Repository: marczych/RayTracer
Branch: main
Commit: 4c9f2dd389ac
Files: 95
Total size: 22.5 MB
Directory structure:
gitextract_04poqq6s/
├── .gitignore
├── LICENSE
├── README.md
├── models/
│ ├── bunny.orig.m
│ ├── bunny10k.m
│ ├── bunny500.m
│ ├── cessna500.m
│ ├── cessna_color.m
│ ├── cessna_color500.m
│ ├── dragon10k.m
│ ├── dragon1K.m
│ ├── fandisk_10k.m
│ ├── fandisk_1k.m
│ ├── gameguy.m
│ ├── gameguy1k.m
│ ├── gameguy_color.m
│ ├── gameguy_noinfo_20k.m
│ ├── gargoyle500.m
│ ├── gargoyle_2k.m
│ ├── gg1k_noinfo.m
│ ├── test1.m
│ ├── test_simp1.m
│ ├── tyra_100k.m
│ ├── tyra_1k.m
│ └── tyra_20k.m
├── samples/
│ └── 471Presentation.pptx
├── scenes/
│ ├── GenerateBallsOnAPlane.php
│ ├── allMaterials.scn
│ ├── ballsInAPit.scn
│ ├── ballsOnAPlane.scn
│ ├── ballsOnAPlaneClose.scn
│ ├── bunny.scn
│ ├── dragon.scn
│ ├── line.scn
│ ├── lineFar.scn
│ ├── modelTest1.scn
│ ├── modelTest2.scn
│ ├── modelTest3.scn
│ ├── texturesInYoFace.scn
│ ├── triangleSpheres.scn
│ ├── triangleTest1.scn
│ └── tumbledStones.scn
└── src/
├── Air.cpp
├── Air.h
├── BSP.cpp
├── BSP.h
├── Boundaries.cpp
├── Boundaries.h
├── Camera.cpp
├── Camera.h
├── Checkerboard.cpp
├── Checkerboard.h
├── Color.cpp
├── Color.h
├── CrissCross.cpp
├── CrissCross.h
├── FlatColor.cpp
├── FlatColor.h
├── Glass.cpp
├── Glass.h
├── Image.cpp
├── Image.h
├── Intersection.cpp
├── Intersection.h
├── Light.cpp
├── Light.h
├── Makefile
├── Marble.cpp
├── Marble.h
├── Material.cpp
├── Material.h
├── NormalMap.cpp
├── NormalMap.h
├── Object.cpp
├── Object.h
├── PerlinNoise.cpp
├── PerlinNoise.h
├── Ray.cpp
├── Ray.h
├── RayTracer.cpp
├── RayTracer.h
├── ShinyColor.cpp
├── ShinyColor.h
├── Sphere.cpp
├── Sphere.h
├── Triangle.cpp
├── Triangle.h
├── Turbulence.cpp
├── Turbulence.h
├── Vector.cpp
├── Vector.h
├── Wood.cpp
├── Wood.h
├── main.cpp
└── runAndOpenAll.sh
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
RayTracer
*.tga
*.gch
*.out
*.o
================================================
FILE: LICENSE
================================================
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
================================================
FILE: README.md
================================================
# Ray Tracer!
This is a simple ray tracer developed as a final project for CSC 471 Introduction to Graphics at Cal Poly and later extended in CSC 570.
It currently supports phong lighting, shadows, reflections, refractions, procedural textures, super sampling, and depth of field.
The only objects supported are spheres.
## Basic Ray Tracing
The basic ray tracing model is as follows.
A camera is placed in the world and rays are cast from the camera's position to points on an imaginary image plane.
A ray is used to determine what light would be going towards the camera at that point and direction.
In our case each ray represents a pixel in the output image and the resulting color of the ray determines the color output for the pixel.
## Intersections
Each ray performs an intersection test with all objects in the scene to determine the closest intersection.
The closest intersection is used to determine the resulting color.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/intersection.jpeg)
## Lighting
In addition to objects, lights are positioned in the world to shade the objects.
### Diffuse
Diffuse lighting is determined by computing the intensity of the light at a point on the sphere.
If the angle is close to the normal at that point then the intensity will be increased.
The intensity determines how much of the object's color to contribute.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/diffuse.jpeg)
### Shadows
Shadows are incorporated into lighting.
To determine if a light source should contribute to the lighting at an intersection point a shadow ray is cast from the intersection point to the light source.
If there is an intersection before the light source then this point is in the shadow of that light source.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/shadows.jpeg)
### Specular
Specular lighting is calculated by computing a reflection ray by reflecting the light vector about the normal at the intersection point.
The view ray is compared to the reflection ray to determine how much specular lighting to contribute.
The more parallel the vectors are the more specular lighting will be added.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/specular.jpeg)
## Reflections
Reflections are performed by casting rays originating from the intersection point directed along the reflection vector.
A portion of the reflected ray's color will be contributed to the original intersection point based on how reflective the surface is.
Fortunately this is fairly easy given the a recursive approach for casting rays.
There is an arbitrary limit on how many reflections a ray can perform before stopping to improve performance and eliminate potential infinite loops.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/reflections.jpeg)
## Refractions
Refractions occur when rays intersect refractive spheres.
The light at the intersection point is determined by blending the reflected and refracted light at that point.
A reflective ray is cast in the same way as described in the previous section.
The refractive ray is calculated by bending the original ray based on the angle of incidence and the indices of refraction of the two materials.
The amount of reflective and refractive light at the point is determined by the Fresnel equation.
[
](https://raw.github.com/marczych/RayTracer/master/samples/refraction_2_1.jpg)
## Procedural Textures and Normal Mapping
Procedural textures are a simple way to texture geometry without generating any texture files by hand.
They can be used to simulate lots of different materials such as wood, marble, granite, metal, stone, etc.
Procedural textures are typically generated using a noise function such as Perlin noise which produces coherent noise.
Given some coordinates in space the noise function will return a number between -1 and 1.
Noise functions can be used to generate procedural textures by sampling several versions of the function at different resolutions.
The resulting value is used to blend multiple colors together to get the final color.
Perlin noise can also be used to perform normal mapping in which the normals at an intersection point are modified from their original values.
This affects lighting computations so the geometry appears to be deformed from its original state.
[
](https://raw.github.com/marczych/RayTracer/master/samples/allMaterials_2_1.jpg)
## Super Sampling (Anti-aliasing)
Aliasing is an artifact of images that have sharp, jagged edges.
Super sampling is an anti-aliasing technique to smooth out jagged edges.
My super sampling algorithm works by casting more initial rays and averaging neighboring samples together.
For example, 2x super sampling involves calculating 4 sub points for each pixel.
The following images have 1, 2, and 3 time super sampling, respectively.
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx1.jpeg)
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx2.jpeg)
[
](https://raw.github.com/marczych/RayTracer/master/samples/timeline/superSamplingx3.jpeg)
## Depth of Field
Depth of field is simulated by defining a sharp plane where all objects will be in focus.
The idea is that the camera doesn't detect light at a single precise point.
The final image is composed of light coming from slightly different directions because of the size of the camera.
Any ray passing through the same point on the sharp plane will contribute to the same pixel on the image.
Slightly randomizing the originating point from the camera makes objects not on the focus plane to be out of focus.
Casting many randomized rays and averaging their results creates a blurred effect.
If few rays are cast then the resulting image will be grainy and noisy.
The images below were rendered by casting hundreds of rays per pixel to reduce this effect.
[
](https://raw.github.com/marczych/RayTracer/master/samples/line_4_300.jpeg)
[
](https://raw.github.com/marczych/RayTracer/master/samples/lineFar_4_300.jpeg)
## Final Renders
__Note:__ Images rendered on a 4-core machine using OpenMP.
[
](https://raw.github.com/marczych/RayTracer/master/samples/ballsInAPit_2_60.jpg)
1,665,574,078 rays in 1121m33.392s (2x super sampling and 60 rays per pixel for depth of field)
[
](https://raw.github.com/marczych/RayTracer/master/samples/texturesInYoFace_3_1.jpg)
66,818,420 rays in 8m14.464s (3x super sampling)
[
](https://raw.github.com/marczych/RayTracer/master/samples/tumbledStones_3_1.jpg)
104,733,878 rays in 11m58.162s (3x super sampling)
[
](https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlaneClose_3_1.jpeg)
[
](https://raw.github.com/marczych/RayTracer/master/samples/ballsOnAPlane_2_50.jpeg)
[
](https://raw.github.com/marczych/RayTracer/master/samples/triangleSpheres_4_300.jpeg)
================================================
FILE: models/bunny.orig.m
================================================
# |Created using:
# | Filtermesh -ge -rmcomp 0 -ge -flip -triang -ge
# |(Timing on cpu=sgi host=squiggle)
# | (_readmesh: 11.83)
# |Genus: c=1 b=5 v=35947 f=69451 e=104288 genus=-556
# |Removed 0 mesh components
# |Removed 1113 isolated vertices
# | (_rmcomponents: 2.44)
# |Genus: c=1 b=5 v=34834 f=69451 e=104288 genus=0
# |Found 0 faces to triangulate
# |Genus: c=1 b=5 v=34834 f=69451 e=104288 genus=0
# | (Filtermesh: 34.71)
# Created using:
# Filtermesh bunny_5h.m.gz -fillholes 25 -triang
# (Timing on cpu=sgi host=squiggle)
# (_readmesh: 9.34)
# filling in hole with 22 sides
# Filled in 1 holes
# Sbndsub: (1 ) 1:1 av=1 sd=0
# Sbndlen: (1 ) 22:22 av=22 sd=0
# (_fillholes: 0.72)
# Found 1 faces to triangulate
# Sfverts: (1 ) 22:22 av=22 sd=0
# (Filtermesh: 10.32)
Vertex 1 -0.0378297 0.12794 0.00447467
Vertex 2 -0.0447794 0.128887 0.00190497
Vertex 3 -0.0680095 0.151244 0.0371953
Vertex 4 -0.00228741 0.13015 0.0232201
Vertex 5 -0.0226054 0.126675 0.00715587
Vertex 6 -0.0251078 0.125921 0.00624226
Vertex 7 -0.0371209 0.127449 0.0017956
Vertex 8 0.033213 0.112692 0.0276861
Vertex 9 -0.0255083 0.112568 0.0366767
Vertex 10 -0.0245306 0.112636 0.0373469
Vertex 11 0.0274031 0.12156 0.0212208
Vertex 12 -0.0628961 0.158419 -0.0175871
Vertex 13 0.0400813 0.104202 0.0221684
Vertex 14 0.0451532 0.0931968 0.0111604
Vertex 15 -0.0324965 0.174231 -0.00238999
Vertex 16 -0.0724944 0.126022 0.052902
Vertex 17 0.00799809 0.131294 0.0169006
Vertex 18 0.0400265 0.10701 0.00816505
Vertex 19 0.0371657 0.0997172 -0.00981258
Vertex 20 -0.0905968 0.140629 0.0221693
Vertex 21 -0.0843417 0.109004 0.0243603
Vertex 22 -0.0688709 0.156258 0.0147705
Vertex 23 -0.0844782 0.152284 0.0269844
Vertex 24 0.00536718 0.125777 0.0317922
Vertex 25 0.00893209 0.124393 0.0330753
Vertex 26 -0.0315414 0.125778 0.00387502
Vertex 27 -0.049674 0.141672 0.0123895
Vertex 28 -0.0784825 0.135851 0.0506454
Vertex 29 -0.00425882 0.128035 0.0283342
Vertex 30 -0.0454789 0.123431 0.0251209
Vertex 31 -0.0235385 0.11268 0.0379979
Vertex 32 -0.0790203 0.0935614 -0.0105962
Vertex 33 0.0235742 0.124212 0.0226421
Vertex 34 -0.0902127 0.122664 0.0052855
Vertex 35 0.0403742 0.101353 -0.00282827
Vertex 36 0.041224 0.101389 -0.000814438
Vertex 37 -0.0859766 0.117044 0.000228439
Vertex 38 -0.0499053 0.141681 0.0133989
Vertex 39 -0.0325018 0.177105 -0.00443384
Vertex 40 -0.0774954 0.147028 0.0416906
Vertex 41 0.0240312 0.1242 0.0213823
Vertex 42 -0.0225205 0.112681 0.0384786
Vertex 43 -0.0202018 0.177138 -0.0227808
Vertex 44 -0.0381912 0.168168 -0.0127822
Vertex 45 -0.0214993 0.112665 0.0388138
Vertex 46 -0.0322365 0.126297 0.00653811
Vertex 47 -0.0303734 0.125779 0.00722581
Vertex 48 0.0104221 0.127848 0.0278469
Vertex 49 -0.0463671 0.133058 0.0160254
Vertex 50 -0.0263079 0.125672 0.00579971
Vertex 51 -0.0238556 0.126292 0.00669874
Vertex 52 0.0174667 0.122816 0.0304302
Vertex 53 0.0184111 0.122524 0.0307587
Vertex 54 0.0166382 0.123302 0.0301317
Vertex 55 0.0337656 0.111689 0.027893
Vertex 56 0.0320484 0.11465 0.0272407
Vertex 57 -0.0405044 0.166738 0.00354035
Vertex 58 -0.0891386 0.129503 0.00423129
Vertex 59 -0.0537547 0.143134 0.0264016
Vertex 60 0.0429765 0.0987175 0.0181666
Vertex 61 0.042638 0.101488 0.0111603
Vertex 62 0.040945 0.0957511 0.0281635
Vertex 63 -0.055076 0.154226 0.0167194
Vertex 64 -0.0246921 0.156571 -0.00408158
Vertex 65 -0.0685096 0.147001 0.0412847
Vertex 66 -0.0715343 0.141411 0.0464325
Vertex 67 -0.0700345 0.0631474 0.0200567
Vertex 68 -0.0904383 0.119966 0.00529664
Vertex 69 -0.0754938 0.127441 0.0530403
Vertex 70 -0.0405211 0.16525 0.00379284
Vertex 71 -0.0644897 0.161538 -0.0184978
Vertex 72 -0.0343115 0.126654 0.00282732
Vertex 73 -0.0460392 0.132757 0.0146796
Vertex 74 -0.0682754 0.155222 0.00480981
Vertex 75 -0.0921421 0.116123 0.0383102
Vertex 76 0.00630024 0.125509 0.0321214
Vertex 77 0.00717458 0.125139 0.032446
Vertex 78 0.00805559 0.124767 0.0327601
Vertex 79 -0.0324333 0.126109 0.00355422
Vertex 80 -0.0633574 0.155908 0.0123853
Vertex 81 0.0314417 0.115539 0.0270138
Vertex 82 0.0308488 0.116432 0.0267923
Vertex 83 0.0396492 0.0970274 -0.00677557
Vertex 84 -0.0715237 0.165101 -0.0167379
Vertex 85 -0.0725643 0.165173 -0.0170441
Vertex 86 -0.00749309 0.122405 0.0352331
Vertex 87 -0.008499 0.12243 0.035017
Vertex 88 0.0289099 0.0929198 0.0437028
Vertex 89 -0.0135013 0.163627 -0.011822
Vertex 90 -0.0434958 0.166715 0.00391556
Vertex 91 -0.0302474 0.125253 0.00290344
Vertex 92 -0.0427308 0.169809 0.000879537
Vertex 93 -0.0205091 0.112696 0.0389743
Vertex 94 -0.0905331 0.135117 0.0212107
Vertex 95 -0.0764984 0.127442 0.0532158
Vertex 96 -0.0194912 0.112675 0.0392933
Vertex 97 -0.0864902 0.103559 0.00540359
Vertex 98 -0.0500639 0.141673 0.0143962
Vertex 99 0.0322675 0.102123 0.0362847
Vertex 100 -0.0344941 0.171246 -0.000779029
Vertex 101 -0.0764811 0.141399 0.0471717
Vertex 102 -0.0764751 0.146968 0.0421376
Vertex 103 -0.0394762 0.17111 0.000601324
Vertex 104 0.0391769 0.106978 0.0201683
Vertex 105 -0.085121 0.108927 0.00536277
Vertex 106 0.0452897 0.0861791 0.0201631
Vertex 107 0.0172248 0.12732 0.0217261
Vertex 108 -0.000517251 0.0386237 0.0468325
Vertex 109 0.00049898 0.0385943 0.0466363
Vertex 110 0.00148534 0.0385845 0.0464325
Vertex 111 -0.0157632 0.12799 0.00385748
Vertex 112 -0.0725199 0.141421 0.0466976
Vertex 113 -0.0504991 0.156412 0.0101915
Vertex 114 -0.0907438 0.135107 0.0202099
Vertex 115 -0.0754962 0.141423 0.0471972
Vertex 116 -0.0355139 0.176726 -0.00796363
Vertex 117 0.0406665 0.105637 0.00516291
Vertex 118 -0.0920359 0.126943 0.0332532
Vertex 119 0.037492 0.0983062 -0.0097724
Vertex 120 0.0404914 0.098527 -0.00482713
Vertex 121 0.0418428 0.0986036 -0.00180869
Vertex 122 0.0306552 0.102095 0.0374778
Vertex 123 0.0457525 0.0862068 0.0131643
Vertex 124 -0.0305333 0.178655 -0.00565353
Vertex 125 -0.028415 0.178753 -0.00594863
Vertex 126 -0.0714932 0.121802 0.0535223
Vertex 127 -0.0725041 0.146981 0.0423864
Vertex 128 -0.0610006 0.129721 0.0398956
Vertex 129 0.0426086 0.0930422 0.0261716
Vertex 130 -0.00885946 0.13031 0.0150517
Vertex 131 -0.0173344 0.128368 0.0119773
Vertex 132 -0.0313084 0.126018 0.00688499
Vertex 133 -0.0700706 0.155642 0.00707306
Vertex 134 0.012157 0.123544 0.032833
Vertex 135 -0.0093317 0.127279 0.0279745
Vertex 136 -0.0657234 0.153927 0.0319321
Vertex 137 -0.0717789 0.154685 0.0298089
Vertex 138 0.0193029 0.12103 0.032512
Vertex 139 -0.0425159 0.17187 -0.00332083
Vertex 140 -0.0442176 0.170815 -0.00391429
Vertex 141 -0.0574617 0.0399955 0.0466824
Vertex 142 -0.0564911 0.0400264 0.0468768
Vertex 143 -0.0554873 0.0400326 0.0469712
Vertex 144 -0.0544992 0.0400332 0.0469658
Vertex 145 -0.018505 0.112714 0.0394706
Vertex 146 -0.0504965 0.157865 0.00943584
Vertex 147 -0.0754858 0.146995 0.0422823
Vertex 148 -0.0137239 0.16215 -0.0118322
Vertex 149 -0.0735613 0.16372 -0.0149978
Vertex 150 0.0386678 0.106943 0.0231645
Vertex 151 0.0390362 0.108381 0.0141662
Vertex 152 0.0421962 0.0929549 -0.00479827
Vertex 153 -0.0454996 0.163749 0.00555272
Vertex 154 -0.0435232 0.163746 0.00524284
Vertex 155 -0.0424866 0.0396651 0.043393
Vertex 156 -0.0415057 0.0396254 0.0430594
Vertex 157 -0.0703661 0.16678 -0.0206717
Vertex 158 -0.025416 0.0905129 0.0490114
Vertex 159 -0.0352058 0.126987 0.0025067
Vertex 160 -0.0872747 0.139127 0.00719289
Vertex 161 -0.0147356 0.124887 0.0290085
Vertex 162 -0.0360017 0.17408 -0.0118959
Vertex 163 -0.089164 0.0928946 0.0114433
Vertex 164 -0.033385 0.126374 0.00317306
Vertex 165 0.0192795 0.122165 0.0310901
Vertex 166 -0.0646073 0.15754 -0.0113176
Vertex 167 -0.0641033 0.156361 -0.011127
Vertex 168 -0.0635915 0.15525 -0.0109401
Vertex 169 -0.0709666 0.138448 -0.00754922
Vertex 170 -0.0705473 0.1414 0.0460484
Vertex 171 -0.0755718 0.165165 -0.0201548
Vertex 172 -0.0767116 0.165247 -0.022942
Vertex 173 0.0296197 0.117006 0.0277632
Vertex 174 0.0302544 0.115002 0.0294335
Vertex 175 0.0405971 0.101404 0.0241737
Vertex 176 0.0404422 0.105635 0.0151656
Vertex 177 -0.0174953 0.112701 0.0395679
Vertex 178 -0.073496 0.147014 0.0424214
Vertex 179 -0.0734653 0.11597 0.0519419
Vertex 180 0.0134925 0.114016 0.0379994
Vertex 181 0.0124885 0.114028 0.0382457
Vertex 182 -0.0826299 0.110259 0.0284001
Vertex 183 0.0417216 0.100008 -0.000812454
Vertex 184 -0.077491 0.135849 0.0507593
Vertex 185 -0.0164902 0.112704 0.0398029
Vertex 186 -0.0154996 0.112736 0.0400881
Vertex 187 -0.0354998 0.17123 0.000174393
Vertex 188 -0.0364553 0.171237 0.000642707
Vertex 189 -0.0375058 0.171208 0.000818011
Vertex 190 -0.0384996 0.171162 0.000767348
Vertex 191 -0.0619095 0.118087 -0.0102757
Vertex 192 -0.070971 0.166609 -0.0480118
Vertex 193 -0.091466 0.14613 0.0241501
Vertex 194 -0.0144894 0.112737 0.0404341
Vertex 195 -0.0134864 0.112741 0.0406725
Vertex 196 -0.012499 0.112778 0.04085
Vertex 197 0.00347876 0.039945 0.0459765
Vertex 198 -0.0215095 0.114043 0.0376946
Vertex 199 -0.0903131 0.126767 0.00528424
Vertex 200 0.0104915 0.114065 0.0387753
Vertex 201 0.0276403 0.118218 0.0284429
Vertex 202 0.0309816 0.102484 -0.0145328
Vertex 203 0.0424909 0.101472 0.00517268
Vertex 204 0.000497836 0.114196 0.0414191
Vertex 205 -0.0675175 0.146991 0.0409028
Vertex 206 0.0424058 0.101483 0.00416631
Vertex 207 0.0405495 0.0999198 -0.00379356
Vertex 208 -0.0724896 0.12743 0.0524304
Vertex 209 -0.0415986 0.169934 0.00129157
Vertex 210 -0.0145885 0.128899 0.00863716
Vertex 211 0.0043237 0.131753 0.0112849
Vertex 212 -0.0635102 0.151152 0.0361873
Vertex 213 0.034591 0.113857 0.0224952
Vertex 214 0.0213151 0.0393899 0.0411211
Vertex 215 0.0175297 0.092684 0.048312
Vertex 216 0.00701986 0.131464 0.0165435
Vertex 217 -0.0114796 0.112753 0.0411508
Vertex 218 0.0381875 0.10978 0.0131678
Vertex 219 -0.0793995 0.0962934 -0.0095136
Vertex 220 0.0412927 0.101424 0.0211601
Vertex 221 0.0419266 0.101462 0.0171593
Vertex 222 -0.0787984 0.113337 -0.0032043
Vertex 223 -0.0779682 0.135412 -0.00525448
Vertex 224 0.00613123 0.105885 -0.0208912
Vertex 225 0.00913637 0.105871 -0.0204027
Vertex 226 0.0111199 0.129735 0.0223368
Vertex 227 0.00437534 0.131145 0.0198749
Vertex 228 -0.00201716 0.131125 0.0175388
Vertex 229 -0.0363521 0.126723 0.0183002
Vertex 230 -0.0160775 0.128732 0.0124337
Vertex 231 -0.0331235 0.126633 0.00621772
Vertex 232 0.00953758 0.128186 0.0275085
Vertex 233 -0.0221316 0.122996 0.0264112
Vertex 234 -0.0709341 0.162789 -0.0122264
Vertex 235 -0.0620602 0.155611 0.00849054
Vertex 236 -0.0468392 0.132859 0.0202702
Vertex 237 -0.0410267 0.172571 -0.00282243
Vertex 238 -0.0385594 0.173184 -0.00190958
Vertex 239 -0.0141081 0.128922 0.00736661
Vertex 240 -0.0564742 0.041367 0.0464242
Vertex 241 -0.0554898 0.041398 0.0465154
Vertex 242 -0.0544756 0.0413314 0.0465715
Vertex 243 -0.0534963 0.0413918 0.0463882
Vertex 244 -0.0526044 0.041455 0.0460966
Vertex 245 -0.0415348 0.163761 0.00444738
Vertex 246 -0.00473635 0.13076 0.00793547
Vertex 247 -0.0898767 0.135147 0.0252168
Vertex 248 -0.00862433 0.122038 -0.0113292
Vertex 249 -0.0475127 0.0411749 0.0444313
Vertex 250 -0.0464937 0.0411703 0.0442462
Vertex 251 -0.0454852 0.0411575 0.0440424
Vertex 252 -0.0424856 0.0410553 0.0431368
Vertex 253 -0.0414945 0.041025 0.0428519
Vertex 254 -0.0650951 0.162442 -0.0187197
Vertex 255 -0.0336466 0.125738 0.0192922
Vertex 256 -0.0806268 0.150792 0.0343829
Vertex 257 -0.0650964 0.155112 0.00596226
Vertex 258 -0.00214115 0.127727 0.0291435
Vertex 259 -0.0897483 0.0929448 0.0154361
Vertex 260 0.0208676 0.121124 0.0316774
Vertex 261 0.0201038 0.121698 0.0313961
Vertex 262 -0.0652623 0.158339 -0.0115587
Vertex 263 -0.0319348 0.125225 0.000800634
Vertex 264 -0.0328435 0.125555 0.000439943
Vertex 265 -0.0337259 0.125903 0.000119567
Vertex 266 -0.0346506 0.126197 -0.000232823
Vertex 267 -0.0355882 0.126454 -0.000576513
Vertex 268 -0.0838755 0.106118 0.000396239
Vertex 269 -0.0164965 0.114086 0.0389356
Vertex 270 0.0422361 0.101506 0.0151693
Vertex 271 0.0394332 0.101324 0.027167
Vertex 272 0.0402348 0.101386 0.0251818
Vertex 273 0.0395793 0.107012 0.0171684
Vertex 274 -0.0524989 0.157892 0.00946562
Vertex 275 -0.0494896 0.157875 0.00921755
Vertex 276 -0.0485004 0.157854 0.0090451
Vertex 277 -0.0104878 0.112778 0.0413082
Vertex 278 -0.0374903 0.172653 -0.000576721
Vertex 279 0.0417828 0.101446 0.0181564
Vertex 280 0.0448261 0.0875458 0.0221634
Vertex 281 -0.0300853 0.179019 -0.00589649
Vertex 282 -0.0235755 0.157761 -0.0033973
Vertex 283 0.0234635 0.12256 0.0268857
Vertex 284 -0.00779065 0.130523 0.0125627
Vertex 285 0.04086 0.101423 0.0231764
Vertex 286 0.0382413 0.108427 0.0210592
Vertex 287 -0.0275027 0.115261 0.0337596
Vertex 288 -0.0255204 0.115294 0.0339151
Vertex 289 -0.021518 0.115416 0.036565
Vertex 290 -0.0205005 0.115412 0.03703
Vertex 291 -0.0754994 0.115715 0.0515239
Vertex 292 -0.000524008 0.041433 0.0467891
Vertex 293 0.000487446 0.041412 0.0465786
Vertex 294 0.00148054 0.0413996 0.0463959
Vertex 295 0.00248318 0.0413744 0.0461608
Vertex 296 0.00348805 0.0413645 0.0460201
Vertex 297 0.00450182 0.0413372 0.0458645
Vertex 298 0.00549603 0.0413259 0.0457036
Vertex 299 0.00648432 0.0413231 0.0455852
Vertex 300 0.00748602 0.041302 0.0454759
Vertex 301 0.00849456 0.0412846 0.0453159
Vertex 302 -0.0504978 0.159322 0.00851944
Vertex 303 -0.0484837 0.159357 0.00832828
Vertex 304 -0.0464924 0.159333 0.00779524
Vertex 305 -0.0094881 0.112787 0.0415502
Vertex 306 -0.00849378 0.112803 0.0415796
Vertex 307 -0.0755022 0.131669 0.0524935
Vertex 308 0.0269735 0.121605 0.0224835
Vertex 309 -0.0609269 0.155849 0.0219449
Vertex 310 -0.0175043 0.114096 0.0387143
Vertex 311 0.0303038 0.118886 0.0223059
Vertex 312 0.038029 0.105425 -0.00179734
Vertex 313 -0.0824071 0.136209 -0.001703
Vertex 314 0.0380176 0.101228 -0.00786632
Vertex 315 -0.00749383 0.112788 0.0415528
Vertex 316 -0.0365049 0.169731 0.000981263
Vertex 317 -0.0754975 0.123189 0.0531282
Vertex 318 0.0354525 0.106753 -0.0069512
Vertex 319 -0.0714939 0.126019 0.0527835
Vertex 320 0.0377471 0.104052 -0.00484079
Vertex 321 0.0414464 0.101443 0.020163
Vertex 322 0.0459345 0.0862193 0.0101703
Vertex 323 -0.0708515 0.0937008 -0.0159297
Vertex 324 -0.0698326 0.0937229 -0.0162704
Vertex 325 -0.0738109 0.0935956 -0.0146814
Vertex 326 -0.071815 0.0936645 -0.0155813
Vertex 327 -0.072824 0.0936306 -0.0150907
Vertex 328 -0.0274399 0.180304 -0.00715734
Vertex 329 -0.025431 0.180214 -0.00870569
Vertex 330 0.0102401 0.13009 0.0220074
Vertex 331 -0.0554437 0.158541 0.0079523
Vertex 332 -0.059742 0.156334 0.00641085
Vertex 333 -0.0624591 0.155071 0.0054624
Vertex 334 -0.0686509 0.155409 0.00612964
Vertex 335 -0.0354711 0.126342 0.0186171
Vertex 336 -0.023563 0.126621 0.00971624
Vertex 337 -0.0340011 0.127005 0.00589371
Vertex 338 -0.072851 0.148958 0.0401319
Vertex 339 -0.0719375 0.16298 -0.0125698
Vertex 340 -0.0469091 0.134066 0.0158053
Vertex 341 -0.0697412 0.154452 0.0305168
Vertex 342 -0.0772099 0.0954309 0.0368548
Vertex 343 -0.0397448 0.172952 -0.00234724
Vertex 344 -0.0574975 0.0426993 0.0453715
Vertex 345 -0.0564882 0.042714 0.0457133
Vertex 346 -0.0554949 0.0427291 0.0458455
Vertex 347 -0.0544973 0.0427375 0.0458563
Vertex 348 -0.0534987 0.0427392 0.045857
Vertex 349 -0.0525195 0.0426931 0.0456595
Vertex 350 -0.0372497 0.126436 -0.00264816
Vertex 351 0.0390771 0.099844 -0.00681802
Vertex 352 -0.0875792 0.134961 0.00324767
Vertex 353 -0.0484986 0.0425777 0.0442245
Vertex 354 -0.0475009 0.0425468 0.0439593
Vertex 355 -0.0465061 0.0425232 0.0438042
Vertex 356 -0.0454992 0.0425256 0.0437126
Vertex 357 -0.0445079 0.0424992 0.043443
Vertex 358 -0.0424905 0.0424327 0.0427417
Vertex 359 -0.0414965 0.0424145 0.0425934
Vertex 360 -0.040483 0.0423569 0.0419938
Vertex 361 -0.0394907 0.0422995 0.0416287
Vertex 362 -0.0702433 0.163232 -0.0134117
Vertex 363 -0.0693658 0.16286 -0.0130912
Vertex 364 -0.0685971 0.162283 -0.0128033
Vertex 365 -0.0678768 0.1616 -0.0125361
Vertex 366 -0.0672213 0.1608 -0.0122924
Vertex 367 -0.0665531 0.160013 -0.0120422
Vertex 368 -0.0659186 0.159142 -0.0118027
Vertex 369 -0.0310902 0.124844 0.00108587
Vertex 370 -0.030417 0.0360576 0.0517185
Vertex 371 -0.0285156 0.0433359 0.0513164
Vertex 372 -0.0274517 0.043312 0.0519115
Vertex 373 -0.0263289 0.0434924 0.0526862
Vertex 374 -0.0254805 0.0434932 0.0531599
Vertex 375 -0.0245014 0.043543 0.0534366
Vertex 376 -0.023487 0.0435372 0.0536017
Vertex 377 -0.0224934 0.0435545 0.0535652
Vertex 378 0.00943169 0.130854 0.0188531
Vertex 379 -0.0435085 0.165227 0.00470373
Vertex 380 -0.0445007 0.165214 0.00483168
Vertex 381 0.0219297 0.123716 0.0263137
Vertex 382 -0.0237608 0.156715 -0.0053038
Vertex 383 -0.00664529 0.1307 0.0129838
Vertex 384 -0.0145323 0.043279 0.0510718
Vertex 385 -0.0135206 0.0432479 0.0507363
Vertex 386 -0.012539 0.0432081 0.0504383
Vertex 387 -0.011518 0.0431769 0.0500228
Vertex 388 -0.0105379 0.0431327 0.0497176
Vertex 389 -0.0095237 0.0431051 0.0494016
Vertex 390 -0.00853122 0.0430617 0.0490142
Vertex 391 -0.0075399 0.0430305 0.0487452
Vertex 392 -0.00654714 0.043 0.0484741
Vertex 393 -0.00554666 0.0429634 0.0481135
Vertex 394 -0.0045458 0.042944 0.0478735
Vertex 395 -0.00354236 0.0429091 0.0474905
Vertex 396 -0.00253313 0.0428829 0.047136
Vertex 397 -0.000523566 0.0428273 0.0465064
Vertex 398 0.000556364 0.0427979 0.0462128
Vertex 399 0.00148401 0.0427923 0.0460657
Vertex 400 0.00249537 0.0427747 0.0458993
Vertex 401 0.00349523 0.0427434 0.0456833
Vertex 402 0.00450037 0.0427385 0.0456181
Vertex 403 0.0055205 0.0427186 0.0455303
Vertex 404 0.00649466 0.0427198 0.0454361
Vertex 405 0.00748686 0.0427091 0.0452774
Vertex 406 0.00848754 0.0426921 0.0451471
Vertex 407 0.00949394 0.0426698 0.0450285
Vertex 408 -0.0312712 0.125373 0.00251041
Vertex 409 0.0185111 0.114004 0.0370685
Vertex 410 -0.0166719 0.128014 0.0194984
Vertex 411 -0.00948977 0.114167 0.0408028
Vertex 412 -0.0114786 0.114128 0.0403922
Vertex 413 -0.0134888 0.11412 0.0398002
Vertex 414 -0.0255274 0.113962 0.0353265
Vertex 415 -0.0530543 0.14469 0.0223994
Vertex 416 -0.0623396 0.172509 -0.0536126
Vertex 417 -0.0381364 0.171203 -0.0118442
Vertex 418 -0.0538885 0.131144 0.0343613
Vertex 419 -0.065797 0.132562 0.0435297
Vertex 420 0.0425599 0.101502 0.0121632
Vertex 421 0.0269244 0.118903 0.0281816
Vertex 422 -0.0384984 0.169734 0.00180247
Vertex 423 -0.0938575 0.120136 0.0242923
Vertex 424 0.0455621 0.0889987 0.00417598
Vertex 425 -0.00649004 0.112763 0.0415025
Vertex 426 -0.00548831 0.112771 0.0416249
Vertex 427 -0.0768441 0.113421 -0.00459179
Vertex 428 -0.0461647 0.162128 -0.00806097
Vertex 429 -0.0411461 0.162173 -0.0113613
Vertex 430 -0.0506704 0.0680761 0.0375114
Vertex 431 -0.0358262 0.0929298 -0.0238031
Vertex 432 -0.0368263 0.0929138 -0.0236695
Vertex 433 -0.00449355 0.112805 0.041803
Vertex 434 0.0398162 0.107019 0.0141667
Vertex 435 -0.0715276 0.14003 0.0472238
Vertex 436 -0.0845757 0.151155 0.0298105
Vertex 437 -0.00349089 0.112806 0.0419152
Vertex 438 0.00931098 0.130351 0.0216675
Vertex 439 -0.0611888 0.155469 0.00589931
Vertex 440 -0.0686715 0.165205 -0.0529941
Vertex 441 -0.0657827 0.158229 -0.0103034
Vertex 442 -0.0646035 0.156332 -0.00986181
Vertex 443 -0.00112962 0.125371 0.0323555
Vertex 444 -0.0248162 0.126254 0.00926143
Vertex 445 -0.0388176 0.128112 0.00411022
Vertex 446 -0.0747959 0.149331 0.0394056
Vertex 447 0.0112941 0.127457 0.0281604
Vertex 448 -0.0707468 0.161979 -0.010709
Vertex 449 0.0184391 0.121423 0.0322194
Vertex 450 -0.0677549 0.154168 0.0312275
Vertex 451 -0.064733 0.15377 0.0322824
Vertex 452 -0.0574962 0.0440189 0.0444763
Vertex 453 -0.0564899 0.0440403 0.0448345
Vertex 454 -0.0554809 0.0440191 0.0450323
Vertex 455 -0.0544952 0.0440117 0.0450302
Vertex 456 -0.0535025 0.0440354 0.0449405
Vertex 457 -0.0515259 0.0439564 0.0445165
Vertex 458 -0.0505573 0.0439128 0.0441317
Vertex 459 -0.0495011 0.0439447 0.0438293
Vertex 460 -0.0485184 0.0438796 0.0435224
Vertex 461 -0.0475121 0.0438565 0.0432608
Vertex 462 -0.0465128 0.0438401 0.043121
Vertex 463 -0.0455024 0.0438631 0.0430524
Vertex 464 -0.0445045 0.0438483 0.042919
Vertex 465 -0.0435038 0.0438236 0.0424673
Vertex 466 -0.0425002 0.0437706 0.0420539
Vertex 467 -0.0414888 0.0437926 0.0421195
Vertex 468 -0.0404988 0.043751 0.0418177
Vertex 469 -0.039497 0.0436994 0.0413132
Vertex 470 -0.0384894 0.0436513 0.0409963
Vertex 471 -0.0143198 0.128437 0.0203415
Vertex 472 -0.0229389 0.126187 0.00412352
Vertex 473 -0.0241862 0.125789 0.00366503
Vertex 474 -0.0255023 0.125351 0.00317915
Vertex 475 -0.0266954 0.125077 0.00273937
Vertex 476 -0.0278953 0.124828 0.00229374
Vertex 477 -0.028881 0.124884 0.00195054
Vertex 478 -0.0300707 0.124739 0.00148409
Vertex 479 -0.0294793 0.0446083 0.0503994
Vertex 480 -0.0284587 0.0446173 0.0507119
Vertex 481 -0.0274798 0.0446461 0.0507675
Vertex 482 -0.0264922 0.0447022 0.0511549
Vertex 483 -0.0254758 0.0447668 0.0519525
Vertex 484 -0.0244827 0.044849 0.0526821
Vertex 485 -0.0234833 0.0448815 0.0530288
Vertex 486 -0.0224929 0.0448955 0.0530527
Vertex 487 -0.0205217 0.0448565 0.0528623
Vertex 488 -0.0664988 0.146992 0.0401715
Vertex 489 -0.0174883 0.044685 0.0517611
Vertex 490 -0.0165095 0.0446732 0.0513338
Vertex 491 -0.0155403 0.0446621 0.0510487
Vertex 492 -0.0145231 0.0446315 0.0506096
Vertex 493 -0.0135516 0.0445689 0.0502862
Vertex 494 -0.0125497 0.0445369 0.0499253
Vertex 495 -0.0115453 0.0445033 0.0495732
Vertex 496 -0.0105391 0.0444694 0.0492224
Vertex 497 -0.0095351 0.0444416 0.0488648
Vertex 498 -0.00853579 0.044404 0.0484956
Vertex 499 -0.00752629 0.0443832 0.0481509
Vertex 500 -0.00652958 0.0443624 0.0478753
Vertex 501 -0.0055195 0.0443362 0.047543
Vertex 502 -0.00452146 0.0443187 0.0472734
Vertex 503 -0.00351628 0.0442826 0.04692
Vertex 504 -0.00251639 0.0442645 0.0466529
Vertex 505 -0.00150749 0.0442279 0.0463824
Vertex 506 -0.000506085 0.0442149 0.046198
Vertex 507 0.000494981 0.0442085 0.0460563
Vertex 508 0.00150093 0.0441835 0.0459725
Vertex 509 0.00250242 0.0441898 0.0459568
Vertex 510 0.00350312 0.0441648 0.0458711
Vertex 511 0.00450017 0.0441843 0.0459802
Vertex 512 0.00550628 0.0441375 0.0457857
Vertex 513 0.00650269 0.044152 0.0457422
Vertex 514 0.00751849 0.0440876 0.0454461
Vertex 515 0.00849016 0.0441134 0.0451901
Vertex 516 0.00949781 0.0440631 0.0448456
Vertex 517 0.0194908 0.113962 0.0368661
Vertex 518 -0.000436317 0.122463 0.0356275
Vertex 519 0.00748358 0.11412 0.0398951
Vertex 520 -0.010493 0.114167 0.0405696
Vertex 521 -0.0124865 0.114128 0.0400495
Vertex 522 -0.023546 0.114036 0.0366055
Vertex 523 -0.0245515 0.114015 0.0358596
Vertex 524 -0.0195083 0.11546 0.0373373
Vertex 525 -0.0795053 0.148405 0.0389114
Vertex 526 -0.0784976 0.148406 0.0395361
Vertex 527 -0.0775017 0.148428 0.039927
Vertex 528 -0.0444613 0.12936 0.0182577
Vertex 529 -0.0804668 0.131637 0.0521945
Vertex 530 -0.0514917 0.154976 0.0111
Vertex 531 -0.0395009 0.16971 0.00189803
Vertex 532 0.0385319 0.0997972 -0.00779458
Vertex 533 0.0379028 0.0997575 -0.00879746
Vertex 534 0.0451983 0.0889806 0.0171667
Vertex 535 0.000137104 0.104495 -0.0221519
Vertex 536 -0.0738111 0.0907253 -0.0150698
Vertex 537 -0.0728162 0.0907583 -0.0154663
Vertex 538 -0.0718188 0.0907915 -0.0158595
Vertex 539 -0.070799 0.0908224 -0.0163205
Vertex 540 -0.0688127 0.0908552 -0.0166124
Vertex 541 -0.0698172 0.0908437 -0.0164973
Vertex 542 -0.033107 0.125984 0.00180258
Vertex 543 0.0255618 0.120425 0.027665
Vertex 544 -0.039513 0.166742 0.00312951
Vertex 545 -0.0384463 0.166779 0.00239389
Vertex 546 -0.00482205 0.130969 0.0150835
Vertex 547 -0.0735195 0.135848 0.0500526
Vertex 548 0.00828872 0.130472 0.0213052
Vertex 549 -0.015947 0.124632 0.0285893
Vertex 550 -0.0661935 0.155092 0.00556387
Vertex 551 -0.0651326 0.157423 -0.0100634
Vertex 552 -0.0671177 0.159814 -0.0107973
Vertex 553 -0.0222267 0.0906414 0.0528718
Vertex 554 -0.0349319 0.127285 0.00554823
Vertex 555 -0.0398081 0.128271 0.00374611
Vertex 556 -0.0920085 0.116136 0.0393096
Vertex 557 -0.00402267 0.0975528 0.0526596
Vertex 558 -0.0669805 0.1589 -0.00929727
Vertex 559 -0.0127755 0.126776 0.0267341
Vertex 560 -0.0139293 0.126622 0.0263262
Vertex 561 0.047185 0.0692848 0.0242283
Vertex 562 -0.0574743 0.0452883 0.0435332
Vertex 563 -0.0564615 0.0452367 0.0437224
Vertex 564 -0.0554801 0.0452738 0.0437595
Vertex 565 -0.052516 0.0452355 0.0436109
Vertex 566 -0.0515128 0.0452783 0.043411
Vertex 567 -0.0505103 0.0452467 0.0429196
Vertex 568 -0.0495176 0.0451863 0.0426306
Vertex 569 -0.0485029 0.0452121 0.0424266
Vertex 570 -0.047499 0.0451812 0.0421654
Vertex 571 -0.0464981 0.0451704 0.0419279
Vertex 572 -0.0454982 0.045182 0.0420491
Vertex 573 -0.044496 0.0451943 0.0419603
Vertex 574 -0.0434918 0.0451945 0.0416496
Vertex 575 -0.0424936 0.045133 0.0413379
Vertex 576 -0.0414975 0.045132 0.0414403
Vertex 577 -0.0404955 0.0451407 0.0414639
Vertex 578 -0.0395021 0.0450562 0.0411081
Vertex 579 -0.038496 0.0450464 0.0406484
Vertex 580 -0.069527 0.156219 -3.70248e-05
Vertex 581 -0.0725884 0.155473 0.0265843
Vertex 582 -0.0758153 0.155373 0.0254598
Vertex 583 -0.00601771 0.0990415 0.0504631
Vertex 584 0.0296092 0.114943 -0.00583865
Vertex 585 -0.0918829 0.116106 0.0333156
Vertex 586 -0.0294372 0.045874 0.0494957
Vertex 587 -0.02847 0.045966 0.0500228
Vertex 588 -0.0274618 0.045988 0.0503593
Vertex 589 -0.0264467 0.0459901 0.0505652
Vertex 590 -0.025466 0.0460651 0.0509844
Vertex 591 -0.0244855 0.0461464 0.0516096
Vertex 592 -0.0234881 0.0462034 0.0522022
Vertex 593 -0.0224893 0.0462052 0.0523041
Vertex 594 -0.0214969 0.0461967 0.0522939
Vertex 595 -0.0205102 0.0461853 0.0521703
Vertex 596 -0.0195364 0.0461211 0.0518679
Vertex 597 -0.0185448 0.0460852 0.0515079
Vertex 598 -0.0175443 0.0460366 0.0510389
Vertex 599 -0.0165385 0.0459978 0.0505746
Vertex 600 -0.0155349 0.0459646 0.0502157
Vertex 601 -0.0145321 0.0459268 0.0498594
Vertex 602 -0.0135288 0.0458914 0.0493586
Vertex 603 -0.012533 0.0458468 0.048979
Vertex 604 -0.0115387 0.0458293 0.048671
Vertex 605 -0.0105333 0.0457993 0.0483516
Vertex 606 -0.0095211 0.045789 0.0480158
Vertex 607 -0.00850771 0.0457646 0.047699
Vertex 608 -0.00750575 0.0457415 0.0474579
Vertex 609 -0.00649796 0.0457161 0.0472731
Vertex 610 -0.00549495 0.0456998 0.0471564
Vertex 611 -0.00449363 0.0456798 0.0470573
Vertex 612 -0.00349731 0.0456721 0.0469862
Vertex 613 -0.00248901 0.0456504 0.0469622
Vertex 614 -0.00149685 0.0456811 0.047029
Vertex 615 -0.000499367 0.0456802 0.0470389
Vertex 616 0.000501495 0.0457296 0.0472541
Vertex 617 0.00150908 0.0458287 0.0477014
Vertex 618 0.00251634 0.0459065 0.0480561
Vertex 619 0.00351191 0.0459363 0.0483003
Vertex 620 0.00450167 0.0459455 0.0484199
Vertex 621 0.00549045 0.0459551 0.048539
Vertex 622 0.00647697 0.0459611 0.0484012
Vertex 623 0.00747158 0.0458651 0.0478111
Vertex 624 0.00845531 0.04577 0.0469205
Vertex 625 0.00953188 0.0455622 0.0461832
Vertex 626 -0.0354984 0.115235 0.0327878
Vertex 627 -0.033517 0.115303 0.0329858
Vertex 628 -0.034501 0.115223 0.0328885
Vertex 629 -0.0484911 0.115278 0.0334198
Vertex 630 -0.00248977 0.112799 0.0419964
Vertex 631 0.0429479 0.0845778 -0.00579145
Vertex 632 -0.00749309 0.114174 0.0409291
Vertex 633 -0.00648723 0.114138 0.040862
Vertex 634 -0.0343726 0.127227 0.0072164
Vertex 635 -0.0675131 0.145595 0.0418048
Vertex 636 -0.0685186 0.1456 0.0424246
Vertex 637 -0.076485 0.148385 0.0403892
Vertex 638 -0.0393744 0.174134 -0.00504658
Vertex 639 0.0410678 0.10142 0.0221661
Vertex 640 -0.0514931 0.156432 0.0104716
Vertex 641 0.0202898 0.124676 0.0257091
Vertex 642 -0.0151278 0.128803 0.00988702
Vertex 643 -0.00149333 0.112805 0.0421166
Vertex 644 -0.0228105 0.123961 0.023212
Vertex 645 0.0405574 0.104219 0.0191648
Vertex 646 0.0315129 0.0439606 0.0299133
Vertex 647 0.0325099 0.0439072 0.0294151
Vertex 648 -0.0490964 0.156122 -0.00621407
Vertex 649 -0.0271937 0.174158 -0.0183459
Vertex 650 -0.0307256 0.0915724 -0.0247467
Vertex 651 -0.0318346 0.0915622 -0.0244444
Vertex 652 -0.0298676 0.0916468 -0.0252289
Vertex 653 -0.0494924 0.160775 0.00747898
Vertex 654 -0.0322408 0.125589 0.00213325
Vertex 655 -0.0888501 0.151809 0.0151852
Vertex 656 0.0343092 0.113032 0.0252402
Vertex 657 0.0375985 0.10834 0.0241868
Vertex 658 -0.0254275 0.181837 -0.00892324
Vertex 659 0.028089 0.0929174 0.0442737
Vertex 660 -0.000498881 0.112805 0.0421187
Vertex 661 0.00328959 0.131137 0.0194851
Vertex 662 -0.00316996 0.131012 0.0171239
Vertex 663 0.00680734 0.129132 0.0265205
Vertex 664 0.00773558 0.128847 0.0268569
Vertex 665 -0.0445078 0.128204 0.0197407
Vertex 666 -0.0288355 0.125617 0.00924976
Vertex 667 -0.0407972 0.128426 0.00338476
Vertex 668 -0.088826 0.122625 0.00229599
Vertex 669 -0.00326172 0.0994383 0.0499516
Vertex 670 -0.0426789 0.168728 0.0023488
Vertex 671 -0.0657091 0.157202 -0.00882727
Vertex 672 -0.0645952 0.155196 -0.0084031
Vertex 673 -0.0635463 0.153079 -0.00800928
Vertex 674 -0.0236453 0.0906062 0.0514725
Vertex 675 -0.0564936 0.0465915 0.0420515
Vertex 676 -0.0554996 0.0466308 0.0421953
Vertex 677 -0.053498 0.0465766 0.0420409
Vertex 678 -0.0525012 0.046573 0.0420391
Vertex 679 -0.0515001 0.0465582 0.0417907
Vertex 680 -0.0504972 0.0465484 0.0414292
Vertex 681 -0.0495014 0.0464837 0.0411417
Vertex 682 -0.048497 0.0464891 0.040915
Vertex 683 -0.0474979 0.0464882 0.040801
Vertex 684 -0.0464961 0.0464761 0.0407845
Vertex 685 -0.0454996 0.0464888 0.0408011
Vertex 686 -0.0444986 0.0465011 0.0409291
Vertex 687 -0.0435026 0.0465062 0.0407289
Vertex 688 -0.0424955 0.0464529 0.0406301
Vertex 689 -0.0414956 0.0464933 0.0408152
Vertex 690 -0.0404958 0.0464911 0.0408136
Vertex 691 -0.0394936 0.046476 0.0404962
Vertex 692 -0.0384944 0.0464446 0.0402202
Vertex 693 -0.0375004 0.0464372 0.040096
Vertex 694 -0.036507 0.0464425 0.0402005
Vertex 695 -0.0255118 0.0936195 -0.0293755
Vertex 696 -0.0297999 0.12434 0.000117203
Vertex 697 -0.0308235 0.12443 -0.00028071
Vertex 698 -0.0317456 0.124703 -0.000629789
Vertex 699 -0.0326323 0.125019 -0.000941466
Vertex 700 -0.0335104 0.125389 -0.00127044
Vertex 701 -0.0344386 0.125663 -0.00162003
Vertex 702 -0.0284556 0.0472262 0.0488083
Vertex 703 -0.0274608 0.0473022 0.0495228
Vertex 704 -0.0264774 0.0473675 0.0499125
Vertex 705 -0.0254423 0.0473682 0.0503166
Vertex 706 -0.0244616 0.0474336 0.050725
Vertex 707 -0.0234912 0.0474961 0.0510145
Vertex 708 -0.0224848 0.0474635 0.0510926
Vertex 709 -0.0214953 0.0474568 0.0509792
Vertex 710 -0.0205082 0.0474421 0.0508554
Vertex 711 -0.0195149 0.0474114 0.0506124
Vertex 712 -0.0185134 0.0473863 0.05026
Vertex 713 -0.0175351 0.0472943 0.0498404
Vertex 714 -0.0165233 0.0472885 0.0494939
Vertex 715 -0.0155034 0.0472755 0.0490261
Vertex 716 -0.0144968 0.0472352 0.0484474
Vertex 717 -0.0134961 0.0472092 0.0480936
Vertex 718 -0.0124976 0.0472007 0.0479814
Vertex 719 -0.0114987 0.0471911 0.0478612
Vertex 720 -0.010495 0.0471724 0.0477907
Vertex 721 -0.00949656 0.0471698 0.047803
Vertex 722 -0.00851871 0.0471234 0.047663
Vertex 723 -0.00750517 0.0471136 0.0478292
Vertex 724 -0.00650105 0.0472142 0.0482843
Vertex 725 -0.00549562 0.0472961 0.0485942
Vertex 726 -0.0044937 0.0473352 0.0489501
Vertex 727 -0.0034922 0.0473569 0.0490622
Vertex 728 -0.00249349 0.0474079 0.0491587
Vertex 729 -0.00147854 0.0474532 0.049375
Vertex 730 -0.000486036 0.047441 0.049521
Vertex 731 0.000507196 0.0474213 0.049671
Vertex 732 0.00150975 0.0474485 0.049901
Vertex 733 0.00250708 0.0474439 0.0499052
Vertex 734 0.00350193 0.0474397 0.0500395
Vertex 735 0.00449953 0.0474774 0.0501288
Vertex 736 0.00549435 0.0474709 0.0500045
Vertex 737 0.00648582 0.047441 0.0497645
Vertex 738 0.00747686 0.0474111 0.0493962
Vertex 739 0.00849245 0.0473031 0.0488481
Vertex 740 0.00946392 0.0472926 0.0483305
Vertex 741 0.0104364 0.0472441 0.0475563
Vertex 742 -0.0764988 0.13725 0.0499203
Vertex 743 -0.0774908 0.137247 0.0499166
Vertex 744 -0.0325172 0.115309 0.0332233
Vertex 745 0.0348698 0.112104 0.0254475
Vertex 746 -0.00549593 0.114185 0.0409403
Vertex 747 -0.0755046 0.137255 0.0498073
Vertex 748 -0.0745038 0.137269 0.049596
Vertex 749 -0.0735087 0.137262 0.0493527
Vertex 750 -0.0715111 0.145604 0.0434169
Vertex 751 -0.0725069 0.145589 0.0436497
Vertex 752 -0.0675145 0.148386 0.0398761
Vertex 753 -0.0663959 0.148276 0.0393784
Vertex 754 -0.0810243 0.0936828 -0.00856919
Vertex 755 0.0432798 0.100122 0.00916351
Vertex 756 -0.0475138 0.156385 0.00914965
Vertex 757 0.0402856 0.10561 0.017163
Vertex 758 -0.0774854 0.142838 0.0458543
Vertex 759 -0.0749127 0.151363 0.0363064
Vertex 760 -0.0284773 0.177212 -0.00607735
Vertex 761 0.0325091 0.0454335 0.0302933
Vertex 762 0.0335076 0.0453895 0.0300756
Vertex 763 0.0345025 0.0454126 0.0301845
Vertex 764 0.035496 0.0454077 0.0303438
Vertex 765 0.0364941 0.0454217 0.0304675
Vertex 766 0.0375013 0.045461 0.0306904
Vertex 767 0.0385027 0.0454964 0.0307784
Vertex 768 -0.0154988 0.114109 0.0392017
Vertex 769 -0.0475053 0.16079 0.00736091
Vertex 770 -0.0434424 0.160833 0.00573037
Vertex 771 -0.0127683 0.163589 -0.0126806
Vertex 772 0.0323217 0.116577 0.0230638
Vertex 773 -0.0414995 0.168206 0.00296291
Vertex 774 0.0393714 0.104176 0.025187
Vertex 775 0.0299608 0.102103 0.0382304
Vertex 776 -0.0255896 0.182763 -0.0105092
Vertex 777 -0.0245507 0.183147 -0.010424
Vertex 778 -0.0100076 0.130157 0.0146359
Vertex 779 -0.0185901 0.128007 0.0115203
Vertex 780 0.000382137 0.128869 0.0270967
Vertex 781 0.00961512 0.122501 0.0348066
Vertex 782 -0.0689992 0.150311 0.0384044
Vertex 783 -0.0742776 0.161639 -0.0118948
Vertex 784 -0.0699149 0.161541 -0.0103834
Vertex 785 -0.0437665 0.168716 0.00196199
Vertex 786 -0.00338001 0.130095 0.0228247
Vertex 787 -0.0637552 0.15245 -0.00517189
Vertex 788 -0.067462 0.157723 -0.00658264
Vertex 789 -0.0696084 0.159782 -0.00738408
Vertex 790 -0.0564952 0.047766 0.0395183
Vertex 791 -0.0554939 0.0477978 0.0398952
Vertex 792 -0.0544725 0.0478754 0.0402183
Vertex 793 -0.0534956 0.0478266 0.0400304
Vertex 794 -0.0524983 0.0477783 0.0397646
Vertex 795 -0.0514997 0.047729 0.0396118
Vertex 796 -0.0504949 0.0477308 0.0397221
Vertex 797 -0.0494981 0.0477699 0.0395132
Vertex 798 -0.0484934 0.047761 0.0395051
Vertex 799 -0.0474969 0.0477925 0.0396528
Vertex 800 -0.0464984 0.047794 0.0396541
Vertex 801 -0.045503 0.0478046 0.0396725
Vertex 802 -0.044502 0.0478297 0.0399289
Vertex 803 -0.0435018 0.0478421 0.040059
Vertex 804 -0.0425045 0.0478596 0.0401075
Vertex 805 -0.0414999 0.0478558 0.040117
Vertex 806 -0.0404958 0.0478428 0.0400733
Vertex 807 -0.0394895 0.0478295 0.0398724
Vertex 808 -0.0384924 0.0478181 0.0398313
Vertex 809 -0.0374932 0.0478153 0.0397186
Vertex 810 -0.0365036 0.0478079 0.0395886
Vertex 811 -0.0355275 0.04785 0.0396404
Vertex 812 -0.0697425 0.164473 -0.0161193
Vertex 813 -0.0689178 0.164003 -0.0158096
Vertex 814 -0.0681413 0.163425 -0.0155251
Vertex 815 -0.0673944 0.162815 -0.015253
Vertex 816 -0.0666931 0.162075 -0.0149837
Vertex 817 -0.0660878 0.161167 -0.014759
Vertex 818 -0.0654948 0.160255 -0.0145439
Vertex 819 -0.0274537 0.0485303 0.0479606
Vertex 820 -0.0264744 0.0486202 0.0485825
Vertex 821 -0.0254941 0.0486931 0.0489695
Vertex 822 -0.0244788 0.0486839 0.0492934
Vertex 823 -0.0234883 0.0487024 0.0493089
Vertex 824 -0.0224914 0.04868 0.0491885
Vertex 825 -0.0214981 0.0486638 0.0490621
Vertex 826 -0.0205025 0.0486482 0.0489372
Vertex 827 -0.0194857 0.0486564 0.0485018
Vertex 828 -0.0184963 0.0486167 0.0482304
Vertex 829 -0.017497 0.0485942 0.047882
Vertex 830 -0.0164973 0.0485745 0.0476342
Vertex 831 -0.0154987 0.0485755 0.0476399
Vertex 832 -0.0144966 0.0485988 0.0478804
Vertex 833 -0.013506 0.0486161 0.0481837
Vertex 834 -0.0125023 0.0486789 0.0487656
Vertex 835 -0.0114995 0.0486859 0.0490069
Vertex 836 -0.010491 0.0487865 0.0492904
Vertex 837 -0.00948608 0.0488348 0.0496357
Vertex 838 -0.0084766 0.0489124 0.0500846
Vertex 839 -0.00748372 0.0488969 0.0502433
Vertex 840 -0.00649633 0.0488329 0.050181
Vertex 841 -0.00549072 0.0488848 0.0502608
Vertex 842 -0.00449485 0.0488681 0.0504112
Vertex 843 -0.00348603 0.0489394 0.050606
Vertex 844 -0.00249719 0.0488761 0.0505372
Vertex 845 -0.00148646 0.0489421 0.0507365
Vertex 846 -0.000497779 0.0489051 0.0509033
Vertex 847 0.000506827 0.0489752 0.0512269
Vertex 848 0.0015066 0.0490028 0.0513272
Vertex 849 0.00250363 0.0489881 0.0513443
Vertex 850 0.00350274 0.0489558 0.0513808
Vertex 851 0.00450171 0.04895 0.0512539
Vertex 852 0.00549546 0.0489597 0.051102
Vertex 853 0.0064937 0.048929 0.05087
Vertex 854 0.00748827 0.048894 0.0505047
Vertex 855 0.0084996 0.0488213 0.0500608
Vertex 856 0.00949238 0.0487693 0.0494463
Vertex 857 0.0104455 0.0488162 0.0487077
Vertex 858 -0.0724967 0.123205 0.0535111
Vertex 859 -0.00949475 0.122405 0.0348735
Vertex 860 0.0449966 0.0931749 0.00418165
Vertex 861 -0.0893649 0.111932 0.017326
Vertex 862 0.000497507 0.112823 0.0420607
Vertex 863 -0.0744965 0.123196 0.0533572
Vertex 864 -0.0576724 0.155657 0.012957
Vertex 865 0.00599322 0.131555 0.0161709
Vertex 866 -0.0764972 0.123179 0.0527664
Vertex 867 -0.0735012 0.145587 0.0437725
Vertex 868 -0.074493 0.145596 0.0437863
Vertex 869 -0.0754893 0.145614 0.0436847
Vertex 870 -0.0764843 0.145607 0.0435529
Vertex 871 -0.0654644 0.148292 0.0388168
Vertex 872 -0.0645196 0.148285 0.0383203
Vertex 873 -0.063566 0.148289 0.0378536
Vertex 874 -0.0624682 0.148372 0.0373168
Vertex 875 -0.061629 0.148291 0.0370712
Vertex 876 -0.000397233 0.131333 0.0167016
Vertex 877 -0.00149054 0.131258 0.0163007
Vertex 878 0.0325208 0.0469245 0.0310812
Vertex 879 0.0335068 0.0468989 0.0306812
Vertex 880 0.0345037 0.0468848 0.0307194
Vertex 881 0.0354988 0.0469226 0.030944
Vertex 882 0.0364837 0.0469104 0.0311466
Vertex 883 0.0374899 0.0469458 0.0313688
Vertex 884 0.0384949 0.0469555 0.0314897
Vertex 885 0.0405026 0.0469928 0.0315524
Vertex 886 -0.0893231 0.14203 0.0321578
Vertex 887 0.00149473 0.112812 0.0419217
Vertex 888 -0.0774962 0.131676 0.0527303
Vertex 889 -0.00266999 0.131274 0.0130017
Vertex 890 -0.0625219 0.151129 0.0359075
Vertex 891 0.0444235 0.0917457 0.0211574
Vertex 892 0.00249002 0.112797 0.0416669
Vertex 893 0.0432951 0.0987146 0.0161577
Vertex 894 -0.0354636 0.172718 -0.000342918
Vertex 895 -0.02246 0.183226 -0.0115124
Vertex 896 0.0430875 0.0930739 0.0251589
Vertex 897 -0.0260776 0.125932 0.00880255
Vertex 898 -0.0358232 0.127618 0.00522677
Vertex 899 -0.0417874 0.128546 0.00302224
Vertex 900 -0.0728566 0.162156 -0.0114327
Vertex 901 -0.069106 0.161031 -0.0101008
Vertex 902 -0.0683786 0.160357 -0.00982452
Vertex 903 -0.0643494 0.153359 -0.00540282
Vertex 904 -0.0681652 0.158429 -0.00684039
Vertex 905 -0.0704807 0.1602 -0.00768602
Vertex 906 -0.0725078 0.160609 -0.0083559
Vertex 907 -0.0555 0.0488797 0.0362241
Vertex 908 0.00348618 0.11278 0.041408
Vertex 909 -0.0534691 0.0491595 0.0373719
Vertex 910 -0.05252 0.0490121 0.0379722
Vertex 911 -0.0515081 0.0490357 0.0376444
Vertex 912 -0.0505546 0.0490872 0.0373101
Vertex 913 -0.0495075 0.0490436 0.0377607
Vertex 914 -0.0485055 0.0490796 0.0381424
Vertex 915 -0.0475135 0.0491287 0.0385522
Vertex 916 -0.0465112 0.0491437 0.0387964
Vertex 917 -0.0454932 0.0491469 0.0390026
Vertex 918 -0.0445073 0.0491885 0.039305
Vertex 919 -0.0435045 0.0492094 0.0395536
Vertex 920 -0.0425019 0.049221 0.0396798
Vertex 921 -0.0415014 0.0492193 0.0396812
Vertex 922 -0.0404973 0.0492165 0.0395965
Vertex 923 -0.0394944 0.0492076 0.0395541
Vertex 924 -0.0384865 0.0492045 0.0394845
Vertex 925 -0.0374859 0.0491992 0.0393813
Vertex 926 -0.0364777 0.0491722 0.0391199
Vertex 927 -0.0354984 0.0491504 0.038916
Vertex 928 -0.00403191 0.0987119 0.0511654
Vertex 929 -0.0358096 0.12684 0.0170169
Vertex 930 -0.00679601 0.100851 0.0456503
Vertex 931 -0.0432963 0.128843 0.0142751
Vertex 932 -0.0581623 0.155642 0.0142378
Vertex 933 -0.0730465 0.158091 -0.00419381
Vertex 934 -0.0265027 0.0498541 0.0461184
Vertex 935 -0.0254896 0.049863 0.0466034
Vertex 936 -0.0244999 0.049902 0.0466266
Vertex 937 -0.0234974 0.0498976 0.0468652
Vertex 938 -0.0224974 0.0498852 0.046496
Vertex 939 -0.0214969 0.0498836 0.0466158
Vertex 940 -0.0205078 0.049871 0.046386
Vertex 941 -0.0194942 0.0498847 0.046612
Vertex 942 -0.0185111 0.0499058 0.0467842
Vertex 943 -0.0175003 0.0499225 0.0470061
Vertex 944 -0.0165027 0.0499584 0.0473896
Vertex 945 -0.0154803 0.0500282 0.047966
Vertex 946 -0.0144943 0.0500942 0.0487331
Vertex 947 -0.0134983 0.0501789 0.0495792
Vertex 948 -0.0125327 0.0502379 0.050201
Vertex 949 -0.0114878 0.0502762 0.0503958
Vertex 950 -0.0104937 0.0502816 0.0505289
Vertex 951 -0.00949487 0.0503088 0.0507661
Vertex 952 -0.0084955 0.0503277 0.0510127
Vertex 953 -0.00749319 0.0503553 0.0512463
Vertex 954 -0.00648958 0.0503786 0.0513549
Vertex 955 -0.00549746 0.0503818 0.0516227
Vertex 956 -0.00449958 0.0504123 0.0519892
Vertex 957 -0.00349567 0.0504603 0.052334
Vertex 958 -0.00249426 0.0505094 0.0526827
Vertex 959 -0.00149572 0.0505531 0.0529099
Vertex 960 -0.000498029 0.0505184 0.0529377
Vertex 961 0.000511374 0.0503823 0.0524384
Vertex 962 0.00150167 0.0504398 0.0522275
Vertex 963 0.00250222 0.0504849 0.0522926
Vertex 964 0.00349864 0.0505127 0.0525247
Vertex 965 0.00450189 0.050474 0.0524519
Vertex 966 0.00551166 0.0504095 0.0521406
Vertex 967 0.00650609 0.0503877 0.0517539
Vertex 968 0.00749105 0.050377 0.0513506
Vertex 969 0.00847112 0.0503629 0.0509458
Vertex 970 0.00951901 0.0504027 0.0504431
Vertex 971 -0.0625516 0.147537 -0.0115723
Vertex 972 -0.0908043 0.122683 0.00627651
Vertex 973 -0.0626008 0.160001 -0.0205855
Vertex 974 -0.0266054 0.0916781 -0.031606
Vertex 975 -0.0703512 0.170836 -0.0520339
Vertex 976 -0.0744896 0.128852 0.0526631
Vertex 977 -0.0617312 0.142927 -0.00565867
Vertex 978 -0.0945717 0.122812 0.0182725
Vertex 979 0.0327608 0.11383 -0.00261931
Vertex 980 -0.00947595 0.130265 0.0133884
Vertex 981 -0.0528475 0.140082 0.0254195
Vertex 982 -0.00648998 0.122405 0.0354776
Vertex 983 -0.013019 0.129549 0.0120959
Vertex 984 -0.0617146 0.155302 -0.0255819
Vertex 985 -0.0853384 0.107683 0.0213404
Vertex 986 -0.0774937 0.145636 0.0432119
Vertex 987 0.00323629 0.131729 0.0108817
Vertex 988 -0.0896348 0.140659 0.0301806
Vertex 989 -0.0267629 0.124714 0.018819
Vertex 990 -0.0293056 0.125075 0.00323421
Vertex 991 0.0335365 0.0483507 0.0312493
Vertex 992 0.0345069 0.0483661 0.0310725
Vertex 993 0.0354985 0.0483762 0.03122
Vertex 994 0.0364932 0.0484054 0.0314672
Vertex 995 0.0374917 0.0484328 0.0317174
Vertex 996 0.038489 0.0484512 0.0319961
Vertex 997 0.039494 0.0484532 0.0321483
Vertex 998 0.0405023 0.0484755 0.0322215
Vertex 999 -0.0394865 0.115305 0.0335817
Vertex 1000 -0.0881399 0.122604 0.000302573
Vertex 1001 0.0396737 0.107002 0.0161655
Vertex 1002 0.0398576 0.101362 0.0261824
Vertex 1003 -0.0744916 0.146991 0.0423999
Vertex 1004 -0.0424971 0.165251 0.00449932
Vertex 1005 -0.0704743 0.121802 0.053345
Vertex 1006 0.0267515 0.102116 0.0406018
Vertex 1007 -0.0878008 0.119885 0.00028492
Vertex 1008 -0.089797 0.129515 0.00524651
Vertex 1009 -0.0269413 0.181454 -0.0140289
Vertex 1010 -0.0307494 0.125973 0.00854668
Vertex 1011 -0.0747157 0.155426 0.0258403
Vertex 1012 -0.0624118 0.148891 -0.00459657
Vertex 1013 -0.0640913 0.154089 -0.00821335
Vertex 1014 -0.0630663 0.151874 -0.00782908
Vertex 1015 -0.075878 0.0954761 0.0383509
Vertex 1016 0.0169167 0.127898 0.0201801
Vertex 1017 -0.00552471 0.130134 0.0220582
Vertex 1018 -0.0148858 0.0985034 0.047376
Vertex 1019 -0.0088618 0.129865 0.0208462
Vertex 1020 -0.0384222 0.125448 0.0219859
Vertex 1021 -0.0504584 0.0502644 0.0363006
Vertex 1022 -0.0495137 0.0503617 0.0366255
Vertex 1023 -0.0485081 0.0504118 0.037253
Vertex 1024 -0.0475093 0.0504634 0.0377677
Vertex 1025 -0.0465214 0.0505047 0.038174
Vertex 1026 -0.0455152 0.0505363 0.0385492
Vertex 1027 -0.0445141 0.050571 0.038927
Vertex 1028 -0.0435279 0.0506014 0.0392212
Vertex 1029 -0.0425018 0.0506116 0.0394181
Vertex 1030 -0.0415011 0.0506114 0.0394281
Vertex 1031 -0.0404972 0.0506061 0.0393715
Vertex 1032 -0.0394902 0.0506047 0.0393469
Vertex 1033 -0.0384895 0.050603 0.0393394
Vertex 1034 -0.0374901 0.0505918 0.0391881
Vertex 1035 -0.036484 0.0505609 0.038833
Vertex 1036 -0.0354915 0.050532 0.0385401
Vertex 1037 -0.0344903 0.0505305 0.0383369
Vertex 1038 -0.0334893 0.050539 0.0382432
Vertex 1039 0.0299711 0.119398 0.020753
Vertex 1040 0.0306772 0.118704 0.0210209
Vertex 1041 0.0313679 0.117954 0.0212794
Vertex 1042 0.0320331 0.117177 0.0215305
Vertex 1043 0.0326927 0.116394 0.0217802
Vertex 1044 -0.0264808 0.0509031 0.0429156
Vertex 1045 -0.0254692 0.0509386 0.0434079
Vertex 1046 -0.0244966 0.0509689 0.0431921
Vertex 1047 -0.0234839 0.0509996 0.0435588
Vertex 1048 -0.0224071 0.0510134 0.0440995
Vertex 1049 -0.02141 0.0511007 0.0448554
Vertex 1050 -0.0205114 0.0512056 0.0456176
Vertex 1051 -0.0195075 0.0512747 0.046374
Vertex 1052 -0.0184955 0.0513594 0.0472431
Vertex 1053 -0.0174765 0.0514437 0.047967
Vertex 1054 -0.0164815 0.0515035 0.0485835
Vertex 1055 -0.015494 0.0515277 0.0489706
Vertex 1056 -0.0144633 0.051615 0.0495133
Vertex 1057 -0.0134374 0.0516868 0.0502089
Vertex 1058 -0.0124795 0.0517352 0.0508543
Vertex 1059 -0.0115065 0.0517326 0.051159
Vertex 1060 -0.010498 0.0517545 0.0512545
Vertex 1061 -0.00949945 0.0517772 0.0514996
Vertex 1062 -0.00849798 0.051815 0.0518583
Vertex 1063 -0.0074916 0.0518487 0.0520774
Vertex 1064 -0.0065051 0.0518538 0.05236
Vertex 1065 -0.00548466 0.051944 0.0528973
Vertex 1066 -0.00451507 0.0519264 0.0531932
Vertex 1067 -0.0034931 0.0519852 0.0535284
Vertex 1068 -0.00249774 0.0520145 0.0539036
Vertex 1069 -0.00150003 0.0520299 0.0541649
Vertex 1070 -0.000496894 0.0520342 0.0541515
Vertex 1071 0.000500504 0.0519731 0.0534094
Vertex 1072 0.00149895 0.0519342 0.0529111
Vertex 1073 0.00250445 0.0519435 0.0530423
Vertex 1074 0.00349695 0.0519735 0.0532512
Vertex 1075 0.00449781 0.0519669 0.0532713
Vertex 1076 0.00550647 0.0519309 0.0530702
Vertex 1077 0.00652038 0.0518639 0.0525018
Vertex 1078 0.00750786 0.0518308 0.0519822
Vertex 1079 0.00848446 0.0518256 0.0516867
Vertex 1080 0.00950265 0.0517655 0.0513753
Vertex 1081 -0.0734977 0.128836 0.0522844
Vertex 1082 -0.0725184 0.128806 0.0519752
Vertex 1083 0.042865 0.0958458 -0.000810373
Vertex 1084 0.0445611 0.0931651 0.0181595
Vertex 1085 0.0444356 0.0931566 0.0191609
Vertex 1086 -0.0754919 0.128859 0.0530266
Vertex 1087 0.00647696 0.11413 0.0402504
Vertex 1088 -0.0765071 0.126009 0.0528667
Vertex 1089 -0.0764996 0.128859 0.0532215
Vertex 1090 -0.0849208 0.114388 0.046865
Vertex 1091 -0.0918951 0.117319 0.00831437
Vertex 1092 -0.0735209 0.134443 0.0506533
Vertex 1093 -0.0745084 0.134461 0.0510337
Vertex 1094 -0.0754981 0.13448 0.0513067
Vertex 1095 -0.0764995 0.134472 0.0515165
Vertex 1096 0.0335187 0.113275 -0.00203325
Vertex 1097 -0.0922478 0.11733 0.00930597
Vertex 1098 0.0044777 0.112767 0.0412512
Vertex 1099 -0.00448954 0.122402 0.0358368
Vertex 1100 -0.00442605 0.128738 0.0268092
Vertex 1101 0.0161585 0.128774 0.0170439
Vertex 1102 0.0427229 0.10007 0.00318201
Vertex 1103 0.0156241 0.128368 0.0211329
Vertex 1104 0.0335218 0.0499029 0.0322045
Vertex 1105 0.0345233 0.0498189 0.0314944
Vertex 1106 0.0355057 0.0498307 0.031489
Vertex 1107 0.0364957 0.049851 0.0316154
Vertex 1108 0.0374928 0.0498822 0.031843
Vertex 1109 0.0384903 0.0499056 0.0320993
Vertex 1110 0.0394879 0.0499122 0.0322705
Vertex 1111 0.0404983 0.0499404 0.0324741
Vertex 1112 0.0415062 0.0499285 0.0325086
Vertex 1113 0.0425051 0.049941 0.0324381
Vertex 1114 -0.0704857 0.116111 0.0520944
Vertex 1115 0.0232634 0.124781 0.0210949
Vertex 1116 0.0208043 0.12624 0.020186
Vertex 1117 -0.00332845 0.128773 0.0271941
Vertex 1118 0.040053 0.107027 0.0101639
Vertex 1119 -0.0794099 0.141428 0.0463829
Vertex 1120 0.0220922 0.12286 0.0278182
Vertex 1121 -0.015772 0.160715 -0.00958045
Vertex 1122 -0.0775565 0.148654 -0.00488618
Vertex 1123 -0.0875531 0.12123 -0.000692815
Vertex 1124 -0.025877 0.125557 0.00449924
Vertex 1125 0.0220166 0.125337 0.0220596
Vertex 1126 -0.06497 0.154244 -0.00563561
Vertex 1127 0.012166 0.127075 0.0284779
Vertex 1128 -0.0151406 0.126373 0.0259068
Vertex 1129 -0.0405676 0.171048 0.000226569
Vertex 1130 -0.0417025 0.170926 -0.000183345
Vertex 1131 -0.0719231 0.155792 0.0253493
Vertex 1132 -0.0410851 0.123071 0.0255089
Vertex 1133 -0.0704025 0.156596 -0.000355665
Vertex 1134 0.0158791 0.123986 0.0298499
Vertex 1135 -0.0494029 0.0516267 0.0356191
Vertex 1136 -0.0484712 0.0517504 0.0365675
Vertex 1137 -0.0474808 0.0518309 0.037336
Vertex 1138 -0.0465141 0.0518831 0.0377757
Vertex 1139 -0.045508 0.0519257 0.0382686
Vertex 1140 -0.0444939 0.0519693 0.038747
Vertex 1141 -0.0435203 0.0519967 0.0390799
Vertex 1142 -0.0425091 0.0520201 0.0393163
Vertex 1143 -0.0415114 0.0520187 0.0393909
Vertex 1144 -0.0404977 0.0520197 0.0394004
Vertex 1145 -0.0394885 0.0520168 0.0393574
Vertex 1146 -0.0384859 0.0520062 0.0392089
Vertex 1147 -0.0374857 0.0519831 0.0389557
Vertex 1148 -0.0364795 0.0519621 0.0386972
Vertex 1149 -0.035474 0.0519266 0.0383228
Vertex 1150 -0.0344826 0.0519106 0.0380623
Vertex 1151 -0.0334582 0.0518969 0.0377238
Vertex 1152 -0.0324964 0.0518418 0.0373712
Vertex 1153 -0.0643667 0.159406 -0.0155654
Vertex 1154 -0.0637704 0.158563 -0.0153492
Vertex 1155 -0.0362227 0.121033 0.0288309
Vertex 1156 -0.0353536 0.12061 0.029103
Vertex 1157 -0.0345743 0.120058 0.0294165
Vertex 1158 -0.0254497 0.052221 0.0403383
Vertex 1159 -0.0244489 0.052187 0.0413714
Vertex 1160 -0.0234293 0.0522884 0.0423691
Vertex 1161 -0.0224569 0.0524128 0.0435307
Vertex 1162 -0.0214965 0.0525299 0.044709
Vertex 1163 -0.0204809 0.0526524 0.0459576
Vertex 1164 -0.0194396 0.0527865 0.0471813
Vertex 1165 -0.0184644 0.0528818 0.0482087
Vertex 1166 -0.0174692 0.0529782 0.0491698
Vertex 1167 -0.0164825 0.0530314 0.0497852
Vertex 1168 -0.0154865 0.0530505 0.0500296
Vertex 1169 -0.0144826 0.0530653 0.0501401
Vertex 1170 -0.0134843 0.053101 0.0504987
Vertex 1171 -0.0124761 0.0531764 0.0512005
Vertex 1172 -0.0114906 0.0532044 0.051601
Vertex 1173 -0.01051 0.0531978 0.0517663
Vertex 1174 -0.00949468 0.0532459 0.0520833
Vertex 1175 -0.00849647 0.0532799 0.0524507
Vertex 1176 -0.00749418 0.0533074 0.0526841
Vertex 1177 -0.00650042 0.0533369 0.0530605
Vertex 1178 -0.0054947 0.0533903 0.0535249
Vertex 1179 -0.00451061 0.0534011 0.0538125
Vertex 1180 -0.00349166 0.0534503 0.0541192
Vertex 1181 -0.00249263 0.0534855 0.0544759
Vertex 1182 -0.00149823 0.0535022 0.0547476
Vertex 1183 -0.000498287 0.0535066 0.0547347
Vertex 1184 0.000497149 0.0534577 0.0541163
Vertex 1185 0.00150153 0.0534013 0.0535077
Vertex 1186 0.00251869 0.05336 0.0534808
Vertex 1187 0.00350403 0.0533854 0.0535456
Vertex 1188 0.00450086 0.0533884 0.0535142
Vertex 1189 0.00550371 0.0533623 0.0533002
Vertex 1190 0.0065027 0.0533154 0.0528127
Vertex 1191 0.00750328 0.0532576 0.0522142
Vertex 1192 0.008486 0.0532759 0.0521458
Vertex 1193 0.00951284 0.0532319 0.0521285
Vertex 1194 0.0105195 0.053345 0.0519069
Vertex 1195 -0.0124978 0.122374 0.0339942
Vertex 1196 0.0366798 0.105376 -0.00582172
Vertex 1197 -0.0745126 0.131657 0.0521168
Vertex 1198 -0.0621605 0.170953 -0.0526019
Vertex 1199 0.00548112 0.11414 0.0405028
Vertex 1200 0.00448236 0.11415 0.0407558
Vertex 1201 -0.0435006 0.115257 0.0335166
Vertex 1202 -0.0785029 0.128864 0.0532728
Vertex 1203 -0.079504 0.128859 0.053141
Vertex 1204 0.0366571 0.0968397 -0.0108144
Vertex 1205 -0.0262668 0.179961 -0.0169689
Vertex 1206 -0.0225205 0.114038 0.037332
Vertex 1207 -0.0774938 0.134462 0.0515018
Vertex 1208 -0.0784776 0.134439 0.0514602
Vertex 1209 -0.0794917 0.134473 0.0511764
Vertex 1210 -0.0804551 0.134426 0.050865
Vertex 1211 -9.29522e-05 0.131467 0.0096514
Vertex 1212 -0.0809318 0.142082 0.0447817
Vertex 1213 0.0288769 0.120252 0.0217702
Vertex 1214 -0.0298175 0.125729 0.00888885
Vertex 1215 0.0398988 0.106999 0.0131638
Vertex 1216 0.0355423 0.0512597 0.0315836
Vertex 1217 0.0365033 0.0512847 0.031619
Vertex 1218 0.037495 0.0513025 0.031739
Vertex 1219 0.0384886 0.0513309 0.0319844
Vertex 1220 0.0394872 0.0513548 0.03224
Vertex 1221 0.0404949 0.0513767 0.0324659
Vertex 1222 0.0414995 0.0513848 0.032599
Vertex 1223 0.0425053 0.0513815 0.0326154
Vertex 1224 0.0435142 0.0513638 0.0325031
Vertex 1225 -0.0265155 0.115287 0.0336658
Vertex 1226 -0.0586545 0.152137 0.0330321
Vertex 1227 -0.0655672 0.149686 0.0379738
Vertex 1228 0.0284626 0.102127 0.0395666
Vertex 1229 0.0350916 0.102085 0.0333486
Vertex 1230 0.0308728 0.114122 0.0296728
Vertex 1231 0.0426395 0.101487 0.00716583
Vertex 1232 -0.0318889 0.124978 0.0199371
Vertex 1233 0.0398408 0.105612 0.0201716
Vertex 1234 -0.0688748 0.159133 -0.00709894
Vertex 1235 0.01303 0.126665 0.0287751
Vertex 1236 -0.0294715 0.117536 0.0312989
Vertex 1237 -0.0448162 0.12956 0.0195798
Vertex 1238 0.0138368 0.126165 0.029064
Vertex 1239 0.0138704 0.12508 0.0305218
Vertex 1240 -0.0729271 0.151083 0.037025
Vertex 1241 -0.0614531 0.154118 0.0305097
Vertex 1242 -0.0733037 0.155556 0.00591793
Vertex 1243 -0.0710688 0.156192 0.0139947
Vertex 1244 -0.048428 0.0531039 0.036022
Vertex 1245 -0.0475344 0.05323 0.0369443
Vertex 1246 -0.0464945 0.0532702 0.037612
Vertex 1247 -0.0445186 0.0533636 0.0386768
Vertex 1248 -0.0435006 0.0534118 0.0391466
Vertex 1249 -0.042519 0.0534194 0.039352
Vertex 1250 -0.0415063 0.0534301 0.0394734
Vertex 1251 -0.0404974 0.0534278 0.0394751
Vertex 1252 -0.0394917 0.0534182 0.0393765
Vertex 1253 -0.0384745 0.0533908 0.0391471
Vertex 1254 -0.03749 0.0533987 0.0390423
Vertex 1255 -0.036476 0.0533606 0.0387027
Vertex 1256 -0.0354965 0.0533413 0.0383699
Vertex 1257 -0.034498 0.0533048 0.037996
Vertex 1258 -0.0334673 0.0532523 0.0375728
Vertex 1259 -0.0324736 0.0532348 0.0372028
Vertex 1260 -0.0314741 0.053189 0.0369367
Vertex 1261 -0.0304869 0.0532061 0.0367531
Vertex 1262 -0.0600274 0.155812 0.00342033
Vertex 1263 -0.0649586 0.160381 -0.0157887
Vertex 1264 -0.0632603 0.157387 -0.0151607
Vertex 1265 -0.0883817 0.123968 0.00128346
Vertex 1266 -0.0676833 0.155656 0.026832
Vertex 1267 -0.0245117 0.0536384 0.0409132
Vertex 1268 -0.0234219 0.0537493 0.0424994
Vertex 1269 -0.0224181 0.05387 0.0440179
Vertex 1270 -0.021445 0.0539977 0.0453008
Vertex 1271 -0.020414 0.0541289 0.0465389
Vertex 1272 -0.0194474 0.054231 0.0477027
Vertex 1273 -0.0184804 0.0543192 0.0487134
Vertex 1274 -0.0174561 0.0544373 0.0497557
Vertex 1275 -0.0164926 0.0544756 0.0504072
Vertex 1276 -0.0154767 0.0545272 0.0507241
Vertex 1277 -0.0145052 0.0544906 0.0506759
Vertex 1278 -0.0134767 0.0545379 0.0508338
Vertex 1279 -0.0124579 0.0545987 0.0514221
Vertex 1280 -0.0114754 0.0546403 0.0519269
Vertex 1281 -0.0105014 0.0546468 0.0522278
Vertex 1282 -0.00949649 0.0546877 0.0525704
Vertex 1283 -0.00849625 0.0547108 0.0528122
Vertex 1284 -0.00749363 0.0547355 0.05304
Vertex 1285 -0.00650329 0.0547609 0.0534371
Vertex 1286 -0.00550412 0.0547964 0.0538028
Vertex 1287 -0.00449379 0.0548276 0.0540049
Vertex 1288 -0.00348783 0.0548509 0.0542207
Vertex 1289 -0.00248496 0.0548872 0.0545581
Vertex 1290 -0.00149759 0.0549023 0.0548542
Vertex 1291 -0.000496498 0.0549075 0.0548747
Vertex 1292 0.000535895 0.0548656 0.0545076
Vertex 1293 0.00151752 0.0547965 0.0538164
Vertex 1294 0.00250208 0.0547919 0.0536548
Vertex 1295 0.00350625 0.0547769 0.0535608
Vertex 1296 0.00450584 0.0547654 0.053433
Vertex 1297 0.0054972 0.0547598 0.0532635
Vertex 1298 0.00650352 0.0547197 0.0529464
Vertex 1299 0.00749482 0.0546914 0.0525351
Vertex 1300 0.00850697 0.0546686 0.0524774
Vertex 1301 0.00950273 0.0546854 0.0525766
Vertex 1302 -0.0805181 0.12599 0.0525745
Vertex 1303 -0.0795103 0.126002 0.0528073
Vertex 1304 -0.0785092 0.126003 0.0529555
Vertex 1305 -0.0775133 0.126 0.0528602
Vertex 1306 -0.0494959 0.115246 0.0337414
Vertex 1307 0.00348793 0.114165 0.0408953
Vertex 1308 -0.0445033 0.11527 0.0334071
Vertex 1309 -0.0425002 0.115266 0.0336474
Vertex 1310 -0.0335104 0.175675 -0.00315318
Vertex 1311 -0.0805024 0.128853 0.052889
Vertex 1312 -0.0814773 0.128835 0.0524787
Vertex 1313 0.0351546 0.112861 0.0227039
Vertex 1314 -0.0366664 0.175138 -0.00407486
Vertex 1315 -0.0620073 0.155313 -0.0175819
Vertex 1316 -0.00957953 0.177197 -0.0268263
Vertex 1317 0.0442559 0.0973532 0.00916034
Vertex 1318 0.0386307 0.106935 0.00116239
Vertex 1319 -0.0776201 0.171284 -0.03689
Vertex 1320 -0.0304741 0.177281 -0.004356
Vertex 1321 -0.089623 0.0983355 0.0134109
Vertex 1322 0.0014962 0.114186 0.0411808
Vertex 1323 -0.0745038 0.141441 0.0470955
Vertex 1324 0.0365187 0.0526805 0.0315096
Vertex 1325 0.0375018 0.0527008 0.0316063
Vertex 1326 0.038497 0.0527286 0.031838
Vertex 1327 0.0394926 0.052754 0.032086
Vertex 1328 0.0404835 0.052774 0.0322642
Vertex 1329 0.041497 0.0527902 0.0324777
Vertex 1330 0.0424986 0.0527982 0.0326152
Vertex 1331 0.0435095 0.0527832 0.0325495
Vertex 1332 0.0444807 0.0526489 0.0324592
Vertex 1333 0.0175085 0.114012 0.0373101
Vertex 1334 0.0254796 0.122858 0.0219249
Vertex 1335 0.0243371 0.123621 0.0229269
Vertex 1336 -0.0282153 0.125116 0.00364014
Vertex 1337 -0.00263978 0.131127 0.015882
Vertex 1338 -0.0624811 0.149792 0.0367836
Vertex 1339 -0.0614742 0.149784 0.0364078
Vertex 1340 -0.087948 0.102288 0.00840013
Vertex 1341 -0.0454844 0.1652 0.00481603
Vertex 1342 0.018594 0.125548 0.0250901
Vertex 1343 -0.0745647 0.162191 -0.0132518
Vertex 1344 -0.0200308 0.127492 0.00809368
Vertex 1345 -0.0719688 0.147362 0.0419058
Vertex 1346 -0.0713898 0.160567 -0.00801414
Vertex 1347 -0.0663516 0.155012 0.0287678
Vertex 1348 -0.0684694 0.153743 0.0324784
Vertex 1349 0.0145581 0.125506 0.0293407
Vertex 1350 -0.00661995 0.130084 0.0216557
Vertex 1351 -0.062494 0.155703 0.00979223
Vertex 1352 -0.0653695 0.151233 0.0366147
Vertex 1353 -0.0745121 0.155307 0.0054919
Vertex 1354 -0.0224768 0.123487 0.0248086
Vertex 1355 -0.0711203 0.163576 -0.0137477
Vertex 1356 -0.0153636 0.128543 0.00690549
Vertex 1357 -0.0574953 0.153709 0.0290191
Vertex 1358 -0.0238083 0.125586 0.00234805
Vertex 1359 -0.0445292 0.0547767 0.038815
Vertex 1360 -0.0435028 0.0548283 0.0392794
Vertex 1361 -0.0425065 0.0548487 0.0395533
Vertex 1362 -0.0415045 0.0548576 0.0396938
Vertex 1363 -0.0404982 0.0548597 0.0396645
Vertex 1364 -0.0394936 0.0548399 0.0395943
Vertex 1365 -0.0384864 0.0548303 0.0394681
Vertex 1366 -0.03748 0.0548048 0.0392179
Vertex 1367 -0.0364861 0.0547872 0.0389196
Vertex 1368 -0.0354687 0.054727 0.0384538
Vertex 1369 -0.0344916 0.0547205 0.0381399
Vertex 1370 -0.0334777 0.0546734 0.0376709
Vertex 1371 -0.0324718 0.0546382 0.0373194
Vertex 1372 -0.0314811 0.0546225 0.0370229
Vertex 1373 -0.0304966 0.0545819 0.0366047
Vertex 1374 -0.029505 0.0545565 0.0362962
Vertex 1375 -0.0285043 0.0545632 0.0363758
Vertex 1376 -0.0107039 0.129221 0.0216334
Vertex 1377 -0.00955325 0.129382 0.0220461
Vertex 1378 -0.027617 0.125471 0.0155889
Vertex 1379 -0.0725432 0.15415 0.0310449
Vertex 1380 -0.0786632 0.155487 0.0200952
Vertex 1381 -0.079327 0.169353 -0.0390258
Vertex 1382 -0.0768438 0.0975378 -0.0115852
Vertex 1383 -0.012834 0.128656 0.00349339
Vertex 1384 -0.00196689 0.131088 0.00752604
Vertex 1385 0.00256341 0.131601 0.00920655
Vertex 1386 0.0134351 0.129972 0.01319
Vertex 1387 -0.016529 0.0558872 0.0508401
Vertex 1388 -0.0154895 0.0559453 0.0511175
Vertex 1389 -0.0144925 0.0559441 0.0511232
Vertex 1390 -0.0134794 0.0559661 0.0512091
Vertex 1391 -0.0124902 0.0560062 0.0517339
Vertex 1392 -0.0114896 0.0560578 0.0523304
Vertex 1393 -0.0105297 0.0560622 0.0527517
Vertex 1394 -0.00947974 0.0561444 0.0530127
Vertex 1395 -0.00850551 0.0561268 0.0532043
Vertex 1396 -0.00750736 0.0561433 0.0534652
Vertex 1397 -0.00650086 0.0561902 0.0537938
Vertex 1398 -0.00550353 0.0561986 0.0539335
Vertex 1399 -0.00450247 0.056202 0.0539356
Vertex 1400 -0.00349598 0.0562185 0.05401
Vertex 1401 -0.00250456 0.0562401 0.0542942
Vertex 1402 -0.00149512 0.0562755 0.0546084
Vertex 1403 -0.000496913 0.056284 0.0547664
Vertex 1404 0.000502788 0.056275 0.0546165
Vertex 1405 0.00150976 0.0562224 0.0541662
Vertex 1406 0.00252507 0.0561606 0.0537161
Vertex 1407 0.00351715 0.0561463 0.0534882
Vertex 1408 0.00451269 0.0561377 0.0533474
Vertex 1409 0.00550694 0.0561304 0.0532033
Vertex 1410 0.00651257 0.056103 0.0529931
Vertex 1411 0.00750493 0.0561002 0.0528313
Vertex 1412 0.00850148 0.0561026 0.0528172
Vertex 1413 0.00951185 0.0560842 0.0527429
Vertex 1414 0.0104958 0.0560929 0.0526786
Vertex 1415 0.0045023 0.122399 0.0348631
Vertex 1416 0.00349789 0.122445 0.0347995
Vertex 1417 0.0023439 0.122378 0.0350184
Vertex 1418 0.0407559 0.0844033 -0.0107694
Vertex 1419 0.0103725 0.130878 0.016344
Vertex 1420 -0.0335039 0.113859 0.0341437
Vertex 1421 0.00248459 0.114158 0.0410016
Vertex 1422 -0.037487 0.115255 0.0329307
Vertex 1423 -0.0815194 0.125984 0.0522053
Vertex 1424 -0.0037337 0.131051 0.015481
Vertex 1425 0.0452295 0.0931909 0.0101587
Vertex 1426 0.00547548 0.112757 0.0410095
Vertex 1427 0.0064659 0.11274 0.0407332
Vertex 1428 0.0228866 0.122341 0.0280976
Vertex 1429 0.0316544 0.117354 0.0228159
Vertex 1430 -0.0547075 0.153861 0.0184094
Vertex 1431 -0.0208042 0.125974 0.0209606
Vertex 1432 0.00417447 0.127894 0.028461
Vertex 1433 -0.00381736 0.131135 0.0125816
Vertex 1434 0.0084546 0.131034 0.0184964
Vertex 1435 -0.0290201 0.125445 0.00626167
Vertex 1436 -0.0205709 0.127392 0.00935219
Vertex 1437 -0.0275449 0.178709 -0.00674077
Vertex 1438 -0.0784667 0.141403 0.0468168
Vertex 1439 0.0375206 0.0540908 0.0314327
Vertex 1440 0.0384994 0.0541178 0.0316123
Vertex 1441 0.0394926 0.0541437 0.0318453
Vertex 1442 0.0404914 0.0541681 0.032094
Vertex 1443 0.0414903 0.0541829 0.0322405
Vertex 1444 0.0424932 0.0541962 0.0323753
Vertex 1445 0.0435018 0.0542009 0.0324922
Vertex 1446 0.0445103 0.0541956 0.0324876
Vertex 1447 0.0455381 0.0540654 0.0323771
Vertex 1448 -0.0764978 0.13864 0.0490601
Vertex 1449 -0.0273424 0.0931435 -0.0275899
Vertex 1450 -0.0316129 0.119551 -0.0104429
Vertex 1451 -0.0474174 0.157905 0.00867917
Vertex 1452 -0.0204551 0.0879984 0.0554627
Vertex 1453 0.0197435 0.125962 0.0226458
Vertex 1454 -0.0835371 0.151134 0.0310567
Vertex 1455 0.0391698 0.101249 -0.00580082
Vertex 1456 -0.0775506 0.172738 -0.0395384
Vertex 1457 0.0314823 0.114431 0.0284596
Vertex 1458 0.0289756 0.116666 0.0289439
Vertex 1459 -0.0609581 0.142927 -0.00458074
Vertex 1460 -0.0737585 0.160179 -0.00884095
Vertex 1461 -0.0175794 0.128153 0.00899134
Vertex 1462 -0.066041 0.156288 0.0201296
Vertex 1463 -0.0758021 0.154133 0.0299324
Vertex 1464 -0.00771604 0.130016 0.0212618
Vertex 1465 -0.0613933 0.155777 0.0101812
Vertex 1466 -0.0090472 0.129209 0.0236827
Vertex 1467 0.0270825 0.114018 -0.00875387
Vertex 1468 -0.0365963 0.127614 0.0137714
Vertex 1469 -0.0165553 0.128252 0.0064647
Vertex 1470 0.00136992 0.128685 0.0274437
Vertex 1471 -0.0213082 0.126358 0.00326486
Vertex 1472 -0.0706171 0.164859 -0.0164358
Vertex 1473 -0.044501 0.0562098 0.0390177
Vertex 1474 -0.0435207 0.0562403 0.0394546
Vertex 1475 -0.042508 0.0562794 0.0398023
Vertex 1476 -0.041504 0.0562873 0.0399374
Vertex 1477 -0.0405006 0.0562797 0.0399754
Vertex 1478 -0.0394955 0.0562825 0.0399491
Vertex 1479 -0.0384935 0.0562767 0.0397971
Vertex 1480 -0.0374897 0.0562507 0.0395531
Vertex 1481 -0.0364959 0.0562316 0.0392716
Vertex 1482 -0.0354821 0.0561791 0.038801
Vertex 1483 -0.0344763 0.0561322 0.0383021
Vertex 1484 -0.0334848 0.0561021 0.0379001
Vertex 1485 -0.0324882 0.0560654 0.0375153
Vertex 1486 -0.0314956 0.0560344 0.0371147
Vertex 1487 -0.0304896 0.0559845 0.0366491
Vertex 1488 -0.0294988 0.0559628 0.0364214
Vertex 1489 -0.0285134 0.0559644 0.0364164
Vertex 1490 -0.0275116 0.0560234 0.0370088
Vertex 1491 -0.0247631 0.123128 0.0239793
Vertex 1492 0.0149217 0.127634 0.0251635
Vertex 1493 -0.0818191 0.154205 0.0234297
Vertex 1494 -0.0942641 0.126921 0.0212556
Vertex 1495 -0.0777677 0.0975799 -0.010556
Vertex 1496 -0.0115095 0.129073 0.00398865
Vertex 1497 -0.00311195 0.130927 0.00709886
Vertex 1498 0.00365619 0.131646 0.00960837
Vertex 1499 0.012555 0.130318 0.0128667
Vertex 1500 0.0195332 0.12729 0.0154357
Vertex 1501 -0.0165413 0.0573347 0.0511714
Vertex 1502 -0.0154965 0.0573571 0.0513792
Vertex 1503 -0.0144744 0.0573903 0.0514423
Vertex 1504 -0.0363729 0.176071 -0.00683571
Vertex 1505 -0.0115063 0.0575113 0.0530742
Vertex 1506 -0.0104794 0.0575747 0.0533869
Vertex 1507 -0.00951316 0.0575536 0.0537045
Vertex 1508 -0.00849376 0.0576353 0.0542501
Vertex 1509 -0.00749701 0.0576432 0.054379
Vertex 1510 -0.00649525 0.0576581 0.0543368
Vertex 1511 -0.0054972 0.0576157 0.054162
Vertex 1512 -0.00449169 0.0575673 0.0538908
Vertex 1513 -0.00349897 0.0575855 0.053786
Vertex 1514 -0.0025152 0.0575969 0.0540026
Vertex 1515 -0.00151732 0.0576213 0.0542293
Vertex 1516 -0.000508059 0.0576316 0.0544767
Vertex 1517 0.000501319 0.0576739 0.0545888
Vertex 1518 0.00150103 0.0576486 0.0543674
Vertex 1519 0.00250286 0.0576093 0.0540213
Vertex 1520 0.00351232 0.0575709 0.0538233
Vertex 1521 0.00450187 0.0575756 0.0536585
Vertex 1522 0.00550441 0.0575487 0.0534334
Vertex 1523 0.00650779 0.0575337 0.0533257
Vertex 1524 0.00751117 0.0575089 0.0530994
Vertex 1525 0.00850874 0.0575011 0.0529664
Vertex 1526 0.00952232 0.057476 0.0527668
Vertex 1527 0.0105117 0.057471 0.0526043
Vertex 1528 -0.0315128 0.115295 0.0334421
Vertex 1529 -0.0174938 0.122238 0.0311921
Vertex 1530 -0.0164768 0.122235 0.0319313
Vertex 1531 -0.0682947 0.162375 -0.0539731
Vertex 1532 -0.0241621 0.125878 0.0168174
Vertex 1533 -0.0345055 0.113874 0.0339275
Vertex 1534 -0.0354987 0.113848 0.0338946
Vertex 1535 -0.0305056 0.115271 0.0335326
Vertex 1536 0.00550466 0.122397 0.0349805
Vertex 1537 0.0339681 0.114736 0.0222644
Vertex 1538 -0.0343294 0.175491 -0.0032043
Vertex 1539 -0.0642372 0.158555 -0.0140759
Vertex 1540 -0.0648774 0.159303 -0.0143091
Vertex 1541 -0.0194915 0.120861 0.0324568
Vertex 1542 -0.0915531 0.115336 0.039285
Vertex 1543 -0.0638143 0.15519 -0.0396115
Vertex 1544 0.040097 0.105566 0.00218117
Vertex 1545 -0.0518485 0.147799 0.0174109
Vertex 1546 0.0259145 0.102099 0.0411479
Vertex 1547 -0.0374501 0.127748 0.0031441
Vertex 1548 -0.0174933 0.120917 0.0332266
Vertex 1549 -0.0615165 0.15114 0.0355512
Vertex 1550 0.040798 0.105646 0.00916422
Vertex 1551 -0.0924012 0.125564 0.030262
Vertex 1552 -0.0785035 0.127443 0.053282
Vertex 1553 0.0375436 0.055493 0.03143
Vertex 1554 0.0385307 0.0554981 0.0313684
Vertex 1555 0.0395 0.055533 0.0316092
Vertex 1556 0.0404941 0.0555582 0.0318463
Vertex 1557 0.041496 0.0555737 0.0320634
Vertex 1558 0.0424902 0.0555855 0.0321183
Vertex 1559 0.0434964 0.0555926 0.0322399
Vertex 1560 0.0445032 0.0555996 0.0323503
Vertex 1561 0.0455086 0.055594 0.0323303
Vertex 1562 0.0465727 0.0554592 0.0320923
Vertex 1563 -0.0774982 0.133088 0.0521596
Vertex 1564 -0.0784904 0.133065 0.0521095
Vertex 1565 -0.0794975 0.133078 0.0519067
Vertex 1566 -0.0775459 0.0688051 0.0117853
Vertex 1567 -0.0756208 0.166729 -0.0233779
Vertex 1568 -0.0383911 0.127983 0.00280515
Vertex 1569 0.0188647 0.126347 0.0223312
Vertex 1570 0.00946799 0.112678 0.0395888
Vertex 1571 0.0424151 0.101486 0.0141591
Vertex 1572 -0.00945917 0.175708 -0.0257473
Vertex 1573 -0.0225647 0.184728 -0.0122995
Vertex 1574 -0.0750934 0.159541 -0.00936327
Vertex 1575 -0.00717727 0.0999816 0.0485274
Vertex 1576 -0.074389 0.0874223 0.0399149
Vertex 1577 -0.00712049 0.126279 0.0302479
Vertex 1578 -0.0665222 0.156255 0.0214077
Vertex 1579 -0.00239285 0.100006 0.0487279
Vertex 1580 -0.060198 0.152175 0.0339452
Vertex 1581 -0.0178682 0.127784 0.00598386
Vertex 1582 0.00609443 0.127443 0.0291456
Vertex 1583 -0.0198477 0.126879 0.00378288
Vertex 1584 -0.0215304 0.127346 0.0119061
Vertex 1585 -0.0805747 0.154604 0.0238516
Vertex 1586 -0.0435068 0.0576714 0.0396679
Vertex 1587 -0.0425042 0.0577064 0.0400486
Vertex 1588 -0.0415058 0.0577139 0.0401965
Vertex 1589 -0.040496 0.0577326 0.0402811
Vertex 1590 -0.0394971 0.057712 0.040203
Vertex 1591 -0.0384946 0.0577019 0.0400515
Vertex 1592 -0.0374871 0.0576725 0.0398228
Vertex 1593 -0.0364968 0.0576627 0.0395237
Vertex 1594 -0.0354902 0.0576195 0.0391492
Vertex 1595 -0.0344815 0.0575696 0.0386716
Vertex 1596 -0.0334964 0.0575473 0.0382542
Vertex 1597 -0.0325132 0.0575193 0.0378292
Vertex 1598 -0.0314915 0.057461 0.0373842
Vertex 1599 -0.0304883 0.0574252 0.0370157
Vertex 1600 -0.0294978 0.0574079 0.0367222
Vertex 1601 -0.0285008 0.0573948 0.0366096
Vertex 1602 -0.0275166 0.057436 0.037149
Vertex 1603 -0.0231678 0.124994 -0.000333927
Vertex 1604 -0.0242322 0.124794 -0.000701199
Vertex 1605 -0.0308709 0.178515 -0.0130008
Vertex 1606 -0.0786212 0.0976351 -0.0095679
Vertex 1607 -0.0102634 0.129467 0.00444971
Vertex 1608 -0.00431736 0.130694 0.00665461
Vertex 1609 0.0047441 0.131688 0.0100125
Vertex 1610 0.0116725 0.130674 0.0125466
Vertex 1611 0.0203982 0.126887 0.0157559
Vertex 1612 -0.0164996 0.0587643 0.0515064
Vertex 1613 -0.0154906 0.0587868 0.0517337
Vertex 1614 -0.0145087 0.0587885 0.0518852
Vertex 1615 -0.0125152 0.0589286 0.0534547
Vertex 1616 -0.0114781 0.0589986 0.0537512
Vertex 1617 -0.0105137 0.0589924 0.0541839
Vertex 1618 -0.00950572 0.0590791 0.0548422
Vertex 1619 -0.0084928 0.0591086 0.0550857
Vertex 1620 -0.00750142 0.0590729 0.0550185
Vertex 1621 -0.00649422 0.0590504 0.0549316
Vertex 1622 -0.00549453 0.0590678 0.0548923
Vertex 1623 -0.00449702 0.0590031 0.0543234
Vertex 1624 -0.0035043 0.0589584 0.0540181
Vertex 1625 -0.00249479 0.0590139 0.0541301
Vertex 1626 -0.00150748 0.059016 0.0544507
Vertex 1627 -0.000499764 0.0590718 0.0548831
Vertex 1628 0.000501847 0.0590908 0.0549783
Vertex 1629 0.00150053 0.0591133 0.0550768
Vertex 1630 0.00250252 0.0590979 0.0551087
Vertex 1631 0.00350505 0.0590839 0.0549927
Vertex 1632 0.00449835 0.0590783 0.0547231
Vertex 1633 0.00548498 0.0590856 0.0545593
Vertex 1634 0.00649387 0.0590149 0.0539921
Vertex 1635 0.00749975 0.0589567 0.0535286
Vertex 1636 0.00964614 0.0589005 0.0527021
Vertex 1637 0.0106562 0.0589179 0.0524466
Vertex 1638 -0.0124881 0.120998 0.0354929
Vertex 1639 -0.0134923 0.120989 0.0351213
Vertex 1640 -0.0144851 0.120961 0.0347298
Vertex 1641 -0.0155011 0.120965 0.0341268
Vertex 1642 -0.0165005 0.120964 0.0336371
Vertex 1643 -0.0364913 0.113889 0.0338295
Vertex 1644 -0.0374809 0.113893 0.0340704
Vertex 1645 -0.0194949 0.122198 0.0303074
Vertex 1646 0.00650251 0.122426 0.0350167
Vertex 1647 0.00749947 0.122404 0.035106
Vertex 1648 0.00849573 0.122392 0.0350922
Vertex 1649 -0.014506 0.114132 0.0394731
Vertex 1650 0.0335837 0.114911 0.0235455
Vertex 1651 -0.0353742 0.125928 -0.00196324
Vertex 1652 -0.0400541 0.128036 0.0139949
Vertex 1653 -0.0661021 0.155727 0.025928
Vertex 1654 -0.00158005 0.131357 0.0134024
Vertex 1655 0.00547063 0.131454 0.017409
Vertex 1656 -0.026736 0.125755 0.00710307
Vertex 1657 -0.0106209 0.130105 0.0129711
Vertex 1658 -0.0118194 0.129824 0.0125318
Vertex 1659 0.0395657 0.0998694 -0.00580754
Vertex 1660 0.0103588 0.130588 0.0191927
Vertex 1661 -0.0354216 0.17545 -0.00362892
Vertex 1662 -0.0374813 0.169748 0.00157136
Vertex 1663 0.038562 0.0568882 0.0311978
Vertex 1664 0.0395203 0.0569025 0.0311403
Vertex 1665 0.040497 0.0569389 0.0314027
Vertex 1666 0.0414852 0.0569681 0.0316528
Vertex 1667 0.0424943 0.0569701 0.0318321
Vertex 1668 0.0434926 0.056984 0.0319757
Vertex 1669 0.0444988 0.0569914 0.0320977
Vertex 1670 0.0455074 0.0569933 0.0321208
Vertex 1671 0.0465619 0.0568462 0.0320779
Vertex 1672 0.0475192 0.0568404 0.0316921
Vertex 1673 0.0443161 0.095966 0.0141619
Vertex 1674 0.0444938 0.0959562 0.00517859
Vertex 1675 -0.0804891 0.133061 0.0515278
Vertex 1676 -0.0814521 0.13302 0.0511119
Vertex 1677 -0.0795217 0.123111 0.0512585
Vertex 1678 -0.0860777 0.110355 0.00735249
Vertex 1679 0.0394644 0.107011 0.0181712
Vertex 1680 -0.0620057 0.153738 -0.0265835
Vertex 1681 -0.0744939 0.127436 0.052791
Vertex 1682 0.0145889 0.124413 0.0307966
Vertex 1683 -0.00442413 0.130145 0.0224484
Vertex 1684 -0.0795255 0.0953936 0.0349279
Vertex 1685 -0.0768234 0.0927696 0.0379671
Vertex 1686 -0.0284025 0.119846 0.0286714
Vertex 1687 -0.00815712 0.126302 0.0298556
Vertex 1688 -0.0545817 0.152467 0.0257328
Vertex 1689 -0.0712761 0.153449 0.0330143
Vertex 1690 -0.0610187 0.152669 0.0336579
Vertex 1691 -0.0190623 0.127503 0.00554509
Vertex 1692 -0.0701097 0.156012 0.00122102
Vertex 1693 -0.0225598 0.125982 0.00280455
Vertex 1694 0.0122871 0.124953 0.0313975
Vertex 1695 -0.0769692 0.155214 0.0250641
Vertex 1696 -0.0435242 0.0590876 0.0398271
Vertex 1697 -0.0425056 0.0591222 0.0401769
Vertex 1698 -0.041507 0.0591281 0.0403212
Vertex 1699 -0.0404996 0.0591463 0.0404229
Vertex 1700 -0.0394972 0.0591632 0.0405173
Vertex 1701 -0.0384905 0.0591295 0.0404813
Vertex 1702 -0.0374964 0.0591338 0.0402834
Vertex 1703 -0.0364983 0.059104 0.0398977
Vertex 1704 -0.0354822 0.0590569 0.0395591
Vertex 1705 -0.034478 0.0590226 0.0391844
Vertex 1706 -0.0334706 0.0589721 0.0386927
Vertex 1707 -0.0325011 0.058955 0.0382451
Vertex 1708 -0.0315398 0.0589058 0.0377684
Vertex 1709 -0.030503 0.0588732 0.0373493
Vertex 1710 -0.0294983 0.0588236 0.0368769
Vertex 1711 -0.0285046 0.0588067 0.036767
Vertex 1712 -0.0275164 0.0588544 0.0372755
Vertex 1713 -0.0266186 0.0589226 0.0382515
Vertex 1714 -0.014074 0.128231 0.00303832
Vertex 1715 -0.0795696 0.0976882 -0.00856087
Vertex 1716 -0.00906667 0.129748 0.004892
Vertex 1717 -0.00546011 0.130518 0.00622904
Vertex 1718 0.00577065 0.131636 0.0103849
Vertex 1719 0.0107439 0.130936 0.0122066
Vertex 1720 0.0212208 0.126407 0.0160623
Vertex 1721 0.0288964 0.120556 0.0189249
Vertex 1722 -0.0164899 0.0602176 0.0520938
Vertex 1723 -0.0154981 0.060248 0.0524646
Vertex 1724 -0.0124985 0.0603974 0.0541523
Vertex 1725 -0.0114926 0.0604332 0.0544994
Vertex 1726 -0.0104903 0.0604984 0.0550813
Vertex 1727 -0.00950118 0.06052 0.0554819
Vertex 1728 -0.00851812 0.0604987 0.0555487
Vertex 1729 -0.00749367 0.0605601 0.0556586
Vertex 1730 -0.00649644 0.0605343 0.0557379
Vertex 1731 -0.00549595 0.0605287 0.0555985
Vertex 1732 -0.00449819 0.0604864 0.0551163
Vertex 1733 -0.00349094 0.060529 0.0547186
Vertex 1734 -0.00244861 0.0605864 0.0553645
Vertex 1735 -0.00148294 0.0606073 0.0558577
Vertex 1736 -0.000492298 0.0605899 0.0560413
Vertex 1737 0.000506781 0.0605965 0.0560209
Vertex 1738 0.00150254 0.0605844 0.0560506
Vertex 1739 0.002504 0.0605716 0.0560843
Vertex 1740 0.00349883 0.0605728 0.0559342
Vertex 1741 0.0044963 0.0605551 0.0556784
Vertex 1742 0.00553119 0.0603997 0.0554086
Vertex 1743 -0.015609 0.128774 0.0111587
Vertex 1744 -0.0155019 0.119619 0.0357771
Vertex 1745 0.000493498 0.119652 0.0380928
Vertex 1746 -0.0942207 0.120117 0.0202902
Vertex 1747 -0.0234909 0.120747 0.0300444
Vertex 1748 -0.0224887 0.120777 0.0306794
Vertex 1749 -0.0214979 0.120818 0.0311972
Vertex 1750 -0.0455015 0.115241 0.0333765
Vertex 1751 -0.0474934 0.115292 0.0331905
Vertex 1752 -0.0384898 0.113893 0.0344296
Vertex 1753 -0.0394837 0.113931 0.0345962
Vertex 1754 -0.0204678 0.122105 0.0297617
Vertex 1755 -0.0214771 0.122102 0.0291424
Vertex 1756 -0.0224613 0.12203 0.0284859
Vertex 1757 -0.0745006 0.142795 0.0461595
Vertex 1758 -0.0536299 0.144677 0.0243972
Vertex 1759 0.0216673 0.125834 0.0205048
Vertex 1760 -0.0816886 0.154881 0.0175845
Vertex 1761 0.0126438 0.130236 0.0157508
Vertex 1762 0.0373352 0.108319 0.0251875
Vertex 1763 -0.0620106 0.15528 -0.0315878
Vertex 1764 -0.0455612 0.125305 -0.00846085
Vertex 1765 0.0416081 0.101418 0.000182195
Vertex 1766 0.0426769 0.101505 0.0101616
Vertex 1767 -0.0699808 0.136988 -0.00795948
Vertex 1768 -0.084368 0.114299 0.000284663
Vertex 1769 -0.0235296 0.159196 -0.00227474
Vertex 1770 0.0395682 0.0582726 0.0307001
Vertex 1771 0.0405223 0.0582848 0.0307512
Vertex 1772 0.0414985 0.058326 0.0311197
Vertex 1773 0.0424926 0.0583469 0.0313486
Vertex 1774 0.0434891 0.0583702 0.0316051
Vertex 1775 0.0444976 0.0583814 0.0318302
Vertex 1776 0.0455013 0.0583861 0.0319381
Vertex 1777 0.0465079 0.0583728 0.0318256
Vertex 1778 0.0475195 0.0583521 0.0315949
Vertex 1779 0.0484836 0.0582148 0.031165
Vertex 1780 -0.0859867 0.140484 0.00417932
Vertex 1781 0.0442088 0.0931449 0.0211603
Vertex 1782 -0.0632381 0.170981 -0.0495819
Vertex 1783 -0.0737003 0.156269 0.0145144
Vertex 1784 -0.0823392 0.111551 0.0443764
Vertex 1785 -0.0444887 0.166716 0.00379579
Vertex 1786 -0.0896061 0.126751 0.00429509
Vertex 1787 -0.0623544 0.152149 -0.0255836
Vertex 1788 -0.0735334 0.165176 -0.017728
Vertex 1789 -0.0924363 0.118744 0.0263157
Vertex 1790 0.0105014 0.112682 0.0391847
Vertex 1791 0.0114979 0.112659 0.03891
Vertex 1792 -0.0575 0.0588269 0.0212602
Vertex 1793 0.0124968 0.112648 0.0387734
Vertex 1794 0.0134971 0.112635 0.0387508
Vertex 1795 -0.035368 0.122868 0.0260927
Vertex 1796 -0.0710693 0.155098 0.0285743
Vertex 1797 -0.0100751 0.129607 0.0204184
Vertex 1798 -0.0541438 0.151337 0.0259237
Vertex 1799 0.0215791 0.120444 0.0319368
Vertex 1800 -0.0801398 0.154387 0.00935749
Vertex 1801 -0.0203743 0.127028 0.00506457
Vertex 1802 -0.00823225 0.127328 0.0283641
Vertex 1803 -0.0251238 0.125152 0.00185767
Vertex 1804 -0.076884 0.155644 0.0221655
Vertex 1805 -0.0502879 0.133796 0.0278403
Vertex 1806 -0.0435044 0.0605182 0.0400424
Vertex 1807 -0.0425016 0.0605517 0.0404213
Vertex 1808 -0.0415072 0.0605699 0.0406995
Vertex 1809 -0.0405058 0.060576 0.0408455
Vertex 1810 -0.039497 0.060614 0.0410267
Vertex 1811 -0.0384926 0.0605846 0.0409778
Vertex 1812 -0.037493 0.0605801 0.0408152
Vertex 1813 -0.0364972 0.0605644 0.0405385
Vertex 1814 -0.0354996 0.0605317 0.0401535
Vertex 1815 -0.0344836 0.0604651 0.0395531
Vertex 1816 -0.0334912 0.0604137 0.038899
Vertex 1817 -0.0325027 0.0603855 0.0384943
Vertex 1818 -0.0314976 0.0603384 0.0380002
Vertex 1819 -0.0304988 0.0603029 0.0376116
Vertex 1820 -0.0294972 0.0602632 0.0372614
Vertex 1821 -0.028493 0.0602587 0.0370952
Vertex 1822 -0.0274915 0.0602914 0.037483
Vertex 1823 -0.0265857 0.0603669 0.0385952
Vertex 1824 -0.00786498 0.13001 0.00533674
Vertex 1825 -0.0066641 0.130277 0.00578337
Vertex 1826 -0.000819486 0.131234 0.00795191
Vertex 1827 0.00782583 0.131487 0.0111342
Vertex 1828 0.0169782 0.128539 0.0144983
Vertex 1829 0.0220436 0.125932 0.0163676
Vertex 1830 0.0281636 0.121218 0.0186511
Vertex 1831 0.032372 0.116958 0.0202394
Vertex 1832 -0.00645905 0.128953 0.0260767
Vertex 1833 -0.0164629 0.0616668 0.0525376
Vertex 1834 -0.0154642 0.0617228 0.0531313
Vertex 1835 -0.0135115 0.0617879 0.0541775
Vertex 1836 -0.012492 0.061843 0.0546212
Vertex 1837 -0.0114833 0.0618754 0.0549615
Vertex 1838 -0.0104902 0.0619157 0.0554492
Vertex 1839 -0.0094927 0.0619497 0.0558121
Vertex 1840 -0.00850445 0.0619527 0.0559735
Vertex 1841 -0.00750248 0.0619634 0.0561006
Vertex 1842 -0.00649716 0.0619561 0.0561245
Vertex 1843 -0.0054968 0.061946 0.0559894
Vertex 1844 -0.00449481 0.0619627 0.0557718
Vertex 1845 -0.00349601 0.0619414 0.0556852
Vertex 1846 -0.00249339 0.0619776 0.0560364
Vertex 1847 -0.00149436 0.0620061 0.056412
Vertex 1848 -0.000496937 0.0620135 0.0565388
Vertex 1849 0.000501079 0.0620074 0.0565701
Vertex 1850 0.00150309 0.0619973 0.0566118
Vertex 1851 0.00250176 0.0620246 0.0566613
Vertex 1852 0.00350624 0.0619975 0.0564502
Vertex 1853 0.00451197 0.0619711 0.0562284
Vertex 1854 0.00552678 0.0619607 0.0559576
Vertex 1855 0.00660499 0.0617786 0.0553203
Vertex 1856 0.0337482 0.102096 0.0349353
Vertex 1857 -0.0144951 0.119623 0.0361429
Vertex 1858 -0.000499702 0.119705 0.0381547
Vertex 1859 -0.00149547 0.119691 0.0381347
Vertex 1860 -0.00249391 0.119678 0.0379989
Vertex 1861 -0.00349428 0.119696 0.0379021
Vertex 1862 -0.00449084 0.119679 0.0378771
Vertex 1863 -0.00548321 0.119649 0.0378412
Vertex 1864 -0.0064872 0.119657 0.0377321
Vertex 1865 -0.00749647 0.119689 0.0375376
Vertex 1866 -0.0659203 0.122383 -0.00896938
Vertex 1867 -0.0408255 0.0914222 -0.0231618
Vertex 1868 -0.0943455 0.121485 0.0232874
Vertex 1869 -0.0114919 0.121016 0.0357517
Vertex 1870 -0.0104801 0.120983 0.0360777
Vertex 1871 -0.00949197 0.121025 0.0361236
Vertex 1872 -0.00848516 0.121007 0.0363393
Vertex 1873 -0.0941076 0.120125 0.0222927
Vertex 1874 -0.0942113 0.120123 0.0212925
Vertex 1875 -0.0529166 0.0566407 0.0191372
Vertex 1876 -0.0625812 0.150647 -0.00957658
Vertex 1877 -0.0628107 0.150584 -0.0245802
Vertex 1878 0.0439346 0.0959403 0.0181595
Vertex 1879 -0.0784743 0.140032 0.0478552
Vertex 1880 0.0368905 0.10997 0.023344
Vertex 1881 -0.0883977 0.0983242 0.022387
Vertex 1882 0.0370893 0.106835 -0.00283087
Vertex 1883 -0.0348521 0.0972102 -0.0229902
Vertex 1884 0.0419445 0.0972272 0.0251571
Vertex 1885 0.0414472 0.0971985 0.0261597
Vertex 1886 0.0409571 0.0971716 0.0271682
Vertex 1887 0.0405486 0.0596459 0.0301455
Vertex 1888 0.0415111 0.0596706 0.0303495
Vertex 1889 0.0424994 0.0597124 0.0306347
Vertex 1890 0.0434928 0.0597185 0.030951
Vertex 1891 0.0444883 0.05975 0.0312137
Vertex 1892 0.0455002 0.059749 0.0314265
Vertex 1893 0.0465043 0.0597504 0.0314309
Vertex 1894 0.0475108 0.0597433 0.0313293
Vertex 1895 0.0485157 0.0597129 0.0310438
Vertex 1896 0.0495183 0.0596792 0.0306871
Vertex 1897 0.0503974 0.0595708 0.0303584
Vertex 1898 0.0407085 0.0956949 -0.00580768
Vertex 1899 0.0296013 0.119582 0.02204
Vertex 1900 0.0281452 0.12091 0.0214948
Vertex 1901 0.0411647 0.0886413 -0.00977915
Vertex 1902 0.0112861 0.130316 0.0195341
Vertex 1903 -0.024907 0.0916549 -0.0335476
Vertex 1904 0.0407967 0.105643 0.0101649
Vertex 1905 0.0115111 0.114076 0.0384616
Vertex 1906 0.042138 0.101461 0.00217211
Vertex 1907 0.0144928 0.11263 0.0387455
Vertex 1908 0.0155048 0.112635 0.0385412
Vertex 1909 -0.0760639 0.155862 0.0136886
Vertex 1910 0.0152697 0.128852 0.0195703
Vertex 1911 -0.0628269 0.1502 -0.00476792
Vertex 1912 -0.0655762 0.155146 -0.00586759
Vertex 1913 -0.0585553 0.060477 0.023496
Vertex 1914 -0.0574179 0.0608499 0.024689
Vertex 1915 0.0164932 0.112605 0.0382483
Vertex 1916 0.017486 0.112589 0.0378808
Vertex 1917 -0.0533559 0.0609747 0.0280244
Vertex 1918 0.0152572 0.124805 0.0295869
Vertex 1919 -0.0327176 0.125444 0.0196276
Vertex 1920 0.0137336 0.122464 0.0333928
Vertex 1921 -0.0216874 0.126575 0.00458035
Vertex 1922 -0.0263156 0.124827 0.00142734
Vertex 1923 0.000667625 0.0985049 0.0513232
Vertex 1924 0.0158763 0.121559 0.0327664
Vertex 1925 0.0263229 0.122689 0.0193841
Vertex 1926 -0.0434938 0.0619471 0.0402773
Vertex 1927 -0.0424946 0.0619914 0.040787
Vertex 1928 -0.0415061 0.0620057 0.0410722
Vertex 1929 -0.0404923 0.0620428 0.0412639
Vertex 1930 -0.0394989 0.0620307 0.0413298
Vertex 1931 -0.0384965 0.0620329 0.0413169
Vertex 1932 -0.0374934 0.0620193 0.0412021
Vertex 1933 -0.036486 0.0619956 0.0409573
Vertex 1934 -0.0354995 0.0619703 0.0405316
Vertex 1935 -0.0345243 0.0619374 0.0399691
Vertex 1936 -0.0334995 0.0618586 0.0392638
Vertex 1937 -0.0325014 0.0618008 0.0386259
Vertex 1938 -0.031495 0.061765 0.0382603
Vertex 1939 -0.0305049 0.0617476 0.0379767
Vertex 1940 -0.0294951 0.0617035 0.0376524
Vertex 1941 -0.0285033 0.0616825 0.0373869
Vertex 1942 -0.0274823 0.0617236 0.037721
Vertex 1943 -0.0265671 0.0617846 0.0387137
Vertex 1944 0.00147793 0.131501 0.00880182
Vertex 1945 0.000326986 0.131385 0.00837406
Vertex 1946 0.00679991 0.131589 0.0107583
Vertex 1947 0.0160657 0.128852 0.0141586
Vertex 1948 0.0228597 0.125444 0.016672
Vertex 1949 0.0274329 0.121878 0.0183804
Vertex 1950 0.0330284 0.116174 0.0204895
Vertex 1951 0.00617007 0.126444 0.0306412
Vertex 1952 -0.0604932 0.155795 0.0206537
Vertex 1953 -0.0164541 0.0630817 0.0527623
Vertex 1954 -0.0155135 0.0631057 0.0533345
Vertex 1955 -0.037924 0.175153 -0.00739726
Vertex 1956 -0.0124743 0.0632507 0.0548154
Vertex 1957 -0.0114871 0.063283 0.055206
Vertex 1958 -0.0105123 0.0633015 0.0555068
Vertex 1959 -0.00949444 0.063336 0.0558203
Vertex 1960 -0.00850113 0.0633575 0.0560799
Vertex 1961 -0.00750585 0.0633646 0.0562436
Vertex 1962 -0.00650337 0.0633626 0.0562557
Vertex 1963 -0.00549722 0.0633676 0.0561862
Vertex 1964 -0.00449554 0.0633716 0.0561592
Vertex 1965 -0.00349688 0.0633763 0.0563118
Vertex 1966 -0.00250336 0.0633801 0.0564795
Vertex 1967 -0.00149888 0.0634085 0.0566876
Vertex 1968 -0.000501715 0.0634055 0.0567322
Vertex 1969 0.000499004 0.0634057 0.0567297
Vertex 1970 0.00150192 0.0634213 0.0567922
Vertex 1971 0.00250861 0.0634123 0.0567384
Vertex 1972 0.00351519 0.0634007 0.0566286
Vertex 1973 0.00451348 0.0633892 0.056472
Vertex 1974 0.00552401 0.0633596 0.0561453
Vertex 1975 0.00652265 0.0633208 0.0557678
Vertex 1976 0.00753471 0.0632773 0.055432
Vertex 1977 0.012487 0.118181 0.036207
Vertex 1978 -0.0867528 0.121192 -0.00171893
Vertex 1979 -0.0135041 0.11966 0.0364252
Vertex 1980 -0.0124895 0.119639 0.0367572
Vertex 1981 -0.0114857 0.119632 0.0369891
Vertex 1982 -0.0104925 0.119661 0.037142
Vertex 1983 -0.0094889 0.119647 0.0372435
Vertex 1984 -0.0875722 0.151019 0.0254764
Vertex 1985 -0.0705258 0.142815 0.0451961
Vertex 1986 -0.0755017 0.140041 0.0481
Vertex 1987 -0.0164574 0.11955 0.0353527
Vertex 1988 0.001497 0.119685 0.0377723
Vertex 1989 0.0441509 0.0959467 0.0161545
Vertex 1990 -0.0617076 0.156842 -0.0315932
Vertex 1991 0.0429803 0.0916104 -0.003806
Vertex 1992 0.0426083 0.0915862 -0.00481093
Vertex 1993 -0.0075036 0.12108 0.0363047
Vertex 1994 -0.00649673 0.121064 0.0364033
Vertex 1995 -0.00548988 0.121033 0.0366102
Vertex 1996 -0.00449347 0.121049 0.0367461
Vertex 1997 -0.00348704 0.121028 0.0369539
Vertex 1998 -0.00149798 0.121047 0.037107
Vertex 1999 0.000500084 0.12107 0.0367737
Vertex 2000 -0.079441 0.139988 0.0475582
Vertex 2001 -0.0355723 0.127236 0.00383072
Vertex 2002 -0.0144799 0.123658 0.0314246
Vertex 2003 -0.0154726 0.123613 0.0307813
Vertex 2004 -0.00850001 0.125156 0.0314578
Vertex 2005 -0.00749813 0.125151 0.0317009
Vertex 2006 0.0435925 0.0958855 0.00119521
Vertex 2007 0.0432433 0.0958712 0.000187851
Vertex 2008 0.0405445 0.0610221 0.0298369
Vertex 2009 0.0415387 0.0610238 0.0295203
Vertex 2010 0.0425062 0.0610428 0.0297234
Vertex 2011 0.043495 0.0610671 0.0301862
Vertex 2012 0.0444927 0.0610909 0.0304355
Vertex 2013 0.0454967 0.0611109 0.0306935
Vertex 2014 0.046501 0.0611194 0.0308227
Vertex 2015 0.0475064 0.0611159 0.0308231
Vertex 2016 0.0485116 0.0611011 0.0306918
Vertex 2017 0.0495286 0.0610841 0.0304744
Vertex 2018 0.0505141 0.0610459 0.0301699
Vertex 2019 0.0515419 0.0610093 0.0297195
Vertex 2020 -0.00301536 0.127034 0.030217
Vertex 2021 0.0184989 0.11258 0.037522
Vertex 2022 0.0165164 0.126586 0.0257514
Vertex 2023 -0.0334673 0.174268 -0.00177832
Vertex 2024 0.0360643 0.108191 -0.003826
Vertex 2025 0.0389991 0.108356 0.0151637
Vertex 2026 0.0194959 0.11257 0.0373879
Vertex 2027 -0.0294775 0.17726 -0.00505881
Vertex 2028 0.0205916 0.112587 0.0371117
Vertex 2029 -0.0271582 0.125819 0.00840694
Vertex 2030 -0.0368019 0.127806 0.00485952
Vertex 2031 -0.0428232 0.12861 0.00263817
Vertex 2032 -0.067466 0.154933 0.00219081
Vertex 2033 -0.000406928 0.0996624 0.04942
Vertex 2034 0.0144323 0.129298 0.0192627
Vertex 2035 -0.0661878 0.156038 -0.00610123
Vertex 2036 -0.0381245 0.162196 -0.0129852
Vertex 2037 -0.043053 0.153237 -0.00732462
Vertex 2038 -0.0564752 0.0624455 0.0290854
Vertex 2039 -0.0555013 0.0623754 0.0293782
Vertex 2040 -0.0544738 0.0624824 0.0299832
Vertex 2041 -0.053455 0.0625326 0.0304805
Vertex 2042 -0.0523859 0.0626167 0.0314055
Vertex 2043 -0.0514165 0.0627417 0.0327301
Vertex 2044 -0.050463 0.0627793 0.0338697
Vertex 2045 -0.0692317 0.155651 0.00154206
Vertex 2046 -0.0274601 0.124651 0.00100866
Vertex 2047 0.00601824 0.128477 0.0276707
Vertex 2048 0.000773445 0.126081 0.0315854
Vertex 2049 0.0270658 0.12207 0.0196667
Vertex 2050 -0.0183396 0.126605 0.021835
Vertex 2051 -0.043478 0.0633766 0.0405033
Vertex 2052 -0.0424707 0.0634258 0.0409808
Vertex 2053 -0.0414812 0.0634467 0.0412468
Vertex 2054 -0.0404969 0.0634536 0.0414219
Vertex 2055 -0.039496 0.0634667 0.0415276
Vertex 2056 -0.0384984 0.0634699 0.041507
Vertex 2057 -0.037501 0.0634549 0.0414009
Vertex 2058 -0.0364902 0.0634253 0.0412069
Vertex 2059 -0.0354974 0.0634085 0.0409173
Vertex 2060 -0.0345208 0.0633716 0.0403553
Vertex 2061 -0.033478 0.0632761 0.0395519
Vertex 2062 -0.0325077 0.0632413 0.0389915
Vertex 2063 -0.0315047 0.0631978 0.0384961
Vertex 2064 -0.0304985 0.0631621 0.0381216
Vertex 2065 -0.029494 0.0631194 0.0377814
Vertex 2066 -0.0284985 0.0631152 0.0376198
Vertex 2067 -0.0274987 0.0631476 0.0380009
Vertex 2068 -0.0265303 0.0632322 0.0390504
Vertex 2069 0.00977817 0.131153 0.0118468
Vertex 2070 0.00880568 0.131337 0.0114907
Vertex 2071 0.0178265 0.128119 0.0148069
Vertex 2072 0.0244543 0.124393 0.0172632
Vertex 2073 0.0267042 0.122545 0.0181085
Vertex 2074 0.0343104 0.114465 0.0209626
Vertex 2075 0.00803725 0.125889 0.0313
Vertex 2076 -0.0461368 0.13275 0.0116924
Vertex 2077 0.0108694 0.130662 0.0179509
Vertex 2078 -0.0164763 0.064491 0.0530345
Vertex 2079 -0.0154803 0.0645289 0.0535158
Vertex 2080 -0.0144784 0.0645279 0.0535035
Vertex 2081 -0.0134598 0.0645734 0.0539775
Vertex 2082 -0.0124605 0.0646213 0.0545516
Vertex 2083 -0.0114811 0.0646532 0.0550744
Vertex 2084 -0.0105091 0.0646847 0.0553841
Vertex 2085 -0.00951396 0.0647096 0.055646
Vertex 2086 -0.00851461 0.0647289 0.0558918
Vertex 2087 -0.00749994 0.0647419 0.0560829
Vertex 2088 -0.0064961 0.0647536 0.0562043
Vertex 2089 -0.00550336 0.0647558 0.0562438
Vertex 2090 -0.00450514 0.0647631 0.0563697
Vertex 2091 -0.00349826 0.0647878 0.0565544
Vertex 2092 -0.00250198 0.0647948 0.0567081
Vertex 2093 -0.00150357 0.0647954 0.0567431
Vertex 2094 -0.000498244 0.0647983 0.0567029
Vertex 2095 0.000503407 0.0647904 0.0566018
Vertex 2096 0.00150101 0.0647986 0.0566673
Vertex 2097 0.00251112 0.0647983 0.0566425
Vertex 2098 0.00350781 0.064793 0.0565955
Vertex 2099 0.00451245 0.064772 0.0563635
Vertex 2100 0.00550696 0.0647473 0.0560963
Vertex 2101 0.00651279 0.0647152 0.0557475
Vertex 2102 0.00750963 0.0646928 0.0554932
Vertex 2103 0.00852849 0.0646614 0.0551736
Vertex 2104 0.0135044 0.118213 0.0361594
Vertex 2105 -0.0767143 0.154218 -0.0048969
Vertex 2106 -0.0737112 0.155478 -0.0269075
Vertex 2107 -0.0843615 0.0993477 -0.00259153
Vertex 2108 0.0424402 0.100042 0.00119598
Vertex 2109 -0.0754947 0.142836 0.0460912
Vertex 2110 -0.077508 0.174998 -0.0490226
Vertex 2111 0.000190276 0.131527 0.0154789
Vertex 2112 -0.0175015 0.119559 0.0348485
Vertex 2113 0.00249824 0.119676 0.0375233
Vertex 2114 0.00349102 0.11963 0.0373483
Vertex 2115 0.0044907 0.119648 0.0370088
Vertex 2116 0.00549953 0.119637 0.0367537
Vertex 2117 0.006499 0.119638 0.036869
Vertex 2118 0.00749696 0.119642 0.0368719
Vertex 2119 -0.0205115 0.114066 0.0379617
Vertex 2120 -0.0181282 0.187252 -0.018852
Vertex 2121 0.0416377 0.084481 -0.00877138
Vertex 2122 -0.0464848 0.12067 0.0277891
Vertex 2123 -0.0454987 0.120637 0.0275066
Vertex 2124 -0.00249278 0.121064 0.0370013
Vertex 2125 -0.000500925 0.121055 0.0369996
Vertex 2126 -0.0745094 0.140045 0.0479791
Vertex 2127 -0.0922148 0.11614 0.0373108
Vertex 2128 -0.0134871 0.123689 0.0319378
Vertex 2129 -0.0104881 0.125079 0.0309157
Vertex 2130 -0.0509699 0.122064 -0.0109984
Vertex 2131 0.0199669 0.107838 -0.0162613
Vertex 2132 -0.0940806 0.122789 0.0152778
Vertex 2133 0.0405961 0.0624185 0.0297312
Vertex 2134 0.0415243 0.0623608 0.0290336
Vertex 2135 0.0425314 0.0623712 0.0287546
Vertex 2136 0.0434691 0.0624283 0.0290897
Vertex 2137 0.0444853 0.062436 0.0294527
Vertex 2138 0.0454875 0.0624627 0.0298224
Vertex 2139 0.0464905 0.0624784 0.0299685
Vertex 2140 0.0475024 0.06248 0.0300852
Vertex 2141 0.0485082 0.0624718 0.0300814
Vertex 2142 0.0495191 0.0624602 0.0299628
Vertex 2143 0.0505407 0.062451 0.0297568
Vertex 2144 0.0515344 0.0624078 0.0294591
Vertex 2145 0.0365694 0.109049 0.0260841
Vertex 2146 -0.00603107 0.130744 0.0146461
Vertex 2147 -0.0424989 0.16674 0.00381643
Vertex 2148 -0.0475653 0.166962 -0.00492463
Vertex 2149 -0.0471313 0.132491 0.00541336
Vertex 2150 -0.0926871 0.118696 0.0103064
Vertex 2151 -0.0870053 0.0954387 0.00242783
Vertex 2152 -0.0784995 0.162482 -0.0259435
Vertex 2153 -0.078491 0.121738 0.0515581
Vertex 2154 0.00224686 0.131192 0.0191047
Vertex 2155 -0.00426313 0.130924 0.016725
Vertex 2156 -0.011153 0.129981 0.0142184
Vertex 2157 -0.0197896 0.127727 0.0110836
Vertex 2158 -0.0283564 0.125587 0.00796681
Vertex 2159 -0.0410879 0.12806 0.000341883
Vertex 2160 -0.0421309 0.128083 -3.62159e-05
Vertex 2161 -0.00713141 0.127357 0.0287426
Vertex 2162 -0.00124361 0.130098 0.0236021
Vertex 2163 -0.0252829 0.0751884 0.0479421
Vertex 2164 -0.063251 0.15135 -0.00497603
Vertex 2165 -0.0668589 0.156842 -0.00635476
Vertex 2166 -0.0608875 0.104029 -0.0182853
Vertex 2167 -0.0598828 0.104039 -0.0184233
Vertex 2168 -0.0739165 0.113504 -0.00683708
Vertex 2169 -0.0628061 0.0896011 -0.0190246
Vertex 2170 -0.0308936 0.0901442 -0.0248987
Vertex 2171 -0.052462 0.0642313 0.0336351
Vertex 2172 -0.051438 0.0643214 0.0343604
Vertex 2173 -0.0503626 0.0642656 0.0349674
Vertex 2174 -0.0494719 0.0643044 0.0356628
Vertex 2175 -0.0228512 0.126901 0.0114323
Vertex 2176 -0.021597 0.124211 0.0236359
Vertex 2177 0.0277966 0.12141 0.0199376
Vertex 2178 -0.00541562 0.128879 0.0264449
Vertex 2179 -0.0661547 0.1622 -0.0162285
Vertex 2180 -0.0434723 0.0647942 0.0406198
Vertex 2181 -0.0424858 0.064826 0.0410217
Vertex 2182 -0.0414966 0.064844 0.0412967
Vertex 2183 -0.0404921 0.0648693 0.0415314
Vertex 2184 -0.0394972 0.0648803 0.0416583
Vertex 2185 -0.0384977 0.0648621 0.0416261
Vertex 2186 -0.0375049 0.0648832 0.0416292
Vertex 2187 -0.0364897 0.0648519 0.0414613
Vertex 2188 -0.035492 0.0648204 0.0410644
Vertex 2189 -0.0345021 0.0647803 0.0405279
Vertex 2190 -0.0335094 0.0647262 0.0398847
Vertex 2191 -0.0325205 0.0646875 0.0393461
Vertex 2192 -0.0314872 0.0646167 0.0387865
Vertex 2193 -0.0304944 0.064586 0.038393
Vertex 2194 -0.0294959 0.0645466 0.0380401
Vertex 2195 -0.0285046 0.0645461 0.0380462
Vertex 2196 -0.027486 0.0646029 0.0384895
Vertex 2197 0.0143125 0.129601 0.0135477
Vertex 2198 0.0151955 0.129241 0.0138359
Vertex 2199 0.0236525 0.124901 0.0169603
Vertex 2200 0.0259555 0.123153 0.0178233
Vertex 2201 0.0349362 0.113582 0.0211925
Vertex 2202 -0.00900002 0.1303 0.0121232
Vertex 2203 -0.0467325 0.133652 0.0114554
Vertex 2204 0.0472026 0.0681414 0.0256953
Vertex 2205 -0.0164672 0.0659336 0.0534892
Vertex 2206 -0.0154968 0.0659374 0.0537935
Vertex 2207 -0.014508 0.0659228 0.0537042
Vertex 2208 -0.0134952 0.0659366 0.0537869
Vertex 2209 -0.0124852 0.0659775 0.0542376
Vertex 2210 -0.0114925 0.06602 0.0547394
Vertex 2211 -0.0104895 0.0660607 0.0552117
Vertex 2212 -0.00950506 0.0660833 0.0554985
Vertex 2213 -0.00849416 0.0661021 0.0557034
Vertex 2214 -0.00750518 0.0661146 0.0558703
Vertex 2215 -0.00650089 0.0661332 0.0560881
Vertex 2216 -0.00550273 0.0661441 0.0562254
Vertex 2217 -0.00450592 0.0661541 0.056364
Vertex 2218 -0.0034975 0.0661744 0.0565538
Vertex 2219 -0.00249995 0.0661849 0.0567093
Vertex 2220 -0.00149822 0.0661867 0.0567241
Vertex 2221 -0.000497657 0.066177 0.0565989
Vertex 2222 0.000499624 0.0661631 0.0564081
Vertex 2223 0.0015045 0.0661578 0.0563313
Vertex 2224 0.00251128 0.0661582 0.0562906
Vertex 2225 0.00351414 0.0661565 0.0562774
Vertex 2226 0.0045204 0.0661365 0.0560558
Vertex 2227 0.00551724 0.0661119 0.0558057
Vertex 2228 0.00651157 0.066084 0.0555109
Vertex 2229 0.00750533 0.0660627 0.0552439
Vertex 2230 0.00851416 0.06604 0.0550264
Vertex 2231 0.0144977 0.11819 0.0360011
Vertex 2232 0.0154982 0.118174 0.0357451
Vertex 2233 0.0165026 0.118175 0.0355154
Vertex 2234 0.0175115 0.118187 0.0352964
Vertex 2235 0.0185027 0.118159 0.035136
Vertex 2236 -0.0387263 0.127561 -0.000266265
Vertex 2237 -0.0245336 0.118082 0.0325274
Vertex 2238 0.00949782 0.11825 0.0371477
Vertex 2239 0.00284904 0.131659 0.0150261
Vertex 2240 -0.0185008 0.119534 0.0344711
Vertex 2241 -0.0195067 0.119545 0.0340058
Vertex 2242 -0.0204952 0.119495 0.0334766
Vertex 2243 -0.0225483 0.119525 0.0321637
Vertex 2244 -0.0215106 0.119492 0.0328652
Vertex 2245 0.00849911 0.119651 0.036768
Vertex 2246 0.00950115 0.119644 0.0365249
Vertex 2247 -0.0367939 0.127143 0.000444502
Vertex 2248 0.012488 0.119576 0.0355898
Vertex 2249 0.0121624 0.129948 0.0198557
Vertex 2250 0.0164452 0.127885 0.0214354
Vertex 2251 -0.0725345 0.140015 0.0475615
Vertex 2252 0.0147905 0.128825 0.0208219
Vertex 2253 -0.0124935 0.123722 0.0323282
Vertex 2254 -0.0946145 0.122826 0.0212791
Vertex 2255 -0.0498404 0.122243 -0.0112035
Vertex 2256 0.0431391 0.098698 0.00317491
Vertex 2257 0.0442623 0.0959503 0.0151546
Vertex 2258 0.0406613 0.0638232 0.0297482
Vertex 2259 0.0416181 0.0637615 0.0286411
Vertex 2260 0.0425502 0.0637218 0.0280932
Vertex 2261 0.0435205 0.0637429 0.0281056
Vertex 2262 0.0444941 0.0637658 0.0284543
Vertex 2263 0.0454797 0.0637982 0.0288243
Vertex 2264 0.0464934 0.0638096 0.0291729
Vertex 2265 0.0474969 0.0638142 0.0292952
Vertex 2266 0.0485032 0.0638048 0.0293893
Vertex 2267 0.0495086 0.0638139 0.0293036
Vertex 2268 0.0505111 0.0637895 0.0291551
Vertex 2269 -0.0687402 0.156349 0.0177202
Vertex 2270 0.0161 0.12839 0.0198796
Vertex 2271 -0.0211124 0.182965 -0.0210132
Vertex 2272 0.030263 0.116206 0.0279976
Vertex 2273 0.0379602 0.108292 0.00117706
Vertex 2274 0.0387554 0.108357 0.00416438
Vertex 2275 -0.0613991 0.0718897 0.0389316
Vertex 2276 -0.0270737 0.125279 0.00405866
Vertex 2277 -0.061476 0.158429 -0.028587
Vertex 2278 0.0137449 0.12859 0.0232984
Vertex 2279 0.00735972 0.130718 0.020957
Vertex 2280 0.00115082 0.131147 0.0187057
Vertex 2281 -0.00541266 0.130784 0.0163058
Vertex 2282 -0.0123571 0.12972 0.0137799
Vertex 2283 -0.0210495 0.127369 0.0106273
Vertex 2284 -0.029395 0.125597 0.00758806
Vertex 2285 -0.0380634 0.127686 0.00145512
Vertex 2286 -0.0438011 0.128754 0.0022734
Vertex 2287 -0.0610057 0.155949 0.0190169
Vertex 2288 -0.0676703 0.159658 -0.00956407
Vertex 2289 -0.0663702 0.157999 -0.00906779
Vertex 2290 -0.065143 0.156205 -0.00860924
Vertex 2291 -0.0658189 0.0895406 -0.0182783
Vertex 2292 -0.0638201 0.089594 -0.0189434
Vertex 2293 -0.0709153 0.113624 -0.0087498
Vertex 2294 -0.061811 0.0896079 -0.0190442
Vertex 2295 -0.0317955 0.0901023 -0.0248195
Vertex 2296 -0.0361548 0.166687 -0.0142688
Vertex 2297 -0.0450711 0.153185 -0.00674331
Vertex 2298 -0.0548148 0.0883935 -0.0220325
Vertex 2299 -0.0418064 0.0884466 -0.0220226
Vertex 2300 -0.0505296 0.0657745 0.0361047
Vertex 2301 -0.0493845 0.0657885 0.0368321
Vertex 2302 -0.045035 0.131096 0.00921538
Vertex 2303 0.0285362 0.120755 0.0202147
Vertex 2304 0.00424945 0.126892 0.0299609
Vertex 2305 -0.0454889 0.0660999 0.0395126
Vertex 2306 -0.0434963 0.0661943 0.0406667
Vertex 2307 -0.0425031 0.0662262 0.0410651
Vertex 2308 -0.0414917 0.0662628 0.0414077
Vertex 2309 -0.0404937 0.0662835 0.0416604
Vertex 2310 -0.0394965 0.0662956 0.0417788
Vertex 2311 -0.0384968 0.066293 0.0418062
Vertex 2312 -0.0374975 0.0662835 0.0416878
Vertex 2313 -0.0364911 0.0662596 0.041455
Vertex 2314 -0.0355073 0.0662414 0.0411418
Vertex 2315 -0.0344904 0.0661905 0.0406967
Vertex 2316 -0.0335022 0.0661629 0.0402747
Vertex 2317 -0.0324978 0.0661054 0.0396515
Vertex 2318 -0.0314917 0.0660582 0.0391556
Vertex 2319 -0.0305014 0.066031 0.0387492
Vertex 2320 -0.0294956 0.0660091 0.0384906
Vertex 2321 -0.0284876 0.0660147 0.0384689
Vertex 2322 -0.0275277 0.0660102 0.0388181
Vertex 2323 -0.026605 0.06607 0.0397555
Vertex 2324 0.0186908 0.127724 0.0151265
Vertex 2325 0.0252163 0.1238 0.0175509
Vertex 2326 0.0296171 0.11988 0.0191943
Vertex 2327 0.0361181 0.111694 0.0216233
Vertex 2328 0.0378254 0.108706 0.0222481
Vertex 2329 -0.0741599 0.155538 0.00126713
Vertex 2330 0.0452046 0.0684536 0.0248447
Vertex 2331 0.0248702 0.121138 0.0274186
Vertex 2332 -0.0801768 0.155046 0.0137223
Vertex 2333 -0.0164761 0.0673645 0.0539812
Vertex 2334 -0.015485 0.0673895 0.0543529
Vertex 2335 -0.0144888 0.0673806 0.0542261
Vertex 2336 -0.013511 0.0673225 0.0538556
Vertex 2337 -0.0125029 0.0673483 0.0540527
Vertex 2338 -0.011518 0.0673875 0.054571
Vertex 2339 -0.010503 0.0674297 0.0550101
Vertex 2340 -0.00948933 0.0674612 0.0553354
Vertex 2341 -0.00849422 0.0674811 0.0555845
Vertex 2342 -0.00749086 0.0675042 0.0558082
Vertex 2343 -0.00650569 0.0675101 0.0559953
Vertex 2344 -0.00549741 0.0675328 0.0561955
Vertex 2345 -0.00450121 0.0675415 0.056336
Vertex 2346 -0.00350144 0.0675505 0.0564719
Vertex 2347 -0.0025007 0.0675576 0.0566246
Vertex 2348 -0.00149557 0.0675596 0.0566557
Vertex 2349 -0.000496537 0.0675633 0.0565514
Vertex 2350 0.000505152 0.0675448 0.0563482
Vertex 2351 0.00150869 0.0675259 0.0561223
Vertex 2352 0.00251277 0.0675114 0.055914
Vertex 2353 0.00351108 0.067509 0.0559028
Vertex 2354 0.00451102 0.0674972 0.0557889
Vertex 2355 0.0055201 0.0674746 0.0556049
Vertex 2356 0.00651867 0.0674599 0.0552944
Vertex 2357 0.00750596 0.0674413 0.055134
Vertex 2358 0.00850767 0.067431 0.0550095
Vertex 2359 0.00951997 0.0673959 0.0546877
Vertex 2360 0.0215785 0.11262 0.0367657
Vertex 2361 -0.0774971 0.128861 0.0533302
Vertex 2362 -0.0915343 0.140602 0.0181819
Vertex 2363 0.035616 0.10962 -0.00284805
Vertex 2364 0.00849857 0.118254 0.0373924
Vertex 2365 -0.0729498 0.156259 0.0191473
Vertex 2366 -0.0555057 0.153886 0.023914
Vertex 2367 0.00508264 0.128731 0.0273249
Vertex 2368 -0.0776837 0.154812 0.0263001
Vertex 2369 -0.0235467 0.119499 0.0316537
Vertex 2370 -0.0245147 0.119422 0.0312229
Vertex 2371 -0.0255089 0.119394 0.0308336
Vertex 2372 -0.0344987 0.119335 0.0301753
Vertex 2373 -0.0354943 0.119369 0.0303337
Vertex 2374 0.0135067 0.1196 0.0353985
Vertex 2375 -0.0504161 0.144734 0.0123765
Vertex 2376 -0.0694673 0.0635361 0.0216095
Vertex 2377 -0.050108 0.144746 0.0113816
Vertex 2378 -0.0778042 0.156927 -0.0169128
Vertex 2379 -0.073319 0.153662 0.0322986
Vertex 2380 -0.0114851 0.123708 0.0326887
Vertex 2381 0.0437731 0.0973301 0.016155
Vertex 2382 0.0438296 0.0973504 0.015162
Vertex 2383 -0.0875349 0.110472 0.0163392
Vertex 2384 -0.0879612 0.103656 0.0103875
Vertex 2385 0.0277412 0.121021 0.0227689
Vertex 2386 -0.0700794 0.154941 0.0289273
Vertex 2387 0.0259209 0.122835 0.0206655
Vertex 2388 0.0435313 0.065065 0.0273105
Vertex 2389 0.0445042 0.0650854 0.0275412
Vertex 2390 0.0454924 0.0651146 0.027904
Vertex 2391 0.0464851 0.0651547 0.0281822
Vertex 2392 0.0474936 0.0651497 0.0284001
Vertex 2393 0.0485013 0.0651587 0.0285278
Vertex 2394 0.0495045 0.0651553 0.0285253
Vertex 2395 0.0505096 0.0651476 0.0284061
Vertex 2396 0.0515215 0.0651377 0.0281771
Vertex 2397 0.0525369 0.0651172 0.0279377
Vertex 2398 0.053572 0.0650953 0.0274823
Vertex 2399 -0.0414982 0.166749 0.00369508
Vertex 2400 0.0421258 0.100042 0.000179811
Vertex 2401 -0.08755 0.12805 0.000278104
Vertex 2402 0.0444341 0.0861163 0.024155
Vertex 2403 0.0447845 0.0903596 0.0201575
Vertex 2404 0.0135274 0.12988 0.0160733
Vertex 2405 -0.0775002 0.156948 -0.0139048
Vertex 2406 0.0170314 0.126681 0.0245104
Vertex 2407 0.0128678 0.128966 0.0229731
Vertex 2408 0.00637271 0.130879 0.0205945
Vertex 2409 0.000169576 0.131258 0.0183392
Vertex 2410 -0.00656125 0.130634 0.0158888
Vertex 2411 -0.0136265 0.129395 0.0133241
Vertex 2412 -0.0223056 0.126998 0.0101726
Vertex 2413 -0.0400438 0.127998 0.000725921
Vertex 2414 -0.0390536 0.127857 0.00108873
Vertex 2415 0.0175177 0.121695 0.0318921
Vertex 2416 -0.071744 0.162192 -0.0110365
Vertex 2417 -0.0772789 0.154395 0.0279022
Vertex 2418 -0.0809037 0.153834 0.0267225
Vertex 2419 -0.0799402 0.132433 -0.00455304
Vertex 2420 -0.0408646 0.104225 -0.0205494
Vertex 2421 -0.0608155 0.0896295 -0.0193008
Vertex 2422 -0.0598094 0.0896854 -0.0200419
Vertex 2423 -0.0328294 0.0901297 -0.0245803
Vertex 2424 -0.0828365 0.116201 -0.00217327
Vertex 2425 -0.00983206 0.0896484 -0.0366649
Vertex 2426 -0.00682874 0.0896331 -0.0361816
Vertex 2427 -0.0719085 0.064649 0.0201308
Vertex 2428 -0.0609289 0.112535 -0.0147528
Vertex 2429 0.0131317 0.10725 -0.0189993
Vertex 2430 -0.0038734 0.104505 -0.022849
Vertex 2431 0.0292558 0.120076 0.0204837
Vertex 2432 -0.037003 0.126393 0.0195465
Vertex 2433 -0.0464696 0.0675313 0.0396048
Vertex 2434 -0.0454731 0.0675709 0.040115
Vertex 2435 -0.0434945 0.0676224 0.0409141
Vertex 2436 -0.042494 0.0676556 0.0412962
Vertex 2437 -0.0415011 0.0676725 0.0415782
Vertex 2438 -0.04049 0.0677003 0.0417506
Vertex 2439 -0.0394947 0.0676998 0.0417669
Vertex 2440 -0.0384975 0.0676842 0.0417259
Vertex 2441 -0.0374964 0.0676867 0.0416821
Vertex 2442 -0.0365005 0.0676756 0.0415398
Vertex 2443 -0.0355091 0.0676694 0.0413832
Vertex 2444 -0.0345105 0.0676457 0.041143
Vertex 2445 -0.0335093 0.0676035 0.0406399
Vertex 2446 -0.0325025 0.0675467 0.0400218
Vertex 2447 -0.031508 0.0675059 0.0394967
Vertex 2448 -0.0305 0.0674574 0.0390127
Vertex 2449 -0.0294982 0.0674485 0.03887
Vertex 2450 -0.0284943 0.0674472 0.03888
Vertex 2451 -0.027568 0.0674298 0.0392602
Vertex 2452 -0.0264702 0.0676761 0.0408217
Vertex 2453 0.0310274 0.118497 0.0197321
Vertex 2454 0.0303372 0.119206 0.0194646
Vertex 2455 0.0355348 0.112677 0.0214127
Vertex 2456 -0.0158225 0.127346 0.0227279
Vertex 2457 0.000543528 0.123331 0.0344653
Vertex 2458 -0.0190668 0.12797 0.0127969
Vertex 2459 -0.0663982 0.164105 -0.0192035
Vertex 2460 -0.0677428 0.164471 -0.018256
Vertex 2461 -0.0174894 0.0687336 0.053904
Vertex 2462 -0.0164665 0.068805 0.0544258
Vertex 2463 -0.0154888 0.0688106 0.054717
Vertex 2464 -0.0144966 0.0687907 0.0546395
Vertex 2465 -0.0135013 0.0687469 0.0541774
Vertex 2466 -0.0125103 0.0687513 0.0543288
Vertex 2467 -0.0115046 0.0688083 0.054897
Vertex 2468 -0.0104818 0.0688481 0.0551963
Vertex 2469 -0.00952254 0.0688375 0.0554289
Vertex 2470 -0.00850916 0.0688709 0.0557558
Vertex 2471 -0.00750084 0.0688979 0.0559719
Vertex 2472 -0.00652053 0.0688834 0.0561767
Vertex 2473 -0.00550834 0.0689154 0.0563731
Vertex 2474 -0.00450651 0.0689184 0.0565193
Vertex 2475 -0.00350265 0.0689326 0.0566398
Vertex 2476 -0.00249623 0.0689511 0.056733
Vertex 2477 -0.00149713 0.0689596 0.0566805
Vertex 2478 -0.000486159 0.0689333 0.056515
Vertex 2479 0.000510392 0.0689287 0.0563645
Vertex 2480 0.00152278 0.0688979 0.0560686
Vertex 2481 0.0025057 0.0688921 0.0558596
Vertex 2482 0.00350877 0.068881 0.0557692
Vertex 2483 0.00450508 0.0688823 0.055725
Vertex 2484 0.00550935 0.0688576 0.0555484
Vertex 2485 0.00650425 0.06886 0.0554952
Vertex 2486 0.00751041 0.0688465 0.0554032
Vertex 2487 0.00850711 0.0688384 0.055257
Vertex 2488 0.00950065 0.0688226 0.0549942
Vertex 2489 0.0369605 0.105409 -0.00483089
Vertex 2490 0.0390081 0.105539 0.000161276
Vertex 2491 0.00181081 0.131692 0.0146438
Vertex 2492 0.00444274 0.131539 0.0170385
Vertex 2493 -0.0605228 0.155495 0.0235493
Vertex 2494 0.0199666 0.126684 0.0198751
Vertex 2495 0.0415962 0.101461 0.0191676
Vertex 2496 0.00750189 0.118272 0.0376599
Vertex 2497 0.00648846 0.118239 0.0378444
Vertex 2498 0.00548892 0.118228 0.0378342
Vertex 2499 0.00449629 0.118272 0.0381357
Vertex 2500 -0.0639127 0.160548 -0.0182872
Vertex 2501 -0.0340875 0.177472 -0.00744261
Vertex 2502 -0.0825971 0.103328 -0.00360734
Vertex 2503 -0.0933098 0.126856 0.0132534
Vertex 2504 -0.0364979 0.119358 0.0304421
Vertex 2505 -0.01578 0.128598 0.00819831
Vertex 2506 -0.0636791 0.157483 -0.0138656
Vertex 2507 0.03476 0.113033 0.0239837
Vertex 2508 -0.0743937 0.157452 -0.00470821
Vertex 2509 -0.0104724 0.123683 0.0330383
Vertex 2510 0.0436028 0.0973418 0.0171655
Vertex 2511 0.0439353 0.0973509 0.0141605
Vertex 2512 -0.0918243 0.128307 0.0322434
Vertex 2513 -0.069479 0.123198 0.0530616
Vertex 2514 0.0211923 0.12581 0.0217553
Vertex 2515 0.0416849 0.100037 0.02216
Vertex 2516 0.0428754 0.100088 0.00417324
Vertex 2517 0.0425933 0.066459 0.0273252
Vertex 2518 0.0435266 0.0664036 0.0265247
Vertex 2519 0.0445305 0.0664178 0.0264316
Vertex 2520 0.0454709 0.0664599 0.0266758
Vertex 2521 0.0464907 0.0664648 0.0271426
Vertex 2522 0.0474899 0.0664975 0.0274045
Vertex 2523 0.0484981 0.0664872 0.0276228
Vertex 2524 0.0495021 0.0664943 0.0276338
Vertex 2525 0.0505119 0.0665023 0.0275359
Vertex 2526 0.0515169 0.0664883 0.0274059
Vertex 2527 0.052528 0.0664738 0.0271694
Vertex 2528 0.0363255 0.10537 -0.00683316
Vertex 2529 0.0400335 0.107013 0.011165
Vertex 2530 -0.0900384 0.135039 0.0102136
Vertex 2531 0.0447245 0.0861403 0.0231669
Vertex 2532 -0.0783399 0.174997 -0.0480125
Vertex 2533 0.0440584 0.0860884 0.0251529
Vertex 2534 -0.00096127 0.131397 0.0150615
Vertex 2535 0.0154483 0.127759 0.0239281
Vertex 2536 0.016279 0.127286 0.0242335
Vertex 2537 0.00535242 0.130989 0.0202309
Vertex 2538 -0.000925431 0.131188 0.0179397
Vertex 2539 -0.00771141 0.130468 0.0154714
Vertex 2540 -0.00211759 0.125578 0.0320366
Vertex 2541 0.00866181 0.128565 0.0271896
Vertex 2542 -0.0692325 0.161954 -0.0115912
Vertex 2543 -0.0700564 0.162427 -0.0118963
Vertex 2544 -0.0105331 0.127013 0.0275477
Vertex 2545 -0.0116319 0.126956 0.0271535
Vertex 2546 -0.0590284 0.155612 0.0197248
Vertex 2547 -0.0599273 0.122373 -0.00867944
Vertex 2548 -0.0218698 0.104438 -0.0229686
Vertex 2549 -0.033827 0.0901076 -0.0243377
Vertex 2550 -0.0348266 0.0900917 -0.0242073
Vertex 2551 -0.0358241 0.0900699 -0.0240653
Vertex 2552 -0.082826 0.11472 -0.00162443
Vertex 2553 -0.0606822 0.0362429 0.0450162
Vertex 2554 -0.00381375 0.0896299 -0.0357356
Vertex 2555 -0.00582898 0.0896214 -0.0360418
Vertex 2556 0.0121355 0.107265 -0.0192728
Vertex 2557 -0.00486881 0.104509 -0.0228932
Vertex 2558 0.00913312 0.10443 -0.020596
Vertex 2559 -0.0708677 0.158014 -0.00345716
Vertex 2560 -0.0655537 0.161293 -0.0160037
Vertex 2561 -0.0465015 0.0689677 0.0402969
Vertex 2562 -0.0454899 0.0690197 0.0407796
Vertex 2563 -0.0444898 0.0690526 0.0411578
Vertex 2564 -0.0434783 0.0690982 0.041489
Vertex 2565 -0.042493 0.0690949 0.0416622
Vertex 2566 -0.0414999 0.0690877 0.0417125
Vertex 2567 -0.0405007 0.0690879 0.0417151
Vertex 2568 -0.0394983 0.0690894 0.041721
Vertex 2569 -0.0384987 0.0691035 0.0417776
Vertex 2570 -0.0374998 0.0691046 0.0417769
Vertex 2571 -0.0365043 0.0691064 0.0417512
Vertex 2572 -0.0354963 0.0690808 0.0415601
Vertex 2573 -0.0345036 0.0690703 0.0414109
Vertex 2574 -0.0334941 0.0690232 0.0409338
Vertex 2575 -0.0324875 0.068969 0.0402984
Vertex 2576 -0.0315055 0.0689302 0.0397623
Vertex 2577 -0.0305029 0.0689001 0.0393777
Vertex 2578 -0.0295002 0.0688631 0.0391758
Vertex 2579 -0.0284901 0.0688983 0.0393825
Vertex 2580 -0.0275554 0.0689002 0.0398598
Vertex 2581 -0.0264962 0.0690788 0.0415599
Vertex 2582 0.0317014 0.117733 0.0199863
Vertex 2583 0.0336732 0.115326 0.0207292
Vertex 2584 -0.0288448 0.124881 0.0180835
Vertex 2585 -0.0793976 0.151048 0.0347829
Vertex 2586 -0.056711 0.153132 0.0293166
Vertex 2587 -0.0217893 0.122494 0.0280004
Vertex 2588 -0.0685258 0.165031 -0.0185494
Vertex 2589 -0.0669714 0.163891 -0.0179699
Vertex 2590 -0.0174958 0.0701523 0.0542792
Vertex 2591 -0.0164967 0.0701922 0.0547571
Vertex 2592 -0.0154911 0.0702181 0.054969
Vertex 2593 -0.0144955 0.0701698 0.0547379
Vertex 2594 -0.013497 0.0701643 0.0543951
Vertex 2595 -0.0124826 0.0701993 0.05486
Vertex 2596 -0.0115098 0.0702302 0.0553956
Vertex 2597 -0.0104698 0.070299 0.0557764
Vertex 2598 -0.00948303 0.0703233 0.0561585
Vertex 2599 -0.00849613 0.0703395 0.0565554
Vertex 2600 -0.00751 0.070341 0.0568254
Vertex 2601 -0.00649809 0.0703887 0.0571625
Vertex 2602 -0.00549985 0.0703921 0.057296
Vertex 2603 -0.00450341 0.0703715 0.0573471
Vertex 2604 -0.0034971 0.0703995 0.0574239
Vertex 2605 -0.00248857 0.0703789 0.0573235
Vertex 2606 -0.00148992 0.070365 0.0570874
Vertex 2607 -0.000484486 0.0703477 0.056848
Vertex 2608 0.000516139 0.0703294 0.0566091
Vertex 2609 0.00151372 0.070315 0.0563646
Vertex 2610 0.00251449 0.0702821 0.0560425
Vertex 2611 0.00350637 0.0702767 0.0558823
Vertex 2612 0.00450679 0.0702611 0.0557926
Vertex 2613 0.00550295 0.0702783 0.0558582
Vertex 2614 0.00650677 0.0702743 0.0558788
Vertex 2615 0.0075074 0.0702645 0.0557506
Vertex 2616 0.00852018 0.0702413 0.0555324
Vertex 2617 0.00952067 0.0702149 0.0551678
Vertex 2618 0.0185916 0.116689 0.0359263
Vertex 2619 0.0174963 0.116768 0.0361173
Vertex 2620 0.0155004 0.116786 0.0363781
Vertex 2621 0.0144965 0.116791 0.0366152
Vertex 2622 0.0165016 0.116787 0.0362663
Vertex 2623 0.0135086 0.116829 0.0366875
Vertex 2624 0.0124993 0.116805 0.0367613
Vertex 2625 0.00449367 0.115547 0.0400425
Vertex 2626 -0.0781375 0.103077 -0.00856917
Vertex 2627 -0.0464892 0.117969 0.0304809
Vertex 2628 -0.0455006 0.117978 0.0306048
Vertex 2629 -0.0445001 0.117958 0.0308281
Vertex 2630 -0.0435009 0.117967 0.030956
Vertex 2631 0.00349251 0.118288 0.0385113
Vertex 2632 -0.00649912 0.118331 0.038456
Vertex 2633 -0.00548585 0.118301 0.0387556
Vertex 2634 -0.0889838 0.099691 0.0193911
Vertex 2635 -0.0374964 0.119384 0.0304732
Vertex 2636 -0.0899954 0.135014 0.00922069
Vertex 2637 -0.0133248 0.129244 0.00909724
Vertex 2638 -0.0144945 0.115487 0.0386767
Vertex 2639 -0.0534472 0.146228 0.0234079
Vertex 2640 -0.0633264 0.159631 -0.0180726
Vertex 2641 -0.00847869 0.123725 0.0338017
Vertex 2642 -0.00947834 0.12371 0.0334225
Vertex 2643 -0.0886398 0.102364 0.0173768
Vertex 2644 -0.0894314 0.137929 0.0371779
Vertex 2645 0.0401119 0.105635 0.0181717
Vertex 2646 -0.0704758 0.123201 0.0533571
Vertex 2647 -0.0689448 0.129685 -0.00899835
Vertex 2648 -0.0745188 0.135846 0.0503978
Vertex 2649 -0.0764868 0.144228 0.0448323
Vertex 2650 0.0435793 0.0677809 0.0261624
Vertex 2651 0.0445696 0.0677675 0.0254424
Vertex 2652 0.0455301 0.0677752 0.0254231
Vertex 2653 0.0464982 0.0677769 0.0257597
Vertex 2654 0.0484971 0.0678077 0.0264809
Vertex 2655 0.0494979 0.0678406 0.0265165
Vertex 2656 0.0505072 0.0678423 0.0265215
Vertex 2657 0.0515085 0.0678015 0.0264788
Vertex 2658 0.0525355 0.0678367 0.0261828
Vertex 2659 0.0535161 0.0677623 0.0259787
Vertex 2660 -0.0878641 0.137757 0.00720039
Vertex 2661 0.0314293 0.102107 0.036834
Vertex 2662 0.044978 0.086159 0.0221711
Vertex 2663 -0.0574243 0.0613459 0.0260206
Vertex 2664 -0.0920426 0.126958 0.0362532
Vertex 2665 -0.0895466 0.0969995 0.0164128
Vertex 2666 0.0408293 0.101363 -0.00180736
Vertex 2667 0.0425261 0.101486 0.00616657
Vertex 2668 0.0146203 0.128223 0.0236197
Vertex 2669 0.0120392 0.129427 0.0226627
Vertex 2670 -0.0581897 0.157381 0.00697939
Vertex 2671 -0.00127622 0.127442 0.029403
Vertex 2672 0.0166245 0.122097 0.0315907
Vertex 2673 -0.0677948 0.160582 -0.0110564
Vertex 2674 -0.0684622 0.16137 -0.0113077
Vertex 2675 -0.0861176 0.152173 0.0250218
Vertex 2676 -0.0760712 0.152304 0.0343668
Vertex 2677 -0.0657288 0.163321 -0.0189522
Vertex 2678 -0.0398664 0.104215 -0.0203975
Vertex 2679 -0.0679463 0.128236 -0.00906158
Vertex 2680 -0.0570341 0.144219 -0.00185162
Vertex 2681 -0.0788514 0.116332 -0.0048797
Vertex 2682 -0.0208698 0.104444 -0.0228641
Vertex 2683 -0.0728795 0.116451 -0.00740226
Vertex 2684 -0.0361905 0.168183 -0.0140562
Vertex 2685 -0.0719091 0.107919 -0.010771
Vertex 2686 -0.0427983 0.0884442 -0.0218161
Vertex 2687 -0.00482566 0.0896201 -0.0359284
Vertex 2688 -0.00882418 0.0896578 -0.0365764
Vertex 2689 -0.00782909 0.0896438 -0.0364286
Vertex 2690 -0.00586693 0.104511 -0.0229142
Vertex 2691 -0.00281596 0.0896133 -0.0355773
Vertex 2692 -0.0679602 0.132601 -0.00851511
Vertex 2693 -0.0454832 0.0704956 0.0415155
Vertex 2694 -0.0444864 0.070528 0.0418968
Vertex 2695 -0.0434937 0.0705308 0.0420517
Vertex 2696 -0.0425054 0.0705013 0.0420152
Vertex 2697 -0.0414959 0.0705202 0.0419075
Vertex 2698 -0.040497 0.0705056 0.0418211
Vertex 2699 -0.0394974 0.0705046 0.0418138
Vertex 2700 -0.0384971 0.0705176 0.0419076
Vertex 2701 -0.0374974 0.0705158 0.0419336
Vertex 2702 -0.0364989 0.0705154 0.0419282
Vertex 2703 -0.0355056 0.0705073 0.0417804
Vertex 2704 -0.0345058 0.0704863 0.0415356
Vertex 2705 -0.0334992 0.0704401 0.0410454
Vertex 2706 -0.0325179 0.0704032 0.0404934
Vertex 2707 -0.0315001 0.070354 0.040029
Vertex 2708 -0.0304972 0.0703216 0.0396594
Vertex 2709 -0.0295 0.0703058 0.0395502
Vertex 2710 -0.0284992 0.0703316 0.0397848
Vertex 2711 -0.0275703 0.070462 0.0404211
Vertex 2712 0.0372544 0.109701 0.0220387
Vertex 2713 0.036686 0.110763 0.0218417
Vertex 2714 -0.0145604 0.127706 0.0231688
Vertex 2715 -0.0581309 0.155502 0.017154
Vertex 2716 0.0441694 0.0706598 0.0245614
Vertex 2717 -0.00523434 0.128086 0.0279795
Vertex 2718 -0.0710479 0.166372 -0.0194754
Vertex 2719 -0.0662562 0.163203 -0.0177078
Vertex 2720 -0.055712 0.155088 0.0136896
Vertex 2721 -0.0174765 0.0715932 0.0547125
Vertex 2722 -0.01652 0.0715906 0.0550352
Vertex 2723 -0.0155013 0.0716083 0.0551341
Vertex 2724 -0.0144862 0.0715775 0.0549247
Vertex 2725 -0.0135947 0.071631 0.0548042
Vertex 2726 -0.0124587 0.0716774 0.0554083
Vertex 2727 -0.0115057 0.0716604 0.0558672
Vertex 2728 -0.010497 0.0717087 0.0563199
Vertex 2729 -0.00947284 0.0717726 0.0568611
Vertex 2730 -0.00848477 0.0718045 0.0573713
Vertex 2731 -0.0075062 0.071811 0.0576623
Vertex 2732 -0.00649113 0.0718493 0.0579775
Vertex 2733 -0.00549985 0.07185 0.0581365
Vertex 2734 -0.00450192 0.0718383 0.058171
Vertex 2735 -0.00349422 0.0718336 0.0581766
Vertex 2736 -0.00249095 0.0718247 0.0580407
Vertex 2737 -0.00148178 0.0718081 0.0578063
Vertex 2738 -0.000460653 0.0717499 0.0573883
Vertex 2739 0.000514565 0.0717586 0.0570729
Vertex 2740 0.00152573 0.0717149 0.0566366
Vertex 2741 0.00252738 0.0716721 0.0561852
Vertex 2742 0.00350574 0.071674 0.0559901
Vertex 2743 0.00450108 0.0716864 0.0560951
Vertex 2744 0.00550383 0.0716948 0.0562222
Vertex 2745 0.00650555 0.0716952 0.056225
Vertex 2746 0.00750117 0.0716903 0.0560753
Vertex 2747 0.0085198 0.0716538 0.0557746
Vertex 2748 0.010477 0.116818 0.0374755
Vertex 2749 -0.0620027 0.172528 -0.0545971
Vertex 2750 -0.0734876 0.127439 0.0525898
Vertex 2751 -0.00449008 0.116939 0.0397737
Vertex 2752 -0.00348806 0.11693 0.0398821
Vertex 2753 -0.00249086 0.116945 0.0398999
Vertex 2754 -0.00149467 0.116953 0.0400314
Vertex 2755 0.0094903 0.116849 0.0377607
Vertex 2756 -0.0519903 0.161388 0.00628165
Vertex 2757 -0.0474929 0.163748 0.00542805
Vertex 2758 -0.0885619 0.129493 0.00323888
Vertex 2759 -0.0423634 0.121318 -0.0123099
Vertex 2760 -0.0735068 0.118971 0.0531919
Vertex 2761 -0.0425043 0.117982 0.0312159
Vertex 2762 -0.0405007 0.118003 0.0314814
Vertex 2763 -0.00749979 0.118315 0.0383098
Vertex 2764 -0.0725001 0.120391 0.0535845
Vertex 2765 -0.0385014 0.119389 0.0303589
Vertex 2766 -0.0532846 0.152692 0.0160461
Vertex 2767 -0.0124987 0.115524 0.0391996
Vertex 2768 -0.0538929 0.14622 0.0244012
Vertex 2769 0.0333375 0.115599 0.0220283
Vertex 2770 0.0250594 0.122946 0.0231962
Vertex 2771 0.0406194 0.104193 0.00117617
Vertex 2772 0.0381439 0.103967 -0.00387277
Vertex 2773 -0.0846334 0.108922 0.00436756
Vertex 2774 -0.0278908 0.0903405 -0.0316075
Vertex 2775 -0.00240135 0.128537 0.0275513
Vertex 2776 0.042474 0.101514 0.0131646
Vertex 2777 -0.0744952 0.144184 0.0450216
Vertex 2778 -0.0754912 0.144221 0.0449451
Vertex 2779 -0.0924811 0.125593 0.0372603
Vertex 2780 0.0445518 0.069148 0.0246508
Vertex 2781 -0.00944135 0.168135 -0.0197365
Vertex 2782 0.0421339 0.102871 0.00816377
Vertex 2783 -0.0627003 0.150649 -0.00857321
Vertex 2784 0.0484958 0.0691068 0.025078
Vertex 2785 -0.0934989 0.122762 0.0122811
Vertex 2786 0.0525192 0.0691267 0.0251103
Vertex 2787 -0.0449903 0.16693 -0.00785376
Vertex 2788 -0.0513967 0.161204 -0.00381805
Vertex 2789 -0.0239518 0.123773 0.0227902
Vertex 2790 0.0417869 0.088692 -0.00877741
Vertex 2791 -0.0634206 0.167809 -0.0425955
Vertex 2792 0.0275962 0.102142 0.0400686
Vertex 2793 0.0262381 0.119658 0.0279158
Vertex 2794 0.0241906 0.121901 0.0271611
Vertex 2795 0.0178192 0.126124 0.0248053
Vertex 2796 0.00583381 0.129313 0.0261699
Vertex 2797 -0.0543547 0.158623 0.00837339
Vertex 2798 -0.0635975 0.15411 -0.00948093
Vertex 2799 -0.0640946 0.155219 -0.00966954
Vertex 2800 -0.0664541 0.159015 -0.0105538
Vertex 2801 -0.0899696 0.15095 0.0147905
Vertex 2802 -0.0325959 0.124521 0.0211556
Vertex 2803 -0.0103882 0.129888 0.00873113
Vertex 2804 -0.0116527 0.129557 0.00826831
Vertex 2805 -0.0128512 0.129269 0.0078276
Vertex 2806 -0.0388642 0.104209 -0.02036
Vertex 2807 0.00518099 0.090879 -0.0329112
Vertex 2808 -0.0192289 0.178619 -0.0235673
Vertex 2809 -0.0281256 0.165243 -0.0164075
Vertex 2810 -0.0510936 0.156101 -0.00485677
Vertex 2811 -0.0749441 0.129634 -0.00796551
Vertex 2812 -0.0767139 0.070678 0.0244626
Vertex 2813 -0.0564238 0.0718073 0.0399857
Vertex 2814 -0.0438038 0.0884337 -0.0219011
Vertex 2815 -0.00986994 0.104508 -0.0232523
Vertex 2816 0.0101263 0.107276 -0.0197522
Vertex 2817 -0.0530851 0.151641 -0.00314317
Vertex 2818 -0.0709552 0.134052 -0.00817596
Vertex 2819 -0.00687105 0.104506 -0.0230032
Vertex 2820 -0.00186382 0.104504 -0.0225214
Vertex 2821 -0.0474992 0.0718408 0.0410603
Vertex 2822 -0.0464862 0.0718998 0.0415251
Vertex 2823 -0.0454912 0.0719252 0.0419203
Vertex 2824 -0.0444999 0.0719382 0.0422118
Vertex 2825 -0.0434973 0.0719505 0.0423325
Vertex 2826 -0.0425015 0.0719333 0.0422422
Vertex 2827 -0.0414982 0.0719267 0.042103
Vertex 2828 -0.0404967 0.071918 0.0419528
Vertex 2829 -0.0394983 0.0719214 0.0419294
Vertex 2830 -0.0384957 0.0719179 0.0419735
Vertex 2831 -0.0374981 0.0719295 0.0420686
Vertex 2832 -0.0365004 0.0719314 0.0420432
Vertex 2833 -0.0354914 0.0719062 0.0418497
Vertex 2834 -0.0344943 0.0718865 0.0415833
Vertex 2835 -0.0334964 0.0718545 0.0411869
Vertex 2836 -0.0324962 0.0718107 0.0406773
Vertex 2837 -0.0315034 0.0717826 0.0402663
Vertex 2838 -0.0304968 0.071744 0.0399232
Vertex 2839 -0.0294931 0.0717523 0.039896
Vertex 2840 -0.0285258 0.0717501 0.0402231
Vertex 2841 -0.027646 0.071755 0.0409574
Vertex 2842 -0.0265911 0.123944 0.0203778
Vertex 2843 -0.0203273 0.127615 0.0123404
Vertex 2844 -0.047302 0.16443 0.00497116
Vertex 2845 -0.0693087 0.165593 -0.0188405
Vertex 2846 -0.06502 0.161419 -0.0172527
Vertex 2847 -0.0667865 0.156181 0.0155153
Vertex 2848 -0.0174793 0.0730127 0.0550809
Vertex 2849 -0.0164865 0.0730277 0.0553332
Vertex 2850 -0.0154933 0.0730227 0.0553537
Vertex 2851 -0.0145068 0.0730096 0.0554058
Vertex 2852 -0.0134817 0.073078 0.0557755
Vertex 2853 -0.0125037 0.0730609 0.0559849
Vertex 2854 -0.0115028 0.0730832 0.0562182
Vertex 2855 -0.0104955 0.0731168 0.0565579
Vertex 2856 -0.00949277 0.073156 0.0570282
Vertex 2857 -0.00849692 0.0731924 0.0575239
Vertex 2858 -0.00751646 0.0732149 0.0579299
Vertex 2859 -0.00648913 0.0732625 0.0583326
Vertex 2860 -0.00551998 0.0732424 0.0584734
Vertex 2861 -0.00449908 0.0732747 0.0586205
Vertex 2862 -0.0034971 0.0732704 0.0586485
Vertex 2863 -0.0024916 0.073257 0.0585379
Vertex 2864 -0.00148369 0.0732377 0.0582942
Vertex 2865 -0.000474921 0.0732072 0.0579427
Vertex 2866 0.000540453 0.0731645 0.0574875
Vertex 2867 0.00152589 0.0731231 0.0568629
Vertex 2868 0.00252027 0.0730778 0.0562797
Vertex 2869 0.00350083 0.0730867 0.0562031
Vertex 2870 0.00450223 0.0730917 0.0563795
Vertex 2871 0.00550411 0.0731036 0.0564845
Vertex 2872 0.00650695 0.0731027 0.0564796
Vertex 2873 0.00752021 0.073081 0.0562837
Vertex 2874 0.00851959 0.0730626 0.056014
Vertex 2875 -0.0205044 0.11679 0.0360351
Vertex 2876 -0.0135132 0.116917 0.0382221
Vertex 2877 -0.0174998 0.115454 0.0379182
Vertex 2878 -0.0134922 0.122339 0.0335983
Vertex 2879 -0.0711473 0.17507 -0.0540267
Vertex 2880 -0.0155327 0.116851 0.0372458
Vertex 2881 -0.0145147 0.116898 0.0378441
Vertex 2882 -0.0124867 0.11689 0.0385307
Vertex 2883 0.00249078 0.115545 0.0403845
Vertex 2884 -0.0180519 0.128104 0.0102643
Vertex 2885 -0.0724981 0.121807 0.0536688
Vertex 2886 0.014393 0.129494 0.0163965
Vertex 2887 -0.0685095 0.148391 0.0402581
Vertex 2888 -0.0745085 0.118967 0.0529255
Vertex 2889 -0.0414996 0.117985 0.0314618
Vertex 2890 -0.00850406 0.11834 0.0382239
Vertex 2891 -0.0714938 0.120397 0.053531
Vertex 2892 -0.0395052 0.119385 0.0302298
Vertex 2893 -0.0929753 0.11876 0.0253083
Vertex 2894 -0.0255852 0.0930492 -0.0306058
Vertex 2895 -0.0134985 0.11551 0.0389419
Vertex 2896 -0.0887482 0.102363 0.0163794
Vertex 2897 -0.0815485 0.124491 0.0516101
Vertex 2898 0.0425401 0.0986672 0.000167984
Vertex 2899 0.0402375 0.104169 0.000177419
Vertex 2900 -0.0626979 0.149033 -0.0165859
Vertex 2901 0.0415042 0.104246 0.00816492
Vertex 2902 -0.0814657 0.130234 0.0522094
Vertex 2903 -0.0755086 0.133058 0.0519758
Vertex 2904 0.0447855 0.0917675 0.0181585
Vertex 2905 -0.0774688 0.144183 0.0446652
Vertex 2906 -0.0838169 0.107636 0.0253505
Vertex 2907 0.0416553 0.0900846 -0.00877196
Vertex 2908 -0.0588172 0.123244 -0.00816875
Vertex 2909 -0.052917 0.144693 0.0213981
Vertex 2910 -0.0944514 0.122808 0.0172688
Vertex 2911 0.0428559 0.0972978 0.0221679
Vertex 2912 0.0430852 0.0973049 0.0211625
Vertex 2913 0.0441966 0.0973694 0.0101636
Vertex 2914 -0.000867993 0.104495 -0.0223762
Vertex 2915 0.0450144 0.0945871 0.00816469
Vertex 2916 0.0448957 0.0945828 0.0101613
Vertex 2917 0.0448731 0.0945767 0.0111579
Vertex 2918 -0.0735479 0.162209 -0.012171
Vertex 2919 -0.0393811 0.128131 0.00244283
Vertex 2920 0.0337238 0.11401 0.0250189
Vertex 2921 -0.0945025 0.125547 0.0202583
Vertex 2922 0.00443138 0.126024 0.0314422
Vertex 2923 -0.0454976 0.13168 0.014882
Vertex 2924 -0.0334278 0.124984 0.0208436
Vertex 2925 -0.000536732 0.10034 0.0474846
Vertex 2926 0.0308738 0.115323 0.0282321
Vertex 2927 0.0320582 0.11345 0.0286813
Vertex 2928 0.0326073 0.112448 0.0288842
Vertex 2929 -0.0439578 0.12961 0.0140149
Vertex 2930 -0.0631406 0.152896 -0.00931447
Vertex 2931 -0.0732189 0.155097 0.0278276
Vertex 2932 -0.0102548 0.179004 -0.0295955
Vertex 2933 -0.0718118 0.14996 0.0389054
Vertex 2934 -0.00805064 0.130356 0.00959263
Vertex 2935 -0.0091854 0.130144 0.00917512
Vertex 2936 -0.0543656 0.153368 0.0199938
Vertex 2937 -0.0654224 0.156324 0.0217941
Vertex 2938 0.00418461 0.0908826 -0.0329329
Vertex 2939 0.00317447 0.0908801 -0.0331491
Vertex 2940 -0.0619388 0.0647772 0.0309092
Vertex 2941 -0.0538047 0.0884108 -0.022116
Vertex 2942 -0.0528013 0.0884055 -0.0219839
Vertex 2943 -0.051798 0.0884029 -0.0218862
Vertex 2944 -0.0585008 0.0732388 0.0410714
Vertex 2945 -0.0574944 0.0732758 0.0411576
Vertex 2946 -0.0564978 0.0732565 0.0410435
Vertex 2947 -0.0553906 0.073233 0.0409139
Vertex 2948 -0.0544961 0.0732542 0.0409056
Vertex 2949 -0.0534972 0.0732542 0.0410474
Vertex 2950 -0.0523543 0.073291 0.0414729
Vertex 2951 -0.0513529 0.0733082 0.0416893
Vertex 2952 -0.0504955 0.0733248 0.0417999
Vertex 2953 -0.0495043 0.073253 0.0416255
Vertex 2954 -0.0485008 0.0732772 0.0415918
Vertex 2955 -0.0475077 0.0732702 0.0416223
Vertex 2956 -0.0464944 0.0733156 0.0418074
Vertex 2957 -0.0454969 0.0733342 0.042072
Vertex 2958 -0.0444884 0.0733739 0.0424053
Vertex 2959 -0.0434944 0.0733818 0.0425428
Vertex 2960 -0.0424965 0.0733822 0.0425454
Vertex 2961 -0.0415001 0.0733705 0.042415
Vertex 2962 -0.0404948 0.0733395 0.0422389
Vertex 2963 -0.0395018 0.0733502 0.0421461
Vertex 2964 -0.0384993 0.0733372 0.0420402
Vertex 2965 -0.0374936 0.0733328 0.0420467
Vertex 2966 -0.0364993 0.0733348 0.0420574
Vertex 2967 -0.0354954 0.0733233 0.0419636
Vertex 2968 -0.0344935 0.0733008 0.0417052
Vertex 2969 -0.0335401 0.0732865 0.0413362
Vertex 2970 -0.0325067 0.0732308 0.0407775
Vertex 2971 -0.0315215 0.0732244 0.0404306
Vertex 2972 -0.030493 0.0731979 0.0402297
Vertex 2973 -0.0294789 0.0732089 0.0403736
Vertex 2974 -0.02858 0.0731702 0.040795
Vertex 2975 -0.0177178 0.125534 0.0250034
Vertex 2976 -0.0650198 0.154365 0.0307072
Vertex 2977 0.0117574 0.130329 0.0182774
Vertex 2978 -0.0460993 0.132381 0.0175967
Vertex 2979 -0.0701684 0.165994 -0.0191552
Vertex 2980 -0.0644192 0.16051 -0.0170316
Vertex 2981 0.00440154 0.12483 0.0329119
Vertex 2982 -0.0887181 0.123977 0.00228597
Vertex 2983 -0.0184891 0.0743773 0.0548673
Vertex 2984 -0.0174978 0.0744121 0.0553624
Vertex 2985 -0.0164935 0.0744329 0.0555937
Vertex 2986 -0.0154906 0.0744572 0.0558178
Vertex 2987 -0.0144845 0.0744882 0.056153
Vertex 2988 -0.0134963 0.0744967 0.0564394
Vertex 2989 -0.0124992 0.0745024 0.0565746
Vertex 2990 -0.0114929 0.0745162 0.0566704
Vertex 2991 -0.0105044 0.0745085 0.0567054
Vertex 2992 -0.00951606 0.0745243 0.0569833
Vertex 2993 -0.00849476 0.0745791 0.0575173
Vertex 2994 -0.00751948 0.0746046 0.0579524
Vertex 2995 -0.00651495 0.0746355 0.058305
Vertex 2996 -0.00551889 0.0746529 0.0585785
Vertex 2997 -0.00450103 0.0746726 0.0587526
Vertex 2998 -0.00349992 0.0746709 0.0587938
Vertex 2999 -0.00249354 0.0746702 0.0587588
Vertex 3000 -0.00149257 0.0746611 0.0586297
Vertex 3001 -0.000472995 0.0746288 0.0583091
Vertex 3002 0.000529964 0.0745913 0.0578265
Vertex 3003 0.00152786 0.0745369 0.0570999
Vertex 3004 0.00251466 0.0744821 0.0563666
Vertex 3005 0.00350858 0.074484 0.056374
Vertex 3006 0.00450201 0.0745047 0.0565768
Vertex 3007 0.00550174 0.0745058 0.0566062
Vertex 3008 0.00650523 0.0745046 0.0565842
Vertex 3009 0.00750123 0.074495 0.0564449
Vertex 3010 0.00849936 0.0744764 0.056192
Vertex 3011 -0.0285061 0.116641 0.0323888
Vertex 3012 -0.0195037 0.11681 0.0364149
Vertex 3013 0.00549638 0.115538 0.0397987
Vertex 3014 -0.01852 0.115493 0.0376203
Vertex 3015 -0.0164901 0.115444 0.0380258
Vertex 3016 -0.0185046 0.116829 0.0366774
Vertex 3017 -0.0175094 0.116845 0.0368185
Vertex 3018 -0.0165066 0.11684 0.0369313
Vertex 3019 0.00149278 0.115548 0.0405079
Vertex 3020 0.000499429 0.115573 0.0406664
Vertex 3021 0.00237701 0.131635 0.0162813
Vertex 3022 0.00049871 0.116947 0.0399069
Vertex 3023 0.00149552 0.116934 0.0397718
Vertex 3024 -0.0663081 0.150341 0.0377708
Vertex 3025 -0.0755221 0.11896 0.0528247
Vertex 3026 -0.00949582 0.118295 0.0381649
Vertex 3027 -0.0704838 0.120388 0.0533274
Vertex 3028 -0.0404957 0.119327 0.0301663
Vertex 3029 -0.061806 0.172532 -0.0555873
Vertex 3030 -0.0414124 0.128336 0.00169512
Vertex 3031 -0.0276791 0.155231 -0.00339809
Vertex 3032 -0.0610765 0.167736 -0.0598039
Vertex 3033 -0.0805286 0.124537 0.0519983
Vertex 3034 0.00750154 0.123796 0.0339733
Vertex 3035 -0.0870357 0.141902 0.00919077
Vertex 3036 -0.093713 0.126863 0.0152623
Vertex 3037 0.0309797 0.118122 0.0225615
Vertex 3038 -0.0379623 0.174733 -0.00453553
Vertex 3039 -0.0764978 0.13308 0.0521415
Vertex 3040 -0.0735123 0.142806 0.0460464
Vertex 3041 -0.0784392 0.144133 0.0443751
Vertex 3042 0.0420841 0.090131 -0.00780186
Vertex 3043 0.0251411 0.10209 0.0417928
Vertex 3044 0.0137177 0.0926941 0.0515916
Vertex 3045 -0.0628077 0.166262 -0.0415912
Vertex 3046 -0.0633942 0.159878 -0.0495887
Vertex 3047 0.0435886 0.091694 0.0241609
Vertex 3048 0.0371007 0.10968 0.00116733
Vertex 3049 -0.0897565 0.140652 0.029182
Vertex 3050 -0.0263202 0.0930635 -0.029586
Vertex 3051 -0.0744578 0.144386 -0.00789461
Vertex 3052 0.0440694 0.0973609 0.0121636
Vertex 3053 0.0440256 0.0973461 0.0131583
Vertex 3054 0.0441637 0.0973591 0.0111613
Vertex 3055 0.0366972 0.106807 -0.00382741
Vertex 3056 -0.00549411 0.130838 0.0134037
Vertex 3057 -0.0724136 0.156792 -0.00114359
Vertex 3058 -0.0235762 0.184403 -0.0123621
Vertex 3059 -0.0940215 0.120122 0.0233001
Vertex 3060 -0.0672387 0.155112 0.00519073
Vertex 3061 -0.075576 0.155851 0.0124034
Vertex 3062 -0.0550812 0.153793 0.0226168
Vertex 3063 0.0282931 0.118599 0.0272385
Vertex 3064 -0.0395373 0.172163 -0.000837254
Vertex 3065 -0.0579073 0.152669 0.031812
Vertex 3066 -0.0752191 0.155599 0.0242023
Vertex 3067 0.00976243 0.126251 0.030462
Vertex 3068 -0.0453894 0.130637 0.0193744
Vertex 3069 -0.00449056 0.130995 0.0108991
Vertex 3070 -0.00563766 0.13083 0.0104776
Vertex 3071 -0.00684325 0.130599 0.0100344
Vertex 3072 -0.0353577 0.174409 -0.00212011
Vertex 3073 -0.00926648 0.100073 0.0477845
Vertex 3074 -0.0174382 0.127681 0.00469302
Vertex 3075 -0.0186888 0.127303 0.00423263
Vertex 3076 -0.0799097 0.0706493 0.0132254
Vertex 3077 -0.062494 0.0746373 0.0407954
Vertex 3078 -0.061487 0.0746791 0.0411579
Vertex 3079 -0.0604756 0.0747304 0.0414998
Vertex 3080 -0.0594953 0.0747194 0.0418121
Vertex 3081 -0.058489 0.0747585 0.0420339
Vertex 3082 -0.0574953 0.0747475 0.0420563
Vertex 3083 -0.056498 0.07472 0.0419593
Vertex 3084 -0.0554996 0.0746996 0.0418498
Vertex 3085 -0.0544977 0.0747139 0.0418232
Vertex 3086 -0.0534934 0.0747559 0.0420439
Vertex 3087 -0.0524951 0.0747684 0.0423102
Vertex 3088 -0.0514866 0.0748352 0.0426181
Vertex 3089 -0.050496 0.074792 0.0427038
Vertex 3090 -0.049499 0.0747526 0.0426395
Vertex 3091 -0.0484939 0.0747239 0.0424157
Vertex 3092 -0.0474977 0.0747299 0.0422594
Vertex 3093 -0.0464974 0.074738 0.042075
Vertex 3094 -0.0454927 0.0747515 0.0421648
Vertex 3095 -0.0444968 0.0747696 0.0424527
Vertex 3096 -0.0434927 0.0747943 0.0426652
Vertex 3097 -0.0424937 0.0748068 0.0427898
Vertex 3098 -0.0414978 0.0748079 0.0427759
Vertex 3099 -0.0404951 0.0747761 0.0426102
Vertex 3100 -0.0394923 0.074754 0.042367
Vertex 3101 -0.038499 0.0747376 0.0420783
Vertex 3102 -0.0374985 0.0747273 0.041938
Vertex 3103 -0.0364949 0.0747255 0.0419725
Vertex 3104 -0.0354986 0.0747267 0.0419454
Vertex 3105 -0.0345032 0.0747169 0.0417978
Vertex 3106 -0.0335027 0.074683 0.04142
Vertex 3107 -0.032492 0.0746402 0.0409516
Vertex 3108 -0.0314973 0.0746234 0.0406619
Vertex 3109 -0.0304795 0.0746468 0.0405648
Vertex 3110 -0.0295455 0.0745738 0.040676
Vertex 3111 -0.0287306 0.074519 0.0412207
Vertex 3112 -0.0690929 0.156328 0.0219534
Vertex 3113 -0.0569847 0.153801 0.0277423
Vertex 3114 -0.0388249 0.122181 0.0278208
Vertex 3115 -0.0631219 0.156103 0.0153645
Vertex 3116 -0.0166094 0.128602 0.0136868
Vertex 3117 -0.0678285 0.156225 0.0151421
Vertex 3118 -0.0154583 0.128246 0.0199229
Vertex 3119 -0.0194809 0.0757644 0.0547346
Vertex 3120 -0.0185025 0.0757876 0.0552584
Vertex 3121 -0.0175019 0.0758159 0.0556202
Vertex 3122 -0.0164937 0.0758406 0.0558352
Vertex 3123 -0.0154881 0.0758696 0.0561745
Vertex 3124 -0.0144819 0.0759021 0.0565083
Vertex 3125 -0.0134956 0.0759117 0.0568004
Vertex 3126 -0.0125098 0.0759113 0.0569785
Vertex 3127 -0.0114916 0.0759418 0.0571389
Vertex 3128 -0.010501 0.0759377 0.0571751
Vertex 3129 -0.00950387 0.075936 0.0571919
Vertex 3130 -0.00851553 0.0759427 0.057359
Vertex 3131 -0.00751182 0.075985 0.0578234
Vertex 3132 -0.00651273 0.0760152 0.058184
Vertex 3133 -0.00550346 0.076042 0.0585145
Vertex 3134 -0.00451238 0.0760575 0.0586977
Vertex 3135 -0.00350074 0.0760658 0.0587997
Vertex 3136 -0.00249266 0.0760635 0.0587913
Vertex 3137 -0.00148881 0.0760516 0.0586512
Vertex 3138 -0.000477761 0.0760312 0.0584165
Vertex 3139 0.000516136 0.0760027 0.0580883
Vertex 3140 0.00152343 0.0759482 0.0573355
Vertex 3141 0.00252933 0.0758769 0.0564116
Vertex 3142 0.00350533 0.0758855 0.0563752
Vertex 3143 0.00450914 0.0758818 0.0564153
Vertex 3144 0.00550249 0.0758881 0.0564988
Vertex 3145 0.00650569 0.075888 0.056486
Vertex 3146 0.00750673 0.0758763 0.0563548
Vertex 3147 0.00851655 0.0758606 0.0561295
Vertex 3148 0.00950453 0.0758273 0.0557308
Vertex 3149 -0.00149487 0.115594 0.0408235
Vertex 3150 -0.00348845 0.115565 0.0406522
Vertex 3151 -0.0264982 0.113889 0.035131
Vertex 3152 -0.00549555 0.115561 0.0401898
Vertex 3153 -0.0295006 0.116619 0.032366
Vertex 3154 -0.0305006 0.116618 0.0322439
Vertex 3155 -0.0325031 0.116645 0.0321616
Vertex 3156 -0.0335001 0.116617 0.0321346
Vertex 3157 0.0064767 0.115498 0.0396093
Vertex 3158 -0.0114976 0.116917 0.038689
Vertex 3159 -0.00947746 0.116894 0.0392479
Vertex 3160 -0.000499113 0.11695 0.0400287
Vertex 3161 -0.0866178 0.151117 0.0269024
Vertex 3162 -0.0895137 0.135181 0.0391853
Vertex 3163 -0.0304982 0.117934 0.0308066
Vertex 3164 -0.0135115 0.118298 0.0374588
Vertex 3165 -0.0694862 0.120387 0.0531587
Vertex 3166 -0.041505 0.119362 0.0299569
Vertex 3167 -0.016864 0.128415 0.0107007
Vertex 3168 -0.0635616 0.174109 -0.0525858
Vertex 3169 0.0127826 0.0926962 0.0520031
Vertex 3170 -0.0635173 0.159862 -0.0515858
Vertex 3171 -0.0795325 0.124539 0.0521412
Vertex 3172 0.0393973 0.0899152 -0.0117774
Vertex 3173 -0.0708312 0.0951391 -0.0158707
Vertex 3174 -0.0251882 0.121015 0.0283088
Vertex 3175 -0.00359581 0.130946 0.00835725
Vertex 3176 -0.0745085 0.13306 0.0516401
Vertex 3177 -0.0170948 0.127006 0.022289
Vertex 3178 -0.0623314 0.0357831 0.0433788
Vertex 3179 0.0409333 0.0900371 -0.0097907
Vertex 3180 -0.0556334 0.121157 -0.00996616
Vertex 3181 -0.0424949 0.168218 0.00285877
Vertex 3182 -0.0934681 0.120116 0.0253121
Vertex 3183 0.0414143 0.104258 0.0111621
Vertex 3184 -0.0888835 0.0983415 0.0204012
Vertex 3185 -0.0855696 0.139064 0.00222203
Vertex 3186 -0.0617185 0.155298 -0.026582
Vertex 3187 -0.0748917 0.16378 -0.0359985
Vertex 3188 -0.0939853 0.126886 0.0172543
Vertex 3189 -0.049095 0.140149 0.0113941
Vertex 3190 -0.048723 0.166988 -0.000980568
Vertex 3191 -0.0484929 0.162245 0.00645185
Vertex 3192 -0.0195101 0.114089 0.03835
Vertex 3193 0.0405338 0.105622 0.0141627
Vertex 3194 -0.0713739 0.162409 -0.0439557
Vertex 3195 -0.0636484 0.15559 0.00937973
Vertex 3196 -0.0172476 0.12413 0.0281151
Vertex 3197 0.0261502 0.120654 0.0264581
Vertex 3198 -0.0384621 0.172216 -0.000421117
Vertex 3199 -0.0162799 0.127645 0.0211086
Vertex 3200 -0.0267774 0.122204 0.0247423
Vertex 3201 -0.0757916 0.155001 0.00503825
Vertex 3202 -0.00219357 0.131295 0.0117423
Vertex 3203 -0.00334167 0.13115 0.0113211
Vertex 3204 -0.0388302 0.173903 -0.00342781
Vertex 3205 -0.0375897 0.174214 -0.00298303
Vertex 3206 -0.0364509 0.174337 -0.00256774
Vertex 3207 -0.014877 0.12853 0.00563728
Vertex 3208 -0.016194 0.128088 0.0051496
Vertex 3209 -0.0746238 0.166812 -0.0222329
Vertex 3210 -0.0628076 0.0881622 -0.0190458
Vertex 3211 -0.0634812 0.0760895 0.041143
Vertex 3212 -0.0624979 0.0760891 0.0414437
Vertex 3213 -0.0614823 0.0761372 0.0417782
Vertex 3214 -0.0604976 0.0761414 0.0420756
Vertex 3215 -0.0594928 0.0761776 0.0424443
Vertex 3216 -0.0584967 0.0761953 0.0427061
Vertex 3217 -0.057498 0.0762057 0.0428357
Vertex 3218 -0.0564973 0.0762116 0.0428205
Vertex 3219 -0.055499 0.0761852 0.0427309
Vertex 3220 -0.054499 0.0761691 0.0426143
Vertex 3221 -0.0534988 0.0761753 0.0426023
Vertex 3222 -0.0524919 0.0762203 0.042799
Vertex 3223 -0.0514919 0.076238 0.0430598
Vertex 3224 -0.0505002 0.0762293 0.0432414
Vertex 3225 -0.0494979 0.0762481 0.043343
Vertex 3226 -0.0484988 0.0762375 0.0432182
Vertex 3227 -0.0474967 0.0761987 0.0428659
Vertex 3228 -0.0464963 0.076159 0.0423522
Vertex 3229 -0.0454972 0.0761548 0.042184
Vertex 3230 -0.0444942 0.0761733 0.0424299
Vertex 3231 -0.0434831 0.0762058 0.0427502
Vertex 3232 -0.042485 0.0762268 0.0429934
Vertex 3233 -0.0414957 0.0762285 0.0430404
Vertex 3234 -0.0405031 0.0762353 0.0429954
Vertex 3235 -0.0394998 0.076195 0.0426907
Vertex 3236 -0.0385157 0.0761871 0.0423388
Vertex 3237 -0.0375015 0.0761535 0.0421853
Vertex 3238 -0.0365028 0.0761422 0.0420368
Vertex 3239 -0.0355049 0.076131 0.0419036
Vertex 3240 -0.0345095 0.0761212 0.0417709
Vertex 3241 -0.0335058 0.0760991 0.0415371
Vertex 3242 -0.0325056 0.0760815 0.0412743
Vertex 3243 -0.0314965 0.0760483 0.040909
Vertex 3244 -0.0305089 0.0760274 0.0408429
Vertex 3245 -0.0296253 0.0759773 0.0411397
Vertex 3246 -0.0720629 0.166594 -0.0198059
Vertex 3247 -0.0730865 0.16659 -0.0202232
Vertex 3248 -0.0743971 0.166132 -0.0206985
Vertex 3249 -0.0178664 0.12824 0.013233
Vertex 3250 -0.0638466 0.159519 -0.0168205
Vertex 3251 -0.0335771 0.177292 -0.00581839
Vertex 3252 -0.0810787 0.154935 0.0192662
Vertex 3253 -0.0194892 0.0771957 0.0553527
Vertex 3254 -0.018487 0.0772258 0.0557066
Vertex 3255 -0.0174998 0.0772311 0.0559767
Vertex 3256 -0.0165098 0.0772307 0.0561424
Vertex 3257 -0.0154942 0.0772732 0.0564359
Vertex 3258 -0.0144972 0.0772805 0.0565653
Vertex 3259 -0.0134941 0.0773082 0.0569169
Vertex 3260 -0.0125077 0.0773203 0.0572074
Vertex 3261 -0.0115193 0.0773584 0.0574493
Vertex 3262 -0.0105025 0.0773598 0.0576687
Vertex 3263 -0.00950395 0.0773592 0.0576807
Vertex 3264 -0.00849865 0.0773628 0.0576515
Vertex 3265 -0.00749863 0.0773617 0.0576592
Vertex 3266 -0.00650962 0.0773868 0.0579538
Vertex 3267 -0.00550708 0.0774167 0.0583085
Vertex 3268 -0.0045144 0.0774415 0.0584948
Vertex 3269 -0.00350236 0.0774419 0.0585703
Vertex 3270 -0.00249513 0.0774404 0.0585569
Vertex 3271 -0.00149233 0.077429 0.0585147
Vertex 3272 -0.000475449 0.077417 0.0583222
Vertex 3273 0.000533962 0.0773889 0.0579724
Vertex 3274 0.00152141 0.0773467 0.0574533
Vertex 3275 0.00250507 0.0772798 0.0565792
Vertex 3276 0.00352032 0.0772514 0.0561756
Vertex 3277 0.00450615 0.0772491 0.0561317
Vertex 3278 0.00550075 0.0772523 0.0562045
Vertex 3279 0.0065091 0.0772612 0.0561769
Vertex 3280 0.00750831 0.0772509 0.056126
Vertex 3281 0.00850648 0.0772375 0.0559821
Vertex 3282 0.00950521 0.0772084 0.0556135
Vertex 3283 -0.0394943 0.116662 0.0325452
Vertex 3284 -0.00248723 0.115552 0.0407434
Vertex 3285 -0.0275013 0.113896 0.0350206
Vertex 3286 -0.0285016 0.113902 0.0349068
Vertex 3287 -0.00449865 0.115591 0.0404715
Vertex 3288 -0.0384792 0.116679 0.0322191
Vertex 3289 -0.0374929 0.116616 0.0320198
Vertex 3290 -0.0364958 0.116629 0.0319219
Vertex 3291 -0.0314993 0.116609 0.0322344
Vertex 3292 -0.0255237 0.116678 0.0329121
Vertex 3293 -0.0104786 0.116885 0.0389916
Vertex 3294 0.00249558 0.116934 0.0396534
Vertex 3295 0.0425837 0.100055 0.002186
Vertex 3296 -0.0255703 0.121939 -0.00698176
Vertex 3297 0.0378536 0.10688 -0.000832307
Vertex 3298 -0.0145239 0.118305 0.0371093
Vertex 3299 -0.0434968 0.119301 0.0295385
Vertex 3300 0.00128405 0.131584 0.0158806
Vertex 3301 -0.0615895 0.155312 -0.0215829
Vertex 3302 0.0394741 0.102755 0.0261825
Vertex 3303 -0.0839185 0.112898 0.00127069
Vertex 3304 -0.0785283 0.124553 0.0522615
Vertex 3305 0.00550365 0.123767 0.0339438
Vertex 3306 -0.08472 0.111015 0.033569
Vertex 3307 -0.0944357 0.121484 0.0222838
Vertex 3308 -0.0804698 0.130248 0.0526854
Vertex 3309 0.0227948 0.124775 0.0223512
Vertex 3310 -0.0755038 0.138646 0.0489499
Vertex 3311 -0.0735163 0.138649 0.0485985
Vertex 3312 0.0152822 0.129138 0.0167187
Vertex 3313 -0.0696939 0.158144 -0.0499358
Vertex 3314 -0.0708234 0.155869 0.0257344
Vertex 3315 -0.0861178 0.0953813 0.000442214
Vertex 3316 -0.061968 0.159998 -0.0366167
Vertex 3317 -0.0380638 0.174118 -0.00995608
Vertex 3318 0.0319925 0.114417 -0.00326976
Vertex 3319 0.0364319 0.108205 -0.00282023
Vertex 3320 0.0368294 0.108237 -0.00182731
Vertex 3321 -0.0855607 0.111744 0.0263451
Vertex 3322 -0.00398687 0.126095 0.0313534
Vertex 3323 -0.00305215 0.125834 0.0316944
Vertex 3324 -0.0185368 0.123815 0.0276913
Vertex 3325 0.0247646 0.122114 0.0259409
Vertex 3326 0.0105257 0.123354 0.0336723
Vertex 3327 -0.0591073 0.155657 0.0168017
Vertex 3328 0.00543597 0.131652 0.0145423
Vertex 3329 0.00440907 0.131695 0.0141669
Vertex 3330 -0.0417745 0.172541 -0.00446528
Vertex 3331 -0.0401847 0.173392 -0.00391542
Vertex 3332 -0.0111714 0.129564 0.00700207
Vertex 3333 -0.012432 0.12921 0.00653602
Vertex 3334 -0.0136228 0.128915 0.00609854
Vertex 3335 -0.0723372 0.156305 0.0208189
Vertex 3336 -0.0630381 0.154049 0.0314099
Vertex 3337 -0.0121811 0.0984293 0.0498089
Vertex 3338 -0.0634962 0.0775171 0.0416907
Vertex 3339 -0.0624928 0.0775409 0.0419345
Vertex 3340 -0.0614832 0.0775692 0.0421583
Vertex 3341 -0.06047 0.0776106 0.0424994
Vertex 3342 -0.059475 0.0776368 0.0428908
Vertex 3343 -0.0584858 0.0776493 0.0431837
Vertex 3344 -0.0574976 0.0776487 0.0433498
Vertex 3345 -0.0564979 0.0776594 0.043476
Vertex 3346 -0.0554974 0.0776601 0.0434775
Vertex 3347 -0.054499 0.0776179 0.0432703
Vertex 3348 -0.0534984 0.0776159 0.0431279
Vertex 3349 -0.0524939 0.0776533 0.0431774
Vertex 3350 -0.051497 0.0776631 0.0434639
Vertex 3351 -0.0504985 0.0776737 0.0437561
Vertex 3352 -0.0494972 0.0776899 0.0438666
Vertex 3353 -0.0484929 0.0776741 0.0437591
Vertex 3354 -0.0474977 0.0776489 0.0433419
Vertex 3355 -0.0465092 0.0776139 0.042786
Vertex 3356 -0.0454968 0.0775542 0.0422104
Vertex 3357 -0.0444848 0.0775765 0.0423436
Vertex 3358 -0.0434863 0.0776041 0.0427475
Vertex 3359 -0.0424851 0.0776249 0.0430145
Vertex 3360 -0.0414935 0.0776367 0.0431734
Vertex 3361 -0.0404979 0.0776396 0.043177
Vertex 3362 -0.0395047 0.0776369 0.0429957
Vertex 3363 -0.0385096 0.0776202 0.0427509
Vertex 3364 -0.0375072 0.0775843 0.0424046
Vertex 3365 -0.0365126 0.077567 0.0421306
Vertex 3366 -0.0355104 0.0775398 0.0419002
Vertex 3367 -0.0345086 0.0775176 0.0416541
Vertex 3368 -0.0335034 0.0774945 0.0414157
Vertex 3369 -0.0324932 0.0774699 0.0412179
Vertex 3370 -0.0314795 0.0774889 0.0410863
Vertex 3371 -0.030561 0.0774145 0.0410957
Vertex 3372 -0.0714969 0.156283 0.0152923
Vertex 3373 -0.0688653 0.0860793 0.0429202
Vertex 3374 -0.066692 0.1555 0.0271809
Vertex 3375 -0.0797525 0.15498 0.0124103
Vertex 3376 -0.0656284 0.162324 -0.0174746
Vertex 3377 -0.0322885 0.177691 -0.00536129
Vertex 3378 -0.0929984 0.129612 0.0152364
Vertex 3379 -0.0913439 0.11607 0.03131
Vertex 3380 -0.0204762 0.0786229 0.0556935
Vertex 3381 -0.0194871 0.0786419 0.0560662
Vertex 3382 -0.018505 0.0786406 0.056357
Vertex 3383 -0.0174935 0.0786826 0.056671
Vertex 3384 -0.0164906 0.0786958 0.056769
Vertex 3385 -0.0155011 0.0786732 0.0567092
Vertex 3386 -0.0144971 0.0786767 0.0566892
Vertex 3387 -0.0134995 0.0786948 0.0569449
Vertex 3388 -0.012498 0.078722 0.0572931
Vertex 3389 -0.011501 0.0787467 0.0576654
Vertex 3390 -0.0105236 0.0787711 0.0579243
Vertex 3391 -0.00949762 0.078776 0.0580091
Vertex 3392 -0.00849993 0.0787667 0.0579153
Vertex 3393 -0.00750217 0.0787518 0.0577101
Vertex 3394 -0.00650833 0.0787624 0.0577507
Vertex 3395 -0.00550703 0.0787847 0.0579843
Vertex 3396 -0.00451076 0.0788064 0.0581316
Vertex 3397 -0.00350137 0.0788045 0.0582113
Vertex 3398 -0.00249775 0.0787967 0.0582683
Vertex 3399 -0.00149388 0.0787876 0.0581499
Vertex 3400 -0.000483407 0.0787781 0.0579546
Vertex 3401 0.000523827 0.0787529 0.057707
Vertex 3402 0.00153616 0.078717 0.0572683
Vertex 3403 0.00252455 0.078679 0.0567626
Vertex 3404 0.00352005 0.0786345 0.0561775
Vertex 3405 0.00451349 0.0786214 0.0559314
Vertex 3406 0.00550646 0.078617 0.0558754
Vertex 3407 0.00651017 0.0786147 0.0558016
Vertex 3408 0.0075079 0.0786108 0.055765
Vertex 3409 0.00850767 0.0786 0.0556334
Vertex 3410 0.00950687 0.0785812 0.0553914
Vertex 3411 0.0175012 0.11539 0.036772
Vertex 3412 0.0135076 0.115425 0.0371825
Vertex 3413 -0.0295052 0.113904 0.0347936
Vertex 3414 -0.0325124 0.113906 0.0343195
Vertex 3415 0.00348766 0.115539 0.0402625
Vertex 3416 -0.00749303 0.115552 0.0402888
Vertex 3417 -0.0435047 0.116629 0.0323741
Vertex 3418 -0.0354976 0.116636 0.0319301
Vertex 3419 -0.0344972 0.116614 0.0320154
Vertex 3420 -0.0245528 0.116739 0.0335827
Vertex 3421 -0.00548676 0.116904 0.0394711
Vertex 3422 0.00349012 0.116915 0.0395094
Vertex 3423 0.0376424 0.109732 0.0031582
Vertex 3424 -0.0853981 0.109039 0.0213496
Vertex 3425 -0.0255191 0.118043 0.0319974
Vertex 3426 -0.0124889 0.118271 0.037774
Vertex 3427 -0.0764848 0.142819 0.0460732
Vertex 3428 -0.0444963 0.119293 0.0294103
Vertex 3429 0.00495998 0.131626 0.0157979
Vertex 3430 -0.0773727 0.156953 -0.0129034
Vertex 3431 0.038604 0.108395 0.0191762
Vertex 3432 -0.0455019 0.122005 0.0261109
Vertex 3433 -0.0775213 0.124569 0.0523637
Vertex 3434 0.00450339 0.123789 0.033846
Vertex 3435 -0.0497701 0.140145 0.0153991
Vertex 3436 -0.0884159 0.102321 0.0103913
Vertex 3437 -0.079509 0.130274 0.0528999
Vertex 3438 0.00747725 0.131195 0.0181386
Vertex 3439 -0.0745142 0.138634 0.0488155
Vertex 3440 0.00214512 0.131665 0.0104804
Vertex 3441 -0.0171987 0.127433 0.00332106
Vertex 3442 -0.0336421 0.175583 -0.0129563
Vertex 3443 -0.0514963 0.157854 0.00954267
Vertex 3444 -0.0723264 0.176481 -0.0540086
Vertex 3445 -0.0810179 0.0964125 -0.00756981
Vertex 3446 0.0283215 0.117455 0.0287048
Vertex 3447 -0.0265539 0.180361 -0.00771033
Vertex 3448 -0.0679859 0.155562 0.00782161
Vertex 3449 -0.0676126 0.155322 0.00651001
Vertex 3450 0.0232877 0.123385 0.0253956
Vertex 3451 -0.0645148 0.15586 0.0250316
Vertex 3452 -0.0865509 0.152927 0.0144746
Vertex 3453 0.00646546 0.131591 0.014917
Vertex 3454 -0.0781312 0.100777 0.0347873
Vertex 3455 -0.0434907 0.171345 -0.00503558
Vertex 3456 -0.00877042 0.130092 0.00788453
Vertex 3457 -0.00997021 0.129828 0.00744342
Vertex 3458 -0.079214 0.155524 0.0184351
Vertex 3459 -0.0768992 0.155831 0.0192356
Vertex 3460 -0.0757456 0.155966 0.0196325
Vertex 3461 -0.0934962 0.117401 0.0173034
Vertex 3462 -0.0550659 0.154073 0.0197239
Vertex 3463 -0.0814436 0.153873 0.00890807
Vertex 3464 -0.0258145 0.0894344 -0.0348302
Vertex 3465 -0.0644951 0.0789605 0.0422031
Vertex 3466 -0.0634884 0.0789934 0.0424288
Vertex 3467 -0.0624977 0.0789785 0.042462
Vertex 3468 -0.0615068 0.0789665 0.042503
Vertex 3469 -0.0604863 0.0790224 0.042794
Vertex 3470 -0.0594798 0.0790546 0.0431577
Vertex 3471 -0.0585036 0.0790577 0.0434985
Vertex 3472 -0.0574727 0.0791252 0.0438951
Vertex 3473 -0.0564853 0.0791423 0.0441771
Vertex 3474 -0.0554963 0.0791301 0.0442202
Vertex 3475 -0.0544966 0.0791235 0.0440855
Vertex 3476 -0.0534968 0.0790911 0.0438637
Vertex 3477 -0.0524965 0.0790864 0.0437156
Vertex 3478 -0.0514974 0.0791051 0.0438079
Vertex 3479 -0.0504985 0.079101 0.0439987
Vertex 3480 -0.0494996 0.0791204 0.0440794
Vertex 3481 -0.0484873 0.0790818 0.0439275
Vertex 3482 -0.0475187 0.0790945 0.0436556
Vertex 3483 -0.0465355 0.0790498 0.0431447
Vertex 3484 -0.0454873 0.0789625 0.0423892
Vertex 3485 -0.0444976 0.0789577 0.0421738
Vertex 3486 -0.0434926 0.0789866 0.0425224
Vertex 3487 -0.0424937 0.0790081 0.0428161
Vertex 3488 -0.0414913 0.0790271 0.0430475
Vertex 3489 -0.0404902 0.0790417 0.0431478
Vertex 3490 -0.0395279 0.079033 0.0429651
Vertex 3491 -0.0384976 0.0790115 0.0428361
Vertex 3492 -0.0375089 0.0790164 0.0426336
Vertex 3493 -0.0364996 0.0789928 0.0425809
Vertex 3494 -0.0355107 0.0789772 0.0422885
Vertex 3495 -0.0344916 0.0789231 0.04184
Vertex 3496 -0.0335041 0.0789099 0.0415331
Vertex 3497 -0.0324984 0.0788891 0.0412743
Vertex 3498 -0.0315145 0.0788556 0.0411289
Vertex 3499 -0.0305755 0.0788685 0.0415824
Vertex 3500 -0.0295938 0.0789709 0.0427962
Vertex 3501 -0.075369 0.155134 0.0270903
Vertex 3502 -0.0595891 0.155231 0.0238846
Vertex 3503 -0.0348698 0.176878 -0.00628812
Vertex 3504 -0.031161 0.177923 -0.0048433
Vertex 3505 -0.0230309 0.0906523 0.0522978
Vertex 3506 -0.00834781 0.129635 0.0224773
Vertex 3507 -0.0847627 0.109032 0.02334
Vertex 3508 -0.0886162 0.100967 0.00940891
Vertex 3509 -0.0204853 0.0800483 0.0563065
Vertex 3510 -0.0195125 0.0800523 0.0567242
Vertex 3511 -0.0184886 0.0801089 0.0571361
Vertex 3512 -0.0174884 0.0801344 0.0573382
Vertex 3513 -0.0165008 0.0800909 0.0572191
Vertex 3514 -0.0155018 0.080076 0.0569734
Vertex 3515 -0.0144892 0.0800879 0.0568709
Vertex 3516 -0.0135001 0.0800899 0.0570677
Vertex 3517 -0.0124916 0.0801274 0.0575032
Vertex 3518 -0.0115071 0.0801438 0.0578104
Vertex 3519 -0.0104953 0.0801622 0.0580036
Vertex 3520 -0.00950254 0.0801627 0.0580817
Vertex 3521 -0.00849807 0.0801615 0.0580203
Vertex 3522 -0.0074977 0.0801462 0.0578122
Vertex 3523 -0.00649785 0.0801379 0.0576218
Vertex 3524 -0.00550326 0.0801395 0.0576107
Vertex 3525 -0.0045041 0.0801506 0.0577231
Vertex 3526 -0.00350013 0.0801522 0.057807
Vertex 3527 -0.00249685 0.08015 0.0577289
Vertex 3528 -0.00149437 0.0801423 0.0576885
Vertex 3529 -0.000488424 0.0801341 0.0575904
Vertex 3530 0.000521824 0.0801146 0.0573693
Vertex 3531 0.00150698 0.0801002 0.0571866
Vertex 3532 0.00252706 0.0800582 0.0567791
Vertex 3533 0.00351619 0.0800296 0.056385
Vertex 3534 0.00451933 0.0800063 0.0560543
Vertex 3535 0.00551566 0.0799926 0.0558154
Vertex 3536 0.00652044 0.0799801 0.0556018
Vertex 3537 0.00751862 0.0799738 0.0554444
Vertex 3538 0.00851174 0.0799624 0.0552814
Vertex 3539 0.00951792 0.0799496 0.0550675
Vertex 3540 0.0154945 0.115387 0.0371086
Vertex 3541 0.0145027 0.115416 0.0371643
Vertex 3542 -0.0305099 0.113915 0.0346878
Vertex 3543 -0.0315077 0.113893 0.0345441
Vertex 3544 -0.00648871 0.115533 0.0401374
Vertex 3545 -0.0104895 0.115533 0.0397944
Vertex 3546 -0.0115041 0.115551 0.0394745
Vertex 3547 -0.0415032 0.116675 0.0325492
Vertex 3548 -0.0265128 0.116639 0.0325108
Vertex 3549 -0.0235521 0.116765 0.0343279
Vertex 3550 -0.00649106 0.116924 0.0392844
Vertex 3551 0.00648697 0.11688 0.0387497
Vertex 3552 0.0391019 0.106936 0.00217583
Vertex 3553 -0.0326284 0.178159 -0.00692862
Vertex 3554 -0.0265289 0.11806 0.03154
Vertex 3555 -0.0114929 0.118282 0.0379089
Vertex 3556 -0.0415089 0.165252 0.00421093
Vertex 3557 -0.0425085 0.119367 0.0297171
Vertex 3558 -0.07744 0.155698 0.0205089
Vertex 3559 -0.0735116 0.140055 0.0477493
Vertex 3560 -0.0225807 0.159177 -0.00302445
Vertex 3561 -0.0464641 0.122081 0.0270508
Vertex 3562 -0.076502 0.12459 0.0526576
Vertex 3563 0.00350232 0.123774 0.0338316
Vertex 3564 -0.0859344 0.107632 0.00736881
Vertex 3565 -0.0424487 0.125177 -0.00834623
Vertex 3566 -0.0784998 0.130283 0.0530344
Vertex 3567 -0.0295052 0.11528 0.03366
Vertex 3568 -0.0927384 0.122733 0.00927055
Vertex 3569 0.0117209 0.130528 0.015412
Vertex 3570 -0.0804968 0.149757 0.0362335
Vertex 3571 0.0449223 0.0903552 0.00117592
Vertex 3572 0.0227019 0.123147 0.0266031
Vertex 3573 -0.0270163 0.155641 -0.00359794
Vertex 3574 -0.0263139 0.182659 -0.010558
Vertex 3575 0.0159015 0.122788 0.0313235
Vertex 3576 -0.0739197 0.151223 0.0366634
Vertex 3577 -0.0436117 0.125739 0.0201433
Vertex 3578 0.0200436 0.125383 0.0241901
Vertex 3579 0.0225187 0.123964 0.0251042
Vertex 3580 -0.0417803 0.126317 0.0192991
Vertex 3581 -0.003188 0.127967 0.0287063
Vertex 3582 0.00846774 0.13132 0.015646
Vertex 3583 -0.0296012 0.120713 0.0267425
Vertex 3584 0.00161401 0.13159 0.0117114
Vertex 3585 0.000580692 0.131584 0.0113306
Vertex 3586 -0.080479 0.155159 0.0180021
Vertex 3587 -0.0833163 0.106091 -0.000625527
Vertex 3588 -0.0818376 0.116236 -0.00283916
Vertex 3589 -0.0920057 0.11611 0.0343124
Vertex 3590 0.0248331 0.123944 0.0188283
Vertex 3591 0.0255922 0.123349 0.0191129
Vertex 3592 -0.0665386 0.0804536 0.042224
Vertex 3593 -0.0655112 0.0803784 0.0426229
Vertex 3594 -0.0644842 0.0804582 0.0430441
Vertex 3595 -0.0634956 0.0804499 0.0432131
Vertex 3596 -0.0624905 0.0804598 0.0431805
Vertex 3597 -0.0615036 0.0804118 0.0430159
Vertex 3598 -0.0604943 0.0804378 0.0430854
Vertex 3599 -0.0594862 0.0804633 0.0433033
Vertex 3600 -0.0584823 0.080492 0.0436889
Vertex 3601 -0.0574874 0.0805202 0.0440851
Vertex 3602 -0.0564979 0.0805451 0.0445004
Vertex 3603 -0.0554837 0.0805968 0.0447827
Vertex 3604 -0.0544975 0.080589 0.0448325
Vertex 3605 -0.0535039 0.0805657 0.0446207
Vertex 3606 -0.052501 0.0805516 0.0443114
Vertex 3607 -0.0514921 0.0804912 0.0440592
Vertex 3608 -0.0505067 0.0805184 0.044061
Vertex 3609 -0.0494929 0.0804959 0.044039
Vertex 3610 -0.0484976 0.0805051 0.0439961
Vertex 3611 -0.0474927 0.0804818 0.0437565
Vertex 3612 -0.0465231 0.0804789 0.0433941
Vertex 3613 -0.0454994 0.0804154 0.0426755
Vertex 3614 -0.044489 0.0803636 0.042222
Vertex 3615 -0.0434981 0.0803632 0.0422528
Vertex 3616 -0.042501 0.0803745 0.0423542
Vertex 3617 -0.0415029 0.0803953 0.042616
Vertex 3618 -0.0405081 0.080404 0.0427771
Vertex 3619 -0.0394882 0.0804267 0.0429074
Vertex 3620 -0.038495 0.0804525 0.0431634
Vertex 3621 -0.0375019 0.0804666 0.0432825
Vertex 3622 -0.0365138 0.0804626 0.0431357
Vertex 3623 -0.0355149 0.0804148 0.0426568
Vertex 3624 -0.0344927 0.0803488 0.0420944
Vertex 3625 -0.0334943 0.0803079 0.0415842
Vertex 3626 -0.0324906 0.080327 0.0414535
Vertex 3627 -0.0315243 0.0802674 0.0412906
Vertex 3628 -0.0305987 0.0803029 0.0419758
Vertex 3629 -0.0295471 0.0804664 0.0436378
Vertex 3630 -0.0600179 0.155783 0.0193707
Vertex 3631 -0.0872247 0.152479 0.0216964
Vertex 3632 -0.0857877 0.152992 0.0221351
Vertex 3633 -0.0119089 0.128954 0.021205
Vertex 3634 -0.0265193 0.12549 0.0159805
Vertex 3635 -0.0850483 0.109026 0.0223524
Vertex 3636 -0.0287178 0.121983 -0.00700749
Vertex 3637 -0.0228073 0.184465 -0.0170667
Vertex 3638 -0.0204789 0.081458 0.0566556
Vertex 3639 -0.0194927 0.0814879 0.0571676
Vertex 3640 -0.0184902 0.0815159 0.0575038
Vertex 3641 -0.0174947 0.0815257 0.0576296
Vertex 3642 -0.0164962 0.0815146 0.0575151
Vertex 3643 -0.0154864 0.0814755 0.0571167
Vertex 3644 -0.0144969 0.0814706 0.0569355
Vertex 3645 -0.0134986 0.081495 0.0573009
Vertex 3646 -0.0125091 0.0815143 0.0575917
Vertex 3647 -0.0115085 0.0815323 0.0578355
Vertex 3648 -0.0104972 0.0815462 0.0580111
Vertex 3649 -0.00949805 0.0815484 0.0580308
Vertex 3650 -0.00849679 0.081545 0.0579523
Vertex 3651 -0.00749897 0.0815283 0.0577578
Vertex 3652 -0.00649844 0.0814993 0.0573243
Vertex 3653 -0.00550026 0.0815011 0.0573318
Vertex 3654 -0.00450509 0.0815118 0.0573962
Vertex 3655 -0.00350098 0.0815126 0.05747
Vertex 3656 -0.00249882 0.081515 0.0574957
Vertex 3657 -0.00149717 0.0815096 0.0574492
Vertex 3658 -0.000491404 0.0814979 0.0573536
Vertex 3659 0.000511137 0.0814953 0.0573473
Vertex 3660 0.00151312 0.081484 0.0572224
Vertex 3661 0.00251501 0.0814623 0.0569927
Vertex 3662 0.00351281 0.081445 0.056735
Vertex 3663 0.00451331 0.0814276 0.0565046
Vertex 3664 0.00552563 0.0813962 0.0561869
Vertex 3665 0.00650836 0.0813916 0.0558754
Vertex 3666 0.00752119 0.0813632 0.0555605
Vertex 3667 0.00853139 0.0813381 0.0552215
Vertex 3668 0.0341932 0.113962 0.0237708
Vertex 3669 -0.0225355 0.115413 0.0360839
Vertex 3670 -0.0235661 0.115415 0.0353667
Vertex 3671 -0.00949145 0.115547 0.0400498
Vertex 3672 -0.0245658 0.115393 0.0346209
Vertex 3673 -0.00349196 0.114194 0.0413026
Vertex 3674 -0.0364943 0.115224 0.0327734
Vertex 3675 -0.0275167 0.116662 0.0324113
Vertex 3676 -0.022546 0.116788 0.03495
Vertex 3677 -0.00748374 0.116886 0.0393445
Vertex 3678 0.0084768 0.116844 0.0380952
Vertex 3679 -0.0781478 0.107183 -0.00659237
Vertex 3680 -0.0765193 0.119025 0.0524244
Vertex 3681 0.0420636 0.0915328 -0.00679501
Vertex 3682 -0.0104844 0.118266 0.038122
Vertex 3683 -0.0144999 0.162187 -0.0103051
Vertex 3684 -0.0454948 0.119311 0.0290591
Vertex 3685 -0.0123701 0.125297 0.0298351
Vertex 3686 -0.0725153 0.142823 0.0458217
Vertex 3687 0.000998881 0.131517 0.0100563
Vertex 3688 0.0251748 0.123444 0.0203849
Vertex 3689 -0.0754942 0.124603 0.052984
Vertex 3690 0.00247406 0.123881 0.0337357
Vertex 3691 -0.0838969 0.104764 -0.000610535
Vertex 3692 -0.0880434 0.125329 0.00027907
Vertex 3693 -0.0774969 0.130279 0.0531227
Vertex 3694 -0.0932568 0.121548 0.0382795
Vertex 3695 -0.0794946 0.12171 0.0507273
Vertex 3696 -0.0895151 0.151559 0.0181181
Vertex 3697 -0.0815042 0.149744 0.0353513
Vertex 3698 -0.0766567 0.112144 0.0469767
Vertex 3699 -0.0774993 0.127442 0.0532862
Vertex 3700 0.0144985 0.11402 0.0378951
Vertex 3701 -0.037534 0.168232 0.00175297
Vertex 3702 -0.0766831 0.148629 -0.00786722
Vertex 3703 -0.0669196 0.157864 -0.00782765
Vertex 3704 -0.0738652 0.150214 0.0382196
Vertex 3705 -0.0765172 0.154938 0.0266851
Vertex 3706 0.0175138 0.12671 0.0232635
Vertex 3707 -0.0623911 0.154382 0.0301734
Vertex 3708 -0.0723713 0.156038 0.0237254
Vertex 3709 -0.0135439 0.125168 0.0294386
Vertex 3710 0.00944321 0.131132 0.0160037
Vertex 3711 -0.067283 0.161835 -0.0137578
Vertex 3712 0.00276097 0.131717 0.0121378
Vertex 3713 -0.0857334 0.153425 0.016223
Vertex 3714 -0.0843259 0.153929 0.0166903
Vertex 3715 -0.0360471 0.125746 -0.0036679
Vertex 3716 -0.0742502 0.161028 -0.0329547
Vertex 3717 0.0224569 0.125562 0.0179459
Vertex 3718 0.0232801 0.125085 0.0182493
Vertex 3719 0.0240885 0.124582 0.018553
Vertex 3720 -0.0278605 0.124718 0.0184442
Vertex 3721 -0.0256554 0.124701 0.019279
Vertex 3722 -0.0665019 0.0818141 0.0428543
Vertex 3723 -0.0654928 0.0818627 0.0433416
Vertex 3724 -0.0645056 0.0818668 0.0436415
Vertex 3725 -0.063492 0.0819119 0.043822
Vertex 3726 -0.0624997 0.0818785 0.0437679
Vertex 3727 -0.0615004 0.0818818 0.0435978
Vertex 3728 -0.0604913 0.0818799 0.0434166
Vertex 3729 -0.0594903 0.081873 0.0434438
Vertex 3730 -0.0584923 0.0818911 0.043717
Vertex 3731 -0.0574741 0.0819362 0.0441691
Vertex 3732 -0.0564798 0.081975 0.044689
Vertex 3733 -0.0554773 0.0820103 0.045038
Vertex 3734 -0.0544906 0.0820201 0.0451936
Vertex 3735 -0.0534999 0.0820142 0.0450601
Vertex 3736 -0.0525108 0.0819776 0.0447141
Vertex 3737 -0.0514947 0.0819216 0.0442721
Vertex 3738 -0.0504965 0.0819144 0.0441383
Vertex 3739 -0.0494951 0.0819134 0.044146
Vertex 3740 -0.0484982 0.0819185 0.0441136
Vertex 3741 -0.0474843 0.0818872 0.0439119
Vertex 3742 -0.0464991 0.0818806 0.0436011
Vertex 3743 -0.0454963 0.0818291 0.0431013
Vertex 3744 -0.0444953 0.0817848 0.0424707
Vertex 3745 -0.0434949 0.0817618 0.042266
Vertex 3746 -0.0424979 0.0817557 0.0420871
Vertex 3747 -0.0414824 0.0817867 0.0423837
Vertex 3748 -0.0404837 0.0818282 0.0429123
Vertex 3749 -0.0394764 0.081876 0.0433844
Vertex 3750 -0.0384853 0.0819001 0.0436414
Vertex 3751 -0.0374987 0.0819015 0.0436538
Vertex 3752 -0.0365029 0.0818729 0.0434567
Vertex 3753 -0.0355255 0.0818589 0.0431427
Vertex 3754 -0.0345218 0.0818067 0.0425242
Vertex 3755 -0.0334936 0.0817447 0.0419617
Vertex 3756 -0.0324907 0.0817336 0.0416408
Vertex 3757 -0.0315082 0.0817114 0.0416031
Vertex 3758 -0.0306612 0.0816984 0.0420491
Vertex 3759 -0.0295465 0.0819132 0.0441437
Vertex 3760 -0.086324 0.106283 0.0073644
Vertex 3761 -0.0861009 0.106274 0.00635995
Vertex 3762 -0.0907151 0.116093 0.0293225
Vertex 3763 -0.0857477 0.109049 0.020349
Vertex 3764 -0.0865136 0.106289 0.0083757
Vertex 3765 -0.0858632 0.106258 0.00536057
Vertex 3766 -0.0863919 0.099468 0.00241821
Vertex 3767 0.000747713 0.131321 0.00709666
Vertex 3768 -0.0204805 0.0828473 0.0567838
Vertex 3769 -0.0194987 0.0828823 0.05729
Vertex 3770 -0.0184875 0.0829081 0.0576141
Vertex 3771 -0.0175006 0.0829087 0.0576844
Vertex 3772 -0.0164977 0.0828905 0.0574138
Vertex 3773 -0.0154785 0.0828416 0.0569929
Vertex 3774 -0.014497 0.082865 0.0570346
Vertex 3775 -0.0135008 0.082884 0.0573146
Vertex 3776 -0.012496 0.0828987 0.0575341
Vertex 3777 -0.0115038 0.082913 0.0576973
Vertex 3778 -0.0105023 0.0829243 0.0578427
Vertex 3779 -0.00949546 0.0829261 0.0578441
Vertex 3780 -0.00849594 0.0829198 0.0577964
Vertex 3781 -0.00750778 0.0828941 0.0575015
Vertex 3782 -0.00644119 0.0828529 0.0570838
Vertex 3783 -0.00549842 0.0828666 0.0570203
Vertex 3784 -0.00450662 0.0828853 0.0572758
Vertex 3785 -0.00350072 0.0828956 0.0574459
Vertex 3786 -0.00249881 0.0829011 0.0575494
Vertex 3787 -0.00149801 0.0828985 0.0574954
Vertex 3788 -0.000496629 0.0828922 0.0574621
Vertex 3789 0.000507304 0.0828912 0.0574668
Vertex 3790 0.00151221 0.0828796 0.0573767
Vertex 3791 0.00251304 0.0828672 0.0572444
Vertex 3792 0.00351301 0.0828608 0.0571024
Vertex 3793 0.0045246 0.0828376 0.0569094
Vertex 3794 0.00551778 0.0828244 0.0566316
Vertex 3795 0.00651309 0.0828012 0.0562471
Vertex 3796 -0.0682487 0.153053 0.0340661
Vertex 3797 0.0125018 0.115423 0.0374065
Vertex 3798 -0.0874475 0.125307 -0.000719081
Vertex 3799 -0.00320104 0.131164 0.014241
Vertex 3800 -0.0805311 0.123088 0.0509172
Vertex 3801 -0.00849662 0.115566 0.0401952
Vertex 3802 0.0414749 0.104231 0.00716597
Vertex 3803 0.0165049 0.115408 0.0369209
Vertex 3804 -0.00149662 0.114206 0.0415504
Vertex 3805 -0.002483 0.114172 0.0414823
Vertex 3806 -0.0404977 0.116683 0.0325662
Vertex 3807 -0.0215064 0.116765 0.0355266
Vertex 3808 -0.00849374 0.116931 0.0393004
Vertex 3809 0.00748556 0.116867 0.0384917
Vertex 3810 -0.0494919 0.154959 0.0103413
Vertex 3811 -0.0247385 0.124904 0.000549003
Vertex 3812 -0.0285052 0.11799 0.0309781
Vertex 3813 -0.0174811 0.118153 0.0357243
Vertex 3814 -0.0464975 0.163768 0.00545168
Vertex 3815 -0.046469 0.119345 0.0289808
Vertex 3816 -0.0808289 0.138985 -0.00281163
Vertex 3817 -0.0715222 0.142818 0.0455702
Vertex 3818 -0.0810735 0.143155 -0.000828212
Vertex 3819 -0.00877695 0.169647 -0.023748
Vertex 3820 -0.074497 0.124608 0.0532356
Vertex 3821 0.0411799 0.0844321 -0.00979241
Vertex 3822 0.00919687 0.124582 -0.00824181
Vertex 3823 0.0446243 0.0959671 0.00617079
Vertex 3824 -0.0764966 0.130271 0.0529935
Vertex 3825 -0.070517 0.146976 0.0420031
Vertex 3826 -0.073507 0.121801 0.0535653
Vertex 3827 0.0395669 0.101281 -0.00480928
Vertex 3828 0.0441819 0.0945484 0.0191589
Vertex 3829 -0.042499 0.113906 0.034677
Vertex 3830 0.041327 0.0986069 0.0251647
Vertex 3831 0.0389203 0.10838 0.0161659
Vertex 3832 -0.0384878 0.168246 0.00236894
Vertex 3833 0.0423363 0.101455 0.00317956
Vertex 3834 -0.0336328 0.126783 0.00457249
Vertex 3835 -0.0682521 0.15944 -0.00832765
Vertex 3836 -0.067572 0.158668 -0.00806913
Vertex 3837 -0.0629092 0.156144 0.021238
Vertex 3838 0.0151438 0.128336 0.0223847
Vertex 3839 -0.0643705 0.154697 0.0294695
Vertex 3840 -0.0381244 0.127641 0.0146907
Vertex 3841 -0.0611505 0.153585 0.0321143
Vertex 3842 0.0131047 0.129972 0.0173477
Vertex 3843 -0.0679623 0.16261 -0.0140168
Vertex 3844 0.00385238 0.131766 0.0125385
Vertex 3845 -0.0871129 0.152836 0.0157593
Vertex 3846 -0.0665146 0.16661 -0.0580261
Vertex 3847 -0.0295306 0.123946 -0.00125424
Vertex 3848 0.0208388 0.126564 0.0173475
Vertex 3849 0.0216627 0.126095 0.0176515
Vertex 3850 -0.072593 0.155911 0.00171291
Vertex 3851 -0.0716902 0.155937 0.00211062
Vertex 3852 -0.00405506 0.101077 0.0451334
Vertex 3853 -0.0675595 0.163657 -0.0167503
Vertex 3854 -0.0668255 0.162993 -0.016474
Vertex 3855 -0.0664798 0.0832826 0.043443
Vertex 3856 -0.0655003 0.083298 0.0438708
Vertex 3857 -0.0644896 0.0833289 0.0440861
Vertex 3858 -0.0634907 0.0833477 0.0441845
Vertex 3859 -0.0624968 0.0833205 0.0441176
Vertex 3860 -0.0614985 0.0833224 0.0439406
Vertex 3861 -0.0604975 0.0832903 0.0437356
Vertex 3862 -0.0594934 0.0832968 0.0436941
Vertex 3863 -0.0584862 0.0833066 0.0438144
Vertex 3864 -0.0574832 0.0833327 0.0441985
Vertex 3865 -0.0564789 0.0833746 0.0446901
Vertex 3866 -0.0554857 0.0834027 0.0450839
Vertex 3867 -0.0544934 0.0834141 0.0452404
Vertex 3868 -0.0534986 0.0833862 0.0450488
Vertex 3869 -0.0524965 0.0833785 0.044899
Vertex 3870 -0.0514954 0.0833657 0.0447762
Vertex 3871 -0.0504972 0.083371 0.044762
Vertex 3872 -0.0494922 0.0833478 0.0446801
Vertex 3873 -0.0484907 0.0833394 0.0445457
Vertex 3874 -0.0474984 0.0833402 0.0443799
Vertex 3875 -0.0464961 0.0833304 0.0442498
Vertex 3876 -0.045504 0.0832988 0.0437099
Vertex 3877 -0.0445094 0.0832466 0.0430632
Vertex 3878 -0.0435029 0.0832144 0.0426759
Vertex 3879 -0.0424907 0.0831788 0.0422885
Vertex 3880 -0.041491 0.0832013 0.0425516
Vertex 3881 -0.0404793 0.0832528 0.0431634
Vertex 3882 -0.0394783 0.0832832 0.0435432
Vertex 3883 -0.0384845 0.0833049 0.0437838
Vertex 3884 -0.0374978 0.0833038 0.0438252
Vertex 3885 -0.0365053 0.0832925 0.043701
Vertex 3886 -0.0355281 0.0832646 0.0432735
Vertex 3887 -0.0345081 0.0832025 0.0425625
Vertex 3888 -0.0334971 0.0831472 0.0419572
Vertex 3889 -0.0324967 0.0831278 0.0417023
Vertex 3890 -0.0315191 0.0831203 0.0417649
Vertex 3891 -0.0306281 0.0831438 0.0423752
Vertex 3892 -0.029443 0.0834063 0.0447309
Vertex 3893 -0.0879726 0.100935 0.0073995
Vertex 3894 -0.0883814 0.100948 0.00841627
Vertex 3895 -0.0855607 0.103501 0.00239284
Vertex 3896 -0.0855438 0.106245 0.00446783
Vertex 3897 -0.0891956 0.099693 0.0183885
Vertex 3898 -0.0893171 0.0996957 0.0173941
Vertex 3899 -0.000398209 0.131157 0.00667235
Vertex 3900 -0.020484 0.0842242 0.0566713
Vertex 3901 -0.019494 0.0842608 0.0571688
Vertex 3902 -0.0184932 0.0842766 0.0574008
Vertex 3903 -0.017501 0.0842912 0.0575736
Vertex 3904 -0.0164643 0.0842755 0.0572298
Vertex 3905 -0.0155024 0.084237 0.0568519
Vertex 3906 -0.0145005 0.0842486 0.056982
Vertex 3907 -0.0135056 0.0842656 0.0572305
Vertex 3908 -0.0124981 0.0842783 0.057419
Vertex 3909 -0.0114962 0.0842854 0.0575311
Vertex 3910 -0.0104999 0.0842933 0.0575891
Vertex 3911 -0.00949578 0.084298 0.0576062
Vertex 3912 -0.00849356 0.0842936 0.0575382
Vertex 3913 -0.0074932 0.0842694 0.0572981
Vertex 3914 -0.00649976 0.0842428 0.0569087
Vertex 3915 -0.00549946 0.0842482 0.0569765
Vertex 3916 -0.00450764 0.0842735 0.0572857
Vertex 3917 -0.00350236 0.0842813 0.0574606
Vertex 3918 -0.00250438 0.0842991 0.0575402
Vertex 3919 -0.00150012 0.0842876 0.0575029
Vertex 3920 -0.000497806 0.0842866 0.0575088
Vertex 3921 0.000504451 0.0842848 0.0575158
Vertex 3922 0.00150378 0.0842858 0.0575429
Vertex 3923 0.00250545 0.0842781 0.0574483
Vertex 3924 0.00350924 0.0842701 0.0573364
Vertex 3925 0.0045205 0.0842507 0.0571459
Vertex 3926 0.00551873 0.0842341 0.0568816
Vertex 3927 0.00651709 0.084208 0.0565081
Vertex 3928 0.00649755 0.131366 0.0177838
Vertex 3929 -0.0850976 0.106195 0.00337687
Vertex 3930 0.0388945 0.108364 0.0171641
Vertex 3931 0.0391583 0.108387 0.0121653
Vertex 3932 -0.0694944 0.11756 0.0525327
Vertex 3933 -0.0745039 0.117561 0.0526615
Vertex 3934 -0.0879688 0.113092 0.00628888
Vertex 3935 -0.0494799 0.116621 0.0323892
Vertex 3936 0.0281531 0.119463 0.0257844
Vertex 3937 0.0400371 0.107017 0.0091647
Vertex 3938 0.011475 0.115421 0.0379758
Vertex 3939 0.00549376 0.116905 0.0389072
Vertex 3940 0.0363189 0.106784 -0.00482843
Vertex 3941 0.00487825 0.131703 0.0129125
Vertex 3942 -0.0275139 0.118013 0.031246
Vertex 3943 -0.0165021 0.118207 0.0361456
Vertex 3944 -0.0195983 0.126231 0.0213862
Vertex 3945 0.0108333 0.130856 0.0150885
Vertex 3946 -0.0314011 0.178523 -0.00645128
Vertex 3947 -0.062763 0.149042 -0.0175788
Vertex 3948 0.0427221 0.101476 0.00816485
Vertex 3949 -0.0734977 0.124615 0.0532793
Vertex 3950 -0.0609083 0.169363 -0.0596932
Vertex 3951 -0.0887091 0.0983318 0.0213821
Vertex 3952 0.0446543 0.0959754 0.00716634
Vertex 3953 -0.0754874 0.130275 0.0528009
Vertex 3954 -0.0617277 0.159994 -0.0345941
Vertex 3955 -0.0707023 0.155807 0.00247134
Vertex 3956 -0.00149907 0.122451 0.0357652
Vertex 3957 0.0440561 0.0945388 0.0201582
Vertex 3958 0.0374772 0.106859 -0.00183322
Vertex 3959 -0.00348977 0.122389 0.0359468
Vertex 3960 -0.0394747 0.168236 0.00277528
Vertex 3961 -0.0404999 0.16823 0.00286674
Vertex 3962 -0.0746181 0.165272 -0.019163
Vertex 3963 -0.0697818 0.16064 -0.00887941
Vertex 3964 -0.0690003 0.160066 -0.00858817
Vertex 3965 -0.0578658 0.154169 0.0274197
Vertex 3966 0.0125251 0.129483 0.0214195
Vertex 3967 -0.0653079 0.154958 0.0291369
Vertex 3968 -0.0390631 0.127858 0.0143467
Vertex 3969 0.013984 0.129601 0.0176686
Vertex 3970 -0.0704303 0.164039 -0.0149268
Vertex 3971 0.00698354 0.131641 0.013682
Vertex 3972 -0.07134 0.156839 -0.0007386
Vertex 3973 -0.0833393 0.0979244 -0.00460929
Vertex 3974 0.0191428 0.127427 0.0167214
Vertex 3975 0.0199768 0.126969 0.0170274
Vertex 3976 -0.00407632 0.124795 0.032822
Vertex 3977 -0.081069 0.152209 0.0312004
Vertex 3978 -0.0698551 0.16523 -0.017589
Vertex 3979 -0.0691061 0.164802 -0.0173282
Vertex 3980 -0.0682887 0.164315 -0.0170259
Vertex 3981 -0.0230436 0.0879523 0.0537722
Vertex 3982 -0.0790398 0.119048 0.050662
Vertex 3983 -0.0666072 0.0846933 0.0437683
Vertex 3984 -0.065484 0.0847424 0.0442074
Vertex 3985 -0.0644959 0.084745 0.0443622
Vertex 3986 -0.0634981 0.0847405 0.0443851
Vertex 3987 -0.062498 0.0847471 0.0443617
Vertex 3988 -0.0614977 0.0847334 0.0442553
Vertex 3989 -0.0604976 0.0847283 0.0441029
Vertex 3990 -0.0594997 0.0846925 0.0439263
Vertex 3991 -0.0584939 0.0847167 0.0439692
Vertex 3992 -0.0574904 0.0847348 0.0442092
Vertex 3993 -0.0564709 0.0847764 0.0446514
Vertex 3994 -0.0554797 0.0848037 0.0450617
Vertex 3995 -0.0544959 0.0848124 0.0452537
Vertex 3996 -0.0534928 0.0848236 0.0453456
Vertex 3997 -0.0524963 0.0848256 0.0453696
Vertex 3998 -0.0514982 0.0848246 0.0453901
Vertex 3999 -0.050497 0.0848226 0.0453947
Vertex 4000 -0.0495055 0.0848369 0.0453213
Vertex 4001 -0.048499 0.0848032 0.0451307
Vertex 4002 -0.0475005 0.084795 0.044997
Vertex 4003 -0.0465015 0.0847604 0.0446321
Vertex 4004 -0.0454595 0.0846983 0.0440929
Vertex 4005 -0.0444845 0.0846726 0.04342
Vertex 4006 -0.0435133 0.0846552 0.0431729
Vertex 4007 -0.0424883 0.0846004 0.0426298
Vertex 4008 -0.0414996 0.0846033 0.0426094
Vertex 4009 -0.0404862 0.0846544 0.0431896
Vertex 4010 -0.0394892 0.0846821 0.0435801
Vertex 4011 -0.0384861 0.0847024 0.0437961
Vertex 4012 -0.0374992 0.0847101 0.0439351
Vertex 4013 -0.0365135 0.084703 0.0437856
Vertex 4014 -0.0355277 0.0846755 0.0433772
Vertex 4015 -0.0345226 0.0846315 0.0427551
Vertex 4016 -0.0334979 0.0845774 0.0421828
Vertex 4017 -0.0324923 0.0845615 0.0419149
Vertex 4018 -0.0314894 0.0845774 0.0421902
Vertex 4019 -0.0305568 0.0845973 0.042796
Vertex 4020 -0.0294567 0.0847909 0.044594
Vertex 4021 -0.011143 0.128894 0.00267925
Vertex 4022 -0.00989368 0.129282 0.00314288
Vertex 4023 -0.065333 0.177827 -0.0606985
Vertex 4024 -0.0867252 0.0994863 0.00342747
Vertex 4025 -0.0929503 0.128215 0.0122521
Vertex 4026 -0.00268932 0.130846 0.00581897
Vertex 4027 -0.00148382 0.131063 0.00627096
Vertex 4028 -0.020497 0.0855906 0.0563403
Vertex 4029 -0.0194885 0.0856172 0.056795
Vertex 4030 -0.0184879 0.0856371 0.0571362
Vertex 4031 -0.0174889 0.0856455 0.0572522
Vertex 4032 -0.0164998 0.0856439 0.0570811
Vertex 4033 -0.015502 0.0856307 0.0568812
Vertex 4034 -0.014497 0.0856418 0.0570702
Vertex 4035 -0.0134997 0.0856507 0.057198
Vertex 4036 -0.012503 0.0856552 0.057236
Vertex 4037 -0.0114987 0.0856547 0.0572923
Vertex 4038 -0.0104973 0.0856567 0.0572952
Vertex 4039 -0.00949755 0.0856659 0.0574293
Vertex 4040 -0.00849886 0.0856701 0.0574538
Vertex 4041 -0.00748541 0.0856517 0.0572176
Vertex 4042 -0.00649656 0.0856337 0.0569558
Vertex 4043 -0.00549934 0.085642 0.0570911
Vertex 4044 -0.00450177 0.0856564 0.0572774
Vertex 4045 -0.00350029 0.0856691 0.0572933
Vertex 4046 -0.00250061 0.0856648 0.0572816
Vertex 4047 -0.0014976 0.0856652 0.0573264
Vertex 4048 -0.00049716 0.0856626 0.0573342
Vertex 4049 0.000503516 0.0856702 0.0573793
Vertex 4050 0.00150486 0.0856703 0.0573817
Vertex 4051 0.00250408 0.0856622 0.0573274
Vertex 4052 0.00351036 0.0856577 0.0572413
Vertex 4053 0.00451386 0.0856474 0.057126
Vertex 4054 0.00551307 0.0856288 0.0568655
Vertex 4055 0.00650612 0.0856084 0.0565927
Vertex 4056 0.00752051 0.0855871 0.0562726
Vertex 4057 -0.0255949 0.125933 0.00752005
Vertex 4058 -0.00645978 0.0918654 -0.0354548
Vertex 4059 0.0307365 0.117405 0.0253192
Vertex 4060 -0.0253625 0.126177 0.010523
Vertex 4061 -0.0764966 0.117544 0.0520468
Vertex 4062 0.0453383 0.0861836 0.0191712
Vertex 4063 -0.0474944 0.116586 0.0319739
Vertex 4064 -0.0445005 0.116602 0.0322264
Vertex 4065 -0.0425028 0.11664 0.0325093
Vertex 4066 0.0184726 0.0851741 0.0505075
Vertex 4067 0.0194745 0.0851519 0.050256
Vertex 4068 0.00449641 0.11692 0.039168
Vertex 4069 -0.0434904 0.12843 0.000929671
Vertex 4070 -0.0754318 0.155396 0.00808247
Vertex 4071 0.0396392 0.106988 0.00416547
Vertex 4072 -0.0155184 0.118264 0.0365807
Vertex 4073 0.0450422 0.0931924 0.0131619
Vertex 4074 0.0278259 0.115624 -0.00659973
Vertex 4075 -0.0734033 0.167233 -0.0217479
Vertex 4076 -0.00249512 0.122376 0.0359373
Vertex 4077 -0.038486 0.115285 0.0333239
Vertex 4078 -0.0154972 0.122303 0.0324651
Vertex 4079 -0.0724827 0.124619 0.0532114
Vertex 4080 0.0404255 0.0914089 -0.00978781
Vertex 4081 0.0423355 0.0972587 0.0241615
Vertex 4082 0.0446156 0.0959646 0.00916087
Vertex 4083 0.0460213 0.0862262 0.00917159
Vertex 4084 -0.0279306 0.125506 0.00666413
Vertex 4085 -0.0815948 0.123081 0.0504133
Vertex 4086 0.0418343 0.0943991 0.0271656
Vertex 4087 -0.0921228 0.126953 0.0372491
Vertex 4088 0.0155 0.11402 0.0377783
Vertex 4089 -0.0764979 0.135856 0.0507679
Vertex 4090 -0.0244452 0.181836 -0.00961144
Vertex 4091 -0.0785284 0.123123 0.0516319
Vertex 4092 -0.0706182 0.161097 -0.00919138
Vertex 4093 -0.071556 0.161392 -0.00951947
Vertex 4094 0.00886384 0.130684 0.0200808
Vertex 4095 -0.0572292 0.155416 0.0145778
Vertex 4096 0.0331644 0.1138 0.0262385
Vertex 4097 0.0148515 0.129255 0.0180171
Vertex 4098 -0.0713104 0.164383 -0.0152637
Vertex 4099 0.00796175 0.131494 0.0140347
Vertex 4100 -0.0240415 0.126597 0.0109996
Vertex 4101 -0.0234875 0.125296 0.0010065
Vertex 4102 0.0183131 0.127887 0.0164149
Vertex 4103 -0.0164676 0.125926 0.0254562
Vertex 4104 -0.069998 0.157611 -0.0031485
Vertex 4105 -0.0717391 0.165925 -0.0182956
Vertex 4106 -0.0707386 0.165621 -0.0179174
Vertex 4107 -0.0357386 0.176065 -0.00515676
Vertex 4108 -0.0370933 0.175555 -0.00565624
Vertex 4109 -0.0386183 0.174771 -0.00621679
Vertex 4110 -0.0883767 0.125344 0.00127971
Vertex 4111 -0.0674749 0.0861001 0.0436947
Vertex 4112 -0.0664905 0.0861274 0.0441111
Vertex 4113 -0.0654783 0.0861634 0.0444498
Vertex 4114 -0.0644943 0.0861671 0.0446171
Vertex 4115 -0.0634905 0.0861851 0.0447067
Vertex 4116 -0.0624956 0.0861834 0.0447184
Vertex 4117 -0.0614983 0.0861808 0.0447299
Vertex 4118 -0.0604964 0.0861621 0.0446513
Vertex 4119 -0.059497 0.0861573 0.0445009
Vertex 4120 -0.0584956 0.0861498 0.0443498
Vertex 4121 -0.0574852 0.0861616 0.0444185
Vertex 4122 -0.0564932 0.0861648 0.0446121
Vertex 4123 -0.0554832 0.0861944 0.0449632
Vertex 4124 -0.0544905 0.0862124 0.0452239
Vertex 4125 -0.0534886 0.0862338 0.0454573
Vertex 4126 -0.0524982 0.0862336 0.045539
Vertex 4127 -0.0514974 0.086244 0.0456131
Vertex 4128 -0.0504958 0.0862332 0.0455716
Vertex 4129 -0.0495023 0.0862453 0.0455995
Vertex 4130 -0.0484952 0.0862244 0.0454118
Vertex 4131 -0.0474965 0.0862056 0.045143
Vertex 4132 -0.0464764 0.0861628 0.0446798
Vertex 4133 -0.0454819 0.0861255 0.0441555
Vertex 4134 -0.044493 0.0860963 0.0437549
Vertex 4135 -0.0435015 0.086056 0.04322
Vertex 4136 -0.0424904 0.0860159 0.0426903
Vertex 4137 -0.0414976 0.0860064 0.0425981
Vertex 4138 -0.0405007 0.0860467 0.0431081
Vertex 4139 -0.0394712 0.08608 0.0435352
Vertex 4140 -0.0384869 0.0860997 0.0437907
Vertex 4141 -0.0374976 0.0861098 0.0439188
Vertex 4142 -0.0365117 0.0860935 0.0436284
Vertex 4143 -0.0354635 0.0860418 0.0431394
Vertex 4144 -0.0344994 0.0860255 0.0426749
Vertex 4145 -0.0334973 0.0859864 0.0423406
Vertex 4146 -0.0324974 0.0859857 0.0423469
Vertex 4147 -0.0315044 0.0860003 0.0426216
Vertex 4148 -0.0304745 0.0860755 0.0433189
Vertex 4149 -0.0294246 0.0861745 0.0444819
Vertex 4150 -0.00503592 0.13043 0.00494647
Vertex 4151 -0.00624295 0.130196 0.00449841
Vertex 4152 -0.00743574 0.129906 0.00405669
Vertex 4153 -0.00869681 0.129559 0.00358698
Vertex 4154 0.00298644 0.131511 0.0079308
Vertex 4155 0.0018938 0.131459 0.00752669
Vertex 4156 -0.00383551 0.130671 0.00539431
Vertex 4157 0.00407718 0.131556 0.00833758
Vertex 4158 -0.0194848 0.0869694 0.0563134
Vertex 4159 -0.0184974 0.0869962 0.0565805
Vertex 4160 -0.017504 0.0870094 0.0567302
Vertex 4161 -0.0164852 0.0870004 0.0567616
Vertex 4162 -0.0154952 0.087016 0.0568367
Vertex 4163 -0.0145001 0.0870236 0.0569643
Vertex 4164 -0.0135045 0.0870342 0.0571061
Vertex 4165 -0.0124944 0.0870249 0.0570339
Vertex 4166 -0.0114972 0.0870124 0.0568248
Vertex 4167 -0.0105011 0.0870252 0.0569814
Vertex 4168 -0.00950131 0.0870429 0.0572309
Vertex 4169 -0.00850241 0.0870443 0.0572609
Vertex 4170 -0.00748945 0.0870384 0.0571349
Vertex 4171 -0.00649655 0.0870315 0.0570873
Vertex 4172 -0.00550074 0.0870334 0.0571343
Vertex 4173 -0.00449814 0.0870358 0.0571267
Vertex 4174 -0.00349748 0.0870382 0.0570453
Vertex 4175 -0.00249822 0.0870283 0.0569791
Vertex 4176 -0.00149439 0.0870302 0.0569025
Vertex 4177 -0.000495324 0.0870356 0.0569136
Vertex 4178 0.000502823 0.0870298 0.0569751
Vertex 4179 0.00150556 0.0870476 0.0569313
Vertex 4180 0.00250481 0.0870342 0.0569864
Vertex 4181 0.00350598 0.0870278 0.056972
Vertex 4182 0.00450466 0.087016 0.0568401
Vertex 4183 0.00551011 0.0870055 0.0566199
Vertex 4184 0.00651921 0.0869957 0.0564058
Vertex 4185 0.00751373 0.0869673 0.0561316
Vertex 4186 -0.0294813 0.179959 -0.00726258
Vertex 4187 0.03984 0.106962 0.00517391
Vertex 4188 0.0300894 0.118197 0.0250757
Vertex 4189 -0.0755066 0.11755 0.0524265
Vertex 4190 -0.048476 0.116631 0.0320328
Vertex 4191 -0.0464951 0.116619 0.0318843
Vertex 4192 -0.0455014 0.116621 0.0320048
Vertex 4193 0.0174813 0.0865744 0.0503122
Vertex 4194 0.0184933 0.0865452 0.0498488
Vertex 4195 0.0194608 0.0865014 0.0497298
Vertex 4196 0.0204938 0.0865196 0.0494812
Vertex 4197 -0.0143481 0.129147 0.0116153
Vertex 4198 -0.0847398 0.106178 0.00238203
Vertex 4199 -0.0703245 0.0805604 0.0403227
Vertex 4200 -0.0184922 0.11816 0.035496
Vertex 4201 0.0292295 0.102131 0.038919
Vertex 4202 -0.0279294 0.0931359 -0.0265478
Vertex 4203 -0.00983007 0.124748 -0.00821099
Vertex 4204 0.0185123 0.115397 0.0365584
Vertex 4205 -0.0404922 0.11531 0.0337051
Vertex 4206 0.0288607 0.118772 0.0260462
Vertex 4207 -0.0714922 0.124606 0.0531293
Vertex 4208 -0.0293662 0.0904135 -0.0285737
Vertex 4209 0.0426741 0.0972641 0.0231497
Vertex 4210 0.0446411 0.0959729 0.00816419
Vertex 4211 -0.0327551 0.126411 0.00489661
Vertex 4212 0.0363342 0.109637 -0.000829727
Vertex 4213 -0.0775985 0.123137 0.0521223
Vertex 4214 -0.0314688 0.175764 -0.00340966
Vertex 4215 0.0423623 0.0944394 0.0261744
Vertex 4216 0.0393896 0.106975 0.00316583
Vertex 4217 0.0386755 0.101225 -0.00680717
Vertex 4218 -0.0714676 0.155482 0.0269686
Vertex 4219 0.00494704 0.131338 0.0186496
Vertex 4220 -0.0795926 0.100727 0.0334268
Vertex 4221 -0.0645248 0.154173 -0.00692339
Vertex 4222 0.00793492 0.130935 0.0197362
Vertex 4223 -0.0858805 0.0926571 0.00145452
Vertex 4224 0.0325609 0.114759 0.0260072
Vertex 4225 0.0157394 0.128861 0.0183169
Vertex 4226 0.0242996 0.120934 0.0286395
Vertex 4227 0.0089357 0.131311 0.0143899
Vertex 4228 -0.0851808 0.153525 0.0149377
Vertex 4229 -0.0896361 0.0969931 0.0144152
Vertex 4230 0.0102886 0.13098 0.0134608
Vertex 4231 -0.0692559 0.157013 -0.00287665
Vertex 4232 -0.0741239 0.165568 -0.0191297
Vertex 4233 -0.0728415 0.165906 -0.0186805
Vertex 4234 -0.0333033 0.176609 -0.00426163
Vertex 4235 -0.0344415 0.176449 -0.00471515
Vertex 4236 -0.0940387 0.126929 0.0232615
Vertex 4237 -0.0660116 0.154522 0.0303582
Vertex 4238 -0.0873616 0.110481 0.0113565
Vertex 4239 -0.0776353 0.15693 -0.0189052
Vertex 4240 -0.0675187 0.0874976 0.0437834
Vertex 4241 -0.0664749 0.0875478 0.0443297
Vertex 4242 -0.0654933 0.0875673 0.0446215
Vertex 4243 -0.0644915 0.087588 0.0448694
Vertex 4244 -0.0634827 0.0876134 0.0450541
Vertex 4245 -0.0624974 0.0876076 0.0451456
Vertex 4246 -0.0614967 0.0876222 0.0452319
Vertex 4247 -0.0604957 0.0876028 0.045161
Vertex 4248 -0.0595027 0.0876292 0.04502
Vertex 4249 -0.0584973 0.0875674 0.0446281
Vertex 4250 -0.0574934 0.0875623 0.0444505
Vertex 4251 -0.0564919 0.0875695 0.0445907
Vertex 4252 -0.0554895 0.087587 0.0448409
Vertex 4253 -0.0544918 0.0876045 0.0451014
Vertex 4254 -0.0534974 0.0876167 0.045276
Vertex 4255 -0.0524964 0.0876231 0.0453765
Vertex 4256 -0.0514957 0.0876341 0.0455102
Vertex 4257 -0.0504965 0.087636 0.0455301
Vertex 4258 -0.0495004 0.0876335 0.045502
Vertex 4259 -0.0485039 0.0876217 0.0453743
Vertex 4260 -0.0475132 0.0875996 0.0450977
Vertex 4261 -0.0464914 0.08757 0.0446532
Vertex 4262 -0.0454819 0.0875316 0.0441596
Vertex 4263 -0.0444795 0.0874935 0.0436599
Vertex 4264 -0.0435318 0.087421 0.0430041
Vertex 4265 -0.042497 0.0874008 0.0424798
Vertex 4266 -0.0414986 0.0874028 0.042497
Vertex 4267 -0.0404897 0.0874362 0.0429424
Vertex 4268 -0.0394897 0.0874644 0.0433271
Vertex 4269 -0.0384918 0.0874952 0.0437107
Vertex 4270 -0.037505 0.0874848 0.0436782
Vertex 4271 -0.0365003 0.087456 0.0430956
Vertex 4272 -0.0354707 0.0874527 0.0429689
Vertex 4273 -0.034503 0.0874637 0.0428605
Vertex 4274 -0.0334955 0.0874648 0.043047
Vertex 4275 -0.0324895 0.0874934 0.0434306
Vertex 4276 -0.0314842 0.0875139 0.0436743
Vertex 4277 -0.0304696 0.0875178 0.0438182
Vertex 4278 -0.0293842 0.08757 0.0444817
Vertex 4279 0.00721829 0.131495 0.00948452
Vertex 4280 0.0082433 0.13138 0.00986533
Vertex 4281 0.00922467 0.131237 0.0102208
Vertex 4282 0.0101976 0.131045 0.010577
Vertex 4283 0.0120566 0.130535 0.0112565
Vertex 4284 0.0111186 0.130773 0.0109156
Vertex 4285 0.00516264 0.131576 0.00874185
Vertex 4286 0.00619086 0.131536 0.009113
Vertex 4287 0.0147323 0.129513 0.0122405
Vertex 4288 -0.0194871 0.0883195 0.0557235
Vertex 4289 -0.0185099 0.0883573 0.0560195
Vertex 4290 -0.0174841 0.088353 0.056296
Vertex 4291 -0.0164973 0.088378 0.056467
Vertex 4292 -0.0154917 0.0883884 0.056678
Vertex 4293 -0.0144987 0.0884006 0.0568363
Vertex 4294 -0.0134994 0.0884096 0.056966
Vertex 4295 -0.0125093 0.0883992 0.0567932
Vertex 4296 -0.0114976 0.0883765 0.0564607
Vertex 4297 -0.0105064 0.0884021 0.0567868
Vertex 4298 -0.00950098 0.0884225 0.0571104
Vertex 4299 -0.00849876 0.0884233 0.057199
Vertex 4300 -0.00749863 0.0884246 0.0571361
Vertex 4301 -0.00649589 0.0884166 0.05709
Vertex 4302 -0.00549337 0.088417 0.0570387
Vertex 4303 -0.00449408 0.088412 0.0569078
Vertex 4304 -0.00348929 0.0884115 0.0568027
Vertex 4305 -0.00249621 0.0883993 0.0567366
Vertex 4306 -0.00149343 0.0883979 0.0566431
Vertex 4307 -0.000496915 0.0883839 0.0565827
Vertex 4308 0.000506539 0.0883906 0.0565122
Vertex 4309 0.00150878 0.0883997 0.0564367
Vertex 4310 0.00250691 0.0883899 0.0564027
Vertex 4311 0.00350363 0.0883757 0.0563643
Vertex 4312 0.00450432 0.0883672 0.0562441
Vertex 4313 0.00550113 0.0883518 0.0561015
Vertex 4314 0.00650421 0.0883449 0.0558788
Vertex 4315 0.00751322 0.0883379 0.0556646
Vertex 4316 0.00850451 0.0883096 0.055394
Vertex 4317 0.0105044 0.115477 0.0381888
Vertex 4318 -0.0445017 0.163753 0.00542301
Vertex 4319 0.00590682 0.131658 0.0132863
Vertex 4320 -0.0445084 0.162276 0.00597583
Vertex 4321 -0.043533 0.162269 0.00566221
Vertex 4322 -0.0504899 0.115263 0.0337703
Vertex 4323 -0.0884987 0.102354 0.0183681
Vertex 4324 -0.0721793 0.15961 -0.0389315
Vertex 4325 0.0194777 0.0878818 0.0491927
Vertex 4326 0.0204946 0.0878829 0.0490965
Vertex 4327 0.0214723 0.0878669 0.0490265
Vertex 4328 -0.0636035 0.156128 0.0166435
Vertex 4329 -0.0755036 0.121787 0.0531411
Vertex 4330 -0.0205212 0.118181 0.0347958
Vertex 4331 0.0413546 0.0999884 -0.00181466
Vertex 4332 -0.0875459 0.110452 0.0143395
Vertex 4333 0.0396909 0.105526 0.00119339
Vertex 4334 -0.0285122 0.180211 -0.00692909
Vertex 4335 -0.0213522 0.127058 0.00761225
Vertex 4336 -0.0924819 0.125444 0.00927262
Vertex 4337 0.0432211 0.097315 0.0201647
Vertex 4338 0.0388579 0.0970015 -0.00784
Vertex 4339 -0.00946358 0.169654 -0.0207426
Vertex 4340 -0.00548333 0.122374 0.0356916
Vertex 4341 -0.0185076 0.120924 0.0327413
Vertex 4342 -0.0618553 0.153745 -0.0235803
Vertex 4343 0.0399676 0.101315 -0.00381805
Vertex 4344 -0.0639459 0.153257 -0.00670123
Vertex 4345 -0.0869174 0.117103 0.00125292
Vertex 4346 -0.0665983 0.155819 0.0112334
Vertex 4347 0.00173262 0.13137 0.0174841
Vertex 4348 0.00597565 0.131268 0.0190237
Vertex 4349 -0.0408127 0.127672 -0.0010356
Vertex 4350 0.0319596 0.11565 0.0257836
Vertex 4351 0.0166077 0.128469 0.0186355
Vertex 4352 -0.00795135 0.129264 0.0240771
Vertex 4353 0.00986741 0.131059 0.0147331
Vertex 4354 -0.0218317 0.124906 0.0220793
Vertex 4355 -0.0896263 0.0969991 0.0154111
Vertex 4356 0.00935699 0.131232 0.0131197
Vertex 4357 -0.068516 0.156454 -0.00263594
Vertex 4358 -0.0297919 0.108873 -0.0192723
Vertex 4359 -0.0726537 0.15621 0.0148854
Vertex 4360 -0.0555193 0.152453 0.0283051
Vertex 4361 -0.0827604 0.106087 -0.00164696
Vertex 4362 -0.0922703 0.125567 0.0322584
Vertex 4363 -0.0705043 0.0887655 0.0418556
Vertex 4364 -0.0293383 0.123554 -0.00265044
Vertex 4365 -0.0302932 0.123607 -0.00301843
Vertex 4366 -0.0674926 0.0889102 0.043735
Vertex 4367 -0.066502 0.0889512 0.0442634
Vertex 4368 -0.0654905 0.0889779 0.0446185
Vertex 4369 -0.0645002 0.0889975 0.0448988
Vertex 4370 -0.0634835 0.0890243 0.0452141
Vertex 4371 -0.0624954 0.0890364 0.0453804
Vertex 4372 -0.0614914 0.089051 0.0454546
Vertex 4373 -0.0604958 0.0890419 0.0453253
Vertex 4374 -0.059508 0.0890036 0.0450344
Vertex 4375 -0.0584837 0.088969 0.0446761
Vertex 4376 -0.057499 0.0889744 0.0446686
Vertex 4377 -0.0564995 0.0889847 0.0448198
Vertex 4378 -0.0554979 0.0889982 0.0448936
Vertex 4379 -0.054497 0.0889964 0.0448823
Vertex 4380 -0.0534965 0.0890047 0.0449968
Vertex 4381 -0.0524956 0.0890116 0.0451123
Vertex 4382 -0.051497 0.0890197 0.045238
Vertex 4383 -0.050498 0.0890212 0.0452499
Vertex 4384 -0.0494955 0.0890237 0.0451636
Vertex 4385 -0.0484982 0.0890084 0.0450201
Vertex 4386 -0.0474966 0.088987 0.0447599
Vertex 4387 -0.0465077 0.088954 0.0443573
Vertex 4388 -0.0455158 0.0889126 0.0438293
Vertex 4389 -0.0444708 0.0888726 0.0431834
Vertex 4390 -0.0434704 0.0888362 0.0427012
Vertex 4391 -0.0425006 0.0888114 0.0424593
Vertex 4392 -0.041501 0.0888244 0.0425932
Vertex 4393 -0.040488 0.088839 0.0428058
Vertex 4394 -0.039493 0.0888698 0.0432118
Vertex 4395 -0.0385075 0.0888951 0.0435504
Vertex 4396 -0.0374976 0.0888821 0.0433743
Vertex 4397 -0.0364935 0.0888766 0.0431732
Vertex 4398 -0.0354913 0.0889091 0.0432238
Vertex 4399 -0.0344955 0.0889014 0.0434521
Vertex 4400 -0.0334891 0.0889549 0.0439078
Vertex 4401 -0.0324957 0.0889348 0.0439847
Vertex 4402 -0.0314817 0.0889488 0.0439042
Vertex 4403 -0.0305059 0.0889327 0.0438397
Vertex 4404 -0.0294944 0.0889496 0.044252
Vertex 4405 -0.0284884 0.0890334 0.0453918
Vertex 4406 0.0190967 0.127602 0.0138576
Vertex 4407 0.0182337 0.128007 0.0135344
Vertex 4408 0.01736 0.128384 0.0132094
Vertex 4409 0.0164873 0.128764 0.0128859
Vertex 4410 0.0156501 0.129207 0.0125793
Vertex 4411 0.0138565 0.129875 0.0119166
Vertex 4412 0.0129712 0.130228 0.0115965
Vertex 4413 0.0199328 0.127154 0.0141603
Vertex 4414 -0.0722295 0.16736 -0.0213426
Vertex 4415 -0.0184842 0.0897075 0.0555921
Vertex 4416 -0.0174992 0.0897364 0.0558751
Vertex 4417 -0.0164918 0.0897515 0.056205
Vertex 4418 -0.015502 0.0897786 0.0564851
Vertex 4419 -0.0144938 0.0897854 0.0566872
Vertex 4420 -0.013497 0.089796 0.0568243
Vertex 4421 -0.0125102 0.0897843 0.0566766
Vertex 4422 -0.0114926 0.0897634 0.0564161
Vertex 4423 -0.0104962 0.0897854 0.05669
Vertex 4424 -0.00949856 0.0898059 0.0569552
Vertex 4425 -0.00849727 0.0898107 0.0570624
Vertex 4426 -0.00749789 0.0898138 0.0570783
Vertex 4427 -0.00649647 0.0898144 0.056995
Vertex 4428 -0.00549358 0.0898053 0.0568842
Vertex 4429 -0.00448657 0.0898027 0.0567005
Vertex 4430 -0.00349611 0.0897823 0.0565938
Vertex 4431 -0.00248752 0.0897873 0.0564419
Vertex 4432 -0.00150237 0.089761 0.0564112
Vertex 4433 -0.000494586 0.0897644 0.0562541
Vertex 4434 0.000507606 0.089764 0.0561546
Vertex 4435 0.00150774 0.0897546 0.056027
Vertex 4436 0.00250097 0.0897336 0.0558646
Vertex 4437 0.00350969 0.0897377 0.0556751
Vertex 4438 0.00451011 0.08973 0.0555486
Vertex 4439 0.00550651 0.0897139 0.0554063
Vertex 4440 0.00651372 0.089712 0.0551929
Vertex 4441 0.00749975 0.089676 0.055015
Vertex 4442 0.00850666 0.0896726 0.0548038
Vertex 4443 0.00950257 0.0896505 0.0545501
Vertex 4444 0.0104979 0.0896334 0.054299
Vertex 4445 0.00119043 0.0895238 -0.0341779
Vertex 4446 -0.0465027 0.162256 0.00645028
Vertex 4447 0.0378425 0.10835 0.0231802
Vertex 4448 0.00695321 0.13108 0.0193768
Vertex 4449 -0.0774743 0.140015 0.0480697
Vertex 4450 0.0184997 0.0892768 0.0486726
Vertex 4451 0.0194826 0.0892535 0.0485994
Vertex 4452 0.0205013 0.0892461 0.0486645
Vertex 4453 0.0214874 0.0892516 0.0486681
Vertex 4454 -0.0704211 0.15543 0.027334
Vertex 4455 -0.076491 0.140037 0.0480957
Vertex 4456 -0.0195033 0.118175 0.0352728
Vertex 4457 -0.0695125 0.145609 0.0428052
Vertex 4458 0.0359611 0.109622 -0.00183337
Vertex 4459 -0.0779551 0.163899 -0.0249456
Vertex 4460 -0.0104908 0.12238 0.0346088
Vertex 4461 -0.0464991 0.115243 0.033257
Vertex 4462 -0.0309822 0.125744 0.00553845
Vertex 4463 -0.0704978 0.124601 0.053003
Vertex 4464 -0.00349533 0.123738 0.0342998
Vertex 4465 0.0433406 0.0973216 0.0191637
Vertex 4466 0.0438908 0.0973298 0.0041758
Vertex 4467 -0.089531 0.0983552 0.0174009
Vertex 4468 0.0424523 0.0958497 0.0251568
Vertex 4469 0.0353317 0.112044 0.0241962
Vertex 4470 -0.076026 0.151346 0.0359505
Vertex 4471 0.0260142 0.118212 -0.00538239
Vertex 4472 -0.0921303 0.11612 0.0363104
Vertex 4473 -0.0915175 0.140609 0.0191776
Vertex 4474 0.0393065 0.105567 0.023165
Vertex 4475 -0.0678122 0.0908837 -0.0169858
Vertex 4476 -0.0811465 0.155009 0.0163089
Vertex 4477 0.0223132 0.124739 0.023599
Vertex 4478 -0.0397671 0.127634 -0.000654541
Vertex 4479 0.0313581 0.116535 0.0255569
Vertex 4480 0.0182602 0.127523 0.0192457
Vertex 4481 -0.0618581 0.153131 0.03333
Vertex 4482 0.0220807 0.125732 0.0192313
Vertex 4483 -0.00627368 0.128136 0.0276028
Vertex 4484 -0.0132005 0.128825 0.00480743
Vertex 4485 0.00637955 0.131641 0.0120332
Vertex 4486 0.00735987 0.131518 0.0123881
Vertex 4487 -0.0677271 0.155796 -0.00229118
Vertex 4488 -0.0748544 0.15611 0.0141114
Vertex 4489 -0.00575467 0.1008 0.0460186
Vertex 4490 -0.0822477 0.106043 -0.00262262
Vertex 4491 -0.0866496 0.106304 0.00937201
Vertex 4492 -0.0725291 0.0901409 0.0413911
Vertex 4493 -0.0715046 0.0901731 0.0417302
Vertex 4494 -0.0705035 0.0901829 0.0418541
Vertex 4495 -0.0694946 0.0902043 0.0422251
Vertex 4496 -0.0684915 0.0902546 0.0428415
Vertex 4497 -0.087261 0.137734 0.00520439
Vertex 4498 -0.0665084 0.0903473 0.0440273
Vertex 4499 -0.0655009 0.0903733 0.0443899
Vertex 4500 -0.0644925 0.0903995 0.0447493
Vertex 4501 -0.0634853 0.0904216 0.0451002
Vertex 4502 -0.0624955 0.0904382 0.0452713
Vertex 4503 -0.0614974 0.0904473 0.0454009
Vertex 4504 -0.0604973 0.0904382 0.0452731
Vertex 4505 -0.0594976 0.0904384 0.0451853
Vertex 4506 -0.058497 0.0904388 0.0452323
Vertex 4507 -0.0574961 0.0904385 0.0452768
Vertex 4508 -0.0564976 0.0904367 0.0452654
Vertex 4509 -0.0554962 0.0904299 0.0451691
Vertex 4510 -0.0545067 0.0904158 0.0449797
Vertex 4511 -0.0534973 0.0903982 0.0447559
Vertex 4512 -0.0524994 0.0903873 0.0447034
Vertex 4513 -0.0514988 0.090386 0.0447021
Vertex 4514 -0.050497 0.0903958 0.0446608
Vertex 4515 -0.0494977 0.0903933 0.0446494
Vertex 4516 -0.0484951 0.0903851 0.0445307
Vertex 4517 -0.047508 0.0903548 0.0442194
Vertex 4518 -0.046474 0.0903329 0.04369
Vertex 4519 -0.0454559 0.0902978 0.0432333
Vertex 4520 -0.0444607 0.0902688 0.0428496
Vertex 4521 -0.0434818 0.0902492 0.04268
Vertex 4522 -0.0424925 0.0902452 0.0426486
Vertex 4523 -0.0414961 0.0902351 0.0425692
Vertex 4524 -0.0405063 0.0902417 0.0426463
Vertex 4525 -0.0394974 0.0902763 0.0431118
Vertex 4526 -0.0384918 0.0903063 0.0434643
Vertex 4527 -0.0374817 0.0903202 0.0435434
Vertex 4528 -0.036497 0.0903135 0.0436162
Vertex 4529 -0.0354869 0.0903478 0.043788
Vertex 4530 -0.0344924 0.09037 0.0442186
Vertex 4531 -0.033491 0.0904012 0.0444067
Vertex 4532 -0.0324935 0.0903869 0.0442776
Vertex 4533 -0.0314952 0.0903684 0.0441958
Vertex 4534 -0.0304819 0.0903593 0.0440392
Vertex 4535 -0.0294925 0.0903536 0.0441109
Vertex 4536 -0.0284453 0.0903864 0.0448476
Vertex 4537 0.0207654 0.126697 0.0144664
Vertex 4538 0.0215945 0.126233 0.0147739
Vertex 4539 0.022422 0.125761 0.0150782
Vertex 4540 0.0232288 0.125257 0.0153837
Vertex 4541 0.0240159 0.124704 0.0156714
Vertex 4542 0.0248097 0.124191 0.0159771
Vertex 4543 0.0255848 0.123614 0.0162626
Vertex 4544 0.027072 0.122359 0.0168201
Vertex 4545 0.0263253 0.122966 0.0165355
Vertex 4546 -0.0174841 0.0910963 0.0554741
Vertex 4547 -0.0164849 0.0911174 0.0558291
Vertex 4548 -0.0154951 0.0911415 0.0560918
Vertex 4549 -0.0144839 0.0911543 0.0563071
Vertex 4550 -0.0134986 0.0911752 0.0564813
Vertex 4551 -0.0124858 0.0911558 0.0565265
Vertex 4552 -0.0114919 0.0911558 0.0564108
Vertex 4553 -0.0104995 0.091174 0.0564817
Vertex 4554 -0.00949777 0.091187 0.0566315
Vertex 4555 -0.00849948 0.0911907 0.056727
Vertex 4556 -0.00749562 0.091199 0.0567536
Vertex 4557 -0.00649604 0.0912014 0.0567618
Vertex 4558 -0.00549585 0.0911858 0.0567127
Vertex 4559 -0.00449141 0.0911839 0.0565229
Vertex 4560 -0.00349433 0.0911707 0.0563818
Vertex 4561 -0.00249248 0.0911617 0.056251
Vertex 4562 -0.00149595 0.0911539 0.0561263
Vertex 4563 -0.000494259 0.0911454 0.0560111
Vertex 4564 0.000504835 0.0911354 0.0558722
Vertex 4565 0.00150816 0.0911296 0.0556681
Vertex 4566 0.00251114 0.0911189 0.0554408
Vertex 4567 0.0034971 0.091096 0.055256
Vertex 4568 0.00450871 0.0910904 0.0550512
Vertex 4569 0.00550789 0.0910775 0.054811
Vertex 4570 0.00650044 0.0910463 0.0545358
Vertex 4571 0.00749229 0.091015 0.0542708
Vertex 4572 0.00849738 0.0910108 0.0540495
Vertex 4573 0.00950436 0.0910078 0.0538342
Vertex 4574 0.010498 0.0909888 0.0536897
Vertex 4575 0.011503 0.0909852 0.0534706
Vertex 4576 0.0124994 0.0909598 0.0531045
Vertex 4577 -0.000429299 0.131494 0.0138246
Vertex 4578 -0.0704928 0.117562 0.0527864
Vertex 4579 -0.0714928 0.117552 0.0529474
Vertex 4580 -0.072499 0.117558 0.0529308
Vertex 4581 -0.0735009 0.117559 0.0527975
Vertex 4582 0.0184912 0.0906471 0.0481735
Vertex 4583 0.0194927 0.0906432 0.0481529
Vertex 4584 0.020489 0.0906324 0.0482147
Vertex 4585 0.0214919 0.0906421 0.0482356
Vertex 4586 0.0224894 0.0906371 0.0481279
Vertex 4587 -0.0414977 0.115265 0.0337662
Vertex 4588 -0.0022788 0.119988 -0.0131916
Vertex 4589 -0.0235351 0.118111 0.0331575
Vertex 4590 -0.0705096 0.145613 0.0431794
Vertex 4591 -0.060041 0.155524 0.0222725
Vertex 4592 -0.0665787 0.163768 -0.0579853
Vertex 4593 0.0360094 0.105316 -0.00780471
Vertex 4594 0.0420818 0.101483 0.016165
Vertex 4595 -0.0144941 0.122325 0.033097
Vertex 4596 0.0435215 0.0973118 0.0181533
Vertex 4597 0.0442692 0.0973579 0.00816486
Vertex 4598 -0.00925832 0.177251 -0.027731
Vertex 4599 -0.0114975 0.12239 0.0342495
Vertex 4600 -0.0484946 0.156406 0.00957752
Vertex 4601 -0.0105509 0.165091 -0.0177492
Vertex 4602 -0.0909825 0.11607 0.0303184
Vertex 4603 -0.0478629 0.125952 -0.00709772
Vertex 4604 0.0164903 0.113991 0.0376096
Vertex 4605 0.0381316 0.109734 0.0151646
Vertex 4606 -0.0321679 0.120788 0.027294
Vertex 4607 0.0214921 0.125223 0.0232941
Vertex 4608 -0.0097273 0.130072 0.0104159
Vertex 4609 0.0294149 0.118962 0.0248216
Vertex 4610 0.0174027 0.127944 0.018931
Vertex 4611 -0.0594646 0.151494 0.0342364
Vertex 4612 0.023685 0.124697 0.0198268
Vertex 4613 -0.0707512 0.156365 0.0199172
Vertex 4614 -0.0144465 0.128429 0.00434765
Vertex 4615 -0.0119452 0.129197 0.00527137
Vertex 4616 0.00534877 0.131711 0.0116581
Vertex 4617 -0.0647933 0.15319 -0.00116291
Vertex 4618 -0.0670185 0.155095 -0.00202392
Vertex 4619 -0.0370064 0.121579 0.0285082
Vertex 4620 -0.0591933 0.155725 0.01387
Vertex 4621 -0.0798437 0.119249 -0.00499812
Vertex 4622 -0.0934071 0.117385 0.0163015
Vertex 4623 -0.0725279 0.091561 0.0413901
Vertex 4624 -0.0715197 0.0915892 0.0417662
Vertex 4625 -0.0705315 0.0915903 0.0419348
Vertex 4626 -0.0695005 0.091616 0.0421021
Vertex 4627 -0.0685195 0.0916417 0.0424016
Vertex 4628 -0.0675863 0.0915604 0.0429945
Vertex 4629 -0.0664939 0.0917254 0.0436166
Vertex 4630 -0.0654918 0.0917539 0.043991
Vertex 4631 -0.0644855 0.0917771 0.0443552
Vertex 4632 -0.0635024 0.0918143 0.0447779
Vertex 4633 -0.0624998 0.091833 0.0450322
Vertex 4634 -0.0614888 0.0918402 0.045217
Vertex 4635 -0.0604969 0.0918487 0.0452694
Vertex 4636 -0.0594957 0.0918578 0.0453847
Vertex 4637 -0.0584972 0.0918588 0.045399
Vertex 4638 -0.0574984 0.0918591 0.045399
Vertex 4639 -0.0564984 0.0918565 0.0453856
Vertex 4640 -0.055503 0.0918468 0.0452512
Vertex 4641 -0.0545043 0.0918174 0.0448821
Vertex 4642 -0.0535025 0.0917839 0.0444757
Vertex 4643 -0.0524976 0.0917711 0.0441581
Vertex 4644 -0.0514977 0.0917694 0.0441515
Vertex 4645 -0.0504992 0.0917781 0.0442368
Vertex 4646 -0.049492 0.0917757 0.044207
Vertex 4647 -0.0484736 0.0917654 0.0440291
Vertex 4648 -0.0474794 0.0917467 0.0438194
Vertex 4649 -0.0464789 0.0917181 0.0434263
Vertex 4650 -0.0454732 0.0917007 0.0431865
Vertex 4651 -0.0444858 0.091688 0.0430295
Vertex 4652 -0.0434801 0.0917165 0.0428888
Vertex 4653 -0.0424942 0.0916602 0.0426604
Vertex 4654 -0.0414975 0.0916447 0.0424797
Vertex 4655 -0.0404969 0.0916505 0.0425962
Vertex 4656 -0.0394992 0.0916803 0.0429883
Vertex 4657 -0.0384759 0.091717 0.0434324
Vertex 4658 -0.0374903 0.0917378 0.0437278
Vertex 4659 -0.0364756 0.0917702 0.0440382
Vertex 4660 -0.0354929 0.0917868 0.0443508
Vertex 4661 -0.0344884 0.0918084 0.0445658
Vertex 4662 -0.0334891 0.091814 0.044517
Vertex 4663 -0.032497 0.0917926 0.0443017
Vertex 4664 -0.0314963 0.0917789 0.0442247
Vertex 4665 -0.0304965 0.0917653 0.0441169
Vertex 4666 -0.0294909 0.0917678 0.0440939
Vertex 4667 -0.0284904 0.0917855 0.0443788
Vertex 4668 -0.0275307 0.0918372 0.0449329
Vertex 4669 0.0333782 0.11597 0.0192002
Vertex 4670 0.0327251 0.116757 0.0189485
Vertex 4671 0.0320656 0.117538 0.0186978
Vertex 4672 0.0313831 0.11825 0.0184294
Vertex 4673 0.0306925 0.119003 0.0181751
Vertex 4674 0.029259 0.120361 0.0176317
Vertex 4675 0.0278048 0.121695 0.017093
Vertex 4676 0.0285346 0.121033 0.017364
Vertex 4677 0.0299804 0.119686 0.0179058
Vertex 4678 -0.0174771 0.0924389 0.0547456
Vertex 4679 -0.0164537 0.0924837 0.0552632
Vertex 4680 -0.0154945 0.0925097 0.0555061
Vertex 4681 -0.0144952 0.092498 0.0556089
Vertex 4682 -0.0134957 0.0925258 0.0558596
Vertex 4683 -0.0124951 0.0925417 0.056096
Vertex 4684 -0.0115004 0.0925527 0.0561224
Vertex 4685 -0.0104988 0.09255 0.056119
Vertex 4686 -0.00950093 0.0925586 0.0561384
Vertex 4687 -0.00849427 0.0925522 0.0562249
Vertex 4688 -0.00749931 0.0925693 0.0562701
Vertex 4689 -0.00649896 0.092559 0.0563419
Vertex 4690 -0.00549615 0.0925657 0.0562617
Vertex 4691 -0.00449521 0.0925603 0.0561444
Vertex 4692 -0.00349386 0.0925503 0.0560196
Vertex 4693 -0.00249367 0.0925505 0.0559214
Vertex 4694 -0.00150095 0.0925253 0.0558525
Vertex 4695 -0.000492618 0.0925258 0.0556594
Vertex 4696 0.000505603 0.092515 0.0555251
Vertex 4697 0.00150906 0.0925101 0.0553138
Vertex 4698 0.00250661 0.0924946 0.055168
Vertex 4699 0.00351496 0.0924905 0.0549546
Vertex 4700 0.00450283 0.0924607 0.0546761
Vertex 4701 0.00549857 0.09243 0.054294
Vertex 4702 0.00649864 0.0924086 0.053834
Vertex 4703 0.00749052 0.0923616 0.0534281
Vertex 4704 0.00849261 0.092349 0.0531984
Vertex 4705 0.009491 0.0923319 0.053062
Vertex 4706 0.0104929 0.0923225 0.0529394
Vertex 4707 0.0114966 0.0923286 0.0527326
Vertex 4708 0.000663768 0.131541 0.0142252
Vertex 4709 0.0337889 0.112917 0.0264745
Vertex 4710 -0.0896888 0.137919 0.0321971
Vertex 4711 -0.0697061 0.156309 0.0202886
Vertex 4712 0.0184844 0.092024 0.0477707
Vertex 4713 0.0194957 0.0920261 0.0477827
Vertex 4714 0.0204977 0.0920241 0.0479175
Vertex 4715 0.0214843 0.092023 0.0479434
Vertex 4716 0.0224766 0.0920198 0.0478397
Vertex 4717 0.0190905 0.127062 0.0195525
Vertex 4718 -0.0755097 0.135846 0.0506323
Vertex 4719 -0.0225344 0.118142 0.03379
Vertex 4720 -0.0664528 0.145477 0.0410093
Vertex 4721 -0.0732183 0.172207 -0.0490431
Vertex 4722 -0.000499443 0.114191 0.0415203
Vertex 4723 0.0166529 0.120978 0.0330533
Vertex 4724 -0.0784807 0.13724 0.0497912
Vertex 4725 -0.0493916 0.144765 0.00938332
Vertex 4726 -0.0362968 0.126232 -0.00232089
Vertex 4727 -0.00748204 0.123738 0.0339317
Vertex 4728 0.0433826 0.0987102 0.00417641
Vertex 4729 0.0442649 0.0973538 0.00716867
Vertex 4730 -0.053518 0.1534 0.0145047
Vertex 4731 -0.0073165 0.13056 0.0112981
Vertex 4732 -0.0774871 0.138654 0.0489668
Vertex 4733 -0.0735032 0.144216 0.0449341
Vertex 4734 0.022476 0.125337 0.020807
Vertex 4735 -0.0311279 0.168264 -0.00654632
Vertex 4736 -0.0377436 0.127354 0.000111554
Vertex 4737 -0.054309 0.153692 0.0171048
Vertex 4738 -0.0531482 0.161241 0.00587596
Vertex 4739 -0.0675655 0.156308 0.0210392
Vertex 4740 0.0206619 0.125677 0.022985
Vertex 4741 -0.00852427 0.130326 0.0108566
Vertex 4742 -0.0891577 0.092949 0.0214162
Vertex 4743 0.0360267 0.110062 0.0258818
Vertex 4744 -0.0852903 0.152844 0.0238067
Vertex 4745 0.0244484 0.124114 0.020115
Vertex 4746 0.008888 0.126629 0.0301427
Vertex 4747 0.0370248 0.10907 0.0248298
Vertex 4748 -0.0106876 0.129553 0.00573838
Vertex 4749 0.0357348 0.111877 0.0229152
Vertex 4750 -0.0868795 0.0927253 0.00342064
Vertex 4751 -0.0924737 0.125588 0.0362608
Vertex 4752 -0.0701892 0.156285 0.021569
Vertex 4753 -0.0761724 0.154401 0.00198863
Vertex 4754 -0.0916556 0.116096 0.0323166
Vertex 4755 -0.071511 0.0930107 0.0417462
Vertex 4756 -0.0705133 0.0930254 0.0420143
Vertex 4757 -0.0694907 0.0930374 0.0422024
Vertex 4758 -0.0685147 0.0930476 0.0422841
Vertex 4759 -0.0674962 0.0930678 0.0426016
Vertex 4760 -0.0665114 0.0931036 0.0430214
Vertex 4761 -0.0655017 0.0931357 0.0435076
Vertex 4762 -0.0644838 0.0931562 0.0439721
Vertex 4763 -0.0635003 0.0931972 0.0443921
Vertex 4764 -0.0624726 0.093208 0.0448109
Vertex 4765 -0.0614885 0.0932285 0.0449784
Vertex 4766 -0.0604952 0.0932426 0.0451145
Vertex 4767 -0.0594987 0.0932573 0.0451741
Vertex 4768 -0.0584964 0.0932599 0.0452695
Vertex 4769 -0.0574951 0.093265 0.0451928
Vertex 4770 -0.0564987 0.0932477 0.0451284
Vertex 4771 -0.0554929 0.0932384 0.0449182
Vertex 4772 -0.054495 0.0932121 0.0445367
Vertex 4773 -0.0534962 0.0931826 0.0441514
Vertex 4774 -0.0524976 0.0931679 0.0439324
Vertex 4775 -0.0514985 0.0931716 0.0440238
Vertex 4776 -0.0504998 0.0931897 0.044287
Vertex 4777 -0.0494967 0.0932039 0.0445022
Vertex 4778 -0.0484872 0.0931824 0.0442201
Vertex 4779 -0.0474847 0.0931518 0.0438057
Vertex 4780 -0.0464855 0.0931347 0.0435353
Vertex 4781 -0.0454849 0.0931252 0.0434035
Vertex 4782 -0.0445007 0.0931064 0.043109
Vertex 4783 -0.0434939 0.0930777 0.0427388
Vertex 4784 -0.042508 0.0930307 0.0424902
Vertex 4785 -0.0415 0.0930514 0.0423592
Vertex 4786 -0.0404998 0.0930589 0.0424923
Vertex 4787 -0.0395093 0.0930879 0.0428865
Vertex 4788 -0.0384668 0.0931237 0.0434147
Vertex 4789 -0.0374862 0.0931566 0.0438456
Vertex 4790 -0.0364811 0.0931828 0.0441998
Vertex 4791 -0.0354775 0.0932002 0.0444179
Vertex 4792 -0.0344784 0.0932112 0.0445123
Vertex 4793 -0.0334907 0.0932064 0.044455
Vertex 4794 -0.0324927 0.0932098 0.0444316
Vertex 4795 -0.0314925 0.0932138 0.0444288
Vertex 4796 -0.030492 0.093206 0.0443051
Vertex 4797 -0.0294928 0.0931993 0.044345
Vertex 4798 -0.0284906 0.0932063 0.0444855
Vertex 4799 -0.0274983 0.0932247 0.0447643
Vertex 4800 -0.0266282 0.0932643 0.045173
Vertex 4801 -0.0141549 0.129252 0.0145753
Vertex 4802 0.0340287 0.115127 0.0194375
Vertex 4803 0.0346578 0.114254 0.0196698
Vertex 4804 0.0352633 0.113355 0.0198926
Vertex 4805 0.0364601 0.111481 0.0203251
Vertex 4806 0.0376363 0.109584 0.0207569
Vertex 4807 -0.0154115 0.128891 0.0141212
Vertex 4808 0.0370519 0.110502 0.0205344
Vertex 4809 0.0358716 0.112393 0.0201061
Vertex 4810 -0.0164997 0.0938314 0.054193
Vertex 4811 -0.015483 0.0938222 0.0546278
Vertex 4812 -0.0144923 0.093841 0.0546527
Vertex 4813 -0.0135421 0.093873 0.0547462
Vertex 4814 -0.0124997 0.0938947 0.0551641
Vertex 4815 -0.0114927 0.0938853 0.0554733
Vertex 4816 -0.0104958 0.0939039 0.0555039
Vertex 4817 -0.00949586 0.0938956 0.0554931
Vertex 4818 -0.00849618 0.0939016 0.0554996
Vertex 4819 -0.00749757 0.0939067 0.0556187
Vertex 4820 -0.00649817 0.0939276 0.0556503
Vertex 4821 -0.00549893 0.0939194 0.0556385
Vertex 4822 -0.00449744 0.0939058 0.0556112
Vertex 4823 -0.00349838 0.0938964 0.0554871
Vertex 4824 -0.00249784 0.0939038 0.0553992
Vertex 4825 -0.0014996 0.0938866 0.0553603
Vertex 4826 -0.000502218 0.0938722 0.0552243
Vertex 4827 0.000498438 0.0938703 0.0551155
Vertex 4828 0.00150188 0.0938741 0.0550191
Vertex 4829 0.00249981 0.0938632 0.054785
Vertex 4830 0.00351431 0.0938625 0.0544725
Vertex 4831 0.00450074 0.0938217 0.0540732
Vertex 4832 0.00549734 0.0937843 0.053579
Vertex 4833 0.00650022 0.0937602 0.0531051
Vertex 4834 0.00748123 0.0937253 0.0527164
Vertex 4835 0.00848126 0.0936832 0.0524446
Vertex 4836 0.00949153 0.0936876 0.0522363
Vertex 4837 0.0104883 0.0936688 0.0521003
Vertex 4838 0.0114833 0.0936471 0.0518498
Vertex 4839 0.0124869 0.0936385 0.0515089
Vertex 4840 0.0134712 0.0936014 0.0511282
Vertex 4841 0.0384483 0.10837 0.0201721
Vertex 4842 0.0406661 0.105634 0.0121644
Vertex 4843 -0.0504953 0.154968 0.0107183
Vertex 4844 0.0184724 0.0934238 0.0476306
Vertex 4845 0.0194892 0.0934174 0.0476186
Vertex 4846 0.0204871 0.0934146 0.0476927
Vertex 4847 0.0214864 0.0934187 0.0477129
Vertex 4848 0.022475 0.0933993 0.047467
Vertex 4849 -0.072501 0.11898 0.053434
Vertex 4850 -0.0324964 0.117987 0.0309791
Vertex 4851 -0.021523 0.118151 0.0342827
Vertex 4852 -0.0735089 0.120392 0.0535609
Vertex 4853 -0.061813 0.175696 -0.0586065
Vertex 4854 -0.00916969 0.168123 -0.0207225
Vertex 4855 0.0051585 0.127708 0.0288034
Vertex 4856 -0.0794167 0.137236 0.0495785
Vertex 4857 -0.0304675 0.175749 -0.00423829
Vertex 4858 -0.0697175 0.155623 0.0028257
Vertex 4859 -0.0064883 0.123768 0.0340789
Vertex 4860 0.043549 0.0987325 0.00516762
Vertex 4861 0.044036 0.0973464 0.00517085
Vertex 4862 -0.0245806 0.124862 0.0196194
Vertex 4863 -0.0734899 0.123206 0.0535424
Vertex 4864 -0.0784635 0.138605 0.0489019
Vertex 4865 -0.0725121 0.144203 0.0447958
Vertex 4866 -0.0329445 0.121338 0.0269922
Vertex 4867 -0.0586802 0.148237 0.034554
Vertex 4868 -0.0814624 0.13163 0.0517276
Vertex 4869 -0.0804996 0.127434 0.052885
Vertex 4870 -0.0732356 0.176411 -0.0530886
Vertex 4871 -0.0685481 0.156429 0.0206858
Vertex 4872 0.0230836 0.12416 0.0238853
Vertex 4873 -0.0108662 0.129871 0.00999779
Vertex 4874 -0.0384602 0.127124 -0.00162988
Vertex 4875 0.035443 0.111045 0.0256623
Vertex 4876 -0.069185 0.156032 0.0248455
Vertex 4877 0.0228724 0.125195 0.0195238
Vertex 4878 0.0212529 0.1262 0.0189269
Vertex 4879 0.0364765 0.110061 0.0246179
Vertex 4880 -0.00949201 0.129843 0.00617837
Vertex 4881 0.0363164 0.11089 0.0231265
Vertex 4882 -0.0662723 0.154476 -0.00173975
Vertex 4883 -0.0655548 0.153788 -0.00146085
Vertex 4884 0.0106021 0.12463 0.0322012
Vertex 4885 -0.0837218 0.154141 0.0154269
Vertex 4886 -0.00991923 0.0986226 0.0505787
Vertex 4887 0.0113328 0.124014 0.0325236
Vertex 4888 -0.0458806 0.10564 -0.0201801
Vertex 4889 -0.0704921 0.0944433 0.0420805
Vertex 4890 -0.0694824 0.0944579 0.0422945
Vertex 4891 -0.0684942 0.0944611 0.0423345
Vertex 4892 -0.067492 0.0944588 0.0423306
Vertex 4893 -0.0665096 0.0944832 0.0425185
Vertex 4894 -0.0654853 0.0944999 0.0429585
Vertex 4895 -0.064515 0.0945534 0.0434117
Vertex 4896 -0.0635019 0.0945759 0.0438874
Vertex 4897 -0.0624814 0.094591 0.0443423
Vertex 4898 -0.0614849 0.0946016 0.0445824
Vertex 4899 -0.0604857 0.094604 0.0446906
Vertex 4900 -0.0594974 0.0946317 0.0447571
Vertex 4901 -0.0584963 0.0946188 0.0448266
Vertex 4902 -0.0574955 0.0946379 0.0447737
Vertex 4903 -0.0565021 0.0946206 0.04473
Vertex 4904 -0.0555057 0.0946 0.044463
Vertex 4905 -0.0544999 0.0945829 0.0441089
Vertex 4906 -0.053497 0.0945663 0.0438533
Vertex 4907 -0.0524967 0.0945727 0.0438723
Vertex 4908 -0.0514961 0.0945888 0.044111
Vertex 4909 -0.0504886 0.0946205 0.0445363
Vertex 4910 -0.0494969 0.0946343 0.044743
Vertex 4911 -0.048501 0.0946267 0.0446158
Vertex 4912 -0.0474749 0.0945717 0.0440635
Vertex 4913 -0.0464518 0.0945568 0.0436355
Vertex 4914 -0.0454954 0.0945383 0.0433792
Vertex 4915 -0.0444648 0.0945053 0.0429498
Vertex 4916 -0.0434854 0.0944868 0.0426487
Vertex 4917 -0.0424855 0.09447 0.0423231
Vertex 4918 -0.0414998 0.0944525 0.0421484
Vertex 4919 -0.0405043 0.0944618 0.0422679
Vertex 4920 -0.0394914 0.0944889 0.0427101
Vertex 4921 -0.038479 0.0945169 0.0431902
Vertex 4922 -0.0374622 0.0945463 0.043653
Vertex 4923 -0.0364793 0.0945677 0.0439429
Vertex 4924 -0.0354827 0.0945899 0.0441989
Vertex 4925 -0.0344963 0.094609 0.0443801
Vertex 4926 -0.0334933 0.0946149 0.0444857
Vertex 4927 -0.0324852 0.0946249 0.0445277
Vertex 4928 -0.0314938 0.0946271 0.0446065
Vertex 4929 -0.0304948 0.094646 0.0448519
Vertex 4930 -0.0294901 0.0946648 0.0450535
Vertex 4931 -0.0284962 0.0946634 0.0451029
Vertex 4932 -0.0274872 0.094655 0.0450969
Vertex 4933 -0.0265055 0.0946665 0.044662
Vertex 4934 -0.0254987 0.0945485 0.0446378
Vertex 4935 -0.0665323 0.154667 0.00252946
Vertex 4936 -0.0455234 0.131922 0.0119481
Vertex 4937 -0.0315791 0.125791 0.0170798
Vertex 4938 -0.0297787 0.125132 0.0177406
Vertex 4939 -0.0133594 0.127978 0.0236019
Vertex 4940 0.000512384 0.127929 0.028588
Vertex 4941 0.00710349 0.126169 0.0309735
Vertex 4942 0.00523694 0.126704 0.0302977
Vertex 4943 0.00144942 0.127679 0.0289378
Vertex 4944 -0.0155009 0.0951913 0.0533641
Vertex 4945 -0.0144859 0.0951551 0.0535558
Vertex 4946 -0.0134899 0.0951663 0.0534531
Vertex 4947 -0.0125183 0.095238 0.0536312
Vertex 4948 -0.0114897 0.0951792 0.0542781
Vertex 4949 -0.0104933 0.0952299 0.0545267
Vertex 4950 -0.00948994 0.0952069 0.0546127
Vertex 4951 -0.00849797 0.0952525 0.0545557
Vertex 4952 -0.00749453 0.0952341 0.0547544
Vertex 4953 -0.0064991 0.0952675 0.0547927
Vertex 4954 -0.00549683 0.095262 0.0547887
Vertex 4955 -0.0044982 0.0952431 0.0547633
Vertex 4956 -0.00349883 0.095211 0.054715
Vertex 4957 -0.00249757 0.0952299 0.0546317
Vertex 4958 -0.00149834 0.095227 0.054625
Vertex 4959 -0.000500036 0.0952296 0.0545194
Vertex 4960 0.00049039 0.0952019 0.0544773
Vertex 4961 0.00148048 0.0952613 0.0542408
Vertex 4962 0.00249575 0.0952068 0.0540463
Vertex 4963 0.00347944 0.095162 0.0537659
Vertex 4964 0.00448177 0.0951431 0.0532987
Vertex 4965 0.00549498 0.0951378 0.0528545
Vertex 4966 0.00648653 0.0951017 0.0524749
Vertex 4967 0.00749418 0.095088 0.0520151
Vertex 4968 0.00848559 0.0950467 0.0516302
Vertex 4969 0.00948509 0.0950229 0.0512669
Vertex 4970 0.0104769 0.0949778 0.0509942
Vertex 4971 0.0114695 0.0949418 0.0507264
Vertex 4972 0.0124807 0.0949598 0.0504131
Vertex 4973 -0.057716 0.154704 0.0245626
Vertex 4974 0.0247834 0.123596 0.021665
Vertex 4975 0.0257715 0.122252 0.0234619
Vertex 4976 0.0174632 0.0948293 0.047857
Vertex 4977 0.0184887 0.0948214 0.0475148
Vertex 4978 0.0194938 0.0948135 0.0473832
Vertex 4979 0.0204841 0.0948066 0.0474378
Vertex 4980 0.0214853 0.0948038 0.0473574
Vertex 4981 0.0224755 0.0947811 0.0470955
Vertex 4982 -0.0334943 0.11802 0.0311453
Vertex 4983 -0.00448593 0.118295 0.0389891
Vertex 4984 -0.074497 0.120396 0.0533632
Vertex 4985 -0.0872512 0.106353 0.0133638
Vertex 4986 -0.0681737 0.074979 0.0383298
Vertex 4987 -0.032468 0.175717 -0.00291757
Vertex 4988 0.00949693 0.121023 0.0358683
Vertex 4989 0.0383178 0.106879 0.000185785
Vertex 4990 -0.0229947 0.122243 0.0275866
Vertex 4991 -0.00548754 0.123746 0.0343085
Vertex 4992 0.0422406 0.0986762 0.0221715
Vertex 4993 0.0357616 0.0967769 -0.0118087
Vertex 4994 -0.0673436 0.155169 0.0284164
Vertex 4995 -0.0714952 0.123214 0.0534125
Vertex 4996 -0.0794627 0.138625 0.0485832
Vertex 4997 -0.0715324 0.144165 0.0446205
Vertex 4998 0.00897367 0.131122 0.0172577
Vertex 4999 0.0363477 0.102053 0.0316389
Vertex 5000 -0.0794885 0.131664 0.0524764
Vertex 5001 0.0373196 0.105416 -0.00382358
Vertex 5002 0.0374508 0.109679 0.00217662
Vertex 5003 -0.00495697 0.0978375 0.052341
Vertex 5004 0.0238446 0.123573 0.0241681
Vertex 5005 -0.0121305 0.129539 0.00953518
Vertex 5006 -0.037475 0.126933 -0.001254
Vertex 5007 0.0324864 0.115764 0.0245556
Vertex 5008 -0.025634 0.122393 0.025161
Vertex 5009 -0.0771699 0.154422 0.00455736
Vertex 5010 0.0195548 0.127052 0.0182976
Vertex 5011 0.0359077 0.111056 0.0244077
Vertex 5012 -0.00828798 0.130102 0.00662088
Vertex 5013 0.0112135 0.130703 0.0137986
Vertex 5014 0.0121385 0.130422 0.0141392
Vertex 5015 0.0130152 0.130057 0.0144613
Vertex 5016 0.0139278 0.129741 0.0148027
Vertex 5017 0.014767 0.129313 0.0151085
Vertex 5018 -0.037685 0.127343 0.0163262
Vertex 5019 -0.0525315 0.149847 0.0192949
Vertex 5020 -0.0868422 0.134936 0.00226938
Vertex 5021 -0.0715256 0.0958228 0.0413941
Vertex 5022 -0.0705026 0.0958452 0.0418601
Vertex 5023 -0.0694956 0.0958583 0.0420894
Vertex 5024 -0.0684956 0.0958684 0.0422138
Vertex 5025 -0.0674874 0.0958602 0.0421807
Vertex 5026 -0.066499 0.0958724 0.0422345
Vertex 5027 -0.0655014 0.0958911 0.0424957
Vertex 5028 -0.0644795 0.0959078 0.0429389
Vertex 5029 -0.0635036 0.095949 0.0432601
Vertex 5030 -0.0624759 0.0959475 0.043683
Vertex 5031 -0.0614938 0.0959769 0.0438595
Vertex 5032 -0.0604906 0.0959808 0.043977
Vertex 5033 -0.0594946 0.0959853 0.0440949
Vertex 5034 -0.0584978 0.0959813 0.0440843
Vertex 5035 -0.0574984 0.0959784 0.0439666
Vertex 5036 -0.0564976 0.0959787 0.0438593
Vertex 5037 -0.0554959 0.0959795 0.0436611
Vertex 5038 -0.0544972 0.0959632 0.0436086
Vertex 5039 -0.0534962 0.0959644 0.0436141
Vertex 5040 -0.0524868 0.0959601 0.0436811
Vertex 5041 -0.0514936 0.0959907 0.0439844
Vertex 5042 -0.0504951 0.0960175 0.0443724
Vertex 5043 -0.0494978 0.0960237 0.0444817
Vertex 5044 -0.0484883 0.0960313 0.0444485
Vertex 5045 -0.0474662 0.0960033 0.0439936
Vertex 5046 -0.0464486 0.0959731 0.0434949
Vertex 5047 -0.0454824 0.0959409 0.0431744
Vertex 5048 -0.0444676 0.0959215 0.0428438
Vertex 5049 -0.0434867 0.0959016 0.0426578
Vertex 5050 -0.0424793 0.0958739 0.0423242
Vertex 5051 -0.0414969 0.095865 0.0421344
Vertex 5052 -0.0404927 0.0958661 0.0421915
Vertex 5053 -0.0394877 0.095879 0.0424449
Vertex 5054 -0.0384829 0.0959056 0.0428235
Vertex 5055 -0.0374873 0.0959326 0.0432114
Vertex 5056 -0.0364738 0.0959436 0.0435424
Vertex 5057 -0.0354714 0.0959602 0.0437897
Vertex 5058 -0.0344873 0.0959942 0.0440904
Vertex 5059 -0.0334914 0.0960174 0.044365
Vertex 5060 -0.032494 0.096035 0.0446186
Vertex 5061 -0.0314905 0.0960436 0.0448087
Vertex 5062 -0.0304938 0.0960556 0.0449536
Vertex 5063 -0.0294958 0.0960659 0.0449891
Vertex 5064 -0.0285 0.0960446 0.0448096
Vertex 5065 -0.0274981 0.0960112 0.0443229
Vertex 5066 -0.0264981 0.0959784 0.0437675
Vertex 5067 -0.0254875 0.0959781 0.0438332
Vertex 5068 0.0114621 0.125412 0.0310862
Vertex 5069 -0.0144911 0.124164 0.030554
Vertex 5070 -0.030372 0.124909 0.019004
Vertex 5071 0.00388987 0.0987683 0.0495103
Vertex 5072 -0.0894993 0.135155 0.0302067
Vertex 5073 -0.000225629 0.097747 0.0525183
Vertex 5074 0.00694939 0.128215 0.0280149
Vertex 5075 -0.0164554 0.0963571 0.0512639
Vertex 5076 -0.0153678 0.09644 0.0517723
Vertex 5077 -0.0124889 0.0964872 0.0522501
Vertex 5078 -0.0114785 0.0965129 0.0526113
Vertex 5079 -0.010476 0.0965182 0.0531854
Vertex 5080 -0.00948854 0.0965445 0.0534324
Vertex 5081 -0.00849451 0.0965679 0.0534544
Vertex 5082 -0.00749239 0.096543 0.0535421
Vertex 5083 -0.00649214 0.0965537 0.0536631
Vertex 5084 -0.00549542 0.0965711 0.0536823
Vertex 5085 -0.00449535 0.0965559 0.0536663
Vertex 5086 -0.0034976 0.0965806 0.0535793
Vertex 5087 -0.00249868 0.0965524 0.0536599
Vertex 5088 -0.00149973 0.0965741 0.0536819
Vertex 5089 -0.000502572 0.0965565 0.053664
Vertex 5090 0.000488577 0.0965409 0.0535304
Vertex 5091 0.00149843 0.0965502 0.0531993
Vertex 5092 0.00247314 0.0964836 0.053027
Vertex 5093 0.00347668 0.0964809 0.0526894
Vertex 5094 0.00448513 0.0964789 0.0523472
Vertex 5095 0.005469 0.0964333 0.0520715
Vertex 5096 0.00646924 0.0964123 0.0516046
Vertex 5097 0.00748545 0.0964088 0.0510363
Vertex 5098 0.00847616 0.0963576 0.0505263
Vertex 5099 0.00948792 0.0963424 0.0500581
Vertex 5100 0.0104732 0.0962984 0.0498872
Vertex 5101 0.0114882 0.0963254 0.0495798
Vertex 5102 0.0124693 0.0962821 0.0494059
Vertex 5103 0.0134626 0.0962698 0.0490469
Vertex 5104 0.0144666 0.0962642 0.0485999
Vertex 5105 0.015473 0.0962531 0.0481291
Vertex 5106 0.0164935 0.0962515 0.0477962
Vertex 5107 0.0174929 0.0962345 0.0475335
Vertex 5108 0.0184956 0.0962193 0.0472822
Vertex 5109 0.0194833 0.0961991 0.0471957
Vertex 5110 0.0204867 0.0961927 0.0470968
Vertex 5111 0.021477 0.0961774 0.0469631
Vertex 5112 -0.0344954 0.118007 0.0312549
Vertex 5113 -0.00349112 0.118315 0.0390164
Vertex 5114 -0.0755176 0.120378 0.0530566
Vertex 5115 -0.0334971 0.119329 0.0299275
Vertex 5116 -0.0744868 0.14835 0.0408614
Vertex 5117 0.00850062 0.121038 0.0360118
Vertex 5118 -0.0893812 0.113196 0.0217139
Vertex 5119 0.00393808 0.131671 0.0154244
Vertex 5120 0.0272653 0.121002 0.0240179
Vertex 5121 -0.0414264 0.125093 -0.00826982
Vertex 5122 -0.00496439 0.130958 0.0121612
Vertex 5123 -0.0663732 0.0796127 0.0418746
Vertex 5124 0.0367704 0.109675 0.000243105
Vertex 5125 -0.00429403 0.131101 0.0138416
Vertex 5126 0.0414017 0.104253 0.00516521
Vertex 5127 -0.078485 0.131655 0.0526796
Vertex 5128 -0.0921247 0.116117 0.0353113
Vertex 5129 -0.0458334 0.0927472 -0.0217986
Vertex 5130 -0.069928 0.113662 -0.00916203
Vertex 5131 -0.0672153 0.156284 0.0168104
Vertex 5132 0.0245725 0.122909 0.0244414
Vertex 5133 -0.0183558 0.127798 0.00725695
Vertex 5134 -0.0365184 0.126747 -0.000928274
Vertex 5135 0.0318733 0.11664 0.0243218
Vertex 5136 -0.0418108 0.128972 0.0103834
Vertex 5137 0.02042 0.126659 0.0186188
Vertex 5138 -0.0203015 0.124709 0.0241059
Vertex 5139 -0.00714757 0.130278 0.00704353
Vertex 5140 -0.00588102 0.130577 0.00751387
Vertex 5141 -0.03056 0.124009 -0.00164624
Vertex 5142 -0.0315292 0.124197 -0.00202254
Vertex 5143 -0.0932956 0.12823 0.014251
Vertex 5144 -0.0884031 0.101017 0.0203758
Vertex 5145 0.0156548 0.128965 0.0154331
Vertex 5146 -0.0253871 0.124202 0.0208009
Vertex 5147 -0.0686442 0.156175 0.0235781
Vertex 5148 -0.0705311 0.0972485 0.0414142
Vertex 5149 -0.069435 0.0972593 0.0417284
Vertex 5150 -0.0685036 0.0972643 0.0418698
Vertex 5151 -0.0674995 0.0972695 0.0419768
Vertex 5152 -0.0665061 0.0972756 0.0420058
Vertex 5153 -0.0655106 0.0972881 0.0421527
Vertex 5154 -0.0644877 0.0972949 0.0424471
Vertex 5155 -0.0634992 0.0973124 0.0426152
Vertex 5156 -0.0625026 0.0973365 0.0428841
Vertex 5157 -0.0614955 0.0973435 0.04311
Vertex 5158 -0.0604951 0.097348 0.0432235
Vertex 5159 -0.0594946 0.0973472 0.0432255
Vertex 5160 -0.0585016 0.0973698 0.0431908
Vertex 5161 -0.0574972 0.0973516 0.04313
Vertex 5162 -0.0564981 0.0973554 0.0431547
Vertex 5163 -0.0554983 0.0973521 0.0432389
Vertex 5164 -0.0544984 0.0973596 0.0432594
Vertex 5165 -0.0534968 0.0973516 0.0432358
Vertex 5166 -0.0524899 0.0973506 0.0433264
Vertex 5167 -0.051494 0.097382 0.0437255
Vertex 5168 -0.050495 0.0974075 0.0440057
Vertex 5169 -0.0494963 0.0974185 0.0440407
Vertex 5170 -0.0484974 0.0974063 0.0440017
Vertex 5171 -0.0475033 0.0973719 0.0436212
Vertex 5172 -0.0464922 0.097353 0.0431423
Vertex 5173 -0.0455017 0.0973341 0.0429686
Vertex 5174 -0.044481 0.0973337 0.0428134
Vertex 5175 -0.0435092 0.0973014 0.0425845
Vertex 5176 -0.0424946 0.0972875 0.0422451
Vertex 5177 -0.0415001 0.0972709 0.0420669
Vertex 5178 -0.0404973 0.0972715 0.0419896
Vertex 5179 -0.0395059 0.0972892 0.042147
Vertex 5180 -0.0385113 0.0973107 0.0424108
Vertex 5181 -0.0374891 0.0973119 0.0427062
Vertex 5182 -0.0364752 0.09732 0.0430461
Vertex 5183 -0.0354688 0.0973337 0.0432864
Vertex 5184 -0.0344737 0.0973629 0.0436701
Vertex 5185 -0.0335185 0.0974234 0.0440535
Vertex 5186 -0.0324865 0.0974182 0.0443398
Vertex 5187 -0.0314936 0.097435 0.044487
Vertex 5188 -0.0304964 0.0974331 0.0445755
Vertex 5189 -0.0295025 0.0974144 0.0445077
Vertex 5190 -0.0285002 0.097396 0.0440561
Vertex 5191 -0.0274965 0.0973724 0.0435854
Vertex 5192 -0.0264937 0.0973851 0.0437224
Vertex 5193 -0.0254927 0.0974122 0.0441083
Vertex 5194 -0.0286176 0.124173 0.0196508
Vertex 5195 0.0447715 0.070791 0.0233171
Vertex 5196 -0.0282629 0.122524 0.022734
Vertex 5197 0.0453129 0.0698237 0.023466
Vertex 5198 -0.0546525 0.154186 0.0155249
Vertex 5199 0.0511802 0.0687267 0.0256724
Vertex 5200 0.0461067 0.069238 0.0238359
Vertex 5201 -0.0154978 0.0977476 0.0489325
Vertex 5202 0.0423933 0.0901635 -0.00682346
Vertex 5203 -0.0931816 0.121543 0.0372829
Vertex 5204 -0.0944613 0.121476 0.0212834
Vertex 5205 -0.0493499 0.141685 0.00939558
Vertex 5206 -0.0678507 0.166619 -0.0550103
Vertex 5207 -0.00848562 0.0978428 0.0521021
Vertex 5208 -0.00748928 0.0978336 0.0520944
Vertex 5209 -0.00649249 0.0978569 0.0522238
Vertex 5210 -0.00549246 0.097843 0.0523265
Vertex 5211 -0.0623164 0.153672 -0.0306063
Vertex 5212 -0.0623115 0.16311 -0.0435951
Vertex 5213 -0.00150184 0.0978367 0.052434
Vertex 5214 0.000474346 0.0977989 0.0522897
Vertex 5215 0.00247063 0.0977635 0.0514765
Vertex 5216 0.00346471 0.0977538 0.051238
Vertex 5217 0.00446502 0.0977292 0.050995
Vertex 5218 0.00544999 0.097676 0.0507202
Vertex 5219 0.0064803 0.0977098 0.0499318
Vertex 5220 0.0074848 0.0976824 0.0494394
Vertex 5221 0.00848893 0.0976878 0.0492062
Vertex 5222 0.00948927 0.0976692 0.0490505
Vertex 5223 0.0104935 0.0976882 0.0488434
Vertex 5224 0.0114806 0.097647 0.0487825
Vertex 5225 0.012476 0.0976634 0.0485624
Vertex 5226 0.0134806 0.0976663 0.0482444
Vertex 5227 0.0144699 0.0976455 0.0479677
Vertex 5228 0.0154693 0.0976312 0.0477084
Vertex 5229 0.0164701 0.0976264 0.0474551
Vertex 5230 0.0174829 0.0976104 0.0472234
Vertex 5231 0.0184875 0.0976002 0.0470854
Vertex 5232 0.0194801 0.0975854 0.0469408
Vertex 5233 0.0204758 0.0975716 0.0468126
Vertex 5234 0.0214666 0.0975514 0.0465681
Vertex 5235 0.0224678 0.0975265 0.046211
Vertex 5236 -0.0354946 0.118017 0.0312708
Vertex 5237 -0.00249301 0.118317 0.039019
Vertex 5238 -0.076603 0.120411 0.0526033
Vertex 5239 -0.0324956 0.119317 0.0295507
Vertex 5240 -0.0754818 0.148362 0.0406222
Vertex 5241 -0.0433806 0.120699 0.0278302
Vertex 5242 0.00749727 0.121002 0.0360768
Vertex 5243 -0.0717062 0.159603 -0.040933
Vertex 5244 0.00341369 0.131576 0.0166618
Vertex 5245 0.0280038 0.120349 0.024295
Vertex 5246 -0.0649944 0.132589 -0.00831046
Vertex 5247 -0.0525045 0.159361 0.00819169
Vertex 5248 0.0130462 0.129592 0.0201813
Vertex 5249 0.0370837 0.103994 -0.00683208
Vertex 5250 -0.00244654 0.131114 0.00878185
Vertex 5251 -0.0774749 0.141413 0.0470689
Vertex 5252 -0.0424553 0.128377 0.00131486
Vertex 5253 0.0369538 0.108295 0.0261877
Vertex 5254 -0.0764958 0.131682 0.0526442
Vertex 5255 -0.0746833 0.155701 -0.000366346
Vertex 5256 -0.0264503 0.181668 -0.00853376
Vertex 5257 -0.0728912 0.11354 -0.00756484
Vertex 5258 0.00286804 0.129802 0.0250965
Vertex 5259 0.0252887 0.122228 0.0247087
Vertex 5260 -0.019615 0.127443 0.00679651
Vertex 5261 0.0185712 0.126949 0.0207922
Vertex 5262 0.0312116 0.11742 0.0240751
Vertex 5263 -0.0464485 0.132668 0.0189406
Vertex 5264 0.0187225 0.127515 0.0179893
Vertex 5265 -0.0189668 0.125144 0.0245507
Vertex 5266 -0.0641214 0.155412 0.0266328
Vertex 5267 -0.0243712 0.122748 0.0255975
Vertex 5268 -0.0785581 0.153669 0.00407716
Vertex 5269 -0.0435601 0.129686 0.00973169
Vertex 5270 -0.0459009 0.131661 0.0191601
Vertex 5271 -0.0781924 0.155673 0.0158655
Vertex 5272 -0.0741715 0.151271 -0.0318825
Vertex 5273 0.0165672 0.128654 0.015768
Vertex 5274 -0.024293 0.124271 0.0211991
Vertex 5275 -0.0712372 0.167165 -0.0209901
Vertex 5276 -0.0705221 0.098629 0.0408842
Vertex 5277 -0.0694918 0.0986232 0.041191
Vertex 5278 -0.0684985 0.0986495 0.0414678
Vertex 5279 -0.0674898 0.0986608 0.0416951
Vertex 5280 -0.0665138 0.0986787 0.0417758
Vertex 5281 -0.0655092 0.0986926 0.0420188
Vertex 5282 -0.0644854 0.0986987 0.0423063
Vertex 5283 -0.0635094 0.0987058 0.0422669
Vertex 5284 -0.0624966 0.0987153 0.0424769
Vertex 5285 -0.0614969 0.0987359 0.0427353
Vertex 5286 -0.0604873 0.0987275 0.0428004
Vertex 5287 -0.0595022 0.0987448 0.042776
Vertex 5288 -0.0585002 0.0987496 0.0428962
Vertex 5289 -0.0574975 0.0987515 0.0429871
Vertex 5290 -0.0564971 0.0987696 0.0431638
Vertex 5291 -0.0555018 0.0987713 0.0432834
Vertex 5292 -0.0544751 0.0987674 0.042954
Vertex 5293 -0.0534996 0.0987387 0.0427565
Vertex 5294 -0.0524927 0.0987339 0.0429361
Vertex 5295 -0.0514869 0.0987554 0.0433116
Vertex 5296 -0.050497 0.0987878 0.0435099
Vertex 5297 -0.0494959 0.0988033 0.0435442
Vertex 5298 -0.0484961 0.0987927 0.0435149
Vertex 5299 -0.0474987 0.0987688 0.0431343
Vertex 5300 -0.0464941 0.0987388 0.0427545
Vertex 5301 -0.0454908 0.0987379 0.0426533
Vertex 5302 -0.044494 0.0987314 0.042632
Vertex 5303 -0.043484 0.0987241 0.0424341
Vertex 5304 -0.0425023 0.0986936 0.0421906
Vertex 5305 -0.0414965 0.0986758 0.0418571
Vertex 5306 -0.0404977 0.0986657 0.0417206
Vertex 5307 -0.0395091 0.0986823 0.0417741
Vertex 5308 -0.0385061 0.0986889 0.0419871
Vertex 5309 -0.0375032 0.0987213 0.042382
Vertex 5310 -0.0364954 0.0987325 0.0427313
Vertex 5311 -0.0354848 0.0987251 0.0428224
Vertex 5312 -0.0344901 0.0987486 0.043091
Vertex 5313 -0.0334818 0.0987718 0.0435747
Vertex 5314 -0.0325019 0.0988116 0.0438807
Vertex 5315 -0.0314884 0.0988001 0.0440684
Vertex 5316 -0.030496 0.0988081 0.0439786
Vertex 5317 -0.0295082 0.0987895 0.0437091
Vertex 5318 -0.028491 0.0987621 0.0434122
Vertex 5319 -0.0275028 0.0988006 0.0435593
Vertex 5320 -0.0264937 0.098817 0.0439871
Vertex 5321 -0.025483 0.0988427 0.0444451
Vertex 5322 -0.0244818 0.0988555 0.0446892
Vertex 5323 -0.0234982 0.0988724 0.0447778
Vertex 5324 -0.0224928 0.0988548 0.044702
Vertex 5325 -0.021497 0.0988475 0.0444941
Vertex 5326 -0.0470246 0.133586 0.0187098
Vertex 5327 -0.0844521 0.153452 0.0225801
Vertex 5328 0.00787676 0.127927 0.0283381
Vertex 5329 -0.0655006 0.155906 0.0116223
Vertex 5330 0.0503042 0.0691243 0.0253774
Vertex 5331 -0.0409656 0.122163 0.0270528
Vertex 5332 -0.0853725 0.111782 0.0273822
Vertex 5333 -0.0875766 0.122583 -0.000713178
Vertex 5334 -0.0934477 0.121479 0.0262963
Vertex 5335 0.0441667 0.0973563 0.00616912
Vertex 5336 -0.0642915 0.169488 -0.0607786
Vertex 5337 -0.0875779 0.102333 0.0213648
Vertex 5338 -0.0781864 0.161095 -0.0229348
Vertex 5339 -0.0794888 0.111206 0.0453002
Vertex 5340 -0.0748963 0.0690517 0.0244939
Vertex 5341 -0.0106577 0.165418 -0.0198106
Vertex 5342 -0.063271 0.158522 -0.0165888
Vertex 5343 -0.062316 0.158431 -0.019584
Vertex 5344 -0.00921165 0.172686 -0.0275682
Vertex 5345 0.0448613 0.0903726 0.0191701
Vertex 5346 -0.0513173 0.146268 0.0144074
Vertex 5347 -0.0896848 0.0929338 0.0144339
Vertex 5348 0.0034577 0.0989815 0.0493164
Vertex 5349 0.00448398 0.0989824 0.0487111
Vertex 5350 0.00550054 0.0990386 0.0482677
Vertex 5351 0.00650478 0.0989998 0.0481043
Vertex 5352 0.00750734 0.0990008 0.0480837
Vertex 5353 0.00850898 0.0990197 0.0481875
Vertex 5354 0.00950564 0.0990636 0.0482467
Vertex 5355 0.0105224 0.0990052 0.0483243
Vertex 5356 0.0114933 0.0990667 0.0482243
Vertex 5357 0.012486 0.0990688 0.0481132
Vertex 5358 0.0134754 0.0990564 0.0479483
Vertex 5359 0.0144891 0.0990552 0.047648
Vertex 5360 0.0154871 0.0990335 0.0473819
Vertex 5361 0.0164968 0.0990289 0.0471605
Vertex 5362 0.0174821 0.0990004 0.0469682
Vertex 5363 0.018473 0.0989902 0.0468145
Vertex 5364 0.0194854 0.0989751 0.0466096
Vertex 5365 0.0214637 0.0989203 0.04607
Vertex 5366 -0.0364985 0.117968 0.0313259
Vertex 5367 -0.00149237 0.118319 0.0391398
Vertex 5368 0.00842909 0.131472 0.01278
Vertex 5369 -0.0861949 0.139089 0.00320204
Vertex 5370 -0.000497737 0.11557 0.0407823
Vertex 5371 -0.0423644 0.120691 0.0280931
Vertex 5372 0.00650273 0.121045 0.0359095
Vertex 5373 0.0400623 0.0956447 -0.00679711
Vertex 5374 -0.019377 0.127678 0.00978651
Vertex 5375 0.0414332 0.100023 0.0231582
Vertex 5376 -0.0717668 0.172238 -0.0510285
Vertex 5377 -0.0515046 0.159378 0.00834015
Vertex 5378 -0.0345217 0.127119 0.00425139
Vertex 5379 -0.0725117 0.163674 -0.014076
Vertex 5380 -0.0722654 0.153589 0.032663
Vertex 5381 0.0451235 0.093189 0.0121575
Vertex 5382 -0.0563767 0.0650155 0.0336358
Vertex 5383 -0.0619803 0.153737 -0.02558
Vertex 5384 -0.0745149 0.121791 0.0533186
Vertex 5385 0.0382636 0.109749 0.0121659
Vertex 5386 -0.0498185 0.0927102 -0.0215416
Vertex 5387 -0.04783 0.0927226 -0.0216222
Vertex 5388 -0.0468295 0.0927337 -0.0216687
Vertex 5389 0.00188261 0.129936 0.0247306
Vertex 5390 0.0260062 0.121547 0.0249766
Vertex 5391 -0.0208041 0.127131 0.0063587
Vertex 5392 0.0193916 0.12656 0.0211758
Vertex 5393 0.0305485 0.118199 0.0238252
Vertex 5394 -0.0695537 0.163673 -0.0146023
Vertex 5395 0.0170321 0.128388 0.0173658
Vertex 5396 0.0178664 0.127935 0.017674
Vertex 5397 -0.000572916 0.131478 0.0109076
Vertex 5398 -0.00171604 0.131316 0.0104838
Vertex 5399 -0.00281159 0.131227 0.0100802
Vertex 5400 -0.00395268 0.131078 0.00966125
Vertex 5401 -0.00521852 0.130779 0.0091953
Vertex 5402 -0.00636015 0.130593 0.00877385
Vertex 5403 -0.0113055 0.0991708 0.0485876
Vertex 5404 -0.0351946 0.125334 -0.00338173
Vertex 5405 0.0174435 0.128281 0.0160914
Vertex 5406 -0.0231537 0.124452 0.0216177
Vertex 5407 -0.0694874 0.100005 0.0406788
Vertex 5408 -0.0685089 0.100042 0.0409867
Vertex 5409 -0.067492 0.10005 0.0413205
Vertex 5410 -0.0665225 0.10009 0.04154
Vertex 5411 -0.0654981 0.100096 0.041968
Vertex 5412 -0.0644984 0.100116 0.0422372
Vertex 5413 -0.0635064 0.100118 0.0422551
Vertex 5414 -0.0624922 0.100117 0.0423224
Vertex 5415 -0.061495 0.100138 0.0425963
Vertex 5416 -0.0604937 0.100137 0.0425915
Vertex 5417 -0.0594966 0.100149 0.0427407
Vertex 5418 -0.0584986 0.100161 0.0428821
Vertex 5419 -0.0574972 0.100168 0.0430053
Vertex 5420 -0.0564969 0.100177 0.0431307
Vertex 5421 -0.0554937 0.100184 0.0430705
Vertex 5422 -0.0544965 0.100156 0.0427594
Vertex 5423 -0.0534975 0.100135 0.0423919
Vertex 5424 -0.0524987 0.100127 0.0423619
Vertex 5425 -0.0515005 0.100157 0.0426446
Vertex 5426 -0.0505003 0.100168 0.042883
Vertex 5427 -0.0494962 0.100168 0.0429965
Vertex 5428 -0.0484978 0.100158 0.0428666
Vertex 5429 -0.0474967 0.100136 0.0424923
Vertex 5430 -0.0464942 0.100125 0.0422537
Vertex 5431 -0.0454881 0.10014 0.0423159
Vertex 5432 -0.0444966 0.100126 0.0423688
Vertex 5433 -0.0434795 0.10013 0.0422114
Vertex 5434 -0.0424925 0.100104 0.042001
Vertex 5435 -0.0414824 0.100082 0.0415393
Vertex 5436 -0.0404973 0.10005 0.041322
Vertex 5437 -0.0395001 0.100068 0.0413695
Vertex 5438 -0.0384976 0.100064 0.0415702
Vertex 5439 -0.0374845 0.100078 0.0419234
Vertex 5440 -0.0364875 0.100095 0.0421869
Vertex 5441 -0.0355126 0.10012 0.0421792
Vertex 5442 -0.0344858 0.100109 0.0424402
Vertex 5443 -0.0334786 0.100129 0.0429194
Vertex 5444 -0.0324893 0.100164 0.0432113
Vertex 5445 -0.0315045 0.100214 0.0434156
Vertex 5446 -0.0305006 0.100206 0.0434038
Vertex 5447 -0.0294996 0.100187 0.0432585
Vertex 5448 -0.0284889 0.100156 0.0431683
Vertex 5449 -0.0274963 0.100194 0.0434874
Vertex 5450 -0.0264896 0.100224 0.0439794
Vertex 5451 -0.0254848 0.100235 0.0442056
Vertex 5452 -0.0244887 0.100244 0.0443393
Vertex 5453 -0.0234958 0.100256 0.0443804
Vertex 5454 -0.0224965 0.100254 0.0443771
Vertex 5455 -0.0214986 0.100246 0.0444424
Vertex 5456 -0.0204991 0.100239 0.044421
Vertex 5457 -0.0184988 0.100234 0.0438197
Vertex 5458 -0.0175006 0.10024 0.0438179
Vertex 5459 -0.0145298 0.100345 0.0444168
Vertex 5460 -0.0629867 0.155807 0.0241223
Vertex 5461 -0.0115592 0.100495 0.0448823
Vertex 5462 -0.0105339 0.100499 0.0452584
Vertex 5463 -0.00945074 0.100225 0.0471086
Vertex 5464 -0.00845767 0.100229 0.0476033
Vertex 5465 -0.0700395 0.077854 0.0390736
Vertex 5466 -0.0902184 0.117255 0.00530427
Vertex 5467 -0.0896451 0.11724 0.00430849
Vertex 5468 -0.0515285 0.144709 0.0153879
Vertex 5469 0.0376089 0.108292 0.000165208
Vertex 5470 -0.0882673 0.102346 0.019362
Vertex 5471 0.0456785 0.0862046 0.0141695
Vertex 5472 -0.0334865 0.126881 0.00753677
Vertex 5473 0.0420248 0.0845075 -0.00777453
Vertex 5474 0.00250457 0.100333 0.0462614
Vertex 5475 0.00351386 0.100332 0.0462561
Vertex 5476 0.00451352 0.10035 0.0463879
Vertex 5477 0.00553763 0.100304 0.04669
Vertex 5478 0.0065365 0.100373 0.0469448
Vertex 5479 0.00754987 0.100371 0.0472771
Vertex 5480 0.00853944 0.100396 0.0475311
Vertex 5481 0.00951942 0.100425 0.0477045
Vertex 5482 0.0105108 0.100431 0.0479236
Vertex 5483 0.0115006 0.100446 0.0479384
Vertex 5484 0.0124861 0.100431 0.0478938
Vertex 5485 0.0134789 0.100443 0.0476777
Vertex 5486 0.014479 0.100435 0.047468
Vertex 5487 0.0154605 0.100515 0.0471558
Vertex 5488 0.0164934 0.100411 0.0468922
Vertex 5489 0.0174821 0.10039 0.0467276
Vertex 5490 0.0184753 0.100361 0.0464541
Vertex 5491 -0.0714963 0.118989 0.0533881
Vertex 5492 -0.0374964 0.118015 0.0312717
Vertex 5493 -0.000498349 0.118323 0.0391474
Vertex 5494 -0.0259323 0.124597 0.000115117
Vertex 5495 0.0423459 0.0915624 -0.00580854
Vertex 5496 0.0349174 0.110993 0.0268865
Vertex 5497 -0.0414986 0.120686 0.028403
Vertex 5498 0.00550248 0.121034 0.0357708
Vertex 5499 -0.0802651 0.0963563 -0.00854135
Vertex 5500 -0.00717802 0.130589 0.0142265
Vertex 5501 -0.0761869 0.149999 -0.0118749
Vertex 5502 0.0396966 0.105593 0.0211678
Vertex 5503 -0.0494961 0.159354 0.00844009
Vertex 5504 -0.0300028 0.125562 0.00590559
Vertex 5505 -0.0679568 0.13115 -0.00879393
Vertex 5506 0.0266539 0.122169 0.0209401
Vertex 5507 0.040054 0.0998936 -0.00479776
Vertex 5508 -0.0783661 0.108548 -0.00557568
Vertex 5509 -0.025156 0.16972 -0.0189618
Vertex 5510 -0.044533 0.160785 0.0064482
Vertex 5511 -0.083008 0.154405 0.0171359
Vertex 5512 -0.0188353 0.12777 0.00853266
Vertex 5513 -0.0738828 0.103582 -0.0116089
Vertex 5514 -0.0713665 0.156324 0.018248
Vertex 5515 -0.0746893 0.154119 0.0302893
Vertex 5516 0.0267259 0.120866 0.0252428
Vertex 5517 -0.0221189 0.12668 0.005878
Vertex 5518 0.0203176 0.126182 0.0214303
Vertex 5519 0.0298839 0.118971 0.0235707
Vertex 5520 -0.068723 0.163208 -0.0142948
Vertex 5521 -0.0666208 0.161046 -0.0135117
Vertex 5522 -0.0660228 0.160133 -0.0132914
Vertex 5523 -0.0653912 0.159256 -0.0130566
Vertex 5524 -0.0647237 0.158466 -0.0128094
Vertex 5525 -0.0641628 0.157463 -0.0125984
Vertex 5526 -0.0636347 0.156368 -0.0124044
Vertex 5527 -0.079254 0.149169 0.0379325
Vertex 5528 -0.0636022 0.151642 0.0357576
Vertex 5529 -0.00750341 0.130405 0.00835201
Vertex 5530 -0.0735439 0.101276 0.0379813
Vertex 5531 -0.0725318 0.101313 0.038599
Vertex 5532 -0.0714995 0.101334 0.0391804
Vertex 5533 -0.0704991 0.101365 0.0396906
Vertex 5534 -0.0694928 0.101384 0.0400561
Vertex 5535 -0.0685022 0.101419 0.0404594
Vertex 5536 -0.0674677 0.10143 0.0408399
Vertex 5537 -0.0664999 0.101466 0.0412188
Vertex 5538 -0.0654857 0.101487 0.0416824
Vertex 5539 -0.0644855 0.101502 0.0419335
Vertex 5540 -0.0634892 0.101502 0.0420523
Vertex 5541 -0.0624918 0.101519 0.0421076
Vertex 5542 -0.0614982 0.101529 0.0422258
Vertex 5543 -0.0604928 0.101522 0.0423039
Vertex 5544 -0.0594971 0.101543 0.0424741
Vertex 5545 -0.058497 0.101559 0.0426268
Vertex 5546 -0.0574971 0.10156 0.0427298
Vertex 5547 -0.0564976 0.101562 0.0427397
Vertex 5548 -0.0554957 0.10156 0.042627
Vertex 5549 -0.0544907 0.101557 0.0424048
Vertex 5550 -0.0534909 0.101517 0.0419949
Vertex 5551 -0.0524991 0.101502 0.0417298
Vertex 5552 -0.0514967 0.101534 0.0419051
Vertex 5553 -0.0504989 0.101536 0.0421291
Vertex 5554 -0.0494967 0.101524 0.042218
Vertex 5555 -0.0484979 0.101507 0.0419588
Vertex 5556 -0.0474968 0.101477 0.0417865
Vertex 5557 -0.0464984 0.101529 0.041912
Vertex 5558 -0.045498 0.101529 0.0420301
Vertex 5559 -0.0444896 0.101534 0.0420576
Vertex 5560 -0.0434907 0.101526 0.0420227
Vertex 5561 -0.0424766 0.101515 0.0416909
Vertex 5562 -0.0414689 0.101488 0.0411988
Vertex 5563 -0.0404908 0.101464 0.0408992
Vertex 5564 -0.0395435 0.101505 0.0409276
Vertex 5565 -0.0384966 0.101445 0.0410637
Vertex 5566 -0.037499 0.101465 0.0412127
Vertex 5567 -0.0365021 0.101484 0.0413625
Vertex 5568 -0.0354939 0.101471 0.0414493
Vertex 5569 -0.0345053 0.101515 0.0417518
Vertex 5570 -0.0335134 0.101547 0.0420338
Vertex 5571 -0.032501 0.101545 0.0423652
Vertex 5572 -0.0315011 0.101567 0.0426346
Vertex 5573 -0.0304972 0.101559 0.0427282
Vertex 5574 -0.0294883 0.101537 0.0426799
Vertex 5575 -0.0284917 0.101554 0.0428228
Vertex 5576 -0.0274913 0.101587 0.0432231
Vertex 5577 -0.0264818 0.101588 0.0434387
Vertex 5578 -0.0254901 0.101602 0.0435889
Vertex 5579 -0.0244911 0.101622 0.043846
Vertex 5580 -0.0234977 0.101642 0.0439992
Vertex 5581 -0.0224957 0.101642 0.0440993
Vertex 5582 -0.0214966 0.101664 0.0441706
Vertex 5583 -0.0204813 0.10165 0.0438784
Vertex 5584 -0.0194973 0.101611 0.0435898
Vertex 5585 -0.0184976 0.101625 0.0435583
Vertex 5586 -0.0174971 0.101623 0.0437353
Vertex 5587 -0.0154952 0.101637 0.0439764
Vertex 5588 -0.0144882 0.101623 0.0437286
Vertex 5589 -0.0639777 0.155958 0.0237716
Vertex 5590 -0.0375331 0.127856 0.0134298
Vertex 5591 -0.0114996 0.101652 0.0440245
Vertex 5592 -0.0104849 0.101611 0.0440429
Vertex 5593 -0.00949559 0.10164 0.0439977
Vertex 5594 -0.00850157 0.101663 0.0440465
Vertex 5595 -0.00749507 0.10164 0.0441128
Vertex 5596 -0.0243325 0.126263 0.00798048
Vertex 5597 -0.0879259 0.102339 0.0203636
Vertex 5598 -0.0314789 0.174225 -0.0034609
Vertex 5599 -0.00248889 0.101618 0.0440339
Vertex 5600 -0.00049849 0.101653 0.0443576
Vertex 5601 0.000516492 0.101662 0.0444028
Vertex 5602 0.00150087 0.101618 0.0443156
Vertex 5603 0.00250961 0.101617 0.0444387
Vertex 5604 0.00352724 0.10161 0.0446753
Vertex 5605 0.00459507 0.101613 0.0450146
Vertex 5606 0.00557978 0.101599 0.0456072
Vertex 5607 0.00656148 0.101677 0.0461619
Vertex 5608 0.00755739 0.101711 0.046537
Vertex 5609 0.00854504 0.101743 0.0468013
Vertex 5610 0.00953649 0.101759 0.0470503
Vertex 5611 0.0105239 0.101777 0.0472989
Vertex 5612 0.0115087 0.101793 0.0474223
Vertex 5613 0.0124903 0.101789 0.047403
Vertex 5614 0.0134882 0.101805 0.0472084
Vertex 5615 0.0144842 0.101799 0.0469727
Vertex 5616 0.0154718 0.101771 0.0468044
Vertex 5617 0.0164832 0.101772 0.0464774
Vertex 5618 0.0174757 0.101745 0.0462033
Vertex 5619 0.0184783 0.101734 0.0458501
Vertex 5620 -0.070489 0.118975 0.0531649
Vertex 5621 -0.0384962 0.11803 0.0312871
Vertex 5622 0.000494108 0.118289 0.0391022
Vertex 5623 -0.0558701 0.154311 0.0223113
Vertex 5624 -0.0615062 0.158429 -0.0265894
Vertex 5625 0.0174985 0.119533 0.0343583
Vertex 5626 -0.0395098 0.12077 0.029092
Vertex 5627 -0.040502 0.120714 0.028794
Vertex 5628 0.0045004 0.121001 0.0358516
Vertex 5629 0.0438124 0.093116 0.0231537
Vertex 5630 -0.00832508 0.130422 0.0138058
Vertex 5631 -0.0906044 0.135075 0.015212
Vertex 5632 0.0376787 0.105425 -0.00281358
Vertex 5633 -0.0475108 0.159316 0.00812402
Vertex 5634 -0.0230844 0.126658 0.00843513
Vertex 5635 -0.0735166 0.141431 0.0469479
Vertex 5636 -0.0581679 0.154986 0.022946
Vertex 5637 0.0399446 0.107028 0.0121641
Vertex 5638 -0.0694805 0.121794 0.053195
Vertex 5639 -0.0454954 0.160804 0.00677344
Vertex 5640 -0.0404194 0.128239 0.00205017
Vertex 5641 0.0415141 0.104253 0.009162
Vertex 5642 0.00484292 0.129473 0.025811
Vertex 5643 0.0274448 0.120188 0.0255104
Vertex 5644 -0.0233682 0.126286 0.00541909
Vertex 5645 0.028716 0.119662 0.0245591
Vertex 5646 0.0284808 0.120403 0.0230436
Vertex 5647 0.0292004 0.119729 0.0233163
Vertex 5648 0.0122214 0.13032 0.0170232
Vertex 5649 0.0112951 0.130595 0.0166808
Vertex 5650 0.00749212 0.131495 0.0152913
Vertex 5651 0.00337546 0.131746 0.0137901
Vertex 5652 0.00228726 0.131702 0.0133903
Vertex 5653 0.00113903 0.131571 0.0129682
Vertex 5654 -1.32571e-05 0.13145 0.0125463
Vertex 5655 -0.00110521 0.131378 0.0121444
Vertex 5656 -0.0735157 0.102656 0.0375574
Vertex 5657 -0.0725057 0.102685 0.0380563
Vertex 5658 -0.0715304 0.102729 0.03849
Vertex 5659 -0.0705068 0.102745 0.0389474
Vertex 5660 -0.069508 0.102769 0.0393316
Vertex 5661 -0.0684959 0.10279 0.039811
Vertex 5662 -0.0674901 0.102816 0.040307
Vertex 5663 -0.0664983 0.102849 0.0407048
Vertex 5664 -0.0654906 0.102864 0.0410679
Vertex 5665 -0.0644897 0.102874 0.0413067
Vertex 5666 -0.0634945 0.102894 0.0414572
Vertex 5667 -0.0624968 0.102902 0.0415908
Vertex 5668 -0.0614963 0.102908 0.0417081
Vertex 5669 -0.0604933 0.102915 0.04183
Vertex 5670 -0.0594982 0.10293 0.0419773
Vertex 5671 -0.0584972 0.102936 0.0420973
Vertex 5672 -0.0574928 0.102919 0.0421703
Vertex 5673 -0.0564947 0.102955 0.042036
Vertex 5674 -0.0554949 0.102938 0.0419937
Vertex 5675 -0.0545067 0.102902 0.0418134
Vertex 5676 -0.0534903 0.102908 0.0413848
Vertex 5677 -0.0524988 0.102874 0.0411998
Vertex 5678 -0.0514978 0.10289 0.0412322
Vertex 5679 -0.050498 0.10288 0.0412159
Vertex 5680 -0.0494983 0.102885 0.0411106
Vertex 5681 -0.0485018 0.102883 0.0409949
Vertex 5682 -0.0474986 0.102884 0.0412273
Vertex 5683 -0.0464961 0.102903 0.0415914
Vertex 5684 -0.0454999 0.102932 0.0417867
Vertex 5685 -0.0444956 0.102933 0.0417949
Vertex 5686 -0.0434867 0.102921 0.0416521
Vertex 5687 -0.0424989 0.102887 0.0413486
Vertex 5688 -0.0414756 0.102877 0.0407886
Vertex 5689 -0.0404787 0.102851 0.0403978
Vertex 5690 -0.0394926 0.102848 0.0402648
Vertex 5691 -0.0384978 0.102835 0.0403416
Vertex 5692 -0.0375028 0.102851 0.0403695
Vertex 5693 -0.036497 0.102841 0.0405772
Vertex 5694 -0.0355052 0.102861 0.0407303
Vertex 5695 -0.0345002 0.10287 0.040969
Vertex 5696 -0.0334924 0.102881 0.0413291
Vertex 5697 -0.0325014 0.102916 0.0416129
Vertex 5698 -0.0314971 0.102929 0.041974
Vertex 5699 -0.0304987 0.10293 0.0419798
Vertex 5700 -0.0294922 0.102919 0.0420695
Vertex 5701 -0.0284862 0.102933 0.0423265
Vertex 5702 -0.0274957 0.102963 0.0425886
Vertex 5703 -0.0264895 0.102963 0.0427118
Vertex 5704 -0.0255027 0.103002 0.0430099
Vertex 5705 -0.0244921 0.103004 0.0433541
Vertex 5706 -0.0234913 0.103006 0.0434545
Vertex 5707 -0.0224982 0.103036 0.0436276
Vertex 5708 -0.021496 0.103017 0.0435858
Vertex 5709 -0.0204954 0.103009 0.0433484
Vertex 5710 -0.0194977 0.103001 0.0433214
Vertex 5711 -0.0184974 0.103009 0.0434402
Vertex 5712 -0.0174974 0.103031 0.0436129
Vertex 5713 -0.0164922 0.103019 0.043564
Vertex 5714 -0.0155006 0.103015 0.0432792
Vertex 5715 -0.0777065 0.155692 0.0145746
Vertex 5716 -0.0114889 0.103024 0.0436761
Vertex 5717 -0.0105008 0.103039 0.0436514
Vertex 5718 -0.00949715 0.103034 0.0436292
Vertex 5719 -0.00849121 0.103027 0.0437022
Vertex 5720 -0.00849418 0.114178 0.0409373
Vertex 5721 -0.005498 0.103045 0.0437796
Vertex 5722 -0.0908456 0.137855 0.0191944
Vertex 5723 -0.0034944 0.103046 0.0439357
Vertex 5724 -0.0024963 0.10305 0.0439671
Vertex 5725 -0.000403311 0.102922 0.0441774
Vertex 5726 0.000496502 0.103028 0.0440499
Vertex 5727 0.00149085 0.103013 0.043912
Vertex 5728 0.00251006 0.102973 0.0437486
Vertex 5729 0.00350742 0.103001 0.0436938
Vertex 5730 0.0045298 0.102977 0.0440255
Vertex 5731 0.00555478 0.102979 0.0445124
Vertex 5732 0.00659654 0.102942 0.0449664
Vertex 5733 0.00755707 0.10303 0.0452955
Vertex 5734 0.00853656 0.103079 0.0455737
Vertex 5735 0.00953694 0.103082 0.0459273
Vertex 5736 0.0105328 0.103079 0.0462759
Vertex 5737 0.011514 0.10312 0.0464311
Vertex 5738 0.0125017 0.103142 0.0463418
Vertex 5739 0.0134949 0.103141 0.0462202
Vertex 5740 0.0144787 0.103102 0.0461637
Vertex 5741 0.015477 0.103104 0.045929
Vertex 5742 0.0164745 0.103092 0.0456772
Vertex 5743 0.0174805 0.103096 0.0453391
Vertex 5744 -0.0694829 0.118967 0.0529378
Vertex 5745 -0.039498 0.118035 0.0314
Vertex 5746 0.00149573 0.118307 0.0388892
Vertex 5747 -0.0196334 0.0906851 0.0545345
Vertex 5748 0.0456174 0.0890068 0.0121612
Vertex 5749 0.0164933 0.119532 0.0345952
Vertex 5750 -0.0385 0.120755 0.0293207
Vertex 5751 0.00248882 0.121002 0.0363406
Vertex 5752 0.00349445 0.12099 0.0360851
Vertex 5753 0.0440466 0.0931306 0.0221521
Vertex 5754 -0.0646486 0.156189 0.0162701
Vertex 5755 0.0390432 0.106963 0.0211652
Vertex 5756 -0.0455037 0.159315 0.00726546
Vertex 5757 0.0366967 0.103968 -0.00783268
Vertex 5758 0.0330999 0.114889 0.024788
Vertex 5759 -0.0425011 0.163766 0.00491011
Vertex 5760 -0.0524893 0.156469 0.0106374
Vertex 5761 -0.0246171 0.125897 0.00496292
Vertex 5762 -0.0465076 0.160794 0.0071118
Vertex 5763 -0.0846404 0.107661 0.0233457
Vertex 5764 0.0426813 0.101508 0.00916223
Vertex 5765 -0.0770892 0.107143 -0.00760422
Vertex 5766 -0.0624902 0.155293 -0.0145941
Vertex 5767 -0.0626337 0.149615 -0.00617193
Vertex 5768 0.000752728 0.131478 0.01712
Vertex 5769 -0.0340325 0.126267 0.001455
Vertex 5770 0.0343769 0.112004 0.0266888
Vertex 5771 0.00352334 0.12519 0.0325857
Vertex 5772 -0.0371379 0.127502 0.0150528
Vertex 5773 -0.0687869 0.155336 0.00316719
Vertex 5774 -0.0541815 0.15229 0.0244282
Vertex 5775 -0.0700918 0.147968 0.0410511
Vertex 5776 -0.00159432 0.129182 0.0263815
Vertex 5777 -0.0263102 0.123352 0.021955
Vertex 5778 -0.025212 0.123605 0.0223303
Vertex 5779 -0.080116 0.153024 0.0299773
Vertex 5780 -0.0262234 0.119963 0.0294562
Vertex 5781 -0.073517 0.104058 0.0373151
Vertex 5782 -0.072512 0.104082 0.0376881
Vertex 5783 -0.0715096 0.1041 0.0379435
Vertex 5784 -0.0704953 0.104114 0.0382884
Vertex 5785 -0.069489 0.104131 0.0386578
Vertex 5786 -0.0684894 0.104161 0.0391613
Vertex 5787 -0.0675079 0.104205 0.0395869
Vertex 5788 -0.0665048 0.104229 0.0399675
Vertex 5789 -0.0654948 0.104238 0.0403184
Vertex 5790 -0.064492 0.104249 0.0405622
Vertex 5791 -0.0634932 0.104261 0.0408123
Vertex 5792 -0.0624989 0.104282 0.0409609
Vertex 5793 -0.0614955 0.104283 0.0410789
Vertex 5794 -0.0604949 0.104288 0.0411949
Vertex 5795 -0.0594968 0.104294 0.0413247
Vertex 5796 -0.0584961 0.104303 0.041452
Vertex 5797 -0.0574974 0.104327 0.0414929
Vertex 5798 -0.0564955 0.104323 0.0414899
Vertex 5799 -0.0554936 0.104327 0.041387
Vertex 5800 -0.0544985 0.104295 0.0412117
Vertex 5801 -0.053491 0.104292 0.0408761
Vertex 5802 -0.0525009 0.104252 0.0406803
Vertex 5803 -0.05149 0.104281 0.0405196
Vertex 5804 -0.0504976 0.104261 0.040368
Vertex 5805 -0.0494985 0.104247 0.040228
Vertex 5806 -0.0485021 0.104259 0.0404773
Vertex 5807 -0.0474986 0.104275 0.0408376
Vertex 5808 -0.0464999 0.104301 0.0412272
Vertex 5809 -0.0455034 0.104326 0.041412
Vertex 5810 -0.0444951 0.104328 0.0415155
Vertex 5811 -0.0434909 0.104315 0.0413728
Vertex 5812 -0.0424777 0.104302 0.0409096
Vertex 5813 -0.0414667 0.104283 0.0404247
Vertex 5814 -0.0404701 0.104257 0.0399236
Vertex 5815 -0.0394918 0.104211 0.0396007
Vertex 5816 -0.0384968 0.104212 0.0394832
Vertex 5817 -0.0375024 0.104216 0.0394845
Vertex 5818 -0.0365049 0.10423 0.0397359
Vertex 5819 -0.035507 0.104243 0.0399833
Vertex 5820 -0.0345088 0.104256 0.0402356
Vertex 5821 -0.033511 0.104273 0.0404948
Vertex 5822 -0.032502 0.104286 0.0408563
Vertex 5823 -0.0314961 0.10429 0.0412052
Vertex 5824 -0.0304932 0.104292 0.0413193
Vertex 5825 -0.0294961 0.104302 0.0413374
Vertex 5826 -0.0284959 0.10431 0.0415782
Vertex 5827 -0.0275054 0.104339 0.0416271
Vertex 5828 -0.0264983 0.10435 0.041876
Vertex 5829 -0.0255119 0.104394 0.0424048
Vertex 5830 -0.024481 0.104364 0.0426891
Vertex 5831 -0.0234882 0.104381 0.0428298
Vertex 5832 -0.0225002 0.104414 0.0430095
Vertex 5833 -0.0214963 0.104399 0.0429755
Vertex 5834 -0.0204972 0.104391 0.0429524
Vertex 5835 -0.0194977 0.104404 0.0429832
Vertex 5836 -0.0184963 0.10441 0.0431068
Vertex 5837 -0.0174973 0.104415 0.0431217
Vertex 5838 -0.0165146 0.104417 0.0427511
Vertex 5839 -0.015495 0.104397 0.0428489
Vertex 5840 -0.0144964 0.104421 0.0432413
Vertex 5841 -0.0134852 0.104433 0.0435318
Vertex 5842 -0.0124899 0.104431 0.0434394
Vertex 5843 -0.0114934 0.104435 0.0434539
Vertex 5844 -0.0104909 0.104437 0.0435533
Vertex 5845 -0.00949024 0.104446 0.0436658
Vertex 5846 -0.00849151 0.104452 0.0437135
Vertex 5847 -0.0074894 0.104457 0.0437929
Vertex 5848 -0.00649181 0.104468 0.0439265
Vertex 5849 -0.00549064 0.104476 0.0440202
Vertex 5850 -0.00449341 0.104477 0.0440393
Vertex 5851 -0.00349833 0.104479 0.0440938
Vertex 5852 -0.00250245 0.104479 0.0441797
Vertex 5853 -0.000520242 0.104454 0.0440018
Vertex 5854 0.000480507 0.104429 0.0436509
Vertex 5855 0.00148921 0.104407 0.0433078
Vertex 5856 0.00248615 0.104372 0.0430232
Vertex 5857 0.00350126 0.104382 0.0428343
Vertex 5858 0.0045048 0.104341 0.0428855
Vertex 5859 0.00551162 0.104351 0.0429177
Vertex 5860 0.00652621 0.104352 0.0432895
Vertex 5861 0.00753436 0.104363 0.0436686
Vertex 5862 0.00854197 0.104373 0.044167
Vertex 5863 0.00953036 0.10442 0.0445691
Vertex 5864 0.0105211 0.104445 0.0448284
Vertex 5865 0.0115122 0.104463 0.0449641
Vertex 5866 0.0125066 0.10443 0.0450477
Vertex 5867 0.0134975 0.104436 0.0449316
Vertex 5868 0.0144923 0.104443 0.0448169
Vertex 5869 0.0154936 0.104462 0.0445958
Vertex 5870 0.0164747 0.104398 0.044527
Vertex 5871 0.0174704 0.1044 0.0442882
Vertex 5872 0.0184737 0.104403 0.0439338
Vertex 5873 0.00248872 0.118285 0.0387448
Vertex 5874 -0.0371914 0.175481 -0.00856986
Vertex 5875 -0.0895362 0.119938 0.00329723
Vertex 5876 0.0155029 0.119565 0.0348769
Vertex 5877 -0.0374965 0.120729 0.0294163
Vertex 5878 0.00148883 0.121012 0.0365952
Vertex 5879 0.0440384 0.0959414 0.0171588
Vertex 5880 0.0443256 0.0931523 0.0201621
Vertex 5881 -0.0494861 0.156424 0.00985611
Vertex 5882 -0.0185094 0.114097 0.0385959
Vertex 5883 0.039324 0.106993 0.0191699
Vertex 5884 0.0381223 0.106958 0.0251953
Vertex 5885 -0.00617289 0.130741 0.0117189
Vertex 5886 0.032957 0.115724 0.0233075
Vertex 5887 -0.0843669 0.106153 0.00138874
Vertex 5888 -0.074494 0.126019 0.0529923
Vertex 5889 -0.0749499 0.112554 -0.00662315
Vertex 5890 -0.0414976 0.113906 0.0346806
Vertex 5891 -0.0484985 0.160789 0.00748776
Vertex 5892 0.0296208 0.115866 0.0291818
Vertex 5893 -0.0404915 0.113924 0.0347061
Vertex 5894 -0.0795038 0.127439 0.0531413
Vertex 5895 -0.0510947 0.138549 0.00140254
Vertex 5896 -0.0629502 0.151043 -0.0063137
Vertex 5897 0.00282967 0.131401 0.0178813
Vertex 5898 -0.0349236 0.126603 0.0011375
Vertex 5899 -0.0276983 0.125752 0.00966815
Vertex 5900 -0.0264982 0.125984 0.010106
Vertex 5901 -0.0780329 0.155476 0.0217657
Vertex 5902 -0.0771836 0.152278 0.0340017
Vertex 5903 -0.0708829 0.156323 0.0169624
Vertex 5904 0.0112412 0.122679 0.0339481
Vertex 5905 -0.0407158 0.171931 -0.00126808
Vertex 5906 0.0177023 0.127344 0.0204737
Vertex 5907 -0.0678163 0.0866062 -0.0177767
Vertex 5908 -0.0668006 0.086643 -0.0182518
Vertex 5909 -0.0735555 0.105459 0.0371635
Vertex 5910 -0.0725172 0.105485 0.0374705
Vertex 5911 -0.071509 0.105494 0.0375699
Vertex 5912 -0.0705079 0.105505 0.0376955
Vertex 5913 -0.0694905 0.10551 0.0380162
Vertex 5914 -0.0685061 0.105552 0.0384458
Vertex 5915 -0.067493 0.105571 0.0389191
Vertex 5916 -0.0665077 0.105605 0.0392145
Vertex 5917 -0.0654957 0.105611 0.0395613
Vertex 5918 -0.0644931 0.105621 0.039804
Vertex 5919 -0.0634873 0.105626 0.040045
Vertex 5920 -0.062496 0.105649 0.040196
Vertex 5921 -0.0614957 0.105649 0.0403113
Vertex 5922 -0.0604981 0.105663 0.0403307
Vertex 5923 -0.0595 0.105675 0.0404663
Vertex 5924 -0.0584982 0.105689 0.0406051
Vertex 5925 -0.0574991 0.105703 0.0407441
Vertex 5926 -0.0564975 0.105681 0.0408231
Vertex 5927 -0.0554974 0.10569 0.0407246
Vertex 5928 -0.054497 0.10568 0.0405938
Vertex 5929 -0.0534945 0.105667 0.0403502
Vertex 5930 -0.0524893 0.105673 0.0402508
Vertex 5931 -0.0515091 0.105631 0.0400498
Vertex 5932 -0.0504991 0.105636 0.0396146
Vertex 5933 -0.0494981 0.105619 0.0396922
Vertex 5934 -0.0484999 0.105649 0.0400819
Vertex 5935 -0.0474972 0.105664 0.0404447
Vertex 5936 -0.046496 0.105677 0.0407002
Vertex 5937 -0.045498 0.105695 0.0408472
Vertex 5938 -0.0444942 0.105717 0.0408954
Vertex 5939 -0.043493 0.105703 0.0408668
Vertex 5940 -0.0424838 0.105689 0.0405023
Vertex 5941 -0.0414785 0.105663 0.0400022
Vertex 5942 -0.0404538 0.105662 0.0393313
Vertex 5943 -0.0394792 0.105608 0.0388858
Vertex 5944 -0.0384934 0.105604 0.0386511
Vertex 5945 -0.0375014 0.105589 0.0387333
Vertex 5946 -0.0365034 0.105591 0.0389607
Vertex 5947 -0.0355104 0.105608 0.0391036
Vertex 5948 -0.0345174 0.105629 0.0392495
Vertex 5949 -0.0335079 0.105635 0.0395993
Vertex 5950 -0.032514 0.105674 0.0400124
Vertex 5951 -0.0315104 0.105689 0.0403731
Vertex 5952 -0.0305029 0.105682 0.0404793
Vertex 5953 -0.0294965 0.105676 0.0405837
Vertex 5954 -0.0284952 0.105677 0.0407009
Vertex 5955 -0.0274838 0.105666 0.0409158
Vertex 5956 -0.0264832 0.105687 0.0411729
Vertex 5957 -0.0254743 0.105723 0.0415881
Vertex 5958 -0.0244963 0.105758 0.0419767
Vertex 5959 -0.0235023 0.105779 0.0421282
Vertex 5960 -0.0224969 0.105778 0.0423492
Vertex 5961 -0.021494 0.10578 0.0424616
Vertex 5962 -0.0204959 0.105781 0.0424626
Vertex 5963 -0.0194999 0.105809 0.042534
Vertex 5964 -0.0184969 0.10579 0.0426906
Vertex 5965 -0.0174898 0.105786 0.0424611
Vertex 5966 -0.0164955 0.105778 0.0423459
Vertex 5967 -0.0155087 0.105817 0.0426846
Vertex 5968 -0.0144833 0.105825 0.0431811
Vertex 5969 -0.0134788 0.105828 0.0432751
Vertex 5970 -0.0124919 0.105832 0.0432095
Vertex 5971 -0.0114956 0.105842 0.0433599
Vertex 5972 -0.0104877 0.105844 0.0434252
Vertex 5973 -0.00949915 0.105857 0.0435217
Vertex 5974 -0.00849673 0.105867 0.0437425
Vertex 5975 -0.00748502 0.105882 0.0440003
Vertex 5976 -0.00649361 0.105887 0.04408
Vertex 5977 -0.00549096 0.105886 0.0440438
Vertex 5978 -0.00449526 0.10588 0.044033
Vertex 5979 -0.00350655 0.105885 0.0441283
Vertex 5980 -0.00251293 0.105882 0.0441369
Vertex 5981 -0.000508444 0.105851 0.0435843
Vertex 5982 0.000467241 0.105823 0.0432483
Vertex 5983 0.00148321 0.105804 0.0429258
Vertex 5984 0.00248489 0.105788 0.0426651
Vertex 5985 0.00348965 0.105764 0.0424132
Vertex 5986 0.00449494 0.105757 0.0421851
Vertex 5987 0.00550009 0.105744 0.0419393
Vertex 5988 0.00650458 0.105723 0.0419107
Vertex 5989 0.00750546 0.105745 0.0420743
Vertex 5990 0.00851027 0.105753 0.0425683
Vertex 5991 0.00952731 0.105746 0.0431674
Vertex 5992 0.0105403 0.105742 0.0436489
Vertex 5993 0.0115151 0.105777 0.0436811
Vertex 5994 0.0125104 0.105746 0.0436503
Vertex 5995 0.0135006 0.105771 0.0435499
Vertex 5996 0.0144947 0.105783 0.0434399
Vertex 5997 0.0154943 0.105779 0.0433144
Vertex 5998 0.0164877 0.105762 0.0431793
Vertex 5999 0.0174871 0.10577 0.0429453
Vertex 6000 0.0184831 0.105752 0.0426872
Vertex 6001 0.0194835 0.105739 0.0423148
Vertex 6002 -0.0264962 0.119343 0.030427
Vertex 6003 0.0144954 0.119572 0.0352389
Vertex 6004 -0.0364985 0.120712 0.0292752
Vertex 6005 0.023574 0.105697 0.0395934
Vertex 6006 -0.088803 0.151599 0.0211964
Vertex 6007 -0.0405267 0.169768 0.0017705
Vertex 6008 -0.0348887 0.174114 -0.0129217
Vertex 6009 -0.0745611 0.163685 -0.0159572
Vertex 6010 0.0429772 0.0902337 -0.00478341
Vertex 6011 -0.0012394 0.131315 0.00922853
Vertex 6012 -0.0895594 0.135155 0.0312102
Vertex 6013 -0.00448652 0.114189 0.0411781
Vertex 6014 -0.0171038 0.128182 0.00771491
Vertex 6015 -0.0901456 0.140633 0.0231701
Vertex 6016 0.0438044 0.0987496 0.00916312
Vertex 6017 -0.0596132 0.113903 0.0363038
Vertex 6018 -0.0504997 0.160817 0.00728082
Vertex 6019 -0.0944618 0.125537 0.019259
Vertex 6020 0.0262359 0.122255 0.0222063
Vertex 6021 -0.058487 0.113928 0.0361856
Vertex 6022 -0.0650869 0.155169 -0.00713868
Vertex 6023 0.00386952 0.131337 0.0182591
Vertex 6024 0.00983853 0.130485 0.0204326
Vertex 6025 -0.0358563 0.126885 0.000788129
Vertex 6026 -0.0370273 0.174099 -0.0109221
Vertex 6027 -0.0386753 0.127489 0.0159666
Vertex 6028 0.0209176 0.124997 0.0245115
Vertex 6029 0.0240424 0.122784 0.0256717
Vertex 6030 0.0254683 0.121415 0.0262007
Vertex 6031 0.0268493 0.119915 0.0267269
Vertex 6032 0.027565 0.119234 0.026993
Vertex 6033 -0.0849159 0.123546 -0.00333555
Vertex 6034 -0.0652193 0.1682 -0.0598394
Vertex 6035 -0.0438717 0.105649 -0.0205239
Vertex 6036 -0.0728992 0.107873 -0.010241
Vertex 6037 -0.072524 0.106883 0.0374001
Vertex 6038 -0.0715157 0.106884 0.0372861
Vertex 6039 -0.0706578 0.10688 0.0373417
Vertex 6040 -0.0695053 0.106913 0.0375568
Vertex 6041 -0.0684996 0.106934 0.0379267
Vertex 6042 -0.0674921 0.106947 0.0382762
Vertex 6043 -0.0665046 0.10698 0.0385746
Vertex 6044 -0.0655034 0.106997 0.0388261
Vertex 6045 -0.0644934 0.106993 0.039043
Vertex 6046 -0.0634902 0.106988 0.0392647
Vertex 6047 -0.0624896 0.106999 0.0393995
Vertex 6048 -0.061496 0.107016 0.0394252
Vertex 6049 -0.060493 0.107007 0.0395303
Vertex 6050 -0.0594923 0.107014 0.0396564
Vertex 6051 -0.0584999 0.107052 0.0397144
Vertex 6052 -0.0574989 0.107052 0.0398301
Vertex 6053 -0.0564997 0.107064 0.0398466
Vertex 6054 -0.0554984 0.107053 0.0399469
Vertex 6055 -0.0544948 0.107078 0.0398767
Vertex 6056 -0.0534959 0.107052 0.0398334
Vertex 6057 -0.0524918 0.107066 0.0397432
Vertex 6058 -0.051492 0.107057 0.0393982
Vertex 6059 -0.0505016 0.107064 0.0390734
Vertex 6060 -0.0495065 0.107045 0.0392662
Vertex 6061 -0.0484951 0.107035 0.0396855
Vertex 6062 -0.0474989 0.107059 0.0399589
Vertex 6063 -0.0464971 0.107057 0.0400682
Vertex 6064 -0.0454995 0.107082 0.0401134
Vertex 6065 -0.0444939 0.107088 0.0401229
Vertex 6066 -0.0434936 0.107078 0.040105
Vertex 6067 -0.0424861 0.107068 0.0398635
Vertex 6068 -0.0414578 0.107073 0.0393054
Vertex 6069 -0.0404413 0.10705 0.0387043
Vertex 6070 -0.0394722 0.107013 0.0383007
Vertex 6071 -0.0384808 0.106985 0.038039
Vertex 6072 -0.0375014 0.106979 0.038117
Vertex 6073 -0.036507 0.106984 0.0382357
Vertex 6074 -0.0355172 0.106999 0.038376
Vertex 6075 -0.0345047 0.106995 0.0387065
Vertex 6076 -0.0335137 0.107031 0.0389932
Vertex 6077 -0.0325038 0.107028 0.0393329
Vertex 6078 -0.0314981 0.107032 0.0395669
Vertex 6079 -0.0305128 0.10708 0.0396423
Vertex 6080 -0.0294962 0.107041 0.0398129
Vertex 6081 -0.028506 0.107069 0.0398546
Vertex 6082 -0.0275094 0.107088 0.0401149
Vertex 6083 -0.0265277 0.10717 0.0404632
Vertex 6084 -0.0254977 0.107106 0.0408331
Vertex 6085 -0.0244817 0.107102 0.0411704
Vertex 6086 -0.0234912 0.107132 0.0414501
Vertex 6087 -0.0225064 0.10717 0.041634
Vertex 6088 -0.0214945 0.10716 0.0418366
Vertex 6089 -0.0204903 0.107154 0.041938
Vertex 6090 -0.0194954 0.107168 0.0420699
Vertex 6091 -0.0184884 0.107161 0.042158
Vertex 6092 -0.0174825 0.107148 0.0420092
Vertex 6093 -0.0164994 0.107189 0.0421238
Vertex 6094 -0.0155015 0.10721 0.0425067
Vertex 6095 -0.0144859 0.107222 0.0429439
Vertex 6096 -0.0134922 0.107228 0.0429665
Vertex 6097 -0.012488 0.107228 0.0430572
Vertex 6098 -0.0114886 0.10724 0.0431864
Vertex 6099 -0.0104875 0.10724 0.0431922
Vertex 6100 -0.00949027 0.107257 0.0434611
Vertex 6101 -0.00847955 0.107265 0.0437628
Vertex 6102 -0.00748812 0.10728 0.0439222
Vertex 6103 -0.00648988 0.10728 0.0440126
Vertex 6104 -0.00549531 0.10728 0.0439307
Vertex 6105 -0.00449959 0.107273 0.0439086
Vertex 6106 -0.00350244 0.107276 0.0438161
Vertex 6107 -0.00251199 0.107268 0.0437857
Vertex 6108 -0.00151223 0.107257 0.0435513
Vertex 6109 -0.000512 0.107246 0.0433248
Vertex 6110 0.000481761 0.10723 0.0430499
Vertex 6111 0.00148166 0.107215 0.0427825
Vertex 6112 0.00249985 0.107203 0.0424791
Vertex 6113 0.0034868 0.107186 0.0422902
Vertex 6114 0.0045077 0.107168 0.0418669
Vertex 6115 0.00550135 0.107149 0.041587
Vertex 6116 0.00649798 0.107134 0.0414437
Vertex 6117 0.00749621 0.107111 0.0412811
Vertex 6118 0.00850109 0.107119 0.0411949
Vertex 6119 0.00950548 0.107102 0.041296
Vertex 6120 0.0105065 0.107115 0.0414414
Vertex 6121 0.0115191 0.107071 0.0419973
Vertex 6122 0.0125119 0.107097 0.0421465
Vertex 6123 0.0135054 0.10711 0.0421551
Vertex 6124 0.0144985 0.107111 0.0421568
Vertex 6125 0.0154947 0.107116 0.0420405
Vertex 6126 0.0164927 0.107123 0.0418084
Vertex 6127 0.0174897 0.107108 0.0415537
Vertex 6128 0.0184707 0.107054 0.0413783
Vertex 6129 0.0194806 0.107063 0.040905
Vertex 6130 0.0204972 0.107072 0.0404393
Vertex 6131 0.0215063 0.107058 0.0398344
Vertex 6132 0.0224909 0.107012 0.0395338
Vertex 6133 0.0235192 0.107033 0.0392433
Vertex 6134 0.0244991 0.106997 0.0390493
Vertex 6135 -0.0734967 0.126028 0.0530224
Vertex 6136 0.0414447 0.0957847 0.0271584
Vertex 6137 0.0432806 0.100121 0.0101615
Vertex 6138 0.0359235 0.106756 -0.00582268
Vertex 6139 -0.0574825 0.113918 0.0359516
Vertex 6140 -0.0564807 0.113914 0.0357075
Vertex 6141 0.01801 0.126774 0.0220214
Vertex 6142 0.0410386 0.099944 -0.00278716
Vertex 6143 -0.031677 0.126244 0.00820251
Vertex 6144 -0.0554982 0.113948 0.0354054
Vertex 6145 -0.0515065 0.160835 0.00704803
Vertex 6146 -0.0724038 0.116078 0.0519992
Vertex 6147 -0.078478 0.142827 0.0455967
Vertex 6148 -0.0545055 0.113958 0.0351234
Vertex 6149 -0.0656106 0.156261 -0.00734027
Vertex 6150 0.0107636 0.130209 0.0207729
Vertex 6151 0.0134356 0.129163 0.0217505
Vertex 6152 0.0159352 0.127804 0.0226817
Vertex 6153 0.0183414 0.126234 0.023568
Vertex 6154 0.0191744 0.125775 0.0238749
Vertex 6155 -0.0665162 0.155345 0.00690315
Vertex 6156 -0.0197213 0.123533 0.0272668
Vertex 6157 -0.0635768 0.155628 0.0253794
Vertex 6158 -0.0567915 0.158113 0.00751453
Vertex 6159 -0.0580787 0.133988 -0.00600022
Vertex 6160 -0.0468361 0.0970763 -0.0219471
Vertex 6161 -0.016261 0.181575 -0.0262548
Vertex 6162 -0.0410386 0.153314 -0.00775366
Vertex 6163 0.0151427 0.107227 -0.0182666
Vertex 6164 -0.0715005 0.108276 0.0374406
Vertex 6165 -0.0705038 0.108294 0.0372772
Vertex 6166 -0.0695161 0.108303 0.0373324
Vertex 6167 -0.0685163 0.108328 0.0375372
Vertex 6168 -0.0675133 0.108346 0.0377589
Vertex 6169 -0.0664975 0.108359 0.0380432
Vertex 6170 -0.0655034 0.108381 0.0382088
Vertex 6171 -0.0644937 0.108375 0.0384047
Vertex 6172 -0.0634989 0.108392 0.0384413
Vertex 6173 -0.0624964 0.108382 0.0385383
Vertex 6174 -0.0614977 0.108395 0.0385563
Vertex 6175 -0.0604943 0.108372 0.0386396
Vertex 6176 -0.0594963 0.1084 0.0386802
Vertex 6177 -0.0584982 0.108398 0.0387966
Vertex 6178 -0.0574962 0.108397 0.0389105
Vertex 6179 -0.0564983 0.108415 0.0389345
Vertex 6180 -0.0554997 0.108443 0.0389722
Vertex 6181 -0.0544968 0.108447 0.0390956
Vertex 6182 -0.0534959 0.108443 0.038977
Vertex 6183 -0.052497 0.108432 0.038849
Vertex 6184 -0.0514982 0.108428 0.0386132
Vertex 6185 -0.0504996 0.108397 0.0385655
Vertex 6186 -0.0495001 0.108413 0.0388185
Vertex 6187 -0.0485053 0.108444 0.0391022
Vertex 6188 -0.047499 0.10845 0.0392246
Vertex 6189 -0.0464966 0.108432 0.0393098
Vertex 6190 -0.0454977 0.108441 0.0393231
Vertex 6191 -0.0444934 0.108473 0.0392485
Vertex 6192 -0.0434804 0.108484 0.0391565
Vertex 6193 -0.0424683 0.108486 0.0389261
Vertex 6194 -0.0414563 0.108465 0.0385585
Vertex 6195 -0.0404738 0.108409 0.038128
Vertex 6196 -0.0394659 0.108422 0.0377073
Vertex 6197 -0.0384876 0.108386 0.0375357
Vertex 6198 -0.0374989 0.108379 0.0375203
Vertex 6199 -0.0365092 0.108385 0.0376381
Vertex 6200 -0.0355048 0.108366 0.0378272
Vertex 6201 -0.0345349 0.108408 0.0380462
Vertex 6202 -0.0335154 0.108413 0.0382413
Vertex 6203 -0.032507 0.108409 0.0384637
Vertex 6204 -0.0315115 0.108439 0.0386203
Vertex 6205 -0.0305016 0.108423 0.0388291
Vertex 6206 -0.0295118 0.108456 0.0388793
Vertex 6207 -0.028498 0.108421 0.0390601
Vertex 6208 -0.0274904 0.108416 0.0392888
Vertex 6209 -0.0265027 0.10847 0.0397156
Vertex 6210 -0.0255159 0.108511 0.0401259
Vertex 6211 -0.0245088 0.108515 0.0403619
Vertex 6212 -0.0235066 0.108523 0.0406075
Vertex 6213 -0.0225051 0.10854 0.0408657
Vertex 6214 -0.0215031 0.108553 0.041118
Vertex 6215 -0.0204902 0.108532 0.041306
Vertex 6216 -0.0195055 0.108574 0.0413935
Vertex 6217 -0.018498 0.108568 0.0416031
Vertex 6218 -0.0174912 0.108558 0.0415716
Vertex 6219 -0.0165087 0.10859 0.0417725
Vertex 6220 -0.0154871 0.10859 0.0421893
Vertex 6221 -0.0144984 0.108621 0.0424908
Vertex 6222 -0.0134808 0.108609 0.0426611
Vertex 6223 -0.0124833 0.108618 0.0427908
Vertex 6224 -0.0114905 0.108632 0.0428314
Vertex 6225 -0.0104845 0.10863 0.0429333
Vertex 6226 -0.00947876 0.108641 0.0432746
Vertex 6227 -0.00848834 0.10866 0.0434392
Vertex 6228 -0.0074892 0.108662 0.0435531
Vertex 6229 -0.0064934 0.10867 0.043581
Vertex 6230 -0.00549695 0.108658 0.0435455
Vertex 6231 -0.00449913 0.108643 0.0435023
Vertex 6232 -0.00350345 0.108655 0.04343
Vertex 6233 -0.0025035 0.108652 0.0433127
Vertex 6234 -0.00151033 0.108645 0.043169
Vertex 6235 -0.000516741 0.108636 0.04302
Vertex 6236 0.000488727 0.108629 0.0427903
Vertex 6237 0.00148661 0.108625 0.0426664
Vertex 6238 0.00249754 0.108619 0.0424686
Vertex 6239 0.00348525 0.108604 0.0422849
Vertex 6240 0.00449209 0.108585 0.0419458
Vertex 6241 0.00548706 0.108567 0.0416722
Vertex 6242 0.00649868 0.108551 0.0413323
Vertex 6243 0.00749695 0.108523 0.0409368
Vertex 6244 0.00849221 0.108496 0.0406568
Vertex 6245 0.00950305 0.108494 0.0403312
Vertex 6246 0.0104998 0.108437 0.040345
Vertex 6247 0.011503 0.108488 0.0403225
Vertex 6248 0.0125106 0.108449 0.040622
Vertex 6249 0.0135046 0.108467 0.0407674
Vertex 6250 0.0145003 0.108488 0.0407955
Vertex 6251 0.0154998 0.108504 0.0406925
Vertex 6252 0.0164872 0.108442 0.0405002
Vertex 6253 0.0174969 0.108466 0.0401752
Vertex 6254 0.0185107 0.108486 0.0398481
Vertex 6255 0.019505 0.108463 0.0397034
Vertex 6256 0.0205013 0.108449 0.0395681
Vertex 6257 0.0215013 0.108432 0.0393095
Vertex 6258 0.0225 0.108418 0.039052
Vertex 6259 0.0235041 0.108407 0.0388101
Vertex 6260 0.0405703 0.105644 0.0131657
Vertex 6261 0.0445999 0.0931357 0.00219092
Vertex 6262 0.0456444 0.086201 0.0151659
Vertex 6263 -0.053491 0.113891 0.0350292
Vertex 6264 -0.0524908 0.113899 0.0349209
Vertex 6265 -0.0514924 0.113914 0.0348157
Vertex 6266 -0.00211002 0.131247 0.0146415
Vertex 6267 0.0289767 0.117846 0.0275093
Vertex 6268 -0.0908979 0.126784 0.00627265
Vertex 6269 -0.0902562 0.135043 0.0112131
Vertex 6270 0.0419523 0.101425 0.00119033
Vertex 6271 0.0397783 0.106996 0.0151622
Vertex 6272 -0.0504737 0.113932 0.0347324
Vertex 6273 -0.0739383 0.160975 -0.0103701
Vertex 6274 -0.0726687 0.161352 -0.00991102
Vertex 6275 -0.0721189 0.15515 0.0282101
Vertex 6276 -0.00263717 0.12924 0.026005
Vertex 6277 -0.0668913 0.155545 0.00822429
Vertex 6278 -0.00387787 0.10737 -0.022403
Vertex 6279 -0.066989 0.136993 -0.00809827
Vertex 6280 -0.0341359 0.168185 -0.0152479
Vertex 6281 -0.0639936 0.132595 -0.00811291
Vertex 6282 -0.0669331 0.125307 -0.0088761
Vertex 6283 0.0121361 0.105839 -0.0196306
Vertex 6284 -0.00789542 0.108803 -0.0224197
Vertex 6285 -0.0494961 0.113894 0.0347794
Vertex 6286 -0.0340904 0.160759 -0.0135462
Vertex 6287 -0.065894 0.118002 -0.00906639
Vertex 6288 -0.0704588 0.109521 0.0380634
Vertex 6289 -0.0675029 0.109729 0.0377486
Vertex 6290 -0.0714911 0.116102 0.0521112
Vertex 6291 -0.0646169 0.109762 0.0377795
Vertex 6292 -0.0455052 0.162274 0.00622301
Vertex 6293 -0.0624965 0.109755 0.0377659
Vertex 6294 -0.0614975 0.10975 0.0377559
Vertex 6295 -0.0604978 0.109778 0.0376942
Vertex 6296 -0.0594984 0.109765 0.0377884
Vertex 6297 -0.0584973 0.109766 0.0377913
Vertex 6298 -0.0575003 0.109781 0.0378101
Vertex 6299 -0.0564977 0.109762 0.0379025
Vertex 6300 -0.0554977 0.109766 0.0379077
Vertex 6301 -0.0544964 0.10974 0.0378742
Vertex 6302 -0.0534989 0.109802 0.0378386
Vertex 6303 -0.0524991 0.109798 0.0378325
Vertex 6304 -0.0514986 0.109783 0.0378241
Vertex 6305 -0.0505005 0.109789 0.0379415
Vertex 6306 -0.0495024 0.109811 0.0380885
Vertex 6307 -0.048501 0.109818 0.0382143
Vertex 6308 -0.0475 0.109814 0.0383224
Vertex 6309 -0.0464997 0.109825 0.0383354
Vertex 6310 -0.0454967 0.109818 0.0383281
Vertex 6311 -0.0444932 0.109842 0.0382343
Vertex 6312 -0.043485 0.109867 0.0381531
Vertex 6313 -0.0424884 0.109818 0.0380938
Vertex 6314 -0.0414757 0.109827 0.0377618
Vertex 6315 -0.0404708 0.109814 0.0374017
Vertex 6316 -0.03948 0.109789 0.0371385
Vertex 6317 -0.0384844 0.109782 0.036904
Vertex 6318 -0.0374937 0.109757 0.0368609
Vertex 6319 -0.0365032 0.109752 0.0369592
Vertex 6320 -0.0355033 0.109745 0.0370663
Vertex 6321 -0.0345099 0.109779 0.0372255
Vertex 6322 -0.0335046 0.109774 0.0374515
Vertex 6323 -0.0325036 0.10978 0.0375732
Vertex 6324 -0.0315055 0.109789 0.0377033
Vertex 6325 -0.0305081 0.109824 0.0377476
Vertex 6326 -0.0295069 0.109802 0.0378356
Vertex 6327 -0.0285044 0.109801 0.0380702
Vertex 6328 -0.0275197 0.109846 0.0382427
Vertex 6329 -0.026518 0.10985 0.0386071
Vertex 6330 -0.0255231 0.109882 0.0391184
Vertex 6331 -0.024509 0.109889 0.0396002
Vertex 6332 -0.0235014 0.109891 0.0398372
Vertex 6333 -0.0225096 0.10992 0.040117
Vertex 6334 -0.0215043 0.109928 0.0403615
Vertex 6335 -0.0204956 0.109916 0.0405701
Vertex 6336 -0.019502 0.109944 0.0407387
Vertex 6337 -0.0184962 0.109943 0.0409607
Vertex 6338 -0.0175125 0.109971 0.0410978
Vertex 6339 -0.0164951 0.109966 0.0413377
Vertex 6340 -0.0154805 0.109966 0.0416657
Vertex 6341 -0.0144886 0.109993 0.0419529
Vertex 6342 -0.0134826 0.109991 0.0421694
Vertex 6343 -0.0124866 0.11001 0.0423152
Vertex 6344 -0.011487 0.110004 0.0424075
Vertex 6345 -0.010477 0.110005 0.0426237
Vertex 6346 -0.00949217 0.110042 0.0428369
Vertex 6347 -0.00849166 0.110041 0.0429425
Vertex 6348 -0.00746424 0.110009 0.0430329
Vertex 6349 -0.00649249 0.110023 0.0430195
Vertex 6350 -0.00549779 0.110034 0.0429298
Vertex 6351 -0.00449743 0.110031 0.0429169
Vertex 6352 -0.00350028 0.110017 0.0429859
Vertex 6353 -0.00250067 0.110029 0.0428965
Vertex 6354 -0.0015019 0.110031 0.0427805
Vertex 6355 -0.000505415 0.110024 0.0426421
Vertex 6356 0.000487515 0.110024 0.0426254
Vertex 6357 0.00149673 0.110036 0.0425823
Vertex 6358 0.00247871 0.110023 0.0425049
Vertex 6359 0.00348633 0.110018 0.042298
Vertex 6360 0.00447281 0.110003 0.0420134
Vertex 6361 -0.0823269 0.108767 -0.000607289
Vertex 6362 -0.00849082 0.119665 0.0373867
Vertex 6363 0.00844159 0.109753 0.0403226
Vertex 6364 0.00949393 0.109876 0.0399119
Vertex 6365 0.0104934 0.109851 0.0397458
Vertex 6366 0.0115037 0.109883 0.0397133
Vertex 6367 0.0125027 0.109886 0.0398286
Vertex 6368 0.0135065 0.109861 0.0400106
Vertex 6369 0.0144999 0.10985 0.0401157
Vertex 6370 0.015502 0.109895 0.0399577
Vertex 6371 0.0164894 0.10985 0.0397676
Vertex 6372 0.0174948 0.109841 0.0394103
Vertex 6373 0.0185004 0.109841 0.0391791
Vertex 6374 0.019508 0.109842 0.0390589
Vertex 6375 0.0204806 0.109788 0.0388648
Vertex 6376 0.021502 0.109802 0.0384228
Vertex 6377 0.0224953 0.109772 0.0381484
Vertex 6378 0.0235417 0.109895 0.0378397
Vertex 6379 -0.0842876 0.108899 0.00336188
Vertex 6380 -0.069531 0.14702 0.0417131
Vertex 6381 0.026502 0.121591 0.0237374
Vertex 6382 0.0410592 0.0985428 -0.00379645
Vertex 6383 0.0330202 0.102118 0.0356213
Vertex 6384 -0.0484961 0.113915 0.0346796
Vertex 6385 -0.0439793 0.169659 0.00035763
Vertex 6386 -0.0622824 0.159968 -0.0396048
Vertex 6387 -0.036496 0.17271 -0.000384966
Vertex 6388 -0.0551627 0.0709645 0.0393255
Vertex 6389 0.0259399 0.098006 -0.0197455
Vertex 6390 -0.0155155 0.115507 0.0382335
Vertex 6391 0.0377143 0.106919 0.0261871
Vertex 6392 -0.0752567 0.160324 -0.0108988
Vertex 6393 0.000838494 0.130009 0.0243594
Vertex 6394 0.0152242 0.123558 0.0310525
Vertex 6395 -0.0442894 0.126542 0.0198398
Vertex 6396 -0.0690298 0.155601 0.00744971
Vertex 6397 -0.0500333 0.148713 -0.00320857
Vertex 6398 -0.0288487 0.0944704 -0.0247187
Vertex 6399 -0.00688661 0.108791 -0.0226031
Vertex 6400 -0.07081 0.110507 0.0424798
Vertex 6401 -0.038884 0.108506 -0.019659
Vertex 6402 -0.0438179 0.0928034 -0.0224841
Vertex 6403 -0.0490488 0.150196 -0.0040443
Vertex 6404 -0.0540561 0.150161 -0.00256907
Vertex 6405 -0.0699384 0.129684 -0.00901632
Vertex 6406 -0.0668535 0.0938084 -0.0173106
Vertex 6407 0.0382387 0.108322 0.00216703
Vertex 6408 -0.0800761 0.0936246 -0.00957758
Vertex 6409 -0.0475033 0.113884 0.0346438
Vertex 6410 -0.0464973 0.113852 0.0344899
Vertex 6411 -0.0344513 0.172765 -0.000813008
Vertex 6412 0.013918 0.129208 0.0205036
Vertex 6413 -0.031866 0.126076 0.00521848
Vertex 6414 -0.042544 0.16227 0.00511409
Vertex 6415 -0.0855641 0.121149 -0.00272592
Vertex 6416 -0.0615714 0.111062 0.0370307
Vertex 6417 -0.0605024 0.111127 0.0368734
Vertex 6418 -0.0594975 0.111137 0.0367915
Vertex 6419 -0.0584972 0.111135 0.0367864
Vertex 6420 -0.0574963 0.111121 0.0367615
Vertex 6421 -0.0564969 0.111123 0.0367634
Vertex 6422 -0.0554964 0.111163 0.0367062
Vertex 6423 -0.054498 0.111159 0.0367038
Vertex 6424 -0.0535009 0.111177 0.0367213
Vertex 6425 -0.0524975 0.111152 0.036921
Vertex 6426 -0.0515006 0.111173 0.0369493
Vertex 6427 -0.0504992 0.111154 0.0370407
Vertex 6428 -0.0494996 0.111168 0.0370596
Vertex 6429 -0.0485004 0.111187 0.0370789
Vertex 6430 -0.0474976 0.111158 0.0371638
Vertex 6431 -0.0465008 0.111213 0.0371008
Vertex 6432 -0.0454975 0.111194 0.0370842
Vertex 6433 -0.0444957 0.111173 0.0370595
Vertex 6434 -0.0434945 0.111176 0.0370674
Vertex 6435 -0.042488 0.1112 0.0368617
Vertex 6436 -0.0414792 0.111213 0.0366505
Vertex 6437 -0.0404833 0.111172 0.036485
Vertex 6438 -0.0394866 0.111153 0.0363447
Vertex 6439 -0.0384921 0.111131 0.0361977
Vertex 6440 -0.0374903 0.111156 0.0359971
Vertex 6441 -0.0364976 0.111093 0.0360234
Vertex 6442 -0.0355002 0.111108 0.0360398
Vertex 6443 -0.0345116 0.111154 0.0360997
Vertex 6444 -0.0335083 0.11115 0.0363293
Vertex 6445 -0.0325075 0.11115 0.0364446
Vertex 6446 -0.0314959 0.111117 0.0366419
Vertex 6447 -0.0305063 0.111166 0.0367005
Vertex 6448 -0.0294974 0.111128 0.0367729
Vertex 6449 -0.0285131 0.111188 0.0369648
Vertex 6450 -0.0275135 0.111195 0.0372083
Vertex 6451 -0.0265179 0.111211 0.0374625
Vertex 6452 -0.02552 0.111233 0.0379672
Vertex 6453 -0.0245152 0.111258 0.0385919
Vertex 6454 -0.0235304 0.111308 0.039012
Vertex 6455 -0.0225065 0.111294 0.03935
Vertex 6456 -0.0215077 0.111305 0.0395987
Vertex 6457 -0.0204995 0.111306 0.0398343
Vertex 6458 -0.0194926 0.111309 0.040066
Vertex 6459 -0.0184975 0.111326 0.0402128
Vertex 6460 -0.0174928 0.111329 0.0404434
Vertex 6461 -0.0164929 0.11134 0.0406952
Vertex 6462 -0.0154754 0.111334 0.0410203
Vertex 6463 -0.0144984 0.11138 0.0412273
Vertex 6464 -0.01349 0.11138 0.0414506
Vertex 6465 -0.0124847 0.111379 0.041672
Vertex 6466 -0.0114747 0.111375 0.0418865
Vertex 6467 -0.0104567 0.111397 0.0420636
Vertex 6468 -0.00949487 0.11143 0.0422271
Vertex 6469 -0.00849115 0.111421 0.0423213
Vertex 6470 -0.00748755 0.111393 0.0423782
Vertex 6471 -0.00649552 0.111418 0.0421995
Vertex 6472 -0.0054932 0.111405 0.0422861
Vertex 6473 -0.00446924 0.111373 0.0424038
Vertex 6474 -0.00349512 0.111424 0.0424267
Vertex 6475 -0.00249465 0.111426 0.042426
Vertex 6476 -0.00149842 0.111423 0.0424113
Vertex 6477 -0.000499736 0.11143 0.0424297
Vertex 6478 0.000490707 0.111422 0.0424934
Vertex 6479 0.00149281 0.111426 0.0424095
Vertex 6480 0.00248558 0.111415 0.0422707
Vertex 6481 0.00348136 0.111402 0.0420175
Vertex 6482 0.00448658 0.111391 0.0416751
Vertex 6483 0.00548074 0.111376 0.0414038
Vertex 6484 -0.0204991 0.12085 0.0318342
Vertex 6485 0.00846909 0.111301 0.0401143
Vertex 6486 0.00950248 0.111292 0.0396928
Vertex 6487 0.010493 0.111264 0.0393941
Vertex 6488 0.0115009 0.111256 0.0392728
Vertex 6489 0.0124992 0.111251 0.0392691
Vertex 6490 0.0135008 0.111258 0.0394003
Vertex 6491 0.0145005 0.11127 0.0394252
Vertex 6492 0.0154995 0.111258 0.0392925
Vertex 6493 0.0165102 0.111269 0.0389693
Vertex 6494 0.0174899 0.111215 0.038757
Vertex 6495 0.0184693 0.111176 0.038468
Vertex 6496 0.0194916 0.111179 0.0380087
Vertex 6497 0.0205156 0.111203 0.0377036
Vertex 6498 0.0215009 0.111167 0.037529
Vertex 6499 -0.0285085 0.115306 0.0336868
Vertex 6500 -0.0218282 0.127027 0.00889322
Vertex 6501 -0.0777263 0.156926 -0.0159116
Vertex 6502 0.0414602 0.0985756 -0.00280597
Vertex 6503 -0.036508 0.127508 0.00348399
Vertex 6504 -0.0455004 0.113892 0.0345333
Vertex 6505 -0.0895401 0.135156 0.0272131
Vertex 6506 -0.0794788 0.13585 0.0504167
Vertex 6507 0.038384 0.106978 0.0241932
Vertex 6508 -0.0344434 0.174206 -0.0015497
Vertex 6509 0.0412949 0.104257 0.00416372
Vertex 6510 -0.0858985 0.111778 0.0253403
Vertex 6511 -0.0314085 0.177247 -0.00418119
Vertex 6512 -0.0245124 0.180278 -0.0098524
Vertex 6513 -0.0445 0.113887 0.0346508
Vertex 6514 0.00385761 0.129628 0.0254511
Vertex 6515 -0.0634388 0.152153 -0.00650488
Vertex 6516 -0.0662966 0.156977 -0.00759157
Vertex 6517 0.0116443 0.129846 0.0210966
Vertex 6518 0.0142764 0.128727 0.0220636
Vertex 6519 0.0167493 0.127305 0.0229819
Vertex 6520 -0.0694997 0.166373 -0.0203616
Vertex 6521 0.0217467 0.124535 0.0248197
Vertex 6522 -0.0298412 0.0944347 -0.0243277
Vertex 6523 -0.0718881 0.109321 -0.0102252
Vertex 6524 -0.0428329 0.0928281 -0.0227901
Vertex 6525 -0.0418435 0.0928469 -0.022966
Vertex 6526 -0.0448317 0.0927682 -0.0220335
Vertex 6527 0.00512317 0.107303 -0.0203142
Vertex 6528 -0.0500528 0.150184 -0.0037815
Vertex 6529 -0.0321069 0.162239 -0.0144989
Vertex 6530 -0.0488244 0.0927169 -0.0215945
Vertex 6531 -0.0289503 0.0931616 -0.025199
Vertex 6532 -0.0474982 0.162268 0.00647513
Vertex 6533 -0.0933703 0.118789 0.0242915
Vertex 6534 0.0388231 0.106965 0.0221712
Vertex 6535 -0.033489 0.172734 -0.00156283
Vertex 6536 -0.0755108 0.126011 0.0529241
Vertex 6537 -0.0704919 0.126012 0.052539
Vertex 6538 -0.0435018 0.113907 0.034675
Vertex 6539 -0.0815026 0.127419 0.0524098
Vertex 6540 -0.0714888 0.127424 0.0521873
Vertex 6541 -0.0614851 0.112533 0.0365644
Vertex 6542 -0.0604912 0.112522 0.03629
Vertex 6543 -0.0594926 0.112518 0.0361699
Vertex 6544 -0.0584874 0.112515 0.0360801
Vertex 6545 -0.057494 0.112512 0.0360215
Vertex 6546 -0.0564952 0.112508 0.0359017
Vertex 6547 -0.0554943 0.112513 0.0359102
Vertex 6548 -0.0544937 0.112536 0.0358256
Vertex 6549 -0.0534948 0.11254 0.0358256
Vertex 6550 -0.0525052 0.112524 0.0359139
Vertex 6551 -0.0514991 0.112527 0.0359192
Vertex 6552 -0.0504982 0.112495 0.0358796
Vertex 6553 -0.049499 0.112564 0.0357174
Vertex 6554 -0.0485029 0.112572 0.035725
Vertex 6555 -0.0474983 0.11254 0.0358059
Vertex 6556 -0.0465003 0.112564 0.0357108
Vertex 6557 -0.0454992 0.112558 0.0357052
Vertex 6558 -0.0444981 0.112567 0.0357183
Vertex 6559 -0.0434985 0.112577 0.0357301
Vertex 6560 -0.0424957 0.11253 0.0356818
Vertex 6561 -0.0414935 0.112526 0.0356807
Vertex 6562 -0.0404873 0.112547 0.0355988
Vertex 6563 -0.039483 0.112566 0.0355031
Vertex 6564 -0.0384866 0.112537 0.0353486
Vertex 6565 -0.0374892 0.112529 0.0350998
Vertex 6566 -0.0364947 0.112507 0.0349484
Vertex 6567 -0.0355007 0.112502 0.0349387
Vertex 6568 -0.0345112 0.112532 0.034973
Vertex 6569 -0.0335129 0.112536 0.0351002
Vertex 6570 -0.0325146 0.112544 0.0353443
Vertex 6571 -0.0315135 0.112545 0.0354646
Vertex 6572 -0.0305078 0.112529 0.0355647
Vertex 6573 -0.0295045 0.112518 0.0356692
Vertex 6574 -0.0285136 0.112565 0.0358423
Vertex 6575 -0.0275083 0.112548 0.0360564
Vertex 6576 -0.0264982 0.112519 0.0362632
Vertex 6577 -0.0458368 0.0956376 -0.0219211
Vertex 6578 -0.0448304 0.0956436 -0.0219722
Vertex 6579 -0.0478322 0.0956344 -0.0220665
Vertex 6580 -0.0508332 0.0956285 -0.0221275
Vertex 6581 -0.051836 0.0956238 -0.0221428
Vertex 6582 -0.052836 0.095613 -0.0220115
Vertex 6583 -0.053845 0.0955972 -0.0217935
Vertex 6584 0.0262469 0.11849 0.0293617
Vertex 6585 0.0255714 0.119263 0.0291067
Vertex 6586 -0.00987882 0.105925 -0.0227673
Vertex 6587 -0.0799934 0.136838 -0.00393652
Vertex 6588 -0.0408461 0.0957242 -0.0225993
Vertex 6589 -0.0418419 0.09571 -0.0225712
Vertex 6590 -0.0200723 0.0361973 0.0530852
Vertex 6591 0.0111444 0.104428 -0.02004
Vertex 6592 -0.0600127 0.131125 -0.00733582
Vertex 6593 -0.0779451 0.128117 -0.00684087
Vertex 6594 -0.0418712 0.105657 -0.0205306
Vertex 6595 -0.0748055 0.0863518 -0.0148055
Vertex 6596 -0.0737831 0.0864021 -0.0154104
Vertex 6597 -0.0688114 0.086573 -0.0173858
Vertex 6598 0.0061481 0.104478 -0.0212191
Vertex 6599 0.0111302 0.107269 -0.019511
Vertex 6600 0.00520355 0.0894816 -0.0332282
Vertex 6601 -0.0558128 0.0869147 -0.0214989
Vertex 6602 -0.0221249 0.165275 -0.017299
Vertex 6603 -0.0360717 0.157766 -0.0114869
Vertex 6604 -0.0497962 0.0869626 -0.02172
Vertex 6605 -0.0697905 0.0865423 -0.0170841
Vertex 6606 -0.0617992 0.0867358 -0.0192812
Vertex 6607 -0.0709683 0.136976 -0.00769814
Vertex 6608 -0.0613421 0.118288 0.041013
Vertex 6609 0.029005 0.115546 0.0303821
Vertex 6610 -0.0474654 0.135069 0.0155888
Vertex 6611 -0.030845 0.0944191 -0.0240931
Vertex 6612 -0.0818927 0.122139 -0.0045131
Vertex 6613 -0.0311396 0.166714 -0.0162904
Vertex 6614 -0.0161793 0.169751 -0.0220442
Vertex 6615 -0.0560506 0.150155 -0.00188433
Vertex 6616 -0.0687285 0.155709 0.0264626
Vertex 6617 -0.0687195 0.165823 -0.0200644
Vertex 6618 0.0126876 0.0376693 0.0445214
Vertex 6619 0.0137867 0.0377633 0.0443361
Vertex 6620 0.0148847 0.0378033 0.0441286
Vertex 6621 -0.0628015 0.0867155 -0.0190743
Vertex 6622 -0.0497623 0.0665865 0.0371903
Vertex 6623 0.0185494 0.0379494 0.0423026
Vertex 6624 -0.00587725 0.105934 -0.0226578
Vertex 6625 0.0201031 0.0379621 0.0410367
Vertex 6626 -0.087831 0.103641 0.0093887
Vertex 6627 -0.050904 0.119772 0.0333476
Vertex 6628 0.0357112 0.102065 0.0324889
Vertex 6629 0.0443987 0.0959613 0.0131589
Vertex 6630 0.0279524 0.103456 0.0388242
Vertex 6631 0.0302883 0.103408 0.0369471
Vertex 6632 -0.0729716 0.175028 -0.0520538
Vertex 6633 -0.0668407 0.0952437 -0.0171577
Vertex 6634 -0.0428426 0.0956907 -0.0224311
Vertex 6635 -0.0298463 0.0958488 -0.0239617
Vertex 6636 -0.0659991 0.136994 -0.00799651
Vertex 6637 -0.00587956 0.107379 -0.0226761
Vertex 6638 -0.0619636 0.125289 -0.00856668
Vertex 6639 -0.000859642 0.105926 -0.0219248
Vertex 6640 -0.0659124 0.113781 -0.0114133
Vertex 6641 -0.00487539 0.105927 -0.0225105
Vertex 6642 -0.0498232 0.0349806 0.0446412
Vertex 6643 -0.0487731 0.0349958 0.0444688
Vertex 6644 0.0296386 0.114736 0.0306143
Vertex 6645 0.0283559 0.116347 0.030146
Vertex 6646 0.0269409 0.117743 0.0296345
Vertex 6647 -0.0285902 0.125327 0.00496117
Vertex 6648 -0.027448 0.125478 0.0053817
Vertex 6649 -0.024201 0.0373653 0.0542269
Vertex 6650 -0.0230319 0.0374462 0.0541561
Vertex 6651 -0.0759547 0.129619 -0.00760722
Vertex 6652 -0.0208903 0.0376209 0.05361
Vertex 6653 -0.0199192 0.0375867 0.0533971
Vertex 6654 -0.0527937 0.0869491 -0.0216809
Vertex 6655 -0.0507933 0.0869468 -0.0215939
Vertex 6656 -0.0161865 0.0377383 0.0516902
Vertex 6657 -0.0152064 0.0377587 0.0513804
Vertex 6658 -0.0141822 0.0378114 0.0510973
Vertex 6659 -0.0131926 0.0378477 0.0507876
Vertex 6660 -0.0122192 0.0378665 0.050479
Vertex 6661 -0.0112578 0.037897 0.0501369
Vertex 6662 -0.0102585 0.0379591 0.0497745
Vertex 6663 -0.0568079 0.0869026 -0.0213473
Vertex 6664 -0.00826521 0.0380456 0.0491273
Vertex 6665 -0.00723161 0.0381024 0.0489495
Vertex 6666 -0.006265 0.0381462 0.0486516
Vertex 6667 -0.00523048 0.0381888 0.0482681
Vertex 6668 -0.00423381 0.0382248 0.0479393
Vertex 6669 -0.00324005 0.038276 0.0477168
Vertex 6670 -0.00223658 0.0383059 0.0473338
Vertex 6671 -0.00125765 0.0383424 0.0470318
Vertex 6672 -0.0640284 0.119984 0.047923
Vertex 6673 -0.0582446 0.13534 0.0351018
Vertex 6674 0.0402871 0.104196 0.0211608
Vertex 6675 0.00291054 0.0385481 0.0460492
Vertex 6676 0.00400584 0.0386131 0.0458842
Vertex 6677 0.00510611 0.0386758 0.0457599
Vertex 6678 0.00620362 0.0387395 0.045605
Vertex 6679 0.00513733 0.104474 -0.0214038
Vertex 6680 0.00954728 0.0389439 0.0451085
Vertex 6681 0.0106398 0.0390088 0.044914
Vertex 6682 0.0117341 0.0390743 0.0447312
Vertex 6683 0.0128315 0.0391361 0.0445812
Vertex 6684 0.013929 0.0392001 0.0444158
Vertex 6685 0.0150246 0.0392642 0.0442415
Vertex 6686 0.0161036 0.0393372 0.0440174
Vertex 6687 0.0170352 0.0393356 0.0436644
Vertex 6688 0.0179771 0.0393777 0.0432522
Vertex 6689 0.0188124 0.0393785 0.042705
Vertex 6690 0.0196959 0.0394038 0.04222
Vertex 6691 0.0205957 0.0394417 0.0417168
Vertex 6692 0.045275 0.0917907 0.0041773
Vertex 6693 -0.0192339 0.166857 -0.012207
Vertex 6694 -0.051547 0.125478 0.0342157
Vertex 6695 -0.0182573 0.181629 -0.0177335
Vertex 6696 -0.0226202 0.181624 -0.0117104
Vertex 6697 0.0318118 0.100781 0.0373962
Vertex 6698 0.0311382 0.100809 0.0381724
Vertex 6699 -0.062789 0.152113 -0.0295989
Vertex 6700 0.0297469 0.0929269 0.0431563
Vertex 6701 -0.0438412 0.0942345 -0.0223045
Vertex 6702 -0.045835 0.0941966 -0.0219229
Vertex 6703 -0.0528311 0.0941603 -0.0218064
Vertex 6704 -0.0538405 0.0941624 -0.0218364
Vertex 6705 -0.0587837 0.0940397 -0.0203993
Vertex 6706 -0.0597431 0.093988 -0.019461
Vertex 6707 -0.0608063 0.0939347 -0.0190005
Vertex 6708 -0.0492809 0.152135 0.0110836
Vertex 6709 0.00183737 0.0373069 0.04638
Vertex 6710 -0.0857257 0.0994313 0.000394941
Vertex 6711 -0.0600649 0.129705 0.039485
Vertex 6712 -0.0789513 0.128091 -0.00607242
Vertex 6713 -0.0783317 0.109572 0.0415234
Vertex 6714 -0.0548507 0.0955893 -0.0216695
Vertex 6715 -0.0668934 0.119448 -0.00885989
Vertex 6716 -0.056884 0.0955743 -0.0213395
Vertex 6717 -0.0485257 0.121087 0.0297472
Vertex 6718 -0.0608088 0.148246 0.0367611
Vertex 6719 -0.0155858 0.183111 -0.0209193
Vertex 6720 -0.0484797 0.126826 0.0298997
Vertex 6721 -0.0550359 0.12552 0.0379729
Vertex 6722 -0.000203909 0.130048 0.0239772
Vertex 6723 -0.0112103 0.129394 0.0199977
Vertex 6724 0.0302544 0.113856 0.0308506
Vertex 6725 -0.0341012 0.162237 -0.0142117
Vertex 6726 -0.0523124 0.0360662 0.0464431
Vertex 6727 -0.0512659 0.0360808 0.0462964
Vertex 6728 -0.0491119 0.0361611 0.0459929
Vertex 6729 -0.0480938 0.0362157 0.0456887
Vertex 6730 -0.0470685 0.0362699 0.0454096
Vertex 6731 -0.0460476 0.0363198 0.0451262
Vertex 6732 -0.0450739 0.0363473 0.0448052
Vertex 6733 -0.0440686 0.0364096 0.0444754
Vertex 6734 -0.0430994 0.12944 0.0113807
Vertex 6735 -0.00439411 0.0968663 -0.0305974
Vertex 6736 -0.0654707 0.155271 0.00728456
Vertex 6737 0.0276788 0.117119 0.0298812
Vertex 6738 -0.0398245 0.0942915 -0.0229995
Vertex 6739 -0.0306102 0.125527 0.00421635
Vertex 6740 -0.02963 0.125357 0.0045818
Vertex 6741 0.0295472 0.11806 0.0262972
Vertex 6742 -0.0671663 0.164687 -0.0194859
Vertex 6743 -0.0242177 0.0387671 0.0542484
Vertex 6744 -0.0230546 0.0388523 0.0540611
Vertex 6745 -0.0220141 0.0388944 0.0538623
Vertex 6746 -0.0209812 0.0389557 0.0535988
Vertex 6747 -0.0200013 0.0389743 0.053287
Vertex 6748 -0.0189776 0.0390241 0.0529956
Vertex 6749 -0.018017 0.0390618 0.0526069
Vertex 6750 -0.0171133 0.0390763 0.0521827
Vertex 6751 -0.0161521 0.03911 0.0518105
Vertex 6752 -0.0151896 0.0391404 0.0514631
Vertex 6753 -0.0141713 0.0391912 0.0511685
Vertex 6754 -0.0131867 0.0392232 0.050872
Vertex 6755 -0.0122347 0.0392642 0.0504717
Vertex 6756 -0.0112757 0.0392934 0.0501019
Vertex 6757 -0.0103201 0.0393296 0.0497389
Vertex 6758 -0.00928822 0.0393788 0.0494849
Vertex 6759 -0.00827202 0.0394277 0.049182
Vertex 6760 -0.00730388 0.0394625 0.048838
Vertex 6761 -0.00627779 0.0395112 0.048561
Vertex 6762 -0.00524162 0.0395598 0.0483202
Vertex 6763 -0.00422658 0.0396088 0.0480089
Vertex 6764 -0.00325216 0.0396403 0.0476826
Vertex 6765 -0.00222977 0.0396912 0.0474006
Vertex 6766 -0.00126307 0.039726 0.0470556
Vertex 6767 -0.000241537 0.0397743 0.0467748
Vertex 6768 0.000791005 0.0398223 0.046536
Vertex 6769 0.00187492 0.0398874 0.0463369
Vertex 6770 0.00289976 0.039936 0.0460731
Vertex 6771 0.00399334 0.0399971 0.0458959
Vertex 6772 0.00514365 0.0400743 0.045751
Vertex 6773 0.00624486 0.0401371 0.0456279
Vertex 6774 0.00740252 0.0402134 0.0455033
Vertex 6775 0.00849848 0.0402756 0.0453316
Vertex 6776 0.00959837 0.0403395 0.0451906
Vertex 6777 0.0107555 0.0404168 0.045078
Vertex 6778 0.0118541 0.0404814 0.0449158
Vertex 6779 0.0129483 0.0405423 0.0447572
Vertex 6780 0.0140441 0.0406072 0.0445814
Vertex 6781 0.015086 0.0406501 0.0443863
Vertex 6782 0.0161688 0.0407187 0.0441528
Vertex 6783 0.017193 0.0407686 0.0438767
Vertex 6784 0.0181431 0.0408036 0.0434958
Vertex 6785 0.0189976 0.0408013 0.0429893
Vertex 6786 0.0198342 0.0408002 0.0424386
Vertex 6787 0.0207007 0.040829 0.0419301
Vertex 6788 0.0215433 0.04083 0.0414017
Vertex 6789 0.0228822 0.0407495 0.0397886
Vertex 6790 0.0235133 0.0407023 0.0389233
Vertex 6791 0.0229651 0.0928857 0.047441
Vertex 6792 -0.0146742 0.180146 -0.0213737
Vertex 6793 0.0306462 0.0968954 0.0409575
Vertex 6794 -0.0876274 0.137747 0.00620032
Vertex 6795 0.0261935 0.0402752 0.032238
Vertex 6796 -0.060805 0.0867676 -0.0196616
Vertex 6797 -0.0758951 0.123764 -0.00763971
Vertex 6798 -0.0408247 0.092859 -0.0231395
Vertex 6799 -0.0638117 0.0867138 -0.0190744
Vertex 6800 -0.061937 0.111099 -0.0150221
Vertex 6801 0.0449899 0.0861501 0.00118902
Vertex 6802 -0.0301636 0.153871 -0.00371356
Vertex 6803 -0.0895642 0.139283 0.0271809
Vertex 6804 -0.0540878 0.128312 0.0358453
Vertex 6805 -0.0558676 0.0941545 -0.0217392
Vertex 6806 -0.0548497 0.0941617 -0.0218342
Vertex 6807 -0.0568623 0.0941345 -0.0215512
Vertex 6808 -0.0578481 0.0940916 -0.0211113
Vertex 6809 -0.0632023 0.166731 -0.0605917
Vertex 6810 0.00013405 0.105909 -0.0216496
Vertex 6811 -0.0470477 0.150201 -0.00445632
Vertex 6812 -0.0388402 0.0957243 -0.0226737
Vertex 6813 -0.0468309 0.0956366 -0.0220125
Vertex 6814 -0.0488321 0.0956358 -0.0221459
Vertex 6815 0.0289271 0.110086 0.0349831
Vertex 6816 -0.0762945 0.152787 -0.0118902
Vertex 6817 -0.0549619 0.14242 0.0292765
Vertex 6818 -0.0576661 0.143885 0.0324483
Vertex 6819 -0.0808584 0.15153 0.0328055
Vertex 6820 -0.067513 0.132633 0.0463034
Vertex 6821 -0.0361357 0.127268 0.00216052
Vertex 6822 -0.0556091 0.0372359 0.0469697
Vertex 6823 -0.054442 0.0373135 0.0469328
Vertex 6824 -0.0532705 0.0373829 0.0469289
Vertex 6825 -0.0522198 0.0374253 0.0467614
Vertex 6826 -0.05111 0.0375368 0.0465746
Vertex 6827 -0.0501186 0.0375352 0.0462556
Vertex 6828 -0.0491606 0.0375682 0.0458781
Vertex 6829 -0.0481382 0.0376145 0.0455768
Vertex 6830 -0.0470957 0.0376632 0.0453493
Vertex 6831 -0.0460199 0.0377083 0.0451098
Vertex 6832 -0.0451209 0.0377458 0.0446873
Vertex 6833 -0.0440293 0.0378087 0.0445145
Vertex 6834 -0.0431166 0.0378307 0.0441123
Vertex 6835 -0.0833395 0.103378 -0.00262342
Vertex 6836 -0.089178 0.137924 0.0381661
Vertex 6837 -0.0512299 0.133896 0.029412
Vertex 6838 -0.0518432 0.133909 0.0302884
Vertex 6839 -0.0855599 0.112052 0.0307632
Vertex 6840 0.0281295 0.110111 0.0355841
Vertex 6841 0.0302092 0.117283 0.0265434
Vertex 6842 -0.0826135 0.153724 0.024657
Vertex 6843 -0.0254725 0.0400777 0.0541415
Vertex 6844 -0.0242347 0.0401682 0.0541848
Vertex 6845 -0.0230647 0.0402418 0.0541248
Vertex 6846 -0.0219645 0.0403079 0.0539432
Vertex 6847 -0.0209874 0.04034 0.0536055
Vertex 6848 -0.0200226 0.0403705 0.0532551
Vertex 6849 -0.0190478 0.0404047 0.0529202
Vertex 6850 -0.0180327 0.0404537 0.0526147
Vertex 6851 -0.0170629 0.040485 0.0522671
Vertex 6852 -0.0161498 0.040504 0.0518582
Vertex 6853 -0.0151483 0.0405525 0.0515137
Vertex 6854 -0.0141847 0.0405865 0.0511605
Vertex 6855 -0.0132153 0.0406258 0.0508237
Vertex 6856 -0.012241 0.0406566 0.0504983
Vertex 6857 -0.0112354 0.0407042 0.0501624
Vertex 6858 -0.0102599 0.0407381 0.0498453
Vertex 6859 -0.00924245 0.0407867 0.049553
Vertex 6860 -0.00827698 0.0408222 0.049207
Vertex 6861 -0.00725841 0.0408714 0.048906
Vertex 6862 -0.00628355 0.0409075 0.0485853
Vertex 6863 -0.00525979 0.0409541 0.0483014
Vertex 6864 -0.00424346 0.0409986 0.0479883
Vertex 6865 -0.00327736 0.0410332 0.0476549
Vertex 6866 -0.00224884 0.0410819 0.0473849
Vertex 6867 -0.0012817 0.0411143 0.047028
Vertex 6868 -0.050793 0.124044 0.0335488
Vertex 6869 -0.0157908 0.169796 -0.0160148
Vertex 6870 -0.0243798 0.168291 -0.0108587
Vertex 6871 -0.0561131 0.145329 0.0311927
Vertex 6872 0.0247594 0.0929114 0.046503
Vertex 6873 0.0197097 0.119321 0.0339587
Vertex 6874 0.0374187 0.0855245 -0.0157145
Vertex 6875 0.00958152 0.0417197 0.0451866
Vertex 6876 0.0107427 0.041795 0.045086
Vertex 6877 0.0118435 0.0418607 0.0449613
Vertex 6878 0.0130004 0.0419341 0.0448362
Vertex 6879 0.014095 0.041997 0.0446638
Vertex 6880 0.0151979 0.0420601 0.0445385
Vertex 6881 0.0162788 0.0421207 0.0443108
Vertex 6882 0.0173062 0.0421724 0.0440438
Vertex 6883 0.0182702 0.0422045 0.0436952
Vertex 6884 0.0191204 0.042209 0.0431814
Vertex 6885 0.0199833 0.0422265 0.0426566
Vertex 6886 0.0207709 0.0422154 0.0420468
Vertex 6887 0.0216142 0.042218 0.0415059
Vertex 6888 0.0224333 0.0422246 0.0409441
Vertex 6889 0.0231834 0.0422122 0.040252
Vertex 6890 0.0238752 0.0421864 0.0394869
Vertex 6891 0.0245089 0.042142 0.038636
Vertex 6892 0.0265767 0.0994658 0.0420977
Vertex 6893 0.0371767 0.095465 0.0345819
Vertex 6894 0.0403868 0.0966272 0.0286723
Vertex 6895 0.0269196 0.0418157 0.0333163
Vertex 6896 0.0274612 0.0417732 0.0323464
Vertex 6897 0.0280618 0.0416802 0.0314173
Vertex 6898 0.0287437 0.0416628 0.0306503
Vertex 6899 0.0294554 0.0416168 0.02991
Vertex 6900 -0.0648009 0.0867059 -0.0190299
Vertex 6901 -0.0195264 0.159643 -0.00556617
Vertex 6902 -0.0127812 0.17424 -0.0204206
Vertex 6903 0.0207857 0.0994851 0.0460447
Vertex 6904 -0.0548201 0.128324 0.0365339
Vertex 6905 -0.0661452 0.115702 0.0482687
Vertex 6906 -0.0378274 0.0929022 -0.0235348
Vertex 6907 -0.038823 0.0928858 -0.0233898
Vertex 6908 -0.0528198 0.0927332 -0.0219739
Vertex 6909 -0.0518166 0.09273 -0.0219218
Vertex 6910 -0.0638596 0.0939187 -0.018635
Vertex 6911 -0.0688255 0.0937312 -0.0163709
Vertex 6912 -0.0678527 0.0937535 -0.0166708
Vertex 6913 -0.0628349 0.0939281 -0.0188357
Vertex 6914 -0.0618299 0.0939366 -0.0189413
Vertex 6915 -0.0498262 0.0941747 -0.0218116
Vertex 6916 -0.0488263 0.0941792 -0.0218889
Vertex 6917 -0.0368374 0.0957548 -0.023046
Vertex 6918 -0.0301525 0.168207 -0.0169318
Vertex 6919 -0.0561001 0.14389 0.0312058
Vertex 6920 -0.0568299 0.143897 0.0319274
Vertex 6921 -0.0647932 0.143933 0.0397518
Vertex 6922 0.0242791 0.118022 0.0317589
Vertex 6923 -0.0278275 0.158128 -8.54892e-06
Vertex 6924 -0.0414226 0.150668 0.00483874
Vertex 6925 0.0326457 0.113685 0.0274718
Vertex 6926 -0.0555634 0.0386377 0.0471443
Vertex 6927 -0.0543178 0.0387289 0.0471882
Vertex 6928 -0.0532086 0.0387959 0.0470712
Vertex 6929 -0.0522301 0.0388364 0.0467813
Vertex 6930 -0.0512629 0.0388692 0.0464256
Vertex 6931 -0.0503176 0.0388958 0.046006
Vertex 6932 -0.0493581 0.0389276 0.0456407
Vertex 6933 -0.0483957 0.0389613 0.0452757
Vertex 6934 -0.0473098 0.0390167 0.04506
Vertex 6935 -0.0462757 0.0390662 0.0448146
Vertex 6936 -0.0452605 0.0391077 0.0445023
Vertex 6937 -0.0442953 0.0391467 0.0441537
Vertex 6938 -0.0433217 0.0391871 0.0438385
Vertex 6939 -0.0423664 0.0392174 0.0434612
Vertex 6940 -0.070932 0.129672 -0.00889239
Vertex 6941 -0.0257849 0.174205 -0.0110873
Vertex 6942 -0.0219159 0.175693 -0.0142737
Vertex 6943 -0.0155071 0.175699 -0.0190868
Vertex 6944 -0.0323725 0.16532 -0.00484492
Vertex 6945 -0.0364476 0.166788 -0.00019754
Vertex 6946 0.00123889 0.0998292 0.0485145
Vertex 6947 -0.0255484 0.0414464 0.0539815
Vertex 6948 -0.0243246 0.0415463 0.0540712
Vertex 6949 -0.0230864 0.0416339 0.0540702
Vertex 6950 -0.0220331 0.041681 0.0538782
Vertex 6951 -0.0210104 0.0417331 0.053591
Vertex 6952 -0.0200406 0.0417644 0.0532372
Vertex 6953 -0.019019 0.0418114 0.0529435
Vertex 6954 -0.0180479 0.0418467 0.0526068
Vertex 6955 -0.0170777 0.0418831 0.0522589
Vertex 6956 -0.0161113 0.0419173 0.0519008
Vertex 6957 -0.0151514 0.041952 0.0515406
Vertex 6958 -0.0141936 0.0419832 0.0511586
Vertex 6959 -0.0132404 0.0420117 0.0507817
Vertex 6960 -0.0122664 0.0420539 0.0504523
Vertex 6961 -0.0113055 0.0420913 0.0500945
Vertex 6962 -0.0102821 0.0421361 0.0498123
Vertex 6963 -0.00925999 0.0421824 0.0495336
Vertex 6964 -0.00828946 0.0422134 0.0491908
Vertex 6965 -0.00727442 0.0422617 0.0488857
Vertex 6966 -0.00631217 0.0422986 0.0485312
Vertex 6967 -0.00534534 0.0423344 0.0481709
Vertex 6968 -0.00432524 0.0423738 0.047881
Vertex 6969 -0.00335674 0.0424141 0.0475525
Vertex 6970 -0.0023893 0.0424447 0.047211
Vertex 6971 -0.00138527 0.0424799 0.0468649
Vertex 6972 -0.0616099 0.158421 -0.0325909
Vertex 6973 -0.0555716 0.122697 0.0389476
Vertex 6974 -0.0541027 0.122637 0.0375656
Vertex 6975 -0.0395679 0.152136 0.0040279
Vertex 6976 -0.0353519 0.169773 -0.000327923
Vertex 6977 -0.0563034 0.124125 0.0396482
Vertex 6978 -0.0527116 0.12267 0.0360612
Vertex 6979 -0.0289779 0.174216 -0.00689295
Vertex 6980 -0.0638003 0.110914 0.037425
Vertex 6981 0.0296359 0.112746 0.0324848
Vertex 6982 0.0105917 0.043143 0.0448676
Vertex 6983 0.0117525 0.0432202 0.0447834
Vertex 6984 0.0128496 0.0432822 0.0446281
Vertex 6985 0.0140069 0.0433574 0.0445182
Vertex 6986 0.0151117 0.0434234 0.0444141
Vertex 6987 0.0162591 0.0434903 0.0442636
Vertex 6988 0.017284 0.0435398 0.0440147
Vertex 6989 0.0182033 0.0435661 0.0436183
Vertex 6990 0.0191474 0.0435971 0.0432171
Vertex 6991 0.019989 0.0436019 0.0426848
Vertex 6992 0.020822 0.043607 0.0421342
Vertex 6993 0.0216558 0.0436146 0.0415846
Vertex 6994 0.0224871 0.0436168 0.0410219
Vertex 6995 0.0233312 0.0436331 0.0404882
Vertex 6996 0.0240686 0.0436305 0.0398361
Vertex 6997 0.0247589 0.0435818 0.039017
Vertex 6998 0.025334 0.0435501 0.0381106
Vertex 6999 0.0259166 0.0434925 0.0371741
Vertex 7000 0.0264406 0.0434552 0.0361928
Vertex 7001 0.027039 0.0433782 0.0352623
Vertex 7002 0.0275719 0.0433403 0.0342886
Vertex 7003 0.0280869 0.0432543 0.0332457
Vertex 7004 0.0286707 0.0432432 0.0323583
Vertex 7005 0.0292762 0.0431552 0.0314362
Vertex 7006 0.029915 0.0430998 0.0305942
Vertex 7007 0.0306407 0.0431175 0.0298982
Vertex 7008 -0.0577458 0.131139 0.0375772
Vertex 7009 -0.0651404 0.112408 0.0390225
Vertex 7010 -0.0777857 0.156925 -0.0179137
Vertex 7011 -0.0681644 0.132655 0.0471068
Vertex 7012 0.0453685 0.090397 0.014157
Vertex 7013 -0.0638988 0.109582 -0.0144399
Vertex 7014 -0.0728744 0.10362 -0.0122376
Vertex 7015 -0.0679136 0.113718 -0.0102762
Vertex 7016 -0.033131 0.166707 -0.0157536
Vertex 7017 -0.0328324 0.0929676 -0.0240794
Vertex 7018 -0.0318386 0.0929851 -0.0242124
Vertex 7019 -0.0338313 0.0929547 -0.0239607
Vertex 7020 -0.034827 0.0929417 -0.0239227
Vertex 7021 -0.0508195 0.0927229 -0.0217389
Vertex 7022 -0.0538265 0.0927341 -0.0220469
Vertex 7023 -0.0548298 0.0927311 -0.0220321
Vertex 7024 -0.0478299 0.094184 -0.0219241
Vertex 7025 -0.0518271 0.094161 -0.0217872
Vertex 7026 -0.0902689 0.112791 0.0182006
Vertex 7027 -0.0578782 0.0955404 -0.0210377
Vertex 7028 -0.041838 0.0942787 -0.0228038
Vertex 7029 0.0402513 0.0940026 0.0302416
Vertex 7030 -0.0654625 0.143948 0.0405383
Vertex 7031 -0.0474034 0.126784 0.0277907
Vertex 7032 -0.0546077 0.131128 0.0350935
Vertex 7033 -0.0218748 0.174208 -0.0142339
Vertex 7034 -0.0226834 0.174208 -0.0136486
Vertex 7035 -0.0194066 0.174211 -0.0159442
Vertex 7036 -0.0514201 0.121192 0.0343754
Vertex 7037 -0.0575802 0.14965 0.0326026
Vertex 7038 -0.0534339 0.040168 0.0467985
Vertex 7039 -0.0523414 0.0402098 0.0465679
Vertex 7040 -0.0513639 0.0402537 0.0462611
Vertex 7041 -0.050462 0.0402796 0.0458238
Vertex 7042 -0.0495628 0.0402984 0.0453668
Vertex 7043 -0.0486202 0.0403225 0.04496
Vertex 7044 -0.0475948 0.0403553 0.044655
Vertex 7045 -0.0465484 0.0404249 0.0444582
Vertex 7046 -0.0454716 0.0404727 0.0442216
Vertex 7047 -0.0445641 0.0405033 0.0438121
Vertex 7048 -0.0435452 0.0405422 0.0435069
Vertex 7049 0.0445378 0.0959706 0.0101622
Vertex 7050 0.0434078 0.0958974 0.0221477
Vertex 7051 -0.0287922 0.165339 -0.00670006
Vertex 7052 -0.0211402 0.175693 -0.0149194
Vertex 7053 -0.0146968 0.175692 -0.019662
Vertex 7054 -0.0340447 0.1653 -0.00374721
Vertex 7055 -0.0432329 0.156565 0.00586077
Vertex 7056 -0.0522319 0.125489 0.0349878
Vertex 7057 -0.0489018 0.129654 0.0292632
Vertex 7058 -0.024542 0.0428919 0.0537128
Vertex 7059 -0.0233033 0.0429927 0.0537933
Vertex 7060 -0.021105 0.0431099 0.0534593
Vertex 7061 -0.020119 0.0431531 0.0531418
Vertex 7062 -0.0191016 0.0431933 0.0528315
Vertex 7063 -0.0181329 0.0432293 0.0524811
Vertex 7064 -0.0171714 0.0432613 0.0521182
Vertex 7065 -0.0161975 0.0432999 0.0517769
Vertex 7066 -0.0152962 0.0433291 0.0513434
Vertex 7067 -0.0473623 0.129578 0.0262098
Vertex 7068 -0.0465019 0.129507 0.0239285
Vertex 7069 0.0388648 0.0842467 -0.0137667
Vertex 7070 -0.0482032 0.131003 0.0267578
Vertex 7071 -0.0486855 0.131027 0.0278379
Vertex 7072 -0.0562637 0.142432 0.0309288
Vertex 7073 -0.0521483 0.153554 0.0122178
Vertex 7074 0.0393676 0.0927337 0.0325144
Vertex 7075 -0.0664004 0.120055 0.0514481
Vertex 7076 -0.0239226 0.16684 -0.0101968
Vertex 7077 0.024391 0.115338 0.0336864
Vertex 7078 0.026456 0.0929171 0.0454329
Vertex 7079 -0.0516682 0.152149 0.0128837
Vertex 7080 -0.0264155 0.169752 -0.0102811
Vertex 7081 -0.0317772 0.169741 -0.00573949
Vertex 7082 -0.0335104 0.169764 -0.00293532
Vertex 7083 -0.0187772 0.186086 -0.0166294
Vertex 7084 0.0238707 0.0929061 0.0469915
Vertex 7085 -0.0932424 0.12021 0.0392849
Vertex 7086 -0.0271731 0.174192 -0.00959576
Vertex 7087 -0.0273345 0.172717 -0.009826
Vertex 7088 -0.0166904 0.169787 -0.0155577
Vertex 7089 0.0104651 0.0444795 0.0447526
Vertex 7090 0.011492 0.0445292 0.0444785
Vertex 7091 0.0125747 0.0445985 0.0442752
Vertex 7092 0.0136703 0.0446634 0.0441067
Vertex 7093 0.0148253 0.0447411 0.0439981
Vertex 7094 0.0159735 0.0448127 0.0438765
Vertex 7095 0.0170625 0.0448711 0.043693
Vertex 7096 0.0180456 0.044911 0.0433906
Vertex 7097 0.0189949 0.0449386 0.0430002
Vertex 7098 0.0198821 0.0449543 0.0425235
Vertex 7099 0.0207685 0.0449736 0.0420523
Vertex 7100 0.0215827 0.0449804 0.0414892
Vertex 7101 0.0223863 0.0449715 0.0408911
Vertex 7102 0.0232083 0.0449556 0.0403488
Vertex 7103 0.0240034 0.0449703 0.0396985
Vertex 7104 0.0247856 0.0449735 0.0390757
Vertex 7105 0.0255017 0.0449453 0.0383425
Vertex 7106 0.0261947 0.0449183 0.0375802
Vertex 7107 0.0268698 0.0448976 0.0368034
Vertex 7108 0.0275411 0.044881 0.0360262
Vertex 7109 0.0281364 0.0448054 0.035097
Vertex 7110 0.0287018 0.0447465 0.0341399
Vertex 7111 0.0292606 0.0447502 0.0332372
Vertex 7112 0.0297787 0.0446629 0.032196
Vertex 7113 0.0304194 0.0446109 0.0313507
Vertex 7114 0.0311169 0.0445787 0.030603
Vertex 7115 -0.0528036 0.129718 0.0341858
Vertex 7116 -0.052373 0.126911 0.0347775
Vertex 7117 -0.0668418 0.138273 0.0438208
Vertex 7118 -0.06623 0.13826 0.0429445
Vertex 7119 -0.0326084 0.171239 -0.00339173
Vertex 7120 0.0274866 0.0994982 0.0416519
Vertex 7121 -0.0638846 0.103946 -0.0172176
Vertex 7122 -0.0351127 0.162221 -0.0139882
Vertex 7123 -0.0708102 0.086505 -0.0166182
Vertex 7124 -0.0728007 0.0864364 -0.0158265
Vertex 7125 -0.058796 0.0868581 -0.0207882
Vertex 7126 -0.0833705 0.0767799 0.0142875
Vertex 7127 -0.0629734 0.126755 -0.00855487
Vertex 7128 -0.0517979 0.0869425 -0.0216307
Vertex 7129 -0.071904 0.103673 -0.0126696
Vertex 7130 -0.0308424 0.0930072 -0.0244625
Vertex 7131 -0.0298299 0.09304 -0.0247313
Vertex 7132 -0.0508247 0.0941547 -0.0216781
Vertex 7133 -0.0468308 0.0941893 -0.021914
Vertex 7134 -0.0428369 0.0942645 -0.0226678
Vertex 7135 -0.0658054 0.0924099 -0.017991
Vertex 7136 0.03375 0.0929319 0.0401542
Vertex 7137 0.0187381 0.119283 0.0342968
Vertex 7138 -0.051308 0.153569 0.0116824
Vertex 7139 -0.0656926 0.125639 0.0489587
Vertex 7140 -0.0671096 0.125666 0.0504247
Vertex 7141 -0.02106 0.174206 -0.0148174
Vertex 7142 -0.018574 0.174216 -0.0164984
Vertex 7143 -0.0370531 0.166795 0.000693639
Vertex 7144 -0.0462814 0.155049 0.00841735
Vertex 7145 -0.011981 0.180127 -0.0244833
Vertex 7146 -0.00120988 0.105335 0.044053
Vertex 7147 -0.0197585 0.171251 -0.0147167
Vertex 7148 -0.0516597 0.0416063 0.0458402
Vertex 7149 -0.0506214 0.0416531 0.0455899
Vertex 7150 -0.0497297 0.0416675 0.0451167
Vertex 7151 -0.0488285 0.0416917 0.0446681
Vertex 7152 -0.0573508 0.121267 0.0398601
Vertex 7153 -0.062689 0.110949 0.0372761
Vertex 7154 -0.0554658 0.14959 0.0286413
Vertex 7155 -0.0559672 0.149602 0.0296453
Vertex 7156 -0.0436971 0.0419128 0.0432773
Vertex 7157 -0.0559297 0.13815 0.0313829
Vertex 7158 -0.0945397 0.121475 0.0202819
Vertex 7159 -0.0297036 0.165315 -0.00626903
Vertex 7160 -0.0203588 0.175699 -0.0155519
Vertex 7161 -0.0711733 0.128436 0.0516087
Vertex 7162 -0.0138948 0.17568 -0.0202542
Vertex 7163 -0.0362329 0.165306 -0.00162934
Vertex 7164 -0.0417786 0.156522 0.00614116
Vertex 7165 -0.0396922 0.156587 0.00568688
Vertex 7166 0.0451024 0.091769 0.003186
Vertex 7167 -0.0433646 0.153626 0.00736711
Vertex 7168 -0.0484634 0.122511 0.0297787
Vertex 7169 -0.0213253 0.0444675 0.0531428
Vertex 7170 -0.0193027 0.0445534 0.0525624
Vertex 7171 -0.0183468 0.0445922 0.0521871
Vertex 7172 0.0390662 0.103279 0.0267541
Vertex 7173 -0.0653253 0.142516 0.0407395
Vertex 7174 -0.0930555 0.120208 0.0402916
Vertex 7175 -0.0523769 0.119775 0.034728
Vertex 7176 0.0456627 0.0890114 0.0111648
Vertex 7177 -0.0896003 0.111903 0.0133388
Vertex 7178 -0.0597218 0.118329 0.0399103
Vertex 7179 -0.0424973 0.155091 0.0068798
Vertex 7180 0.0434376 0.0874432 0.0261531
Vertex 7181 -0.0578054 0.142438 0.0322424
Vertex 7182 0.0409317 0.0971197 -0.00479362
Vertex 7183 0.022067 0.0981797 0.0461337
Vertex 7184 0.0387224 0.1084 0.018173
Vertex 7185 -0.0538472 0.144686 0.025416
Vertex 7186 -0.0501252 0.138572 0.00341268
Vertex 7187 -0.0522249 0.152155 0.0138449
Vertex 7188 -0.0220745 0.169763 -0.0127977
Vertex 7189 -0.0162469 0.184587 -0.0200786
Vertex 7190 -0.0863798 0.100827 0.00341316
Vertex 7191 -0.0543637 0.116891 0.0353365
Vertex 7192 -0.0181983 0.18599 -0.0174024
Vertex 7193 -0.0332203 0.171246 -0.00251328
Vertex 7194 -0.0699145 0.135483 0.0481625
Vertex 7195 -0.059392 0.149673 0.0353015
Vertex 7196 -0.0548348 0.124111 0.0382711
Vertex 7197 0.0103735 0.0460953 0.0463477
Vertex 7198 0.0109544 0.0459934 0.0454216
Vertex 7199 0.0116939 0.0459283 0.0447695
Vertex 7200 0.0125996 0.0459414 0.0443461
Vertex 7201 0.0136057 0.0460076 0.0440344
Vertex 7202 0.0146321 0.0460649 0.043757
Vertex 7203 0.0157166 0.0461353 0.0435597
Vertex 7204 0.0167377 0.0461846 0.0432665
Vertex 7205 0.0177513 0.0462342 0.0429632
Vertex 7206 0.0187045 0.0462587 0.0425837
Vertex 7207 0.0196022 0.0462781 0.0421275
Vertex 7208 0.0205709 0.0463131 0.0417824
Vertex 7209 0.0214143 0.0463213 0.0412437
Vertex 7210 0.0222429 0.0463236 0.0406841
Vertex 7211 0.0230588 0.0463265 0.0401038
Vertex 7212 0.0238729 0.0463312 0.0395213
Vertex 7213 0.0247031 0.0463341 0.0389677
Vertex 7214 0.0255511 0.0463382 0.0384325
Vertex 7215 0.026348 0.0463448 0.037827
Vertex 7216 0.0271142 0.0463333 0.0371793
Vertex 7217 0.0278587 0.0463325 0.0365003
Vertex 7218 0.0285634 0.0463012 0.0357516
Vertex 7219 0.0291872 0.0462618 0.034893
Vertex 7220 0.0297504 0.0462054 0.0339396
Vertex 7221 0.0302609 0.0461225 0.032895
Vertex 7222 0.0308648 0.0460986 0.0320207
Vertex 7223 0.031559 0.0460718 0.0312637
Vertex 7224 0.0323835 0.0460752 0.0307026
Vertex 7225 -0.0557637 0.121264 0.0386516
Vertex 7226 -0.0590987 0.135299 0.0356206
Vertex 7227 -0.0599957 0.135288 0.0360766
Vertex 7228 -0.0606335 0.122654 0.0421622
Vertex 7229 0.0202304 0.105998 0.0417108
Vertex 7230 0.0412042 0.046738 0.0312341
Vertex 7231 0.0421124 0.0467315 0.0307997
Vertex 7232 0.0429421 0.0467386 0.030224
Vertex 7233 0.0445157 0.0467554 0.0289718
Vertex 7234 0.0452769 0.0467388 0.0283148
Vertex 7235 0.0460481 0.046714 0.0276632
Vertex 7236 0.0468601 0.0467385 0.0270828
Vertex 7237 0.0476236 0.0467222 0.0264254
Vertex 7238 0.048317 0.0466984 0.0256626
Vertex 7239 0.0489576 0.0466396 0.0248167
Vertex 7240 0.0495971 0.0465817 0.0239661
Vertex 7241 0.0503991 0.0466746 0.0233055
Vertex 7242 0.0518495 0.0464359 0.0201911
Vertex 7243 -0.0353516 0.166776 -0.00214363
Vertex 7244 -0.0849284 0.107666 0.0223625
Vertex 7245 -0.00751389 0.102333 0.0437439
Vertex 7246 -0.0686541 0.12565 0.0517171
Vertex 7247 -0.0151953 0.168341 -0.0151527
Vertex 7248 -0.0177411 0.17422 -0.017052
Vertex 7249 0.0210633 0.106016 0.0411627
Vertex 7250 -0.011641 0.172783 -0.0205328
Vertex 7251 -0.0455099 0.155064 0.0077969
Vertex 7252 -0.0198225 0.168315 -0.0130587
Vertex 7253 -0.0629684 0.139576 0.0370615
Vertex 7254 0.0217664 0.106013 0.0404033
Vertex 7255 -0.0520295 0.0429585 0.0453289
Vertex 7256 -0.0510681 0.0429687 0.0449412
Vertex 7257 -0.0501084 0.0429877 0.0445637
Vertex 7258 -0.0491293 0.0430398 0.0442413
Vertex 7259 0.0225195 0.106011 0.0397482
Vertex 7260 -0.0225871 0.168294 -0.0117855
Vertex 7261 -0.0554928 0.148133 0.0286364
Vertex 7262 -0.0589342 0.12267 0.0410891
Vertex 7263 -0.0439305 0.0432632 0.0429545
Vertex 7264 0.0245524 0.106048 0.0391612
Vertex 7265 -0.0634859 0.146784 0.0381458
Vertex 7266 -0.0306082 0.165302 -0.00581873
Vertex 7267 -0.0171047 0.17569 -0.0178772
Vertex 7268 -0.0110217 0.175722 -0.0231509
Vertex 7269 -0.0116954 0.175688 -0.0223293
Vertex 7270 -0.0483961 0.150684 0.0105827
Vertex 7271 -0.0620233 0.159983 -0.0376027
Vertex 7272 -0.0283728 0.156641 -0.000811787
Vertex 7273 0.0281029 0.0968693 0.0425418
Vertex 7274 -0.0633963 0.145356 0.0382744
Vertex 7275 0.0255102 0.106068 0.0387825
Vertex 7276 0.0264539 0.106068 0.0383874
Vertex 7277 0.0273536 0.106086 0.0379553
Vertex 7278 0.0282036 0.106111 0.0374341
Vertex 7279 0.0290261 0.106116 0.036871
Vertex 7280 -0.0633716 0.143922 0.0382956
Vertex 7281 -0.0606527 0.151084 0.0352378
Vertex 7282 -0.0858054 0.102155 0.00239755
Vertex 7283 -0.0476365 0.150675 0.00992423
Vertex 7284 -0.0468871 0.150669 0.00925072
Vertex 7285 -0.0273383 0.17123 -0.0098418
Vertex 7286 -0.0119937 0.164096 -0.013967
Vertex 7287 0.0413723 0.0971667 -0.00382246
Vertex 7288 -0.033844 0.171255 -0.00164046
Vertex 7289 -0.0570356 0.142438 0.0315884
Vertex 7290 -0.0181795 0.183113 -0.0176247
Vertex 7291 -0.014344 0.183095 -0.0226028
Vertex 7292 -0.0130965 0.169821 -0.0173751
Vertex 7293 -0.0175848 0.169785 -0.0150947
Vertex 7294 -0.0198636 0.184564 -0.0147357
Vertex 7295 -0.0156627 0.184575 -0.0209705
Vertex 7296 -0.0341025 0.169759 -0.00204136
Vertex 7297 -0.0232213 0.183101 -0.0108227
Vertex 7298 0.0375934 0.102015 0.0299178
Vertex 7299 0.0298444 0.106115 0.0363002
Vertex 7300 0.0305908 0.106106 0.0356297
Vertex 7301 0.0313444 0.106098 0.0349666
Vertex 7302 0.0109534 0.0475021 0.0472035
Vertex 7303 0.011631 0.0474937 0.0464252
Vertex 7304 0.0125029 0.0475354 0.045933
Vertex 7305 0.0133395 0.0475307 0.0453837
Vertex 7306 0.0141656 0.0475343 0.0448184
Vertex 7307 0.0149498 0.0475024 0.0442108
Vertex 7308 0.0158441 0.0475203 0.043749
Vertex 7309 0.0166876 0.0475243 0.0432195
Vertex 7310 0.0175786 0.0475536 0.0427473
Vertex 7311 0.0184606 0.0475775 0.0422564
Vertex 7312 0.0193551 0.0475975 0.0417872
Vertex 7313 0.0203005 0.047637 0.041402
Vertex 7314 0.0212154 0.0476501 0.0409677
Vertex 7315 0.0220994 0.0476682 0.0404859
Vertex 7316 0.0229251 0.0476731 0.039919
Vertex 7317 0.0237846 0.0476926 0.0394013
Vertex 7318 0.0246905 0.0477085 0.0389599
Vertex 7319 0.0255945 0.0477251 0.0385093
Vertex 7320 0.0264669 0.0477487 0.0380114
Vertex 7321 0.0272987 0.047751 0.0374572
Vertex 7322 0.0281109 0.0477624 0.0368744
Vertex 7323 0.0288766 0.0477511 0.0362254
Vertex 7324 0.0295798 0.047722 0.0354768
Vertex 7325 0.0301953 0.0476864 0.0346108
Vertex 7326 0.0307633 0.0476275 0.0336614
Vertex 7327 0.0313304 0.0475675 0.0327114
Vertex 7328 0.0319703 0.0475137 0.0318758
Vertex 7329 0.0327662 0.0475454 0.0312717
Vertex 7330 0.0320567 0.106099 0.0342281
Vertex 7331 -0.0640141 0.128346 0.0443555
Vertex 7332 -0.0634251 0.128316 0.0434644
Vertex 7333 -0.062835 0.128322 0.0425151
Vertex 7334 0.0326969 0.10609 0.0333845
Vertex 7335 0.033372 0.106071 0.0326127
Vertex 7336 0.0418096 0.0482673 0.0320498
Vertex 7337 0.0427154 0.0482477 0.0316879
Vertex 7338 0.0435987 0.0482711 0.0311843
Vertex 7339 0.0444321 0.0482656 0.0306384
Vertex 7340 0.0452145 0.0482364 0.0300085
Vertex 7341 0.0460187 0.0482649 0.029417
Vertex 7342 0.0467715 0.0482711 0.0287479
Vertex 7343 0.0475389 0.0482604 0.0280949
Vertex 7344 0.0482658 0.0482112 0.0273759
Vertex 7345 0.0490097 0.0482239 0.0267018
Vertex 7346 0.0497106 0.0482066 0.0259506
Vertex 7347 0.050389 0.0482108 0.0251806
Vertex 7348 0.0510319 0.0481609 0.0243415
Vertex 7349 0.0517118 0.048146 0.0235716
Vertex 7350 0.0522449 0.0480372 0.0225432
Vertex 7351 0.0528302 0.048039 0.0216552
Vertex 7352 0.0395831 0.0953666 0.0310696
Vertex 7353 -0.0527869 0.124083 0.0359567
Vertex 7354 -0.0571323 0.14819 0.0314465
Vertex 7355 -0.0188778 0.168283 -0.0134663
Vertex 7356 0.0271211 0.103444 0.039376
Vertex 7357 0.00749812 0.109597 0.0408218
Vertex 7358 -0.0265586 0.171236 -0.0104749
Vertex 7359 -0.0169066 0.174228 -0.0176024
Vertex 7360 -0.0419337 0.160883 0.00416203
Vertex 7361 -0.0434567 0.155083 0.00724724
Vertex 7362 -0.0444935 0.155066 0.00750552
Vertex 7363 0.0154861 0.0927165 0.0506449
Vertex 7364 0.0340178 0.106064 0.0317678
Vertex 7365 -0.0524783 0.0442541 0.0446515
Vertex 7366 0.0346837 0.106039 0.030986
Vertex 7367 0.0353616 0.106017 0.0302164
Vertex 7368 0.0360105 0.106014 0.0293761
Vertex 7369 0.0223261 0.116663 0.0342169
Vertex 7370 -0.0553627 0.139574 0.0304759
Vertex 7371 -0.0621593 0.13389 0.0382274
Vertex 7372 -0.0592645 0.138135 0.0336221
Vertex 7373 0.0366723 0.106016 0.0285439
Vertex 7374 0.0373363 0.105992 0.0277645
Vertex 7375 -0.0563111 0.122698 0.0396267
Vertex 7376 -0.0464295 0.156494 0.00819518
Vertex 7377 -0.0314988 0.165308 -0.00534483
Vertex 7378 -0.0332166 0.165305 -0.0043102
Vertex 7379 -0.013157 0.175712 -0.0209577
Vertex 7380 0.0422452 0.0986357 -0.000817871
Vertex 7381 -0.0724396 0.129821 0.051541
Vertex 7382 0.037882 0.105959 0.026802
Vertex 7383 -0.0147714 0.163994 -0.0109737
Vertex 7384 -0.0275574 0.156658 -0.00139783
Vertex 7385 -0.0498016 0.128288 0.0314623
Vertex 7386 -0.0293172 0.172724 -0.00740528
Vertex 7387 -0.0660181 0.127026 0.048508
Vertex 7388 0.0405341 0.105626 0.00416435
Vertex 7389 -0.0543933 0.14384 0.0284354
Vertex 7390 -0.0389566 0.155104 0.00497717
Vertex 7391 -0.0685902 0.112767 0.0465657
Vertex 7392 -0.0185636 0.161122 -0.00592394
Vertex 7393 -0.0193913 0.161115 -0.00536021
Vertex 7394 -0.0201769 0.16108 -0.00474531
Vertex 7395 -0.0461015 0.150679 0.0086365
Vertex 7396 -0.0427476 0.159417 0.00474491
Vertex 7397 -0.0201931 0.18164 -0.0152257
Vertex 7398 -0.0162281 0.181624 -0.0200739
Vertex 7399 -0.0123081 0.181626 -0.0249909
Vertex 7400 -0.0675811 0.143978 0.0427672
Vertex 7401 -0.0176301 0.183064 -0.0184359
Vertex 7402 0.0296649 0.110072 0.0343033
Vertex 7403 -0.0139903 0.169817 -0.0169155
Vertex 7404 -0.0184806 0.169783 -0.0146335
Vertex 7405 -0.0229677 0.169763 -0.0123298
Vertex 7406 -0.0272508 0.169746 -0.00972716
Vertex 7407 -0.0323986 0.169744 -0.00487272
Vertex 7408 -0.0387576 0.152152 0.00343994
Vertex 7409 -0.0379926 0.15214 0.00278328
Vertex 7410 -0.021763 0.159801 -0.0034487
Vertex 7411 0.0407791 0.105635 0.00716484
Vertex 7412 0.0114179 0.0489704 0.047894
Vertex 7413 0.0122811 0.0490196 0.0473922
Vertex 7414 0.0130474 0.0490028 0.046739
Vertex 7415 0.0138699 0.049008 0.0461763
Vertex 7416 0.0147035 0.0490065 0.0456198
Vertex 7417 0.0155215 0.0490175 0.0450471
Vertex 7418 0.0163088 0.048977 0.0444188
Vertex 7419 0.0171685 0.0490344 0.0439112
Vertex 7420 0.0179624 0.0489942 0.0433049
Vertex 7421 0.0187298 0.0489829 0.0426596
Vertex 7422 0.0194996 0.0489742 0.0420155
Vertex 7423 0.0203907 0.0490438 0.0415331
Vertex 7424 0.0212843 0.0490624 0.0410711
Vertex 7425 0.0221626 0.0490425 0.0405889
Vertex 7426 0.0230336 0.049071 0.0400904
Vertex 7427 0.0238579 0.0490757 0.0395236
Vertex 7428 0.0247439 0.0490967 0.0390469
Vertex 7429 0.0256959 0.0491338 0.0386649
Vertex 7430 0.0265887 0.0491527 0.0382012
Vertex 7431 0.0274263 0.0491525 0.0376576
Vertex 7432 0.028309 0.049176 0.0371723
Vertex 7433 0.0291455 0.0491758 0.0366259
Vertex 7434 0.0299119 0.0491593 0.0359714
Vertex 7435 0.030569 0.0491561 0.035175
Vertex 7436 0.0311853 0.0491232 0.0343139
Vertex 7437 0.0317849 0.0490447 0.0333888
Vertex 7438 0.0324736 0.0490215 0.0326282
Vertex 7439 0.0386899 0.0941002 0.0332667
Vertex 7440 -0.0598164 0.122657 0.0415831
Vertex 7441 -0.0610259 0.126912 0.0416133
Vertex 7442 -0.0601974 0.126918 0.041055
Vertex 7443 -0.0593157 0.126918 0.0405689
Vertex 7444 -0.0654105 0.124234 0.0493774
Vertex 7445 0.0256389 0.0929167 0.0460121
Vertex 7446 0.00655625 0.109588 0.0412446
Vertex 7447 0.0440424 0.0496996 0.0318585
Vertex 7448 0.0449219 0.0497223 0.0313654
Vertex 7449 0.0457541 0.0497206 0.0308161
Vertex 7450 0.0465277 0.0497043 0.0301725
Vertex 7451 0.0473251 0.0497353 0.0295737
Vertex 7452 0.048051 0.0496945 0.0288529
Vertex 7453 0.048793 0.049707 0.0281736
Vertex 7454 0.0495003 0.0496818 0.0274333
Vertex 7455 0.0502478 0.0496891 0.0267596
Vertex 7456 0.0509184 0.0496314 0.0259504
Vertex 7457 0.0515991 0.0496316 0.0251833
Vertex 7458 0.0522529 0.049588 0.0243549
Vertex 7459 0.052927 0.0495927 0.0235839
Vertex 7460 0.0535299 0.049514 0.0226619
Vertex 7461 -0.019247 0.158526 -0.00845424
Vertex 7462 0.00949301 0.118213 -0.015379
Vertex 7463 -0.0205565 0.183109 -0.0139659
Vertex 7464 0.0272037 0.100805 0.0412523
Vertex 7465 0.0262764 0.100811 0.0416679
Vertex 7466 0.0452514 0.0931962 0.00916141
Vertex 7467 -0.0163316 0.166866 -0.0132843
Vertex 7468 -0.056116 0.131133 0.036427
Vertex 7469 -0.0143864 0.174216 -0.0192271
Vertex 7470 -0.0168438 0.180138 -0.0192059
Vertex 7471 0.0409886 0.104212 0.016155
Vertex 7472 0.0305338 0.0929359 0.042541
Vertex 7473 0.0273486 0.110085 0.0362063
Vertex 7474 -0.0532837 0.0454354 0.0434394
Vertex 7475 0.0437374 0.0902563 -0.00280325
Vertex 7476 0.0208841 0.115302 0.0356376
Vertex 7477 0.0199488 0.115322 0.0360728
Vertex 7478 -0.0505409 0.146308 0.012527
Vertex 7479 -0.0546722 0.139567 0.0297056
Vertex 7480 -0.054069 0.139552 0.0288194
Vertex 7481 -0.0655581 0.135384 0.0421104
Vertex 7482 -0.0578223 0.12834 0.0392194
Vertex 7483 -0.0670308 0.141141 0.0435296
Vertex 7484 -0.0625718 0.1468 0.0377209
Vertex 7485 -0.0457713 0.156483 0.00739285
Vertex 7486 -0.0450603 0.156487 0.00667449
Vertex 7487 -0.0348542 0.165303 -0.00316457
Vertex 7488 -0.0104302 0.175693 -0.0238578
Vertex 7489 0.0432299 0.0944972 0.0241641
Vertex 7490 -0.0935142 0.126862 0.0142561
Vertex 7491 -0.0213985 0.181639 -0.0134576
Vertex 7492 -0.0262045 0.163884 -0.00647025
Vertex 7493 -0.0370175 0.163827 -0.00102436
Vertex 7494 -0.0350102 0.158094 0.00367693
Vertex 7495 -0.0340535 0.158097 0.00328753
Vertex 7496 -0.0163209 0.175704 -0.0185048
Vertex 7497 -0.0252429 0.163867 -0.00684922
Vertex 7498 -0.0420636 0.159404 0.00394669
Vertex 7499 -0.037536 0.159586 0.00182669
Vertex 7500 -0.0276413 0.159598 0.000270855
Vertex 7501 -0.0488679 0.135513 0.00441971
Vertex 7502 -0.0739006 0.162422 -0.0359639
Vertex 7503 -0.0113677 0.180126 -0.0253581
Vertex 7504 -0.0372275 0.160948 0.000450465
Vertex 7505 -0.0425799 0.160887 0.00499665
Vertex 7506 -0.0195581 0.181635 -0.0160858
Vertex 7507 -0.0155327 0.181625 -0.0208343
Vertex 7508 0.044722 0.0945895 0.0131657
Vertex 7509 -0.0218128 0.183092 -0.0122978
Vertex 7510 -0.0169176 0.183111 -0.0193016
Vertex 7511 -0.0497324 0.138579 0.00441928
Vertex 7512 -0.0289938 0.16114 -0.00164375
Vertex 7513 -0.0232543 0.181611 -0.01087
Vertex 7514 -0.0467665 0.152145 0.00944802
Vertex 7515 -0.0451779 0.152141 0.00822921
Vertex 7516 -0.0419573 0.15213 0.00584722
Vertex 7517 -0.0581231 0.149655 0.0336366
Vertex 7518 -0.0586918 0.149676 0.0345486
Vertex 7519 0.0318584 0.0981802 0.0392129
Vertex 7520 -0.0323351 0.172733 -0.00297212
Vertex 7521 0.0103976 0.0505032 0.04997
Vertex 7522 0.0112751 0.0505364 0.0494832
Vertex 7523 0.0120506 0.0505153 0.0488388
Vertex 7524 0.0128141 0.0504969 0.0481838
Vertex 7525 0.0135718 0.0504901 0.0475195
Vertex 7526 0.0143367 0.0504741 0.0468665
Vertex 7527 0.0151599 0.050478 0.0463014
Vertex 7528 0.0160439 0.0505074 0.0458237
Vertex 7529 0.0168973 0.0504721 0.0453108
Vertex 7530 0.0178346 0.0505132 0.0449253
Vertex 7531 0.0187703 0.0504962 0.0444745
Vertex 7532 0.0196134 0.0505877 0.0439573
Vertex 7533 0.0203519 0.0506032 0.0432764
Vertex 7534 0.0209931 0.0505428 0.042434
Vertex 7535 0.0217583 0.0505253 0.0417779
Vertex 7536 0.0226208 0.0505695 0.0412719
Vertex 7537 0.0234524 0.0505688 0.0407158
Vertex 7538 0.0241621 0.0505303 0.0399762
Vertex 7539 0.024912 0.0505255 0.0392969
Vertex 7540 0.0258633 0.0505634 0.0389033
Vertex 7541 0.0268091 0.0506065 0.038521
Vertex 7542 0.027653 0.0506012 0.0379885
Vertex 7543 0.028537 0.0506236 0.0375191
Vertex 7544 0.0294478 0.0506302 0.0370841
Vertex 7545 0.0302802 0.0506319 0.0365295
Vertex 7546 0.0309795 0.0506032 0.0357766
Vertex 7547 0.0315994 0.0505647 0.0349136
Vertex 7548 0.0322304 0.0505255 0.0340589
Vertex 7549 0.032875 0.0504741 0.0332188
Vertex 7550 0.0336067 0.0504819 0.0325279
Vertex 7551 -0.0619704 0.118373 0.041992
Vertex 7552 0.0239371 0.103424 0.0418106
Vertex 7553 -0.0642323 0.124186 0.0475964
Vertex 7554 -0.0647985 0.124215 0.0485
Vertex 7555 -0.0630437 0.12273 0.0457647
Vertex 7556 -0.0940023 0.125512 0.016258
Vertex 7557 -0.0429798 0.150656 0.00610371
Vertex 7558 0.0226682 0.115322 0.0347114
Vertex 7559 0.0443268 0.0511334 0.0322609
Vertex 7560 0.0452831 0.0511563 0.0319003
Vertex 7561 0.0461177 0.0511569 0.0313544
Vertex 7562 0.0469336 0.0511672 0.030779
Vertex 7563 0.0477122 0.0511499 0.0301456
Vertex 7564 0.0484686 0.0511467 0.0294828
Vertex 7565 0.0492058 0.0511603 0.0287949
Vertex 7566 0.0499493 0.051169 0.0281186
Vertex 7567 0.0506886 0.0511228 0.0274131
Vertex 7568 0.0514024 0.0510939 0.0266785
Vertex 7569 0.0521064 0.0510719 0.0259326
Vertex 7570 0.0527588 0.0510331 0.0250995
Vertex 7571 0.0534457 0.0510274 0.0243391
Vertex 7572 0.0541184 0.0510309 0.0235647
Vertex 7573 0.0547677 0.0509942 0.0227339
Vertex 7574 -0.0658844 0.114191 0.045149
Vertex 7575 0.0420568 0.0986443 0.0231563
Vertex 7576 -0.0151083 0.184586 -0.0219884
Vertex 7577 -0.0124071 0.172769 -0.0198823
Vertex 7578 0.0400088 0.107038 0.00721094
Vertex 7579 -0.0791963 0.108632 0.0349508
Vertex 7580 -0.0945263 0.121474 0.0192827
Vertex 7581 -0.0600908 0.115373 0.0375616
Vertex 7582 -0.049306 0.147765 0.0110054
Vertex 7583 -0.0113059 0.174226 -0.0217772
Vertex 7584 -0.0652787 0.173897 -0.0604957
Vertex 7585 -0.0175993 0.15966 -0.00802789
Vertex 7586 -0.0304269 0.169744 -0.0072967
Vertex 7587 -0.0864283 0.0954013 0.00141653
Vertex 7588 -0.0557216 0.125528 0.0387388
Vertex 7589 -0.0685912 0.131247 0.0482807
Vertex 7590 0.0246691 0.103387 0.0411037
Vertex 7591 -0.0632488 0.167828 -0.0435907
Vertex 7592 -0.0314998 0.155167 -8.72409e-05
Vertex 7593 0.0343966 0.0968432 0.0376227
Vertex 7594 0.0336609 0.0968599 0.0382997
Vertex 7595 0.0319556 0.0942571 0.0410831
Vertex 7596 -0.0201447 0.166816 -0.0117812
Vertex 7597 -0.0740333 0.13404 0.0510058
Vertex 7598 -0.0677529 0.141137 0.0442717
Vertex 7599 -0.0643328 0.146767 0.0386771
Vertex 7600 -0.0651408 0.146773 0.0392721
Vertex 7601 -0.0441588 0.156514 0.00623469
Vertex 7602 -0.0368214 0.16531 -0.000729186
Vertex 7603 -0.0875442 0.11045 0.0133403
Vertex 7604 0.0435656 0.0945094 0.0231538
Vertex 7605 -0.0678748 0.125664 0.0510849
Vertex 7606 -0.0233818 0.177171 -0.0128784
Vertex 7607 -0.0113718 0.177173 -0.0236196
Vertex 7608 -0.0188175 0.159674 -0.00630165
Vertex 7609 -0.0673807 0.115762 0.049991
Vertex 7610 -0.0223477 0.16248 -0.006155
Vertex 7611 -0.0291964 0.162421 -0.00376774
Vertex 7612 -0.0376923 0.162356 -0.000243841
Vertex 7613 -0.0674627 0.138295 0.0446438
Vertex 7614 -0.0368205 0.162344 -0.00074381
Vertex 7615 -0.0151964 0.178666 -0.0203777
Vertex 7616 -0.0161182 0.180144 -0.0199393
Vertex 7617 -0.0108703 0.180136 -0.0264173
Vertex 7618 -0.0381375 0.160902 0.00087141
Vertex 7619 -0.0399375 0.150681 0.00347523
Vertex 7620 -0.0214383 0.162534 -0.00657802
Vertex 7621 -0.0397849 0.155107 0.00553982
Vertex 7622 0.0436616 0.0987354 0.0121603
Vertex 7623 -0.0211614 0.183089 -0.0130948
Vertex 7624 -0.0355502 0.175589 -0.0109785
Vertex 7625 -0.089612 0.139257 0.0251846
Vertex 7626 -0.0491927 0.149222 0.0111539
Vertex 7627 -0.0345694 0.163827 -0.00275159
Vertex 7628 0.0156704 0.0936059 -0.0251021
Vertex 7629 0.0431201 0.0959054 0.0231686
Vertex 7630 0.0452857 0.0889846 0.0161633
Vertex 7631 0.00963825 0.115048 0.0386641
Vertex 7632 0.0100829 0.0519948 0.0512903
Vertex 7633 0.01097 0.0520216 0.0508135
Vertex 7634 0.0117499 0.0519912 0.0501875
Vertex 7635 0.0125099 0.0519837 0.0495237
Vertex 7636 0.0132667 0.0519749 0.0488584
Vertex 7637 0.0140142 0.0519753 0.0481823
Vertex 7638 0.0147704 0.0519654 0.0475176
Vertex 7639 0.0156112 0.0519525 0.0469795
Vertex 7640 0.0165747 0.0519808 0.0466207
Vertex 7641 0.0176026 0.0520233 0.0463575
Vertex 7642 0.0186389 0.0520546 0.0461071
Vertex 7643 0.0196453 0.0521206 0.045827
Vertex 7644 0.020413 0.0521197 0.0451417
Vertex 7645 0.0210892 0.0521114 0.044364
Vertex 7646 0.0217093 0.0520814 0.0434982
Vertex 7647 0.0224682 0.0520683 0.0428376
Vertex 7648 0.0231695 0.0520348 0.0420858
Vertex 7649 0.0239006 0.0520481 0.0413924
Vertex 7650 0.0245199 0.0520168 0.0405174
Vertex 7651 0.0253529 0.0520143 0.0399629
Vertex 7652 0.0262829 0.0520004 0.03955
Vertex 7653 0.0271955 0.0520724 0.0391174
Vertex 7654 0.0279356 0.0520839 0.0384098
Vertex 7655 0.0288613 0.0520696 0.0379853
Vertex 7656 0.0298168 0.052105 0.0376191
Vertex 7657 0.0306541 0.0520995 0.0370911
Vertex 7658 0.0313568 0.052068 0.0363454
Vertex 7659 0.0319954 0.0520213 0.0354999
Vertex 7660 0.0326336 0.0519746 0.0346532
Vertex 7661 0.0333394 0.0519958 0.0339463
Vertex 7662 0.0339979 0.0519394 0.0331121
Vertex 7663 0.0346832 0.0519191 0.0323364
Vertex 7664 0.0322341 0.112712 0.0291688
Vertex 7665 -0.0645764 0.139638 0.0400104
Vertex 7666 -0.0640931 0.122778 0.0478095
Vertex 7667 -0.063571 0.122754 0.0468224
Vertex 7668 -0.089161 0.137877 0.0251937
Vertex 7669 -0.0552077 0.119827 0.0376818
Vertex 7670 -0.0532978 0.147774 0.0234078
Vertex 7671 -0.0833424 0.104748 -0.00163012
Vertex 7672 0.0454513 0.052559 0.0321398
Vertex 7673 0.0464062 0.0525822 0.0317783
Vertex 7674 0.047238 0.0525837 0.0312359
Vertex 7675 0.0480167 0.0525694 0.0306027
Vertex 7676 0.048778 0.0525636 0.0299433
Vertex 7677 0.0495572 0.0525985 0.0293193
Vertex 7678 0.0503401 0.0525815 0.0286903
Vertex 7679 0.0511643 0.0525875 0.0281258
Vertex 7680 0.0519418 0.0525693 0.0274887
Vertex 7681 0.0526979 0.0525681 0.0268245
Vertex 7682 0.053394 0.0525543 0.0260735
Vertex 7683 0.0540378 0.0525213 0.0252382
Vertex 7684 0.0546919 0.0524816 0.0244106
Vertex 7685 0.0553581 0.0524903 0.0236336
Vertex 7686 0.0559546 0.0524347 0.0227151
Vertex 7687 0.0565327 0.0523952 0.0217798
Vertex 7688 0.0375235 0.0968947 -0.00979522
Vertex 7689 -0.0535442 0.129727 0.0348674
Vertex 7690 -0.0162539 0.171251 -0.016682
Vertex 7691 -0.0542914 0.129735 0.0355428
Vertex 7692 0.0353682 0.103387 0.0319873
Vertex 7693 -0.0663764 0.12565 0.049733
Vertex 7694 -0.0492044 0.143127 0.00539863
Vertex 7695 -0.00703497 0.101085 0.0445106
Vertex 7696 -0.0521465 0.121207 0.0350569
Vertex 7697 -0.092911 0.118706 0.0113064
Vertex 7698 -0.00908512 0.169637 -0.0217386
Vertex 7699 -0.043282 0.147753 0.00390043
Vertex 7700 -0.0850289 0.111596 0.00326083
Vertex 7701 -0.0467733 0.12389 0.0269319
Vertex 7702 -0.0516467 0.0481272 0.0388737
Vertex 7703 -0.0288706 0.171229 -0.00855169
Vertex 7704 -0.0306651 0.155159 -0.000638202
Vertex 7705 -0.0299153 0.155169 -0.001314
Vertex 7706 -0.0867205 0.102198 0.00542391
Vertex 7707 -0.0659345 0.109414 0.0377967
Vertex 7708 -0.0731223 0.134062 0.0505767
Vertex 7709 -0.0722303 0.134063 0.0500963
Vertex 7710 0.0146525 0.0927004 0.0511905
Vertex 7711 0.0230909 0.103393 0.0423419
Vertex 7712 -0.0687416 0.11428 0.0497375
Vertex 7713 -0.0406606 0.156554 0.00601794
Vertex 7714 -0.0492183 0.150688 0.0111503
Vertex 7715 0.0439268 0.0945301 0.0211547
Vertex 7716 -0.0226614 0.177177 -0.0135831
Vertex 7717 -0.0134729 0.17718 -0.0214028
Vertex 7718 0.03817 0.0983612 -0.0088053
Vertex 7719 -0.0278003 0.174225 -0.00868668
Vertex 7720 -0.0225444 0.178667 -0.0133919
Vertex 7721 -0.0144529 0.178665 -0.0210547
Vertex 7722 0.0357067 0.0981492 -0.0118335
Vertex 7723 -0.0384539 0.162349 0.000413916
Vertex 7724 -0.0241436 0.180147 -0.0104229
Vertex 7725 -0.0196754 0.180147 -0.0162801
Vertex 7726 -0.0153829 0.18014 -0.0206255
Vertex 7727 -0.0219245 0.161037 -0.00376903
Vertex 7728 -0.0139638 0.180133 -0.0220777
Vertex 7729 -0.0453102 0.150665 0.00801555
Vertex 7730 -0.0377749 0.150712 0.00133662
Vertex 7731 -0.0255881 0.169753 -0.0108444
Vertex 7732 -0.0124184 0.175705 -0.0216387
Vertex 7733 -0.0680504 0.12005 0.0525411
Vertex 7734 -0.0169241 0.181626 -0.0193127
Vertex 7735 -0.0182252 0.159192 -0.00975232
Vertex 7736 -0.0477527 0.149202 0.00972608
Vertex 7737 -0.0618749 0.161566 -0.0365945
Vertex 7738 -0.0523357 0.136679 0.027812
Vertex 7739 0.0387891 0.096727 0.0316453
Vertex 7740 -0.0894234 0.0956355 0.01542
Vertex 7741 -0.045027 0.168395 -0.00690925
Vertex 7742 -0.0475977 0.15214 0.0100027
Vertex 7743 0.0457823 0.0862054 0.00618349
Vertex 7744 -0.0281399 0.0917982 -0.0286003
Vertex 7745 0.0384784 0.105492 -0.00082855
Vertex 7746 0.0113635 0.0534706 0.0514016
Vertex 7747 0.012127 0.0534588 0.0507501
Vertex 7748 0.0128784 0.0534523 0.0500797
Vertex 7749 0.0136405 0.0534411 0.0494225
Vertex 7750 0.014348 0.0534071 0.0486823
Vertex 7751 0.0151695 0.0534137 0.0481113
Vertex 7752 0.0161135 0.0534638 0.0477167
Vertex 7753 0.0171483 0.0535046 0.047456
Vertex 7754 0.0181885 0.053509 0.04724
Vertex 7755 0.0193075 0.0536075 0.0470681
Vertex 7756 0.0201633 0.0535759 0.04656
Vertex 7757 0.0209419 0.0535563 0.0459234
Vertex 7758 0.021663 0.053586 0.0452157
Vertex 7759 0.0223265 0.0535979 0.0444334
Vertex 7760 0.0229945 0.0535474 0.0436214
Vertex 7761 0.0236683 0.0535376 0.0428398
Vertex 7762 0.0243441 0.0535282 0.0420575
Vertex 7763 0.0250466 0.0534973 0.0413033
Vertex 7764 0.0259096 0.0534724 0.0407837
Vertex 7765 0.0267966 0.0534918 0.0403155
Vertex 7766 0.0276118 0.053509 0.0397341
Vertex 7767 0.028423 0.0535254 0.0391477
Vertex 7768 0.0293325 0.0535401 0.0386956
Vertex 7769 0.0302182 0.0535528 0.0382346
Vertex 7770 0.031043 0.0535582 0.0376713
Vertex 7771 0.0317499 0.0535218 0.0369319
Vertex 7772 0.03243 0.0535036 0.0361605
Vertex 7773 0.0330783 0.0534528 0.0353209
Vertex 7774 0.0337476 0.0534432 0.0345417
Vertex 7775 0.0343862 0.0533953 0.033694
Vertex 7776 0.0350254 0.0533499 0.0328505
Vertex 7777 0.035717 0.0533288 0.0320909
Vertex 7778 0.0206219 0.119357 0.0335278
Vertex 7779 0.0238242 0.0981836 0.0451545
Vertex 7780 0.0432493 0.100107 0.00716752
Vertex 7781 0.0433138 0.0902166 -0.00378785
Vertex 7782 -0.0567046 0.11983 0.0390246
Vertex 7783 -0.0553953 0.118382 0.0373919
Vertex 7784 0.0454971 0.0861837 0.00419421
Vertex 7785 -0.0541716 0.144673 0.0274046
Vertex 7786 0.0465231 0.0539629 0.0319545
Vertex 7787 0.047415 0.0539813 0.0314992
Vertex 7788 0.0482509 0.0539799 0.0309574
Vertex 7789 0.0490482 0.0539975 0.0303486
Vertex 7790 0.0498583 0.0540108 0.0297623
Vertex 7791 0.0507066 0.0540083 0.0292331
Vertex 7792 0.0515475 0.0540038 0.0286923
Vertex 7793 0.0523683 0.0540101 0.0281247
Vertex 7794 0.0531089 0.0539671 0.0274209
Vertex 7795 0.0538412 0.0539826 0.0267309
Vertex 7796 0.0544797 0.0539552 0.0258897
Vertex 7797 0.0551094 0.0539301 0.0250409
Vertex 7798 0.0557633 0.0538969 0.024211
Vertex 7799 0.056383 0.0538774 0.0233551
Vertex 7800 0.0569799 0.0538694 0.0224893
Vertex 7801 0.0575606 0.0537805 0.0213286
Vertex 7802 -0.032324 0.161031 -0.00122654
Vertex 7803 -0.0390311 0.160893 0.00133569
Vertex 7804 -0.0611099 0.11531 0.0378549
Vertex 7805 -0.0692562 0.143958 0.0438704
Vertex 7806 0.0226049 0.0994887 0.0451477
Vertex 7807 -0.0565093 0.148178 0.0306333
Vertex 7808 0.0210399 0.118016 0.0341276
Vertex 7809 -0.0918252 0.118761 0.028299
Vertex 7810 0.0445209 0.095967 0.011159
Vertex 7811 -0.054126 0.0491389 0.0369634
Vertex 7812 0.0249862 0.118037 0.0310154
Vertex 7813 -0.0550635 0.116914 0.036091
Vertex 7814 -0.0128833 0.165453 -0.0135102
Vertex 7815 -0.0145881 0.165422 -0.0124907
Vertex 7816 -0.0421778 0.150669 0.00550662
Vertex 7817 -0.0597544 0.151092 0.0347772
Vertex 7818 -0.0341053 0.162392 -0.00207929
Vertex 7819 -0.0896332 0.0983435 0.0144056
Vertex 7820 0.0408155 0.0939721 0.0292858
Vertex 7821 -0.010288 0.172711 -0.0218803
Vertex 7822 -0.0707401 0.13973 0.0469958
Vertex 7823 -0.0387324 0.156611 0.00532643
Vertex 7824 -0.0313565 0.161046 -0.00157639
Vertex 7825 -0.00759782 0.103673 0.0436498
Vertex 7826 -0.0219158 0.177176 -0.0142605
Vertex 7827 -0.0683486 0.124257 0.0521552
Vertex 7828 -0.0718527 0.158151 -0.00382487
Vertex 7829 -0.0148262 0.181632 -0.021586
Vertex 7830 0.0391693 0.108394 0.0111647
Vertex 7831 -0.0460118 0.126697 0.0245216
Vertex 7832 -0.0640701 0.113939 0.0406208
Vertex 7833 -0.0545922 0.126915 0.0368606
Vertex 7834 -0.023502 0.180157 -0.0112302
Vertex 7835 0.0344381 0.102088 0.0341795
Vertex 7836 -0.0210968 0.161053 -0.00432438
Vertex 7837 0.0344933 0.0929192 0.0394802
Vertex 7838 -0.053876 0.126919 0.0361236
Vertex 7839 -0.048793 0.155022 0.0100543
Vertex 7840 -0.0292466 0.166794 -0.00735295
Vertex 7841 -0.0180211 0.168338 -0.0139614
Vertex 7842 -0.00485752 0.103786 0.0439754
Vertex 7843 -0.0114184 0.169868 -0.0184586
Vertex 7844 0.00705483 0.113673 0.0402142
Vertex 7845 -0.043267 0.149185 0.00566881
Vertex 7846 -0.0648688 0.0938916 -0.0183701
Vertex 7847 -0.0473301 0.134807 0.0120125
Vertex 7848 -0.0906686 0.139207 0.0161786
Vertex 7849 -0.0168713 0.184583 -0.0192109
Vertex 7850 0.0382486 0.104643 0.0273123
Vertex 7851 -0.0311183 0.172722 -0.00474304
Vertex 7852 -0.0678588 0.128454 0.0493479
Vertex 7853 -0.0548518 0.122696 0.0382478
Vertex 7854 0.0107799 0.0548821 0.052327
Vertex 7855 0.0116668 0.0548951 0.0518589
Vertex 7856 0.0124372 0.0548875 0.0512192
Vertex 7857 0.0131577 0.0548631 0.0504935
Vertex 7858 0.013902 0.054865 0.0498147
Vertex 7859 0.0146633 0.0548535 0.0491553
Vertex 7860 0.0154848 0.0548588 0.0485877
Vertex 7861 0.0164447 0.0548852 0.0482217
Vertex 7862 0.0175889 0.0549386 0.0481228
Vertex 7863 0.018728 0.0549999 0.0480114
Vertex 7864 0.0196905 0.0550135 0.047657
Vertex 7865 0.0205756 0.0550317 0.0471809
Vertex 7866 0.0212994 0.0550028 0.0464604
Vertex 7867 0.0220311 0.0550166 0.0457656
Vertex 7868 0.022681 0.0549804 0.0449373
Vertex 7869 0.0233417 0.0549864 0.0441504
Vertex 7870 0.0239959 0.0549509 0.0433236
Vertex 7871 0.0247244 0.0549721 0.0426251
Vertex 7872 0.0255474 0.054922 0.0420386
Vertex 7873 0.0264254 0.054947 0.041554
Vertex 7874 0.027252 0.0549488 0.0409918
Vertex 7875 0.0280387 0.0549866 0.0403705
Vertex 7876 0.028889 0.0549767 0.0398373
Vertex 7877 0.0297724 0.0549903 0.0393628
Vertex 7878 0.0306109 0.0549842 0.038821
Vertex 7879 0.0313895 0.0549645 0.0381834
Vertex 7880 0.0321354 0.0549697 0.0375085
Vertex 7881 0.0328247 0.054955 0.0367483
Vertex 7882 0.0335055 0.0549395 0.0359782
Vertex 7883 0.0341544 0.0548861 0.0351403
Vertex 7884 0.0347756 0.0548514 0.0342768
Vertex 7885 0.0354002 0.054813 0.0334165
Vertex 7886 0.0360371 0.0547702 0.0325687
Vertex 7887 0.0367132 0.0547551 0.0317845
Vertex 7888 0.0303449 0.112749 0.0317399
Vertex 7889 -0.0559485 0.119826 0.0383628
Vertex 7890 0.0454245 0.0904044 0.0131633
Vertex 7891 -0.0575438 0.119835 0.0395668
Vertex 7892 -0.0585001 0.119809 0.0399342
Vertex 7893 0.0455462 0.0861954 0.016167
Vertex 7894 0.0288925 0.112764 0.0331675
Vertex 7895 -0.0678289 0.135464 0.0458614
Vertex 7896 0.0475648 0.0553802 0.031711
Vertex 7897 0.0484031 0.0553841 0.03118
Vertex 7898 0.049194 0.055373 0.030576
Vertex 7899 0.0500544 0.0553974 0.0300563
Vertex 7900 0.0509435 0.0554131 0.029582
Vertex 7901 0.0518058 0.0553999 0.0290848
Vertex 7902 0.0526679 0.0554283 0.0285725
Vertex 7903 0.0534095 0.0553934 0.0278769
Vertex 7904 0.0541315 0.0553714 0.0271399
Vertex 7905 0.0547917 0.0553704 0.0263503
Vertex 7906 0.0554005 0.0553511 0.0254886
Vertex 7907 0.0560337 0.0553031 0.0245952
Vertex 7908 0.0566718 0.0553009 0.0238011
Vertex 7909 0.0572674 0.0552579 0.0228777
Vertex 7910 0.0578262 0.0552267 0.0219335
Vertex 7911 0.0398757 0.096658 0.0297176
Vertex 7912 0.0393482 0.0966985 0.0306886
Vertex 7913 -0.0369427 0.15804 0.00437449
Vertex 7914 0.0136046 0.121889 0.0339065
Vertex 7915 0.0190336 0.11528 0.0364777
Vertex 7916 -0.0937861 0.128264 0.0182441
Vertex 7917 -0.0207276 0.168298 -0.0126147
Vertex 7918 -0.0141433 0.181604 -0.0223083
Vertex 7919 0.0455391 0.0875946 0.0141649
Vertex 7920 0.0438165 0.0959355 0.0191615
Vertex 7921 -0.0747362 0.0663817 0.0145125
Vertex 7922 -0.0155441 0.165408 -0.0121335
Vertex 7923 -0.0306212 0.159741 -0.0134031
Vertex 7924 -0.0127734 0.171309 -0.0186592
Vertex 7925 0.0329828 0.110047 0.0302661
Vertex 7926 -0.055098 0.146723 0.029184
Vertex 7927 0.0111265 0.120476 0.0355761
Vertex 7928 -0.0384682 0.15361 0.00387723
Vertex 7929 -0.0378831 0.156583 0.00477982
Vertex 7930 -0.0507328 0.121196 0.0335979
Vertex 7931 -0.0157015 0.164 -0.0105798
Vertex 7932 -0.0272214 0.163934 -0.00616346
Vertex 7933 -0.0376877 0.163829 -0.000238726
Vertex 7934 -0.0493593 0.121175 0.032055
Vertex 7935 -0.0570388 0.149629 0.0316784
Vertex 7936 -0.0218743 0.178667 -0.0141782
Vertex 7937 -0.0130273 0.178658 -0.0225027
Vertex 7938 0.0436954 0.0959268 0.0201595
Vertex 7939 -0.0228869 0.180156 -0.0121058
Vertex 7940 -0.0529232 0.125495 0.0357533
Vertex 7941 -0.0258342 0.159627 -0.000620301
Vertex 7942 0.0277648 0.098182 0.0420578
Vertex 7943 0.0321792 0.0929416 0.0413986
Vertex 7944 -0.0656041 0.136814 0.0420793
Vertex 7945 -0.0640626 0.136748 0.0389546
Vertex 7946 -0.0341251 0.166782 -0.00385534
Vertex 7947 -0.0326251 0.166779 -0.00520273
Vertex 7948 -0.046455 0.126722 0.0256927
Vertex 7949 -0.0751879 0.179229 -0.0530087
Vertex 7950 0.0235113 0.118015 0.0324132
Vertex 7951 -0.0483573 0.129635 0.0282843
Vertex 7952 -0.0513902 0.122634 0.0344378
Vertex 7953 -0.0478246 0.129609 0.027299
Vertex 7954 -0.0590695 0.143884 0.0338908
Vertex 7955 -0.0232564 0.171248 -0.0127378
Vertex 7956 -0.0625254 0.138119 0.0359126
Vertex 7957 -0.0509363 0.126898 0.0333376
Vertex 7958 -0.0495769 0.126877 0.0317874
Vertex 7959 -0.0489995 0.126854 0.0308899
Vertex 7960 -0.0469166 0.129554 0.0250362
Vertex 7961 0.010951 0.0562864 0.05258
Vertex 7962 0.0118426 0.0562933 0.0521284
Vertex 7963 0.012618 0.0562866 0.0514947
Vertex 7964 0.013378 0.056283 0.0508299
Vertex 7965 0.0141304 0.056278 0.0501629
Vertex 7966 0.0148603 0.0562539 0.0494599
Vertex 7967 0.0157351 0.0562704 0.0489701
Vertex 7968 0.0167477 0.0563074 0.0486799
Vertex 7969 0.0178908 0.0563588 0.0485803
Vertex 7970 0.0189816 0.0563976 0.0484166
Vertex 7971 0.0199591 0.0564127 0.0480725
Vertex 7972 0.0208153 0.0564412 0.0475406
Vertex 7973 0.0215752 0.056436 0.0468827
Vertex 7974 0.0222885 0.0564166 0.0461469
Vertex 7975 0.0229642 0.0564103 0.0453711
Vertex 7976 0.0236359 0.056409 0.0445932
Vertex 7977 0.0243198 0.0564051 0.0438207
Vertex 7978 0.0251418 0.056415 0.0432482
Vertex 7979 0.0260147 0.0563895 0.0427437
Vertex 7980 0.0268173 0.0563551 0.0421393
Vertex 7981 0.0275656 0.0563642 0.0414619
Vertex 7982 0.0283669 0.0563832 0.0408635
Vertex 7983 0.0292092 0.0563773 0.0403225
Vertex 7984 0.0300864 0.0564003 0.0398351
Vertex 7985 0.030957 0.0564285 0.0393343
Vertex 7986 0.0317881 0.0564278 0.038783
Vertex 7987 0.0325669 0.0564098 0.0381516
Vertex 7988 0.0332799 0.0564373 0.0374441
Vertex 7989 0.0339261 0.0564017 0.0366181
Vertex 7990 0.034582 0.0563647 0.0357928
Vertex 7991 0.0351768 0.0563002 0.0348659
Vertex 7992 0.0357585 0.0562848 0.0339755
Vertex 7993 0.0363518 0.0562159 0.0330449
Vertex 7994 0.0369848 0.0561762 0.0322
Vertex 7995 0.0377227 0.0561747 0.0314909
Vertex 7996 0.0396169 0.0843072 -0.0127653
Vertex 7997 -0.0622396 0.155257 -0.0325976
Vertex 7998 -0.017538 0.18639 -0.0186026
Vertex 7999 0.0362687 0.0941823 0.0368117
Vertex 8000 -0.0182673 0.180142 -0.0177524
Vertex 8001 -0.086697 0.114875 0.0460769
Vertex 8002 -0.00109314 0.103948 0.0441727
Vertex 8003 -0.0483251 0.123967 0.0299918
Vertex 8004 0.0484167 0.0567471 0.0312254
Vertex 8005 0.0492859 0.0567642 0.0307116
Vertex 8006 0.0501668 0.0567787 0.0302284
Vertex 8007 0.0510761 0.0567889 0.0297952
Vertex 8008 0.0519851 0.0567984 0.0293579
Vertex 8009 0.0528545 0.0568172 0.0288563
Vertex 8010 0.0536301 0.0568087 0.0282148
Vertex 8011 0.0543448 0.0567886 0.0274783
Vertex 8012 0.0549908 0.0567623 0.0266396
Vertex 8013 0.0555936 0.0567472 0.0257684
Vertex 8014 0.0561988 0.0567015 0.0248562
Vertex 8015 0.0568205 0.0566796 0.0240006
Vertex 8016 0.0574465 0.0566575 0.0231489
Vertex 8017 0.0580765 0.0566038 0.0222343
Vertex 8018 0.029871 0.0968887 0.0415927
Vertex 8019 -0.0253214 0.158135 -0.00165461
Vertex 8020 -0.0484639 0.149215 0.0104667
Vertex 8021 -0.00505247 0.102417 0.0438081
Vertex 8022 -0.0625921 0.1213 0.0447428
Vertex 8023 -0.0144519 0.166922 -0.0140569
Vertex 8024 -0.0621631 0.164652 -0.0535815
Vertex 8025 -0.0667756 0.124253 0.0509201
Vertex 8026 -0.0309567 0.166794 -0.00630909
Vertex 8027 -0.0582639 0.12123 0.0402958
Vertex 8028 -0.0286955 0.175698 -0.00647862
Vertex 8029 -0.018438 0.165372 -0.011068
Vertex 8030 -0.0469298 0.126751 0.026776
Vertex 8031 -0.042206 0.147853 0.000366775
Vertex 8032 -0.05562 0.146743 0.0301728
Vertex 8033 -0.0368355 0.153629 0.00272174
Vertex 8034 -0.0504943 0.147794 0.0128405
Vertex 8035 -0.0592485 0.148248 0.0355123
Vertex 8036 -0.0267733 0.15662 -0.0020223
Vertex 8037 -0.0259693 0.156664 -0.00260696
Vertex 8038 -0.0252695 0.156633 -0.00336931
Vertex 8039 -0.0179511 0.175707 -0.0173471
Vertex 8040 -0.045698 0.157938 0.00750606
Vertex 8041 -0.0132407 0.164048 -0.012311
Vertex 8042 0.0099296 0.113714 0.0390911
Vertex 8043 -0.0406031 0.160882 0.00257136
Vertex 8044 -0.0137397 0.178677 -0.0217984
Vertex 8045 -0.0497211 0.131062 0.0298847
Vertex 8046 -0.0222707 0.180155 -0.0129798
Vertex 8047 -0.0625429 0.143922 0.0377415
Vertex 8048 -0.026729 0.159626 -0.000161004
Vertex 8049 0.0400949 0.095337 0.0300286
Vertex 8050 -0.0645444 0.136771 0.0400377
Vertex 8051 -0.065068 0.136793 0.0410949
Vertex 8052 -0.063562 0.136724 0.0379539
Vertex 8053 -0.0606205 0.136712 0.0351771
Vertex 8054 -0.0596849 0.136693 0.0347693
Vertex 8055 -0.0571389 0.136712 0.0331888
Vertex 8056 -0.056363 0.13673 0.0325483
Vertex 8057 -0.0556122 0.136727 0.0318764
Vertex 8058 -0.0517083 0.131123 0.0322407
Vertex 8059 -0.0338617 0.168258 -0.00349456
Vertex 8060 0.021919 0.118008 0.0336347
Vertex 8061 -0.0509894 0.131098 0.0315417
Vertex 8062 -0.0502302 0.126885 0.0326315
Vertex 8063 -0.0194278 0.169807 -0.0142312
Vertex 8064 -0.0166929 0.178668 -0.0190282
Vertex 8065 -0.058632 0.131139 0.0380532
Vertex 8066 -0.0595215 0.131137 0.0385262
Vertex 8067 0.0118091 0.0576645 0.0520801
Vertex 8068 0.0126063 0.0576596 0.0514859
Vertex 8069 0.013386 0.0576661 0.0508541
Vertex 8070 0.0141618 0.0576523 0.0502255
Vertex 8071 0.0150017 0.0576648 0.0496654
Vertex 8072 0.0158981 0.0576764 0.0492073
Vertex 8073 0.016916 0.0577101 0.0489225
Vertex 8074 0.0180643 0.0577618 0.0488361
Vertex 8075 0.0191559 0.0577995 0.0486799
Vertex 8076 0.020119 0.0578214 0.0483165
Vertex 8077 0.0209984 0.0578395 0.0478214
Vertex 8078 0.0217645 0.057833 0.0471676
Vertex 8079 0.0224822 0.0578106 0.0464363
Vertex 8080 0.0231825 0.0577956 0.0456852
Vertex 8081 0.023852 0.057789 0.0449027
Vertex 8082 0.0245929 0.0577938 0.0442192
Vertex 8083 0.0254863 0.0578069 0.043747
Vertex 8084 0.0263587 0.0577877 0.0432503
Vertex 8085 0.0271615 0.0578042 0.0426556
Vertex 8086 0.027906 0.0578072 0.0419759
Vertex 8087 0.0286533 0.0578113 0.0412965
Vertex 8088 0.0295012 0.0578054 0.0407589
Vertex 8089 0.0303768 0.0578247 0.0402716
Vertex 8090 0.0312208 0.0578184 0.0397344
Vertex 8091 0.0320683 0.0578123 0.0392046
Vertex 8092 0.0328914 0.0578172 0.038629
Vertex 8093 0.0336441 0.0578174 0.0379601
Vertex 8094 0.0343069 0.0578226 0.0371782
Vertex 8095 0.0349695 0.0577828 0.0363582
Vertex 8096 0.0356049 0.0577583 0.0355158
Vertex 8097 0.0361089 0.0577094 0.0344737
Vertex 8098 0.0366578 0.0576635 0.0335112
Vertex 8099 0.0372748 0.0576283 0.0326444
Vertex 8100 0.0379248 0.0575872 0.0318029
Vertex 8101 -0.0679473 0.136882 0.0457212
Vertex 8102 -0.0673163 0.13687 0.0448543
Vertex 8103 -0.0646221 0.122809 0.0487379
Vertex 8104 -0.0652467 0.122825 0.0496059
Vertex 8105 -0.0658758 0.122838 0.0504663
Vertex 8106 -0.0665656 0.122847 0.0512252
Vertex 8107 -0.0667166 0.136853 0.0439657
Vertex 8108 -0.0661523 0.136835 0.0429956
Vertex 8109 -0.0364708 0.152123 0.0014574
Vertex 8110 0.049326 0.0581361 0.0307698
Vertex 8111 0.0502404 0.0581527 0.030355
Vertex 8112 0.0511798 0.0581784 0.029952
Vertex 8113 0.0520769 0.0581909 0.0294992
Vertex 8114 0.0529297 0.0581906 0.02898
Vertex 8115 0.0537368 0.0581963 0.0283843
Vertex 8116 0.0544596 0.058178 0.0276568
Vertex 8117 0.0551355 0.0581678 0.0268835
Vertex 8118 0.0557201 0.0581302 0.0259556
Vertex 8119 0.0563147 0.0580894 0.0250386
Vertex 8120 0.0569296 0.058069 0.024171
Vertex 8121 0.0576125 0.0580597 0.0234109
Vertex 8122 0.058244 0.0580344 0.0225642
Vertex 8123 0.0366057 0.0954909 0.0355184
Vertex 8124 0.0327331 0.0942636 0.0404449
Vertex 8125 -0.0498856 0.149233 0.0119087
Vertex 8126 -0.0630097 0.121328 0.0458592
Vertex 8127 -0.0189873 0.180146 -0.0170482
Vertex 8128 -0.0125655 0.164041 -0.0130929
Vertex 8129 -0.0351753 0.160922 -0.000113952
Vertex 8130 -0.0280768 0.169745 -0.00916431
Vertex 8131 0.0444376 0.0959725 0.0121619
Vertex 8132 -0.0274521 0.175685 -0.00821886
Vertex 8133 -0.0194597 0.165415 -0.0107679
Vertex 8134 -0.0203751 0.165368 -0.0103486
Vertex 8135 -0.0614696 0.136692 0.0357094
Vertex 8136 -0.0562712 0.146757 0.030967
Vertex 8137 -0.0472527 0.147738 0.00869118
Vertex 8138 0.0325643 0.0981766 0.0384761
Vertex 8139 -0.0527627 0.115451 0.034109
Vertex 8140 0.0378702 0.100686 0.0303226
Vertex 8141 -0.0714891 0.129823 0.0511416
Vertex 8142 -0.0662836 0.114247 0.046332
Vertex 8143 -0.0568394 0.145329 0.0319256
Vertex 8144 -0.0449507 0.157934 0.00683281
Vertex 8145 -0.0245154 0.158144 -0.00224812
Vertex 8146 -0.0535056 0.136701 0.0296589
Vertex 8147 0.0243457 0.102123 0.0424029
Vertex 8148 -0.0123464 0.178658 -0.023274
Vertex 8149 0.00551455 0.110936 0.0415028
Vertex 8150 -0.0827158 0.108829 0.000295564
Vertex 8151 -0.0403921 0.162356 0.00287494
Vertex 8152 -0.0324319 0.159505 0.00208324
Vertex 8153 -0.0667178 0.127063 0.0492263
Vertex 8154 -0.0626162 0.142488 0.0376248
Vertex 8155 -0.0601666 0.138122 0.0340792
Vertex 8156 -0.0636379 0.131123 0.0413473
Vertex 8157 -0.0642658 0.131126 0.0422113
Vertex 8158 -0.0648724 0.131147 0.0430922
Vertex 8159 0.0267262 0.114038 0.0335472
Vertex 8160 -0.0693376 0.131255 0.0489674
Vertex 8161 -0.0700881 0.131265 0.0496481
Vertex 8162 -0.0708777 0.131245 0.0502751
Vertex 8163 -0.0520723 0.122646 0.0352105
Vertex 8164 -0.0468135 0.1536 0.00939603
Vertex 8165 -0.0686311 0.136892 0.0464956
Vertex 8166 0.024552 0.110059 0.0374287
Vertex 8167 -0.0939473 0.122782 0.0142819
Vertex 8168 -0.044345 0.152142 0.00768226
Vertex 8169 -0.0489146 0.121146 0.0309679
Vertex 8170 0.00882114 0.0589209 0.053036
Vertex 8171 -0.0357383 0.152143 0.000762654
Vertex 8172 -0.0548531 0.149577 0.0276913
Vertex 8173 0.0117081 0.0589891 0.0519593
Vertex 8174 0.0124938 0.0589954 0.0513278
Vertex 8175 0.0132853 0.0589897 0.0507165
Vertex 8176 0.0141254 0.0589894 0.0501816
Vertex 8177 0.0150592 0.0590177 0.0497649
Vertex 8178 0.0160048 0.0590435 0.0493667
Vertex 8179 0.0170299 0.0590745 0.0491032
Vertex 8180 0.0181085 0.0591163 0.0489014
Vertex 8181 0.0192013 0.0591556 0.0487522
Vertex 8182 0.0202169 0.0591906 0.0484605
Vertex 8183 0.021114 0.0592021 0.0480036
Vertex 8184 0.021851 0.0591836 0.0473037
Vertex 8185 0.0226226 0.0591926 0.0466634
Vertex 8186 0.0233319 0.059176 0.0459237
Vertex 8187 0.0240318 0.0591603 0.0451764
Vertex 8188 0.024788 0.0591582 0.0445118
Vertex 8189 0.0257137 0.0591918 0.0440938
Vertex 8190 0.0266247 0.0591987 0.0436528
Vertex 8191 0.0274474 0.0591653 0.0430806
Vertex 8192 0.0281313 0.0591962 0.0423168
Vertex 8193 0.0288434 0.0591735 0.0415864
Vertex 8194 0.0296673 0.0591775 0.0410177
Vertex 8195 0.0305372 0.0592022 0.0405121
Vertex 8196 0.0314319 0.059214 0.0400505
Vertex 8197 0.0323433 0.0592178 0.0396143
Vertex 8198 0.033177 0.0592197 0.0390624
Vertex 8199 0.0338995 0.0591949 0.0383404
Vertex 8200 0.0346034 0.0592134 0.0376264
Vertex 8201 0.035265 0.0591791 0.0368077
Vertex 8202 0.0358939 0.0591552 0.0359628
Vertex 8203 0.0364442 0.0590953 0.0349595
Vertex 8204 0.03698 0.0590759 0.0339965
Vertex 8205 0.0375229 0.0590309 0.0330268
Vertex 8206 0.0380982 0.0589726 0.0320786
Vertex 8207 0.0387801 0.058953 0.031306
Vertex 8208 -0.00144558 0.106667 0.0437112
Vertex 8209 -0.0636907 0.124164 0.0466174
Vertex 8210 -0.0631629 0.124137 0.0456282
Vertex 8211 -0.0625935 0.12412 0.0446596
Vertex 8212 -0.0620012 0.1241 0.0437622
Vertex 8213 -0.0486707 0.147744 0.0101492
Vertex 8214 0.0455115 0.0861913 0.0171661
Vertex 8215 -0.0929641 0.121523 0.0342815
Vertex 8216 0.0512217 0.0595245 0.030012
Vertex 8217 0.0521127 0.0595383 0.0295528
Vertex 8218 0.0529677 0.0595446 0.0290441
Vertex 8219 0.0538026 0.0595499 0.0284925
Vertex 8220 0.0545625 0.0595427 0.0278248
Vertex 8221 0.0552547 0.0595292 0.0270628
Vertex 8222 0.0558536 0.0594884 0.0261475
Vertex 8223 0.0564645 0.0594668 0.0252844
Vertex 8224 0.0571049 0.0594437 0.0244408
Vertex 8225 0.0577316 0.0594186 0.0235899
Vertex 8226 0.0583601 0.0593964 0.0227402
Vertex 8227 0.0589085 0.0593684 0.0217913
Vertex 8228 0.0317135 0.0955631 0.0407455
Vertex 8229 -0.0572856 0.125533 0.0399888
Vertex 8230 -0.0299241 0.172727 -0.00652243
Vertex 8231 0.0397718 0.0940445 0.031303
Vertex 8232 -0.0548894 0.136747 0.0311423
Vertex 8233 -0.0733475 0.129801 0.0519745
Vertex 8234 -0.040383 0.152127 0.00460721
Vertex 8235 0.0395925 0.0979794 0.0293107
Vertex 8236 0.0377275 0.0928421 0.0353087
Vertex 8237 0.00646432 0.110948 0.0411124
Vertex 8238 -0.0268549 0.175688 -0.00910606
Vertex 8239 -0.0213358 0.165379 -0.00997448
Vertex 8240 0.0319133 0.103439 0.0357737
Vertex 8241 -0.0569748 0.146758 0.0317266
Vertex 8242 -0.0476647 0.15359 0.00991943
Vertex 8243 -0.011137 0.171308 -0.0197957
Vertex 8244 -0.0593537 0.140997 0.0335026
Vertex 8245 -0.0701665 0.143936 0.0443089
Vertex 8246 0.022957 0.0981907 0.0456622
Vertex 8247 -0.0550692 0.121281 0.0379498
Vertex 8248 0.0454926 0.0875897 0.015162
Vertex 8249 0.0270163 0.115378 0.0322111
Vertex 8250 -0.0355718 0.165308 -0.0024565
Vertex 8251 -0.0567507 0.13816 0.0319811
Vertex 8252 -0.011686 0.178646 -0.0240587
Vertex 8253 -0.0876501 0.0954829 0.0054069
Vertex 8254 -0.0397906 0.162354 0.00198884
Vertex 8255 -0.034444 0.159452 0.00265373
Vertex 8256 0.0458295 0.0890233 0.00817039
Vertex 8257 -0.0640539 0.142491 0.0390245
Vertex 8258 -0.0650134 0.13537 0.0410634
Vertex 8259 -0.0925078 0.121485 0.0292837
Vertex 8260 0.0449523 0.0945963 0.00616781
Vertex 8261 -0.0735699 0.131215 0.0516643
Vertex 8262 0.0284451 0.114053 0.0325229
Vertex 8263 0.0275851 0.114088 0.0330397
Vertex 8264 0.0403422 0.10564 0.0161674
Vertex 8265 0.0448755 0.0917539 0.00218552
Vertex 8266 0.0364251 0.0840505 -0.0167267
Vertex 8267 -0.0731261 0.154051 -0.0329012
Vertex 8268 -0.0681029 0.138305 0.0455026
Vertex 8269 -0.00787685 0.105931 -0.0227718
Vertex 8270 -0.0344162 0.168264 -0.00253059
Vertex 8271 0.00638417 0.060281 0.0547831
Vertex 8272 0.00728906 0.0602827 0.0543511
Vertex 8273 0.00824317 0.0602927 0.0539848
Vertex 8274 0.0090211 0.0602846 0.0533569
Vertex 8275 0.00985328 0.0602892 0.0527986
Vertex 8276 0.0107752 0.0603237 0.0523688
Vertex 8277 0.0116378 0.0603198 0.0518663
Vertex 8278 0.0123855 0.0603174 0.0511841
Vertex 8279 0.0132697 0.0603324 0.0507028
Vertex 8280 0.014169 0.0603418 0.050255
Vertex 8281 0.0151319 0.0603601 0.0498992
Vertex 8282 0.0161292 0.0604031 0.0495734
Vertex 8283 0.017085 0.0604224 0.0492086
Vertex 8284 0.0180964 0.0604579 0.0488964
Vertex 8285 0.0191745 0.060499 0.0487078
Vertex 8286 0.0201512 0.0605237 0.0483852
Vertex 8287 0.0211099 0.0605491 0.0480139
Vertex 8288 0.0219313 0.0605513 0.0474343
Vertex 8289 0.0226823 0.0605452 0.0467602
Vertex 8290 0.023391 0.0605296 0.0460187
Vertex 8291 0.0241246 0.0605253 0.0453245
Vertex 8292 0.0249679 0.0605263 0.0447882
Vertex 8293 0.0258836 0.0605349 0.0443599
Vertex 8294 0.0268259 0.0605622 0.0439609
Vertex 8295 0.0276605 0.0605608 0.0434107
Vertex 8296 0.0283556 0.0605487 0.0426528
Vertex 8297 0.0290367 0.060539 0.0418753
Vertex 8298 0.029813 0.0605585 0.0412449
Vertex 8299 0.0306718 0.0605569 0.0407187
Vertex 8300 0.0315748 0.0605586 0.0402762
Vertex 8301 0.0325363 0.0605817 0.0399114
Vertex 8302 0.0333786 0.06058 0.0393695
Vertex 8303 0.0341142 0.0605859 0.0386759
Vertex 8304 0.0348151 0.0605689 0.0379285
Vertex 8305 0.0355013 0.0605581 0.0371681
Vertex 8306 0.0361371 0.0605355 0.0363255
Vertex 8307 0.0367672 0.0605146 0.0354804
Vertex 8308 0.0373089 0.0604869 0.0345236
Vertex 8309 0.0378012 0.0604211 0.0334272
Vertex 8310 0.0383551 0.0603737 0.0324667
Vertex 8311 0.0388894 0.060327 0.0314833
Vertex 8312 0.0395752 0.0602985 0.0307005
Vertex 8313 0.0403564 0.0602895 0.0300713
Vertex 8314 -0.0444606 0.147723 0.0056898
Vertex 8315 -0.0617795 0.126914 0.0422805
Vertex 8316 -0.0624532 0.126929 0.0430601
Vertex 8317 -0.0630295 0.126909 0.044075
Vertex 8318 -0.063605 0.126943 0.0449774
Vertex 8319 -0.0641619 0.126957 0.0459503
Vertex 8320 -0.0591241 0.1154 0.0371963
Vertex 8321 -0.0490056 0.122549 0.0307687
Vertex 8322 0.0520606 0.0608742 0.0294954
Vertex 8323 0.0529468 0.0608894 0.0290245
Vertex 8324 0.0537838 0.0608937 0.0284739
Vertex 8325 0.0545857 0.0608947 0.0278753
Vertex 8326 0.0553162 0.0608807 0.0271604
Vertex 8327 0.0560044 0.0608622 0.0263962
Vertex 8328 0.0566532 0.0608369 0.0255651
Vertex 8329 0.0572801 0.0608152 0.0247108
Vertex 8330 0.0578867 0.0607943 0.0238444
Vertex 8331 0.0584586 0.0607609 0.022909
Vertex 8332 0.0589875 0.0607291 0.021951
Vertex 8333 0.0390425 0.0953983 0.0320312
Vertex 8334 -0.0629848 0.136718 0.0370028
Vertex 8335 0.0350602 0.0968439 0.0368099
Vertex 8336 0.0316669 0.110076 0.0318865
Vertex 8337 -0.026115 0.158145 -0.00104516
Vertex 8338 -0.0535658 0.132546 0.0330634
Vertex 8339 -0.0288774 0.169748 -0.00856256
Vertex 8340 -0.0690092 0.122845 0.052951
Vertex 8341 0.0387947 0.101959 0.0281808
Vertex 8342 -0.0249373 0.175681 -0.0116247
Vertex 8343 -0.0223022 0.165377 -0.00961273
Vertex 8344 -0.0659739 0.131145 -0.00872206
Vertex 8345 -0.0577187 0.146758 0.0323537
Vertex 8346 0.0417112 0.0986332 0.0241669
Vertex 8347 -0.0701785 0.136914 0.0477863
Vertex 8348 -0.065551 0.112475 0.040245
Vertex 8349 -0.0831639 0.108847 0.00132792
Vertex 8350 -0.0473203 0.122487 0.0279328
Vertex 8351 -0.0507263 0.122615 0.0336033
Vertex 8352 0.00801932 0.113693 0.0398597
Vertex 8353 -0.0630414 0.149018 -0.0195802
Vertex 8354 0.0454314 0.088986 0.0031764
Vertex 8355 -0.0478947 0.122501 0.0288841
Vertex 8356 -0.011074 0.178648 -0.0249266
Vertex 8357 -0.0942962 0.120123 0.0192891
Vertex 8358 -0.0391691 0.162354 0.00112683
Vertex 8359 -0.0358778 0.159506 0.00240863
Vertex 8360 0.0406232 0.0953057 0.0289912
Vertex 8361 -0.0646755 0.142507 0.0398915
Vertex 8362 0.0377103 0.0955073 -0.00984226
Vertex 8363 -0.053938 0.138144 0.0289679
Vertex 8364 -0.0882785 0.102304 0.00940329
Vertex 8365 -0.0611441 0.169381 -0.0576009
Vertex 8366 -0.0615988 0.156867 -0.0225865
Vertex 8367 -0.0552402 0.138165 0.0306253
Vertex 8368 -0.043783 0.147719 0.00491206
Vertex 8369 -0.0718355 0.0757492 0.0369191
Vertex 8370 -0.0688238 0.1383 0.0462399
Vertex 8371 -0.0530781 0.119794 0.0354828
Vertex 8372 -0.0587859 0.118384 0.0394982
Vertex 8373 0.0456793 0.0890097 0.00617442
Vertex 8374 -0.0516452 0.119776 0.0340339
Vertex 8375 0.00766079 0.0616753 0.0549139
Vertex 8376 0.00860516 0.061703 0.0545256
Vertex 8377 0.00946449 0.0616923 0.0540126
Vertex 8378 0.0102284 0.0616887 0.0533551
Vertex 8379 0.0109283 0.0616839 0.0526314
Vertex 8380 0.0116633 0.0616767 0.0519085
Vertex 8381 0.0125203 0.0616669 0.0514026
Vertex 8382 0.0134639 0.0616949 0.0510096
Vertex 8383 0.0144567 0.0617415 0.0506755
Vertex 8384 0.0153695 0.0617406 0.0502582
Vertex 8385 0.016314 0.061771 0.0498607
Vertex 8386 0.0172046 0.061784 0.0493931
Vertex 8387 0.0181009 0.0617863 0.0489038
Vertex 8388 0.0190254 0.061825 0.0484929
Vertex 8389 0.0200527 0.0618555 0.0482337
Vertex 8390 0.0210051 0.0618768 0.0478546
Vertex 8391 0.0218954 0.061892 0.0473866
Vertex 8392 0.0226817 0.0618915 0.0467691
Vertex 8393 0.0234288 0.0618809 0.0460892
Vertex 8394 0.0241305 0.0618675 0.0453428
Vertex 8395 0.0250243 0.0618819 0.0448807
Vertex 8396 0.0259713 0.0619044 0.0444933
Vertex 8397 0.026913 0.0619271 0.0440949
Vertex 8398 0.0277553 0.0619298 0.0435605
Vertex 8399 0.0285114 0.0619268 0.0428923
Vertex 8400 0.0292021 0.0619142 0.0421314
Vertex 8401 0.0299135 0.0618945 0.0413957
Vertex 8402 0.0307935 0.0619124 0.0409121
Vertex 8403 0.0317346 0.0619381 0.0405155
Vertex 8404 0.0326592 0.0619445 0.0401066
Vertex 8405 0.033494 0.0619462 0.0395497
Vertex 8406 0.0342924 0.0619556 0.0389482
Vertex 8407 0.0349985 0.0619413 0.0382049
Vertex 8408 0.0356753 0.0619319 0.0374332
Vertex 8409 0.0363022 0.0619082 0.0365841
Vertex 8410 0.0369413 0.0618853 0.0357448
Vertex 8411 0.0375704 0.0618629 0.0348997
Vertex 8412 0.0380924 0.0618152 0.0338774
Vertex 8413 0.0386074 0.0617702 0.0328492
Vertex 8414 0.0391514 0.0617239 0.0318804
Vertex 8415 0.0396969 0.0616754 0.0309066
Vertex 8416 0.0458685 0.0862133 0.0111669
Vertex 8417 0.0290304 0.0968725 0.0421292
Vertex 8418 -0.0621699 0.128298 0.0417254
Vertex 8419 -0.0613599 0.128292 0.04114
Vertex 8420 -0.0605051 0.128314 0.040613
Vertex 8421 -0.059558 0.128315 0.0402204
Vertex 8422 -0.0586682 0.128313 0.0397417
Vertex 8423 -0.066886 0.129814 0.0472408
Vertex 8424 -0.04812 0.128214 0.028687
Vertex 8425 0.0519577 0.0621966 0.0293389
Vertex 8426 0.0528574 0.0622185 0.0288955
Vertex 8427 0.0537262 0.0622241 0.0283948
Vertex 8428 0.0545285 0.0622324 0.0277996
Vertex 8429 0.0553211 0.0622297 0.0271921
Vertex 8430 0.0560342 0.0622175 0.0264602
Vertex 8431 0.0567172 0.0621967 0.0256596
Vertex 8432 0.0573764 0.0621793 0.0248727
Vertex 8433 0.0579498 0.0621469 0.0239372
Vertex 8434 0.0585035 0.0621132 0.0229868
Vertex 8435 0.0589788 0.062133 0.0220601
Vertex 8436 -0.0541694 0.136721 0.0304424
Vertex 8437 -0.0630463 0.113863 0.0385547
Vertex 8438 -0.0447414 0.149173 0.00704529
Vertex 8439 -0.028552 0.159576 0.000695282
Vertex 8440 0.0245994 0.0981921 0.0445203
Vertex 8441 -0.0165839 0.159908 -0.00982549
Vertex 8442 -0.0649816 0.114139 0.0429675
Vertex 8443 0.035697 0.096801 0.0360155
Vertex 8444 -0.0645154 0.121409 0.0489254
Vertex 8445 -0.0693724 0.136902 0.0471868
Vertex 8446 -0.024223 0.17569 -0.0123366
Vertex 8447 -0.023212 0.165344 -0.00918469
Vertex 8448 0.00863383 0.115058 0.0390007
Vertex 8449 -0.0583932 0.146765 0.0331817
Vertex 8450 0.0417109 0.0957641 -0.00380547
Vertex 8451 -0.0650996 0.115729 0.046366
Vertex 8452 0.0101968 0.116422 0.0377394
Vertex 8453 -0.013346 0.168342 -0.0159797
Vertex 8454 -0.0281377 0.171231 -0.00924208
Vertex 8455 0.034067 0.0981569 0.0371457
Vertex 8456 -0.0153586 0.171251 -0.0171482
Vertex 8457 -0.0533672 0.143136 0.0253913
Vertex 8458 -0.053656 0.116868 0.0345992
Vertex 8459 -0.010533 0.178644 -0.025906
Vertex 8460 -0.0302254 0.162455 -0.00347789
Vertex 8461 -0.033406 0.159477 0.0024166
Vertex 8462 0.0333858 0.103442 0.0343819
Vertex 8463 -0.0633642 0.142485 0.0383017
Vertex 8464 -0.0688326 0.13265 0.047942
Vertex 8465 0.0395325 0.105566 0.0221621
Vertex 8466 -0.0545656 0.13815 0.0298405
Vertex 8467 -0.0680338 0.142566 0.0438693
Vertex 8468 -0.0704322 0.13832 0.0474328
Vertex 8469 -0.0606083 0.118309 0.0403758
Vertex 8470 0.00564306 0.109569 0.0416563
Vertex 8471 -0.0392773 0.153597 0.0044688
Vertex 8472 -0.0696099 0.138316 0.0468524
Vertex 8473 -0.0916942 0.124053 0.00727726
Vertex 8474 -0.0162544 0.183109 -0.0200888
Vertex 8475 -0.0635183 0.159851 -0.052592
Vertex 8476 0.00890036 0.0630937 0.0549611
Vertex 8477 0.00979876 0.0631089 0.0545118
Vertex 8478 0.010569 0.0630758 0.0538717
Vertex 8479 0.0111874 0.0630268 0.0529412
Vertex 8480 0.0119148 0.0630446 0.0522963
Vertex 8481 0.0129339 0.063079 0.0520141
Vertex 8482 0.0138934 0.0631004 0.0516475
Vertex 8483 0.0147818 0.0631153 0.0511723
Vertex 8484 0.0156625 0.0631375 0.0506866
Vertex 8485 0.0165486 0.0631544 0.0502063
Vertex 8486 0.0173793 0.0631583 0.049653
Vertex 8487 0.0182222 0.0631608 0.0491228
Vertex 8488 0.0189895 0.0631559 0.0484766
Vertex 8489 0.0198889 0.0631747 0.0480195
Vertex 8490 0.0208176 0.0631975 0.0476002
Vertex 8491 0.0217176 0.0632088 0.0471364
Vertex 8492 0.0225815 0.0632207 0.0466294
Vertex 8493 0.02338 0.0632213 0.0460213
Vertex 8494 0.0241356 0.0632152 0.0453534
Vertex 8495 0.0250125 0.0632249 0.0448766
Vertex 8496 0.0259569 0.0632491 0.0444844
Vertex 8497 0.0268989 0.0632714 0.044083
Vertex 8498 0.0277812 0.063284 0.0436054
Vertex 8499 0.0285711 0.0632767 0.0429905
Vertex 8500 0.0293196 0.0632732 0.0423131
Vertex 8501 0.0300578 0.0632721 0.0416198
Vertex 8502 0.0308902 0.0632769 0.0410591
Vertex 8503 0.0317544 0.0632771 0.0405733
Vertex 8504 0.0327193 0.0632979 0.0402054
Vertex 8505 0.0335961 0.0633113 0.0397473
Vertex 8506 0.0344101 0.0633165 0.0391255
Vertex 8507 0.0351494 0.0633173 0.038442
Vertex 8508 0.0358388 0.063303 0.0376893
Vertex 8509 0.0364696 0.0632797 0.0368445
Vertex 8510 0.0370985 0.0632585 0.0359995
Vertex 8511 0.0377191 0.0632143 0.0350986
Vertex 8512 0.0383109 0.0632029 0.0342252
Vertex 8513 0.038908 0.0631632 0.033303
Vertex 8514 0.0394641 0.063132 0.032359
Vertex 8515 0.03989 0.0630598 0.0312004
Vertex 8516 0.0403936 0.0629925 0.0301493
Vertex 8517 0.0372258 0.108268 -0.000834485
Vertex 8518 -0.0119403 0.171322 -0.0192115
Vertex 8519 -0.0609535 0.135292 0.0364528
Vertex 8520 -0.0618596 0.135275 0.0369058
Vertex 8521 -0.0626699 0.13529 0.0374908
Vertex 8522 -0.0633856 0.13531 0.0381918
Vertex 8523 -0.0639806 0.135327 0.039077
Vertex 8524 0.0516914 0.0635003 0.0289607
Vertex 8525 0.0526393 0.0635217 0.0285801
Vertex 8526 0.0535357 0.0635428 0.028124
Vertex 8527 0.0544233 0.0635568 0.0276516
Vertex 8528 0.0552187 0.0635647 0.027041
Vertex 8529 0.0559752 0.0635544 0.0263749
Vertex 8530 0.0566888 0.0635446 0.0256358
Vertex 8531 0.0573405 0.0635192 0.0248021
Vertex 8532 0.0579353 0.0634887 0.0239229
Vertex 8533 0.0584978 0.0634546 0.0229811
Vertex 8534 -0.0645108 0.135348 0.0400634
Vertex 8535 -0.068364 0.143961 0.043402
Vertex 8536 -0.0528151 0.132539 0.0323863
Vertex 8537 -0.0440117 0.149183 0.00634807
Vertex 8538 -0.0111277 0.166928 -0.0162357
Vertex 8539 -0.0290239 0.0918566 -0.0266024
Vertex 8540 -0.0171613 0.159788 -0.00903074
Vertex 8541 -0.0157849 0.172748 -0.017746
Vertex 8542 -0.00234233 0.10113 0.044176
Vertex 8543 -0.0583717 0.138143 0.0331568
Vertex 8544 -0.0234602 0.17569 -0.0129988
Vertex 8545 -0.0241715 0.165363 -0.00880477
Vertex 8546 0.00772266 0.115023 0.0394097
Vertex 8547 -0.0588318 0.146817 0.0344225
Vertex 8548 -0.0693319 0.141141 0.045512
Vertex 8549 -0.0683563 0.134056 0.04686
Vertex 8550 -0.0642262 0.115635 0.0441038
Vertex 8551 0.00922858 0.116392 0.0380826
Vertex 8552 -0.0142459 0.168321 -0.0155387
Vertex 8553 -0.0451757 0.14769 0.00639824
Vertex 8554 -0.0886066 0.113065 0.00725433
Vertex 8555 0.0168316 0.0926978 0.0490711
Vertex 8556 0.0311691 0.0942449 0.0417029
Vertex 8557 0.0211901 0.113994 0.0360983
Vertex 8558 -0.0331365 0.162399 -0.0024379
Vertex 8559 -0.0314011 0.159502 0.00180977
Vertex 8560 -0.0609595 0.142497 0.0365005
Vertex 8561 -0.069561 0.132665 0.0486469
Vertex 8562 0.0390778 0.105565 0.0241719
Vertex 8563 -0.0458268 0.125298 0.0247658
Vertex 8564 0.0354218 0.100763 0.0338403
Vertex 8565 -0.0558569 0.135328 0.0332838
Vertex 8566 -0.0171147 0.161213 -0.00734926
Vertex 8567 -0.0506513 0.150706 0.0125676
Vertex 8568 0.0390714 0.108406 0.0131668
Vertex 8569 -0.081854 0.0937329 -0.00756112
Vertex 8570 -0.0510104 0.149266 0.0138316
Vertex 8571 -0.080771 0.105947 -0.00458985
Vertex 8572 -0.0147199 0.184604 -0.0232088
Vertex 8573 0.0209137 0.102084 0.0444516
Vertex 8574 0.0189959 0.104672 0.0434338
Vertex 8575 0.0111403 0.105858 -0.0199086
Vertex 8576 0.0098313 0.0644618 0.0545535
Vertex 8577 0.0106165 0.0644536 0.0539383
Vertex 8578 0.0113423 0.0644371 0.0532354
Vertex 8579 0.0122384 0.0644368 0.0527864
Vertex 8580 0.0132903 0.0644915 0.0525417
Vertex 8581 0.0142425 0.0645148 0.0521595
Vertex 8582 0.0151151 0.0645034 0.0516546
Vertex 8583 0.0158912 0.0644868 0.0510299
Vertex 8584 0.0166896 0.0645037 0.050425
Vertex 8585 0.0175453 0.0645325 0.0499023
Vertex 8586 0.0183954 0.0645286 0.0493775
Vertex 8587 0.0191746 0.064523 0.0487473
Vertex 8588 0.0199305 0.0645206 0.0480779
Vertex 8589 0.0207575 0.0645289 0.0475184
Vertex 8590 0.0215982 0.0645366 0.046975
Vertex 8591 0.0224361 0.0645464 0.046427
Vertex 8592 0.0232549 0.0645506 0.0458531
Vertex 8593 0.0240878 0.0645552 0.0452968
Vertex 8594 0.0249807 0.0645674 0.0448324
Vertex 8595 0.0258782 0.0645831 0.0443789
Vertex 8596 0.02686 0.0646091 0.0440244
Vertex 8597 0.0277273 0.0646184 0.0435417
Vertex 8598 0.0285947 0.0646316 0.0430307
Vertex 8599 0.0293752 0.0646271 0.0424024
Vertex 8600 0.0301266 0.0646197 0.0417292
Vertex 8601 0.0309421 0.0646254 0.0411415
Vertex 8602 0.0317796 0.0647744 0.0406274
Vertex 8603 0.0327247 0.0646521 0.0402099
Vertex 8604 0.0336503 0.0646637 0.0398008
Vertex 8605 0.0344933 0.0646793 0.0392567
Vertex 8606 0.0352313 0.064664 0.0385641
Vertex 8607 0.0359549 0.0646627 0.0378653
Vertex 8608 0.0366123 0.064635 0.0370437
Vertex 8609 0.0372523 0.0646113 0.0362056
Vertex 8610 0.0378584 0.0645918 0.0353403
Vertex 8611 0.0384287 0.064558 0.0344028
Vertex 8612 0.0390555 0.064539 0.0335561
Vertex 8613 0.0396386 0.064502 0.0326274
Vertex 8614 0.0400501 0.0644468 0.0314841
Vertex 8615 0.0404558 0.0643575 0.0302495
Vertex 8616 0.0409886 0.0643095 0.0292691
Vertex 8617 0.0416741 0.0642804 0.0284921
Vertex 8618 0.0424682 0.0642865 0.0278791
Vertex 8619 0.0253647 0.107408 0.0385761
Vertex 8620 -0.0656743 0.138242 0.0419702
Vertex 8621 -0.0651151 0.138224 0.0409979
Vertex 8622 -0.0645614 0.138204 0.0400205
Vertex 8623 -0.0640566 0.138182 0.0390191
Vertex 8624 -0.0635813 0.138158 0.0379352
Vertex 8625 0.0263222 0.107421 0.038207
Vertex 8626 0.0541591 0.0648613 0.0272743
Vertex 8627 0.0550352 0.064867 0.0267865
Vertex 8628 0.0558147 0.064873 0.0261542
Vertex 8629 0.056541 0.064854 0.0254614
Vertex 8630 0.0572159 0.0648465 0.024658
Vertex 8631 0.0578503 0.0648244 0.0238145
Vertex 8632 0.0584157 0.0647883 0.022872
Vertex 8633 0.0589424 0.064749 0.0219118
Vertex 8634 0.059454 0.0647075 0.0208869
Vertex 8635 -0.0228186 0.161021 -0.00330981
Vertex 8636 0.0384382 0.0954258 0.0328906
Vertex 8637 -0.0455156 0.14919 0.00769333
Vertex 8638 -0.0489525 0.123989 0.0308621
Vertex 8639 -0.0765303 0.0961207 -0.0124976
Vertex 8640 -0.00382186 0.102465 0.0438439
Vertex 8641 0.0435599 0.0987371 0.0131605
Vertex 8642 -0.01542 0.16691 -0.0137031
Vertex 8643 -0.0227031 0.175691 -0.0136597
Vertex 8644 -0.0251232 0.165382 -0.00841584
Vertex 8645 0.0272256 0.10745 0.0377741
Vertex 8646 -0.0592557 0.146819 0.0355066
Vertex 8647 -0.0685122 0.141137 0.0449382
Vertex 8648 -0.0690362 0.134069 0.0476421
Vertex 8649 -0.063822 0.115596 0.0429106
Vertex 8650 0.00821862 0.116409 0.0384227
Vertex 8651 0.0280941 0.107442 0.0372758
Vertex 8652 0.0289072 0.10744 0.0367037
Vertex 8653 -0.0504088 0.153575 0.0112235
Vertex 8654 -0.0222119 0.158173 -0.00418672
Vertex 8655 0.0296356 0.107455 0.0360045
Vertex 8656 -0.0211595 0.178661 -0.0149212
Vertex 8657 0.0202943 0.113982 0.0365633
Vertex 8658 -0.0321751 0.162395 -0.00280539
Vertex 8659 -0.0405048 0.15944 0.00272423
Vertex 8660 -0.0413443 0.159411 0.00325579
Vertex 8661 -0.0487462 0.118344 0.031163
Vertex 8662 -0.0602206 0.142504 0.0358229
Vertex 8663 -0.0719982 0.132651 0.0504199
Vertex 8664 0.0388075 0.10554 0.0251669
Vertex 8665 -0.0463216 0.125305 0.0258345
Vertex 8666 0.0372771 0.100696 0.0312566
Vertex 8667 -0.0550975 0.13533 0.0326236
Vertex 8668 0.0303546 0.107428 0.0353018
Vertex 8669 0.0310626 0.107429 0.0345663
Vertex 8670 -0.0199842 0.183117 -0.0149159
Vertex 8671 -0.037643 0.153612 0.00331291
Vertex 8672 -0.0342528 0.161016 -0.000502552
Vertex 8673 0.0317406 0.107408 0.0337947
Vertex 8674 -0.0658919 0.11864 0.0504465
Vertex 8675 0.0375072 0.103901 -0.00584413
Vertex 8676 -0.015926 0.178652 -0.0196554
Vertex 8677 0.0323761 0.107397 0.032947
Vertex 8678 0.0330114 0.107386 0.0320976
Vertex 8679 0.00980894 0.0658051 0.0545289
Vertex 8680 0.0106377 0.0658124 0.0539651
Vertex 8681 0.0114981 0.0658063 0.0534716
Vertex 8682 0.0125705 0.0658518 0.0532694
Vertex 8683 0.0135851 0.0658847 0.0529797
Vertex 8684 0.0144807 0.0658974 0.0525165
Vertex 8685 0.0152433 0.0658912 0.0518711
Vertex 8686 0.0160126 0.0658829 0.0512178
Vertex 8687 0.0168274 0.0658911 0.0506364
Vertex 8688 0.0176716 0.0658898 0.0500991
Vertex 8689 0.0185331 0.065881 0.0495848
Vertex 8690 0.0194077 0.0659 0.0490938
Vertex 8691 0.0201466 0.0658754 0.0483972
Vertex 8692 0.0209269 0.0658956 0.0477693
Vertex 8693 0.0216497 0.065881 0.0470485
Vertex 8694 0.0223728 0.0658814 0.0463438
Vertex 8695 0.0231843 0.0658868 0.0457612
Vertex 8696 0.0240158 0.0658883 0.0452055
Vertex 8697 0.0249025 0.0659023 0.0447242
Vertex 8698 0.0258384 0.0659192 0.0443144
Vertex 8699 0.0267481 0.0659374 0.0438828
Vertex 8700 0.0276466 0.0659543 0.0434322
Vertex 8701 0.0285253 0.065965 0.0429423
Vertex 8702 0.0293518 0.0659692 0.0423806
Vertex 8703 0.0301634 0.0659717 0.0417895
Vertex 8704 0.0309495 0.065969 0.041175
Vertex 8705 0.0318042 0.0661523 0.0406683
Vertex 8706 0.0327067 0.0659933 0.0401778
Vertex 8707 0.033595 0.0660055 0.039722
Vertex 8708 0.0344601 0.0660136 0.0392214
Vertex 8709 0.035272 0.0660164 0.0386352
Vertex 8710 0.0359859 0.0660034 0.0379002
Vertex 8711 0.0366758 0.0659888 0.0371374
Vertex 8712 0.0373151 0.0659642 0.0362985
Vertex 8713 0.0379519 0.0659398 0.0354557
Vertex 8714 0.038582 0.0659177 0.034606
Vertex 8715 0.0391807 0.0658814 0.0336832
Vertex 8716 0.0397392 0.0658643 0.0327972
Vertex 8717 0.0401246 0.0657991 0.0315825
Vertex 8718 0.0405117 0.0657145 0.0303349
Vertex 8719 0.0410401 0.0656705 0.029359
Vertex 8720 0.0416085 0.0656213 0.0284032
Vertex 8721 0.0422961 0.0655994 0.0276352
Vertex 8722 0.0336777 0.107392 0.0312726
Vertex 8723 -0.0680503 0.114246 0.0489904
Vertex 8724 0.0404169 0.104204 0.0201615
Vertex 8725 -0.0945117 0.124183 0.0222757
Vertex 8726 -0.0918785 0.141976 0.0181723
Vertex 8727 0.00739775 0.110951 0.0406753
Vertex 8728 -0.0220459 0.166878 -0.0109827
Vertex 8729 0.0343886 0.107359 0.0305696
Vertex 8730 0.0350466 0.107363 0.0297386
Vertex 8731 0.0538716 0.0661448 0.0268494
Vertex 8732 0.0547452 0.0661481 0.0263648
Vertex 8733 0.0555832 0.0661715 0.0258304
Vertex 8734 0.0562967 0.0661688 0.0251012
Vertex 8735 0.0569921 0.0661536 0.0243514
Vertex 8736 0.0576451 0.0661396 0.0235216
Vertex 8737 0.0582502 0.0661055 0.0226582
Vertex 8738 0.0588141 0.0660698 0.0217199
Vertex 8739 0.0593498 0.066038 0.0207029
Vertex 8740 -0.0193156 0.162502 -0.00702982
Vertex 8741 -0.0183092 0.162495 -0.00732366
Vertex 8742 -0.0896326 0.092928 0.0134378
Vertex 8743 -0.0286777 0.158132 0.000508817
Vertex 8744 -0.0411616 0.152146 0.00524032
Vertex 8745 0.0234256 0.0994865 0.0445818
Vertex 8746 0.0145806 0.0953173 0.0493246
Vertex 8747 -0.0250378 0.174204 -0.0117666
Vertex 8748 -0.0310269 0.122601 -0.0056394
Vertex 8749 -0.0262483 0.175689 -0.00998917
Vertex 8750 -0.0278862 0.165359 -0.00713919
Vertex 8751 0.0356733 0.107346 0.028881
Vertex 8752 -0.0616087 0.146812 0.0373554
Vertex 8753 0.02687 0.0981666 0.0425225
Vertex 8754 -0.0713393 0.134067 0.0496215
Vertex 8755 -0.0634008 0.115527 0.0417242
Vertex 8756 -0.0619683 0.12268 0.0437909
Vertex 8757 0.00727028 0.11232 0.040519
Vertex 8758 0.00823253 0.112336 0.0401545
Vertex 8759 0.026785 0.0955535 0.0441601
Vertex 8760 -0.0642124 0.145356 0.038849
Vertex 8761 0.0363312 0.107346 0.0280412
Vertex 8762 0.0369412 0.107321 0.0271722
Vertex 8763 -0.0204109 0.178661 -0.0155986
Vertex 8764 0.0435098 0.098719 0.0141568
Vertex 8765 -0.0312005 0.162424 -0.00314295
Vertex 8766 -0.0501563 0.11976 0.0326732
Vertex 8767 -0.0697019 0.142554 0.0449861
Vertex 8768 -0.0618022 0.142496 0.0370478
Vertex 8769 -0.0728584 0.132623 0.0509226
Vertex 8770 0.0455125 0.0918121 0.0101608
Vertex 8771 -0.0468272 0.125328 0.0268353
Vertex 8772 0.0452718 0.0917995 0.0131601
Vertex 8773 0.0451896 0.0875706 0.0191665
Vertex 8774 -0.0188178 0.158773 -0.00942574
Vertex 8775 0.0199962 0.120682 0.0326204
Vertex 8776 0.0190263 0.120653 0.0329746
Vertex 8777 -0.0164884 0.161116 -0.0081783
Vertex 8778 -0.0512269 0.150712 0.0135153
Vertex 8779 0.0272712 0.0929162 0.0448522
Vertex 8780 -0.0665361 0.11864 0.0512424
Vertex 8781 0.0413993 0.0942972 -0.00577735
Vertex 8782 -0.0583279 0.116979 0.0383609
Vertex 8783 -0.0676248 0.117206 0.0513943
Vertex 8784 -0.0626788 0.119898 0.0446407
Vertex 8785 -0.0543257 0.121248 0.0372193
Vertex 8786 0.0107631 0.0671702 0.0541647
Vertex 8787 0.0117494 0.0671858 0.0538619
Vertex 8788 0.0127465 0.0672208 0.05354
Vertex 8789 0.0136958 0.0672461 0.0531523
Vertex 8790 0.0145592 0.0672414 0.0526521
Vertex 8791 0.0153602 0.0672491 0.0520407
Vertex 8792 0.0161339 0.0672434 0.0514025
Vertex 8793 0.0170086 0.0672594 0.0509139
Vertex 8794 0.0178682 0.0672532 0.0504022
Vertex 8795 0.0187375 0.0672729 0.0498973
Vertex 8796 0.0195403 0.0672509 0.0492981
Vertex 8797 0.0203517 0.0672611 0.0487139
Vertex 8798 0.0211493 0.0672779 0.0481082
Vertex 8799 0.0218458 0.0672628 0.0473581
Vertex 8800 0.0224908 0.0672402 0.0465227
Vertex 8801 0.0232051 0.0672264 0.0457926
Vertex 8802 0.0239769 0.0672243 0.0451455
Vertex 8803 0.0248126 0.0672364 0.0446067
Vertex 8804 0.0257216 0.0672521 0.0441644
Vertex 8805 0.0266626 0.0672707 0.0437593
Vertex 8806 0.0275533 0.0672844 0.0433037
Vertex 8807 0.0283911 0.0672932 0.0427559
Vertex 8808 0.0292682 0.0673021 0.0422638
Vertex 8809 0.0301602 0.0673157 0.0417954
Vertex 8810 0.0309974 0.0673207 0.0412553
Vertex 8811 0.0318595 0.0673315 0.0407335
Vertex 8812 0.0326609 0.0673309 0.0401471
Vertex 8813 0.0335232 0.0673414 0.0396281
Vertex 8814 0.0343622 0.0673468 0.0390872
Vertex 8815 0.0351918 0.0673501 0.0385292
Vertex 8816 0.0359531 0.0673443 0.0378699
Vertex 8817 0.0366467 0.0673305 0.0371158
Vertex 8818 0.0373115 0.0673123 0.0362946
Vertex 8819 0.0379734 0.0672941 0.0355158
Vertex 8820 0.0386277 0.0672715 0.0346845
Vertex 8821 0.0392491 0.0672477 0.0338308
Vertex 8822 0.0397983 0.0672171 0.0328832
Vertex 8823 0.0401742 0.0671588 0.0316675
Vertex 8824 0.0405833 0.0670896 0.0305002
Vertex 8825 0.0410895 0.0670315 0.0294468
Vertex 8826 0.0416371 0.0669849 0.0284796
Vertex 8827 0.042292 0.0669509 0.0276386
Vertex 8828 0.0380905 0.0941294 0.0341306
Vertex 8829 0.0374948 0.0941477 0.0350502
Vertex 8830 -0.0533723 0.122605 0.0368904
Vertex 8831 -0.0499699 0.150693 0.011804
Vertex 8832 0.0289699 0.100814 0.0402993
Vertex 8833 0.0270691 0.0942437 0.0445649
Vertex 8834 -0.0173046 0.166847 -0.0129407
Vertex 8835 -0.0660514 0.11246 0.0412419
Vertex 8836 0.012627 0.12184 0.0342326
Vertex 8837 0.0543584 0.0674371 0.0258007
Vertex 8838 0.0551973 0.0674594 0.0252672
Vertex 8839 0.055991 0.067441 0.024671
Vertex 8840 0.0566945 0.0674374 0.0239376
Vertex 8841 0.0573469 0.0674291 0.0231143
Vertex 8842 0.057983 0.0674087 0.022273
Vertex 8843 0.0585628 0.0673807 0.0213416
Vertex 8844 0.0591195 0.067343 0.0203999
Vertex 8845 -0.0108819 0.168382 -0.0176467
Vertex 8846 -0.0871678 0.11039 0.0183619
Vertex 8847 0.0262873 0.0942382 0.0451936
Vertex 8848 0.0254813 0.0942452 0.0457882
Vertex 8849 0.0425948 0.0873487 -0.0068057
Vertex 8850 0.0242439 0.0994852 0.044008
Vertex 8851 0.0222133 0.103397 0.0428172
Vertex 8852 0.0382182 0.0855917 -0.0147556
Vertex 8853 0.0227131 0.118044 0.0330191
Vertex 8854 -0.0645332 0.120008 0.0489179
Vertex 8855 -0.0256005 0.175695 -0.0107936
Vertex 8856 -0.0269915 0.165366 -0.00760144
Vertex 8857 0.0311369 0.0982118 0.0399163
Vertex 8858 -0.060703 0.146825 0.0369155
Vertex 8859 0.0346875 0.0955379 0.0380285
Vertex 8860 -0.0704989 0.134077 0.0490714
Vertex 8861 0.0402562 0.0857576 -0.0117696
Vertex 8862 -0.08903 0.119932 0.00232561
Vertex 8863 0.0199447 0.104671 0.0430468
Vertex 8864 0.0261701 0.115347 0.0327443
Vertex 8865 -0.0313524 0.158102 0.00192058
Vertex 8866 -0.0716025 0.135501 0.0492566
Vertex 8867 0.0208423 0.104696 0.0425993
Vertex 8868 -0.0665376 0.142546 0.0425061
Vertex 8869 -0.0243462 0.1625 -0.00551798
Vertex 8870 -0.0564715 0.132545 0.0359114
Vertex 8871 -0.0287301 0.172704 -0.00834509
Vertex 8872 -0.0626161 0.12969 0.0410793
Vertex 8873 -0.0703202 0.132668 0.0493213
Vertex 8874 -0.0737927 0.132633 0.0513524
Vertex 8875 -0.0521163 0.12407 0.0351298
Vertex 8876 -0.061834 0.155291 -0.0275862
Vertex 8877 -0.0472614 0.125357 0.0280089
Vertex 8878 0.0360361 0.100737 0.0329764
Vertex 8879 -0.071322 0.138326 0.0479203
Vertex 8880 -0.0556635 0.140996 0.0299986
Vertex 8881 -0.0571296 0.124118 0.0402058
Vertex 8882 0.0141724 0.0940368 0.0505038
Vertex 8883 -0.0681757 0.118633 0.0523539
Vertex 8884 -0.0673284 0.11863 0.0518333
Vertex 8885 -0.0181358 0.159669 -0.00704365
Vertex 8886 -0.0593768 0.116855 0.0386274
Vertex 8887 -0.066902 0.117219 0.0507079
Vertex 8888 -0.0850563 0.112998 0.00231897
Vertex 8889 -0.0349979 0.152158 8.20736e-05
Vertex 8890 0.0109305 0.0685438 0.0544088
Vertex 8891 0.0118954 0.0685639 0.0540604
Vertex 8892 0.0127964 0.0685744 0.0536204
Vertex 8893 0.0136873 0.0685864 0.0531495
Vertex 8894 0.0145324 0.0686382 0.0526166
Vertex 8895 0.0154246 0.0685991 0.0521564
Vertex 8896 0.0163171 0.0686116 0.0516854
Vertex 8897 0.0172066 0.068625 0.0512164
Vertex 8898 0.0180859 0.068641 0.0507282
Vertex 8899 0.0189031 0.068639 0.0501604
Vertex 8900 0.0196742 0.0686359 0.0495084
Vertex 8901 0.0205204 0.0686316 0.0489712
Vertex 8902 0.0213879 0.0686569 0.0484685
Vertex 8903 0.0220783 0.0686046 0.0476717
Vertex 8904 0.0227469 0.0686119 0.0468992
Vertex 8905 0.0234128 0.0685823 0.0460905
Vertex 8906 0.0240933 0.0685753 0.045325
Vertex 8907 0.0248522 0.0685926 0.0446792
Vertex 8908 0.0256802 0.0685786 0.0440967
Vertex 8909 0.0265401 0.0686018 0.0436052
Vertex 8910 0.0274255 0.0686124 0.0431235
Vertex 8911 0.02824 0.0686155 0.0425458
Vertex 8912 0.0291321 0.0686302 0.0420784
Vertex 8913 0.0300864 0.0686462 0.0416997
Vertex 8914 0.0309993 0.0686673 0.04128
Vertex 8915 0.0318792 0.0686784 0.0407831
Vertex 8916 0.0327041 0.0686805 0.0402125
Vertex 8917 0.0335035 0.0686838 0.0396083
Vertex 8918 0.0342696 0.0686799 0.038964
Vertex 8919 0.0350895 0.0686836 0.0383949
Vertex 8920 0.0358581 0.0686798 0.0377462
Vertex 8921 0.0365837 0.0686678 0.0370221
Vertex 8922 0.0372641 0.0686531 0.0362559
Vertex 8923 0.0379445 0.0686366 0.0354907
Vertex 8924 0.0386091 0.0686148 0.0346703
Vertex 8925 0.0392359 0.0685928 0.0338195
Vertex 8926 0.0397534 0.0685495 0.0327941
Vertex 8927 0.0402167 0.0685122 0.0317439
Vertex 8928 0.0407099 0.0684593 0.0306869
Vertex 8929 0.0412086 0.0684033 0.0296357
Vertex 8930 0.0417276 0.0683416 0.0285931
Vertex 8931 0.0423379 0.0683118 0.0277209
Vertex 8932 0.0429413 0.0682748 0.0268013
Vertex 8933 -0.0451437 0.162134 -0.00879907
Vertex 8934 0.0385464 0.0954957 -0.00890109
Vertex 8935 -0.0907403 0.135093 0.0162106
Vertex 8936 -0.0889612 0.111861 0.0183359
Vertex 8937 0.0348249 0.110986 -0.0028353
Vertex 8938 -0.0577114 0.148197 0.0324041
Vertex 8939 -0.0317958 0.166782 -0.0057687
Vertex 8940 0.0101281 0.105858 -0.0202342
Vertex 8941 -0.0410438 0.162368 0.00371458
Vertex 8942 -0.0210995 0.166843 -0.0113898
Vertex 8943 0.0547648 0.068691 0.024634
Vertex 8944 0.0555795 0.068697 0.0240751
Vertex 8945 0.0563251 0.0686891 0.0234174
Vertex 8946 0.0582269 0.0686747 0.0208601
Vertex 8947 0.030839 0.0995119 0.0394948
Vertex 8948 0.0300963 0.0995295 0.0401727
Vertex 8949 0.0293195 0.0995163 0.0407971
Vertex 8950 0.0257555 0.0994695 0.0426751
Vertex 8951 0.025022 0.0994981 0.0433749
Vertex 8952 -0.0332792 0.168261 -0.00439757
Vertex 8953 -0.063261 0.129725 0.0418859
Vertex 8954 -0.0118724 0.166916 -0.0155725
Vertex 8955 -0.0561549 0.118392 0.0380484
Vertex 8956 0.0457594 0.0890174 0.0101642
Vertex 8957 -0.0511271 0.116882 0.0329705
Vertex 8958 0.0234999 0.0955508 0.0464417
Vertex 8959 -0.0299391 0.175699 -0.00474628
Vertex 8960 -0.0280713 0.175691 -0.00734553
Vertex 8961 -0.0260362 0.165356 -0.00798775
Vertex 8962 -0.0628457 0.158366 -0.0406006
Vertex 8963 -0.0598823 0.146825 0.0363335
Vertex 8964 -0.0623153 0.13671 0.0362243
Vertex 8965 -0.0697355 0.134074 0.048407
Vertex 8966 0.0444906 0.0861036 -0.00180248
Vertex 8967 -0.025842 0.091626 -0.0326108
Vertex 8968 -0.0636699 0.112355 0.0376208
Vertex 8969 0.021724 0.104691 0.0421173
Vertex 8970 0.00897502 0.113705 0.0394792
Vertex 8971 -0.0576238 0.145329 0.032529
Vertex 8972 -0.0322455 0.15809 0.00238998
Vertex 8973 -0.0389196 0.163835 0.00150184
Vertex 8974 -0.0269539 0.17866 -0.00745161
Vertex 8975 -0.0196772 0.178663 -0.0162873
Vertex 8976 -0.0233093 0.162498 -0.00577898
Vertex 8977 -0.0127527 0.177163 -0.0221029
Vertex 8978 -0.0336234 0.153659 0.000337049
Vertex 8979 -0.0691412 0.109612 0.0381472
Vertex 8980 -0.0711513 0.132664 0.0498849
Vertex 8981 -0.0501055 0.129693 0.0310292
Vertex 8982 -0.0494838 0.129682 0.0301574
Vertex 8983 -0.0477839 0.125387 0.0290716
Vertex 8984 -0.0631388 0.0620641 0.0242
Vertex 8985 -0.0722375 0.138308 0.048356
Vertex 8986 0.0225321 0.104677 0.0415312
Vertex 8987 0.0385227 0.108358 0.00315989
Vertex 8988 -0.0651299 0.139658 0.0409855
Vertex 8989 0.0394117 0.0870933 -0.0127933
Vertex 8990 -0.0170638 0.168326 -0.0143421
Vertex 8991 -0.0308588 0.171231 -0.00613945
Vertex 8992 0.0108601 0.117776 0.0369396
Vertex 8993 -0.0603515 0.116839 0.0389782
Vertex 8994 -0.0662568 0.117183 0.0498756
Vertex 8995 -0.0636469 0.11387 0.0394431
Vertex 8996 0.0396279 0.0857065 -0.0127726
Vertex 8997 0.0100468 0.0698695 0.0549195
Vertex 8998 0.0109957 0.0698921 0.0545336
Vertex 8999 0.0118973 0.0699023 0.0540919
Vertex 9000 0.0127846 0.0699169 0.0536174
Vertex 9001 0.0137184 0.0699424 0.0531931
Vertex 9002 0.0146499 0.0699433 0.0528108
Vertex 9003 0.0155988 0.0699697 0.0524229
Vertex 9004 0.0164839 0.0699861 0.0519409
Vertex 9005 0.0173223 0.0699836 0.0514025
Vertex 9006 0.018149 0.0699846 0.0508404
Vertex 9007 0.0189748 0.0699869 0.0502663
Vertex 9008 0.0198393 0.0700116 0.0497622
Vertex 9009 0.0207672 0.0700064 0.0493524
Vertex 9010 0.0216229 0.0700379 0.048827
Vertex 9011 0.022407 0.0700249 0.0481925
Vertex 9012 0.0230994 0.0700125 0.0474321
Vertex 9013 0.0237226 0.0699627 0.0465409
Vertex 9014 0.0243671 0.0699418 0.0457082
Vertex 9015 0.0250153 0.0699448 0.0449142
Vertex 9016 0.0257185 0.0699313 0.0441746
Vertex 9017 0.0265464 0.0699406 0.043619
Vertex 9018 0.0273636 0.0699427 0.0430425
Vertex 9019 0.0281616 0.0699505 0.0424355
Vertex 9020 0.029005 0.0699505 0.0419019
Vertex 9021 0.0299489 0.069977 0.0415097
Vertex 9022 0.0309459 0.0700081 0.0411857
Vertex 9023 0.0319241 0.0700307 0.0408624
Vertex 9024 0.032766 0.0700345 0.0403232
Vertex 9025 0.0335736 0.0700381 0.039723
Vertex 9026 0.0342867 0.0700233 0.0389954
Vertex 9027 0.0350254 0.0700182 0.0383083
Vertex 9028 0.0357777 0.070014 0.0376374
Vertex 9029 0.0365023 0.0700019 0.0369139
Vertex 9030 0.037196 0.0699864 0.036159
Vertex 9031 0.0378948 0.0699732 0.0354084
Vertex 9032 0.0385734 0.0699568 0.0346425
Vertex 9033 0.039204 0.0699354 0.0337973
Vertex 9034 0.0397845 0.0699028 0.0328672
Vertex 9035 0.0402901 0.0698645 0.0318359
Vertex 9036 0.0407992 0.0698146 0.0307925
Vertex 9037 0.0413281 0.0697537 0.029756
Vertex 9038 0.041872 0.069712 0.028792
Vertex 9039 0.0424296 0.0696684 0.0278335
Vertex 9040 0.0429689 0.0696277 0.0268653
Vertex 9041 0.0435566 0.0695959 0.0259839
Vertex 9042 -0.0609918 0.138116 0.0346365
Vertex 9043 -0.0472353 0.12392 0.0280317
Vertex 9044 -0.0564929 0.14962 0.0306387
Vertex 9045 -0.089555 0.092956 0.0194329
Vertex 9046 -0.0856221 0.107687 0.0203552
Vertex 9047 -0.0132244 0.172771 -0.0193112
Vertex 9048 0.025387 0.103408 0.0403826
Vertex 9049 -0.012493 0.16839 -0.0164935
Vertex 9050 0.0196457 0.116633 0.0356159
Vertex 9051 -0.0465526 0.147719 0.00793526
Vertex 9052 -0.0923088 0.114683 0.0143254
Vertex 9053 0.0424576 0.0845381 -0.00679736
Vertex 9054 0.035312 0.0840703 -0.0177861
Vertex 9055 -0.087117 0.119846 -0.000719646
Vertex 9056 -0.0295401 0.0904607 -0.0275932
Vertex 9057 -0.0869304 0.137738 0.00419643
Vertex 9058 -0.0591124 0.121234 0.0408265
Vertex 9059 -0.0166266 0.172732 -0.0172138
Vertex 9060 -0.0126907 0.166905 -0.0150111
Vertex 9061 -0.0534544 0.124093 0.0367404
Vertex 9062 -0.00359831 0.101107 0.0440537
Vertex 9063 -0.018333 0.172741 -0.0161594
Vertex 9064 -0.0276246 0.160982 -0.00149388
Vertex 9065 0.0239184 0.116674 0.0330029
Vertex 9066 -0.0292161 0.178518 -0.014988
Vertex 9067 -0.0717812 0.166615 -0.0459981
Vertex 9068 -0.021174 0.184521 -0.0131308
Vertex 9069 -0.0180884 0.184586 -0.0174536
Vertex 9070 -0.0518449 0.146252 0.0164181
Vertex 9071 -0.0121699 0.165481 -0.0142428
Vertex 9072 -0.0293004 0.175699 -0.00559167
Vertex 9073 -0.0175288 0.165418 -0.0114925
Vertex 9074 -0.0672114 0.120049 0.0520179
Vertex 9075 -0.042525 0.149193 0.00498605
Vertex 9076 0.0377895 0.0954381 0.0337234
Vertex 9077 -0.0676947 0.134039 0.046063
Vertex 9078 0.0232916 0.104676 0.0408599
Vertex 9079 0.0454321 0.0861887 0.0181684
Vertex 9080 -0.0625128 0.145366 0.0377954
Vertex 9081 -0.0627767 0.112367 0.0371562
Vertex 9082 0.0415013 0.104244 0.010161
Vertex 9083 -0.0282274 0.162443 -0.0041123
Vertex 9084 -0.0331542 0.158077 0.00281987
Vertex 9085 -0.0383322 0.163825 0.00056966
Vertex 9086 0.0214629 0.119376 0.0329783
Vertex 9087 -0.018937 0.178659 -0.0169738
Vertex 9088 -0.0165785 0.162548 -0.00831661
Vertex 9089 -0.0246821 0.177174 -0.0112336
Vertex 9090 -0.0520915 0.129726 0.0334448
Vertex 9091 -0.065267 0.132559 0.042478
Vertex 9092 -0.0507289 0.129704 0.0318965
Vertex 9093 -0.0483005 0.12541 0.0300666
Vertex 9094 -0.0495314 0.12548 0.031876
Vertex 9095 0.0451823 0.091796 0.014161
Vertex 9096 -0.0601994 0.14968 0.0358889
Vertex 9097 -0.0174189 0.178658 -0.0183022
Vertex 9098 0.0141007 0.120583 0.0346592
Vertex 9099 -0.0187779 0.183117 -0.0166827
Vertex 9100 -0.0644392 0.112372 0.0382632
Vertex 9101 -0.00881786 0.169637 -0.0227487
Vertex 9102 0.0367516 0.111162 0.00316661
Vertex 9103 -0.0594982 0.143919 0.0350801
Vertex 9104 -0.0618021 0.116863 0.0404147
Vertex 9105 -0.061134 0.11687 0.0396165
Vertex 9106 -0.0656399 0.11715 0.0490043
Vertex 9107 -0.064559 0.11407 0.0417666
Vertex 9108 -0.0588484 0.13671 0.0342246
Vertex 9109 -0.0256856 0.161028 -0.00218154
Vertex 9110 0.0101515 0.071231 0.055077
Vertex 9111 0.0110379 0.0712445 0.0546046
Vertex 9112 0.0119051 0.0711889 0.0540767
Vertex 9113 0.0128317 0.0712714 0.0536973
Vertex 9114 0.0138055 0.0712841 0.0533593
Vertex 9115 0.014817 0.0713159 0.0530708
Vertex 9116 0.0156656 0.0713152 0.0525386
Vertex 9117 0.0164758 0.0713296 0.0519403
Vertex 9118 0.0172645 0.0713208 0.051333
Vertex 9119 0.01814 0.0713245 0.0508426
Vertex 9120 0.0190831 0.0713469 0.0504539
Vertex 9121 0.0200754 0.0713524 0.0501382
Vertex 9122 0.0210136 0.0713836 0.0497227
Vertex 9123 0.0218587 0.0714183 0.0491823
Vertex 9124 0.0226382 0.0714084 0.0485432
Vertex 9125 0.0233607 0.0713858 0.0478141
Vertex 9126 0.0240483 0.0713748 0.0470522
Vertex 9127 0.0246484 0.0713321 0.0461382
Vertex 9128 0.0252483 0.0713214 0.0452679
Vertex 9129 0.0259161 0.0713197 0.0444841
Vertex 9130 0.0266728 0.0713177 0.0438181
Vertex 9131 0.0275195 0.0713136 0.0432798
Vertex 9132 0.0283147 0.0712973 0.0426773
Vertex 9133 0.0291103 0.0713139 0.0420683
Vertex 9134 0.0299408 0.0713176 0.0415086
Vertex 9135 0.0308676 0.0713453 0.0410867
Vertex 9136 0.0318279 0.0713659 0.0407221
Vertex 9137 0.0327952 0.0713854 0.0403707
Vertex 9138 0.0336335 0.0713894 0.0398251
Vertex 9139 0.0344259 0.0713949 0.0392126
Vertex 9140 0.0351443 0.071382 0.0384881
Vertex 9141 0.0358497 0.0713653 0.0377445
Vertex 9142 0.0365208 0.0713424 0.036933
Vertex 9143 0.03717 0.0713299 0.0361376
Vertex 9144 0.0378679 0.0713179 0.0353865
Vertex 9145 0.0385608 0.0713011 0.0346329
Vertex 9146 0.0391956 0.0712805 0.0337887
Vertex 9147 0.0398005 0.0712586 0.0329247
Vertex 9148 0.040355 0.0712163 0.0319238
Vertex 9149 0.0409071 0.0711839 0.0309718
Vertex 9150 0.041469 0.0711384 0.0300167
Vertex 9151 0.0420248 0.0710795 0.0289899
Vertex 9152 0.0425358 0.0710418 0.0280089
Vertex 9153 0.0430366 0.0709859 0.0269587
Vertex 9154 0.0435542 0.0709351 0.0259153
Vertex 9155 -0.0175786 0.180143 -0.0185198
Vertex 9156 0.0238985 0.104719 0.0399907
Vertex 9157 -0.0550412 0.129739 0.0362139
Vertex 9158 -0.0412659 0.160879 0.0033623
Vertex 9159 0.0247695 0.1047 0.0394768
Vertex 9160 0.0294623 0.103445 0.0374919
Vertex 9161 0.0287346 0.10342 0.0381993
Vertex 9162 0.016206 0.0927227 0.0499244
Vertex 9163 0.0234983 0.102092 0.0429315
Vertex 9164 0.044803 0.0945847 0.0121616
Vertex 9165 0.0449279 0.0945923 0.00916323
Vertex 9166 0.0404227 0.0885874 -0.0107894
Vertex 9167 -0.0635581 0.170962 -0.0485923
Vertex 9168 0.0424628 0.0943961 -0.00280162
Vertex 9169 0.0437182 0.0944809 0.000197915
Vertex 9170 -0.0629007 0.115475 0.040648
Vertex 9171 -0.0549375 0.140991 0.0293007
Vertex 9172 -0.0296475 0.169744 -0.0079151
Vertex 9173 -0.00469334 0.101051 0.0441761
Vertex 9174 -0.00579523 0.10109 0.0444886
Vertex 9175 -0.0618436 0.129703 0.0404325
Vertex 9176 0.0257469 0.104744 0.0391433
Vertex 9177 -0.0148223 0.129108 0.012888
Vertex 9178 0.0428473 0.0944698 0.0251639
Vertex 9179 -0.0617056 0.1325 0.0388812
Vertex 9180 -0.055795 0.129741 0.0368819
Vertex 9181 -0.0146178 0.161254 -0.0115208
Vertex 9182 -0.010869 0.165486 -0.0158779
Vertex 9183 -0.0114637 0.165492 -0.0149909
Vertex 9184 -0.013694 0.165443 -0.0129401
Vertex 9185 -0.0165631 0.165424 -0.0118502
Vertex 9186 -0.0265381 0.155425 -0.00506198
Vertex 9187 -0.049617 0.115589 0.0334474
Vertex 9188 -0.0492065 0.128269 0.0305743
Vertex 9189 -0.0671166 0.134015 0.0451603
Vertex 9190 -0.0151683 0.160834 -0.010917
Vertex 9191 -0.0811951 0.147316 0.000164965
Vertex 9192 0.040955 0.104188 0.00218636
Vertex 9193 -0.0662654 0.129803 0.0463681
Vertex 9194 -0.0930208 0.116049 0.0173125
Vertex 9195 0.0230988 0.111339 0.037076
Vertex 9196 0.0368789 0.0941727 0.035906
Vertex 9197 -0.043544 0.157959 0.00535766
Vertex 9198 -0.0300578 0.163895 -0.00500569
Vertex 9199 -0.0621481 0.159972 -0.0385982
Vertex 9200 -0.0181797 0.178658 -0.0176382
Vertex 9201 -0.0158151 0.162561 -0.00896512
Vertex 9202 -0.0479563 0.0699321 0.0400053
Vertex 9203 0.0260945 0.0981604 0.0431638
Vertex 9204 0.0329891 0.092935 0.0408139
Vertex 9205 -0.0480021 0.126873 0.0289133
Vertex 9206 -0.051366 0.129708 0.032749
Vertex 9207 -0.0489136 0.125469 0.0310273
Vertex 9208 -0.0825795 0.0937805 -0.00656944
Vertex 9209 -0.0938694 0.121489 0.0252875
Vertex 9210 -0.0354553 0.163829 -0.00227816
Vertex 9211 0.0150413 0.120568 0.0342385
Vertex 9212 -0.0145095 0.171282 -0.0176637
Vertex 9213 0.029169 0.114081 0.0318014
Vertex 9214 -0.0664147 0.112558 0.0425241
Vertex 9215 -0.0580383 0.122682 0.0406302
Vertex 9216 -0.0894336 0.0956291 0.0144221
Vertex 9217 -0.0645869 0.117148 0.0471018
Vertex 9218 -0.0650728 0.117149 0.0481049
Vertex 9219 -0.0692254 0.124258 0.0526584
Vertex 9220 0.0293141 0.095566 0.0425395
Vertex 9221 -0.0523232 0.13528 0.029621
Vertex 9222 0.00931572 0.0725689 0.0556419
Vertex 9223 0.0102149 0.0725802 0.055192
Vertex 9224 0.0110403 0.0725847 0.0546235
Vertex 9225 0.0119312 0.0725978 0.0541603
Vertex 9226 0.0129485 0.0726239 0.0538836
Vertex 9227 0.0140119 0.072675 0.0536492
Vertex 9228 0.0148576 0.0726711 0.0531263
Vertex 9229 0.0156666 0.0726831 0.0525311
Vertex 9230 0.0164183 0.0726599 0.0518741
Vertex 9231 0.0173125 0.0726566 0.0514253
Vertex 9232 0.0183688 0.0727072 0.0511848
Vertex 9233 0.0194047 0.0727279 0.0509389
Vertex 9234 0.0203473 0.0727595 0.0505294
Vertex 9235 0.021227 0.0727783 0.05004
Vertex 9236 0.0220024 0.0727679 0.0493999
Vertex 9237 0.0227593 0.0727654 0.0487302
Vertex 9238 0.0235224 0.0727618 0.0480692
Vertex 9239 0.024237 0.0727429 0.0473317
Vertex 9240 0.0248868 0.0727438 0.0465386
Vertex 9241 0.0254616 0.0727112 0.0456024
Vertex 9242 0.0260763 0.0726986 0.044735
Vertex 9243 0.0269054 0.0726895 0.0441444
Vertex 9244 0.0277999 0.0727164 0.0436883
Vertex 9245 0.0286828 0.072686 0.0432253
Vertex 9246 0.0295237 0.0727272 0.042682
Vertex 9247 0.0302378 0.0727042 0.0419554
Vertex 9248 0.0310541 0.0727142 0.0413756
Vertex 9249 0.0318915 0.0727133 0.0408308
Vertex 9250 0.0327797 0.0727287 0.040356
Vertex 9251 0.03367 0.072742 0.0398859
Vertex 9252 0.0345395 0.0727588 0.0393885
Vertex 9253 0.0352999 0.0727523 0.0387329
Vertex 9254 0.0360152 0.072737 0.038003
Vertex 9255 0.0366581 0.0727136 0.0371657
Vertex 9256 0.0371829 0.0726727 0.036151
Vertex 9257 0.0378457 0.0726607 0.0353699
Vertex 9258 0.038544 0.0726461 0.034619
Vertex 9259 0.0391967 0.0726247 0.033788
Vertex 9260 0.0398166 0.0726016 0.0329349
Vertex 9261 0.0404333 0.0725805 0.0320798
Vertex 9262 0.0409764 0.0725373 0.0310711
Vertex 9263 0.0415492 0.0724945 0.03012
Vertex 9264 0.0421092 0.0724515 0.0291612
Vertex 9265 0.0426104 0.0723991 0.0281081
Vertex 9266 0.0431148 0.0723568 0.0271232
Vertex 9267 0.0435836 0.0722927 0.0259867
Vertex 9268 0.0440515 0.0722274 0.0248494
Vertex 9269 0.0445188 0.0721805 0.0237826
Vertex 9270 -0.0904705 0.135055 0.0132171
Vertex 9271 -0.0761608 0.175035 -0.0499961
Vertex 9272 0.0101664 0.120462 0.0359466
Vertex 9273 -0.067061 0.0617728 0.0200983
Vertex 9274 0.0430185 0.100102 0.00517011
Vertex 9275 0.0429574 0.0859786 -0.00579554
Vertex 9276 -0.0865396 0.139093 0.00420465
Vertex 9277 -0.0500004 0.121197 0.0329094
Vertex 9278 -0.0855325 0.107606 0.0053458
Vertex 9279 -0.0639176 0.153606 -0.0366205
Vertex 9280 -0.0286016 0.109083 -0.0194963
Vertex 9281 -0.0274751 0.109286 -0.019717
Vertex 9282 0.0360023 0.103374 0.0311349
Vertex 9283 -0.062221 0.119852 0.0434664
Vertex 9284 0.0398312 0.0992984 0.027798
Vertex 9285 -0.084276 0.107651 0.0243439
Vertex 9286 0.0452717 0.0903987 0.0151606
Vertex 9287 -0.0360191 0.153642 0.00214438
Vertex 9288 -0.0821184 0.0782385 0.0256306
Vertex 9289 0.0437433 0.0945326 0.0221692
Vertex 9290 -0.0781679 0.14865 -0.00288263
Vertex 9291 -0.041856 0.149196 0.00419837
Vertex 9292 -0.0462327 0.128102 0.0242709
Vertex 9293 -0.0340138 0.155107 0.00155033
Vertex 9294 -0.0331866 0.15511 0.000984746
Vertex 9295 -0.0323163 0.155148 0.000487548
Vertex 9296 -0.0291189 0.15522 -0.00190906
Vertex 9297 -0.0484259 0.152144 0.0105657
Vertex 9298 0.0112135 0.116429 0.0374582
Vertex 9299 0.0417012 0.085878 -0.00880084
Vertex 9300 -0.0665318 0.134006 0.0442059
Vertex 9301 0.0440002 0.0888695 -0.00280666
Vertex 9302 -0.0515897 0.146262 0.0154112
Vertex 9303 -0.0584949 0.143878 0.0330085
Vertex 9304 0.04114 0.104231 0.00317036
Vertex 9305 0.0240569 0.111353 0.0367066
Vertex 9306 -0.0238626 0.169762 -0.0118641
Vertex 9307 -0.0247145 0.161052 -0.00252569
Vertex 9308 0.0257313 0.0968616 0.0444005
Vertex 9309 -0.044247 0.157947 0.00609665
Vertex 9310 -0.0290382 0.16386 -0.00530596
Vertex 9311 -0.0234782 0.174205 -0.0130294
Vertex 9312 -0.0263171 0.178663 -0.00829314
Vertex 9313 -0.0628558 0.170957 -0.0505963
Vertex 9314 -0.0203373 0.158355 -0.00674555
Vertex 9315 0.0266877 0.104744 0.0387392
Vertex 9316 -0.0459915 0.152139 0.00880917
Vertex 9317 -0.0646654 0.132541 0.0415985
Vertex 9318 -0.0573808 0.129734 0.0381066
Vertex 9319 0.044441 0.093115 0.00120191
Vertex 9320 -0.088546 0.102334 0.0113879
Vertex 9321 -0.053626 0.1255 0.0365054
Vertex 9322 -0.0243375 0.1639 -0.00728245
Vertex 9323 0.0159567 0.120613 0.0338084
Vertex 9324 0.0305387 0.114047 0.0302625
Vertex 9325 -0.0225303 0.159751 -0.00283877
Vertex 9326 0.0458052 0.08902 0.00916777
Vertex 9327 -0.0859996 0.118394 -0.000793117
Vertex 9328 0.0454023 0.0875829 0.0161653
Vertex 9329 0.0366462 0.100736 0.0320541
Vertex 9330 0.0438672 0.0916755 -0.00180444
Vertex 9331 -0.0607941 0.143953 0.0367655
Vertex 9332 0.0355444 0.109985 0.0269213
Vertex 9333 0.0181166 0.118416 -0.011621
Vertex 9334 0.0093902 0.0739182 0.0557875
Vertex 9335 0.0102664 0.0739304 0.0552835
Vertex 9336 0.0111129 0.0739356 0.0547693
Vertex 9337 0.0120599 0.0739551 0.0543847
Vertex 9338 0.013184 0.0740073 0.0542309
Vertex 9339 0.0141451 0.0740257 0.0538731
Vertex 9340 0.0149724 0.0740286 0.0533099
Vertex 9341 0.0157288 0.0740195 0.0526622
Vertex 9342 0.0166416 0.0740317 0.0522091
Vertex 9343 0.0176795 0.0740469 0.0519763
Vertex 9344 0.0187407 0.0740964 0.0517477
Vertex 9345 0.0196906 0.074125 0.0513576
Vertex 9346 0.0205417 0.0741225 0.0508294
Vertex 9347 0.0213439 0.0741385 0.0502206
Vertex 9348 0.0220764 0.0741142 0.049509
Vertex 9349 0.0228611 0.0741302 0.0488936
Vertex 9350 0.0236414 0.0741206 0.0482553
Vertex 9351 0.0244049 0.0741131 0.0475942
Vertex 9352 0.0250862 0.0741055 0.0468243
Vertex 9353 0.025639 0.0740461 0.0458389
Vertex 9354 0.0262357 0.0740751 0.0449841
Vertex 9355 0.0271512 0.0740976 0.0445232
Vertex 9356 0.0280502 0.0740858 0.0440821
Vertex 9357 0.0290027 0.0741128 0.0436952
Vertex 9358 0.0298673 0.0740916 0.0431977
Vertex 9359 0.0305998 0.0741029 0.0424942
Vertex 9360 0.0313861 0.0740897 0.0418701
Vertex 9361 0.0321478 0.0740867 0.0412125
Vertex 9362 0.0328708 0.0740673 0.0404957
Vertex 9363 0.0337034 0.0740969 0.0399489
Vertex 9364 0.0345611 0.0740948 0.0394254
Vertex 9365 0.0353716 0.0741014 0.0388421
Vertex 9366 0.0361319 0.074097 0.0381795
Vertex 9367 0.0367705 0.074074 0.0373409
Vertex 9368 0.0373383 0.0740435 0.0363986
Vertex 9369 0.0379386 0.07401 0.0354837
Vertex 9370 0.0385799 0.0739884 0.0346445
Vertex 9371 0.0392087 0.0739776 0.0338431
Vertex 9372 0.0398305 0.0739567 0.0329917
Vertex 9373 0.0404449 0.0739232 0.0320846
Vertex 9374 0.0410157 0.0739041 0.031202
Vertex 9375 0.0415736 0.0738523 0.0301911
Vertex 9376 0.0421423 0.0738117 0.0292393
Vertex 9377 0.042672 0.0737568 0.0282004
Vertex 9378 0.0431795 0.0737197 0.0272167
Vertex 9379 0.0436314 0.0736519 0.026072
Vertex 9380 0.0440963 0.0735854 0.0249308
Vertex 9381 0.0445131 0.0735224 0.0237705
Vertex 9382 0.0449394 0.0734628 0.0226146
Vertex 9383 -0.0888952 0.137894 0.0271916
Vertex 9384 0.0407626 0.105627 0.00616707
Vertex 9385 0.038419 0.105512 0.0261645
Vertex 9386 0.0404448 0.0985503 0.0271661
Vertex 9387 -0.0492036 0.131059 0.0288275
Vertex 9388 -0.0503264 0.131112 0.0307063
Vertex 9389 0.0353256 0.109535 -0.00390394
Vertex 9390 -0.0524183 0.131115 0.0329855
Vertex 9391 -0.0531501 0.13113 0.0336749
Vertex 9392 -0.0629366 0.147438 -0.0146052
Vertex 9393 0.0405945 0.102819 0.0221712
Vertex 9394 0.0401875 0.102783 0.0241636
Vertex 9395 0.0250182 0.11137 0.036342
Vertex 9396 -0.0161012 0.16832 -0.0147108
Vertex 9397 -0.0528526 0.147782 0.0214111
Vertex 9398 -0.0160443 0.174209 -0.0181164
Vertex 9399 -0.0135602 0.174221 -0.0197865
Vertex 9400 -0.021529 0.17126 -0.0137526
Vertex 9401 -0.0526201 0.14007 0.0244025
Vertex 9402 0.040243 0.0970923 -0.00582991
Vertex 9403 0.0275361 0.10477 0.0382193
Vertex 9404 -0.0365356 0.155076 0.00317988
Vertex 9405 -0.0356646 0.155102 0.0026804
Vertex 9406 -0.0348371 0.155104 0.00211833
Vertex 9407 -0.0495888 0.146296 0.0105853
Vertex 9408 -0.0500812 0.146304 0.0115954
Vertex 9409 0.0329112 0.096871 0.0389677
Vertex 9410 -0.0252811 0.168282 -0.0104061
Vertex 9411 -0.0495972 0.118308 0.0316941
Vertex 9412 -0.053795 0.115431 0.0343764
Vertex 9413 -0.0660018 0.133981 0.0432166
Vertex 9414 -0.0929299 0.122874 0.0352771
Vertex 9415 -0.029909 0.0904807 -0.0265953
Vertex 9416 -0.0928176 0.120043 0.0102955
Vertex 9417 -0.0600502 0.143934 0.0360579
Vertex 9418 0.0258671 0.111418 0.0358303
Vertex 9419 -0.0549717 0.132532 0.0345672
Vertex 9420 -0.0571091 0.140994 0.0314586
Vertex 9421 0.0272041 0.0968528 0.0430049
Vertex 9422 -0.0195403 0.1757 -0.0161256
Vertex 9423 -0.0281276 0.163902 -0.00573037
Vertex 9424 -0.0107378 0.177152 -0.0244143
Vertex 9425 -0.0256504 0.178665 -0.00908499
Vertex 9426 -0.0943565 0.12553 0.0182582
Vertex 9427 -0.0209099 0.158178 -0.00579641
Vertex 9428 -0.0656393 0.145367 0.0403005
Vertex 9429 0.0371269 0.09285 0.0362758
Vertex 9430 -0.0640313 0.13251 0.040793
Vertex 9431 -0.0582589 0.129739 0.0385905
Vertex 9432 0.0441644 0.0931187 0.000177172
Vertex 9433 -0.0897267 0.135137 0.0262095
Vertex 9434 -0.0566171 0.135321 0.0339425
Vertex 9435 -0.0613494 0.131082 0.0393909
Vertex 9436 0.0208911 0.120687 0.0321527
Vertex 9437 -0.0287063 0.168278 -0.00832187
Vertex 9438 0.0275463 0.095549 0.0435012
Vertex 9439 -0.0673565 0.112647 0.0446949
Vertex 9440 -0.0599288 0.145383 0.0362513
Vertex 9441 -0.062214 0.131105 0.0398962
Vertex 9442 -0.0444555 0.121377 -0.0123561
Vertex 9443 -0.044143 0.159411 0.00624881
Vertex 9444 0.0456488 0.0861985 0.00518381
Vertex 9445 -0.0570307 0.151068 0.0316808
Vertex 9446 0.0400386 0.0871415 -0.0117889
Vertex 9447 -0.0636327 0.155181 -0.0386163
Vertex 9448 -0.0629696 0.131105 0.0405653
Vertex 9449 0.00942317 0.0752723 0.0558271
Vertex 9450 0.0102648 0.0752773 0.0552991
Vertex 9451 0.0111453 0.0752893 0.0548169
Vertex 9452 0.012216 0.0753282 0.0545969
Vertex 9453 0.0133103 0.0753629 0.0544488
Vertex 9454 0.0143121 0.0753991 0.0540935
Vertex 9455 0.0151412 0.0754034 0.0535569
Vertex 9456 0.0160506 0.0754058 0.0531341
Vertex 9457 0.0170529 0.075444 0.0528157
Vertex 9458 0.0180116 0.0754634 0.0524537
Vertex 9459 0.0189467 0.0754919 0.0520404
Vertex 9460 0.0197898 0.0754906 0.0515075
Vertex 9461 0.0205837 0.0754832 0.0508919
Vertex 9462 0.0213851 0.0754916 0.050294
Vertex 9463 0.0221612 0.0754835 0.0496518
Vertex 9464 0.0229768 0.0754886 0.0490742
Vertex 9465 0.0238113 0.0754906 0.0485213
Vertex 9466 0.0246103 0.075474 0.0479027
Vertex 9467 0.0253565 0.075473 0.0472224
Vertex 9468 0.0259518 0.075434 0.0462884
Vertex 9469 0.0265757 0.0754454 0.0454823
Vertex 9470 0.0274663 0.0754645 0.0450048
Vertex 9471 0.0283128 0.0754542 0.0444772
Vertex 9472 0.0291938 0.0754716 0.043989
Vertex 9473 0.0300773 0.0754873 0.0435133
Vertex 9474 0.0309112 0.0754873 0.0429619
Vertex 9475 0.0316901 0.0754766 0.0423249
Vertex 9476 0.0324423 0.0754774 0.0416539
Vertex 9477 0.0331199 0.0754691 0.0408773
Vertex 9478 0.0337836 0.0754424 0.0400679
Vertex 9479 0.0346025 0.0754478 0.0394941
Vertex 9480 0.035425 0.0754528 0.0389267
Vertex 9481 0.0361622 0.075448 0.0382492
Vertex 9482 0.0368364 0.0754262 0.037436
Vertex 9483 0.0374605 0.0754022 0.0365814
Vertex 9484 0.0380379 0.075373 0.0356471
Vertex 9485 0.0386345 0.0753534 0.0347776
Vertex 9486 0.0392221 0.075321 0.0338531
Vertex 9487 0.0398535 0.0752995 0.0330037
Vertex 9488 0.0404723 0.0752779 0.0321515
Vertex 9489 0.0410346 0.0752467 0.03121
Vertex 9490 0.0415613 0.0751972 0.0301802
Vertex 9491 0.0421217 0.0751567 0.0292241
Vertex 9492 0.042675 0.0751161 0.0282624
Vertex 9493 0.0432386 0.0750761 0.0273062
Vertex 9494 0.043716 0.0750115 0.0261739
Vertex 9495 0.0441351 0.0749462 0.0250125
Vertex 9496 0.044544 0.0748845 0.0238506
Vertex 9497 0.044971 0.0748214 0.0226935
Vertex 9498 0.0454055 0.0747572 0.0215389
Vertex 9499 0.0457818 0.0746903 0.0202853
Vertex 9500 -0.0521847 0.140082 0.0224024
Vertex 9501 0.0425362 0.0972508 -0.000830625
Vertex 9502 0.0436438 0.0973161 0.0031761
Vertex 9503 -0.0711713 0.176467 -0.0550529
Vertex 9504 -0.087232 0.102325 0.0223672
Vertex 9505 -0.066899 0.132617 0.0454244
Vertex 9506 -0.00121407 0.102594 0.0440764
Vertex 9507 -0.0303556 0.168269 -0.0071929
Vertex 9508 0.0186534 0.103359 0.0446898
Vertex 9509 0.0267956 0.111385 0.0354031
Vertex 9510 0.0276406 0.111416 0.0348725
Vertex 9511 -0.0242749 0.174204 -0.0124276
Vertex 9512 -0.0202598 0.174222 -0.0154191
Vertex 9513 -0.0385004 0.150676 0.00203305
Vertex 9514 -0.0362032 0.160944 0.000172036
Vertex 9515 -0.0415192 0.155101 0.00654483
Vertex 9516 -0.0406156 0.155109 0.0060988
Vertex 9517 -0.0381352 0.155099 0.00439417
Vertex 9518 -0.037361 0.155079 0.00374727
Vertex 9519 -0.0476849 0.146264 0.00805502
Vertex 9520 -0.048358 0.146267 0.00883601
Vertex 9521 -0.0490107 0.146266 0.00962371
Vertex 9522 -0.0568261 0.139571 0.0318926
Vertex 9523 -0.0560722 0.13957 0.0312222
Vertex 9524 -0.0535426 0.139527 0.0278286
Vertex 9525 0.0353489 0.0955322 0.0372114
Vertex 9526 -0.0654784 0.133956 0.0422213
Vertex 9527 -0.0666269 0.131204 0.0458398
Vertex 9528 -0.0775093 0.0961888 -0.0115304
Vertex 9529 -0.0672658 0.131206 0.0466969
Vertex 9530 -0.0712276 0.159591 -0.0429327
Vertex 9531 0.0408833 0.10285 0.0201769
Vertex 9532 -0.0501719 0.132485 0.029178
Vertex 9533 -0.0507215 0.132501 0.0301542
Vertex 9534 -0.0578499 0.140998 0.0321632
Vertex 9535 -0.0332327 0.160967 -0.000804209
Vertex 9536 -0.071875 0.136886 0.0488574
Vertex 9537 -0.017618 0.163994 -0.00984759
Vertex 9538 -0.0101902 0.177186 -0.0254506
Vertex 9539 0.0220735 0.113988 0.0356074
Vertex 9540 0.0366353 0.0982561 -0.0107953
Vertex 9541 -0.0215772 0.158162 -0.00503193
Vertex 9542 -0.0649431 0.145366 0.0395451
Vertex 9543 -0.0352015 0.153653 0.00157065
Vertex 9544 -0.0633147 0.132484 0.0400888
Vertex 9545 -0.0591545 0.129731 0.0390508
Vertex 9546 0.0419587 0.0958192 0.0261617
Vertex 9547 0.0435587 0.0959151 0.0211557
Vertex 9548 -0.0574217 0.135337 0.0345321
Vertex 9549 -0.0472578 0.121113 0.0280085
Vertex 9550 0.0217235 0.120687 0.0315848
Vertex 9551 0.0311284 0.103423 0.0364018
Vertex 9552 -0.0660205 0.131186 0.0449542
Vertex 9553 0.0453303 0.0875809 0.0171699
Vertex 9554 0.0200283 0.102079 0.0449293
Vertex 9555 -0.050269 0.11691 0.032477
Vertex 9556 -0.0710158 0.13691 0.0483444
Vertex 9557 0.0429561 0.100122 0.0141624
Vertex 9558 -0.0265893 0.161003 -0.00174275
Vertex 9559 -0.0626188 0.166275 -0.0435849
Vertex 9560 -0.0706254 0.129856 0.0506426
Vertex 9561 -0.0627171 0.147502 -0.0125815
Vertex 9562 -0.0616146 0.158432 -0.0255892
Vertex 9563 0.010276 0.076623 0.0552854
Vertex 9564 0.0111753 0.0766426 0.0548499
Vertex 9565 0.0122509 0.0766796 0.0546284
Vertex 9566 0.0134061 0.0767276 0.0545687
Vertex 9567 0.0143682 0.0767494 0.0542274
Vertex 9568 0.0153262 0.0767707 0.0538598
Vertex 9569 0.0163312 0.0767998 0.0535416
Vertex 9570 0.0172403 0.0768113 0.0531129
Vertex 9571 0.0181983 0.0768373 0.0527356
Vertex 9572 0.0190348 0.0768352 0.0521916
Vertex 9573 0.0198002 0.0768324 0.0515324
Vertex 9574 0.020602 0.0768409 0.0509288
Vertex 9575 0.0214316 0.0768422 0.0503677
Vertex 9576 0.0222613 0.0768462 0.049813
Vertex 9577 0.0231426 0.0768603 0.0493195
Vertex 9578 0.0239979 0.0768543 0.0488301
Vertex 9579 0.024828 0.0768588 0.0482443
Vertex 9580 0.0255432 0.0768418 0.0475089
Vertex 9581 0.0261579 0.0768253 0.0466356
Vertex 9582 0.0268748 0.0768062 0.0459093
Vertex 9583 0.0276842 0.0768145 0.0453329
Vertex 9584 0.0284966 0.0768217 0.0447581
Vertex 9585 0.0293522 0.0768437 0.0442363
Vertex 9586 0.0301995 0.0768447 0.0437008
Vertex 9587 0.0310665 0.0768618 0.0431993
Vertex 9588 0.0318624 0.0768516 0.0425881
Vertex 9589 0.0326237 0.0768475 0.0419257
Vertex 9590 0.0333079 0.0768384 0.0411622
Vertex 9591 0.0339687 0.0768049 0.0403387
Vertex 9592 0.0347021 0.0768104 0.0396564
Vertex 9593 0.0354665 0.0768048 0.0390018
Vertex 9594 0.0361753 0.0767902 0.0382584
Vertex 9595 0.0368491 0.0767795 0.0374896
Vertex 9596 0.0374841 0.076757 0.0366434
Vertex 9597 0.0381071 0.0767371 0.0357901
Vertex 9598 0.0386883 0.0767039 0.0348633
Vertex 9599 0.0392901 0.0766734 0.0339466
Vertex 9600 0.0398861 0.0766416 0.0330246
Vertex 9601 0.0405001 0.076619 0.0321646
Vertex 9602 0.0410646 0.07659 0.0312229
Vertex 9603 0.0415736 0.0765545 0.0302447
Vertex 9604 0.0420847 0.0764929 0.0291356
Vertex 9605 0.0426389 0.0764517 0.0281735
Vertex 9606 0.0431893 0.0764104 0.0272109
Vertex 9607 0.0436976 0.0763605 0.0261605
Vertex 9608 0.0441778 0.076309 0.025099
Vertex 9609 0.044615 0.0762444 0.0239446
Vertex 9610 0.0450661 0.0761937 0.0228711
Vertex 9611 0.0454669 0.0761165 0.0216249
Vertex 9612 0.045843 0.0760483 0.0203743
Vertex 9613 0.0461172 0.0759623 0.0190037
Vertex 9614 0.043113 0.0972735 0.00118522
Vertex 9615 0.0433792 0.0972945 0.00218055
Vertex 9616 0.0428516 0.0972538 0.000192155
Vertex 9617 0.0422051 0.0972089 -0.00180239
Vertex 9618 -0.0635357 0.119961 0.0469254
Vertex 9619 -0.0467235 0.128128 0.0253508
Vertex 9620 -0.00995662 0.169734 -0.0198047
Vertex 9621 -0.0135581 0.166929 -0.0145181
Vertex 9622 0.019545 0.103378 0.0442321
Vertex 9623 0.0373005 0.103362 0.0294506
Vertex 9624 0.0284806 0.111435 0.0343318
Vertex 9625 -0.026505 0.174198 -0.0103819
Vertex 9626 -0.0358918 0.166781 -0.00116722
Vertex 9627 -0.0376796 0.16681 0.00156763
Vertex 9628 -0.0478768 0.15504 0.00962757
Vertex 9629 -0.0470469 0.155045 0.00906939
Vertex 9630 -0.0451864 0.146266 0.00463419
Vertex 9631 -0.0458225 0.146281 0.00549558
Vertex 9632 0.0412879 0.0914659 -0.00877665
Vertex 9633 -0.0470607 0.146242 0.00718592
Vertex 9634 -0.059344 0.139552 0.0335155
Vertex 9635 -0.0584486 0.139576 0.0330542
Vertex 9636 -0.0576346 0.139576 0.0324737
Vertex 9637 -0.0612769 0.133878 0.0377403
Vertex 9638 -0.0629724 0.133897 0.038809
Vertex 9639 -0.0637361 0.133925 0.0394224
Vertex 9640 -0.0643911 0.133918 0.0402655
Vertex 9641 -0.0649507 0.13395 0.041174
Vertex 9642 -0.0160192 0.104518 -0.0227486
Vertex 9643 -0.0624265 0.163056 -0.0535855
Vertex 9644 0.0452819 0.0932028 0.00617084
Vertex 9645 0.0393368 0.0984458 -0.00682083
Vertex 9646 0.0410804 0.10284 0.0191681
Vertex 9647 -0.0893883 0.0956403 0.0164184
Vertex 9648 -0.0586032 0.141 0.0328315
Vertex 9649 -0.0543206 0.140979 0.0284164
Vertex 9650 -0.00956353 0.172645 -0.0227849
Vertex 9651 -0.0165661 0.163924 -0.0100865
Vertex 9652 -0.0211568 0.177178 -0.0149257
Vertex 9653 0.0415318 0.09261 0.0284783
Vertex 9654 -0.0401471 0.163848 0.00326215
Vertex 9655 -0.0419021 0.157999 0.00424081
Vertex 9656 -0.0593675 0.145365 0.0352791
Vertex 9657 -0.0634881 0.121359 0.0469409
Vertex 9658 -0.0599006 0.132533 0.037981
Vertex 9659 -0.0650557 0.129761 0.0446036
Vertex 9660 0.0283827 0.10475 0.0376855
Vertex 9661 -0.078373 0.161039 -0.0249642
Vertex 9662 0.00906582 0.123154 0.0343752
Vertex 9663 -0.0528207 0.121242 0.0358805
Vertex 9664 -0.0479877 0.121051 0.028756
Vertex 9665 0.023086 0.119339 0.0317977
Vertex 9666 -0.0462852 0.149202 0.00834502
Vertex 9667 0.0452979 0.0875774 0.0181674
Vertex 9668 -0.0202678 0.159643 -0.00488449
Vertex 9669 0.0280693 0.112767 0.0337398
Vertex 9670 0.0358259 0.0928903 0.0378885
Vertex 9671 -0.0679264 0.131258 0.0474463
Vertex 9672 -0.0494476 0.122586 0.0319364
Vertex 9673 0.0449595 0.0889486 0.000172046
Vertex 9674 -0.0555411 0.128344 0.0372391
Vertex 9675 -0.0707237 0.135491 0.0487549
Vertex 9676 -0.0542782 0.132533 0.0338047
Vertex 9677 0.044262 0.0945325 0.00218274
Vertex 9678 0.0102029 0.0779579 0.0551886
Vertex 9679 0.011103 0.0779768 0.0547588
Vertex 9680 0.0121741 0.0780107 0.0545179
Vertex 9681 0.013384 0.078066 0.0545225
Vertex 9682 0.0144021 0.0780973 0.054252
Vertex 9683 0.0154243 0.0781303 0.053988
Vertex 9684 0.0163345 0.0781449 0.0535802
Vertex 9685 0.0173388 0.0781757 0.0532571
Vertex 9686 0.0181919 0.0781799 0.0527467
Vertex 9687 0.0190515 0.0781917 0.0522129
Vertex 9688 0.0197913 0.0781802 0.0515303
Vertex 9689 0.0206498 0.0781917 0.0510092
Vertex 9690 0.0214935 0.0781932 0.0504764
Vertex 9691 0.0223647 0.0782061 0.0499784
Vertex 9692 0.0232091 0.0782074 0.0494446
Vertex 9693 0.0241031 0.0782197 0.0489777
Vertex 9694 0.0249209 0.0782259 0.0483953
Vertex 9695 0.0256558 0.0782254 0.0477034
Vertex 9696 0.0263146 0.0782009 0.0468843
Vertex 9697 0.0270307 0.0781852 0.0461538
Vertex 9698 0.0278367 0.0781921 0.0455692
Vertex 9699 0.0286115 0.078186 0.0449305
Vertex 9700 0.0294369 0.0781918 0.0443709
Vertex 9701 0.0302902 0.078207 0.0438447
Vertex 9702 0.0311358 0.0782102 0.04331
Vertex 9703 0.0319454 0.0782138 0.0427262
Vertex 9704 0.0326986 0.0781958 0.0420379
Vertex 9705 0.0334291 0.0781951 0.0413414
Vertex 9706 0.0341204 0.0781827 0.0405841
Vertex 9707 0.0348071 0.0781711 0.0398247
Vertex 9708 0.0355131 0.0781566 0.0390786
Vertex 9709 0.0361586 0.0781359 0.0382445
Vertex 9710 0.0368134 0.0781201 0.03746
Vertex 9711 0.0374548 0.0781001 0.0366194
Vertex 9712 0.0381002 0.078079 0.0357853
Vertex 9713 0.0387571 0.0780554 0.0349576
Vertex 9714 0.0393814 0.0780345 0.0341058
Vertex 9715 0.0399371 0.077993 0.0331058
Vertex 9716 0.0405297 0.0779725 0.0322363
Vertex 9717 0.0410972 0.0779427 0.031296
Vertex 9718 0.0415851 0.0779004 0.0302476
Vertex 9719 0.0420852 0.077848 0.0291974
Vertex 9720 0.0425828 0.0778099 0.0282065
Vertex 9721 0.0432025 0.0777701 0.0272794
Vertex 9722 0.0436886 0.0777182 0.0262206
Vertex 9723 0.0441945 0.077668 0.0251701
Vertex 9724 0.0446992 0.0776181 0.0241159
Vertex 9725 0.0451425 0.0775553 0.0229667
Vertex 9726 0.0455444 0.0774866 0.0217209
Vertex 9727 0.0458807 0.0774123 0.0204549
Vertex 9728 0.0461466 0.0773319 0.0190905
Vertex 9729 0.0373574 0.0841251 -0.0157743
Vertex 9730 0.0456324 0.0875991 0.0131626
Vertex 9731 0.0464327 0.0769932 0.014129
Vertex 9732 -0.083856 0.108875 0.00233606
Vertex 9733 -0.0295018 0.159581 0.00108834
Vertex 9734 0.0407616 0.105622 0.0111617
Vertex 9735 -0.0138894 0.183111 -0.0237643
Vertex 9736 0.038441 0.100665 0.0293761
Vertex 9737 0.0390213 0.100628 0.0284944
Vertex 9738 0.0366464 0.103365 0.0302885
Vertex 9739 0.0292794 0.111414 0.0337321
Vertex 9740 -0.0283944 0.174224 -0.00779385
Vertex 9741 -0.0347686 0.16678 -0.00304399
Vertex 9742 0.0291715 0.104768 0.0370747
Vertex 9743 0.0413201 0.104267 0.012164
Vertex 9744 0.0299951 0.111426 0.0329993
Vertex 9745 -0.0623578 0.139562 0.0361839
Vertex 9746 -0.0616452 0.139553 0.0354433
Vertex 9747 -0.0609826 0.13955 0.0346529
Vertex 9748 -0.0602761 0.139548 0.0339321
Vertex 9749 -0.0585604 0.133937 0.0364008
Vertex 9750 -0.0594536 0.133932 0.0368692
Vertex 9751 -0.0603715 0.133894 0.0372893
Vertex 9752 -0.0623186 0.155306 -0.0155862
Vertex 9753 -0.0933662 0.126937 0.0262691
Vertex 9754 -0.0278391 0.168266 -0.00883037
Vertex 9755 0.0457806 0.0890199 0.00717609
Vertex 9756 -0.0850765 0.107567 0.00438106
Vertex 9757 -0.0516941 0.147804 0.0164166
Vertex 9758 0.0441233 0.0959295 0.00318315
Vertex 9759 0.0399617 0.0984844 -0.00581339
Vertex 9760 -0.0750322 0.144421 -0.00688246
Vertex 9761 -0.0640239 0.14106 0.0390925
Vertex 9762 -0.0250309 0.172718 -0.0117738
Vertex 9763 -0.0335527 0.156609 0.00223348
Vertex 9764 -0.0120489 0.177175 -0.0228491
Vertex 9765 -0.0278278 0.177181 -0.00696301
Vertex 9766 0.0204347 0.103384 0.043762
Vertex 9767 -0.0394934 0.163848 0.00245451
Vertex 9768 -0.0427881 0.157985 0.00470835
Vertex 9769 -0.0589607 0.145338 0.0340833
Vertex 9770 0.0398803 0.0927067 0.0314285
Vertex 9771 -0.0590047 0.132542 0.0375172
Vertex 9772 -0.0656415 0.129793 0.0454963
Vertex 9773 0.0451851 0.0861731 0.0211635
Vertex 9774 -0.0817276 0.0964548 -0.00656413
Vertex 9775 0.0100844 0.123139 0.0340691
Vertex 9776 -0.0535677 0.121244 0.0365515
Vertex 9777 0.0437257 0.0902921 0.0241674
Vertex 9778 0.0428831 0.0902351 0.0261862
Vertex 9779 0.04335 0.0902653 0.0251673
Vertex 9780 0.0300054 0.104778 0.0365239
Vertex 9781 -0.072674 0.131225 0.051196
Vertex 9782 -0.0641358 0.117113 0.0460384
Vertex 9783 0.0378723 0.109729 0.00416584
Vertex 9784 -0.0241791 0.159685 -0.00173809
Vertex 9785 -0.0385777 0.1595 0.00203018
Vertex 9786 -0.0500289 0.122604 0.03284
Vertex 9787 -0.0624131 0.11535 0.0394932
Vertex 9788 -0.0625354 0.122703 0.0447625
Vertex 9789 -0.0689 0.115705 0.0512836
Vertex 9790 -0.0516419 0.126901 0.0340875
Vertex 9791 -0.0618586 0.161576 -0.034591
Vertex 9792 0.0100662 0.0792875 0.0550109
Vertex 9793 0.0110253 0.0793101 0.0546505
Vertex 9794 0.0120332 0.0793354 0.0543348
Vertex 9795 0.0131787 0.0793804 0.0542326
Vertex 9796 0.0142616 0.0794232 0.0540604
Vertex 9797 0.0152869 0.0794603 0.0538116
Vertex 9798 0.016253 0.0794879 0.0534651
Vertex 9799 0.017256 0.079507 0.0531399
Vertex 9800 0.0181719 0.0795251 0.0527143
Vertex 9801 0.0190476 0.0795376 0.0522219
Vertex 9802 0.0198481 0.0795335 0.0516115
Vertex 9803 0.0206734 0.0795401 0.0510479
Vertex 9804 0.0215152 0.0795452 0.0505127
Vertex 9805 0.0223647 0.0795488 0.0499944
Vertex 9806 0.0232695 0.0795597 0.0495474
Vertex 9807 0.0241683 0.0795725 0.0490812
Vertex 9808 0.024983 0.0795787 0.048494
Vertex 9809 0.0257124 0.0795754 0.0477924
Vertex 9810 0.0263535 0.0795425 0.0469281
Vertex 9811 0.0270604 0.0795391 0.0462139
Vertex 9812 0.0278273 0.0795375 0.0455649
Vertex 9813 0.0286155 0.0795328 0.044942
Vertex 9814 0.0294578 0.079544 0.0444105
Vertex 9815 0.0302795 0.0795477 0.0438394
Vertex 9816 0.0311277 0.0795524 0.0433085
Vertex 9817 0.0319539 0.0795563 0.0427459
Vertex 9818 0.0327302 0.0795508 0.0421017
Vertex 9819 0.0335012 0.0795469 0.0414506
Vertex 9820 0.0342103 0.0795441 0.0407378
Vertex 9821 0.0348653 0.0795228 0.0399156
Vertex 9822 0.0355134 0.0795005 0.0390801
Vertex 9823 0.0361188 0.0794771 0.0382118
Vertex 9824 0.0367263 0.0794489 0.0373046
Vertex 9825 0.037431 0.0794424 0.0366005
Vertex 9826 0.0381363 0.0794306 0.0358549
Vertex 9827 0.0388132 0.0794166 0.0350891
Vertex 9828 0.0394095 0.0793879 0.0341721
Vertex 9829 0.0399868 0.0793585 0.0332409
Vertex 9830 0.0405765 0.0793262 0.0323176
Vertex 9831 0.0411288 0.0792971 0.0313687
Vertex 9832 0.0416337 0.0792551 0.0303335
Vertex 9833 0.042117 0.0792074 0.0292753
Vertex 9834 0.0425933 0.0791563 0.0282081
Vertex 9835 0.0431809 0.0791159 0.0272636
Vertex 9836 0.0437324 0.0790794 0.0263023
Vertex 9837 0.0441999 0.0790177 0.0251667
Vertex 9838 0.04471 0.0789677 0.024116
Vertex 9839 0.0451596 0.0789195 0.0230398
Vertex 9840 0.0455563 0.078849 0.0217954
Vertex 9841 0.0458875 0.0787805 0.0205292
Vertex 9842 0.0461192 0.0786876 0.0190773
Vertex 9843 0.0461881 0.0785676 0.017326
Vertex 9844 0.0462455 0.0784487 0.0155769
Vertex 9845 -0.0494399 0.119744 0.0319359
Vertex 9846 0.0144595 0.121944 0.0333941
Vertex 9847 -0.0602298 0.119796 0.0409592
Vertex 9848 -0.0350082 0.162373 -0.00163299
Vertex 9849 -0.056511 0.121265 0.0393235
Vertex 9850 -0.0884166 0.13498 0.0042424
Vertex 9851 0.0347714 0.100763 0.034674
Vertex 9852 0.0379635 0.103337 0.0286718
Vertex 9853 0.030718 0.111397 0.0323042
Vertex 9854 -0.0308563 0.174216 -0.00433975
Vertex 9855 -0.0334339 0.166782 -0.00461644
Vertex 9856 -0.0062818 0.102371 0.0437669
Vertex 9857 -0.0234208 0.172725 -0.0129655
Vertex 9858 -0.0242433 0.172722 -0.0123976
Vertex 9859 -0.0640511 0.139618 0.0390194
Vertex 9860 -0.0635247 0.139599 0.0380296
Vertex 9861 -0.055443 0.13396 0.033868
Vertex 9862 -0.0561584 0.13394 0.0346041
Vertex 9863 -0.056914 0.133942 0.035273
Vertex 9864 -0.0576807 0.133928 0.0359191
Vertex 9865 0.0313753 0.111403 0.0314731
Vertex 9866 -0.0425303 0.153621 0.00682011
Vertex 9867 -0.0853172 0.110382 0.0233555
Vertex 9868 0.0354061 0.0981387 0.0355669
Vertex 9869 -0.0319114 0.16826 -0.00591385
Vertex 9870 -0.0891175 0.0983455 0.0194044
Vertex 9871 0.0264007 0.116693 0.0313169
Vertex 9872 0.0246987 0.1167 0.0323736
Vertex 9873 -0.0571826 0.122684 0.0401181
Vertex 9874 0.0442909 0.0959534 0.0041727
Vertex 9875 -0.0829532 0.112769 0.000219247
Vertex 9876 0.0387126 0.0984064 -0.00782785
Vertex 9877 -0.0803464 0.147298 -0.000827063
Vertex 9878 0.0393128 0.0955964 -0.00780286
Vertex 9879 -0.064598 0.141073 0.0399979
Vertex 9880 0.0406981 0.104234 0.0181671
Vertex 9881 -0.0344217 0.156595 0.00275895
Vertex 9882 -0.0203438 0.180146 -0.0154935
Vertex 9883 -0.0271652 0.177189 -0.00775302
Vertex 9884 -0.0203988 0.177179 -0.0155929
Vertex 9885 -0.0309707 0.163858 -0.00458082
Vertex 9886 -0.0548214 0.143869 0.0295389
Vertex 9887 -0.0584473 0.145323 0.0330944
Vertex 9888 -0.0464525 0.146291 0.00643191
Vertex 9889 -0.0581184 0.132538 0.0370402
Vertex 9890 -0.0538087 0.119788 0.0361741
Vertex 9891 -0.0578787 0.118384 0.0390612
Vertex 9892 0.023524 0.11536 0.0341991
Vertex 9893 -0.0599597 0.121237 0.0413621
Vertex 9894 0.0455164 0.0904085 0.0121603
Vertex 9895 -0.0470106 0.149195 0.00904699
Vertex 9896 -0.0789343 0.0700266 0.0104198
Vertex 9897 -0.0686207 0.128453 0.0500102
Vertex 9898 0.0387661 0.0870401 -0.0137857
Vertex 9899 0.0201914 0.117982 0.0346477
Vertex 9900 -0.0636966 0.117092 0.044917
Vertex 9901 -0.0633087 0.117017 0.0436447
Vertex 9902 -0.0618119 0.115344 0.0386033
Vertex 9903 0.040969 0.0926354 0.0294955
Vertex 9904 0.0335081 0.0942386 0.0398247
Vertex 9905 -0.0684451 0.117201 0.0519481
Vertex 9906 -0.0528554 0.116872 0.0339893
Vertex 9907 0.0253964 0.0981715 0.0439168
Vertex 9908 -0.0608025 0.132515 0.0384279
Vertex 9909 0.00992987 0.0806149 0.0548353
Vertex 9910 0.010878 0.0806434 0.0544608
Vertex 9911 0.0118445 0.0806629 0.0540991
Vertex 9912 0.0129121 0.0806948 0.0538726
Vertex 9913 0.0139994 0.0807368 0.0537041
Vertex 9914 0.0150227 0.080777 0.0534508
Vertex 9915 0.0160357 0.0807986 0.0531419
Vertex 9916 0.0170456 0.0808203 0.0528345
Vertex 9917 0.0180138 0.0808533 0.0524986
Vertex 9918 0.0189066 0.0808659 0.0520326
Vertex 9919 0.0197271 0.0808668 0.051456
Vertex 9920 0.0205921 0.0807207 0.0509473
Vertex 9921 0.0214733 0.0808843 0.0504673
Vertex 9922 0.0224079 0.0809035 0.0500644
Vertex 9923 0.0233172 0.0809188 0.0496338
Vertex 9924 0.0241695 0.0809229 0.0490966
Vertex 9925 0.0249548 0.0809223 0.0484627
Vertex 9926 0.0256741 0.0809122 0.047736
Vertex 9927 0.0263623 0.0808978 0.0469671
Vertex 9928 0.0270479 0.080882 0.0462053
Vertex 9929 0.02777 0.0808734 0.0454779
Vertex 9930 0.028524 0.0808687 0.0448153
Vertex 9931 0.0293569 0.0808765 0.0442663
Vertex 9932 0.0302023 0.0808798 0.0437374
Vertex 9933 0.0310862 0.0808926 0.0432566
Vertex 9934 0.0319146 0.0808971 0.042698
Vertex 9935 0.0327323 0.0809002 0.0421262
Vertex 9936 0.0334855 0.0808915 0.0414362
Vertex 9937 0.0342014 0.0808856 0.0407312
Vertex 9938 0.0348585 0.0808647 0.0399076
Vertex 9939 0.0354622 0.0808406 0.0390375
Vertex 9940 0.03603 0.0808066 0.0380541
Vertex 9941 0.0366921 0.0807912 0.0372758
Vertex 9942 0.0374146 0.0807844 0.0365828
Vertex 9943 0.0381262 0.080772 0.035847
Vertex 9944 0.0388076 0.0807597 0.0350812
Vertex 9945 0.0394316 0.0807401 0.0342345
Vertex 9946 0.0399613 0.0806226 0.0334139
Vertex 9947 0.0406295 0.0806796 0.0323988
Vertex 9948 0.0411698 0.0806497 0.0314486
Vertex 9949 0.0416487 0.0806113 0.0304012
Vertex 9950 0.0421516 0.0805501 0.0292856
Vertex 9951 0.0426825 0.0805137 0.0283126
Vertex 9952 0.0432388 0.0804742 0.027354
Vertex 9953 0.0437773 0.0804492 0.0262342
Vertex 9954 0.0442212 0.0804374 0.0252067
Vertex 9955 0.044682 0.0804275 0.0241291
Vertex 9956 0.0458285 0.0801218 0.0204223
Vertex 9957 0.0460177 0.0800284 0.0189631
Vertex 9958 0.00612795 0.107304 -0.0203065
Vertex 9959 -0.0314363 0.171254 -0.00518552
Vertex 9960 0.0359645 0.0981106 0.0346243
Vertex 9961 0.0365334 0.0980835 0.033685
Vertex 9962 0.0372061 0.0980869 0.0328651
Vertex 9963 0.0378754 0.0980648 0.0320906
Vertex 9964 -0.0262192 0.162456 -0.00472466
Vertex 9965 0.0315208 0.0994913 0.038731
Vertex 9966 0.0340782 0.100772 0.035418
Vertex 9967 0.0385436 0.103322 0.0277283
Vertex 9968 0.0320171 0.111398 0.0306261
Vertex 9969 -0.0302069 0.174221 -0.00514504
Vertex 9970 -0.0301141 0.166809 -0.00684471
Vertex 9971 -0.023191 0.178657 -0.0125853
Vertex 9972 -0.06629 0.139698 0.0427919
Vertex 9973 -0.0669079 0.139705 0.0437201
Vertex 9974 -0.05391 0.13392 0.032587
Vertex 9975 -0.0546568 0.133929 0.033262
Vertex 9976 -0.0623017 0.163119 -0.0425932
Vertex 9977 0.0326456 0.111384 0.0297678
Vertex 9978 0.0332874 0.111381 0.0289227
Vertex 9979 0.0213206 0.103387 0.0432887
Vertex 9980 -0.0553875 0.143884 0.0305002
Vertex 9981 0.032332 0.110047 0.0311032
Vertex 9982 -0.027189 0.162441 -0.00437298
Vertex 9983 -0.0667548 0.115724 0.0491405
Vertex 9984 -0.0624218 0.113827 0.0376933
Vertex 9985 -0.0668542 0.114225 0.0472279
Vertex 9986 0.0255211 0.116701 0.0317994
Vertex 9987 -0.0655655 0.115703 0.0473772
Vertex 9988 -0.0359664 0.162375 -0.00125909
Vertex 9989 -0.0623926 0.155248 -0.0336012
Vertex 9990 0.0448999 0.0861351 0.000186186
Vertex 9991 0.0413096 0.0957202 -0.00478826
Vertex 9992 -0.0657925 0.14111 0.0417765
Vertex 9993 0.0408211 0.10424 0.0171662
Vertex 9994 -0.0369817 0.156591 0.00432745
Vertex 9995 -0.0177948 0.161129 -0.00657359
Vertex 9996 -0.0932761 0.122751 0.0112823
Vertex 9997 -0.0196064 0.177176 -0.0161969
Vertex 9998 -0.019553 0.163976 -0.00913576
Vertex 9999 0.02054 0.116646 0.0351499
Vertex 10000 0.0419877 0.102851 0.0121565
Vertex 10001 -0.0537032 0.140954 0.0276054
Vertex 10002 -0.0513643 0.132495 0.031006
Vertex 10003 -0.057003 0.128342 0.0386502
Vertex 10004 0.0414492 0.10286 0.0161642
Vertex 10005 -0.0347085 0.169768 -0.00115359
Vertex 10006 0.043448 0.0916342 -0.00278755
Vertex 10007 -0.0607789 0.121227 0.0419471
Vertex 10008 -0.0806197 0.114932 0.047462
Vertex 10009 -0.048265 0.136372 0.0159973
Vertex 10010 -0.050492 0.149246 0.012837
Vertex 10011 -0.0480399 0.136313 0.0145941
Vertex 10012 -0.0693797 0.128452 0.0506772
Vertex 10013 -0.0509981 0.147813 0.0138388
Vertex 10014 -0.0409256 0.153594 0.00561766
Vertex 10015 0.026251 0.103389 0.0398709
Vertex 10016 -0.062851 0.116991 0.0425454
Vertex 10017 -0.0624013 0.116928 0.041368
Vertex 10018 -0.00990791 0.168128 -0.0187599
Vertex 10019 -0.0574019 0.116942 0.0379675
Vertex 10020 -0.0565657 0.11693 0.0374284
Vertex 10021 -0.064655 0.115706 0.0452756
Vertex 10022 0.00698645 0.0818884 0.0558396
Vertex 10023 0.00799401 0.0819204 0.0555296
Vertex 10024 0.00894357 0.0819404 0.0551438
Vertex 10025 0.00990951 0.0819581 0.0548044
Vertex 10026 0.0108109 0.0819726 0.0543646
Vertex 10027 0.0116998 0.0819851 0.0538895
Vertex 10028 0.0126468 0.0820043 0.0535026
Vertex 10029 0.0136708 0.0820393 0.0532361
Vertex 10030 0.0146913 0.0820798 0.0529703
Vertex 10031 0.0157074 0.0821031 0.0526782
Vertex 10032 0.0167269 0.0821369 0.052401
Vertex 10033 0.0177377 0.0821568 0.0520978
Vertex 10034 0.0186318 0.0821747 0.0516425
Vertex 10035 0.0195225 0.0821843 0.0511684
Vertex 10036 0.020479 0.0822082 0.0508036
Vertex 10037 0.0214495 0.0822346 0.0504578
Vertex 10038 0.0223756 0.0822421 0.0500191
Vertex 10039 0.0232238 0.0822541 0.0494986
Vertex 10040 0.0240603 0.0822578 0.0489414
Vertex 10041 0.0248435 0.0822524 0.0483141
Vertex 10042 0.025553 0.0822419 0.0475803
Vertex 10043 0.026308 0.0822369 0.0469135
Vertex 10044 0.0270529 0.0822264 0.0462092
Vertex 10045 0.0277791 0.0822205 0.0455159
Vertex 10046 0.0284244 0.0822003 0.0446831
Vertex 10047 0.0291993 0.0821983 0.0440432
Vertex 10048 0.0300675 0.0822073 0.0435477
Vertex 10049 0.0309512 0.0822193 0.0430727
Vertex 10050 0.0318377 0.0822312 0.0425933
Vertex 10051 0.03264 0.0822319 0.0419892
Vertex 10052 0.033406 0.0822268 0.04133
Vertex 10053 0.03413 0.0822192 0.0406334
Vertex 10054 0.0347852 0.0821986 0.0398055
Vertex 10055 0.0353694 0.082169 0.0388786
Vertex 10056 0.0359801 0.0821479 0.0380155
Vertex 10057 0.0366613 0.0821332 0.0372523
Vertex 10058 0.0373859 0.082128 0.0365587
Vertex 10059 0.0380671 0.0821074 0.0357563
Vertex 10060 0.0387814 0.0821002 0.0350599
Vertex 10061 0.0394621 0.0820907 0.0342997
Vertex 10062 0.0400834 0.082061 0.0334038
Vertex 10063 0.0406549 0.0820323 0.0324674
Vertex 10064 0.041166 0.0819934 0.0314416
Vertex 10065 0.0416732 0.0819555 0.0304093
Vertex 10066 0.042201 0.0819186 0.0294354
Vertex 10067 0.0427673 0.0818692 0.0284169
Vertex 10068 0.0433132 0.0818321 0.0274518
Vertex 10069 0.0438502 0.081834 0.0262681
Vertex 10070 0.0237088 0.0942271 0.0467477
Vertex 10071 0.0413648 0.0939401 0.0283252
Vertex 10072 -0.0752504 0.177839 -0.0529463
Vertex 10073 0.0153592 0.0953434 0.0487033
Vertex 10074 -0.0520342 0.116871 0.0334143
Vertex 10075 -0.0900898 0.119956 0.00430245
Vertex 10076 0.030344 0.1101 0.0335023
Vertex 10077 -0.0398973 0.160894 0.00183362
Vertex 10078 -0.0654403 0.114174 0.0440564
Vertex 10079 -0.031704 0.172718 -0.00384226
Vertex 10080 0.0336533 0.110026 0.0294894
Vertex 10081 0.023814 0.119372 0.031074
Vertex 10082 0.0321818 0.0994934 0.0379171
Vertex 10083 0.033357 0.100796 0.0361067
Vertex 10084 0.0420206 0.092566 0.0274869
Vertex 10085 0.0345089 0.111329 0.0271807
Vertex 10086 0.022982 0.114019 0.0351746
Vertex 10087 -0.0275254 0.1668 -0.00838328
Vertex 10088 -0.0444883 0.150664 0.00744383
Vertex 10089 -0.0681226 0.115765 0.0506532
Vertex 10090 -0.0675712 0.139722 0.0445155
Vertex 10091 -0.0532046 0.133931 0.0318349
Vertex 10092 0.0369028 0.0954111 -0.0108822
Vertex 10093 0.0425779 0.0929869 -0.00379718
Vertex 10094 0.0459145 0.0862168 0.00717824
Vertex 10095 0.0356112 0.0942094 0.0375896
Vertex 10096 0.0349485 0.0942163 0.0384062
Vertex 10097 -0.0451092 0.153606 0.00834539
Vertex 10098 0.0214 0.116687 0.0346491
Vertex 10099 -0.0832913 0.0938266 -0.00556456
Vertex 10100 -0.0237994 0.178657 -0.0117033
Vertex 10101 -0.0417663 0.162365 0.00442786
Vertex 10102 -0.0607717 0.113836 0.03657
Vertex 10103 -0.0616758 0.113831 0.0370124
Vertex 10104 -0.0674289 0.114212 0.0481237
Vertex 10105 0.0217345 0.0994968 0.0456553
Vertex 10106 -0.0326318 0.168236 -0.00522072
Vertex 10107 0.0231488 0.116662 0.0336476
Vertex 10108 -0.0624191 0.163107 -0.0445959
Vertex 10109 -0.0901544 0.148798 0.0121684
Vertex 10110 -0.0582078 0.148218 0.0334722
Vertex 10111 -0.0663625 0.141125 0.0427387
Vertex 10112 -0.0659446 0.146784 0.0398667
Vertex 10113 -0.0360977 0.156596 0.00383263
Vertex 10114 -0.03739 0.165304 0.000185179
Vertex 10115 -0.0629277 0.161435 -0.0535909
Vertex 10116 -0.0188551 0.177186 -0.0168879
Vertex 10117 -0.0185844 0.16399 -0.00948536
Vertex 10118 0.0308134 0.104771 0.0359398
Vertex 10119 -0.0233106 0.15969 -0.00223977
Vertex 10120 0.025787 0.114054 0.0339562
Vertex 10121 0.0239825 0.114006 0.0348506
Vertex 10122 -0.0630684 0.138136 0.036884
Vertex 10123 0.0419002 0.102864 0.0131587
Vertex 10124 -0.0311093 0.169745 -0.00652433
Vertex 10125 0.0445386 0.0917351 0.000179816
Vertex 10126 -0.0615042 0.121243 0.0426924
Vertex 10127 0.0456475 0.0890064 0.00517807
Vertex 10128 0.0250825 0.10872 0.0381638
Vertex 10129 -0.0584166 0.126929 0.0401124
Vertex 10130 -0.0575286 0.126935 0.0396404
Vertex 10131 -0.0566945 0.126945 0.0390945
Vertex 10132 -0.0559448 0.126938 0.0384169
Vertex 10133 -0.0278327 0.179989 -0.0150111
Vertex 10134 0.0226208 0.102094 0.0434114
Vertex 10135 -0.0140602 0.172758 -0.0187663
Vertex 10136 -0.0631576 0.119928 0.0457283
Vertex 10137 -0.0197554 0.158352 -0.00754965
Vertex 10138 -0.0148886 0.169807 -0.0164639
Vertex 10139 0.0259904 0.108758 0.0377477
Vertex 10140 0.00620145 0.0832401 0.0564613
Vertex 10141 0.00716038 0.0832586 0.0561062
Vertex 10142 0.00817319 0.0832888 0.0558122
Vertex 10143 0.00912223 0.0833108 0.0554277
Vertex 10144 0.0100166 0.0833203 0.0549696
Vertex 10145 0.0109129 0.0833325 0.0545132
Vertex 10146 0.0117318 0.0833298 0.0539432
Vertex 10147 0.0125192 0.0833344 0.053329
Vertex 10148 0.0134353 0.0833572 0.0528968
Vertex 10149 0.014411 0.0833733 0.0525453
Vertex 10150 0.0154254 0.0834009 0.0522607
Vertex 10151 0.0163998 0.0834424 0.0519345
Vertex 10152 0.0174045 0.0834609 0.0516215
Vertex 10153 0.0269837 0.108749 0.0374141
Vertex 10154 0.0193158 0.0835035 0.0508805
Vertex 10155 0.0203307 0.08353 0.050588
Vertex 10156 0.0213023 0.0835644 0.0502546
Vertex 10157 0.022246 0.0835763 0.0498509
Vertex 10158 0.0231289 0.0835821 0.0493611
Vertex 10159 0.0239145 0.0835849 0.0487444
Vertex 10160 0.0246944 0.0835826 0.0481083
Vertex 10161 0.0254329 0.0835701 0.0474102
Vertex 10162 0.0262875 0.0835737 0.0468767
Vertex 10163 0.0271048 0.0835778 0.0462962
Vertex 10164 0.0277963 0.0835666 0.045536
Vertex 10165 0.0284181 0.0835438 0.0446794
Vertex 10166 0.0289959 0.083514 0.0437755
Vertex 10167 0.0298569 0.0835122 0.0432289
Vertex 10168 0.030827 0.0835413 0.0428747
Vertex 10169 0.0317594 0.0835691 0.0424885
Vertex 10170 0.032603 0.0835706 0.0419526
Vertex 10171 0.0333657 0.0835669 0.0412915
Vertex 10172 0.0340507 0.0835544 0.0405264
Vertex 10173 0.0347443 0.08354 0.0397721
Vertex 10174 0.0353453 0.0835128 0.0388598
Vertex 10175 0.0359903 0.0834983 0.0380665
Vertex 10176 0.0366379 0.08347 0.0371909
Vertex 10177 0.0373474 0.083464 0.036489
Vertex 10178 0.0380556 0.0834519 0.0357476
Vertex 10179 0.0387649 0.0834441 0.0350467
Vertex 10180 0.0394335 0.0834241 0.0342316
Vertex 10181 0.0400441 0.0834026 0.0333734
Vertex 10182 0.0406313 0.0833746 0.032449
Vertex 10183 0.0411666 0.0833385 0.031438
Vertex 10184 0.0416569 0.0832977 0.0303966
Vertex 10185 0.0421796 0.0832522 0.0293553
Vertex 10186 0.0427502 0.0832247 0.0284671
Vertex 10187 0.0438316 0.0832073 0.0263179
Vertex 10188 0.0418909 0.0939077 0.0272858
Vertex 10189 0.046015 0.0862238 0.00817489
Vertex 10190 0.0162383 0.0953367 0.0482094
Vertex 10191 0.0376746 0.104662 0.0282621
Vertex 10192 -0.0533361 0.138123 0.0280776
Vertex 10193 0.0310154 0.110075 0.0327245
Vertex 10194 0.0232354 0.0968772 0.0460698
Vertex 10195 0.0241216 0.0968854 0.045587
Vertex 10196 0.0249428 0.0968855 0.0450153
Vertex 10197 0.038172 0.0967289 0.0325586
Vertex 10198 0.0313864 0.0929268 0.0420114
Vertex 10199 -0.05283 0.138085 0.0270749
Vertex 10200 0.032953 0.0994589 0.0373001
Vertex 10201 0.032601 0.100801 0.0367685
Vertex 10202 -0.0788405 0.11444 0.0481937
Vertex 10203 0.0396829 0.102719 -0.00275708
Vertex 10204 0.0246022 0.0942401 0.0462765
Vertex 10205 -0.02118 0.169768 -0.013264
Vertex 10206 -0.0257335 0.166803 -0.00931015
Vertex 10207 -0.0938957 0.124187 0.0252761
Vertex 10208 0.0316126 0.104759 0.0353509
Vertex 10209 -0.0683005 0.139737 0.0452157
Vertex 10210 -0.0525174 0.133925 0.0310668
Vertex 10211 -0.0626054 0.158425 -0.0185846
Vertex 10212 -0.0257594 0.171231 -0.0110774
Vertex 10213 -0.0562403 0.128346 0.0379943
Vertex 10214 -0.0462534 0.123907 0.0259058
Vertex 10215 0.0447631 0.0931576 0.00318223
Vertex 10216 0.0278197 0.108769 0.0368873
Vertex 10217 0.0285939 0.108783 0.0362583
Vertex 10218 0.0323738 0.104756 0.0346971
Vertex 10219 -0.0210306 0.180146 -0.0147237
Vertex 10220 -0.0651094 0.121429 0.0498115
Vertex 10221 -0.0707473 0.127025 0.0521985
Vertex 10222 0.0293349 0.108769 0.0355782
Vertex 10223 -0.0669203 0.110822 0.0381745
Vertex 10224 -0.0221399 0.16826 -0.0191908
Vertex 10225 -0.0763629 0.108471 -0.00759882
Vertex 10226 -0.0613807 0.122656 0.0428396
Vertex 10227 -0.0624931 0.153672 -0.0316068
Vertex 10228 0.040773 0.0858024 -0.0107788
Vertex 10229 -0.0485787 0.153602 0.0103738
Vertex 10230 -0.0651932 0.141087 0.0409428
Vertex 10231 0.0300323 0.108764 0.0348296
Vertex 10232 -0.0352518 0.156597 0.00331287
Vertex 10233 -0.037944 0.165312 0.00115508
Vertex 10234 -0.0122139 0.169818 -0.0178463
Vertex 10235 -0.0180623 0.177182 -0.017491
Vertex 10236 -0.024023 0.17718 -0.0120308
Vertex 10237 0.0307322 0.108762 0.0340805
Vertex 10238 0.02524 0.115374 0.03316
Vertex 10239 0.0313941 0.108732 0.0332945
Vertex 10240 0.0248886 0.114037 0.0344109
Vertex 10241 -0.0529076 0.136719 0.0287121
Vertex 10242 0.0319993 0.108737 0.0323781
Vertex 10243 -0.0186551 0.184576 -0.0164922
Vertex 10244 -0.019368 0.183116 -0.0157888
Vertex 10245 -0.0620569 0.121268 0.0436785
Vertex 10246 -0.0220003 0.181634 -0.0125756
Vertex 10247 -0.0298186 0.154044 -0.00457012
Vertex 10248 0.0326521 0.108705 0.0315863
Vertex 10249 0.0333249 0.108715 0.0307644
Vertex 10250 -0.0176367 0.181628 -0.0186063
Vertex 10251 -0.0552688 0.126926 0.0376418
Vertex 10252 -0.0647364 0.118589 0.0486106
Vertex 10253 -0.0652697 0.118619 0.0495916
Vertex 10254 -0.0642519 0.118577 0.0476092
Vertex 10255 -0.0637803 0.118542 0.0465326
Vertex 10256 -0.0634166 0.118511 0.0453283
Vertex 10257 -0.0625131 0.11843 0.0430565
Vertex 10258 0.0340202 0.108707 0.0300072
Vertex 10259 0.0346979 0.108688 0.0292348
Vertex 10260 0.00731658 0.0846292 0.0563131
Vertex 10261 0.00828982 0.0846467 0.0559983
Vertex 10262 0.00924009 0.0846665 0.0556174
Vertex 10263 0.0101261 0.0846794 0.0551401
Vertex 10264 0.0110129 0.0846936 0.0546683
Vertex 10265 0.011809 0.0846857 0.0540696
Vertex 10266 0.0126182 0.0846922 0.0534757
Vertex 10267 0.0134328 0.0846923 0.0528905
Vertex 10268 0.0142478 0.0846938 0.0523116
Vertex 10269 0.0151781 0.0847217 0.0519158
Vertex 10270 0.0161405 0.0847501 0.0515574
Vertex 10271 0.0170772 0.0847646 0.051153
Vertex 10272 0.0353212 0.108669 0.0283742
Vertex 10273 0.0359735 0.108741 0.0274101
Vertex 10274 0.0210858 0.0848756 0.0499424
Vertex 10275 0.0220421 0.0848959 0.0495666
Vertex 10276 0.0228849 0.0849076 0.049031
Vertex 10277 0.02366 0.0848996 0.0483924
Vertex 10278 0.0245051 0.0849065 0.0478503
Vertex 10279 0.02539 0.0849287 0.0474039
Vertex 10280 0.026315 0.0849274 0.0469361
Vertex 10281 0.0271246 0.0849281 0.0463473
Vertex 10282 0.0277845 0.0849076 0.045525
Vertex 10283 0.0283981 0.0848865 0.0446615
Vertex 10284 0.0289709 0.0848578 0.043728
Vertex 10285 0.0298088 0.0848631 0.0431899
Vertex 10286 0.0307617 0.0848812 0.0428147
Vertex 10287 0.0317605 0.08491 0.0425067
Vertex 10288 0.0326379 0.0849202 0.042017
Vertex 10289 0.0334132 0.0849144 0.041374
Vertex 10290 0.0340796 0.0848941 0.0405554
Vertex 10291 0.0347392 0.0848817 0.0397697
Vertex 10292 0.0354037 0.0848596 0.0389463
Vertex 10293 0.0360179 0.0848402 0.038086
Vertex 10294 0.0366496 0.0848209 0.0372394
Vertex 10295 0.0373294 0.0848074 0.0364738
Vertex 10296 0.0380257 0.084795 0.0357219
Vertex 10297 0.0387003 0.0847793 0.034951
Vertex 10298 0.0393533 0.0847596 0.0341247
Vertex 10299 0.039991 0.0847392 0.0332858
Vertex 10300 0.0405942 0.0847142 0.0324234
Vertex 10301 0.0411571 0.0846831 0.0314273
Vertex 10302 0.0416527 0.0846461 0.030449
Vertex 10303 0.0421362 0.0845969 0.0293292
Vertex 10304 0.0427332 0.084569 0.0284544
Vertex 10305 0.043295 0.084533 0.027498
Vertex 10306 0.0437747 0.084485 0.0264379
Vertex 10307 -0.0174159 0.162512 -0.00777918
Vertex 10308 -0.0666503 0.135429 0.0440071
Vertex 10309 0.0387218 0.0993392 0.0297824
Vertex 10310 0.0452912 0.0903849 0.0031762
Vertex 10311 -0.0776599 0.103464 0.0342449
Vertex 10312 -0.0893403 0.0983511 0.0184032
Vertex 10313 -0.0503963 0.1183 0.0322871
Vertex 10314 -0.0616651 0.119834 0.0424717
Vertex 10315 -0.0634966 0.109514 0.0378318
Vertex 10316 -0.0379377 0.157973 0.00463177
Vertex 10317 0.0367923 0.0967547 0.0340658
Vertex 10318 -0.00287196 0.105931 -0.0223953
Vertex 10319 -0.0541404 0.124102 0.0375109
Vertex 10320 0.0336937 0.0994802 0.0365924
Vertex 10321 0.024692 0.100819 0.0429025
Vertex 10322 0.0254608 0.100767 0.0422505
Vertex 10323 0.0333218 0.0981688 0.0378146
Vertex 10324 0.0451301 0.0903696 0.00218472
Vertex 10325 0.0278762 0.0942373 0.043974
Vertex 10326 -0.0247835 0.166781 -0.00970724
Vertex 10327 -0.0888827 0.140531 0.0122011
Vertex 10328 0.0330435 0.104766 0.033885
Vertex 10329 -0.069034 0.139725 0.045939
Vertex 10330 0.045282 0.0889737 0.0021781
Vertex 10331 -0.061193 0.167783 -0.0585846
Vertex 10332 -0.024103 0.171237 -0.0122056
Vertex 10333 -0.0501776 0.124028 0.032677
Vertex 10334 -0.0495852 0.124005 0.0317323
Vertex 10335 -0.0284035 0.166813 -0.0078902
Vertex 10336 -0.0569157 0.131148 0.0370227
Vertex 10337 -0.0225729 0.172715 -0.0135004
Vertex 10338 -0.0740765 0.0662649 0.0182774
Vertex 10339 0.0337121 0.104741 0.0331059
Vertex 10340 -0.0664425 0.121454 0.0513831
Vertex 10341 -0.0657333 0.121445 0.0506733
Vertex 10342 -0.0116602 0.168404 -0.0170453
Vertex 10343 0.0442558 0.0917077 -0.00080891
Vertex 10344 -0.0266384 0.166791 -0.00886205
Vertex 10345 -0.0673634 0.110954 0.0392365
Vertex 10346 0.00812544 0.105869 -0.0206053
Vertex 10347 -0.0304968 0.172715 -0.00561384
Vertex 10348 0.0284295 0.0955564 0.0430179
Vertex 10349 -0.0659181 0.10388 -0.0158661
Vertex 10350 0.0442177 0.0860807 -0.00279659
Vertex 10351 -0.0261346 0.168251 -0.00989215
Vertex 10352 -0.0634479 0.141036 0.0381413
Vertex 10353 -0.0514307 0.12406 0.0344067
Vertex 10354 -0.0327087 0.156604 0.00170747
Vertex 10355 -0.0385753 0.165326 0.00202421
Vertex 10356 -0.020486 0.18455 -0.0138786
Vertex 10357 -0.0172908 0.177187 -0.018141
Vertex 10358 -0.0205931 0.163965 -0.00888333
Vertex 10359 -0.0691207 0.112747 0.0474107
Vertex 10360 0.0321816 0.0968615 0.0396789
Vertex 10361 0.0447686 0.0889311 -0.000811854
Vertex 10362 0.0411659 0.0952708 0.0280268
Vertex 10363 -0.0660809 0.135405 0.0431027
Vertex 10364 -0.0502228 0.125461 0.0326401
Vertex 10365 -0.0329481 0.169751 -0.00390259
Vertex 10366 0.0392898 0.0993144 0.028831
Vertex 10367 -0.0135146 0.181607 -0.0231689
Vertex 10368 -0.0407211 0.150643 0.00408479
Vertex 10369 -0.0152136 0.174214 -0.0186712
Vertex 10370 0.0381951 0.102007 0.0289909
Vertex 10371 -0.0434333 0.15941 0.00551467
Vertex 10372 -0.0320296 0.171249 -0.00429305
Vertex 10373 -0.0610188 0.119808 0.0416066
Vertex 10374 -0.056455 0.12554 0.0394323
Vertex 10375 -0.0265916 0.172718 -0.0105089
Vertex 10376 -0.0269838 0.158131 -0.000540227
Vertex 10377 -0.0359122 0.158048 0.00410154
Vertex 10378 -0.0464636 0.157957 0.00818306
Vertex 10379 0.0383322 0.0928141 0.0344469
Vertex 10380 0.038476 0.104075 -0.00282883
Vertex 10381 -0.025021 0.178659 -0.00994683
Vertex 10382 0.0326792 0.103442 0.0351236
Vertex 10383 0.00828387 0.0859903 0.0560092
Vertex 10384 0.00922789 0.0860105 0.0556146
Vertex 10385 0.0101565 0.0860282 0.0551829
Vertex 10386 0.0110199 0.0860342 0.0546992
Vertex 10387 0.0119151 0.0860485 0.0542349
Vertex 10388 0.0127323 0.0860509 0.0536553
Vertex 10389 0.0135127 0.0860479 0.0530247
Vertex 10390 0.0142472 0.0860448 0.0523279
Vertex 10391 0.0151023 0.0860518 0.0518047
Vertex 10392 0.0159863 0.0860656 0.0513294
Vertex 10393 0.016819 0.0860765 0.050782
Vertex 10394 0.0431463 0.100109 0.00616795
Vertex 10395 0.0255132 0.110081 0.0370706
Vertex 10396 -0.0639988 0.121381 0.0479339
Vertex 10397 0.0217652 0.0862022 0.0491664
Vertex 10398 0.022652 0.0862116 0.0486888
Vertex 10399 0.0235632 0.0862591 0.0483322
Vertex 10400 0.0245364 0.0862451 0.0478999
Vertex 10401 0.0254315 0.0862638 0.0474376
Vertex 10402 0.026296 0.0862676 0.0469202
Vertex 10403 0.0270421 0.0862601 0.0462384
Vertex 10404 0.0276821 0.0862408 0.0453967
Vertex 10405 0.0282773 0.0862159 0.0445154
Vertex 10406 0.02895 0.086199 0.0437135
Vertex 10407 0.0298019 0.0862025 0.0431971
Vertex 10408 0.0308141 0.0862286 0.0429136
Vertex 10409 0.0318663 0.0862689 0.0426688
Vertex 10410 0.0327708 0.0862789 0.0422215
Vertex 10411 0.0335588 0.0862851 0.0416032
Vertex 10412 0.0342152 0.0862629 0.0407864
Vertex 10413 0.034843 0.0862437 0.0399362
Vertex 10414 0.0354707 0.0862229 0.039086
Vertex 10415 0.0360644 0.0861926 0.0381664
Vertex 10416 0.0366768 0.0861722 0.0373065
Vertex 10417 0.0373244 0.0861524 0.0364715
Vertex 10418 0.037986 0.0861315 0.0356473
Vertex 10419 0.0386471 0.086118 0.0348681
Vertex 10420 0.0392931 0.086096 0.0340337
Vertex 10421 0.0399369 0.0860773 0.0331939
Vertex 10422 0.040546 0.0860518 0.0323351
Vertex 10423 0.0410852 0.0860175 0.0313838
Vertex 10424 0.0415957 0.0859827 0.0303559
Vertex 10425 0.0420715 0.0859357 0.0292923
Vertex 10426 0.0426426 0.0858997 0.0283401
Vertex 10427 0.0432125 0.0858656 0.0273897
Vertex 10428 0.0436775 0.0859385 0.0262014
Vertex 10429 -0.0252491 0.162472 -0.00507229
Vertex 10430 -0.0517798 0.115481 0.0337859
Vertex 10431 0.0280677 0.100848 0.0407486
Vertex 10432 -0.0572883 0.132547 0.0364836
Vertex 10433 -0.0545051 0.119806 0.0369329
Vertex 10434 -0.0569887 0.118401 0.0385929
Vertex 10435 0.022545 0.0955327 0.0468247
Vertex 10436 0.0359993 0.0955223 0.036379
Vertex 10437 0.0447287 0.0917385 0.00119217
Vertex 10438 0.0374765 0.0967619 0.0332563
Vertex 10439 -0.0788357 0.148682 -0.00186858
Vertex 10440 -0.0690033 0.127063 0.0512206
Vertex 10441 0.0344187 0.0994578 0.0359067
Vertex 10442 0.0363106 0.0994119 0.033375
Vertex 10443 0.0238643 0.100811 0.0434608
Vertex 10444 -0.0395514 0.159448 0.00235113
Vertex 10445 -0.0682257 0.127075 0.0505767
Vertex 10446 -0.0391909 0.150688 0.00279786
Vertex 10447 -0.0109096 0.172768 -0.0212178
Vertex 10448 -0.022958 0.166842 -0.0105567
Vertex 10449 0.0296006 0.0982071 0.041203
Vertex 10450 0.0343704 0.104711 0.0323207
Vertex 10451 -0.0698527 0.139727 0.0465118
Vertex 10452 0.0450967 0.0889619 0.00117113
Vertex 10453 -0.0511173 0.128308 0.0330935
Vertex 10454 -0.0684868 0.135467 0.0467048
Vertex 10455 -0.0589296 0.1241 0.041105
Vertex 10456 -0.0355709 0.168274 -0.000671324
Vertex 10457 -0.0372423 0.152141 0.00211029
Vertex 10458 -0.0580097 0.136726 0.0336791
Vertex 10459 0.0303852 0.098223 0.0405823
Vertex 10460 -0.0680972 0.121444 0.0525081
Vertex 10461 -0.0672887 0.121448 0.0519139
Vertex 10462 -0.0234801 0.168298 -0.011313
Vertex 10463 0.026474 0.110098 0.0367031
Vertex 10464 0.0369819 0.102039 0.0307859
Vertex 10465 -0.051716 0.150726 0.0145842
Vertex 10466 -0.0302445 0.16108 -0.00171322
Vertex 10467 -0.0663379 0.132604 0.0444522
Vertex 10468 0.0253164 0.112728 0.0350367
Vertex 10469 0.0271768 0.112761 0.0342135
Vertex 10470 -0.0659605 0.110851 0.0377691
Vertex 10471 -0.0437406 0.150663 0.00676805
Vertex 10472 -0.0896534 0.0983503 0.0154045
Vertex 10473 0.0446953 0.0861142 -0.000824781
Vertex 10474 -0.0188762 0.171241 -0.0152046
Vertex 10475 -0.0627733 0.141026 0.037362
Vertex 10476 0.0217763 0.115313 0.0351727
Vertex 10477 -0.0318141 0.156607 0.00124178
Vertex 10478 -0.0392482 0.165334 0.00281642
Vertex 10479 -0.0174749 0.184587 -0.0183292
Vertex 10480 -0.0165017 0.177176 -0.0187481
Vertex 10481 -0.0215027 0.163915 -0.00845889
Vertex 10482 -0.0253167 0.177183 -0.0103739
Vertex 10483 0.0314182 0.0968966 0.040312
Vertex 10484 0.0192377 0.117984 0.0350388
Vertex 10485 -0.0520794 0.132523 0.0317044
Vertex 10486 -0.0742583 0.12978 0.0523998
Vertex 10487 -0.0509023 0.125469 0.0333647
Vertex 10488 -0.0591308 0.125513 0.0408421
Vertex 10489 0.0360463 0.0953891 -0.0118379
Vertex 10490 0.0287151 0.0982016 0.0416756
Vertex 10491 -0.0427202 0.152139 0.00651185
Vertex 10492 -0.0435275 0.152141 0.00710463
Vertex 10493 -0.0557053 0.132552 0.0352577
Vertex 10494 -0.0295434 0.168268 -0.00777595
Vertex 10495 -0.0529585 0.135327 0.0304274
Vertex 10496 0.044663 0.094574 0.0141596
Vertex 10497 -0.053643 0.135335 0.0311995
Vertex 10498 -0.0543474 0.135324 0.0319505
Vertex 10499 -0.0607049 0.145387 0.0368926
Vertex 10500 -0.0657248 0.120041 0.0506761
Vertex 10501 -0.0671254 0.128435 0.0486555
Vertex 10502 -0.0664402 0.128427 0.0478848
Vertex 10503 -0.064581 0.128354 0.0453237
Vertex 10504 0.0388816 0.0927717 0.0335536
Vertex 10505 -0.0209835 0.159643 -0.00415092
Vertex 10506 0.0350121 0.104701 0.0314746
Vertex 10507 0.00913683 0.0873343 0.0554698
Vertex 10508 0.0100793 0.0873522 0.0550703
Vertex 10509 0.0110023 0.0872551 0.0546654
Vertex 10510 0.0119513 0.0873992 0.0542929
Vertex 10511 0.0127955 0.0874066 0.0537621
Vertex 10512 0.0135801 0.0874029 0.0531363
Vertex 10513 0.0142802 0.0873929 0.0523851
Vertex 10514 0.0150914 0.0873948 0.0517971
Vertex 10515 0.0159587 0.0874032 0.0512942
Vertex 10516 0.0167493 0.0874098 0.0506847
Vertex 10517 0.0174898 0.0874014 0.0499964
Vertex 10518 0.0183745 0.0874107 0.0495162
Vertex 10519 -0.0580888 0.115436 0.0369297
Vertex 10520 -0.0668807 0.112599 0.0436137
Vertex 10521 0.0226438 0.0875613 0.0487078
Vertex 10522 0.0235949 0.0875751 0.0483132
Vertex 10523 0.0245253 0.0875975 0.0479106
Vertex 10524 0.0253549 0.0875981 0.0473346
Vertex 10525 0.026147 0.0875952 0.0467145
Vertex 10526 0.0268834 0.0875842 0.0460207
Vertex 10527 0.0275571 0.0875682 0.0452466
Vertex 10528 0.0282213 0.0875505 0.0444323
Vertex 10529 0.0290078 0.087549 0.0438096
Vertex 10530 0.029848 0.0875415 0.0432926
Vertex 10531 0.030847 0.0875798 0.0429743
Vertex 10532 0.0319159 0.0876168 0.0427503
Vertex 10533 0.0328487 0.0876389 0.0423414
Vertex 10534 0.0336134 0.0876336 0.0416906
Vertex 10535 0.0342709 0.0876121 0.0408726
Vertex 10536 0.0349072 0.0875927 0.04003
Vertex 10537 0.0355341 0.0875716 0.0391778
Vertex 10538 0.0361469 0.0875521 0.038321
Vertex 10539 0.0367284 0.0875226 0.0373878
Vertex 10540 0.0373285 0.0874946 0.0364747
Vertex 10541 0.0379656 0.0874795 0.0356781
Vertex 10542 0.0386176 0.0874608 0.0348475
Vertex 10543 0.0392263 0.0874331 0.033936
Vertex 10544 0.0398379 0.0874103 0.0331324
Vertex 10545 0.0404106 0.0873775 0.0321991
Vertex 10546 0.0409408 0.0873455 0.0311847
Vertex 10547 0.0414488 0.0873044 0.0301508
Vertex 10548 0.0419641 0.0872658 0.0291034
Vertex 10549 0.0425127 0.0872289 0.028142
Vertex 10550 0.0430592 0.0871926 0.0271788
Vertex 10551 0.00211138 0.110155 -0.0201605
Vertex 10552 0.0403539 0.105584 0.00317596
Vertex 10553 0.0388792 0.085648 -0.0137779
Vertex 10554 -0.0233757 0.163881 -0.00766181
Vertex 10555 -0.0302503 0.17123 -0.00702025
Vertex 10556 0.0370031 0.104683 0.029035
Vertex 10557 -0.0881957 0.146062 0.0092207
Vertex 10558 -0.0249764 0.159657 -0.0011434
Vertex 10559 0.0339652 0.0955609 0.0387182
Vertex 10560 0.0362345 0.0967824 0.0350211
Vertex 10561 -0.0224128 0.163867 -0.00803238
Vertex 10562 -0.0442602 0.153622 0.00782588
Vertex 10563 0.0350885 0.099465 0.0350983
Vertex 10564 0.0357221 0.0994501 0.0342567
Vertex 10565 0.0230237 0.100791 0.0439995
Vertex 10566 -0.0499113 0.147776 0.0118822
Vertex 10567 -0.0548599 0.145302 0.0295141
Vertex 10568 0.034236 0.094243 0.0391072
Vertex 10569 -0.0217726 0.172729 -0.0141007
Vertex 10570 -0.0182699 0.166848 -0.0125771
Vertex 10571 -0.0558038 0.116914 0.0367748
Vertex 10572 0.0356609 0.104701 0.030636
Vertex 10573 0.0392521 0.0940728 0.0323259
Vertex 10574 0.0417053 0.0943445 -0.00480688
Vertex 10575 -0.0525731 0.128311 0.0345149
Vertex 10576 -0.0692028 0.135485 0.0474165
Vertex 10577 -0.0606582 0.12408 0.0421371
Vertex 10578 0.0136813 0.0952834 0.0497668
Vertex 10579 -0.0903261 0.135124 0.0222174
Vertex 10580 0.0191348 0.102061 0.0453843
Vertex 10581 -0.0417008 0.153622 0.00625938
Vertex 10582 -0.0362035 0.16829 0.000195359
Vertex 10583 -0.0149394 0.183104 -0.021718
Vertex 10584 -0.0136101 0.17129 -0.0181213
Vertex 10585 0.0407885 0.10564 0.00816522
Vertex 10586 -0.0698407 0.127049 0.051763
Vertex 10587 -0.0668335 0.143964 0.0420823
Vertex 10588 -0.0660765 0.124251 0.0501642
Vertex 10589 -0.0582272 0.151065 0.033498
Vertex 10590 0.0262713 0.112733 0.0346521
Vertex 10591 -0.0204064 0.162527 -0.00684616
Vertex 10592 -0.0744171 0.1312 0.052182
Vertex 10593 -0.0649089 0.110873 0.0375872
Vertex 10594 -0.0126137 0.180121 -0.0236267
Vertex 10595 -0.00531922 0.0961442 -0.0318294
Vertex 10596 -0.0725346 0.145512 -0.0179133
Vertex 10597 0.0340795 0.103399 0.0336714
Vertex 10598 -0.0620302 0.141028 0.0366839
Vertex 10599 -0.0740753 0.174982 -0.0510829
Vertex 10600 -0.0309282 0.156627 0.000764301
Vertex 10601 0.0392299 0.108358 0.0101653
Vertex 10602 -0.0265438 0.177186 -0.00862049
Vertex 10603 -0.0157146 0.17719 -0.0193767
Vertex 10604 -0.0319662 0.163855 -0.00423083
Vertex 10605 -0.0362769 0.163827 -0.00170672
Vertex 10606 0.0264379 0.0968548 0.0436578
Vertex 10607 0.00975279 0.123922 0.0333795
Vertex 10608 -0.0471693 0.128157 0.0265222
Vertex 10609 -0.0644638 0.129733 0.0437115
Vertex 10610 -0.063853 0.129717 0.0428324
Vertex 10611 -0.059976 0.125502 0.0413668
Vertex 10612 -0.0607974 0.125499 0.0419374
Vertex 10613 -0.0615433 0.125505 0.042614
Vertex 10614 -0.0621766 0.125515 0.0434733
Vertex 10615 0.0412886 0.0858436 -0.00978207
Vertex 10616 -0.024717 0.169741 -0.0113487
Vertex 10617 -0.0202842 0.16977 -0.0137262
Vertex 10618 -0.0482395 0.144672 0.00644062
Vertex 10619 0.04371 0.0987542 0.0111628
Vertex 10620 -0.0555526 0.124119 0.0389742
Vertex 10621 -0.0657008 0.139678 0.041893
Vertex 10622 -0.052057 0.15088 0.0153954
Vertex 10623 -0.0187348 0.175696 -0.0167204
Vertex 10624 -0.0651714 0.128382 0.0462127
Vertex 10625 0.0363374 0.104678 0.0298648
Vertex 10626 -0.0575363 0.138153 0.0326058
Vertex 10627 0.0399806 0.105624 0.0191716
Vertex 10628 0.00988218 0.0886651 0.0547874
Vertex 10629 0.0108129 0.0887938 0.0544498
Vertex 10630 0.0118566 0.0887261 0.0541581
Vertex 10631 0.0127518 0.0887452 0.0537008
Vertex 10632 0.0135799 0.0887495 0.0531421
Vertex 10633 0.0142545 0.0887312 0.0523539
Vertex 10634 0.0151093 0.0887421 0.0518346
Vertex 10635 0.0159612 0.0887478 0.0513106
Vertex 10636 0.0167127 0.0887461 0.050636
Vertex 10637 0.0173624 0.088714 0.0498122
Vertex 10638 0.018083 0.0887399 0.0491141
Vertex 10639 -0.0672273 0.135447 0.0449702
Vertex 10640 -0.0562382 0.115455 0.0360976
Vertex 10641 -0.0477168 0.123954 0.0291105
Vertex 10642 0.0225511 0.0888829 0.0485585
Vertex 10643 0.0234643 0.0889079 0.0481435
Vertex 10644 0.0243668 0.0889213 0.0476805
Vertex 10645 0.0252321 0.0889244 0.0471615
Vertex 10646 0.0259941 0.0889184 0.046498
Vertex 10647 0.0267348 0.0889072 0.0458132
Vertex 10648 0.0274461 0.0888981 0.0450769
Vertex 10649 0.0281857 0.0888902 0.0443935
Vertex 10650 0.0289502 0.0888845 0.043761
Vertex 10651 0.0298766 0.0889056 0.0433386
Vertex 10652 0.0309103 0.088937 0.0430941
Vertex 10653 0.0319575 0.0889685 0.042819
Vertex 10654 0.0327921 0.0889736 0.0422708
Vertex 10655 0.0335486 0.0889696 0.0416029
Vertex 10656 0.0342459 0.0889575 0.0408509
Vertex 10657 0.0348898 0.0889372 0.0400127
Vertex 10658 0.0355637 0.0889227 0.0392444
Vertex 10659 0.0361767 0.0888967 0.0383392
Vertex 10660 0.0367682 0.0888721 0.037463
Vertex 10661 0.037341 0.0888457 0.0365275
Vertex 10662 0.0379525 0.0888235 0.0356698
Vertex 10663 0.0385774 0.0888011 0.0348199
Vertex 10664 0.0391468 0.0887707 0.0338836
Vertex 10665 0.0397094 0.0887389 0.0329441
Vertex 10666 0.0402616 0.088708 0.0319407
Vertex 10667 0.0407891 0.0886694 0.0309807
Vertex 10668 0.0412883 0.0886287 0.0299331
Vertex 10669 0.041807 0.0885902 0.0288907
Vertex 10670 0.0423208 0.0885482 0.027912
Vertex 10671 0.0428517 0.0885116 0.026874
Vertex 10672 -0.054132 0.143048 0.0274248
Vertex 10673 -0.0449077 0.159414 0.00690868
Vertex 10674 0.0453002 0.0932088 0.00816687
Vertex 10675 -0.078005 0.151454 -0.00188508
Vertex 10676 -0.0674332 0.127053 0.0499702
Vertex 10677 -0.0223649 0.171249 -0.0132085
Vertex 10678 0.0287102 0.0942447 0.0434182
Vertex 10679 0.0390362 0.0980073 0.030266
Vertex 10680 0.0324749 0.095557 0.0400886
Vertex 10681 -0.0244241 0.178665 -0.0108375
Vertex 10682 -0.0216847 0.180158 -0.0138785
Vertex 10683 0.0417114 0.091515 -0.00780409
Vertex 10684 0.0420736 0.0957824 -0.00279849
Vertex 10685 0.0369413 0.0993952 0.0325229
Vertex 10686 0.0221931 0.100779 0.0445472
Vertex 10687 0.0213321 0.100802 0.0450693
Vertex 10688 -0.0617898 0.16156 -0.0335933
Vertex 10689 -0.0645123 0.172574 -0.0485643
Vertex 10690 -0.0767176 0.159013 -0.0120318
Vertex 10691 -0.0209165 0.172715 -0.0146234
Vertex 10692 -0.0104869 0.166942 -0.0170857
Vertex 10693 -0.0766704 0.154203 -0.00290271
Vertex 10694 -0.0599778 0.148254 0.0362061
Vertex 10695 -0.0237266 0.161004 -0.00287357
Vertex 10696 0.0404099 0.0926692 0.0304567
Vertex 10697 0.0424555 0.0902012 0.0271644
Vertex 10698 -0.0533336 0.128311 0.0351755
Vertex 10699 -0.0930693 0.120128 0.0262942
Vertex 10700 -0.0614001 0.124084 0.0428232
Vertex 10701 -0.0350091 0.168257 -0.00164334
Vertex 10702 -0.0479777 0.147732 0.00938552
Vertex 10703 -0.0533452 0.118341 0.0350731
Vertex 10704 -0.0547216 0.118372 0.0366122
Vertex 10705 0.043578 0.0888313 -0.0037919
Vertex 10706 -0.0400971 0.153595 0.0050429
Vertex 10707 0.0115292 0.119123 0.0361473
Vertex 10708 0.010522 0.119127 0.036469
Vertex 10709 -0.0651106 0.120024 0.049809
Vertex 10710 -0.0615581 0.145382 0.0374116
Vertex 10711 -0.00188013 0.105918 -0.0222309
Vertex 10712 0.045363 0.0932019 0.00717004
Vertex 10713 0.0222809 0.11936 0.0323905
Vertex 10714 -0.0871972 0.102223 0.00642609
Vertex 10715 -0.0749615 0.135451 -0.00681495
Vertex 10716 -0.0581881 0.125521 0.0404357
Vertex 10717 -0.0929926 0.121477 0.0272936
Vertex 10718 -0.09232 0.126938 0.0302595
Vertex 10719 -0.025101 0.114847 -0.0155729
Vertex 10720 -0.0777217 0.159728 -0.0179219
Vertex 10721 -0.0612458 0.141043 0.0360828
Vertex 10722 -0.0280624 0.17271 -0.00913079
Vertex 10723 -0.0300912 0.15662 0.000215848
Vertex 10724 -0.0625405 0.132491 0.039434
Vertex 10725 -0.0259631 0.177171 -0.00957335
Vertex 10726 -0.067274 0.142559 0.0431983
Vertex 10727 -0.0328373 0.163842 -0.00376818
Vertex 10728 -0.0408691 0.158042 0.00401656
Vertex 10729 -0.0132844 0.180127 -0.0228495
Vertex 10730 -0.0192412 0.184576 -0.0155995
Vertex 10731 -0.0495036 0.153584 0.0107879
Vertex 10732 -0.0216854 0.168305 -0.0122385
Vertex 10733 -0.093152 0.121537 0.0362834
Vertex 10734 -0.0172565 0.181572 -0.0253576
Vertex 10735 -0.00687638 0.105938 -0.022783
Vertex 10736 -0.0553588 0.131132 0.0357618
Vertex 10737 -0.0627776 0.125519 0.0444184
Vertex 10738 -0.0633155 0.125546 0.0454063
Vertex 10739 -0.0644512 0.125591 0.047275
Vertex 10740 0.0451564 0.0931924 0.00517592
Vertex 10741 -0.06188 0.164622 -0.0566003
Vertex 10742 -0.0495247 0.141678 0.0113921
Vertex 10743 -0.0612252 0.0618413 0.0248018
Vertex 10744 -0.00885889 0.172674 -0.0247544
Vertex 10745 -0.0639713 0.0651159 0.0301523
Vertex 10746 -0.0493943 0.14168 0.0103932
Vertex 10747 0.0450677 0.0917906 0.015163
Vertex 10748 0.0454465 0.0903989 0.00417224
Vertex 10749 -0.0657901 0.128396 0.0470862
Vertex 10750 -0.0483279 0.119696 0.0300033
Vertex 10751 -0.0629727 0.118457 0.044154
Vertex 10752 -0.0531086 0.126902 0.0355005
Vertex 10753 0.021747 0.102101 0.0439088
Vertex 10754 0.0116453 0.090034 0.0538428
Vertex 10755 0.0125532 0.0900642 0.0534187
Vertex 10756 0.0133955 0.0900754 0.0528858
Vertex 10757 0.0141807 0.0900592 0.0522594
Vertex 10758 0.0150763 0.0900809 0.0517899
Vertex 10759 0.0159395 0.0900955 0.0512828
Vertex 10760 0.0166698 0.0900802 0.0505874
Vertex 10761 0.0172909 0.0900542 0.0497289
Vertex 10762 0.0179261 0.0900567 0.048881
Vertex 10763 -0.0458573 0.147704 0.00717141
Vertex 10764 -0.0554619 0.115432 0.0354757
Vertex 10765 -0.0571198 0.115445 0.0365816
Vertex 10766 -0.0623338 0.163141 -0.0335899
Vertex 10767 0.0233132 0.0902311 0.0479207
Vertex 10768 0.0242228 0.0902502 0.0474811
Vertex 10769 0.0251056 0.0902557 0.0469821
Vertex 10770 0.0259015 0.0902483 0.0463733
Vertex 10771 0.0266281 0.0902434 0.0456585
Vertex 10772 0.027396 0.0902329 0.0450202
Vertex 10773 0.0281375 0.0902298 0.0443276
Vertex 10774 0.0289857 0.090239 0.0438092
Vertex 10775 0.0299243 0.0902598 0.0434097
Vertex 10776 0.0308776 0.0902792 0.0430757
Vertex 10777 0.0318258 0.090298 0.0426417
Vertex 10778 0.0326751 0.0902947 0.0421046
Vertex 10779 0.0334236 0.0903004 0.0414245
Vertex 10780 0.0341402 0.0902832 0.0407178
Vertex 10781 0.0348067 0.0902706 0.0399059
Vertex 10782 0.0355137 0.0902592 0.0391607
Vertex 10783 0.0361389 0.0902387 0.0383091
Vertex 10784 0.0367367 0.0902141 0.03744
Vertex 10785 0.0373216 0.0901862 0.036514
Vertex 10786 0.037936 0.0901639 0.0356574
Vertex 10787 0.0385285 0.0901386 0.0347352
Vertex 10788 0.0390766 0.0901064 0.0338413
Vertex 10789 0.0396241 0.0900718 0.0328369
Vertex 10790 0.0401191 0.0900359 0.0318057
Vertex 10791 0.0406221 0.0899944 0.0307666
Vertex 10792 0.0411691 0.0899632 0.029736
Vertex 10793 0.0416966 0.0899224 0.0287651
Vertex 10794 0.0422067 0.0898824 0.0277847
Vertex 10795 0.0343005 0.110021 0.028645
Vertex 10796 -0.0760236 0.150016 -0.00789124
Vertex 10797 -0.0304354 0.159526 0.00145329
Vertex 10798 0.0173575 0.0940342 0.0480767
Vertex 10799 0.016571 0.0940211 0.0486896
Vertex 10800 0.0158596 0.0940217 0.0494261
Vertex 10801 0.0150912 0.0940152 0.0500689
Vertex 10802 0.0295409 0.0942529 0.0428642
Vertex 10803 -0.0120306 0.174239 -0.0210892
Vertex 10804 -0.0344414 0.153644 0.000910386
Vertex 10805 0.0332346 0.0955533 0.0394336
Vertex 10806 -0.0459743 0.153608 0.00885524
Vertex 10807 0.034944 0.10998 0.0278542
Vertex 10808 -0.0189243 0.181629 -0.0169471
Vertex 10809 -0.047649 0.128193 0.0275289
Vertex 10810 0.0375784 0.099381 0.0316743
Vertex 10811 0.0304753 0.100799 0.0389817
Vertex 10812 -0.0860589 0.113009 0.00328149
Vertex 10813 -0.0724692 0.135469 0.0497506
Vertex 10814 -0.0659296 0.14253 0.0416232
Vertex 10815 -0.0200653 0.172726 -0.0151523
Vertex 10816 -0.0868685 0.11045 0.00936714
Vertex 10817 -0.0937998 0.118753 0.0153042
Vertex 10818 0.0351689 0.0928995 0.0387113
Vertex 10819 -0.068257 0.129831 0.0487832
Vertex 10820 -0.0270041 0.168274 -0.00938266
Vertex 10821 -0.0518479 0.128319 0.033784
Vertex 10822 -0.0647288 0.126998 0.0468559
Vertex 10823 -0.0598342 0.124083 0.0415696
Vertex 10824 -0.0673703 0.122848 0.0518073
Vertex 10825 -0.0479423 0.118344 0.0305757
Vertex 10826 -0.016957 0.186039 -0.0193264
Vertex 10827 -0.0540718 0.118333 0.0357708
Vertex 10828 -0.0295615 0.171229 -0.00778742
Vertex 10829 0.0284454 0.0995183 0.0412905
Vertex 10830 0.0316414 0.11271 0.0301021
Vertex 10831 -0.0564793 0.151056 0.0307055
Vertex 10832 -0.055953 0.151039 0.0297159
Vertex 10833 -0.0249427 0.17123 -0.0116584
Vertex 10834 -0.0675492 0.129835 0.0480321
Vertex 10835 0.0244048 0.112688 0.0354614
Vertex 10836 -0.0695324 0.125657 0.0522171
Vertex 10837 -0.0709342 0.128224 -0.00904999
Vertex 10838 -0.069935 0.128232 -0.00913858
Vertex 10839 -0.0171387 0.171259 -0.0162017
Vertex 10840 -0.0565891 0.129759 0.0374849
Vertex 10841 -0.0859023 0.122521 -0.0027014
Vertex 10842 -0.0052769 0.0941788 -0.0338289
Vertex 10843 -0.0930778 0.121531 0.0352811
Vertex 10844 -0.0605388 0.141029 0.0353291
Vertex 10845 -0.0465912 0.145038 0.00283923
Vertex 10846 -0.0292113 0.156649 -0.000270817
Vertex 10847 -0.0554323 0.145321 0.0304155
Vertex 10848 -0.0149484 0.177196 -0.0200335
Vertex 10849 -0.0208004 0.181643 -0.0143459
Vertex 10850 -0.0408994 0.163853 0.00394115
Vertex 10851 -0.0391241 0.157933 0.00465789
Vertex 10852 -0.014903 0.172738 -0.0182312
Vertex 10853 0.0428444 0.0958802 0.0241636
Vertex 10854 -0.0688527 0.142579 0.0444582
Vertex 10855 -0.0596514 0.142474 0.0348633
Vertex 10856 0.0382386 0.084194 -0.0147697
Vertex 10857 -0.0624789 0.152144 -0.0275875
Vertex 10858 -0.0472716 0.130968 0.0245047
Vertex 10859 -0.089704 0.111925 0.0143387
Vertex 10860 -0.0142596 0.175663 -0.0267921
Vertex 10861 -0.0650593 0.125632 0.048098
Vertex 10862 -0.0638617 0.125566 0.0463833
Vertex 10863 0.0310181 0.112726 0.0309619
Vertex 10864 -0.0895155 0.0983259 0.0124123
Vertex 10865 0.0347485 0.0981702 0.0363481
Vertex 10866 0.044554 0.0917551 0.0201604
Vertex 10867 0.042165 0.0859172 -0.00778247
Vertex 10868 0.0457915 0.0862101 0.0121678
Vertex 10869 0.0444767 0.0889055 -0.00179899
Vertex 10870 -0.0697618 0.112838 0.0482345
Vertex 10871 0.0364996 0.0928818 0.0370772
Vertex 10872 -0.0702674 0.128451 0.0511564
Vertex 10873 -0.0488446 0.119728 0.0310062
Vertex 10874 -0.0476849 0.119711 0.0291692
Vertex 10875 -0.0258283 0.172717 -0.011167
Vertex 10876 0.0131268 0.120538 0.0349816
Vertex 10877 0.012093 0.120504 0.0352323
Vertex 10878 0.0131192 0.0913894 0.0524895
Vertex 10879 0.0140028 0.091392 0.0520062
Vertex 10880 0.0149304 0.0913967 0.05159
Vertex 10881 0.015783 0.0914175 0.0510677
Vertex 10882 0.016507 0.0913965 0.0503683
Vertex 10883 0.017105 0.0913787 0.0494605
Vertex 10884 0.017703 0.0913635 0.0485583
Vertex 10885 0.0184671 0.0913654 0.0479185
Vertex 10886 -0.0894038 0.140678 0.0331776
Vertex 10887 -0.0546448 0.115434 0.0349037
Vertex 10888 -0.0106393 0.169838 -0.0190633
Vertex 10889 0.0231687 0.0915577 0.0477207
Vertex 10890 0.0240747 0.0915746 0.0472686
Vertex 10891 0.0249549 0.0915796 0.0467751
Vertex 10892 0.0257721 0.0915784 0.0461947
Vertex 10893 0.0265834 0.0915781 0.0456097
Vertex 10894 0.0273368 0.091573 0.0449418
Vertex 10895 0.0281352 0.0915776 0.0443357
Vertex 10896 0.028994 0.0915879 0.0438177
Vertex 10897 0.0298506 0.0915959 0.0433109
Vertex 10898 0.0307316 0.091606 0.0428217
Vertex 10899 0.0316149 0.0916151 0.0423373
Vertex 10900 0.0324504 0.0916248 0.0417895
Vertex 10901 0.0332536 0.0916169 0.0411931
Vertex 10902 0.0339646 0.0916099 0.0404552
Vertex 10903 0.0346714 0.0916012 0.0397133
Vertex 10904 0.0353713 0.0915869 0.0389643
Vertex 10905 0.0359972 0.0915666 0.0381116
Vertex 10906 0.0366443 0.0915417 0.0373244
Vertex 10907 0.0372616 0.0915229 0.0364203
Vertex 10908 0.0378596 0.0914955 0.035553
Vertex 10909 0.0384501 0.0914717 0.0346309
Vertex 10910 0.0390056 0.0914413 0.0336848
Vertex 10911 0.039504 0.0914002 0.0327084
Vertex 10912 0.0400022 0.0913669 0.0315547
Vertex 10913 0.0405319 0.0913292 0.030651
Vertex 10914 0.041088 0.0912985 0.0296287
Vertex 10915 0.0416262 0.0912615 0.0286616
Vertex 10916 0.0421377 0.0912242 0.0276147
Vertex 10917 -0.0501537 0.152144 0.0115744
Vertex 10918 0.0195435 0.100771 0.0459866
Vertex 10919 -0.0486523 0.128248 0.029602
Vertex 10920 -0.0641167 0.143926 0.0389732
Vertex 10921 -0.0631641 0.149054 -0.0215452
Vertex 10922 -0.0563562 0.140993 0.0307629
Vertex 10923 -0.0717344 0.131221 0.0507858
Vertex 10924 0.0303543 0.0942493 0.0422823
Vertex 10925 -0.0174665 0.17272 -0.016673
Vertex 10926 0.0434109 0.0987186 0.0151565
Vertex 10927 0.0442448 0.0902943 -0.00180307
Vertex 10928 -0.0519213 0.118323 0.0336042
Vertex 10929 -0.0509634 0.152153 0.0121451
Vertex 10930 -0.055962 0.148162 0.0296522
Vertex 10931 0.0381679 0.0993665 0.0307411
Vertex 10932 0.0297368 0.100819 0.0396604
Vertex 10933 0.0347431 0.103404 0.0328426
Vertex 10934 -0.053281 0.144674 0.0233765
Vertex 10935 -0.0512091 0.118302 0.0328718
Vertex 10936 -0.0191804 0.172724 -0.0156293
Vertex 10937 -0.0675391 0.124252 0.0515729
Vertex 10938 0.0400863 0.0899903 -0.0108207
Vertex 10939 -0.054346 0.125513 0.0372066
Vertex 10940 0.0401192 0.0979552 0.0282751
Vertex 10941 -0.0460528 0.122513 0.026245
Vertex 10942 -0.0180254 0.171268 -0.0157212
Vertex 10943 -0.0504448 0.128295 0.0323161
Vertex 10944 -0.0653439 0.127011 0.0477296
Vertex 10945 -0.0580291 0.124109 0.0406616
Vertex 10946 -0.0681363 0.122845 0.0524474
Vertex 10947 -0.0875576 0.0954908 0.0044419
Vertex 10948 -0.0593417 0.119814 0.0404797
Vertex 10949 -0.0526579 0.118327 0.034303
Vertex 10950 -0.0576046 0.151067 0.0326375
Vertex 10951 -0.0776496 0.163935 -0.0239336
Vertex 10952 -0.0555708 0.142434 0.0301615
Vertex 10953 0.0301352 0.0955658 0.0419698
Vertex 10954 -0.066143 0.143958 0.0413147
Vertex 10955 0.0204354 0.100784 0.0455262
Vertex 10956 -0.0690116 0.129833 0.0494501
Vertex 10957 -0.0697675 0.129835 0.0501143
Vertex 10958 0.0234401 0.112665 0.0358138
Vertex 10959 0.0224949 0.112674 0.0362232
Vertex 10960 -0.054418 0.142404 0.0282888
Vertex 10961 -0.0206459 0.171255 -0.0142383
Vertex 10962 0.0383001 0.0969495 -0.00880451
Vertex 10963 -0.0926495 0.129588 0.0122381
Vertex 10964 -0.0295799 0.174217 -0.00600797
Vertex 10965 -0.0348452 0.0957896 -0.0233484
Vertex 10966 -0.0599745 0.14101 0.03437
Vertex 10967 -0.0468321 0.144886 0.00412892
Vertex 10968 -0.0233975 0.156883 -0.00572928
Vertex 10969 -0.0227366 0.157094 -0.00651614
Vertex 10970 -0.0114995 0.164138 -0.0150087
Vertex 10971 -0.0141839 0.177168 -0.0206609
Vertex 10972 0.0243862 0.0955601 0.0459654
Vertex 10973 -0.0615996 0.159996 -0.0335919
Vertex 10974 -0.0295604 0.158116 0.000994125
Vertex 10975 -0.030456 0.158107 0.0014598
Vertex 10976 0.038478 0.0980354 0.0312187
Vertex 10977 -0.0617686 0.159987 -0.035592
Vertex 10978 -0.0592101 0.142401 0.0336275
Vertex 10979 -0.0585904 0.142433 0.0328417
Vertex 10980 0.0309161 0.0955754 0.0413413
Vertex 10981 -0.0477554 0.130992 0.0255865
Vertex 10982 -0.060435 0.131107 0.0389542
Vertex 10983 -0.0654573 0.131176 0.0439868
Vertex 10984 -0.0617882 0.138121 0.0352393
Vertex 10985 -0.0614468 0.141404 -0.00570472
Vertex 10986 -0.0284893 0.0903534 -0.0305816
Vertex 10987 -0.0758557 0.103473 -0.0101675
Vertex 10988 -0.08595 0.110378 0.0213654
Vertex 10989 0.0252254 0.095572 0.0454222
Vertex 10990 0.0260206 0.095556 0.0448127
Vertex 10991 -0.0337241 0.163848 -0.00328844
Vertex 10992 -0.0658407 0.0938498 -0.0179236
Vertex 10993 0.010651 0.121836 0.0349107
Vertex 10994 0.0434619 0.0930961 0.0241585
Vertex 10995 -0.0678583 0.112732 0.0457592
Vertex 10996 0.0116064 0.121838 0.0345253
Vertex 10997 0.00969178 0.121836 0.0352946
Vertex 10998 -0.0616678 0.143939 0.037247
Vertex 10999 -0.0398464 0.0957237 -0.0225845
Vertex 11000 -0.0718123 0.0950995 -0.0154446
Vertex 11001 -0.069852 0.0951674 -0.0161643
Vertex 11002 -0.0925798 0.11747 0.0343056
Vertex 11003 -0.0761089 0.149998 -0.0108814
Vertex 11004 -0.0090863 0.16966 -0.0247514
Vertex 11005 -0.0615051 0.159991 -0.0325895
Vertex 11006 -0.0738138 0.0950345 -0.0145557
Vertex 11007 -0.0758939 0.107753 -0.00831552
Vertex 11008 -0.0649061 0.108122 -0.0141961
Vertex 11009 -0.076873 0.114866 -0.00505023
Vertex 11010 -0.043838 0.0956679 -0.0221641
Vertex 11011 -0.0630974 0.160042 -0.0195595
Vertex 11012 -0.0154766 0.160714 -0.011803
Vertex 11013 -0.0834254 0.141805 0.00220396
Vertex 11014 -0.0626773 0.153684 -0.0325991
Vertex 11015 0.0210547 0.0358177 -0.00168489
Vertex 11016 0.021052 0.0358187 -0.0026817
Vertex 11017 0.0205436 0.0357642 -0.00368285
Vertex 11018 0.0201601 0.0357218 -0.00467829
Vertex 11019 0.0196495 0.0356664 -0.00567711
Vertex 11020 0.0191388 0.0356129 -0.00667825
Vertex 11021 0.0191352 0.0356125 -0.00767677
Vertex 11022 0.0188777 0.03558 -0.00867348
Vertex 11023 0.0186225 0.0355557 -0.00967449
Vertex 11024 0.0183649 0.0355244 -0.0106716
Vertex 11025 0.0182349 0.0355117 -0.0116753
Vertex 11026 0.0181014 0.0354956 -0.0136744
Vertex 11027 0.0165095 0.0354073 -0.0166384
Vertex 11028 -0.0688351 0.0951745 -0.0162656
Vertex 11029 0.0200734 0.0372985 0.0402199
Vertex 11030 0.0207024 0.0373647 0.039246
Vertex 11031 0.0213046 0.0374522 0.0382518
Vertex 11032 0.0216857 0.0374896 0.0372608
Vertex 11033 0.0220645 0.0375334 0.0362702
Vertex 11034 0.0224472 0.0375897 0.0352799
Vertex 11035 0.0226059 0.0375679 0.034289
Vertex 11036 -0.0728269 0.0950692 -0.0149677
Vertex 11037 -0.0448348 0.0942101 -0.0220316
Vertex 11038 -0.0766843 0.15421 -0.00390102
Vertex 11039 -0.0887111 0.101017 0.0193703
Vertex 11040 -0.0629568 0.15367 -0.0336031
Vertex 11041 -0.0725091 0.147853 -0.0287195
Vertex 11042 0.0450284 0.0875565 0.0211548
Vertex 11043 -0.0635972 0.164728 -0.0295802
Vertex 11044 -0.0617504 0.158434 -0.0225881
Vertex 11045 -0.0611789 0.172541 -0.0596341
Vertex 11046 -0.0618817 0.161578 -0.0325898
Vertex 11047 -0.0674791 0.0622216 0.0214031
Vertex 11048 -0.0748306 0.094995 -0.0139518
Vertex 11049 -0.00487882 0.107372 -0.0225382
Vertex 11050 -0.00688399 0.107372 -0.022762
Vertex 11051 -0.0261438 0.168232 -0.0181898
Vertex 11052 -0.060805 0.0953608 -0.018741
Vertex 11053 -0.0308539 0.0958394 -0.0237431
Vertex 11054 0.0415131 0.0394077 0.00724875
Vertex 11055 0.0413586 0.0394374 0.00625535
Vertex 11056 0.0410852 0.0394499 0.00526393
Vertex 11057 0.0410047 0.0395957 0.0043142
Vertex 11058 0.039816 0.0393083 0.00327619
Vertex 11059 0.0381042 0.0392738 0.00134927
Vertex 11060 -0.0093342 0.174192 -0.0247468
Vertex 11061 0.0213045 0.0372836 -0.00268556
Vertex 11062 0.0218798 0.0374214 -0.00364164
Vertex 11063 0.0209941 0.0373175 -0.00464913
Vertex 11064 0.0204112 0.0371925 -0.00568428
Vertex 11065 0.0200283 0.0371524 -0.00668325
Vertex 11066 0.0197685 0.0371215 -0.00768223
Vertex 11067 0.0195119 0.0370935 -0.00868114
Vertex 11068 0.0193623 0.0370952 -0.00967348
Vertex 11069 0.0193556 0.0370965 -0.0106758
Vertex 11070 0.0191276 0.0370481 -0.0116797
Vertex 11071 0.0188962 0.0370007 -0.0126843
Vertex 11072 0.0187472 0.0369987 -0.01368
Vertex 11073 0.0185047 0.0369619 -0.0146835
Vertex 11074 0.0182327 0.0369462 -0.015679
Vertex 11075 0.0177475 0.036867 -0.0166881
Vertex 11076 0.017237 0.0368135 -0.0176915
Vertex 11077 0.0165569 0.0367823 -0.018664
Vertex 11078 0.0157741 0.036715 -0.0196413
Vertex 11079 0.0148967 0.0366228 -0.0205744
Vertex 11080 0.00946556 0.123094 -0.0106511
Vertex 11081 0.0230906 0.0973761 -0.0211755
Vertex 11082 -0.0494359 0.138587 0.00541192
Vertex 11083 -0.0615935 0.160001 -0.0315914
Vertex 11084 0.0207467 0.0387687 0.0412277
Vertex 11085 0.0214831 0.0388585 0.0402401
Vertex 11086 0.0219406 0.0388423 0.0393076
Vertex 11087 0.0225876 0.0388978 0.0383164
Vertex 11088 0.0230618 0.0389706 0.0372995
Vertex 11089 0.0234516 0.0389975 0.0363054
Vertex 11090 0.023933 0.0390696 0.0352942
Vertex 11091 0.0242087 0.039076 0.0343007
Vertex 11092 0.0244991 0.0390622 0.0333159
Vertex 11093 -0.0608313 0.092512 -0.0191943
Vertex 11094 -0.0476623 0.135572 0.0124001
Vertex 11095 -0.0398248 0.0928735 -0.0232663
Vertex 11096 -0.0887511 0.102351 0.0133854
Vertex 11097 -0.00927598 0.177254 -0.0287785
Vertex 11098 -0.0798195 0.105901 -0.00558882
Vertex 11099 -0.0101655 0.178729 -0.0267529
Vertex 11100 0.0414097 0.104256 0.00616512
Vertex 11101 -0.0622546 0.152185 -0.0195775
Vertex 11102 -0.0861558 0.100815 0.00240792
Vertex 11103 -0.0358424 0.095771 -0.0231986
Vertex 11104 -0.0631329 0.17411 -0.0535854
Vertex 11105 -0.0923754 0.118793 0.0312942
Vertex 11106 -0.0788893 0.125151 -0.00625598
Vertex 11107 -0.0677451 0.0629578 0.0224748
Vertex 11108 -0.0689415 0.128234 -0.0091158
Vertex 11109 -0.0679015 0.120916 -0.00896008
Vertex 11110 -0.0338357 0.095789 -0.0234311
Vertex 11111 0.0456517 0.0413562 0.00923967
Vertex 11112 0.0453867 0.0413474 0.00824507
Vertex 11113 0.0449984 0.0413097 0.00725015
Vertex 11114 0.044508 0.0412168 0.00624902
Vertex 11115 0.0440036 0.0411539 0.00525252
Vertex 11116 0.0436072 0.041137 0.00426675
Vertex 11117 0.0430768 0.0411155 0.00329204
Vertex 11118 0.0420833 0.0409609 0.00227771
Vertex 11119 0.0410408 0.0408917 0.00130956
Vertex 11120 0.0402098 0.04091 0.000378677
Vertex 11121 0.0390858 0.0407779 -0.000614316
Vertex 11122 -0.0479764 0.135553 0.00940627
Vertex 11123 0.0233356 0.0389315 -0.00470356
Vertex 11124 0.0220423 0.0388246 -0.00567731
Vertex 11125 0.0215585 0.0387445 -0.00669407
Vertex 11126 0.0210632 0.038679 -0.00769573
Vertex 11127 0.0209039 0.0386887 -0.00868617
Vertex 11128 0.0204663 0.0385832 -0.00969847
Vertex 11129 0.0202287 0.0385462 -0.010699
Vertex 11130 0.0200483 0.0385661 -0.0116898
Vertex 11131 0.0198232 0.0385183 -0.0126921
Vertex 11132 0.0196875 0.0385058 -0.013693
Vertex 11133 0.019441 0.0384709 -0.0146972
Vertex 11134 0.0190777 0.0384168 -0.0157069
Vertex 11135 0.0187727 0.038419 -0.0166964
Vertex 11136 0.0183006 0.0383341 -0.0177245
Vertex 11137 0.0176298 0.0382941 -0.0187111
Vertex 11138 0.016644 0.0381609 -0.019755
Vertex 11139 0.0154864 0.0380581 -0.0207587
Vertex 11140 -0.0105538 0.0962042 -0.0319333
Vertex 11141 -0.0908359 0.114163 0.0368153
Vertex 11142 -0.0505374 0.138563 0.00240881
Vertex 11143 -0.0623035 0.158393 -0.0375989
Vertex 11144 -0.0288792 0.104408 -0.0227314
Vertex 11145 -0.0938956 0.118755 0.0202995
Vertex 11146 0.0222077 0.0403059 0.0403109
Vertex 11147 0.0238248 0.0404881 0.03829
Vertex 11148 0.0244407 0.0405616 0.0372831
Vertex 11149 0.0247254 0.0405634 0.0363023
Vertex 11150 0.0249948 0.0405751 0.0353079
Vertex 11151 0.0254946 0.0406248 0.0343049
Vertex 11152 0.0259201 0.0406241 0.0333279
Vertex 11153 -0.0888783 0.111909 0.0103621
Vertex 11154 -0.0884724 0.111842 0.0093465
Vertex 11155 -0.0945826 0.122834 0.0222802
Vertex 11156 -0.0726588 0.143932 -0.0130219
Vertex 11157 -0.0487919 0.135536 0.0203921
Vertex 11158 -0.0631344 0.177233 -0.0567528
Vertex 11159 -0.0621666 0.152205 -0.0155784
Vertex 11160 0.0380593 0.0869714 -0.0147288
Vertex 11161 -0.00979568 0.178776 -0.0277733
Vertex 11162 -0.0615069 0.172523 -0.0575905
Vertex 11163 -0.062151 0.152195 -0.0205783
Vertex 11164 -0.00887643 0.105922 -0.0227472
Vertex 11165 -0.0639011 0.119458 -0.00893676
Vertex 11166 -0.0829976 0.133839 -0.00205551
Vertex 11167 -0.0408343 0.0942887 -0.0229156
Vertex 11168 0.0483264 0.0430255 0.0152188
Vertex 11169 0.0485976 0.0429932 0.0132228
Vertex 11170 0.0487043 0.0430197 0.0122221
Vertex 11171 0.0488884 0.0431235 0.0112233
Vertex 11172 0.0487537 0.043125 0.0102298
Vertex 11173 0.048521 0.043083 0.00923259
Vertex 11174 0.0484774 0.0431365 0.00824398
Vertex 11175 0.0481112 0.0431114 0.00725444
Vertex 11176 0.0475429 0.0429463 0.00623912
Vertex 11177 0.0472196 0.0430325 0.00527833
Vertex 11178 0.0464852 0.0429053 0.00427528
Vertex 11179 0.0458597 0.0428246 0.0032848
Vertex 11180 0.0450739 0.0427888 0.00232236
Vertex 11181 0.0433938 0.0426486 0.00136855
Vertex 11182 0.0417308 0.0422749 0.000248643
Vertex 11183 0.0400064 0.0422019 -0.00166327
Vertex 11184 0.0289287 0.100617 -0.0165368
Vertex 11185 -0.0876244 0.129442 0.00130199
Vertex 11186 0.0245092 0.0406191 -0.00557292
Vertex 11187 0.0231366 0.0404268 -0.00664294
Vertex 11188 0.0223219 0.0402539 -0.00770693
Vertex 11189 0.021964 0.0402022 -0.00870612
Vertex 11190 0.0215717 0.0401714 -0.00970048
Vertex 11191 0.0212145 0.0401172 -0.0107008
Vertex 11192 0.020848 0.0400652 -0.0117024
Vertex 11193 0.0206869 0.0400703 -0.0126929
Vertex 11194 0.0204668 0.0400207 -0.013702
Vertex 11195 0.0203254 0.040014 -0.0146997
Vertex 11196 0.0200755 0.0399795 -0.0157069
Vertex 11197 0.0197994 0.0399634 -0.0167042
Vertex 11198 0.0194281 0.0399108 -0.0177171
Vertex 11199 0.0187974 0.0398349 -0.0187285
Vertex 11200 0.0181073 0.0398088 -0.0196993
Vertex 11201 0.0170867 0.039703 -0.0206999
Vertex 11202 0.0160515 0.039741 -0.0214719
Vertex 11203 0.0084074 0.123136 -0.0106652
Vertex 11204 -0.0891628 0.0942977 0.0214104
Vertex 11205 -0.0106525 0.165176 -0.016643
Vertex 11206 -0.0919111 0.120015 0.00829626
Vertex 11207 -0.0908772 0.119982 0.00630567
Vertex 11208 -0.047972 0.135544 0.0173874
Vertex 11209 -0.0630191 0.169374 -0.0476038
Vertex 11210 -0.0623807 0.147545 -0.00857398
Vertex 11211 -0.0530423 0.14778 0.0224018
Vertex 11212 -0.051966 0.138521 0.000416067
Vertex 11213 -0.0622266 0.158391 -0.0366041
Vertex 11214 -0.0635063 0.156747 -0.0406118
Vertex 11215 -0.0619528 0.15527 -0.030594
Vertex 11216 0.0252284 0.0420597 0.0372934
Vertex 11217 0.0256473 0.0420743 0.0363142
Vertex 11218 0.0260496 0.0420955 0.0353242
Vertex 11219 0.0266603 0.0421651 0.0343135
Vertex 11220 -0.0491177 0.138604 0.00740359
Vertex 11221 -0.0613242 0.174126 -0.0596453
Vertex 11222 -0.0620463 0.158428 -0.0205873
Vertex 11223 -0.0616259 0.175734 -0.0596865
Vertex 11224 -0.0683202 0.166619 -0.0540065
Vertex 11225 -0.0628199 0.164682 -0.0345962
Vertex 11226 -0.0736181 0.0688668 0.0266732
Vertex 11227 -0.0621531 0.152198 -0.0185797
Vertex 11228 -0.0490828 0.13552 0.0213898
Vertex 11229 -0.00957846 0.178815 -0.0287373
Vertex 11230 0.0402454 0.0843611 -0.0117637
Vertex 11231 -0.0512049 0.147808 0.0143958
Vertex 11232 -0.0792715 0.107765 0.0320009
Vertex 11233 -0.0668226 0.0923514 -0.017257
Vertex 11234 0.0503986 0.0446075 0.0172106
Vertex 11235 0.0505278 0.0445977 0.0162148
Vertex 11236 0.0507656 0.0446256 0.0152142
Vertex 11237 0.0507854 0.0445928 0.0142166
Vertex 11238 0.0509994 0.044648 0.0132154
Vertex 11239 0.0509663 0.0446851 0.0122122
Vertex 11240 0.0508473 0.0446622 0.0112162
Vertex 11241 0.0508224 0.0446928 0.0102182
Vertex 11242 0.0506847 0.044695 0.00922239
Vertex 11243 0.0504194 0.0446982 0.00822878
Vertex 11244 0.0501729 0.0446765 0.00723117
Vertex 11245 0.0500217 0.0446984 0.00624267
Vertex 11246 0.049468 0.0445737 0.00523787
Vertex 11247 0.0492065 0.0445737 0.00425603
Vertex 11248 0.0483875 0.0444574 0.00325794
Vertex 11249 0.0476241 0.0444058 0.00228058
Vertex 11250 0.0469197 0.0444607 0.00136465
Vertex 11251 0.0454962 0.0443878 0.000424365
Vertex 11252 0.0322546 0.0987343 -0.0145759
Vertex 11253 -0.0345641 0.11594 -0.0146748
Vertex 11254 0.0297667 0.100164 -0.016062
Vertex 11255 0.0376515 0.0947835 -0.010301
Vertex 11256 0.0241599 0.0418198 -0.00678118
Vertex 11257 0.0234089 0.0418644 -0.00766906
Vertex 11258 0.0226563 0.0416586 -0.00875234
Vertex 11259 0.0222403 0.0416489 -0.00972259
Vertex 11260 0.0218834 0.0415901 -0.0107198
Vertex 11261 0.0216799 0.0415358 -0.0117265
Vertex 11262 0.021665 0.0416371 -0.0126942
Vertex 11263 0.0214529 0.0415824 -0.013701
Vertex 11264 0.0213104 0.0415776 -0.0147
Vertex 11265 0.0210681 0.0415437 -0.0156999
Vertex 11266 0.0208178 0.0415166 -0.0167046
Vertex 11267 0.0205519 0.0414936 -0.0177079
Vertex 11268 0.0201473 0.0414664 -0.0187017
Vertex 11269 0.0195943 0.041435 -0.0196763
Vertex 11270 0.0185142 0.0412688 -0.0207398
Vertex 11271 -0.0148841 0.0959887 -0.031739
Vertex 11272 -0.0810076 0.10869 -0.00259876
Vertex 11273 -0.0626256 0.150596 -0.021578
Vertex 11274 -0.092388 0.120024 0.00928585
Vertex 11275 -0.0914335 0.120003 0.00730918
Vertex 11276 -0.0625559 0.150623 -0.0205762
Vertex 11277 -0.0090473 0.168146 -0.0217175
Vertex 11278 -0.0630651 0.167844 -0.0445874
Vertex 11279 -0.0702901 0.063891 0.0211244
Vertex 11280 -0.0631168 0.15992 -0.0455978
Vertex 11281 -0.0631574 0.159924 -0.0465929
Vertex 11282 -0.0623577 0.147557 -0.00658086
Vertex 11283 -0.0633873 0.169402 -0.0465883
Vertex 11284 -0.0632263 0.153648 -0.0346156
Vertex 11285 -0.0135829 0.03702 0.0510108
Vertex 11286 -0.0724375 0.0643068 0.0185598
Vertex 11287 -0.054457 0.14621 0.0274041
Vertex 11288 -0.053792 0.141582 0.0273817
Vertex 11289 -0.0874242 0.111776 0.00733879
Vertex 11290 -0.0709606 0.172226 -0.0520527
Vertex 11291 -0.0908268 0.137853 0.0181986
Vertex 11292 -0.0409396 0.168342 -0.0108401
Vertex 11293 -0.0801811 0.108648 -0.00360377
Vertex 11294 -0.0839818 0.115583 0.0478751
Vertex 11295 -0.0620328 0.156862 -0.0185851
Vertex 11296 -0.00888297 0.175714 -0.027834
Vertex 11297 -0.0614858 0.175719 -0.0606762
Vertex 11298 -0.0881465 0.111869 0.0203319
Vertex 11299 -0.0626214 0.149057 -0.0155813
Vertex 11300 -0.0720239 0.158203 -0.0389152
Vertex 11301 -0.0483087 0.135537 0.00740851
Vertex 11302 -0.0627796 0.16313 -0.0285907
Vertex 11303 -0.0339969 0.152567 -0.000573454
Vertex 11304 -0.0618223 0.170491 -0.0617288
Vertex 11305 -0.0627671 0.15529 -0.013592
Vertex 11306 0.0422094 0.0873179 -0.00779978
Vertex 11307 0.0518591 0.0461434 0.019211
Vertex 11308 0.0522184 0.0461787 0.0182078
Vertex 11309 0.0525507 0.0462401 0.0172033
Vertex 11310 0.0525746 0.0462075 0.0162071
Vertex 11311 0.0527001 0.0462105 0.0152086
Vertex 11312 0.0529037 0.0462692 0.0142047
Vertex 11313 0.0530102 0.0462982 0.0132036
Vertex 11314 0.0529009 0.0462649 0.0122044
Vertex 11315 0.0527843 0.0462443 0.0112063
Vertex 11316 0.0526315 0.0462656 0.0102089
Vertex 11317 0.0522688 0.0462249 0.00921199
Vertex 11318 0.0519248 0.0461654 0.00821164
Vertex 11319 0.0517879 0.0461689 0.0072143
Vertex 11320 0.0515378 0.0461489 0.00621743
Vertex 11321 0.0514697 0.0462224 0.00523719
Vertex 11322 0.0510178 0.0461394 0.00424124
Vertex 11323 0.0505086 0.0461176 0.0032623
Vertex 11324 0.0499018 0.0460625 0.00228276
Vertex 11325 0.0491492 0.0460297 0.00132033
Vertex 11326 0.0482587 0.0460086 0.000382582
Vertex 11327 0.0305902 0.0996469 -0.0155371
Vertex 11328 0.0314256 0.0991914 -0.015062
Vertex 11329 0.0254079 0.10205 -0.0180571
Vertex 11330 -0.000173892 0.120963 -0.0122496
Vertex 11331 -0.0629554 0.156782 -0.0386059
Vertex 11332 0.0262206 0.0435744 -0.00668237
Vertex 11333 0.0255358 0.0435625 -0.00763706
Vertex 11334 0.0246717 0.0434401 -0.00867806
Vertex 11335 0.0239407 0.0433254 -0.00969837
Vertex 11336 0.0231261 0.0431609 -0.0107258
Vertex 11337 0.0226739 0.0430625 -0.011732
Vertex 11338 0.0224202 0.0430392 -0.0127301
Vertex 11339 0.022253 0.0430673 -0.0137151
Vertex 11340 0.0220365 0.0430228 -0.0147268
Vertex 11341 0.0218787 0.0430332 -0.0157248
Vertex 11342 0.0216235 0.0430155 -0.0167288
Vertex 11343 0.0213756 0.0429924 -0.0177346
Vertex 11344 0.0210931 0.0429808 -0.0187308
Vertex 11345 0.0206459 0.0429683 -0.0197059
Vertex 11346 0.0200866 0.0429332 -0.0206714
Vertex 11347 0.0190867 0.0428243 -0.0216805
Vertex 11348 0.0169695 0.107204 -0.0175448
Vertex 11349 -0.0345377 0.0353482 -0.0311793
Vertex 11350 -0.0682478 0.066271 0.0282875
Vertex 11351 0.0418115 0.0872841 -0.00879032
Vertex 11352 -0.0748894 0.152721 -0.0218881
Vertex 11353 -0.0832173 0.13898 0.000315163
Vertex 11354 -0.0926193 0.122848 0.0312739
Vertex 11355 -0.00912597 0.168128 -0.0227626
Vertex 11356 -0.0628784 0.16149 -0.0515871
Vertex 11357 -0.0619039 0.16157 -0.0305885
Vertex 11358 -0.0132739 0.162396 -0.014817
Vertex 11359 -0.0632815 0.159908 -0.0475928
Vertex 11360 -0.0628145 0.169399 -0.0485883
Vertex 11361 -0.00951883 0.17115 -0.0217635
Vertex 11362 -0.0101059 0.171125 -0.0207965
Vertex 11363 0.0418505 0.0929433 -0.00581175
Vertex 11364 -0.0616576 0.170967 -0.0555865
Vertex 11365 -0.0520495 0.147795 0.0183962
Vertex 11366 -0.0853298 0.111023 0.0405559
Vertex 11367 -0.0745076 0.115686 0.0517763
Vertex 11368 -0.0547119 0.146209 0.0284156
Vertex 11369 0.0412738 0.0872408 -0.00977382
Vertex 11370 -0.0486667 0.134012 0.00340208
Vertex 11371 -0.0482843 0.133992 0.00441773
Vertex 11372 0.042476 0.0986857 0.0211679
Vertex 11373 -0.0485461 0.135607 0.0194861
Vertex 11374 -0.051883 0.143128 0.0183637
Vertex 11375 -0.0884532 0.112251 0.0353052
Vertex 11376 -0.0616227 0.156855 -0.0295846
Vertex 11377 -0.0481741 0.135565 0.0182752
Vertex 11378 -0.00920453 0.175559 -0.0287981
Vertex 11379 0.0406445 0.0871881 -0.0107716
Vertex 11380 -0.0850528 0.0993835 -0.000573805
Vertex 11381 -0.0656034 0.0619186 0.0220381
Vertex 11382 -0.0187325 0.0374026 0.0529482
Vertex 11383 -0.00980958 0.166665 -0.0207735
Vertex 11384 0.0429603 0.0873797 -0.00580114
Vertex 11385 -0.063101 0.150495 -0.0266018
Vertex 11386 0.0437475 0.087439 -0.00380588
Vertex 11387 0.0532979 0.0476993 0.0202039
Vertex 11388 0.0537831 0.0477401 0.0192041
Vertex 11389 0.0541381 0.0477755 0.0182012
Vertex 11390 0.0541559 0.0477549 0.017206
Vertex 11391 0.0543739 0.0477987 0.0161989
Vertex 11392 0.0545899 0.0478435 0.0151974
Vertex 11393 0.0546992 0.0478618 0.0141962
Vertex 11394 0.0546976 0.0478581 0.0131951
Vertex 11395 0.0546048 0.0478149 0.0122009
Vertex 11396 0.0545544 0.0478595 0.011201
Vertex 11397 0.0544139 0.0478718 0.0102055
Vertex 11398 0.0542552 0.0478973 0.00920996
Vertex 11399 0.0539053 0.0478505 0.00821457
Vertex 11400 0.0535575 0.0477942 0.0072134
Vertex 11401 0.0531328 0.0476715 0.00620176
Vertex 11402 0.0528827 0.0476533 0.00520477
Vertex 11403 0.0526059 0.0476644 0.00422036
Vertex 11404 0.0522007 0.0476683 0.00324556
Vertex 11405 0.0515873 0.047616 0.00226708
Vertex 11406 0.0506418 0.0475027 0.0012667
Vertex 11407 0.0498828 0.0474685 0.000307011
Vertex 11408 0.0488619 0.047436 -0.000620948
Vertex 11409 0.0464132 0.0472054 -0.00271728
Vertex 11410 0.038459 0.094268 -0.00974763
Vertex 11411 0.0221547 0.0979182 -0.0216266
Vertex 11412 0.0445162 0.087501 -0.00181141
Vertex 11413 -0.00222052 0.117102 -0.0161156
Vertex 11414 0.0272261 0.0451183 -0.00768323
Vertex 11415 0.0267163 0.0450608 -0.00869474
Vertex 11416 0.0264125 0.0450979 -0.0096842
Vertex 11417 0.0260285 0.0450625 -0.0106845
Vertex 11418 0.0256365 0.0450396 -0.0116814
Vertex 11419 0.0250139 0.0449606 -0.012685
Vertex 11420 0.0242611 0.0448626 -0.0136813
Vertex 11421 0.0228667 0.0444458 -0.0147763
Vertex 11422 0.0225489 0.0444802 -0.0157666
Vertex 11423 0.0221671 0.0444704 -0.016762
Vertex 11424 0.0217692 0.0444645 -0.0177596
Vertex 11425 0.0214237 0.0444841 -0.0187153
Vertex 11426 0.021025 0.0444507 -0.0197096
Vertex 11427 0.0204505 0.044377 -0.0207645
Vertex 11428 0.0197334 0.044328 -0.0216983
Vertex 11429 0.0301337 0.0958138 -0.0174156
Vertex 11430 0.050676 0.0693821 0.00244948
Vertex 11431 -0.0628659 0.161473 -0.0525859
Vertex 11432 0.0555907 0.0604655 -0.000426808
Vertex 11433 -0.022965 0.108799 -0.0212234
Vertex 11434 -0.0896074 0.135171 0.0322127
Vertex 11435 -0.0926054 0.122844 0.0302746
Vertex 11436 -0.0926446 0.122835 0.02928
Vertex 11437 -0.0625045 0.160053 -0.0215634
Vertex 11438 -0.0619246 0.161563 -0.0295917
Vertex 11439 -0.0135011 0.162185 -0.0138332
Vertex 11440 -0.013526 0.162053 -0.0127433
Vertex 11441 -0.0625469 0.169393 -0.0495927
Vertex 11442 -0.00886294 0.171168 -0.0237423
Vertex 11443 -0.0091676 0.171172 -0.0227371
Vertex 11444 -0.0613803 0.17096 -0.0575947
Vertex 11445 -0.0615083 0.170965 -0.0565878
Vertex 11446 -0.0580149 0.0675718 0.0363481
Vertex 11447 -0.0523396 0.147791 0.0193952
Vertex 11448 -0.0639979 0.158311 -0.048587
Vertex 11449 -0.0633822 0.164679 -0.0305938
Vertex 11450 -0.0537237 0.147766 0.0244131
Vertex 11451 -0.0533301 0.1416 0.0264013
Vertex 11452 -0.0489909 0.133982 0.00241474
Vertex 11453 -0.0468429 0.132502 0.00641278
Vertex 11454 -0.0493716 0.143224 0.00839291
Vertex 11455 -0.0690863 0.0666121 0.0278101
Vertex 11456 -0.062693 0.156802 -0.0376031
Vertex 11457 -0.0297799 0.106834 -0.0211406
Vertex 11458 -0.0835905 0.112379 0.0452164
Vertex 11459 -0.0644851 0.0755505 0.0404189
Vertex 11460 -0.053883 0.150856 0.0253998
Vertex 11461 -0.0631402 0.158352 -0.0425984
Vertex 11462 -0.0361903 0.151017 -0.000604378
Vertex 11463 -0.0624362 0.150651 -0.0105777
Vertex 11464 -0.0624126 0.150651 -0.0115734
Vertex 11465 -0.0622911 0.150653 -0.0125749
Vertex 11466 -0.0615844 0.155311 -0.0225818
Vertex 11467 -0.0332242 0.152554 -0.00262082
Vertex 11468 -0.062838 0.153641 -0.0115615
Vertex 11469 0.0542673 0.0491964 0.0212031
Vertex 11470 0.0548799 0.0492406 0.0202107
Vertex 11471 0.0553645 0.0492819 0.0192078
Vertex 11472 0.0556876 0.0493473 0.0181935
Vertex 11473 0.0558148 0.0493476 0.0171957
Vertex 11474 0.0558223 0.0493444 0.0161931
Vertex 11475 0.056025 0.0493916 0.0151904
Vertex 11476 0.0561422 0.049398 0.0141897
Vertex 11477 0.0561478 0.0493933 0.0131905
Vertex 11478 0.0561271 0.0494063 0.0121912
Vertex 11479 0.0561175 0.0494119 0.0111925
Vertex 11480 0.0559734 0.0494153 0.0101945
Vertex 11481 0.0558337 0.0494217 0.00919997
Vertex 11482 0.0556221 0.0493651 0.00819776
Vertex 11483 0.0553932 0.0493283 0.0071983
Vertex 11484 0.0552084 0.0493743 0.00621284
Vertex 11485 0.0547499 0.0492946 0.00521444
Vertex 11486 0.0543559 0.049285 0.0042337
Vertex 11487 0.0537671 0.0492093 0.00323447
Vertex 11488 0.0531496 0.0491587 0.00225551
Vertex 11489 0.0524062 0.0491022 0.00128138
Vertex 11490 0.0514482 0.0490026 0.000289284
Vertex 11491 0.0504722 0.048918 -0.000684915
Vertex 11492 0.0495034 0.0488243 -0.00166079
Vertex 11493 0.0484396 0.0486951 -0.00266239
Vertex 11494 0.0408807 0.0948081 -0.00628698
Vertex 11495 -0.0828517 0.110648 0.028886
Vertex 11496 0.0289827 0.0467369 -0.00766304
Vertex 11497 0.0283692 0.0466516 -0.00870467
Vertex 11498 0.0280707 0.046664 -0.00969251
Vertex 11499 0.0277468 0.0465681 -0.0107176
Vertex 11500 0.0275877 0.0465825 -0.0117097
Vertex 11501 0.0272051 0.0465425 -0.0127095
Vertex 11502 0.0268226 0.046511 -0.0137061
Vertex 11503 0.0265924 0.0466157 -0.0146569
Vertex 11504 0.0260064 0.0465031 -0.0156607
Vertex 11505 0.0252085 0.0464911 -0.0166174
Vertex 11506 0.0226111 0.0458717 -0.017849
Vertex 11507 0.0217639 0.0458254 -0.0188683
Vertex 11508 0.0211703 0.0458979 -0.0197309
Vertex 11509 0.0203688 0.0459169 -0.020834
Vertex 11510 0.00442197 0.11861 -0.0157775
Vertex 11511 -0.01565 0.10151 -0.0235687
Vertex 11512 0.0212923 0.0982999 -0.0220426
Vertex 11513 -0.000266462 0.0936214 -0.0332218
Vertex 11514 -0.0241067 0.108647 -0.0210644
Vertex 11515 -0.0915859 0.128175 0.00825933
Vertex 11516 -0.0926373 0.122856 0.0322729
Vertex 11517 -0.0778403 0.10982 0.0432074
Vertex 11518 -0.0620402 0.161574 -0.0285866
Vertex 11519 -0.0625942 0.153749 -0.0125838
Vertex 11520 -0.0623698 0.169401 -0.0505859
Vertex 11521 -0.0625301 0.147537 -0.0105732
Vertex 11522 -0.00864981 0.171144 -0.0247734
Vertex 11523 0.0453844 0.091806 0.0121583
Vertex 11524 -0.0894331 0.150114 0.0121902
Vertex 11525 -0.0700516 0.177913 -0.0570165
Vertex 11526 -0.0525858 0.147787 0.0204037
Vertex 11527 -0.0636646 0.15831 -0.045603
Vertex 11528 -0.0622523 0.152181 -0.0215758
Vertex 11529 -0.0620187 0.175667 -0.057604
Vertex 11530 -0.0523892 0.141597 0.0213852
Vertex 11531 -0.0869096 0.111745 0.0223587
Vertex 11532 -0.0849795 0.0952966 -0.00257745
Vertex 11533 -0.0495225 0.143222 0.00950726
Vertex 11534 -0.0656099 0.0655077 0.0295065
Vertex 11535 -0.0785045 0.111148 0.0455755
Vertex 11536 -0.094215 0.120106 0.0172864
Vertex 11537 -0.0621937 0.156854 -0.0175927
Vertex 11538 -0.0541984 0.150844 0.02639
Vertex 11539 -0.0517714 0.14934 0.0163945
Vertex 11540 -0.0522155 0.149331 0.0183918
Vertex 11541 -0.0542038 0.149302 0.0263885
Vertex 11542 -0.0284871 0.0932302 -0.0255941
Vertex 11543 -0.0631749 0.149 -0.0205832
Vertex 11544 -0.0517809 0.138537 0.023394
Vertex 11545 -0.0512844 0.138511 0.0223666
Vertex 11546 -0.0612049 0.174131 -0.0607222
Vertex 11547 0.055706 0.0507437 0.0211984
Vertex 11548 0.0562825 0.0508178 0.0201866
Vertex 11549 0.0565626 0.0508082 0.0192018
Vertex 11550 0.0567976 0.0508328 0.0181941
Vertex 11551 0.0569923 0.0508892 0.0171854
Vertex 11552 0.0570161 0.0508675 0.0161892
Vertex 11553 0.0571307 0.0508797 0.0151878
Vertex 11554 0.0572481 0.0508905 0.0141872
Vertex 11555 0.0572432 0.0508915 0.0131865
Vertex 11556 0.0572429 0.0508905 0.0121849
Vertex 11557 0.0572117 0.0509068 0.011186
Vertex 11558 0.0570851 0.0508934 0.0101876
Vertex 11559 0.0569539 0.0508846 0.00918952
Vertex 11560 0.0567195 0.0508531 0.00818949
Vertex 11561 0.0565843 0.0508466 0.00719292
Vertex 11562 0.0563061 0.0508424 0.00620646
Vertex 11563 0.0559507 0.0508031 0.00520531
Vertex 11564 0.055466 0.0507517 0.00421414
Vertex 11565 0.0549036 0.0506667 0.00319831
Vertex 11566 0.0542609 0.050631 0.00222604
Vertex 11567 0.0535386 0.0505579 0.00123438
Vertex 11568 0.0527925 0.0505032 0.000257908
Vertex 11569 0.0516179 0.0503639 -0.000756444
Vertex 11570 0.05074 0.0503045 -0.00171178
Vertex 11571 0.0496613 0.0501912 -0.00270335
Vertex 11572 -0.0297834 0.121969 -0.0069874
Vertex 11573 0.0115331 0.101889 -0.0218781
Vertex 11574 0.0293799 0.0892796 -0.0205263
Vertex 11575 0.0303629 0.0483136 -0.00765132
Vertex 11576 0.0296733 0.0481683 -0.00874324
Vertex 11577 0.0293044 0.0481199 -0.00974071
Vertex 11578 0.0290556 0.0480892 -0.0107335
Vertex 11579 0.0287818 0.0480764 -0.0117305
Vertex 11580 0.0285217 0.0480557 -0.0127278
Vertex 11581 0.0282711 0.0480264 -0.0137299
Vertex 11582 0.0279061 0.0479696 -0.0147397
Vertex 11583 0.0276827 0.0480336 -0.0156964
Vertex 11584 0.0271939 0.0479684 -0.0167032
Vertex 11585 0.0262642 0.0479348 -0.017662
Vertex 11586 0.0252198 0.0478964 -0.0186081
Vertex 11587 0.0233928 0.0475951 -0.0196868
Vertex 11588 0.0346496 0.0972102 -0.0129196
Vertex 11589 0.0517359 0.0693876 0.00244776
Vertex 11590 -0.0106759 0.119083 -0.0141801
Vertex 11591 -0.0118269 0.118985 -0.0140536
Vertex 11592 -0.00628506 0.0952929 -0.0329709
Vertex 11593 0.0401137 0.0933035 -0.00871241
Vertex 11594 -0.0753578 0.0671035 0.0137678
Vertex 11595 -0.0626481 0.167836 -0.0465871
Vertex 11596 -0.0627949 0.167828 -0.0455908
Vertex 11597 -0.042812 0.14778 0.00347562
Vertex 11598 0.0416778 0.102863 0.015161
Vertex 11599 -0.0622212 0.169401 -0.0515858
Vertex 11600 -0.0268485 0.0931277 -0.028596
Vertex 11601 0.0453179 0.0861686 0.00320477
Vertex 11602 -0.0681775 0.0762505 0.039044
Vertex 11603 -0.062107 0.163118 -0.0365927
Vertex 11604 -0.0334767 0.152548 -0.00159465
Vertex 11605 -0.0638193 0.158306 -0.0465978
Vertex 11606 -0.0686144 0.0632303 0.0220506
Vertex 11607 -0.0711187 0.0642492 0.0206358
Vertex 11608 -0.0483068 0.13712 0.0113971
Vertex 11609 -0.0520122 0.14159 0.0203687
Vertex 11610 -0.0478122 0.134031 0.00640478
Vertex 11611 -0.0614986 0.158424 -0.0305881
Vertex 11612 -0.0496377 0.143234 0.0104059
Vertex 11613 -0.0885037 0.114225 0.0283481
Vertex 11614 -0.0424386 0.147805 0.00141712
Vertex 11615 -0.0616053 0.156855 -0.0285887
Vertex 11616 -0.0536146 0.150855 0.0243962
Vertex 11617 -0.0520364 0.14934 0.0173988
Vertex 11618 -0.0484861 0.137101 0.00939484
Vertex 11619 -0.0486795 0.137079 0.00840446
Vertex 11620 -0.0465876 0.132486 0.00741919
Vertex 11621 -0.0521631 0.138551 0.0244099
Vertex 11622 -0.0499851 0.135487 0.00142097
Vertex 11623 -0.0495672 0.135498 0.00241956
Vertex 11624 -0.0661815 0.0615106 0.0205126
Vertex 11625 0.0567694 0.0522665 0.0211855
Vertex 11626 0.0572369 0.0523165 0.0201815
Vertex 11627 0.0575871 0.0523587 0.0191771
Vertex 11628 0.057752 0.0523416 0.0181873
Vertex 11629 0.0578529 0.0523616 0.0171842
Vertex 11630 0.057949 0.0523838 0.0161799
Vertex 11631 0.0580719 0.0523893 0.015182
Vertex 11632 0.0580945 0.0523756 0.014183
Vertex 11633 0.0581139 0.0523629 0.0131822
Vertex 11634 0.0581028 0.0523658 0.0121806
Vertex 11635 0.0580527 0.0523859 0.0111812
Vertex 11636 0.0579126 0.0523842 0.0101848
Vertex 11637 0.0577131 0.0523367 0.00917793
Vertex 11638 0.0575508 0.0523393 0.00818574
Vertex 11639 0.0573171 0.0523102 0.00718519
Vertex 11640 0.0570523 0.0522954 0.00619533
Vertex 11641 0.0567142 0.0522491 0.00518691
Vertex 11642 0.0562413 0.0521934 0.00418603
Vertex 11643 0.055733 0.052157 0.00319809
Vertex 11644 0.0551015 0.0521065 0.00221795
Vertex 11645 0.0544062 0.0520207 0.00120422
Vertex 11646 0.0537506 0.0519895 0.000247391
Vertex 11647 0.0527009 0.0518645 -0.000768796
Vertex 11648 0.0518069 0.0518147 -0.00170668
Vertex 11649 0.0493524 0.0516707 -0.00371978
Vertex 11650 0.0241275 0.120631 -0.00401437
Vertex 11651 -0.0913489 0.117296 0.00730629
Vertex 11652 -0.0384872 0.0337149 -0.0296051
Vertex 11653 0.0315596 0.0497964 -0.00774264
Vertex 11654 0.0309277 0.0497348 -0.00874
Vertex 11655 0.030443 0.0496674 -0.00974777
Vertex 11656 0.030267 0.0496887 -0.0107252
Vertex 11657 0.0300872 0.0497043 -0.0117138
Vertex 11658 0.029585 0.0495591 -0.0127459
Vertex 11659 0.0293305 0.049536 -0.0137505
Vertex 11660 0.0291366 0.0495584 -0.0147305
Vertex 11661 0.028771 0.0495105 -0.0157345
Vertex 11662 0.0282746 0.0494546 -0.0167442
Vertex 11663 0.0276856 0.0494518 -0.0176966
Vertex 11664 0.0269239 0.0493817 -0.018692
Vertex 11665 0.0260218 0.0493062 -0.0196675
Vertex 11666 0.0354105 0.0965418 -0.0122281
Vertex 11667 0.0322641 0.11194 -0.00663069
Vertex 11668 -0.0218558 0.120004 -0.0110164
Vertex 11669 -0.0197872 0.118912 -0.0118682
Vertex 11670 0.0260624 0.113339 -0.0101501
Vertex 11671 -0.00844255 0.0358982 -0.0250895
Vertex 11672 -0.0534525 0.116245 -0.0149003
Vertex 11673 0.0220864 0.122759 -0.00230579
Vertex 11674 -0.0610973 0.169393 -0.058599
Vertex 11675 -0.062524 0.167829 -0.0475902
Vertex 11676 -0.0484771 0.135525 0.0064169
Vertex 11677 0.0418026 0.102869 0.0141608
Vertex 11678 -0.0616117 0.16 -0.0305904
Vertex 11679 -0.062649 0.164698 -0.0365908
Vertex 11680 -0.049274 0.1386 0.00640083
Vertex 11681 -0.0086601 0.174145 -0.0268323
Vertex 11682 -0.0611161 0.170955 -0.0586033
Vertex 11683 -0.0627435 0.14749 -0.0135844
Vertex 11684 -0.0639569 0.158297 -0.0475943
Vertex 11685 -0.0901834 0.114057 0.0406088
Vertex 11686 -0.0493281 0.143211 0.0074004
Vertex 11687 -0.0528479 0.141625 0.0244146
Vertex 11688 -0.0474407 0.134003 0.00841493
Vertex 11689 0.0425653 0.0859482 -0.00679004
Vertex 11690 -0.0497918 0.143216 0.0113941
Vertex 11691 -0.0692156 0.0343564 -0.00463486
Vertex 11692 -0.0424144 0.147803 0.00244515
Vertex 11693 -0.0674148 0.142782 -0.0112266
Vertex 11694 -0.0615924 0.156857 -0.0275883
Vertex 11695 -0.0534094 0.150878 0.0234093
Vertex 11696 -0.062506 0.149124 -0.0145611
Vertex 11697 -0.0487556 0.137056 0.00741027
Vertex 11698 -0.0489579 0.137072 0.00640402
Vertex 11699 -0.0720422 0.15541 -0.0389078
Vertex 11700 -0.050582 0.13546 0.000440434
Vertex 11701 -0.0852004 0.111887 0.0434561
Vertex 11702 -0.054786 0.147744 0.027387
Vertex 11703 -0.0871174 0.110466 0.0103621
Vertex 11704 -0.0614723 0.15843 -0.0295877
Vertex 11705 0.0579592 0.0537863 0.0201793
Vertex 11706 0.058207 0.0538058 0.0191798
Vertex 11707 0.0583564 0.0538008 0.0181861
Vertex 11708 0.0584743 0.0538121 0.0171841
Vertex 11709 0.0585617 0.0538351 0.0161785
Vertex 11710 0.0585888 0.0538213 0.0151823
Vertex 11711 0.0587007 0.0538335 0.0141792
Vertex 11712 0.0587274 0.0538199 0.013179
Vertex 11713 0.0587826 0.0538552 0.0121765
Vertex 11714 0.0586626 0.0538435 0.0111779
Vertex 11715 0.0584482 0.0538047 0.0101717
Vertex 11716 0.0582887 0.0538074 0.00917936
Vertex 11717 0.0581415 0.0538012 0.00818348
Vertex 11718 0.0578211 0.0537494 0.00717652
Vertex 11719 0.0575548 0.053733 0.00618309
Vertex 11720 0.0571986 0.0536922 0.00517882
Vertex 11721 0.0567259 0.0536428 0.00417778
Vertex 11722 0.0562076 0.0536042 0.00319408
Vertex 11723 0.055585 0.0535517 0.00220948
Vertex 11724 0.0549839 0.0534895 0.00121219
Vertex 11725 0.0543638 0.0534389 0.000229046
Vertex 11726 0.0535495 0.0533436 -0.000784809
Vertex 11727 0.0528846 0.0533107 -0.0017243
Vertex 11728 0.0514754 0.0531199 -0.00283685
Vertex 11729 -0.00559979 0.114688 -0.0175182
Vertex 11730 -0.00457753 0.11466 -0.0174869
Vertex 11731 -0.0907853 0.117276 0.00630342
Vertex 11732 -0.0924969 0.121493 0.0302824
Vertex 11733 0.0321413 0.0513188 -0.0087021
Vertex 11734 0.0316471 0.05126 -0.00972402
Vertex 11735 0.0312336 0.051167 -0.0107736
Vertex 11736 0.0309109 0.0511672 -0.0117352
Vertex 11737 0.030542 0.0511254 -0.0127382
Vertex 11738 0.0301658 0.0510827 -0.0137422
Vertex 11739 0.0297926 0.0510441 -0.0147439
Vertex 11740 0.0294314 0.0509988 -0.0157519
Vertex 11741 0.0290438 0.0509642 -0.0167532
Vertex 11742 0.0285441 0.0509095 -0.0177614
Vertex 11743 0.0279176 0.0508447 -0.0187774
Vertex 11744 0.0271973 0.0508207 -0.0197147
Vertex 11745 0.0261922 0.0507168 -0.0207207
Vertex 11746 -0.0096155 0.119132 -0.0142361
Vertex 11747 -0.0154402 0.120098 -0.0111735
Vertex 11748 0.0330707 0.110451 -0.00703014
Vertex 11749 0.0275945 0.106191 -0.0144774
Vertex 11750 0.049575 0.0693171 0.00251779
Vertex 11751 -0.00531173 0.100039 -0.0239686
Vertex 11752 -0.0579079 0.121934 -0.00872095
Vertex 11753 -0.0288953 0.122588 -0.00566495
Vertex 11754 -0.0614844 0.158425 -0.031588
Vertex 11755 -0.0623783 0.167824 -0.0485899
Vertex 11756 -0.0486962 0.13553 0.00541025
Vertex 11757 -0.062967 0.159919 -0.044604
Vertex 11758 -0.0623736 0.164689 -0.0415928
Vertex 11759 -0.0624754 0.163097 -0.0475912
Vertex 11760 -0.0869607 0.111738 0.00633151
Vertex 11761 0.0454345 0.0918112 0.0111626
Vertex 11762 -0.0609822 0.170956 -0.0597011
Vertex 11763 -0.0544369 0.147753 0.0264091
Vertex 11764 -0.0595895 0.0659394 0.0339087
Vertex 11765 -0.0483417 0.137106 0.010396
Vertex 11766 -0.0530161 0.141613 0.0254095
Vertex 11767 -0.0475913 0.133999 0.00741747
Vertex 11768 -0.0391911 0.149452 0.000405422
Vertex 11769 0.0450277 0.0945898 0.0071675
Vertex 11770 -0.0515948 0.137023 0.025408
Vertex 11771 -0.0499986 0.143197 0.012378
Vertex 11772 -0.0786649 0.0764169 0.0296559
Vertex 11773 -0.0643301 0.156694 -0.0446094
Vertex 11774 -0.0086058 0.172644 -0.0268228
Vertex 11775 -0.0309118 0.10664 -0.0209245
Vertex 11776 -0.0614753 0.15686 -0.0265876
Vertex 11777 -0.0532839 0.150877 0.0224035
Vertex 11778 -0.0622926 0.149098 -0.0115749
Vertex 11779 -0.0491197 0.137061 0.00540677
Vertex 11780 -0.0493167 0.137038 0.00442458
Vertex 11781 -0.0530679 0.140053 0.026392
Vertex 11782 -0.0629975 0.158364 -0.0415982
Vertex 11783 0.042 0.102859 0.00616839
Vertex 11784 0.0399168 0.0999289 0.0271558
Vertex 11785 -0.053548 0.149321 0.0244145
Vertex 11786 0.058143 0.0551653 0.0211996
Vertex 11787 0.0584714 0.0552095 0.0201836
Vertex 11788 0.0586943 0.0552354 0.0191792
Vertex 11789 0.0588331 0.0552392 0.0181818
Vertex 11790 0.0589666 0.0552427 0.017183
Vertex 11791 0.0590653 0.0552605 0.0161784
Vertex 11792 0.0591616 0.0552765 0.0151753
Vertex 11793 0.0591992 0.0552614 0.014176
Vertex 11794 0.0592863 0.0552837 0.0131736
Vertex 11795 0.0592051 0.0552531 0.0121703
Vertex 11796 0.0591522 0.0552732 0.011174
Vertex 11797 0.0590094 0.0552651 0.0101755
Vertex 11798 0.0587961 0.055231 0.00916964
Vertex 11799 0.0585485 0.0552063 0.00817117
Vertex 11800 0.0583177 0.0551766 0.00716644
Vertex 11801 0.0579783 0.0551346 0.00616127
Vertex 11802 0.0576745 0.0551294 0.00518333
Vertex 11803 0.0572102 0.0550739 0.00417234
Vertex 11804 0.0566953 0.0550372 0.00319006
Vertex 11805 0.0560084 0.0549549 0.0021707
Vertex 11806 0.0554664 0.0549257 0.00120797
Vertex 11807 0.0547864 0.0548406 0.00018303
Vertex 11808 0.0541546 0.0547912 -0.000791322
Vertex 11809 0.0534041 0.0547278 -0.00176167
Vertex 11810 0.0523694 0.0545712 -0.00274385
Vertex 11811 -0.0146702 0.122522 -0.00773793
Vertex 11812 -0.0119972 0.115638 -0.0165051
Vertex 11813 -0.0942867 0.122796 0.0162787
Vertex 11814 -0.0916761 0.122705 0.00729331
Vertex 11815 0.0343906 0.0529675 -0.00763383
Vertex 11816 0.0333333 0.0528011 -0.00875184
Vertex 11817 0.032607 0.0527076 -0.00976892
Vertex 11818 0.0320794 0.0526694 -0.0107538
Vertex 11819 0.0315143 0.0525771 -0.0117816
Vertex 11820 0.0312129 0.0525777 -0.012761
Vertex 11821 0.0308153 0.0525508 -0.0137522
Vertex 11822 0.0303873 0.0525299 -0.0147333
Vertex 11823 0.0299175 0.0524736 -0.0157475
Vertex 11824 0.0295344 0.0524338 -0.0167463
Vertex 11825 0.0290611 0.0523826 -0.0177704
Vertex 11826 0.0285377 0.0523356 -0.0187697
Vertex 11827 0.0278721 0.0522836 -0.0197543
Vertex 11828 0.0267286 0.0521731 -0.0207566
Vertex 11829 -0.0276563 0.12199 -0.007026
Vertex 11830 -0.0129236 0.118879 -0.0139348
Vertex 11831 -0.0140717 0.118746 -0.0137718
Vertex 11832 -0.0151271 0.118705 -0.0137294
Vertex 11833 -0.0297618 0.107877 -0.0202294
Vertex 11834 0.0111597 0.124256 -0.00791398
Vertex 11835 0.00739517 0.116252 -0.017256
Vertex 11836 -0.0133966 0.121962 -0.00916065
Vertex 11837 0.0456129 0.0904097 0.00518194
Vertex 11838 0.0456518 0.0904151 0.00617296
Vertex 11839 -0.062208 0.167823 -0.0505845
Vertex 11840 -0.0622359 0.167822 -0.0495929
Vertex 11841 -0.0620392 0.152203 -0.0175795
Vertex 11842 -0.0629538 0.164686 -0.0335942
Vertex 11843 -0.0946899 0.124172 0.0202666
Vertex 11844 -0.008712 0.171156 -0.0257232
Vertex 11845 -0.0638693 0.170945 -0.0476012
Vertex 11846 -0.0632339 0.164684 -0.0315914
Vertex 11847 -0.06359 0.153594 -0.035633
Vertex 11848 -0.0532397 0.146242 0.0224016
Vertex 11849 0.0426847 0.0986805 0.020158
Vertex 11850 -0.0482356 0.137094 0.0133979
Vertex 11851 -0.0640892 0.172567 -0.049571
Vertex 11852 0.0444762 0.0945372 0.00319063
Vertex 11853 -0.0511988 0.137011 0.0243968
Vertex 11854 -0.0502712 0.143189 0.0133798
Vertex 11855 -0.0759578 0.071995 0.0287387
Vertex 11856 -0.0640597 0.156709 -0.043612
Vertex 11857 -0.0813623 0.104616 -0.00457868
Vertex 11858 0.0455252 0.0918117 0.00617298
Vertex 11859 -0.0614699 0.156861 -0.0255852
Vertex 11860 -0.0623894 0.149097 -0.0105741
Vertex 11861 -0.0624074 0.1491 -0.0095736
Vertex 11862 -0.0930586 0.122743 0.0102788
Vertex 11863 -0.0623027 0.152202 -0.0135791
Vertex 11864 -0.0863384 0.102179 0.00442425
Vertex 11865 0.044965 0.0903773 0.0181662
Vertex 11866 -0.0144336 0.120974 -0.0101151
Vertex 11867 0.0585317 0.0565811 0.0212119
Vertex 11868 0.0589396 0.0566475 0.0201757
Vertex 11869 0.0590873 0.0566489 0.0191831
Vertex 11870 0.0592992 0.0566775 0.0181738
Vertex 11871 0.0595077 0.0567056 0.0171693
Vertex 11872 0.0595665 0.0566863 0.0161765
Vertex 11873 0.0596848 0.0566967 0.0151763
Vertex 11874 0.0597604 0.0567164 0.0141707
Vertex 11875 0.0597918 0.0567046 0.013171
Vertex 11876 0.0597837 0.0567045 0.0121686
Vertex 11877 0.0597511 0.0567143 0.0111681
Vertex 11878 0.0595997 0.0567108 0.0101713
Vertex 11879 0.0593671 0.0566851 0.00917266
Vertex 11880 0.0591195 0.05666 0.00817454
Vertex 11881 0.0588535 0.0566417 0.00718098
Vertex 11882 0.058528 0.0565928 0.00617045
Vertex 11883 0.0581659 0.056561 0.00517446
Vertex 11884 0.0577561 0.0565381 0.00419435
Vertex 11885 0.0572046 0.0564633 0.00317356
Vertex 11886 0.0565751 0.0564133 0.00219071
Vertex 11887 0.0559661 0.0563559 0.00119345
Vertex 11888 0.0553414 0.0563023 0.000211666
Vertex 11889 0.054626 0.0562289 -0.00078591
Vertex 11890 0.053783 0.0561466 -0.00178141
Vertex 11891 0.0528986 0.056075 -0.00272531
Vertex 11892 -0.0346229 0.116833 -0.0136016
Vertex 11893 -0.0887889 0.117194 0.003272
Vertex 11894 -0.0944779 0.122838 0.0232837
Vertex 11895 0.0196586 0.112307 -0.0150514
Vertex 11896 0.0355326 0.0544702 -0.00765701
Vertex 11897 0.0347163 0.0544411 -0.00865089
Vertex 11898 0.033772 0.0543003 -0.00971113
Vertex 11899 0.0329392 0.0541774 -0.0107445
Vertex 11900 0.0324154 0.0541402 -0.0117355
Vertex 11901 0.0318353 0.0540522 -0.0127622
Vertex 11902 0.0314991 0.054058 -0.0137198
Vertex 11903 0.0309191 0.0539829 -0.0147501
Vertex 11904 0.0302987 0.0539206 -0.0157566
Vertex 11905 0.0297243 0.0538559 -0.0167895
Vertex 11906 0.0292997 0.0538256 -0.0177694
Vertex 11907 0.0287562 0.053781 -0.0187512
Vertex 11908 0.0278843 0.0536982 -0.0197695
Vertex 11909 0.0265706 0.0535806 -0.0207269
Vertex 11910 -0.0294891 0.119549 -0.0104626
Vertex 11911 -0.0248096 0.123255 -0.00440954
Vertex 11912 -0.0225266 0.123574 -0.00478676
Vertex 11913 0.00646008 0.118492 -0.0156628
Vertex 11914 0.0258363 0.0844839 -0.0235493
Vertex 11915 -0.0375944 0.116238 -0.0149818
Vertex 11916 -0.00874782 0.125791 -0.00734235
Vertex 11917 -0.0919625 0.126955 0.0342506
Vertex 11918 -0.0928438 0.126838 0.0112559
Vertex 11919 0.0456884 0.0904192 0.00716979
Vertex 11920 0.0425976 0.0887597 -0.00680771
Vertex 11921 -0.0621056 0.167818 -0.0515918
Vertex 11922 -0.0623557 0.152158 -0.0235797
Vertex 11923 -0.0621803 0.161575 -0.027587
Vertex 11924 -0.0627141 0.159943 -0.0425974
Vertex 11925 -0.0616059 0.160004 -0.0295877
Vertex 11926 -0.0788477 0.0773102 0.0306071
Vertex 11927 -0.083926 0.0775674 0.0187821
Vertex 11928 0.0428837 0.0887839 -0.00581701
Vertex 11929 -0.0618767 0.15376 -0.0175826
Vertex 11930 -0.0530392 0.146248 0.021397
Vertex 11931 0.0457562 0.0904226 0.00816981
Vertex 11932 -0.0635915 0.172518 -0.0506017
Vertex 11933 -0.0882052 0.0955366 0.00643448
Vertex 11934 -0.0759561 0.112612 -0.00567952
Vertex 11935 -0.062341 0.164692 -0.0435908
Vertex 11936 -0.0508742 0.137048 0.0234112
Vertex 11937 -0.050513 0.143196 0.0143929
Vertex 11938 -0.0301736 0.0353405 0.0506988
Vertex 11939 -0.0638349 0.156748 -0.0426051
Vertex 11940 -0.0820994 0.104661 -0.00359906
Vertex 11941 0.0449566 0.0931917 0.0141646
Vertex 11942 -0.0625738 0.156865 -0.0165766
Vertex 11943 -0.0530342 0.15087 0.0203968
Vertex 11944 -0.0867701 0.113047 0.00428618
Vertex 11945 -0.0624427 0.149095 -0.00857615
Vertex 11946 -0.0937199 0.12277 0.0132819
Vertex 11947 -0.0631468 0.156791 -0.0395997
Vertex 11948 0.0432229 0.0888059 -0.00480108
Vertex 11949 -0.0627916 0.150662 -0.00757045
Vertex 11950 -0.076903 0.112654 -0.00467049
Vertex 11951 0.0589255 0.0580383 0.0211692
Vertex 11952 0.0592303 0.0580467 0.0201933
Vertex 11953 0.0595629 0.058084 0.0191786
Vertex 11954 0.0597169 0.0580863 0.0181825
Vertex 11955 0.0599261 0.0581121 0.0171753
Vertex 11956 0.0600492 0.0581198 0.0161748
Vertex 11957 0.0601522 0.0581329 0.0151721
Vertex 11958 0.0602482 0.0581464 0.0141691
Vertex 11959 0.060278 0.0581371 0.013168
Vertex 11960 0.0603506 0.0581587 0.0121666
Vertex 11961 0.060267 0.0581373 0.011162
Vertex 11962 0.0601313 0.0581272 0.0101639
Vertex 11963 0.0598737 0.0581052 0.00916393
Vertex 11964 0.0596228 0.0581166 0.00817617
Vertex 11965 0.0593748 0.0580631 0.00716733
Vertex 11966 0.059111 0.0580409 0.00617531
Vertex 11967 0.0587584 0.0580034 0.00517536
Vertex 11968 0.0582707 0.0579579 0.00417743
Vertex 11969 0.0577493 0.0579199 0.00320063
Vertex 11970 0.0570719 0.0578424 0.00217676
Vertex 11971 0.0564669 0.0577845 0.00118215
Vertex 11972 0.0557398 0.0577143 0.000186064
Vertex 11973 0.0550864 0.0576626 -0.000774412
Vertex 11974 -0.0289695 0.0380956 -0.0297496
Vertex 11975 -0.0641179 0.115013 -0.0114251
Vertex 11976 -0.087862 0.117151 0.00226309
Vertex 11977 -0.0942376 0.122836 0.024283
Vertex 11978 -0.0456556 0.126096 -0.00729728
Vertex 11979 0.0363562 0.0559126 -0.00774494
Vertex 11980 0.035799 0.0558975 -0.00871505
Vertex 11981 0.0351777 0.0559301 -0.00964394
Vertex 11982 0.0340769 0.0556934 -0.0107486
Vertex 11983 0.0336268 0.0557054 -0.0117007
Vertex 11984 0.0328851 0.0556122 -0.0127142
Vertex 11985 0.0319954 0.0554568 -0.0137989
Vertex 11986 0.0313289 0.0554154 -0.0147753
Vertex 11987 0.0305588 0.055351 -0.0157687
Vertex 11988 0.029856 0.0552774 -0.0168073
Vertex 11989 0.0292061 0.055224 -0.0177993
Vertex 11990 0.0285713 0.0551672 -0.0188053
Vertex 11991 0.0275533 0.0550749 -0.019815
Vertex 11992 0.025364 0.0547555 -0.0216571
Vertex 11993 0.0247051 0.054807 -0.022754
Vertex 11994 0.0240844 0.0547426 -0.0237664
Vertex 11995 -0.0201946 0.0918367 -0.0355405
Vertex 11996 0.00748229 0.118415 -0.0155852
Vertex 11997 -0.0198084 0.119865 -0.0108751
Vertex 11998 0.0127783 0.105278 -0.0195273
Vertex 11999 -0.0814183 0.138999 -0.00180871
Vertex 12000 -0.0855476 0.136296 0.00125685
Vertex 12001 -0.0932173 0.122834 0.0272862
Vertex 12002 -0.0149026 0.105901 -0.0222117
Vertex 12003 -0.0179932 0.0940702 -0.0337993
Vertex 12004 -0.0647036 0.0653044 0.0298737
Vertex 12005 -0.0878362 0.112676 0.0422322
Vertex 12006 0.0456774 0.0904203 0.00916591
Vertex 12007 -0.062275 0.152174 -0.0245791
Vertex 12008 0.0390548 0.0884875 -0.0128108
Vertex 12009 -0.0627318 0.159944 -0.0435973
Vertex 12010 -0.0619877 0.169385 -0.052596
Vertex 12011 -0.091122 0.115466 0.0410527
Vertex 12012 -0.0522361 0.15086 0.0163848
Vertex 12013 -0.0620309 0.153757 -0.0155846
Vertex 12014 -0.0523224 0.146252 0.0184018
Vertex 12015 -0.08743 0.111796 0.0214228
Vertex 12016 -0.0856264 0.110331 0.00634317
Vertex 12017 -0.049383 0.140141 0.0133936
Vertex 12018 -0.0886543 0.102345 0.0123871
Vertex 12019 -0.0762229 0.149992 -0.0128764
Vertex 12020 -0.0278526 0.181478 -0.0120494
Vertex 12021 -0.0623326 0.164687 -0.0445921
Vertex 12022 -0.050774 0.143198 0.0153986
Vertex 12023 -0.0292631 0.0351386 0.0510616
Vertex 12024 -0.0636754 0.156752 -0.0416076
Vertex 12025 -0.0825014 0.0978733 -0.00561152
Vertex 12026 0.0449079 0.0931824 0.0151569
Vertex 12027 -0.0627692 0.156841 -0.0155919
Vertex 12028 -0.0631555 0.156855 -0.014582
Vertex 12029 -0.0757616 0.109947 0.0435791
Vertex 12030 -0.0625369 0.149102 -0.00757295
Vertex 12031 -0.067993 0.0619274 0.01978
Vertex 12032 -0.0773226 0.108517 -0.00660544
Vertex 12033 -0.0817139 0.108721 -0.00159489
Vertex 12034 -0.0625159 0.163122 -0.0305925
Vertex 12035 0.0403239 0.0999619 0.0261672
Vertex 12036 0.0591828 0.0594427 0.0211715
Vertex 12037 0.0595491 0.0594739 0.0201736
Vertex 12038 0.0597447 0.0594744 0.0191904
Vertex 12039 0.0600207 0.0595165 0.0181686
Vertex 12040 0.0601893 0.0595178 0.0171788
Vertex 12041 0.0603913 0.0595429 0.0161691
Vertex 12042 0.0604945 0.0595549 0.015166
Vertex 12043 0.0605521 0.0595441 0.0141714
Vertex 12044 0.0606526 0.0595573 0.0131644
Vertex 12045 0.0607493 0.059571 0.0121639
Vertex 12046 0.0606492 0.0595518 0.0111602
Vertex 12047 0.0605105 0.0595417 0.010156
Vertex 12048 0.0603447 0.0595379 0.00916361
Vertex 12049 0.0600963 0.059514 0.00816569
Vertex 12050 0.059772 0.0594746 0.00715469
Vertex 12051 0.0594886 0.0594575 0.00616841
Vertex 12052 0.0591439 0.0594194 0.00516163
Vertex 12053 0.0587589 0.059387 0.00417226
Vertex 12054 0.0582234 0.0593447 0.00320204
Vertex 12055 0.0575358 0.0592738 0.00218909
Vertex 12056 0.0568425 0.0592039 0.0011688
Vertex 12057 0.0560899 0.059136 0.000193317
Vertex 12058 0.0553821 0.0590684 -0.000816519
Vertex 12059 -0.0518774 0.104165 -0.0200373
Vertex 12060 -0.0659757 0.132606 -0.00839654
Vertex 12061 -0.092065 0.118755 0.0273051
Vertex 12062 0.037704 0.0574555 -0.00668675
Vertex 12063 0.0372794 0.0574491 -0.00767997
Vertex 12064 0.0366139 0.0573407 -0.00875458
Vertex 12065 0.0360298 0.0573371 -0.00970954
Vertex 12066 0.0354668 0.0573224 -0.0106723
Vertex 12067 0.0345459 0.0571781 -0.011728
Vertex 12068 0.0338991 0.057119 -0.0127141
Vertex 12069 0.0331357 0.0570437 -0.0137102
Vertex 12070 0.0319374 0.0568888 -0.0147656
Vertex 12071 0.0308479 0.0567691 -0.0158074
Vertex 12072 0.030053 0.0567138 -0.0167759
Vertex 12073 0.0292004 0.0566287 -0.0178044
Vertex 12074 0.0284708 0.0565571 -0.0188308
Vertex 12075 0.0276189 0.0564968 -0.0197599
Vertex 12076 0.0266313 0.0563972 -0.0207832
Vertex 12077 0.0258436 0.0563286 -0.0217568
Vertex 12078 0.0251101 0.0562501 -0.0227775
Vertex 12079 0.0245832 0.0562081 -0.0237654
Vertex 12080 0.0239341 0.0561524 -0.0247597
Vertex 12081 0.0112198 0.0932651 -0.0287439
Vertex 12082 0.0237606 0.105983 -0.0162548
Vertex 12083 -0.018823 0.121694 -0.0088173
Vertex 12084 -0.0774116 0.159696 -0.0249188
Vertex 12085 0.00312416 0.107287 -0.0203844
Vertex 12086 -0.0928746 0.122834 0.0282828
Vertex 12087 0.0456485 0.0904179 0.0101632
Vertex 12088 -0.034174 0.107559 -0.0198979
Vertex 12089 -0.0623817 0.147548 -0.00757469
Vertex 12090 -0.0668021 0.0909191 -0.0174744
Vertex 12091 0.0455601 0.0904134 0.011166
Vertex 12092 -0.0839267 0.145982 0.00417548
Vertex 12093 0.0441984 0.0917353 0.0221589
Vertex 12094 -0.0620707 0.163126 -0.0385937
Vertex 12095 -0.0618524 0.169383 -0.0535961
Vertex 12096 -0.0860649 0.0994533 0.00140442
Vertex 12097 -0.0853556 0.095327 -0.00158429
Vertex 12098 -0.0623027 0.153756 -0.0145815
Vertex 12099 -0.0693902 0.0672718 0.0289371
Vertex 12100 0.00821621 0.124741 -0.00840458
Vertex 12101 -0.0510928 0.12386 -0.00885828
Vertex 12102 -0.0629712 0.145905 -0.0115915
Vertex 12103 -0.0815177 0.106 -0.00361682
Vertex 12104 -0.0927009 0.117475 0.0353038
Vertex 12105 -0.0896998 0.137926 0.0341919
Vertex 12106 -0.0623408 0.164683 -0.0455908
Vertex 12107 -0.0500704 0.137041 0.0213927
Vertex 12108 -0.0509887 0.143164 0.0163768
Vertex 12109 -0.0283135 0.0350192 0.0513697
Vertex 12110 -0.0625323 0.1568 -0.0366082
Vertex 12111 -0.0623412 0.156794 -0.0356173
Vertex 12112 0.040909 0.0985658 0.0261474
Vertex 12113 -0.0622512 0.175627 -0.0566298
Vertex 12114 -0.0893296 0.0956153 0.0124232
Vertex 12115 -0.0492132 0.138613 0.0153977
Vertex 12116 -0.0231675 0.184436 -0.0160624
Vertex 12117 -0.0875073 0.0954698 0.00341799
Vertex 12118 -0.0621215 0.15372 -0.0285871
Vertex 12119 -0.0918084 0.11461 0.0202058
Vertex 12120 -0.0524198 0.0648658 0.0346087
Vertex 12121 0.041209 0.10285 0.0181659
Vertex 12122 -0.0907178 0.142015 0.0241681
Vertex 12123 0.059297 0.0608379 0.0211666
Vertex 12124 0.0595932 0.0608555 0.0201843
Vertex 12125 0.0598453 0.0608733 0.0191849
Vertex 12126 0.0600903 0.0608951 0.0181821
Vertex 12127 0.0603494 0.0609121 0.0171857
Vertex 12128 0.0605626 0.0609358 0.0161739
Vertex 12129 0.060666 0.0609482 0.0151682
Vertex 12130 0.0607571 0.0609589 0.0141669
Vertex 12131 0.0608603 0.0609709 0.0131614
Vertex 12132 0.0609039 0.0609671 0.0121585
Vertex 12133 0.060906 0.0609648 0.0111554
Vertex 12134 0.0608524 0.0609661 0.0101561
Vertex 12135 0.0606167 0.0609422 0.00915424
Vertex 12136 0.0603694 0.0609168 0.00815448
Vertex 12137 0.0601048 0.0608967 0.00715985
Vertex 12138 0.0597675 0.0609389 0.00613027
Vertex 12139 0.0594014 0.060828 0.00515272
Vertex 12140 0.0589179 0.0607855 0.00414854
Vertex 12141 0.0583839 0.0607371 0.00317993
Vertex 12142 0.0576507 0.0606695 0.00219201
Vertex 12143 0.0567415 0.0605855 0.00115011
Vertex 12144 0.0559458 0.0605187 0.000117677
Vertex 12145 -0.0809167 0.107332 -0.00361395
Vertex 12146 -0.0910269 0.129538 0.0072515
Vertex 12147 -0.0939252 0.118758 0.016301
Vertex 12148 0.0387477 0.0589461 -0.0057234
Vertex 12149 0.0383205 0.0589284 -0.00670105
Vertex 12150 0.0379552 0.0588939 -0.00773658
Vertex 12151 0.0375503 0.0588742 -0.00872526
Vertex 12152 0.0368613 0.0587703 -0.00975684
Vertex 12153 0.0361211 0.0586877 -0.0107678
Vertex 12154 0.0355639 0.058664 -0.0117324
Vertex 12155 0.0348936 0.0586201 -0.0127038
Vertex 12156 0.0340234 0.0585319 -0.0137143
Vertex 12157 0.0331444 0.0584441 -0.0147212
Vertex 12158 0.0320792 0.05838 -0.0156698
Vertex 12159 0.0306755 0.0581744 -0.0167704
Vertex 12160 0.0295964 0.0580473 -0.0178274
Vertex 12161 0.0289187 0.0580129 -0.0187889
Vertex 12162 0.0282135 0.0579727 -0.0197309
Vertex 12163 0.0273731 0.0578707 -0.0207586
Vertex 12164 0.026592 0.0578126 -0.0217526
Vertex 12165 0.0258208 0.0577421 -0.0227411
Vertex 12166 0.0249849 0.0576546 -0.0237943
Vertex 12167 0.0242735 0.0576737 -0.0247443
Vertex 12168 0.0312874 0.108108 -0.0105276
Vertex 12169 0.0270498 0.0919981 -0.0213752
Vertex 12170 -0.0264967 0.121204 -0.00819998
Vertex 12171 -0.093142 0.118716 0.0123041
Vertex 12172 -0.0933659 0.118725 0.0133024
Vertex 12173 -0.0835287 0.11032 0.027366
Vertex 12174 0.0451698 0.0903876 0.0161628
Vertex 12175 0.0450682 0.090383 0.0171641
Vertex 12176 -0.0895496 0.13918 0.0132126
Vertex 12177 -0.0765465 0.107865 0.0361429
Vertex 12178 -0.0680331 0.17369 -0.0570223
Vertex 12179 -0.0887169 0.125354 0.00227396
Vertex 12180 -0.0619851 0.167813 -0.0525933
Vertex 12181 -0.0888712 0.101031 0.0183836
Vertex 12182 -0.0616877 0.169385 -0.0545934
Vertex 12183 -0.0320486 0.122707 -0.00572396
Vertex 12184 -0.0616079 0.160003 -0.0285892
Vertex 12185 -0.0620171 0.153759 -0.016582
Vertex 12186 -0.0623508 0.146001 -0.00658982
Vertex 12187 0.0125423 0.120941 -0.012332
Vertex 12188 -0.0624894 0.163088 -0.0505885
Vertex 12189 -0.0938592 0.11877 0.0212975
Vertex 12190 0.026048 0.117275 -0.00637096
Vertex 12191 -0.0518659 0.144686 0.0163701
Vertex 12192 -0.0624255 0.16468 -0.0465913
Vertex 12193 -0.0496962 0.137023 0.0203775
Vertex 12194 -0.0513993 0.14316 0.0173798
Vertex 12195 -0.0272788 0.0350567 0.0515587
Vertex 12196 -0.0734823 0.0649094 0.0160661
Vertex 12197 -0.0621097 0.156825 -0.0345957
Vertex 12198 -0.0889438 0.137894 0.0261932
Vertex 12199 -0.0849712 0.111906 0.0292041
Vertex 12200 -0.0707786 0.0690222 0.0306409
Vertex 12201 -0.0486882 0.138613 0.0123943
Vertex 12202 -0.048671 0.138621 0.0113976
Vertex 12203 -0.052801 0.144689 0.0203903
Vertex 12204 -0.049226 0.14015 0.0123965
Vertex 12205 -0.0938276 0.126933 0.0242666
Vertex 12206 -0.0788576 0.105851 -0.00657974
Vertex 12207 -0.028606 0.0356961 0.0524615
Vertex 12208 0.0593092 0.0622231 0.0211664
Vertex 12209 0.0596824 0.0622541 0.020173
Vertex 12210 0.0599778 0.0622697 0.0191849
Vertex 12211 0.0602047 0.0622908 0.0181797
Vertex 12212 0.0604641 0.0623144 0.017179
Vertex 12213 0.0606845 0.0623337 0.0161711
Vertex 12214 0.060795 0.0623425 0.0151668
Vertex 12215 0.0608733 0.0623548 0.014161
Vertex 12216 0.0609114 0.0623534 0.0131596
Vertex 12217 0.0610023 0.062364 0.012157
Vertex 12218 0.0610091 0.0623122 0.0111052
Vertex 12219 0.0609087 0.0623561 0.0101482
Vertex 12220 0.0607459 0.0623413 0.0091502
Vertex 12221 0.0604856 0.0623173 0.00815473
Vertex 12222 0.0601642 0.0622865 0.0071402
Vertex 12223 0.0598096 0.0622539 0.00613597
Vertex 12224 0.0593665 0.0622129 0.00511321
Vertex 12225 0.0589161 0.0621713 0.00415053
Vertex 12226 0.0583787 0.0621209 0.00318289
Vertex 12227 0.0575354 0.0620414 0.00218896
Vertex 12228 0.0562981 0.0619429 0.0011209
Vertex 12229 -0.0776736 0.10169 -0.00957801
Vertex 12230 -0.0794787 0.104524 -0.00660043
Vertex 12231 -0.0817304 0.107364 -0.00260486
Vertex 12232 -0.067835 0.0951999 -0.016639
Vertex 12233 -0.0580744 0.136937 -0.00566118
Vertex 12234 0.0398205 0.0604422 -0.00479028
Vertex 12235 0.0393181 0.0603877 -0.00577734
Vertex 12236 0.0389134 0.0603588 -0.00677348
Vertex 12237 0.0386112 0.0603508 -0.0077511
Vertex 12238 0.0382147 0.0603208 -0.00873991
Vertex 12239 0.0377251 0.0602627 -0.00973714
Vertex 12240 0.0368862 0.0601656 -0.0107732
Vertex 12241 0.0363318 0.0601344 -0.0117401
Vertex 12242 0.0353685 0.0600237 -0.0127796
Vertex 12243 0.0346003 0.059954 -0.013776
Vertex 12244 0.0339055 0.0599168 -0.014725
Vertex 12245 0.0330579 0.0598189 -0.0157593
Vertex 12246 0.0322222 0.0597861 -0.0166881
Vertex 12247 0.0313723 0.0597573 -0.0175925
Vertex 12248 0.0295583 0.0594698 -0.0188239
Vertex 12249 0.0288023 0.0594063 -0.0198054
Vertex 12250 0.0281353 0.0593598 -0.0207767
Vertex 12251 0.0273613 0.0592959 -0.0217662
Vertex 12252 0.0264018 0.0591975 -0.0228202
Vertex 12253 0.0253341 0.0591059 -0.0237971
Vertex 12254 0.0179185 0.121996 -0.0074786
Vertex 12255 -0.0494965 0.11266 -0.0171746
Vertex 12256 -0.0859627 0.109007 0.009354
Vertex 12257 0.0206432 0.121117 -0.00652883
Vertex 12258 -0.0935937 0.118737 0.0143019
Vertex 12259 0.0147782 0.0929392 -0.0263979
Vertex 12260 -0.0939345 0.122834 0.0252963
Vertex 12261 -0.0925995 0.118805 0.0322947
Vertex 12262 0.0455409 0.0918154 0.00916522
Vertex 12263 -0.0619689 0.153737 -0.0245819
Vertex 12264 -0.0628795 0.15219 -0.00958093
Vertex 12265 -0.0854234 0.100771 0.000422318
Vertex 12266 -0.0628433 0.16149 -0.0495873
Vertex 12267 -0.011814 0.163592 -0.0157611
Vertex 12268 -0.0618453 0.155287 -0.0285878
Vertex 12269 -0.0615314 0.169388 -0.0555899
Vertex 12270 -0.0286194 0.180015 -0.014033
Vertex 12271 -0.0617587 0.160001 -0.0265888
Vertex 12272 -0.0618601 0.153758 -0.0185818
Vertex 12273 -0.0620348 0.146024 -0.00560988
Vertex 12274 -0.0617126 0.170956 -0.0545977
Vertex 12275 0.0428658 0.0623821 -0.00251673
Vertex 12276 -0.0896222 0.111892 0.015334
Vertex 12277 -0.0921157 0.118792 0.0303066
Vertex 12278 -0.058698 0.0349789 0.0448461
Vertex 12279 -0.0890965 0.111935 0.0113594
Vertex 12280 -0.0761401 0.0728821 0.0296904
Vertex 12281 -0.0494036 0.13704 0.0193807
Vertex 12282 -0.0523714 0.143148 0.0193902
Vertex 12283 -0.0526124 0.143167 0.0204083
Vertex 12284 -0.0728419 0.0642516 0.016748
Vertex 12285 -0.0615795 0.156866 -0.0245858
Vertex 12286 -0.0614886 0.156862 -0.0235899
Vertex 12287 -0.0271327 0.0917299 -0.030613
Vertex 12288 -0.0946719 0.122818 0.0192736
Vertex 12289 -0.0665119 0.0621274 0.0216726
Vertex 12290 -0.0800885 0.0739226 0.0209531
Vertex 12291 -0.0524448 0.149335 0.0194038
Vertex 12292 -0.0870404 0.113136 0.0295379
Vertex 12293 -0.0190143 0.123258 -0.00649836
Vertex 12294 -0.0512927 0.135429 -0.000552487
Vertex 12295 -0.0619747 0.170963 -0.0535908
Vertex 12296 0.0589314 0.0635744 0.022157
Vertex 12297 0.0593532 0.0636103 0.0211835
Vertex 12298 0.0597267 0.0636404 0.0201833
Vertex 12299 0.060067 0.0636708 0.0191758
Vertex 12300 0.0603322 0.0636924 0.0181801
Vertex 12301 0.0605691 0.0637105 0.0171755
Vertex 12302 0.060777 0.0637293 0.0161648
Vertex 12303 0.0608734 0.0637391 0.0151617
Vertex 12304 0.0608914 0.0637395 0.0141606
Vertex 12305 0.0609254 0.0637423 0.0131584
Vertex 12306 0.0610039 0.0637491 0.0121545
Vertex 12307 0.0609826 0.0637492 0.0111528
Vertex 12308 0.0607975 0.0637336 0.0101416
Vertex 12309 0.0606094 0.0637127 0.00915317
Vertex 12310 0.0602932 0.0636878 0.00814035
Vertex 12311 0.0600133 0.0636587 0.00714888
Vertex 12312 0.0595925 0.0636093 0.00613697
Vertex 12313 0.0592296 0.0635939 0.00512091
Vertex 12314 0.0587422 0.0635506 0.00411936
Vertex 12315 0.0582061 0.0634965 0.00313887
Vertex 12316 0.0573538 0.0634191 0.00214341
Vertex 12317 -0.0798641 0.145899 -0.00181913
Vertex 12318 -0.0867821 0.10632 0.010369
Vertex 12319 -0.0822334 0.107404 -0.00162196
Vertex 12320 -0.0904479 0.129526 0.00625875
Vertex 12321 -0.0879901 0.0928029 0.00642738
Vertex 12322 0.0402464 0.0618954 -0.00472398
Vertex 12323 0.039774 0.0618507 -0.00575724
Vertex 12324 0.0394097 0.0618135 -0.00677045
Vertex 12325 0.0390675 0.0617702 -0.00778266
Vertex 12326 0.0387541 0.0617571 -0.00875906
Vertex 12327 0.0382522 0.0617095 -0.0097618
Vertex 12328 0.0376047 0.0616532 -0.0107499
Vertex 12329 0.0367516 0.061565 -0.0117718
Vertex 12330 0.0357612 0.0614637 -0.0127934
Vertex 12331 0.0348978 0.0613787 -0.0138096
Vertex 12332 0.034267 0.0613198 -0.014809
Vertex 12333 0.0335661 0.0612752 -0.015761
Vertex 12334 0.0328256 0.0611992 -0.0167775
Vertex 12335 0.0320447 0.061134 -0.0177676
Vertex 12336 0.0305387 0.0609912 -0.0187852
Vertex 12337 0.0292827 0.060879 -0.0197951
Vertex 12338 0.0284552 0.0607955 -0.0208488
Vertex 12339 0.0276877 0.0607373 -0.0218456
Vertex 12340 0.0267364 0.0606633 -0.022785
Vertex 12341 0.0253513 0.0605347 -0.0238887
Vertex 12342 0.0506397 0.0652197 -0.00133714
Vertex 12343 -0.0836964 0.106272 0.0263573
Vertex 12344 -0.0860408 0.109124 0.0103593
Vertex 12345 0.0197584 0.121448 -0.00690816
Vertex 12346 -0.0743851 0.163815 -0.0369793
Vertex 12347 -0.0935895 0.122834 0.0262964
Vertex 12348 -0.0928043 0.11882 0.0332998
Vertex 12349 -0.0911853 0.113324 0.0173235
Vertex 12350 -0.0682589 0.154325 -0.0506473
Vertex 12351 0.0432138 0.091668 0.0251628
Vertex 12352 -0.0561456 0.0642166 0.0326189
Vertex 12353 -0.0623548 0.166257 -0.0465894
Vertex 12354 -0.0624916 0.166267 -0.0445898
Vertex 12355 0.0447757 0.0875223 -0.000814326
Vertex 12356 -0.0628947 0.161497 -0.0505862
Vertex 12357 -0.0627087 0.161508 -0.0465953
Vertex 12358 -0.0675666 0.163787 -0.0559757
Vertex 12359 -0.0626379 0.152126 -0.0285986
Vertex 12360 -0.0613674 0.169388 -0.0565896
Vertex 12361 -0.0486888 0.138617 0.0104009
Vertex 12362 -0.0618725 0.160013 -0.0255862
Vertex 12363 -0.0618529 0.153757 -0.0195806
Vertex 12364 -0.0616292 0.146031 -0.00460349
Vertex 12365 -0.0769756 0.068555 0.0156381
Vertex 12366 -0.0931885 0.121553 0.0392843
Vertex 12367 -0.086179 0.107645 0.0083646
Vertex 12368 -0.048947 0.138616 0.00839947
Vertex 12369 -0.00919366 0.172678 -0.0237455
Vertex 12370 -0.0782342 0.0694181 0.011104
Vertex 12371 -0.0893331 0.111939 0.012355
Vertex 12372 -0.0491945 0.137084 0.0184007
Vertex 12373 -0.0489315 0.137078 0.0173942
Vertex 12374 -0.052837 0.143168 0.022419
Vertex 12375 -0.0616908 0.156845 -0.0305919
Vertex 12376 -0.0617331 0.156868 -0.0205842
Vertex 12377 -0.06337 0.156813 -0.0136043
Vertex 12378 0.041276 0.104245 0.0131611
Vertex 12379 -0.0624555 0.163099 -0.0465902
Vertex 12380 -0.094679 0.122825 0.0202733
Vertex 12381 -0.0793623 0.0739499 0.024599
Vertex 12382 -0.0359512 0.151053 -0.00163407
Vertex 12383 0.0417584 0.0971928 -0.00282344
Vertex 12384 -0.0839655 0.111209 0.0317911
Vertex 12385 -0.0628372 0.172536 -0.0525874
Vertex 12386 -0.0491537 0.135503 0.0034228
Vertex 12387 -0.0631703 0.172516 -0.0516045
Vertex 12388 -0.0526002 0.146245 0.0194042
Vertex 12389 0.0597099 0.0650292 0.0201784
Vertex 12390 0.0600686 0.0650603 0.0191749
Vertex 12391 0.0603421 0.0650847 0.0181826
Vertex 12392 0.0605804 0.0651016 0.017176
Vertex 12393 0.0607736 0.0651167 0.0161629
Vertex 12394 0.0608111 0.0651191 0.0151635
Vertex 12395 0.0608755 0.0651235 0.0141559
Vertex 12396 0.0609018 0.0651278 0.0131549
Vertex 12397 0.0608929 0.0651253 0.0121512
Vertex 12398 0.060768 0.0651161 0.0111484
Vertex 12399 0.0605435 0.0650981 0.0101416
Vertex 12400 0.0603039 0.0650788 0.0091381
Vertex 12401 0.0600369 0.0650499 0.00814341
Vertex 12402 0.0597512 0.0650182 0.00715554
Vertex 12403 0.0593281 0.0649895 0.00613553
Vertex 12404 0.0589446 0.0649523 0.0051412
Vertex 12405 0.0585127 0.0649229 0.00410871
Vertex 12406 0.0580762 0.0648724 0.00314588
Vertex 12407 0.0574118 0.0647963 0.00219725
Vertex 12408 -0.085954 0.146023 0.00719275
Vertex 12409 -0.0850056 0.146006 0.00617966
Vertex 12410 -0.0870127 0.10633 0.011369
Vertex 12411 -0.0865455 0.109036 0.0123603
Vertex 12412 -0.093028 0.117371 0.013308
Vertex 12413 -0.089472 0.092961 0.0204149
Vertex 12414 0.0407504 0.0633497 -0.00473671
Vertex 12415 0.0402874 0.063301 -0.00576463
Vertex 12416 0.0399096 0.0632641 -0.00677014
Vertex 12417 0.0395267 0.0632302 -0.00776648
Vertex 12418 0.0391263 0.0631992 -0.00875738
Vertex 12419 0.0385298 0.0631329 -0.0097765
Vertex 12420 0.037815 0.0630498 -0.0108066
Vertex 12421 0.0371109 0.0630101 -0.0117592
Vertex 12422 0.0360211 0.0628935 -0.0127986
Vertex 12423 0.0350456 0.0627954 -0.0138277
Vertex 12424 0.0344395 0.062733 -0.0148459
Vertex 12425 0.0338754 0.0626989 -0.015804
Vertex 12426 0.0330982 0.0626311 -0.0167961
Vertex 12427 0.032428 0.0625798 -0.0177725
Vertex 12428 0.0314312 0.0625198 -0.0186445
Vertex 12429 0.0294467 0.0623083 -0.0198501
Vertex 12430 0.0285202 0.0622348 -0.0207982
Vertex 12431 0.0275233 0.0621538 -0.0218174
Vertex 12432 -0.092876 0.129604 0.0142376
Vertex 12433 -0.0818638 0.147313 0.00119815
Vertex 12434 -0.0903736 0.13787 0.0221843
Vertex 12435 -0.0897153 0.135171 0.0332079
Vertex 12436 -0.0864494 0.107673 0.0113573
Vertex 12437 -0.0938278 0.128299 0.0222532
Vertex 12438 -0.0935248 0.128245 0.016248
Vertex 12439 0.044641 0.0945606 0.00417916
Vertex 12440 -0.092918 0.118828 0.0342968
Vertex 12441 -0.0913588 0.113353 0.0143394
Vertex 12442 -0.081976 0.138997 -0.000769762
Vertex 12443 0.0203578 0.0985304 -0.0223097
Vertex 12444 -0.0935435 0.118764 0.0233045
Vertex 12445 -0.0624498 0.166273 -0.0455815
Vertex 12446 -0.0942308 0.126903 0.0192529
Vertex 12447 -0.0627531 0.161513 -0.0475897
Vertex 12448 -0.0626588 0.161511 -0.0455953
Vertex 12449 -0.0625817 0.159955 -0.0415973
Vertex 12450 -0.0617319 0.160008 -0.0275856
Vertex 12451 -0.0619701 0.160031 -0.0245798
Vertex 12452 -0.0621336 0.16002 -0.0235787
Vertex 12453 -0.0618471 0.153751 -0.0215773
Vertex 12454 -0.0607772 0.146055 -0.00361746
Vertex 12455 -0.0771466 0.113816 0.049094
Vertex 12456 -0.0897739 0.137922 0.033196
Vertex 12457 0.0447988 0.0903457 0.000177034
Vertex 12458 0.0319929 0.088146 -0.0193446
Vertex 12459 -0.0918355 0.118761 0.0292947
Vertex 12460 -0.0758074 0.0766216 0.033593
Vertex 12461 0.0399293 0.104183 0.0231644
Vertex 12462 -0.0721186 0.0637108 0.0173676
Vertex 12463 -0.0486891 0.137066 0.0163891
Vertex 12464 -0.052704 0.143169 0.0214165
Vertex 12465 -0.0624967 0.149081 -0.013576
Vertex 12466 -0.061875 0.156868 -0.0195857
Vertex 12467 0.0449905 0.0917771 0.0161555
Vertex 12468 0.0430064 0.0930319 -0.00281527
Vertex 12469 -0.0828359 0.104706 -0.00261356
Vertex 12470 -0.0478194 0.135564 0.0104014
Vertex 12471 -0.0616144 0.155309 -0.0245851
Vertex 12472 -0.0757064 0.112028 0.0472849
Vertex 12473 -0.0622893 0.15065 -0.0135783
Vertex 12474 -0.0409029 0.149467 0.00342301
Vertex 12475 -0.0763652 0.1528 -0.0108857
Vertex 12476 -0.050851 0.138527 0.021367
Vertex 12477 -0.0504949 0.138575 0.0203939
Vertex 12478 0.0441946 0.0874765 -0.00278813
Vertex 12479 0.0594927 0.066407 0.020186
Vertex 12480 0.0598501 0.0664357 0.0191799
Vertex 12481 0.0601731 0.0664558 0.0181654
Vertex 12482 0.060413 0.0664733 0.017165
Vertex 12483 0.0605561 0.0664891 0.0161665
Vertex 12484 0.0606816 0.0664976 0.015162
Vertex 12485 0.0607002 0.0665033 0.01416
Vertex 12486 0.0607552 0.0664989 0.0131533
Vertex 12487 0.0606695 0.0664968 0.0121468
Vertex 12488 0.0605358 0.0664822 0.0111446
Vertex 12489 0.060304 0.0664655 0.0101406
Vertex 12490 0.0600635 0.0664445 0.00913698
Vertex 12491 0.05973 0.0664208 0.00812497
Vertex 12492 0.0594367 0.0663847 0.00713811
Vertex 12493 0.0590795 0.0663557 0.00613696
Vertex 12494 0.0587114 0.0663183 0.00513779
Vertex 12495 0.0583506 0.0662943 0.00413175
Vertex 12496 0.0578361 0.0662412 0.00314493
Vertex 12497 -0.0787914 0.14589 -0.00282549
Vertex 12498 -0.0902934 0.147439 0.0121579
Vertex 12499 -0.0871517 0.106348 0.0123653
Vertex 12500 -0.0862013 0.10903 0.0113533
Vertex 12501 -0.0904236 0.116034 0.0273085
Vertex 12502 -0.0903526 0.116014 0.0283099
Vertex 12503 -0.0717098 0.161007 -0.0419418
Vertex 12504 0.0410795 0.0647663 -0.00478377
Vertex 12505 0.0406946 0.0647331 -0.00578164
Vertex 12506 0.0404164 0.0647148 -0.00677085
Vertex 12507 0.0400167 0.0646852 -0.00776271
Vertex 12508 0.0395163 0.0646366 -0.0087647
Vertex 12509 0.0388727 0.0645792 -0.00975725
Vertex 12510 0.0381646 0.0644978 -0.0107883
Vertex 12511 0.0374992 0.0644481 -0.0117672
Vertex 12512 0.0364959 0.064355 -0.0127735
Vertex 12513 0.0354946 0.0642547 -0.0137843
Vertex 12514 0.0347681 0.0641816 -0.0148052
Vertex 12515 0.0341358 0.0641297 -0.0158137
Vertex 12516 0.0333657 0.0640658 -0.0168115
Vertex 12517 0.032684 0.0640121 -0.0177767
Vertex 12518 0.0317217 0.0639399 -0.0186866
Vertex 12519 0.0292435 0.0637114 -0.0199317
Vertex 12520 0.0282585 0.063629 -0.0207965
Vertex 12521 -0.0816965 0.144555 0.000152955
Vertex 12522 -0.0728966 0.155445 -0.0329107
Vertex 12523 -0.0823675 0.147331 0.00217458
Vertex 12524 -0.0404457 0.119913 -0.0128413
Vertex 12525 -0.0900211 0.137875 0.0231818
Vertex 12526 -0.088578 0.151544 0.0220955
Vertex 12527 -0.0862104 0.107661 0.0103578
Vertex 12528 -0.0719092 0.180772 -0.055937
Vertex 12529 -0.0899881 0.118599 0.00429898
Vertex 12530 -0.093011 0.118839 0.0352993
Vertex 12531 -0.091323 0.113292 0.0153266
Vertex 12532 0.0138426 0.11139 -0.0180298
Vertex 12533 -0.00436077 0.12603 -0.00766771
Vertex 12534 -0.0197383 0.108898 -0.0213322
Vertex 12535 -0.0868944 0.122556 -0.00173403
Vertex 12536 -0.0623619 0.166253 -0.047591
Vertex 12537 0.0450177 0.0875447 0.000184881
Vertex 12538 -0.0624633 0.170945 -0.051605
Vertex 12539 -0.0628376 0.161493 -0.0485893
Vertex 12540 -0.0618303 0.167813 -0.0535931
Vertex 12541 -0.0350329 0.037518 0.0477355
Vertex 12542 -0.0786005 0.174957 -0.0470491
Vertex 12543 -0.0870246 0.129415 0.000309032
Vertex 12544 -0.0843481 0.145997 0.00513587
Vertex 12545 -0.0618485 0.153752 -0.0205795
Vertex 12546 -0.0618449 0.153748 -0.0225793
Vertex 12547 -0.02429 0.121354 -0.00839434
Vertex 12548 -0.0596536 0.0350995 0.0445384
Vertex 12549 -0.0861323 0.103534 0.00440203
Vertex 12550 -0.0863242 0.111849 0.0243217
Vertex 12551 -0.0897135 0.12265 0.00431103
Vertex 12552 0.0215374 0.086463 -0.0256391
Vertex 12553 -0.091127 0.143391 0.0261688
Vertex 12554 -0.0896974 0.137929 0.0351902
Vertex 12555 -0.0713436 0.0632651 0.0179295
Vertex 12556 -0.048519 0.137086 0.0153953
Vertex 12557 -0.0497252 0.137033 0.00342407
Vertex 12558 -0.0616338 0.0739295 0.0406212
Vertex 12559 -0.060807 0.170968 -0.0607383
Vertex 12560 -0.089989 0.142041 0.0291697
Vertex 12561 0.0454091 0.0918015 0.00517469
Vertex 12562 -0.0507589 0.144713 0.0133585
Vertex 12563 -0.00964827 0.166616 -0.0197629
Vertex 12564 -0.0622964 0.150648 -0.0145762
Vertex 12565 -0.0624206 0.150641 -0.0155752
Vertex 12566 -0.0681397 0.0738079 0.0376094
Vertex 12567 -0.0762076 0.0680671 0.0162505
Vertex 12568 -0.0619782 0.15683 -0.0335967
Vertex 12569 0.0594437 0.0677773 0.0191638
Vertex 12570 0.0597202 0.067814 0.0181758
Vertex 12571 0.0599615 0.0678313 0.0171716
Vertex 12572 0.0602499 0.0678328 0.0161531
Vertex 12573 0.060415 0.0678562 0.0151973
Vertex 12574 0.0604451 0.0678689 0.0141533
Vertex 12575 0.0604235 0.0678625 0.0131519
Vertex 12576 0.0603302 0.0678632 0.0121432
Vertex 12577 0.0601999 0.0678503 0.0111396
Vertex 12578 0.060054 0.0678303 0.0101401
Vertex 12579 0.0597965 0.0678036 0.00914167
Vertex 12580 0.0594691 0.0677866 0.0081304
Vertex 12581 0.0591059 0.0677548 0.00712748
Vertex 12582 0.0588047 0.0677091 0.00614939
Vertex 12583 0.0583737 0.0676977 0.00512132
Vertex 12584 0.0579573 0.0676391 0.00414749
Vertex 12585 -0.069363 0.163799 -0.0509746
Vertex 12586 -0.0737025 0.144377 -0.00986626
Vertex 12587 -0.09225 0.125605 0.0402535
Vertex 12588 -0.0886572 0.111878 0.019323
Vertex 12589 -0.0378805 0.108506 -0.019759
Vertex 12590 -0.0907184 0.115992 0.0263684
Vertex 12591 0.0417187 0.066227 -0.00378154
Vertex 12592 0.0413114 0.0661977 -0.00477755
Vertex 12593 0.0411176 0.0661976 -0.00575682
Vertex 12594 0.0407967 0.0661529 -0.00677209
Vertex 12595 0.0404048 0.0661215 -0.00776758
Vertex 12596 0.0398123 0.066053 -0.00878746
Vertex 12597 0.0392908 0.0660103 -0.00977956
Vertex 12598 0.0387498 0.0659721 -0.0107606
Vertex 12599 0.0381172 0.0659142 -0.0117557
Vertex 12600 0.0372578 0.0658262 -0.0127785
Vertex 12601 0.0362974 0.0657667 -0.0137187
Vertex 12602 0.0352496 0.0656442 -0.0147977
Vertex 12603 0.0344134 0.0655586 -0.0158419
Vertex 12604 0.0337176 0.0655129 -0.0167917
Vertex 12605 0.0328144 0.0654355 -0.0177831
Vertex 12606 0.031763 0.0653471 -0.018741
Vertex 12607 0.0289004 0.0650837 -0.0199869
Vertex 12608 0.0278158 0.0649933 -0.0208789
Vertex 12609 0.0270423 0.0648893 -0.0216756
Vertex 12610 0.0255963 0.0648009 -0.0228004
Vertex 12611 -0.0331172 0.123673 -0.00477506
Vertex 12612 -0.0357951 0.124657 -0.0058294
Vertex 12613 -0.0707687 0.155356 -0.0469258
Vertex 12614 -0.0861823 0.107654 0.00936346
Vertex 12615 -0.0921162 0.126957 0.038246
Vertex 12616 -0.0931674 0.126844 0.0122586
Vertex 12617 -0.0905225 0.118622 0.0053153
Vertex 12618 -0.0930341 0.118841 0.0362969
Vertex 12619 -0.0924063 0.129578 0.0112381
Vertex 12620 -0.0283024 0.0362399 -0.0299084
Vertex 12621 -0.093138 0.120057 0.0112982
Vertex 12622 0.0376148 0.100847 -0.00874384
Vertex 12623 -0.0685057 0.159542 -0.0539539
Vertex 12624 -0.0622192 0.166249 -0.0495907
Vertex 12625 -0.0623474 0.166249 -0.0485903
Vertex 12626 -0.0627193 0.152197 -0.01058
Vertex 12627 0.0445653 0.094573 0.0151616
Vertex 12628 -0.0616692 0.167812 -0.0545903
Vertex 12629 -0.0625367 0.161521 -0.0446005
Vertex 12630 -0.0895837 0.137934 0.0361877
Vertex 12631 -0.0447475 0.146272 0.00240034
Vertex 12632 -0.0506725 0.0667938 0.036819
Vertex 12633 -0.0716693 0.147461 -0.0281971
Vertex 12634 -0.0733924 0.0656461 0.018954
Vertex 12635 -0.0178004 0.121647 -0.00876548
Vertex 12636 -0.0244946 0.0357757 0.0532784
Vertex 12637 -0.0329051 0.0359381 0.0496011
Vertex 12638 -0.0521695 0.144678 0.0173655
Vertex 12639 -0.0623389 0.163139 -0.0325913
Vertex 12640 0.0410596 0.104249 0.0151631
Vertex 12641 -0.00158589 0.110252 -0.0207823
Vertex 12642 0.0452758 0.0875665 0.00218329
Vertex 12643 -0.00876131 0.174216 -0.0276966
Vertex 12644 -0.0752039 0.0696978 0.0256249
Vertex 12645 -0.0501179 0.137029 0.00241503
Vertex 12646 -0.0506864 0.137014 0.00141591
Vertex 12647 -0.00977222 0.11683 -0.0157853
Vertex 12648 -0.0756514 0.0743685 0.0320217
Vertex 12649 -0.0892328 0.114145 0.0245988
Vertex 12650 -0.0499497 0.0724883 0.0409516
Vertex 12651 -0.0625466 0.16468 -0.0375945
Vertex 12652 -0.0498374 0.138571 0.0183794
Vertex 12653 -0.0621883 0.177235 -0.0596222
Vertex 12654 -0.0325574 0.126601 0.00788172
Vertex 12655 -0.0623836 0.163119 -0.0315939
Vertex 12656 -0.0727909 0.0685075 0.0271607
Vertex 12657 -0.0311459 0.0354418 0.0504241
Vertex 12658 -0.065976 0.0624665 0.0232686
Vertex 12659 -0.0778526 0.159695 -0.0239243
Vertex 12660 0.0590657 0.0691634 0.0182335
Vertex 12661 0.0593699 0.0691831 0.0171767
Vertex 12662 0.0596647 0.0691741 0.016158
Vertex 12663 0.0599111 0.0692057 0.0151972
Vertex 12664 0.0599479 0.0692188 0.0141571
Vertex 12665 0.0599383 0.0692126 0.0131498
Vertex 12666 0.0598509 0.0692231 0.0121425
Vertex 12667 0.059734 0.0692161 0.0111359
Vertex 12668 0.0595736 0.0691817 0.0101411
Vertex 12669 0.0593141 0.0691549 0.00914325
Vertex 12670 0.058968 0.0691324 0.00813536
Vertex 12671 0.0586666 0.0690768 0.00715872
Vertex 12672 -0.0847301 0.0966436 -0.00257686
Vertex 12673 -0.0890756 0.0982905 0.00941744
Vertex 12674 -0.000674255 0.10997 -0.0204918
Vertex 12675 -0.0750751 0.149943 -0.025867
Vertex 12676 -0.0616586 0.172539 -0.056588
Vertex 12677 -0.0838768 0.108986 0.0253683
Vertex 12678 -0.0846088 0.10754 0.00337493
Vertex 12679 0.0428284 0.0676747 -0.00179274
Vertex 12680 0.0423783 0.0676875 -0.00279832
Vertex 12681 0.0420557 0.0676716 -0.00377172
Vertex 12682 0.0417415 0.0676611 -0.00475281
Vertex 12683 0.0414338 0.0676164 -0.00577635
Vertex 12684 0.041165 0.0675922 -0.00677134
Vertex 12685 0.0407755 0.0675587 -0.00776366
Vertex 12686 0.0401757 0.067497 -0.00878165
Vertex 12687 0.0396853 0.0674479 -0.00978879
Vertex 12688 0.0391881 0.0673984 -0.0107969
Vertex 12689 0.0386173 0.0673644 -0.0117551
Vertex 12690 0.0377774 0.0672774 -0.012792
Vertex 12691 0.0368588 0.0672041 -0.0137655
Vertex 12692 0.0357587 0.067099 -0.014806
Vertex 12693 0.0347467 0.0670098 -0.0158076
Vertex 12694 0.0339284 0.0669478 -0.0167571
Vertex 12695 0.0329063 0.0668566 -0.0177475
Vertex 12696 0.0317419 0.0667553 -0.0187125
Vertex 12697 0.0289846 0.0664902 -0.0199255
Vertex 12698 0.0282217 0.0664463 -0.0207545
Vertex 12699 0.02743 0.0663837 -0.0217206
Vertex 12700 0.0264606 0.0663192 -0.0226274
Vertex 12701 -0.0564227 0.125779 -0.00685719
Vertex 12702 0.0198172 0.102563 -0.0205962
Vertex 12703 -0.0415646 0.125825 -0.00703356
Vertex 12704 -0.0302927 0.117007 -0.0138211
Vertex 12705 0.0256941 0.120543 -0.00190068
Vertex 12706 -0.0858928 0.108988 0.00834067
Vertex 12707 -0.0909761 0.118636 0.00631645
Vertex 12708 -0.0930791 0.118839 0.037294
Vertex 12709 -0.0915391 0.118654 0.00731945
Vertex 12710 -0.0920088 0.118668 0.00830639
Vertex 12711 -0.0924079 0.114699 0.0153245
Vertex 12712 -0.0934649 0.120072 0.0123034
Vertex 12713 0.0389827 0.104151 0.026189
Vertex 12714 -0.0889514 0.121274 0.00229944
Vertex 12715 -0.0750897 0.149941 -0.0248696
Vertex 12716 -0.0624226 0.152205 -0.0125757
Vertex 12717 -0.0624554 0.1522 -0.0115838
Vertex 12718 0.0438051 0.0987511 0.0101628
Vertex 12719 -0.0623435 0.161536 -0.0425937
Vertex 12720 -0.073147 0.0648981 0.0178865
Vertex 12721 -0.0624944 0.145991 -0.00758108
Vertex 12722 -0.0450098 0.146255 0.00342574
Vertex 12723 -0.0508226 0.162642 -0.00385759
Vertex 12724 -0.0726712 0.0651053 0.0195713
Vertex 12725 -0.0490908 0.140152 0.0103957
Vertex 12726 -0.0491744 0.14016 0.00939463
Vertex 12727 -0.0771179 0.165222 -0.035974
Vertex 12728 -0.0828817 0.143196 0.00216401
Vertex 12729 -0.0617323 0.155315 -0.018581
Vertex 12730 -0.0939826 0.118759 0.0192971
Vertex 12731 -0.0544221 0.144671 0.0284168
Vertex 12732 0.0427418 0.0916392 0.0261768
Vertex 12733 -0.0892569 0.122633 0.00330914
Vertex 12734 -0.0530923 0.143138 0.0243879
Vertex 12735 -0.052454 0.13854 0.0254099
Vertex 12736 -0.0482154 0.137103 0.0123981
Vertex 12737 -0.0512856 0.136981 0.000438627
Vertex 12738 -0.0527854 0.146248 0.0203946
Vertex 12739 -0.0489654 0.138607 0.014392
Vertex 12740 -0.0488087 0.138617 0.0133952
Vertex 12741 -0.0620479 0.155306 -0.016587
Vertex 12742 -0.0733982 0.114573 0.051125
Vertex 12743 -0.0723621 0.114661 0.051285
Vertex 12744 -0.0605969 0.06056 0.0225173
Vertex 12745 0.0454193 0.0875784 0.00318139
Vertex 12746 -0.00894653 0.174179 -0.0257648
Vertex 12747 -0.0638458 0.0366675 0.0422565
Vertex 12748 -0.0336555 0.0363317 0.0490618
Vertex 12749 -0.0699437 0.0669048 0.0273786
Vertex 12750 -0.0624573 0.163073 -0.0525854
Vertex 12751 0.0433566 0.094461 -0.000803958
Vertex 12752 0.0429729 0.0944315 -0.00180352
Vertex 12753 0.0588348 0.0704992 0.0161593
Vertex 12754 0.0591083 0.0705376 0.015147
Vertex 12755 0.0591153 0.0705615 0.014025
Vertex 12756 0.0410937 0.100015 0.0241739
Vertex 12757 0.0418577 0.100066 0.0211691
Vertex 12758 0.042064 0.10006 0.0201605
Vertex 12759 0.0581094 0.0704417 0.00814168
Vertex 12760 0.0577041 0.0703778 0.00716237
Vertex 12761 0.0416143 0.102832 0.00217563
Vertex 12762 0.0419622 0.102841 0.00417469
Vertex 12763 -0.0347028 0.122731 -0.00776716
Vertex 12764 -0.0793237 0.108591 -0.00458021
Vertex 12765 -0.0825172 0.108952 0.0273498
Vertex 12766 -0.0832597 0.10897 0.0263609
Vertex 12767 -0.0859599 0.106341 0.0203569
Vertex 12768 0.0433932 0.0691823 -0.000799598
Vertex 12769 0.0429858 0.0691484 -0.00178958
Vertex 12770 0.0426227 0.0691122 -0.00279622
Vertex 12771 0.0423451 0.0690926 -0.00378897
Vertex 12772 0.0421 0.0690665 -0.00478535
Vertex 12773 0.0418422 0.0690449 -0.00578965
Vertex 12774 0.0415397 0.0690275 -0.00677
Vertex 12775 0.0410434 0.0689808 -0.00777311
Vertex 12776 0.0404535 0.0689201 -0.00879299
Vertex 12777 0.0399488 0.0688733 -0.0097971
Vertex 12778 0.0394368 0.0688303 -0.0107955
Vertex 12779 0.0388034 0.0687739 -0.0117998
Vertex 12780 0.0380126 0.0687088 -0.0127776
Vertex 12781 0.0369946 0.0686204 -0.0137746
Vertex 12782 0.0359934 0.0685324 -0.0147875
Vertex 12783 0.0349752 0.0684447 -0.0157877
Vertex 12784 0.0339501 0.0683557 -0.0167775
Vertex 12785 0.0328041 0.0682575 -0.0177764
Vertex 12786 0.03144 0.0681325 -0.0188162
Vertex 12787 0.0296786 0.0679688 -0.0198342
Vertex 12788 0.0289606 0.0679277 -0.0207366
Vertex 12789 0.0280724 0.0678498 -0.0217391
Vertex 12790 0.0271486 0.0677873 -0.0226945
Vertex 12791 -0.0259227 0.123138 -0.0042558
Vertex 12792 -0.006336 0.10011 -0.0240468
Vertex 12793 0.02297 0.122414 -0.00191144
Vertex 12794 -0.0425873 0.125894 -0.0070983
Vertex 12795 -0.0897848 0.135174 0.0342114
Vertex 12796 -0.0855435 0.108961 0.00733555
Vertex 12797 0.0215589 0.120837 -0.00625561
Vertex 12798 -0.0930613 0.118852 0.0392987
Vertex 12799 -0.0887132 0.118572 0.00232339
Vertex 12800 -0.0756134 0.163772 -0.0350068
Vertex 12801 -0.0936604 0.128255 0.0172452
Vertex 12802 -0.0936226 0.120076 0.0132919
Vertex 12803 -0.00952557 0.169814 -0.0256004
Vertex 12804 -0.088594 0.121257 0.00130017
Vertex 12805 -0.0881544 0.121251 0.000301062
Vertex 12806 -0.0634329 0.159891 -0.0505847
Vertex 12807 -0.0623581 0.164692 -0.0425931
Vertex 12808 -0.0621574 0.152203 -0.016578
Vertex 12809 -0.0393802 0.149525 0.00137589
Vertex 12810 -0.0624348 0.161527 -0.0435948
Vertex 12811 0.0446233 0.0903218 -0.000806954
Vertex 12812 -0.0774975 0.111156 0.045792
Vertex 12813 -0.092535 0.126933 0.0292581
Vertex 12814 -0.0627683 0.164709 -0.0355885
Vertex 12815 -0.0617814 0.16156 -0.0355923
Vertex 12816 -0.0696054 0.110911 0.0424293
Vertex 12817 -0.0492135 0.140151 0.00839688
Vertex 12818 -0.0633454 0.159973 -0.0185957
Vertex 12819 -0.0308705 0.0385373 -0.0301935
Vertex 12820 -0.0913214 0.114759 0.0373166
Vertex 12821 -0.0617079 0.155317 -0.0205813
Vertex 12822 -0.0625714 0.164724 -0.0395894
Vertex 12823 -0.0483594 0.137097 0.0143972
Vertex 12824 -0.0792849 0.109686 0.041215
Vertex 12825 -0.0625363 0.158377 -0.0386027
Vertex 12826 -0.0922682 0.12272 0.00827864
Vertex 12827 -0.0391114 0.149509 -0.00165293
Vertex 12828 -0.0630601 0.155204 -0.0366146
Vertex 12829 -0.0654107 0.0782591 0.0414837
Vertex 12830 -0.0526872 0.144684 0.0193835
Vertex 12831 -0.0493817 0.138599 0.0163919
Vertex 12832 -0.049646 0.138599 0.0173958
Vertex 12833 -0.0797776 0.115912 0.0485816
Vertex 12834 -0.0466625 0.12523 -0.00836412
Vertex 12835 -0.0825526 0.110518 0.0415894
Vertex 12836 -0.00975768 0.167025 -0.0223761
Vertex 12837 0.0415402 0.0928967 -0.0067838
Vertex 12838 -0.0511539 0.144707 0.0143676
Vertex 12839 -0.0100477 0.178214 -0.0295899
Vertex 12840 -0.0889738 0.137888 0.0281941
Vertex 12841 -0.0804035 0.0745659 0.0220984
Vertex 12842 -0.0620154 0.164635 -0.0555847
Vertex 12843 -0.0627985 0.161541 -0.0235962
Vertex 12844 -0.0873725 0.140519 0.00919988
Vertex 12845 -0.0745653 0.158254 -0.0269305
Vertex 12846 -0.0622081 0.163133 -0.0355907
Vertex 12847 -0.048186 0.135579 0.00839494
Vertex 12848 -0.0540131 0.144678 0.0264098
Vertex 12849 0.0407264 0.0999947 0.0251764
Vertex 12850 -0.0872126 0.146051 0.00824907
Vertex 12851 0.0373688 0.102607 -0.00785264
Vertex 12852 0.0401633 0.102703 -0.00178896
Vertex 12853 0.0409984 0.102803 0.000176721
Vertex 12854 -0.0895701 0.151478 0.0161361
Vertex 12855 -0.0888501 0.102361 0.0153809
Vertex 12856 -0.0865431 0.106355 0.0183534
Vertex 12857 -0.0861037 0.109061 0.0193453
Vertex 12858 -0.0871093 0.106357 0.0153576
Vertex 12859 -0.0869351 0.106366 0.0163624
Vertex 12860 -0.0894763 0.140666 0.0321759
Vertex 12861 0.0435889 0.0706095 -0.000776861
Vertex 12862 0.043249 0.0705728 -0.00179391
Vertex 12863 0.0430009 0.0705508 -0.00279727
Vertex 12864 0.042717 0.0705281 -0.00378792
Vertex 12865 0.0423965 0.0704871 -0.00480867
Vertex 12866 0.0421291 0.070468 -0.00580336
Vertex 12867 0.0417289 0.0704356 -0.00679567
Vertex 12868 0.0412244 0.0703917 -0.00779979
Vertex 12869 0.04069 0.0703475 -0.0087868
Vertex 12870 0.0400896 0.0702922 -0.00980716
Vertex 12871 0.0395569 0.0702481 -0.0107925
Vertex 12872 0.0387854 0.0701818 -0.0117862
Vertex 12873 0.0378045 0.0701003 -0.0128173
Vertex 12874 0.0367682 0.0700097 -0.0138015
Vertex 12875 0.0357939 0.0699287 -0.0148404
Vertex 12876 0.0349018 0.0698502 -0.0158378
Vertex 12877 0.0339669 0.0697663 -0.0167955
Vertex 12878 0.0328915 0.0696754 -0.0177356
Vertex 12879 0.0314095 0.0695437 -0.0187779
Vertex 12880 0.0302998 0.0694384 -0.019812
Vertex 12881 0.0296062 0.0693912 -0.0207509
Vertex 12882 0.028746 0.0693043 -0.0217828
Vertex 12883 0.0277802 0.0692504 -0.0226951
Vertex 12884 0.0134367 0.121611 -0.0110511
Vertex 12885 -0.0291541 0.123106 -0.00418201
Vertex 12886 -0.0301817 0.12316 -0.0042413
Vertex 12887 -0.0855936 0.143251 0.00719107
Vertex 12888 -0.0933214 0.129622 0.0172404
Vertex 12889 -0.0863354 0.129395 -0.000699295
Vertex 12890 -0.0853889 0.108959 0.00634578
Vertex 12891 -0.084898 0.11701 -0.000772283
Vertex 12892 -0.0931447 0.118854 0.0382959
Vertex 12893 -0.0894143 0.118584 0.00330542
Vertex 12894 -0.0940603 0.120098 0.0152926
Vertex 12895 -0.0939163 0.120093 0.0142993
Vertex 12896 -0.0624367 0.153758 -0.0135798
Vertex 12897 -0.0898534 0.121302 0.00430136
Vertex 12898 -0.0894985 0.121276 0.00330358
Vertex 12899 -0.0620333 0.153738 -0.0275809
Vertex 12900 -0.0621975 0.166246 -0.0505873
Vertex 12901 -0.0759482 0.152671 -0.0129066
Vertex 12902 -0.0690953 0.0751628 0.0379926
Vertex 12903 -0.062327 0.161572 -0.0265871
Vertex 12904 -0.0630898 0.161515 -0.0224551
Vertex 12905 -0.0276364 0.0917699 -0.0296042
Vertex 12906 -0.0321324 0.154142 -0.000565596
Vertex 12907 -0.0786622 0.0733343 0.0252726
Vertex 12908 -0.0493972 0.140141 0.00739907
Vertex 12909 -0.0492762 0.143079 0.00435473
Vertex 12910 -0.0310964 0.160762 -0.0139612
Vertex 12911 -0.0927165 0.117489 0.0383035
Vertex 12912 -0.0384168 0.120732 -0.0116964
Vertex 12913 -0.089592 0.111931 0.0163329
Vertex 12914 -0.0749354 0.108383 0.0378851
Vertex 12915 -0.0700187 0.074071 0.0369567
Vertex 12916 0.0425651 0.10009 0.017161
Vertex 12917 -0.0543014 0.146215 0.0264084
Vertex 12918 -0.00995367 0.16681 -0.0217203
Vertex 12919 -0.0733601 0.156855 -0.0299134
Vertex 12920 -0.0488259 0.138613 0.00940263
Vertex 12921 -0.0625358 0.155244 -0.0346054
Vertex 12922 -0.0501104 0.138566 0.0193811
Vertex 12923 0.0451716 0.0889782 0.0181643
Vertex 12924 -0.0487458 0.123267 -0.0102852
Vertex 12925 -0.0624159 0.15064 -0.016574
Vertex 12926 -0.00972794 0.166651 -0.0186764
Vertex 12927 0.0451372 0.0875619 0.0011816
Vertex 12928 0.0450662 0.0889731 0.0191643
Vertex 12929 -0.089639 0.0983559 0.0164014
Vertex 12930 0.0453684 0.0889907 0.0151607
Vertex 12931 -0.0514727 0.147804 0.0154008
Vertex 12932 -0.0496185 0.140151 0.0144011
Vertex 12933 0.0454221 0.0889974 0.0141646
Vertex 12934 0.0445771 0.0875296 0.0231612
Vertex 12935 -0.0155474 0.160527 -0.0107791
Vertex 12936 0.0404265 0.102791 0.0231613
Vertex 12937 0.0407433 0.102836 0.021176
Vertex 12938 -0.0841107 0.0938743 -0.00455389
Vertex 12939 -0.0364114 0.175555 -0.00996795
Vertex 12940 -0.0894818 0.137913 0.0311948
Vertex 12941 -0.0765583 0.148625 -0.00886956
Vertex 12942 -0.0915885 0.128321 0.0362439
Vertex 12943 -0.0777504 0.112676 -0.00382147
Vertex 12944 0.0397669 0.0885289 -0.0117744
Vertex 12945 -0.0930152 0.116045 0.0163142
Vertex 12946 -0.0887855 0.102363 0.0143842
Vertex 12947 -0.0895811 0.137877 0.0241855
Vertex 12948 -0.0922724 0.125575 0.0332589
Vertex 12949 -0.0868724 0.106357 0.0173489
Vertex 12950 -0.087237 0.106355 0.0143591
Vertex 12951 0.0446574 0.0720977 0.0012022
Vertex 12952 0.0441531 0.0720542 0.000197496
Vertex 12953 0.0437393 0.0720229 -0.000789276
Vertex 12954 0.0434944 0.0719976 -0.00179535
Vertex 12955 0.0432611 0.071972 -0.00279979
Vertex 12956 0.0429791 0.071952 -0.00379352
Vertex 12957 0.0426284 0.0719164 -0.00480026
Vertex 12958 0.0423416 0.0718943 -0.00578991
Vertex 12959 0.0418633 0.0718502 -0.00680416
Vertex 12960 0.0413467 0.0718054 -0.00779903
Vertex 12961 0.0407806 0.0717592 -0.0087638
Vertex 12962 0.0401652 0.0717052 -0.00977551
Vertex 12963 0.0394261 0.0716433 -0.0107927
Vertex 12964 0.0386477 0.0715748 -0.0117783
Vertex 12965 0.0375264 0.0714822 -0.0127977
Vertex 12966 0.0363865 0.0713868 -0.0138007
Vertex 12967 0.0355169 0.0713149 -0.0148173
Vertex 12968 0.0347214 0.0712416 -0.0157876
Vertex 12969 0.0338477 0.0711662 -0.016803
Vertex 12970 0.0329357 0.0710876 -0.0177809
Vertex 12971 0.0318609 0.0710037 -0.0187224
Vertex 12972 0.0306903 0.0708797 -0.0198199
Vertex 12973 0.0300166 0.0708304 -0.0207823
Vertex 12974 0.0291436 0.0707502 -0.0218013
Vertex 12975 0.0282076 0.0706829 -0.0227535
Vertex 12976 0.012958 0.0904818 -0.0298536
Vertex 12977 0.0143759 0.121374 -0.0108038
Vertex 12978 -0.0251636 0.119759 -0.0107128
Vertex 12979 -0.0701499 0.0695315 0.0320822
Vertex 12980 -0.0714649 0.159596 -0.0419316
Vertex 12981 -0.0866591 0.107689 0.0123597
Vertex 12982 -0.0737739 0.0878479 -0.0153893
Vertex 12983 -0.0928802 0.118867 0.0402859
Vertex 12984 -0.087769 0.118492 0.00124641
Vertex 12985 -0.0846424 0.139002 0.00130344
Vertex 12986 -0.0922485 0.120133 0.0292903
Vertex 12987 -0.0923422 0.120143 0.0302906
Vertex 12988 -0.0907748 0.12133 0.00629364
Vertex 12989 -0.0902987 0.121315 0.00530766
Vertex 12990 -0.016347 0.159993 -0.0102438
Vertex 12991 -0.0620847 0.166243 -0.0515916
Vertex 12992 -0.0121936 0.163667 -0.0136225
Vertex 12993 -0.0733885 0.111282 0.0466166
Vertex 12994 -0.0885594 0.112819 0.0222051
Vertex 12995 -0.0621482 0.16155 -0.0395978
Vertex 12996 0.0429565 0.0986678 0.00218951
Vertex 12997 -0.0870553 0.118453 0.000244653
Vertex 12998 -0.0310386 0.154131 -0.00157547
Vertex 12999 -0.057289 0.0707546 0.0390509
Vertex 13000 -0.0495471 0.140136 0.00640196
Vertex 13001 -0.0616651 0.174109 -0.0575903
Vertex 13002 -0.03015 0.171175 -0.0170282
Vertex 13003 0.0449549 0.0889654 0.0201657
Vertex 13004 -0.0857094 0.107615 0.00636703
Vertex 13005 -0.0616196 0.156864 -0.0215888
Vertex 13006 0.0423754 0.100105 0.0181719
Vertex 13007 0.0422118 0.100079 0.0191646
Vertex 13008 0.0427075 0.100107 0.0161639
Vertex 13009 -0.062465 0.163086 -0.0495893
Vertex 13010 -0.0946116 0.124177 0.0212718
Vertex 13011 0.045537 0.0890033 0.0131643
Vertex 13012 -0.0898664 0.135182 0.0372006
Vertex 13013 -0.0628566 0.145948 -0.0105775
Vertex 13014 -0.0901978 0.11358 0.0212183
Vertex 13015 -0.0863431 0.112514 0.0302243
Vertex 13016 -0.0525878 0.149334 0.020403
Vertex 13017 -0.0528261 0.149337 0.0214103
Vertex 13018 -0.0624127 0.150637 -0.0175763
Vertex 13019 -0.0625194 0.150622 -0.0185752
Vertex 13020 -0.062529 0.150617 -0.0195776
Vertex 13021 -0.0622273 0.163125 -0.0345932
Vertex 13022 0.0448141 0.0889533 0.0211601
Vertex 13023 -0.0528028 0.0666303 0.0365007
Vertex 13024 -0.0541353 0.147754 0.0254132
Vertex 13025 0.0428254 0.0986969 0.0191637
Vertex 13026 0.0446015 0.0889424 0.0221651
Vertex 13027 0.0433237 0.0846089 -0.00479162
Vertex 13028 0.0442902 0.0875035 0.0241471
Vertex 13029 0.0450904 0.0875663 0.0201674
Vertex 13030 -0.0630692 0.153725 -0.0105955
Vertex 13031 0.0456643 0.0876028 0.0121678
Vertex 13032 0.0433553 0.0860087 -0.00480358
Vertex 13033 0.0438288 0.0860483 -0.00379124
Vertex 13034 -0.0883846 0.119913 0.00130167
Vertex 13035 -0.0679376 0.162368 -0.0549778
Vertex 13036 -0.0627029 0.150609 -0.0235776
Vertex 13037 -0.0908751 0.135104 0.0182068
Vertex 13038 -0.0264587 0.0902029 -0.033595
Vertex 13039 0.0457702 0.0735931 0.00320764
Vertex 13040 0.0453728 0.0735622 0.00221503
Vertex 13041 0.0448472 0.0735234 0.00122364
Vertex 13042 0.0444193 0.0734774 0.000193217
Vertex 13043 0.0440337 0.0734407 -0.000804833
Vertex 13044 0.0437981 0.0734503 -0.00176783
Vertex 13045 0.0434836 0.0734019 -0.00279222
Vertex 13046 0.0431065 0.0733659 -0.00379081
Vertex 13047 0.042732 0.0733313 -0.00479409
Vertex 13048 0.0423481 0.0732982 -0.00579253
Vertex 13049 0.041918 0.0732584 -0.00676718
Vertex 13050 0.0413134 0.0732089 -0.00778125
Vertex 13051 0.0406726 0.0731516 -0.00877611
Vertex 13052 0.0399619 0.0730961 -0.00981181
Vertex 13053 0.0392199 0.073038 -0.0108301
Vertex 13054 0.0384815 0.0729589 -0.0117402
Vertex 13055 0.0371376 0.0728556 -0.0127896
Vertex 13056 0.0359341 0.0727624 -0.0138488
Vertex 13057 0.0352424 0.0726953 -0.0147969
Vertex 13058 0.0344602 0.0726275 -0.0157808
Vertex 13059 0.0336358 0.0725575 -0.0168317
Vertex 13060 0.0329366 0.0724958 -0.0177814
Vertex 13061 0.0321511 0.0724311 -0.0187615
Vertex 13062 0.0311541 0.072342 -0.0197804
Vertex 13063 0.0302861 0.0722616 -0.0207987
Vertex 13064 0.0293781 0.0721886 -0.0217847
Vertex 13065 0.0284436 0.0721192 -0.0227379
Vertex 13066 0.0147132 0.0897404 -0.0290836
Vertex 13067 -0.0892011 0.0983026 0.0104143
Vertex 13068 -0.0928057 0.124227 0.0372672
Vertex 13069 -0.0897017 0.151503 0.0171224
Vertex 13070 -0.089716 0.139255 0.0241831
Vertex 13071 -0.0123225 0.124091 -0.00743567
Vertex 13072 -0.0866911 0.107697 0.0133542
Vertex 13073 -0.0688005 0.087996 -0.0171065
Vertex 13074 -0.0921507 0.129567 0.0102504
Vertex 13075 -0.0511894 0.0558131 0.0154354
Vertex 13076 -0.0403541 0.121097 -0.0120881
Vertex 13077 -0.0923082 0.120116 0.0282975
Vertex 13078 -0.0926124 0.120126 0.0272917
Vertex 13079 -0.0920663 0.121362 0.00826874
Vertex 13080 -0.0914924 0.12135 0.00727423
Vertex 13081 -0.0926366 0.121498 0.0312794
Vertex 13082 0.0431642 0.0987038 0.0171581
Vertex 13083 -0.062446 0.163101 -0.0455941
Vertex 13084 -0.0620712 0.16624 -0.0525885
Vertex 13085 0.0443232 0.0889197 0.0231574
Vertex 13086 -0.0295473 0.0358282 0.0521362
Vertex 13087 -0.0624126 0.161536 -0.0416011
Vertex 13088 -0.0622845 0.161545 -0.0405978
Vertex 13089 -0.0116746 0.164119 -0.0176003
Vertex 13090 -0.0907804 0.150219 0.0191245
Vertex 13091 0.044671 0.0931702 0.0171607
Vertex 13092 -0.0308113 0.153953 -0.00248259
Vertex 13093 -0.084288 0.111698 0.0438155
Vertex 13094 -0.04997 0.140123 0.00440621
Vertex 13095 0.0455985 0.0918132 0.00816712
Vertex 13096 -0.0858246 0.111645 0.00429163
Vertex 13097 -0.0874416 0.113109 0.00532366
Vertex 13098 0.0438525 0.0874765 0.0251696
Vertex 13099 -0.0860233 0.102167 0.0034068
Vertex 13100 -0.0624082 0.147544 -0.00957064
Vertex 13101 -0.0521665 0.136903 -0.000627156
Vertex 13102 -0.0784816 0.0755217 0.0287043
Vertex 13103 -0.0618853 0.158437 -0.0215849
Vertex 13104 0.0411669 0.104244 0.0141607
Vertex 13105 -0.0621627 0.163132 -0.0395927
Vertex 13106 -0.0629233 0.149038 -0.01858
Vertex 13107 -0.063685 0.169395 -0.0455915
Vertex 13108 -0.0633941 0.159891 -0.0485891
Vertex 13109 -0.0823617 0.110377 0.0328225
Vertex 13110 -0.0614661 0.174127 -0.0585981
Vertex 13111 -0.0530084 0.149326 0.0224058
Vertex 13112 -0.0400434 0.149481 0.00241998
Vertex 13113 0.0433285 0.0874073 -0.00479371
Vertex 13114 -0.0688901 0.0621533 0.0194032
Vertex 13115 -0.0697195 0.0625059 0.018914
Vertex 13116 -0.0107227 0.165105 -0.0188107
Vertex 13117 -0.061825 0.164563 -0.0576805
Vertex 13118 -0.0620511 0.164652 -0.0545872
Vertex 13119 -0.0621992 0.16466 -0.0525894
Vertex 13120 -0.0622205 0.164668 -0.0515889
Vertex 13121 -0.0620827 0.174072 -0.0556227
Vertex 13122 0.0455542 0.0875891 0.00417683
Vertex 13123 -0.0621725 0.160005 -0.022587
Vertex 13124 -0.0907002 0.137837 0.017198
Vertex 13125 -0.0747588 0.0669346 0.0175421
Vertex 13126 -0.0730559 0.14548 -0.015959
Vertex 13127 -0.0618555 0.155289 -0.0295874
Vertex 13128 0.0465387 0.0750529 0.00819241
Vertex 13129 0.0464517 0.0750534 0.00718936
Vertex 13130 0.0463863 0.075041 0.00619921
Vertex 13131 0.0461994 0.0750316 0.00518987
Vertex 13132 0.0460119 0.0750141 0.00420589
Vertex 13133 0.0457402 0.0749932 0.00321166
Vertex 13134 0.0453833 0.074968 0.00220665
Vertex 13135 0.0450172 0.0749324 0.00120229
Vertex 13136 0.0447259 0.0749152 0.000215102
Vertex 13137 0.0443985 0.0748779 -0.000803542
Vertex 13138 0.0441279 0.0748554 -0.00179683
Vertex 13139 0.0436422 0.0748109 -0.00280304
Vertex 13140 0.0432399 0.0747788 -0.00379578
Vertex 13141 0.0427329 0.0747306 -0.00479562
Vertex 13142 0.0422621 0.0746939 -0.00581448
Vertex 13143 0.0417928 0.0746499 -0.00676608
Vertex 13144 0.0411805 0.0745986 -0.0077775
Vertex 13145 0.0404486 0.0745397 -0.00879543
Vertex 13146 0.0396972 0.0744788 -0.00980523
Vertex 13147 0.0390327 0.0744186 -0.0107818
Vertex 13148 0.0381305 0.0743398 -0.0117665
Vertex 13149 0.0368421 0.0742334 -0.0127504
Vertex 13150 0.0357477 0.074144 -0.0137952
Vertex 13151 0.0351077 0.0740897 -0.0147891
Vertex 13152 0.0343469 0.0740244 -0.0157906
Vertex 13153 0.033587 0.0739599 -0.0167921
Vertex 13154 0.0328626 0.0738919 -0.0178203
Vertex 13155 0.0323759 0.0738626 -0.0187418
Vertex 13156 0.031592 0.0738009 -0.0197207
Vertex 13157 0.0306214 0.073711 -0.0207585
Vertex 13158 0.029581 0.0736246 -0.0217333
Vertex 13159 0.0285394 0.0735396 -0.0227021
Vertex 13160 -0.0356976 0.121856 -0.0088333
Vertex 13161 -0.0893331 0.0983151 0.0114073
Vertex 13162 -0.0880973 0.137764 0.00820327
Vertex 13163 -0.0726673 0.155437 -0.0339106
Vertex 13164 -0.0816033 0.101897 -0.00556882
Vertex 13165 -0.0179573 0.123303 -0.00653742
Vertex 13166 -0.0867595 0.107707 0.0143554
Vertex 13167 -0.0471272 0.159118 -0.00765489
Vertex 13168 -0.0909349 0.113307 0.0123445
Vertex 13169 -0.0911602 0.113316 0.0133388
Vertex 13170 0.0286778 0.116188 -0.00517917
Vertex 13171 -0.0610597 0.172553 -0.0606091
Vertex 13172 -0.0925801 0.120153 0.0312943
Vertex 13173 -0.0929281 0.121393 0.0102886
Vertex 13174 -0.0926147 0.121379 0.00928006
Vertex 13175 -0.0928035 0.121507 0.0322842
Vertex 13176 0.0445099 0.0945603 0.0161557
Vertex 13177 0.044397 0.0945546 0.0171571
Vertex 13178 -0.0619824 0.166238 -0.0535924
Vertex 13179 -0.0631947 0.163133 -0.0265887
Vertex 13180 0.0437965 0.0987467 0.00816432
Vertex 13181 -0.0615047 0.167821 -0.0555677
Vertex 13182 -0.0118859 0.163867 -0.0168515
Vertex 13183 -0.0590026 0.0609591 0.0242669
Vertex 13184 -0.0621779 0.061949 0.0245023
Vertex 13185 -0.0497158 0.140127 0.00540861
Vertex 13186 -0.0809179 0.0761444 0.0241516
Vertex 13187 -0.0880049 0.11182 0.00834875
Vertex 13188 -0.0864043 0.111678 0.00530063
Vertex 13189 -0.0512476 0.149342 0.0143776
Vertex 13190 -0.051601 0.149349 0.0154046
Vertex 13191 -0.0897198 0.135201 0.0382086
Vertex 13192 -0.062219 0.164671 -0.0505894
Vertex 13193 -0.0623583 0.164673 -0.0485921
Vertex 13194 -0.0640462 0.0622661 0.0238361
Vertex 13195 -0.0624763 0.163084 -0.0515885
Vertex 13196 -0.0623836 0.163016 -0.0556039
Vertex 13197 0.0421385 0.102872 0.00916356
Vertex 13198 0.0419441 0.102888 0.00516309
Vertex 13199 -0.0104184 0.179993 -0.0295246
Vertex 13200 -0.093475 0.1283 0.0242551
Vertex 13201 -0.0524497 0.140085 0.0234103
Vertex 13202 -0.0682817 0.156606 -0.0532672
Vertex 13203 -0.0918049 0.126804 0.00826817
Vertex 13204 -0.066871 0.0626922 0.0228964
Vertex 13205 -0.0366167 0.15106 0.000396988
Vertex 13206 0.0432765 0.10012 0.00816425
Vertex 13207 -0.0742229 0.109724 0.0423296
Vertex 13208 -0.0705529 0.0628294 0.0184736
Vertex 13209 -0.0654801 0.0675388 0.0330326
Vertex 13210 -0.0868755 0.112781 0.0262639
Vertex 13211 0.0446756 0.091763 0.0191604
Vertex 13212 -0.0588392 0.0371017 0.0463605
Vertex 13213 -0.0623369 0.16467 -0.04959
Vertex 13214 -0.0623602 0.164675 -0.0475927
Vertex 13215 -0.0520173 0.146257 0.0174096
Vertex 13216 -0.0516778 0.140064 0.0213757
Vertex 13217 0.0456484 0.0875951 0.00518134
Vertex 13218 0.0439647 0.0888964 0.0241631
Vertex 13219 0.0465562 0.0764652 0.0121829
Vertex 13220 0.0465334 0.07646 0.0111853
Vertex 13221 0.0464507 0.0764566 0.0101865
Vertex 13222 0.046481 0.0764536 0.00918999
Vertex 13223 0.0464212 0.0764513 0.00819032
Vertex 13224 0.0463722 0.0764454 0.00719365
Vertex 13225 0.0462734 0.0764388 0.00619417
Vertex 13226 0.0461397 0.0764263 0.0052018
Vertex 13227 0.0458945 0.0764062 0.00420006
Vertex 13228 0.045657 0.07639 0.00319799
Vertex 13229 0.045415 0.0763654 0.00219579
Vertex 13230 0.0452304 0.0763569 0.00121116
Vertex 13231 0.0449154 0.0763231 0.00019353
Vertex 13232 0.0446565 0.076299 -0.00080692
Vertex 13233 0.0443433 0.0762807 -0.00178421
Vertex 13234 0.0438483 0.076237 -0.00278527
Vertex 13235 0.0433489 0.0761902 -0.00378764
Vertex 13236 0.0428335 0.076148 -0.00478426
Vertex 13237 0.0422446 0.0760949 -0.00580476
Vertex 13238 0.0417455 0.0760505 -0.00673474
Vertex 13239 0.0410535 0.0759945 -0.00777525
Vertex 13240 0.0401892 0.0759203 -0.00879733
Vertex 13241 0.0394635 0.075864 -0.00982057
Vertex 13242 0.0386856 0.0757975 -0.0108084
Vertex 13243 0.0377573 0.0757194 -0.0117756
Vertex 13244 0.0365014 0.0756142 -0.0127863
Vertex 13245 0.0358746 0.0755562 -0.0137901
Vertex 13246 0.0352588 0.0755049 -0.0148105
Vertex 13247 0.0345167 0.0754586 -0.0157294
Vertex 13248 0.0336664 0.0753805 -0.0167583
Vertex 13249 0.0329576 0.0753133 -0.0177979
Vertex 13250 0.0324248 0.0752705 -0.0187807
Vertex 13251 0.0317565 0.0752189 -0.019756
Vertex 13252 0.0308475 0.0751439 -0.0207339
Vertex 13253 -0.0466697 0.166955 -0.00590454
Vertex 13254 -0.0824868 0.0965084 -0.00559576
Vertex 13255 0.0425177 0.0660617 -0.00221978
Vertex 13256 -0.0678094 0.180556 -0.0587896
Vertex 13257 -0.0824261 0.101938 -0.00456304
Vertex 13258 -0.0875967 0.100907 0.00640641
Vertex 13259 -0.086583 0.1077 0.0153543
Vertex 13260 -0.0864626 0.107749 0.0163884
Vertex 13261 -0.0865442 0.107736 0.017365
Vertex 13262 -0.0907186 0.113289 0.0113419
Vertex 13263 -0.00322809 0.0999661 -0.0238789
Vertex 13264 -0.0930264 0.120177 0.0342925
Vertex 13265 -0.0927311 0.120157 0.0322864
Vertex 13266 -0.0934924 0.121416 0.0122906
Vertex 13267 -0.0932554 0.121405 0.0112928
Vertex 13268 -0.0928405 0.121514 0.033281
Vertex 13269 -0.0855548 0.125248 -0.00272359
Vertex 13270 0.0438711 0.0959127 0.00218342
Vertex 13271 -0.0616803 0.166235 -0.0555923
Vertex 13272 -0.0618365 0.166237 -0.0545929
Vertex 13273 0.0437289 0.0987183 0.00617361
Vertex 13274 0.0437866 0.098742 0.00716534
Vertex 13275 -0.0615198 0.167807 -0.0565879
Vertex 13276 -0.0368558 0.0971787 -0.022608
Vertex 13277 -0.0498057 0.144755 0.010389
Vertex 13278 -0.0909094 0.114612 0.0400043
Vertex 13279 -0.0499442 0.140127 0.0163925
Vertex 13280 0.0435982 0.0888699 0.0251665
Vertex 13281 0.0431163 0.0888383 0.0261767
Vertex 13282 -0.0532082 0.149319 0.0233918
Vertex 13283 -0.0538672 0.149311 0.025406
Vertex 13284 0.0448665 0.0945715 0.00517989
Vertex 13285 0.0422255 0.0887323 -0.00780894
Vertex 13286 -0.0913745 0.142001 0.0211607
Vertex 13287 -0.0705862 0.166615 -0.0490027
Vertex 13288 -0.0942425 0.120105 0.0182851
Vertex 13289 -0.0906385 0.147509 0.0131579
Vertex 13290 0.0443454 0.0903358 0.0221636
Vertex 13291 -0.0912936 0.114724 0.0218532
Vertex 13292 0.0420895 0.102851 0.00717012
Vertex 13293 0.0413547 0.102812 0.0011821
Vertex 13294 0.0388283 0.102661 -0.00481845
Vertex 13295 0.0440882 0.090317 0.0231627
Vertex 13296 -0.078089 0.159705 -0.0229182
Vertex 13297 -0.0732448 0.144163 -0.0109449
Vertex 13298 -0.0618131 0.161554 -0.0315928
Vertex 13299 -0.048904 0.144756 0.0084067
Vertex 13300 0.042729 0.0901813 -0.0058099
Vertex 13301 -0.0476612 0.135572 0.0133995
Vertex 13302 0.044574 0.0903504 0.0211613
Vertex 13303 0.0448529 0.0917799 0.0171662
Vertex 13304 -0.0621573 0.163143 -0.0375929
Vertex 13305 -0.0136298 0.0943834 -0.0340901
Vertex 13306 0.0439472 0.0917185 0.0231564
Vertex 13307 -0.0723294 0.177884 -0.0550149
Vertex 13308 0.0216437 0.120011 -0.00733339
Vertex 13309 -0.0870689 0.0968011 0.00243877
Vertex 13310 0.0463963 0.0778578 0.0141787
Vertex 13311 0.0464379 0.0778615 0.0131806
Vertex 13312 0.0464938 0.0778639 0.0121785
Vertex 13313 0.0465019 0.0778624 0.0111839
Vertex 13314 0.0464355 0.0778581 0.0101835
Vertex 13315 0.0464068 0.0778555 0.00918735
Vertex 13316 0.04631 0.0778469 0.00818385
Vertex 13317 0.0462675 0.0778418 0.00718957
Vertex 13318 0.0461841 0.0778325 0.00618859
Vertex 13319 0.0460436 0.0778241 0.00519064
Vertex 13320 0.0458885 0.0778077 0.00419775
Vertex 13321 0.045728 0.077798 0.00320493
Vertex 13322 0.0455105 0.0777762 0.00219892
Vertex 13323 0.0452801 0.0777562 0.00119407
Vertex 13324 0.0451032 0.0777437 0.000209071
Vertex 13325 0.0447742 0.0777119 -0.00080388
Vertex 13326 0.0444401 0.0776895 -0.00177282
Vertex 13327 0.0439709 0.0776452 -0.00278508
Vertex 13328 0.043463 0.077603 -0.00378219
Vertex 13329 0.0429126 0.0775596 -0.00475805
Vertex 13330 0.042296 0.0775058 -0.00576261
Vertex 13331 0.0416044 0.0774454 -0.0068035
Vertex 13332 0.0409145 0.07739 -0.0077683
Vertex 13333 0.0400692 0.0773178 -0.00879643
Vertex 13334 0.0394034 0.0772645 -0.00977482
Vertex 13335 0.0386441 0.0772022 -0.0107761
Vertex 13336 0.0377538 0.0771288 -0.0117747
Vertex 13337 0.0369017 0.0770479 -0.0128074
Vertex 13338 0.0362901 0.0769906 -0.0138255
Vertex 13339 0.0356786 0.076967 -0.014745
Vertex 13340 0.0347555 0.0768972 -0.0157225
Vertex 13341 0.0338293 0.0767952 -0.0167877
Vertex 13342 0.0333063 0.076755 -0.0177777
Vertex 13343 0.03267 0.0767015 -0.0187757
Vertex 13344 0.0319543 0.0766492 -0.0197037
Vertex 13345 0.030786 0.0765476 -0.0208061
Vertex 13346 -0.0927289 0.125458 0.0102641
Vertex 13347 -0.0890273 0.0956446 0.021399
Vertex 13348 -0.0834239 0.0965619 -0.00458039
Vertex 13349 -0.0707759 0.162402 -0.0459559
Vertex 13350 -0.0883368 0.137775 0.00920322
Vertex 13351 -0.0252945 0.179999 -0.0179968
Vertex 13352 -0.0831709 0.101988 -0.00359129
Vertex 13353 -0.0852211 0.103481 0.00138673
Vertex 13354 -0.0922901 0.125582 0.0342578
Vertex 13355 -0.0817516 0.140386 -0.000790241
Vertex 13356 -0.0862889 0.10771 0.0183439
Vertex 13357 -0.0903031 0.113239 0.0103302
Vertex 13358 0.0326595 0.114633 -0.00147403
Vertex 13359 -0.0626019 0.174089 -0.0546038
Vertex 13360 -0.0929242 0.120168 0.0332909
Vertex 13361 -0.0939567 0.121435 0.0142863
Vertex 13362 -0.0937263 0.121427 0.0132848
Vertex 13363 -0.011946 0.163588 -0.0146751
Vertex 13364 -0.0894255 0.0956236 0.0134235
Vertex 13365 -0.0888328 0.0942898 0.0224093
Vertex 13366 -0.0614834 0.166203 -0.0576271
Vertex 13367 -0.0616183 0.16622 -0.0565931
Vertex 13368 0.00417139 0.0894659 -0.0333631
Vertex 13369 0.0427594 0.0986702 0.00117933
Vertex 13370 -0.062488 0.161561 -0.0255895
Vertex 13371 0.0434133 0.0930689 -0.00182579
Vertex 13372 -0.0507025 0.140081 0.0193694
Vertex 13373 -0.0615859 0.155307 -0.0235819
Vertex 13374 -0.0471129 0.13404 0.0104021
Vertex 13375 0.0424823 0.0958192 -0.00180898
Vertex 13376 -0.0511023 0.141628 0.018382
Vertex 13377 -0.0506782 0.141637 0.0173818
Vertex 13378 -0.0504724 0.141671 0.0164028
Vertex 13379 -0.0502115 0.141667 0.015397
Vertex 13380 -0.0494839 0.141682 0.00839735
Vertex 13381 -0.0495274 0.14168 0.00739502
Vertex 13382 0.0438612 0.0930832 -0.000804157
Vertex 13383 -0.0859116 0.107692 0.0193681
Vertex 13384 0.0371254 0.0869172 -0.0157926
Vertex 13385 -0.0622887 0.152203 -0.0145776
Vertex 13386 0.0429025 0.100097 0.0151567
Vertex 13387 0.0430409 0.10011 0.0131585
Vertex 13388 0.0406669 0.102735 -0.000789188
Vertex 13389 0.0418243 0.102828 0.00318021
Vertex 13390 -0.0388448 0.0971399 -0.0223049
Vertex 13391 0.00561249 0.0927088 -0.0322048
Vertex 13392 -0.0897234 0.125377 0.0042981
Vertex 13393 -0.0480228 0.144604 0.00545108
Vertex 13394 -0.0618544 0.174099 -0.0565963
Vertex 13395 -0.0500088 0.124901 -0.00796654
Vertex 13396 -0.0848075 0.100731 -0.000569426
Vertex 13397 0.0397017 0.104178 0.024171
Vertex 13398 -0.0719446 0.159605 -0.0399328
Vertex 13399 -0.0755817 0.14859 -0.0148673
Vertex 13400 -0.0884887 0.122612 0.00129126
Vertex 13401 0.0461634 0.0792418 0.0171768
Vertex 13402 0.0461889 0.0792428 0.016179
Vertex 13403 0.0462561 0.0792459 0.0151754
Vertex 13404 0.0463019 0.07925 0.0141776
Vertex 13405 0.0463796 0.0792543 0.0131749
Vertex 13406 0.0464006 0.0792571 0.0121793
Vertex 13407 0.0464344 0.0792618 0.0111808
Vertex 13408 0.0464307 0.0792576 0.0101822
Vertex 13409 0.0463488 0.0792498 0.00918224
Vertex 13410 0.0463679 0.0792556 0.0081871
Vertex 13411 0.0462936 0.0792458 0.00718673
Vertex 13412 0.0462048 0.0792353 0.00618416
Vertex 13413 0.0461381 0.0792322 0.00519228
Vertex 13414 0.0459393 0.0792136 0.00418579
Vertex 13415 0.0457654 0.0791979 0.00319646
Vertex 13416 0.045527 0.0791773 0.00219591
Vertex 13417 0.0453464 0.0791637 0.00120688
Vertex 13418 0.0451001 0.0791381 0.000209359
Vertex 13419 0.044826 0.0791184 -0.000782084
Vertex 13420 0.0444691 0.0790854 -0.00178456
Vertex 13421 0.0439772 0.079046 -0.00278888
Vertex 13422 0.0434554 0.0790039 -0.00377815
Vertex 13423 0.0428337 0.0789534 -0.0047828
Vertex 13424 0.0422984 0.0789118 -0.00576754
Vertex 13425 0.0417534 0.0788713 -0.00674491
Vertex 13426 0.041033 0.0788113 -0.0077656
Vertex 13427 0.0402499 0.0787503 -0.00875238
Vertex 13428 0.0397193 0.0787183 -0.00974279
Vertex 13429 0.0391307 0.0786589 -0.0107679
Vertex 13430 0.0384699 0.0786144 -0.011749
Vertex 13431 0.037525 0.0785071 -0.0127982
Vertex 13432 0.0369479 0.0784891 -0.0137448
Vertex 13433 0.0360857 0.0784054 -0.0147648
Vertex 13434 0.0351663 0.0783387 -0.0157415
Vertex 13435 0.0342862 0.0782566 -0.0167489
Vertex 13436 0.033576 0.0781814 -0.0177928
Vertex 13437 0.0328071 0.0781213 -0.0187889
Vertex 13438 0.0319638 0.0780558 -0.0197042
Vertex 13439 0.0306136 0.0779431 -0.0207534
Vertex 13440 -0.0927402 0.125562 0.0292626
Vertex 13441 -0.0890914 0.0956431 0.0204208
Vertex 13442 -0.0840733 0.0966087 -0.0036103
Vertex 13443 -0.0711139 0.162407 -0.0449498
Vertex 13444 -0.0906919 0.142015 0.0231619
Vertex 13445 -0.0743245 0.179234 -0.0539852
Vertex 13446 -0.0839359 0.102045 -0.00261805
Vertex 13447 -0.0842531 0.102059 -0.0016008
Vertex 13448 -0.0851088 0.102115 0.000391121
Vertex 13449 -0.0892862 0.137904 0.0301929
Vertex 13450 -0.0881528 0.129472 0.0022725
Vertex 13451 -0.0899231 0.113261 0.00935255
Vertex 13452 0.00304719 0.123088 -0.0105402
Vertex 13453 -0.0477406 0.135604 0.0113959
Vertex 13454 -0.091934 0.128302 0.0312437
Vertex 13455 -0.092242 0.128315 0.0292604
Vertex 13456 -0.094099 0.121442 0.0152795
Vertex 13457 -0.00990982 0.175697 -0.0247542
Vertex 13458 -0.0784525 0.0962411 -0.0105211
Vertex 13459 -0.0585981 0.0658974 0.0341563
Vertex 13460 -0.0160918 0.0359549 0.0514785
Vertex 13461 -0.0288776 0.0903901 -0.0295833
Vertex 13462 -0.0620219 0.161552 -0.0385959
Vertex 13463 -0.0627541 0.166279 -0.0425846
Vertex 13464 -0.0664863 0.0657678 0.0290911
Vertex 13465 -0.0501985 0.140132 0.0173988
Vertex 13466 -0.0503915 0.140104 0.0183826
Vertex 13467 -0.0502406 0.140114 0.00340131
Vertex 13468 -0.0473457 0.134062 0.00939848
Vertex 13469 -0.0515486 0.141607 0.0193759
Vertex 13470 0.0423147 0.091604 0.0271557
Vertex 13471 -0.0631272 0.0656833 0.0316274
Vertex 13472 -0.0738123 0.0655371 0.0172042
Vertex 13473 -0.0500909 0.0358963 0.0459805
Vertex 13474 -0.051271 0.0356477 0.0458842
Vertex 13475 -0.0495589 0.141679 0.00640064
Vertex 13476 -0.051136 0.140067 0.0203692
Vertex 13477 -0.0626407 0.163129 -0.0295903
Vertex 13478 -0.0320536 0.0356449 0.0500425
Vertex 13479 -0.0905235 0.137837 0.0161933
Vertex 13480 0.0431395 0.100108 0.0121576
Vertex 13481 0.0432452 0.100105 0.0111579
Vertex 13482 0.0420581 0.102887 0.0101643
Vertex 13483 -0.0732213 0.156852 -0.0309091
Vertex 13484 -0.0831442 0.107611 0.0263767
Vertex 13485 -0.0508809 0.104197 -0.0202021
Vertex 13486 -0.072488 0.172225 -0.0500329
Vertex 13487 -0.0941295 0.121483 0.024294
Vertex 13488 0.045739 0.0876044 0.00618298
Vertex 13489 0.0458506 0.0876137 0.00718075
Vertex 13490 0.0459022 0.0876188 0.00817319
Vertex 13491 0.0450698 0.0805625 0.0231647
Vertex 13492 0.0453551 0.0805854 0.0221747
Vertex 13493 0.0456498 0.0806034 0.02116
Vertex 13494 0.0459498 0.0806271 0.0191734
Vertex 13495 0.0459653 0.0806289 0.018177
Vertex 13496 0.046037 0.0806318 0.0171753
Vertex 13497 0.0461219 0.0806353 0.0161697
Vertex 13498 0.0461484 0.0806375 0.015174
Vertex 13499 0.046183 0.0806404 0.0141758
Vertex 13500 0.0462743 0.0806463 0.0131736
Vertex 13501 0.0463015 0.0806481 0.0121762
Vertex 13502 0.0463861 0.080656 0.0111753
Vertex 13503 0.0464078 0.0806576 0.0101793
Vertex 13504 0.0463872 0.0806547 0.00917972
Vertex 13505 0.0463101 0.0806468 0.00818141
Vertex 13506 0.046272 0.0806446 0.00718674
Vertex 13507 0.0461867 0.0806341 0.00618373
Vertex 13508 0.0461298 0.0806288 0.00519237
Vertex 13509 0.0459242 0.0806108 0.00418728
Vertex 13510 0.0457502 0.0805926 0.00319942
Vertex 13511 0.045522 0.0805737 0.00219452
Vertex 13512 0.0453408 0.0805541 0.00120995
Vertex 13513 0.0450117 0.0805305 0.000199058
Vertex 13514 0.0446984 0.0804984 -0.000780025
Vertex 13515 0.0442521 0.0804694 -0.00179963
Vertex 13516 0.0438423 0.0804362 -0.00278861
Vertex 13517 0.0433385 0.080395 -0.00378638
Vertex 13518 0.0428587 0.0803554 -0.00479839
Vertex 13519 0.0424477 0.0803262 -0.00578172
Vertex 13520 0.0419394 0.0802864 -0.00678235
Vertex 13521 0.0412418 0.0802411 -0.00774788
Vertex 13522 0.0406749 0.0801882 -0.00878559
Vertex 13523 0.0401736 0.0801429 -0.00978947
Vertex 13524 0.0397235 0.080129 -0.010751
Vertex 13525 0.0391332 0.0800655 -0.0117735
Vertex 13526 0.0385368 0.0800568 -0.0127167
Vertex 13527 0.0377117 0.0799594 -0.0137509
Vertex 13528 0.0369068 0.0799159 -0.0147176
Vertex 13529 0.0359194 0.0798211 -0.0157295
Vertex 13530 0.0350128 0.0797448 -0.0167143
Vertex 13531 0.0339767 0.0796167 -0.0178174
Vertex 13532 0.0331161 0.0795687 -0.0187107
Vertex 13533 0.0317521 0.0794454 -0.0197442
Vertex 13534 -0.0894168 0.0942943 0.0184246
Vertex 13535 -0.0692347 0.176505 -0.0570351
Vertex 13536 -0.0892037 0.0956419 0.0194144
Vertex 13537 -0.0834882 0.14321 0.00316117
Vertex 13538 -0.070351 0.158156 -0.0469171
Vertex 13539 -0.0764024 0.150045 -0.00692327
Vertex 13540 -0.0697083 0.1638 -0.0499695
Vertex 13541 -0.0776846 0.16386 -0.0329461
Vertex 13542 -0.0723232 0.163826 -0.0419605
Vertex 13543 -0.0845391 0.102087 -0.000621587
Vertex 13544 -0.0890326 0.125361 0.00330134
Vertex 13545 -0.0898903 0.135179 0.0352087
Vertex 13546 -0.0788429 0.112725 -0.00283498
Vertex 13547 -0.080097 0.11274 -0.00201289
Vertex 13548 -0.0941834 0.120103 0.0162919
Vertex 13549 -0.061863 0.0953699 -0.0186332
Vertex 13550 -0.0275751 0.181449 -0.0130337
Vertex 13551 -0.0943085 0.12145 0.0162821
Vertex 13552 -0.0621913 0.163125 -0.0405922
Vertex 13553 -0.0635554 0.166233 -0.0355972
Vertex 13554 -0.0637097 0.166224 -0.0345967
Vertex 13555 -0.0633588 0.166271 -0.0375898
Vertex 13556 -0.0896333 0.0929554 0.018431
Vertex 13557 -0.0509182 0.146274 0.0133981
Vertex 13558 -0.0619148 0.161553 -0.037594
Vertex 13559 -0.0633409 0.155276 -0.011594
Vertex 13560 -0.0596786 0.0738084 0.0412039
Vertex 13561 -0.07448 0.0662148 0.0164657
Vertex 13562 -0.0729302 0.110914 0.0452396
Vertex 13563 -0.0767072 0.0724697 0.0281768
Vertex 13564 -0.0865855 0.100865 0.00437928
Vertex 13565 -0.0527141 0.141625 0.0234145
Vertex 13566 -0.0622517 0.147555 -0.00557481
Vertex 13567 0.045113 0.0861573 0.00219478
Vertex 13568 -0.0622605 0.152178 -0.0225796
Vertex 13569 -0.0623945 0.164686 -0.0405941
Vertex 13570 -0.0497252 0.141657 0.00538484
Vertex 13571 -0.052457 0.144675 0.0183665
Vertex 13572 -0.0617229 0.155313 -0.01958
Vertex 13573 -0.062948 0.163113 -0.0275941
Vertex 13574 -0.0665305 0.155586 -0.0523326
Vertex 13575 -0.0623918 0.152158 -0.026581
Vertex 13576 0.0420203 0.102869 0.0111608
Vertex 13577 -0.0627936 0.15522 -0.0356106
Vertex 13578 0.0447325 0.0931835 0.0161662
Vertex 13579 -0.0693701 0.141497 -0.00893397
Vertex 13580 -0.0702669 0.176516 -0.0559875
Vertex 13581 0.0378591 0.102628 -0.00683982
Vertex 13582 0.0413233 0.102851 0.0171643
Vertex 13583 -0.0768403 0.0682209 0.0124564
Vertex 13584 0.0459041 0.087617 0.00917007
Vertex 13585 0.044284 0.0819099 0.0251484
Vertex 13586 0.044563 0.0819287 0.0241608
Vertex 13587 0.0449291 0.081953 0.02316
Vertex 13588 0.045212 0.0819736 0.0221688
Vertex 13589 0.0454654 0.0819915 0.0211715
Vertex 13590 0.0456344 0.0820067 0.0201819
Vertex 13591 0.0457999 0.0820138 0.0191697
Vertex 13592 0.0458177 0.0820138 0.0181729
Vertex 13593 0.0458863 0.0820184 0.0171704
Vertex 13594 0.045976 0.0820209 0.01617
Vertex 13595 0.0460317 0.0820288 0.0151733
Vertex 13596 0.0460542 0.0820303 0.0141751
Vertex 13597 0.0461391 0.0820336 0.0131698
Vertex 13598 0.0461918 0.0820393 0.0121748
Vertex 13599 0.0462789 0.0820452 0.011174
Vertex 13600 0.0463102 0.0820482 0.0101764
Vertex 13601 0.0463117 0.0820487 0.00917902
Vertex 13602 0.0462948 0.0820457 0.00817944
Vertex 13603 0.046259 0.0820395 0.0071847
Vertex 13604 0.0461456 0.0820314 0.0061875
Vertex 13605 0.0460131 0.0820178 0.0051921
Vertex 13606 0.04586 0.0820013 0.00419826
Vertex 13607 0.0456361 0.0819814 0.00319705
Vertex 13608 0.0454568 0.0819591 0.00221362
Vertex 13609 0.0450752 0.0819431 0.00117926
Vertex 13610 0.0447595 0.0819096 0.000199099
Vertex 13611 0.0443742 0.0818795 -0.000800454
Vertex 13612 0.0440001 0.081852 -0.00180195
Vertex 13613 0.0436968 0.0818627 -0.00278544
Vertex 13614 0.0433462 0.0818009 -0.00379375
Vertex 13615 0.04296 0.0817702 -0.00479044
Vertex 13616 0.04256 0.0817421 -0.00578018
Vertex 13617 0.0420458 0.0817019 -0.00677657
Vertex 13618 0.0415325 0.0816649 -0.00777347
Vertex 13619 0.0411083 0.0816433 -0.00876203
Vertex 13620 0.0406639 0.0815903 -0.00978474
Vertex 13621 0.0402398 0.0815675 -0.0107641
Vertex 13622 0.0396568 0.0815034 -0.0117853
Vertex 13623 0.0390954 0.0814754 -0.0127535
Vertex 13624 0.0384545 0.081427 -0.0137424
Vertex 13625 0.0377831 0.0813859 -0.0147095
Vertex 13626 0.0367009 0.0812747 -0.0157528
Vertex 13627 0.0358807 0.0812282 -0.0166923
Vertex 13628 0.0347498 0.081125 -0.0176886
Vertex 13629 -0.0893861 0.0943037 0.0204146
Vertex 13630 -0.0894416 0.0943032 0.0194238
Vertex 13631 -0.0371011 0.0461641 -0.0234326
Vertex 13632 -0.0892997 0.0956389 0.0174174
Vertex 13633 -0.086732 0.125284 -0.00171301
Vertex 13634 -0.0694684 0.158126 -0.0509379
Vertex 13635 -0.0823003 0.143183 0.00115625
Vertex 13636 -0.079388 0.147286 -0.00182539
Vertex 13637 -0.0776167 0.145877 -0.00384676
Vertex 13638 -0.0774489 0.163906 -0.0229523
Vertex 13639 -0.0876033 0.102265 0.00739801
Vertex 13640 -0.0891434 0.137902 0.0291936
Vertex 13641 -0.0898981 0.135185 0.0362087
Vertex 13642 0.00198723 0.123051 -0.0105036
Vertex 13643 -0.0930714 0.12018 0.0352857
Vertex 13644 -0.0931568 0.120191 0.0362904
Vertex 13645 -0.0864106 0.136323 0.00223079
Vertex 13646 -0.0944184 0.12146 0.0172829
Vertex 13647 -0.0634822 0.166302 -0.0366942
Vertex 13648 -0.0632393 0.166259 -0.0385929
Vertex 13649 -0.0626731 0.158367 -0.0396045
Vertex 13650 -0.063425 0.163107 -0.0254606
Vertex 13651 -0.0622179 0.153696 -0.0295936
Vertex 13652 -0.0627129 0.161593 -0.024579
Vertex 13653 -0.0616004 0.15843 -0.0275855
Vertex 13654 -0.0484658 0.144752 0.00741107
Vertex 13655 -0.0627516 0.145959 -0.00957815
Vertex 13656 -0.0652725 0.0613084 0.02088
Vertex 13657 -0.050675 0.140101 0.0024044
Vertex 13658 -0.0526204 0.141613 0.022402
Vertex 13659 -0.0492665 0.143175 0.00640774
Vertex 13660 -0.0620033 0.158406 -0.0355965
Vertex 13661 -0.0618685 0.158412 -0.0345942
Vertex 13662 0.0442849 0.0945485 0.0181566
Vertex 13663 -0.0631137 0.14437 -0.00863045
Vertex 13664 -0.0498122 0.141672 0.00439987
Vertex 13665 -0.0501485 0.141642 0.00337658
Vertex 13666 -0.0614458 0.0606683 0.0222701
Vertex 13667 -0.0616357 0.158429 -0.0245888
Vertex 13668 0.0456048 0.0918125 0.0071715
Vertex 13669 0.0398543 0.102779 0.025179
Vertex 13670 -0.00909377 0.175718 -0.0267745
Vertex 13671 -0.0616418 0.158426 -0.0235923
Vertex 13672 0.0420573 0.0943632 -0.00379153
Vertex 13673 -0.0277533 0.155598 -0.00253083
Vertex 13674 -0.0630387 0.15529 -0.0125891
Vertex 13675 -0.0613597 0.172535 -0.0585911
Vertex 13676 0.043481 0.0832455 0.0271768
Vertex 13677 0.0458421 0.0876102 0.0101629
Vertex 13678 0.0442188 0.0833029 0.0251703
Vertex 13679 0.0445886 0.0833307 0.0241696
Vertex 13680 0.0448639 0.0833492 0.023175
Vertex 13681 0.0451476 0.0833704 0.0221542
Vertex 13682 0.0453289 0.0833826 0.0211694
Vertex 13683 0.0455396 0.083395 0.0201668
Vertex 13684 0.0455932 0.0834007 0.019176
Vertex 13685 0.0456648 0.0834028 0.0181693
Vertex 13686 0.0457459 0.0834058 0.0171675
Vertex 13687 0.0458044 0.0834139 0.0161713
Vertex 13688 0.0458872 0.0834155 0.0151706
Vertex 13689 0.0459174 0.0834201 0.0141703
Vertex 13690 0.0460037 0.0834239 0.0131685
Vertex 13691 0.046059 0.0834308 0.0121726
Vertex 13692 0.0461434 0.0834347 0.0111711
Vertex 13693 0.0461779 0.083439 0.010174
Vertex 13694 0.0462595 0.0834414 0.00917612
Vertex 13695 0.0461952 0.0834391 0.00817714
Vertex 13696 0.0461375 0.0834298 0.00718398
Vertex 13697 0.0460228 0.0834207 0.0061859
Vertex 13698 0.0458454 0.0834099 0.00517797
Vertex 13699 0.0456753 0.0833922 0.00418733
Vertex 13700 0.0453927 0.0833662 0.00319518
Vertex 13701 0.045085 0.0833373 0.00221176
Vertex 13702 0.044722 0.0833037 0.0012072
Vertex 13703 0.044368 0.0832642 0.000211132
Vertex 13704 0.0441357 0.083266 -0.000805736
Vertex 13705 0.0439403 0.083251 -0.00181959
Vertex 13706 0.0437634 0.0832354 -0.00281017
Vertex 13707 0.0434814 0.0832239 -0.00379707
Vertex 13708 0.043167 0.0831963 -0.0047762
Vertex 13709 0.0427074 0.0831548 -0.00579292
Vertex 13710 0.0422807 0.0831292 -0.00677447
Vertex 13711 0.0418253 0.0830818 -0.00779351
Vertex 13712 0.0413986 0.0830578 -0.00877387
Vertex 13713 0.0409937 0.0830284 -0.00976566
Vertex 13714 0.0405174 0.0829825 -0.0107762
Vertex 13715 0.0400149 0.0829397 -0.0117765
Vertex 13716 0.0393871 0.0828883 -0.0127786
Vertex 13717 0.0387467 0.0828368 -0.0137708
Vertex 13718 0.0381247 0.0827831 -0.0147803
Vertex 13719 0.0372267 0.0827114 -0.0157704
Vertex 13720 0.0362923 0.0826461 -0.0167222
Vertex 13721 0.0352621 0.0826509 -0.01774
Vertex 13722 -0.0556554 0.124247 -0.00722427
Vertex 13723 -0.0286351 0.0918211 -0.0275955
Vertex 13724 -0.0930784 0.128223 0.0132485
Vertex 13725 -0.0858053 0.0953564 -0.000572964
Vertex 13726 -0.0892157 0.0956404 0.0184193
Vertex 13727 -0.092315 0.125571 0.0312621
Vertex 13728 -0.0904683 0.135081 0.0142287
Vertex 13729 -0.0776003 0.156937 -0.0149108
Vertex 13730 -0.0458977 0.166944 -0.00688513
Vertex 13731 -0.074091 0.144362 -0.00888576
Vertex 13732 -0.0887923 0.1378 0.0112057
Vertex 13733 -0.0855021 0.102147 0.00137916
Vertex 13734 -0.0689616 0.177928 -0.0580053
Vertex 13735 -0.0597956 0.0925385 -0.0196216
Vertex 13736 -0.0893947 0.113204 0.00833335
Vertex 13737 -0.0859796 0.119771 -0.00178632
Vertex 13738 -0.0932449 0.120197 0.0372886
Vertex 13739 -0.0932655 0.120203 0.038289
Vertex 13740 -0.0015963 0.0981039 -0.0279083
Vertex 13741 -0.0944412 0.121464 0.0182801
Vertex 13742 -0.0938873 0.12827 0.0192438
Vertex 13743 -0.0625286 0.164689 -0.038593
Vertex 13744 -0.0630274 0.166296 -0.040584
Vertex 13745 -0.0631905 0.166285 -0.0395881
Vertex 13746 0.0457389 0.0876049 0.0111625
Vertex 13747 -0.0926608 0.121474 0.0282925
Vertex 13748 -0.0622044 0.163118 -0.0415929
Vertex 13749 -0.0612579 0.167808 -0.0576007
Vertex 13750 -0.0631521 0.0360725 0.0429133
Vertex 13751 -0.0624284 0.159959 -0.0405984
Vertex 13752 -0.0626184 0.145978 -0.00858061
Vertex 13753 -0.0578274 0.0666818 0.0354001
Vertex 13754 -0.0540772 0.146211 0.0253916
Vertex 13755 -0.0454802 0.123445 -0.0105099
Vertex 13756 -0.0634397 0.158343 -0.0445972
Vertex 13757 -0.0632778 0.158345 -0.0436013
Vertex 13758 -0.00869718 0.172706 -0.0257786
Vertex 13759 -0.0617261 0.158412 -0.0335949
Vertex 13760 -0.0198811 0.121697 -0.00881459
Vertex 13761 -0.0517406 0.0704199 0.0388209
Vertex 13762 -0.0633419 0.155193 -0.0376165
Vertex 13763 -0.00977705 0.174183 -0.0237537
Vertex 13764 -0.0528816 0.143158 0.0234068
Vertex 13765 -0.0623881 0.149093 -0.0125752
Vertex 13766 -0.0618567 0.156837 -0.0325918
Vertex 13767 0.0440209 0.0945174 0.0011806
Vertex 13768 -0.0451105 0.146112 0.00345863
Vertex 13769 -0.0624744 0.163093 -0.0485882
Vertex 13770 -0.0596322 0.0604401 0.0228281
Vertex 13771 -0.046701 0.144949 0.00345496
Vertex 13772 -0.0103855 0.174149 -0.0227989
Vertex 13773 0.0441954 0.0847004 0.0251589
Vertex 13774 0.0445575 0.0847276 0.0241575
Vertex 13775 0.0448392 0.0847511 0.0231667
Vertex 13776 0.0450874 0.0847681 0.0221666
Vertex 13777 0.0452751 0.0847797 0.0211588
Vertex 13778 0.0453494 0.0847845 0.0201731
Vertex 13779 0.045458 0.0847917 0.019171
Vertex 13780 0.0455463 0.0847945 0.0181695
Vertex 13781 0.0455822 0.0848004 0.0171734
Vertex 13782 0.0456643 0.0848033 0.01617
Vertex 13783 0.0457714 0.0848094 0.0151676
Vertex 13784 0.0458128 0.0848143 0.0141708
Vertex 13785 0.0458803 0.0848141 0.013166
Vertex 13786 0.0459251 0.0848195 0.0121712
Vertex 13787 0.0460105 0.0848241 0.0111686
Vertex 13788 0.0460422 0.0848268 0.0101717
Vertex 13789 0.046121 0.0848311 0.00917504
Vertex 13790 0.0460721 0.0848306 0.00817735
Vertex 13791 0.0460203 0.0848226 0.00718276
Vertex 13792 0.0458812 0.084809 0.00618736
Vertex 13793 0.0457266 0.0847913 0.00519644
Vertex 13794 0.0455191 0.0847794 0.00419259
Vertex 13795 0.0452185 0.0847535 0.00320441
Vertex 13796 0.0449519 0.0847263 0.00223902
Vertex 13797 0.0447673 0.0847221 0.00118921
Vertex 13798 0.0445553 0.0846952 0.000180444
Vertex 13799 0.0443888 0.0846966 -0.000809941
Vertex 13800 0.0442166 0.0846846 -0.00180459
Vertex 13801 0.0440071 0.0846602 -0.00280808
Vertex 13802 0.0437196 0.0846401 -0.00379782
Vertex 13803 -0.0682581 0.156305 0.0164417
Vertex 13804 -0.0388918 0.123217 0.0263098
Vertex 13805 -0.0353048 0.127501 0.00687019
Vertex 13806 -0.0703978 0.156305 0.0156818
Vertex 13807 -0.0362408 0.12776 0.00652715
Vertex 13808 -0.0928216 0.122866 0.0342742
Vertex 13809 -0.0766606 0.163806 -0.0339802
Vertex 13810 -0.040399 0.128703 0.00942739
Vertex 13811 -0.0846396 0.153647 0.0136585
Vertex 13812 -0.0687371 0.155896 0.0104629
Vertex 13813 -0.0371778 0.128019 0.00618657
Vertex 13814 -0.0381186 0.128235 0.00584498
Vertex 13815 -0.06275 0.178179 -0.0598124
Vertex 13816 -0.0634376 0.179008 -0.0598746
Vertex 13817 -0.0736795 0.145791 -0.0128538
Vertex 13818 -0.0920989 0.117453 0.031314
Vertex 13819 -0.0693572 0.156301 0.0160519
Vertex 13820 -0.0317184 0.124145 0.0214762
Vertex 13821 -0.0742841 0.155582 0.00848891
Vertex 13822 -0.0391935 0.128299 0.00543562
Vertex 13823 -0.0401838 0.128459 0.00507702
Vertex 13824 -0.0625742 0.17727 -0.0581696
Vertex 13825 -0.0631142 0.178334 -0.0583576
Vertex 13826 -0.0637186 0.179242 -0.0585917
Vertex 13827 -0.0644378 0.17995 -0.0588828
Vertex 13828 -0.0653109 0.180421 -0.0593142
Vertex 13829 -0.0929915 0.122891 0.0372721
Vertex 13830 -0.0928924 0.122885 0.0362699
Vertex 13831 -0.0458599 0.129594 0.0221735
Vertex 13832 -0.053407 0.152198 0.0189083
Vertex 13833 -0.0752073 0.156095 0.0183637
Vertex 13834 -0.048723 0.134043 0.0239744
Vertex 13835 -0.0411724 0.128614 0.0047134
Vertex 13836 -0.0421609 0.128746 0.00435225
Vertex 13837 0.0131716 0.128382 0.0245166
Vertex 13838 -0.0635922 0.178326 -0.0570781
Vertex 13839 -0.0641915 0.179229 -0.0572988
Vertex 13840 -0.0649027 0.179945 -0.0575726
Vertex 13841 -0.065725 0.180452 -0.0578644
Vertex 13842 -0.0665966 0.180807 -0.0581921
Vertex 13843 -0.0413837 0.128875 0.00906534
Vertex 13844 -0.0371359 0.123595 0.025439
Vertex 13845 -0.0741019 0.156119 0.0187476
Vertex 13846 -0.0493266 0.134948 0.0237381
Vertex 13847 -0.0431381 0.128903 0.00398376
Vertex 13848 -0.0441053 0.129054 0.00361434
Vertex 13849 -0.0631195 0.176032 -0.0554618
Vertex 13850 -0.0636281 0.177112 -0.0556446
Vertex 13851 -0.0641686 0.178174 -0.0558405
Vertex 13852 -0.0647832 0.179003 -0.0560548
Vertex 13853 -0.0654729 0.17978 -0.0563035
Vertex 13854 -0.066211 0.180426 -0.0565833
Vertex 13855 -0.067036 0.180898 -0.0568882
Vertex 13856 -0.0679616 0.181138 -0.0572245
Vertex 13857 -0.085796 0.123875 -0.00272102
Vertex 13858 -0.04503 0.129294 0.00327025
Vertex 13859 -0.0380707 0.123893 0.0251235
Vertex 13860 -0.0499421 0.135837 0.0234945
Vertex 13861 -0.091814 0.116108 0.0403567
Vertex 13862 -0.0631955 0.174736 -0.0540401
Vertex 13863 -0.0636657 0.175908 -0.0542108
Vertex 13864 -0.064203 0.176904 -0.0544031
Vertex 13865 -0.0647828 0.177875 -0.0546137
Vertex 13866 -0.06539 0.178765 -0.0548301
Vertex 13867 -0.0660593 0.179544 -0.0550745
Vertex 13868 -0.0667582 0.180263 -0.0553199
Vertex 13869 -0.0675701 0.180805 -0.0555973
Vertex 13870 -0.0683506 0.181259 -0.055895
Vertex 13871 -0.0694847 0.181423 -0.0563964
Vertex 13872 -0.0703591 0.181312 -0.0565189
Vertex 13873 -0.0124153 0.129138 0.0195683
Vertex 13874 -0.045061 0.130334 0.0180279
Vertex 13875 -0.0859874 0.153017 0.0132012
Vertex 13876 -0.0655471 0.154522 0.00288522
Vertex 13877 -0.0605191 0.153857 0.0308432
Vertex 13878 -0.0637266 0.174609 -0.0527846
Vertex 13879 -0.0642224 0.175708 -0.0529566
Vertex 13880 -0.0647922 0.176686 -0.0531637
Vertex 13881 -0.0654028 0.177571 -0.0533847
Vertex 13882 -0.0660877 0.178333 -0.0536421
Vertex 13883 -0.0667075 0.179209 -0.0538653
Vertex 13884 -0.0674047 0.179923 -0.0541082
Vertex 13885 -0.0681573 0.180556 -0.0543707
Vertex 13886 -0.0689729 0.181022 -0.0546459
Vertex 13887 -0.0698279 0.181394 -0.0549266
Vertex 13888 -0.0710553 0.181198 -0.0554882
Vertex 13889 -0.0571934 0.155255 0.0174937
Vertex 13890 -0.0345272 0.121283 0.0279162
Vertex 13891 -0.0586534 0.154964 0.024223
Vertex 13892 -0.0332546 0.12417 0.0223928
Vertex 13893 -0.0679898 0.154859 0.0296647
Vertex 13894 -0.013621 0.128874 0.0191382
Vertex 13895 -0.0637279 0.173384 -0.0513558
Vertex 13896 -0.0642728 0.174473 -0.0515364
Vertex 13897 -0.0648153 0.175482 -0.051724
Vertex 13898 -0.0654135 0.17638 -0.0519366
Vertex 13899 -0.0660268 0.177263 -0.0521591
Vertex 13900 -0.0667255 0.178008 -0.0524224
Vertex 13901 -0.0674015 0.178779 -0.0526749
Vertex 13902 -0.0681005 0.179488 -0.0529195
Vertex 13903 -0.0688202 0.180176 -0.0531787
Vertex 13904 -0.0695824 0.180796 -0.0534457
Vertex 13905 -0.0704697 0.181218 -0.0537747
Vertex 13906 -0.0715585 0.181081 -0.0541999
Vertex 13907 -0.0726553 0.180933 -0.0546755
Vertex 13908 0.00122739 0.121444 0.0362285
Vertex 13909 -0.0539364 0.153495 0.0157968
Vertex 13910 -0.0567267 0.15478 0.0220083
Vertex 13911 -0.0927086 0.12286 0.0332776
Vertex 13912 -0.0771576 0.158311 -0.0229061
Vertex 13913 -0.0640837 0.156142 0.0179222
Vertex 13914 -0.0539979 0.153168 0.0186815
Vertex 13915 -0.0148242 0.128616 0.018702
Vertex 13916 -0.0503006 0.134918 0.0263293
Vertex 13917 -0.0793646 0.150083 0.036366
Vertex 13918 -0.0360726 0.1261 0.0198793
Vertex 13919 -0.0642587 0.173261 -0.0500973
Vertex 13920 -0.064798 0.174285 -0.0502768
Vertex 13921 -0.0654084 0.175187 -0.050486
Vertex 13922 -0.0660124 0.176151 -0.0507054
Vertex 13923 -0.0667029 0.176899 -0.0509708
Vertex 13924 -0.067363 0.177688 -0.0512074
Vertex 13925 -0.068057 0.178404 -0.0514469
Vertex 13926 -0.0687469 0.179151 -0.0517127
Vertex 13927 -0.069513 0.17974 -0.0519891
Vertex 13928 -0.0702797 0.180333 -0.0522624
Vertex 13929 -0.0711528 0.180791 -0.0525602
Vertex 13930 -0.0720139 0.180999 -0.0528377
Vertex 13931 -0.073516 0.18065 -0.0535934
Vertex 13932 -0.0741326 0.180484 -0.0536706
Vertex 13933 -0.0644326 0.152123 0.0354487
Vertex 13934 -0.0159686 0.128428 0.0182857
Vertex 13935 -0.0421812 0.123012 0.0251172
Vertex 13936 -0.0541813 0.154195 0.0142529
Vertex 13937 -0.073145 0.152886 0.0338966
Vertex 13938 -0.0692361 0.153199 0.0337122
Vertex 13939 -0.0754673 0.153642 0.0315487
Vertex 13940 -0.0826893 0.152358 0.0291683
Vertex 13941 -0.0423133 0.129133 0.00872164
Vertex 13942 -0.0431979 0.129461 0.00840104
Vertex 13943 -0.0440446 0.129866 0.0080667
Vertex 13944 -0.025918 0.122982 0.0235755
Vertex 13945 -0.0814119 0.152728 0.0295837
Vertex 13946 -0.04491 0.13036 0.00775303
Vertex 13947 -0.0851819 0.152725 0.0105454
Vertex 13948 -0.0455312 0.131052 0.00748081
Vertex 13949 -0.0461849 0.131841 0.0072241
Vertex 13950 -0.0172313 0.12808 0.0178394
Vertex 13951 -0.0438029 0.167379 0.00334272
Vertex 13952 -0.0769058 0.154074 0.0295482
Vertex 13953 -0.0612216 0.155927 0.0131437
Vertex 13954 -0.0693757 0.155378 0.0277002
Vertex 13955 -0.068331 0.155325 0.0280685
Vertex 13956 -0.0449049 0.167415 0.00301648
Vertex 13957 -0.0106905 0.18126 -0.0286694
Vertex 13958 -0.0870347 0.13912 0.00619253
Vertex 13959 -0.0619885 0.156033 0.0186659
Vertex 13960 -0.0552256 0.153277 0.0254807
Vertex 13961 -0.0718333 0.156164 0.022455
Vertex 13962 -0.0373694 0.173381 -0.00150317
Vertex 13963 0.0135568 0.129672 0.01894
Vertex 13964 -0.016322 0.128515 0.00945034
Vertex 13965 -0.0647783 0.173212 -0.0488362
Vertex 13966 -0.0653605 0.174136 -0.0490346
Vertex 13967 -0.0660235 0.174935 -0.0492702
Vertex 13968 -0.0666867 0.175728 -0.049503
Vertex 13969 -0.067333 0.1766 -0.0497355
Vertex 13970 -0.0680148 0.177312 -0.0499759
Vertex 13971 -0.0687325 0.178002 -0.0502345
Vertex 13972 -0.0694694 0.178653 -0.050518
Vertex 13973 -0.070203 0.179305 -0.0507979
Vertex 13974 -0.0710157 0.179813 -0.0510815
Vertex 13975 -0.0718351 0.180364 -0.0513557
Vertex 13976 -0.0727421 0.180568 -0.051639
Vertex 13977 -0.0739945 0.1802 -0.0521965
Vertex 13978 0.0071329 0.104451 -0.0211019
Vertex 13979 -0.0559476 0.153959 0.0252069
Vertex 13980 -0.0657027 0.155342 0.0275329
Vertex 13981 -0.0705018 0.155741 0.00837641
Vertex 13982 0.0196499 0.124334 0.0268969
Vertex 13983 -0.073564 0.156227 0.0174776
Vertex 13984 0.0241258 0.0914782 -0.0228484
Vertex 13985 -0.0558317 0.154614 0.0193814
Vertex 13986 -0.0337803 0.122942 0.0251825
Vertex 13987 -0.0528711 0.15259 0.0147483
Vertex 13988 -0.0711048 0.153963 -0.0459144
Vertex 13989 -0.0731746 0.154066 -0.0319096
Vertex 13990 0.00409629 0.128905 0.0269756
Vertex 13991 -0.0639512 0.156212 0.0208686
Vertex 13992 -0.0555168 0.154658 0.0152234
Vertex 13993 -0.0717922 0.153989 -0.0428988
Vertex 13994 -0.0635386 0.151731 -0.00361755
Vertex 13995 -0.0549293 0.154823 0.0139773
Vertex 13996 -0.0641121 0.152654 -0.0038572
Vertex 13997 -0.00415565 0.0996194 0.0496007
Vertex 13998 -0.00216392 0.0992947 0.0503069
Vertex 13999 -0.00116978 0.0991573 0.0506694
Vertex 14000 -0.0478366 0.133877 0.0213554
Vertex 14001 -0.0466801 0.130916 0.0233152
Vertex 14002 -0.0841478 0.15365 0.0123539
Vertex 14003 -0.0260706 0.125207 0.0176138
Vertex 14004 -0.0728404 0.156111 0.0119063
Vertex 14005 -0.0166425 0.0970062 0.0498004
Vertex 14006 -0.0647804 0.153444 -0.00410741
Vertex 14007 -0.0654456 0.154232 -0.00436037
Vertex 14008 -0.0663598 0.15609 0.0142173
Vertex 14009 -0.0673252 0.149334 0.0390086
Vertex 14010 -0.0661191 0.156294 0.0171964
Vertex 14011 -0.063845 0.150027 0.0371387
Vertex 14012 -0.0671323 0.152011 0.0359968
Vertex 14013 -0.0721929 0.152802 0.0342528
Vertex 14014 -0.0786185 0.152695 0.0319953
Vertex 14015 -0.0616544 0.15599 0.0144357
Vertex 14016 -0.0837769 0.153466 0.0110188
Vertex 14017 -0.0823192 0.154091 0.0115231
Vertex 14018 -0.0810086 0.154578 0.0119766
Vertex 14019 -0.0784832 0.155333 0.0128492
Vertex 14020 -0.077278 0.155614 0.0132673
Vertex 14021 -0.0660333 0.155202 -0.00458552
Vertex 14022 -0.0667119 0.155932 -0.00484005
Vertex 14023 -0.0498903 0.161248 0.00701432
Vertex 14024 -0.0673893 0.156703 -0.00509746
Vertex 14025 -0.0781465 0.155117 0.0246877
Vertex 14026 -0.0736149 0.155479 0.0262237
Vertex 14027 -0.0514267 0.135712 0.0273837
Vertex 14028 -0.0520176 0.136681 0.0271356
Vertex 14029 -0.06805 0.157495 -0.00534926
Vertex 14030 -0.0105893 0.180273 -0.0272114
Vertex 14031 -0.0109825 0.18157 -0.0273657
Vertex 14032 -0.0114267 0.182822 -0.0276369
Vertex 14033 -0.00540678 0.121074 -0.0123374
Vertex 14034 -0.0695221 0.143851 -0.0150076
Vertex 14035 -0.0486527 0.162759 0.00599863
Vertex 14036 -0.0174802 0.127364 0.0206736
Vertex 14037 -0.0519904 0.135575 0.0286552
Vertex 14038 -0.083614 0.154208 0.0184012
Vertex 14039 -0.0687471 0.158212 -0.0056007
Vertex 14040 -0.0636092 0.170093 -0.0469941
Vertex 14041 -0.0647018 0.172123 -0.0473675
Vertex 14042 -0.0653246 0.173014 -0.0475844
Vertex 14043 -0.0659606 0.17389 -0.0478108
Vertex 14044 -0.0666146 0.174697 -0.0480375
Vertex 14045 -0.0672645 0.175508 -0.0482636
Vertex 14046 -0.0679574 0.176267 -0.0485208
Vertex 14047 -0.0686886 0.176906 -0.0487674
Vertex 14048 -0.0694051 0.177621 -0.0490523
Vertex 14049 -0.0701614 0.178224 -0.0493215
Vertex 14050 -0.0709327 0.178806 -0.0496057
Vertex 14051 -0.0717036 0.179379 -0.0498901
Vertex 14052 -0.0725702 0.17984 -0.0501722
Vertex 14053 -0.0734779 0.180121 -0.0504836
Vertex 14054 -0.074698 0.179765 -0.0510072
Vertex 14055 -0.0821777 0.153468 0.0263012
Vertex 14056 -0.0878006 0.151251 0.0245374
Vertex 14057 0.0122982 0.128768 0.0241985
Vertex 14058 -0.069473 0.158882 -0.00587612
Vertex 14059 -0.0930739 0.122895 0.0382751
Vertex 14060 -0.0780471 0.153854 0.029137
Vertex 14061 -0.0496912 0.162854 0.00564102
Vertex 14062 -0.0708693 0.149702 0.0392474
Vertex 14063 -0.0699464 0.151677 0.0365135
Vertex 14064 -0.0241449 0.0905492 0.0505682
Vertex 14065 -0.0131682 0.0974746 0.0509922
Vertex 14066 -0.0484504 0.134772 0.0211152
Vertex 14067 -0.0689521 0.151509 0.0368557
Vertex 14068 -0.0697859 0.156365 0.01735
Vertex 14069 0.0097783 0.1251 0.0319006
Vertex 14070 -0.0285717 0.12063 0.0270994
Vertex 14071 -0.0274771 0.120676 0.0274866
Vertex 14072 -0.0703503 0.159267 -0.00619145
Vertex 14073 -0.0712367 0.159654 -0.00650092
Vertex 14074 -0.079558 0.151858 0.0332132
Vertex 14075 -0.0679369 0.165269 -0.0197719
Vertex 14076 -0.0764224 0.152995 0.0327283
Vertex 14077 -0.00822607 0.100046 0.0481626
Vertex 14078 -0.00613038 0.0999315 0.0488982
Vertex 14079 -0.0615955 0.15529 0.0260796
Vertex 14080 -0.0625329 0.155555 0.0257427
Vertex 14081 0.001434 0.0980064 0.0516014
Vertex 14082 -0.045692 0.126639 0.0237789
Vertex 14083 -0.0788838 0.153282 0.0303949
Vertex 14084 -0.0824105 0.154634 0.0158747
Vertex 14085 -0.0563344 0.154371 0.0236088
Vertex 14086 0.00990352 0.130871 0.0175976
Vertex 14087 -0.0358396 0.125396 0.0214464
Vertex 14088 -0.0728779 0.117943 -0.00788041
Vertex 14089 -0.0878637 0.152463 0.0169978
Vertex 14090 -0.0849416 0.153745 0.0179582
Vertex 14091 -0.0798758 0.155212 0.019678
Vertex 14092 -0.0751298 0.155996 0.0213056
Vertex 14093 -0.0740322 0.156054 0.0216877
Vertex 14094 -0.0718747 0.151003 0.0373736
Vertex 14095 -0.0711064 0.152637 0.0345827
Vertex 14096 -0.0773991 0.152954 0.0323974
Vertex 14097 -0.072308 0.159721 -0.00687103
Vertex 14098 -0.0821317 0.15265 0.0057634
Vertex 14099 -0.0469681 0.134154 0.0128397
Vertex 14100 -0.0141538 0.0965092 0.052175
Vertex 14101 -0.0101432 0.130124 0.0117041
Vertex 14102 -0.0697747 0.155761 0.0260978
Vertex 14103 -0.0738026 0.1492 0.0397758
Vertex 14104 0.0130981 0.124462 0.0316831
Vertex 14105 -0.0735836 0.159386 -0.00731186
Vertex 14106 0.0188202 0.124811 0.0265908
Vertex 14107 0.0157558 0.127182 0.025475
Vertex 14108 -0.0310964 0.125815 0.0157855
Vertex 14109 -0.0291841 0.125368 0.0164845
Vertex 14110 0.00258681 0.125467 0.0322572
Vertex 14111 -0.0830349 0.153941 0.0230111
Vertex 14112 -0.0428158 0.126503 0.0190139
Vertex 14113 0.0483298 0.0694277 0.0246416
Vertex 14114 -0.0508461 0.134795 0.0276114
Vertex 14115 -0.0276791 0.1239 0.019992
Vertex 14116 -0.0136795 0.0987823 0.0477955
Vertex 14117 -0.0115119 0.181449 -0.0261319
Vertex 14118 -0.0119274 0.182669 -0.0262872
Vertex 14119 -0.0123491 0.183911 -0.0264322
Vertex 14120 -0.0184858 0.127732 0.0173962
Vertex 14121 -0.0196877 0.127428 0.0169554
Vertex 14122 -0.059432 0.152725 0.0327387
Vertex 14123 -0.055495 0.154378 0.0181054
Vertex 14124 -0.0514117 0.134659 0.0288827
Vertex 14125 -0.0818934 0.154016 0.0102104
Vertex 14126 -0.0412575 0.123881 0.0239565
Vertex 14127 -0.00700363 0.0992954 0.0501023
Vertex 14128 -0.0640598 0.170094 -0.0457055
Vertex 14129 -0.0645973 0.171184 -0.0458828
Vertex 14130 -0.0651886 0.172101 -0.0460875
Vertex 14131 -0.065854 0.172894 -0.0463248
Vertex 14132 -0.0665218 0.173689 -0.0465659
Vertex 14133 -0.067172 0.174543 -0.0467986
Vertex 14134 -0.0679286 0.17514 -0.0470724
Vertex 14135 -0.0686329 0.175846 -0.0473222
Vertex 14136 -0.0693592 0.176521 -0.047588
Vertex 14137 -0.0701023 0.177167 -0.0478719
Vertex 14138 -0.0708559 0.177779 -0.0481346
Vertex 14139 -0.0716137 0.178389 -0.0484
Vertex 14140 -0.0724407 0.178857 -0.0487083
Vertex 14141 -0.0732669 0.179344 -0.0490063
Vertex 14142 -0.0742533 0.17954 -0.0493425
Vertex 14143 -0.0754312 0.179188 -0.0498593
Vertex 14144 -0.0728771 0.154609 0.0294193
Vertex 14145 -0.0784442 0.154274 0.027518
Vertex 14146 -0.0834391 0.153089 0.025871
Vertex 14147 -0.00309453 0.0984522 0.0515066
Vertex 14148 -0.0182235 0.123174 0.0292543
Vertex 14149 -0.0209427 0.127053 0.0165011
Vertex 14150 -0.0841262 0.110345 0.0263651
Vertex 14151 -0.09304 0.122895 0.0392709
Vertex 14152 -0.0928565 0.129591 0.0132418
Vertex 14153 -0.04739 0.113671 -0.0162364
Vertex 14154 -0.087958 0.12395 0.000268768
Vertex 14155 -0.0635624 0.152855 0.034229
Vertex 14156 -0.0792347 0.153789 0.0287725
Vertex 14157 -0.0918136 0.129556 0.00925121
Vertex 14158 -0.077566 0.155252 0.0102497
Vertex 14159 -0.0784019 0.152013 0.0336008
Vertex 14160 -0.00476401 0.100643 0.0463697
Vertex 14161 -0.080576 0.154494 0.0106641
Vertex 14162 -0.0763654 0.155962 0.0179624
Vertex 14163 -0.0624813 0.156041 0.0199412
Vertex 14164 -0.0796429 0.148681 -0.00084361
Vertex 14165 -0.0567286 0.155485 0.0133042
Vertex 14166 -0.0370133 0.1227 0.0269929
Vertex 14167 -0.0861865 0.0926674 0.00242789
Vertex 14168 -0.0714965 0.154091 0.0314059
Vertex 14169 -0.0794589 0.155317 0.0154304
Vertex 14170 -0.0671228 0.150867 0.0375155
Vertex 14171 -0.0222638 0.126605 0.016039
Vertex 14172 -0.0104152 0.0998773 0.0473736
Vertex 14173 -0.0587411 0.154535 0.0270999
Vertex 14174 -0.0597326 0.154693 0.0267485
Vertex 14175 -0.053757 0.152473 0.0202331
Vertex 14176 -0.0655517 0.155937 0.0246661
Vertex 14177 -0.0665534 0.156088 0.0243177
Vertex 14178 -0.0746595 0.15617 0.0170913
Vertex 14179 -0.0650382 0.153613 0.000196596
Vertex 14180 -0.0788442 0.154658 0.0259054
Vertex 14181 -0.0700593 0.152584 0.0349486
Vertex 14182 -0.0735905 0.154201 0.0306806
Vertex 14183 -0.0307813 0.122738 0.0233033
Vertex 14184 -0.0427276 0.129253 0.0100405
Vertex 14185 -0.0365497 0.124951 0.0226726
Vertex 14186 -0.0356597 0.12459 0.0229985
Vertex 14187 -0.0374342 0.125294 0.0223398
Vertex 14188 -0.0212542 0.126244 0.0193308
Vertex 14189 -0.0492373 0.132883 0.0267635
Vertex 14190 -0.0806754 0.155074 0.0150117
Vertex 14191 -0.0797904 0.152563 0.0316147
Vertex 14192 -0.0339024 0.123839 0.0236394
Vertex 14193 0.0114258 0.129163 0.0238841
Vertex 14194 -0.0434528 0.12491 0.0216806
Vertex 14195 -0.0603044 0.155837 0.0105687
Vertex 14196 -0.0234669 0.126337 0.0156088
Vertex 14197 -0.0399791 0.126816 0.018458
Vertex 14198 -0.0780191 0.149419 0.0383262
Vertex 14199 0.0138472 0.123867 0.0319554
Vertex 14200 -0.0200061 0.124102 0.0256765
Vertex 14201 -0.0922854 0.116039 0.0223382
Vertex 14202 -0.0448181 0.0898814 -0.0220536
Vertex 14203 -0.0923638 0.118682 0.00930083
Vertex 14204 -0.0939805 0.118754 0.0182968
Vertex 14205 -0.0301654 0.12556 0.01613
Vertex 14206 -0.0692244 0.15634 0.0190049
Vertex 14207 -0.0675989 0.156142 0.0239498
Vertex 14208 -0.0759039 0.154928 -0.00089291
Vertex 14209 -0.0643687 0.155314 0.00767719
Vertex 14210 0.0206378 0.123881 0.0271063
Vertex 14211 -0.0466417 0.133657 0.014443
Vertex 14212 -0.0337588 0.121858 0.0267132
Vertex 14213 -0.0651138 0.155569 0.0262833
Vertex 14214 -0.0692155 0.155426 0.0044718
Vertex 14215 -0.0701997 0.155611 0.00411308
Vertex 14216 -0.0712424 0.155684 0.00373917
Vertex 14217 -0.0723361 0.155599 0.00334302
Vertex 14218 -0.0125908 0.182249 -0.0250896
Vertex 14219 -0.0130686 0.183424 -0.0252779
Vertex 14220 -0.0135796 0.18457 -0.0255034
Vertex 14221 -0.0142757 0.185348 -0.0257883
Vertex 14222 0.0324897 0.100233 -0.014155
Vertex 14223 -0.065886 0.15405 -0.00011759
Vertex 14224 -0.0708783 0.150832 0.0377201
Vertex 14225 -0.0508607 0.133588 0.0291236
Vertex 14226 -0.0889341 0.0928773 0.0104474
Vertex 14227 -0.0782439 0.151233 0.0351897
Vertex 14228 -0.0734703 0.155395 0.00293075
Vertex 14229 -0.063913 0.169258 -0.0441943
Vertex 14230 -0.064466 0.170264 -0.0443864
Vertex 14231 -0.0650859 0.171096 -0.0446086
Vertex 14232 -0.0657123 0.171986 -0.0448274
Vertex 14233 -0.0663498 0.172859 -0.0450539
Vertex 14234 -0.0670839 0.173532 -0.0453192
Vertex 14235 -0.0678048 0.17421 -0.0455841
Vertex 14236 -0.0685375 0.17487 -0.0458569
Vertex 14237 -0.0692551 0.175557 -0.0461164
Vertex 14238 -0.0700117 0.176166 -0.0463861
Vertex 14239 -0.0707693 0.176767 -0.0466577
Vertex 14240 -0.0715386 0.177351 -0.0469381
Vertex 14241 -0.0723674 0.177806 -0.0472523
Vertex 14242 -0.0731839 0.178324 -0.0475338
Vertex 14243 -0.0740639 0.178692 -0.0478641
Vertex 14244 -0.075154 0.17882 -0.048244
Vertex 14245 -0.076236 0.178558 -0.0487103
Vertex 14246 -0.0747491 0.155081 0.00248708
Vertex 14247 -0.0666868 0.15458 -0.000433214
Vertex 14248 -0.0750347 0.154671 0.0286993
Vertex 14249 -0.0739196 0.15466 0.0290556
Vertex 14250 -0.0796085 0.154132 0.0271276
Vertex 14251 -0.0847891 0.15265 0.0254465
Vertex 14252 0.00795856 0.126912 0.0298215
Vertex 14253 -0.0348246 0.12664 0.0173665
Vertex 14254 -0.0247298 0.125997 0.0151584
Vertex 14255 0.0105508 0.12954 0.0235608
Vertex 14256 -0.0846054 0.11036 0.02536
Vertex 14257 -0.0242296 0.0941248 -0.0298734
Vertex 14258 0.0252231 0.117755 -0.00691168
Vertex 14259 0.0441357 0.0659575 -7.19207e-05
Vertex 14260 -0.0674507 0.155183 -0.000720573
Vertex 14261 -0.0641648 0.15616 0.0149932
Vertex 14262 -0.065493 0.153273 0.0335324
Vertex 14263 -0.0645039 0.15312 0.03389
Vertex 14264 -0.0805113 0.153427 0.0283513
Vertex 14265 -0.0682182 0.15577 -0.00101225
Vertex 14266 -0.0720961 0.156364 0.000513559
Vertex 14267 -0.00782261 0.0985178 0.051315
Vertex 14268 -0.0804072 0.155064 0.0209566
Vertex 14269 -0.0258738 0.125824 0.0147443
Vertex 14270 -0.027315 0.119916 0.0290701
Vertex 14271 -0.0561651 0.153258 0.0280528
Vertex 14272 -0.0674005 0.156127 0.0138467
Vertex 14273 -0.0811445 0.153633 0.00754624
Vertex 14274 -0.0825551 0.152911 0.00706582
Vertex 14275 -0.0626717 0.152516 0.0345768
Vertex 14276 -0.0614607 0.155749 0.0232098
Vertex 14277 -0.0587357 0.153161 0.0315118
Vertex 14278 -0.0763164 0.155546 0.0238171
Vertex 14279 -0.0270194 0.12568 0.0143315
Vertex 14280 -0.058599 0.155538 0.0184341
Vertex 14281 0.0283214 0.115107 0.0315696
Vertex 14282 -0.0532571 0.151368 0.0204421
Vertex 14283 0.027659 0.115893 0.031317
Vertex 14284 -0.0477088 0.132967 0.0228963
Vertex 14285 -0.0463447 0.129406 0.0234768
Vertex 14286 -0.0442161 0.123225 0.0243959
Vertex 14287 -0.0432285 0.12305 0.0247373
Vertex 14288 -0.0751884 0.153035 0.033144
Vertex 14289 0.0262273 0.117277 0.0307934
Vertex 14290 0.0255359 0.118038 0.0305151
Vertex 14291 0.0249311 0.118938 0.0303034
Vertex 14292 0.0243137 0.119818 0.0300741
Vertex 14293 -0.0894613 0.148789 0.0111841
Vertex 14294 0.0236959 0.120687 0.0298434
Vertex 14295 0.0229897 0.121378 0.0295865
Vertex 14296 -0.0497286 0.133927 0.0265636
Vertex 14297 0.0222732 0.12205 0.0293193
Vertex 14298 -0.0452756 0.131436 0.0105618
Vertex 14299 0.0214986 0.122612 0.0290301
Vertex 14300 -0.0874426 0.110454 0.0173412
Vertex 14301 -0.00127486 0.120883 -0.0121504
Vertex 14302 -0.0211708 0.123144 -0.00636628
Vertex 14303 -0.0891077 0.101031 0.0163881
Vertex 14304 0.0207235 0.123161 0.0287274
Vertex 14305 0.0198592 0.123572 0.0284223
Vertex 14306 0.0189962 0.123953 0.0281041
Vertex 14307 0.0181521 0.124421 0.0277923
Vertex 14308 -0.0867734 0.103584 0.00638913
Vertex 14309 -0.068761 0.17368 -0.0560297
Vertex 14310 -0.0471993 0.162132 -0.00733312
Vertex 14311 -0.0718999 0.113582 -0.00821597
Vertex 14312 -0.00529252 0.125273 -0.00885488
Vertex 14313 -0.0759079 0.150006 -0.00888842
Vertex 14314 -0.0760686 0.150008 -0.00987485
Vertex 14315 0.0173744 0.124995 0.027504
Vertex 14316 -0.0778099 0.148638 -0.00388521
Vertex 14317 0.0166594 0.125691 0.027245
Vertex 14318 -0.0689895 0.156345 -0.00130196
Vertex 14319 -0.0408822 0.128708 0.0107294
Vertex 14320 -0.0571357 0.158766 0.00595884
Vertex 14321 0.015933 0.126357 0.0269718
Vertex 14322 0.0151645 0.126939 0.0266898
Vertex 14323 -0.077651 0.154407 0.00585132
Vertex 14324 -0.079025 0.153836 0.00536375
Vertex 14325 -0.0769628 0.150462 0.0371334
Vertex 14326 -0.050909 0.135812 0.0260882
Vertex 14327 0.0143052 0.127349 0.0263844
Vertex 14328 -0.0132255 0.182074 -0.023933
Vertex 14329 -0.014166 0.184338 -0.0242563
Vertex 14330 -0.0146296 0.185817 -0.0244743
Vertex 14331 -0.0153476 0.186173 -0.0245951
Vertex 14332 -0.087002 0.140499 0.00821758
Vertex 14333 -0.0602648 0.153206 0.0324327
Vertex 14334 -0.063441 0.156071 0.0225051
Vertex 14335 0.0134717 0.127798 0.0260714
Vertex 14336 -0.0237797 0.125538 0.0184413
Vertex 14337 0.0126008 0.128196 0.0257553
Vertex 14338 -0.0637423 0.168365 -0.0426884
Vertex 14339 -0.0643109 0.169365 -0.0428818
Vertex 14340 -0.0649225 0.170267 -0.0430968
Vertex 14341 -0.0655596 0.171143 -0.0433207
Vertex 14342 -0.0662148 0.171945 -0.0435535
Vertex 14343 -0.066881 0.172737 -0.0437921
Vertex 14344 -0.06762 0.17339 -0.0440641
Vertex 14345 -0.0684218 0.173931 -0.0443685
Vertex 14346 -0.0691226 0.174646 -0.044619
Vertex 14347 -0.0698489 0.175309 -0.0448893
Vertex 14348 -0.0706135 0.175903 -0.0451833
Vertex 14349 -0.071418 0.176406 -0.0454588
Vertex 14350 -0.0721908 0.176974 -0.0457483
Vertex 14351 -0.0730605 0.177343 -0.046073
Vertex 14352 -0.0739332 0.177709 -0.0464055
Vertex 14353 -0.0749384 0.177982 -0.0467773
Vertex 14354 -0.0759405 0.177963 -0.0471435
Vertex 14355 -0.0771053 0.177652 -0.0476237
Vertex 14356 -0.0757231 0.155771 0.0225635
Vertex 14357 -0.0627957 0.153425 0.0330074
Vertex 14358 -0.066713 0.154086 0.0315791
Vertex 14359 -0.0686943 0.154419 0.0308917
Vertex 14360 -0.0707318 0.154624 0.0301689
Vertex 14361 -0.0761439 0.154623 0.0283179
Vertex 14362 -0.0573804 0.151726 0.0319973
Vertex 14363 0.0116873 0.128578 0.0254498
Vertex 14364 0.0108543 0.128955 0.0251156
Vertex 14365 0.00997537 0.129323 0.0247881
Vertex 14366 -0.0849555 0.110375 0.0243559
Vertex 14367 -0.084184 0.106292 0.0253661
Vertex 14368 -0.0866976 0.109058 0.0133472
Vertex 14369 -0.0866673 0.109085 0.0143521
Vertex 14370 -0.0865776 0.109066 0.0163469
Vertex 14371 -0.0875333 0.0927687 0.0054156
Vertex 14372 -0.038368 0.0457007 -0.0229731
Vertex 14373 -0.0928971 0.117368 0.0123132
Vertex 14374 0.00904657 0.129598 0.024451
Vertex 14375 -0.0321846 0.121876 0.025771
Vertex 14376 -0.0656879 0.156227 0.015899
Vertex 14377 -0.0664848 0.153437 0.0331838
Vertex 14378 -0.0674788 0.153589 0.0328337
Vertex 14379 -0.0817249 0.153192 0.027965
Vertex 14380 -0.0592802 0.154415 0.0283608
Vertex 14381 0.00811587 0.129858 0.0241077
Vertex 14382 -0.0876017 0.152029 0.0126504
Vertex 14383 -0.0819436 0.154696 0.0145801
Vertex 14384 -0.0740319 0.152138 0.0351116
Vertex 14385 -0.0494828 0.135763 0.0221907
Vertex 14386 -0.069971 0.156225 0.0143836
Vertex 14387 -0.0713089 0.156055 0.0109968
Vertex 14388 -0.0796959 0.154266 0.00805358
Vertex 14389 0.00713749 0.130032 0.0237524
Vertex 14390 -0.0341212 0.124555 0.022076
Vertex 14391 -0.0858293 0.151702 0.00893089
Vertex 14392 -0.0792484 0.154932 0.0111245
Vertex 14393 -0.0605353 0.155832 0.0177371
Vertex 14394 -0.0595443 0.155728 0.018094
Vertex 14395 -0.0556924 0.159448 0.00648476
Vertex 14396 0.00616007 0.130231 0.0233995
Vertex 14397 -0.0439068 0.129921 0.011069
Vertex 14398 -0.0413654 0.128702 0.0120304
Vertex 14399 -0.0385209 0.128019 0.0130694
Vertex 14400 -0.0271627 0.125166 0.0172175
Vertex 14401 -0.0652464 0.154114 0.00157024
Vertex 14402 -0.069822 0.156776 -0.00162593
Vertex 14403 -0.0724089 0.155986 0.0106072
Vertex 14404 0.00517895 0.130408 0.0230466
Vertex 14405 -0.0896787 0.135012 0.00721892
Vertex 14406 0.0042017 0.130577 0.0226921
Vertex 14407 -0.067594 0.162379 -0.0559888
Vertex 14408 -0.0887371 0.0955614 0.00743378
Vertex 14409 -0.0935783 0.124186 0.0262856
Vertex 14410 -0.094388 0.124185 0.0232804
Vertex 14411 0.00962203 0.129808 0.0232185
Vertex 14412 0.00321463 0.130705 0.0223233
Vertex 14413 0.00211859 0.130671 0.0219319
Vertex 14414 0.00107791 0.130709 0.0215491
Vertex 14415 -1.59767e-05 0.130672 0.0211571
Vertex 14416 -0.087234 0.0981695 0.00341761
Vertex 14417 -0.0853843 0.0980412 -0.000554198
Vertex 14418 -0.0849311 0.0980032 -0.00158096
Vertex 14419 -0.0891047 0.101026 0.0153901
Vertex 14420 -0.0792032 0.10313 -0.00756064
Vertex 14421 -0.0890821 0.101017 0.0143926
Vertex 14422 -0.0800798 0.103192 -0.0065999
Vertex 14423 -0.0404379 0.124957 -0.00812413
Vertex 14424 -0.0394569 0.124785 -0.00795634
Vertex 14425 -0.0842393 0.107513 0.00238784
Vertex 14426 -0.0837744 0.107497 0.00138169
Vertex 14427 -0.0719363 0.129668 -0.0086833
Vertex 14428 -0.00287353 0.108795 -0.0218002
Vertex 14429 -0.0638254 0.0924713 -0.0188016
Vertex 14430 -0.0922608 0.117447 0.0323019
Vertex 14431 -0.0917594 0.117442 0.030311
Vertex 14432 -0.0914492 0.117418 0.0293041
Vertex 14433 -0.0731283 0.155734 0.00889607
Vertex 14434 -0.0390704 0.124042 0.0247581
Vertex 14435 -0.0389634 0.128304 0.0114309
Vertex 14436 0.00874316 0.130156 0.0228898
Vertex 14437 0.00776642 0.130336 0.022539
Vertex 14438 -0.072697 0.155649 0.00759319
Vertex 14439 -0.076212 0.155059 0.00635026
Vertex 14440 -0.0705953 0.157132 -0.0018785
Vertex 14441 -0.0836837 0.151385 0.0303528
Vertex 14442 -0.0716243 0.157487 -0.00225608
Vertex 14443 -0.0672661 0.155709 0.00954294
Vertex 14444 -0.00111302 0.130629 0.0207594
Vertex 14445 -0.00209707 0.130745 0.0203917
Vertex 14446 -0.00324635 0.130613 0.0199814
Vertex 14447 -0.0150259 0.185694 -0.0231645
Vertex 14448 -0.0156461 0.186781 -0.0233704
Vertex 14449 -0.0937433 0.118772 0.0222988
Vertex 14450 0.0180016 0.125305 0.0262968
Vertex 14451 -0.0800697 0.154441 0.0255089
Vertex 14452 -0.0817292 0.154617 0.0205129
Vertex 14453 -0.054422 0.152991 0.0228754
Vertex 14454 -0.00434542 0.130565 0.019581
Vertex 14455 -0.0635933 0.167459 -0.0411888
Vertex 14456 -0.0641553 0.168532 -0.0413683
Vertex 14457 -0.0647592 0.169439 -0.0415812
Vertex 14458 -0.0653795 0.17033 -0.0418012
Vertex 14459 -0.0660426 0.171124 -0.0420386
Vertex 14460 -0.0667171 0.171901 -0.0422833
Vertex 14461 -0.0674328 0.172594 -0.0425404
Vertex 14462 -0.0681661 0.173216 -0.0428508
Vertex 14463 -0.0689362 0.173831 -0.0430963
Vertex 14464 -0.069711 0.1744 -0.043385
Vertex 14465 -0.0704834 0.174975 -0.0436743
Vertex 14466 -0.0712521 0.17555 -0.0439596
Vertex 14467 -0.0720698 0.176015 -0.0442709
Vertex 14468 -0.0728954 0.176495 -0.0445729
Vertex 14469 -0.0736872 0.176894 -0.0449171
Vertex 14470 -0.074679 0.177203 -0.0452121
Vertex 14471 -0.0757023 0.177226 -0.0456228
Vertex 14472 -0.0768893 0.176966 -0.046083
Vertex 14473 -0.0661966 0.15171 0.0363078
Vertex 14474 -0.0637376 0.15365 0.0326508
Vertex 14475 -0.0621042 0.153787 0.0317461
Vertex 14476 -0.0813458 0.154098 0.0250842
Vertex 14477 -0.0724662 0.156284 0.0178613
Vertex 14478 -0.0472567 0.132959 0.0215876
Vertex 14479 -0.0927119 0.117479 0.0363033
Vertex 14480 0.0067865 0.130497 0.0221788
Vertex 14481 0.00580886 0.130668 0.0218239
Vertex 14482 -0.0888763 0.0982745 0.00841224
Vertex 14483 -0.0923737 0.128196 0.0102559
Vertex 14484 -0.0817922 0.143171 0.000171875
Vertex 14485 -0.0616525 0.116813 -0.0113459
Vertex 14486 -0.0846182 0.106299 0.024344
Vertex 14487 -0.0848969 0.106313 0.0233612
Vertex 14488 -0.0865489 0.109072 0.0153468
Vertex 14489 -0.093041 0.12831 0.0262642
Vertex 14490 -0.0908913 0.139194 0.0171389
Vertex 14491 -0.0931626 0.117374 0.0143043
Vertex 14492 -0.00538241 0.130597 0.0192035
Vertex 14493 -0.0727258 0.157431 -0.00265266
Vertex 14494 -0.0740278 0.157006 -0.00316778
Vertex 14495 -0.0314035 0.121359 0.0260922
Vertex 14496 -0.0670917 0.155954 0.0255845
Vertex 14497 -0.0612038 0.154834 0.027675
Vertex 14498 -0.0602698 0.154572 0.0280125
Vertex 14499 -0.0681398 0.156014 0.0252192
Vertex 14500 -0.0820398 0.150272 0.03397
Vertex 14501 -0.0896372 0.0929496 0.0174335
Vertex 14502 -0.0750251 0.152273 0.0347437
Vertex 14503 -0.0689807 0.155012 0.0293114
Vertex 14504 -0.0702091 0.156071 0.0113882
Vertex 14505 -0.0157027 0.123907 0.0301351
Vertex 14506 -0.0924704 0.117461 0.033305
Vertex 14507 -0.0924453 0.114684 0.0163206
Vertex 14508 -0.0065332 0.130449 0.0187888
Vertex 14509 -0.0245954 0.122675 -0.00581505
Vertex 14510 -0.00443014 0.100204 0.0479984
Vertex 14511 -0.0709364 0.151841 0.036169
Vertex 14512 0.00477967 0.130785 0.0214562
Vertex 14513 -0.0572144 0.154757 0.0232881
Vertex 14514 -0.0622625 0.155951 0.0127725
Vertex 14515 0.0038008 0.130941 0.0210967
Vertex 14516 -0.0771272 0.155133 0.00894547
Vertex 14517 -0.0290767 0.121891 0.0239314
Vertex 14518 -0.0525571 0.150877 0.0178
Vertex 14519 -0.00768551 0.130297 0.0183702
Vertex 14520 -0.00883076 0.130134 0.0179537
Vertex 14521 -0.00998113 0.12997 0.0175362
Vertex 14522 -0.0862421 0.14327 0.00816028
Vertex 14523 -0.091117 0.143373 0.0231646
Vertex 14524 -0.0809488 0.144539 -0.000825536
Vertex 14525 -0.0737149 0.158251 -0.0299203
Vertex 14526 -0.0754296 0.152593 -0.0138871
Vertex 14527 -0.0889571 0.0955775 0.00843273
Vertex 14528 -0.0890892 0.0955882 0.00942496
Vertex 14529 -0.0891519 0.0956005 0.0104313
Vertex 14530 -0.0892111 0.0956026 0.0114219
Vertex 14531 -0.093596 0.126936 0.0252692
Vertex 14532 -0.0912918 0.11477 0.0353243
Vertex 14533 -0.0911122 0.11473 0.0343167
Vertex 14534 -0.0875561 0.0968363 0.00343541
Vertex 14535 -0.0878452 0.096803 0.00445868
Vertex 14536 -0.0879813 0.0968653 0.0054141
Vertex 14537 -0.0859359 0.0980836 0.000413824
Vertex 14538 -0.0782927 0.098997 -0.00960155
Vertex 14539 -0.0890673 0.101028 0.0173829
Vertex 14540 -0.0889728 0.101008 0.0133925
Vertex 14541 -0.0888771 0.100994 0.011394
Vertex 14542 -0.0809107 0.103235 -0.00559799
Vertex 14543 -0.0818428 0.103274 -0.0045788
Vertex 14544 -0.0385101 0.124563 -0.00772445
Vertex 14545 -0.0477678 0.125154 -0.0082648
Vertex 14546 -0.0831283 0.107448 0.000408412
Vertex 14547 -0.0825753 0.107428 -0.000626511
Vertex 14548 -0.0821717 0.11152 0.00033013
Vertex 14549 -0.0920931 0.126941 0.031257
Vertex 14550 -0.0800935 0.138964 -0.00379173
Vertex 14551 -0.0926576 0.117463 0.0373027
Vertex 14552 -0.0719733 0.155857 0.00930845
Vertex 14553 -0.0111299 0.129809 0.0171219
Vertex 14554 -0.0316114 0.123192 0.0229888
Vertex 14555 -0.0447319 0.125394 0.0226968
Vertex 14556 -0.0456062 0.127883 0.0223049
Vertex 14557 -0.0442317 0.12547 0.021384
Vertex 14558 0.0249541 0.12014 0.0288767
Vertex 14559 -0.0707351 0.156208 0.0228366
Vertex 14560 -0.0690676 0.152436 0.0353067
Vertex 14561 -0.0662219 0.155662 0.00991681
Vertex 14562 -0.0651233 0.155698 0.0103085
Vertex 14563 -0.0683614 0.15578 0.00913576
Vertex 14564 -0.0122771 0.129643 0.0167063
Vertex 14565 -0.0154824 0.185702 -0.0219175
Vertex 14566 -0.0159771 0.186924 -0.0221541
Vertex 14567 -0.0859011 0.134922 0.00126737
Vertex 14568 -0.0354864 0.12379 0.0245568
Vertex 14569 -0.0847135 0.152577 0.00925173
Vertex 14570 -0.013542 0.129298 0.0162538
Vertex 14571 -0.0147406 0.129011 0.0158201
Vertex 14572 -0.0634115 0.166723 -0.0396505
Vertex 14573 -0.0639453 0.167747 -0.0398404
Vertex 14574 -0.0645483 0.168715 -0.0400434
Vertex 14575 -0.0651763 0.16954 -0.0402745
Vertex 14576 -0.0658394 0.170333 -0.0405107
Vertex 14577 -0.0665181 0.171112 -0.0407548
Vertex 14578 -0.0672076 0.171872 -0.0410051
Vertex 14579 -0.067993 0.172429 -0.0412978
Vertex 14580 -0.0687437 0.173038 -0.0415702
Vertex 14581 -0.0695038 0.173637 -0.0418473
Vertex 14582 -0.0702811 0.17421 -0.0421289
Vertex 14583 -0.0710541 0.174778 -0.0424234
Vertex 14584 -0.0718647 0.175275 -0.0427173
Vertex 14585 -0.0726957 0.175719 -0.0430358
Vertex 14586 -0.0735436 0.175947 -0.0433626
Vertex 14587 -0.0744971 0.176396 -0.0436946
Vertex 14588 -0.0756137 0.176488 -0.0441876
Vertex 14589 -0.0767078 0.176155 -0.0445645
Vertex 14590 0.0172444 0.125917 0.0260258
Vertex 14591 -0.0762839 0.155844 0.0209052
Vertex 14592 -0.0160023 0.128658 0.015367
Vertex 14593 -0.0670539 0.154574 0.0299913
Vertex 14594 -0.0734894 0.156164 0.020416
Vertex 14595 -0.0745879 0.156108 0.0200327
Vertex 14596 -0.0780015 0.155773 0.018849
Vertex 14597 -0.0172605 0.128293 0.0149127
Vertex 14598 -0.0851868 0.0966727 -0.00156833
Vertex 14599 0.0569661 0.0701435 0.00568959
Vertex 14600 -0.0856518 0.096702 -0.000561949
Vertex 14601 -0.088653 0.0982606 0.00741366
Vertex 14602 -0.0885378 0.137788 0.0102157
Vertex 14603 -0.0770983 0.150031 -0.00589737
Vertex 14604 -0.0902136 0.13513 0.0232187
Vertex 14605 -0.0299989 0.178534 -0.0140055
Vertex 14606 -0.0851762 0.106326 0.0223754
Vertex 14607 -0.0866227 0.109058 0.0173532
Vertex 14608 -0.0914252 0.114627 0.0103302
Vertex 14609 -0.0719895 0.163815 -0.0429694
Vertex 14610 -0.0911855 0.114622 0.00933636
Vertex 14611 0.00310867 0.129093 0.0266332
Vertex 14612 -0.0482461 0.131793 0.0256765
Vertex 14613 -0.0786725 0.15564 0.0171569
Vertex 14614 -0.0734724 0.155984 0.0233451
Vertex 14615 -0.0183995 0.128105 0.0144964
Vertex 14616 -0.062196 0.154993 0.0273195
Vertex 14617 -0.0461819 0.130936 0.0220239
Vertex 14618 -0.0770801 0.15139 0.0355785
Vertex 14619 -0.064488 0.156133 0.0221359
Vertex 14620 -0.0538607 0.152062 0.0231076
Vertex 14621 -0.00904759 0.0994069 0.0493883
Vertex 14622 -0.0691125 0.156051 0.011784
Vertex 14623 -0.0171117 0.123425 0.0297114
Vertex 14624 -0.0196618 0.127752 0.0140421
Vertex 14625 -0.0766305 0.155099 0.0076657
Vertex 14626 -0.00691412 0.124317 0.0332409
Vertex 14627 -0.00592646 0.12418 0.0336126
Vertex 14628 -0.00213372 0.123188 0.0349488
Vertex 14629 -0.00125147 0.122854 0.0353
Vertex 14630 -0.078386 0.154762 0.00850622
Vertex 14631 -0.00570768 0.129479 0.0248833
Vertex 14632 -0.0710465 0.156278 0.000878407
Vertex 14633 -0.00501253 0.125042 0.0324689
Vertex 14634 -0.00605897 0.125119 0.0321155
Vertex 14635 -0.0209254 0.127401 0.0135903
Vertex 14636 -0.0221215 0.127119 0.0131583
Vertex 14637 0.0349031 0.111324 -0.00180439
Vertex 14638 0.0342895 0.112223 -0.00202032
Vertex 14639 -0.0781607 0.0935055 -0.0115755
Vertex 14640 -0.0772165 0.0934484 -0.0125951
Vertex 14641 -0.073438 0.145781 -0.0138542
Vertex 14642 -0.091649 0.146116 0.0221478
Vertex 14643 -0.09096 0.148814 0.0141536
Vertex 14644 -0.0743025 0.151276 -0.0308835
Vertex 14645 -0.0893667 0.135016 0.00621309
Vertex 14646 -0.0890002 0.134996 0.00522535
Vertex 14647 -0.0715687 0.153984 -0.0439053
Vertex 14648 -0.0941104 0.126894 0.0182531
Vertex 14649 -0.0772795 0.155549 -0.0169029
Vertex 14650 -0.0924522 0.125595 0.0392516
Vertex 14651 0.031866 0.115189 -0.00211013
Vertex 14652 -0.0762012 0.149986 -0.0138757
Vertex 14653 -0.0905185 0.148805 0.0131551
Vertex 14654 -0.0883434 0.0968836 0.00640652
Vertex 14655 -0.086306 0.0981081 0.00140707
Vertex 14656 -0.0773163 0.098935 -0.0105842
Vertex 14657 -0.0791658 0.0990564 -0.00863296
Vertex 14658 -0.0801842 0.0990978 -0.00757647
Vertex 14659 -0.0888256 0.100978 0.0104077
Vertex 14660 -0.0889531 0.100999 0.0124002
Vertex 14661 -0.0805618 0.101855 -0.00659893
Vertex 14662 -0.079699 0.101798 -0.00757602
Vertex 14663 -0.0488684 0.125064 -0.00815774
Vertex 14664 -0.0785113 0.10447 -0.00758869
Vertex 14665 -0.0861826 0.104908 0.00538017
Vertex 14666 -0.0798316 0.111318 -0.00180655
Vertex 14667 0.0250885 0.119458 -0.00473925
Vertex 14668 -0.0618301 0.0924936 -0.0189652
Vertex 14669 -0.0931712 0.117411 0.0223074
Vertex 14670 -0.0708769 0.155921 0.00969704
Vertex 14671 -0.0233794 0.126748 0.0127038
Vertex 14672 -0.076573 0.153595 0.0311713
Vertex 14673 -0.0769778 0.155918 0.0162848
Vertex 14674 -0.0504069 0.135839 0.0247969
Vertex 14675 -0.0441024 0.124581 0.0229348
Vertex 14676 -0.0299566 0.122268 0.0236125
Vertex 14677 -0.0451337 0.127804 0.0210049
Vertex 14678 -0.0618314 0.155872 0.0114752
Vertex 14679 -0.0640267 0.155773 0.0106957
Vertex 14680 -0.000378579 0.101174 0.0451223
Vertex 14681 -0.00338536 0.100168 0.0483773
Vertex 14682 -0.0807714 0.153393 0.00628177
Vertex 14683 -0.0793953 0.154018 0.0066962
Vertex 14684 -0.0246455 0.126418 0.012252
Vertex 14685 -0.0160151 0.185636 -0.0207096
Vertex 14686 -0.0163792 0.186908 -0.0208435
Vertex 14687 -0.0892823 0.141954 0.0132429
Vertex 14688 -0.0293794 0.119962 0.0282913
Vertex 14689 -0.0640268 0.154208 0.0310565
Vertex 14690 -0.0434655 0.127159 0.0186744
Vertex 14691 -0.0259005 0.126064 0.0117956
Vertex 14692 -0.0270407 0.125883 0.0113821
Vertex 14693 -0.063712 0.167032 -0.0383216
Vertex 14694 -0.0642974 0.167953 -0.0385345
Vertex 14695 -0.0649318 0.168832 -0.0387572
Vertex 14696 -0.0655972 0.169628 -0.0389928
Vertex 14697 -0.0662716 0.170413 -0.0392349
Vertex 14698 -0.0669901 0.171097 -0.0394962
Vertex 14699 -0.0677151 0.171772 -0.0397619
Vertex 14700 -0.0684896 0.172346 -0.0400602
Vertex 14701 -0.0692316 0.172989 -0.0403442
Vertex 14702 -0.070025 0.173518 -0.0406121
Vertex 14703 -0.0708508 0.173984 -0.0409178
Vertex 14704 -0.071633 0.174549 -0.0412084
Vertex 14705 -0.0724955 0.174948 -0.0415233
Vertex 14706 -0.073438 0.175304 -0.0418354
Vertex 14707 -0.0742949 0.17555 -0.0422185
Vertex 14708 -0.0752747 0.175704 -0.0425921
Vertex 14709 -0.0764469 0.175411 -0.0430646
Vertex 14710 -0.0776263 0.175005 -0.043567
Vertex 14711 0.0236097 0.121674 0.028372
Vertex 14712 -0.0110238 0.098585 0.0502027
Vertex 14713 -0.074262 0.155148 0.0274653
Vertex 14714 -0.071237 0.156366 0.0212013
Vertex 14715 -0.0281815 0.125725 0.0109634
Vertex 14716 -0.0292627 0.125707 0.0105611
Vertex 14717 -0.0301947 0.125922 0.0102205
Vertex 14718 -0.0311244 0.126183 0.00987945
Vertex 14719 0.0569193 0.0710092 0.00714855
Vertex 14720 0.0560223 0.0713695 0.00682475
Vertex 14721 -0.0860277 0.0967286 0.000430639
Vertex 14722 -0.0883068 0.098239 0.00641854
Vertex 14723 -0.092972 0.125468 0.0112596
Vertex 14724 -0.090971 0.141997 0.0221703
Vertex 14725 -0.0849952 0.141833 0.00418636
Vertex 14726 -0.0759663 0.179251 -0.0520449
Vertex 14727 -0.085611 0.106332 0.02136
Vertex 14728 -0.0865394 0.109089 0.0183378
Vertex 14729 -0.0538048 0.159768 -0.00183632
Vertex 14730 -0.0614351 0.156032 0.020314
Vertex 14731 -0.0320503 0.12646 0.00953655
Vertex 14732 -0.0842181 0.153993 0.0196689
Vertex 14733 -0.0792564 0.155246 0.0213567
Vertex 14734 -0.0452904 0.125307 0.0239255
Vertex 14735 -0.0584012 0.154047 0.0286827
Vertex 14736 -0.0488788 0.134867 0.0224297
Vertex 14737 -0.0740662 0.155757 0.0246008
Vertex 14738 -0.0329323 0.126815 0.00921204
Vertex 14739 -0.0467117 0.131872 0.0218067
Vertex 14740 -0.0680156 0.156066 0.0121787
Vertex 14741 -0.0253546 0.121816 0.0267508
Vertex 14742 -0.0728072 0.15012 0.0385587
Vertex 14743 -0.0706375 0.156126 0.0126907
Vertex 14744 -0.0338201 0.127158 0.00888963
Vertex 14745 -0.000391601 0.123621 0.0341495
Vertex 14746 -0.00127097 0.123959 0.0338052
Vertex 14747 -0.00226088 0.124171 0.0334893
Vertex 14748 -0.00308571 0.124589 0.0331408
Vertex 14749 -0.0683525 0.155277 0.00186884
Vertex 14750 -0.00680045 0.129424 0.0244883
Vertex 14751 -0.003677 0.129286 0.0256231
Vertex 14752 -0.00466385 0.129429 0.0252614
Vertex 14753 -0.0428508 0.127424 0.0174253
Vertex 14754 -0.0419902 0.127061 0.0177443
Vertex 14755 0.00275904 0.130985 0.0207146
Vertex 14756 0.0361312 0.11046 8.71157e-05
Vertex 14757 0.0354824 0.111268 -0.000157004
Vertex 14758 0.0348501 0.112087 -0.000408122
Vertex 14759 0.0342272 0.113045 -0.000582475
Vertex 14760 0.0335193 0.114014 -0.000843968
Vertex 14761 -0.0761849 0.0933719 -0.0135017
Vertex 14762 0.0120538 0.0907862 -0.0301745
Vertex 14763 -0.0568073 0.122 -0.00880521
Vertex 14764 -0.0761998 0.14998 -0.0148766
Vertex 14765 0.0291243 0.117712 -0.00241857
Vertex 14766 0.0283176 0.118208 -0.00273298
Vertex 14767 -0.0893959 0.0942918 0.0174254
Vertex 14768 -0.0894235 0.0942851 0.0164251
Vertex 14769 -0.0895241 0.094286 0.0154262
Vertex 14770 -0.0895098 0.0942825 0.014433
Vertex 14771 -0.0865451 0.110395 0.00835385
Vertex 14772 0.0419459 0.0625408 -0.0027477
Vertex 14773 -0.0757755 0.0948358 -0.0134771
Vertex 14774 -0.0765794 0.15423 -0.00189723
Vertex 14775 -0.0889751 0.0969295 0.00842099
Vertex 14776 -0.0867747 0.0981404 0.0024092
Vertex 14777 -0.0844928 0.0979861 -0.00258986
Vertex 14778 -0.0839499 0.0979633 -0.0036111
Vertex 14779 -0.0813824 0.099165 -0.00657823
Vertex 14780 -0.0824727 0.0992304 -0.00559052
Vertex 14781 -0.0264473 0.181471 -0.0150302
Vertex 14782 -0.0892091 0.137796 0.0122163
Vertex 14783 -0.0787438 0.101744 -0.00857364
Vertex 14784 -0.0941682 0.126929 0.0222624
Vertex 14785 -0.0791962 0.16801 -0.0379842
Vertex 14786 -0.0864925 0.10492 0.00639597
Vertex 14787 -0.0866603 0.10494 0.00737931
Vertex 14788 -0.0869937 0.104951 0.00838372
Vertex 14789 -0.0758029 0.111217 -0.00664466
Vertex 14790 -0.0628273 0.0924874 -0.0189476
Vertex 14791 -0.0933085 0.117399 0.0213072
Vertex 14792 -0.0347476 0.127441 0.00854521
Vertex 14793 -0.0110799 0.0973863 0.0517395
Vertex 14794 -0.0457101 0.131722 0.0089192
Vertex 14795 -0.0497977 0.134944 0.0250398
Vertex 14796 -0.0492123 0.134029 0.0252722
Vertex 14797 -0.0451868 0.126658 0.0224837
Vertex 14798 -0.0735593 0.15583 0.0102013
Vertex 14799 -0.0696323 0.156261 0.0232204
Vertex 14800 0.00141943 0.122927 0.0347542
Vertex 14801 -0.0607897 0.155834 0.0118473
Vertex 14802 -0.0560741 0.15232 0.0295584
Vertex 14803 -0.0829803 0.153189 0.00837374
Vertex 14804 -0.0621334 0.15599 0.0157191
Vertex 14805 -0.0404347 0.128451 0.0123721
Vertex 14806 -0.0618449 0.152018 0.0348716
Vertex 14807 -0.0356852 0.127701 0.00820492
Vertex 14808 -0.0169683 0.186741 -0.0196674
Vertex 14809 -0.0888224 0.0929368 0.0224135
Vertex 14810 -0.0366248 0.127943 0.00786237
Vertex 14811 -0.0375614 0.128197 0.00751871
Vertex 14812 -0.0780713 0.150403 0.0367551
Vertex 14813 -0.054091 0.152763 0.0215579
Vertex 14814 -0.038546 0.128369 0.00715642
Vertex 14815 0.00166319 0.130955 0.0203219
Vertex 14816 -0.0640415 0.167322 -0.0369994
Vertex 14817 -0.0646509 0.168222 -0.0372156
Vertex 14818 -0.0653015 0.169027 -0.0374543
Vertex 14819 -0.0659809 0.169803 -0.037696
Vertex 14820 -0.066705 0.170483 -0.0379595
Vertex 14821 -0.0674348 0.171149 -0.0382253
Vertex 14822 -0.0682097 0.171724 -0.0385204
Vertex 14823 -0.0689777 0.172299 -0.0388012
Vertex 14824 -0.0697889 0.172796 -0.0390999
Vertex 14825 -0.0706155 0.173275 -0.0394062
Vertex 14826 -0.0714268 0.173765 -0.0397048
Vertex 14827 -0.0722468 0.174258 -0.0400013
Vertex 14828 -0.0731244 0.174613 -0.0403365
Vertex 14829 -0.0741081 0.174769 -0.0407073
Vertex 14830 -0.0750852 0.174913 -0.0410877
Vertex 14831 -0.0763281 0.174543 -0.0415648
Vertex 14832 -0.0773785 0.174262 -0.0420678
Vertex 14833 -0.0395331 0.128532 0.0067941
Vertex 14834 -0.0601798 0.155861 0.0135147
Vertex 14835 -0.0405229 0.128682 0.00643622
Vertex 14836 -0.0680504 0.156343 0.0223236
Vertex 14837 -0.0378902 0.121927 0.0281694
Vertex 14838 -0.0680579 0.149988 0.0386907
Vertex 14839 -0.0416003 0.12872 0.00602836
Vertex 14840 0.0590343 0.06983 0.00945078
Vertex 14841 0.0583904 0.0706508 0.00920486
Vertex 14842 0.0575984 0.0711737 0.0088801
Vertex 14843 0.056791 0.0717301 0.0086079
Vertex 14844 0.0559073 0.0721087 0.0082759
Vertex 14845 0.0549279 0.0723085 0.00788581
Vertex 14846 -0.0865012 0.0967606 0.00143514
Vertex 14847 -0.087994 0.0981671 0.00544953
Vertex 14848 0.0165994 0.0933382 -0.024824
Vertex 14849 -0.0717164 0.163822 -0.0439567
Vertex 14850 -0.0781422 0.141688 -0.0047364
Vertex 14851 -0.0270715 0.179993 -0.0160072
Vertex 14852 -0.0862825 0.106347 0.0193454
Vertex 14853 -0.0425281 0.128954 0.00568377
Vertex 14854 -0.0434823 0.12913 0.00531313
Vertex 14855 -0.0662581 0.15274 0.0347724
Vertex 14856 -0.0150057 0.127967 0.0215456
Vertex 14857 -0.0471876 0.131943 0.0231102
Vertex 14858 -0.0567623 0.154944 0.0190948
Vertex 14859 -0.0064056 0.10047 0.0472751
Vertex 14860 -0.0443833 0.12939 0.00495951
Vertex 14861 -0.0452915 0.1298 0.0046882
Vertex 14862 -0.0748503 0.150353 0.0378605
Vertex 14863 -0.0669712 0.156006 0.0125516
Vertex 14864 -0.0266127 0.121438 0.026306
Vertex 14865 -0.0631289 0.155254 0.0269868
Vertex 14866 -0.0695415 0.15615 0.0130838
Vertex 14867 -0.04802 0.136068 0.0153684
Vertex 14868 -0.0446861 0.130064 0.0166863
Vertex 14869 -0.0441239 0.129077 0.0169132
Vertex 14870 -0.0435257 0.128183 0.0171556
Vertex 14871 -0.0249745 0.12528 0.0180213
Vertex 14872 0.0151622 0.122267 0.032438
Vertex 14873 -0.081815 0.108922 0.02836
Vertex 14874 -0.0281138 0.125637 0.0139342
Vertex 14875 -0.0893948 0.09291 0.012442
Vertex 14876 -0.0346758 0.127158 0.0144691
Vertex 14877 -0.0595569 0.153648 0.0312116
Vertex 14878 0.0360791 0.111295 0.00152105
Vertex 14879 0.0354301 0.112103 0.00127449
Vertex 14880 0.0348029 0.113058 0.00110003
Vertex 14881 0.0342026 0.113899 0.000840527
Vertex 14882 0.0335656 0.114779 0.000629741
Vertex 14883 0.0328625 0.115479 0.000361714
Vertex 14884 0.0321211 0.116144 0.000111339
Vertex 14885 0.0313677 0.11674 -0.000181085
Vertex 14886 0.0305901 0.117314 -0.000462026
Vertex 14887 0.0299199 0.11779 -0.000781916
Vertex 14888 0.0289937 0.118368 -0.00105099
Vertex 14889 0.0282135 0.118937 -0.00132982
Vertex 14890 0.02739 0.119413 -0.00163712
Vertex 14891 0.026559 0.119879 -0.0019388
Vertex 14892 -0.0272334 0.0902723 -0.0326005
Vertex 14893 -0.0847199 0.0939171 -0.00356265
Vertex 14894 -0.0892956 0.0942653 0.013432
Vertex 14895 -0.0888371 0.0942243 0.00943852
Vertex 14896 -0.088725 0.0942104 0.00844208
Vertex 14897 -0.0770466 0.0947961 -0.0125384
Vertex 14898 -0.0547576 0.161266 0.00105716
Vertex 14899 -0.0887521 0.0969152 0.00742291
Vertex 14900 -0.0892038 0.0969467 0.00941895
Vertex 14901 -0.0893298 0.0969555 0.0104169
Vertex 14902 -0.0925344 0.124191 0.0302708
Vertex 14903 -0.0932444 0.124186 0.027283
Vertex 14904 -0.083332 0.0992842 -0.00460735
Vertex 14905 -0.0842752 0.141807 0.00320102
Vertex 14906 -0.0896062 0.137812 0.0131974
Vertex 14907 -0.0900489 0.137821 0.0141988
Vertex 14908 -0.0902839 0.137831 0.0151959
Vertex 14909 -0.0254349 0.121225 -0.00822483
Vertex 14910 -0.0938789 0.125503 0.0152603
Vertex 14911 -0.0900893 0.135135 0.0242145
Vertex 14912 -0.0858238 0.104979 0.0223569
Vertex 14913 -0.0800669 0.107282 -0.00460113
Vertex 14914 -0.0388328 0.0943088 -0.0230504
Vertex 14915 -0.0914405 0.117414 0.0273008
Vertex 14916 -0.0913339 0.117411 0.0283055
Vertex 14917 -0.0729322 0.156105 0.0220745
Vertex 14918 -0.00992376 0.097544 0.0521376
Vertex 14919 -0.0324184 0.123701 0.0227019
Vertex 14920 -0.0872732 0.151714 0.0113029
Vertex 14921 -0.0423586 0.123855 0.0235885
Vertex 14922 -0.0433492 0.123979 0.0232099
Vertex 14923 -0.0544133 0.159808 0.00694146
Vertex 14924 0.0130767 0.125591 0.0302496
Vertex 14925 -0.0717396 0.156144 0.0122972
Vertex 14926 -0.0629292 0.155832 0.0110869
Vertex 14927 -0.085741 0.151793 0.0266482
Vertex 14928 -0.0843142 0.152356 0.00793113
Vertex 14929 -0.0684446 0.156174 0.0134711
Vertex 14930 -0.00485582 0.0989472 0.0508482
Vertex 14931 -0.00023307 0.0988811 0.0510016
Vertex 14932 -0.0644558 0.155894 0.01199
Vertex 14933 0.000625364 0.130997 0.01994
Vertex 14934 0.0122548 0.126063 0.0299441
Vertex 14935 -0.0457478 0.130844 0.0207105
Vertex 14936 -0.0649985 0.156251 0.0205012
Vertex 14937 -0.0759088 0.150426 0.0375079
Vertex 14938 -0.0345319 0.122423 0.0264163
Vertex 14939 -0.0547132 0.153591 0.0213081
Vertex 14940 -0.029145 0.125694 0.0135548
Vertex 14941 -0.0644057 0.16752 -0.0356951
Vertex 14942 -0.0650469 0.168333 -0.0359323
Vertex 14943 -0.0656974 0.169193 -0.0361564
Vertex 14944 -0.0664072 0.169883 -0.0364165
Vertex 14945 -0.0671575 0.17049 -0.0366968
Vertex 14946 -0.0679053 0.171131 -0.036968
Vertex 14947 -0.0687158 0.171626 -0.0372714
Vertex 14948 -0.069532 0.172114 -0.0375728
Vertex 14949 -0.070349 0.172644 -0.037875
Vertex 14950 -0.0711885 0.173044 -0.0381946
Vertex 14951 -0.0720651 0.173384 -0.0385311
Vertex 14952 -0.072956 0.173805 -0.0388399
Vertex 14953 -0.0738593 0.174047 -0.0391959
Vertex 14954 -0.0748301 0.174171 -0.0395847
Vertex 14955 -0.0760781 0.173825 -0.0400503
Vertex 14956 -0.0772285 0.173502 -0.0405421
Vertex 14957 0.011387 0.126452 0.0296316
Vertex 14958 -0.0767842 0.155599 0.0119802
Vertex 14959 -0.0814342 0.154656 0.0132857
Vertex 14960 -0.0670064 0.156281 0.0226936
Vertex 14961 -0.0399374 0.122179 0.0274746
Vertex 14962 -0.0619687 0.155933 0.0215789
Vertex 14963 -0.0672538 0.152901 0.0344187
Vertex 14964 0.0595186 0.0696512 0.0111197
Vertex 14965 0.058913 0.070492 0.0108657
Vertex 14966 0.0581844 0.0711857 0.0106064
Vertex 14967 0.0574073 0.0717824 0.0103168
Vertex 14968 0.0565518 0.0722252 0.0100192
Vertex 14969 0.0556563 0.0725898 0.00964459
Vertex 14970 0.0547011 0.0728313 0.00929699
Vertex 14971 0.0536465 0.0728799 0.00890065
Vertex 14972 0.0525444 0.0728335 0.00848027
Vertex 14973 0.051394 0.0726569 0.00804397
Vertex 14974 -0.0876687 0.0981895 0.00443327
Vertex 14975 -0.0944953 0.125552 0.0212653
Vertex 14976 -0.0908622 0.135106 0.0192089
Vertex 14977 0.0199544 0.117871 -0.0110405
Vertex 14978 -0.000472072 0.130948 0.0195451
Vertex 14979 0.0105543 0.126889 0.0293082
Vertex 14980 -0.00204808 0.0983649 0.051847
Vertex 14981 -0.0386541 0.126132 0.0204051
Vertex 14982 -0.00603192 0.127393 0.0291246
Vertex 14983 0.00702297 0.127188 0.0294846
Vertex 14984 0.0023065 0.128418 0.0277808
Vertex 14985 -0.0301237 0.12585 0.013192
Vertex 14986 -0.0310488 0.126128 0.0128475
Vertex 14987 0.000648366 0.101032 0.0453587
Vertex 14988 -0.0659293 0.156005 0.0129201
Vertex 14989 -0.0277551 0.121254 0.0258902
Vertex 14990 -0.0321019 0.119786 0.0288381
Vertex 14991 -0.0524014 0.152599 0.0134601
Vertex 14992 -0.0175484 0.124749 0.0265509
Vertex 14993 -0.0188136 0.124392 0.0261122
Vertex 14994 -0.0292509 0.122699 0.0223824
Vertex 14995 -0.0300755 0.123175 0.0220771
Vertex 14996 -0.0308933 0.12367 0.0217821
Vertex 14997 -0.0460219 0.166062 0.00401182
Vertex 14998 -0.0823623 0.154598 0.0188308
Vertex 14999 0.0145196 0.123096 0.0322223
Vertex 15000 0.0391529 0.107674 0.00402907
Vertex 15001 -0.0362833 0.17342 -0.00108904
Vertex 15002 0.012678 0.130036 0.0186174
Vertex 15003 -0.013866 0.129156 0.0103484
Vertex 15004 -0.00156343 0.13088 0.0191419
Vertex 15005 0.0359834 0.11203 0.00292702
Vertex 15006 0.0353283 0.112832 0.00268414
Vertex 15007 0.0347186 0.113797 0.00249877
Vertex 15008 0.0340849 0.114614 0.00225198
Vertex 15009 0.0334188 0.115464 0.00204907
Vertex 15010 0.0327231 0.116168 0.00178038
Vertex 15011 0.0319954 0.11684 0.00152318
Vertex 15012 0.0312312 0.117425 0.00123717
Vertex 15013 0.0304509 0.117992 0.000957505
Vertex 15014 0.0296461 0.118491 0.000643936
Vertex 15015 0.0288553 0.119043 0.000370228
Vertex 15016 0.0280536 0.119554 5.13011e-05
Vertex 15017 0.0272253 0.120021 -0.000250724
Vertex 15018 0.0264078 0.120534 -0.000510633
Vertex 15019 0.0256059 0.12104 -0.000826914
Vertex 15020 0.0247922 0.121532 -0.00113746
Vertex 15021 0.0239009 0.12202 -0.0014718
Vertex 15022 -0.0851109 0.0939488 -0.00257672
Vertex 15023 -0.0855876 0.0939777 -0.00157288
Vertex 15024 -0.0857862 0.0939971 -0.00056361
Vertex 15025 -0.0888687 0.0942285 0.0104297
Vertex 15026 -0.0788763 0.0949177 -0.010577
Vertex 15027 -0.0141262 0.119616 -0.0126879
Vertex 15028 -0.091546 0.146121 0.023146
Vertex 15029 -0.0731992 0.145774 -0.0148545
Vertex 15030 -0.0894422 0.0969694 0.0114146
Vertex 15031 -0.0896201 0.0969823 0.0124196
Vertex 15032 -0.0941673 0.124186 0.0242853
Vertex 15033 -0.0929791 0.124188 0.0282747
Vertex 15034 -0.0794636 0.141716 -0.00376694
Vertex 15035 -0.0908687 0.135097 0.0172074
Vertex 15036 -0.0881381 0.0996585 0.0223676
Vertex 15037 0.0236032 0.116718 -0.00979024
Vertex 15038 -0.029962 0.122606 -0.0056563
Vertex 15039 -0.0713206 0.156784 -0.042915
Vertex 15040 -0.085549 0.104961 0.0233427
Vertex 15041 -0.077037 0.111295 -0.0046823
Vertex 15042 -0.09118 0.143373 0.022161
Vertex 15043 -0.0913152 0.114759 0.0363194
Vertex 15044 -0.0921325 0.117269 0.0252198
Vertex 15045 -0.0926082 0.117405 0.0243082
Vertex 15046 -0.0596936 0.155857 0.0122367
Vertex 15047 -0.0121165 0.0973987 0.0513433
Vertex 15048 -0.0738542 0.15551 0.00718209
Vertex 15049 -0.0113442 0.129847 0.0112634
Vertex 15050 -0.0661823 0.154393 0.00121795
Vertex 15051 -0.0356104 0.127425 0.0141251
Vertex 15052 -0.0588103 0.157344 0.00530008
Vertex 15053 -0.0126044 0.12951 0.0108053
Vertex 15054 -0.0651287 0.156206 0.0175513
Vertex 15055 -0.0379003 0.123041 0.0266516
Vertex 15056 -0.0866438 0.152376 0.0233632
Vertex 15057 -0.0729629 0.155811 0.0249814
Vertex 15058 -0.00162661 0.100486 0.0474782
Vertex 15059 -0.0699807 0.149351 0.039589
Vertex 15060 -0.0590542 0.155341 0.0226214
Vertex 15061 -0.00371721 0.100591 0.046739
Vertex 15062 0.0140569 0.12802 0.0248446
Vertex 15063 -0.00260812 0.130913 0.0187596
Vertex 15064 -0.0558399 0.0666 0.0358943
Vertex 15065 -0.0884108 0.0928321 0.00744302
Vertex 15066 -0.0215138 0.185205 -0.0184453
Vertex 15067 -0.00514301 0.0997589 0.0492461
Vertex 15068 -0.0890662 0.123985 0.0032876
Vertex 15069 -0.0600611 0.155861 0.0164593
Vertex 15070 -0.0554731 0.154191 0.0210182
Vertex 15071 -0.0781956 0.163891 -0.0259488
Vertex 15072 -0.0923861 0.125586 0.0352607
Vertex 15073 -0.0641565 0.166823 -0.0341745
Vertex 15074 -0.0647866 0.167644 -0.0344082
Vertex 15075 -0.065431 0.168513 -0.0346313
Vertex 15076 -0.0661031 0.169296 -0.0348743
Vertex 15077 -0.0668287 0.169972 -0.0351376
Vertex 15078 -0.0675927 0.17056 -0.0354212
Vertex 15079 -0.068398 0.171087 -0.0357069
Vertex 15080 -0.0691914 0.171601 -0.0360136
Vertex 15081 -0.0700192 0.172057 -0.036324
Vertex 15082 -0.0708823 0.172457 -0.0366471
Vertex 15083 -0.0717609 0.172825 -0.0369735
Vertex 15084 -0.072708 0.173064 -0.0373345
Vertex 15085 -0.073631 0.173473 -0.03767
Vertex 15086 -0.0745832 0.173457 -0.038075
Vertex 15087 -0.0758319 0.173116 -0.0385323
Vertex 15088 -0.0644858 0.152894 -0.00250698
Vertex 15089 -0.0775236 0.155819 0.0175602
Vertex 15090 -0.0789069 0.155396 0.0141592
Vertex 15091 -0.0660163 0.156182 0.0230465
Vertex 15092 -0.0421185 0.122004 0.0266511
Vertex 15093 -0.0821317 0.151156 0.0323844
Vertex 15094 -0.00375638 0.13079 0.0183493
Vertex 15095 -0.0651889 0.153592 -0.00278678
Vertex 15096 0.0593202 0.0701868 0.012517
Vertex 15097 0.0586637 0.0709935 0.0122726
Vertex 15098 0.0579415 0.0716454 0.0119821
Vertex 15099 0.0571336 0.0721807 0.0116675
Vertex 15100 0.0562687 0.0726263 0.0113628
Vertex 15101 0.0553639 0.0729653 0.0110394
Vertex 15102 0.0543768 0.0731861 0.0106539
Vertex 15103 0.0533686 0.0732758 0.0102917
Vertex 15104 0.0522643 0.0732287 0.00987093
Vertex 15105 0.0510603 0.0729911 0.0094016
Vertex 15106 0.049877 0.0727457 0.00893584
Vertex 15107 0.0487458 0.0724992 0.00846572
Vertex 15108 -0.0877192 0.101 0.0223776
Vertex 15109 -0.0881296 0.100997 0.0213597
Vertex 15110 -0.0885895 0.126718 0.00227148
Vertex 15111 -0.06586 0.154377 -0.00304604
Vertex 15112 -0.0690967 0.148938 0.0398784
Vertex 15113 -0.0303567 0.119073 0.029499
Vertex 15114 -0.0558806 0.154815 0.016521
Vertex 15115 -0.0568165 0.155074 0.0161832
Vertex 15116 -0.0577063 0.155408 0.0158579
Vertex 15117 -0.058643 0.155634 0.0155202
Vertex 15118 -0.0648306 0.156078 0.013307
Vertex 15119 -0.0287913 0.121291 0.025511
Vertex 15120 -0.0329258 0.120263 0.0285346
Vertex 15121 -0.0530069 0.153493 0.0132253
Vertex 15122 -0.0162922 0.125122 0.0270033
Vertex 15123 -0.0586226 0.156199 0.00971481
Vertex 15124 -0.0574718 0.156359 0.0101234
Vertex 15125 -0.056364 0.156406 0.0105108
Vertex 15126 -0.0544491 0.156028 0.0112408
Vertex 15127 -0.0535748 0.155622 0.0115317
Vertex 15128 -0.0553853 0.15628 0.0108911
Vertex 15129 -0.0870329 0.152942 0.0187545
Vertex 15130 -0.0665414 0.155108 -0.00331096
Vertex 15131 0.039601 0.107391 0.00564087
Vertex 15132 0.0389649 0.108275 0.00542368
Vertex 15133 0.0383485 0.10917 0.00520513
Vertex 15134 0.0377445 0.110141 0.00501649
Vertex 15135 0.0371318 0.111041 0.00479819
Vertex 15136 0.0364907 0.111851 0.00455337
Vertex 15137 0.0358297 0.112651 0.00431137
Vertex 15138 0.0351839 0.113522 0.00409669
Vertex 15139 0.0345596 0.114411 0.00388032
Vertex 15140 0.0339044 0.115273 0.00366751
Vertex 15141 0.0332241 0.115988 0.0034015
Vertex 15142 0.0325339 0.116751 0.00316678
Vertex 15143 0.0317883 0.117354 0.00287906
Vertex 15144 0.0310215 0.117934 0.00259488
Vertex 15145 0.0302372 0.118499 0.00231637
Vertex 15146 0.029447 0.119051 0.00204245
Vertex 15147 0.0286891 0.119649 0.00175522
Vertex 15148 0.0278788 0.120142 0.00144262
Vertex 15149 0.0270636 0.120631 0.00113345
Vertex 15150 0.0262334 0.121101 0.000829633
Vertex 15151 0.0254417 0.121647 0.000551492
Vertex 15152 0.0246516 0.122175 0.000230276
Vertex 15153 0.0238372 0.12269 -3.58731e-05
Vertex 15154 -0.0842794 0.115636 -0.000747849
Vertex 15155 -0.0859939 0.0940196 0.000445293
Vertex 15156 -0.0889746 0.0942393 0.0114303
Vertex 15157 -0.0781065 0.0948585 -0.0115273
Vertex 15158 -0.079893 0.0949635 -0.0095262
Vertex 15159 -0.0807586 0.0950245 -0.00854945
Vertex 15160 -0.08951 0.140665 0.0311774
Vertex 15161 -0.0897915 0.135018 0.00821888
Vertex 15162 -0.0896385 0.0969877 0.0134181
Vertex 15163 -0.0894927 0.14204 0.0311659
Vertex 15164 -0.0927326 0.12419 0.0292678
Vertex 15165 -0.0921132 0.115989 0.0103178
Vertex 15166 -0.0913388 0.115949 0.00831473
Vertex 15167 -0.0884258 0.0996766 0.0213895
Vertex 15168 -0.0890962 0.0996533 0.0114017
Vertex 15169 -0.0890383 0.09964 0.0104144
Vertex 15170 -0.0201151 0.123178 -0.00639815
Vertex 15171 -0.0804527 0.143139 -0.00181198
Vertex 15172 -0.0851998 0.104954 0.024348
Vertex 15173 -0.0763933 0.111249 -0.00565203
Vertex 15174 -0.0780101 0.11134 -0.00369811
Vertex 15175 -0.0876555 0.144675 0.00917716
Vertex 15176 -0.0691184 0.165207 -0.0519806
Vertex 15177 -0.0934884 0.117419 0.0203018
Vertex 15178 -0.0587089 0.155741 0.0125904
Vertex 15179 -0.0153478 0.0972963 0.0501876
Vertex 15180 -0.0671961 0.15591 -0.00355939
Vertex 15181 -0.0314643 0.126198 0.0141678
Vertex 15182 -0.0282035 0.125211 0.0168448
Vertex 15183 -0.0531754 0.160014 0.00733632
Vertex 15184 -0.0508814 0.161419 0.0066624
Vertex 15185 -0.0346038 0.123422 0.0248791
Vertex 15186 -0.0312974 0.120401 0.0276066
Vertex 15187 -0.0679476 0.156599 -0.00385029
Vertex 15188 -0.00887703 0.0985896 0.0509585
Vertex 15189 -0.0280888 0.121741 0.0242898
Vertex 15190 -0.0698349 0.155896 0.010068
Vertex 15191 -0.0686037 0.157344 -0.00409918
Vertex 15192 -0.0838788 0.153353 0.0242347
Vertex 15193 -0.0515277 0.136697 0.0258426
Vertex 15194 -0.0693964 0.157876 -0.00437702
Vertex 15195 -0.0195891 0.186548 -0.0163318
Vertex 15196 -0.0203431 0.186558 -0.0166005
Vertex 15197 -0.022279 0.185099 -0.0171819
Vertex 15198 -0.00479304 0.130806 0.0179661
Vertex 15199 -0.0567073 0.152073 0.0307854
Vertex 15200 -0.0702694 0.156361 0.0186365
Vertex 15201 -0.0563002 0.154681 0.0207165
Vertex 15202 -0.0701845 0.158483 -0.00465374
Vertex 15203 -0.0633619 0.165109 -0.0324564
Vertex 15204 -0.0639501 0.166025 -0.0326719
Vertex 15205 -0.06455 0.166996 -0.0328772
Vertex 15206 -0.0651676 0.167884 -0.0330971
Vertex 15207 -0.0658513 0.168603 -0.0333515
Vertex 15208 -0.0665486 0.169315 -0.0336077
Vertex 15209 -0.0672777 0.169987 -0.0338702
Vertex 15210 -0.0680553 0.17056 -0.0341587
Vertex 15211 -0.0688509 0.171089 -0.0344529
Vertex 15212 -0.0696712 0.171569 -0.0347594
Vertex 15213 -0.070543 0.17193 -0.0350862
Vertex 15214 -0.0714609 0.172223 -0.0354286
Vertex 15215 -0.0723893 0.172498 -0.0357772
Vertex 15216 -0.0733228 0.17276 -0.036126
Vertex 15217 -0.0743656 0.172848 -0.0365047
Vertex 15218 -0.0756171 0.172473 -0.0369846
Vertex 15219 -0.0710496 0.158811 -0.00499394
Vertex 15220 -0.031974 0.126184 0.0154629
Vertex 15221 -0.00515103 0.127241 0.0295045
Vertex 15222 -0.0562907 0.154938 0.0178178
Vertex 15223 -0.0764922 0.155931 0.0149956
Vertex 15224 -0.06497 0.156112 0.0234152
Vertex 15225 -0.0721129 0.15894 -0.00533295
Vertex 15226 -0.0670825 0.156321 0.0197603
Vertex 15227 -0.0733382 0.158682 -0.00576511
Vertex 15228 -0.0746759 0.158036 -0.00628607
Vertex 15229 -0.00594439 0.13066 0.0175514
Vertex 15230 0.058376 0.0713467 0.0136326
Vertex 15231 0.0576189 0.0719687 0.0133447
Vertex 15232 0.0567814 0.0724634 0.0130365
Vertex 15233 0.0558934 0.0728505 0.0127047
Vertex 15234 0.0549936 0.0732019 0.0123756
Vertex 15235 0.0540437 0.0734433 0.0120297
Vertex 15236 0.052991 0.0735097 0.0116286
Vertex 15237 0.051883 0.0734548 0.0112114
Vertex 15238 0.050682 0.0731977 0.010749
Vertex 15239 0.0496058 0.0730794 0.0103455
Vertex 15240 0.0484731 0.0728694 0.00986875
Vertex 15241 0.0476495 0.073201 0.00955169
Vertex 15242 0.0469057 0.0738955 0.00933063
Vertex 15243 0.0465562 0.0753029 0.0092212
Vertex 15244 0.021311 0.123415 0.0275211
Vertex 15245 -0.0293809 0.118905 0.0298455
Vertex 15246 -0.0405119 0.125571 0.0212459
Vertex 15247 -0.0394107 0.125604 0.021627
Vertex 15248 -0.0347822 0.124221 0.0233214
Vertex 15249 -0.0322922 0.122832 0.0242564
Vertex 15250 -0.0314769 0.122323 0.024544
Vertex 15251 -0.0305995 0.121953 0.0248664
Vertex 15252 -0.029726 0.121561 0.0251755
Vertex 15253 -0.0353528 0.121762 0.0276148
Vertex 15254 -0.0536545 0.154299 0.0129697
Vertex 15255 -0.0149752 0.125602 0.0274605
Vertex 15256 -0.0597327 0.156046 0.0093301
Vertex 15257 -0.0443682 0.129764 0.015339
Vertex 15258 -0.0449132 0.130768 0.0151196
Vertex 15259 -0.0547922 0.153188 0.0241866
Vertex 15260 -0.00114981 0.12653 0.03091
Vertex 15261 -0.000215874 0.126274 0.0312521
Vertex 15262 -0.00202406 0.126832 0.0305449
Vertex 15263 -0.0319273 0.126498 0.0125244
Vertex 15264 -0.00709045 0.130506 0.0171336
Vertex 15265 0.0393898 0.107905 0.00701069
Vertex 15266 0.0387588 0.108855 0.00681782
Vertex 15267 0.0381409 0.109688 0.00657231
Vertex 15268 0.0375161 0.110639 0.00638069
Vertex 15269 0.0368852 0.111459 0.00613554
Vertex 15270 0.0362459 0.112339 0.00591924
Vertex 15271 0.0356067 0.113152 0.00567562
Vertex 15272 0.0349753 0.114037 0.00545779
Vertex 15273 0.0343452 0.114918 0.0052408
Vertex 15274 0.0336909 0.115719 0.00499933
Vertex 15275 0.0330035 0.116489 0.00476188
Vertex 15276 0.0322912 0.117174 0.00450048
Vertex 15277 0.0315716 0.117859 0.00423829
Vertex 15278 0.030827 0.118499 0.003976
Vertex 15279 0.0300401 0.11902 0.00366373
Vertex 15280 0.0292509 0.119574 0.0033793
Vertex 15281 0.02849 0.120167 0.00308975
Vertex 15282 0.0277057 0.120723 0.00280565
Vertex 15283 0.026879 0.121193 0.00250168
Vertex 15284 0.026052 0.121668 0.00219807
Vertex 15285 0.025254 0.122206 0.00192061
Vertex 15286 0.0245032 0.122816 0.00162459
Vertex 15287 0.0236993 0.12332 0.00130956
Vertex 15288 0.0228685 0.123786 0.00100726
Vertex 15289 0.0211914 0.124678 0.000362022
Vertex 15290 0.0203379 0.125091 8.19329e-05
Vertex 15291 -0.0862312 0.0940245 0.00140199
Vertex 15292 -0.0891671 0.0942549 0.0124334
Vertex 15293 -0.0884983 0.0941957 0.00744581
Vertex 15294 -0.0880011 0.0941555 0.00641769
Vertex 15295 -0.0815808 0.0950721 -0.00753639
Vertex 15296 -0.0822784 0.0951136 -0.0065238
Vertex 15297 -0.0887346 0.0956375 0.0224045
Vertex 15298 -0.0408808 0.115001 -0.0156637
Vertex 15299 -0.0908254 0.142021 0.0251655
Vertex 15300 -0.0826224 0.141799 0.00118353
Vertex 15301 -0.0784181 0.163881 -0.0269512
Vertex 15302 -0.0251041 0.0945178 -0.0276305
Vertex 15303 -0.0860481 0.114371 0.00228673
Vertex 15304 -0.088271 0.126713 0.00126975
Vertex 15305 -0.0891975 0.0996627 0.0124046
Vertex 15306 -0.0769111 0.100434 -0.0105662
Vertex 15307 -0.0728877 0.143976 -0.0119757
Vertex 15308 -0.0874489 0.105009 0.0173545
Vertex 15309 -0.0876028 0.105024 0.0163629
Vertex 15310 -0.0788672 0.111379 -0.00271807
Vertex 15311 -0.0366237 0.123115 -0.00817194
Vertex 15312 -0.0752855 0.176467 -0.0519633
Vertex 15313 -0.0933646 0.117392 0.0153085
Vertex 15314 -0.0917148 0.117385 0.0263102
Vertex 15315 -0.0681277 0.152206 0.0356633
Vertex 15316 -0.0142604 0.0974009 0.0506069
Vertex 15317 0.0130051 0.123122 0.0330958
Vertex 15318 -0.0395016 0.128216 0.0127148
Vertex 15319 -0.0306093 0.125854 0.0144859
Vertex 15320 -0.0296756 0.125596 0.0148252
Vertex 15321 -0.0465353 0.133196 0.0100953
Vertex 15322 -0.0123976 0.0991026 0.0482068
Vertex 15323 -0.0528865 0.15117 0.0191272
Vertex 15324 -0.071543 0.155755 0.00800576
Vertex 15325 -0.041821 0.0914074 -0.0230213
Vertex 15326 -0.0653187 0.152492 0.0351215
Vertex 15327 -0.0824094 0.151775 0.0307901
Vertex 15328 -0.0480086 0.134685 0.0198054
Vertex 15329 0.00183354 0.10009 0.0472603
Vertex 15330 -0.0629926 0.156114 0.0183129
Vertex 15331 0.000301963 0.100099 0.0481787
Vertex 15332 -0.0201986 0.186115 -0.0151371
Vertex 15333 -0.0212084 0.186026 -0.0155815
Vertex 15334 -0.0226586 0.185005 -0.0161016
Vertex 15335 -0.0563569 0.155043 0.0148967
Vertex 15336 -0.057302 0.152908 0.030569
Vertex 15337 -0.0552085 0.151192 0.0284379
Vertex 15338 -0.0101504 0.0993437 0.0489973
Vertex 15339 -0.0637125 0.165316 -0.0311513
Vertex 15340 -0.0643222 0.166215 -0.0313693
Vertex 15341 -0.0649388 0.16711 -0.0315896
Vertex 15342 -0.0655814 0.167928 -0.031824
Vertex 15343 -0.0662787 0.168684 -0.0320741
Vertex 15344 -0.0669945 0.169371 -0.0323347
Vertex 15345 -0.0677578 0.16996 -0.0326164
Vertex 15346 -0.0685451 0.170527 -0.0328985
Vertex 15347 -0.0693669 0.17099 -0.0332104
Vertex 15348 -0.0701909 0.171451 -0.0335218
Vertex 15349 -0.071113 0.171733 -0.033865
Vertex 15350 -0.0720408 0.171996 -0.0342175
Vertex 15351 -0.0730299 0.172199 -0.0345665
Vertex 15352 -0.0740734 0.172255 -0.0349568
Vertex 15353 -0.0752743 0.171989 -0.0354168
Vertex 15354 -0.0764914 0.171559 -0.0359139
Vertex 15355 -0.0729862 0.15207 0.0354642
Vertex 15356 -0.0328507 0.126562 0.0151396
Vertex 15357 -0.0750027 0.155319 0.00677634
Vertex 15358 -0.0328107 0.126843 0.0122027
Vertex 15359 -0.0741825 0.156237 0.0158024
Vertex 15360 -0.0601235 0.15512 0.0251504
Vertex 15361 -0.057663 0.155278 0.0187721
Vertex 15362 -0.040335 0.124745 0.0227896
Vertex 15363 -0.0343047 0.125361 0.0205265
Vertex 15364 -0.0744234 0.156022 0.0128056
Vertex 15365 0.0587398 0.0709245 0.0152557
Vertex 15366 0.0580311 0.0716366 0.0149943
Vertex 15367 0.0572674 0.0722428 0.0147076
Vertex 15368 0.0564285 0.0727253 0.0143999
Vertex 15369 0.0555021 0.0730293 0.0140468
Vertex 15370 0.0546053 0.0733755 0.0137165
Vertex 15371 0.0536189 0.0735747 0.0133449
Vertex 15372 0.0526044 0.0736805 0.0129696
Vertex 15373 0.0514504 0.0735674 0.0125302
Vertex 15374 0.0503561 0.073461 0.0121181
Vertex 15375 0.0491953 0.0732159 0.0116573
Vertex 15376 0.0481666 0.0731681 0.01124
Vertex 15377 0.047365 0.0735855 0.0109418
Vertex 15378 0.0468003 0.0745424 0.0107517
Vertex 15379 0.04653 0.0760573 0.0105389
Vertex 15380 -0.0426342 0.12559 0.0204963
Vertex 15381 -0.0416036 0.125525 0.0208631
Vertex 15382 -0.0407505 0.126266 0.0196745
Vertex 15383 -0.0487311 0.13178 0.0269763
Vertex 15384 -0.0827498 0.154172 0.0128373
Vertex 15385 -0.0447621 0.126552 0.0211574
Vertex 15386 -0.0777335 0.153443 0.0307864
Vertex 15387 -0.0396931 0.126183 0.0200311
Vertex 15388 -0.0399361 0.123254 0.0259269
Vertex 15389 -0.0543527 0.155034 0.0127444
Vertex 15390 -0.0136948 0.125921 0.0278767
Vertex 15391 -0.0696447 0.155522 0.00577511
Vertex 15392 -0.0437463 0.128889 0.0155826
Vertex 15393 -0.0745678 0.155931 0.022959
Vertex 15394 -0.0271883 0.118982 0.0306038
Vertex 15395 -0.060661 0.155018 0.0264156
Vertex 15396 -0.0460193 0.128067 0.0236255
Vertex 15397 -0.0477867 0.135371 0.0169352
Vertex 15398 0.00621882 0.12419 0.0335647
Vertex 15399 -0.0283423 0.118847 0.030216
Vertex 15400 -0.0536498 0.152894 0.0173581
Vertex 15401 0.0391497 0.108397 0.00837586
Vertex 15402 0.0385195 0.109282 0.00815775
Vertex 15403 0.0378869 0.110163 0.00793964
Vertex 15404 0.0372544 0.111046 0.00772111
Vertex 15405 0.0366228 0.111865 0.00747742
Vertex 15406 0.0359746 0.112738 0.007259
Vertex 15407 0.0353395 0.113619 0.00703904
Vertex 15408 0.0347176 0.114447 0.00679736
Vertex 15409 0.0340797 0.115381 0.00660331
Vertex 15410 0.0334294 0.116181 0.00636312
Vertex 15411 0.0327554 0.116907 0.00609585
Vertex 15412 0.0320708 0.117667 0.00585111
Vertex 15413 0.0313378 0.118325 0.00558524
Vertex 15414 0.0305837 0.118921 0.00529549
Vertex 15415 0.0298218 0.119509 0.00500708
Vertex 15416 0.0290675 0.120111 0.00471365
Vertex 15417 0.0282794 0.120663 0.00443205
Vertex 15418 0.0275059 0.121239 0.00414409
Vertex 15419 0.0266708 0.121701 0.00384182
Vertex 15420 0.0258883 0.12226 0.00355652
Vertex 15421 0.0251009 0.122815 0.00327552
Vertex 15422 0.0243085 0.123343 0.00295625
Vertex 15423 0.0235199 0.123889 0.00267512
Vertex 15424 0.0227041 0.124378 0.0023667
Vertex 15425 0.0218833 0.124858 0.00205716
Vertex 15426 0.0210505 0.125312 0.00175976
Vertex 15427 0.0201693 0.125674 0.00144037
Vertex 15428 0.0192952 0.126057 0.00111502
Vertex 15429 0.018385 0.126365 0.000765748
Vertex 15430 0.0174979 0.126711 0.000451693
Vertex 15431 0.0165768 0.126998 0.000104849
Vertex 15432 -0.0873547 0.094105 0.00537923
Vertex 15433 -0.087209 0.0941073 0.00444199
Vertex 15434 -0.0912331 0.114706 0.0382141
Vertex 15435 -0.0721007 0.175064 -0.0530188
Vertex 15436 -0.0912374 0.140583 0.0161703
Vertex 15437 -0.0893696 0.140675 0.0341739
Vertex 15438 -0.0722528 0.156819 -0.0369077
Vertex 15439 -0.0742948 0.147166 -0.0148659
Vertex 15440 -0.0915139 0.140599 0.0171878
Vertex 15441 -0.0884357 0.140552 0.0112052
Vertex 15442 -0.0942744 0.126919 0.0202522
Vertex 15443 -0.089435 0.0996945 0.016394
Vertex 15444 -0.0780733 0.100357 -0.00962255
Vertex 15445 -0.0741071 0.154101 -0.0239055
Vertex 15446 -0.0809353 0.145916 -0.000819165
Vertex 15447 -0.08784 0.105023 0.0143674
Vertex 15448 -0.0878453 0.10502 0.0133698
Vertex 15449 -0.0872189 0.103599 0.00739967
Vertex 15450 0.022698 0.118017 -0.00920048
Vertex 15451 -0.0926722 0.117507 0.0393006
Vertex 15452 -0.0704499 0.154022 0.0317661
Vertex 15453 -0.0530502 0.151987 0.0175947
Vertex 15454 0.00308348 0.0981539 0.0507387
Vertex 15455 -0.0331127 0.123309 0.0239558
Vertex 15456 -0.0323169 0.126646 0.013854
Vertex 15457 -0.0199983 0.126616 0.0197793
Vertex 15458 -0.04591 0.132311 0.0103278
Vertex 15459 -0.0242082 0.121982 0.0271598
Vertex 15460 -0.0799451 0.15529 0.0167266
Vertex 15461 -0.0263812 0.120789 0.0279195
Vertex 15462 -0.0886232 0.152074 0.0182297
Vertex 15463 -0.0610919 0.155915 0.0160896
Vertex 15464 -0.0741431 0.153026 0.0335308
Vertex 15465 -0.0625615 0.156051 0.017016
Vertex 15466 0.00277101 0.099815 0.0475918
Vertex 15467 -0.045336 0.129618 0.020889
Vertex 15468 -0.0474148 0.133778 0.0200381
Vertex 15469 -0.0208999 0.185581 -0.0139755
Vertex 15470 -0.021995 0.185609 -0.0143485
Vertex 15471 -0.0234016 0.184697 -0.0149423
Vertex 15472 0.0022525 0.0986072 0.0504164
Vertex 15473 -0.00688511 0.0982482 0.0516445
Vertex 15474 -0.0580426 0.153536 0.0303048
Vertex 15475 -0.0349607 0.125018 0.0217662
Vertex 15476 -0.0572069 0.155002 0.0203881
Vertex 15477 -0.0361331 0.122312 0.027301
Vertex 15478 0.00967962 0.127274 0.0289934
Vertex 15479 -0.0640888 0.165507 -0.029848
Vertex 15480 -0.0646908 0.166411 -0.0300665
Vertex 15481 -0.0653365 0.167223 -0.0303028
Vertex 15482 -0.0660205 0.167997 -0.0305503
Vertex 15483 -0.0667396 0.168684 -0.03081
Vertex 15484 -0.0674741 0.169344 -0.0310786
Vertex 15485 -0.0682563 0.169911 -0.0313673
Vertex 15486 -0.0690262 0.170476 -0.0316587
Vertex 15487 -0.0698895 0.170875 -0.0319754
Vertex 15488 -0.0707666 0.171245 -0.0323024
Vertex 15489 -0.071689 0.171513 -0.0326505
Vertex 15490 -0.0726695 0.171671 -0.0330178
Vertex 15491 -0.073715 0.17176 -0.0333959
Vertex 15492 -0.0748644 0.171601 -0.033829
Vertex 15493 -0.0760947 0.171183 -0.0343205
Vertex 15494 -0.0212669 0.123736 0.0252343
Vertex 15495 -0.0632135 0.155458 0.00808821
Vertex 15496 -0.0472373 0.134368 0.0171539
Vertex 15497 -0.073138 0.156184 0.0161734
Vertex 15498 -0.0582075 0.154657 0.0258383
Vertex 15499 -0.0472066 0.134653 0.0142236
Vertex 15500 -0.0424671 0.124776 0.022048
Vertex 15501 -0.0832568 0.154212 0.0141255
Vertex 15502 -0.0337468 0.127104 0.0118588
Vertex 15503 0.0589083 0.0700926 0.0167877
Vertex 15504 0.0582857 0.0709436 0.0165587
Vertex 15505 0.0576036 0.0717386 0.0163116
Vertex 15506 0.0568364 0.0723477 0.016027
Vertex 15507 0.0560042 0.0728404 0.0157211
Vertex 15508 0.0551137 0.0732038 0.0153863
Vertex 15509 0.0541727 0.0734662 0.0150335
Vertex 15510 0.0531674 0.0736169 0.0146631
Vertex 15511 0.0521155 0.073659 0.0142686
Vertex 15512 0.0510202 0.0736047 0.0138558
Vertex 15513 0.0498767 0.0734333 0.0134213
Vertex 15514 0.0488271 0.0733963 0.0130056
Vertex 15515 0.0478387 0.0734572 0.0126134
Vertex 15516 0.0470624 0.0740285 0.0123586
Vertex 15517 0.0466692 0.0754291 0.0122452
Vertex 15518 0.00881068 0.127643 0.0286728
Vertex 15519 -0.0585706 0.155353 0.0213449
Vertex 15520 -0.0346775 0.127387 0.0115177
Vertex 15521 -0.065794 0.155512 0.00862557
Vertex 15522 -0.064746 0.155508 0.00899366
Vertex 15523 -0.0581695 0.15592 0.011334
Vertex 15524 -0.0571277 0.155869 0.0117051
Vertex 15525 -0.0592055 0.155872 0.0109493
Vertex 15526 -0.0560848 0.155673 0.012015
Vertex 15527 -0.0552142 0.155428 0.0123927
Vertex 15528 -0.0124888 0.126191 0.0283067
Vertex 15529 -0.0706835 0.155594 0.0053992
Vertex 15530 -0.0430221 0.128224 0.015861
Vertex 15531 -0.0702279 0.156078 0.0244771
Vertex 15532 -0.062838 0.15526 0.00677387
Vertex 15533 -0.0639905 0.155091 0.00636862
Vertex 15534 -0.0406463 0.127804 0.0152535
Vertex 15535 -0.0397156 0.127552 0.0155957
Vertex 15536 -0.0415794 0.128056 0.0149128
Vertex 15537 -0.0424853 0.128365 0.0145816
Vertex 15538 0.00890997 0.125517 0.0316176
Vertex 15539 -0.0733029 0.15632 0.000130521
Vertex 15540 0.03891 0.10882 0.00971935
Vertex 15541 0.0382789 0.10977 0.00952257
Vertex 15542 0.0376477 0.110588 0.00928033
Vertex 15543 0.0370023 0.11146 0.00905905
Vertex 15544 0.0363552 0.112269 0.0088181
Vertex 15545 0.0357248 0.113154 0.00859849
Vertex 15546 0.0350985 0.114043 0.00837763
Vertex 15547 0.0344662 0.114921 0.00815778
Vertex 15548 0.0338144 0.115724 0.00791606
Vertex 15549 0.0331853 0.116604 0.00769666
Vertex 15550 0.0325029 0.117364 0.00744623
Vertex 15551 0.0318002 0.118052 0.00717688
Vertex 15552 0.0310854 0.118732 0.00690653
Vertex 15553 0.0303386 0.119339 0.00661655
Vertex 15554 0.0295902 0.119982 0.0063504
Vertex 15555 0.0288283 0.120572 0.00606361
Vertex 15556 0.0280639 0.121158 0.0057742
Vertex 15557 0.0272829 0.121723 0.00548626
Vertex 15558 0.0264872 0.122262 0.00520712
Vertex 15559 0.0256839 0.122773 0.00490001
Vertex 15560 0.0248936 0.12332 0.00461274
Vertex 15561 0.0240783 0.123806 0.00430528
Vertex 15562 0.0233024 0.124378 0.00401489
Vertex 15563 0.0224793 0.124852 0.00370943
Vertex 15564 0.0216273 0.125269 0.00337714
Vertex 15565 0.0207994 0.125738 0.00307388
Vertex 15566 0.0199608 0.126186 0.00277612
Vertex 15567 0.019082 0.126548 0.00245443
Vertex 15568 0.0182356 0.126981 0.00216332
Vertex 15569 0.0173214 0.127268 0.00181685
Vertex 15570 0.0164152 0.127597 0.00146207
Vertex 15571 0.015525 0.127932 0.00115163
Vertex 15572 0.014566 0.128157 0.000776346
Vertex 15573 0.0135945 0.128354 0.000408423
Vertex 15574 0.012653 0.128571 8.59956e-05
Vertex 15575 0.0251837 0.112665 -0.0114294
Vertex 15576 -0.0658954 0.166616 -0.0590008
Vertex 15577 -0.0885678 0.139164 0.0111992
Vertex 15578 -0.0818959 0.141783 0.000186922
Vertex 15579 -0.0917891 0.141969 0.0171701
Vertex 15580 -0.089717 0.142036 0.0301646
Vertex 15581 -0.0903646 0.135051 0.0122148
Vertex 15582 -0.0805557 0.0977534 -0.00758611
Vertex 15583 -0.089402 0.0996815 0.0144017
Vertex 15584 -0.0790004 0.100402 -0.00859092
Vertex 15585 -0.0799546 0.100457 -0.00758867
Vertex 15586 -0.0906275 0.137865 0.0211926
Vertex 15587 -0.0858362 0.103636 0.0243714
Vertex 15588 -0.0877186 0.105023 0.0153645
Vertex 15589 -0.0875094 0.103632 0.00838188
Vertex 15590 -0.0883137 0.103697 0.0153744
Vertex 15591 0.0310879 0.115727 -0.00269046
Vertex 15592 -0.092697 0.117351 0.0113077
Vertex 15593 -0.0925871 0.117342 0.0103086
Vertex 15594 -0.00134544 0.0999407 0.0490888
Vertex 15595 -0.0678931 0.0900993 0.043242
Vertex 15596 -0.0855527 0.153551 0.0192298
Vertex 15597 -0.00794001 0.0994214 0.049751
Vertex 15598 -0.0568081 0.154369 0.0248865
Vertex 15599 -0.0443004 0.130334 0.00946299
Vertex 15600 -0.0379773 0.128134 0.0117903
Vertex 15601 -0.0337351 0.126905 0.0148106
Vertex 15602 -0.0233454 0.122752 0.0259903
Vertex 15603 -0.0778434 0.153328 0.00140062
Vertex 15604 -0.0655551 0.156269 0.0188465
Vertex 15605 -0.0743637 0.153685 0.0319267
Vertex 15606 -0.0339393 0.126307 0.017694
Vertex 15607 -0.0356146 0.127659 0.0111781
Vertex 15608 -0.0615214 0.155998 0.0173864
Vertex 15609 -0.0863368 0.153207 0.0174967
Vertex 15610 -0.0330041 0.122377 0.0254817
Vertex 15611 -0.0312857 0.125233 0.0186818
Vertex 15612 -0.0445794 0.130477 0.0137726
Vertex 15613 -0.0243398 0.183957 -0.0138554
Vertex 15614 -0.0133826 0.1039 0.0435877
Vertex 15615 -0.0208657 0.123339 0.0268408
Vertex 15616 -0.0589919 0.15382 0.0299308
Vertex 15617 -0.0422429 0.129048 0.0117038
Vertex 15618 -0.0751026 0.155922 -0.00200459
Vertex 15619 -0.0365494 0.127902 0.0108341
Vertex 15620 -0.0638477 0.164736 -0.0283363
Vertex 15621 -0.0644726 0.165628 -0.0285568
Vertex 15622 -0.06512 0.166493 -0.0287867
Vertex 15623 -0.0657843 0.167288 -0.0290298
Vertex 15624 -0.0664918 0.167987 -0.0292876
Vertex 15625 -0.0672139 0.168667 -0.0295504
Vertex 15626 -0.067959 0.169303 -0.0298283
Vertex 15627 -0.0687786 0.16979 -0.0301319
Vertex 15628 -0.0695516 0.170347 -0.0304219
Vertex 15629 -0.0704174 0.170744 -0.0307374
Vertex 15630 -0.0713401 0.171022 -0.0310853
Vertex 15631 -0.0723219 0.171178 -0.0314543
Vertex 15632 -0.0733702 0.171289 -0.0318245
Vertex 15633 -0.0745177 0.171112 -0.0322615
Vertex 15634 -0.075709 0.170829 -0.032719
Vertex 15635 -0.0770198 0.170132 -0.03325
Vertex 15636 -0.0375363 0.128085 0.0104763
Vertex 15637 -0.0384762 0.128323 0.0101316
Vertex 15638 -0.0466776 0.13337 0.0173732
Vertex 15639 -0.0719809 0.156292 0.0165776
Vertex 15640 -0.0573264 0.15429 0.0261567
Vertex 15641 -0.0394154 0.128541 0.00978788
Vertex 15642 -0.00141239 0.101018 0.0444401
Vertex 15643 -0.0709721 0.148372 0.0407622
Vertex 15644 -0.00823999 0.130343 0.0167173
Vertex 15645 0.0584567 0.0701808 0.018095
Vertex 15646 0.0578227 0.0710073 0.0178627
Vertex 15647 0.0571135 0.071717 0.0176058
Vertex 15648 0.0563556 0.0723446 0.0173318
Vertex 15649 0.0555265 0.0728462 0.0170262
Vertex 15650 0.0546767 0.0732977 0.0167178
Vertex 15651 0.0537258 0.0735615 0.0163564
Vertex 15652 0.0527245 0.0736707 0.0159788
Vertex 15653 0.0516271 0.0736236 0.0155669
Vertex 15654 0.0505254 0.0735568 0.0151501
Vertex 15655 0.0494051 0.0734301 0.0147277
Vertex 15656 0.0483695 0.0734096 0.0143189
Vertex 15657 0.0474981 0.0737139 0.0139878
Vertex 15658 0.0467993 0.0745196 0.0137565
Vertex 15659 0.0465284 0.0761532 0.0136843
Vertex 15660 0.0231755 0.0916964 -0.0230758
Vertex 15661 -0.0722094 0.155629 0.00630789
Vertex 15662 -0.0711154 0.155676 0.00670049
Vertex 15663 0.000685965 0.124734 0.0330095
Vertex 15664 -0.00019365 0.125094 0.0326823
Vertex 15665 -0.00497421 0.126254 0.0309961
Vertex 15666 -0.00601913 0.126314 0.0306279
Vertex 15667 -0.00926128 0.126278 0.029483
Vertex 15668 -0.0102986 0.126308 0.029096
Vertex 15669 -0.0113988 0.126257 0.0287047
Vertex 15670 -0.0717279 0.155642 0.00502354
Vertex 15671 -0.0422272 0.127744 0.0161624
Vertex 15672 -0.0576415 0.155076 0.0216791
Vertex 15673 -0.0616261 0.155549 0.00719382
Vertex 15674 0.00251222 0.126485 0.0307749
Vertex 15675 0.00349921 0.126284 0.0311054
Vertex 15676 0.00163159 0.126824 0.0304308
Vertex 15677 0.000643571 0.127035 0.0301068
Vertex 15678 -0.0330104 0.126012 0.0180287
Vertex 15679 -0.0321664 0.125608 0.018357
Vertex 15680 -0.00938967 0.130192 0.0162996
Vertex 15681 0.0223101 0.120965 0.030775
Vertex 15682 0.0386236 0.109277 0.0110826
Vertex 15683 0.0380115 0.110174 0.0108643
Vertex 15684 0.0373643 0.110979 0.0106211
Vertex 15685 0.036728 0.111857 0.010401
Vertex 15686 0.0360996 0.112682 0.0101589
Vertex 15687 0.0354634 0.113562 0.00993821
Vertex 15688 0.0348186 0.114435 0.00971518
Vertex 15689 0.0341993 0.115326 0.00949444
Vertex 15690 0.0335642 0.11614 0.00925074
Vertex 15691 0.0329127 0.116986 0.00902312
Vertex 15692 0.0322191 0.117688 0.00875184
Vertex 15693 0.0315171 0.118424 0.0085036
Vertex 15694 0.030795 0.119096 0.00823469
Vertex 15695 0.030074 0.119769 0.00796635
Vertex 15696 0.0293267 0.120376 0.00767428
Vertex 15697 0.0285657 0.120967 0.00738594
Vertex 15698 0.0278403 0.121636 0.00711658
Vertex 15699 0.0270583 0.122199 0.00683201
Vertex 15700 0.0262422 0.122687 0.00652555
Vertex 15701 0.0254642 0.12325 0.0062381
Vertex 15702 0.0246632 0.123785 0.00595837
Vertex 15703 0.0238425 0.124265 0.00565298
Vertex 15704 0.0230359 0.124766 0.00534006
Vertex 15705 0.0222104 0.125239 0.00503339
Vertex 15706 0.0213842 0.125707 0.00472943
Vertex 15707 0.0205271 0.126116 0.00440152
Vertex 15708 0.0196844 0.126554 0.00410284
Vertex 15709 0.0188215 0.126955 0.00377584
Vertex 15710 0.0179495 0.127337 0.00345096
Vertex 15711 0.017067 0.127696 0.00312982
Vertex 15712 0.0161864 0.128058 0.00281004
Vertex 15713 0.0153058 0.128412 0.00248962
Vertex 15714 0.0143833 0.128699 0.00214848
Vertex 15715 0.0134519 0.128957 0.00181284
Vertex 15716 0.0124469 0.129111 0.00141235
Vertex 15717 -0.0911953 0.143381 0.0241598
Vertex 15718 -0.0866345 0.094046 0.00237751
Vertex 15719 -0.0765518 0.15421 -0.000899711
Vertex 15720 -0.0843726 0.0952582 -0.00357113
Vertex 15721 -0.0837476 0.0952109 -0.00455405
Vertex 15722 -0.0840799 0.143223 0.00416483
Vertex 15723 -0.0886136 0.0969805 0.0223931
Vertex 15724 -0.0814376 0.0978185 -0.00662583
Vertex 15725 -0.0892922 0.0996701 0.0134013
Vertex 15726 -0.0894247 0.0996886 0.0153976
Vertex 15727 -0.0889169 0.126733 0.0032966
Vertex 15728 -0.0810222 0.100509 -0.00657927
Vertex 15729 -0.0866185 0.103641 0.022352
Vertex 15730 -0.0847322 0.10481 0.00139005
Vertex 15731 -0.0842709 0.104792 0.000381661
Vertex 15732 -0.0882804 0.103688 0.0163664
Vertex 15733 -0.0298717 0.104385 -0.0225787
Vertex 15734 -0.00583539 0.0910195 -0.0356702
Vertex 15735 -0.00221102 0.0959857 -0.0316631
Vertex 15736 -0.0693598 0.153979 -0.049866
Vertex 15737 -0.00541506 0.100313 0.0476265
Vertex 15738 0.0215976 0.121636 0.0305088
Vertex 15739 0.0175304 0.120577 0.0333463
Vertex 15740 -0.0779359 0.154614 0.00720975
Vertex 15741 -0.0463338 0.132474 0.00863126
Vertex 15742 0.000144172 0.129559 0.0255502
Vertex 15743 -0.0360974 0.127648 0.0124754
Vertex 15744 0.0208653 0.122279 0.030221
Vertex 15745 -0.0769031 0.149462 0.0386995
Vertex 15746 -0.0758819 0.156006 0.016671
Vertex 15747 -0.0676976 0.156296 0.0180917
Vertex 15748 0.0200484 0.122759 0.029923
Vertex 15749 0.0191819 0.123133 0.0296014
Vertex 15750 -0.00314149 0.0972112 0.0530078
Vertex 15751 0.0182946 0.123502 0.0292701
Vertex 15752 -0.078629 0.155228 0.0230232
Vertex 15753 -0.0857072 0.152777 0.0118249
Vertex 15754 0.0174279 0.12392 0.0289777
Vertex 15755 -0.0249388 0.183594 -0.0126758
Vertex 15756 -0.0268796 0.181867 -0.0133655
Vertex 15757 0.00217615 0.12934 0.0262849
Vertex 15758 -0.065258 0.156162 0.0146042
Vertex 15759 -0.0598711 0.154188 0.0296083
Vertex 15760 -0.0645149 0.156191 0.0192193
Vertex 15761 -0.0687032 0.155739 0.000270534
Vertex 15762 0.0166765 0.12456 0.0286792
Vertex 15763 -0.0636848 0.163906 -0.0268361
Vertex 15764 -0.0642806 0.164881 -0.0270495
Vertex 15765 -0.0649084 0.165706 -0.0272764
Vertex 15766 -0.0655518 0.166572 -0.0275081
Vertex 15767 -0.0662458 0.167287 -0.027765
Vertex 15768 -0.0669695 0.167967 -0.0280306
Vertex 15769 -0.0677123 0.168615 -0.0283035
Vertex 15770 -0.0684803 0.169194 -0.0285889
Vertex 15771 -0.0692573 0.169753 -0.0288779
Vertex 15772 -0.0701178 0.170154 -0.0291958
Vertex 15773 -0.0709934 0.170517 -0.0295248
Vertex 15774 -0.0719831 0.170733 -0.0298702
Vertex 15775 -0.0729725 0.170894 -0.0302341
Vertex 15776 -0.0741328 0.170753 -0.0306566
Vertex 15777 -0.0753758 0.170369 -0.0311391
Vertex 15778 -0.076628 0.169808 -0.0316679
Vertex 15779 0.0159604 0.125249 0.0284184
Vertex 15780 -0.0596259 0.155781 0.0151651
Vertex 15781 0.0152596 0.125955 0.0281714
Vertex 15782 -0.0719917 0.151909 0.0358108
Vertex 15783 -0.0591899 0.154851 0.0254882
Vertex 15784 -0.048193 0.133027 0.0241926
Vertex 15785 -0.0413787 0.124797 0.0224172
Vertex 15786 0.0145253 0.126603 0.0278836
Vertex 15787 0.0585617 0.0692487 0.0195963
Vertex 15788 0.0579437 0.0700837 0.0193768
Vertex 15789 0.0573103 0.0709688 0.0191461
Vertex 15790 0.0565883 0.0716209 0.0188851
Vertex 15791 0.0558431 0.0722822 0.0186151
Vertex 15792 0.0550045 0.0727719 0.0183019
Vertex 15793 0.0541155 0.0731329 0.017974
Vertex 15794 0.0531688 0.0733724 0.0176223
Vertex 15795 0.0521231 0.0734583 0.0172399
Vertex 15796 0.0510305 0.0733741 0.0168194
Vertex 15797 0.0499455 0.0733656 0.0164225
Vertex 15798 0.0486963 0.0730972 0.0159514
Vertex 15799 0.047871 0.0733255 0.0156276
Vertex 15800 0.0471599 0.07398 0.0153485
Vertex 15801 0.0465947 0.0750442 0.0151558
Vertex 15802 0.0463511 0.0764838 0.0150474
Vertex 15803 0.013717 0.127103 0.0275992
Vertex 15804 0.00156461 0.124373 0.0333352
Vertex 15805 -0.0105374 0.130025 0.0158825
Vertex 15806 -0.0376712 0.125956 0.0207679
Vertex 15807 -0.0277867 0.0904111 0.0457123
Vertex 15808 -0.0781974 0.153502 0.00273811
Vertex 15809 -0.0766672 0.154399 0.00327135
Vertex 15810 -0.0753023 0.155004 0.00375308
Vertex 15811 -0.0740753 0.155198 0.0041876
Vertex 15812 -0.0728197 0.155564 0.00463235
Vertex 15813 -0.0412993 0.127471 0.0164976
Vertex 15814 -0.0759244 0.155422 0.00936737
Vertex 15815 -0.0603383 0.155998 0.00765284
Vertex 15816 -0.000345107 0.127203 0.0297544
Vertex 15817 -0.0112759 0.125368 0.030237
Vertex 15818 -0.0694586 0.153877 0.0321166
Vertex 15819 -0.0712698 0.156094 0.0241098
Vertex 15820 -0.0830831 0.152763 0.0275295
Vertex 15821 -0.049763 0.132774 0.0280532
Vertex 15822 -0.0624495 0.15591 0.022857
Vertex 15823 -0.000605671 0.129033 0.0267429
Vertex 15824 0.0128917 0.127573 0.0272919
Vertex 15825 0.0118921 0.127946 0.0270512
Vertex 15826 0.0377238 0.110496 0.0121805
Vertex 15827 0.0371019 0.111384 0.0119604
Vertex 15828 0.03646 0.112262 0.0117392
Vertex 15829 0.0358352 0.11315 0.0115155
Vertex 15830 0.0352114 0.113974 0.0112756
Vertex 15831 0.0345652 0.114846 0.0110543
Vertex 15832 0.0339253 0.115718 0.0108315
Vertex 15833 0.0332816 0.116574 0.0106008
Vertex 15834 0.0326144 0.117295 0.0103313
Vertex 15835 0.0319294 0.118052 0.0100791
Vertex 15836 0.0312326 0.118751 0.0098088
Vertex 15837 0.0305158 0.11943 0.00953878
Vertex 15838 0.0297856 0.120093 0.00926746
Vertex 15839 0.0290523 0.120756 0.00899975
Vertex 15840 0.0283038 0.121367 0.00870899
Vertex 15841 0.0275645 0.122014 0.00844231
Vertex 15842 0.026783 0.122575 0.00815739
Vertex 15843 0.0259953 0.123127 0.0078705
Vertex 15844 0.0251982 0.123641 0.0075622
Vertex 15845 0.0243858 0.124139 0.00725423
Vertex 15846 0.0235922 0.124679 0.00697037
Vertex 15847 0.0227625 0.125142 0.00666699
Vertex 15848 0.0219416 0.125622 0.00635903
Vertex 15849 0.0211162 0.126093 0.00605375
Vertex 15850 0.0202619 0.12651 0.00572713
Vertex 15851 0.0193849 0.126884 0.00540105
Vertex 15852 0.0185443 0.12732 0.00510228
Vertex 15853 0.017675 0.127712 0.00477874
Vertex 15854 0.0167938 0.128074 0.00445644
Vertex 15855 0.0159137 0.128436 0.00413586
Vertex 15856 0.0150002 0.128745 0.00378903
Vertex 15857 0.0141143 0.129082 0.00347211
Vertex 15858 0.0131837 0.129339 0.0031365
Vertex 15859 0.0122169 0.129551 0.00276868
Vertex 15860 0.0112459 0.129755 0.00240428
Vertex 15861 0.0102649 0.129908 0.00205228
Vertex 15862 0.00923557 0.129984 0.00166977
Vertex 15863 0.00819795 0.130005 0.00128654
Vertex 15864 0.00716146 0.130043 0.000903466
Vertex 15865 -0.0872227 0.0941086 0.00335062
Vertex 15866 -0.0830177 0.0951656 -0.00554205
Vertex 15867 -0.091214 0.143385 0.025163
Vertex 15868 -0.0889655 0.0969901 0.0204055
Vertex 15869 -0.0942177 0.125518 0.0172578
Vertex 15870 -0.0888522 0.0996312 0.00941041
Vertex 15871 -0.0887264 0.0996152 0.00841821
Vertex 15872 -0.0820951 0.100566 -0.0055776
Vertex 15873 -0.0869674 0.103645 0.0213508
Vertex 15874 -0.0862725 0.103636 0.0233541
Vertex 15875 -0.0851069 0.104842 0.00238218
Vertex 15876 -0.0831779 0.111548 0.00129095
Vertex 15877 -0.0841632 0.11158 0.00227497
Vertex 15878 -0.045814 0.0898818 -0.0220292
Vertex 15879 -0.0906194 0.139243 0.0211829
Vertex 15880 -0.092935 0.117416 0.0233037
Vertex 15881 -0.0935755 0.117419 0.0183042
Vertex 15882 -0.0935183 0.117402 0.0193034
Vertex 15883 -0.0924729 0.117499 0.0403021
Vertex 15884 -0.0499383 0.162625 -0.0047964
Vertex 15885 -0.042083 0.168351 -0.00985967
Vertex 15886 -0.0676415 0.155906 0.0108585
Vertex 15887 0.011146 0.128332 0.0266558
Vertex 15888 0.0102651 0.128706 0.0263309
Vertex 15889 -0.0469792 0.133264 0.00837709
Vertex 15890 -0.00193982 0.12966 0.0247961
Vertex 15891 -0.00084278 0.129714 0.0251926
Vertex 15892 -0.0341879 0.127198 0.0131711
Vertex 15893 -0.0452276 0.131073 0.0164666
Vertex 15894 -0.0457467 0.132003 0.0161756
Vertex 15895 -0.0440271 0.128143 0.0184429
Vertex 15896 -0.0606115 0.155938 0.0148123
Vertex 15897 -0.0336965 0.120802 0.028215
Vertex 15898 0.00934693 0.129002 0.0260013
Vertex 15899 -0.0666005 0.156329 0.0184798
Vertex 15900 -0.0370341 0.127886 0.0121304
Vertex 15901 -0.0774721 0.155387 0.0234212
Vertex 15902 -0.081048 0.154699 0.0221975
Vertex 15903 0.00841723 0.129272 0.0256623
Vertex 15904 -0.0243904 0.183518 -0.0110527
Vertex 15905 -0.0257723 0.182903 -0.0115399
Vertex 15906 -0.02728 0.181917 -0.0121056
Vertex 15907 -0.0859779 0.0910726 0.0273961
Vertex 15908 -0.0205861 0.122762 0.0284276
Vertex 15909 -0.0367225 0.125751 0.02112
Vertex 15910 -0.0608634 0.154346 0.0292597
Vertex 15911 -0.0304238 0.12007 0.0279522
Vertex 15912 -0.0580932 0.155356 0.0200663
Vertex 15913 0.00743904 0.129465 0.0253135
Vertex 15914 -0.0117444 0.129778 0.0154481
Vertex 15915 -0.0640717 0.164086 -0.0255357
Vertex 15916 -0.0647247 0.16489 -0.0257757
Vertex 15917 -0.0653475 0.165775 -0.0260007
Vertex 15918 -0.0660244 0.166553 -0.0262486
Vertex 15919 -0.066735 0.167252 -0.0265095
Vertex 15920 -0.0675078 0.167827 -0.0267933
Vertex 15921 -0.0682325 0.168499 -0.0270627
Vertex 15922 -0.0690431 0.169001 -0.0273587
Vertex 15923 -0.0698247 0.169548 -0.0276555
Vertex 15924 -0.0706968 0.169922 -0.0279808
Vertex 15925 -0.0716236 0.170198 -0.0283222
Vertex 15926 -0.0726143 0.1704 -0.0286759
Vertex 15927 -0.0737877 0.170302 -0.0290826
Vertex 15928 -0.0750304 0.169881 -0.0295693
Vertex 15929 -0.0762918 0.169333 -0.0300921
Vertex 15930 0.0065117 0.129736 0.0249737
Vertex 15931 0.0055446 0.129937 0.0246284
Vertex 15932 0.0045023 0.13009 0.02428
Vertex 15933 -0.059554 0.155543 0.0209921
Vertex 15934 -0.0610591 0.155387 0.024814
Vertex 15935 -0.0477004 0.131837 0.0244001
Vertex 15936 -0.0392376 0.124806 0.0231803
Vertex 15937 0.00356053 0.130245 0.0239041
Vertex 15938 0.0579995 0.0690441 0.020859
Vertex 15939 0.0573849 0.0699459 0.0206376
Vertex 15940 0.0567453 0.0707667 0.0204115
Vertex 15941 0.0560276 0.0714782 0.0201554
Vertex 15942 0.0552517 0.0720728 0.0198735
Vertex 15943 0.0544186 0.0725633 0.0195702
Vertex 15944 0.0534733 0.0728245 0.019221
Vertex 15945 0.0525281 0.0730706 0.0188626
Vertex 15946 0.0514753 0.0731205 0.0184716
Vertex 15947 0.0504441 0.0731136 0.0180651
Vertex 15948 0.0492456 0.0728121 0.0176064
Vertex 15949 0.0480441 0.0725423 0.0171549
Vertex 15950 0.0472882 0.0731371 0.0168777
Vertex 15951 0.0467254 0.0741323 0.0166809
Vertex 15952 0.0464078 0.0756596 0.0165703
Vertex 15953 0.0462743 0.0775122 0.0165366
Vertex 15954 -0.0940189 0.11877 0.0172997
Vertex 15955 -0.00267498 0.100539 0.0471075
Vertex 15956 -0.0823243 0.154364 0.0217732
Vertex 15957 -0.0293211 0.123712 0.0208659
Vertex 15958 -0.030188 0.124116 0.0205603
Vertex 15959 -0.0345343 0.126083 0.0189612
Vertex 15960 -0.0372934 0.126961 0.0179492
Vertex 15961 -0.0383432 0.127011 0.0175779
Vertex 15962 -0.0393291 0.127134 0.01721
Vertex 15963 -0.0403111 0.127303 0.0168527
Vertex 15964 -0.0133496 0.124356 0.0309811
Vertex 15965 -0.0590718 0.156479 0.0080978
Vertex 15966 -0.00731691 0.128182 0.0272242
Vertex 15967 -0.0380005 0.12652 0.0191796
Vertex 15968 -0.0658186 0.154852 0.00425231
Vertex 15969 -0.0678494 0.155094 0.00351036
Vertex 15970 -0.0532977 0.158553 0.00873827
Vertex 15971 0.0025214 0.130289 0.0235241
Vertex 15972 -0.0762512 0.156264 -0.00677505
Vertex 15973 -0.0482692 0.133969 0.0226705
Vertex 15974 -0.0134047 0.0981882 0.0494032
Vertex 15975 0.00153258 0.130437 0.0231622
Vertex 15976 0.038042 0.109981 0.0137429
Vertex 15977 0.0374202 0.110869 0.0135214
Vertex 15978 0.0367927 0.111755 0.0132988
Vertex 15979 0.0361533 0.112569 0.0130564
Vertex 15980 0.0355447 0.11347 0.012835
Vertex 15981 0.0349132 0.114353 0.0126105
Vertex 15982 0.0342731 0.115225 0.0123899
Vertex 15983 0.0336304 0.116029 0.0121428
Vertex 15984 0.0329715 0.116865 0.0119087
Vertex 15985 0.0323242 0.117657 0.0116569
Vertex 15986 0.0316363 0.118365 0.0113851
Vertex 15987 0.0309373 0.119109 0.0111337
Vertex 15988 0.0302201 0.119789 0.0108648
Vertex 15989 0.0294982 0.120461 0.0105965
Vertex 15990 0.0287604 0.121079 0.0103057
Vertex 15991 0.0280264 0.121739 0.0100361
Vertex 15992 0.0272688 0.122366 0.00977001
Vertex 15993 0.0264769 0.122884 0.00946172
Vertex 15994 0.0256965 0.123446 0.00917645
Vertex 15995 0.024909 0.124002 0.00889289
Vertex 15996 0.0241035 0.1245 0.0085821
Vertex 15997 0.0233146 0.125046 0.00829766
Vertex 15998 0.0224712 0.125479 0.00796738
Vertex 15999 0.02167 0.125998 0.00768374
Vertex 16000 0.0208082 0.1264 0.00735797
Vertex 16001 0.0199501 0.126815 0.00703133
Vertex 16002 0.0191098 0.127253 0.00673134
Vertex 16003 0.0182351 0.12763 0.00640475
Vertex 16004 0.0173606 0.128011 0.00608341
Vertex 16005 0.0164869 0.128389 0.00575868
Vertex 16006 0.0156145 0.128768 0.00543431
Vertex 16007 0.0147262 0.129115 0.00511474
Vertex 16008 0.0138044 0.129402 0.00474998
Vertex 16009 0.0129127 0.129715 0.00445998
Vertex 16010 0.0119495 0.129938 0.00409466
Vertex 16011 0.0110134 0.130158 0.00376449
Vertex 16012 0.0100369 0.130324 0.00340984
Vertex 16013 0.0089719 0.130372 0.00300057
Vertex 16014 0.00798329 0.130466 0.00265255
Vertex 16015 0.00689753 0.13043 0.00224143
Vertex 16016 -0.0758095 0.0920857 -0.0139153
Vertex 16017 0.00214563 0.119376 -0.0145717
Vertex 16018 -0.07574 0.144451 -0.00587632
Vertex 16019 -0.0890685 0.0969888 0.0194042
Vertex 16020 -0.0887705 0.0969872 0.0214096
Vertex 16021 -0.0914674 0.129551 0.00825277
Vertex 16022 -0.0847653 0.103459 0.000382003
Vertex 16023 -0.0876012 0.0995367 0.00546504
Vertex 16024 -0.082938 0.100617 -0.00458659
Vertex 16025 -0.0837054 0.10067 -0.00361944
Vertex 16026 -0.0874054 0.110457 0.012344
Vertex 16027 -0.085482 0.104867 0.00337403
Vertex 16028 -0.085947 0.104892 0.00437979
Vertex 16029 -0.0791181 0.10724 -0.00560787
Vertex 16030 -0.0810695 0.111472 -0.000645954
Vertex 16031 -0.0925573 0.125589 0.0382552
Vertex 16032 -0.0856634 0.1104 0.0223511
Vertex 16033 -0.0919525 0.126983 0.0392569
Vertex 16034 -0.0922566 0.126816 0.00926569
Vertex 16035 -0.0943935 0.125559 0.0222675
Vertex 16036 -0.0315382 0.178553 -0.0120253
Vertex 16037 -0.092775 0.128304 0.0272531
Vertex 16038 -0.0896629 0.124003 0.00427429
Vertex 16039 -0.0902327 0.124018 0.00527185
Vertex 16040 -0.091005 0.124034 0.00628346
Vertex 16041 -0.0732714 0.156195 0.0132096
Vertex 16042 -0.0878262 0.152428 0.0199936
Vertex 16043 -0.082872 0.154403 0.0201091
Vertex 16044 -0.0114115 0.128814 0.0228458
Vertex 16045 -0.0229547 0.12614 0.0172488
Vertex 16046 -0.00402179 0.129762 0.0240423
Vertex 16047 -0.00292868 0.129815 0.0244395
Vertex 16048 -0.0332433 0.126938 0.0135159
Vertex 16049 -0.0739928 0.155924 0.011504
Vertex 16050 -0.0362517 0.123246 0.0257763
Vertex 16051 -0.0462848 0.131856 0.0204922
Vertex 16052 -0.062692 0.155999 0.0140721
Vertex 16053 0.000436968 0.130385 0.0227651
Vertex 16054 -0.0702292 0.153353 0.0333614
Vertex 16055 -0.0193672 0.122992 0.0288371
Vertex 16056 -0.0225076 0.125867 0.0188793
Vertex 16057 -0.0799294 0.154987 0.0226092
Vertex 16058 -0.000605347 0.130433 0.0223861
Vertex 16059 -0.00170163 0.130406 0.0219933
Vertex 16060 -0.00273996 0.130454 0.0216129
Vertex 16061 -0.0281162 0.181397 -0.0109687
Vertex 16062 -0.0260252 0.0904818 0.0482145
Vertex 16063 0.002127 0.0994865 0.0488443
Vertex 16064 -0.0617979 0.154608 0.0289232
Vertex 16065 -0.00378356 0.130498 0.0212315
Vertex 16066 -0.00487894 0.130442 0.0208375
Vertex 16067 -0.0632795 0.162306 -0.0238202
Vertex 16068 -0.0638695 0.16329 -0.0240265
Vertex 16069 -0.064489 0.16418 -0.0242498
Vertex 16070 -0.065154 0.164972 -0.0244937
Vertex 16071 -0.0658178 0.165764 -0.0247368
Vertex 16072 -0.066536 0.166455 -0.0250024
Vertex 16073 -0.067269 0.167119 -0.0252721
Vertex 16074 -0.0679962 0.167786 -0.0255431
Vertex 16075 -0.0687634 0.168362 -0.025835
Vertex 16076 -0.0695817 0.168848 -0.0261289
Vertex 16077 -0.0704486 0.16924 -0.0264473
Vertex 16078 -0.0713267 0.169665 -0.0267525
Vertex 16079 -0.0723216 0.169832 -0.0271166
Vertex 16080 -0.0734182 0.169757 -0.0275332
Vertex 16081 -0.0746874 0.169403 -0.0279937
Vertex 16082 -0.0759846 0.168851 -0.0284951
Vertex 16083 -0.00597277 0.130385 0.0204408
Vertex 16084 -0.0236176 0.123316 0.0244011
Vertex 16085 -0.0634727 0.156127 0.0195874
Vertex 16086 -0.00306441 0.100922 0.0454807
Vertex 16087 -0.0620497 0.155563 0.0244621
Vertex 16088 -0.00712692 0.130239 0.0200248
Vertex 16089 -0.0381943 0.124735 0.0235454
Vertex 16090 -0.076294 0.155585 0.0106948
Vertex 16091 0.0573543 0.0687146 0.022093
Vertex 16092 0.056742 0.0696177 0.0218717
Vertex 16093 0.0560814 0.0704234 0.0216351
Vertex 16094 0.0553692 0.0711293 0.0213817
Vertex 16095 0.0545912 0.0717149 0.021096
Vertex 16096 0.0538065 0.0721186 0.0208488
Vertex 16097 0.0527625 0.0723674 0.0204268
Vertex 16098 0.0518225 0.072596 0.0200635
Vertex 16099 0.0508347 0.0727393 0.0196905
Vertex 16100 0.049638 0.0724241 0.0192263
Vertex 16101 0.0485095 0.0723104 0.0188157
Vertex 16102 0.047344 0.0721054 0.0183678
Vertex 16103 0.0467055 0.0730498 0.0181295
Vertex 16104 0.0463322 0.0743214 0.0180018
Vertex 16105 0.0462175 0.0761811 0.0179689
Vertex 16106 -0.008275 0.130081 0.0196055
Vertex 16107 -0.0310065 0.124592 0.0202545
Vertex 16108 -0.0283907 0.123379 0.0211752
Vertex 16109 -0.0274038 0.123285 0.0215594
Vertex 16110 -0.00942316 0.129915 0.019193
Vertex 16111 -0.0728479 0.14776 0.0416103
Vertex 16112 -0.00400483 0.123769 0.0343163
Vertex 16113 -0.00493749 0.124022 0.0339675
Vertex 16114 -0.0105693 0.129741 0.0187791
Vertex 16115 -0.0122465 0.124398 0.0313659
Vertex 16116 -0.0577252 0.156918 0.00853143
Vertex 16117 -0.00841973 0.128157 0.0268439
Vertex 16118 -0.0410118 0.126885 0.0180931
Vertex 16119 -0.0668607 0.154942 0.00387089
Vertex 16120 -0.0117177 0.129576 0.0183624
Vertex 16121 -0.0717955 0.156396 0.0195489
Vertex 16122 -0.0427601 0.128938 0.0129983
Vertex 16123 -0.0435244 0.129538 0.0127129
Vertex 16124 -0.04424 0.130203 0.0124253
Vertex 16125 -0.0448961 0.131042 0.0121815
Vertex 16126 -0.0645986 0.15064 0.0368964
Vertex 16127 -0.0129215 0.129318 0.0179306
Vertex 16128 0.0377424 0.110293 0.0150624
Vertex 16129 0.0371116 0.111176 0.0148387
Vertex 16130 0.0364911 0.112064 0.0146153
Vertex 16131 0.0358655 0.112954 0.0143927
Vertex 16132 0.0352594 0.113795 0.0141522
Vertex 16133 0.0346263 0.114673 0.0139267
Vertex 16134 0.033977 0.115595 0.0137221
Vertex 16135 0.0333357 0.116389 0.013468
Vertex 16136 0.0326756 0.117173 0.0132168
Vertex 16137 0.0320122 0.117952 0.0129635
Vertex 16138 0.0313294 0.118714 0.0127065
Vertex 16139 0.030619 0.119354 0.0124235
Vertex 16140 0.029911 0.120086 0.0121698
Vertex 16141 0.0291881 0.120758 0.0119009
Vertex 16142 0.0284544 0.121423 0.0116324
Vertex 16143 0.0277062 0.122023 0.0113437
Vertex 16144 0.0269552 0.122658 0.0110745
Vertex 16145 0.0261865 0.123233 0.0107875
Vertex 16146 0.0254031 0.123772 0.0104796
Vertex 16147 0.024638 0.124378 0.010214
Vertex 16148 0.0238189 0.124864 0.00990899
Vertex 16149 0.0230068 0.125355 0.00960117
Vertex 16150 0.0221833 0.125827 0.00929485
Vertex 16151 0.0213306 0.126248 0.00896939
Vertex 16152 0.0204936 0.1267 0.00866396
Vertex 16153 0.0196258 0.127091 0.0083394
Vertex 16154 0.0187844 0.127527 0.00803838
Vertex 16155 0.0179084 0.127905 0.00771503
Vertex 16156 0.0170749 0.128355 0.00741174
Vertex 16157 0.0161732 0.12869 0.00706423
Vertex 16158 0.0152965 0.129062 0.00674245
Vertex 16159 0.0144027 0.129384 0.00642559
Vertex 16160 0.0134856 0.129689 0.00607818
Vertex 16161 0.0125568 0.129953 0.0057397
Vertex 16162 0.0116228 0.130194 0.0054038
Vertex 16163 0.0106503 0.130383 0.00504386
Vertex 16164 0.00967799 0.130572 0.00468392
Vertex 16165 0.0086501 0.130656 0.00430717
Vertex 16166 0.00766772 0.130773 0.00395877
Vertex 16167 0.00658391 0.130753 0.00354793
Vertex 16168 0.00549414 0.130728 0.00313392
Vertex 16169 0.00445432 0.130749 0.00275136
Vertex 16170 0.00336694 0.130688 0.00234495
Vertex 16171 0.00222051 0.130562 0.00190808
Vertex 16172 0.00113463 0.130461 0.00151005
Vertex 16173 -6.48961e-05 0.130222 0.00105503
Vertex 16174 -0.089275 0.0969971 0.0184044
Vertex 16175 -0.0894207 0.0969969 0.0174102
Vertex 16176 -0.0286428 0.107004 -0.0213195
Vertex 16177 -0.0870966 0.0995146 0.0044219
Vertex 16178 -0.088041 0.0995721 0.00642464
Vertex 16179 0.0495953 0.0662964 -0.000416722
Vertex 16180 -0.073544 0.177863 -0.0540307
Vertex 16181 -0.0712429 0.177886 -0.0560058
Vertex 16182 -0.0804236 0.104574 -0.00559216
Vertex 16183 -0.0871543 0.105024 0.0183639
Vertex 16184 -0.0648162 0.092445 -0.0185198
Vertex 16185 -0.0927931 0.126937 0.0282668
Vertex 16186 -0.0863235 0.110381 0.0203696
Vertex 16187 -0.067463 0.166618 -0.0559977
Vertex 16188 -0.0764027 0.109871 -0.00664525
Vertex 16189 -0.0930011 0.116069 0.0193086
Vertex 16190 -0.0928105 0.116053 0.0203106
Vertex 16191 -0.0925679 0.116061 0.0213084
Vertex 16192 -0.0881185 0.151555 0.0230923
Vertex 16193 -0.0874625 0.123933 -0.000723767
Vertex 16194 -0.0867734 0.123909 -0.00174219
Vertex 16195 -0.0399008 0.128531 0.0110866
Vertex 16196 -0.0609078 0.155801 0.00889681
Vertex 16197 -0.0141843 0.128965 0.0174774
Vertex 16198 -0.0126066 0.128516 0.0224096
Vertex 16199 0.00323976 0.128177 0.0281353
Vertex 16200 0.0211117 0.124199 0.0260136
Vertex 16201 -0.00610552 0.129863 0.0232869
Vertex 16202 -0.00506384 0.129812 0.0236663
Vertex 16203 -0.0351154 0.127437 0.0128308
Vertex 16204 -0.0455491 0.131451 0.0178282
Vertex 16205 0.00141552 0.0990584 0.0500955
Vertex 16206 0.0022443 0.0974458 0.0519249
Vertex 16207 0.0194228 0.125079 0.025397
Vertex 16208 -0.0840303 0.151908 0.0287412
Vertex 16209 -0.0153828 0.128676 0.0170423
Vertex 16210 0.000951329 0.10045 0.046938
Vertex 16211 -0.0528926 0.154865 0.0118243
Vertex 16212 -0.0779922 0.155321 0.011561
Vertex 16213 -0.0165872 0.128419 0.0166112
Vertex 16214 -0.0273746 0.181651 -0.00921581
Vertex 16215 -0.0288938 0.180785 -0.00982491
Vertex 16216 -0.0304041 0.179805 -0.0103906
Vertex 16217 -0.0321103 0.178539 -0.0110044
Vertex 16218 -0.0248787 0.0796614 0.0530244
Vertex 16219 -0.0864154 0.152983 0.0204471
Vertex 16220 -0.0627886 0.154765 0.0285735
Vertex 16221 -0.0271151 0.122681 0.0231414
Vertex 16222 -0.0178474 0.12806 0.016159
Vertex 16223 -0.0128908 0.129601 0.0150315
Vertex 16224 -0.0636773 0.162484 -0.0225185
Vertex 16225 -0.0642828 0.163385 -0.0227384
Vertex 16226 -0.0649478 0.164181 -0.0229827
Vertex 16227 -0.0656191 0.164967 -0.0232289
Vertex 16228 -0.0662913 0.165749 -0.0234747
Vertex 16229 -0.0670519 0.166375 -0.0237602
Vertex 16230 -0.0678037 0.166983 -0.024036
Vertex 16231 -0.068567 0.167578 -0.0243154
Vertex 16232 -0.0693375 0.168152 -0.0246084
Vertex 16233 -0.07021 0.168534 -0.0249229
Vertex 16234 -0.0710857 0.168903 -0.0252489
Vertex 16235 -0.0720162 0.169175 -0.0255925
Vertex 16236 -0.0730867 0.169281 -0.0259539
Vertex 16237 -0.0743457 0.168929 -0.0264214
Vertex 16238 -0.0756189 0.168382 -0.0269354
Vertex 16239 -0.0189924 0.127884 0.0157415
Vertex 16240 -0.0304832 0.12104 0.0263992
Vertex 16241 -0.00201946 0.100869 0.0458524
Vertex 16242 -0.055031 0.152471 0.0270238
Vertex 16243 -0.0564476 0.153922 0.0264803
Vertex 16244 -0.0203106 0.127423 0.0152774
Vertex 16245 -0.0372574 0.124492 0.0238955
Vertex 16246 -0.0751451 0.15577 0.0110973
Vertex 16247 -0.0215612 0.127036 0.0148264
Vertex 16248 0.0560761 0.0692634 0.0230866
Vertex 16249 0.0553826 0.0699889 0.0228528
Vertex 16250 0.0546575 0.0706779 0.0225865
Vertex 16251 0.0538492 0.0711959 0.0223128
Vertex 16252 0.0529955 0.0716182 0.0219676
Vertex 16253 0.052054 0.0718585 0.0216053
Vertex 16254 0.0510679 0.0720267 0.021243
Vertex 16255 0.0499773 0.0719552 0.0208312
Vertex 16256 0.0488349 0.0718069 0.020409
Vertex 16257 0.0476579 0.0715472 0.019969
Vertex 16258 0.0467013 0.0718392 0.0195936
Vertex 16259 0.0462172 0.0729792 0.0194263
Vertex 16260 0.0460054 0.0746307 0.0193568
Vertex 16261 -0.0227666 0.126779 0.0143916
Vertex 16262 0.0105902 0.125785 0.0307704
Vertex 16263 -0.0102366 0.125327 0.0306172
Vertex 16264 -0.0787564 0.154933 0.00983696
Vertex 16265 -0.0187344 0.126979 0.0202236
Vertex 16266 -0.0804177 0.153092 0.00488677
Vertex 16267 -0.0145507 0.0980154 0.0489953
Vertex 16268 -0.0239683 0.126504 0.0139537
Vertex 16269 -0.0534319 0.15708 0.0101259
Vertex 16270 -0.0543644 0.15733 0.00977334
Vertex 16271 -0.0554704 0.157309 0.00940753
Vertex 16272 -0.0566266 0.157159 0.00899778
Vertex 16273 -0.00950205 0.12806 0.0264334
Vertex 16274 -0.0840242 0.151932 0.0065796
Vertex 16275 -0.0755392 0.154957 0.000803149
Vertex 16276 -0.0252277 0.12616 0.0135052
Vertex 16277 -0.0419839 0.128576 0.0133734
Vertex 16278 -0.0409763 0.128303 0.0136557
Vertex 16279 -0.0361503 0.127316 0.0154104
Vertex 16280 -0.0352134 0.127051 0.0157486
Vertex 16281 -0.0342826 0.126777 0.01609
Vertex 16282 -0.0333921 0.126443 0.0164188
Vertex 16283 -0.0264363 0.125919 0.0130719
Vertex 16284 0.0380432 0.109702 0.0166041
Vertex 16285 0.0374516 0.110677 0.0163977
Vertex 16286 0.0368364 0.111573 0.0161776
Vertex 16287 0.0362036 0.112389 0.0159326
Vertex 16288 0.0355806 0.113279 0.0157103
Vertex 16289 0.0349482 0.114159 0.0154869
Vertex 16290 0.0343153 0.115038 0.0152609
Vertex 16291 0.0336755 0.115893 0.0150272
Vertex 16292 0.0330296 0.116688 0.0147767
Vertex 16293 0.0323797 0.117481 0.0145242
Vertex 16294 0.0316988 0.118246 0.0142694
Vertex 16295 0.0310013 0.118944 0.0140014
Vertex 16296 0.0302928 0.119677 0.0137476
Vertex 16297 0.0295862 0.120365 0.0134787
Vertex 16298 0.0288719 0.121048 0.0132077
Vertex 16299 0.0281325 0.121698 0.0129367
Vertex 16300 0.027377 0.122298 0.0126488
Vertex 16301 0.0266099 0.122879 0.0123678
Vertex 16302 0.0258358 0.123453 0.0120756
Vertex 16303 0.0250704 0.12404 0.011788
Vertex 16304 0.0242948 0.124607 0.0114976
Vertex 16305 0.0235082 0.12516 0.0112114
Vertex 16306 0.0226846 0.125635 0.0109073
Vertex 16307 0.0218584 0.126105 0.0106
Vertex 16308 0.0210026 0.126515 0.0102791
Vertex 16309 0.0202061 0.126966 0.0100746
Vertex 16310 0.0193044 0.127372 0.00964815
Vertex 16311 0.0184567 0.127794 0.00934393
Vertex 16312 0.0175902 0.128186 0.00902123
Vertex 16313 0.0167178 0.128574 0.00869666
Vertex 16314 0.0158474 0.128954 0.00837281
Vertex 16315 0.0149745 0.129329 0.00806984
Vertex 16316 0.0140849 0.129676 0.00773008
Vertex 16317 0.0131559 0.129936 0.00738875
Vertex 16318 0.0122318 0.130219 0.0070475
Vertex 16319 0.0112608 0.130411 0.00668952
Vertex 16320 0.0103285 0.130654 0.00635323
Vertex 16321 0.00935197 0.130836 0.00599246
Vertex 16322 0.00832653 0.130915 0.00561741
Vertex 16323 0.00730102 0.131 0.00524198
Vertex 16324 0.00626682 0.131047 0.00486423
Vertex 16325 0.00517866 0.131021 0.00445011
Vertex 16326 0.00414266 0.131018 0.00407154
Vertex 16327 0.0030519 0.130996 0.00365966
Vertex 16328 0.00190257 0.130874 0.00322319
Vertex 16329 0.000818555 0.130756 0.00282721
Vertex 16330 -0.000384494 0.130522 0.00237337
Vertex 16331 -0.00154364 0.130277 0.00186507
Vertex 16332 -0.00272576 0.130091 0.00149765
Vertex 16333 -0.00392373 0.129832 0.00104637
Vertex 16334 -0.0935168 0.125484 0.0132627
Vertex 16335 -0.0932985 0.125478 0.0122618
Vertex 16336 -0.08839 0.0995952 0.00742201
Vertex 16337 0.0224588 0.120521 -0.00588511
Vertex 16338 -0.0936513 0.125496 0.0142597
Vertex 16339 0.022728 0.117081 -0.0101857
Vertex 16340 0.0244317 0.116294 -0.00934411
Vertex 16341 -0.0868829 0.105004 0.0193534
Vertex 16342 -0.0865558 0.105007 0.0203641
Vertex 16343 -0.0861938 0.104994 0.0213645
Vertex 16344 -0.0874631 0.104981 0.0103802
Vertex 16345 -0.0872319 0.104968 0.0093836
Vertex 16346 -0.0876178 0.105003 0.0113725
Vertex 16347 -0.0338028 0.122413 -0.00742547
Vertex 16348 -0.0867708 0.110409 0.0193573
Vertex 16349 -0.0749724 0.149924 -0.0268701
Vertex 16350 -0.0931113 0.126933 0.0272608
Vertex 16351 -0.0767885 0.154209 -0.0148974
Vertex 16352 -0.0710782 0.156778 -0.0439119
Vertex 16353 -0.0920212 0.128183 0.00926455
Vertex 16354 -0.0939221 0.128285 0.0202478
Vertex 16355 -0.029229 0.179986 -0.0130226
Vertex 16356 -0.0482262 0.166987 -0.00394405
Vertex 16357 -0.0780215 0.158305 -0.0199209
Vertex 16358 -0.0275761 0.125766 0.0126577
Vertex 16359 -0.0721725 0.156265 0.0135984
Vertex 16360 -0.0138112 0.128252 0.0219818
Vertex 16361 -0.0605798 0.155686 0.00466574
Vertex 16362 0.00533718 0.124533 0.0332195
Vertex 16363 -0.00726729 0.129761 0.0228793
Vertex 16364 -0.0131083 0.128689 0.020774
Vertex 16365 -0.0179056 0.127636 0.0191062
Vertex 16366 -0.0286491 0.125506 0.0152069
Vertex 16367 0.00041272 0.0994106 0.0497851
Vertex 16368 -0.0286647 0.125711 0.0122564
Vertex 16369 -0.0866427 0.151554 0.0100877
Vertex 16370 -0.0881735 0.15196 0.0139234
Vertex 16371 -0.0522853 0.153955 0.0120432
Vertex 16372 -0.029644 0.125848 0.0118936
Vertex 16373 -0.0446029 0.130656 0.0108143
Vertex 16374 -0.0633808 0.154539 0.0298218
Vertex 16375 -0.0306217 0.126038 0.0115365
Vertex 16376 -0.0282267 0.181005 -0.00798034
Vertex 16377 -0.0296632 0.180174 -0.00867233
Vertex 16378 -0.0310875 0.179405 -0.00921261
Vertex 16379 -0.0328103 0.178226 -0.00982944
Vertex 16380 -0.022273 0.0879769 0.0544159
Vertex 16381 -0.0247884 0.0905387 0.0498003
Vertex 16382 -0.0849422 0.153595 0.0209155
Vertex 16383 -0.0637251 0.155028 0.0282356
Vertex 16384 -0.0314985 0.12639 0.0112101
Vertex 16385 -0.0324286 0.126663 0.0108668
Vertex 16386 -0.0629676 0.160574 -0.0208244
Vertex 16387 -0.0635342 0.161573 -0.0210278
Vertex 16388 -0.0641199 0.162494 -0.0212451
Vertex 16389 -0.0647533 0.163375 -0.0214725
Vertex 16390 -0.0654189 0.16417 -0.0217177
Vertex 16391 -0.0661071 0.164936 -0.0219713
Vertex 16392 -0.0668221 0.16563 -0.0222317
Vertex 16393 -0.0675702 0.166262 -0.0225175
Vertex 16394 -0.0683511 0.16683 -0.0228013
Vertex 16395 -0.0691531 0.167331 -0.0231015
Vertex 16396 -0.0699656 0.167828 -0.0233999
Vertex 16397 -0.0707971 0.168292 -0.02371
Vertex 16398 -0.0717205 0.168577 -0.0240459
Vertex 16399 -0.0727774 0.16869 -0.0244081
Vertex 16400 -0.0740576 0.168348 -0.0248615
Vertex 16401 -0.0752762 0.167899 -0.0253615
Vertex 16402 -0.0333161 0.126997 0.0105451
Vertex 16403 -0.0487319 0.132909 0.0254731
Vertex 16404 -0.000953404 0.100702 0.0462281
Vertex 16405 -0.0546261 0.151324 0.0271982
Vertex 16406 -0.0450959 0.122461 0.0255697
Vertex 16407 -0.0363751 0.12414 0.0242241
Vertex 16408 -0.0718597 0.148728 0.0404251
Vertex 16409 -0.0342458 0.127284 0.0102001
Vertex 16410 -0.0351305 0.127632 0.00987733
Vertex 16411 0.0546169 0.0694261 0.0240301
Vertex 16412 0.053852 0.0700236 0.0237561
Vertex 16413 0.053058 0.0705565 0.0234346
Vertex 16414 0.0521834 0.0709362 0.0231159
Vertex 16415 0.0511996 0.0711486 0.0227866
Vertex 16416 0.0502632 0.0713497 0.022405
Vertex 16417 0.0491174 0.0712134 0.0219878
Vertex 16418 0.047975 0.0710438 0.0215578
Vertex 16419 0.0468209 0.0708789 0.021127
Vertex 16420 0.0460186 0.0714912 0.0208033
Vertex 16421 0.0456581 0.0729488 0.0206934
Vertex 16422 -0.0361152 0.127822 0.0095198
Vertex 16423 -0.0894746 0.139279 0.0281819
Vertex 16424 -0.038992 0.126654 0.0188148
Vertex 16425 -0.0451957 0.131364 0.0135329
Vertex 16426 -0.0457684 0.132352 0.0133121
Vertex 16427 -0.0526926 0.151783 0.016281
Vertex 16428 -0.0192069 0.125855 0.0229991
Vertex 16429 -0.0166197 0.126668 0.0238945
Vertex 16430 -0.0154922 0.126886 0.0243264
Vertex 16431 -0.0142291 0.127243 0.024765
Vertex 16432 -0.0130122 0.127478 0.0251829
Vertex 16433 -0.011856 0.127622 0.0255897
Vertex 16434 -0.0107155 0.127812 0.0260097
Vertex 16435 -0.0370524 0.128064 0.00917633
Vertex 16436 -0.037992 0.128312 0.00883318
Vertex 16437 -0.032464 0.126152 0.0167563
Vertex 16438 -0.0221316 0.125526 0.0205056
Vertex 16439 -0.0234471 0.125053 0.0200484
Vertex 16440 -0.00870995 0.128748 0.0252759
Vertex 16441 -0.00985903 0.128582 0.0248602
Vertex 16442 -0.0110072 0.128401 0.0244439
Vertex 16443 -0.0389761 0.128486 0.00847309
Vertex 16444 0.0383138 0.109087 0.0181423
Vertex 16445 0.0377405 0.110012 0.0179226
Vertex 16446 0.0371511 0.110987 0.0177157
Vertex 16447 0.0365396 0.111887 0.0174946
Vertex 16448 0.0359211 0.112779 0.0172688
Vertex 16449 0.035299 0.113666 0.0170439
Vertex 16450 0.034658 0.114539 0.0168181
Vertex 16451 0.0340242 0.115407 0.0165889
Vertex 16452 0.0333802 0.116202 0.0163348
Vertex 16453 0.032725 0.116988 0.0160848
Vertex 16454 0.0320676 0.117774 0.0158308
Vertex 16455 0.0313718 0.118521 0.0155758
Vertex 16456 0.0306614 0.119205 0.0153072
Vertex 16457 0.0299589 0.119939 0.0150519
Vertex 16458 0.0292359 0.120576 0.0147663
Vertex 16459 0.0285085 0.121244 0.0144975
Vertex 16460 0.0277802 0.121908 0.0142262
Vertex 16461 0.0270265 0.12251 0.0139387
Vertex 16462 0.0262802 0.123151 0.0136687
Vertex 16463 0.0255167 0.123738 0.0133816
Vertex 16464 0.0247433 0.124313 0.0130924
Vertex 16465 0.0239403 0.124821 0.0127882
Vertex 16466 0.0231582 0.125381 0.0124998
Vertex 16467 0.0223353 0.12586 0.0121947
Vertex 16468 0.021507 0.126326 0.01189
Vertex 16469 0.0206753 0.126786 0.0115854
Vertex 16470 0.0198178 0.127196 0.0112616
Vertex 16471 0.0189844 0.127654 0.0109555
Vertex 16472 0.0181043 0.128017 0.0106305
Vertex 16473 0.0172673 0.128465 0.0103258
Vertex 16474 0.0163938 0.128844 0.0100049
Vertex 16475 0.0155185 0.129225 0.0096832
Vertex 16476 0.0146407 0.129582 0.00935921
Vertex 16477 0.0137231 0.129888 0.00901711
Vertex 16478 0.0127896 0.130142 0.00867876
Vertex 16479 0.0118641 0.130407 0.00833975
Vertex 16480 0.0108925 0.130607 0.00797847
Vertex 16481 0.00996165 0.130854 0.00764162
Vertex 16482 0.00898388 0.131012 0.0072855
Vertex 16483 0.00796203 0.131149 0.00690102
Vertex 16484 0.00697892 0.131225 0.0065571
Vertex 16485 0.00595359 0.131311 0.0061803
Vertex 16486 0.00486454 0.131282 0.0057704
Vertex 16487 0.00377395 0.13125 0.00536065
Vertex 16488 0.00267954 0.131212 0.00494959
Vertex 16489 0.00159304 0.131118 0.00454966
Vertex 16490 0.000449556 0.130948 0.00412356
Vertex 16491 -0.000755212 0.130746 0.00366553
Vertex 16492 -0.00189958 0.130575 0.00323807
Vertex 16493 -0.00310182 0.130332 0.00278812
Vertex 16494 -0.00430156 0.130062 0.00233767
Vertex 16495 -0.00549778 0.129792 0.00189197
Vertex 16496 -0.00669164 0.129496 0.00145082
Vertex 16497 -0.0897559 0.114544 0.00631807
Vertex 16498 -0.0899879 0.140645 0.0281829
Vertex 16499 -0.0903203 0.146073 0.0131505
Vertex 16500 -0.0877279 0.139146 0.00920485
Vertex 16501 0.0147936 0.104084 -0.0202238
Vertex 16502 -0.0907516 0.137857 0.0201957
Vertex 16503 -0.0876027 0.103683 0.0193632
Vertex 16504 -0.0879266 0.10368 0.0183585
Vertex 16505 -0.0873262 0.103661 0.0203534
Vertex 16506 -0.0842046 0.10344 -0.000635192
Vertex 16507 -0.0838507 0.103422 -0.00164978
Vertex 16508 -0.0878144 0.105004 0.012374
Vertex 16509 -0.087069 0.100891 0.00537711
Vertex 16510 -0.084606 0.0993653 -0.00159598
Vertex 16511 -0.0840147 0.0993167 -0.00358504
Vertex 16512 -0.036915 0.175546 -0.00898243
Vertex 16513 -0.0734873 0.156859 -0.0289164
Vertex 16514 -0.0920442 0.126938 0.0322524
Vertex 16515 -0.0800951 0.15261 0.00324045
Vertex 16516 -0.0925962 0.126825 0.0102659
Vertex 16517 -0.0706828 0.180611 -0.0569213
Vertex 16518 -0.067142 0.163768 -0.057034
Vertex 16519 -0.0812769 0.136213 -0.00276757
Vertex 16520 -0.076979 0.148604 -0.00699397
Vertex 16521 -0.0867924 0.139107 0.00519652
Vertex 16522 -0.0367472 0.127095 0.0166739
Vertex 16523 -0.0448982 0.123992 0.0241166
Vertex 16524 -0.0399647 0.128635 0.00811119
Vertex 16525 0.000402662 0.121936 0.0359399
Vertex 16526 -0.0678831 0.155252 0.000581516
Vertex 16527 -0.0670639 0.154762 0.000889218
Vertex 16528 -0.0205009 0.126788 0.0181341
Vertex 16529 -0.0191826 0.127252 0.0185952
Vertex 16530 -0.0216926 0.126501 0.0176944
Vertex 16531 -0.0253679 0.125634 0.0163937
Vertex 16532 -0.0699384 0.150598 0.0380766
Vertex 16533 -0.0694599 0.155751 0.00874428
Vertex 16534 -4.09913e-05 0.10064 0.0465907
Vertex 16535 -0.0793777 0.154922 0.0242883
Vertex 16536 0.0011864 0.12951 0.0259323
Vertex 16537 -0.0351879 0.125718 0.0201989
Vertex 16538 -0.0409513 0.128783 0.00774742
Vertex 16539 -0.0418918 0.129001 0.00740866
Vertex 16540 -0.0305611 0.179398 -0.00755573
Vertex 16541 -0.0319282 0.178722 -0.00808101
Vertex 16542 -0.0335046 0.177862 -0.00863199
Vertex 16543 -0.0349807 0.177 -0.00919022
Vertex 16544 -0.0745642 0.0928269 0.03994
Vertex 16545 -0.083524 0.154076 0.0213615
Vertex 16546 -0.0647128 0.155185 0.0278857
Vertex 16547 -0.0736292 0.156748 -0.0014693
Vertex 16548 -0.0429251 0.129071 0.00699388
Vertex 16549 -0.0634399 0.160562 -0.0195565
Vertex 16550 -0.0640006 0.161566 -0.01976
Vertex 16551 -0.0645991 0.162478 -0.0199783
Vertex 16552 -0.0652487 0.163342 -0.0202167
Vertex 16553 -0.0658838 0.16421 -0.0204509
Vertex 16554 -0.0666041 0.164889 -0.0207192
Vertex 16555 -0.0673665 0.165482 -0.0209987
Vertex 16556 -0.0681352 0.166058 -0.0212868
Vertex 16557 -0.0689565 0.166538 -0.0215879
Vertex 16558 -0.0697357 0.167099 -0.0218834
Vertex 16559 -0.0705485 0.167591 -0.022181
Vertex 16560 -0.0714792 0.167875 -0.0225174
Vertex 16561 -0.0724891 0.168081 -0.0228518
Vertex 16562 -0.0736982 0.167846 -0.0232955
Vertex 16563 -0.0749362 0.167415 -0.0237916
Vertex 16564 -0.0437757 0.12944 0.0066621
Vertex 16565 -0.0401622 0.123949 0.0243503
Vertex 16566 -0.0753414 0.15612 0.015399
Vertex 16567 -0.0556539 0.153362 0.0267778
Vertex 16568 -0.0432186 0.121963 0.0262727
Vertex 16569 -0.0681261 0.15638 0.0193912
Vertex 16570 -0.0475933 0.134581 0.0184866
Vertex 16571 -0.0447211 0.129823 0.00637961
Vertex 16572 0.0544559 0.0679536 0.0254119
Vertex 16573 0.0537553 0.0686728 0.0251859
Vertex 16574 0.0512708 0.0700979 0.0242688
Vertex 16575 0.0503362 0.0703636 0.0239238
Vertex 16576 0.0492902 0.0704301 0.0235452
Vertex 16577 0.0482025 0.0703533 0.0231278
Vertex 16578 0.0470668 0.0701831 0.0226957
Vertex 16579 0.0461205 0.0704224 0.0223322
Vertex 16580 0.0453449 0.0710055 0.0220458
Vertex 16581 0.0451266 0.0727442 0.0219703
Vertex 16582 -0.0454304 0.130382 0.00608349
Vertex 16583 -0.075849 0.149415 0.0390624
Vertex 16584 -0.0102534 0.128943 0.0232512
Vertex 16585 -0.0463734 0.133247 0.0130756
Vertex 16586 -0.0294956 0.124519 0.0193203
Vertex 16587 -0.0205283 0.125395 0.0225414
Vertex 16588 -0.0179487 0.126229 0.0234428
Vertex 16589 -0.0833215 0.153324 0.00972396
Vertex 16590 -0.0747094 0.155646 0.00979649
Vertex 16591 -0.0637348 0.156074 0.0136991
Vertex 16592 0.00170794 0.1258 0.0319097
Vertex 16593 -0.0040053 0.127195 0.0298616
Vertex 16594 -0.0737971 0.148055 0.0412991
Vertex 16595 -0.0473115 0.134637 0.0112388
Vertex 16596 -0.0306537 0.125522 0.0174226
Vertex 16597 -0.0122087 0.128137 0.0240139
Vertex 16598 -0.000418527 0.128183 0.0282442
Vertex 16599 0.00238035 0.127411 0.0292755
Vertex 16600 -0.00140945 0.12836 0.0278943
Vertex 16601 0.00326552 0.127077 0.029619
Vertex 16602 -0.00761606 0.128811 0.0256727
Vertex 16603 0.037993 0.109314 0.0194453
Vertex 16604 0.0374138 0.110303 0.0192381
Vertex 16605 0.0368248 0.11128 0.0190303
Vertex 16606 0.0362122 0.112176 0.0188059
Vertex 16607 0.0355908 0.113068 0.0185826
Vertex 16608 0.0349766 0.11396 0.0183585
Vertex 16609 0.0343502 0.114842 0.0181324
Vertex 16610 0.0337096 0.115696 0.0178949
Vertex 16611 0.0330592 0.116487 0.0176444
Vertex 16612 0.0323926 0.117262 0.0173907
Vertex 16613 0.0317192 0.118031 0.0171382
Vertex 16614 0.0310327 0.118783 0.0168832
Vertex 16615 0.0303225 0.119467 0.0166127
Vertex 16616 0.0296088 0.12015 0.0163431
Vertex 16617 0.0288986 0.120838 0.016073
Vertex 16618 0.0281659 0.121502 0.0158045
Vertex 16619 0.0274179 0.122108 0.0155174
Vertex 16620 0.0266795 0.122765 0.0152477
Vertex 16621 0.0259255 0.123359 0.0149571
Vertex 16622 0.0251524 0.123931 0.0146708
Vertex 16623 0.0243777 0.124503 0.0143821
Vertex 16624 0.0235925 0.125057 0.0140956
Vertex 16625 0.022807 0.125614 0.0138049
Vertex 16626 0.0219644 0.126042 0.013483
Vertex 16627 0.0211328 0.126504 0.0131782
Vertex 16628 0.0203015 0.126964 0.0128708
Vertex 16629 0.0194715 0.127423 0.0125674
Vertex 16630 0.0186124 0.127837 0.0122439
Vertex 16631 0.0177398 0.128218 0.01192
Vertex 16632 0.0168951 0.128644 0.0116162
Vertex 16633 0.0159855 0.12897 0.0112743
Vertex 16634 0.0151527 0.129419 0.0109697
Vertex 16635 0.0142349 0.129723 0.0106274
Vertex 16636 0.0133552 0.13008 0.0103074
Vertex 16637 0.0124259 0.130345 0.00996559
Vertex 16638 0.0114915 0.130592 0.00962923
Vertex 16639 0.0105198 0.130786 0.00926843
Vertex 16640 0.00959045 0.131031 0.00893055
Vertex 16641 0.00861625 0.13122 0.00857267
Vertex 16642 0.00759173 0.131318 0.00819364
Vertex 16643 0.00661243 0.131425 0.00784474
Vertex 16644 0.00553205 0.131427 0.00744951
Vertex 16645 0.00449684 0.131467 0.00706378
Vertex 16646 0.00335212 0.131364 0.00663122
Vertex 16647 0.00226062 0.131309 0.0062251
Vertex 16648 0.00116916 0.131228 0.00582139
Vertex 16649 7.90085e-05 0.131159 0.00541676
Vertex 16650 -0.00106292 0.130975 0.00499363
Vertex 16651 -0.00226925 0.130756 0.00454173
Vertex 16652 -0.0034723 0.130516 0.00409153
Vertex 16653 -0.00460956 0.130321 0.00366937
Vertex 16654 -0.00587295 0.130011 0.00319127
Vertex 16655 -0.00707285 0.12974 0.0027455
Vertex 16656 -0.00832405 0.129364 0.00227931
Vertex 16657 -0.00957697 0.128995 0.00181181
Vertex 16658 -0.088744 0.0996845 0.0203875
Vertex 16659 -0.0679091 0.108046 -0.0128123
Vertex 16660 -0.0809703 0.132422 -0.00393108
Vertex 16661 -0.0679169 0.115123 -0.00939662
Vertex 16662 -0.0208752 0.105853 -0.0224653
Vertex 16663 -0.0640364 0.138454 -0.00746704
Vertex 16664 -0.0468796 0.105628 -0.0200508
Vertex 16665 -0.0649244 0.113824 -0.0119395
Vertex 16666 -0.0797391 0.110092 0.0425713
Vertex 16667 -0.0698832 0.115052 -0.00855978
Vertex 16668 -0.0759472 0.132533 -0.00707033
Vertex 16669 -0.0488748 0.105594 -0.0196597
Vertex 16670 -0.042206 0.166657 -0.0103803
Vertex 16671 -0.0251326 0.166747 -0.01768
Vertex 16672 0.0201875 0.0974057 -0.022456
Vertex 16673 -0.0520867 0.151648 -0.00355308
Vertex 16674 -0.0142717 0.17714 -0.027303
Vertex 16675 -0.0191507 0.168261 -0.0198644
Vertex 16676 -0.0271419 0.168228 -0.0179326
Vertex 16677 -0.0548013 0.086928 -0.0216118
Vertex 16678 -0.0636783 0.0344406 0.016873
Vertex 16679 -0.0630458 0.0345815 0.0177326
Vertex 16680 -0.0647368 0.0350417 0.0261211
Vertex 16681 -0.0661617 0.0353568 0.0288449
Vertex 16682 -0.0669938 0.0358141 0.0313063
Vertex 16683 -0.0669849 0.0359436 0.0326963
Vertex 16684 -0.0668209 0.036036 0.0339126
Vertex 16685 -0.0665769 0.0362823 0.0365183
Vertex 16686 -0.0662971 0.0363734 0.0376513
Vertex 16687 -0.0597919 0.0868174 -0.0202685
Vertex 16688 -0.064973 0.0365283 0.0405192
Vertex 16689 -0.0643928 0.0366139 0.0414145
Vertex 16690 -0.0820284 0.13533 -0.00235647
Vertex 16691 -0.063129 0.0366622 0.0429743
Vertex 16692 -0.0623699 0.0366895 0.0436353
Vertex 16693 -0.0615835 0.0366556 0.0444374
Vertex 16694 -0.0600876 0.0367271 0.0456071
Vertex 16695 -0.0580048 0.0366442 0.0464062
Vertex 16696 -0.0569251 0.0366412 0.0466659
Vertex 16697 -0.0556277 0.0365615 0.0468082
Vertex 16698 -0.0120884 0.101067 0.0439606
Vertex 16699 -0.078421 0.120421 0.0514142
Vertex 16700 -0.0866419 0.0923952 0.0266005
Vertex 16701 -0.0348191 0.0886631 -0.024431
Vertex 16702 -0.0779478 0.107702 0.034147
Vertex 16703 -0.0789759 0.136856 -0.00458832
Vertex 16704 0.0211784 0.0973838 -0.0221644
Vertex 16705 -0.0182946 0.181579 -0.0243778
Vertex 16706 -0.0391315 0.160685 -0.012118
Vertex 16707 0.0191832 0.0974256 -0.0227258
Vertex 16708 -0.0258638 0.0987461 -0.0241399
Vertex 16709 -0.00788756 0.107371 -0.0226705
Vertex 16710 -0.0769711 0.133968 -0.00621304
Vertex 16711 -0.074953 0.131092 -0.00759533
Vertex 16712 -0.0498819 0.105595 -0.0195612
Vertex 16713 0.0181761 0.0974249 -0.0228373
Vertex 16714 -0.064968 0.128232 -0.00872903
Vertex 16715 -0.0478723 0.105599 -0.0198923
Vertex 16716 0.0221884 0.0973608 -0.0216774
Vertex 16717 -0.0570131 0.128126 -0.00643112
Vertex 16718 -0.037115 0.160706 -0.0129903
Vertex 16719 -0.0241861 0.0351713 0.0521271
Vertex 16720 -0.085893 0.115781 0.0473131
Vertex 16721 -0.0679519 0.129695 -0.00900682
Vertex 16722 -0.0128757 0.105895 -0.0226089
Vertex 16723 -0.0723733 0.0352474 0.00704331
Vertex 16724 -0.072066 0.0353469 0.00817017
Vertex 16725 -0.0715958 0.035386 0.00909438
Vertex 16726 -0.0709835 0.0353942 0.00988845
Vertex 16727 -0.0703389 0.0353326 0.0107638
Vertex 16728 -0.0696814 0.0354769 0.0114289
Vertex 16729 -0.0677955 0.0355805 0.0137906
Vertex 16730 -0.0671319 0.0355924 0.0145398
Vertex 16731 -0.0663805 0.0356243 0.0152158
Vertex 16732 -0.0656741 0.0356447 0.0159226
Vertex 16733 -0.0650165 0.0356472 0.0166692
Vertex 16734 -0.0642775 0.0356785 0.0173446
Vertex 16735 -0.0637593 0.0357681 0.0182478
Vertex 16736 -0.0631194 0.0357147 0.0189543
Vertex 16737 -0.0588165 0.0667309 0.0351477
Vertex 16738 -0.0649174 0.0364897 0.025021
Vertex 16739 -0.0658345 0.0367656 0.0273328
Vertex 16740 -0.0664962 0.0370022 0.0293944
Vertex 16741 -0.0668989 0.0372019 0.0312012
Vertex 16742 -0.0670049 0.0372923 0.032499
Vertex 16743 -0.0667337 0.0374088 0.0337222
Vertex 16744 -0.066706 0.0375681 0.0351923
Vertex 16745 -0.0664522 0.0376478 0.0363332
Vertex 16746 -0.066213 0.0377522 0.0375383
Vertex 16747 -0.0657729 0.0378142 0.038507
Vertex 16748 -0.0652746 0.0378654 0.0394026
Vertex 16749 -0.0647467 0.0379255 0.0402853
Vertex 16750 -0.0642758 0.0379734 0.0412454
Vertex 16751 -0.0637308 0.0380192 0.0421186
Vertex 16752 -0.0631004 0.038056 0.0429096
Vertex 16753 -0.0623246 0.0380624 0.0435494
Vertex 16754 -0.0615813 0.0380878 0.0442214
Vertex 16755 -0.0608849 0.0381036 0.0449409
Vertex 16756 -0.0601123 0.0381131 0.0455939
Vertex 16757 -0.0592916 0.0381211 0.04617
Vertex 16758 -0.0582688 0.0380855 0.0465946
Vertex 16759 -0.0572001 0.0380562 0.0469117
Vertex 16760 -0.0816795 0.117485 0.0486704
Vertex 16761 -0.0781026 0.0818813 0.0353359
Vertex 16762 -0.080536 0.135397 0.0502642
Vertex 16763 -0.0761145 0.157637 -0.00836344
Vertex 16764 -0.0769362 0.0914256 0.0381174
Vertex 16765 -0.0649024 0.119454 -0.00881631
Vertex 16766 -0.0428468 0.0368545 0.044028
Vertex 16767 -0.0401934 0.0365351 0.0429119
Vertex 16768 -0.0388776 0.0364147 0.043017
Vertex 16769 -0.0382309 0.0365042 0.0436563
Vertex 16770 -0.0719356 0.110274 0.042413
Vertex 16771 0.000164408 0.0895345 -0.0346177
Vertex 16772 0.00318323 0.0894801 -0.0335291
Vertex 16773 0.00112807 0.104475 -0.0219821
Vertex 16774 -0.0308026 0.0367564 0.0517774
Vertex 16775 -0.0292503 0.036802 0.0530596
Vertex 16776 -0.0272685 0.0368017 0.0538626
Vertex 16777 -0.026052 0.036748 0.0540507
Vertex 16778 -0.0913706 0.116528 0.0258009
Vertex 16779 -0.0761803 0.0914451 0.0387697
Vertex 16780 -0.0805022 0.0831735 0.0334637
Vertex 16781 -0.0770317 0.088754 0.0382806
Vertex 16782 -0.0780422 0.0846436 0.0366002
Vertex 16783 -0.0760841 0.164579 -0.0198769
Vertex 16784 -0.0749519 0.164602 -0.018207
Vertex 16785 -0.0725589 0.0360747 0.00146649
Vertex 16786 -0.0724467 0.0361675 0.00255211
Vertex 16787 -0.0723608 0.0363259 0.00395733
Vertex 16788 -0.0726014 0.0365856 0.00586956
Vertex 16789 -0.0725775 0.0367142 0.00725292
Vertex 16790 -0.0722633 0.0367738 0.0082856
Vertex 16791 -0.0716377 0.0368114 0.00909586
Vertex 16792 -0.0708619 0.0368523 0.00979504
Vertex 16793 -0.0701989 0.0368637 0.0105096
Vertex 16794 -0.0694879 0.0368888 0.0112092
Vertex 16795 -0.0688721 0.0369953 0.0119906
Vertex 16796 -0.0684496 0.0369814 0.0129839
Vertex 16797 -0.0677747 0.0370061 0.0137537
Vertex 16798 -0.0671438 0.037039 0.0145094
Vertex 16799 -0.0663574 0.0370366 0.0151548
Vertex 16800 -0.0655788 0.037063 0.0157921
Vertex 16801 -0.0648003 0.0370671 0.0164284
Vertex 16802 -0.0639993 0.0370815 0.0170442
Vertex 16803 -0.0633486 0.0371336 0.0178291
Vertex 16804 -0.0626129 0.0371673 0.0184653
Vertex 16805 -0.0619624 0.0371632 0.0192279
Vertex 16806 -0.0614566 0.0372076 0.0201515
Vertex 16807 -0.0646788 0.0378404 0.0247428
Vertex 16808 -0.0652548 0.0380623 0.0267185
Vertex 16809 -0.0661715 0.0383371 0.0290301
Vertex 16810 -0.0664042 0.0385079 0.0306689
Vertex 16811 -0.0662143 0.0386042 0.0318887
Vertex 16812 -0.0661919 0.0387353 0.0332699
Vertex 16813 -0.0663865 0.0388997 0.0348294
Vertex 16814 -0.0662201 0.0390045 0.0360529
Vertex 16815 -0.0659208 0.0390922 0.037189
Vertex 16816 -0.0654261 0.0391693 0.0381077
Vertex 16817 -0.0649149 0.0392337 0.0390271
Vertex 16818 -0.0643722 0.0392301 0.0399397
Vertex 16819 -0.0638844 0.0392942 0.0408356
Vertex 16820 -0.0634342 0.039353 0.0417984
Vertex 16821 -0.0628785 0.0393963 0.0426563
Vertex 16822 -0.0622047 0.0394245 0.0433885
Vertex 16823 -0.0613646 0.0394268 0.0439671
Vertex 16824 -0.0606247 0.0394421 0.0446315
Vertex 16825 -0.0599208 0.0394628 0.0453423
Vertex 16826 -0.0591403 0.039472 0.0459797
Vertex 16827 -0.0582195 0.03947 0.0465299
Vertex 16828 -0.0571511 0.0394305 0.0468685
Vertex 16829 -0.0827169 0.105982 0.0279083
Vertex 16830 -0.0753098 0.0805155 0.0368289
Vertex 16831 -0.0679826 0.0819454 0.0421862
Vertex 16832 -0.03681 0.0886191 -0.0239226
Vertex 16833 -0.0889045 0.133745 0.0416542
Vertex 16834 -0.0835459 0.133987 0.0490485
Vertex 16835 -0.0832136 0.0770175 0.0194025
Vertex 16836 -0.0168713 0.104463 -0.0227606
Vertex 16837 -0.0401042 0.037954 0.0427598
Vertex 16838 -0.038893 0.0378836 0.042947
Vertex 16839 -0.0383306 0.0379343 0.0437226
Vertex 16840 -0.0376745 0.0379475 0.0444361
Vertex 16841 -0.0370447 0.0379826 0.045213
Vertex 16842 -0.0363535 0.0380033 0.0459253
Vertex 16843 -0.0357437 0.0380351 0.0467216
Vertex 16844 -0.035201 0.0380831 0.0475916
Vertex 16845 -0.0346044 0.0381371 0.0484275
Vertex 16846 -0.0340062 0.0381682 0.049242
Vertex 16847 -0.0334338 0.0382234 0.0500909
Vertex 16848 -0.0326689 0.0382268 0.0507498
Vertex 16849 -0.0317095 0.0382098 0.0512104
Vertex 16850 -0.0308589 0.0382072 0.0517831
Vertex 16851 -0.0301563 0.0382285 0.0524978
Vertex 16852 -0.0294534 0.0382504 0.0532249
Vertex 16853 -0.0285615 0.0382432 0.0537594
Vertex 16854 -0.0274456 0.0382197 0.0539829
Vertex 16855 -0.0261619 0.0381432 0.054147
Vertex 16856 -0.0249438 0.0380891 0.0543244
Vertex 16857 -0.0702982 0.0846763 0.0415948
Vertex 16858 -0.0849325 0.0938555 0.0290926
Vertex 16859 -0.0388049 0.0885478 -0.0231132
Vertex 16860 -0.0210747 0.0753924 0.0536136
Vertex 16861 -0.0794364 0.144805 0.0432098
Vertex 16862 -0.0834291 0.14469 0.0401339
Vertex 16863 -0.0756035 0.0846721 0.0383975
Vertex 16864 -0.0558611 0.0955845 -0.021564
Vertex 16865 0.00713327 0.105885 -0.0207766
Vertex 16866 -0.0588398 0.0954803 -0.0203334
Vertex 16867 -0.0597928 0.095429 -0.0195264
Vertex 16868 -0.0797918 0.11331 -0.00252121
Vertex 16869 -0.0849635 0.115612 0.0476218
Vertex 16870 -0.0633961 0.0610267 0.0215327
Vertex 16871 -0.0566835 0.124286 -0.00724626
Vertex 16872 -0.0271239 0.117991 -0.0128729
Vertex 16873 -0.0720001 0.0374977 0.00101403
Vertex 16874 -0.0718937 0.0376106 0.00231258
Vertex 16875 -0.0719585 0.0377493 0.00378419
Vertex 16876 -0.0725333 0.0379686 0.00575754
Vertex 16877 -0.0723402 0.0380689 0.00697334
Vertex 16878 -0.0719602 0.0381531 0.00797803
Vertex 16879 -0.0712669 0.0381904 0.00872646
Vertex 16880 -0.0705682 0.0382102 0.00943236
Vertex 16881 -0.0697739 0.0382195 0.0100596
Vertex 16882 -0.0690425 0.0382325 0.0107396
Vertex 16883 -0.0683549 0.0382578 0.0114352
Vertex 16884 -0.0679678 0.0383221 0.0123903
Vertex 16885 -0.0674828 0.0383816 0.0133921
Vertex 16886 -0.06674 0.0383979 0.0141071
Vertex 16887 -0.0660641 0.0384249 0.0148213
Vertex 16888 -0.0652396 0.0384193 0.0154218
Vertex 16889 -0.0644302 0.0384213 0.0160253
Vertex 16890 -0.0635208 0.0384034 0.0165311
Vertex 16891 -0.0629014 0.0384346 0.017326
Vertex 16892 -0.0621446 0.0384632 0.0179813
Vertex 16893 -0.0614924 0.0384787 0.0187446
Vertex 16894 -0.0608714 0.0385134 0.0195368
Vertex 16895 -0.0598385 0.0385019 0.0199857
Vertex 16896 -0.0641545 0.0391804 0.0263583
Vertex 16897 -0.0652279 0.0397522 0.0288372
Vertex 16898 -0.0655356 0.0398001 0.0300899
Vertex 16899 -0.0654856 0.0398574 0.0313799
Vertex 16900 -0.065424 0.0399796 0.0326661
Vertex 16901 -0.0658806 0.040185 0.0344505
Vertex 16902 -0.0657805 0.04031 0.0356744
Vertex 16903 -0.0654577 0.0403952 0.0367257
Vertex 16904 -0.0650934 0.040468 0.0377689
Vertex 16905 -0.0646669 0.0405364 0.0387423
Vertex 16906 -0.0641268 0.0405801 0.0396199
Vertex 16907 -0.063603 0.0406323 0.0405017
Vertex 16908 -0.0631801 0.0406886 0.0415101
Vertex 16909 -0.0626778 0.0407451 0.0424121
Vertex 16910 -0.0620034 0.040777 0.0431481
Vertex 16911 -0.0612252 0.0407891 0.0437895
Vertex 16912 -0.0603522 0.0407823 0.0443369
Vertex 16913 -0.0595653 0.0407951 0.0449735
Vertex 16914 -0.0588282 0.0408079 0.0456406
Vertex 16915 -0.0579692 0.0408152 0.0462221
Vertex 16916 -0.073142 0.0762988 0.0362199
Vertex 16917 -0.0810472 0.147398 0.0390836
Vertex 16918 -0.0876158 0.137864 0.0416648
Vertex 16919 -0.0699648 0.0791315 0.0398469
Vertex 16920 -0.0862734 0.13657 0.044609
Vertex 16921 -0.0826044 0.1367 0.0480323
Vertex 16922 -0.0283222 0.0749245 0.042497
Vertex 16923 -0.0801569 0.0817921 0.0331577
Vertex 16924 -0.0738585 0.0762694 0.0355202
Vertex 16925 -0.0393467 0.0392853 0.042122
Vertex 16926 -0.0387789 0.0392857 0.0427431
Vertex 16927 -0.0382613 0.0393263 0.043596
Vertex 16928 -0.0376144 0.0393494 0.044329
Vertex 16929 -0.0370734 0.0393951 0.0451959
Vertex 16930 -0.0364055 0.0394201 0.0459276
Vertex 16931 -0.0356589 0.0394362 0.046602
Vertex 16932 -0.0351956 0.0394954 0.0475468
Vertex 16933 -0.0346615 0.0395406 0.0484261
Vertex 16934 -0.0341216 0.0395911 0.0493113
Vertex 16935 -0.0334658 0.0396217 0.0500837
Vertex 16936 -0.032718 0.0396362 0.0507617
Vertex 16937 -0.0317919 0.0396266 0.0512352
Vertex 16938 -0.0308456 0.0396262 0.0517145
Vertex 16939 -0.0301161 0.0396403 0.0523893
Vertex 16940 -0.0293764 0.039648 0.0531021
Vertex 16941 -0.0284888 0.0396421 0.053637
Vertex 16942 -0.027407 0.0396009 0.0539527
Vertex 16943 -0.0261771 0.0395393 0.0541115
Vertex 16944 0.0252205 0.0888413 -0.0232794
Vertex 16945 -0.0275932 0.0779206 0.0459339
Vertex 16946 -0.0543463 0.160987 0.00512087
Vertex 16947 -0.0732341 0.100848 0.0383652
Vertex 16948 -0.0159859 0.0984773 0.0464357
Vertex 16949 -0.0929393 0.122846 0.0403052
Vertex 16950 -0.0842229 0.144678 0.0395137
Vertex 16951 -0.088166 0.0963498 0.023753
Vertex 16952 -0.0877012 0.0963902 0.0247068
Vertex 16953 -0.087169 0.0964235 0.0255876
Vertex 16954 -0.0866623 0.0964635 0.0264805
Vertex 16955 -0.0262134 0.0765572 0.0473962
Vertex 16956 -0.053794 0.086942 -0.0216962
Vertex 16957 -0.0788399 0.114858 -0.00418456
Vertex 16958 -0.0288441 0.0958675 -0.0242091
Vertex 16959 -0.0498332 0.0956322 -0.0221283
Vertex 16960 -0.056635 0.0350546 0.0452244
Vertex 16961 -0.0642706 0.166732 -0.060237
Vertex 16962 -0.0669165 0.12238 -0.00897156
Vertex 16963 -0.0658939 0.119442 -0.00885604
Vertex 16964 0.0107652 0.110575 -0.0191667
Vertex 16965 0.048512 0.0692789 0.0025489
Vertex 16966 -0.0711225 0.0388168 0.00193457
Vertex 16967 -0.0714603 0.0390724 0.00325296
Vertex 16968 -0.0710154 0.0391332 0.00421404
Vertex 16969 -0.0719291 0.0394019 0.00652921
Vertex 16970 -0.0716229 0.0395313 0.00756641
Vertex 16971 -0.070992 0.0395652 0.00837515
Vertex 16972 -0.0701875 0.0395708 0.00901355
Vertex 16973 -0.0694289 0.039567 0.00968578
Vertex 16974 -0.0686495 0.0395764 0.0103048
Vertex 16975 -0.0679113 0.0395796 0.0109828
Vertex 16976 -0.0673994 0.0396352 0.0118227
Vertex 16977 -0.0669027 0.0396709 0.012801
Vertex 16978 -0.0662162 0.0396687 0.0135434
Vertex 16979 -0.0655484 0.039711 0.0142785
Vertex 16980 -0.0647638 0.0397203 0.0149016
Vertex 16981 -0.06389 0.0397139 0.0154457
Vertex 16982 -0.0631059 0.039729 0.0160762
Vertex 16983 -0.0623108 0.039732 0.0166963
Vertex 16984 -0.0616465 0.0397266 0.0174413
Vertex 16985 -0.0607804 0.0397294 0.0180031
Vertex 16986 -0.0601415 0.0397484 0.0187938
Vertex 16987 -0.0594207 0.0398239 0.0196241
Vertex 16988 -0.0743429 0.0955133 0.0396401
Vertex 16989 -0.00386806 0.105937 -0.0224388
Vertex 16990 -0.0651015 0.0410328 0.0295625
Vertex 16991 -0.0650109 0.041163 0.0307556
Vertex 16992 -0.0648164 0.0412793 0.0318749
Vertex 16993 -0.0654475 0.0414866 0.0340095
Vertex 16994 -0.0653369 0.0416124 0.0352199
Vertex 16995 -0.0650871 0.0417056 0.03635
Vertex 16996 -0.0647267 0.0417808 0.0373932
Vertex 16997 -0.0642565 0.0418897 0.0384072
Vertex 16998 -0.0637796 0.0419038 0.0392448
Vertex 16999 -0.0632658 0.0419596 0.040132
Vertex 17000 -0.0628106 0.0420167 0.0410925
Vertex 17001 -0.0623617 0.0420762 0.0420515
Vertex 17002 -0.0617437 0.0421117 0.0428503
Vertex 17003 -0.0609886 0.0421383 0.0435161
Vertex 17004 -0.0600859 0.0421217 0.0440266
Vertex 17005 -0.0592125 0.042121 0.0445708
Vertex 17006 -0.0584087 0.0421172 0.0451764
Vertex 17007 -0.0575439 0.0421232 0.0457366
Vertex 17008 -0.0860991 0.0964962 0.0273389
Vertex 17009 -0.0854938 0.096523 0.0281673
Vertex 17010 -0.088151 0.137836 0.0407884
Vertex 17011 -0.0279821 0.0821961 0.0475971
Vertex 17012 -0.0415254 0.172553 -0.00373349
Vertex 17013 -0.0638039 0.0881523 -0.0190251
Vertex 17014 -0.0807853 0.0817556 0.0323751
Vertex 17015 -0.052342 0.035529 0.0457534
Vertex 17016 -0.0848984 0.0965537 0.0289739
Vertex 17017 -0.0391365 0.0406682 0.0418102
Vertex 17018 -0.0386117 0.0406767 0.0425487
Vertex 17019 -0.0380583 0.0406922 0.0433465
Vertex 17020 -0.0375091 0.0407357 0.0441865
Vertex 17021 -0.0369077 0.0407733 0.0449918
Vertex 17022 -0.0363013 0.0408102 0.0457892
Vertex 17023 -0.0355385 0.040818 0.0464546
Vertex 17024 -0.0350351 0.0408695 0.0473482
Vertex 17025 -0.0345546 0.0409268 0.0482929
Vertex 17026 -0.0340021 0.0409714 0.0491624
Vertex 17027 -0.0333397 0.0410057 0.0499212
Vertex 17028 -0.0325696 0.0410226 0.0505793
Vertex 17029 -0.0316389 0.0409999 0.051064
Vertex 17030 -0.0306755 0.0409906 0.0514223
Vertex 17031 -0.0297834 0.0409697 0.0520218
Vertex 17032 -0.0290961 0.0410008 0.0527549
Vertex 17033 -0.0282466 0.0410133 0.0533665
Vertex 17034 -0.0272596 0.0409813 0.0537728
Vertex 17035 -0.0261092 0.0409213 0.0540071
Vertex 17036 -0.0842996 0.0965857 0.0297797
Vertex 17037 -0.0836562 0.0966099 0.0305537
Vertex 17038 -0.0268179 0.0735627 0.0438663
Vertex 17039 -0.0789197 0.104773 0.0326412
Vertex 17040 -0.0921408 0.125525 0.040859
Vertex 17041 -0.0286126 0.0778208 0.0441079
Vertex 17042 -0.0222639 0.0783263 0.0546841
Vertex 17043 -0.0907738 0.125596 0.0437739
Vertex 17044 -0.0290472 0.0777737 0.0431405
Vertex 17045 -0.0706849 0.0819434 0.0406373
Vertex 17046 -0.0715523 0.0819441 0.0400873
Vertex 17047 -0.0829912 0.0966357 0.0312921
Vertex 17048 -0.0823518 0.0966615 0.0320686
Vertex 17049 -0.081672 0.0966878 0.0327979
Vertex 17050 -0.080968 0.0967089 0.0335048
Vertex 17051 -0.0802571 0.096729 0.0342047
Vertex 17052 -0.0795268 0.096746 0.0348816
Vertex 17053 -0.027122 0.166756 -0.0173778
Vertex 17054 -0.0570614 0.151623 -0.00120922
Vertex 17055 -0.071965 0.136965 -0.0074383
Vertex 17056 -0.0378406 0.0957387 -0.0228102
Vertex 17057 0.0171658 0.0974165 -0.0229214
Vertex 17058 -0.0820934 0.0898659 0.0320222
Vertex 17059 -0.0847663 0.132585 0.0488829
Vertex 17060 -0.0706305 0.0401508 0.00122659
Vertex 17061 -0.0708913 0.0403263 0.00282802
Vertex 17062 -0.0705376 0.04043 0.00377428
Vertex 17063 -0.0710533 0.04057 0.0057746
Vertex 17064 -0.071022 0.0408196 0.00705143
Vertex 17065 -0.0704746 0.040884 0.00781861
Vertex 17066 -0.0697772 0.0409122 0.00855159
Vertex 17067 -0.069028 0.0409064 0.00923732
Vertex 17068 -0.0682663 0.0409329 0.00988698
Vertex 17069 -0.0675171 0.0409229 0.0105489
Vertex 17070 -0.0668634 0.040937 0.011312
Vertex 17071 -0.0663455 0.040996 0.0121932
Vertex 17072 -0.0657759 0.0410192 0.0130518
Vertex 17073 -0.064997 0.0410349 0.013689
Vertex 17074 -0.0642011 0.0410429 0.0143098
Vertex 17075 -0.0633398 0.0410523 0.0148679
Vertex 17076 -0.0625417 0.0410514 0.0154849
Vertex 17077 -0.0616719 0.0410515 0.0160296
Vertex 17078 -0.06094 0.0410414 0.0167056
Vertex 17079 -0.0601407 0.0410386 0.0173224
Vertex 17080 -0.0593549 0.0410534 0.0179552
Vertex 17081 -0.0767379 0.10491 0.0348158
Vertex 17082 -0.0751139 0.0954949 0.0389973
Vertex 17083 -0.0735502 0.095526 0.040254
Vertex 17084 -0.0861456 0.140625 0.0415389
Vertex 17085 -0.0643033 0.0426016 0.0312522
Vertex 17086 -0.0905601 0.144393 0.0275534
Vertex 17087 -0.064813 0.0428917 0.034688
Vertex 17088 -0.0642327 0.0431706 0.0367918
Vertex 17089 -0.0638345 0.0431637 0.0378429
Vertex 17090 -0.0633722 0.04322 0.0387983
Vertex 17091 -0.0628563 0.0432731 0.0396846
Vertex 17092 -0.0623716 0.0433162 0.04063
Vertex 17093 -0.0618993 0.0433992 0.0415482
Vertex 17094 -0.0613445 0.0434338 0.042412
Vertex 17095 -0.0606463 0.0434636 0.0431332
Vertex 17096 -0.0597745 0.0434652 0.0436848
Vertex 17097 -0.0587368 0.0434475 0.0440841
Vertex 17098 -0.0787218 0.0967552 0.0354897
Vertex 17099 -0.0778727 0.096767 0.0360596
Vertex 17100 -0.08997 0.132328 0.0399309
Vertex 17101 -0.0760018 0.163203 -0.0170986
Vertex 17102 -0.0262003 0.0750789 0.0460261
Vertex 17103 -0.0799154 0.12806 -0.00573177
Vertex 17104 -0.0711318 0.0777267 0.0384114
Vertex 17105 -0.0826468 0.144713 0.0407672
Vertex 17106 -0.0555164 0.0482866 0.0387265
Vertex 17107 -0.0250124 0.0782139 0.0518051
Vertex 17108 -0.0770975 0.0967852 0.0367
Vertex 17109 -0.0383992 0.0420226 0.0422608
Vertex 17110 -0.0377624 0.0420706 0.0430123
Vertex 17111 -0.0372876 0.0421099 0.0439093
Vertex 17112 -0.0366764 0.0421455 0.0447176
Vertex 17113 -0.0359879 0.0421738 0.0454409
Vertex 17114 -0.0353032 0.042242 0.0460623
Vertex 17115 -0.0346582 0.0422066 0.0469558
Vertex 17116 -0.034222 0.0422724 0.0479221
Vertex 17117 -0.0336612 0.0423072 0.0487868
Vertex 17118 -0.032982 0.0423452 0.0495212
Vertex 17119 -0.0322196 0.0423712 0.0501883
Vertex 17120 -0.0314067 0.0423682 0.0507901
Vertex 17121 -0.0303184 0.0423041 0.0510935
Vertex 17122 -0.0293723 0.0422984 0.0515712
Vertex 17123 -0.0285781 0.0423048 0.0521933
Vertex 17124 -0.0277389 0.0423333 0.0528015
Vertex 17125 -0.0268469 0.0423164 0.0533212
Vertex 17126 -0.0257999 0.0422849 0.0537317
Vertex 17127 -0.0763961 0.0968047 0.0374195
Vertex 17128 -0.0872439 0.132483 0.0457019
Vertex 17129 -0.0756638 0.0968147 0.0380937
Vertex 17130 -0.0843649 0.125772 0.0501053
Vertex 17131 -0.0858603 0.137915 0.0441653
Vertex 17132 -0.0708946 0.1037 -0.0131771
Vertex 17133 -0.024511 0.0782394 0.0527049
Vertex 17134 -0.0281096 0.0778495 0.0450018
Vertex 17135 -0.0848653 0.0855483 0.0264341
Vertex 17136 -0.0861005 0.10314 0.0243088
Vertex 17137 -0.0724387 0.0819305 0.0395669
Vertex 17138 -0.0775302 0.161724 -0.0197184
Vertex 17139 -0.0698398 0.0922797 -0.0162924
Vertex 17140 -0.0917403 0.12555 0.0418871
Vertex 17141 -0.0748949 0.0968349 0.0387401
Vertex 17142 -0.0814422 0.106028 0.0294684
Vertex 17143 -0.0741702 0.0968478 0.0394202
Vertex 17144 -0.073336 0.0968702 0.0400088
Vertex 17145 -0.072467 0.0968801 0.0405541
Vertex 17146 -0.0715781 0.0968766 0.0410625
Vertex 17147 -0.0541455 0.0482522 0.0392578
Vertex 17148 -0.0898235 0.126994 0.0441831
Vertex 17149 -0.0859703 0.127103 0.0488324
Vertex 17150 -0.0874127 0.118983 0.0477049
Vertex 17151 -0.0700699 0.0415411 0.00206928
Vertex 17152 -0.069909 0.0416997 0.00317022
Vertex 17153 -0.0695527 0.04187 0.00402445
Vertex 17154 -0.0700913 0.0419644 0.00613646
Vertex 17155 -0.0699291 0.0421822 0.0072491
Vertex 17156 -0.0692421 0.0422187 0.00798097
Vertex 17157 -0.0685956 0.0422314 0.00876662
Vertex 17158 -0.0678614 0.042287 0.00944731
Vertex 17159 -0.0671246 0.042281 0.0101216
Vertex 17160 -0.0663652 0.0422587 0.0107808
Vertex 17161 -0.0657552 0.0422954 0.0115704
Vertex 17162 -0.065046 0.0423247 0.012291
Vertex 17163 -0.0642469 0.0423257 0.0129047
Vertex 17164 -0.0634522 0.0423282 0.0135276
Vertex 17165 -0.0626599 0.0423324 0.0141491
Vertex 17166 -0.0617811 0.042326 0.0146867
Vertex 17167 -0.0609073 0.0423237 0.0152297
Vertex 17168 -0.060108 0.0423138 0.0158374
Vertex 17169 -0.0593718 0.0422854 0.0165091
Vertex 17170 -0.0585081 0.0422988 0.0170665
Vertex 17171 -0.0761105 0.167387 -0.0256061
Vertex 17172 -0.0720681 0.0805547 0.0392361
Vertex 17173 -0.072687 0.0955359 0.0408041
Vertex 17174 -0.0863431 0.0896619 0.0263909
Vertex 17175 -0.0876135 0.100396 0.0230423
Vertex 17176 -0.0617195 0.0669875 0.0343055
Vertex 17177 -0.0239757 0.0768012 0.0522149
Vertex 17178 -0.076892 0.165957 -0.0247772
Vertex 17179 -0.0870672 0.0882048 0.024333
Vertex 17180 -0.0628692 0.0445185 0.0382675
Vertex 17181 -0.0623929 0.0445563 0.039213
Vertex 17182 -0.0618871 0.044625 0.0401036
Vertex 17183 -0.0613708 0.044683 0.0409908
Vertex 17184 -0.0607701 0.0447346 0.0418038
Vertex 17185 -0.0601235 0.0447437 0.0425684
Vertex 17186 -0.0593254 0.0447426 0.0431798
Vertex 17187 -0.0583019 0.0447396 0.0435847
Vertex 17188 -0.0817178 0.0953366 0.0328835
Vertex 17189 -0.0832306 0.0871025 0.0304136
Vertex 17190 -0.0820828 0.0871799 0.032118
Vertex 17191 -0.084857 0.0924919 0.0290512
Vertex 17192 -0.0735016 0.14861 -0.0288774
Vertex 17193 -0.0732751 0.148715 -0.0303812
Vertex 17194 -0.0358177 0.0886369 -0.024178
Vertex 17195 -0.0784918 0.144814 0.0436628
Vertex 17196 -0.0749067 0.100837 0.0372176
Vertex 17197 -0.0138747 0.104484 -0.023001
Vertex 17198 -0.0837086 0.0952625 0.0306499
Vertex 17199 -0.0379669 0.0433397 0.0417712
Vertex 17200 -0.0373842 0.0433946 0.0425967
Vertex 17201 -0.036876 0.0434502 0.0434666
Vertex 17202 -0.03626 0.0434916 0.0442696
Vertex 17203 -0.0356854 0.0435567 0.045098
Vertex 17204 -0.0348879 0.043516 0.0457289
Vertex 17205 -0.0341948 0.0435484 0.0464376
Vertex 17206 -0.0336992 0.0435791 0.0473765
Vertex 17207 -0.0331162 0.0436399 0.0481995
Vertex 17208 -0.0324803 0.0436623 0.0489836
Vertex 17209 -0.0317074 0.0436869 0.0496355
Vertex 17210 -0.0309036 0.0436875 0.0502489
Vertex 17211 -0.0298946 0.0436977 0.0506861
Vertex 17212 -0.0835554 0.0925405 0.0305699
Vertex 17213 -0.0801184 0.0845811 0.0344552
Vertex 17214 -0.0865668 0.118992 0.0483015
Vertex 17215 -0.0214315 0.0906458 0.0534872
Vertex 17216 -0.0408044 0.0884947 -0.0224789
Vertex 17217 -0.0270974 0.0794315 0.0481933
Vertex 17218 -0.0504071 0.163936 0.00393123
Vertex 17219 -0.0835882 0.125784 0.0507488
Vertex 17220 -0.0851404 0.125756 0.0494653
Vertex 17221 -0.0858587 0.125737 0.0487678
Vertex 17222 -0.0238161 0.078256 0.0534268
Vertex 17223 -0.0815418 0.0912589 0.0328461
Vertex 17224 -0.0432016 0.171084 -0.00202068
Vertex 17225 -0.0745556 0.104899 0.0367465
Vertex 17226 -0.0726288 0.07489 0.035733
Vertex 17227 -0.0875176 0.123015 0.0477063
Vertex 17228 -0.0819791 0.08171 0.030761
Vertex 17229 -0.0153943 0.099814 0.0443638
Vertex 17230 -0.0819069 0.0844754 0.0320139
Vertex 17231 -0.0857179 0.124363 0.0486993
Vertex 17232 -0.0670133 0.0791411 0.0413099
Vertex 17233 -0.0884363 0.140505 0.0381916
Vertex 17234 -0.075975 0.156283 -0.00563956
Vertex 17235 -0.0817302 0.142079 0.0441697
Vertex 17236 -0.0649016 0.118019 -0.00923352
Vertex 17237 -0.0767292 0.0860417 0.0380634
Vertex 17238 -0.0750529 0.0860661 0.0392001
Vertex 17239 -0.0903934 0.12698 0.0433203
Vertex 17240 -0.0287184 0.0806953 0.0455388
Vertex 17241 -0.0186581 0.0985081 0.0446525
Vertex 17242 -0.0261763 0.0931476 0.0454624
Vertex 17243 -0.0891984 0.129697 0.0434765
Vertex 17244 -0.0686122 0.0432054 0.00454593
Vertex 17245 -0.0689469 0.0433261 0.00632212
Vertex 17246 -0.0685283 0.0434892 0.00727271
Vertex 17247 -0.0678925 0.0435809 0.00801004
Vertex 17248 -0.0672997 0.0435653 0.00884843
Vertex 17249 -0.0665225 0.0435914 0.00948645
Vertex 17250 -0.0657382 0.0436129 0.0101245
Vertex 17251 -0.0650018 0.0435996 0.0108034
Vertex 17252 -0.0641503 0.0436305 0.0113748
Vertex 17253 -0.0633352 0.0436031 0.0119653
Vertex 17254 -0.0625279 0.0435825 0.012569
Vertex 17255 -0.0617292 0.0435742 0.0131822
Vertex 17256 -0.0608612 0.0435863 0.0137318
Vertex 17257 -0.0599836 0.043576 0.0142711
Vertex 17258 -0.0591064 0.0435686 0.0148077
Vertex 17259 -0.0582351 0.043574 0.0153571
Vertex 17260 -0.0575075 0.0435504 0.0160321
Vertex 17261 0.0262296 0.0888085 -0.0227773
Vertex 17262 -0.0190294 0.0739916 0.05444
Vertex 17263 -0.0899083 0.121615 0.0458595
Vertex 17264 -0.0144184 0.0997913 0.0448499
Vertex 17265 -0.0769184 0.0832691 0.0369336
Vertex 17266 -0.0328048 0.0886955 -0.0250147
Vertex 17267 -0.078775 0.170042 -0.0371202
Vertex 17268 -0.0898343 0.122953 0.0457467
Vertex 17269 -0.0891532 0.121635 0.0465292
Vertex 17270 -0.068963 0.0874301 0.0429809
Vertex 17271 -0.0616474 0.0458147 0.0384356
Vertex 17272 -0.0611522 0.045903 0.0393286
Vertex 17273 -0.0606157 0.0459479 0.0402046
Vertex 17274 -0.0599936 0.0459773 0.0409964
Vertex 17275 -0.0592898 0.045994 0.0417021
Vertex 17276 -0.0584156 0.0459799 0.0422363
Vertex 17277 -0.0574587 0.045976 0.042703
Vertex 17278 -0.0832785 0.12444 0.0504652
Vertex 17279 -0.0831241 0.100626 0.0298981
Vertex 17280 -0.0251305 0.0810774 0.0532367
Vertex 17281 -0.0826184 0.0802381 0.0286257
Vertex 17282 -0.0794816 0.0846149 0.0352279
Vertex 17283 -0.0728228 0.148718 -0.0323717
Vertex 17284 -0.0397982 0.0885212 -0.0227204
Vertex 17285 -0.0824235 0.124446 0.0510342
Vertex 17286 -0.0778707 0.177255 -0.0480374
Vertex 17287 -0.0885025 0.144515 0.032494
Vertex 17288 -0.0510859 0.154625 -0.00472421
Vertex 17289 -0.0829949 0.0843947 0.0302754
Vertex 17290 -0.0373858 0.0446552 0.0411638
Vertex 17291 -0.036773 0.0446897 0.0419462
Vertex 17292 -0.0362696 0.0447516 0.0428152
Vertex 17293 -0.035816 0.0448118 0.0437923
Vertex 17294 -0.0351912 0.0448435 0.0445858
Vertex 17295 -0.034376 0.0448305 0.0451875
Vertex 17296 -0.033578 0.0448331 0.0458046
Vertex 17297 -0.0329778 0.0448862 0.0466174
Vertex 17298 -0.032486 0.0449059 0.0475402
Vertex 17299 -0.0317593 0.0449779 0.048226
Vertex 17300 -0.0310521 0.0450006 0.0489427
Vertex 17301 -0.030326 0.045 0.0496314
Vertex 17302 -0.0217284 0.0919768 0.0523353
Vertex 17303 -0.0871843 0.135176 0.0441499
Vertex 17304 -0.0693828 0.0805427 0.0408087
Vertex 17305 -0.0823897 0.104663 0.0290404
Vertex 17306 -0.0288805 0.079237 0.0443379
Vertex 17307 -0.0900318 0.128311 0.0429434
Vertex 17308 -0.0844768 0.0856095 0.0274708
Vertex 17309 -0.0836962 0.138005 0.0462469
Vertex 17310 -0.0905223 0.128294 0.0420009
Vertex 17311 -0.0628998 0.1209 -0.00884208
Vertex 17312 -0.090924 0.128274 0.0409748
Vertex 17313 -0.0275566 0.0890776 0.0469337
Vertex 17314 -0.0872471 0.125707 0.0473263
Vertex 17315 -0.0273351 0.0750142 0.0443436
Vertex 17316 -0.0837001 0.104608 0.0275279
Vertex 17317 -0.0809833 0.080323 0.0311985
Vertex 17318 -0.083931 0.103265 0.0277985
Vertex 17319 -0.086661 0.123026 0.0482846
Vertex 17320 -0.019761 0.0984382 0.0445534
Vertex 17321 -0.0200463 0.0893341 0.0549931
Vertex 17322 -0.07603 0.0941366 0.0385416
Vertex 17323 -0.0136098 0.0997657 0.0454373
Vertex 17324 -0.0793587 0.143462 0.044583
Vertex 17325 -0.0849411 0.14333 0.0402714
Vertex 17326 -0.0856354 0.143297 0.0395519
Vertex 17327 -0.0778945 0.102117 0.0345146
Vertex 17328 -0.0879353 0.140547 0.0390784
Vertex 17329 -0.0873971 0.140576 0.0399568
Vertex 17330 -0.0825276 0.142074 0.0435561
Vertex 17331 -0.0245149 0.0811097 0.0540325
Vertex 17332 -0.0754652 0.163196 -0.0162299
Vertex 17333 -0.0845393 0.103233 0.0269979
Vertex 17334 -0.0249633 0.0931679 0.047071
Vertex 17335 -0.0237883 0.0932085 0.0487292
Vertex 17336 -0.0762259 0.0790445 0.0349679
Vertex 17337 -0.0669072 0.0448192 0.00702222
Vertex 17338 -0.0662928 0.044787 0.00771957
Vertex 17339 -0.065503 0.044849 0.00843715
Vertex 17340 -0.0647841 0.0448471 0.00913709
Vertex 17341 -0.063925 0.0448804 0.0097039
Vertex 17342 -0.0632063 0.0448721 0.0103941
Vertex 17343 -0.0623204 0.0448503 0.0109236
Vertex 17344 -0.0615188 0.0448284 0.0115308
Vertex 17345 -0.0606371 0.0448145 0.012064
Vertex 17346 -0.0597659 0.0448149 0.0126042
Vertex 17347 -0.0589723 0.0448133 0.0132235
Vertex 17348 -0.0580951 0.0448084 0.0137644
Vertex 17349 -0.0572927 0.0447946 0.0143752
Vertex 17350 -0.0563559 0.0448266 0.0148606
Vertex 17351 -0.0555501 0.0448059 0.0154665
Vertex 17352 -0.0877284 0.0950339 0.0247524
Vertex 17353 -0.088473 0.0908539 0.022804
Vertex 17354 -0.0845844 0.121705 0.0490448
Vertex 17355 0.0141421 0.107244 -0.018655
Vertex 17356 -0.0132802 0.102485 0.0435875
Vertex 17357 -0.084936 0.144668 0.0388142
Vertex 17358 -0.0261116 0.0809919 0.0513952
Vertex 17359 -0.0497662 0.165331 0.00186024
Vertex 17360 -0.0882731 0.143189 0.0351319
Vertex 17361 -0.0889127 0.145822 0.0300758
Vertex 17362 -0.020719 0.0739658 0.0533053
Vertex 17363 -0.05996 0.047085 0.0381143
Vertex 17364 -0.0593516 0.0471429 0.038917
Vertex 17365 -0.0586519 0.047167 0.0396282
Vertex 17366 -0.0577811 0.0472143 0.0403119
Vertex 17367 -0.0569108 0.0471914 0.0407265
Vertex 17368 -0.0797368 0.119028 0.049952
Vertex 17369 -0.0707047 0.079127 0.0393559
Vertex 17370 -0.082233 0.0925905 0.0320729
Vertex 17371 -0.0217816 0.0797281 0.0555871
Vertex 17372 -0.026741 0.0877745 0.0490115
Vertex 17373 -0.0818378 0.131303 0.0516681
Vertex 17374 -0.0812551 0.138069 0.0480599
Vertex 17375 -0.0235246 0.079724 0.0545007
Vertex 17376 -0.080224 0.0913049 0.0343483
Vertex 17377 -0.0688943 0.103764 -0.0141878
Vertex 17378 -0.0378236 0.0914714 -0.0236656
Vertex 17379 -0.0769529 0.128149 -0.00749249
Vertex 17380 -0.0367892 0.0459324 0.0404864
Vertex 17381 -0.0361107 0.0459963 0.0412564
Vertex 17382 -0.0356524 0.0460406 0.0421919
Vertex 17383 -0.0351155 0.0460859 0.0430647
Vertex 17384 -0.0345091 0.0461323 0.043875
Vertex 17385 -0.033807 0.0461583 0.044586
Vertex 17386 -0.0329093 0.0461288 0.0451027
Vertex 17387 -0.0321732 0.0461161 0.0457813
Vertex 17388 -0.0315694 0.0461612 0.0465874
Vertex 17389 -0.0309109 0.0462432 0.0473418
Vertex 17390 -0.0303409 0.0462461 0.0481864
Vertex 17391 -0.0295864 0.0462965 0.0488628
Vertex 17392 -0.0883724 0.121658 0.047175
Vertex 17393 -0.0853661 0.0910995 0.0281927
Vertex 17394 -0.0287719 0.0876257 0.045371
Vertex 17395 -0.0889908 0.13778 0.0388031
Vertex 17396 -0.0870569 0.137884 0.0425258
Vertex 17397 -0.0864551 0.137921 0.0433346
Vertex 17398 -0.0851812 0.137956 0.0449006
Vertex 17399 -0.0843022 0.0938821 0.0298739
Vertex 17400 -0.0736592 0.0887741 0.0405778
Vertex 17401 -0.0869535 0.131154 0.0468504
Vertex 17402 -0.0809296 0.0885877 0.0337432
Vertex 17403 -0.028101 0.0890412 0.0460663
Vertex 17404 -0.0880158 0.125695 0.0466833
Vertex 17405 -0.0772906 0.165906 -0.0257637
Vertex 17406 -0.0762092 0.103511 0.0356214
Vertex 17407 -0.0761461 0.154973 -0.00265921
Vertex 17408 -0.0700245 0.0833021 0.0413654
Vertex 17409 -0.08561 0.123026 0.0486561
Vertex 17410 -0.0909607 0.144377 0.0265412
Vertex 17411 -0.0278525 0.0807805 0.0474761
Vertex 17412 -0.0836745 0.0939124 0.0306595
Vertex 17413 -0.0837871 0.0829476 0.0282971
Vertex 17414 -0.069719 0.0887582 0.0422978
Vertex 17415 -0.0875561 0.121673 0.0477803
Vertex 17416 -0.0772797 0.157576 -0.0127941
Vertex 17417 -0.0840048 0.140674 0.0436515
Vertex 17418 -0.0811078 0.0831466 0.0326628
Vertex 17419 -0.0833667 0.142023 0.0429747
Vertex 17420 -0.0855834 0.141979 0.0409477
Vertex 17421 -0.0917743 0.120197 0.0434965
Vertex 17422 -0.0766191 0.168746 -0.0293719
Vertex 17423 -0.0218765 0.0933131 0.0510401
Vertex 17424 -0.0794782 0.106106 0.0317497
Vertex 17425 -0.0845781 0.148672 0.0341151
Vertex 17426 -0.071812 0.0879125 -0.0161091
Vertex 17427 -0.0256593 0.0810401 0.0523557
Vertex 17428 -0.0867316 0.100467 0.0250232
Vertex 17429 -0.0829153 0.0925695 0.0313446
Vertex 17430 -0.0627188 0.046051 0.00845692
Vertex 17431 -0.0618482 0.0460583 0.00900481
Vertex 17432 -0.0610521 0.0460525 0.00962048
Vertex 17433 -0.0601827 0.0460596 0.0101722
Vertex 17434 -0.0593004 0.0460479 0.0107053
Vertex 17435 -0.058583 0.0460291 0.0113967
Vertex 17436 -0.0577944 0.0460393 0.0120187
Vertex 17437 -0.0569361 0.046073 0.0125834
Vertex 17438 -0.0561408 0.0460708 0.0131999
Vertex 17439 -0.0553504 0.0460785 0.0138247
Vertex 17440 -0.054558 0.0460859 0.0144477
Vertex 17441 -0.0537709 0.0460941 0.0150722
Vertex 17442 -0.0529962 0.0461208 0.0157076
Vertex 17443 -0.0224637 0.0768447 0.053535
Vertex 17444 -0.0837712 0.127162 0.0508887
Vertex 17445 -0.0771842 0.102138 0.0352151
Vertex 17446 -0.0167795 0.0984818 0.0458118
Vertex 17447 -0.0206549 0.0768238 0.0545752
Vertex 17448 -0.0872718 0.144583 0.0355002
Vertex 17449 -0.0754593 0.159053 -0.00907047
Vertex 17450 -0.0885031 0.148521 0.0281728
Vertex 17451 -0.0572715 0.0482006 0.0365817
Vertex 17452 -0.0566239 0.0482507 0.0375737
Vertex 17453 -0.0549519 0.160962 0.00433648
Vertex 17454 -0.0267061 0.0765373 0.0464972
Vertex 17455 -0.0855601 0.095177 0.0282718
Vertex 17456 -0.0785455 0.146115 0.0422588
Vertex 17457 -0.026667 0.0823364 0.0504973
Vertex 17458 -0.0871856 0.0923586 0.0257303
Vertex 17459 -0.0809274 0.12805 -0.00535084
Vertex 17460 -0.0718433 0.0833097 0.0403454
Vertex 17461 -0.0776757 0.0873848 0.0375611
Vertex 17462 -0.0809192 0.0899278 0.0336764
Vertex 17463 -0.0142597 0.180104 -0.0279187
Vertex 17464 -0.0265532 0.080945 0.0504296
Vertex 17465 -0.0849859 0.149949 0.0316738
Vertex 17466 -0.0886736 0.132413 0.0428724
Vertex 17467 -0.0354292 0.0472715 0.0405203
Vertex 17468 -0.0348248 0.0473223 0.0413292
Vertex 17469 -0.0342911 0.0473692 0.0421968
Vertex 17470 -0.0336818 0.0474202 0.0430149
Vertex 17471 -0.0330184 0.0474571 0.0438647
Vertex 17472 -0.0321779 0.0474216 0.0442941
Vertex 17473 -0.0311974 0.0474073 0.0447828
Vertex 17474 -0.0305219 0.0474445 0.0454913
Vertex 17475 -0.0298888 0.0474725 0.0462905
Vertex 17476 -0.0293538 0.0475081 0.0471486
Vertex 17477 -0.0287365 0.0475545 0.0479663
Vertex 17478 -0.0757024 0.160453 -0.0116926
Vertex 17479 -0.0221614 0.0825281 0.0558751
Vertex 17480 -0.0773495 0.081875 0.035997
Vertex 17481 -0.0898842 0.145774 0.0282412
Vertex 17482 -0.0911968 0.145718 0.0253129
Vertex 17483 -0.0921823 0.117455 0.0412015
Vertex 17484 -0.0857415 0.120359 0.048887
Vertex 17485 -0.0834209 0.0911774 0.0304851
Vertex 17486 -0.076548 0.0954614 0.0376104
Vertex 17487 -0.0891389 0.120288 0.0465529
Vertex 17488 -0.0511762 0.163872 0.00329038
Vertex 17489 -0.089509 0.125659 0.045333
Vertex 17490 -0.0225206 0.0919822 0.0517607
Vertex 17491 -0.0201048 0.0920391 0.0535514
Vertex 17492 -0.0750002 0.0776536 0.0352037
Vertex 17493 -0.026159 0.0918036 0.0468933
Vertex 17494 -0.027467 0.0793682 0.0471485
Vertex 17495 -0.0844811 0.123027 0.0489478
Vertex 17496 -0.0912584 0.116106 0.0417079
Vertex 17497 -0.0780066 0.0940671 0.0362827
Vertex 17498 -0.0845462 0.119028 0.0490922
Vertex 17499 -0.0819087 0.121685 0.0492514
Vertex 17500 -0.0272221 0.0904382 0.0465675
Vertex 17501 -0.0466082 0.166842 0.00289141
Vertex 17502 -0.0803828 0.11899 0.049226
Vertex 17503 -0.0841614 0.142011 0.042356
Vertex 17504 -0.0848818 0.142006 0.0416598
Vertex 17505 -0.0709378 0.0995366 0.0403447
Vertex 17506 -0.0770729 0.168746 -0.0303374
Vertex 17507 -0.077497 0.168713 -0.0313178
Vertex 17508 -0.0225677 0.0932815 0.0503229
Vertex 17509 -0.0230795 0.0932192 0.0494322
Vertex 17510 -0.047409 0.166836 0.00227952
Vertex 17511 -0.0271292 0.0850573 0.0494379
Vertex 17512 -0.0818597 0.146076 0.0399402
Vertex 17513 -0.0267099 0.0794912 0.0492298
Vertex 17514 -0.0238639 0.0825121 0.0547585
Vertex 17515 -0.087202 0.10043 0.0240701
Vertex 17516 -0.080258 0.0859229 0.0345477
Vertex 17517 -0.0601559 0.0472008 0.00728305
Vertex 17518 -0.0593991 0.0472653 0.0079341
Vertex 17519 -0.0586915 0.0472669 0.00864036
Vertex 17520 -0.0580451 0.047259 0.00941407
Vertex 17521 -0.0573375 0.0472769 0.0101218
Vertex 17522 -0.0566658 0.0473318 0.0108617
Vertex 17523 -0.0559525 0.0473442 0.0115659
Vertex 17524 -0.0552963 0.0473377 0.0123212
Vertex 17525 -0.0545075 0.047347 0.012948
Vertex 17526 -0.0537303 0.0473713 0.0135851
Vertex 17527 -0.053021 0.0473885 0.0142865
Vertex 17528 -0.0523202 0.0474101 0.0149978
Vertex 17529 -0.051625 0.0474378 0.0157122
Vertex 17530 -0.0773599 0.0940895 0.0370488
Vertex 17531 -0.0249679 0.0851951 0.0529639
Vertex 17532 -0.077268 0.161738 -0.0185704
Vertex 17533 -0.027609 0.0850124 0.048532
Vertex 17534 -0.0911524 0.122908 0.0442317
Vertex 17535 -0.0765838 0.178662 -0.0494737
Vertex 17536 -0.0856485 0.103181 0.0252723
Vertex 17537 -0.0675365 0.0805511 0.0417814
Vertex 17538 -0.0931203 0.121503 0.0403997
Vertex 17539 -0.0866978 0.12169 0.0483599
Vertex 17540 -0.0917675 0.126924 0.040336
Vertex 17541 -0.0238697 0.104438 -0.0232028
Vertex 17542 -0.08387 0.148679 0.0348187
Vertex 17543 -0.0886426 0.129716 0.0443401
Vertex 17544 -0.077144 0.164539 -0.0230622
Vertex 17545 -0.0266136 0.0837142 0.0504396
Vertex 17546 -0.0824187 0.100645 0.0306028
Vertex 17547 -0.0887758 0.149859 0.0255696
Vertex 17548 -0.0861982 0.144641 0.0372484
Vertex 17549 -0.0725037 0.079155 0.0383043
Vertex 17550 -0.0834639 0.0815548 0.0279962
Vertex 17551 -0.067181 0.156627 -0.0534662
Vertex 17552 -0.0262017 0.0878115 0.0498853
Vertex 17553 -0.0877683 0.149882 0.0273982
Vertex 17554 -0.0855482 0.149965 0.0308161
Vertex 17555 -0.0805487 0.0789662 0.0306236
Vertex 17556 -0.0345924 0.0485568 0.0396695
Vertex 17557 -0.0339683 0.0485791 0.0404406
Vertex 17558 -0.0334269 0.0486094 0.0413091
Vertex 17559 -0.0328931 0.0486572 0.0421875
Vertex 17560 -0.0321962 0.0487152 0.0429222
Vertex 17561 -0.0313311 0.0487062 0.0434625
Vertex 17562 -0.0303696 0.0486908 0.0439216
Vertex 17563 -0.0296434 0.0486725 0.0446006
Vertex 17564 -0.0289488 0.0487095 0.0453204
Vertex 17565 -0.0284243 0.0487716 0.0462084
Vertex 17566 -0.0278604 0.0487672 0.0470543
Vertex 17567 -0.0249111 0.0958255 0.0441185
Vertex 17568 -0.0871853 0.145927 0.0339699
Vertex 17569 -0.0880483 0.145895 0.0319999
Vertex 17570 -0.0759222 0.159085 -0.0100036
Vertex 17571 -0.0895075 0.148492 0.0263454
Vertex 17572 -0.0679477 0.0860672 0.0434473
Vertex 17573 -0.0826266 0.146034 0.0392943
Vertex 17574 -0.0745303 0.0887706 0.0400356
Vertex 17575 -0.0824089 0.107319 0.0275588
Vertex 17576 -0.0270125 0.0891105 0.0478066
Vertex 17577 -0.0865771 0.124349 0.048115
Vertex 17578 -0.0901249 0.125637 0.04453
Vertex 17579 -0.0261702 0.0823861 0.0514348
Vertex 17580 -0.0767393 0.157602 -0.0105393
Vertex 17581 -0.0915748 0.124221 0.0431828
Vertex 17582 -0.0287388 0.076371 0.0428795
Vertex 17583 -0.0791947 0.116328 0.04948
Vertex 17584 -0.0821235 0.0802564 0.0295192
Vertex 17585 -0.0835031 0.123045 0.0493423
Vertex 17586 -0.0795112 0.081834 0.0339273
Vertex 17587 -0.0258992 0.0891655 0.049535
Vertex 17588 -0.0802229 0.143442 0.044034
Vertex 17589 -0.086226 0.143316 0.0387173
Vertex 17590 -0.00287417 0.10736 -0.0221559
Vertex 17591 -0.0239591 0.0958294 0.044594
Vertex 17592 -0.0857815 0.0897033 0.0272482
Vertex 17593 -0.0256832 0.0878506 0.050771
Vertex 17594 -0.0781568 0.167257 -0.0305864
Vertex 17595 -0.0802983 0.0953773 0.0342868
Vertex 17596 -0.0282394 0.087664 0.0462444
Vertex 17597 -0.0856054 0.119006 0.0487694
Vertex 17598 -0.0897192 0.129664 0.0425949
Vertex 17599 -0.023162 0.0958328 0.0451924
Vertex 17600 -0.0211646 0.0933284 0.0517404
Vertex 17601 -0.087746 0.09368 0.0248353
Vertex 17602 -0.0220478 0.0811409 0.0558034
Vertex 17603 -0.0875676 0.129767 0.0460862
Vertex 17604 -0.0794062 0.147442 0.0402641
Vertex 17605 -0.0768211 0.0804727 0.0355147
Vertex 17606 -0.0729344 0.0901459 0.0411907
Vertex 17607 -0.0815038 0.0885533 0.0328994
Vertex 17608 -0.0577664 0.0485104 0.00767417
Vertex 17609 -0.057208 0.048538 0.00854022
Vertex 17610 -0.0566778 0.0485827 0.00942267
Vertex 17611 -0.0560757 0.0486306 0.0102324
Vertex 17612 -0.0553809 0.0486564 0.0109541
Vertex 17613 -0.0546819 0.0486825 0.0116705
Vertex 17614 -0.0539465 0.0486826 0.012352
Vertex 17615 -0.0531749 0.0487012 0.0129919
Vertex 17616 -0.0524373 0.0487028 0.0136696
Vertex 17617 -0.0517432 0.0487299 0.0143843
Vertex 17618 -0.051128 0.0487627 0.0151791
Vertex 17619 -0.0480905 0.156132 -0.00685995
Vertex 17620 -0.0568093 0.0883611 -0.0215879
Vertex 17621 -0.0736443 0.148637 -0.0247496
Vertex 17622 -0.0273471 0.0735222 0.0429845
Vertex 17623 -0.0241255 0.089259 0.0519927
Vertex 17624 -0.0849611 0.0883696 0.0278927
Vertex 17625 -0.0808978 0.121685 0.0496566
Vertex 17626 -0.0212083 0.0825271 0.0563448
Vertex 17627 -0.0802772 0.089954 0.0344521
Vertex 17628 -0.047089 0.156143 -0.00736831
Vertex 17629 -0.0519433 0.0503866 0.0326949
Vertex 17630 -0.0514926 0.0503999 0.033682
Vertex 17631 -0.050991 0.0504175 0.03464
Vertex 17632 -0.050433 0.0505709 0.0355945
Vertex 17633 -0.0223808 0.0958588 0.045836
Vertex 17634 -0.0810826 0.144759 0.0420272
Vertex 17635 -0.0243507 0.0852386 0.0537426
Vertex 17636 -0.0485449 0.165375 0.00344343
Vertex 17637 -0.0338218 0.0886934 -0.0246941
Vertex 17638 -0.0873724 0.124348 0.0475064
Vertex 17639 -0.0609926 0.128204 -0.00783795
Vertex 17640 -0.082117 0.127195 0.0520765
Vertex 17641 -0.0683312 0.0833327 0.042485
Vertex 17642 -0.0875821 0.0909427 0.0247332
Vertex 17643 -0.0736943 0.094184 0.0404336
Vertex 17644 -0.0575 0.0589785 0.0215704
Vertex 17645 -0.0338319 0.0498039 0.0388148
Vertex 17646 -0.0331161 0.0498057 0.0395103
Vertex 17647 -0.0324996 0.0498708 0.0403614
Vertex 17648 -0.0318101 0.0499111 0.0410759
Vertex 17649 -0.0311873 0.0499402 0.0418672
Vertex 17650 -0.0304078 0.0499703 0.0425042
Vertex 17651 -0.0296061 0.0499557 0.0431146
Vertex 17652 -0.0288967 0.0499669 0.0438168
Vertex 17653 -0.028183 0.0499752 0.0445203
Vertex 17654 -0.0273899 0.0499801 0.045145
Vertex 17655 -0.0577034 0.0591273 0.0216745
Vertex 17656 -0.0740248 0.149858 -0.0328754
Vertex 17657 -0.0866528 0.145956 0.0348405
Vertex 17658 -0.0747436 0.0846695 0.0389578
Vertex 17659 -0.0868827 0.0896245 0.0255163
Vertex 17660 -0.0814751 0.118981 0.0489466
Vertex 17661 -0.0721093 0.0846859 0.0405598
Vertex 17662 -0.084567 0.0897523 0.028848
Vertex 17663 -0.0833313 0.0829966 0.0292517
Vertex 17664 -0.0452548 0.169651 -0.00135352
Vertex 17665 -0.0843581 0.0883713 0.0286614
Vertex 17666 -0.0253323 0.089221 0.0503626
Vertex 17667 -0.0865291 0.125714 0.0480303
Vertex 17668 -0.0887934 0.125677 0.0460403
Vertex 17669 -0.0886031 0.143176 0.0340326
Vertex 17670 -0.089865 0.120262 0.0458544
Vertex 17671 -0.0260624 0.0837492 0.0512652
Vertex 17672 -0.0217907 0.0957944 0.0466571
Vertex 17673 -0.0784161 0.116342 0.0501163
Vertex 17674 -0.0800863 0.148726 0.0380799
Vertex 17675 -0.0826166 0.123078 0.0498508
Vertex 17676 -0.0788159 0.0818529 0.0346403
Vertex 17677 -0.027107 0.082291 0.0495314
Vertex 17678 -0.0810659 0.143393 0.0434586
Vertex 17679 -0.086895 0.143263 0.0379805
Vertex 17680 -0.0888985 0.128369 0.0446279
Vertex 17681 -0.0853621 0.135278 0.0465646
Vertex 17682 -0.0911594 0.120221 0.0443019
Vertex 17683 -0.086688 0.0937529 0.026595
Vertex 17684 -0.0214041 0.0879871 0.0549671
Vertex 17685 -0.0244219 0.0752703 0.0498831
Vertex 17686 -0.0210295 0.0958616 0.0473023
Vertex 17687 -0.0774755 0.170095 -0.0341987
Vertex 17688 -0.0860758 0.0924352 0.0274562
Vertex 17689 -0.0870669 0.0909973 0.0256595
Vertex 17690 -0.0769239 0.160393 -0.0146649
Vertex 17691 -0.0791963 0.120405 0.0507691
Vertex 17692 -0.0847946 0.140657 0.0430258
Vertex 17693 -0.0266475 0.0904555 0.0474235
Vertex 17694 -0.0737533 0.0901294 0.040627
Vertex 17695 -0.074576 0.0901236 0.0400162
Vertex 17696 -0.0425095 0.171123 -0.00130836
Vertex 17697 -0.0275965 0.0836272 0.048557
Vertex 17698 -0.0572172 0.0498044 0.00711465
Vertex 17699 -0.0567938 0.0498747 0.00808849
Vertex 17700 -0.0562843 0.049932 0.00898241
Vertex 17701 -0.0556769 0.0499718 0.00979142
Vertex 17702 -0.0549752 0.0499938 0.0105067
Vertex 17703 -0.0543247 0.0500125 0.0112758
Vertex 17704 -0.053617 0.0500325 0.0119809
Vertex 17705 -0.0528487 0.0500508 0.0126245
Vertex 17706 -0.0521211 0.0500618 0.0133132
Vertex 17707 -0.0514248 0.0500855 0.0140283
Vertex 17708 -0.0508177 0.0501221 0.014822
Vertex 17709 -0.0886456 0.0935942 0.0229142
Vertex 17710 -0.0894525 0.128349 0.0437622
Vertex 17711 -0.0810165 0.134048 0.0507919
Vertex 17712 -0.0881693 0.0922771 0.0238938
Vertex 17713 -0.014868 0.104453 -0.022832
Vertex 17714 -0.0865727 0.08823 0.0252282
Vertex 17715 -0.0860797 0.0882889 0.0261675
Vertex 17716 -0.0732571 0.0860546 0.040246
Vertex 17717 -0.072371 0.0860632 0.0407672
Vertex 17718 -0.0513689 0.0516822 0.0322144
Vertex 17719 -0.0509112 0.0517382 0.0331779
Vertex 17720 -0.05033 0.0517928 0.0340061
Vertex 17721 -0.0497796 0.0518319 0.0348836
Vertex 17722 -0.0205289 0.0958269 0.048234
Vertex 17723 -0.0199274 0.0958752 0.0490354
Vertex 17724 -0.0192371 0.0959207 0.0497533
Vertex 17725 -0.0184702 0.0959697 0.0503933
Vertex 17726 -0.0177679 0.0959988 0.0511065
Vertex 17727 -0.0815821 0.0803018 0.0303913
Vertex 17728 -0.0668801 0.103821 -0.0153002
Vertex 17729 -0.0810791 0.117571 0.0486733
Vertex 17730 -0.0802626 0.147413 0.0397079
Vertex 17731 -0.0926613 0.122825 0.0414622
Vertex 17732 -0.0922534 0.122854 0.0424865
Vertex 17733 -0.0744952 0.0941746 0.0398302
Vertex 17734 -0.0168224 0.0960286 0.0515795
Vertex 17735 -0.0160134 0.0959893 0.0521651
Vertex 17736 -0.0318715 0.0510682 0.0382665
Vertex 17737 -0.0312407 0.0510927 0.0390643
Vertex 17738 -0.0306139 0.051126 0.0398517
Vertex 17739 -0.0298413 0.0511486 0.0404908
Vertex 17740 -0.029049 0.0511502 0.0411139
Vertex 17741 -0.0280876 0.0511424 0.0415727
Vertex 17742 -0.0269495 0.0511315 0.0418642
Vertex 17743 -0.0782251 0.104799 0.0333593
Vertex 17744 -0.0495337 0.163976 0.00447865
Vertex 17745 -0.0802651 0.0940224 0.034298
Vertex 17746 -0.0848442 0.146005 0.0372765
Vertex 17747 -0.0876525 0.145908 0.0330215
Vertex 17748 -0.0884617 0.14585 0.0310303
Vertex 17749 -0.0903673 0.145762 0.0273033
Vertex 17750 -0.0856388 0.100529 0.0267624
Vertex 17751 -0.0248685 0.10443 -0.0231858
Vertex 17752 -0.0288186 0.0862428 0.0454609
Vertex 17753 -0.0828513 0.138047 0.046826
Vertex 17754 -0.0820555 0.138062 0.0474469
Vertex 17755 -0.077013 0.157587 -0.0116646
Vertex 17756 -0.0234514 0.0892984 0.0527307
Vertex 17757 -0.0837947 0.100615 0.0291484
Vertex 17758 -0.0865918 0.127084 0.0480364
Vertex 17759 -0.0912006 0.121567 0.0443209
Vertex 17760 -0.0783855 0.0873596 0.0368663
Vertex 17761 -0.0830674 0.136771 -0.000769185
Vertex 17762 -0.0853072 0.129862 0.0494994
Vertex 17763 -0.0236685 0.0919017 0.0500491
Vertex 17764 -0.0737584 0.0914853 0.0405847
Vertex 17765 -0.0812985 0.084505 0.0328118
Vertex 17766 -0.0818632 0.143391 0.0428465
Vertex 17767 -0.0802896 0.144766 0.0426469
Vertex 17768 -0.0727381 0.151148 -0.0398146
Vertex 17769 -0.0902062 0.143054 0.0286714
Vertex 17770 -0.0809888 0.100705 0.031995
Vertex 17771 -0.0862834 0.141953 0.0402325
Vertex 17772 -0.0773948 0.167309 -0.02854
Vertex 17773 -0.0472223 0.168222 -0.000777409
Vertex 17774 -0.0753424 0.0928083 0.039305
Vertex 17775 -0.0746115 0.103538 0.0368408
Vertex 17776 -0.0746007 0.0914774 0.0400082
Vertex 17777 -0.0889887 0.147168 0.0287003
Vertex 17778 -0.0872644 0.139206 0.0412952
Vertex 17779 -0.0896207 0.132365 0.0409732
Vertex 17780 -0.0785671 0.172906 -0.0416992
Vertex 17781 -0.0771653 0.156191 -0.0114635
Vertex 17782 -0.0871097 0.129792 0.0470428
Vertex 17783 -0.0825182 0.0816676 0.0298907
Vertex 17784 -0.0241038 0.0865955 0.0534593
Vertex 17785 -0.0226623 0.0866242 0.0548392
Vertex 17786 -0.0361034 0.165201 -0.01444
Vertex 17787 -0.0798966 0.083235 0.0342815
Vertex 17788 -0.0814721 0.135361 0.0497671
Vertex 17789 -0.088108 0.129743 0.0452172
Vertex 17790 -0.0565129 0.051223 0.00779351
Vertex 17791 -0.0560291 0.051292 0.00869383
Vertex 17792 -0.0554104 0.0513256 0.00948897
Vertex 17793 -0.0547684 0.0513541 0.0102674
Vertex 17794 -0.0540202 0.0513732 0.0109294
Vertex 17795 -0.0533816 0.0513995 0.0117052
Vertex 17796 -0.0526765 0.0514226 0.0124143
Vertex 17797 -0.0519687 0.0514416 0.0131188
Vertex 17798 -0.0513196 0.0514695 0.0138904
Vertex 17799 -0.0506409 0.0514954 0.0146147
Vertex 17800 -0.050104 0.0515366 0.0156131
Vertex 17801 -0.019145 0.0893155 0.0554734
Vertex 17802 -0.0867977 0.144597 0.036443
Vertex 17803 -0.080296 0.0886098 0.0345053
Vertex 17804 -0.0402074 0.168164 -0.0113973
Vertex 17805 -0.0883046 0.122998 0.0470686
Vertex 17806 -0.0677324 0.0847093 0.0432514
Vertex 17807 -0.0686258 0.0846974 0.0427491
Vertex 17808 -0.0694924 0.0846972 0.0421957
Vertex 17809 -0.051108 0.0530218 0.0319282
Vertex 17810 -0.0506321 0.0530807 0.0328365
Vertex 17811 -0.0500875 0.0531258 0.0337221
Vertex 17812 -0.049486 0.0531643 0.034537
Vertex 17813 -0.0489043 0.0531988 0.0353928
Vertex 17814 -0.0877434 0.135138 0.0431967
Vertex 17815 -0.027194 0.0764697 0.0455544
Vertex 17816 -0.0458049 0.0532278 0.0379952
Vertex 17817 -0.0866727 0.139248 0.0421058
Vertex 17818 -0.0822864 0.135367 0.0491747
Vertex 17819 -0.0368227 0.0914861 -0.023804
Vertex 17820 -0.0890009 0.118943 0.0464523
Vertex 17821 -0.0897172 0.118919 0.0457459
Vertex 17822 -0.0920915 0.118829 0.0424602
Vertex 17823 -0.09254 0.118824 0.0413658
Vertex 17824 -0.0808743 0.136754 0.0491531
Vertex 17825 -0.0823735 0.148711 0.0361489
Vertex 17826 -0.0308715 0.0522855 0.0371048
Vertex 17827 -0.0296361 0.0522471 0.0373693
Vertex 17828 -0.0285281 0.0522637 0.0377683
Vertex 17829 -0.0276636 0.0522618 0.0383069
Vertex 17830 -0.0267998 0.0522633 0.0388472
Vertex 17831 -0.0260899 0.0522789 0.0395517
Vertex 17832 -0.0782715 0.168666 -0.0333616
Vertex 17833 -0.0729482 0.0914984 0.0411605
Vertex 17834 -0.0766837 0.0941158 0.0377884
Vertex 17835 -0.0209524 0.0920017 0.0529687
Vertex 17836 -0.0847679 0.10454 0.0257763
Vertex 17837 -0.082659 0.0871422 0.0312687
Vertex 17838 -0.0277494 0.0764615 0.044728
Vertex 17839 -0.0883766 0.141855 0.0366703
Vertex 17840 -0.0905557 0.120241 0.0451196
Vertex 17841 -0.0270064 0.0808968 0.0494715
Vertex 17842 -0.0818245 0.107456 0.0283887
Vertex 17843 -0.014359 0.102532 0.0433738
Vertex 17844 -0.0254372 0.0796492 0.0521904
Vertex 17845 -0.0819254 0.12582 0.0519232
Vertex 17846 -0.0827882 0.125806 0.051363
Vertex 17847 -0.0716366 0.0874136 0.0414306
Vertex 17848 -0.0790974 0.103427 0.0328545
Vertex 17849 -0.0805064 0.103384 0.0314383
Vertex 17850 -0.0790371 0.0873264 0.0361062
Vertex 17851 -0.0910251 0.124245 0.0440568
Vertex 17852 -0.0689412 0.079144 0.0404114
Vertex 17853 -0.0912832 0.125583 0.0428488
Vertex 17854 -0.0892074 0.127019 0.0449806
Vertex 17855 -0.091259 0.117481 0.0430647
Vertex 17856 -0.0659073 0.110934 -0.0126703
Vertex 17857 0.0101829 0.0893384 -0.0312282
Vertex 17858 -0.0873895 0.143261 0.0370491
Vertex 17859 -0.0776054 0.0804635 0.0348861
Vertex 17860 -0.0786774 0.168631 -0.0343418
Vertex 17861 -0.0906238 0.143032 0.0276653
Vertex 17862 -0.0251464 0.0824617 0.0532115
Vertex 17863 -0.0267799 0.0893467 -0.0340353
Vertex 17864 -0.0467828 0.168244 0.000200438
Vertex 17865 -0.0779669 0.165862 -0.0278956
Vertex 17866 -0.0800641 0.107437 0.0308747
Vertex 17867 -0.0907644 0.142021 0.0271708
Vertex 17868 -0.0808858 0.0872378 0.0337267
Vertex 17869 -0.0900228 0.148451 0.0254546
Vertex 17870 -0.0843383 0.133967 0.0484219
Vertex 17871 -0.0761205 0.0927947 0.038671
Vertex 17872 -0.0284346 0.0849121 0.0465284
Vertex 17873 -0.0779458 0.175786 -0.0452228
Vertex 17874 -0.0272404 0.0877435 0.0480762
Vertex 17875 -0.0247603 0.0865587 0.0527086
Vertex 17876 -0.0280294 0.0835807 0.0475884
Vertex 17877 -0.0788492 0.100759 0.0340965
Vertex 17878 -0.0879532 0.117604 0.0468721
Vertex 17879 -0.081698 0.0939818 0.0329068
Vertex 17880 -0.0852266 0.0854944 0.0253873
Vertex 17881 -0.0830725 0.139367 0.045586
Vertex 17882 -0.0558236 0.0526652 0.00846948
Vertex 17883 -0.0552284 0.0527023 0.00927604
Vertex 17884 -0.0546238 0.0527377 0.0100793
Vertex 17885 -0.0539349 0.0527611 0.0108042
Vertex 17886 -0.0532861 0.0527919 0.0115704
Vertex 17887 -0.0525855 0.0528134 0.0122839
Vertex 17888 -0.051888 0.0528335 0.0130005
Vertex 17889 -0.0512535 0.0528689 0.0137817
Vertex 17890 -0.0505797 0.0528906 0.0145102
Vertex 17891 -0.0500211 0.0529295 0.0155558
Vertex 17892 -0.0874477 0.148578 0.0299355
Vertex 17893 -0.0786972 0.0940445 0.0355566
Vertex 17894 -0.0832791 0.0884633 0.0304387
Vertex 17895 -0.0775111 0.0860271 0.0374369
Vertex 17896 -0.0871595 0.128427 0.0471391
Vertex 17897 -0.0864194 0.133874 0.0462429
Vertex 17898 -0.0728513 0.077742 0.0372898
Vertex 17899 -0.0756877 0.15767 -0.00739081
Vertex 17900 -0.0509412 0.0543847 0.0317288
Vertex 17901 -0.050518 0.054445 0.0327051
Vertex 17902 -0.0499825 0.0544896 0.033589
Vertex 17903 -0.0494012 0.054529 0.0344155
Vertex 17904 -0.0487872 0.0545643 0.0352206
Vertex 17905 -0.0481437 0.0545922 0.0360102
Vertex 17906 -0.0474886 0.05462 0.0367747
Vertex 17907 -0.0467288 0.054632 0.0374442
Vertex 17908 -0.0459023 0.0546326 0.0380387
Vertex 17909 -0.0450103 0.054631 0.0385549
Vertex 17910 -0.0781434 0.0927222 0.0364655
Vertex 17911 -0.0759273 0.08606 0.0386654
Vertex 17912 -0.0903951 0.118903 0.0450094
Vertex 17913 -0.0480871 0.166778 0.00155196
Vertex 17914 -0.0831336 0.135327 0.0485953
Vertex 17915 -0.0860496 0.128472 0.048867
Vertex 17916 -0.0819634 0.103331 0.0300688
Vertex 17917 -0.0794921 0.146102 0.0417961
Vertex 17918 -0.0238593 0.0838986 0.0547079
Vertex 17919 -0.028646 0.0535523 0.0364431
Vertex 17920 -0.0278445 0.0535534 0.0370258
Vertex 17921 -0.0270646 0.053566 0.0376661
Vertex 17922 -0.0264336 0.0535943 0.0384453
Vertex 17923 -0.02575 0.0536249 0.0391706
Vertex 17924 -0.0251991 0.0536651 0.0400375
Vertex 17925 -0.0247513 0.0944605 0.0453863
Vertex 17926 -0.0240199 0.0537379 0.0416895
Vertex 17927 -0.0241215 0.0944713 0.0461972
Vertex 17928 -0.015259 0.0984512 0.0471298
Vertex 17929 -0.0774944 0.092744 0.0372295
Vertex 17930 -0.0744413 0.0833098 0.038687
Vertex 17931 -0.0782747 0.174383 -0.0433933
Vertex 17932 -0.0752579 0.0874199 0.0393733
Vertex 17933 -0.0492522 0.165358 0.00274428
Vertex 17934 -0.0258761 0.0796032 0.0512286
Vertex 17935 -0.0776167 0.0914005 0.037394
Vertex 17936 -0.0680469 0.0887699 0.043444
Vertex 17937 -0.0679768 0.0791427 0.0408622
Vertex 17938 -0.0838753 0.135332 0.0479212
Vertex 17939 -0.0798409 0.103395 0.0321858
Vertex 17940 -0.0515592 0.162515 0.00512403
Vertex 17941 -0.0873717 0.0895698 0.0245766
Vertex 17942 -0.0678178 0.0923118 -0.0167386
Vertex 17943 -0.0796939 0.0873057 0.0353613
Vertex 17944 -0.0438294 0.0913555 -0.0224139
Vertex 17945 -0.0782363 0.119072 0.0512696
Vertex 17946 -0.0842997 0.131249 0.0498733
Vertex 17947 -0.0816839 0.0830971 0.0318157
Vertex 17948 -0.0814225 0.0858535 0.0328878
Vertex 17949 -0.0803036 0.100707 0.0327244
Vertex 17950 -0.089811 0.143072 0.0296513
Vertex 17951 -0.0909792 0.143017 0.0266346
Vertex 17952 -0.0886495 0.113065 0.0417436
Vertex 17953 -0.0908165 0.145736 0.0263481
Vertex 17954 -0.0893654 0.145802 0.0291185
Vertex 17955 -0.0786209 0.174303 -0.0444916
Vertex 17956 -0.0801387 0.142096 0.0454029
Vertex 17957 -0.0874177 0.131128 0.0459004
Vertex 17958 -0.0281854 0.174153 -0.0178233
Vertex 17959 -0.0752954 0.15636 -0.00353298
Vertex 17960 -0.0725865 0.0874189 0.0409577
Vertex 17961 -0.073587 0.148629 -0.0261691
Vertex 17962 -0.0814849 0.0872077 0.0329213
Vertex 17963 -0.0858041 0.131212 0.0485351
Vertex 17964 -0.0789661 0.0859916 0.0360799
Vertex 17965 -0.0228892 0.0739252 0.0512281
Vertex 17966 -0.0233826 0.0866124 0.0541509
Vertex 17967 -0.0284893 0.0835322 0.0466293
Vertex 17968 -0.0923571 0.121517 0.0426088
Vertex 17969 -0.0748611 0.163212 -0.0154286
Vertex 17970 -0.077476 0.164468 -0.0240677
Vertex 17971 -0.0723659 0.100858 0.0389128
Vertex 17972 -0.0795725 0.091329 0.0351135
Vertex 17973 0.00712427 0.107292 -0.0202517
Vertex 17974 -0.0551395 0.054088 0.00915623
Vertex 17975 -0.0546003 0.0541349 0.0100271
Vertex 17976 -0.0539359 0.0541543 0.0107637
Vertex 17977 -0.0533105 0.0541891 0.0115512
Vertex 17978 -0.052616 0.0542078 0.012269
Vertex 17979 -0.0519452 0.0542248 0.0130044
Vertex 17980 -0.0513326 0.0542594 0.0137993
Vertex 17981 -0.0507132 0.054338 0.0146004
Vertex 17982 -0.0503289 0.0543622 0.0156654
Vertex 17983 -0.0509946 0.0547172 0.0191515
Vertex 17984 -0.0514204 0.0548853 0.0209522
Vertex 17985 -0.0518764 0.0550741 0.0228473
Vertex 17986 -0.0520805 0.0552272 0.0244826
Vertex 17987 -0.0774203 0.177255 -0.0472003
Vertex 17988 -0.0860007 0.147303 0.0341634
Vertex 17989 -0.0861837 0.0868588 0.0248974
Vertex 17990 -0.0512935 0.0556822 0.0305914
Vertex 17991 -0.0509119 0.055753 0.0316394
Vertex 17992 -0.0504539 0.0558071 0.0326022
Vertex 17993 -0.0499219 0.0558508 0.0334877
Vertex 17994 -0.0493842 0.0558982 0.0343669
Vertex 17995 -0.0487687 0.0559317 0.0351683
Vertex 17996 -0.0481052 0.0559539 0.0359192
Vertex 17997 -0.0474593 0.0559824 0.0367034
Vertex 17998 -0.0467634 0.0560036 0.0374321
Vertex 17999 -0.0459594 0.0560107 0.0380589
Vertex 18000 -0.0451321 0.0560164 0.0386443
Vertex 18001 -0.0840259 0.124392 0.0498267
Vertex 18002 -0.0883316 0.128385 0.0454834
Vertex 18003 -0.0909787 0.118866 0.0441649
Vertex 18004 -0.0841715 0.0870272 0.0285556
Vertex 18005 -0.0902093 0.131023 0.0402096
Vertex 18006 -0.0293156 0.0820403 0.0446588
Vertex 18007 -0.0895091 0.147137 0.0278175
Vertex 18008 -0.0698033 0.087974 -0.016854
Vertex 18009 -0.073748 0.0805288 0.0380979
Vertex 18010 -0.027701 0.0549269 0.0368456
Vertex 18011 -0.0269873 0.0549465 0.0375414
Vertex 18012 -0.0263571 0.0549776 0.0383278
Vertex 18013 -0.0258056 0.0550238 0.0391969
Vertex 18014 -0.0252161 0.0550594 0.0400126
Vertex 18015 -0.0246982 0.0551057 0.0409028
Vertex 18016 -0.0240922 0.0551393 0.0417051
Vertex 18017 -0.0235187 0.0551838 0.0425567
Vertex 18018 -0.0229321 0.055215 0.043371
Vertex 18019 -0.0224297 0.0552774 0.0442986
Vertex 18020 -0.0218343 0.0553077 0.0451067
Vertex 18021 -0.0212331 0.0553385 0.0459146
Vertex 18022 -0.0206125 0.0553712 0.0467047
Vertex 18023 -0.0199502 0.0553853 0.0474489
Vertex 18024 -0.0192766 0.0554309 0.0481999
Vertex 18025 -0.0185768 0.055451 0.0489119
Vertex 18026 -0.0178669 0.0554748 0.0496143
Vertex 18027 -0.0170933 0.0554767 0.0502631
Vertex 18028 -0.0839307 0.125043 -0.00388859
Vertex 18029 -0.0743429 0.0777095 0.0359578
Vertex 18030 -0.0737727 0.0928414 0.040556
Vertex 18031 -0.0775055 0.120428 0.0519362
Vertex 18032 -0.022007 0.0754165 0.0531212
Vertex 18033 -0.0688111 0.0922897 -0.0164711
Vertex 18034 -0.0878291 0.0895228 0.0236162
Vertex 18035 -0.0783775 0.103446 0.0335489
Vertex 18036 -0.0858505 0.116285 0.047652
Vertex 18037 -0.0810823 0.146103 0.0405774
Vertex 18038 -0.0890856 0.122978 0.0464209
Vertex 18039 -0.0723648 0.0763024 0.0368597
Vertex 18040 -0.0803572 0.0803552 0.0319871
Vertex 18041 -0.0887798 0.140493 0.0370948
Vertex 18042 -0.086772 0.140601 0.0407491
Vertex 18043 -0.0854765 0.145991 0.0364919
Vertex 18044 -0.0860963 0.145967 0.0357039
Vertex 18045 -0.0899184 0.131005 0.0413145
Vertex 18046 -0.0235739 0.0944939 0.0470656
Vertex 18047 -0.0201887 0.0754016 0.0541402
Vertex 18048 -0.0558134 0.0883826 -0.0218608
Vertex 18049 -0.0802965 0.0872747 0.0345612
Vertex 18050 -0.0839857 0.132609 0.0495198
Vertex 18051 -0.0680529 0.0874243 0.0435129
Vertex 18052 -0.0779467 0.170107 -0.0351609
Vertex 18053 -0.0817242 0.148679 0.0369003
Vertex 18054 -0.083623 0.0857135 0.0294569
Vertex 18055 -0.0884317 0.131079 0.0440854
Vertex 18056 -0.0827096 0.131285 0.0511192
Vertex 18057 -0.0818286 0.147374 0.0384552
Vertex 18058 -0.0917791 0.117463 0.0421754
Vertex 18059 -0.0208533 0.0866413 0.055877
Vertex 18060 -0.0217999 0.0866355 0.0553929
Vertex 18061 -0.0227215 0.0797443 0.0551012
Vertex 18062 -0.0827616 0.091206 0.0312465
Vertex 18063 -0.0851811 0.0897279 0.0280525
Vertex 18064 -0.037803 0.0885803 -0.0235006
Vertex 18065 -0.075255 0.0832856 0.0380964
Vertex 18066 -0.0843505 0.0842533 0.0274024
Vertex 18067 -0.0506733 0.162525 0.00564316
Vertex 18068 -0.0880436 0.0977019 0.0235765
Vertex 18069 -0.0875711 0.0977385 0.0245274
Vertex 18070 -0.0535232 0.0556038 0.0117195
Vertex 18071 -0.0770086 0.090082 0.0382275
Vertex 18072 -0.0515288 0.0559219 0.0167726
Vertex 18073 -0.052022 0.0561083 0.0186673
Vertex 18074 -0.0519257 0.0563169 0.0201359
Vertex 18075 -0.0520277 0.0563658 0.0215194
Vertex 18076 -0.0521809 0.0564969 0.0230721
Vertex 18077 -0.0522524 0.0566167 0.0245415
Vertex 18078 -0.0522528 0.0567257 0.0259279
Vertex 18079 -0.0521438 0.0568294 0.0272279
Vertex 18080 -0.0519669 0.0569186 0.0284516
Vertex 18081 -0.0516556 0.0569841 0.0295138
Vertex 18082 -0.0513349 0.057067 0.0306313
Vertex 18083 -0.0509259 0.0571242 0.0316152
Vertex 18084 -0.050471 0.0571806 0.032579
Vertex 18085 -0.0499657 0.0572278 0.0334797
Vertex 18086 -0.0493712 0.0572598 0.0342952
Vertex 18087 -0.0487856 0.0573034 0.0351442
Vertex 18088 -0.0481285 0.0573264 0.0358964
Vertex 18089 -0.0474866 0.0573572 0.0366835
Vertex 18090 -0.0467953 0.0573798 0.0374139
Vertex 18091 -0.0460532 0.057401 0.0380948
Vertex 18092 -0.0452512 0.0574076 0.0387158
Vertex 18093 -0.044324 0.0573856 0.0392571
Vertex 18094 -0.0870447 0.0977755 0.0254107
Vertex 18095 -0.0915894 0.118845 0.0433559
Vertex 18096 -0.0812562 0.103354 0.0307723
Vertex 18097 -0.0852113 0.0869359 0.026743
Vertex 18098 -0.0278047 0.074956 0.0433932
Vertex 18099 -0.024687 0.0892375 0.0511394
Vertex 18100 -0.090122 0.144414 0.0285066
Vertex 18101 -0.0689571 0.134062 -0.00839151
Vertex 18102 -0.0865647 0.0978132 0.0263535
Vertex 18103 -0.0270215 0.0563432 0.0375362
Vertex 18104 -0.0263916 0.0563779 0.0383176
Vertex 18105 -0.0258019 0.0564099 0.0391373
Vertex 18106 -0.0252694 0.0564528 0.0400125
Vertex 18107 -0.0247271 0.0564997 0.0408849
Vertex 18108 -0.0241328 0.0565311 0.0416958
Vertex 18109 -0.0235633 0.0565791 0.042552
Vertex 18110 -0.0229828 0.0566251 0.0433992
Vertex 18111 -0.0223745 0.0566587 0.0441983
Vertex 18112 -0.0218427 0.0567021 0.0450804
Vertex 18113 -0.0213048 0.0567472 0.0459531
Vertex 18114 -0.0207237 0.0567772 0.0467736
Vertex 18115 -0.0201321 0.0568083 0.0475876
Vertex 18116 -0.0194917 0.0568426 0.0483686
Vertex 18117 -0.0188005 0.0568615 0.0490899
Vertex 18118 -0.0180891 0.0568831 0.0497969
Vertex 18119 -0.017374 0.0569064 0.0504968
Vertex 18120 -0.0859938 0.0978404 0.0272064
Vertex 18121 -0.0853874 0.0978708 0.0280062
Vertex 18122 -0.0129906 0.0568055 0.0517595
Vertex 18123 -0.0121151 0.0568039 0.0522997
Vertex 18124 -0.0847868 0.0979024 0.0288114
Vertex 18125 -0.0218601 0.0893132 0.0539604
Vertex 18126 -0.0784828 0.175619 -0.0475153
Vertex 18127 -0.0905785 0.121592 0.0451008
Vertex 18128 -0.0867319 0.116264 0.0471164
Vertex 18129 -0.0769289 0.125211 -0.00745968
Vertex 18130 -0.0861214 0.132549 0.0473951
Vertex 18131 -0.0846517 0.135301 0.0472783
Vertex 18132 -0.0869182 0.148604 0.0308154
Vertex 18133 -0.078467 0.147461 0.0407301
Vertex 18134 -0.0841353 0.146019 0.0379782
Vertex 18135 -0.0834012 0.146003 0.0386574
Vertex 18136 -0.0826957 0.0898386 0.0312187
Vertex 18137 -0.093479 0.129659 0.0212406
Vertex 18138 -0.0769167 0.0873975 0.0382106
Vertex 18139 -0.0841699 0.0979316 0.0296062
Vertex 18140 -0.0889602 0.131049 0.0432066
Vertex 18141 -0.0835274 0.0979539 0.0303801
Vertex 18142 -0.0727351 0.0832969 0.03983
Vertex 18143 -0.0775221 0.104823 0.0340694
Vertex 18144 -0.0828557 0.0979824 0.0311146
Vertex 18145 -0.0808373 0.0858965 0.0337281
Vertex 18146 -0.085378 0.128494 0.0496125
Vertex 18147 -0.026277 0.0795343 0.0501986
Vertex 18148 -0.085608 0.144617 0.0380805
Vertex 18149 -0.0821992 0.0980013 0.0318751
Vertex 18150 -0.0918049 0.121541 0.0434848
Vertex 18151 -0.0825925 0.0857998 0.0312629
Vertex 18152 -0.0783551 0.090033 0.0367591
Vertex 18153 -0.0815235 0.0899003 0.0328752
Vertex 18154 -0.0833347 0.0898073 0.030438
Vertex 18155 -0.0831943 0.132626 0.0501472
Vertex 18156 -0.0872251 0.0950749 0.0256867
Vertex 18157 -0.0843417 0.0952366 0.029868
Vertex 18158 -0.0823976 0.095314 0.0321564
Vertex 18159 -0.0787271 0.0954037 0.0355432
Vertex 18160 -0.0855353 0.0938173 0.0282665
Vertex 18161 -0.0696779 0.086056 0.0423345
Vertex 18162 -0.0256024 0.0918183 0.0477571
Vertex 18163 -0.0740754 0.0791322 0.0370556
Vertex 18164 -0.0801896 0.0926573 0.034266
Vertex 18165 -0.0788782 0.172865 -0.0427748
Vertex 18166 -0.0815066 0.0980245 0.032594
Vertex 18167 -0.0550494 0.0577849 0.0202145
Vertex 18168 -0.0542607 0.057796 0.0208407
Vertex 18169 -0.0535372 0.0578641 0.0215172
Vertex 18170 -0.0527991 0.0578707 0.0222512
Vertex 18171 -0.0526679 0.0579784 0.0235498
Vertex 18172 -0.0526119 0.0580506 0.0248562
Vertex 18173 -0.0525203 0.0581461 0.0261597
Vertex 18174 -0.0523515 0.0582314 0.0273813
Vertex 18175 -0.0521074 0.0583062 0.0285239
Vertex 18176 -0.0517937 0.0583908 0.0296448
Vertex 18177 -0.0513866 0.0584422 0.0306256
Vertex 18178 -0.0509402 0.0584984 0.0315938
Vertex 18179 -0.050486 0.0585567 0.0325562
Vertex 18180 -0.0499829 0.0586014 0.0334591
Vertex 18181 -0.0494324 0.0586474 0.0343285
Vertex 18182 -0.0488192 0.0586801 0.0351334
Vertex 18183 -0.0481968 0.058714 0.0359259
Vertex 18184 -0.0475224 0.0587349 0.0366732
Vertex 18185 -0.0468723 0.0587675 0.0374438
Vertex 18186 -0.0461509 0.05879 0.0381434
Vertex 18187 -0.0453044 0.0587827 0.038737
Vertex 18188 -0.0444225 0.0587761 0.0392912
Vertex 18189 -0.0807821 0.0980376 0.0332837
Vertex 18190 -0.083014 0.0816043 0.0289568
Vertex 18191 -0.0536029 0.162357 0.00297376
Vertex 18192 -0.0823499 0.132665 0.0507367
Vertex 18193 -0.073889 0.119392 -0.00790358
Vertex 18194 -0.0832566 0.147367 0.0370632
Vertex 18195 -0.0870878 0.147265 0.0324302
Vertex 18196 -0.0888345 0.136443 0.0400961
Vertex 18197 -0.0753611 0.0724331 0.0302407
Vertex 18198 -0.0800787 0.0980611 0.0339873
Vertex 18199 -0.0271594 0.0577744 0.0376032
Vertex 18200 -0.0264004 0.0577755 0.0382862
Vertex 18201 -0.0258758 0.0578187 0.0391737
Vertex 18202 -0.0252734 0.05785 0.0399799
Vertex 18203 -0.0247501 0.0578943 0.0408638
Vertex 18204 -0.0241838 0.0579409 0.0417219
Vertex 18205 -0.023566 0.0579721 0.0425175
Vertex 18206 -0.0230106 0.0580182 0.0433839
Vertex 18207 -0.0224495 0.0580629 0.0442448
Vertex 18208 -0.0219078 0.0581082 0.0451165
Vertex 18209 -0.0213288 0.0581411 0.0459349
Vertex 18210 -0.0207807 0.0581858 0.0468036
Vertex 18211 -0.0202474 0.0582316 0.0476806
Vertex 18212 -0.0196496 0.0582641 0.0484904
Vertex 18213 -0.0190471 0.0582949 0.0492947
Vertex 18214 -0.018422 0.0583296 0.0500808
Vertex 18215 -0.0176504 0.0583335 0.0507279
Vertex 18216 -0.0793348 0.0980896 0.0346601
Vertex 18217 -0.0785905 0.0980977 0.0353146
Vertex 18218 -0.0778197 0.0981202 0.035968
Vertex 18219 -0.0134137 0.0581871 0.0521911
Vertex 18220 -0.0126763 0.05824 0.052838
Vertex 18221 -0.0117789 0.0582633 0.0533407
Vertex 18222 -0.0770206 0.0981288 0.0365817
Vertex 18223 -0.0762222 0.0981393 0.0371985
Vertex 18224 -0.0784369 0.170061 -0.0360578
Vertex 18225 -0.0882956 0.116235 0.0458325
Vertex 18226 -0.0812513 0.108802 0.0293202
Vertex 18227 -0.086716 0.132512 0.0465811
Vertex 18228 -0.0839725 0.0897798 0.0296574
Vertex 18229 -0.0746849 0.14995 -0.0294029
Vertex 18230 -0.0826845 0.0884898 0.0312484
Vertex 18231 -0.0754309 0.0981509 0.0378194
Vertex 18232 -0.0245078 0.0767611 0.0513331
Vertex 18233 -0.0869041 0.141929 0.0394374
Vertex 18234 -0.0720231 0.149543 -0.0391183
Vertex 18235 -0.0746646 0.0981736 0.0384691
Vertex 18236 -0.0799271 0.140795 0.0466609
Vertex 18237 -0.0739256 0.098177 0.0391323
Vertex 18238 -0.073083 0.0981963 0.0397086
Vertex 18239 -0.072166 0.0982206 0.0402281
Vertex 18240 -0.0788582 0.171448 -0.0399026
Vertex 18241 -0.078132 0.172939 -0.0407193
Vertex 18242 -0.0205797 0.0906821 0.0540574
Vertex 18243 -0.0608162 0.0881975 -0.019441
Vertex 18244 -0.0802909 0.104732 0.0311813
Vertex 18245 -0.0709488 0.0833216 0.0408543
Vertex 18246 -0.0777311 0.0887218 0.0375819
Vertex 18247 -0.0762231 0.16043 -0.0125715
Vertex 18248 -0.0164738 0.10119 0.0439603
Vertex 18249 -0.0861948 0.1005 0.0258994
Vertex 18250 -0.0753955 0.0901087 0.0394375
Vertex 18251 -0.0828121 0.0830332 0.030132
Vertex 18252 -0.0755506 0.0791122 0.0357048
Vertex 18253 -0.0618089 0.0881716 -0.0191682
Vertex 18254 0.00911841 0.110151 -0.0195223
Vertex 18255 -0.0311414 0.168206 -0.0166543
Vertex 18256 -0.0681193 0.15804 -0.05439
Vertex 18257 -0.0661323 0.162373 -0.0581655
Vertex 18258 -0.0228778 0.10587 -0.0225138
Vertex 18259 -0.0441607 0.162142 -0.00945516
Vertex 18260 -0.0248813 0.105869 -0.0225199
Vertex 18261 -0.0338474 0.0972112 -0.023083
Vertex 18262 -0.0690618 0.110676 0.0409548
Vertex 18263 -0.0534556 0.0353304 0.0456783
Vertex 18264 -0.0171444 0.168289 -0.0207283
Vertex 18265 -0.0582662 0.0597287 0.0219286
Vertex 18266 -0.0559881 0.0594067 0.0225062
Vertex 18267 -0.055281 0.0594285 0.0232183
Vertex 18268 -0.0544894 0.0594391 0.0238452
Vertex 18269 -0.0537039 0.0594504 0.0244709
Vertex 18270 -0.053144 0.0595659 0.0253997
Vertex 18271 -0.052965 0.0595916 0.0265588
Vertex 18272 -0.0526285 0.0596472 0.0276152
Vertex 18273 -0.0523454 0.059725 0.0287459
Vertex 18274 -0.0519381 0.0597689 0.0297286
Vertex 18275 -0.0515122 0.0598238 0.030703
Vertex 18276 -0.0510675 0.0598803 0.0316706
Vertex 18277 -0.050588 0.0599426 0.0326193
Vertex 18278 -0.0500753 0.0599861 0.0335137
Vertex 18279 -0.0494761 0.0600183 0.034326
Vertex 18280 -0.0488628 0.0600536 0.0351294
Vertex 18281 -0.0482359 0.0600875 0.0359237
Vertex 18282 -0.0475947 0.0601221 0.0367025
Vertex 18283 -0.0469178 0.060141 0.0374462
Vertex 18284 -0.0461946 0.0601644 0.0381445
Vertex 18285 -0.0453678 0.060156 0.0387657
Vertex 18286 -0.044527 0.0601701 0.0393419
Vertex 18287 -0.0713282 0.0982044 0.0407618
Vertex 18288 -0.0896679 0.144435 0.0294634
Vertex 18289 -0.0900837 0.117534 0.0447346
Vertex 18290 -0.0243811 0.0738035 0.0484997
Vertex 18291 -0.0825371 0.14737 0.037761
Vertex 18292 -0.0729927 0.08468 0.0400334
Vertex 18293 -0.090033 0.147105 0.0269347
Vertex 18294 -0.0884181 0.136485 0.0410708
Vertex 18295 -0.0774025 0.100791 0.0354679
Vertex 18296 -0.024804 0.0737635 0.0475256
Vertex 18297 -0.0259535 0.0592275 0.0392168
Vertex 18298 -0.025376 0.059259 0.0400414
Vertex 18299 -0.0248162 0.0593033 0.0409035
Vertex 18300 -0.0242184 0.0593353 0.0417104
Vertex 18301 -0.0236236 0.0593674 0.0425181
Vertex 18302 -0.0230608 0.0594124 0.0433799
Vertex 18303 -0.0225179 0.0594554 0.0442529
Vertex 18304 -0.0219738 0.059501 0.0451263
Vertex 18305 -0.0214151 0.0595466 0.0459898
Vertex 18306 -0.0208141 0.0595795 0.0467936
Vertex 18307 -0.0202578 0.0596247 0.0476545
Vertex 18308 -0.0197076 0.059653 0.0484949
Vertex 18309 -0.0191672 0.0596981 0.049368
Vertex 18310 -0.0185705 0.0597254 0.0501838
Vertex 18311 -0.017912 0.059765 0.0509406
Vertex 18312 -0.0810292 0.0940061 0.0336494
Vertex 18313 -0.0770465 0.161776 -0.0174081
Vertex 18314 -0.025733 0.0751362 0.0469781
Vertex 18315 -0.0140108 0.0596764 0.0527295
Vertex 18316 -0.0132756 0.0597275 0.0533794
Vertex 18317 -0.0771598 0.160359 -0.0157997
Vertex 18318 -0.0278572 0.0972984 -0.0239915
Vertex 18319 -0.0855508 0.0883229 0.0270467
Vertex 18320 -0.0917483 0.122888 0.0433845
Vertex 18321 -0.0830361 0.0952877 0.0313817
Vertex 18322 -0.0890068 0.11621 0.0451247
Vertex 18323 -0.0447239 0.169659 -0.000473292
Vertex 18324 -0.0777124 0.0900603 0.0375253
Vertex 18325 -0.0689033 0.0887623 0.0428815
Vertex 18326 -0.0328429 0.0972178 -0.0231932
Vertex 18327 -0.0728066 0.087878 -0.0157134
Vertex 18328 -0.0874564 0.141909 0.0385732
Vertex 18329 -0.0770308 0.167319 -0.027484
Vertex 18330 -0.0461657 0.168264 0.000998904
Vertex 18331 -0.0822803 0.139383 0.0462108
Vertex 18332 -0.080721 0.0845507 0.0336553
Vertex 18333 -0.0879683 0.133795 0.0435491
Vertex 18334 -0.0857293 0.121702 0.0488414
Vertex 18335 -0.0784376 0.171472 -0.0389273
Vertex 18336 -0.0714338 0.100882 0.0394174
Vertex 18337 -0.0876142 0.116272 0.0465171
Vertex 18338 -0.0815894 0.0926183 0.0328436
Vertex 18339 -0.0774559 0.158948 -0.0154272
Vertex 18340 -0.0218769 0.105849 -0.0224625
Vertex 18341 -0.0856352 0.151298 0.0280417
Vertex 18342 -0.0796666 0.0886389 0.0352895
Vertex 18343 -0.0763386 0.161799 -0.0152953
Vertex 18344 -0.0755712 0.102178 0.0364401
Vertex 18345 -0.0829735 0.127181 0.0515051
Vertex 18346 -0.0132685 0.101107 0.0437078
Vertex 18347 -0.0838411 0.0884243 0.0295799
Vertex 18348 -0.0215329 0.0768164 0.0540336
Vertex 18349 -0.052073 0.150157 -0.00315276
Vertex 18350 -0.0759274 0.108411 0.0376421
Vertex 18351 -0.075716 0.071204 0.0277224
Vertex 18352 -0.0819225 0.125087 -0.0048212
Vertex 18353 -0.0658988 0.116581 -0.00961273
Vertex 18354 -0.0268555 0.0987274 -0.0239779
Vertex 18355 -0.0748436 0.114924 -0.0060803
Vertex 18356 -0.0298441 0.0972531 -0.0235715
Vertex 18357 -0.0669546 0.128237 -0.00895731
Vertex 18358 -0.0639758 0.128226 -0.00858393
Vertex 18359 -0.0470567 0.069722 0.0403886
Vertex 18360 -0.0371896 0.166685 -0.0135589
Vertex 18361 -0.07397 0.135486 -0.00709777
Vertex 18362 -0.0530656 0.150158 -0.00286677
Vertex 18363 -0.0764634 0.157616 -0.00941011
Vertex 18364 -0.0568378 0.0613597 0.0260949
Vertex 18365 -0.0555168 0.0610654 0.0262173
Vertex 18366 -0.0548951 0.0610993 0.0270145
Vertex 18367 -0.0539202 0.0610131 0.0274265
Vertex 18368 -0.0527176 0.0611373 0.029069
Vertex 18369 -0.0522199 0.061167 0.0299696
Vertex 18370 -0.0517688 0.0612265 0.030932
Vertex 18371 -0.0512549 0.0612644 0.0318233
Vertex 18372 -0.0507783 0.0613366 0.0327704
Vertex 18373 -0.0501963 0.061364 0.033592
Vertex 18374 -0.0495652 0.0614019 0.0343808
Vertex 18375 -0.0489426 0.0614374 0.0351759
Vertex 18376 -0.0483119 0.0614742 0.035964
Vertex 18377 -0.047648 0.0614917 0.0367154
Vertex 18378 -0.0469959 0.06153 0.0374819
Vertex 18379 -0.0462425 0.0615364 0.0381535
Vertex 18380 -0.0455023 0.0615609 0.0388319
Vertex 18381 -0.0446553 0.0615526 0.0394256
Vertex 18382 -0.0842132 0.092522 0.0298256
Vertex 18383 -0.0784933 0.0832425 0.0356821
Vertex 18384 -0.0712173 0.0846981 0.0410753
Vertex 18385 -0.0238911 0.0738255 0.0493988
Vertex 18386 -0.0840365 0.147342 0.0364323
Vertex 18387 -0.0738666 0.0846755 0.0394915
Vertex 18388 -0.0869577 0.133848 0.0453706
Vertex 18389 -0.0905041 0.147099 0.0259896
Vertex 18390 -0.0856022 0.136615 0.0453504
Vertex 18391 -0.0858754 0.148602 0.0326009
Vertex 18392 -0.0708787 0.0634588 0.0196178
Vertex 18393 -0.0260772 0.0606359 0.0392914
Vertex 18394 -0.0255028 0.0606627 0.0401195
Vertex 18395 -0.0249365 0.0607087 0.0409751
Vertex 18396 -0.0243177 0.0607418 0.04177
Vertex 18397 -0.0236961 0.0607746 0.0425604
Vertex 18398 -0.0231291 0.0608213 0.0434196
Vertex 18399 -0.0225608 0.0608496 0.0442445
Vertex 18400 -0.0220309 0.0609111 0.0451603
Vertex 18401 -0.0214752 0.0609386 0.0459919
Vertex 18402 -0.020881 0.0609703 0.0467992
Vertex 18403 -0.0203373 0.0610131 0.0476733
Vertex 18404 -0.019839 0.0610753 0.0486026
Vertex 18405 -0.0192798 0.0610993 0.0494354
Vertex 18406 -0.0187164 0.0611476 0.0502898
Vertex 18407 -0.0180735 0.0611876 0.0510587
Vertex 18408 -0.0173263 0.0611887 0.051725
Vertex 18409 -0.0251342 0.0878826 0.0516343
Vertex 18410 -0.0145535 0.06115 0.0532234
Vertex 18411 -0.0137359 0.061178 0.0537969
Vertex 18412 -0.081903 0.123614 -0.00465545
Vertex 18413 -0.0762767 0.179149 -0.050884
Vertex 18414 -0.0776802 0.121779 0.0520726
Vertex 18415 -0.0852651 0.14863 0.0333956
Vertex 18416 -0.0559977 0.128155 -0.00607843
Vertex 18417 -0.0810169 0.0953587 0.0335948
Vertex 18418 -0.0896904 0.116203 0.0443945
Vertex 18419 -0.0768027 0.1218 0.0526081
Vertex 18420 -0.0866007 0.129822 0.0479412
Vertex 18421 -0.0721201 0.149786 -0.0402916
Vertex 18422 -0.0848397 0.124371 0.0492354
Vertex 18423 -0.0831522 0.148677 0.0355101
Vertex 18424 -0.0454458 0.168254 0.00168996
Vertex 18425 -0.01212 0.102458 0.0438351
Vertex 18426 -0.0839703 0.0843113 0.0284366
Vertex 18427 -0.0229076 0.0852723 0.0551257
Vertex 18428 -0.0779935 0.171503 -0.0379488
Vertex 18429 -0.0821459 0.0912329 0.0320422
Vertex 18430 -0.0807952 0.106052 0.0302403
Vertex 18431 -0.0741351 0.0860483 0.039718
Vertex 18432 -0.0753549 0.104884 0.0361423
Vertex 18433 -0.0788495 0.1177 0.0505094
Vertex 18434 -0.0850979 0.131233 0.0492505
Vertex 18435 -0.0234218 0.0738847 0.0503501
Vertex 18436 -0.0862929 0.15121 0.027304
Vertex 18437 -0.0519207 0.0493094 0.0353906
Vertex 18438 -0.0242921 0.0918773 0.0492675
Vertex 18439 -0.088169 0.124336 0.0468831
Vertex 18440 -0.0889533 0.124321 0.0462453
Vertex 18441 -0.0670338 0.0819342 0.0426575
Vertex 18442 -0.0789903 0.0900056 0.0359819
Vertex 18443 -0.0796191 0.0899783 0.0351979
Vertex 18444 -0.0410907 0.157679 -0.0102957
Vertex 18445 -0.0748916 0.10354 -0.0108565
Vertex 18446 -0.0809901 0.135346 -0.00326263
Vertex 18447 -0.0391759 0.16667 -0.0123913
Vertex 18448 -0.0301691 0.174141 -0.0165339
Vertex 18449 -0.0699695 0.135529 -0.00821968
Vertex 18450 -0.0551021 0.154591 -0.0020359
Vertex 18451 -0.0620444 0.166711 -0.0606187
Vertex 18452 -0.0777759 0.113375 -0.00398806
Vertex 18453 -0.0669412 0.126769 -0.00883964
Vertex 18454 -0.0669198 0.113752 -0.0107887
Vertex 18455 0.00412571 0.107297 -0.0203039
Vertex 18456 -0.0261553 0.169713 -0.0187023
Vertex 18457 -0.0391566 0.162183 -0.0124024
Vertex 18458 -0.0599112 0.109712 -0.0163845
Vertex 18459 -0.0420303 0.153306 -0.00761985
Vertex 18460 -0.0568311 0.0912579 -0.0217399
Vertex 18461 0.00411674 0.108725 -0.0201726
Vertex 18462 -0.0820259 0.0858257 0.0320864
Vertex 18463 -0.0729125 0.0928513 0.0411123
Vertex 18464 -0.0859998 0.135257 0.0457789
Vertex 18465 -0.0796195 0.104749 0.0319273
Vertex 18466 -0.0229052 0.0945537 0.0478017
Vertex 18467 -0.0223183 0.094515 0.0486399
Vertex 18468 -0.0497731 0.0627792 0.0345527
Vertex 18469 -0.04909 0.0628007 0.0352845
Vertex 18470 -0.0484435 0.0628471 0.0360579
Vertex 18471 -0.0477964 0.062891 0.036824
Vertex 18472 -0.0470606 0.0628926 0.0375096
Vertex 18473 -0.0463407 0.0629206 0.0382092
Vertex 18474 -0.0456018 0.0629458 0.0388902
Vertex 18475 -0.0448136 0.0629573 0.0395248
Vertex 18476 -0.0440063 0.0629698 0.0401358
Vertex 18477 -0.0901468 0.129651 0.0415795
Vertex 18478 -0.0847456 0.0911272 0.0289858
Vertex 18479 -0.0777723 0.0832737 0.0363717
Vertex 18480 -0.0801269 0.10608 0.0309775
Vertex 18481 -0.0215234 0.0739469 0.0526909
Vertex 18482 -0.0847959 0.147297 0.0357863
Vertex 18483 -0.0271626 0.0836755 0.0495254
Vertex 18484 -0.0887171 0.117597 0.0462102
Vertex 18485 -0.0909512 0.147073 0.025026
Vertex 18486 -0.0875501 0.120326 0.0478169
Vertex 18487 -0.0524215 0.162453 0.00456363
Vertex 18488 -0.0261647 0.0620468 0.0393395
Vertex 18489 -0.0255828 0.0620727 0.0401653
Vertex 18490 -0.0250326 0.0621165 0.0410328
Vertex 18491 -0.024429 0.062147 0.0418364
Vertex 18492 -0.023785 0.0621839 0.0426152
Vertex 18493 -0.0231795 0.0622145 0.0434152
Vertex 18494 -0.0226371 0.0622591 0.0442913
Vertex 18495 -0.0220963 0.0623062 0.0451655
Vertex 18496 -0.0215688 0.0623472 0.0460467
Vertex 18497 -0.0210322 0.0623911 0.0469253
Vertex 18498 -0.0204932 0.0624346 0.0477982
Vertex 18499 -0.0199623 0.0624791 0.0486773
Vertex 18500 -0.0194395 0.062521 0.0495605
Vertex 18501 -0.018805 0.0625267 0.0503254
Vertex 18502 -0.0181382 0.0625693 0.0510808
Vertex 18503 -0.0174331 0.0625913 0.0517909
Vertex 18504 -0.0274333 0.0808284 0.0484505
Vertex 18505 -0.0308479 0.0972408 -0.0233409
Vertex 18506 -0.0139477 0.0625843 0.0539847
Vertex 18507 -0.0131121 0.0626059 0.0545133
Vertex 18508 -0.062954 0.125297 -0.00870732
Vertex 18509 -0.077844 0.114867 -0.00473455
Vertex 18510 -0.064868 0.0953298 -0.0181139
Vertex 18511 -0.0855039 0.140637 0.0423198
Vertex 18512 -0.0628956 0.119461 -0.00917238
Vertex 18513 -0.0699509 0.134055 -0.00826728
Vertex 18514 -0.0871672 0.127065 0.0471934
Vertex 18515 -0.0878532 0.127045 0.0464651
Vertex 18516 -0.0674046 0.0833115 0.0429955
Vertex 18517 -0.087451 0.133828 0.0444349
Vertex 18518 -0.0892904 0.149814 0.024685
Vertex 18519 -0.0757603 0.10082 0.036651
Vertex 18520 -0.0808546 0.140749 0.0461596
Vertex 18521 -0.0789386 0.168616 -0.0354931
Vertex 18522 -0.0851123 0.133936 0.0477712
Vertex 18523 -0.0856608 0.0854539 0.0244177
Vertex 18524 -0.0835133 0.0843594 0.0293933
Vertex 18525 -0.0801977 0.117632 0.0490824
Vertex 18526 -0.0865386 0.147279 0.0332936
Vertex 18527 -0.079194 0.0832222 0.0349745
Vertex 18528 -0.0835152 0.150011 0.0330149
Vertex 18529 -0.0561449 0.04824 0.0383427
Vertex 18530 -0.025472 0.0851651 0.0520429
Vertex 18531 -0.0800217 0.102057 0.0324029
Vertex 18532 -0.0176724 0.0933571 0.0538975
Vertex 18533 -0.0863817 0.148632 0.0316852
Vertex 18534 -0.0203175 0.0933679 0.052311
Vertex 18535 -0.025973 0.0851197 0.051146
Vertex 18536 -0.0824678 0.0844329 0.0311552
Vertex 18537 -0.0866951 0.0951098 0.0265657
Vertex 18538 -0.0670193 0.0901061 0.04379
Vertex 18539 -0.0762411 0.0901005 0.0388673
Vertex 18540 -0.029331 0.0791866 0.0433726
Vertex 18541 -0.074878 0.122304 -0.00772392
Vertex 18542 -0.0648948 0.103911 -0.0165942
Vertex 18543 -0.0758417 0.114903 -0.00554375
Vertex 18544 -0.0548931 0.111218 -0.0174922
Vertex 18545 0.00111992 0.10872 -0.0203906
Vertex 18546 -0.0431375 0.160652 -0.0100842
Vertex 18547 -0.0132616 0.175663 -0.0275653
Vertex 18548 0.00912605 0.108716 -0.0196568
Vertex 18549 -0.0887986 0.114294 0.0264066
Vertex 18550 -0.0590133 0.128179 -0.00718347
Vertex 18551 -0.0152717 0.181584 -0.0271612
Vertex 18552 -0.0531156 0.156084 -0.00339606
Vertex 18553 -0.0340813 0.159269 -0.0127772
Vertex 18554 0.00612185 0.108732 -0.0201634
Vertex 18555 -0.0251728 0.1712 -0.0194857
Vertex 18556 -0.0280973 0.16079 -0.0140776
Vertex 18557 0.005123 0.108732 -0.0201833
Vertex 18558 -0.0558353 0.0912839 -0.0220329
Vertex 18559 -0.0619045 0.104018 -0.0180451
Vertex 18560 0.012125 0.10869 -0.0190017
Vertex 18561 -0.0579061 0.0357757 0.046064
Vertex 18562 -0.0240568 0.0972281 0.0446316
Vertex 18563 -0.0229243 0.0972075 0.044901
Vertex 18564 -0.0769685 0.156212 -0.0102521
Vertex 18565 -0.0216559 0.0972103 0.0449705
Vertex 18566 -0.0205007 0.0971766 0.0453281
Vertex 18567 -0.0197571 0.0971344 0.046022
Vertex 18568 -0.0192952 0.097132 0.0469462
Vertex 18569 -0.0217169 0.0945664 0.0494448
Vertex 18570 -0.0210328 0.0946153 0.0501685
Vertex 18571 -0.0487066 0.064243 0.0362896
Vertex 18572 -0.048008 0.0642705 0.0370013
Vertex 18573 -0.0472272 0.0642822 0.0376403
Vertex 18574 -0.0465015 0.0643139 0.0383309
Vertex 18575 -0.0457208 0.0643263 0.038969
Vertex 18576 -0.0449304 0.0643377 0.0396087
Vertex 18577 -0.0441151 0.0643553 0.040206
Vertex 18578 -0.0186701 0.0971551 0.0477534
Vertex 18579 -0.0818113 0.136716 0.048659
Vertex 18580 -0.0838696 0.117633 -0.00194246
Vertex 18581 -0.0567459 0.15948 0.00480369
Vertex 18582 -0.0222463 0.0739152 0.0519932
Vertex 18583 -0.0854254 0.147285 0.0350057
Vertex 18584 -0.0795395 0.117686 0.0497856
Vertex 18585 -0.0759006 0.161818 -0.014334
Vertex 18586 -0.0764965 0.154899 -0.0050946
Vertex 18587 -0.0178949 0.0971863 0.0483787
Vertex 18588 -0.0257112 0.0634738 0.0402437
Vertex 18589 -0.0251523 0.0635221 0.0411049
Vertex 18590 -0.024583 0.0635737 0.0419612
Vertex 18591 -0.0239734 0.0636045 0.0427616
Vertex 18592 -0.0234279 0.0636514 0.0436342
Vertex 18593 -0.0228589 0.0637031 0.0444908
Vertex 18594 -0.0223256 0.0637459 0.0453694
Vertex 18595 -0.0218007 0.0637891 0.0462553
Vertex 18596 -0.0212883 0.0638258 0.0471454
Vertex 18597 -0.0207862 0.0638606 0.0480406
Vertex 18598 -0.0202282 0.0639107 0.048901
Vertex 18599 -0.0196553 0.063928 0.0497256
Vertex 18600 -0.0190611 0.063953 0.0505398
Vertex 18601 -0.0183564 0.0639745 0.0512546
Vertex 18602 -0.0176233 0.0640054 0.0519373
Vertex 18603 -0.016863 0.0640072 0.0526042
Vertex 18604 -0.0171786 0.0971676 0.04907
Vertex 18605 -0.0820851 0.106006 0.028693
Vertex 18606 -0.0197736 0.0998405 0.0442778
Vertex 18607 -0.0130415 0.0639857 0.0543784
Vertex 18608 -0.017789 0.0998203 0.0439009
Vertex 18609 -0.075404 0.0914629 0.0394057
Vertex 18610 -0.0884421 0.133772 0.0426038
Vertex 18611 -0.0897054 0.124293 0.0455762
Vertex 18612 -0.0551177 0.156069 -0.00176933
Vertex 18613 -0.0231479 0.0919482 0.0509374
Vertex 18614 -0.0741436 0.100877 0.037779
Vertex 18615 -0.0885624 0.127032 0.0457658
Vertex 18616 -0.077344 0.119067 0.051823
Vertex 18617 -0.0905232 0.122929 0.0450175
Vertex 18618 -0.0780694 0.106243 0.0333548
Vertex 18619 -0.0705399 0.100871 0.0399167
Vertex 18620 -0.084428 0.138004 0.0455627
Vertex 18621 -0.0833338 0.121705 0.0492392
Vertex 18622 -0.0816426 0.140732 0.045535
Vertex 18623 -0.0821005 0.0885236 0.0320901
Vertex 18624 -0.087216 0.0937177 0.0257149
Vertex 18625 -0.0776345 0.165887 -0.0268309
Vertex 18626 -0.0165401 0.0997826 0.0440769
Vertex 18627 -0.0485608 0.164 0.00493162
Vertex 18628 -0.0890267 0.148493 0.027289
Vertex 18629 -0.0830867 0.0803012 0.027553
Vertex 18630 -0.0835093 0.13127 0.0505027
Vertex 18631 -0.0264927 0.0850795 0.0502634
Vertex 18632 -0.0761087 0.083292 0.0375324
Vertex 18633 -0.0252475 0.0736694 0.0465167
Vertex 18634 -0.0812551 0.10738 0.02923
Vertex 18635 -0.0887381 0.139163 0.03848
Vertex 18636 -0.0718916 0.0995338 0.0398851
Vertex 18637 -0.0186351 0.0933648 0.0534492
Vertex 18638 -0.0195177 0.0933631 0.0529187
Vertex 18639 -0.053047 0.162457 0.00378602
Vertex 18640 -0.0258496 0.0864897 0.0509722
Vertex 18641 -0.0253123 0.0865272 0.0518462
Vertex 18642 -0.0735922 0.0833012 0.0392631
Vertex 18643 -0.0763221 0.159003 -0.0110053
Vertex 18644 -0.0561893 0.159558 0.00559608
Vertex 18645 -0.0608279 0.0910686 -0.0191968
Vertex 18646 -0.0649074 0.120907 -0.00883756
Vertex 18647 -0.0460801 0.153165 -0.0063697
Vertex 18648 -0.0729406 0.0676849 0.0243239
Vertex 18649 0.00714876 0.108764 -0.0200496
Vertex 18650 0.00812607 0.108726 -0.0199063
Vertex 18651 -0.0679008 0.1038 -0.0147014
Vertex 18652 0.0101223 0.108705 -0.0195083
Vertex 18653 -0.067283 0.17966 -0.0595334
Vertex 18654 -0.0698932 0.103728 -0.0136756
Vertex 18655 -0.0610115 0.132585 -0.00747053
Vertex 18656 -0.0776442 0.112189 0.0467134
Vertex 18657 -0.0729374 0.129655 -0.00843737
Vertex 18658 -0.047823 0.0912927 -0.0217091
Vertex 18659 -0.0488158 0.0912881 -0.0217052
Vertex 18660 -0.0538207 0.0913026 -0.0221948
Vertex 18661 -0.0528115 0.0913061 -0.0221889
Vertex 18662 -0.0548296 0.0912974 -0.0221769
Vertex 18663 -0.073291 0.0682485 0.025526
Vertex 18664 0.0131167 0.108671 -0.0187213
Vertex 18665 -0.0648315 0.0895741 -0.0187043
Vertex 18666 -0.0883414 0.120307 0.04718
Vertex 18667 -0.0598098 0.08825 -0.0201729
Vertex 18668 -0.0817245 0.100671 0.0313188
Vertex 18669 -0.0728742 0.149812 -0.0379734
Vertex 18670 -0.0629203 0.122369 -0.00879811
Vertex 18671 -0.0821974 0.128571 0.0521036
Vertex 18672 -0.0890869 0.135136 0.0402764
Vertex 18673 -0.0837407 0.129905 0.0507752
Vertex 18674 -0.0853379 0.139291 0.0436042
Vertex 18675 -0.0203318 0.0946383 0.0508766
Vertex 18676 -0.0484493 0.0656843 0.0374132
Vertex 18677 -0.0475728 0.0656919 0.0379498
Vertex 18678 -0.0467618 0.0657183 0.0385512
Vertex 18679 -0.0459114 0.0657109 0.0391289
Vertex 18680 -0.0441667 0.0657175 0.0402548
Vertex 18681 -0.0458377 0.0970756 -0.021885
Vertex 18682 -0.0859779 0.129848 0.0487451
Vertex 18683 -0.0258745 0.104437 -0.023108
Vertex 18684 -0.0892353 0.14446 0.0304266
Vertex 18685 -0.087924 0.1365 0.0420055
Vertex 18686 -0.0875622 0.147255 0.0314849
Vertex 18687 -0.0745333 0.0805197 0.0374668
Vertex 18688 -0.0771042 0.163136 -0.0202013
Vertex 18689 -0.0782836 0.0860139 0.0367982
Vertex 18690 -0.0195579 0.0946763 0.0515134
Vertex 18691 -0.0838556 0.139345 0.0449552
Vertex 18692 -0.0264494 0.0648769 0.0395324
Vertex 18693 -0.0259181 0.0649186 0.0404266
Vertex 18694 -0.0254003 0.0649585 0.0413183
Vertex 18695 -0.0248108 0.064983 0.0421327
Vertex 18696 -0.0242622 0.0650295 0.043001
Vertex 18697 -0.0237291 0.0650733 0.0438813
Vertex 18698 -0.0231964 0.0651165 0.0447582
Vertex 18699 -0.0227042 0.0651451 0.0456598
Vertex 18700 -0.0221975 0.0652175 0.046591
Vertex 18701 -0.0216757 0.065257 0.0474751
Vertex 18702 -0.0211412 0.0652998 0.0483526
Vertex 18703 -0.02061 0.0653432 0.0492306
Vertex 18704 -0.0200798 0.0653829 0.0501099
Vertex 18705 -0.0194961 0.0654004 0.0509321
Vertex 18706 -0.018787 0.0654231 0.0516453
Vertex 18707 -0.0179879 0.0654395 0.0522544
Vertex 18708 -0.0171808 0.0654583 0.0528522
Vertex 18709 -0.0814882 0.139397 0.0468344
Vertex 18710 -0.0851043 0.10321 0.0261425
Vertex 18711 -0.0264348 0.0891318 0.0486594
Vertex 18712 -0.0128318 0.0653357 0.0541739
Vertex 18713 -0.0854828 0.0924603 0.0282645
Vertex 18714 -0.0882111 0.0936365 0.0238814
Vertex 18715 -0.0648058 0.0881399 -0.0188881
Vertex 18716 -0.0683872 0.0690317 0.0328821
Vertex 18717 -0.0797185 0.0803984 0.0327643
Vertex 18718 -0.0436341 0.171062 -0.00299049
Vertex 18719 -0.0088954 0.108786 -0.0222808
Vertex 18720 -0.0767129 0.161805 -0.0163426
Vertex 18721 -0.0882102 0.118977 0.047099
Vertex 18722 -0.0258097 0.0766327 0.0484243
Vertex 18723 -0.0886752 0.135106 0.0413889
Vertex 18724 -0.0927055 0.120137 0.0415853
Vertex 18725 -0.0266978 0.0917701 0.0460149
Vertex 18726 -0.0820753 0.129944 0.0519532
Vertex 18727 -0.0832204 0.140695 0.0442806
Vertex 18728 -0.0809796 0.0788834 0.0298322
Vertex 18729 -0.0770334 0.158982 -0.013085
Vertex 18730 -0.0249592 0.0767123 0.050372
Vertex 18731 -0.0212185 0.178615 -0.022031
Vertex 18732 -0.00588737 0.108814 -0.0225516
Vertex 18733 -0.0878486 0.143233 0.0360974
Vertex 18734 -0.0254054 0.0766649 0.0494071
Vertex 18735 -0.0485411 0.166778 0.000587101
Vertex 18736 -0.0753773 0.0887668 0.039456
Vertex 18737 -0.0718069 0.0887788 0.0415418
Vertex 18738 -0.0814909 0.0788596 0.028943
Vertex 18739 -0.029166 0.0762862 0.0418904
Vertex 18740 -0.078334 0.175787 -0.0461739
Vertex 18741 -0.0772387 0.158974 -0.0142914
Vertex 18742 -0.0707931 0.0879477 -0.0165704
Vertex 18743 -0.0779251 0.168693 -0.0322923
Vertex 18744 -0.0255118 0.0931431 0.0461963
Vertex 18745 -0.0244166 0.0931902 0.0479432
Vertex 18746 -0.0789031 0.0913518 0.0358575
Vertex 18747 -0.0263933 0.0864552 0.0500994
Vertex 18748 -0.0212315 0.0839098 0.0563274
Vertex 18749 -0.0245236 0.0838729 0.0539551
Vertex 18750 -0.0251232 0.0838362 0.0531591
Vertex 18751 -0.0802884 0.146109 0.0411929
Vertex 18752 -0.0894571 0.131034 0.0422704
Vertex 18753 -0.0578363 0.0912193 -0.0212351
Vertex 18754 -0.0588327 0.0911696 -0.0205864
Vertex 18755 -0.0618121 0.09105 -0.0190303
Vertex 18756 -0.0628225 0.0910404 -0.0189489
Vertex 18757 -0.0638273 0.0910291 -0.0188305
Vertex 18758 -0.0648099 0.0910089 -0.0186372
Vertex 18759 -0.065807 0.090969 -0.0181206
Vertex 18760 -0.0518084 0.0913012 -0.0220555
Vertex 18761 -0.0508009 0.0912872 -0.0218676
Vertex 18762 -0.0498121 0.0912811 -0.0216901
Vertex 18763 -0.0458215 0.091313 -0.0218951
Vertex 18764 -0.0448194 0.0913346 -0.0221278
Vertex 18765 -0.0468292 0.091298 -0.0217206
Vertex 18766 -0.0865836 0.11378 0.0451954
Vertex 18767 -0.060057 0.135486 -0.00665791
Vertex 18768 -0.0520933 0.154615 -0.00405641
Vertex 18769 -0.0568824 0.10976 -0.0175883
Vertex 18770 -0.0671562 0.0724925 0.0371747
Vertex 18771 -0.0629025 0.103986 -0.017642
Vertex 18772 -0.0649207 0.122383 -0.00889091
Vertex 18773 -0.0668128 0.0894987 -0.0177562
Vertex 18774 -0.0187732 0.0946942 0.0521396
Vertex 18775 -0.0826303 0.103323 0.0293175
Vertex 18776 -0.0732964 0.0791377 0.0376894
Vertex 18777 -0.0761165 0.0874143 0.0388159
Vertex 18778 -0.0830551 0.128552 0.0515383
Vertex 18779 -0.0592291 0.156682 0.00368263
Vertex 18780 -0.0881508 0.144556 0.0335371
Vertex 18781 0.0191769 0.0959952 -0.0230407
Vertex 18782 -0.0178219 0.0896296 -0.0373512
Vertex 18783 -0.00286572 0.104506 -0.0226523
Vertex 18784 -0.0481378 0.0672057 0.0386531
Vertex 18785 -0.0472854 0.0671503 0.0390298
Vertex 18786 -0.0462738 0.0671086 0.039469
Vertex 18787 -0.0321193 0.0366883 0.0508235
Vertex 18788 -0.0443984 0.0671335 0.0404051
Vertex 18789 -0.0178266 0.0947205 0.0526193
Vertex 18790 -0.0772403 0.0846603 0.0372078
Vertex 18791 -0.0857101 0.0869161 0.0258492
Vertex 18792 -0.0832007 0.119017 0.0492012
Vertex 18793 -0.0877346 0.144562 0.0345528
Vertex 18794 -0.0874124 0.136542 0.0428952
Vertex 18795 -0.0880121 0.147225 0.0305337
Vertex 18796 -0.0885789 0.0922253 0.0228661
Vertex 18797 -0.0767597 0.163153 -0.0191399
Vertex 18798 -0.0830162 0.0939316 0.0314035
Vertex 18799 -0.0401353 0.162183 -0.0119788
Vertex 18800 -0.0877344 0.132461 0.0447656
Vertex 18801 -0.0261594 0.066324 0.0406106
Vertex 18802 -0.0256808 0.0663835 0.041558
Vertex 18803 -0.0251661 0.0664206 0.0424455
Vertex 18804 -0.0246581 0.0664552 0.0433381
Vertex 18805 -0.0241603 0.0665253 0.044272
Vertex 18806 -0.0236293 0.0665652 0.045154
Vertex 18807 -0.0231138 0.0666037 0.0460408
Vertex 18808 -0.0225837 0.0666453 0.0469216
Vertex 18809 -0.0220763 0.0666765 0.0478151
Vertex 18810 -0.0215751 0.0667511 0.0487462
Vertex 18811 -0.0210692 0.0667823 0.0496379
Vertex 18812 -0.0205507 0.066817 0.0505282
Vertex 18813 -0.0199636 0.0668339 0.051351
Vertex 18814 -0.019299 0.0668878 0.052102
Vertex 18815 -0.0184257 0.066889 0.0526426
Vertex 18816 -0.0175551 0.0668893 0.0531861
Vertex 18817 -0.0748456 0.159073 -0.00827714
Vertex 18818 -0.087722 0.128407 0.0462822
Vertex 18819 -0.0927955 0.121487 0.0416389
Vertex 18820 -0.0528912 0.109829 -0.018387
Vertex 18821 -0.078061 0.117721 0.0511362
Vertex 18822 -0.06794 0.126772 -0.00890268
Vertex 18823 -0.0287411 0.0366033 0.0533099
Vertex 18824 -0.0830364 0.104646 0.028271
Vertex 18825 -0.0830074 0.117688 0.0489709
Vertex 18826 -0.0842691 0.117693 0.0488129
Vertex 18827 -0.0779175 0.0954136 0.0361479
Vertex 18828 -0.0658161 0.0866791 -0.018673
Vertex 18829 -0.0807235 0.116228 0.0481624
Vertex 18830 -0.0923057 0.12017 0.0426167
Vertex 18831 -0.0765127 0.164562 -0.0208538
Vertex 18832 -0.0866887 0.120341 0.0484058
Vertex 18833 -0.0824451 0.140729 0.0449221
Vertex 18834 -0.0169961 0.094658 0.0531741
Vertex 18835 -0.0277489 0.0877005 0.0471838
Vertex 18836 -0.0256851 0.0824232 0.052338
Vertex 18837 -0.0248582 0.0752289 0.048914
Vertex 18838 -0.0833358 0.105954 0.0271122
Vertex 18839 -0.0743965 0.149892 -0.0310959
Vertex 18840 -0.0723907 0.151114 -0.0412874
Vertex 18841 -0.0763319 0.15494 -0.00387485
Vertex 18842 -0.0213294 0.0783028 0.0551779
Vertex 18843 -0.0866523 0.0868042 0.0239447
Vertex 18844 -0.017215 0.175671 -0.0245809
Vertex 18845 -0.0766234 0.167356 -0.0265012
Vertex 18846 -0.0728932 0.0941961 0.0410307
Vertex 18847 -0.0769618 0.103489 0.0349575
Vertex 18848 -0.0908997 0.126938 0.0424248
Vertex 18849 -0.0903999 0.124268 0.0448512
Vertex 18850 -0.0809093 0.0912865 0.0336272
Vertex 18851 -0.0866695 0.135213 0.0450386
Vertex 18852 -0.0269434 0.0864227 0.0492292
Vertex 18853 -0.0706477 0.0874116 0.0418374
Vertex 18854 -0.0221672 0.0839099 0.0558332
Vertex 18855 -0.0669681 0.132599 -0.00847972
Vertex 18856 -0.0825915 0.143398 0.0421649
Vertex 18857 -0.084679 0.0869987 0.027663
Vertex 18858 -0.0765591 0.0818865 0.0366215
Vertex 18859 -0.0753069 0.109577 0.0422017
Vertex 18860 -0.0650055 0.136996 -0.00788185
Vertex 18861 -0.0578677 0.104042 -0.0186102
Vertex 18862 -0.0568787 0.10406 -0.0186489
Vertex 18863 -0.0558876 0.104087 -0.0189213
Vertex 18864 -0.0538972 0.104145 -0.0195691
Vertex 18865 -0.0528856 0.104156 -0.0198053
Vertex 18866 0.00417753 0.0922823 -0.0325433
Vertex 18867 -0.0548971 0.104115 -0.019193
Vertex 18868 -0.0779912 0.139819 -0.00526751
Vertex 18869 -0.0778773 0.120773 -0.00663343
Vertex 18870 -0.0311581 0.17265 -0.0162683
Vertex 18871 0.0111252 0.108699 -0.019265
Vertex 18872 0.0151073 0.108635 -0.0180644
Vertex 18873 -0.0739419 0.129646 -0.00820737
Vertex 18874 -0.0252176 0.0351344 0.0519405
Vertex 18875 -0.0550232 0.14424 -0.00134547
Vertex 18876 -0.0669793 0.134061 -0.00834965
Vertex 18877 -0.069891 0.119438 -0.0086356
Vertex 18878 -0.0738772 0.107826 -0.00969763
Vertex 18879 -0.0727925 0.0893223 -0.0156729
Vertex 18880 -0.0777036 0.174395 -0.0426027
Vertex 18881 -0.0845249 0.129883 0.0501389
Vertex 18882 -0.0838122 0.128533 0.0508937
Vertex 18883 -0.0846144 0.128516 0.0502768
Vertex 18884 -0.0245194 0.0879123 0.052427
Vertex 18885 -0.028277 0.0807444 0.0465032
Vertex 18886 -0.0209967 0.0893299 0.0545201
Vertex 18887 -0.0782416 0.0913778 0.0366028
Vertex 18888 -0.0865319 0.0910336 0.0265354
Vertex 18889 0.0081342 0.104445 -0.020865
Vertex 18890 -0.066894 0.110895 -0.0121462
Vertex 18891 -0.0238144 0.0879301 0.05313
Vertex 18892 -0.08227 0.0830732 0.0310042
Vertex 18893 -0.0756281 0.167353 -0.024657
Vertex 18894 -0.0428236 0.0913841 -0.0227682
Vertex 18895 -0.0840769 0.0911454 0.0297191
Vertex 18896 -0.0859798 0.13928 0.042828
Vertex 18897 -0.0754721 0.103526 0.0362863
Vertex 18898 -0.0868865 0.136539 0.0438118
Vertex 18899 -0.0884823 0.147207 0.0295866
Vertex 18900 -0.0784063 0.0886978 0.0368492
Vertex 18901 -0.0747355 0.161794 -0.0126957
Vertex 18902 -0.0823671 0.0939609 0.0321712
Vertex 18903 -0.0834343 0.143353 0.0415913
Vertex 18904 -0.0729449 0.0805494 0.0386997
Vertex 18905 -0.01605 0.0946681 0.0536372
Vertex 18906 -0.0260001 0.0677977 0.0418131
Vertex 18907 -0.0254657 0.0678395 0.0426887
Vertex 18908 -0.0250008 0.0678945 0.0436439
Vertex 18909 -0.0245116 0.0679611 0.0445844
Vertex 18910 -0.0239792 0.0680021 0.045464
Vertex 18911 -0.0234564 0.0680424 0.0463484
Vertex 18912 -0.0229776 0.0681076 0.0472951
Vertex 18913 -0.0224834 0.0681349 0.0481925
Vertex 18914 -0.0219636 0.0681726 0.0490783
Vertex 18915 -0.0214414 0.0682091 0.0499624
Vertex 18916 -0.0209485 0.0682779 0.0508919
Vertex 18917 -0.0203653 0.0682964 0.0517114
Vertex 18918 -0.0196654 0.0683158 0.0524244
Vertex 18919 -0.0188177 0.0683045 0.0530002
Vertex 18920 -0.0179785 0.068344 0.053543
Vertex 18921 -0.087802 0.139216 0.0403868
Vertex 18922 -0.023276 0.0768174 0.0529315
Vertex 18923 -0.0279123 0.0793217 0.046185
Vertex 18924 -0.0238077 0.0811303 0.0547388
Vertex 18925 -0.0788017 0.0846357 0.0359502
Vertex 18926 -0.0227544 0.0753712 0.0524561
Vertex 18927 -0.0187514 0.0906841 0.0550582
Vertex 18928 -0.0521114 0.156091 -0.00406652
Vertex 18929 -0.0578055 0.0883401 -0.0213124
Vertex 18930 -0.0833044 0.10329 0.0285866
Vertex 18931 -0.0853195 0.117662 0.0484974
Vertex 18932 -0.085028 0.100559 0.0275605
Vertex 18933 -0.0854761 0.132564 0.04817
Vertex 18934 -0.0872404 0.149912 0.0282765
Vertex 18935 -0.0883155 0.139178 0.0394996
Vertex 18936 -0.0880478 0.0908955 0.0237752
Vertex 18937 -0.0738208 0.0921589 -0.0148323
Vertex 18938 -0.0842319 0.104575 0.0266516
Vertex 18939 -0.086684 0.149909 0.029141
Vertex 18940 -0.0770439 0.154813 -0.0101321
Vertex 18941 -0.0769455 0.154831 -0.00883158
Vertex 18942 -0.023437 0.0753613 0.0517266
Vertex 18943 -0.033113 0.162236 -0.0143657
Vertex 18944 -0.076768 0.156222 -0.00903892
Vertex 18945 -0.0239671 0.075324 0.0508435
Vertex 18946 -0.0764449 0.084677 0.0378167
Vertex 18947 -0.0829344 0.129921 0.0513858
Vertex 18948 -0.0842337 0.150005 0.032317
Vertex 18949 -0.0894324 0.117571 0.0455052
Vertex 18950 -0.0267697 0.0750695 0.0452054
Vertex 18951 -0.0853268 0.127125 0.0496018
Vertex 18952 -0.0754447 0.164601 -0.0189193
Vertex 18953 -0.0289421 0.0848695 0.0456392
Vertex 18954 -0.0668098 0.0880715 -0.0180091
Vertex 18955 -0.0800654 0.121688 0.0502425
Vertex 18956 -0.0861528 0.0951452 0.0274373
Vertex 18957 -0.0877008 0.0923103 0.0248018
Vertex 18958 -0.0659221 0.115196 -0.0104247
Vertex 18959 -0.0274598 0.0863801 0.0483431
Vertex 18960 -0.0550158 0.128128 -0.00563226
Vertex 18961 -0.0733019 0.081934 0.0390113
Vertex 18962 -0.0741118 0.0819105 0.0384161
Vertex 18963 -0.0749157 0.0818909 0.0378096
Vertex 18964 -0.0757541 0.0819089 0.037226
Vertex 18965 -0.0813944 0.0817284 0.031574
Vertex 18966 -0.0898787 0.112224 0.0169361
Vertex 18967 -0.0593593 0.0651443 0.0328932
Vertex 18968 -0.0738713 0.116445 -0.00712552
Vertex 18969 -0.0809665 0.133877 -0.00363658
Vertex 18970 -0.0789639 0.13393 -0.00512141
Vertex 18971 -0.0798447 0.116298 -0.00419638
Vertex 18972 -0.0609217 0.118124 -0.010668
Vertex 18973 -0.0458732 0.104238 -0.0208285
Vertex 18974 -0.0211436 0.168262 -0.0193322
Vertex 18975 0.0141307 0.108667 -0.0183815
Vertex 18976 -0.0470651 0.153179 -0.00606436
Vertex 18977 -0.0231257 0.165273 -0.0171671
Vertex 18978 -0.0440699 0.153194 -0.00699527
Vertex 18979 -0.0639063 0.120904 -0.00875525
Vertex 18980 -0.0698001 0.0894083 -0.0167108
Vertex 18981 -0.0678177 0.0894605 -0.0172539
Vertex 18982 -0.0687967 0.0894213 -0.0168337
Vertex 18983 -0.0708134 0.0893817 -0.0163657
Vertex 18984 -0.0717916 0.0893503 -0.0160567
Vertex 18985 -0.0747874 0.0892505 -0.0147771
Vertex 18986 -0.0738068 0.0892836 -0.0151913
Vertex 18987 -0.0490771 0.154645 -0.00592496
Vertex 18988 -0.0832309 0.120353 0.049216
Vertex 18989 -0.0817321 0.120346 0.0490739
Vertex 18990 -0.0806333 0.120347 0.049427
Vertex 18991 -0.0798668 0.12036 0.0500614
Vertex 18992 -0.0793168 0.102079 0.0331119
Vertex 18993 -0.0786087 0.102098 0.0338163
Vertex 18994 -0.0697701 0.0874139 0.0423816
Vertex 18995 -0.0893599 0.133717 0.0406984
Vertex 18996 -0.0869443 0.101766 0.0237835
Vertex 18997 -0.087877 0.0990467 0.0233782
Vertex 18998 -0.065193 0.165273 -0.0595568
Vertex 18999 -0.0787856 0.109366 0.039802
Vertex 19000 -0.0759173 0.12523 -0.00781198
Vertex 19001 -0.0874076 0.0990828 0.0243308
Vertex 19002 -0.0210879 0.0852798 0.0561484
Vertex 19003 -0.0609255 0.122379 -0.00879585
Vertex 19004 -0.0882171 0.135133 0.0423395
Vertex 19005 -0.0896944 0.133694 0.0395953
Vertex 19006 -0.0849548 0.0952071 0.0290738
Vertex 19007 -0.0849504 0.136625 0.0461206
Vertex 19008 -0.0905142 0.129614 0.0405398
Vertex 19009 -0.0790343 0.0886679 0.0360671
Vertex 19010 -0.0864575 0.101794 0.0247295
Vertex 19011 -0.028039 0.0849631 0.0475609
Vertex 19012 -0.0809226 0.0926448 0.0335946
Vertex 19013 -0.0868952 0.0991223 0.0252196
Vertex 19014 -0.0863763 0.0991625 0.0261078
Vertex 19015 -0.0262745 0.0692227 0.0420449
Vertex 19016 -0.0258209 0.0692735 0.0430043
Vertex 19017 -0.0253439 0.0693349 0.0439513
Vertex 19018 -0.0248173 0.0693751 0.0448313
Vertex 19019 -0.024281 0.069418 0.0457102
Vertex 19020 -0.023822 0.0694685 0.046666
Vertex 19021 -0.0233157 0.0695067 0.0475588
Vertex 19022 -0.0228623 0.06956 0.0485197
Vertex 19023 -0.0223265 0.0696009 0.0493961
Vertex 19024 -0.0217889 0.0696447 0.0502694
Vertex 19025 -0.0212527 0.0696869 0.051144
Vertex 19026 -0.0206697 0.0697068 0.051972
Vertex 19027 -0.0199616 0.0697296 0.0526775
Vertex 19028 -0.0191411 0.0697535 0.053261
Vertex 19029 -0.018211 0.0697307 0.0537615
Vertex 19030 -0.0858145 0.0991904 0.0269676
Vertex 19031 -0.0729908 0.139888 -0.00698816
Vertex 19032 -0.0806315 0.139432 0.0474021
Vertex 19033 -0.058803 0.0883 -0.0207912
Vertex 19034 -0.0809803 0.104706 0.0304576
Vertex 19035 -0.0816857 0.104685 0.0297488
Vertex 19036 -0.0748011 0.0878022 -0.0147955
Vertex 19037 -0.0829241 0.126549 -0.00467577
Vertex 19038 -0.0882017 0.0949941 0.0238463
Vertex 19039 -0.0284216 0.0792864 0.045297
Vertex 19040 -0.0862816 0.117641 0.0480424
Vertex 19041 -0.0748092 0.0790936 0.0363823
Vertex 19042 -0.0859393 0.101835 0.0256124
Vertex 19043 -0.0619845 0.128209 -0.0080954
Vertex 19044 -0.0794763 0.0926775 0.0349659
Vertex 19045 -0.0807745 0.102028 0.0317433
Vertex 19046 -0.0735138 0.0874308 0.0404487
Vertex 19047 -0.0182505 0.0920203 0.0545129
Vertex 19048 -0.0906893 0.11752 0.0439252
Vertex 19049 -0.0765631 0.160404 -0.0136187
Vertex 19050 -0.083716 0.087071 0.0295098
Vertex 19051 -0.0852334 0.0992128 0.0278144
Vertex 19052 -0.0853944 0.101863 0.0264831
Vertex 19053 -0.0847959 0.101901 0.0272869
Vertex 19054 -0.0765081 0.156243 -0.00790412
Vertex 19055 -0.0878947 0.131105 0.044958
Vertex 19056 -0.0727804 0.0887809 0.0411113
Vertex 19057 -0.0850789 0.151288 0.0289026
Vertex 19058 -0.0722033 0.152534 -0.0417656
Vertex 19059 -0.0818952 0.134036 0.0502533
Vertex 19060 -0.0827485 0.134001 0.0496722
Vertex 19061 -0.0787829 0.0926997 0.035689
Vertex 19062 -0.0582936 0.157998 0.00361947
Vertex 19063 -0.0841797 0.101927 0.0280813
Vertex 19064 -0.0719584 0.0942006 0.0415089
Vertex 19065 -0.0844404 0.100576 0.0283951
Vertex 19066 -0.0843685 0.105877 0.0253348
Vertex 19067 -0.0289729 0.083488 0.0456837
Vertex 19068 -0.0888148 0.144497 0.0313918
Vertex 19069 -0.0714887 0.0860678 0.0412957
Vertex 19070 -0.0590273 0.134027 -0.00648451
Vertex 19071 -0.0236613 0.0852675 0.0544729
Vertex 19072 -0.0697873 0.0819627 0.0411407
Vertex 19073 -0.0766415 0.100814 0.0361238
Vertex 19074 -0.0752643 0.0941545 0.0391883
Vertex 19075 -0.0765269 0.165965 -0.0237196
Vertex 19076 -0.0230753 0.078299 0.0540943
Vertex 19077 -0.0271001 0.0779439 0.0468281
Vertex 19078 -0.0284285 0.0821494 0.0466355
Vertex 19079 -0.0764226 0.102162 0.0358668
Vertex 19080 -0.0518036 0.0898543 -0.0220029
Vertex 19081 -0.0508059 0.0898498 -0.0218327
Vertex 19082 -0.0478093 0.0898718 -0.0219802
Vertex 19083 -0.0468126 0.0898791 -0.022022
Vertex 19084 -0.0488103 0.0898531 -0.0217755
Vertex 19085 -0.0498078 0.0898419 -0.0216876
Vertex 19086 -0.0758056 0.0891863 -0.013912
Vertex 19087 -0.0418656 0.104235 -0.0206965
Vertex 19088 -0.0758953 0.12228 -0.00740649
Vertex 19089 -0.0839351 0.123564 -0.00377373
Vertex 19090 -0.077893 0.12518 -0.00689701
Vertex 19091 -0.0398915 0.109923 -0.0189257
Vertex 19092 -0.0719068 0.110755 -0.00961867
Vertex 19093 -0.0338786 0.104305 -0.0212068
Vertex 19094 -0.034872 0.104274 -0.0209307
Vertex 19095 -0.0368662 0.104233 -0.0205194
Vertex 19096 -0.0639176 0.122377 -0.00881224
Vertex 19097 -0.0358716 0.10426 -0.0206916
Vertex 19098 -0.0378682 0.104226 -0.0203027
Vertex 19099 -0.0846211 0.0992422 0.0286106
Vertex 19100 -0.0748342 0.156367 -0.00257451
Vertex 19101 -0.0760927 0.0805105 0.0361956
Vertex 19102 -0.0769895 0.0790529 0.034321
Vertex 19103 -0.0198767 0.105865 -0.0225965
Vertex 19104 -0.0210999 0.0811322 0.0562803
Vertex 19105 -0.0691615 0.0832998 0.0419252
Vertex 19106 -0.0735939 0.077695 0.036626
Vertex 19107 -0.087976 0.141871 0.0376917
Vertex 19108 -0.0891661 0.132396 0.0419315
Vertex 19109 -0.0840037 0.0992695 0.0294026
Vertex 19110 -0.0833513 0.099287 0.0301656
Vertex 19111 -0.0826594 0.0993103 0.0308836
Vertex 19112 -0.0819554 0.0993316 0.0315904
Vertex 19113 -0.081252 0.0993542 0.0322994
Vertex 19114 -0.0242491 0.0796961 0.0538111
Vertex 19115 -0.0262775 0.073604 0.0447421
Vertex 19116 -0.0760841 0.104861 0.0354581
Vertex 19117 -0.0790692 0.0804499 0.033529
Vertex 19118 -0.0861539 0.149931 0.0300167
Vertex 19119 -0.0841802 0.136658 0.046769
Vertex 19120 -0.0747288 0.102175 0.0369848
Vertex 19121 -0.0764401 0.163184 -0.0180705
Vertex 19122 -0.0805231 0.0993639 0.0329828
Vertex 19123 -0.0756445 0.156326 -0.00458549
Vertex 19124 -0.0270556 0.0706113 0.0413767
Vertex 19125 -0.0265661 0.0706408 0.0422848
Vertex 19126 -0.0261195 0.0706905 0.0432458
Vertex 19127 -0.0256136 0.0707601 0.0441795
Vertex 19128 -0.0250553 0.0707727 0.0450037
Vertex 19129 -0.0245442 0.0708437 0.0459353
Vertex 19130 -0.0240991 0.0708914 0.0469009
Vertex 19131 -0.0236559 0.0709438 0.0478646
Vertex 19132 -0.0231748 0.0709692 0.0487695
Vertex 19133 -0.0226305 0.0710127 0.0496427
Vertex 19134 -0.0220941 0.0710555 0.0505203
Vertex 19135 -0.0215406 0.0711033 0.0513847
Vertex 19136 -0.0209282 0.0711316 0.0521839
Vertex 19137 -0.0201874 0.0711262 0.0528634
Vertex 19138 -0.0193751 0.0711448 0.0534686
Vertex 19139 -0.0185051 0.0711438 0.0540217
Vertex 19140 -0.0798193 0.0993879 0.0336913
Vertex 19141 -0.0846322 0.139314 0.044315
Vertex 19142 -0.079084 0.0994215 0.0343706
Vertex 19143 -0.0845068 0.120355 0.0490624
Vertex 19144 -0.0229594 0.0811266 0.055321
Vertex 19145 -0.0913593 0.126907 0.0414668
Vertex 19146 -0.0796245 0.0859561 0.0353266
Vertex 19147 -0.0428742 0.105667 -0.0205602
Vertex 19148 -0.0871513 0.117629 0.0474896
Vertex 19149 -0.0658335 0.0881117 -0.0184537
Vertex 19150 -0.0199036 0.0739897 0.0538964
Vertex 19151 -0.0818746 0.144748 0.0414084
Vertex 19152 -0.0230529 0.0839079 0.0553134
Vertex 19153 -0.0476682 0.165409 0.0039929
Vertex 19154 -0.0282432 0.0763981 0.0437868
Vertex 19155 -0.076218 0.0887607 0.0388797
Vertex 19156 -0.0711952 0.0805577 0.0397762
Vertex 19157 -0.0831505 0.0857608 0.0304017
Vertex 19158 -0.0835465 0.101952 0.0288636
Vertex 19159 -0.0705411 0.0860609 0.0417748
Vertex 19160 -0.0783582 0.0994351 0.0350546
Vertex 19161 -0.0191918 0.174184 -0.0227992
Vertex 19162 -0.0220401 0.0852804 0.0556778
Vertex 19163 -0.0776021 0.0994637 0.0357144
Vertex 19164 -0.0864391 0.131188 0.0477462
Vertex 19165 -0.076866 0.0994719 0.0363813
Vertex 19166 -0.0684419 0.0805248 0.0412962
Vertex 19167 -0.0759966 0.0994807 0.0369297
Vertex 19168 -0.0828981 0.101969 0.02963
Vertex 19169 -0.0822116 0.101996 0.0303518
Vertex 19170 -0.0295399 0.0777526 0.042206
Vertex 19171 -0.0919891 0.124178 0.0422069
Vertex 19172 -0.0923673 0.124202 0.041188
Vertex 19173 -0.0257584 0.0736396 0.0456283
Vertex 19174 -0.0881736 0.132451 0.0437642
Vertex 19175 -0.0278981 0.0863323 0.047373
Vertex 19176 -0.0256026 0.0837946 0.0522209
Vertex 19177 -0.0866506 0.128453 0.0480393
Vertex 19178 -0.0688604 0.0819375 0.0416515
Vertex 19179 -0.0778671 0.177131 -0.0494084
Vertex 19180 -0.0254269 0.0781373 0.050782
Vertex 19181 -0.0258381 0.0781035 0.0498012
Vertex 19182 -0.0263107 0.0780916 0.0488984
Vertex 19183 -0.026682 0.0779832 0.0478067
Vertex 19184 -0.0275354 0.0822426 0.0485604
Vertex 19185 -0.0720541 0.0777606 0.0379027
Vertex 19186 -0.0879795 0.148554 0.029057
Vertex 19187 -0.0408143 0.0899706 -0.0230035
Vertex 19188 -0.0418104 0.0899475 -0.0227382
Vertex 19189 -0.0429194 0.0898997 -0.0223492
Vertex 19190 -0.065935 0.125307 -0.00885715
Vertex 19191 -0.0539078 0.109837 -0.0181931
Vertex 19192 0.000101878 0.111584 -0.0199068
Vertex 19193 -0.0728936 0.109289 -0.00959602
Vertex 19194 -0.0849268 0.122064 -0.00322109
Vertex 19195 -0.0318643 0.104333 -0.0219242
Vertex 19196 -0.0328692 0.104316 -0.0215625
Vertex 19197 -0.0558989 0.109796 -0.0177742
Vertex 19198 -0.0278708 0.104417 -0.0229648
Vertex 19199 -0.0268762 0.104433 -0.0231038
Vertex 19200 -0.0557185 0.0570014 0.011057
Vertex 19201 -0.022872 0.104437 -0.0231879
Vertex 19202 -0.0749035 0.113464 -0.00617122
Vertex 19203 -0.0718754 0.119424 -0.00835095
Vertex 19204 -0.0448725 0.105637 -0.0203982
Vertex 19205 0.001175 0.0909253 -0.0339059
Vertex 19206 0.00217921 0.090906 -0.033534
Vertex 19207 -0.0751542 0.0995011 0.0375123
Vertex 19208 -0.0861256 0.0937891 0.0274526
Vertex 19209 -0.022633 0.08929 0.0533197
Vertex 19210 -0.0246025 0.0824997 0.0540808
Vertex 19211 -0.0291608 0.0806486 0.0445728
Vertex 19212 -0.0758067 0.0877331 -0.0139103
Vertex 19213 -0.0794858 0.0940336 0.0349322
Vertex 19214 -0.0283572 0.0862879 0.0464179
Vertex 19215 -0.0840475 0.0856522 0.0284432
Vertex 19216 -0.0841686 0.143365 0.0409129
Vertex 19217 -0.0885696 0.137819 0.0397738
Vertex 19218 -0.0715816 0.0791203 0.0388191
Vertex 19219 -0.0814983 0.102013 0.0310531
Vertex 19220 -0.023059 0.0825255 0.0553698
Vertex 19221 -0.0191397 0.0920316 0.0539979
Vertex 19222 -0.0886344 0.0949473 0.0228281
Vertex 19223 -0.0845696 0.12714 0.0502672
Vertex 19224 -0.0174959 0.0984963 0.0451272
Vertex 19225 -0.0617567 0.139364 -0.00656769
Vertex 19226 -0.0783268 0.0804305 0.0341941
Vertex 19227 -0.0858069 0.133905 0.0470456
Vertex 19228 -0.0834451 0.136657 0.0474496
Vertex 19229 -0.0249827 0.0918474 0.0485489
Vertex 19230 -0.0288938 0.0821008 0.0456772
Vertex 19231 -0.0748166 0.0921259 -0.0144369
Vertex 19232 -0.0743754 0.0995209 0.0381506
Vertex 19233 -0.0273861 0.0720614 0.0416635
Vertex 19234 -0.0269088 0.0720784 0.0425891
Vertex 19235 -0.0264479 0.0721314 0.0435447
Vertex 19236 -0.0259103 0.0721759 0.0444214
Vertex 19237 -0.0253772 0.0722169 0.0453002
Vertex 19238 -0.0249029 0.0722756 0.0462509
Vertex 19239 -0.0244152 0.0723023 0.0471532
Vertex 19240 -0.023961 0.0723529 0.0481115
Vertex 19241 -0.0234979 0.0724108 0.049066
Vertex 19242 -0.0229845 0.0724431 0.0499564
Vertex 19243 -0.0224223 0.072452 0.0507888
Vertex 19244 -0.0218345 0.0725147 0.0516294
Vertex 19245 -0.0211964 0.0725528 0.0524066
Vertex 19246 -0.0204394 0.0725535 0.0530664
Vertex 19247 -0.0196415 0.0725672 0.0536854
Vertex 19248 -0.0188257 0.0725897 0.0542693
Vertex 19249 -0.0736148 0.0995067 0.0387799
Vertex 19250 -0.0727533 0.0995199 0.0393322
Vertex 19251 -0.0599044 0.111127 -0.0158584
Vertex 19252 -0.0430533 0.034543 -0.0263375
Vertex 19253 -0.0439898 0.0350927 -0.0256307
Vertex 19254 -0.0443417 0.035118 -0.0243716
Vertex 19255 -0.0448486 0.0351369 -0.0234128
Vertex 19256 -0.0454902 0.0352033 -0.0224188
Vertex 19257 -0.0458004 0.0353434 -0.021332
Vertex 19258 -0.0460388 0.0353834 -0.0203139
Vertex 19259 -0.0462349 0.0354247 -0.01929
Vertex 19260 -0.0465497 0.0354834 -0.0182685
Vertex 19261 -0.0466771 0.0355018 -0.0172702
Vertex 19262 -0.0471842 0.0355635 -0.0162689
Vertex 19263 -0.0474379 0.0355948 -0.0152688
Vertex 19264 -0.0476906 0.0356242 -0.0142735
Vertex 19265 -0.0479431 0.0356599 -0.0132734
Vertex 19266 -0.085371 0.127983 -0.0026626
Vertex 19267 -0.0863225 0.128011 -0.00168174
Vertex 19268 -0.0883678 0.128089 0.00227451
Vertex 19269 -0.0934137 0.128236 0.0152484
Vertex 19270 -0.093262 0.128309 0.02526
Vertex 19271 -0.092072 0.128303 0.0302461
Vertex 19272 0.00382729 0.106411 -0.0207174
Vertex 19273 0.0309722 0.116471 -0.00147933
Vertex 19274 -0.012857 0.0968183 -0.0306036
Vertex 19275 0.0286267 0.117101 -0.00417221
Vertex 19276 0.00493781 0.100395 -0.0223096
Vertex 19277 -0.0932461 0.129666 0.0232459
Vertex 19278 -0.0930389 0.129675 0.0242521
Vertex 19279 -0.0928278 0.124236 0.0382657
Vertex 19280 -0.0420891 0.0363826 -0.0272583
Vertex 19281 -0.0432318 0.0365168 -0.0263599
Vertex 19282 -0.0437604 0.036567 -0.0252782
Vertex 19283 -0.0440132 0.0366004 -0.0242792
Vertex 19284 -0.044366 0.0366412 -0.0232589
Vertex 19285 -0.045049 0.0367204 -0.0222184
Vertex 19286 -0.045663 0.0367902 -0.0212772
Vertex 19287 -0.0459579 0.0368224 -0.0202942
Vertex 19288 -0.0461137 0.0368295 -0.0192985
Vertex 19289 -0.0462973 0.0368721 -0.0182757
Vertex 19290 -0.0466572 0.0369109 -0.0172699
Vertex 19291 -0.0469317 0.0369443 -0.0162782
Vertex 19292 -0.0473123 0.0369901 -0.0152765
Vertex 19293 -0.047565 0.0370224 -0.0142792
Vertex 19294 -0.0476227 0.0370311 -0.0128189
Vertex 19295 -0.080434 0.0763484 0.0258387
Vertex 19296 -0.0921826 0.114725 0.0193089
Vertex 19297 -0.0917278 0.114662 0.0113396
Vertex 19298 -0.0902973 0.114585 0.00733567
Vertex 19299 -0.0877422 0.114422 0.00426669
Vertex 19300 -0.0869021 0.114398 0.00327085
Vertex 19301 0.0501248 0.0723145 0.00745971
Vertex 19302 0.000272434 0.109746 -0.0202486
Vertex 19303 -0.00639115 0.121199 -0.012466
Vertex 19304 -0.0104359 0.0944019 -0.0340934
Vertex 19305 0.0294698 0.0801098 -0.0210213
Vertex 19306 -0.0693963 0.0393871 -0.00132267
Vertex 19307 -0.0702074 0.0394853 -0.000301673
Vertex 19308 -0.0707082 0.0395895 0.000643319
Vertex 19309 -0.0929029 0.129672 0.0252445
Vertex 19310 -0.0792409 0.168033 -0.0359701
Vertex 19311 -0.0785372 0.168054 -0.0329755
Vertex 19312 -0.0774663 0.168085 -0.0299733
Vertex 19313 -0.0549715 0.161246 0.00205939
Vertex 19314 0.0260716 0.115341 -0.00830033
Vertex 19315 -0.0438081 0.0899046 -0.0222231
Vertex 19316 -0.044116 0.168361 -0.0078879
Vertex 19317 -0.0469507 0.168415 -0.00396135
Vertex 19318 -0.0925953 0.129683 0.0262582
Vertex 19319 -0.092402 0.129661 0.0272343
Vertex 19320 -0.0168415 0.122494 -0.0076608
Vertex 19321 -0.0665542 0.169448 -0.0580509
Vertex 19322 -0.067702 0.169446 -0.0560134
Vertex 19323 -0.0687619 0.169445 -0.0540038
Vertex 19324 -0.0704863 0.169511 -0.0510127
Vertex 19325 -0.0714505 0.16941 -0.0490283
Vertex 19326 -0.072631 0.169409 -0.0470274
Vertex 19327 -0.0920793 0.129683 0.0282033
Vertex 19328 -0.0598434 0.0384999 0.0207227
Vertex 19329 -0.0603223 0.0385556 0.0217181
Vertex 19330 -0.0617635 0.0387159 0.0237173
Vertex 19331 -0.0626025 0.0388129 0.0247151
Vertex 19332 -0.0633235 0.0388939 0.025715
Vertex 19333 -0.0918958 0.129686 0.0292517
Vertex 19334 -0.0917215 0.129668 0.0302355
Vertex 19335 -0.0915067 0.129676 0.0312386
Vertex 19336 -0.0913848 0.129679 0.0322355
Vertex 19337 -0.0912678 0.12968 0.0332366
Vertex 19338 -0.0788091 0.168052 -0.033971
Vertex 19339 -0.0661658 0.170967 -0.0590604
Vertex 19340 -0.0685433 0.170852 -0.0550244
Vertex 19341 -0.0709402 0.170831 -0.0510269
Vertex 19342 -0.0735775 0.170801 -0.0470392
Vertex 19343 -0.078668 0.170753 -0.0430283
Vertex 19344 -0.086692 0.140502 0.00718566
Vertex 19345 -0.0391932 0.171233 -0.0109027
Vertex 19346 -0.0775215 0.161144 -0.0189221
Vertex 19347 -0.0740526 0.172196 -0.0480444
Vertex 19348 -0.0432126 0.168352 -0.00885275
Vertex 19349 -0.0702125 0.173659 -0.0540385
Vertex 19350 -0.0393334 0.174116 -0.00798067
Vertex 19351 -0.0911579 0.129687 0.0342384
Vertex 19352 -0.0911404 0.129685 0.035237
Vertex 19353 -0.0782584 0.1764 -0.0490322
Vertex 19354 -0.0772744 0.177812 -0.051035
Vertex 19355 -0.0777137 0.177848 -0.0500546
Vertex 19356 -0.0907603 0.140585 0.0151783
Vertex 19357 -0.0924762 0.124198 0.0322659
Vertex 19358 -0.0924935 0.124207 0.0332695
Vertex 19359 -0.0925657 0.116008 0.0123183
Vertex 19360 -0.0416697 0.0377451 -0.0272469
Vertex 19361 -0.042649 0.0378778 -0.0263104
Vertex 19362 -0.0433082 0.037957 -0.0253239
Vertex 19363 -0.0435213 0.0379732 -0.0242868
Vertex 19364 -0.0440467 0.0380432 -0.0230799
Vertex 19365 -0.0449923 0.0381195 -0.0222607
Vertex 19366 -0.045381 0.0381676 -0.0212668
Vertex 19367 -0.0456637 0.0382067 -0.0202858
Vertex 19368 -0.045802 0.0382259 -0.0192856
Vertex 19369 -0.0459192 0.038241 -0.0182827
Vertex 19370 -0.0463034 0.0382871 -0.0172845
Vertex 19371 -0.0466789 0.0383303 -0.0162856
Vertex 19372 -0.0469324 0.0383628 -0.0152843
Vertex 19373 -0.0471845 0.0383965 -0.0142868
Vertex 19374 -0.0474379 0.0384277 -0.0132876
Vertex 19375 -0.0870454 0.128039 -0.000695727
Vertex 19376 -0.0923901 0.114734 0.0183133
Vertex 19377 -0.0638593 0.0953482 -0.0183667
Vertex 19378 -0.00987706 0.108745 -0.0220853
Vertex 19379 -0.0927217 0.128206 0.0112525
Vertex 19380 -0.0306198 0.11135 -0.017885
Vertex 19381 -0.0665679 0.0404538 -0.00528616
Vertex 19382 -0.0672802 0.0405919 -0.00423161
Vertex 19383 -0.0685642 0.0406581 -0.00126009
Vertex 19384 -0.0694593 0.040787 -0.000292884
Vertex 19385 -0.0700194 0.0408862 0.000674154
Vertex 19386 -0.0911131 0.129682 0.0362351
Vertex 19387 -0.0910152 0.129688 0.0372352
Vertex 19388 -0.090997 0.129691 0.0382289
Vertex 19389 -0.09079 0.1297 0.0392322
Vertex 19390 -0.0778591 0.161105 -0.0269202
Vertex 19391 -0.075804 0.161028 -0.0299559
Vertex 19392 -0.0747225 0.161031 -0.0319529
Vertex 19393 -0.0732611 0.161033 -0.0359392
Vertex 19394 -0.0730235 0.16103 -0.0369405
Vertex 19395 -0.0727808 0.161025 -0.0379399
Vertex 19396 -0.0725308 0.161023 -0.0389355
Vertex 19397 -0.0721931 0.161015 -0.0399435
Vertex 19398 -0.071953 0.16101 -0.0409434
Vertex 19399 -0.0714698 0.161004 -0.0429413
Vertex 19400 -0.0712181 0.161 -0.0439365
Vertex 19401 -0.0708835 0.160996 -0.0449446
Vertex 19402 -0.0706171 0.160991 -0.0459386
Vertex 19403 -0.0915744 0.128321 0.0372423
Vertex 19404 -0.0594807 0.0398598 0.0207095
Vertex 19405 -0.0600846 0.0399274 0.0217122
Vertex 19406 -0.061044 0.0400333 0.0227114
Vertex 19407 -0.0620019 0.0401372 0.0237075
Vertex 19408 -0.0627225 0.0402195 0.0247088
Vertex 19409 -0.0635622 0.0403137 0.0257086
Vertex 19410 -0.064273 0.0404086 0.0266782
Vertex 19411 -0.064637 0.0404566 0.0276669
Vertex 19412 -0.0650238 0.0405393 0.0286621
Vertex 19413 -0.0896969 0.139298 0.033185
Vertex 19414 -0.0758612 0.165153 -0.0370257
Vertex 19415 -0.0785503 0.175004 -0.046006
Vertex 19416 -0.0318479 0.09723 -0.023215
Vertex 19417 -0.0914715 0.128331 0.0382421
Vertex 19418 -0.0779755 0.159708 -0.0199256
Vertex 19419 -0.0767016 0.15969 -0.0259195
Vertex 19420 -0.0738575 0.159643 -0.0319319
Vertex 19421 -0.070737 0.159582 -0.0449318
Vertex 19422 -0.0217957 0.119089 -0.0120655
Vertex 19423 -0.0120829 0.121468 -0.0106691
Vertex 19424 -0.0500656 0.165567 2.77718e-05
Vertex 19425 -0.0935392 0.129637 0.0202382
Vertex 19426 -0.0750314 0.165158 -0.038026
Vertex 19427 -0.0682913 0.165205 -0.0539869
Vertex 19428 -0.0678325 0.165206 -0.0549947
Vertex 19429 -0.0777024 0.176292 -0.0501047
Vertex 19430 -0.0764653 0.177807 -0.0519745
Vertex 19431 -0.0734442 0.163812 -0.0389777
Vertex 19432 -0.0713722 0.163817 -0.0449613
Vertex 19433 -0.0679508 0.168029 -0.055011
Vertex 19434 -0.0146147 0.12166 -0.00880985
Vertex 19435 -0.0736039 0.148578 -0.0278556
Vertex 19436 -0.0733262 0.151241 -0.0368807
Vertex 19437 -0.0924917 0.124196 0.0312677
Vertex 19438 -0.092997 0.116043 0.0153159
Vertex 19439 -0.0927665 0.116031 0.013321
Vertex 19440 -0.0404866 0.0390699 -0.027317
Vertex 19441 -0.0417523 0.0392031 -0.0263092
Vertex 19442 -0.0424078 0.0392874 -0.0253255
Vertex 19443 -0.0427465 0.0393017 -0.0242897
Vertex 19444 -0.0431901 0.039319 -0.0232745
Vertex 19445 -0.0444076 0.0394861 -0.0222996
Vertex 19446 -0.0447782 0.039524 -0.0212903
Vertex 19447 -0.0451579 0.0395668 -0.0202936
Vertex 19448 -0.0452834 0.0395877 -0.019291
Vertex 19449 -0.0452845 0.0395903 -0.0182935
Vertex 19450 -0.0455391 0.0396225 -0.0172907
Vertex 19451 -0.0461447 0.0396778 -0.0162811
Vertex 19452 -0.0463977 0.0397105 -0.0152844
Vertex 19453 -0.0466442 0.0397388 -0.0142756
Vertex 19454 -0.0468539 0.0397424 -0.0132276
Vertex 19455 -0.0887148 0.12811 0.00328264
Vertex 19456 -0.0308753 0.104365 -0.0222089
Vertex 19457 -0.0728566 0.114991 -0.00711315
Vertex 19458 -0.0816493 0.14593 0.000178819
Vertex 19459 -0.0893977 0.135151 0.0292068
Vertex 19460 -0.089421 0.135156 0.0282104
Vertex 19461 -0.0650689 0.0416148 -0.00522845
Vertex 19462 -0.0659868 0.0418098 -0.00430732
Vertex 19463 -0.0665131 0.0419133 -0.00333369
Vertex 19464 -0.0667152 0.0419014 -0.00231002
Vertex 19465 -0.0674877 0.041922 -0.00126982
Vertex 19466 -0.0683896 0.0420777 -0.000309277
Vertex 19467 -0.0691002 0.0421453 0.000699576
Vertex 19468 -0.0695352 0.0422413 0.00168563
Vertex 19469 -0.0696417 0.0422524 0.0026904
Vertex 19470 -0.0694557 0.0421945 0.00370163
Vertex 19471 -0.0781275 0.152854 0.000107941
Vertex 19472 -0.0709562 0.158172 -0.0439179
Vertex 19473 -0.0913446 0.12833 0.0392393
Vertex 19474 -0.0847077 0.140411 0.00224002
Vertex 19475 -0.0926235 0.124077 0.00926903
Vertex 19476 -0.0665286 0.168031 -0.0580342
Vertex 19477 -0.0685156 0.168032 -0.0539935
Vertex 19478 -0.0703858 0.16802 -0.0500308
Vertex 19479 -0.0552908 0.158294 -0.000771282
Vertex 19480 -0.0561055 0.158254 0.000206899
Vertex 19481 -0.0431779 0.113636 -0.0162215
Vertex 19482 -0.0582906 0.0411368 0.01871
Vertex 19483 -0.0579197 0.0410941 0.0197057
Vertex 19484 -0.0584017 0.0411488 0.0207065
Vertex 19485 -0.059 0.0412164 0.021703
Vertex 19486 -0.0600825 0.0413306 0.0227014
Vertex 19487 -0.0609237 0.0414243 0.0237035
Vertex 19488 -0.0617626 0.0415173 0.0247032
Vertex 19489 -0.0627252 0.0416196 0.0257026
Vertex 19490 -0.063517 0.0417383 0.0266777
Vertex 19491 -0.0640041 0.0417908 0.0276702
Vertex 19492 -0.0643944 0.0418449 0.0286723
Vertex 19493 -0.0647338 0.0418755 0.0296857
Vertex 19494 -0.0453052 0.113634 -0.0162273
Vertex 19495 -0.064574 0.0418551 0.0316967
Vertex 19496 -0.0648645 0.041891 0.032665
Vertex 19497 -0.0403754 0.124077 -0.00919956
Vertex 19498 -0.0194422 0.0952996 -0.0310527
Vertex 19499 0.0278981 0.113772 -0.00862034
Vertex 19500 0.020878 0.117607 -0.0107498
Vertex 19501 -0.0723854 0.155427 -0.0359059
Vertex 19502 -0.0730146 0.15545 -0.0319082
Vertex 19503 -0.0774728 0.155537 -0.0149084
Vertex 19504 -0.0774643 0.155549 -0.0139037
Vertex 19505 0.0304544 0.114562 -0.00546317
Vertex 19506 -0.0681856 0.169443 -0.0550153
Vertex 19507 -0.046761 0.126023 -0.00719597
Vertex 19508 -0.0783677 0.176339 -0.0480853
Vertex 19509 -0.0849215 0.130733 -0.00170191
Vertex 19510 -0.0786395 0.163873 -0.0279533
Vertex 19511 -0.0857603 0.130763 -0.000714461
Vertex 19512 -0.068651 0.163792 -0.0529788
Vertex 19513 -0.077495 0.158339 -0.0149115
Vertex 19514 -0.086473 0.130788 0.000288786
Vertex 19515 -0.087182 0.130813 0.00128919
Vertex 19516 -0.0578171 0.08688 -0.0211007
Vertex 19517 -0.0925898 0.124211 0.034269
Vertex 19518 -0.092883 0.116038 0.0143172
Vertex 19519 -0.0808442 0.110042 -0.00155764
Vertex 19520 -0.039457 0.0403768 -0.0273046
Vertex 19521 -0.0405912 0.0404909 -0.0262976
Vertex 19522 -0.0413557 0.0405762 -0.0252979
Vertex 19523 -0.0417668 0.040639 -0.0243092
Vertex 19524 -0.0423306 0.040657 -0.0232664
Vertex 19525 -0.0436408 0.0408205 -0.0223011
Vertex 19526 -0.0441537 0.0408799 -0.0213021
Vertex 19527 -0.0444079 0.0409084 -0.0203048
Vertex 19528 -0.0445241 0.0409237 -0.0192998
Vertex 19529 -0.0446508 0.040942 -0.0182992
Vertex 19530 -0.0447778 0.0409599 -0.0173005
Vertex 19531 -0.0452867 0.0410146 -0.0162976
Vertex 19532 -0.0456663 0.0410589 -0.0152981
Vertex 19533 -0.0460065 0.0410789 -0.0142843
Vertex 19534 -0.0463222 0.0411097 -0.0132713
Vertex 19535 -0.0464977 0.041126 -0.0122454
Vertex 19536 -0.0489044 0.0413839 -0.0112514
Vertex 19537 -0.00483682 0.0910121 -0.035647
Vertex 19538 0.00206285 0.121236 -0.012553
Vertex 19539 -0.0882908 0.103675 0.012381
Vertex 19540 -0.0884013 0.103686 0.0143755
Vertex 19541 -0.0881324 0.103677 0.0173573
Vertex 19542 -0.0642285 0.0429095 -0.00424321
Vertex 19543 -0.06512 0.0430832 -0.00329452
Vertex 19544 -0.0657222 0.0431534 -0.00229362
Vertex 19545 -0.0661661 0.0431586 -0.00127362
Vertex 19546 -0.0671097 0.0432428 -0.000257978
Vertex 19547 -0.0676617 0.0433934 0.000689977
Vertex 19548 -0.0683794 0.0434664 0.00169373
Vertex 19549 -0.0686641 0.0435432 0.00268116
Vertex 19550 -0.0685313 0.0435239 0.00368786
Vertex 19551 -0.0880604 0.13085 0.0022566
Vertex 19552 -0.088753 0.130866 0.00325856
Vertex 19553 -0.0893497 0.130881 0.0042394
Vertex 19554 -0.0747758 0.152715 -0.0228916
Vertex 19555 -0.0746759 0.152711 -0.0238933
Vertex 19556 -0.0745622 0.152707 -0.0248951
Vertex 19557 -0.0745333 0.152696 -0.0258905
Vertex 19558 -0.0744235 0.152695 -0.0268913
Vertex 19559 -0.0743032 0.152688 -0.027892
Vertex 19560 -0.0741728 0.15268 -0.0288898
Vertex 19561 -0.0899265 0.130893 0.00523191
Vertex 19562 -0.0573402 0.0424553 0.0177175
Vertex 19563 -0.0564664 0.0423189 0.0186897
Vertex 19564 -0.0561187 0.04231 0.0196965
Vertex 19565 -0.0567225 0.0423764 0.0206991
Vertex 19566 -0.0574419 0.0424556 0.0216968
Vertex 19567 -0.0585235 0.0425717 0.0226979
Vertex 19568 -0.0594817 0.0426754 0.0236965
Vertex 19569 -0.0604421 0.0427792 0.0246961
Vertex 19570 -0.0611631 0.0428583 0.0256966
Vertex 19571 -0.062122 0.0429616 0.0266943
Vertex 19572 -0.0627683 0.04307 0.0276693
Vertex 19573 -0.0633729 0.0431313 0.0286681
Vertex 19574 -0.0637535 0.0431846 0.0296789
Vertex 19575 -0.064012 0.0432207 0.0306772
Vertex 19576 -0.0641848 0.0432086 0.0316934
Vertex 19577 -0.0644549 0.043254 0.0326925
Vertex 19578 -0.0646832 0.0432745 0.0336962
Vertex 19579 -0.0645999 0.0432992 0.0347148
Vertex 19580 -0.0644598 0.0432795 0.035714
Vertex 19581 -0.0911185 0.128332 0.0402364
Vertex 19582 -0.0903815 0.130904 0.00623191
Vertex 19583 -0.0909161 0.13091 0.00724248
Vertex 19584 -0.079929 0.151371 0.00121035
Vertex 19585 -0.0737333 0.15548 -0.0259091
Vertex 19586 -0.0772884 0.155547 -0.0128979
Vertex 19587 -0.0771312 0.155572 -0.0108986
Vertex 19588 -0.091267 0.130919 0.00823808
Vertex 19589 -0.0697746 0.169428 -0.052035
Vertex 19590 -0.0669961 0.165196 -0.05701
Vertex 19591 -0.0916067 0.130926 0.00923792
Vertex 19592 -0.0332631 0.177035 -0.011981
Vertex 19593 -0.0532526 0.161216 -0.00188451
Vertex 19594 -0.0919325 0.130933 0.0102425
Vertex 19595 -0.0910473 0.139231 0.0181913
Vertex 19596 -0.0472127 0.168412 -0.001987
Vertex 19597 -0.0921564 0.130934 0.011242
Vertex 19598 -0.0679516 0.170855 -0.0560296
Vertex 19599 -0.0926993 0.124215 0.0352716
Vertex 19600 -0.0923435 0.115998 0.0113188
Vertex 19601 -0.0801061 0.109977 -0.00253557
Vertex 19602 -0.0393599 0.0418158 -0.0263353
Vertex 19603 -0.0399608 0.0418525 -0.0253044
Vertex 19604 -0.0404258 0.0418709 -0.0242648
Vertex 19605 -0.0412055 0.0419705 -0.0232873
Vertex 19606 -0.0427492 0.0421438 -0.0223063
Vertex 19607 -0.0431622 0.0422126 -0.0213185
Vertex 19608 -0.043534 0.0422491 -0.0203181
Vertex 19609 -0.0437917 0.0422818 -0.0193111
Vertex 19610 -0.043781 0.0422821 -0.0183128
Vertex 19611 -0.0440333 0.0423079 -0.0173091
Vertex 19612 -0.0445267 0.0423569 -0.0163056
Vertex 19613 -0.0447805 0.0423866 -0.0153071
Vertex 19614 -0.0451509 0.0424209 -0.0143059
Vertex 19615 -0.0456134 0.0424471 -0.0132755
Vertex 19616 -0.0459591 0.0424584 -0.0122548
Vertex 19617 -0.0460107 0.0426896 -0.0115747
Vertex 19618 0.0252372 0.0926012 -0.0220221
Vertex 19619 -0.0318469 0.0958266 -0.0236233
Vertex 19620 -0.0703317 0.172249 -0.0530308
Vertex 19621 -0.0881725 0.103664 0.0113862
Vertex 19622 -0.0844232 0.100698 -0.00156743
Vertex 19623 -0.0842625 0.100702 -0.00260902
Vertex 19624 -0.0627986 0.0441541 -0.00325511
Vertex 19625 -0.0637641 0.044271 -0.0022694
Vertex 19626 -0.0642751 0.044386 -0.00129652
Vertex 19627 -0.0649698 0.0444252 -0.000282601
Vertex 19628 -0.0658096 0.0445087 0.000718728
Vertex 19629 -0.0665472 0.0446244 0.00170489
Vertex 19630 -0.0669483 0.0447271 0.0026821
Vertex 19631 -0.067208 0.0447917 0.00368814
Vertex 19632 -0.0673041 0.044774 0.00468689
Vertex 19633 -0.0672001 0.044789 0.00569382
Vertex 19634 -0.0923833 0.130942 0.0122392
Vertex 19635 -0.0934473 0.129632 0.0182372
Vertex 19636 -0.0925249 0.130961 0.0132346
Vertex 19637 -0.0926331 0.130966 0.0142325
Vertex 19638 -0.0754019 0.151364 -0.0118956
Vertex 19639 -0.0753884 0.151441 -0.0109145
Vertex 19640 -0.0755472 0.15139 -0.00989046
Vertex 19641 -0.0757827 0.151399 -0.00889222
Vertex 19642 -0.0763465 0.151411 -0.00788806
Vertex 19643 -0.0926334 0.130971 0.0152338
Vertex 19644 -0.0562626 0.0437454 0.0167126
Vertex 19645 -0.0548438 0.043635 0.0177242
Vertex 19646 -0.0540808 0.0434992 0.0186914
Vertex 19647 -0.0542023 0.0435162 0.019691
Vertex 19648 -0.0546838 0.0435714 0.0206922
Vertex 19649 -0.0556415 0.043673 0.0216881
Vertex 19650 -0.0567225 0.043789 0.0226896
Vertex 19651 -0.0576821 0.0438911 0.0236882
Vertex 19652 -0.0584005 0.0439707 0.0246877
Vertex 19653 -0.0594833 0.0440844 0.0256893
Vertex 19654 -0.0602045 0.0441634 0.0266895
Vertex 19655 -0.0612844 0.044277 0.027687
Vertex 19656 -0.0618962 0.0443648 0.0286813
Vertex 19657 -0.0623664 0.0443972 0.0296888
Vertex 19658 -0.062996 0.0444935 0.0306768
Vertex 19659 -0.0633534 0.0445301 0.031682
Vertex 19660 -0.0636039 0.0445634 0.0326846
Vertex 19661 -0.0637123 0.0445754 0.0336875
Vertex 19662 -0.0635872 0.0445618 0.0346899
Vertex 19663 -0.0634695 0.0445577 0.0356919
Vertex 19664 -0.0632416 0.0445478 0.0366988
Vertex 19665 -0.0631227 0.0445391 0.0377156
Vertex 19666 -0.0926435 0.13098 0.0162303
Vertex 19667 -0.0731279 0.155455 -0.0309078
Vertex 19668 -0.0766628 0.155608 -0.00789132
Vertex 19669 -0.0501632 0.165541 -0.000963216
Vertex 19670 -0.0927674 0.130992 0.0172311
Vertex 19671 -0.0743109 0.165184 -0.0390136
Vertex 19672 -0.0674561 0.1652 -0.0559896
Vertex 19673 -0.0929968 0.130998 0.0182299
Vertex 19674 -0.0893902 0.139278 0.0291842
Vertex 19675 -0.0900419 0.139254 0.023178
Vertex 19676 -0.0737231 0.156865 -0.0279142
Vertex 19677 -0.0931085 0.131006 0.0192314
Vertex 19678 -0.0930104 0.131018 0.0202297
Vertex 19679 -0.013259 0.121231 -0.0103976
Vertex 19680 -0.0929853 0.13101 0.0212315
Vertex 19681 -0.0142526 0.181479 -0.0279552
Vertex 19682 -0.0927296 0.124224 0.0362665
Vertex 19683 -0.0917869 0.115969 0.00931507
Vertex 19684 -0.0371849 0.0430027 -0.0273252
Vertex 19685 -0.0382076 0.0431174 -0.0263315
Vertex 19686 -0.0387588 0.0432047 -0.0253505
Vertex 19687 -0.0393167 0.0432044 -0.0243027
Vertex 19688 -0.0402206 0.0433137 -0.0233156
Vertex 19689 -0.0417953 0.0435116 -0.0223513
Vertex 19690 -0.0422557 0.0435263 -0.021317
Vertex 19691 -0.0425222 0.0435673 -0.0203211
Vertex 19692 -0.0428901 0.0435976 -0.0193145
Vertex 19693 -0.042915 0.0436274 -0.0183221
Vertex 19694 -0.0431625 0.0436516 -0.0173214
Vertex 19695 -0.0435198 0.0436724 -0.0163157
Vertex 19696 -0.0440204 0.0437247 -0.0153148
Vertex 19697 -0.0442728 0.0437529 -0.0143172
Vertex 19698 -0.0446156 0.0437685 -0.0132939
Vertex 19699 -0.0451547 0.0437693 -0.0122411
Vertex 19700 -0.0323987 0.114036 -0.016697
Vertex 19701 -0.0628575 0.0953598 -0.0185102
Vertex 19702 -0.0328363 0.0957996 -0.0235469
Vertex 19703 0.038759 0.104954 -0.0010414
Vertex 19704 -0.0883984 0.103684 0.0133796
Vertex 19705 -0.0858283 0.1008 0.00139713
Vertex 19706 -0.0578284 0.0450681 -0.00544742
Vertex 19707 -0.0592389 0.0452743 -0.00430196
Vertex 19708 -0.0598716 0.0453976 -0.00333599
Vertex 19709 -0.0609254 0.0454597 -0.00231147
Vertex 19710 -0.0617588 0.0455326 -0.00130544
Vertex 19711 -0.0626845 0.0455625 -0.000282658
Vertex 19712 -0.0632995 0.045657 0.000708444
Vertex 19713 -0.0640343 0.0457636 0.00169557
Vertex 19714 -0.0646154 0.0457888 0.00269728
Vertex 19715 -0.0651006 0.0458549 0.00368955
Vertex 19716 -0.0653495 0.0459059 0.00467835
Vertex 19717 -0.0652563 0.0459546 0.00568144
Vertex 19718 -0.0645626 0.0459512 0.00669838
Vertex 19719 -0.0639717 0.0459278 0.00771742
Vertex 19720 -0.0928025 0.131035 0.0222365
Vertex 19721 -0.0893245 0.139298 0.0361742
Vertex 19722 -0.0926774 0.131034 0.0232376
Vertex 19723 -0.0911932 0.147489 0.0241289
Vertex 19724 -0.0913426 0.147495 0.0231401
Vertex 19725 -0.0925525 0.131032 0.0242364
Vertex 19726 -0.0548269 0.0450002 0.0157095
Vertex 19727 -0.0538714 0.0449084 0.0167075
Vertex 19728 -0.0530349 0.0448324 0.0176964
Vertex 19729 -0.0527601 0.0447727 0.0186838
Vertex 19730 -0.0528814 0.0447887 0.0196824
Vertex 19731 -0.0532393 0.0448331 0.0206817
Vertex 19732 -0.0539631 0.0449066 0.021682
Vertex 19733 -0.0548009 0.0449973 0.0226803
Vertex 19734 -0.0558801 0.045112 0.0236807
Vertex 19735 -0.0566015 0.0451895 0.0246815
Vertex 19736 -0.057322 0.0452663 0.0256799
Vertex 19737 -0.057924 0.0453324 0.0266819
Vertex 19738 -0.0591236 0.0454581 0.0276809
Vertex 19739 -0.0599631 0.0455474 0.028679
Vertex 19740 -0.0604443 0.0456013 0.0296807
Vertex 19741 -0.0610445 0.045667 0.0306816
Vertex 19742 -0.0615251 0.0457206 0.0316818
Vertex 19743 -0.0621264 0.0457845 0.0326787
Vertex 19744 -0.0623633 0.0458155 0.0336786
Vertex 19745 -0.0622817 0.0458517 0.0346831
Vertex 19746 -0.0621404 0.0458224 0.0356845
Vertex 19747 -0.0621205 0.0458041 0.0366793
Vertex 19748 -0.0619129 0.0458194 0.037691
Vertex 19749 -0.09234 0.131039 0.0252374
Vertex 19750 -0.0738566 0.161044 -0.0339379
Vertex 19751 -0.0790056 0.166641 -0.0359617
Vertex 19752 -0.0710521 0.173649 -0.0530415
Vertex 19753 -0.0394609 0.174124 -0.00699657
Vertex 19754 -0.0895247 0.139293 0.0351741
Vertex 19755 -0.0921191 0.131045 0.0262423
Vertex 19756 -0.0776418 0.158287 -0.0219264
Vertex 19757 -0.0723862 0.156822 -0.0359122
Vertex 19758 -0.0918654 0.131039 0.0272344
Vertex 19759 -0.0916243 0.131038 0.0282288
Vertex 19760 -0.0914166 0.131046 0.0292353
Vertex 19761 -0.0396002 0.125498 -0.0067103
Vertex 19762 -0.0533112 0.162693 5.53048e-05
Vertex 19763 -0.0340047 0.0386047 -0.0302796
Vertex 19764 -0.076428 0.148619 -0.00986569
Vertex 19765 -0.0926703 0.124234 0.0402542
Vertex 19766 -0.092816 0.124239 0.0392636
Vertex 19767 -0.0908004 0.115922 0.00730178
Vertex 19768 -0.0903482 0.115904 0.00630147
Vertex 19769 -0.0377025 0.0444987 -0.0253388
Vertex 19770 -0.0382462 0.044597 -0.024375
Vertex 19771 -0.0388087 0.0446425 -0.0234233
Vertex 19772 -0.0405771 0.0447491 -0.0223069
Vertex 19773 -0.0411389 0.0448599 -0.0213399
Vertex 19774 -0.0413793 0.0448727 -0.0203291
Vertex 19775 -0.0417517 0.0449058 -0.0193246
Vertex 19776 -0.0420037 0.0449364 -0.0183222
Vertex 19777 -0.0421354 0.0449426 -0.0173193
Vertex 19778 -0.0424968 0.0449805 -0.0163196
Vertex 19779 -0.0430213 0.0450576 -0.0153284
Vertex 19780 -0.0432762 0.0450842 -0.0143236
Vertex 19781 -0.043641 0.0451148 -0.0133235
Vertex 19782 -0.0441044 0.0451364 -0.0122986
Vertex 19783 0.00545294 0.1216 -0.0129959
Vertex 19784 0.0130443 0.113867 -0.0167218
Vertex 19785 -0.0744709 0.159641 -0.0299365
Vertex 19786 0.00232953 0.116694 -0.0177181
Vertex 19787 -0.0548596 0.0462919 -0.006395
Vertex 19788 -0.0559631 0.0464314 -0.00541258
Vertex 19789 -0.0572353 0.0465198 -0.0043437
Vertex 19790 -0.0579832 0.0466328 -0.00336399
Vertex 19791 -0.0586841 0.0466878 -0.00234651
Vertex 19792 -0.059258 0.0467212 -0.00132733
Vertex 19793 -0.0598545 0.0467827 -0.000327155
Vertex 19794 -0.0605819 0.0468615 0.000669297
Vertex 19795 -0.0611638 0.0468972 0.00167818
Vertex 19796 -0.0619808 0.0469192 0.00268857
Vertex 19797 -0.0620081 0.0469936 0.00367346
Vertex 19798 -0.0622483 0.0470201 0.00467011
Vertex 19799 -0.0619093 0.0470515 0.00567882
Vertex 19800 -0.0613177 0.0470312 0.00669678
Vertex 19801 -0.0911763 0.131044 0.0302322
Vertex 19802 -0.0910383 0.131037 0.0312282
Vertex 19803 -0.0723661 0.147118 -0.0228625
Vertex 19804 -0.0726068 0.147127 -0.0218633
Vertex 19805 -0.0729646 0.147133 -0.0208616
Vertex 19806 -0.0732036 0.147141 -0.0198634
Vertex 19807 -0.0733101 0.14716 -0.0188577
Vertex 19808 -0.0908528 0.131057 0.0322319
Vertex 19809 -0.0907216 0.131054 0.0332303
Vertex 19810 -0.0521757 0.0461175 0.0166821
Vertex 19811 -0.0515886 0.0460739 0.0176829
Vertex 19812 -0.0515626 0.0460585 0.0186779
Vertex 19813 -0.0519222 0.0461016 0.019678
Vertex 19814 -0.0522813 0.0461425 0.0206748
Vertex 19815 -0.0527617 0.0461943 0.0216742
Vertex 19816 -0.0532423 0.046246 0.0226735
Vertex 19817 -0.053845 0.0463107 0.0236764
Vertex 19818 -0.0548028 0.0464121 0.0246755
Vertex 19819 -0.0552814 0.0464664 0.0256754
Vertex 19820 -0.0558825 0.0465312 0.026676
Vertex 19821 -0.0567215 0.04662 0.0276747
Vertex 19822 -0.0576844 0.0467193 0.0286753
Vertex 19823 -0.058163 0.0467738 0.0296766
Vertex 19824 -0.0588838 0.0468495 0.0306747
Vertex 19825 -0.0592465 0.046889 0.0316721
Vertex 19826 -0.059725 0.0469427 0.0326718
Vertex 19827 -0.0599651 0.0469723 0.0336736
Vertex 19828 -0.0604426 0.0470258 0.0346715
Vertex 19829 -0.0603219 0.0470192 0.0356706
Vertex 19830 -0.0603651 0.0470889 0.0366883
Vertex 19831 -0.0906083 0.131058 0.0342318
Vertex 19832 -0.0705028 0.159578 -0.0459334
Vertex 19833 -0.0734581 0.168 -0.0440151
Vertex 19834 -0.0754377 0.172239 -0.0469918
Vertex 19835 -0.07915 0.166638 -0.0349654
Vertex 19836 -0.0718839 0.173642 -0.0520314
Vertex 19837 -0.0396036 0.174135 -0.00601981
Vertex 19838 -0.067202 0.162346 -0.0569974
Vertex 19839 -0.0517327 0.164109 0.00103678
Vertex 19840 -0.0714498 0.15679 -0.0419165
Vertex 19841 -0.0564562 0.159872 0.00406757
Vertex 19842 -0.0905823 0.131055 0.0352302
Vertex 19843 -0.090498 0.131069 0.0362301
Vertex 19844 -0.0682771 0.163789 -0.0539724
Vertex 19845 -0.053326 0.162717 0.00204741
Vertex 19846 -0.0533378 0.162724 0.0010506
Vertex 19847 -0.0429656 0.115061 -0.0157138
Vertex 19848 -0.0834635 0.136224 -0.000676656
Vertex 19849 -0.0787367 0.168047 -0.0389551
Vertex 19850 -0.0898014 0.11587 0.00528404
Vertex 19851 -0.0816885 0.110103 -0.000571623
Vertex 19852 -0.0858155 0.103519 0.00339021
Vertex 19853 -0.0396922 0.0460798 -0.021311
Vertex 19854 -0.0399677 0.0461402 -0.0203282
Vertex 19855 -0.0404433 0.0461446 -0.0193164
Vertex 19856 -0.0407154 0.0462046 -0.018322
Vertex 19857 -0.0409685 0.0462375 -0.0173222
Vertex 19858 -0.0418006 0.0462579 -0.0152948
Vertex 19859 -0.0420238 0.0464078 -0.0143471
Vertex 19860 -0.0425982 0.0463965 -0.0133084
Vertex 19861 -0.0427809 0.0464775 -0.012357
Vertex 19862 -0.0378459 0.0971527 -0.0224307
Vertex 19863 -0.0896675 0.150196 0.0231327
Vertex 19864 0.0140209 0.113717 -0.0165571
Vertex 19865 -0.0366211 0.124122 -0.00724685
Vertex 19866 -0.0539292 0.0475998 -0.00643542
Vertex 19867 -0.0551112 0.0477166 -0.00539308
Vertex 19868 -0.0559583 0.0478125 -0.00439058
Vertex 19869 -0.0566933 0.0478983 -0.00338525
Vertex 19870 -0.0572916 0.0479655 -0.00237378
Vertex 19871 -0.0577489 0.0479998 -0.00135721
Vertex 19872 -0.0581079 0.0480417 -0.000353036
Vertex 19873 -0.0584632 0.0480819 0.000648377
Vertex 19874 -0.0587181 0.0481161 0.00163754
Vertex 19875 -0.0588072 0.0481223 0.00266039
Vertex 19876 -0.0590287 0.0481317 0.00366474
Vertex 19877 -0.0589359 0.0481542 0.00467247
Vertex 19878 -0.0587501 0.0482189 0.00571238
Vertex 19879 -0.0584355 0.0482117 0.00674018
Vertex 19880 -0.0905552 0.131061 0.0372264
Vertex 19881 -0.0904612 0.131068 0.0382266
Vertex 19882 -0.0904123 0.13106 0.0392156
Vertex 19883 -0.0542457 0.0574384 0.01981
Vertex 19884 -0.0774249 0.155543 -0.015906
Vertex 19885 -0.0768287 0.154208 -0.00589938
Vertex 19886 -0.0510278 0.0474301 0.0166894
Vertex 19887 -0.0506381 0.0473796 0.0176699
Vertex 19888 -0.0508913 0.0474088 0.0186488
Vertex 19889 -0.0512486 0.0474505 0.019655
Vertex 19890 -0.0517139 0.047497 0.0206563
Vertex 19891 -0.0520755 0.0475411 0.0216528
Vertex 19892 -0.0525312 0.0475838 0.0226634
Vertex 19893 -0.0528967 0.0476266 0.0236645
Vertex 19894 -0.0532781 0.0476794 0.0246524
Vertex 19895 -0.0537237 0.0477139 0.0256667
Vertex 19896 -0.0542034 0.0477679 0.0266683
Vertex 19897 -0.0546836 0.0478194 0.0276676
Vertex 19898 -0.0552831 0.0478834 0.0286656
Vertex 19899 -0.0558854 0.0479468 0.0296668
Vertex 19900 -0.0562412 0.0479891 0.0306662
Vertex 19901 -0.0567258 0.0480405 0.0316684
Vertex 19902 -0.057205 0.0480928 0.032667
Vertex 19903 -0.0573263 0.0481094 0.0336642
Vertex 19904 -0.0570855 0.0480965 0.0356642
Vertex 19905 -0.0721444 0.145534 -0.0189034
Vertex 19906 -0.085483 0.140457 0.00319222
Vertex 19907 -0.0404175 0.171209 -0.00987004
Vertex 19908 -0.0870251 0.136346 0.00321516
Vertex 19909 -0.0791449 0.166643 -0.0339646
Vertex 19910 -0.0734863 0.173577 -0.0500848
Vertex 19911 -0.0727332 0.173623 -0.0510446
Vertex 19912 -0.0737921 0.165213 -0.0399888
Vertex 19913 0.0483631 0.0628304 -0.00297175
Vertex 19914 -0.0695833 0.156717 -0.0509483
Vertex 19915 0.0484803 0.0651161 -0.0012457
Vertex 19916 -0.0560047 0.159776 0.00109778
Vertex 19917 -0.0739499 0.156872 -0.0269145
Vertex 19918 -0.0710297 0.16381 -0.0459687
Vertex 19919 -0.0167629 0.120643 -0.00969861
Vertex 19920 0.0287509 0.0911639 -0.0204971
Vertex 19921 -0.0778454 0.158312 -0.0179205
Vertex 19922 -0.0131928 0.11434 -0.0171133
Vertex 19923 -0.0876158 0.136354 0.00421533
Vertex 19924 -0.0297371 0.179987 -0.0120259
Vertex 19925 -0.0889882 0.115854 0.0042936
Vertex 19926 -0.0825062 0.110166 0.000353593
Vertex 19927 -0.0354973 0.0470472 -0.0223112
Vertex 19928 -0.0366019 0.0472824 -0.0203909
Vertex 19929 -0.0372775 0.0472266 -0.0193178
Vertex 19930 -0.0378922 0.04725 -0.0183117
Vertex 19931 -0.0386245 0.0472623 -0.0172994
Vertex 19932 -0.0390182 0.0473551 -0.0162983
Vertex 19933 -0.0725348 0.149777 -0.0387435
Vertex 19934 -0.0792974 0.15265 0.00222093
Vertex 19935 -0.0764328 0.147234 -0.00786196
Vertex 19936 -0.0427281 0.0478381 -0.0112773
Vertex 19937 -0.0924128 0.11471 0.0173177
Vertex 19938 -0.0137302 0.107232 -0.0215702
Vertex 19939 -0.0084105 0.095275 -0.0329664
Vertex 19940 0.0149683 0.113515 -0.0163113
Vertex 19941 0.0195092 0.092819 -0.0242669
Vertex 19942 -0.0545162 0.049049 -0.0054035
Vertex 19943 -0.0553413 0.0491317 -0.00437815
Vertex 19944 -0.0560508 0.049202 -0.00336342
Vertex 19945 -0.0566837 0.0492811 -0.00237706
Vertex 19946 -0.0570669 0.0493259 -0.00137722
Vertex 19947 -0.0575339 0.0493779 -0.000368538
Vertex 19948 -0.0577765 0.0494102 0.000630355
Vertex 19949 -0.0580135 0.04944 0.00163802
Vertex 19950 -0.058126 0.0494622 0.00265482
Vertex 19951 -0.0581074 0.0494572 0.00366497
Vertex 19952 -0.0580456 0.0494852 0.00468232
Vertex 19953 -0.0579078 0.0494657 0.0056917
Vertex 19954 -0.0575671 0.0494422 0.00671449
Vertex 19955 -0.0829782 0.147345 0.00316952
Vertex 19956 -0.0903381 0.144712 0.0141544
Vertex 19957 -0.0908558 0.14471 0.0151666
Vertex 19958 -0.091229 0.14471 0.0161551
Vertex 19959 -0.0914681 0.144718 0.0171554
Vertex 19960 -0.0916784 0.144722 0.0181573
Vertex 19961 -0.091603 0.144731 0.0191577
Vertex 19962 -0.0933816 0.129671 0.0222434
Vertex 19963 -0.050859 0.0487888 0.015667
Vertex 19964 -0.0503124 0.0487527 0.0166746
Vertex 19965 -0.0502775 0.0487457 0.0176637
Vertex 19966 -0.0505039 0.0487703 0.0186583
Vertex 19967 -0.0507798 0.0488052 0.0196439
Vertex 19968 -0.0512571 0.0488673 0.0206327
Vertex 19969 -0.0517309 0.0489114 0.0216412
Vertex 19970 -0.0520878 0.0489475 0.0226481
Vertex 19971 -0.0524468 0.0489914 0.023647
Vertex 19972 -0.0527883 0.0490273 0.0246529
Vertex 19973 -0.0530142 0.0490552 0.0256583
Vertex 19974 -0.0531367 0.0490718 0.026657
Vertex 19975 -0.0534716 0.0490986 0.0276613
Vertex 19976 -0.0534917 0.0491191 0.0286591
Vertex 19977 -0.0537144 0.0491343 0.0296614
Vertex 19978 -0.0538363 0.0491492 0.0306601
Vertex 19979 -0.0537085 0.0491368 0.0316573
Vertex 19980 -0.0537204 0.0491564 0.0326591
Vertex 19981 -0.0534816 0.0491363 0.0336594
Vertex 19982 -0.0528781 0.0490838 0.0346622
Vertex 19983 -0.07512 0.161006 -0.0309706
Vertex 19984 -0.0879913 0.136375 0.00520661
Vertex 19985 -0.0748045 0.167943 -0.0420608
Vertex 19986 -0.0772499 0.172214 -0.0459981
Vertex 19987 -0.0790281 0.166651 -0.0329632
Vertex 19988 -0.07763 0.165322 -0.0259443
Vertex 19989 -0.0733158 0.165215 -0.0409863
Vertex 19990 -0.0701046 0.156748 -0.048906
Vertex 19991 -0.0697681 0.156742 -0.0499137
Vertex 19992 -0.0716519 0.156794 -0.0409079
Vertex 19993 -0.0726107 0.156829 -0.0349095
Vertex 19994 -0.073056 0.163825 -0.0399663
Vertex 19995 -0.0198254 0.120831 -0.00989132
Vertex 19996 0.0177118 0.0944604 -0.0240064
Vertex 19997 0.0187635 0.105558 -0.0177865
Vertex 19998 -0.0779406 0.158305 -0.0189233
Vertex 19999 0.0463602 0.0692197 0.00260588
Vertex 20000 0.0283679 0.103615 -0.0157324
Vertex 20001 0.029273 0.103313 -0.0154093
Vertex 20002 -0.0337147 0.120592 -0.00951232
Vertex 20003 -0.0305493 0.0479587 -0.0242789
Vertex 20004 -0.0315627 0.048073 -0.0232988
Vertex 20005 -0.0321132 0.0482449 -0.0223421
Vertex 20006 -0.0327389 0.0482896 -0.0213368
Vertex 20007 -0.0333755 0.0483636 -0.0203394
Vertex 20008 -0.0338728 0.0483909 -0.0193366
Vertex 20009 -0.0346068 0.0483825 -0.0183276
Vertex 20010 -0.0351198 0.0484277 -0.0173281
Vertex 20011 -0.0360083 0.0485228 -0.0153235
Vertex 20012 -0.0365564 0.0488017 -0.0133944
Vertex 20013 0.019292 0.0988007 -0.0225555
Vertex 20014 -0.0407044 0.0491484 -0.0113833
Vertex 20015 -0.0892062 0.128127 0.00426293
Vertex 20016 0.0223945 0.0860763 -0.025219
Vertex 20017 -0.0111844 0.110115 -0.0206413
Vertex 20018 -0.0194344 0.115555 -0.0163687
Vertex 20019 -0.0542668 0.0504201 -0.00539584
Vertex 20020 -0.0550517 0.0504886 -0.00434688
Vertex 20021 -0.0556004 0.0505584 -0.00338763
Vertex 20022 -0.0562999 0.0506286 -0.00237306
Vertex 20023 -0.056691 0.0506774 -0.00137882
Vertex 20024 -0.0570589 0.0507155 -0.000374425
Vertex 20025 -0.0574282 0.0507609 0.000628334
Vertex 20026 -0.0575581 0.0507849 0.00163524
Vertex 20027 -0.0577521 0.050802 0.00265023
Vertex 20028 -0.0576505 0.0508003 0.0036576
Vertex 20029 -0.0575086 0.0507939 0.00466306
Vertex 20030 -0.0573191 0.0507885 0.00568774
Vertex 20031 -0.0569855 0.0507747 0.00670607
Vertex 20032 -0.0745011 0.151286 -0.0298782
Vertex 20033 -0.0785959 0.152697 0.00118419
Vertex 20034 -0.0918002 0.143353 0.0191654
Vertex 20035 -0.0919004 0.143349 0.0181646
Vertex 20036 -0.0917872 0.143341 0.0171661
Vertex 20037 -0.0915486 0.143335 0.0161726
Vertex 20038 -0.0910658 0.143334 0.0151805
Vertex 20039 -0.0707001 0.15817 -0.0449161
Vertex 20040 -0.050356 0.0501549 0.0156949
Vertex 20041 -0.0500679 0.0501277 0.0166633
Vertex 20042 -0.050165 0.0501393 0.0176523
Vertex 20043 -0.0503924 0.0501648 0.0186468
Vertex 20044 -0.0506717 0.0501974 0.0196351
Vertex 20045 -0.0511359 0.0502476 0.0206335
Vertex 20046 -0.0515138 0.0502892 0.0216268
Vertex 20047 -0.0518625 0.050332 0.0226347
Vertex 20048 -0.0521106 0.0503642 0.0236349
Vertex 20049 -0.052431 0.0503969 0.0246465
Vertex 20050 -0.0525544 0.0504168 0.0256484
Vertex 20051 -0.0526579 0.0504274 0.026653
Vertex 20052 -0.0526608 0.0504363 0.0276515
Vertex 20053 -0.0526515 0.0504392 0.0286525
Vertex 20054 -0.0525421 0.050441 0.0296546
Vertex 20055 -0.0524537 0.0504524 0.0306643
Vertex 20056 -0.0522987 0.0504261 0.0316576
Vertex 20057 -0.0772757 0.148645 -0.0058688
Vertex 20058 -0.0761778 0.148614 -0.0108668
Vertex 20059 -0.0760388 0.148613 -0.0118618
Vertex 20060 -0.0823359 0.140394 0.000222625
Vertex 20061 -0.0806782 0.140364 -0.00279029
Vertex 20062 -0.0787812 0.166656 -0.0319662
Vertex 20063 -0.04134 0.171235 -0.00891614
Vertex 20064 -0.0792807 0.167978 -0.037009
Vertex 20065 -0.0917143 0.128313 0.0332436
Vertex 20066 -0.0500433 0.165539 -0.00195268
Vertex 20067 -0.0779524 0.165292 -0.0269536
Vertex 20068 -0.072846 0.165216 -0.0419869
Vertex 20069 0.0316481 0.100683 -0.014625
Vertex 20070 -0.0517306 0.164095 4.31123e-05
Vertex 20071 -0.0688973 0.120914 -0.00896239
Vertex 20072 -0.0787586 0.163869 -0.0289482
Vertex 20073 -0.0787597 0.163865 -0.0299483
Vertex 20074 -0.0830301 0.110196 0.00131843
Vertex 20075 -0.0368548 0.0985914 -0.0223265
Vertex 20076 -0.0234485 0.122824 -0.00599554
Vertex 20077 0.0234826 0.113521 -0.012343
Vertex 20078 0.00716942 0.125754 -0.00749941
Vertex 20079 -0.0320291 0.108616 -0.01899
Vertex 20080 0.0335254 0.101204 -0.0131717
Vertex 20081 0.0343242 0.100732 -0.0126444
Vertex 20082 -0.0772978 0.0685904 0.0138065
Vertex 20083 -0.0285919 0.0494861 -0.0235098
Vertex 20084 -0.0293549 0.0495451 -0.022456
Vertex 20085 -0.0301219 0.0493909 -0.0214267
Vertex 20086 -0.0306153 0.0495713 -0.0203608
Vertex 20087 -0.031608 0.0496402 -0.0193495
Vertex 20088 -0.0321125 0.0496937 -0.0183514
Vertex 20089 -0.0318598 0.0496767 -0.0173511
Vertex 20090 -0.0323685 0.0497273 -0.0163483
Vertex 20091 -0.0330003 0.0497903 -0.0153502
Vertex 20092 -0.0333802 0.0498304 -0.01435
Vertex 20093 -0.0340151 0.0498932 -0.013349
Vertex 20094 -0.034733 0.0498868 -0.0123113
Vertex 20095 0.0261457 0.100404 -0.0183041
Vertex 20096 0.000886159 0.12297 -0.0104051
Vertex 20097 0.0453693 0.0693828 0.00245115
Vertex 20098 0.0338375 0.109906 -0.00644408
Vertex 20099 -0.00992774 0.110288 -0.021044
Vertex 20100 -0.0529425 0.0516633 -0.00638853
Vertex 20101 -0.0541007 0.0517729 -0.00535724
Vertex 20102 -0.0548347 0.0518559 -0.00436961
Vertex 20103 -0.0554751 0.0519418 -0.00338574
Vertex 20104 -0.05597 0.0519966 -0.00239063
Vertex 20105 -0.0564446 0.0520481 -0.00138381
Vertex 20106 -0.0569078 0.052097 -0.000371255
Vertex 20107 -0.057093 0.0521243 0.00061739
Vertex 20108 -0.0573264 0.0521522 0.00163442
Vertex 20109 -0.057408 0.0521648 0.00264452
Vertex 20110 -0.057288 0.0521607 0.00365094
Vertex 20111 -0.0570587 0.0521462 0.00466373
Vertex 20112 -0.0568525 0.0521385 0.00567837
Vertex 20113 -0.0566078 0.0521283 0.00668717
Vertex 20114 -0.0562674 0.0521079 0.00770249
Vertex 20115 0.0321311 0.10568 -0.0119259
Vertex 20116 -0.0463694 0.113628 -0.0162147
Vertex 20117 -0.0719603 0.0681626 0.0276375
Vertex 20118 -0.0718839 0.142969 -0.00986002
Vertex 20119 -0.072621 0.142849 -0.00891964
Vertex 20120 -0.0734528 0.143001 -0.00787011
Vertex 20121 -0.0356565 0.122935 -0.00798984
Vertex 20122 -0.0756983 0.148597 -0.0138657
Vertex 20123 -0.0499126 0.0515141 0.0166499
Vertex 20124 -0.0501479 0.0515412 0.017644
Vertex 20125 -0.0503178 0.0515583 0.0186309
Vertex 20126 -0.0506614 0.0515945 0.0196285
Vertex 20127 -0.051023 0.051637 0.0206282
Vertex 20128 -0.0513914 0.0516798 0.0216239
Vertex 20129 -0.0517393 0.0517191 0.022632
Vertex 20130 -0.0519836 0.0517496 0.0236325
Vertex 20131 -0.0522094 0.0517797 0.0246371
Vertex 20132 -0.0523159 0.0517943 0.0256431
Vertex 20133 -0.0523188 0.0518 0.026645
Vertex 20134 -0.0522959 0.0518057 0.0276471
Vertex 20135 -0.0521768 0.0517998 0.0286453
Vertex 20136 -0.0520592 0.0517918 0.0296489
Vertex 20137 -0.0518346 0.0517811 0.0306554
Vertex 20138 -0.0206234 0.0950485 -0.0308006
Vertex 20139 -0.00265934 0.098112 -0.0279111
Vertex 20140 0.0288107 0.113482 -0.00830654
Vertex 20141 -0.000346509 0.12561 -0.00723663
Vertex 20142 -0.0811978 0.140383 -0.00182247
Vertex 20143 -0.0758985 0.159659 -0.0269354
Vertex 20144 -0.0735846 0.159652 -0.032921
Vertex 20145 -0.0733446 0.159645 -0.0339252
Vertex 20146 -0.0632121 0.172304 -0.0615699
Vertex 20147 -0.0821064 0.110205 0.0294137
Vertex 20148 -0.0589036 0.112559 -0.0155981
Vertex 20149 -0.0745628 0.173554 -0.0490908
Vertex 20150 -0.0843958 0.13208 -0.00165487
Vertex 20151 -0.0736747 0.166615 -0.0419946
Vertex 20152 -0.0670834 0.168031 -0.0569976
Vertex 20153 -0.0722291 0.166627 -0.044985
Vertex 20154 -0.0339085 0.177047 -0.0109944
Vertex 20155 -0.0718751 0.150885 -0.0428436
Vertex 20156 0.0269727 0.112042 -0.0107557
Vertex 20157 -0.0330922 0.108613 -0.0189923
Vertex 20158 -0.0340031 0.1089 -0.0192874
Vertex 20159 -0.0308889 0.108768 -0.0191524
Vertex 20160 0.0251623 0.118606 -0.00580398
Vertex 20161 -0.0274704 0.0506795 -0.0243965
Vertex 20162 -0.028252 0.050761 -0.0234049
Vertex 20163 -0.0289103 0.0508426 -0.0224168
Vertex 20164 -0.0292764 0.0508797 -0.0213979
Vertex 20165 -0.0297126 0.0508986 -0.0203549
Vertex 20166 -0.0297131 0.0509006 -0.0193584
Vertex 20167 -0.0300925 0.0509394 -0.0183595
Vertex 20168 -0.0305996 0.0509893 -0.0173575
Vertex 20169 -0.0307264 0.0510087 -0.0163552
Vertex 20170 -0.0311133 0.0510509 -0.015361
Vertex 20171 -0.0313625 0.0510794 -0.0143586
Vertex 20172 -0.0316347 0.0511137 -0.0133654
Vertex 20173 -0.0321386 0.0511687 -0.0124242
Vertex 20174 -0.0899797 0.128138 0.00527223
Vertex 20175 0.0101258 0.125306 -0.00703851
Vertex 20176 0.0344124 0.0957227 -0.013333
Vertex 20177 -0.0579856 0.116646 -0.0132522
Vertex 20178 -0.00878563 0.110674 -0.0212403
Vertex 20179 -0.0530895 0.0530892 -0.00643833
Vertex 20180 -0.0541101 0.0531993 -0.0053725
Vertex 20181 -0.0548606 0.0532734 -0.00439052
Vertex 20182 -0.0554557 0.0533368 -0.00338183
Vertex 20183 -0.0558448 0.0533792 -0.00239414
Vertex 20184 -0.0563149 0.0534289 -0.00138708
Vertex 20185 -0.0567014 0.0534733 -0.0003903
Vertex 20186 -0.056967 0.0535025 0.000612409
Vertex 20187 -0.0570931 0.0535244 0.00162534
Vertex 20188 -0.0571034 0.0535249 0.00264062
Vertex 20189 -0.0569845 0.0535242 0.00365398
Vertex 20190 -0.0567588 0.053509 0.00466959
Vertex 20191 -0.0565132 0.053486 0.0056729
Vertex 20192 -0.0562701 0.0534697 0.00668599
Vertex 20193 -0.055978 0.0534457 0.00767233
Vertex 20194 -0.0555067 0.053407 0.0086882
Vertex 20195 -0.0852791 0.132127 -0.000702015
Vertex 20196 -0.0908661 0.142018 0.0261694
Vertex 20197 -0.0322652 0.177059 -0.0129859
Vertex 20198 -0.0860119 0.132159 0.00027761
Vertex 20199 -0.0865336 0.141884 0.00820248
Vertex 20200 -0.0728796 0.151218 -0.0388899
Vertex 20201 -0.0498767 0.0529199 0.0166388
Vertex 20202 -0.0501571 0.0529434 0.0176286
Vertex 20203 -0.0504372 0.0529682 0.0186225
Vertex 20204 -0.0507826 0.0530079 0.0196214
Vertex 20205 -0.0510483 0.053037 0.0206135
Vertex 20206 -0.0513902 0.0530791 0.0216216
Vertex 20207 -0.051623 0.0531083 0.0226238
Vertex 20208 -0.0519529 0.0531525 0.0236322
Vertex 20209 -0.0521038 0.0531706 0.024633
Vertex 20210 -0.0521911 0.0531856 0.0256383
Vertex 20211 -0.0521805 0.0531921 0.0266366
Vertex 20212 -0.052068 0.0531865 0.02764
Vertex 20213 -0.0519782 0.0531903 0.0286494
Vertex 20214 -0.0518133 0.0531756 0.0296409
Vertex 20215 -0.0515376 0.053149 0.0306286
Vertex 20216 -0.0911321 0.146088 0.0161475
Vertex 20217 -0.085237 0.147388 0.00618456
Vertex 20218 -0.0776508 0.152845 -0.000892884
Vertex 20219 -0.0776289 0.158329 -0.0159141
Vertex 20220 -0.0709701 0.155369 -0.0459101
Vertex 20221 -0.0711896 0.155374 -0.0449035
Vertex 20222 -0.0713282 0.155382 -0.0439108
Vertex 20223 -0.0730243 0.159629 -0.0349322
Vertex 20224 -0.0457839 0.11676 -0.0154906
Vertex 20225 -0.0372368 0.172627 -0.0118528
Vertex 20226 -0.0383111 0.172675 -0.0109203
Vertex 20227 -0.076914 0.17371 -0.0479126
Vertex 20228 -0.0689178 0.168027 -0.0530164
Vertex 20229 -0.0742721 0.166608 -0.0409997
Vertex 20230 -0.0694963 0.16803 -0.0520069
Vertex 20231 -0.0726162 0.166612 -0.0440006
Vertex 20232 -0.0346349 0.176996 -0.009991
Vertex 20233 -0.0714142 0.166619 -0.0469903
Vertex 20234 -0.0272958 0.178509 -0.0169626
Vertex 20235 -0.0707159 0.179287 -0.0569572
Vertex 20236 0.0208126 0.114503 -0.0133998
Vertex 20237 0.0226051 0.113885 -0.0127298
Vertex 20238 0.0243113 0.119024 -0.0062727
Vertex 20239 -0.0349471 0.109117 -0.019515
Vertex 20240 0.0451585 0.0670735 0.000845212
Vertex 20241 -0.0262156 0.0519422 -0.0264212
Vertex 20242 -0.0270871 0.0520359 -0.0253933
Vertex 20243 -0.0277337 0.0521019 -0.0243965
Vertex 20244 -0.028354 0.0521667 -0.0233844
Vertex 20245 -0.0289948 0.0522303 -0.0223864
Vertex 20246 -0.0293388 0.0522666 -0.0213646
Vertex 20247 -0.029592 0.0522946 -0.0203629
Vertex 20248 -0.0297187 0.0523119 -0.0193651
Vertex 20249 -0.0299722 0.0523401 -0.0183637
Vertex 20250 -0.0302252 0.0523701 -0.0173649
Vertex 20251 -0.0304781 0.0523954 -0.0163632
Vertex 20252 -0.0306051 0.0524133 -0.0153638
Vertex 20253 -0.0308908 0.0524482 -0.0143777
Vertex 20254 -0.0314187 0.0525029 -0.0133876
Vertex 20255 -0.0319013 0.0525534 -0.0124561
Vertex 20256 -0.0906583 0.12815 0.00627512
Vertex 20257 0.0239815 0.12134 -0.00278507
Vertex 20258 0.0360129 0.0947297 -0.0122566
Vertex 20259 -0.0534255 0.124412 -0.00739059
Vertex 20260 -0.0146115 0.109635 -0.0201085
Vertex 20261 -0.0534778 0.0544994 -0.00645482
Vertex 20262 -0.0542529 0.0545999 -0.00539104
Vertex 20263 -0.0548571 0.0546624 -0.0043828
Vertex 20264 -0.0553478 0.054711 -0.00338754
Vertex 20265 -0.0557401 0.0547516 -0.00240302
Vertex 20266 -0.0562131 0.054804 -0.00139993
Vertex 20267 -0.0565994 0.0548437 -0.000400453
Vertex 20268 -0.0568794 0.0548721 0.000601057
Vertex 20269 -0.0569665 0.0548885 0.00161507
Vertex 20270 -0.0569818 0.0548922 0.00263009
Vertex 20271 -0.0569142 0.0548839 0.00364185
Vertex 20272 -0.0567448 0.0548796 0.00465654
Vertex 20273 -0.0565139 0.0548538 0.00566103
Vertex 20274 -0.0562967 0.0548357 0.00668262
Vertex 20275 -0.0559148 0.0548054 0.00768529
Vertex 20276 -0.0555013 0.0547806 0.00866941
Vertex 20277 -0.0548009 0.0547174 0.00969263
Vertex 20278 -0.0540496 0.0546601 0.0106814
Vertex 20279 -0.0887393 0.0928617 0.00944255
Vertex 20280 -0.0886141 0.0928486 0.00844707
Vertex 20281 -0.0935499 0.129634 0.0192397
Vertex 20282 -0.0705717 0.158164 -0.0459142
Vertex 20283 -0.0834736 0.114211 -0.000781836
Vertex 20284 -0.0502601 0.0543084 0.0166402
Vertex 20285 -0.0505534 0.0543594 0.017626
Vertex 20286 -0.0507038 0.0543653 0.0186143
Vertex 20287 -0.0512591 0.0544504 0.0206222
Vertex 20288 -0.0514909 0.0544833 0.0216233
Vertex 20289 -0.0517378 0.0545135 0.0226244
Vertex 20290 -0.0519166 0.0545256 0.0236155
Vertex 20291 -0.0520389 0.0545474 0.0246248
Vertex 20292 -0.0521172 0.0545658 0.0256302
Vertex 20293 -0.0520861 0.0545712 0.0266312
Vertex 20294 -0.0519883 0.0545681 0.0276385
Vertex 20295 -0.0518469 0.0545626 0.0286406
Vertex 20296 -0.0516 0.0545447 0.0296397
Vertex 20297 -0.0513204 0.0545255 0.0306253
Vertex 20298 -0.089646 0.0929438 0.0164332
Vertex 20299 -0.0861662 0.147397 0.00721409
Vertex 20300 -0.0731886 0.149857 -0.036868
Vertex 20301 -0.0864372 0.14049 0.00618869
Vertex 20302 -0.0892506 0.151522 0.0201032
Vertex 20303 -0.0725251 0.155433 -0.0349062
Vertex 20304 -0.0728889 0.159628 -0.0359308
Vertex 20305 0.0130795 0.0927597 -0.0282037
Vertex 20306 -0.0393243 0.172677 -0.00992732
Vertex 20307 -0.0491873 0.165537 -0.00392571
Vertex 20308 -0.0779905 0.173544 -0.0470087
Vertex 20309 -0.0724818 0.165221 -0.0429802
Vertex 20310 0.0333229 0.0997779 -0.013667
Vertex 20311 -0.051609 0.164108 -0.000948719
Vertex 20312 -0.0771326 0.163938 -0.0219397
Vertex 20313 -0.0782928 0.163856 -0.0319501
Vertex 20314 -0.0786152 0.163841 -0.0309629
Vertex 20315 -0.026226 0.178551 -0.0179991
Vertex 20316 -0.069435 0.179317 -0.0579979
Vertex 20317 -0.0884616 0.136381 0.00620417
Vertex 20318 -0.020729 0.181491 -0.0220031
Vertex 20319 0.0113952 0.116794 -0.0158535
Vertex 20320 0.0217183 0.114203 -0.013082
Vertex 20321 -0.00542543 0.120041 -0.0132322
Vertex 20322 -0.0359339 0.109235 -0.0196158
Vertex 20323 0.029581 0.0907082 -0.0200166
Vertex 20324 -0.0255625 0.0532992 -0.0274025
Vertex 20325 -0.0265758 0.0533991 -0.0263925
Vertex 20326 -0.0273632 0.0534705 -0.0254085
Vertex 20327 -0.0278785 0.0535209 -0.0244081
Vertex 20328 -0.0283702 0.0535742 -0.0233936
Vertex 20329 -0.0289733 0.0536405 -0.0223788
Vertex 20330 -0.0296157 0.053701 -0.0213818
Vertex 20331 -0.0298753 0.0537337 -0.0203803
Vertex 20332 -0.0301034 0.0537602 -0.0193727
Vertex 20333 -0.0302302 0.0537755 -0.0183734
Vertex 20334 -0.0303571 0.0537911 -0.0173707
Vertex 20335 -0.0304827 0.0538056 -0.016375
Vertex 20336 -0.0307362 0.053835 -0.015374
Vertex 20337 -0.0312435 0.0538841 -0.0143722
Vertex 20338 -0.0315509 0.053914 -0.013393
Vertex 20339 -0.055732 0.115927 -0.0145408
Vertex 20340 -0.091226 0.128161 0.00727002
Vertex 20341 0.0368044 0.0942002 -0.0116901
Vertex 20342 0.0313221 0.0899509 -0.0192278
Vertex 20343 -0.0156647 0.109623 -0.0201068
Vertex 20344 -0.053816 0.0559281 -0.00642904
Vertex 20345 -0.054537 0.0560032 -0.00541843
Vertex 20346 -0.0550269 0.0560444 -0.00440953
Vertex 20347 -0.0553956 0.0560936 -0.00341211
Vertex 20348 -0.0557658 0.0561367 -0.00241411
Vertex 20349 -0.0562219 0.0560519 -0.00142054
Vertex 20350 -0.0566027 0.0562228 -0.000407584
Vertex 20351 -0.0568935 0.0562594 0.000567085
Vertex 20352 -0.057137 0.0562876 0.0015684
Vertex 20353 -0.05709 0.0562779 0.00261705
Vertex 20354 -0.0570496 0.0562866 0.00362097
Vertex 20355 -0.0569735 0.056267 0.00463231
Vertex 20356 -0.0568589 0.0562507 0.00563881
Vertex 20357 -0.056621 0.0562362 0.00665228
Vertex 20358 -0.0563207 0.0562341 0.00763908
Vertex 20359 -0.0558064 0.0562012 0.00862658
Vertex 20360 -0.0551543 0.0561755 0.00960447
Vertex 20361 -0.0544145 0.0561001 0.0105768
Vertex 20362 -0.05375 0.0560385 0.0116204
Vertex 20363 -0.052909 0.0559665 0.0126205
Vertex 20364 -0.052188 0.0559056 0.0136207
Vertex 20365 -0.0515872 0.0558557 0.0146208
Vertex 20366 -0.0870302 0.13217 0.00132034
Vertex 20367 -0.0879876 0.132208 0.00230713
Vertex 20368 -0.0887459 0.132238 0.00325707
Vertex 20369 -0.0894337 0.132252 0.00424863
Vertex 20370 -0.0898976 0.132262 0.00523931
Vertex 20371 -0.0902473 0.132271 0.00623314
Vertex 20372 -0.090578 0.13228 0.00723516
Vertex 20373 -0.0909281 0.132287 0.0082314
Vertex 20374 -0.0911632 0.132299 0.00922827
Vertex 20375 -0.0913959 0.132306 0.0102259
Vertex 20376 -0.0916136 0.132311 0.0112256
Vertex 20377 -0.0520943 0.0559627 0.0266271
Vertex 20378 -0.0520552 0.0559741 0.0276222
Vertex 20379 -0.0518399 0.0559545 0.028629
Vertex 20380 -0.0515738 0.0559395 0.0296214
Vertex 20381 -0.0917522 0.132325 0.0122241
Vertex 20382 -0.0920259 0.132307 0.0132318
Vertex 20383 -0.0872007 0.147399 0.00826035
Vertex 20384 -0.088267 0.147416 0.00925394
Vertex 20385 -0.092269 0.124069 0.00827163
Vertex 20386 -0.0735938 0.149845 -0.0348818
Vertex 20387 -0.0921542 0.132321 0.0142287
Vertex 20388 -0.0732612 0.155462 -0.02991
Vertex 20389 -0.0702704 0.159573 -0.0469358
Vertex 20390 -0.0662858 0.172388 -0.0591199
Vertex 20391 -0.0401081 0.172699 -0.00896014
Vertex 20392 -0.0484709 0.165547 -0.00491912
Vertex 20393 -0.0475211 0.165506 -0.00586183
Vertex 20394 -0.0782079 0.165287 -0.027954
Vertex 20395 -0.0886846 0.136388 0.00720801
Vertex 20396 -0.0889001 0.136394 0.00820864
Vertex 20397 -0.0716942 0.1568 -0.0399156
Vertex 20398 -0.0727656 0.156832 -0.0339136
Vertex 20399 -0.0726963 0.163825 -0.0409661
Vertex 20400 -0.0282073 0.178522 -0.0159874
Vertex 20401 -0.0719403 0.179282 -0.0559874
Vertex 20402 -0.0199542 0.180019 -0.0229778
Vertex 20403 -0.0197362 0.181499 -0.0230211
Vertex 20404 -0.0187788 0.181486 -0.0239544
Vertex 20405 0.019893 0.114777 -0.0136897
Vertex 20406 -0.0107414 0.120001 -0.0131465
Vertex 20407 -0.0033398 0.119986 -0.0131833
Vertex 20408 0.0217844 0.118301 -0.00950952
Vertex 20409 -0.0158888 0.123338 -0.00654807
Vertex 20410 -0.0260773 0.0547586 -0.0274003
Vertex 20411 -0.0268504 0.0548324 -0.0264063
Vertex 20412 -0.0275816 0.0549129 -0.0253866
Vertex 20413 -0.0280896 0.0549613 -0.0243859
Vertex 20414 -0.028497 0.0550003 -0.0233987
Vertex 20415 -0.0290048 0.0550494 -0.0223991
Vertex 20416 -0.0296143 0.0551126 -0.0213868
Vertex 20417 -0.0298766 0.05514 -0.0203901
Vertex 20418 -0.0301429 0.0551656 -0.0193914
Vertex 20419 -0.0303622 0.055196 -0.0183802
Vertex 20420 -0.0306152 0.0552238 -0.0173804
Vertex 20421 -0.0306156 0.0552316 -0.0163811
Vertex 20422 -0.0307428 0.0552453 -0.0153798
Vertex 20423 -0.0313759 0.0553098 -0.0143786
Vertex 20424 -0.0316861 0.0553325 -0.0133983
Vertex 20425 -0.0320271 0.0553591 -0.0124271
Vertex 20426 -0.0890224 0.136404 0.0092064
Vertex 20427 0.031191 0.0977616 -0.015509
Vertex 20428 -0.00760592 0.125948 -0.00752899
Vertex 20429 -0.018657 0.109944 -0.0204332
Vertex 20430 -0.0533429 0.0572662 -0.00744815
Vertex 20431 -0.054281 0.0573695 -0.00641449
Vertex 20432 -0.0548976 0.0574275 -0.00541424
Vertex 20433 -0.0554111 0.0574706 -0.0044262
Vertex 20434 -0.0556551 0.0575 -0.00342108
Vertex 20435 -0.05601 0.0575293 -0.00241387
Vertex 20436 -0.0563673 0.0575771 -0.00141956
Vertex 20437 -0.0567391 0.0576068 -0.000420382
Vertex 20438 -0.0571213 0.0576422 0.00058007
Vertex 20439 -0.0572784 0.0576838 0.00160501
Vertex 20440 -0.0574379 0.0576833 0.0026039
Vertex 20441 -0.0575628 0.0576989 0.003607
Vertex 20442 -0.0578484 0.0576892 0.00460939
Vertex 20443 -0.0581165 0.0576994 0.00562055
Vertex 20444 -0.0579872 0.0576809 0.00662705
Vertex 20445 -0.0575464 0.0576229 0.00774375
Vertex 20446 -0.0572185 0.0575347 0.00867749
Vertex 20447 -0.0567221 0.0575063 0.0096837
Vertex 20448 -0.0566159 0.0573558 0.0107416
Vertex 20449 -0.0891532 0.136419 0.0102028
Vertex 20450 -0.0894686 0.136415 0.011209
Vertex 20451 -0.0895793 0.136441 0.0122186
Vertex 20452 -0.0898897 0.136442 0.013225
Vertex 20453 -0.090059 0.136447 0.0142016
Vertex 20454 -0.0902912 0.136455 0.0152001
Vertex 20455 -0.0545965 0.0575496 0.0196126
Vertex 20456 -0.0921816 0.132336 0.0152245
Vertex 20457 -0.0788622 0.169438 -0.0409605
Vertex 20458 -0.0690053 0.160967 -0.0519594
Vertex 20459 -0.0684162 0.160948 -0.0539628
Vertex 20460 -0.0862104 0.140486 0.00518463
Vertex 20461 -0.0921938 0.132347 0.0162256
Vertex 20462 -0.0523174 0.057382 0.0266177
Vertex 20463 -0.0921802 0.132348 0.0172238
Vertex 20464 -0.0923144 0.132364 0.0182222
Vertex 20465 -0.0923991 0.132355 0.0192227
Vertex 20466 -0.0923959 0.132359 0.0202239
Vertex 20467 -0.0923003 0.132372 0.0212228
Vertex 20468 -0.0921005 0.132392 0.0222257
Vertex 20469 -0.0423266 0.169779 -0.00887745
Vertex 20470 -0.0693203 0.155248 -0.0509683
Vertex 20471 -0.0734288 0.149863 -0.0358672
Vertex 20472 -0.0738057 0.149865 -0.0338746
Vertex 20473 -0.0892169 0.151457 0.0141575
Vertex 20474 -0.0733818 0.155466 -0.0289107
Vertex 20475 -0.0701217 0.159568 -0.0479252
Vertex 20476 -0.0783796 0.172116 -0.0450441
Vertex 20477 -0.0408947 0.172668 -0.00780492
Vertex 20478 -0.0496802 0.165544 -0.00294037
Vertex 20479 -0.0919787 0.13239 0.0232249
Vertex 20480 -0.0917744 0.132406 0.0242297
Vertex 20481 -0.0736067 0.154075 -0.0289008
Vertex 20482 -0.0280887 0.123076 -0.00418723
Vertex 20483 -0.0916354 0.132395 0.0252256
Vertex 20484 -0.0740871 0.156873 -0.0259173
Vertex 20485 -0.0706825 0.163806 -0.0469738
Vertex 20486 -0.0731314 0.179106 -0.0550054
Vertex 20487 -0.021119 0.180019 -0.0220004
Vertex 20488 -0.0548939 0.161294 0.00305835
Vertex 20489 -0.0217097 0.181473 -0.0209735
Vertex 20490 -0.01522 0.183001 -0.0269465
Vertex 20491 -0.0275613 0.121213 -0.00819283
Vertex 20492 -0.00964195 0.120097 -0.0132573
Vertex 20493 0.0208541 0.11855 -0.00976629
Vertex 20494 -0.0135852 0.123715 -0.00700086
Vertex 20495 -0.0246897 0.0560336 -0.0294195
Vertex 20496 -0.0258331 0.0561399 -0.0284181
Vertex 20497 -0.0265985 0.0562164 -0.027412
Vertex 20498 -0.0272272 0.0562777 -0.0264072
Vertex 20499 -0.0276317 0.056316 -0.0254148
Vertex 20500 -0.0281182 0.0563778 -0.0244009
Vertex 20501 -0.0286059 0.0564269 -0.0233938
Vertex 20502 -0.0292201 0.0564848 -0.022383
Vertex 20503 -0.0295123 0.0565107 -0.0214026
Vertex 20504 -0.0298952 0.0565521 -0.0204023
Vertex 20505 -0.0303843 0.0566029 -0.0193937
Vertex 20506 -0.0305406 0.0566147 -0.0184018
Vertex 20507 -0.0308041 0.0566412 -0.01742
Vertex 20508 -0.0308747 0.056662 -0.0163864
Vertex 20509 -0.0311277 0.0566897 -0.0153882
Vertex 20510 -0.0313808 0.0567165 -0.0143886
Vertex 20511 -0.0317613 0.0567558 -0.0133876
Vertex 20512 -0.032014 0.0567822 -0.0123897
Vertex 20513 0.0320036 0.0972394 -0.014969
Vertex 20514 -0.0578149 0.12313 -0.00798101
Vertex 20515 -0.0197211 0.109971 -0.0204733
Vertex 20516 0.0494272 0.0628335 -0.00296645
Vertex 20517 -0.053919 0.0587242 -0.00741756
Vertex 20518 -0.0546717 0.0587861 -0.00643621
Vertex 20519 -0.0552695 0.058846 -0.00542677
Vertex 20520 -0.0558395 0.0589131 -0.0044052
Vertex 20521 -0.0562018 0.0589495 -0.00340637
Vertex 20522 -0.0564836 0.0589584 -0.00242578
Vertex 20523 -0.0567945 0.0589511 -0.00142935
Vertex 20524 -0.0572843 0.0589766 -0.000464382
Vertex 20525 -0.0577441 0.0590406 0.000553128
Vertex 20526 -0.0582892 0.0589697 0.00149643
Vertex 20527 -0.0584646 0.0588965 0.0024905
Vertex 20528 -0.0586963 0.0588331 0.00348495
Vertex 20529 -0.0905147 0.136459 0.016202
Vertex 20530 -0.0907186 0.136468 0.0172046
Vertex 20531 -0.0908309 0.136473 0.0182032
Vertex 20532 -0.0907522 0.136478 0.0191999
Vertex 20533 -0.0906746 0.1365 0.0201946
Vertex 20534 -0.0904343 0.136488 0.021207
Vertex 20535 -0.0748224 0.0935599 -0.014192
Vertex 20536 -0.0391888 0.168166 -0.0121398
Vertex 20537 0.0171734 0.0960138 -0.0234178
Vertex 20538 -0.0914347 0.132413 0.0262297
Vertex 20539 -0.0912019 0.132413 0.0272298
Vertex 20540 -0.0640121 0.136992 -0.00763419
Vertex 20541 -0.0901963 0.136492 0.0222062
Vertex 20542 -0.0898794 0.136494 0.0232114
Vertex 20543 -0.0896015 0.136498 0.0242003
Vertex 20544 -0.0792333 0.169423 -0.0379787
Vertex 20545 -0.0910601 0.132402 0.0282222
Vertex 20546 -0.0908205 0.132399 0.0292201
Vertex 20547 -0.0905234 0.132421 0.0302253
Vertex 20548 -0.0903832 0.132413 0.0312232
Vertex 20549 -0.0833865 0.140392 0.00124854
Vertex 20550 -0.0780672 0.161102 -0.0219327
Vertex 20551 -0.0622101 0.169551 -0.0614764
Vertex 20552 -0.0692517 0.16944 -0.0530112
Vertex 20553 -0.0714721 0.152551 -0.0449162
Vertex 20554 -0.0709606 0.152484 -0.0460812
Vertex 20555 -0.0728652 0.170808 -0.0480355
Vertex 20556 -0.074114 0.159638 -0.0309374
Vertex 20557 -0.071061 0.15959 -0.0439233
Vertex 20558 -0.0742711 0.149885 -0.0318724
Vertex 20559 -0.0887794 0.151473 0.0131594
Vertex 20560 -0.0735022 0.155469 -0.0279133
Vertex 20561 -0.0697973 0.159564 -0.0489352
Vertex 20562 -0.0789216 0.172194 -0.0440002
Vertex 20563 -0.0786816 0.173602 -0.0460003
Vertex 20564 -0.0466234 0.165492 -0.0068396
Vertex 20565 -0.076512 0.15561 -0.00689633
Vertex 20566 -0.0768171 0.154199 -0.00689913
Vertex 20567 -0.0739884 0.1541 -0.0249038
Vertex 20568 -0.0799858 0.150056 0.000166757
Vertex 20569 -0.0818563 0.150046 0.00220642
Vertex 20570 -0.0901845 0.132425 0.0322244
Vertex 20571 -0.0773753 0.161145 -0.0179242
Vertex 20572 -0.0704096 0.163806 -0.0479588
Vertex 20573 -0.0222065 0.179998 -0.0209469
Vertex 20574 -0.0659308 0.168025 -0.05906
Vertex 20575 -0.0225278 0.18149 -0.0200273
Vertex 20576 -0.0163006 0.182966 -0.0260091
Vertex 20577 -0.0218764 0.182954 -0.0200262
Vertex 20578 -0.0467495 0.117966 -0.0147678
Vertex 20579 -0.0219544 0.120804 -0.00985027
Vertex 20580 -0.032734 0.120436 -0.00935257
Vertex 20581 0.0233436 0.112218 -0.0129499
Vertex 20582 -0.0245412 0.057448 -0.0303989
Vertex 20583 -0.0256858 0.0575487 -0.0293997
Vertex 20584 -0.0264766 0.0576077 -0.0284232
Vertex 20585 -0.0270955 0.0576776 -0.0274029
Vertex 20586 -0.0274925 0.0577126 -0.0264141
Vertex 20587 -0.0279795 0.0577645 -0.0254
Vertex 20588 -0.0283572 0.0578046 -0.0244014
Vertex 20589 -0.0288479 0.0578621 -0.0233922
Vertex 20590 -0.0290025 0.0578755 -0.022406
Vertex 20591 -0.0295185 0.0579228 -0.0214101
Vertex 20592 -0.0300213 0.0579734 -0.0204069
Vertex 20593 -0.0304054 0.0580102 -0.0194062
Vertex 20594 -0.0307845 0.0580469 -0.0184096
Vertex 20595 -0.0311645 0.0580869 -0.017406
Vertex 20596 -0.0313874 0.0581183 -0.0163942
Vertex 20597 -0.03164 0.0581442 -0.0153958
Vertex 20598 -0.0317664 0.058161 -0.0143983
Vertex 20599 -0.0320197 0.058187 -0.0133973
Vertex 20600 -0.089294 0.136502 0.0252035
Vertex 20601 0.0270076 0.100021 -0.0178938
Vertex 20602 0.0185572 0.0930309 -0.0244868
Vertex 20603 -0.0218071 0.110009 -0.0205036
Vertex 20604 0.0156331 0.0915267 -0.0269033
Vertex 20605 0.0084061 0.0949783 -0.0285638
Vertex 20606 0.00885847 0.0887054 -0.0320419
Vertex 20607 0.0294595 0.116659 -0.00368699
Vertex 20608 -0.0560752 0.0602595 -0.0044615
Vertex 20609 -0.0564526 0.0602802 -0.00348733
Vertex 20610 -0.0578906 0.0600472 -0.00173427
Vertex 20611 -0.0579656 0.0599816 -0.000771046
Vertex 20612 -0.0890493 0.136506 0.0262024
Vertex 20613 -0.0408505 0.0971293 -0.022095
Vertex 20614 -0.0428418 0.0971034 -0.0220359
Vertex 20615 -0.0889485 0.13651 0.0272017
Vertex 20616 -0.0889642 0.136517 0.0281982
Vertex 20617 -0.0799897 0.135372 -0.00407226
Vertex 20618 0.0051303 0.105879 -0.0208781
Vertex 20619 0.0201949 0.0959886 -0.0227072
Vertex 20620 -0.0281007 0.162292 -0.0150733
Vertex 20621 -0.0118767 0.105907 -0.0227385
Vertex 20622 -0.0368415 0.0943464 -0.0233446
Vertex 20623 -0.0378318 0.0943285 -0.0232947
Vertex 20624 -0.0318429 0.0944059 -0.023975
Vertex 20625 -0.0719676 0.138437 -0.00730592
Vertex 20626 -0.0620358 0.136971 -0.00707833
Vertex 20627 -0.0900654 0.132428 0.033223
Vertex 20628 -0.0900528 0.132428 0.0342227
Vertex 20629 -0.090055 0.132436 0.0352224
Vertex 20630 -0.0738377 0.169377 -0.0450494
Vertex 20631 -0.0763817 0.169448 -0.0429673
Vertex 20632 -0.0792933 0.16941 -0.0399858
Vertex 20633 -0.0790213 0.169435 -0.0369802
Vertex 20634 -0.0890554 0.136524 0.0291987
Vertex 20635 -0.0903048 0.139241 0.0221876
Vertex 20636 -0.0936994 0.128298 0.0232525
Vertex 20637 -0.0400469 0.169775 -0.0108504
Vertex 20638 -0.0565711 0.159859 0.00306588
Vertex 20639 -0.0554287 0.1598 0.000101402
Vertex 20640 -0.052904 0.159748 -0.00276649
Vertex 20641 -0.0732162 0.169408 -0.0460252
Vertex 20642 -0.0699016 0.160977 -0.0489386
Vertex 20643 -0.090134 0.132434 0.0362229
Vertex 20644 -0.091691 0.12831 0.0342454
Vertex 20645 -0.0671371 0.169442 -0.0570354
Vertex 20646 -0.0883068 0.151437 0.0121831
Vertex 20647 -0.0856284 0.151402 0.00824006
Vertex 20648 -0.0739579 0.155489 -0.0249104
Vertex 20649 -0.073597 0.161047 -0.0349306
Vertex 20650 -0.079023 0.172207 -0.0429929
Vertex 20651 -0.0788564 0.173596 -0.0449928
Vertex 20652 -0.0456155 0.165496 -0.00783315
Vertex 20653 -0.0901396 0.13244 0.0372222
Vertex 20654 -0.076883 0.154198 -0.00789596
Vertex 20655 -0.0783607 0.150068 -0.00187639
Vertex 20656 -0.0777749 0.150053 -0.00387978
Vertex 20657 -0.0791989 0.150078 -0.000876106
Vertex 20658 -0.0901131 0.132441 0.0382173
Vertex 20659 -0.0900689 0.132434 0.0392074
Vertex 20660 -0.0700603 0.163804 -0.0489659
Vertex 20661 -0.0233436 0.179984 -0.0199453
Vertex 20662 -0.0242736 0.181474 -0.0180054
Vertex 20663 -0.0234134 0.181486 -0.0190275
Vertex 20664 -0.0233118 0.182976 -0.0180572
Vertex 20665 -0.0226479 0.182963 -0.0190305
Vertex 20666 -0.0478545 0.117892 -0.0146818
Vertex 20667 0.00758009 0.121578 -0.0129987
Vertex 20668 -0.0425055 0.108838 -0.0192163
Vertex 20669 0.0269605 0.111014 -0.0116501
Vertex 20670 -0.0242656 0.0588495 -0.0313753
Vertex 20671 -0.0255632 0.0589456 -0.0304089
Vertex 20672 -0.0263524 0.059005 -0.029433
Vertex 20673 -0.0271171 0.059077 -0.028426
Vertex 20674 -0.0275149 0.0591111 -0.027433
Vertex 20675 -0.0280135 0.0591603 -0.0264206
Vertex 20676 -0.0285047 0.059221 -0.0254142
Vertex 20677 -0.0288788 0.0592582 -0.0244095
Vertex 20678 -0.0291332 0.059286 -0.0234112
Vertex 20679 -0.0293882 0.0593157 -0.02241
Vertex 20680 -0.0297438 0.0593588 -0.0214043
Vertex 20681 -0.0301375 0.0592681 -0.0204197
Vertex 20682 -0.0305064 0.059434 -0.0194047
Vertex 20683 -0.0309091 0.0594671 -0.0184147
Vertex 20684 -0.0314199 0.0595176 -0.0174145
Vertex 20685 -0.0316463 0.0595496 -0.0164023
Vertex 20686 -0.031899 0.0595768 -0.0154053
Vertex 20687 -0.03228 0.059616 -0.0144015
Vertex 20688 -0.0324058 0.05963 -0.0134049
Vertex 20689 0.0278652 0.0996344 -0.0174729
Vertex 20690 -0.0465413 0.123419 -0.0104793
Vertex 20691 -0.039166 0.0355671 -0.0293815
Vertex 20692 -0.0207424 0.110014 -0.0205123
Vertex 20693 -0.0123646 0.109877 -0.0203825
Vertex 20694 -0.00551608 0.110856 -0.0214408
Vertex 20695 -0.00120622 0.113981 -0.0187843
Vertex 20696 0.00259703 0.093007 -0.0325523
Vertex 20697 0.0167046 0.0945555 -0.0241181
Vertex 20698 0.00996296 0.0988804 -0.0226985
Vertex 20699 -0.065316 0.0625169 -0.002419
Vertex 20700 -0.0662857 0.0625946 -0.00141881
Vertex 20701 -0.0671444 0.0628365 -0.000338348
Vertex 20702 -0.0398433 0.0971287 -0.022179
Vertex 20703 -0.0418449 0.0971142 -0.0220611
Vertex 20704 -0.043841 0.0970933 -0.0219235
Vertex 20705 -0.0448379 0.0970765 -0.0217835
Vertex 20706 -0.0720312 0.141354 -0.00781974
Vertex 20707 -0.0234217 0.0359155 0.0533704
Vertex 20708 -0.0328414 0.0943934 -0.0238538
Vertex 20709 -0.0338378 0.0943788 -0.02372
Vertex 20710 -0.0348319 0.0943645 -0.0236767
Vertex 20711 -0.0358405 0.094357 -0.023472
Vertex 20712 -0.0588396 0.0925945 -0.0203375
Vertex 20713 -0.0568431 0.0926948 -0.0216401
Vertex 20714 -0.055838 0.0927189 -0.0219026
Vertex 20715 -0.05784 0.0926528 -0.0211082
Vertex 20716 -0.0698932 0.120907 -0.00884856
Vertex 20717 -0.0661663 0.158028 -0.0551775
Vertex 20718 -0.0758088 0.0906346 -0.0139136
Vertex 20719 -0.0358448 0.0971832 -0.0228124
Vertex 20720 -0.0703872 0.161044 -0.0469664
Vertex 20721 -0.0701334 0.160982 -0.047936
Vertex 20722 -0.0695688 0.160974 -0.049948
Vertex 20723 -0.0693202 0.16097 -0.0509443
Vertex 20724 -0.0687445 0.160961 -0.0529537
Vertex 20725 -0.0901888 0.139114 0.0151891
Vertex 20726 -0.0895335 0.144692 0.0121557
Vertex 20727 -0.0897923 0.144692 0.013139
Vertex 20728 -0.0892694 0.136527 0.0301984
Vertex 20729 -0.043284 0.169832 -0.00794427
Vertex 20730 -0.0451841 0.16983 -0.00497124
Vertex 20731 -0.077742 0.161125 -0.0199262
Vertex 20732 -0.0624118 0.168239 -0.0611966
Vertex 20733 -0.0890324 0.144705 0.01118
Vertex 20734 -0.0777368 0.158322 -0.016916
Vertex 20735 -0.0446853 0.169846 -0.00596698
Vertex 20736 -0.0453256 0.169857 -0.00299568
Vertex 20737 -0.0702988 0.15533 -0.0489684
Vertex 20738 -0.0850315 0.151395 0.00719993
Vertex 20739 -0.0837262 0.151367 0.00522149
Vertex 20740 -0.0740972 0.155492 -0.0239137
Vertex 20741 -0.0896132 0.139307 0.0341845
Vertex 20742 -0.041349 0.172669 -0.00697494
Vertex 20743 -0.0231395 0.168252 -0.0189417
Vertex 20744 -0.0873651 0.0927561 0.00443631
Vertex 20745 -0.0721609 0.147032 -0.0238695
Vertex 20746 -0.0769907 0.154191 -0.00889586
Vertex 20747 -0.0780017 0.150056 -0.00287894
Vertex 20748 -0.0808163 0.150056 0.00117383
Vertex 20749 -0.0925247 0.128292 0.0282327
Vertex 20750 -0.0684905 0.158118 -0.0539401
Vertex 20751 -0.0679209 0.163786 -0.054975
Vertex 20752 -0.0243767 0.179986 -0.0189674
Vertex 20753 0.0526661 0.0660937 -0.000184776
Vertex 20754 -0.0785163 0.162478 -0.0269418
Vertex 20755 -0.0174269 0.182963 -0.0250022
Vertex 20756 -0.0568769 0.116868 -0.0135067
Vertex 20757 -0.0510086 0.119975 -0.0128249
Vertex 20758 -0.0435985 0.108724 -0.0190759
Vertex 20759 0.0288139 0.110493 -0.0110929
Vertex 20760 -0.0250606 0.0603159 -0.031412
Vertex 20761 -0.0262205 0.0604134 -0.0304432
Vertex 20762 -0.0270301 0.0604609 -0.0294673
Vertex 20763 -0.0277397 0.0605536 -0.0284245
Vertex 20764 -0.0281113 0.0605968 -0.0274147
Vertex 20765 -0.0284873 0.0606333 -0.0264114
Vertex 20766 -0.0288624 0.0606727 -0.0254104
Vertex 20767 -0.0290126 0.0606872 -0.0244213
Vertex 20768 -0.0295204 0.0607307 -0.0234192
Vertex 20769 -0.0298765 0.0607745 -0.022409
Vertex 20770 -0.030256 0.0608147 -0.0214135
Vertex 20771 -0.0305096 0.0608404 -0.0204127
Vertex 20772 -0.0309108 0.0608665 -0.0194213
Vertex 20773 -0.0313268 0.0609036 -0.0184352
Vertex 20774 -0.0318252 0.0609455 -0.0174329
Vertex 20775 -0.0320326 0.0609937 -0.0164107
Vertex 20776 -0.0322855 0.0610195 -0.0154117
Vertex 20777 -0.0332069 0.0609523 -0.0145937
Vertex 20778 0.0216881 0.102085 -0.0200779
Vertex 20779 -0.0179622 0.106228 -0.0225141
Vertex 20780 0.0312054 0.104936 -0.0131412
Vertex 20781 -0.0366978 0.0363155 -0.0300943
Vertex 20782 -0.0134967 0.109686 -0.0201653
Vertex 20783 0.00630512 0.0970077 -0.026738
Vertex 20784 -0.00553736 0.113796 -0.0185731
Vertex 20785 -0.00223749 0.0939165 -0.0335391
Vertex 20786 0.0303183 0.0797251 -0.0205953
Vertex 20787 0.0537776 0.0692651 0.00258827
Vertex 20788 -0.0662958 0.0637695 -0.0035905
Vertex 20789 -0.0674721 0.0639504 -0.00252382
Vertex 20790 -0.0682938 0.06404 -0.00150269
Vertex 20791 -0.0691053 0.0641529 -0.000471523
Vertex 20792 -0.0696582 0.0642657 0.000568637
Vertex 20793 -0.0703548 0.0643588 0.00158224
Vertex 20794 -0.0560862 0.153109 -0.0014946
Vertex 20795 -0.0797544 0.0720045 0.0191472
Vertex 20796 -0.0810703 0.0752023 0.0214152
Vertex 20797 -0.0708131 0.0922561 -0.0160967
Vertex 20798 -0.0718125 0.0922256 -0.0157107
Vertex 20799 -0.0728038 0.0921924 -0.0153063
Vertex 20800 -0.0738833 0.122317 -0.0079807
Vertex 20801 -0.0708983 0.120893 -0.00865195
Vertex 20802 0.0021184 0.108719 -0.0202691
Vertex 20803 -0.0819901 0.133862 -0.00285904
Vertex 20804 0.00311817 0.108714 -0.0201476
Vertex 20805 -0.0778791 0.116346 -0.00545689
Vertex 20806 -0.0748251 0.0906869 -0.0145799
Vertex 20807 -0.0779789 0.136876 -0.0051311
Vertex 20808 -0.0734658 0.151245 -0.0358847
Vertex 20809 -0.0578612 0.158406 0.00308521
Vertex 20810 -0.076675 0.154077 0.000107436
Vertex 20811 -0.0810442 0.152541 0.00426923
Vertex 20812 -0.0699027 0.158151 -0.0489236
Vertex 20813 -0.0680885 0.16093 -0.05501
Vertex 20814 -0.0676844 0.160922 -0.0559942
Vertex 20815 -0.0669549 0.160975 -0.0568649
Vertex 20816 -0.0711264 0.142566 -0.0097279
Vertex 20817 -0.041205 0.169789 -0.00987939
Vertex 20818 -0.0440479 0.169839 -0.00695693
Vertex 20819 -0.0894637 0.136534 0.031204
Vertex 20820 -0.0895706 0.136541 0.0322035
Vertex 20821 -0.066757 0.170863 -0.0580345
Vertex 20822 -0.0691313 0.170851 -0.0540166
Vertex 20823 -0.0773104 0.159761 -0.0159076
Vertex 20824 -0.0780833 0.1597 -0.0209281
Vertex 20825 -0.075211 0.159631 -0.0279486
Vertex 20826 -0.0714642 0.155388 -0.0429121
Vertex 20827 -0.0844496 0.151409 0.0062115
Vertex 20828 -0.0743228 0.155495 -0.0229079
Vertex 20829 -0.0779043 0.1583 -0.0209193
Vertex 20830 -0.0416172 0.17268 -0.00599082
Vertex 20831 -0.0714328 0.168025 -0.0480185
Vertex 20832 -0.090746 0.114598 0.00833305
Vertex 20833 -0.0897624 0.136545 0.033205
Vertex 20834 -0.0769902 0.154182 -0.00989517
Vertex 20835 -0.0828306 0.150071 0.00319212
Vertex 20836 -0.0751102 0.148577 -0.0168689
Vertex 20837 -0.0736141 0.151246 -0.0348888
Vertex 20838 -0.0689171 0.158096 -0.0529848
Vertex 20839 -0.0529179 0.162663 -0.000927718
Vertex 20840 -0.0523141 0.162661 -0.0019165
Vertex 20841 -0.0782836 0.162467 -0.0289415
Vertex 20842 -0.0785063 0.162438 -0.0279579
Vertex 20843 -0.0239599 0.182991 -0.0170658
Vertex 20844 -0.0897898 0.136552 0.0342
Vertex 20845 -0.0285818 0.121272 -0.00825717
Vertex 20846 -0.0174145 0.118412 -0.0133815
Vertex 20847 -0.0413959 0.1089 -0.0192706
Vertex 20848 -0.0243269 0.0616478 -0.0324508
Vertex 20849 -0.0257193 0.0617764 -0.0314442
Vertex 20850 -0.0266191 0.0618553 -0.0304537
Vertex 20851 -0.0274971 0.0619365 -0.0294418
Vertex 20852 -0.0282695 0.0620042 -0.0284458
Vertex 20853 -0.0287391 0.0620637 -0.0274208
Vertex 20854 -0.028867 0.0620809 -0.0264195
Vertex 20855 -0.0291214 0.0621103 -0.0254198
Vertex 20856 -0.029375 0.0621337 -0.0244169
Vertex 20857 -0.0298816 0.0621837 -0.0234188
Vertex 20858 -0.0302767 0.0622182 -0.0224251
Vertex 20859 -0.0306641 0.062253 -0.0214244
Vertex 20860 -0.0309385 0.0622798 -0.0204312
Vertex 20861 -0.0314315 0.062325 -0.0194293
Vertex 20862 -0.0318261 0.0623615 -0.0184459
Vertex 20863 -0.0323315 0.0624018 -0.0174393
Vertex 20864 -0.0325454 0.0624467 -0.016419
Vertex 20865 -0.0327997 0.0624741 -0.0154176
Vertex 20866 -0.0330517 0.0624982 -0.0144201
Vertex 20867 -0.0169788 0.106067 -0.0223329
Vertex 20868 0.0329293 0.104175 -0.0123189
Vertex 20869 0.0320623 0.104555 -0.0127247
Vertex 20870 -0.0197912 0.0347004 -0.0276305
Vertex 20871 0.00487604 0.0992462 -0.0230983
Vertex 20872 0.0392297 0.0926988 -0.0100859
Vertex 20873 0.000679346 0.0933957 -0.0329817
Vertex 20874 0.016043 0.107446 -0.0178315
Vertex 20875 -0.0679818 0.0653371 -0.00356488
Vertex 20876 -0.0690509 0.0654544 -0.0025414
Vertex 20877 -0.0698972 0.0655268 -0.00153079
Vertex 20878 -0.0707052 0.0656331 -0.000502385
Vertex 20879 -0.0715181 0.0657302 0.000515199
Vertex 20880 -0.0721682 0.0657282 0.00147121
Vertex 20881 -0.0768516 0.103431 -0.00952853
Vertex 20882 -0.07494 0.0707543 0.0282709
Vertex 20883 -0.0779756 0.13395 -0.00568102
Vertex 20884 -0.0673863 0.146352 -0.0244353
Vertex 20885 -0.0746345 0.0660496 0.0075612
Vertex 20886 -0.0749218 0.0661459 0.00857247
Vertex 20887 -0.0749507 0.0661289 0.00944516
Vertex 20888 -0.0808258 0.116274 -0.00349703
Vertex 20889 -0.0338231 0.0915286 -0.0241849
Vertex 20890 -0.0328411 0.0915526 -0.0242438
Vertex 20891 -0.0348255 0.0915164 -0.024068
Vertex 20892 -0.0358242 0.0915039 -0.0239402
Vertex 20893 -0.0361137 0.162217 -0.0137308
Vertex 20894 -0.0370853 0.162227 -0.0135318
Vertex 20895 -0.058879 0.104045 -0.0185386
Vertex 20896 -0.0598229 0.0911123 -0.0198104
Vertex 20897 0.0218862 0.107458 -0.0158341
Vertex 20898 -0.0740506 0.152673 -0.0298916
Vertex 20899 -0.073929 0.152666 -0.0308896
Vertex 20900 -0.0737191 0.152664 -0.0318934
Vertex 20901 -0.0484141 0.113756 -0.016334
Vertex 20902 -0.0413643 0.124214 -0.00934406
Vertex 20903 -0.0464652 0.16842 -0.00496016
Vertex 20904 0.0352918 0.108619 -0.00504659
Vertex 20905 -0.0563129 0.159837 0.00207063
Vertex 20906 -0.0453238 0.169855 -0.00399069
Vertex 20907 -0.0779351 0.161108 -0.0209335
Vertex 20908 -0.0617514 0.175333 -0.0614739
Vertex 20909 -0.0897878 0.136555 0.0351995
Vertex 20910 -0.0897638 0.136555 0.0361946
Vertex 20911 -0.0715633 0.170815 -0.0500445
Vertex 20912 -0.0743075 0.170773 -0.046055
Vertex 20913 -0.0791607 0.170809 -0.0419883
Vertex 20914 -0.0726436 0.159626 -0.0369279
Vertex 20915 -0.0715954 0.155396 -0.0419127
Vertex 20916 -0.0745798 0.155493 -0.021916
Vertex 20917 -0.0579064 0.158452 0.00407429
Vertex 20918 -0.0416245 0.172695 -0.00500345
Vertex 20919 -0.0728707 0.168003 -0.0450202
Vertex 20920 -0.0919702 0.114664 0.0123319
Vertex 20921 -0.0746787 0.169356 -0.0440586
Vertex 20922 -0.077087 0.154176 -0.0108977
Vertex 20923 -0.0838817 0.150077 0.00420446
Vertex 20924 -0.0746094 0.14858 -0.0188631
Vertex 20925 -0.0748658 0.148574 -0.0178655
Vertex 20926 -0.0738314 0.151256 -0.033887
Vertex 20927 0.0162169 0.116863 -0.0139359
Vertex 20928 -0.0692332 0.158118 -0.0519432
Vertex 20929 -0.0777 0.16251 -0.0219398
Vertex 20930 -0.0778914 0.162484 -0.0299302
Vertex 20931 -0.073524 0.16243 -0.0369561
Vertex 20932 -0.0245671 0.182966 -0.016053
Vertex 20933 -0.0896519 0.136557 0.0371913
Vertex 20934 -0.0456903 0.11799 -0.0148012
Vertex 20935 -0.0197273 0.118003 -0.0129221
Vertex 20936 0.0153397 0.120197 -0.0115352
Vertex 20937 -0.0249634 0.0631201 -0.0324542
Vertex 20938 -0.0261049 0.0632214 -0.0314499
Vertex 20939 -0.027103 0.0633188 -0.0304321
Vertex 20940 -0.0278877 0.0633808 -0.0294488
Vertex 20941 -0.028754 0.0634689 -0.0284339
Vertex 20942 -0.029185 0.0634891 -0.02746
Vertex 20943 -0.0295071 0.0635474 -0.0264265
Vertex 20944 -0.0296335 0.0635627 -0.0254272
Vertex 20945 -0.0298874 0.063588 -0.0244234
Vertex 20946 -0.0301406 0.0636155 -0.0234264
Vertex 20947 -0.030521 0.0636541 -0.0224277
Vertex 20948 -0.0310517 0.0636961 -0.0214339
Vertex 20949 -0.0314396 0.0637247 -0.0204391
Vertex 20950 -0.0318235 0.0637622 -0.0194381
Vertex 20951 -0.0322265 0.0637977 -0.0184499
Vertex 20952 -0.0326141 0.0638332 -0.0174509
Vertex 20953 -0.0329324 0.0638892 -0.016427
Vertex 20954 -0.0334742 0.0638502 -0.015538
Vertex 20955 0.0104481 0.102845 -0.020901
Vertex 20956 0.0188526 0.103753 -0.0198618
Vertex 20957 0.026625 0.0839457 -0.0229857
Vertex 20958 0.0328182 0.0967204 -0.0144274
Vertex 20959 0.0375907 0.0937201 -0.0111657
Vertex 20960 0.0400602 0.0922366 -0.00959201
Vertex 20961 0.00890069 0.0988547 -0.0226736
Vertex 20962 0.0441838 0.0712847 0.000450163
Vertex 20963 -0.00350994 0.110634 -0.0212045
Vertex 20964 -0.0684343 0.0667749 -0.00454154
Vertex 20965 -0.0694356 0.066827 -0.00357005
Vertex 20966 -0.070487 0.0669606 -0.00253268
Vertex 20967 -0.0714195 0.067071 -0.00151156
Vertex 20968 -0.0722644 0.0671374 -0.000515551
Vertex 20969 -0.073344 0.0672327 0.000494062
Vertex 20970 -0.0742084 0.067281 0.00145303
Vertex 20971 -0.0747558 0.067415 0.00253432
Vertex 20972 -0.0619023 0.120903 -0.00899386
Vertex 20973 -0.0758319 0.0675199 0.00554661
Vertex 20974 -0.0760415 0.0675654 0.00655947
Vertex 20975 -0.0760729 0.0675487 0.00755458
Vertex 20976 -0.0759599 0.0675387 0.00855626
Vertex 20977 -0.0759061 0.0675035 0.00967604
Vertex 20978 -0.0398282 0.0914347 -0.0233046
Vertex 20979 -0.0388211 0.091456 -0.0235256
Vertex 20980 -0.0388888 0.109926 -0.019043
Vertex 20981 -0.0468678 0.104213 -0.0207743
Vertex 20982 -0.0630395 0.136976 -0.00741235
Vertex 20983 -0.0689054 0.113678 -0.00975253
Vertex 20984 -0.0498768 0.104205 -0.0203216
Vertex 20985 -0.0488714 0.104198 -0.020417
Vertex 20986 -0.0688752 0.11651 -0.00852528
Vertex 20987 -0.0719627 0.134048 -0.00796724
Vertex 20988 -0.0423655 0.110099 -0.0185262
Vertex 20989 -0.0894883 0.139285 0.0301857
Vertex 20990 -0.0898984 0.139201 0.0142132
Vertex 20991 -0.0787339 0.140316 -0.00472414
Vertex 20992 -0.0735831 0.152654 -0.0328925
Vertex 20993 -0.0733679 0.152652 -0.0338969
Vertex 20994 -0.0772012 0.161073 -0.0279344
Vertex 20995 -0.0739067 0.163816 -0.0379732
Vertex 20996 -0.0547363 0.159762 -0.000811248
Vertex 20997 -0.0916073 0.128323 0.0352449
Vertex 20998 -0.0783042 0.161088 -0.0239376
Vertex 20999 -0.0673534 0.170861 -0.0570311
Vertex 21000 -0.0697489 0.17084 -0.0530327
Vertex 21001 -0.0894349 0.136561 0.0381888
Vertex 21002 -0.0891218 0.136568 0.0391914
Vertex 21003 -0.0836036 0.133464 -0.00169527
Vertex 21004 -0.0908345 0.139239 0.02018
Vertex 21005 -0.0696635 0.159559 -0.0499324
Vertex 21006 -0.0694376 0.159556 -0.0509365
Vertex 21007 -0.0696447 0.166615 -0.0510113
Vertex 21008 -0.0846701 0.133487 -0.000689201
Vertex 21009 -0.0631435 0.175042 -0.061564
Vertex 21010 -0.0880283 0.128084 0.00127828
Vertex 21011 -0.00122028 0.0938312 -0.0334376
Vertex 21012 -0.0770943 0.154164 -0.0118975
Vertex 21013 -0.0845132 0.150109 0.0051703
Vertex 21014 -0.07404 0.148543 -0.0208687
Vertex 21015 -0.0743566 0.148587 -0.0198592
Vertex 21016 -0.0740388 0.151266 -0.032878
Vertex 21017 -0.0855227 0.133522 0.000289437
Vertex 21018 -0.0701319 0.158154 -0.0479233
Vertex 21019 -0.0779412 0.162504 -0.0229403
Vertex 21020 -0.0772028 0.162464 -0.0309387
Vertex 21021 -0.0731753 0.162423 -0.0379582
Vertex 21022 -0.072832 0.162419 -0.0389636
Vertex 21023 -0.0169441 0.184483 -0.0249355
Vertex 21024 -0.0436382 0.11786 -0.014681
Vertex 21025 -0.0335583 0.116878 -0.0136466
Vertex 21026 -0.0228771 0.11806 -0.0129657
Vertex 21027 -0.0241177 0.120704 -0.00972559
Vertex 21028 0.0266976 0.119444 -0.00271582
Vertex 21029 -0.0253831 0.0645504 -0.0324979
Vertex 21030 -0.0263871 0.06465 -0.0314802
Vertex 21031 -0.0274005 0.0647434 -0.0304718
Vertex 21032 -0.0283013 0.0648191 -0.0294785
Vertex 21033 -0.0291848 0.0649007 -0.0284708
Vertex 21034 -0.0299396 0.0649723 -0.0274594
Vertex 21035 -0.0302058 0.0649962 -0.0264588
Vertex 21036 -0.0304 0.0650386 -0.0254348
Vertex 21037 -0.0306543 0.0650659 -0.0244333
Vertex 21038 -0.0306541 0.0650706 -0.0234343
Vertex 21039 -0.0309078 0.065095 -0.0224325
Vertex 21040 -0.0314155 0.0651435 -0.021432
Vertex 21041 -0.0317948 0.0651814 -0.020436
Vertex 21042 -0.0320867 0.0651952 -0.0194497
Vertex 21043 -0.0327198 0.0652554 -0.0184496
Vertex 21044 -0.0331649 0.0652734 -0.0174782
Vertex 21045 -0.0337113 0.0652961 -0.0165207
Vertex 21046 0.0126509 0.103032 -0.0211055
Vertex 21047 0.0115883 0.102988 -0.0210311
Vertex 21048 0.0169002 0.103075 -0.0211457
Vertex 21049 0.029535 0.0987313 -0.0165204
Vertex 21050 0.0286963 0.0991802 -0.016993
Vertex 21051 0.0336101 0.0962478 -0.0138935
Vertex 21052 0.0383972 0.0931984 -0.0106151
Vertex 21053 0.0446778 0.0701888 0.00161208
Vertex 21054 -0.00243593 0.113721 -0.0185019
Vertex 21055 -0.00449638 0.110771 -0.0213478
Vertex 21056 -0.0687556 0.0680025 -0.00564855
Vertex 21057 -0.0698587 0.0680767 -0.00467294
Vertex 21058 -0.070996 0.0683351 -0.00354604
Vertex 21059 -0.0716941 0.0684125 -0.00254325
Vertex 21060 -0.0728418 0.0685704 -0.00149472
Vertex 21061 -0.0739294 0.0686501 -0.000515794
Vertex 21062 -0.0747378 0.0687745 0.000531905
Vertex 21063 -0.07522 0.0688188 0.0015368
Vertex 21064 -0.0756991 0.0688679 0.00254149
Vertex 21065 -0.0760467 0.0689134 0.00354542
Vertex 21066 -0.0762949 0.0689313 0.00454567
Vertex 21067 -0.0765723 0.0689281 0.00553415
Vertex 21068 -0.0769246 0.0689689 0.00654258
Vertex 21069 -0.0709029 0.110786 -0.0101311
Vertex 21070 -0.0478735 0.104217 -0.0205651
Vertex 21071 -0.0689711 0.136995 -0.00816407
Vertex 21072 -0.0679786 0.137002 -0.008171
Vertex 21073 -0.0759568 0.136911 -0.00615991
Vertex 21074 -0.0699032 0.0687756 0.0310328
Vertex 21075 -0.0643093 0.0665984 0.0323388
Vertex 21076 -0.0428689 0.104235 -0.0209095
Vertex 21077 -0.0599339 0.120955 -0.00911512
Vertex 21078 -0.061923 0.12237 -0.00883821
Vertex 21079 -0.0865692 0.133541 0.00131146
Vertex 21080 -0.0875285 0.133568 0.00229932
Vertex 21081 -0.0883931 0.1336 0.00326444
Vertex 21082 -0.0895773 0.139272 0.0261794
Vertex 21083 -0.0767707 0.151403 -0.00690852
Vertex 21084 -0.073245 0.152646 -0.0348949
Vertex 21085 -0.0731111 0.152638 -0.0358925
Vertex 21086 -0.072893 0.152634 -0.0368963
Vertex 21087 -0.0660161 0.169448 -0.0590294
Vertex 21088 -0.070964 0.169422 -0.0500317
Vertex 21089 -0.0720303 0.169416 -0.0480254
Vertex 21090 -0.0485025 0.167013 -0.00296472
Vertex 21091 -0.0895593 0.13929 0.0311867
Vertex 21092 -0.0722512 0.170824 -0.0490235
Vertex 21093 -0.0789509 0.170805 -0.0389931
Vertex 21094 -0.0792519 0.17071 -0.0410714
Vertex 21095 -0.0866855 0.14466 0.00818677
Vertex 21096 -0.0421206 0.171253 -0.0079388
Vertex 21097 -0.0670071 0.172276 -0.0580562
Vertex 21098 -0.0700267 0.166609 -0.0500213
Vertex 21099 -0.0709434 0.168021 -0.0490096
Vertex 21100 0.0180702 0.0879847 -0.0272411
Vertex 21101 -0.0439439 0.166904 -0.00881722
Vertex 21102 -0.0880987 0.13916 0.0101984
Vertex 21103 -0.0769942 0.154149 -0.012901
Vertex 21104 -0.085208 0.150101 0.00618898
Vertex 21105 -0.0737519 0.14858 -0.0228576
Vertex 21106 -0.0739143 0.148544 -0.0218644
Vertex 21107 -0.0746468 0.151291 -0.0288803
Vertex 21108 -0.0891224 0.133627 0.00423095
Vertex 21109 -0.0712116 0.15818 -0.0429219
Vertex 21110 -0.0516538 0.162634 -0.00285466
Vertex 21111 -0.0249646 0.181509 -0.0170525
Vertex 21112 -0.0183396 0.183004 -0.0240946
Vertex 21113 -0.0249379 0.182957 -0.0150514
Vertex 21114 -0.0356473 0.116902 -0.0136714
Vertex 21115 -0.0207916 0.117992 -0.012906
Vertex 21116 -0.017781 0.12071 -0.00976707
Vertex 21117 0.0258521 0.119872 -0.00319504
Vertex 21118 -0.0250386 0.0659034 -0.0335362
Vertex 21119 -0.0261589 0.0660162 -0.0325063
Vertex 21120 -0.0269138 0.0660937 -0.0314934
Vertex 21121 -0.0277699 0.0661915 -0.0304661
Vertex 21122 -0.0286636 0.0662687 -0.0294695
Vertex 21123 -0.0295596 0.0663471 -0.0284716
Vertex 21124 -0.0301912 0.0664057 -0.0274649
Vertex 21125 -0.030476 0.0664272 -0.0264734
Vertex 21126 -0.0308481 0.0664794 -0.025463
Vertex 21127 -0.0312058 0.066507 -0.0244549
Vertex 21128 -0.0312929 0.0665317 -0.0234435
Vertex 21129 -0.0315471 0.0665587 -0.0224416
Vertex 21130 -0.0316751 0.0665766 -0.0214412
Vertex 21131 -0.0321818 0.0666221 -0.0204419
Vertex 21132 -0.0325897 0.0666513 -0.0194517
Vertex 21133 -0.0328882 0.0666632 -0.0184721
Vertex 21134 -0.0334203 0.0667037 -0.0174892
Vertex 21135 -0.033949 0.0667384 -0.0165589
Vertex 21136 0.0248625 0.12099 -0.00239034
Vertex 21137 0.0137891 0.103175 -0.021246
Vertex 21138 0.0207514 0.10232 -0.0203322
Vertex 21139 0.0226022 0.1018 -0.0197774
Vertex 21140 0.0303619 0.0982175 -0.0159971
Vertex 21141 0.0274189 0.0834776 -0.02246
Vertex 21142 0.0345359 0.11019 -0.00473263
Vertex 21143 -0.00764186 0.11082 -0.0214014
Vertex 21144 -0.00653882 0.110902 -0.0214831
Vertex 21145 0.0279206 0.0916217 -0.0209795
Vertex 21146 -0.0708142 0.0694524 -0.00574088
Vertex 21147 -0.0721891 0.0696552 -0.00460695
Vertex 21148 -0.0730453 0.0699885 -0.00346826
Vertex 21149 -0.0737106 0.0699801 -0.00251138
Vertex 21150 -0.0747624 0.0700921 -0.00148683
Vertex 21151 -0.0755745 0.0702081 -0.000465226
Vertex 21152 -0.0760489 0.0702549 0.00053996
Vertex 21153 -0.0763048 0.0702707 0.00153293
Vertex 21154 -0.0766992 0.0702795 0.00252119
Vertex 21155 -0.0770775 0.0703016 0.00351307
Vertex 21156 -0.0775366 0.070359 0.00451989
Vertex 21157 -0.0779103 0.070378 0.00551561
Vertex 21158 -0.0448698 0.104232 -0.0209188
Vertex 21159 -0.0438685 0.104239 -0.0209341
Vertex 21160 -0.0793826 0.0705862 0.00854889
Vertex 21161 -0.0795217 0.0705829 0.00954625
Vertex 21162 -0.0797359 0.0706327 0.0105539
Vertex 21163 -0.079866 0.0706372 0.0115498
Vertex 21164 -0.0798847 0.0706373 0.0145533
Vertex 21165 -0.0797756 0.0706254 0.0155549
Vertex 21166 -0.0718098 0.0864713 -0.016231
Vertex 21167 -0.0588289 0.089737 -0.0207103
Vertex 21168 -0.057835 0.0897878 -0.0213715
Vertex 21169 -0.0568374 0.0898133 -0.021762
Vertex 21170 -0.05583 0.0898375 -0.0220234
Vertex 21171 -0.0548148 0.0898539 -0.0222515
Vertex 21172 -0.0538034 0.0898608 -0.0222645
Vertex 21173 -0.0528078 0.0898592 -0.0221628
Vertex 21174 -0.0895782 0.133632 0.00522749
Vertex 21175 -0.0804601 0.148683 0.000173633
Vertex 21176 -0.0772259 0.151416 -0.00590086
Vertex 21177 -0.091455 0.148836 0.0171378
Vertex 21178 -0.091474 0.148846 0.0181354
Vertex 21179 -0.0728512 0.152626 -0.0378881
Vertex 21180 -0.0720202 0.152598 -0.0428872
Vertex 21181 -0.071833 0.152571 -0.043913
Vertex 21182 -0.0776927 0.169444 -0.0419634
Vertex 21183 -0.0109041 0.121705 -0.010941
Vertex 21184 -0.077532 0.159745 -0.0169143
Vertex 21185 -0.0758068 0.170822 -0.0449998
Vertex 21186 -0.0791321 0.170818 -0.0399882
Vertex 21187 -0.0785409 0.166665 -0.0309637
Vertex 21188 -0.0429021 0.171269 -0.00696466
Vertex 21189 -0.0676913 0.172275 -0.0570278
Vertex 21190 -0.0789669 0.172206 -0.0419919
Vertex 21191 -0.0723877 0.16801 -0.0460141
Vertex 21192 -0.00109958 0.115152 -0.0180337
Vertex 21193 -0.0785185 0.16527 -0.0289621
Vertex 21194 -0.0700369 0.0765697 0.0383694
Vertex 21195 -0.0764447 0.154164 -0.0158984
Vertex 21196 -0.0858022 0.150106 0.00719342
Vertex 21197 -0.0736262 0.148585 -0.0238576
Vertex 21198 -0.0630174 0.113067 -0.0134471
Vertex 21199 -0.074873 0.151297 -0.0278802
Vertex 21200 -0.0773393 0.152802 -0.0018868
Vertex 21201 -0.0713615 0.158186 -0.0419305
Vertex 21202 -0.0780988 0.162499 -0.0239377
Vertex 21203 -0.0258217 0.181482 -0.0160394
Vertex 21204 -0.0900165 0.133639 0.00622839
Vertex 21205 -0.0254081 0.182912 -0.0140439
Vertex 21206 -0.0187316 0.184448 -0.0230478
Vertex 21207 -0.0446647 0.117939 -0.0147658
Vertex 21208 -0.0162681 0.118552 -0.0135478
Vertex 21209 -0.0156178 0.12076 -0.00985742
Vertex 21210 0.0232453 0.12098 -0.00440593
Vertex 21211 -0.0261628 0.0674202 -0.0335157
Vertex 21212 -0.0269668 0.0674701 -0.0325423
Vertex 21213 -0.0277895 0.06758 -0.0314768
Vertex 21214 -0.0282054 0.0676114 -0.0305119
Vertex 21215 -0.0290693 0.0677067 -0.0294879
Vertex 21216 -0.0298099 0.0677811 -0.0284707
Vertex 21217 -0.0303159 0.0678299 -0.0274662
Vertex 21218 -0.0306901 0.0678681 -0.026462
Vertex 21219 -0.0310683 0.0679104 -0.0254551
Vertex 21220 -0.0314424 0.0679449 -0.0244554
Vertex 21221 -0.031681 0.0679763 -0.0234472
Vertex 21222 -0.0319337 0.0680008 -0.0224492
Vertex 21223 -0.0321871 0.0680263 -0.0214501
Vertex 21224 -0.0326951 0.0680731 -0.0204474
Vertex 21225 -0.0328734 0.0680853 -0.0194707
Vertex 21226 -0.0333922 0.068118 -0.0184774
Vertex 21227 -0.0340805 0.0680941 -0.0175876
Vertex 21228 0.002489 0.103843 -0.0219556
Vertex 21229 0.00917376 0.125511 -0.00726227
Vertex 21230 0.0179164 0.102978 -0.02104
Vertex 21231 -0.0476462 0.123357 -0.010393
Vertex 21232 -0.0433933 0.123406 -0.0104784
Vertex 21233 -0.0586388 0.0367329 -0.00984378
Vertex 21234 -0.0176742 0.109826 -0.020315
Vertex 21235 -0.0166846 0.109701 -0.0201927
Vertex 21236 0.00616925 0.0895403 -0.0330971
Vertex 21237 -0.0261993 0.095287 -0.0250572
Vertex 21238 -0.0734226 0.0711647 -0.00664488
Vertex 21239 -0.0747099 0.0713354 -0.00558545
Vertex 21240 -0.0755167 0.0714511 -0.00453448
Vertex 21241 -0.0759611 0.0715461 -0.00349282
Vertex 21242 -0.0767718 0.0716181 -0.00247133
Vertex 21243 -0.0770237 0.0716688 -0.00146855
Vertex 21244 -0.0772056 0.0717509 -0.00044869
Vertex 21245 -0.0774933 0.0717304 0.000534742
Vertex 21246 -0.0779219 0.0717107 0.00150831
Vertex 21247 -0.0784828 0.0717889 0.00251767
Vertex 21248 -0.0790435 0.0718734 0.00353541
Vertex 21249 -0.0796414 0.0719293 0.00453596
Vertex 21250 -0.0804084 0.0719394 0.00662383
Vertex 21251 -0.0806057 0.0720192 0.00754007
Vertex 21252 -0.0807416 0.0720213 0.00853917
Vertex 21253 -0.0808524 0.0720445 0.00954101
Vertex 21254 -0.080936 0.0720826 0.0105433
Vertex 21255 -0.0809806 0.0720629 0.0115411
Vertex 21256 -0.0809789 0.0720684 0.0125422
Vertex 21257 -0.0809608 0.0720856 0.0135459
Vertex 21258 -0.0809392 0.0721012 0.0145438
Vertex 21259 -0.0808293 0.0720933 0.0155437
Vertex 21260 -0.080608 0.0720682 0.0165498
Vertex 21261 -0.0803051 0.0719229 0.0175051
Vertex 21262 0.0111873 0.0893276 -0.0308633
Vertex 21263 -0.0368219 0.0900544 -0.0239252
Vertex 21264 -0.0378129 0.0900392 -0.0237743
Vertex 21265 -0.0388134 0.0900157 -0.0235053
Vertex 21266 -0.0398125 0.0899922 -0.0232612
Vertex 21267 -0.0902417 0.133644 0.00722857
Vertex 21268 -0.0746196 0.147202 -0.0138555
Vertex 21269 -0.091536 0.147482 0.0221363
Vertex 21270 -0.0916814 0.147477 0.020141
Vertex 21271 -0.0914625 0.148845 0.019136
Vertex 21272 -0.0907031 0.148891 0.0231421
Vertex 21273 -0.0904292 0.148866 0.0241237
Vertex 21274 0.04958 0.0652138 -0.00133913
Vertex 21275 -0.0904622 0.133649 0.00822658
Vertex 21276 -0.0658548 0.0952898 -0.0176963
Vertex 21277 -0.0782171 0.159705 -0.021925
Vertex 21278 -0.0905935 0.133662 0.00922276
Vertex 21279 -0.0782046 0.166684 -0.029962
Vertex 21280 -0.0432877 0.171276 -0.00598005
Vertex 21281 -0.0682914 0.172271 -0.0560251
Vertex 21282 -0.0761969 0.167972 -0.0410261
Vertex 21283 -0.0776954 0.16804 -0.0399638
Vertex 21284 -0.0107388 0.117999 -0.0150205
Vertex 21285 -0.0787666 0.165266 -0.0299591
Vertex 21286 -0.0908157 0.133668 0.01022
Vertex 21287 -0.0756811 0.154032 -0.0169094
Vertex 21288 -0.0864971 0.150096 0.00821548
Vertex 21289 -0.0869664 0.148754 0.00824898
Vertex 21290 -0.0910325 0.133669 0.0112223
Vertex 21291 -0.0910584 0.133686 0.0122173
Vertex 21292 -0.0749819 0.151307 -0.0268775
Vertex 21293 -0.0771697 0.152833 -0.00289126
Vertex 21294 -0.0715838 0.158191 -0.0409255
Vertex 21295 -0.0783091 0.16249 -0.0249404
Vertex 21296 -0.0193315 0.182966 -0.0230088
Vertex 21297 -0.0911632 0.133688 0.01322
Vertex 21298 -0.0759101 0.148612 -0.0128604
Vertex 21299 -0.0778477 0.159718 -0.0189229
Vertex 21300 -0.0556068 0.119255 -0.0119973
Vertex 21301 -0.0052585 0.095242 -0.0329133
Vertex 21302 -0.0230193 0.120798 -0.0098328
Vertex 21303 -0.0270649 0.0689032 -0.0335294
Vertex 21304 -0.0279464 0.0689892 -0.032513
Vertex 21305 -0.0286765 0.0690744 -0.0314836
Vertex 21306 -0.0292731 0.0691492 -0.0304581
Vertex 21307 -0.0296624 0.0691842 -0.029462
Vertex 21308 -0.030416 0.0692532 -0.0284548
Vertex 21309 -0.0306705 0.0692801 -0.0274547
Vertex 21310 -0.0310508 0.0693178 -0.0264576
Vertex 21311 -0.0314314 0.0693522 -0.0254564
Vertex 21312 -0.0317045 0.0693753 -0.0244624
Vertex 21313 -0.0321937 0.0694259 -0.0234551
Vertex 21314 -0.0324478 0.069454 -0.0224572
Vertex 21315 -0.032702 0.0694797 -0.021456
Vertex 21316 -0.0330823 0.0695155 -0.0204574
Vertex 21317 -0.0336047 0.0695556 -0.0194645
Vertex 21318 -0.0339552 0.0695264 -0.0185169
Vertex 21319 0.00449283 0.103624 -0.0217086
Vertex 21320 0.00350727 0.103765 -0.0218529
Vertex 21321 0.0188735 0.102787 -0.0208351
Vertex 21322 -0.0219975 0.107603 -0.0219593
Vertex 21323 -0.0252415 0.109687 -0.0201254
Vertex 21324 -0.0240104 0.109837 -0.0203148
Vertex 21325 -0.0229027 0.109901 -0.0203838
Vertex 21326 0.0176002 0.124344 -0.00401113
Vertex 21327 0.0185106 0.12405 -0.00369129
Vertex 21328 0.0159009 0.113257 -0.0160529
Vertex 21329 -0.074384 0.0726496 -0.00763941
Vertex 21330 -0.0755673 0.0727762 -0.00660131
Vertex 21331 -0.0765497 0.0728479 -0.00560245
Vertex 21332 -0.077361 0.0729429 -0.00456158
Vertex 21333 -0.0781961 0.0730005 -0.00359699
Vertex 21334 -0.0785831 0.0731535 -0.00247436
Vertex 21335 -0.0786866 0.073183 -0.00146774
Vertex 21336 -0.0784762 0.0731416 -0.000473316
Vertex 21337 -0.0786424 0.0732312 0.000545367
Vertex 21338 -0.0794271 0.0732336 0.00151817
Vertex 21339 -0.0802939 0.0732789 0.00250413
Vertex 21340 -0.0808762 0.0733317 0.00350919
Vertex 21341 -0.081164 0.0734408 0.004547
Vertex 21342 -0.0814357 0.0734392 0.00553468
Vertex 21343 -0.0816964 0.0734472 0.00653139
Vertex 21344 -0.0817879 0.0734817 0.0075372
Vertex 21345 -0.081817 0.0734713 0.00853447
Vertex 21346 -0.0816849 0.073475 0.00953613
Vertex 21347 -0.0816979 0.073476 0.0105355
Vertex 21348 -0.0816869 0.0734846 0.011537
Vertex 21349 -0.0816716 0.0734987 0.0125379
Vertex 21350 -0.081586 0.0734778 0.0135382
Vertex 21351 -0.0814761 0.0734707 0.0145404
Vertex 21352 -0.0813576 0.0734641 0.0155425
Vertex 21353 -0.0812898 0.0735018 0.0165324
Vertex 21354 -0.0810116 0.0734375 0.0175497
Vertex 21355 -0.0806378 0.0734203 0.0185511
Vertex 21356 -0.0802598 0.0734072 0.0195467
Vertex 21357 -0.0798314 0.0733447 0.0205614
Vertex 21358 0.0122103 0.0893249 -0.030653
Vertex 21359 -0.0198709 0.104468 -0.0228058
Vertex 21360 -0.0188705 0.104448 -0.0228566
Vertex 21361 -0.0178695 0.104461 -0.0227631
Vertex 21362 -0.0561697 0.0684762 0.0377129
Vertex 21363 -0.0912831 0.133698 0.0142161
Vertex 21364 -0.073661 0.147179 -0.0178577
Vertex 21365 -0.0739033 0.14718 -0.0168588
Vertex 21366 -0.091675 0.147474 0.0191435
Vertex 21367 -0.0911978 0.147452 0.0151543
Vertex 21368 -0.0908755 0.147455 0.0141474
Vertex 21369 -0.0914908 0.1337 0.0152201
Vertex 21370 -0.0914381 0.133727 0.0162105
Vertex 21371 -0.0470974 0.168427 -0.00297818
Vertex 21372 -0.091525 0.133725 0.0172151
Vertex 21373 -0.074839 0.15964 -0.0289433
Vertex 21374 -0.0724141 0.159616 -0.0379306
Vertex 21375 -0.0423878 0.124291 -0.00941969
Vertex 21376 -0.0689 0.172262 -0.0550342
Vertex 21377 -0.0915032 0.133721 0.0182157
Vertex 21378 -0.0634988 0.173693 -0.0615446
Vertex 21379 -0.0914203 0.133738 0.0192152
Vertex 21380 -0.0677895 0.175109 -0.0580246
Vertex 21381 -0.0788788 0.16526 -0.0309581
Vertex 21382 -0.0772898 0.158355 -0.013903
Vertex 21383 -0.0751309 0.154085 -0.0179327
Vertex 21384 -0.0872329 0.150111 0.00920897
Vertex 21385 -0.0914301 0.133749 0.0202171
Vertex 21386 -0.0750958 0.151313 -0.0258791
Vertex 21387 -0.0771905 0.152834 -0.00389169
Vertex 21388 -0.0718018 0.158195 -0.0399213
Vertex 21389 -0.0762912 0.162417 -0.0319674
Vertex 21390 -0.0202504 0.182971 -0.0220384
Vertex 21391 -0.0690156 0.163795 -0.0519803
Vertex 21392 -0.0568258 0.120959 -0.0097287
Vertex 21393 -0.0218549 0.118022 -0.0129203
Vertex 21394 -0.0252565 0.120536 -0.00953586
Vertex 21395 0.0369332 0.102635 -0.00864905
Vertex 21396 -0.0269157 0.0703179 -0.0345192
Vertex 21397 -0.0279086 0.0704216 -0.0334901
Vertex 21398 -0.0285896 0.0704574 -0.0325207
Vertex 21399 -0.0293484 0.0705264 -0.0315108
Vertex 21400 -0.0298407 0.0705727 -0.0304857
Vertex 21401 -0.0303332 0.0706347 -0.0294852
Vertex 21402 -0.0309481 0.0706991 -0.0284733
Vertex 21403 -0.0313435 0.0707327 -0.0274782
Vertex 21404 -0.0316005 0.0707575 -0.0264789
Vertex 21405 -0.0319458 0.0708051 -0.0254622
Vertex 21406 -0.0322294 0.0708154 -0.0244722
Vertex 21407 -0.0325802 0.0708663 -0.0234636
Vertex 21408 -0.0329609 0.0709036 -0.0224656
Vertex 21409 -0.0332159 0.0709306 -0.0214641
Vertex 21410 -0.0336555 0.0709359 -0.0204834
Vertex 21411 -0.0342456 0.0708723 -0.0195447
Vertex 21412 -0.00323215 0.0940338 -0.0336602
Vertex 21413 0.0268767 0.0854059 -0.022529
Vertex 21414 -0.0230123 0.107366 -0.0218426
Vertex 21415 -0.0262448 0.109573 -0.0200299
Vertex 21416 -0.0476206 0.111206 -0.0176722
Vertex 21417 0.0186443 0.123322 -0.00490878
Vertex 21418 0.00632048 0.123167 -0.0106939
Vertex 21419 0.0194036 0.123725 -0.00335403
Vertex 21420 0.00434495 0.0973121 -0.027058
Vertex 21421 -0.017311 0.117579 -0.0145168
Vertex 21422 -0.0758111 0.0741872 -0.00760517
Vertex 21423 -0.0768733 0.0742923 -0.00658087
Vertex 21424 -0.077844 0.0743656 -0.00558198
Vertex 21425 -0.0787857 0.0744548 -0.00455566
Vertex 21426 -0.0794876 0.0745597 -0.0035364
Vertex 21427 -0.0797915 0.0746069 -0.00248195
Vertex 21428 -0.0797877 0.0746142 -0.00147983
Vertex 21429 -0.0797566 0.074638 -0.000471413
Vertex 21430 -0.0801245 0.0746668 0.000525034
Vertex 21431 -0.0809612 0.0747382 0.0015261
Vertex 21432 -0.0817263 0.0747702 0.00249857
Vertex 21433 -0.0820692 0.0748107 0.00351555
Vertex 21434 -0.082326 0.0748249 0.00451639
Vertex 21435 -0.0823069 0.0748418 0.00552391
Vertex 21436 -0.0824554 0.0748386 0.00652396
Vertex 21437 -0.0825515 0.0748682 0.00752949
Vertex 21438 -0.0824053 0.0748814 0.00852871
Vertex 21439 -0.082219 0.074838 0.0095308
Vertex 21440 -0.0820948 0.0748388 0.0105311
Vertex 21441 -0.0820812 0.0748515 0.0115294
Vertex 21442 -0.0820286 0.074884 0.0125291
Vertex 21443 -0.0820593 0.0748753 0.013529
Vertex 21444 -0.0819286 0.0748755 0.0145293
Vertex 21445 -0.0817699 0.0748179 0.0155353
Vertex 21446 -0.0817429 0.0748341 0.0165378
Vertex 21447 -0.0815948 0.0748474 0.0175368
Vertex 21448 -0.0812999 0.0747823 0.0185535
Vertex 21449 -0.0811057 0.0748245 0.0195385
Vertex 21450 -0.0807961 0.0747709 0.0205502
Vertex 21451 0.00217526 0.0894962 -0.0338845
Vertex 21452 -0.0599081 0.112539 -0.0152225
Vertex 21453 -0.0172176 0.177147 -0.0249576
Vertex 21454 -0.062914 0.11807 -0.00990368
Vertex 21455 -0.0246777 0.0366811 0.0541279
Vertex 21456 -0.0913122 0.133748 0.0212171
Vertex 21457 -0.091338 0.14476 0.0251578
Vertex 21458 -0.091423 0.144753 0.0241539
Vertex 21459 -0.0741496 0.147181 -0.0158602
Vertex 21460 -0.0747471 0.147201 -0.0128585
Vertex 21461 -0.075081 0.147222 -0.0118498
Vertex 21462 -0.0891133 0.14743 0.0101992
Vertex 21463 -0.0844416 0.147376 0.00515339
Vertex 21464 -0.0777094 0.170825 -0.0439812
Vertex 21465 -0.0709691 0.153934 -0.0469289
Vertex 21466 -0.0705369 0.155342 -0.0479286
Vertex 21467 -0.0717978 0.155398 -0.0409076
Vertex 21468 -0.0691022 0.159548 -0.0519447
Vertex 21469 -0.0696134 0.172257 -0.054028
Vertex 21470 -0.0911887 0.13375 0.0222165
Vertex 21471 -0.0447618 0.116708 -0.0154556
Vertex 21472 -0.0910025 0.133774 0.0232232
Vertex 21473 -0.0909618 0.13376 0.0242167
Vertex 21474 -0.0721022 0.165224 -0.0439746
Vertex 21475 -0.0702648 0.156758 -0.047919
Vertex 21476 -0.073856 0.154091 -0.0259028
Vertex 21477 -0.0900133 0.150126 0.0131697
Vertex 21478 -0.0839692 0.148747 0.00414299
Vertex 21479 -0.0725455 0.148857 -0.0337299
Vertex 21480 -0.075231 0.151315 -0.0248804
Vertex 21481 -0.0771555 0.15282 -0.00488816
Vertex 21482 -0.0721705 0.158208 -0.0379206
Vertex 21483 -0.075448 0.162419 -0.0329687
Vertex 21484 -0.0896129 0.139294 0.0321884
Vertex 21485 -0.0909546 0.139232 0.0191849
Vertex 21486 0.0227098 0.105005 -0.0172062
Vertex 21487 -0.0263582 0.120444 -0.00943021
Vertex 21488 0.0376532 0.101954 -0.00791483
Vertex 21489 1.88808e-05 0.115368 -0.0182789
Vertex 21490 -0.0275944 0.0717748 -0.0345689
Vertex 21491 -0.0284679 0.0718578 -0.0335433
Vertex 21492 -0.0292136 0.07193 -0.032514
Vertex 21493 -0.0298783 0.0719759 -0.0315267
Vertex 21494 -0.0305049 0.0720397 -0.0305133
Vertex 21495 -0.0307766 0.0720324 -0.0295197
Vertex 21496 -0.0313944 0.0721215 -0.0285061
Vertex 21497 -0.0318897 0.0721821 -0.0275085
Vertex 21498 -0.0322554 0.0722092 -0.0264952
Vertex 21499 -0.0324599 0.0722556 -0.0254696
Vertex 21500 -0.0328398 0.0722904 -0.0244709
Vertex 21501 -0.033095 0.0723179 -0.02347
Vertex 21502 -0.0334757 0.072353 -0.0224701
Vertex 21503 -0.0338556 0.0723894 -0.0214737
Vertex 21504 -0.0341682 0.0723955 -0.0204945
Vertex 21505 0.0139874 0.0924572 -0.0278842
Vertex 21506 9.10767e-05 0.108392 -0.0207972
Vertex 21507 -0.0292487 0.115981 -0.0147474
Vertex 21508 0.0174482 0.090927 -0.0262636
Vertex 21509 0.0165359 0.0912212 -0.0265781
Vertex 21510 -0.0485738 0.111377 -0.0178292
Vertex 21511 0.00337067 0.115645 -0.0185908
Vertex 21512 0.00537913 0.115468 -0.0184153
Vertex 21513 0.0063888 0.115364 -0.0182909
Vertex 21514 -0.00327774 0.125061 -0.00864173
Vertex 21515 -0.00214312 0.101026 -0.0230018
Vertex 21516 0.00237959 0.0976208 -0.0273765
Vertex 21517 -0.0767684 0.0756527 -0.0076025
Vertex 21518 -0.0779425 0.0757661 -0.00656744
Vertex 21519 -0.0787949 0.0758277 -0.00557109
Vertex 21520 -0.0795844 0.0759236 -0.00451678
Vertex 21521 -0.0802058 0.0759672 -0.0035211
Vertex 21522 -0.0806807 0.0760273 -0.00253172
Vertex 21523 -0.080841 0.0760714 -0.00147772
Vertex 21524 -0.0810711 0.076096 -0.000474637
Vertex 21525 -0.0814469 0.0761204 0.000521161
Vertex 21526 -0.0821611 0.0761834 0.00152312
Vertex 21527 -0.0826703 0.0762102 0.00250991
Vertex 21528 -0.0830368 0.0762381 0.00350806
Vertex 21529 -0.0833901 0.0762729 0.00451303
Vertex 21530 -0.0834808 0.0763288 0.0055122
Vertex 21531 -0.0836005 0.0763298 0.006515
Vertex 21532 -0.0836964 0.0763445 0.00752427
Vertex 21533 -0.0834735 0.076324 0.00852235
Vertex 21534 -0.083145 0.0762813 0.00952219
Vertex 21535 -0.0830075 0.0762889 0.0105229
Vertex 21536 -0.0828034 0.0762521 0.011522
Vertex 21537 -0.0827552 0.07629 0.0125227
Vertex 21538 -0.0827739 0.0762807 0.0135216
Vertex 21539 -0.0828869 0.0763004 0.0145215
Vertex 21540 -0.0829975 0.0763193 0.0155222
Vertex 21541 -0.0829047 0.0763015 0.0175246
Vertex 21542 -0.0825849 0.0762413 0.018536
Vertex 21543 -0.0678037 0.0880304 -0.0174902
Vertex 21544 -0.0508006 0.0883889 -0.0215985
Vertex 21545 -0.0497999 0.0884036 -0.0217208
Vertex 21546 -0.0488082 0.0884112 -0.0217819
Vertex 21547 -0.0478101 0.0884245 -0.0219224
Vertex 21548 -0.0468066 0.088437 -0.0220186
Vertex 21549 -0.0679654 0.134068 -0.0084026
Vertex 21550 -0.0908453 0.133761 0.025216
Vertex 21551 -0.0913279 0.147458 0.016148
Vertex 21552 -0.0767777 0.176413 -0.0510191
Vertex 21553 -0.091424 0.144749 0.0231531
Vertex 21554 -0.0914285 0.144743 0.0221537
Vertex 21555 -0.0914617 0.144737 0.0211556
Vertex 21556 -0.0823398 0.145942 0.00119384
Vertex 21557 -0.082839 0.145958 0.00218243
Vertex 21558 -0.0837301 0.147364 0.00414541
Vertex 21559 -0.0907106 0.133758 0.0262122
Vertex 21560 -0.0895729 0.151493 0.0191084
Vertex 21561 -0.0828958 0.151378 0.00422572
Vertex 21562 -0.0718381 0.155405 -0.0399144
Vertex 21563 -0.0687753 0.15954 -0.0529632
Vertex 21564 -0.0692603 0.166617 -0.0519986
Vertex 21565 -0.0229763 0.0945367 -0.0302901
Vertex 21566 -0.000148869 0.0998138 -0.0237113
Vertex 21567 -0.0717447 0.165221 -0.0449739
Vertex 21568 -0.0704967 0.156763 -0.0469167
Vertex 21569 -0.0738401 0.154086 -0.0269016
Vertex 21570 -0.0904268 0.150188 0.0141369
Vertex 21571 -0.0830031 0.148729 0.00315098
Vertex 21572 -0.071716 0.148756 -0.0367532
Vertex 21573 -0.0753485 0.151324 -0.0238793
Vertex 21574 -0.0771542 0.152814 -0.00588992
Vertex 21575 -0.072385 0.158213 -0.0369175
Vertex 21576 -0.0748156 0.16245 -0.0339456
Vertex 21577 -0.0487502 0.167013 -0.00197199
Vertex 21578 -0.0904983 0.133768 0.0272133
Vertex 21579 -0.0902734 0.133771 0.0282153
Vertex 21580 0.0207378 0.105279 -0.0174962
Vertex 21581 0.00181128 0.125691 -0.00735123
Vertex 21582 0.0148906 0.112386 -0.0170744
Vertex 21583 0.00121056 0.115576 -0.018509
Vertex 21584 -0.0284441 0.0732827 -0.0345293
Vertex 21585 -0.0291577 0.0733109 -0.0335988
Vertex 21586 -0.0297859 0.073336 -0.0325546
Vertex 21587 -0.0305318 0.0734349 -0.0315361
Vertex 21588 -0.0308992 0.0734931 -0.0305082
Vertex 21589 -0.0312616 0.0735186 -0.0295121
Vertex 21590 -0.0317522 0.0735748 -0.0285005
Vertex 21591 -0.03217 0.0735917 -0.0275208
Vertex 21592 -0.0327796 0.0736593 -0.0265049
Vertex 21593 -0.0331407 0.073693 -0.0254949
Vertex 21594 -0.0334812 0.0737514 -0.024477
Vertex 21595 -0.0336084 0.073768 -0.0234794
Vertex 21596 -0.0339899 0.0738027 -0.0224777
Vertex 21597 -0.03437 0.0738393 -0.0214808
Vertex 21598 -0.0348901 0.0738831 -0.020486
Vertex 21599 -0.0042883 0.0999626 -0.0238822
Vertex 21600 0.0252819 0.100786 -0.0187149
Vertex 21601 0.0228212 0.0889774 -0.0242065
Vertex 21602 -0.0496313 0.111407 -0.0178803
Vertex 21603 -0.0507728 0.111366 -0.017973
Vertex 21604 0.00439305 0.11559 -0.018534
Vertex 21605 0.0179014 0.114016 -0.0148856
Vertex 21606 0.0198002 0.113601 -0.0144182
Vertex 21607 -0.05553 0.12546 -0.00656458
Vertex 21608 -0.0376703 0.125135 -0.00632213
Vertex 21609 0.00139388 0.0977439 -0.0275242
Vertex 21610 0.0181222 0.116444 -0.0134944
Vertex 21611 -0.0785348 0.0771858 -0.00655705
Vertex 21612 -0.0794073 0.0772395 -0.00557672
Vertex 21613 -0.0800971 0.0773092 -0.00453369
Vertex 21614 -0.0807759 0.0773963 -0.00349851
Vertex 21615 -0.0812381 0.0774347 -0.00249764
Vertex 21616 -0.0816036 0.0774754 -0.00149976
Vertex 21617 -0.0819199 0.0775142 -0.000486403
Vertex 21618 -0.0822934 0.0775365 0.000511811
Vertex 21619 -0.0828916 0.0775885 0.00151125
Vertex 21620 -0.0833848 0.0776237 0.00250717
Vertex 21621 -0.0837506 0.0776431 0.00349824
Vertex 21622 -0.0841314 0.0776758 0.00449933
Vertex 21623 -0.0841758 0.0777074 0.00551439
Vertex 21624 -0.0844296 0.0777425 0.00651672
Vertex 21625 -0.0846583 0.0777659 0.00751712
Vertex 21626 -0.0846449 0.0777798 0.00851725
Vertex 21627 -0.0844851 0.0778045 0.00951927
Vertex 21628 -0.0844011 0.0777797 0.0105147
Vertex 21629 -0.0844149 0.0777754 0.0115138
Vertex 21630 -0.0844214 0.0777776 0.012517
Vertex 21631 -0.084398 0.0778007 0.013518
Vertex 21632 -0.0846638 0.0778105 0.0155166
Vertex 21633 -0.0846489 0.0778245 0.0165124
Vertex 21634 -0.0845122 0.0778323 0.0175087
Vertex 21635 -0.00786973 0.104508 -0.0230207
Vertex 21636 0.00812049 0.107282 -0.0201059
Vertex 21637 -0.0318198 0.0887354 -0.0251772
Vertex 21638 -0.0831098 0.0777207 0.0215128
Vertex 21639 -0.082659 0.0776741 0.0225196
Vertex 21640 -0.0821806 0.0776422 0.0235195
Vertex 21641 -0.0818093 0.0776109 0.0245029
Vertex 21642 -0.0458007 0.0884477 -0.0220772
Vertex 21643 -0.044804 0.0884409 -0.0220028
Vertex 21644 -0.0900566 0.133779 0.0292173
Vertex 21645 -0.0894925 0.143336 0.0131803
Vertex 21646 -0.0515007 0.164119 0.00202375
Vertex 21647 -0.0235696 0.0368882 0.0541538
Vertex 21648 -0.0708338 0.143978 -0.0149516
Vertex 21649 -0.0915821 0.144732 0.0201581
Vertex 21650 -0.0768102 0.145866 -0.00487051
Vertex 21651 -0.0834257 0.145967 0.00318768
Vertex 21652 -0.0776336 0.147268 -0.0038625
Vertex 21653 0.0395784 0.104495 -0.000545476
Vertex 21654 -0.0747384 0.149908 -0.0288721
Vertex 21655 -0.082018 0.151309 0.00327526
Vertex 21656 -0.0749299 0.155492 -0.0209193
Vertex 21657 -0.0687931 0.166618 -0.053004
Vertex 21658 -0.0665818 0.173704 -0.0590137
Vertex 21659 -0.0750214 0.166563 -0.0400315
Vertex 21660 -0.00253303 0.110473 -0.0210263
Vertex 21661 0.023431 0.11936 -0.00662051
Vertex 21662 -0.0891859 0.139294 0.0371595
Vertex 21663 -0.0707247 0.156767 -0.045914
Vertex 21664 -0.0734929 0.154069 -0.0299022
Vertex 21665 -0.0905664 0.150208 0.0151282
Vertex 21666 -0.0387236 0.174145 -0.00898261
Vertex 21667 -0.0754744 0.151328 -0.022882
Vertex 21668 -0.0770107 0.152809 -0.00688788
Vertex 21669 -0.0726057 0.158224 -0.0359121
Vertex 21670 -0.0725695 0.162422 -0.0399552
Vertex 21671 -0.0484766 0.166987 4.90724e-06
Vertex 21672 -0.0939204 0.128289 0.0212475
Vertex 21673 -0.0875197 0.139142 0.00819442
Vertex 21674 -0.0904392 0.125398 0.00528343
Vertex 21675 -0.000532268 0.111266 -0.0199168
Vertex 21676 0.0157867 0.112048 -0.0167369
Vertex 21677 0.00823548 0.113838 -0.0186606
Vertex 21678 -0.0558273 0.114722 -0.0152839
Vertex 21679 -0.0289649 0.0747374 -0.0345478
Vertex 21680 -0.0298754 0.0748068 -0.0335581
Vertex 21681 -0.030539 0.0748507 -0.0325674
Vertex 21682 -0.0311696 0.0749025 -0.031542
Vertex 21683 -0.0315484 0.0749387 -0.030532
Vertex 21684 -0.0317091 0.0749949 -0.0294856
Vertex 21685 -0.0321779 0.0750041 -0.0285287
Vertex 21686 -0.0330169 0.0750953 -0.0275046
Vertex 21687 -0.0333618 0.0751438 -0.0264858
Vertex 21688 -0.0337405 0.075174 -0.025488
Vertex 21689 -0.0339952 0.0752026 -0.0244888
Vertex 21690 -0.0339959 0.0752105 -0.0234884
Vertex 21691 -0.0342487 0.0752311 -0.0224883
Vertex 21692 -0.0346312 0.0752701 -0.0214845
Vertex 21693 -0.0350673 0.0752529 -0.020583
Vertex 21694 0.02441 0.101163 -0.0191142
Vertex 21695 0.0440634 0.064827 -0.000963389
Vertex 21696 -0.0465999 0.111104 -0.0175509
Vertex 21697 -0.0152794 0.114388 -0.017154
Vertex 21698 -0.0142172 0.114376 -0.0171381
Vertex 21699 0.0169426 0.11422 -0.015094
Vertex 21700 -0.0405815 0.125646 -0.00686289
Vertex 21701 -0.0735086 0.078138 -0.0125733
Vertex 21702 -0.0741619 0.0781636 -0.0115723
Vertex 21703 -0.0748509 0.0782361 -0.0105914
Vertex 21704 -0.0334887 0.0471143 -0.0243565
Vertex 21705 -0.0780856 0.0784826 -0.00760345
Vertex 21706 -0.0790495 0.0785612 -0.00658771
Vertex 21707 -0.0800017 0.0786467 -0.00556567
Vertex 21708 -0.0805979 0.0786983 -0.00455339
Vertex 21709 -0.0810351 0.0787684 -0.0035164
Vertex 21710 -0.081588 0.0788215 -0.00249997
Vertex 21711 -0.0819874 0.0788394 -0.00151395
Vertex 21712 -0.0824118 0.0788951 -0.000494108
Vertex 21713 -0.0827664 0.0789303 0.000509537
Vertex 21714 -0.0832232 0.0789707 0.00151853
Vertex 21715 -0.0836967 0.0790161 0.00252063
Vertex 21716 -0.0841536 0.0790628 0.0035277
Vertex 21717 -0.0846068 0.0791109 0.00453817
Vertex 21718 -0.0849152 0.0791131 0.00550947
Vertex 21719 -0.0851867 0.0791254 0.00650076
Vertex 21720 -0.0854189 0.0791501 0.00750351
Vertex 21721 -0.085501 0.0791776 0.00851156
Vertex 21722 -0.0854712 0.0791996 0.00951147
Vertex 21723 -0.0854876 0.0791977 0.0105097
Vertex 21724 -0.085625 0.079203 0.01151
Vertex 21725 -0.0857374 0.0792227 0.0125087
Vertex 21726 -0.0857527 0.0792184 0.0135098
Vertex 21727 -0.0856126 0.0792275 0.0145081
Vertex 21728 -0.0857232 0.0792432 0.0155047
Vertex 21729 -0.0857238 0.0792489 0.0165033
Vertex 21730 -0.0855011 0.0792275 0.0175034
Vertex 21731 -0.0852267 0.0792333 0.0184927
Vertex 21732 -0.0848856 0.0792043 0.0194951
Vertex 21733 -0.084435 0.0791603 0.0205035
Vertex 21734 -0.0839381 0.0791399 0.0214982
Vertex 21735 -0.0833697 0.0790868 0.0225099
Vertex 21736 -0.0829431 0.0790271 0.0235207
Vertex 21737 -0.0828165 0.0790258 0.0245191
Vertex 21738 -0.0827835 0.0790493 0.0255103
Vertex 21739 -0.082569 0.0790202 0.0265184
Vertex 21740 0.00913686 0.107291 -0.0199257
Vertex 21741 0.0260633 0.114349 -0.00924148
Vertex 21742 -0.0903603 0.143336 0.0142018
Vertex 21743 -0.0213746 0.0936314 -0.0333712
Vertex 21744 -0.0737276 0.154081 -0.027902
Vertex 21745 -0.0717266 0.143977 -0.0139286
Vertex 21746 -0.0766685 0.144473 -0.00485242
Vertex 21747 -0.076233 0.145832 -0.00587217
Vertex 21748 -0.0890361 0.146068 0.0101777
Vertex 21749 -0.0772746 0.147261 -0.00486297
Vertex 21750 -0.0809707 0.15134 0.0022444
Vertex 21751 -0.07566 0.1555 -0.0199215
Vertex 21752 -0.0670035 0.166617 -0.0570134
Vertex 21753 -0.0674097 0.173701 -0.0580011
Vertex 21754 -0.0760774 0.166574 -0.0390172
Vertex 21755 -0.0685252 0.175096 -0.0570393
Vertex 21756 -0.0719124 0.168014 -0.0470137
Vertex 21757 -0.078183 0.161072 -0.0259393
Vertex 21758 -0.0719027 0.156807 -0.0389123
Vertex 21759 -0.0733817 0.154066 -0.0309045
Vertex 21760 -0.0908844 0.150204 0.0171288
Vertex 21761 -0.0694849 0.173671 -0.0550315
Vertex 21762 -0.0681426 0.159579 -0.055037
Vertex 21763 -0.0755977 0.151334 -0.0218791
Vertex 21764 -0.076928 0.152806 -0.00788984
Vertex 21765 -0.0727584 0.158224 -0.0349231
Vertex 21766 -0.0723047 0.162425 -0.0409479
Vertex 21767 -0.071967 0.162417 -0.0419522
Vertex 21768 -0.0195235 0.184467 -0.0220738
Vertex 21769 -0.0226414 0.0961417 -0.0259441
Vertex 21770 0.0287219 0.115289 -0.00622497
Vertex 21771 -0.0929632 0.124088 0.0102675
Vertex 21772 0.0166934 0.111749 -0.0164123
Vertex 21773 0.00727636 0.114035 -0.0188609
Vertex 21774 -0.0547371 0.114833 -0.0154193
Vertex 21775 -0.0444987 0.125316 -0.00848377
Vertex 21776 -0.0293563 0.0761839 -0.0345604
Vertex 21777 -0.0303959 0.0762676 -0.0335676
Vertex 21778 -0.0310416 0.0763051 -0.0325503
Vertex 21779 -0.0316679 0.0763713 -0.0315414
Vertex 21780 -0.0320743 0.0763998 -0.0305477
Vertex 21781 -0.0323187 0.0763806 -0.0295323
Vertex 21782 -0.0327106 0.0764924 -0.028531
Vertex 21783 -0.0334032 0.0765382 -0.0275106
Vertex 21784 -0.0337735 0.0765809 -0.0265027
Vertex 21785 -0.0340008 0.0766042 -0.0254969
Vertex 21786 -0.0342551 0.0766309 -0.0244955
Vertex 21787 -0.0343831 0.0766477 -0.0234928
Vertex 21788 -0.0346365 0.0766699 -0.022492
Vertex 21789 -0.0347632 0.076687 -0.0214942
Vertex 21790 -0.0348898 0.0767003 -0.020496
Vertex 21791 -0.010458 0.0953808 -0.0330949
Vertex 21792 -0.00943219 0.095325 -0.0330289
Vertex 21793 -0.0193753 0.114664 -0.0174341
Vertex 21794 0.0159989 0.11444 -0.0153318
Vertex 21795 0.0150842 0.114728 -0.0156323
Vertex 21796 0.0100557 0.112263 -0.0189498
Vertex 21797 -0.0731505 0.0794744 -0.0135813
Vertex 21798 -0.074125 0.079542 -0.012586
Vertex 21799 -0.074863 0.0795889 -0.0115995
Vertex 21800 -0.0755898 0.0796389 -0.010614
Vertex 21801 -0.00855727 0.119157 -0.0142712
Vertex 21802 -0.0789135 0.0799145 -0.00757704
Vertex 21803 -0.0796103 0.0799856 -0.0065507
Vertex 21804 -0.0804662 0.0800422 -0.00555374
Vertex 21805 -0.0810451 0.0800939 -0.00453207
Vertex 21806 -0.081408 0.0801232 -0.00353296
Vertex 21807 -0.0819076 0.08016 -0.00254028
Vertex 21808 -0.0823568 0.0802033 -0.00152209
Vertex 21809 -0.082746 0.0802849 -0.00049163
Vertex 21810 -0.083003 0.0803028 0.000504056
Vertex 21811 -0.0833731 0.0803286 0.00149951
Vertex 21812 -0.0838486 0.0803675 0.00250235
Vertex 21813 -0.084323 0.0804069 0.00350409
Vertex 21814 -0.0847861 0.0804507 0.00450965
Vertex 21815 -0.0852421 0.0804972 0.00551565
Vertex 21816 -0.0856435 0.0805169 0.00650219
Vertex 21817 -0.0859756 0.0805547 0.00750576
Vertex 21818 -0.0860997 0.0805682 0.0085045
Vertex 21819 -0.0861137 0.0805676 0.00950062
Vertex 21820 -0.086202 0.0805924 0.0105044
Vertex 21821 -0.0863191 0.0806082 0.0115067
Vertex 21822 -0.0864769 0.0806081 0.0125015
Vertex 21823 -0.086559 0.0806364 0.0135028
Vertex 21824 -0.0864234 0.0806346 0.0145003
Vertex 21825 -0.0864209 0.080641 0.0154973
Vertex 21826 -0.0863191 0.0806349 0.0164939
Vertex 21827 -0.0861064 0.0806138 0.0174966
Vertex 21828 -0.0858462 0.0806083 0.01849
Vertex 21829 -0.0855847 0.0806062 0.0194802
Vertex 21830 -0.0852141 0.0805923 0.0204766
Vertex 21831 -0.0846192 0.0805533 0.0214764
Vertex 21832 -0.0839745 0.0804809 0.0225006
Vertex 21833 -0.0837154 0.0804764 0.0234959
Vertex 21834 -0.0837382 0.0804711 0.0245022
Vertex 21835 -0.083714 0.0804887 0.0254979
Vertex 21836 -0.0835033 0.0804619 0.0265017
Vertex 21837 0.0218142 0.117368 -0.0105004
Vertex 21838 -0.0898716 0.133794 0.0302191
Vertex 21839 -0.0743879 0.143042 -0.00684484
Vertex 21840 -0.0756919 0.143067 -0.00582827
Vertex 21841 -0.0775304 0.143071 -0.00473432
Vertex 21842 -0.0898405 0.133789 0.0312158
Vertex 21843 -0.08982 0.133788 0.032216
Vertex 21844 -0.078067 0.144487 -0.00381208
Vertex 21845 -0.0864962 0.112872 0.0280752
Vertex 21846 -0.0896495 0.146064 0.0111487
Vertex 21847 -0.0769165 0.147253 -0.00586064
Vertex 21848 -0.0751825 0.149958 -0.0238676
Vertex 21849 -0.0793223 0.151473 0.000118749
Vertex 21850 -0.0765864 0.155527 -0.0189073
Vertex 21851 -0.0775564 0.166657 -0.0379504
Vertex 21852 -0.0693729 0.175081 -0.056043
Vertex 21853 0.0225495 0.119713 -0.00701355
Vertex 21854 -0.0630792 0.17626 -0.0613621
Vertex 21855 -0.0512338 0.164096 -0.00192926
Vertex 21856 -0.0720417 0.156813 -0.0379146
Vertex 21857 -0.0729901 0.154042 -0.0338982
Vertex 21858 -0.0908852 0.150208 0.0181276
Vertex 21859 -0.0497129 0.165582 0.00102101
Vertex 21860 -0.075728 0.151337 -0.0208826
Vertex 21861 -0.0767656 0.152802 -0.00889022
Vertex 21862 -0.07299 0.158232 -0.0339184
Vertex 21863 -0.074349 0.162439 -0.0349528
Vertex 21864 -0.0740612 0.16798 -0.0430295
Vertex 21865 -0.0202891 0.184471 -0.0210772
Vertex 21866 -0.0879643 0.115809 0.00328051
Vertex 21867 -0.0898089 0.133793 0.0332137
Vertex 21868 -0.0931866 0.124098 0.0112689
Vertex 21869 0.0176113 0.111464 -0.0161155
Vertex 21870 0.00626863 0.114136 -0.0189815
Vertex 21871 -0.0535918 0.114983 -0.0155816
Vertex 21872 -0.0136895 0.0952904 -0.0330103
Vertex 21873 -0.0293835 0.0775974 -0.0345936
Vertex 21874 -0.0305455 0.0776911 -0.0335901
Vertex 21875 -0.0312863 0.0777611 -0.0325602
Vertex 21876 -0.0319516 0.077812 -0.0315646
Vertex 21877 -0.0323682 0.0778417 -0.0305703
Vertex 21878 -0.0324762 0.0778813 -0.0295332
Vertex 21879 -0.0327059 0.0779055 -0.0285245
Vertex 21880 -0.0331798 0.0779303 -0.0275261
Vertex 21881 -0.0338875 0.0780022 -0.0265044
Vertex 21882 -0.0341434 0.0780256 -0.025502
Vertex 21883 -0.0342918 0.0780403 -0.0245107
Vertex 21884 -0.0345153 0.0780634 -0.0235017
Vertex 21885 -0.0346424 0.0780819 -0.0225024
Vertex 21886 -0.0347689 0.0780934 -0.0215038
Vertex 21887 -0.062019 0.17397 -0.0618399
Vertex 21888 0.0226855 0.103953 -0.0180758
Vertex 21889 -0.0182701 0.114743 -0.017523
Vertex 21890 0.0188656 0.11384 -0.0146811
Vertex 21891 -0.0250407 0.11597 -0.0147569
Vertex 21892 -0.0239792 0.115969 -0.0147616
Vertex 21893 -0.0739163 0.0808829 -0.0136046
Vertex 21894 -0.0747315 0.0809443 -0.0125955
Vertex 21895 -0.0755937 0.0809959 -0.0116148
Vertex 21896 -0.0766495 0.0810868 -0.0106019
Vertex 21897 -0.078886 0.0812827 -0.00855752
Vertex 21898 -0.0794458 0.0813481 -0.00752304
Vertex 21899 -0.0802136 0.0813857 -0.00655277
Vertex 21900 -0.0810819 0.0814326 -0.00557353
Vertex 21901 -0.0817169 0.081448 -0.00456785
Vertex 21902 -0.0823654 0.0815422 -0.00354068
Vertex 21903 -0.0828253 0.0815398 -0.00255091
Vertex 21904 -0.0831356 0.0816494 -0.00150376
Vertex 21905 -0.0833287 0.0817012 -0.000498118
Vertex 21906 -0.0835863 0.0817078 0.00050138
Vertex 21907 -0.0838449 0.0817176 0.00149669
Vertex 21908 -0.0841291 0.0817203 0.00248105
Vertex 21909 -0.0845128 0.0817443 0.00347449
Vertex 21910 -0.0849458 0.0817985 0.00448942
Vertex 21911 -0.0852968 0.0818288 0.005494
Vertex 21912 -0.085793 0.0818712 0.00648437
Vertex 21913 -0.0861503 0.0818963 0.00748815
Vertex 21914 -0.0862444 0.0819176 0.00849345
Vertex 21915 -0.0863906 0.0819518 0.00951177
Vertex 21916 -0.0865124 0.0819745 0.0105022
Vertex 21917 -0.0866257 0.081991 0.0115028
Vertex 21918 -0.0866809 0.0819772 0.0124969
Vertex 21919 -0.0867126 0.0819778 0.0134931
Vertex 21920 -0.0867731 0.0820034 0.0144903
Vertex 21921 -0.0866821 0.0819953 0.0154888
Vertex 21922 -0.0865635 0.0819919 0.0164862
Vertex 21923 -0.0864107 0.0819973 0.0174801
Vertex 21924 -0.0861937 0.0819823 0.0184808
Vertex 21925 -0.0859388 0.0819759 0.019473
Vertex 21926 -0.0856119 0.0819492 0.0204815
Vertex 21927 -0.0850735 0.0819457 0.0214598
Vertex 21928 -0.0843946 0.0818335 0.0225112
Vertex 21929 -0.0842824 0.0818436 0.0235004
Vertex 21930 -0.084345 0.0818627 0.0244959
Vertex 21931 -0.0842452 0.0818537 0.025498
Vertex 21932 -0.0840796 0.0818676 0.0264914
Vertex 21933 -0.0837452 0.0818387 0.0274964
Vertex 21934 -0.0898373 0.133802 0.0342135
Vertex 21935 -0.0523382 0.161184 -0.00281855
Vertex 21936 -0.0783198 0.147274 -0.0028373
Vertex 21937 -0.088747 0.148763 0.0102254
Vertex 21938 -0.0787761 0.1431 -0.00379727
Vertex 21939 -0.0899071 0.133806 0.0352156
Vertex 21940 -0.0792589 0.1445 -0.00280742
Vertex 21941 -0.0801261 0.144525 -0.00183492
Vertex 21942 -0.0756616 0.0695139 0.0239361
Vertex 21943 -0.0905476 0.146077 0.0141502
Vertex 21944 -0.076687 0.14724 -0.00686649
Vertex 21945 -0.0752992 0.149965 -0.0228671
Vertex 21946 -0.0783656 0.151459 -0.000884796
Vertex 21947 -0.0769992 0.155545 -0.0179052
Vertex 21948 -0.0789979 0.165257 -0.0319521
Vertex 21949 -0.0701879 0.175082 -0.0550269
Vertex 21950 -0.0129143 0.104805 -0.023047
Vertex 21951 -0.073083 0.166616 -0.0429976
Vertex 21952 -0.0507685 0.164108 -0.00292996
Vertex 21953 -0.0728984 0.156837 -0.0329194
Vertex 21954 -0.0727818 0.154043 -0.034905
Vertex 21955 -0.0903295 0.150229 0.0211233
Vertex 21956 -0.0906536 0.150215 0.0201223
Vertex 21957 -0.0758603 0.151341 -0.0198831
Vertex 21958 -0.0765967 0.152807 -0.00988734
Vertex 21959 -0.0731091 0.158237 -0.0329184
Vertex 21960 -0.0717079 0.162415 -0.0429474
Vertex 21961 -0.00976599 0.121876 -0.011136
Vertex 21962 -0.0210079 0.184692 -0.0198306
Vertex 21963 -0.0754641 0.149954 -0.0208706
Vertex 21964 -0.0236634 0.123398 -0.00459221
Vertex 21965 -0.0934182 0.124107 0.0122673
Vertex 21966 0.00528045 0.114267 -0.0191116
Vertex 21967 -0.0524481 0.115128 -0.0157418
Vertex 21968 0.0553699 0.0651884 0.000788532
Vertex 21969 -0.0284578 0.0789297 -0.0355663
Vertex 21970 -0.0295859 0.0790353 -0.0345348
Vertex 21971 -0.0304017 0.0791045 -0.033577
Vertex 21972 -0.0311614 0.0791685 -0.0325602
Vertex 21973 -0.031899 0.0792306 -0.0315346
Vertex 21974 -0.0322859 0.0792627 -0.0305329
Vertex 21975 -0.0325368 0.0792892 -0.0295289
Vertex 21976 -0.0327803 0.0793117 -0.0285199
Vertex 21977 -0.0329958 0.0793378 -0.0275102
Vertex 21978 -0.033504 0.079379 -0.0265108
Vertex 21979 -0.0340215 0.0794269 -0.0255119
Vertex 21980 -0.0343151 0.0794495 -0.0245241
Vertex 21981 -0.0346304 0.079471 -0.0235463
Vertex 21982 -0.0353039 0.0794833 -0.0226806
Vertex 21983 -0.0573945 0.0371513 -0.0102727
Vertex 21984 0.0207547 0.10431 -0.0184628
Vertex 21985 0.0297172 0.11319 -0.0079908
Vertex 21986 0.00472897 0.0950887 -0.030676
Vertex 21987 -0.0271235 0.11599 -0.0147668
Vertex 21988 -0.0416312 0.117641 -0.0144485
Vertex 21989 -0.0426472 0.117732 -0.0145554
Vertex 21990 -0.0749535 0.0823401 -0.0135889
Vertex 21991 -0.0756827 0.0823892 -0.0125945
Vertex 21992 -0.0766222 0.0824671 -0.0115781
Vertex 21993 -0.0777262 0.0825344 -0.0106004
Vertex 21994 -0.0788426 0.0825957 -0.0096075
Vertex 21995 -0.0795322 0.0826724 -0.00859002
Vertex 21996 -0.0800112 0.0826849 -0.00756298
Vertex 21997 -0.0807043 0.0827741 -0.00656651
Vertex 21998 -0.0816591 0.0828436 -0.00556986
Vertex 21999 -0.0826039 0.0829175 -0.00455606
Vertex 22000 -0.0833629 0.0829469 -0.00357326
Vertex 22001 -0.0839827 0.0830482 -0.0025149
Vertex 22002 -0.0843197 0.0830919 -0.00150258
Vertex 22003 -0.0844141 0.083121 -0.000497419
Vertex 22004 -0.0846694 0.0831371 0.000497005
Vertex 22005 -0.0850182 0.0831804 0.00149618
Vertex 22006 -0.0850671 0.0831487 0.00248224
Vertex 22007 -0.085494 0.083212 0.00349969
Vertex 22008 -0.0856607 0.0832001 0.00448541
Vertex 22009 -0.0859248 0.0832079 0.00547822
Vertex 22010 -0.0861846 0.083225 0.00647736
Vertex 22011 -0.0862277 0.0832671 0.00749085
Vertex 22012 -0.0863077 0.083293 0.0084931
Vertex 22013 -0.086438 0.0832915 0.00949498
Vertex 22014 -0.0865698 0.0833108 0.0104907
Vertex 22015 -0.0866662 0.0833296 0.0114916
Vertex 22016 -0.0866888 0.0833263 0.0124872
Vertex 22017 -0.0867616 0.0833332 0.0134846
Vertex 22018 -0.0867571 0.0833567 0.0144816
Vertex 22019 -0.0866936 0.0833424 0.0154842
Vertex 22020 -0.0865991 0.0833319 0.0164838
Vertex 22021 -0.086501 0.0833246 0.0174861
Vertex 22022 -0.0864179 0.083353 0.0184733
Vertex 22023 -0.0861267 0.0833147 0.0194823
Vertex 22024 -0.0858835 0.0833066 0.0204824
Vertex 22025 -0.0855025 0.0832965 0.0214753
Vertex 22026 -0.0851368 0.0832799 0.0224738
Vertex 22027 -0.0846445 0.0832051 0.023501
Vertex 22028 -0.0845698 0.0831877 0.0245094
Vertex 22029 -0.0845601 0.0832447 0.0254813
Vertex 22030 -0.0844285 0.0832425 0.0264792
Vertex 22031 -0.0841359 0.0832101 0.027497
Vertex 22032 -0.0899789 0.133805 0.0362152
Vertex 22033 -0.0917617 0.141982 0.0191718
Vertex 22034 -0.091634 0.141989 0.0201675
Vertex 22035 -0.0899902 0.146067 0.012148
Vertex 22036 -0.0797197 0.143117 -0.0027917
Vertex 22037 -0.0887185 0.143427 0.0331607
Vertex 22038 -0.0834729 0.144593 0.00316535
Vertex 22039 -0.0716625 0.145448 -0.0198949
Vertex 22040 -0.0366243 0.151025 -0.00298791
Vertex 22041 -0.0898169 0.147438 0.0111767
Vertex 22042 0.0313027 0.114101 -0.00492854
Vertex 22043 -0.0846698 0.148755 0.00515607
Vertex 22044 -0.0908832 0.150197 0.0161314
Vertex 22045 -0.0748416 0.154048 -0.0189002
Vertex 22046 -0.0790033 0.16525 -0.0329555
Vertex 22047 -0.010699 0.104948 -0.0231645
Vertex 22048 -0.080949 0.137599 -0.00280806
Vertex 22049 -0.0900062 0.133811 0.0372136
Vertex 22050 -0.0500022 0.16408 -0.00389251
Vertex 22051 -0.0730192 0.156843 -0.0319176
Vertex 22052 -0.0727415 0.154031 -0.0358995
Vertex 22053 -0.0900812 0.150215 0.0221142
Vertex 22054 -0.0722746 0.15542 -0.0369062
Vertex 22055 -0.0759474 0.151351 -0.0188826
Vertex 22056 -0.0751782 0.152724 -0.0149145
Vertex 22057 -0.0733241 0.158247 -0.0319134
Vertex 22058 -0.0705096 0.1624 -0.046948
Vertex 22059 -0.021676 0.184465 -0.0190713
Vertex 22060 -0.0938558 0.126876 0.0162567
Vertex 22061 0.0305816 0.112813 -0.00758269
Vertex 22062 -0.0936376 0.124116 0.0132691
Vertex 22063 -0.0502854 0.11522 -0.0158495
Vertex 22064 -0.0513475 0.115214 -0.0158415
Vertex 22065 -0.0580499 0.11553 -0.0140963
Vertex 22066 -0.0285168 0.0803552 -0.0356291
Vertex 22067 -0.0294013 0.0804353 -0.034602
Vertex 22068 -0.0302691 0.080511 -0.0335682
Vertex 22069 -0.0309197 0.0805646 -0.0325792
Vertex 22070 -0.0316705 0.0806285 -0.0315587
Vertex 22071 -0.0321423 0.0806683 -0.0305334
Vertex 22072 -0.0326422 0.080708 -0.0295257
Vertex 22073 -0.0328741 0.0807299 -0.0285171
Vertex 22074 -0.0330023 0.0807475 -0.0275162
Vertex 22075 -0.0333828 0.0807789 -0.0265175
Vertex 22076 -0.0337955 0.0808164 -0.0255276
Vertex 22077 -0.0342171 0.0808501 -0.0245506
Vertex 22078 -0.0346997 0.0808739 -0.0236048
Vertex 22079 -0.0364431 0.0379518 -0.0296736
Vertex 22080 -0.0231503 0.121506 -0.00857745
Vertex 22081 0.0224677 0.112582 -0.013341
Vertex 22082 0.0252174 0.115733 -0.00872379
Vertex 22083 -0.0261028 0.115949 -0.0147279
Vertex 22084 -0.0406505 0.117474 -0.0142631
Vertex 22085 -0.0324809 0.117911 -0.0127388
Vertex 22086 -0.0314168 0.117929 -0.0127586
Vertex 22087 -0.0747046 0.0837005 -0.0145969
Vertex 22088 -0.0756553 0.0837701 -0.0135751
Vertex 22089 -0.0763952 0.0838159 -0.0125906
Vertex 22090 -0.077345 0.0838842 -0.0115833
Vertex 22091 -0.0783276 0.0839475 -0.0105972
Vertex 22092 -0.0792621 0.084024 -0.00957002
Vertex 22093 -0.0798951 0.0840617 -0.00859358
Vertex 22094 -0.0803392 0.0841108 -0.00756769
Vertex 22095 -0.0811308 0.0841829 -0.00653469
Vertex 22096 -0.0822314 0.0842513 -0.00555381
Vertex 22097 -0.0830843 0.0843065 -0.0045636
Vertex 22098 -0.0839142 0.0843714 -0.00355138
Vertex 22099 -0.0846111 0.084433 -0.00253466
Vertex 22100 -0.0849678 0.0844642 -0.00152644
Vertex 22101 -0.0852858 0.0845126 -0.000515374
Vertex 22102 -0.0856455 0.0845341 0.000486997
Vertex 22103 -0.0860138 0.0845642 0.00148082
Vertex 22104 -0.0864815 0.0846104 0.00248575
Vertex 22105 -0.0868299 0.0846427 0.00348465
Vertex 22106 -0.0870453 0.0846718 0.00449266
Vertex 22107 -0.0870945 0.0846532 0.00548002
Vertex 22108 -0.0871031 0.0846537 0.0064784
Vertex 22109 -0.086966 0.0846591 0.00747852
Vertex 22110 -0.0868004 0.0846768 0.00848321
Vertex 22111 -0.086804 0.0846773 0.00948205
Vertex 22112 -0.0869453 0.0846809 0.01048
Vertex 22113 -0.0870838 0.0846865 0.0114769
Vertex 22114 -0.0870566 0.0847034 0.0124776
Vertex 22115 -0.0869081 0.0847086 0.0134765
Vertex 22116 -0.0868853 0.0847213 0.0144753
Vertex 22117 -0.0868133 0.0846987 0.0154763
Vertex 22118 -0.086761 0.084678 0.016478
Vertex 22119 -0.086829 0.0847067 0.0174745
Vertex 22120 -0.0867621 0.084687 0.0184803
Vertex 22121 -0.0866231 0.0846922 0.0194779
Vertex 22122 -0.0864956 0.084691 0.0204775
Vertex 22123 -0.0862565 0.0846802 0.0214754
Vertex 22124 -0.0861039 0.0846923 0.0224682
Vertex 22125 -0.0857911 0.0847131 0.0234468
Vertex 22126 -0.085128 0.0845897 0.0244984
Vertex 22127 -0.0848476 0.0845966 0.0254873
Vertex 22128 -0.0846364 0.0845811 0.0264985
Vertex 22129 -0.0899225 0.133822 0.0382154
Vertex 22130 -0.085403 0.141865 0.00516647
Vertex 22131 -0.0910722 0.141959 0.0151878
Vertex 22132 -0.0890108 0.142042 0.0341592
Vertex 22133 -0.08762 0.143285 0.0101199
Vertex 22134 -0.0889467 0.143422 0.0321606
Vertex 22135 -0.0839561 0.144602 0.00415973
Vertex 22136 -0.0757697 0.145819 -0.00688494
Vertex 22137 -0.0914628 0.146095 0.0181484
Vertex 22138 -0.089139 0.139182 0.0122002
Vertex 22139 -0.0861526 0.148758 0.00721004
Vertex 22140 -0.0853634 0.14876 0.00617316
Vertex 22141 -0.0888439 0.150092 0.0112242
Vertex 22142 -0.0743362 0.15411 -0.0219057
Vertex 22143 -0.0545091 0.161256 6.9518e-05
Vertex 22144 -0.078769 0.165248 -0.0339573
Vertex 22145 -0.0321404 0.106348 -0.0206098
Vertex 22146 -0.0816586 0.137613 -0.00180043
Vertex 22147 -0.0846496 0.129332 -0.00265191
Vertex 22148 -0.0492398 0.164062 -0.00484765
Vertex 22149 -0.0743438 0.156862 -0.0249223
Vertex 22150 -0.0725366 0.154032 -0.0369032
Vertex 22151 -0.0891677 0.150225 0.0241083
Vertex 22152 -0.0699623 0.155307 -0.0499609
Vertex 22153 -0.0721646 0.155417 -0.0379087
Vertex 22154 -0.0759412 0.151358 -0.0178788
Vertex 22155 -0.0749763 0.152739 -0.0169005
Vertex 22156 -0.0734754 0.158245 -0.0309204
Vertex 22157 -0.070167 0.162396 -0.0479528
Vertex 22158 -0.0192518 0.185941 -0.0210687
Vertex 22159 -0.0920162 0.126943 0.0352547
Vertex 22160 -0.093776 0.124126 0.0142628
Vertex 22161 -0.0522762 0.123638 -0.00859751
Vertex 22162 0.0210264 0.0895934 -0.0248804
Vertex 22163 -0.0286135 0.0817842 -0.0355888
Vertex 22164 -0.0292965 0.0818454 -0.0346209
Vertex 22165 -0.030041 0.0819074 -0.0335886
Vertex 22166 -0.0306482 0.0819602 -0.032565
Vertex 22167 -0.0311686 0.0820079 -0.0315681
Vertex 22168 -0.0320154 0.082069 -0.0305372
Vertex 22169 -0.032545 0.0821172 -0.0295502
Vertex 22170 -0.0327877 0.082138 -0.0285334
Vertex 22171 -0.0331507 0.0821697 -0.0275285
Vertex 22172 -0.0333885 0.082189 -0.0265241
Vertex 22173 -0.0336642 0.082217 -0.0255373
Vertex 22174 -0.034171 0.0822565 -0.0245355
Vertex 22175 -0.0348253 0.0822923 -0.0236386
Vertex 22176 0.0130456 0.0946785 -0.0262358
Vertex 22177 0.0230175 0.0903576 -0.0236845
Vertex 22178 0.0322433 0.0896617 -0.0189276
Vertex 22179 0.0190214 0.118116 -0.0113006
Vertex 22180 -0.016169 0.117727 -0.0146898
Vertex 22181 -0.033579 0.117839 -0.0126505
Vertex 22182 -0.0591392 0.118534 -0.0111826
Vertex 22183 -0.0760973 0.0851761 -0.013541
Vertex 22184 -0.0768599 0.0852186 -0.0125783
Vertex 22185 -0.077715 0.0852782 -0.0115916
Vertex 22186 -0.0786706 0.0853441 -0.0105854
Vertex 22187 -0.0794952 0.0854073 -0.00956797
Vertex 22188 -0.0801763 0.0854684 -0.0085384
Vertex 22189 -0.0806595 0.0855046 -0.00754297
Vertex 22190 -0.0814052 0.08555 -0.00656718
Vertex 22191 -0.0824519 0.0856305 -0.00554258
Vertex 22192 -0.0834123 0.0856961 -0.00454328
Vertex 22193 -0.0842614 0.0857549 -0.00354776
Vertex 22194 -0.0848416 0.0858026 -0.00253503
Vertex 22195 -0.0852938 0.0858468 -0.00152115
Vertex 22196 -0.0856596 0.0858717 -0.000523015
Vertex 22197 -0.0861402 0.0859086 0.000475654
Vertex 22198 -0.0866097 0.0859466 0.00148078
Vertex 22199 -0.08699 0.0859713 0.00247197
Vertex 22200 -0.0874441 0.0860134 0.00347726
Vertex 22201 -0.0877934 0.0860475 0.0044818
Vertex 22202 -0.0879813 0.0860844 0.0054873
Vertex 22203 -0.0879792 0.086094 0.00648058
Vertex 22204 -0.0878523 0.0860961 0.00747941
Vertex 22205 -0.0877357 0.0860979 0.0084778
Vertex 22206 -0.0878555 0.0861109 0.00948006
Vertex 22207 -0.0881094 0.0861284 0.0104766
Vertex 22208 -0.0882347 0.0861347 0.011472
Vertex 22209 -0.0881632 0.0861128 0.0124706
Vertex 22210 -0.0878748 0.0861246 0.0134664
Vertex 22211 -0.0874341 0.0860792 0.0144694
Vertex 22212 -0.0875304 0.0861027 0.015468
Vertex 22213 -0.087695 0.0860952 0.016472
Vertex 22214 -0.0877886 0.0861226 0.0174689
Vertex 22215 -0.087689 0.0861087 0.0184696
Vertex 22216 -0.0875543 0.0861148 0.0194651
Vertex 22217 -0.0874212 0.0861211 0.0204627
Vertex 22218 -0.0871923 0.0861012 0.021463
Vertex 22219 -0.0869334 0.0861006 0.0224549
Vertex 22220 -0.0865732 0.0860822 0.023453
Vertex 22221 -0.0108803 0.105927 -0.0227775
Vertex 22222 -0.0917004 0.143358 0.0201656
Vertex 22223 -0.0914397 0.143364 0.0211639
Vertex 22224 -0.0884925 0.144689 0.01017
Vertex 22225 -0.0714237 0.153981 -0.0448933
Vertex 22226 -0.0857362 0.141867 0.00617644
Vertex 22227 -0.0915766 0.14196 0.0161629
Vertex 22228 -0.0891584 0.142048 0.0331685
Vertex 22229 -0.0882036 0.143298 0.0111345
Vertex 22230 -0.0748382 0.149925 -0.0278668
Vertex 22231 -0.0843436 0.144613 0.00514953
Vertex 22232 -0.0754983 0.145823 -0.00786764
Vertex 22233 -0.091547 0.146101 0.0191506
Vertex 22234 -0.0753389 0.14722 -0.0108566
Vertex 22235 -0.0879015 0.148743 0.00925863
Vertex 22236 -0.0761052 0.14997 -0.0158781
Vertex 22237 -0.0880403 0.150094 0.0102212
Vertex 22238 -0.0742127 0.154103 -0.0229066
Vertex 22239 -0.0709313 0.156768 -0.044906
Vertex 22240 -0.0781795 0.165241 -0.0349583
Vertex 22241 -0.0857975 0.0926505 0.000473688
Vertex 22242 -0.0826495 0.137607 -0.000712655
Vertex 22243 -0.0876587 0.151372 0.0112162
Vertex 22244 -0.0482842 0.164088 -0.00583628
Vertex 22245 -0.0746075 0.156859 -0.0239292
Vertex 22246 -0.0725073 0.154019 -0.0378993
Vertex 22247 -0.0886058 0.150235 0.0251076
Vertex 22248 -0.0912353 0.14886 0.0211316
Vertex 22249 -0.0759388 0.151364 -0.016882
Vertex 22250 -0.074971 0.152728 -0.0179063
Vertex 22251 -0.0739864 0.158247 -0.0289285
Vertex 22252 -0.0699136 0.162391 -0.0489495
Vertex 22253 -0.0199993 0.185902 -0.0200623
Vertex 22254 -0.0840153 0.1376 0.000355984
Vertex 22255 -0.0939 0.124133 0.015262
Vertex 22256 -0.0171637 0.0956465 -0.0313986
Vertex 22257 0.0252334 0.114772 -0.00969056
Vertex 22258 -0.0283933 0.0831937 -0.0356194
Vertex 22259 -0.0291817 0.0832547 -0.0346104
Vertex 22260 -0.0297803 0.0833036 -0.0335871
Vertex 22261 -0.0303956 0.0833549 -0.0325649
Vertex 22262 -0.0307989 0.0833965 -0.031578
Vertex 22263 -0.0315196 0.0834471 -0.0305496
Vertex 22264 -0.0322701 0.0835031 -0.0295487
Vertex 22265 -0.0326786 0.0835446 -0.0285522
Vertex 22266 -0.0328837 0.0835575 -0.0275315
Vertex 22267 -0.0332667 0.0835875 -0.0265323
Vertex 22268 -0.0336364 0.0836212 -0.0255231
Vertex 22269 -0.0343312 0.0836736 -0.0246034
Vertex 22270 -0.0349846 0.0837189 -0.0236297
Vertex 22271 -0.00865052 0.104822 -0.0230347
Vertex 22272 -0.0940576 0.125561 0.0242759
Vertex 22273 -0.0942583 0.125557 0.0232684
Vertex 22274 -0.0598599 0.0358888 0.0454954
Vertex 22275 0.0277899 0.116538 -0.00556904
Vertex 22276 -0.0394946 0.119701 -0.0126173
Vertex 22277 -0.0603705 0.118249 -0.0108601
Vertex 22278 -0.00441308 0.12096 -0.0123131
Vertex 22279 -0.0762362 0.0865455 -0.0135615
Vertex 22280 -0.0770884 0.0866038 -0.0125752
Vertex 22281 -0.0779306 0.0866645 -0.0115691
Vertex 22282 -0.0787615 0.0867217 -0.0105634
Vertex 22283 -0.0795726 0.0867837 -0.00954059
Vertex 22284 -0.0801984 0.0868229 -0.00856132
Vertex 22285 -0.0808035 0.0868637 -0.00756861
Vertex 22286 -0.0816708 0.0869142 -0.00660013
Vertex 22287 -0.0825962 0.0869865 -0.00556699
Vertex 22288 -0.0836382 0.0870656 -0.00453769
Vertex 22289 -0.0843646 0.087116 -0.00354087
Vertex 22290 -0.0849546 0.0871617 -0.00253673
Vertex 22291 -0.0853984 0.0872002 -0.00151975
Vertex 22292 -0.0857724 0.0872268 -0.000524277
Vertex 22293 -0.0863511 0.0872693 0.000483167
Vertex 22294 -0.0868392 0.0873072 0.00147849
Vertex 22295 -0.0873232 0.0873446 0.00247822
Vertex 22296 -0.0877048 0.0873692 0.00346654
Vertex 22297 -0.0880447 0.0874003 0.00446864
Vertex 22298 -0.0883598 0.0874311 0.00547496
Vertex 22299 -0.0884279 0.0874564 0.00647862
Vertex 22300 -0.0884282 0.0874635 0.00747939
Vertex 22301 -0.0884304 0.0874699 0.00847782
Vertex 22302 -0.088608 0.0874693 0.0094764
Vertex 22303 -0.088847 0.0874807 0.0104655
Vertex 22304 -0.0889313 0.0875027 0.0114635
Vertex 22305 -0.0889154 0.0875162 0.0124615
Vertex 22306 -0.0887218 0.0874968 0.0134639
Vertex 22307 -0.0883906 0.0874807 0.0144622
Vertex 22308 -0.0883909 0.0874867 0.0154625
Vertex 22309 -0.088603 0.087513 0.0164636
Vertex 22310 -0.0886021 0.087516 0.0174642
Vertex 22311 -0.0885609 0.087538 0.0184581
Vertex 22312 -0.0883581 0.0875191 0.0194553
Vertex 22313 -0.0881537 0.0875035 0.020457
Vertex 22314 -0.0878269 0.087472 0.021463
Vertex 22315 -0.0875265 0.087486 0.0224433
Vertex 22316 -0.0871517 0.0874756 0.0234341
Vertex 22317 -0.075265 0.148568 -0.0158698
Vertex 22318 -0.0913716 0.140622 0.0201693
Vertex 22319 -0.0902457 0.140661 0.0271695
Vertex 22320 -0.0892399 0.140676 0.0351725
Vertex 22321 -0.081175 0.14869 0.00117764
Vertex 22322 -0.0802179 0.141741 -0.00280512
Vertex 22323 -0.0903128 0.141958 0.0142327
Vertex 22324 -0.0887949 0.142048 0.03516
Vertex 22325 -0.088758 0.143311 0.0121502
Vertex 22326 -0.0731059 0.151228 -0.0378853
Vertex 22327 -0.0848994 0.144621 0.00617242
Vertex 22328 -0.0751346 0.145812 -0.00886348
Vertex 22329 -0.0916156 0.146104 0.0201482
Vertex 22330 -0.0913297 0.148826 0.016141
Vertex 22331 -0.0757782 0.149978 -0.0188682
Vertex 22332 -0.0760543 0.149976 -0.0168736
Vertex 22333 -0.0746657 0.154121 -0.0198989
Vertex 22334 -0.0744527 0.154114 -0.0209063
Vertex 22335 -0.0713082 0.165213 -0.0459899
Vertex 22336 0.0143403 0.11733 -0.0144441
Vertex 22337 -0.0852773 0.137655 0.00128094
Vertex 22338 -0.0798492 0.140347 -0.0037915
Vertex 22339 -0.0472303 0.164057 -0.00679428
Vertex 22340 -0.0750921 0.156856 -0.022942
Vertex 22341 -0.0723124 0.154022 -0.038905
Vertex 22342 -0.0881372 0.150234 0.0261027
Vertex 22343 -0.0723819 0.152607 -0.0408904
Vertex 22344 -0.0916005 0.147489 0.0211447
Vertex 22345 -0.0754488 0.151352 -0.0128993
Vertex 22346 -0.0748173 0.152727 -0.0208966
Vertex 22347 -0.0763594 0.158279 -0.023921
Vertex 22348 -0.0695999 0.162389 -0.0499627
Vertex 22349 -0.0205087 0.18589 -0.0190712
Vertex 22350 -0.0860712 0.137702 0.0022107
Vertex 22351 -0.0945603 0.124158 0.0182654
Vertex 22352 -0.0930288 0.116051 0.018311
Vertex 22353 0.024446 0.115337 -0.010308
Vertex 22354 -0.0281178 0.0845911 -0.0356125
Vertex 22355 -0.0289152 0.0846603 -0.0346291
Vertex 22356 -0.0294308 0.0847062 -0.0336139
Vertex 22357 -0.0299377 0.0847457 -0.0326018
Vertex 22358 -0.0305175 0.0847809 -0.0315638
Vertex 22359 -0.0309131 0.0848198 -0.0305724
Vertex 22360 -0.0315498 0.0848744 -0.0295692
Vertex 22361 -0.0320496 0.0849187 -0.0285721
Vertex 22362 -0.0324125 0.0849398 -0.0275574
Vertex 22363 -0.0326967 0.0849828 -0.026556
Vertex 22364 -0.0332116 0.0851655 -0.0254848
Vertex 22365 -0.0347045 0.0851136 -0.0245778
Vertex 22366 -0.0353285 0.0851433 -0.0237512
Vertex 22367 -0.0935493 0.125561 0.0262639
Vertex 22368 -0.0938092 0.125562 0.0252741
Vertex 22369 -0.0856504 0.126624 -0.00269798
Vertex 22370 0.0312024 0.114939 -0.00384217
Vertex 22371 -0.0835389 0.110217 0.0023021
Vertex 22372 -0.0345505 0.175605 -0.011982
Vertex 22373 -0.00231596 0.121888 -0.0112268
Vertex 22374 -0.00640927 0.120163 -0.0133583
Vertex 22375 -0.0762132 0.0879097 -0.0135406
Vertex 22376 -0.0771177 0.0879695 -0.0126012
Vertex 22377 -0.0780353 0.0880327 -0.0115615
Vertex 22378 -0.0786364 0.0880738 -0.010561
Vertex 22379 -0.0793362 0.0881239 -0.0095476
Vertex 22380 -0.0801014 0.0881671 -0.00858727
Vertex 22381 -0.0809514 0.0882189 -0.0076035
Vertex 22382 -0.0820513 0.0882817 -0.00662822
Vertex 22383 -0.082997 0.0883523 -0.00560613
Vertex 22384 -0.0838035 0.0884157 -0.00457068
Vertex 22385 -0.084499 0.088474 -0.00355332
Vertex 22386 -0.0849643 0.0885105 -0.00254627
Vertex 22387 -0.0854224 0.0885478 -0.00153705
Vertex 22388 -0.0857793 0.088721 -0.000547834
Vertex 22389 -0.0862272 0.0886081 0.000477626
Vertex 22390 -0.0868019 0.0886457 0.00149241
Vertex 22391 -0.0873123 0.0886781 0.00248146
Vertex 22392 -0.0877889 0.0887187 0.00347532
Vertex 22393 -0.0881443 0.0887489 0.00447233
Vertex 22394 -0.0884641 0.0887716 0.00547605
Vertex 22395 -0.0886025 0.0887878 0.00646717
Vertex 22396 -0.088793 0.0888086 0.00747102
Vertex 22397 -0.0889223 0.0888194 0.00846703
Vertex 22398 -0.0890554 0.0888307 0.00946144
Vertex 22399 -0.0892473 0.0888575 0.0104669
Vertex 22400 -0.0893459 0.0888735 0.0114634
Vertex 22401 -0.0892808 0.0888643 0.0124572
Vertex 22402 -0.0892338 0.0888828 0.0134587
Vertex 22403 -0.0891206 0.0888853 0.014456
Vertex 22404 -0.0891212 0.0888935 0.0154552
Vertex 22405 -0.0891941 0.0888738 0.0164555
Vertex 22406 -0.0891756 0.088886 0.0174542
Vertex 22407 -0.0891252 0.0889064 0.0184472
Vertex 22408 -0.0889386 0.0888873 0.0194501
Vertex 22409 -0.0887231 0.0888754 0.0204484
Vertex 22410 -0.0884531 0.0888833 0.0214341
Vertex 22411 -0.0881282 0.0888644 0.0224361
Vertex 22412 -0.0877229 0.0888584 0.0234132
Vertex 22413 -0.0855097 0.129367 -0.00169404
Vertex 22414 -0.0910616 0.140621 0.0211716
Vertex 22415 -0.090351 0.14066 0.0261698
Vertex 22416 -0.088994 0.140671 0.0361625
Vertex 22417 -0.0776115 0.15005 -0.0049035
Vertex 22418 -0.0809405 0.141759 -0.00181375
Vertex 22419 -0.0882134 0.141936 0.0111996
Vertex 22420 -0.0884618 0.142054 0.0361609
Vertex 22421 -0.086972 0.143283 0.00915353
Vertex 22422 -0.0459359 0.168402 -0.00594095
Vertex 22423 -0.0856199 0.144636 0.00717286
Vertex 22424 -0.0740398 0.145796 -0.011857
Vertex 22425 -0.0915979 0.146114 0.0211525
Vertex 22426 -0.0912059 0.14882 0.0151457
Vertex 22427 -0.07594 0.14997 -0.0178724
Vertex 22428 -0.0774831 0.151439 -0.0048996
Vertex 22429 -0.0769695 0.154154 -0.0139015
Vertex 22430 -0.0765957 0.161076 -0.0289322
Vertex 22431 -0.0188044 0.120762 -0.00982397
Vertex 22432 -0.0865466 0.137714 0.00320362
Vertex 22433 -0.0706693 0.165215 -0.0479768
Vertex 22434 -0.0651923 0.176525 -0.0608469
Vertex 22435 -0.0639487 0.168098 -0.0606895
Vertex 22436 -0.0461075 0.164061 -0.00779976
Vertex 22437 -0.0760167 0.15688 -0.0219252
Vertex 22438 -0.0721764 0.154012 -0.0399025
Vertex 22439 -0.0288404 0.0972702 -0.0238091
Vertex 22440 -0.0915313 0.147463 0.0171482
Vertex 22441 -0.0916539 0.147467 0.0181472
Vertex 22442 -0.0755105 0.151351 -0.0138965
Vertex 22443 -0.0749324 0.152731 -0.0198994
Vertex 22444 -0.0754549 0.158227 -0.0249553
Vertex 22445 -0.0686632 0.162379 -0.0529737
Vertex 22446 -0.00173319 0.108975 -0.0214067
Vertex 22447 -0.0943409 0.12415 0.0172628
Vertex 22448 0.0242293 0.119847 -0.00515511
Vertex 22449 -0.0393568 0.123991 -0.00912015
Vertex 22450 -0.0623267 0.035582 -0.00867786
Vertex 22451 -0.0284012 0.0860445 -0.0346283
Vertex 22452 -0.0291377 0.0860908 -0.0335904
Vertex 22453 -0.0295614 0.0861399 -0.0326125
Vertex 22454 -0.0300453 0.0861604 -0.0315778
Vertex 22455 -0.0304105 0.0861968 -0.0305753
Vertex 22456 -0.0308996 0.0862326 -0.0295626
Vertex 22457 -0.0313945 0.0862693 -0.0285563
Vertex 22458 -0.0317716 0.0863018 -0.027557
Vertex 22459 -0.032145 0.0863362 -0.0265533
Vertex 22460 -0.0326605 0.0863757 -0.0255732
Vertex 22461 -0.0351444 0.0865581 -0.0244792
Vertex 22462 0.0268857 0.117842 -0.00498093
Vertex 22463 -0.0519318 0.0352921 -0.0124585
Vertex 22464 -0.0910261 0.12541 0.00626868
Vertex 22465 -0.0932418 0.125562 0.0272746
Vertex 22466 -0.0866088 0.126656 -0.00171455
Vertex 22467 -0.0909462 0.11476 0.0333322
Vertex 22468 -0.0841444 0.110242 0.00330414
Vertex 22469 -0.0876151 0.1105 0.015342
Vertex 22470 -0.00216638 0.09997 -0.023881
Vertex 22471 -0.00853806 0.120181 -0.0133625
Vertex 22472 -0.076206 0.0892711 -0.0135327
Vertex 22473 -0.0771941 0.0893363 -0.0125642
Vertex 22474 -0.0779429 0.0893818 -0.0115854
Vertex 22475 -0.0785236 0.0894249 -0.0105705
Vertex 22476 -0.0792595 0.0894709 -0.0095871
Vertex 22477 -0.0801272 0.0895173 -0.00861746
Vertex 22478 -0.0810295 0.0895599 -0.00769505
Vertex 22479 -0.082525 0.0896742 -0.00660526
Vertex 22480 -0.0835634 0.0897492 -0.00557879
Vertex 22481 -0.084275 0.0897993 -0.00457099
Vertex 22482 -0.0848366 0.0898781 -0.00356125
Vertex 22483 -0.0851803 0.0899483 -0.00256663
Vertex 22484 -0.0854479 0.0898939 -0.00155092
Vertex 22485 -0.0856512 0.0899172 -0.000541045
Vertex 22486 -0.0859012 0.0899317 0.000454719
Vertex 22487 -0.0864523 0.0899653 0.00147962
Vertex 22488 -0.0870489 0.0900041 0.00248653
Vertex 22489 -0.0875561 0.0900472 0.00346813
Vertex 22490 -0.087913 0.0900756 0.00446758
Vertex 22491 -0.0882504 0.0900881 0.0054683
Vertex 22492 -0.0885745 0.0901142 0.00646846
Vertex 22493 -0.0887995 0.0901451 0.00746775
Vertex 22494 -0.0889579 0.0901579 0.00845534
Vertex 22495 -0.0891635 0.0901786 0.00945748
Vertex 22496 -0.0893735 0.0901981 0.0104595
Vertex 22497 -0.0895062 0.0902087 0.0114561
Vertex 22498 -0.0895421 0.090213 0.0124508
Vertex 22499 -0.0896067 0.0902304 0.0134498
Vertex 22500 -0.0895436 0.0902218 0.014448
Vertex 22501 -0.0896121 0.0902414 0.0154476
Vertex 22502 -0.089636 0.0902445 0.0164491
Vertex 22503 -0.0895621 0.0902365 0.017449
Vertex 22504 -0.0895055 0.0902528 0.0184453
Vertex 22505 -0.0893681 0.0902559 0.0194368
Vertex 22506 -0.0891009 0.0902275 0.0204481
Vertex 22507 -0.0888276 0.090232 0.0214359
Vertex 22508 -0.0885465 0.0902329 0.022415
Vertex 22509 0.0209029 0.107601 -0.0159886
Vertex 22510 -0.0390625 0.110364 -0.0188163
Vertex 22511 -0.0892808 0.140568 0.013241
Vertex 22512 -0.0903092 0.140666 0.025165
Vertex 22513 -0.0493982 0.113885 -0.0164603
Vertex 22514 -0.0814089 0.141772 -0.000809353
Vertex 22515 -0.0875275 0.141918 0.0101858
Vertex 22516 -0.0617568 0.113454 -0.0138737
Vertex 22517 -0.0851037 0.143224 0.00618561
Vertex 22518 -0.089541 0.143417 0.0301691
Vertex 22519 -0.0829718 0.144576 0.00217748
Vertex 22520 -0.0743787 0.145821 -0.0108474
Vertex 22521 -0.0913521 0.14609 0.0171489
Vertex 22522 -0.0757302 0.147214 -0.00986768
Vertex 22523 -0.0756832 0.149968 -0.01987
Vertex 22524 -0.0776508 0.151441 -0.00388634
Vertex 22525 -0.0790475 0.168047 -0.0349702
Vertex 22526 -0.0781873 0.168068 -0.0319708
Vertex 22527 -0.0538886 0.161243 -0.000916627
Vertex 22528 -0.0709498 0.165209 -0.0469921
Vertex 22529 -0.0694764 0.165214 -0.0509787
Vertex 22530 0.0223468 0.121292 -0.00473526
Vertex 22531 -0.0674763 0.168038 -0.0560148
Vertex 22532 -0.0852257 0.114326 0.001271
Vertex 22533 -0.0768497 0.156895 -0.0209209
Vertex 22534 -0.0720478 0.154003 -0.0409023
Vertex 22535 -0.0726437 0.152619 -0.0388965
Vertex 22536 -0.0914264 0.14884 0.0201323
Vertex 22537 -0.0909934 0.148856 0.0221303
Vertex 22538 -0.0756545 0.151363 -0.0148873
Vertex 22539 -0.074941 0.152735 -0.0189
Vertex 22540 -0.0749686 0.158241 -0.0259415
Vertex 22541 -0.0690062 0.162382 -0.0519693
Vertex 22542 0.0033632 0.097467 -0.0272178
Vertex 22543 -0.0940988 0.124142 0.016266
Vertex 22544 -0.0790938 0.10996 -0.003593
Vertex 22545 -0.0771859 0.109877 -0.00559641
Vertex 22546 -0.0238533 0.0958019 -0.0255967
Vertex 22547 -0.0276205 0.0874255 -0.0346253
Vertex 22548 -0.0285082 0.0874866 -0.0336017
Vertex 22549 -0.0291401 0.0875323 -0.0325902
Vertex 22550 -0.02966 0.0875784 -0.0315907
Vertex 22551 -0.0300276 0.0875944 -0.030572
Vertex 22552 -0.030388 0.0876244 -0.0295653
Vertex 22553 -0.0307561 0.0876495 -0.0285591
Vertex 22554 -0.0311219 0.087675 -0.0275557
Vertex 22555 -0.0313824 0.0877015 -0.0265568
Vertex 22556 0.015157 0.122808 -0.00836184
Vertex 22557 -0.0915903 0.125424 0.00726612
Vertex 22558 -0.0870044 0.115772 0.00228167
Vertex 22559 -0.0929793 0.125561 0.0282631
Vertex 22560 -0.0873336 0.126682 -0.000726608
Vertex 22561 -0.0930993 0.129616 0.0162363
Vertex 22562 -0.0846369 0.110251 0.00429821
Vertex 22563 -0.0692038 0.156713 -0.0519425
Vertex 22564 -0.0509846 0.123023 -0.00999375
Vertex 22565 -0.0498456 0.123179 -0.0101809
Vertex 22566 -0.0762074 0.0906406 -0.013533
Vertex 22567 -0.0771876 0.0907032 -0.0125611
Vertex 22568 -0.078057 0.0907599 -0.0115869
Vertex 22569 -0.0785777 0.0907895 -0.0106208
Vertex 22570 -0.0794305 0.0908376 -0.00963692
Vertex 22571 -0.0805988 0.090913 -0.0086158
Vertex 22572 -0.0817894 0.0909919 -0.00761357
Vertex 22573 -0.0828622 0.0910525 -0.0066104
Vertex 22574 -0.0837824 0.091132 -0.00556609
Vertex 22575 -0.0845016 0.0911794 -0.00456302
Vertex 22576 -0.084979 0.0912122 -0.0035611
Vertex 22577 -0.0853564 0.091162 -0.00253932
Vertex 22578 -0.0855598 0.0912595 -0.00155473
Vertex 22579 -0.0856626 0.0912736 -0.00055353
Vertex 22580 -0.0857102 0.0912822 0.000468321
Vertex 22581 -0.0860328 0.0912972 0.00145067
Vertex 22582 -0.0865224 0.0913375 0.0024428
Vertex 22583 -0.0870992 0.0913786 0.00345195
Vertex 22584 -0.0875345 0.0914089 0.00446769
Vertex 22585 -0.0878883 0.0914318 0.00546674
Vertex 22586 -0.0882379 0.0914593 0.00646904
Vertex 22587 -0.0885869 0.0914877 0.00746285
Vertex 22588 -0.0888303 0.0915034 0.00845607
Vertex 22589 -0.0889791 0.0915153 0.00944503
Vertex 22590 -0.0892801 0.091541 0.0104497
Vertex 22591 -0.0894274 0.0915536 0.0114438
Vertex 22592 -0.0896358 0.0915718 0.0124456
Vertex 22593 -0.0897425 0.0915834 0.0134432
Vertex 22594 -0.0897769 0.0915868 0.0144438
Vertex 22595 -0.0897683 0.091592 0.0154417
Vertex 22596 -0.0897609 0.0915993 0.0164407
Vertex 22597 -0.0897339 0.0916034 0.0174376
Vertex 22598 -0.0896535 0.0916031 0.0184402
Vertex 22599 -0.0895419 0.0916017 0.0194388
Vertex 22600 -0.0893828 0.0916068 0.0204288
Vertex 22601 -0.0890486 0.0915916 0.0214249
Vertex 22602 -0.088699 0.0915828 0.0224195
Vertex 22603 0.0171905 0.116688 -0.0137466
Vertex 22604 -0.0878417 0.140531 0.0102059
Vertex 22605 -0.0899141 0.140577 0.0142032
Vertex 22606 -0.0901142 0.14065 0.0241685
Vertex 22607 -0.0820175 0.148708 0.00217249
Vertex 22608 -0.0744487 0.141666 -0.00675172
Vertex 22609 -0.086045 0.141863 0.00720055
Vertex 22610 -0.0886682 0.141939 0.0121971
Vertex 22611 -0.0903937 0.142028 0.0281621
Vertex 22612 -0.0845537 0.143232 0.00516668
Vertex 22613 -0.0891789 0.14342 0.0311627
Vertex 22614 -0.0823822 0.144566 0.00117046
Vertex 22615 -0.0746727 0.145787 -0.00986958
Vertex 22616 -0.0907871 0.14608 0.0151486
Vertex 22617 -0.0760799 0.147225 -0.00886324
Vertex 22618 -0.0754158 0.14997 -0.0218646
Vertex 22619 -0.0776245 0.151441 -0.00287924
Vertex 22620 0.0266901 0.106496 -0.0148024
Vertex 22621 -0.0921915 0.114676 0.0133297
Vertex 22622 -0.0786131 0.166659 -0.0369473
Vertex 22623 -0.070211 0.165211 -0.0489867
Vertex 22624 -0.0698391 0.165209 -0.0499791
Vertex 22625 -0.0147295 0.0942902 -0.0339999
Vertex 22626 -0.0699851 0.168026 -0.0510102
Vertex 22627 -0.0888241 0.114444 0.00524771
Vertex 22628 -0.0774531 0.156901 -0.0199195
Vertex 22629 -0.0719279 0.153998 -0.0419035
Vertex 22630 -0.0725064 0.152612 -0.0398907
Vertex 22631 -0.083982 0.134868 -0.000717316
Vertex 22632 -0.0758447 0.151365 -0.0158827
Vertex 22633 -0.0749566 0.152744 -0.0158977
Vertex 22634 -0.0743199 0.158257 -0.0279194
Vertex 22635 -0.0693451 0.162383 -0.0509602
Vertex 22636 -0.0223058 0.184466 -0.0180708
Vertex 22637 -0.0850366 0.134888 0.000298852
Vertex 22638 -0.0946685 0.124165 0.0192665
Vertex 22639 -0.0782331 0.109897 -0.00456592
Vertex 22640 -0.0476227 0.122378 -0.0113753
Vertex 22641 -0.0465602 0.122394 -0.0114017
Vertex 22642 -0.0276025 0.0888516 -0.0335952
Vertex 22643 -0.0282821 0.0889315 -0.0326167
Vertex 22644 -0.0289316 0.0889882 -0.0316153
Vertex 22645 -0.0294162 0.0890096 -0.030595
Vertex 22646 -0.0297851 0.0890261 -0.0295849
Vertex 22647 -0.0300375 0.0890464 -0.0285748
Vertex 22648 -0.0303971 0.0890708 -0.0275789
Vertex 22649 -0.0306702 0.0891071 -0.0265975
Vertex 22650 -0.0310391 0.0892178 -0.0256627
Vertex 22651 -0.00439966 0.119978 -0.0131705
Vertex 22652 0.00120442 0.117582 -0.0166604
Vertex 22653 -0.0920493 0.125439 0.00826634
Vertex 22654 -0.085242 0.115675 0.000251725
Vertex 22655 -0.086166 0.115735 0.00128445
Vertex 22656 -0.0845352 0.136246 0.000324782
Vertex 22657 -0.0879384 0.126705 0.000268669
Vertex 22658 -0.0913513 0.126793 0.00727091
Vertex 22659 -0.0852375 0.1104 0.00532111
Vertex 22660 -0.0545635 0.122251 -0.00910565
Vertex 22661 -0.0556879 0.117086 -0.0137514
Vertex 22662 -0.0762473 0.0920177 -0.013581
Vertex 22663 -0.0772308 0.0920788 -0.012603
Vertex 22664 -0.078074 0.0921324 -0.0116061
Vertex 22665 -0.0789524 0.0921836 -0.0106406
Vertex 22666 -0.0798777 0.0922401 -0.00961163
Vertex 22667 -0.0810332 0.092317 -0.00857663
Vertex 22668 -0.0819891 0.0923793 -0.00757573
Vertex 22669 -0.0828255 0.0924347 -0.00656966
Vertex 22670 -0.0836424 0.0924862 -0.00555232
Vertex 22671 -0.0843489 0.0925325 -0.00454911
Vertex 22672 -0.0849646 0.0925759 -0.00355765
Vertex 22673 -0.085327 0.0926016 -0.00256332
Vertex 22674 -0.0856886 0.0926246 -0.00156242
Vertex 22675 -0.0857757 0.0926386 -0.000557841
Vertex 22676 0.054748 0.0690996 0.0027667
Vertex 22677 -0.0369296 0.0455099 -0.0248207
Vertex 22678 -0.076686 0.0781369 0.0338733
Vertex 22679 -0.0167464 0.108538 -0.0209441
Vertex 22680 -0.0332153 0.107417 -0.0197253
Vertex 22681 -0.00470695 0.0982478 -0.0280611
Vertex 22682 -0.0213844 0.123724 -0.0049697
Vertex 22683 0.00710696 0.112707 -0.0194319
Vertex 22684 -0.00941329 0.0943623 -0.0340451
Vertex 22685 0.043146 0.0650339 -0.00117659
Vertex 22686 0.0226575 0.102902 -0.0189538
Vertex 22687 -0.0250024 0.118057 -0.0129436
Vertex 22688 0.0231094 0.1217 -0.00313916
Vertex 22689 0.024797 0.0615121 -0.0241542
Vertex 22690 -0.0274204 0.12046 -0.00942796
Vertex 22691 0.00560187 0.0957087 -0.0293479
Vertex 22692 0.0239365 0.0972468 -0.020928
Vertex 22693 0.0304359 0.108504 -0.0109544
Vertex 22694 -0.0489659 0.12587 -0.00699728
Vertex 22695 0.0204173 0.0925165 -0.0239466
Vertex 22696 -0.0302923 0.115032 -0.0157497
Vertex 22697 -0.0313173 0.115081 -0.0157968
Vertex 22698 -0.0376142 0.115213 -0.0159111
Vertex 22699 0.0248886 0.0970269 -0.0206985
Vertex 22700 0.0257868 0.0967214 -0.0203669
Vertex 22701 0.00199826 0.122137 -0.0115071
Vertex 22702 0.0279207 0.111816 -0.0105079
Vertex 22703 0.00325132 0.12142 -0.0127844
Vertex 22704 -0.0141356 0.103403 -0.0235224
Vertex 22705 0.0461568 0.0626078 -0.00274862
Vertex 22706 -0.0497318 0.0354763 -0.0126201
Vertex 22707 0.0223695 0.0993436 -0.0211483
Vertex 22708 -0.0287901 0.105845 -0.0221143
Vertex 22709 0.00710547 0.0893998 -0.032814
Vertex 22710 0.026686 0.0963684 -0.0200186
Vertex 22711 0.0279019 0.110786 -0.0114065
Vertex 22712 -0.0460367 0.115268 -0.015925
Vertex 22713 0.0345713 0.109241 -0.00571538
Vertex 22714 0.0562407 0.0648113 0.00118357
Vertex 22715 0.0252285 0.11379 -0.0106368
Vertex 22716 -0.0260473 0.11708 -0.0139183
Vertex 22717 -0.0144639 0.0977101 -0.0275565
Vertex 22718 -0.0358502 0.0986071 -0.0225695
Vertex 22719 -0.0121854 0.0980546 -0.0279084
Vertex 22720 0.0295458 0.115836 -0.00482165
Vertex 22721 -0.00642846 0.119149 -0.0142793
Vertex 22722 -0.00544058 0.119032 -0.0141551
Vertex 22723 -0.00442024 0.118937 -0.0140576
Vertex 22724 0.00546913 0.116627 -0.0176566
Vertex 22725 -0.0105486 0.0921685 -0.035821
Vertex 22726 -0.0366079 0.114094 -0.0167422
Vertex 22727 -0.036826 0.0446589 -0.0260242
Vertex 22728 -0.0309867 0.0458642 -0.0271867
Vertex 22729 0.0556932 0.0688929 0.00299188
Vertex 22730 -0.0319101 0.121969 -0.00695975
Vertex 22731 0.0275543 0.0960379 -0.019637
Vertex 22732 -0.0045009 0.116806 -0.0157814
Vertex 22733 0.0283978 0.0955434 -0.019149
Vertex 22734 0.0565861 0.0685555 0.00335277
Vertex 22735 0.0294074 0.0974659 -0.0171759
Vertex 22736 0.0178674 0.103889 -0.0200126
Vertex 22737 0.0168017 0.105866 -0.0181237
Vertex 22738 0.0574282 0.0681585 0.00377242
Vertex 22739 -0.0263327 0.111444 -0.0179843
Vertex 22740 -0.0292314 0.114996 -0.0157151
Vertex 22741 0.0259521 0.11908 -0.00433188
Vertex 22742 0.0248385 0.107021 -0.0153684
Vertex 22743 -0.00344803 0.111769 -0.0204187
Vertex 22744 -0.0182921 0.113707 -0.0184295
Vertex 22745 -0.0439904 0.115156 -0.0158426
Vertex 22746 0.00401707 0.125848 -0.00755459
Vertex 22747 0.0205831 0.11206 -0.0147671
Vertex 22748 0.0292409 0.0951488 -0.0187111
Vertex 22749 -0.00953059 0.096141 -0.0318625
Vertex 22750 0.000105856 0.117482 -0.0165473
Vertex 22751 -0.0396993 0.117276 -0.0140617
Vertex 22752 0.0291224 0.0877617 -0.0209279
Vertex 22753 0.0300883 0.0872505 -0.0203879
Vertex 22754 0.0451306 0.0647669 -0.000900002
Vertex 22755 0.0153133 0.121135 -0.0105519
Vertex 22756 0.0413142 0.0637288 -0.00386959
Vertex 22757 -0.0425153 0.118993 -0.0138741
Vertex 22758 -0.0545346 0.125365 -0.00640975
Vertex 22759 0.0111228 0.0960826 -0.0257288
Vertex 22760 -0.0498267 0.109983 -0.0185775
Vertex 22761 -0.0488146 0.109958 -0.0184987
Vertex 22762 -0.0320938 0.0457263 -0.0270587
Vertex 22763 0.0301411 0.102934 -0.0150039
Vertex 22764 -0.015954 0.105864 -0.0221228
Vertex 22765 0.043329 0.066441 -0.000599376
Vertex 22766 -0.0208013 0.108893 -0.0213287
Vertex 22767 0.0243406 0.113099 -0.011895
Vertex 22768 0.0300756 0.0946988 -0.0182345
Vertex 22769 0.0214342 0.0934308 -0.0229317
Vertex 22770 0.0309186 0.094253 -0.0177648
Vertex 22771 0.0317623 0.0938577 -0.0173357
Vertex 22772 0.0326128 0.0934199 -0.0168733
Vertex 22773 -0.0193967 0.186852 -0.0171886
Vertex 22774 -0.0184064 0.186879 -0.0179354
Vertex 22775 0.0334431 0.0930091 -0.0164312
Vertex 22776 -0.0326685 0.0478014 -0.0229356
Vertex 22777 0.0293268 0.0963357 -0.0179631
Vertex 22778 0.0351631 0.0941496 -0.0136388
Vertex 22779 0.0072631 0.0968089 -0.0265119
Vertex 22780 0.0189666 0.119003 -0.0102495
Vertex 22781 -0.0266047 0.0397022 -0.0293069
Vertex 22782 0.00602348 0.111527 -0.0200414
Vertex 22783 0.0232683 0.0857035 -0.0248261
Vertex 22784 -0.00768714 0.116771 -0.0157299
Vertex 22785 -0.0602175 0.0443014 -0.00489461
Vertex 22786 0.0343015 0.0925788 -0.0159761
Vertex 22787 0.0125005 0.1007 -0.0226033
Vertex 22788 0.0194959 0.111012 -0.0156283
Vertex 22789 -0.00136682 0.125668 -0.00729488
Vertex 22790 -0.0174424 0.10313 -0.0232301
Vertex 22791 -0.0187811 0.119777 -0.0107944
Vertex 22792 0.00646347 0.117501 -0.0166002
Vertex 22793 -0.0117599 0.104933 -0.0231377
Vertex 22794 -0.0115776 0.0962625 -0.032007
Vertex 22795 0.0227189 0.116065 -0.0110894
Vertex 22796 0.0115865 0.119151 -0.014401
Vertex 22797 0.00753839 0.119505 -0.0147629
Vertex 22798 0.0517415 0.0673755 0.000499527
Vertex 22799 0.0462769 0.0649494 -0.00109094
Vertex 22800 0.0351226 0.0921155 -0.0154837
Vertex 22801 0.00644791 0.119491 -0.0147367
Vertex 22802 0.0119628 0.111848 -0.018535
Vertex 22803 -0.033501 0.113967 -0.0166209
Vertex 22804 0.0346346 0.107297 -0.007625
Vertex 22805 0.000831008 0.0996342 -0.0235195
Vertex 22806 -0.035551 0.0451135 -0.0264751
Vertex 22807 -0.029871 0.0459583 -0.0272702
Vertex 22808 -0.0455357 0.120317 -0.0132441
Vertex 22809 0.0351408 0.0931106 -0.0145377
Vertex 22810 -0.0523481 0.125498 -0.00654313
Vertex 22811 0.0359154 0.0915824 -0.0149202
Vertex 22812 0.036687 0.0909845 -0.0142871
Vertex 22813 -0.0205328 0.113457 -0.0181494
Vertex 22814 -0.0193941 0.113623 -0.0183331
Vertex 22815 0.0374569 0.0904362 -0.0137042
Vertex 22816 0.0382626 0.0899111 -0.0131489
Vertex 22817 0.0342346 0.0852576 -0.0183147
Vertex 22818 0.0352172 0.0952034 -0.0127755
Vertex 22819 -0.0202144 0.186446 -0.0187314
Vertex 22820 -0.0189564 0.187079 -0.0195498
Vertex 22821 -0.0175221 0.187321 -0.0198494
Vertex 22822 -0.0626824 0.0436041 -0.00418427
Vertex 22823 -0.0564797 0.0356812 -0.0108166
Vertex 22824 -0.036531 0.116238 -0.0149852
Vertex 22825 -0.0592138 0.116352 -0.0129282
Vertex 22826 -0.00847175 0.0920515 -0.0356471
Vertex 22827 -0.04882 0.119077 -0.0139102
Vertex 22828 -0.0348994 0.124334 -0.00549397
Vertex 22829 -0.0293899 0.118762 -0.0116358
Vertex 22830 0.015329 0.118191 -0.013375
Vertex 22831 0.0314401 0.110365 -0.00894711
Vertex 22832 0.0032744 0.114489 -0.0193505
Vertex 22833 0.0268619 0.108823 -0.0133055
Vertex 22834 0.028516 0.117882 -0.00302906
Vertex 22835 0.00816067 0.125635 -0.0073679
Vertex 22836 -0.01069 0.0969192 -0.0307004
Vertex 22837 -0.0322502 0.0367926 -0.0305484
Vertex 22838 -5.87354e-05 0.100974 -0.0229378
Vertex 22839 -0.0164203 0.103082 -0.0232082
Vertex 22840 -0.0292637 0.0364551 -0.0300736
Vertex 22841 0.0121568 0.0930338 -0.0284961
Vertex 22842 -0.0218018 0.0947992 -0.0305488
Vertex 22843 0.0528515 0.0592232 -0.00323634
Vertex 22844 0.00856462 0.11946 -0.0147195
Vertex 22845 0.0556505 0.0677792 0.00213147
Vertex 22846 0.0565412 0.0674698 0.002463
Vertex 22847 -0.00749339 0.119159 -0.0142858
Vertex 22848 -0.00335753 0.11894 -0.0140663
Vertex 22849 -0.0365515 0.115187 -0.0158874
Vertex 22850 0.0160687 0.122524 -0.00804645
Vertex 22851 -0.0500595 0.117739 -0.014504
Vertex 22852 -0.00129201 0.123843 -0.0093277
Vertex 22853 -0.0598499 0.0364094 -0.00954648
Vertex 22854 -0.0144671 0.110884 -0.0194361
Vertex 22855 0.0265398 0.104204 -0.0163559
Vertex 22856 -0.00545884 0.111961 -0.020621
Vertex 22857 -0.0154901 0.11097 -0.019533
Vertex 22858 0.0318276 0.102039 -0.0140664
Vertex 22859 -0.0365713 0.0483594 -0.015218
Vertex 22860 -0.0172469 0.116672 -0.0155678
Vertex 22861 -0.0324183 0.116998 -0.0137964
Vertex 22862 0.0285718 0.0898068 -0.0210622
Vertex 22863 -0.0225512 0.0933694 -0.0331106
Vertex 22864 -0.0444734 0.111133 -0.0175908
Vertex 22865 0.0474407 0.0661575 -0.000283122
Vertex 22866 0.0463136 0.0660623 -0.000202599
Vertex 22867 -0.0184884 0.186846 -0.021092
Vertex 22868 -0.0170835 0.187214 -0.0216216
Vertex 22869 -0.012301 0.110982 -0.0195491
Vertex 22870 -0.0340312 0.123966 -0.00509105
Vertex 22871 -0.0568391 0.118972 -0.0116757
Vertex 22872 -0.0476672 0.0405803 -0.0117113
Vertex 22873 -0.0454995 0.122409 -0.0114255
Vertex 22874 -0.0435029 0.119128 -0.0140097
Vertex 22875 -0.0405477 0.118695 -0.0135582
Vertex 22876 0.0135031 0.119752 -0.013055
Vertex 22877 0.0144377 0.119508 -0.0127985
Vertex 22878 0.0320945 0.113613 -0.00441584
Vertex 22879 0.000649673 0.0963928 -0.0300705
Vertex 22880 -0.0117555 0.0969094 -0.0306933
Vertex 22881 -0.0130193 0.115677 -0.016537
Vertex 22882 0.0170761 0.115474 -0.0144429
Vertex 22883 -0.0249431 0.0907384 -0.0344432
Vertex 22884 0.033068 0.0984004 -0.0141329
Vertex 22885 -0.0176555 0.10171 -0.0237622
Vertex 22886 -0.00805531 0.101876 -0.0238922
Vertex 22887 -0.0260646 0.11803 -0.0129143
Vertex 22888 0.0228298 0.0827896 -0.0258286
Vertex 22889 -0.0568115 0.11798 -0.012657
Vertex 22890 0.0236821 0.0824052 -0.0254011
Vertex 22891 0.0253655 0.0814952 -0.0244829
Vertex 22892 0.0542982 0.0579702 -0.00188368
Vertex 22893 0.0125353 0.118934 -0.0141702
Vertex 22894 0.0207674 0.103342 -0.0194283
Vertex 22895 0.0243686 0.118145 -0.00732959
Vertex 22896 0.0303733 0.115414 -0.00438737
Vertex 22897 -0.0323789 0.115075 -0.0157884
Vertex 22898 -0.03348 0.115008 -0.0157024
Vertex 22899 0.0532901 0.0621073 -0.00218568
Vertex 22900 0.00543862 0.118556 -0.0157347
Vertex 22901 0.00741391 0.0920665 -0.0315473
Vertex 22902 -0.0303554 0.117939 -0.0127791
Vertex 22903 -0.0292876 0.113893 -0.0165575
Vertex 22904 -0.0344028 0.0453249 -0.0266763
Vertex 22905 -0.0328813 0.11004 -0.0184872
Vertex 22906 -0.0308338 0.109919 -0.0183719
Vertex 22907 0.0101538 0.113447 -0.018237
Vertex 22908 0.0258263 0.0624492 -0.0231007
Vertex 22909 0.026638 0.0619848 -0.0226053
Vertex 22910 0.0235131 0.101506 -0.0194672
Vertex 22911 -0.0332536 0.0434286 -0.0288825
Vertex 22912 -0.00335679 0.11693 -0.0159223
Vertex 22913 0.0460243 0.0737836 0.00392327
Vertex 22914 0.0465282 0.0726943 0.00507292
Vertex 22915 -0.0365486 0.12125 -0.0102225
Vertex 22916 -0.016158 0.0884114 -0.0380198
Vertex 22917 0.047273 0.0720618 0.00573289
Vertex 22918 0.048187 0.0717514 0.00605259
Vertex 22919 -0.0184208 0.185917 -0.0222223
Vertex 22920 -0.0169852 0.186593 -0.0230311
Vertex 22921 0.0242207 0.111888 -0.0125803
Vertex 22922 0.049267 0.0717276 0.00605578
Vertex 22923 -0.0075843 0.111951 -0.0206051
Vertex 22924 0.0130083 0.0956231 -0.0252421
Vertex 22925 -0.0394018 0.0468721 -0.0179145
Vertex 22926 0.00745846 0.0952014 -0.0287983
Vertex 22927 -0.0544684 0.119419 -0.0121872
Vertex 22928 -0.0337268 0.111492 -0.0180397
Vertex 22929 -0.00779971 0.114512 -0.0173201
Vertex 22930 -0.0365847 0.122192 -0.00920846
Vertex 22931 -0.0374511 0.122567 -0.00961353
Vertex 22932 0.00261599 0.0960798 -0.0297441
Vertex 22933 -0.00333145 0.0968513 -0.0305901
Vertex 22934 -0.00664275 0.113752 -0.0185066
Vertex 22935 0.0240847 0.110594 -0.013209
Vertex 22936 0.0503819 0.0717878 0.00597587
Vertex 22937 0.0168366 0.113017 -0.0157876
Vertex 22938 -0.0151821 0.115592 -0.0164315
Vertex 22939 -0.0311962 0.0475489 -0.0247586
Vertex 22940 -0.0423449 0.122373 -0.0114097
Vertex 22941 0.0344672 0.111064 -0.00366583
Vertex 22942 -0.0446335 0.126046 -0.00723965
Vertex 22943 -0.027019 0.123094 -0.00421217
Vertex 22944 0.0514409 0.0718132 0.00596213
Vertex 22945 0.013479 0.118711 -0.0139326
Vertex 22946 0.0305352 0.10973 -0.0102674
Vertex 22947 0.00508145 0.125851 -0.00757191
Vertex 22948 -0.054587 0.123231 -0.00812744
Vertex 22949 0.0524989 0.0718135 0.00595977
Vertex 22950 0.0535119 0.0717543 0.00602975
Vertex 22951 -0.060329 0.11723 -0.0118118
Vertex 22952 0.027192 0.101376 -0.017349
Vertex 22953 -0.0355455 0.11407 -0.0167228
Vertex 22954 -0.0478216 0.109884 -0.018362
Vertex 22955 -0.0457781 0.109842 -0.0182449
Vertex 22956 -0.0281684 0.117044 -0.0138686
Vertex 22957 -0.0292722 0.116973 -0.0137779
Vertex 22958 0.0241882 0.0633761 -0.0240832
Vertex 22959 0.0544885 0.0716156 0.00618127
Vertex 22960 -0.0323736 0.176483 -0.0134412
Vertex 22961 -0.0310993 0.177108 -0.0141677
Vertex 22962 -0.029497 0.177966 -0.015166
Vertex 22963 -0.0465015 0.112315 -0.0168133
Vertex 22964 0.0280633 0.100998 -0.0169482
Vertex 22965 0.0279153 0.112797 -0.00956049
Vertex 22966 0.0474137 0.0671743 0.000684928
Vertex 22967 -0.0444371 0.122416 -0.011439
Vertex 22968 0.0546227 0.0668075 0.00110467
Vertex 22969 -0.0183224 0.184952 -0.0232094
Vertex 22970 -0.0169338 0.185679 -0.0240586
Vertex 22971 -0.0444587 0.11222 -0.0167423
Vertex 22972 0.00653661 0.120619 -0.0139577
Vertex 22973 -0.00648083 0.111994 -0.0206545
Vertex 22974 0.00181256 0.0994772 -0.0233519
Vertex 22975 0.00525838 0.123196 -0.010701
Vertex 22976 -0.053287 0.119647 -0.012449
Vertex 22977 0.0102371 0.115602 -0.0165593
Vertex 22978 -0.0357372 0.111668 -0.0181975
Vertex 22979 -0.00547868 0.112944 -0.019663
Vertex 22980 0.0249883 0.12025 -0.003603
Vertex 22981 0.0266688 0.0892152 -0.0224539
Vertex 22982 0.052731 0.0672551 0.000627241
Vertex 22983 -0.0192836 0.0894928 -0.0371367
Vertex 22984 0.0564401 0.0662549 0.00171258
Vertex 22985 -0.0168964 0.123328 -0.00656517
Vertex 22986 -0.0631879 0.0449558 -0.00115255
Vertex 22987 -0.0175036 0.0357848 -0.0270478
Vertex 22988 0.0250223 0.110364 -0.0129553
Vertex 22989 -0.0162447 0.115598 -0.0164334
Vertex 22990 -0.0111853 0.109046 -0.0214904
Vertex 22991 -0.0708646 0.0384387 0.000437312
Vertex 22992 -0.00316977 0.101093 -0.0230747
Vertex 22993 -0.0386241 0.125328 -0.00654651
Vertex 22994 0.0338239 0.11087 -0.00547119
Vertex 22995 0.0144108 0.118463 -0.013667
Vertex 22996 -0.030624 0.0348272 -0.0303515
Vertex 22997 -0.0133229 0.0978873 -0.0277326
Vertex 22998 0.0242993 0.0928305 -0.0222726
Vertex 22999 0.0223914 0.093257 -0.0227104
Vertex 23000 -0.00732851 0.0942973 -0.033961
Vertex 23001 0.025021 0.085012 -0.0240764
Vertex 23002 0.01399 0.106595 -0.01887
Vertex 23003 -0.0345432 0.114978 -0.015669
Vertex 23004 -0.0489531 0.117804 -0.0145786
Vertex 23005 -0.0300938 0.0476999 -0.0248901
Vertex 23006 -0.00546375 0.117984 -0.0150376
Vertex 23007 -0.0064886 0.118022 -0.0150746
Vertex 23008 -0.00759062 0.117967 -0.0150103
Vertex 23009 0.0125143 0.121868 -0.0113432
Vertex 23010 -0.0308492 0.121938 -0.00695618
Vertex 23011 -0.0366574 0.173333 -0.0118804
Vertex 23012 -0.0338796 0.174703 -0.0134692
Vertex 23013 -0.0323633 0.175433 -0.0143069
Vertex 23014 -0.0310025 0.176085 -0.0150686
Vertex 23015 -0.0294668 0.176906 -0.0160057
Vertex 23016 -0.0281079 0.177558 -0.016771
Vertex 23017 -0.0251253 0.179165 -0.0186166
Vertex 23018 0.0527591 0.0693467 0.00250314
Vertex 23019 -0.00428335 0.124198 -0.00969837
Vertex 23020 -0.027328 0.0951114 -0.0248637
Vertex 23021 -0.0433541 0.112279 -0.0167951
Vertex 23022 -0.0154061 0.185475 -0.025609
Vertex 23023 -0.0267044 0.158758 -0.0121466
Vertex 23024 -0.00744712 0.0961017 -0.0318028
Vertex 23025 -0.02745 0.110307 -0.0187882
Vertex 23026 0.0202904 0.0912514 -0.02462
Vertex 23027 0.0198639 0.11968 -0.0089705
Vertex 23028 0.0208045 0.119446 -0.00872458
Vertex 23029 -0.026888 0.0344315 -0.0290471
Vertex 23030 -0.0403006 0.122206 -0.0112466
Vertex 23031 0.0129986 0.124708 -0.00640366
Vertex 23032 0.0537086 0.0670896 0.000808459
Vertex 23033 0.0112449 0.0943173 -0.0278535
Vertex 23034 0.0121652 0.0940439 -0.0275601
Vertex 23035 0.0162842 0.118981 -0.0122323
Vertex 23036 0.0328852 0.113087 -0.00384394
Vertex 23037 0.016382 0.0888799 -0.0281622
Vertex 23038 0.0338247 0.108829 -0.00728203
Vertex 23039 0.0353274 0.107617 -0.00596632
Vertex 23040 -0.00789661 0.098211 -0.0280331
Vertex 23041 -0.00752216 0.122122 -0.0114318
Vertex 23042 -0.0332851 0.0368458 -0.0306141
Vertex 23043 0.0155832 0.0893609 -0.0286847
Vertex 23044 -0.0512066 0.125627 -0.00670494
Vertex 23045 -0.00538883 0.122125 -0.0114557
Vertex 23046 -0.00970184 0.120973 -0.0121849
Vertex 23047 -0.0375464 0.119352 -0.0122401
Vertex 23048 0.0078778 0.0989406 -0.0227671
Vertex 23049 0.0278575 0.109692 -0.0122334
Vertex 23050 -0.0138322 0.105995 -0.0224296
Vertex 23051 -0.0395958 0.118487 -0.0133369
Vertex 23052 -0.0376087 0.118212 -0.0130418
Vertex 23053 0.0235801 0.11767 -0.00881398
Vertex 23054 -0.035527 0.115134 -0.015836
Vertex 23055 0.00543206 0.119469 -0.0147017
Vertex 23056 -0.0415297 0.118854 -0.0137293
Vertex 23057 -0.00441737 0.117961 -0.0150091
Vertex 23058 -0.0111221 0.0980696 -0.0279124
Vertex 23059 0.0101277 0.0911581 -0.0305812
Vertex 23060 -0.0118847 0.117889 -0.0148923
Vertex 23061 0.0199668 0.115907 -0.0129188
Vertex 23062 -0.0184507 0.117417 -0.0143314
Vertex 23063 -0.0196292 0.117165 -0.0140584
Vertex 23064 -0.0367588 0.172073 -0.0125043
Vertex 23065 -0.0353775 0.172711 -0.013245
Vertex 23066 -0.0339572 0.173519 -0.0141904
Vertex 23067 -0.0311424 0.174761 -0.015609
Vertex 23068 -0.0296574 0.175524 -0.0164728
Vertex 23069 -0.0282938 0.176171 -0.0172378
Vertex 23070 -0.0267635 0.177003 -0.0181719
Vertex 23071 -0.0475241 0.112407 -0.0169253
Vertex 23072 -0.0388306 0.112851 -0.0174267
Vertex 23073 -0.0377685 0.112865 -0.0174473
Vertex 23074 -0.0207673 0.117009 -0.0138783
Vertex 23075 -0.0579212 0.120852 -0.00959233
Vertex 23076 -0.0218308 0.117001 -0.0138605
Vertex 23077 -0.0156288 0.184043 -0.0262877
Vertex 23078 -0.0142894 0.184628 -0.0268303
Vertex 23079 -0.0131915 0.184654 -0.0268832
Vertex 23080 -0.0228968 0.117028 -0.0138782
Vertex 23081 0.0367118 0.0920329 -0.0133924
Vertex 23082 0.0261507 0.0923065 -0.0217116
Vertex 23083 0.014908 0.106309 -0.0185911
Vertex 23084 0.018427 0.0917703 -0.0251723
Vertex 23085 0.0352506 0.101471 -0.011425
Vertex 23086 -0.00758477 0.0968518 -0.0305822
Vertex 23087 -0.0156034 0.097548 -0.0273897
Vertex 23088 -0.00865281 0.123002 -0.0103525
Vertex 23089 -0.0239594 0.117024 -0.0138685
Vertex 23090 0.0573848 0.0670309 0.00292365
Vertex 23091 -0.00761105 0.112944 -0.01965
Vertex 23092 0.0257874 0.0895854 -0.0228249
Vertex 23093 -0.0169095 0.0379753 -0.0273392
Vertex 23094 -0.00436115 0.122059 -0.0113929
Vertex 23095 -0.0121375 0.102128 -0.024127
Vertex 23096 0.0363661 0.0873006 -0.0164353
Vertex 23097 0.0141654 0.115006 -0.0159235
Vertex 23098 -0.059088 0.0445923 -0.00517311
Vertex 23099 -0.0182219 0.0954777 -0.0312615
Vertex 23100 -0.0354802 0.0365931 -0.0303176
Vertex 23101 -0.0310679 0.0435994 -0.0290446
Vertex 23102 -0.031399 0.116965 -0.0137545
Vertex 23103 -0.0633595 0.155022 0.00583483
Vertex 23104 -0.0365933 0.117132 -0.0139142
Vertex 23105 -0.0376115 0.11722 -0.0140038
Vertex 23106 -0.00875136 0.116762 -0.015718
Vertex 23107 -0.0575878 0.158069 0.0020235
Vertex 23108 0.0216012 0.112963 -0.0137495
Vertex 23109 -0.0454802 0.112265 -0.0167776
Vertex 23110 -0.0400219 0.111533 -0.0180322
Vertex 23111 -0.051802 0.111349 -0.0178923
Vertex 23112 0.00850296 0.118331 -0.0155001
Vertex 23113 -5.55454e-05 0.1192 -0.0143689
Vertex 23114 -0.00746204 0.125196 -0.00874293
Vertex 23115 -0.0427999 0.167662 -0.00952768
Vertex 23116 -0.0356427 0.112876 -0.017464
Vertex 23117 -0.0398347 0.169198 -0.01127
Vertex 23118 -0.038314 0.170034 -0.0122167
Vertex 23119 -0.0369254 0.170672 -0.0129456
Vertex 23120 -0.035495 0.171374 -0.0137494
Vertex 23121 -0.0341867 0.172054 -0.0145892
Vertex 23122 -0.0278288 0.122593 -0.00568164
Vertex 23123 -0.062358 0.172308 -0.0618736
Vertex 23124 -0.0366993 0.124957 -0.00615077
Vertex 23125 -0.052671 0.112615 -0.017101
Vertex 23126 -0.0505191 0.112725 -0.0172384
Vertex 23127 -0.0485119 0.112536 -0.0170517
Vertex 23128 -0.0268076 0.122539 -0.00562189
Vertex 23129 -0.0257438 0.12256 -0.00564443
Vertex 23130 -0.0346189 0.112824 -0.0174204
Vertex 23131 -0.0613665 0.0430534 -0.00574325
Vertex 23132 -0.0601621 0.0433793 -0.00606772
Vertex 23133 -0.0335566 0.11282 -0.0174155
Vertex 23134 -0.0144079 0.183333 -0.0275579
Vertex 23135 -0.0132393 0.1837 -0.0278845
Vertex 23136 -0.0410688 0.11258 -0.017122
Vertex 23137 -0.0324948 0.112838 -0.0174448
Vertex 23138 -0.00333512 0.125963 -0.00760181
Vertex 23139 0.00167631 0.105337 -0.0215515
Vertex 23140 -0.0305905 0.119479 -0.0103702
Vertex 23141 -0.00541885 0.0969111 -0.0306599
Vertex 23142 -0.00860618 0.0968801 -0.0306409
Vertex 23143 -0.0196985 0.0957936 -0.0295783
Vertex 23144 -0.0119077 0.0894805 -0.0370977
Vertex 23145 0.05377 0.0682444 0.00163269
Vertex 23146 0.050697 0.0684106 0.00144017
Vertex 23147 -0.0098481 0.112657 -0.0193422
Vertex 23148 0.00798497 0.0890814 -0.0324293
Vertex 23149 0.0192573 0.0903239 -0.0256184
Vertex 23150 -0.0251918 0.111615 -0.0181703
Vertex 23151 -0.0263531 0.11244 -0.0170322
Vertex 23152 -0.0099585 0.1135 -0.0182227
Vertex 23153 -0.00880359 0.113633 -0.0183799
Vertex 23154 -0.0565118 0.0454033 -0.00602573
Vertex 23155 0.034589 0.108233 -0.00663102
Vertex 23156 0.0321502 0.106752 -0.0110706
Vertex 23157 0.00615212 0.112907 -0.0196236
Vertex 23158 0.0106037 0.121274 -0.0126925
Vertex 23159 -0.0650217 0.154743 0.00396393
Vertex 23160 -0.0639212 0.154791 0.00385831
Vertex 23161 -0.0629032 0.154793 0.00389792
Vertex 23162 -0.0618594 0.154827 0.00385225
Vertex 23163 -0.0605375 0.155317 0.003221
Vertex 23164 -0.0588974 0.156171 0.00210438
Vertex 23165 -0.0573252 0.157131 0.000943525
Vertex 23166 0.013488 0.120719 -0.0120957
Vertex 23167 -0.0507332 0.161533 -0.00440491
Vertex 23168 -0.0491589 0.162483 -0.00556124
Vertex 23169 -0.0475911 0.163428 -0.00670042
Vertex 23170 0.0144228 0.120472 -0.0118376
Vertex 23171 -0.0444716 0.165339 -0.00887164
Vertex 23172 -0.0428743 0.166323 -0.00997516
Vertex 23173 0.0071927 0.124822 -0.00847934
Vertex 23174 0.000807934 0.124791 -0.00838237
Vertex 23175 0.0338305 0.107861 -0.00824999
Vertex 23176 0.033027 0.108336 -0.00876159
Vertex 23177 -0.00864992 0.124983 -0.00848236
Vertex 23178 -0.0206804 0.112216 -0.0188434
Vertex 23179 -0.0327045 0.111423 -0.0179721
Vertex 23180 -0.0347529 0.111555 -0.0180951
Vertex 23181 -0.0378644 0.111663 -0.0181901
Vertex 23182 -0.0389284 0.111648 -0.0181691
Vertex 23183 -0.0528539 0.1113 -0.0177773
Vertex 23184 0.0360108 0.100867 -0.0107814
Vertex 23185 0.00929618 0.123787 -0.00937811
Vertex 23186 -0.00231276 0.123919 -0.0094032
Vertex 23187 -0.0297303 0.109983 -0.0184292
Vertex 23188 -0.0283257 0.118773 -0.011655
Vertex 23189 -0.0165765 0.119912 -0.0109781
Vertex 23190 0.0330143 0.106332 -0.0106209
Vertex 23191 -0.0133613 0.182397 -0.0284169
Vertex 23192 -0.0121975 0.182647 -0.0286755
Vertex 23193 -0.0112874 0.182441 -0.0284978
Vertex 23194 -0.027858 0.0343176 -0.0296609
Vertex 23195 0.00181742 0.106617 -0.0209271
Vertex 23196 -0.0246099 0.0984431 -0.024327
Vertex 23197 -0.0208348 0.0956185 -0.0294009
Vertex 23198 -0.0235889 0.0983837 -0.0242804
Vertex 23199 0.0527798 0.0683653 0.00150186
Vertex 23200 0.0517581 0.0684217 0.00143507
Vertex 23201 -0.00234671 0.0967246 -0.0304442
Vertex 23202 -0.00132352 0.0966684 -0.0303753
Vertex 23203 -0.00993012 0.125562 -0.00707028
Vertex 23204 -0.0190564 0.0920061 -0.0357108
Vertex 23205 0.0572537 0.0657957 0.00220085
Vertex 23206 -0.0534467 0.125409 -0.00644153
Vertex 23207 0.0233517 0.120203 -0.00555174
Vertex 23208 -0.0399713 0.112687 -0.0172474
Vertex 23209 0.0213076 0.110412 -0.0149847
Vertex 23210 -0.061465 0.0438948 -0.0044823
Vertex 23211 -0.00904474 0.102005 -0.0240096
Vertex 23212 -0.0225646 0.0983245 -0.0242201
Vertex 23213 -0.0647611 0.154265 0.00245101
Vertex 23214 -0.0637456 0.154158 0.00252195
Vertex 23215 -0.0626839 0.154165 0.00249175
Vertex 23216 -0.0616277 0.154191 0.00244865
Vertex 23217 -0.0604582 0.154406 0.00215902
Vertex 23218 -0.0589643 0.15508 0.0013052
Vertex 23219 -0.0573985 0.155942 0.000257732
Vertex 23220 -0.0558687 0.156831 -0.000812957
Vertex 23221 -0.0541798 0.157923 -0.00210942
Vertex 23222 -0.051025 0.159915 -0.00453945
Vertex 23223 -0.0493777 0.160927 -0.00574679
Vertex 23224 -0.0477552 0.161949 -0.00697323
Vertex 23225 -0.0462961 0.162745 -0.00789878
Vertex 23226 -0.00142898 0.112626 -0.0193593
Vertex 23227 -0.00244825 0.112634 -0.0193375
Vertex 23228 -0.00347107 0.112728 -0.01944
Vertex 23229 -0.00445554 0.112864 -0.0195829
Vertex 23230 -0.00650346 0.112991 -0.0197156
Vertex 23231 -0.000294503 0.124716 -0.00828566
Vertex 23232 0.00190837 0.124868 -0.00847893
Vertex 23233 -0.00130995 0.124776 -0.00834251
Vertex 23234 -0.0217663 0.11209 -0.0186927
Vertex 23235 -0.0292922 0.117943 -0.0127907
Vertex 23236 0.0174798 0.0919971 -0.0254067
Vertex 23237 0.0188031 0.106638 -0.0169667
Vertex 23238 -0.0556881 0.123137 -0.00801327
Vertex 23239 -0.053406 0.12345 -0.00838645
Vertex 23240 0.0132374 0.123205 -0.00876652
Vertex 23241 0.0122831 0.123395 -0.0089862
Vertex 23242 0.00108438 0.119342 -0.0145393
Vertex 23243 -0.0215094 0.0983521 -0.0242621
Vertex 23244 -0.0298836 0.04486 -0.0282273
Vertex 23245 -0.0204069 0.09844 -0.0243451
Vertex 23246 -0.0135749 0.18083 -0.0284353
Vertex 23247 -0.0125142 0.181139 -0.0289621
Vertex 23248 -0.01134 0.181374 -0.0292688
Vertex 23249 -0.0298476 0.105726 -0.0219826
Vertex 23250 -0.0192998 0.0985099 -0.0244
Vertex 23251 -0.018238 0.0985224 -0.0244062
Vertex 23252 0.0287445 0.109341 -0.0118595
Vertex 23253 -0.055158 0.0361639 -0.0112393
Vertex 23254 -0.0171725 0.0985232 -0.0244048
Vertex 23255 -0.0161123 0.0985355 -0.0244159
Vertex 23256 0.0165523 0.0922417 -0.0256623
Vertex 23257 0.00654043 0.0954774 -0.0291051
Vertex 23258 -0.000334987 0.0965293 -0.0302242
Vertex 23259 -0.0251322 0.110719 -0.0192347
Vertex 23260 -0.0149675 0.0986909 -0.0245721
Vertex 23261 -0.0158456 0.122449 -0.00760827
Vertex 23262 -0.0138651 0.0987904 -0.0246748
Vertex 23263 0.00919876 0.0964636 -0.0261302
Vertex 23264 -0.0553377 0.0457536 -0.00639551
Vertex 23265 0.00687166 0.100046 -0.0219438
Vertex 23266 0.0295159 0.107768 -0.0121736
Vertex 23267 -0.0198015 0.10169 -0.0238258
Vertex 23268 -0.01273 0.098974 -0.0248693
Vertex 23269 -0.0645607 0.153661 0.00110457
Vertex 23270 -0.0635959 0.153475 0.00125628
Vertex 23271 -0.0626195 0.153328 0.0013944
Vertex 23272 -0.0615203 0.153356 0.00130737
Vertex 23273 -0.0603328 0.153535 0.00105643
Vertex 23274 -0.0590115 0.153958 0.00054242
Vertex 23275 -0.0575589 0.154615 -0.000238768
Vertex 23276 -0.0560997 0.155362 -0.00113519
Vertex 23277 0.0197946 0.0872171 -0.0264236
Vertex 23278 0.015569 0.110589 -0.0172093
Vertex 23279 0.0147067 0.111012 -0.0176211
Vertex 23280 0.0129112 0.111627 -0.0182976
Vertex 23281 0.00907863 0.112423 -0.0191367
Vertex 23282 0.0029144 0.125773 -0.00745627
Vertex 23283 -5.6077e-05 0.112952 -0.0196345
Vertex 23284 0.00419789 0.123154 -0.0106599
Vertex 23285 -0.029645 0.121258 -0.00823608
Vertex 23286 -0.00533161 0.123249 -0.0106624
Vertex 23287 -0.00871405 0.112847 -0.0195489
Vertex 23288 -0.0122436 0.112093 -0.0187249
Vertex 23289 -0.0183959 0.112492 -0.0191613
Vertex 23290 -0.0195343 0.112367 -0.0190097
Vertex 23291 0.0275209 0.088828 -0.0220264
Vertex 23292 -0.00192307 0.107424 -0.021877
Vertex 23293 0.0115347 0.118055 -0.0152175
Vertex 23294 -0.0168418 0.107354 -0.0217003
Vertex 23295 -0.020896 0.107686 -0.0220438
Vertex 23296 -0.0263675 0.107348 -0.0216948
Vertex 23297 -0.0275054 0.107176 -0.0215083
Vertex 23298 -0.050989 0.121022 -0.0119137
Vertex 23299 0.00305684 0.124987 -0.00863513
Vertex 23300 0.0474285 0.0692644 0.00256538
Vertex 23301 -0.0115772 0.0991016 -0.0249869
Vertex 23302 -0.010479 0.0991873 -0.02508
Vertex 23303 -0.0127071 0.179586 -0.0289228
Vertex 23304 -0.0114724 0.180094 -0.0295969
Vertex 23305 -0.00938485 0.0992897 -0.0251913
Vertex 23306 -0.00832489 0.0993422 -0.0252442
Vertex 23307 -0.0261604 0.114813 -0.0155316
Vertex 23308 -0.0072203 0.0994662 -0.0253456
Vertex 23309 -0.0346441 0.117803 -0.0126135
Vertex 23310 -0.0613587 0.0343255 -0.00949544
Vertex 23311 -0.0626127 0.0339199 -0.00909656
Vertex 23312 -0.00615627 0.0994928 -0.025355
Vertex 23313 -0.0172265 0.113695 -0.0184196
Vertex 23314 0.0103131 0.0935662 -0.0290602
Vertex 23315 -0.0621527 0.0372105 -0.00831557
Vertex 23316 0.0543119 0.0722872 0.00750454
Vertex 23317 0.0353693 0.102677 -0.0107148
Vertex 23318 -0.0356689 0.117866 -0.0126779
Vertex 23319 -0.015069 0.117815 -0.0147928
Vertex 23320 -0.00484087 0.0994589 -0.0252596
Vertex 23321 -0.0417796 0.0485307 -0.0113147
Vertex 23322 -0.00403867 0.0994311 -0.025339
Vertex 23323 -0.0240109 0.113853 -0.0165323
Vertex 23324 -0.00301309 0.0994095 -0.0252863
Vertex 23325 -0.01624 0.0963836 -0.0301721
Vertex 23326 0.0479819 0.0723794 0.00739708
Vertex 23327 -0.00175381 0.0993639 -0.0251444
Vertex 23328 -0.0643335 0.153058 -0.000307605
Vertex 23329 -0.0634506 0.15272 2.24523e-05
Vertex 23330 -0.062479 0.152546 0.000181648
Vertex 23331 -0.0615001 0.152383 0.000341367
Vertex 23332 -0.0603904 0.152423 0.000272984
Vertex 23333 -0.0591465 0.152697 -5.16463e-05
Vertex 23334 -0.0579352 0.153021 -0.000467328
Vertex 23335 -0.0190955 0.0939751 -0.033709
Vertex 23336 0.0173756 0.109987 -0.0165543
Vertex 23337 0.0164623 0.11028 -0.0168584
Vertex 23338 -0.003234 0.0960652 -0.0317479
Vertex 23339 0.0246727 0.0884534 -0.0236513
Vertex 23340 -0.0576549 0.124438 -0.00742698
Vertex 23341 0.0355567 0.0878311 -0.0169845
Vertex 23342 -0.007347 0.0952877 -0.0329727
Vertex 23343 -0.0323987 0.116048 -0.0147978
Vertex 23344 0.024564 0.103479 -0.0175815
Vertex 23345 0.0236373 0.103743 -0.0178545
Vertex 23346 0.0197767 0.104476 -0.0186365
Vertex 23347 0.049023 0.0722611 0.00748575
Vertex 23348 -0.0492612 0.115146 -0.0157671
Vertex 23349 0.0312862 0.107094 -0.0114403
Vertex 23350 -0.0147452 0.123455 -0.00671201
Vertex 23351 -0.0266349 0.121939 -0.00696588
Vertex 23352 0.0314474 0.112439 -0.00717966
Vertex 23353 -0.0324512 0.0353306 -0.0309147
Vertex 23354 -0.0677301 0.181168 -0.057983
Vertex 23355 0.00734712 0.12316 -0.0106668
Vertex 23356 0.0472621 0.0627303 -0.00287883
Vertex 23357 -0.0533885 0.122494 -0.00938247
Vertex 23358 -0.0335992 0.1188 -0.0116562
Vertex 23359 -0.0465986 0.120315 -0.0132329
Vertex 23360 0.0132 0.115178 -0.01612
Vertex 23361 -0.0120214 0.178126 -0.0292101
Vertex 23362 -0.0108764 0.178532 -0.0297831
Vertex 23363 -0.0488368 0.0970812 -0.0221898
Vertex 23364 -0.0774288 0.0712256 0.0238415
Vertex 23365 0.00840839 0.117161 -0.0162388
Vertex 23366 0.0139693 0.112639 -0.017366
Vertex 23367 -0.00663677 0.109707 -0.0221975
Vertex 23368 -0.0334993 0.115969 -0.0147052
Vertex 23369 -0.0312043 0.0422041 -0.0297469
Vertex 23370 -0.0301706 0.0421547 -0.0296993
Vertex 23371 -0.0291426 0.042089 -0.0296009
Vertex 23372 0.00221518 0.114462 -0.0193126
Vertex 23373 0.0204165 0.110729 -0.0153427
Vertex 23374 0.0120611 0.11304 -0.0178164
Vertex 23375 0.0110822 0.113195 -0.0179885
Vertex 23376 -0.0348481 0.110331 -0.0188
Vertex 23377 -0.0368977 0.110447 -0.0189068
Vertex 23378 -0.0379579 0.11044 -0.0188969
Vertex 23379 0.00980942 0.110782 -0.0193656
Vertex 23380 0.0117043 0.110341 -0.0188996
Vertex 23381 0.0153998 0.109294 -0.0177665
Vertex 23382 0.0228667 0.107306 -0.0156684
Vertex 23383 -0.0126238 0.0952928 -0.0330113
Vertex 23384 -0.0386758 0.0462873 -0.0214583
Vertex 23385 -0.000964681 0.0992981 -0.0251507
Vertex 23386 0.0276777 0.0972525 -0.0189451
Vertex 23387 -0.0175437 0.119111 -0.0121224
Vertex 23388 -0.0511466 0.124736 -0.0077758
Vertex 23389 -0.0228793 0.110931 -0.0194728
Vertex 23390 -0.00234994 0.125819 -0.00745455
Vertex 23391 0.0135991 0.100782 -0.0226731
Vertex 23392 -0.0239953 0.114912 -0.0156465
Vertex 23393 -0.0348025 0.040194 -0.0297923
Vertex 23394 -0.0228318 0.114095 -0.016802
Vertex 23395 -0.0217088 0.114301 -0.017023
Vertex 23396 0.00202824 0.108029 -0.0204102
Vertex 23397 0.0133657 0.116504 -0.0155461
Vertex 23398 2.68966e-05 0.0991578 -0.0250032
Vertex 23399 -0.0640607 0.152536 -0.00179872
Vertex 23400 -0.0632934 0.151996 -0.00122225
Vertex 23401 -0.0623453 0.151603 -0.000787959
Vertex 23402 -0.0615536 0.151288 -0.000477545
Vertex 23403 -0.0605331 0.151186 -0.000375192
Vertex 23404 -0.0594261 0.151258 -0.000475846
Vertex 23405 -0.0581213 0.151582 -0.000807379
Vertex 23406 0.0452487 0.0681916 0.00167659
Vertex 23407 0.0229726 0.108506 -0.0149598
Vertex 23408 0.0367726 0.100261 -0.0101361
Vertex 23409 -0.0160225 0.0958165 -0.0315688
Vertex 23410 0.0341266 0.0993109 -0.0131459
Vertex 23411 0.0308218 0.101142 -0.0151148
Vertex 23412 0.0299943 0.101654 -0.0156302
Vertex 23413 0.0291394 0.102042 -0.0160578
Vertex 23414 0.0273648 0.102724 -0.0167839
Vertex 23415 0.0264479 0.103016 -0.017087
Vertex 23416 0.0070795 0.101453 -0.021277
Vertex 23417 0.0178644 0.101883 -0.0218675
Vertex 23418 0.0188255 0.104686 -0.0188612
Vertex 23419 0.0147875 0.105075 -0.0193
Vertex 23420 0.0110737 0.125093 -0.00680678
Vertex 23421 -0.0111071 0.0879305 -0.0374747
Vertex 23422 0.00280587 0.10648 -0.0207933
Vertex 23423 -0.00382944 0.108004 -0.0223654
Vertex 23424 -0.00481267 0.108148 -0.0225124
Vertex 23425 0.013228 0.0990749 -0.0229052
Vertex 23426 -0.0109854 0.0891937 -0.0368255
Vertex 23427 0.0471199 0.0728094 0.00697834
Vertex 23428 -0.00125449 0.12189 -0.0112382
Vertex 23429 -0.000114754 0.120081 -0.0133088
Vertex 23430 0.00335185 0.118611 -0.0157819
Vertex 23431 0.0122035 0.115305 -0.0162457
Vertex 23432 -0.015298 0.113338 -0.0180384
Vertex 23433 -0.00623267 0.10133 -0.0233757
Vertex 23434 -0.0378518 0.0985762 -0.0221892
Vertex 23435 0.0297353 0.111221 -0.00987421
Vertex 23436 0.000993844 0.0989182 -0.0247915
Vertex 23437 0.00197653 0.0987575 -0.0246237
Vertex 23438 -0.0045943 0.109577 -0.0220661
Vertex 23439 0.0201484 0.0899648 -0.02526
Vertex 23440 0.00296819 0.0986498 -0.0244883
Vertex 23441 0.00226918 0.115596 -0.0185376
Vertex 23442 -0.035752 0.0415598 -0.0291214
Vertex 23443 -0.0344937 0.041903 -0.0294247
Vertex 23444 -0.0333944 0.0420411 -0.0295771
Vertex 23445 -0.0322785 0.0421631 -0.0296986
Vertex 23446 0.00392426 0.0984839 -0.0242888
Vertex 23447 0.00471531 0.10507 -0.02128
Vertex 23448 -0.0370838 0.0486029 -0.013278
Vertex 23449 -0.0380808 0.0483205 -0.0131774
Vertex 23450 -0.0392444 0.0481623 -0.0129943
Vertex 23451 -0.0404944 0.0478337 -0.0126145
Vertex 23452 -0.0417782 0.0473939 -0.012205
Vertex 23453 -0.0367055 0.112873 -0.0174612
Vertex 23454 -0.0302725 0.114038 -0.0167089
Vertex 23455 -0.0313333 0.114057 -0.0167329
Vertex 23456 0.00733671 0.115147 -0.0180672
Vertex 23457 0.012072 0.11405 -0.0168987
Vertex 23458 -0.0217183 0.113234 -0.017904
Vertex 23459 0.000134491 0.116503 -0.0174981
Vertex 23460 -0.0263041 0.10845 -0.0208491
Vertex 23461 0.0293628 0.105677 -0.0139766
Vertex 23462 0.0544954 0.0655564 0.000403771
Vertex 23463 -0.0110297 0.11443 -0.0172182
Vertex 23464 -0.00557868 0.109705 -0.0221876
Vertex 23465 0.0309621 0.0953572 -0.0169293
Vertex 23466 0.0049437 0.0984176 -0.0242128
Vertex 23467 -0.0314758 0.118803 -0.0116777
Vertex 23468 -0.0591547 0.117476 -0.0120923
Vertex 23469 0.0296113 0.108994 -0.0114792
Vertex 23470 -0.0229141 0.111944 -0.0185359
Vertex 23471 0.0110271 0.112101 -0.0187639
Vertex 23472 -0.0077039 0.113721 -0.0184781
Vertex 23473 0.00592947 0.0982847 -0.0240623
Vertex 23474 0.00695506 0.0982177 -0.0239936
Vertex 23475 0.0101806 0.114501 -0.0173735
Vertex 23476 0.0217819 0.106251 -0.0165369
Vertex 23477 -0.055623 0.120216 -0.0109924
Vertex 23478 -0.0120923 0.11442 -0.0172013
Vertex 23479 0.00793635 0.0980328 -0.0238123
Vertex 23480 -0.0631603 0.151216 -0.00238889
Vertex 23481 -0.0624412 0.150596 -0.00171821
Vertex 23482 -0.06162 0.150156 -0.00124665
Vertex 23483 -0.0607079 0.149875 -0.000940868
Vertex 23484 -0.0596465 0.149865 -0.00094307
Vertex 23485 -0.0584945 0.150006 -0.0011129
Vertex 23486 -0.0571547 0.150227 -0.00146353
Vertex 23487 0.0220342 0.108737 -0.0152173
Vertex 23488 0.033089 0.0892132 -0.0184699
Vertex 23489 -0.0136643 0.0922643 -0.0359313
Vertex 23490 0.0211966 0.123092 -0.002693
Vertex 23491 -0.00886334 0.103392 -0.0235214
Vertex 23492 -0.00689074 0.103109 -0.0232386
Vertex 23493 -0.00282516 0.102957 -0.0229221
Vertex 23494 0.0473804 0.0650284 -0.00116263
Vertex 23495 0.00409443 0.101828 -0.021842
Vertex 23496 0.00810708 0.101446 -0.0211916
Vertex 23497 0.0188129 0.101666 -0.0216414
Vertex 23498 0.020694 0.101208 -0.0211426
Vertex 23499 0.0225251 0.100664 -0.0205487
Vertex 23500 0.0260175 0.0991397 -0.0189626
Vertex 23501 0.0318352 0.0959581 -0.0155753
Vertex 23502 0.0359605 0.0936242 -0.0130764
Vertex 23503 0.0399822 0.0910991 -0.010396
Vertex 23504 -0.0163397 0.112374 -0.0190184
Vertex 23505 0.0469627 0.0735494 0.00823046
Vertex 23506 0.0121657 0.0990535 -0.0228743
Vertex 23507 -0.0310423 0.0467686 -0.0260418
Vertex 23508 0.0301974 0.0887542 -0.0200097
Vertex 23509 -0.00121687 0.120006 -0.0132177
Vertex 23510 -0.0628829 0.0649103 0.0305991
Vertex 23511 -0.0619009 0.0678892 0.0352357
Vertex 23512 -0.0148084 0.124344 -0.00565133
Vertex 23513 0.00895989 0.0979651 -0.0237371
Vertex 23514 -0.0252122 0.108563 -0.020971
Vertex 23515 -0.00996463 0.114432 -0.0172214
Vertex 23516 0.0138891 0.0942573 -0.0257865
Vertex 23517 -0.00103499 0.117326 -0.0163697
Vertex 23518 0.00994371 0.0978413 -0.0235989
Vertex 23519 0.0221704 0.109999 -0.014573
Vertex 23520 0.0230644 0.109683 -0.0142211
Vertex 23521 0.0239811 0.109404 -0.0139261
Vertex 23522 0.0249492 0.109234 -0.0137375
Vertex 23523 -0.0186027 0.111108 -0.0196906
Vertex 23524 -0.0196643 0.111086 -0.0196461
Vertex 23525 0.02369 0.10485 -0.01704
Vertex 23526 0.0217204 0.105135 -0.0173432
Vertex 23527 0.0226853 0.115014 -0.0119595
Vertex 23528 0.0235731 0.114695 -0.0116124
Vertex 23529 -0.0397761 0.115072 -0.015742
Vertex 23530 0.0322493 0.109934 -0.00848346
Vertex 23531 0.0330411 0.10941 -0.00791346
Vertex 23532 -0.0386776 0.11516 -0.0158482
Vertex 23533 -0.0159305 0.0950186 -0.0327431
Vertex 23534 0.0569982 0.0642691 0.00177262
Vertex 23535 0.0120747 0.0958655 -0.0254962
Vertex 23536 -0.00117532 0.0998676 -0.0237773
Vertex 23537 0.0208954 0.116644 -0.0117151
Vertex 23538 0.0199827 0.116932 -0.0120267
Vertex 23539 0.0321971 0.112814 -0.0055615
Vertex 23540 0.0313786 0.113275 -0.00606229
Vertex 23541 -0.0022335 0.116052 -0.016996
Vertex 23542 -0.00341693 0.115827 -0.0167447
Vertex 23543 0.00933928 0.0947261 -0.0283032
Vertex 23544 -0.024291 0.106203 -0.0224613
Vertex 23545 -0.0539655 0.0364915 -0.0115887
Vertex 23546 -0.0374215 0.0466159 -0.0218044
Vertex 23547 0.0109672 0.0977693 -0.023517
Vertex 23548 -0.00361865 0.109419 -0.0218821
Vertex 23549 -0.00102634 0.107271 -0.0216101
Vertex 23550 0.0302323 0.0969553 -0.0166472
Vertex 23551 0.0276359 0.0629152 -0.0215123
Vertex 23552 0.011956 0.0976358 -0.0233787
Vertex 23553 -0.0114932 0.036278 -0.0256312
Vertex 23554 0.0207921 0.106393 -0.0166835
Vertex 23555 0.0257808 0.10679 -0.0151172
Vertex 23556 0.0251044 0.111527 -0.0122017
Vertex 23557 0.00314926 0.122256 -0.0116623
Vertex 23558 0.0111022 0.114226 -0.0170859
Vertex 23559 0.0178849 0.106917 -0.0172488
Vertex 23560 -0.0313363 0.11605 -0.0148117
Vertex 23561 -0.00967152 0.0968708 -0.0306358
Vertex 23562 0.012978 0.0975651 -0.0232996
Vertex 23563 -0.0629725 0.150532 -0.00369044
Vertex 23564 -0.0624071 0.149633 -0.00268499
Vertex 23565 -0.0616129 0.149191 -0.00221638
Vertex 23566 -0.060738 0.148827 -0.00180261
Vertex 23567 -0.0598207 0.148547 -0.00150215
Vertex 23568 -0.058758 0.148538 -0.00150368
Vertex 23569 -0.0576106 0.148673 -0.00161022
Vertex 23570 0.0211195 0.109025 -0.0155233
Vertex 23571 -0.0012258 0.095852 -0.0315171
Vertex 23572 0.00685606 0.0990064 -0.0228407
Vertex 23573 -0.0129939 0.103563 -0.0236849
Vertex 23574 -0.0078767 0.103255 -0.023393
Vertex 23575 -0.00579466 0.103184 -0.0232761
Vertex 23576 -0.000759903 0.102685 -0.0227147
Vertex 23577 0.00315207 0.102056 -0.0221009
Vertex 23578 0.00608628 0.101527 -0.0214717
Vertex 23579 -0.00890397 0.114438 -0.0172305
Vertex 23580 0.0197796 0.101487 -0.0214363
Vertex 23581 0.021598 0.10091 -0.0208238
Vertex 23582 0.00411662 0.125005 -0.00865855
Vertex 23583 0.00616718 0.124896 -0.00854967
Vertex 23584 0.0102653 0.0944766 -0.0280245
Vertex 23585 -0.0628844 0.116571 -0.0108779
Vertex 23586 -0.0063607 0.125295 -0.00886018
Vertex 23587 -0.00430179 0.125159 -0.00873129
Vertex 23588 -0.0223108 0.122995 -0.00618559
Vertex 23589 -0.053836 0.112592 -0.0169505
Vertex 23590 0.0139694 0.0974449 -0.0231882
Vertex 23591 -0.0367435 0.0437017 -0.0271198
Vertex 23592 -0.0516192 0.112658 -0.0171697
Vertex 23593 -0.0434138 0.111151 -0.0176174
Vertex 23594 -0.0033562 0.120959 -0.0122202
Vertex 23595 -0.035558 0.0430076 -0.0284728
Vertex 23596 0.0150281 0.097439 -0.0231662
Vertex 23597 0.0161097 0.0974052 -0.0230873
Vertex 23598 -0.0159384 0.124168 -0.00545234
Vertex 23599 -0.0375712 0.124334 -0.00748059
Vertex 23600 -0.0570526 0.113331 -0.0158151
Vertex 23601 -0.0559199 0.113507 -0.0160179
Vertex 23602 0.0101747 0.096292 -0.0259611
Vertex 23603 -0.0147917 0.0951887 -0.0329173
Vertex 23604 0.00037651 0.0978532 -0.0276151
Vertex 23605 0.017211 0.088423 -0.0276786
Vertex 23606 -0.0271072 0.11707 -0.0138992
Vertex 23607 -0.0249824 0.117062 -0.0139085
Vertex 23608 0.0208761 0.115613 -0.0126037
Vertex 23609 0.0217846 0.11532 -0.0122874
Vertex 23610 -0.0287709 0.04365 -0.0290051
Vertex 23611 0.00549299 0.117639 -0.0167508
Vertex 23612 0.00588424 0.100173 -0.0220733
Vertex 23613 -0.00111933 0.100971 -0.0229536
Vertex 23614 -0.00714364 0.101607 -0.0236448
Vertex 23615 -0.013279 0.101966 -0.0239644
Vertex 23616 0.0043586 0.119499 -0.0147306
Vertex 23617 0.0244076 0.117212 -0.0083203
Vertex 23618 0.00827474 0.123868 -0.00945393
Vertex 23619 -0.0343373 0.0443897 -0.0277936
Vertex 23620 0.0288386 0.111536 -0.010211
Vertex 23621 -0.025262 0.107417 -0.0217613
Vertex 23622 -0.0295595 0.111353 -0.0178807
Vertex 23623 -0.00665705 0.114661 -0.0174859
Vertex 23624 0.0305345 0.113708 -0.00653825
Vertex 23625 0.0296623 0.114075 -0.00693776
Vertex 23626 0.0123912 0.116671 -0.0157278
Vertex 23627 -0.0554295 0.0433 -0.00807812
Vertex 23628 -0.0285619 0.108073 -0.0204718
Vertex 23629 0.0198041 0.103539 -0.0196351
Vertex 23630 0.01688 0.104029 -0.0201606
Vertex 23631 -0.0601038 0.0347331 -0.00989443
Vertex 23632 -0.00663864 0.115688 -0.0165748
Vertex 23633 -0.0108336 0.116804 -0.0157483
Vertex 23634 -0.0337721 0.121485 -0.00843946
Vertex 23635 0.0252498 0.0645397 -0.0230446
Vertex 23636 0.015355 0.119233 -0.0124997
Vertex 23637 0.0181426 0.117476 -0.0126083
Vertex 23638 0.0124864 0.11785 -0.0149995
Vertex 23639 0.0305961 0.110839 -0.00946183
Vertex 23640 -0.0238167 0.0929782 -0.0327062
Vertex 23641 -0.047221 0.115086 -0.0157836
Vertex 23642 0.0396278 0.103602 -0.00160767
Vertex 23643 0.0322846 0.110983 -0.00760517
Vertex 23644 -0.00634438 0.0961732 -0.0318818
Vertex 23645 0.00176571 0.0954911 -0.0311224
Vertex 23646 -0.0180945 0.124042 -0.00530863
Vertex 23647 -0.0622568 0.148888 -0.00391238
Vertex 23648 -0.0616232 0.148175 -0.003118
Vertex 23649 -0.0608083 0.147764 -0.00265379
Vertex 23650 -0.0599387 0.147394 -0.00221747
Vertex 23651 -0.0589488 0.147198 -0.00200697
Vertex 23652 -0.0579829 0.147131 -0.0018633
Vertex 23653 0.0202177 0.109327 -0.0158556
Vertex 23654 0.0338998 0.0888046 -0.0179815
Vertex 23655 0.0523857 0.0624129 -0.0025136
Vertex 23656 -0.0119328 0.103575 -0.0236984
Vertex 23657 -0.0217098 0.115215 -0.0159934
Vertex 23658 -0.0611913 0.173613 -0.0615062
Vertex 23659 -0.00180961 0.102694 -0.0227875
Vertex 23660 -0.0569183 0.115707 -0.0143002
Vertex 23661 0.00507814 0.101571 -0.0215886
Vertex 23662 0.00917846 0.101539 -0.0214106
Vertex 23663 0.0139515 0.0933972 -0.0268828
Vertex 23664 0.0326207 0.0944486 -0.0159568
Vertex 23665 -0.013127 0.120519 -0.0116431
Vertex 23666 0.0465137 0.0736858 0.00606841
Vertex 23667 -0.0229191 0.119996 -0.0109969
Vertex 23668 -0.019191 0.123923 -0.00519119
Vertex 23669 -0.00455763 0.115688 -0.0165869
Vertex 23670 -0.0229012 0.115018 -0.0157633
Vertex 23671 0.0111864 0.115382 -0.0163281
Vertex 23672 -0.0603076 0.0409502 -0.0078507
Vertex 23673 -0.0152754 0.103231 -0.0233341
Vertex 23674 0.00372554 0.105196 -0.0213905
Vertex 23675 -0.0203338 0.123782 -0.00500918
Vertex 23676 -0.0282283 0.117946 -0.012805
Vertex 23677 0.0213227 0.122349 -0.00385694
Vertex 23678 0.00824435 0.0966482 -0.0263491
Vertex 23679 0.00104126 0.108173 -0.0205653
Vertex 23680 -0.0190957 0.0968508 -0.0266962
Vertex 23681 0.0485163 0.0672488 0.000612911
Vertex 23682 -0.00556188 0.116801 -0.0157696
Vertex 23683 -0.0580129 0.118724 -0.0113962
Vertex 23684 -0.052193 0.119749 -0.012566
Vertex 23685 0.0336763 0.102539 -0.0125747
Vertex 23686 0.0328155 0.102974 -0.0130264
Vertex 23687 -0.0434452 0.120253 -0.0131867
Vertex 23688 0.0304322 0.0902625 -0.0195701
Vertex 23689 0.0344822 0.102017 -0.0120204
Vertex 23690 -0.0567885 0.123073 -0.00794084
Vertex 23691 -0.0185957 0.118181 -0.0131167
Vertex 23692 0.0103692 0.116852 -0.0159048
Vertex 23693 -0.0409771 0.113795 -0.0164017
Vertex 23694 -0.0504236 0.113946 -0.0165184
Vertex 23695 -0.0514821 0.113924 -0.0164877
Vertex 23696 -0.0536811 0.113759 -0.0162997
Vertex 23697 -0.0525829 0.113848 -0.0164008
Vertex 23698 -0.0328911 0.122131 -0.00712262
Vertex 23699 0.0102801 0.12364 -0.00922404
Vertex 23700 -0.0522913 0.124591 -0.00759738
Vertex 23701 -0.0129957 0.0883892 -0.0379783
Vertex 23702 -0.00131456 0.122836 -0.0102349
Vertex 23703 -0.00577101 0.098213 -0.0280417
Vertex 23704 -0.00679638 0.0982761 -0.0281107
Vertex 23705 0.0236022 0.115739 -0.0107408
Vertex 23706 0.0209713 0.0966458 -0.0223043
Vertex 23707 0.021889 0.0963552 -0.0220144
Vertex 23708 0.00163035 0.0962275 -0.0299038
Vertex 23709 0.0547176 0.0680176 0.00187225
Vertex 23710 0.0105539 0.104067 -0.0202515
Vertex 23711 0.028326 0.0882981 -0.0214817
Vertex 23712 0.0227624 0.0959793 -0.0216236
Vertex 23713 0.0236771 0.0956901 -0.0213272
Vertex 23714 0.0204284 0.122662 -0.00423372
Vertex 23715 0.024601 0.0954054 -0.0210454
Vertex 23716 0.0276762 0.118315 -0.00350857
Vertex 23717 0.00929873 0.115842 -0.01682
Vertex 23718 0.0255559 0.0952317 -0.0208124
Vertex 23719 -0.0326373 0.119597 -0.0104942
Vertex 23720 -0.0167796 0.121583 -0.00869919
Vertex 23721 0.0408877 0.0928069 -0.00817715
Vertex 23722 0.00445187 0.116712 -0.0177471
Vertex 23723 0.027859 0.114683 -0.0075901
Vertex 23724 0.026954 0.114984 -0.00791167
Vertex 23725 -0.056641 0.0429978 -0.00777539
Vertex 23726 -0.0578691 0.0427244 -0.00751381
Vertex 23727 -0.0590296 0.0424919 -0.00727859
Vertex 23728 0.0158574 0.104091 -0.0202309
Vertex 23729 0.013731 0.104072 -0.0202068
Vertex 23730 -0.00349323 0.113677 -0.0184484
Vertex 23731 0.0147725 0.0939169 -0.0254338
Vertex 23732 -0.0369768 0.047531 -0.0185543
Vertex 23733 0.0264487 0.0948748 -0.0204583
Vertex 23734 -0.0299173 0.0383162 -0.0299848
Vertex 23735 -0.0466544 0.119173 -0.0140371
Vertex 23736 -0.0477624 0.119115 -0.0139706
Vertex 23737 0.0273313 0.094554 -0.020088
Vertex 23738 0.011579 0.120136 -0.0134617
Vertex 23739 0.0172033 0.118701 -0.0119316
Vertex 23740 0.0282191 0.0941913 -0.0197138
Vertex 23741 0.0277565 0.117474 -0.00457839
Vertex 23742 -0.0400399 0.0367774 -0.0284153
Vertex 23743 0.026933 0.109961 -0.012516
Vertex 23744 -0.00347452 0.114725 -0.0175669
Vertex 23745 0.0388181 0.104067 -0.00210374
Vertex 23746 -0.00562089 0.115673 -0.0165634
Vertex 23747 -0.0605064 0.0394509 -0.00845033
Vertex 23748 -0.000575856 0.0980296 -0.0278345
Vertex 23749 -0.00115893 0.11911 -0.0142672
Vertex 23750 0.0244135 0.114257 -0.0111426
Vertex 23751 0.0291029 0.0938741 -0.0193597
Vertex 23752 -0.0616609 0.147135 -0.00399772
Vertex 23753 -0.06089 0.146655 -0.00344226
Vertex 23754 -0.0600861 0.14609 -0.00280453
Vertex 23755 -0.0592476 0.145654 -0.00231326
Vertex 23756 -0.0583136 0.145422 -0.00203607
Vertex 23757 0.0192911 0.109605 -0.016128
Vertex 23758 0.0347324 0.0882263 -0.0174421
Vertex 23759 0.00586712 0.0991316 -0.0229749
Vertex 23760 0.0349035 0.0987755 -0.0125611
Vertex 23761 -0.0189866 0.10628 -0.022556
Vertex 23762 0.0299737 0.0934986 -0.0189639
Vertex 23763 0.0308492 0.0931255 -0.0185705
Vertex 23764 -0.0332024 0.0455956 -0.0269373
Vertex 23765 -0.0134033 0.110892 -0.0194483
Vertex 23766 0.0256081 0.104449 -0.0166247
Vertex 23767 0.00614351 0.12581 -0.00755937
Vertex 23768 -0.0164766 0.111102 -0.0196668
Vertex 23769 0.0326734 0.101648 -0.0136311
Vertex 23770 -0.0377619 0.0480619 -0.0149351
Vertex 23771 -0.0389438 0.047744 -0.0146455
Vertex 23772 0.0317035 0.0927362 -0.0181479
Vertex 23773 -0.0544366 0.120435 -0.011246
Vertex 23774 -0.0567567 0.0416998 -0.00856929
Vertex 23775 -0.0615105 0.0406302 -0.00752326
Vertex 23776 0.0325469 0.0922927 -0.0176842
Vertex 23777 -0.0579749 0.117711 -0.0123561
Vertex 23778 -0.0355388 0.0441134 -0.0275262
Vertex 23779 -0.0331847 0.0445939 -0.0279862
Vertex 23780 -0.0110869 0.111309 -0.0199045
Vertex 23781 0.0333653 0.0918289 -0.0171871
Vertex 23782 0.0237477 0.0605032 -0.0251433
Vertex 23783 0.0229081 0.0608908 -0.0255785
Vertex 23784 0.00394905 0.100531 -0.0224465
Vertex 23785 -0.0413464 0.0470648 -0.0139804
Vertex 23786 0.0115845 0.121127 -0.0125402
Vertex 23787 -0.0380903 0.041957 -0.0274154
Vertex 23788 -0.0338627 0.110196 -0.0186635
Vertex 23789 -0.0544975 0.121335 -0.0101688
Vertex 23790 0.00903586 0.100133 -0.0220275
Vertex 23791 -0.0273522 0.0939518 -0.0257303
Vertex 23792 -0.0261065 0.0944666 -0.0262366
Vertex 23793 -0.0248167 0.0949702 -0.0267501
Vertex 23794 0.0139517 0.124505 -0.00617757
Vertex 23795 0.0366018 0.0989128 -0.0107075
Vertex 23796 -0.0235591 0.0953745 -0.0271663
Vertex 23797 -0.0321271 0.107425 -0.0197503
Vertex 23798 -0.0043048 0.123153 -0.010566
Vertex 23799 -0.038773 0.11398 -0.0166127
Vertex 23800 -0.0398766 0.113891 -0.0165093
Vertex 23801 -0.0569551 0.11454 -0.0150747
Vertex 23802 -0.0605441 0.113772 -0.0142303
Vertex 23803 -0.0384117 0.12376 -0.00887525
Vertex 23804 -0.0375072 0.123454 -0.00854988
Vertex 23805 0.0106204 0.119324 -0.014581
Vertex 23806 0.00962081 0.119433 -0.0146957
Vertex 23807 0.000359464 0.0907103 -0.0342066
Vertex 23808 0.0533305 0.0723883 0.0073663
Vertex 23809 -0.00330066 0.124033 -0.00952648
Vertex 23810 -0.00342912 0.0915905 -0.0351346
Vertex 23811 0.0341879 0.0913684 -0.0166968
Vertex 23812 0.0350622 0.0909926 -0.0162992
Vertex 23813 0.00364343 0.0960341 -0.0296841
Vertex 23814 -0.0125598 0.0943837 -0.0340846
Vertex 23815 -0.0114982 0.0943996 -0.0340943
Vertex 23816 -0.0614235 0.172219 -0.0618413
Vertex 23817 0.0205436 0.121905 -0.00538746
Vertex 23818 0.018776 0.122594 -0.0061273
Vertex 23819 0.019654 0.122236 -0.00577023
Vertex 23820 0.0214379 0.121585 -0.00505488
Vertex 23821 0.0178615 0.122874 -0.00643626
Vertex 23822 0.0169165 0.123099 -0.00667688
Vertex 23823 -0.023326 0.122164 -0.00726067
Vertex 23824 -0.0210403 0.122456 -0.00761783
Vertex 23825 -0.0199406 0.122541 -0.00772092
Vertex 23826 -0.0189216 0.122512 -0.00768052
Vertex 23827 -0.00527436 0.124342 -0.0098488
Vertex 23828 -0.00638198 0.124385 -0.00985914
Vertex 23829 -0.0086348 0.124041 -0.00947049
Vertex 23830 -0.0157593 0.121529 -0.00864145
Vertex 23831 -0.00747948 0.0919417 -0.035549
Vertex 23832 0.0359032 0.0905437 -0.0158269
Vertex 23833 0.0366564 0.089932 -0.0151793
Vertex 23834 0.0287652 0.114389 -0.00726895
Vertex 23835 0.0329815 0.112282 -0.00498623
Vertex 23836 0.0337455 0.11169 -0.0043358
Vertex 23837 -0.0601959 0.0422699 -0.00706205
Vertex 23838 -0.0614063 0.0419532 -0.0067475
Vertex 23839 -0.0135961 0.12464 -0.00600832
Vertex 23840 0.0359226 0.0926166 -0.0140085
Vertex 23841 0.00270214 0.10527 -0.0214784
Vertex 23842 -0.0223025 0.0957816 -0.0275832
Vertex 23843 0.0223281 0.111319 -0.0139783
Vertex 23844 0.0196594 0.10025 -0.0221259
Vertex 23845 0.0374058 0.0893177 -0.0145297
Vertex 23846 -0.0179257 0.0971306 -0.0269629
Vertex 23847 0.0353216 0.0863185 -0.0174167
Vertex 23848 0.0336501 0.0872305 -0.0183746
Vertex 23849 0.00937092 0.0937948 -0.0292997
Vertex 23850 0.0496183 0.0673428 0.0005193
Vertex 23851 0.00311717 0.113125 -0.0199945
Vertex 23852 -0.0487025 0.121311 -0.0122547
Vertex 23853 0.0106278 0.12033 -0.0136749
Vertex 23854 -0.0413062 0.123313 -0.010402
Vertex 23855 -0.0312047 0.123257 -0.00431908
Vertex 23856 0.0268137 0.118694 -0.00391821
Vertex 23857 -0.0504087 0.0385253 -0.0116443
Vertex 23858 0.0258455 0.110181 -0.0127425
Vertex 23859 -0.0368171 0.04253 -0.0279956
Vertex 23860 0.0314584 0.111437 -0.00809824
Vertex 23861 -0.0211666 0.0959679 -0.0277597
Vertex 23862 -0.0792107 0.0760132 0.0281283
Vertex 23863 -0.0284948 0.111359 -0.0178892
Vertex 23864 -0.0604419 0.114971 -0.0134731
Vertex 23865 0.0436593 0.058746 -0.00488132
Vertex 23866 0.0381644 0.0887078 -0.0138852
Vertex 23867 -0.00645384 0.126073 -0.0076982
Vertex 23868 0.00338984 0.116722 -0.0177517
Vertex 23869 -0.0602464 0.144668 -0.00329576
Vertex 23870 -0.0594754 0.144099 -0.00268098
Vertex 23871 -0.0585858 0.14384 -0.00236725
Vertex 23872 -0.0576194 0.143675 -0.00218012
Vertex 23873 0.0237552 0.0887468 -0.0239425
Vertex 23874 -0.0147383 0.10835 -0.0207588
Vertex 23875 -0.0343486 0.0367995 -0.0305331
Vertex 23876 -0.0158006 0.108342 -0.0207487
Vertex 23877 -0.00891802 0.0982381 -0.0280905
Vertex 23878 -0.0467348 0.10982 -0.0182008
Vertex 23879 -0.0447252 0.109884 -0.0183457
Vertex 23880 -0.0318614 0.109962 -0.0183828
Vertex 23881 0.00917706 0.113608 -0.0184169
Vertex 23882 -0.00868026 0.111843 -0.0204858
Vertex 23883 0.0438775 0.06952 0.000229591
Vertex 23884 0.0350851 0.0848737 -0.0178837
Vertex 23885 0.0361999 0.103252 -0.0093129
Vertex 23886 0.025598 0.0610493 -0.0236458
Vertex 23887 -0.0386607 0.116212 -0.0149511
Vertex 23888 0.0168546 0.104974 -0.0191686
Vertex 23889 0.00234985 0.1177 -0.0168004
Vertex 23890 -0.0320761 0.0447291 -0.0281131
Vertex 23891 -0.0252093 0.112572 -0.0171753
Vertex 23892 -0.00988755 0.103466 -0.0236142
Vertex 23893 0.0158478 0.102035 -0.022
Vertex 23894 -0.0533077 0.12062 -0.0114531
Vertex 23895 0.0126337 0.110109 -0.0186257
Vertex 23896 -0.0137851 0.096091 -0.0318323
Vertex 23897 -0.0185539 0.095955 -0.0297446
Vertex 23898 0.0301667 0.116977 -0.00204442
Vertex 23899 -0.0554517 0.0444829 -0.0071986
Vertex 23900 0.0206713 0.0868458 -0.0260413
Vertex 23901 -0.0316803 0.111369 -0.0179291
Vertex 23902 0.0313508 0.109263 -0.00976359
Vertex 23903 0.0296893 0.110128 -0.0107004
Vertex 23904 0.0094151 0.117047 -0.0161127
Vertex 23905 0.0074278 0.117326 -0.0164147
Vertex 23906 -0.0522647 0.117566 -0.0142997
Vertex 23907 0.0512305 0.0723962 0.00737259
Vertex 23908 0.046342 0.0671736 0.000660587
Vertex 23909 -0.0315189 0.0351239 -0.0306591
Vertex 23910 0.0311435 0.0885162 -0.0196004
Vertex 23911 -0.0346622 0.118788 -0.0116368
Vertex 23912 0.0231929 0.110938 -0.0135659
Vertex 23913 -0.0148324 0.107132 -0.0214612
Vertex 23914 -0.0308996 0.107699 -0.0200324
Vertex 23915 0.016843 0.101962 -0.021958
Vertex 23916 -0.0376719 0.114063 -0.0167039
Vertex 23917 -0.0449755 0.115277 -0.0159431
Vertex 23918 0.00653601 0.0924318 -0.0319265
Vertex 23919 0.00374161 0.0952291 -0.0308324
Vertex 23920 0.00842498 0.094018 -0.0295425
Vertex 23921 -0.0142621 0.120334 -0.0114431
Vertex 23922 -0.0470116 0.0710509 0.0409961
Vertex 23923 0.00789859 0.0999878 -0.0218807
Vertex 23924 -0.0455406 0.124353 -0.00945534
Vertex 23925 -0.0444374 0.124419 -0.00954541
Vertex 23926 -0.0434133 0.12436 -0.00948612
Vertex 23927 -0.0033226 0.122983 -0.0103909
Vertex 23928 -0.0063009 0.09425 -0.0339062
Vertex 23929 0.0121427 0.124109 -0.00776299
Vertex 23930 -0.0608326 0.17151 -0.0610901
Vertex 23931 -0.0144059 0.112046 -0.0186792
Vertex 23932 -0.0254305 0.0357675 -0.0290845
Vertex 23933 -0.0199914 0.0962147 -0.0280142
Vertex 23934 -0.0188119 0.0964492 -0.0282644
Vertex 23935 -0.0176693 0.0966335 -0.0284397
Vertex 23936 -0.0164919 0.0968814 -0.0286925
Vertex 23937 -0.0153516 0.0970497 -0.0288687
Vertex 23938 -0.0142085 0.0972199 -0.0290358
Vertex 23939 -0.0187173 0.108826 -0.0212527
Vertex 23940 0.0130247 0.112857 -0.017601
Vertex 23941 0.014854 0.103191 -0.021265
Vertex 23942 0.0158783 0.103153 -0.0212298
Vertex 23943 -0.00658339 0.116828 -0.0157946
Vertex 23944 -0.00744498 0.124256 -0.00972454
Vertex 23945 -0.00981592 0.123797 -0.00918874
Vertex 23946 -0.0220536 0.0952953 -0.0290683
Vertex 23947 -0.0232226 0.0950277 -0.0288098
Vertex 23948 -0.0119418 0.120727 -0.011899
Vertex 23949 -0.0244677 0.122018 -0.00707965
Vertex 23950 -0.0224767 0.091498 -0.0352097
Vertex 23951 0.00964377 0.120482 -0.0138306
Vertex 23952 0.00862183 0.120558 -0.0139068
Vertex 23953 -0.0625553 0.041701 -0.00649092
Vertex 23954 -0.0638531 0.04136 -0.00615806
Vertex 23955 -0.0356809 0.123888 -0.0070042
Vertex 23956 -0.0352566 0.0382472 -0.0299775
Vertex 23957 -0.0158582 0.107196 -0.0215252
Vertex 23958 0.00194863 0.100763 -0.0227079
Vertex 23959 0.0116034 0.0355849 -0.021581
Vertex 23960 -0.0130717 0.0973914 -0.0292103
Vertex 23961 -0.011049 0.124435 -0.00785173
Vertex 23962 0.0232727 0.0989983 -0.0208236
Vertex 23963 -0.0356336 0.11996 -0.0108661
Vertex 23964 -0.0346794 0.119765 -0.0106544
Vertex 23965 -0.016783 0.0973001 -0.0271368
Vertex 23966 -0.0306891 0.120328 -0.00923215
Vertex 23967 -0.0295885 0.120405 -0.00932945
Vertex 23968 0.00748569 0.0942514 -0.0297902
Vertex 23969 0.0213104 0.092205 -0.0236008
Vertex 23970 -0.027433 0.108265 -0.0206521
Vertex 23971 -0.00743438 0.120242 -0.0134406
Vertex 23972 -0.0383512 0.122877 -0.00994551
Vertex 23973 -0.0392946 0.123101 -0.0101877
Vertex 23974 -0.0402835 0.123242 -0.0103332
Vertex 23975 -0.0685344 0.180035 -0.058648
Vertex 23976 -0.0166332 0.101644 -0.0236856
Vertex 23977 0.0514429 0.0626408 -0.00275857
Vertex 23978 0.00830607 0.0917456 -0.031199
Vertex 23979 -0.00451637 0.113738 -0.0185133
Vertex 23980 0.0248664 0.0898261 -0.023121
Vertex 23981 -0.0356548 0.0459643 -0.0252685
Vertex 23982 0.0144798 0.109585 -0.0180587
Vertex 23983 -0.00246627 0.111608 -0.0202454
Vertex 23984 -0.0177322 0.108689 -0.0211068
Vertex 23985 0.0252284 0.116758 -0.00782512
Vertex 23986 -0.0240311 0.112816 -0.0174462
Vertex 23987 -0.060466 0.143311 -0.00379205
Vertex 23988 -0.059626 0.14292 -0.00334389
Vertex 23989 -0.0586992 0.142676 -0.00307276
Vertex 23990 -0.0577688 0.142406 -0.00278963
Vertex 23991 -0.0568151 0.142191 -0.00256359
Vertex 23992 -0.0558892 0.141955 -0.00229647
Vertex 23993 0.0183373 0.109817 -0.016338
Vertex 23994 -0.0616584 0.114654 -0.0131207
Vertex 23995 -0.000234213 0.0957245 -0.0313684
Vertex 23996 0.0383558 0.102292 -0.0062663
Vertex 23997 -0.00648076 0.0969085 -0.030657
Vertex 23998 0.0317719 0.115994 -0.000976469
Vertex 23999 0.0347025 0.105449 -0.00966587
Vertex 24000 0.0250009 0.0629104 -0.0235842
Vertex 24001 0.00748118 0.122397 -0.0118721
Vertex 24002 0.0053984 0.122421 -0.0118951
Vertex 24003 -0.00423283 0.0951855 -0.0328472
Vertex 24004 0.0338583 0.105892 -0.0101458
Vertex 24005 0.00645879 0.122419 -0.0119062
Vertex 24006 0.00854238 0.122369 -0.0118647
Vertex 24007 0.00956448 0.122301 -0.0117968
Vertex 24008 0.0105493 0.122164 -0.0116505
Vertex 24009 0.0115311 0.122019 -0.0114981
Vertex 24010 -0.0368012 0.111669 -0.0181954
Vertex 24011 -0.0533229 0.121583 -0.0104498
Vertex 24012 0.0155707 0.100538 -0.0224673
Vertex 24013 -0.0638562 0.0423917 -0.00506847
Vertex 24014 -0.0625754 0.042738 -0.00542472
Vertex 24015 -0.0589463 0.0436711 -0.00636451
Vertex 24016 -0.0565924 0.0442297 -0.00693458
Vertex 24017 0.0198288 0.120602 -0.00797301
Vertex 24018 0.0207343 0.120306 -0.00765281
Vertex 24019 -0.00104637 0.116277 -0.0172455
Vertex 24020 0.00122691 0.116615 -0.0176232
Vertex 24021 0.0092124 0.114671 -0.0175632
Vertex 24022 0.0082875 0.114937 -0.017843
Vertex 24023 -0.0283013 0.113756 -0.016413
Vertex 24024 0.0458479 0.0724092 0.00333418
Vertex 24025 -0.0511148 0.117699 -0.0144446
Vertex 24026 -0.017033 0.0949215 -0.0326512
Vertex 24027 0.0152676 0.11708 -0.0141694
Vertex 24028 -0.0119956 0.0882297 -0.0377812
Vertex 24029 0.016822 0.123899 -0.00554312
Vertex 24030 -0.0577888 0.0439091 -0.00660137
Vertex 24031 -0.0140302 0.116852 -0.0157862
Vertex 24032 -0.0129648 0.116833 -0.0157687
Vertex 24033 -0.0646081 0.0450546 0.000685835
Vertex 24034 0.004329 0.114453 -0.0192954
Vertex 24035 -0.0548344 0.113627 -0.016162
Vertex 24036 0.0336337 0.112484 -0.0031866
Vertex 24037 -0.0433911 0.121364 -0.0123522
Vertex 24038 -0.0318616 0.0386777 -0.0303614
Vertex 24039 -0.0611415 0.0359024 -0.0090437
Vertex 24040 0.027747 0.0902677 -0.021551
Vertex 24041 -0.0488054 0.124161 -0.00921799
Vertex 24042 -0.0476605 0.124307 -0.00939578
Vertex 24043 -0.0465624 0.124393 -0.00950278
Vertex 24044 0.0522547 0.0611036 -0.00320855
Vertex 24045 0.0531449 0.0608429 -0.00288049
Vertex 24046 0.0539548 0.0603844 -0.00239402
Vertex 24047 0.0546876 0.0597691 -0.00173886
Vertex 24048 0.0465866 0.0714909 0.00427537
Vertex 24049 0.047295 0.0711844 0.0046334
Vertex 24050 -0.0240218 0.119915 -0.0108978
Vertex 24051 0.0330446 0.111446 -0.00610948
Vertex 24052 -0.0023355 0.0926921 -0.0342848
Vertex 24053 -0.00332118 0.0928352 -0.0344367
Vertex 24054 -0.00431394 0.0929621 -0.0345661
Vertex 24055 -0.00533435 0.0930519 -0.0346806
Vertex 24056 -0.00635915 0.0931082 -0.0347376
Vertex 24057 -0.00738223 0.0931774 -0.0348179
Vertex 24058 -0.0084076 0.0932235 -0.0348708
Vertex 24059 -0.00946933 0.0932363 -0.0348935
Vertex 24060 -0.0104939 0.0933018 -0.0349679
Vertex 24061 -0.0114787 0.0934019 -0.0350786
Vertex 24062 -0.012585 0.0933765 -0.0350613
Vertex 24063 -0.0136058 0.093388 -0.035076
Vertex 24064 -0.0147076 0.0933085 -0.0349989
Vertex 24065 -0.0158055 0.0931896 -0.0348885
Vertex 24066 -0.0183288 0.115615 -0.0164437
Vertex 24067 -0.0589701 0.121961 -0.00876657
Vertex 24068 -0.0135504 0.122737 -0.00796322
Vertex 24069 0.0140839 0.123776 -0.0073928
Vertex 24070 -0.0139593 0.0967237 -0.0305143
Vertex 24071 -0.0150968 0.0965608 -0.0303463
Vertex 24072 -0.0168907 0.0921233 -0.0358082
Vertex 24073 -0.0379322 0.0359407 -0.029738
Vertex 24074 0.00759602 0.120603 -0.0139518
Vertex 24075 -0.0465826 0.121367 -0.0123258
Vertex 24076 -0.045477 0.1214 -0.012376
Vertex 24077 0.0483563 0.0710513 0.00477309
Vertex 24078 -0.0119302 0.0975527 -0.0293786
Vertex 24079 -0.0108678 0.0975625 -0.0293851
Vertex 24080 -0.0228558 0.113062 -0.0177116
Vertex 24081 -0.0398336 0.0384391 -0.0280596
Vertex 24082 -0.0360543 0.0398378 -0.0294769
Vertex 24083 0.0285239 0.105924 -0.0141978
Vertex 24084 -0.0147266 0.0922559 -0.0359307
Vertex 24085 -0.0262987 0.113585 -0.0162365
Vertex 24086 0.0149059 0.124307 -0.00595517
Vertex 24087 -0.0053845 0.126096 -0.00772897
Vertex 24088 0.000980617 0.120181 -0.0134191
Vertex 24089 -0.0393097 0.122071 -0.0111029
Vertex 24090 -0.0317604 0.120314 -0.00921321
Vertex 24091 0.000828067 0.123861 -0.00936286
Vertex 24092 0.00307304 0.124054 -0.00961404
Vertex 24093 -0.0329396 0.0386558 -0.0303928
Vertex 24094 -0.0170833 0.0896859 -0.0373218
Vertex 24095 0.0494532 0.0710682 0.00472592
Vertex 24096 0.0505588 0.0711508 0.00463977
Vertex 24097 -0.0423688 0.123346 -0.0104204
Vertex 24098 0.0516174 0.0711387 0.00464104
Vertex 24099 0.0526374 0.0710929 0.00470311
Vertex 24100 -0.0002129 0.122901 -0.0103152
Vertex 24101 0.0286561 0.108194 -0.012625
Vertex 24102 0.0536516 0.0710277 0.00477709
Vertex 24103 -0.00984328 0.0975178 -0.0293224
Vertex 24104 -0.0153159 0.119411 -0.012435
Vertex 24105 0.0262919 0.101687 -0.017683
Vertex 24106 -0.00874511 0.0976201 -0.0294139
Vertex 24107 0.0180384 0.119266 -0.0105437
Vertex 24108 0.054633 0.0708998 0.00492223
Vertex 24109 -0.0605307 0.142151 -0.00455603
Vertex 24110 -0.0596476 0.14187 -0.00422882
Vertex 24111 -0.0586999 0.141645 -0.00399496
Vertex 24112 -0.0577531 0.141417 -0.00374252
Vertex 24113 -0.0568701 0.141076 -0.0033696
Vertex 24114 -0.0560039 0.140764 -0.00299974
Vertex 24115 -0.0551839 0.140262 -0.00246039
Vertex 24116 -0.090988 0.113988 0.0207121
Vertex 24117 0.0354948 0.10491 -0.00909103
Vertex 24118 -0.0121876 0.113225 -0.0179296
Vertex 24119 0.0555717 0.0706847 0.00515518
Vertex 24120 -0.0434727 0.125255 -0.0084227
Vertex 24121 0.0564615 0.0703554 0.0055259
Vertex 24122 0.057327 0.0700157 0.00587175
Vertex 24123 0.058107 0.0694858 0.00643586
Vertex 24124 -0.0480175 0.133707 0.00490199
Vertex 24125 -0.0282448 0.11486 -0.0155715
Vertex 24126 -0.0374161 0.12162 -0.0106267
Vertex 24127 -0.0407824 0.116214 -0.0149415
Vertex 24128 -0.0181312 0.0948304 -0.0325641
Vertex 24129 0.0269219 0.115924 -0.00692402
Vertex 24130 -0.0111671 0.0867859 -0.0382994
Vertex 24131 -0.0102744 0.0864318 -0.0379838
Vertex 24132 0.0177807 0.10571 -0.0179484
Vertex 24133 -0.0590669 0.120714 -0.00943474
Vertex 24134 -0.060211 0.120578 -0.00928669
Vertex 24135 -0.0336919 0.119642 -0.0105178
Vertex 24136 0.0179331 0.121039 -0.00844165
Vertex 24137 0.0161504 0.121694 -0.0091598
Vertex 24138 0.0261418 0.0859362 -0.0230192
Vertex 24139 0.000745542 0.0955759 -0.0312149
Vertex 24140 0.0188897 0.120837 -0.00821554
Vertex 24141 0.0170202 0.121328 -0.0087569
Vertex 24142 0.0143083 0.122234 -0.00973054
Vertex 24143 0.0288394 0.112544 -0.00929606
Vertex 24144 0.015252 0.122005 -0.00948865
Vertex 24145 -0.00233373 0.114874 -0.0177321
Vertex 24146 0.0130913 0.0937889 -0.0272955
Vertex 24147 -0.0383343 0.121902 -0.0109317
Vertex 24148 -0.0174982 0.111166 -0.0197324
Vertex 24149 -0.0207265 0.111071 -0.0196229
Vertex 24150 -0.0217829 0.111029 -0.0195757
Vertex 24151 0.0277777 0.108556 -0.0130095
Vertex 24152 0.0259403 0.1091 -0.0135959
Vertex 24153 3.04988e-05 0.11432 -0.019028
Vertex 24154 0.00110358 0.114412 -0.0192684
Vertex 24155 -0.0346391 0.0469045 -0.0241611
Vertex 24156 0.0383367 0.0910432 -0.012345
Vertex 24157 0.0260088 0.0910229 -0.0223512
Vertex 24158 0.00809551 0.112572 -0.0192987
Vertex 24159 -0.0414315 0.120058 -0.0129928
Vertex 24160 0.0282353 0.0775351 -0.0225519
Vertex 24161 -0.0498987 0.124057 -0.00910218
Vertex 24162 0.0258821 0.0794179 -0.0243188
Vertex 24163 0.049328 0.0615911 -0.00371844
Vertex 24164 0.0503466 0.0615208 -0.00363326
Vertex 24165 0.0513324 0.0613858 -0.00348738
Vertex 24166 0.0131024 0.123925 -0.00754958
Vertex 24167 0.00337017 0.091416 -0.0329064
Vertex 24168 0.00242842 0.0916453 -0.033159
Vertex 24169 0.00150165 0.0919153 -0.0334107
Vertex 24170 0.000567537 0.0921561 -0.0336854
Vertex 24171 -0.000397685 0.0923281 -0.0338988
Vertex 24172 -0.00135158 0.0925397 -0.0341169
Vertex 24173 0.0451079 0.0636949 -0.00183531
Vertex 24174 0.046214 0.0637709 -0.0019104
Vertex 24175 0.0473189 0.0638822 -0.00202275
Vertex 24176 0.0484193 0.0639761 -0.00211304
Vertex 24177 0.0494857 0.064014 -0.00214923
Vertex 24178 0.0505447 0.0640078 -0.00213219
Vertex 24179 0.0515389 0.0638758 -0.00198972
Vertex 24180 0.0524799 0.0636428 -0.00173686
Vertex 24181 0.0533817 0.063336 -0.00140725
Vertex 24182 0.0541934 0.0628656 -0.00090927
Vertex 24183 0.054979 0.06227 -0.000302264
Vertex 24184 0.0557083 0.0616421 0.000366134
Vertex 24185 0.00543406 0.120555 -0.0138758
Vertex 24186 0.0172432 0.108764 -0.0171862
Vertex 24187 -0.016912 0.0931258 -0.0348233
Vertex 24188 -0.0179307 0.0931593 -0.0348763
Vertex 24189 -0.0444577 0.123407 -0.0104693
Vertex 24190 0.0142116 0.123033 -0.00860213
Vertex 24191 -0.000792652 0.0894877 -0.0349748
Vertex 24192 -0.00175042 0.0897209 -0.0353687
Vertex 24193 -0.00233157 0.122878 -0.010278
Vertex 24194 -0.0104985 0.0362063 -0.0254961
Vertex 24195 -0.0410644 0.0466663 -0.0156422
Vertex 24196 -0.0296544 0.0346993 -0.0301222
Vertex 24197 -0.037469 0.120514 -0.011464
Vertex 24198 -0.0365293 0.120277 -0.0112077
Vertex 24199 -0.0591735 0.11954 -0.0102201
Vertex 24200 -0.060367 0.11933 -0.00999174
Vertex 24201 -0.0521219 0.120842 -0.0117106
Vertex 24202 -0.0397231 0.116184 -0.0149076
Vertex 24203 0.0190541 0.116198 -0.0132311
Vertex 24204 0.0219046 0.0892697 -0.0245066
Vertex 24205 -0.0295217 0.0402041 -0.0298306
Vertex 24206 -0.00768132 0.0976452 -0.0294292
Vertex 24207 -0.00887527 0.109466 -0.0219533
Vertex 24208 -0.021864 0.108885 -0.0213157
Vertex 24209 -0.0129882 0.119781 -0.0128781
Vertex 24210 0.0214747 0.0996539 -0.0214946
Vertex 24211 -0.0125561 0.107483 -0.0218463
Vertex 24212 0.00212883 0.120316 -0.0135831
Vertex 24213 -0.0284862 0.120462 -0.00941436
Vertex 24214 0.00192116 0.123969 -0.00948312
Vertex 24215 0.0052003 0.124064 -0.00964829
Vertex 24216 -0.0138904 0.0897489 -0.0373664
Vertex 24217 -0.0128628 0.0896836 -0.0372956
Vertex 24218 -0.0160243 0.0897174 -0.0373532
Vertex 24219 0.0159709 0.0859869 -0.0291978
Vertex 24220 0.0168479 0.0856792 -0.0288312
Vertex 24221 0.0391135 0.0904981 -0.0117677
Vertex 24222 -0.043573 0.126043 -0.00725208
Vertex 24223 0.0351088 0.100136 -0.012024
Vertex 24224 -0.056803 0.119986 -0.0107265
Vertex 24225 0.0541025 0.0616928 -0.00172111
Vertex 24226 -0.0390833 0.0486663 -0.0122287
Vertex 24227 -0.0361402 0.0481769 -0.0171107
Vertex 24228 -0.0373786 0.0478297 -0.016773
Vertex 24229 0.0171797 0.119654 -0.0109592
Vertex 24230 -0.0345019 0.0461718 -0.0254652
Vertex 24231 0.0205734 0.0999616 -0.0218299
Vertex 24232 -0.0592783 0.115234 -0.0137669
Vertex 24233 0.0193852 0.0915557 -0.024942
Vertex 24234 -0.0254216 0.0999543 -0.0239282
Vertex 24235 -0.06064 0.140962 -0.00527103
Vertex 24236 -0.0596957 0.14074 -0.00502874
Vertex 24237 -0.058744 0.140559 -0.00481674
Vertex 24238 -0.0578202 0.140285 -0.0045343
Vertex 24239 -0.0569294 0.13993 -0.00415472
Vertex 24240 -0.0561139 0.139571 -0.00370722
Vertex 24241 -0.0546314 0.138445 -0.00241154
Vertex 24242 -0.0538462 0.137744 -0.0016929
Vertex 24243 -0.0530296 0.137293 -0.00118635
Vertex 24244 -0.0243216 0.10004 -0.0240037
Vertex 24245 -0.0703543 0.0703917 0.033048
Vertex 24246 -0.0232574 0.100051 -0.0240138
Vertex 24247 -0.0872312 0.1132 0.0437313
Vertex 24248 -0.0486267 0.13356 0.00299082
Vertex 24249 -0.0479295 0.132887 0.00374503
Vertex 24250 -0.0472049 0.132217 0.00449629
Vertex 24251 -0.0464946 0.131544 0.00524728
Vertex 24252 -0.00333701 0.121977 -0.0113118
Vertex 24253 0.0520156 0.0596733 -0.00368903
Vertex 24254 0.0511122 0.059915 -0.00400422
Vertex 24255 0.0491876 0.0602673 -0.00438234
Vertex 24256 0.0502575 0.0602229 -0.00418894
Vertex 24257 -0.00931865 0.0862591 -0.0377315
Vertex 24258 -0.0433732 0.122414 -0.0114499
Vertex 24259 -0.00247117 0.091392 -0.0349524
Vertex 24260 0.0220892 0.0906332 -0.0239505
Vertex 24261 -0.015827 0.0921385 -0.0358122
Vertex 24262 -0.0356488 0.118923 -0.0117804
Vertex 24263 -0.0712408 0.114861 0.0513991
Vertex 24264 -0.0250745 0.0954862 -0.0252675
Vertex 24265 -0.0123796 0.124965 -0.00637162
Vertex 24266 0.0138422 0.0901622 -0.0294996
Vertex 24267 0.0124215 0.122685 -0.01021
Vertex 24268 -0.0192308 0.0947234 -0.0324688
Vertex 24269 -0.0280195 0.0378733 -0.0295429
Vertex 24270 -0.0393675 0.120945 -0.0119262
Vertex 24271 0.0269115 0.116892 -0.00595645
Vertex 24272 -0.0214492 0.0963545 -0.0261739
Vertex 24273 -0.0500652 0.125773 -0.00688378
Vertex 24274 0.0241638 0.0853333 -0.0244737
Vertex 24275 0.0189265 0.119915 -0.00924366
Vertex 24276 -0.0250413 0.0925197 -0.0322644
Vertex 24277 0.0328365 0.0876935 -0.0188869
Vertex 24278 -0.0358204 0.046598 -0.0238768
Vertex 24279 0.00860136 0.121512 -0.0129363
Vertex 24280 0.0268943 0.0906576 -0.0219805
Vertex 24281 -0.020238 0.0938075 -0.0335417
Vertex 24282 0.0438286 0.0611702 -0.00330591
Vertex 24283 0.0449793 0.061326 -0.0034541
Vertex 24284 0.0460928 0.061454 -0.00359733
Vertex 24285 0.0471561 0.0614873 -0.00363177
Vertex 24286 0.0482689 0.0616107 -0.00376704
Vertex 24287 0.00816432 0.0904541 -0.0318561
Vertex 24288 0.0073001 0.0907939 -0.0322622
Vertex 24289 0.00639772 0.0911374 -0.0325899
Vertex 24290 -0.0125993 0.0922824 -0.0359459
Vertex 24291 0.0134275 0.117615 -0.0147491
Vertex 24292 -0.00149609 0.0912323 -0.0347548
Vertex 24293 -0.0221188 0.100222 -0.0241961
Vertex 24294 0.0416942 0.0655359 -0.00371801
Vertex 24295 0.0422139 0.06433 -0.00247442
Vertex 24296 0.0430174 0.0637781 -0.0018983
Vertex 24297 0.043967 0.0636126 -0.00172463
Vertex 24298 -0.0111161 0.125335 -0.00680126
Vertex 24299 0.047721 0.0729559 0.00883547
Vertex 24300 0.00165238 0.0932332 -0.0327923
Vertex 24301 -0.00422597 0.10111 -0.0231367
Vertex 24302 0.0367496 0.0931371 -0.012555
Vertex 24303 0.032634 0.0954843 -0.0150589
Vertex 24304 0.0268942 0.0988154 -0.0185978
Vertex 24305 0.0234322 0.100371 -0.0202365
Vertex 24306 0.0439094 0.0623682 -0.0025277
Vertex 24307 -0.00645816 0.122156 -0.0114796
Vertex 24308 -0.00749956 0.121159 -0.0124082
Vertex 24309 0.0217031 0.104101 -0.0182402
Vertex 24310 0.0255053 0.103245 -0.0173339
Vertex 24311 0.00274784 0.0953419 -0.0309592
Vertex 24312 0.0306065 0.111866 -0.00856301
Vertex 24313 0.0083446 0.116042 -0.0170347
Vertex 24314 -0.0190349 0.0930706 -0.0347914
Vertex 24315 -0.0201767 0.0929008 -0.0346271
Vertex 24316 -0.010101 0.102023 -0.0240718
Vertex 24317 -0.0365871 0.119162 -0.0120374
Vertex 24318 -0.0325387 0.118791 -0.011658
Vertex 24319 -0.00364386 0.0901332 -0.0356262
Vertex 24320 -0.0123378 0.123047 -0.00831897
Vertex 24321 -0.00661675 0.0976221 -0.0294208
Vertex 24322 -0.0133438 0.11201 -0.0186315
Vertex 24323 -0.0524922 0.0384865 -0.0115467
Vertex 24324 0.0516874 0.0662489 -0.000355134
Vertex 24325 -0.0141183 0.115602 -0.0164489
Vertex 24326 0.0186953 0.0943115 -0.0238444
Vertex 24327 0.03545 0.105907 -0.00815474
Vertex 24328 0.0162665 0.119939 -0.0112703
Vertex 24329 0.0199074 0.11877 -0.0100039
Vertex 24330 -0.0272643 0.118767 -0.0116611
Vertex 24331 0.0177903 0.112808 -0.0155711
Vertex 24332 0.0156574 0.0925729 -0.0260099
Vertex 24333 -0.0275896 0.0398384 -0.0294326
Vertex 24334 -0.00151782 0.111398 -0.0200294
Vertex 24335 0.0163086 0.108997 -0.0174538
Vertex 24336 0.0159998 0.123366 -0.00698095
Vertex 24337 -0.00563259 0.0974901 -0.0292726
Vertex 24338 -0.00444148 0.0916785 -0.0352643
Vertex 24339 -0.00453349 0.0975685 -0.029357
Vertex 24340 -0.0237033 0.091176 -0.0348871
Vertex 24341 -0.0302701 0.0365155 -0.0302567
Vertex 24342 -0.0273178 0.113609 -0.0162558
Vertex 24343 -0.0163998 0.119263 -0.0123023
Vertex 24344 0.00323101 0.120377 -0.0136716
Vertex 24345 -0.041943 0.114992 -0.0156494
Vertex 24346 0.00413437 0.124074 -0.00964261
Vertex 24347 -0.0149576 0.0897382 -0.0373658
Vertex 24348 -0.0239408 0.0886576 -0.0363455
Vertex 24349 -0.0227541 0.0889021 -0.0365754
Vertex 24350 0.0151613 0.0863718 -0.029541
Vertex 24351 -0.0554697 0.0345193 -0.0117205
Vertex 24352 -0.00350831 0.0975151 -0.0292875
Vertex 24353 0.0227707 0.10612 -0.0163977
Vertex 24354 -0.0309617 0.044825 -0.0281993
Vertex 24355 -0.0418025 0.1163 -0.0150397
Vertex 24356 -0.0285904 0.110146 -0.0186081
Vertex 24357 -0.00443456 0.111901 -0.0205597
Vertex 24358 0.0197485 0.105413 -0.017636
Vertex 24359 -0.00855639 0.121127 -0.0123669
Vertex 24360 -0.0322022 0.0465812 -0.0258568
Vertex 24361 -0.0333511 0.0463754 -0.0256604
Vertex 24362 -0.0022961 0.120938 -0.0122094
Vertex 24363 0.0338763 0.0978118 -0.0135516
Vertex 24364 -0.0385489 0.119476 -0.0123722
Vertex 24365 -0.0386191 0.118326 -0.013151
Vertex 24366 -0.0616548 0.140062 -0.00630976
Vertex 24367 -0.0607657 0.139716 -0.00595313
Vertex 24368 -0.0598293 0.139488 -0.00569497
Vertex 24369 -0.058864 0.139321 -0.00549203
Vertex 24370 -0.0579608 0.139021 -0.00516612
Vertex 24371 -0.0570823 0.138706 -0.0047975
Vertex 24372 -0.0562826 0.138192 -0.0042334
Vertex 24373 -0.05553 0.137483 -0.00349047
Vertex 24374 -0.0548238 0.136818 -0.00273484
Vertex 24375 -0.0540045 0.13652 -0.00234857
Vertex 24376 -0.0531099 0.136165 -0.00197183
Vertex 24377 -0.0522733 0.13577 -0.00153662
Vertex 24378 -0.0506815 0.134691 -0.000340536
Vertex 24379 -0.0499313 0.134148 0.000258943
Vertex 24380 -0.0492298 0.13342 0.00108021
Vertex 24381 -0.0485925 0.132707 0.00186362
Vertex 24382 -0.047856 0.132056 0.00259359
Vertex 24383 -0.0470839 0.131413 0.00333034
Vertex 24384 -0.0463678 0.13079 0.00400616
Vertex 24385 -0.00861199 0.118019 -0.01506
Vertex 24386 0.0261658 0.0809584 -0.0239333
Vertex 24387 0.0269298 0.0804165 -0.0233375
Vertex 24388 0.0276968 0.0797349 -0.0226793
Vertex 24389 0.0481264 0.060275 -0.00442661
Vertex 24390 0.0470549 0.0602552 -0.00440662
Vertex 24391 0.0459848 0.0602104 -0.00435135
Vertex 24392 0.0448746 0.0601039 -0.00424277
Vertex 24393 0.0437641 0.0599949 -0.00412714
Vertex 24394 0.0426589 0.0598822 -0.00401987
Vertex 24395 -0.0536497 0.0382495 -0.0113033
Vertex 24396 0.000709469 0.125628 -0.00726116
Vertex 24397 -0.0174184 0.0961382 -0.0299203
Vertex 24398 0.0405643 0.0599899 -0.00408877
Vertex 24399 0.0416146 0.0598915 -0.00407392
Vertex 24400 -0.00967767 0.118026 -0.0150602
Vertex 24401 0.0523234 0.0724358 0.00729932
Vertex 24402 0.0114372 0.12283 -0.0103617
Vertex 24403 0.013368 0.122467 -0.00997636
Vertex 24404 -0.0110119 0.122536 -0.00980812
Vertex 24405 -0.0122779 0.122169 -0.00937841
Vertex 24406 -0.00979508 0.122843 -0.0101629
Vertex 24407 -0.00750765 0.123161 -0.01054
Vertex 24408 -0.00635478 0.123294 -0.010702
Vertex 24409 -0.0100186 0.0981603 -0.0280043
Vertex 24410 -0.0603898 0.116109 -0.0126519
Vertex 24411 -0.0397839 0.0471068 -0.0160895
Vertex 24412 0.0142784 0.11622 -0.015243
Vertex 24413 -0.0202902 0.0906146 -0.0362948
Vertex 24414 -0.0129458 0.117871 -0.0148632
Vertex 24415 0.0417493 0.0611977 -0.0033567
Vertex 24416 0.0427869 0.0611675 -0.0033403
Vertex 24417 0.0128104 0.0891816 -0.030491
Vertex 24418 0.0169892 0.122251 -0.00777586
Vertex 24419 0.00904636 0.090083 -0.0314826
Vertex 24420 -0.0302748 0.116055 -0.0148216
Vertex 24421 0.0304033 0.107421 -0.0117891
Vertex 24422 -0.0115345 0.0922826 -0.0359317
Vertex 24423 -0.0629168 0.114269 -0.0126902
Vertex 24424 -0.0140104 0.117853 -0.0148385
Vertex 24425 -0.0508117 0.0354248 -0.0125858
Vertex 24426 -0.0270641 0.0376545 -0.0293745
Vertex 24427 0.0231651 0.0624431 -0.0251426
Vertex 24428 -0.0229201 0.115998 -0.0147881
Vertex 24429 -0.0218136 0.116051 -0.0148581
Vertex 24430 -0.0206698 0.116197 -0.0150314
Vertex 24431 -0.019536 0.116371 -0.0152209
Vertex 24432 -0.00115741 0.0949656 -0.0326157
Vertex 24433 -0.00020637 0.0947598 -0.0324026
Vertex 24434 0.000769534 0.0946028 -0.0322154
Vertex 24435 0.00174762 0.0944417 -0.0320379
Vertex 24436 0.00273738 0.0943137 -0.0318997
Vertex 24437 0.00372222 0.0941665 -0.0317421
Vertex 24438 0.0047217 0.0940547 -0.0316305
Vertex 24439 0.00569172 0.093878 -0.0314287
Vertex 24440 0.00660528 0.0935786 -0.0311099
Vertex 24441 0.00749081 0.093253 -0.0307631
Vertex 24442 0.00836869 0.0928852 -0.0303774
Vertex 24443 0.0093177 0.0926652 -0.0301396
Vertex 24444 0.0102735 0.0924657 -0.0299319
Vertex 24445 0.00412979 0.113096 -0.0199676
Vertex 24446 -0.0172476 0.114664 -0.0174436
Vertex 24447 -0.026364 0.0359692 -0.029405
Vertex 24448 -0.0328486 0.0986298 -0.0228073
Vertex 24449 -0.0213227 0.0927441 -0.0344661
Vertex 24450 -0.0224559 0.092554 -0.0342812
Vertex 24451 -0.0210545 0.100222 -0.024166
Vertex 24452 -0.0183957 0.116542 -0.0154107
Vertex 24453 0.0126673 0.104052 -0.020179
Vertex 24454 -0.0110742 0.123419 -0.00875247
Vertex 24455 -0.00667005 0.0904165 -0.0359686
Vertex 24456 -0.00765334 0.0905691 -0.0361471
Vertex 24457 -0.0161934 0.116736 -0.0156361
Vertex 24458 0.0394434 0.0585828 -0.00486619
Vertex 24459 -0.0422677 0.111306 -0.0177858
Vertex 24460 0.0452209 0.0659646 -0.000116442
Vertex 24461 0.0354547 0.103863 -0.00997386
Vertex 24462 0.0338372 0.104851 -0.0110391
Vertex 24463 0.0260543 0.116303 -0.00733098
Vertex 24464 -0.0177227 0.119786 -0.0108098
Vertex 24465 -0.0202736 0.0966137 -0.0264451
Vertex 24466 0.0239731 0.061977 -0.0246362
Vertex 24467 -0.0437744 0.116579 -0.0153348
Vertex 24468 -0.032345 0.0473443 -0.0245628
Vertex 24469 -0.015124 0.037267 -0.0266656
Vertex 24470 -0.00946746 0.0362215 -0.025425
Vertex 24471 -0.0139288 0.0883705 -0.0380287
Vertex 24472 -0.0150862 0.116786 -0.0157023
Vertex 24473 -0.0118972 0.116803 -0.015741
Vertex 24474 -0.0353912 0.0475494 -0.0206462
Vertex 24475 0.0242032 0.0987613 -0.0205495
Vertex 24476 0.00882643 0.110931 -0.0195298
Vertex 24477 -0.00773224 0.109619 -0.0221011
Vertex 24478 0.0207016 0.113271 -0.0140876
Vertex 24479 0.0345802 0.103262 -0.0113359
Vertex 24480 -0.0205151 0.114503 -0.0172551
Vertex 24481 -0.0240368 0.11082 -0.0193477
Vertex 24482 0.024653 0.104647 -0.0168345
Vertex 24483 0.0358581 0.0995241 -0.0113664
Vertex 24484 0.0269849 0.113053 -0.00983991
Vertex 24485 0.0344847 0.0868408 -0.0179179
Vertex 24486 0.00658649 0.0945677 -0.0301242
Vertex 24487 0.0195371 0.122997 -0.00457304
Vertex 24488 -0.0215446 0.0942792 -0.0320343
Vertex 24489 -0.0422106 0.112435 -0.0169649
Vertex 24490 -0.0204271 0.0893191 -0.0369723
Vertex 24491 0.05068 0.0673838 0.000483718
Vertex 24492 -0.0110454 0.113378 -0.0180964
Vertex 24493 0.033847 0.106899 -0.00922375
Vertex 24494 -0.00248627 0.097432 -0.0292057
Vertex 24495 -0.0265042 0.106069 -0.02235
Vertex 24496 -0.0124244 0.108763 -0.0212047
Vertex 24497 -0.0434603 0.109995 -0.0184047
Vertex 24498 -0.0118501 0.11995 -0.013068
Vertex 24499 -0.00149557 0.0973426 -0.0290749
Vertex 24500 -0.0355869 0.116022 -0.0147547
Vertex 24501 0.0274527 0.103904 -0.0160338
Vertex 24502 -0.0197167 0.103079 -0.0233045
Vertex 24503 0.0126767 0.102031 -0.0220157
Vertex 24504 -0.0126802 0.0961728 -0.031918
Vertex 24505 0.0319522 0.103353 -0.0134365
Vertex 24506 -0.0610584 0.138406 -0.00654552
Vertex 24507 -0.00991099 0.115578 -0.0164445
Vertex 24508 -0.059075 0.137911 -0.00597298
Vertex 24509 -0.0581769 0.137607 -0.00562722
Vertex 24510 -0.057332 0.137224 -0.00518105
Vertex 24511 -0.0566099 0.136533 -0.00462162
Vertex 24512 -0.0557698 0.136063 -0.00393718
Vertex 24513 -0.0549779 0.135599 -0.00339213
Vertex 24514 -0.0540681 0.135339 -0.00310003
Vertex 24515 -0.0531399 0.13506 -0.0028018
Vertex 24516 -0.0523163 0.134709 -0.00240246
Vertex 24517 -0.0515105 0.13416 -0.00180112
Vertex 24518 -0.0507291 0.133637 -0.00121966
Vertex 24519 -0.04996 0.133052 -0.000571002
Vertex 24520 -0.0492462 0.132382 0.000177088
Vertex 24521 -0.0485603 0.131756 0.000870882
Vertex 24522 -0.0477652 0.131125 0.00158524
Vertex 24523 -0.0470088 0.130577 0.00217989
Vertex 24524 -0.046283 0.129949 0.00285861
Vertex 24525 -0.0411191 0.111396 -0.0179091
Vertex 24526 0.0211822 0.0909362 -0.0242734
Vertex 24527 0.0284604 0.079188 -0.0220838
Vertex 24528 0.0292759 0.0787271 -0.0215887
Vertex 24529 -0.0282259 0.115945 -0.0147131
Vertex 24530 0.0112963 0.123527 -0.00913288
Vertex 24531 0.00724714 0.123914 -0.00950504
Vertex 24532 -0.0191994 0.0907344 -0.0364225
Vertex 24533 0.0548584 0.0611516 -0.00113589
Vertex 24534 0.00622241 0.123988 -0.00957575
Vertex 24535 -0.00543271 0.0918052 -0.0353894
Vertex 24536 0.0204818 0.0854612 -0.0266087
Vertex 24537 -0.0208111 0.118967 -0.0119295
Vertex 24538 0.00224905 0.118538 -0.0156887
Vertex 24539 0.0474345 0.0682488 0.00159582
Vertex 24540 -0.0299927 0.0436118 -0.0290457
Vertex 24541 0.033292 0.0856433 -0.0187503
Vertex 24542 0.0485378 0.0682762 0.00156381
Vertex 24543 0.0496382 0.068363 0.00147832
Vertex 24544 -0.00364871 0.0982082 -0.0280452
Vertex 24545 -0.0245144 0.0945317 -0.028309
Vertex 24546 -0.0238067 0.0899629 -0.0356649
Vertex 24547 -0.0225227 0.0903335 -0.0360154
Vertex 24548 -0.0213902 0.0905176 -0.0361974
Vertex 24549 -0.00232624 0.124886 -0.00844394
Vertex 24550 0.0101685 0.124401 -0.00806495
Vertex 24551 0.00514071 0.12498 -0.00862525
Vertex 24552 -0.0313926 0.112895 -0.0174931
Vertex 24553 0.00655622 0.121628 -0.0130526
Vertex 24554 0.00961895 0.12141 -0.0128393
Vertex 24555 0.0222264 0.09191 -0.0233017
Vertex 24556 0.015055 0.123588 -0.00721903
Vertex 24557 -0.027235 0.0964545 -0.0242996
Vertex 24558 -0.0259964 0.0967524 -0.0245741
Vertex 24559 -0.0248989 0.0968475 -0.0246804
Vertex 24560 -0.02384 0.0968692 -0.0247025
Vertex 24561 -0.0227746 0.0968676 -0.024693
Vertex 24562 -0.0200728 0.100101 -0.0240875
Vertex 24563 -0.0216758 0.0969718 -0.024798
Vertex 24564 -0.0205392 0.0971418 -0.0249761
Vertex 24565 0.00286437 0.130486 0.00148286
Vertex 24566 0.00388853 0.130454 0.00153712
Vertex 24567 0.00495057 0.130435 0.00152594
Vertex 24568 0.00597686 0.130404 0.00157669
Vertex 24569 -0.0193476 0.0973552 -0.0251961
Vertex 24570 -0.0181652 0.097581 -0.0254283
Vertex 24571 -0.0170028 0.0977503 -0.0256286
Vertex 24572 -0.015856 0.0980295 -0.0258983
Vertex 24573 -0.0147843 0.0981951 -0.0260468
Vertex 24574 -0.0136152 0.0982979 -0.0261721
Vertex 24575 -0.0272212 0.114809 -0.0155223
Vertex 24576 0.0239484 0.0901184 -0.0234122
Vertex 24577 -0.0143101 0.113201 -0.0178955
Vertex 24578 0.00340822 0.117733 -0.0168392
Vertex 24579 -0.0498739 0.120141 -0.01301
Vertex 24580 0.0217161 0.119158 -0.00841047
Vertex 24581 -0.00056724 0.0909565 -0.0345037
Vertex 24582 0.0112159 0.0922395 -0.029689
Vertex 24583 0.01215 0.0919974 -0.0294248
Vertex 24584 -0.0162644 0.11453 -0.017303
Vertex 24585 -0.0124346 0.0985527 -0.0264295
Vertex 24586 -0.0356487 0.0352259 -0.0310792
Vertex 24587 -0.0113381 0.0986434 -0.0265191
Vertex 24588 0.00517588 0.113065 -0.0197995
Vertex 24589 -0.0102337 0.0987343 -0.0266102
Vertex 24590 -0.0237309 0.092173 -0.0338912
Vertex 24591 -0.0170398 0.124093 -0.00535053
Vertex 24592 -0.00425208 0.0941246 -0.0337645
Vertex 24593 0.0243112 0.0999667 -0.0198415
Vertex 24594 -0.00864132 0.0907031 -0.0362798
Vertex 24595 -0.0096598 0.0907753 -0.0363722
Vertex 24596 -0.010683 0.0908469 -0.0364652
Vertex 24597 -0.0117053 0.0909225 -0.0365538
Vertex 24598 -0.0585618 0.124728 -0.00774237
Vertex 24599 0.044724 0.0588042 -0.00496063
Vertex 24600 0.0346554 0.10439 -0.0105413
Vertex 24601 0.0187342 0.112585 -0.0153321
Vertex 24602 -0.0427254 0.0358312 -0.0275925
Vertex 24603 -0.0261657 0.11885 -0.0117616
Vertex 24604 -0.00913054 0.0987984 -0.026694
Vertex 24605 -0.00806953 0.0988363 -0.0267114
Vertex 24606 -0.0544997 0.117303 -0.0139925
Vertex 24607 -0.0533518 0.117447 -0.0141574
Vertex 24608 -0.00701023 0.0988653 -0.0267279
Vertex 24609 0.000901863 0.122026 -0.0113896
Vertex 24610 -0.00594641 0.0989148 -0.0267499
Vertex 24611 -0.000472926 0.0972534 -0.0289903
Vertex 24612 0.0250818 0.0983923 -0.0201688
Vertex 24613 0.0135498 0.109816 -0.0183273
Vertex 24614 -0.00484603 0.0989761 -0.0268273
Vertex 24615 -0.00385823 0.0988046 -0.0266644
Vertex 24616 0.0214753 0.11175 -0.0144217
Vertex 24617 -0.0262667 0.110544 -0.0190457
Vertex 24618 0.000515293 0.09714 -0.0288497
Vertex 24619 0.00149737 0.0969588 -0.0286791
Vertex 24620 -0.0588552 0.0351368 -0.0102919
Vertex 24621 -0.00279591 0.0988433 -0.0266823
Vertex 24622 -0.0203692 0.094546 -0.032294
Vertex 24623 -0.047644 0.121343 -0.0122933
Vertex 24624 0.0506634 0.0663167 -0.000433246
Vertex 24625 -0.0215596 0.0891328 -0.036783
Vertex 24626 -0.0109726 0.115573 -0.0164387
Vertex 24627 0.0330115 0.107346 -0.00970764
Vertex 24628 0.0321567 0.107734 -0.010124
Vertex 24629 0.0346775 0.106404 -0.00868031
Vertex 24630 -0.000194321 0.121911 -0.011267
Vertex 24631 -0.00177026 0.0987839 -0.0266092
Vertex 24632 0.0238471 0.107154 -0.0155051
Vertex 24633 -0.0209519 0.121676 -0.0087885
Vertex 24634 0.0252655 0.0864752 -0.0236184
Vertex 24635 -0.000747471 0.0987058 -0.0265343
Vertex 24636 0.0303577 0.105377 -0.0136057
Vertex 24637 0.0361287 0.085855 -0.0169039
Vertex 24638 0.0400974 0.0943736 -0.00783899
Vertex 24639 0.0393164 0.0948581 -0.00836399
Vertex 24640 0.0311086 0.103751 -0.0138751
Vertex 24641 -0.0178575 0.122517 -0.00769635
Vertex 24642 -0.0115598 0.09531 -0.0330219
Vertex 24643 -0.00884754 0.115581 -0.0164541
Vertex 24644 -0.0469304 0.116649 -0.0154073
Vertex 24645 -0.0629114 0.115341 -0.0117985
Vertex 24646 -0.0499193 0.118992 -0.0138138
Vertex 24647 -0.0568117 0.135044 -0.00489316
Vertex 24648 -0.0559722 0.134715 -0.00446003
Vertex 24649 -0.0550791 0.134447 -0.00412579
Vertex 24650 -0.0541367 0.13422 -0.00388726
Vertex 24651 -0.0532128 0.133944 -0.00360453
Vertex 24652 -0.0523718 0.133555 -0.00317026
Vertex 24653 -0.051575 0.132941 -0.0025104
Vertex 24654 -0.050788 0.13247 -0.00197537
Vertex 24655 -0.0500202 0.131989 -0.0014354
Vertex 24656 -0.049291 0.131272 -0.000642386
Vertex 24657 -0.0485361 0.130681 1.6802e-05
Vertex 24658 -0.0477691 0.130137 0.000614804
Vertex 24659 -0.0470115 0.129603 0.00120357
Vertex 24660 -0.0461097 0.129234 0.00159921
Vertex 24661 -0.0451771 0.128971 0.00184527
Vertex 24662 0.00023463 0.0985537 -0.0263753
Vertex 24663 0.00118569 0.0983354 -0.0261952
Vertex 24664 0.00218868 0.098191 -0.0260404
Vertex 24665 0.0271866 0.0819517 -0.0229154
Vertex 24666 0.0264267 0.0824949 -0.0235141
Vertex 24667 0.0256492 0.0831048 -0.024123
Vertex 24668 0.0248383 0.0835695 -0.0246296
Vertex 24669 0.0239781 0.084017 -0.0250643
Vertex 24670 0.0231411 0.0844685 -0.0255261
Vertex 24671 0.0222475 0.0847573 -0.0259093
Vertex 24672 0.0196024 0.0858351 -0.0269873
Vertex 24673 0.0187338 0.0862153 -0.0273821
Vertex 24674 0.0179038 0.0866718 -0.0278625
Vertex 24675 0.0463736 0.0682111 0.00160519
Vertex 24676 0.0105421 0.118176 -0.0153416
Vertex 24677 0.00317805 0.0980649 -0.0258881
Vertex 24678 0.00413641 0.0979047 -0.0256761
Vertex 24679 -0.0190093 0.100114 -0.02409
Vertex 24680 0.0408836 0.0614281 -0.00367417
Vertex 24681 0.0102589 0.100444 -0.0223447
Vertex 24682 0.031034 0.0964814 -0.0161287
Vertex 24683 0.00516194 0.0978455 -0.0256065
Vertex 24684 -0.0179474 0.100123 -0.0240926
Vertex 24685 -0.0185092 0.127137 0.00354165
Vertex 24686 -0.0168818 0.100112 -0.0240537
Vertex 24687 -0.0161125 0.127667 0.00290411
Vertex 24688 -0.0149347 0.127911 0.00262222
Vertex 24689 -0.0137571 0.128142 0.00234571
Vertex 24690 -0.0125367 0.128434 0.00198737
Vertex 24691 -0.0113995 0.128605 0.00179072
Vertex 24692 -0.0102615 0.128766 0.00159795
Vertex 24693 -0.00902947 0.129018 0.00125187
Vertex 24694 -0.00789583 0.129197 0.00105287
Vertex 24695 -0.00680153 0.129324 0.00093339
Vertex 24696 -0.00565778 0.12946 0.000751082
Vertex 24697 -0.00451438 0.1296 0.000561158
Vertex 24698 -0.00341476 0.129699 0.000449344
Vertex 24699 -0.00231448 0.129778 0.000344647
Vertex 24700 -0.00121026 0.129846 0.000241032
Vertex 24701 -0.000107958 0.12991 0.000141982
Vertex 24702 0.000950727 0.129943 0.000110463
Vertex 24703 0.00205693 0.129985 1.8398e-05
Vertex 24704 0.00312017 0.129984 5.00643e-07
Vertex 24705 0.00414244 0.129952 4.9397e-05
Vertex 24706 0.00520505 0.129939 3.61829e-05
Vertex 24707 0.00623037 0.129867 0.000104943
Vertex 24708 0.00725591 0.129807 0.000165614
Vertex 24709 0.00824452 0.129671 0.000311795
Vertex 24710 0.00926262 0.129557 0.000393265
Vertex 24711 0.0102193 0.129407 0.000604352
Vertex 24712 0.0112062 0.129253 0.000760937
Vertex 24713 0.00613975 0.0976727 -0.0254362
Vertex 24714 0.00712802 0.0975509 -0.0252935
Vertex 24715 0.00806894 0.0972917 -0.0250353
Vertex 24716 0.00905498 0.0971664 -0.0248901
Vertex 24717 0.0442629 0.0672699 0.000591455
Vertex 24718 0.010042 0.0970288 -0.0247384
Vertex 24719 -0.0427898 0.116428 -0.015168
Vertex 24720 0.0157473 0.0947545 -0.0243195
Vertex 24721 0.0188415 0.121733 -0.00718615
Vertex 24722 0.0130281 0.0916311 -0.029044
Vertex 24723 0.0139221 0.0913152 -0.0287052
Vertex 24724 0.00251855 0.096887 -0.0286022
Vertex 24725 -0.0369639 0.0346855 -0.0305537
Vertex 24726 0.0334736 0.0940135 -0.0155006
Vertex 24727 -0.00425848 0.0961384 -0.0318255
Vertex 24728 0.0282492 0.102359 -0.0164093
Vertex 24729 0.0189212 0.0875932 -0.0268145
Vertex 24730 -0.0343564 0.043282 -0.028737
Vertex 24731 -0.0135985 0.108507 -0.0209218
Vertex 24732 0.0277597 0.0984362 -0.0181936
Vertex 24733 0.0334725 0.0950337 -0.0145821
Vertex 24734 0.0383601 0.0921445 -0.0115002
Vertex 24735 -0.0153553 0.112218 -0.0188504
Vertex 24736 -0.0127292 0.0909963 -0.036642
Vertex 24737 -0.0137194 0.091107 -0.0367438
Vertex 24738 0.0458379 0.0588925 -0.00503856
Vertex 24739 0.0469104 0.0589185 -0.00506663
Vertex 24740 0.0479414 0.0588591 -0.00500215
Vertex 24741 0.000924532 0.100829 -0.0227814
Vertex 24742 -0.036643 0.118048 -0.0128637
Vertex 24743 0.0110282 0.0968851 -0.0245853
Vertex 24744 0.0278568 0.0643129 -0.0209613
Vertex 24745 0.0197906 0.106497 -0.0168156
Vertex 24746 -0.0159391 0.0999021 -0.023843
Vertex 24747 -0.0109132 0.103533 -0.0236899
Vertex 24748 0.0321886 0.108821 -0.00928902
Vertex 24749 0.0268148 0.0976356 -0.019356
Vertex 24750 -0.0455367 0.111121 -0.0175743
Vertex 24751 -0.069981 0.180634 -0.0574865
Vertex 24752 -0.068804 0.18096 -0.0579804
Vertex 24753 -0.0590849 0.0644137 0.0318252
Vertex 24754 0.0120082 0.0967361 -0.024421
Vertex 24755 0.0130231 0.0965172 -0.0241956
Vertex 24756 0.0177346 0.123618 -0.0052308
Vertex 24757 0.00096833 0.121103 -0.0124156
Vertex 24758 -0.0506063 0.0369029 -0.0119734
Vertex 24759 -0.0528683 0.0367334 -0.0118941
Vertex 24760 -0.0546435 0.116042 -0.0146857
Vertex 24761 -0.0149615 0.0883672 -0.0380383
Vertex 24762 -0.0413386 0.121239 -0.0122322
Vertex 24763 0.0325508 0.115423 -0.000329209
Vertex 24764 -0.0321931 0.123411 -0.0044713
Vertex 24765 0.0162777 0.117973 -0.0131407
Vertex 24766 0.0218218 0.116393 -0.0114503
Vertex 24767 -0.0358361 0.11045 -0.0189078
Vertex 24768 -0.0145896 0.101524 -0.0235873
Vertex 24769 -0.033458 0.0353739 -0.0310204
Vertex 24770 -0.0345638 0.113971 -0.0166195
Vertex 24771 0.0368805 0.101462 -0.00941022
Vertex 24772 0.00429457 0.122356 -0.0118056
Vertex 24773 0.00350354 0.0967589 -0.0284524
Vertex 24774 -0.020574 0.115387 -0.0161841
Vertex 24775 -0.0239808 0.0936155 -0.0313592
Vertex 24776 0.0408829 0.0937805 -0.00720194
Vertex 24777 0.029367 0.1045 -0.0146741
Vertex 24778 0.0302694 0.104198 -0.014346
Vertex 24779 0.0202805 0.12337 -0.00295598
Vertex 24780 0.0535789 0.0658041 0.000119664
Vertex 24781 -0.00774122 0.115628 -0.0165086
Vertex 24782 -0.0480268 0.116533 -0.0152488
Vertex 24783 -0.0616004 0.115786 -0.012288
Vertex 24784 -0.0510158 0.118895 -0.0136999
Vertex 24785 -0.0570055 0.133804 -0.00545801
Vertex 24786 -0.0561028 0.133503 -0.00512832
Vertex 24787 -0.0551811 0.133216 -0.00483226
Vertex 24788 -0.054238 0.13299 -0.00459005
Vertex 24789 -0.0533273 0.132699 -0.00427378
Vertex 24790 -0.0524826 0.132311 -0.00383544
Vertex 24791 -0.0516987 0.131736 -0.00321408
Vertex 24792 -0.0509379 0.131197 -0.00260501
Vertex 24793 -0.0501411 0.130626 -0.00198394
Vertex 24794 -0.0493632 0.1301 -0.00139208
Vertex 24795 -0.0485551 0.129676 -0.000935313
Vertex 24796 -0.0477832 0.129154 -0.000397631
Vertex 24797 -0.0468263 0.128888 -6.3255e-05
Vertex 24798 -0.0458642 0.128671 0.00011454
Vertex 24799 -0.0448731 0.128505 0.000263047
Vertex 24800 -0.0428482 0.128274 0.00047704
Vertex 24801 0.0139014 0.0962996 -0.0239693
Vertex 24802 -0.0149561 0.0997734 -0.0237179
Vertex 24803 0.0302841 0.11623 -0.00325108
Vertex 24804 -0.0329956 0.122915 -0.00595413
Vertex 24805 -0.0338857 0.12324 -0.00632922
Vertex 24806 -0.0138967 0.099791 -0.0237429
Vertex 24807 -0.0365883 0.0485443 -0.0138981
Vertex 24808 -0.0482812 0.115062 -0.0157267
Vertex 24809 -0.010796 0.120869 -0.0120713
Vertex 24810 0.0158804 0.124131 -0.00578699
Vertex 24811 0.0148643 0.0961115 -0.0237665
Vertex 24812 0.0170669 0.0871276 -0.028336
Vertex 24813 0.0162564 0.0875946 -0.0288434
Vertex 24814 0.0145599 0.088488 -0.0297413
Vertex 24815 0.0137018 0.0888713 -0.0301465
Vertex 24816 0.0485408 0.0662379 -0.000364329
Vertex 24817 -0.017323 0.112508 -0.01916
Vertex 24818 0.0158504 0.0959717 -0.0236278
Vertex 24819 -0.0205455 0.126353 0.00242085
Vertex 24820 -0.0193661 0.126578 0.00214409
Vertex 24821 -0.0181782 0.126773 0.00187925
Vertex 24822 -0.0170034 0.127025 0.0015954
Vertex 24823 -0.0158277 0.127263 0.00131837
Vertex 24824 -0.0146006 0.127548 0.000963555
Vertex 24825 -0.0134774 0.127753 0.000758007
Vertex 24826 -0.0122454 0.128019 0.000407111
Vertex 24827 -0.0110606 0.128229 0.000136123
Vertex 24828 -0.00992638 0.128404 -5.81123e-05
Vertex 24829 -0.00874133 0.128614 -0.000328304
Vertex 24830 -0.00760577 0.128788 -0.000526473
Vertex 24831 -0.0064667 0.128955 -0.000718006
Vertex 24832 -0.00536465 0.129031 -0.000823415
Vertex 24833 -0.00426203 0.129106 -0.000929037
Vertex 24834 -0.00316211 0.129199 -0.00103699
Vertex 24835 -0.00205946 0.129266 -0.00113907
Vertex 24836 -0.000994561 0.129288 -0.0011666
Vertex 24837 6.3531e-05 0.129314 -0.00119744
Vertex 24838 0.00116984 0.129366 -0.00128907
Vertex 24839 0.00223085 0.129379 -0.00131325
Vertex 24840 0.00329475 0.129383 -0.00133175
Vertex 24841 0.00435827 0.129372 -0.0013469
Vertex 24842 0.00542168 0.12935 -0.00135496
Vertex 24843 0.00644358 0.129282 -0.00129108
Vertex 24844 0.0074706 0.129229 -0.00123166
Vertex 24845 0.00845802 0.129083 -0.00108013
Vertex 24846 0.00944326 0.128939 -0.000930002
Vertex 24847 0.0104303 0.128801 -0.000781749
Vertex 24848 0.0114155 0.128646 -0.000626619
Vertex 24849 0.0133357 0.128238 -0.000223601
Vertex 24850 0.0142482 0.127965 9.03059e-05
Vertex 24851 0.01519 0.127729 0.000331934
Vertex 24852 0.0178585 0.0957539 -0.0234025
Vertex 24853 0.018845 0.0956057 -0.0232473
Vertex 24854 0.0198113 0.0954368 -0.0230239
Vertex 24855 -0.0476607 0.120291 -0.0131944
Vertex 24856 0.018169 0.108481 -0.0169141
Vertex 24857 -0.0187755 0.107692 -0.0220397
Vertex 24858 -0.0178239 0.107521 -0.0218927
Vertex 24859 0.0147945 0.0909396 -0.0283095
Vertex 24860 0.0156162 0.0904755 -0.0278196
Vertex 24861 0.0164575 0.0900289 -0.0273543
Vertex 24862 -0.0273656 0.0360131 -0.0296152
Vertex 24863 -0.0251564 0.113713 -0.0163747
Vertex 24864 0.00329134 0.119473 -0.0147093
Vertex 24865 0.0207029 0.0950845 -0.0226908
Vertex 24866 0.00451899 0.0966593 -0.0283637
Vertex 24867 0.00547344 0.0964656 -0.0281399
Vertex 24868 -0.0356538 0.120932 -0.00987931
Vertex 24869 0.0260546 0.112325 -0.0110571
Vertex 24870 0.00361131 0.0929227 -0.0324448
Vertex 24871 0.0110249 0.0988999 -0.0227192
Vertex 24872 -0.0148238 0.091051 -0.0367095
Vertex 24873 -0.0158845 0.0910066 -0.0366604
Vertex 24874 -0.016949 0.0909918 -0.0366612
Vertex 24875 0.0161005 0.115637 -0.0146217
Vertex 24876 0.0189716 0.115037 -0.0139804
Vertex 24877 0.0180337 0.115273 -0.0142355
Vertex 24878 0.00492538 0.111581 -0.020193
Vertex 24879 0.021637 0.0948486 -0.0224193
Vertex 24880 0.0225812 0.0946281 -0.0221802
Vertex 24881 0.0235231 0.0943993 -0.0219282
Vertex 24882 -0.0579369 0.119806 -0.0105246
Vertex 24883 0.00641604 0.0962346 -0.0278978
Vertex 24884 0.0244608 0.0941673 -0.021671
Vertex 24885 -0.0388567 0.0985732 -0.0220835
Vertex 24886 0.025374 0.0938744 -0.0213667
Vertex 24887 0.0262833 0.0935743 -0.0210485
Vertex 24888 -0.0127135 0.100022 -0.0239701
Vertex 24889 0.0271589 0.093209 -0.0206672
Vertex 24890 0.0280428 0.0928381 -0.0202889
Vertex 24891 -0.0576422 0.035457 -0.0105994
Vertex 24892 -0.0517405 0.0367791 -0.0118947
Vertex 24893 0.0151848 0.115917 -0.0149184
Vertex 24894 -0.0455924 0.119193 -0.014062
Vertex 24895 -0.0445311 0.119183 -0.0140568
Vertex 24896 0.0125549 0.119968 -0.0132874
Vertex 24897 -0.0347118 0.121713 -0.00868145
Vertex 24898 0.0172187 0.117738 -0.0128881
Vertex 24899 0.0158369 0.105055 -0.0192576
Vertex 24900 0.0250684 0.0912521 -0.0226015
Vertex 24901 -0.0273763 0.112504 -0.0170987
Vertex 24902 -0.0347751 0.123588 -0.00668109
Vertex 24903 0.0285181 0.0968051 -0.0184722
Vertex 24904 0.0361358 0.102075 -0.0100705
Vertex 24905 -0.0346988 0.120729 -0.0096591
Vertex 24906 0.0288984 0.0924492 -0.0198656
Vertex 24907 -0.0008153 0.10869 -0.0211159
Vertex 24908 -0.02276 0.093942 -0.0316991
Vertex 24909 0.0275305 0.105074 -0.0152759
Vertex 24910 0.0284509 0.104793 -0.0149826
Vertex 24911 0.0248931 0.108132 -0.0145556
Vertex 24912 0.0239203 0.108291 -0.0147313
Vertex 24913 -0.0545694 0.124267 -0.00721739
Vertex 24914 -0.0101883 0.0876449 -0.0371912
Vertex 24915 -0.0491724 0.116402 -0.0151155
Vertex 24916 -0.00337868 0.117905 -0.0149619
Vertex 24917 -0.0522091 0.118697 -0.0134778
Vertex 24918 -0.0571873 0.13241 -0.00599886
Vertex 24919 -0.056282 0.132113 -0.00567386
Vertex 24920 -0.0553709 0.131821 -0.00535733
Vertex 24921 -0.0544374 0.131586 -0.00508481
Vertex 24922 -0.053528 0.131291 -0.0047694
Vertex 24923 -0.0526724 0.130856 -0.00431281
Vertex 24924 -0.0518913 0.130385 -0.00375074
Vertex 24925 -0.0511061 0.129858 -0.00316533
Vertex 24926 -0.0502789 0.129408 -0.00267456
Vertex 24927 -0.0494252 0.12902 -0.00225187
Vertex 24928 -0.0485794 0.128753 -0.00187037
Vertex 24929 -0.0475118 0.128596 -0.00180437
Vertex 24930 -0.046566 0.128368 -0.00156221
Vertex 24931 -0.0455856 0.128182 -0.00140207
Vertex 24932 -0.0445637 0.128075 -0.00132731
Vertex 24933 -0.0435747 0.127942 -0.00117905
Vertex 24934 -0.0425517 0.127843 -0.00110505
Vertex 24935 -0.0415307 0.127763 -0.00103989
Vertex 24936 0.0297749 0.0920783 -0.0194766
Vertex 24937 0.0137354 0.10206 -0.0220537
Vertex 24938 0.0147972 0.102084 -0.0220848
Vertex 24939 -0.0132881 0.113144 -0.01784
Vertex 24940 0.00434751 0.121547 -0.0129175
Vertex 24941 -0.048763 0.120209 -0.0131018
Vertex 24942 0.0226361 0.118891 -0.00814073
Vertex 24943 -0.00225576 0.119004 -0.0141489
Vertex 24944 0.0190773 0.108184 -0.0165978
Vertex 24945 0.0139163 0.0953242 -0.0249235
Vertex 24946 0.03067 0.0917687 -0.019137
Vertex 24947 0.0315757 0.0914687 -0.0188156
Vertex 24948 0.032458 0.0910982 -0.0184345
Vertex 24949 0.0332508 0.0906175 -0.0178979
Vertex 24950 0.00284082 0.0994342 -0.0233056
Vertex 24951 0.0340749 0.0901032 -0.0173771
Vertex 24952 -0.0225249 0.125571 0.0012278
Vertex 24953 -0.0213885 0.125739 0.00103732
Vertex 24954 -0.0202523 0.125914 0.000840735
Vertex 24955 -0.0190696 0.126125 0.000571573
Vertex 24956 -0.0179367 0.12631 0.000372783
Vertex 24957 -0.0167051 0.126576 2.44266e-05
Vertex 24958 -0.0155312 0.126827 -0.00025822
Vertex 24959 -0.0143122 0.127128 -0.000614565
Vertex 24960 -0.0131413 0.127389 -0.000900164
Vertex 24961 -0.0119496 0.127575 -0.00116297
Vertex 24962 -0.0107692 0.1278 -0.0014358
Vertex 24963 -0.0095857 0.128017 -0.00170998
Vertex 24964 -0.00844614 0.128164 -0.00189615
Vertex 24965 -0.00730789 0.12834 -0.00208974
Vertex 24966 -0.00617179 0.128513 -0.00228639
Vertex 24967 -0.00507021 0.128586 -0.00238902
Vertex 24968 -0.00396533 0.128634 -0.00247998
Vertex 24969 -0.00290701 0.128667 -0.00250924
Vertex 24970 -0.00184307 0.128669 -0.00252946
Vertex 24971 -0.000820873 0.128641 -0.00248283
Vertex 24972 0.000242427 0.128645 -0.00250259
Vertex 24973 0.00130397 0.128647 -0.00252095
Vertex 24974 0.00236523 0.128663 -0.00254763
Vertex 24975 0.00347146 0.128699 -0.00262952
Vertex 24976 0.00453562 0.128718 -0.00265628
Vertex 24977 0.00559724 0.128727 -0.00267638
Vertex 24978 0.00662363 0.128671 -0.00261559
Vertex 24979 0.00764804 0.128583 -0.00254334
Vertex 24980 0.00863241 0.128438 -0.00238911
Vertex 24981 0.00964716 0.128306 -0.00229994
Vertex 24982 0.0106046 0.128135 -0.0020835
Vertex 24983 0.0115865 0.127977 -0.0019288
Vertex 24984 0.0125362 0.127772 -0.00169738
Vertex 24985 0.013481 0.127543 -0.00145794
Vertex 24986 0.0144241 0.127312 -0.00121761
Vertex 24987 0.0153381 0.127037 -0.000904662
Vertex 24988 0.0162787 0.126801 -0.0006607
Vertex 24989 0.0171824 0.126495 -0.000336309
Vertex 24990 0.0180905 0.1262 -1.26099e-05
Vertex 24991 0.0189956 0.125897 0.000310264
Vertex 24992 0.0349262 0.0896582 -0.0169179
Vertex 24993 0.0357614 0.089262 -0.0164786
Vertex 24994 0.036558 0.0887304 -0.0159156
Vertex 24995 0.0216927 0.103078 -0.0191449
Vertex 24996 -0.064123 0.113942 -0.0123233
Vertex 24997 -0.0184671 0.10319 -0.0232847
Vertex 24998 0.000833787 0.106762 -0.0210825
Vertex 24999 0.0173609 0.0897252 -0.0270298
Vertex 25000 0.0182378 0.0893522 -0.0266421
Vertex 25001 0.0297429 0.112241 -0.00897067
Vertex 25002 0.0185485 0.111232 -0.0158588
Vertex 25003 0.0373159 0.0880544 -0.0152271
Vertex 25004 0.0304209 0.0460912 -0.00653037
Vertex 25005 0.0251595 0.0995713 -0.0194056
Vertex 25006 0.0285895 0.0979793 -0.017709
Vertex 25007 0.0343206 0.094597 -0.0141158
Vertex 25008 -0.0186858 0.118957 -0.0119398
Vertex 25009 -0.0208502 0.120881 -0.00994613
Vertex 25010 -0.0521458 0.121812 -0.0107191
Vertex 25011 -0.0208303 0.119929 -0.0109428
Vertex 25012 -0.0557051 0.12209 -0.00891575
Vertex 25013 -0.0180555 0.0909221 -0.0366017
Vertex 25014 -0.0250035 0.0896 -0.0352857
Vertex 25015 -0.0486801 0.12235 -0.0113455
Vertex 25016 -0.0522074 0.122732 -0.00965468
Vertex 25017 -0.0592051 0.0411249 -0.00803844
Vertex 25018 -0.00834994 0.0943471 -0.0340215
Vertex 25019 -0.0312226 0.0367355 -0.0304453
Vertex 25020 0.0389262 0.103315 -0.00332456
Vertex 25021 -0.0411413 0.0364371 -0.0278037
Vertex 25022 0.00735928 0.0960033 -0.0276522
Vertex 25023 0.0296818 0.0815643 -0.0205093
Vertex 25024 0.00465961 0.0959425 -0.0295932
Vertex 25025 0.0108274 0.0362708 -0.0225637
Vertex 25026 -0.0652676 0.179645 -0.0602668
Vertex 25027 -0.0643001 0.179479 -0.0601392
Vertex 25028 -0.0115711 0.100192 -0.0241483
Vertex 25029 0.0436089 0.0680569 -0.000247417
Vertex 25030 -0.0494703 0.0370271 -0.0120635
Vertex 25031 -0.036233 0.0469115 -0.0220883
Vertex 25032 -0.000110081 0.106984 -0.0213197
Vertex 25033 0.0260337 0.0639191 -0.0225668
Vertex 25034 0.0343613 0.111866 -0.00251995
Vertex 25035 0.0190672 0.117213 -0.0123322
Vertex 25036 -0.00991212 0.111561 -0.0201766
Vertex 25037 -0.0240588 0.111793 -0.0183639
Vertex 25038 -0.0283604 0.112635 -0.0172343
Vertex 25039 0.00642086 0.116423 -0.0174422
Vertex 25040 0.0317917 0.0949031 -0.0164462
Vertex 25041 0.015852 0.106086 -0.0183494
Vertex 25042 -0.0221856 0.122325 -0.00745001
Vertex 25043 0.0444641 0.0686626 0.00115575
Vertex 25044 0.0256926 0.105619 -0.0158649
Vertex 25045 0.0247455 0.105845 -0.0161092
Vertex 25046 0.0266028 0.105322 -0.0155495
Vertex 25047 0.0267717 0.107644 -0.0140409
Vertex 25048 0.025846 0.107916 -0.0143268
Vertex 25049 0.00569987 0.0949071 -0.0304911
Vertex 25050 0.0183426 0.0906063 -0.0259275
Vertex 25051 0.023348 0.0930459 -0.0224955
Vertex 25052 -0.050194 0.116459 -0.0151638
Vertex 25053 -0.00223434 0.118045 -0.0151238
Vertex 25054 -0.0533008 0.118582 -0.0133417
Vertex 25055 -0.0250193 0.118984 -0.0119284
Vertex 25056 -0.0262613 0.119664 -0.0106051
Vertex 25057 0.0162217 0.120841 -0.0102336
Vertex 25058 0.0391665 0.0916193 -0.0109453
Vertex 25059 -0.0328255 0.12127 -0.00820532
Vertex 25060 -0.0539191 0.129665 -0.00510771
Vertex 25061 -0.052947 0.1293 -0.00466978
Vertex 25062 -0.0521339 0.128852 -0.00413976
Vertex 25063 -0.0512593 0.128575 -0.00377835
Vertex 25064 -0.0503624 0.128323 -0.00347306
Vertex 25065 -0.0493523 0.128134 -0.0033313
Vertex 25066 -0.0483231 0.128062 -0.00327126
Vertex 25067 -0.0472913 0.128011 -0.00322004
Vertex 25068 -0.0462686 0.12794 -0.00315273
Vertex 25069 -0.0453217 0.127718 -0.00291517
Vertex 25070 -0.0442655 0.127665 -0.00291939
Vertex 25071 -0.0432796 0.127517 -0.00276726
Vertex 25072 -0.0422556 0.127428 -0.00269381
Vertex 25073 -0.0412715 0.127285 -0.00254236
Vertex 25074 -0.0402517 0.127178 -0.0024642
Vertex 25075 -0.0392699 0.127033 -0.00231305
Vertex 25076 -0.0382901 0.126893 -0.00216373
Vertex 25077 -0.0542618 0.0348321 -0.0120282
Vertex 25078 -0.0213445 0.0916844 -0.035421
Vertex 25079 0.0504568 0.0627892 -0.00292241
Vertex 25080 0.0111209 0.0908234 -0.0303895
Vertex 25081 -0.0179551 0.0921164 -0.0358084
Vertex 25082 -0.0104704 0.100279 -0.0242341
Vertex 25083 -0.00317446 0.0951663 -0.0328247
Vertex 25084 0.0235092 0.118527 -0.00774096
Vertex 25085 0.0450165 0.0718833 0.00186291
Vertex 25086 -0.0289733 0.124361 0.000543811
Vertex 25087 -0.0268485 0.124528 0.000469072
Vertex 25088 0.0456137 0.0708816 0.00289794
Vertex 25089 0.0463647 0.0703187 0.00350637
Vertex 25090 0.0474231 0.0702463 0.00356979
Vertex 25091 -0.0222312 0.125137 -0.000350139
Vertex 25092 -0.0210951 0.12531 -0.000542597
Vertex 25093 -0.0199595 0.125484 -0.000738697
Vertex 25094 -0.0187649 0.125661 -0.000995534
Vertex 25095 -0.0176337 0.125847 -0.00119502
Vertex 25096 -0.0165061 0.126041 -0.00139683
Vertex 25097 -0.0152817 0.126335 -0.00175389
Vertex 25098 -0.0140554 0.126614 -0.00210251
Vertex 25099 -0.0128819 0.126866 -0.00238505
Vertex 25100 -0.0116556 0.127143 -0.00273206
Vertex 25101 -0.0104754 0.127368 -0.00300647
Vertex 25102 -0.00933623 0.127529 -0.00319765
Vertex 25103 -0.00815144 0.127733 -0.00346398
Vertex 25104 -0.00705924 0.127865 -0.00358478
Vertex 25105 -0.00591514 0.12799 -0.00376372
Vertex 25106 -0.00481374 0.128076 -0.00386981
Vertex 25107 -0.00375231 0.128091 -0.0038931
Vertex 25108 -0.00268972 0.128069 -0.00389854
Vertex 25109 -0.00166671 0.12799 -0.00382866
Vertex 25110 -0.000643212 0.127926 -0.00376413
Vertex 25111 0.000379078 0.127909 -0.00372478
Vertex 25112 0.00144018 0.127924 -0.00374837
Vertex 25113 0.00254476 0.127971 -0.00383507
Vertex 25114 0.00364827 0.128043 -0.00393793
Vertex 25115 0.00470729 0.128083 -0.0039713
Vertex 25116 0.0057745 0.128094 -0.00399317
Vertex 25117 0.00679871 0.128004 -0.00391746
Vertex 25118 0.00782186 0.127915 -0.00384433
Vertex 25119 0.00880995 0.127795 -0.00370552
Vertex 25120 0.00979123 0.127622 -0.00353983
Vertex 25121 0.0107457 0.127435 -0.00331768
Vertex 25122 0.0117235 0.127254 -0.00315056
Vertex 25123 0.0126717 0.127043 -0.00291981
Vertex 25124 0.0136156 0.126814 -0.00267762
Vertex 25125 0.0145549 0.126574 -0.00243153
Vertex 25126 0.0154742 0.126309 -0.00212525
Vertex 25127 0.0164098 0.126062 -0.00187701
Vertex 25128 0.0173223 0.125777 -0.00156033
Vertex 25129 0.0182274 0.125477 -0.00123802
Vertex 25130 0.0191385 0.125192 -0.000918824
Vertex 25131 0.0200495 0.124902 -0.000599563
Vertex 25132 0.0209425 0.124573 -0.000263497
Vertex 25133 0.021809 0.1242 0.000142479
Vertex 25134 0.0484547 0.0702338 0.00359645
Vertex 25135 -0.0274342 0.111364 -0.0178958
Vertex 25136 -0.00940844 0.100291 -0.0242411
Vertex 25137 0.0222184 0.122028 -0.00352468
Vertex 25138 0.00208806 0.113117 -0.0199282
Vertex 25139 0.0120479 0.124912 -0.00663019
Vertex 25140 0.0191089 0.0889764 -0.0262512
Vertex 25141 0.0199779 0.0885978 -0.0258535
Vertex 25142 0.0208421 0.0882147 -0.0254487
Vertex 25143 0.0559048 0.0631077 0.000905369
Vertex 25144 0.0551275 0.0637038 0.000299703
Vertex 25145 0.054323 0.064171 -0.000208879
Vertex 25146 0.0534729 0.0645627 -0.000631784
Vertex 25147 0.0375648 0.0926236 -0.0120119
Vertex 25148 0.0044338 0.117686 -0.0167913
Vertex 25149 -0.0239399 0.118058 -0.0129545
Vertex 25150 -0.0444709 0.120321 -0.0132547
Vertex 25151 -0.0498484 0.121182 -0.0121
Vertex 25152 0.00834665 0.0958673 -0.0275066
Vertex 25153 0.0260213 0.111246 -0.0119
Vertex 25154 -0.0386362 0.117281 -0.0140679
Vertex 25155 0.0495547 0.0702574 0.0035522
Vertex 25156 -0.0321381 0.0435397 -0.0289857
Vertex 25157 -0.0530949 0.0350628 -0.012244
Vertex 25158 0.0392717 0.0938049 -0.00924672
Vertex 25159 -0.04015 0.0473434 -0.014266
Vertex 25160 0.0286979 0.0806527 -0.0216026
Vertex 25161 -0.0514799 0.0384723 -0.0115832
Vertex 25162 -0.0388092 0.0372561 -0.0289196
Vertex 25163 0.00929494 0.0956507 -0.0272714
Vertex 25164 0.0337894 0.103744 -0.0118635
Vertex 25165 0.0506567 0.0703381 0.00346635
Vertex 25166 -0.0633934 0.178218 -0.0607118
Vertex 25167 -0.0625478 0.177823 -0.0603383
Vertex 25168 0.0516782 0.0702939 0.00352664
Vertex 25169 0.0526995 0.0702438 0.0035897
Vertex 25170 0.0537172 0.0701657 0.00367339
Vertex 25171 0.0375184 0.0915609 -0.0128884
Vertex 25172 -0.0285693 0.0399846 -0.0296196
Vertex 25173 0.026836 0.0634537 -0.0220606
Vertex 25174 0.0175747 0.0931801 -0.024649
Vertex 25175 -0.0110657 0.112343 -0.0190003
Vertex 25176 0.0450408 0.0625178 -0.00265494
Vertex 25177 -0.0293428 0.112771 -0.0173776
Vertex 25178 -0.0303664 0.112853 -0.0174686
Vertex 25179 0.0343018 0.0936044 -0.01506
Vertex 25180 0.0329891 0.10525 -0.0114692
Vertex 25181 -0.0442438 0.113637 -0.0162318
Vertex 25182 0.0312687 0.106096 -0.0123707
Vertex 25183 0.0303748 0.106409 -0.0127112
Vertex 25184 0.0294673 0.106706 -0.01303
Vertex 25185 0.0285796 0.107031 -0.0133812
Vertex 25186 0.0276786 0.107363 -0.0137282
Vertex 25187 0.0205346 0.0937418 -0.0232686
Vertex 25188 -0.00851004 0.0960786 -0.0317903
Vertex 25189 0.0130461 0.106823 -0.0191157
Vertex 25190 0.014824 0.0950266 -0.0246047
Vertex 25191 -0.0512523 0.116429 -0.0151143
Vertex 25192 -0.00109974 0.118227 -0.0153259
Vertex 25193 -0.0544418 0.118427 -0.0131672
Vertex 25194 -0.0239631 0.11903 -0.0119726
Vertex 25195 -0.0273659 0.119585 -0.010507
Vertex 25196 0.0171004 0.120495 -0.00987579
Vertex 25197 0.00293844 0.100629 -0.0225769
Vertex 25198 -0.0318098 0.121167 -0.00811427
Vertex 25199 -0.0541413 0.128093 -0.005327
Vertex 25200 -0.0532414 0.127751 -0.00500041
Vertex 25201 -0.0522937 0.12758 -0.00475935
Vertex 25202 -0.0512719 0.127504 -0.00467957
Vertex 25203 -0.0502577 0.127427 -0.00458948
Vertex 25204 -0.0492021 0.127407 -0.00458885
Vertex 25205 -0.0481783 0.127343 -0.00452632
Vertex 25206 -0.0470742 0.127422 -0.00463291
Vertex 25207 -0.0460097 0.127427 -0.00464706
Vertex 25208 -0.0450254 0.127281 -0.00449582
Vertex 25209 -0.0440047 0.127209 -0.00443148
Vertex 25210 -0.0429797 0.127137 -0.00436425
Vertex 25211 -0.041999 0.126936 -0.00419358
Vertex 25212 -0.0410173 0.12678 -0.00403845
Vertex 25213 -0.040033 0.126629 -0.00388698
Vertex 25214 -0.0390181 0.126516 -0.0038056
Vertex 25215 -0.038039 0.126372 -0.00365101
Vertex 25216 -0.0371 0.126156 -0.00341777
Vertex 25217 0.0547017 0.0700348 0.00381661
Vertex 25218 0.0556724 0.0698728 0.00398853
Vertex 25219 -0.0343794 0.125292 -0.00246071
Vertex 25220 -0.033472 0.124985 -0.00213286
Vertex 25221 -0.0325683 0.124672 -0.00180773
Vertex 25222 -0.0469365 0.0404762 -0.0121149
Vertex 25223 -0.00218115 0.0950603 -0.0327048
Vertex 25224 -0.0286768 0.123948 -0.00103929
Vertex 25225 -0.0275662 0.123979 -0.00112939
Vertex 25226 -0.0265008 0.124041 -0.00116405
Vertex 25227 -0.0253603 0.124214 -0.00135534
Vertex 25228 -0.0242249 0.124407 -0.00155437
Vertex 25229 -0.0230963 0.124618 -0.00175855
Vertex 25230 -0.0219613 0.124807 -0.00195706
Vertex 25231 -0.0208115 0.124915 -0.0021319
Vertex 25232 -0.0196629 0.125034 -0.00230889
Vertex 25233 -0.0185161 0.125172 -0.00248935
Vertex 25234 -0.0173769 0.125333 -0.00267782
Vertex 25235 -0.0162407 0.125507 -0.00287714
Vertex 25236 -0.0150651 0.12575 -0.00315467
Vertex 25237 -0.0138482 0.126055 -0.00351425
Vertex 25238 -0.0126798 0.126321 -0.00380105
Vertex 25239 -0.0114519 0.126605 -0.00415103
Vertex 25240 -0.0102692 0.126825 -0.00441849
Vertex 25241 -0.00912603 0.126983 -0.00460672
Vertex 25242 -0.00794631 0.127212 -0.00487976
Vertex 25243 -0.00680856 0.127356 -0.00506622
Vertex 25244 -0.0057025 0.12744 -0.00517306
Vertex 25245 -0.00463984 0.12746 -0.00519523
Vertex 25246 -0.00357593 0.127459 -0.0052112
Vertex 25247 -0.0025157 0.127417 -0.00520554
Vertex 25248 -0.00152895 0.1273 -0.00507098
Vertex 25249 -0.000544127 0.127196 -0.00494172
Vertex 25250 0.00047843 0.12713 -0.00487855
Vertex 25251 0.00157852 0.12719 -0.00497022
Vertex 25252 0.00268229 0.12726 -0.0050686
Vertex 25253 0.00377856 0.127353 -0.00517835
Vertex 25254 0.0048864 0.127407 -0.00526463
Vertex 25255 0.00602626 0.127371 -0.00517179
Vertex 25256 0.00697022 0.12731 -0.00520393
Vertex 25257 0.00795806 0.127195 -0.00506697
Vertex 25258 0.00897858 0.127106 -0.00499333
Vertex 25259 0.00993007 0.126906 -0.00476687
Vertex 25260 0.0109104 0.126748 -0.00460652
Vertex 25261 0.0118568 0.126524 -0.00436904
Vertex 25262 0.0128031 0.126304 -0.00413421
Vertex 25263 0.01375 0.126078 -0.00389468
Vertex 25264 0.0146587 0.125796 -0.00358107
Vertex 25265 0.0155789 0.125536 -0.0032763
Vertex 25266 0.0165193 0.125294 -0.00303164
Vertex 25267 0.0174244 0.125027 -0.00283112
Vertex 25268 0.0183651 0.124757 -0.00246117
Vertex 25269 0.0192696 0.124452 -0.00213625
Vertex 25270 0.0201621 0.124133 -0.00175315
Vertex 25271 0.0210813 0.123852 -0.00148905
Vertex 25272 0.0219588 0.123501 -0.00109075
Vertex 25273 0.0228232 0.123119 -0.000681491
Vertex 25274 0.0565638 0.0695327 0.00435815
Vertex 25275 -0.0424235 0.12018 -0.013117
Vertex 25276 0.01482 0.0920349 -0.0274402
Vertex 25277 -0.0162822 0.113495 -0.0182068
Vertex 25278 -0.0186783 0.101771 -0.0238107
Vertex 25279 0.013766 0.105146 -0.0193832
Vertex 25280 0.0178388 0.104825 -0.0190099
Vertex 25281 -0.0220481 0.121595 -0.00868192
Vertex 25282 0.0216856 0.0878179 -0.0250022
Vertex 25283 0.0225502 0.0873848 -0.0245875
Vertex 25284 0.0234098 0.0871372 -0.0242525
Vertex 25285 0.024363 0.0867852 -0.0239669
Vertex 25286 0.0525721 0.0648669 -0.000960413
Vertex 25287 0.0516025 0.0650498 -0.00116678
Vertex 25288 0.0282004 0.082909 -0.0218038
Vertex 25289 -0.0158711 0.0941172 -0.0338261
Vertex 25290 -0.0169313 0.0940904 -0.0338108
Vertex 25291 0.0245137 0.102392 -0.0184072
Vertex 25292 0.0104513 0.122961 -0.0105071
Vertex 25293 -0.0173075 0.11558 -0.0164072
Vertex 25294 -0.0110827 0.102149 -0.0241692
Vertex 25295 -0.00952503 0.0920885 -0.0357277
Vertex 25296 0.0555538 0.0665692 0.0013688
Vertex 25297 0.0102657 0.0954683 -0.0270889
Vertex 25298 0.0574071 0.0691343 0.00477569
Vertex 25299 -0.054929 0.0378655 -0.0109689
Vertex 25300 -0.0376206 0.0376543 -0.029358
Vertex 25301 0.0112253 0.0952809 -0.0268838
Vertex 25302 0.0581533 0.0685799 0.00535861
Vertex 25303 -0.00838403 0.100228 -0.0241757
Vertex 25304 -0.00023381 0.123831 -0.00932637
Vertex 25305 -0.0625552 0.176839 -0.0611671
Vertex 25306 -0.0413207 0.122297 -0.0113384
Vertex 25307 -0.0338561 0.0475081 -0.0226504
Vertex 25308 0.00433485 0.120467 -0.0137766
Vertex 25309 0.00920248 0.0914355 -0.0308607
Vertex 25310 0.0235849 0.102638 -0.0186769
Vertex 25311 -0.0304508 0.11875 -0.0116176
Vertex 25312 0.0121697 0.0950562 -0.0266386
Vertex 25313 0.005339 0.0971934 -0.026912
Vertex 25314 -0.05672 0.0341106 -0.0113244
Vertex 25315 -0.0412638 0.110187 -0.018624
Vertex 25316 -0.0287174 0.0344722 -0.0298467
Vertex 25317 -0.0299338 0.0468967 -0.0261593
Vertex 25318 -0.0242006 0.107431 -0.0217757
Vertex 25319 -0.042033 0.113762 -0.0163433
Vertex 25320 0.0196407 0.0940896 -0.0236062
Vertex 25321 0.00382851 0.0992997 -0.0231609
Vertex 25322 0.0382996 0.103126 -0.00513692
Vertex 25323 0.039746 0.101828 -0.00373788
Vertex 25324 -0.029008 0.0478606 -0.0250513
Vertex 25325 -0.0160251 0.0375717 -0.0270066
Vertex 25326 -0.0523102 0.116406 -0.0150785
Vertex 25327 4.86222e-05 0.11836 -0.0154829
Vertex 25328 -0.0556334 0.11822 -0.0129265
Vertex 25329 -0.0228582 0.119091 -0.0120569
Vertex 25330 -0.0284244 0.119569 -0.0104891
Vertex 25331 0.0179609 0.1201 -0.00942839
Vertex 25332 0.0362267 0.104294 -0.00842134
Vertex 25333 -0.030708 0.121227 -0.00820323
Vertex 25334 -0.0553259 0.126836 -0.00601308
Vertex 25335 -0.0543959 0.12661 -0.00573734
Vertex 25336 -0.0533766 0.126536 -0.00565695
Vertex 25337 -0.0523607 0.12647 -0.00557636
Vertex 25338 -0.0512663 0.12652 -0.00563382
Vertex 25339 -0.0502022 0.12654 -0.00566411
Vertex 25340 -0.0490636 0.126668 -0.00583208
Vertex 25341 -0.0480003 0.126688 -0.00585567
Vertex 25342 -0.0468988 0.126761 -0.00595632
Vertex 25343 -0.0457969 0.126831 -0.00605616
Vertex 25344 -0.0448105 0.126695 -0.00590468
Vertex 25345 -0.043786 0.126623 -0.00583839
Vertex 25346 -0.0427639 0.126553 -0.0057736
Vertex 25347 -0.0417806 0.126404 -0.00562318
Vertex 25348 -0.0407607 0.126285 -0.00553285
Vertex 25349 -0.0397817 0.126122 -0.00537397
Vertex 25350 -0.0388025 0.125966 -0.00521606
Vertex 25351 -0.0378236 0.125803 -0.00505851
Vertex 25352 -0.0368834 0.125578 -0.00482073
Vertex 25353 -0.0359493 0.125342 -0.00457539
Vertex 25354 -0.0350845 0.124972 -0.00417237
Vertex 25355 -0.0341992 0.124637 -0.00378015
Vertex 25356 -0.0332919 0.124337 -0.00345787
Vertex 25357 -0.0323569 0.124066 -0.00320487
Vertex 25358 -0.0313957 0.12387 -0.00298136
Vertex 25359 0.00114443 0.118463 -0.015597
Vertex 25360 -0.00732189 0.100225 -0.0241674
Vertex 25361 -0.0283817 0.123518 -0.00261643
Vertex 25362 -0.027273 0.123571 -0.00271305
Vertex 25363 -0.0262078 0.123609 -0.00273748
Vertex 25364 -0.0250588 0.123734 -0.00291588
Vertex 25365 -0.023911 0.123885 -0.00309916
Vertex 25366 -0.0227771 0.124071 -0.00329832
Vertex 25367 -0.0216432 0.124246 -0.00349177
Vertex 25368 -0.0205096 0.124449 -0.00369667
Vertex 25369 -0.0194201 0.1246 -0.00382324
Vertex 25370 -0.0183192 0.124686 -0.00393431
Vertex 25371 -0.017163 0.124753 -0.00408239
Vertex 25372 -0.0160718 0.124871 -0.00420428
Vertex 25373 -0.0149468 0.125073 -0.0044168
Vertex 25374 -0.0137258 0.125368 -0.00476898
Vertex 25375 -0.0124544 0.125711 -0.00519106
Vertex 25376 -0.0112343 0.126014 -0.00554296
Vertex 25377 -0.0100919 0.126182 -0.00573829
Vertex 25378 -0.00891511 0.126415 -0.00600997
Vertex 25379 -0.00773495 0.12664 -0.00628182
Vertex 25380 -0.00658802 0.126776 -0.00645935
Vertex 25381 -0.00552934 0.126815 -0.00649473
Vertex 25382 -0.00446177 0.12682 -0.00651375
Vertex 25383 -0.00340282 0.12679 -0.00651364
Vertex 25384 -0.00241379 0.126666 -0.00637642
Vertex 25385 -0.00142937 0.126525 -0.00622577
Vertex 25386 -0.000408544 0.126448 -0.00615558
Vertex 25387 0.00061382 0.126415 -0.00611002
Vertex 25388 0.00171621 0.126464 -0.00619605
Vertex 25389 0.00281822 0.126541 -0.00629609
Vertex 25390 0.00391726 0.126651 -0.0064175
Vertex 25391 0.00502464 0.126695 -0.00649713
Vertex 25392 0.0060852 0.126695 -0.00651247
Vertex 25393 0.00710731 0.126603 -0.00643182
Vertex 25394 0.0080932 0.126458 -0.00628099
Vertex 25395 0.00907886 0.126317 -0.00613291
Vertex 25396 0.0100342 0.126121 -0.00591235
Vertex 25397 0.0110096 0.125946 -0.00574203
Vertex 25398 0.0119572 0.125728 -0.00550935
Vertex 25399 0.0129045 0.125515 -0.00527553
Vertex 25400 0.0138217 0.125251 -0.00497301
Vertex 25401 0.0147654 0.125019 -0.0047274
Vertex 25402 0.0157129 0.124796 -0.00448994
Vertex 25403 0.0166807 0.124611 -0.00431903
Vertex 25404 0.00739557 0.0347435 -0.0216037
Vertex 25405 0.00340018 0.0348289 -0.0229504
Vertex 25406 0.00241269 0.0347278 -0.0230504
Vertex 25407 0.00140058 0.0348342 -0.0234319
Vertex 25408 0.000403091 0.0348316 -0.0232847
Vertex 25409 -0.000582144 0.0347482 -0.0236897
Vertex 25410 -0.00157869 0.0347285 -0.0237137
Vertex 25411 -0.00258809 0.0348892 -0.0237423
Vertex 25412 -0.00357674 0.0347286 -0.0239915
Vertex 25413 -0.00458022 0.0347745 -0.0240516
Vertex 25414 -0.00557634 0.0347311 -0.0241073
Vertex 25415 -0.00657564 0.0346831 -0.0243352
Vertex 25416 -0.00757151 0.0346922 -0.0244599
Vertex 25417 -0.0398457 0.0985451 -0.0219087
Vertex 25418 -0.04085 0.0985381 -0.021696
Vertex 25419 -0.0418518 0.098529 -0.0215916
Vertex 25420 -0.0428489 0.09852 -0.021578
Vertex 25421 -0.0135754 0.0347863 -0.0255909
Vertex 25422 -0.0155786 0.0348181 -0.0259692
Vertex 25423 -0.0438434 0.0985095 -0.0215595
Vertex 25424 -0.0448438 0.0985036 -0.0215544
Vertex 25425 -0.0458425 0.0985138 -0.0217256
Vertex 25426 -0.0468406 0.0985145 -0.021833
Vertex 25427 -0.0224906 0.034851 -0.0281799
Vertex 25428 -0.023525 0.0349287 -0.0283944
Vertex 25429 -0.0255122 0.0349295 -0.0287387
Vertex 25430 -0.0478408 0.098515 -0.0219326
Vertex 25431 0.0142608 0.0359816 -0.0203372
Vertex 25432 0.0133536 0.0359529 -0.0210721
Vertex 25433 0.0122525 0.036039 -0.0217262
Vertex 25434 -0.0488433 0.098515 -0.0220378
Vertex 25435 0.0094116 0.0360543 -0.0227822
Vertex 25436 0.00840449 0.0360838 -0.0229864
Vertex 25437 0.00741372 0.0360842 -0.0231635
Vertex 25438 0.00641089 0.036109 -0.0234066
Vertex 25439 0.00541958 0.0361021 -0.0235849
Vertex 25440 0.00441886 0.0361314 -0.0238164
Vertex 25441 0.00343169 0.0361267 -0.0240106
Vertex 25442 0.00242016 0.0361514 -0.024222
Vertex 25443 0.00142185 0.0361564 -0.0243567
Vertex 25444 0.000420458 0.036172 -0.0244623
Vertex 25445 -0.000579953 0.0361804 -0.0245898
Vertex 25446 -0.00158335 0.0361983 -0.0246741
Vertex 25447 -0.00258285 0.0361873 -0.0247048
Vertex 25448 -0.00358089 0.036197 -0.0248262
Vertex 25449 -0.00457986 0.0361758 -0.0248798
Vertex 25450 -0.00558231 0.0361988 -0.024956
Vertex 25451 -0.00657967 0.0361819 -0.0249969
Vertex 25452 -0.0498385 0.0970763 -0.0221981
Vertex 25453 -0.0508473 0.0970748 -0.0222124
Vertex 25454 -0.0518518 0.0970732 -0.0222063
Vertex 25455 -0.0125979 0.0362885 -0.0258846
Vertex 25456 -0.0136021 0.0363077 -0.0261392
Vertex 25457 -0.0145953 0.0363242 -0.0264317
Vertex 25458 -0.0498454 0.098516 -0.0220736
Vertex 25459 -0.050852 0.0985174 -0.022094
Vertex 25460 -0.0518585 0.0985114 -0.0220738
Vertex 25461 -0.0185965 0.0364224 -0.0275796
Vertex 25462 -0.0196119 0.0364667 -0.0278852
Vertex 25463 -0.0206175 0.0364922 -0.0281092
Vertex 25464 -0.0215925 0.0364837 -0.0283556
Vertex 25465 -0.0225905 0.0365035 -0.0286129
Vertex 25466 -0.0235952 0.03653 -0.0288249
Vertex 25467 -0.0245975 0.0365494 -0.0290831
Vertex 25468 -0.0255895 0.0365546 -0.0292581
Vertex 25469 -0.0528758 0.0985097 -0.0219976
Vertex 25470 -0.0672648 0.0680031 0.0322561
Vertex 25471 -0.0131917 0.169758 -0.0239616
Vertex 25472 -0.0181742 0.169737 -0.0210312
Vertex 25473 -0.0271732 0.169704 -0.0183584
Vertex 25474 -0.0538836 0.0984784 -0.021806
Vertex 25475 -0.0528408 0.0970645 -0.0221327
Vertex 25476 -0.0548752 0.0984577 -0.0213117
Vertex 25477 -0.0201579 0.171232 -0.0211109
Vertex 25478 -0.0271732 0.171194 -0.0185934
Vertex 25479 -0.0321688 0.171168 -0.015915
Vertex 25480 -0.055877 0.0984248 -0.0207921
Vertex 25481 -0.0569101 0.0984236 -0.0203516
Vertex 25482 -0.0818617 0.117704 -0.00327392
Vertex 25483 -0.0578948 0.0983776 -0.0200563
Vertex 25484 -0.058907 0.0983413 -0.0195805
Vertex 25485 -0.0598969 0.0982824 -0.0189251
Vertex 25486 -0.0191865 0.172705 -0.0222871
Vertex 25487 -0.058912 0.109738 -0.0167726
Vertex 25488 -0.0635438 0.0341847 -0.00786744
Vertex 25489 -0.0480694 0.153165 -0.00566954
Vertex 25490 -0.0656496 0.0339611 -0.00733584
Vertex 25491 -0.0676468 0.0338307 -0.00583252
Vertex 25492 -0.0281451 0.166722 -0.0170726
Vertex 25493 -0.0301385 0.166718 -0.0165418
Vertex 25494 -0.0608693 0.0982413 -0.018491
Vertex 25495 0.0143906 0.0373653 -0.0212799
Vertex 25496 0.0134057 0.0374127 -0.0219366
Vertex 25497 0.0124253 0.0374345 -0.0223624
Vertex 25498 0.01142 0.0374719 -0.022733
Vertex 25499 0.0104112 0.0375138 -0.0230668
Vertex 25500 0.00942462 0.0375116 -0.02327
Vertex 25501 0.00841559 0.0375405 -0.0234702
Vertex 25502 0.00741716 0.0375454 -0.0236134
Vertex 25503 0.00641397 0.0375702 -0.0238447
Vertex 25504 0.00540963 0.0375924 -0.0240752
Vertex 25505 0.0044132 0.0376001 -0.0242202
Vertex 25506 0.00341059 0.0376223 -0.0244648
Vertex 25507 0.0024069 0.037633 -0.0245625
Vertex 25508 0.00141145 0.0376391 -0.024717
Vertex 25509 0.000412578 0.0376462 -0.0248548
Vertex 25510 -0.000588677 0.037658 -0.0249499
Vertex 25511 -0.00158954 0.0376715 -0.025054
Vertex 25512 -0.00258654 0.0376582 -0.0251248
Vertex 25513 -0.00358669 0.0376696 -0.025221
Vertex 25514 -0.00458896 0.0376652 -0.0252351
Vertex 25515 -0.00558664 0.0376733 -0.0253626
Vertex 25516 -0.00659114 0.03769 -0.0254352
Vertex 25517 -0.00758688 0.0376797 -0.0254717
Vertex 25518 -0.00858661 0.0376839 -0.0256139
Vertex 25519 -0.00958914 0.0376967 -0.0257201
Vertex 25520 -0.0105903 0.0377043 -0.0258398
Vertex 25521 -0.0116048 0.0377441 -0.0259987
Vertex 25522 -0.0125983 0.037741 -0.0261872
Vertex 25523 -0.0136024 0.0377623 -0.0264268
Vertex 25524 -0.0146115 0.03779 -0.0266447
Vertex 25525 -0.0618416 0.098205 -0.0180486
Vertex 25526 -0.0176179 0.0378672 -0.0275216
Vertex 25527 -0.0186131 0.0378854 -0.0277917
Vertex 25528 -0.0196147 0.0379102 -0.0280301
Vertex 25529 -0.0206136 0.0379294 -0.0283016
Vertex 25530 -0.0215953 0.03793 -0.0285032
Vertex 25531 -0.0226026 0.0379508 -0.0287016
Vertex 25532 -0.023601 0.0379574 -0.0288347
Vertex 25533 -0.024607 0.037979 -0.0290368
Vertex 25534 -0.0255993 0.037974 -0.029094
Vertex 25535 -0.0628508 0.0981808 -0.0176907
Vertex 25536 0.00310161 0.111606 -0.0202814
Vertex 25537 -0.0778811 0.12224 -0.00662917
Vertex 25538 -0.077868 0.12372 -0.00684832
Vertex 25539 -0.0638567 0.0981567 -0.0173229
Vertex 25540 -0.0648891 0.0981501 -0.0170112
Vertex 25541 -0.0658747 0.0981197 -0.0167177
Vertex 25542 -0.0668671 0.0980924 -0.0163226
Vertex 25543 -0.0678611 0.0980605 -0.0159397
Vertex 25544 0.00614025 0.110185 -0.0202335
Vertex 25545 -0.0350727 0.157773 -0.0116201
Vertex 25546 -0.0688327 0.09803 -0.0157395
Vertex 25547 -0.0698503 0.0980241 -0.015524
Vertex 25548 -0.0708458 0.0980019 -0.0152545
Vertex 25549 -0.0718516 0.0979698 -0.0147575
Vertex 25550 -0.0538563 0.0970443 -0.0219059
Vertex 25551 -0.0728362 0.0979301 -0.0143404
Vertex 25552 -0.0152189 0.172708 -0.0246075
Vertex 25553 -0.0281556 0.17562 -0.0175208
Vertex 25554 -0.0251823 0.172681 -0.0196186
Vertex 25555 -0.0441291 0.159145 -0.00944971
Vertex 25556 -0.047561 0.0361661 -0.0123414
Vertex 25557 -0.0485578 0.0361757 -0.0124661
Vertex 25558 -0.073851 0.0979023 -0.0138506
Vertex 25559 -0.0748382 0.0978559 -0.0133191
Vertex 25560 0.00110427 0.111585 -0.0201254
Vertex 25561 0.00711096 0.111601 -0.019782
Vertex 25562 -0.0758657 0.097813 -0.01246
Vertex 25563 -0.033143 0.157873 -0.0118064
Vertex 25564 -0.023205 0.178608 -0.0204967
Vertex 25565 -0.0508873 0.105589 -0.0194525
Vertex 25566 -0.0519018 0.105587 -0.0193502
Vertex 25567 -0.0659107 0.120913 -0.00886784
Vertex 25568 -0.0508873 0.109845 -0.0186279
Vertex 25569 -0.082909 0.123594 -0.00426589
Vertex 25570 -0.0528954 0.105563 -0.0191967
Vertex 25571 -0.0619218 0.112503 -0.0143567
Vertex 25572 -0.0635449 0.0356868 -0.00823988
Vertex 25573 -0.0645431 0.0356401 -0.00785526
Vertex 25574 -0.0655175 0.0356165 -0.00754656
Vertex 25575 -0.0665675 0.0355377 -0.00701232
Vertex 25576 -0.0675456 0.035487 -0.00647
Vertex 25577 -0.0685946 0.0353745 -0.00558788
Vertex 25578 -0.0695434 0.0352232 -0.00418951
Vertex 25579 0.0244581 0.0366925 -0.000851561
Vertex 25580 0.0234605 0.0367801 -0.00165856
Vertex 25581 0.0224551 0.0368363 -0.00219983
Vertex 25582 -0.0491191 0.159098 -0.00622225
Vertex 25583 -0.020138 0.166773 -0.018707
Vertex 25584 -0.0261276 0.166758 -0.01752
Vertex 25585 -0.0480744 0.151666 -0.00489643
Vertex 25586 -0.0728899 0.122329 -0.00823917
Vertex 25587 0.0144177 0.0388354 -0.0218485
Vertex 25588 0.0133897 0.0389058 -0.0222843
Vertex 25589 0.0124104 0.0389053 -0.0225983
Vertex 25590 0.0114184 0.0389206 -0.0228692
Vertex 25591 0.0104091 0.0389479 -0.0231008
Vertex 25592 0.00940878 0.0389595 -0.0232113
Vertex 25593 0.0084105 0.0389663 -0.0233493
Vertex 25594 0.00740689 0.0389878 -0.0235836
Vertex 25595 0.00640724 0.0390095 -0.0238414
Vertex 25596 0.0053978 0.0390279 -0.0240405
Vertex 25597 0.00440363 0.0390362 -0.0241943
Vertex 25598 0.00340212 0.0390598 -0.024445
Vertex 25599 0.00240772 0.0390703 -0.0246208
Vertex 25600 0.00140103 0.0390882 -0.0248121
Vertex 25601 0.000401309 0.0390966 -0.0249339
Vertex 25602 -0.000599084 0.0391028 -0.0250468
Vertex 25603 -0.00159763 0.0391157 -0.0252097
Vertex 25604 -0.00259587 0.0391262 -0.0253465
Vertex 25605 -0.00359535 0.0391334 -0.025473
Vertex 25606 -0.00459579 0.039143 -0.025596
Vertex 25607 -0.00559653 0.0391515 -0.0257085
Vertex 25608 -0.00659427 0.0391448 -0.0257394
Vertex 25609 -0.00759694 0.039172 -0.0259394
Vertex 25610 -0.00859398 0.0391639 -0.0259828
Vertex 25611 -0.00959872 0.0391743 -0.0260833
Vertex 25612 -0.0105966 0.0391805 -0.0262222
Vertex 25613 -0.0115998 0.0391898 -0.02633
Vertex 25614 -0.0126068 0.0392015 -0.0264338
Vertex 25615 -0.0136017 0.0392183 -0.0267222
Vertex 25616 -0.0145978 0.0392398 -0.0269855
Vertex 25617 -0.0156039 0.0392636 -0.0272219
Vertex 25618 -0.0166283 0.0393036 -0.0275139
Vertex 25619 -0.0175974 0.0393048 -0.0277532
Vertex 25620 -0.0186192 0.0393436 -0.0280481
Vertex 25621 -0.0196031 0.0393462 -0.028238
Vertex 25622 -0.0206006 0.0393656 -0.0285093
Vertex 25623 -0.0216083 0.039391 -0.0287125
Vertex 25624 -0.0226105 0.0393974 -0.0288175
Vertex 25625 -0.0236049 0.0394052 -0.0289635
Vertex 25626 -0.0246065 0.0394112 -0.0290873
Vertex 25627 -0.0255986 0.0394109 -0.0291464
Vertex 25628 -0.0540996 0.154592 -0.00271527
Vertex 25629 -0.0780673 0.0690482 0.0132523
Vertex 25630 -0.053898 0.105542 -0.0189379
Vertex 25631 -0.0709225 0.109376 -0.0106672
Vertex 25632 -0.0306087 0.0394849 -0.0300968
Vertex 25633 -0.0316065 0.039499 -0.0303181
Vertex 25634 -0.0326038 0.039499 -0.0302708
Vertex 25635 -0.0336086 0.0394857 -0.0301589
Vertex 25636 -0.0708792 0.115031 -0.00817569
Vertex 25637 -0.0291365 0.165225 -0.016186
Vertex 25638 -0.0376133 0.0393512 -0.0290006
Vertex 25639 -0.038606 0.0392918 -0.0284798
Vertex 25640 -0.0396087 0.0392284 -0.0278507
Vertex 25641 -0.0545309 0.0352136 0.0455493
Vertex 25642 -0.0548923 0.105518 -0.0186699
Vertex 25643 -0.0788715 0.122217 -0.0060966
Vertex 25644 -0.0749763 0.136928 -0.00646616
Vertex 25645 -0.0659657 0.129697 -0.00887578
Vertex 25646 -0.0261859 0.172679 -0.0191085
Vertex 25647 -0.030101 0.160758 -0.0141091
Vertex 25648 -0.0475686 0.0376232 -0.0123457
Vertex 25649 -0.0485539 0.0376116 -0.0123218
Vertex 25650 -0.0495645 0.0375773 -0.0119604
Vertex 25651 -0.0558768 0.105489 -0.0184971
Vertex 25652 -0.0441374 0.160646 -0.00957119
Vertex 25653 -0.0401921 0.166668 -0.0117758
Vertex 25654 -0.0838483 0.119157 -0.00284212
Vertex 25655 -0.0668846 0.117985 -0.00889164
Vertex 25656 -0.0818614 0.114723 -0.0022038
Vertex 25657 -0.0565291 0.0373798 -0.0104777
Vertex 25658 -0.0568793 0.105485 -0.0183902
Vertex 25659 -0.0830081 0.135296 -0.00152379
Vertex 25660 -0.0605217 0.0372227 -0.00906293
Vertex 25661 -0.06148 0.0371866 -0.00855801
Vertex 25662 -0.0779551 0.131028 -0.00606492
Vertex 25663 -0.063488 0.037094 -0.00797583
Vertex 25664 -0.0645109 0.0370591 -0.00764757
Vertex 25665 -0.0654933 0.0370192 -0.00733845
Vertex 25666 -0.0664891 0.0369705 -0.00688594
Vertex 25667 -0.0675101 0.0369158 -0.0062949
Vertex 25668 -0.0685182 0.0368214 -0.0053939
Vertex 25669 -0.0695317 0.0366687 -0.00405392
Vertex 25670 -0.0706839 0.0363372 -0.00115986
Vertex 25671 -0.0715396 0.0362187 -0.000138838
Vertex 25672 0.033449 0.0380742 0.000639692
Vertex 25673 0.032415 0.0383305 -0.000488607
Vertex 25674 0.0314145 0.0384146 -0.00113672
Vertex 25675 0.0304284 0.0383851 -0.001443
Vertex 25676 0.0284741 0.0381475 -0.00163189
Vertex 25677 0.0274945 0.0381011 -0.00197122
Vertex 25678 0.026467 0.0383015 -0.00253304
Vertex 25679 0.0254584 0.0383883 -0.00303811
Vertex 25680 0.0244505 0.0384021 -0.00302114
Vertex 25681 0.023446 0.0385037 -0.00396461
Vertex 25682 -0.0708979 0.122353 -0.00862039
Vertex 25683 -0.0161451 0.166792 -0.0199866
Vertex 25684 -0.0231365 0.166757 -0.0180638
Vertex 25685 -0.054857 0.0970227 -0.0215362
Vertex 25686 0.0163786 0.0403059 -0.0216745
Vertex 25687 0.0154069 0.0403121 -0.0220991
Vertex 25688 0.0144144 0.0403325 -0.0225056
Vertex 25689 0.0134264 0.0403382 -0.0227982
Vertex 25690 0.0124197 0.0403679 -0.0230567
Vertex 25691 0.0114164 0.0403794 -0.0231815
Vertex 25692 0.0104088 0.0403968 -0.0232872
Vertex 25693 0.00941217 0.040392 -0.0233006
Vertex 25694 0.00840712 0.0404044 -0.0234014
Vertex 25695 0.00740202 0.0404296 -0.0235788
Vertex 25696 0.00640925 0.0404248 -0.023654
Vertex 25697 0.00540344 0.040445 -0.0238712
Vertex 25698 0.00439792 0.0404664 -0.024069
Vertex 25699 0.00340705 0.0404653 -0.0241388
Vertex 25700 0.00239673 0.0404932 -0.0244502
Vertex 25701 0.00139789 0.0405023 -0.0245871
Vertex 25702 0.000392133 0.0405199 -0.0247969
Vertex 25703 -0.000600787 0.0405329 -0.0249772
Vertex 25704 -0.00160432 0.0405525 -0.0251988
Vertex 25705 -0.00260003 0.0405608 -0.0253579
Vertex 25706 -0.00359864 0.0405713 -0.0254999
Vertex 25707 -0.00459976 0.0405792 -0.0256485
Vertex 25708 -0.00560235 0.0406015 -0.0258376
Vertex 25709 -0.00660048 0.0405957 -0.0258634
Vertex 25710 -0.00760223 0.0406064 -0.0259713
Vertex 25711 -0.00860205 0.0406149 -0.0260948
Vertex 25712 -0.00960203 0.0406207 -0.0262166
Vertex 25713 -0.0105985 0.0406145 -0.0262787
Vertex 25714 -0.0116015 0.0406252 -0.0263738
Vertex 25715 -0.0126067 0.040646 -0.0265976
Vertex 25716 -0.0136021 0.0406665 -0.0268707
Vertex 25717 -0.0146057 0.0406867 -0.0271172
Vertex 25718 -0.0156111 0.0407209 -0.0274801
Vertex 25719 -0.0166099 0.0407431 -0.0277394
Vertex 25720 -0.0176152 0.0407641 -0.0279656
Vertex 25721 -0.0186097 0.0407857 -0.0282477
Vertex 25722 -0.0196118 0.040807 -0.0284935
Vertex 25723 -0.0205993 0.0408181 -0.0286892
Vertex 25724 -0.0216102 0.0408331 -0.028871
Vertex 25725 -0.0226112 0.04084 -0.0289768
Vertex 25726 -0.0236123 0.0408478 -0.0290846
Vertex 25727 -0.0246071 0.0408479 -0.0291354
Vertex 25728 -0.0256081 0.0408536 -0.0292407
Vertex 25729 -0.0266144 0.0408668 -0.0293519
Vertex 25730 -0.0276134 0.0408758 -0.0294796
Vertex 25731 -0.028614 0.0408765 -0.0296027
Vertex 25732 -0.0296169 0.0408892 -0.0298249
Vertex 25733 -0.0306178 0.0409006 -0.0300462
Vertex 25734 -0.0316113 0.0409091 -0.0301005
Vertex 25735 -0.032605 0.0408975 -0.030074
Vertex 25736 -0.0336134 0.0408899 -0.0298935
Vertex 25737 -0.0346258 0.0408721 -0.0296689
Vertex 25738 -0.0356136 0.0408304 -0.0293778
Vertex 25739 -0.0366032 0.0407784 -0.0289892
Vertex 25740 -0.0375646 0.0407082 -0.0285349
Vertex 25741 -0.0386188 0.04066 -0.0277325
Vertex 25742 0.00710791 0.110158 -0.019992
Vertex 25743 -0.0501327 0.159092 -0.00542351
Vertex 25744 -0.066012 0.139954 -0.00779963
Vertex 25745 -0.0741051 0.0686193 0.025039
Vertex 25746 -0.0787639 0.0696569 0.0125705
Vertex 25747 -0.0201905 0.172698 -0.0217858
Vertex 25748 -0.0740846 0.0657329 0.0152043
Vertex 25749 -0.0629819 0.128219 -0.0083429
Vertex 25750 -0.0475747 0.0390527 -0.0120963
Vertex 25751 -0.0485567 0.0390246 -0.0119389
Vertex 25752 -0.049558 0.0389942 -0.0116749
Vertex 25753 -0.0505315 0.0389504 -0.011562
Vertex 25754 -0.0515418 0.0389441 -0.0114685
Vertex 25755 -0.0525514 0.0389481 -0.0113995
Vertex 25756 -0.0535445 0.0389126 -0.0111352
Vertex 25757 -0.0545209 0.0388646 -0.0108239
Vertex 25758 -0.0555353 0.0388223 -0.0103544
Vertex 25759 -0.0565382 0.0387829 -0.00997998
Vertex 25760 -0.0575406 0.0387439 -0.00960491
Vertex 25761 -0.0585141 0.0386878 -0.00928985
Vertex 25762 -0.0595062 0.0386574 -0.00901889
Vertex 25763 -0.0605167 0.0386224 -0.00865968
Vertex 25764 -0.0615139 0.0385816 -0.00827445
Vertex 25765 -0.062493 0.0385506 -0.00796777
Vertex 25766 -0.063479 0.0384929 -0.0076832
Vertex 25767 -0.0645061 0.0384674 -0.00726163
Vertex 25768 -0.0654795 0.0384216 -0.00684663
Vertex 25769 -0.0664676 0.0383698 -0.00648508
Vertex 25770 -0.0674682 0.0382926 -0.00574154
Vertex 25771 -0.0683644 0.0381281 -0.00463362
Vertex 25772 -0.0695501 0.0378481 -0.00149869
Vertex 25773 -0.0705692 0.037778 -0.000833243
Vertex 25774 -0.0715439 0.0376425 0.00026118
Vertex 25775 -0.0578691 0.105465 -0.0183362
Vertex 25776 -0.0198831 0.107284 -0.0222237
Vertex 25777 0.0374062 0.0397236 -0.000139169
Vertex 25778 0.0363991 0.039859 -0.00104313
Vertex 25779 0.0354021 0.0399255 -0.00156043
Vertex 25780 0.0344146 0.0399125 -0.00185272
Vertex 25781 0.0334188 0.0399387 -0.00226403
Vertex 25782 0.0324259 0.0399358 -0.00240332
Vertex 25783 0.031421 0.0399741 -0.00264961
Vertex 25784 0.0304249 0.0399897 -0.00292852
Vertex 25785 0.029436 0.039931 -0.00313898
Vertex 25786 0.0284614 0.0398271 -0.00325429
Vertex 25787 0.0274404 0.0399547 -0.00370609
Vertex 25788 0.0264293 0.0400385 -0.00421056
Vertex 25789 0.0254331 0.0400654 -0.00462996
Vertex 25790 -0.0789484 0.130998 -0.00538086
Vertex 25791 -0.0610153 0.131125 -0.0076807
Vertex 25792 -0.0171472 0.166778 -0.0196136
Vertex 25793 -0.0241278 0.166765 -0.0179136
Vertex 25794 -0.0510737 0.151654 -0.00393732
Vertex 25795 -0.0588856 0.105471 -0.0181522
Vertex 25796 0.0174063 0.0417452 -0.0219906
Vertex 25797 0.0164129 0.0417834 -0.0225068
Vertex 25798 0.0154304 0.0417921 -0.0229429
Vertex 25799 0.0144142 0.0418406 -0.0232939
Vertex 25800 0.0134018 0.0418881 -0.0236384
Vertex 25801 0.012409 0.0418787 -0.0238148
Vertex 25802 0.0114013 0.0419017 -0.0239008
Vertex 25803 0.0104003 0.0418913 -0.0239147
Vertex 25804 0.00939844 0.0418898 -0.0239164
Vertex 25805 0.00839558 0.0418967 -0.0238735
Vertex 25806 0.00740015 0.0418656 -0.0238182
Vertex 25807 0.00639612 0.0418759 -0.0239341
Vertex 25808 0.00539692 0.0418924 -0.0240197
Vertex 25809 0.00440015 0.0419024 -0.0241382
Vertex 25810 0.00339772 0.0418993 -0.0241367
Vertex 25811 0.002402 0.041908 -0.0243037
Vertex 25812 0.00139766 0.0419298 -0.0244976
Vertex 25813 0.000399482 0.0419381 -0.024642
Vertex 25814 -0.000607228 0.0419595 -0.0248688
Vertex 25815 -0.00159817 0.0419657 -0.0250292
Vertex 25816 -0.00260639 0.0419888 -0.0252454
Vertex 25817 -0.00360287 0.0419944 -0.0253901
Vertex 25818 -0.00460242 0.0419996 -0.0255341
Vertex 25819 -0.00560579 0.042007 -0.0256504
Vertex 25820 -0.00660848 0.0420213 -0.0257519
Vertex 25821 -0.00761024 0.0420402 -0.0258045
Vertex 25822 -0.0086066 0.042026 -0.0258639
Vertex 25823 -0.00960244 0.0420101 -0.025949
Vertex 25824 -0.0106066 0.0420419 -0.0261259
Vertex 25825 -0.0116045 0.0420472 -0.0262702
Vertex 25826 -0.0125985 0.0420542 -0.026434
Vertex 25827 -0.0136075 0.0420889 -0.0267571
Vertex 25828 -0.014608 0.0421127 -0.0270124
Vertex 25829 -0.0155991 0.0421323 -0.0272897
Vertex 25830 -0.0166194 0.0421642 -0.027592
Vertex 25831 -0.0176147 0.042187 -0.0278695
Vertex 25832 -0.0186103 0.042208 -0.0281438
Vertex 25833 -0.0196215 0.042233 -0.0284571
Vertex 25834 -0.0206158 0.0422474 -0.0286271
Vertex 25835 -0.0216106 0.0422609 -0.0287762
Vertex 25836 -0.0226137 0.0422636 -0.0288734
Vertex 25837 -0.0236164 0.0422618 -0.0289626
Vertex 25838 -0.0246131 0.0422659 -0.0289978
Vertex 25839 -0.0256167 0.0422692 -0.0291044
Vertex 25840 -0.0266181 0.042276 -0.0292233
Vertex 25841 -0.0276164 0.0422898 -0.0293674
Vertex 25842 -0.0286182 0.0422955 -0.0294891
Vertex 25843 -0.0598806 0.105454 -0.017999
Vertex 25844 0.0182047 0.100313 -0.0224597
Vertex 25845 0.0171559 0.100271 -0.022436
Vertex 25846 0.0161529 0.100264 -0.0224296
Vertex 25847 0.0141481 0.100268 -0.0227789
Vertex 25848 0.0131476 0.100265 -0.0227775
Vertex 25849 0.0111435 0.100252 -0.0225401
Vertex 25850 0.00410653 0.111609 -0.0202712
Vertex 25851 -0.0739433 0.134018 -0.00754124
Vertex 25852 -0.0608886 0.105445 -0.0177606
Vertex 25853 -0.0148777 0.0364156 0.0513074
Vertex 25854 -0.0211896 0.172692 -0.021286
Vertex 25855 -0.0271752 0.172675 -0.0185845
Vertex 25856 -0.0138991 0.162654 -0.0155462
Vertex 25857 -0.0558857 0.0970202 -0.0212239
Vertex 25858 -0.0485658 0.0404434 -0.0115683
Vertex 25859 -0.0495545 0.0404082 -0.0113965
Vertex 25860 -0.0505461 0.0403717 -0.011217
Vertex 25861 -0.0515413 0.0403485 -0.0110842
Vertex 25862 -0.0525617 0.0403541 -0.0109145
Vertex 25863 -0.0535427 0.0402957 -0.0106063
Vertex 25864 -0.0545439 0.0402656 -0.0102441
Vertex 25865 -0.0555251 0.040203 -0.0098178
Vertex 25866 -0.0565326 0.0401709 -0.00945456
Vertex 25867 -0.0575443 0.0401418 -0.00909914
Vertex 25868 -0.058528 0.0400924 -0.008802
Vertex 25869 -0.0595357 0.0400627 -0.00844467
Vertex 25870 -0.0568962 0.0970004 -0.0209687
Vertex 25871 -0.0615278 0.0399873 -0.00779984
Vertex 25872 -0.062514 0.0399436 -0.00751704
Vertex 25873 -0.0635175 0.0399079 -0.00714576
Vertex 25874 -0.0645122 0.0398643 -0.00676714
Vertex 25875 -0.0654945 0.0398115 -0.0063825
Vertex 25876 -0.0664819 0.0397537 -0.00588584
Vertex 25877 -0.0674469 0.0396367 -0.00494886
Vertex 25878 -0.0687139 0.0394283 -0.00171366
Vertex 25879 -0.0768702 0.122267 -0.00710647
Vertex 25880 -0.02088 0.107273 -0.0222055
Vertex 25881 -0.0689152 0.109432 -0.0116742
Vertex 25882 0.0379841 0.0406211 -0.00115448
Vertex 25883 -0.0716194 0.0382939 0.000706648
Vertex 25884 -0.0619058 0.105434 -0.0174028
Vertex 25885 0.0383993 0.0413521 -0.00190432
Vertex 25886 0.037401 0.0414131 -0.00242752
Vertex 25887 0.0364284 0.0413843 -0.00274773
Vertex 25888 0.0354173 0.0414682 -0.003097
Vertex 25889 0.0344326 0.0414166 -0.00330414
Vertex 25890 0.0334239 0.0414863 -0.00351395
Vertex 25891 0.0324265 0.0414912 -0.00365574
Vertex 25892 0.0314216 0.0415146 -0.00377022
Vertex 25893 0.0304133 0.0415863 -0.00412062
Vertex 25894 0.029434 0.0414849 -0.00426139
Vertex 25895 0.0284176 0.0415874 -0.00471776
Vertex 25896 0.0274028 0.0416284 -0.00496361
Vertex 25897 0.0264339 0.0415833 -0.00518191
Vertex 25898 0.0254504 0.0415949 -0.00563526
Vertex 25899 -0.0629048 0.1054 -0.0169977
Vertex 25900 0.00310943 0.110155 -0.0202398
Vertex 25901 -0.0620515 0.035927 0.0204607
Vertex 25902 -0.021137 0.166765 -0.0184531
Vertex 25903 -0.0639163 0.105371 -0.0163736
Vertex 25904 0.0183807 0.0432425 -0.0223469
Vertex 25905 0.0173872 0.0432828 -0.0228623
Vertex 25906 0.0163989 0.0433061 -0.0232691
Vertex 25907 0.0154157 0.0433241 -0.0236953
Vertex 25908 0.0143954 0.0433708 -0.024029
Vertex 25909 0.013384 0.043414 -0.024368
Vertex 25910 0.0123957 0.0434077 -0.0245497
Vertex 25911 0.0113955 0.0434069 -0.0246972
Vertex 25912 0.0103893 0.0434318 -0.0247637
Vertex 25913 0.0093871 0.0434015 -0.0246765
Vertex 25914 0.00839042 0.0434178 -0.024623
Vertex 25915 0.0073902 0.0433817 -0.0245369
Vertex 25916 0.00639168 0.0433788 -0.024537
Vertex 25917 0.00539495 0.0433546 -0.0245866
Vertex 25918 0.00439509 0.0433687 -0.0246925
Vertex 25919 0.00339178 0.0433892 -0.0247833
Vertex 25920 0.00239172 0.0434053 -0.0248906
Vertex 25921 0.0013977 0.0433563 -0.0248502
Vertex 25922 0.000400525 0.0433705 -0.0249688
Vertex 25923 -0.000596635 0.0433605 -0.0249736
Vertex 25924 -0.00160584 0.0434015 -0.0251635
Vertex 25925 -0.00260981 0.0434451 -0.0255195
Vertex 25926 -0.00359562 0.043415 -0.0257386
Vertex 25927 -0.00460043 0.0434181 -0.0258683
Vertex 25928 -0.00560304 0.0434101 -0.0260312
Vertex 25929 -0.0066107 0.0434378 -0.0261152
Vertex 25930 -0.00761327 0.0434711 -0.0261832
Vertex 25931 -0.00861273 0.0434199 -0.0261503
Vertex 25932 -0.00961348 0.0434416 -0.0262361
Vertex 25933 -0.0106092 0.0434444 -0.026227
Vertex 25934 -0.0116079 0.0434695 -0.0263093
Vertex 25935 -0.0126085 0.0434839 -0.0264186
Vertex 25936 -0.013606 0.0435021 -0.0266802
Vertex 25937 -0.0146056 0.0435263 -0.0269315
Vertex 25938 -0.0156018 0.0435495 -0.027203
Vertex 25939 -0.0166096 0.0435748 -0.0274243
Vertex 25940 -0.0176105 0.0435992 -0.0276633
Vertex 25941 -0.0186132 0.0436215 -0.0279143
Vertex 25942 -0.0196184 0.043638 -0.0281382
Vertex 25943 -0.0206243 0.0436469 -0.0283402
Vertex 25944 -0.0216155 0.0436703 -0.028439
Vertex 25945 -0.022619 0.0436731 -0.0285417
Vertex 25946 -0.0236196 0.0436733 -0.0286374
Vertex 25947 -0.0246191 0.0436702 -0.0286423
Vertex 25948 -0.0256204 0.0436547 -0.0287136
Vertex 25949 -0.0266217 0.0436536 -0.0288174
Vertex 25950 -0.0276244 0.0436594 -0.0289391
Vertex 25951 -0.057886 0.0969698 -0.0206731
Vertex 25952 -0.0649278 0.105334 -0.0156241
Vertex 25953 -0.0668923 0.109473 -0.0126504
Vertex 25954 0.00410872 0.110162 -0.02034
Vertex 25955 -0.0668955 0.116554 -0.00922261
Vertex 25956 -0.0678845 0.116524 -0.00880656
Vertex 25957 -0.024177 0.172689 -0.0201134
Vertex 25958 -0.074876 0.107788 -0.00905848
Vertex 25959 -0.0799536 0.133905 -0.00443135
Vertex 25960 -0.081937 0.128034 -0.00496911
Vertex 25961 -0.0739068 0.123785 -0.00803832
Vertex 25962 -0.0599768 0.12527 -0.00809043
Vertex 25963 -0.0659232 0.105312 -0.014993
Vertex 25964 -0.0390659 0.157734 -0.0109824
Vertex 25965 -0.0221845 0.172691 -0.0208918
Vertex 25966 -0.0669297 0.105269 -0.0144963
Vertex 25967 -0.0679029 0.105215 -0.0140793
Vertex 25968 -0.0659599 0.128235 -0.00885739
Vertex 25969 -0.0485613 0.0418518 -0.011173
Vertex 25970 -0.0495602 0.0418248 -0.0110192
Vertex 25971 -0.0505603 0.0417939 -0.0107632
Vertex 25972 -0.0515389 0.0417461 -0.0105815
Vertex 25973 -0.0525645 0.0417313 -0.0101531
Vertex 25974 -0.0535612 0.0416919 -0.00977582
Vertex 25975 -0.054551 0.0416447 -0.00949548
Vertex 25976 -0.0555242 0.0415797 -0.00918326
Vertex 25977 -0.0575342 0.0415089 -0.00843308
Vertex 25978 -0.0729608 0.135493 -0.0074448
Vertex 25979 -0.0568732 0.108333 -0.017952
Vertex 25980 -0.0588895 0.0969269 -0.0201624
Vertex 25981 -0.0625234 0.0413191 -0.00677899
Vertex 25982 -0.0655061 0.041163 -0.00538315
Vertex 25983 -0.0848294 0.111312 0.0422165
Vertex 25984 -0.0677174 0.0409231 -0.00173026
Vertex 25985 -0.0320811 0.1577 -0.0118106
Vertex 25986 -0.0659867 0.134061 -0.00822741
Vertex 25987 -0.0291819 0.174148 -0.0171874
Vertex 25988 -0.0598355 0.0968573 -0.0194316
Vertex 25989 -0.0421665 0.16366 -0.0107342
Vertex 25990 -0.0608758 0.0968112 -0.0186271
Vertex 25991 -0.0461288 0.15913 -0.00829043
Vertex 25992 -0.0478356 0.0970782 -0.0220591
Vertex 25993 0.0414526 0.0425673 -0.000513932
Vertex 25994 0.0404388 0.0427247 -0.00185446
Vertex 25995 0.0393846 0.0429207 -0.00283799
Vertex 25996 0.0383916 0.042968 -0.00337479
Vertex 25997 0.0373988 0.0430101 -0.00376662
Vertex 25998 0.036411 0.0430004 -0.00393346
Vertex 25999 0.0354121 0.0430461 -0.00417186
Vertex 26000 0.0344174 0.0430387 -0.00433126
Vertex 26001 0.0334156 0.0430777 -0.00456693
Vertex 26002 0.0324104 0.0430965 -0.00468251
Vertex 26003 0.0314049 0.0431209 -0.00494122
Vertex 26004 0.0304128 0.0431004 -0.0051324
Vertex 26005 0.0293811 0.04325 -0.00550019
Vertex 26006 0.0284042 0.0431456 -0.00552671
Vertex 26007 0.0274201 0.0431121 -0.00573463
Vertex 26008 0.0264706 0.0430524 -0.00597567
Vertex 26009 -0.0669244 0.123843 -0.00898539
Vertex 26010 -0.0729148 0.110726 -0.0089954
Vertex 26011 -0.0329249 0.0369927 0.0503412
Vertex 26012 -0.0648898 0.0353536 0.0257632
Vertex 26013 -0.0181465 0.166773 -0.0192359
Vertex 26014 -0.0590743 0.136941 -0.00615344
Vertex 26015 -0.0600399 0.13696 -0.00647222
Vertex 26016 0.0183828 0.0447123 -0.0227438
Vertex 26017 0.0173831 0.0447578 -0.0232543
Vertex 26018 0.0163996 0.044784 -0.0236657
Vertex 26019 0.0154 0.0448131 -0.0240573
Vertex 26020 0.0143831 0.0448677 -0.0245168
Vertex 26021 0.0133914 0.0448806 -0.0247967
Vertex 26022 0.0124021 0.0448701 -0.0249804
Vertex 26023 0.0113837 0.0449118 -0.0251572
Vertex 26024 0.0103837 0.0449023 -0.0251665
Vertex 26025 0.00938205 0.0449001 -0.0251557
Vertex 26026 0.00838174 0.0449018 -0.0251393
Vertex 26027 0.00738229 0.0448872 -0.0251556
Vertex 26028 0.00638813 0.0448624 -0.0253374
Vertex 26029 0.00538744 0.0448871 -0.0255741
Vertex 26030 0.00439164 0.0448792 -0.025855
Vertex 26031 0.00339515 0.0448431 -0.0258796
Vertex 26032 0.00238303 0.0449286 -0.0261957
Vertex 26033 0.00138117 0.044939 -0.0263139
Vertex 26034 0.000388646 0.0448955 -0.0263577
Vertex 26035 -0.000607851 0.0448652 -0.0263872
Vertex 26036 -0.00162246 0.0450436 -0.027024
Vertex 26037 -0.00261634 0.0450445 -0.0274328
Vertex 26038 -0.00362249 0.0451016 -0.0279234
Vertex 26039 -0.00462988 0.0451748 -0.0282624
Vertex 26040 -0.00562712 0.0451708 -0.0285409
Vertex 26041 -0.00662603 0.045146 -0.0285621
Vertex 26042 -0.00762589 0.0451743 -0.028662
Vertex 26043 -0.00862356 0.0451919 -0.0286362
Vertex 26044 -0.00962571 0.0451144 -0.0282927
Vertex 26045 -0.0106261 0.0451108 -0.0281505
Vertex 26046 -0.0116236 0.0451107 -0.0281433
Vertex 26047 -0.0126252 0.045057 -0.0279244
Vertex 26048 -0.0136243 0.0450811 -0.0280269
Vertex 26049 -0.0146217 0.0450296 -0.0279689
Vertex 26050 -0.0156256 0.0450397 -0.0279587
Vertex 26051 -0.016623 0.0450359 -0.0278307
Vertex 26052 -0.0176233 0.0450417 -0.02779
Vertex 26053 -0.0186212 0.04503 -0.027692
Vertex 26054 -0.0196267 0.0450293 -0.0277098
Vertex 26055 -0.0206221 0.0450432 -0.0278804
Vertex 26056 -0.0216233 0.0450569 -0.0280185
Vertex 26057 -0.022624 0.0450535 -0.0281102
Vertex 26058 -0.0236253 0.0450591 -0.0281331
Vertex 26059 -0.0246221 0.0450443 -0.0281165
Vertex 26060 -0.0256221 0.0450194 -0.0280788
Vertex 26061 -0.0266231 0.0450263 -0.028096
Vertex 26062 -0.0276253 0.0450182 -0.0280952
Vertex 26063 -0.0286229 0.0450027 -0.0280846
Vertex 26064 -0.0689036 0.105186 -0.0135662
Vertex 26065 -0.0699012 0.105141 -0.0130553
Vertex 26066 -0.0709057 0.10512 -0.0125462
Vertex 26067 -0.0470698 0.154668 -0.0068409
Vertex 26068 -0.0609787 0.126745 -0.00811044
Vertex 26069 -0.0121766 0.169774 -0.0245851
Vertex 26070 -0.064348 0.0611447 0.0212332
Vertex 26071 -0.022854 0.100181 -0.0240549
Vertex 26072 -0.0290293 0.160675 -0.0139931
Vertex 26073 -0.0343542 0.0367977 0.0484644
Vertex 26074 -0.0744393 0.114503 0.0509494
Vertex 26075 -0.0718567 0.0701514 0.0311867
Vertex 26076 -0.0905947 0.115833 0.0426569
Vertex 26077 -0.0162094 0.172709 -0.0239586
Vertex 26078 -0.0456148 0.043386 -0.0114089
Vertex 26079 -0.0475689 0.0432884 -0.0109341
Vertex 26080 -0.0485485 0.0432385 -0.0107358
Vertex 26081 -0.049553 0.0432181 -0.0104928
Vertex 26082 -0.0505604 0.0431885 -0.0101401
Vertex 26083 -0.0515329 0.0431219 -0.00982617
Vertex 26084 -0.0525459 0.0430871 -0.00935537
Vertex 26085 -0.0535608 0.0430661 -0.00900679
Vertex 26086 -0.0545511 0.0430136 -0.00860983
Vertex 26087 -0.0258582 0.100162 -0.023852
Vertex 26088 -0.0268604 0.100151 -0.0237263
Vertex 26089 -0.0278525 0.100136 -0.023576
Vertex 26090 -0.0589097 0.111154 -0.0162513
Vertex 26091 -0.0481015 0.157608 -0.00698963
Vertex 26092 -0.0839121 0.122095 -0.00374203
Vertex 26093 -0.0861163 0.11208 0.0430934
Vertex 26094 -0.0288529 0.100117 -0.0233232
Vertex 26095 -0.0298518 0.100096 -0.0230635
Vertex 26096 -0.0308576 0.10008 -0.0228293
Vertex 26097 -0.0318518 0.100063 -0.022678
Vertex 26098 -0.0328555 0.100056 -0.0225692
Vertex 26099 -0.0338572 0.100054 -0.0225702
Vertex 26100 -0.0348607 0.100046 -0.0224582
Vertex 26101 -0.0241819 0.175647 -0.0202251
Vertex 26102 -0.0358588 0.100033 -0.0223224
Vertex 26103 -0.0368547 0.100015 -0.0221726
Vertex 26104 -0.0378631 0.100009 -0.0219618
Vertex 26105 0.0444747 0.0438727 0.000520461
Vertex 26106 0.043508 0.0438731 -6.08517e-05
Vertex 26107 0.0424267 0.0441756 -0.00158684
Vertex 26108 0.0413371 0.0444728 -0.00290745
Vertex 26109 0.0403707 0.0444834 -0.00362771
Vertex 26110 0.0393635 0.0445531 -0.00413158
Vertex 26111 0.0383887 0.0445417 -0.00444706
Vertex 26112 0.0373953 0.0445589 -0.00471693
Vertex 26113 0.0364077 0.044553 -0.00488844
Vertex 26114 0.0354074 0.0446129 -0.00524037
Vertex 26115 0.0344074 0.0446243 -0.00536213
Vertex 26116 0.0334058 0.0446363 -0.00548551
Vertex 26117 0.0324011 0.0446474 -0.00561054
Vertex 26118 0.0314005 0.0446447 -0.00577901
Vertex 26119 0.0304082 0.04464 -0.00596234
Vertex 26120 0.0293657 0.0447288 -0.00609588
Vertex 26121 0.0284258 0.044601 -0.00619231
Vertex 26122 0.0274801 0.0445395 -0.0065618
Vertex 26123 0.0266706 0.04428 -0.00700704
Vertex 26124 -0.0738846 0.110669 -0.00843945
Vertex 26125 -0.0388617 0.099995 -0.0218283
Vertex 26126 -0.0398566 0.099981 -0.0216989
Vertex 26127 -0.0618754 0.0967815 -0.0181397
Vertex 26128 0.0193368 0.0460939 -0.0219388
Vertex 26129 0.0183573 0.0461568 -0.0227219
Vertex 26130 0.0173787 0.046209 -0.0233857
Vertex 26131 0.0163915 0.04625 -0.0239163
Vertex 26132 0.0153612 0.0463061 -0.0243571
Vertex 26133 0.0143956 0.046307 -0.0246969
Vertex 26134 0.0134074 0.0463149 -0.0249889
Vertex 26135 0.0123886 0.0463398 -0.0252064
Vertex 26136 0.0113838 0.0463423 -0.025328
Vertex 26137 0.010384 0.0463357 -0.0254801
Vertex 26138 0.00938176 0.0463536 -0.0257255
Vertex 26139 0.00838362 0.046349 -0.0258656
Vertex 26140 0.00738566 0.0463583 -0.0259834
Vertex 26141 0.00638455 0.0464233 -0.0264515
Vertex 26142 0.00538144 0.0464854 -0.0270709
Vertex 26143 0.00438413 0.0465246 -0.0275852
Vertex 26144 0.00338055 0.0465728 -0.0280809
Vertex 26145 0.00237351 0.0465882 -0.0283321
Vertex 26146 0.00137166 0.0465972 -0.0284573
Vertex 26147 0.000368669 0.0466323 -0.0286891
Vertex 26148 -0.000629686 0.0466337 -0.0288231
Vertex 26149 -0.00163455 0.0466691 -0.0289171
Vertex 26150 -0.00262958 0.0466399 -0.0290845
Vertex 26151 -0.0036313 0.046681 -0.0294588
Vertex 26152 -0.0046354 0.0467251 -0.0296701
Vertex 26153 -0.0056357 0.0466988 -0.0297075
Vertex 26154 -0.00663392 0.0466819 -0.0297341
Vertex 26155 -0.00763703 0.046711 -0.0299661
Vertex 26156 -0.00863658 0.0467032 -0.0298179
Vertex 26157 -0.00963836 0.0466527 -0.0295963
Vertex 26158 -0.0106374 0.0466553 -0.0295813
Vertex 26159 -0.011635 0.0466548 -0.0295721
Vertex 26160 -0.0126391 0.0466477 -0.0295757
Vertex 26161 -0.0136362 0.0466649 -0.0295427
Vertex 26162 -0.0146369 0.0466344 -0.0294365
Vertex 26163 -0.0156357 0.0466082 -0.0291798
Vertex 26164 -0.0166345 0.0465837 -0.0289175
Vertex 26165 -0.0176381 0.0465514 -0.0286775
Vertex 26166 -0.0186385 0.0465274 -0.0284289
Vertex 26167 -0.0196387 0.0464931 -0.0280998
Vertex 26168 -0.0206484 0.0464719 -0.0278809
Vertex 26169 -0.021638 0.0464604 -0.0276852
Vertex 26170 -0.0226179 0.0464363 -0.0275647
Vertex 26171 -0.0236256 0.0464233 -0.0274769
Vertex 26172 -0.0246346 0.0464142 -0.0272665
Vertex 26173 -0.0256229 0.0463679 -0.0270847
Vertex 26174 -0.0266239 0.0463597 -0.0270834
Vertex 26175 -0.0276264 0.046347 -0.026964
Vertex 26176 -0.0286261 0.0463451 -0.0269667
Vertex 26177 -0.0408477 0.0999502 -0.0215042
Vertex 26178 -0.0652274 0.172558 -0.0603808
Vertex 26179 -0.0418518 0.0999485 -0.0214177
Vertex 26180 -0.0739579 0.13841 -0.00677972
Vertex 26181 -0.0428494 0.0999447 -0.0214282
Vertex 26182 -0.0380759 0.16073 -0.01276
Vertex 26183 -0.0350971 0.16074 -0.013448
Vertex 26184 -0.0320964 0.160758 -0.0138294
Vertex 26185 -0.0438495 0.0999429 -0.0214407
Vertex 26186 -0.0536395 0.0361733 0.0466553
Vertex 26187 -0.0652445 0.171051 -0.0600934
Vertex 26188 -0.0781409 0.0718256 0.0231698
Vertex 26189 -0.034079 0.157748 -0.0116645
Vertex 26190 -0.0121468 0.17267 -0.0267827
Vertex 26191 -0.0448474 0.0999398 -0.0215303
Vertex 26192 -0.0447162 0.0448943 -0.0112435
Vertex 26193 -0.0455907 0.0447683 -0.0109766
Vertex 26194 -0.0465551 0.0447198 -0.0107805
Vertex 26195 -0.0475678 0.0446906 -0.0104074
Vertex 26196 -0.0485566 0.0446478 -0.0101195
Vertex 26197 -0.0495658 0.0446328 -0.00989725
Vertex 26198 -0.050581 0.0445938 -0.00942218
Vertex 26199 -0.0515546 0.0445278 -0.00899667
Vertex 26200 -0.0525546 0.0444744 -0.00849373
Vertex 26201 -0.0535445 0.0444164 -0.0080927
Vertex 26202 -0.0545436 0.0443717 -0.00770843
Vertex 26203 -0.0458479 0.0999438 -0.0215809
Vertex 26204 -0.0468498 0.0999476 -0.0216953
Vertex 26205 -0.0749621 0.134014 -0.00721966
Vertex 26206 -0.0478493 0.099947 -0.0217978
Vertex 26207 -0.0488506 0.0999451 -0.0218934
Vertex 26208 -0.0739471 0.131099 -0.00783391
Vertex 26209 -0.0371937 0.168177 -0.0134205
Vertex 26210 -0.0498545 0.0999668 -0.0218887
Vertex 26211 -0.0508568 0.0999518 -0.0219402
Vertex 26212 -0.0760409 0.0677685 0.0130189
Vertex 26213 -0.0702518 0.06756 0.0285092
Vertex 26214 -0.0531145 0.157563 -0.00324336
Vertex 26215 -0.0192324 0.177141 -0.0234526
Vertex 26216 -0.0221908 0.175658 -0.0213821
Vertex 26217 -0.0518639 0.0999443 -0.0218198
Vertex 26218 -0.0381589 0.163687 -0.0131595
Vertex 26219 -0.0528659 0.0999263 -0.0216782
Vertex 26220 0.0464333 0.0455453 -0.00066213
Vertex 26221 0.0454033 0.0457238 -0.00184235
Vertex 26222 0.0443612 0.0458824 -0.00271937
Vertex 26223 0.0433708 0.0459415 -0.00338184
Vertex 26224 0.0423872 0.0459654 -0.00393846
Vertex 26225 0.0413912 0.0459759 -0.00421898
Vertex 26226 0.04037 0.0460545 -0.00454494
Vertex 26227 0.0393875 0.0460438 -0.00485579
Vertex 26228 0.0383891 0.0460848 -0.00524865
Vertex 26229 0.0373922 0.0461028 -0.00552229
Vertex 26230 0.0363972 0.0461521 -0.00588406
Vertex 26231 0.0354045 0.046148 -0.00604177
Vertex 26232 0.034401 0.0461473 -0.00601616
Vertex 26233 0.0333957 0.0461492 -0.00598528
Vertex 26234 0.0323852 0.0461686 -0.00610484
Vertex 26235 0.0313815 0.0461664 -0.00629419
Vertex 26236 -0.0538783 0.0999149 -0.0214389
Vertex 26237 0.029421 0.0461183 -0.00671048
Vertex 26238 0.0278498 0.045613 -0.00720046
Vertex 26239 -0.0548811 0.099887 -0.0210509
Vertex 26240 -0.0558857 0.0998486 -0.020419
Vertex 26241 -0.0568876 0.0998079 -0.0197942
Vertex 26242 -0.0578741 0.0997697 -0.0193936
Vertex 26243 0.0223974 0.0473356 -0.0199928
Vertex 26244 0.0214018 0.0473917 -0.0206345
Vertex 26245 0.0204036 0.0474506 -0.0212729
Vertex 26246 0.0193632 0.0475344 -0.0219845
Vertex 26247 0.0183271 0.0475932 -0.02269
Vertex 26248 0.0173692 0.0476632 -0.0235115
Vertex 26249 0.0163901 0.0476981 -0.0240512
Vertex 26250 0.0154036 0.0477404 -0.0246897
Vertex 26251 0.0144227 0.0477589 -0.0252693
Vertex 26252 0.0134064 0.0478115 -0.0258783
Vertex 26253 0.0123661 0.0479119 -0.026429
Vertex 26254 0.0113671 0.0479427 -0.0268055
Vertex 26255 0.010367 0.0479585 -0.0270631
Vertex 26256 0.0093755 0.0479282 -0.0271091
Vertex 26257 0.00837353 0.0479453 -0.0272176
Vertex 26258 0.00736856 0.0479637 -0.0273222
Vertex 26259 0.00636801 0.0479975 -0.0276935
Vertex 26260 0.00535116 0.0480874 -0.0284111
Vertex 26261 0.00435977 0.0481043 -0.0288152
Vertex 26262 0.00334719 0.0481602 -0.0292882
Vertex 26263 0.00237024 0.0481449 -0.0294793
Vertex 26264 0.00136064 0.0481752 -0.0296995
Vertex 26265 0.00035867 0.048192 -0.0299591
Vertex 26266 -0.000640169 0.0481947 -0.0300913
Vertex 26267 -0.00164401 0.0482043 -0.0300627
Vertex 26268 -0.00263926 0.0481807 -0.0301073
Vertex 26269 -0.00366678 0.0481589 -0.0301707
Vertex 26270 -0.0046427 0.0482096 -0.0303136
Vertex 26271 -0.00564116 0.0481924 -0.0303539
Vertex 26272 -0.00664168 0.0482162 -0.0304375
Vertex 26273 -0.00764633 0.048167 -0.0303862
Vertex 26274 -0.00864403 0.0481881 -0.0304747
Vertex 26275 -0.0096474 0.0481504 -0.030386
Vertex 26276 -0.0106444 0.0481591 -0.0303544
Vertex 26277 -0.0116442 0.0481633 -0.0303354
Vertex 26278 -0.0126432 0.0481635 -0.0303259
Vertex 26279 -0.0136476 0.0481469 -0.0303471
Vertex 26280 -0.0146479 0.0481463 -0.0303376
Vertex 26281 -0.0156486 0.0481142 -0.0300898
Vertex 26282 -0.0166484 0.0480949 -0.029815
Vertex 26283 -0.0176564 0.0480544 -0.0295902
Vertex 26284 -0.0186556 0.0480312 -0.0293255
Vertex 26285 -0.0196537 0.0480066 -0.0290701
Vertex 26286 -0.0206629 0.0479548 -0.0285983
Vertex 26287 -0.0216491 0.0479362 -0.0281524
Vertex 26288 -0.0226309 0.0478785 -0.0276417
Vertex 26289 -0.023633 0.0478399 -0.0272396
Vertex 26290 -0.0246521 0.0478035 -0.0267776
Vertex 26291 -0.0255784 0.0477093 -0.0263526
Vertex 26292 -0.026575 0.0476865 -0.0258778
Vertex 26293 -0.0276111 0.0476412 -0.0256716
Vertex 26294 -0.0286056 0.0475856 -0.0255224
Vertex 26295 -0.0588824 0.0997395 -0.0190365
Vertex 26296 -0.055903 0.111216 -0.0172629
Vertex 26297 -0.0729777 0.138423 -0.00695981
Vertex 26298 -0.0481389 0.160609 -0.00688834
Vertex 26299 -0.0411287 0.160673 -0.0112161
Vertex 26300 -0.0211637 0.171222 -0.0207379
Vertex 26301 -0.0281692 0.171188 -0.018077
Vertex 26302 -0.0331602 0.171158 -0.0153905
Vertex 26303 -0.0708871 0.119431 -0.00850422
Vertex 26304 -0.0782161 0.110396 0.044452
Vertex 26305 -0.0628762 0.0967673 -0.0179048
Vertex 26306 -0.0338755 0.107095 -0.0200162
Vertex 26307 -0.0748771 0.109206 -0.00842538
Vertex 26308 -0.059876 0.0997119 -0.0187764
Vertex 26309 -0.043632 0.0462886 -0.0112814
Vertex 26310 -0.0445775 0.0462028 -0.0108205
Vertex 26311 -0.0455587 0.0461599 -0.0105245
Vertex 26312 -0.0465559 0.0461276 -0.0102455
Vertex 26313 -0.0475701 0.0461114 -0.0100167
Vertex 26314 -0.0485691 0.0460686 -0.00963735
Vertex 26315 -0.0495789 0.046041 -0.00928879
Vertex 26316 -0.0505664 0.0459962 -0.00889176
Vertex 26317 -0.0515556 0.0459336 -0.00836292
Vertex 26318 -0.0525396 0.0458696 -0.00783738
Vertex 26319 -0.0535493 0.045819 -0.00734382
Vertex 26320 -0.0545484 0.0457621 -0.00683862
Vertex 26321 -0.0608825 0.0996865 -0.0185327
Vertex 26322 -0.0848578 0.117602 -0.00112226
Vertex 26323 -0.0788979 0.123682 -0.00614143
Vertex 26324 -0.0618578 0.099667 -0.0183374
Vertex 26325 -0.0628733 0.0996403 -0.0179913
Vertex 26326 -0.0540375 0.141288 -0.0013423
Vertex 26327 -0.0550222 0.141298 -0.00203484
Vertex 26328 -0.0609844 0.0646638 0.031213
Vertex 26329 -0.0421167 0.157651 -0.00983865
Vertex 26330 -0.045123 0.157633 -0.00869072
Vertex 26331 -0.0441012 0.15765 -0.00916962
Vertex 26332 -0.015205 0.175685 -0.0260892
Vertex 26333 -0.0201913 0.175663 -0.0226485
Vertex 26334 -0.034118 0.163722 -0.0147399
Vertex 26335 -0.0361236 0.163705 -0.0141169
Vertex 26336 -0.0638365 0.0996097 -0.0175199
Vertex 26337 0.0474532 0.047084 -0.00164907
Vertex 26338 -0.063874 0.0967575 -0.0177619
Vertex 26339 0.0453737 0.0474164 -0.00383546
Vertex 26340 0.0443631 0.0475049 -0.00446946
Vertex 26341 0.0433856 0.0475038 -0.0047769
Vertex 26342 0.0423862 0.047532 -0.00502925
Vertex 26343 0.0413899 0.0475369 -0.00516876
Vertex 26344 0.0403951 0.0475373 -0.00531603
Vertex 26345 0.0393856 0.0475887 -0.00567863
Vertex 26346 0.0383861 0.0476151 -0.00591592
Vertex 26347 0.037389 0.0476423 -0.00613109
Vertex 26348 0.0363932 0.0476439 -0.00624826
Vertex 26349 0.0354015 0.0476244 -0.00628637
Vertex 26350 0.034399 0.0476191 -0.006288
Vertex 26351 0.0333786 0.0476367 -0.00619535
Vertex 26352 0.0323876 0.047596 -0.00623106
Vertex 26353 0.0313336 0.0477022 -0.006755
Vertex 26354 -0.0648504 0.099576 -0.0170426
Vertex 26355 -0.0658419 0.0995396 -0.0165139
Vertex 26356 -0.0769537 0.132513 -0.00657383
Vertex 26357 0.0264433 0.0485879 -0.0182655
Vertex 26358 0.0253818 0.0487646 -0.0196147
Vertex 26359 0.0243874 0.048835 -0.0205112
Vertex 26360 0.0233446 0.0489622 -0.0213372
Vertex 26361 0.0223908 0.0489358 -0.0217863
Vertex 26362 0.0213931 0.0489728 -0.0223035
Vertex 26363 0.0203853 0.049027 -0.0227929
Vertex 26364 0.0193977 0.0490363 -0.0230642
Vertex 26365 0.0183835 0.0490953 -0.0235496
Vertex 26366 0.0173651 0.049165 -0.0241471
Vertex 26367 0.0163905 0.0491901 -0.024833
Vertex 26368 0.0153651 0.0493118 -0.0259325
Vertex 26369 0.0143712 0.0493733 -0.0267066
Vertex 26370 0.0133608 0.0494245 -0.0271921
Vertex 26371 0.0123741 0.0494269 -0.0274814
Vertex 26372 0.0113761 0.0494361 -0.0277541
Vertex 26373 0.0103624 0.0494805 -0.028102
Vertex 26374 0.00936651 0.0494737 -0.0282538
Vertex 26375 0.00836647 0.0494746 -0.0282442
Vertex 26376 0.00736705 0.0494733 -0.028237
Vertex 26377 0.00637279 0.049483 -0.0283693
Vertex 26378 0.00536912 0.049521 -0.0287338
Vertex 26379 0.00433106 0.0496013 -0.0292546
Vertex 26380 0.00334453 0.0496343 -0.0297987
Vertex 26381 0.00235997 0.0496442 -0.0301148
Vertex 26382 0.00135548 0.0496637 -0.030356
Vertex 26383 0.000356348 0.0496808 -0.0306188
Vertex 26384 -0.000650637 0.0496936 -0.0307015
Vertex 26385 -0.00164877 0.0496874 -0.0307148
Vertex 26386 -0.00265109 0.0497012 -0.030809
Vertex 26387 -0.00364517 0.0496603 -0.0307711
Vertex 26388 -0.00464724 0.0496642 -0.0307417
Vertex 26389 -0.00564795 0.049654 -0.0307584
Vertex 26390 -0.00664542 0.0496313 -0.030799
Vertex 26391 -0.00764651 0.0496471 -0.0308946
Vertex 26392 -0.00865087 0.0496719 -0.030975
Vertex 26393 -0.00965082 0.0496857 -0.0310806
Vertex 26394 -0.0106511 0.0496684 -0.0311061
Vertex 26395 -0.0116538 0.0496371 -0.0310034
Vertex 26396 -0.0126494 0.0496668 -0.0310907
Vertex 26397 -0.0136509 0.0496769 -0.0312069
Vertex 26398 -0.0146513 0.0496822 -0.0311895
Vertex 26399 -0.0156536 0.0496375 -0.0309655
Vertex 26400 -0.0166725 0.0495705 -0.0306349
Vertex 26401 -0.0176728 0.049548 -0.0303695
Vertex 26402 -0.0186672 0.0495328 -0.0300927
Vertex 26403 -0.0196644 0.0494984 -0.0297043
Vertex 26404 -0.0206569 0.0494682 -0.0293042
Vertex 26405 -0.0216788 0.0493937 -0.0287126
Vertex 26406 -0.0226625 0.0493576 -0.0281762
Vertex 26407 -0.0236585 0.049302 -0.027521
Vertex 26408 -0.0246656 0.0492403 -0.0269082
Vertex 26409 -0.0256602 0.0491814 -0.0262646
Vertex 26410 -0.0266188 0.0490904 -0.0254391
Vertex 26411 -0.0276072 0.0488225 -0.0246209
Vertex 26412 -0.0285577 0.048864 -0.0238529
Vertex 26413 -0.0668441 0.0995074 -0.0160123
Vertex 26414 -0.075865 0.120825 -0.00747435
Vertex 26415 -0.0662647 0.160967 -0.0574681
Vertex 26416 -0.0191383 0.16678 -0.0189611
Vertex 26417 -0.0834164 0.110194 0.0380909
Vertex 26418 -0.0348784 0.10713 -0.0202183
Vertex 26419 -0.0358756 0.107103 -0.0202685
Vertex 26420 -0.067848 0.0994807 -0.015636
Vertex 26421 -0.0572639 0.0601869 -0.00219809
Vertex 26422 -0.0579449 0.059547 -0.000261977
Vertex 26423 -0.0648684 0.0967433 -0.0176098
Vertex 26424 -0.0688478 0.0994593 -0.0152611
Vertex 26425 -0.0698499 0.0994423 -0.0150141
Vertex 26426 -0.0435636 0.0476726 -0.0110362
Vertex 26427 -0.0445836 0.0476428 -0.0105653
Vertex 26428 -0.0455673 0.0475992 -0.010259
Vertex 26429 -0.0465619 0.047561 -0.00986957
Vertex 26430 -0.0475605 0.047528 -0.00960427
Vertex 26431 -0.0485702 0.047508 -0.00937813
Vertex 26432 -0.0495653 0.047469 -0.00900107
Vertex 26433 -0.050567 0.0474222 -0.00850865
Vertex 26434 -0.0515685 0.0473635 -0.00788512
Vertex 26435 -0.0525394 0.0472909 -0.00733632
Vertex 26436 -0.0535197 0.0472233 -0.00680686
Vertex 26437 -0.0708414 0.0994113 -0.0147342
Vertex 26438 -0.0679101 0.109459 -0.0121777
Vertex 26439 -0.071855 0.0993885 -0.014251
Vertex 26440 -0.0400646 0.156235 -0.00986121
Vertex 26441 -0.0431187 0.159159 -0.0099383
Vertex 26442 -0.0764158 0.0699842 0.0233785
Vertex 26443 -0.0589426 0.0357407 0.0458703
Vertex 26444 -0.0725608 0.109721 0.0409258
Vertex 26445 -0.0361012 0.160724 -0.0132118
Vertex 26446 -0.0729585 0.134037 -0.00770509
Vertex 26447 -0.0688918 0.119449 -0.00874323
Vertex 26448 -0.0122206 0.175683 -0.0283056
Vertex 26449 -0.0301123 0.163751 -0.0154896
Vertex 26450 -0.0321086 0.163743 -0.0150961
Vertex 26451 -0.0728637 0.099356 -0.013752
Vertex 26452 -0.0819198 0.126566 -0.00507678
Vertex 26453 -0.0738758 0.0993275 -0.0132564
Vertex 26454 0.0473411 0.0488863 -0.00367878
Vertex 26455 0.0463392 0.0489694 -0.00446687
Vertex 26456 0.045359 0.04899 -0.00489955
Vertex 26457 0.0443603 0.0490341 -0.0052894
Vertex 26458 0.0433823 0.0490357 -0.00560381
Vertex 26459 0.0423903 0.0490515 -0.00589339
Vertex 26460 0.0413777 0.0491221 -0.00619394
Vertex 26461 0.0403123 0.0491555 -0.00629774
Vertex 26462 0.0393963 0.049102 -0.00636122
Vertex 26463 0.0383972 0.0491164 -0.00642484
Vertex 26464 0.0373971 0.049112 -0.00639066
Vertex 26465 0.0363929 0.0490985 -0.00642376
Vertex 26466 0.0353918 0.0491057 -0.00653987
Vertex 26467 0.0343638 0.0491351 -0.00656846
Vertex 26468 0.0333812 0.0490928 -0.00645546
Vertex 26469 0.0323895 0.0490788 -0.00667281
Vertex 26470 0.0314014 0.0491212 -0.0073371
Vertex 26471 -0.0748806 0.0992858 -0.0126164
Vertex 26472 -0.083022 0.132397 -0.0026267
Vertex 26473 -0.0730257 0.141351 -0.00730576
Vertex 26474 -0.0758946 0.0992374 -0.0118631
Vertex 26475 -0.0768471 0.09916 -0.0110394
Vertex 26476 0.0253836 0.0503366 -0.0210264
Vertex 26477 0.0243931 0.0503998 -0.0217952
Vertex 26478 0.023375 0.0504685 -0.0225374
Vertex 26479 0.0223706 0.0505198 -0.0231651
Vertex 26480 0.0213976 0.0505253 -0.0237217
Vertex 26481 0.0203664 0.0506236 -0.0244327
Vertex 26482 0.0193881 0.0506007 -0.0247336
Vertex 26483 0.0183734 0.0506657 -0.0252113
Vertex 26484 0.0173702 0.0506958 -0.0254566
Vertex 26485 0.0163545 0.0507599 -0.025927
Vertex 26486 0.0153634 0.050802 -0.0265798
Vertex 26487 0.0143608 0.0508459 -0.0270896
Vertex 26488 0.0133755 0.0508647 -0.0275026
Vertex 26489 0.0123614 0.0509077 -0.0278502
Vertex 26490 0.0113576 0.0509388 -0.0282254
Vertex 26491 0.0103593 0.0509634 -0.0286117
Vertex 26492 0.00936768 0.0509673 -0.0289075
Vertex 26493 0.00836584 0.0509624 -0.0290525
Vertex 26494 0.00735598 0.0509889 -0.0291303
Vertex 26495 0.00635062 0.0510121 -0.0292209
Vertex 26496 0.00528142 0.0509933 -0.0292119
Vertex 26497 0.0043588 0.0510132 -0.0293749
Vertex 26498 0.00334971 0.0510613 -0.029847
Vertex 26499 0.00234342 0.0510926 -0.0302041
Vertex 26500 0.00134506 0.0511101 -0.0304682
Vertex 26501 0.000352424 0.0511166 -0.0306262
Vertex 26502 -0.000657388 0.0511382 -0.0308268
Vertex 26503 -0.00165332 0.0511407 -0.0309868
Vertex 26504 -0.00265316 0.0511482 -0.0311061
Vertex 26505 -0.00365111 0.0511553 -0.0312289
Vertex 26506 -0.00456935 0.0511652 -0.031379
Vertex 26507 -0.00564979 0.0511569 -0.0315211
Vertex 26508 -0.00664745 0.0511524 -0.0316637
Vertex 26509 -0.00764709 0.0511598 -0.0317878
Vertex 26510 -0.00865103 0.0511695 -0.0319029
Vertex 26511 -0.00965525 0.0511768 -0.0320162
Vertex 26512 -0.0106623 0.0511436 -0.032067
Vertex 26513 -0.0116656 0.051126 -0.0319435
Vertex 26514 -0.0126641 0.0511309 -0.0317686
Vertex 26515 -0.0136632 0.0511316 -0.0317578
Vertex 26516 -0.0146591 0.0511639 -0.0318396
Vertex 26517 -0.0156738 0.0511142 -0.0317767
Vertex 26518 -0.0166806 0.0510876 -0.0315182
Vertex 26519 -0.0176768 0.0510699 -0.0312435
Vertex 26520 -0.0186908 0.0510113 -0.0307584
Vertex 26521 -0.0196774 0.0509888 -0.0303435
Vertex 26522 -0.0206679 0.0509474 -0.0298149
Vertex 26523 -0.0216593 0.0509046 -0.0292926
Vertex 26524 -0.022659 0.0508417 -0.0286643
Vertex 26525 -0.0236572 0.0507797 -0.028024
Vertex 26526 -0.0246551 0.0507167 -0.0273858
Vertex 26527 -0.0256486 0.050648 -0.0266189
Vertex 26528 -0.0266334 0.0505574 -0.0257305
Vertex 26529 -0.0719071 0.105086 -0.0120336
Vertex 26530 -0.0709343 0.126767 -0.00893718
Vertex 26531 -0.0281622 0.169703 -0.0179592
Vertex 26532 -0.0241773 0.17417 -0.0202285
Vertex 26533 -0.0368781 0.107107 -0.0201846
Vertex 26534 -0.0378811 0.107099 -0.0200653
Vertex 26535 -0.0678999 0.11945 -0.00879052
Vertex 26536 -0.0356142 0.0493225 -0.0125317
Vertex 26537 -0.0366139 0.0493085 -0.0123994
Vertex 26538 -0.0376156 0.0492564 -0.0118933
Vertex 26539 -0.0386145 0.0492284 -0.011639
Vertex 26540 -0.0396128 0.0492137 -0.0115104
Vertex 26541 -0.065855 0.0967089 -0.0173163
Vertex 26542 -0.0415923 0.0491549 -0.0111971
Vertex 26543 -0.042575 0.0491291 -0.011035
Vertex 26544 -0.0435801 0.0491173 -0.010788
Vertex 26545 -0.0445836 0.049099 -0.0105442
Vertex 26546 -0.0455839 0.0490621 -0.0101677
Vertex 26547 -0.0465703 0.0490167 -0.00974944
Vertex 26548 -0.0475691 0.0489734 -0.00936479
Vertex 26549 -0.0485754 0.0489523 -0.00913959
Vertex 26550 -0.0495985 0.048927 -0.00879829
Vertex 26551 -0.0505791 0.0488657 -0.00826795
Vertex 26552 -0.0515682 0.0488001 -0.00762593
Vertex 26553 -0.0525522 0.0487323 -0.0069784
Vertex 26554 -0.0535498 0.0486673 -0.00635158
Vertex 26555 -0.0699133 0.123828 -0.00875488
Vertex 26556 -0.0589977 0.125247 -0.00779139
Vertex 26557 -0.0481114 0.159106 -0.00699154
Vertex 26558 -0.0320868 0.159267 -0.0129293
Vertex 26559 -0.0330903 0.15925 -0.0128209
Vertex 26560 -0.0202009 0.17418 -0.0222934
Vertex 26561 -0.0222044 0.174173 -0.0211642
Vertex 26562 -0.025189 0.174162 -0.0196112
Vertex 26563 -0.0388763 0.107081 -0.0200218
Vertex 26564 -0.0281104 0.163768 -0.0157424
Vertex 26565 -0.0672891 0.178209 -0.0595336
Vertex 26566 -0.0421407 0.162162 -0.0108328
Vertex 26567 -0.0521449 0.157571 -0.00396744
Vertex 26568 -0.0311481 0.174122 -0.0158676
Vertex 26569 0.0483255 0.0503286 -0.00380134
Vertex 26570 0.0473561 0.0503594 -0.00438005
Vertex 26571 0.0463618 0.0504062 -0.00492067
Vertex 26572 0.0453399 0.0504735 -0.00539794
Vertex 26573 0.0443474 0.05051 -0.00579969
Vertex 26574 0.0433583 0.0505545 -0.0063311
Vertex 26575 0.042364 0.0505846 -0.00668018
Vertex 26576 0.0413795 0.0505691 -0.00672382
Vertex 26577 0.0403869 0.0505617 -0.00671315
Vertex 26578 0.0393962 0.0505525 -0.00668347
Vertex 26579 0.0383958 0.0505315 -0.00659356
Vertex 26580 0.0373944 0.0505276 -0.00658166
Vertex 26581 0.0363875 0.0505227 -0.00658574
Vertex 26582 0.0353576 0.0505704 -0.00670224
Vertex 26583 0.0343607 0.0505331 -0.00657713
Vertex 26584 0.0333583 0.0505553 -0.00686804
Vertex 26585 0.0323993 0.0505614 -0.00746951
Vertex 26586 -0.0639239 0.116652 -0.0103062
Vertex 26587 -0.0710495 0.141325 -0.00813095
Vertex 26588 -0.0480757 0.15465 -0.00633475
Vertex 26589 -0.0911264 0.115738 0.024682
Vertex 26590 -0.0629237 0.112473 -0.0138486
Vertex 26591 0.0253567 0.0518232 -0.0216362
Vertex 26592 0.024383 0.0518665 -0.0223004
Vertex 26593 0.0234224 0.0519071 -0.0231048
Vertex 26594 0.0224205 0.0519815 -0.0241272
Vertex 26595 0.0213555 0.0521216 -0.0251867
Vertex 26596 0.0203738 0.0521374 -0.0257342
Vertex 26597 0.0193833 0.052146 -0.0261511
Vertex 26598 0.0183728 0.0521803 -0.0265242
Vertex 26599 0.0173644 0.052219 -0.0267492
Vertex 26600 0.0163666 0.0522247 -0.0268816
Vertex 26601 0.0153438 0.0522442 -0.0271619
Vertex 26602 0.0143568 0.0522918 -0.0274834
Vertex 26603 0.0133618 0.0523173 -0.0278769
Vertex 26604 0.0123622 0.0523525 -0.0283928
Vertex 26605 0.0113708 0.0523816 -0.0287924
Vertex 26606 0.0103602 0.0524141 -0.0291489
Vertex 26607 0.0093588 0.0524416 -0.0295377
Vertex 26608 0.0083541 0.0524293 -0.0297113
Vertex 26609 0.00734362 0.0524803 -0.0298755
Vertex 26610 0.00634478 0.0524665 -0.0299091
Vertex 26611 0.0053433 0.0524636 -0.0297405
Vertex 26612 0.00435638 0.0524337 -0.0297062
Vertex 26613 0.0033475 0.0524625 -0.0299019
Vertex 26614 0.00234532 0.0524899 -0.0301138
Vertex 26615 0.00134414 0.0524973 -0.030237
Vertex 26616 0.000336625 0.0525175 -0.0304496
Vertex 26617 -0.000658033 0.0525337 -0.0307361
Vertex 26618 -0.00165167 0.0525486 -0.0310164
Vertex 26619 -0.00266028 0.0525834 -0.0313625
Vertex 26620 -0.00365126 0.0525899 -0.0316543
Vertex 26621 -0.00465552 0.0526099 -0.031899
Vertex 26622 -0.00564997 0.0526431 -0.0322774
Vertex 26623 -0.00665267 0.0526646 -0.0325345
Vertex 26624 -0.00766666 0.0527037 -0.0328501
Vertex 26625 -0.00864037 0.0526884 -0.0330777
Vertex 26626 -0.00965605 0.0527028 -0.0331963
Vertex 26627 -0.0106582 0.0527176 -0.0332954
Vertex 26628 -0.0116753 0.0526919 -0.0331734
Vertex 26629 -0.012672 0.0526484 -0.0327744
Vertex 26630 -0.0136738 0.0526181 -0.0325173
Vertex 26631 -0.0146765 0.0526113 -0.0325234
Vertex 26632 -0.0156786 0.0526029 -0.032522
Vertex 26633 -0.0166832 0.0525719 -0.0322771
Vertex 26634 -0.0176845 0.0525387 -0.0318817
Vertex 26635 -0.0186801 0.0525094 -0.0314832
Vertex 26636 -0.0196836 0.0524593 -0.0309769
Vertex 26637 -0.0206715 0.0524183 -0.0304469
Vertex 26638 -0.0216814 0.0523409 -0.0297011
Vertex 26639 -0.0226744 0.0522819 -0.0290541
Vertex 26640 -0.0236648 0.0522261 -0.0284113
Vertex 26641 -0.0246606 0.0521655 -0.0277657
Vertex 26642 -0.0256526 0.0520956 -0.0269974
Vertex 26643 -0.0729034 0.123797 -0.00826534
Vertex 26644 -0.0182092 0.177147 -0.0243125
Vertex 26645 -0.0724664 0.0678961 0.0260135
Vertex 26646 -0.0191702 0.169734 -0.0206461
Vertex 26647 -0.0783599 0.0708413 0.0204513
Vertex 26648 -0.0672347 0.158081 -0.05503
Vertex 26649 -0.0326228 0.0506668 -0.0115219
Vertex 26650 -0.0336201 0.0505969 -0.0107597
Vertex 26651 -0.0346163 0.0505906 -0.0107587
Vertex 26652 -0.0356179 0.0505976 -0.0108834
Vertex 26653 -0.0366198 0.0505806 -0.010756
Vertex 26654 -0.0376189 0.0505906 -0.0108802
Vertex 26655 -0.0386172 0.0505956 -0.0110053
Vertex 26656 -0.0396188 0.0505923 -0.0110041
Vertex 26657 -0.0406195 0.0505975 -0.0111291
Vertex 26658 -0.0416192 0.0505822 -0.0110011
Vertex 26659 -0.0425978 0.0505652 -0.0109174
Vertex 26660 -0.0435905 0.0505542 -0.0107756
Vertex 26661 -0.0446047 0.0505366 -0.0105481
Vertex 26662 -0.0456035 0.0504974 -0.010193
Vertex 26663 -0.0465781 0.0504461 -0.00966731
Vertex 26664 -0.0475733 0.0504004 -0.00924022
Vertex 26665 -0.0485728 0.0503685 -0.00899002
Vertex 26666 -0.0495787 0.0503337 -0.00863311
Vertex 26667 -0.0505803 0.0502828 -0.00813802
Vertex 26668 -0.0516022 0.0502173 -0.00741774
Vertex 26669 -0.0525584 0.0501546 -0.00685551
Vertex 26670 -0.0535468 0.0500774 -0.00609453
Vertex 26671 -0.0729009 0.105047 -0.011511
Vertex 26672 -0.0709159 0.125294 -0.00875352
Vertex 26673 -0.0251912 0.178602 -0.0188241
Vertex 26674 -0.0350797 0.159271 -0.0126349
Vertex 26675 -0.0181879 0.174194 -0.0234207
Vertex 26676 -0.0398786 0.107079 -0.0200332
Vertex 26677 -0.0408758 0.107069 -0.0201235
Vertex 26678 -0.0231203 0.163764 -0.0160465
Vertex 26679 -0.0649059 0.116607 -0.0100071
Vertex 26680 -0.066267 0.176761 -0.0601056
Vertex 26681 -0.0418773 0.107078 -0.0201516
Vertex 26682 -0.0738862 0.104992 -0.0108534
Vertex 26683 0.0503129 0.0516868 -0.00299828
Vertex 26684 -0.0668489 0.0966702 -0.0167929
Vertex 26685 0.0483193 0.0518215 -0.00445791
Vertex 26686 0.0473148 0.0518659 -0.00495567
Vertex 26687 0.0463401 0.0518943 -0.00540594
Vertex 26688 0.045327 0.0519476 -0.00589943
Vertex 26689 0.044345 0.0519693 -0.00630996
Vertex 26690 0.0433486 0.0519969 -0.00665823
Vertex 26691 0.0423653 0.0519948 -0.00681796
Vertex 26692 0.0413782 0.0519867 -0.00685663
Vertex 26693 0.0403895 0.0519763 -0.00684208
Vertex 26694 0.0393949 0.0519685 -0.00680892
Vertex 26695 0.0383894 0.0519545 -0.00670373
Vertex 26696 0.0373767 0.0519575 -0.00666499
Vertex 26697 0.0363451 0.0519755 -0.00662669
Vertex 26698 0.0353118 0.0520079 -0.00674902
Vertex 26699 0.0343592 0.0519767 -0.00689954
Vertex 26700 0.0334766 0.0519565 -0.00767966
Vertex 26701 -0.0301257 0.165235 -0.016018
Vertex 26702 -0.0661875 0.165349 -0.0586121
Vertex 26703 -0.0639427 0.125311 -0.00880074
Vertex 26704 0.00813236 0.110171 -0.0197068
Vertex 26705 -0.0550327 0.0674609 0.0370807
Vertex 26706 0.0252695 0.0532659 -0.021679
Vertex 26707 0.0243768 0.0533073 -0.022554
Vertex 26708 0.0233991 0.0534151 -0.0239637
Vertex 26709 0.0223344 0.0535713 -0.0254238
Vertex 26710 0.0213375 0.0536353 -0.0261911
Vertex 26711 0.0203456 0.053671 -0.0267089
Vertex 26712 0.0193574 0.0537071 -0.027254
Vertex 26713 0.018368 0.0537078 -0.0275601
Vertex 26714 0.0173629 0.0537245 -0.0278081
Vertex 26715 0.0163546 0.0537375 -0.0279072
Vertex 26716 0.0153464 0.0537553 -0.0279934
Vertex 26717 0.0143433 0.0537792 -0.0282321
Vertex 26718 0.0133781 0.0537725 -0.0285433
Vertex 26719 0.0122607 0.0538397 -0.0290819
Vertex 26720 0.0113649 0.0538487 -0.0294289
Vertex 26721 0.0103564 0.0538895 -0.0297771
Vertex 26722 0.00935764 0.0539048 -0.0300706
Vertex 26723 0.00834583 0.0539265 -0.0302958
Vertex 26724 0.00733914 0.0539337 -0.0304234
Vertex 26725 0.0063341 0.0539359 -0.0303914
Vertex 26726 0.00533532 0.0538992 -0.0301758
Vertex 26727 0.00434097 0.053874 -0.0300717
Vertex 26728 0.00333411 0.0539266 -0.0303683
Vertex 26729 0.00233442 0.0539469 -0.0306143
Vertex 26730 0.00134052 0.0539375 -0.0306386
Vertex 26731 0.000343862 0.0539275 -0.0306641
Vertex 26732 -0.000664914 0.0539666 -0.0309917
Vertex 26733 -0.00165753 0.05399 -0.0314052
Vertex 26734 -0.00265601 0.0540246 -0.0319128
Vertex 26735 -0.00366205 0.0540631 -0.0322696
Vertex 26736 -0.00465613 0.0540645 -0.0324247
Vertex 26737 -0.00566591 0.0540919 -0.0326394
Vertex 26738 -0.00666902 0.0541115 -0.0328784
Vertex 26739 -0.00766545 0.0541253 -0.0331554
Vertex 26740 -0.00866157 0.0541436 -0.0334268
Vertex 26741 -0.00967078 0.0541668 -0.0336446
Vertex 26742 -0.0106706 0.054151 -0.0336931
Vertex 26743 -0.0116778 0.0541503 -0.0336719
Vertex 26744 -0.0126769 0.0541386 -0.0335166
Vertex 26745 -0.0136792 0.0541002 -0.0332811
Vertex 26746 -0.014682 0.0540945 -0.0332776
Vertex 26747 -0.0156753 0.0541059 -0.0332392
Vertex 26748 -0.0166996 0.0540293 -0.0329391
Vertex 26749 -0.0176729 0.0540415 -0.0325983
Vertex 26750 -0.0186814 0.0539839 -0.0321072
Vertex 26751 -0.0196863 0.0539295 -0.0316066
Vertex 26752 -0.0206904 0.0538665 -0.0309758
Vertex 26753 -0.0216794 0.0538141 -0.0303252
Vertex 26754 -0.0226655 0.0537608 -0.0296706
Vertex 26755 -0.0236707 0.0536853 -0.0289139
Vertex 26756 -0.0246722 0.05361 -0.0281576
Vertex 26757 0.00111147 0.110147 -0.0201294
Vertex 26758 -0.0600161 0.129661 -0.00742185
Vertex 26759 -0.0222042 0.178612 -0.0212581
Vertex 26760 -0.0220397 0.0354083 0.0523916
Vertex 26761 -0.0201696 0.169725 -0.0202727
Vertex 26762 -0.0142152 0.17272 -0.0253585
Vertex 26763 -0.0759552 0.133992 -0.00682355
Vertex 26764 -0.0326268 0.0520227 -0.0107626
Vertex 26765 -0.033621 0.0519746 -0.0102559
Vertex 26766 -0.0346207 0.0519685 -0.0102527
Vertex 26767 -0.0356207 0.0519761 -0.0103771
Vertex 26768 -0.0366224 0.0519804 -0.0105023
Vertex 26769 -0.0376227 0.0519888 -0.0106273
Vertex 26770 -0.0386238 0.0519962 -0.0107523
Vertex 26771 -0.0396241 0.0520021 -0.0108773
Vertex 26772 -0.0406241 0.0520111 -0.0110025
Vertex 26773 -0.0416225 0.0520166 -0.011127
Vertex 26774 -0.0426178 0.0520018 -0.0109441
Vertex 26775 -0.0436018 0.0519969 -0.0109067
Vertex 26776 -0.0446011 0.0519723 -0.0106716
Vertex 26777 -0.0456126 0.0519231 -0.010201
Vertex 26778 -0.0466073 0.0518764 -0.00969859
Vertex 26779 -0.0475855 0.0518372 -0.00929506
Vertex 26780 -0.0485842 0.0517801 -0.00897412
Vertex 26781 -0.0496209 0.0517545 -0.00857532
Vertex 26782 -0.0506189 0.0517055 -0.00806622
Vertex 26783 -0.0515646 0.0516091 -0.00736491
Vertex 26784 -0.0719293 0.126758 -0.00881076
Vertex 26785 -0.0671422 0.159475 -0.0561779
Vertex 26786 -0.060985 0.168641 -0.0594898
Vertex 26787 -0.0370838 0.159234 -0.0122889
Vertex 26788 -0.0111259 0.174182 -0.0282833
Vertex 26789 -0.0211162 0.1638 -0.0163957
Vertex 26790 -0.0785368 0.0694183 0.0145853
Vertex 26791 -0.026172 0.174158 -0.0190728
Vertex 26792 -0.0828745 0.119161 -0.00328383
Vertex 26793 -0.0678764 0.117979 -0.00873338
Vertex 26794 -0.0678387 0.0966346 -0.0163917
Vertex 26795 0.050335 0.0531616 -0.00370253
Vertex 26796 0.0493343 0.0532247 -0.0043679
Vertex 26797 0.0483353 0.0532726 -0.00489034
Vertex 26798 0.0473212 0.0533258 -0.00537345
Vertex 26799 0.046334 0.0533506 -0.00578803
Vertex 26800 0.0453353 0.0533808 -0.00616451
Vertex 26801 0.0443487 0.0533892 -0.00643258
Vertex 26802 0.043354 0.053395 -0.00666154
Vertex 26803 0.04237 0.0533961 -0.00679891
Vertex 26804 0.0413792 0.0533854 -0.00680998
Vertex 26805 0.0403849 0.0533789 -0.00673496
Vertex 26806 0.0393899 0.0533602 -0.00667374
Vertex 26807 0.0383695 0.0533606 -0.00654853
Vertex 26808 0.0373499 0.0533605 -0.00643641
Vertex 26809 0.0362915 0.0534119 -0.00658438
Vertex 26810 0.0353371 0.0534224 -0.00701071
Vertex 26811 -0.0291607 0.171183 -0.0175503
Vertex 26812 -0.0864944 0.112209 0.0250023
Vertex 26813 -0.0642284 0.165303 -0.0599757
Vertex 26814 -0.0568734 0.0358081 0.0462717
Vertex 26815 -0.0748829 0.104948 -0.0102086
Vertex 26816 -0.0489879 0.148715 -0.00337283
Vertex 26817 -0.0368889 0.109941 -0.0191779
Vertex 26818 -0.0689104 0.122371 -0.00889897
Vertex 26819 0.0263272 0.0545944 -0.0208638
Vertex 26820 -0.0688283 0.0966095 -0.0161149
Vertex 26821 -0.0698935 0.122364 -0.00881274
Vertex 26822 0.0233509 0.0549381 -0.0249484
Vertex 26823 0.0223236 0.0550419 -0.0260567
Vertex 26824 0.0213579 0.055075 -0.0266156
Vertex 26825 0.0203316 0.0551325 -0.0272049
Vertex 26826 0.0193474 0.0551603 -0.0276297
Vertex 26827 0.0183451 0.0551894 -0.0280076
Vertex 26828 0.0173468 0.0552065 -0.0282783
Vertex 26829 0.0163504 0.0552051 -0.0284322
Vertex 26830 0.0153369 0.0552331 -0.0286287
Vertex 26831 0.0143485 0.0552312 -0.0288146
Vertex 26832 0.0133284 0.055284 -0.0292269
Vertex 26833 0.0123553 0.0552818 -0.0294499
Vertex 26834 0.0113495 0.0553023 -0.0296776
Vertex 26835 0.0103374 0.0553349 -0.0300221
Vertex 26836 0.00934189 0.0553527 -0.0303034
Vertex 26837 0.00833741 0.055373 -0.0305597
Vertex 26838 0.00733312 0.0553775 -0.0306811
Vertex 26839 0.00633113 0.0553726 -0.0306713
Vertex 26840 0.00533357 0.055349 -0.0305496
Vertex 26841 0.00433576 0.055339 -0.0305463
Vertex 26842 0.00332905 0.0553943 -0.0309954
Vertex 26843 0.00233104 0.0554199 -0.0313859
Vertex 26844 0.00133514 0.0554198 -0.0315391
Vertex 26845 0.000334373 0.0554042 -0.031412
Vertex 26846 -0.000679533 0.0554388 -0.0315999
Vertex 26847 -0.00167125 0.0554598 -0.0320096
Vertex 26848 -0.00266679 0.0554838 -0.0324138
Vertex 26849 -0.00367406 0.0555102 -0.0326331
Vertex 26850 -0.00467238 0.0555139 -0.0327809
Vertex 26851 -0.00566586 0.0555015 -0.0328252
Vertex 26852 -0.00666974 0.0555272 -0.0330407
Vertex 26853 -0.00767881 0.0555674 -0.03337
Vertex 26854 -0.00866441 0.055565 -0.0335626
Vertex 26855 -0.00967937 0.0555867 -0.0337759
Vertex 26856 -0.0106808 0.0555967 -0.0338825
Vertex 26857 -0.0116788 0.0555838 -0.0339192
Vertex 26858 -0.0126796 0.0555759 -0.033924
Vertex 26859 -0.0136846 0.0555659 -0.0339274
Vertex 26860 -0.014689 0.0555534 -0.0339367
Vertex 26861 -0.0156885 0.0555599 -0.0339026
Vertex 26862 -0.0166951 0.0555255 -0.0336624
Vertex 26863 -0.0176989 0.0554882 -0.03328
Vertex 26864 -0.0186879 0.0554617 -0.0328673
Vertex 26865 -0.0196701 0.0554437 -0.0324495
Vertex 26866 -0.0206991 0.0553418 -0.0317435
Vertex 26867 -0.0216946 0.055283 -0.031103
Vertex 26868 -0.0226761 0.0552382 -0.0304344
Vertex 26869 -0.0236788 0.0551648 -0.029679
Vertex 26870 -0.0246949 0.0550734 -0.0288078
Vertex 26871 -0.0718855 0.122345 -0.00846405
Vertex 26872 -0.029123 0.166739 -0.016877
Vertex 26873 -0.0709583 0.135514 -0.00804855
Vertex 26874 -0.0531001 0.154605 -0.00338641
Vertex 26875 -0.0209654 0.035527 0.0525237
Vertex 26876 -0.0291548 0.169699 -0.0175574
Vertex 26877 -0.0600079 0.128191 -0.00754937
Vertex 26878 -0.0326324 0.0534241 -0.0105104
Vertex 26879 -0.0336295 0.0533957 -0.0102549
Vertex 26880 -0.0346283 0.0533938 -0.0102529
Vertex 26881 -0.0356288 0.0533886 -0.010251
Vertex 26882 -0.0366299 0.0534085 -0.0105028
Vertex 26883 -0.0376274 0.0534153 -0.0106276
Vertex 26884 -0.0386286 0.0534191 -0.0107521
Vertex 26885 -0.0396286 0.0534411 -0.011004
Vertex 26886 -0.0406319 0.0534345 -0.0110028
Vertex 26887 -0.0416287 0.0534443 -0.0111279
Vertex 26888 -0.0426252 0.0534503 -0.0112074
Vertex 26889 -0.0436286 0.0534388 -0.0110764
Vertex 26890 -0.0446124 0.0534121 -0.0108089
Vertex 26891 -0.0456135 0.053373 -0.0104441
Vertex 26892 -0.04663 0.0533425 -0.0102323
Vertex 26893 -0.0476286 0.0532889 -0.00972253
Vertex 26894 -0.0486234 0.0532712 -0.0094518
Vertex 26895 -0.0496217 0.0532216 -0.00894483
Vertex 26896 -0.0506187 0.0531538 -0.00831388
Vertex 26897 -0.0516111 0.0530832 -0.00753985
Vertex 26898 -0.0525768 0.0530264 -0.00686565
Vertex 26899 -0.0649158 0.115218 -0.010913
Vertex 26900 -0.0669175 0.115159 -0.00990572
Vertex 26901 -0.0632016 0.165278 -0.0601981
Vertex 26902 -0.04111 0.159177 -0.0108205
Vertex 26903 -0.012216 0.174205 -0.0276647
Vertex 26904 -0.0174829 0.0365879 0.0522725
Vertex 26905 -0.0894731 0.112826 0.0381953
Vertex 26906 -0.0769168 0.123731 -0.00719316
Vertex 26907 -0.0511234 0.159083 -0.0045978
Vertex 26908 -0.0758756 0.104904 -0.00955908
Vertex 26909 -0.0698286 0.0965949 -0.0159812
Vertex 26910 0.0512982 0.0545874 -0.00353058
Vertex 26911 0.050316 0.0546413 -0.00421167
Vertex 26912 0.0493081 0.0547033 -0.00484617
Vertex 26913 0.0483233 0.0547304 -0.00526262
Vertex 26914 0.0473276 0.0547587 -0.00564531
Vertex 26915 0.0463433 0.054773 -0.00593764
Vertex 26916 0.0453586 0.0547792 -0.00610681
Vertex 26917 0.0443577 0.0547836 -0.00632411
Vertex 26918 0.043364 0.0547822 -0.00644446
Vertex 26919 0.0423718 0.0547731 -0.00653415
Vertex 26920 0.0413802 0.0547717 -0.00646982
Vertex 26921 0.0403843 0.0547484 -0.00641578
Vertex 26922 0.0393677 0.0547517 -0.00623241
Vertex 26923 0.038354 0.0547461 -0.00609927
Vertex 26924 0.0372666 0.0547889 -0.00619261
Vertex 26925 0.0364026 0.0547846 -0.00674979
Vertex 26926 -0.0768582 0.104852 -0.0089026
Vertex 26927 -0.0127272 0.0348945 -0.0256797
Vertex 26928 -0.0702558 0.152263 -0.0463745
Vertex 26929 -0.0673815 0.0659915 0.0287149
Vertex 26930 -0.0609083 0.0612023 0.0236586
Vertex 26931 -0.0428742 0.10707 -0.020141
Vertex 26932 -0.0438868 0.107083 -0.0199439
Vertex 26933 -0.00832726 0.0349131 -0.024554
Vertex 26934 -0.0778811 0.104813 -0.00803583
Vertex 26935 -0.0098895 0.107351 -0.0224128
Vertex 26936 -0.0718881 0.12088 -0.00850233
Vertex 26937 0.0233296 0.0564006 -0.0254415
Vertex 26938 0.0223237 0.0564658 -0.026195
Vertex 26939 0.0213412 0.0565052 -0.0267347
Vertex 26940 0.0203586 0.0565379 -0.0271575
Vertex 26941 0.019355 0.0565693 -0.0275356
Vertex 26942 0.0183336 0.0566072 -0.0279953
Vertex 26943 0.0173308 0.0566344 -0.0283721
Vertex 26944 0.016338 0.0566541 -0.0286494
Vertex 26945 0.0153242 0.0566704 -0.0288596
Vertex 26946 0.0143357 0.0566765 -0.0290221
Vertex 26947 0.0133515 0.0566849 -0.029233
Vertex 26948 0.0123244 0.0567269 -0.0296218
Vertex 26949 0.0113407 0.0567362 -0.0298085
Vertex 26950 0.0103421 0.0567446 -0.0299462
Vertex 26951 0.00933423 0.0567711 -0.0303022
Vertex 26952 0.00833271 0.0567886 -0.0305627
Vertex 26953 0.00733204 0.0567933 -0.0307054
Vertex 26954 0.00633058 0.0567988 -0.0308016
Vertex 26955 0.00534315 0.0567731 -0.0307134
Vertex 26956 0.00432629 0.0568097 -0.0310178
Vertex 26957 0.00332264 0.0568618 -0.0316357
Vertex 26958 0.00231866 0.0568936 -0.0320023
Vertex 26959 0.00132582 0.0568889 -0.0321653
Vertex 26960 0.000325641 0.0568761 -0.0321896
Vertex 26961 -0.000675964 0.056864 -0.0322097
Vertex 26962 -0.00166807 0.0568963 -0.03242
Vertex 26963 -0.00267325 0.0569172 -0.0326724
Vertex 26964 -0.00367712 0.0569332 -0.0329252
Vertex 26965 -0.00467074 0.0569349 -0.0330586
Vertex 26966 -0.00567144 0.0569411 -0.0332111
Vertex 26967 -0.0066784 0.0569449 -0.0331859
Vertex 26968 -0.0076798 0.0569676 -0.0334142
Vertex 26969 -0.00868086 0.056987 -0.0336771
Vertex 26970 -0.00968443 0.0570101 -0.0338896
Vertex 26971 -0.0106831 0.0570151 -0.0340192
Vertex 26972 -0.0116803 0.0570084 -0.0342026
Vertex 26973 -0.0126851 0.0570335 -0.0344182
Vertex 26974 -0.0136861 0.0570325 -0.0345667
Vertex 26975 -0.0146932 0.0570315 -0.0346956
Vertex 26976 -0.015693 0.057044 -0.0346551
Vertex 26977 -0.0166991 0.0570076 -0.034416
Vertex 26978 -0.0177034 0.0569685 -0.0340386
Vertex 26979 -0.0186964 0.0569405 -0.033635
Vertex 26980 -0.0197019 0.0568866 -0.0331333
Vertex 26981 -0.0206969 0.0568414 -0.0326165
Vertex 26982 -0.021696 0.0567795 -0.0319795
Vertex 26983 -0.0226771 0.0567339 -0.0313199
Vertex 26984 -0.0236825 0.0566574 -0.0305632
Vertex 26985 -0.0708385 0.0965734 -0.0156262
Vertex 26986 -0.0719625 0.135504 -0.00769556
Vertex 26987 -0.0390578 0.156263 -0.0100859
Vertex 26988 -0.0600535 0.138395 -0.00620678
Vertex 26989 -0.0685768 0.0699128 0.0338326
Vertex 26990 -0.0301445 0.169695 -0.0171502
Vertex 26991 -0.0326395 0.0549161 -0.0112709
Vertex 26992 -0.0336359 0.0548461 -0.0105101
Vertex 26993 -0.0346346 0.0548282 -0.01038
Vertex 26994 -0.0356376 0.0548341 -0.0105043
Vertex 26995 -0.0366336 0.0548529 -0.010755
Vertex 26996 -0.0376334 0.0548474 -0.0107543
Vertex 26997 -0.0386347 0.0548667 -0.0110053
Vertex 26998 -0.0396388 0.0548721 -0.0111311
Vertex 26999 -0.0406365 0.0548831 -0.0112562
Vertex 27000 -0.0416396 0.0548863 -0.0113812
Vertex 27001 -0.0426358 0.0548841 -0.0113796
Vertex 27002 -0.0436275 0.0548777 -0.0111987
Vertex 27003 -0.0446392 0.0548635 -0.0110876
Vertex 27004 -0.0456223 0.0548403 -0.0108081
Vertex 27005 -0.0466235 0.0548092 -0.0105711
Vertex 27006 -0.0476209 0.0547841 -0.0103184
Vertex 27007 -0.0486159 0.0547593 -0.0100622
Vertex 27008 -0.0496187 0.054694 -0.00943972
Vertex 27009 -0.0506072 0.0546369 -0.00878713
Vertex 27010 -0.0516224 0.0545433 -0.00792825
Vertex 27011 -0.0525943 0.0544911 -0.00726112
Vertex 27012 0.0101437 0.101615 -0.0217271
Vertex 27013 -0.0718229 0.0965348 -0.0152102
Vertex 27014 -0.0401214 0.159176 -0.0112287
Vertex 27015 -0.0132305 0.174198 -0.0268981
Vertex 27016 -0.0186635 0.0360947 0.0525267
Vertex 27017 -0.0551833 0.07213 0.0401196
Vertex 27018 -0.0570027 0.145725 -0.00171879
Vertex 27019 -0.0770006 0.139838 -0.00569476
Vertex 27020 -0.0644637 0.0743344 0.0396953
Vertex 27021 -0.0728436 0.0965116 -0.0147387
Vertex 27022 0.052283 0.0559902 -0.003254
Vertex 27023 0.051337 0.0560222 -0.00385605
Vertex 27024 0.0502975 0.0560957 -0.00457555
Vertex 27025 0.0492985 0.0561391 -0.00508332
Vertex 27026 0.0483282 0.0561556 -0.00540695
Vertex 27027 0.0473464 0.0561746 -0.0057008
Vertex 27028 0.0463445 0.0561751 -0.00589814
Vertex 27029 0.0453589 0.0561811 -0.00597324
Vertex 27030 0.0443653 0.0561662 -0.00597205
Vertex 27031 0.0433693 0.0561672 -0.00598915
Vertex 27032 0.0423724 0.056151 -0.00596664
Vertex 27033 0.0413778 0.0561233 -0.00592276
Vertex 27034 0.0403616 0.0561214 -0.00579676
Vertex 27035 0.0393484 0.0561243 -0.00568756
Vertex 27036 0.0381487 0.056188 -0.00571384
Vertex 27037 0.0373902 0.0561474 -0.00613784
Vertex 27038 -0.0738591 0.0964804 -0.0142486
Vertex 27039 -0.079955 0.130987 -0.00485489
Vertex 27040 -0.0659714 0.070335 0.0357803
Vertex 27041 -0.0223475 0.0360366 0.0535038
Vertex 27042 -0.0627763 0.0614875 0.0230054
Vertex 27043 -0.0618627 0.061311 0.023361
Vertex 27044 -0.0448823 0.107056 -0.0197924
Vertex 27045 -0.0569949 0.126695 -0.00683103
Vertex 27046 -0.0579896 0.126711 -0.00710506
Vertex 27047 -0.0748494 0.0964384 -0.0137204
Vertex 27048 -0.062999 0.13114 -0.0082084
Vertex 27049 -0.0758579 0.0963896 -0.0129621
Vertex 27050 -0.0258791 0.105846 -0.022482
Vertex 27051 0.0233313 0.0578274 -0.025582
Vertex 27052 0.0223386 0.0578809 -0.0262309
Vertex 27053 0.0213573 0.057915 -0.0266602
Vertex 27054 0.0203532 0.0579488 -0.0270415
Vertex 27055 0.0193386 0.0579734 -0.027391
Vertex 27056 0.0183304 0.0579992 -0.0277502
Vertex 27057 0.0173244 0.0580274 -0.0281164
Vertex 27058 0.0163249 0.0580554 -0.0285
Vertex 27059 0.0153317 0.0580768 -0.0287753
Vertex 27060 0.0143467 0.0580862 -0.0289605
Vertex 27061 0.0133351 0.058103 -0.0291864
Vertex 27062 0.0123335 0.0581189 -0.0294366
Vertex 27063 0.0113242 0.0581457 -0.0297724
Vertex 27064 0.0103353 0.0581557 -0.0299403
Vertex 27065 0.00932784 0.0581716 -0.0301717
Vertex 27066 0.0083246 0.0581885 -0.03043
Vertex 27067 0.00733033 0.058195 -0.0305865
Vertex 27068 0.00633738 0.0581963 -0.0307089
Vertex 27069 0.00534103 0.0581999 -0.0308279
Vertex 27070 0.00432828 0.0582523 -0.0314184
Vertex 27071 0.00330684 0.0583228 -0.0321215
Vertex 27072 0.00231832 0.0583343 -0.0324165
Vertex 27073 0.00133085 0.058325 -0.0325937
Vertex 27074 0.000324051 0.0583269 -0.0327186
Vertex 27075 -0.000687654 0.0583509 -0.0327859
Vertex 27076 -0.00168424 0.0583535 -0.0329231
Vertex 27077 -0.00267903 0.0583624 -0.0332032
Vertex 27078 -0.00368236 0.0583856 -0.0334327
Vertex 27079 -0.00468764 0.0584239 -0.0337898
Vertex 27080 -0.0056922 0.0584499 -0.034018
Vertex 27081 -0.00668986 0.0584241 -0.0339312
Vertex 27082 -0.00768539 0.0584014 -0.0338334
Vertex 27083 -0.00868753 0.0584178 -0.0339256
Vertex 27084 -0.00968478 0.0584187 -0.0340646
Vertex 27085 -0.010684 0.0584354 -0.034314
Vertex 27086 -0.0116935 0.0584778 -0.0346471
Vertex 27087 -0.0126939 0.0585083 -0.0350263
Vertex 27088 -0.0136906 0.0585033 -0.0353384
Vertex 27089 -0.014696 0.0585192 -0.0354314
Vertex 27090 -0.0156999 0.0584946 -0.0353551
Vertex 27091 -0.0167051 0.0584876 -0.0351851
Vertex 27092 -0.0177087 0.0584461 -0.0348025
Vertex 27093 -0.0187146 0.058392 -0.0343021
Vertex 27094 -0.0197122 0.0583602 -0.0339067
Vertex 27095 -0.0207287 0.058287 -0.0332963
Vertex 27096 -0.0217072 0.0582569 -0.0327502
Vertex 27097 -0.0226723 0.0582322 -0.0321918
Vertex 27098 -0.0237128 0.058121 -0.0313582
Vertex 27099 -0.0682308 0.180685 -0.0584278
Vertex 27100 -0.0530196 0.144246 -0.000696127
Vertex 27101 -0.0458982 0.107069 -0.0194756
Vertex 27102 -0.0451284 0.159142 -0.00893675
Vertex 27103 -0.0784224 0.0725404 0.0242536
Vertex 27104 -0.0764595 0.111219 0.0459768
Vertex 27105 -0.0380606 0.157756 -0.011216
Vertex 27106 -0.0181903 0.172708 -0.0227977
Vertex 27107 -0.0326464 0.0563525 -0.0113988
Vertex 27108 -0.0336457 0.0562895 -0.0107616
Vertex 27109 -0.0346417 0.056288 -0.0107606
Vertex 27110 -0.0356438 0.0562686 -0.010631
Vertex 27111 -0.0366402 0.0563002 -0.0110085
Vertex 27112 -0.0376403 0.0562958 -0.0110081
Vertex 27113 -0.0386435 0.0563025 -0.0111331
Vertex 27114 -0.0396488 0.0563195 -0.0111963
Vertex 27115 -0.0406484 0.0563266 -0.0113192
Vertex 27116 -0.0416459 0.056333 -0.0114534
Vertex 27117 -0.0426429 0.0563425 -0.0115708
Vertex 27118 -0.0436328 0.056346 -0.0115255
Vertex 27119 -0.0446309 0.0563208 -0.0114385
Vertex 27120 -0.045625 0.056311 -0.011298
Vertex 27121 -0.0466333 0.0562665 -0.0109539
Vertex 27122 -0.0476133 0.0562658 -0.0107838
Vertex 27123 -0.0486224 0.0562169 -0.0104362
Vertex 27124 -0.0496168 0.0561697 -0.00993077
Vertex 27125 -0.0506142 0.0560954 -0.00917258
Vertex 27126 -0.0516036 0.0560273 -0.00839821
Vertex 27127 -0.0525972 0.055954 -0.00763978
Vertex 27128 -0.0749344 0.128178 -0.00819506
Vertex 27129 0.00215199 0.101646 -0.0224127
Vertex 27130 -0.0610181 0.13697 -0.00676267
Vertex 27131 -0.0390807 0.159219 -0.0117734
Vertex 27132 -0.0142233 0.174199 -0.0261217
Vertex 27133 -0.0198519 0.0357263 0.0525976
Vertex 27134 -0.0690768 0.0739443 0.0372765
Vertex 27135 -0.056007 0.145723 -0.001571
Vertex 27136 -0.0839821 0.127994 -0.00381712
Vertex 27137 0.00114374 0.101639 -0.0226194
Vertex 27138 0.0533093 0.0573451 -0.00263239
Vertex 27139 0.0522757 0.0574291 -0.0035048
Vertex 27140 0.0513136 0.0574694 -0.00408483
Vertex 27141 0.0503092 0.0575099 -0.00459296
Vertex 27142 0.0493319 0.0575419 -0.00502247
Vertex 27143 0.0483442 0.0575601 -0.00531363
Vertex 27144 0.0473422 0.0575607 -0.00551801
Vertex 27145 0.0463579 0.0575632 -0.00556359
Vertex 27146 0.0453646 0.0575572 -0.00557548
Vertex 27147 0.044367 0.0575454 -0.00546316
Vertex 27148 0.0433693 0.0575272 -0.00543691
Vertex 27149 0.0423711 0.0575006 -0.00528711
Vertex 27150 0.041351 0.0574751 -0.0052144
Vertex 27151 0.0403284 0.0574912 -0.00511853
Vertex 27152 0.0390604 0.0575755 -0.00514174
Vertex 27153 0.0383787 0.0575308 -0.00558257
Vertex 27154 0.000146179 0.101649 -0.0227639
Vertex 27155 -0.0729303 0.131104 -0.00814819
Vertex 27156 -0.0689665 0.135529 -0.00828838
Vertex 27157 -0.0468823 0.107031 -0.0193009
Vertex 27158 -0.0478798 0.107016 -0.0192852
Vertex 27159 -0.0798628 0.122191 -0.00554615
Vertex 27160 -0.0809073 0.123633 -0.00507492
Vertex 27161 -0.0708734 0.116483 -0.00801313
Vertex 27162 -0.0569713 0.125238 -0.00711806
Vertex 27163 -0.0798905 0.126603 -0.00582167
Vertex 27164 -0.0348545 0.0986254 -0.0227182
Vertex 27165 -0.0669104 0.120913 -0.00889891
Vertex 27166 0.0243264 0.0591823 -0.0248233
Vertex 27167 0.0233583 0.0592365 -0.0255115
Vertex 27168 0.0223181 0.0592817 -0.0260832
Vertex 27169 0.0213663 0.0593118 -0.0264401
Vertex 27170 0.0203189 0.05934 -0.026848
Vertex 27171 0.0193411 0.0593649 -0.0271573
Vertex 27172 0.0183283 0.0593891 -0.0275077
Vertex 27173 0.0173372 0.059408 -0.0277846
Vertex 27174 0.0163083 0.0594423 -0.028212
Vertex 27175 0.0153286 0.0594649 -0.0285327
Vertex 27176 0.0143257 0.0594816 -0.0287805
Vertex 27177 0.0133255 0.0594987 -0.0290386
Vertex 27178 0.0123252 0.0595168 -0.0292981
Vertex 27179 0.0113105 0.059545 -0.0296135
Vertex 27180 0.0103113 0.0595614 -0.0298764
Vertex 27181 0.00930976 0.0595795 -0.0301167
Vertex 27182 0.00833511 0.0595736 -0.0302453
Vertex 27183 0.00732527 0.0595899 -0.0304419
Vertex 27184 0.00632209 0.0596079 -0.030662
Vertex 27185 0.00534844 0.0596161 -0.0309806
Vertex 27186 0.00434041 0.0596672 -0.031584
Vertex 27187 0.00330662 0.0597508 -0.0323981
Vertex 27188 0.00232768 0.0597693 -0.0328325
Vertex 27189 0.00131504 0.0597888 -0.0330641
Vertex 27190 0.000314733 0.0597904 -0.0332055
Vertex 27191 -0.000694781 0.0597985 -0.0333207
Vertex 27192 -0.00169833 0.0598396 -0.033652
Vertex 27193 -0.00268673 0.0598311 -0.0338297
Vertex 27194 -0.00369909 0.0598617 -0.0340393
Vertex 27195 -0.00468835 0.0598784 -0.0344633
Vertex 27196 -0.00569643 0.0599053 -0.0346867
Vertex 27197 -0.00669968 0.0599043 -0.0346663
Vertex 27198 -0.00769877 0.0598808 -0.0345717
Vertex 27199 -0.00869265 0.0598566 -0.0344628
Vertex 27200 -0.00969446 0.0598719 -0.0345693
Vertex 27201 -0.0106878 0.0598858 -0.0348312
Vertex 27202 -0.0116999 0.0599414 -0.0352829
Vertex 27203 -0.0126927 0.0599517 -0.0357172
Vertex 27204 -0.0137008 0.0599733 -0.0359611
Vertex 27205 -0.0147132 0.0599449 -0.0358879
Vertex 27206 -0.0157056 0.0599572 -0.0358177
Vertex 27207 -0.0167077 0.059948 -0.0356741
Vertex 27208 -0.0177128 0.0599179 -0.0354327
Vertex 27209 -0.0187116 0.0598792 -0.0350421
Vertex 27210 -0.0197012 0.0598498 -0.0346368
Vertex 27211 -0.020723 0.0597726 -0.0340423
Vertex 27212 -0.0217032 0.0597401 -0.0334972
Vertex 27213 -0.0226971 0.059684 -0.0328522
Vertex 27214 -0.0237052 0.0596068 -0.0321069
Vertex 27215 -0.0338487 0.098628 -0.022813
Vertex 27216 -0.0679219 0.123838 -0.00890383
Vertex 27217 -0.0630199 0.134039 -0.00765574
Vertex 27218 -0.027105 0.162286 -0.015104
Vertex 27219 -0.0261075 0.162258 -0.0150297
Vertex 27220 -0.0211482 0.169745 -0.0200914
Vertex 27221 -0.0172406 0.178621 -0.0252251
Vertex 27222 -0.0576689 0.0350157 0.0450337
Vertex 27223 -0.0326534 0.0578275 -0.0120318
Vertex 27224 -0.0336503 0.0577563 -0.0112696
Vertex 27225 -0.0346492 0.0577427 -0.0111408
Vertex 27226 -0.0356468 0.0577276 -0.0110125
Vertex 27227 -0.0366476 0.0577363 -0.0111372
Vertex 27228 -0.0376499 0.0577418 -0.0112619
Vertex 27229 -0.0386568 0.0577511 -0.0111914
Vertex 27230 -0.0396568 0.0577566 -0.0113194
Vertex 27231 -0.0406583 0.0577787 -0.0115563
Vertex 27232 -0.0416597 0.057808 -0.0117566
Vertex 27233 -0.0426568 0.0578158 -0.011891
Vertex 27234 -0.0436492 0.0577877 -0.0118151
Vertex 27235 -0.0446453 0.0577855 -0.0118043
Vertex 27236 -0.0456409 0.0577841 -0.0117617
Vertex 27237 -0.0466248 0.0577591 -0.0115398
Vertex 27238 -0.0476199 0.057734 -0.011287
Vertex 27239 -0.0486418 0.0576652 -0.0108452
Vertex 27240 -0.0496329 0.05762 -0.010324
Vertex 27241 -0.0506054 0.0575708 -0.00965819
Vertex 27242 -0.0515955 0.0575054 -0.00888629
Vertex 27243 -0.0525841 0.0574366 -0.00812203
Vertex 27244 -0.00385838 0.101641 -0.0231016
Vertex 27245 -0.0658968 0.109505 -0.0131657
Vertex 27246 -0.0829482 0.128017 -0.00457928
Vertex 27247 -0.0380826 0.159224 -0.0120325
Vertex 27248 -0.0152002 0.174208 -0.0254562
Vertex 27249 -0.0489243 0.0675117 0.0383488
Vertex 27250 -0.0799103 0.125126 -0.00560703
Vertex 27251 -0.00486253 0.101638 -0.0232055
Vertex 27252 0.0533192 0.0587911 -0.00291354
Vertex 27253 0.0523216 0.0588453 -0.00357691
Vertex 27254 0.0513156 0.0588831 -0.00408417
Vertex 27255 0.0503218 0.0589081 -0.00447436
Vertex 27256 0.0493315 0.0589269 -0.00474568
Vertex 27257 -0.0849335 0.125015 -0.00321773
Vertex 27258 -0.0689044 0.110844 -0.0111483
Vertex 27259 -0.0903629 0.11521 0.0252935
Vertex 27260 -0.0838537 0.110728 0.0339922
Vertex 27261 0.0423563 0.0588819 -0.00453174
Vertex 27262 0.0413366 0.0588699 -0.00449648
Vertex 27263 0.0401031 0.0589615 -0.00453029
Vertex 27264 -0.0759667 0.135448 -0.00632576
Vertex 27265 -0.0769787 0.135423 -0.00568624
Vertex 27266 -0.0501013 0.15611 -0.00554414
Vertex 27267 -0.0709386 0.131124 -0.00852217
Vertex 27268 -0.0301745 0.17266 -0.0167996
Vertex 27269 -0.0450894 0.154663 -0.00752455
Vertex 27270 -0.0662371 0.173912 -0.0594768
Vertex 27271 -0.0559996 0.126683 -0.00642409
Vertex 27272 0.00809889 0.111578 -0.0196036
Vertex 27273 -0.0769591 0.131054 -0.00672048
Vertex 27274 -0.0652895 0.175332 -0.0607504
Vertex 27275 -0.0809104 0.126584 -0.00546143
Vertex 27276 -0.0778493 0.11932 -0.00645768
Vertex 27277 -0.0108856 0.107334 -0.0222671
Vertex 27278 -0.0809138 0.125107 -0.00520991
Vertex 27279 0.0243337 0.0605883 -0.0247185
Vertex 27280 0.0223381 0.0606785 -0.0258752
Vertex 27281 0.0213347 0.0607071 -0.0262571
Vertex 27282 0.0203114 0.0607424 -0.0267183
Vertex 27283 0.0193241 0.0607694 -0.0271316
Vertex 27284 0.018318 0.0607989 -0.0274966
Vertex 27285 0.0173361 0.0608154 -0.0277985
Vertex 27286 0.0163111 0.0608546 -0.0282401
Vertex 27287 0.0153317 0.060873 -0.028643
Vertex 27288 0.014321 0.0608889 -0.0289153
Vertex 27289 0.0133301 0.0609017 -0.0290805
Vertex 27290 0.0123248 0.0609207 -0.0293142
Vertex 27291 0.0113097 0.0609536 -0.0296395
Vertex 27292 0.0103202 0.0609665 -0.0299301
Vertex 27293 0.00939521 0.0609325 -0.0302492
Vertex 27294 0.00834248 0.0609508 -0.0305126
Vertex 27295 0.0073096 0.0609801 -0.0307365
Vertex 27296 0.00631667 0.061015 -0.0309472
Vertex 27297 0.0053093 0.0610791 -0.0314051
Vertex 27298 0.00431168 0.0611153 -0.0319161
Vertex 27299 0.00330328 0.0611715 -0.0325304
Vertex 27300 0.00230145 0.0612209 -0.0331693
Vertex 27301 0.00131984 0.0612266 -0.0334746
Vertex 27302 0.00030024 0.0612559 -0.033673
Vertex 27303 -0.000691446 0.0612541 -0.0338404
Vertex 27304 -0.00170296 0.0612915 -0.034176
Vertex 27305 -0.00269376 0.0613003 -0.0344696
Vertex 27306 -0.00368188 0.0613041 -0.0346439
Vertex 27307 -0.00469624 0.0613427 -0.0349676
Vertex 27308 -0.00570279 0.0613633 -0.0351663
Vertex 27309 -0.0067083 0.0613544 -0.0352012
Vertex 27310 -0.007704 0.0613485 -0.0352024
Vertex 27311 -0.0087012 0.0613261 -0.0351009
Vertex 27312 -0.0097823 0.0613531 -0.0352263
Vertex 27313 -0.0106993 0.061373 -0.0355475
Vertex 27314 -0.0117022 0.0613984 -0.0359464
Vertex 27315 -0.0126944 0.0614008 -0.0362648
Vertex 27316 -0.0137086 0.0614344 -0.0364468
Vertex 27317 -0.0147098 0.0613984 -0.0362354
Vertex 27318 -0.0157153 0.0613848 -0.0360938
Vertex 27319 -0.0167191 0.0613704 -0.0359554
Vertex 27320 -0.0177152 0.0613627 -0.0358053
Vertex 27321 -0.0187202 0.0613304 -0.0355606
Vertex 27322 -0.0197239 0.0612902 -0.0351879
Vertex 27323 -0.0207268 0.0612423 -0.0346723
Vertex 27324 -0.0217336 0.0611778 -0.0340471
Vertex 27325 -0.022701 0.0611501 -0.0334866
Vertex 27326 -0.0237002 0.0610797 -0.032726
Vertex 27327 -0.058072 0.135467 -0.00577889
Vertex 27328 -0.0171973 0.174198 -0.0240623
Vertex 27329 -0.0301008 0.162274 -0.0148279
Vertex 27330 -0.0142042 0.169737 -0.0232161
Vertex 27331 -0.0221552 0.169733 -0.0198584
Vertex 27332 -0.0311605 0.169689 -0.016551
Vertex 27333 -0.0326614 0.0592947 -0.0125392
Vertex 27334 -0.0336617 0.0592604 -0.0121578
Vertex 27335 -0.034656 0.0592094 -0.011649
Vertex 27336 -0.035656 0.0591967 -0.0115208
Vertex 27337 -0.0366574 0.0591917 -0.011518
Vertex 27338 -0.0376568 0.0591992 -0.0116433
Vertex 27339 -0.0386562 0.0591953 -0.0114762
Vertex 27340 -0.0396639 0.0592228 -0.0116772
Vertex 27341 -0.0406662 0.0592305 -0.0118049
Vertex 27342 -0.0416678 0.0592681 -0.0121392
Vertex 27343 -0.0426623 0.0592741 -0.0122692
Vertex 27344 -0.0436566 0.0592613 -0.0123074
Vertex 27345 -0.0446505 0.0592548 -0.0123035
Vertex 27346 -0.0456444 0.0592254 -0.0120696
Vertex 27347 -0.0466281 0.0592297 -0.0120314
Vertex 27348 -0.0476369 0.0591928 -0.0118235
Vertex 27349 -0.0486367 0.0591511 -0.0114572
Vertex 27350 -0.0496312 0.0590927 -0.0108209
Vertex 27351 -0.0506178 0.0590261 -0.0100428
Vertex 27352 -0.051624 0.0589527 -0.00929309
Vertex 27353 -0.0526285 0.0588799 -0.00854194
Vertex 27354 -0.0536041 0.0588172 -0.00776341
Vertex 27355 -0.0758718 0.109158 -0.00765228
Vertex 27356 -0.0629342 0.109643 -0.0151294
Vertex 27357 -0.0360892 0.159232 -0.0124312
Vertex 27358 -0.0162071 0.174195 -0.0247085
Vertex 27359 -0.0488761 0.107007 -0.0192731
Vertex 27360 -0.0498753 0.106996 -0.0192538
Vertex 27361 -0.0559081 0.112628 -0.0165116
Vertex 27362 -0.0698329 0.112058 0.0465849
Vertex 27363 -0.0278615 0.0987172 -0.0237448
Vertex 27364 -0.0550257 0.131065 -0.00539027
Vertex 27365 -0.0588822 0.108299 -0.017343
Vertex 27366 -0.0460906 0.156154 -0.00788178
Vertex 27367 -0.0350646 0.156323 -0.010574
Vertex 27368 -0.0208606 0.101617 -0.0238418
Vertex 27369 -0.0218606 0.101624 -0.0238704
Vertex 27370 -0.0794629 0.0702542 0.0118898
Vertex 27371 -0.0228597 0.101618 -0.023963
Vertex 27372 -0.0238622 0.101613 -0.0238665
Vertex 27373 -0.0248661 0.101609 -0.0237851
Vertex 27374 -0.0649264 0.112407 -0.0127033
Vertex 27375 -0.0258651 0.101595 -0.0237434
Vertex 27376 -0.0268641 0.101582 -0.02361
Vertex 27377 -0.0278603 0.101566 -0.0234492
Vertex 27378 -0.0288578 0.101545 -0.0231915
Vertex 27379 -0.0298707 0.101527 -0.0228594
Vertex 27380 -0.0308625 0.101511 -0.0227041
Vertex 27381 -0.0411739 0.165162 -0.0113688
Vertex 27382 -0.0318682 0.101497 -0.022474
Vertex 27383 -0.0760085 0.141318 -0.005968
Vertex 27384 -0.0570352 0.129621 -0.00626418
Vertex 27385 -0.0642686 0.171043 -0.0609844
Vertex 27386 -0.0490718 0.151664 -0.00461846
Vertex 27387 -0.0642867 0.172466 -0.0611328
Vertex 27388 -0.0330915 0.16076 -0.0136886
Vertex 27389 -0.0528885 0.108408 -0.0187758
Vertex 27390 -0.0328698 0.101492 -0.0223548
Vertex 27391 -0.033869 0.10148 -0.022225
Vertex 27392 -0.0768562 0.117877 -0.00659127
Vertex 27393 -0.0778777 0.117832 -0.00599287
Vertex 27394 -0.0348704 0.101474 -0.022105
Vertex 27395 -0.0358626 0.101452 -0.0219425
Vertex 27396 -0.0368559 0.101427 -0.0217814
Vertex 27397 0.0222773 0.0620859 -0.0257917
Vertex 27398 0.0213389 0.0621093 -0.0262711
Vertex 27399 0.0203077 0.0621778 -0.0269805
Vertex 27400 0.0192994 0.062217 -0.0274738
Vertex 27401 0.0183032 0.0622432 -0.0278633
Vertex 27402 0.0173165 0.0622663 -0.028279
Vertex 27403 0.0162996 0.0623114 -0.0287447
Vertex 27404 0.0153241 0.0623295 -0.0291944
Vertex 27405 0.0143086 0.0623633 -0.0295361
Vertex 27406 0.0133075 0.062355 -0.0296823
Vertex 27407 0.0123118 0.0623753 -0.0299343
Vertex 27408 0.0112895 0.0624411 -0.0303571
Vertex 27409 0.0103005 0.0624571 -0.0307796
Vertex 27410 0.00933955 0.0624337 -0.0310444
Vertex 27411 0.00831584 0.0624371 -0.0312473
Vertex 27412 0.00730214 0.0624461 -0.0313742
Vertex 27413 0.00630898 0.0624816 -0.0315869
Vertex 27414 0.00532494 0.0625045 -0.0319907
Vertex 27415 0.00430293 0.0625774 -0.0325544
Vertex 27416 0.00330234 0.0626197 -0.0330565
Vertex 27417 0.00228793 0.0626666 -0.0335374
Vertex 27418 0.00133097 0.0626915 -0.0339607
Vertex 27419 0.000300907 0.0626948 -0.0340909
Vertex 27420 -0.000697034 0.0626894 -0.03411
Vertex 27421 -0.00171529 0.0627358 -0.0345403
Vertex 27422 -0.00271622 0.0627636 -0.0349069
Vertex 27423 -0.00370938 0.0627709 -0.0350699
Vertex 27424 -0.00470743 0.0627772 -0.0352137
Vertex 27425 -0.00571075 0.0627939 -0.0354611
Vertex 27426 -0.00670797 0.0627873 -0.0354975
Vertex 27427 -0.00771091 0.0627931 -0.0356131
Vertex 27428 -0.00870224 0.0627847 -0.0356447
Vertex 27429 -0.00970298 0.0627929 -0.0357349
Vertex 27430 -0.0107078 0.0628117 -0.0359649
Vertex 27431 -0.011709 0.0628424 -0.0363307
Vertex 27432 -0.0127025 0.0628523 -0.0366298
Vertex 27433 -0.0137183 0.0628763 -0.0368336
Vertex 27434 -0.0147168 0.0628748 -0.03682
Vertex 27435 -0.0157188 0.0628375 -0.0366012
Vertex 27436 -0.016725 0.0627999 -0.0362248
Vertex 27437 -0.0177283 0.0627822 -0.0360863
Vertex 27438 -0.018731 0.0627665 -0.0359648
Vertex 27439 -0.0197337 0.0627381 -0.0357065
Vertex 27440 -0.0207502 0.0626823 -0.0352205
Vertex 27441 -0.0217308 0.0626511 -0.0346671
Vertex 27442 -0.0227229 0.0625945 -0.0340193
Vertex 27443 -0.0237144 0.062529 -0.0332478
Vertex 27444 -0.0378618 0.101418 -0.0215553
Vertex 27445 0.0051136 0.11017 -0.0202785
Vertex 27446 -0.0579701 0.125253 -0.00738272
Vertex 27447 -0.0251052 0.162299 -0.0151004
Vertex 27448 -0.0152029 0.16973 -0.0225848
Vertex 27449 -0.0231673 0.169718 -0.0195033
Vertex 27450 -0.0321414 0.16968 -0.0161315
Vertex 27451 -0.038857 0.101401 -0.0214118
Vertex 27452 -0.0398612 0.101404 -0.0212384
Vertex 27453 -0.0336693 0.0607336 -0.0127906
Vertex 27454 -0.0346629 0.0607102 -0.0125376
Vertex 27455 -0.0356643 0.0606925 -0.0124069
Vertex 27456 -0.0366615 0.0606699 -0.0121541
Vertex 27457 -0.0376612 0.0606745 -0.0122764
Vertex 27458 -0.0386629 0.0606634 -0.011982
Vertex 27459 -0.0396673 0.0606846 -0.0120669
Vertex 27460 -0.0406738 0.0606904 -0.0121867
Vertex 27461 -0.0416725 0.0607151 -0.0124173
Vertex 27462 -0.0426785 0.060742 -0.0126195
Vertex 27463 -0.0436626 0.0607395 -0.0127771
Vertex 27464 -0.0446531 0.0607308 -0.0127894
Vertex 27465 -0.0456539 0.0606919 -0.0125779
Vertex 27466 -0.046654 0.0606571 -0.0123502
Vertex 27467 -0.0476575 0.0606291 -0.0121142
Vertex 27468 -0.0486555 0.0606014 -0.0118523
Vertex 27469 -0.0496388 0.0605583 -0.0113235
Vertex 27470 -0.050636 0.0604891 -0.0105672
Vertex 27471 -0.0516205 0.0604369 -0.00991236
Vertex 27472 -0.0526322 0.0603614 -0.00917272
Vertex 27473 -0.0536323 0.0602894 -0.00841331
Vertex 27474 -0.0546088 0.0601814 -0.0071333
Vertex 27475 -0.055522 0.0600566 -0.00554029
Vertex 27476 -0.0408554 0.101386 -0.0212924
Vertex 27477 -0.0418554 0.101378 -0.0213767
Vertex 27478 -0.0428553 0.101381 -0.0214106
Vertex 27479 -0.0508832 0.106998 -0.0191626
Vertex 27480 -0.0518874 0.106988 -0.0190452
Vertex 27481 -0.0719103 0.125286 -0.00863314
Vertex 27482 -0.0716387 0.0675256 0.0265031
Vertex 27483 -0.0584616 0.0717087 0.039721
Vertex 27484 -0.0550044 0.145721 -0.00143834
Vertex 27485 -0.0438555 0.101385 -0.0214526
Vertex 27486 -0.0639323 0.123848 -0.00887264
Vertex 27487 -0.0788571 0.120751 -0.0060883
Vertex 27488 -0.0649515 0.126767 -0.00875296
Vertex 27489 -0.0448562 0.101383 -0.0214692
Vertex 27490 -0.0458559 0.10138 -0.0215412
Vertex 27491 -0.0468563 0.101377 -0.0215448
Vertex 27492 -0.06991 0.11224 -0.0100103
Vertex 27493 -0.0709064 0.123821 -0.00862928
Vertex 27494 -0.0610115 0.134041 -0.00711168
Vertex 27495 -0.0739382 0.132552 -0.00766265
Vertex 27496 -0.0649712 0.129694 -0.00875388
Vertex 27497 -0.0639761 0.129691 -0.00851425
Vertex 27498 -0.0621416 0.141343 -0.00629843
Vertex 27499 -0.0478585 0.101383 -0.0215741
Vertex 27500 -0.0488595 0.101383 -0.02158
Vertex 27501 -0.0381658 0.165183 -0.0131497
Vertex 27502 -0.0528899 0.106976 -0.018917
Vertex 27503 -0.0498635 0.101385 -0.021584
Vertex 27504 -0.0550525 0.129598 -0.0055846
Vertex 27505 -0.0281655 0.17267 -0.018055
Vertex 27506 -0.0679296 0.125304 -0.00887173
Vertex 27507 -0.0778913 0.126656 -0.00702073
Vertex 27508 -0.0779569 0.132491 -0.00592536
Vertex 27509 -0.0548868 0.108372 -0.0183778
Vertex 27510 -0.0538991 0.108397 -0.0185513
Vertex 27511 -0.0618964 0.108239 -0.0162152
Vertex 27512 -0.0538924 0.106961 -0.0186698
Vertex 27513 -0.0758642 0.117897 -0.00698249
Vertex 27514 -0.0508615 0.101367 -0.0215394
Vertex 27515 -0.0518654 0.101358 -0.0214215
Vertex 27516 -0.0528849 0.101359 -0.0212107
Vertex 27517 0.0233086 0.0634336 -0.024957
Vertex 27518 0.0222874 0.0635154 -0.025946
Vertex 27519 0.0213383 0.0635548 -0.0266585
Vertex 27520 0.0203245 0.0636 -0.0272806
Vertex 27521 0.0192972 0.063662 -0.0278633
Vertex 27522 0.0183116 0.0636834 -0.0282837
Vertex 27523 0.0172995 0.0637271 -0.0287659
Vertex 27524 0.0163113 0.0637479 -0.0291811
Vertex 27525 0.0153129 0.0637748 -0.0295702
Vertex 27526 0.0143045 0.0638067 -0.0299257
Vertex 27527 0.0133173 0.0638081 -0.0300932
Vertex 27528 0.0123073 0.0638424 -0.0304488
Vertex 27529 0.0112859 0.0638878 -0.0308862
Vertex 27530 0.0102881 0.063916 -0.0312717
Vertex 27531 0.00930465 0.0639279 -0.0315779
Vertex 27532 0.008313 0.0639391 -0.0318667
Vertex 27533 0.00729944 0.0639619 -0.0320669
Vertex 27534 0.00629218 0.0639808 -0.0323017
Vertex 27535 0.00529533 0.064011 -0.0326857
Vertex 27536 0.00429568 0.0640516 -0.0331969
Vertex 27537 0.00329581 0.06408 -0.0335736
Vertex 27538 0.00229927 0.0641027 -0.0339638
Vertex 27539 0.00130454 0.0641388 -0.0343264
Vertex 27540 0.000291607 0.0641338 -0.034343
Vertex 27541 -0.000697567 0.0641196 -0.0342689
Vertex 27542 -0.00170857 0.0641356 -0.0344906
Vertex 27543 -0.00271064 0.0641639 -0.0348647
Vertex 27544 -0.00371064 0.0641813 -0.0350983
Vertex 27545 -0.00471394 0.0641886 -0.0352179
Vertex 27546 -0.00571704 0.0642049 -0.0354496
Vertex 27547 -0.00671791 0.0642099 -0.0355692
Vertex 27548 -0.00771915 0.0642161 -0.0356843
Vertex 27549 -0.00871553 0.0642094 -0.0357226
Vertex 27550 -0.00972298 0.0642282 -0.0359259
Vertex 27551 -0.0107189 0.0642451 -0.0362023
Vertex 27552 -0.0117173 0.0642717 -0.0365887
Vertex 27553 -0.0127037 0.064273 -0.0367671
Vertex 27554 -0.0137234 0.0643092 -0.0370705
Vertex 27555 -0.0147222 0.0643235 -0.037347
Vertex 27556 -0.0157228 0.0642918 -0.0372774
Vertex 27557 -0.0167333 0.0642714 -0.0369951
Vertex 27558 -0.0177396 0.0642294 -0.0366219
Vertex 27559 -0.0187526 0.0641914 -0.0363857
Vertex 27560 -0.0197383 0.064191 -0.0362126
Vertex 27561 -0.0207376 0.0641563 -0.0358205
Vertex 27562 -0.021716 0.0641363 -0.0354017
Vertex 27563 -0.0227414 0.0640418 -0.0345473
Vertex 27564 -0.0237194 0.0639841 -0.033754
Vertex 27565 -0.0247258 0.0638997 -0.032873
Vertex 27566 -0.0538856 0.101336 -0.0209374
Vertex 27567 -0.0659978 0.135528 -0.00820667
Vertex 27568 -0.0351413 0.166693 -0.0148789
Vertex 27569 -0.053967 0.0687802 0.0379578
Vertex 27570 -0.0241467 0.169732 -0.0193183
Vertex 27571 -0.0331437 0.169673 -0.0156322
Vertex 27572 -0.0548867 0.101301 -0.0205491
Vertex 27573 -0.0336762 0.062222 -0.0135529
Vertex 27574 -0.0346708 0.0621866 -0.0131726
Vertex 27575 -0.0356709 0.0621736 -0.0130441
Vertex 27576 -0.0366712 0.0621691 -0.0130418
Vertex 27577 -0.0376663 0.0621956 -0.0129723
Vertex 27578 -0.0386685 0.0621637 -0.0127302
Vertex 27579 -0.0396713 0.0621627 -0.012718
Vertex 27580 -0.0406768 0.0621783 -0.0128097
Vertex 27581 -0.0416808 0.0622091 -0.0130274
Vertex 27582 -0.0426749 0.0622014 -0.0131851
Vertex 27583 -0.0436679 0.0621935 -0.0131864
Vertex 27584 -0.0446642 0.0621749 -0.0132201
Vertex 27585 -0.0456524 0.0621788 -0.0131898
Vertex 27586 -0.0466794 0.0620985 -0.0127944
Vertex 27587 -0.0476622 0.0620749 -0.0123691
Vertex 27588 -0.0486546 0.0620591 -0.0122264
Vertex 27589 -0.0496442 0.0620141 -0.0117058
Vertex 27590 -0.0506534 0.0619401 -0.0109597
Vertex 27591 -0.0516393 0.0618882 -0.0103104
Vertex 27592 -0.0526397 0.0618282 -0.00966488
Vertex 27593 -0.0535904 0.0617699 -0.00886774
Vertex 27594 -0.0545598 0.0616597 -0.0074577
Vertex 27595 -0.0555615 0.0615422 -0.00607893
Vertex 27596 -0.0564804 0.0613799 -0.00459099
Vertex 27597 -0.0576531 0.0612704 -0.00372094
Vertex 27598 -0.058573 0.0613666 -0.00334192
Vertex 27599 -0.0596081 0.0614162 -0.00289701
Vertex 27600 -0.0606301 0.0613516 -0.00265703
Vertex 27601 -0.0616015 0.0614498 -0.00273471
Vertex 27602 -0.062546 0.0614527 -0.00215685
Vertex 27603 -0.0635384 0.061476 -0.00191873
Vertex 27604 -0.0548742 0.10693 -0.0184788
Vertex 27605 -0.0558858 0.106922 -0.0182628
Vertex 27606 -0.0568864 0.106915 -0.0181412
Vertex 27607 -0.078943 0.132461 -0.00522567
Vertex 27608 -0.0400491 0.154783 -0.00892819
Vertex 27609 -0.0255688 0.0356598 0.0531386
Vertex 27610 -0.0570338 0.131087 -0.00617819
Vertex 27611 -0.0558948 0.101262 -0.0199275
Vertex 27612 -0.0719296 0.11219 -0.00889601
Vertex 27613 -0.0132439 0.178631 -0.0284206
Vertex 27614 -0.0629391 0.12384 -0.00881569
Vertex 27615 -0.0798509 0.120721 -0.00541034
Vertex 27616 -0.0689372 0.126774 -0.00892675
Vertex 27617 -0.0568902 0.10122 -0.0192994
Vertex 27618 -0.0699315 0.126779 -0.00900092
Vertex 27619 -0.0578818 0.101192 -0.0190391
Vertex 27620 -0.0588731 0.101172 -0.0189069
Vertex 27621 -0.0598691 0.101152 -0.0187591
Vertex 27622 -0.0600285 0.134031 -0.00683616
Vertex 27623 -0.0819835 0.132406 -0.00340088
Vertex 27624 -0.0608711 0.101136 -0.0186334
Vertex 27625 -0.061927 0.109672 -0.0156348
Vertex 27626 -0.061867 0.101123 -0.0184855
Vertex 27627 -0.0795939 0.112319 0.0461682
Vertex 27628 -0.0331278 0.165217 -0.0153881
Vertex 27629 -0.0261888 0.17564 -0.0188354
Vertex 27630 -0.0628667 0.101101 -0.0182166
Vertex 27631 -0.0560194 0.129616 -0.00591188
Vertex 27632 -0.0578783 0.106898 -0.0179862
Vertex 27633 -0.0777488 0.07493 0.029356
Vertex 27634 -0.0769339 0.126684 -0.00758482
Vertex 27635 -0.0788489 0.119288 -0.00581129
Vertex 27636 -0.0588961 0.106893 -0.0176578
Vertex 27637 -0.0558871 0.108356 -0.0181276
Vertex 27638 -0.0629263 0.108221 -0.0156274
Vertex 27639 -0.0739548 0.136937 -0.00691386
Vertex 27640 -0.0638439 0.101082 -0.0177706
Vertex 27641 -0.0278864 0.105837 -0.0222471
Vertex 27642 0.0242723 0.0647548 -0.0237835
Vertex 27643 0.0232974 0.0648673 -0.0252072
Vertex 27644 0.0223162 0.0649555 -0.0263733
Vertex 27645 0.0213135 0.0650138 -0.0271409
Vertex 27646 0.0203184 0.0650483 -0.0276666
Vertex 27647 0.0192888 0.0651078 -0.0282476
Vertex 27648 0.0183 0.0651194 -0.0285252
Vertex 27649 0.0172829 0.0651656 -0.0289948
Vertex 27650 0.0162971 0.0651874 -0.0294171
Vertex 27651 0.0152962 0.0652155 -0.0297912
Vertex 27652 0.0142962 0.0652331 -0.0300484
Vertex 27653 0.0132839 0.0652538 -0.0302637
Vertex 27654 0.0122907 0.0652688 -0.0305463
Vertex 27655 0.0113019 0.0652847 -0.0308368
Vertex 27656 0.0102822 0.065327 -0.0312772
Vertex 27657 0.00929414 0.0653548 -0.0316941
Vertex 27658 0.00829502 0.0653838 -0.032076
Vertex 27659 0.00729554 0.0653986 -0.0323322
Vertex 27660 0.0062922 0.0654161 -0.0325779
Vertex 27661 0.00528348 0.0654438 -0.0329345
Vertex 27662 0.00429984 0.0654625 -0.0332399
Vertex 27663 0.00329381 0.0654903 -0.0335962
Vertex 27664 0.00227655 0.0655175 -0.0339267
Vertex 27665 0.00128503 0.0655494 -0.0343406
Vertex 27666 0.000280959 0.0655552 -0.0344559
Vertex 27667 -0.000706682 0.0655468 -0.0343894
Vertex 27668 -0.00170896 0.0655406 -0.0343993
Vertex 27669 -0.00271881 0.0655507 -0.0345764
Vertex 27670 -0.0037118 0.0655569 -0.0347446
Vertex 27671 -0.00472043 0.0655745 -0.0349603
Vertex 27672 -0.00571384 0.0655793 -0.035147
Vertex 27673 -0.0067213 0.065597 -0.0353344
Vertex 27674 -0.00772146 0.0656018 -0.0354736
Vertex 27675 -0.00872132 0.0656071 -0.0355909
Vertex 27676 -0.00971954 0.0656257 -0.0358484
Vertex 27677 -0.0107108 0.0656519 -0.03625
Vertex 27678 -0.0117258 0.0656807 -0.0365783
Vertex 27679 -0.0127075 0.065682 -0.0367743
Vertex 27680 -0.0137235 0.0657235 -0.0372342
Vertex 27681 -0.0147283 0.0657495 -0.0376113
Vertex 27682 -0.015727 0.0657542 -0.0377517
Vertex 27683 -0.0167308 0.0657547 -0.0377116
Vertex 27684 -0.0177346 0.065722 -0.0374816
Vertex 27685 -0.0187399 0.0656914 -0.0372373
Vertex 27686 -0.0197462 0.0656505 -0.036857
Vertex 27687 -0.0207428 0.0656176 -0.0364653
Vertex 27688 -0.0217663 0.065545 -0.0358558
Vertex 27689 -0.0227424 0.0655154 -0.0353045
Vertex 27690 -0.0237378 0.0654511 -0.0345337
Vertex 27691 -0.0246932 0.065394 -0.0335995
Vertex 27692 -0.0648576 0.101039 -0.0173044
Vertex 27693 -0.0658232 0.100991 -0.0166158
Vertex 27694 -0.0650055 0.135525 -0.0079735
Vertex 27695 -0.0606031 0.0352186 0.0442288
Vertex 27696 -0.0770239 0.141306 -0.00545257
Vertex 27697 -0.0341393 0.169665 -0.0151103
Vertex 27698 -0.0652337 0.169622 -0.0599681
Vertex 27699 -0.0668197 0.100942 -0.0159632
Vertex 27700 -0.033686 0.0637452 -0.0146972
Vertex 27701 -0.0346788 0.0636729 -0.0139354
Vertex 27702 -0.0356782 0.0636593 -0.0138055
Vertex 27703 -0.0366797 0.0636525 -0.0138021
Vertex 27704 -0.0376789 0.0636715 -0.0137557
Vertex 27705 -0.038679 0.0636652 -0.0136088
Vertex 27706 -0.0396808 0.0636721 -0.0135815
Vertex 27707 -0.0406818 0.0636695 -0.0135779
Vertex 27708 -0.0416844 0.0636674 -0.0137203
Vertex 27709 -0.0426807 0.0636637 -0.0138633
Vertex 27710 -0.0436768 0.0636379 -0.0137577
Vertex 27711 -0.0446675 0.0636475 -0.0137193
Vertex 27712 -0.0456599 0.0636306 -0.0135866
Vertex 27713 -0.0466544 0.0636155 -0.0134601
Vertex 27714 -0.0476918 0.0635243 -0.0129244
Vertex 27715 -0.0486814 0.0634873 -0.0123857
Vertex 27716 -0.0496483 0.0634464 -0.0118311
Vertex 27717 -0.050633 0.0633988 -0.0111763
Vertex 27718 -0.0516305 0.0633366 -0.0105425
Vertex 27719 -0.0526101 0.0632972 -0.0100113
Vertex 27720 -0.0536272 0.0632225 -0.00927695
Vertex 27721 -0.054542 0.0631354 -0.00767633
Vertex 27722 -0.0555362 0.0629843 -0.00681601
Vertex 27723 -0.0566631 0.0629472 -0.00640536
Vertex 27724 -0.0576496 0.0629466 -0.00612077
Vertex 27725 -0.0586479 0.0629437 -0.00583333
Vertex 27726 -0.0596424 0.0629313 -0.00554826
Vertex 27727 -0.0606347 0.0629111 -0.00512698
Vertex 27728 -0.0616341 0.0628646 -0.00472902
Vertex 27729 -0.0626402 0.0627915 -0.00434322
Vertex 27730 -0.0636421 0.0627085 -0.00368166
Vertex 27731 -0.0645865 0.0628123 -0.00359236
Vertex 27732 -0.0656128 0.0626699 -0.00283823
Vertex 27733 -0.0678676 0.100922 -0.0154166
Vertex 27734 -0.0211888 0.175661 -0.0220113
Vertex 27735 -0.0599027 0.106882 -0.0174092
Vertex 27736 -0.0609006 0.106856 -0.0171292
Vertex 27737 -0.0370678 0.157759 -0.0113588
Vertex 27738 -0.0420623 0.154724 -0.00848194
Vertex 27739 -0.0276074 0.0356491 0.0527176
Vertex 27740 -0.0560394 0.131064 -0.00575471
Vertex 27741 -0.0739012 0.112096 -0.00769672
Vertex 27742 -0.072904 0.112135 -0.00834183
Vertex 27743 -0.0633546 0.0720236 0.0383997
Vertex 27744 -0.0619452 0.123832 -0.00870252
Vertex 27745 -0.0818672 0.120683 -0.00433302
Vertex 27746 -0.080837 0.120705 -0.00484118
Vertex 27747 -0.0688619 0.10089 -0.0150284
Vertex 27748 -0.0838841 0.12062 -0.00343109
Vertex 27749 -0.0828908 0.120639 -0.00384458
Vertex 27750 -0.0848581 0.120613 -0.00298955
Vertex 27751 -0.0620082 0.134045 -0.00734981
Vertex 27752 -0.0758664 0.116415 -0.00636144
Vertex 27753 -0.0839874 0.129456 -0.00327263
Vertex 27754 -0.0829648 0.129479 -0.00406234
Vertex 27755 -0.0751339 0.0669087 0.0157231
Vertex 27756 -0.0709646 0.0754682 0.0373385
Vertex 27757 -0.0251276 0.16525 -0.016804
Vertex 27758 -0.0391765 0.165177 -0.0125287
Vertex 27759 -0.0681006 0.0726203 0.0368546
Vertex 27760 -0.0698809 0.100876 -0.0145572
Vertex 27761 -0.0171345 0.165288 -0.0183426
Vertex 27762 -0.0619246 0.106845 -0.0166571
Vertex 27763 -0.0590379 0.13549 -0.00623086
Vertex 27764 -0.0759299 0.126701 -0.00794305
Vertex 27765 -0.0590102 0.131118 -0.0069845
Vertex 27766 -0.0608967 0.108264 -0.0166058
Vertex 27767 -0.0458972 0.108476 -0.0187253
Vertex 27768 -0.0448888 0.108464 -0.0189265
Vertex 27769 -0.0639107 0.108163 -0.0148371
Vertex 27770 -0.0798256 0.114817 -0.00349908
Vertex 27771 -0.070852 0.100833 -0.0142398
Vertex 27772 0.0252976 0.0661311 -0.0233121
Vertex 27773 0.0243299 0.0661738 -0.0239819
Vertex 27774 0.0232414 0.0663429 -0.0257954
Vertex 27775 0.0222832 0.066418 -0.0268569
Vertex 27776 0.0212995 0.0664627 -0.0275106
Vertex 27777 0.0203197 0.0664896 -0.0280597
Vertex 27778 0.0193259 0.0665212 -0.0284749
Vertex 27779 0.0183118 0.0665429 -0.0287115
Vertex 27780 0.0172994 0.0665713 -0.0290602
Vertex 27781 0.0162822 0.0666125 -0.0295206
Vertex 27782 0.0152945 0.0666369 -0.0299356
Vertex 27783 0.0142765 0.0666697 -0.0302658
Vertex 27784 0.0133009 0.0666579 -0.0304883
Vertex 27785 0.0122905 0.06666 -0.0305971
Vertex 27786 0.0112856 0.0666869 -0.0306751
Vertex 27787 0.0102739 0.0667155 -0.0310192
Vertex 27788 0.00927611 0.0667424 -0.0314011
Vertex 27789 0.0082766 0.0667723 -0.0317926
Vertex 27790 0.00727173 0.0667978 -0.0321541
Vertex 27791 0.00628325 0.0668147 -0.0324472
Vertex 27792 0.00529011 0.0668325 -0.0327227
Vertex 27793 0.00429234 0.0668529 -0.0329804
Vertex 27794 0.00328879 0.0668715 -0.0332298
Vertex 27795 0.00227538 0.0668963 -0.0335609
Vertex 27796 0.00126756 0.0669175 -0.0339113
Vertex 27797 0.000268234 0.0669357 -0.034172
Vertex 27798 -0.000720709 0.0669492 -0.0343521
Vertex 27799 -0.00171216 0.066944 -0.0344014
Vertex 27800 -0.00271026 0.0669475 -0.0345168
Vertex 27801 -0.00373228 0.0669631 -0.0346735
Vertex 27802 -0.00470812 0.0669686 -0.0349707
Vertex 27803 -0.00572231 0.0669806 -0.0352658
Vertex 27804 -0.00672552 0.0670096 -0.035497
Vertex 27805 -0.00773143 0.0670178 -0.0355816
Vertex 27806 -0.00871509 0.0670095 -0.035665
Vertex 27807 -0.00971778 0.0670387 -0.0360005
Vertex 27808 -0.0107336 0.0670714 -0.0363227
Vertex 27809 -0.0117304 0.0670858 -0.0365895
Vertex 27810 -0.0127063 0.0671038 -0.0370425
Vertex 27811 -0.0137252 0.0671481 -0.0375067
Vertex 27812 -0.0147336 0.0671673 -0.0377424
Vertex 27813 -0.0157375 0.0671877 -0.037968
Vertex 27814 -0.0167402 0.0671791 -0.0380101
Vertex 27815 -0.0177409 0.0671746 -0.0379913
Vertex 27816 -0.0187525 0.0671388 -0.037784
Vertex 27817 -0.0197539 0.0671131 -0.0375162
Vertex 27818 -0.0207606 0.0670735 -0.0371287
Vertex 27819 -0.0217661 0.0670215 -0.0366181
Vertex 27820 -0.0227439 0.0669905 -0.0360641
Vertex 27821 -0.0237403 0.0669252 -0.0352956
Vertex 27822 -0.0247344 0.0668597 -0.034525
Vertex 27823 -0.0718661 0.100809 -0.0137558
Vertex 27824 -0.0550682 0.150156 -0.00218973
Vertex 27825 -0.0640118 0.135519 -0.00771971
Vertex 27826 -0.0728523 0.100773 -0.0133449
Vertex 27827 -0.073854 0.100736 -0.0128364
Vertex 27828 -0.0221328 0.166772 -0.0183109
Vertex 27829 -0.0748309 0.100681 -0.0121692
Vertex 27830 -0.0346878 0.0651683 -0.0148251
Vertex 27831 -0.0356893 0.0651361 -0.0144415
Vertex 27832 -0.0366861 0.0651313 -0.0144389
Vertex 27833 -0.0376838 0.0651596 -0.0143574
Vertex 27834 -0.0386855 0.0651385 -0.0142461
Vertex 27835 -0.0396908 0.0651397 -0.0142325
Vertex 27836 -0.0406916 0.0651596 -0.014333
Vertex 27837 -0.0416936 0.0652006 -0.0145392
Vertex 27838 -0.0426868 0.0651551 -0.0146214
Vertex 27839 -0.0436816 0.0651561 -0.0146099
Vertex 27840 -0.0446824 0.0651214 -0.0145177
Vertex 27841 -0.0456818 0.0650665 -0.0140257
Vertex 27842 -0.0466787 0.0650533 -0.0138917
Vertex 27843 -0.0477034 0.0649971 -0.0135628
Vertex 27844 -0.0486599 0.0649886 -0.0131055
Vertex 27845 -0.0496676 0.0649029 -0.0122308
Vertex 27846 -0.0506478 0.0648447 -0.0114426
Vertex 27847 -0.0516582 0.0647811 -0.0108241
Vertex 27848 -0.0526652 0.0647199 -0.0102
Vertex 27849 -0.0536204 0.0647024 -0.00963527
Vertex 27850 -0.0545225 0.0645764 -0.00897215
Vertex 27851 -0.0556734 0.0645255 -0.00818248
Vertex 27852 -0.0566618 0.0645338 -0.00803085
Vertex 27853 -0.0576615 0.0645392 -0.00788705
Vertex 27854 -0.0586532 0.0645395 -0.00761311
Vertex 27855 -0.0596389 0.0645563 -0.0073211
Vertex 27856 -0.060662 0.0644224 -0.00688354
Vertex 27857 -0.0616679 0.0643653 -0.00651734
Vertex 27858 -0.0626395 0.0644043 -0.00619313
Vertex 27859 -0.0636896 0.064322 -0.00564195
Vertex 27860 -0.0646522 0.0642554 -0.00503339
Vertex 27861 -0.0656294 0.0642362 -0.0044412
Vertex 27862 -0.0665925 0.064199 -0.00375071
Vertex 27863 -0.0758824 0.100651 -0.0113429
Vertex 27864 -0.0232044 0.175652 -0.0207635
Vertex 27865 -0.0251727 0.175641 -0.0195733
Vertex 27866 -0.0241218 0.165279 -0.0170232
Vertex 27867 -0.026193 0.171192 -0.0190186
Vertex 27868 -0.0182558 0.178619 -0.0243596
Vertex 27869 -0.0410427 0.15478 -0.00878846
Vertex 27870 -0.0757838 0.06757 0.0150388
Vertex 27871 -0.058019 0.131103 -0.00658932
Vertex 27872 -0.0440942 0.156163 -0.00853601
Vertex 27873 -0.0132511 0.177151 -0.0280569
Vertex 27874 -0.0609537 0.123826 -0.00859412
Vertex 27875 -0.058966 0.123797 -0.00809452
Vertex 27876 -0.0624959 0.0607929 0.0219134
Vertex 27877 -0.0599536 0.123822 -0.00839074
Vertex 27878 -0.0430879 0.156177 -0.00890493
Vertex 27879 -0.0609169 0.109692 -0.0160089
Vertex 27880 -0.0609119 0.0678343 0.0355003
Vertex 27881 -0.054081 0.071101 0.0394438
Vertex 27882 -0.0430993 0.157658 -0.00954173
Vertex 27883 -0.0440746 0.154693 -0.007872
Vertex 27884 -0.0265663 0.0356908 0.0529027
Vertex 27885 -0.0599553 0.0610872 0.0239566
Vertex 27886 -0.0540901 0.153118 -0.00271435
Vertex 27887 -0.0261224 0.165258 -0.0166522
Vertex 27888 -0.0341277 0.165212 -0.0151261
Vertex 27889 -0.0734548 0.0752713 0.0352251
Vertex 27890 -0.0571409 0.0642584 0.0323718
Vertex 27891 -0.0808257 0.114785 -0.00282613
Vertex 27892 -0.0639205 0.112438 -0.0133308
Vertex 27893 -0.043156 0.162156 -0.0100947
Vertex 27894 -0.0560239 0.144237 -0.00161522
Vertex 27895 -0.0759996 0.139851 -0.00609906
Vertex 27896 -0.0498834 0.108435 -0.0190271
Vertex 27897 -0.0468821 0.108426 -0.0186436
Vertex 27898 -0.051889 0.108419 -0.0189045
Vertex 27899 -0.0288456 0.0986889 -0.0235542
Vertex 27900 -0.0738463 0.114952 -0.00659368
Vertex 27901 -0.0641553 0.162388 -0.0586672
Vertex 27902 0.0262791 0.0675449 -0.0231801
Vertex 27903 0.0252903 0.0675893 -0.0238235
Vertex 27904 0.0242906 0.0676576 -0.0247124
Vertex 27905 0.0232194 0.06778 -0.026032
Vertex 27906 0.022277 0.0678419 -0.0269851
Vertex 27907 0.0212831 0.0679005 -0.027755
Vertex 27908 0.0203192 0.0679349 -0.0283363
Vertex 27909 0.0193228 0.0679612 -0.0287395
Vertex 27910 0.0183075 0.0679765 -0.028974
Vertex 27911 0.0173027 0.0680054 -0.0293377
Vertex 27912 0.0162924 0.0680403 -0.0298148
Vertex 27913 0.0152753 0.0680849 -0.0302874
Vertex 27914 0.014283 0.0681091 -0.0306905
Vertex 27915 0.0133289 0.0681229 -0.0310343
Vertex 27916 0.0123125 0.0680946 -0.0309662
Vertex 27917 0.0112937 0.0680868 -0.0307505
Vertex 27918 0.0102706 0.0681153 -0.0309054
Vertex 27919 0.009256 0.0681484 -0.0312392
Vertex 27920 0.00826686 0.0681716 -0.0316571
Vertex 27921 0.00726262 0.0682112 -0.0321527
Vertex 27922 0.00627327 0.0682324 -0.0325665
Vertex 27923 0.00528322 0.0682375 -0.0327226
Vertex 27924 0.00426734 0.0682596 -0.032922
Vertex 27925 0.00326914 0.0682665 -0.0330635
Vertex 27926 0.00226876 0.0682822 -0.0333186
Vertex 27927 0.00127365 0.0682996 -0.0335875
Vertex 27928 0.000274533 0.0683164 -0.033854
Vertex 27929 -0.0007305 0.0683317 -0.0340878
Vertex 27930 -0.00172768 0.0683482 -0.0343533
Vertex 27931 -0.00273038 0.0683735 -0.0347173
Vertex 27932 -0.00373539 0.0684024 -0.0350771
Vertex 27933 -0.00473829 0.0684427 -0.0355801
Vertex 27934 -0.00573558 0.0684573 -0.035843
Vertex 27935 -0.006733 0.0684593 -0.0359965
Vertex 27936 -0.00773829 0.0684701 -0.0360951
Vertex 27937 -0.00873489 0.068452 -0.036144
Vertex 27938 -0.009723 0.0684621 -0.0362531
Vertex 27939 -0.0107444 0.0685007 -0.0365794
Vertex 27940 -0.0117377 0.0685356 -0.0370961
Vertex 27941 -0.0127182 0.0685587 -0.0376659
Vertex 27942 -0.0137228 0.0685659 -0.0377913
Vertex 27943 -0.0147316 0.0685868 -0.0380387
Vertex 27944 -0.0157421 0.0686009 -0.0381423
Vertex 27945 -0.0167436 0.068615 -0.0382083
Vertex 27946 -0.017747 0.0685932 -0.0381265
Vertex 27947 -0.0187468 0.0685918 -0.0381091
Vertex 27948 -0.0197563 0.0685528 -0.0378978
Vertex 27949 -0.0207506 0.0685447 -0.0377382
Vertex 27950 -0.0217729 0.0684817 -0.0372671
Vertex 27951 -0.0227695 0.0684387 -0.0367377
Vertex 27952 -0.0237519 0.0683934 -0.0360687
Vertex 27953 -0.0247363 0.0683356 -0.0352871
Vertex 27954 -0.0257476 0.0682496 -0.0344079
Vertex 27955 -0.045101 0.156152 -0.00816042
Vertex 27956 -0.0630177 0.135513 -0.00745136
Vertex 27957 -0.0660053 0.138467 -0.00776776
Vertex 27958 -0.0351226 0.169652 -0.0145814
Vertex 27959 -0.0548971 0.10981 -0.018029
Vertex 27960 -0.0312923 0.0362769 0.0513145
Vertex 27961 -0.0231534 0.0352107 0.0523184
Vertex 27962 -0.0347008 0.0666358 -0.0153327
Vertex 27963 -0.035694 0.0666325 -0.0153314
Vertex 27964 -0.0366932 0.0665933 -0.0149481
Vertex 27965 -0.0376939 0.0665912 -0.0149459
Vertex 27966 -0.0386977 0.0666031 -0.0147476
Vertex 27967 -0.0397006 0.0666136 -0.0148744
Vertex 27968 -0.0407009 0.066639 -0.0151117
Vertex 27969 -0.0417025 0.0666657 -0.0153449
Vertex 27970 -0.0426942 0.0666296 -0.0154091
Vertex 27971 -0.0436843 0.0666417 -0.0153695
Vertex 27972 -0.0446938 0.0665983 -0.0153032
Vertex 27973 -0.0456914 0.0665681 -0.0150523
Vertex 27974 -0.0466973 0.0665278 -0.0146823
Vertex 27975 -0.0477042 0.0664777 -0.0141832
Vertex 27976 -0.0486835 0.0664435 -0.0136416
Vertex 27977 -0.049655 0.0664173 -0.0130805
Vertex 27978 -0.0506338 0.0663851 -0.0124105
Vertex 27979 -0.051638 0.0663266 -0.0117848
Vertex 27980 -0.0526917 0.0662141 -0.0112413
Vertex 27981 -0.0536948 0.0661603 -0.0107375
Vertex 27982 -0.0546942 0.0661242 -0.0103565
Vertex 27983 -0.0556759 0.0661408 -0.010195
Vertex 27984 -0.0566724 0.0661356 -0.00992741
Vertex 27985 -0.0576833 0.0660478 -0.00944709
Vertex 27986 -0.0586891 0.065984 -0.0090861
Vertex 27987 -0.0596856 0.0659756 -0.00895149
Vertex 27988 -0.0606931 0.0659255 -0.00858452
Vertex 27989 -0.0616838 0.0659304 -0.00830259
Vertex 27990 -0.0626986 0.0658458 -0.00782349
Vertex 27991 -0.0636795 0.0658475 -0.00727738
Vertex 27992 -0.064618 0.0659249 -0.00682147
Vertex 27993 -0.0656433 0.0657616 -0.0058195
Vertex 27994 -0.0666563 0.0656524 -0.0048951
Vertex 27995 -0.0676491 0.065582 -0.00407795
Vertex 27996 -0.0828496 0.117685 -0.00271563
Vertex 27997 -0.0271645 0.17563 -0.018169
Vertex 27998 -0.0311715 0.171175 -0.0164295
Vertex 27999 -0.0662636 0.175335 -0.0598585
Vertex 28000 -0.037886 0.109925 -0.0191545
Vertex 28001 -0.0727056 0.0704556 0.030746
Vertex 28002 -0.0390505 0.154795 -0.00905663
Vertex 28003 -0.0520076 0.145723 -0.00116844
Vertex 28004 -0.0310503 0.155166 -0.00836756
Vertex 28005 -0.0152525 0.177145 -0.0265204
Vertex 28006 -0.0700283 0.075334 0.0376711
Vertex 28007 -0.0570384 0.142741 -0.0023851
Vertex 28008 -0.0311809 0.165241 -0.0158459
Vertex 28009 -0.0580682 0.132534 -0.0063879
Vertex 28010 -0.081387 0.11145 0.0446717
Vertex 28011 -0.0819743 0.130956 -0.00393996
Vertex 28012 -0.0809733 0.130966 -0.00434035
Vertex 28013 -0.0121993 0.177175 -0.0288808
Vertex 28014 -0.0251408 0.168241 -0.0184358
Vertex 28015 -0.058999 0.129653 -0.00698695
Vertex 28016 -0.013224 0.172718 -0.0260103
Vertex 28017 -0.0660982 0.156586 -0.0534726
Vertex 28018 -0.0550795 0.153114 -0.00215772
Vertex 28019 -0.0181224 0.165314 -0.018178
Vertex 28020 -0.0351354 0.165203 -0.0147634
Vertex 28021 -0.037224 0.169679 -0.0130647
Vertex 28022 -0.0580289 0.129633 -0.0066561
Vertex 28023 -0.0669615 0.129698 -0.00899609
Vertex 28024 -0.0628971 0.106793 -0.0162163
Vertex 28025 -0.065902 0.112354 -0.012152
Vertex 28026 -0.0610173 0.135506 -0.00686914
Vertex 28027 -0.0718707 0.116473 -0.00776413
Vertex 28028 -0.0488828 0.108449 -0.0190525
Vertex 28029 -0.0478845 0.108472 -0.0188663
Vertex 28030 -0.0539028 0.11125 -0.0176614
Vertex 28031 -0.0632548 0.171035 -0.0614506
Vertex 28032 -0.0729217 0.126742 -0.00866826
Vertex 28033 0.0272834 0.0689403 -0.022937
Vertex 28034 0.0262865 0.0689766 -0.0234385
Vertex 28035 0.025235 0.0690602 -0.0242719
Vertex 28036 0.0242826 0.0691154 -0.0252241
Vertex 28037 0.0232722 0.0691857 -0.0260989
Vertex 28038 0.0222613 0.0692548 -0.0269722
Vertex 28039 0.0212764 0.0693138 -0.0277613
Vertex 28040 0.0202826 0.0693621 -0.0284085
Vertex 28041 0.0192967 0.0693907 -0.0288221
Vertex 28042 0.0182732 0.069417 -0.0291542
Vertex 28043 0.0172728 0.0694422 -0.0295359
Vertex 28044 0.0162761 0.0694793 -0.03005
Vertex 28045 0.0152655 0.0695272 -0.0306629
Vertex 28046 0.0142799 0.0695538 -0.0310885
Vertex 28047 0.0132863 0.0695708 -0.0313558
Vertex 28048 0.0122553 0.0695892 -0.0315106
Vertex 28049 0.0112619 0.069597 -0.0315203
Vertex 28050 0.0102711 0.0695708 -0.0315811
Vertex 28051 0.00925419 0.0696192 -0.0318888
Vertex 28052 0.00826699 0.0696219 -0.0321852
Vertex 28053 0.00726635 0.0696573 -0.0326992
Vertex 28054 0.00626131 0.0696979 -0.0331897
Vertex 28055 0.00525297 0.069736 -0.0335357
Vertex 28056 0.00426552 0.0697141 -0.0335935
Vertex 28057 0.00325461 0.0697315 -0.0336623
Vertex 28058 0.00225674 0.0697235 -0.0336823
Vertex 28059 0.0012658 0.0697321 -0.0339789
Vertex 28060 0.000267595 0.0697483 -0.0342392
Vertex 28061 -0.000727236 0.069749 -0.034387
Vertex 28062 -0.00173892 0.0697883 -0.0347021
Vertex 28063 -0.00276158 0.0698244 -0.0351738
Vertex 28064 -0.00374083 0.069852 -0.0355987
Vertex 28065 -0.00473325 0.069866 -0.0358872
Vertex 28066 -0.00573885 0.0698843 -0.0361103
Vertex 28067 -0.00672844 0.0698676 -0.0361675
Vertex 28068 -0.0077447 0.0698983 -0.036343
Vertex 28069 -0.00874142 0.0699019 -0.0364843
Vertex 28070 -0.0097165 0.0698878 -0.0366754
Vertex 28071 -0.0107349 0.0699421 -0.0371274
Vertex 28072 -0.0117423 0.070003 -0.0378791
Vertex 28073 -0.0127393 0.0700008 -0.0380391
Vertex 28074 -0.0137303 0.0699989 -0.0380502
Vertex 28075 -0.0147444 0.0700214 -0.0382575
Vertex 28076 -0.0157508 0.070024 -0.0384074
Vertex 28077 -0.0167502 0.070002 -0.0383082
Vertex 28078 -0.0177485 0.0700027 -0.0382786
Vertex 28079 -0.0187683 0.0699858 -0.0381989
Vertex 28080 -0.0197535 0.0700012 -0.0382558
Vertex 28081 -0.0207576 0.069984 -0.0381379
Vertex 28082 -0.0217647 0.0699552 -0.0378816
Vertex 28083 -0.0227683 0.0699063 -0.0373697
Vertex 28084 -0.0237931 0.0698259 -0.0366341
Vertex 28085 -0.024745 0.0698061 -0.0360534
Vertex 28086 -0.0257526 0.069725 -0.0351721
Vertex 28087 -0.0818741 0.119187 -0.00382424
Vertex 28088 -0.0620293 0.135502 -0.00717407
Vertex 28089 -0.0669932 0.138471 -0.00790807
Vertex 28090 -0.0799141 0.109193 0.0343277
Vertex 28091 -0.0361907 0.169669 -0.0137878
Vertex 28092 -0.0652159 0.16242 -0.0585196
Vertex 28093 -0.0707453 0.113137 0.049314
Vertex 28094 -0.0688839 0.117973 -0.00851105
Vertex 28095 -0.0347085 0.0681808 -0.0168555
Vertex 28096 -0.0357042 0.0681118 -0.016092
Vertex 28097 -0.0367004 0.0680804 -0.0157124
Vertex 28098 -0.0376995 0.0680509 -0.0154542
Vertex 28099 -0.0387089 0.068094 -0.0155018
Vertex 28100 -0.0397063 0.0680709 -0.01554
Vertex 28101 -0.040716 0.0681271 -0.0158645
Vertex 28102 -0.0417084 0.0681156 -0.0160245
Vertex 28103 -0.0427018 0.0681213 -0.0161497
Vertex 28104 -0.0436993 0.0680874 -0.0160622
Vertex 28105 -0.0446949 0.0680713 -0.0159309
Vertex 28106 -0.045682 0.0680577 -0.0156409
Vertex 28107 -0.0466818 0.0680053 -0.0151447
Vertex 28108 -0.0476898 0.0679558 -0.0146484
Vertex 28109 -0.0486968 0.067904 -0.0141574
Vertex 28110 -0.0496757 0.0678792 -0.0135965
Vertex 28111 -0.0506838 0.0678366 -0.0132392
Vertex 28112 -0.0516893 0.0678068 -0.0129959
Vertex 28113 -0.0526737 0.0678526 -0.0129346
Vertex 28114 -0.0536823 0.0678463 -0.0129474
Vertex 28115 -0.054684 0.067848 -0.0128124
Vertex 28116 -0.0556879 0.0677603 -0.0123408
Vertex 28117 -0.056688 0.067746 -0.0120827
Vertex 28118 -0.0576869 0.0677197 -0.0118328
Vertex 28119 -0.0586925 0.0677294 -0.0118268
Vertex 28120 -0.0597053 0.0675469 -0.0111319
Vertex 28121 -0.0606769 0.0676671 -0.0113119
Vertex 28122 -0.0616833 0.0676348 -0.0109359
Vertex 28123 -0.0626586 0.0676213 -0.0103966
Vertex 28124 -0.0636417 0.067527 -0.00924444
Vertex 28125 -0.0646256 0.0674757 -0.0084666
Vertex 28126 -0.0656775 0.067321 -0.00750664
Vertex 28127 -0.0666614 0.0672261 -0.0064803
Vertex 28128 -0.0675878 0.0672405 -0.0057657
Vertex 28129 0.00210157 0.111597 -0.0202587
Vertex 28130 -0.0398868 0.108509 -0.0195593
Vertex 28131 -0.0639625 0.126764 -0.00871214
Vertex 28132 -0.0371717 0.165191 -0.0136726
Vertex 28133 -0.067238 0.175347 -0.0588701
Vertex 28134 -0.057893 0.109749 -0.0172343
Vertex 28135 -0.0689146 0.108019 -0.0123122
Vertex 28136 -0.0650297 0.138462 -0.00769967
Vertex 28137 -0.0662078 0.0723697 0.0374848
Vertex 28138 -0.0691138 0.0763852 0.0387083
Vertex 28139 -0.0530088 0.145722 -0.00115007
Vertex 28140 -0.0699144 0.1253 -0.00883057
Vertex 28141 -0.0749897 0.139866 -0.00647617
Vertex 28142 -0.0321623 0.172645 -0.015639
Vertex 28143 -0.0331471 0.172636 -0.0149853
Vertex 28144 -0.0639022 0.10675 -0.0154602
Vertex 28145 -0.0648797 0.106687 -0.0146649
Vertex 28146 -0.0659084 0.106679 -0.0142087
Vertex 28147 -0.0668809 0.106639 -0.013906
Vertex 28148 -0.067905 0.106631 -0.013438
Vertex 28149 -0.0689089 0.106601 -0.012938
Vertex 28150 -0.0699106 0.10657 -0.0124287
Vertex 28151 -0.0709057 0.106531 -0.0119068
Vertex 28152 -0.0590382 0.132561 -0.00680716
Vertex 28153 -0.0669085 0.108072 -0.0133167
Vertex 28154 -0.0341448 0.166698 -0.0152744
Vertex 28155 -0.0191218 0.165312 -0.0179178
Vertex 28156 -0.027126 0.165248 -0.0165316
Vertex 28157 -0.0777691 0.0689598 0.0151422
Vertex 28158 -0.0659224 0.108105 -0.0137141
Vertex 28159 -0.0540072 0.144242 -0.000990452
Vertex 28160 -0.0769694 0.136896 -0.00565009
Vertex 28161 -0.0718755 0.10648 -0.0114758
Vertex 28162 -0.084006 0.130916 -0.00261237
Vertex 28163 -0.0548973 0.112625 -0.01673
Vertex 28164 -0.0678966 0.110866 -0.0116376
Vertex 28165 -0.0508811 0.108424 -0.0190099
Vertex 28166 -0.0569156 0.112617 -0.0162683
Vertex 28167 -0.0659485 0.126772 -0.00885106
Vertex 28168 -0.0699244 0.107994 -0.0118147
Vertex 28169 -0.0460989 0.157633 -0.00826241
Vertex 28170 0.0272754 0.0703879 -0.0233186
Vertex 28171 0.0262968 0.070421 -0.0238548
Vertex 28172 0.0252898 0.0704815 -0.0246106
Vertex 28173 0.0242883 0.0705502 -0.0254969
Vertex 28174 0.0232364 0.0706221 -0.0263108
Vertex 28175 0.022282 0.0706591 -0.0268891
Vertex 28176 0.021248 0.0707121 -0.0275992
Vertex 28177 0.0202555 0.0707617 -0.0282449
Vertex 28178 0.019265 0.0708008 -0.0287723
Vertex 28179 0.0182783 0.0708328 -0.0291795
Vertex 28180 0.0172769 0.0708593 -0.0295557
Vertex 28181 0.0162881 0.0708862 -0.0299631
Vertex 28182 0.0152704 0.07093 -0.0305648
Vertex 28183 0.0142674 0.0709686 -0.0310685
Vertex 28184 0.0132369 0.0709965 -0.0314873
Vertex 28185 0.0122698 0.0710113 -0.031719
Vertex 28186 0.0112495 0.0710359 -0.0320326
Vertex 28187 0.0102622 0.0710503 -0.0323195
Vertex 28188 0.00924462 0.0710839 -0.0326657
Vertex 28189 0.00821291 0.0711477 -0.0331375
Vertex 28190 0.00724928 0.0711363 -0.0334334
Vertex 28191 0.00626754 0.071137 -0.0337471
Vertex 28192 0.00525204 0.071179 -0.0340737
Vertex 28193 0.00425284 0.0711834 -0.0342035
Vertex 28194 0.0032483 0.071196 -0.0343078
Vertex 28195 0.00225805 0.0711729 -0.0343766
Vertex 28196 0.00125071 0.0712122 -0.0347068
Vertex 28197 0.000251433 0.0712294 -0.0349609
Vertex 28198 -0.00074702 0.0712329 -0.0350931
Vertex 28199 -0.0017304 0.0712031 -0.0351875
Vertex 28200 -0.00273284 0.0712345 -0.035418
Vertex 28201 -0.00374904 0.0712712 -0.0357267
Vertex 28202 -0.00474585 0.0712867 -0.0359934
Vertex 28203 -0.00573884 0.0712887 -0.036141
Vertex 28204 -0.00674006 0.0712942 -0.0362643
Vertex 28205 -0.0077489 0.0713239 -0.0366154
Vertex 28206 -0.00874604 0.0713519 -0.0371122
Vertex 28207 -0.00973422 0.0712867 -0.0371391
Vertex 28208 -0.0107396 0.0713653 -0.0375278
Vertex 28209 -0.0117515 0.0714338 -0.0381291
Vertex 28210 -0.0127384 0.0714338 -0.0383051
Vertex 28211 -0.0137469 0.0714346 -0.0382786
Vertex 28212 -0.0147515 0.07145 -0.0385454
Vertex 28213 -0.0157548 0.0714554 -0.0386719
Vertex 28214 -0.0167567 0.0714512 -0.0386579
Vertex 28215 -0.01776 0.0714448 -0.0386564
Vertex 28216 -0.0187655 0.0714126 -0.0384549
Vertex 28217 -0.0197639 0.0714243 -0.0385337
Vertex 28218 -0.0207784 0.0714012 -0.0384405
Vertex 28219 -0.0217734 0.0713925 -0.0382795
Vertex 28220 -0.0227774 0.0713561 -0.0378898
Vertex 28221 -0.0237576 0.0713185 -0.0373359
Vertex 28222 -0.0247655 0.0712486 -0.0365856
Vertex 28223 -0.0257404 0.0712076 -0.0359148
Vertex 28224 -0.0267454 0.0711222 -0.0350441
Vertex 28225 -0.0618921 0.119466 -0.00942759
Vertex 28226 -0.0609057 0.119508 -0.00974426
Vertex 28227 -0.067984 0.13847 -0.00792156
Vertex 28228 -0.0765927 0.0770726 0.0330453
Vertex 28229 -0.0771832 0.107237 0.0346968
Vertex 28230 -0.0578899 0.111162 -0.0167182
Vertex 28231 -0.0691508 0.152358 -0.047074
Vertex 28232 -0.0347147 0.0696617 -0.0176192
Vertex 28233 -0.0357119 0.0695868 -0.0167299
Vertex 28234 -0.0367079 0.0695483 -0.0163464
Vertex 28235 -0.0377072 0.0695284 -0.0160926
Vertex 28236 -0.0387164 0.0695709 -0.0161311
Vertex 28237 -0.039718 0.0695625 -0.0162922
Vertex 28238 -0.0407273 0.0696207 -0.0166002
Vertex 28239 -0.0417165 0.069628 -0.0168617
Vertex 28240 -0.0427066 0.0696149 -0.0170299
Vertex 28241 -0.043713 0.0695592 -0.0168487
Vertex 28242 -0.0447099 0.069553 -0.0165571
Vertex 28243 -0.0457003 0.0694971 -0.0160523
Vertex 28244 -0.0466969 0.0694537 -0.0155404
Vertex 28245 -0.0476756 0.0694312 -0.0151035
Vertex 28246 -0.0486922 0.0693814 -0.0146213
Vertex 28247 -0.049695 0.0693575 -0.0143663
Vertex 28248 -0.0506923 0.0693793 -0.0143111
Vertex 28249 -0.0517049 0.0693137 -0.014154
Vertex 28250 -0.0527007 0.0693372 -0.0141095
Vertex 28251 -0.053703 0.069339 -0.0141095
Vertex 28252 -0.0547028 0.0693497 -0.0142348
Vertex 28253 -0.0557017 0.0693735 -0.0143448
Vertex 28254 -0.0566985 0.0694351 -0.0145553
Vertex 28255 -0.0576914 0.0693962 -0.0144511
Vertex 28256 -0.0586931 0.0693474 -0.0143558
Vertex 28257 -0.0596861 0.0693591 -0.0143393
Vertex 28258 -0.0606931 0.0692955 -0.0138548
Vertex 28259 -0.0616784 0.0692367 -0.0132074
Vertex 28260 -0.0626761 0.0691812 -0.0125769
Vertex 28261 -0.0636659 0.0691264 -0.011804
Vertex 28262 -0.0646189 0.0691309 -0.0109873
Vertex 28263 -0.0656199 0.0690554 -0.0100807
Vertex 28264 -0.0666306 0.0689692 -0.00898899
Vertex 28265 -0.0676215 0.0688155 -0.00772966
Vertex 28266 -0.0686185 0.0687175 -0.00655491
Vertex 28267 -0.0695881 0.0687436 -0.00572614
Vertex 28268 -0.0560271 0.142758 -0.00201441
Vertex 28269 -0.0829923 0.130939 -0.00341376
Vertex 28270 -0.0589237 0.11399 -0.014753
Vertex 28271 -0.0599938 0.126727 -0.00781868
Vertex 28272 -0.00998984 0.177238 -0.0295136
Vertex 28273 -0.0221892 0.177131 -0.0213718
Vertex 28274 -0.073931 0.128192 -0.0084465
Vertex 28275 -0.0790747 0.0713835 0.0198308
Vertex 28276 -0.063246 0.0709836 0.037551
Vertex 28277 -0.0540085 0.145723 -0.00127177
Vertex 28278 -0.0743852 0.111313 0.0463698
Vertex 28279 -0.0709113 0.107952 -0.0112859
Vertex 28280 -0.0558334 0.0358523 0.0464479
Vertex 28281 -0.0728995 0.10646 -0.0108772
Vertex 28282 -0.0739011 0.106421 -0.010241
Vertex 28283 -0.0748631 0.106362 -0.00967707
Vertex 28284 -0.0152743 0.180101 -0.0270399
Vertex 28285 -0.0511241 0.157581 -0.00475152
Vertex 28286 -0.0191687 0.171226 -0.0215143
Vertex 28287 -0.0400692 0.157713 -0.010751
Vertex 28288 -0.0496681 0.0705507 0.0391462
Vertex 28289 -0.0550216 0.142767 -0.00162505
Vertex 28290 -0.0211973 0.0363196 0.0534993
Vertex 28291 -0.0201288 0.165284 -0.0176913
Vertex 28292 -0.0687451 0.0708436 0.0347552
Vertex 28293 -0.0773807 0.0774654 0.0325309
Vertex 28294 -0.0610049 0.129668 -0.00770337
Vertex 28295 -0.0510555 0.150177 -0.00351578
Vertex 28296 -0.068908 0.112267 -0.0105177
Vertex 28297 -0.0689469 0.131135 -0.00874709
Vertex 28298 -0.073925 0.126728 -0.0084362
Vertex 28299 -0.0639921 0.134062 -0.00777265
Vertex 28300 -0.0430782 0.154691 -0.00814248
Vertex 28301 -0.0381729 0.166677 -0.0130206
Vertex 28302 -0.0578994 0.112578 -0.0159728
Vertex 28303 -0.0331359 0.168192 -0.0157544
Vertex 28304 -0.0869809 0.112371 0.0426661
Vertex 28305 0.0272815 0.0718243 -0.0235929
Vertex 28306 0.0262673 0.0718723 -0.0242084
Vertex 28307 0.025252 0.0719314 -0.0249494
Vertex 28308 0.0242867 0.0719771 -0.0256393
Vertex 28309 0.0232927 0.0720269 -0.0262872
Vertex 28310 0.0222613 0.0720727 -0.026869
Vertex 28311 0.021294 0.0721108 -0.027322
Vertex 28312 0.0202221 0.0721388 -0.0279345
Vertex 28313 0.0192558 0.0721931 -0.0285132
Vertex 28314 0.0182463 0.0722224 -0.0290012
Vertex 28315 0.0172553 0.072257 -0.0294021
Vertex 28316 0.0162463 0.0722881 -0.029887
Vertex 28317 0.0152406 0.0723235 -0.0303843
Vertex 28318 0.0142384 0.0723592 -0.0308856
Vertex 28319 0.0132668 0.0723896 -0.0312102
Vertex 28320 0.0122687 0.0724051 -0.0314733
Vertex 28321 0.0112474 0.0724264 -0.0317987
Vertex 28322 0.0102738 0.0724526 -0.032232
Vertex 28323 0.00925016 0.0724976 -0.0328208
Vertex 28324 0.00824961 0.0725345 -0.0333305
Vertex 28325 0.00723812 0.0725784 -0.0338132
Vertex 28326 0.00625559 0.0725849 -0.0341185
Vertex 28327 0.00524711 0.0726037 -0.0343433
Vertex 28328 0.00425042 0.072607 -0.0344972
Vertex 28329 0.00324634 0.0726279 -0.0347233
Vertex 28330 0.00225053 0.0726262 -0.0348847
Vertex 28331 0.00124491 0.0726488 -0.0351082
Vertex 28332 0.000248169 0.0726618 -0.0353693
Vertex 28333 -0.000746952 0.0726633 -0.0355323
Vertex 28334 -0.00174908 0.0726707 -0.0356483
Vertex 28335 -0.00274076 0.0726647 -0.0356738
Vertex 28336 -0.00374732 0.0726737 -0.0357771
Vertex 28337 -0.0047515 0.0726952 -0.0359954
Vertex 28338 -0.00575365 0.0727093 -0.0362416
Vertex 28339 -0.00675345 0.0727271 -0.0364938
Vertex 28340 -0.00773777 0.0727528 -0.0370634
Vertex 28341 -0.00874857 0.0727984 -0.0375275
Vertex 28342 -0.00975454 0.0728065 -0.0376393
Vertex 28343 -0.0107636 0.0728162 -0.0377336
Vertex 28344 -0.0117675 0.0728437 -0.0380964
Vertex 28345 -0.0127593 0.0728576 -0.0383837
Vertex 28346 -0.0137652 0.0728728 -0.0386088
Vertex 28347 -0.0147627 0.0728806 -0.0387608
Vertex 28348 -0.0157652 0.0728861 -0.0388826
Vertex 28349 -0.0167638 0.0728801 -0.0389011
Vertex 28350 -0.0177632 0.0728777 -0.0388934
Vertex 28351 -0.0187634 0.0728738 -0.0388715
Vertex 28352 -0.0197661 0.0728664 -0.0388949
Vertex 28353 -0.0207747 0.0728486 -0.0387932
Vertex 28354 -0.0217873 0.0728206 -0.0385569
Vertex 28355 -0.022785 0.0727991 -0.0382731
Vertex 28356 -0.0237817 0.0727523 -0.0377511
Vertex 28357 -0.0247629 0.0727034 -0.0370836
Vertex 28358 -0.0257601 0.0726356 -0.0363191
Vertex 28359 -0.0267449 0.0725846 -0.0356647
Vertex 28360 -0.0277078 0.0725313 -0.0348614
Vertex 28361 -0.0758841 0.106327 -0.00893896
Vertex 28362 -0.0689806 0.138464 -0.0078252
Vertex 28363 -0.065182 0.160968 -0.0576695
Vertex 28364 -0.0568852 0.111179 -0.0170834
Vertex 28365 0.00913581 0.103011 -0.0206427
Vertex 28366 -0.0347226 0.0711465 -0.0183854
Vertex 28367 -0.0357211 0.0710689 -0.0174927
Vertex 28368 -0.0367194 0.0710436 -0.0172369
Vertex 28369 -0.037714 0.0710075 -0.016855
Vertex 28370 -0.0387216 0.0710357 -0.0169218
Vertex 28371 -0.0397209 0.0710215 -0.0169451
Vertex 28372 -0.0407313 0.0710722 -0.0172567
Vertex 28373 -0.0417202 0.0710768 -0.017536
Vertex 28374 -0.0427147 0.0710705 -0.0176966
Vertex 28375 -0.0437155 0.0710509 -0.0175901
Vertex 28376 -0.0447185 0.0709976 -0.0171011
Vertex 28377 -0.0457202 0.0709417 -0.0164642
Vertex 28378 -0.0467107 0.0709021 -0.0159388
Vertex 28379 -0.0477053 0.0708612 -0.0154107
Vertex 28380 -0.0487026 0.0708482 -0.0151225
Vertex 28381 -0.0497015 0.070866 -0.0150622
Vertex 28382 -0.0507107 0.0708743 -0.0151986
Vertex 28383 -0.0517184 0.0708739 -0.0153462
Vertex 28384 -0.0527211 0.0709092 -0.0154358
Vertex 28385 -0.0537213 0.0709084 -0.0154466
Vertex 28386 -0.0547181 0.0708998 -0.0155975
Vertex 28387 -0.0557143 0.0709328 -0.0156898
Vertex 28388 -0.056712 0.0708617 -0.0156392
Vertex 28389 -0.0577119 0.0708497 -0.0156457
Vertex 28390 -0.0587133 0.0708136 -0.0155469
Vertex 28391 -0.0597131 0.0708022 -0.0154129
Vertex 28392 -0.0607072 0.0707896 -0.0151427
Vertex 28393 -0.0617049 0.070743 -0.0146345
Vertex 28394 -0.0626999 0.0706798 -0.0138683
Vertex 28395 -0.0637125 0.0705931 -0.0131267
Vertex 28396 -0.0646849 0.0705888 -0.0125799
Vertex 28397 -0.0656817 0.0705232 -0.0118151
Vertex 28398 -0.066663 0.0704664 -0.0109078
Vertex 28399 -0.0676348 0.0704852 -0.0103532
Vertex 28400 -0.0685649 0.0705046 -0.00966184
Vertex 28401 -0.0696234 0.0702067 -0.00731499
Vertex 28402 -0.0706455 0.0701231 -0.00669595
Vertex 28403 -0.0716108 0.0701594 -0.00639514
Vertex 28404 0.008145 0.103004 -0.0207662
Vertex 28405 -0.0648762 0.109524 -0.0137682
Vertex 28406 -0.0109917 0.177231 -0.0295208
Vertex 28407 -0.0232113 0.177135 -0.0206374
Vertex 28408 -0.0672794 0.176766 -0.0591515
Vertex 28409 -0.0849191 0.117035 0.0482987
Vertex 28410 -0.0560293 0.0674866 0.0368481
Vertex 28411 -0.0792446 0.0699823 0.0139682
Vertex 28412 -0.0649943 0.0623954 0.0235277
Vertex 28413 -0.0172735 0.180097 -0.0253788
Vertex 28414 -0.0578898 0.108324 -0.0176181
Vertex 28415 -0.0530022 0.0712206 0.0395879
Vertex 28416 -0.0162612 0.17862 -0.0260128
Vertex 28417 -0.0261862 0.17712 -0.0185723
Vertex 28418 0.00713618 0.103008 -0.0210892
Vertex 28419 -0.0768529 0.106269 -0.00826114
Vertex 28420 -0.0642836 0.175364 -0.0612207
Vertex 28421 -0.0571072 0.154583 -0.000558004
Vertex 28422 -0.063767 0.0615586 0.0227478
Vertex 28423 -0.0680607 0.153823 -0.0498908
Vertex 28424 -0.0716564 0.0639047 0.0190638
Vertex 28425 -0.0882831 0.114383 0.0443189
Vertex 28426 -0.0520198 0.147215 -0.00210798
Vertex 28427 -0.0619905 0.129678 -0.00799355
Vertex 28428 0.00614005 0.103026 -0.0213684
Vertex 28429 -0.0749012 0.110639 -0.0076926
Vertex 28430 -0.0212115 0.177139 -0.0220322
Vertex 28431 -0.0420929 0.156178 -0.00917116
Vertex 28432 -0.0749222 0.126715 -0.00818803
Vertex 28433 -0.0858669 0.119072 -0.00140229
Vertex 28434 -0.0698753 0.117966 -0.00835455
Vertex 28435 -0.0699642 0.138462 -0.00776795
Vertex 28436 -0.0620405 0.138434 -0.00686017
Vertex 28437 -0.0652259 0.166727 -0.0597961
Vertex 28438 0.00514522 0.103044 -0.0216473
Vertex 28439 0.0272437 0.0732614 -0.0238068
Vertex 28440 0.0262796 0.0733084 -0.0244949
Vertex 28441 0.0252808 0.0733562 -0.0251315
Vertex 28442 0.0242564 0.0734016 -0.0257301
Vertex 28443 0.0232513 0.0734458 -0.026356
Vertex 28444 0.0222567 0.0734747 -0.02675
Vertex 28445 0.0212602 0.0735043 -0.0271352
Vertex 28446 0.0202388 0.0735294 -0.0276011
Vertex 28447 0.0192552 0.0735767 -0.0281447
Vertex 28448 0.0182552 0.0736117 -0.028651
Vertex 28449 0.0172623 0.073643 -0.0290458
Vertex 28450 0.0162606 0.0736784 -0.0295549
Vertex 28451 0.0152424 0.0737083 -0.0300265
Vertex 28452 0.0142589 0.0737441 -0.0304465
Vertex 28453 0.0132662 0.0737717 -0.03084
Vertex 28454 0.0122374 0.0737871 -0.031159
Vertex 28455 0.0112326 0.0738116 -0.0315294
Vertex 28456 0.0102584 0.0738736 -0.0323425
Vertex 28457 0.0092913 0.0739064 -0.0330363
Vertex 28458 0.00825492 0.0739666 -0.0336091
Vertex 28459 0.00725148 0.0739904 -0.0339985
Vertex 28460 0.00623854 0.074018 -0.0343382
Vertex 28461 0.00525002 0.0740223 -0.0345195
Vertex 28462 0.0042421 0.0740405 -0.0347398
Vertex 28463 0.00324014 0.0740573 -0.0349749
Vertex 28464 0.00224668 0.0740592 -0.0351433
Vertex 28465 0.00124079 0.0740793 -0.0353703
Vertex 28466 0.000235601 0.0740952 -0.0356038
Vertex 28467 -0.000755237 0.0740961 -0.035785
Vertex 28468 -0.00176079 0.0741065 -0.0358743
Vertex 28469 -0.00275795 0.0740872 -0.0359501
Vertex 28470 -0.00375332 0.07411 -0.0361467
Vertex 28471 -0.00475508 0.0741241 -0.036385
Vertex 28472 -0.00575874 0.0741425 -0.036638
Vertex 28473 -0.0067422 0.0741543 -0.0369448
Vertex 28474 -0.00776303 0.0742012 -0.03739
Vertex 28475 -0.00874908 0.0742103 -0.037697
Vertex 28476 -0.00975763 0.0742329 -0.0379217
Vertex 28477 -0.0107442 0.0742291 -0.0379783
Vertex 28478 -0.0117585 0.0742488 -0.0381827
Vertex 28479 -0.0127624 0.0742651 -0.0384156
Vertex 28480 -0.0137664 0.0742812 -0.0386456
Vertex 28481 -0.0147659 0.0742889 -0.0388052
Vertex 28482 -0.0157667 0.0742966 -0.0389627
Vertex 28483 -0.0167703 0.0742961 -0.0390024
Vertex 28484 -0.0177692 0.074285 -0.0389303
Vertex 28485 -0.0187732 0.0742782 -0.038946
Vertex 28486 -0.019773 0.0742847 -0.0390372
Vertex 28487 -0.020775 0.0742803 -0.0390259
Vertex 28488 -0.0217865 0.0742531 -0.0388026
Vertex 28489 -0.0227837 0.0742285 -0.0385317
Vertex 28490 -0.0238007 0.0741774 -0.0380398
Vertex 28491 -0.0247632 0.0741431 -0.0374571
Vertex 28492 -0.0257535 0.0740897 -0.0368116
Vertex 28493 -0.0267551 0.0740245 -0.0360482
Vertex 28494 -0.0277305 0.073972 -0.0353872
Vertex 28495 0.00414764 0.103055 -0.021794
Vertex 28496 -0.0778694 0.106226 -0.00738941
Vertex 28497 0.00315167 0.10307 -0.0219554
Vertex 28498 -0.0749718 0.138395 -0.00644263
Vertex 28499 -0.0640884 0.160897 -0.0576117
Vertex 28500 -0.0121987 0.171236 -0.0257581
Vertex 28501 -0.0345906 0.0727451 -0.0199624
Vertex 28502 -0.0357278 0.07254 -0.0181295
Vertex 28503 -0.0367265 0.0725274 -0.0180009
Vertex 28504 -0.0377229 0.0724783 -0.0174913
Vertex 28505 -0.0387321 0.0724952 -0.0174162
Vertex 28506 -0.0397313 0.072486 -0.017441
Vertex 28507 -0.0407291 0.0724971 -0.0177035
Vertex 28508 -0.0417274 0.0725105 -0.0179617
Vertex 28509 -0.0427238 0.072521 -0.0180673
Vertex 28510 -0.0437241 0.0724973 -0.0179849
Vertex 28511 -0.044734 0.0724552 -0.0176324
Vertex 28512 -0.0457178 0.0724199 -0.0170809
Vertex 28513 -0.046711 0.0723683 -0.0164352
Vertex 28514 -0.0476953 0.0723623 -0.0159721
Vertex 28515 -0.0487147 0.0723044 -0.01565
Vertex 28516 -0.0497184 0.0723081 -0.0156401
Vertex 28517 -0.0507233 0.0723393 -0.0157137
Vertex 28518 -0.0517297 0.0723507 -0.015831
Vertex 28519 -0.0527322 0.0723715 -0.0160877
Vertex 28520 -0.0537245 0.0723552 -0.016258
Vertex 28521 -0.0547243 0.0723714 -0.0165135
Vertex 28522 -0.0557218 0.0723836 -0.0166307
Vertex 28523 -0.0567184 0.0723883 -0.016755
Vertex 28524 -0.0577142 0.0723919 -0.0167433
Vertex 28525 -0.0587154 0.0723411 -0.016523
Vertex 28526 -0.0597101 0.0723346 -0.0163812
Vertex 28527 -0.0607248 0.0722644 -0.016058
Vertex 28528 -0.0617151 0.0722545 -0.0157777
Vertex 28529 -0.0627089 0.0722313 -0.0153832
Vertex 28530 -0.0636875 0.0722354 -0.0149801
Vertex 28531 -0.0646745 0.0721957 -0.0143162
Vertex 28532 -0.0656915 0.0720893 -0.0135891
Vertex 28533 -0.0666558 0.0720875 -0.0129051
Vertex 28534 -0.0676524 0.0720092 -0.0120172
Vertex 28535 -0.0686466 0.0719376 -0.0111307
Vertex 28536 -0.069632 0.0719472 -0.0104624
Vertex 28537 -0.0704897 0.0719829 -0.0097429
Vertex 28538 -0.0717133 0.0715245 -0.00752229
Vertex 28539 -0.0726425 0.0716156 -0.00744076
Vertex 28540 0.00214252 0.103065 -0.0221511
Vertex 28541 0.00114663 0.103071 -0.022297
Vertex 28542 -0.0241845 0.177125 -0.0200954
Vertex 28543 -0.0421326 0.160667 -0.0107094
Vertex 28544 -0.0682452 0.17678 -0.058273
Vertex 28545 -0.0728909 0.120866 -0.00826881
Vertex 28546 -0.0798939 0.123658 -0.00558813
Vertex 28547 -0.0201192 0.163785 -0.0165508
Vertex 28548 -0.0220519 0.163768 -0.0162501
Vertex 28549 -0.0241121 0.163789 -0.0160029
Vertex 28550 -0.0261166 0.163762 -0.0159025
Vertex 28551 -0.0291219 0.163733 -0.0155493
Vertex 28552 -0.0311143 0.16374 -0.0152454
Vertex 28553 -0.0152331 0.178626 -0.0269991
Vertex 28554 -0.0351109 0.16372 -0.0144674
Vertex 28555 -0.0371067 0.163706 -0.0138205
Vertex 28556 -0.0391731 0.163682 -0.0125377
Vertex 28557 -0.0401607 0.163674 -0.0120006
Vertex 28558 -0.0495476 0.147557 -0.00269468
Vertex 28559 -0.0718669 0.115007 -0.00776782
Vertex 28560 -0.0211197 0.1653 -0.017528
Vertex 28561 -0.0530779 0.153128 -0.00337034
Vertex 28562 -0.051019 0.147224 -0.00224048
Vertex 28563 -0.0629825 0.129686 -0.00825839
Vertex 28564 -0.0181519 0.16827 -0.0202389
Vertex 28565 -0.064903 0.110966 -0.0133006
Vertex 28566 -0.0629125 0.111049 -0.0145904
Vertex 28567 -0.0421939 0.165153 -0.0106292
Vertex 28568 -0.0311112 0.162246 -0.0146263
Vertex 28569 -0.0848716 0.119101 -0.00207765
Vertex 28570 -0.0708742 0.117963 -0.00822963
Vertex 28571 -0.0241779 0.1712 -0.0197595
Vertex 28572 -0.0729302 0.128204 -0.00868672
Vertex 28573 0.000140075 0.103071 -0.0225088
Vertex 28574 0.0292497 0.0745452 -0.0220465
Vertex 28575 0.0282176 0.0746072 -0.022898
Vertex 28576 0.0272456 0.0746657 -0.023693
Vertex 28577 0.0262228 0.0747294 -0.0245497
Vertex 28578 0.0252624 0.0747714 -0.0251152
Vertex 28579 0.0242369 0.0748124 -0.0257049
Vertex 28580 0.0232608 0.0748451 -0.0261321
Vertex 28581 0.0222568 0.0748707 -0.0265095
Vertex 28582 0.02126 0.0748992 -0.0268979
Vertex 28583 0.0202616 0.0749268 -0.0272874
Vertex 28584 0.0192374 0.0749637 -0.0278698
Vertex 28585 0.0182369 0.0749953 -0.0283712
Vertex 28586 0.0172333 0.0750251 -0.0287502
Vertex 28587 0.016266 0.0750624 -0.0291952
Vertex 28588 0.0152633 0.0751002 -0.0297036
Vertex 28589 0.0142627 0.0751304 -0.0300927
Vertex 28590 0.0132595 0.0751478 -0.0304595
Vertex 28591 0.012258 0.0751733 -0.0308354
Vertex 28592 0.0112772 0.0752122 -0.0313695
Vertex 28593 0.0102426 0.0752832 -0.032327
Vertex 28594 0.00923639 0.0753581 -0.0333366
Vertex 28595 0.00824182 0.0753956 -0.0338579
Vertex 28596 0.00725505 0.0754138 -0.0341479
Vertex 28597 0.00623924 0.0754282 -0.0343629
Vertex 28598 0.00523462 0.075444 -0.0346019
Vertex 28599 0.00423384 0.0754618 -0.0348642
Vertex 28600 0.00323955 0.0754773 -0.0351385
Vertex 28601 0.0022305 0.0754937 -0.0353597
Vertex 28602 0.00123579 0.075497 -0.0355058
Vertex 28603 0.000231956 0.0755133 -0.0357459
Vertex 28604 -0.000757317 0.075519 -0.0359212
Vertex 28605 -0.00176067 0.0755229 -0.0360316
Vertex 28606 -0.00276518 0.0755391 -0.036261
Vertex 28607 -0.0037539 0.0755488 -0.0365646
Vertex 28608 -0.00476651 0.0755803 -0.0368945
Vertex 28609 -0.00574286 0.0755721 -0.037104
Vertex 28610 -0.0067485 0.0755804 -0.0372256
Vertex 28611 -0.00776872 0.0756191 -0.0375185
Vertex 28612 -0.00876475 0.075634 -0.0378123
Vertex 28613 -0.00976932 0.0756525 -0.0380331
Vertex 28614 -0.0107695 0.0756601 -0.0381615
Vertex 28615 -0.0117695 0.075665 -0.0382916
Vertex 28616 -0.0127703 0.0756733 -0.0384193
Vertex 28617 -0.0137759 0.0756859 -0.0386228
Vertex 28618 -0.0147779 0.0756914 -0.0387415
Vertex 28619 -0.0157734 0.075693 -0.0388238
Vertex 28620 -0.0167746 0.0756989 -0.0389455
Vertex 28621 -0.0177757 0.0756957 -0.0389571
Vertex 28622 -0.0187757 0.0756949 -0.0390019
Vertex 28623 -0.0197782 0.075693 -0.0390468
Vertex 28624 -0.0207923 0.0756874 -0.0390657
Vertex 28625 -0.0218074 0.0756618 -0.0388536
Vertex 28626 -0.022811 0.0756351 -0.0385829
Vertex 28627 -0.0237813 0.0756129 -0.0382516
Vertex 28628 -0.024753 0.0755695 -0.0376923
Vertex 28629 -0.0257631 0.0755055 -0.0369491
Vertex 28630 -0.0267649 0.0754486 -0.0363172
Vertex 28631 -0.027746 0.0753954 -0.0356568
Vertex 28632 -0.0287456 0.0753309 -0.0348961
Vertex 28633 -0.0401309 0.160681 -0.0117333
Vertex 28634 -0.0759684 0.138187 -0.00615578
Vertex 28635 -0.0132042 0.171245 -0.025107
Vertex 28636 -0.0411819 0.166655 -0.0111213
Vertex 28637 -0.035736 0.0740102 -0.0187661
Vertex 28638 -0.0367327 0.0739624 -0.0182558
Vertex 28639 -0.0377299 0.0739307 -0.0178742
Vertex 28640 -0.0387296 0.0739178 -0.0177449
Vertex 28641 -0.0397368 0.0739371 -0.0178005
Vertex 28642 -0.0407405 0.0739506 -0.0180651
Vertex 28643 -0.0417336 0.0739469 -0.0182277
Vertex 28644 -0.0427321 0.0739589 -0.0183224
Vertex 28645 -0.0437238 0.0739429 -0.018203
Vertex 28646 -0.0447383 0.0738987 -0.0178782
Vertex 28647 -0.0456618 0.0741031 -0.0174455
Vertex 28648 -0.0467161 0.0738381 -0.0169211
Vertex 28649 -0.0477118 0.073839 -0.0167643
Vertex 28650 -0.0487235 0.0738176 -0.0166605
Vertex 28651 -0.0497297 0.0737805 -0.0165746
Vertex 28652 -0.0507323 0.0738128 -0.0166527
Vertex 28653 -0.0517362 0.0738243 -0.0167692
Vertex 28654 -0.0527297 0.0738092 -0.0169322
Vertex 28655 -0.0537348 0.0738508 -0.0172852
Vertex 28656 -0.0547337 0.0738545 -0.0174125
Vertex 28657 -0.0557308 0.0738305 -0.0174435
Vertex 28658 -0.0567297 0.0738308 -0.0175741
Vertex 28659 -0.0577288 0.0738232 -0.0175832
Vertex 28660 -0.0587405 0.0737726 -0.0173801
Vertex 28661 -0.0597307 0.0737738 -0.017073
Vertex 28662 -0.0607249 0.0737695 -0.0169262
Vertex 28663 -0.0617342 0.0737271 -0.0167014
Vertex 28664 -0.0627245 0.073729 -0.0165415
Vertex 28665 -0.0637344 0.0736795 -0.0161836
Vertex 28666 -0.0647113 0.0736859 -0.0158833
Vertex 28667 -0.0657015 0.0736405 -0.0152375
Vertex 28668 -0.0666897 0.0735998 -0.0145924
Vertex 28669 -0.0676789 0.0735575 -0.0139417
Vertex 28670 -0.0686614 0.0735088 -0.0131618
Vertex 28671 -0.0696892 0.0733745 -0.0120577
Vertex 28672 -0.0706351 0.0733936 -0.01149
Vertex 28673 -0.0715599 0.0733863 -0.0105456
Vertex 28674 -0.0727292 0.0730957 -0.00887693
Vertex 28675 -0.0736682 0.0730938 -0.00832442
Vertex 28676 -0.0746688 0.0730125 -0.00771761
Vertex 28677 -0.00386335 0.103093 -0.0232514
Vertex 28678 -0.00486561 0.103096 -0.0233724
Vertex 28679 -0.0841891 0.111446 0.02976
Vertex 28680 -0.0849288 0.12649 -0.00334252
Vertex 28681 -0.0768765 0.119334 -0.00688293
Vertex 28682 -0.0271127 0.16377 -0.0158754
Vertex 28683 -0.0738815 0.117926 -0.00764413
Vertex 28684 -0.074881 0.117904 -0.00727699
Vertex 28685 -0.0331264 0.163719 -0.0148995
Vertex 28686 -0.0518697 0.144272 -0.000239851
Vertex 28687 -0.0411447 0.163664 -0.0114686
Vertex 28688 -0.0700277 0.153659 -0.0489787
Vertex 28689 -0.0421212 0.159153 -0.0103433
Vertex 28690 -0.0752784 0.113511 0.0497641
Vertex 28691 -0.0231819 0.174173 -0.0207431
Vertex 28692 -0.0615233 0.0354132 0.043881
Vertex 28693 -0.0819371 0.129486 -0.00455242
Vertex 28694 -0.0724815 0.0696506 0.0297377
Vertex 28695 -0.0639126 0.11101 -0.0139478
Vertex 28696 -0.0669104 0.112326 -0.011534
Vertex 28697 -0.058015 0.128168 -0.00680186
Vertex 28698 -0.0749578 0.132548 -0.00734349
Vertex 28699 -0.0358825 0.108535 -0.0199213
Vertex 28700 -0.0719312 0.128266 -0.00893149
Vertex 28701 0.0302394 0.0759037 -0.0212804
Vertex 28702 0.0292349 0.0759579 -0.0220376
Vertex 28703 0.0282252 0.0760107 -0.0227881
Vertex 28704 0.0272664 0.0760665 -0.0234764
Vertex 28705 0.0262523 0.076131 -0.0243472
Vertex 28706 0.025242 0.0761745 -0.0249679
Vertex 28707 0.0242446 0.0762105 -0.0254816
Vertex 28708 0.02323 0.0762417 -0.0259573
Vertex 28709 0.0222494 0.0762728 -0.0263867
Vertex 28710 0.021268 0.0762952 -0.0266753
Vertex 28711 0.0202412 0.0763232 -0.0271232
Vertex 28712 0.0192535 0.076364 -0.0276613
Vertex 28713 0.0182388 0.0763952 -0.028136
Vertex 28714 0.0172542 0.0764235 -0.0285503
Vertex 28715 0.0162437 0.0764684 -0.0291666
Vertex 28716 0.0152466 0.0765161 -0.0298116
Vertex 28717 0.0142529 0.0765304 -0.0302113
Vertex 28718 0.0132683 0.0765435 -0.0305058
Vertex 28719 0.0122616 0.0765812 -0.0308581
Vertex 28720 0.0112702 0.0766287 -0.031501
Vertex 28721 0.0102504 0.0766955 -0.0323547
Vertex 28722 0.00921578 0.0767579 -0.0331902
Vertex 28723 0.00823978 0.0768076 -0.0338586
Vertex 28724 0.00723985 0.076824 -0.0341303
Vertex 28725 0.00623348 0.0768314 -0.0342539
Vertex 28726 0.00522675 0.0768423 -0.034472
Vertex 28727 0.00423189 0.0768627 -0.0347545
Vertex 28728 0.00322397 0.0768846 -0.0351052
Vertex 28729 0.00224005 0.0768974 -0.0352993
Vertex 28730 0.00123226 0.0769082 -0.0355253
Vertex 28731 0.00022872 0.0769217 -0.0357549
Vertex 28732 -0.000764451 0.0769261 -0.0359174
Vertex 28733 -0.0017512 0.0769296 -0.0360915
Vertex 28734 -0.00277907 0.0769693 -0.0364873
Vertex 28735 -0.00376935 0.0769928 -0.0369082
Vertex 28736 -0.00476329 0.0770151 -0.03731
Vertex 28737 -0.00577511 0.0770351 -0.037534
Vertex 28738 -0.00676687 0.0770295 -0.0375725
Vertex 28739 -0.0077735 0.0770379 -0.0376668
Vertex 28740 -0.00877699 0.0770434 -0.0377883
Vertex 28741 -0.00977607 0.0770524 -0.0379416
Vertex 28742 -0.0107806 0.0770662 -0.0381287
Vertex 28743 -0.0117712 0.0770642 -0.0382004
Vertex 28744 -0.0127752 0.0770687 -0.0383028
Vertex 28745 -0.0137772 0.0770735 -0.0384143
Vertex 28746 -0.0147745 0.0770701 -0.0384436
Vertex 28747 -0.015779 0.0770791 -0.0385675
Vertex 28748 -0.0167783 0.0770825 -0.0387039
Vertex 28749 -0.0177813 0.0770869 -0.0388032
Vertex 28750 -0.018783 0.0770899 -0.0389016
Vertex 28751 -0.0197826 0.0770974 -0.0390157
Vertex 28752 -0.0207882 0.0770942 -0.0390427
Vertex 28753 -0.0218167 0.0770677 -0.0388569
Vertex 28754 -0.0228108 0.0770465 -0.0385748
Vertex 28755 -0.0237829 0.0770195 -0.0382449
Vertex 28756 -0.024781 0.0769658 -0.0376048
Vertex 28757 -0.0257886 0.0768981 -0.036857
Vertex 28758 -0.0267825 0.0768545 -0.0363352
Vertex 28759 -0.0277474 0.076815 -0.0357774
Vertex 28760 -0.0287531 0.0767493 -0.0350292
Vertex 28761 -0.0560454 0.148678 -0.00182226
Vertex 28762 -0.0410616 0.156231 -0.0095971
Vertex 28763 -0.0461338 0.160629 -0.00828859
Vertex 28764 -0.0141909 0.171251 -0.024451
Vertex 28765 -0.0408828 0.108487 -0.0195205
Vertex 28766 -0.0357408 0.0754574 -0.0191515
Vertex 28767 -0.0367401 0.0754253 -0.0187666
Vertex 28768 -0.0377389 0.0753784 -0.0182557
Vertex 28769 -0.0387388 0.0753845 -0.0180569
Vertex 28770 -0.0397472 0.0753921 -0.0181662
Vertex 28771 -0.0407441 0.0753914 -0.0183192
Vertex 28772 -0.0417396 0.0754091 -0.018561
Vertex 28773 -0.0427371 0.0753968 -0.0185868
Vertex 28774 -0.0437352 0.0753785 -0.0184868
Vertex 28775 -0.0447434 0.0753343 -0.0181391
Vertex 28776 -0.0457331 0.0753099 -0.0177194
Vertex 28777 -0.0467249 0.0753156 -0.0175399
Vertex 28778 -0.0477302 0.0753108 -0.0175447
Vertex 28779 -0.0487364 0.0753122 -0.0176891
Vertex 28780 -0.0497426 0.0753235 -0.0177986
Vertex 28781 -0.0507419 0.0753249 -0.0179378
Vertex 28782 -0.0517453 0.0753545 -0.0181561
Vertex 28783 -0.0527446 0.0753599 -0.0182797
Vertex 28784 -0.0537353 0.0753205 -0.0183524
Vertex 28785 -0.0547392 0.075379 -0.0185175
Vertex 28786 -0.0557355 0.0753549 -0.0185519
Vertex 28787 -0.0567366 0.0753362 -0.0185878
Vertex 28788 -0.0577516 0.0752955 -0.0185275
Vertex 28789 -0.058737 0.075302 -0.0183386
Vertex 28790 -0.0597355 0.0752692 -0.0179534
Vertex 28791 -0.0607447 0.0752603 -0.0176616
Vertex 28792 -0.0617308 0.0752409 -0.0175405
Vertex 28793 -0.0627466 0.0751872 -0.0173542
Vertex 28794 -0.063731 0.0751942 -0.0171769
Vertex 28795 -0.0647346 0.0751547 -0.0168067
Vertex 28796 -0.0657273 0.0751276 -0.0164058
Vertex 28797 -0.0667272 0.0750614 -0.0156487
Vertex 28798 -0.0676894 0.0750921 -0.0153176
Vertex 28799 -0.0686919 0.0750175 -0.0147112
Vertex 28800 -0.069701 0.0749104 -0.0135814
Vertex 28801 -0.0706469 0.0749114 -0.0128891
Vertex 28802 -0.0716272 0.0748459 -0.0119866
Vertex 28803 -0.0726176 0.0747594 -0.0108396
Vertex 28804 -0.073622 0.0747015 -0.00970199
Vertex 28805 -0.0746919 0.0745094 -0.0088781
Vertex 28806 -0.0756587 0.0744591 -0.00795246
Vertex 28807 -0.0744184 0.069256 0.0261761
Vertex 28808 -0.0619642 0.126755 -0.00826981
Vertex 28809 -0.0748487 0.0664559 0.00653551
Vertex 28810 -0.0718987 0.123811 -0.00847645
Vertex 28811 -0.0768619 0.116386 -0.00596474
Vertex 28812 -0.0441494 0.163638 -0.00943446
Vertex 28813 -0.043169 0.163647 -0.0101027
Vertex 28814 -0.0642809 0.173904 -0.0612545
Vertex 28815 -0.0321607 0.174124 -0.015122
Vertex 28816 -0.0699388 0.131128 -0.00863643
Vertex 28817 -0.0162925 0.180099 -0.0261659
Vertex 28818 -0.038066 0.156257 -0.0102365
Vertex 28819 -0.088037 0.113814 0.026966
Vertex 28820 -0.0719896 0.139908 -0.00735583
Vertex 28821 -0.0162165 0.175672 -0.0252165
Vertex 28822 -0.0570417 0.148685 -0.00168484
Vertex 28823 -0.0550443 0.148674 -0.00204704
Vertex 28824 -0.0500801 0.151654 -0.00422617
Vertex 28825 -0.0722147 0.149455 -0.0385736
Vertex 28826 -0.0460756 0.154674 -0.00723534
Vertex 28827 -0.0242219 0.178615 -0.0196227
Vertex 28828 0.0302495 0.0773125 -0.0211724
Vertex 28829 0.0292317 0.0773621 -0.0219141
Vertex 28830 0.00109253 0.113026 -0.0199046
Vertex 28831 0.0272466 0.0774691 -0.0233342
Vertex 28832 0.0262324 0.0775308 -0.0242027
Vertex 28833 0.0252499 0.0775815 -0.0248688
Vertex 28834 0.024254 0.0776067 -0.0252579
Vertex 28835 0.023226 0.077646 -0.0258357
Vertex 28836 0.0222548 0.0776918 -0.0264111
Vertex 28837 0.0212552 0.0777078 -0.0266851
Vertex 28838 0.0202715 0.077733 -0.0270961
Vertex 28839 0.0192461 0.0777761 -0.0276631
Vertex 28840 0.0182606 0.0778122 -0.0281935
Vertex 28841 0.0172524 0.0778474 -0.0286871
Vertex 28842 0.0162209 0.0779008 -0.0293961
Vertex 28843 0.0152687 0.0779357 -0.0299953
Vertex 28844 0.0142249 0.0779815 -0.0305449
Vertex 28845 0.0132714 0.0779991 -0.0309033
Vertex 28846 0.0122459 0.0780339 -0.0313519
Vertex 28847 0.0112282 0.0780681 -0.031821
Vertex 28848 0.0102384 0.0781052 -0.0323493
Vertex 28849 0.00921575 0.0781468 -0.0329463
Vertex 28850 0.00822704 0.0782053 -0.033734
Vertex 28851 0.00724365 0.07823 -0.0340312
Vertex 28852 0.00623069 0.0782309 -0.0341321
Vertex 28853 0.00522677 0.078235 -0.0342467
Vertex 28854 0.00422707 0.0782528 -0.0345112
Vertex 28855 0.00322165 0.0782734 -0.0348651
Vertex 28856 0.00221136 0.0782941 -0.0352071
Vertex 28857 0.00123277 0.0783068 -0.0354173
Vertex 28858 0.000231967 0.0783204 -0.0356621
Vertex 28859 -0.000774843 0.0783346 -0.0358957
Vertex 28860 -0.00175707 0.0783385 -0.0360812
Vertex 28861 -0.00277478 0.078376 -0.0365291
Vertex 28862 -0.00377564 0.078412 -0.0370359
Vertex 28863 -0.00477608 0.0784365 -0.0374195
Vertex 28864 -0.00578852 0.0784633 -0.0377499
Vertex 28865 -0.0067867 0.0784694 -0.0378945
Vertex 28866 -0.0077824 0.0784642 -0.0379203
Vertex 28867 -0.00878487 0.0784493 -0.0377777
Vertex 28868 -0.00978193 0.0784455 -0.0377778
Vertex 28869 -0.0107827 0.0784509 -0.0379132
Vertex 28870 -0.0117787 0.0784571 -0.0380559
Vertex 28871 -0.0127769 0.0784711 -0.0383296
Vertex 28872 -0.0137626 0.0784616 -0.0384771
Vertex 28873 -0.0147733 0.078434 -0.0385776
Vertex 28874 -0.0157845 0.0784788 -0.0385671
Vertex 28875 -0.0167857 0.0784752 -0.0385587
Vertex 28876 -0.0177849 0.0784811 -0.0386843
Vertex 28877 -0.0187899 0.0784905 -0.0388371
Vertex 28878 -0.0197891 0.0785016 -0.0390423
Vertex 28879 -0.0207953 0.0784993 -0.0390618
Vertex 28880 -0.0217961 0.0784868 -0.0389208
Vertex 28881 -0.0228049 0.0784515 -0.0385457
Vertex 28882 -0.0237986 0.0784163 -0.0381462
Vertex 28883 -0.0247852 0.0783802 -0.0377363
Vertex 28884 -0.0257826 0.0783385 -0.0372231
Vertex 28885 -0.0268076 0.0782799 -0.0366273
Vertex 28886 -0.0277915 0.0782183 -0.0359607
Vertex 28887 -0.0287674 0.078167 -0.0351681
Vertex 28888 -0.0698715 0.116492 -0.00825865
Vertex 28889 -0.0759551 0.131077 -0.00722143
Vertex 28890 -0.0451365 0.160644 -0.00892562
Vertex 28891 -0.0222335 0.171216 -0.0204735
Vertex 28892 -0.0357484 0.0768864 -0.0192776
Vertex 28893 -0.0367451 0.0768715 -0.019149
Vertex 28894 -0.0377467 0.0768482 -0.0188928
Vertex 28895 -0.038743 0.0768256 -0.018638
Vertex 28896 -0.0397503 0.0768521 -0.0186787
Vertex 28897 -0.0407478 0.0768336 -0.0187281
Vertex 28898 -0.0417451 0.0768346 -0.0188724
Vertex 28899 -0.0427423 0.0768225 -0.0188988
Vertex 28900 -0.0437426 0.076832 -0.018848
Vertex 28901 -0.0447417 0.0768063 -0.0185987
Vertex 28902 -0.0457387 0.0767861 -0.0183415
Vertex 28903 -0.046743 0.0767653 -0.0182293
Vertex 28904 -0.0477443 0.0767654 -0.0182192
Vertex 28905 -0.0487475 0.0767781 -0.0183253
Vertex 28906 -0.0497482 0.0767922 -0.0184367
Vertex 28907 -0.0507515 0.0768088 -0.0186854
Vertex 28908 -0.0517467 0.076797 -0.0188523
Vertex 28909 -0.0527517 0.076824 -0.0190661
Vertex 28910 -0.0537473 0.076818 -0.0192258
Vertex 28911 -0.0547458 0.0768339 -0.0193157
Vertex 28912 -0.0557441 0.0768187 -0.0193441
Vertex 28913 -0.0567451 0.0768007 -0.0192338
Vertex 28914 -0.0577454 0.0767844 -0.0191155
Vertex 28915 -0.0587477 0.0767588 -0.0188591
Vertex 28916 -0.0597593 0.07671 -0.0185219
Vertex 28917 -0.060744 0.0766988 -0.0182193
Vertex 28918 -0.0617474 0.0766736 -0.0179709
Vertex 28919 -0.0627411 0.0766785 -0.0179436
Vertex 28920 -0.0637474 0.0766435 -0.0177206
Vertex 28921 -0.0647452 0.0766241 -0.0174472
Vertex 28922 -0.0657497 0.0765846 -0.017077
Vertex 28923 -0.0667245 0.0765676 -0.016644
Vertex 28924 -0.0677394 0.0764997 -0.0160371
Vertex 28925 -0.0687337 0.0764635 -0.0155195
Vertex 28926 -0.0697118 0.0764164 -0.0147262
Vertex 28927 -0.070667 0.0763937 -0.014042
Vertex 28928 -0.0716413 0.0763478 -0.0132577
Vertex 28929 -0.0725837 0.0763091 -0.0123208
Vertex 28930 -0.0736653 0.0761112 -0.0107553
Vertex 28931 -0.0746487 0.0760382 -0.00984365
Vertex 28932 -0.0756712 0.0759423 -0.00884701
Vertex 28933 -0.0260174 0.0351047 -0.0290083
Vertex 28934 -0.0298552 0.0986755 -0.0232224
Vertex 28935 -0.0471051 0.157621 -0.00763511
Vertex 28936 -0.0208664 0.103024 -0.023442
Vertex 28937 -0.0683095 0.178205 -0.0587107
Vertex 28938 -0.0598887 0.10828 -0.0169771
Vertex 28939 -0.0218649 0.103029 -0.0235712
Vertex 28940 -0.0451911 0.163637 -0.00858913
Vertex 28941 -0.0659276 0.123847 -0.00897257
Vertex 28942 -0.0768904 0.0733563 0.0291265
Vertex 28943 -0.0719379 0.131113 -0.00828186
Vertex 28944 -0.0600264 0.132579 -0.00719549
Vertex 28945 -0.0849899 0.127963 -0.0030064
Vertex 28946 -0.064981 0.131148 -0.00860586
Vertex 28947 -0.0560526 0.151627 -0.00172465
Vertex 28948 -0.020213 0.178617 -0.0227863
Vertex 28949 -0.0639059 0.118033 -0.00945272
Vertex 28950 -0.0709176 0.112214 -0.00951227
Vertex 28951 -0.0228668 0.103033 -0.0236969
Vertex 28952 0.031224 0.0786608 -0.0202592
Vertex 28953 0.0302906 0.0787129 -0.0208549
Vertex 28954 -0.023866 0.103031 -0.0237009
Vertex 28955 -0.0248668 0.103031 -0.023615
Vertex 28956 0.0272291 0.0788716 -0.0231926
Vertex 28957 0.026272 0.0789381 -0.0240124
Vertex 28958 0.0252504 0.0789879 -0.0247523
Vertex 28959 0.0242629 0.0790161 -0.0251629
Vertex 28960 0.0232602 0.0790529 -0.0256674
Vertex 28961 0.0222263 0.0790988 -0.0263649
Vertex 28962 0.0212455 0.0791286 -0.0267859
Vertex 28963 0.0202561 0.0791555 -0.0271913
Vertex 28964 0.0192101 0.0791931 -0.0277308
Vertex 28965 0.0182534 0.0792348 -0.0283217
Vertex 28966 0.0172732 0.0792708 -0.0288683
Vertex 28967 0.0162407 0.0793143 -0.0294472
Vertex 28968 0.0152238 0.0793568 -0.0300519
Vertex 28969 0.0142201 0.0793919 -0.0305544
Vertex 28970 0.0132183 0.0794258 -0.0310561
Vertex 28971 0.012239 0.0794574 -0.0314827
Vertex 28972 0.0112347 0.0794806 -0.0318525
Vertex 28973 0.0102045 0.0795083 -0.0323062
Vertex 28974 0.00923994 0.0795457 -0.0327494
Vertex 28975 0.00823122 0.079605 -0.0335706
Vertex 28976 0.00722702 0.0796252 -0.0338785
Vertex 28977 0.00624923 0.0796338 -0.0339546
Vertex 28978 0.00523056 0.0796312 -0.0340387
Vertex 28979 0.00422975 0.0796448 -0.0342885
Vertex 28980 0.00321355 0.0796602 -0.0346071
Vertex 28981 0.00222038 0.0796794 -0.0348837
Vertex 28982 0.0012257 0.0797035 -0.0352779
Vertex 28983 0.00022388 0.0797271 -0.0356555
Vertex 28984 -0.000786355 0.0797462 -0.0360298
Vertex 28985 -0.00175716 0.0797524 -0.0362245
Vertex 28986 -0.00277394 0.0797805 -0.0365537
Vertex 28987 -0.00378536 0.0798194 -0.0370348
Vertex 28988 -0.00479094 0.0798443 -0.0373862
Vertex 28989 -0.00579055 0.0798611 -0.0376463
Vertex 28990 -0.00679227 0.0798757 -0.0378854
Vertex 28991 -0.0077906 0.079881 -0.0380243
Vertex 28992 -0.00878734 0.0798675 -0.0379507
Vertex 28993 -0.00979029 0.0798633 -0.0379189
Vertex 28994 -0.0107915 0.0798668 -0.0380291
Vertex 28995 -0.0117867 0.0798822 -0.0383021
Vertex 28996 -0.0127931 0.0799092 -0.038653
Vertex 28997 -0.013784 0.0799171 -0.0389774
Vertex 28998 -0.0147866 0.0799249 -0.0391233
Vertex 28999 -0.0157732 0.0799164 -0.0389165
Vertex 29000 -0.0167958 0.0799195 -0.0388883
Vertex 29001 -0.017794 0.0799068 -0.038901
Vertex 29002 -0.0187977 0.0799028 -0.0389405
Vertex 29003 -0.0197994 0.0799106 -0.0390737
Vertex 29004 -0.0208017 0.0799082 -0.0390716
Vertex 29005 -0.0218161 0.0798852 -0.0388524
Vertex 29006 -0.0227823 0.0798633 -0.0386035
Vertex 29007 -0.0238036 0.0798229 -0.0381557
Vertex 29008 -0.0248008 0.0797877 -0.0377608
Vertex 29009 -0.0257724 0.0797722 -0.0374309
Vertex 29010 -0.0267825 0.079725 -0.0369434
Vertex 29011 -0.0277909 0.0796672 -0.0363416
Vertex 29012 -0.0258635 0.103016 -0.0235702
Vertex 29013 -0.00888364 0.107351 -0.0226177
Vertex 29014 -0.0681832 0.155264 -0.0517309
Vertex 29015 -0.0799767 0.138308 -0.00390962
Vertex 29016 -0.0471517 0.160622 -0.00754132
Vertex 29017 -0.0151984 0.171233 -0.0237028
Vertex 29018 -0.0321401 0.16671 -0.0160336
Vertex 29019 -0.035755 0.0783248 -0.0195335
Vertex 29020 -0.0367537 0.0783235 -0.0195335
Vertex 29021 -0.0377523 0.0783086 -0.0194038
Vertex 29022 -0.0387497 0.0782817 -0.0191475
Vertex 29023 -0.0397537 0.0782783 -0.0191449
Vertex 29024 -0.0407521 0.0782965 -0.0192261
Vertex 29025 -0.0417522 0.0782987 -0.0193601
Vertex 29026 -0.0427537 0.0783105 -0.0194623
Vertex 29027 -0.0437474 0.0783133 -0.0194351
Vertex 29028 -0.0447519 0.078285 -0.0193632
Vertex 29029 -0.0457512 0.0782542 -0.0192962
Vertex 29030 -0.0467494 0.0782878 -0.0191673
Vertex 29031 -0.0477542 0.0782681 -0.0190718
Vertex 29032 -0.0487526 0.0782553 -0.019094
Vertex 29033 -0.0497576 0.0782604 -0.019072
Vertex 29034 -0.0507565 0.078263 -0.0192091
Vertex 29035 -0.0517494 0.0782459 -0.0193853
Vertex 29036 -0.0527541 0.0782706 -0.0196088
Vertex 29037 -0.0537516 0.078251 -0.0196488
Vertex 29038 -0.054753 0.0782755 -0.0197234
Vertex 29039 -0.0557536 0.0782586 -0.0197587
Vertex 29040 -0.0567617 0.0782351 -0.019665
Vertex 29041 -0.0577737 0.0782037 -0.0194332
Vertex 29042 -0.058755 0.0782067 -0.0192512
Vertex 29043 -0.0597552 0.0781833 -0.0189903
Vertex 29044 -0.0607622 0.0781498 -0.0187637
Vertex 29045 -0.0617213 0.0781294 -0.0185002
Vertex 29046 -0.062765 0.0780997 -0.0182585
Vertex 29047 -0.0637445 0.0781022 -0.0180675
Vertex 29048 -0.0647445 0.0780775 -0.0178137
Vertex 29049 -0.0657518 0.0780369 -0.0174491
Vertex 29050 -0.0667327 0.078026 -0.0171522
Vertex 29051 -0.067736 0.0779793 -0.0166569
Vertex 29052 -0.0687289 0.0779401 -0.0161359
Vertex 29053 -0.0697213 0.0778913 -0.0154943
Vertex 29054 -0.070675 0.0778663 -0.0147995
Vertex 29055 -0.0716986 0.077793 -0.0140498
Vertex 29056 -0.0726667 0.0777379 -0.0132872
Vertex 29057 -0.0735819 0.0777026 -0.0122023
Vertex 29058 -0.0746813 0.077485 -0.0103851
Vertex 29059 -0.0756644 0.0774182 -0.00947264
Vertex 29060 -0.0766564 0.0773474 -0.00857073
Vertex 29061 -0.077632 0.077285 -0.00766199
Vertex 29062 -0.0268707 0.103016 -0.0234914
Vertex 29063 -0.0540479 0.142765 -0.001179
Vertex 29064 -0.0501125 0.157587 -0.00554245
Vertex 29065 -0.0662865 0.178231 -0.0601734
Vertex 29066 -0.0278697 0.103003 -0.0233536
Vertex 29067 -0.01113 0.175691 -0.0290055
Vertex 29068 -0.0288694 0.102979 -0.023086
Vertex 29069 -0.0298632 0.102958 -0.0228236
Vertex 29070 -0.0689238 0.125301 -0.00884615
Vertex 29071 -0.0191965 0.175667 -0.0232885
Vertex 29072 -0.0308593 0.102934 -0.0225503
Vertex 29073 -0.0639861 0.131146 -0.00837414
Vertex 29074 -0.0689145 0.123836 -0.00886831
Vertex 29075 -0.0201478 0.16826 -0.0196016
Vertex 29076 -0.0709975 0.139911 -0.00751202
Vertex 29077 -0.0560788 0.154579 -0.00133297
Vertex 29078 -0.0500787 0.154631 -0.00525635
Vertex 29079 -0.0699148 0.109401 -0.011164
Vertex 29080 -0.0514343 0.0647808 0.0348885
Vertex 29081 -0.0679104 0.122376 -0.00896749
Vertex 29082 0.032247 0.0800194 -0.0194064
Vertex 29083 0.0312695 0.0800594 -0.0199503
Vertex 29084 -0.0318582 0.102916 -0.0222908
Vertex 29085 -0.0328687 0.10291 -0.0220775
Vertex 29086 -0.0338704 0.102893 -0.0218261
Vertex 29087 -0.0348703 0.102876 -0.0215726
Vertex 29088 -0.0358592 0.10284 -0.0213952
Vertex 29089 0.0252131 0.0803965 -0.024704
Vertex 29090 0.0242356 0.0804257 -0.0251216
Vertex 29091 0.0232434 0.0804535 -0.0255191
Vertex 29092 0.0222353 0.0804964 -0.0261413
Vertex 29093 0.0212668 0.080528 -0.0265872
Vertex 29094 0.0202522 0.0805604 -0.0270674
Vertex 29095 0.0192111 0.080597 -0.0276192
Vertex 29096 0.0182204 0.080645 -0.0282763
Vertex 29097 0.0172353 0.0806842 -0.0288156
Vertex 29098 0.0162329 0.0807169 -0.0293214
Vertex 29099 0.0152428 0.0807565 -0.0298514
Vertex 29100 0.0142259 0.080787 -0.0303234
Vertex 29101 0.0132252 0.0808221 -0.0308314
Vertex 29102 0.0122352 0.0808526 -0.0312408
Vertex 29103 0.0112279 0.0808839 -0.0317275
Vertex 29104 0.0102276 0.0809104 -0.0321098
Vertex 29105 0.00922562 0.0809438 -0.0326125
Vertex 29106 0.00824429 0.0809884 -0.0331618
Vertex 29107 0.00719386 0.0810104 -0.0336874
Vertex 29108 0.00624351 0.0810351 -0.0338384
Vertex 29109 0.00522768 0.0810328 -0.0339223
Vertex 29110 0.00422853 0.0810435 -0.0341743
Vertex 29111 0.00322675 0.0810659 -0.0345434
Vertex 29112 0.00222867 0.0810902 -0.0349213
Vertex 29113 0.00120832 0.0811183 -0.0353756
Vertex 29114 0.000192029 0.0811649 -0.0359709
Vertex 29115 -0.000765864 0.0811873 -0.0364626
Vertex 29116 -0.00177837 0.0811944 -0.0365591
Vertex 29117 -0.00280854 0.081222 -0.0368531
Vertex 29118 -0.0037871 0.0812341 -0.0371832
Vertex 29119 -0.00477478 0.0812297 -0.0373809
Vertex 29120 -0.00577775 0.0812461 -0.0375203
Vertex 29121 -0.0067913 0.0812637 -0.0377236
Vertex 29122 -0.00779714 0.0812765 -0.0379169
Vertex 29123 -0.00879058 0.0812731 -0.0379859
Vertex 29124 -0.00978632 0.0812687 -0.0379822
Vertex 29125 -0.010802 0.0812949 -0.0382665
Vertex 29126 -0.0117856 0.0813065 -0.0386038
Vertex 29127 -0.012793 0.0813325 -0.0389447
Vertex 29128 -0.0137973 0.081348 -0.0391911
Vertex 29129 -0.0147977 0.0813547 -0.0393324
Vertex 29130 -0.0158009 0.0813621 -0.039398
Vertex 29131 -0.0168011 0.0813465 -0.0393174
Vertex 29132 -0.017803 0.0813337 -0.0391893
Vertex 29133 -0.0188061 0.081321 -0.0390856
Vertex 29134 -0.0198097 0.0813191 -0.0390949
Vertex 29135 -0.0208078 0.081314 -0.039065
Vertex 29136 -0.021805 0.0812974 -0.0389167
Vertex 29137 -0.0228155 0.081267 -0.0385568
Vertex 29138 -0.0238165 0.0812337 -0.0381734
Vertex 29139 -0.0248115 0.081196 -0.037776
Vertex 29140 -0.0258047 0.0811626 -0.0373791
Vertex 29141 -0.0268045 0.0811284 -0.0369845
Vertex 29142 -0.0277917 0.0810724 -0.036339
Vertex 29143 -0.0368759 0.102855 -0.0211016
Vertex 29144 -0.0378653 0.102824 -0.0209313
Vertex 29145 -0.0769716 0.13837 -0.00578148
Vertex 29146 -0.0418874 0.108498 -0.0194287
Vertex 29147 -0.0609117 0.111106 -0.0154828
Vertex 29148 -0.0231718 0.171204 -0.0201308
Vertex 29149 -0.0388626 0.102809 -0.0208006
Vertex 29150 -0.0357662 0.0798799 -0.0213145
Vertex 29151 -0.0367613 0.0798086 -0.0204262
Vertex 29152 -0.0377622 0.0797629 -0.0199128
Vertex 29153 -0.0387577 0.0797624 -0.0199123
Vertex 29154 -0.0397582 0.079747 -0.0196231
Vertex 29155 -0.040758 0.0797297 -0.0196637
Vertex 29156 -0.0417568 0.0797359 -0.0197866
Vertex 29157 -0.0427656 0.0797392 -0.0197597
Vertex 29158 -0.0437584 0.079737 -0.0197567
Vertex 29159 -0.0447592 0.0797381 -0.0197229
Vertex 29160 -0.0457595 0.0797224 -0.0196258
Vertex 29161 -0.04676 0.0797358 -0.0197068
Vertex 29162 -0.0477636 0.0797421 -0.0198355
Vertex 29163 -0.0487592 0.0797294 -0.0200154
Vertex 29164 -0.0497578 0.0797288 -0.020162
Vertex 29165 -0.0507602 0.0797387 -0.0202693
Vertex 29166 -0.0517619 0.079747 -0.0203928
Vertex 29167 -0.0527613 0.0797578 -0.020501
Vertex 29168 -0.0537592 0.0797599 -0.020636
Vertex 29169 -0.0547588 0.079768 -0.0207581
Vertex 29170 -0.0557733 0.0797194 -0.0205764
Vertex 29171 -0.0567655 0.0797174 -0.020408
Vertex 29172 -0.0577724 0.0796775 -0.0200459
Vertex 29173 -0.0587729 0.0796565 -0.019784
Vertex 29174 -0.0597676 0.0796261 -0.0193897
Vertex 29175 -0.0607661 0.0796035 -0.0191344
Vertex 29176 -0.0617634 0.0795901 -0.0189973
Vertex 29177 -0.0627659 0.0795658 -0.0187488
Vertex 29178 -0.0637756 0.0795327 -0.0183843
Vertex 29179 -0.0647673 0.0795072 -0.0181104
Vertex 29180 -0.0657591 0.0794867 -0.0178324
Vertex 29181 -0.0667655 0.079447 -0.0174677
Vertex 29182 -0.0677628 0.079419 -0.0170759
Vertex 29183 -0.0687693 0.0793684 -0.0165822
Vertex 29184 -0.0697484 0.0793376 -0.0160307
Vertex 29185 -0.0707552 0.0792696 -0.0152786
Vertex 29186 -0.0717184 0.0792466 -0.0147262
Vertex 29187 -0.0726954 0.0791971 -0.0139413
Vertex 29188 -0.0398616 0.102806 -0.020798
Vertex 29189 -0.0408599 0.102809 -0.0209257
Vertex 29190 -0.0418598 0.102811 -0.0210501
Vertex 29191 -0.0766364 0.0788383 -0.00918256
Vertex 29192 -0.0776493 0.0787462 -0.00818258
Vertex 29193 -0.0428613 0.102811 -0.0212634
Vertex 29194 -0.0729484 0.132565 -0.00781242
Vertex 29195 -0.0609674 0.125285 -0.00834926
Vertex 29196 -0.0162255 0.177147 -0.0257279
Vertex 29197 -0.0438604 0.102816 -0.0213031
Vertex 29198 -0.0448632 0.102817 -0.0213129
Vertex 29199 -0.0401601 0.165169 -0.0119868
Vertex 29200 -0.0182635 0.180096 -0.0244849
Vertex 29201 -0.0142563 0.178628 -0.0276625
Vertex 29202 -0.0458636 0.102811 -0.0213024
Vertex 29203 -0.0772542 0.116219 0.0507045
Vertex 29204 -0.0693236 0.142228 -0.0102995
Vertex 29205 -0.0468614 0.102797 -0.0212675
Vertex 29206 -0.0530219 0.147196 -0.00187885
Vertex 29207 -0.0669809 0.135535 -0.00827796
Vertex 29208 -0.0241405 0.168248 -0.0186857
Vertex 29209 -0.0699845 0.139935 -0.00772138
Vertex 29210 -0.068996 0.139931 -0.00789046
Vertex 29211 -0.0779562 0.0727271 0.0259414
Vertex 29212 -0.0478639 0.102799 -0.0211716
Vertex 29213 0.0332402 0.0814034 -0.0189012
Vertex 29214 0.0322568 0.0814321 -0.0193234
Vertex 29215 0.0312166 0.0814571 -0.0197537
Vertex 29216 0.0292141 0.0815364 -0.0209002
Vertex 29217 0.0282219 0.0816125 -0.0219304
Vertex 29218 -0.0488701 0.10281 -0.0210946
Vertex 29219 -0.0498654 0.102788 -0.0210486
Vertex 29220 0.0242315 0.0818412 -0.0251267
Vertex 29221 0.0232197 0.0818757 -0.0256198
Vertex 29222 0.0222547 0.0819067 -0.0260667
Vertex 29223 0.0212191 0.0819428 -0.0266321
Vertex 29224 0.0202669 0.0819781 -0.0271085
Vertex 29225 0.0192289 0.0820148 -0.027672
Vertex 29226 0.0182285 0.0820502 -0.0281776
Vertex 29227 0.0172148 0.0820814 -0.0286624
Vertex 29228 0.0162074 0.0821136 -0.0291532
Vertex 29229 0.0152459 0.0821521 -0.0296185
Vertex 29230 0.0142229 0.0821798 -0.0300828
Vertex 29231 0.0132266 0.0822053 -0.0304726
Vertex 29232 0.0122229 0.0822322 -0.030844
Vertex 29233 0.011218 0.0822648 -0.0313395
Vertex 29234 0.0102245 0.0823018 -0.0318649
Vertex 29235 0.00923376 0.0823418 -0.0323881
Vertex 29236 0.00821609 0.0823703 -0.0328688
Vertex 29237 0.00720473 0.0823989 -0.0333538
Vertex 29238 0.00621551 0.0824281 -0.0337654
Vertex 29239 0.00521659 0.0824462 -0.0340286
Vertex 29240 0.00422867 0.0824562 -0.0341922
Vertex 29241 0.00320889 0.0824712 -0.0345101
Vertex 29242 0.00219672 0.0825025 -0.0349885
Vertex 29243 0.00119778 0.0825383 -0.0355009
Vertex 29244 0.000200297 0.0825801 -0.036136
Vertex 29245 -0.000786782 0.0826169 -0.0366787
Vertex 29246 -0.00181562 0.0826307 -0.0368615
Vertex 29247 -0.00279611 0.0826469 -0.0371795
Vertex 29248 -0.00378569 0.0826645 -0.03749
Vertex 29249 -0.00479883 0.0826783 -0.0376925
Vertex 29250 -0.00580621 0.0826794 -0.0377615
Vertex 29251 -0.00679579 0.0826768 -0.0377354
Vertex 29252 -0.0077992 0.0826766 -0.0378216
Vertex 29253 -0.00880164 0.0826803 -0.0379328
Vertex 29254 -0.00979541 0.0826872 -0.0380854
Vertex 29255 -0.0108037 0.0827117 -0.0384206
Vertex 29256 -0.0117953 0.0827249 -0.0387188
Vertex 29257 -0.0127989 0.0827406 -0.0389623
Vertex 29258 -0.0138083 0.082755 -0.0391488
Vertex 29259 -0.0148026 0.0827563 -0.0392327
Vertex 29260 -0.0158083 0.0827626 -0.0393641
Vertex 29261 -0.0168075 0.0827608 -0.0394117
Vertex 29262 -0.0178133 0.0827451 -0.0392154
Vertex 29263 -0.0188128 0.082729 -0.0390748
Vertex 29264 -0.0198038 0.0827175 -0.0390158
Vertex 29265 -0.0208075 0.0827095 -0.0389174
Vertex 29266 -0.0217998 0.0826894 -0.0387559
Vertex 29267 -0.0228147 0.0826618 -0.0384205
Vertex 29268 -0.0238248 0.0826344 -0.0380614
Vertex 29269 -0.0248084 0.0826031 -0.0377611
Vertex 29270 -0.0258065 0.0825691 -0.0373737
Vertex 29271 -0.0268119 0.082528 -0.0368734
Vertex 29272 -0.027798 0.0824702 -0.0362167
Vertex 29273 -0.0508692 0.102779 -0.0209206
Vertex 29274 -0.0518684 0.102767 -0.0207881
Vertex 29275 -0.0779853 0.13835 -0.00526914
Vertex 29276 -0.0528842 0.102762 -0.0205636
Vertex 29277 -0.0308696 0.105755 -0.0215547
Vertex 29278 -0.0161876 0.171234 -0.0230543
Vertex 29279 -0.0539058 0.102757 -0.0202213
Vertex 29280 -0.0357746 0.08137 -0.0222094
Vertex 29281 -0.0367737 0.0813353 -0.0218258
Vertex 29282 -0.0377668 0.0812615 -0.0209367
Vertex 29283 -0.0387676 0.0812185 -0.0204237
Vertex 29284 -0.0397664 0.0812015 -0.0202928
Vertex 29285 -0.0407686 0.0811968 -0.0203079
Vertex 29286 -0.0417672 0.0812092 -0.0204027
Vertex 29287 -0.0427644 0.0812202 -0.0203472
Vertex 29288 -0.0437659 0.0811743 -0.0201658
Vertex 29289 -0.0447652 0.0811738 -0.019998
Vertex 29290 -0.0457643 0.0811616 -0.0200148
Vertex 29291 -0.0467675 0.0811826 -0.0202513
Vertex 29292 -0.0477684 0.0811966 -0.0205178
Vertex 29293 -0.0487658 0.0811872 -0.020682
Vertex 29294 -0.049768 0.081217 -0.020889
Vertex 29295 -0.0507686 0.0812185 -0.0210302
Vertex 29296 -0.0517663 0.0812234 -0.0211522
Vertex 29297 -0.0527672 0.0812315 -0.0212685
Vertex 29298 -0.0537672 0.0812389 -0.0213883
Vertex 29299 -0.0547672 0.0812274 -0.0214088
Vertex 29300 -0.0557789 0.0811944 -0.0212002
Vertex 29301 -0.0567677 0.0811908 -0.0210238
Vertex 29302 -0.0577843 0.0811473 -0.0206854
Vertex 29303 -0.0587805 0.0811174 -0.0202922
Vertex 29304 -0.0597828 0.0810723 -0.0197911
Vertex 29305 -0.0607911 0.0810335 -0.0194373
Vertex 29306 -0.0617624 0.0810326 -0.0192317
Vertex 29307 -0.0627622 0.0810191 -0.0190992
Vertex 29308 -0.0637681 0.0809918 -0.0188675
Vertex 29309 -0.0647819 0.0809531 -0.0185144
Vertex 29310 -0.0657845 0.0809163 -0.0181411
Vertex 29311 -0.0667677 0.0809002 -0.0178421
Vertex 29312 -0.0677742 0.0808646 -0.0174732
Vertex 29313 -0.0687631 0.080836 -0.0170666
Vertex 29314 -0.0697426 0.08081 -0.0166425
Vertex 29315 -0.0707265 0.080778 -0.0161096
Vertex 29316 -0.0717214 0.0807275 -0.0154713
Vertex 29317 -0.0727179 0.0806647 -0.0147187
Vertex 29318 -0.0549046 0.102722 -0.0198351
Vertex 29319 -0.0649995 0.134056 -0.00807462
Vertex 29320 -0.0558807 0.102663 -0.0193944
Vertex 29321 -0.0766463 0.0803349 -0.0100768
Vertex 29322 -0.0776104 0.0802915 -0.00928059
Vertex 29323 -0.0568656 0.102623 -0.018982
Vertex 29324 -0.0719497 0.132579 -0.00806719
Vertex 29325 -0.0898521 0.112924 0.020019
Vertex 29326 -0.0808786 0.122166 -0.00503067
Vertex 29327 -0.0649403 0.125308 -0.00887181
Vertex 29328 -0.0748707 0.116421 -0.00675171
Vertex 29329 -0.071123 0.111741 0.0467572
Vertex 29330 -0.0192566 0.180095 -0.0235875
Vertex 29331 -0.0578796 0.102621 -0.0187883
Vertex 29332 -0.0631283 0.163827 -0.0595262
Vertex 29333 -0.0588719 0.102608 -0.018764
Vertex 29334 -0.0598777 0.102599 -0.0186645
Vertex 29335 -0.0540206 0.147182 -0.0016614
Vertex 29336 -0.0809364 0.129495 -0.00494346
Vertex 29337 -0.0281544 0.168213 -0.0175818
Vertex 29338 -0.0321537 0.168198 -0.0161712
Vertex 29339 -0.0646921 0.0617226 0.0224003
Vertex 29340 -0.0608814 0.102587 -0.0185388
Vertex 29341 0.0342215 0.0827959 -0.0185003
Vertex 29342 0.0332406 0.0828224 -0.0189128
Vertex 29343 0.0322227 0.0828447 -0.0192606
Vertex 29344 0.0312441 0.0828649 -0.019558
Vertex 29345 0.0302365 0.0828976 -0.0200496
Vertex 29346 0.0292296 0.08295 -0.0208022
Vertex 29347 -0.0318681 0.105727 -0.021166
Vertex 29348 -0.0618805 0.102572 -0.018381
Vertex 29349 -0.0683418 0.0625091 0.0209713
Vertex 29350 -0.0628904 0.102548 -0.0180123
Vertex 29351 -0.0638899 0.102518 -0.0176142
Vertex 29352 -0.0648854 0.102482 -0.0170908
Vertex 29353 0.0222207 0.0833264 -0.0261432
Vertex 29354 0.0212116 0.083355 -0.0266295
Vertex 29355 0.0202101 0.0833915 -0.0271395
Vertex 29356 0.0192058 0.0834241 -0.02764
Vertex 29357 0.0182147 0.0834619 -0.0281698
Vertex 29358 0.0172301 0.0834905 -0.0285819
Vertex 29359 0.0162242 0.0835192 -0.0290783
Vertex 29360 0.0152276 0.0835585 -0.0295949
Vertex 29361 0.014215 0.083589 -0.0300782
Vertex 29362 0.013232 0.0835986 -0.0303791
Vertex 29363 0.0122268 0.0836141 -0.0306261
Vertex 29364 0.0112368 0.0836448 -0.0310335
Vertex 29365 0.0102178 0.0836927 -0.0316174
Vertex 29366 0.00920102 0.0837298 -0.0322138
Vertex 29367 0.00820345 0.083757 -0.0326005
Vertex 29368 0.00721225 0.0837864 -0.0330068
Vertex 29369 0.00621596 0.083814 -0.033411
Vertex 29370 0.00519565 0.0838361 -0.0338494
Vertex 29371 0.00420316 0.0838546 -0.0341295
Vertex 29372 0.00320361 0.0838721 -0.0343861
Vertex 29373 0.00218481 0.0838969 -0.0348518
Vertex 29374 0.00120164 0.0839391 -0.0353946
Vertex 29375 0.000177098 0.0839833 -0.0361114
Vertex 29376 -0.000810177 0.084021 -0.0366442
Vertex 29377 -0.00180047 0.0840422 -0.0369301
Vertex 29378 -0.00280088 0.0840687 -0.037315
Vertex 29379 -0.00380864 0.0840797 -0.0375505
Vertex 29380 -0.00481396 0.0840888 -0.0377627
Vertex 29381 -0.00581332 0.0840953 -0.0378871
Vertex 29382 -0.00680823 0.0840973 -0.0379387
Vertex 29383 -0.00780413 0.0840976 -0.0379648
Vertex 29384 -0.00880306 0.0841017 -0.0380883
Vertex 29385 -0.00978935 0.0841125 -0.0382567
Vertex 29386 -0.0108141 0.0841239 -0.038537
Vertex 29387 -0.0118005 0.0841384 -0.0387163
Vertex 29388 -0.0128008 0.0841443 -0.0388521
Vertex 29389 -0.0138101 0.0841459 -0.0389466
Vertex 29390 -0.0148129 0.0841518 -0.0390669
Vertex 29391 -0.0158141 0.084157 -0.0391976
Vertex 29392 -0.0168173 0.0841632 -0.0392397
Vertex 29393 -0.0178184 0.0841429 -0.0390768
Vertex 29394 -0.0188214 0.0841215 -0.0388306
Vertex 29395 -0.0198215 0.0841085 -0.0387066
Vertex 29396 -0.0208293 0.0841002 -0.0385977
Vertex 29397 -0.0218204 0.0840783 -0.0384285
Vertex 29398 -0.0228183 0.0840509 -0.0381648
Vertex 29399 -0.0238126 0.0840242 -0.0378907
Vertex 29400 -0.0248231 0.0839948 -0.0375331
Vertex 29401 -0.0258212 0.0839605 -0.0371412
Vertex 29402 -0.0267986 0.0839175 -0.0367186
Vertex 29403 -0.027787 0.0838632 -0.0360686
Vertex 29404 -0.0658775 0.102439 -0.0164403
Vertex 29405 -0.0662758 0.159515 -0.0565111
Vertex 29406 -0.0789967 0.138332 -0.00474353
Vertex 29407 -0.0668605 0.102389 -0.0157781
Vertex 29408 -0.0530436 0.142764 -0.000526483
Vertex 29409 -0.0171943 0.171219 -0.0224352
Vertex 29410 -0.0678577 0.102354 -0.0152646
Vertex 29411 -0.0357813 0.0828042 -0.0224653
Vertex 29412 -0.036779 0.0827886 -0.0223365
Vertex 29413 -0.037778 0.0827556 -0.0219531
Vertex 29414 -0.0387777 0.0827042 -0.0213153
Vertex 29415 -0.0397746 0.0826803 -0.0210594
Vertex 29416 -0.0407693 0.0826515 -0.0208197
Vertex 29417 -0.0417723 0.0826397 -0.0208385
Vertex 29418 -0.0427705 0.0826571 -0.0207663
Vertex 29419 -0.0437727 0.082626 -0.0206932
Vertex 29420 -0.0447719 0.0826286 -0.0206706
Vertex 29421 -0.0457735 0.0826328 -0.0207974
Vertex 29422 -0.0467773 0.0826601 -0.021013
Vertex 29423 -0.0477776 0.0826677 -0.0211258
Vertex 29424 -0.0487756 0.0826651 -0.0212781
Vertex 29425 -0.0497774 0.0826759 -0.0213753
Vertex 29426 -0.0507734 0.0826521 -0.0214824
Vertex 29427 -0.0517751 0.0826668 -0.0215624
Vertex 29428 -0.0527747 0.0826622 -0.0215537
Vertex 29429 -0.0537766 0.0826585 -0.0215583
Vertex 29430 -0.0547757 0.0826557 -0.0215494
Vertex 29431 -0.0557755 0.0826404 -0.0214196
Vertex 29432 -0.056773 0.082629 -0.0212703
Vertex 29433 -0.0577821 0.0826022 -0.0210434
Vertex 29434 -0.0588054 0.0825509 -0.0205914
Vertex 29435 -0.0597904 0.0825229 -0.0201763
Vertex 29436 -0.060782 0.082481 -0.019648
Vertex 29437 -0.0617679 0.0824635 -0.0193558
Vertex 29438 -0.0627701 0.0824471 -0.0192325
Vertex 29439 -0.0637771 0.0824308 -0.0191299
Vertex 29440 -0.0647775 0.0824087 -0.0188685
Vertex 29441 -0.0657828 0.082373 -0.0185031
Vertex 29442 -0.0667973 0.0823343 -0.0181512
Vertex 29443 -0.0677812 0.0823162 -0.0178553
Vertex 29444 -0.0687998 0.0822684 -0.0173873
Vertex 29445 -0.0697681 0.0822532 -0.0170635
Vertex 29446 -0.0707773 0.0822058 -0.016572
Vertex 29447 -0.0717492 0.0821807 -0.0161321
Vertex 29448 -0.0727338 0.0821447 -0.0156124
Vertex 29449 -0.0737119 0.082093 -0.0148287
Vertex 29450 -0.0688663 0.102328 -0.014772
Vertex 29451 -0.0698712 0.102299 -0.0142744
Vertex 29452 -0.0708675 0.102264 -0.0137609
Vertex 29453 -0.0776607 0.0817583 -0.0102119
Vertex 29454 -0.0718785 0.102239 -0.0132694
Vertex 29455 -0.0729035 0.125275 -0.00849683
Vertex 29456 -0.0709427 0.132583 -0.00826816
Vertex 29457 -0.0431813 0.165147 -0.00997877
Vertex 29458 -0.0328776 0.105721 -0.0208169
Vertex 29459 -0.0728613 0.102198 -0.0128504
Vertex 29460 -0.0738654 0.102167 -0.0123482
Vertex 29461 -0.0748613 0.102114 -0.0115761
Vertex 29462 -0.0521615 0.159088 -0.00368491
Vertex 29463 -0.0739879 0.139879 -0.00672352
Vertex 29464 -0.0661842 0.163921 -0.0584969
Vertex 29465 -0.0652684 0.163853 -0.0591668
Vertex 29466 -0.0570856 0.153101 -0.000954757
Vertex 29467 -0.055019 0.14719 -0.00165707
Vertex 29468 -0.0799264 0.129511 -0.00520384
Vertex 29469 -0.07894 0.12954 -0.00577029
Vertex 29470 -0.0758742 0.102063 -0.0106997
Vertex 29471 -0.0670075 0.139964 -0.00790796
Vertex 29472 -0.0768389 0.102007 -0.0101454
Vertex 29473 -0.0649294 0.123847 -0.00887936
Vertex 29474 0.0342448 0.0842103 -0.0184253
Vertex 29475 0.033222 0.0842418 -0.0188996
Vertex 29476 0.0322402 0.0842577 -0.0191914
Vertex 29477 0.0312031 0.0842875 -0.0196213
Vertex 29478 0.030217 0.0843227 -0.0201565
Vertex 29479 0.0292051 0.0843756 -0.0209031
Vertex 29480 0.0282305 0.08443 -0.0217055
Vertex 29481 -0.0768656 0.120803 -0.0071099
Vertex 29482 -0.0630045 0.132588 -0.00795426
Vertex 29483 -0.0679156 0.112303 -0.0110315
Vertex 29484 -0.0338762 0.105703 -0.0205658
Vertex 29485 0.0212182 0.0847586 -0.026404
Vertex 29486 0.0202147 0.0847891 -0.0269071
Vertex 29487 0.019219 0.0848258 -0.027423
Vertex 29488 0.0182107 0.084868 -0.0280483
Vertex 29489 0.0172008 0.0849074 -0.0286671
Vertex 29490 0.0162319 0.0849386 -0.0291053
Vertex 29491 0.015216 0.0849668 -0.0295884
Vertex 29492 0.0141976 0.0850086 -0.0301852
Vertex 29493 0.0132032 0.0850348 -0.0305799
Vertex 29494 0.0122145 0.0850407 -0.0307351
Vertex 29495 0.0112227 0.0850587 -0.0310098
Vertex 29496 0.0102154 0.0850922 -0.0315035
Vertex 29497 0.00921045 0.0851252 -0.032
Vertex 29498 0.00819029 0.0851531 -0.0324575
Vertex 29499 0.00722024 0.0851796 -0.0327872
Vertex 29500 0.00621048 0.0851628 -0.0331463
Vertex 29501 0.00521493 0.0852237 -0.0334342
Vertex 29502 0.00420379 0.0852404 -0.0337772
Vertex 29503 0.00318984 0.0852564 -0.0341139
Vertex 29504 0.00218731 0.0852799 -0.0344916
Vertex 29505 0.00121183 0.0853285 -0.0350521
Vertex 29506 0.00019241 0.0853625 -0.035651
Vertex 29507 -0.000826517 0.0853922 -0.0362438
Vertex 29508 -0.00181283 0.0854279 -0.036655
Vertex 29509 -0.00281997 0.0854457 -0.0370162
Vertex 29510 -0.00382316 0.0854518 -0.0372434
Vertex 29511 -0.00480748 0.0854817 -0.0373491
Vertex 29512 -0.00581815 0.0854694 -0.0375201
Vertex 29513 -0.00681664 0.0854791 -0.0376549
Vertex 29514 -0.00781609 0.0854881 -0.0377912
Vertex 29515 -0.00881167 0.085499 -0.0379404
Vertex 29516 -0.0318501 0.0986369 -0.02282
Vertex 29517 -0.0108296 0.0855471 -0.0384547
Vertex 29518 -0.0118225 0.0855318 -0.0386599
Vertex 29519 -0.0128237 0.0855345 -0.0387685
Vertex 29520 -0.0138183 0.0855391 -0.0388001
Vertex 29521 -0.0148175 0.0855384 -0.0388203
Vertex 29522 -0.0158191 0.0855498 -0.0389623
Vertex 29523 -0.0168246 0.0855538 -0.0389836
Vertex 29524 -0.0178271 0.0855379 -0.0388455
Vertex 29525 -0.0188238 0.0855077 -0.0385626
Vertex 29526 -0.0198342 0.0855003 -0.0383524
Vertex 29527 -0.0208217 0.0854768 -0.038298
Vertex 29528 -0.0218218 0.0854612 -0.0381675
Vertex 29529 -0.0228193 0.0854366 -0.0379031
Vertex 29530 -0.0238165 0.0854111 -0.0376407
Vertex 29531 -0.0248237 0.0853842 -0.0372699
Vertex 29532 -0.0258164 0.0853463 -0.0368715
Vertex 29533 -0.0268088 0.0852978 -0.0363495
Vertex 29534 -0.0277715 0.0852268 -0.0356683
Vertex 29535 -0.0348769 0.105695 -0.0204457
Vertex 29536 -0.0689277 0.115103 -0.00892086
Vertex 29537 -0.0358714 0.105673 -0.0204021
Vertex 29538 -0.0291786 0.175627 -0.0167894
Vertex 29539 -0.0662775 0.0734947 0.0382764
Vertex 29540 -0.0738816 0.120852 -0.00799698
Vertex 29541 -0.0829232 0.125068 -0.00442148
Vertex 29542 -0.035813 0.0842739 -0.0225525
Vertex 29543 -0.0368013 0.0842007 -0.0223672
Vertex 29544 -0.0378081 0.0841771 -0.022143
Vertex 29545 -0.0387822 0.0841715 -0.021953
Vertex 29546 -0.0397846 0.0841362 -0.0215764
Vertex 29547 -0.040789 0.084093 -0.0212481
Vertex 29548 -0.0417827 0.0840916 -0.0212196
Vertex 29549 -0.0427782 0.0841106 -0.0212812
Vertex 29550 -0.0437814 0.0840812 -0.0212189
Vertex 29551 -0.0447805 0.0840976 -0.0212945
Vertex 29552 -0.0457806 0.0841121 -0.0213757
Vertex 29553 -0.046782 0.0841151 -0.0215173
Vertex 29554 -0.0477812 0.0840973 -0.0215817
Vertex 29555 -0.0487816 0.084091 -0.021606
Vertex 29556 -0.049781 0.0841032 -0.0216622
Vertex 29557 -0.0507818 0.0840955 -0.0217037
Vertex 29558 -0.0517799 0.0840941 -0.0216716
Vertex 29559 -0.0527821 0.0840792 -0.0215781
Vertex 29560 -0.0537819 0.0840761 -0.0215562
Vertex 29561 -0.0547819 0.0840722 -0.0215429
Vertex 29562 -0.0557857 0.0840569 -0.0214422
Vertex 29563 -0.0567766 0.0840541 -0.0213935
Vertex 29564 -0.0577868 0.0840301 -0.0211707
Vertex 29565 -0.0587854 0.0839965 -0.0207846
Vertex 29566 -0.05979 0.0839541 -0.0202843
Vertex 29567 -0.0607901 0.0839118 -0.0197808
Vertex 29568 -0.0617895 0.083881 -0.0194032
Vertex 29569 -0.0627925 0.0838575 -0.0191674
Vertex 29570 -0.0637886 0.083851 -0.0191517
Vertex 29571 -0.0647895 0.0838376 -0.0190209
Vertex 29572 -0.0658025 0.083802 -0.0186684
Vertex 29573 -0.0667828 0.0837809 -0.018353
Vertex 29574 -0.0677801 0.0837503 -0.017964
Vertex 29575 -0.0687774 0.0837142 -0.0175822
Vertex 29576 -0.0697992 0.0836733 -0.0171139
Vertex 29577 -0.0707648 0.0836514 -0.0167885
Vertex 29578 -0.0717687 0.0836085 -0.0162896
Vertex 29579 -0.072774 0.083565 -0.0157894
Vertex 29580 -0.0737507 0.0835282 -0.0152437
Vertex 29581 -0.0687764 0.180487 -0.0583042
Vertex 29582 -0.0341101 0.171131 -0.0149349
Vertex 29583 -0.0368731 0.105664 -0.0202847
Vertex 29584 -0.0308542 0.0986541 -0.0229751
Vertex 29585 0.0181741 0.0988563 -0.0226017
Vertex 29586 -0.0739058 0.125263 -0.00826143
Vertex 29587 -0.069936 0.13258 -0.0084535
Vertex 29588 -0.0224335 0.0371726 0.0541058
Vertex 29589 -0.0490886 0.157599 -0.00632625
Vertex 29590 -0.0541243 0.156074 -0.00260128
Vertex 29591 -0.017174 0.169749 -0.0215263
Vertex 29592 -0.0839336 0.126519 -0.00402298
Vertex 29593 -0.0758891 0.119352 -0.00728174
Vertex 29594 -0.0748916 0.123775 -0.00787892
Vertex 29595 0.0171551 0.0988258 -0.0226279
Vertex 29596 -0.0510743 0.153146 -0.0044532
Vertex 29597 -0.0560183 0.147198 -0.00168648
Vertex 29598 -0.0570144 0.147201 -0.00173114
Vertex 29599 -0.0779361 0.129573 -0.00656407
Vertex 29600 -0.0181754 0.17123 -0.0220272
Vertex 29601 -0.0620868 0.139878 -0.00655442
Vertex 29602 -0.054074 0.15164 -0.0027148
Vertex 29603 0.0161578 0.0988387 -0.0226848
Vertex 29604 -0.0121243 0.183164 -0.0282842
Vertex 29605 0.0151574 0.0988592 -0.0229537
Vertex 29606 0.0322123 0.0856789 -0.0192748
Vertex 29607 0.0311896 0.0857114 -0.0197343
Vertex 29608 0.0302059 0.0857499 -0.020278
Vertex 29609 0.0292205 0.0857953 -0.020938
Vertex 29610 0.0282404 0.0858422 -0.0216043
Vertex 29611 0.0271917 0.0858851 -0.0222975
Vertex 29612 0.0141613 0.0988714 -0.0229756
Vertex 29613 -0.0321194 0.165225 -0.0156285
Vertex 29614 0.0101112 0.110138 -0.0193681
Vertex 29615 -0.0470844 0.151656 -0.00519447
Vertex 29616 -0.0555627 0.0351736 0.0453577
Vertex 29617 -0.0251898 0.177123 -0.0193397
Vertex 29618 -0.0378749 0.105661 -0.0201869
Vertex 29619 -0.0172081 0.172701 -0.0233314
Vertex 29620 -0.0231858 0.17269 -0.0205136
Vertex 29621 -0.0368813 0.108512 -0.0198737
Vertex 29622 -0.0789041 0.126621 -0.00628203
Vertex 29623 -0.0388696 0.105647 -0.0202518
Vertex 29624 0.0142234 0.0864184 -0.0301272
Vertex 29625 0.0132013 0.0864568 -0.0307211
Vertex 29626 0.0122037 0.0864617 -0.0308592
Vertex 29627 0.0111963 0.0864748 -0.0310924
Vertex 29628 0.0101956 0.0865002 -0.0314726
Vertex 29629 0.00919662 0.0865327 -0.0319845
Vertex 29630 0.00820634 0.0865719 -0.0325157
Vertex 29631 0.00722196 0.0865913 -0.0328221
Vertex 29632 0.00619535 0.0866083 -0.0331365
Vertex 29633 0.005197 0.0866258 -0.0333998
Vertex 29634 0.00420219 0.0866314 -0.0335404
Vertex 29635 0.00319943 0.0866473 -0.0337836
Vertex 29636 0.00219887 0.0866713 -0.0341557
Vertex 29637 0.00120237 0.0867098 -0.0346725
Vertex 29638 0.000189104 0.0867348 -0.0351526
Vertex 29639 -0.000793766 0.0867716 -0.0355698
Vertex 29640 -0.00181216 0.086792 -0.0360393
Vertex 29641 -0.00282121 0.086807 -0.0363939
Vertex 29642 -0.00382707 0.0868147 -0.0366286
Vertex 29643 -0.00481466 0.0868424 -0.0368113
Vertex 29644 -0.00581925 0.0868408 -0.0369183
Vertex 29645 -0.00681874 0.0868473 -0.0370495
Vertex 29646 -0.00781365 0.086863 -0.0372016
Vertex 29647 -0.00880796 0.0868775 -0.037347
Vertex 29648 -0.0808705 0.11922 -0.0043482
Vertex 29649 -0.0718704 0.117956 -0.00810673
Vertex 29650 -0.0789765 0.135392 -0.00472816
Vertex 29651 -0.0128309 0.0869146 -0.0385108
Vertex 29652 -0.0138249 0.0869198 -0.0385386
Vertex 29653 -0.0148225 0.086924 -0.0385597
Vertex 29654 -0.0158265 0.0869335 -0.0385904
Vertex 29655 -0.0168218 0.086916 -0.0386596
Vertex 29656 -0.0178225 0.0869056 -0.0385387
Vertex 29657 -0.0188243 0.0868874 -0.0382929
Vertex 29658 -0.019834 0.0868717 -0.0379507
Vertex 29659 -0.020823 0.0868434 -0.0377816
Vertex 29660 -0.0218256 0.086832 -0.0376579
Vertex 29661 -0.0228243 0.0868132 -0.0375213
Vertex 29662 -0.0238123 0.0867774 -0.0372362
Vertex 29663 -0.0248377 0.0867614 -0.0367865
Vertex 29664 -0.0258016 0.0867079 -0.0364604
Vertex 29665 -0.0267903 0.0866521 -0.0358137
Vertex 29666 -0.0590207 0.126708 -0.0075139
Vertex 29667 -0.0518947 0.109852 -0.0185479
Vertex 29668 -0.0630484 0.138442 -0.00719818
Vertex 29669 -0.0830784 0.138234 -0.000100609
Vertex 29670 -0.0540417 0.148675 -0.00217424
Vertex 29671 -0.0530498 0.14867 -0.00246875
Vertex 29672 -0.0520649 0.148658 -0.00262972
Vertex 29673 -0.0728836 0.119408 -0.00813229
Vertex 29674 -0.035698 0.0857595 -0.0237144
Vertex 29675 -0.0367909 0.0856326 -0.0224706
Vertex 29676 -0.0377888 0.0855996 -0.0220857
Vertex 29677 -0.0387912 0.0855771 -0.0218281
Vertex 29678 -0.0397898 0.0855606 -0.0217035
Vertex 29679 -0.040787 0.0855384 -0.021437
Vertex 29680 -0.0417892 0.0855226 -0.0213401
Vertex 29681 -0.0427865 0.0855262 -0.0214717
Vertex 29682 -0.0437872 0.0855322 -0.0215732
Vertex 29683 -0.0447879 0.085543 -0.0216723
Vertex 29684 -0.0457869 0.0855328 -0.0217062
Vertex 29685 -0.0467885 0.0855251 -0.0217462
Vertex 29686 -0.0477868 0.0855382 -0.0218048
Vertex 29687 -0.0487902 0.0855221 -0.0217064
Vertex 29688 -0.0497873 0.0855205 -0.0216876
Vertex 29689 -0.0507888 0.0855066 -0.0215873
Vertex 29690 -0.051788 0.0855011 -0.0215694
Vertex 29691 -0.0527874 0.0854974 -0.0215293
Vertex 29692 -0.053788 0.0854855 -0.0214384
Vertex 29693 -0.0547883 0.08548 -0.0214211
Vertex 29694 -0.0557862 0.0854763 -0.0214113
Vertex 29695 -0.0567974 0.0854612 -0.0213212
Vertex 29696 -0.0578034 0.0854472 -0.0211977
Vertex 29697 -0.0588066 0.0854157 -0.0208208
Vertex 29698 -0.0598028 0.0853759 -0.0202992
Vertex 29699 -0.060795 0.0853339 -0.0197774
Vertex 29700 -0.0618022 0.0852922 -0.0192956
Vertex 29701 -0.0627849 0.0852772 -0.0191174
Vertex 29702 -0.0637998 0.0852745 -0.0191701
Vertex 29703 -0.0648062 0.0852609 -0.0190538
Vertex 29704 -0.0657951 0.0852369 -0.0187501
Vertex 29705 -0.0667905 0.0852019 -0.0183581
Vertex 29706 -0.067793 0.0851703 -0.0179862
Vertex 29707 -0.0688144 0.0851338 -0.0175228
Vertex 29708 -0.0698084 0.085099 -0.0171261
Vertex 29709 -0.0707959 0.0850638 -0.0167146
Vertex 29710 -0.0717874 0.0850294 -0.0163139
Vertex 29711 -0.0727986 0.0849862 -0.0158247
Vertex 29712 -0.0737754 0.0849525 -0.0153987
Vertex 29713 -0.0747645 0.0849032 -0.0147477
Vertex 29714 -0.0729617 0.136954 -0.00717713
Vertex 29715 -0.0699065 0.110817 -0.0106385
Vertex 29716 -0.0759462 0.128163 -0.00785989
Vertex 29717 -0.0609102 0.120922 -0.00906619
Vertex 29718 -0.074873 0.120838 -0.00772479
Vertex 29719 -0.0749113 0.125246 -0.00804661
Vertex 29720 -0.0689532 0.132595 -0.00851473
Vertex 29721 -0.0691773 0.0628504 0.020491
Vertex 29722 -0.0211868 0.174176 -0.0217698
Vertex 29723 -0.0838382 0.11616 -0.00137187
Vertex 29724 -0.0291704 0.172664 -0.0174314
Vertex 29725 -0.0662744 0.179701 -0.0600508
Vertex 29726 -0.0748889 0.119375 -0.00765967
Vertex 29727 -0.0765343 0.0681368 0.0143622
Vertex 29728 -0.0619999 0.132592 -0.00773229
Vertex 29729 -0.0520761 0.153139 -0.00390728
Vertex 29730 -0.0500773 0.15315 -0.00486218
Vertex 29731 -0.0490784 0.153156 -0.00527602
Vertex 29732 -0.0620052 0.131132 -0.00795604
Vertex 29733 -0.076964 0.129602 -0.00711544
Vertex 29734 -0.0788837 0.117794 -0.00533035
Vertex 29735 -0.0547546 0.035972 0.0465789
Vertex 29736 -0.0550666 0.151635 -0.00215779
Vertex 29737 -0.0798758 0.117757 -0.00451351
Vertex 29738 -0.0669649 0.131148 -0.00876196
Vertex 29739 0.0322049 0.0871235 -0.0192744
Vertex 29740 0.0312237 0.0871647 -0.0198177
Vertex 29741 -0.0398723 0.105663 -0.0203219
Vertex 29742 0.029243 0.0872327 -0.0208644
Vertex 29743 0.0282302 0.0872832 -0.0216049
Vertex 29744 0.0272389 0.0873294 -0.0222582
Vertex 29745 0.0262112 0.0873747 -0.0229809
Vertex 29746 0.025208 0.0874192 -0.0236148
Vertex 29747 -0.018203 0.175668 -0.0239316
Vertex 29748 -0.040872 0.105663 -0.0204372
Vertex 29749 -0.0829013 0.122118 -0.00412754
Vertex 29750 -0.0817843 0.113273 -0.0014411
Vertex 29751 -0.0679688 0.135528 -0.00836676
Vertex 29752 -0.0350927 0.168167 -0.014918
Vertex 29753 -0.0771313 0.0754374 0.0308061
Vertex 29754 -0.0579142 0.114001 -0.0151155
Vertex 29755 0.0152063 0.0878077 -0.0294658
Vertex 29756 0.014203 0.08785 -0.0301032
Vertex 29757 0.0131946 0.0878791 -0.0305989
Vertex 29758 0.0122013 0.0878954 -0.0308742
Vertex 29759 0.0111959 0.0879068 -0.0311136
Vertex 29760 0.0101954 0.0879315 -0.0314901
Vertex 29761 0.00920046 0.0879669 -0.0320124
Vertex 29762 0.0082124 0.0879974 -0.0324239
Vertex 29763 0.00720445 0.088027 -0.0329216
Vertex 29764 0.00621357 0.0880484 -0.0332214
Vertex 29765 0.00519891 0.0880579 -0.0334439
Vertex 29766 0.00419323 0.0880606 -0.0335488
Vertex 29767 0.00318991 0.0880718 -0.0337792
Vertex 29768 0.00219436 0.0880897 -0.0340427
Vertex 29769 0.00119588 0.0881146 -0.0344258
Vertex 29770 0.000176932 0.0881362 -0.0348875
Vertex 29771 -0.000805756 0.0881637 -0.035184
Vertex 29772 -0.00180856 0.0881831 -0.0355551
Vertex 29773 -0.00281209 0.0882041 -0.0358187
Vertex 29774 -0.00381497 0.0882175 -0.036071
Vertex 29775 -0.00481581 0.0882239 -0.0361964
Vertex 29776 -0.00582274 0.088227 -0.0364178
Vertex 29777 -0.00682337 0.088234 -0.0365489
Vertex 29778 -0.00782745 0.0882395 -0.0367822
Vertex 29779 -0.00880856 0.0882704 -0.0368626
Vertex 29780 -0.0602789 0.0617061 0.0251086
Vertex 29781 -0.0808086 0.113339 -0.00208766
Vertex 29782 -0.0808831 0.117721 -0.00384392
Vertex 29783 -0.0583711 0.0614813 0.0257087
Vertex 29784 -0.0510378 0.148698 -0.00295565
Vertex 29785 -0.029146 0.168214 -0.0173005
Vertex 29786 -0.0168318 0.0883012 -0.0380546
Vertex 29787 -0.0178242 0.0882801 -0.0380186
Vertex 29788 -0.01883 0.0882728 -0.037792
Vertex 29789 -0.0198294 0.0882519 -0.0375379
Vertex 29790 -0.020826 0.0882193 -0.0372663
Vertex 29791 -0.0218312 0.0882119 -0.0370399
Vertex 29792 -0.0228308 0.0881946 -0.0369029
Vertex 29793 -0.0238257 0.0881589 -0.0366228
Vertex 29794 -0.0248315 0.0881388 -0.0362597
Vertex 29795 -0.0258198 0.0880859 -0.0357275
Vertex 29796 -0.0267843 0.0880044 -0.0350453
Vertex 29797 -0.0593221 0.0615947 0.0254084
Vertex 29798 -0.066289 0.0747237 0.0389788
Vertex 29799 -0.0738723 0.109242 -0.00905672
Vertex 29800 -0.0278046 0.0364789 0.0536304
Vertex 29801 -0.029103 0.162278 -0.0149633
Vertex 29802 -0.0327955 0.0873016 -0.0254019
Vertex 29803 -0.0338535 0.0870951 -0.024854
Vertex 29804 -0.0348246 0.0872331 -0.0245609
Vertex 29805 -0.0357817 0.0871994 -0.0240994
Vertex 29806 -0.0367713 0.0871639 -0.0235593
Vertex 29807 -0.0377966 0.0870844 -0.0227292
Vertex 29808 -0.0387964 0.0870429 -0.0222174
Vertex 29809 -0.0398029 0.0870085 -0.0218621
Vertex 29810 -0.0407936 0.0869784 -0.0214607
Vertex 29811 -0.0417916 0.0869783 -0.0214259
Vertex 29812 -0.0427934 0.0869807 -0.0215837
Vertex 29813 -0.0437953 0.0869983 -0.0218056
Vertex 29814 -0.044794 0.0870021 -0.0219374
Vertex 29815 -0.0457927 0.0869975 -0.0219586
Vertex 29816 -0.0467968 0.0869913 -0.021986
Vertex 29817 -0.0477996 0.0869772 -0.0218762
Vertex 29818 -0.0487946 0.0869761 -0.0218357
Vertex 29819 -0.0363492 0.0338444 -0.0305686
Vertex 29820 -0.0353955 0.0337248 -0.0302701
Vertex 29821 -0.0344859 0.0335245 -0.0299041
Vertex 29822 -0.0334418 0.0335662 -0.0297364
Vertex 29823 -0.0323521 0.0336874 -0.0296376
Vertex 29824 -0.0314435 0.033488 -0.0292746
Vertex 29825 -0.0304487 0.0334492 -0.0290445
Vertex 29826 -0.0400285 0.0339876 -0.0295458
Vertex 29827 -0.0391149 0.0337868 -0.0291782
Vertex 29828 -0.0381652 0.0336678 -0.0288809
Vertex 29829 -0.0371627 0.0336289 -0.0286501
Vertex 29830 -0.036169 0.0335901 -0.0284162
Vertex 29831 -0.0351234 0.033632 -0.0282515
Vertex 29832 -0.0341243 0.0335931 -0.0280196
Vertex 29833 -0.0331272 0.0335545 -0.0277881
Vertex 29834 -0.0320822 0.0335961 -0.0276233
Vertex 29835 -0.031088 0.0335574 -0.0273919
Vertex 29836 -0.0300883 0.0335187 -0.027157
Vertex 29837 -0.0290915 0.0334798 -0.0269263
Vertex 29838 -0.0280931 0.033441 -0.0266965
Vertex 29839 -0.0270496 0.033483 -0.0265278
Vertex 29840 -0.0260065 0.0335246 -0.026366
Vertex 29841 -0.025008 0.0334859 -0.0261337
Vertex 29842 -0.0239658 0.0335277 -0.0259671
Vertex 29843 -0.0229686 0.033489 -0.025736
Vertex 29844 -0.0219243 0.0335307 -0.0255712
Vertex 29845 -0.020926 0.0334921 -0.0253378
Vertex 29846 -0.0198832 0.0335337 -0.0251748
Vertex 29847 -0.0188851 0.0334951 -0.0249427
Vertex 29848 -0.0177987 0.0336176 -0.0248428
Vertex 29849 -0.016752 0.0336597 -0.0246752
Vertex 29850 -0.0157117 0.033701 -0.0245127
Vertex 29851 -0.0147591 0.033582 -0.024214
Vertex 29852 -0.0136727 0.0337044 -0.0241151
Vertex 29853 -0.0126271 0.0337462 -0.0239473
Vertex 29854 -0.0116307 0.0337076 -0.023716
Vertex 29855 -0.0105851 0.0337493 -0.0235512
Vertex 29856 -0.00959045 0.0337105 -0.0233226
Vertex 29857 -0.00854262 0.033753 -0.0231542
Vertex 29858 -0.00745761 0.0338748 -0.0230567
Vertex 29859 -0.00645782 0.0338359 -0.0228235
Vertex 29860 -0.00546373 0.0337972 -0.022595
Vertex 29861 -0.00441949 0.0338393 -0.022426
Vertex 29862 -0.00342161 0.0338005 -0.0221963
Vertex 29863 -0.00233027 0.0339229 -0.0220991
Vertex 29864 -0.00129242 0.0339647 -0.0219341
Vertex 29865 -0.000337321 0.0338454 -0.0216338
Vertex 29866 0.000751147 0.0339678 -0.0215355
Vertex 29867 0.00179227 0.0340095 -0.0213712
Vertex 29868 0.00279805 0.0339767 -0.0211497
Vertex 29869 0.00384566 0.0341227 -0.0209701
Vertex 29870 0.00485548 0.0339942 -0.0207847
Vertex 29871 0.00590733 0.0340449 -0.020637
Vertex 29872 0.00695815 0.0340953 -0.0204902
Vertex 29873 0.00806259 0.0342288 -0.0204182
Vertex 29874 0.00900275 0.0343116 -0.0200681
Vertex 29875 0.010104 0.0343592 -0.0200136
Vertex 29876 0.0111342 0.034487 -0.019828
Vertex 29877 0.0122157 0.0346138 -0.0197432
Vertex 29878 0.0132509 0.0349689 -0.0195966
Vertex 29879 -0.0417544 0.0339701 -0.0279962
Vertex 29880 -0.0408028 0.033851 -0.0276993
Vertex 29881 -0.0398023 0.0338119 -0.0274661
Vertex 29882 -0.0388924 0.0336117 -0.0270987
Vertex 29883 -0.0378917 0.0335733 -0.0268663
Vertex 29884 -0.0368482 0.0336146 -0.0266993
Vertex 29885 -0.0358944 0.0334964 -0.0263993
Vertex 29886 -0.0348112 0.0336186 -0.0263013
Vertex 29887 -0.0338581 0.0334994 -0.0260028
Vertex 29888 -0.0328117 0.0335416 -0.0258378
Vertex 29889 -0.0317722 0.0335835 -0.0256749
Vertex 29890 -0.0307727 0.033545 -0.0254394
Vertex 29891 -0.0297288 0.0335868 -0.0252735
Vertex 29892 -0.0287322 0.0335484 -0.0250427
Vertex 29893 -0.0276907 0.0335904 -0.024878
Vertex 29894 -0.0266886 0.0335519 -0.0246454
Vertex 29895 -0.0256473 0.0335939 -0.0244827
Vertex 29896 -0.0246064 0.033636 -0.0243161
Vertex 29897 -0.0236086 0.0335974 -0.0240827
Vertex 29898 -0.0225654 0.0336394 -0.0239171
Vertex 29899 -0.021522 0.0336815 -0.0237529
Vertex 29900 -0.0205229 0.0336428 -0.0235211
Vertex 29901 -0.0195242 0.0336044 -0.023287
Vertex 29902 -0.0184793 0.0336465 -0.023124
Vertex 29903 -0.0174373 0.0336888 -0.022956
Vertex 29904 -0.016397 0.0337307 -0.02279
Vertex 29905 -0.0153541 0.0337728 -0.0226273
Vertex 29906 -0.0143105 0.0338147 -0.022462
Vertex 29907 -0.0133142 0.0337765 -0.0222266
Vertex 29908 -0.0122699 0.0338184 -0.0220638
Vertex 29909 -0.0112286 0.0338605 -0.0218986
Vertex 29910 -0.010186 0.0339025 -0.0217341
Vertex 29911 -0.00918339 0.033864 -0.0215021
Vertex 29912 -0.00814387 0.0339061 -0.0213361
Vertex 29913 -0.00710114 0.0339482 -0.0211688
Vertex 29914 -0.00610064 0.0339097 -0.0209348
Vertex 29915 -0.00505811 0.0339518 -0.0207718
Vertex 29916 -0.00401542 0.033994 -0.0206047
Vertex 29917 -0.00297107 0.0340356 -0.0204416
Vertex 29918 -0.00197361 0.0339973 -0.0202101
Vertex 29919 -0.000934383 0.0340393 -0.0200439
Vertex 29920 0.000108091 0.0340814 -0.0198793
Vertex 29921 0.00110904 0.0340429 -0.0196452
Vertex 29922 0.00215147 0.0340847 -0.0194818
Vertex 29923 0.00315064 0.0340463 -0.0192491
Vertex 29924 0.00419216 0.0340885 -0.0190827
Vertex 29925 0.00523902 0.0341335 -0.0189244
Vertex 29926 0.00628938 0.0341841 -0.018778
Vertex 29927 0.0072963 0.0341516 -0.018557
Vertex 29928 0.00839351 0.0342854 -0.0184828
Vertex 29929 0.00940058 0.0342529 -0.0182643
Vertex 29930 0.0104502 0.0343141 -0.0181143
Vertex 29931 0.0115063 0.0343546 -0.0179688
Vertex 29932 0.0125555 0.034405 -0.0178251
Vertex 29933 0.0135609 0.0343729 -0.0176058
Vertex 29934 0.0147315 0.0347337 -0.0176578
Vertex 29935 0.0156033 0.0352036 -0.0174539
Vertex 29936 -0.0433018 0.0342732 -0.0267127
Vertex 29937 -0.0424851 0.033913 -0.0262188
Vertex 29938 -0.0416194 0.0336308 -0.0257822
Vertex 29939 -0.0406608 0.0335117 -0.0254825
Vertex 29940 -0.0396194 0.0335538 -0.0253204
Vertex 29941 -0.0386238 0.0335154 -0.0250853
Vertex 29942 -0.0375789 0.0335576 -0.0249215
Vertex 29943 -0.0365829 0.0335193 -0.0246869
Vertex 29944 -0.0355381 0.0335618 -0.0245193
Vertex 29945 -0.0344945 0.0336038 -0.0243554
Vertex 29946 -0.0334959 0.0335656 -0.024125
Vertex 29947 -0.0324526 0.0336078 -0.0239554
Vertex 29948 -0.0314585 0.0335695 -0.0237257
Vertex 29949 -0.0304111 0.0336116 -0.02356
Vertex 29950 -0.0294128 0.0335741 -0.023325
Vertex 29951 -0.0283736 0.0336157 -0.0231629
Vertex 29952 -0.0273719 0.0335777 -0.022929
Vertex 29953 -0.0263303 0.0336202 -0.0227625
Vertex 29954 -0.0252891 0.0336623 -0.0225985
Vertex 29955 -0.0242451 0.0337053 -0.0224295
Vertex 29956 -0.0232497 0.0336668 -0.0221987
Vertex 29957 -0.0222505 0.0336283 -0.0219672
Vertex 29958 -0.0212056 0.0336704 -0.0218021
Vertex 29959 -0.0201622 0.0337128 -0.0216346
Vertex 29960 -0.0191683 0.0336751 -0.0214022
Vertex 29961 -0.0180785 0.0337977 -0.021304
Vertex 29962 -0.0170355 0.0338392 -0.0211402
Vertex 29963 -0.0160362 0.0338015 -0.0209075
Vertex 29964 -0.0149527 0.0339242 -0.0208085
Vertex 29965 -0.0139533 0.0338864 -0.0205741
Vertex 29966 -0.012912 0.0339283 -0.0204101
Vertex 29967 -0.0118673 0.0339713 -0.0202424
Vertex 29968 -0.0108252 0.0340132 -0.0200775
Vertex 29969 -0.00982564 0.0339746 -0.0198462
Vertex 29970 -0.00878391 0.0340179 -0.0196776
Vertex 29971 -0.0077421 0.0340597 -0.0195129
Vertex 29972 -0.00674435 0.0340208 -0.0192827
Vertex 29973 -0.00574267 0.0339825 -0.0190499
Vertex 29974 -0.00470039 0.0340249 -0.0188849
Vertex 29975 -0.00361434 0.0341476 -0.0187856
Vertex 29976 -0.00261732 0.0341102 -0.0185505
Vertex 29977 -0.00157082 0.0341515 -0.0183868
Vertex 29978 -0.000577398 0.0341134 -0.0181551
Vertex 29979 0.000420695 0.0340758 -0.0179207
Vertex 29980 0.00146529 0.0341167 -0.0177588
Vertex 29981 0.00250665 0.0341604 -0.0175888
Vertex 29982 0.00354988 0.0342019 -0.0174252
Vertex 29983 0.00454759 0.0341639 -0.0171912
Vertex 29984 0.00554907 0.0341243 -0.0169616
Vertex 29985 0.00654381 0.0340863 -0.0167284
Vertex 29986 0.00758624 0.0341288 -0.016561
Vertex 29987 0.00858548 0.0340902 -0.01633
Vertex 29988 0.00968485 0.0342244 -0.0162577
Vertex 29989 0.0106928 0.0341923 -0.0160349
Vertex 29990 0.0118375 0.0344099 -0.0160341
Vertex 29991 0.0128439 0.0343776 -0.0158182
Vertex 29992 0.0138974 0.0344287 -0.0156692
Vertex 29993 0.0149493 0.0344805 -0.015521
Vertex 29994 0.0160661 0.0349193 -0.0155613
Vertex 29995 0.0169223 0.0354899 -0.0154522
Vertex 29996 -0.0874269 0.111566 0.0378689
Vertex 29997 -0.0439866 0.0342955 -0.0250034
Vertex 29998 -0.0433 0.0336903 -0.024306
Vertex 29999 -0.0423419 0.0335706 -0.0240051
Vertex 30000 -0.0413446 0.0335325 -0.0237744
Vertex 30001 -0.0403032 0.0335749 -0.0236075
Vertex 30002 -0.0393069 0.033537 -0.0233717
Vertex 30003 -0.0382622 0.0335792 -0.0232089
Vertex 30004 -0.0372663 0.033541 -0.0229762
Vertex 30005 -0.0362217 0.0335837 -0.0228111
Vertex 30006 -0.0351787 0.0336265 -0.0226404
Vertex 30007 -0.0341799 0.0335887 -0.0224091
Vertex 30008 -0.0331372 0.0336314 -0.0222436
Vertex 30009 -0.0320928 0.0336737 -0.0220791
Vertex 30010 -0.0310543 0.0337173 -0.0219116
Vertex 30011 -0.0300075 0.0337589 -0.0217484
Vertex 30012 -0.0289244 0.033884 -0.0216457
Vertex 30013 -0.0278792 0.0339265 -0.0214795
Vertex 30014 -0.0268824 0.0338882 -0.0212482
Vertex 30015 -0.0258406 0.0339312 -0.0210821
Vertex 30016 -0.0247527 0.0340557 -0.0209813
Vertex 30017 -0.023707 0.0340979 -0.0208155
Vertex 30018 -0.0226679 0.0341396 -0.0206509
Vertex 30019 -0.0216263 0.0341828 -0.0204844
Vertex 30020 -0.0205806 0.0342261 -0.0203167
Vertex 30021 -0.0195815 0.0341867 -0.0200865
Vertex 30022 -0.0185423 0.0342292 -0.0199208
Vertex 30023 -0.0174992 0.03427 -0.0197565
Vertex 30024 -0.0164538 0.0343139 -0.019589
Vertex 30025 -0.015413 0.0343578 -0.0194213
Vertex 30026 -0.0144161 0.0343188 -0.0191903
Vertex 30027 -0.0133702 0.0343611 -0.0190243
Vertex 30028 -0.0123281 0.0344052 -0.018857
Vertex 30029 -0.0112854 0.0344473 -0.0186905
Vertex 30030 -0.0102872 0.0344076 -0.0184603
Vertex 30031 -0.00924422 0.0344526 -0.0182921
Vertex 30032 -0.00820144 0.0344928 -0.0181278
Vertex 30033 -0.00720215 0.0344571 -0.0178933
Vertex 30034 -0.00616098 0.0344967 -0.0177303
Vertex 30035 -0.00511763 0.0345398 -0.0175639
Vertex 30036 -0.00407779 0.0345848 -0.0173958
Vertex 30037 -0.00307655 0.0345443 -0.0171652
Vertex 30038 -0.00203672 0.0345877 -0.0169988
Vertex 30039 -0.000994284 0.0346324 -0.0168306
Vertex 30040 4.31947e-06 0.034593 -0.0165995
Vertex 30041 0.00104791 0.0346359 -0.0164332
Vertex 30042 0.00204515 0.0345955 -0.0162029
Vertex 30043 0.00308943 0.0346383 -0.0160359
Vertex 30044 0.00408474 0.0346021 -0.0158016
Vertex 30045 0.00508634 0.0345614 -0.0155701
Vertex 30046 0.00603967 0.0344425 -0.0152712
Vertex 30047 0.00703854 0.0344034 -0.0150394
Vertex 30048 0.00803706 0.0343648 -0.0148062
Vertex 30049 0.00903132 0.0343268 -0.014573
Vertex 30050 0.0099878 0.0342067 -0.0142754
Vertex 30051 0.0109831 0.0341684 -0.0140433
Vertex 30052 0.0120317 0.0342138 -0.0138856
Vertex 30053 0.0130851 0.034266 -0.0137357
Vertex 30054 0.0142805 0.0345676 -0.0138073
Vertex 30055 0.0153315 0.0346194 -0.0136599
Vertex 30056 0.0164763 0.0348375 -0.0136598
Vertex 30057 0.0175277 0.0348888 -0.0135142
Vertex 30058 -0.0825815 0.112383 0.0454387
Vertex 30059 -0.0448473 0.0339909 -0.0230279
Vertex 30060 -0.0440255 0.0336276 -0.0225259
Vertex 30061 -0.0430742 0.0335089 -0.0222312
Vertex 30062 -0.0420309 0.0335517 -0.0220625
Vertex 30063 -0.0409872 0.0335947 -0.0218947
Vertex 30064 -0.0399438 0.0336374 -0.0217314
Vertex 30065 -0.0389013 0.0336802 -0.0215651
Vertex 30066 -0.0379044 0.0336424 -0.0213286
Vertex 30067 -0.0368601 0.0336856 -0.0211611
Vertex 30068 -0.0358185 0.0337288 -0.0209957
Vertex 30069 -0.0347732 0.0337732 -0.0208295
Vertex 30070 -0.0336406 0.0339783 -0.0207966
Vertex 30071 -0.0325542 0.0341026 -0.0206973
Vertex 30072 -0.0314223 0.0343059 -0.0206653
Vertex 30073 -0.0303394 0.0344325 -0.0205625
Vertex 30074 -0.0292482 0.0345559 -0.0204636
Vertex 30075 -0.0281642 0.0346776 -0.0203658
Vertex 30076 -0.0271199 0.0347243 -0.0201972
Vertex 30077 -0.0260317 0.0348457 -0.0200988
Vertex 30078 -0.0249464 0.0349691 -0.0199992
Vertex 30079 -0.0239053 0.0350134 -0.0198326
Vertex 30080 -0.0228583 0.0350556 -0.0196661
Vertex 30081 -0.0218179 0.0350986 -0.0195001
Vertex 30082 -0.0207737 0.0351435 -0.019333
Vertex 30083 -0.019688 0.0352649 -0.0192337
Vertex 30084 -0.0186888 0.0352267 -0.0190015
Vertex 30085 -0.0176483 0.0352702 -0.0188352
Vertex 30086 -0.0166066 0.035315 -0.0186674
Vertex 30087 -0.0156079 0.0352742 -0.0184368
Vertex 30088 -0.014565 0.035318 -0.01827
Vertex 30089 -0.0135214 0.0353632 -0.0181023
Vertex 30090 -0.0124791 0.0354015 -0.0179384
Vertex 30091 -0.0114808 0.0353662 -0.0177045
Vertex 30092 -0.0104382 0.0354056 -0.0175403
Vertex 30093 -0.00939357 0.0354504 -0.0173725
Vertex 30094 -0.00835092 0.0354934 -0.0172056
Vertex 30095 -0.00735617 0.0354566 -0.0169734
Vertex 30096 -0.00631097 0.0354995 -0.0168068
Vertex 30097 -0.00526883 0.0355403 -0.0166416
Vertex 30098 -0.00422605 0.0355815 -0.0164762
Vertex 30099 -0.00322923 0.0355467 -0.0162422
Vertex 30100 -0.00218576 0.0355897 -0.0160761
Vertex 30101 -0.00114332 0.0356309 -0.0159104
Vertex 30102 -0.000145407 0.0355938 -0.0156782
Vertex 30103 0.000940682 0.0357179 -0.0155776
Vertex 30104 0.00193935 0.03568 -0.0153447
Vertex 30105 0.00293826 0.0356401 -0.0151121
Vertex 30106 0.00389123 0.0355229 -0.0148126
Vertex 30107 0.00488911 0.035483 -0.0145807
Vertex 30108 0.00584547 0.0353648 -0.01428
Vertex 30109 0.00679595 0.0352467 -0.0139815
Vertex 30110 0.00774922 0.0351262 -0.0136823
Vertex 30111 0.00861617 0.0348422 -0.0132521
Vertex 30112 0.00952421 0.0346423 -0.0128865
Vertex 30113 0.0104332 0.0344417 -0.0125223
Vertex 30114 0.011386 0.0343226 -0.0122219
Vertex 30115 0.0123862 0.0342845 -0.0119874
Vertex 30116 0.0134297 0.0343278 -0.0118215
Vertex 30117 0.014517 0.0344542 -0.0117299
Vertex 30118 0.0156678 0.0346738 -0.0117297
Vertex 30119 0.0167681 0.0348096 -0.0116543
Vertex 30120 0.0179105 0.0350278 -0.0116533
Vertex 30121 -0.0453989 0.0342539 -0.0215146
Vertex 30122 -0.0447524 0.033564 -0.0207541
Vertex 30123 -0.0437556 0.0335262 -0.0205177
Vertex 30124 -0.0427107 0.0335694 -0.0203532
Vertex 30125 -0.0416682 0.0336125 -0.0201879
Vertex 30126 -0.0406237 0.0336557 -0.0200198
Vertex 30127 -0.0395837 0.0336987 -0.0198537
Vertex 30128 -0.0385432 0.0337417 -0.0196892
Vertex 30129 -0.0375002 0.0337858 -0.019518
Vertex 30130 -0.0364091 0.0339112 -0.0194195
Vertex 30131 -0.0352804 0.0341155 -0.0193879
Vertex 30132 -0.0340577 0.0344858 -0.0194842
Vertex 30133 -0.0328403 0.0348519 -0.0195836
Vertex 30134 -0.031661 0.0351392 -0.0196159
Vertex 30135 -0.0305288 0.0353431 -0.0195833
Vertex 30136 -0.0293998 0.0355494 -0.0195486
Vertex 30137 -0.0282657 0.0357556 -0.0195136
Vertex 30138 -0.0271788 0.0358787 -0.0194139
Vertex 30139 -0.0261386 0.0359205 -0.0192491
Vertex 30140 -0.0250081 0.0361291 -0.0192131
Vertex 30141 -0.0239187 0.036252 -0.0191133
Vertex 30142 -0.022876 0.0362943 -0.0189473
Vertex 30143 -0.0218319 0.0363367 -0.0187811
Vertex 30144 -0.0207895 0.0363821 -0.0186131
Vertex 30145 -0.0197467 0.0364265 -0.0184459
Vertex 30146 -0.0187078 0.0364661 -0.0182818
Vertex 30147 -0.0176627 0.0365106 -0.0181139
Vertex 30148 -0.0166639 0.0364717 -0.017882
Vertex 30149 -0.0156218 0.0365183 -0.0177136
Vertex 30150 -0.0145821 0.0365575 -0.0175497
Vertex 30151 -0.0135396 0.0366033 -0.0173816
Vertex 30152 -0.0125377 0.0365668 -0.017148
Vertex 30153 -0.0114989 0.0366056 -0.0169842
Vertex 30154 -0.0104535 0.0366522 -0.0168147
Vertex 30155 -0.00945876 0.0366145 -0.0165831
Vertex 30156 -0.00841473 0.0366574 -0.0164161
Vertex 30157 -0.00736899 0.0366982 -0.0162506
Vertex 30158 -0.00632683 0.0367419 -0.0160833
Vertex 30159 -0.00532834 0.0367049 -0.0158504
Vertex 30160 -0.00428899 0.0367463 -0.0156853
Vertex 30161 -0.00324688 0.0367886 -0.0155194
Vertex 30162 -0.00215916 0.0369163 -0.0154166
Vertex 30163 -0.00111738 0.0369593 -0.0152505
Vertex 30164 -2.83383e-05 0.0370817 -0.0151505
Vertex 30165 0.000971023 0.0370418 -0.0149189
Vertex 30166 0.00196735 0.0370051 -0.0146847
Vertex 30167 0.00287682 0.0368053 -0.01432
Vertex 30168 0.0038745 0.0367677 -0.0140867
Vertex 30169 0.00482779 0.0366504 -0.0137865
Vertex 30170 0.00577997 0.0365296 -0.0134893
Vertex 30171 0.00673484 0.0364109 -0.0131882
Vertex 30172 0.00764213 0.03621 -0.0128239
Vertex 30173 0.00841968 0.0357631 -0.0122614
Vertex 30174 0.00923869 0.035402 -0.0117616
Vertex 30175 0.0100127 0.0349584 -0.0111996
Vertex 30176 0.0107885 0.0345143 -0.0106366
Vertex 30177 0.0117447 0.0343946 -0.0103375
Vertex 30178 0.0126989 0.0342761 -0.010037
Vertex 30179 0.0137845 0.0344 -0.00993851
Vertex 30180 0.0148272 0.0344434 -0.00977208
Vertex 30181 0.0160068 0.0347306 -0.00980024
Vertex 30182 0.0171482 0.0349466 -0.009792
Vertex 30183 0.0182459 0.035082 -0.00972071
Vertex 30184 -0.074757 0.111898 0.0475989
Vertex 30185 -0.0459466 0.0345121 -0.0200076
Vertex 30186 -0.0453927 0.0336614 -0.0191153
Vertex 30187 -0.0444353 0.0335419 -0.0188134
Vertex 30188 -0.0433943 0.0335852 -0.0186462
Vertex 30189 -0.042351 0.0336287 -0.0184783
Vertex 30190 -0.0413094 0.0336719 -0.0183114
Vertex 30191 -0.0403104 0.0336344 -0.0180813
Vertex 30192 -0.0392229 0.0337594 -0.0179786
Vertex 30193 -0.0381348 0.0338853 -0.0178771
Vertex 30194 -0.0369631 0.0341718 -0.0179086
Vertex 30195 -0.0356978 0.0346221 -0.0180732
Vertex 30196 -0.0344319 0.0350721 -0.0182387
Vertex 30197 -0.0331206 0.0356024 -0.0184705
Vertex 30198 -0.0318114 0.0361324 -0.0187
Vertex 30199 -0.0306807 0.0363386 -0.0186663
Vertex 30200 -0.0294591 0.0367076 -0.0187628
Vertex 30201 -0.0283747 0.0368322 -0.0186629
Vertex 30202 -0.0272428 0.0370384 -0.018628
Vertex 30203 -0.0261077 0.0372445 -0.0185929
Vertex 30204 -0.0250231 0.0373676 -0.0184933
Vertex 30205 -0.0239356 0.0374925 -0.0183912
Vertex 30206 -0.0228935 0.0375359 -0.0182249
Vertex 30207 -0.021804 0.0376594 -0.0181241
Vertex 30208 -0.0208094 0.0376226 -0.0178912
Vertex 30209 -0.0197676 0.0376635 -0.0177276
Vertex 30210 -0.018769 0.037629 -0.017491
Vertex 30211 -0.0176796 0.037751 -0.0173923
Vertex 30212 -0.0166811 0.0377146 -0.0171581
Vertex 30213 -0.0156387 0.0377596 -0.0169892
Vertex 30214 -0.0145975 0.0378025 -0.0168233
Vertex 30215 -0.0135559 0.0378433 -0.0166597
Vertex 30216 -0.0125112 0.037888 -0.0164908
Vertex 30217 -0.0114712 0.0379322 -0.0163227
Vertex 30218 -0.010471 0.0378949 -0.0160892
Vertex 30219 -0.0094303 0.0379372 -0.0159242
Vertex 30220 -0.00843296 0.037899 -0.0156923
Vertex 30221 -0.00738705 0.0379427 -0.0155249
Vertex 30222 -0.00634516 0.0379873 -0.0153566
Vertex 30223 -0.00534725 0.0379464 -0.0151277
Vertex 30224 -0.00430704 0.037991 -0.0149598
Vertex 30225 -0.00330758 0.0379537 -0.0147265
Vertex 30226 -0.00221994 0.0380783 -0.0146251
Vertex 30227 -0.00117719 0.0381217 -0.0144579
Vertex 30228 -0.000135712 0.0381648 -0.0142912
Vertex 30229 0.000863008 0.0381264 -0.0140589
Vertex 30230 0.00186325 0.0380873 -0.0138264
Vertex 30231 0.00281465 0.0379685 -0.0135285
Vertex 30232 0.00381296 0.0379313 -0.0132938
Vertex 30233 0.00476485 0.0378127 -0.0129945
Vertex 30234 0.00571651 0.037694 -0.0126956
Vertex 30235 0.00662772 0.0374926 -0.0123303
Vertex 30236 0.00749342 0.0372096 -0.0118978
Vertex 30237 0.00822226 0.0366869 -0.011267
Vertex 30238 0.00895558 0.0361581 -0.0106394
Vertex 30239 0.0095961 0.0354723 -0.00987583
Vertex 30240 0.0102837 0.0348658 -0.0091814
Vertex 30241 0.0111047 0.0345035 -0.00868495
Vertex 30242 0.0120601 0.0343849 -0.00838478
Vertex 30243 0.0131 0.034428 -0.00821794
Vertex 30244 0.0140981 0.0343905 -0.0079847
Vertex 30245 0.0152294 0.0345961 -0.00794828
Vertex 30246 0.0163641 0.0348027 -0.00791773
Vertex 30247 0.0174939 0.0350076 -0.00788091
Vertex 30248 0.0184894 0.03497 -0.0076507
Vertex 30249 -0.0721148 0.067315 0.0248191
Vertex 30250 -0.0464498 0.034849 -0.0185661
Vertex 30251 -0.0460733 0.0336746 -0.01741
Vertex 30252 -0.0450754 0.033637 -0.0171737
Vertex 30253 -0.0440757 0.0335994 -0.0169421
Vertex 30254 -0.0430319 0.0336432 -0.0167728
Vertex 30255 -0.04199 0.0336868 -0.0166047
Vertex 30256 -0.0409497 0.0337305 -0.016439
Vertex 30257 -0.0398611 0.0338561 -0.0163385
Vertex 30258 -0.03873 0.0340634 -0.0163036
Vertex 30259 -0.0375104 0.0344317 -0.0164034
Vertex 30260 -0.0361101 0.0351289 -0.0167641
Vertex 30261 -0.0346676 0.0359024 -0.017193
Vertex 30262 -0.0333156 0.0365169 -0.0174853
Vertex 30263 -0.0320031 0.0370471 -0.0177181
Vertex 30264 -0.0307415 0.0374976 -0.017878
Vertex 30265 -0.029563 0.0377844 -0.01791
Vertex 30266 -0.0283882 0.0380697 -0.0179434
Vertex 30267 -0.0272993 0.0381948 -0.0178418
Vertex 30268 -0.0262141 0.0383199 -0.0177378
Vertex 30269 -0.0251747 0.0383636 -0.0175696
Vertex 30270 -0.0241311 0.0384069 -0.0174035
Vertex 30271 -0.0231343 0.0383693 -0.0171708
Vertex 30272 -0.0220444 0.0384934 -0.0170721
Vertex 30273 -0.0210449 0.0384562 -0.0168371
Vertex 30274 -0.0200036 0.0384998 -0.0166705
Vertex 30275 -0.0189632 0.0385431 -0.0165058
Vertex 30276 -0.0179202 0.0385865 -0.0163394
Vertex 30277 -0.0169229 0.0385492 -0.0161043
Vertex 30278 -0.0158788 0.038593 -0.0159367
Vertex 30279 -0.0148381 0.0386367 -0.0157684
Vertex 30280 -0.0137942 0.0386802 -0.0156021
Vertex 30281 -0.0127937 0.0386426 -0.0153707
Vertex 30282 -0.0117542 0.0386862 -0.015202
Vertex 30283 -0.0107558 0.0386486 -0.0149703
Vertex 30284 -0.00971429 0.0386927 -0.0148008
Vertex 30285 -0.00867178 0.0387364 -0.0146344
Vertex 30286 -0.00762999 0.0387797 -0.0144679
Vertex 30287 -0.00658665 0.0388228 -0.0143041
Vertex 30288 -0.00554376 0.0388664 -0.0141367
Vertex 30289 -0.00449889 0.0389099 -0.0139692
Vertex 30290 -0.00350234 0.0388725 -0.0137373
Vertex 30291 -0.00241533 0.0389975 -0.0136337
Vertex 30292 -0.00141558 0.03896 -0.0133998
Vertex 30293 -0.000418875 0.0389219 -0.0131688
Vertex 30294 0.000577278 0.0388845 -0.0129362
Vertex 30295 0.00157845 0.0388465 -0.0127005
Vertex 30296 0.00252922 0.0387278 -0.0124032
Vertex 30297 0.00352818 0.0386899 -0.0121702
Vertex 30298 0.00447986 0.0385716 -0.0118677
Vertex 30299 0.00538842 0.0383711 -0.011506
Vertex 30300 0.00629906 0.0381702 -0.0111411
Vertex 30301 0.00716304 0.0378885 -0.010707
Vertex 30302 0.0078939 0.0373631 -0.01008
Vertex 30303 0.00853553 0.0366751 -0.00931803
Vertex 30304 0.00908719 0.0358267 -0.00842564
Vertex 30305 0.00964519 0.0349724 -0.00752839
Vertex 30306 0.0104643 0.0346107 -0.00703394
Vertex 30307 0.0113316 0.0343299 -0.00659923
Vertex 30308 0.012373 0.0343732 -0.00643255
Vertex 30309 0.0133691 0.0343357 -0.00620151
Vertex 30310 0.0144149 0.0343798 -0.00603429
Vertex 30311 0.0155008 0.0345049 -0.00593057
Vertex 30312 0.0166749 0.0347919 -0.00596505
Vertex 30313 0.0178069 0.0349979 -0.00592782
Vertex 30314 0.0188028 0.0349604 -0.00569856
Vertex 30315 -0.0794975 0.113845 0.0467655
Vertex 30316 -0.0866192 0.111201 0.0383037
Vertex 30317 -0.0473982 0.0343754 -0.0164682
Vertex 30318 -0.046755 0.0336866 -0.0157033
Vertex 30319 -0.0457551 0.0336493 -0.0154708
Vertex 30320 -0.0447123 0.0336927 -0.0153017
Vertex 30321 -0.0437579 0.0335748 -0.0150071
Vertex 30322 -0.0426699 0.0336999 -0.0149012
Vertex 30323 -0.0416277 0.0337441 -0.014735
Vertex 30324 -0.0405439 0.0338701 -0.0146326
Vertex 30325 -0.0393214 0.0342416 -0.0147308
Vertex 30326 -0.0379695 0.0348544 -0.0150276
Vertex 30327 -0.0364387 0.0357946 -0.0155844
Vertex 30328 -0.034906 0.0367338 -0.0161439
Vertex 30329 -0.0335515 0.0373466 -0.0164398
Vertex 30330 -0.0321536 0.0380399 -0.0168
Vertex 30331 -0.0309758 0.0383278 -0.0168292
Vertex 30332 -0.0298466 0.0385336 -0.0167929
Vertex 30333 -0.028759 0.0386585 -0.0166912
Vertex 30334 -0.027716 0.0387019 -0.0165247
Vertex 30335 -0.026722 0.0386646 -0.0162927
Vertex 30336 -0.0256788 0.0387085 -0.0161237
Vertex 30337 -0.0246803 0.0386712 -0.0158919
Vertex 30338 -0.0236376 0.0387148 -0.0157231
Vertex 30339 -0.0226373 0.0386776 -0.0154938
Vertex 30340 -0.0215973 0.0387212 -0.015323
Vertex 30341 -0.0206008 0.0386838 -0.0150911
Vertex 30342 -0.0195554 0.0387278 -0.0149268
Vertex 30343 -0.0185117 0.0387718 -0.0147573
Vertex 30344 -0.0174724 0.0388154 -0.0145918
Vertex 30345 -0.0164726 0.0387782 -0.0143554
Vertex 30346 -0.0154326 0.0388218 -0.0141873
Vertex 30347 -0.0143909 0.0388658 -0.0140202
Vertex 30348 -0.0133444 0.0389099 -0.0138542
Vertex 30349 -0.0123027 0.0389534 -0.0136872
Vertex 30350 -0.0113051 0.0389162 -0.0134542
Vertex 30351 -0.0102609 0.0389601 -0.0132864
Vertex 30352 -0.00921964 0.0390042 -0.0131222
Vertex 30353 -0.00813465 0.0391286 -0.0130168
Vertex 30354 -0.00718079 0.0390105 -0.0127195
Vertex 30355 -0.00609162 0.0391352 -0.0126175
Vertex 30356 -0.00509715 0.039098 -0.012386
Vertex 30357 -0.00405402 0.0391419 -0.01222
Vertex 30358 -0.00301248 0.0391855 -0.0120497
Vertex 30359 -0.00196639 0.0392296 -0.0118812
Vertex 30360 -0.000924151 0.039273 -0.0117161
Vertex 30361 2.76528e-05 0.0391548 -0.0114154
Vertex 30362 0.00107085 0.0391982 -0.0112505
Vertex 30363 0.00202549 0.0390793 -0.0109499
Vertex 30364 0.00297917 0.0389607 -0.010651
Vertex 30365 0.00397477 0.0389229 -0.0104191
Vertex 30366 0.00488488 0.0387234 -0.0100497
Vertex 30367 0.00583724 0.038604 -0.0097514
Vertex 30368 0.00669982 0.0383228 -0.00932299
Vertex 30369 0.00747563 0.0378784 -0.00876072
Vertex 30370 0.00793957 0.0368635 -0.0077325
Vertex 30371 0.00831626 0.0356874 -0.00657792
Vertex 30372 0.00882514 0.0347544 -0.00561715
Vertex 30373 0.0096904 0.0344726 -0.0051827
Vertex 30374 0.0106458 0.0343542 -0.00488721
Vertex 30375 0.0116887 0.0343979 -0.00472037
Vertex 30376 0.0126883 0.0343606 -0.00448368
Vertex 30377 0.0137309 0.0344041 -0.00431645
Vertex 30378 0.0147267 0.0343671 -0.00408399
Vertex 30379 0.0158163 0.0344928 -0.00398192
Vertex 30380 0.0169437 0.0346991 -0.00395051
Vertex 30381 0.0181231 0.0349865 -0.00397885
Vertex 30382 0.0191194 0.0349494 -0.00374623
Vertex 30383 0.0201589 0.0349933 -0.00358051
Vertex 30384 -0.0483458 0.0338972 -0.0143683
Vertex 30385 -0.0473932 0.0337786 -0.0140697
Vertex 30386 -0.0464803 0.0335784 -0.0137021
Vertex 30387 -0.0454814 0.0335414 -0.0134702
Vertex 30388 -0.0444408 0.0335855 -0.0133031
Vertex 30389 -0.0433987 0.03363 -0.0131325
Vertex 30390 -0.042312 0.0337552 -0.0130352
Vertex 30391 -0.0412672 0.0338015 -0.0128657
Vertex 30392 -0.0399614 0.0343338 -0.0130933
Vertex 30393 -0.0384749 0.0351927 -0.0135871
Vertex 30394 -0.0368535 0.0362973 -0.0142764
Vertex 30395 -0.035233 0.0374002 -0.014964
Vertex 30396 -0.0338336 0.0380945 -0.0153271
Vertex 30397 -0.0326136 0.0384639 -0.0154224
Vertex 30398 -0.0314842 0.0386701 -0.0153847
Vertex 30399 -0.0304851 0.038633 -0.015152
Vertex 30400 -0.0294449 0.038677 -0.0149866
Vertex 30401 -0.0284012 0.038721 -0.0148192
Vertex 30402 -0.0274016 0.0386836 -0.0145853
Vertex 30403 -0.0264035 0.0386467 -0.0143525
Vertex 30404 -0.0253618 0.0386908 -0.0141849
Vertex 30405 -0.0243199 0.0387345 -0.0140132
Vertex 30406 -0.0233223 0.0386973 -0.0137829
Vertex 30407 -0.0223249 0.0386602 -0.0135496
Vertex 30408 -0.0212803 0.0387041 -0.0133833
Vertex 30409 -0.0202818 0.0386671 -0.01315
Vertex 30410 -0.0192403 0.0387115 -0.0129795
Vertex 30411 -0.0181528 0.0388364 -0.0128782
Vertex 30412 -0.0171592 0.0387994 -0.0126424
Vertex 30413 -0.0161127 0.0388433 -0.0124778
Vertex 30414 -0.0151158 0.0388065 -0.0122456
Vertex 30415 -0.0140304 0.0389318 -0.0121434
Vertex 30416 -0.0129858 0.0389757 -0.0119758
Vertex 30417 -0.0119878 0.0389387 -0.0117395
Vertex 30418 -0.0109443 0.0389825 -0.0115729
Vertex 30419 -0.00994817 0.0389455 -0.0113423
Vertex 30420 -0.00890819 0.0389895 -0.0111716
Vertex 30421 -0.00790609 0.0389527 -0.0109414
Vertex 30422 -0.00682217 0.0390777 -0.0108403
Vertex 30423 -0.00582403 0.0390405 -0.0106025
Vertex 30424 -0.00477881 0.0390844 -0.0104359
Vertex 30425 -0.00378208 0.0390472 -0.0102032
Vertex 30426 -0.00278761 0.0390101 -0.00997081
Vertex 30427 -0.00169837 0.0391357 -0.00987107
Vertex 30428 -0.000654571 0.0391799 -0.00969942
Vertex 30429 0.00038562 0.0392239 -0.00953586
Vertex 30430 0.00142887 0.0392678 -0.00936829
Vertex 30431 0.00242681 0.0392303 -0.00913048
Vertex 30432 0.00333349 0.0390305 -0.00876711
Vertex 30433 0.0043349 0.0389929 -0.00853324
Vertex 30434 0.00532997 0.0389553 -0.00830106
Vertex 30435 0.00615023 0.0385922 -0.00780619
Vertex 30436 0.00679264 0.0379024 -0.00704418
Vertex 30437 0.00707963 0.0365612 -0.00575515
Vertex 30438 0.00732004 0.0351406 -0.00439972
Vertex 30439 0.00800811 0.0345328 -0.00370443
Vertex 30440 0.00896308 0.0344141 -0.00340754
Vertex 30441 0.00991822 0.0342953 -0.00310719
Vertex 30442 0.0109143 0.034258 -0.00287102
Vertex 30443 0.0119118 0.0342207 -0.00263798
Vertex 30444 0.0129551 0.034265 -0.00247291
Vertex 30445 0.0139965 0.0343089 -0.00230394
Vertex 30446 0.01504 0.0343531 -0.00213727
Vertex 30447 0.0160414 0.0343167 -0.00190332
Vertex 30448 0.0171692 0.0345228 -0.00186568
Vertex 30449 0.0183024 0.0347298 -0.00182982
Vertex 30450 0.0193458 0.0347743 -0.00166328
Vertex 30451 0.0203856 0.0348183 -0.00149748
Vertex 30452 0.0214264 0.0348625 -0.00133145
Vertex 30453 -0.0511515 0.0337361 -0.0129379
Vertex 30454 -0.0501127 0.0337803 -0.0127711
Vertex 30455 -0.0491155 0.0337431 -0.0125383
Vertex 30456 -0.0482072 0.0335431 -0.012174
Vertex 30457 -0.0472097 0.0335059 -0.0119372
Vertex 30458 -0.0461631 0.0335506 -0.0117706
Vertex 30459 -0.0451218 0.0335948 -0.0116042
Vertex 30460 -0.0440813 0.0336392 -0.0114358
Vertex 30461 -0.0429934 0.0337652 -0.0113325
Vertex 30462 -0.0419504 0.0338103 -0.0111665
Vertex 30463 -0.0407326 0.0341812 -0.0112599
Vertex 30464 -0.0391998 0.0351247 -0.0118182
Vertex 30465 -0.0372246 0.0368821 -0.0130308
Vertex 30466 -0.0356475 0.0379034 -0.0136529
Vertex 30467 -0.0343818 0.038354 -0.0138166
Vertex 30468 -0.0332986 0.0384796 -0.0137148
Vertex 30469 -0.0322103 0.0386054 -0.0136114
Vertex 30470 -0.0311673 0.0386498 -0.0134468
Vertex 30471 -0.0301276 0.038694 -0.0132786
Vertex 30472 -0.0291276 0.0386567 -0.0130433
Vertex 30473 -0.0281279 0.03862 -0.0128123
Vertex 30474 -0.02709 0.0386639 -0.0126398
Vertex 30475 -0.0260906 0.0386266 -0.0124061
Vertex 30476 -0.0250932 0.0385898 -0.0121739
Vertex 30477 -0.0240513 0.0386342 -0.0120079
Vertex 30478 -0.0230054 0.0386784 -0.0118395
Vertex 30479 -0.0220085 0.0386415 -0.0116054
Vertex 30480 -0.0209665 0.0386858 -0.0114366
Vertex 30481 -0.0199243 0.0387302 -0.0112686
Vertex 30482 -0.0188821 0.0387745 -0.0111028
Vertex 30483 -0.0178849 0.0387376 -0.0108688
Vertex 30484 -0.0167991 0.0388632 -0.0107644
Vertex 30485 -0.0158011 0.0388262 -0.0105326
Vertex 30486 -0.0147562 0.0388704 -0.0103641
Vertex 30487 -0.0137593 0.0388335 -0.0101314
Vertex 30488 -0.0127163 0.038878 -0.00996632
Vertex 30489 -0.011676 0.0389222 -0.00979553
Vertex 30490 -0.010631 0.0389663 -0.00962591
Vertex 30491 -0.00963497 0.0389293 -0.00939263
Vertex 30492 -0.00858939 0.0389741 -0.00922854
Vertex 30493 -0.00754786 0.039018 -0.00905888
Vertex 30494 -0.00655213 0.0389811 -0.00882376
Vertex 30495 -0.00551112 0.0390255 -0.00865823
Vertex 30496 -0.00446475 0.03907 -0.00848801
Vertex 30497 -0.00342216 0.0391144 -0.00832149
Vertex 30498 -0.00238392 0.0391586 -0.00815532
Vertex 30499 -0.00138514 0.0391216 -0.00791905
Vertex 30500 -0.000296991 0.0392472 -0.00781836
Vertex 30501 0.000702847 0.0392103 -0.00758345
Vertex 30502 0.00174509 0.0392548 -0.00741822
Vertex 30503 0.0027861 0.0392982 -0.00725238
Vertex 30504 0.00369465 0.0390982 -0.00688719
Vertex 30505 0.00460237 0.0388981 -0.00652166
Vertex 30506 0.0054202 0.0385344 -0.0060218
Vertex 30507 0.00584239 0.0374362 -0.00493399
Vertex 30508 0.00590625 0.0356875 -0.00331654
Vertex 30509 0.00641806 0.0347537 -0.00236123
Vertex 30510 0.0072822 0.0344718 -0.00192729
Vertex 30511 0.00819303 0.0342719 -0.00156322
Vertex 30512 0.00918856 0.0342345 -0.00132638
Vertex 30513 0.0101881 0.0341976 -0.00109267
Vertex 30514 0.0112322 0.0342419 -0.000927635
Vertex 30515 0.0122273 0.0342048 -0.000691958
Vertex 30516 0.013224 0.0341678 -0.000459678
Vertex 30517 0.0142697 0.034212 -0.000289798
Vertex 30518 0.015268 0.0341755 -6.02454e-05
Vertex 30519 0.0163555 0.0343012 4.3653e-05
Vertex 30520 0.0173961 0.0343459 0.000212982
Vertex 30521 0.0185266 0.0345532 0.000246197
Vertex 30522 0.019656 0.0347604 0.000281692
Vertex 30523 0.0207021 0.0348049 0.000449352
Vertex 30524 0.0217437 0.0348491 0.000619009
Vertex 30525 0.0227875 0.0348957 0.00078699
Vertex 30526 0.0242713 0.035754 0.000294462
Vertex 30527 0.0256228 0.0363687 8.49366e-07
Vertex 30528 0.0267602 0.0365817 2.43485e-05
Vertex 30529 0.0278638 0.0367181 0.000104301
Vertex 30530 0.0289317 0.0369927 0.000264038
Vertex 30531 0.0302324 0.0374168 2.32521e-05
Vertex 30532 0.0314571 0.0378867 -6.50808e-05
Vertex 30533 0.0348962 0.0387881 -4.46661e-05
Vertex 30534 0.0360448 0.0392022 -6.35907e-05
Vertex 30535 -0.0547852 0.0339346 -0.0120065
Vertex 30536 -0.0538286 0.0338166 -0.0117099
Vertex 30537 -0.0528343 0.0337802 -0.0114802
Vertex 30538 -0.0518373 0.0337424 -0.0112411
Vertex 30539 -0.0509699 0.0334609 -0.0108109
Vertex 30540 -0.0499299 0.0335056 -0.0106454
Vertex 30541 -0.0488841 0.0335499 -0.0104742
Vertex 30542 -0.0478863 0.033513 -0.0102384
Vertex 30543 -0.0468922 0.0334761 -0.010008
Vertex 30544 -0.0457572 0.0336839 -0.00997088
Vertex 30545 -0.0447583 0.0336472 -0.00973579
Vertex 30546 -0.0437169 0.0336921 -0.00956971
Vertex 30547 -0.0426307 0.0338188 -0.00946517
Vertex 30548 -0.0414552 0.0341096 -0.00949275
Vertex 30549 -0.0398827 0.035133 -0.0101165
Vertex 30550 -0.037907 0.0368934 -0.0113278
Vertex 30551 -0.0361046 0.0383233 -0.0122787
Vertex 30552 -0.0350636 0.0383682 -0.0121121
Vertex 30553 -0.0339799 0.0384942 -0.0120095
Vertex 30554 -0.032893 0.0386199 -0.0119052
Vertex 30555 -0.0318926 0.0385829 -0.0116716
Vertex 30556 -0.0308995 0.0385461 -0.0114399
Vertex 30557 -0.029898 0.0385093 -0.0112051
Vertex 30558 -0.0288553 0.0385536 -0.0110371
Vertex 30559 -0.0278584 0.0385169 -0.0108032
Vertex 30560 -0.0268181 0.0385613 -0.0106363
Vertex 30561 -0.0258632 0.0384431 -0.0103374
Vertex 30562 -0.0247746 0.0385687 -0.0102357
Vertex 30563 -0.0238211 0.0384511 -0.00993154
Vertex 30564 -0.022737 0.0385766 -0.00982941
Vertex 30565 -0.0216948 0.0386212 -0.00966204
Vertex 30566 -0.0206962 0.0385843 -0.00942784
Vertex 30567 -0.0196521 0.0386292 -0.00926197
Vertex 30568 -0.0186112 0.0386738 -0.00909396
Vertex 30569 -0.0175711 0.0387182 -0.00892429
Vertex 30570 -0.016526 0.0387631 -0.00875803
Vertex 30571 -0.0154839 0.0388074 -0.00858919
Vertex 30572 -0.0144887 0.0387707 -0.00835843
Vertex 30573 -0.0134464 0.0388153 -0.00818864
Vertex 30574 -0.0124032 0.0388598 -0.00801871
Vertex 30575 -0.0114057 0.038823 -0.00778731
Vertex 30576 -0.010362 0.0388675 -0.00761727
Vertex 30577 -0.00936568 0.0388306 -0.00738531
Vertex 30578 -0.00827497 0.0389568 -0.00728452
Vertex 30579 -0.00727995 0.0389199 -0.00704692
Vertex 30580 -0.00623443 0.0389648 -0.00688285
Vertex 30581 -0.00519498 0.0390091 -0.00671136
Vertex 30582 -0.00415439 0.0390536 -0.00654274
Vertex 30583 -0.00310937 0.0390986 -0.00637767
Vertex 30584 -0.00206815 0.039143 -0.00620903
Vertex 30585 -0.00106791 0.0391062 -0.00597311
Vertex 30586 -2.85469e-05 0.0391507 -0.00580542
Vertex 30587 0.000968412 0.0391138 -0.00557511
Vertex 30588 0.0020129 0.0391581 -0.00540617
Vertex 30589 0.00296745 0.0390391 -0.00510833
Vertex 30590 0.00382899 0.0387567 -0.00467455
Vertex 30591 0.00438439 0.037904 -0.00378653
Vertex 30592 0.00466861 0.0365644 -0.00250089
Vertex 30593 0.00482377 0.0349755 -0.00101746
Vertex 30594 0.00555777 0.034446 -0.000384949
Vertex 30595 0.00646739 0.0342464 -2.28584e-05
Vertex 30596 0.00742257 0.034128 0.000278711
Vertex 30597 0.00846054 0.0341727 0.000449307
Vertex 30598 0.00941817 0.0340541 0.000745803
Vertex 30599 0.0104604 0.0340987 0.00091581
Vertex 30600 0.0114556 0.0340617 0.001148
Vertex 30601 0.0125 0.0341066 0.00131673
Vertex 30602 0.0135389 0.0341511 0.00148413
Vertex 30603 0.0145856 0.0341976 0.00165401
Vertex 30604 0.01567 0.0343236 0.00175615
Vertex 30605 0.0167125 0.0343686 0.00192575
Vertex 30606 0.0177557 0.0344112 0.00209212
Vertex 30607 0.0187103 0.0342934 0.0023932
Vertex 30608 0.01975 0.0343373 0.00255688
Vertex 30609 0.0208395 0.034464 0.00266226
Vertex 30610 0.0219677 0.0346711 0.00269802
Vertex 30611 0.02301 0.0347163 0.00286296
Vertex 30612 0.0240528 0.0347605 0.00303304
Vertex 30613 0.0250957 0.0348061 0.00319961
Vertex 30614 0.0263615 0.0352587 0.00303932
Vertex 30615 0.0274937 0.0354669 0.00307886
Vertex 30616 0.0287584 0.0359201 0.00291435
Vertex 30617 0.0299331 0.0362092 0.00288494
Vertex 30618 0.0310235 0.0363382 0.00298341
Vertex 30619 0.0322412 0.0368006 0.00286913
Vertex 30620 0.0335361 0.0372674 0.00265432
Vertex 30621 0.0348792 0.0378052 0.00236551
Vertex 30622 0.0360001 0.0381146 0.00239588
Vertex 30623 0.0372047 0.0385834 0.00228863
Vertex 30624 0.0383914 0.0390949 0.00219016
Vertex 30625 -0.0712974 0.0669397 0.02531
Vertex 30626 -0.058681 0.0336414 -0.0106847
Vertex 30627 -0.0576816 0.0336048 -0.0104516
Vertex 30628 -0.0566419 0.0336495 -0.0102846
Vertex 30629 -0.0556017 0.0336949 -0.0101219
Vertex 30630 -0.0546426 0.0335759 -0.00981752
Vertex 30631 -0.053649 0.0335392 -0.00958395
Vertex 30632 -0.0526941 0.0334208 -0.00928256
Vertex 30633 -0.0516521 0.0334655 -0.0091126
Vertex 30634 -0.0506516 0.033429 -0.00887801
Vertex 30635 -0.0496093 0.0334738 -0.00871292
Vertex 30636 -0.0485683 0.0335187 -0.00854361
Vertex 30637 -0.0475261 0.0335634 -0.00837623
Vertex 30638 -0.0465291 0.0335268 -0.00814027
Vertex 30639 -0.0454406 0.0336534 -0.00804117
Vertex 30640 -0.0444005 0.0336982 -0.00787213
Vertex 30641 -0.0433556 0.0337438 -0.00770024
Vertex 30642 -0.0422261 0.0339521 -0.0076663
Vertex 30643 -0.0409612 0.0344092 -0.00782476
Vertex 30644 -0.0385893 0.036902 -0.00962928
Vertex 30645 -0.036834 0.0382539 -0.0105119
Vertex 30646 -0.0357494 0.0383801 -0.010405
Vertex 30647 -0.0347052 0.0384254 -0.0102399
Vertex 30648 -0.0336174 0.0385515 -0.0101375
Vertex 30649 -0.0326229 0.0385148 -0.00990233
Vertex 30650 -0.0316228 0.0384779 -0.00967109
Vertex 30651 -0.0306251 0.038441 -0.00943325
Vertex 30652 -0.0296256 0.0384042 -0.00919904
Vertex 30653 -0.0286315 0.0383676 -0.00896928
Vertex 30654 -0.0275879 0.0384125 -0.00879832
Vertex 30655 -0.0265472 0.0384572 -0.00862977
Vertex 30656 -0.0255449 0.0384207 -0.00839698
Vertex 30657 -0.0245074 0.0384654 -0.0082311
Vertex 30658 -0.0234618 0.0385102 -0.00806272
Vertex 30659 -0.0224668 0.0384735 -0.00782567
Vertex 30660 -0.0214231 0.0385184 -0.00765668
Vertex 30661 -0.0204228 0.0384821 -0.0074254
Vertex 30662 -0.0193391 0.0386082 -0.00732295
Vertex 30663 -0.0182966 0.038653 -0.00715499
Vertex 30664 -0.0172971 0.0386165 -0.00691824
Vertex 30665 -0.0162113 0.0387427 -0.00681752
Vertex 30666 -0.0152122 0.0387061 -0.0065833
Vertex 30667 -0.0141697 0.038751 -0.00641336
Vertex 30668 -0.0131274 0.0387957 -0.00624825
Vertex 30669 -0.0121322 0.038759 -0.00601251
Vertex 30670 -0.011089 0.038804 -0.005846
Vertex 30671 -0.0100479 0.0388486 -0.00567581
Vertex 30672 -0.00904748 0.0388121 -0.00544357
Vertex 30673 -0.00800869 0.0388567 -0.00527149
Vertex 30674 -0.00696577 0.0389018 -0.00510709
Vertex 30675 -0.00592104 0.0389465 -0.0049376
Vertex 30676 -0.00492317 0.0389099 -0.00470281
Vertex 30677 -0.0038834 0.0389548 -0.00453366
Vertex 30678 -0.00283875 0.0389996 -0.00436591
Vertex 30679 -0.00179731 0.0390446 -0.00419837
Vertex 30680 -0.000753868 0.0390895 -0.00403098
Vertex 30681 0.000289503 0.0391337 -0.00386275
Vertex 30682 0.00124143 0.0390154 -0.00356473
Vertex 30683 0.0021495 0.0388151 -0.00319944
Vertex 30684 0.00292266 0.0383702 -0.00263564
Vertex 30685 0.00334505 0.0372684 -0.00154693
Vertex 30686 0.00349851 0.0356817 -6.66678e-05
Vertex 30687 0.00396334 0.0346642 0.000955872
Vertex 30688 0.00478616 0.0342999 0.00145343
Vertex 30689 0.00569406 0.0341002 0.00181761
Vertex 30690 0.00669444 0.0340637 0.00205518
Vertex 30691 0.00773677 0.0341095 0.00222437
Vertex 30692 0.00886878 0.0343168 0.00225753
Vertex 30693 0.00991096 0.0343624 0.00242681
Vertex 30694 0.0109499 0.0344084 0.00259617
Vertex 30695 0.011996 0.0344545 0.00276628
Vertex 30696 0.0130382 0.0344991 0.00293188
Vertex 30697 0.0141672 0.0347073 0.00296826
Vertex 30698 0.0153865 0.0350801 0.00287497
Vertex 30699 0.016475 0.0352036 0.002978
Vertex 30700 0.0174262 0.0350846 0.00327627
Vertex 30701 0.0183334 0.0348857 0.00364336
Vertex 30702 0.0192462 0.0346832 0.00400718
Vertex 30703 0.020155 0.0344845 0.00437508
Vertex 30704 0.0211096 0.0343656 0.00467028
Vertex 30705 0.022195 0.0344915 0.00477409
Vertex 30706 0.0231948 0.0344554 0.00500709
Vertex 30707 0.0242808 0.034582 0.00510919
Vertex 30708 0.0253641 0.0347082 0.00521179
Vertex 30709 0.0264528 0.0348348 0.00531809
Vertex 30710 0.0275416 0.0349624 0.00541796
Vertex 30711 0.0287147 0.0352518 0.00538775
Vertex 30712 0.029758 0.0352966 0.00556049
Vertex 30713 0.0309311 0.0355864 0.0055308
Vertex 30714 0.0323006 0.0361518 0.00522301
Vertex 30715 0.0334512 0.0365216 0.00521608
Vertex 30716 0.0346158 0.0369318 0.00517598
Vertex 30717 0.0359007 0.0374161 0.00496434
Vertex 30718 0.0372544 0.0379189 0.00466817
Vertex 30719 0.0385114 0.038461 0.00447642
Vertex 30720 0.0398172 0.0390737 0.00420564
Vertex 30721 -0.0704829 0.066568 0.025804
Vertex 30722 -0.0750442 0.11265 0.048722
Vertex 30723 -0.0614467 0.0335533 -0.00933279
Vertex 30724 -0.0604012 0.0335984 -0.00916237
Vertex 30725 -0.0593595 0.0336431 -0.00899455
Vertex 30726 -0.0584052 0.033525 -0.00869675
Vertex 30727 -0.057411 0.0334884 -0.00846165
Vertex 30728 -0.0564565 0.03337 -0.00815977
Vertex 30729 -0.0554108 0.0334149 -0.00799207
Vertex 30730 -0.0544171 0.0333785 -0.00775516
Vertex 30731 -0.0533709 0.0334238 -0.0075905
Vertex 30732 -0.0523328 0.0334686 -0.00741897
Vertex 30733 -0.0513331 0.0334323 -0.00718543
Vertex 30734 -0.0502892 0.0334774 -0.00701976
Vertex 30735 -0.0492467 0.0335224 -0.00684693
Vertex 30736 -0.0482055 0.0335674 -0.00667883
Vertex 30737 -0.0472066 0.033531 -0.00644781
Vertex 30738 -0.0461681 0.033576 -0.00628041
Vertex 30739 -0.0451234 0.0336213 -0.00611106
Vertex 30740 -0.0440788 0.0336672 -0.00594116
Vertex 30741 -0.0429498 0.0338754 -0.00590515
Vertex 30742 -0.0418663 0.0340021 -0.00580283
Vertex 30743 -0.0396703 0.036174 -0.00733977
Vertex 30744 -0.0374695 0.0383458 -0.0088734
Vertex 30745 -0.0364291 0.0383909 -0.00870817
Vertex 30746 -0.0354329 0.0383545 -0.00847377
Vertex 30747 -0.0343438 0.0384811 -0.00836679
Vertex 30748 -0.033348 0.0384446 -0.00813352
Vertex 30749 -0.0323055 0.0384897 -0.00796454
Vertex 30750 -0.0313094 0.0384531 -0.00773361
Vertex 30751 -0.0303114 0.0384164 -0.0075003
Vertex 30752 -0.029312 0.0383797 -0.00726542
Vertex 30753 -0.0283123 0.0383433 -0.00703005
Vertex 30754 -0.0272728 0.0383881 -0.00686007
Vertex 30755 -0.0262755 0.0383516 -0.00662702
Vertex 30756 -0.0252324 0.0383969 -0.00646059
Vertex 30757 -0.0241881 0.038442 -0.0062907
Vertex 30758 -0.0231474 0.0384868 -0.00611954
Vertex 30759 -0.0221494 0.0384504 -0.005885
Vertex 30760 -0.0210631 0.0385773 -0.00578617
Vertex 30761 -0.0200635 0.0385408 -0.00554998
Vertex 30762 -0.0190244 0.0385858 -0.00538325
Vertex 30763 -0.0180225 0.0385494 -0.00514634
Vertex 30764 -0.0169827 0.0385945 -0.00497776
Vertex 30765 -0.0158939 0.0387206 -0.00487532
Vertex 30766 -0.0149445 0.0386028 -0.00457425
Vertex 30767 -0.0138558 0.0387296 -0.0044727
Vertex 30768 -0.012858 0.0386932 -0.00424091
Vertex 30769 -0.0118175 0.0387383 -0.00407256
Vertex 30770 -0.0107728 0.0387832 -0.00390135
Vertex 30771 -0.00977658 0.0387467 -0.00366788
Vertex 30772 -0.00877818 0.0387104 -0.00343461
Vertex 30773 -0.00769265 0.0388371 -0.00333188
Vertex 30774 -0.0066489 0.0388823 -0.00316153
Vertex 30775 -0.00560731 0.0389273 -0.00299633
Vertex 30776 -0.00460988 0.0388908 -0.00276124
Vertex 30777 -0.0035205 0.039017 -0.00265492
Vertex 30778 -0.00256734 0.0388997 -0.00235847
Vertex 30779 -0.0014827 0.0390261 -0.00225591
Vertex 30780 -0.000484271 0.038989 -0.00201961
Vertex 30781 0.000468869 0.0388702 -0.00172096
Vertex 30782 0.00133195 0.0385877 -0.00128958
Vertex 30783 0.00197552 0.0378956 -0.000532016
Vertex 30784 0.00221584 0.0364728 0.00081639
Vertex 30785 0.00250327 0.0351261 0.00210209
Vertex 30786 0.00314961 0.0344334 0.00286196
Vertex 30787 0.00401259 0.0341521 0.00329327
Vertex 30788 0.0049695 0.0340349 0.00359293
Vertex 30789 0.00605345 0.0341614 0.00369541
Vertex 30790 0.00709964 0.0342068 0.00386204
Vertex 30791 0.00822806 0.0344179 0.00390084
Vertex 30792 0.00958242 0.0350342 0.0036093
Vertex 30793 0.0106658 0.0351593 0.00371028
Vertex 30794 0.0117524 0.0352863 0.00381322
Vertex 30795 0.0128834 0.035495 0.00385056
Vertex 30796 0.0140143 0.0357038 0.00388789
Vertex 30797 0.0153228 0.0362397 0.00366285
Vertex 30798 0.0162763 0.0361212 0.00396256
Vertex 30799 0.0171854 0.035921 0.00432788
Vertex 30800 0.0180082 0.0355585 0.00482766
Vertex 30801 0.0189142 0.0353585 0.00519133
Vertex 30802 0.0198267 0.035157 0.00555798
Vertex 30803 0.0207355 0.0349558 0.0059225
Vertex 30804 0.0216001 0.0346735 0.00635285
Vertex 30805 0.0224671 0.0343921 0.00678503
Vertex 30806 0.0234619 0.0343557 0.00702041
Vertex 30807 0.024593 0.0345639 0.00705834
Vertex 30808 0.0256371 0.0346096 0.00722464
Vertex 30809 0.0267233 0.0347365 0.00732658
Vertex 30810 0.0277666 0.0347822 0.00749516
Vertex 30811 0.0288939 0.0349903 0.0075309
Vertex 30812 0.0299365 0.0350356 0.00770058
Vertex 30813 0.0310703 0.0352449 0.00774073
Vertex 30814 0.0322458 0.0355363 0.00770856
Vertex 30815 0.0335552 0.036072 0.00748554
Vertex 30816 0.0348194 0.0365264 0.00732462
Vertex 30817 0.0360751 0.0370336 0.00715793
Vertex 30818 0.0374618 0.0376657 0.00680115
Vertex 30819 0.0387381 0.0381712 0.0065938
Vertex 30820 0.0400498 0.0387801 0.0063192
Vertex 30821 -0.0696571 0.0662079 0.0262916
Vertex 30822 -0.0688031 0.0659098 0.026726
Vertex 30823 -0.079479 0.1087 0.0330138
Vertex 30824 -0.0695902 0.113495 0.0492959
Vertex 30825 -0.0908243 0.114994 0.023547
Vertex 30826 -0.0581295 0.0643065 0.0321224
Vertex 30827 -0.0641215 0.0336259 -0.00810847
Vertex 30828 -0.0630768 0.0336712 -0.00794186
Vertex 30829 -0.0620809 0.0336347 -0.00771095
Vertex 30830 -0.0610844 0.0335982 -0.00747508
Vertex 30831 -0.0601285 0.0334799 -0.007174
Vertex 30832 -0.0591321 0.0334434 -0.0069378
Vertex 30833 -0.0581339 0.0334069 -0.00670381
Vertex 30834 -0.0571361 0.0333705 -0.00647115
Vertex 30835 -0.056091 0.0334157 -0.00629765
Vertex 30836 -0.0550956 0.0333795 -0.00606735
Vertex 30837 -0.0540526 0.0334248 -0.00589512
Vertex 30838 -0.0530523 0.0333885 -0.00566149
Vertex 30839 -0.0520123 0.033434 -0.00549431
Vertex 30840 -0.0509261 0.0335608 -0.00538789
Vertex 30841 -0.049929 0.0335244 -0.00515732
Vertex 30842 -0.0489307 0.0334882 -0.00491951
Vertex 30843 -0.0478872 0.0335336 -0.00475407
Vertex 30844 -0.0468444 0.033579 -0.0045851
Vertex 30845 -0.0458025 0.0336244 -0.00441422
Vertex 30846 -0.0447604 0.0336698 -0.00424497
Vertex 30847 -0.043721 0.033715 -0.00407894
Vertex 30848 -0.0426327 0.0338426 -0.00397459
Vertex 30849 -0.0415043 0.0340515 -0.0039392
Vertex 30850 -0.0380666 0.0385186 -0.00730796
Vertex 30851 -0.0372457 0.0381548 -0.00680953
Vertex 30852 -0.0361586 0.0382819 -0.0067057
Vertex 30853 -0.0350693 0.0384092 -0.00660408
Vertex 30854 -0.0340295 0.0384544 -0.00643688
Vertex 30855 -0.0330305 0.0384181 -0.00620006
Vertex 30856 -0.0319894 0.0384633 -0.00603174
Vertex 30857 -0.0309909 0.0384268 -0.00579914
Vertex 30858 -0.0299919 0.0383903 -0.00556396
Vertex 30859 -0.0289964 0.0383539 -0.00532847
Vertex 30860 -0.0279974 0.0383174 -0.0050935
Vertex 30861 -0.026997 0.0382812 -0.00486026
Vertex 30862 -0.0259579 0.0383264 -0.00469023
Vertex 30863 -0.0249134 0.0383716 -0.00452352
Vertex 30864 -0.0239185 0.0383353 -0.00428996
Vertex 30865 -0.0228745 0.0383806 -0.00412065
Vertex 30866 -0.0218791 0.0383442 -0.00388387
Vertex 30867 -0.0207908 0.0384714 -0.00378381
Vertex 30868 -0.0197923 0.038435 -0.00354579
Vertex 30869 -0.0187529 0.0384803 -0.00337678
Vertex 30870 -0.0177093 0.0385258 -0.00321073
Vertex 30871 -0.0166687 0.038571 -0.00303984
Vertex 30872 -0.0156709 0.0385345 -0.00280448
Vertex 30873 -0.014626 0.03858 -0.00263697
Vertex 30874 -0.013583 0.0386256 -0.002471
Vertex 30875 -0.0125434 0.0386707 -0.00229897
Vertex 30876 -0.0114977 0.038716 -0.00213082
Vertex 30877 -0.0104996 0.03868 -0.00189881
Vertex 30878 -0.00945842 0.0387253 -0.00172767
Vertex 30879 -0.00841793 0.0387705 -0.00155909
Vertex 30880 -0.00737522 0.0388161 -0.00139235
Vertex 30881 -0.00633129 0.0388612 -0.00122239
Vertex 30882 -0.00533786 0.0388247 -0.000985585
Vertex 30883 -0.00433796 0.0387886 -0.000752538
Vertex 30884 -0.00324909 0.0389153 -0.000648163
Vertex 30885 -0.00225297 0.0388793 -0.00041461
Vertex 30886 -0.00121369 0.0389243 -0.000247464
Vertex 30887 -0.000258207 0.0388058 4.93079e-05
Vertex 30888 0.000471055 0.038278 0.000679374
Vertex 30889 0.000983167 0.0373381 0.00163376
Vertex 30890 0.00122549 0.0359125 0.00298025
Vertex 30891 0.00164525 0.0348132 0.00406568
Vertex 30892 0.00242535 0.0343652 0.00462872
Vertex 30893 0.00333114 0.0341656 0.00499397
Vertex 30894 0.0043328 0.0341303 0.00522853
Vertex 30895 0.00555045 0.034504 0.00513967
Vertex 30896 0.00659366 0.0345497 0.005308
Vertex 30897 0.00767659 0.0346834 0.0054103
Vertex 30898 0.00942926 0.0360304 0.00452751
Vertex 30899 0.0187645 0.036357 0.00611202
Vertex 30900 0.0195848 0.035993 0.00660837
Vertex 30901 0.0204519 0.0357096 0.00704168
Vertex 30902 0.0212269 0.035264 0.00760182
Vertex 30903 0.0220013 0.0348195 0.00816409
Vertex 30904 0.0228246 0.0344564 0.00866393
Vertex 30905 0.0237757 0.0343382 0.00896337
Vertex 30906 0.0248201 0.0343822 0.00913252
Vertex 30907 0.0258636 0.0344283 0.00929921
Vertex 30908 0.0270364 0.0347184 0.00926922
Vertex 30909 0.0280342 0.0346822 0.009507
Vertex 30910 0.0291213 0.0348096 0.00960912
Vertex 30911 0.0302544 0.035019 0.00964843
Vertex 30912 0.0313837 0.0352278 0.00968341
Vertex 30913 0.0324709 0.0353558 0.0097886
Vertex 30914 0.0336899 0.0357287 0.00969367
Vertex 30915 0.0349983 0.0362655 0.0094693
Vertex 30916 0.03635 0.0368836 0.00917982
Vertex 30917 0.0376665 0.0374378 0.0089364
Vertex 30918 0.039051 0.0380783 0.00858362
Vertex 30919 0.0403512 0.038719 0.00830945
Vertex 30920 0.0418337 0.0395215 0.00781447
Vertex 30921 0.043074 0.0401669 0.0073914
Vertex 30922 -0.0679412 0.0656184 0.0271584
Vertex 30923 -0.0768739 0.0698402 0.0216311
Vertex 30924 -0.0761006 0.0693618 0.0222283
Vertex 30925 -0.0805782 0.112389 0.0458728
Vertex 30926 -0.0667502 0.0337781 -0.00695475
Vertex 30927 -0.0657521 0.033742 -0.00672308
Vertex 30928 -0.0647084 0.033787 -0.00655215
Vertex 30929 -0.0637555 0.0336685 -0.00625178
Vertex 30930 -0.0628446 0.0334683 -0.00588606
Vertex 30931 -0.0618946 0.0333508 -0.00558837
Vertex 30932 -0.0608506 0.0333964 -0.00541551
Vertex 30933 -0.0598089 0.0334419 -0.0052474
Vertex 30934 -0.0588111 0.0334057 -0.00501142
Vertex 30935 -0.0577717 0.0334512 -0.00484461
Vertex 30936 -0.0568164 0.0333332 -0.00454462
Vertex 30937 -0.0557727 0.0333786 -0.00437552
Vertex 30938 -0.0547761 0.0333427 -0.00414144
Vertex 30939 -0.0536876 0.0334698 -0.00403732
Vertex 30940 -0.0526923 0.0334338 -0.00380212
Vertex 30941 -0.0516478 0.0334795 -0.00363494
Vertex 30942 -0.0506075 0.0335251 -0.00346549
Vertex 30943 -0.0495662 0.0335706 -0.0032948
Vertex 30944 -0.0485652 0.0335345 -0.00306359
Vertex 30945 -0.0475247 0.0335798 -0.00289187
Vertex 30946 -0.0465281 0.033544 -0.0026564
Vertex 30947 -0.0454423 0.0336713 -0.00255197
Vertex 30948 -0.0444006 0.0337168 -0.00238543
Vertex 30949 -0.0434 0.0336807 -0.00215159
Vertex 30950 -0.0423597 0.0337264 -0.0019814
Vertex 30951 -0.041271 0.0338554 -0.00188008
Vertex 30952 -0.0399669 0.0343914 -0.00210399
Vertex 30953 -0.0367962 0.0383714 -0.00507539
Vertex 30954 -0.0357967 0.0383351 -0.00483874
Vertex 30955 -0.0347516 0.0383809 -0.00467189
Vertex 30956 -0.033711 0.0384262 -0.00450177
Vertex 30957 -0.0327132 0.0383899 -0.00426549
Vertex 30958 -0.0317158 0.0383538 -0.00403424
Vertex 30959 -0.0306743 0.0383989 -0.00386137
Vertex 30960 -0.0297217 0.0382812 -0.0035606
Vertex 30961 -0.0286807 0.0383267 -0.00339493
Vertex 30962 -0.0276376 0.0383723 -0.00322479
Vertex 30963 -0.0266388 0.038336 -0.00299264
Vertex 30964 -0.0256418 0.0382997 -0.00275652
Vertex 30965 -0.0246408 0.0382637 -0.00251941
Vertex 30966 -0.0236004 0.0383091 -0.00235181
Vertex 30967 -0.0225582 0.0383546 -0.00218286
Vertex 30968 -0.0215605 0.0383186 -0.00194746
Vertex 30969 -0.0205171 0.0383642 -0.00178242
Vertex 30970 -0.0194769 0.0384097 -0.0016118
Vertex 30971 -0.018436 0.0384553 -0.00144245
Vertex 30972 -0.0174383 0.038419 -0.00120725
Vertex 30973 -0.0163928 0.0384645 -0.00103951
Vertex 30974 -0.0153967 0.0384283 -0.000805549
Vertex 30975 -0.0143997 0.0383922 -0.000568703
Vertex 30976 -0.0133132 0.0385196 -0.000466347
Vertex 30977 -0.0122712 0.0385653 -0.000297189
Vertex 30978 -0.0112267 0.038611 -0.000125945
Vertex 30979 -0.010188 0.0386565 4.14997e-05
Vertex 30980 -0.00914442 0.0387021 0.000210725
Vertex 30981 -0.00814574 0.0386661 0.000442505
Vertex 30982 -0.00710159 0.0387114 0.00061319
Vertex 30983 -0.00610364 0.0386755 0.000846714
Vertex 30984 -0.00506288 0.0387211 0.00101779
Vertex 30985 -0.00402317 0.0387663 0.0011878
Vertex 30986 -0.00302574 0.0387303 0.00142158
Vertex 30987 -0.00193792 0.0388572 0.00152241
Vertex 30988 -0.00107263 0.0385746 0.00195199
Vertex 30989 -0.000342105 0.0380462 0.00257941
Vertex 30990 7.57538e-05 0.0369473 0.00366537
Vertex 30991 0.00040853 0.0356817 0.00488121
Vertex 30992 0.000965074 0.0348235 0.00577003
Vertex 30993 0.00178793 0.0344587 0.00626566
Vertex 30994 0.0026516 0.0341771 0.00670019
Vertex 30995 0.003605 0.0340592 0.00699628
Vertex 30996 0.00464616 0.034105 0.00716872
Vertex 30997 0.00621941 0.0351341 0.00654928
Vertex 30998 0.00788239 0.0363273 0.00580236
Vertex 30999 0.0208979 0.0359371 0.0087849
Vertex 31000 0.021677 0.0354914 0.00935068
Vertex 31001 0.0225395 0.0352111 0.00978173
Vertex 31002 0.0234483 0.0350084 0.0101439
Vertex 31003 0.0243141 0.0347256 0.0105738
Vertex 31004 0.0251817 0.0344441 0.0110044
Vertex 31005 0.0262204 0.0344897 0.0111735
Vertex 31006 0.0273074 0.0346174 0.0112772
Vertex 31007 0.0283929 0.0347449 0.011384
Vertex 31008 0.0294825 0.0348729 0.0114843
Vertex 31009 0.0305676 0.0350004 0.0115893
Vertex 31010 0.0316541 0.0351286 0.0116939
Vertex 31011 0.0328304 0.0354201 0.0116657
Vertex 31012 0.0339626 0.0356317 0.0117064
Vertex 31013 0.0353133 0.0362497 0.0114171
Vertex 31014 0.036694 0.0368281 0.0111245
Vertex 31015 0.0379749 0.0374097 0.0109015
Vertex 31016 0.0393737 0.0381589 0.0105128
Vertex 31017 0.0409151 0.0390283 0.00994476
Vertex 31018 0.0422611 0.0397457 0.00959333
Vertex 31019 0.0436509 0.0403831 0.00924323
Vertex 31020 0.045017 0.0410596 0.00889517
Vertex 31021 -0.080526 0.109264 0.0359357
Vertex 31022 -0.0789279 0.0699144 0.0158521
Vertex 31023 -0.0781672 0.0694403 0.0164131
Vertex 31024 -0.0774125 0.06897 0.0169693
Vertex 31025 -0.067477 0.0336926 -0.00520632
Vertex 31026 -0.066433 0.0337378 -0.00503676
Vertex 31027 -0.065521 0.0335373 -0.00466605
Vertex 31028 -0.0645229 0.0335011 -0.00443342
Vertex 31029 -0.0635243 0.0334646 -0.00419693
Vertex 31030 -0.0625734 0.0333471 -0.00389969
Vertex 31031 -0.0615294 0.0333928 -0.00373148
Vertex 31032 -0.0605348 0.0333568 -0.0034971
Vertex 31033 -0.0594457 0.0334843 -0.00338966
Vertex 31034 -0.0584915 0.0333664 -0.00308936
Vertex 31035 -0.0574937 0.0333307 -0.00285911
Vertex 31036 -0.0564079 0.0334582 -0.0027528
Vertex 31037 -0.0554099 0.0334223 -0.00251784
Vertex 31038 -0.0543692 0.0334679 -0.00234676
Vertex 31039 -0.0533713 0.0334322 -0.00211203
Vertex 31040 -0.0523266 0.033478 -0.00194369
Vertex 31041 -0.0512875 0.0335238 -0.00177633
Vertex 31042 -0.0502435 0.0335698 -0.00160666
Vertex 31043 -0.0492034 0.0336154 -0.00143623
Vertex 31044 -0.0482041 0.0335795 -0.00119996
Vertex 31045 -0.0471614 0.0336254 -0.00103179
Vertex 31046 -0.046121 0.0336712 -0.000864342
Vertex 31047 -0.0450772 0.0337168 -0.000691764
Vertex 31048 -0.044079 0.0336811 -0.000461832
Vertex 31049 -0.0430409 0.0337266 -0.000289053
Vertex 31050 -0.0419982 0.0337727 -0.000124238
Vertex 31051 -0.0410423 0.0336551 0.000178151
Vertex 31052 -0.0399106 0.033865 0.000215963
Vertex 31053 -0.0388285 0.0339925 0.000319116
Vertex 31054 -0.0354812 0.0383051 -0.00290933
Vertex 31055 -0.0344792 0.0382691 -0.00267158
Vertex 31056 -0.0334383 0.0383149 -0.00250434
Vertex 31057 -0.0323958 0.0383608 -0.00233468
Vertex 31058 -0.0313536 0.0384061 -0.00216621
Vertex 31059 -0.0304023 0.0382885 -0.00186367
Vertex 31060 -0.0293612 0.0383343 -0.00169706
Vertex 31061 -0.0283184 0.0383801 -0.00152859
Vertex 31062 -0.0273216 0.038344 -0.00129213
Vertex 31063 -0.0263218 0.038308 -0.00105771
Vertex 31064 -0.0252778 0.0383536 -0.00088571
Vertex 31065 -0.0242795 0.0383175 -0.000652306
Vertex 31066 -0.0232836 0.0382816 -0.000419572
Vertex 31067 -0.0222409 0.0383275 -0.000251248
Vertex 31068 -0.0212016 0.0383732 -7.87452e-05
Vertex 31069 -0.0202041 0.0383371 0.000156328
Vertex 31070 -0.0191613 0.038383 0.000326194
Vertex 31071 -0.0181173 0.0384288 0.000495732
Vertex 31072 -0.0171212 0.0383927 0.000728518
Vertex 31073 -0.0161203 0.0383572 0.000963241
Vertex 31074 -0.0150366 0.0384845 0.00106724
Vertex 31075 -0.0140374 0.0384483 0.0012996
Vertex 31076 -0.0130394 0.0384127 0.00153612
Vertex 31077 -0.0119534 0.0385403 0.00164014
Vertex 31078 -0.0109134 0.038586 0.0018115
Vertex 31079 -0.00991465 0.0385501 0.00204441
Vertex 31080 -0.00887371 0.0385959 0.0022117
Vertex 31081 -0.00782857 0.0386419 0.00238313
Vertex 31082 -0.0067878 0.0386876 0.00254936
Vertex 31083 -0.00578939 0.0386518 0.00278679
Vertex 31084 -0.00470317 0.038779 0.00289117
Vertex 31085 -0.0037488 0.0386615 0.00318783
Vertex 31086 -0.00270805 0.0387067 0.00335713
Vertex 31087 -0.00180254 0.0385071 0.00372255
Vertex 31088 -0.00115829 0.0378141 0.0044798
Vertex 31089 -0.000693426 0.0367942 0.0054988
Vertex 31090 -0.000271447 0.0356914 0.00658166
Vertex 31091 0.000373363 0.0349968 0.00734292
Vertex 31092 0.00110225 0.0344701 0.00796988
Vertex 31093 0.00201718 0.0342688 0.0083365
Vertex 31094 0.00296971 0.0341513 0.00863676
Vertex 31095 0.00396755 0.0341147 0.00886829
Vertex 31096 0.0049172 0.0339971 0.00916661
Vertex 31097 0.0222999 0.0360441 0.0108303
Vertex 31098 0.0230318 0.0355156 0.0114574
Vertex 31099 0.0237641 0.0349876 0.0120857
Vertex 31100 0.0246298 0.0347052 0.0125163
Vertex 31101 0.0255827 0.034587 0.0128177
Vertex 31102 0.0265802 0.0345508 0.0130494
Vertex 31103 0.0276661 0.034679 0.0131567
Vertex 31104 0.0287557 0.0348074 0.0132587
Vertex 31105 0.0298844 0.0350171 0.0132987
Vertex 31106 0.0309714 0.035145 0.0133989
Vertex 31107 0.0321473 0.0354374 0.0133726
Vertex 31108 0.0333197 0.0357288 0.0133458
Vertex 31109 0.0345426 0.0361041 0.0132537
Vertex 31110 0.0357625 0.0364791 0.0131618
Vertex 31111 0.0371127 0.037099 0.0128773
Vertex 31112 0.0385505 0.0378908 0.0124577
Vertex 31113 0.0398565 0.0384519 0.0122163
Vertex 31114 0.0413373 0.0392631 0.0117259
Vertex 31115 0.0427163 0.0399244 0.0113768
Vertex 31116 0.0440394 0.0405103 0.0110966
Vertex 31117 0.0454742 0.0412367 0.0106737
Vertex 31118 -0.0670784 0.0653289 0.0275882
Vertex 31119 -0.0662043 0.065068 0.0280019
Vertex 31120 -0.0829702 0.111001 0.0428895
Vertex 31121 -0.0653246 0.0648097 0.0284194
Vertex 31122 -0.0697867 0.034416 -0.00452426
Vertex 31123 -0.0690565 0.0338884 -0.00389811
Vertex 31124 -0.0681462 0.033688 -0.00353141
Vertex 31125 -0.0671901 0.0335697 -0.00322908
Vertex 31126 -0.0661933 0.0335338 -0.00299624
Vertex 31127 -0.0651961 0.0334974 -0.00275965
Vertex 31128 -0.0642448 0.0333797 -0.00245942
Vertex 31129 -0.063243 0.0333437 -0.00222576
Vertex 31130 -0.0622051 0.0333895 -0.00205752
Vertex 31131 -0.0611633 0.0334354 -0.00188959
Vertex 31132 -0.0601615 0.0333995 -0.00165181
Vertex 31133 -0.0591204 0.0334451 -0.00148219
Vertex 31134 -0.0581251 0.0334091 -0.00125013
Vertex 31135 -0.0571262 0.0333733 -0.00101401
Vertex 31136 -0.0560415 0.0335011 -0.000906542
Vertex 31137 -0.0550408 0.0334649 -0.000671931
Vertex 31138 -0.0540428 0.0334293 -0.000440359
Vertex 31139 -0.0529595 0.0335568 -0.000338033
Vertex 31140 -0.0519598 0.0335208 -0.000101812
Vertex 31141 -0.0509168 0.0335668 6.7085e-05
Vertex 31142 -0.0498753 0.0336124 0.000239655
Vertex 31143 -0.0488762 0.0335766 0.000473902
Vertex 31144 -0.0478366 0.0336224 0.000642732
Vertex 31145 -0.0467966 0.0336683 0.000813328
Vertex 31146 -0.0457991 0.0336321 0.00104877
Vertex 31147 -0.0447526 0.0336781 0.00121434
Vertex 31148 -0.0437553 0.033642 0.00144997
Vertex 31149 -0.042758 0.0336059 0.00168497
Vertex 31150 -0.0417615 0.03357 0.00191851
Vertex 31151 -0.0407181 0.0336157 0.00208844
Vertex 31152 -0.0397192 0.03358 0.00232461
Vertex 31153 -0.0386792 0.0336259 0.00249375
Vertex 31154 -0.0376403 0.0336717 0.00266115
Vertex 31155 -0.0341168 0.0383136 -0.000825234
Vertex 31156 -0.0331634 0.0381954 -0.000525199
Vertex 31157 -0.0320742 0.0383234 -0.000421092
Vertex 31158 -0.0310333 0.0383692 -0.000250742
Vertex 31159 -0.030037 0.0383331 -1.37538e-05
Vertex 31160 -0.0290376 0.038297 0.000217512
Vertex 31161 -0.0280399 0.038261 0.000453129
Vertex 31162 -0.0269995 0.0383068 0.000625566
Vertex 31163 -0.0260008 0.0382709 0.000860974
Vertex 31164 -0.0249563 0.0383168 0.00102848
Vertex 31165 -0.0239168 0.0383626 0.00119722
Vertex 31166 -0.0229162 0.0383263 0.00143492
Vertex 31167 -0.0219183 0.0382906 0.00166561
Vertex 31168 -0.0208788 0.0383361 0.00183886
Vertex 31169 -0.0198829 0.0383003 0.00206982
Vertex 31170 -0.0188389 0.0383463 0.00224079
Vertex 31171 -0.017795 0.038392 0.00241319
Vertex 31172 -0.0167976 0.0383562 0.00264497
Vertex 31173 -0.0157589 0.038402 0.00281447
Vertex 31174 -0.0147126 0.0384481 0.00298688
Vertex 31175 -0.0136741 0.0384938 0.00315386
Vertex 31176 -0.0126734 0.0384579 0.00339052
Vertex 31177 -0.0116325 0.0385039 0.00355749
Vertex 31178 -0.0105902 0.0385498 0.00372703
Vertex 31179 -0.00955085 0.0385956 0.00389466
Vertex 31180 -0.0085531 0.0385596 0.00412906
Vertex 31181 -0.00750789 0.0386054 0.00429878
Vertex 31182 -0.00651 0.0385696 0.00453582
Vertex 31183 -0.00546749 0.0386155 0.00470576
Vertex 31184 -0.00442631 0.0386612 0.00487339
Vertex 31185 -0.00342977 0.0386245 0.00511046
Vertex 31186 -0.00252234 0.038424 0.00547409
Vertex 31187 -0.00188052 0.0377314 0.00623396
Vertex 31188 -0.00137013 0.0367929 0.00718583
Vertex 31189 -0.00085919 0.0358547 0.00813469
Vertex 31190 -0.000261091 0.0350803 0.00896105
Vertex 31191 0.000514101 0.0346343 0.00952105
Vertex 31192 0.00137957 0.0343513 0.00995357
Vertex 31193 0.00228893 0.0341509 0.0103163
Vertex 31194 0.00333358 0.0341967 0.0104872
Vertex 31195 0.0044664 0.0344032 0.010526
Vertex 31196 0.00514996 0.0337963 0.0112147
Vertex 31197 0.0226207 0.0360088 0.0127544
Vertex 31198 0.0233968 0.0355618 0.0133136
Vertex 31199 0.0241747 0.0351145 0.0138772
Vertex 31200 0.0249955 0.0347512 0.0143719
Vertex 31201 0.0259946 0.0347155 0.014606
Vertex 31202 0.0270369 0.0347621 0.0147774
Vertex 31203 0.0281202 0.0348895 0.0148787
Vertex 31204 0.0292084 0.0350186 0.0149853
Vertex 31205 0.0303366 0.0352283 0.0150252
Vertex 31206 0.0315592 0.035603 0.0149292
Vertex 31207 0.0327757 0.035977 0.0148418
Vertex 31208 0.0339966 0.0363512 0.0147468
Vertex 31209 0.0352163 0.0367258 0.0146563
Vertex 31210 0.0364352 0.0371002 0.0145635
Vertex 31211 0.037787 0.0377202 0.0142753
Vertex 31212 0.0390959 0.0382591 0.0140545
Vertex 31213 0.0404351 0.0389029 0.0137659
Vertex 31214 0.0418277 0.0395362 0.0134182
Vertex 31215 0.0432176 0.0401728 0.0130684
Vertex 31216 0.0445354 0.0407636 0.0127885
Vertex 31217 0.0459347 0.0413813 0.0124396
Vertex 31218 0.0473913 0.0422357 0.0119475
Vertex 31219 -0.0766217 0.068534 0.0175211
Vertex 31220 -0.0705699 0.152776 -0.0468148
Vertex 31221 -0.085825 0.114595 0.0464925
Vertex 31222 -0.0640765 0.0658063 0.0313225
Vertex 31223 -0.0705055 0.0343308 -0.00278598
Vertex 31224 -0.0696847 0.0339658 -0.0022881
Vertex 31225 -0.0688616 0.033602 -0.00179476
Vertex 31226 -0.0678631 0.0335656 -0.00155997
Vertex 31227 -0.06691 0.033448 -0.00125687
Vertex 31228 -0.0658667 0.0334936 -0.00108817
Vertex 31229 -0.0648702 0.0334576 -0.000853911
Vertex 31230 -0.0638759 0.0334217 -0.000619218
Vertex 31231 -0.0628753 0.0333858 -0.000385113
Vertex 31232 -0.0618325 0.0334319 -0.000212632
Vertex 31233 -0.0607902 0.0334775 -4.36679e-05
Vertex 31234 -0.0597937 0.0334415 0.000190139
Vertex 31235 -0.0587952 0.0334058 0.000425547
Vertex 31236 -0.0577571 0.0334518 0.000595927
Vertex 31237 -0.0567145 0.0334976 0.000765085
Vertex 31238 -0.0556704 0.0335434 0.000932366
Vertex 31239 -0.0546754 0.0335075 0.00116676
Vertex 31240 -0.0536324 0.0335534 0.00133593
Vertex 31241 -0.0526315 0.0335173 0.00157493
Vertex 31242 -0.0516371 0.0334814 0.00180973
Vertex 31243 -0.0506374 0.0334455 0.00204379
Vertex 31244 -0.0495533 0.0335732 0.00214603
Vertex 31245 -0.0485565 0.0335372 0.00238031
Vertex 31246 -0.0475589 0.0335011 0.00261705
Vertex 31247 -0.0464698 0.0336288 0.00272222
Vertex 31248 -0.0455143 0.0335109 0.00302189
Vertex 31249 -0.0445167 0.0334752 0.00325528
Vertex 31250 -0.0434764 0.0335212 0.0034233
Vertex 31251 -0.0424368 0.033567 0.00359466
Vertex 31252 -0.0414388 0.033531 0.00382893
Vertex 31253 -0.0403969 0.033577 0.00400031
Vertex 31254 -0.0393536 0.0336231 0.00416845
Vertex 31255 -0.0383106 0.0336688 0.00433881
Vertex 31256 -0.0373144 0.033633 0.00457247
Vertex 31257 -0.0362745 0.033679 0.00474125
Vertex 31258 -0.0352323 0.0337248 0.00491425
Vertex 31259 -0.0317989 0.0382037 0.00155838
Vertex 31260 -0.0307981 0.0381678 0.00179566
Vertex 31261 -0.0297129 0.0382953 0.00190139
Vertex 31262 -0.0287124 0.0382592 0.00213562
Vertex 31263 -0.0277181 0.0382234 0.00237012
Vertex 31264 -0.026674 0.0382695 0.00254021
Vertex 31265 -0.0256326 0.0383152 0.00270994
Vertex 31266 -0.0246346 0.0382795 0.00294393
Vertex 31267 -0.0235934 0.0383252 0.00311252
Vertex 31268 -0.0225936 0.0382891 0.00334965
Vertex 31269 -0.021599 0.0382532 0.00358087
Vertex 31270 -0.0206011 0.0382174 0.00381729
Vertex 31271 -0.0195138 0.038345 0.00392275
Vertex 31272 -0.0185178 0.0383092 0.00415679
Vertex 31273 -0.0174725 0.0383553 0.00432532
Vertex 31274 -0.0164306 0.0384009 0.00449856
Vertex 31275 -0.0154366 0.0383652 0.00473292
Vertex 31276 -0.0143913 0.0384112 0.00490303
Vertex 31277 -0.0133509 0.0384568 0.00507202
Vertex 31278 -0.0123514 0.0384213 0.00530714
Vertex 31279 -0.0113093 0.0384672 0.00547553
Vertex 31280 -0.0102702 0.0385128 0.00564525
Vertex 31281 -0.00927372 0.0384768 0.00588152
Vertex 31282 -0.0081869 0.0386049 0.00598379
Vertex 31283 -0.00718543 0.0385691 0.00621806
Vertex 31284 -0.00614443 0.0386147 0.00639011
Vertex 31285 -0.00514848 0.0385788 0.00662082
Vertex 31286 -0.00415159 0.0385426 0.00685716
Vertex 31287 -0.00319773 0.0384234 0.00715593
Vertex 31288 -0.00251219 0.0378133 0.00785027
Vertex 31289 -0.00195749 0.0369571 0.00873581
Vertex 31290 -0.00140393 0.0361018 0.00962515
Vertex 31291 -0.000757843 0.0354065 0.0103826
Vertex 31292 -2.43522e-05 0.0348774 0.0110061
Vertex 31293 0.000795729 0.0345137 0.0115011
Vertex 31294 0.00170313 0.0343139 0.0118694
Vertex 31295 0.00261537 0.0341134 0.0122343
Vertex 31296 0.00356645 0.0339958 0.0125338
Vertex 31297 0.00465347 0.0341223 0.0126365
Vertex 31298 0.00542741 0.0336773 0.0131964
Vertex 31299 0.0222529 0.0365833 0.0139797
Vertex 31300 0.0228959 0.0358901 0.0147404
Vertex 31301 0.0235861 0.0352777 0.0154316
Vertex 31302 0.0242732 0.0346695 0.0161217
Vertex 31303 0.0252705 0.0346338 0.0163557
Vertex 31304 0.0263999 0.0348437 0.0163952
Vertex 31305 0.0274881 0.0349726 0.0165028
Vertex 31306 0.0285746 0.0351013 0.0166057
Vertex 31307 0.0297936 0.0354746 0.0165125
Vertex 31308 0.0308793 0.0356029 0.0166157
Vertex 31309 0.0321446 0.0360609 0.0164637
Vertex 31310 0.0333636 0.0364347 0.0163708
Vertex 31311 0.0345811 0.0368089 0.0162808
Vertex 31312 0.0358003 0.0371828 0.0161878
Vertex 31313 0.0370638 0.0376395 0.0160314
Vertex 31314 0.0383745 0.038179 0.01581
Vertex 31315 0.0395927 0.0385536 0.0157178
Vertex 31316 0.040988 0.0392554 0.0153655
Vertex 31317 0.0423629 0.0398964 0.0150374
Vertex 31318 0.0436977 0.0404602 0.0147575
Vertex 31319 0.0450791 0.0411084 0.0144119
Vertex 31320 0.0465682 0.041911 0.0139236
Vertex 31321 0.0479919 0.0426572 0.0134999
Vertex 31322 -0.0643967 0.0646443 0.0287462
Vertex 31323 -0.075813 0.0681115 0.0180714
Vertex 31324 -0.0670537 0.071446 0.0363402
Vertex 31325 -0.0829949 0.115554 0.048125
Vertex 31326 -0.0708767 0.0346286 -0.00100073
Vertex 31327 -0.0703883 0.0339052 -0.000577152
Vertex 31328 -0.069479 0.0337046 -0.000209101
Vertex 31329 -0.0685663 0.0335043 0.000153325
Vertex 31330 -0.0675754 0.0334584 0.000400215
Vertex 31331 -0.0665808 0.0334125 0.000644743
Vertex 31332 -0.0655859 0.0333717 0.000880867
Vertex 31333 -0.0645473 0.0334176 0.0010517
Vertex 31334 -0.0635465 0.0333817 0.00128463
Vertex 31335 -0.0625074 0.0334277 0.00145514
Vertex 31336 -0.0614627 0.0334736 0.00162861
Vertex 31337 -0.0604675 0.0334377 0.00185915
Vertex 31338 -0.0594246 0.0334838 0.00203125
Vertex 31339 -0.0583832 0.0335298 0.00219999
Vertex 31340 -0.0573422 0.0335757 0.00237022
Vertex 31341 -0.0563459 0.0335397 0.00260276
Vertex 31342 -0.055347 0.0335038 0.00284205
Vertex 31343 -0.0543042 0.0335497 0.00301212
Vertex 31344 -0.0532618 0.0335957 0.00317772
Vertex 31345 -0.0522651 0.0335597 0.0034159
Vertex 31346 -0.0512658 0.0335234 0.00365116
Vertex 31347 -0.050311 0.033406 0.00395206
Vertex 31348 -0.0492702 0.0334521 0.00412227
Vertex 31349 -0.0481836 0.0335793 0.00422402
Vertex 31350 -0.0472308 0.0334623 0.00452598
Vertex 31351 -0.0461887 0.0335082 0.00469546
Vertex 31352 -0.0451488 0.0335546 0.00486717
Vertex 31353 -0.0441515 0.0335185 0.00510187
Vertex 31354 -0.0431097 0.0335646 0.0052718
Vertex 31355 -0.0420673 0.0336103 0.00544111
Vertex 31356 -0.0410706 0.0335739 0.0056728
Vertex 31357 -0.0400289 0.0336199 0.00584373
Vertex 31358 -0.0389872 0.0336658 0.00601497
Vertex 31359 -0.0379874 0.0336299 0.0062497
Vertex 31360 -0.0369476 0.033676 0.00641963
Vertex 31361 -0.0359021 0.0337218 0.00658675
Vertex 31362 -0.0349082 0.033686 0.00682403
Vertex 31363 -0.0338224 0.0338142 0.00692539
Vertex 31364 -0.0304784 0.0381297 0.00370653
Vertex 31365 -0.0294344 0.0381755 0.00387704
Vertex 31366 -0.0284374 0.0381394 0.00411543
Vertex 31367 -0.0273926 0.0381858 0.00428469
Vertex 31368 -0.026353 0.0382316 0.0044532
Vertex 31369 -0.0253533 0.0381958 0.00468802
Vertex 31370 -0.0243119 0.0382419 0.00485642
Vertex 31371 -0.023273 0.0382876 0.00502865
Vertex 31372 -0.0222759 0.0382517 0.00526325
Vertex 31373 -0.0212772 0.0382158 0.00549847
Vertex 31374 -0.0201912 0.0383436 0.00560257
Vertex 31375 -0.0192343 0.038226 0.00590432
Vertex 31376 -0.018196 0.038272 0.00607299
Vertex 31377 -0.0171544 0.0383178 0.00624466
Vertex 31378 -0.016108 0.038364 0.00641286
Vertex 31379 -0.0150683 0.0384098 0.0065829
Vertex 31380 -0.0140732 0.0383739 0.00681638
Vertex 31381 -0.013074 0.0383381 0.00704947
Vertex 31382 -0.0119886 0.038466 0.00715809
Vertex 31383 -0.0109445 0.0385116 0.00732721
Vertex 31384 -0.00999143 0.0383941 0.00762464
Vertex 31385 -0.00895133 0.0384401 0.00779513
Vertex 31386 -0.00790814 0.0384861 0.0079669
Vertex 31387 -0.00686818 0.0385321 0.0081342
Vertex 31388 -0.00587038 0.038496 0.0083708
Vertex 31389 -0.00482937 0.038542 0.00854039
Vertex 31390 -0.00387451 0.0384228 0.00884205
Vertex 31391 -0.00309828 0.0379762 0.00940157
Vertex 31392 -0.00241231 0.037367 0.0100902
Vertex 31393 -0.00181158 0.0365903 0.0109133
Vertex 31394 -0.00121244 0.0358159 0.011737
Vertex 31395 -0.000525817 0.0352062 0.0124275
Vertex 31396 0.000249699 0.0347599 0.0129869
Vertex 31397 0.00111873 0.0344764 0.0134191
Vertex 31398 0.0020291 0.0342762 0.0137843
Vertex 31399 0.00297843 0.0341587 0.014086
Vertex 31400 0.00393342 0.0340406 0.014385
Vertex 31401 0.00497409 0.0340864 0.0145521
Vertex 31402 0.00592655 0.0339685 0.0148513
Vertex 31403 0.0214461 0.036336 0.0158614
Vertex 31404 0.0222628 0.0359732 0.0163557
Vertex 31405 0.0228628 0.0351973 0.0171792
Vertex 31406 0.0236407 0.0347514 0.0177381
Vertex 31407 0.0246827 0.0347978 0.0179097
Vertex 31408 0.0257679 0.0349257 0.0180133
Vertex 31409 0.0268545 0.0350543 0.018119
Vertex 31410 0.0279852 0.0352646 0.0181572
Vertex 31411 0.0292045 0.0356392 0.0180684
Vertex 31412 0.0303343 0.0358493 0.0181065
Vertex 31413 0.0315086 0.0361416 0.0180806
Vertex 31414 0.032773 0.036599 0.0179277
Vertex 31415 0.0339472 0.0368914 0.0179028
Vertex 31416 0.0352142 0.037348 0.0177424
Vertex 31417 0.0363875 0.037641 0.0177175
Vertex 31418 0.0376971 0.0381803 0.0174952
Vertex 31419 0.0390033 0.0387188 0.0172773
Vertex 31420 0.040265 0.0391745 0.017119
Vertex 31421 0.041574 0.0397142 0.0168995
Vertex 31422 0.0428913 0.0402636 0.016655
Vertex 31423 0.0443703 0.0410834 0.0161644
Vertex 31424 0.0455972 0.0415054 0.0160287
Vertex 31425 0.0470911 0.0422949 0.0155431
Vertex 31426 -0.0634886 0.064446 0.0291098
Vertex 31427 -0.0625249 0.0642497 0.029495
Vertex 31428 -0.0554146 0.0649279 0.0339175
Vertex 31429 -0.0562473 0.0708294 0.0392023
Vertex 31430 -0.0717761 0.0344583 0.000444464
Vertex 31431 -0.0709897 0.0340252 0.000991695
Vertex 31432 -0.0701237 0.0337481 0.00141754
Vertex 31433 -0.0691689 0.0336248 0.00172074
Vertex 31434 -0.0681764 0.0335792 0.00196619
Vertex 31435 -0.0671848 0.0335335 0.00220964
Vertex 31436 -0.0661916 0.0334877 0.00245273
Vertex 31437 -0.0652015 0.0334423 0.00269659
Vertex 31438 -0.0641668 0.0334738 0.00287677
Vertex 31439 -0.0631328 0.0335051 0.0030611
Vertex 31440 -0.0621388 0.0334692 0.00329381
Vertex 31441 -0.0610939 0.0335153 0.00346695
Vertex 31442 -0.0600964 0.0334795 0.00370066
Vertex 31443 -0.0590564 0.0335255 0.00387291
Vertex 31444 -0.0580565 0.0334897 0.00410791
Vertex 31445 -0.0570144 0.0335354 0.00427397
Vertex 31446 -0.0560167 0.0334996 0.00451355
Vertex 31447 -0.0549774 0.0335456 0.00467992
Vertex 31448 -0.053977 0.0335099 0.00491422
Vertex 31449 -0.0529375 0.0335557 0.00508499
Vertex 31450 -0.0519377 0.0335199 0.00532131
Vertex 31451 -0.0508978 0.0335658 0.00549258
Vertex 31452 -0.049902 0.0335302 0.00572664
Vertex 31453 -0.0489003 0.033496 0.00596365
Vertex 31454 -0.0478629 0.0335429 0.00613354
Vertex 31455 -0.0467321 0.0337537 0.00617309
Vertex 31456 -0.0457346 0.0337173 0.00640665
Vertex 31457 -0.0446441 0.0338442 0.00651202
Vertex 31458 -0.0436472 0.0338067 0.00674466
Vertex 31459 -0.0426076 0.0338549 0.0069173
Vertex 31460 -0.0416101 0.0338187 0.00715256
Vertex 31461 -0.0406116 0.0337811 0.00738645
Vertex 31462 -0.0396582 0.0336638 0.00768797
Vertex 31463 -0.0386619 0.0336282 0.00792475
Vertex 31464 -0.0376644 0.0335909 0.0081569
Vertex 31465 -0.0365789 0.0337187 0.00826156
Vertex 31466 -0.035582 0.0336826 0.00849877
Vertex 31467 -0.034538 0.033729 0.00866796
Vertex 31468 -0.0334968 0.033775 0.00883944
Vertex 31469 -0.0324992 0.033739 0.00907408
Vertex 31470 -0.0291577 0.0380555 0.005854
Vertex 31471 -0.0281559 0.0380199 0.00608926
Vertex 31472 -0.0270715 0.0381475 0.00619785
Vertex 31473 -0.0260288 0.0381935 0.00636573
Vertex 31474 -0.0250337 0.0381576 0.00660247
Vertex 31475 -0.0240342 0.0381218 0.00683415
Vertex 31476 -0.0229946 0.0381678 0.00700416
Vertex 31477 -0.0219522 0.0382139 0.00717586
Vertex 31478 -0.0209098 0.0382599 0.00734769
Vertex 31479 -0.0199096 0.0382242 0.00758286
Vertex 31480 -0.0188708 0.0382701 0.00775373
Vertex 31481 -0.0177853 0.0383982 0.00785589
Vertex 31482 -0.0168303 0.0382802 0.00815469
Vertex 31483 -0.0158317 0.0382446 0.00839116
Vertex 31484 -0.0147437 0.0383723 0.00849375
Vertex 31485 -0.0137494 0.0383366 0.00873382
Vertex 31486 -0.0127086 0.0383825 0.00890404
Vertex 31487 -0.0116637 0.0384284 0.00907266
Vertex 31488 -0.0106693 0.0383927 0.00930564
Vertex 31489 -0.00962665 0.0384388 0.00947704
Vertex 31490 -0.00858383 0.0384847 0.0096485
Vertex 31491 -0.00758439 0.038449 0.00988421
Vertex 31492 -0.00654578 0.0384949 0.010053
Vertex 31493 -0.0055446 0.0384588 0.0102869
Vertex 31494 -0.00455042 0.0384226 0.0105194
Vertex 31495 -0.00364368 0.038223 0.0108877
Vertex 31496 -0.00290962 0.037693 0.0115129
Vertex 31497 -0.00226785 0.0370021 0.0122687
Vertex 31498 -0.00162182 0.0363065 0.0130228
Vertex 31499 -0.0009793 0.0356154 0.0137824
Vertex 31500 -0.000245612 0.0350857 0.0144067
Vertex 31501 0.000574283 0.0347216 0.0149023
Vertex 31502 0.00144074 0.0344391 0.0153316
Vertex 31503 0.00239149 0.0343213 0.0156312
Vertex 31504 0.00334696 0.0342028 0.0159318
Vertex 31505 0.00429953 0.0340852 0.0162355
Vertex 31506 0.00534141 0.0341316 0.016402
Vertex 31507 0.00651507 0.0344231 0.0163793
Vertex 31508 0.00746772 0.0343056 0.0166757
Vertex 31509 0.0206783 0.0361727 0.0176735
Vertex 31510 0.0214998 0.0358071 0.0181694
Vertex 31511 0.0219696 0.0347867 0.0191885
Vertex 31512 0.022966 0.0347513 0.0194226
Vertex 31513 0.0240499 0.0348797 0.0195293
Vertex 31514 0.02514 0.0350088 0.0196342
Vertex 31515 0.0262687 0.0352193 0.019674
Vertex 31516 0.0274001 0.0354299 0.0197116
Vertex 31517 0.028615 0.035804 0.0196241
Vertex 31518 0.0297466 0.036015 0.0196643
Vertex 31519 0.0309645 0.0363887 0.0195722
Vertex 31520 0.0321413 0.0366814 0.019545
Vertex 31521 0.0333604 0.037057 0.0194583
Vertex 31522 0.0345357 0.0373492 0.0194302
Vertex 31523 0.0357976 0.0378059 0.0192762
Vertex 31524 0.0370616 0.0382621 0.0191175
Vertex 31525 0.0383256 0.0387198 0.0189634
Vertex 31526 0.0396296 0.0392572 0.0187428
Vertex 31527 0.0409378 0.0397959 0.0185201
Vertex 31528 0.0422463 0.0403355 0.0183005
Vertex 31529 0.0435663 0.0408867 0.018056
Vertex 31530 0.0449495 0.041538 0.0177108
Vertex 31531 0.0463327 0.0421886 0.017365
Vertex 31532 0.0476183 0.0426691 0.0171605
Vertex 31533 0.049239 0.0437392 0.0164633
Vertex 31534 -0.0679777 0.0716192 0.0360049
Vertex 31535 -0.0918605 0.116299 0.0240619
Vertex 31536 -0.0791517 0.0792478 0.0324066
Vertex 31537 -0.0730595 0.110042 0.0423406
Vertex 31538 -0.0728722 0.0355547 0.00103582
Vertex 31539 -0.0722117 0.0348867 0.00176609
Vertex 31540 -0.0715513 0.0342218 0.00249626
Vertex 31541 -0.0707251 0.033867 0.00298473
Vertex 31542 -0.0697706 0.0337438 0.00328799
Vertex 31543 -0.0687814 0.0336983 0.00353162
Vertex 31544 -0.0678317 0.0335757 0.00383638
Vertex 31545 -0.0668403 0.0335301 0.004077
Vertex 31546 -0.0658022 0.0335619 0.00426403
Vertex 31547 -0.0648114 0.0335165 0.00450366
Vertex 31548 -0.0637785 0.0335481 0.00468656
Vertex 31549 -0.0627873 0.0335028 0.00493012
Vertex 31550 -0.0617546 0.0335347 0.00511487
Vertex 31551 -0.0607177 0.0335659 0.00529637
Vertex 31552 -0.0597681 0.0334439 0.00560092
Vertex 31553 -0.0586839 0.0335669 0.00570948
Vertex 31554 -0.0576871 0.0335309 0.00594357
Vertex 31555 -0.0566909 0.0334951 0.00618234
Vertex 31556 -0.0556945 0.0334591 0.00641451
Vertex 31557 -0.0546971 0.0334232 0.00665025
Vertex 31558 -0.0536531 0.0334694 0.00682116
Vertex 31559 -0.0526104 0.0335154 0.00699108
Vertex 31560 -0.0516134 0.0334804 0.007228
Vertex 31561 -0.05057 0.0335281 0.00739754
Vertex 31562 -0.0493961 0.033823 0.00737414
Vertex 31563 -0.0481785 0.0341964 0.00728185
Vertex 31564 -0.0469177 0.0346518 0.0071269
Vertex 31565 -0.0458316 0.03478 0.00723173
Vertex 31566 -0.0447856 0.0348265 0.00740272
Vertex 31567 -0.0437453 0.0348723 0.00757323
Vertex 31568 -0.0427952 0.0347556 0.00787321
Vertex 31569 -0.0417964 0.0347181 0.00810808
Vertex 31570 -0.0408421 0.0345979 0.00840679
Vertex 31571 -0.0398903 0.0344806 0.00870734
Vertex 31572 -0.0389795 0.034282 0.00907489
Vertex 31573 -0.0380711 0.0340829 0.00944176
Vertex 31574 -0.0371614 0.0338798 0.00980443
Vertex 31575 -0.0362553 0.0336801 0.0101688
Vertex 31576 -0.0352581 0.0336435 0.0104036
Vertex 31577 -0.0341695 0.0337715 0.0105094
Vertex 31578 -0.0331266 0.0338175 0.0106794
Vertex 31579 -0.0321289 0.0337822 0.0109163
Vertex 31580 -0.0310017 0.0339922 0.010953
Vertex 31581 -0.0277909 0.0380629 0.00793761
Vertex 31582 -0.0267919 0.0380272 0.00817341
Vertex 31583 -0.0257516 0.0380733 0.00834253
Vertex 31584 -0.0247099 0.0381195 0.00851258
Vertex 31585 -0.0236663 0.0381653 0.00868472
Vertex 31586 -0.0226683 0.0381298 0.00891697
Vertex 31587 -0.021626 0.038176 0.00908889
Vertex 31588 -0.0205862 0.0382221 0.00925741
Vertex 31589 -0.0195451 0.0382679 0.00943
Vertex 31590 -0.0185478 0.0382321 0.00966598
Vertex 31591 -0.0175041 0.0382782 0.00983265
Vertex 31592 -0.0165056 0.0382425 0.0100681
Vertex 31593 -0.0154675 0.0382885 0.0102401
Vertex 31594 -0.014426 0.0383347 0.0104075
Vertex 31595 -0.0133824 0.0383808 0.0105781
Vertex 31596 -0.0123858 0.0383448 0.0108168
Vertex 31597 -0.0113851 0.0383094 0.011049
Vertex 31598 -0.0103013 0.038437 0.0111565
Vertex 31599 -0.00930377 0.0384012 0.0113924
Vertex 31600 -0.00826101 0.0384472 0.0115633
Vertex 31601 -0.0072649 0.0384115 0.0117959
Vertex 31602 -0.00622128 0.0384574 0.0119659
Vertex 31603 -0.00522459 0.0384215 0.0122026
Vertex 31604 -0.00422659 0.0383846 0.0124357
Vertex 31605 -0.0033633 0.038102 0.0128662
Vertex 31606 -0.00267666 0.0374926 0.0135597
Vertex 31607 -0.00198691 0.0368792 0.0142478
Vertex 31608 -0.00134429 0.0361889 0.0150058
Vertex 31609 -0.000612836 0.0356605 0.0156316
Vertex 31610 0.000120368 0.0351316 0.0162576
Vertex 31611 0.000942621 0.0347668 0.0167534
Vertex 31612 0.00184795 0.0345666 0.017115
Vertex 31613 0.00275941 0.0343655 0.0174794
Vertex 31614 0.00375967 0.0343287 0.0177156
Vertex 31615 0.00466954 0.0341296 0.0180802
Vertex 31616 0.00570986 0.0341754 0.0182505
Vertex 31617 0.0067064 0.0341407 0.0184863
Vertex 31618 0.00810435 0.0348429 0.0181346
Vertex 31619 0.00910286 0.0348066 0.0183719
Vertex 31620 0.0100949 0.034771 0.018605
Vertex 31621 0.0189601 0.036126 0.0191857
Vertex 31622 0.0194741 0.0351845 0.0201392
Vertex 31623 0.0202497 0.0347399 0.020698
Vertex 31624 0.021293 0.0347861 0.0208687
Vertex 31625 0.0223322 0.0348324 0.0210401
Vertex 31626 0.0234195 0.0349614 0.0211471
Vertex 31627 0.0245482 0.035172 0.0211866
Vertex 31628 0.0256796 0.0353829 0.0212256
Vertex 31629 0.0268986 0.0357578 0.0211357
Vertex 31630 0.0280721 0.0360499 0.0211097
Vertex 31631 0.0292911 0.0364248 0.021021
Vertex 31632 0.0304203 0.0366341 0.0210583
Vertex 31633 0.031639 0.0370094 0.0209702
Vertex 31634 0.0328168 0.0373031 0.0209449
Vertex 31635 0.034036 0.037677 0.020853
Vertex 31636 0.0352097 0.0379704 0.0208298
Vertex 31637 0.0364745 0.0384289 0.0206775
Vertex 31638 0.0377365 0.0388851 0.0205214
Vertex 31639 0.0389971 0.039341 0.0203664
Vertex 31640 0.0403042 0.0398794 0.0201445
Vertex 31641 0.0416155 0.0404142 0.0199255
Vertex 31642 0.0429111 0.040977 0.0196984
Vertex 31643 0.0442879 0.0415947 0.0193873
Vertex 31644 0.0456202 0.0421608 0.019117
Vertex 31645 0.0469552 0.0427274 0.0188429
Vertex 31646 0.0482658 0.0433313 0.0185611
Vertex 31647 0.0499211 0.0443554 0.0178724
Vertex 31648 -0.0750729 0.0675817 0.0186826
Vertex 31649 -0.0742444 0.0756609 0.0347079
Vertex 31650 -0.0698715 0.11424 0.0504282
Vertex 31651 -0.0682155 0.0787029 0.0404793
Vertex 31652 -0.0710555 0.148357 -0.0346175
Vertex 31653 -0.072483 0.0356257 0.00284128
Vertex 31654 -0.0719858 0.0346482 0.00381826
Vertex 31655 -0.0712039 0.0342165 0.00436442
Vertex 31656 -0.070335 0.0339385 0.00479187
Vertex 31657 -0.0694247 0.0337382 0.00515427
Vertex 31658 -0.0684331 0.0336931 0.00540027
Vertex 31659 -0.0674387 0.0336478 0.00564073
Vertex 31660 -0.0664067 0.0336797 0.00582425
Vertex 31661 -0.0654153 0.0336345 0.00606909
Vertex 31662 -0.0644245 0.0335892 0.00631261
Vertex 31663 -0.0633881 0.0336212 0.00649796
Vertex 31664 -0.0623969 0.0335761 0.00673913
Vertex 31665 -0.061361 0.0336079 0.00692461
Vertex 31666 -0.0603733 0.0335628 0.0071663
Vertex 31667 -0.0593798 0.0335176 0.00740926
Vertex 31668 -0.058347 0.0335497 0.00759386
Vertex 31669 -0.0573551 0.0335045 0.00783858
Vertex 31670 -0.0563218 0.0335364 0.00802021
Vertex 31671 -0.0553241 0.0335005 0.00825618
Vertex 31672 -0.0543235 0.0334648 0.00849253
Vertex 31673 -0.0532836 0.0335112 0.0086601
Vertex 31674 -0.0521978 0.0336397 0.008764
Vertex 31675 -0.0510223 0.0339346 0.00874224
Vertex 31676 -0.0498071 0.0343093 0.00865348
Vertex 31677 -0.0484523 0.0349311 0.00836568
Vertex 31678 -0.0471043 0.0355495 0.00808039
Vertex 31679 -0.0459741 0.03576 0.00812075
Vertex 31680 -0.0449324 0.0358062 0.00829108
Vertex 31681 -0.0438465 0.0359346 0.00839642
Vertex 31682 -0.0428932 0.0358165 0.00869673
Vertex 31683 -0.0419398 0.0356984 0.00899705
Vertex 31684 -0.0409865 0.0355803 0.00929737
Vertex 31685 -0.0400291 0.0354632 0.00960076
Vertex 31686 -0.0390753 0.0353444 0.00990175
Vertex 31687 -0.0381696 0.0351458 0.0102677
Vertex 31688 -0.0373475 0.0347779 0.0107604
Vertex 31689 -0.036529 0.0344176 0.0112583
Vertex 31690 -0.0357073 0.03405 0.0117511
Vertex 31691 -0.0348878 0.0336855 0.0122448
Vertex 31692 -0.0338438 0.0337316 0.012415
Vertex 31693 -0.0328471 0.033696 0.0126517
Vertex 31694 -0.0317622 0.0338243 0.0127586
Vertex 31695 -0.0305886 0.0341169 0.0127308
Vertex 31696 -0.0275114 0.0379423 0.00991362
Vertex 31697 -0.0264689 0.0379883 0.0100865
Vertex 31698 -0.0254714 0.0379526 0.0103195
Vertex 31699 -0.0244307 0.0379986 0.0104913
Vertex 31700 -0.0233871 0.0380454 0.010662
Vertex 31701 -0.0223034 0.0381733 0.0107634
Vertex 31702 -0.0213027 0.0381376 0.0110019
Vertex 31703 -0.020264 0.0381835 0.0111715
Vertex 31704 -0.0192664 0.0381478 0.0114056
Vertex 31705 -0.0182228 0.038194 0.0115761
Vertex 31706 -0.0171825 0.0382402 0.011747
Vertex 31707 -0.016138 0.0382862 0.0119165
Vertex 31708 -0.0151399 0.0382506 0.0121533
Vertex 31709 -0.0141005 0.0382966 0.0123251
Vertex 31710 -0.013105 0.0382607 0.0125563
Vertex 31711 -0.0120612 0.0383071 0.0127308
Vertex 31712 -0.0110203 0.0383532 0.0129011
Vertex 31713 -0.0100211 0.0383173 0.0131334
Vertex 31714 -0.0089791 0.0383636 0.0133044
Vertex 31715 -0.00793663 0.0384098 0.0134736
Vertex 31716 -0.00689488 0.0384553 0.0136435
Vertex 31717 -0.00594273 0.0383379 0.0139478
Vertex 31718 -0.00490321 0.0383839 0.0141185
Vertex 31719 -0.00390558 0.0383472 0.0143493
Vertex 31720 -0.00308793 0.0379842 0.0148477
Vertex 31721 -0.0023107 0.0375379 0.0154093
Vertex 31722 -0.00162211 0.0369274 0.0160989
Vertex 31723 -0.000932932 0.0363158 0.0167895
Vertex 31724 -0.000201542 0.0357861 0.0174114
Vertex 31725 0.000576288 0.0353387 0.0179719
Vertex 31726 0.00144009 0.0350568 0.0184024
Vertex 31727 0.00226448 0.0346925 0.0189009
Vertex 31728 0.00321341 0.034575 0.0192003
Vertex 31729 0.00416774 0.034456 0.0194982
Vertex 31730 0.00516452 0.0344202 0.0197338
Vertex 31731 0.00616601 0.0343841 0.0199712
Vertex 31732 0.00716348 0.0343484 0.0202029
Vertex 31733 0.00820576 0.0343954 0.0203732
Vertex 31734 0.00937824 0.0346871 0.0203526
Vertex 31735 0.0105059 0.0348976 0.020389
Vertex 31736 0.0114636 0.0347788 0.020691
Vertex 31737 0.0124134 0.0346609 0.020994
Vertex 31738 0.0132792 0.0343795 0.0214237
Vertex 31739 0.0143227 0.0344255 0.0215932
Vertex 31740 0.0153617 0.0344714 0.021761
Vertex 31741 0.0164071 0.0345184 0.0219352
Vertex 31742 0.0174901 0.0346463 0.0220409
Vertex 31743 0.018535 0.0346925 0.0222104
Vertex 31744 0.0195769 0.0347391 0.0223805
Vertex 31745 0.0206619 0.0348672 0.0224824
Vertex 31746 0.021748 0.0349954 0.0225893
Vertex 31747 0.0227878 0.0350417 0.0227582
Vertex 31748 0.0239206 0.0352552 0.0228022
Vertex 31749 0.0251821 0.0357118 0.0226481
Vertex 31750 0.0264019 0.036087 0.0225582
Vertex 31751 0.0276204 0.0364605 0.0224657
Vertex 31752 0.0288353 0.0368345 0.0223773
Vertex 31753 0.0299649 0.0370453 0.0224182
Vertex 31754 0.0311432 0.0373381 0.0223917
Vertex 31755 0.0323169 0.0376319 0.0223694
Vertex 31756 0.0335354 0.0380053 0.0222769
Vertex 31757 0.034711 0.0383001 0.0222555
Vertex 31758 0.0359289 0.0386712 0.0221633
Vertex 31759 0.0371924 0.0391306 0.0220088
Vertex 31760 0.0384543 0.0395883 0.0218564
Vertex 31761 0.0397169 0.0400457 0.0217023
Vertex 31762 0.0409735 0.0405135 0.0215425
Vertex 31763 0.0423699 0.0412112 0.0211935
Vertex 31764 0.0436181 0.0416961 0.0210317
Vertex 31765 0.0450509 0.0423962 0.0206492
Vertex 31766 0.0463347 0.0428813 0.020444
Vertex 31767 0.0477223 0.0435274 0.0201079
Vertex 31768 0.0491837 0.0442045 0.019604
Vertex 31769 0.050668 0.0451751 0.0191374
Vertex 31770 -0.0551501 0.0641879 0.0328568
Vertex 31771 -0.0839617 0.114292 0.0471508
Vertex 31772 -0.081144 0.11 0.0405445
Vertex 31773 -0.0899229 0.115405 0.0270455
Vertex 31774 -0.0723413 0.0352299 0.00501169
Vertex 31775 -0.0717212 0.0344863 0.00580157
Vertex 31776 -0.0708965 0.0341323 0.00629169
Vertex 31777 -0.069983 0.033931 0.00665746
Vertex 31778 -0.0690346 0.0338087 0.00696066
Vertex 31779 -0.0680436 0.0337635 0.00720288
Vertex 31780 -0.0670064 0.0337953 0.0073865
Vertex 31781 -0.0660587 0.0336733 0.00769062
Vertex 31782 -0.0650248 0.0337055 0.00787315
Vertex 31783 -0.0640324 0.0336604 0.00811729
Vertex 31784 -0.0630392 0.0336157 0.00836468
Vertex 31785 -0.0620051 0.0336477 0.00854436
Vertex 31786 -0.0610145 0.0336026 0.00878975
Vertex 31787 -0.0600247 0.0335577 0.00903367
Vertex 31788 -0.0589877 0.0335902 0.00921609
Vertex 31789 -0.0579584 0.0336225 0.00939861
Vertex 31790 -0.0569634 0.0335771 0.00964709
Vertex 31791 -0.0560128 0.0334549 0.00994988
Vertex 31792 -0.0549804 0.0334872 0.0101333
Vertex 31793 -0.0539473 0.03352 0.0103166
Vertex 31794 -0.0527782 0.0338002 0.0103069
Vertex 31795 -0.0513379 0.0345855 0.00988953
Vertex 31796 -0.0501691 0.0348773 0.00986405
Vertex 31797 -0.0485971 0.0359097 0.00925535
Vertex 31798 -0.039222 0.0363262 0.0107899
Vertex 31799 -0.0383571 0.0360437 0.0112202
Vertex 31800 -0.0375341 0.0356789 0.0117182
Vertex 31801 -0.0367133 0.0353138 0.0122122
Vertex 31802 -0.0358508 0.0350331 0.0126434
Vertex 31803 -0.0351624 0.0344214 0.0133327
Vertex 31804 -0.0344283 0.0338921 0.0139586
Vertex 31805 -0.0334735 0.0337737 0.0142583
Vertex 31806 -0.0324783 0.0337381 0.0144953
Vertex 31807 -0.0313891 0.0338671 0.0146006
Vertex 31808 -0.0303071 0.0339954 0.0147064
Vertex 31809 -0.0271872 0.0379033 0.0118238
Vertex 31810 -0.0261434 0.0379494 0.0119939
Vertex 31811 -0.0251492 0.0379137 0.0122303
Vertex 31812 -0.0241505 0.0378782 0.0124647
Vertex 31813 -0.0230202 0.0380885 0.0125034
Vertex 31814 -0.0219797 0.0381347 0.0126751
Vertex 31815 -0.0209361 0.0381808 0.0128466
Vertex 31816 -0.0199407 0.0381449 0.0130842
Vertex 31817 -0.0188968 0.0381911 0.0132528
Vertex 31818 -0.017901 0.0381554 0.0134869
Vertex 31819 -0.0168597 0.0382017 0.0136589
Vertex 31820 -0.0158173 0.038248 0.0138275
Vertex 31821 -0.0147745 0.0382944 0.014
Vertex 31822 -0.0137336 0.0383402 0.0141683
Vertex 31823 -0.0127796 0.0382227 0.0144711
Vertex 31824 -0.0116952 0.0383509 0.0145738
Vertex 31825 -0.01065 0.0383969 0.0147482
Vertex 31826 -0.00965298 0.0383614 0.0149817
Vertex 31827 -0.00861288 0.0384077 0.0151551
Vertex 31828 -0.00757253 0.0384534 0.015324
Vertex 31829 -0.00662043 0.0383357 0.0156226
Vertex 31830 -0.00557531 0.0383818 0.0157938
Vertex 31831 -0.00457894 0.0383459 0.0160278
Vertex 31832 -0.00358231 0.0383094 0.0162632
Vertex 31833 -0.00271812 0.0380275 0.0166967
Vertex 31834 -0.00189869 0.037664 0.017192
Vertex 31835 -0.00116523 0.0371346 0.0178171
Vertex 31836 -0.000433486 0.0366062 0.0184413
Vertex 31837 0.000300027 0.0360761 0.019065
Vertex 31838 0.00112155 0.035712 0.0195623
Vertex 31839 0.00194178 0.0353485 0.0200578
Vertex 31840 0.00280759 0.0350639 0.0204847
Vertex 31841 0.00371617 0.0348648 0.0208524
Vertex 31842 0.00467021 0.0347458 0.0211501
Vertex 31843 0.00562336 0.034628 0.021452
Vertex 31844 0.00657766 0.034511 0.0217547
Vertex 31845 0.00761699 0.0345564 0.0219225
Vertex 31846 0.00861514 0.0345206 0.0221572
Vertex 31847 0.00965733 0.0345667 0.0223294
Vertex 31848 0.0106556 0.0345311 0.0225637
Vertex 31849 0.0116984 0.034577 0.0227351
Vertex 31850 0.0126937 0.0345417 0.0229719
Vertex 31851 0.0137785 0.0346695 0.0230735
Vertex 31852 0.0147782 0.034634 0.0233109
Vertex 31853 0.01582 0.0346802 0.0234839
Vertex 31854 0.0168587 0.0347265 0.0236529
Vertex 31855 0.0179003 0.0347727 0.0238228
Vertex 31856 0.0189449 0.0348191 0.0239933
Vertex 31857 0.0199862 0.0348656 0.0241629
Vertex 31858 0.0210708 0.0349944 0.0242708
Vertex 31859 0.0222032 0.0352055 0.0243097
Vertex 31860 0.0233331 0.0354178 0.02435
Vertex 31861 0.0246817 0.0360382 0.0240669
Vertex 31862 0.0259452 0.0364961 0.0239139
Vertex 31863 0.0271613 0.0368693 0.0238228
Vertex 31864 0.028338 0.0371627 0.023798
Vertex 31865 0.0295573 0.0375392 0.0237122
Vertex 31866 0.0306859 0.0377485 0.0237503
Vertex 31867 0.0318729 0.0380045 0.0237472
Vertex 31868 0.033081 0.038417 0.0236373
Vertex 31869 0.0342539 0.0387023 0.0236157
Vertex 31870 0.0354747 0.0390827 0.0235255
Vertex 31871 0.0366896 0.0394563 0.0234361
Vertex 31872 0.0379075 0.0398433 0.0233434
Vertex 31873 0.0391712 0.0402919 0.0231925
Vertex 31874 0.0404724 0.0408436 0.0229665
Vertex 31875 0.0417801 0.041383 0.0227466
Vertex 31876 0.0431361 0.0419917 0.0224684
Vertex 31877 0.0444404 0.0425371 0.0222477
Vertex 31878 0.0457689 0.0431024 0.0219801
Vertex 31879 0.0471472 0.0437632 0.0216364
Vertex 31880 0.0484812 0.0443317 0.021366
Vertex 31881 0.0499661 0.0451421 0.0208878
Vertex 31882 0.051506 0.0461707 0.0202521
Vertex 31883 -0.0721635 0.113702 0.0503204
Vertex 31884 -0.0556472 0.0657358 0.0349277
Vertex 31885 -0.089438 0.113514 0.0412091
Vertex 31886 -0.0616258 0.0641254 0.029779
Vertex 31887 -0.0728598 0.0355014 0.00645302
Vertex 31888 -0.0713326 0.0345571 0.00760774
Vertex 31889 -0.0705055 0.0342009 0.00809348
Vertex 31890 -0.0695561 0.0340783 0.00839793
Vertex 31891 -0.0686026 0.0339552 0.0087048
Vertex 31892 -0.0676508 0.0338326 0.0090061
Vertex 31893 -0.0666201 0.0338653 0.00919115
Vertex 31894 -0.0656682 0.0337431 0.00949839
Vertex 31895 -0.0646344 0.0337755 0.00968147
Vertex 31896 -0.0636401 0.0337302 0.00992182
Vertex 31897 -0.0626529 0.0336856 0.0101657
Vertex 31898 -0.0616148 0.0337181 0.0103501
Vertex 31899 -0.0606264 0.0336734 0.0105944
Vertex 31900 -0.0596345 0.0336285 0.0108415
Vertex 31901 -0.0586426 0.0335837 0.0110854
Vertex 31902 -0.0576072 0.0336162 0.0112663
Vertex 31903 -0.0566151 0.0335713 0.0115144
Vertex 31904 -0.0556243 0.0335264 0.0117574
Vertex 31905 -0.0546337 0.0334816 0.0119976
Vertex 31906 -0.0535552 0.0335918 0.0121227
Vertex 31907 -0.0525671 0.0335472 0.0123651
Vertex 31908 -0.036902 0.0362143 0.0131672
Vertex 31909 -0.0360812 0.0358497 0.0136623
Vertex 31910 -0.0353932 0.0352385 0.0143534
Vertex 31911 -0.0348821 0.0342989 0.0153052
Vertex 31912 -0.0341485 0.0337694 0.0159272
Vertex 31913 -0.0331056 0.0338156 0.0161014
Vertex 31914 -0.0321091 0.03378 0.0163326
Vertex 31915 -0.0309771 0.0339917 0.0163773
Vertex 31916 -0.0298032 0.034287 0.0163531
Vertex 31917 -0.0268606 0.0378639 0.0137313
Vertex 31918 -0.0258626 0.0378286 0.0139698
Vertex 31919 -0.0247788 0.0379568 0.0140716
Vertex 31920 -0.0237394 0.038003 0.0142418
Vertex 31921 -0.0226958 0.0380494 0.0144148
Vertex 31922 -0.0216559 0.0380957 0.0145856
Vertex 31923 -0.0206145 0.038142 0.0147556
Vertex 31924 -0.0196125 0.0381064 0.0149924
Vertex 31925 -0.0185746 0.0381525 0.0151621
Vertex 31926 -0.0175293 0.038199 0.0153321
Vertex 31927 -0.0164885 0.0382449 0.0155037
Vertex 31928 -0.0154921 0.0382096 0.0157388
Vertex 31929 -0.0144087 0.0383376 0.0158464
Vertex 31930 -0.0134078 0.0383017 0.0160824
Vertex 31931 -0.012412 0.0382658 0.0163183
Vertex 31932 -0.0114161 0.0382303 0.016554
Vertex 31933 -0.0103272 0.0383585 0.0166568
Vertex 31934 -0.00933224 0.038323 0.0168951
Vertex 31935 -0.00824401 0.0384507 0.0170014
Vertex 31936 -0.00729397 0.0383333 0.0172997
Vertex 31937 -0.00625132 0.0383797 0.0174726
Vertex 31938 -0.00521106 0.038426 0.0176436
Vertex 31939 -0.00421023 0.0383902 0.0178766
Vertex 31940 -0.0031698 0.0384355 0.0180459
Vertex 31941 -0.00226303 0.0382357 0.0184109
Vertex 31942 -0.00144097 0.0378708 0.018909
Vertex 31943 -0.000666067 0.037425 0.0194672
Vertex 31944 0.000110958 0.036978 0.020027
Vertex 31945 0.000886988 0.0365316 0.0205866
Vertex 31946 0.00170937 0.0361659 0.0210822
Vertex 31947 0.00252859 0.0358017 0.021576
Vertex 31948 0.00339585 0.0355203 0.0220096
Vertex 31949 0.00426025 0.0352382 0.0224392
Vertex 31950 0.00517049 0.0350387 0.0228068
Vertex 31951 0.00607582 0.0348373 0.023168
Vertex 31952 0.00707409 0.0348007 0.0234037
Vertex 31953 0.00802743 0.0346823 0.0237027
Vertex 31954 0.00902499 0.0346466 0.0239397
Vertex 31955 0.0100266 0.0346111 0.0241784
Vertex 31956 0.0110654 0.0346569 0.0243461
Vertex 31957 0.0120628 0.0346214 0.0245844
Vertex 31958 0.0131057 0.0346676 0.0247536
Vertex 31959 0.0141489 0.0347135 0.0249225
Vertex 31960 0.015143 0.0346779 0.0251566
Vertex 31961 0.0161851 0.0347246 0.0253316
Vertex 31962 0.0172719 0.0348529 0.0254373
Vertex 31963 0.0183138 0.0348993 0.0256062
Vertex 31964 0.0193537 0.0349459 0.0257791
Vertex 31965 0.0204425 0.0350747 0.0258809
Vertex 31966 0.0215692 0.0352857 0.025924
Vertex 31967 0.0228318 0.0357435 0.0257706
Vertex 31968 0.0241838 0.0363666 0.0254891
Vertex 31969 0.0254917 0.0369057 0.0252691
Vertex 31970 0.0267764 0.0373043 0.025139
Vertex 31971 0.0279341 0.0376089 0.0251213
Vertex 31972 0.0291629 0.037982 0.025034
Vertex 31973 0.0303318 0.0382842 0.0249985
Vertex 31974 0.0314957 0.0386039 0.0249642
Vertex 31975 0.0326729 0.0388984 0.0249367
Vertex 31976 0.0338414 0.0392101 0.0249005
Vertex 31977 0.0350676 0.0395586 0.0248293
Vertex 31978 0.0362342 0.0398741 0.0247937
Vertex 31979 0.0374488 0.0402522 0.0247009
Vertex 31980 0.0387128 0.0407096 0.0245464
Vertex 31981 0.0399282 0.041091 0.0244564
Vertex 31982 0.0412731 0.0417215 0.0241695
Vertex 31983 0.04258 0.0422624 0.0239479
Vertex 31984 0.0439336 0.0428821 0.0236685
Vertex 31985 0.0451952 0.0433405 0.023507
Vertex 31986 0.0465716 0.0440008 0.0231655
Vertex 31987 0.0480114 0.0447211 0.0227621
Vertex 31988 0.0493794 0.0453908 0.0224152
Vertex 31989 0.0509675 0.0463703 0.0218015
Vertex 31990 -0.0510235 0.0723937 0.0407728
Vertex 31991 -0.0807265 0.0770568 0.0269252
Vertex 31992 -0.0680426 0.110046 0.0381289
Vertex 31993 -0.0684679 0.110537 0.0393979
Vertex 31994 -0.0801928 0.109885 0.0408487
Vertex 31995 -0.0497993 0.0677848 0.0379447
Vertex 31996 -0.0708605 0.0347825 0.00928864
Vertex 31997 -0.0699903 0.034504 0.00971713
Vertex 31998 -0.0690811 0.0343024 0.0100819
Vertex 31999 -0.0681688 0.0340999 0.0104427
Vertex 32000 -0.0672224 0.0339784 0.0107486
Vertex 32001 -0.0662305 0.0339335 0.0109932
Vertex 32002 -0.0652333 0.0338884 0.0112389
Vertex 32003 -0.0642433 0.0338438 0.0114826
Vertex 32004 -0.0632514 0.033799 0.0117273
Vertex 32005 -0.0622597 0.0337543 0.0119702
Vertex 32006 -0.0612693 0.0337096 0.0122134
Vertex 32007 -0.0602752 0.0336649 0.0124615
Vertex 32008 -0.0592845 0.0336203 0.0127024
Vertex 32009 -0.0582482 0.0336534 0.0128901
Vertex 32010 -0.057217 0.0336859 0.0130711
Vertex 32011 -0.0562656 0.0335637 0.0133743
Vertex 32012 -0.0552728 0.0335199 0.0136226
Vertex 32013 -0.054161 0.0337073 0.0136843
Vertex 32014 -0.0532105 0.0335853 0.013987
Vertex 32015 -0.0357116 0.0358916 0.0155029
Vertex 32016 -0.0353308 0.0347033 0.016646
Vertex 32017 -0.0346452 0.0340944 0.0173387
Vertex 32018 -0.0337749 0.0338108 0.0177666
Vertex 32019 -0.0327797 0.0337757 0.0180041
Vertex 32020 -0.03165 0.0339865 0.0180432
Vertex 32021 -0.0304761 0.0342807 0.0180201
Vertex 32022 -0.0288615 0.0353967 0.01735
Vertex 32023 -0.0265805 0.0377426 0.0157053
Vertex 32024 -0.0255422 0.0377889 0.0158759
Vertex 32025 -0.0244115 0.0379996 0.0159179
Vertex 32026 -0.0233699 0.0380458 0.0160874
Vertex 32027 -0.0223732 0.03801 0.0163235
Vertex 32028 -0.0212837 0.0381384 0.0164325
Vertex 32029 -0.0202897 0.0381028 0.016664
Vertex 32030 -0.019245 0.0381493 0.0168345
Vertex 32031 -0.0182052 0.0381955 0.0170088
Vertex 32032 -0.0171621 0.0382418 0.0171791
Vertex 32033 -0.0161652 0.0382063 0.017415
Vertex 32034 -0.0151264 0.0382524 0.0175843
Vertex 32035 -0.0140843 0.0382987 0.0177555
Vertex 32036 -0.013087 0.0382629 0.0179922
Vertex 32037 -0.0120858 0.0382274 0.0182274
Vertex 32038 -0.0110467 0.0382737 0.0183997
Vertex 32039 -0.010004 0.0383201 0.0185669
Vertex 32040 -0.00896496 0.0383664 0.01874
Vertex 32041 -0.00792408 0.0384127 0.0189094
Vertex 32042 -0.00692431 0.038377 0.0191445
Vertex 32043 -0.00588211 0.0384235 0.0193174
Vertex 32044 -0.00484252 0.0384695 0.0194856
Vertex 32045 -0.00384396 0.0384339 0.019723
Vertex 32046 -0.00280426 0.0384802 0.0198949
Vertex 32047 -0.00180556 0.0384438 0.0201303
Vertex 32048 -0.000943594 0.0381622 0.0205587
Vertex 32049 -7.52397e-05 0.037877 0.020989
Vertex 32050 0.000700235 0.0374335 0.0215506
Vertex 32051 0.00152244 0.03707 0.0220484
Vertex 32052 0.00234204 0.0367065 0.0225428
Vertex 32053 0.00320624 0.036422 0.0229702
Vertex 32054 0.00407218 0.0361395 0.0234015
Vertex 32055 0.00493694 0.0358587 0.023833
Vertex 32056 0.00579995 0.0355749 0.0242599
Vertex 32057 0.0067112 0.0353739 0.0246266
Vertex 32058 0.00757449 0.035092 0.025056
Vertex 32059 0.00852647 0.0349744 0.0253569
Vertex 32060 0.0094823 0.034855 0.0256576
Vertex 32061 0.0104354 0.0347372 0.0259595
Vertex 32062 0.011433 0.034701 0.0261941
Vertex 32063 0.0124741 0.0347469 0.026362
Vertex 32064 0.0134712 0.0347114 0.0266012
Vertex 32065 0.0145126 0.0347575 0.026768
Vertex 32066 0.0155546 0.034804 0.0269401
Vertex 32067 0.0165976 0.0348504 0.0271124
Vertex 32068 0.0176377 0.0348968 0.0272836
Vertex 32069 0.0187266 0.0350257 0.0273865
Vertex 32070 0.019812 0.035154 0.0274956
Vertex 32071 0.0208523 0.0352023 0.0276656
Vertex 32072 0.0222487 0.0359069 0.0273161
Vertex 32073 0.0236405 0.0366106 0.026972
Vertex 32074 0.0249936 0.037232 0.0266864
Vertex 32075 0.0262747 0.0376552 0.0265482
Vertex 32076 0.0274875 0.0380349 0.0264602
Vertex 32077 0.0287985 0.0385521 0.0262584
Vertex 32078 0.0300144 0.0389449 0.0261617
Vertex 32079 0.0312265 0.0393227 0.0260732
Vertex 32080 0.0323984 0.0396183 0.0260504
Vertex 32081 0.0335191 0.0398635 0.0260657
Vertex 32082 0.0346942 0.0401467 0.0260507
Vertex 32083 0.0358665 0.0404526 0.0260172
Vertex 32084 0.0370832 0.0408236 0.0259314
Vertex 32085 0.0383075 0.041189 0.0258499
Vertex 32086 0.0395145 0.0415874 0.025748
Vertex 32087 0.0408171 0.04213 0.0255289
Vertex 32088 0.0421622 0.0427592 0.0252421
Vertex 32089 0.0435234 0.0433666 0.0249665
Vertex 32090 0.0447739 0.0438422 0.0248039
Vertex 32091 0.046038 0.044353 0.0245911
Vertex 32092 0.0475361 0.0451237 0.0241502
Vertex 32093 0.0489522 0.045877 0.023734
Vertex 32094 -0.0743185 0.067053 0.0192856
Vertex 32095 -0.0733752 0.0741466 0.034437
Vertex 32096 -0.052801 0.0690675 0.0379843
Vertex 32097 -0.0844174 0.110829 0.0409213
Vertex 32098 -0.0834627 0.110719 0.0412267
Vertex 32099 -0.0667678 0.0695012 0.0345692
Vertex 32100 -0.0606782 0.0639978 0.0300882
Vertex 32101 -0.0854845 0.112639 0.0445732
Vertex 32102 -0.0736187 0.0665006 0.01992
Vertex 32103 -0.0694333 0.0348816 0.0112742
Vertex 32104 -0.0685657 0.0346013 0.0116976
Vertex 32105 -0.0676574 0.0344024 0.0120657
Vertex 32106 -0.0667452 0.0342007 0.0124321
Vertex 32107 -0.0657975 0.0340784 0.0127357
Vertex 32108 -0.0648434 0.0339553 0.0130374
Vertex 32109 -0.0638124 0.0339885 0.0132249
Vertex 32110 -0.0628603 0.033866 0.0135258
Vertex 32111 -0.0618709 0.0338217 0.0137712
Vertex 32112 -0.0608764 0.033777 0.0140174
Vertex 32113 -0.0598831 0.0337324 0.0142605
Vertex 32114 -0.0588955 0.0336882 0.0145047
Vertex 32115 -0.0579004 0.0336435 0.0147513
Vertex 32116 -0.0569109 0.033599 0.014995
Vertex 32117 -0.0559192 0.0335546 0.0152404
Vertex 32118 -0.0548859 0.0335879 0.0154264
Vertex 32119 -0.054019 0.0333099 0.015848
Vertex 32120 -0.0357817 0.0351096 0.0179926
Vertex 32121 -0.0350925 0.0344983 0.0186791
Vertex 32122 -0.0343155 0.0340522 0.0192395
Vertex 32123 -0.0333602 0.0339348 0.0195439
Vertex 32124 -0.0323193 0.0339823 0.0197127
Vertex 32125 -0.0311024 0.0343581 0.019624
Vertex 32126 -0.0296224 0.0352251 0.019146
Vertex 32127 -0.0272554 0.0377383 0.0173779
Vertex 32128 -0.0261669 0.0378674 0.0174813
Vertex 32129 -0.0250833 0.0379957 0.0175874
Vertex 32130 -0.0240392 0.0380418 0.0177619
Vertex 32131 -0.0230427 0.038006 0.0179945
Vertex 32132 -0.0220481 0.0379707 0.0182323
Vertex 32133 -0.0209608 0.0380992 0.0183358
Vertex 32134 -0.0199202 0.0381456 0.0185107
Vertex 32135 -0.0188798 0.0381919 0.018679
Vertex 32136 -0.0178783 0.0381567 0.0189161
Vertex 32137 -0.0167974 0.0382847 0.0190235
Vertex 32138 -0.0157973 0.0382489 0.019257
Vertex 32139 -0.0147995 0.0382136 0.0194957
Vertex 32140 -0.0137598 0.0382596 0.0196658
Vertex 32141 -0.0127602 0.0382241 0.0199007
Vertex 32142 -0.0117218 0.0382705 0.0200729
Vertex 32143 -0.0106785 0.0383169 0.0202432
Vertex 32144 -0.00963566 0.0383633 0.0204127
Vertex 32145 -0.00859312 0.0384098 0.0205847
Vertex 32146 -0.00755399 0.0384559 0.0207545
Vertex 32147 -0.00655639 0.0384205 0.0209905
Vertex 32148 -0.00547292 0.0385489 0.021098
Vertex 32149 -0.00447426 0.0385132 0.0213354
Vertex 32150 -0.00343172 0.0385593 0.0215021
Vertex 32151 -0.00243741 0.0385239 0.0217416
Vertex 32152 -0.00139541 0.0385701 0.0219096
Vertex 32153 -0.000398103 0.0385343 0.0221462
Vertex 32154 0.00051428 0.0383337 0.0225142
Vertex 32155 0.00137655 0.0380516 0.0229424
Vertex 32156 0.00219675 0.0376886 0.0234384
Vertex 32157 0.00306398 0.0374048 0.023868
Vertex 32158 0.00392744 0.0371222 0.0242968
Vertex 32159 0.00474777 0.0367585 0.0247919
Vertex 32160 0.00565547 0.0365592 0.0251573
Vertex 32161 0.00652169 0.0362747 0.0255863
Vertex 32162 0.00738689 0.0359942 0.0260187
Vertex 32163 0.00825384 0.0357096 0.0264477
Vertex 32164 0.00916248 0.0355108 0.0268151
Vertex 32165 0.0100263 0.0352289 0.0272451
Vertex 32166 0.0109368 0.035027 0.0276086
Vertex 32167 0.0118903 0.0349087 0.0279111
Vertex 32168 0.0128412 0.0347905 0.0282102
Vertex 32169 0.0138852 0.0348367 0.0283807
Vertex 32170 0.0148813 0.0348012 0.0286151
Vertex 32171 0.0159216 0.0348476 0.0287894
Vertex 32172 0.0169629 0.0348939 0.0289563
Vertex 32173 0.018008 0.0349409 0.0291289
Vertex 32174 0.019092 0.0350694 0.0292369
Vertex 32175 0.0201781 0.0351992 0.0293411
Vertex 32176 0.0215711 0.035903 0.0289947
Vertex 32177 0.0230126 0.0366914 0.0285839
Vertex 32178 0.0244967 0.0375596 0.0281073
Vertex 32179 0.0257301 0.0379057 0.0280361
Vertex 32180 0.0270346 0.0384464 0.0278157
Vertex 32181 0.0282809 0.0389301 0.0276504
Vertex 32182 0.0295979 0.039453 0.0274445
Vertex 32183 0.0308953 0.0400111 0.0272142
Vertex 32184 0.032159 0.0404592 0.0270704
Vertex 32185 0.0333307 0.040756 0.0270424
Vertex 32186 0.0344154 0.0409101 0.0271225
Vertex 32187 0.0355897 0.0411906 0.0271165
Vertex 32188 0.0367619 0.0414833 0.0270934
Vertex 32189 0.0379293 0.0417908 0.0270611
Vertex 32190 0.0391473 0.0421646 0.0269754
Vertex 32191 0.0404587 0.0426892 0.0267677
Vertex 32192 0.041759 0.0432404 0.0265421
Vertex 32193 0.0431078 0.0438619 0.0262578
Vertex 32194 0.0444569 0.0444867 0.0259758
Vertex 32195 0.0456558 0.0449086 0.0258493
Vertex 32196 0.0470963 0.045623 0.0254581
Vertex 32197 -0.0697588 0.147131 -0.0275571
Vertex 32198 -0.0597203 0.0638916 0.0303834
Vertex 32199 -0.071352 0.110742 0.0439553
Vertex 32200 -0.0729614 0.112778 0.0490933
Vertex 32201 -0.0836817 0.0786288 0.0214472
Vertex 32202 -0.0574075 0.0649991 0.0334306
Vertex 32203 -0.075455 0.0675485 0.016865
Vertex 32204 -0.0824666 0.11008 0.0383967
Vertex 32205 -0.0728736 0.0659781 0.0205309
Vertex 32206 -0.0583644 0.065095 0.0331446
Vertex 32207 -0.0687909 0.0354139 0.0127136
Vertex 32208 -0.0679674 0.0350577 0.0131968
Vertex 32209 -0.0670986 0.0347786 0.0136227
Vertex 32210 -0.0662316 0.0345008 0.0140489
Vertex 32211 -0.0653226 0.0343003 0.0144151
Vertex 32212 -0.0643724 0.0341771 0.0147182
Vertex 32213 -0.0634619 0.0339766 0.015084
Vertex 32214 -0.062469 0.033932 0.0153305
Vertex 32215 -0.0614772 0.0338873 0.0155724
Vertex 32216 -0.0605291 0.0337655 0.01588
Vertex 32217 -0.0595378 0.0337212 0.0161226
Vertex 32218 -0.0585033 0.0337545 0.0163089
Vertex 32219 -0.057552 0.0336321 0.0166122
Vertex 32220 -0.0566004 0.0335105 0.0169198
Vertex 32221 -0.0555707 0.033544 0.017104
Vertex 32222 -0.0545376 0.0335773 0.0172858
Vertex 32223 -0.053835 0.0329874 0.0179508
Vertex 32224 -0.0361895 0.0355992 0.0192692
Vertex 32225 -0.0356328 0.0347409 0.0201566
Vertex 32226 -0.0348553 0.0342935 0.020715
Vertex 32227 -0.0340311 0.0339294 0.0212063
Vertex 32228 -0.0329932 0.0339759 0.0213799
Vertex 32229 -0.0318602 0.0341892 0.0214236
Vertex 32230 -0.0305143 0.0348089 0.0211376
Vertex 32231 -0.0278811 0.0378156 0.0189805
Vertex 32232 -0.0269293 0.0376983 0.0192799
Vertex 32233 -0.0258871 0.0377455 0.0194558
Vertex 32234 -0.0247602 0.0379556 0.0194943
Vertex 32235 -0.0237163 0.0380022 0.0196686
Vertex 32236 -0.0226749 0.0380487 0.0198364
Vertex 32237 -0.0216341 0.038095 0.0200103
Vertex 32238 -0.020634 0.03806 0.0202475
Vertex 32239 -0.019552 0.0381879 0.0203532
Vertex 32240 -0.0185078 0.0382343 0.0205228
Vertex 32241 -0.0175101 0.0381991 0.0207599
Vertex 32242 -0.0164722 0.0382453 0.0209318
Vertex 32243 -0.0154293 0.0382918 0.0211029
Vertex 32244 -0.0143883 0.038338 0.0212719
Vertex 32245 -0.0133897 0.0383025 0.0215062
Vertex 32246 -0.0123469 0.0383491 0.0216787
Vertex 32247 -0.0113089 0.0383954 0.0218511
Vertex 32248 -0.0102645 0.038442 0.0220215
Vertex 32249 -0.00922198 0.0384881 0.0221926
Vertex 32250 -0.00822614 0.0384527 0.0224267
Vertex 32251 -0.00718512 0.0384992 0.0226001
Vertex 32252 -0.00614297 0.0385457 0.0227705
Vertex 32253 -0.00510128 0.0385919 0.0229448
Vertex 32254 -0.00410534 0.0385566 0.0231802
Vertex 32255 -0.00306646 0.0386027 0.0233477
Vertex 32256 -0.00202044 0.0386496 0.0235231
Vertex 32257 -0.000982862 0.0386959 0.0236934
Vertex 32258 1.67787e-05 0.0386604 0.0239291
Vertex 32259 0.00105802 0.0387062 0.0241019
Vertex 32260 0.00196704 0.0385066 0.0244659
Vertex 32261 0.00291872 0.0383891 0.0247663
Vertex 32262 0.00378339 0.0381062 0.0251953
Vertex 32263 0.00464996 0.0378242 0.0256263
Vertex 32264 0.00551406 0.0375423 0.0260562
Vertex 32265 0.00637923 0.0372606 0.0264872
Vertex 32266 0.00724524 0.0369774 0.0269173
Vertex 32267 0.00810763 0.0366956 0.0273459
Vertex 32268 0.00897384 0.0364118 0.0277765
Vertex 32269 0.00979486 0.0360464 0.02827
Vertex 32270 0.0106595 0.0357626 0.0286983
Vertex 32271 0.0114791 0.0353993 0.0291949
Vertex 32272 0.0123436 0.0351165 0.0296251
Vertex 32273 0.0132092 0.0348336 0.0300558
Vertex 32274 0.0142088 0.034798 0.0302902
Vertex 32275 0.0152498 0.0348445 0.0304622
Vertex 32276 0.0162926 0.0348913 0.030635
Vertex 32277 0.0173795 0.0350198 0.030737
Vertex 32278 0.0184177 0.0350663 0.0309125
Vertex 32279 0.0195053 0.0351963 0.0310168
Vertex 32280 0.0207235 0.0355731 0.0309275
Vertex 32281 0.0222487 0.0365239 0.0303911
Vertex 32282 0.0236875 0.0373106 0.0299772
Vertex 32283 0.0251052 0.0382735 0.0297226
Vertex 32284 0.0265654 0.0388814 0.0291555
Vertex 32285 0.0279051 0.0395203 0.0288639
Vertex 32286 0.0292035 0.0400739 0.0286474
Vertex 32287 0.0305964 0.0407785 0.0282841
Vertex 32288 0.0319555 0.0413937 0.028007
Vertex 32289 0.0331811 0.0417541 0.0279348
Vertex 32290 0.0343096 0.0419726 0.0279684
Vertex 32291 0.0353499 0.042038 0.028119
Vertex 32292 0.0364832 0.0422343 0.0281778
Vertex 32293 0.0376516 0.0425419 0.0281451
Vertex 32294 0.0388229 0.0428364 0.0281231
Vertex 32295 0.0400787 0.0432895 0.0279756
Vertex 32296 0.0413844 0.0438265 0.0277643
Vertex 32297 0.0427867 0.0445146 0.027427
Vertex 32298 0.0440796 0.0450784 0.0271934
Vertex 32299 0.0453672 0.0456539 0.0269438
Vertex 32300 0.0467625 0.0462832 0.0266316
Vertex 32301 -0.070065 0.148313 -0.0344143
Vertex 32302 -0.054123 0.064196 0.0330627
Vertex 32303 -0.0794475 0.0732175 0.0216948
Vertex 32304 0.0390072 0.0393837 0.00207442
Vertex 32305 -0.0770169 0.112922 0.0479771
Vertex 32306 -0.0725566 0.0737794 0.034925
Vertex 32307 -0.0769868 0.0713943 0.0255408
Vertex 32308 -0.076476 0.07597 0.0322323
Vertex 32309 -0.0895884 0.114751 0.0258504
Vertex 32310 -0.0696662 0.0710058 0.0344116
Vertex 32311 -0.0910253 0.115214 0.0323598
Vertex 32312 -0.0868879 0.111328 0.0363925
Vertex 32313 -0.0815589 0.10988 0.0387619
Vertex 32314 -0.0778797 0.109167 0.0401678
Vertex 32315 -0.0677487 0.111258 0.0407689
Vertex 32316 -0.073756 0.0716254 0.0312714
Vertex 32317 -0.0807007 0.0752735 0.0231846
Vertex 32318 -0.0655994 0.0349763 0.0155159
Vertex 32319 -0.0647928 0.0346609 0.0159953
Vertex 32320 -0.0629896 0.0341974 0.0167609
Vertex 32321 -0.0620801 0.0339964 0.0171254
Vertex 32322 -0.0610891 0.0339525 0.017372
Vertex 32323 -0.0601377 0.0338299 0.0176745
Vertex 32324 -0.0591025 0.0338635 0.0178635
Vertex 32325 -0.0581543 0.0337417 0.0181646
Vertex 32326 -0.0572015 0.0336196 0.0184714
Vertex 32327 -0.0561672 0.0336533 0.0186553
Vertex 32328 -0.0551792 0.0336096 0.018904
Vertex 32329 -0.0541424 0.033642 0.0190888
Vertex 32330 -0.0533609 0.033209 0.01963
Vertex 32331 -0.0360819 0.0351453 0.0214963
Vertex 32332 -0.0353491 0.0346157 0.0221204
Vertex 32333 -0.0346581 0.0340056 0.0228095
Vertex 32334 -0.0336645 0.0339705 0.0230467
Vertex 32335 -0.0325779 0.0341004 0.0231549
Vertex 32336 -0.0312735 0.034639 0.0229335
Vertex 32337 -0.0285962 0.0377287 0.0207135
Vertex 32338 -0.0276455 0.0376114 0.0210157
Vertex 32339 -0.026559 0.0377408 0.0211248
Vertex 32340 -0.0254312 0.0379511 0.0211651
Vertex 32341 -0.0243874 0.0379977 0.0213348
Vertex 32342 -0.0233444 0.0380443 0.0215084
Vertex 32343 -0.0223063 0.0380908 0.0216787
Vertex 32344 -0.0212653 0.0381372 0.0218515
Vertex 32345 -0.0202225 0.0381837 0.0220241
Vertex 32346 -0.0192269 0.0381483 0.0222601
Vertex 32347 -0.0181385 0.038277 0.0223668
Vertex 32348 -0.0170991 0.0383232 0.0225362
Vertex 32349 -0.0161025 0.0382877 0.022773
Vertex 32350 -0.0150618 0.0383341 0.0229424
Vertex 32351 -0.0140608 0.038299 0.0231793
Vertex 32352 -0.0129795 0.0384272 0.0232864
Vertex 32353 -0.0119797 0.0383916 0.0235247
Vertex 32354 -0.0109392 0.038438 0.0236915
Vertex 32355 -0.00989846 0.0384846 0.0238656
Vertex 32356 -0.00885716 0.0385311 0.024037
Vertex 32357 -0.00785703 0.0384956 0.0242725
Vertex 32358 -0.00681555 0.0385421 0.0244437
Vertex 32359 -0.00577674 0.0385885 0.0246132
Vertex 32360 -0.00473212 0.0386351 0.0247855
Vertex 32361 -0.00369415 0.0386815 0.0249596
Vertex 32362 -0.0026931 0.0386465 0.0251959
Vertex 32363 -0.00161218 0.0387745 0.0252993
Vertex 32364 -0.000568628 0.0388214 0.0254737
Vertex 32365 0.000472166 0.0388678 0.0256446
Vertex 32366 0.00147085 0.0388322 0.0258794
Vertex 32367 0.00251072 0.0388788 0.0260522
Vertex 32368 0.00350659 0.0388434 0.0262887
Vertex 32369 0.00445885 0.0387258 0.0265895
Vertex 32370 0.00536983 0.0385261 0.026955
Vertex 32371 0.00623573 0.0382417 0.0273828
Vertex 32372 0.00710192 0.0379595 0.027814
Vertex 32373 0.00796329 0.0376774 0.0282412
Vertex 32374 0.00882931 0.0373958 0.0286749
Vertex 32375 0.00960463 0.0369501 0.029234
Vertex 32376 0.0103827 0.0365006 0.0297934
Vertex 32377 0.0111147 0.0359709 0.0304167
Vertex 32378 0.0118497 0.0354401 0.0310392
Vertex 32379 0.0126257 0.034994 0.0315996
Vertex 32380 0.0135363 0.0347941 0.0319644
Vertex 32381 0.0145335 0.034759 0.0322003
Vertex 32382 0.0156183 0.0348875 0.0323047
Vertex 32383 0.0166591 0.0349342 0.0324763
Vertex 32384 0.0177456 0.0350628 0.0325863
Vertex 32385 0.0187875 0.0351105 0.0327558
Vertex 32386 0.0200475 0.0355684 0.0326031
Vertex 32387 0.0214416 0.0362735 0.0322576
Vertex 32388 0.0229929 0.0371968 0.0317242
Vertex 32389 0.0245219 0.0382712 0.0311236
Vertex 32390 0.026043 0.0392404 0.0305576
Vertex 32391 0.0274856 0.0400248 0.0301572
Vertex 32392 0.0289055 0.0408264 0.0297172
Vertex 32393 0.0305131 0.0418181 0.0291512
Vertex 32394 0.0318466 0.0424663 0.0288342
Vertex 32395 0.0331279 0.0428909 0.0287274
Vertex 32396 0.0342091 0.0430428 0.0288022
Vertex 32397 0.0352492 0.043109 0.0289456
Vertex 32398 0.0363367 0.0432226 0.0290731
Vertex 32399 0.037465 0.0434297 0.0291248
Vertex 32400 0.0385932 0.0436441 0.0291648
Vertex 32401 0.0398079 0.0440192 0.0290809
Vertex 32402 0.0410489 0.0445052 0.0289111
Vertex 32403 0.0423969 0.0451283 0.0286278
Vertex 32404 0.0437177 0.0457281 0.0283091
Vertex 32405 0.0450831 0.0463904 0.0280485
Vertex 32406 -0.0827793 0.0771313 0.0211566
Vertex 32407 -0.0649916 0.0659907 0.0309635
Vertex 32408 -0.0671962 0.0736816 0.0379285
Vertex 32409 -0.0612726 0.0708854 0.0380779
Vertex 32410 -0.0788042 0.109939 0.0428886
Vertex 32411 -0.0827795 0.113314 0.0464356
Vertex 32412 -0.0904011 0.115144 0.0307537
Vertex 32413 -0.0652616 0.0722487 0.0377992
Vertex 32414 -0.0720619 0.109399 0.0395074
Vertex 32415 -0.0676501 0.0667159 0.0297862
Vertex 32416 -0.0896796 0.114349 0.0422656
Vertex 32417 -0.0531345 0.0641573 0.0333061
Vertex 32418 -0.0653727 0.074532 0.0393295
Vertex 32419 -0.0904857 0.114242 0.0332623
Vertex 32420 -0.0860696 0.110951 0.0368762
Vertex 32421 -0.0898618 0.113382 0.0394321
Vertex 32422 -0.0768843 0.109139 0.0404116
Vertex 32423 -0.0586618 0.0637687 0.0307411
Vertex 32424 -0.0578159 0.0636603 0.0309898
Vertex 32425 -0.0757375 0.106056 0.0359296
Vertex 32426 -0.0670324 0.0672056 0.0312385
Vertex 32427 -0.0925663 0.116874 0.0234322
Vertex 32428 -0.06879 0.067714 0.0304363
Vertex 32429 -0.0487849 0.0715634 0.0402545
Vertex 32430 -0.0497522 0.0716181 0.0399477
Vertex 32431 -0.0645432 0.0673992 0.033354
Vertex 32432 -0.0624735 0.0344952 0.0183787
Vertex 32433 -0.0616059 0.0342155 0.0188015
Vertex 32434 -0.0606958 0.0340151 0.0191666
Vertex 32435 -0.0597443 0.0338929 0.0194732
Vertex 32436 -0.0587951 0.0337712 0.0197789
Vertex 32437 -0.0577592 0.033805 0.0199655
Vertex 32438 -0.0568094 0.0336832 0.0202688
Vertex 32439 -0.0558188 0.0336396 0.0205147
Vertex 32440 -0.0547437 0.0337519 0.0206417
Vertex 32441 -0.0536699 0.0338623 0.0207675
Vertex 32442 -0.0528867 0.0334295 0.0213081
Vertex 32443 -0.0366651 0.0353042 0.023032
Vertex 32444 -0.0360635 0.034528 0.0238485
Vertex 32445 -0.0353224 0.0340121 0.0244595
Vertex 32446 -0.0342862 0.0340473 0.0246456
Vertex 32447 -0.0331612 0.0342582 0.0246899
Vertex 32448 -0.0319429 0.0346356 0.0246022
Vertex 32449 -0.0301518 0.0360809 0.0236741
Vertex 32450 -0.0282716 0.0376885 0.0226211
Vertex 32451 -0.0272298 0.037736 0.022792
Vertex 32452 -0.0261021 0.0379463 0.0228342
Vertex 32453 -0.0250572 0.0379934 0.0230062
Vertex 32454 -0.0239769 0.0381215 0.0231095
Vertex 32455 -0.022979 0.0380859 0.023348
Vertex 32456 -0.0218898 0.0382146 0.0234539
Vertex 32457 -0.0208969 0.0381794 0.0236923
Vertex 32458 -0.0198527 0.0382258 0.0238627
Vertex 32459 -0.0188094 0.0382725 0.0240343
Vertex 32460 -0.0177683 0.0383192 0.0242073
Vertex 32461 -0.0167299 0.0383654 0.0243772
Vertex 32462 -0.0157326 0.0383302 0.0246146
Vertex 32463 -0.014649 0.0384586 0.0247211
Vertex 32464 -0.0136478 0.0384232 0.0249573
Vertex 32465 -0.0126098 0.0384695 0.0251301
Vertex 32466 -0.0116086 0.0384341 0.0253641
Vertex 32467 -0.0105678 0.0384807 0.0255376
Vertex 32468 -0.00952807 0.0385271 0.0257083
Vertex 32469 -0.00848922 0.0385737 0.0258802
Vertex 32470 -0.00744633 0.0386202 0.0260498
Vertex 32471 -0.00640617 0.0386668 0.0262232
Vertex 32472 -0.00536457 0.0387134 0.026395
Vertex 32473 -0.00436707 0.0386778 0.0266309
Vertex 32474 -0.00332487 0.0387243 0.0268007
Vertex 32475 -0.00228102 0.038771 0.0269718
Vertex 32476 -0.00124079 0.0388178 0.0271443
Vertex 32477 -0.00015619 0.0389464 0.0272511
Vertex 32478 0.000884291 0.038993 0.0274224
Vertex 32479 0.00192546 0.0390395 0.0275923
Vertex 32480 0.00296667 0.0390863 0.0277676
Vertex 32481 0.00400981 0.0391328 0.0279405
Vertex 32482 0.00500615 0.0390969 0.0281732
Vertex 32483 0.00600107 0.0390612 0.028408
Vertex 32484 0.00691185 0.038861 0.0287775
Vertex 32485 0.00777681 0.0385776 0.0292039
Vertex 32486 0.00859545 0.0382141 0.0296981
Vertex 32487 0.00937487 0.0377648 0.0302588
Vertex 32488 0.0100598 0.0371564 0.0309489
Vertex 32489 0.0106605 0.0363802 0.031763
Vertex 32490 0.0111749 0.035437 0.032711
Vertex 32491 0.011955 0.0349898 0.0332703
Vertex 32492 0.0128613 0.0347903 0.0336338
Vertex 32493 0.0138178 0.034673 0.033937
Vertex 32494 0.0149002 0.0348014 0.0340409
Vertex 32495 0.0159012 0.0347663 0.0342789
Vertex 32496 0.0169866 0.0348952 0.0343866
Vertex 32497 0.0180716 0.0350245 0.0344937
Vertex 32498 0.0191993 0.0352366 0.0345338
Vertex 32499 0.0207702 0.036271 0.0339301
Vertex 32500 0.022412 0.0372285 0.0333476
Vertex 32501 0.0239273 0.0383233 0.0327312
Vertex 32502 0.0254197 0.0394349 0.0320923
Vertex 32503 0.027107 0.0406036 0.0313674
Vertex 32504 -0.0487973 0.070279 0.0395574
Vertex 32505 -0.0812419 0.109765 0.0353982
Vertex 32506 0.033052 0.0440867 0.029429
Vertex 32507 0.034148 0.0442132 0.0295363
Vertex 32508 0.0352381 0.0443124 0.029693
Vertex 32509 0.0362811 0.0443655 0.0298564
Vertex 32510 0.0373215 0.0444316 0.0300039
Vertex 32511 0.0384486 0.0446185 0.0300797
Vertex 32512 0.0395731 0.0448559 0.0300931
Vertex 32513 0.0407753 0.0452541 0.0299878
Vertex 32514 0.0420748 0.0457918 0.0297783
Vertex 32515 0.0434163 0.0464179 0.0294988
Vertex 32516 -0.0568241 0.063612 0.0312362
Vertex 32517 -0.0605435 0.0660534 0.0336067
Vertex 32518 -0.0717138 0.073474 0.0353741
Vertex 32519 -0.0748097 0.109257 0.0407877
Vertex 32520 -0.0715764 0.0724969 0.0344898
Vertex 32521 -0.0758474 0.109198 0.0406016
Vertex 32522 -0.0832904 0.111663 0.0440643
Vertex 32523 -0.0892259 0.113441 0.0323782
Vertex 32524 -0.0853906 0.110991 0.0352247
Vertex 32525 -0.0898642 0.114175 0.0316644
Vertex 32526 -0.0885535 0.112746 0.0331115
Vertex 32527 -0.0870355 0.111737 0.0342553
Vertex 32528 -0.0845703 0.11062 0.0357089
Vertex 32529 -0.0801514 0.109359 0.0377151
Vertex 32530 -0.0763852 0.108818 0.0389983
Vertex 32531 -0.0594802 0.0716799 0.0395512
Vertex 32532 -0.0888863 0.113493 0.0234001
Vertex 32533 -0.0830307 0.110356 0.0344756
Vertex 32534 -0.0661377 0.0669804 0.0316196
Vertex 32535 -0.0898786 0.113438 0.0340422
Vertex 32536 -0.0603252 0.0707596 0.0383929
Vertex 32537 -0.0825513 0.110697 0.0307352
Vertex 32538 -0.0558279 0.0635792 0.0314789
Vertex 32539 -0.0581683 0.0606896 -0.00283185
Vertex 32540 -0.0548706 0.0634738 0.0317723
Vertex 32541 -0.0897269 0.113038 0.0361809
Vertex 32542 -0.0538732 0.0634525 0.0320061
Vertex 32543 -0.0848272 0.110715 0.0391424
Vertex 32544 -0.0773794 0.109459 0.0418273
Vertex 32545 -0.0683421 0.111385 0.0423299
Vertex 32546 -0.0738907 0.107101 0.0373066
Vertex 32547 -0.0627834 0.035148 0.0195098
Vertex 32548 -0.0621198 0.0344764 0.0202314
Vertex 32549 -0.0612546 0.0341987 0.0206565
Vertex 32550 -0.0603468 0.0339987 0.0210215
Vertex 32551 -0.0593508 0.0339548 0.0212701
Vertex 32552 -0.0583609 0.0339112 0.0215144
Vertex 32553 -0.0573663 0.0338673 0.0217593
Vertex 32554 -0.0563756 0.0338236 0.0220041
Vertex 32555 -0.0553855 0.0337802 0.0222515
Vertex 32556 -0.0543926 0.0337363 0.0224962
Vertex 32557 -0.0534027 0.0336932 0.022744
Vertex 32558 -0.0524535 0.0335708 0.023045
Vertex 32559 -0.0382796 0.035429 0.0243806
Vertex 32560 -0.0372877 0.0353832 0.0246264
Vertex 32561 -0.0369573 0.0340894 0.0258321
Vertex 32562 -0.0359224 0.034124 0.026018
Vertex 32563 -0.0348891 0.0341588 0.0262022
Vertex 32564 -0.0338144 0.0342727 0.0263277
Vertex 32565 -0.0325668 0.0347124 0.0262002
Vertex 32566 -0.0308674 0.0359912 0.0254031
Vertex 32567 -0.0288992 0.0377652 0.0242203
Vertex 32568 -0.027899 0.0377311 0.0244577
Vertex 32569 -0.0267255 0.0380235 0.0244373
Vertex 32570 -0.0256867 0.0380701 0.0246091
Vertex 32571 -0.0246444 0.0381166 0.0247786
Vertex 32572 -0.0236064 0.038163 0.0249493
Vertex 32573 -0.0226059 0.0381278 0.0251854
Vertex 32574 -0.0215209 0.0382567 0.0252967
Vertex 32575 -0.0204364 0.038385 0.0254029
Vertex 32576 -0.0194853 0.0382676 0.0257029
Vertex 32577 -0.0184004 0.0383962 0.0258071
Vertex 32578 -0.0173569 0.038443 0.0259817
Vertex 32579 -0.016317 0.0384896 0.0261516
Vertex 32580 -0.015272 0.0385359 0.0263224
Vertex 32581 -0.0142754 0.0385008 0.0265607
Vertex 32582 -0.0132381 0.0385471 0.0267309
Vertex 32583 -0.0122404 0.0385117 0.0269697
Vertex 32584 -0.0111539 0.0386404 0.0270766
Vertex 32585 -0.0101559 0.0386047 0.027311
Vertex 32586 -0.00915886 0.0385694 0.027547
Vertex 32587 -0.00807178 0.0386982 0.0276584
Vertex 32588 -0.00707611 0.0386628 0.0278929
Vertex 32589 -0.00603714 0.0387093 0.0280658
Vertex 32590 -0.00499552 0.038756 0.0282379
Vertex 32591 -0.00395415 0.0388026 0.0284096
Vertex 32592 -0.00290933 0.0388493 0.0285794
Vertex 32593 -0.00186878 0.0388962 0.0287527
Vertex 32594 -0.000827607 0.0389424 0.0289209
Vertex 32595 0.00021169 0.0389894 0.029096
Vertex 32596 0.00129902 0.039118 0.0292011
Vertex 32597 0.00233723 0.0391647 0.0293747
Vertex 32598 0.00337821 0.0392113 0.0295452
Vertex 32599 0.00442082 0.039258 0.029719
Vertex 32600 0.00542039 0.0392223 0.0299552
Vertex 32601 0.00645901 0.0392685 0.0301228
Vertex 32602 0.00741103 0.0391504 0.030425
Vertex 32603 0.00823162 0.0387858 0.0309201
Vertex 32604 0.00900714 0.0383394 0.0314785
Vertex 32605 0.00960807 0.0375632 0.0322947
Vertex 32606 0.00994394 0.0362916 0.0335003
Vertex 32607 0.0103698 0.0351865 0.034574
Vertex 32608 0.0112393 0.0349033 0.0350041
Vertex 32609 0.0121456 0.0347039 0.0353715
Vertex 32610 0.0131441 0.0346685 0.0356066
Vertex 32611 0.0141872 0.0347155 0.0357788
Vertex 32612 0.015269 0.034844 0.035887
Vertex 32613 0.0162675 0.0348087 0.0361219
Vertex 32614 0.0173543 0.0349384 0.0362289
Vertex 32615 0.0185257 0.0352322 0.0362088
Vertex 32616 0.0198737 0.0358544 0.0359282
Vertex 32617 0.0214915 0.0369736 0.0352586
Vertex 32618 -0.0821651 0.110069 0.034903
Vertex 32619 -0.0721201 0.0655088 0.0210948
Vertex 32620 -0.0709567 0.0767623 0.0380194
Vertex 32621 -0.0607654 0.0668786 0.0346016
Vertex 32622 -0.0633908 0.0664235 0.0326881
Vertex 32623 -0.0731036 0.0721584 0.0326952
Vertex 32624 -0.0357596 0.0367769 0.0465803
Vertex 32625 -0.0582856 0.0695544 0.0380966
Vertex 32626 -0.0626784 0.0670893 0.0340154
Vertex 32627 -0.0724259 0.0727975 0.0340482
Vertex 32628 -0.0713342 0.065071 0.0216423
Vertex 32629 -0.0799749 0.0710714 0.0163832
Vertex 32630 0.0394746 0.0459091 0.0309432
Vertex 32631 0.0406411 0.0462159 0.0309092
Vertex 32632 -0.0792845 0.0704649 0.0170607
Vertex 32633 -0.0785506 0.0699758 0.0176232
Vertex 32634 -0.0777833 0.0694772 0.0182331
Vertex 32635 -0.0708435 0.0731956 0.0357937
Vertex 32636 -0.0754795 0.0704499 0.0266608
Vertex 32637 -0.0769851 0.0690914 0.0187275
Vertex 32638 -0.05157 0.0657725 0.0357523
Vertex 32639 -0.0847722 0.113367 0.0459387
Vertex 32640 -0.0839165 0.110514 0.0395089
Vertex 32641 -0.0773811 0.108845 0.0387481
Vertex 32642 -0.0810176 0.109646 0.0372868
Vertex 32643 -0.0761893 0.0686573 0.0192806
Vertex 32644 -0.0728856 0.148047 -0.0249504
Vertex 32645 -0.0606626 0.0738612 0.0409255
Vertex 32646 -0.0862122 0.111364 0.0347412
Vertex 32647 -0.0837023 0.110333 0.0361338
Vertex 32648 -0.0604546 0.071762 0.0392488
Vertex 32649 -0.0639661 0.0690471 0.0355624
Vertex 32650 -0.0709391 0.109631 0.0395791
Vertex 32651 -0.0776118 0.0739521 0.0284675
Vertex 32652 -0.0872579 0.113355 0.0275168
Vertex 32653 -0.0754126 0.068174 0.019879
Vertex 32654 -0.0746432 0.067744 0.0203901
Vertex 32655 -0.0738697 0.0672451 0.0209913
Vertex 32656 -0.0616634 0.0612417 -0.00198952
Vertex 32657 -0.0607907 0.0609394 -0.0015406
Vertex 32658 -0.0599662 0.0605914 -0.00103222
Vertex 32659 -0.0591948 0.0603156 -0.00052226
Vertex 32660 -0.058406 0.0598457 0.000248469
Vertex 32661 -0.0731035 0.0667848 0.0215468
Vertex 32662 -0.0836103 0.0769236 0.0176347
Vertex 32663 -0.0603093 0.0652594 0.0325934
Vertex 32664 -0.0763864 0.109432 0.0420745
Vertex 32665 -0.0669825 0.112069 0.0420748
Vertex 32666 -0.0723466 0.0663158 0.0221054
Vertex 32667 -0.0529002 0.0701503 0.0387731
Vertex 32668 -0.0715611 0.065876 0.0226562
Vertex 32669 -0.0625972 0.0348156 0.0215996
Vertex 32670 -0.0618525 0.0343021 0.022204
Vertex 32671 -0.0609416 0.0341022 0.0225725
Vertex 32672 -0.0599506 0.0340585 0.0228145
Vertex 32673 -0.0589604 0.0340153 0.0230639
Vertex 32674 -0.0579697 0.0339719 0.0233097
Vertex 32675 -0.0569766 0.0339283 0.0235563
Vertex 32676 -0.055985 0.033885 0.0237996
Vertex 32677 -0.0549513 0.0339195 0.0239841
Vertex 32678 -0.0539587 0.0338764 0.0242313
Vertex 32679 -0.0529285 0.0339107 0.0244154
Vertex 32680 -0.0520579 0.0336325 0.0248414
Vertex 32681 -0.0510279 0.0336678 0.0250302
Vertex 32682 -0.0438381 0.033833 0.0263899
Vertex 32683 -0.0428042 0.0338676 0.0265755
Vertex 32684 -0.0418955 0.0336683 0.02694
Vertex 32685 -0.0406946 0.0340162 0.0268873
Vertex 32686 -0.0396636 0.0340515 0.0270767
Vertex 32687 -0.038588 0.0341641 0.0271976
Vertex 32688 -0.0375579 0.0341991 0.0273875
Vertex 32689 -0.0365645 0.0341557 0.0276322
Vertex 32690 -0.0355318 0.0341909 0.0278174
Vertex 32691 -0.0344171 0.0343826 0.0278837
Vertex 32692 -0.0332179 0.0347336 0.0278325
Vertex 32693 -0.0316694 0.0357391 0.0272619
Vertex 32694 -0.0295698 0.0377598 0.0258888
Vertex 32695 -0.0285282 0.0378067 0.0260568
Vertex 32696 -0.0273965 0.0380183 0.0261038
Vertex 32697 -0.0263135 0.0381467 0.0262093
Vertex 32698 -0.0252738 0.0381933 0.0263814
Vertex 32699 -0.0242309 0.0382399 0.0265535
Vertex 32700 -0.0232358 0.0382045 0.0267906
Vertex 32701 -0.0221488 0.0383333 0.0268965
Vertex 32702 -0.0211531 0.0382979 0.0271326
Vertex 32703 -0.0200678 0.0384268 0.0272406
Vertex 32704 -0.0190238 0.0384735 0.0274147
Vertex 32705 -0.018026 0.0384381 0.0276504
Vertex 32706 -0.016985 0.0384848 0.0278228
Vertex 32707 -0.0159434 0.0385311 0.027994
Vertex 32708 -0.0149461 0.0384961 0.0282276
Vertex 32709 -0.0138611 0.0386244 0.0283378
Vertex 32710 -0.0128672 0.038589 0.0285719
Vertex 32711 -0.0118259 0.0386358 0.028745
Vertex 32712 -0.0107858 0.0386823 0.0289151
Vertex 32713 -0.00974239 0.0387292 0.0290909
Vertex 32714 -0.00870302 0.0387758 0.0292604
Vertex 32715 -0.00765915 0.0388225 0.0294318
Vertex 32716 -0.00661876 0.0388692 0.029605
Vertex 32717 -0.00562206 0.0388337 0.0298422
Vertex 32718 -0.00457845 0.0388805 0.0300129
Vertex 32719 -0.00353807 0.0389271 0.0301841
Vertex 32720 -0.00249575 0.0389742 0.0303561
Vertex 32721 -0.00141447 0.0391026 0.0304627
Vertex 32722 -0.000370674 0.0391495 0.0306363
Vertex 32723 0.000668194 0.039196 0.03081
Vertex 32724 0.00170995 0.0392427 0.0309786
Vertex 32725 0.00275029 0.0392893 0.0311503
Vertex 32726 0.00379349 0.0393361 0.0313217
Vertex 32727 0.00483671 0.039382 0.0314929
Vertex 32728 0.00578775 0.0392649 0.0317966
Vertex 32729 0.00678439 0.0392286 0.0320303
Vertex 32730 0.00769138 0.039029 0.0323953
Vertex 32731 0.00842312 0.0385006 0.0330183
Vertex 32732 0.00898082 0.0376394 0.0339008
Vertex 32733 0.00852878 0.034888 0.0362651
Vertex 32734 0.0094791 0.0347704 0.0365664
Vertex 32735 0.0104341 0.0346525 0.0368683
Vertex 32736 0.0114304 0.0346172 0.0371012
Vertex 32737 0.0124741 0.0346639 0.0372734
Vertex 32738 0.0135129 0.0347107 0.0374491
Vertex 32739 0.0145534 0.0347576 0.0376203
Vertex 32740 0.0156377 0.0348863 0.0377268
Vertex 32741 0.0167263 0.0350159 0.0378322
Vertex 32742 0.0178543 0.0352284 0.0378786
Vertex 32743 0.0191581 0.0357679 0.0376614
Vertex 32744 0.020686 0.0367224 0.0371237
Vertex 32745 -0.0707511 0.0654954 0.0231537
Vertex 32746 -0.0699342 0.0651273 0.0236486
Vertex 32747 -0.0726405 0.148337 -0.0310398
Vertex 32748 -0.0884146 0.113764 0.0250911
Vertex 32749 -0.0566436 0.0657735 0.0346839
Vertex 32750 -0.0735982 0.110276 0.0438156
Vertex 32751 -0.0701455 0.111146 0.0439061
Vertex 32752 -0.0722895 0.147809 -0.0265569
Vertex 32753 -0.0699466 0.072981 0.0361776
Vertex 32754 -0.0826529 0.0796856 0.0277856
Vertex 32755 -0.0672589 0.077344 0.0400985
Vertex 32756 -0.0691135 0.0647604 0.0241382
Vertex 32757 -0.0682758 0.06442 0.0246162
Vertex 32758 -0.0673972 0.0641749 0.025006
Vertex 32759 -0.0724789 0.110508 0.0438845
Vertex 32760 -0.0797208 0.0757926 0.0264575
Vertex 32761 -0.0789826 0.115456 0.0491224
Vertex 32762 -0.0665349 0.0638845 0.0254353
Vertex 32763 -0.0656277 0.0636798 0.0258038
Vertex 32764 -0.0719281 0.148635 -0.0350398
Vertex 32765 -0.0705444 0.0712752 0.0339991
Vertex 32766 -0.0714085 0.0715566 0.0335759
Vertex 32767 -0.0878261 0.11219 0.0337097
Vertex 32768 -0.0882187 0.112165 0.0210064
Vertex 32769 -0.0906667 0.113308 0.0195238
Vertex 32770 -0.0602113 0.0697286 0.0375341
Vertex 32771 -0.0533892 0.064921 0.0343521
Vertex 32772 -0.0749694 0.0749712 0.0333987
Vertex 32773 -0.0888928 0.113895 0.0428033
Vertex 32774 -0.0800056 0.108388 0.0313605
Vertex 32775 -0.0665906 0.0686018 0.0336345
Vertex 32776 -0.0753497 0.108878 0.0391875
Vertex 32777 -0.0696851 0.11012 0.0394623
Vertex 32778 -0.0663226 0.0771733 0.0404118
Vertex 32779 -0.0647148 0.06349 0.0261636
Vertex 32780 -0.0649629 0.0620542 -0.00149187
Vertex 32781 -0.0640739 0.0617863 -0.0011495
Vertex 32782 -0.0633366 0.0613129 -0.000511486
Vertex 32783 -0.0625236 0.0609176 -2.19725e-05
Vertex 32784 -0.0617103 0.0604885 0.000571471
Vertex 32785 -0.0609112 0.060145 0.00105228
Vertex 32786 -0.0600989 0.0598417 0.00157193
Vertex 32787 -0.0592102 0.0595951 0.00211544
Vertex 32788 -0.0638018 0.0632948 0.0265284
Vertex 32789 -0.0628916 0.0631016 0.0268901
Vertex 32790 -0.0619477 0.0629617 0.0272004
Vertex 32791 -0.0624949 0.0729745 0.0395167
Vertex 32792 -0.0609885 0.0628534 0.0274979
Vertex 32793 -0.0735402 0.0708078 0.0302704
Vertex 32794 -0.0600389 0.0627348 0.027804
Vertex 32795 -0.0640639 0.0351963 0.0227232
Vertex 32796 -0.0632785 0.0347611 0.0232648
Vertex 32797 -0.0624908 0.0343254 0.0238098
Vertex 32798 -0.0615416 0.034204 0.0241166
Vertex 32799 -0.0605498 0.0341606 0.0243603
Vertex 32800 -0.0595593 0.0341176 0.0246105
Vertex 32801 -0.0585687 0.0340745 0.0248573
Vertex 32802 -0.0575747 0.034031 0.0251021
Vertex 32803 -0.0565822 0.0339881 0.0253464
Vertex 32804 -0.0555068 0.0341015 0.0254741
Vertex 32805 -0.0544743 0.034136 0.0256577
Vertex 32806 -0.0534824 0.0340932 0.0259063
Vertex 32807 -0.0524923 0.0340498 0.0261507
Vertex 32808 -0.0515024 0.0340065 0.0263967
Vertex 32809 -0.0505514 0.0338848 0.0267025
Vertex 32810 -0.0495577 0.0338416 0.0269497
Vertex 32811 -0.0485662 0.0337988 0.0271958
Vertex 32812 -0.0475328 0.0338333 0.0273813
Vertex 32813 -0.0465457 0.0337901 0.0276252
Vertex 32814 -0.0455114 0.0338265 0.027816
Vertex 32815 -0.0444796 0.0338614 0.0280014
Vertex 32816 -0.043447 0.0338958 0.0281851
Vertex 32817 -0.0423301 0.0340883 0.0282541
Vertex 32818 -0.0412543 0.0342017 0.0283816
Vertex 32819 -0.0402218 0.0342366 0.0285657
Vertex 32820 -0.0391909 0.0342717 0.0287528
Vertex 32821 -0.038197 0.0342285 0.0289964
Vertex 32822 -0.0371641 0.0342638 0.0291868
Vertex 32823 -0.0361326 0.034299 0.0293707
Vertex 32824 -0.0350568 0.0344135 0.0294961
Vertex 32825 -0.0338576 0.0347656 0.029445
Vertex 32826 -0.0322918 0.0358193 0.0288559
Vertex 32827 -0.0303274 0.0375897 0.0276802
Vertex 32828 -0.0291528 0.0378835 0.0276599
Vertex 32829 -0.028023 0.0380941 0.0277005
Vertex 32830 -0.0269831 0.0381412 0.0278748
Vertex 32831 -0.0258999 0.0382697 0.0279803
Vertex 32832 -0.0249013 0.0382346 0.0282196
Vertex 32833 -0.0238582 0.0382811 0.0283891
Vertex 32834 -0.0228169 0.0383283 0.0285633
Vertex 32835 -0.0217358 0.0384567 0.028668
Vertex 32836 -0.0206926 0.0385034 0.0288434
Vertex 32837 -0.0196964 0.0384682 0.0290787
Vertex 32838 -0.0186121 0.038597 0.0291868
Vertex 32839 -0.0176156 0.0385615 0.0294218
Vertex 32840 -0.0165731 0.0386082 0.0295958
Vertex 32841 -0.0155328 0.0386551 0.0297691
Vertex 32842 -0.0145326 0.0386197 0.0300043
Vertex 32843 -0.0134912 0.0386664 0.0301779
Vertex 32844 -0.0124518 0.038713 0.0303489
Vertex 32845 -0.0114113 0.0387598 0.0305221
Vertex 32846 -0.0103683 0.0388061 0.0306894
Vertex 32847 -0.00937118 0.0387712 0.0309279
Vertex 32848 -0.0082877 0.0388999 0.0310374
Vertex 32849 -0.00729042 0.0388645 0.0312728
Vertex 32850 -0.00620458 0.038993 0.0313778
Vertex 32851 -0.0052065 0.0389581 0.0316148
Vertex 32852 -0.00412302 0.0390868 0.0317249
Vertex 32853 -0.00312706 0.0390512 0.0319597
Vertex 32854 -0.00208274 0.0390983 0.0321346
Vertex 32855 -0.00104546 0.0391448 0.0323048
Vertex 32856 4.37647e-05 0.0392736 0.0324137
Vertex 32857 0.0010398 0.0392387 0.0326514
Vertex 32858 0.00208256 0.0392848 0.0328214
Vertex 32859 0.00307915 0.03925 0.0330573
Vertex 32860 0.00416104 0.0393786 0.0331643
Vertex 32861 0.00524969 0.0395071 0.0332712
Vertex 32862 0.00624218 0.039472 0.0335072
Vertex 32863 0.00481949 0.0349074 0.0372909
Vertex 32864 0.0057743 0.0347896 0.0375885
Vertex 32865 0.00672447 0.0346721 0.0378883
Vertex 32866 0.00772286 0.0346363 0.0381279
Vertex 32867 0.00872274 0.0346011 0.0383625
Vertex 32868 0.00976325 0.0346476 0.0385339
Vertex 32869 0.0107598 0.0346122 0.0387698
Vertex 32870 0.0118001 0.034659 0.0389456
Vertex 32871 0.0128427 0.034706 0.0391137
Vertex 32872 0.0139247 0.0348347 0.0392218
Vertex 32873 0.0150108 0.0349639 0.0393317
Vertex 32874 0.0160525 0.0350115 0.0395034
Vertex 32875 0.0172278 0.0353072 0.0394845
Vertex 32876 0.0185294 0.0358466 0.0392699
Vertex 32877 0.0199235 0.0365522 0.038924
Vertex 32878 -0.0590903 0.0626036 0.0281123
Vertex 32879 -0.0738874 0.0695898 0.0277412
Vertex 32880 -0.0846331 0.0781756 0.0181083
Vertex 32881 -0.0746876 0.0700138 0.0272066
Vertex 32882 -0.0815914 0.0767239 0.0235201
Vertex 32883 -0.053995 0.0675039 0.0372692
Vertex 32884 -0.0471085 0.0683456 0.0397676
Vertex 32885 -0.0730641 0.148297 -0.027137
Vertex 32886 -0.0690473 0.0727409 0.0365464
Vertex 32887 -0.0714849 0.147284 -0.0260827
Vertex 32888 -0.0581322 0.0624985 0.0284102
Vertex 32889 -0.0623671 0.0719748 0.0386642
Vertex 32890 -0.078333 0.108337 0.035368
Vertex 32891 -0.0571803 0.062383 0.0287138
Vertex 32892 -0.0786738 0.10815 0.0335843
Vertex 32893 -0.0478952 0.0713156 0.0406183
Vertex 32894 -0.0795217 0.0748572 0.0255446
Vertex 32895 -0.0705201 0.0646959 0.0221381
Vertex 32896 -0.0810085 0.1097 0.0318734
Vertex 32897 -0.0516777 0.0668198 0.0365892
Vertex 32898 -0.0488766 0.0663121 0.037594
Vertex 32899 -0.065916 0.0662086 0.0305519
Vertex 32900 -0.0697163 0.064282 0.022673
Vertex 32901 -0.0876727 0.111787 0.0358475
Vertex 32902 -0.0740415 0.112641 0.0489542
Vertex 32903 -0.0838901 0.110998 0.0281595
Vertex 32904 -0.0901723 0.112303 0.0149799
Vertex 32905 -0.0726772 0.112018 0.047983
Vertex 32906 -0.0845701 0.112449 0.0449336
Vertex 32907 -0.0827936 0.110133 0.0365
Vertex 32908 -0.0792829 0.109073 0.0381388
Vertex 32909 -0.0742647 0.109022 0.03931
Vertex 32910 -0.0813565 0.109598 0.0300528
Vertex 32911 -0.0664934 0.0624679 -0.000297249
Vertex 32912 -0.0655849 0.0622273 0.00026904
Vertex 32913 -0.0648107 0.0617811 0.00082735
Vertex 32914 -0.0641258 0.0611318 0.00140431
Vertex 32915 -0.0633435 0.060722 0.00207171
Vertex 32916 -0.0625031 0.0602955 0.00246046
Vertex 32917 -0.061699 0.0599431 0.00295203
Vertex 32918 -0.0607891 0.0597911 0.00342454
Vertex 32919 -0.0599288 0.0595089 0.00385673
Vertex 32920 -0.0591944 0.0589798 0.00447595
Vertex 32921 -0.0585951 0.0582039 0.0052961
Vertex 32922 -0.07435 0.0711851 0.0297739
Vertex 32923 -0.0883363 0.112382 0.0405773
Vertex 32924 -0.0835056 0.0777286 0.0204901
Vertex 32925 -0.0765009 0.0716493 0.0271716
Vertex 32926 -0.0732 0.113624 0.050147
Vertex 32927 -0.0647046 0.0352193 0.0243246
Vertex 32928 -0.06396 0.034704 0.0249317
Vertex 32929 -0.0631313 0.0343469 0.025414
Vertex 32930 -0.0621816 0.0342254 0.0257179
Vertex 32931 -0.0611919 0.0341824 0.0259657
Vertex 32932 -0.0601957 0.0341396 0.0262143
Vertex 32933 -0.0591643 0.0341749 0.0263998
Vertex 32934 -0.0581312 0.0342101 0.0265873
Vertex 32935 -0.0571418 0.0341673 0.0268338
Vertex 32936 -0.0561495 0.0341243 0.0270787
Vertex 32937 -0.0551152 0.0341599 0.0272668
Vertex 32938 -0.0540847 0.0341953 0.0274512
Vertex 32939 -0.053009 0.0343093 0.0275811
Vertex 32940 -0.0519767 0.0343446 0.0277664
Vertex 32941 -0.0509876 0.0343016 0.0280109
Vertex 32942 -0.0499923 0.0342577 0.028256
Vertex 32943 -0.0490427 0.0341369 0.0285626
Vertex 32944 -0.0480122 0.0341726 0.0287503
Vertex 32945 -0.0469776 0.034208 0.0289371
Vertex 32946 -0.0459855 0.0341655 0.0291843
Vertex 32947 -0.0449113 0.0342791 0.0293115
Vertex 32948 -0.0438782 0.0343145 0.0294954
Vertex 32949 -0.0428028 0.034428 0.0296237
Vertex 32950 -0.0418108 0.0343847 0.029868
Vertex 32951 -0.0408221 0.0343419 0.0301151
Vertex 32952 -0.0398304 0.034299 0.0303636
Vertex 32953 -0.0387951 0.0343342 0.0305488
Vertex 32954 -0.0378047 0.0342916 0.0307956
Vertex 32955 -0.036771 0.0343273 0.0309808
Vertex 32956 -0.0357 0.0344414 0.0311095
Vertex 32957 -0.0345003 0.0347932 0.0310568
Vertex 32958 -0.0330138 0.0356955 0.0305887
Vertex 32959 -0.0309502 0.0376665 0.0292806
Vertex 32960 -0.0298246 0.0378766 0.0293214
Vertex 32961 -0.0286941 0.0380883 0.0293671
Vertex 32962 -0.0276072 0.038217 0.0294729
Vertex 32963 -0.0265686 0.0382637 0.0296453
Vertex 32964 -0.025528 0.0383109 0.0298198
Vertex 32965 -0.0244403 0.0384399 0.0299279
Vertex 32966 -0.0233997 0.0384863 0.0301002
Vertex 32967 -0.0224026 0.0384511 0.0303351
Vertex 32968 -0.0213641 0.0384977 0.0305062
Vertex 32969 -0.0203244 0.0385446 0.0306811
Vertex 32970 -0.0192836 0.0385916 0.0308544
Vertex 32971 -0.0182416 0.0386382 0.0310248
Vertex 32972 -0.0171561 0.0387671 0.0311342
Vertex 32973 -0.0161996 0.0386499 0.0314325
Vertex 32974 -0.0151193 0.0387785 0.0315419
Vertex 32975 -0.0140741 0.0388251 0.0317136
Vertex 32976 -0.0130807 0.0387897 0.0319484
Vertex 32977 -0.0120362 0.0388366 0.0321214
Vertex 32978 -0.010995 0.0388834 0.0322933
Vertex 32979 -0.00995429 0.0389301 0.0324647
Vertex 32980 -0.0089161 0.0389771 0.0326408
Vertex 32981 -0.00787248 0.0390234 0.0328097
Vertex 32982 -0.00687536 0.0389886 0.0330493
Vertex 32983 -0.00583756 0.0390351 0.0332216
Vertex 32984 -0.00474995 0.0391641 0.0333259
Vertex 32985 -0.0037108 0.0392109 0.0335024
Vertex 32986 -0.00270958 0.0391757 0.033738
Vertex 32987 -0.00167056 0.0392225 0.0339103
Vertex 32988 -0.000627469 0.039269 0.0340794
Vertex 32989 0.000412609 0.0393166 0.0342543
Vertex 32990 0.00149398 0.0394449 0.0343588
Vertex 32991 0.00253507 0.0394917 0.0345311
Vertex 32992 0.00357616 0.0395385 0.0347033
Vertex 32993 0.00206776 0.0348089 0.0386094
Vertex 32994 0.00310705 0.0348555 0.0387811
Vertex 32995 0.00406092 0.0347375 0.0390843
Vertex 32996 0.00506037 0.0347021 0.0393176
Vertex 32997 0.00605741 0.0346665 0.039556
Vertex 32998 0.00705252 0.0346309 0.0397936
Vertex 32999 0.00800637 0.0345135 0.0400968
Vertex 33000 0.00904539 0.03456 0.0402645
Vertex 33001 0.0101351 0.0346886 0.0403762
Vertex 33002 0.0110844 0.0345718 0.0406762
Vertex 33003 0.0121734 0.0347014 0.0407838
Vertex 33004 0.0132581 0.0348304 0.0408908
Vertex 33005 0.0143393 0.0349605 0.0410018
Vertex 33006 0.0154275 0.0350916 0.0411096
Vertex 33007 0.0166879 0.0355485 0.0409566
Vertex 33008 0.0179499 0.0360095 0.0408071
Vertex 33009 0.0193853 0.0367967 0.0404
Vertex 33010 -0.0750911 0.110634 0.0449752
Vertex 33011 -0.0461472 0.0695191 0.0407559
Vertex 33012 -0.0771635 0.0705018 0.0227664
Vertex 33013 -0.0845698 0.111358 0.0279354
Vertex 33014 -0.0694123 0.111827 0.045291
Vertex 33015 0.0328934 0.0381571 -2.41096e-05
Vertex 33016 -0.0489211 0.0687544 0.0390214
Vertex 33017 -0.0806729 0.108958 0.0307202
Vertex 33018 -0.0772929 0.117422 0.0514809
Vertex 33019 -0.0688718 0.063973 0.0231175
Vertex 33020 -0.0741812 0.074527 0.0339368
Vertex 33021 -0.0857367 0.111526 0.0418488
Vertex 33022 -0.0900294 0.114549 0.0240977
Vertex 33023 -0.0762889 0.0738479 0.0305832
Vertex 33024 -0.0718306 0.148291 -0.0327712
Vertex 33025 -0.0709615 0.148056 -0.0324394
Vertex 33026 -0.077237 0.0721326 0.0266059
Vertex 33027 -0.0776097 0.0796169 0.0342011
Vertex 33028 -0.0784316 0.0799342 0.0337318
Vertex 33029 -0.0716235 0.0693585 0.0301698
Vertex 33030 -0.0722612 0.0718535 0.0331389
Vertex 33031 -0.0731823 0.109139 0.039466
Vertex 33032 -0.0530638 0.0723343 0.0404003
Vertex 33033 -0.0593755 0.0706339 0.0387044
Vertex 33034 -0.0658455 0.0693268 0.0349111
Vertex 33035 -0.073067 0.0692219 0.0282366
Vertex 33036 -0.0790124 0.0782686 0.0315155
Vertex 33037 -0.0615125 0.0729203 0.0397926
Vertex 33038 -0.0811474 0.0769537 0.0251701
Vertex 33039 -0.0794408 0.0768726 0.0291038
Vertex 33040 -0.0762457 0.0708701 0.0261488
Vertex 33041 -0.0818834 0.109932 0.0368633
Vertex 33042 -0.0783295 0.108958 0.0384425
Vertex 33043 -0.0820552 0.1102 0.0401793
Vertex 33044 -0.0685972 0.0635876 0.000162346
Vertex 33045 -0.0678684 0.063022 0.000880975
Vertex 33046 -0.0670934 0.0625692 0.00143601
Vertex 33047 -0.0663487 0.06206 0.00207137
Vertex 33048 -0.0656059 0.0615317 0.0026003
Vertex 33049 -0.0649369 0.0609076 0.00327394
Vertex 33050 -0.0640613 0.0606361 0.00380817
Vertex 33051 -0.0632614 0.0601538 0.00426714
Vertex 33052 -0.0624172 0.0599054 0.00479638
Vertex 33053 -0.0615968 0.0595411 0.0052883
Vertex 33054 -0.0607324 0.0592584 0.00571875
Vertex 33055 -0.0599121 0.0588939 0.00621161
Vertex 33056 -0.0591334 0.0584459 0.00677121
Vertex 33057 -0.0583127 0.0580812 0.00726379
Vertex 33058 -0.0679573 0.0636968 0.0236258
Vertex 33059 -0.0678369 0.0706443 0.0351197
Vertex 33060 -0.0661037 0.0713259 0.0366501
Vertex 33061 -0.0786437 0.112204 0.0464731
Vertex 33062 -0.0583387 0.0706756 0.0389009
Vertex 33063 -0.0637307 0.0344451 0.0269565
Vertex 33064 -0.0627783 0.0343233 0.0272634
Vertex 33065 -0.0618294 0.0342021 0.0275686
Vertex 33066 -0.0608362 0.0341593 0.0278122
Vertex 33067 -0.0598038 0.0341949 0.0280011
Vertex 33068 -0.0588141 0.0341524 0.0282501
Vertex 33069 -0.0577792 0.0341881 0.0284371
Vertex 33070 -0.0567453 0.0342237 0.02862
Vertex 33071 -0.0557138 0.0342594 0.0288064
Vertex 33072 -0.0546814 0.0342953 0.0289953
Vertex 33073 -0.0536509 0.0343311 0.0291848
Vertex 33074 -0.0526183 0.0343668 0.0293685
Vertex 33075 -0.0515819 0.0344024 0.0295565
Vertex 33076 -0.0505908 0.03436 0.0298011
Vertex 33077 -0.049518 0.0344739 0.029929
Vertex 33078 -0.0485262 0.0344313 0.0301756
Vertex 33079 -0.0474955 0.0344671 0.0303636
Vertex 33080 -0.0464591 0.0345029 0.0305523
Vertex 33081 -0.0454276 0.0345386 0.0307405
Vertex 33082 -0.0444358 0.0344955 0.0309851
Vertex 33083 -0.0434472 0.0344528 0.0312293
Vertex 33084 -0.0424147 0.0344885 0.0314161
Vertex 33085 -0.0414211 0.0344456 0.0316667
Vertex 33086 -0.0404715 0.0343242 0.0319689
Vertex 33087 -0.0394369 0.03436 0.0321562
Vertex 33088 -0.0384034 0.0343958 0.0323426
Vertex 33089 -0.0373724 0.0344314 0.0325332
Vertex 33090 -0.0363397 0.0344675 0.0327184
Vertex 33091 -0.0352216 0.0346633 0.0327857
Vertex 33092 -0.0337394 0.0355643 0.0323212
Vertex 33093 -0.0317094 0.0374952 0.0310681
Vertex 33094 -0.0303619 0.0381166 0.0307902
Vertex 33095 -0.0293203 0.0381642 0.0309659
Vertex 33096 -0.0282335 0.0382933 0.0310718
Vertex 33097 -0.0271496 0.0384219 0.0311819
Vertex 33098 -0.0261534 0.0383869 0.0314189
Vertex 33099 -0.0250671 0.0385158 0.031526
Vertex 33100 -0.0240288 0.0385625 0.0316972
Vertex 33101 -0.0229882 0.0386094 0.0318708
Vertex 33102 -0.0219433 0.0386564 0.0320445
Vertex 33103 -0.020906 0.0387029 0.0322136
Vertex 33104 -0.019905 0.038668 0.0324503
Vertex 33105 -0.0188227 0.0387965 0.0325596
Vertex 33106 -0.0178239 0.0387614 0.0327968
Vertex 33107 -0.0167827 0.0388081 0.0329676
Vertex 33108 -0.015743 0.0388551 0.0331436
Vertex 33109 -0.0147028 0.0389017 0.0333119
Vertex 33110 -0.0136601 0.0389486 0.0334846
Vertex 33111 -0.0126221 0.0389953 0.033657
Vertex 33112 -0.0116226 0.0389602 0.0338935
Vertex 33113 -0.010539 0.0390893 0.0340058
Vertex 33114 -0.00949675 0.039136 0.0341772
Vertex 33115 -0.00850193 0.0391005 0.0344133
Vertex 33116 -0.00746087 0.0391472 0.0345828
Vertex 33117 -0.0064158 0.0391939 0.0347568
Vertex 33118 -0.00542063 0.0391587 0.0349931
Vertex 33119 -0.00437946 0.039206 0.0351678
Vertex 33120 -0.00333997 0.039253 0.0353398
Vertex 33121 -0.00225491 0.0393816 0.0354457
Vertex 33122 -0.00121535 0.0394284 0.0356173
Vertex 33123 -0.000130337 0.0395577 0.0357254
Vertex 33124 -0.00150449 0.0350731 0.0394353
Vertex 33125 -0.000642523 0.0347913 0.0398677
Vertex 33126 0.000357196 0.0347559 0.0401008
Vertex 33127 0.00135578 0.0347199 0.040341
Vertex 33128 0.00230798 0.0346028 0.0406387
Vertex 33129 0.0033481 0.0346494 0.040814
Vertex 33130 0.00434602 0.0346139 0.0410512
Vertex 33131 0.00533966 0.0345787 0.0412861
Vertex 33132 0.00638447 0.0346255 0.0414585
Vertex 33133 0.00742535 0.0346722 0.0416328
Vertex 33134 0.0084218 0.0346373 0.0418695
Vertex 33135 0.00946024 0.0346841 0.0420404
Vertex 33136 0.0105031 0.0347322 0.0422156
Vertex 33137 0.0115864 0.0348612 0.0423222
Vertex 33138 0.0127157 0.0350729 0.0423657
Vertex 33139 0.0138473 0.035286 0.0424107
Vertex 33140 0.0150176 0.0355797 0.04239
Vertex 33141 0.0162371 0.0359566 0.0423025
Vertex 33142 0.0175395 0.0364962 0.0420884
Vertex 33143 0.0191093 0.0375318 0.0414884
Vertex 33144 -0.0571999 0.0684533 0.0375014
Vertex 33145 -0.0690356 0.068492 0.0314599
Vertex 33146 -0.0841907 0.078353 0.0198111
Vertex 33147 -0.0915979 0.115467 0.0229868
Vertex 33148 -0.089042 0.112536 0.0205154
Vertex 33149 -0.0703751 0.112557 0.0480687
Vertex 33150 -0.0802487 0.109228 0.032428
Vertex 33151 -0.0709316 0.147597 -0.0300096
Vertex 33152 -0.0904058 0.114907 0.0416618
Vertex 33153 -0.0709978 0.0698591 0.0316215
Vertex 33154 -0.0736852 0.109489 0.0408578
Vertex 33155 -0.0575351 0.0727864 0.0407731
Vertex 33156 -0.0671149 0.0634665 0.0239226
Vertex 33157 -0.0797379 0.0738711 0.0228323
Vertex 33158 -0.0807044 0.109603 0.0338418
Vertex 33159 -0.0815406 0.110006 0.0333062
Vertex 33160 -0.0863885 0.112851 0.0441987
Vertex 33161 -0.0776245 0.0703136 0.0210685
Vertex 33162 -0.0539828 0.0700164 0.038652
Vertex 33163 -0.0780099 0.114072 0.0486721
Vertex 33164 -0.0883907 0.115479 0.0451949
Vertex 33165 -0.0662482 0.063188 0.0243484
Vertex 33166 -0.0681894 0.0774836 0.0397476
Vertex 33167 -0.0796979 0.108952 0.0363543
Vertex 33168 -0.072774 0.10871 0.0380686
Vertex 33169 -0.0702718 0.110271 0.0410027
Vertex 33170 -0.0737602 0.111876 0.0478461
Vertex 33171 -0.0819685 0.0791215 0.0284136
Vertex 33172 -0.0741385 0.0703655 0.0287707
Vertex 33173 -0.0663881 0.0677373 0.0326703
Vertex 33174 -0.0788364 0.0742331 0.0262211
Vertex 33175 -0.0653424 0.0629827 0.0247148
Vertex 33176 -0.0621483 0.0699034 0.036962
Vertex 33177 -0.0764561 0.106685 0.0353026
Vertex 33178 -0.0692702 0.0635509 0.00193084
Vertex 33179 -0.0686182 0.0628687 0.0026871
Vertex 33180 -0.0679313 0.0622594 0.0032802
Vertex 33181 -0.0671124 0.0618759 0.00376788
Vertex 33182 -0.0664685 0.0611724 0.00451786
Vertex 33183 -0.0656404 0.0608118 0.00501538
Vertex 33184 -0.0647331 0.0606321 0.00547671
Vertex 33185 -0.0639975 0.0601011 0.00610183
Vertex 33186 -0.0631791 0.0597373 0.0065938
Vertex 33187 -0.0623104 0.0594537 0.00702264
Vertex 33188 -0.0614906 0.0590888 0.0075192
Vertex 33189 -0.060628 0.0588072 0.00794551
Vertex 33190 -0.059761 0.058524 0.00837605
Vertex 33191 -0.0588983 0.0582416 0.00880815
Vertex 33192 -0.0580325 0.0579587 0.00923969
Vertex 33193 -0.0571684 0.0576767 0.00966588
Vertex 33194 -0.0874433 0.114073 0.0447649
Vertex 33195 -0.0805357 0.113778 0.0465863
Vertex 33196 -0.0698996 0.147518 -0.0298062
Vertex 33197 -0.0652367 0.0347413 0.0281307
Vertex 33198 -0.064327 0.034541 0.0284972
Vertex 33199 -0.0633751 0.0344193 0.0288044
Vertex 33200 -0.0624258 0.0342984 0.0291094
Vertex 33201 -0.0614326 0.0342559 0.0293559
Vertex 33202 -0.0604029 0.0342918 0.0295439
Vertex 33203 -0.059412 0.0342492 0.0297869
Vertex 33204 -0.0583799 0.0342852 0.0299739
Vertex 33205 -0.0573888 0.0342428 0.0302238
Vertex 33206 -0.0563521 0.0342791 0.0304121
Vertex 33207 -0.0552807 0.0343936 0.0305403
Vertex 33208 -0.0542898 0.0343509 0.030786
Vertex 33209 -0.0532563 0.0343869 0.0309731
Vertex 33210 -0.0522635 0.0343446 0.0312176
Vertex 33211 -0.0511913 0.034459 0.0313456
Vertex 33212 -0.050201 0.0344166 0.0315946
Vertex 33213 -0.0491641 0.0344528 0.0317811
Vertex 33214 -0.0481341 0.0344887 0.0319692
Vertex 33215 -0.0470988 0.0345244 0.0321531
Vertex 33216 -0.0461113 0.034482 0.0324006
Vertex 33217 -0.0450377 0.0345968 0.0325315
Vertex 33218 -0.0440834 0.0344755 0.0328349
Vertex 33219 -0.0430533 0.0345113 0.0330204
Vertex 33220 -0.0420606 0.0344689 0.0332688
Vertex 33221 -0.0410286 0.0345047 0.0334549
Vertex 33222 -0.0400348 0.0344619 0.0337052
Vertex 33223 -0.0390449 0.0344196 0.0339502
Vertex 33224 -0.0380117 0.0344553 0.0341354
Vertex 33225 -0.0370213 0.0344129 0.0343812
Vertex 33226 -0.0359892 0.0344491 0.0345711
Vertex 33227 -0.0348346 0.0347214 0.0345782
Vertex 33228 -0.0325248 0.0371997 0.032926
Vertex 33229 -0.0309847 0.0381919 0.0323901
Vertex 33230 -0.029988 0.0381577 0.0326274
Vertex 33231 -0.0288195 0.0384506 0.0326078
Vertex 33232 -0.0277318 0.0385796 0.0327127
Vertex 33233 -0.0267368 0.0385445 0.0329521
Vertex 33234 -0.0256953 0.0385914 0.0331228
Vertex 33235 -0.0246526 0.0386383 0.0332956
Vertex 33236 -0.0236112 0.0386852 0.0334692
Vertex 33237 -0.0225694 0.0387321 0.0336407
Vertex 33238 -0.0215296 0.0387791 0.0338148
Vertex 33239 -0.0204882 0.0388257 0.0339872
Vertex 33240 -0.019491 0.0387907 0.0342254
Vertex 33241 -0.018449 0.0388382 0.0343981
Vertex 33242 -0.0173678 0.0389666 0.0345056
Vertex 33243 -0.0163248 0.0390132 0.0346782
Vertex 33244 -0.0153278 0.0389782 0.0349161
Vertex 33245 -0.0142885 0.0390252 0.0350884
Vertex 33246 -0.0132478 0.039072 0.0352601
Vertex 33247 -0.0122029 0.0391189 0.0354325
Vertex 33248 -0.0111634 0.0391658 0.035606
Vertex 33249 -0.0101249 0.0392126 0.0357767
Vertex 33250 -0.00908444 0.0392597 0.0359512
Vertex 33251 -0.00808629 0.0392239 0.0361848
Vertex 33252 -0.00704598 0.0392708 0.0363567
Vertex 33253 -0.00596208 0.0394 0.0364646
Vertex 33254 -0.00496131 0.0393649 0.0367022
Vertex 33255 -0.00388013 0.0394939 0.0368098
Vertex 33256 -0.00525238 0.0350087 0.0405181
Vertex 33257 -0.0042992 0.0348909 0.0408189
Vertex 33258 -0.00334607 0.0347739 0.0411187
Vertex 33259 -0.00230838 0.0348204 0.04129
Vertex 33260 -0.00139702 0.0346206 0.0416594
Vertex 33261 -0.000357095 0.0346671 0.0418309
Vertex 33262 0.000637516 0.0346318 0.0420689
Vertex 33263 0.00168043 0.0346784 0.042239
Vertex 33264 0.00263147 0.0345612 0.0425417
Vertex 33265 0.00371763 0.0346901 0.0426483
Vertex 33266 0.00471758 0.0346554 0.0428856
Vertex 33267 0.00579855 0.0347845 0.042995
Vertex 33268 0.00679863 0.0347495 0.0432322
Vertex 33269 0.00783805 0.034796 0.0434029
Vertex 33270 0.00892319 0.0349264 0.0435129
Vertex 33271 0.0100519 0.0351376 0.0435561
Vertex 33272 0.0111358 0.0352671 0.0436641
Vertex 33273 0.0123077 0.035562 0.0436453
Vertex 33274 0.013481 0.0358562 0.0436245
Vertex 33275 0.0146552 0.0361528 0.0436042
Vertex 33276 0.0159163 0.0366121 0.0434543
Vertex 33277 0.017353 0.0374009 0.0430484
Vertex 33278 -0.054142 0.0722337 0.0402304
Vertex 33279 -0.0592544 0.0696245 0.0378273
Vertex 33280 -0.0791696 0.110508 0.0441428
Vertex 33281 -0.0866023 0.111811 0.0414218
Vertex 33282 -0.0783316 0.0788746 0.032897
Vertex 33283 -0.0656715 0.0684169 0.0339875
Vertex 33284 -0.0798351 0.078638 0.0310296
Vertex 33285 -0.0718144 0.147892 -0.0304457
Vertex 33286 -0.0774544 0.072993 0.0275707
Vertex 33287 -0.074969 0.105672 0.0364824
Vertex 33288 -0.0897323 0.115129 0.0291209
Vertex 33289 -0.0736758 0.108402 0.0380105
Vertex 33290 -0.0917527 0.113836 0.0170127
Vertex 33291 -0.0778809 0.0759658 0.0302027
Vertex 33292 -0.0763852 0.114637 0.0504008
Vertex 33293 -0.0754368 0.114522 0.050709
Vertex 33294 -0.0689113 0.147966 -0.0319204
Vertex 33295 -0.0644389 0.0627719 0.0250864
Vertex 33296 -0.0573916 0.0718042 0.0398933
Vertex 33297 -0.0628591 0.0679841 0.0349557
Vertex 33298 -0.0815439 0.112456 0.0456165
Vertex 33299 -0.089106 0.114375 0.0298659
Vertex 33300 -0.0787919 0.108745 0.0367247
Vertex 33301 -0.0716176 0.109058 0.0379622
Vertex 33302 -0.0635722 0.0753573 0.0407707
Vertex 33303 -0.081811 0.11456 0.047449
Vertex 33304 -0.0733102 0.0700068 0.0292571
Vertex 33305 -0.0543842 0.064934 0.034129
Vertex 33306 -0.0762359 0.113613 0.0494664
Vertex 33307 -0.0710378 0.113905 0.0504272
Vertex 33308 -0.0870678 0.11107 0.0203515
Vertex 33309 -0.08807 0.113074 0.0239452
Vertex 33310 -0.0880799 0.113511 0.0432934
Vertex 33311 -0.063535 0.0741856 0.0400495
Vertex 33312 -0.0712771 0.0648585 0.00216525
Vertex 33313 -0.0707579 0.0639499 0.00302292
Vertex 33314 -0.0701244 0.0632147 0.00385793
Vertex 33315 -0.0693763 0.0627096 0.00438827
Vertex 33316 -0.0686887 0.0620968 0.00507892
Vertex 33317 -0.0679779 0.0615132 0.00568001
Vertex 33318 -0.0671756 0.0610764 0.00625684
Vertex 33319 -0.0663134 0.0608279 0.00678018
Vertex 33320 -0.0654938 0.0604629 0.00727621
Vertex 33321 -0.064714 0.0600149 0.00783247
Vertex 33322 -0.0638509 0.0597328 0.00826283
Vertex 33323 -0.0629834 0.0594485 0.00869517
Vertex 33324 -0.0622043 0.0590015 0.0092504
Vertex 33325 -0.0613392 0.0587193 0.00967832
Vertex 33326 -0.0604332 0.0585193 0.0100455
Vertex 33327 -0.0596113 0.0581543 0.0105384
Vertex 33328 -0.0587034 0.0579543 0.010904
Vertex 33329 -0.0577953 0.0577539 0.0112722
Vertex 33330 -0.056974 0.0573893 0.011763
Vertex 33331 -0.0561079 0.0571065 0.0121919
Vertex 33332 -0.0763966 0.0748983 0.0314167
Vertex 33333 -0.0657931 0.0349145 0.0296068
Vertex 33334 -0.0649682 0.034557 0.0300942
Vertex 33335 -0.0640156 0.0344353 0.0303981
Vertex 33336 -0.0630637 0.0343143 0.0307056
Vertex 33337 -0.0620323 0.0343503 0.0308946
Vertex 33338 -0.0610813 0.0342293 0.0311986
Vertex 33339 -0.0600467 0.0342661 0.0313871
Vertex 33340 -0.0589753 0.0343808 0.0315144
Vertex 33341 -0.0579822 0.0343384 0.0317603
Vertex 33342 -0.0569508 0.0343746 0.0319473
Vertex 33343 -0.055962 0.0343325 0.0321978
Vertex 33344 -0.0548852 0.0344475 0.0323271
Vertex 33345 -0.0538957 0.0344051 0.0325721
Vertex 33346 -0.0528594 0.0344415 0.0327571
Vertex 33347 -0.0518302 0.0344778 0.0329457
Vertex 33348 -0.0507965 0.0345143 0.033135
Vertex 33349 -0.0497628 0.0345507 0.0333201
Vertex 33350 -0.0487306 0.0345868 0.0335095
Vertex 33351 -0.0477419 0.0345444 0.0337565
Vertex 33352 -0.0467094 0.0345808 0.0339444
Vertex 33353 -0.0457163 0.0345386 0.0341935
Vertex 33354 -0.0446433 0.0346533 0.0343218
Vertex 33355 -0.0436529 0.0346111 0.0345638
Vertex 33356 -0.0426992 0.0344898 0.0348747
Vertex 33357 -0.0416698 0.0345261 0.0350582
Vertex 33358 -0.0406764 0.0344836 0.0353061
Vertex 33359 -0.0396848 0.0344413 0.0355548
Vertex 33360 -0.0386513 0.0344774 0.0357393
Vertex 33361 -0.0376617 0.0344352 0.0359896
Vertex 33362 -0.0366298 0.0344715 0.0361774
Vertex 33363 -0.0356761 0.0343506 0.0364799
Vertex 33364 -0.0346028 0.0344648 0.0366099
Vertex 33365 -0.0336564 0.0343441 0.0369141
Vertex 33366 -0.030565 0.0383245 0.0341404
Vertex 33367 -0.0295276 0.0383617 0.0343291
Vertex 33368 -0.0284001 0.0385729 0.034376
Vertex 33369 -0.0273153 0.0387018 0.0344821
Vertex 33370 -0.0263193 0.0386673 0.0347214
Vertex 33371 -0.0251898 0.0388783 0.0347661
Vertex 33372 -0.0241934 0.0388427 0.0350005
Vertex 33373 -0.0231943 0.0388081 0.0352395
Vertex 33374 -0.0221125 0.0389367 0.0353489
Vertex 33375 -0.0211148 0.0389017 0.0355855
Vertex 33376 -0.0200738 0.0389483 0.0357554
Vertex 33377 -0.0190315 0.0389958 0.035931
Vertex 33378 -0.0179472 0.0391243 0.0360362
Vertex 33379 -0.0169495 0.0390889 0.0362738
Vertex 33380 -0.0159529 0.0390542 0.0365141
Vertex 33381 -0.0149109 0.0391012 0.0366853
Vertex 33382 -0.0138299 0.0392302 0.0367944
Vertex 33383 -0.0127855 0.0392769 0.0369668
Vertex 33384 -0.0117893 0.0392416 0.0372019
Vertex 33385 -0.0107515 0.039289 0.0373765
Vertex 33386 -0.00966712 0.0394179 0.0374824
Vertex 33387 -0.00862621 0.0394649 0.0376552
Vertex 33388 -0.00758529 0.0395118 0.037828
Vertex 33389 -0.00891681 0.0351082 0.0414685
Vertex 33390 -0.00809599 0.0347439 0.04196
Vertex 33391 -0.00700917 0.0348727 0.042072
Vertex 33392 -0.00601124 0.0348376 0.0423067
Vertex 33393 -0.00501719 0.0348021 0.0425449
Vertex 33394 -0.00410488 0.0346022 0.0429088
Vertex 33395 -0.00306313 0.0346488 0.0430839
Vertex 33396 -0.00206852 0.0346139 0.0433223
Vertex 33397 -0.00102573 0.0346607 0.0434939
Vertex 33398 -3.10615e-05 0.0346258 0.0437307
Vertex 33399 0.0010095 0.0346721 0.0439005
Vertex 33400 0.00205109 0.0347195 0.0440743
Vertex 33401 0.00313658 0.0348497 0.0441849
Vertex 33402 0.00417967 0.034897 0.044357
Vertex 33403 0.00526525 0.0350275 0.0444668
Vertex 33404 0.006345 0.0351555 0.0445736
Vertex 33405 0.00743122 0.0352845 0.0446812
Vertex 33406 0.00856046 0.0354979 0.0447263
Vertex 33407 0.00969167 0.0357093 0.0447693
Vertex 33408 0.010861 0.0360066 0.0447493
Vertex 33409 0.0120758 0.0363869 0.044646
Vertex 33410 0.0133269 0.036855 0.044466
Vertex 33411 0.0161104 0.038261 0.0437952
Vertex 33412 -0.0610541 0.068813 0.0363796
Vertex 33413 -0.0861936 0.111308 0.0401352
Vertex 33414 -0.0750181 0.0761727 0.0341343
Vertex 33415 -0.0480338 0.0685335 0.039429
Vertex 33416 -0.0589666 0.06768 0.0360494
Vertex 33417 -0.0804383 0.111326 0.0449881
Vertex 33418 -0.0654246 0.0794919 0.0421931
Vertex 33419 -0.075527 0.0733333 0.0311756
Vertex 33420 -0.0715441 0.112225 0.0480665
Vertex 33421 -0.0777092 0.07194 0.024923
Vertex 33422 -0.0804325 0.078146 0.029561
Vertex 33423 -0.0520638 0.0723523 0.0405753
Vertex 33424 -0.0581584 0.0685383 0.037238
Vertex 33425 -0.0742409 0.113562 0.0499634
Vertex 33426 -0.089862 0.115281 0.0432597
Vertex 33427 -0.0572298 0.0696188 0.0382761
Vertex 33428 -0.0653574 0.0733073 0.0386226
Vertex 33429 -0.0905758 0.113954 0.0388293
Vertex 33430 -0.0786032 0.107051 0.0327104
Vertex 33431 -0.0878029 0.112934 0.0313303
Vertex 33432 -0.0884672 0.113635 0.0306037
Vertex 33433 -0.0778425 0.108614 0.0370385
Vertex 33434 -0.0634657 0.0730594 0.0392535
Vertex 33435 -0.062597 0.0740287 0.040345
Vertex 33436 -0.0796395 0.11488 0.0476725
Vertex 33437 -0.0634922 0.0626336 0.0253957
Vertex 33438 -0.0262513 0.0350951 0.0517484
Vertex 33439 -0.07902 0.0751794 0.0271309
Vertex 33440 -0.055064 0.0698751 0.038539
Vertex 33441 -0.0781504 0.0736081 0.0268981
Vertex 33442 -0.0739244 0.0668664 0.00165643
Vertex 33443 -0.0733588 0.0659821 0.00263497
Vertex 33444 -0.0726455 0.0655594 0.00286688
Vertex 33445 -0.0720741 0.0646161 0.00403373
Vertex 33446 -0.0714154 0.063966 0.00470687
Vertex 33447 -0.0708238 0.0631793 0.00551684
Vertex 33448 -0.0701142 0.0625797 0.0062174
Vertex 33449 -0.0694635 0.0618968 0.00696654
Vertex 33450 -0.068707 0.0613453 0.00749837
Vertex 33451 -0.0678958 0.0610238 0.00808464
Vertex 33452 -0.0670227 0.0607355 0.00842954
Vertex 33453 -0.0662075 0.060375 0.00901189
Vertex 33454 -0.0653409 0.0600919 0.00943789
Vertex 33455 -0.0645186 0.0597262 0.00993302
Vertex 33456 -0.0636975 0.0593607 0.0104272
Vertex 33457 -0.0629229 0.058915 0.0109817
Vertex 33458 -0.0620129 0.0587144 0.0113478
Vertex 33459 -0.0611468 0.0584317 0.0117762
Vertex 33460 -0.0602407 0.058232 0.0121428
Vertex 33461 -0.0593728 0.0579489 0.0125735
Vertex 33462 -0.0584669 0.0577494 0.0129387
Vertex 33463 -0.0575997 0.0574661 0.0133658
Vertex 33464 -0.0566913 0.0572662 0.0137312
Vertex 33465 -0.081904 0.115723 0.0482136
Vertex 33466 -0.0663511 0.0350877 0.0310837
Vertex 33467 -0.0655235 0.0347285 0.0315692
Vertex 33468 -0.0646561 0.0344494 0.0319916
Vertex 33469 -0.0637038 0.0343279 0.0323025
Vertex 33470 -0.0626706 0.0343644 0.032487
Vertex 33471 -0.061676 0.0343224 0.032737
Vertex 33472 -0.0606463 0.0343588 0.0329219
Vertex 33473 -0.0596554 0.0343168 0.0331724
Vertex 33474 -0.0585811 0.0344322 0.0332983
Vertex 33475 -0.0575877 0.0343902 0.0335477
Vertex 33476 -0.0565591 0.0344267 0.0337344
Vertex 33477 -0.0555243 0.0344634 0.0339194
Vertex 33478 -0.0544908 0.0344999 0.0341095
Vertex 33479 -0.0534982 0.0344579 0.0343548
Vertex 33480 -0.0524675 0.0344946 0.0345461
Vertex 33481 -0.0514769 0.0344526 0.0347935
Vertex 33482 -0.0504041 0.0345678 0.0349233
Vertex 33483 -0.0494127 0.0345257 0.0351696
Vertex 33484 -0.0483792 0.0345623 0.0353569
Vertex 33485 -0.0473867 0.0345201 0.0356021
Vertex 33486 -0.046355 0.0345569 0.0357917
Vertex 33487 -0.0453211 0.0345932 0.035979
Vertex 33488 -0.0443307 0.0345511 0.0362271
Vertex 33489 -0.0433008 0.0345877 0.0364134
Vertex 33490 -0.0423463 0.0344667 0.0367209
Vertex 33491 -0.0413155 0.0345032 0.0369079
Vertex 33492 -0.0403231 0.0344611 0.0371557
Vertex 33493 -0.0392913 0.0344977 0.0373408
Vertex 33494 -0.0382612 0.0345343 0.0375294
Vertex 33495 -0.0372682 0.0344921 0.0377782
Vertex 33496 -0.0362363 0.0345287 0.0379647
Vertex 33497 -0.035201 0.0345651 0.0381519
Vertex 33498 -0.0342132 0.0345231 0.0384015
Vertex 33499 -0.0332219 0.0344808 0.0386469
Vertex 33500 -0.032272 0.0343596 0.0389523
Vertex 33501 -0.0290584 0.0385824 0.0360072
Vertex 33502 -0.028064 0.0385407 0.0362565
Vertex 33503 -0.0269007 0.0388242 0.0362546
Vertex 33504 -0.0258142 0.0389536 0.0363636
Vertex 33505 -0.0247725 0.0390001 0.0365321
Vertex 33506 -0.0237781 0.0389651 0.0367703
Vertex 33507 -0.0227345 0.0390118 0.0369431
Vertex 33508 -0.021742 0.0389771 0.0371835
Vertex 33509 -0.0206534 0.0391059 0.0372895
Vertex 33510 -0.0196569 0.0390707 0.0375255
Vertex 33511 -0.0186162 0.0391183 0.0377018
Vertex 33512 -0.0175335 0.0392471 0.0378093
Vertex 33513 -0.0165344 0.0392124 0.0380479
Vertex 33514 -0.0154933 0.0392591 0.0382209
Vertex 33515 -0.0145 0.0392233 0.0384538
Vertex 33516 -0.0134154 0.0393527 0.0385623
Vertex 33517 -0.0123306 0.0394822 0.0386711
Vertex 33518 -0.0112898 0.0395292 0.0388441
Vertex 33519 -0.0126507 0.0350556 0.0425263
Vertex 33520 -0.0117815 0.0347775 0.0429519
Vertex 33521 -0.0107484 0.0348144 0.0431359
Vertex 33522 -0.00971651 0.0348541 0.0433186
Vertex 33523 -0.00876366 0.0347363 0.0436201
Vertex 33524 -0.00781043 0.0346187 0.0439246
Vertex 33525 -0.00681305 0.0345833 0.0441587
Vertex 33526 -0.00576935 0.0346302 0.0443351
Vertex 33527 -0.00477205 0.0345951 0.0445699
Vertex 33528 -0.0037319 0.0346421 0.0447442
Vertex 33529 -0.00273397 0.0346073 0.0449802
Vertex 33530 -0.00165204 0.0347369 0.0450897
Vertex 33531 -0.000565033 0.0348667 0.0451983
Vertex 33532 0.000515748 0.0349973 0.0453092
Vertex 33533 0.00160174 0.0351275 0.0454175
Vertex 33534 0.00268547 0.035256 0.0455248
Vertex 33535 0.00381747 0.0354686 0.0455691
Vertex 33536 0.00494458 0.0356784 0.0456125
Vertex 33537 0.00607351 0.0358936 0.0456569
Vertex 33538 0.00724322 0.0361893 0.0456372
Vertex 33539 0.00849938 0.0366585 0.0454484
Vertex 33540 0.00988706 0.0373676 0.0450724
Vertex 33541 0.0113285 0.0381477 0.0446991
Vertex 33542 -0.081733 0.0783168 0.0273929
Vertex 33543 -0.0810037 0.0777776 0.0280061
Vertex 33544 -0.0820788 0.0765181 0.0218286
Vertex 33545 -0.0751616 0.0715622 0.0292788
Vertex 33546 -0.0706266 0.111419 0.0453421
Vertex 33547 -0.0816004 0.110405 0.0418977
Vertex 33548 -0.0612601 0.0653881 0.0322823
Vertex 33549 -0.0643109 0.0721294 0.0381075
Vertex 33550 -0.0718543 0.111061 0.0453722
Vertex 33551 -0.0707478 0.147309 -0.0278341
Vertex 33552 -0.0891862 0.112803 0.0347042
Vertex 33553 -0.0876394 0.113262 0.0257017
Vertex 33554 -0.062502 0.0625858 0.0256444
Vertex 33555 -0.0622566 0.0709345 0.0378148
Vertex 33556 -0.0806691 0.107746 0.0299304
Vertex 33557 -0.0797382 0.10948 0.0394939
Vertex 33558 -0.0781507 0.115089 0.0495991
Vertex 33559 -0.0863239 0.111846 0.0325401
Vertex 33560 -0.0871035 0.11231 0.0319974
Vertex 33561 -0.0768829 0.108524 0.037335
Vertex 33562 -0.0719223 0.112846 0.049279
Vertex 33563 -0.057026 0.0675163 0.0366088
Vertex 33564 -0.0897032 0.113874 0.0229056
Vertex 33565 -0.0768434 0.109781 0.0434593
Vertex 33566 -0.0615513 0.0624603 0.0259481
Vertex 33567 -0.0786369 0.113551 0.047197
Vertex 33568 -0.0764308 0.11585 0.051182
Vertex 33569 -0.0745042 0.0669844 0.00328572
Vertex 33570 -0.0738976 0.0662178 0.00410027
Vertex 33571 -0.0732998 0.0654414 0.00491231
Vertex 33572 -0.0726748 0.0647223 0.00565049
Vertex 33573 -0.0720537 0.0640001 0.00639175
Vertex 33574 -0.0714426 0.0632696 0.00712846
Vertex 33575 -0.0707871 0.0625817 0.00788057
Vertex 33576 -0.0700956 0.06197 0.00856658
Vertex 33577 -0.0692976 0.0615474 0.00912978
Vertex 33578 -0.0684765 0.061182 0.0096252
Vertex 33579 -0.0676975 0.0607342 0.0101856
Vertex 33580 -0.0668328 0.0604514 0.0106116
Vertex 33581 -0.0660555 0.0600044 0.0111686
Vertex 33582 -0.065193 0.0597221 0.0116014
Vertex 33583 -0.0643723 0.0593574 0.0120942
Vertex 33584 -0.0635072 0.0590749 0.0125217
Vertex 33585 -0.0625957 0.0588736 0.0128867
Vertex 33586 -0.0617744 0.0585089 0.0133805
Vertex 33587 -0.060863 0.0583083 0.0137477
Vertex 33588 -0.0599544 0.0581084 0.014112
Vertex 33589 -0.0590022 0.0579904 0.014414
Vertex 33590 -0.0580927 0.0577897 0.0147789
Vertex 33591 -0.0572305 0.057508 0.0152056
Vertex 33592 -0.0599561 0.0677317 0.0357891
Vertex 33593 -0.0667813 0.0354951 0.0323861
Vertex 33594 -0.0660379 0.0349778 0.0329828
Vertex 33595 -0.0651684 0.0346977 0.0334093
Vertex 33596 -0.0642567 0.0344972 0.033776
Vertex 33597 -0.0633069 0.0343768 0.0340823
Vertex 33598 -0.0622744 0.0344133 0.0342699
Vertex 33599 -0.0612826 0.0343712 0.0345145
Vertex 33600 -0.0602915 0.0343294 0.0347628
Vertex 33601 -0.0592597 0.0343664 0.034953
Vertex 33602 -0.0582249 0.0344034 0.0351394
Vertex 33603 -0.0571923 0.0344404 0.0353306
Vertex 33604 -0.0561609 0.0344771 0.0355158
Vertex 33605 -0.0551719 0.0344352 0.0357625
Vertex 33606 -0.0541372 0.0344723 0.0359505
Vertex 33607 -0.0531047 0.0345095 0.0361399
Vertex 33608 -0.0520334 0.0346252 0.0362685
Vertex 33609 -0.0510409 0.034583 0.0365198
Vertex 33610 -0.0500491 0.0345412 0.0367666
Vertex 33611 -0.0490182 0.0345781 0.0369526
Vertex 33612 -0.0479854 0.0346149 0.0371396
Vertex 33613 -0.0469913 0.0345734 0.0373898
Vertex 33614 -0.0459209 0.0346888 0.0375199
Vertex 33615 -0.04493 0.0346468 0.0377647
Vertex 33616 -0.0439777 0.0345259 0.038072
Vertex 33617 -0.0429452 0.0345628 0.0382617
Vertex 33618 -0.0419532 0.0345214 0.0385087
Vertex 33619 -0.0408786 0.0346362 0.0386374
Vertex 33620 -0.0399319 0.0345158 0.0389424
Vertex 33621 -0.0388999 0.0345526 0.0391301
Vertex 33622 -0.0379081 0.0345108 0.0393807
Vertex 33623 -0.0368752 0.0345479 0.0395694
Vertex 33624 -0.0358426 0.0345846 0.0397566
Vertex 33625 -0.0348513 0.0345425 0.0400019
Vertex 33626 -0.0338188 0.0345795 0.040191
Vertex 33627 -0.0327846 0.0346162 0.0403814
Vertex 33628 -0.0318359 0.0344957 0.0406866
Vertex 33629 -0.0308039 0.0345326 0.0408762
Vertex 33630 -0.0298138 0.0344903 0.0411187
Vertex 33631 -0.0265191 0.0388768 0.0380618
Vertex 33632 -0.0254455 0.0389929 0.0381911
Vertex 33633 -0.0244003 0.0390404 0.0383653
Vertex 33634 -0.02332 0.0391695 0.0384733
Vertex 33635 -0.0223231 0.0391341 0.0387105
Vertex 33636 -0.0212823 0.0391811 0.0388836
Vertex 33637 -0.0202415 0.0392282 0.0390567
Vertex 33638 -0.0192007 0.0392753 0.0392298
Vertex 33639 -0.0181599 0.0393223 0.0394029
Vertex 33640 -0.0171143 0.0393698 0.0395766
Vertex 33641 -0.0160344 0.0394989 0.0396851
Vertex 33642 -0.0149936 0.0395459 0.0398583
Vertex 33643 -0.0164714 0.0348128 0.0436847
Vertex 33644 -0.0154789 0.0347707 0.0439361
Vertex 33645 -0.0144467 0.0348076 0.0441223
Vertex 33646 -0.0134564 0.0347657 0.0443699
Vertex 33647 -0.0124237 0.0348026 0.0445556
Vertex 33648 -0.0114338 0.0347606 0.0448027
Vertex 33649 -0.0104428 0.0347186 0.0450504
Vertex 33650 -0.00945158 0.0346766 0.0453022
Vertex 33651 -0.00845839 0.0346349 0.045549
Vertex 33652 -0.00742751 0.0346718 0.0457358
Vertex 33653 -0.00639449 0.0347093 0.0459249
Vertex 33654 -0.00535711 0.0347531 0.0461025
Vertex 33655 -0.00427283 0.034883 0.0462122
Vertex 33656 -0.00318743 0.0350129 0.0463208
Vertex 33657 -0.00210217 0.035143 0.0464295
Vertex 33658 -0.000973441 0.0353569 0.0464761
Vertex 33659 0.000197079 0.035652 0.0464555
Vertex 33660 0.00132313 0.0358703 0.0464707
Vertex 33661 0.00252922 0.0362636 0.0463395
Vertex 33662 0.00379004 0.0367184 0.046186
Vertex 33663 0.00513012 0.0373402 0.0458408
Vertex 33664 0.00652975 0.0380351 0.0455331
Vertex 33665 0.0078895 0.0386539 0.0453509
Vertex 33666 -0.0777879 0.113218 0.0476364
Vertex 33667 -0.0838815 0.111187 0.0425305
Vertex 33668 -0.0838195 0.113254 0.0462465
Vertex 33669 -0.0758694 0.0777615 0.0343673
Vertex 33670 -0.0676678 0.0697151 0.0342008
Vertex 33671 -0.0689139 0.148999 -0.0367601
Vertex 33672 -0.077502 0.0785105 0.0333799
Vertex 33673 -0.0757282 0.0754387 0.0328339
Vertex 33674 -0.0605914 0.0623502 0.0262507
Vertex 33675 -0.0903944 0.113745 0.0354564
Vertex 33676 -0.0538466 0.0665391 0.0363755
Vertex 33677 -0.060098 0.0687043 0.0366734
Vertex 33678 -0.0905017 0.114314 0.0223543
Vertex 33679 -0.0696524 0.0680017 0.0300044
Vertex 33680 -0.083006 0.110313 0.0398706
Vertex 33681 -0.0857201 0.113489 0.0456231
Vertex 33682 -0.0833762 0.111067 0.0302504
Vertex 33683 -0.0714347 0.109953 0.0409933
Vertex 33684 -0.0796554 0.0776931 0.0301108
Vertex 33685 -0.0855432 0.111388 0.0330811
Vertex 33686 -0.059111 0.0686528 0.0369372
Vertex 33687 -0.0667659 0.0664754 0.0301739
Vertex 33688 -0.0681691 0.0682156 0.031879
Vertex 33689 -0.0694619 0.0701676 0.0334316
Vertex 33690 -0.0770271 0.0743283 0.0300122
Vertex 33691 -0.0596429 0.0622343 0.0265494
Vertex 33692 -0.0761752 0.110468 0.0448594
Vertex 33693 -0.0756542 0.0679921 0.00394259
Vertex 33694 -0.0751265 0.0670609 0.00488552
Vertex 33695 -0.0744851 0.0663284 0.00571192
Vertex 33696 -0.0738147 0.065744 0.00631032
Vertex 33697 -0.0732519 0.0648877 0.00719031
Vertex 33698 -0.0726615 0.0640995 0.00799778
Vertex 33699 -0.0720199 0.063399 0.00874547
Vertex 33700 -0.0713305 0.0628284 0.00935991
Vertex 33701 -0.0706528 0.0621972 0.0100461
Vertex 33702 -0.0699138 0.0616664 0.0106715
Vertex 33703 -0.0691331 0.0612207 0.0112337
Vertex 33704 -0.0683512 0.0607717 0.0117847
Vertex 33705 -0.0675058 0.060447 0.0122781
Vertex 33706 -0.06664 0.0601639 0.0127094
Vertex 33707 -0.0658202 0.0597996 0.0132017
Vertex 33708 -0.0649536 0.0595166 0.0136311
Vertex 33709 -0.0640428 0.0593154 0.0139941
Vertex 33710 -0.0631802 0.0590341 0.0144269
Vertex 33711 -0.0622707 0.058834 0.014793
Vertex 33712 -0.0613578 0.0586321 0.0151557
Vertex 33713 -0.0604511 0.0584329 0.0155226
Vertex 33714 -0.0595413 0.0582322 0.0158865
Vertex 33715 -0.0586314 0.0580318 0.0162523
Vertex 33716 -0.0577255 0.0578321 0.0166151
Vertex 33717 -0.090178 0.113449 0.0375353
Vertex 33718 -0.0759857 0.112794 0.0483899
Vertex 33719 -0.0664501 0.0353918 0.0342807
Vertex 33720 -0.0657944 0.0348418 0.0348835
Vertex 33721 -0.0648137 0.0346657 0.0352478
Vertex 33722 -0.0639025 0.0344657 0.0356117
Vertex 33723 -0.0628707 0.0345025 0.0358026
Vertex 33724 -0.0619192 0.0343817 0.0361087
Vertex 33725 -0.0609319 0.0343399 0.0363539
Vertex 33726 -0.0598965 0.0343774 0.0365453
Vertex 33727 -0.0588626 0.0344147 0.0367317
Vertex 33728 -0.0578317 0.0344516 0.0369209
Vertex 33729 -0.0568399 0.0344097 0.0371692
Vertex 33730 -0.0558475 0.0343686 0.0374162
Vertex 33731 -0.054778 0.0344845 0.0375447
Vertex 33732 -0.0537852 0.0344427 0.037794
Vertex 33733 -0.0527544 0.03448 0.0379838
Vertex 33734 -0.0516781 0.0345962 0.0381142
Vertex 33735 -0.0506856 0.0345547 0.0383582
Vertex 33736 -0.0496528 0.0345916 0.0385506
Vertex 33737 -0.048662 0.0345502 0.0387985
Vertex 33738 -0.0476332 0.0345872 0.0389835
Vertex 33739 -0.0466394 0.0345455 0.0392313
Vertex 33740 -0.0456074 0.0345826 0.0394197
Vertex 33741 -0.0446176 0.0345408 0.0396657
Vertex 33742 -0.0435828 0.0345782 0.0398547
Vertex 33743 -0.0425494 0.0346163 0.040046
Vertex 33744 -0.0414778 0.0347327 0.0401772
Vertex 33745 -0.040486 0.0346908 0.0404235
Vertex 33746 -0.0394562 0.0347283 0.0406132
Vertex 33747 -0.0385029 0.0346069 0.040918
Vertex 33748 -0.0374734 0.0346441 0.0411075
Vertex 33749 -0.0364414 0.0346808 0.041293
Vertex 33750 -0.0354498 0.0346389 0.0415402
Vertex 33751 -0.0344163 0.0346761 0.0417292
Vertex 33752 -0.0334245 0.0346344 0.0419763
Vertex 33753 -0.0323904 0.0346717 0.0421656
Vertex 33754 -0.0313584 0.0347088 0.042355
Vertex 33755 -0.0303694 0.034667 0.0426012
Vertex 33756 -0.0293346 0.0347045 0.0427947
Vertex 33757 -0.0283441 0.0346627 0.0430398
Vertex 33758 -0.0273118 0.0346998 0.0432305
Vertex 33759 -0.0263231 0.034658 0.0434735
Vertex 33760 -0.0252077 0.0348536 0.0435448
Vertex 33761 -0.0241332 0.0349697 0.043675
Vertex 33762 -0.0231843 0.0348489 0.0439808
Vertex 33763 -0.0221888 0.0348068 0.0442295
Vertex 33764 -0.0211976 0.0347654 0.0444796
Vertex 33765 -0.0201655 0.0348026 0.0446658
Vertex 33766 -0.0191373 0.0348399 0.0448528
Vertex 33767 -0.0181454 0.0347978 0.0451006
Vertex 33768 -0.0171539 0.0347559 0.0453522
Vertex 33769 -0.016121 0.0347931 0.0455365
Vertex 33770 -0.0151711 0.0346724 0.0458457
Vertex 33771 -0.0141375 0.0347096 0.0460356
Vertex 33772 -0.0131452 0.0346678 0.0462791
Vertex 33773 -0.0121134 0.0347053 0.046472
Vertex 33774 -0.0111235 0.0346639 0.0467191
Vertex 33775 -0.0100884 0.0347013 0.0469069
Vertex 33776 -0.00905798 0.034739 0.0470958
Vertex 33777 -0.00798473 0.0348553 0.0472244
Vertex 33778 -0.00690926 0.0349718 0.0473534
Vertex 33779 -0.00579434 0.0351694 0.0474261
Vertex 33780 -0.00467538 0.0353718 0.0474871
Vertex 33781 -0.00354618 0.035584 0.0475305
Vertex 33782 -0.00232938 0.0359607 0.0474459
Vertex 33783 -0.00118398 0.0362533 0.0473478
Vertex 33784 0.000219502 0.0370979 0.0467851
Vertex 33785 -0.0829319 0.114342 0.0473556
Vertex 33786 -0.0516722 0.0693248 0.037985
Vertex 33787 -0.0754949 0.117024 0.0522099
Vertex 33788 -0.089228 0.114813 0.0276717
Vertex 33789 -0.085765 0.112351 0.0286477
Vertex 33790 -0.078298 0.0745267 0.0278337
Vertex 33791 -0.0707981 0.0672067 0.0269443
Vertex 33792 -0.0672529 0.0760725 0.0393761
Vertex 33793 -0.0652549 0.0667307 0.0320259
Vertex 33794 -0.077431 0.108115 0.0357399
Vertex 33795 -0.0644149 0.0731789 0.038947
Vertex 33796 -0.0781968 0.0778917 0.0320122
Vertex 33797 -0.0614917 0.0661812 0.0332998
Vertex 33798 -0.049761 0.069112 0.038562
Vertex 33799 -0.0644463 0.0769092 0.0410862
Vertex 33800 -0.0587286 0.0620484 0.0269094
Vertex 33801 -0.0759886 0.0701373 0.025079
Vertex 33802 -0.0625318 0.0662874 0.0329584
Vertex 33803 -0.0739329 0.072514 0.0322154
Vertex 33804 -0.0516913 0.0680528 0.0372779
Vertex 33805 -0.0722448 0.0688588 0.0287217
Vertex 33806 -0.05065 0.0706021 0.0388719
Vertex 33807 -0.0800241 0.0745873 0.0239149
Vertex 33808 -0.068912 0.148468 -0.034342
Vertex 33809 -0.0518826 0.071407 0.0396894
Vertex 33810 -0.0780357 0.0769322 0.031104
Vertex 33811 -0.0536233 0.0657097 0.0353836
Vertex 33812 -0.0860966 0.11232 0.0268196
Vertex 33813 -0.081432 0.0776141 0.0263044
Vertex 33814 -0.0561497 0.0697401 0.0384165
Vertex 33815 -0.0709351 0.0742605 0.0366097
Vertex 33816 -0.0578115 0.0619893 0.0271205
Vertex 33817 -0.0692662 0.0692944 0.0324707
Vertex 33818 -0.0674808 0.0688292 0.0332504
Vertex 33819 -0.0813927 0.0758934 0.0225084
Vertex 33820 -0.074087 0.0734714 0.0331119
Vertex 33821 -0.0748775 0.0739125 0.0325733
Vertex 33822 -0.0636286 0.0672101 0.0337087
Vertex 33823 -0.0738001 0.0651206 0.00865838
Vertex 33824 -0.0731478 0.0644323 0.00940567
Vertex 33825 -0.0725213 0.0636798 0.0102197
Vertex 33826 -0.0718111 0.0631642 0.010775
Vertex 33827 -0.0710841 0.0626658 0.0113319
Vertex 33828 -0.0703591 0.0620888 0.0120183
Vertex 33829 -0.0696543 0.0614896 0.0127042
Vertex 33830 -0.0688911 0.0610594 0.0132079
Vertex 33831 -0.0680618 0.0606588 0.013756
Vertex 33832 -0.0671797 0.0604061 0.0141816
Vertex 33833 -0.0663392 0.0600723 0.0146241
Vertex 33834 -0.0654627 0.0598015 0.0150426
Vertex 33835 -0.0645394 0.0596403 0.015406
Vertex 33836 -0.0636711 0.0593571 0.0158341
Vertex 33837 -0.0627215 0.0592404 0.0161384
Vertex 33838 -0.0618117 0.0590403 0.0165038
Vertex 33839 -0.0608999 0.058839 0.0168686
Vertex 33840 -0.0599935 0.0586398 0.0172334
Vertex 33841 -0.0590849 0.0584397 0.0175987
Vertex 33842 -0.0581296 0.0583212 0.0178996
Vertex 33843 -0.0571796 0.0582032 0.0181974
Vertex 33844 -0.0753259 0.0689002 0.0227894
Vertex 33845 -0.0666556 0.0360676 0.0353877
Vertex 33846 -0.066147 0.0353356 0.0361254
Vertex 33847 -0.0653284 0.0349129 0.0366619
Vertex 33848 -0.0644211 0.0347126 0.0370276
Vertex 33849 -0.0634664 0.0345901 0.0373297
Vertex 33850 -0.0625155 0.0344693 0.0376364
Vertex 33851 -0.0615271 0.0344278 0.0378839
Vertex 33852 -0.0604926 0.0344653 0.0380756
Vertex 33853 -0.0595037 0.0344238 0.0383245
Vertex 33854 -0.0584699 0.0344613 0.0385122
Vertex 33855 -0.0574772 0.0344195 0.038759
Vertex 33856 -0.056485 0.0343785 0.0390076
Vertex 33857 -0.0554108 0.0344947 0.0391385
Vertex 33858 -0.0544231 0.0344532 0.039385
Vertex 33859 -0.053388 0.034491 0.0395762
Vertex 33860 -0.0523573 0.0345285 0.0397607
Vertex 33861 -0.0513256 0.0345659 0.0399502
Vertex 33862 -0.0503335 0.0345244 0.0401985
Vertex 33863 -0.0492995 0.0345621 0.0403913
Vertex 33864 -0.0482709 0.0345995 0.0405757
Vertex 33865 -0.047238 0.0346371 0.0407654
Vertex 33866 -0.046245 0.034596 0.0410145
Vertex 33867 -0.0451719 0.0347129 0.0411467
Vertex 33868 -0.0441816 0.0346721 0.0413945
Vertex 33869 -0.0431088 0.0347881 0.0415217
Vertex 33870 -0.0419921 0.0349859 0.0415962
Vertex 33871 -0.0409173 0.0351021 0.0417247
Vertex 33872 -0.0398856 0.0351398 0.0419144
Vertex 33873 -0.0389556 0.0350986 0.042208
Vertex 33874 -0.0379042 0.0350553 0.0424096
Vertex 33875 -0.0369545 0.0349347 0.0427177
Vertex 33876 -0.0360463 0.0347343 0.0430826
Vertex 33877 -0.0350535 0.0346922 0.0433273
Vertex 33878 -0.0339801 0.0348087 0.0434578
Vertex 33879 -0.0329884 0.0347673 0.0437059
Vertex 33880 -0.0319551 0.0348046 0.0438977
Vertex 33881 -0.0309651 0.0347631 0.0441412
Vertex 33882 -0.0299308 0.0348009 0.0443343
Vertex 33883 -0.0289002 0.0348381 0.0445217
Vertex 33884 -0.0279078 0.0347965 0.0447705
Vertex 33885 -0.0269178 0.034755 0.0450156
Vertex 33886 -0.0258834 0.0347926 0.045205
Vertex 33887 -0.0248532 0.0348299 0.0453939
Vertex 33888 -0.0238604 0.0347884 0.0456435
Vertex 33889 -0.022832 0.0348259 0.0458328
Vertex 33890 -0.0217971 0.0348633 0.0460203
Vertex 33891 -0.0208083 0.0348218 0.0462671
Vertex 33892 -0.019816 0.0347801 0.0465131
Vertex 33893 -0.0188224 0.0347384 0.0467634
Vertex 33894 -0.017832 0.0346972 0.047013
Vertex 33895 -0.0167995 0.0347343 0.0471976
Vertex 33896 -0.0158082 0.0346932 0.0474464
Vertex 33897 -0.0147348 0.0348101 0.0475803
Vertex 33898 -0.013744 0.0347692 0.0478272
Vertex 33899 -0.0126691 0.0348865 0.0479592
Vertex 33900 -0.0116389 0.034923 0.0481436
Vertex 33901 -0.0105663 0.0350401 0.0482738
Vertex 33902 -0.00945147 0.0352364 0.0483453
Vertex 33903 -0.00837752 0.0353543 0.048476
Vertex 33904 -0.0072207 0.0356289 0.0484876
Vertex 33905 -0.00610573 0.035829 0.0485597
Vertex 33906 -0.00492025 0.0362041 0.048453
Vertex 33907 -0.00369262 0.0366899 0.0482034
Vertex 33908 -0.0795655 0.0711751 0.0181423
Vertex 33909 -0.0788559 0.0706244 0.0187647
Vertex 33910 -0.0781039 0.070111 0.0193756
Vertex 33911 -0.0672962 0.0785128 0.0408262
Vertex 33912 -0.0748541 0.107208 0.0370405
Vertex 33913 -0.0650483 0.0701635 0.0361166
Vertex 33914 -0.0640951 0.0700461 0.0364211
Vertex 33915 -0.0691323 0.0776098 0.0394254
Vertex 33916 -0.0698308 0.071946 0.0353261
Vertex 33917 -0.0701548 0.148741 -0.0366493
Vertex 33918 -0.0631359 0.0699525 0.0366992
Vertex 33919 -0.0773286 0.0696655 0.0199272
Vertex 33920 -0.0843731 0.110309 0.0377873
Vertex 33921 -0.0754196 0.111293 0.0461553
Vertex 33922 -0.0765357 0.0692333 0.0204809
Vertex 33923 -0.077209 0.110378 0.0446936
Vertex 33924 -0.0906322 0.112714 0.0163744
Vertex 33925 -0.0630072 0.0689485 0.0358468
Vertex 33926 -0.079103 0.0731629 0.0235749
Vertex 33927 -0.0622094 0.0655019 0.0319825
Vertex 33928 -0.0638136 0.0680952 0.0346563
Vertex 33929 -0.0817644 0.0758778 0.0206878
Vertex 33930 -0.091428 0.113787 0.018961
Vertex 33931 -0.0757523 0.0687815 0.0210323
Vertex 33932 -0.0529063 0.0676787 0.0373317
Vertex 33933 -0.0749667 0.0683767 0.0215337
Vertex 33934 -0.0741944 0.0678888 0.022137
Vertex 33935 -0.0845615 0.0777561 0.014943
Vertex 33936 -0.0882602 0.111934 0.0373837
Vertex 33937 -0.0894904 0.112329 0.0187618
Vertex 33938 -0.052616 0.0657163 0.0355847
Vertex 33939 -0.0734051 0.0674458 0.022683
Vertex 33940 -0.072631 0.0670284 0.0231935
Vertex 33941 -0.071801 0.0745407 0.0361884
Vertex 33942 -0.0718222 0.0666154 0.0237319
Vertex 33943 -0.0710199 0.0662278 0.0242287
Vertex 33944 -0.0701839 0.0658802 0.0247105
Vertex 33945 -0.069373 0.0655009 0.0252048
Vertex 33946 -0.0685509 0.065132 0.0256966
Vertex 33947 -0.0676963 0.0648397 0.0261272
Vertex 33948 -0.0667991 0.06462 0.0265045
Vertex 33949 -0.0755445 0.0668624 0.00857418
Vertex 33950 -0.0672111 0.0749069 0.0386416
Vertex 33951 -0.0742588 0.0655235 0.0100016
Vertex 33952 -0.0735773 0.0648576 0.0107478
Vertex 33953 -0.0728932 0.0642808 0.0113714
Vertex 33954 -0.072166 0.063706 0.0120556
Vertex 33955 -0.0714787 0.0630924 0.012741
Vertex 33956 -0.0708134 0.0624523 0.0134268
Vertex 33957 -0.0700765 0.0619608 0.0139832
Vertex 33958 -0.0693077 0.0614952 0.0145437
Vertex 33959 -0.0684865 0.0611195 0.0150424
Vertex 33960 -0.0676995 0.0606833 0.0155957
Vertex 33961 -0.0668008 0.060458 0.0159676
Vertex 33962 -0.0659091 0.06022 0.0163937
Vertex 33963 -0.0650007 0.0600171 0.0167571
Vertex 33964 -0.0640788 0.0598458 0.0171155
Vertex 33965 -0.0631728 0.0596464 0.0174802
Vertex 33966 -0.0622614 0.0594461 0.0178467
Vertex 33967 -0.0613093 0.0593276 0.0181457
Vertex 33968 -0.0604002 0.0591276 0.0185111
Vertex 33969 -0.0594483 0.0590098 0.0188119
Vertex 33970 -0.058539 0.0588103 0.0191792
Vertex 33971 -0.0575865 0.0586919 0.0194779
Vertex 33972 -0.0887093 0.112351 0.0387402
Vertex 33973 -0.065903 0.0643977 0.026882
Vertex 33974 -0.0657408 0.0353871 0.0379044
Vertex 33975 -0.0648928 0.0350374 0.038379
Vertex 33976 -0.0640233 0.0347562 0.0388023
Vertex 33977 -0.063072 0.0346346 0.0391063
Vertex 33978 -0.0621222 0.0345142 0.0394173
Vertex 33979 -0.0611289 0.0344725 0.039662
Vertex 33980 -0.0600953 0.0345101 0.0398512
Vertex 33981 -0.0591045 0.0344689 0.0400978
Vertex 33982 -0.0580729 0.0345066 0.0402882
Vertex 33983 -0.0570813 0.0344654 0.0405363
Vertex 33984 -0.0560519 0.0345032 0.0407254
Vertex 33985 -0.0550177 0.034541 0.0409139
Vertex 33986 -0.054028 0.0344996 0.0411656
Vertex 33987 -0.0529942 0.0345374 0.0413527
Vertex 33988 -0.0520047 0.0344961 0.0416004
Vertex 33989 -0.0509276 0.0346131 0.0417321
Vertex 33990 -0.0499367 0.0345722 0.0419808
Vertex 33991 -0.0489061 0.0346101 0.0421693
Vertex 33992 -0.047874 0.0346487 0.0423594
Vertex 33993 -0.0468008 0.0347657 0.0424884
Vertex 33994 -0.0457293 0.0348843 0.042622
Vertex 33995 -0.0446561 0.0349999 0.0427486
Vertex 33996 -0.0435404 0.0351992 0.0428237
Vertex 33997 -0.0423655 0.0354607 0.0428683
Vertex 33998 -0.0412769 0.0356814 0.042879
Vertex 33999 -0.040104 0.0359968 0.0427867
Vertex 34000 -0.0381624 0.035793 0.0434599
Vertex 34001 -0.0373231 0.0354917 0.0439186
Vertex 34002 -0.0364388 0.0352264 0.0443258
Vertex 34003 -0.0355301 0.0350253 0.0446914
Vertex 34004 -0.0346214 0.0348242 0.0450553
Vertex 34005 -0.033587 0.0348608 0.0452447
Vertex 34006 -0.0325544 0.0348985 0.0454309
Vertex 34007 -0.0315626 0.0348573 0.0456798
Vertex 34008 -0.0305285 0.0348948 0.0458677
Vertex 34009 -0.0295413 0.0348538 0.0461198
Vertex 34010 -0.0285078 0.0348913 0.0463089
Vertex 34011 -0.0275166 0.0348502 0.0465557
Vertex 34012 -0.0264854 0.0348879 0.0467436
Vertex 34013 -0.0254944 0.0348465 0.0469921
Vertex 34014 -0.0244623 0.0348843 0.0471798
Vertex 34015 -0.0235086 0.0347636 0.0474886
Vertex 34016 -0.0224756 0.0348012 0.0476768
Vertex 34017 -0.0214848 0.0347602 0.0479269
Vertex 34018 -0.0204554 0.0347978 0.0481157
Vertex 34019 -0.0194646 0.0347564 0.0483645
Vertex 34020 -0.0184307 0.0347944 0.0485523
Vertex 34021 -0.0173959 0.0348327 0.0487444
Vertex 34022 -0.0164056 0.0347921 0.0489909
Vertex 34023 -0.015331 0.0349099 0.0491212
Vertex 34024 -0.0142613 0.0350279 0.0492532
Vertex 34025 -0.0131306 0.0351789 0.049391
Vertex 34026 -0.0120723 0.0353434 0.0494553
Vertex 34027 -0.0109155 0.0356188 0.0494667
Vertex 34028 -0.00976126 0.0358952 0.049479
Vertex 34029 -0.00860718 0.0361712 0.0494902
Vertex 34030 -0.00737907 0.0367231 0.0491533
Vertex 34031 -0.00609738 0.037339 0.0487481
Vertex 34032 -0.0650238 0.0641454 0.0272956
Vertex 34033 -0.0641074 0.0639595 0.0276548
Vertex 34034 -0.0839319 0.117006 0.0485566
Vertex 34035 -0.063207 0.06374 0.0280276
Vertex 34036 -0.065153 0.0712063 0.036955
Vertex 34037 -0.0663565 0.0783826 0.0411592
Vertex 34038 -0.0814272 0.0752484 0.0195365
Vertex 34039 -0.0679292 0.0674285 0.0308631
Vertex 34040 -0.0720693 0.0709772 0.0321852
Vertex 34041 -0.0688648 0.111591 0.0438135
Vertex 34042 -0.062259 0.0636125 0.0283336
Vertex 34043 -0.0875696 0.115156 0.045661
Vertex 34044 -0.0890966 0.114815 0.0438036
Vertex 34045 -0.085737 0.110915 0.0387737
Vertex 34046 -0.0838603 0.0771078 0.0156983
Vertex 34047 -0.0831878 0.0764607 0.0163622
Vertex 34048 -0.0613089 0.0634913 0.028639
Vertex 34049 -0.079976 0.076532 0.0275303
Vertex 34050 -0.0603606 0.0633645 0.0289482
Vertex 34051 -0.0851934 0.11068 0.0373035
Vertex 34052 -0.0712203 0.0706743 0.0326242
Vertex 34053 -0.0799475 0.0796892 0.0318714
Vertex 34054 -0.0594448 0.063179 0.0293052
Vertex 34055 -0.0675837 0.112197 0.043642
Vertex 34056 -0.0584924 0.0630612 0.0296076
Vertex 34057 -0.0548476 0.0665624 0.0361422
Vertex 34058 -0.0801239 0.110623 0.0438367
Vertex 34059 -0.0575003 0.0630187 0.0298519
Vertex 34060 -0.0757136 0.107486 0.0366393
Vertex 34061 -0.0597781 0.0668249 0.0348598
Vertex 34062 -0.058577 0.0727277 0.0406017
Vertex 34063 -0.0565065 0.0629707 0.0300974
Vertex 34064 -0.0831854 0.11075 0.0323354
Vertex 34065 -0.0653913 0.0757553 0.0400472
Vertex 34066 -0.055548 0.0628794 0.0303893
Vertex 34067 -0.0803034 0.072641 0.00422068
Vertex 34068 -0.0791205 0.0709783 0.00599758
Vertex 34069 -0.0784664 0.0703272 0.00666705
Vertex 34070 -0.0778143 0.0696403 0.00741827
Vertex 34071 -0.0771027 0.0689891 0.00817725
Vertex 34072 -0.0545581 0.0628278 0.0306388
Vertex 34073 -0.0596114 0.0726835 0.0404064
Vertex 34074 -0.0752763 0.0667216 0.0105318
Vertex 34075 -0.0746541 0.0660086 0.0112783
Vertex 34076 -0.0739688 0.0653923 0.0119616
Vertex 34077 -0.0731928 0.064943 0.0125198
Vertex 34078 -0.0724349 0.0644357 0.0131399
Vertex 34079 -0.0718387 0.063614 0.0140147
Vertex 34080 -0.0712419 0.0628661 0.0147709
Vertex 34081 -0.0704877 0.0623972 0.0153213
Vertex 34082 -0.0697006 0.0619862 0.0158161
Vertex 34083 -0.0689131 0.06155 0.0163724
Vertex 34084 -0.0680681 0.061235 0.0168081
Vertex 34085 -0.0672083 0.0609402 0.0172424
Vertex 34086 -0.0663263 0.0606754 0.0176657
Vertex 34087 -0.065396 0.0605193 0.0180241
Vertex 34088 -0.0644961 0.0602892 0.0183972
Vertex 34089 -0.0635876 0.0600882 0.0187607
Vertex 34090 -0.0626754 0.059895 0.0191264
Vertex 34091 -0.0617181 0.0598008 0.019418
Vertex 34092 -0.0608049 0.0596005 0.019786
Vertex 34093 -0.059855 0.0594826 0.0200848
Vertex 34094 -0.0588992 0.0593658 0.0203903
Vertex 34095 -0.0579501 0.0592474 0.0206872
Vertex 34096 -0.0878896 0.111968 0.039224
Vertex 34097 -0.0535585 0.062801 0.0308747
Vertex 34098 -0.0847817 0.111591 0.0313073
Vertex 34099 -0.0658521 0.0361993 0.0388506
Vertex 34100 -0.0652339 0.0355811 0.0395373
Vertex 34101 -0.0644533 0.0351399 0.0400818
Vertex 34102 -0.0635867 0.03486 0.0405057
Vertex 34103 -0.0626767 0.0346583 0.0408688
Vertex 34104 -0.0616825 0.0346164 0.0411183
Vertex 34105 -0.0607335 0.034496 0.0414254
Vertex 34106 -0.0596993 0.0345337 0.0416145
Vertex 34107 -0.0587093 0.0344925 0.0418625
Vertex 34108 -0.0577153 0.0344512 0.0421091
Vertex 34109 -0.0566848 0.0344893 0.0422998
Vertex 34110 -0.0556539 0.0345276 0.0424927
Vertex 34111 -0.0546196 0.0345652 0.0426785
Vertex 34112 -0.0536298 0.0345249 0.0429297
Vertex 34113 -0.0525965 0.0345626 0.0431188
Vertex 34114 -0.0516068 0.0345225 0.0433683
Vertex 34115 -0.0505323 0.0346392 0.0434961
Vertex 34116 -0.0494618 0.0347575 0.043629
Vertex 34117 -0.0483876 0.0348751 0.0437589
Vertex 34118 -0.0472721 0.035073 0.043832
Vertex 34119 -0.0461189 0.0353483 0.0438447
Vertex 34120 -0.0450017 0.0355455 0.0439167
Vertex 34121 -0.0438855 0.03574 0.0440005
Vertex 34122 -0.0426232 0.0362716 0.0437883
Vertex 34123 -0.0415825 0.0366566 0.0434527
Vertex 34124 -0.0816947 0.113482 0.0465399
Vertex 34125 -0.0747322 0.0729443 0.0316828
Vertex 34126 -0.087519 0.112 0.0410625
Vertex 34127 -0.0373738 0.0365422 0.044687
Vertex 34128 -0.0366241 0.0360289 0.0452882
Vertex 34129 -0.0358314 0.0356542 0.0457978
Vertex 34130 -0.035019 0.035354 0.0462574
Vertex 34131 -0.0341019 0.0350895 0.0466468
Vertex 34132 -0.0331932 0.0348891 0.047012
Vertex 34133 -0.0321586 0.0349269 0.0472031
Vertex 34134 -0.0311676 0.0348856 0.0474529
Vertex 34135 -0.0301364 0.0349235 0.0476426
Vertex 34136 -0.0291057 0.0349617 0.0478282
Vertex 34137 -0.0281528 0.0348412 0.0481365
Vertex 34138 -0.0270805 0.0349584 0.0482667
Vertex 34139 -0.0260866 0.0349169 0.0485155
Vertex 34140 -0.0250963 0.0348756 0.0487637
Vertex 34141 -0.0241054 0.0348343 0.0490127
Vertex 34142 -0.0231171 0.0347933 0.0492623
Vertex 34143 -0.0220809 0.0348313 0.0494485
Vertex 34144 -0.0210492 0.0348694 0.0496408
Vertex 34145 -0.0200589 0.0348282 0.0498878
Vertex 34146 -0.0190678 0.0347878 0.0501361
Vertex 34147 -0.0179936 0.034905 0.0502652
Vertex 34148 -0.0168782 0.0351038 0.0503404
Vertex 34149 -0.0157478 0.0352634 0.050467
Vertex 34150 -0.0146066 0.0355634 0.0504427
Vertex 34151 -0.0135059 0.0357879 0.0504712
Vertex 34152 -0.012329 0.0361667 0.050366
Vertex 34153 -0.0111043 0.0366055 0.0502176
Vertex 34154 -0.00977952 0.0372711 0.0498001
Vertex 34155 -0.0810675 0.11076 0.0435122
Vertex 34156 -0.0739705 0.110854 0.0450522
Vertex 34157 -0.0699548 0.147947 -0.0321477
Vertex 34158 -0.0787914 0.0724652 0.0224838
Vertex 34159 -0.0681116 0.112409 0.0451263
Vertex 34160 -0.0829375 0.116994 0.0487646
Vertex 34161 -0.0824758 0.0764829 0.0200121
Vertex 34162 -0.0817829 0.110167 0.0313299
Vertex 34163 -0.0713881 0.068562 0.0291565
Vertex 34164 -0.0821218 0.075868 0.0188618
Vertex 34165 -0.070524 0.0682803 0.0295828
Vertex 34166 -0.0772723 0.114862 0.0500033
Vertex 34167 -0.0506105 0.0694238 0.0381651
Vertex 34168 -0.0802253 0.0772741 0.0285988
Vertex 34169 -0.0802055 0.0754813 0.024867
Vertex 34170 -0.0642021 0.071089 0.0372614
Vertex 34171 -0.0576054 0.0658547 0.0344063
Vertex 34172 -0.0772544 0.0764799 0.0316515
Vertex 34173 -0.0732628 0.0731075 0.0335988
Vertex 34174 -0.0611633 0.0698433 0.0372322
Vertex 34175 -0.0711005 0.148774 -0.0369587
Vertex 34176 -0.0710897 0.0678996 0.0280309
Vertex 34177 -0.0745865 0.0720219 0.0307608
Vertex 34178 -0.0792494 0.0723341 0.0207326
Vertex 34179 -0.0653767 0.0770838 0.0407622
Vertex 34180 -0.087269 0.112677 0.0244432
Vertex 34181 -0.0729148 0.0713134 0.0317175
Vertex 34182 -0.0620154 0.0689049 0.0360997
Vertex 34183 -0.0877256 0.112462 0.0226926
Vertex 34184 -0.0568342 0.0666429 0.0356476
Vertex 34185 -0.0785673 0.0716608 0.0214639
Vertex 34186 -0.0877693 0.113692 0.0289151
Vertex 34187 -0.0546552 0.0656851 0.0351815
Vertex 34188 -0.0669139 0.0704667 0.0354638
Vertex 34189 -0.0685164 0.0669975 0.0293604
Vertex 34190 -0.0746807 0.110131 0.0436879
Vertex 34191 -0.0806495 0.10968 0.039129
Vertex 34192 -0.0663103 0.0759418 0.0397029
Vertex 34193 -0.0649093 0.06918 0.0352438
Vertex 34194 -0.0745558 0.0684435 0.0233437
Vertex 34195 -0.0891171 0.11284 0.0400327
Vertex 34196 -0.0797103 0.0711205 0.00752586
Vertex 34197 -0.078379 0.0698242 0.00895098
Vertex 34198 -0.0776274 0.0692865 0.00957677
Vertex 34199 -0.076964 0.0686471 0.0102516
Vertex 34200 -0.0763247 0.0679089 0.0110614
Vertex 34201 -0.0756565 0.0672218 0.011813
Vertex 34202 -0.075008 0.0665773 0.0124915
Vertex 34203 -0.0743388 0.0659419 0.0131754
Vertex 34204 -0.0736013 0.0654333 0.0137843
Vertex 34205 -0.0729386 0.0646873 0.0146181
Vertex 34206 -0.0723757 0.0638786 0.0154336
Vertex 34207 -0.0717154 0.0632455 0.0160979
Vertex 34208 -0.0709345 0.0627948 0.0166551
Vertex 34209 -0.0701585 0.0623473 0.0172092
Vertex 34210 -0.0693216 0.0620201 0.0176481
Vertex 34211 -0.0684648 0.0617211 0.0180797
Vertex 34212 -0.0675878 0.0614559 0.0185068
Vertex 34213 -0.0666703 0.0612745 0.0188657
Vertex 34214 -0.065804 0.0609905 0.0192925
Vertex 34215 -0.064905 0.0607648 0.0196679
Vertex 34216 -0.0639921 0.0605727 0.020032
Vertex 34217 -0.0630317 0.060472 0.0203248
Vertex 34218 -0.0621323 0.0602572 0.0206983
Vertex 34219 -0.0611808 0.060116 0.0210055
Vertex 34220 -0.0602281 0.059992 0.0213112
Vertex 34221 -0.0592659 0.0599215 0.0215991
Vertex 34222 -0.0707139 0.0721775 0.0349299
Vertex 34223 -0.0871021 0.111516 0.0397664
Vertex 34224 -0.0778803 0.0710945 0.0220932
Vertex 34225 -0.0646199 0.0359342 0.0410351
Vertex 34226 -0.063929 0.0354009 0.0416662
Vertex 34227 -0.0630631 0.0351206 0.0420909
Vertex 34228 -0.0621134 0.0350003 0.0423988
Vertex 34229 -0.0612039 0.0347997 0.0427656
Vertex 34230 -0.0602518 0.034678 0.0430709
Vertex 34231 -0.0592646 0.0346371 0.0433189
Vertex 34232 -0.0582724 0.0345955 0.0435663
Vertex 34233 -0.0572808 0.0345537 0.0438127
Vertex 34234 -0.0562455 0.0345922 0.0440034
Vertex 34235 -0.0552136 0.0346314 0.0441945
Vertex 34236 -0.0541416 0.034749 0.0443256
Vertex 34237 -0.0530668 0.0348658 0.0444554
Vertex 34238 -0.0520347 0.0349067 0.0446489
Vertex 34239 -0.0509437 0.0349503 0.0448676
Vertex 34240 -0.0723024 0.111428 0.0467445
Vertex 34241 -0.0889991 0.11248 0.0367803
Vertex 34242 -0.0475797 0.035695 0.0449374
Vertex 34243 -0.060035 0.0645406 0.0315175
Vertex 34244 -0.0806498 0.110292 0.0422048
Vertex 34245 -0.0550935 0.0685958 0.0378502
Vertex 34246 -0.082015 0.110886 0.0432009
Vertex 34247 -0.0605698 0.0727907 0.0401099
Vertex 34248 -0.0773369 0.105608 0.0341784
Vertex 34249 -0.0507764 0.0715485 0.0397729
Vertex 34250 -0.064755 0.068231 0.0343382
Vertex 34251 -0.0689178 0.0717538 0.0356819
Vertex 34252 -0.0737672 0.068042 0.0238437
Vertex 34253 -0.0351573 0.0361738 0.0471926
Vertex 34254 -0.0343725 0.0357923 0.047703
Vertex 34255 -0.0335698 0.0354174 0.0482024
Vertex 34256 -0.0326308 0.0352345 0.0485487
Vertex 34257 -0.0317212 0.0350332 0.0489115
Vertex 34258 -0.0307721 0.0349136 0.04922
Vertex 34259 -0.0297808 0.0348722 0.0494682
Vertex 34260 -0.0287487 0.0349103 0.0496611
Vertex 34261 -0.0277559 0.0348695 0.0499059
Vertex 34262 -0.026685 0.0349864 0.0500364
Vertex 34263 -0.0257365 0.0348667 0.0503471
Vertex 34264 -0.0247044 0.0349045 0.050534
Vertex 34265 -0.0237103 0.0348634 0.0507821
Vertex 34266 -0.0226813 0.0349023 0.0509736
Vertex 34267 -0.0216077 0.0350207 0.0511065
Vertex 34268 -0.0205761 0.0350586 0.0512942
Vertex 34269 -0.0195012 0.0351765 0.0514244
Vertex 34270 -0.0183748 0.0353493 0.0515278
Vertex 34271 -0.0172261 0.0356447 0.0515267
Vertex 34272 -0.0466962 0.147986 -0.00319779
Vertex 34273 -0.0692389 0.149629 -0.0402111
Vertex 34274 -0.0483555 0.146018 -0.00117385
Vertex 34275 -0.0611783 0.167226 -0.0592729
Vertex 34276 -0.0158901 0.160985 -0.0130889
Vertex 34277 -0.0688076 0.150274 -0.0424283
Vertex 34278 -0.0241329 0.157302 -0.00905689
Vertex 34279 -0.0685062 0.142066 -0.00982847
Vertex 34280 -0.0656264 0.15567 -0.0512009
Vertex 34281 -0.0433649 0.150829 -0.00565896
Vertex 34282 -0.0640545 0.149152 -0.0269946
Vertex 34283 -0.0379505 0.150881 -0.00456722
Vertex 34284 -0.0249398 0.157384 -0.00964166
Vertex 34285 -0.0632159 0.147647 -0.016402
Vertex 34286 -0.0279028 0.160261 -0.0136941
Vertex 34287 -0.00997005 0.175779 -0.0292074
Vertex 34288 -0.0631298 0.144906 -0.0101196
Vertex 34289 -0.0652865 0.1555 -0.0467797
Vertex 34290 -0.0531289 0.138241 -0.000765665
Vertex 34291 -0.0310985 0.154152 -0.00673494
Vertex 34292 -0.0636168 0.143654 -0.00954122
Vertex 34293 -0.0650821 0.148822 -0.0290175
Vertex 34294 -0.0517386 0.139928 0.000994108
Vertex 34295 -0.0248998 0.158417 -0.0112592
Vertex 34296 -0.0623235 0.139333 -0.00679766
Vertex 34297 -0.027962 0.155009 -0.00579987
Vertex 34298 -0.0169173 0.16018 -0.0117745
Vertex 34299 -0.050147 0.145259 -0.000515581
Vertex 34300 -0.0647467 0.143415 -0.011401
Vertex 34301 -0.0096483 0.171546 -0.0270746
Vertex 34302 -0.0633421 0.145588 -0.0131138
Vertex 34303 -0.0449931 0.152736 -0.00651735
Vertex 34304 -0.0678832 0.147765 -0.0303891
Vertex 34305 -0.0297515 0.154263 -0.00514597
Vertex 34306 -0.0240484 0.159369 -0.0122932
Vertex 34307 -0.0179779 0.15947 -0.0103936
Vertex 34308 -0.0510836 0.145457 -0.000907293
Vertex 34309 -0.0652397 0.150467 -0.0337229
Vertex 34310 -0.0628194 0.162004 -0.0576316
Vertex 34311 -0.0663951 0.140334 -0.00790584
Vertex 34312 -0.0641378 0.146153 -0.0169913
Vertex 34313 -0.0703699 0.144073 -0.0154773
Vertex 34314 -0.0118669 0.165326 -0.0197278
Vertex 34315 -0.0614701 0.166956 -0.0604533
Vertex 34316 -0.066663 0.144317 -0.015468
Vertex 34317 -0.0641572 0.150753 -0.03179
Vertex 34318 -0.047699 0.144615 0.00435323
Vertex 34319 -0.0645863 0.144373 -0.0132186
Vertex 34320 -0.0643644 0.153473 -0.0380226
Vertex 34321 -0.0148475 0.162865 -0.0159421
Vertex 34322 -0.0141543 0.161827 -0.01362
Vertex 34323 -0.0640258 0.15968 -0.0562568
Vertex 34324 -0.0664605 0.152204 -0.0437352
Vertex 34325 -0.0654874 0.143443 -0.0120814
Vertex 34326 -0.0457281 0.151677 -0.00565337
Vertex 34327 -0.031909 0.154239 -0.00732019
Vertex 34328 -0.0650258 0.156351 -0.0487028
Vertex 34329 -0.0638714 0.15469 -0.0385902
Vertex 34330 -0.0681034 0.152856 -0.0481556
Vertex 34331 -0.0167645 0.162218 -0.0151135
Vertex 34332 -0.0456965 0.147701 -0.00292724
Vertex 34333 -0.0387577 0.150948 -0.00516845
Vertex 34334 -0.0662237 0.145026 -0.0176812
Vertex 34335 -0.0696125 0.150354 -0.0430103
Vertex 34336 -0.0415729 0.151549 -0.00635576
Vertex 34337 -0.0271741 0.161328 -0.0145155
Vertex 34338 -0.0338241 0.152569 -0.00489392
Vertex 34339 -0.0708261 0.144835 -0.0182015
Vertex 34340 -0.0344427 0.15352 -0.00733684
Vertex 34341 -0.0382525 0.154358 -0.00883541
Vertex 34342 -0.067159 0.152634 -0.0476967
Vertex 34343 -0.0658849 0.153363 -0.0443952
Vertex 34344 -0.0426772 0.14763 -0.000244299
Vertex 34345 -0.0109096 0.167211 -0.0224966
Vertex 34346 -0.063716 0.150986 -0.0306408
Vertex 34347 -0.0666364 0.150881 -0.0385507
Vertex 34348 -0.0367886 0.156481 -0.0105439
Vertex 34349 -0.049358 0.146268 -0.00147688
Vertex 34350 -0.0138771 0.164812 -0.0186885
Vertex 34351 -0.0181568 0.165005 -0.0179156
Vertex 34352 -0.0398753 0.149194 -0.00215183
Vertex 34353 -0.0240269 0.158277 -0.0107707
Vertex 34354 -0.0415439 0.148326 -0.00168489
Vertex 34355 -0.0405106 0.151258 -0.00613685
Vertex 34356 -0.0680155 0.149781 -0.0384715
Vertex 34357 -0.0225945 0.157229 -0.0076361
Vertex 34358 -0.0222598 0.160103 -0.0129456
Vertex 34359 -0.0652177 0.144322 -0.0140816
Vertex 34360 -0.0666009 0.15275 -0.0468174
Vertex 34361 -0.0674167 0.149888 -0.0375972
Vertex 34362 -0.030183 0.155051 -0.00785968
Vertex 34363 -0.0509196 0.141445 0.00173554
Vertex 34364 -0.0336363 0.153436 -0.00674709
Vertex 34365 -0.0618211 0.164489 -0.0586698
Vertex 34366 -0.0122439 0.168894 -0.023749
Vertex 34367 -0.0431023 0.149502 -0.00451393
Vertex 34368 -0.0206187 0.158806 -0.0102834
Vertex 34369 -0.0379006 0.151906 -0.00621808
Vertex 34370 -0.0321606 0.153429 -0.00535973
Vertex 34371 -0.0459377 0.145792 0.000601046
Vertex 34372 -0.0655442 0.155124 -0.0481259
Vertex 34373 -0.0379836 0.153062 -0.00765575
Vertex 34374 -0.0456817 0.146626 -0.00135754
Vertex 34375 -0.0130347 0.166801 -0.0212915
Vertex 34376 -0.0427079 0.151894 -0.00649313
Vertex 34377 -0.0148931 0.161809 -0.0143393
Vertex 34378 -0.0446977 0.147484 -0.0025954
Vertex 34379 -0.0231566 0.158136 -0.0102789
Vertex 34380 -0.0510476 0.139892 0.00172061
Vertex 34381 -0.0500642 0.142991 0.00242772
Vertex 34382 -0.0128992 0.165641 -0.0199242
Vertex 34383 -0.0538875 0.139905 -0.00121756
Vertex 34384 -0.0372554 0.154082 -0.00855912
Vertex 34385 -0.0624397 0.16285 -0.0548313
Vertex 34386 -0.0661058 0.151041 -0.0375744
Vertex 34387 -0.0650223 0.156803 -0.0519494
Vertex 34388 -0.0653258 0.140047 -0.00770568
Vertex 34389 -0.0609158 0.169795 -0.0608698
Vertex 34390 -0.0483263 0.149906 -0.00403153
Vertex 34391 -0.068634 0.151185 -0.044245
Vertex 34392 -0.0654804 0.152163 -0.03833
Vertex 34393 -0.0142729 0.16729 -0.0212151
Vertex 34394 -0.0168361 0.163394 -0.0165332
Vertex 34395 -0.0422245 0.148296 -0.00246029
Vertex 34396 -0.0145721 0.168692 -0.0222333
Vertex 34397 -0.00876485 0.1716 -0.0262973
Vertex 34398 -0.0345483 0.152531 -0.00560476
Vertex 34399 -0.0405566 0.149165 -0.00293165
Vertex 34400 -0.0397769 0.152293 -0.00702124
Vertex 34401 -0.0635158 0.162004 -0.0583208
Vertex 34402 -0.0623624 0.16436 -0.0595797
Vertex 34403 -0.0116051 0.171103 -0.0260001
Vertex 34404 -0.0138688 0.163706 -0.0171714
Vertex 34405 -0.0695099 0.151355 -0.0447129
Vertex 34406 -0.063994 0.152679 -0.0352218
Vertex 34407 -0.0292743 0.157003 -0.0105584
Vertex 34408 -0.0616655 0.144455 -0.00523057
Vertex 34409 -0.0178968 0.163686 -0.0167578
Vertex 34410 -0.0678883 0.145704 -0.022127
Vertex 34411 -0.0649365 0.1467 -0.0209465
Vertex 34412 -0.0695171 0.141232 -0.00845814
Vertex 34413 -0.0646993 0.150616 -0.0327557
Vertex 34414 -0.0633655 0.139636 -0.00706655
Vertex 34415 -0.0453871 0.145929 0.00156561
Vertex 34416 -0.021666 0.16235 -0.015178
Vertex 34417 -0.0683543 0.152019 -0.0462463
Vertex 34418 -0.0658527 0.144237 -0.0148815
Vertex 34419 -0.0275374 0.156717 -0.00957418
Vertex 34420 -0.0170332 0.164657 -0.0177746
Vertex 34421 -0.0128851 0.164546 -0.0183954
Vertex 34422 -0.0310058 0.156198 -0.0100049
Vertex 34423 -0.0387772 0.152061 -0.00669739
Vertex 34424 -0.0494259 0.144129 0.00171058
Vertex 34425 -0.0474205 0.145822 -0.000777163
Vertex 34426 -0.0338729 0.15688 -0.0110666
Vertex 34427 -0.0452267 0.150119 -0.00491516
Vertex 34428 -0.0478227 0.148347 -0.00331487
Vertex 34429 -0.0152574 0.166467 -0.0199789
Vertex 34430 -0.0208658 0.163381 -0.0161046
Vertex 34431 -0.0681283 0.146379 -0.0251159
Vertex 34432 -0.0684671 0.140894 -0.00832284
Vertex 34433 -0.0439563 0.147482 -0.0018962
Vertex 34434 -0.0638562 0.148524 -0.023921
Vertex 34435 -0.065557 0.158804 -0.0559152
Vertex 34436 -0.0632228 0.141176 -0.0069873
Vertex 34437 -0.0717673 0.146065 -0.0213605
Vertex 34438 -0.0551968 0.138069 -0.00309725
Vertex 34439 -0.0132125 0.168083 -0.022507
Vertex 34440 -0.0276378 0.158958 -0.0125395
Vertex 34441 -0.065785 0.145733 -0.0198954
Vertex 34442 -0.0186027 0.160444 -0.0128213
Vertex 34443 -0.0649779 0.141437 -0.00794337
Vertex 34444 -0.0151227 0.160977 -0.0122661
Vertex 34445 -0.0655423 0.145055 -0.0169033
Vertex 34446 -0.0249816 0.15956 -0.0126947
Vertex 34447 -0.0113061 0.169739 -0.0249506
Vertex 34448 -0.0377322 0.150234 -0.00179971
Vertex 34449 -0.0638387 0.163409 -0.0592654
Vertex 34450 -0.0110616 0.168437 -0.0238044
Vertex 34451 -0.0408442 0.152602 -0.00723164
Vertex 34452 -0.0664625 0.145705 -0.0206681
Vertex 34453 -0.018943 0.164042 -0.0169159
Vertex 34454 -0.0626506 0.153382 -0.0318715
Vertex 34455 -0.062927 0.150005 -0.0233391
Vertex 34456 -0.0106027 0.171925 -0.0271985
Vertex 34457 -0.0364615 0.155102 -0.00949574
Vertex 34458 -0.0690491 0.153118 -0.0485047
Vertex 34459 -0.0362549 0.153841 -0.0082413
Vertex 34460 -0.034669 0.15585 -0.0101443
Vertex 34461 -0.0100812 0.168118 -0.0236136
Vertex 34462 -0.031353 0.158667 -0.0125849
Vertex 34463 -0.0685791 0.147786 -0.0311476
Vertex 34464 -0.0623778 0.167137 -0.0608155
Vertex 34465 -0.0293863 0.155004 -0.00725783
Vertex 34466 -0.0537922 0.14151 -0.001138
Vertex 34467 -0.0623049 0.142641 -0.00633906
Vertex 34468 -0.0644028 0.146849 -0.019975
Vertex 34469 -0.0293599 0.15815 -0.0119938
Vertex 34470 -0.065164 0.147357 -0.0239331
Vertex 34471 -0.0148578 0.163977 -0.0174595
Vertex 34472 -0.070378 0.149076 -0.0386493
Vertex 34473 -0.0257693 0.158564 -0.0117505
Vertex 34474 -0.0663198 0.150167 -0.0356652
Vertex 34475 -0.0640918 0.158696 -0.0546245
Vertex 34476 -0.0107913 0.165034 -0.0192459
Vertex 34477 -0.0720157 0.145244 -0.0182167
Vertex 34478 -0.069197 0.145134 -0.0204031
Vertex 34479 -0.0524624 0.139899 0.000243693
Vertex 34480 -0.0258672 0.156547 -0.00846874
Vertex 34481 -0.00948171 0.174183 -0.0285537
Vertex 34482 -0.0234556 0.161598 -0.0145283
Vertex 34483 -0.0370469 0.152854 -0.00726744
Vertex 34484 -0.0711683 0.149278 -0.039104
Vertex 34485 -0.0459611 0.149058 -0.0040494
Vertex 34486 -0.070219 0.146984 -0.026659
Vertex 34487 -0.0222445 0.159024 -0.0114139
Vertex 34488 -0.010275 0.170544 -0.0261793
Vertex 34489 -0.017619 0.161286 -0.0140538
Vertex 34490 -0.0611658 0.168359 -0.0606871
Vertex 34491 -0.0238887 0.156697 -0.00604726
Vertex 34492 -0.0686207 0.149674 -0.0393499
Vertex 34493 -0.0642545 0.154418 -0.039754
Vertex 34494 -0.0410037 0.148494 -0.000715623
Vertex 34495 -0.0645467 0.148975 -0.0280488
Vertex 34496 -0.064545 0.156137 -0.0442784
Vertex 34497 -0.0438994 0.148485 -0.00356582
Vertex 34498 -0.0241902 0.160559 -0.0136368
Vertex 34499 -0.0194753 0.160592 -0.0133076
Vertex 34500 -0.0668563 0.151928 -0.044894
Vertex 34501 -0.036173 0.152719 -0.00677506
Vertex 34502 -0.0643746 0.145275 -0.0151376
Vertex 34503 -0.0649333 0.145142 -0.016034
Vertex 34504 -0.0176939 0.162435 -0.0154936
Vertex 34505 -0.0430291 0.148351 -0.00306372
Vertex 34506 -0.02161 0.158057 -0.00899889
Vertex 34507 -0.065417 0.154594 -0.0449582
Vertex 34508 -0.0657391 0.142564 -0.0101503
Vertex 34509 -0.0327214 0.154341 -0.00788327
Vertex 34510 -0.0432223 0.147486 -0.00120685
Vertex 34511 -0.0269011 0.155694 -0.0071882
Vertex 34512 -0.0200653 0.164398 -0.0170398
Vertex 34513 -0.0632877 0.151202 -0.0295741
Vertex 34514 -0.0248971 0.163359 -0.0156802
Vertex 34515 -0.0614708 0.165833 -0.0590275
Vertex 34516 -0.0204571 0.159751 -0.0120682
Vertex 34517 -0.0353184 0.153664 -0.00782609
Vertex 34518 -0.00997898 0.172997 -0.0279186
Vertex 34519 -0.0664375 0.153657 -0.0486366
Vertex 34520 -0.0654804 0.146553 -0.0219125
Vertex 34521 -0.0665297 0.149283 -0.0337543
Vertex 34522 -0.0286406 0.154979 -0.0065778
Vertex 34523 -0.0198183 0.158714 -0.00970491
Vertex 34524 -0.0628566 0.163115 -0.0590591
Vertex 34525 -0.0643715 0.139866 -0.00735458
Vertex 34526 -0.0344621 0.154617 -0.00886992
Vertex 34527 -0.0301543 0.157156 -0.0110394
Vertex 34528 -0.0658978 0.147832 -0.0279808
Vertex 34529 -0.0628859 0.1495 -0.0200671
Vertex 34530 -0.0647358 0.157148 -0.0507072
Vertex 34531 -0.063339 0.160302 -0.0538579
Vertex 34532 -0.0356652 0.156121 -0.0104266
Vertex 34533 -0.0632078 0.143892 -0.00837073
Vertex 34534 -0.0622726 0.163207 -0.0582148
Vertex 34535 -0.0652579 0.153012 -0.0402459
Vertex 34536 -0.0268492 0.155368 -0.00477229
Vertex 34537 -0.0642885 0.148287 -0.0250747
Vertex 34538 -0.068322 0.144999 -0.0199128
Vertex 34539 -0.0167466 0.161131 -0.0135692
Vertex 34540 -0.0610724 0.144529 -0.00434459
Vertex 34541 -0.0648295 0.14966 -0.0309451
Vertex 34542 -0.0195496 0.161752 -0.0147401
Vertex 34543 -0.0157653 0.161968 -0.0148041
Vertex 34544 -0.0661283 0.153073 -0.0457545
Vertex 34545 -0.0159101 0.1643 -0.0176565
Vertex 34546 -0.0197453 0.163025 -0.0159769
Vertex 34547 -0.0538319 0.138205 -0.00152003
Vertex 34548 -0.0636177 0.149382 -0.0259273
Vertex 34549 -0.0618668 0.165619 -0.0600772
Vertex 34550 -0.0674426 0.148384 -0.0326115
Vertex 34551 -0.0382124 0.150071 -0.00262103
Vertex 34552 -0.0481456 0.14427 0.00342034
Vertex 34553 -0.0628742 0.161547 -0.05443
Vertex 34554 -0.0274951 0.157765 -0.0111917
Vertex 34555 -0.0698236 0.144589 -0.0179026
Vertex 34556 -0.067038 0.143551 -0.013347
Vertex 34557 -0.0702692 0.146349 -0.0238997
Vertex 34558 -0.0653179 0.156011 -0.0499494
Vertex 34559 -0.044347 0.146755 0.000226372
Vertex 34560 -0.0703667 0.142544 -0.0104932
Vertex 34561 -0.0118076 0.166362 -0.0213381
Vertex 34562 -0.066026 0.146409 -0.0228827
Vertex 34563 -0.0639324 0.147049 -0.0189093
Vertex 34564 -0.0232571 0.160328 -0.0132723
Vertex 34565 -0.0531944 0.139931 -0.000456373
Vertex 34566 -0.0251865 0.160795 -0.0139572
Vertex 34567 -0.0261802 0.161053 -0.0142499
Vertex 34568 -0.0646767 0.146003 -0.0179612
Vertex 34569 -0.0514122 0.146842 -0.00193867
Vertex 34570 -0.067642 0.150503 -0.040589
Vertex 34571 -0.0641925 0.158337 -0.0512857
Vertex 34572 -0.0492219 0.145089 -9.42983e-05
Vertex 34573 -0.0187506 0.162746 -0.0157051
Vertex 34574 -0.0283979 0.155793 -0.00852382
Vertex 34575 -0.0412895 0.149153 -0.00363446
Vertex 34576 -0.0149904 0.165173 -0.0188028
Vertex 34577 -0.0678239 0.15109 -0.0436673
Vertex 34578 -0.0713444 0.144531 -0.0156116
Vertex 34579 -0.0311494 0.157393 -0.0113544
Vertex 34580 -0.0654527 0.156561 -0.05302
Vertex 34581 -0.0284257 0.15795 -0.0115973
Vertex 34582 -0.0501242 0.144161 0.00100252
Vertex 34583 -0.0177321 0.160293 -0.0123373
Vertex 34584 -0.0639066 0.158701 -0.0499459
Vertex 34585 -0.0637196 0.147938 -0.020833
Vertex 34586 -0.0649871 0.152354 -0.0372683
Vertex 34587 -0.0672863 0.151256 -0.0426939
Vertex 34588 -0.0675442 0.151908 -0.0456642
Vertex 34589 -0.0628045 0.144114 -0.00718004
Vertex 34590 -0.02662 0.157614 -0.0107103
Vertex 34591 -0.0625842 0.162383 -0.0563311
Vertex 34592 -0.06937 0.145758 -0.0234859
Vertex 34593 -0.0108613 0.16611 -0.0209706
Vertex 34594 -0.0670342 0.154632 -0.0510962
Vertex 34595 -0.0106285 0.174518 -0.0286758
Vertex 34596 -0.0370306 0.151785 -0.00571407
Vertex 34597 -0.0318792 0.156356 -0.0104816
Vertex 34598 -0.0635974 0.151927 -0.0324488
Vertex 34599 -0.064505 0.152553 -0.0362048
Vertex 34600 -0.0656159 0.148667 -0.029991
Vertex 34601 -0.0657818 0.152842 -0.0413063
Vertex 34602 -0.0690913 0.143 -0.0123014
Vertex 34603 -0.0674057 0.140585 -0.00814985
Vertex 34604 -0.0696706 0.14899 -0.0379959
Vertex 34605 -0.0715189 0.150138 -0.0417489
Vertex 34606 -0.0628726 0.147915 -0.0152353
Vertex 34607 -0.0657166 0.14722 -0.0249021
Vertex 34608 -0.0112299 0.173502 -0.0278641
Vertex 34609 -0.0622733 0.144309 -0.00616114
Vertex 34610 -0.0699102 0.14965 -0.0409667
Vertex 34611 -0.0657306 0.150277 -0.0347821
Vertex 34612 -0.0469903 0.145002 0.00194161
Vertex 34613 -0.0423065 0.150496 -0.00548521
Vertex 34614 -0.0214023 0.161048 -0.0139992
Vertex 34615 -0.0102345 0.169322 -0.0249254
Vertex 34616 -0.0643532 0.142586 -0.00864957
Vertex 34617 -0.0437605 0.146927 0.00133694
Vertex 34618 -0.0668982 0.151542 -0.0415298
Vertex 34619 -0.0195832 0.1596 -0.0115811
Vertex 34620 -0.0213292 0.159914 -0.0125433
Vertex 34621 -0.01408 0.166026 -0.0199736
Vertex 34622 -0.0674032 0.144345 -0.0161484
Vertex 34623 -0.025189 0.156576 -0.00769163
Vertex 34624 -0.0396346 0.151103 -0.0056598
Vertex 34625 -0.0647696 0.148087 -0.0261392
Vertex 34626 -0.0238433 0.163025 -0.0155105
Vertex 34627 -0.0515557 0.141366 0.000880581
Vertex 34628 -0.0255078 0.162179 -0.0150106
Vertex 34629 -0.0710899 0.143489 -0.012899
Vertex 34630 -0.0502835 0.146495 -0.00183305
Vertex 34631 -0.0445568 0.151229 -0.00569012
Vertex 34632 -0.0545976 0.139948 -0.00193829
Vertex 34633 -0.0441 0.149758 -0.00480897
Vertex 34634 -0.0683674 0.147186 -0.0280671
Vertex 34635 -0.0421651 0.149301 -0.00412295
Vertex 34636 -0.0523786 0.138216 -8.53499e-05
Vertex 34637 -0.0712073 0.146616 -0.0240304
Vertex 34638 -0.0344045 0.152028 -0.00248634
Vertex 34639 -0.0634196 0.15027 -0.0277557
Vertex 34640 -0.0484925 0.14723 -0.00252533
Vertex 34641 -0.0666857 0.141706 -0.00893584
Vertex 34642 -0.0725189 0.144585 -0.0159026
Vertex 34643 -0.0655919 0.151202 -0.0366034
Vertex 34644 -0.0293232 0.155967 -0.00892475
Vertex 34645 -0.0647392 0.157599 -0.0538703
Vertex 34646 -0.0658194 0.154782 -0.0493821
Vertex 34647 -0.0650925 0.142629 -0.00933509
Vertex 34648 -0.0303597 0.158405 -0.0122944
Vertex 34649 -0.0652338 0.145869 -0.0189253
Vertex 34650 -0.0494895 0.143125 0.00338457
Vertex 34651 -0.0635672 0.159894 -0.0552656
Vertex 34652 -0.0639536 0.144435 -0.0123561
Vertex 34653 -0.0484084 0.144974 0.000471547
Vertex 34654 -0.0388973 0.150052 -0.00339157
Vertex 34655 -0.0231137 0.159172 -0.011899
Vertex 34656 -0.0645685 0.147457 -0.0230581
Vertex 34657 -0.0691709 0.147293 -0.0286567
Vertex 34658 -0.0647302 0.154215 -0.0408208
Vertex 34659 -0.0281334 0.155101 -0.00344078
Vertex 34660 -0.0471466 0.149481 -0.0040486
Vertex 34661 -0.0649274 0.155826 -0.0455264
Vertex 34662 -0.0354607 0.154847 -0.00919588
Vertex 34663 -0.068714 0.143769 -0.0144235
Vertex 34664 -0.0688026 0.146519 -0.0258522
Vertex 34665 -0.0697305 0.146842 -0.0262196
Vertex 34666 -0.0675802 0.144972 -0.0192338
Vertex 34667 -0.0712328 0.151001 -0.0437008
Vertex 34668 -0.0332687 0.15271 -0.00392746
Vertex 34669 -0.0389846 0.1533 -0.00797514
Vertex 34670 -0.0661914 0.152591 -0.0424622
Vertex 34671 -0.0685644 0.145677 -0.0229009
Vertex 34672 -0.0630574 0.15313 -0.033029
Vertex 34673 -0.0506452 0.142899 0.00154993
Vertex 34674 -0.0259115 0.159753 -0.0130913
Vertex 34675 -0.0276261 0.15573 -0.00786612
Vertex 34676 -0.0629042 0.151488 -0.0283316
Vertex 34677 -0.0655821 0.153706 -0.0431373
Vertex 34678 -0.0671293 0.149176 -0.0346332
Vertex 34679 -0.0678286 0.139237 -0.00787376
Vertex 34680 -0.0503848 0.141583 0.00270968
Vertex 34681 -0.0257539 0.157476 -0.0102144
Vertex 34682 -0.0627477 0.148893 -0.0169766
Vertex 34683 -0.0662325 0.14347 -0.0127636
Vertex 34684 -0.0646684 0.155196 -0.0425404
Vertex 34685 -0.0650665 0.151369 -0.0356223
Vertex 34686 -0.0630084 0.142674 -0.00705706
Vertex 34687 -0.0633749 0.1608 -0.057006
Vertex 34688 -0.047607 0.144918 0.0010701
Vertex 34689 -0.0267283 0.156621 -0.00899742
Vertex 34690 -0.0725233 0.143597 -0.0104167
Vertex 34691 -0.0672167 0.147775 -0.0296135
Vertex 34692 -0.0637876 0.155678 -0.0402328
Vertex 34693 -0.0303698 0.154176 -0.00601441
Vertex 34694 -0.0335873 0.154463 -0.00838872
Vertex 34695 -0.0374543 0.155389 -0.00975319
Vertex 34696 -0.0627356 0.150882 -0.0252578
Vertex 34697 -0.0214326 0.158913 -0.0108411
Vertex 34698 -0.0635082 0.148832 -0.022668
Vertex 34699 -0.0129572 0.163516 -0.016687
Vertex 34700 -0.0700292 0.14319 -0.0126949
Vertex 34701 -0.0463999 0.150559 -0.00488163
Vertex 34702 -0.0689525 0.144454 -0.0174142
Vertex 34703 -0.0613355 0.171315 -0.0617342
Vertex 34704 -0.0262324 0.15581 -0.00635861
Vertex 34705 -0.0667057 0.14638 -0.0236565
Vertex 34706 -0.0632329 0.149656 -0.0246848
Vertex 34707 -0.0671416 0.145678 -0.0214457
Vertex 34708 -0.0632766 0.146612 -0.0147592
Vertex 34709 -0.0636907 0.146369 -0.0159165
Vertex 34710 -0.0647273 0.156687 -0.0474505
Vertex 34711 -0.0223961 0.161302 -0.0143028
Vertex 34712 -0.0615025 0.16984 -0.0615386
Vertex 34713 -0.063796 0.145383 -0.0141799
Vertex 34714 -0.016176 0.165587 -0.0188354
Vertex 34715 -0.028407 0.156859 -0.0100656
Vertex 34716 -0.0676059 0.141897 -0.00935244
Vertex 34717 -0.0187849 0.159551 -0.0109781
Vertex 34718 -0.0630553 0.148575 -0.0182369
Vertex 34719 -0.043754 0.152254 -0.00662286
Vertex 34720 -0.0244459 0.156552 -0.00701262
Vertex 34721 -0.0154877 0.167822 -0.0210841
Vertex 34722 -0.0362392 0.151744 -0.00510561
Vertex 34723 -0.0641035 0.141307 -0.00745692
Vertex 34724 -0.0513203 0.142869 0.00077197
Vertex 34725 -0.0206091 0.162049 -0.0149623
Vertex 34726 -0.0448968 0.146123 0.00263093
Vertex 34727 -0.0682244 0.142863 -0.0118107
Vertex 34728 -0.0633856 0.148243 -0.0195768
Vertex 34729 -0.0636742 0.142603 -0.0078783
Vertex 34730 -0.0634393 0.144588 -0.0113838
Vertex 34731 -0.0664444 0.151761 -0.0404644
Vertex 34732 -0.0635111 0.15292 -0.0340962
Vertex 34733 -0.0269084 0.160002 -0.0134029
Vertex 34734 -0.0650446 0.154908 -0.0437098
Vertex 34735 -0.0092432 0.169141 -0.0244221
Vertex 34736 -0.0520559 0.142894 8.38275e-05
Vertex 34737 -0.0315436 0.153515 -0.00448892
Vertex 34738 -0.048759 0.14421 0.00252118
Vertex 34739 -0.0296304 0.159454 -0.0131553
Vertex 34740 -0.0419789 0.152954 -0.00736227
Vertex 34741 -0.0654711 0.157635 -0.0545345
Vertex 34742 -0.0507334 0.147965 -0.00270623
Vertex 34743 -0.0652024 0.153998 -0.041972
Vertex 34744 -0.0707102 0.149836 -0.0414255
Vertex 34745 -0.0353601 0.152626 -0.00619729
Vertex 34746 -0.0465636 0.146777 -0.00183655
Vertex 34747 -0.0224096 0.15809 -0.00961754
Vertex 34748 -0.0204702 0.16083 -0.0136222
Vertex 34749 -0.0640756 0.151735 -0.033508
Vertex 34750 -0.0643695 0.149877 -0.0298747
Vertex 34751 -0.00929516 0.17029 -0.0258484
Vertex 34752 -0.0621407 0.163665 -0.0567978
Vertex 34753 -0.0372213 0.150899 -0.00386632
Vertex 34754 -0.0404209 0.150087 -0.00469474
Vertex 34755 -0.0186134 0.161522 -0.0143726
Vertex 34756 -0.0681449 0.144372 -0.0168262
Vertex 34757 -0.0635638 0.147341 -0.0176577
Vertex 34758 -0.063068 0.161146 -0.0557557
Vertex 34759 -0.0681305 0.148403 -0.0333773
Vertex 34760 -0.053019 0.141421 -0.000504477
Vertex 34761 -0.0396234 0.150027 -0.00409811
Vertex 34762 -0.0466152 0.145766 -0.000178732
Vertex 34763 -0.0611832 0.146298 -0.00395593
Vertex 34764 -0.0158447 0.163118 -0.0162484
Vertex 34765 -0.032733 0.155408 -0.00943888
Vertex 34766 -0.0329038 0.153455 -0.00604291
Vertex 34767 -0.0657515 0.154274 -0.0462128
Vertex 34768 -0.0671262 0.150692 -0.0396095
Vertex 34769 -0.0668614 0.150018 -0.036632
Vertex 34770 -0.066567 0.147777 -0.0287654
Vertex 34771 -0.0349517 0.151884 -0.00344832
Vertex 34772 -0.0474936 0.146975 -0.00223523
Vertex 34773 -0.0209297 0.158088 -0.00822134
Vertex 34774 -0.0641393 0.143504 -0.0105249
Vertex 34775 -0.0628937 0.146875 -0.0135938
Vertex 34776 -0.0670544 0.153567 -0.0495044
Vertex 34777 -0.0522702 0.141391 0.00017327
Vertex 34778 -0.0336701 0.155604 -0.00983793
Vertex 34779 -0.0665448 0.142647 -0.010737
Vertex 34780 -0.0244524 0.16187 -0.0148048
Vertex 34781 -0.0646798 0.158592 -0.0555006
Vertex 34782 -0.0681899 0.15036 -0.0415571
Vertex 34783 -0.0638595 0.159101 -0.0532849
Vertex 34784 -0.0669656 0.147091 -0.0266318
Vertex 34785 -0.0653748 0.149517 -0.0319115
Vertex 34786 -0.0652965 0.147932 -0.0271042
Vertex 34787 -0.0413647 0.150284 -0.00509832
Vertex 34788 -0.0301348 0.156065 -0.00950629
Vertex 34789 -0.0350004 0.157209 -0.0112204
Vertex 34790 -0.0660122 0.153896 -0.0475582
Vertex 34791 -0.0658642 0.141582 -0.00840157
Vertex 34792 -0.0659473 0.151954 -0.0393992
Vertex 34793 -0.0558806 0.138039 -0.00386657
Vertex 34794 -0.0355616 0.151785 -0.00432824
Vertex 34795 -0.0644393 0.157952 -0.0526177
Vertex 34796 -0.0648339 0.153263 -0.0390895
Vertex 34797 -0.0644813 0.157544 -0.049277
Vertex 34798 -0.0659423 0.149401 -0.0328697
Vertex 34799 -0.0638978 0.150075 -0.0288161
Vertex 34800 -0.0714181 0.143109 -0.0104276
Vertex 34801 -0.0286315 0.159193 -0.0128611
Vertex 34802 -0.0645561 0.151545 -0.0345673
Vertex 34803 -0.064202 0.155431 -0.0413859
Vertex 34804 -0.06621 0.148552 -0.030869
Vertex 34805 -0.0318636 0.155275 -0.00893878
Vertex 34806 -0.0691845 0.152183 -0.0467119
Vertex 34807 -0.0677074 0.147127 -0.0273126
Vertex 34808 -0.0607836 0.171276 -0.0609166
Vertex 34809 -0.064096 0.14766 -0.0219948
Vertex 34810 -0.0667821 0.14845 -0.031825
Vertex 34811 -0.032878 0.156591 -0.0107994
Vertex 34812 -0.0662707 0.14708 -0.0258685
Vertex 34813 -0.0668387 0.144945 -0.0185544
Vertex 34814 -0.0227209 0.162682 -0.0153632
Vertex 34815 -0.044945 0.146638 -0.00064718
Vertex 34816 -0.0449017 0.148739 -0.00386394
Vertex 34817 -0.0393381 0.149359 -0.00118821
Vertex 34818 -0.0274694 0.155208 -0.00473974
Vertex 34819 -0.0509131 0.144221 0.000402933
Vertex 34820 -0.0627563 0.152415 -0.0301468
Vertex 34821 -0.0703836 0.151592 -0.0450749
Vertex 34822 -0.0662037 0.154495 -0.0505507
Vertex 34823 -0.0119941 0.16759 -0.0225943
Vertex 34824 -0.0643947 0.15704 -0.046105
Vertex 34825 -0.0234022 0.157317 -0.0083471
Vertex 34826 -0.0630027 0.145885 -0.0118617
Vertex 34827 -0.0648437 0.159826 -0.0567739
Vertex 34828 -0.0631669 0.152168 -0.0312981
Vertex 34829 -0.0678418 0.143634 -0.0139334
Vertex 34830 -0.0677458 0.149084 -0.0355035
Vertex 34831 -0.0221568 0.157426 -0.00647102
Vertex 34832 -0.0704544 0.150585 -0.0434585
Vertex 34833 -0.0310262 0.153728 -0.00354608
Vertex 34834 -0.0400442 0.15362 -0.00816685
Vertex 34835 -0.0550398 0.0573097 0.0169909
Face 1 20464 20463 19670
Face 2 8846 8936 14300
Face 3 15447 12950 4985
Face 4 15448 15447 4985
Face 5 20172 20173 20255
Face 6 22610 14687 22325
Face 7 29535 26418 29484
Face 8 7017 7019 20708
Face 9 12344 12256 12614
Face 10 12318 4491 16345
Face 11 21289 22139 20299
Face 12 20383 21289 20299
Face 13 3074 3208 111
Face 14 4614 24688 111
Face 15 1581 1469 3208
Face 16 2637 15003 15053
Face 17 3074 1581 3208
Face 18 4197 9177 2411
Face 19 5005 2637 15053
Face 20 2804 2805 5005
Face 21 983 4197 2411
Face 22 1581 5133 6014
Face 23 2805 2804 3332
Face 24 1469 1581 6014
Face 25 5133 5512 1461
Face 26 6014 5133 1461
Face 27 5512 5374 2884
Face 28 1461 5512 2884
Face 29 5374 2157 779
Face 30 2884 5374 779
Face 31 2157 2843 2458
Face 32 779 2157 2458
Face 33 2843 14635 14624
Face 34 16657 4022 16656
Face 35 2458 2843 14624
Face 36 4197 983 15053
Face 37 1496 4615 1607
Face 38 15346 15486 15345
Face 39 15003 4197 15053
Face 40 15902 1493 1585
Face 41 15209 15210 15345
Face 42 11377 15397 11208
Face 43 15486 15485 15345
Face 44 3333 2805 3332
Face 45 14613 3458 14596
Face 46 4615 3333 3332
Face 47 2805 2637 5005
Face 48 4615 4748 1607
Face 49 4748 4615 3332
Face 50 14635 16247 16244
Face 51 15165 15593 1097
Face 52 14624 14635 16244
Face 53 16247 14171 14149
Face 54 16244 16247 14149
Face 55 14171 16045 16530
Face 56 14149 14171 16530
Face 57 16045 14336 16056
Face 58 16530 16045 16056
Face 59 14336 4862 16439
Face 60 16056 14336 16439
Face 61 4862 5146 5274
Face 62 16439 4862 5274
Face 63 5146 5777 5778
Face 64 5274 5146 5778
Face 65 15036 15108 15109
Face 66 22461 29805 29804
Face 67 16090 14958 16246
Face 68 15628 15627 15485
Face 69 6745 6744 6650
Face 70 15529 15391 14214
Face 71 16493 16492 16331
Face 72 21438 21437 21344
Face 73 22301 22300 22204
Face 74 22695 23969 23026
Face 75 17095 17096 17185
Face 76 14895 15025 14528
Face 77 1380 14091 14733
Face 78 15453 13832 15323
Face 79 12665 12666 15096
Face 80 14240 14239 14137
Face 81 19683 15165 1097
Face 82 15814 16090 16590
Face 83 5777 16221 13944
Face 84 21630 21725 21724
Face 85 5778 5777 13944
Face 86 16221 15189 3200
Face 87 13944 16221 3200
Face 88 15189 15119 14989
Face 89 3200 15189 14989
Face 90 15119 3583 14070
Face 91 14989 15119 14070
Face 92 21536 21537 21629
Face 93 209 92 670
Face 94 20396 20395 14405
Face 95 4021 1496 4022
Face 96 22500 22499 22402
Face 97 1496 1607 4022
Face 98 3583 15911 14688
Face 99 2176 1354 15494
Face 100 14070 3583 14688
Face 101 34727 34556 34683
Face 102 14688 15911 15113
Face 103 20745 34637 19803
Face 104 34504 34331 34489
Face 105 63 15114 14123
Face 106 105 2773 9756
Face 107 34474 34769 34643
Face 108 17186 17276 17275
Face 109 4858 5773 14749
Face 110 15292 14894 12114
Face 111 15167 15036 15109
Face 112 14124 6838 6837
Face 113 471 14856 16360
Face 114 5722 11291 20531
Face 115 21830 21926 21829
Face 116 15108 9504 5337
Face 117 14492 14508 16083
Face 118 20127 20205 20204
Face 119 5774 15259 1688
Face 120 13960 16567 1688
Face 121 16567 16242 1688
Face 122 14735 15616 15474
Face 123 12887 14522 22423
Face 124 3965 14735 1357
Face 125 21628 21629 21723
Face 126 21095 12850 12408
Face 127 30698 30797 30796
Face 128 12256 12344 10816
Face 129 14447 14448 14565
Face 130 21261 21260 32629
Face 131 20363 20362 18070
Face 132 16090 16246 16590
Face 133 15109 15108 5337
Face 134 19824 19900 19823
Face 135 9504 15729 15873
Face 136 14128 14129 14230
Face 137 6532 2757 14035
Face 138 13879 13878 13862
Face 139 14004 16041 14925
Face 140 15926 16080 16079
Face 141 14707 14830 14829
Face 142 14706 14707 14829
Face 143 12279 13262 13357
Face 144 15218 15354 15353
Face 145 368 2800 262
Face 146 558 2289 441
Face 147 16400 16563 16562
Face 148 16399 16400 16562
Face 149 15924 15925 16078
Face 150 4738 16946 14923
Face 151 14101 1657 980
Face 152 16079 16236 16235
Face 153 3011 1236 3153
Face 154 2202 14101 980
Face 155 5138 2176 15494
Face 156 15122 14992 3196
Face 157 14992 3324 3196
Face 158 1354 15602 233
Face 159 16562 16563 3209
Face 160 1922 2046 476
Face 161 34577 34391 34500
Face 162 14228 15811 15812
Face 163 5337 9504 15873
Face 164 22500 22594 22499
Face 165 1353 15357 15048
Face 166 19595 2362 15440
Face 167 14490 19595 15440
Face 168 16370 20559 20473
Face 169 16377 16378 16540
Face 170 15729 14912 16343
Face 171 13842 13855 13841
Face 172 21926 22024 21925
Face 173 15787 8946 8844
Face 174 29066 19198 19199
Face 175 27376 27377 29062
Face 176 13166 13072 4985
Face 177 12950 13166 4985
Face 178 21645 20727 20726
Face 179 22062 16334 21965
Face 180 19702 11110 18326
Face 181 20709 11110 19702
Face 182 16344 12318 16345
Face 183 16344 16345 6626
Face 184 21288 21196 22139
Face 185 15335 4095 15115
Face 186 1504 1955 4108
Face 187 14856 2456 2714
Face 188 16364 471 16360
Face 189 15210 15346 15345
Face 190 15873 15729 16343
Face 191 16363 3506 4352
Face 192 16088 1464 1350
Face 193 21436 21437 21531
Face 194 21533 21532 21437
Face 195 4075 3248 3247
Face 196 14912 14606 14727
Face 197 14054 14143 14142
Face 198 16397 16398 16560
Face 199 1357 14735 15474
Face 200 14053 14054 14142
Face 201 2500 2980 2640
Face 202 818 1540 1153
Face 203 20382 21297 20381
Face 204 5515 1463 13939
Face 205 4070 15814 13821
Face 206 21377 13037 15035
Face 207 14958 3061 16246
Face 208 15486 15628 15485
Face 209 14231 14341 14340
Face 210 15814 16590 13821
Face 211 19924 16215 16061
Face 212 14230 14231 14340
Face 213 34392 34792 34796
Face 214 14129 14231 14230
Face 215 785 13956 13951
Face 216 22706 30384 30454
Face 217 14051 14050 13973
Face 218 10243 7192 7083
Face 219 30478 30477 30406
Face 220 442 2799 168
Face 221 21289 21288 22139
Face 222 16343 14912 14727
Face 223 3441 111 24687
Face 224 22011 22012 22109
Face 225 1691 1581 3074
Face 226 3075 1691 3074
Face 227 1691 5260 5133
Face 228 1581 1691 5133
Face 229 16078 16079 16235
Face 230 14007 15111 15095
Face 231 1657 2156 778
Face 232 980 1657 778
Face 233 3324 16055 14148
Face 234 20127 20128 20205
Face 235 17447 18842 18348
Face 236 3196 3324 14148
Face 237 1344 5512 5133
Face 238 5260 1344 5133
Face 239 21665 2801 21570
Face 240 3070 5885 5122
Face 241 2456 16429 16430
Face 242 14165 864 4095
Face 243 15628 15772 15771
Face 244 15627 15628 15771
Face 245 15771 15772 15923
Face 246 15772 15924 15923
Face 247 21820 21821 21916
Face 248 15924 16078 16077
Face 249 3331 343 3204
Face 250 14226 20279 22589
Face 251 15395 14079 14497
Face 252 11927 33146 32880
Face 253 15633 15634 15777
Face 254 13832 14175 14282
Face 255 15456 15181 14986
Face 256 13855 13854 13841
Face 257 13559 5526 167
Face 258 14079 14616 14497
Face 259 14830 14955 14954
Face 260 16384 15263 16375
Face 261 1344 1436 5374
Face 262 14829 14830 14954
Face 263 5512 1344 5374
Face 264 2283 2157 5374
Face 265 1436 2283 5374
Face 266 2283 1584 2843
Face 267 2157 2283 2843
Face 268 12626 13030 2930
Face 269 16079 16080 16236
Face 270 14993 6156 3324
Face 271 16360 14856 2714
Face 272 14944 14945 15077
Face 273 15078 15210 15209
Face 274 4352 1466 16440
Face 275 1466 16441 16440
Face 276 16329 16328 16171
Face 277 21345 21438 21344
Face 278 14058 15202 14039
Face 279 15771 15770 15626
Face 280 16561 4075 4414
Face 281 1385 1498 4157
Face 282 5522 5523 1540
Face 283 16560 16561 4414
Face 284 3062 5623 2366
Face 285 16398 16561 16560
Face 286 14143 14245 14244
Face 287 380 14997 1341
Face 288 14421 12946 14540
Face 289 15524 864 14165
Face 290 14606 7244 985
Face 291 7819 15583 1321
Face 292 22352 15881 3461
Face 293 1548 1530 1529
Face 294 14727 14606 985
Face 295 9194 22352 3461
Face 296 22024 22023 21925
Face 297 34637 34557 19803
Face 298 14491 12258 12172
Face 299 22307 22306 22210
Face 300 19636 19634 10963
Face 301 14152 19636 10963
Face 302 1824 5012 1825
Face 303 22015 22113 22112
Face 304 3635 3424 985
Face 305 3456 5529 5139
Face 306 16236 16400 16399
Face 307 16958 6635 22439
Face 308 3836 3703 2289
Face 309 16235 16236 16399
Face 310 34410 34478 34671
Face 311 15925 16079 16078
Face 312 1155 4619 6004
Face 313 2800 558 441
Face 314 2156 15914 15805
Face 315 778 2156 15805
Face 316 16654 16653 16494
Face 317 21916 21917 22014
Face 318 5125 546 1424
Face 319 16652 4156 16651
Face 320 9521 8213 9407
Face 321 1584 14636 14635
Face 322 2843 1584 14635
Face 323 14636 16261 16247
Face 324 14635 14636 16247
Face 325 16261 14196 14171
Face 326 1686 14688 15245
Face 327 16247 16261 14171
Face 328 2714 2456 16430
Face 329 2546 15912 15361
Face 330 34821 34806 34405
Face 331 16429 2975 4103
Face 332 20464 21377 20463
Face 333 19376 22352 9194
Face 334 22039 19805 34437
Face 335 2980 3250 2640
Face 336 13905 13929 13928
Face 337 13904 13905 13928
Face 338 16655 16654 16495
Face 339 284 2202 5630
Face 340 22590 14226 22589
Face 341 16494 16333 16495
Face 342 25971 26082 26081
Face 343 15161 20396 14405
Face 344 4152 4151 16654
Face 345 16655 4152 16654
Face 346 1824 1825 4151
Face 347 4152 1824 4151
Face 348 16127 13894 13873
Face 349 5012 5139 1825
Face 350 14006 14007 15095
Face 351 16120 16127 13873
Face 352 31326 25670 25578
Face 353 1955 5874 19753
Face 354 14196 1532 16045
Face 355 14171 14196 16045
Face 356 1532 14871 14336
Face 357 16045 1532 14336
Face 358 14871 3721 4862
Face 359 14336 14871 4862
Face 360 14688 15113 15245
Face 361 3721 2842 5146
Face 362 14992 14993 3324
Face 363 5093 16206 5092
Face 364 14518 15453 15323
Face 365 6156 15908 16055
Face 366 16157 16314 16156
Face 367 15077 15078 15209
Face 368 19619 19416 18505
Face 369 16441 16434 16273
Face 370 15854 16005 15853
Face 371 13818 11105 12277
Face 372 15627 15771 15626
Face 373 16475 16474 16313
Face 374 1385 3440 1498
Face 375 21830 21829 21732
Face 376 4154 1385 4157
Face 377 3440 987 1498
Face 378 3440 3584 3712
Face 379 987 3440 3712
Face 380 2128 15964 2002
Face 381 5623 14085 2366
Face 382 15526 15524 14165
Face 383 15668 15669 15817
Face 384 14672 14096 14076
Face 385 133 13981 6396
Face 386 14230 14340 14339
Face 387 4613 16121 14714
Face 388 14128 14230 14229
Face 389 7244 3635 985
Face 390 15820 23 16208
Face 391 28547 34512 34546
Face 392 1690 14806 1580
Face 393 13089 34476 13116
Face 394 1656 2029 4057
Face 395 1549 14806 890
Face 396 5529 5402 5140
Face 397 9211 5876 9323
Face 398 2935 4608 4741
Face 399 4151 1825 4150
Face 400 5012 3456 5139
Face 401 2934 2935 4741
Face 402 3456 2935 2934
Face 403 5529 3456 2934
Face 404 14101 2202 4741
Face 405 4608 14101 4741
Face 406 15914 14564 14553
Face 407 15805 15914 14553
Face 408 14564 16127 16120
Face 409 14553 14564 16120
Face 410 19517 13354 19358
Face 411 19937 19376 9194
Face 412 16490 16489 16328
Face 413 889 1433 3799
Face 414 13374 12470 16595
Face 415 12628 12182 12095
Face 416 4862 3721 5146
Face 417 2842 16109 5777
Face 418 5146 2842 5777
Face 419 5008 3200 14864
Face 420 16109 5196 16221
Face 421 16430 16429 4103
Face 422 103 6007 531
Face 423 16057 15902 1585
Face 424 2975 14993 14992
Face 425 16083 16088 1350
Face 426 16032 10988 3424
Face 427 3635 16032 3424
Face 428 1464 3506 16363
Face 429 15169 15870 12673
Face 430 26094 26095 27378
Face 431 13067 15169 12673
Face 432 23771 23450 23449
Face 433 980 778 130
Face 434 12850 20383 20299
Face 435 4731 4741 284
Face 436 13929 13975 13974
Face 437 3071 2934 4731
Face 438 2202 980 5630
Face 439 5402 5529 3071
Face 440 4741 2202 284
Face 441 5139 5529 5140
Face 442 2934 4741 4731
Face 443 19518 14491 12412
Face 444 5529 2934 3071
Face 445 13894 471 16364
Face 446 15114 15222 14123
Face 447 15393 3066 14737
Face 448 13873 13894 16364
Face 449 1491 13944 5008
Face 450 3200 14989 14864
Face 451 5777 16109 16221
Face 452 5196 14517 15189
Face 453 16221 5196 15189
Face 454 14517 15252 15119
Face 455 2789 5778 1491
Face 456 13944 3200 5008
Face 457 14958 14020 1909
Face 458 3324 6156 16055
Face 459 16403 14612 15935
Face 460 16549 11011 16386
Face 461 14693 14694 14816
Face 462 16314 16475 16313
Face 463 10831 9044 10832
Face 464 20708 20709 19702
Face 465 6151 3966 2407
Face 466 15569 15711 15568
Face 467 14816 14817 14941
Face 468 990 1336 476
Face 469 9216 4229 15162
Face 470 14942 15075 15074
Face 471 26094 27378 27377
Face 472 14894 14770 13364
Face 473 3584 5653 5652
Face 474 3712 3584 5652
Face 475 5652 5653 2491
Face 476 5653 4708 2491
Face 477 3685 15964 16115
Face 478 4708 2111 3300
Face 479 15669 3685 15817
Face 480 15817 3685 16115
Face 481 14648 3188 15869
Face 482 16117 16273 135
Face 483 33227 33226 33091
Face 484 7177 10859 13169
Face 485 25955 25956 25655
Face 486 22351 9426 22447
Face 487 12946 19540 19704
Face 488 14906 12176 14782
Face 489 22511 10327 22138
Face 490 21441 21536 21440
Face 491 1384 1826 3899
Face 492 21348 21441 21440
Face 493 5139 5140 1717
Face 494 4027 1384 3899
Face 495 16654 4151 16653
Face 496 1825 5139 1717
Face 497 16495 16654 16494
Face 498 1825 1717 4150
Face 499 22496 22590 22495
Face 500 4151 4150 16653
Face 501 13724 14152 4025
Face 502 16333 16494 16332
Face 503 14152 10963 4025
Face 504 22590 22589 22495
Face 505 19439 19518 12412
Face 506 21821 21917 21916
Face 507 19118 436 19057
Face 508 1424 546 2155
Face 509 13389 9304 6509
Face 510 32570 32697 32569
Face 511 15189 14517 15119
Face 512 15252 16240 3583
Face 513 15119 15252 3583
Face 514 16240 15186 15911
Face 515 14989 14070 14071
Face 516 3583 16240 15911
Face 517 5090 5091 5214
Face 518 14864 14989 14071
Face 519 18341 14927 18436
Face 520 34559 34815 34510
Face 521 1350 1464 16363
Face 522 14945 15078 15077
Face 523 20741 15437 10886
Face 524 3506 1466 4352
Face 525 1350 16363 16201
Face 526 16170 16171 16328
Face 527 16083 1350 1017
Face 528 16066 16083 1017
Face 529 662 2155 15094
Face 530 14454 14492 16066
Face 531 21438 21533 21437
Face 532 21626 21625 21532
Face 533 16330 16329 16172
Face 534 34735 9101 11355
Face 535 16491 16490 16329
Face 536 16491 16650 16490
Face 537 16330 16491 16329
Face 538 16650 16649 16490
Face 539 4027 3899 16649
Face 540 16650 4027 16649
Face 541 14696 14697 14819
Face 542 14820 14945 14944
Face 543 14596 3458 1380
Face 544 14819 14820 14944
Face 545 4103 2975 14992
Face 546 14260 16526 16527
Face 547 5274 5778 2789
Face 548 5406 5274 2789
Face 549 34824 11605 11527
Face 550 2043 18372 2044
Face 551 13962 278 15001
Face 552 7812 14291 10081
Face 553 16439 5274 5406
Face 554 16438 16439 5406
Face 555 13646 2910 11813
Face 556 16077 16078 16234
Face 557 15784 15935 14857
Face 558 14091 14268 14733
Face 559 14057 14193 14363
Face 560 15711 15710 15568
Face 561 2669 14193 14057
Face 562 2407 2669 14057
Face 563 2034 13963 6412
Face 564 14193 14364 14363
Face 565 1129 103 3198
Face 566 15112 2887 752
Face 567 13291 12119 24116
Face 568 15665 15666 14634
Face 569 7916 19635 12801
Face 570 11536 13288 13646
Face 571 34510 34395 34354
Face 572 26089 26094 27377
Face 573 34636 12737 13101
Face 574 27899 28934 26094
Face 575 3300 2111 5768
Face 576 14575 14696 14695
Face 577 2491 4708 3300
Face 578 876 2538 2409
Face 579 2544 15669 15668
Face 580 2111 876 5768
Face 581 16602 16440 16117
Face 582 135 2544 15668
Face 583 14750 4352 16602
Face 584 16273 2544 135
Face 585 16201 16363 14750
Face 586 16440 16273 16117
Face 587 1017 1350 16201
Face 588 4352 16440 16602
Face 589 1654 889 6266
Face 590 16363 4352 14750
Face 591 5250 5399 6011
Face 592 3202 889 1654
Face 593 5250 6011 1826
Face 594 5399 3203 3202
Face 595 1384 5250 1826
Face 596 5399 5398 6011
Face 597 5398 5399 3202
Face 598 3203 1433 889
Face 599 3202 3203 889
Face 600 1433 5125 3799
Face 601 3799 5125 1424
Face 602 546 2281 2155
Face 603 2155 2281 15198
Face 604 15229 14508 14492
Face 605 16649 16648 16489
Face 606 16329 16490 16328
Face 607 13322 13321 13228
Face 608 11212 5895 12737
Face 609 14352 14470 14469
Face 610 16056 16439 16438
Face 611 2640 3250 5342
Face 612 14070 14688 1686
Face 613 5778 13944 1491
Face 614 4591 2493 3502
Face 615 14071 14070 1686
Face 616 3058 895 1573
Face 617 6740 5504 6647
Face 618 16440 16441 16273
Face 619 3458 14091 1380
Face 620 13067 12673 14900
Face 621 16434 2545 2544
Face 622 2178 4483 2717
Face 623 14901 13067 14900
Face 624 16047 16046 14751
Face 625 14752 2178 1100
Face 626 1100 2178 2717
Face 627 14751 14752 1100
Face 628 15198 14492 14454
Face 629 15094 15198 14454
Face 630 1337 1424 662
Face 631 14492 16083 16066
Face 632 6266 3799 1337
Face 633 2155 15198 15094
Face 634 3799 1424 1337
Face 635 1424 2155 662
Face 636 818 5522 1540
Face 637 4414 4075 3247
Face 638 3685 3709 15964
Face 639 3819 34735 11004
Face 640 14697 14820 14819
Face 641 14733 14268 16057
Face 642 4070 13821 15048
Face 643 17185 17186 17275
Face 644 3061 14958 1909
Face 645 16427 15453 14518
Face 646 16530 16056 14188
Face 647 16528 16530 14188
Face 648 14469 14470 14587
Face 649 13850 13864 13849
Face 650 14061 14023 14035
Face 651 13864 13863 13849
Face 652 14149 16530 16528
Face 653 14121 14149 16528
Face 654 77 76 15398
Face 655 3066 582 1011
Face 656 14364 15888 15887
Face 657 14109 14205 4938
Face 658 14363 14364 15887
Face 659 15888 232 48
Face 660 4746 14252 2075
Face 661 4941 76 77
Face 662 2075 4941 77
Face 663 76 16362 15398
Face 664 22402 22499 22498
Face 665 14251 14927 23
Face 666 11447 11540 12291
Face 667 19066 17836 18938
Face 668 31326 31430 25671
Face 669 34430 26789 28547
Face 670 6644 6724 9324
Face 671 4730 13909 2766
Face 672 15504 12753 15365
Face 673 2329 14246 14228
Face 674 14574 14575 14695
Face 675 6647 6648 2276
Face 676 14456 14457 14574
Face 677 14696 14819 14818
Face 678 15004 14445 14444
Face 679 3057 15539 14266
Face 680 5768 876 2409
Face 681 14978 15004 14444
Face 682 2538 15004 14978
Face 683 2409 2538 14978
Face 684 14445 16060 16059
Face 685 14444 14445 16059
Face 686 16060 786 4
Face 687 16059 16060 4
Face 688 786 16046 16047
Face 689 4 786 16047
Face 690 5655 3202 1654
Face 691 16046 14752 14751
Face 692 5398 3202 5655
Face 693 889 3799 6266
Face 694 6011 5398 5397
Face 695 5397 5398 5655
Face 696 6011 1211 1945
Face 697 1211 6011 5397
Face 698 1826 1945 3767
Face 699 1826 6011 1945
Face 700 16490 16649 16489
Face 701 3899 1826 3767
Face 702 367 368 5523
Face 703 3899 3767 16648
Face 704 3295 2108 1906
Face 705 6270 13293 12761
Face 706 32449 32448 32336
Face 707 2782 2901 5641
Face 708 2656 5199 2655
Face 709 16239 16244 14121
Face 710 13820 2802 14919
Face 711 16078 16235 16234
Face 712 14188 16056 16438
Face 713 15223 5715 14673
Face 714 15089 14613 14596
Face 715 14179 23328 4617
Face 716 15923 15924 16077
Face 717 16273 16434 2544
Face 718 26415 34827 29405
Face 719 21254 21255 21347
Face 720 2545 15528 15669
Face 721 15923 15922 15770
Face 722 21536 21535 21440
Face 723 33092 33091 32957
Face 724 15771 15923 15770
Face 725 21817 21818 21913
Face 726 13741 978 2910
Face 727 2125 1999 16525
Face 728 3073 5463 14172
Face 729 14982 2161 1577
Face 730 34535 34658 34493
Face 731 4483 2161 14982
Face 732 344 17097 17006
Face 733 2717 4483 14982
Face 734 2161 1687 1577
Face 735 3065 14362 15199
Face 736 16527 2032 15050
Face 737 3835 3836 558
Face 738 14271 4360 16242
Face 739 34389 12559 11762
Face 740 11011 16549 12818
Face 741 15122 3196 549
Face 742 15255 15122 549
Face 743 16235 16399 16398
Face 744 15357 4070 15048
Face 745 14615 14624 16239
Face 746 16244 14149 14121
Face 747 3249 2458 14615
Face 748 14624 16244 16239
Face 749 26095 27379 27378
Face 750 11043 13477 11449
Face 751 14919 15455 15249
Face 752 897 5900 4060
Face 753 22300 22299 22203
Face 754 779 2458 3249
Face 755 14284 15784 14857
Face 756 5263 5326 236
Face 757 5248 3966 6151
Face 758 6412 5248 6151
Face 759 15478 15518 4746
Face 760 14252 4941 2075
Face 761 14941 14942 15074
Face 762 3434 1415 3305
Face 763 22010 22011 22108
Face 764 20276 20359 20275
Face 765 15248 14186 14568
Face 766 551 671 442
Face 767 14626 2641 4727
Face 768 18356 28934 27899
Face 769 3323 3322 3976
Face 770 14633 14627 16113
Face 771 15262 2020 3323
Face 772 3322 14633 3976
Face 773 2671 258 15262
Face 774 2020 3322 3323
Face 775 22439 18356 27899
Face 776 16598 16600 2671
Face 777 3850 2329 14228
Face 778 14339 14457 14456
Face 779 14338 14339 14456
Face 780 14229 14339 14338
Face 781 3201 14439 1353
Face 782 14457 14575 14574
Face 783 4154 4157 16645
Face 784 14440 14442 3972
Face 785 16646 16645 16486
Face 786 14439 15357 1353
Face 787 16487 16486 16325
Face 788 16487 16646 16486
Face 789 32230 32336 32229
Face 790 16326 16487 16325
Face 791 14442 3057 3972
Face 792 3436 2384 8364
Face 793 4730 13987 14991
Face 794 15485 15484 15344
Face 795 15121 4730 14991
Face 796 14058 14039 904
Face 797 15345 15485 15344
Face 798 15627 15626 15484
Face 799 5522 367 5523
Face 800 15485 15627 15484
Face 801 1430 3462 2936
Face 802 2559 14442 14440
Face 803 33695 28809 33694
Face 804 13909 4737 15400
Face 805 1906 6270 12761
Face 806 13607 13608 13700
Face 807 10274 4067 10155
Face 808 2108 6270 1906
Face 809 34517 34526 34340
Face 810 14586 14707 14706
Face 811 14585 14586 14706
Face 812 28934 26095 26094
Face 813 13964 1461 3167
Face 814 2884 779 131
Face 815 1242 1353 15048
Face 816 17276 17367 17366
Face 817 25985 34462 34579
Face 818 34595 29067 34287
Face 819 2544 2545 15669
Face 820 14055 14146 15820
Face 821 20452 14906 20451
Face 822 15528 3709 3685
Face 823 15923 16077 16076
Face 824 12176 22138 14782
Face 825 15208 15209 15344
Face 826 15922 15923 16076
Face 827 14633 14634 14627
Face 828 14669 14791 16191
Face 829 22517 22612 22130
Face 830 21251 21344 21343
Face 831 22226 22517 22130
Face 832 21174 14646 21108
Face 833 16326 16325 16168
Face 834 23562 24755 24754
Face 835 21933 17413 22031
Face 836 16169 16326 16168
Face 837 13987 4730 2766
Face 838 4104 2559 14440
Face 839 22226 22130 20460
Face 840 21344 21437 21436
Face 841 552 2288 2800
Face 842 13979 15598 16243
Face 843 14877 14333 14122
Face 844 13903 13927 13902
Face 845 16198 4939 16597
Face 846 16044 16198 16597
Face 847 16234 16235 16398
Face 848 14894 13364 12114
Face 849 2505 6014 13964
Face 850 1461 2884 3167
Face 851 3431 16603 4841
Face 852 5523 368 5524
Face 853 2800 441 262
Face 854 34506 34747 34368
Face 855 6014 1461 13964
Face 856 477 990 476
Face 857 131 779 3249
Face 858 2458 14624 14615
Face 859 33491 33490 33357
Face 860 16399 16562 16561
Face 861 13922 13921 13897
Face 862 14045 14134 14044
Face 863 9499 16421 16260
Face 864 5456 5455 5325
Face 865 13932 13977 13931
Face 866 21204 21174 20370
Face 867 14687 21645 22325
Face 868 15211 15212 15347
Face 869 2897 17845 17285
Face 870 15194 15202 4104
Face 871 3800 3033 2897
Face 872 34392 34796 34320
Face 873 3033 1302 1423
Face 874 6539 1423 1302
Face 875 1302 4869 6539
Face 876 6539 1312 18671
Face 877 11040 9989 11014
Face 878 34347 34768 34792
Face 879 258 2020 15262
Face 880 14694 14817 14816
Face 881 4868 18192 17373
Face 882 4868 2902 529
Face 883 17711 1676 1675
Face 884 529 1675 4868
Face 885 15539 2329 3850
Face 886 1210 6506 16762
Face 887 6722 15891 15742
Face 888 14266 15539 3850
Face 889 6393 6722 15742
Face 890 15891 5776 15823
Face 891 15742 15891 15823
Face 892 2775 3581 258
Face 893 5776 2775 16600
Face 894 15823 5776 16600
Face 895 21818 21914 21913
Face 896 16600 2775 258
Face 897 6529 26450 28568
Face 898 19492 19573 19491
Face 899 9270 20452 15581
Face 900 14522 12887 22609
Face 901 12441 9052 22621
Face 902 14528 14529 14900
Face 903 13646 13741 2910
Face 904 29351 7121 18771
Face 905 13166 14369 14368
Face 906 20452 20451 15581
Face 907 8985 2251 3311
Face 908 23884 8266 9054
Face 909 13701 13796 13795
Face 910 13700 13701 13795
Face 911 13369 2108 3295
Face 912 12996 13369 3295
Face 913 14201 14669 16191
Face 914 20044 20045 20126
Face 915 14244 14245 14354
Face 916 34401 34524 34534
Face 917 14245 14355 14354
Face 918 14713 14248 14249
Face 919 111 3208 4614
Face 920 2654 2784 2204
Face 921 16562 3209 4075
Face 922 3167 2884 131
Face 923 3196 14148 14623
Face 924 16561 16562 4075
Face 925 15669 15528 3685
Face 926 14464 14582 14463
Face 927 14986 14985 16372
Face 928 3709 5069 15964
Face 929 14449 12189 14791
Face 930 10859 12441 13169
Face 931 15076 15077 15208
Face 932 19565 19564 19483
Face 933 1463 14672 13939
Face 934 14669 14449 14791
Face 935 5086 15750 557
Face 936 13930 13931 13976
Face 937 14634 14626 14627
Face 938 19624 19708 23210
Face 939 15665 14634 14633
Face 940 3322 15665 14633
Face 941 258 3581 2020
Face 942 16593 15665 3322
Face 943 3581 16593 2020
Face 944 2020 16593 3322
Face 945 5773 15969 2032
Face 946 530 5760 16211
Face 947 9414 19599 13808
Face 948 20301 22226 20460
Face 949 3835 1234 3836
Face 950 2288 558 2800
Face 951 14387 14504 15190
Face 952 14563 13812 14443
Face 953 6723 3633 1376
Face 954 1797 6723 1376
Face 955 1873 1874 12189
Face 956 20382 20381 19634
Face 957 12408 12850 20299
Face 958 3208 3207 4614
Face 959 15117 3327 15116
Face 960 14449 1873 12189
Face 961 3307 5204 1874
Face 962 3304 4091 4213
Face 963 27226 27227 27336
Face 964 1383 1714 4614
Face 965 24131 24257 29515
Face 966 14573 14694 14693
Face 967 11122 13468 11688
Face 968 16398 16399 16561
Face 969 13892 14390 14192
Face 970 14268 15902 16057
Face 971 13976 13977 14053
Face 972 14620 14453 5774
Face 973 14369 4332 7603
Face 974 1873 3307 1874
Face 975 4187 15000 15131
Face 976 14659 3436 3508
Face 977 3695 1677 3800
Face 978 19456 19195 29277
Face 979 1677 3171 3033
Face 980 3800 1677 3033
Face 981 3171 1303 1302
Face 982 3033 3171 1302
Face 983 1303 5894 4869
Face 984 1302 1303 4869
Face 985 5894 1203 1311
Face 986 4869 5894 1311
Face 987 21382 18729 18741
Face 988 1203 3437 1311
Face 989 5000 529 3308
Face 990 3437 5000 3308
Face 991 1565 1675 529
Face 992 5000 1565 529
Face 993 1209 1210 1675
Face 994 1565 1209 1675
Face 995 30532 25673 33015
Face 996 1209 6506 1210
Face 997 19307 22991 19308
Face 998 34272 34332 34746
Face 999 24853 24852 18781
Face 1000 25663 23315 22450
Face 1001 15823 16600 16598
Face 1002 1119 18236 1438
Face 1003 15379 13220 15517
Face 1004 15975 16053 6393
Face 1005 3307 11155 2254
Face 1006 14228 14246 15811
Face 1007 14466 14467 14584
Face 1008 34701 34660 6811
Face 1009 14028 14027 14326
Face 1010 10241 8146 9221
Face 1011 3201 1353 15811
Face 1012 12367 3564 3760
Face 1013 13907 13931 13930
Face 1014 15031 15162 10864
Face 1015 13906 13907 13930
Face 1016 3570 17674 5527
Face 1017 13567 11601 13795
Face 1018 13796 13567 13795
Face 1019 9614 13369 12996
Face 1020 9615 9614 12996
Face 1021 20034 19961 19960
Face 1022 19960 19959 20036
Face 1023 21926 21925 21829
Face 1024 10115 34553 9643
Face 1025 14507 33290 19937
Face 1026 33290 19376 19937
Face 1027 1469 1356 3207
Face 1028 12412 14491 12172
Face 1029 3934 8554 16497
Face 1030 3208 1469 3207
Face 1031 1128 15122 15255
Face 1032 4075 3209 3248
Face 1033 16567 14271 16242
Face 1034 549 3196 14623
Face 1035 4105 4233 85
Face 1036 34428 34272 34772
Face 1037 5204 3307 2254
Face 1038 302 653 6018
Face 1039 14944 15077 15076
Face 1040 22351 22447 2910
Face 1041 15128 15125 15526
Face 1042 15209 15345 15344
Face 1043 14159 2585 14227
Face 1044 16271 15125 15128
Face 1045 2492 5244 6023
Face 1046 5119 5244 2492
Face 1047 5897 2154 661
Face 1048 6023 5897 661
Face 1049 780 15823 16598
Face 1050 16600 258 2671
Face 1051 4286 4279 16642
Face 1052 16643 4286 16642
Face 1053 5347 14770 8742
Face 1054 14770 9216 13364
Face 1055 16371 7138 530
Face 1056 15336 3065 15199
Face 1057 16327 16326 16169
Face 1058 21964 20076 14509
Face 1059 14939 15070 3062
Face 1060 1234 904 3836
Face 1061 11283 11209 14040
Face 1062 13812 15886 14443
Face 1063 3633 16198 16044
Face 1064 1376 3633 16044
Face 1065 22403 22402 22306
Face 1066 19978 19977 19899
Face 1067 12527 12614 4491
Face 1068 32825 32824 32691
Face 1069 13169 12441 22621
Face 1070 2503 12616 16335
Face 1071 18619 5407 5534
Face 1072 16334 2503 16335
Face 1073 28519 28520 28654
Face 1074 10992 6406 21276
Face 1075 16721 28023 18357
Face 1076 30971 30970 30869
Face 1077 15336 15199 14802
Face 1078 14854 14853 13836
Face 1079 19731 19730 19647
Face 1080 2586 14802 4360
Face 1081 28668 28797 28667
Face 1082 11155 8725 13010
Face 1083 4487 4618 15130
Face 1084 29613 28008 28552
Face 1085 18379 18473 18378
Face 1086 15202 15194 14039
Face 1087 16699 2153 17691
Face 1088 909 7811 17147
Face 1089 4091 3304 3171
Face 1090 1677 4091 3171
Face 1091 3304 1304 1303
Face 1092 3171 3304 1303
Face 1093 1304 1552 5894
Face 1094 1303 1304 5894
Face 1095 1552 1202 1203
Face 1096 5894 1552 1203
Face 1097 3566 3437 1203
Face 1098 1202 3566 1203
Face 1099 5127 5000 3437
Face 1100 3566 5127 3437
Face 1101 1564 1565 5000
Face 1102 5127 1564 5000
Face 1103 1208 1209 1565
Face 1104 1564 1208 1565
Face 1105 28 6506 1209
Face 1106 1208 28 1209
Face 1107 4724 4856 6506
Face 1108 28 4724 6506
Face 1109 4864 4996 4856
Face 1110 4724 4864 4856
Face 1111 1879 2000 4996
Face 1112 4864 1879 4996
Face 1113 17956 1119 6147
Face 1114 1879 1438 2000
Face 1115 17622 19233 19234
Face 1116 1438 6147 1119
Face 1117 14413 14414 15975
Face 1118 3041 17195 17324
Face 1119 14755 14815 14413
Face 1120 16053 6722 6393
Face 1121 661 2154 14755
Face 1122 14414 16053 15975
Face 1123 526 525 17604
Face 1124 14815 14414 14413
Face 1125 13310 13311 13404
Face 1126 12487 12576 12575
Face 1127 12642 12745 11601
Face 1128 13567 12642 11601
Face 1129 2006 9614 9615
Face 1130 13270 2006 9615
Face 1131 15579 8726 20036
Face 1132 21920 22018 22017
Face 1133 11110 18261 18326
Face 1134 22325 21645 20726
Face 1135 20173 26649 26764
Face 1136 1469 6014 2505
Face 1137 12318 12527 4491
Face 1138 27692 29352 29351
Face 1139 1356 1469 2505
Face 1140 4939 16431 16432
Face 1141 2254 11155 13010
Face 1142 15259 13960 1688
Face 1143 560 1128 15255
Face 1144 15474 15616 14277
Face 1145 15075 15207 15206
Face 1146 21254 21162 21163
Face 1147 3247 3248 4232
Face 1148 14819 14944 14943
Face 1149 28562 34630 34569
Face 1150 16270 16271 15128
Face 1151 15202 2559 4104
Face 1152 4616 4485 1946
Face 1153 14191 3977 6819
Face 1154 3329 5119 3429
Face 1155 3328 3329 3429
Face 1156 3429 5119 2492
Face 1157 5244 5897 6023
Face 1158 15922 16076 16075
Face 1159 8725 16035 14975
Face 1160 15921 15922 16075
Face 1161 13010 8725 14975
Face 1162 16643 16642 16483
Face 1163 16484 16643 16483
Face 1164 21348 21349 21441
Face 1165 34826 971 12102
Face 1166 793 909 17147
Face 1167 17211 17122 371
Face 1168 16488 16487 16326
Face 1169 16327 16488 16326
Face 1170 10607 25 9662
Face 1171 15070 5623 3062
Face 1172 3448 6277 6155
Face 1173 14872 1920 9846
Face 1174 14520 14521 16110
Face 1175 16114 6723 1797
Face 1176 21917 22015 22014
Face 1177 21725 21822 21821
Face 1178 19540 15447 15448
Face 1179 21275 15161 21267
Face 1180 2384 16344 6626
Face 1181 22206 22207 22302
Face 1182 6596 12982 7124
Face 1183 8904 8903 8799
Face 1184 28132 18360 2296
Face 1185 28655 28784 28783
Face 1186 27825 27956 27217
Face 1187 28023 16721 29738
Face 1188 978 22351 2910
Face 1189 14271 2586 4360
Face 1190 19484 19565 19483
Face 1191 18929 21168 17620
Face 1192 3972 3057 14266
Face 1193 14906 14782 20451
Face 1194 15125 15524 15526
Face 1195 14943 14944 15076
Face 1196 4616 3941 4319
Face 1197 15678 255 1919
Face 1198 21442 21537 21536
Face 1199 4485 4616 4319
Face 1200 4213 3433 3304
Face 1201 2153 4091 1677
Face 1202 3433 1305 1304
Face 1203 3304 3433 1304
Face 1204 3699 1552 1304
Face 1205 1305 3699 1304
Face 1206 3699 2361 1202
Face 1207 1552 3699 1202
Face 1208 3693 3566 1202
Face 1209 2361 3693 1202
Face 1210 888 5127 3566
Face 1211 3693 888 3566
Face 1212 888 1563 1564
Face 1213 5127 888 1564
Face 1214 1563 1207 1208
Face 1215 1564 1563 1208
Face 1216 184 28 1208
Face 1217 1207 184 1208
Face 1218 743 4724 28
Face 1219 184 743 28
Face 1220 4732 4864 4724
Face 1221 743 4732 4724
Face 1222 4449 1879 4864
Face 1223 4732 4449 4864
Face 1224 5251 1438 1879
Face 1225 4449 5251 1879
Face 1226 758 6147 1438
Face 1227 5251 758 1438
Face 1228 2905 3041 6147
Face 1229 758 2905 6147
Face 1230 17781 17755 3430
Face 1231 2905 986 3041
Face 1232 15770 15922 15769
Face 1233 34426 25563 34811
Face 1234 19149 18954 2291
Face 1235 4070 14625 15814
Face 1236 11793 11794 11874
Face 1237 152 11363 10574
Face 1238 10330 8354 12745
Face 1239 10310 10324 7166
Face 1240 9319 13767 9677
Face 1241 6261 9319 9677
Face 1242 21919 21920 22017
Face 1243 21917 21918 22015
Face 1244 20647 20738 21196
Face 1245 21288 20647 21196
Face 1246 22205 22204 22109
Face 1247 21913 21914 22011
Face 1248 1801 1691 3075
Face 1249 1583 24685 24820
Face 1250 1801 5391 5260
Face 1251 1691 1801 5260
Face 1252 5391 4335 1344
Face 1253 12651 13648 13555
Face 1254 5260 5391 1344
Face 1255 4335 6500 1436
Face 1256 1344 4335 1436
Face 1257 6500 2412 2283
Face 1258 1436 6500 2283
Face 1259 14217 14228 15812
Face 1260 21918 22016 22015
Face 1261 22016 22114 22113
Face 1262 22015 22016 22113
Face 1263 2412 2175 1584
Face 1264 16035 14784 1494
Face 1265 2283 2412 1584
Face 1266 15440 2362 15579
Face 1267 19704 19540 15448
Face 1268 15881 14204 15954
Face 1269 15036 18997 17175
Face 1270 16597 4939 16432
Face 1271 22211 22307 22210
Face 1272 14277 14877 14122
Face 1273 16431 1128 560
Face 1274 15640 3965 3113
Face 1275 19661 19662 19744
Face 1276 2384 6626 8364
Face 1277 2980 1263 3250
Face 1278 14246 15810 15811
Face 1279 21721 21818 21817
Face 1280 14975 16035 1494
Face 1281 14818 14819 14943
Face 1282 1718 1946 4279
Face 1283 12456 12105 19413
Face 1284 22401 22400 22304
Face 1285 1718 4616 1946
Face 1286 20530 20531 13124
Face 1287 21539 21538 21443
Face 1288 34551 12827 34352
Face 1289 22594 5347 8742
Face 1290 23923 23265 23416
Face 1291 27901 29465 34449
Face 1292 16021 19588 12146
Face 1293 20280 15065 22587
Face 1294 16484 16483 16322
Face 1295 16323 16484 16322
Face 1296 20362 20361 20278
Face 1297 13445 7949 13932
Face 1298 15221 14982 15666
Face 1299 34627 34724 34363
Face 1300 16647 16646 16487
Face 1301 16488 16647 16487
Face 1302 34779 34325 34300
Face 1303 6145 6018 15184
Face 1304 34672 34732 11040
Face 1305 14784 12437 21672
Face 1306 15644 15680 14520
Face 1307 14521 16114 16110
Face 1308 14226 15025 14895
Face 1309 4153 1716 4152
Face 1310 19673 19670 12888
Face 1311 19635 19673 12888
Face 1312 2175 14671 14636
Face 1313 1584 2175 14636
Face 1314 2291 18773 18759
Face 1315 21824 21823 21726
Face 1316 18855 2692 18876
Face 1317 17786 28132 2296
Face 1318 7603 4332 7177
Face 1319 29311 29442 29310
Face 1320 4492 17833 17606
Face 1321 9426 15869 22447
Face 1322 17232 17937 33911
Face 1323 27749 27745 28087
Face 1324 2290 672 2799
Face 1325 15077 15209 15208
Face 1326 3941 3329 3328
Face 1327 436 1454 14441
Face 1328 19831 19842 20628
Face 1329 4319 3941 3328
Face 1330 1615 18221 1616
Face 1331 13808 13911 13268
Face 1332 866 3562 3433
Face 1333 4213 866 3433
Face 1334 3562 1088 1305
Face 1335 3433 3562 1305
Face 1336 1088 95 3699
Face 1337 1305 1088 3699
Face 1338 1089 2361 3699
Face 1339 95 1089 3699
Face 1340 1089 3824 3693
Face 1341 2361 1089 3693
Face 1342 3824 5254 888
Face 1343 3693 3824 888
Face 1344 5254 3039 1563
Face 1345 888 5254 1563
Face 1346 3039 1095 1207
Face 1347 1563 3039 1207
Face 1348 1095 4089 184
Face 1349 1207 1095 184
Face 1350 4089 742 743
Face 1351 184 4089 743
Face 1352 1448 4732 743
Face 1353 742 1448 743
Face 1354 4455 4449 4732
Face 1355 1448 4455 4732
Face 1356 101 5251 4449
Face 1357 4455 101 4449
Face 1358 3427 758 5251
Face 1359 101 3427 5251
Face 1360 2649 2905 758
Face 1361 3427 2649 758
Face 1362 870 986 2905
Face 1363 2649 870 2905
Face 1364 102 40 986
Face 1365 870 102 986
Face 1366 5240 637 102
Face 1367 102 637 40
Face 1368 9095 10747 9286
Face 1369 11794 11875 11874
Face 1370 8265 6261 10215
Face 1371 7166 8265 10215
Face 1372 10324 3571 8265
Face 1373 10437 9319 6261
Face 1374 21824 21920 21823
Face 1375 3571 10437 8265
Face 1376 19963 19964 20040
Face 1377 14671 16268 16261
Face 1378 15629 15773 15772
Face 1379 14636 14671 16261
Face 1380 28767 28893 28766
Face 1381 15628 15629 15772
Face 1382 13162 2660 20395
Face 1383 20727 16499 22035
Face 1384 13547 16030 29750
Face 1385 16268 14254 14196
Face 1386 32335 32447 32334
Face 1387 12559 34389 34808
Face 1388 1494 14784 21672
Face 1389 13767 2006 13270
Face 1390 10330 10324 10310
Face 1391 8265 10437 6261
Face 1392 9677 13767 13270
Face 1393 19967 19968 20044
Face 1394 10330 10452 10324
Face 1395 16261 16268 14196
Face 1396 12437 19962 18137
Face 1397 14254 16531 1532
Face 1398 14196 14254 1532
Face 1399 5877 5750 2765
Face 1400 558 3836 2289
Face 1401 5012 4880 3456
Face 1402 1716 1824 4152
Face 1403 5630 130 2539
Face 1404 5500 5630 2539
Face 1405 1263 1153 3250
Face 1406 16432 16431 560
Face 1407 15966 16117 1802
Face 1408 13974 14051 13973
Face 1409 20844 20909 12105
Face 1410 3113 3965 1357
Face 1411 16047 14751 6276
Face 1412 21342 21341 34067
Face 1413 29516 26097 26096
Face 1414 14695 14696 14818
Face 1415 13162 21673 2660
Face 1416 20531 11291 13124
Face 1417 11274 9416 13174
Face 1418 4286 1718 4279
Face 1419 2540 3323 14748
Face 1420 13451 13357 14610
Face 1421 2658 5199 2657
Face 1422 21672 12437 18137
Face 1423 14516 14158 15814
Face 1424 16482 16641 16481
Face 1425 5400 5401 3069
Face 1426 27761 34714 34420
Face 1427 22588 22587 22493
Face 1428 29751 29207 18876
Face 1429 16014 16166 16013
Face 1430 16323 16322 16165
Face 1431 13357 14608 14610
Face 1432 11703 11153 11154
Face 1433 2717 14982 15221
Face 1434 29 2717 15221
Face 1435 4155 4154 16646
Face 1436 16647 4155 16646
Face 1437 15668 15817 16263
Face 1438 15667 15668 16263
Face 1439 28565 27374 27892
Face 1440 19962 19720 19680
Face 1441 130 15680 15644
Face 1442 2539 130 15644
Face 1443 4880 5012 1824
Face 1444 1716 4880 1824
Face 1445 17194 2551 2550
Face 1446 15444 12229 15306
Face 1447 26446 25851 25978
Face 1448 12982 18986 18879
Face 1449 28283 25958 18878
Face 1450 18361 27639 29714
Face 1451 29073 6281 27048
Face 1452 28798 28924 28797
Face 1453 26792 27749 28087
Face 1454 13072 13166 14368
Face 1455 25899 25903 28024
Face 1456 28148 16659 28153
Face 1457 29541 18352 18412
Face 1458 29749 6612 27745
Face 1459 4189 3025 3680
Face 1460 34580 13574 28017
Face 1461 3025 5114 5238
Face 1462 34416 34725 34614
Face 1463 34711 34614 34358
Face 1464 21561 20811 21655
Face 1465 4329 317 866
Face 1466 141 240 16915
Face 1467 3689 3562 866
Face 1468 317 3689 866
Face 1469 3689 6536 1088
Face 1470 3562 3689 1088
Face 1471 69 95 1088
Face 1472 6536 69 1088
Face 1473 1086 1089 95
Face 1474 69 1086 95
Face 1475 1086 3953 3824
Face 1476 1089 1086 3824
Face 1477 3953 307 5254
Face 1478 3824 3953 5254
Face 1479 307 2903 3039
Face 1480 5254 307 3039
Face 1481 2903 1094 1095
Face 1482 3039 2903 1095
Face 1483 1094 4718 4089
Face 1484 1095 1094 4089
Face 1485 4718 747 742
Face 1486 4089 4718 742
Face 1487 747 3310 1448
Face 1488 742 747 1448
Face 1489 3310 1986 4455
Face 1490 1448 3310 4455
Face 1491 1986 115 101
Face 1492 4455 1986 101
Face 1493 115 2109 3427
Face 1494 101 115 3427
Face 1495 2778 2649 3427
Face 1496 2109 2778 3427
Face 1497 869 870 2649
Face 1498 2778 869 2649
Face 1499 147 102 870
Face 1500 869 147 870
Face 1501 5240 5116 446
Face 1502 147 5240 102
Face 1503 11384 13113 13032
Face 1504 3435 13279 12831
Face 1505 6261 9677 11852
Face 1506 10215 6261 11852
Face 1507 12927 10452 12642
Face 1508 10452 3571 10324
Face 1509 23579 22929 23153
Face 1510 18137 19962 19680
Face 1511 20083 20163 20162
Face 1512 34708 34606 9392
Face 1513 16531 14003 14871
Face 1514 1532 16531 14871
Face 1515 14003 989 3721
Face 1516 14871 14003 3721
Face 1517 989 14115 2842
Face 1518 3721 989 2842
Face 1519 14115 16108 16109
Face 1520 2842 14115 16109
Face 1521 16108 14994 5196
Face 1522 16109 16108 5196
Face 1523 15773 15925 15924
Face 1524 904 788 3703
Face 1525 29651 24028 29518
Face 1526 3209 16563 1567
Face 1527 29471 34311 25744
Face 1528 34311 34388 25744
Face 1529 12927 12642 13567
Face 1530 34396 27448 27330
Face 1531 8354 10330 10310
Face 1532 6801 12927 13567
Face 1533 12642 10330 12745
Face 1534 10324 8265 7166
Face 1535 13702 13797 13701
Face 1536 6801 13567 13796
Face 1537 11462 12382 11303
Face 1538 11604 12998 12906
Face 1539 14994 14676 14517
Face 1540 5196 14994 14517
Face 1541 1661 3206 3072
Face 1542 1538 1661 3072
Face 1543 3457 2803 3456
Face 1544 2803 2935 3456
Face 1545 5885 4731 383
Face 1546 284 5630 5500
Face 1547 15583 14421 15725
Face 1548 12904 16387 16386
Face 1549 16602 16117 15966
Face 1550 1832 16602 15966
Face 1551 3687 3585 3584
Face 1552 21720 21721 21817
Face 1553 16058 16059 2162
Face 1554 4 16047 15890
Face 1555 16015 16014 15863
Face 1556 19635 12888 12801
Face 1557 20373 20372 19583
Face 1558 11154 11153 13451
Face 1559 16322 16483 16321
Face 1560 19588 19583 12146
Face 1561 15262 3323 2540
Face 1562 15260 15262 2540
Face 1563 19720 20468 20467
Face 1564 19335 19336 19802
Face 1565 18556 34286 26072
Face 1566 17731 17538 18819
Face 1567 34383 26326 34466
Face 1568 25479 28142 18870
Face 1569 31769 11307 31882
Face 1570 13904 13903 13885
Face 1571 16166 16323 16165
Face 1572 31523 31522 31416
Face 1573 14332 19344 160
Face 1574 15862 24711 24710
Face 1575 14982 1577 15666
Face 1576 21673 14332 160
Face 1577 1944 1385 4154
Face 1578 1100 2717 29
Face 1579 15183 5247 5377
Face 1580 4155 1944 4154
Face 1581 9426 14648 15869
Face 1582 135 15668 15667
Face 1583 15680 14521 14520
Face 1584 16665 11975 24996
Face 1585 4880 3457 3456
Face 1586 14236 14235 14133
Face 1587 26994 26995 27110
Face 1588 27111 27227 27226
Face 1589 30575 30574 30489
Face 1590 33743 33742 33617
Face 1591 26538 26654 26653
Face 1592 18828 5908 19149
Face 1593 16701 17194 2550
Face 1594 27707 27708 27836
Face 1595 29442 29573 29441
Face 1596 16701 2550 2549
Face 1597 17637 16701 2549
Face 1598 34496 34661 11773
Face 1599 25569 29541 18412
Face 1600 3933 2888 3025
Face 1601 4189 3933 3025
Face 1602 2888 4984 5114
Face 1603 3025 2888 5114
Face 1604 4984 5384 4329
Face 1605 5114 4984 4329
Face 1606 5384 863 317
Face 1607 4329 5384 317
Face 1608 3820 3689 317
Face 1609 863 3820 317
Face 1610 5888 6536 3689
Face 1611 3820 5888 3689
Face 1612 5888 1681 69
Face 1613 6536 5888 69
Face 1614 1681 976 1086
Face 1615 69 1681 1086
Face 1616 2750 1081 976
Face 1617 1086 976 3953
Face 1618 10486 3953 976
Face 1619 34373 34384 34483
Face 1620 307 10592 1197
Face 1621 307 1197 2903
Face 1622 1197 3176 2903
Face 1623 2903 3176 1094
Face 1624 1093 2648 4718
Face 1625 1094 1093 4718
Face 1626 2648 748 747
Face 1627 4718 2648 747
Face 1628 748 3439 3310
Face 1629 747 748 3310
Face 1630 3439 2126 1986
Face 1631 3310 3439 1986
Face 1632 2126 1323 115
Face 1633 1986 2126 115
Face 1634 1757 2109 115
Face 1635 1323 1757 115
Face 1636 2777 2778 2109
Face 1637 1757 2777 2109
Face 1638 868 869 2778
Face 1639 2777 868 2778
Face 1640 1003 147 869
Face 1641 868 1003 869
Face 1642 5116 1003 16594
Face 1643 178 1003 867
Face 1644 13292 3802 2901
Face 1645 2782 13292 2901
Face 1646 9677 13270 9758
Face 1647 12996 3295 1102
Face 1648 13417 13512 13416
Face 1649 13512 13609 13608
Face 1650 11303 11604 12906
Face 1651 8331 8435 8434
Face 1652 28825 18234 34484
Face 1653 26537 26538 26653
Face 1654 14308 97 7706
Face 1655 10452 10330 12642
Face 1656 13323 13417 13322
Face 1657 14676 15251 15252
Face 1658 11852 9677 9758
Face 1659 15487 15629 15628
Face 1660 15772 15773 15924
Face 1661 4232 3962 1788
Face 1662 15486 15487 15628
Face 1663 13230 13229 13134
Face 1664 13135 13230 13134
Face 1665 12118 12268 12899
Face 1666 11302 13573 11923
Face 1667 32338 32450 32337
Face 1668 32827 32826 32693
Face 1669 533 12622 532
Face 1670 11018 11017 30383
Face 1671 9615 12996 2256
Face 1672 13040 13135 13134
Face 1673 13797 6801 13796
Face 1674 32567 32566 32449
Face 1675 12359 12118 10857
Face 1676 12268 8876 12899
Face 1677 14517 14676 15252
Face 1678 15251 14495 16240
Face 1679 4235 1661 1538
Face 1680 15252 15251 16240
Face 1681 2803 4873 4608
Face 1682 3206 13962 15001
Face 1683 4731 284 383
Face 1684 2935 2803 4608
Face 1685 21377 21372 20463
Face 1686 383 284 5500
Face 1687 14631 14750 1832
Face 1688 12176 22511 22138
Face 1689 3440 3687 3584
Face 1690 16117 135 1802
Face 1691 16059 4 2162
Face 1692 3585 5654 5653
Face 1693 24709 15863 24710
Face 1694 2162 4 15890
Face 1695 12986 8259 13077
Face 1696 16167 16166 16014
Face 1697 16642 16641 16482
Face 1698 22300 22301 22396
Face 1699 15816 2671 15260
Face 1700 16483 16642 16482
Face 1701 9416 13173 13174
Face 1702 3323 3976 14748
Face 1703 15260 2540 443
Face 1704 16021 12146 20340
Face 1705 12813 10718 13455
Face 1706 15261 15260 443
Face 1707 21444 21443 21350
Face 1708 21351 21444 21350
Face 1709 13904 13928 13903
Face 1710 22401 22498 22400
Face 1711 32448 32447 32335
Face 1712 14866 14386 14929
Face 1713 16166 16165 16013
Face 1714 19553 19561 20369
Face 1715 22396 22397 22493
Face 1716 12409 20217 21463
Face 1717 1117 1100 29
Face 1718 22205 22301 22204
Face 1719 3687 3440 1385
Face 1720 15890 16047 6276
Face 1721 1802 135 15667
Face 1722 1944 3687 1385
Face 1723 23930 13171 12559
Face 1724 7264 6133 6005
Face 1725 23067 26568 28815
Face 1726 34406 11847 11284
Face 1727 33808 32301 33671
Face 1728 6636 27957 18860
Face 1729 26769 26768 26653
Face 1730 26654 26769 26653
Face 1731 26769 26883 26882
Face 1732 10225 5765 12032
Face 1733 28132 17786 26335
Face 1734 29705 29704 29572
Face 1735 20535 11048 11006
Face 1736 22365 22366 29674
Face 1737 19905 34477 10596
Face 1738 29668 34414 34296
Face 1739 4581 2760 2888
Face 1740 3933 4581 2888
Face 1741 2760 4852 4984
Face 1742 2888 2760 4984
Face 1743 3826 5384 4984
Face 1744 4852 3826 4984
Face 1745 3826 4863 863
Face 1746 5384 3826 863
Face 1747 3949 3820 863
Face 1748 4863 3949 863
Face 1749 3949 6135 5888
Face 1750 3820 3949 5888
Face 1751 6135 2750 1681
Face 1752 5888 6135 1681
Face 1753 1081 208 1082
Face 1754 1681 2750 976
Face 1755 1191 1190 1077
Face 1756 1191 1299 1190
Face 1757 1078 1191 1077
Face 1758 1299 1298 1190
Face 1759 1411 1410 1298
Face 1760 1299 1411 1298
Face 1761 2226 2227 2354
Face 1762 2484 2483 2354
Face 1763 1093 1092 2648
Face 1764 3176 7597 1093
Face 1765 34463 33294 34550
Face 1766 2648 547 748
Face 1767 749 3311 3439
Face 1768 748 749 3439
Face 1769 3311 3559 2126
Face 1770 3439 3311 2126
Face 1771 3559 5635 1323
Face 1772 2126 3559 1323
Face 1773 5635 3040 1757
Face 1774 1323 5635 1757
Face 1775 3040 4733 2777
Face 1776 1757 3040 2777
Face 1777 4733 867 868
Face 1778 2777 4733 868
Face 1779 16111 178 127
Face 1780 868 867 1003
Face 1781 12725 12726 10746
Face 1782 176 6271 8264
Face 1783 3802 7411 10585
Face 1784 2901 3802 10585
Face 1785 2256 12996 1102
Face 1786 10552 1544 4216
Face 1787 7740 4355 4229
Face 1788 9216 7740 4229
Face 1789 20279 14895 14896
Face 1790 19344 20301 13958
Face 1791 11367 179 3933
Face 1792 28520 28655 28654
Face 1793 26072 27329 29801
Face 1794 13512 13511 13416
Face 1795 13323 13322 13229
Face 1796 13270 9615 9502
Face 1797 9758 13270 9502
Face 1798 6009 1788 16784
Face 1799 10085 5496 5770
Face 1800 1788 149 85
Face 1801 149 1788 6009
Face 1802 14491 15313 12258
Face 1803 22214 22310 22309
Face 1804 19415 17873 18740
Face 1805 34715 34419 34574
Face 1806 13206 3948 755
Face 1807 11614 11692 34617
Face 1808 8876 12268 11694
Face 1809 12184 12450 13653
Face 1810 22229 22133 22515
Face 1811 26768 26769 26882
Face 1812 23816 23658 23930
Face 1813 32229 32335 32228
Face 1814 16704 16672 12443
Face 1815 2103 2102 1976
Face 1816 28426 28562 34569
Face 1817 14495 4606 15186
Face 1818 16240 14495 15186
Face 1819 4606 15120 14990
Face 1820 15186 4606 14990
Face 1821 3377 3251 4234
Face 1822 3251 4235 4234
Face 1823 4873 15049 4608
Face 1824 15049 14101 4608
Face 1825 5402 3071 5401
Face 1826 3071 4731 5885
Face 1827 21347 21348 21440
Face 1828 12946 11096 14540
Face 1829 16201 14750 14631
Face 1830 16202 16201 14631
Face 1831 4577 4708 5653
Face 1832 3584 3585 5653
Face 1833 14933 14978 14415
Face 1834 14444 16059 16058
Face 1835 16324 16323 16166
Face 1836 16015 16167 16014
Face 1837 19742 19825 19741
Face 1838 21349 21442 21441
Face 1839 16642 4279 16641
Face 1840 4279 4280 16641
Face 1841 16598 2671 15816
Face 1842 4940 16598 15816
Face 1843 15065 20280 15293
Face 1844 11515 16021 20340
Face 1845 4943 4940 15677
Face 1846 15816 15260 15261
Face 1847 14205 16596 4938
Face 1848 14824 14825 14949
Face 1849 9392 11696 11683
Face 1850 12753 12662 12754
Face 1851 22209 22305 22208
Face 1852 443 2540 14747
Face 1853 15389 13995 15254
Face 1854 886 22134 22613
Face 1855 21174 21108 20369
Face 1856 29332 26813 26901
Face 1857 16014 16013 15862
Face 1858 16013 16012 15861
Face 1859 3947 34682 34718
Face 1860 25678 25677 25579
Face 1861 14751 1100 1117
Face 1862 28568 25647 12910
Face 1863 20974 20973 28809
Face 1864 6276 14751 1117
Face 1865 5782 5781 5656
Face 1866 5657 5782 5656
Face 1867 31018 31114 31017
Face 1868 5782 5910 5781
Face 1869 17053 25584 27887
Face 1870 28092 29465 27901
Face 1871 26883 26996 26995
Face 1872 26882 26883 26995
Face 1873 26996 27112 27111
Face 1874 26473 20706 28820
Face 1875 26995 26996 27111
Face 1876 29484 26306 22145
Face 1877 28555 28132 26335
Face 1878 27981 28114 27980
Face 1879 29804 16701 17637
Face 1880 6146 4580 4581
Face 1881 26674 26189 25545
Face 1882 4580 4849 2760
Face 1883 4581 4580 2760
Face 1884 4849 2764 4852
Face 1885 2760 4849 4852
Face 1886 2764 2885 3826
Face 1887 4852 2764 3826
Face 1888 858 4863 3826
Face 1889 2885 858 3826
Face 1890 858 4079 3949
Face 1891 4863 858 3949
Face 1892 4079 16 6135
Face 1893 3949 4079 6135
Face 1894 16 208 2750
Face 1895 6135 16 2750
Face 1896 11292 16670 15885
Face 1897 2750 208 1081
Face 1898 1073 1186 1185
Face 1899 13570 7694 13475
Face 1900 12751 12752 1083
Face 1901 1072 1073 1185
Face 1902 1411 1524 1410
Face 1903 1524 1523 1410
Face 1904 2099 2100 2226
Face 1905 2227 2355 2354
Face 1906 1200 2625 3415
Face 1907 908 1098 1307
Face 1908 1186 1187 1294
Face 1909 1407 1406 1294
Face 1910 34486 32197 34665
Face 1911 5458 18248 5586
Face 1912 34127 16840 16769
Face 1913 10813 9536 749
Face 1914 2251 112 5635
Face 1915 3559 2251 5635
Face 1916 112 3686 3040
Face 1917 5635 112 3040
Face 1918 3686 4865 4733
Face 1919 3040 3686 4733
Face 1920 4865 751 867
Face 1921 4733 4865 867
Face 1922 34328 34558 34797
Face 1923 867 751 178
Face 1924 12361 12920 12725
Face 1925 11533 11612 10746
Face 1926 19933 18234 28825
Face 1927 10585 7411 18
Face 1928 9192 1544 10552
Face 1929 9304 9192 10552
Face 1930 14419 12855 14421
Face 1931 12855 15590 19540
Face 1932 32728 32727 32600
Face 1933 6768 6769 294
Face 1934 10741 13367 13271
Face 1935 11284 11040 34732
Face 1936 11229 11097 12839
Face 1937 21827 21923 21826
Face 1938 22229 20733 22224
Face 1939 13230 13323 13229
Face 1940 13417 13416 13322
Face 1941 3295 1906 3833
Face 1942 1102 3295 3833
Face 1943 5379 149 2918
Face 1944 2918 149 1343
Face 1945 7184 3431 5883
Face 1946 5379 85 149
Face 1947 24184 12228 12143
Face 1948 22419 22229 22515
Face 1949 23048 23572 23265
Face 1950 23923 23048 23265
Face 1951 23048 23479 23474
Face 1952 23572 23048 23474
Face 1953 34728 34529 8353
Face 1954 5341 34476 34314
Face 1955 11571 11570 11492
Face 1956 2517 8827 8721
Face 1957 34664 34807 34784
Face 1958 11376 11704 2277
Face 1959 13797 13796 13701
Face 1960 2251 3559 3311
Face 1961 24327 4593 25332
Face 1962 5217 5218 5071
Face 1963 34407 34715 34644
Face 1964 236 15468 14478
Face 1965 19878 19879 19953
Face 1966 14000 15973 14284
Face 1967 14478 14000 14284
Face 1968 15973 13834 15784
Face 1969 3553 3251 3377
Face 1970 14284 15973 15784
Face 1971 15049 1658 1657
Face 1972 4234 4235 1538
Face 1973 3071 3070 5401
Face 1974 14101 15049 1657
Face 1975 26450 29613 28552
Face 1976 3070 3071 5885
Face 1977 1683 1017 16202
Face 1978 14659 3508 15870
Face 1979 5654 4577 5653
Face 1980 14750 16602 1832
Face 1981 14978 14444 14415
Face 1982 4577 2534 2111
Face 1983 16167 16324 16166
Face 1984 14415 14444 16058
Face 1985 14770 14894 8742
Face 1986 16485 16484 16323
Face 1987 1946 1827 4280
Face 1988 11153 13357 13451
Face 1989 1470 780 4940
Face 1990 4279 1946 4280
Face 1991 22494 22588 22493
Face 1992 2671 15262 15260
Face 1993 4940 15816 15677
Face 1994 28234 28368 28233
Face 1995 4623 17833 4492
Face 1996 15677 15816 15261
Face 1997 4493 4624 4623
Face 1998 34525 34388 34723
Face 1999 34502 34709 34708
Face 2000 34812 34786 34625
Face 2001 12007 1877 34696
Face 2002 30144 30145 30208
Face 2003 15163 886 22613
Face 2004 2540 14748 14747
Face 2005 16504 16503 16183
Face 2006 21771 19475 3568
Face 2007 34404 34699 25856
Face 2008 3976 16113 16112
Face 2009 20370 21174 20369
Face 2010 16165 16164 16012
Face 2011 20973 20974 21067
Face 2012 2423 2549 20890
Face 2013 16947 5531 5530
Face 2014 22517 22327 22612
Face 2015 5783 5782 5657
Face 2016 5658 5783 5657
Face 2017 5911 5910 5782
Face 2018 5783 5911 5782
Face 2019 5911 6038 6037
Face 2020 10969 34831 9541
Face 2021 25855 649 26791
Face 2022 27367 34789 34460
Face 2023 27112 27228 27227
Face 2024 27111 27112 27227
Face 2025 23291 23711 29744
Face 2026 437 433 6473
Face 2027 27164 26100 26099
Face 2028 29803 29804 17637
Face 2029 28911 28912 29038
Face 2030 28114 28251 28250
Face 2031 6290 4579 4580
Face 2032 6146 4581 179
Face 2033 4579 5491 4849
Face 2034 4580 4579 4849
Face 2035 5491 2891 2764
Face 2036 4849 5491 2764
Face 2037 126 2885 2764
Face 2038 2891 126 2764
Face 2039 126 4995 858
Face 2040 2885 126 858
Face 2041 4995 4207 4079
Face 2042 858 4995 4079
Face 2043 4207 319 16
Face 2044 4079 4207 16
Face 2045 319 6540 208
Face 2046 16 319 208
Face 2047 3396 3525 3395
Face 2048 10221 319 6537
Face 2049 625 7089 7198
Face 2050 4565 4566 4697
Face 2051 6116 6117 6242
Face 2052 962 963 1072
Face 2053 1524 1635 1523
Face 2054 1635 8273 8272
Face 2055 1974 2100 1973
Face 2056 2100 2227 2226
Face 2057 2625 4068 3422
Face 2058 1307 1200 3415
Face 2059 1073 1074 1186
Face 2060 1187 1295 1294
Face 2061 23479 24715 24714
Face 2062 1217 1324 1216
Face 2063 3274 3273 3139
Face 2064 4044 4173 4172
Face 2065 2251 435 112
Face 2066 26337 11493 11408
Face 2067 66 3817 3686
Face 2068 112 66 3686
Face 2069 3817 4997 4865
Face 2070 3686 3817 4865
Face 2071 4997 750 751
Face 2072 4865 4997 751
Face 2073 34529 34585 11543
Face 2074 751 750 127
Face 2075 11618 12920 12361
Face 2076 12726 5205 10746
Face 2077 12047 12134 12046
Face 2078 12219 12218 12133
Face 2079 1544 3552 4216
Face 2080 11769 2915 10674
Face 2081 10748 11837 10127
Face 2082 424 10748 10127
Face 2083 13470 10916 10697
Face 2084 34815 34433 34510
Face 2085 11493 11571 11492
Face 2086 31806 31913 31805
Face 2087 27138 27252 24047
Face 2088 11728 11727 11648
Face 2089 12554 19754 20741
Face 2090 32122 32123 32226
Face 2091 1906 12761 13389
Face 2092 13389 12761 9304
Face 2093 3833 1906 13389
Face 2094 12761 9192 9304
Face 2095 34284 34353 34278
Face 2096 1231 13292 2782
Face 2097 14796 16403 15784
Face 2098 5239 14990 15120
Face 2099 12056 12143 12055
Face 2100 12143 12228 12227
Face 2101 20512 27223 20599
Face 2102 11810 11809 11727
Face 2103 13101 12737 12294
Face 2104 12750 9643 13119
Face 2105 6474 437 6473
Face 2106 5607 5732 5606
Face 2107 1327 1441 1326
Face 2108 1555 1554 1440
Face 2109 2873 2874 3010
Face 2110 3526 3655 3525
Face 2111 22892 27138 24047
Face 2112 13834 14796 15784
Face 2113 5496 10807 9332
Face 2114 3946 3553 3377
Face 2115 1955 4109 4108
Face 2116 1130 92 209
Face 2117 34661 34289 34824
Face 2118 14447 14565 7576
Face 2119 16121 3335 14714
Face 2120 14468 14586 14585
Face 2121 14467 14468 14585
Face 2122 2715 13889 15115
Face 2123 13889 2715 15361
Face 2124 15399 15245 1236
Face 2125 19680 19720 20467
Face 2126 2282 16223 15914
Face 2127 1658 2282 2156
Face 2128 5140 5402 5401
Face 2129 246 5140 5401
Face 2130 20199 14522 22609
Face 2131 27228 27338 27337
Face 2132 16065 16066 1683
Face 2133 1017 16201 16202
Face 2134 2534 877 876
Face 2135 4708 4577 2111
Face 2136 2409 14978 14933
Face 2137 2280 2409 14933
Face 2138 16644 16643 16484
Face 2139 16324 16485 16323
Face 2140 13037 20531 15035
Face 2141 21255 21256 21348
Face 2142 1946 4485 1827
Face 2143 4485 4486 1827
Face 2144 15757 16536 1470
Face 2145 780 16598 4940
Face 2146 24243 34290 34636
Face 2147 28554 26334 6725
Face 2148 16314 16313 16156
Face 2149 1470 4940 4943
Face 2150 4363 4494 4493
Face 2151 18556 20620 34337
Face 2152 4494 4625 4624
Face 2153 4493 4494 4624
Face 2154 4625 4756 4755
Face 2155 4624 4625 4755
Face 2156 16839 16769 16840
Face 2157 34602 34727 29204
Face 2158 9561 34775 11683
Face 2159 17873 14710 14589
Face 2160 18737 18853 4493
Face 2161 5022 5148 5021
Face 2162 14748 3976 16112
Face 2163 28500 34403 34447
Face 2164 16013 16165 16012
Face 2165 22135 22231 12092
Face 2166 22397 22494 22493
Face 2167 16322 16321 16164
Face 2168 2041 18368 18369
Face 2169 22231 22327 12544
Face 2170 5784 5783 5658
Face 2171 5659 5784 5658
Face 2172 5912 5911 5783
Face 2173 5784 5912 5783
Face 2174 6039 6038 5911
Face 2175 5912 6039 5911
Face 2176 6039 6165 6164
Face 2177 6038 6039 6164
Face 2178 27227 27228 27337
Face 2179 34343 34507 34734
Face 2180 5607 5606 5477
Face 2181 5222 5354 5353
Face 2182 12090 11233 7135
Face 2183 841 842 955
Face 2184 29039 29170 29038
Face 2185 27596 27475 20608
Face 2186 4578 4579 6290
Face 2187 12743 24263 6146
Face 2188 5620 5491 4579
Face 2189 4578 5620 4579
Face 2190 3027 2891 5491
Face 2191 5620 3027 5491
Face 2192 1005 126 2891
Face 2193 3027 1005 2891
Face 2194 1005 2646 4995
Face 2195 126 1005 4995
Face 2196 2646 4463 4207
Face 2197 4995 2646 4207
Face 2198 4463 6537 319
Face 2199 4207 4463 319
Face 2200 4838 4971 4970
Face 2201 10836 10586 6537
Face 2202 4837 4838 4970
Face 2203 4971 5101 5100
Face 2204 7197 741 625
Face 2205 34595 34608 26788
Face 2206 5988 5989 6116
Face 2207 6244 7357 6243
Face 2208 204 3020 5370
Face 2209 660 862 4722
Face 2210 1854 1974 1853
Face 2211 2100 2099 1973
Face 2212 4068 2499 2631
Face 2213 3415 2625 3422
Face 2214 963 964 1073
Face 2215 1074 1187 1186
Face 2216 11891 11810 27022
Face 2217 11492 11491 11408
Face 2218 11728 26795 26910
Face 2219 2525 2526 2656
Face 2220 13217 10127 13488
Face 2221 25744 34388 27957
Face 2222 28003 29206 34569
Face 2223 8961 10344 8856
Face 2224 34703 23123 23816
Face 2225 3817 1985 4997
Face 2226 435 7822 66
Face 2227 112 435 66
Face 2228 11171 31218 11172
Face 2229 34781 34323 34651
Face 2230 11765 11618 12361
Face 2231 2786 2658 16573
Face 2232 11769 3952 4210
Face 2233 12920 12726 12725
Face 2234 33361 33360 33224
Face 2235 10712 11769 10674
Face 2236 10748 6692 12561
Face 2237 11837 10748 12561
Face 2238 9281 23970 23628
Face 2239 24377 13101 12294
Face 2240 19923 19908 352
Face 2241 23383 23814 13305
Face 2242 11971 12056 11970
Face 2243 12143 12142 12055
Face 2244 6407 5002 3423
Face 2245 3552 6407 8987
Face 2246 13274 7780 13206
Face 2247 13490 13489 8256
Face 2248 13180 13274 13206
Face 2249 3948 1231 2782
Face 2250 13606 13605 13508
Face 2251 4216 3552 8987
Face 2252 11183 11121 25882
Face 2253 12142 12143 12227
Face 2254 23474 23479 24714
Face 2255 29537 29583 26419
Face 2256 26357 11665 11664
Face 2257 19484 19483 16987
Face 2258 5481 5610 5480
Face 2259 1441 1440 1326
Face 2260 5735 5863 5734
Face 2261 1664 1663 1554
Face 2262 1441 1555 1440
Face 2263 19744 19827 19743
Face 2264 1555 1664 1554
Face 2265 34797 11684 34710
Face 2266 10918 5364 6903
Face 2267 1540 5523 1539
Face 2268 368 262 5524
Face 2269 638 3331 3204
Face 2270 14270 1686 15399
Face 2271 14741 14864 15461
Face 2272 14071 1686 14270
Face 2273 2931 14713 14249
Face 2274 932 15117 15116
Face 2275 4095 932 15116
Face 2276 21720 21817 21816
Face 2277 3327 2715 15116
Face 2278 9278 105 9756
Face 2279 14140 14139 14050
Face 2280 15456 15356 15220
Face 2281 5008 14864 14741
Face 2282 5267 5008 14741
Face 2283 15914 16223 14564
Face 2284 2156 2282 15914
Face 2285 4150 1717 4156
Face 2286 5140 246 1608
Face 2287 21533 21626 21532
Face 2288 12344 11703 10816
Face 2289 14454 16066 16065
Face 2290 14446 14454 16065
Face 2291 877 228 2538
Face 2292 2111 2534 876
Face 2293 3021 3300 4347
Face 2294 5768 2409 2280
Face 2295 4285 4286 16643
Face 2296 16485 16644 16484
Face 2297 20531 20530 15035
Face 2298 18505 19416 29584
Face 2299 4485 4319 4486
Face 2300 4319 3971 4486
Face 2301 5389 16536 15757
Face 2302 5258 5389 15757
Face 2303 15574 24712 15716
Face 2304 20975 21068 20974
Face 2305 14984 1470 4943
Face 2306 6514 5258 14611
Face 2307 17414 4363 18853
Face 2308 4448 4348 2408
Face 2309 4495 4626 4625
Face 2310 4494 4495 4625
Face 2311 4626 4757 4756
Face 2312 4625 4626 4756
Face 2313 4757 4890 4889
Face 2314 4756 4757 4889
Face 2315 5023 5022 4889
Face 2316 4890 5023 4889
Face 2317 5149 5148 5022
Face 2318 5023 5149 5022
Face 2319 5277 5276 5148
Face 2320 5149 5277 5148
Face 2321 18998 26813 29465
Face 2322 5277 5407 5276
Face 2323 16165 16322 16164
Face 2324 2051 18476 1926
Face 2325 11847 9279 12828
Face 2326 16483 16482 16321
Face 2327 5785 5784 5659
Face 2328 5660 5785 5659
Face 2329 5913 5912 5784
Face 2330 5785 5913 5784
Face 2331 6040 6039 5912
Face 2332 5913 6040 5912
Face 2333 6166 6165 6039
Face 2334 6040 6166 6039
Face 2335 34610 34277 34782
Face 2336 6165 6166 6288
Face 2337 5610 5609 5480
Face 2338 1109 1110 1219
Face 2339 5863 5862 5734
Face 2340 27225 27335 27224
Face 2341 1220 1327 1326
Face 2342 3932 4578 1114
Face 2343 20732 34490 34464
Face 2344 5744 5620 4578
Face 2345 26587 29209 29076
Face 2346 3165 3027 5620
Face 2347 5744 3165 5620
Face 2348 5638 1005 3027
Face 2349 3165 5638 3027
Face 2350 5638 2513 2646
Face 2351 1005 5638 2646
Face 2352 2258 8516 2133
Face 2353 2646 2513 4463
Face 2354 4558 4559 4690
Face 2355 27609 21455 16777
Face 2356 6013 746 426
Face 2357 433 6013 426
Face 2358 4707 4838 4837
Face 2359 4706 4707 4837
Face 2360 956 957 1066
Face 2361 4564 4696 4695
Face 2362 5861 5989 5860
Face 2363 5989 6117 6116
Face 2364 4722 204 5370
Face 2365 3658 3659 3788
Face 2366 1742 1854 1741
Face 2367 1974 1973 1853
Face 2368 2499 2115 2114
Face 2369 3422 4068 2631
Face 2370 733 734 849
Face 2371 964 1074 1073
Face 2372 618 619 733
Face 2373 850 964 963
Face 2374 509 510 618
Face 2375 734 850 849
Face 2376 401 510 400
Face 2377 619 734 733
Face 2378 295 296 400
Face 2379 510 619 618
Face 2380 34466 29063 29408
Face 2381 510 509 400
Face 2382 34642 34339 34578
Face 2383 296 401 400
Face 2384 4457 6380 3825
Face 2385 10836 4463 9219
Face 2386 5205 11533 10746
Face 2387 15517 13220 13219
Face 2388 2915 11769 4210
Face 2389 3952 4729 4597
Face 2390 11249 11248 11179
Face 2391 12557 7186 7511
Face 2392 11724 11806 11723
Face 2393 11887 11886 11805
Face 2394 13513 13514 13610
Face 2395 32226 32227 32332
Face 2396 18244 18480 18430
Face 2397 20981 21070 16664
Face 2398 11119 11181 11118
Face 2399 11250 11249 11180
Face 2400 34684 34496 11939
Face 2401 8987 6407 3423
Face 2402 10094 13489 10189
Face 2403 13489 9755 8256
Face 2404 7780 1231 3948
Face 2405 13206 7780 3948
Face 2406 13311 13312 13405
Face 2407 13606 13699 13698
Face 2408 5863 5991 5862
Face 2409 13605 13606 13698
Face 2410 5991 6119 5990
Face 2411 5991 5990 5862
Face 2412 6487 1570 6486
Face 2413 9456 9455 9340
Face 2414 6119 6118 5990
Face 2415 4701 4702 4832
Face 2416 996 997 1109
Face 2417 1110 1220 1219
Face 2418 12056 12055 11970
Face 2419 4314 4440 4439
Face 2420 11645 11724 11644
Face 2421 11887 11971 11886
Face 2422 21356 21450 21449
Face 2423 20207 20289 20288
Face 2424 20468 21470 21456
Face 2425 20467 20468 21456
Face 2426 18454 7015 26900
Face 2427 14081 1923 5214
Face 2428 1686 15245 15399
Face 2429 15461 14071 14270
Face 2430 1657 1658 2156
Face 2431 19831 20628 20627
Face 2432 16084 1491 5267
Face 2433 14204 13288 15954
Face 2434 13288 13741 13646
Face 2435 9052 19518 19439
Face 2436 13364 9216 15162
Face 2437 13724 4025 12616
Face 2438 1491 5008 5267
Face 2439 2503 13724 12616
Face 2440 14570 16197 16127
Face 2441 14864 14071 15461
Face 2442 1717 1608 4156
Face 2443 14564 14570 16127
Face 2444 14522 21095 22423
Face 2445 1717 5140 1608
Face 2446 15063 15094 14446
Face 2447 24702 16173 16172
Face 2448 876 877 2538
Face 2449 16066 1017 1683
Face 2450 3300 5768 4347
Face 2451 228 15063 15004
Face 2452 16644 4285 16643
Face 2453 4347 5768 2280
Face 2454 21470 10579 94
Face 2455 1609 1718 4286
Face 2456 4319 3328 3453
Face 2457 22593 22594 8742
Face 2458 15937 15971 5258
Face 2459 3971 4319 3453
Face 2460 21091 15160 988
Face 2461 16536 780 1470
Face 2462 5258 15757 14611
Face 2463 16012 16011 15860
Face 2464 15757 1470 14984
Face 2465 14611 15757 14984
Face 2466 2537 14512 14481
Face 2467 2408 2537 14481
Face 2468 4627 4626 4495
Face 2469 17414 4494 4363
Face 2470 4627 4758 4757
Face 2471 4626 4627 4757
Face 2472 4758 4891 4890
Face 2473 4757 4758 4890
Face 2474 5024 5023 4890
Face 2475 4891 5024 4890
Face 2476 5150 5149 5023
Face 2477 5024 5150 5023
Face 2478 5278 5277 5149
Face 2479 5150 5278 5149
Face 2480 5408 5407 5277
Face 2481 5278 5408 5277
Face 2482 5535 5534 5407
Face 2483 5408 5535 5407
Face 2484 5661 5660 5534
Face 2485 5535 5661 5534
Face 2486 5786 5785 5660
Face 2487 5661 5786 5660
Face 2488 5914 5913 5785
Face 2489 5786 5914 5785
Face 2490 6041 6040 5913
Face 2491 5914 6041 5913
Face 2492 6167 6166 6040
Face 2493 6041 6167 6040
Face 2494 585 32311 22467
Face 2495 6377 9195 6498
Face 2496 4833 4966 4965
Face 2497 1556 1555 1441
Face 2498 1219 1220 1326
Face 2499 34507 34767 34661
Face 2500 1192 1300 1191
Face 2501 3412 2623 2624
Face 2502 3923 3924 4051
Face 2503 2483 2482 2353
Face 2504 13758 34397 11774
Face 2505 2223 2351 2350
Face 2506 34697 34516 34368
Face 2507 24115 34632 34547
Face 2508 13659 10618 13654
Face 2509 6005 9159 7264
Face 2510 1773 1772 1666
Face 2511 13475 13659 11686
Face 2512 1515 1514 1401
Face 2513 10674 2915 7466
Face 2514 727 843 842
Face 2515 612 727 611
Face 2516 4575 4707 4706
Face 2517 4574 4575 4706
Face 2518 4177 4307 4306
Face 2519 4971 4972 5101
Face 2520 5733 5861 5732
Face 2521 5989 5988 5860
Face 2522 3789 3921 3920
Face 2523 4433 4563 4562
Face 2524 34531 34651 34553
Face 2525 1854 1853 1741
Face 2526 2115 5628 5752
Face 2527 2631 2499 2114
Face 2528 4860 9274 10394
Face 2529 849 850 963
Face 2530 1415 3434 1416
Face 2531 11490 11489 11406
Face 2532 12180 12540 12010
Face 2533 9286 12174 7630
Face 2534 7694 13393 10618
Face 2535 13659 7694 10618
Face 2536 34705 34607 34470
Face 2537 22447 15869 22543
Face 2538 21456 21470 94
Face 2539 13010 11843 12380
Face 2540 32197 34486 32887
Face 2541 34299 34349 34572
Face 2542 636 65 6380
Face 2543 34352 34399 34654
Face 2544 34272 34485 34332
Face 2545 2887 205 752
Face 2546 4210 3952 4597
Face 2547 4729 13274 13180
Face 2548 13689 13784 13783
Face 2549 9643 12750 11431
Face 2550 11567 11645 11566
Face 2551 11806 11887 11805
Face 2552 13010 14975 2921
Face 2553 11645 11644 11566
Face 2554 2254 13010 12380
Face 2555 2254 12380 7158
Face 2556 30343 30410 30342
Face 2557 12768 12679 12769
Face 2558 11489 11567 11488
Face 2559 11181 11250 11180
Face 2560 22026 22025 21927
Face 2561 7049 2913 3054
Face 2562 24715 23678 22779
Face 2563 11364 12274 12182
Face 2564 1442 1556 1441
Face 2565 9192 2771 1544
Face 2566 1221 1328 1220
Face 2567 1442 1441 1327
Face 2568 1110 1111 1220
Face 2569 1328 1442 1327
Face 2570 997 998 1110
Face 2571 34774 34300 34730
Face 2572 22014 22015 22112
Face 2573 1328 1327 1220
Face 2574 10712 10674 13095
Face 2575 15726 14419 14421
Face 2576 3423 5002 9102
Face 2577 5217 5216 5094
Face 2578 11406 11489 11405
Face 2579 11806 11805 11723
Face 2580 12863 12862 12769
Face 2581 12770 12863 12769
Face 2582 21536 21629 21535
Face 2583 22303 22399 22398
Face 2584 644 2789 16084
Face 2585 22302 22303 22398
Face 2586 5406 2789 644
Face 2587 4354 5406 644
Face 2588 16223 14570 14564
Face 2589 2789 1491 16084
Face 2590 15457 14188 1431
Face 2591 16438 5406 4354
Face 2592 20232 12939 16543
Face 2593 11947 34692 11214
Face 2594 22012 22110 22109
Face 2595 7931 9651 9201
Face 2596 1921 1801 1583
Face 2597 24714 24715 22779
Face 2598 16528 14188 15457
Face 2599 16529 16528 15457
Face 2600 16127 16197 13894
Face 2601 16197 13915 13894
Face 2602 16494 16653 16493
Face 2603 4150 4156 16652
Face 2604 16492 16491 16330
Face 2605 22110 22205 22109
Face 2606 662 15094 15063
Face 2607 228 662 15063
Face 2608 15063 14446 14445
Face 2609 2538 228 15004
Face 2610 5651 5652 2239
Face 2611 2491 3300 3021
Face 2612 211 4616 1718
Face 2613 4285 1609 4286
Face 2614 15810 3201 15811
Face 2615 3246 3247 4233
Face 2616 3429 2492 1655
Face 2617 3328 3429 865
Face 2618 14512 14515 14406
Face 2619 14412 15971 15937
Face 2620 16164 16163 16011
Face 2621 15861 16012 15860
Face 2622 14404 14406 15932
Face 2623 15937 5258 6514
Face 2624 14512 14406 14404
Face 2625 4281 2070 4282
Face 2626 14481 14512 14404
Face 2627 14406 15937 15932
Face 2628 23123 34703 11304
Face 2629 21250 21343 21342
Face 2630 4759 4758 4627
Face 2631 4628 4759 4627
Face 2632 4759 4892 4891
Face 2633 4758 4759 4891
Face 2634 4892 5025 5024
Face 2635 4891 4892 5024
Face 2636 5151 5150 5024
Face 2637 5025 5151 5024
Face 2638 5279 5278 5150
Face 2639 5151 5279 5150
Face 2640 5409 5408 5278
Face 2641 5279 5409 5278
Face 2642 5536 5535 5408
Face 2643 5409 5536 5408
Face 2644 5662 5661 5535
Face 2645 5536 5662 5535
Face 2646 5787 5786 5661
Face 2647 5662 5787 5661
Face 2648 5915 5914 5786
Face 2649 5787 5915 5786
Face 2650 6042 6041 5914
Face 2651 5915 6042 5914
Face 2652 6168 6167 6041
Face 2653 6042 6168 6041
Face 2654 33241 33377 33240
Face 2655 32819 32818 32685
Face 2656 1111 1221 1220
Face 2657 34594 34822 34776
Face 2658 998 1111 1110
Face 2659 997 1110 1109
Face 2660 24169 19206 19205
Face 2661 11644 11723 11643
Face 2662 1558 1557 1443
Face 2663 2354 2483 2353
Face 2664 3013 3939 4068
Face 2665 2222 2223 2350
Face 2666 2480 2479 2350
Face 2667 12220 12221 12309
Face 2668 11619 11697 12368
Face 2669 34623 34278 34825
Face 2670 1112 1113 1222
Face 2671 3398 3397 3269
Face 2672 3527 3656 3655
Face 2673 1735 1847 1846
Face 2674 1734 1735 1846
Face 2675 4983 2633 3421
Face 2676 1997 1996 1862
Face 2677 10967 34318 13771
Face 2678 4444 10628 10629
Face 2679 5102 5225 5224
Face 2680 970 1080 969
Face 2681 5608 5733 5607
Face 2682 5861 5860 5732
Face 2683 34726 34415 12631
Face 2684 2102 2101 1975
Face 2685 1522 1633 1521
Face 2686 1742 1741 1632
Face 2687 5628 1415 1416
Face 2688 2114 2115 5752
Face 2689 852 966 851
Face 2690 16362 3434 3305
Face 2691 736 852 735
Face 2692 1076 1075 965
Face 2693 620 621 735
Face 2694 966 965 851
Face 2695 512 621 511
Face 2696 852 851 735
Face 2697 403 512 402
Face 2698 621 736 735
Face 2699 6772 297 6771
Face 2700 621 620 511
Face 2701 298 403 402
Face 2702 512 511 402
Face 2703 635 205 65
Face 2704 34568 34563 34757
Face 2705 34709 34285 34606
Face 2706 65 205 2887
Face 2707 11919 11931 8256
Face 2708 13783 6262 13782
Face 2709 12308 12399 12398
Face 2710 13300 5495 1992
Face 2711 11325 11406 11324
Face 2712 11724 11723 11644
Face 2713 12955 12954 12862
Face 2714 12863 12955 12862
Face 2715 13045 13044 12954
Face 2716 12955 13045 12954
Face 2717 13139 13138 13044
Face 2718 13045 13139 13044
Face 2719 11325 11324 11249
Face 2720 11406 11405 11324
Face 2721 13468 11122 12470
Face 2722 11250 11325 11249
Face 2723 2652 2653 2330
Face 2724 34758 34687 34591
Face 2725 1444 1443 1329
Face 2726 885 998 997
Face 2727 1072 1071 961
Face 2728 3400 3401 3529
Face 2729 4955 5085 5084
Face 2730 6355 6477 6476
Face 2731 3833 13389 12762
Face 2732 1550 10585 3937
Face 2733 11783 11100 3802
Face 2734 13292 11783 3802
Face 2735 9755 11919 8256
Face 2736 13668 10712 13095
Face 2737 11885 11969 11884
Face 2738 11714 11796 11713
Face 2739 13418 13419 13513
Face 2740 11567 11566 11488
Face 2741 13234 13233 13138
Face 2742 13139 13234 13138
Face 2743 5517 5391 1801
Face 2744 1921 5517 1801
Face 2745 5517 5 4335
Face 2746 14121 16528 16529
Face 2747 5391 5517 4335
Face 2748 1431 16438 4354
Face 2749 14120 14121 16529
Face 2750 5 5634 6500
Face 2751 16222 16239 14120
Face 2752 4335 5 6500
Face 2753 5634 336 2412
Face 2754 6500 5634 2412
Face 2755 336 4100 2175
Face 2756 2412 336 2175
Face 2757 16239 14121 14120
Face 2758 4100 14684 14671
Face 2759 13915 3118 471
Face 2760 14188 16438 1431
Face 2761 16653 16652 16493
Face 2762 13894 13915 471
Face 2763 16331 16492 16330
Face 2764 16653 4150 16652
Face 2765 877 1337 228
Face 2766 16651 16650 16491
Face 2767 15004 15063 14445
Face 2768 15094 14454 14446
Face 2769 5652 2491 2239
Face 2770 14446 16065 16060
Face 2771 1609 211 1718
Face 2772 2239 2491 3021
Face 2773 7811 19982 17106
Face 2774 211 3844 3941
Face 2775 3453 3328 865
Face 2776 10579 20541 20534
Face 2777 14406 14412 15937
Face 2778 865 3429 1655
Face 2779 16012 16164 16011
Face 2780 15971 5389 5258
Face 2781 18421 18840 34605
Face 2782 16321 16320 16163
Face 2783 4240 17936 18051
Face 2784 15932 15937 6514
Face 2785 4367 4498 18538
Face 2786 15595 4366 18538
Face 2787 15860 15859 15716
Face 2788 15860 16011 15859
Face 2789 23093 25617 25325
Face 2790 16011 16010 15859
Face 2791 4760 4759 4628
Face 2792 2068 1943 18488
Face 2793 4893 4892 4759
Face 2794 4760 4893 4759
Face 2795 5026 5025 4892
Face 2796 4893 5026 4892
Face 2797 5026 5152 5151
Face 2798 5025 5026 5151
Face 2799 5152 5280 5279
Face 2800 5151 5152 5279
Face 2801 5410 5409 5279
Face 2802 5280 5410 5279
Face 2803 5537 5536 5409
Face 2804 5410 5537 5409
Face 2805 5663 5662 5536
Face 2806 5537 5663 5536
Face 2807 5788 5787 5662
Face 2808 5663 5788 5662
Face 2809 5916 5915 5787
Face 2810 5788 5916 5787
Face 2811 6043 6042 5915
Face 2812 5916 6043 5915
Face 2813 6169 6168 6042
Face 2814 6043 6169 6042
Face 2815 34829 34316 34418
Face 2816 794 795 7702
Face 2817 4566 4698 4697
Face 2818 3142 3276 3141
Face 2819 2374 6003 9098
Face 2820 3276 3404 3275
Face 2821 5084 5210 5083
Face 2822 1517 1628 1627
Face 2823 8574 6001 6000
Face 2824 5361 5488 5487
Face 2825 1098 1426 1200
Face 2826 4184 4314 4313
Face 2827 2609 2608 2479
Face 2828 2480 2609 2479
Face 2829 6239 6359 6238
Face 2830 3275 3274 3140
Face 2831 6359 6481 6480
Face 2832 3141 3275 3140
Face 2833 4427 4428 4557
Face 2834 4428 4558 4557
Face 2835 4047 4176 4175
Face 2836 4047 4046 3918
Face 2837 396 504 503
Face 2838 1181 1289 1288
Face 2839 2474 2475 2603
Face 2840 1400 1399 1287
Face 2841 7633 1194 7632
Face 2842 4215 4086 10188
Face 2843 5479 5608 5478
Face 2844 5733 5732 5607
Face 2845 2101 2102 2228
Face 2846 2102 2229 2228
Face 2847 1409 1408 1296
Face 2848 1297 1409 1296
Face 2849 1189 1188 1075
Face 2850 5752 5628 1416
Face 2851 1523 1522 1409
Face 2852 966 1076 965
Face 2853 1190 1298 1189
Face 2854 1410 1523 1409
Face 2855 1410 1409 1297
Face 2856 1298 1410 1297
Face 2857 8271 1634 8272
Face 2858 1523 1634 1522
Face 2859 3530 3659 3658
Face 2860 3529 3530 3658
Face 2861 34761 34333 34283
Face 2862 3659 3789 3788
Face 2863 1975 1974 1854
Face 2864 1855 1742 8271
Face 2865 34315 34490 34275
Face 2866 34457 34662 34459
Face 2867 10112 488 4720
Face 2868 205 488 752
Face 2869 8322 8425 2019
Face 2870 13386 270 13008
Face 2871 13231 13324 13230
Face 2872 12202 3189 12201
Face 2873 34294 34627 34380
Face 2874 11489 11488 11405
Face 2875 13327 13326 13233
Face 2876 13234 13327 13233
Face 2877 13421 13420 13326
Face 2878 13327 13421 13326
Face 2879 13421 13516 13515
Face 2880 13420 13421 13515
Face 2881 13516 13613 13612
Face 2882 13515 13516 13612
Face 2883 8726 20035 20036
Face 2884 30026 30088 30087
Face 2885 29907 29965 29906
Face 2886 13706 13705 13612
Face 2887 10343 13382 9432
Face 2888 13220 13221 13314
Face 2889 13613 13706 13612
Face 2890 7388 10552 4071
Face 2891 206 3833 12762
Face 2892 13801 13800 13705
Face 2893 11100 9384 7411
Face 2894 13668 13095 11931
Face 2895 11919 13668 11931
Face 2896 11722 11804 11721
Face 2897 12054 12053 11968
Face 2898 11784 9284 9386
Face 2899 13514 13611 13610
Face 2900 3666 3537 3667
Face 2901 2175 4100 14671
Face 2902 14684 16276 16268
Face 2903 14671 14684 16268
Face 2904 16276 14269 14254
Face 2905 16268 16276 14254
Face 2906 14269 3634 16531
Face 2907 1743 3167 230
Face 2908 14254 14269 16531
Face 2909 642 13964 1743
Face 2910 3167 131 230
Face 2911 3634 14400 14003
Face 2912 16531 3634 14003
Face 2913 14400 3720 989
Face 2914 14003 14400 989
Face 2915 3720 5194 14115
Face 2916 4484 4615 1496
Face 2917 989 3720 14115
Face 2918 210 2505 642
Face 2919 13964 3167 1743
Face 2920 16588 5265 2975
Face 2921 3118 3199 14856
Face 2922 16494 16493 16332
Face 2923 16331 24700 24699
Face 2924 4026 4027 16650
Face 2925 16492 16651 16491
Face 2926 2534 6266 877
Face 2927 1337 662 228
Face 2928 16065 1683 786
Face 2929 14445 14446 16060
Face 2930 16157 16156 16004
Face 2931 3712 5652 5651
Face 2932 19379 14483 16516
Face 2933 14146 14251 23
Face 2934 4598 11097 11229
Face 2935 17180 17271 19748
Face 2936 3593 3723 3722
Face 2937 3855 18441 3722
Face 2938 3723 3856 3855
Face 2939 26190 26903 34608
Face 2940 3856 3984 3983
Face 2941 18091 18090 17998
Face 2942 3984 4113 4112
Face 2943 3983 3984 4112
Face 2944 4113 4242 4241
Face 2945 4112 4113 4241
Face 2946 4242 4368 4367
Face 2947 4241 4242 4367
Face 2948 24243 13101 24376
Face 2949 4368 4499 4367
Face 2950 5067 17567 5193
Face 2951 4499 4630 4498
Face 2952 4761 4760 4629
Face 2953 4630 4761 4629
Face 2954 4894 4893 4760
Face 2955 4761 4894 4760
Face 2956 5027 5026 4893
Face 2957 4894 5027 4893
Face 2958 5153 5152 5026
Face 2959 5027 5153 5026
Face 2960 5281 5280 5152
Face 2961 5153 5281 5152
Face 2962 5411 5410 5280
Face 2963 5281 5411 5280
Face 2964 5538 5537 5410
Face 2965 5411 5538 5410
Face 2966 5664 5663 5537
Face 2967 5538 5664 5537
Face 2968 5789 5788 5663
Face 2969 5664 5789 5663
Face 2970 5917 5916 5788
Face 2971 5789 5917 5788
Face 2972 6044 6043 5916
Face 2973 5917 6044 5916
Face 2974 6170 6291 7707
Face 2975 6044 6170 6043
Face 2976 2612 2611 2482
Face 2977 393 500 392
Face 2978 3276 3275 3141
Face 2979 4716 4586 10889
Face 2980 3404 3533 3403
Face 2981 3404 3403 3275
Face 2982 1628 1629 1737
Face 2983 1771 1770 1664
Face 2984 5488 5617 5616
Face 2985 1738 1850 1849
Face 2986 4834 4835 4967
Face 2987 29170 29169 29038
Face 2988 11055 11056 11115
Face 2989 4704 4835 4834
Face 2990 13326 13420 13325
Face 2991 2740 2739 2608
Face 2992 1521 1632 1520
Face 2993 1632 1631 1520
Face 2994 4430 4560 4559
Face 2995 2345 2346 2474
Face 2996 1998 2124 1860
Face 2997 1859 1998 1860
Face 2998 1625 1734 1733
Face 2999 1513 1514 1624
Face 3000 2734 2735 2861
Face 3001 2862 2998 2997
Face 3002 970 7521 7632
Face 3003 1414 1413 1301
Face 3004 5352 5479 5351
Face 3005 5608 5607 5478
Face 3006 2228 2229 2356
Face 3007 2229 2357 2356
Face 3008 1409 1522 1408
Face 3009 1522 1521 1408
Face 3010 1190 1189 1076
Face 3011 1076 1189 1075
Face 3012 3408 3537 3536
Face 3013 1077 1190 1076
Face 3014 3280 3408 3407
Face 3015 3407 3408 3536
Face 3016 3146 3280 3279
Face 3017 3279 3280 3407
Face 3018 3009 3146 3145
Face 3019 3145 3146 3279
Face 3020 2873 2872 2745
Face 3021 3008 3009 3145
Face 3022 2486 2615 2485
Face 3023 2746 2873 2745
Face 3024 2746 2745 2614
Face 3025 2615 2746 2614
Face 3026 3009 3008 2872
Face 3027 2873 3009 2872
Face 3028 180 3412 3797
Face 3029 4440 4441 4570
Face 3030 34458 34806 28231
Face 3031 3528 3657 3656
Face 3032 10742 27 12204
Face 3033 11612 13277 11690
Face 3034 94 10579 20534
Face 3035 11181 11180 11118
Face 3036 13706 13801 13705
Face 3037 10350 8966 13800
Face 3038 13801 10350 13800
Face 3039 12478 11412 8966
Face 3040 10350 12478 8966
Face 3041 12478 9301 10869
Face 3042 11412 12478 10869
Face 3043 10820 9754 10087
Face 3044 10344 10820 10087
Face 3045 10820 7406 8130
Face 3046 9754 10820 8130
Face 3047 7406 7285 8454
Face 3048 10585 18 3937
Face 3049 7411 7578 18
Face 3050 12873 12874 12965
Face 3051 11804 11885 11803
Face 3052 3952 3823 4729
Face 3053 13063 13062 12972
Face 3054 5194 15957 16108
Face 3055 14115 5194 16108
Face 3056 15957 14995 14994
Face 3057 3249 14615 14597
Face 3058 3116 3249 14597
Face 3059 16108 15957 14994
Face 3060 131 3249 3116
Face 3061 14995 14183 14676
Face 3062 14994 14995 14676
Face 3063 14183 15250 15251
Face 3064 14676 14183 15251
Face 3065 1356 2505 239
Face 3066 14375 14495 15251
Face 3067 15250 14375 15251
Face 3068 4866 4606 14495
Face 3069 14375 4866 14495
Face 3070 15897 15120 4606
Face 3071 4866 15897 4606
Face 3072 34327 28004 34291
Face 3073 15897 1157 15120
Face 3074 3334 3207 239
Face 3075 2505 210 239
Face 3076 5265 14200 14993
Face 3077 16429 16588 2975
Face 3078 21251 21252 21344
Face 3079 20997 12942 19352
Face 3080 1497 1384 4027
Face 3081 16651 4026 16650
Face 3082 4577 1654 2534
Face 3083 6266 1337 877
Face 3084 1683 16202 16046
Face 3085 16060 16065 786
Face 3086 16005 16004 15853
Face 3087 3844 3712 5651
Face 3088 6034 20574 21087
Face 3089 14455 14573 14572
Face 3090 31496 31497 31605
Face 3091 30276 30343 30275
Face 3092 3594 3724 3723
Face 3093 5123 3593 3592
Face 3094 3724 3857 3856
Face 3095 3723 3724 3856
Face 3096 3857 3985 3984
Face 3097 3856 3857 3984
Face 3098 3985 4114 4113
Face 3099 3984 3985 4113
Face 3100 4114 4243 4242
Face 3101 4113 4114 4242
Face 3102 4243 4369 4368
Face 3103 4242 4243 4368
Face 3104 4500 4499 4368
Face 3105 4369 4500 4368
Face 3106 4631 4630 4499
Face 3107 4500 4631 4499
Face 3108 4762 4761 4630
Face 3109 4631 4762 4630
Face 3110 4895 4894 4761
Face 3111 4762 4895 4761
Face 3112 5028 5027 4894
Face 3113 4895 5028 4894
Face 3114 5154 5153 5027
Face 3115 5028 5154 5027
Face 3116 5282 5281 5153
Face 3117 5154 5282 5153
Face 3118 5282 5412 5411
Face 3119 5281 5282 5411
Face 3120 5539 5538 5411
Face 3121 5412 5539 5411
Face 3122 5665 5664 5538
Face 3123 5539 5665 5538
Face 3124 5790 5789 5664
Face 3125 5665 5790 5664
Face 3126 5918 5917 5789
Face 3127 5790 5918 5789
Face 3128 6045 6044 5917
Face 3129 5918 6045 5917
Face 3130 6171 6170 6044
Face 3131 6045 6171 6044
Face 3132 30145 30209 30208
Face 3133 13225 13224 13129
Face 3134 4585 4586 4715
Face 3135 4847 4848 4980
Face 3136 5641 9082 13482
Face 3137 5614 5739 5738
Face 3138 4561 4562 4693
Face 3139 4964 5094 5093
Face 3140 1737 1738 1849
Face 3141 2624 2623 1977
Face 3142 34324 34500 34343
Face 3143 30434 30505 30433
Face 3144 4054 4055 4183
Face 3145 25759 25657 21983
Face 3146 25898 11256 11332
Face 3147 847 848 961
Face 3148 13273 4860 10394
Face 3149 1536 3305 1415
Face 3150 27367 34460 34532
Face 3151 1080 1079 969
Face 3152 3788 3920 3919
Face 3153 3529 3658 3657
Face 3154 1514 1513 1400
Face 3155 1289 1401 1288
Face 3156 2735 2862 2861
Face 3157 4303 4304 4429
Face 3158 7961 1414 7854
Face 3159 1527 1526 1413
Face 3160 5219 5220 5351
Face 3161 5479 5478 5351
Face 3162 622 621 512
Face 3163 403 404 512
Face 3164 1297 1296 1188
Face 3165 1633 1632 1521
Face 3166 967 1077 966
Face 3167 1298 1297 1189
Face 3168 3667 10023 3666
Face 3169 3537 3666 3536
Face 3170 1733 1845 1732
Face 3171 1965 1964 1844
Face 3172 1862 1863 2633
Face 3173 2475 2604 2603
Face 3174 4444 4574 4573
Face 3175 9301 7475 10927
Face 3176 4574 4706 4705
Face 3177 4573 4574 4705
Face 3178 4706 4837 4836
Face 3179 4837 4970 4969
Face 3180 20356 20444 20443
Face 3181 4705 4706 4836
Face 3182 1513 1512 1399
Face 3183 2124 1997 1861
Face 3184 4176 4177 4306
Face 3185 5237 1860 5113
Face 3186 7632 1193 1080
Face 3187 2221 2349 2220
Face 3188 2916 2917 14
Face 3189 23678 25152 25022
Face 3190 23577 28540 28497
Face 3191 21928 22026 21927
Face 3192 10869 9301 10927
Face 3193 7475 10006 9330
Face 3194 8130 7406 8454
Face 3195 7087 10722 8454
Face 3196 7285 7087 8454
Face 3197 7086 7719 10722
Face 3198 7087 7086 10722
Face 3199 8238 8132 7719
Face 3200 34790 34519 34372
Face 3201 7086 8238 7719
Face 3202 17980 20365 20364
Face 3203 1749 1754 1755
Face 3204 2505 13964 642
Face 3205 4614 3207 4484
Face 3206 14615 16239 16222
Face 3207 14597 14615 16222
Face 3208 230 131 3116
Face 3209 471 3118 14856
Face 3210 4021 24691 24690
Face 3211 3207 3334 4484
Face 3212 16051 236 14739
Face 3213 14478 14284 14857
Face 3214 5270 5263 16051
Face 3215 236 14478 14739
Face 3216 14296 14189 16403
Face 3217 4614 4484 1383
Face 3218 34726 12722 13768
Face 3219 15662 133 15391
Face 3220 3064 5905 1129
Face 3221 34487 34620 34697
Face 3222 15497 15359 13983
Face 3223 14240 14350 14239
Face 3224 12527 12344 12614
Face 3225 20373 21275 20372
Face 3226 15615 2587 15908
Face 3227 2975 5265 14993
Face 3228 22423 21095 12408
Face 3229 15025 14529 14528
Face 3230 22709 23148 29763
Face 3231 4026 1497 4027
Face 3232 27488 16714 28131
Face 3233 25879 19088 26414
Face 3234 27745 27746 29648
Face 3235 31951 31950 31843
Face 3236 34257 34256 34133
Face 3237 25855 27505 649
Face 3238 3338 3466 3465
Face 3239 3465 3594 33418
Face 3240 3466 3595 3594
Face 3241 17729 17660 16760
Face 3242 3595 3725 3724
Face 3243 3594 3595 3724
Face 3244 3725 3858 3857
Face 3245 3724 3725 3857
Face 3246 3858 3986 3985
Face 3247 3857 3858 3985
Face 3248 3986 4115 4114
Face 3249 3985 3986 4114
Face 3250 4115 4244 4243
Face 3251 4114 4115 4243
Face 3252 4244 4370 4369
Face 3253 4243 4244 4369
Face 3254 4501 4500 4369
Face 3255 4370 4501 4369
Face 3256 4632 4631 4500
Face 3257 4501 4632 4500
Face 3258 4763 4762 4631
Face 3259 4632 4763 4631
Face 3260 4896 4895 4762
Face 3261 4763 4896 4762
Face 3262 5029 5028 4895
Face 3263 4896 5029 4895
Face 3264 5155 5154 5028
Face 3265 5029 5155 5028
Face 3266 5155 5283 5282
Face 3267 5154 5155 5282
Face 3268 5413 5412 5282
Face 3269 5283 5413 5282
Face 3270 5540 5539 5412
Face 3271 5413 5540 5412
Face 3272 5666 5665 5539
Face 3273 5540 5666 5539
Face 3274 5791 5790 5665
Face 3275 5666 5791 5665
Face 3276 5919 5918 5790
Face 3277 5791 5919 5790
Face 3278 6046 6045 5918
Face 3279 5919 6046 5918
Face 3280 6172 6173 10315
Face 3281 6046 6172 6045
Face 3282 10927 7475 9330
Face 3283 29170 29300 29169
Face 3284 1849 1850 1969
Face 3285 4848 4981 4980
Face 3286 4958 4959 5088
Face 3287 278 13962 3198
Face 3288 5982 6110 6109
Face 3289 13319 13413 13318
Face 3290 1224 7447 7559
Face 3291 4980 4981 5111
Face 3292 27448 29017 27330
Face 3293 764 881 880
Face 3294 32507 763 762
Face 3295 4178 4177 4048
Face 3296 3169 4839 4838
Face 3297 4959 4960 5089
Face 3298 5854 5855 5982
Face 3299 3144 3145 3278
Face 3300 3279 3407 3406
Face 3301 5862 5990 5861
Face 3302 5990 6118 5989
Face 3303 4826 4827 4959
Face 3304 4960 5090 5089
Face 3305 1401 1514 1400
Face 3306 504 613 503
Face 3307 7842 5850 5849
Face 3308 3923 3922 3790
Face 3309 7961 1527 1414
Face 3310 34441 34411 34468
Face 3311 5096 5097 5219
Face 3312 5220 5352 5351
Face 3313 737 736 621
Face 3314 513 622 512
Face 3315 853 967 852
Face 3316 1189 1297 1188
Face 3317 3269 3397 3268
Face 3318 1077 1076 966
Face 3319 3785 3917 3916
Face 3320 3397 3396 3268
Face 3321 11462 11768 12827
Face 3322 3784 3785 3916
Face 3323 970 969 855
Face 3324 856 855 739
Face 3325 5101 5102 5224
Face 3326 5225 5357 5356
Face 3327 14468 14467 14349
Face 3328 2021 409 1333
Face 3329 5107 5230 5229
Face 3330 5106 5107 5229
Face 3331 3919 3920 4047
Face 3332 5854 5982 5981
Face 3333 4177 4178 4307
Face 3334 4306 4307 4432
Face 3335 6491 6490 6368
Face 3336 4308 4434 4433
Face 3337 34687 34310 34591
Face 3338 10602 9883 8132
Face 3339 11488 11566 11487
Face 3340 5126 117 9384
Face 3341 11723 11722 11643
Face 3342 12434 15586 20534
Face 3343 10006 12468 13371
Face 3344 9330 10006 13371
Face 3345 8238 10602 8132
Face 3346 9312 8974 9883
Face 3347 10602 9312 9883
Face 3348 15116 2715 15115
Face 3349 15060 4591 3502
Face 3350 3207 1356 239
Face 3351 29020 29019 28892
Face 3352 3199 3177 2456
Face 3353 2456 3177 16429
Face 3354 14856 3199 2456
Face 3355 3177 16588 16429
Face 3356 22114 22209 22113
Face 3357 29018 6613 28008
Face 3358 1540 1539 1154
Face 3359 1153 1540 1154
Face 3360 1336 2276 475
Face 3361 14717 16375 14716
Face 3362 34580 28017 34645
Face 3363 11096 12946 19704
Face 3364 21725 21726 21822
Face 3365 4743 9332 2145
Face 3366 34807 34770 34528
Face 3367 14041 14130 14129
Face 3368 21732 21731 32880
Face 3369 19673 20464 19670
Face 3370 14232 14231 14129
Face 3371 6156 15615 15908
Face 3372 15161 14405 21267
Face 3373 21297 21291 20381
Face 3374 15908 1754 16055
Face 3375 29584 26096 26095
Face 3376 11153 12279 13357
Face 3377 27046 28697 27045
Face 3378 34699 34421 13089
Face 3379 29481 25879 26414
Face 3380 18772 29473 27486
Face 3381 3211 3338 33799
Face 3382 28087 27745 29648
Face 3383 3212 3339 3338
Face 3384 3211 3212 3338
Face 3385 3339 3467 3466
Face 3386 3338 3339 3466
Face 3387 3467 3596 3595
Face 3388 3466 3467 3595
Face 3389 3726 3725 3595
Face 3390 3596 3726 3595
Face 3391 3859 3858 3725
Face 3392 3726 3859 3725
Face 3393 3987 3986 3858
Face 3394 3859 3987 3858
Face 3395 3987 4116 4115
Face 3396 3986 3987 4115
Face 3397 4116 4245 4244
Face 3398 4115 4116 4244
Face 3399 4245 4371 4370
Face 3400 4244 4245 4370
Face 3401 4502 4501 4370
Face 3402 4371 4502 4370
Face 3403 4633 4632 4501
Face 3404 4502 4633 4501
Face 3405 4764 4763 4632
Face 3406 4633 4764 4632
Face 3407 4897 4896 4763
Face 3408 4764 4897 4763
Face 3409 5030 5029 4896
Face 3410 4897 5030 4896
Face 3411 5156 5155 5029
Face 3412 5030 5156 5029
Face 3413 5284 5283 5155
Face 3414 5156 5284 5155
Face 3415 5284 5414 5413
Face 3416 5283 5284 5413
Face 3417 5541 5540 5413
Face 3418 5414 5541 5413
Face 3419 5667 5666 5540
Face 3420 5541 5667 5540
Face 3421 5792 5791 5666
Face 3422 5667 5792 5666
Face 3423 5920 5919 5791
Face 3424 5792 5920 5791
Face 3425 6047 6046 5919
Face 3426 5920 6047 5919
Face 3427 10514 10634 10513
Face 3428 6047 6173 6046
Face 3429 881 993 992
Face 3430 13419 13514 13513
Face 3431 993 1106 1105
Face 3432 880 881 992
Face 3433 10889 4586 10767
Face 3434 992 993 1105
Face 3435 1512 1511 1398
Face 3436 13197 5641 13482
Face 3437 34351 28155 28019
Face 3438 1331 1332 1445
Face 3439 11320 11319 11244
Face 3440 6477 6478 660
Face 3441 397 505 6971
Face 3442 1106 1216 1105
Face 3443 2097 2098 2224
Face 3444 3268 3396 3267
Face 3445 848 962 961
Face 3446 5727 5855 5854
Face 3447 1300 1301 1412
Face 3448 5990 5989 5861
Face 3449 3008 3145 3144
Face 3450 2871 2872 3007
Face 3451 5601 5726 5725
Face 3452 34519 34646 34372
Face 3453 5113 4983 2751
Face 3454 3150 2752 3287
Face 3455 11115 11114 11055
Face 3456 22020 22019 21921
Face 3457 2883 3415 3294
Face 3458 3415 3422 3294
Face 3459 4966 4967 5096
Face 3460 5097 5220 5219
Face 3461 853 852 736
Face 3462 622 737 621
Face 3463 3526 3525 3396
Face 3464 967 966 852
Face 3465 5850 5851 5978
Face 3466 2218 2346 2345
Face 3467 3916 4044 4043
Face 3468 643 630 6475
Face 3469 3278 3279 3406
Face 3470 6117 6118 6243
Face 3471 27447 34628 34514
Face 3472 2739 2866 2738
Face 3473 11837 12561 11858
Face 3474 34632 34383 34547
Face 3475 11642 11641 11563
Face 3476 8373 10127 11838
Face 3477 3403 3402 3274
Face 3478 11131 11193 11130
Face 3479 6490 6491 1794
Face 3480 1907 3700 180
Face 3481 6491 1907 1794
Face 3482 1794 1907 180
Face 3483 4822 4955 4954
Face 3484 6369 6491 6368
Face 3485 2123 3684 3428
Face 3486 31835 31836 31942
Face 3487 11100 5126 9384
Face 3488 5464 14077 1575
Face 3489 31169 31270 31168
Face 3490 20541 12434 20534
Face 3491 12468 9168 12752
Face 3492 13371 12468 12752
Face 3493 12434 20635 15879
Face 3494 15586 12434 15879
Face 3495 14203 2150 11274
Face 3496 14577 14698 14697
Face 3497 14200 15615 6156
Face 3498 14993 14200 6156
Face 3499 5271 14613 15089
Face 3500 20279 14226 14895
Face 3501 20728 13449 13640
Face 3502 14673 5271 15089
Face 3503 19473 19581 19389
Face 3504 19731 19814 19730
Face 3505 19674 3049 16423
Face 3506 21372 21377 15035
Face 3507 19814 19813 19730
Face 3508 13479 13124 7848
Face 3509 4229 7819 1321
Face 3510 15162 4229 1321
Face 3511 9270 15581 21291
Face 3512 15725 15305 10864
Face 3513 19799 19878 19877
Face 3514 19878 19953 19952
Face 3515 20 22414 15879
Face 3516 20635 20 15879
Face 3517 5715 5271 14673
Face 3518 5780 6002 2371
Face 3519 28934 29584 26095
Face 3520 21724 21821 21820
Face 3521 34769 34361 34386
Face 3522 26701 25637 28551
Face 3523 25679 25678 25579
Face 3524 29327 26703 27486
Face 3525 27634 17379 29716
Face 3526 30183 11023 11022
Face 3527 27730 27602 27603
Face 3528 23600 28302 29754
Face 3529 3213 3340 3339
Face 3530 3212 3213 3339
Face 3531 3340 3468 3467
Face 3532 3339 3340 3467
Face 3533 3597 3596 3467
Face 3534 3468 3597 3467
Face 3535 3727 3726 3596
Face 3536 3597 3727 3596
Face 3537 3860 3859 3726
Face 3538 3727 3860 3726
Face 3539 3988 3987 3859
Face 3540 3860 3988 3859
Face 3541 4117 4116 3987
Face 3542 3988 4117 3987
Face 3543 4117 4246 4245
Face 3544 4116 4117 4245
Face 3545 4246 4372 4371
Face 3546 4245 4246 4371
Face 3547 4503 4502 4371
Face 3548 4372 4503 4371
Face 3549 4634 4633 4502
Face 3550 4503 4634 4502
Face 3551 4765 4764 4633
Face 3552 4634 4765 4633
Face 3553 4898 4897 4764
Face 3554 4765 4898 4764
Face 3555 5031 5030 4897
Face 3556 4898 5031 4897
Face 3557 5157 5156 5030
Face 3558 5031 5157 5030
Face 3559 5285 5284 5156
Face 3560 5157 5285 5156
Face 3561 5415 5414 5284
Face 3562 5285 5415 5284
Face 3563 5542 5541 5414
Face 3564 5415 5542 5414
Face 3565 5668 5667 5541
Face 3566 5542 5668 5541
Face 3567 5793 5792 5667
Face 3568 5668 5793 5667
Face 3569 5921 5920 5792
Face 3570 5793 5921 5792
Face 3571 6048 6047 5920
Face 3572 5921 6048 5920
Face 3573 6048 6174 6173
Face 3574 6047 6048 6173
Face 3575 19763 25635 24093
Face 3576 4575 10754 10755
Face 3577 3788 3787 3657
Face 3578 4840 4839 3169
Face 3579 6368 6367 6248
Face 3580 21445 21446 21540
Face 3581 3143 3142 3005
Face 3582 965 1075 964
Face 3583 1666 1665 1556
Face 3584 616 731 730
Face 3585 5095 5096 5218
Face 3586 2398 2527 2397
Face 3587 5873 2631 2113
Face 3588 4047 4048 4176
Face 3589 3919 4047 3918
Face 3590 5730 5858 5729
Face 3591 5983 6111 6110
Face 3592 5726 5727 5854
Face 3593 5734 5733 5608
Face 3594 2752 2751 3287
Face 3595 19952 19953 20029
Face 3596 1732 1731 1622
Face 3597 2609 2740 2608
Face 3598 2867 2866 2739
Face 3599 6232 6352 6231
Face 3600 6106 6232 6231
Face 3601 4046 4175 4174
Face 3602 1862 1996 1863
Face 3603 2223 2224 2351
Face 3604 2224 2352 2351
Face 3605 4833 4834 4966
Face 3606 4967 5097 5096
Face 3607 4185 4315 4314
Face 3608 737 853 736
Face 3609 728 844 843
Face 3610 1067 1180 1179
Face 3611 1188 1296 1187
Face 3612 22678 17336 19102
Face 3613 13265 13175 13081
Face 3614 2744 2745 2871
Face 3615 14724 13286 22414
Face 3616 4704 4705 4835
Face 3617 8997 2617 2488
Face 3618 6474 6473 6351
Face 3619 8425 2144 2019
Face 3620 13322 13416 13321
Face 3621 969 968 854
Face 3622 6235 6355 6354
Face 3623 3541 3540 2621
Face 3624 2620 2232 2231
Face 3625 6109 6235 6234
Face 3626 2621 2620 2231
Face 3627 2623 2104 1977
Face 3628 25985 34579 34597
Face 3629 3137 3271 3270
Face 3630 4691 4822 4821
Face 3631 875 1338 874
Face 3632 11616 5774 1798
Face 3633 28548 34814 26678
Face 3634 11214 34803 12024
Face 3635 34776 34822 34646
Face 3636 30026 30025 29964
Face 3637 9168 10684 13375
Face 3638 12752 9168 13375
Face 3639 14459 14577 14576
Face 3640 22399 22496 22495
Face 3641 14576 14577 14697
Face 3642 14039 15194 14029
Face 3643 14827 14828 14952
Face 3644 15263 14986 16375
Face 3645 21723 21724 21820
Face 3646 15644 14520 14519
Face 3647 5715 15223 1909
Face 3648 22621 9052 19439
Face 3649 13644 10733 10843
Face 3650 14020 5715 1909
Face 3651 22398 22399 22495
Face 3652 15346 15347 15486
Face 3653 2664 22159 15072
Face 3654 75 1542 556
Face 3655 21252 21345 21344
Face 3656 31365 31364 31261
Face 3657 472 1921 1471
Face 3658 24819 1471 1583
Face 3659 5644 5517 1921
Face 3660 15211 15347 15210
Face 3661 15347 15487 15486
Face 3662 7131 7130 6522
Face 3663 3069 3070 5122
Face 3664 33493 33492 33359
Face 3665 6918 29785 26872
Face 3666 28361 28419 11007
Face 3667 20847 28765 29146
Face 3668 25637 26872 2809
Face 3669 27448 34396 6614
Face 3670 34612 34371 34415
Face 3671 18129 27634 19000
Face 3672 3079 3214 3213
Face 3673 3078 3212 3077
Face 3674 3214 3341 3340
Face 3675 3213 3214 3340
Face 3676 3341 3469 3468
Face 3677 3340 3341 3468
Face 3678 3469 3598 3597
Face 3679 3468 3469 3597
Face 3680 3598 3728 3727
Face 3681 3597 3598 3727
Face 3682 3861 3860 3727
Face 3683 3728 3861 3727
Face 3684 3989 3988 3860
Face 3685 3861 3989 3860
Face 3686 4118 4117 3988
Face 3687 3989 4118 3988
Face 3688 4247 4246 4117
Face 3689 4118 4247 4117
Face 3690 4373 4372 4246
Face 3691 4247 4373 4246
Face 3692 4373 4504 4503
Face 3693 4372 4373 4503
Face 3694 4635 4634 4503
Face 3695 4504 4635 4503
Face 3696 4766 4765 4634
Face 3697 4635 4766 4634
Face 3698 4899 4898 4765
Face 3699 4766 4899 4765
Face 3700 5032 5031 4898
Face 3701 4899 5032 4898
Face 3702 5158 5157 5031
Face 3703 5032 5158 5031
Face 3704 5286 5285 5157
Face 3705 5158 5286 5157
Face 3706 5416 5415 5285
Face 3707 5286 5416 5285
Face 3708 5543 5542 5415
Face 3709 5416 5543 5415
Face 3710 5669 5668 5542
Face 3711 5543 5669 5542
Face 3712 5794 5793 5668
Face 3713 5669 5794 5668
Face 3714 5922 5921 5793
Face 3715 5794 5922 5793
Face 3716 6049 6048 5921
Face 3717 5922 6049 5921
Face 3718 6175 6174 6048
Face 3719 6049 6175 6048
Face 3720 6175 6295 6294
Face 3721 6174 6175 6294
Face 3722 13232 13325 13231
Face 3723 6416 6417 6541
Face 3724 10684 12383 9617
Face 3725 34564 34358 34655
Face 3726 2090 2091 2217
Face 3727 959 960 1069
Face 3728 2349 2478 2348
Face 3729 2091 2218 2217
Face 3730 5723 5851 7842
Face 3731 1860 1861 5113
Face 3732 3809 2496 2497
Face 3733 3551 3809 2497
Face 3734 5986 6114 6113
Face 3735 23661 28438 28428
Face 3736 5855 5983 5982
Face 3737 4961 4962 5091
Face 3738 1301 1413 1412
Face 3739 3526 3527 3655
Face 3740 2751 3421 3152
Face 3741 1408 1407 1295
Face 3742 6772 298 297
Face 3743 610 611 725
Face 3744 5359 5486 5485
Face 3745 6105 6106 6231
Face 3746 6231 6351 6350
Face 3747 1996 1099 1995
Face 3748 509 508 399
Face 3749 6236 6356 6355
Face 3750 4702 4703 4833
Face 3751 4834 4967 4966
Face 3752 2217 2218 2345
Face 3753 4184 4185 4314
Face 3754 2091 2092 2218
Face 3755 33872 33871 33745
Face 3756 1074 1075 1187
Face 3757 3294 3422 5873
Face 3758 9274 203 2667
Face 3759 7329 879 991
Face 3760 11803 11802 11720
Face 3761 12953 12861 12954
Face 3762 4983 1862 2633
Face 3763 34643 34386 34586
Face 3764 4195 4196 4325
Face 3765 29471 28089 34679
Face 3766 4326 4452 4325
Face 3767 4452 4451 4325
Face 3768 4452 4584 4451
Face 3769 4584 4583 4451
Face 3770 4584 4714 4583
Face 3771 4714 4713 4583
Face 3772 729 845 844
Face 3773 1402 1401 1289
Face 3774 34262 12195 34261
Face 3775 613 614 728
Face 3776 3409 3410 3538
Face 3777 5348 5349 5475
Face 3778 5599 8640 9062
Face 3779 618 733 732
Face 3780 397 506 505
Face 3781 1515 1516 1626
Face 3782 13375 10684 9617
Face 3783 11491 11569 11490
Face 3784 21275 21267 20372
Face 3785 12383 6502 121
Face 3786 983 2411 2282
Face 3787 15053 983 15049
Face 3788 233 4990 2587
Face 3789 15615 233 2587
Face 3790 15264 15644 14519
Face 3791 3056 383 2146
Face 3792 13288 11536 15954
Face 3793 19636 20382 19634
Face 3794 34466 26326 29063
Face 3795 13974 13973 13927
Face 3796 15078 15079 15210
Face 3797 15347 15346 15210
Face 3798 472 5644 1921
Face 3799 5644 51 5
Face 3800 5517 5644 5
Face 3801 51 5596 5634
Face 3802 5 51 5634
Face 3803 5596 444 336
Face 3804 5634 5596 336
Face 3805 444 4060 4100
Face 3806 14039 14029 788
Face 3807 15079 15211 15210
Face 3808 25987 18448 29538
Face 3809 27994 28127 27993
Face 3810 20390 19339 20821
Face 3811 18545 20802 23396
Face 3812 33360 33493 33359
Face 3813 28897 28898 29024
Face 3814 26872 29785 25492
Face 3815 29785 29337 25492
Face 3816 29716 17379 6651
Face 3817 29464 29465 28092
Face 3818 3080 3215 3214
Face 3819 3078 32645 3079
Face 3820 3215 3342 3341
Face 3821 3214 3215 3341
Face 3822 3342 3470 3469
Face 3823 3341 3342 3469
Face 3824 3470 3599 3598
Face 3825 3469 3470 3598
Face 3826 3599 3729 3728
Face 3827 3598 3599 3728
Face 3828 3729 3862 3861
Face 3829 3728 3729 3861
Face 3830 3990 3989 3861
Face 3831 3862 3990 3861
Face 3832 4119 4118 3989
Face 3833 3990 4119 3989
Face 3834 4248 4247 4118
Face 3835 4119 4248 4118
Face 3836 4374 4373 4247
Face 3837 4248 4374 4247
Face 3838 4505 4504 4373
Face 3839 4374 4505 4373
Face 3840 4505 4636 4635
Face 3841 4504 4505 4635
Face 3842 4767 4766 4635
Face 3843 4636 4767 4635
Face 3844 4767 4900 4899
Face 3845 4766 4767 4899
Face 3846 5033 5032 4899
Face 3847 4900 5033 4899
Face 3848 5159 5158 5032
Face 3849 5033 5159 5032
Face 3850 5159 5287 5286
Face 3851 5158 5159 5286
Face 3852 5417 5416 5286
Face 3853 5287 5417 5286
Face 3854 5544 5543 5416
Face 3855 5417 5544 5416
Face 3856 5670 5669 5543
Face 3857 5544 5670 5543
Face 3858 5795 5794 5669
Face 3859 5670 5795 5669
Face 3860 5923 5922 5794
Face 3861 5795 5923 5794
Face 3862 6050 6049 5922
Face 3863 5923 6050 5922
Face 3864 6176 6175 6049
Face 3865 6050 6176 6049
Face 3866 6296 6295 6175
Face 3867 6176 6296 6175
Face 3868 6296 6418 6417
Face 3869 6295 6296 6417
Face 3870 6418 6543 6542
Face 3871 6417 6418 6542
Face 3872 5849 5977 5976
Face 3873 34638 11303 12382
Face 3874 1184 1183 1070
Face 3875 12221 12310 12309
Face 3876 5605 5604 5475
Face 3877 1071 1184 1070
Face 3878 4705 4836 4835
Face 3879 23193 23192 29604
Face 3880 515 514 405
Face 3881 34521 34678 34611
Face 3882 4830 4963 4962
Face 3883 3006 3143 3005
Face 3884 4304 4305 4430
Face 3885 730 846 845
Face 3886 5493 5622 1858
Face 3887 6480 6481 892
Face 3888 2485 2484 2355
Face 3889 9617 12383 121
Face 3890 5486 5615 5614
Face 3891 5358 5359 5485
Face 3892 2124 4076 3959
Face 3893 6502 6142 4331
Face 3894 6235 6236 6355
Face 3895 4049 4178 4048
Face 3896 4570 4571 4702
Face 3897 4703 4834 4833
Face 3898 4055 10260 4056
Face 3899 11398 11397 11316
Face 3900 2092 2219 2218
Face 3901 957 958 1067
Face 3902 11721 11803 11720
Face 3903 1296 1295 1187
Face 3904 18229 20032 17193
Face 3905 11564 11642 11563
Face 3906 1889 2010 1888
Face 3907 5480 5479 5352
Face 3908 845 959 958
Face 3909 4196 4326 4325
Face 3910 2009 2134 2133
Face 3911 4210 4082 9165
Face 3912 862 204 4722
Face 3913 1888 1887 1771
Face 3914 5860 5859 5731
Face 3915 34366 34450 34823
Face 3916 13122 424 13217
Face 3917 2124 1998 4076
Face 3918 727 726 611
Face 3919 11177 11176 11114
Face 3920 5979 6106 6105
Face 3921 5732 5860 5731
Face 3922 2866 3002 2865
Face 3923 3282 3148 9563
Face 3924 6249 6368 6248
Face 3925 11116 11115 11056
Face 3926 756 9629 7376
Face 3927 1223 1330 1329
Face 3928 121 6502 4331
Face 3929 6773 6774 299
Face 3930 19588 20373 19583
Face 3931 336 444 4100
Face 3932 2411 4801 16223
Face 3933 1658 983 2282
Face 3934 5500 2539 2410
Face 3935 2410 2539 15264
Face 3936 2146 5500 2410
Face 3937 2539 15644 15264
Face 3938 34547 34383 34290
Face 3939 14421 14540 15725
Face 3940 16378 16541 16540
Face 3941 11522 12803 34751
Face 3942 4231 4104 14402
Face 3943 3836 904 3703
Face 3944 4060 14691 14684
Face 3945 4100 4060 14684
Face 3946 14691 16283 16276
Face 3947 14684 14691 16276
Face 3948 16283 14279 14269
Face 3949 3972 14266 14632
Face 3950 16276 16283 14269
Face 3951 14279 1378 3634
Face 3952 14269 14279 3634
Face 3953 1378 15182 14400
Face 3954 16711 28698 27495
Face 3955 17920 18010 1375
Face 3956 25769 25770 25876
Face 3957 27994 27993 27861
Face 3958 29481 26414 29593
Face 3959 29472 20881 10987
Face 3960 29336 28693 28012
Face 3961 24455 24456 23831
Face 3962 26811 26301 26531
Face 3963 26876 26531 29337
Face 3964 3080 3079 13560
Face 3965 27764 27634 29716
Face 3966 3081 3216 3215
Face 3967 3080 3081 3215
Face 3968 3216 3343 3342
Face 3969 3215 3216 3342
Face 3970 3343 3471 3470
Face 3971 3342 3343 3470
Face 3972 3471 3600 3599
Face 3973 3470 3471 3599
Face 3974 3600 3730 3729
Face 3975 3599 3600 3729
Face 3976 3730 3863 3862
Face 3977 3729 3730 3862
Face 3978 3863 3991 3990
Face 3979 3862 3863 3990
Face 3980 3991 4120 4119
Face 3981 3990 3991 4119
Face 3982 4249 4248 4119
Face 3983 4120 4249 4119
Face 3984 4375 4374 4248
Face 3985 4249 4375 4248
Face 3986 4506 4505 4374
Face 3987 4375 4506 4374
Face 3988 4506 4637 4636
Face 3989 4505 4506 4636
Face 3990 4768 4767 4636
Face 3991 4637 4768 4636
Face 3992 4901 4900 4767
Face 3993 4768 4901 4767
Face 3994 5034 5033 4900
Face 3995 4901 5034 4900
Face 3996 5034 5160 5159
Face 3997 5033 5034 5159
Face 3998 5288 5287 5159
Face 3999 5160 5288 5159
Face 4000 5288 5418 5417
Face 4001 5287 5288 5417
Face 4002 5545 5544 5417
Face 4003 5418 5545 5417
Face 4004 5671 5670 5544
Face 4005 5545 5671 5544
Face 4006 5796 5795 5670
Face 4007 5671 5796 5670
Face 4008 5924 5923 5795
Face 4009 5796 5924 5795
Face 4010 6051 6050 5923
Face 4011 5924 6051 5923
Face 4012 6177 6176 6050
Face 4013 6051 6177 6050
Face 4014 6297 6296 6176
Face 4015 6177 6297 6176
Face 4016 6297 6419 6418
Face 4017 6296 6297 6418
Face 4018 6419 6544 6543
Face 4019 6418 6419 6543
Face 4020 6021 6017 6543
Face 4021 6544 6021 6543
Face 4022 2216 2217 2344
Face 4023 34461 34735 11355
Face 4024 5982 5983 6110
Face 4025 4698 4699 4829
Face 4026 4962 5092 5091
Face 4027 4699 4830 4829
Face 4028 3277 3405 3404
Face 4029 6115 6242 6241
Face 4030 34614 34748 34620
Face 4031 4965 4966 5095
Face 4032 3791 3923 3790
Face 4033 5477 5606 5476
Face 4034 1745 1999 2125
Face 4035 3273 3401 3400
Face 4036 5641 1550 1904
Face 4037 1179 1287 1286
Face 4038 5740 5868 5867
Face 4039 5485 5486 5614
Face 4040 2010 2009 1888
Face 4041 1860 2124 1861
Face 4042 4178 4308 4307
Face 4043 8679 2103 8576
Face 4044 4314 4315 4440
Face 4045 4571 4703 4702
Face 4046 2999 2998 2862
Face 4047 4315 4441 4440
Face 4048 2481 2480 2351
Face 4049 2863 2999 2862
Face 4050 2104 2231 2374
Face 4051 2631 2114 2113
Face 4052 6142 35 2666
Face 4053 1848 1849 1968
Face 4054 728 729 844
Face 4055 1065 1066 1178
Face 4056 13419 13418 13324
Face 4057 959 1069 1068
Face 4058 6359 6358 6238
Face 4059 11969 12054 11968
Face 4060 731 847 846
Face 4061 1745 1988 1999
Face 4062 5476 5605 5475
Face 4063 730 731 846
Face 4064 624 623 514
Face 4065 5605 5730 5604
Face 4066 2742 2741 2610
Face 4067 11054 30921 30920
Face 4068 5219 5351 5350
Face 4069 3408 3409 3537
Face 4070 6104 6105 6230
Face 4071 1626 1627 1735
Face 4072 2497 2496 2117
Face 4073 4182 4312 4311
Face 4074 2608 2607 2478
Face 4075 13381 13475 11686
Face 4076 4331 6142 2666
Face 4077 1560 1559 1445
Face 4078 109 6767 108
Face 4079 702 819 17477
Face 4080 4801 14571 14570
Face 4081 2282 2411 16223
Face 4082 559 560 15390
Face 4083 560 15255 15390
Face 4084 1497 3175 5250
Face 4085 161 14505 5069
Face 4086 18679 18575 18576
Face 4087 18679 18576 2305
Face 4088 1353 1242 15812
Face 4089 17187 562 17277
Face 4090 14402 14440 1133
Face 4091 15194 4104 15191
Face 4092 3634 1378 14400
Face 4093 15182 2584 3720
Face 4094 14400 15182 3720
Face 4095 2584 16586 5194
Face 4096 4104 14440 14402
Face 4097 14266 3850 3851
Face 4098 3720 2584 5194
Face 4099 3851 3850 14217
Face 4100 16586 15958 15957
Face 4101 6603 27357 25545
Face 4102 34321 25856 34377
Face 4103 13073 18982 18981
Face 4104 27862 27994 27861
Face 4105 5194 16586 15957
Face 4106 29799 26307 26124
Face 4107 18981 18982 4475
Face 4108 27488 28131 26703
Face 4109 25867 25868 25977
Face 4110 24038 12819 25019
Face 4111 16660 27623 18969
Face 4112 28811 27752 18543
Face 4113 26452 25960 17459
Face 4114 29724 25987 17958
Face 4115 26876 26811 26531
Face 4116 2945 3082 3081
Face 4117 13560 2944 3081
Face 4118 3082 3217 3216
Face 4119 3081 3082 3216
Face 4120 3217 3344 3343
Face 4121 3216 3217 3343
Face 4122 3344 3472 3471
Face 4123 3343 3344 3471
Face 4124 3472 3601 3600
Face 4125 3471 3472 3600
Face 4126 3601 3731 3730
Face 4127 3600 3601 3730
Face 4128 3731 3864 3863
Face 4129 3730 3731 3863
Face 4130 3864 3992 3991
Face 4131 3863 3864 3991
Face 4132 3992 4121 4120
Face 4133 3991 3992 4120
Face 4134 4121 4250 4249
Face 4135 4120 4121 4249
Face 4136 4376 4375 4249
Face 4137 4250 4376 4249
Face 4138 4376 4507 4506
Face 4139 4375 4376 4506
Face 4140 4507 4638 4637
Face 4141 4506 4507 4637
Face 4142 4638 4769 4768
Face 4143 4637 4638 4768
Face 4144 4769 4902 4901
Face 4145 4768 4769 4901
Face 4146 4902 5035 5034
Face 4147 4901 4902 5034
Face 4148 5035 5161 5160
Face 4149 5034 5035 5160
Face 4150 5289 5288 5160
Face 4151 5161 5289 5160
Face 4152 5289 5419 5418
Face 4153 5288 5289 5418
Face 4154 5546 5545 5418
Face 4155 5419 5546 5418
Face 4156 5672 5671 5545
Face 4157 5546 5672 5545
Face 4158 5797 5796 5671
Face 4159 5672 5797 5671
Face 4160 5925 5924 5796
Face 4161 5797 5925 5796
Face 4162 6052 6051 5924
Face 4163 5925 6052 5924
Face 4164 6178 6177 6051
Face 4165 6052 6178 6051
Face 4166 6298 6297 6177
Face 4167 6178 6298 6177
Face 4168 6298 6420 6419
Face 4169 6297 6298 6419
Face 4170 6420 6545 6544
Face 4171 6419 6420 6544
Face 4172 6139 6021 6544
Face 4173 6545 6139 6544
Face 4174 34357 34825 34506
Face 4175 6960 386 6959
Face 4176 6969 395 6968
Face 4177 6352 6474 6351
Face 4178 2613 2614 2744
Face 4179 733 849 848
Face 4180 5856 5857 5984
Face 4181 3268 3267 3133
Face 4182 5350 5477 5476
Face 4183 5985 6113 6112
Face 4184 3795 3665 10022
Face 4185 2499 2498 2115
Face 4186 4826 4959 4958
Face 4187 1968 2094 2093
Face 4188 12273 34408 34609
Face 4189 2738 2737 2606
Face 4190 5996 6124 6123
Face 4191 5739 5740 5867
Face 4192 3787 3786 3656
Face 4193 34754 34624 34761
Face 4194 18978 2297 27269
Face 4195 34386 34347 34392
Face 4196 3918 4046 4045
Face 4197 4441 4571 4570
Face 4198 400 509 399
Face 4199 3917 3918 4045
Face 4200 2623 2621 2104
Face 4201 2097 2224 2223
Face 4202 1083 13375 9501
Face 4203 6003 2232 5876
Face 4204 844 845 958
Face 4205 5858 5986 5985
Face 4206 1557 1666 1556
Face 4207 1069 1182 1181
Face 4208 15305 14660 15168
Face 4209 8038 34536 9186
Face 4210 992 1105 991
Face 4211 2868 2867 2740
Face 4212 4831 4964 4963
Face 4213 5349 5476 5475
Face 4214 961 960 846
Face 4215 847 961 846
Face 4216 5609 5734 5608
Face 4217 6113 6239 6112
Face 4218 2610 2741 2609
Face 4219 3160 3022 5493
Face 4220 1964 2090 2089
Face 4221 2345 2474 2473
Face 4222 5995 6123 6122
Face 4223 6123 6249 6122
Face 4224 2496 2118 2117
Face 4225 2018 2017 1897
Face 4226 1772 1888 1771
Face 4227 4067 4195 4194
Face 4228 10203 25323 25020
Face 4229 3809 8650 3678
Face 4230 2666 35 12852
Face 4231 20355 20356 20442
Face 4232 27338 27457 27456
Face 4233 1446 1560 1445
Face 4234 1669 1668 1559
Face 4235 14571 16209 16197
Face 4236 22209 22208 22113
Face 4237 34564 34711 34358
Face 4238 26928 28688 28231
Face 4239 28631 28630 28493
Face 4240 34568 34649 34563
Face 4241 453 452 344
Face 4242 345 453 344
Face 4243 563 562 452
Face 4244 453 563 452
Face 4245 4108 4109 3038
Face 4246 791 17367 675
Face 4247 15958 14996 14995
Face 4248 15957 15958 14995
Face 4249 14996 14554 14183
Face 4250 14995 14996 14183
Face 4251 14440 3972 1133
Face 4252 1236 3154 3153
Face 4253 1133 3972 14632
Face 4254 34721 34396 34393
Face 4255 14554 15249 15250
Face 4256 16541 3553 3946
Face 4257 14183 14554 15250
Face 4258 15249 15610 14375
Face 4259 15250 15249 14375
Face 4260 15610 14212 4866
Face 4261 14375 15610 4866
Face 4262 14212 13890 15897
Face 4263 27380 27382 29072
Face 4264 27115 27116 27231
Face 4265 34307 8774 34717
Face 4266 29084 19195 19456
Face 4267 22555 21637 22649
Face 4268 26297 26180 19031
Face 4269 20803 16690 18446
Face 4270 29327 27488 26703
Face 4271 27275 26452 17459
Face 4272 23797 22145 22680
Face 4273 26811 29724 27505
Face 4274 25960 28693 29336
Face 4275 2944 2945 3081
Face 4276 27505 29724 17958
Face 4277 3083 3082 2945
Face 4278 2946 3083 2945
Face 4279 3218 3217 3082
Face 4280 3083 3218 3082
Face 4281 3218 3345 3344
Face 4282 3217 3218 3344
Face 4283 3345 3473 3472
Face 4284 3344 3345 3472
Face 4285 3473 3602 3601
Face 4286 3472 3473 3601
Face 4287 3602 3732 3731
Face 4288 3601 3602 3731
Face 4289 3732 3865 3864
Face 4290 3731 3732 3864
Face 4291 3865 3993 3992
Face 4292 3864 3865 3992
Face 4293 3993 4122 4121
Face 4294 3992 3993 4121
Face 4295 4122 4251 4250
Face 4296 4121 4122 4250
Face 4297 4251 4377 4376
Face 4298 4250 4251 4376
Face 4299 4377 4508 4507
Face 4300 4376 4377 4507
Face 4301 4508 4639 4638
Face 4302 4507 4508 4638
Face 4303 4639 4770 4769
Face 4304 4638 4639 4769
Face 4305 4770 4903 4902
Face 4306 4769 4770 4902
Face 4307 4903 5036 5035
Face 4308 4902 4903 5035
Face 4309 5036 5162 5161
Face 4310 5035 5036 5161
Face 4311 5162 5290 5289
Face 4312 5161 5162 5289
Face 4313 5290 5420 5419
Face 4314 5289 5290 5419
Face 4315 5547 5546 5419
Face 4316 5420 5547 5419
Face 4317 5547 5673 5672
Face 4318 5546 5547 5672
Face 4319 5673 5798 5797
Face 4320 5672 5673 5797
Face 4321 5926 5925 5797
Face 4322 5798 5926 5797
Face 4323 6053 6052 5925
Face 4324 5926 6053 5925
Face 4325 6053 6179 6178
Face 4326 6052 6053 6178
Face 4327 6299 6298 6178
Face 4328 6179 6299 6178
Face 4329 6421 6420 6298
Face 4330 6299 6421 6298
Face 4331 6421 6546 6545
Face 4332 6420 6421 6545
Face 4333 6546 6140 6139
Face 4334 6545 6546 6139
Face 4335 3004 3003 2867
Face 4336 6144 6140 6547
Face 4337 1307 3415 2883
Face 4338 2868 3004 2867
Face 4339 908 1307 1421
Face 4340 892 908 1421
Face 4341 9574 9575 9689
Face 4342 13226 13319 13318
Face 4343 3139 3138 3001
Face 4344 4694 4695 4825
Face 4345 1736 1848 1847
Face 4346 13419 13420 13514
Face 4347 13515 13612 13611
Face 4348 3271 3399 3398
Face 4349 2228 2356 2355
Face 4350 4340 982 1994
Face 4351 6369 6368 6249
Face 4352 5995 5996 6123
Face 4353 2478 2477 2348
Face 4354 4825 4958 4957
Face 4355 2349 2348 2220
Face 4356 4694 4825 4824
Face 4357 6478 6477 6355
Face 4358 19703 23745 312
Face 4359 3541 2621 2623
Face 4360 509 618 617
Face 4361 12303 12394 12393
Face 4362 3412 3541 2623
Face 4363 1182 1290 1289
Face 4364 3003 3002 2866
Face 4365 3788 3789 3920
Face 4366 958 959 1068
Face 4367 5866 5867 5994
Face 4368 6368 6490 6367
Face 4369 2238 2246 2245
Face 4370 2344 2345 2473
Face 4371 2245 2246 5117
Face 4372 4836 4969 4968
Face 4373 29019 21790 28892
Face 4374 4988 2246 9272
Face 4375 27109 27225 27108
Face 4376 25558 25559 26453
Face 4377 2134 2135 2259
Face 4378 11884 11883 11802
Face 4379 1286 1287 1398
Face 4380 4305 4431 4430
Face 4381 5850 5978 5977
Face 4382 4824 4957 4956
Face 4383 3410 9792 3539
Face 4384 5994 5995 6122
Face 4385 2996 2997 3133
Face 4386 4835 4836 4968
Face 4387 646 761 7114
Face 4388 24182 24225 22899
Face 4389 27226 27336 27225
Face 4390 27337 27338 27456
Face 4391 5632 1882 3958
Face 4392 312 5632 3958
Face 4393 1882 3319 3320
Face 4394 3958 1882 3320
Face 4395 3319 2363 4458
Face 4396 1560 1669 1559
Face 4397 1775 1774 1668
Face 4398 16209 13934 13915
Face 4399 4066 4067 4194
Face 4400 241 240 142
Face 4401 143 241 142
Face 4402 346 345 240
Face 4403 241 346 240
Face 4404 454 453 345
Face 4405 346 454 345
Face 4406 564 563 453
Face 4407 454 564 453
Face 4408 676 675 563
Face 4409 564 676 563
Face 4410 4866 14212 15897
Face 4411 676 791 675
Face 4412 17007 240 345
Face 4413 1156 1157 15897
Face 4414 34525 16663 28136
Face 4415 13890 1156 15897
Face 4416 20 14724 22414
Face 4417 34439 34366 34823
Face 4418 16540 16541 3946
Face 4419 15811 1353 15812
Face 4420 5122 5885 3056
Face 4421 3850 14228 14217
Face 4422 5780 14270 15394
Face 4423 14585 14706 14705
Face 4424 28558 34640 34349
Face 4425 34418 34316 34503
Face 4426 25666 25769 25768
Face 4427 7017 20708 20624
Face 4428 30248 11021 11020
Face 4429 27863 15306 29470
Face 4430 29724 27268 25987
Face 4431 26208 16711 27495
Face 4432 17459 25960 29336
Face 4433 18969 20803 18446
Face 4434 29785 26876 29337
Face 4435 28693 28011 28012
Face 4436 31366 31365 31262
Face 4437 26301 26811 27505
Face 4438 33155 2813 2946
Face 4439 33871 33998 33870
Face 4440 3084 3083 2946
Face 4441 2947 3084 2946
Face 4442 3219 3218 3083
Face 4443 3084 3219 3083
Face 4444 3346 3345 3218
Face 4445 3219 3346 3218
Face 4446 3346 3474 3473
Face 4447 3345 3346 3473
Face 4448 3474 3603 3602
Face 4449 3473 3474 3602
Face 4450 3603 3733 3732
Face 4451 3602 3603 3732
Face 4452 3733 3866 3865
Face 4453 3732 3733 3865
Face 4454 3866 3994 3993
Face 4455 3865 3866 3993
Face 4456 4123 4122 3993
Face 4457 3994 4123 3993
Face 4458 4123 4252 4251
Face 4459 4122 4123 4251
Face 4460 4252 4378 4377
Face 4461 4251 4252 4377
Face 4462 4378 4509 4508
Face 4463 4377 4378 4508
Face 4464 4640 4639 4508
Face 4465 4509 4640 4508
Face 4466 4640 4771 4770
Face 4467 4639 4640 4770
Face 4468 4771 4904 4903
Face 4469 4770 4771 4903
Face 4470 4904 5037 5036
Face 4471 4903 4904 5036
Face 4472 5037 5163 5162
Face 4473 5036 5037 5162
Face 4474 5163 5291 5290
Face 4475 5162 5163 5290
Face 4476 5291 5421 5420
Face 4477 5290 5291 5420
Face 4478 5421 5548 5547
Face 4479 5420 5421 5547
Face 4480 5548 5674 5673
Face 4481 5547 5548 5673
Face 4482 5674 5799 5798
Face 4483 5673 5674 5798
Face 4484 5799 5927 5926
Face 4485 5798 5799 5926
Face 4486 6054 6053 5926
Face 4487 5927 6054 5926
Face 4488 6180 6179 6053
Face 4489 6054 6180 6053
Face 4490 6180 6300 6299
Face 4491 6179 6180 6299
Face 4492 6300 6422 6421
Face 4493 6299 6300 6421
Face 4494 6422 6547 6546
Face 4495 6421 6422 6546
Face 4496 10640 6140 6144
Face 4497 6546 6547 6140
Face 4498 1629 1630 1738
Face 4499 1624 1733 1623
Face 4500 10747 12467 12174
Face 4501 1630 1629 1518
Face 4502 620 735 734
Face 4503 13413 13412 13318
Face 4504 2100 2101 2227
Face 4505 619 620 734
Face 4506 5738 5866 5737
Face 4507 1844 1843 1731
Face 4508 2478 2607 2477
Face 4509 4972 5102 5101
Face 4510 4044 4045 4173
Face 4511 1288 1400 1287
Face 4512 6124 6250 6249
Face 4513 1333 409 3411
Face 4514 4562 4694 4693
Face 4515 6250 6369 6249
Face 4516 3398 3399 3527
Face 4517 3527 3528 3656
Face 4518 312 3958 3297
Face 4519 4693 4694 4824
Face 4520 5216 5215 5093
Face 4521 6110 6236 6235
Face 4522 3700 3541 3412
Face 4523 2621 2231 2104
Face 4524 3540 2620 2621
Face 4525 4689 4690 4820
Face 4526 1290 1402 1289
Face 4527 1181 1182 1289
Face 4528 2747 2746 2615
Face 4529 1772 1771 1665
Face 4530 4307 4308 4433
Face 4531 1519 1630 1518
Face 4532 3412 2624 3797
Face 4533 1185 1293 1184
Face 4534 5221 5222 5353
Face 4535 5481 5480 5353
Face 4536 1543 34329 34493
Face 4537 2396 2526 2525
Face 4538 2350 2479 2349
Face 4539 1291 1403 1290
Face 4540 24109 977 1459
Face 4541 5363 5364 5490
Face 4542 5231 5232 5363
Face 4543 5108 5109 5231
Face 4544 1516 1515 1402
Face 4545 5109 5232 5231
Face 4546 2018 2019 2143
Face 4547 5232 5364 5363
Face 4548 12163 12250 12162
Face 4549 5606 5605 5476
Face 4550 4844 4845 4977
Face 4551 27457 27577 27576
Face 4552 3320 3319 4458
Face 4553 19717 19799 19798
Face 4554 34306 34564 34655
Face 4555 12930 9286 7630
Face 4556 30025 30026 30087
Face 4557 22118 22117 22019
Face 4558 12129 12214 12213
Face 4559 15042 22223 13286
Face 4560 12740 12739 12823
Face 4561 1669 1775 1668
Face 4562 1891 1890 1774
Face 4563 4845 4978 4977
Face 4564 4977 4978 5108
Face 4565 242 241 143
Face 4566 142 240 141
Face 4567 347 346 241
Face 4568 242 347 241
Face 4569 347 455 454
Face 4570 346 347 454
Face 4571 11237 11236 11168
Face 4572 31015 31111 31014
Face 4573 34300 34325 34652
Face 4574 34319 34713 34302
Face 4575 4458 8937 14637
Face 4576 1775 1891 1774
Face 4577 15213 15214 15349
Face 4578 15350 15490 15489
Face 4579 3174 15461 5780
Face 4580 14270 15399 15394
Face 4581 15459 14741 3174
Face 4582 15461 14270 5780
Face 4583 5267 14741 15459
Face 4584 15602 5267 15459
Face 4585 1354 16084 15602
Face 4586 14741 15461 3174
Face 4587 17275 17276 17366
Face 4588 16204 2978 5270
Face 4589 4241 4240 4112
Face 4590 28127 28264 28126
Face 4591 25768 25769 25875
Face 4592 13002 27268 29724
Face 4593 28398 28397 28263
Face 4594 28011 27623 16660
Face 4595 24219 24220 29490
Face 4596 26356 16710 26763
Face 4597 28146 28147 28158
Face 4598 17379 29733 6651
Face 4599 28156 27887 28550
Face 4600 25731 25842 25841
Face 4601 34670 34324 34677
Face 4602 25842 23610 25841
Face 4603 25730 25731 25841
Face 4604 2948 3085 3084
Face 4605 32782 32781 27603
Face 4606 3220 3219 3084
Face 4607 3085 3220 3084
Face 4608 3347 3346 3219
Face 4609 3220 3347 3219
Face 4610 3475 3474 3346
Face 4611 3347 3475 3346
Face 4612 3604 3603 3474
Face 4613 3475 3604 3474
Face 4614 3604 3734 3733
Face 4615 3603 3604 3733
Face 4616 3734 3867 3866
Face 4617 3733 3734 3866
Face 4618 3867 3995 3994
Face 4619 3866 3867 3994
Face 4620 3995 4124 4123
Face 4621 3994 3995 4123
Face 4622 4253 4252 4123
Face 4623 4124 4253 4123
Face 4624 4379 4378 4252
Face 4625 4253 4379 4252
Face 4626 4510 4509 4378
Face 4627 4379 4510 4378
Face 4628 4641 4640 4509
Face 4629 4510 4641 4509
Face 4630 4641 4772 4771
Face 4631 4640 4641 4771
Face 4632 4772 4905 4904
Face 4633 4771 4772 4904
Face 4634 4905 5038 5037
Face 4635 4904 4905 5037
Face 4636 5038 5164 5163
Face 4637 5037 5038 5163
Face 4638 5164 5292 5291
Face 4639 5163 5164 5291
Face 4640 5292 5422 5421
Face 4641 5291 5292 5421
Face 4642 5422 5549 5548
Face 4643 5421 5422 5548
Face 4644 5549 5675 5674
Face 4645 5548 5549 5674
Face 4646 5675 5800 5799
Face 4647 5674 5675 5799
Face 4648 5800 5928 5927
Face 4649 5799 5800 5927
Face 4650 5928 6055 6054
Face 4651 5927 5928 6054
Face 4652 6181 6180 6054
Face 4653 6055 6181 6054
Face 4654 6301 6300 6180
Face 4655 6181 6301 6180
Face 4656 6301 6423 6422
Face 4657 6300 6301 6422
Face 4658 6423 6548 6547
Face 4659 6422 6423 6547
Face 4660 6148 6549 6263
Face 4661 6547 6548 6144
Face 4662 1845 1844 1732
Face 4663 1180 1288 1287
Face 4664 6352 6351 6231
Face 4665 1066 1067 1179
Face 4666 3269 3268 3134
Face 4667 2997 2998 3134
Face 4668 5104 5227 5226
Face 4669 10578 5103 5102
Face 4670 5227 5359 5358
Face 4671 5226 5227 5358
Face 4672 5615 5740 5739
Face 4673 5614 5615 5739
Face 4674 5868 5996 5995
Face 4675 5867 5868 5995
Face 4676 3525 3654 3524
Face 4677 6123 6124 6249
Face 4678 16718 26445 27357
Face 4679 6356 6357 6478
Face 4680 28232 28366 21318
Face 4681 1111 1112 1221
Face 4682 1526 1525 1412
Face 4683 426 746 425
Face 4684 1104 1105 7550
Face 4685 18954 18773 2291
Face 4686 4088 3540 3541
Face 4687 180 3700 3412
Face 4688 4846 4845 4713
Face 4689 3700 4088 3541
Face 4690 2009 2010 2134
Face 4691 1068 1069 1181
Face 4692 2742 2869 2741
Face 4693 8618 2260 2261
Face 4694 2874 2747 9222
Face 4695 5739 5867 5866
Face 4696 6127 6128 6253
Face 4697 3009 3010 3146
Face 4698 10885 4712 215
Face 4699 6472 6471 6349
Face 4700 4450 4582 10762
Face 4701 4713 4845 4844
Face 4702 2012 2011 1890
Face 4703 1891 2012 1890
Face 4704 2137 2136 2011
Face 4705 2012 2137 2011
Face 4706 2262 2261 2136
Face 4707 2137 2262 2136
Face 4708 2389 2388 2261
Face 4709 2262 2389 2261
Face 4710 4583 4713 4712
Face 4711 2519 2518 2388
Face 4712 121 4331 183
Face 4713 8827 2517 2518
Face 4714 2389 2519 2388
Face 4715 4325 4451 4450
Face 4716 2519 2651 2650
Face 4717 12740 12017 12739
Face 4718 40 637 18133
Face 4719 34607 34625 34537
Face 4720 22779 23678 25022
Face 4721 1765 36 12853
Face 4722 2900 12925 11299
Face 4723 11484 11562 11483
Face 4724 11640 11639 11561
Face 4725 2518 2519 2650
Face 4726 657 4447 1880
Face 4727 5619 10580 5743
Face 4728 4045 4174 4173
Face 4729 27456 27457 27576
Face 4730 5857 5858 5985
Face 4731 243 347 242
Face 4732 144 7038 242
Face 4733 348 456 455
Face 4734 347 348 455
Face 4735 34446 34306 34295
Face 4736 19853 14372 19772
Face 4737 4978 5109 5108
Face 4738 14930 5210 5003
Face 4739 677 793 792
Face 4740 2780 2651 2330
Face 4741 27577 27704 27703
Face 4742 5263 236 16051
Face 4743 14796 14296 16403
Face 4744 1805 15821 14189
Face 4745 15324 13981 133
Face 4746 13869 13885 13868
Face 4747 22764 23294 23957
Face 4748 1783 15359 15497
Face 4749 14138 14240 14137
Face 4750 14350 14468 14349
Face 4751 1618 1726 1617
Face 4752 2715 14280 15361
Face 4753 16851 16774 16775
Face 4754 16852 16851 16775
Face 4755 26811 13002 29724
Face 4756 28264 28398 28263
Face 4757 33230 33229 33094
Face 4758 27268 18448 25987
Face 4759 30520 30605 30519
Face 4760 24598 26556 27446
Face 4761 16710 27265 27264
Face 4762 26872 25492 2809
Face 4763 25656 27891 29781
Face 4764 27264 27265 21073
Face 4765 29750 25656 29781
Face 4766 3588 20888 27891
Face 4767 29062 29066 19199
Face 4768 34766 34327 34291
Face 4769 33278 2949 2948
Face 4770 3084 2947 2948
Face 4771 3086 3221 3220
Face 4772 3085 3086 3220
Face 4773 3348 3347 3220
Face 4774 3221 3348 3220
Face 4775 3476 3475 3347
Face 4776 3348 3476 3347
Face 4777 3605 3604 3475
Face 4778 3476 3605 3475
Face 4779 3735 3734 3604
Face 4780 3605 3735 3604
Face 4781 3868 3867 3734
Face 4782 3735 3868 3734
Face 4783 3996 3995 3867
Face 4784 3868 3996 3867
Face 4785 3996 4125 4124
Face 4786 3995 3996 4124
Face 4787 4254 4253 4124
Face 4788 4125 4254 4124
Face 4789 4380 4379 4253
Face 4790 4254 4380 4253
Face 4791 4511 4510 4379
Face 4792 4380 4511 4379
Face 4793 4511 4642 4641
Face 4794 4510 4511 4641
Face 4795 4642 4773 4772
Face 4796 4641 4642 4772
Face 4797 4773 4906 4905
Face 4798 4772 4773 4905
Face 4799 4906 5039 5038
Face 4800 4905 4906 5038
Face 4801 5039 5165 5164
Face 4802 5038 5039 5164
Face 4803 5165 5293 5292
Face 4804 5164 5165 5292
Face 4805 5293 5423 5422
Face 4806 5292 5293 5422
Face 4807 5423 5550 5549
Face 4808 5422 5423 5549
Face 4809 5550 5676 5675
Face 4810 5549 5550 5675
Face 4811 5676 5801 5800
Face 4812 5675 5676 5800
Face 4813 5801 5929 5928
Face 4814 5800 5801 5928
Face 4815 5929 6056 6055
Face 4816 5928 5929 6055
Face 4817 6056 6182 6181
Face 4818 6055 6056 6181
Face 4819 6182 6302 6301
Face 4820 6181 6182 6301
Face 4821 6302 6424 6423
Face 4822 6301 6302 6423
Face 4823 6424 6549 6548
Face 4824 6423 6424 6548
Face 4825 9412 10887 6148
Face 4826 6548 6549 6148
Face 4827 844 958 957
Face 4828 4172 4173 4302
Face 4829 727 728 843
Face 4830 843 844 957
Face 4831 2999 3136 3135
Face 4832 2219 2347 2346
Face 4833 1112 1222 1221
Face 4834 4573 4705 4704
Face 4835 3396 3395 3267
Face 4836 3139 3273 3272
Face 4837 5851 5979 5978
Face 4838 623 738 622
Face 4839 5848 5849 5976
Face 4840 4429 4559 4558
Face 4841 3421 3550 3544
Face 4842 2736 2863 2735
Face 4843 11771 11854 38
Face 4844 2633 1863 2632
Face 4845 13185 13570 13475
Face 4846 5086 5085 4956
Face 4847 11877 11961 11876
Face 4848 1075 1188 1187
Face 4849 1908 4088 3700
Face 4850 1963 1964 2089
Face 4851 4979 4978 4845
Face 4852 1907 1908 3700
Face 4853 4056 10383 4185
Face 4854 4714 4846 4713
Face 4855 962 1072 961
Face 4856 2347 2476 2475
Face 4857 2874 9334 3010
Face 4858 2496 3809 3678
Face 4859 5742 5743 5870
Face 4860 5478 5477 5350
Face 4861 1624 1623 1512
Face 4862 6254 6373 6372
Face 4863 13222 13221 15243
Face 4864 9501 9617 7380
Face 4865 2716 2780 5197
Face 4866 5735 5734 5609
Face 4867 34276 34377 34322
Face 4868 5878 1999 1988
Face 4869 5610 5735 5609
Face 4870 1518 1629 1517
Face 4871 1850 1970 1969
Face 4872 2351 2480 2350
Face 4873 4716 4848 4847
Face 4874 2222 2221 2094
Face 4875 12788 12787 12697
Face 4876 11246 11245 11176
Face 4877 12698 12788 12697
Face 4878 12881 12880 12787
Face 4879 11841 11929 12185
Face 4880 15000 4187 4071
Face 4881 5507 1659 3827
Face 4882 11597 11692 12474
Face 4883 15313 10817 12258
Face 4884 5104 5105 5227
Face 4885 842 843 956
Face 4886 3917 4045 3916
Face 4887 1400 1513 1399
Face 4888 5994 5993 5865
Face 4889 294 399 398
Face 4890 12043 12044 12130
Face 4891 5859 5987 5986
Face 4892 7148 7255 349
Face 4893 348 349 456
Face 4894 6105 6231 6230
Face 4895 26190 34456 34403
Face 4896 34652 34319 34302
Face 4897 4712 4713 4844
Face 4898 678 794 793
Face 4899 677 678 793
Face 4900 910 909 793
Face 4901 794 910 793
Face 4902 2493 15934 15360
Face 4903 4447 2712 1880
Face 4904 16213 16222 13950
Face 4905 5523 5524 1539
Face 4906 2171 2043 2172
Face 4907 33418 12829 3465
Face 4908 28551 26564 20620
Face 4909 16714 27496 18358
Face 4910 29801 28551 20620
Face 4911 25637 2809 26564
Face 4912 29145 28634 21073
Face 4913 27634 27764 19000
Face 4914 26906 18129 6797
Face 4915 27265 28160 21073
Face 4916 29733 27273 28889
Face 4917 33495 33494 33361
Face 4918 25752 25753 25859
Face 4919 26553 26554 26669
Face 4920 6290 24263 1114
Face 4921 30564 30563 30478
Face 4922 3087 3222 3221
Face 4923 3086 3087 3221
Face 4924 3222 3349 3348
Face 4925 3221 3222 3348
Face 4926 3349 3477 3476
Face 4927 3348 3349 3476
Face 4928 3606 3605 3476
Face 4929 3477 3606 3476
Face 4930 3736 3735 3605
Face 4931 3606 3736 3605
Face 4932 3869 3868 3735
Face 4933 3736 3869 3735
Face 4934 3997 3996 3868
Face 4935 3869 3997 3868
Face 4936 3997 4126 4125
Face 4937 3996 3997 4125
Face 4938 4255 4254 4125
Face 4939 4126 4255 4125
Face 4940 4381 4380 4254
Face 4941 4255 4381 4254
Face 4942 4512 4511 4380
Face 4943 4381 4512 4380
Face 4944 4512 4643 4642
Face 4945 4511 4512 4642
Face 4946 4643 4774 4773
Face 4947 4642 4643 4773
Face 4948 4774 4907 4906
Face 4949 4773 4774 4906
Face 4950 5040 5039 4906
Face 4951 4907 5040 4906
Face 4952 5166 5165 5039
Face 4953 5040 5166 5039
Face 4954 5294 5293 5165
Face 4955 5166 5294 5165
Face 4956 5424 5423 5293
Face 4957 5294 5424 5293
Face 4958 5424 5551 5550
Face 4959 5423 5424 5550
Face 4960 5551 5677 5676
Face 4961 5550 5551 5676
Face 4962 5677 5802 5801
Face 4963 5676 5677 5801
Face 4964 5802 5930 5929
Face 4965 5801 5802 5929
Face 4966 5930 6057 6056
Face 4967 5929 5930 6056
Face 4968 6057 6183 6182
Face 4969 6056 6057 6182
Face 4970 6183 6303 6302
Face 4971 6182 6183 6302
Face 4972 6425 6424 6302
Face 4973 6303 6425 6302
Face 4974 6550 6549 6424
Face 4975 6425 6550 6424
Face 4976 6550 6264 6263
Face 4977 6549 6550 6263
Face 4978 294 295 399
Face 4979 27576 27577 27703
Face 4980 13223 13224 13316
Face 4981 3422 2631 5873
Face 4982 1853 1973 1852
Face 4983 2742 2743 2869
Face 4984 4963 4964 5093
Face 4985 26880 26993 26879
Face 4986 5612 5613 5737
Face 4987 5866 5865 5737
Face 4988 965 964 850
Face 4989 5752 1416 1417
Face 4990 5228 5105 5106
Face 4991 1971 2097 1970
Face 4992 6492 1908 1907
Face 4993 12809 11614 8031
Face 4994 6370 6492 6491
Face 4995 6491 6492 1907
Face 4996 5868 5869 5996
Face 4997 6369 6370 6491
Face 4998 5740 5741 5868
Face 4999 5997 6125 6124
Face 5000 5110 5233 5232
Face 5001 5869 5997 5996
Face 5002 6375 6376 6497
Face 5003 4846 4979 4845
Face 5004 1293 1405 1292
Face 5005 6137 13481 10619
Face 5006 5987 6115 6114
Face 5007 2353 2482 2352
Face 5008 25993 11182 11120
Face 5009 5351 5478 5350
Face 5010 5870 5998 5997
Face 5011 5870 5871 5998
Face 5012 17053 16676 25584
Face 5013 5487 5488 5616
Face 5014 33233 33369 33232
Face 5015 507 616 615
Face 5016 506 507 615
Face 5017 11559 11637 11558
Face 5018 3924 3923 3791
Face 5019 3662 3661 3532
Face 5020 3792 3791 3661
Face 5021 3533 3532 3403
Face 5022 2096 2223 2222
Face 5023 1629 1738 1737
Face 5024 1969 1970 2095
Face 5025 5741 5742 5869
Face 5026 2095 2096 2222
Face 5027 13127 12268 12118
Face 5028 3029 13121 2749
Face 5029 34652 34302 34826
Face 5030 10011 12823 12556
Face 5031 12095 12295 12010
Face 5032 19658 19741 19657
Face 5033 17541 18258 19201
Face 5034 11948 11928 6010
Face 5035 12361 12725 3189
Face 5036 11692 13112 12474
Face 5037 26174 26175 26292
Face 5038 3005 3142 3141
Face 5039 1072 1185 1071
Face 5040 6109 5981 5982
Face 5041 5742 5870 5869
Face 5042 2364 2245 2118
Face 5043 6248 6247 6121
Face 5044 4181 4311 4310
Face 5045 4437 4567 4566
Face 5046 958 1068 1067
Face 5047 2490 21653 19703
Face 5048 565 678 7474
Face 5049 7259 6132 6131
Face 5050 566 679 678
Face 5051 565 566 678
Face 5052 679 795 794
Face 5053 678 679 794
Face 5054 1977 2104 2248
Face 5055 7702 796 912
Face 5056 910 794 7702
Face 5057 14130 14232 14129
Face 5058 14232 14342 14341
Face 5059 14231 14232 14341
Face 5060 14342 14460 14459
Face 5061 14341 14342 14459
Face 5062 14460 14578 14577
Face 5063 14459 14460 14577
Face 5064 14699 14698 14577
Face 5065 14578 14699 14577
Face 5066 14724 15042 13286
Face 5067 3424 10988 3763
Face 5068 21554 21555 22223
Face 5069 20530 13124 13479
Face 5070 15042 21554 22223
Face 5071 14120 16529 16365
Face 5072 1799 9086 10713
Face 5073 21554 14642 22425
Face 5074 13950 14120 16365
Face 5075 2172 2044 2173
Face 5076 32951 33085 32950
Face 5077 25656 3588 27891
Face 5078 28551 25637 26564
Face 5079 28087 29648 29782
Face 5080 25482 29782 20888
Face 5081 21854 28420 22434
Face 5082 16194 13857 10841
Face 5083 6639 25032 6810
Face 5084 26763 16710 27264
Face 5085 25650 23857 25752
Face 5086 34307 12990 8441
Face 5087 18871 29614 23380
Face 5088 24466 24427 27517
Face 5089 30869 30868 30762
Face 5090 18444 26902 28287
Face 5091 3088 3223 3222
Face 5092 3087 3088 3222
Face 5093 3223 3350 3349
Face 5094 3222 3223 3349
Face 5095 3350 3478 3477
Face 5096 3349 3350 3477
Face 5097 3607 3606 3477
Face 5098 3478 3607 3477
Face 5099 3737 3736 3606
Face 5100 3607 3737 3606
Face 5101 3870 3869 3736
Face 5102 3737 3870 3736
Face 5103 3998 3997 3869
Face 5104 3870 3998 3869
Face 5105 3998 4127 4126
Face 5106 3997 3998 4126
Face 5107 4256 4255 4126
Face 5108 4127 4256 4126
Face 5109 4382 4381 4255
Face 5110 4256 4382 4255
Face 5111 4513 4512 4381
Face 5112 4382 4513 4381
Face 5113 4513 4644 4643
Face 5114 4512 4513 4643
Face 5115 4775 4774 4643
Face 5116 4644 4775 4643
Face 5117 4775 4908 4907
Face 5118 4774 4775 4907
Face 5119 5041 5040 4907
Face 5120 4908 5041 4907
Face 5121 5167 5166 5040
Face 5122 5041 5167 5040
Face 5123 5295 5294 5166
Face 5124 5167 5295 5166
Face 5125 5425 5424 5294
Face 5126 5295 5425 5294
Face 5127 5552 5551 5424
Face 5128 5425 5552 5424
Face 5129 5678 5677 5551
Face 5130 5552 5678 5551
Face 5131 5678 5803 5802
Face 5132 5677 5678 5802
Face 5133 5803 5931 5930
Face 5134 5802 5803 5930
Face 5135 5931 6058 6057
Face 5136 5930 5931 6057
Face 5137 6058 6184 6183
Face 5138 6057 6058 6183
Face 5139 6184 6304 6303
Face 5140 6183 6184 6303
Face 5141 6304 6426 6425
Face 5142 6303 6304 6425
Face 5143 6426 6551 6550
Face 5144 6425 6426 6550
Face 5145 6551 6265 6264
Face 5146 6550 6551 6264
Face 5147 7811 909 18437
Face 5148 34721 34393 34429
Face 5149 2860 2861 2996
Face 5150 1973 1972 1852
Face 5151 2485 2614 2613
Face 5152 2227 2228 2355
Face 5153 12809 10446 13112
Face 5154 511 620 619
Face 5155 301 6875 406
Face 5156 8992 9298 2624
Face 5157 5996 5997 6124
Face 5158 6125 6251 6250
Face 5159 6251 6370 6369
Face 5160 6124 6125 6250
Face 5161 1558 1667 1557
Face 5162 6250 6251 6369
Face 5163 5232 5233 5364
Face 5164 1403 1402 1290
Face 5165 1182 1183 1290
Face 5166 34413 34749 34598
Face 5167 34332 34816 34378
Face 5168 3019 3023 3022
Face 5169 6256 6257 6375
Face 5170 5109 5110 5232
Face 5171 1404 1403 1291
Face 5172 6376 6498 6497
Face 5173 4310 4311 4436
Face 5174 2743 2870 2869
Face 5175 11642 11721 11641
Face 5176 5474 5603 5602
Face 5177 4696 4827 4826
Face 5178 2745 2872 2871
Face 5179 4563 4564 4695
Face 5180 849 963 962
Face 5181 3004 3005 3141
Face 5182 2734 2861 2860
Face 5183 4969 5099 5098
Face 5184 4183 4184 4313
Face 5185 4451 4583 4582
Face 5186 6482 6483 1098
Face 5187 3281 3409 3408
Face 5188 6479 887 862
Face 5189 6487 6488 1790
Face 5190 5617 5742 5741
Face 5191 274 5760 3443
Face 5192 13228 13321 13227
Face 5193 5247 274 5377
Face 5194 640 3443 5760
Face 5195 5247 15183 15970
Face 5196 3443 5377 274
Face 5197 13227 13320 13226
Face 5198 29204 20816 34560
Face 5199 12631 11692 11597
Face 5200 9630 10845 13768
Face 5201 1315 12741 12185
Face 5202 11805 11804 11722
Face 5203 3410 3282 9678
Face 5204 4307 4433 4432
Face 5205 1554 1553 1439
Face 5206 1440 1554 1439
Face 5207 630 437 6474
Face 5208 739 855 738
Face 5209 34418 34503 34502
Face 5210 13225 13226 13318
Face 5211 1075 1074 964
Face 5212 508 509 617
Face 5213 458 567 566
Face 5214 565 457 566
Face 5215 567 680 679
Face 5216 566 567 679
Face 5217 5616 5617 5741
Face 5218 6393 15742 16536
Face 5219 8633 8634 8738
Face 5220 5357 5484 5483
Face 5221 5148 17146 5021
Face 5222 912 1021 911
Face 5223 20816 20119 20118
Face 5224 1227 871 872
Face 5225 16222 14120 13950
Face 5226 3116 14597 14592
Face 5227 644 16084 1354
Face 5228 16084 5267 15602
Face 5229 16587 4354 2176
Face 5230 2176 644 1354
Face 5231 3944 1431 16587
Face 5232 4354 644 2176
Face 5233 16265 15457 3944
Face 5234 1431 4354 16587
Face 5235 16529 15457 16265
Face 5236 16365 16529 16265
Face 5237 34771 34794 34338
Face 5238 15457 1431 3944
Face 5239 14146 23 15820
Face 5240 21555 21554 22425
Face 5241 2043 2044 2172
Face 5242 34784 34807 34528
Face 5243 27019 27696 27383
Face 5244 3588 25482 20888
Face 5245 20283 2552 29750
Face 5246 6651 29733 28889
Face 5247 27981 27980 27848
Face 5248 25729 25730 25840
Face 5249 20954 27700 27830
Face 5250 34403 28500 26190
Face 5251 24758 25161 23857
Face 5252 19080 18760 18761
Face 5253 22760 22761 28028
Face 5254 27014 28633 27131
Face 5255 2952 3089 3088
Face 5256 33220 33219 33084
Face 5257 3089 3224 3223
Face 5258 3088 3089 3223
Face 5259 3224 3351 3350
Face 5260 3223 3224 3350
Face 5261 3351 3479 3478
Face 5262 3350 3351 3478
Face 5263 3479 3608 3607
Face 5264 3478 3479 3607
Face 5265 3608 3738 3737
Face 5266 3607 3608 3737
Face 5267 3871 3870 3737
Face 5268 3738 3871 3737
Face 5269 3871 3999 3998
Face 5270 3870 3871 3998
Face 5271 4128 4127 3998
Face 5272 3999 4128 3998
Face 5273 4257 4256 4127
Face 5274 4128 4257 4127
Face 5275 4257 4383 4382
Face 5276 4256 4257 4382
Face 5277 4383 4514 4513
Face 5278 4382 4383 4513
Face 5279 4514 4645 4644
Face 5280 4513 4514 4644
Face 5281 4645 4776 4775
Face 5282 4644 4645 4775
Face 5283 4776 4909 4908
Face 5284 4775 4776 4908
Face 5285 5042 5041 4908
Face 5286 4909 5042 4908
Face 5287 5168 5167 5041
Face 5288 5042 5168 5041
Face 5289 5296 5295 5167
Face 5290 5168 5296 5167
Face 5291 5426 5425 5295
Face 5292 5296 5426 5295
Face 5293 5553 5552 5425
Face 5294 5426 5553 5425
Face 5295 5679 5678 5552
Face 5296 5553 5679 5552
Face 5297 5679 5804 5803
Face 5298 5678 5679 5803
Face 5299 5804 5932 5931
Face 5300 5803 5804 5931
Face 5301 5932 6059 6058
Face 5302 5931 5932 6058
Face 5303 6059 6185 6184
Face 5304 6058 6059 6184
Face 5305 6305 6304 6184
Face 5306 6185 6305 6184
Face 5307 6427 6426 6304
Face 5308 6305 6427 6304
Face 5309 6552 6551 6426
Face 5310 6427 6552 6426
Face 5311 6552 6272 6265
Face 5312 6551 6552 6265
Face 5313 1306 9187 4322
Face 5314 29204 34727 34279
Face 5315 6128 6254 6253
Face 5316 1623 1732 1622
Face 5317 1199 3013 2625
Face 5318 299 404 403
Face 5319 5359 5360 5486
Face 5320 5487 5616 5615
Face 5321 5616 5741 5740
Face 5322 5486 5487 5615
Face 5323 5741 5869 5868
Face 5324 5615 5616 5740
Face 5325 8002 9506 5725
Face 5326 5348 5475 15466
Face 5327 34709 34312 34285
Face 5328 2222 2350 2221
Face 5329 4310 4309 4179
Face 5330 4180 4310 4179
Face 5331 1222 1223 1329
Face 5332 4309 4310 4435
Face 5333 4310 4436 4435
Face 5334 862 887 204
Face 5335 729 730 845
Face 5336 6257 6376 6375
Face 5337 34647 34774 34292
Face 5338 1292 1404 1291
Face 5339 6352 6353 6474
Face 5340 10747 12026 12467
Face 5341 1440 1439 1325
Face 5342 1557 1556 1442
Face 5343 2752 2753 5113
Face 5344 1326 1440 1325
Face 5345 4991 16113 14627
Face 5346 4053 4052 3924
Face 5347 1108 1109 1218
Face 5348 1218 1219 1325
Face 5349 4822 4823 4955
Face 5350 1219 1326 1325
Face 5351 1421 1307 2883
Face 5352 5731 5730 5605
Face 5353 34728 34585 34529
Face 5354 6229 6230 6349
Face 5355 746 633 425
Face 5356 1447 1561 1560
Face 5357 7672 1447 1332
Face 5358 1561 1670 1669
Face 5359 1560 1561 1669
Face 5360 1776 1775 1669
Face 5361 1670 1776 1669
Face 5362 1892 1891 1775
Face 5363 9298 8452 4317
Face 5364 1776 1892 1775
Face 5365 3938 9298 4317
Face 5366 4832 4833 4965
Face 5367 3663 3662 3533
Face 5368 4317 200 1905
Face 5369 4843 113 640
Face 5370 30452 11015 25581
Face 5371 113 146 3443
Face 5372 640 113 3443
Face 5373 302 5377 3443
Face 5374 146 302 3443
Face 5375 13783 13784 6262
Face 5376 653 14023 6018
Face 5377 10825 2627 3815
Face 5378 25673 30532 25674
Face 5379 13229 13228 13133
Face 5380 11623 11622 12645
Face 5381 2013 2012 1891
Face 5382 1892 2013 1891
Face 5383 996 1109 1108
Face 5384 995 996 1108
Face 5385 6481 6482 908
Face 5386 6359 6360 6481
Face 5387 12484 12483 12393
Face 5388 17304 16919 17852
Face 5389 5106 5229 5228
Face 5390 7259 6133 6132
Face 5391 459 568 567
Face 5392 7256 7257 458
Face 5393 568 681 680
Face 5394 567 568 680
Face 5395 681 797 796
Face 5396 27704 27833 27832
Face 5397 913 912 796
Face 5398 797 913 796
Face 5399 1022 1021 912
Face 5400 913 1022 912
Face 5401 4807 3116 14592
Face 5402 1135 1244 17813
Face 5403 14597 16222 16213
Face 5404 14592 14597 16213
Face 5405 2284 1214 2158
Face 5406 34570 34618 34731
Face 5407 14142 14143 14244
Face 5408 581 14026 2931
Face 5409 14249 14248 5515
Face 5410 13939 14672 14076
Face 5411 14096 14159 5902
Face 5412 864 932 4095
Face 5413 11291 19595 14490
Face 5414 3335 14917 13961
Face 5415 34411 34520 34809
Face 5416 11516 11354 13081
Face 5417 3203 3069 1433
Face 5418 14458 14576 14575
Face 5419 1945 1944 4155
Face 5420 2146 2410 2281
Face 5421 18468 2173 2044
Face 5422 32839 32971 32838
Face 5423 32256 32255 32151
Face 5424 2174 2173 18468
Face 5425 27849 27981 27848
Face 5426 23838 25981 23953
Face 5427 28523 28524 28658
Face 5428 28686 34308 34819
Face 5429 18318 27363 18354
Face 5430 23783 24427 24466
Face 5431 28095 28232 21227
Face 5432 27363 26089 26088
Face 5433 3090 3089 2952
Face 5434 31887 16788 31774
Face 5435 3225 3224 3089
Face 5436 3090 3225 3089
Face 5437 3225 3352 3351
Face 5438 3224 3225 3351
Face 5439 3352 3480 3479
Face 5440 3351 3352 3479
Face 5441 3480 3609 3608
Face 5442 3479 3480 3608
Face 5443 3739 3738 3608
Face 5444 3609 3739 3608
Face 5445 3872 3871 3738
Face 5446 3739 3872 3738
Face 5447 4000 3999 3871
Face 5448 3872 4000 3871
Face 5449 4000 4129 4128
Face 5450 3999 4000 4128
Face 5451 4129 4258 4257
Face 5452 4128 4129 4257
Face 5453 4258 4384 4383
Face 5454 4257 4258 4383
Face 5455 4384 4515 4514
Face 5456 4383 4384 4514
Face 5457 4515 4646 4645
Face 5458 4514 4515 4645
Face 5459 4646 4777 4776
Face 5460 4645 4646 4776
Face 5461 4777 4910 4909
Face 5462 4776 4777 4909
Face 5463 5043 5042 4909
Face 5464 4910 5043 4909
Face 5465 5169 5168 5042
Face 5466 5043 5169 5042
Face 5467 5169 5297 5296
Face 5468 5168 5169 5296
Face 5469 5427 5426 5296
Face 5470 5297 5427 5296
Face 5471 5554 5553 5426
Face 5472 5427 5554 5426
Face 5473 5554 5680 5679
Face 5474 5553 5554 5679
Face 5475 5680 5805 5804
Face 5476 5679 5680 5804
Face 5477 5933 5932 5804
Face 5478 5805 5933 5804
Face 5479 6060 6059 5932
Face 5480 5933 6060 5932
Face 5481 6186 6185 6059
Face 5482 6060 6186 6059
Face 5483 6306 6305 6185
Face 5484 6186 6306 6185
Face 5485 6428 6427 6305
Face 5486 6306 6428 6305
Face 5487 6428 6553 6552
Face 5488 6427 6428 6552
Face 5489 6553 6285 6272
Face 5490 6552 6553 6272
Face 5491 13137 13232 13136
Face 5492 6285 1306 6272
Face 5493 1645 1541 1529
Face 5494 1399 1512 1398
Face 5495 734 735 850
Face 5496 510 511 619
Face 5497 5227 5228 5359
Face 5498 5360 5487 5486
Face 5499 6375 6497 6496
Face 5500 6374 6375 6496
Face 5501 9392 34606 11696
Face 5502 1322 3019 3020
Face 5503 763 880 879
Face 5504 2479 2478 2349
Face 5505 887 1322 204
Face 5506 2350 2349 2221
Face 5507 4824 4825 4957
Face 5508 2603 2604 2734
Face 5509 4575 10755 4576
Face 5510 2604 2735 2734
Face 5511 3398 3527 3526
Face 5512 1402 1515 1401
Face 5513 12049 12048 11963
Face 5514 13420 13419 13325
Face 5515 507 508 616
Face 5516 12394 12484 12393
Face 5517 32511 766 32510
Face 5518 6111 6237 6236
Face 5519 2138 2137 2012
Face 5520 884 996 995
Face 5521 2013 2138 2012
Face 5522 2263 2262 2137
Face 5523 2138 2263 2137
Face 5524 2390 2389 2262
Face 5525 767 884 883
Face 5526 2263 2390 2262
Face 5527 2520 2519 2389
Face 5528 2390 2520 2389
Face 5529 2652 2651 2519
Face 5530 1109 1219 1218
Face 5531 1113 1223 1222
Face 5532 18451 6809 34464
Face 5533 5612 5737 5611
Face 5534 1287 1399 1398
Face 5535 5737 5736 5611
Face 5536 4966 5096 5095
Face 5537 402 511 401
Face 5538 3284 3150 3673
Face 5539 21260 21353 21259
Face 5540 4180 4181 4310
Face 5541 5357 5358 5484
Face 5542 6498 2360 2028
Face 5543 5731 5859 5730
Face 5544 10731 3810 4843
Face 5545 4843 530 8653
Face 5546 5881 275 146
Face 5547 113 5881 146
Face 5548 275 5503 302
Face 5549 146 275 302
Face 5550 14023 653 5891
Face 5551 5503 653 302
Face 5552 30120 11024 30183
Face 5553 7919 12933 12930
Face 5554 12645 12646 11142
Face 5555 32566 32565 32448
Face 5556 7810 7049 3054
Face 5557 2520 2652 2519
Face 5558 16987 16986 16895
Face 5559 4715 4716 4847
Face 5560 392 499 391
Face 5561 4572 4704 4703
Face 5562 616 617 731
Face 5563 13482 9082 13576
Face 5564 14800 16525 1417
Face 5565 9568 9569 9683
Face 5566 25674 30532 25675
Face 5567 460 569 568
Face 5568 459 460 568
Face 5569 569 682 681
Face 5570 568 569 681
Face 5571 682 798 797
Face 5572 681 682 797
Face 5573 914 913 797
Face 5574 798 914 797
Face 5575 1023 1022 913
Face 5576 914 1023 913
Face 5577 1136 1135 1022
Face 5578 1023 1136 1022
Face 5579 22307 22403 22306
Face 5580 17742 1158 17831
Face 5581 13124 11291 14490
Face 5582 21441 21442 21536
Face 5583 34378 34497 34505
Face 5584 14333 1690 1580
Face 5585 21269 22344 22425
Face 5586 3461 15881 15954
Face 5587 14642 21269 22425
Face 5588 20126 20127 20204
Face 5589 14457 14458 14575
Face 5590 14576 14697 14696
Face 5591 5122 3056 5125
Face 5592 14575 14576 14696
Face 5593 3767 1945 4155
Face 5594 1433 5122 5125
Face 5595 34522 34675 34511
Face 5596 1211 3687 1944
Face 5597 16325 16324 16167
Face 5598 14549 16514 13454
Face 5599 14815 14933 14414
Face 5600 16168 16325 16167
Face 5601 14625 14516 15814
Face 5602 14414 14415 16053
Face 5603 14412 14413 15971
Face 5604 16076 16233 16232
Face 5605 29011 29010 28885
Face 5606 18354 27363 26088
Face 5607 3090 2952 2953
Face 5608 29011 29142 29010
Face 5609 3091 3090 2953
Face 5610 2954 3091 2953
Face 5611 3226 3225 3090
Face 5612 3091 3226 3090
Face 5613 3353 3352 3225
Face 5614 3226 3353 3225
Face 5615 3481 3480 3352
Face 5616 3353 3481 3352
Face 5617 3610 3609 3480
Face 5618 3481 3610 3480
Face 5619 3610 3740 3739
Face 5620 3609 3610 3739
Face 5621 3873 3872 3739
Face 5622 3740 3873 3739
Face 5623 4001 4000 3872
Face 5624 3873 4001 3872
Face 5625 4130 4129 4000
Face 5626 4001 4130 4000
Face 5627 4259 4258 4129
Face 5628 4130 4259 4129
Face 5629 4259 4385 4384
Face 5630 4258 4259 4384
Face 5631 4385 4516 4515
Face 5632 4384 4385 4515
Face 5633 4516 4647 4646
Face 5634 4515 4516 4646
Face 5635 4778 4777 4646
Face 5636 4647 4778 4646
Face 5637 4911 4910 4777
Face 5638 4778 4911 4777
Face 5639 4911 5044 5043
Face 5640 4910 4911 5043
Face 5641 5044 5170 5169
Face 5642 5043 5044 5169
Face 5643 5170 5298 5297
Face 5644 5169 5170 5297
Face 5645 5298 5428 5427
Face 5646 5297 5298 5427
Face 5647 5428 5555 5554
Face 5648 5427 5428 5554
Face 5649 5555 5681 5680
Face 5650 5554 5555 5680
Face 5651 5806 5805 5680
Face 5652 5681 5806 5680
Face 5653 5934 5933 5805
Face 5654 5806 5934 5805
Face 5655 6061 6060 5933
Face 5656 5934 6061 5933
Face 5657 6187 6186 6060
Face 5658 6061 6187 6060
Face 5659 6307 6306 6186
Face 5660 6187 6307 6186
Face 5661 6429 6428 6306
Face 5662 6307 6429 6306
Face 5663 6429 6554 6553
Face 5664 6428 6429 6553
Face 5665 6554 6384 6285
Face 5666 6553 6554 6285
Face 5667 6384 629 1306
Face 5668 6285 6384 1306
Face 5669 629 4190 3935
Face 5670 34616 34647 34292
Face 5671 8746 5104 5103
Face 5672 6017 8320 7581
Face 5673 21269 22537 22248
Face 5674 5228 5360 5359
Face 5675 4847 4980 4979
Face 5676 6497 2028 2026
Face 5677 4979 4980 5110
Face 5678 4846 4847 4979
Face 5679 5111 5234 5233
Face 5680 5110 5111 5233
Face 5681 34367 34635 34505
Face 5682 6356 6478 6355
Face 5683 9082 3183 13576
Face 5684 4428 4429 4558
Face 5685 3023 3294 5746
Face 5686 5873 2113 1988
Face 5687 887 892 1322
Face 5688 3294 5873 5746
Face 5689 892 1421 1322
Face 5690 1421 2883 3019
Face 5691 508 617 616
Face 5692 3136 3137 3270
Face 5693 5730 5729 5604
Face 5694 883 884 995
Face 5695 2525 2656 2655
Face 5696 13181 12269 12182
Face 5697 22344 21269 22248
Face 5698 4582 10885 10884
Face 5699 1318 2273 6407
Face 5700 6109 6110 6235
Face 5701 9909 3538 3539
Face 5702 505 614 504
Face 5703 5356 5483 5482
Face 5704 1629 1628 1517
Face 5705 3138 3139 3272
Face 5706 1185 1184 1071
Face 5707 1518 1517 1404
Face 5708 1317 4597 6016
Face 5709 1112 1111 998
Face 5710 5358 5485 5484
Face 5711 293 398 397
Face 5712 4311 4437 4436
Face 5713 6353 6475 6474
Face 5714 2204 2330 2653
Face 5715 3534 3663 3533
Face 5716 6497 6498 2028
Face 5717 3915 3916 4043
Face 5718 4979 5110 5109
Face 5719 9501 7380 2898
Face 5720 4600 276 275
Face 5721 113 3810 5881
Face 5722 276 303 5503
Face 5723 275 276 5503
Face 5724 303 5891 653
Face 5725 5503 303 653
Face 5726 30367 30368 30434
Face 5727 14035 3191 6532
Face 5728 32449 32566 32448
Face 5729 11959 12044 12043
Face 5730 22537 22053 21955
Face 5731 10741 13117 13367
Face 5732 20035 20034 19960
Face 5733 6473 433 6472
Face 5734 2749 13359 416
Face 5735 1405 1518 1404
Face 5736 2611 2742 2610
Face 5737 4048 4177 4176
Face 5738 34808 34703 23930
Face 5739 7258 460 459
Face 5740 5746 5873 1988
Face 5741 354 461 460
Face 5742 353 354 460
Face 5743 461 570 569
Face 5744 460 461 569
Face 5745 570 683 682
Face 5746 569 570 682
Face 5747 799 798 682
Face 5748 683 799 682
Face 5749 915 914 798
Face 5750 799 915 798
Face 5751 1024 1023 914
Face 5752 915 1024 914
Face 5753 1137 1136 1023
Face 5754 1024 1137 1023
Face 5755 1245 17906 17905
Face 5756 1137 1245 1136
Face 5757 7578 15265 18
Face 5758 34356 34492 34768
Face 5759 1384 1497 5250
Face 5760 34292 34774 34288
Face 5761 3175 5400 5250
Face 5762 5400 5399 5250
Face 5763 5399 5400 3203
Face 5764 5400 3069 3203
Face 5765 3056 2146 546
Face 5766 3069 5122 1433
Face 5767 1945 1211 1944
Face 5768 5125 3056 546
Face 5769 2178 1832 4483
Face 5770 5397 3585 3687
Face 5771 16486 16485 16324
Face 5772 11383 12563 34593
Face 5773 2154 2280 14815
Face 5774 16325 16486 16324
Face 5775 16075 16076 16232
Face 5776 14415 16058 16053
Face 5777 14515 14755 14412
Face 5778 16233 16397 16396
Face 5779 1655 4219 4348
Face 5780 15975 6393 5389
Face 5781 26297 19031 20625
Face 5782 3928 1655 4348
Face 5783 2821 2955 2954
Face 5784 34546 34453 34573
Face 5785 3092 3091 2954
Face 5786 2955 3092 2954
Face 5787 3227 3226 3091
Face 5788 3092 3227 3091
Face 5789 3354 3353 3226
Face 5790 3227 3354 3226
Face 5791 3482 3481 3353
Face 5792 3354 3482 3353
Face 5793 3611 3610 3481
Face 5794 3482 3611 3481
Face 5795 3741 3740 3610
Face 5796 3611 3741 3610
Face 5797 3874 3873 3740
Face 5798 3741 3874 3740
Face 5799 4002 4001 3873
Face 5800 3874 4002 3873
Face 5801 4131 4130 4001
Face 5802 4002 4131 4001
Face 5803 4260 4259 4130
Face 5804 4131 4260 4130
Face 5805 4260 4386 4385
Face 5806 4259 4260 4385
Face 5807 4386 4517 4516
Face 5808 4385 4386 4516
Face 5809 4517 4648 4647
Face 5810 4516 4517 4647
Face 5811 4779 4778 4647
Face 5812 4648 4779 4647
Face 5813 4912 4911 4778
Face 5814 4779 4912 4778
Face 5815 4912 5045 5044
Face 5816 4911 4912 5044
Face 5817 5045 5171 5170
Face 5818 5044 5045 5170
Face 5819 5171 5299 5298
Face 5820 5170 5171 5298
Face 5821 5299 5429 5428
Face 5822 5298 5299 5428
Face 5823 5429 5556 5555
Face 5824 5428 5429 5555
Face 5825 5682 5681 5555
Face 5826 5556 5682 5555
Face 5827 5807 5806 5681
Face 5828 5682 5807 5681
Face 5829 5935 5934 5806
Face 5830 5807 5935 5806
Face 5831 6062 6061 5934
Face 5832 5935 6062 5934
Face 5833 6188 6187 6061
Face 5834 6062 6188 6061
Face 5835 6308 6307 6187
Face 5836 6188 6308 6187
Face 5837 6430 6429 6307
Face 5838 6308 6430 6307
Face 5839 6555 6554 6429
Face 5840 6430 6555 6429
Face 5841 6409 6384 6554
Face 5842 6555 6409 6554
Face 5843 6409 1751 629
Face 5844 6384 6409 629
Face 5845 1751 4063 4190
Face 5846 629 1751 4190
Face 5847 13106 34718 8353
Face 5848 24485 24541 23848
Face 5849 6496 6497 2026
Face 5850 22233 22137 19960
Face 5851 4714 4715 4846
Face 5852 4980 5111 5110
Face 5853 5729 5728 5603
Face 5854 3922 3923 4050
Face 5855 5097 5098 5220
Face 5856 4968 5098 5097
Face 5857 1322 1421 3019
Face 5858 295 400 399
Face 5859 28642 28771 28770
Face 5860 2883 3294 3023
Face 5861 23596 23590 29612
Face 5862 25634 25735 25734
Face 5863 4560 4692 4691
Face 5864 29967 30028 29966
Face 5865 8166 9305 6378
Face 5866 882 994 993
Face 5867 2868 2869 3004
Face 5868 4703 4704 4834
Face 5869 4181 4182 4311
Face 5870 2021 2026 409
Face 5871 6374 6496 6495
Face 5872 6013 3287 746
Face 5873 4567 4568 4699
Face 5874 6496 2026 2021
Face 5875 3791 3790 3660
Face 5876 1970 2096 2095
Face 5877 13688 13689 13783
Face 5878 614 615 729
Face 5879 21091 21484 15160
Face 5880 1988 2113 5878
Face 5881 3019 2883 3023
Face 5882 4436 4437 4566
Face 5883 5858 5859 5986
Face 5884 855 969 854
Face 5885 624 739 623
Face 5886 2095 2222 2094
Face 5887 1667 1666 1557
Face 5888 3020 3019 3022
Face 5889 4978 4979 5109
Face 5890 756 4600 9628
Face 5891 4600 275 5881
Face 5892 1451 276 756
Face 5893 276 1451 303
Face 5894 5633 769 5891
Face 5895 303 5633 5891
Face 5896 769 6532 3191
Face 5897 5891 769 3191
Face 5898 8475 34783 34531
Face 5899 14997 19153 2844
Face 5900 7186 11142 13467
Face 5901 11958 11959 12043
Face 5902 27488 28167 16714
Face 5903 12386 11623 12557
Face 5904 20035 19960 20036
Face 5905 4821 4822 4954
Face 5906 6482 1098 908
Face 5907 13381 11686 11454
Face 5908 3275 3403 3274
Face 5909 1078 1077 967
Face 5910 28155 28291 25583
Face 5911 249 353 7151
Face 5912 6238 6358 6237
Face 5913 355 462 461
Face 5914 354 355 461
Face 5915 462 571 570
Face 5916 461 462 570
Face 5917 571 684 683
Face 5918 570 571 683
Face 5919 684 800 799
Face 5920 683 684 799
Face 5921 916 915 799
Face 5922 800 916 799
Face 5923 1025 1024 915
Face 5924 916 1025 915
Face 5925 1138 1137 1024
Face 5926 1025 1138 1024
Face 5927 1246 1138 17816
Face 5928 27703 27832 27831
Face 5929 546 2146 2281
Face 5930 2410 15264 15229
Face 5931 16169 16170 16327
Face 5932 2281 2410 15229
Face 5933 1654 6266 2534
Face 5934 16489 16488 16327
Face 5935 1654 4577 5654
Face 5936 5655 1654 5654
Face 5937 1211 5397 3687
Face 5938 5397 5655 5654
Face 5939 15966 1802 2161
Face 5940 3585 5397 5654
Face 5941 16645 16644 16485
Face 5942 4483 15966 2161
Face 5943 5897 4347 2154
Face 5944 16486 16645 16485
Face 5945 16232 16233 16396
Face 5946 14933 14415 14414
Face 5947 227 661 14515
Face 5948 16397 16560 16559
Face 5949 4219 227 2537
Face 5950 14413 15975 15971
Face 5951 16321 16482 16320
Face 5952 4348 4219 2537
Face 5953 16699 18414 2153
Face 5954 16641 16640 16481
Face 5955 2822 2956 2955
Face 5956 2821 2822 2955
Face 5957 2956 3093 3092
Face 5958 2955 2956 3092
Face 5959 3228 3227 3092
Face 5960 3093 3228 3092
Face 5961 3355 3354 3227
Face 5962 3228 3355 3227
Face 5963 3483 3482 3354
Face 5964 3355 3483 3354
Face 5965 3612 3611 3482
Face 5966 3483 3612 3482
Face 5967 3742 3741 3611
Face 5968 3612 3742 3611
Face 5969 3875 3874 3741
Face 5970 3742 3875 3741
Face 5971 4003 4002 3874
Face 5972 3875 4003 3874
Face 5973 4132 4131 4002
Face 5974 4003 4132 4002
Face 5975 4261 4260 4131
Face 5976 4132 4261 4131
Face 5977 4261 4387 4386
Face 5978 4260 4261 4386
Face 5979 4387 4518 4517
Face 5980 4386 4387 4517
Face 5981 4518 4649 4648
Face 5982 4517 4518 4648
Face 5983 4780 4779 4648
Face 5984 4649 4780 4648
Face 5985 4913 4912 4779
Face 5986 4780 4913 4779
Face 5987 4913 5046 5045
Face 5988 4912 4913 5045
Face 5989 5046 5172 5171
Face 5990 5045 5046 5171
Face 5991 5172 5300 5299
Face 5992 5171 5172 5299
Face 5993 5300 5430 5429
Face 5994 5299 5300 5429
Face 5995 5430 5557 5556
Face 5996 5429 5430 5556
Face 5997 5683 5682 5556
Face 5998 5557 5683 5556
Face 5999 5808 5807 5682
Face 6000 5683 5808 5682
Face 6001 5936 5935 5807
Face 6002 5808 5936 5807
Face 6003 6063 6062 5935
Face 6004 5936 6063 5935
Face 6005 6189 6188 6062
Face 6006 6063 6189 6062
Face 6007 6309 6308 6188
Face 6008 6189 6309 6188
Face 6009 6309 6431 6430
Face 6010 6308 6309 6430
Face 6011 6431 6556 6555
Face 6012 6430 6431 6555
Face 6013 6556 6410 6409
Face 6014 6555 6556 6409
Face 6015 4461 1751 6409
Face 6016 6410 4461 6409
Face 6017 4461 4191 4063
Face 6018 1751 4461 4063
Face 6019 11702 11763 11541
Face 6020 13957 13199 23248
Face 6021 34833 34737 34305
Face 6022 34816 34497 34378
Face 6023 5871 5872 5999
Face 6024 34451 34834 34400
Face 6025 5475 5604 5474
Face 6026 3923 4051 4050
Face 6027 5983 5984 6111
Face 6028 5984 6112 6111
Face 6029 765 882 881
Face 6030 6112 6238 6111
Face 6031 34447 34488 34615
Face 6032 25633 25634 25734
Face 6033 4829 4830 4962
Face 6034 11702 7261 11368
Face 6035 14653 10109 12498
Face 6036 2483 2612 2482
Face 6037 34683 34556 34359
Face 6038 28423 34594 34776
Face 6039 6232 6233 6352
Face 6040 4829 4962 4961
Face 6041 731 732 847
Face 6042 4436 4566 4565
Face 6043 2396 2397 2526
Face 6044 3661 3791 3660
Face 6045 5847 7825 5848
Face 6046 3805 3673 437
Face 6047 6358 6480 6479
Face 6048 881 882 993
Face 6049 2224 2225 2352
Face 6050 6479 6480 887
Face 6051 2346 2475 2474
Face 6052 5985 5986 6113
Face 6053 3411 4204 2619
Face 6054 1183 1291 1290
Face 6055 204 1322 3020
Face 6056 33637 33636 33509
Face 6057 1179 1180 1287
Face 6058 5105 5228 5227
Face 6059 11880 11964 11879
Face 6060 5349 5348 5071
Face 6061 304 5762 769
Face 6062 1332 1447 1446
Face 6063 5762 4446 6532
Face 6064 769 5762 6532
Face 6065 4446 3814 2757
Face 6066 6532 4446 2757
Face 6067 1992 5495 152
Face 6068 34449 34524 34401
Face 6069 11452 11623 12386
Face 6070 11370 7501 11371
Face 6071 22018 22116 22115
Face 6072 10109 14293 22041
Face 6073 5354 5481 5353
Face 6074 3538 3667 3537
Face 6075 630 3805 437
Face 6076 3284 2753 3150
Face 6077 34047 21540 21541
Face 6078 4968 4969 5098
Face 6079 250 355 354
Face 6080 5856 5984 5983
Face 6081 356 463 462
Face 6082 355 356 462
Face 6083 572 571 462
Face 6084 463 572 462
Face 6085 685 684 571
Face 6086 572 685 571
Face 6087 685 801 800
Face 6088 684 685 800
Face 6089 917 916 800
Face 6090 801 917 800
Face 6091 1026 1025 916
Face 6092 917 1026 916
Face 6093 19091 20847 25315
Face 6094 1026 1139 1025
Face 6095 3767 4155 16647
Face 6096 16648 3767 16647
Face 6097 16328 16489 16327
Face 6098 16648 16647 16488
Face 6099 14631 1832 2178
Face 6100 16489 16648 16488
Face 6101 786 1683 16046
Face 6102 16202 14631 14752
Face 6103 14752 14631 2178
Face 6104 16046 16202 14752
Face 6105 1802 15667 1687
Face 6106 1832 15966 4483
Face 6107 4157 4285 16644
Face 6108 2161 1802 1687
Face 6109 2239 3021 5244
Face 6110 16645 4157 16644
Face 6111 16396 16397 16559
Face 6112 2280 14933 14815
Face 6113 4219 6023 227
Face 6114 16560 4414 5275
Face 6115 2434 2562 2561
Face 6116 14755 14413 14412
Face 6117 33376 33375 33239
Face 6118 13547 16868 13546
Face 6119 13532 29082 29213
Face 6120 6727 13474 13473
Face 6121 2693 2823 2822
Face 6122 13531 29213 13628
Face 6123 2823 2957 2956
Face 6124 2822 2823 2956
Face 6125 2957 3094 3093
Face 6126 2956 2957 3093
Face 6127 3094 3229 3228
Face 6128 3093 3094 3228
Face 6129 3356 3355 3228
Face 6130 3229 3356 3228
Face 6131 3484 3483 3355
Face 6132 3356 3484 3355
Face 6133 3613 3612 3483
Face 6134 3484 3613 3483
Face 6135 3743 3742 3612
Face 6136 3613 3743 3612
Face 6137 3876 3875 3742
Face 6138 3743 3876 3742
Face 6139 4004 4003 3875
Face 6140 3876 4004 3875
Face 6141 4133 4132 4003
Face 6142 4004 4133 4003
Face 6143 4262 4261 4132
Face 6144 4133 4262 4132
Face 6145 4262 4388 4387
Face 6146 4261 4262 4387
Face 6147 4388 4519 4518
Face 6148 4387 4388 4518
Face 6149 4519 4650 4649
Face 6150 4518 4519 4649
Face 6151 4781 4780 4649
Face 6152 4650 4781 4649
Face 6153 4914 4913 4780
Face 6154 4781 4914 4780
Face 6155 4914 5047 5046
Face 6156 4913 4914 5046
Face 6157 5047 5173 5172
Face 6158 5046 5047 5172
Face 6159 5173 5301 5300
Face 6160 5172 5173 5300
Face 6161 5301 5431 5430
Face 6162 5300 5301 5430
Face 6163 5558 5557 5430
Face 6164 5431 5558 5430
Face 6165 5684 5683 5557
Face 6166 5558 5684 5557
Face 6167 5809 5808 5683
Face 6168 5684 5809 5683
Face 6169 5937 5936 5808
Face 6170 5809 5937 5808
Face 6171 6064 6063 5936
Face 6172 5937 6064 5936
Face 6173 6064 6190 6189
Face 6174 6063 6064 6189
Face 6175 6190 6310 6309
Face 6176 6189 6190 6309
Face 6177 6310 6432 6431
Face 6178 6309 6310 6431
Face 6179 6432 6557 6556
Face 6180 6431 6432 6556
Face 6181 6557 6504 6410
Face 6182 6556 6557 6410
Face 6183 1750 4461 6410
Face 6184 6504 1750 6410
Face 6185 4192 4191 4461
Face 6186 1750 4192 4461
Face 6187 2628 2627 4191
Face 6188 4192 2628 4191
Face 6189 3684 3815 2627
Face 6190 2628 3684 2627
Face 6191 3684 2123 2122
Face 6192 3815 3684 2122
Face 6193 7109 7001 7002
Face 6194 34468 34585 34728
Face 6195 34829 34556 34727
Face 6196 6238 6237 6111
Face 6197 5998 6126 6125
Face 6198 32508 32509 764
Face 6199 1852 1851 1739
Face 6200 2753 2752 3150
Face 6201 6119 6245 6244
Face 6202 7694 13659 13475
Face 6203 1740 1852 1739
Face 6204 5367 5237 2753
Face 6205 5098 5221 5220
Face 6206 34714 34576 34545
Face 6207 34535 34601 34658
Face 6208 34574 34419 34689
Face 6209 1447 1560 1446
Face 6210 4963 5093 5092
Face 6211 5869 5870 5997
Face 6212 994 1107 1106
Face 6213 993 994 1106
Face 6214 6480 892 887
Face 6215 6358 6357 6237
Face 6216 4055 4054 3926
Face 6217 2498 2116 2115
Face 6218 7183 10105 5365
Face 6219 34366 25471 26069
Face 6220 6255 6256 6374
Face 6221 6256 6375 6374
Face 6222 3135 3269 3134
Face 6223 1734 1846 1845
Face 6224 1513 1624 1512
Face 6225 1733 1732 1623
Face 6226 8040 5756 304
Face 6227 10378 304 5633
Face 6228 5639 6292 4446
Face 6229 5762 5639 4446
Face 6230 6292 153 3814
Face 6231 4446 6292 3814
Face 6232 1788 85 4232
Face 6233 153 1341 3814
Face 6234 11623 12645 12557
Face 6235 11801 11882 11800
Face 6236 11524 22141 14293
Face 6237 34444 34276 34322
Face 6238 21846 22035 22041
Face 6239 3150 3287 6013
Face 6240 1671 1670 1561
Face 6241 5997 5998 6125
Face 6242 6251 6252 6370
Face 6243 3010 9449 3147
Face 6244 2114 5752 5751
Face 6245 355 250 251
Face 6246 5855 5856 5983
Face 6247 14034 34756 34622
Face 6248 356 357 463
Face 6249 464 573 572
Face 6250 463 464 572
Face 6251 686 685 572
Face 6252 573 686 572
Face 6253 802 801 685
Face 6254 686 802 685
Face 6255 918 917 801
Face 6256 802 918 801
Face 6257 1027 1026 917
Face 6258 918 1027 917
Face 6259 1140 1139 1026
Face 6260 1027 1140 1026
Face 6261 1248 1359 1247
Face 6262 34349 34274 34572
Face 6263 2586 15336 14802
Face 6264 7229 6130 6129
Face 6265 14646 9850 21108
Face 6266 5252 2031 3030
Face 6267 211 987 3844
Face 6268 16168 16167 16015
Face 6269 1498 987 1609
Face 6270 987 3712 3844
Face 6271 1498 1609 4285
Face 6272 4157 1498 4285
Face 6273 5119 2239 5244
Face 6274 987 211 1609
Face 6275 16559 16560 5275
Face 6276 3021 4347 5897
Face 6277 2492 6023 4219
Face 6278 4414 3247 3246
Face 6279 227 14515 14512
Face 6280 661 14755 14515
Face 6281 13036 34706 1877
Face 6282 18786 2305 2434
Face 6283 34309 34611 34802
Face 6284 3119 18047 19150
Face 6285 2563 2694 2693
Face 6286 2562 2563 2693
Face 6287 2694 2824 2823
Face 6288 2693 2694 2823
Face 6289 2824 2958 2957
Face 6290 2823 2824 2957
Face 6291 2958 3095 3094
Face 6292 2957 2958 3094
Face 6293 3095 3230 3229
Face 6294 3094 3095 3229
Face 6295 3230 3357 3356
Face 6296 3229 3230 3356
Face 6297 3357 3485 3484
Face 6298 3356 3357 3484
Face 6299 3614 3613 3484
Face 6300 3485 3614 3484
Face 6301 3744 3743 3613
Face 6302 3614 3744 3613
Face 6303 3877 3876 3743
Face 6304 3744 3877 3743
Face 6305 4005 4004 3876
Face 6306 3877 4005 3876
Face 6307 4134 4133 4004
Face 6308 4005 4134 4004
Face 6309 4263 4262 4133
Face 6310 4134 4263 4133
Face 6311 4263 4389 4388
Face 6312 4262 4263 4388
Face 6313 4389 4520 4519
Face 6314 4388 4389 4519
Face 6315 4651 4650 4519
Face 6316 4520 4651 4519
Face 6317 4782 4781 4650
Face 6318 4651 4782 4650
Face 6319 4782 4915 4914
Face 6320 4781 4782 4914
Face 6321 4915 5048 5047
Face 6322 4914 4915 5047
Face 6323 5174 5173 5047
Face 6324 5048 5174 5047
Face 6325 5174 5302 5301
Face 6326 5173 5174 5301
Face 6327 5432 5431 5301
Face 6328 5302 5432 5301
Face 6329 5559 5558 5431
Face 6330 5432 5559 5431
Face 6331 5559 5685 5684
Face 6332 5558 5559 5684
Face 6333 5810 5809 5684
Face 6334 5685 5810 5684
Face 6335 5938 5937 5809
Face 6336 5810 5938 5809
Face 6337 5938 6065 6064
Face 6338 5937 5938 6064
Face 6339 6065 6191 6190
Face 6340 6064 6065 6190
Face 6341 6191 6311 6310
Face 6342 6190 6191 6310
Face 6343 6311 6433 6432
Face 6344 6310 6311 6432
Face 6345 6433 6558 6557
Face 6346 6432 6433 6557
Face 6347 6513 6504 6557
Face 6348 6558 6513 6557
Face 6349 1308 1750 6504
Face 6350 6513 1308 6504
Face 6351 4064 4192 1750
Face 6352 1308 4064 1750
Face 6353 2629 2628 4192
Face 6354 4064 2629 4192
Face 6355 3428 3684 2628
Face 6356 2629 3428 2628
Face 6357 33694 28809 20973
Face 6358 34716 34779 34641
Face 6359 11533 4725 13277
Face 6360 15817 16115 2129
Face 6361 11245 11244 11175
Face 6362 11173 11242 11172
Face 6363 2748 9298 8992
Face 6364 857 740 741
Face 6365 1671 1777 1776
Face 6366 1670 1671 1776
Face 6367 1777 1893 1892
Face 6368 1776 1777 1892
Face 6369 2014 2013 1892
Face 6370 1893 2014 1892
Face 6371 2139 2138 2013
Face 6372 6126 6252 6251
Face 6373 6252 6371 6370
Face 6374 1107 1217 1216
Face 6375 1106 1107 1216
Face 6376 6357 6358 6479
Face 6377 5602 5603 5727
Face 6378 2625 3013 4068
Face 6379 2098 2099 2225
Face 6380 4452 4453 4584
Face 6381 4715 4847 4846
Face 6382 4585 4715 4714
Face 6383 4584 4585 4714
Face 6384 5086 5087 15750
Face 6385 1520 1519 1406
Face 6386 843 957 956
Face 6387 4045 4044 3916
Face 6388 1630 1739 1738
Face 6389 1738 1739 1850
Face 6390 5510 4320 6292
Face 6391 5762 5756 5639
Face 6392 4320 4318 153
Face 6393 6292 4320 153
Face 6394 4318 380 1341
Face 6395 153 4318 1341
Face 6396 7295 10583 7576
Face 6397 1785 13951 13956
Face 6398 22233 21366 22441
Face 6399 22406 22503 22405
Face 6400 12498 10109 22041
Face 6401 21727 21824 21726
Face 6402 2014 2139 2013
Face 6403 2264 2263 2138
Face 6404 6370 6371 6492
Face 6405 6125 6126 6251
Face 6406 9449 3148 3147
Face 6407 5724 5852 5851
Face 6408 5728 5856 5855
Face 6409 5727 5728 5855
Face 6410 20356 20355 20272
Face 6411 10750 10825 10874
Face 6412 465 574 573
Face 6413 7263 464 357
Face 6414 574 687 686
Face 6415 573 574 686
Face 6416 687 803 802
Face 6417 686 687 802
Face 6418 919 918 802
Face 6419 803 919 802
Face 6420 1028 1027 918
Face 6421 919 1028 918
Face 6422 1028 1141 1140
Face 6423 1027 1028 1140
Face 6424 1141 1248 1247
Face 6425 1140 1141 1247
Face 6426 1248 1360 1359
Face 6427 17909 1359 18000
Face 6428 1474 1475 1586
Face 6429 12024 34803 11939
Face 6430 4616 211 3941
Face 6431 3844 5651 3329
Face 6432 5651 2239 5119
Face 6433 3941 3844 3329
Face 6434 5244 3021 5897
Face 6435 3329 5651 5119
Face 6436 5275 4414 3246
Face 6437 4347 2280 2154
Face 6438 1655 2492 4219
Face 6439 3247 4232 4233
Face 6440 2537 227 14512
Face 6441 6023 661 227
Face 6442 16164 16321 16163
Face 6443 14515 14412 14406
Face 6444 27703 27704 27832
Face 6445 16482 16481 16320
Face 6446 2435 2564 2563
Face 6447 17262 2983 19150
Face 6448 2564 2695 2694
Face 6449 2563 2564 2694
Face 6450 2695 2825 2824
Face 6451 2694 2695 2824
Face 6452 2825 2959 2958
Face 6453 2824 2825 2958
Face 6454 2959 3096 3095
Face 6455 2958 2959 3095
Face 6456 3096 3231 3230
Face 6457 3095 3096 3230
Face 6458 3231 3358 3357
Face 6459 3230 3231 3357
Face 6460 3486 3485 3357
Face 6461 3358 3486 3357
Face 6462 3615 3614 3485
Face 6463 3486 3615 3485
Face 6464 3745 3744 3614
Face 6465 3615 3745 3614
Face 6466 3878 3877 3744
Face 6467 3745 3878 3744
Face 6468 4006 4005 3877
Face 6469 3878 4006 3877
Face 6470 4135 4134 4005
Face 6471 4006 4135 4005
Face 6472 4135 4264 4263
Face 6473 4134 4135 4263
Face 6474 4264 4390 4389
Face 6475 4263 4264 4389
Face 6476 4390 4521 4520
Face 6477 4389 4390 4520
Face 6478 4652 4651 4520
Face 6479 4521 4652 4520
Face 6480 4783 4782 4651
Face 6481 4652 4783 4651
Face 6482 4783 4916 4915
Face 6483 4782 4783 4915
Face 6484 5049 5048 4915
Face 6485 4916 5049 4915
Face 6486 5175 5174 5048
Face 6487 5049 5175 5048
Face 6488 5175 5303 5302
Face 6489 5174 5175 5302
Face 6490 5303 5433 5432
Face 6491 5302 5303 5432
Face 6492 5433 5560 5559
Face 6493 5432 5433 5559
Face 6494 5560 5686 5685
Face 6495 5559 5560 5685
Face 6496 5686 5811 5810
Face 6497 5685 5686 5810
Face 6498 5811 5939 5938
Face 6499 5810 5811 5938
Face 6500 5939 6066 6065
Face 6501 5938 5939 6065
Face 6502 6066 6192 6191
Face 6503 6065 6066 6191
Face 6504 6192 6312 6311
Face 6505 6191 6192 6311
Face 6506 6312 6434 6433
Face 6507 6311 6312 6433
Face 6508 6434 6559 6558
Face 6509 6433 6434 6558
Face 6510 6559 6538 6513
Face 6511 6558 6559 6513
Face 6512 1201 1308 6513
Face 6513 6538 1201 6513
Face 6514 3417 4064 1308
Face 6515 1201 3417 1308
Face 6516 2630 2629 4064
Face 6517 3417 2630 4064
Face 6518 3299 3428 2629
Face 6519 2630 3299 2629
Face 6520 3299 5371 5241
Face 6521 3299 5241 3428
Face 6522 13602 13603 13695
Face 6523 13696 13791 13790
Face 6524 12050 12137 12049
Face 6525 13695 13696 13790
Face 6526 34538 34707 34452
Face 6527 13599 13600 13692
Face 6528 955 956 1065
Face 6529 2139 2264 2138
Face 6530 2391 2390 2263
Face 6531 2264 2391 2263
Face 6532 2521 2520 2390
Face 6533 2391 2521 2390
Face 6534 34562 34705 34470
Face 6535 3803 2622 2620
Face 6536 2521 2653 2520
Face 6537 3136 3270 3269
Face 6538 3540 3803 2620
Face 6539 4051 4180 4050
Face 6540 1996 1995 1863
Face 6541 2099 2226 2225
Face 6542 4180 4179 4050
Face 6543 5601 5602 5726
Face 6544 4234 4987 39
Face 6545 4326 4327 4452
Face 6546 4453 4585 4584
Face 6547 2915 4210 9165
Face 6548 4702 4833 4832
Face 6549 1861 1997 1862
Face 6550 1070 1183 1182
Face 6551 3959 1099 1996
Face 6552 21920 21919 21823
Face 6553 9443 770 5510
Face 6554 5639 5510 6292
Face 6555 4321 154 4318
Face 6556 4320 4321 4318
Face 6557 154 379 380
Face 6558 4318 154 380
Face 6559 3181 13951 2147
Face 6560 379 90 380
Face 6561 29800 16776 18823
Face 6562 13405 13406 13500
Face 6563 19886 19964 19963
Face 6564 13557 8034 10013
Face 6565 20040 20041 17800
Face 6566 34625 34786 34282
Face 6567 7687 7686 11547
Face 6568 2622 2233 2232
Face 6569 4604 3803 3540
Face 6570 6834 6833 16766
Face 6571 3655 3654 3525
Face 6572 34310 34534 34752
Face 6573 34612 34688 34371
Face 6574 358 466 465
Face 6575 464 465 573
Face 6576 466 575 574
Face 6577 465 466 574
Face 6578 575 688 687
Face 6579 574 575 687
Face 6580 688 804 803
Face 6581 687 688 803
Face 6582 920 919 803
Face 6583 804 920 803
Face 6584 1029 1028 919
Face 6585 920 1029 919
Face 6586 1029 1142 1141
Face 6587 1028 1029 1141
Face 6588 1142 1249 1248
Face 6589 1141 1142 1248
Face 6590 1249 1361 1360
Face 6591 1248 1249 1360
Face 6592 1361 1475 1474
Face 6593 1360 1361 1474
Face 6594 1475 1587 1586
Face 6595 873 14011 872
Face 6596 1587 1697 1696
Face 6597 1696 1697 1806
Face 6598 1697 1807 1806
Face 6599 25898 11186 11256
Face 6600 1807 1927 1926
Face 6601 1927 2051 1926
Face 6602 1927 2052 2051
Face 6603 2180 2051 2052
Face 6604 2052 2181 2180
Face 6605 2180 2306 18680
Face 6606 2181 2307 2306
Face 6607 2306 18788 18680
Face 6608 2307 2436 2435
Face 6609 2306 2307 2435
Face 6610 2436 2565 2564
Face 6611 2435 2436 2564
Face 6612 2565 2696 2695
Face 6613 2564 2565 2695
Face 6614 2826 2825 2695
Face 6615 2696 2826 2695
Face 6616 2960 2959 2825
Face 6617 2826 2960 2825
Face 6618 2960 3097 3096
Face 6619 2959 2960 3096
Face 6620 3097 3232 3231
Face 6621 3096 3097 3231
Face 6622 3232 3359 3358
Face 6623 3231 3232 3358
Face 6624 3487 3486 3358
Face 6625 3359 3487 3358
Face 6626 3616 3615 3486
Face 6627 3487 3616 3486
Face 6628 3616 3746 3745
Face 6629 3615 3616 3745
Face 6630 3879 3878 3745
Face 6631 3746 3879 3745
Face 6632 4007 4006 3878
Face 6633 3879 4007 3878
Face 6634 4136 4135 4006
Face 6635 4007 4136 4006
Face 6636 4136 4265 4264
Face 6637 4135 4136 4264
Face 6638 4265 4391 4390
Face 6639 4264 4265 4390
Face 6640 4522 4521 4390
Face 6641 4391 4522 4390
Face 6642 4653 4652 4521
Face 6643 4522 4653 4521
Face 6644 4653 4784 4783
Face 6645 4652 4653 4783
Face 6646 4784 4917 4916
Face 6647 4783 4784 4916
Face 6648 5050 5049 4916
Face 6649 4917 5050 4916
Face 6650 5176 5175 5049
Face 6651 5050 5176 5049
Face 6652 5176 5304 5303
Face 6653 5175 5176 5303
Face 6654 5304 5434 5433
Face 6655 5303 5304 5433
Face 6656 5434 5561 5560
Face 6657 5433 5434 5560
Face 6658 5561 5687 5686
Face 6659 5560 5561 5686
Face 6660 5687 5812 5811
Face 6661 5686 5687 5811
Face 6662 5812 5940 5939
Face 6663 5811 5812 5939
Face 6664 5940 6067 6066
Face 6665 5939 5940 6066
Face 6666 6067 6193 6192
Face 6667 6066 6067 6192
Face 6668 6193 6313 6312
Face 6669 6192 6193 6312
Face 6670 6313 6435 6434
Face 6671 6312 6313 6434
Face 6672 6435 6560 6559
Face 6673 6434 6435 6559
Face 6674 6560 3829 6538
Face 6675 6559 6560 6538
Face 6676 1309 1201 6538
Face 6677 3829 1309 6538
Face 6678 4065 3417 1201
Face 6679 1309 4065 1201
Face 6680 2761 2630 3417
Face 6681 4065 2761 3417
Face 6682 3557 3299 2630
Face 6683 2761 3557 2630
Face 6684 15092 16568 5241
Face 6685 3557 5371 3299
Face 6686 13505 13506 13602
Face 6687 13603 13696 13695
Face 6688 30571 30570 30485
Face 6689 11431 34531 10115
Face 6690 14902 19437 1551
Face 6691 12338 12430 12337
Face 6692 2997 3134 3133
Face 6693 12058 12057 11972
Face 6694 2666 12852 13388
Face 6695 9617 121 7380
Face 6696 2149 11610 11453
Face 6697 4331 2666 36
Face 6698 36 2666 13388
Face 6699 19968 19967 19889
Face 6700 6371 6493 6492
Face 6701 1915 4604 4088
Face 6702 34758 34591 34385
Face 6703 23666 13130 13129
Face 6704 5603 5728 5727
Face 6705 5604 5603 5474
Face 6706 5602 5727 5726
Face 6707 20273 20356 20272
Face 6708 2347 2348 2476
Face 6709 4327 4453 4452
Face 6710 34780 34626 34482
Face 6711 24082 25638 25739
Face 6712 437 3673 433
Face 6713 2352 2481 2351
Face 6714 20045 20127 20126
Face 6715 2752 5113 2751
Face 6716 848 849 962
Face 6717 963 1073 1072
Face 6718 7505 770 10371
Face 6719 27100 34736 29408
Face 6720 5759 1004 379
Face 6721 154 5759 379
Face 6722 1004 2147 90
Face 6723 379 1004 90
Face 6724 13598 13691 13690
Face 6725 3181 773 670
Face 6726 15441 22604 21102
Face 6727 11462 11303 8889
Face 6728 22248 22537 21955
Face 6729 25982 19461 23954
Face 6730 34414 34525 34436
Face 6731 3924 4052 4051
Face 6732 6493 1915 1908
Face 6733 6492 6493 1908
Face 6734 6939 16837 156
Face 6735 34121 34122 16766
Face 6736 253 252 156
Face 6737 252 253 358
Face 6738 359 467 466
Face 6739 358 359 466
Face 6740 576 575 466
Face 6741 467 576 466
Face 6742 689 688 575
Face 6743 576 689 575
Face 6744 805 804 688
Face 6745 689 805 688
Face 6746 805 921 920
Face 6747 804 805 920
Face 6748 921 1030 1029
Face 6749 920 921 1029
Face 6750 1030 1143 1142
Face 6751 1029 1030 1142
Face 6752 1143 1250 1249
Face 6753 1142 1143 1249
Face 6754 1250 1362 1361
Face 6755 1249 1250 1361
Face 6756 1362 1476 1475
Face 6757 1361 1362 1475
Face 6758 1476 1588 1587
Face 6759 1475 1476 1587
Face 6760 1588 1698 1697
Face 6761 1587 1588 1697
Face 6762 1698 1808 1807
Face 6763 1697 1698 1807
Face 6764 1808 1928 1927
Face 6765 1807 1808 1927
Face 6766 1928 2053 2052
Face 6767 1927 1928 2052
Face 6768 2053 2182 2181
Face 6769 2052 2053 2181
Face 6770 2182 2308 2307
Face 6771 2181 2182 2307
Face 6772 2308 2437 2436
Face 6773 2307 2308 2436
Face 6774 2437 2566 2565
Face 6775 2436 2437 2565
Face 6776 2566 2697 2696
Face 6777 2565 2566 2696
Face 6778 2827 2826 2696
Face 6779 2697 2827 2696
Face 6780 2961 2960 2826
Face 6781 2827 2961 2826
Face 6782 3098 3097 2960
Face 6783 2961 3098 2960
Face 6784 3098 3233 3232
Face 6785 3097 3098 3232
Face 6786 3233 3360 3359
Face 6787 3232 3233 3359
Face 6788 3488 3487 3359
Face 6789 3360 3488 3359
Face 6790 3617 3616 3487
Face 6791 3488 3617 3487
Face 6792 3747 3746 3616
Face 6793 3617 3747 3616
Face 6794 3747 3880 3879
Face 6795 3746 3747 3879
Face 6796 3880 4008 4007
Face 6797 3879 3880 4007
Face 6798 4137 4136 4007
Face 6799 4008 4137 4007
Face 6800 4137 4266 4265
Face 6801 4136 4137 4265
Face 6802 4266 4392 4391
Face 6803 4265 4266 4391
Face 6804 4392 4523 4522
Face 6805 4391 4392 4522
Face 6806 4654 4653 4522
Face 6807 4523 4654 4522
Face 6808 4654 4785 4784
Face 6809 4653 4654 4784
Face 6810 4785 4918 4917
Face 6811 4784 4785 4917
Face 6812 5051 5050 4917
Face 6813 4918 5051 4917
Face 6814 5177 5176 5050
Face 6815 5051 5177 5050
Face 6816 5177 5305 5304
Face 6817 5176 5177 5304
Face 6818 5305 5435 5434
Face 6819 5304 5305 5434
Face 6820 5435 5562 5561
Face 6821 5434 5435 5561
Face 6822 5562 5688 5687
Face 6823 5561 5562 5687
Face 6824 5688 5813 5812
Face 6825 5687 5688 5812
Face 6826 5813 5941 5940
Face 6827 5812 5813 5940
Face 6828 5941 6068 6067
Face 6829 5940 5941 6067
Face 6830 6068 6194 6193
Face 6831 6067 6068 6193
Face 6832 6194 6314 6313
Face 6833 6193 6194 6313
Face 6834 6314 6436 6435
Face 6835 6313 6314 6435
Face 6836 6436 6561 6560
Face 6837 6435 6436 6560
Face 6838 6561 5890 3829
Face 6839 6560 6561 3829
Face 6840 4587 1309 3829
Face 6841 5890 4587 3829
Face 6842 3547 4065 1309
Face 6843 4587 3547 1309
Face 6844 2889 2761 4065
Face 6845 3547 2889 4065
Face 6846 3166 3557 2761
Face 6847 2889 3166 2761
Face 6848 5331 5627 14961
Face 6849 3166 5497 3557
Face 6850 13506 13603 13602
Face 6851 270 4594 13008
Face 6852 11828 11827 11744
Face 6853 13119 8024 13084
Face 6854 12817 12908 13380
Face 6855 19747 19748 19830
Face 6856 11973 12058 11972
Face 6857 23658 21887 11546
Face 6858 34344 8031 11614
Face 6859 17985 20288 20289
Face 6860 4051 4052 4180
Face 6861 3533 3662 3532
Face 6862 25302 12583 12584
Face 6863 4052 4181 4180
Face 6864 6353 6354 6475
Face 6865 4088 4604 3540
Face 6866 2226 2354 2353
Face 6867 14391 21384 16369
Face 6868 10203 12852 35
Face 6869 2225 2226 2353
Face 6870 6104 6103 5976
Face 6871 12645 11142 7186
Face 6872 2219 2220 2347
Face 6873 726 842 841
Face 6874 3654 3655 3784
Face 6875 2616 2747 2615
Face 6876 1068 1181 1180
Face 6877 1966 2092 2091
Face 6878 5854 5981 5853
Face 6879 6248 6367 6247
Face 6880 8452 2748 2755
Face 6881 8551 2755 3678
Face 6882 245 3556 1004
Face 6883 6414 10101 5759
Face 6884 3556 2399 2147
Face 6885 1004 3556 2147
Face 6886 773 3181 2147
Face 6887 2399 773 2147
Face 6888 20056 17629 17718
Face 6889 34635 34787 34575
Face 6890 22316 22220 18843
Face 6891 22119 22118 22020
Face 6892 19330 19407 19406
Face 6893 3662 3792 3661
Face 6894 15569 15568 15429
Face 6895 15518 14252 4746
Face 6896 1908 1915 4088
Face 6897 13915 13934 3118
Face 6898 22231 22135 15722
Face 6899 14572 14573 14693
Face 6900 16005 16157 16004
Face 6901 360 468 467
Face 6902 359 360 467
Face 6903 468 577 576
Face 6904 467 468 576
Face 6905 577 690 689
Face 6906 576 577 689
Face 6907 690 806 805
Face 6908 689 690 805
Face 6909 806 922 921
Face 6910 805 806 921
Face 6911 922 1031 1030
Face 6912 921 922 1030
Face 6913 1144 1143 1030
Face 6914 1031 1144 1030
Face 6915 1144 1251 1250
Face 6916 1143 1144 1250
Face 6917 1251 1363 1362
Face 6918 1250 1251 1362
Face 6919 1363 1477 1476
Face 6920 1362 1363 1476
Face 6921 1477 1589 1588
Face 6922 1476 1477 1588
Face 6923 1589 1699 1698
Face 6924 1588 1589 1698
Face 6925 1699 1809 1808
Face 6926 1698 1699 1808
Face 6927 1809 1929 1928
Face 6928 1808 1809 1928
Face 6929 1929 2054 2053
Face 6930 1928 1929 2053
Face 6931 2054 2183 2182
Face 6932 2053 2054 2182
Face 6933 2183 2309 2308
Face 6934 2182 2183 2308
Face 6935 2309 2438 2437
Face 6936 2308 2309 2437
Face 6937 2438 2567 2566
Face 6938 2437 2438 2566
Face 6939 2698 2697 2566
Face 6940 2567 2698 2566
Face 6941 2828 2827 2697
Face 6942 2698 2828 2697
Face 6943 2962 2961 2827
Face 6944 2828 2962 2827
Face 6945 3099 3098 2961
Face 6946 2962 3099 2961
Face 6947 3234 3233 3098
Face 6948 3099 3234 3098
Face 6949 3234 3361 3360
Face 6950 3233 3234 3360
Face 6951 3361 3489 3488
Face 6952 3360 3361 3488
Face 6953 3618 3617 3488
Face 6954 3489 3618 3488
Face 6955 3618 3748 3747
Face 6956 3617 3618 3747
Face 6957 3748 3881 3880
Face 6958 3747 3748 3880
Face 6959 3881 4009 4008
Face 6960 3880 3881 4008
Face 6961 4009 4138 4137
Face 6962 4008 4009 4137
Face 6963 4267 4266 4137
Face 6964 4138 4267 4137
Face 6965 4267 4393 4392
Face 6966 4266 4267 4392
Face 6967 4524 4523 4392
Face 6968 4393 4524 4392
Face 6969 4524 4655 4654
Face 6970 4523 4524 4654
Face 6971 4786 4785 4654
Face 6972 4655 4786 4654
Face 6973 4919 4918 4785
Face 6974 4786 4919 4785
Face 6975 4919 5052 5051
Face 6976 4918 4919 5051
Face 6977 5052 5178 5177
Face 6978 5051 5052 5177
Face 6979 5178 5306 5305
Face 6980 5177 5178 5305
Face 6981 5306 5436 5435
Face 6982 5305 5306 5435
Face 6983 5436 5563 5562
Face 6984 5435 5436 5562
Face 6985 5563 5689 5688
Face 6986 5562 5563 5688
Face 6987 5689 5814 5813
Face 6988 5688 5689 5813
Face 6989 5814 5942 5941
Face 6990 5813 5814 5941
Face 6991 5942 6069 6068
Face 6992 5941 5942 6068
Face 6993 6069 6195 6194
Face 6994 6068 6069 6194
Face 6995 6195 6315 6314
Face 6996 6194 6195 6314
Face 6997 6315 6437 6436
Face 6998 6314 6315 6436
Face 6999 6437 6562 6561
Face 7000 6436 6437 6561
Face 7001 6562 5893 5890
Face 7002 6561 6562 5890
Face 7003 5893 4205 4587
Face 7004 5890 5893 4587
Face 7005 4205 3806 3547
Face 7006 4587 4205 3547
Face 7007 3806 2762 2889
Face 7008 3547 3806 2889
Face 7009 3028 3166 2889
Face 7010 2762 3028 2889
Face 7011 3028 5626 5627
Face 7012 3028 5627 3166
Face 7013 13411 13506 13410
Face 7014 10926 13386 893
Face 7015 13693 13788 13787
Face 7016 13692 13693 13787
Face 7017 11608 11765 12202
Face 7018 12725 10746 3189
Face 7019 34466 34760 34565
Face 7020 28089 28227 34679
Face 7021 6486 8758 6485
Face 7022 6478 6479 862
Face 7023 13411 13410 13316
Face 7024 30618 30532 30619
Face 7025 21631 7126 33935
Face 7026 880 992 879
Face 7027 3022 3023 5622
Face 7028 5604 5729 5603
Face 7029 3939 2498 2499
Face 7030 34737 34693 34305
Face 7031 12557 12645 7186
Face 7032 2348 2477 2476
Face 7033 2606 2737 2605
Face 7034 294 398 293
Face 7035 6483 6482 8149
Face 7036 1845 1846 1965
Face 7037 2736 2735 2604
Face 7038 6489 6488 6366
Face 7039 2605 2736 2604
Face 7040 33746 33872 33745
Face 7041 6367 6489 6366
Face 7042 10101 245 5759
Face 7043 5994 6122 5993
Face 7044 70 57 2399
Face 7045 3556 70 2399
Face 7046 57 3961 773
Face 7047 2399 57 773
Face 7048 1129 209 6007
Face 7049 3961 6007 773
Face 7050 13453 11608 12736
Face 7051 2913 12718 3054
Face 7052 11355 12836 34461
Face 7053 11467 13092 12998
Face 7054 19648 19731 19647
Face 7055 3434 2981 3563
Face 7056 22403 22500 22402
Face 7057 17353 18796 22602
Face 7058 14610 14608 19683
Face 7059 4022 4153 16656
Face 7060 22210 22306 22209
Face 7061 16433 16432 559
Face 7062 361 469 468
Face 7063 360 361 468
Face 7064 469 578 577
Face 7065 468 469 577
Face 7066 578 691 690
Face 7067 577 578 690
Face 7068 691 807 806
Face 7069 690 691 806
Face 7070 807 923 922
Face 7071 806 807 922
Face 7072 923 1032 1031
Face 7073 922 923 1031
Face 7074 1032 1145 1144
Face 7075 1031 1032 1144
Face 7076 1252 1251 1144
Face 7077 1145 1252 1144
Face 7078 1364 1363 1251
Face 7079 1252 1364 1251
Face 7080 1478 1477 1363
Face 7081 1364 1478 1363
Face 7082 1590 1589 1477
Face 7083 1478 1590 1477
Face 7084 1700 1699 1589
Face 7085 1590 1700 1589
Face 7086 1700 1810 1809
Face 7087 1699 1700 1809
Face 7088 1810 1930 1929
Face 7089 1809 1810 1929
Face 7090 1930 2055 2054
Face 7091 1929 1930 2054
Face 7092 2055 2184 2183
Face 7093 2054 2055 2183
Face 7094 2184 2310 2309
Face 7095 2183 2184 2309
Face 7096 2310 2439 2438
Face 7097 2309 2310 2438
Face 7098 2439 2568 2567
Face 7099 2438 2439 2567
Face 7100 2568 2699 2698
Face 7101 2567 2568 2698
Face 7102 2699 2829 2828
Face 7103 2698 2699 2828
Face 7104 2829 2963 2962
Face 7105 2828 2829 2962
Face 7106 3100 3099 2962
Face 7107 2963 3100 2962
Face 7108 3235 3234 3099
Face 7109 3100 3235 3099
Face 7110 3362 3361 3234
Face 7111 3235 3362 3234
Face 7112 3490 3489 3361
Face 7113 3362 3490 3361
Face 7114 3619 3618 3489
Face 7115 3490 3619 3489
Face 7116 3619 3749 3748
Face 7117 3618 3619 3748
Face 7118 3749 3882 3881
Face 7119 3748 3749 3881
Face 7120 3882 4010 4009
Face 7121 3881 3882 4009
Face 7122 4010 4139 4138
Face 7123 4009 4010 4138
Face 7124 4268 4267 4138
Face 7125 4139 4268 4138
Face 7126 4394 4393 4267
Face 7127 4268 4394 4267
Face 7128 4525 4524 4393
Face 7129 4394 4525 4393
Face 7130 4525 4656 4655
Face 7131 4524 4525 4655
Face 7132 4787 4786 4655
Face 7133 4656 4787 4655
Face 7134 4920 4919 4786
Face 7135 4787 4920 4786
Face 7136 5053 5052 4919
Face 7137 4920 5053 4919
Face 7138 5179 5178 5052
Face 7139 5053 5179 5052
Face 7140 5307 5306 5178
Face 7141 5179 5307 5178
Face 7142 5307 5437 5436
Face 7143 5306 5307 5436
Face 7144 5564 5563 5436
Face 7145 5437 5564 5436
Face 7146 5564 5690 5689
Face 7147 5563 5564 5689
Face 7148 5690 5815 5814
Face 7149 5689 5690 5814
Face 7150 5815 5943 5942
Face 7151 5814 5815 5942
Face 7152 5943 6070 6069
Face 7153 5942 5943 6069
Face 7154 6070 6196 6195
Face 7155 6069 6070 6195
Face 7156 6196 6316 6315
Face 7157 6195 6196 6315
Face 7158 6316 6438 6437
Face 7159 6315 6316 6437
Face 7160 6438 6563 6562
Face 7161 6437 6438 6562
Face 7162 6563 1753 5893
Face 7163 6562 6563 5893
Face 7164 1753 999 4205
Face 7165 5893 1753 4205
Face 7166 999 3283 3806
Face 7167 4205 999 3806
Face 7168 3283 5745 2762
Face 7169 3806 3283 2762
Face 7170 5745 2892 3028
Face 7171 2762 5745 3028
Face 7172 5750 3114 5626
Face 7173 2892 5626 3028
Face 7174 13506 13505 13410
Face 7175 13386 13008 893
Face 7176 15129 14089 15462
Face 7177 11111 11173 11172
Face 7178 11961 12046 11960
Face 7179 8024 13178 13084
Face 7180 11604 11303 34638
Face 7181 7687 7801 7800
Face 7182 6118 6119 6244
Face 7183 34587 34577 34324
Face 7184 2620 2622 2232
Face 7185 9323 5876 5749
Face 7186 6121 6120 5992
Face 7187 5993 6121 5992
Face 7188 1200 1199 2625
Face 7189 4055 4184 4183
Face 7190 11382 6653 6590
Face 7191 4961 5091 5090
Face 7192 394 502 501
Face 7193 3000 3137 2999
Face 7194 34762 34374 34815
Face 7195 502 611 610
Face 7196 957 1067 1066
Face 7197 2258 2133 2134
Face 7198 1514 1625 1624
Face 7199 2475 2476 2604
Face 7200 6489 1793 1791
Face 7201 6488 6489 1791
Face 7202 2607 2738 2606
Face 7203 6233 6234 6353
Face 7204 13291 14201 16191
Face 7205 10850 3556 245
Face 7206 544 3960 3961
Face 7207 57 544 3961
Face 7208 3960 531 6007
Face 7209 3961 3960 6007
Face 7210 6137 1766 61
Face 7211 3198 103 190
Face 7212 8570 11231 10013
Face 7213 11961 11960 11876
Face 7214 8037 8019 8036
Face 7215 1998 3956 4076
Face 7216 21629 21630 21724
Face 7217 22204 22203 22108
Face 7218 22594 22593 22499
Face 7219 230 3116 4807
Face 7220 14339 14340 14457
Face 7221 11436 15164 12086
Face 7222 13126 34477 34642
Face 7223 34608 34518 34456
Face 7224 470 579 578
Face 7225 469 470 578
Face 7226 579 692 691
Face 7227 578 579 691
Face 7228 692 808 807
Face 7229 691 692 807
Face 7230 808 924 923
Face 7231 807 808 923
Face 7232 924 1033 1032
Face 7233 923 924 1032
Face 7234 1146 1145 1032
Face 7235 1033 1146 1032
Face 7236 1253 1252 1145
Face 7237 1146 1253 1145
Face 7238 1365 1364 1252
Face 7239 1253 1365 1252
Face 7240 1479 1478 1364
Face 7241 1365 1479 1364
Face 7242 1591 1590 1478
Face 7243 1479 1591 1478
Face 7244 1701 1700 1590
Face 7245 1591 1701 1590
Face 7246 1811 1810 1700
Face 7247 1701 1811 1700
Face 7248 1931 1930 1810
Face 7249 1811 1931 1810
Face 7250 1931 2056 2055
Face 7251 1930 1931 2055
Face 7252 2185 2184 2055
Face 7253 2056 2185 2055
Face 7254 2311 2310 2184
Face 7255 2185 2311 2184
Face 7256 2440 2439 2310
Face 7257 2311 2440 2310
Face 7258 2569 2568 2439
Face 7259 2440 2569 2439
Face 7260 2569 2700 2699
Face 7261 2568 2569 2699
Face 7262 2700 2830 2829
Face 7263 2699 2700 2829
Face 7264 2964 2963 2829
Face 7265 2830 2964 2829
Face 7266 3101 3100 2963
Face 7267 2964 3101 2963
Face 7268 3236 3235 3100
Face 7269 3101 3236 3100
Face 7270 3363 3362 3235
Face 7271 3236 3363 3235
Face 7272 3491 3490 3362
Face 7273 3363 3491 3362
Face 7274 3620 3619 3490
Face 7275 3491 3620 3490
Face 7276 3620 3750 3749
Face 7277 3619 3620 3749
Face 7278 3750 3883 3882
Face 7279 3749 3750 3882
Face 7280 3883 4011 4010
Face 7281 3882 3883 4010
Face 7282 4011 4140 4139
Face 7283 4010 4011 4139
Face 7284 4269 4268 4139
Face 7285 4140 4269 4139
Face 7286 4395 4394 4268
Face 7287 4269 4395 4268
Face 7288 4395 4526 4525
Face 7289 4394 4395 4525
Face 7290 4526 4657 4656
Face 7291 4525 4526 4656
Face 7292 4657 4788 4787
Face 7293 4656 4657 4787
Face 7294 4921 4920 4787
Face 7295 4788 4921 4787
Face 7296 5054 5053 4920
Face 7297 4921 5054 4920
Face 7298 5180 5179 5053
Face 7299 5054 5180 5053
Face 7300 5308 5307 5179
Face 7301 5180 5308 5179
Face 7302 5438 5437 5307
Face 7303 5308 5438 5307
Face 7304 5565 5564 5437
Face 7305 5438 5565 5437
Face 7306 5691 5690 5564
Face 7307 5565 5691 5564
Face 7308 5691 5816 5815
Face 7309 5690 5691 5815
Face 7310 5816 5944 5943
Face 7311 5815 5816 5943
Face 7312 5944 6071 6070
Face 7313 5943 5944 6070
Face 7314 6071 6197 6196
Face 7315 6070 6071 6196
Face 7316 6197 6317 6316
Face 7317 6196 6197 6316
Face 7318 6317 6439 6438
Face 7319 6316 6317 6438
Face 7320 6439 6564 6563
Face 7321 6438 6439 6563
Face 7322 6564 1752 1753
Face 7323 6563 6564 1753
Face 7324 1752 4077 999
Face 7325 1753 1752 999
Face 7326 4077 3288 3283
Face 7327 999 4077 3283
Face 7328 3288 5621 5745
Face 7329 3283 3288 5745
Face 7330 2765 2892 5745
Face 7331 5621 2765 5745
Face 7332 5750 5877 14837
Face 7333 2765 5750 2892
Face 7334 13317 13411 13316
Face 7335 2382 10926 2381
Face 7336 12222 12221 12136
Face 7337 12137 12222 12136
Face 7338 11175 11244 11174
Face 7339 8542 16086 16241
Face 7340 13673 3031 3573
Face 7341 31476 31475 31371
Face 7342 1972 1971 1851
Face 7343 4315 4316 4441
Face 7344 1740 1739 1630
Face 7345 6121 6247 6120
Face 7346 613 612 503
Face 7347 4967 4968 5097
Face 7348 6247 6246 6120
Face 7349 4960 4961 5090
Face 7350 4835 4968 4967
Face 7351 426 425 6471
Face 7352 4828 4961 4960
Face 7353 2737 2736 2605
Face 7354 4433 4434 4563
Face 7355 854 853 737
Face 7356 34544 34360 34767
Face 7357 1846 1966 1965
Face 7358 1180 1181 1288
Face 7359 1793 181 1905
Face 7360 1791 1793 1905
Face 7361 3678 2364 2496
Face 7362 6120 6246 6119
Face 7363 34369 34483 34596
Face 7364 4836 4837 4969
Face 7365 545 3832 3960
Face 7366 544 545 3960
Face 7367 3832 422 531
Face 7368 3960 3832 531
Face 7369 190 189 3198
Face 7370 422 190 531
Face 7371 13746 13031 10868
Face 7372 12017 12932 12739
Face 7373 12268 11615 11694
Face 7374 12842 10741 13271
Face 7375 34817 12827 11768
Face 7376 19487 19486 19406
Face 7377 9177 230 4807
Face 7378 15003 642 4197
Face 7379 21537 21630 21629
Face 7380 14608 15165 19683
Face 7381 14122 14333 1580
Face 7382 1493 6842 14476
Face 7383 34731 34618 34601
Face 7384 13880 13898 13879
Face 7385 34778 34811 34765
Face 7386 4946 4947 5077
Face 7387 693 809 808
Face 7388 692 693 808
Face 7389 809 925 924
Face 7390 808 809 924
Face 7391 1034 1033 924
Face 7392 925 1034 924
Face 7393 1034 1147 1146
Face 7394 1033 1034 1146
Face 7395 1254 1253 1146
Face 7396 1147 1254 1146
Face 7397 1366 1365 1253
Face 7398 1254 1366 1253
Face 7399 1480 1479 1365
Face 7400 1366 1480 1365
Face 7401 1592 1591 1479
Face 7402 1480 1592 1479
Face 7403 1702 1701 1591
Face 7404 1592 1702 1591
Face 7405 1812 1811 1701
Face 7406 1702 1812 1701
Face 7407 1932 1931 1811
Face 7408 1812 1932 1811
Face 7409 2057 2056 1931
Face 7410 1932 2057 1931
Face 7411 2186 2185 2056
Face 7412 2057 2186 2056
Face 7413 2186 2312 2311
Face 7414 2185 2186 2311
Face 7415 2441 2440 2311
Face 7416 2312 2441 2311
Face 7417 2441 2570 2569
Face 7418 2440 2441 2569
Face 7419 2570 2701 2700
Face 7420 2569 2570 2700
Face 7421 2701 2831 2830
Face 7422 2700 2701 2830
Face 7423 2831 2965 2964
Face 7424 2830 2831 2964
Face 7425 3102 3101 2964
Face 7426 2965 3102 2964
Face 7427 3237 3236 3101
Face 7428 3102 3237 3101
Face 7429 3364 3363 3236
Face 7430 3237 3364 3236
Face 7431 3492 3491 3363
Face 7432 3364 3492 3363
Face 7433 3621 3620 3491
Face 7434 3492 3621 3491
Face 7435 3621 3751 3750
Face 7436 3620 3621 3750
Face 7437 3751 3884 3883
Face 7438 3750 3751 3883
Face 7439 3884 4012 4011
Face 7440 3883 3884 4011
Face 7441 4012 4141 4140
Face 7442 4011 4012 4140
Face 7443 4270 4269 4140
Face 7444 4141 4270 4140
Face 7445 4270 4396 4395
Face 7446 4269 4270 4395
Face 7447 4527 4526 4395
Face 7448 4396 4527 4395
Face 7449 4527 4658 4657
Face 7450 4526 4527 4657
Face 7451 4658 4789 4788
Face 7452 4657 4658 4788
Face 7453 4922 4921 4788
Face 7454 4789 4922 4788
Face 7455 5055 5054 4921
Face 7456 4922 5055 4921
Face 7457 5181 5180 5054
Face 7458 5055 5181 5054
Face 7459 5309 5308 5180
Face 7460 5181 5309 5180
Face 7461 5439 5438 5308
Face 7462 5309 5439 5308
Face 7463 5566 5565 5438
Face 7464 5439 5566 5438
Face 7465 5692 5691 5565
Face 7466 5566 5692 5565
Face 7467 5692 5817 5816
Face 7468 5691 5692 5816
Face 7469 5945 5944 5816
Face 7470 5817 5945 5816
Face 7471 6072 6071 5944
Face 7472 5945 6072 5944
Face 7473 6198 6197 6071
Face 7474 6072 6198 6071
Face 7475 6198 6318 6317
Face 7476 6197 6198 6317
Face 7477 6318 6440 6439
Face 7478 6317 6318 6439
Face 7479 6440 6565 6564
Face 7480 6439 6440 6564
Face 7481 6565 1644 1752
Face 7482 6564 6565 1752
Face 7483 1644 1422 4077
Face 7484 1752 1644 4077
Face 7485 1422 3289 3288
Face 7486 4077 1422 3288
Face 7487 3289 5492 5621
Face 7488 3288 3289 5621
Face 7489 2635 2765 5621
Face 7490 5492 2635 5621
Face 7491 5877 6004 4619
Face 7492 2635 5877 2765
Face 7493 13793 13792 13697
Face 7494 12026 12627 13578
Face 7495 11193 11192 11130
Face 7496 22305 22304 22208
Face 7497 11885 11884 11803
Face 7498 12881 12973 12880
Face 7499 6970 6971 396
Face 7500 13367 13275 13181
Face 7501 3665 3666 10022
Face 7502 8767 1985 170
Face 7503 4312 4438 4437
Face 7504 518 14629 3956
Face 7505 6365 6366 6487
Face 7506 6247 6366 6365
Face 7507 10140 3927 3926
Face 7508 3920 3921 4048
Face 7509 4308 4309 4434
Face 7510 4827 4828 4960
Face 7511 2737 2864 2736
Face 7512 2864 3000 2863
Face 7513 10381 7724 6512
Face 7514 3655 3785 3784
Face 7515 1401 1400 1288
Face 7516 1099 4340 1995
Face 7517 1972 2098 1971
Face 7518 1672 1777 1671
Face 7519 6246 6365 6364
Face 7520 6357 6479 6478
Face 7521 4970 5100 5099
Face 7522 6245 6246 6364
Face 7523 10628 4443 4442
Face 7524 5242 5117 1647
Face 7525 3701 1662 422
Face 7526 3832 3701 422
Face 7527 1662 189 190
Face 7528 422 1662 190
Face 7529 12017 38 12932
Face 7530 278 6387 15001
Face 7531 13271 13367 13181
Face 7532 13480 13387 8641
Face 7533 11015 30451 11016
Face 7534 34295 34353 34284
Face 7535 642 1743 4197
Face 7536 6008 23065 162
Face 7537 1743 230 9177
Face 7538 4197 1743 9177
Face 7539 15164 15033 12086
Face 7540 21673 160 2660
Face 7541 1585 1493 14476
Face 7542 14476 6842 14055
Face 7543 15264 14519 14508
Face 7544 15229 15264 14508
Face 7545 15711 15854 15710
Face 7546 21437 21532 21531
Face 7547 694 810 809
Face 7548 24953 1693 24819
Face 7549 810 926 925
Face 7550 809 810 925
Face 7551 926 1035 1034
Face 7552 925 926 1034
Face 7553 1035 1148 1147
Face 7554 1034 1035 1147
Face 7555 1255 1254 1147
Face 7556 1148 1255 1147
Face 7557 1367 1366 1254
Face 7558 1255 1367 1254
Face 7559 1481 1480 1366
Face 7560 1367 1481 1366
Face 7561 1593 1592 1480
Face 7562 1481 1593 1480
Face 7563 1703 1702 1592
Face 7564 1593 1703 1592
Face 7565 1813 1812 1702
Face 7566 1703 1813 1702
Face 7567 1933 1932 1812
Face 7568 1813 1933 1812
Face 7569 2058 2057 1932
Face 7570 1933 2058 1932
Face 7571 2187 2186 2057
Face 7572 2058 2187 2057
Face 7573 2313 2312 2186
Face 7574 2187 2313 2186
Face 7575 2442 2441 2312
Face 7576 2313 2442 2312
Face 7577 2571 2570 2441
Face 7578 2442 2571 2441
Face 7579 2571 2702 2701
Face 7580 2570 2571 2701
Face 7581 2702 2832 2831
Face 7582 2701 2702 2831
Face 7583 2832 2966 2965
Face 7584 2831 2832 2965
Face 7585 2966 3103 3102
Face 7586 2965 2966 3102
Face 7587 3238 3237 3102
Face 7588 3103 3238 3102
Face 7589 3365 3364 3237
Face 7590 3238 3365 3237
Face 7591 3493 3492 3364
Face 7592 3365 3493 3364
Face 7593 3622 3621 3492
Face 7594 3493 3622 3492
Face 7595 3752 3751 3621
Face 7596 3622 3752 3621
Face 7597 3885 3884 3751
Face 7598 3752 3885 3751
Face 7599 4013 4012 3884
Face 7600 3885 4013 3884
Face 7601 4142 4141 4012
Face 7602 4013 4142 4012
Face 7603 4142 4271 4270
Face 7604 4141 4142 4270
Face 7605 4271 4397 4396
Face 7606 4270 4271 4396
Face 7607 4528 4527 4396
Face 7608 4397 4528 4396
Face 7609 4528 4659 4658
Face 7610 4527 4528 4658
Face 7611 4659 4790 4789
Face 7612 4658 4659 4789
Face 7613 4923 4922 4789
Face 7614 4790 4923 4789
Face 7615 5056 5055 4922
Face 7616 4923 5056 4922
Face 7617 5182 5181 5055
Face 7618 5056 5182 5055
Face 7619 5310 5309 5181
Face 7620 5182 5310 5181
Face 7621 5440 5439 5309
Face 7622 5310 5440 5309
Face 7623 5567 5566 5439
Face 7624 5440 5567 5439
Face 7625 5693 5692 5566
Face 7626 5567 5693 5566
Face 7627 5818 5817 5692
Face 7628 5693 5818 5692
Face 7629 5946 5945 5817
Face 7630 5818 5946 5817
Face 7631 6073 6072 5945
Face 7632 5946 6073 5945
Face 7633 6199 6198 6072
Face 7634 6073 6199 6072
Face 7635 6319 6318 6198
Face 7636 6199 6319 6198
Face 7637 6441 6440 6318
Face 7638 6319 6441 6318
Face 7639 6441 6566 6565
Face 7640 6440 6441 6565
Face 7641 6566 1643 1644
Face 7642 6565 6566 1644
Face 7643 1643 3674 1422
Face 7644 1644 1643 1422
Face 7645 3674 3290 3289
Face 7646 1422 3674 3289
Face 7647 5366 5492 3289
Face 7648 3290 5366 3289
Face 7649 2504 2635 5492
Face 7650 5366 2504 5492
Face 7651 2373 6004 2504
Face 7652 2635 2504 5877
Face 7653 13508 13605 13507
Face 7654 13698 13793 13697
Face 7655 12561 6692 10740
Face 7656 13284 12439 1674
Face 7657 2277 12184 13653
Face 7658 11518 11923 12450
Face 7659 23154 24016 19706
Face 7660 5469 8517 5124
Face 7661 13275 12360 12269
Face 7662 3034 15398 3305
Face 7663 3787 3919 3786
Face 7664 3657 3787 3656
Face 7665 1404 1517 1403
Face 7666 6246 6247 6365
Face 7667 6488 1791 1790
Face 7668 6478 862 660
Face 7669 6473 6472 6350
Face 7670 4435 4565 4564
Face 7671 4565 4697 4696
Face 7672 3137 3136 2999
Face 7673 3000 2999 2863
Face 7674 2260 8617 2259
Face 7675 1888 2009 2008
Face 7676 16210 15329 5474
Face 7677 502 503 611
Face 7678 13949 11620 15741
Face 7679 5087 5086 4956
Face 7680 2095 2094 1968
Face 7681 3956 14629 14628
Face 7682 6365 6487 6486
Face 7683 6253 6254 6372
Face 7684 2118 2245 5242
Face 7685 6364 6365 6486
Face 7686 316 1662 3701
Face 7687 10355 545 10478
Face 7688 316 188 189
Face 7689 1662 316 189
Face 7690 15001 6387 894
Face 7691 189 188 278
Face 7692 8517 3320 4212
Face 7693 866 18419 4329
Face 7694 11692 12631 34617
Face 7695 30527 30526 25579
Face 7696 6922 7812 10081
Face 7697 2805 239 2637
Face 7698 5069 14505 2003
Face 7699 16656 16655 16496
Face 7700 210 642 15003
Face 7701 1607 1716 4153
Face 7702 4022 1607 4153
Face 7703 14340 14458 14457
Face 7704 9555 8957 9187
Face 7705 14519 16106 16088
Face 7706 14508 14519 16088
Face 7707 16328 16327 16170
Face 7708 21625 21626 21720
Face 7709 809 693 694
Face 7710 4737 1430 13914
Face 7711 811 927 926
Face 7712 810 811 926
Face 7713 927 1036 1035
Face 7714 926 927 1035
Face 7715 1036 1149 1148
Face 7716 1035 1036 1148
Face 7717 1256 1255 1148
Face 7718 1149 1256 1148
Face 7719 1368 1367 1255
Face 7720 1256 1368 1255
Face 7721 1482 1481 1367
Face 7722 1368 1482 1367
Face 7723 1594 1593 1481
Face 7724 1482 1594 1481
Face 7725 1704 1703 1593
Face 7726 1594 1704 1593
Face 7727 1814 1813 1703
Face 7728 1704 1814 1703
Face 7729 1934 1933 1813
Face 7730 1814 1934 1813
Face 7731 2059 2058 1933
Face 7732 1934 2059 1933
Face 7733 2188 2187 2058
Face 7734 2059 2188 2058
Face 7735 2314 2313 2187
Face 7736 2188 2314 2187
Face 7737 2443 2442 2313
Face 7738 2314 2443 2313
Face 7739 2572 2571 2442
Face 7740 2443 2572 2442
Face 7741 2703 2702 2571
Face 7742 2572 2703 2571
Face 7743 2833 2832 2702
Face 7744 2703 2833 2702
Face 7745 2967 2966 2832
Face 7746 2833 2967 2832
Face 7747 3104 3103 2966
Face 7748 2967 3104 2966
Face 7749 3239 3238 3103
Face 7750 3104 3239 3103
Face 7751 3366 3365 3238
Face 7752 3239 3366 3238
Face 7753 3494 3493 3365
Face 7754 3366 3494 3365
Face 7755 3623 3622 3493
Face 7756 3494 3623 3493
Face 7757 3753 3752 3622
Face 7758 3623 3753 3622
Face 7759 3886 3885 3752
Face 7760 3753 3886 3752
Face 7761 4014 4013 3885
Face 7762 3886 4014 3885
Face 7763 4014 4143 4142
Face 7764 4013 4014 4142
Face 7765 4143 4272 4271
Face 7766 4142 4143 4271
Face 7767 4398 4397 4271
Face 7768 4272 4398 4271
Face 7769 4398 4529 4528
Face 7770 4397 4398 4528
Face 7771 4529 4660 4659
Face 7772 4528 4529 4659
Face 7773 4660 4791 4790
Face 7774 4659 4660 4790
Face 7775 4924 4923 4790
Face 7776 4791 4924 4790
Face 7777 5057 5056 4923
Face 7778 4924 5057 4923
Face 7779 5183 5182 5056
Face 7780 5057 5183 5056
Face 7781 5311 5310 5182
Face 7782 5183 5311 5182
Face 7783 5441 5440 5310
Face 7784 5311 5441 5310
Face 7785 5568 5567 5440
Face 7786 5441 5568 5440
Face 7787 5694 5693 5567
Face 7788 5568 5694 5567
Face 7789 5819 5818 5693
Face 7790 5694 5819 5693
Face 7791 5947 5946 5818
Face 7792 5819 5947 5818
Face 7793 6074 6073 5946
Face 7794 5947 6074 5946
Face 7795 6200 6199 6073
Face 7796 6074 6200 6073
Face 7797 6320 6319 6199
Face 7798 6200 6320 6199
Face 7799 6442 6441 6319
Face 7800 6320 6442 6319
Face 7801 6442 6567 6566
Face 7802 6441 6442 6566
Face 7803 1534 1643 6566
Face 7804 6567 1534 6566
Face 7805 626 3674 1643
Face 7806 1534 626 1643
Face 7807 626 3418 3290
Face 7808 3674 626 3290
Face 7809 3418 5236 5366
Face 7810 3290 3418 5366
Face 7811 5236 2373 2504
Face 7812 5366 5236 2504
Face 7813 11560 11638 11559
Face 7814 5112 2372 2373
Face 7815 13605 13698 13697
Face 7816 13604 13605 13697
Face 7817 860 12439 13284
Face 7818 10740 860 13284
Face 7819 9874 4466 4861
Face 7820 12439 9874 1674
Face 7821 13771 9630 10967
Face 7822 20111 20112 20190
Face 7823 13611 13704 13703
Face 7824 13699 13794 13698
Face 7825 5726 5854 5853
Face 7826 2487 2616 2486
Face 7827 5100 5101 5223
Face 7828 2527 2658 2657
Face 7829 2861 2862 2997
Face 7830 6366 6488 6487
Face 7831 4434 4435 4564
Face 7832 2998 3135 3134
Face 7833 2101 2228 2227
Face 7834 1863 1864 2632
Face 7835 738 737 622
Face 7836 2477 2606 2476
Face 7837 738 854 737
Face 7838 11793 11874 11873
Face 7839 643 3804 630
Face 7840 506 615 505
Face 7841 4045 4046 4174
Face 7842 2915 9165 7466
Face 7843 11721 11720 11641
Face 7844 10877 2248 10876
Face 7845 200 1790 1791
Face 7846 1570 1790 8042
Face 7847 5117 1648 1647
Face 7848 5099 5100 5222
Face 7849 4076 14628 3959
Face 7850 8958 10435 4981
Face 7851 187 894 6387
Face 7852 188 187 6387
Face 7853 5114 4329 5238
Face 7854 6535 7193 7520
Face 7855 14895 14528 14527
Face 7856 3320 4458 4212
Face 7857 3035 20199 14332
Face 7858 9177 4807 4801
Face 7859 16112 3959 4464
Face 7860 2637 210 15003
Face 7861 3334 239 3333
Face 7862 4748 4880 1716
Face 7863 1607 4748 1716
Face 7864 14229 14230 14339
Face 7865 14813 14453 14620
Face 7866 16106 1019 1464
Face 7867 16088 16106 1464
Face 7868 19882 20659 20658
Face 7869 20065 19337 19336
Face 7870 15400 4737 13914
Face 7871 2288 3835 558
Face 7872 17467 811 810
Face 7873 22327 22231 22612
Face 7874 2590 19139 19029
Face 7875 34640 34428 34772
Face 7876 1037 1150 1149
Face 7877 1036 1037 1149
Face 7878 1257 1256 1149
Face 7879 1150 1257 1149
Face 7880 1369 1368 1256
Face 7881 1257 1369 1256
Face 7882 1483 1482 1368
Face 7883 1369 1483 1368
Face 7884 1595 1594 1482
Face 7885 1483 1595 1482
Face 7886 1705 1704 1594
Face 7887 1595 1705 1594
Face 7888 1815 1814 1704
Face 7889 1705 1815 1704
Face 7890 1935 1934 1814
Face 7891 1815 1935 1814
Face 7892 2060 2059 1934
Face 7893 1935 2060 1934
Face 7894 2189 2188 2059
Face 7895 2060 2189 2059
Face 7896 2315 2314 2188
Face 7897 2189 2315 2188
Face 7898 2444 2443 2314
Face 7899 2315 2444 2314
Face 7900 2573 2572 2443
Face 7901 2444 2573 2443
Face 7902 2704 2703 2572
Face 7903 2573 2704 2572
Face 7904 2834 2833 2703
Face 7905 2704 2834 2703
Face 7906 2968 2967 2833
Face 7907 2834 2968 2833
Face 7908 3105 3104 2967
Face 7909 2968 3105 2967
Face 7910 3240 3239 3104
Face 7911 3105 3240 3104
Face 7912 3367 3366 3239
Face 7913 3240 3367 3239
Face 7914 3495 3494 3366
Face 7915 3367 3495 3366
Face 7916 3624 3623 3494
Face 7917 3495 3624 3494
Face 7918 3754 3753 3623
Face 7919 3624 3754 3623
Face 7920 3887 3886 3753
Face 7921 3754 3887 3753
Face 7922 4015 4014 3886
Face 7923 3887 4015 3886
Face 7924 4015 4144 4143
Face 7925 4014 4015 4143
Face 7926 4273 4272 4143
Face 7927 4144 4273 4143
Face 7928 4273 4399 4398
Face 7929 4272 4273 4398
Face 7930 4399 4530 4529
Face 7931 4398 4399 4529
Face 7932 4530 4661 4660
Face 7933 4529 4530 4660
Face 7934 4661 4792 4791
Face 7935 4660 4661 4791
Face 7936 4925 4924 4791
Face 7937 4792 4925 4791
Face 7938 5058 5057 4924
Face 7939 4925 5058 4924
Face 7940 5184 5183 5057
Face 7941 5058 5184 5057
Face 7942 5312 5311 5183
Face 7943 5184 5312 5183
Face 7944 5442 5441 5311
Face 7945 5312 5442 5311
Face 7946 5569 5568 5441
Face 7947 5442 5569 5441
Face 7948 5695 5694 5568
Face 7949 5569 5695 5568
Face 7950 5820 5819 5694
Face 7951 5695 5820 5694
Face 7952 5948 5947 5819
Face 7953 5820 5948 5819
Face 7954 6075 6074 5947
Face 7955 5948 6075 5947
Face 7956 6201 6200 6074
Face 7957 6075 6201 6074
Face 7958 6321 6320 6200
Face 7959 6201 6321 6200
Face 7960 6443 6442 6320
Face 7961 6321 6443 6320
Face 7962 6443 6568 6567
Face 7963 6442 6443 6567
Face 7964 6568 1533 1534
Face 7965 6567 6568 1534
Face 7966 628 626 1534
Face 7967 1533 628 1534
Face 7968 3419 3418 626
Face 7969 628 3419 626
Face 7970 5112 5236 3418
Face 7971 3419 5112 3418
Face 7972 3032 34275 34490
Face 7973 5236 5112 2373
Face 7974 11482 11560 11481
Face 7975 12302 12303 12393
Face 7976 11318 11399 11317
Face 7977 13792 13793 7743
Face 7978 11560 11559 11481
Face 7979 11641 11640 11562
Face 7980 735 851 850
Face 7981 9068 7509 7623
Face 7982 34368 34619 34717
Face 7983 1067 1068 1180
Face 7984 1636 1637 8275
Face 7985 7897 8004 1672
Face 7986 2526 2527 2657
Face 7987 1850 1851 1970
Face 7988 5223 5224 5355
Face 7989 5224 5356 5355
Face 7990 393 394 501
Face 7991 1846 1847 1966
Face 7992 4953 4954 5083
Face 7993 4697 4828 4827
Face 7994 1967 2093 2092
Face 7995 33621 33746 33620
Face 7996 1966 1967 2092
Face 7997 2092 2093 2219
Face 7998 615 614 505
Face 7999 409 4204 3411
Face 8000 5977 5978 6104
Face 8001 4175 4305 4304
Face 8002 5871 5999 5998
Face 8003 5866 5994 5865
Face 8004 301 6775 6776
Face 8005 2101 2100 1974
Face 8006 5223 5355 5354
Face 8007 4969 4970 5099
Face 8008 4464 14747 14748
Face 8009 2357 2486 2356
Face 8010 100 6411 894
Face 8011 187 100 894
Face 8012 1538 3072 2023
Face 8013 29960 30021 29959
Face 8014 3958 3320 8517
Face 8015 3297 3958 8517
Face 8016 10714 14308 7706
Face 8017 1678 11289 11760
Face 8018 16523 14734 8563
Face 8019 5115 1157 2372
Face 8020 239 210 2637
Face 8021 3334 3333 4615
Face 8022 4748 3332 3457
Face 8023 4880 4748 3457
Face 8024 6842 14146 14055
Face 8025 14734 14082 8563
Face 8026 1019 1377 3506
Face 8027 1464 1019 3506
Face 8028 21343 21344 21436
Face 8029 3436 8364 3508
Face 8030 1234 14058 904
Face 8031 16077 16234 16233
Face 8032 15864 15863 24709
Face 8033 30055 30054 29993
Face 8034 452 562 17187
Face 8035 16058 2162 6722
Face 8036 34638 34771 34668
Face 8037 1037 1038 1150
Face 8038 1258 1257 1150
Face 8039 1151 1258 1150
Face 8040 1370 1369 1257
Face 8041 1258 1370 1257
Face 8042 1484 1483 1369
Face 8043 1370 1484 1369
Face 8044 1596 1595 1483
Face 8045 1484 1596 1483
Face 8046 1706 1705 1595
Face 8047 1596 1706 1595
Face 8048 1816 1815 1705
Face 8049 1706 1816 1705
Face 8050 1936 1935 1815
Face 8051 1816 1936 1815
Face 8052 2061 2060 1935
Face 8053 1936 2061 1935
Face 8054 2190 2189 2060
Face 8055 2061 2190 2060
Face 8056 2316 2315 2189
Face 8057 2190 2316 2189
Face 8058 2445 2444 2315
Face 8059 2316 2445 2315
Face 8060 2574 2573 2444
Face 8061 2445 2574 2444
Face 8062 2705 2704 2573
Face 8063 2574 2705 2573
Face 8064 2835 2834 2704
Face 8065 2705 2835 2704
Face 8066 2969 2968 2834
Face 8067 2835 2969 2834
Face 8068 3106 3105 2968
Face 8069 2969 3106 2968
Face 8070 3241 3240 3105
Face 8071 3106 3241 3105
Face 8072 3241 3368 3367
Face 8073 3240 3241 3367
Face 8074 3496 3495 3367
Face 8075 3368 3496 3367
Face 8076 3625 3624 3495
Face 8077 3496 3625 3495
Face 8078 3755 3754 3624
Face 8079 3625 3755 3624
Face 8080 3888 3887 3754
Face 8081 3755 3888 3754
Face 8082 4016 4015 3887
Face 8083 3888 4016 3887
Face 8084 4145 4144 4015
Face 8085 4016 4145 4015
Face 8086 4274 4273 4144
Face 8087 4145 4274 4144
Face 8088 4274 4400 4399
Face 8089 4273 4274 4399
Face 8090 4400 4531 4530
Face 8091 4399 4400 4530
Face 8092 4531 4662 4661
Face 8093 4530 4531 4661
Face 8094 4793 4792 4661
Face 8095 4662 4793 4661
Face 8096 4926 4925 4792
Face 8097 4793 4926 4792
Face 8098 5059 5058 4925
Face 8099 4926 5059 4925
Face 8100 5185 5184 5058
Face 8101 5059 5185 5058
Face 8102 5313 5312 5184
Face 8103 5185 5313 5184
Face 8104 5443 5442 5312
Face 8105 5313 5443 5312
Face 8106 5570 5569 5442
Face 8107 5443 5570 5442
Face 8108 5696 5695 5569
Face 8109 5570 5696 5569
Face 8110 5821 5820 5695
Face 8111 5696 5821 5695
Face 8112 5949 5948 5820
Face 8113 5821 5949 5820
Face 8114 6076 6075 5948
Face 8115 5949 6076 5948
Face 8116 6202 6201 6075
Face 8117 6076 6202 6075
Face 8118 6322 6321 6201
Face 8119 6202 6322 6201
Face 8120 6444 6443 6321
Face 8121 6322 6444 6321
Face 8122 6569 6568 6443
Face 8123 6444 6569 6443
Face 8124 1420 1533 6568
Face 8125 6569 1420 6568
Face 8126 627 628 1533
Face 8127 1420 627 1533
Face 8128 3156 3419 628
Face 8129 627 3156 628
Face 8130 3156 4982 5112
Face 8131 3419 3156 5112
Face 8132 11382 6749 6748
Face 8133 5112 4982 2372
Face 8134 4954 5084 5083
Face 8135 11115 11177 11114
Face 8136 2608 2739 2607
Face 8137 2602 2603 2733
Face 8138 10127 11837 11838
Face 8139 28004 34788 34362
Face 8140 6350 6472 6349
Face 8141 4176 4306 4305
Face 8142 1778 1894 1893
Face 8143 1777 1778 1893
Face 8144 1894 2015 2014
Face 8145 8110 1896 1779
Face 8146 851 965 850
Face 8147 3434 3563 1416
Face 8148 3152 3421 3544
Face 8149 961 1071 960
Face 8150 2094 2221 2093
Face 8151 845 846 959
Face 8152 4309 4435 4434
Face 8153 4564 4565 4696
Face 8154 3402 3531 3530
Face 8155 4050 4049 3921
Face 8156 2606 2605 2476
Face 8157 2093 2220 2219
Face 8158 5349 5350 5476
Face 8159 3785 3786 3917
Face 8160 503 612 611
Face 8161 433 426 6472
Face 8162 34417 34342 34360
Face 8163 6122 6121 5993
Face 8164 5992 6120 5991
Face 8165 5611 5736 5610
Face 8166 5100 5223 5222
Face 8167 6246 6245 6119
Face 8168 2615 2614 2485
Face 8169 5117 10997 1648
Face 8170 14747 4464 14628
Face 8171 2486 2485 2356
Face 8172 6535 2023 6508
Face 8173 6411 6535 6508
Face 8174 34316 34622 34445
Face 8175 4987 4234 1310
Face 8176 2660 160 6794
Face 8177 12544 12409 21463
Face 8178 34716 34641 34603
Face 8179 19407 19487 19406
Face 8180 2784 14113 2204
Face 8181 4484 3334 4615
Face 8182 239 2805 3333
Face 8183 2804 2803 3457
Face 8184 3332 2804 3457
Face 8185 14566 14686 14685
Face 8186 34609 977 34467
Face 8187 1377 16584 1466
Face 8188 3506 1377 1466
Face 8189 21626 21721 21720
Face 8190 21255 21348 21347
Face 8191 16076 16077 16233
Face 8192 552 2800 368
Face 8193 22327 12409 12544
Face 8194 21914 22012 22011
Face 8195 16053 16058 6722
Face 8196 2162 15890 15891
Face 8197 29210 34412 34432
Face 8198 14625 4070 15357
Face 8199 1152 1259 1258
Face 8200 1151 1152 1258
Face 8201 1371 1370 1258
Face 8202 1259 1371 1258
Face 8203 1485 1484 1370
Face 8204 1371 1485 1370
Face 8205 1597 1596 1484
Face 8206 1485 1597 1484
Face 8207 1707 1706 1596
Face 8208 1597 1707 1596
Face 8209 1817 1816 1706
Face 8210 1707 1817 1706
Face 8211 1937 1936 1816
Face 8212 1817 1937 1816
Face 8213 2062 2061 1936
Face 8214 1937 2062 1936
Face 8215 2191 2190 2061
Face 8216 2062 2191 2061
Face 8217 2317 2316 2190
Face 8218 2191 2317 2190
Face 8219 2446 2445 2316
Face 8220 2317 2446 2316
Face 8221 2575 2574 2445
Face 8222 2446 2575 2445
Face 8223 2706 2705 2574
Face 8224 2575 2706 2574
Face 8225 2836 2835 2705
Face 8226 2706 2836 2705
Face 8227 2970 2969 2835
Face 8228 2836 2970 2835
Face 8229 3107 3106 2969
Face 8230 2970 3107 2969
Face 8231 3242 3241 3106
Face 8232 3107 3242 3106
Face 8233 3242 3369 3368
Face 8234 3241 3242 3368
Face 8235 3497 3496 3368
Face 8236 3369 3497 3368
Face 8237 3626 3625 3496
Face 8238 3497 3626 3496
Face 8239 3756 3755 3625
Face 8240 3626 3756 3625
Face 8241 3889 3888 3755
Face 8242 3756 3889 3755
Face 8243 4017 4016 3888
Face 8244 3889 4017 3888
Face 8245 4146 4145 4016
Face 8246 4017 4146 4016
Face 8247 4146 4275 4274
Face 8248 4145 4146 4274
Face 8249 4275 4401 4400
Face 8250 4274 4275 4400
Face 8251 4532 4531 4400
Face 8252 4401 4532 4400
Face 8253 4663 4662 4531
Face 8254 4532 4663 4531
Face 8255 4794 4793 4662
Face 8256 4663 4794 4662
Face 8257 4794 4927 4926
Face 8258 4793 4794 4926
Face 8259 4927 5060 5059
Face 8260 4926 4927 5059
Face 8261 5186 5185 5059
Face 8262 5060 5186 5059
Face 8263 5314 5313 5185
Face 8264 5186 5314 5185
Face 8265 5444 5443 5313
Face 8266 5314 5444 5313
Face 8267 5571 5570 5443
Face 8268 5444 5571 5443
Face 8269 5697 5696 5570
Face 8270 5571 5697 5570
Face 8271 5822 5821 5696
Face 8272 5697 5822 5696
Face 8273 5950 5949 5821
Face 8274 5822 5950 5821
Face 8275 6077 6076 5949
Face 8276 5950 6077 5949
Face 8277 6203 6202 6076
Face 8278 6077 6203 6076
Face 8279 6323 6322 6202
Face 8280 6203 6323 6202
Face 8281 6445 6444 6322
Face 8282 6323 6445 6322
Face 8283 6570 6569 6444
Face 8284 6445 6570 6444
Face 8285 3414 1420 6569
Face 8286 6570 3414 6569
Face 8287 744 627 1420
Face 8288 3414 744 1420
Face 8289 3155 3156 627
Face 8290 744 3155 627
Face 8291 3155 4850 4982
Face 8292 3156 3155 4982
Face 8293 7847 13453 11094
Face 8294 4982 4850 5115
Face 8295 4696 4697 4827
Face 8296 4179 4309 4308
Face 8297 13584 13490 9326
Face 8298 4557 4558 4689
Face 8299 13055 13056 13149
Face 8300 11404 11487 11403
Face 8301 11565 11564 11486
Face 8302 13799 13798 13703
Face 8303 1893 1894 2014
Face 8304 2140 2139 2014
Face 8305 8481 8580 8579
Face 8306 1739 1851 1850
Face 8307 2015 2140 2014
Face 8308 1301 1300 1192
Face 8309 732 733 848
Face 8310 6240 6239 6113
Face 8311 4700 4831 4830
Face 8312 5858 5857 5729
Face 8313 1292 1291 1183
Face 8314 4178 4179 4308
Face 8315 3922 4050 3921
Face 8316 2864 2863 2736
Face 8317 2220 2348 2347
Face 8318 3536 3665 3535
Face 8319 614 613 504
Face 8320 4306 4432 4305
Face 8321 1847 1967 1966
Face 8322 4572 4573 4704
Face 8323 2484 2485 2613
Face 8324 1525 1524 1411
Face 8325 15195 15332 7083
Face 8326 5992 5991 5863
Face 8327 5867 5995 5994
Face 8328 1647 1648 3034
Face 8329 5864 5992 5863
Face 8330 2245 5117 5242
Face 8331 4830 4831 4963
Face 8332 34816 34633 34497
Face 8333 6535 6411 7288
Face 8334 15 4987 1310
Face 8335 2023 15 1310
Face 8336 11615 2277 13653
Face 8337 3377 6511 3504
Face 8338 11694 11615 13653
Face 8339 9612 9498 9499
Face 8340 34605 18840 20155
Face 8341 4873 5005 15049
Face 8342 2362 8726 15579
Face 8343 2804 5005 4873
Face 8344 983 1658 15049
Face 8345 2803 2804 4873
Face 8346 5005 15053 15049
Face 8347 3563 3690 1416
Face 8348 549 14623 14505
Face 8349 16584 16442 16441
Face 8350 1466 16584 16441
Face 8351 13911 19358 11516
Face 8352 22511 14687 10327
Face 8353 16234 16398 16397
Face 8354 13914 1430 2936
Face 8355 31606 31720 31719
Face 8356 14332 20199 19344
Face 8357 6722 2162 15891
Face 8358 15890 6276 5776
Face 8359 6162 34740 18459
Face 8360 14439 14625 15357
Face 8361 12559 34808 23930
Face 8362 11693 34727 34683
Face 8363 1372 1371 1259
Face 8364 1260 1372 1259
Face 8365 1486 1485 1371
Face 8366 1372 1486 1371
Face 8367 1598 1597 1485
Face 8368 1486 1598 1485
Face 8369 1708 1707 1597
Face 8370 1598 1708 1597
Face 8371 1818 1817 1707
Face 8372 1708 1818 1707
Face 8373 1938 1937 1817
Face 8374 1818 1938 1817
Face 8375 2063 2062 1937
Face 8376 1938 2063 1937
Face 8377 2192 2191 2062
Face 8378 2063 2192 2062
Face 8379 2318 2317 2191
Face 8380 2192 2318 2191
Face 8381 2447 2446 2317
Face 8382 2318 2447 2317
Face 8383 2576 2575 2446
Face 8384 2447 2576 2446
Face 8385 2707 2706 2575
Face 8386 2576 2707 2575
Face 8387 2837 2836 2706
Face 8388 2707 2837 2706
Face 8389 2971 2970 2836
Face 8390 2837 2971 2836
Face 8391 3108 3107 2970
Face 8392 2971 3108 2970
Face 8393 3243 3242 3107
Face 8394 3108 3243 3107
Face 8395 3370 3369 3242
Face 8396 3243 3370 3242
Face 8397 3498 3497 3369
Face 8398 3370 3498 3369
Face 8399 3627 3626 3497
Face 8400 3498 3627 3497
Face 8401 3757 3756 3626
Face 8402 3627 3757 3626
Face 8403 3890 3889 3756
Face 8404 3757 3890 3756
Face 8405 3890 4018 4017
Face 8406 3889 3890 4017
Face 8407 4018 4147 4146
Face 8408 4017 4018 4146
Face 8409 4147 4276 4275
Face 8410 4146 4147 4275
Face 8411 4276 4402 4401
Face 8412 4275 4276 4401
Face 8413 4533 4532 4401
Face 8414 4402 4533 4401
Face 8415 4664 4663 4532
Face 8416 4533 4664 4532
Face 8417 4795 4794 4663
Face 8418 4664 4795 4663
Face 8419 4795 4928 4927
Face 8420 4794 4795 4927
Face 8421 4928 5061 5060
Face 8422 4927 4928 5060
Face 8423 5187 5186 5060
Face 8424 5061 5187 5060
Face 8425 5315 5314 5186
Face 8426 5187 5315 5186
Face 8427 5445 5444 5314
Face 8428 5315 5445 5314
Face 8429 5572 5571 5444
Face 8430 5445 5572 5444
Face 8431 5698 5697 5571
Face 8432 5572 5698 5571
Face 8433 5823 5822 5697
Face 8434 5698 5823 5697
Face 8435 5951 5950 5822
Face 8436 5823 5951 5822
Face 8437 6078 6077 5950
Face 8438 5951 6078 5950
Face 8439 6204 6203 6077
Face 8440 6078 6204 6077
Face 8441 6324 6323 6203
Face 8442 6204 6324 6203
Face 8443 6446 6445 6323
Face 8444 6324 6446 6323
Face 8445 6571 6570 6445
Face 8446 6446 6571 6445
Face 8447 3543 3414 6570
Face 8448 6571 3543 6570
Face 8449 1528 744 3414
Face 8450 3543 1528 3414
Face 8451 3291 3155 744
Face 8452 1528 3291 744
Face 8453 34554 23023 34590
Face 8454 3155 3291 4850
Face 8455 12513 12601 12512
Face 8456 2396 2395 2268
Face 8457 1425 7466 2916
Face 8458 34442 34489 34583
Face 8459 9326 8256 12006
Face 8460 13095 12262 12006
Face 8461 11610 11676 11301
Face 8462 1315 11537 12741
Face 8463 5993 5992 5864
Face 8464 9002 9003 9115
Face 8465 2265 2264 2139
Face 8466 2140 2265 2139
Face 8467 2392 2391 2264
Face 8468 2265 2392 2264
Face 8469 3690 1417 1416
Face 8470 5865 5864 5736
Face 8471 9631 34318 10967
Face 8472 33359 33492 33358
Face 8473 1184 1292 1183
Face 8474 515 624 514
Face 8475 3790 3922 3789
Face 8476 4050 4179 4178
Face 8477 19568 19567 19486
Face 8478 12118 12899 10857
Face 8479 4561 4693 4692
Face 8480 5220 5221 5352
Face 8481 11518 11302 11923
Face 8482 1625 1626 1734
Face 8483 2473 2474 2602
Face 8484 4695 4696 4826
Face 8485 2603 2734 2733
Face 8486 13181 13275 12269
Face 8487 1413 1526 1412
Face 8488 27335 27334 27224
Face 8489 6120 6119 5991
Face 8490 5864 5863 5735
Face 8491 14653 21477 10109
Face 8492 4693 4824 4823
Face 8493 34281 34613 34367
Face 8494 2496 2364 2118
Face 8495 5598 4214 4987
Face 8496 15 5598 4987
Face 8497 3504 1320 124
Face 8498 4987 4214 39
Face 8499 11445 11364 12269
Face 8500 11017 11062 11061
Face 8501 2089 2090 2216
Face 8502 410 14036 3199
Face 8503 3118 410 3199
Face 8504 16432 560 559
Face 8505 16597 16432 16433
Face 8506 15255 549 161
Face 8507 15390 15255 161
Face 8508 161 549 14505
Face 8509 24119 14720 24121
Face 8510 16442 16433 16434
Face 8511 16441 16442 16434
Face 8512 15169 14659 15870
Face 8513 4332 10859 7177
Face 8514 367 552 368
Face 8515 15616 14877 14277
Face 8516 22301 22397 22396
Face 8517 14529 14901 14900
Face 8518 15891 15890 5776
Face 8519 6276 1117 2775
Face 8520 11016 11017 11061
Face 8521 865 1655 3928
Face 8522 15971 15975 5389
Face 8523 1373 1372 1260
Face 8524 20551 34712 20732
Face 8525 1487 1486 1372
Face 8526 1373 1487 1372
Face 8527 1599 1598 1486
Face 8528 1487 1599 1486
Face 8529 1709 1708 1598
Face 8530 1599 1709 1598
Face 8531 1819 1818 1708
Face 8532 1709 1819 1708
Face 8533 1939 1938 1818
Face 8534 1819 1939 1818
Face 8535 2064 2063 1938
Face 8536 1939 2064 1938
Face 8537 2193 2192 2063
Face 8538 2064 2193 2063
Face 8539 2319 2318 2192
Face 8540 2193 2319 2192
Face 8541 2448 2447 2318
Face 8542 2319 2448 2318
Face 8543 2577 2576 2447
Face 8544 2448 2577 2447
Face 8545 2708 2707 2576
Face 8546 2577 2708 2576
Face 8547 2838 2837 2707
Face 8548 2708 2838 2707
Face 8549 2972 2971 2837
Face 8550 2838 2972 2837
Face 8551 3109 3108 2971
Face 8552 2972 3109 2971
Face 8553 3244 3243 3108
Face 8554 3109 3244 3108
Face 8555 3371 3370 3243
Face 8556 3244 3371 3243
Face 8557 3371 3499 3498
Face 8558 3370 3371 3498
Face 8559 3499 3628 3627
Face 8560 3498 3499 3627
Face 8561 3628 3758 3757
Face 8562 3627 3628 3757
Face 8563 3758 3891 3890
Face 8564 3757 3758 3890
Face 8565 3891 4019 4018
Face 8566 3890 3891 4018
Face 8567 4019 4148 4147
Face 8568 4018 4019 4147
Face 8569 4148 4277 4276
Face 8570 4147 4148 4276
Face 8571 4277 4403 4402
Face 8572 4276 4277 4402
Face 8573 4534 4533 4402
Face 8574 4403 4534 4402
Face 8575 4665 4664 4533
Face 8576 4534 4665 4533
Face 8577 4796 4795 4664
Face 8578 4665 4796 4664
Face 8579 4796 4929 4928
Face 8580 4795 4796 4928
Face 8581 4929 5062 5061
Face 8582 4928 4929 5061
Face 8583 5188 5187 5061
Face 8584 5062 5188 5061
Face 8585 5188 5316 5315
Face 8586 5187 5188 5315
Face 8587 5316 5446 5445
Face 8588 5315 5316 5445
Face 8589 5573 5572 5445
Face 8590 5446 5573 5445
Face 8591 5699 5698 5572
Face 8592 5573 5699 5572
Face 8593 5824 5823 5698
Face 8594 5699 5824 5698
Face 8595 5952 5951 5823
Face 8596 5824 5952 5823
Face 8597 6079 6078 5951
Face 8598 5952 6079 5951
Face 8599 6205 6204 6078
Face 8600 6079 6205 6078
Face 8601 6325 6324 6204
Face 8602 6205 6325 6204
Face 8603 6325 6447 6446
Face 8604 6324 6325 6446
Face 8605 6572 6571 6446
Face 8606 6447 6572 6446
Face 8607 3542 3543 6571
Face 8608 6572 3542 6571
Face 8609 1535 1528 3543
Face 8610 3542 1535 3543
Face 8611 3154 3291 1528
Face 8612 1535 3154 1528
Face 8613 3163 1236 15245
Face 8614 9506 8542 15642
Face 8615 9165 4082 2916
Face 8616 9095 11941 10747
Face 8617 12305 12306 12396
Face 8618 4082 7049 2916
Face 8619 9051 9519 9633
Face 8620 2782 13197 5764
Face 8621 12314 12315 12405
Face 8622 11453 11610 11767
Face 8623 5865 5993 5864
Face 8624 12718 10619 3054
Face 8625 25152 20605 22926
Face 8626 2522 2521 2391
Face 8627 2392 2522 2391
Face 8628 385 6959 386
Face 8629 5737 5865 5736
Face 8630 1105 1104 991
Face 8631 5617 5618 5742
Face 8632 1995 4340 1994
Face 8633 739 738 623
Face 8634 406 515 405
Face 8635 3140 3274 3139
Face 8636 4049 4050 4178
Face 8637 1995 1994 1864
Face 8638 1627 1736 1735
Face 8639 10221 6537 10586
Face 8640 633 746 3544
Face 8641 4172 4302 4171
Face 8642 3421 2633 3550
Face 8643 4301 4302 4427
Face 8644 4302 4428 4427
Face 8645 4827 4960 4959
Face 8646 3920 4048 4047
Face 8647 4078 2003 1530
Face 8648 2863 2862 2735
Face 8649 5736 5864 5735
Face 8650 5736 5735 5610
Face 8651 12556 12115 12463
Face 8652 3023 5746 5622
Face 8653 396 505 504
Face 8654 3784 3783 3653
Face 8655 7520 5598 15
Face 8656 12906 12998 7704
Face 8657 4857 1320 6511
Face 8658 4214 4857 6511
Face 8659 25022 25152 22926
Face 8660 13182 12267 34699
Face 8661 20605 23920 23968
Face 8662 3199 14036 3177
Face 8663 14036 2050 3177
Face 8664 16442 16597 16433
Face 8665 16044 16597 16442
Face 8666 2545 559 15528
Face 8667 15528 15390 3709
Face 8668 16433 559 2545
Face 8669 15390 161 3709
Face 8670 16434 16433 2545
Face 8671 559 15390 15528
Face 8672 21161 9896 21162
Face 8673 14648 7916 3188
Face 8674 3462 15070 14939
Face 8675 1263 818 1153
Face 8676 20199 22609 19344
Face 8677 21629 21628 21535
Face 8678 5776 6276 2775
Face 8679 1117 29 3581
Face 8680 216 865 3928
Face 8681 4486 3971 5368
Face 8682 17826 1261 1260
Face 8683 14818 14943 14942
Face 8684 1488 1487 1373
Face 8685 1374 1488 1373
Face 8686 1600 1599 1487
Face 8687 1488 1600 1487
Face 8688 1710 1709 1599
Face 8689 1600 1710 1599
Face 8690 1820 1819 1709
Face 8691 1710 1820 1709
Face 8692 1940 1939 1819
Face 8693 1820 1940 1819
Face 8694 2065 2064 1939
Face 8695 1940 2065 1939
Face 8696 2194 2193 2064
Face 8697 2065 2194 2064
Face 8698 2320 2319 2193
Face 8699 2194 2320 2193
Face 8700 2449 2448 2319
Face 8701 2320 2449 2319
Face 8702 2578 2577 2448
Face 8703 2449 2578 2448
Face 8704 2709 2708 2577
Face 8705 2578 2709 2577
Face 8706 2839 2838 2708
Face 8707 2709 2839 2708
Face 8708 2839 2973 2972
Face 8709 2838 2839 2972
Face 8710 2973 3110 3109
Face 8711 2972 2973 3109
Face 8712 3245 3244 3109
Face 8713 3110 3245 3109
Face 8714 26648 20717 34741
Face 8715 3244 3245 3371
Face 8716 5077 14065 14100
Face 8717 34471 34350 34404
Face 8718 16008 16007 15856
Face 8719 29749 25569 6612
Face 8720 3628 3629 3758
Face 8721 3499 3500 3628
Face 8722 16075 16232 16074
Face 8723 3629 3759 3758
Face 8724 3759 3892 3891
Face 8725 34432 34603 34679
Face 8726 2077 2977 5648
Face 8727 3892 4020 4019
Face 8728 4020 4149 4148
Face 8729 4623 18463 17833
Face 8730 4404 4403 4277
Face 8731 4278 4404 4277
Face 8732 4404 4535 4534
Face 8733 4403 4404 4534
Face 8734 4535 4666 4665
Face 8735 4534 4535 4665
Face 8736 4666 4797 4796
Face 8737 4665 4666 4796
Face 8738 4797 4930 4929
Face 8739 4796 4797 4929
Face 8740 4930 5063 5062
Face 8741 4929 4930 5062
Face 8742 5063 5189 5188
Face 8743 5062 5063 5188
Face 8744 5189 5317 5316
Face 8745 5188 5189 5316
Face 8746 5317 5447 5446
Face 8747 5316 5317 5446
Face 8748 5447 5574 5573
Face 8749 5446 5447 5573
Face 8750 5700 5699 5573
Face 8751 5574 5700 5573
Face 8752 5825 5824 5699
Face 8753 5700 5825 5699
Face 8754 5953 5952 5824
Face 8755 5825 5953 5824
Face 8756 6080 6079 5952
Face 8757 5953 6080 5952
Face 8758 6206 6205 6079
Face 8759 6080 6206 6079
Face 8760 6326 6325 6205
Face 8761 6206 6326 6205
Face 8762 6448 6447 6325
Face 8763 6326 6448 6325
Face 8764 6573 6572 6447
Face 8765 6448 6573 6447
Face 8766 3413 3542 6572
Face 8767 6573 3413 6572
Face 8768 3567 1535 3542
Face 8769 3413 3567 3542
Face 8770 3153 3154 1535
Face 8771 3567 3153 1535
Face 8772 2375 2377 7478
Face 8773 2023 1310 1538
Face 8774 19487 19568 19486
Face 8775 1317 2913 7049
Face 8776 11725 11807 11724
Face 8777 176 8264 7471
Face 8778 4333 1318 3552
Face 8779 15741 11620 15889
Face 8780 12405 12406 12495
Face 8781 12406 12496 12495
Face 8782 22594 22595 5347
Face 8783 27385 28031 5336
Face 8784 34497 34367 34505
Face 8785 27833 27965 27964
Face 8786 7844 519 1087
Face 8787 3499 3371 19170
Face 8788 3786 3918 3917
Face 8789 1087 1427 7844
Face 8790 6128 6129 6254
Face 8791 1732 1844 1731
Face 8792 3401 3402 3530
Face 8793 855 854 738
Face 8794 3002 3139 3001
Face 8795 3274 3402 3401
Face 8796 11120 11119 11059
Face 8797 3002 3001 2865
Face 8798 11964 12049 11963
Face 8799 1858 1745 2125
Face 8800 4823 4956 4955
Face 8801 5977 6104 5976
Face 8802 1859 1860 5237
Face 8803 3658 3788 3657
Face 8804 4957 5087 4956
Face 8805 2143 2144 2268
Face 8806 6122 6248 6121
Face 8807 4174 4175 4304
Face 8808 5222 5223 5354
Face 8809 6367 6366 6247
Face 8810 5355 5482 5354
Face 8811 5482 5481 5354
Face 8812 5482 5611 5481
Face 8813 5611 5610 5481
Face 8814 34815 34374 34433
Face 8815 8959 4857 9854
Face 8816 34316 34445 34503
Face 8817 1320 2027 124
Face 8818 22926 20605 23968
Face 8819 14129 14128 14040
Face 8820 20532 5722 20531
Face 8821 18739 19170 3371
Face 8822 16584 16044 16442
Face 8823 1376 16044 16584
Face 8824 3709 161 5069
Face 8825 3930 3831 16284
Face 8826 14368 14369 7603
Face 8827 19565 19648 19564
Face 8828 702 17391 587
Face 8829 17211 479 17301
Face 8830 14687 22610 10327
Face 8831 819 702 703
Face 8832 2936 3462 14939
Face 8833 16233 16234 16397
Face 8834 10816 11703 11154
Face 8835 21256 21349 21348
Face 8836 2775 1117 3581
Face 8837 29 15221 16593
Face 8838 19651 19650 19567
Face 8839 3971 3453 5650
Face 8840 16536 15742 780
Face 8841 14817 14818 14942
Face 8842 4099 3971 5650
Face 8843 1374 1375 1488
Face 8844 32211 32318 32210
Face 8845 1601 1600 1488
Face 8846 1489 1601 1488
Face 8847 1711 1710 1600
Face 8848 1601 1711 1600
Face 8849 1821 1820 1710
Face 8850 1711 1821 1710
Face 8851 1941 1940 1820
Face 8852 1821 1941 1820
Face 8853 2066 2065 1940
Face 8854 1941 2066 1940
Face 8855 2195 2194 2065
Face 8856 2066 2195 2065
Face 8857 2195 2321 2320
Face 8858 2194 2195 2320
Face 8859 2321 2450 2449
Face 8860 2320 2321 2449
Face 8861 2450 2579 2578
Face 8862 2449 2450 2578
Face 8863 2579 2710 2709
Face 8864 2578 2579 2709
Face 8865 2710 2840 2839
Face 8866 2709 2710 2839
Face 8867 2840 2974 2973
Face 8868 2839 2840 2973
Face 8869 2974 3111 3110
Face 8870 2973 2974 3110
Face 8871 15715 15858 15714
Face 8872 13106 8353 13020
Face 8873 11158 13850 13849
Face 8874 3246 4233 4105
Face 8875 15663 14745 2457
Face 8876 15804 15663 2457
Face 8877 16160 16159 16007
Face 8878 15857 16008 15856
Face 8879 7230 7336 885
Face 8880 16191 16190 12119
Face 8881 15956 14111 1493
Face 8882 15902 15956 1493
Face 8883 34399 34575 34761
Face 8884 16263 15817 2129
Face 8885 5649 2077 5648
Face 8886 5014 3569 5015
Face 8887 16316 16477 16315
Face 8888 16477 16476 16315
Face 8889 4810 18532 4678
Face 8890 22499 22593 22592
Face 8891 4536 4535 4404
Face 8892 17443 19076 18922
Face 8893 4667 4666 4535
Face 8894 4536 4667 4535
Face 8895 4667 4798 4797
Face 8896 4666 4667 4797
Face 8897 4798 4931 4930
Face 8898 4797 4798 4930
Face 8899 4931 5064 5063
Face 8900 4930 4931 5063
Face 8901 5064 5190 5189
Face 8902 5063 5064 5189
Face 8903 5190 5318 5317
Face 8904 5189 5190 5317
Face 8905 5318 5448 5447
Face 8906 5317 5318 5447
Face 8907 5575 5574 5447
Face 8908 5448 5575 5447
Face 8909 5701 5700 5574
Face 8910 5575 5701 5574
Face 8911 5826 5825 5700
Face 8912 5701 5826 5700
Face 8913 5954 5953 5825
Face 8914 5826 5954 5825
Face 8915 6081 6080 5953
Face 8916 5954 6081 5953
Face 8917 6207 6206 6080
Face 8918 6081 6207 6080
Face 8919 6327 6326 6206
Face 8920 6207 6327 6206
Face 8921 6449 6448 6326
Face 8922 6327 6449 6326
Face 8923 6574 6573 6448
Face 8924 6449 6574 6448
Face 8925 3286 3413 6573
Face 8926 6574 3286 6573
Face 8927 6499 3567 3413
Face 8928 3286 6499 3413
Face 8929 6499 3011 3153
Face 8930 3567 6499 3153
Face 8931 2781 9620 10018
Face 8932 3812 3942 15399
Face 8933 19568 19651 19567
Face 8934 19734 19733 19650
Face 8935 12224 12223 12138
Face 8936 12139 12224 12138
Face 8937 30451 11015 30452
Face 8938 1544 4333 3552
Face 8939 25 3034 9662
Face 8940 19095 29583 29537
Face 8941 11756 11779 11698
Face 8942 11011 5343 973
Face 8943 8024 13118 13178
Face 8944 13705 13800 13704
Face 8945 395 503 502
Face 8946 3146 3147 3280
Face 8947 1964 1963 1843
Face 8948 1844 1964 1843
Face 8949 13325 13419 13324
Face 8950 2482 2611 2481
Face 8951 12628 13181 12182
Face 8952 6472 426 6471
Face 8953 3531 3660 3530
Face 8954 16503 16341 16183
Face 8955 4825 4826 4958
Face 8956 11241 11240 11171
Face 8957 6104 6230 6229
Face 8958 726 727 842
Face 8959 4432 4431 4305
Face 8960 5367 1859 5237
Face 8961 2751 4983 3421
Face 8962 25792 18264 25683
Face 8963 2397 2527 2526
Face 8964 4699 4700 4830
Face 8965 5362 5489 5488
Face 8966 5361 5362 5488
Face 8967 6495 2021 1916
Face 8968 6494 6495 1916
Face 8969 6372 6373 6494
Face 8970 3783 3784 3915
Face 8971 3654 3653 3524
Face 8972 3784 3916 3915
Face 8973 6676 197 6770
Face 8974 28688 34458 28231
Face 8975 4334 328 16376
Face 8976 16376 4186 4334
Face 8977 26129 26128 26016
Face 8978 8966 10473 13799
Face 8979 11571 26569 11649
Face 8980 14129 11845 14041
Face 8981 3177 2050 16588
Face 8982 13117 34752 34365
Face 8983 9728 9843 9842
Face 8984 34435 34781 34741
Face 8985 34409 34394 34504
Face 8986 34785 34413 34317
Face 8987 588 587 480
Face 8988 481 588 480
Face 8989 703 702 587
Face 8990 588 703 587
Face 8991 16646 4154 16645
Face 8992 934 17566 819
Face 8993 21297 9270 21291
Face 8994 20361 20362 19200
Face 8995 3581 29 16593
Face 8996 15221 15666 15665
Face 8997 34592 34671 34478
Face 8998 15344 15484 15343
Face 8999 16212 14958 16090
Face 9000 3453 865 216
Face 9001 5650 3453 216
Face 9002 14943 15076 15075
Face 9003 14942 14943 15075
Face 9004 1490 1489 18010
Face 9005 1489 1488 1375
Face 9006 1490 1602 1601
Face 9007 1601 1602 1711
Face 9008 1712 1822 1821
Face 9009 1711 1712 1821
Face 9010 1822 1942 1941
Face 9011 1821 1822 1941
Face 9012 1942 2067 2066
Face 9013 1941 1942 2066
Face 9014 2067 2196 2195
Face 9015 2066 2067 2195
Face 9016 2196 2322 2321
Face 9017 2195 2196 2321
Face 9018 2322 2451 2450
Face 9019 2321 2322 2450
Face 9020 2451 2580 2579
Face 9021 2450 2451 2579
Face 9022 2580 2711 2710
Face 9023 2579 2580 2710
Face 9024 18335 18428 1456
Face 9025 2710 2711 2840
Face 9026 18802 18906 2452
Face 9027 2840 2841 2974
Face 9028 1419 3710 14086
Face 9029 34372 34328 34710
Face 9030 58 1008 19553
Face 9031 15858 15857 15714
Face 9032 479 17211 480
Face 9033 2718 3246 4105
Face 9034 14389 15930 15913
Face 9035 14381 14389 15913
Face 9036 5013 3945 5014
Face 9037 16008 16160 16007
Face 9038 3188 22060 7556
Face 9039 21372 15035 21370
Face 9040 16558 16559 157
Face 9041 5275 3246 2718
Face 9042 1582 4855 4942
Face 9043 4855 2304 4942
Face 9044 5649 5648 1761
Face 9045 3569 5649 1761
Face 9046 16636 16635 16476
Face 9047 16477 16636 16476
Face 9048 18451 34464 34315
Face 9049 15035 8935 21370
Face 9050 14111 15192 6842
Face 9051 1493 14111 6842
Face 9052 34458 28423 34330
Face 9053 15130 4618 4882
Face 9054 4668 4799 4798
Face 9055 4667 4668 4798
Face 9056 4799 4932 4931
Face 9057 4798 4799 4931
Face 9058 4932 5065 5064
Face 9059 4931 4932 5064
Face 9060 5065 5191 5190
Face 9061 5064 5065 5190
Face 9062 5191 5319 5318
Face 9063 5190 5191 5318
Face 9064 5449 5448 5318
Face 9065 5319 5449 5318
Face 9066 5576 5575 5448
Face 9067 5449 5576 5448
Face 9068 5702 5701 5575
Face 9069 5576 5702 5575
Face 9070 5827 5826 5701
Face 9071 5702 5827 5701
Face 9072 5955 5954 5826
Face 9073 5827 5955 5826
Face 9074 6082 6081 5954
Face 9075 5955 6082 5954
Face 9076 6208 6207 6081
Face 9077 6082 6208 6081
Face 9078 6328 6327 6207
Face 9079 6208 6328 6207
Face 9080 6450 6449 6327
Face 9081 6328 6450 6327
Face 9082 6575 6574 6449
Face 9083 6450 6575 6449
Face 9084 3285 3286 6574
Face 9085 6575 3285 6574
Face 9086 287 6499 3286
Face 9087 3285 287 3286
Face 9088 3675 3011 6499
Face 9089 287 3675 6499
Face 9090 15394 3942 3554
Face 9091 3675 3942 3011
Face 9092 19651 19734 19650
Face 9093 12691 12781 12690
Face 9094 12224 12313 12312
Face 9095 11807 11888 11806
Face 9096 11676 11756 11698
Face 9097 11779 11082 11680
Face 9098 11177 11246 11176
Face 9099 11795 11796 11876
Face 9100 25053 11413 22912
Face 9101 22906 23880 23901
Face 9102 23152 23153 23147
Face 9103 24325 22938 24472
Face 9104 679 680 795
Face 9105 3397 3526 3396
Face 9106 3147 3281 3280
Face 9107 5489 5618 5617
Face 9108 5618 5743 5742
Face 9109 6775 301 300
Face 9110 1405 1404 1292
Face 9111 1293 1292 1184
Face 9112 6255 6374 6373
Face 9113 3660 3659 3530
Face 9114 3660 3790 3659
Face 9115 1735 1736 1847
Face 9116 4959 5089 5088
Face 9117 4691 4692 4822
Face 9118 3397 3398 3526
Face 9119 2217 2345 2344
Face 9120 4302 4301 4171
Face 9121 956 1066 1065
Face 9122 1515 1626 1625
Face 9123 5246 29319 6281
Face 9124 34388 28136 27957
Face 9125 1094 3176 1093
Face 9126 1851 1971 1970
Face 9127 4839 4972 4971
Face 9128 1294 1293 1185
Face 9129 969 1079 968
Face 9130 1631 1630 1519
Face 9131 6108 6107 8208
Face 9132 1069 1070 1182
Face 9133 2619 2618 2234
Face 9134 12184 11518 12450
Face 9135 7560 7672 1332
Face 9136 34637 34665 34557
Face 9137 24626 11812 24473
Face 9138 13019 3947 13106
Face 9139 8243 11362 10447
Face 9140 614 729 728
Face 9141 746 3152 3544
Face 9142 1554 7995 1553
Face 9143 4303 4429 4428
Face 9144 5978 5979 6105
Face 9145 14806 5528 890
Face 9146 16106 16110 1019
Face 9147 482 481 372
Face 9148 371 372 481
Face 9149 589 588 481
Face 9150 482 589 481
Face 9151 704 703 588
Face 9152 589 704 588
Face 9153 820 819 703
Face 9154 704 820 703
Face 9155 34326 34631 34427
Face 9156 820 934 819
Face 9157 16593 15221 15665
Face 9158 17742 17653 1044
Face 9159 3976 14633 16113
Face 9160 15626 15770 15625
Face 9161 15626 15625 15483
Face 9162 4486 5368 2070
Face 9163 1827 4486 2070
Face 9164 15075 15076 15207
Face 9165 15076 15208 15207
Face 9166 5715 15090 5271
Face 9167 14694 14695 14817
Face 9168 2070 5368 2069
Face 9169 5368 4356 2069
Face 9170 18199 1713 1712
Face 9171 18199 1712 1602
Face 9172 382 34491 10968
Face 9173 1822 1823 1942
Face 9174 18393 1943 1823
Face 9175 1942 1943 2067
Face 9176 1943 2068 2067
Face 9177 2067 2068 2196
Face 9178 34366 34447 34450
Face 9179 34334 34813 34649
Face 9180 34702 34756 14034
Face 9181 2322 2323 2451
Face 9182 18801 2452 2323
Face 9183 2451 2452 2580
Face 9184 5514 16121 4613
Face 9185 18801 18802 2452
Face 9186 1795 15477 14938
Face 9187 34828 34454 5211
Face 9188 16601 16599 15674
Face 9189 15676 2048 16592
Face 9190 14086 4998 378
Face 9191 4998 1434 378
Face 9192 7174 7085 12798
Face 9193 11814 12826 8473
Face 9194 19817 19816 19733
Face 9195 14592 16213 16209
Face 9196 15913 15930 663
Face 9197 15930 2796 663
Face 9198 5013 5014 1499
Face 9199 1610 5013 1499
Face 9200 21535 21534 21439
Face 9201 16949 17538 17731
Face 9202 4882 14247 14223
Face 9203 2284 2158 4084
Face 9204 5771 14110 3690
Face 9205 2304 15675 2922
Face 9206 3569 1761 5015
Face 9207 2047 4855 1582
Face 9208 4412 4411 16635
Face 9209 16636 4412 16635
Face 9210 22243 20646 14920
Face 9211 1770 8312 8207
Face 9212 15483 15625 15482
Face 9213 15769 15768 15624
Face 9214 9381 9382 9497
Face 9215 14236 14346 14235
Face 9216 28423 34776 34330
Face 9217 2977 15002 3842
Face 9218 4933 4932 4799
Face 9219 4800 4933 4799
Face 9220 4933 5066 5065
Face 9221 4932 4933 5065
Face 9222 5066 5192 5191
Face 9223 5065 5066 5191
Face 9224 5192 5320 5319
Face 9225 5191 5192 5319
Face 9226 5320 5450 5449
Face 9227 5319 5320 5449
Face 9228 5577 5576 5449
Face 9229 5450 5577 5449
Face 9230 5703 5702 5576
Face 9231 5577 5703 5576
Face 9232 5828 5827 5702
Face 9233 5703 5828 5702
Face 9234 5956 5955 5827
Face 9235 5828 5956 5827
Face 9236 6083 6082 5955
Face 9237 5956 6083 5955
Face 9238 6209 6208 6082
Face 9239 6083 6209 6082
Face 9240 6329 6328 6208
Face 9241 6209 6329 6208
Face 9242 6451 6450 6328
Face 9243 6329 6451 6328
Face 9244 6576 6575 6450
Face 9245 6451 6576 6450
Face 9246 3151 3285 6575
Face 9247 6576 3151 6575
Face 9248 3151 1225 287
Face 9249 3285 3151 287
Face 9250 3548 3675 287
Face 9251 1225 3548 287
Face 9252 3554 3942 3675
Face 9253 3548 3554 3675
Face 9254 12781 12874 12873
Face 9255 34336 34355 34787
Face 9256 19734 19817 19733
Face 9257 19893 19892 19816
Face 9258 11698 11779 11680
Face 9259 34313 14034 34629
Face 9260 12718 6137 10619
Face 9261 1636 8275 8274
Face 9262 25360 25303 22886
Face 9263 23633 24626 24473
Face 9264 1217 1218 1324
Face 9265 3792 3924 3791
Face 9266 5618 5490 5619
Face 9267 1754 1645 16055
Face 9268 2113 2114 5751
Face 9269 617 618 732
Face 9270 3149 2754 3284
Face 9271 3804 3805 630
Face 9272 3273 3274 3401
Face 9273 3790 3789 3659
Face 9274 6358 6359 6480
Face 9275 3004 3141 3003
Face 9276 6481 908 892
Face 9277 3141 3140 3003
Face 9278 2474 2603 2602
Face 9279 1294 1406 1293
Face 9280 4174 4304 4303
Face 9281 2346 2347 2475
Face 9282 27832 27833 27964
Face 9283 6103 6104 6229
Face 9284 5356 5357 5483
Face 9285 5484 5613 5612
Face 9286 34711 34416 34614
Face 9287 4569 4570 4701
Face 9288 4432 4433 4562
Face 9289 3401 3530 3529
Face 9290 3272 3273 3400
Face 9291 3022 5622 5493
Face 9292 2395 2396 2525
Face 9293 20178 20099 25036
Face 9294 5370 3020 3160
Face 9295 27568 29752 28154
Face 9296 11299 34682 2900
Face 9297 34406 34599 11847
Face 9298 776 3574 658
Face 9299 4435 4436 4565
Face 9300 6130 6131 6256
Face 9301 994 995 1107
Face 9302 1218 1325 1324
Face 9303 5488 5489 5617
Face 9304 1108 1218 1217
Face 9305 4935 16119 13876
Face 9306 1797 1376 1377
Face 9307 373 17124 17125
Face 9308 19817 19893 19816
Face 9309 590 589 482
Face 9310 483 590 482
Face 9311 705 704 589
Face 9312 590 705 589
Face 9313 821 820 704
Face 9314 705 821 704
Face 9315 935 934 820
Face 9316 821 935 820
Face 9317 1045 1044 934
Face 9318 935 1045 934
Face 9319 7600 871 753
Face 9320 17126 374 373
Face 9321 15484 15626 15483
Face 9322 15770 15769 15625
Face 9323 3971 4099 5368
Face 9324 4280 4281 16640
Face 9325 14158 16212 16090
Face 9326 15208 15344 15343
Face 9327 13889 15222 15114
Face 9328 14958 16212 14020
Face 9329 5368 4099 4356
Face 9330 4099 4227 4356
Face 9331 28503 28502 28367
Face 9332 1204 4993 7722
Face 9333 13173 11862 3568
Face 9334 28098 28097 27964
Face 9335 13090 21560 21858
Face 9336 29670 29671 29206
Face 9337 34660 34485 34272
Face 9338 14746 14747 14628
Face 9339 5642 6514 13990
Face 9340 14611 14984 16199
Face 9341 2408 14481 14480
Face 9342 4222 4448 2279
Face 9343 2330 2204 561
Face 9344 21436 21531 21530
Face 9345 14896 14527 14408
Face 9346 20445 20357 20358
Face 9347 14169 15460 14613
Face 9348 2797 16271 16270
Face 9349 2796 5642 2367
Face 9350 13990 16199 1432
Face 9351 14480 14396 14389
Face 9352 1434 4222 4094
Face 9353 21003 20150 21008
Face 9354 13346 4336 19475
Face 9355 2029 897 4057
Face 9356 13573 13179 12903
Face 9357 16601 15674 15675
Face 9358 2796 2367 2047
Face 9359 4283 4412 16636
Face 9360 16637 4283 16636
Face 9361 16215 19924 16216
Face 9362 21253 21254 21346
Face 9363 16395 16396 16558
Face 9364 5208 5209 15473
Face 9365 2981 5771 3690
Face 9366 15804 2457 14800
Face 9367 5074 2047 1582
Face 9368 663 2047 5074
Face 9369 1499 1386 4411
Face 9370 4412 1499 4411
Face 9371 1003 5116 147
Face 9372 19971 19970 19892
Face 9373 15625 15769 15624
Face 9374 15921 15920 15768
Face 9375 14595 3460 14092
Face 9376 14174 14498 14380
Face 9377 5648 2977 3842
Face 9378 2977 1902 2249
Face 9379 17242 4800 18725
Face 9380 1761 5648 2404
Face 9381 5067 5066 4933
Face 9382 15595 4628 4496
Face 9383 5067 5193 5192
Face 9384 5066 5067 5192
Face 9385 5193 5321 5320
Face 9386 5192 5193 5320
Face 9387 5451 5450 5320
Face 9388 5321 5451 5320
Face 9389 5578 5577 5450
Face 9390 5451 5578 5450
Face 9391 5704 5703 5577
Face 9392 5578 5704 5577
Face 9393 5829 5828 5703
Face 9394 5704 5829 5703
Face 9395 5957 5956 5828
Face 9396 5829 5957 5828
Face 9397 6084 6083 5956
Face 9398 5957 6084 5956
Face 9399 6210 6209 6083
Face 9400 6084 6210 6083
Face 9401 6330 6329 6209
Face 9402 6210 6330 6209
Face 9403 6452 6451 6329
Face 9404 6330 6452 6329
Face 9405 9 6576 6451
Face 9406 6452 9 6451
Face 9407 414 3151 6576
Face 9408 9 414 6576
Face 9409 288 1225 3151
Face 9410 414 288 3151
Face 9411 3292 3548 1225
Face 9412 288 3292 1225
Face 9413 3425 3554 3548
Face 9414 3292 3425 3548
Face 9415 2371 6002 3554
Face 9416 3425 2371 3554
Face 9417 12780 12781 12873
Face 9418 7724 7513 4090
Face 9419 12491 12492 12580
Face 9420 12581 12671 12670
Face 9421 21485 19595 11291
Face 9422 13375 9617 9501
Face 9423 5722 21485 11291
Face 9424 6245 6364 6363
Face 9425 13366 13367 13117
Face 9426 1325 1439 1324
Face 9427 882 883 994
Face 9428 3144 3143 3006
Face 9429 6243 6242 6117
Face 9430 6495 6496 2021
Face 9431 4955 4956 5085
Face 9432 11120 11182 11119
Face 9433 3922 3921 3789
Face 9434 12028 1264 2506
Face 9435 31989 31882 7242
Face 9436 5335 4861 13273
Face 9437 1521 1520 1407
Face 9438 1406 1519 1405
Face 9439 1519 1518 1405
Face 9440 6360 6359 6239
Face 9441 5622 1745 1858
Face 9442 19893 19971 19892
Face 9443 6490 6489 6367
Face 9444 625 740 624
Face 9445 625 624 515
Face 9446 2482 2481 2352
Face 9447 34457 34532 34662
Face 9448 1967 1968 2093
Face 9449 4563 4695 4694
Face 9450 5862 5861 5733
Face 9451 1193 1301 1192
Face 9452 5734 5862 5733
Face 9453 3007 3008 3144
Face 9454 3145 3279 3278
Face 9455 8248 9328 7893
Face 9456 329 658 5256
Face 9457 8727 7357 6363
Face 9458 777 15904 776
Face 9459 5256 658 3574
Face 9460 1631 1740 1630
Face 9461 1407 1520 1406
Face 9462 2115 2116 5628
Face 9463 1107 1108 1217
Face 9464 766 883 882
Face 9465 14453 15259 5774
Face 9466 6116 6242 6115
Face 9467 237 17012 17224
Face 9468 483 374 484
Face 9469 591 590 483
Face 9470 484 591 483
Face 9471 706 705 590
Face 9472 591 706 590
Face 9473 822 821 705
Face 9474 706 822 705
Face 9475 936 935 821
Face 9476 822 936 821
Face 9477 936 1046 1045
Face 9478 935 936 1045
Face 9479 1159 1158 1045
Face 9480 1046 1159 1045
Face 9481 15922 15921 15769
Face 9482 1160 17926 1267
Face 9483 1827 2070 4281
Face 9484 16641 4280 16640
Face 9485 15207 15208 15343
Face 9486 16212 14019 14020
Face 9487 15912 2546 15519
Face 9488 15933 4591 15060
Face 9489 4227 4099 3582
Face 9490 4099 5650 3582
Face 9491 4281 4282 16639
Face 9492 16640 4281 16639
Face 9493 21351 21350 21257
Face 9494 28552 26449 27329
Face 9495 15774 15926 15925
Face 9496 21628 21627 21534
Face 9497 15970 2797 16270
Face 9498 488 753 752
Face 9499 15932 6514 5642
Face 9500 15931 15932 5642
Face 9501 14481 14404 14396
Face 9502 2279 2408 14480
Face 9503 23920 24442 24441
Face 9504 21343 21436 21435
Face 9505 20385 22653 8473
Face 9506 13203 22658 22557
Face 9507 14628 4076 3956
Face 9508 5271 14169 14613
Face 9509 16199 16599 16601
Face 9510 2367 13990 1432
Face 9511 378 1434 4094
Face 9512 4222 2279 548
Face 9513 21342 21343 21435
Face 9514 22653 22557 8473
Face 9515 22344 21270 22329
Face 9516 658 329 6512
Face 9517 16592 15663 15804
Face 9518 2304 16601 15675
Face 9519 16317 16316 16159
Face 9520 16160 16317 16159
Face 9521 6794 13958 4497
Face 9522 20890 20889 7017
Face 9523 16396 16395 16231
Face 9524 16232 16396 16231
Face 9525 14110 15804 3690
Face 9526 2457 518 14800
Face 9527 664 663 5074
Face 9528 6150 6024 330
Face 9529 5014 5015 1386
Face 9530 1499 5014 1386
Face 9531 20147 14873 18226
Face 9532 7122 6725 6286
Face 9533 47 1010 2284
Face 9534 16384 16375 14717
Face 9535 13898 13897 13879
Face 9536 3959 16112 1099
Face 9537 15002 2977 2249
Face 9538 1902 6150 6517
Face 9539 16006 16005 15854
Face 9540 5015 1761 5016
Face 9541 22401 22402 22498
Face 9542 13262 19297 14608
Face 9543 34701 34427 34485
Face 9544 4934 5067 4933
Face 9545 34354 34395 34399
Face 9546 24242 24241 34547
Face 9547 5452 5451 5321
Face 9548 5322 5452 5321
Face 9549 5579 5578 5451
Face 9550 5452 5579 5451
Face 9551 5705 5704 5578
Face 9552 5579 5705 5578
Face 9553 5830 5829 5704
Face 9554 5705 5830 5704
Face 9555 5958 5957 5829
Face 9556 5830 5958 5829
Face 9557 6085 6084 5957
Face 9558 5958 6085 5957
Face 9559 6211 6210 6084
Face 9560 6085 6211 6084
Face 9561 6331 6330 6210
Face 9562 6211 6331 6210
Face 9563 6453 6452 6330
Face 9564 6331 6453 6330
Face 9565 10 9 6452
Face 9566 6453 10 6452
Face 9567 523 414 9
Face 9568 10 523 9
Face 9569 3672 288 414
Face 9570 523 3672 414
Face 9571 3420 3292 288
Face 9572 3672 3420 288
Face 9573 2237 3425 3292
Face 9574 3420 2237 3292
Face 9575 2370 2371 3425
Face 9576 2237 2370 3425
Face 9577 34280 34387 34530
Face 9578 34626 26678 34814
Face 9579 12580 12581 12670
Face 9580 13739 7085 3694
Face 9581 13382 13371 12751
Face 9582 12752 13375 1083
Face 9583 20048 20047 19970
Face 9584 19971 20048 19970
Face 9585 4068 3939 2499
Face 9586 2754 2753 3284
Face 9587 995 1108 1107
Face 9588 32509 765 764
Face 9589 5987 5988 6115
Face 9590 5988 6116 6115
Face 9591 1632 1741 1631
Face 9592 2611 2610 2481
Face 9593 10427 10428 10550
Face 9594 615 616 730
Face 9595 3532 3531 3402
Face 9596 4567 4699 4698
Face 9597 1296 1408 1295
Face 9598 1408 1521 1407
Face 9599 5852 5980 5979
Face 9600 5979 5980 6106
Face 9601 25744 27957 28089
Face 9602 5851 5852 5979
Face 9603 5625 2235 7137
Face 9604 2233 2234 5749
Face 9605 297 402 401
Face 9606 20048 20130 20129
Face 9607 404 513 512
Face 9608 2364 2238 2245
Face 9609 4958 5088 5087
Face 9610 2221 2220 2093
Face 9611 1193 1192 1079
Face 9612 4559 4560 4691
Face 9613 13198 12762 5126
Face 9614 2866 2865 2738
Face 9615 13908 5878 5751
Face 9616 12309 12310 12400
Face 9617 34377 25856 11358
Face 9618 9425 10381 329
Face 9619 34701 34326 34427
Face 9620 658 4090 776
Face 9621 3804 3149 3284
Face 9622 6230 6231 6350
Face 9623 1071 1070 960
Face 9624 29547 29546 29415
Face 9625 5085 5003 5084
Face 9626 5860 5988 5859
Face 9627 485 484 375
Face 9628 7916 12801 3188
Face 9629 592 591 484
Face 9630 485 592 484
Face 9631 707 706 591
Face 9632 592 707 591
Face 9633 823 822 706
Face 9634 707 823 706
Face 9635 937 936 822
Face 9636 823 937 822
Face 9637 1047 1046 936
Face 9638 937 1047 936
Face 9639 1160 1159 1046
Face 9640 1047 1160 1046
Face 9641 5588 5459 18346
Face 9642 1159 1160 1267
Face 9643 15484 15483 15343
Face 9644 4280 1827 4281
Face 9645 3707 16374 3336
Face 9646 2924 14390 13892
Face 9647 5650 216 17
Face 9648 10607 9775 3326
Face 9649 16640 16639 16480
Face 9650 3582 5650 17
Face 9651 22305 22401 22304
Face 9652 2070 2069 4282
Face 9653 15317 8836 1920
Face 9654 21258 21351 21257
Face 9655 7591 11278 14229
Face 9656 14456 14574 14573
Face 9657 15664 443 14746
Face 9658 14238 14348 14237
Face 9659 2069 4356 1719
Face 9660 6514 14611 13990
Face 9661 19561 20370 20369
Face 9662 16639 4282 16638
Face 9663 34529 11543 10921
Face 9664 15859 15858 15715
Face 9665 3372 15639 5903
Face 9666 14527 14775 14899
Face 9667 1432 16199 16601
Face 9668 29994 29935 11027
Face 9669 4094 4222 548
Face 9670 16599 15676 15674
Face 9671 20358 20357 20274
Face 9672 2279 14480 14437
Face 9673 50 1656 6
Face 9674 24850 15572 24851
Face 9675 15674 16592 14110
Face 9676 34588 34417 34360
Face 9677 16478 16477 16316
Face 9678 14110 16592 15804
Face 9679 21624 21625 21719
Face 9680 16317 16478 16316
Face 9681 16581 16421 9498
Face 9682 20301 20460 16521
Face 9683 34286 34733 34440
Face 9684 16396 16559 16558
Face 9685 14464 14463 14345
Face 9686 13845 13833 14595
Face 9687 438 14436 14411
Face 9688 2077 1660 1902
Face 9689 6794 4497 19984
Face 9690 21625 21720 21719
Face 9691 15359 14178 13983
Face 9692 14049 14138 14048
Face 9693 4233 4232 85
Face 9694 2506 12377 12028
Face 9695 21484 12860 15160
Face 9696 1999 5878 13908
Face 9697 2249 1902 6517
Face 9698 6150 330 226
Face 9699 5648 3842 2404
Face 9700 1386 5015 2197
Face 9701 12436 12500 12527
Face 9702 34410 34671 34705
Face 9703 15625 15624 15482
Face 9704 13986 15185 14938
Face 9705 14808 14685 14686
Face 9706 30624 32304 11058
Face 9707 5323 5453 5452
Face 9708 5322 5323 5452
Face 9709 5580 5579 5452
Face 9710 5453 5580 5452
Face 9711 5706 5705 5579
Face 9712 5580 5706 5579
Face 9713 5831 5830 5705
Face 9714 5706 5831 5705
Face 9715 5959 5958 5830
Face 9716 5831 5959 5830
Face 9717 6086 6085 5958
Face 9718 5959 6086 5958
Face 9719 6212 6211 6085
Face 9720 6086 6212 6085
Face 9721 6332 6331 6211
Face 9722 6212 6332 6211
Face 9723 6454 6453 6331
Face 9724 6332 6454 6331
Face 9725 31 10 6453
Face 9726 6454 31 6453
Face 9727 522 523 10
Face 9728 31 522 10
Face 9729 3670 3672 523
Face 9730 522 3670 523
Face 9731 3549 3420 3672
Face 9732 3670 3549 3672
Face 9733 4589 2237 3420
Face 9734 3549 4589 3420
Face 9735 2369 2370 2237
Face 9736 4589 2369 2237
Face 9737 11092 32501 32502
Face 9738 2369 1747 2370
Face 9739 12492 12581 12580
Face 9740 34621 34382 34350
Face 9741 12966 13056 13055
Face 9742 10343 9330 13382
Face 9743 13371 12752 12751
Face 9744 4098 84 5379
Face 9745 12373 11377 11208
Face 9746 8145 282 1769
Face 9747 18322 34044 33164
Face 9748 883 995 994
Face 9749 1769 3560 10119
Face 9750 5988 5987 5859
Face 9751 2358 2487 2357
Face 9752 6490 1794 6489
Face 9753 1793 1794 181
Face 9754 2741 2740 2609
Face 9755 1444 1558 1443
Face 9756 3532 3661 3531
Face 9757 3661 3660 3531
Face 9758 13122 13217 9444
Face 9759 5480 5609 5479
Face 9760 5881 7839 4600
Face 9761 1526 1636 1525
Face 9762 6591 11998 24453
Face 9763 34305 34693 34522
Face 9764 3411 2619 2622
Face 9765 2622 2619 2233
Face 9766 3803 3411 2622
Face 9767 2619 2234 2233
Face 9768 2481 2610 2480
Face 9769 2098 2225 2224
Face 9770 3270 3271 3398
Face 9771 4957 4958 5087
Face 9772 6239 6238 6112
Face 9773 3403 3532 3402
Face 9774 2479 2608 2478
Face 9775 13514 13515 13611
Face 9776 5738 5739 5866
Face 9777 2741 2868 2740
Face 9778 1741 1740 1631
Face 9779 842 956 955
Face 9780 34506 34368 34523
Face 9781 34831 34357 34773
Face 9782 20047 20048 20129
Face 9783 1976 2102 1975
Face 9784 612 613 727
Face 9785 1965 1966 2091
Face 9786 29085 29086 19196
Face 9787 2116 5498 5628
Face 9788 2616 2615 2486
Face 9789 34646 34558 34328
Face 9790 377 486 485
Face 9791 7058 376 375
Face 9792 593 592 485
Face 9793 486 593 485
Face 9794 708 707 592
Face 9795 593 708 592
Face 9796 708 824 823
Face 9797 707 708 823
Face 9798 824 938 937
Face 9799 823 824 937
Face 9800 1048 1047 937
Face 9801 938 1048 937
Face 9802 1161 1160 1047
Face 9803 1048 1161 1047
Face 9804 1269 1270 18020
Face 9805 1160 1161 1268
Face 9806 13885 13884 13868
Face 9807 20130 20208 20207
Face 9808 216 3928 3438
Face 9809 5514 14477 16121
Face 9810 16481 16480 16319
Face 9811 17 216 3438
Face 9812 11434 12435 20820
Face 9813 16481 16640 16480
Face 9814 21560 3696 21858
Face 9815 22498 22497 22400
Face 9816 13219 15659 15517
Face 9817 23020 23791 6398
Face 9818 20651 18165 17931
Face 9819 34427 34631 34633
Face 9820 2069 1719 4284
Face 9821 14480 14481 14396
Face 9822 16639 16638 16479
Face 9823 4227 4353 4230
Face 9824 20129 20130 20207
Face 9825 16480 16639 16479
Face 9826 4883 4882 14223
Face 9827 3947 13019 13018
Face 9828 14746 14628 14629
Face 9829 4344 4221 903
Face 9830 1610 1719 5013
Face 9831 5642 13990 2367
Face 9832 15293 14896 14408
Face 9833 548 2279 14437
Face 9834 16670 23115 15885
Face 9835 13958 20301 16521
Face 9836 663 2796 2047
Face 9837 34469 34581 34407
Face 9838 16637 16636 16477
Face 9839 15675 15674 14110
Face 9840 21644 21838 19459
Face 9841 16478 16637 16477
Face 9842 14165 4095 15335
Face 9843 27965 28098 27964
Face 9844 2457 14745 518
Face 9845 12578 12579 12668
Face 9846 14060 14083 15386
Face 9847 14156 14264 5779
Face 9848 2977 2077 1902
Face 9849 6024 438 330
Face 9850 1660 6024 6150
Face 9851 1902 1660 6150
Face 9852 16159 16158 16006
Face 9853 16007 16159 16006
Face 9854 19979 20056 20055
Face 9855 21347 21440 21346
Face 9856 20208 20290 20289
Face 9857 24115 24241 34438
Face 9858 5751 1417 13908
Face 9859 777 7297 15904
Face 9860 6517 6150 226
Face 9861 330 14411 14255
Face 9862 1761 2404 5016
Face 9863 4411 1386 4287
Face 9864 29018 29338 6613
Face 9865 20277 20360 20276
Face 9866 15631 15632 15775
Face 9867 15343 15483 15482
Face 9868 3431 7184 16444
Face 9869 7138 16371 7073
Face 9870 5324 5454 5453
Face 9871 28235 28234 28097
Face 9872 5581 5580 5453
Face 9873 5454 5581 5453
Face 9874 5707 5706 5580
Face 9875 5581 5707 5580
Face 9876 5832 5831 5706
Face 9877 5707 5832 5706
Face 9878 5960 5959 5831
Face 9879 5832 5960 5831
Face 9880 6087 6086 5959
Face 9881 5960 6087 5959
Face 9882 6213 6212 6086
Face 9883 6087 6213 6086
Face 9884 6333 6332 6212
Face 9885 6213 6333 6212
Face 9886 6455 6454 6332
Face 9887 6333 6455 6332
Face 9888 42 31 6454
Face 9889 6455 42 6454
Face 9890 1206 522 31
Face 9891 42 1206 31
Face 9892 3669 3670 522
Face 9893 1206 3669 522
Face 9894 3676 3549 3670
Face 9895 3669 3676 3670
Face 9896 4719 4589 3549
Face 9897 3676 4719 3549
Face 9898 2243 2369 4589
Face 9899 4719 2243 4589
Face 9900 1748 1747 2369
Face 9901 2243 1748 2369
Face 9902 1755 2587 1756
Face 9903 1748 1756 1747
Face 9904 12965 12966 13055
Face 9905 3250 1153 5342
Face 9906 12811 10927 10343
Face 9907 9330 13371 13382
Face 9908 20207 20208 20289
Face 9909 22222 22223 21649
Face 9910 24109 10985 977
Face 9911 8654 3560 282
Face 9912 14028 7738 14027
Face 9913 2755 2238 2364
Face 9914 2869 2868 2741
Face 9915 1794 1793 6489
Face 9916 4431 4432 4561
Face 9917 1997 3959 1996
Face 9918 3409 3538 3537
Face 9919 3804 4722 3149
Face 9920 1196 6138 3940
Face 9921 5764 13197 1766
Face 9922 9082 5641 1904
Face 9923 4983 5113 1862
Face 9924 3673 3150 6013
Face 9925 4194 4193 4066
Face 9926 7825 5847 5846
Face 9927 1733 1734 1845
Face 9928 2476 2605 2604
Face 9929 1333 3411 3803
Face 9930 4604 1333 3803
Face 9931 34620 34516 34697
Face 9932 6258 6377 6376
Face 9933 6351 6473 6350
Face 9934 2010 2135 2134
Face 9935 1741 1853 1740
Face 9936 5984 5985 6112
Face 9937 22223 21555 21649
Face 9938 660 4722 3804
Face 9939 2097 2096 1970
Face 9940 725 726 841
Face 9941 5113 1861 1862
Face 9942 314 4217 532
Face 9943 5360 5361 5487
Face 9944 1848 1968 1967
Face 9945 10391 10514 10390
Face 9946 34408 1459 977
Face 9947 4175 4176 4305
Face 9948 1514 1515 1625
Face 9949 1916 2021 1333
Face 9950 34818 9186 34536
Face 9951 2869 3005 3004
Face 9952 501 502 610
Face 9953 3174 1747 1756
Face 9954 1965 2091 2090
Face 9955 14391 20647 21288
Face 9956 34653 34425 34762
Face 9957 34749 34802 34732
Face 9958 15454 5071 5348
Face 9959 594 709 708
Face 9960 593 594 708
Face 9961 709 825 824
Face 9962 708 709 824
Face 9963 939 938 824
Face 9964 825 939 824
Face 9965 1049 1048 938
Face 9966 939 1049 938
Face 9967 1162 1161 1048
Face 9968 1049 1162 1048
Face 9969 18021 18020 1270
Face 9970 1161 1162 1269
Face 9971 3928 4348 4448
Face 9972 1243 14386 14866
Face 9973 16163 16162 16010
Face 9974 3438 3928 4448
Face 9975 22653 13203 22557
Face 9976 16320 16481 16319
Face 9977 2276 1124 474
Face 9978 13174 13173 3568
Face 9979 1919 2924 2802
Face 9980 17748 18684 19068
Face 9981 14404 15932 15931
Face 9982 13833 3460 14595
Face 9983 4282 2069 4284
Face 9984 14396 14404 15931
Face 9985 16480 16479 16318
Face 9986 4356 4230 1719
Face 9987 28764 25471 27330
Face 9988 4282 4284 16638
Face 9989 2029 5899 5900
Face 9990 21271 13090 21858
Face 9991 15674 15676 16592
Face 9992 5899 14715 14692
Face 9993 4353 3945 5013
Face 9994 14745 14746 14629
Face 9995 20275 20358 20274
Face 9996 4230 4353 5013
Face 9997 3372 13806 14386
Face 9998 14646 19984 9850
Face 9999 2367 1432 4855
Face 10000 14613 15460 3458
Face 10001 1610 1499 4412
Face 10002 2047 2367 4855
Face 10003 30967 31066 30966
Face 10004 4283 1610 4412
Face 10005 15206 15207 15342
Face 10006 11515 20340 22658
Face 10007 4942 2304 2922
Face 10008 4340 4991 982
Face 10009 14374 14381 15903
Face 10010 15468 14000 14478
Face 10011 330 438 14411
Face 10012 14436 14381 14374
Face 10013 14411 14436 14374
Face 10014 14381 15913 15903
Face 10015 15856 16007 15855
Face 10016 19984 4497 19923
Face 10017 16316 16315 16158
Face 10018 16159 16316 16158
Face 10019 28368 28503 28367
Face 10020 19621 16346 2384
Face 10021 15769 15921 15768
Face 10022 1924 9846 9211
Face 10023 2506 5525 12377
Face 10024 24 2922 2981
Face 10025 14411 14374 14365
Face 10026 14255 14411 14365
Face 10027 5015 5016 2197
Face 10028 16635 4411 16634
Face 10029 21838 5072 19459
Face 10030 15342 15343 15482
Face 10031 34626 34814 34482
Face 10032 13864 13880 13863
Face 10033 9613 9728 9612
Face 10034 5325 5455 5454
Face 10035 5324 5325 5454
Face 10036 5582 5581 5454
Face 10037 5455 5582 5454
Face 10038 5582 5708 5707
Face 10039 5581 5582 5707
Face 10040 5708 5833 5832
Face 10041 5707 5708 5832
Face 10042 5961 5960 5832
Face 10043 5833 5961 5832
Face 10044 6088 6087 5960
Face 10045 5961 6088 5960
Face 10046 6214 6213 6087
Face 10047 6088 6214 6087
Face 10048 6334 6333 6213
Face 10049 6214 6334 6213
Face 10050 6456 6455 6333
Face 10051 6334 6456 6333
Face 10052 45 42 6455
Face 10053 6456 45 6455
Face 10054 198 1206 42
Face 10055 45 198 42
Face 10056 289 3669 1206
Face 10057 198 289 1206
Face 10058 3807 3676 3669
Face 10059 289 3807 3669
Face 10060 4851 4719 3676
Face 10061 3807 4851 3676
Face 10062 2244 2243 4719
Face 10063 4851 2244 4719
Face 10064 1749 1748 2243
Face 10065 2244 1749 2243
Face 10066 15908 1755 1754
Face 10067 1749 1755 1748
Face 10068 12250 12338 12249
Face 10069 12430 12429 12337
Face 10070 10361 10869 12811
Face 10071 10927 9330 10343
Face 10072 31693 31692 31578
Face 10073 12771 12770 12680
Face 10074 1779 1895 1894
Face 10075 749 748 547
Face 10076 2359 2358 2230
Face 10077 4828 4829 4961
Face 10078 5230 5362 5361
Face 10079 4695 4826 4825
Face 10080 3405 3534 3404
Face 10081 5218 5219 5350
Face 10082 5986 5987 6114
Face 10083 3143 3277 3276
Face 10084 1859 1858 1998
Face 10085 1858 2125 1998
Face 10086 2234 2618 2235
Face 10087 3673 6013 433
Face 10088 4431 4561 4560
Face 10089 4823 4824 4956
Face 10090 613 728 727
Face 10091 22616 21367 21368
Face 10092 1916 1333 4604
Face 10093 1915 1916 4604
Face 10094 2607 2606 2477
Face 10095 1969 2095 1968
Face 10096 424 10127 13217
Face 10097 3287 2751 3152
Face 10098 1536 1415 5628
Face 10099 1853 1852 1740
Face 10100 6476 6477 643
Face 10101 4722 5370 3149
Face 10102 2096 2097 2223
Face 10103 3281 3282 3409
Face 10104 34788 34644 34362
Face 10105 11686 13659 13654
Face 10106 4954 4955 5084
Face 10107 1330 1444 1329
Face 10108 1895 2016 2015
Face 10109 1894 1895 2015
Face 10110 12681 12771 12680
Face 10111 2016 2141 2140
Face 10112 2015 2016 2140
Face 10113 732 848 847
Face 10114 1443 1557 1442
Face 10115 740 856 739
Face 10116 740 739 624
Face 10117 1845 1965 1844
Face 10118 1794 180 181
Face 10119 2633 2632 3550
Face 10120 34683 34359 34319
Face 10121 487 595 594
Face 10122 15472 15454 5348
Face 10123 595 710 709
Face 10124 594 595 709
Face 10125 710 826 825
Face 10126 709 710 825
Face 10127 826 940 939
Face 10128 825 826 939
Face 10129 1050 1049 939
Face 10130 940 1050 939
Face 10131 1050 1163 1162
Face 10132 1049 1050 1162
Face 10133 18022 1271 18023
Face 10134 1162 1163 1270
Face 10135 16011 16163 16010
Face 10136 4348 2537 2408
Face 10137 22588 20280 22587
Face 10138 16320 16319 16162
Face 10139 14573 14574 14694
Face 10140 13203 11515 22658
Face 10141 13933 1352 5528
Face 10142 18465 17424 18244
Face 10143 15261 443 15664
Face 10144 1243 3372 14386
Face 10145 4356 4227 4230
Face 10146 443 14747 14746
Face 10147 16319 16318 16161
Face 10148 3582 3710 4353
Face 10149 21178 21271 21858
Face 10150 16319 16480 16318
Face 10151 897 2029 5900
Face 10152 21353 21352 21259
Face 10153 2048 15664 15663
Face 10154 14614 14737 15057
Face 10155 3710 1419 3945
Face 10156 16592 2048 15663
Face 10157 16009 16008 15857
Face 10158 4353 3710 3945
Face 10159 1126 14007 14006
Face 10160 16161 16318 16160
Face 10161 1432 16601 2304
Face 10162 4221 1126 903
Face 10163 16521 9276 9057
Face 10164 4855 1432 2304
Face 10165 14894 15292 14875
Face 10166 3945 3569 5014
Face 10167 16525 518 2125
Face 10168 22498 22499 22592
Face 10169 15675 14110 5771
Face 10170 16559 5275 157
Face 10171 15913 663 664
Face 10172 2922 15675 5771
Face 10173 4497 9057 19923
Face 10174 15903 15913 664
Face 10175 15713 15856 15712
Face 10176 13958 16521 4497
Face 10177 15713 15712 15570
Face 10178 16007 16006 15855
Face 10179 15571 15713 15570
Face 10180 15856 15855 15712
Face 10181 22593 8742 22592
Face 10182 19901 19979 19900
Face 10183 21160 34197 21161
Face 10184 12410 12318 16344
Face 10185 16075 16074 15920
Face 10186 15921 16075 15920
Face 10187 11845 14040 11209
Face 10188 15526 14165 2720
Face 10189 14374 15903 15898
Face 10190 2541 664 5328
Face 10191 14645 14646 21174
Face 10192 16315 16314 16157
Face 10193 12133 12132 12045
Face 10194 22016 22017 22114
Face 10195 15192 14251 14146
Face 10196 14346 14345 14235
Face 10197 14134 14236 14133
Face 10198 34344 34354 34494
Face 10199 34798 34309 34413
Face 10200 5456 5583 5582
Face 10201 5455 5456 5582
Face 10202 5583 5709 5708
Face 10203 5582 5583 5708
Face 10204 5709 5834 5833
Face 10205 5708 5709 5833
Face 10206 5834 5962 5961
Face 10207 5833 5834 5961
Face 10208 6089 6088 5961
Face 10209 5962 6089 5961
Face 10210 6215 6214 6088
Face 10211 6089 6215 6088
Face 10212 6335 6334 6214
Face 10213 6215 6335 6214
Face 10214 6457 6456 6334
Face 10215 6335 6457 6334
Face 10216 93 45 6456
Face 10217 6457 93 6456
Face 10218 2119 198 45
Face 10219 93 2119 45
Face 10220 290 289 198
Face 10221 2119 290 198
Face 10222 2875 3807 289
Face 10223 290 2875 289
Face 10224 4330 4851 3807
Face 10225 2875 4330 3807
Face 10226 2242 2244 4851
Face 10227 4330 2242 4851
Face 10228 6484 1749 2244
Face 10229 2242 6484 2244
Face 10230 34456 34518 34301
Face 10231 6484 1754 1749
Face 10232 17975 17885 17976
Face 10233 19539 19621 9320
Face 10234 11412 10869 12355
Face 10235 10869 10927 12811
Face 10236 12864 12863 12770
Face 10237 12771 12864 12770
Face 10238 2266 2265 2140
Face 10239 2141 2266 2140
Face 10240 4597 13180 6016
Face 10241 6110 6111 6236
Face 10242 1192 1191 1078
Face 10243 5229 5230 5361
Face 10244 28098 28235 28097
Face 10245 25638 25740 25739
Face 10246 4566 4567 4698
Face 10247 3276 3277 3404
Face 10248 3160 5493 5367
Face 10249 1456 14956 18241
Face 10250 1998 2125 3956
Face 10251 3001 3000 2864
Face 10252 12226 12227 12315
Face 10253 6234 6235 6354
Face 10254 1773 1889 1772
Face 10255 12227 12316 12315
Face 10256 6253 6372 6371
Face 10257 6494 1916 1915
Face 10258 6252 6253 6371
Face 10259 6372 6494 6493
Face 10260 4692 4693 4823
Face 10261 2753 5237 5113
Face 10262 5353 5480 5352
Face 10263 3406 3407 3535
Face 10264 643 660 3804
Face 10265 2865 2864 2737
Face 10266 6249 6248 6122
Face 10267 3138 3137 3000
Face 10268 4437 4438 4567
Face 10269 3534 3533 3404
Face 10270 12956 12955 12863
Face 10271 4046 4047 4175
Face 10272 9272 2246 10708
Face 10273 6774 300 299
Face 10274 12864 12956 12863
Face 10275 7509 9068 1573
Face 10276 2393 2392 2265
Face 10277 6475 630 6474
Face 10278 2266 2393 2265
Face 10279 4568 4700 4699
Face 10280 1666 1772 1665
Face 10281 13420 13515 13514
Face 10282 33999 33998 33871
Face 10283 3280 3281 3408
Face 10284 5096 5219 5218
Face 10285 26072 25647 27329
Face 10286 5348 15466 15472
Face 10287 596 711 710
Face 10288 595 596 710
Face 10289 711 827 826
Face 10290 710 711 826
Face 10291 827 941 940
Face 10292 826 827 940
Face 10293 1051 1050 940
Face 10294 941 1051 940
Face 10295 1051 1164 1163
Face 10296 1050 1051 1163
Face 10297 1272 1273 18024
Face 10298 1163 1164 1271
Face 10299 28369 28368 28234
Face 10300 16163 16320 16162
Face 10301 14455 14456 14573
Face 10302 20280 14896 15293
Face 10303 2365 14594 3335
Face 10304 14695 14818 14817
Face 10305 15677 15261 2048
Face 10306 673 1013 4344
Face 10307 4227 3582 4353
Face 10308 2048 15261 15664
Face 10309 16162 16161 16009
Face 10310 3582 17 4998
Face 10311 16184 7846 6910
Face 10312 16162 16319 16161
Face 10313 14076 14096 5902
Face 10314 14875 163 22591
Face 10315 15664 14746 14745
Face 10316 5900 5899 14692
Face 10317 4284 1719 4283
Face 10318 15663 15664 14745
Face 10319 15858 16009 15857
Face 10320 3710 4998 14086
Face 10321 14091 3252 14268
Face 10322 16161 16160 16008
Face 10323 14745 14629 518
Face 10324 14452 15956 15902
Face 10325 19984 19923 9850
Face 10326 15672 5636 14513
Face 10327 16346 12410 16344
Face 10328 15714 15713 15571
Face 10329 28272 12839 11097
Face 10330 12436 12527 12318
Face 10331 3253 3381 3380
Face 10332 34279 11693 34716
Face 10333 3381 3510 3509
Face 10334 34353 34655 34379
Face 10335 34099 16686 33974
Face 10336 3638 3510 3639
Face 10337 3900 3768 3901
Face 10338 23032 24780 20753
Face 10339 4028 3900 4029
Face 10340 3769 3901 3768
Face 10341 7061 7170 487
Face 10342 3901 4029 3900
Face 10343 7825 9856 5848
Face 10344 4029 4158 4028
Face 10345 21531 21532 21624
Face 10346 4288 17801 17321
Face 10347 15207 15343 15342
Face 10348 1010 14718 1214
Face 10349 16232 16231 16074
Face 10350 2720 14165 15335
Face 10351 1582 4942 1951
Face 10352 14983 1582 1951
Face 10353 5074 1582 14983
Face 10354 5328 5074 14983
Face 10355 1783 4359 16359
Face 10356 15855 16006 15854
Face 10357 12046 12133 12045
Face 10358 12133 12218 12217
Face 10359 2037 34740 34376
Face 10360 1454 15327 14441
Face 10361 14116 1018 16267
Face 10362 226 14255 14193
Face 10363 13945 15327 3977
Face 10364 31724 31836 31835
Face 10365 18556 29801 20620
Face 10366 5584 5710 5709
Face 10367 5583 5584 5709
Face 10368 5710 5835 5834
Face 10369 5709 5710 5834
Face 10370 5835 5963 5962
Face 10371 5834 5835 5962
Face 10372 6090 6089 5962
Face 10373 5963 6090 5962
Face 10374 6216 6215 6089
Face 10375 6090 6216 6089
Face 10376 6336 6335 6215
Face 10377 6216 6336 6215
Face 10378 6458 6457 6335
Face 10379 6336 6458 6335
Face 10380 96 93 6457
Face 10381 6458 96 6457
Face 10382 3192 2119 93
Face 10383 96 3192 93
Face 10384 524 290 2119
Face 10385 3192 524 2119
Face 10386 3012 2875 290
Face 10387 524 3012 290
Face 10388 4456 4330 2875
Face 10389 3012 4456 2875
Face 10390 2241 2242 4330
Face 10391 4456 2241 4330
Face 10392 1541 6484 2242
Face 10393 2241 1541 2242
Face 10394 34296 28436 29668
Face 10395 1541 1645 6484
Face 10396 12981 12436 12410
Face 10397 12411 12500 12436
Face 10398 11412 12355 10473
Face 10399 8966 11412 10473
Face 10400 13046 13045 12955
Face 10401 12956 13046 12955
Face 10402 2523 2522 2392
Face 10403 3805 3284 3673
Face 10404 2393 2523 2392
Face 10405 1517 1516 1403
Face 10406 1412 1525 1411
Face 10407 27109 27108 26992
Face 10408 25978 18361 29714
Face 10409 2733 2734 2860
Face 10410 2090 2217 2216
Face 10411 2861 2997 2996
Face 10412 1178 1179 1286
Face 10413 3137 3138 3271
Face 10414 2738 2865 2737
Face 10415 1300 1299 1191
Face 10416 1079 1078 968
Face 10417 4976 10190 10799
Face 10418 4173 4174 4303
Face 10419 10918 5619 5490
Face 10420 5489 5490 5618
Face 10421 6493 6494 1915
Face 10422 6371 6372 6493
Face 10423 6233 6353 6352
Face 10424 5980 6107 6106
Face 10425 3665 3664 3535
Face 10426 18059 4158 1452
Face 10427 5746 1988 1745
Face 10428 8313 2008 8312
Face 10429 3272 3400 3399
Face 10430 3001 3138 3000
Face 10431 3134 3268 3133
Face 10432 3535 3534 3405
Face 10433 4562 4563 4694
Face 10434 24372 24240 34793
Face 10435 8931 8827 8932
Face 10436 6000 5872 8574
Face 10437 9174 7695 930
Face 10438 34788 34407 34644
Face 10439 18739 3371 3245
Face 10440 2523 2654 2522
Face 10441 22821 22820 2120
Face 10442 13140 13139 13045
Face 10443 34554 34590 34419
Face 10444 6234 6354 6353
Face 10445 3278 3277 3143
Face 10446 30413 30484 30412
Face 10447 5493 1858 1859
Face 10448 2754 3160 5367
Face 10449 597 712 711
Face 10450 34619 34442 34717
Face 10451 712 828 827
Face 10452 711 712 827
Face 10453 828 942 941
Face 10454 827 828 941
Face 10455 942 1052 1051
Face 10456 941 942 1051
Face 10457 1052 1165 1164
Face 10458 1051 1052 1164
Face 10459 1273 1274 18026
Face 10460 1164 1165 1272
Face 10461 14574 14695 14694
Face 10462 28568 27329 25647
Face 10463 903 1126 14006
Face 10464 15090 5715 14020
Face 10465 4943 15677 15676
Face 10466 3458 3586 14091
Face 10467 3710 3582 4998
Face 10468 15676 15677 2048
Face 10469 16010 16009 15858
Face 10470 17 3438 1434
Face 10471 22498 22592 22591
Face 10472 16010 16162 16009
Face 10473 17501 18424 18330
Face 10474 12530 13643 13264
Face 10475 12759 12760 14719
Face 10476 3031 34659 10247
Face 10477 16638 4284 16637
Face 10478 34733 34567 34674
Face 10479 16009 16161 16008
Face 10480 1719 4230 5013
Face 10481 3460 14591 14092
Face 10482 16318 16317 16160
Face 10483 286 4806 2328
Face 10484 157 5275 2718
Face 10485 15571 15570 24851
Face 10486 4841 104 3431
Face 10487 20530 20529 8935
Face 10488 15857 15856 15713
Face 10489 4095 15116 15115
Face 10490 11918 19379 16516
Face 10491 3120 3254 3253
Face 10492 3119 17447 18047
Face 10493 3254 3382 3381
Face 10494 3253 3254 3381
Face 10495 3382 3511 3510
Face 10496 3381 3382 3510
Face 10497 3511 3640 3639
Face 10498 3510 3511 3639
Face 10499 3640 3770 3769
Face 10500 3639 3640 3769
Face 10501 3902 3901 3769
Face 10502 3770 3902 3769
Face 10503 4030 4029 3901
Face 10504 3902 4030 3901
Face 10505 4159 4158 4029
Face 10506 4030 4159 4029
Face 10507 4289 4288 4158
Face 10508 4159 4289 4158
Face 10509 15854 15853 15710
Face 10510 4415 4546 18927
Face 10511 4942 2922 24
Face 10512 34767 34289 34661
Face 10513 1951 4942 24
Face 10514 2922 5771 2981
Face 10515 664 5074 5328
Face 10516 14365 14374 15898
Face 10517 16158 16157 16005
Face 10518 16006 16158 16005
Face 10519 12132 12133 12217
Face 10520 15570 15712 15569
Face 10521 4628 18538 4629
Face 10522 5371 5497 5331
Face 10523 2541 5328 15518
Face 10524 2669 226 14193
Face 10525 5457 5585 5584
Face 10526 33166 31651 33915
Face 10527 5711 5710 5584
Face 10528 5585 5711 5584
Face 10529 5836 5835 5710
Face 10530 5711 5836 5710
Face 10531 5964 5963 5835
Face 10532 5836 5964 5835
Face 10533 6091 6090 5963
Face 10534 5964 6091 5963
Face 10535 6217 6216 6090
Face 10536 6091 6217 6090
Face 10537 6337 6336 6216
Face 10538 6217 6337 6216
Face 10539 6459 6458 6336
Face 10540 6337 6459 6336
Face 10541 145 96 6458
Face 10542 6459 145 6458
Face 10543 5882 3192 96
Face 10544 145 5882 96
Face 10545 3014 524 3192
Face 10546 5882 3014 3192
Face 10547 3016 3012 524
Face 10548 3014 3016 524
Face 10549 4200 4456 3012
Face 10550 3016 4200 3012
Face 10551 2240 2241 4456
Face 10552 4200 2240 4456
Face 10553 4341 1541 2241
Face 10554 2240 4341 2241
Face 10555 1877 34706 34696
Face 10556 13065 28305 28439
Face 10557 34355 34624 34754
Face 10558 12401 12402 12491
Face 10559 10869 10361 12355
Face 10560 11431 10115 9643
Face 10561 13046 13140 13045
Face 10562 13800 13799 13704
Face 10563 13235 13234 13139
Face 10564 28235 28369 28234
Face 10565 5780 1747 3174
Face 10566 13140 13235 13139
Face 10567 4821 4954 4953
Face 10568 292 6971 6867
Face 10569 26993 27109 26992
Face 10570 22124 22219 22123
Face 10571 5609 5608 5479
Face 10572 3794 3926 3793
Face 10573 3535 3664 3534
Face 10574 3399 3400 3528
Face 10575 2865 3001 2864
Face 10576 1412 1411 1299
Face 10577 19837 3331 638
Face 10578 6360 6482 6481
Face 10579 1443 1442 1328
Face 10580 5231 5363 5362
Face 10581 5230 5231 5362
Face 10582 6127 6253 6252
Face 10583 6126 6127 6252
Face 10584 5723 5724 5851
Face 10585 6107 6233 6232
Face 10586 6106 6107 6232
Face 10587 4560 4561 4692
Face 10588 1098 1200 1307
Face 10589 5622 5746 1745
Face 10590 3138 3272 3271
Face 10591 3271 3272 3399
Face 10592 3406 3535 3405
Face 10593 3664 3663 3534
Face 10594 4302 4303 4428
Face 10595 2872 3008 3007
Face 10596 296 297 401
Face 10597 511 510 401
Face 10598 13800 8966 13799
Face 10599 14530 12114 15030
Face 10600 13328 13327 13234
Face 10601 5204 2254 7158
Face 10602 13235 13328 13234
Face 10603 9616 9501 2898
Face 10604 2614 2745 2744
Face 10605 30183 11022 30248
Face 10606 28504 28503 28368
Face 10607 3278 3406 3277
Face 10608 2870 2871 3006
Face 10609 597 711 596
Face 10610 5370 3160 2754
Face 10611 598 713 712
Face 10612 597 598 712
Face 10613 713 829 828
Face 10614 712 713 828
Face 10615 829 943 942
Face 10616 828 829 942
Face 10617 943 1053 1052
Face 10618 942 943 1052
Face 10619 1053 1166 1165
Face 10620 1052 1053 1165
Face 10621 1275 1274 1167
Face 10622 1165 1166 1273
Face 10623 3252 14452 14268
Face 10624 14019 15090 14020
Face 10625 13990 14611 16199
Face 10626 15090 14169 5271
Face 10627 4998 17 1434
Face 10628 16599 4943 15676
Face 10629 15716 15859 15715
Face 10630 3438 4448 4222
Face 10631 19388 19881 19880
Face 10632 15859 16010 15858
Face 10633 3586 3252 14091
Face 10634 21771 13346 19475
Face 10635 671 6516 2290
Face 10636 13888 13887 13872
Face 10637 14396 15931 15930
Face 10638 14074 6819 256
Face 10639 16318 16479 16317
Face 10640 1719 1610 4283
Face 10641 28897 29024 29023
Face 10642 16479 16478 16317
Face 10643 14178 13833 13845
Face 10644 14743 1243 14866
Face 10645 14086 378 1660
Face 10646 2802 2924 13892
Face 10647 34357 34506 34773
Face 10648 15714 15857 15713
Face 10649 2848 2984 2983
Face 10650 34786 34495 34282
Face 10651 2984 3121 3120
Face 10652 3253 3119 3120
Face 10653 3121 3255 3254
Face 10654 3120 3121 3254
Face 10655 3255 3383 3382
Face 10656 3254 3255 3382
Face 10657 3383 3512 3511
Face 10658 3382 3383 3511
Face 10659 3512 3641 3640
Face 10660 3511 3512 3640
Face 10661 3641 3771 3770
Face 10662 3640 3641 3770
Face 10663 3903 3902 3770
Face 10664 3771 3903 3770
Face 10665 4031 4030 3902
Face 10666 3903 4031 3902
Face 10667 4160 4159 4030
Face 10668 4031 4160 4030
Face 10669 4290 4289 4159
Face 10670 4160 4290 4159
Face 10671 4416 4415 4289
Face 10672 4290 4416 4289
Face 10673 4546 4678 19047
Face 10674 4416 4546 4415
Face 10675 226 330 14255
Face 10676 4678 4679 4810
Face 10677 15903 664 2541
Face 10678 15898 15903 2541
Face 10679 16476 16475 16314
Face 10680 16315 16476 16314
Face 10681 15712 15711 15569
Face 10682 34330 34342 34417
Face 10683 13784 5471 6262
Face 10684 14255 14365 14364
Face 10685 6842 15192 14146
Face 10686 14365 15898 15888
Face 10687 14364 14365 15888
Face 10688 5586 5585 5457
Face 10689 17852 16919 33915
Face 10690 5586 5712 5711
Face 10691 5585 5586 5711
Face 10692 5837 5836 5711
Face 10693 5712 5837 5711
Face 10694 5837 5965 5964
Face 10695 5836 5837 5964
Face 10696 5965 6092 6091
Face 10697 5964 5965 6091
Face 10698 6092 6218 6217
Face 10699 6091 6092 6217
Face 10700 6338 6337 6217
Face 10701 6218 6338 6217
Face 10702 6460 6459 6337
Face 10703 6338 6460 6337
Face 10704 177 145 6459
Face 10705 6460 177 6459
Face 10706 310 5882 145
Face 10707 177 310 145
Face 10708 2877 3014 5882
Face 10709 310 2877 5882
Face 10710 3017 3016 3014
Face 10711 2877 3017 3014
Face 10712 3813 4200 3016
Face 10713 3017 3813 3016
Face 10714 2112 2240 4200
Face 10715 3813 2112 4200
Face 10716 1548 4341 2240
Face 10717 2112 1548 2240
Face 10718 34663 34829 34602
Face 10719 15179 16267 5201
Face 10720 13198 5126 11100
Face 10721 11783 13198 11100
Face 10722 13118 13272 13178
Face 10723 7122 28554 6725
Face 10724 13612 13705 13704
Face 10725 13611 13612 13704
Face 10726 13422 13421 13327
Face 10727 13328 13422 13327
Face 10728 13422 13517 13516
Face 10729 6128 6001 6129
Face 10730 5613 5738 5737
Face 10731 407 6982 516
Face 10732 5483 5484 5612
Face 10733 516 515 406
Face 10734 4432 4562 4561
Face 10735 2617 2616 2487
Face 10736 4054 4183 4182
Face 10737 3794 3793 3663
Face 10738 6354 6355 6476
Face 10739 1737 1849 1848
Face 10740 4698 4829 4828
Face 10741 2869 2870 3005
Face 10742 1329 1443 1328
Face 10743 2120 14808 22821
Face 10744 5362 5363 5489
Face 10745 5363 5490 5489
Face 10746 1403 1516 1402
Face 10747 2003 14505 14623
Face 10748 5999 6127 6126
Face 10749 5998 5999 6126
Face 10750 13000 13185 13475
Face 10751 34546 34573 34542
Face 10752 1300 1412 1299
Face 10753 1066 1179 1178
Face 10754 3400 3529 3528
Face 10755 6477 660 643
Face 10756 4054 4053 3925
Face 10757 3926 4054 3925
Face 10758 4042 4043 4171
Face 10759 1512 1623 1511
Face 10760 8721 2388 2517
Face 10761 2388 2518 2517
Face 10762 6373 6495 6494
Face 10763 34313 34702 14034
Face 10764 13224 13317 13316
Face 10765 5483 5612 5482
Face 10766 2356 2485 2355
Face 10767 2136 2261 2135
Face 10768 6376 6377 6498
Face 10769 23857 25650 24758
Face 10770 762 7224 761
Face 10771 5093 5094 5216
Face 10772 3144 3278 3143
Face 10773 3406 3405 3277
Face 10774 490 599 598
Face 10775 34489 34331 34539
Face 10776 599 714 713
Face 10777 598 599 713
Face 10778 714 830 829
Face 10779 713 714 829
Face 10780 944 943 829
Face 10781 830 944 829
Face 10782 944 1054 1053
Face 10783 943 944 1053
Face 10784 1054 1167 1166
Face 10785 1053 1054 1166
Face 10786 1387 18027 1275
Face 10787 1166 1167 1274
Face 10788 14984 4943 16599
Face 10789 15460 3586 3458
Face 10790 1434 3438 4222
Face 10791 16199 14984 16599
Face 10792 34780 27447 34514
Face 10793 4448 2408 2279
Face 10794 6539 18671 17640
Face 10795 22987 25325 25422
Face 10796 14268 14452 15902
Face 10797 11862 21771 3568
Face 10798 13983 14178 13845
Face 10799 5902 14159 14227
Face 10800 14389 14396 15930
Face 10801 1352 16126 5528
Face 10802 16638 16637 16478
Face 10803 15931 5642 2796
Face 10804 8742 14875 22592
Face 10805 16479 16638 16478
Face 10806 2461 19029 18920
Face 10807 26186 6823 29735
Face 10808 2462 2591 2590
Face 10809 34834 34669 34400
Face 10810 2591 2722 2721
Face 10811 10068 10186 10067
Face 10812 2722 2849 2848
Face 10813 2721 2722 2848
Face 10814 2849 2985 2984
Face 10815 2848 2849 2984
Face 10816 2985 3122 3121
Face 10817 2984 2985 3121
Face 10818 3122 3256 3255
Face 10819 3121 3122 3255
Face 10820 3256 3384 3383
Face 10821 3255 3256 3383
Face 10822 3513 3512 3383
Face 10823 3384 3513 3383
Face 10824 3642 3641 3512
Face 10825 3513 3642 3512
Face 10826 3772 3771 3641
Face 10827 3642 3772 3641
Face 10828 3772 3904 3903
Face 10829 3771 3772 3903
Face 10830 3904 4032 4031
Face 10831 3903 3904 4031
Face 10832 4032 4161 4160
Face 10833 4031 4032 4160
Face 10834 4291 4290 4160
Face 10835 4161 4291 4160
Face 10836 4417 4416 4290
Face 10837 4291 4417 4290
Face 10838 4547 4546 4416
Face 10839 4417 4547 4416
Face 10840 4679 4678 4546
Face 10841 4547 4679 4546
Face 10842 16635 16634 16475
Face 10843 18905 4810 4811
Face 10844 16476 16635 16475
Face 10845 4411 4287 16634
Face 10846 13481 6137 61
Face 10847 2981 3690 3563
Face 10848 61 1766 13576
Face 10849 1766 13482 13576
Face 10850 15898 2541 232
Face 10851 13467 13657 34680
Face 10852 15888 15898 232
Face 10853 14193 14255 14364
Face 10854 18626 5458 18608
Face 10855 18608 5458 5457
Face 10856 5713 5712 5586
Face 10857 29961 30022 29960
Face 10858 5713 5838 5837
Face 10859 5712 5713 5837
Face 10860 5838 5966 5965
Face 10861 5837 5838 5965
Face 10862 5966 6093 6092
Face 10863 5965 5966 6092
Face 10864 6219 6218 6092
Face 10865 6093 6219 6092
Face 10866 6339 6338 6218
Face 10867 6219 6339 6218
Face 10868 6461 6460 6338
Face 10869 6339 6461 6338
Face 10870 185 177 6460
Face 10871 6461 185 6460
Face 10872 269 310 177
Face 10873 185 269 177
Face 10874 3015 2877 310
Face 10875 269 3015 310
Face 10876 3018 3017 2877
Face 10877 3015 3018 2877
Face 10878 3943 3813 3017
Face 10879 3018 3943 3017
Face 10880 1987 2112 3813
Face 10881 3943 1987 3813
Face 10882 1642 1548 2112
Face 10883 1987 1642 2112
Face 10884 12250 12249 12162
Face 10885 34438 24241 24374
Face 10886 203 13198 11783
Face 10887 2667 203 11783
Face 10888 13178 13272 12540
Face 10889 11178 11177 11115
Face 10890 13326 13325 13232
Face 10891 13233 13326 13232
Face 10892 13421 13422 13516
Face 10893 13614 13613 13516
Face 10894 4820 4821 4953
Face 10895 1852 1972 1851
Face 10896 1520 1631 1519
Face 10897 2011 2136 2010
Face 10898 2261 2260 2135
Face 10899 4441 4442 4571
Face 10900 34489 34539 34583
Face 10901 4700 4701 4831
Face 10902 4438 4439 4568
Face 10903 4965 5095 5094
Face 10904 4568 4569 4700
Face 10905 508 507 398
Face 10906 4697 4698 4828
Face 10907 7328 878 7329
Face 10908 4052 4053 4181
Face 10909 5857 5985 5984
Face 10910 1889 1888 1772
Face 10911 1516 1627 1626
Face 10912 13517 13614 13516
Face 10913 5872 5871 9508
Face 10914 10941 30 10214
Face 10915 4304 4430 4429
Face 10916 4844 4977 4976
Face 10917 1329 1328 1221
Face 10918 1222 1329 1221
Face 10919 1516 1517 1627
Face 10920 1627 1628 1736
Face 10921 4053 4054 4182
Face 10922 3926 3925 3793
Face 10923 12310 12401 12400
Face 10924 2355 2484 2354
Face 10925 2011 2010 1889
Face 10926 1890 2011 1889
Face 10927 2099 2098 1972
Face 10928 1973 2099 1972
Face 10929 3805 3804 3284
Face 10930 6476 643 6475
Face 10931 34624 34333 34761
Face 10932 1890 1889 1773
Face 10933 2740 2867 2739
Face 10934 5226 5358 5357
Face 10935 3664 3794 3663
Face 10936 398 507 506
Face 10937 5367 5493 1859
Face 10938 3007 3144 3006
Face 10939 491 600 599
Face 10940 8540 34307 8441
Face 10941 600 715 714
Face 10942 599 600 714
Face 10943 715 831 830
Face 10944 714 715 830
Face 10945 831 945 944
Face 10946 830 831 944
Face 10947 945 1055 1054
Face 10948 944 945 1054
Face 10949 1055 1168 1167
Face 10950 1054 1055 1167
Face 10951 1168 1276 1275
Face 10952 1167 1168 1275
Face 10953 1276 1388 1387
Face 10954 34339 34478 34555
Face 10955 1388 1502 1501
Face 10956 1612 18215 1501
Face 10957 1502 1613 1612
Face 10958 1501 1502 1612
Face 10959 1613 1723 1722
Face 10960 1612 1613 1722
Face 10961 1723 1834 1833
Face 10962 1833 1834 1953
Face 10963 1834 1954 1953
Face 10964 15930 15931 2796
Face 10965 1954 2079 2078
Face 10966 2078 18708 18603
Face 10967 2079 2206 2205
Face 10968 2333 2205 2206
Face 10969 2206 2334 2333
Face 10970 18920 18816 2333
Face 10971 2334 2463 2462
Face 10972 2333 2334 2462
Face 10973 2463 2592 2591
Face 10974 2462 2463 2591
Face 10975 2592 2723 2722
Face 10976 2591 2592 2722
Face 10977 2723 2850 2849
Face 10978 2722 2723 2849
Face 10979 2850 2986 2985
Face 10980 2849 2850 2985
Face 10981 2986 3123 3122
Face 10982 2985 2986 3122
Face 10983 3123 3257 3256
Face 10984 3122 3123 3256
Face 10985 3257 3385 3384
Face 10986 3256 3257 3384
Face 10987 3514 3513 3384
Face 10988 3385 3514 3384
Face 10989 3643 3642 3513
Face 10990 3514 3643 3513
Face 10991 3643 3773 3772
Face 10992 3642 3643 3772
Face 10993 3773 3905 3904
Face 10994 3772 3773 3904
Face 10995 4033 4032 3904
Face 10996 3905 4033 3904
Face 10997 4033 4162 4161
Face 10998 4032 4033 4161
Face 10999 4292 4291 4161
Face 11000 4162 4292 4161
Face 11001 4418 4417 4291
Face 11002 4292 4418 4291
Face 11003 4548 4547 4417
Face 11004 4418 4548 4417
Face 11005 4680 4679 4547
Face 11006 4548 4680 4547
Face 11007 4811 4810 4679
Face 11008 4680 4811 4679
Face 11009 22612 22231 15722
Face 11010 34623 34480 34278
Face 11011 17735 5076 5075
Face 11012 4497 16521 9057
Face 11013 13453 12470 11608
Face 11014 11765 12361 12202
Face 11015 24 2981 16362
Face 11016 4941 1951 76
Face 11017 3966 6517 2669
Face 11018 5328 14983 14252
Face 11019 17171 16238 18845
Face 11020 3842 15002 3969
Face 11021 5587 5714 5713
Face 11022 31695 31807 31694
Face 11023 5714 5839 5838
Face 11024 5713 5714 5838
Face 11025 5967 5966 5838
Face 11026 5839 5967 5838
Face 11027 6094 6093 5966
Face 11028 5967 6094 5966
Face 11029 6220 6219 6093
Face 11030 6094 6220 6093
Face 11031 6340 6339 6219
Face 11032 6220 6340 6219
Face 11033 6462 6461 6339
Face 11034 6340 6462 6339
Face 11035 186 185 6461
Face 11036 6462 186 6461
Face 11037 768 269 185
Face 11038 186 768 185
Face 11039 6390 3015 269
Face 11040 768 6390 269
Face 11041 2880 3018 3015
Face 11042 6390 2880 3015
Face 11043 4072 3943 3018
Face 11044 2880 4072 3018
Face 11045 1744 1987 3943
Face 11046 4072 1744 3943
Face 11047 1641 1642 1987
Face 11048 1744 1641 1987
Face 11049 4078 1530 1642
Face 11050 1641 4078 1642
Face 11051 10394 9274 2667
Face 11052 5069 2003 2002
Face 11053 11116 11178 11115
Face 11054 11247 11246 11177
Face 11055 13233 13232 13137
Face 11056 13138 13233 13137
Face 11057 13707 13706 13613
Face 11058 13614 13707 13613
Face 11059 2874 2873 2746
Face 11060 2134 2259 2258
Face 11061 1774 1773 1667
Face 11062 1668 1774 1667
Face 11063 2612 2613 2743
Face 11064 4316 4442 4441
Face 11065 1199 1087 3013
Face 11066 1087 3157 3013
Face 11067 4569 4701 4700
Face 11068 4701 4832 4831
Face 11069 4962 4963 5092
Face 11070 6236 6237 6356
Face 11071 2870 3006 3005
Face 11072 34459 34662 34517
Face 11073 4558 4690 4689
Face 11074 615 730 729
Face 11075 968 1078 967
Face 11076 3656 3786 3785
Face 11077 5999 6000 6127
Face 11078 6000 6128 6127
Face 11079 4977 5108 5107
Face 11080 4976 4977 5107
Face 11081 30248 11020 30314
Face 11082 11965 12050 11964
Face 11083 1736 1737 1848
Face 11084 1628 1737 1736
Face 11085 4182 4183 4312
Face 11086 4183 4313 4312
Face 11087 4439 4440 4569
Face 11088 2613 2744 2743
Face 11089 1668 1667 1558
Face 11090 2136 2135 2010
Face 11091 2218 2219 2346
Face 11092 3135 3136 3269
Face 11093 1626 1735 1734
Face 11094 4082 4210 1317
Face 11095 1774 1890 1773
Face 11096 1559 1558 1444
Face 11097 5225 5226 5357
Face 11098 1667 1773 1666
Face 11099 4312 4313 4438
Face 11100 4439 4569 4568
Face 11101 491 599 490
Face 11102 3149 5370 2754
Face 11103 492 601 600
Face 11104 491 492 600
Face 11105 601 716 715
Face 11106 600 601 715
Face 11107 716 832 831
Face 11108 715 716 831
Face 11109 832 946 945
Face 11110 831 832 945
Face 11111 946 1056 1055
Face 11112 945 946 1055
Face 11113 1056 1169 1168
Face 11114 1055 1056 1168
Face 11115 1169 1277 1276
Face 11116 1168 1169 1276
Face 11117 1389 1388 1276
Face 11118 1277 1389 1276
Face 11119 1389 1503 1502
Face 11120 1388 1389 1502
Face 11121 1503 1614 1613
Face 11122 1502 1503 1613
Face 11123 34674 34446 34473
Face 11124 1613 1614 1723
Face 11125 14437 14480 14389
Face 11126 28369 28504 28368
Face 11127 34757 34718 34682
Face 11128 18329 18845 16238
Face 11129 34615 34751 12803
Face 11130 34723 34729 34436
Face 11131 2207 2206 2079
Face 11132 2080 2207 2079
Face 11133 2335 2334 2206
Face 11134 2207 2335 2206
Face 11135 2464 2463 2334
Face 11136 2335 2464 2334
Face 11137 2593 2592 2463
Face 11138 2464 2593 2463
Face 11139 2724 2723 2592
Face 11140 2593 2724 2592
Face 11141 2851 2850 2723
Face 11142 2724 2851 2723
Face 11143 2851 2987 2986
Face 11144 2850 2851 2986
Face 11145 2987 3124 3123
Face 11146 2986 2987 3123
Face 11147 3124 3258 3257
Face 11148 3123 3124 3257
Face 11149 3258 3386 3385
Face 11150 3257 3258 3385
Face 11151 3386 3515 3514
Face 11152 3385 3386 3514
Face 11153 3644 3643 3514
Face 11154 3515 3644 3514
Face 11155 3644 3774 3773
Face 11156 3643 3644 3773
Face 11157 3906 3905 3773
Face 11158 3774 3906 3773
Face 11159 3906 4034 4033
Face 11160 3905 3906 4033
Face 11161 4034 4163 4162
Face 11162 4033 4034 4162
Face 11163 4293 4292 4162
Face 11164 4163 4293 4162
Face 11165 4419 4418 4292
Face 11166 4293 4419 4292
Face 11167 4549 4548 4418
Face 11168 4419 4549 4418
Face 11169 4681 4680 4548
Face 11170 4549 4681 4548
Face 11171 4812 4811 4680
Face 11172 4681 4812 4680
Face 11173 4945 4944 4811
Face 11174 4812 4945 4811
Face 11175 34295 34306 34353
Face 11176 1471 24819 1693
Face 11177 11243 11242 11173
Face 11178 11174 11243 11173
Face 11179 5201 1018 17928
Face 11180 11318 11317 11242
Face 11181 15518 5328 14252
Face 11182 232 2541 15518
Face 11183 17229 17264 5459
Face 11184 34806 34417 34405
Face 11185 5459 5588 5587
Face 11186 5587 5588 5714
Face 11187 5840 5839 5714
Face 11188 34570 34782 34618
Face 11189 5968 5967 5839
Face 11190 5840 5968 5839
Face 11191 6095 6094 5967
Face 11192 5968 6095 5967
Face 11193 6221 6220 6094
Face 11194 6095 6221 6094
Face 11195 6341 6340 6220
Face 11196 6221 6341 6220
Face 11197 6463 6462 6340
Face 11198 6341 6463 6340
Face 11199 194 186 6462
Face 11200 6463 194 6462
Face 11201 1649 768 186
Face 11202 194 1649 186
Face 11203 2638 6390 768
Face 11204 1649 2638 768
Face 11205 2881 2880 6390
Face 11206 2638 2881 6390
Face 11207 3298 4072 2880
Face 11208 2881 3298 2880
Face 11209 1857 1744 4072
Face 11210 3298 1857 4072
Face 11211 1640 1641 1744
Face 11212 1857 1640 1744
Face 11213 4595 4078 1641
Face 11214 1640 4595 1641
Face 11215 2002 15964 5069
Face 11216 4595 2002 4078
Face 11217 11178 11247 11177
Face 11218 11322 11321 11246
Face 11219 13138 13137 13043
Face 11220 13044 13138 13043
Face 11221 13802 13801 13706
Face 11222 13707 13802 13706
Face 11223 13033 10350 13801
Face 11224 34563 34468 34728
Face 11225 34530 34571 34584
Face 11226 1445 1444 1330
Face 11227 611 726 725
Face 11228 1331 1330 1223
Face 11229 1186 1294 1185
Face 11230 2867 3003 2866
Face 11231 2743 2742 2611
Face 11232 4438 4568 4567
Face 11233 2612 2743 2611
Face 11234 4311 4312 4437
Face 11235 34472 34273 34492
Face 11236 6133 7259 6005
Face 11237 6133 6134 6259
Face 11238 1080 1193 1079
Face 11239 6378 10128 8166
Face 11240 3525 3524 3395
Face 11241 5978 6105 6104
Face 11242 4692 4823 4822
Face 11243 5108 5231 5230
Face 11244 5107 5108 5230
Face 11245 2610 2609 2480
Face 11246 7189 7295 14685
Face 11247 399 508 398
Face 11248 1849 1969 1968
Face 11249 4831 4832 4964
Face 11250 4313 4439 4438
Face 11251 4570 4702 4701
Face 11252 2613 2612 2483
Face 11253 397 398 506
Face 11254 1559 1668 1558
Face 11255 5101 5224 5223
Face 11256 1896 2017 2016
Face 11257 1895 1896 2016
Face 11258 2017 2142 2141
Face 11259 1445 1559 1444
Face 11260 3142 3143 3276
Face 11261 2484 2613 2483
Face 11262 2871 3007 3006
Face 11263 5218 5350 5349
Face 11264 4964 4965 5094
Face 11265 385 493 492
Face 11266 492 7066 384
Face 11267 493 602 601
Face 11268 492 493 601
Face 11269 602 717 716
Face 11270 601 602 716
Face 11271 717 833 832
Face 11272 716 717 832
Face 11273 833 947 946
Face 11274 832 833 946
Face 11275 947 1057 1056
Face 11276 946 947 1056
Face 11277 1057 1170 1169
Face 11278 1056 1057 1169
Face 11279 1170 1278 1277
Face 11280 1169 1170 1277
Face 11281 1278 1390 1389
Face 11282 1277 1278 1389
Face 11283 34424 34582 34653
Face 11284 1389 1390 1503
Face 11285 3683 148 7383
Face 11286 34400 34669 34423
Face 11287 21440 21439 21346
Face 11288 13574 34580 34387
Face 11289 4284 4283 16637
Face 11290 12410 12436 12318
Face 11291 15869 3188 7556
Face 11292 22497 22498 22591
Face 11293 31062 31061 30962
Face 11294 19880 19881 20653
Face 11295 2081 2208 2207
Face 11296 2080 2081 2207
Face 11297 2336 2335 2207
Face 11298 2208 2336 2207
Face 11299 2465 2464 2335
Face 11300 2336 2465 2335
Face 11301 2594 2593 2464
Face 11302 2465 2594 2464
Face 11303 2725 2724 2593
Face 11304 2594 2725 2593
Face 11305 2725 2852 2851
Face 11306 2724 2725 2851
Face 11307 2852 2988 2987
Face 11308 2851 2852 2987
Face 11309 2988 3125 3124
Face 11310 2987 2988 3124
Face 11311 3125 3259 3258
Face 11312 3124 3125 3258
Face 11313 3259 3387 3386
Face 11314 3258 3259 3386
Face 11315 3387 3516 3515
Face 11316 3386 3387 3515
Face 11317 3516 3645 3644
Face 11318 3515 3516 3644
Face 11319 3645 3775 3774
Face 11320 3644 3645 3774
Face 11321 3907 3906 3774
Face 11322 3775 3907 3774
Face 11323 3907 4035 4034
Face 11324 3906 3907 4034
Face 11325 4164 4163 4034
Face 11326 4035 4164 4034
Face 11327 4294 4293 4163
Face 11328 4164 4294 4163
Face 11329 4420 4419 4293
Face 11330 4294 4420 4293
Face 11331 4550 4549 4419
Face 11332 4420 4550 4419
Face 11333 4682 4681 4549
Face 11334 4550 4682 4549
Face 11335 4813 4812 4681
Face 11336 4682 4813 4681
Face 11337 4813 4946 4945
Face 11338 4812 4813 4945
Face 11339 14065 5077 15047
Face 11340 34681 34295 34284
Face 11341 11243 11318 11242
Face 11342 11399 11398 11317
Face 11343 10740 13284 8260
Face 11344 9644 10740 8260
Face 11345 2249 6517 3966
Face 11346 14983 1951 4941
Face 11347 5016 2404 5017
Face 11348 15002 2249 5248
Face 11349 5016 5017 2198
Face 11350 2197 5016 2198
Face 11351 16634 4287 16633
Face 11352 2197 2198 4410
Face 11353 5969 5968 5840
Face 11354 21384 14391 21288
Face 11355 6096 6095 5968
Face 11356 5969 6096 5968
Face 11357 6222 6221 6095
Face 11358 6096 6222 6095
Face 11359 6342 6341 6221
Face 11360 6222 6342 6221
Face 11361 6464 6463 6341
Face 11362 6342 6464 6341
Face 11363 195 194 6463
Face 11364 6464 195 6463
Face 11365 413 1649 194
Face 11366 195 413 194
Face 11367 2895 2638 1649
Face 11368 413 2895 1649
Face 11369 2876 2881 2638
Face 11370 2895 2876 2638
Face 11371 3164 3298 2881
Face 11372 2876 3164 2881
Face 11373 1979 1857 3298
Face 11374 3164 1979 3298
Face 11375 1639 1640 1857
Face 11376 1979 1639 1857
Face 11377 2878 4595 1640
Face 11378 1639 2878 1640
Face 11379 16115 2128 2253
Face 11380 2878 2128 4595
Face 11381 11247 11322 11246
Face 11382 11403 11402 11321
Face 11383 13044 13043 12953
Face 11384 12954 13044 12953
Face 11385 13802 13033 13801
Face 11386 11386 12478 10350
Face 11387 34617 34559 34344
Face 11388 2016 2017 2141
Face 11389 2142 2267 2266
Face 11390 1331 1445 1330
Face 11391 1224 1331 1223
Face 11392 34826 12102 34288
Face 11393 1426 1427 1199
Face 11394 5372 1646 5498
Face 11395 1646 1536 5498
Face 11396 4313 4314 4439
Face 11397 6483 1426 1098
Face 11398 4440 4570 4569
Face 11399 1426 1199 1200
Face 11400 4434 4564 4563
Face 11401 34804 34810 34785
Face 11402 4429 4430 4559
Face 11403 3287 3152 746
Face 11404 6259 6378 6377
Face 11405 4043 4044 4172
Face 11406 6133 6259 6258
Face 11407 6258 6259 6377
Face 11408 6483 8237 1427
Face 11409 6132 6133 6258
Face 11410 5095 5218 5217
Face 11411 6237 6357 6356
Face 11412 3939 3551 2498
Face 11413 4832 4965 4964
Face 11414 1556 1665 1555
Face 11415 2744 2871 2870
Face 11416 2141 2142 2266
Face 11417 245 10101 10850
Face 11418 2267 2394 2393
Face 11419 2266 2267 2393
Face 11420 1665 1664 1555
Face 11421 2394 2524 2523
Face 11422 2743 2744 2870
Face 11423 4053 4182 4181
Face 11424 5094 5095 5217
Face 11425 2497 2117 2498
Face 11426 386 494 493
Face 11427 385 384 6958
Face 11428 494 603 602
Face 11429 493 494 602
Face 11430 603 718 717
Face 11431 602 603 717
Face 11432 718 834 833
Face 11433 717 718 833
Face 11434 834 948 947
Face 11435 833 834 947
Face 11436 948 1058 1057
Face 11437 947 948 1057
Face 11438 1058 1171 1170
Face 11439 1057 1058 1170
Face 11440 1171 1279 1278
Face 11441 1170 1171 1278
Face 11442 1279 1391 1390
Face 11443 1278 1279 1390
Face 11444 438 548 14436
Face 11445 1275 1276 1387
Face 11446 34302 34713 34775
Face 11447 1874 5204 1746
Face 11448 8974 328 1437
Face 11449 34626 28549 26678
Face 11450 27964 28097 27963
Face 11451 18507 1835 1836
Face 11452 1660 378 6024
Face 11453 22441 21366 21178
Face 11454 4094 548 438
Face 11455 6024 4094 438
Face 11456 23791 11542 6398
Face 11457 548 14437 14436
Face 11458 18712 2209 2208
Face 11459 2208 2209 2336
Face 11460 2337 2466 2465
Face 11461 2336 2337 2465
Face 11462 2466 2595 2594
Face 11463 2465 2466 2594
Face 11464 2595 2726 2725
Face 11465 2594 2595 2725
Face 11466 2726 2853 2852
Face 11467 2725 2726 2852
Face 11468 2853 2989 2988
Face 11469 2852 2853 2988
Face 11470 2989 3126 3125
Face 11471 2988 2989 3125
Face 11472 3126 3260 3259
Face 11473 3125 3126 3259
Face 11474 3260 3388 3387
Face 11475 3259 3260 3387
Face 11476 3388 3517 3516
Face 11477 3387 3388 3516
Face 11478 3517 3646 3645
Face 11479 3516 3517 3645
Face 11480 3646 3776 3775
Face 11481 3645 3646 3775
Face 11482 3908 3907 3775
Face 11483 3776 3908 3775
Face 11484 4036 4035 3907
Face 11485 3908 4036 3907
Face 11486 4036 4165 4164
Face 11487 4035 4036 4164
Face 11488 4165 4295 4294
Face 11489 4164 4165 4294
Face 11490 4295 4421 4420
Face 11491 4294 4295 4420
Face 11492 4551 4550 4420
Face 11493 4421 4551 4420
Face 11494 4683 4682 4550
Face 11495 4551 4683 4550
Face 11496 4814 4813 4682
Face 11497 4683 4814 4682
Face 11498 4947 4946 4813
Face 11499 4814 4947 4813
Face 11500 5077 4947 5078
Face 11501 34306 34655 34353
Face 11502 11174 11173 11111
Face 11503 34277 34577 34587
Face 11504 11838 11837 11858
Face 11505 12561 10740 9644
Face 11506 13963 15002 5248
Face 11507 3842 3969 2886
Face 11508 2404 2886 5017
Face 11509 16634 16633 16474
Face 11510 16475 16634 16474
Face 11511 15454 5217 5071
Face 11512 4287 2197 4410
Face 11513 5842 5970 5969
Face 11514 5841 5842 5969
Face 11515 6097 6096 5969
Face 11516 5970 6097 5969
Face 11517 6223 6222 6096
Face 11518 6097 6223 6096
Face 11519 6343 6342 6222
Face 11520 6223 6343 6222
Face 11521 6465 6464 6342
Face 11522 6343 6465 6342
Face 11523 196 195 6464
Face 11524 6465 196 6464
Face 11525 521 413 195
Face 11526 196 521 195
Face 11527 2767 2895 413
Face 11528 521 2767 413
Face 11529 2882 2876 2895
Face 11530 2767 2882 2895
Face 11531 3426 3164 2876
Face 11532 2882 3426 2876
Face 11533 1980 1979 3164
Face 11534 3426 1980 3164
Face 11535 1638 1639 1979
Face 11536 1980 1638 1979
Face 11537 1195 2878 1639
Face 11538 1638 1195 1639
Face 11539 2253 2380 16115
Face 11540 1195 2253 2878
Face 11541 11322 11403 11321
Face 11542 11486 11485 11402
Face 11543 23883 12768 12861
Face 11544 12953 13043 12952
Face 11545 13033 11386 10350
Face 11546 11386 10705 9301
Face 11547 7235 7342 7234
Face 11548 6682 6778 6777
Face 11549 617 732 731
Face 11550 3654 3784 3653
Face 11551 10885 4582 4583
Face 11552 5221 5353 5352
Face 11553 2129 2509 2004
Face 11554 1536 1646 3305
Face 11555 4430 4431 4560
Face 11556 12499 12981 12410
Face 11557 2488 2487 2358
Face 11558 4442 4572 4571
Face 11559 2359 2488 2358
Face 11560 4571 4572 4703
Face 11561 1406 1405 1293
Face 11562 4690 4691 4821
Face 11563 1847 1848 1967
Face 11564 968 967 853
Face 11565 3655 3656 3785
Face 11566 11241 11316 11240
Face 11567 22118 22213 22117
Face 11568 6240 6360 6239
Face 11569 5102 5103 5225
Face 11570 3919 3918 3786
Face 11571 3157 3551 3939
Face 11572 3551 2497 2498
Face 11573 1888 8313 1887
Face 11574 5484 5485 5613
Face 11575 2393 2394 2523
Face 11576 2524 2655 2654
Face 11577 2523 2524 2654
Face 11578 34799 34750 34513
Face 11579 992 991 879
Face 11580 12443 16672 20013
Face 11581 2117 5372 2116
Face 11582 2117 2116 2498
Face 11583 387 495 494
Face 11584 385 386 493
Face 11585 495 604 603
Face 11586 494 495 603
Face 11587 604 719 718
Face 11588 603 604 718
Face 11589 719 835 834
Face 11590 718 719 834
Face 11591 835 949 948
Face 11592 834 835 948
Face 11593 949 1059 1058
Face 11594 948 949 1058
Face 11595 1059 1172 1171
Face 11596 1058 1059 1171
Face 11597 1172 1280 1279
Face 11598 1171 1172 1279
Face 11599 1505 18123 1392
Face 11600 1279 1280 1391
Face 11601 14437 14389 14381
Face 11602 14436 14437 14381
Face 11603 2077 14086 1660
Face 11604 378 4094 6024
Face 11605 1616 1725 1724
Face 11606 18220 1615 18316
Face 11607 1725 1837 1836
Face 11608 1724 1725 1836
Face 11609 1837 1957 1956
Face 11610 1956 18607 18507
Face 11611 2210 2082 2083
Face 11612 1957 2083 1956
Face 11613 1419 5649 3569
Face 11614 26537 26653 26652
Face 11615 3945 1419 3569
Face 11616 14086 2077 5649
Face 11617 2338 2467 2466
Face 11618 28639 28638 28503
Face 11619 2467 2596 2595
Face 11620 2466 2467 2595
Face 11621 2596 2727 2726
Face 11622 2595 2596 2726
Face 11623 2727 2854 2853
Face 11624 2726 2727 2853
Face 11625 2854 2990 2989
Face 11626 2853 2854 2989
Face 11627 2990 3127 3126
Face 11628 2989 2990 3126
Face 11629 3127 3261 3260
Face 11630 3126 3127 3260
Face 11631 3261 3389 3388
Face 11632 3260 3261 3388
Face 11633 3389 3518 3517
Face 11634 3388 3389 3517
Face 11635 3518 3647 3646
Face 11636 3517 3518 3646
Face 11637 3647 3777 3776
Face 11638 3646 3647 3776
Face 11639 3909 3908 3776
Face 11640 3777 3909 3776
Face 11641 4037 4036 3908
Face 11642 3909 4037 3908
Face 11643 4037 4166 4165
Face 11644 4036 4037 4165
Face 11645 4166 4296 4295
Face 11646 4165 4166 4295
Face 11647 4422 4421 4295
Face 11648 4296 4422 4295
Face 11649 4552 4551 4421
Face 11650 4422 4552 4421
Face 11651 4552 4684 4683
Face 11652 4551 4552 4683
Face 11653 4815 4814 4683
Face 11654 4684 4815 4683
Face 11655 4948 4947 4814
Face 11656 4815 4948 4814
Face 11657 14793 5079 14918
Face 11658 4948 5078 4947
Face 11659 12295 1198 12010
Face 11660 34503 34312 34709
Face 11661 11858 12561 9644
Face 11662 13284 1674 3823
Face 11663 2404 3842 2886
Face 11664 5716 18425 5591
Face 11665 5841 15614 5842
Face 11666 4287 4410 16633
Face 11667 5716 5843 5842
Face 11668 34289 34372 34710
Face 11669 5971 5970 5842
Face 11670 5843 5971 5842
Face 11671 6098 6097 5970
Face 11672 5971 6098 5970
Face 11673 6224 6223 6097
Face 11674 6098 6224 6097
Face 11675 6344 6343 6223
Face 11676 6224 6344 6223
Face 11677 6466 6465 6343
Face 11678 6344 6466 6343
Face 11679 217 196 6465
Face 11680 6466 217 6465
Face 11681 412 521 196
Face 11682 217 412 196
Face 11683 3546 2767 521
Face 11684 412 3546 521
Face 11685 3158 2882 2767
Face 11686 3546 3158 2767
Face 11687 3555 3426 2882
Face 11688 3158 3555 2882
Face 11689 1981 1980 3426
Face 11690 3555 1981 3426
Face 11691 1869 1638 1980
Face 11692 1981 1869 1980
Face 11693 4599 1195 1638
Face 11694 1869 4599 1638
Face 11695 2380 2253 1195
Face 11696 4599 2380 1195
Face 11697 11403 11486 11402
Face 11698 6129 6255 6254
Face 11699 12862 12954 12861
Face 11700 11564 11563 11485
Face 11701 12478 11386 9301
Face 11702 22137 22233 22441
Face 11703 10705 7781 7475
Face 11704 26767 26768 26881
Face 11705 16206 5215 14081
Face 11706 13272 12628 12540
Face 11707 5098 5099 5221
Face 11708 34495 34293 34799
Face 11709 1079 1192 1078
Face 11710 5485 5614 5613
Face 11711 11809 11808 11726
Face 11712 9301 10705 7475
Face 11713 7781 1991 10006
Face 11714 1863 1995 1864
Face 11715 3528 3529 3657
Face 11716 5103 5226 5225
Face 11717 6118 6117 5989
Face 11718 3020 3022 3160
Face 11719 13314 13313 13220
Face 11720 1623 1622 1511
Face 11721 5498 1536 5628
Face 11722 2739 2738 2607
Face 11723 2754 5367 2753
Face 11724 3407 3536 3535
Face 11725 6257 6258 6376
Face 11726 300 405 404
Face 11727 5099 5222 5221
Face 11728 3013 3157 3939
Face 11729 34498 34564 34306
Face 11730 5613 5614 5738
Face 11731 11492 11570 11491
Face 11732 11648 11647 11569
Face 11733 7475 7781 10006
Face 11734 1991 10093 12468
Face 11735 1904 1550 1118
Face 11736 5612 5611 5482
Face 11737 4690 4821 4820
Face 11738 5372 5498 2116
Face 11739 388 496 495
Face 11740 387 386 6960
Face 11741 496 605 604
Face 11742 495 496 604
Face 11743 605 720 719
Face 11744 604 605 719
Face 11745 720 836 835
Face 11746 719 720 835
Face 11747 836 950 949
Face 11748 835 836 949
Face 11749 950 1060 1059
Face 11750 949 950 1059
Face 11751 1060 1173 1172
Face 11752 1059 1060 1172
Face 11753 1173 1281 1280
Face 11754 1172 1173 1280
Face 11755 1281 1393 1392
Face 11756 1280 1281 1392
Face 11757 1393 1506 1505
Face 11758 18123 1505 18221
Face 11759 1506 1617 1616
Face 11760 14494 933 2508
Face 11761 16427 12012 10622
Face 11762 1419 14086 5649
Face 11763 1726 1838 1837
Face 11764 14955 14831 14956
Face 11765 1838 1958 1957
Face 11766 1837 1838 1957
Face 11767 1958 2084 2083
Face 11768 1957 1958 2083
Face 11769 2211 2210 2083
Face 11770 2084 2211 2083
Face 11771 28504 28639 28503
Face 11772 2211 2339 2210
Face 11773 2339 2468 2467
Face 11774 2338 2339 2467
Face 11775 2468 2597 2596
Face 11776 2467 2468 2596
Face 11777 2597 2728 2727
Face 11778 2596 2597 2727
Face 11779 2728 2855 2854
Face 11780 2727 2728 2854
Face 11781 2855 2991 2990
Face 11782 2854 2855 2990
Face 11783 2991 3128 3127
Face 11784 2990 2991 3127
Face 11785 3128 3262 3261
Face 11786 3127 3128 3261
Face 11787 3262 3390 3389
Face 11788 3261 3262 3389
Face 11789 3390 3519 3518
Face 11790 3389 3390 3518
Face 11791 3519 3648 3647
Face 11792 3518 3519 3647
Face 11793 3778 3777 3647
Face 11794 3648 3778 3647
Face 11795 3910 3909 3777
Face 11796 3778 3910 3777
Face 11797 3910 4038 4037
Face 11798 3909 3910 4037
Face 11799 4167 4166 4037
Face 11800 4038 4167 4037
Face 11801 4297 4296 4166
Face 11802 4167 4297 4166
Face 11803 4297 4423 4422
Face 11804 4296 4297 4422
Face 11805 4553 4552 4422
Face 11806 4423 4553 4422
Face 11807 4553 4685 4684
Face 11808 4552 4553 4684
Face 11809 4685 4816 4815
Face 11810 4684 4685 4815
Face 11811 4949 4948 4815
Face 11812 4816 4949 4815
Face 11813 34274 34425 34653
Face 11814 4949 5079 4948
Face 11815 3823 1674 5335
Face 11816 4861 4860 13273
Face 11817 8260 13284 3823
Face 11818 1674 4861 5335
Face 11819 5592 5591 5461
Face 11820 5462 5592 5461
Face 11821 5592 5717 5716
Face 11822 5591 5592 5716
Face 11823 5844 5843 5716
Face 11824 5717 5844 5716
Face 11825 5972 5971 5843
Face 11826 5844 5972 5843
Face 11827 6099 6098 5971
Face 11828 5972 6099 5971
Face 11829 6225 6224 6098
Face 11830 6099 6225 6098
Face 11831 6345 6344 6224
Face 11832 6225 6345 6224
Face 11833 6467 6466 6344
Face 11834 6345 6467 6344
Face 11835 277 217 6466
Face 11836 6467 277 6466
Face 11837 520 412 217
Face 11838 277 520 217
Face 11839 3545 3546 412
Face 11840 520 3545 412
Face 11841 3293 3158 3546
Face 11842 3545 3293 3546
Face 11843 3682 3555 3158
Face 11844 3293 3682 3158
Face 11845 1982 1981 3555
Face 11846 3682 1982 3555
Face 11847 1870 1869 1981
Face 11848 1982 1870 1981
Face 11849 4460 4599 1869
Face 11850 1870 4460 1869
Face 11851 2509 2380 4599
Face 11852 4460 2509 4599
Face 11853 6528 6403 26816
Face 11854 2509 2129 2380
Face 11855 11486 11564 11485
Face 11856 11968 11967 11883
Face 11857 34591 34310 34752
Face 11858 19754 22320 15437
Face 11859 10006 1991 12468
Face 11860 10093 13672 9168
Face 11861 6254 6255 6373
Face 11862 1624 1625 1733
Face 11863 6373 6374 6495
Face 11864 6891 11147 11148
Face 11865 32506 762 761
Face 11866 3787 3788 3919
Face 11867 846 960 959
Face 11868 405 514 404
Face 11869 5228 5229 5360
Face 11870 3140 3139 3002
Face 11871 3921 4049 4048
Face 11872 2230 2358 2229
Face 11873 2103 2230 2229
Face 11874 2102 2103 2229
Face 11875 4442 4443 4572
Face 11876 299 298 6773
Face 11877 2487 2486 2357
Face 11878 1648 9662 3034
Face 11879 623 622 513
Face 11880 1647 1646 5372
Face 11881 2257 2382 1989
Face 11882 11648 11727 11647
Face 11883 1647 3034 1646
Face 11884 6132 6258 6257
Face 11885 2225 2353 2352
Face 11886 12221 12220 12135
Face 11887 1975 2101 1974
Face 11888 1665 1771 1664
Face 11889 2118 5242 2117
Face 11890 9286 10747 12174
Face 11891 23317 23085 23689
Face 11892 389 497 496
Face 11893 388 6961 6962
Face 11894 497 606 605
Face 11895 496 497 605
Face 11896 606 721 720
Face 11897 605 606 720
Face 11898 721 837 836
Face 11899 720 721 836
Face 11900 837 951 950
Face 11901 836 837 950
Face 11902 951 1061 1060
Face 11903 950 951 1060
Face 11904 1061 1174 1173
Face 11905 1060 1061 1173
Face 11906 1174 1282 1281
Face 11907 1173 1174 1281
Face 11908 1282 1394 1393
Face 11909 1281 1282 1393
Face 11910 1394 1507 1506
Face 11911 1393 1394 1506
Face 11912 1507 1618 1617
Face 11913 1506 1507 1617
Face 11914 1618 1727 1726
Face 11915 19982 907 17106
Face 11916 1727 1839 1838
Face 11917 1726 1727 1838
Face 11918 1839 1959 1958
Face 11919 1838 1839 1958
Face 11920 2085 2084 1958
Face 11921 1959 2085 1958
Face 11922 2085 2212 2211
Face 11923 2084 2085 2211
Face 11924 2340 2339 2211
Face 11925 2212 2340 2211
Face 11926 2340 2469 2468
Face 11927 2339 2340 2468
Face 11928 2469 2598 2597
Face 11929 2468 2469 2597
Face 11930 2598 2729 2728
Face 11931 2597 2598 2728
Face 11932 2729 2856 2855
Face 11933 2728 2729 2855
Face 11934 2856 2992 2991
Face 11935 2855 2856 2991
Face 11936 2992 3129 3128
Face 11937 2991 2992 3128
Face 11938 3129 3263 3262
Face 11939 3128 3129 3262
Face 11940 3263 3391 3390
Face 11941 3262 3263 3390
Face 11942 3391 3520 3519
Face 11943 3390 3391 3519
Face 11944 3520 3649 3648
Face 11945 3519 3520 3648
Face 11946 3649 3779 3778
Face 11947 3648 3649 3778
Face 11948 3779 3911 3910
Face 11949 3778 3779 3910
Face 11950 4039 4038 3910
Face 11951 3911 4039 3910
Face 11952 4168 4167 4038
Face 11953 4039 4168 4038
Face 11954 4298 4297 4167
Face 11955 4168 4298 4167
Face 11956 4298 4424 4423
Face 11957 4297 4298 4423
Face 11958 4554 4553 4423
Face 11959 4424 4554 4423
Face 11960 4686 4685 4553
Face 11961 4554 4686 4553
Face 11962 4686 4817 4816
Face 11963 4685 4686 4816
Face 11964 4950 4949 4816
Face 11965 4817 4950 4816
Face 11966 5080 5079 4949
Face 11967 4950 5080 4949
Face 11968 12140 12139 12052
Face 11969 4458 14637 14757
Face 11970 12225 12224 12139
Face 11971 12053 12140 12052
Face 11972 12140 12225 12139
Face 11973 5593 5592 5462
Face 11974 5463 5593 5462
Face 11975 5593 5718 5717
Face 11976 5592 5593 5717
Face 11977 5718 5845 5844
Face 11978 5717 5718 5844
Face 11979 5973 5972 5844
Face 11980 5845 5973 5844
Face 11981 6100 6099 5972
Face 11982 5973 6100 5972
Face 11983 6226 6225 6099
Face 11984 6100 6226 6099
Face 11985 6346 6345 6225
Face 11986 6226 6346 6225
Face 11987 6468 6467 6345
Face 11988 6346 6468 6345
Face 11989 305 277 6467
Face 11990 6468 305 6467
Face 11991 411 520 277
Face 11992 305 411 277
Face 11993 3671 3545 520
Face 11994 411 3671 520
Face 11995 3159 3293 3545
Face 11996 3671 3159 3545
Face 11997 3026 3682 3293
Face 11998 3159 3026 3293
Face 11999 1983 1982 3682
Face 12000 3026 1983 3682
Face 12001 1871 1870 1982
Face 12002 1983 1871 1982
Face 12003 859 4460 1870
Face 12004 1871 859 1870
Face 12005 2642 2509 4460
Face 12006 859 2642 4460
Face 12007 34719 2037 34376
Face 12008 16172 24565 24703
Face 12009 11884 11968 11883
Face 12010 12053 12052 11967
Face 12011 22503 22597 22502
Face 12012 19356 15436 22131
Face 12013 12468 10093 9168
Face 12014 13672 8450 10684
Face 12015 5729 5857 5856
Face 12016 1295 1407 1294
Face 12017 6108 6234 6233
Face 12018 3925 4053 3924
Face 12019 4185 4184 4056
Face 12020 3925 3924 3792
Face 12021 395 396 503
Face 12022 5606 5731 5605
Face 12023 3663 3793 3662
Face 12024 5478 5607 5477
Face 12025 2098 2097 1971
Face 12026 5859 5858 5730
Face 12027 3793 3925 3792
Face 12028 4210 4597 1317
Face 12029 3793 3792 3662
Face 12030 5728 5729 5856
Face 12031 5732 5731 5606
Face 12032 854 968 853
Face 12033 6107 6108 6233
Face 12034 2998 2999 3135
Face 12035 6354 6476 6475
Face 12036 9168 13672 10684
Face 12037 3270 3398 3269
Face 12038 5242 1647 5372
Face 12039 5242 5372 2117
Face 12040 514 513 404
Face 12041 5229 5361 5360
Face 12042 390 498 497
Face 12043 6962 389 388
Face 12044 498 607 606
Face 12045 497 498 606
Face 12046 607 722 721
Face 12047 606 607 721
Face 12048 722 838 837
Face 12049 721 722 837
Face 12050 838 952 951
Face 12051 837 838 951
Face 12052 952 1062 1061
Face 12053 951 952 1061
Face 12054 1062 1175 1174
Face 12055 1061 1062 1174
Face 12056 1175 1283 1282
Face 12057 1174 1175 1282
Face 12058 1283 1395 1394
Face 12059 1282 1283 1394
Face 12060 1395 1508 1507
Face 12061 1394 1395 1507
Face 12062 1508 1619 1618
Face 12063 1507 1508 1618
Face 12064 1619 1728 1727
Face 12065 1618 1619 1727
Face 12066 1728 1840 1839
Face 12067 1727 1728 1839
Face 12068 1840 1960 1959
Face 12069 1839 1840 1959
Face 12070 2086 2085 1959
Face 12071 1960 2086 1959
Face 12072 2086 2213 2212
Face 12073 2085 2086 2212
Face 12074 2213 2341 2340
Face 12075 2212 2213 2340
Face 12076 2341 2470 2469
Face 12077 2340 2341 2469
Face 12078 2470 2599 2598
Face 12079 2469 2470 2598
Face 12080 2599 2730 2729
Face 12081 2598 2599 2729
Face 12082 2730 2857 2856
Face 12083 2729 2730 2856
Face 12084 2857 2993 2992
Face 12085 2856 2857 2992
Face 12086 2993 3130 3129
Face 12087 2992 2993 3129
Face 12088 3130 3264 3263
Face 12089 3129 3130 3263
Face 12090 3392 3391 3263
Face 12091 3264 3392 3263
Face 12092 3521 3520 3391
Face 12093 3392 3521 3391
Face 12094 3650 3649 3520
Face 12095 3521 3650 3520
Face 12096 3650 3780 3779
Face 12097 3649 3650 3779
Face 12098 3780 3912 3911
Face 12099 3779 3780 3911
Face 12100 4040 4039 3911
Face 12101 3912 4040 3911
Face 12102 4040 4169 4168
Face 12103 4039 4040 4168
Face 12104 4169 4299 4298
Face 12105 4168 4169 4298
Face 12106 4425 4424 4298
Face 12107 4299 4425 4298
Face 12108 4555 4554 4424
Face 12109 4425 4555 4424
Face 12110 4687 4686 4554
Face 12111 4555 4687 4554
Face 12112 4818 4817 4686
Face 12113 4687 4818 4686
Face 12114 4818 4951 4950
Face 12115 4817 4818 4950
Face 12116 4951 5081 5080
Face 12117 4950 4951 5080
Face 12118 5207 5208 14267
Face 12119 5081 5207 5080
Face 12120 20803 11166 16690
Face 12121 28815 23013 23067
Face 12122 29439 29438 29307
Face 12123 27998 25479 18870
Face 12124 5594 5593 5463
Face 12125 5463 5461 14172
Face 12126 5719 5718 5593
Face 12127 5594 5719 5593
Face 12128 9967 3302 7172
Face 12129 5718 5719 5845
Face 12130 5974 5973 5845
Face 12131 5846 5974 5845
Face 12132 5974 6101 6100
Face 12133 5973 5974 6100
Face 12134 6227 6226 6100
Face 12135 6101 6227 6100
Face 12136 6347 6346 6226
Face 12137 6227 6347 6226
Face 12138 6469 6468 6346
Face 12139 6347 6469 6346
Face 12140 306 305 6468
Face 12141 6469 306 6468
Face 12142 5720 411 305
Face 12143 306 5720 305
Face 12144 3801 3671 411
Face 12145 5720 3801 411
Face 12146 3808 3159 3671
Face 12147 3801 3808 3671
Face 12148 3808 2890 3026
Face 12149 3159 3808 3026
Face 12150 6362 1983 3026
Face 12151 2890 6362 3026
Face 12152 1872 1871 1983
Face 12153 6362 1872 1983
Face 12154 87 859 1871
Face 12155 1872 87 1871
Face 12156 2641 2642 859
Face 12157 87 2641 859
Face 12158 10486 10592 3953
Face 12159 2641 2004 2642
Face 12160 11968 12053 11967
Face 12161 12313 12314 12404
Face 12162 20703 20614 25419
Face 12163 655 20473 2801
Face 12164 8450 7287 12383
Face 12165 10684 8450 12383
Face 12166 4970 4971 5100
Face 12167 1997 2124 3959
Face 12168 7287 6382 6502
Face 12169 8112 8216 1897
Face 12170 2018 2143 2142
Face 12171 2017 2018 2142
Face 12172 2143 2268 2267
Face 12173 2142 2143 2267
Face 12174 2268 2395 2394
Face 12175 2267 2268 2394
Face 12176 2395 2525 2524
Face 12177 2394 2395 2524
Face 12178 2656 2526 2657
Face 12179 2524 2525 2655
Face 12180 10127 8373 13488
Face 12181 13043 13137 13042
Face 12182 6271 1001 8264
Face 12183 1964 1965 2090
Face 12184 960 1070 1069
Face 12185 514 623 513
Face 12186 3003 3140 3002
Face 12187 391 499 498
Face 12188 6963 390 389
Face 12189 499 608 607
Face 12190 498 499 607
Face 12191 723 722 607
Face 12192 608 723 607
Face 12193 723 839 838
Face 12194 722 723 838
Face 12195 839 953 952
Face 12196 838 839 952
Face 12197 953 1063 1062
Face 12198 952 953 1062
Face 12199 1063 1176 1175
Face 12200 1062 1063 1175
Face 12201 1176 1284 1283
Face 12202 1175 1176 1283
Face 12203 1284 1396 1395
Face 12204 1283 1284 1395
Face 12205 1396 1509 1508
Face 12206 1395 1396 1508
Face 12207 1509 1620 1619
Face 12208 1508 1509 1619
Face 12209 1620 1729 1728
Face 12210 1619 1620 1728
Face 12211 1729 1841 1840
Face 12212 1728 1729 1840
Face 12213 1841 1961 1960
Face 12214 1840 1841 1960
Face 12215 2087 2086 1960
Face 12216 1961 2087 1960
Face 12217 2214 2213 2086
Face 12218 2087 2214 2086
Face 12219 2214 2342 2341
Face 12220 2213 2214 2341
Face 12221 2342 2471 2470
Face 12222 2341 2342 2470
Face 12223 2471 2600 2599
Face 12224 2470 2471 2599
Face 12225 2600 2731 2730
Face 12226 2599 2600 2730
Face 12227 2731 2858 2857
Face 12228 2730 2731 2857
Face 12229 2858 2994 2993
Face 12230 2857 2858 2993
Face 12231 3131 3130 2993
Face 12232 2994 3131 2993
Face 12233 3131 3265 3264
Face 12234 3130 3131 3264
Face 12235 3393 3392 3264
Face 12236 3265 3393 3264
Face 12237 3522 3521 3392
Face 12238 3393 3522 3392
Face 12239 3651 3650 3521
Face 12240 3522 3651 3521
Face 12241 3651 3781 3780
Face 12242 3650 3651 3780
Face 12243 3781 3913 3912
Face 12244 3780 3781 3912
Face 12245 4041 4040 3912
Face 12246 3913 4041 3912
Face 12247 4041 4170 4169
Face 12248 4040 4041 4169
Face 12249 4300 4299 4169
Face 12250 4170 4300 4169
Face 12251 4426 4425 4299
Face 12252 4300 4426 4299
Face 12253 4426 4556 4555
Face 12254 4425 4426 4555
Face 12255 4556 4688 4687
Face 12256 4555 4556 4687
Face 12257 4819 4818 4687
Face 12258 4688 4819 4687
Face 12259 4952 4951 4818
Face 12260 4819 4952 4818
Face 12261 5082 5081 4951
Face 12262 4952 5082 4951
Face 12263 5209 5208 5082
Face 12264 3935 4190 9411
Face 12265 11809 11890 11808
Face 12266 28159 29408 29063
Face 12267 12383 7287 6502
Face 12268 6382 207 6142
Face 12269 5595 5594 5464
Face 12270 6502 6382 6142
Face 12271 11382 6748 6653
Face 12272 34698 34434 34455
Face 12273 6230 6350 6349
Face 12274 3399 3528 3527
Face 12275 5847 5975 5974
Face 12276 5719 7825 5846
Face 12277 5975 6102 6101
Face 12278 5974 5975 6101
Face 12279 6228 6227 6101
Face 12280 6102 6228 6101
Face 12281 6348 6347 6227
Face 12282 6228 6348 6227
Face 12283 6470 6469 6347
Face 12284 6348 6470 6347
Face 12285 315 306 6469
Face 12286 6470 315 6469
Face 12287 315 632 5720
Face 12288 306 315 5720
Face 12289 3416 3801 5720
Face 12290 632 3416 5720
Face 12291 3677 3808 3801
Face 12292 3416 3677 3801
Face 12293 2763 2890 3808
Face 12294 3677 2763 3808
Face 12295 1865 6362 2890
Face 12296 2763 1865 2890
Face 12297 1865 1993 1872
Face 12298 6362 1865 1872
Face 12299 86 87 1872
Face 12300 1993 86 1872
Face 12301 4727 2641 87
Face 12302 86 4727 87
Face 12303 1459 34408 34540
Face 12304 86 4859 4727
Face 12305 12405 12495 12494
Face 12306 12584 12495 23090
Face 12307 11727 11809 11726
Face 12308 11890 11889 11808
Face 12309 207 4343 35
Face 12310 6142 207 35
Face 12311 21722 21721 21626
Face 12312 11570 11648 11569
Face 12313 3010 3009 2873
Face 12314 34622 34334 34445
Face 12315 5224 5225 5356
Face 12316 2358 2357 2229
Face 12317 392 500 499
Face 12318 6964 6965 391
Face 12319 500 609 608
Face 12320 499 500 608
Face 12321 609 724 723
Face 12322 608 609 723
Face 12323 724 840 839
Face 12324 723 724 839
Face 12325 954 953 839
Face 12326 840 954 839
Face 12327 954 1064 1063
Face 12328 953 954 1063
Face 12329 1064 1177 1176
Face 12330 1063 1064 1176
Face 12331 1177 1285 1284
Face 12332 1176 1177 1284
Face 12333 1285 1397 1396
Face 12334 1284 1285 1396
Face 12335 1397 1510 1509
Face 12336 1396 1397 1509
Face 12337 1621 1620 1509
Face 12338 1510 1621 1509
Face 12339 1730 1729 1620
Face 12340 1621 1730 1620
Face 12341 1730 1842 1841
Face 12342 1729 1730 1841
Face 12343 1842 1962 1961
Face 12344 1841 1842 1961
Face 12345 1962 2088 2087
Face 12346 1961 1962 2087
Face 12347 2215 2214 2087
Face 12348 2088 2215 2087
Face 12349 2215 2343 2342
Face 12350 2214 2215 2342
Face 12351 2343 2472 2471
Face 12352 2342 2343 2471
Face 12353 2472 2601 2600
Face 12354 2471 2472 2600
Face 12355 2601 2732 2731
Face 12356 2600 2601 2731
Face 12357 2732 2859 2858
Face 12358 2731 2732 2858
Face 12359 2859 2995 2994
Face 12360 2858 2859 2994
Face 12361 3132 3131 2994
Face 12362 2995 3132 2994
Face 12363 3266 3265 3131
Face 12364 3132 3266 3131
Face 12365 3394 3393 3265
Face 12366 3266 3394 3265
Face 12367 3523 3522 3393
Face 12368 3394 3523 3393
Face 12369 3523 3652 3651
Face 12370 3522 3523 3651
Face 12371 3652 3782 3781
Face 12372 3651 3652 3781
Face 12373 3782 3914 3913
Face 12374 3781 3782 3913
Face 12375 4042 4041 3913
Face 12376 3914 4042 3913
Face 12377 4171 4170 4041
Face 12378 4042 4171 4041
Face 12379 4171 4301 4300
Face 12380 4170 4171 4300
Face 12381 4427 4426 4300
Face 12382 4301 4427 4300
Face 12383 4427 4557 4556
Face 12384 4426 4427 4556
Face 12385 4689 4688 4556
Face 12386 4557 4689 4556
Face 12387 4820 4819 4688
Face 12388 4689 4820 4688
Face 12389 4820 4953 4952
Face 12390 4819 4820 4952
Face 12391 5083 5082 4952
Face 12392 4953 5083 4952
Face 12393 12404 12405 12494
Face 12394 34484 34610 34273
Face 12395 30598 30597 30512
Face 12396 13673 9296 34659
Face 12397 21530 21623 21622
Face 12398 3827 4343 5507
Face 12399 11727 11726 11647
Face 12400 21435 21530 21529
Face 12401 5846 5847 5974
Face 12402 8021 5721 9856
Face 12403 5848 5976 5975
Face 12404 5847 5848 5975
Face 12405 5976 6103 6102
Face 12406 5975 5976 6102
Face 12407 6229 6228 6102
Face 12408 6103 6229 6102
Face 12409 6229 6349 6348
Face 12410 6228 6229 6348
Face 12411 6349 6471 6470
Face 12412 6348 6349 6470
Face 12413 6471 425 315
Face 12414 6470 6471 315
Face 12415 425 633 632
Face 12416 315 425 632
Face 12417 633 3544 3416
Face 12418 632 633 3416
Face 12419 3544 3550 3677
Face 12420 3416 3544 3677
Face 12421 2632 2763 3677
Face 12422 3550 2632 3677
Face 12423 1864 1865 2763
Face 12424 2632 1864 2763
Face 12425 1994 1993 1865
Face 12426 1864 1994 1865
Face 12427 982 86 1993
Face 12428 1994 982 1993
Face 12429 982 4859 86
Face 12430 15473 5210 583
Face 12431 33746 33745 33620
Face 12432 33361 33494 33360
Face 12433 12494 12495 12583
Face 12434 13794 13793 13698
Face 12435 30088 30150 30149
Face 12436 25995 25994 11183
Face 12437 5599 5724 8640
Face 12438 30375 30442 30374
Face 12439 23968 23920 24441
Face 12440 5355 5356 5482
Face 12441 1664 1770 1663
Face 12442 7784 13122 9444
Face 12443 4559 4691 4690
Face 12444 4173 4303 4302
Face 12445 4443 4573 4572
Face 12446 393 501 500
Face 12447 392 6965 6966
Face 12448 501 610 609
Face 12449 500 501 609
Face 12450 610 725 724
Face 12451 609 610 724
Face 12452 725 841 840
Face 12453 724 725 840
Face 12454 841 955 954
Face 12455 840 841 954
Face 12456 955 1065 1064
Face 12457 954 955 1064
Face 12458 1065 1178 1177
Face 12459 1064 1065 1177
Face 12460 1178 1286 1285
Face 12461 1177 1178 1285
Face 12462 1286 1398 1397
Face 12463 1285 1286 1397
Face 12464 1511 1510 1397
Face 12465 1398 1511 1397
Face 12466 1622 1621 1510
Face 12467 1511 1622 1510
Face 12468 1731 1730 1621
Face 12469 1622 1731 1621
Face 12470 1843 1842 1730
Face 12471 1731 1843 1730
Face 12472 1963 1962 1842
Face 12473 1843 1963 1842
Face 12474 1963 2089 2088
Face 12475 1962 1963 2088
Face 12476 2089 2216 2215
Face 12477 2088 2089 2215
Face 12478 2216 2344 2343
Face 12479 2215 2216 2343
Face 12480 2344 2473 2472
Face 12481 2343 2344 2472
Face 12482 2473 2602 2601
Face 12483 2472 2473 2601
Face 12484 2602 2733 2732
Face 12485 2601 2602 2732
Face 12486 2733 2860 2859
Face 12487 2732 2733 2859
Face 12488 2860 2996 2995
Face 12489 2859 2860 2995
Face 12490 2996 3133 3132
Face 12491 2995 2996 3132
Face 12492 3267 3266 3132
Face 12493 3133 3267 3132
Face 12494 3395 3394 3266
Face 12495 3267 3395 3266
Face 12496 3524 3523 3394
Face 12497 3395 3524 3394
Face 12498 3524 3653 3652
Face 12499 3523 3524 3652
Face 12500 3653 3783 3782
Face 12501 3652 3653 3782
Face 12502 3915 3914 3782
Face 12503 3783 3915 3782
Face 12504 3915 4043 4042
Face 12505 3914 3915 4042
Face 12506 4043 4172 4171
Face 12507 6778 6877 6876
Face 12508 21434 21435 21529
Face 12509 6777 6778 6876
Face 12510 12842 34752 10741
Face 12511 8004 8005 1779
Face 12512 13745 12822 13744
Face 12513 5001 3055 1882
Face 12514 34383 34466 34565
Face 12515 30087 30088 30149
Face 12516 34790 34372 34289
Face 12517 7018 7017 20624
Face 12518 34719 34303 18978
Face 12519 7068 14001 10858
Face 12520 12946 12855 19540
Face 12521 5632 5001 1882
Face 12522 34329 13762 34320
Face 12523 13609 13702 13701
Face 12524 34704 34511 34623
Face 12525 7690 10839 7088
Face 12526 1562 1447 7786
Face 12527 6995 6996 7102
Face 12528 8295 8294 8190
Face 12529 10974 8743 9733
Face 12530 10466 7824 9733
Face 12531 7093 7092 6985
Face 12532 8906 8905 8801
Face 12533 10262 10384 10383
Face 12534 5981 6109 8208
Face 12535 8919 9027 8918
Face 12536 10143 10262 10261
Face 12537 10096 10095 8859
Face 12538 9475 9474 9359
Face 12539 10142 10143 10261
Face 12540 10707 7927 10708
Face 12541 10022 10023 10141
Face 12542 7864 7971 7970
Face 12543 10993 10997 9272
Face 12544 6696 7513 7834
Face 12545 10023 10142 10141
Face 12546 8208 7146 5981
Face 12547 9915 9914 9797
Face 12548 8180 8284 8283
Face 12549 9027 9026 8918
Face 12550 10261 10262 10383
Face 12551 143 144 242
Face 12552 7739 7912 10976
Face 12553 10384 10507 10383
Face 12554 1130 5905 17696
Face 12555 10679 10309 10931
Face 12556 10561 10554 7610
Face 12557 15245 15113 3163
Face 12558 12930 7630 9328
Face 12559 8377 8376 8273
Face 12560 7051 7840 7159
Face 12561 8949 8832 10829
Face 12562 3795 10141 10140
Face 12563 8691 8690 8587
Face 12564 10147 10148 10266
Face 12565 10138 8456 6869
Face 12566 7984 8089 8088
Face 12567 8559 8152 8972
Face 12568 8838 16572 8837
Face 12569 7627 9210 9848
Face 12570 8794 8795 8898
Face 12571 20891 7020 7019
Face 12572 10466 8765 7824
Face 12573 10604 10727 8658
Face 12574 8949 10829 10490
Face 12575 28768 28767 28638
Face 12576 9360 9475 9359
Face 12577 1771 1887 1770
Face 12578 7620 10561 7610
Face 12579 12573 12663 12572
Face 12580 8743 6923 8439
Face 12581 8274 8377 8273
Face 12582 10264 10386 10385
Face 12583 9823 9940 9939
Face 12584 10387 10386 10264
Face 12585 10263 10264 10385
Face 12586 34150 34151 25853
Face 12587 8246 7183 5235
Face 12588 21822 21918 21917
Face 12589 34663 34622 34829
Face 12590 10800 10799 10073
Face 12591 6983 6982 6876
Face 12592 34723 34443 34729
Face 12593 6877 6983 6876
Face 12594 1355 4098 5379
Face 12595 10240 10121 10835
Face 12596 7431 7542 7541
Face 12597 8717 8716 8613
Face 12598 7755 7864 7863
Face 12599 8614 8717 8613
Face 12600 4086 10362 10071
Face 12601 7356 6630 9315
Face 12602 7627 7487 8250
Face 12603 24375 24242 24243
Face 12604 28639 28768 28638
Face 12605 8990 7841 8834
Face 12606 7082 7296 8270
Face 12607 28894 28893 28767
Face 12608 10005 100 6976
Face 12609 13606 13607 13699
Face 12610 12640 7471 10004
Face 12611 22211 22210 22115
Face 12612 1338 890 212
Face 12613 10027 10146 10145
Face 12614 29206 28426 34569
Face 12615 6746 6745 6652
Face 12616 9933 10049 9932
Face 12617 8323 8324 8426
Face 12618 8791 8790 8684
Face 12619 8218 8219 8323
Face 12620 8526 8525 8426
Face 12621 9775 10607 9662
Face 12622 8324 8427 8426
Face 12623 8685 8684 8581
Face 12624 8685 8791 8684
Face 12625 9456 9569 9568
Face 12626 8582 8685 8581
Face 12627 9455 9456 9568
Face 12628 9684 9798 9683
Face 12629 7090 7089 6982
Face 12630 6983 7090 6982
Face 12631 8115 8219 8218
Face 12632 8114 8115 8218
Face 12633 9567 9682 9681
Face 12634 11711 11712 11793
Face 12635 9155 10250 6695
Face 12636 8975 9087 7725
Face 12637 8415 8515 8414
Face 12638 8614 8613 8514
Face 12639 9537 8029 10117
Face 12640 8415 8414 8311
Face 12641 7647 7646 7534
Face 12642 2650 8932 2518
Face 12643 10898 7472 6700
Face 12644 6675 6770 6769
Face 12645 28768 28894 28767
Face 12646 2248 10707 1977
Face 12647 7090 7199 7198
Face 12648 8427 8526 8426
Face 12649 7089 7090 7198
Face 12650 20622 6917 11103
Face 12651 7304 7303 7198
Face 12652 1787 12007 34696
Face 12653 28790 28789 28660
Face 12654 7460 7459 7350
Face 12655 8115 8114 8009
Face 12656 7351 7460 7350
Face 12657 7572 7571 7459
Face 12658 7460 7572 7459
Face 12659 7684 7683 7571
Face 12660 7569 7681 7568
Face 12661 7572 7684 7571
Face 12662 9913 9912 9795
Face 12663 8219 8324 8323
Face 12664 7401 7290 6695
Face 12665 12355 12537 9990
Face 12666 11180 11179 11117
Face 12667 9422 10623 9997
Face 12668 11962 11961 11877
Face 12669 12163 12162 12075
Face 12670 8312 8415 8311
Face 12671 11117 11057 11058
Face 12672 8312 8311 8207
Face 12673 8515 8514 8414
Face 12674 19093 29484 29458
Face 12675 13511 13512 13608
Face 12676 8378 8478 8377
Face 12677 10243 10730 10244
Face 12678 34390 26816 6403
Face 12679 8335 10865 8455
Face 12680 8010 8115 8009
Face 12681 6790 6789 11146
Face 12682 7797 7796 7683
Face 12683 7457 7569 7456
Face 12684 7684 7797 7683
Face 12685 7906 7905 7796
Face 12686 7797 7906 7796
Face 12687 8013 8012 7905
Face 12688 7906 8013 7905
Face 12689 8118 8117 8012
Face 12690 8013 8118 8012
Face 12691 8222 8221 8117
Face 12692 8118 8222 8117
Face 12693 7794 7793 7680
Face 12694 8327 8326 8221
Face 12695 8727 8757 8237
Face 12696 7681 7794 7680
Face 12697 9584 9699 9583
Face 12698 7199 7304 7198
Face 12699 7412 7413 7523
Face 12700 9200 9097 8000
Face 12701 31372 31476 31371
Face 12702 6776 6777 6875
Face 12703 2370 1747 5780
Face 12704 8356 8459 7503
Face 12705 7304 7414 7413
Face 12706 29021 29020 28893
Face 12707 11972 12057 11971
Face 12708 7303 7304 7413
Face 12709 7525 7524 7413
Face 12710 7414 7525 7413
Face 12711 12385 11104 3168
Face 12712 7637 7636 7524
Face 12713 10388 10511 10510
Face 12714 9099 10244 7506
Face 12715 8275 8276 8378
Face 12716 9423 7051 9310
Face 12717 7681 7680 7568
Face 12718 8479 8578 8478
Face 12719 8222 8327 8221
Face 12720 16837 6939 34123
Face 12721 8430 8429 8326
Face 12722 8327 8430 8326
Face 12723 8430 8529 8528
Face 12724 8429 8430 8528
Face 12725 8529 8628 8627
Face 12726 8528 8529 8627
Face 12727 7457 7456 7347
Face 12728 8628 8733 8732
Face 12729 7903 8010 7902
Face 12730 7348 7457 7347
Face 12731 7903 7902 7793
Face 12732 7794 7903 7793
Face 12733 33226 33362 33225
Face 12734 8010 8009 7902
Face 12735 26787 27357 6603
Face 12736 20710 10965 11110
Face 12737 9097 9155 8000
Face 12738 9699 9698 9583
Face 12739 7525 7637 7524
Face 12740 7636 7635 7523
Face 12741 8810 8809 8703
Face 12742 10175 10293 10174
Face 12743 12403 12404 12493
Face 12744 11568 11646 11567
Face 12745 28894 29021 28893
Face 12746 11055 11114 11054
Face 12747 29152 29151 29020
Face 12748 18360 26209 2684
Face 12749 7750 7749 7636
Face 12750 6010 13300 1992
Face 12751 7303 7302 7197
Face 12752 8869 10429 10695
Face 12753 10808 9099 7506
Face 12754 7303 7413 7302
Face 12755 29086 29087 19093
Face 12756 3055 2024 3319
Face 12757 29319 28299 6281
Face 12758 26316 26433 26432
Face 12759 27701 27700 27573
Face 12760 34342 34519 34790
Face 12761 8627 8628 8732
Face 12762 652 6531 8539
Face 12763 8943 16572 8838
Face 12764 8732 8733 8837
Face 12765 10137 7461 8885
Face 12766 9502 9615 2256
Face 12767 29021 29152 29020
Face 12768 6625 11084 6690
Face 12769 29282 29281 29151
Face 12770 7569 7568 7456
Face 12771 7637 7750 7636
Face 12772 7859 7858 7749
Face 12773 27701 27830 27700
Face 12774 29152 29282 29151
Face 12775 34331 34543 34539
Face 12776 19190 29327 29473
Face 12777 6003 2374 2231
Face 12778 1081 10486 976
Face 12779 7983 8088 8087
Face 12780 8000 9155 6695
Face 12781 8869 7497 10429
Face 12782 7750 7859 7749
Face 12783 8356 9424 9538
Face 12784 9703 9817 9816
Face 12785 1081 8233 10486
Face 12786 5625 2234 2235
Face 12787 25849 27012 11573
Face 12788 1926 18476 18381
Face 12789 12401 12491 12490
Face 12790 8553 13393 9631
Face 12791 12400 12401 12490
Face 12792 25579 30526 25580
Face 12793 7617 8459 11099
Face 12794 13788 322 8416
Face 12795 7413 7412 7302
Face 12796 13412 13411 13317
Face 12797 7198 7303 7197
Face 12798 7413 7524 7523
Face 12799 7966 7965 7858
Face 12800 29413 29412 29281
Face 12801 7338 7339 7447
Face 12802 7447 7448 7559
Face 12803 8383 8483 8482
Face 12804 7859 7966 7858
Face 12805 7640 7641 7753
Face 12806 10371 770 9443
Face 12807 6693 7252 7596
Face 12808 7754 7755 7863
Face 12809 8071 8070 7965
Face 12810 7966 8071 7965
Face 12811 10269 10268 10149
Face 12812 1882 3055 3319
Face 12813 32515 7232 32514
Face 12814 26986 25978 17055
Face 12815 10147 10266 10146
Face 12816 7339 7448 7447
Face 12817 27640 29351 29350
Face 12818 26432 26433 26550
Face 12819 19196 19093 29458
Face 12820 761 7223 7114
Face 12821 5235 7183 5234
Face 12822 8071 8177 8176
Face 12823 28251 28385 28384
Face 12824 25575 25574 25490
Face 12825 29282 29413 29281
Face 12826 29605 25847 24012
Face 12827 29544 29543 29412
Face 12828 28384 28385 28519
Face 12829 10292 10291 10173
Face 12830 34427 34633 34816
Face 12831 1082 7381 8233
Face 12832 10592 8261 1197
Face 12833 8261 10592 10486
Face 12834 8233 8261 10486
Face 12835 1355 5379 339
Face 12836 2024 9389 2363
Face 12837 1636 8170 1525
Face 12838 10000 10123 2776
Face 12839 6901 7393 9668
Face 12840 232 15518 15478
Face 12841 13318 13412 13317
Face 12842 13787 13788 8416
Face 12843 11504 11420 11422
Face 12844 12338 12337 12249
Face 12845 29413 29544 29412
Face 12846 7223 7224 7328
Face 12847 7559 7560 1332
Face 12848 8070 8071 8176
Face 12849 8177 8281 8280
Face 12850 1332 1224 7559
Face 12851 3319 2024 2363
Face 12852 9338 9339 9453
Face 12853 13418 13513 13417
Face 12854 741 7302 857
Face 12855 13513 13610 13609
Face 12856 13700 13795 13794
Face 12857 10168 10167 10048
Face 12858 7763 7872 7762
Face 12859 596 487 7170
Face 12860 7448 7560 7559
Face 12861 8787 8891 8890
Face 12862 10267 10389 10266
Face 12863 29676 29675 29543
Face 12864 7264 8619 6134
Face 12865 13320 13414 13319
Face 12866 2173 2174 2300
Face 12867 13507 13506 13411
Face 12868 3538 3410 3539
Face 12869 30383 11016 30451
Face 12870 8176 8177 8280
Face 12871 8281 8384 8383
Face 12872 22135 12092 21651
Face 12873 8579 8580 8682
Face 12874 13232 13231 13136
Face 12875 7747 7856 7746
Face 12876 7963 7962 7855
Face 12877 22990 27277 24211
Face 12878 519 8546 3157
Face 12879 9781 8261 8233
Face 12880 7381 9781 8233
Face 12881 8769 8874 8261
Face 12882 9781 8769 8261
Face 12883 7708 7597 8874
Face 12884 8769 7708 8874
Face 12885 25026 4023 29065
Face 12886 1227 16126 3024
Face 12887 10236 9089 8342
Face 12888 10243 7083 10730
Face 12889 17142 18634 18605
Face 12890 27869 28762 27608
Face 12891 7268 7269 7583
Face 12892 12781 12780 12690
Face 12893 10898 10897 10775
Face 12894 15472 15466 16063
Face 12895 9678 9792 3410
Face 12896 10530 10531 10651
Face 12897 7873 7980 7979
Face 12898 1615 1724 18316
Face 12899 9956 9841 9842
Face 12900 9336 9337 9451
Face 12901 8470 6242 7446
Face 12902 12314 12405 12404
Face 12903 8280 8281 8383
Face 12904 8910 8909 8805
Face 12905 34688 34762 34371
Face 12906 9680 9794 9679
Face 12907 9452 9565 9564
Face 12908 7247 6869 9396
Face 12909 250 354 249
Face 12910 9564 9679 9563
Face 12911 9109 9558 7941
Face 12912 7775 7774 7661
Face 12913 7550 7662 7549
Face 12914 12643 11296 11681
Face 12915 12087 8770 12091
Face 12916 8727 8237 7446
Face 12917 8384 8484 8483
Face 12918 5124 3048 5469
Face 12919 8383 8384 8483
Face 12920 13118 12842 13272
Face 12921 8484 8583 8582
Face 12922 11725 11724 11645
Face 12923 10746 10742 3189
Face 12924 6961 387 6960
Face 12925 23236 21508 21509
Face 12926 18057 16917 17674
Face 12927 30384 22706 19265
Face 12928 10923 9781 7381
Face 12929 8141 10923 7381
Face 12930 8663 8769 9781
Face 12931 10923 8663 9781
Face 12932 7709 7708 8769
Face 12933 8663 7709 8769
Face 12934 13106 3947 34718
Face 12935 7709 10813 7708
Face 12936 9798 9915 9797
Face 12937 8141 7381 1082
Face 12938 10100 10681 9089
Face 12939 34542 34755 34499
Face 12940 12874 12966 12965
Face 12941 34326 18647 34303
Face 12942 7550 7549 7438
Face 12943 8770 11761 12091
Face 12944 10512 10511 10388
Face 12945 1446 1445 1332
Face 12946 1093 7597 1092
Face 12947 8680 8681 8786
Face 12948 9451 9452 9564
Face 12949 10587 4720 635
Face 12950 10783 10905 10904
Face 12951 9680 9679 9564
Face 12952 34797 34530 34584
Face 12953 29544 29676 29543
Face 12954 8483 8484 8582
Face 12955 10877 7927 2248
Face 12956 34312 34757 34285
Face 12957 5105 5104 10073
Face 12958 9565 9680 9564
Face 12959 11431 8475 34531
Face 12960 10282 10283 10404
Face 12961 4622 3461 12147
Face 12962 3932 5744 4578
Face 12963 7631 200 4317
Face 12964 8657 517 2028
Face 12965 9511 8747 9762
Face 12966 26476 11745 11665
Face 12967 6000 5999 5872
Face 12968 13013 13655 34288
Face 12969 7856 7963 7855
Face 12970 1083 9501 9616
Face 12971 9211 6003 5876
Face 12972 3809 3551 8650
Face 12973 9789 9905 3932
Face 12974 10260 10261 4056
Face 12975 10872 7161 10221
Face 12976 10586 10872 10221
Face 12977 9560 8141 7161
Face 12978 10872 9560 7161
Face 12979 9560 8162 10923
Face 12980 8141 9560 10923
Face 12981 8162 8980 8663
Face 12982 10923 8162 8663
Face 12983 8754 7709 8663
Face 12984 8980 8754 8663
Face 12985 8866 10813 7709
Face 12986 8754 8866 7709
Face 12987 1082 208 6540
Face 12988 8866 9536 10813
Face 12989 390 497 389
Face 12990 8615 8516 2258
Face 12991 24506 28436 19225
Face 12992 27454 27453 27334
Face 12993 11170 11171 11239
Face 12994 9408 10566 7478
Face 12995 7662 7661 7549
Face 12996 7662 7775 7661
Face 12997 516 625 515
Face 12998 10953 10980 8018
Face 12999 6869 7088 9396
Face 13000 10404 10405 10527
Face 13001 2123 3432 3561
Face 13002 9794 9793 9679
Face 13003 7506 7397 9882
Face 13004 9621 8552 8023
Face 13005 29807 29806 29675
Face 13006 29676 29807 29675
Face 13007 34345 34461 12836
Face 13008 28282 28283 18878
Face 13009 25647 34739 7923
Face 13010 7229 7249 6130
Face 13011 12925 2900 3947
Face 13012 25638 24082 22079
Face 13013 21455 27609 12636
Face 13014 17768 18840 18421
Face 13015 5756 8040 10673
Face 13016 8883 7733 5744
Face 13017 3664 3795 3794
Face 13018 19954 20031 20030
Face 13019 10460 10946 8340
Face 13020 7045 249 7044
Face 13021 7827 9219 8340
Face 13022 10946 7827 8340
Face 13023 7246 10836 9219
Face 13024 7827 7246 9219
Face 13025 10440 10586 10836
Face 13026 7246 10440 10836
Face 13027 10012 10872 10586
Face 13028 10440 10012 10586
Face 13029 10957 9560 10872
Face 13030 10012 10957 10872
Face 13031 10957 8161 8162
Face 13032 9560 10957 8162
Face 13033 8161 8873 8980
Face 13034 8162 8161 8980
Face 13035 8873 8860 8754
Face 13036 8980 8873 8754
Face 13037 9675 8866 8754
Face 13038 8860 9675 8754
Face 13039 9556 9536 8866
Face 13040 9675 9556 8866
Face 13041 8879 8985 9536
Face 13042 9556 8879 9536
Face 13043 6364 6486 6485
Face 13044 34777 34736 34627
Face 13045 12601 12691 12600
Face 13046 34474 34643 34685
Face 13047 7884 7883 7774
Face 13048 13312 13406 13405
Face 13049 8304 8303 8199
Face 13050 7775 7884 7774
Face 13051 7321 7431 7430
Face 13052 7321 7320 7215
Face 13053 9475 9588 9474
Face 13054 7320 7321 7430
Face 13055 8191 8295 8190
Face 13056 1451 10378 5633
Face 13057 9702 9816 9815
Face 13058 2251 8985 8879
Face 13059 318 6138 2528
Face 13060 7201 7202 7306
Face 13061 11485 11563 11484
Face 13062 34656 34434 34698
Face 13063 18064 16832 29806
Face 13064 9334 9335 9449
Face 13065 9223 9335 9334
Face 13066 9222 9223 9334
Face 13067 3666 3665 3536
Face 13068 9110 9223 9222
Face 13069 9335 9450 9449
Face 13070 29807 18064 29806
Face 13071 21264 21263 16832
Face 13072 27639 26180 26297
Face 13073 33438 12195 34262
Face 13074 7712 10089 9789
Face 13075 30862 30861 30755
Face 13076 10089 8783 9905
Face 13077 9789 10089 9905
Face 13078 8783 8884 8883
Face 13079 9905 8783 8883
Face 13080 8884 9074 7733
Face 13081 8883 8884 7733
Face 13082 9074 10461 10460
Face 13083 7733 9074 10460
Face 13084 10824 10946 10460
Face 13085 10461 10824 10460
Face 13086 10824 10937 7827
Face 13087 10946 10824 7827
Face 13088 10937 7605 7246
Face 13089 7827 10937 7246
Face 13090 7605 10445 10440
Face 13091 7246 7605 10440
Face 13092 10445 9897 10012
Face 13093 10440 10445 10012
Face 13094 9897 10956 10957
Face 13095 10012 9897 10957
Face 13096 10956 8160 8161
Face 13097 10957 10956 8161
Face 13098 8160 8561 8873
Face 13099 8161 8160 8873
Face 13100 8561 8965 8860
Face 13101 8873 8561 8860
Face 13102 8965 7194 9675
Face 13103 8860 8965 9675
Face 13104 7194 8347 9556
Face 13105 9675 7194 9556
Face 13106 8468 8879 9556
Face 13107 8347 8468 9556
Face 13108 34598 34749 34672
Face 13109 8468 7822 8879
Face 13110 20113 20192 20191
Face 13111 8686 8685 8582
Face 13112 11171 11240 11239
Face 13113 9050 2618 7915
Face 13114 7991 7990 7883
Face 13115 10201 99 2661
Face 13116 7143 3701 9627
Face 13117 7884 7991 7883
Face 13118 10238 7077 10240
Face 13119 8636 8333 10197
Face 13120 34335 34391 34577
Face 13121 10120 10238 10240
Face 13122 7862 7969 7968
Face 13123 7054 7946 7487
Face 13124 7046 250 7045
Face 13125 11122 11618 11765
Face 13126 7802 8558 9535
Face 13127 1976 8476 2103
Face 13128 9588 9587 9474
Face 13129 9701 9702 9815
Face 13130 34450 34615 34461
Face 13131 7707 10223 6289
Face 13132 7054 7378 7946
Face 13133 8073 8074 8179
Face 13134 3282 3281 3148
Face 13135 34614 34725 34748
Face 13136 9089 10482 8855
Face 13137 8527 8526 8427
Face 13138 16818 16748 16749
Face 13139 8578 8681 8577
Face 13140 9335 9336 9450
Face 13141 7682 7681 7569
Face 13142 10556 10191 7373
Face 13143 9451 9564 9563
Face 13144 8900 8901 9008
Face 13145 10265 10387 10264
Face 13146 7650 7649 7537
Face 13147 7496 10480 10357
Face 13148 18064 21264 16832
Face 13149 21264 17378 17819
Face 13150 34196 34069 21160
Face 13151 10870 8723 30824
Face 13152 7609 10089 7712
Face 13153 8723 7609 7712
Face 13154 8887 8783 10089
Face 13155 7609 8887 10089
Face 13156 8780 8884 8783
Face 13157 8887 8780 8783
Face 13158 8780 7075 9074
Face 13159 8884 8780 9074
Face 13160 7075 10340 10461
Face 13161 9074 7075 10461
Face 13162 10340 8106 10824
Face 13163 10461 10340 10824
Face 13164 8106 8025 10937
Face 13165 10824 8106 10937
Face 13166 8025 7140 7605
Face 13167 10937 8025 7605
Face 13168 7140 10676 10445
Face 13169 7605 7140 10445
Face 13170 10676 7852 9897
Face 13171 10445 10676 9897
Face 13172 7852 10819 10956
Face 13173 9897 7852 10956
Face 13174 10819 7589 8160
Face 13175 10956 10819 8160
Face 13176 7589 8464 8561
Face 13177 8160 7589 8561
Face 13178 8464 8648 8965
Face 13179 8561 8464 8965
Face 13180 8648 10576 7194
Face 13181 8965 8648 7194
Face 13182 10576 8445 8347
Face 13183 7194 10576 8347
Face 13184 8445 8472 8468
Face 13185 8347 8445 8468
Face 13186 10451 7822 8468
Face 13187 8472 10451 8468
Face 13188 24511 24372 34793
Face 13189 32821 32820 32687
Face 13190 2023 6535 15
Face 13191 5595 930 7695
Face 13192 6697 10201 2661
Face 13193 5748 9894 13011
Face 13194 8096 8095 7990
Face 13195 9710 9709 9594
Face 13196 10573 8333 8636
Face 13197 7439 10573 8636
Face 13198 8617 8618 8720
Face 13199 10186 10304 10185
Face 13200 9938 9939 10054
Face 13201 6944 7947 9855
Face 13202 8175 8176 8279
Face 13203 24442 23978 22901
Face 13204 8583 8686 8582
Face 13205 13494 9956 9957
Face 13206 8280 8383 8382
Face 13207 14623 14148 1529
Face 13208 7627 10991 7487
Face 13209 6922 10081 9665
Face 13210 10238 9872 9065
Face 13211 8618 8721 8720
Face 13212 21263 21264 17819
Face 13213 7980 8085 7979
Face 13214 8493 8494 8592
Face 13215 7707 6291 10593
Face 13216 8059 8270 9741
Face 13217 8558 10991 7818
Face 13218 30756 30862 30755
Face 13219 10991 7627 7818
Face 13220 10991 7054 7487
Face 13221 8558 7818 9535
Face 13222 7946 9741 7487
Face 13223 8792 8791 8685
Face 13224 9022 9135 9134
Face 13225 8686 8792 8685
Face 13226 8896 8895 8791
Face 13227 8792 8896 8791
Face 13228 8896 9004 9003
Face 13229 8895 8896 9003
Face 13230 6944 7378 10727
Face 13231 9004 9117 9116
Face 13232 9003 9004 9116
Face 13233 9230 9229 9116
Face 13234 9117 9230 9116
Face 13235 8482 8483 8581
Face 13236 8176 8280 8279
Face 13237 6968 395 394
Face 13238 17378 6906 432
Face 13239 17819 17378 432
Face 13240 10104 8723 10359
Face 13241 10359 33149 27362
Face 13242 9983 7609 8723
Face 13243 10104 9983 8723
Face 13244 8994 8887 7609
Face 13245 9983 8994 7609
Face 13246 8674 8780 8887
Face 13247 8994 8674 8887
Face 13248 10500 7075 8780
Face 13249 8674 10500 8780
Face 13250 10341 10340 7075
Face 13251 10500 10341 7075
Face 13252 10341 8105 8106
Face 13253 10340 10341 8106
Face 13254 8105 10588 8025
Face 13255 8106 8105 8025
Face 13256 10588 7693 7140
Face 13257 8025 10588 7140
Face 13258 7693 8153 10676
Face 13259 7140 7693 10676
Face 13260 8153 10501 7852
Face 13261 10676 8153 7852
Face 13262 10501 10834 10819
Face 13263 7852 10501 10819
Face 13264 10834 9671 7589
Face 13265 10819 10834 7589
Face 13266 9671 7011 8464
Face 13267 7589 9671 8464
Face 13268 7011 8549 8648
Face 13269 8464 7011 8648
Face 13270 8549 10454 10576
Face 13271 8648 8549 10576
Face 13272 10454 8165 8445
Face 13273 10576 10454 8445
Face 13274 8165 8370 8472
Face 13275 8445 8165 8472
Face 13276 8370 10329 10451
Face 13277 8472 8370 10451
Face 13278 2261 2388 8618
Face 13279 10329 8548 10451
Face 13280 1985 3817 170
Face 13281 13756 11856 11773
Face 13282 19094 29535 29484
Face 13283 1765 12853 13293
Face 13284 7863 7970 7969
Face 13285 34044 18322 18418
Face 13286 8333 7739 10197
Face 13287 9595 9710 9594
Face 13288 10426 10425 10303
Face 13289 10789 10911 10910
Face 13290 10106 8952 9855
Face 13291 10304 10426 10303
Face 13292 34764 34471 34321
Face 13293 21821 21822 21917
Face 13294 11850 12740 12823
Face 13295 7573 7572 7460
Face 13296 243 7038 244
Face 13297 11770 15193 11853
Face 13298 9377 9492 9376
Face 13299 10782 10904 10903
Face 13300 7074 10573 7439
Face 13301 9492 9605 9604
Face 13302 7232 7338 7337
Face 13303 10625 10556 7368
Face 13304 8827 8826 8720
Face 13305 8721 8827 8720
Face 13306 8827 8931 8826
Face 13307 8931 8930 8826
Face 13308 9265 9264 9151
Face 13309 9039 9038 8930
Face 13310 8931 9039 8930
Face 13311 9152 9151 9038
Face 13312 9152 9265 9151
Face 13313 9039 9152 9038
Face 13314 9377 9376 9264
Face 13315 9265 9377 9264
Face 13316 7802 9535 8559
Face 13317 9492 9491 9376
Face 13318 8256 11931 12006
Face 13319 10797 7802 8559
Face 13320 34376 34740 34336
Face 13321 7837 10818 10568
Face 13322 10604 6944 10727
Face 13323 6108 6109 6234
Face 13324 8765 10604 8658
Face 13325 2375 12562 11854
Face 13326 9842 13401 9957
Face 13327 7378 6944 9855
Face 13328 7685 7684 7572
Face 13329 16260 9613 9612
Face 13330 7573 7685 7572
Face 13331 7798 7797 7684
Face 13332 7685 7798 7684
Face 13333 7907 7906 7797
Face 13334 7254 6130 7249
Face 13335 13217 13488 7743
Face 13336 6906 20623 20622
Face 13337 432 6906 20622
Face 13338 9985 10104 7391
Face 13339 21252 34196 21160
Face 13340 6905 9983 10104
Face 13341 9985 6905 10104
Face 13342 9106 8994 9983
Face 13343 6905 9106 9983
Face 13344 10253 8674 8994
Face 13345 9106 10253 8994
Face 13346 10709 10500 8674
Face 13347 10253 10709 8674
Face 13348 10220 10341 10500
Face 13349 10709 10220 10500
Face 13350 10220 8104 8105
Face 13351 10341 10220 8105
Face 13352 8104 7444 10588
Face 13353 8105 8104 10588
Face 13354 7444 7139 7693
Face 13355 10588 7444 7693
Face 13356 7139 7387 8153
Face 13357 7693 7139 8153
Face 13358 7387 10502 10501
Face 13359 8153 7387 10501
Face 13360 10502 8423 10834
Face 13361 10501 10502 10834
Face 13362 8423 9529 9671
Face 13363 10834 8423 9671
Face 13364 9529 6820 7011
Face 13365 9671 9529 7011
Face 13366 6820 9077 8549
Face 13367 7011 6820 8549
Face 13368 9077 7895 10454
Face 13369 8549 9077 10454
Face 13370 7895 8101 8165
Face 13371 10454 7895 8165
Face 13372 8101 8268 8370
Face 13373 8165 8101 8370
Face 13374 8268 10209 10329
Face 13375 8370 8268 10329
Face 13376 10209 8647 8548
Face 13377 10329 10209 8548
Face 13378 8647 10854 8767
Face 13379 8548 8647 8767
Face 13380 7805 8245 8767
Face 13381 10854 7805 8767
Face 13382 23444 23443 24730
Face 13383 11610 11756 11676
Face 13384 9710 9824 9823
Face 13385 9342 9341 9229
Face 13386 10180 10181 10298
Face 13387 10299 10421 10420
Face 13388 10426 10549 10548
Face 13389 10697 10916 10794
Face 13390 29739 24541 29606
Face 13391 22017 22018 22115
Face 13392 7798 7907 7797
Face 13393 8014 8013 7906
Face 13394 7907 8014 7906
Face 13395 8483 8582 8581
Face 13396 8119 8118 8013
Face 13397 10425 10426 10548
Face 13398 9498 16421 9499
Face 13399 10788 10789 10910
Face 13400 10549 10670 10669
Face 13401 7991 8096 7990
Face 13402 10504 7074 7439
Face 13403 13404 13499 13498
Face 13404 205 635 4720
Face 13405 13310 13404 13403
Face 13406 11601 7784 13794
Face 13407 10272 10273 10807
Face 13408 13403 13404 13498
Face 13409 5090 5214 5073
Face 13410 3948 2782 5764
Face 13411 8761 10273 10272
Face 13412 8751 8761 10272
Face 13413 7373 8761 8751
Face 13414 7368 7373 8751
Face 13415 9738 9623 10625
Face 13416 10556 7373 7368
Face 13417 9834 9833 9719
Face 13418 7298 9623 9738
Face 13419 9491 9492 9604
Face 13420 9720 9834 9719
Face 13421 9720 9719 9604
Face 13422 9605 9720 9604
Face 13423 9951 9950 9833
Face 13424 9834 9951 9833
Face 13425 10067 10066 9950
Face 13426 9951 10067 9950
Face 13427 10186 10185 10066
Face 13428 10067 10186 10066
Face 13429 9842 9841 9727
Face 13430 10304 10303 10185
Face 13431 9728 9727 9612
Face 13432 9728 9842 9727
Face 13433 8073 8179 8178
Face 13434 7702 795 796
Face 13435 8014 8119 8013
Face 13436 6684 6685 6780
Face 13437 20623 17056 6917
Face 13438 20622 20623 6917
Face 13439 8142 9985 10995
Face 13440 7241 32093 31988
Face 13441 9987 6905 9985
Face 13442 8142 9987 9985
Face 13443 9218 9106 6905
Face 13444 9987 9218 6905
Face 13445 10252 10253 9106
Face 13446 9218 10252 9106
Face 13447 8854 10709 10253
Face 13448 10252 8854 10253
Face 13449 8444 10220 10709
Face 13450 8854 8444 10709
Face 13451 8444 8103 8104
Face 13452 10220 8444 8104
Face 13453 8103 7554 7444
Face 13454 8104 8103 7444
Face 13455 7554 10861 7139
Face 13456 7444 7554 7139
Face 13457 10861 10944 7387
Face 13458 7139 10861 7387
Face 13459 10944 10749 10502
Face 13460 7387 10944 10502
Face 13461 10749 9193 8423
Face 13462 10502 10749 8423
Face 13463 9193 9527 9529
Face 13464 8423 9193 9529
Face 13465 9527 9505 6820
Face 13466 9529 9527 6820
Face 13467 9505 9189 9077
Face 13468 6820 9505 9077
Face 13469 9189 10639 7895
Face 13470 9077 9189 7895
Face 13471 10639 8102 8101
Face 13472 7895 10639 8101
Face 13473 8102 7613 8268
Face 13474 8101 8102 8268
Face 13475 7613 10090 10209
Face 13476 8268 7613 10209
Face 13477 10090 7598 8647
Face 13478 10209 10090 8647
Face 13479 7598 8467 10854
Face 13480 8647 7598 10854
Face 13481 8535 7805 10854
Face 13482 8467 8535 10854
Face 13483 34576 34621 34350
Face 13484 197 296 6770
Face 13485 19988 4459 17970
Face 13486 3148 9450 9563
Face 13487 10062 10181 10061
Face 13488 10181 10299 10298
Face 13489 10915 10916 9653
Face 13490 8299 8402 8401
Face 13491 8823 8822 8716
Face 13492 10079 7520 7119
Face 13493 8223 8222 8118
Face 13494 8119 8223 8118
Face 13495 8328 8327 8222
Face 13496 8223 8328 8222
Face 13497 8431 8430 8327
Face 13498 20094 26650 26649
Face 13499 8328 8431 8327
Face 13500 10697 10794 10671
Face 13501 9230 9342 9229
Face 13502 10789 10788 10664
Face 13503 10793 10794 10915
Face 13504 9709 9710 9823
Face 13505 10911 7074 10504
Face 13506 8202 8201 8095
Face 13507 8096 8202 8095
Face 13508 8202 8306 8201
Face 13509 8306 8305 8201
Face 13510 8608 8607 8508
Face 13511 8409 8408 8305
Face 13512 8306 8409 8305
Face 13513 8509 8608 8508
Face 13514 8509 8508 8408
Face 13515 8409 8509 8408
Face 13516 8711 8710 8607
Face 13517 8608 8711 8607
Face 13518 8817 8816 8710
Face 13519 8711 8817 8710
Face 13520 8816 8817 8920
Face 13521 8817 8921 8920
Face 13522 10464 7298 9738
Face 13523 8921 9029 9028
Face 13524 8140 7298 10464
Face 13525 9623 10556 10625
Face 13526 10931 8140 8666
Face 13527 8666 8140 10464
Face 13528 10976 10931 10810
Face 13529 10810 10931 8666
Face 13530 7739 10976 9963
Face 13531 9963 10976 10810
Face 13532 10910 10911 10504
Face 13533 10197 7739 9963
Face 13534 10670 10794 10793
Face 13535 9946 10062 9945
Face 13536 10548 10549 10669
Face 13537 10669 10670 10793
Face 13538 7915 2618 4204
Face 13539 10281 10282 10403
Face 13540 8530 8529 8430
Face 13541 8431 8530 8430
Face 13542 17056 19862 13276
Face 13543 6917 17056 13276
Face 13544 7574 8142 9439
Face 13545 9439 8142 10995
Face 13546 8451 9987 8142
Face 13547 7574 8451 8142
Face 13548 9217 9218 9987
Face 13549 8451 9217 9987
Face 13550 10254 10252 9218
Face 13551 9217 10254 9218
Face 13552 6672 8854 10252
Face 13553 10254 6672 10252
Face 13554 10396 8444 8854
Face 13555 6672 10396 8854
Face 13556 10396 7666 8103
Face 13557 8444 10396 8103
Face 13558 7666 7553 7554
Face 13559 8103 7666 7554
Face 13560 7553 10739 10861
Face 13561 7554 7553 10861
Face 13562 10739 10822 10944
Face 13563 10861 10739 10944
Face 13564 10822 10624 10749
Face 13565 10944 10822 10749
Face 13566 10624 9772 9193
Face 13567 10749 10624 9193
Face 13568 9772 9552 9527
Face 13569 9193 9772 9527
Face 13570 9552 10467 9505
Face 13571 9527 9552 9505
Face 13572 10467 9300 9189
Face 13573 9505 10467 9189
Face 13574 9300 10308 10639
Face 13575 9189 9300 10639
Face 13576 10308 8107 8102
Face 13577 10639 10308 8102
Face 13578 8107 7117 7613
Face 13579 8102 8107 7613
Face 13580 7117 9973 10090
Face 13581 7613 7117 10090
Face 13582 9973 7483 7598
Face 13583 10090 9973 7598
Face 13584 7483 10726 8467
Face 13585 7598 7483 8467
Face 13586 10726 7400 8535
Face 13587 8467 10726 8535
Face 13588 1975 1855 1976
Face 13589 10954 4720 10587
Face 13590 13501 13598 13597
Face 13591 2123 3561 2122
Face 13592 9487 9486 9371
Face 13593 21724 21725 21821
Face 13594 7585 8885 7461
Face 13595 9652 8656 7826
Face 13596 34814 28548 34416
Face 13597 8823 8927 8822
Face 13598 8530 8629 8628
Face 13599 12136 12135 12048
Face 13600 8529 8530 8628
Face 13601 8629 8734 8733
Face 13602 8525 8524 8425
Face 13603 8628 8629 8733
Face 13604 9342 9457 9456
Face 13605 7820 10071 8360
Face 13606 13470 10084 10916
Face 13607 7365 456 349
Face 13608 10298 10299 10420
Face 13609 9653 10084 10071
Face 13610 9824 9941 9940
Face 13611 10665 10789 10664
Face 13612 8138 10323 10082
Face 13613 9823 9824 9940
Face 13614 13830 19682 19599
Face 13615 10082 10200 6697
Face 13616 38 11854 98
Face 13617 12562 12838 11937
Face 13618 7894 6981 8262
Face 13619 7508 6629 10496
Face 13620 9739 9744 7894
Face 13621 21204 14645 21174
Face 13622 7402 10076 9739
Face 13623 6981 9213 8262
Face 13624 10231 10237 7402
Face 13625 9744 6981 7894
Face 13626 8668 8669 10231
Face 13627 10076 9744 9739
Face 13628 8669 10237 10231
Face 13629 10237 10076 7402
Face 13630 9255 9254 9141
Face 13631 10118 10208 7300
Face 13632 8920 8921 9028
Face 13633 9142 9255 9141
Face 13634 9142 9141 9028
Face 13635 9029 9142 9028
Face 13636 9367 9366 9254
Face 13637 9255 9367 9254
Face 13638 9482 9481 9366
Face 13639 9367 9482 9366
Face 13640 9595 9594 9481
Face 13641 9482 9595 9481
Face 13642 9715 9829 9714
Face 13643 9946 9945 9828
Face 13644 10468 10240 10835
Face 13645 10282 10404 10403
Face 13646 8426 8425 8322
Face 13647 8323 8426 8322
Face 13648 8734 8839 8838
Face 13649 8733 8734 8838
Face 13650 19862 23434 20075
Face 13651 13276 19862 20075
Face 13652 10078 7574 10520
Face 13653 34055 10520 9439
Face 13654 10021 8451 7574
Face 13655 10078 10021 7574
Face 13656 9782 9217 8451
Face 13657 10021 9782 8451
Face 13658 10255 10254 9217
Face 13659 9782 10255 9217
Face 13660 9618 6672 10254
Face 13661 10255 9618 10254
Face 13662 9657 10396 6672
Face 13663 9618 9657 6672
Face 13664 9657 7667 7666
Face 13665 10396 9657 7666
Face 13666 7667 8209 7553
Face 13667 7666 7667 7553
Face 13668 8209 10862 10739
Face 13669 7553 8209 10739
Face 13670 10862 8319 10822
Face 13671 10739 10862 10822
Face 13672 8319 10503 10624
Face 13673 10822 8319 10624
Face 13674 10503 9659 9772
Face 13675 10624 10503 9772
Face 13676 9659 10983 9552
Face 13677 9772 9659 9552
Face 13678 10983 419 10467
Face 13679 9552 10983 10467
Face 13680 419 9413 9300
Face 13681 10467 419 9300
Face 13682 9413 10363 10308
Face 13683 9300 9413 10308
Face 13684 10363 8108 8107
Face 13685 10308 10363 8107
Face 13686 8108 7118 7117
Face 13687 8107 8108 7117
Face 13688 7118 9972 9973
Face 13689 7117 7118 9973
Face 13690 9972 10111 7483
Face 13691 9973 9972 7483
Face 13692 10111 8868 10726
Face 13693 7483 10111 10726
Face 13694 8868 10587 7400
Face 13695 10726 8868 7400
Face 13696 34333 34369 34283
Face 13697 34812 34784 34786
Face 13698 14009 752 753
Face 13699 7257 459 458
Face 13700 9260 9372 9259
Face 13701 10643 10767 10642
Face 13702 8394 8393 8290
Face 13703 567 458 459
Face 13704 8009 8114 8113
Face 13705 8008 8009 8113
Face 13706 6264 8139 6263
Face 13707 8839 16411 8943
Face 13708 34440 23023 34554
Face 13709 12470 11122 11765
Face 13710 13502 13503 13599
Face 13711 7902 8009 8008
Face 13712 19139 2590 2721
Face 13713 11562 11561 11483
Face 13714 8426 8525 8425
Face 13715 8770 12262 1425
Face 13716 6397 6528 26816
Face 13717 10544 10543 10420
Face 13718 9899 6873 10484
Face 13719 10057 10056 9940
Face 13720 10421 10544 10420
Face 13721 9409 7594 8138
Face 13722 9941 10057 9940
Face 13723 8518 8243 7577
Face 13724 10200 10201 6697
Face 13725 10888 8243 8518
Face 13726 7843 10888 8518
Face 13727 7250 10803 6902
Face 13728 8243 7250 7577
Face 13729 7379 7732 7717
Face 13730 7577 7250 6902
Face 13731 10803 7732 7379
Face 13732 8977 7937 8044
Face 13733 6902 10803 7379
Face 13734 7732 8977 7717
Face 13735 7717 8977 8044
Face 13736 7937 10729 7728
Face 13737 8044 7937 7728
Face 13738 10729 10367 7918
Face 13739 7728 10729 7918
Face 13740 34304 34810 34804
Face 13741 7301 8669 8668
Face 13742 7918 10367 7291
Face 13743 9551 8240 10118
Face 13744 7300 7301 8668
Face 13745 2661 99 9551
Face 13746 10208 7301 7300
Face 13747 99 8240 9551
Face 13748 8240 10208 10118
Face 13749 10536 10657 10535
Face 13750 10657 10781 10780
Face 13751 10539 10660 10538
Face 13752 10784 10906 10905
Face 13753 9372 9487 9371
Face 13754 9600 9599 9486
Face 13755 10477 8865 8972
Face 13756 10354 10477 8972
Face 13757 8114 8218 8217
Face 13758 8113 8114 8217
Face 13759 9341 9342 9456
Face 13760 23434 26104 26103
Face 13761 7410 3560 8654
Face 13762 1523 1635 1634
Face 13763 20075 23434 26103
Face 13764 26104 27444 27396
Face 13765 8442 10078 9214
Face 13766 32665 10520 34055
Face 13767 8550 10021 10078
Face 13768 8442 8550 10078
Face 13769 9900 9782 10021
Face 13770 8550 9900 10021
Face 13771 10256 10255 9782
Face 13772 9900 10256 9782
Face 13773 10136 9618 10255
Face 13774 10256 10136 10255
Face 13775 8126 9657 9618
Face 13776 10136 8126 9618
Face 13777 8126 7555 7667
Face 13778 9657 8126 7667
Face 13779 7555 8210 8209
Face 13780 7667 7555 8209
Face 13781 8210 10738 10862
Face 13782 8209 8210 10862
Face 13783 10738 8318 8319
Face 13784 10862 10738 8319
Face 13785 8318 7331 10503
Face 13786 8319 8318 10503
Face 13787 7331 10609 9659
Face 13788 10503 7331 9659
Face 13789 10609 8158 10983
Face 13790 9659 10609 10983
Face 13791 8158 9091 419
Face 13792 10983 8158 419
Face 13793 9091 9526 9413
Face 13794 419 9091 9413
Face 13795 9526 7481 10363
Face 13796 9413 9526 10363
Face 13797 7481 7944 8108
Face 13798 10363 7481 8108
Face 13799 7944 8620 7118
Face 13800 8108 7944 7118
Face 13801 8620 10621 9972
Face 13802 7118 8620 9972
Face 13803 10621 9992 10111
Face 13804 9972 10621 10111
Face 13805 9992 10814 8868
Face 13806 10111 9992 8868
Face 13807 10814 10954 10587
Face 13808 8868 10814 10587
Face 13809 7030 9428 4720
Face 13810 14009 871 1227
Face 13811 11084 11085 214
Face 13812 4453 4327 10642
Face 13813 9372 9371 9259
Face 13814 2397 2396 8525
Face 13815 10616 10833 7731
Face 13816 10117 8133 9998
Face 13817 7680 7793 7679
Face 13818 7793 7902 7901
Face 13819 9457 9570 9569
Face 13820 11397 11396 11315
Face 13821 9456 9457 9569
Face 13822 27 11771 38
Face 13823 7793 7792 7679
Face 13824 7858 7965 7857
Face 13825 23761 20779 21360
Face 13826 7901 7902 8008
Face 13827 9147 9260 9146
Face 13828 8542 5599 9062
Face 13829 10544 10665 10664
Face 13830 10181 10180 10061
Face 13831 10176 10175 10056
Face 13832 10543 10544 10664
Face 13833 10805 10559 9409
Face 13834 10057 10176 10056
Face 13835 9088 9537 10307
Face 13836 10323 10200 10082
Face 13837 7924 9047 10135
Face 13838 300 404 299
Face 13839 9570 9685 9684
Face 13840 9047 9399 7469
Face 13841 9569 9570 9684
Face 13842 10631 10632 10755
Face 13843 9799 9798 9684
Face 13844 9685 9799 9684
Face 13845 6719 10583 7295
Face 13846 12308 12307 12218
Face 13847 7507 7829 6719
Face 13848 2917 2916 7810
Face 13849 7726 6792 7507
Face 13850 8572 7576 7291
Face 13851 7615 7721 7726
Face 13852 7829 10583 6719
Face 13853 7721 6792 7726
Face 13854 6792 7829 7507
Face 13855 13324 13323 13230
Face 13856 7053 7162 10848
Face 13857 8416 322 13746
Face 13858 9616 2898 13369
Face 13859 9519 8137 9520
Face 13860 9735 10367 14328
Face 13861 9916 9915 9798
Face 13862 25859 25860 25970
Face 13863 10656 10657 10780
Face 13864 22118 22119 22213
Face 13865 10783 10784 10905
Face 13866 10781 10903 10902
Face 13867 9487 9600 9486
Face 13868 10784 10783 10659
Face 13869 4215 10188 129
Face 13870 9715 9714 9599
Face 13871 8218 8323 8322
Face 13872 9454 9567 9566
Face 13873 10761 10760 10636
Face 13874 8217 8218 8322
Face 13875 28826 2297 18647
Face 13876 13849 12113 11158
Face 13877 32665 8835 9214
Face 13878 10345 8348 32315
Face 13879 9107 8442 8835
Face 13880 8348 9107 8835
Face 13881 8649 8550 8442
Face 13882 9107 8649 8442
Face 13883 9901 9900 8550
Face 13884 8649 9901 8550
Face 13885 10751 10256 9900
Face 13886 9901 10751 9900
Face 13887 8784 10136 10256
Face 13888 10751 8784 10256
Face 13889 8022 8126 10136
Face 13890 8784 8022 10136
Face 13891 9788 7555 8126
Face 13892 8022 9788 8126
Face 13893 9788 8211 8210
Face 13894 7555 9788 8210
Face 13895 8211 10737 10738
Face 13896 8210 8211 10738
Face 13897 10737 8317 8318
Face 13898 10738 10737 8318
Face 13899 8317 7332 7331
Face 13900 8318 8317 7331
Face 13901 7332 10610 10609
Face 13902 7331 7332 10609
Face 13903 10610 8157 8158
Face 13904 10609 10610 8158
Face 13905 8157 9317 9091
Face 13906 8158 8157 9091
Face 13907 9317 9641 9526
Face 13908 9091 9317 9526
Face 13909 9641 8258 7481
Face 13910 9526 9641 7481
Face 13911 8051 7944 7481
Face 13912 8258 8051 7481
Face 13913 8051 8621 8620
Face 13914 7944 8051 8620
Face 13915 8621 8988 10621
Face 13916 8620 8621 10621
Face 13917 8988 10230 9992
Face 13918 10621 8988 9992
Face 13919 10230 7173 10814
Face 13920 9992 10230 10814
Face 13921 7173 7030 10954
Face 13922 10814 7173 10954
Face 13923 10954 7030 4720
Face 13924 9909 10024 3667
Face 13925 11875 11959 11958
Face 13926 9428 10112 4720
Face 13927 7915 517 7477
Face 13928 10628 4316 10507
Face 13929 7467 8990 8834
Face 13930 278 188 6387
Face 13931 7792 7793 7901
Face 13932 8387 8388 8487
Face 13933 8070 8069 7964
Face 13934 7568 7680 7567
Face 13935 8806 8910 8805
Face 13936 6043 6170 6169
Face 13937 8703 8702 8599
Face 13938 26103 26104 27396
Face 13939 10538 10659 10537
Face 13940 8187 8186 8080
Face 13941 7976 8081 7975
Face 13942 7568 7567 7455
Face 13943 7456 7568 7455
Face 13944 11537 11942 12741
Face 13945 6630 9403 9315
Face 13946 9147 9146 9033
Face 13947 9034 9147 9033
Face 13948 10294 10293 10175
Face 13949 10176 10294 10175
Face 13950 10413 10536 10412
Face 13951 10416 10415 10293
Face 13952 9298 3938 3797
Face 13953 7594 10323 8138
Face 13954 7924 10584 7292
Face 13955 8067 8068 8173
Face 13956 10895 659 10894
Face 13957 10584 7924 10135
Face 13958 10895 10894 10772
Face 13959 10773 10895 10772
Face 13960 659 10325 8833
Face 13961 659 8779 10894
Face 13962 10325 9438 8759
Face 13963 8779 659 8833
Face 13964 10606 9421 9203
Face 13965 8833 10325 8759
Face 13966 9438 9421 10606
Face 13967 8753 6892 8950
Face 13968 8759 9438 10606
Face 13969 9421 8753 9203
Face 13970 9203 8753 8950
Face 13971 6892 7465 10322
Face 13972 8950 6892 10322
Face 13973 7465 1546 3043
Face 13974 10971 7721 7615
Face 13975 10322 7465 3043
Face 13976 7469 9399 7053
Face 13977 10848 10971 7615
Face 13978 10135 9047 7469
Face 13979 7162 10971 10848
Face 13980 12407 12406 12315
Face 13981 9399 7162 7053
Face 13982 7543 7544 7655
Face 13983 9075 7699 9291
Face 13984 10780 10781 10902
Face 13985 7432 7433 7543
Face 13986 10660 10784 10659
Face 13987 10903 7837 7136
Face 13988 9600 9715 9599
Face 13989 10416 10539 10415
Face 13990 12718 6016 6137
Face 13991 9829 9828 9714
Face 13992 6172 10315 6171
Face 13993 10473 9990 13798
Face 13994 7707 10470 10223
Face 13995 13791 10094 13790
Face 13996 7009 8348 10223
Face 13997 10470 7009 10223
Face 13998 7832 9107 8348
Face 13999 7009 7832 8348
Face 14000 8755 8649 9107
Face 14001 7832 8755 9107
Face 14002 10016 9901 8649
Face 14003 8755 10016 8649
Face 14004 10257 10751 9901
Face 14005 10016 10257 9901
Face 14006 9283 8784 10751
Face 14007 10257 9283 10751
Face 14008 10245 8022 8784
Face 14009 9283 10245 8784
Face 14010 8756 9788 8022
Face 14011 10245 8756 8022
Face 14012 8756 8212 8211
Face 14013 9788 8756 8211
Face 14014 8212 10614 10737
Face 14015 8211 8212 10737
Face 14016 10614 8316 8317
Face 14017 10737 10614 8317
Face 14018 8316 7333 7332
Face 14019 8317 8316 7332
Face 14020 7333 8953 10610
Face 14021 7332 7333 10610
Face 14022 8953 8156 8157
Face 14023 10610 8953 8157
Face 14024 8156 9430 9317
Face 14025 8157 8156 9317
Face 14026 9430 9640 9641
Face 14027 9317 9430 9641
Face 14028 9640 8534 8258
Face 14029 9641 9640 8258
Face 14030 8050 8051 8258
Face 14031 8534 8050 8258
Face 14032 8050 8622 8621
Face 14033 8051 8050 8621
Face 14034 7665 8988 8621
Face 14035 8622 7665 8621
Face 14036 9879 10230 8988
Face 14037 7665 9879 8988
Face 14038 9879 8361 7173
Face 14039 10230 9879 7173
Face 14040 8361 6921 7030
Face 14041 7173 8361 7030
Face 14042 6921 9542 9428
Face 14043 7030 6921 9428
Face 14044 9542 7600 10112
Face 14045 9428 9542 10112
Face 14046 10112 7600 753
Face 14047 33935 21727 21631
Face 14048 10888 7843 8845
Face 14049 9799 9916 9798
Face 14050 11717 11799 11716
Face 14051 7638 7639 7751
Face 14052 7456 7455 7346
Face 14053 7347 7456 7346
Face 14054 9709 9708 9593
Face 14055 9594 9709 9593
Face 14056 19031 26473 28820
Face 14057 34557 34592 34437
Face 14058 20634 20728 13640
Face 14059 10825 3815 10874
Face 14060 1883 27164 27215
Face 14061 8342 8855 6941
Face 14062 21734 32201 21735
Face 14063 8026 8939 7377
Face 14064 30108 30109 30170
Face 14065 7266 7377 9885
Face 14066 20075 26103 26102
Face 14067 11082 13185 13000
Face 14068 8593 8696 8695
Face 14069 7680 7679 7567
Face 14070 9034 9033 8925
Face 14071 10633 10634 10757
Face 14072 10906 10871 9670
Face 14073 9260 9259 9146
Face 14074 10536 10535 10412
Face 14075 10905 10906 9670
Face 14076 8174 8278 8277
Face 14077 10657 10656 10535
Face 14078 12540 12095 12010
Face 14079 7109 7108 7001
Face 14080 7955 10332 9306
Face 14081 10234 7924 7292
Face 14082 7862 7863 7969
Face 14083 7392 7393 6901
Face 14084 7247 9396 8642
Face 14085 13314 13408 13313
Face 14086 8023 8642 7815
Face 14087 9184 8023 7815
Face 14088 8041 9184 7815
Face 14089 15321 15889 13468
Face 14090 2203 15321 13374
Face 14091 34391 34588 34500
Face 14092 11608 12202 12201
Face 14093 34479 34777 34294
Face 14094 12952 12951 20962
Face 14095 34673 34381 34680
Face 14096 12225 12226 12314
Face 14097 11637 11716 11636
Face 14098 12141 12140 12053
Face 14099 28886 28885 28758
Face 14100 7590 9048 9156
Face 14101 11941 12026 10747
Face 14102 1546 9048 7590
Face 14103 544 57 70
Face 14104 3043 1546 7590
Face 14105 9048 9159 9156
Face 14106 6133 7264 6134
Face 14107 9461 9460 9345
Face 14108 7085 12366 3694
Face 14109 9689 9803 9802
Face 14110 7544 7656 7655
Face 14111 8843 8739 8844
Face 14112 10902 10903 7136
Face 14113 7323 7433 7322
Face 14114 10660 10659 10538
Face 14115 7837 10568 9904
Face 14116 9829 9946 9828
Face 14117 10294 10416 10293
Face 14118 243 348 347
Face 14119 10062 10061 9945
Face 14120 10593 10470 7707
Face 14121 13489 13490 10189
Face 14122 10593 9100 7009
Face 14123 10470 10593 7009
Face 14124 8995 7832 7009
Face 14125 9100 8995 7009
Face 14126 9170 8755 7832
Face 14127 8995 9170 7832
Face 14128 10017 10016 8755
Face 14129 9170 10017 8755
Face 14130 7551 10257 10016
Face 14131 10017 7551 10016
Face 14132 10314 9283 10257
Face 14133 7551 10314 10257
Face 14134 10126 10245 9283
Face 14135 10314 10126 9283
Face 14136 10226 8756 10245
Face 14137 10126 10226 10245
Face 14138 10700 8212 8756
Face 14139 10226 10700 8756
Face 14140 10700 10613 10614
Face 14141 8212 10700 10614
Face 14142 10613 8315 8316
Face 14143 10614 10613 8316
Face 14144 8315 8418 7333
Face 14145 8316 8315 7333
Face 14146 8418 8872 8953
Face 14147 7333 8418 8953
Face 14148 8872 9448 8156
Face 14149 8953 8872 8156
Face 14150 9448 9544 9430
Face 14151 8156 9448 9430
Face 14152 9544 9639 9640
Face 14153 9430 9544 9640
Face 14154 9639 8523 8534
Face 14155 9640 9639 8534
Face 14156 8523 7945 8050
Face 14157 8534 8523 8050
Face 14158 8623 8622 8050
Face 14159 7945 8623 8050
Face 14160 9859 7665 8622
Face 14161 8623 9859 8622
Face 14162 9761 9879 7665
Face 14163 9859 9761 7665
Face 14164 9761 8257 8361
Face 14165 9879 9761 8361
Face 14166 8257 10920 6921
Face 14167 8361 8257 6921
Face 14168 10920 8760 9542
Face 14169 6921 10920 9542
Face 14170 8760 7599 7600
Face 14171 9542 8760 7600
Face 14172 12359 6699 13651
Face 14173 7265 873 7599
Face 14174 1671 1561 1562
Face 14175 3193 434 176
Face 14176 9959 7851 10372
Face 14177 10462 9306 6870
Face 14178 10032 10031 9915
Face 14179 27444 29144 29143
Face 14180 9064 7611 7512
Face 14181 9198 9885 8460
Face 14182 12057 12058 12144
Face 14183 14719 12760 24122
Face 14184 7817 4611 1580
Face 14185 24441 24442 22901
Face 14186 11639 11638 11560
Face 14187 9064 7512 7500
Face 14188 34666 34538 34452
Face 14189 7611 9198 8460
Face 14190 8048 9064 7500
Face 14191 7611 8460 7512
Face 14192 10376 8048 7500
Face 14193 9198 7266 9885
Face 14194 9916 10032 9915
Face 14195 8295 8398 8397
Face 14196 6923 10376 7500
Face 14197 6890 6996 6889
Face 14198 9337 9338 9452
Face 14199 8279 8280 8382
Face 14200 9437 8339 9172
Face 14201 7330 7334 8673
Face 14202 8716 8822 8715
Face 14203 8926 8925 8821
Face 14204 10095 7999 9525
Face 14205 10871 7999 10095
Face 14206 10173 10291 10172
Face 14207 10413 10412 10290
Face 14208 7655 7656 7768
Face 14209 7656 7769 7768
Face 14210 11888 11887 11806
Face 14211 11886 11885 11804
Face 14212 11876 11960 11959
Face 14213 21446 21541 21540
Face 14214 22774 7192 7998
Face 14215 3538 9909 3667
Face 14216 6888 6887 6788
Face 14217 34726 12631 12722
Face 14218 6887 6888 6993
Face 14219 6888 6994 6993
Face 14220 6993 6994 7100
Face 14221 6994 7101 7100
Face 14222 7100 7101 7209
Face 14223 7101 7210 7209
Face 14224 7425 7536 7535
Face 14225 7315 7314 7209
Face 14226 7210 7315 7209
Face 14227 7424 7425 7535
Face 14228 7315 7425 7424
Face 14229 7314 7315 7424
Face 14230 7648 7647 7535
Face 14231 7536 7648 7535
Face 14232 11220 11680 12908
Face 14233 7761 7760 7647
Face 14234 13197 13482 1766
Face 14235 12908 13000 13381
Face 14236 11317 11398 11316
Face 14237 13379 13378 13279
Face 14238 6173 6293 10315
Face 14239 6137 755 1766
Face 14240 7808 7778 9899
Face 14241 6687 6783 6782
Face 14242 11716 11715 11636
Face 14243 9999 10098 9899
Face 14244 7433 7544 7543
Face 14245 10151 10150 10031
Face 14246 7136 7837 9904
Face 14247 7218 7323 7217
Face 14248 10539 10538 10415
Face 14249 10568 10559 10805
Face 14250 11586 11505 11506
Face 14251 10315 6980 6291
Face 14252 10221 6540 319
Face 14253 6769 6768 110
Face 14254 6980 8968 9100
Face 14255 10593 6980 9100
Face 14256 8437 8995 9100
Face 14257 8968 8437 9100
Face 14258 9787 9170 8995
Face 14259 8437 9787 8995
Face 14260 9104 10017 9170
Face 14261 9787 9104 9170
Face 14262 6608 7551 10017
Face 14263 9104 6608 10017
Face 14264 10373 10314 7551
Face 14265 6608 10373 7551
Face 14266 10007 10126 10314
Face 14267 10373 10007 10314
Face 14268 7228 10226 10126
Face 14269 10007 7228 10126
Face 14270 10577 10700 10226
Face 14271 7228 10577 10226
Face 14272 10577 10612 10613
Face 14273 10700 10577 10613
Face 14274 10612 7441 8315
Face 14275 10613 10612 8315
Face 14276 7441 8419 8418
Face 14277 8315 7441 8418
Face 14278 8419 9175 8872
Face 14279 8418 8419 8872
Face 14280 9175 9441 9448
Face 14281 8872 9175 9448
Face 14282 9441 10724 9544
Face 14283 9448 9441 9544
Face 14284 10724 9638 9639
Face 14285 9544 10724 9639
Face 14286 9638 8522 8523
Face 14287 9639 9638 8523
Face 14288 8522 8052 7945
Face 14289 8523 8522 7945
Face 14290 8624 8623 7945
Face 14291 8052 8624 7945
Face 14292 9860 9859 8623
Face 14293 8624 9860 8623
Face 14294 10352 9761 9859
Face 14295 9860 10352 9859
Face 14296 8463 8257 9761
Face 14297 10352 8463 9761
Face 14298 7280 10920 8257
Face 14299 8463 7280 8257
Face 14300 7280 7274 8760
Face 14301 10920 7280 8760
Face 14302 7274 7265 7599
Face 14303 8760 7274 7599
Face 14304 25760 25759 21983
Face 14305 187 188 316
Face 14306 7076 10326 8545
Face 14307 485 376 377
Face 14308 8479 8478 8378
Face 14309 10032 10151 10031
Face 14310 10265 10264 10145
Face 14311 6017 6542 6543
Face 14312 8497 8498 8596
Face 14313 9130 9243 9129
Face 14314 6996 7103 7102
Face 14315 125 4334 4186
Face 14316 34307 34717 34298
Face 14317 8067 7961 7962
Face 14318 19901 19900 19824
Face 14319 27396 27444 29143
Face 14320 328 8974 3447
Face 14321 16661 25956 25955
Face 14322 27574 27701 27573
Face 14323 29144 19098 19095
Face 14324 9447 13762 34329
Face 14325 30 10941 16406
Face 14326 27574 27573 27453
Face 14327 8026 4735 9869
Face 14328 7764 7873 7872
Face 14329 8909 9017 9016
Face 14330 8908 8909 9016
Face 14331 8478 8577 8477
Face 14332 8939 8026 9869
Face 14333 8892 9000 8999
Face 14334 7763 7764 7872
Face 14335 8613 8612 8513
Face 14336 10722 7719 8871
Face 14337 10436 8443 8335
Face 14338 8822 8926 8821
Face 14339 10291 10290 10172
Face 14340 9525 10436 8335
Face 14341 7769 7878 7877
Face 14342 10291 10413 10290
Face 14343 11566 11565 11487
Face 14344 7768 7769 7877
Face 14345 34743 34677 34684
Face 14346 34451 34400 34355
Face 14347 8986 9078 7254
Face 14348 11324 11405 11323
Face 14349 9128 9127 9014
Face 14350 29143 29144 19095
Face 14351 637 527 18133
Face 14352 9015 9128 9014
Face 14353 7725 9882 8763
Face 14354 9211 9846 9098
Face 14355 9997 8975 8763
Face 14356 9884 9997 8763
Face 14357 9422 9997 9884
Face 14358 7160 9422 9884
Face 14359 10936 7035 10815
Face 14360 9422 7160 9512
Face 14361 10474 10936 7147
Face 14362 7035 9422 9512
Face 14363 7404 10474 8063
Face 14364 7035 9512 10815
Face 14365 10474 7147 8063
Face 14366 10936 10815 7147
Face 14367 7761 7870 7760
Face 14368 8834 7841 10570
Face 14369 7648 7761 7647
Face 14370 7977 7976 7869
Face 14371 7870 7977 7869
Face 14372 7870 7869 7760
Face 14373 8082 8081 7976
Face 14374 7977 8082 7976
Face 14375 34503 34445 34312
Face 14376 8188 8187 8081
Face 14377 7778 6873 9899
Face 14378 25473 25478 18456
Face 14379 10970 7286 13363
Face 14380 10476 10098 7476
Face 14381 7433 7432 7322
Face 14382 10270 10269 10150
Face 14383 9904 10568 10805
Face 14384 7218 7217 7108
Face 14385 10315 6293 7153
Face 14386 10559 7594 9409
Face 14387 7153 6980 10315
Face 14388 545 3701 3832
Face 14389 7153 9081 8968
Face 14390 6980 7153 8968
Face 14391 9984 8437 8968
Face 14392 9081 9984 8968
Face 14393 9902 9787 8437
Face 14394 9984 9902 8437
Face 14395 9105 9104 9787
Face 14396 9902 9105 9787
Face 14397 8469 6608 9104
Face 14398 9105 8469 9104
Face 14399 9847 10373 6608
Face 14400 8469 9847 6608
Face 14401 9893 10007 10373
Face 14402 9847 9893 10373
Face 14403 9893 7440 7228
Face 14404 10007 9893 7228
Face 14405 7440 10823 10577
Face 14406 7228 7440 10577
Face 14407 10823 10611 10612
Face 14408 10577 10823 10612
Face 14409 10611 7442 7441
Face 14410 10612 10611 7441
Face 14411 7442 8420 8419
Face 14412 7441 7442 8419
Face 14413 8420 128 9175
Face 14414 8419 8420 9175
Face 14415 9435 9441 9175
Face 14416 128 9435 9175
Face 14417 9179 10724 9441
Face 14418 9435 9179 9441
Face 14419 9179 7371 9638
Face 14420 10724 9179 9638
Face 14421 7371 8521 8522
Face 14422 9638 7371 8522
Face 14423 8521 8334 8052
Face 14424 8522 8521 8052
Face 14425 8334 10122 8624
Face 14426 8052 8334 8624
Face 14427 7253 9860 8624
Face 14428 10122 7253 8624
Face 14429 10475 10352 9860
Face 14430 7253 10475 9860
Face 14431 8154 8463 10352
Face 14432 10475 8154 10352
Face 14433 8047 7280 8463
Face 14434 8154 8047 8463
Face 14435 8047 9080 7274
Face 14436 7280 8047 7274
Face 14437 7484 7265 7274
Face 14438 9080 7484 7274
Face 14439 11402 11485 11401
Face 14440 6976 187 316
Face 14441 8414 8514 8413
Face 14442 6718 875 8752
Face 14443 8132 8960 9740
Face 14444 10151 10270 10150
Face 14445 10286 10285 10167
Face 14446 10026 10027 10145
Face 14447 10028 10147 10146
Face 14448 7374 8762 8761
Face 14449 8145 9784 8019
Face 14450 6823 6926 6822
Face 14451 3942 15394 15399
Face 14452 6823 6927 6926
Face 14453 16759 6926 16828
Face 14454 2296 18360 2684
Face 14455 19098 29618 29583
Face 14456 19095 19098 29583
Face 14457 7593 8335 8455
Face 14458 8275 8378 8274
Face 14459 7760 7869 7759
Face 14460 8478 8477 8377
Face 14461 8787 8788 8891
Face 14462 10449 8949 10490
Face 14463 10268 10269 10390
Face 14464 10027 10028 10146
Face 14465 6681 6777 6776
Face 14466 34600 34804 34541
Face 14467 10392 10391 10269
Face 14468 34014 34140 34013
Face 14469 9996 21868 11862
Face 14470 12891 9327 26322
Face 14471 9566 9567 9681
Face 14472 8311 8414 8310
Face 14473 8514 8513 8413
Face 14474 8335 8443 10865
Face 14475 8443 9868 10865
Face 14476 10173 10172 10053
Face 14477 10054 10173 10053
Face 14478 7877 7878 7984
Face 14479 7878 7985 7984
Face 14480 12262 7466 1425
Face 14481 13408 13407 13313
Face 14482 9326 12006 12087
Face 14483 11488 11487 11404
Face 14484 7711 7552 8986
Face 14485 9078 7259 7254
Face 14486 9128 9241 9127
Face 14487 9241 9240 9127
Face 14488 34578 34555 34313
Face 14489 6903 5365 10105
Face 14490 1121 8540 8441
Face 14491 26816 34428 34640
Face 14492 10105 10687 6903
Face 14493 10687 10955 6903
Face 14494 10687 8573 10955
Face 14495 8573 9554 10955
Face 14496 4848 6791 10070
Face 14497 9766 9622 9554
Face 14498 8573 9766 9554
Face 14499 2755 2364 3678
Face 14500 8863 8574 9622
Face 14501 9766 8863 9622
Face 14502 4071 4216 15000
Face 14503 7418 7529 7417
Face 14504 7404 8063 7355
Face 14505 10141 10260 3927
Face 14506 7841 7355 10570
Face 14507 7841 7404 7355
Face 14508 7931 9185 9651
Face 14509 8834 10570 9073
Face 14510 6016 755 6137
Face 14511 9185 8834 9073
Face 14512 8907 9015 8906
Face 14513 9164 7508 4073
Face 14514 2360 6498 9195
Face 14515 8802 8803 8906
Face 14516 10098 7808 9899
Face 14517 11807 11806 11724
Face 14518 9182 8538 8954
Face 14519 2360 9195 10959
Face 14520 7109 7218 7108
Face 14521 9183 9182 8954
Face 14522 7001 11218 11219
Face 14523 7323 7322 7217
Face 14524 5464 5594 5463
Face 14525 11561 11639 11560
Face 14526 34644 34715 34574
Face 14527 6293 6294 6416
Face 14528 34410 34707 34538
Face 14529 13301 10011 15499
Face 14530 7804 9902 9984
Face 14531 10103 7804 9984
Face 14532 8993 9105 9902
Face 14533 7804 8993 9902
Face 14534 7178 8469 9105
Face 14535 8993 7178 9105
Face 14536 7178 10948 9847
Face 14537 8469 7178 9847
Face 14538 10948 9058 9893
Face 14539 9847 10948 9893
Face 14540 9058 7262 7440
Face 14541 9893 9058 7440
Face 14542 7262 10455 10823
Face 14543 7440 7262 10823
Face 14544 10488 10611 10823
Face 14545 10455 10488 10823
Face 14546 7443 7442 10611
Face 14547 10488 7443 10611
Face 14548 8421 8420 7442
Face 14549 7443 8421 7442
Face 14550 6711 128 8420
Face 14551 8421 6711 8420
Face 14552 10982 9435 128
Face 14553 6711 10982 128
Face 14554 9908 9179 9435
Face 14555 10982 9908 9435
Face 14556 9637 7371 9179
Face 14557 9908 9637 9179
Face 14558 8520 8521 7371
Face 14559 9637 8520 7371
Face 14560 8520 8964 8334
Face 14561 8521 8520 8334
Face 14562 8964 7956 10122
Face 14563 8334 8964 10122
Face 14564 9745 7253 10122
Face 14565 7956 9745 10122
Face 14566 10598 10475 7253
Face 14567 9745 10598 7253
Face 14568 8768 8154 10475
Face 14569 10598 8768 10475
Face 14570 8768 10998 8047
Face 14571 8154 8768 8047
Face 14572 10998 10710 9080
Face 14573 8047 10998 9080
Face 14574 8752 7484 9080
Face 14575 10710 8752 9080
Face 14576 8752 875 7484
Face 14577 6976 316 10582
Face 14578 527 637 15745
Face 14579 8874 7597 3176
Face 14580 29618 26534 26533
Face 14581 27895 27019 27383
Face 14582 27335 27454 27334
Face 14583 7672 7673 1447
Face 14584 31913 31912 31805
Face 14585 10270 10392 10269
Face 14586 6823 6822 16697
Face 14587 17744 18067 14061
Face 14588 6824 6928 6927
Face 14589 6823 6824 6927
Face 14590 6926 144 143
Face 14591 6928 7038 6927
Face 14592 10761 10762 10883
Face 14593 26337 11408 11326
Face 14594 8822 8821 8715
Face 14595 8926 9034 8925
Face 14596 29583 29618 26533
Face 14597 8514 8613 8513
Face 14598 9822 9823 9939
Face 14599 11048 27047 27038
Face 14600 10392 10515 10514
Face 14601 6869 7690 7088
Face 14602 10391 10392 10514
Face 14603 10515 10635 10634
Face 14604 34429 25683 34721
Face 14605 10514 10515 10634
Face 14606 8502 8601 8600
Face 14607 8527 8626 8526
Face 14608 34339 34555 34578
Face 14609 27962 28095 21135
Face 14610 8207 8311 8206
Face 14611 8414 8413 8310
Face 14612 10865 9868 10441
Face 14613 9868 10563 10441
Face 14614 9938 10054 10053
Face 14615 9937 9938 10053
Face 14616 7984 7985 8089
Face 14617 7985 8090 8089
Face 14618 9734 1904 2529
Face 14619 12022 12108 13378
Face 14620 11712 11794 11793
Face 14621 8956 9326 12087
Face 14622 9163 8147 7711
Face 14623 7552 9078 8986
Face 14624 9241 9353 9240
Face 14625 9353 9352 9240
Face 14626 9629 756 9628
Face 14627 7970 7971 8075
Face 14628 12579 12580 12669
Face 14629 12312 12313 12403
Face 14630 7260 10462 10448
Face 14631 7255 7256 457
Face 14632 34523 8774 7461
Face 14633 8777 8566 7585
Face 14634 13416 13415 13321
Face 14635 11407 11406 11325
Face 14636 13795 11601 13794
Face 14637 8285 8388 8284
Face 14638 4728 2516 9274
Face 14639 8388 8387 8284
Face 14640 13413 13508 13507
Face 14641 30382 11018 30383
Face 14642 10635 10759 10758
Face 14643 13412 13413 13507
Face 14644 13794 7784 13793
Face 14645 7529 7641 7640
Face 14646 8885 7608 10137
Face 14647 7754 7863 7862
Face 14648 7970 8075 8074
Face 14649 34631 34719 34281
Face 14650 11405 11488 11404
Face 14651 10634 10635 10758
Face 14652 9015 9014 8906
Face 14653 13405 13500 13404
Face 14654 4839 4971 4838
Face 14655 8594 8697 8593
Face 14656 10476 7476 8557
Face 14657 252 155 156
Face 14658 10234 7292 9049
Face 14659 390 6963 6964
Face 14660 8538 10342 9049
Face 14661 10342 10234 9049
Face 14662 32662 21541 21542
Face 14663 8954 8538 9049
Face 14664 6416 7153 6293
Face 14665 26648 34741 28017
Face 14666 10102 6541 6542
Face 14667 1526 1527 1637
Face 14668 10102 7581 7804
Face 14669 10103 10102 7804
Face 14670 7581 8886 8993
Face 14671 7804 7581 8993
Face 14672 8886 8372 7178
Face 14673 8993 8886 7178
Face 14674 8372 7892 10948
Face 14675 7178 8372 10948
Face 14676 7892 8027 9058
Face 14677 10948 7892 9058
Face 14678 8027 9215 7262
Face 14679 9058 8027 7262
Face 14680 9215 10945 10455
Face 14681 7262 9215 10455
Face 14682 10716 10488 10455
Face 14683 10945 10716 10455
Face 14684 10129 7443 10488
Face 14685 10716 10129 10488
Face 14686 8422 8421 7443
Face 14687 10129 8422 7443
Face 14688 9545 6711 8421
Face 14689 8422 9545 8421
Face 14690 8066 10982 6711
Face 14691 9545 8066 6711
Face 14692 9658 9908 10982
Face 14693 8066 9658 10982
Face 14694 9751 9637 9908
Face 14695 9658 9751 9908
Face 14696 8519 8520 9637
Face 14697 9751 8519 9637
Face 14698 8135 8964 8520
Face 14699 8519 8135 8520
Face 14700 8135 10984 7956
Face 14701 8964 8135 7956
Face 14702 9746 9745 7956
Face 14703 10984 9746 7956
Face 14704 10721 10598 9745
Face 14705 9746 10721 9745
Face 14706 10721 8560 8768
Face 14707 10598 10721 8768
Face 14708 8560 9331 10998
Face 14709 8768 8560 10998
Face 14710 9331 10499 10710
Face 14711 10998 9331 10710
Face 14712 8858 8752 10710
Face 14713 10499 8858 10710
Face 14714 25994 25993 11183
Face 14715 8858 6718 8752
Face 14716 34613 34336 34787
Face 14717 10023 10022 3666
Face 14718 25952 28145 28144
Face 14719 7039 244 7038
Face 14720 9816 9933 9932
Face 14721 20910 20933 12630
Face 14722 10049 10168 10048
Face 14723 14817 14942 14941
Face 14724 20444 32921 20443
Face 14725 26534 12589 29621
Face 14726 6825 6929 6928
Face 14727 6824 6825 6928
Face 14728 7039 7038 6928
Face 14729 6929 7039 6928
Face 14730 11492 11408 11493
Face 14731 244 349 348
Face 14732 9670 10871 10095
Face 14733 489 490 598
Face 14734 8716 8715 8612
Face 14735 7999 10436 9525
Face 14736 28555 26335 20893
Face 14737 8613 8716 8612
Face 14738 13665 13664 13094
Face 14739 1798 11460 11616
Face 14740 11469 7460 7351
Face 14741 9784 9307 10558
Face 14742 7686 7685 7573
Face 14743 34475 34651 34531
Face 14744 7799 7798 7685
Face 14745 7467 8834 9185
Face 14746 18753 18754 20715
Face 14747 7449 7448 7339
Face 14748 7171 489 597
Face 14749 8207 8206 8100
Face 14750 1806 1926 18381
Face 14751 10441 10563 9966
Face 14752 10563 9851 9966
Face 14753 9707 9821 9706
Face 14754 9938 9937 9820
Face 14755 8089 8090 8195
Face 14756 8090 8196 8195
Face 14757 8060 8853 9086
Face 14758 11405 11404 11323
Face 14759 11326 11407 11325
Face 14760 13690 13691 13785
Face 14761 10321 8147 9163
Face 14762 10443 10321 9163
Face 14763 9353 9468 9352
Face 14764 9468 9467 9352
Face 14765 11717 11716 11637
Face 14766 7939 7834 10100
Face 14767 12404 12494 12493
Face 14768 4860 4728 9274
Face 14769 8689 8690 8795
Face 14770 7606 10236 8446
Face 14771 7826 7936 7716
Face 14772 7936 7720 7716
Face 14773 10100 7834 10681
Face 14774 10682 8046 7720
Face 14775 2798 2930 13030
Face 14776 6684 6620 6685
Face 14777 7307 7308 7417
Face 14778 7529 7528 7417
Face 14779 7936 10682 7720
Face 14780 10682 7491 8046
Face 14781 4861 4466 4860
Face 14782 7491 10246 8046
Face 14783 7914 8836 10876
Face 14784 11880 11879 11798
Face 14785 10876 8836 10877
Face 14786 11799 11880 11798
Face 14787 3797 181 180
Face 14788 11481 11480 11397
Face 14789 11964 11963 11879
Face 14790 8239 8728 8343
Face 14791 11767 11610 11301
Face 14792 755 5764 1766
Face 14793 8697 8803 8802
Face 14794 11676 11698 11697
Face 14795 2383 22469 14488
Face 14796 8394 8395 8494
Face 14797 1985 8767 8245
Face 14798 4204 2618 2619
Face 14799 7357 6244 6363
Face 14800 376 7059 377
Face 14801 10759 10881 10880
Face 14802 7380 121 183
Face 14803 9539 10476 8557
Face 14804 10098 9999 7476
Face 14805 396 6969 6970
Face 14806 26533 26534 29621
Face 14807 10102 6017 7581
Face 14808 13036 1877 12007
Face 14809 8320 8782 8886
Face 14810 7581 8320 8886
Face 14811 8782 9891 8372
Face 14812 8886 8782 8372
Face 14813 9891 7891 7892
Face 14814 8372 9891 7892
Face 14815 7891 7152 8027
Face 14816 7892 7891 8027
Face 14817 7152 9873 9215
Face 14818 8027 7152 9215
Face 14819 9873 8881 10945
Face 14820 9215 9873 10945
Face 14821 8229 10716 10945
Face 14822 8881 8229 10945
Face 14823 10130 10129 10716
Face 14824 8229 10130 10716
Face 14825 7482 8422 10129
Face 14826 10130 7482 10129
Face 14827 9431 9545 8422
Face 14828 7482 9431 8422
Face 14829 8065 8066 9545
Face 14830 9431 8065 9545
Face 14831 9771 9658 8066
Face 14832 8065 9771 8066
Face 14833 9750 9751 9658
Face 14834 9771 9750 9658
Face 14835 7227 8519 9751
Face 14836 9750 7227 9751
Face 14837 8053 8135 8519
Face 14838 7227 8053 8519
Face 14839 8053 9042 10984
Face 14840 8135 8053 10984
Face 14841 9747 9746 10984
Face 14842 9042 9747 10984
Face 14843 10844 10721 9746
Face 14844 9747 10844 9746
Face 14845 8662 8560 10721
Face 14846 10844 8662 10721
Face 14847 9417 9331 8560
Face 14848 8662 9417 8560
Face 14849 9440 10499 9331
Face 14850 9417 9440 9331
Face 14851 8963 8858 10499
Face 14852 9440 8963 10499
Face 14853 8963 10694 6718
Face 14854 8858 8963 6718
Face 14855 7484 875 874
Face 14856 10694 9096 6718
Face 14857 13229 13322 13228
Face 14858 34738 34688 34612
Face 14859 10309 9736 8140
Face 14860 10731 7839 3810
Face 14861 7686 7799 7685
Face 14862 7148 244 7039
Face 14863 29080 2173 2300
Face 14864 12589 28000 26817
Face 14865 6826 6930 6929
Face 14866 6825 6826 6929
Face 14867 6930 7040 7039
Face 14868 6929 6930 7039
Face 14869 18286 1696 1806
Face 14870 7040 7148 7039
Face 14871 25639 24081 25640
Face 14872 34347 34792 34392
Face 14873 7294 15332 15469
Face 14874 14891 21028 21117
Face 14875 34748 34542 34499
Face 14876 5757 25332 4593
Face 14877 4726 3715 25216
Face 14878 12722 7699 8368
Face 14879 7908 7907 7798
Face 14880 7799 7908 7798
Face 14881 8015 8014 7907
Face 14882 9537 10117 10307
Face 14883 7908 8015 7907
Face 14884 7340 7449 7339
Face 14885 7596 8942 8134
Face 14886 117 7388 4187
Face 14887 7449 7561 7560
Face 14888 9851 7835 1856
Face 14889 8311 8310 8206
Face 14890 9821 9820 9706
Face 14891 9966 9851 1856
Face 14892 8196 8300 8299
Face 14893 9821 9938 9820
Face 14894 8853 10713 9086
Face 14895 8195 8196 8299
Face 14896 25675 30531 25676
Face 14897 2902 18726 1312
Face 14898 9355 9356 9470
Face 14899 34446 34498 34306
Face 14900 9581 9580 9467
Face 14901 8147 7552 7711
Face 14902 7308 7309 7418
Face 14903 9468 9581 9467
Face 14904 2516 206 203
Face 14905 10961 10691 9400
Face 14906 21484 19413 12860
Face 14907 13699 13700 13794
Face 14908 8740 10591 7393
Face 14909 9971 7939 10100
Face 14910 7311 7421 7420
Face 14911 7310 7311 7420
Face 14912 9123 9236 9235
Face 14913 9010 9123 9122
Face 14914 7528 7529 7640
Face 14915 9804 9805 9921
Face 14916 9690 9691 9804
Face 14917 7188 7405 7260
Face 14918 9691 9805 9804
Face 14919 9805 9922 9921
Face 14920 7623 7509 10246
Face 14921 9463 9576 9462
Face 14922 7491 7623 10246
Face 14923 24081 25639 25162
Face 14924 348 243 244
Face 14925 9187 629 3935
Face 14926 12948 118 16514
Face 14927 8074 8075 8180
Face 14928 10275 10397 10274
Face 14929 1913 18265 17655
Face 14930 13402 13403 13497
Face 14931 8239 8343 10481
Face 14932 22033 20034 8726
Face 14933 6768 6767 109
Face 14934 8495 8594 8593
Face 14935 29403 29534 29533
Face 14936 11402 11401 11320
Face 14937 8292 8395 8394
Face 14938 2360 8557 2028
Face 14939 8415 8312 2008
Face 14940 2618 10484 2235
Face 14941 2026 2028 517
Face 14942 13387 9557 8764
Face 14943 7477 9050 7915
Face 14944 8696 8697 8802
Face 14945 34383 34565 34290
Face 14946 298 299 403
Face 14947 10997 5117 4988
Face 14948 10519 10019 8782
Face 14949 8320 10519 8782
Face 14950 10019 10434 9891
Face 14951 8782 10019 9891
Face 14952 10434 7782 7891
Face 14953 9891 10434 7891
Face 14954 7782 9849 7152
Face 14955 7891 7782 7152
Face 14956 9849 7375 9873
Face 14957 7152 9849 9873
Face 14958 7375 6977 8881
Face 14959 9873 7375 8881
Face 14960 6977 10374 8229
Face 14961 8881 6977 8229
Face 14962 10374 10131 10130
Face 14963 8229 10374 10130
Face 14964 10131 10003 7482
Face 14965 10130 10131 7482
Face 14966 9318 9431 7482
Face 14967 10003 9318 7482
Face 14968 7008 8065 9431
Face 14969 9318 7008 9431
Face 14970 9889 9771 8065
Face 14971 7008 9889 8065
Face 14972 9749 9750 9771
Face 14973 9889 9749 9771
Face 14974 7226 7227 9750
Face 14975 9749 7226 9750
Face 14976 8054 8053 7227
Face 14977 7226 8054 7227
Face 14978 8155 9042 8053
Face 14979 8054 8155 8053
Face 14980 8155 9748 9747
Face 14981 9042 8155 9747
Face 14982 10966 10844 9747
Face 14983 9748 10966 9747
Face 14984 10855 8662 10844
Face 14985 10966 10855 10844
Face 14986 9103 9417 8662
Face 14987 10855 9103 8662
Face 14988 9656 9440 9417
Face 14989 9103 9656 9417
Face 14990 8646 8963 9440
Face 14991 9656 8646 9440
Face 14992 8646 8035 10694
Face 14993 8963 8646 10694
Face 14994 8035 7195 9096
Face 14995 10694 8035 9096
Face 14996 11571 11493 26569
Face 14997 7195 7817 9096
Face 14998 8320 6021 10519
Face 14999 11569 11647 11568
Face 15000 384 385 492
Face 15001 1696 18286 18188
Face 15002 29621 12589 26817
Face 15003 31692 31691 31577
Face 15004 6825 6727 6826
Face 15005 6931 6930 6826
Face 15006 6827 6931 6826
Face 15007 7041 7040 6930
Face 15008 6931 7041 6930
Face 15009 7149 7148 7040
Face 15010 7041 7149 7040
Face 15011 7256 7255 7148
Face 15012 7149 7256 7148
Face 15013 7255 457 7365
Face 15014 22820 22774 2120
Face 15015 13196 12842 13118
Face 15016 6540 10221 7161
Face 15017 6414 770 7505
Face 15018 9116 9229 9228
Face 15019 6259 10128 6378
Face 15020 5107 5106 10190
Face 15021 8120 8119 8014
Face 15022 8015 8120 8014
Face 15023 8865 10975 8559
Face 15024 8552 10138 7247
Face 15025 7560 7561 7672
Face 15026 7448 7449 7560
Face 15027 10730 7294 8670
Face 15028 9229 9341 9228
Face 15029 1856 7835 8462
Face 15030 7835 10597 8462
Face 15031 9707 9706 9591
Face 15032 9592 9707 9591
Face 15033 8299 8300 8402
Face 15034 8300 8403 8402
Face 15035 10107 8853 8060
Face 15036 7369 10107 8060
Face 15037 5909 5781 5910
Face 15038 23205 23090 12496
Face 15039 8850 8951 10443
Face 15040 18257 26415 19838
Face 15041 9581 9696 9580
Face 15042 9696 9695 9580
Face 15043 8076 8182 8181
Face 15044 7203 7204 7308
Face 15045 7730 12809 11768
Face 15046 13175 11516 13081
Face 15047 9622 8574 9508
Face 15048 9554 9622 10580
Face 15049 16853 16852 16775
Face 15050 7606 9971 10236
Face 15051 7532 7531 7420
Face 15052 7421 7532 7420
Face 15053 9009 9010 9122
Face 15054 8902 9010 9009
Face 15055 10732 7188 7260
Face 15056 10337 9857 7955
Face 15057 10677 7955 7405
Face 15058 7188 10677 7405
Face 15059 10677 10337 7955
Face 15060 9857 10337 9311
Face 15061 9576 9691 9690
Face 15062 10337 7034 9311
Face 15063 9348 9463 9347
Face 15064 9575 9576 9690
Face 15065 9463 9462 9347
Face 15066 9576 9575 9462
Face 15067 10462 6870 7076
Face 15068 10616 9306 10833
Face 15069 9120 9121 9233
Face 15070 10448 10462 7076
Face 15071 10157 10275 10156
Face 15072 9007 9008 9120
Face 15073 1920 7914 9846
Face 15074 4066 10154 4067
Face 15075 22425 22329 21649
Face 15076 8134 8239 10358
Face 15077 8291 8292 8394
Face 15078 13126 34642 15029
Face 15079 8082 8188 8081
Face 15080 8395 8495 8494
Face 15081 8292 8291 8187
Face 15082 8188 8292 8187
Face 15083 8494 8495 8593
Face 15084 8697 8696 8593
Face 15085 9274 2516 203
Face 15086 8803 8907 8906
Face 15087 14620 11777 14813
Face 15088 34526 34778 34694
Face 15089 10765 10020 10019
Face 15090 10519 10765 10019
Face 15091 10020 8955 10434
Face 15092 10019 10020 10434
Face 15093 7889 7782 10434
Face 15094 8955 7889 10434
Face 15095 7225 9849 7782
Face 15096 7889 7225 7782
Face 15097 6973 7375 9849
Face 15098 7225 6973 9849
Face 15099 10620 6977 7375
Face 15100 6973 10620 7375
Face 15101 10620 7588 10374
Face 15102 6977 10620 10374
Face 15103 7588 10132 10131
Face 15104 10374 7588 10131
Face 15105 10132 10213 10003
Face 15106 10131 10132 10003
Face 15107 10213 10840 9318
Face 15108 10003 10213 9318
Face 15109 10840 10336 7008
Face 15110 9318 10840 7008
Face 15111 10336 10432 9889
Face 15112 7008 10336 9889
Face 15113 9864 9749 9889
Face 15114 10432 9864 9889
Face 15115 6673 7226 9749
Face 15116 9864 6673 9749
Face 15117 6673 9108 8054
Face 15118 7226 6673 8054
Face 15119 7372 8155 8054
Face 15120 9108 7372 8054
Face 15121 9634 9748 8155
Face 15122 7372 9634 8155
Face 15123 8244 10966 9748
Face 15124 9634 8244 9748
Face 15125 10978 10855 10966
Face 15126 8244 10978 10966
Face 15127 7954 9103 10855
Face 15128 10978 7954 10855
Face 15129 9769 9656 9103
Face 15130 7954 9769 9103
Face 15131 8547 8646 9656
Face 15132 9769 8547 9656
Face 15133 4867 8035 8646
Face 15134 8547 4867 8646
Face 15135 4867 7518 7195
Face 15136 8035 4867 7195
Face 15137 4611 10589 1226
Face 15138 7195 7518 7817
Face 15139 13063 13157 13062
Face 15140 22119 22214 22213
Face 15141 34281 34376 34613
Face 15142 3148 9449 9450
Face 15143 33423 31990 2950
Face 15144 26315 26316 26432
Face 15145 6728 6828 6827
Face 15146 31887 31775 16723
Face 15147 6932 6931 6827
Face 15148 6828 6932 6827
Face 15149 7042 7041 6931
Face 15150 6932 7042 6931
Face 15151 7150 7149 7041
Face 15152 7042 7150 7041
Face 15153 7257 7256 7149
Face 15154 7150 7257 7149
Face 15155 11462 12827 34448
Face 15156 7255 7365 349
Face 15157 7561 7673 7672
Face 15158 7673 7786 1447
Face 15159 9295 7592 10477
Face 15160 10600 10975 8865
Face 15161 8224 8223 8119
Face 15162 8120 8224 8119
Face 15163 8329 8328 8223
Face 15164 8224 8329 8223
Face 15165 34341 34695 34384
Face 15166 7592 10600 10477
Face 15167 530 4843 640
Face 15168 7822 435 8879
Face 15169 8127 10808 7725
Face 15170 9087 8127 7725
Face 15171 8462 10597 10328
Face 15172 10597 10339 10328
Face 15173 9363 9364 9478
Face 15174 9592 9591 9478
Face 15175 8402 8403 8502
Face 15176 8403 8503 8502
Face 15177 10121 9892 10086
Face 15178 9892 10107 7369
Face 15179 11973 11972 11888
Face 15180 19956 19957 21943
Face 15181 9907 8951 8850
Face 15182 8440 9907 8850
Face 15183 9696 9810 9695
Face 15184 9810 9809 9695
Face 15185 356 355 251
Face 15186 8574 5872 9508
Face 15187 10758 10759 10880
Face 15188 382 282 64
Face 15189 6272 1306 4322
Face 15190 9554 10580 10918
Face 15191 7644 7643 7531
Face 15192 7644 7757 7643
Face 15193 7532 7644 7531
Face 15194 7757 7756 7643
Face 15195 8901 8902 9009
Face 15196 8691 8692 8797
Face 15197 10246 7509 6696
Face 15198 12646 12737 5895
Face 15199 10358 10481 10591
Face 15200 8740 10358 10591
Face 15201 14820 14821 14945
Face 15202 9971 10100 10236
Face 15203 8643 7716 8544
Face 15204 10358 8239 10481
Face 15205 8643 8544 9311
Face 15206 7720 9971 7606
Face 15207 7034 8643 9311
Face 15208 7716 7606 8544
Face 15209 7716 7720 7606
Face 15210 8046 7939 9971
Face 15211 34470 34607 34537
Face 15212 10246 6696 7939
Face 15213 9121 9234 9233
Face 15214 9122 9123 9235
Face 15215 10038 10157 10037
Face 15216 7097 7206 7096
Face 15217 8942 8728 8239
Face 15218 18286 1806 18381
Face 15219 34534 34365 34752
Face 15220 9995 8741 7392
Face 15221 10881 7363 7710
Face 15222 9185 9073 9651
Face 15223 20658 22129 22049
Face 15224 34549 34515 34365
Face 15225 11881 11880 11799
Face 15226 14813 14282 14175
Face 15227 9098 7914 10876
Face 15228 17308 22128 18066
Face 15229 16197 16209 13915
Face 15230 1896 8110 1897
Face 15231 10640 10571 10020
Face 15232 10765 10640 10020
Face 15233 7783 8955 10020
Face 15234 10571 7783 10020
Face 15235 7669 7889 8955
Face 15236 7783 7669 8955
Face 15237 8247 7225 7889
Face 15238 7669 8247 7889
Face 15239 7853 6973 7225
Face 15240 8247 7853 7225
Face 15241 7196 10620 6973
Face 15242 7853 7196 6973
Face 15243 7196 6721 7588
Face 15244 10620 7196 7588
Face 15245 6721 10251 10132
Face 15246 7588 6721 10132
Face 15247 10251 9674 10213
Face 15248 10132 10251 10213
Face 15249 9674 9180 10840
Face 15250 10213 9674 10840
Face 15251 9180 7468 10336
Face 15252 10840 9180 10336
Face 15253 7468 8870 10432
Face 15254 10336 7468 10432
Face 15255 8870 9863 9864
Face 15256 10432 8870 9864
Face 15257 9863 9548 6673
Face 15258 9864 9863 6673
Face 15259 9548 10458 9108
Face 15260 6673 9548 9108
Face 15261 8543 7372 9108
Face 15262 10458 8543 9108
Face 15263 9635 9634 7372
Face 15264 8543 9635 7372
Face 15265 9635 9648 8244
Face 15266 9634 9635 8244
Face 15267 10979 10978 8244
Face 15268 9648 10979 8244
Face 15269 9303 7954 10978
Face 15270 10979 9303 10978
Face 15271 9887 9769 7954
Face 15272 9303 9887 7954
Face 15273 8449 8547 9769
Face 15274 9887 8449 9769
Face 15275 10110 4867 8547
Face 15276 8449 10110 8547
Face 15277 7517 7518 4867
Face 15278 10110 7517 4867
Face 15279 34681 34284 34480
Face 15280 26569 11493 26454
Face 15281 10950 9445 14362
Face 15282 27016 11382 6590
Face 15283 30314 11018 30382
Face 15284 9045 13630 13534
Face 15285 6643 6729 6728
Face 15286 13473 6642 6728
Face 15287 6729 6829 6828
Face 15288 6728 6729 6828
Face 15289 6933 6932 6828
Face 15290 6829 6933 6828
Face 15291 7043 7042 6932
Face 15292 6933 7043 6932
Face 15293 7151 7150 7042
Face 15294 7043 7151 7042
Face 15295 7258 7257 7150
Face 15296 7151 7258 7150
Face 15297 10880 7710 10879
Face 15298 34589 34609 34467
Face 15299 32686 32819 32685
Face 15300 10155 10154 10035
Face 15301 18258 17541 23544
Face 15302 10448 7076 8447
Face 15303 8432 8431 8328
Face 15304 6780 6781 6879
Face 15305 13252 13251 13156
Face 15306 8329 8432 8328
Face 15307 10477 10600 8865
Face 15308 8531 8530 8431
Face 15309 13556 9045 13534
Face 15310 10975 10797 8559
Face 15311 10235 10357 9200
Face 15312 7281 7817 1580
Face 15313 10339 7335 7334
Face 15314 7506 10244 7397
Face 15315 9252 9364 9363
Face 15316 10328 10339 7334
Face 15317 8503 8602 8601
Face 15318 9479 9592 9478
Face 15319 9892 7558 10086
Face 15320 8502 8503 8601
Face 15321 11889 11973 11888
Face 15322 7558 9892 7369
Face 15323 10196 9308 8440
Face 15324 13551 11813 2132
Face 15325 9927 9926 9809
Face 15326 8951 10321 10443
Face 15327 11638 11717 11637
Face 15328 9810 9927 9809
Face 15329 9201 9088 8777
Face 15330 34299 34572 34582
Face 15331 502 394 395
Face 15332 4196 10397 4327
Face 15333 10955 9554 10918
Face 15334 9622 9508 10580
Face 15335 7866 7865 7756
Face 15336 7757 7866 7756
Face 15337 8692 8798 8797
Face 15338 8589 8692 8691
Face 15339 8798 8902 8901
Face 15340 8797 8798 8901
Face 15341 3795 3664 3665
Face 15342 26209 28021 28091
Face 15343 2231 2232 6003
Face 15344 12306 12397 12396
Face 15345 9009 9122 9121
Face 15346 9122 9235 9234
Face 15347 8728 10448 8343
Face 15348 9008 9009 9121
Face 15349 10156 10155 10036
Face 15350 10037 10156 10036
Face 15351 6783 6784 6882
Face 15352 6883 6989 6988
Face 15353 7096 7205 7095
Face 15354 6882 6883 6988
Face 15355 8046 10246 7939
Face 15356 7310 7309 7204
Face 15357 9348 9347 9235
Face 15358 7720 8046 9971
Face 15359 7311 7310 7205
Face 15360 9236 9348 9235
Face 15361 10157 10156 10037
Face 15362 6883 6884 6989
Face 15363 9998 10358 8740
Face 15364 8942 10732 8728
Face 15365 9995 7392 7608
Face 15366 8741 9998 8740
Face 15367 8885 9995 7608
Face 15368 8741 8740 7392
Face 15369 8134 8942 8239
Face 15370 17261 22981 23291
Face 15371 6148 6144 6548
Face 15372 39 6511 3377
Face 15373 1632 1633 1742
Face 15374 21633 21729 21728
Face 15375 7813 10571 10640
Face 15376 10764 7813 10640
Face 15377 10704 7783 10571
Face 15378 7813 10704 10571
Face 15379 10433 7669 7783
Face 15380 10704 10433 7783
Face 15381 8785 8247 7669
Face 15382 10433 8785 7669
Face 15383 6974 7853 8247
Face 15384 8785 6974 8247
Face 15385 10319 7196 7853
Face 15386 6974 10319 7853
Face 15387 10319 10939 6721
Face 15388 7196 10319 6721
Face 15389 10939 7833 10251
Face 15390 6721 10939 10251
Face 15391 7833 6904 9674
Face 15392 10251 7833 9674
Face 15393 6904 9157 9180
Face 15394 9674 6904 9180
Face 15395 9157 10736 7468
Face 15396 9180 9157 7468
Face 15397 10736 10493 8870
Face 15398 7468 10736 8870
Face 15399 10493 9862 9863
Face 15400 8870 10493 9863
Face 15401 9862 9434 9548
Face 15402 9863 9862 9548
Face 15403 8055 10458 9548
Face 15404 9434 8055 9548
Face 15405 10626 8543 10458
Face 15406 8055 10626 10458
Face 15407 10626 9636 9635
Face 15408 8543 10626 9635
Face 15409 9636 9534 9648
Face 15410 9635 9636 9648
Face 15411 7181 10979 9648
Face 15412 9534 7181 9648
Face 15413 7181 6818 9303
Face 15414 10979 7181 9303
Face 15415 6818 8971 9887
Face 15416 9303 6818 9887
Face 15417 8971 8345 8449
Face 15418 9887 8971 8449
Face 15419 8938 10110 8449
Face 15420 8345 8938 8449
Face 15421 7037 7517 10110
Face 15422 8938 7037 10110
Face 15423 10950 10589 7517
Face 15424 7037 10950 7517
Face 15425 6173 6172 6046
Face 15426 33127 33262 33126
Face 15427 215 4712 4844
Face 15428 353 7258 7151
Face 15429 6643 6642 34116
Face 15430 6730 6830 6829
Face 15431 6729 6730 6829
Face 15432 6934 6933 6829
Face 15433 6830 6934 6829
Face 15434 7044 7043 6933
Face 15435 6934 7044 6933
Face 15436 5851 5850 7842
Face 15437 11563 11562 11484
Face 15438 4463 10836 6537
Face 15439 34327 34509 28004
Face 15440 7033 7141 6942
Face 15441 9981 9968 9865
Face 15442 9574 9689 9688
Face 15443 9573 9574 9688
Face 15444 8343 10448 8447
Face 15445 8898 8899 9006
Face 15446 15742 15823 780
Face 15447 10378 1451 7376
Face 15448 10813 749 547
Face 15449 2616 2617 2747
Face 15450 8432 8531 8431
Face 15451 8531 8630 8629
Face 15452 282 382 8654
Face 15453 3166 5627 5497
Face 15454 7538 7537 7426
Face 15455 8023 7247 8642
Face 15456 9470 9471 9583
Face 15457 7875 7876 7982
Face 15458 8336 9981 9865
Face 15459 7335 8678 8677
Face 15460 9139 9252 9251
Face 15461 9138 9139 9251
Face 15462 8705 8811 8810
Face 15463 8602 8705 8704
Face 15464 9395 10835 9305
Face 15465 10121 10086 10958
Face 15466 3817 66 170
Face 15467 21369 21363 20387
Face 15468 10990 9308 10196
Face 15469 10989 10990 10196
Face 15470 9927 10043 9926
Face 15471 10043 10042 9926
Face 15472 8133 8134 9998
Face 15473 10880 10881 7710
Face 15474 9201 9651 9088
Face 15475 9651 9537 9088
Face 15476 9471 9584 9583
Face 15477 34756 34813 34334
Face 15478 7973 7972 7865
Face 15479 12762 6509 5126
Face 15480 7866 7973 7865
Face 15481 10884 10885 215
Face 15482 8588 8589 8691
Face 15483 10066 10065 9949
Face 15484 29182 29312 29181
Face 15485 26198 26316 26315
Face 15486 9305 9195 6378
Face 15487 11034 11035 11090
Face 15488 8387 8487 8486
Face 15489 34825 34278 34747
Face 15490 9121 9122 9234
Face 15491 640 5760 530
Face 15492 6602 28548 18977
Face 15493 10156 10274 10155
Face 15494 9921 10037 10036
Face 15495 9920 9921 10036
Face 15496 7096 7095 6988
Face 15497 6989 7096 6988
Face 15498 8490 8489 8389
Face 15499 8390 8490 8389
Face 15500 8183 8287 8286
Face 15501 8182 8183 8286
Face 15502 7972 8077 8076
Face 15503 7971 7972 8076
Face 15504 7865 7972 7971
Face 15505 7864 7865 7971
Face 15506 7097 7096 6989
Face 15507 5756 10673 5639
Face 15508 2135 2260 2259
Face 15509 6785 6884 6883
Face 15510 9998 8134 10358
Face 15511 8836 10996 10877
Face 15512 10275 10274 10156
Face 15513 34738 34424 34688
Face 15514 9922 10038 10037
Face 15515 9921 9922 10037
Face 15516 34628 34567 27219
Face 15517 20456 21369 20387
Face 15518 6144 6148 10764
Face 15519 26197 26198 26315
Face 15520 7191 7813 10764
Face 15521 10887 7191 10764
Face 15522 10827 10704 7813
Face 15523 7191 10827 7813
Face 15524 9890 10433 10704
Face 15525 10827 9890 10704
Face 15526 9776 8785 10433
Face 15527 9890 9776 10433
Face 15528 8830 6974 8785
Face 15529 9776 8830 8785
Face 15530 8830 9061 10319
Face 15531 6974 8830 10319
Face 15532 9061 9321 10939
Face 15533 10319 9061 10939
Face 15534 9321 7838 7833
Face 15535 10939 9321 7833
Face 15536 7838 6804 6904
Face 15537 7833 7838 6904
Face 15538 6804 7691 9157
Face 15539 6904 6804 9157
Face 15540 7691 7032 10736
Face 15541 9157 7691 10736
Face 15542 7032 9419 10493
Face 15543 10736 7032 10493
Face 15544 9419 9861 9862
Face 15545 10493 9419 9862
Face 15546 9861 8565 9434
Face 15547 9862 9861 9434
Face 15548 8565 8056 8055
Face 15549 9434 8565 8055
Face 15550 8056 8251 10626
Face 15551 8055 8056 10626
Face 15552 8251 9522 9636
Face 15553 10626 8251 9636
Face 15554 9522 9420 9534
Face 15555 9636 9522 9534
Face 15556 7289 7181 9534
Face 15557 9420 7289 9534
Face 15558 6920 6818 7181
Face 15559 7289 6920 7181
Face 15560 6920 8143 8971
Face 15561 6818 6920 8971
Face 15562 8143 8241 8345
Face 15563 8971 8143 8345
Face 15564 8241 7354 8938
Face 15565 8345 8241 8938
Face 15566 7935 7037 8938
Face 15567 7354 7935 8938
Face 15568 10831 7935 9044
Face 15569 13017 13016 11943
Face 15570 34371 34815 34559
Face 15571 12762 13198 203
Face 15572 2513 9219 4463
Face 15573 762 879 7224
Face 15574 6731 6831 6830
Face 15575 26082 26198 26197
Face 15576 6935 6934 6830
Face 15577 6831 6935 6830
Face 15578 7045 7044 6934
Face 15579 6935 7045 6934
Face 15580 7896 7897 1672
Face 15581 26081 26082 26197
Face 15582 9251 9252 9363
Face 15583 9298 2748 8452
Face 15584 7334 7335 8677
Face 15585 8678 10248 10242
Face 15586 9699 9813 9698
Face 15587 9813 9930 9929
Face 15588 10527 10528 10648
Face 15589 7216 7215 7106
Face 15590 9798 9797 9683
Face 15591 10761 10883 10882
Face 15592 8731 8837 2659
Face 15593 8530 8531 8629
Face 15594 8630 8735 8734
Face 15595 8629 8630 8734
Face 15596 5462 5461 5463
Face 15597 13691 13786 13785
Face 15598 7327 7437 7326
Face 15599 10528 10649 10648
Face 15600 7876 7983 7982
Face 15601 10120 10240 10468
Face 15602 9865 9968 10863
Face 15603 9968 10830 10863
Face 15604 8814 8918 8813
Face 15605 9026 9025 8917
Face 15606 7585 8566 8885
Face 15607 8704 8705 8810
Face 15608 1985 8245 4997
Face 15609 10835 10121 10958
Face 15610 6788 6787 6691
Face 15611 4582 10884 10762
Face 15612 1791 1905 200
Face 15613 9308 9907 8440
Face 15614 8194 8298 8297
Face 15615 10043 10162 10161
Face 15616 9073 8029 9537
Face 15617 9234 9346 9345
Face 15618 7278 8651 7277
Face 15619 9651 9073 9537
Face 15620 10212 10875 10375
Face 15621 8673 8677 10239
Face 15622 10801 8882 7710
Face 15623 7358 10212 10375
Face 15624 9950 10066 9949
Face 15625 6901 9668 9427
Face 15626 9226 9227 9338
Face 15627 9089 10681 10482
Face 15628 7968 8073 8072
Face 15629 7639 7640 7752
Face 15630 8452 7631 4317
Face 15631 10236 10100 9089
Face 15632 5105 10190 5106
Face 15633 10479 9069 7290
Face 15634 7751 7752 7860
Face 15635 8545 10326 8644
Face 15636 10518 10638 10637
Face 15637 154 6414 5759
Face 15638 6688 6784 6783
Face 15639 9652 7826 6942
Face 15640 7205 7204 7095
Face 15641 6687 6688 6783
Face 15642 8390 8389 8286
Face 15643 8287 8390 8286
Face 15644 8491 8490 8390
Face 15645 8391 8491 8390
Face 15646 8799 8798 8692
Face 15647 8590 8589 8490
Face 15648 9011 9010 8902
Face 15649 8693 8799 8692
Face 15650 6879 6880 6985
Face 15651 8903 9011 8902
Face 15652 6784 6785 6883
Face 15653 9237 9236 9123
Face 15654 16518 19590 4592
Face 15655 6884 6990 6989
Face 15656 6689 6785 6784
Face 15657 6688 6689 6784
Face 15658 6990 7097 6989
Face 15659 7206 7205 7096
Face 15660 28002 34695 34341
Face 15661 7206 7311 7205
Face 15662 6148 10887 10764
Face 15663 34809 34698 10921
Face 15664 8458 7191 10887
Face 15665 9412 8458 10887
Face 15666 10703 10827 7191
Face 15667 8458 10703 7191
Face 15668 8371 9890 10827
Face 15669 10703 8371 10827
Face 15670 9663 9776 9890
Face 15671 8371 9663 9890
Face 15672 6978 8830 9776
Face 15673 9663 6978 9776
Face 15674 6978 7353 9061
Face 15675 8830 6978 9061
Face 15676 7353 7940 9321
Face 15677 9061 7353 9321
Face 15678 7940 10752 7838
Face 15679 9321 7940 7838
Face 15680 10752 10698 6804
Face 15681 7838 10752 6804
Face 15682 10698 7689 7691
Face 15683 6804 10698 7691
Face 15684 7689 418 7032
Face 15685 7691 7689 7032
Face 15686 418 9676 9419
Face 15687 7032 418 9419
Face 15688 9676 9975 9861
Face 15689 9419 9676 9861
Face 15690 9975 8667 8565
Face 15691 9861 9975 8565
Face 15692 8667 8057 8056
Face 15693 8565 8667 8056
Face 15694 8057 7157 8251
Face 15695 8056 8057 8251
Face 15696 7157 9523 9522
Face 15697 8251 7157 9522
Face 15698 9523 10922 9420
Face 15699 9522 9523 9420
Face 15700 7072 7289 9420
Face 15701 10922 7072 9420
Face 15702 6919 6920 7289
Face 15703 7072 6919 7289
Face 15704 6871 8143 6920
Face 15705 6919 6871 6920
Face 15706 6871 8136 8241
Face 15707 8143 6871 8241
Face 15708 8136 7807 7354
Face 15709 8241 8136 7354
Face 15710 9044 7935 7354
Face 15711 7807 9044 7354
Face 15712 6692 860 10740
Face 15713 15199 10832 14802
Face 15714 2027 125 281
Face 15715 2017 1896 1897
Face 15716 2233 5876 2232
Face 15717 7523 7522 7412
Face 15718 6732 6832 6831
Face 15719 6731 6732 6831
Face 15720 6936 6935 6831
Face 15721 6832 6936 6831
Face 15722 7046 7045 6935
Face 15723 6936 7046 6935
Face 15724 3932 9905 8883
Face 15725 20573 26759 25564
Face 15726 9364 9479 9478
Face 15727 11692 11614 13112
Face 15728 8677 8678 10242
Face 15729 9026 9139 9025
Face 15730 10357 9097 9200
Face 15731 10248 9981 8336
Face 15732 7107 7216 7106
Face 15733 7882 7881 7772
Face 15734 10681 7724 10381
Face 15735 7077 10238 9065
Face 15736 8735 8840 8839
Face 15737 6614 18264 29591
Face 15738 8734 8735 8839
Face 15739 8840 8945 8944
Face 15740 8273 8376 8375
Face 15741 8839 8840 8944
Face 15742 5631 13728 21363
Face 15743 8272 8273 8375
Face 15744 7113 7222 7112
Face 15745 7548 7547 7436
Face 15746 14769 14770 5347
Face 15747 4575 4576 4707
Face 15748 11557 11635 11634
Face 15749 12130 12131 12215
Face 15750 8707 8708 8813
Face 15751 8918 8917 8813
Face 15752 7141 7052 6942
Face 15753 10307 10117 8741
Face 15754 8181 8285 8284
Face 15755 8180 8181 8284
Face 15756 406 405 301
Face 15757 8094 8200 8093
Face 15758 10216 10153 8645
Face 15759 871 14009 753
Face 15760 9688 9689 9802
Face 15761 8200 8199 8093
Face 15762 9947 10063 9946
Face 15763 9803 9920 9919
Face 15764 8970 8448 8352
Face 15765 10182 10181 10062
Face 15766 8497 8596 8595
Face 15767 1549 7281 14806
Face 15768 34520 34656 34809
Face 15769 7535 7647 7534
Face 15770 8970 8352 8758
Face 15771 8448 8546 8352
Face 15772 10875 6941 10375
Face 15773 8855 8749 9625
Face 15774 7059 6950 377
Face 15775 6941 9625 10375
Face 15776 10570 6693 8029
Face 15777 8731 2527 2398
Face 15778 10036 10035 9919
Face 15779 9920 10036 9919
Face 15780 7100 7209 7208
Face 15781 6787 6788 6886
Face 15782 5631 20454 13728
Face 15783 7363 10801 7710
Face 15784 32887 20745 32644
Face 15785 8078 8077 7972
Face 15786 6784 6883 6882
Face 15787 8489 8490 8588
Face 15788 8077 8183 8182
Face 15789 8076 8077 8182
Face 15790 8491 8590 8490
Face 15791 8693 8692 8589
Face 15792 8544 8446 9511
Face 15793 7309 7419 7418
Face 15794 7608 7392 6901
Face 15795 8544 7606 8446
Face 15796 6959 385 6958
Face 15797 7392 8740 7393
Face 15798 10398 10397 10275
Face 15799 10276 10398 10275
Face 15800 10276 10275 10157
Face 15801 10158 10276 10157
Face 15802 9806 9923 9922
Face 15803 9805 9806 9922
Face 15804 9922 9923 10038
Face 15805 9923 10039 10038
Face 15806 10039 10158 10038
Face 15807 10158 10157 10038
Face 15808 9110 9222 2747
Face 15809 13338 13337 13244
Face 15810 8139 9906 8458
Face 15811 9412 8139 8458
Face 15812 10949 10703 8458
Face 15813 9906 10949 8458
Face 15814 7175 8371 10703
Face 15815 10949 7175 10703
Face 15816 7696 9663 8371
Face 15817 7175 7696 8371
Face 15818 8163 6978 9663
Face 15819 7696 8163 9663
Face 15820 8163 8875 7353
Face 15821 6978 8163 7353
Face 15822 8875 7056 7940
Face 15823 7353 8875 7940
Face 15824 7056 7116 10752
Face 15825 7940 7056 10752
Face 15826 7116 10575 10698
Face 15827 10752 7116 10698
Face 15828 10575 7115 7689
Face 15829 10698 10575 7689
Face 15830 7115 9391 418
Face 15831 7689 7115 418
Face 15832 9391 8338 9676
Face 15833 418 9391 9676
Face 15834 8338 9974 9975
Face 15835 9676 8338 9975
Face 15836 9974 10498 8667
Face 15837 9975 9974 8667
Face 15838 10498 8232 8057
Face 15839 8667 10498 8057
Face 15840 8232 8367 7157
Face 15841 8057 8232 7157
Face 15842 8367 7370 9523
Face 15843 7157 8367 9523
Face 15844 7370 8880 10922
Face 15845 9523 7370 10922
Face 15846 10952 7072 10922
Face 15847 8880 10952 10922
Face 15848 9980 6919 7072
Face 15849 10952 9980 7072
Face 15850 9980 10847 6871
Face 15851 6919 9980 6871
Face 15852 10847 8032 8136
Face 15853 6871 10847 8136
Face 15854 8032 10930 7807
Face 15855 8136 8032 7807
Face 15856 7155 9044 7807
Face 15857 10930 7155 7807
Face 15858 10832 15337 14802
Face 15859 7155 10832 9044
Face 15860 18260 17541 17751
Face 15861 13345 13344 13251
Face 15862 8978 10804 11303
Face 15863 5389 6393 16536
Face 15864 6733 6833 6832
Face 15865 6731 6830 6730
Face 15866 6937 6936 6832
Face 15867 6833 6937 6832
Face 15868 7047 7046 6936
Face 15869 6937 7047 6936
Face 15870 10011 6610 15499
Face 15871 6162 34834 34451
Face 15872 8601 8602 8704
Face 15873 10617 10961 10205
Face 15874 8918 9026 8917
Face 15875 9139 9138 9025
Face 15876 10242 10248 8336
Face 15877 15203 11846 11842
Face 15878 7660 7773 7659
Face 15879 7052 9652 6942
Face 15880 9872 6922 7950
Face 15881 5749 5876 2233
Face 15882 10106 7407 8952
Face 15883 386 387 494
Face 15884 13380 11454 5205
Face 15885 8248 12930 9328
Face 15886 11317 11316 11241
Face 15887 12050 12049 11964
Face 15888 12906 8978 11303
Face 15889 11690 11771 27
Face 15890 7947 10106 9855
Face 15891 7407 10372 10365
Face 15892 27225 27224 27108
Face 15893 7327 7326 7221
Face 15894 2684 26209 28091
Face 15895 6675 110 6709
Face 15896 11396 11479 11478
Face 15897 11556 11557 11634
Face 15898 8605 8708 8707
Face 15899 8604 8605 8707
Face 15900 8810 8811 8914
Face 15901 8811 8915 8914
Face 15902 7969 7970 8074
Face 15903 8075 8181 8180
Face 15904 7314 7313 7208
Face 15905 3959 14628 4464
Face 15906 8746 10578 8882
Face 15907 6887 6993 6992
Face 15908 6941 8855 9625
Face 15909 10482 10725 8749
Face 15910 8855 10482 8749
Face 15911 10381 9425 10725
Face 15912 8448 8650 8546
Face 15913 10522 10643 10521
Face 15914 21478 20923 21571
Face 15915 7423 7424 7534
Face 15916 9410 7731 7080
Face 15917 10351 9410 7080
Face 15918 9410 10351 10206
Face 15919 10326 9410 10206
Face 15920 4317 1905 3938
Face 15921 8452 8551 7631
Face 15922 7204 7309 7308
Face 15923 34337 34567 34733
Face 15924 7419 7530 7529
Face 15925 10801 8746 8882
Face 15926 10036 10155 10035
Face 15927 34375 34823 34561
Face 15928 14385 14736 11228
Face 15929 7608 6901 9314
Face 15930 5743 5618 5619
Face 15931 9073 10570 8029
Face 15932 7973 8078 7972
Face 15933 6903 10955 10918
Face 15934 8490 8589 8588
Face 15935 8184 8183 8077
Face 15936 7756 7865 7864
Face 15937 7755 7756 7864
Face 15938 8590 8693 8589
Face 15939 8903 8902 8798
Face 15940 7405 9306 10462
Face 15941 7939 6696 7834
Face 15942 7147 10815 10961
Face 15943 10815 9512 7141
Face 15944 7160 9884 7052
Face 15945 10691 10815 7141
Face 15946 8763 9882 8656
Face 15947 8763 8656 9652
Face 15948 8670 7463 10849
Face 15949 7397 10849 10219
Face 15950 7294 10356 7463
Face 15951 7397 8670 10849
Face 15952 25756 25863 25862
Face 15953 8670 7294 7463
Face 15954 10518 10517 4194
Face 15955 24373 34438 24374
Face 15956 1121 9190 3683
Face 15957 21369 5631 21363
Face 15958 10074 9906 8139
Face 15959 10430 10074 8139
Face 15960 10928 10949 9906
Face 15961 10074 10928 9906
Face 15962 8374 7175 10949
Face 15963 10928 8374 10949
Face 15964 7036 7696 7175
Face 15965 8374 7036 7175
Face 15966 7952 8163 7696
Face 15967 7036 7952 7696
Face 15968 7952 10353 8875
Face 15969 8163 7952 8875
Face 15970 10353 6694 7056
Face 15971 8875 10353 7056
Face 15972 6694 9790 7116
Face 15973 7056 6694 7116
Face 15974 9790 10821 10575
Face 15975 7116 9790 10575
Face 15976 10821 9090 7115
Face 15977 10575 10821 7115
Face 15978 9090 9390 9391
Face 15979 7115 9090 9391
Face 15980 9390 8536 8338
Face 15981 9391 9390 8338
Face 15982 8536 10091 9974
Face 15983 8338 8536 9974
Face 15984 10091 10497 10498
Face 15985 9974 10091 10498
Face 15986 10497 8436 8232
Face 15987 10498 10497 8232
Face 15988 8436 8466 8367
Face 15989 8232 8436 8367
Face 15990 8466 7479 7370
Face 15991 8367 8466 7370
Face 15992 7479 9171 8880
Face 15993 7370 7479 8880
Face 15994 6817 10952 8880
Face 15995 9171 6817 8880
Face 15996 9886 9980 10952
Face 15997 6817 9886 10952
Face 15998 9886 10567 10847
Face 15999 9980 9886 10847
Face 16000 12731 11368 10567
Face 16001 10847 10567 8032
Face 16002 7926 10567 11368
Face 16003 8032 7926 10930
Face 16004 7154 7155 10930
Face 16005 7261 7154 10930
Face 16006 7261 8172 7154
Face 16007 34435 34827 34781
Face 16008 1777 8004 1778
Face 16009 11598 12640 10004
Face 16010 9306 10616 6870
Face 16011 34807 34634 34770
Face 16012 29904 29903 29849
Face 16013 29850 29904 29849
Face 16014 6938 6937 6833
Face 16015 6834 6938 6833
Face 16016 7048 7047 6937
Face 16017 6938 7048 6937
Face 16018 34663 14034 34622
Face 16019 7048 7156 7047
Face 16020 20454 20453 13728
Face 16021 7156 7263 357
Face 16022 7005 7112 7004
Face 16023 1193 7632 1194
Face 16024 12396 12486 12395
Face 16025 7221 7220 7111
Face 16026 9509 10590 9418
Face 16027 12222 12223 12311
Face 16028 7224 7223 761
Face 16029 34348 28818 27105
Face 16030 7734 7510 10250
Face 16031 9098 10876 2374
Face 16032 3690 14800 1417
Face 16033 10372 7119 10365
Face 16034 28654 28655 28783
Face 16035 3157 1087 519
Face 16036 31211 31313 31210
Face 16037 12315 12406 12405
Face 16038 9040 9039 8931
Face 16039 7407 10365 8952
Face 16040 28784 28910 28909
Face 16041 8932 9040 8931
Face 16042 11395 11396 11478
Face 16043 6769 295 294
Face 16044 8506 8605 8604
Face 16045 9734 4842 9743
Face 16046 8915 9023 9022
Face 16047 8708 8814 8813
Face 16048 10139 10395 10128
Face 16049 8914 8915 9022
Face 16050 10395 9395 8166
Face 16051 10835 10958 9305
Face 16052 7286 9071 7814
Face 16053 11121 11183 11120
Face 16054 7141 7033 10569
Face 16055 9232 9233 9344
Face 16056 10399 10398 10276
Face 16057 5256 3447 329
Face 16058 7209 7314 7208
Face 16059 6993 7100 6992
Face 16060 10482 10381 10725
Face 16061 34813 34441 34649
Face 16062 34725 34546 34542
Face 16063 17097 344 452
Face 16064 7731 10212 7358
Face 16065 7080 7731 7358
Face 16066 20454 14908 14907
Face 16067 8182 8286 8285
Face 16068 5105 10073 10190
Face 16069 10117 9998 8741
Face 16070 10042 10043 10161
Face 16071 10162 10280 10279
Face 16072 8566 10307 8741
Face 16073 10161 10162 10279
Face 16074 10883 10884 8555
Face 16075 397 6971 292
Face 16076 7509 895 6696
Face 16077 215 10798 10799
Face 16078 7355 7252 6693
Face 16079 505 396 6971
Face 16080 34394 34764 34331
Face 16081 10570 7355 6693
Face 16082 8078 8184 8077
Face 16083 8389 8388 8285
Face 16084 7642 7643 7755
Face 16085 8288 8287 8183
Face 16086 8799 8903 8798
Face 16087 9124 9123 9010
Face 16088 110 6675 6769
Face 16089 8728 7260 10448
Face 16090 9512 7160 7052
Face 16091 7141 9512 7052
Face 16092 8246 7806 7183
Face 16093 10686 10687 10105
Face 16094 8958 10194 10435
Face 16095 6958 384 6957
Face 16096 34573 34504 34755
Face 16097 7084 10070 6791
Face 16098 7084 6791 10889
Face 16099 10890 7084 10889
Face 16100 10523 10644 10522
Face 16101 10768 10767 10643
Face 16102 10890 10889 10767
Face 16103 10644 10768 10643
Face 16104 206 12762 203
Face 16105 10768 10890 10767
Face 16106 8957 10074 10430
Face 16107 20083 20162 20161
Face 16108 10935 10928 10074
Face 16109 8957 10935 10074
Face 16110 6627 8374 10928
Face 16111 10935 6627 10928
Face 16112 7930 7036 8374
Face 16113 6627 7930 8374
Face 16114 8351 7952 7036
Face 16115 7930 8351 7036
Face 16116 6868 10353 7952
Face 16117 8351 6868 7952
Face 16118 6868 10487 6694
Face 16119 10353 6868 6694
Face 16120 10487 7957 9790
Face 16121 6694 10487 9790
Face 16122 7957 10453 10821
Face 16123 9790 7957 10821
Face 16124 10453 9206 9090
Face 16125 10821 10453 9090
Face 16126 9206 8058 9390
Face 16127 9090 9206 9390
Face 16128 8058 10485 8536
Face 16129 9390 8058 8536
Face 16130 10485 10210 10091
Face 16131 8536 10485 10091
Face 16132 10210 10495 10497
Face 16133 10091 10210 10497
Face 16134 10495 8146 8436
Face 16135 10497 10495 8436
Face 16136 8146 8363 8466
Face 16137 8436 8146 8466
Face 16138 8363 7480 7479
Face 16139 8466 8363 7479
Face 16140 7480 9649 9171
Face 16141 7479 7480 9171
Face 16142 9649 10960 6817
Face 16143 9171 9649 6817
Face 16144 7389 9886 6817
Face 16145 10672 10960 11288
Face 16146 10777 10899 10776
Face 16147 7389 10960 10672
Face 16148 8342 9089 8855
Face 16149 9670 10095 10096
Face 16150 9929 9928 9811
Face 16151 10681 10381 10482
Face 16152 6262 8248 7893
Face 16153 34822 34280 34558
Face 16154 13651 13127 12118
Face 16155 13742 7916 14648
Face 16156 6967 394 393
Face 16157 10299 10300 10421
Face 16158 10516 4193 10517
Face 16159 11929 1315 12185
Face 16160 14318 580 14265
Face 16161 9550 260 1799
Face 16162 34273 34782 34570
Face 16163 3966 2669 2407
Face 16164 740 857 856
Face 16165 6733 16766 6833
Face 16166 15398 3034 77
Face 16167 9219 2513 8340
Face 16168 3932 1114 9789
Face 16169 34801 34286 34440
Face 16170 1383 4484 1496
Face 16171 6291 6980 10593
Face 16172 7112 7221 7111
Face 16173 7776 7885 7775
Face 16174 21832 21831 21734
Face 16175 7326 7325 7220
Face 16176 377 7169 486
Face 16177 11326 11325 11250
Face 16178 25080 17857 23059
Face 16179 10722 8871 7703
Face 16180 9134 9247 9133
Face 16181 28253 28252 28115
Face 16182 8454 10722 7703
Face 16183 12926 10692 4601
Face 16184 7719 9740 8871
Face 16185 8600 8703 8599
Face 16186 10449 10459 8949
Face 16187 10783 10782 10658
Face 16188 8999 9000 9112
Face 16189 8797 8901 8900
Face 16190 9612 9611 9498
Face 16191 8796 8797 8900
Face 16192 9153 9152 9039
Face 16193 9497 9498 9611
Face 16194 10632 10631 10511
Face 16195 9040 9153 9039
Face 16196 3183 9734 9743
Face 16197 13688 13687 13594
Face 16198 8406 8506 8505
Face 16199 11715 11797 11714
Face 16200 9136 9135 9022
Face 16201 8505 8506 8604
Face 16202 8625 10139 8619
Face 16203 9023 9136 9022
Face 16204 8453 8552 9621
Face 16205 9395 9305 8166
Face 16206 8128 9184 8041
Face 16207 9060 8453 9621
Face 16208 9071 9060 9621
Face 16209 7814 9071 9621
Face 16210 9212 10852 8456
Face 16211 10369 9398 8541
Face 16212 10852 8541 8456
Face 16213 26445 20893 26183
Face 16214 9233 9234 9345
Face 16215 9346 9461 9345
Face 16216 8587 8690 8586
Face 16217 8690 8796 8795
Face 16218 9008 9007 8899
Face 16219 8900 9008 8899
Face 16220 9008 9121 9120
Face 16221 6870 10616 9410
Face 16222 8555 215 10799
Face 16223 749 9536 8985
Face 16224 7445 7078 8848
Face 16225 8848 8847 10989
Face 16226 10892 10893 7445
Face 16227 8847 10990 10989
Face 16228 10280 10402 10401
Face 16229 7078 8847 8848
Face 16230 10279 10280 10401
Face 16231 10643 10642 10521
Face 16232 10525 10524 10401
Face 16233 10402 10525 10401
Face 16234 8867 8863 9766
Face 16235 8867 7229 8863
Face 16236 8063 10617 7252
Face 16237 9979 8867 9766
Face 16238 6696 895 7513
Face 16239 7355 8063 7252
Face 16240 8184 8288 8183
Face 16241 8181 8182 8285
Face 16242 9011 9124 9010
Face 16243 8288 8391 8390
Face 16244 34596 34501 34745
Face 16245 10398 10521 10397
Face 16246 9884 9652 7052
Face 16247 9884 8763 9652
Face 16248 10578 5102 4972
Face 16249 7806 10105 7183
Face 16250 8440 8850 8745
Face 16251 7779 8440 8745
Face 16252 7711 8851 10134
Face 16253 8850 10443 10565
Face 16254 7711 8986 8851
Face 16255 9163 7711 10134
Face 16256 8969 8986 7249
Face 16257 8986 7254 7249
Face 16258 5619 10918 10580
Face 16259 9187 1306 629
Face 16260 9555 9187 3935
Face 16261 20453 20454 14907
Face 16262 26411 26412 20083
Face 16263 20161 26528 26411
Face 16264 9555 10313 10935
Face 16265 8957 9555 10935
Face 16266 8766 6627 10935
Face 16267 10313 8766 10935
Face 16268 9277 7930 6627
Face 16269 8766 9277 6627
Face 16270 9786 8351 7930
Face 16271 9277 9786 7930
Face 16272 9786 10333 6868
Face 16273 8351 9786 6868
Face 16274 10333 10364 10487
Face 16275 6868 10333 10487
Face 16276 8062 7957 10487
Face 16277 10364 8062 10487
Face 16278 8062 10943 10453
Face 16279 7957 8062 10453
Face 16280 10943 9092 9206
Face 16281 10453 10943 9206
Face 16282 9092 8061 8058
Face 16283 9206 9092 8058
Face 16284 8061 10002 10485
Face 16285 8058 8061 10485
Face 16286 10002 6838 10210
Face 16287 10485 10002 10210
Face 16288 6838 9221 10495
Face 16289 10210 6838 10495
Face 16290 9221 14124 14037
Face 16291 10495 9221 8146
Face 16292 10241 10192 8363
Face 16293 8146 10241 8363
Face 16294 10192 9524 7480
Face 16295 8363 10192 7480
Face 16296 9524 10001 9649
Face 16297 7480 9524 9649
Face 16298 8777 9088 10307
Face 16299 34439 34823 34375
Face 16300 10846 8743 10974
Face 16301 10723 10846 10974
Face 16302 10899 10898 10776
Face 16303 8814 8815 8918
Face 16304 9668 10505 9541
Face 16305 9481 9594 9480
Face 16306 9929 10045 9928
Face 16307 9398 7496 7267
Face 16308 34530 34387 34571
Face 16309 10538 10537 10414
Face 16310 34485 34427 34816
Face 16311 12909 34650 34552
Face 16312 7749 7858 7748
Face 16313 10035 10034 9918
Face 16314 353 249 354
Face 16315 15214 15350 15349
Face 16316 11698 11680 11220
Face 16317 155 252 7048
Face 16318 3447 5256 16376
Face 16319 48 232 15478
Face 16320 15887 15888 48
Face 16321 4598 11161 1316
Face 16322 7046 7047 251
Face 16323 10550 10671 10670
Face 16324 10559 8859 7594
Face 16325 10685 10810 9329
Face 16326 7593 8455 10323
Face 16327 7834 7513 7724
Face 16328 10197 9963 9962
Face 16329 7663 7776 7662
Face 16330 10438 10197 9962
Face 16331 7221 7326 7220
Face 16332 7885 7884 7775
Face 16333 10566 8034 7478
Face 16334 7436 7435 7325
Face 16335 15590 15588 15447
Face 16336 9402 9759 120
Face 16337 9266 9265 9152
Face 16338 8339 8130 7703
Face 16339 9727 9841 9726
Face 16340 9153 9266 9152
Face 16341 8462 10328 10218
Face 16342 11874 11875 11958
Face 16343 15958 16107 14996
Face 16344 10347 9969 7851
Face 16345 17731 19171 19172
Face 16346 491 7066 492
Face 16347 9969 8959 9854
Face 16348 7349 7458 7348
Face 16349 911 910 7702
Face 16350 10512 10632 10511
Face 16351 27964 27963 27831
Face 16352 28116 28253 28115
Face 16353 2143 2019 2144
Face 16354 6771 6676 6677
Face 16355 30057 11025 30120
Face 16356 8011 8010 7903
Face 16357 9727 9726 9611
Face 16358 2747 2874 2746
Face 16359 9493 9492 9377
Face 16360 9612 9727 9611
Face 16361 9679 9793 9678
Face 16362 9378 9493 9377
Face 16363 11878 11877 11796
Face 16364 7703 8871 10828
Face 16365 8406 8405 8302
Face 16366 5468 12191 12108
Face 16367 9136 9249 9248
Face 16368 8405 8406 8505
Face 16369 7276 8625 7275
Face 16370 9135 9136 9248
Face 16371 7403 10138 8552
Face 16372 10395 8166 10128
Face 16373 10369 6943 7496
Face 16374 8453 7403 8552
Face 16375 10490 10829 7942
Face 16376 10852 10369 8541
Face 16377 10829 10431 7120
Face 16378 10431 7464 7120
Face 16379 7464 10431 1006
Face 16380 10431 2792 1006
Face 16381 8417 10490 7273
Face 16382 2792 7356 10015
Face 16383 10490 7942 7273
Face 16384 10829 7120 7942
Face 16385 9220 8417 10348
Face 16386 10332 9858 9762
Face 16387 10802 9220 10678
Face 16388 9306 10332 10833
Face 16389 10591 7620 7394
Face 16390 8417 7273 10348
Face 16391 9398 10369 7496
Face 16392 6943 10603 10480
Face 16393 7496 6943 10480
Face 16394 10603 8676 8064
Face 16395 10480 10603 8064
Face 16396 8676 7616 7470
Face 16397 10771 10893 10892
Face 16398 8064 8676 7470
Face 16399 10770 10771 10892
Face 16400 10893 7078 7445
Face 16401 10524 10525 10645
Face 16402 10525 10646 10645
Face 16403 10646 10770 10769
Face 16404 10645 10646 10769
Face 16405 781 10997 10993
Face 16406 9979 9766 8573
Face 16407 7147 10961 10617
Face 16408 10277 10399 10276
Face 16409 7095 7204 7094
Face 16410 10762 10884 10883
Face 16411 8287 8288 8390
Face 16412 5853 8002 5725
Face 16413 34680 34381 13665
Face 16414 7417 7528 7527
Face 16415 9882 10219 8656
Face 16416 9882 7397 10219
Face 16417 34324 34343 34677
Face 16418 9386 10940 1886
Face 16419 8745 8850 10565
Face 16420 9163 10134 10565
Face 16421 10163 10162 10043
Face 16422 10044 10163 10043
Face 16423 9928 9927 9810
Face 16424 9811 9928 9810
Face 16425 9697 9696 9581
Face 16426 9582 9697 9581
Face 16427 9354 9469 9353
Face 16428 9582 9581 9468
Face 16429 9354 9353 9241
Face 16430 9242 9354 9241
Face 16431 8172 11538 16405
Face 16432 9469 9468 9353
Face 16433 9411 10313 9555
Face 16434 9411 9555 3935
Face 16435 9845 8766 10313
Face 16436 9411 9845 10313
Face 16437 7934 9277 8766
Face 16438 9845 7934 8766
Face 16439 7934 9672 9786
Face 16440 9277 7934 9786
Face 16441 9672 10334 10333
Face 16442 9786 9672 10333
Face 16443 9094 10364 10333
Face 16444 10334 9094 10333
Face 16445 9094 7958 8062
Face 16446 10364 9094 8062
Face 16447 7958 7385 10943
Face 16448 8062 7958 10943
Face 16449 7385 8981 9092
Face 16450 10943 7385 9092
Face 16451 8981 9388 8061
Face 16452 9092 8981 8061
Face 16453 9388 9533 10002
Face 16454 8061 9388 10002
Face 16455 9533 6837 6838
Face 16456 10002 9533 6838
Face 16457 11237 11312 11311
Face 16458 14225 6837 9533
Face 16459 11168 31533 31532
Face 16460 11236 11237 11311
Face 16461 7738 10199 10192
Face 16462 34581 34554 34715
Face 16463 20884 34812 34607
Face 16464 10192 10199 9524
Face 16465 7526 7527 7638
Face 16466 15135 15134 9783
Face 16467 498 390 391
Face 16468 7917 10732 8942
Face 16469 10846 10723 7704
Face 16470 8743 8439 9733
Face 16471 9020 9021 9133
Face 16472 9253 9365 9252
Face 16473 8747 8342 6941
Face 16474 9427 9668 9541
Face 16475 7359 9398 7267
Face 16476 7394 7836 10505
Face 16477 10293 10292 10174
Face 16478 10293 10415 10292
Face 16479 8948 10932 8832
Face 16480 1018 5201 16267
Face 16481 7636 7749 7635
Face 16482 7965 7964 7857
Face 16483 8596 8699 8595
Face 16484 19964 20041 20040
Face 16485 19890 19968 19889
Face 16486 22115 22210 22114
Face 16487 20371 21204 20370
Face 16488 1790 200 8042
Face 16489 6263 9412 6148
Face 16490 34737 34370 34693
Face 16491 8217 8322 8216
Face 16492 8113 8217 8216
Face 16493 8978 12906 9295
Face 16494 8920 9028 9027
Face 16495 8112 8113 8216
Face 16496 11481 11559 11480
Face 16497 9141 9254 9140
Face 16498 9963 10810 10685
Face 16499 8088 8194 8193
Face 16500 19968 20045 20044
Face 16501 9962 9963 10685
Face 16502 7326 7436 7325
Face 16503 7776 7775 7662
Face 16504 11480 11479 11396
Face 16505 11800 11881 11799
Face 16506 9118 9119 9231
Face 16507 8939 7947 6944
Face 16508 9378 9377 9265
Face 16509 9266 9378 9265
Face 16510 17882 20193 20114
Face 16511 7633 7746 1194
Face 16512 10083 9966 6383
Face 16513 7474 7365 565
Face 16514 8805 8804 8698
Face 16515 9470 9583 9582
Face 16516 10039 10040 10158
Face 16517 10975 10974 10797
Face 16518 9903 9653 7820
Face 16519 10071 10362 8360
Face 16520 8717 8823 8716
Face 16521 8927 8926 8822
Face 16522 19890 19889 19813
Face 16523 11797 11796 11714
Face 16524 9606 9721 9605
Face 16525 22106 22107 22201
Face 16526 9493 9606 9605
Face 16527 9492 9493 9605
Face 16528 8891 8999 8998
Face 16529 9721 9720 9605
Face 16530 10119 10695 9784
Face 16531 6690 6786 6785
Face 16532 8303 8302 8198
Face 16533 11558 11557 11479
Face 16534 9361 9360 9248
Face 16535 8303 8406 8302
Face 16536 9315 7276 9176
Face 16537 9249 9361 9248
Face 16538 9212 8456 10138
Face 16539 10139 10128 8619
Face 16540 88 6700 10678
Face 16541 7403 9212 10138
Face 16542 10896 10897 88
Face 16543 9220 10348 10678
Face 16544 10533 10654 10653
Face 16545 6700 10802 10678
Face 16546 10410 10533 10532
Face 16547 10409 10410 10532
Face 16548 10170 10288 10287
Face 16549 10169 10170 10287
Face 16550 10288 10410 10409
Face 16551 10287 10288 10409
Face 16552 10654 10778 10653
Face 16553 10900 10899 10777
Face 16554 10778 10900 10777
Face 16555 10900 7943 10198
Face 16556 7943 7595 8556
Face 16557 10899 10900 10198
Face 16558 10406 10407 10529
Face 16559 10198 7943 8556
Face 16560 10284 10285 10406
Face 16561 10530 10651 10650
Face 16562 10166 10167 10284
Face 16563 10407 10530 10529
Face 16564 10048 10167 10047
Face 16565 10285 10407 10406
Face 16566 7616 7398 7734
Face 16567 10167 10285 10284
Face 16568 10525 10526 10646
Face 16569 7470 7616 7734
Face 16570 10647 10771 10770
Face 16571 10646 10647 10770
Face 16572 10769 10770 10891
Face 16573 10770 10892 10891
Face 16574 10753 9979 8573
Face 16575 10686 10753 10687
Face 16576 10884 215 8555
Face 16577 10399 10522 10521
Face 16578 9272 10997 4988
Face 16579 9233 9345 9344
Face 16580 34422 34788 28004
Face 16581 7752 7753 7861
Face 16582 7416 7417 7527
Face 16583 9007 9120 9119
Face 16584 4981 10435 5111
Face 16585 7640 7753 7752
Face 16586 11538 8172 11541
Face 16587 8486 8487 8585
Face 16588 10443 9163 10565
Face 16589 8986 8969 8851
Face 16590 10044 10043 9927
Face 16591 9928 10044 9927
Face 16592 6998 6997 6891
Face 16593 12119 13291 16191
Face 16594 7214 7319 7318
Face 16595 7105 7104 6997
Face 16596 7429 7540 7539
Face 16597 7213 7214 7318
Face 16598 7652 7765 7764
Face 16599 7428 7429 7539
Face 16600 7765 7874 7873
Face 16601 7651 7652 7764
Face 16602 11808 11807 11725
Face 16603 3165 5744 7733
Face 16604 10873 9845 9411
Face 16605 8661 10873 9411
Face 16606 8169 7934 9845
Face 16607 10873 8169 9845
Face 16608 8169 8321 9672
Face 16609 7934 8169 9672
Face 16610 8321 8638 10334
Face 16611 9672 8321 10334
Face 16612 9207 9094 10334
Face 16613 8638 9207 10334
Face 16614 9207 7959 7958
Face 16615 9094 9207 7958
Face 16616 7959 9188 7385
Face 16617 7958 7959 7385
Face 16618 9188 8982 8981
Face 16619 7385 9188 8981
Face 16620 8982 8045 9388
Face 16621 8981 8982 9388
Face 16622 8045 9532 9533
Face 16623 9388 8045 9533
Face 16624 3052 7622 3053
Face 16625 1748 1755 1756
Face 16626 13480 420 13387
Face 16627 13692 13787 13691
Face 16628 8416 10868 13786
Face 16629 3054 3052 8131
Face 16630 1104 7550 7438
Face 16631 13271 13181 12628
Face 16632 9247 9246 9133
Face 16633 7277 7276 9315
Face 16634 19814 19890 19813
Face 16635 28234 28233 28096
Face 16636 8133 7596 8134
Face 16637 34360 34342 34790
Face 16638 13799 10473 13798
Face 16639 7704 7592 12906
Face 16640 8140 9736 7298
Face 16641 10818 9670 10096
Face 16642 9812 9811 9697
Face 16643 8064 7470 9155
Face 16644 10153 10139 8625
Face 16645 10096 8859 10559
Face 16646 10415 10414 10292
Face 16647 10056 10175 10055
Face 16648 6684 6780 6779
Face 16649 10320 10441 10083
Face 16650 7524 7636 7523
Face 16651 7858 7857 7748
Face 16652 7212 7213 7317
Face 16653 8396 8397 8496
Face 16654 5744 3932 8883
Face 16655 10383 4056 10261
Face 16656 13149 13150 13244
Face 16657 18261 1883 27215
Face 16658 7904 8011 7903
Face 16659 296 197 6771
Face 16660 855 856 970
Face 16661 9225 9337 9336
Face 16662 8007 8008 8112
Face 16663 7570 7682 7569
Face 16664 7791 7792 7900
Face 16665 7901 8008 8007
Face 16666 10407 10408 10530
Face 16667 7900 7901 8007
Face 16668 10810 8666 9329
Face 16669 7995 1554 1663
Face 16670 7663 7662 7550
Face 16671 8666 10464 4999
Face 16672 7104 7213 7212
Face 16673 7318 7428 7427
Face 16674 2025 151 4605
Face 16675 9679 9678 9563
Face 16676 9835 9834 9720
Face 16677 9721 9835 9720
Face 16678 9835 9952 9834
Face 16679 9952 9951 9834
Face 16680 9952 10068 9951
Face 16681 10068 10067 9951
Face 16682 34541 34785 34317
Face 16683 34447 34615 34450
Face 16684 34359 34418 34502
Face 16685 10305 10304 10186
Face 16686 10304 10305 10426
Face 16687 10305 10427 10426
Face 16688 10426 10427 10549
Face 16689 10427 10550 10549
Face 16690 10549 10550 10670
Face 16691 13098 7180 10428
Face 16692 10464 9738 9282
Face 16693 8298 8299 8401
Face 16694 10266 10265 10146
Face 16695 4999 10464 9282
Face 16696 7103 7104 7212
Face 16697 10265 10266 10387
Face 16698 7881 7988 7880
Face 16699 7213 7318 7317
Face 16700 9476 9475 9360
Face 16701 8199 8303 8198
Face 16702 7356 9315 10015
Face 16703 9361 9476 9360
Face 16704 10774 10775 10896
Face 16705 8625 8619 7275
Face 16706 10650 10651 10774
Face 16707 10897 6700 88
Face 16708 8228 10483 6793
Face 16709 10775 10897 10896
Face 16710 10778 10777 10653
Face 16711 10980 8228 6793
Face 16712 28695 27892 26590
Face 16713 10532 10533 10653
Face 16714 19226 33027 17859
Face 16715 7005 7004 6897
Face 16716 19097 19095 29537
Face 16717 7112 7111 7004
Face 16718 28238 28239 28372
Face 16719 26554 26670 26669
Face 16720 22033 8726 2362
Face 16721 13312 13313 13406
Face 16722 2898 7380 2400
Face 16723 20988 20847 20668
Face 16724 12182 12274 12095
Face 16725 22213 22212 22117
Face 16726 7595 8228 10980
Face 16727 22116 22211 22115
Face 16728 4201 775 9161
Face 16729 8556 7595 10980
Face 16730 10932 10811 4201
Face 16731 9160 9742 9660
Face 16732 9161 9160 9660
Face 16733 775 9160 9161
Face 16734 9932 10048 9931
Face 16735 9742 7279 7278
Face 16736 7398 8474 7510
Face 16737 10167 10166 10047
Face 16738 10403 10402 10280
Face 16739 7734 7398 7510
Face 16740 7445 6872 10891
Face 16741 10281 10403 10280
Face 16742 7806 10686 10105
Face 16743 10989 10196 10195
Face 16744 8063 7147 10617
Face 16745 10753 8573 10687
Face 16746 9006 9007 9119
Face 16747 10398 10399 10521
Face 16748 7610 8976 7727
Face 16749 9120 9233 9232
Face 16750 7836 7610 7727
Face 16751 10554 9322 8976
Face 16752 10554 8545 9322
Face 16753 9244 9356 9355
Face 16754 8586 8689 8688
Face 16755 10326 10206 8644
Face 16756 7753 7862 7861
Face 16757 8688 8689 8794
Face 16758 9811 9810 9696
Face 16759 9697 9811 9696
Face 16760 6998 7105 6997
Face 16761 7214 7213 7104
Face 16762 9473 9586 9585
Face 16763 9472 9473 9585
Face 16764 9246 9358 9357
Face 16765 9245 9246 9357
Face 16766 9020 9133 9132
Face 16767 9019 9020 9132
Face 16768 9020 9019 8911
Face 16769 8912 9020 8911
Face 16770 10068 13676 10186
Face 16771 21414 23544 25318
Face 16772 10825 10750 10873
Face 16773 8661 10825 10873
Face 16774 10750 6717 8169
Face 16775 10873 10750 8169
Face 16776 6717 7168 8321
Face 16777 8169 6717 8321
Face 16778 8003 8638 8321
Face 16779 7168 8003 8321
Face 16780 9093 9207 8638
Face 16781 8003 9093 8638
Face 16782 9093 6720 7959
Face 16783 9207 9093 7959
Face 16784 6720 10919 9188
Face 16785 7959 6720 9188
Face 16786 10919 7057 8982
Face 16787 9188 10919 8982
Face 16788 7057 9387 8045
Face 16789 8982 7057 8045
Face 16790 1549 1339 7281
Face 16791 8045 9387 9532
Face 16792 12823 12739 12556
Face 16793 12739 12932 12115
Face 16794 12739 12115 12556
Face 16795 12932 3435 12115
Face 16796 13226 13225 13130
Face 16797 11632 11711 11710
Face 16798 9506 5724 5599
Face 16799 388 387 6961
Face 16800 9021 9022 9134
Face 16801 6685 6781 6780
Face 16802 8720 8826 8719
Face 16803 8333 7352 7739
Face 16804 10833 10332 9762
Face 16805 756 7376 1451
Face 16806 10880 10879 10757
Face 16807 7183 5365 5234
Face 16808 6620 6684 6619
Face 16809 9770 8231 10573
Face 16810 14945 14946 15078
Face 16811 9698 9812 9697
Face 16812 8704 8810 8703
Face 16813 10537 10658 10536
Face 16814 10414 10413 10291
Face 16815 10175 10174 10055
Face 16816 10545 10544 10421
Face 16817 9491 9604 9490
Face 16818 397 292 293
Face 16819 7749 7748 7635
Face 16820 7317 7318 7427
Face 16821 7428 7539 7538
Face 16822 10187 10306 13676
Face 16823 8998 8999 9111
Face 16824 9224 9225 9336
Face 16825 9112 9225 9224
Face 16826 9111 9112 9224
Face 16827 8008 8113 8112
Face 16828 7679 7792 7791
Face 16829 8428 8527 8427
Face 16830 1769 10119 9784
Face 16831 9329 8666 4999
Face 16832 9076 8636 10438
Face 16833 7427 7428 7538
Face 16834 7651 7650 7538
Face 16835 9017 9130 9016
Face 16836 7102 7103 7211
Face 16837 12220 12309 12219
Face 16838 8515 8614 8514
Face 16839 13596 13689 13688
Face 16840 26354 26336 25539
Face 16841 34735 3819 9101
Face 16842 13498 13499 13595
Face 16843 10259 10272 10795
Face 16844 10273 2145 9332
Face 16845 8730 8751 10259
Face 16846 10272 10807 10795
Face 16847 7367 7368 8730
Face 16848 8751 10272 10259
Face 16849 10572 10625 7367
Face 16850 7368 8751 8730
Face 16851 9738 10625 10572
Face 16852 9282 9738 10572
Face 16853 7539 7651 7538
Face 16854 10625 7368 7367
Face 16855 7651 7764 7763
Face 16856 25540 26354 25539
Face 16857 8093 8092 7987
Face 16858 10634 10633 10513
Face 16859 9589 9588 9475
Face 16860 7988 8093 7987
Face 16861 9315 9176 10015
Face 16862 9476 9589 9475
Face 16863 10529 10530 10650
Face 16864 7276 7275 9176
Face 16865 8857 8947 8948
Face 16866 10651 10775 10774
Face 16867 6793 10483 10459
Face 16868 10459 8857 8948
Face 16869 20034 20035 8726
Face 16870 10483 8857 10459
Face 16871 8455 10865 10320
Face 16872 9424 8356 8252
Face 16873 8203 8202 8096
Face 16874 7478 13557 12562
Face 16875 7992 7991 7884
Face 16876 7885 7992 7884
Face 16877 8097 8096 7991
Face 16878 7992 8097 7991
Face 16879 8203 8307 8202
Face 16880 8410 8409 8306
Face 16881 8307 8410 8306
Face 16882 8510 8509 8409
Face 16883 8410 8510 8409
Face 16884 8609 8608 8509
Face 16885 8510 8609 8509
Face 16886 8712 8711 8608
Face 16887 13503 13600 13599
Face 16888 34509 34805 28004
Face 16889 8791 8895 8894
Face 16890 8790 8791 8894
Face 16891 13890 15253 1156
Face 16892 8381 8380 8277
Face 16893 33696 33697 20885
Face 16894 10545 10666 10665
Face 16895 9660 9742 7278
Face 16896 7257 7258 459
Face 16897 9701 9815 9814
Face 16898 7279 8652 8651
Face 16899 7189 7849 7510
Face 16900 9700 9701 9814
Face 16901 10163 10281 10280
Face 16902 6118 6244 6243
Face 16903 10972 10989 10195
Face 16904 10162 10163 10280
Face 16905 10159 10160 10277
Face 16906 10196 8440 7779
Face 16907 10815 10691 10961
Face 16908 10278 10400 10399
Face 16909 10150 10269 10149
Face 16910 6880 6986 6985
Face 16911 9130 9131 9243
Face 16912 8580 8683 8682
Face 16913 7647 7760 7646
Face 16914 18759 12090 7135
Face 16915 8193 8194 8297
Face 16916 3032 34490 26786
Face 16917 8795 8899 8898
Face 16918 8401 8400 8297
Face 16919 9469 9582 9468
Face 16920 8179 8180 8283
Face 16921 7105 7214 7104
Face 16922 7319 7429 7428
Face 16923 9358 9473 9472
Face 16924 9357 9358 9472
Face 16925 9986 9872 10238
Face 16926 8864 9986 10238
Face 16927 11718 11717 11638
Face 16928 8864 9871 9986
Face 16929 11909 11908 11827
Face 16930 11249 11324 11248
Face 16931 2259 8616 2258
Face 16932 320 5001 2772
Face 16933 4320 770 4321
Face 16934 11847 13577 11284
Face 16935 10874 9664 6717
Face 16936 10750 10874 6717
Face 16937 8355 7168 6717
Face 16938 9664 8355 6717
Face 16939 10641 8003 7168
Face 16940 8355 10641 7168
Face 16941 8983 9093 8003
Face 16942 10641 8983 8003
Face 16943 8983 9205 6720
Face 16944 9093 8983 6720
Face 16945 9205 8424 10919
Face 16946 6720 9205 10919
Face 16947 8424 7951 7057
Face 16948 10919 8424 7057
Face 16949 7951 7071 9387
Face 16950 7057 7951 9387
Face 16951 1215 434 3193
Face 16952 7071 7953 7070
Face 16953 6260 1215 3193
Face 16954 8568 151 434
Face 16955 10574 8781 9991
Face 16956 1215 8568 434
Face 16957 34030 34031 6665
Face 16958 7169 377 7060
Face 16959 7854 7855 7961
Face 16960 496 388 389
Face 16961 1414 1301 7854
Face 16962 2008 8313 1888
Face 16963 8765 8658 7824
Face 16964 9843 9844 13402
Face 16965 545 544 10478
Face 16966 9511 8446 8747
Face 16967 7607 7268 7488
Face 16968 8382 8383 8482
Face 16969 7631 8448 8970
Face 16970 9574 9573 9460
Face 16971 3794 10140 3926
Face 16972 5076 17735 14100
Face 16973 10568 10096 10559
Face 16974 9940 10056 10055
Face 16975 8809 8810 8913
Face 16976 10658 10657 10536
Face 16977 9604 9719 9603
Face 16978 19739 19738 19655
Face 16979 12382 11462 34448
Face 16980 13132 13133 13227
Face 16981 8758 8757 8727
Face 16982 20886 20885 33823
Face 16983 8352 7844 8757
Face 16984 8758 8352 8757
Face 16985 1080 970 7632
Face 16986 9337 9452 9451
Face 16987 1634 8271 1633
Face 16988 14946 15079 15078
Face 16989 1953 18603 18503
Face 16990 26787 16718 27357
Face 16991 1553 7995 7994
Face 16992 129 10084 13470
Face 16993 8871 9740 7386
Face 16994 7521 7633 7632
Face 16995 8130 8339 9437
Face 16996 9307 9109 10558
Face 16997 7455 7567 7454
Face 16998 11562 11640 11561
Face 16999 12309 12308 12219
Face 17000 7679 7678 7566
Face 17001 7439 8636 9076
Face 17002 12493 12494 12582
Face 17003 8828 7439 9076
Face 17004 8636 10197 10438
Face 17005 2050 16428 16588
Face 17006 3810 7839 5881
Face 17007 753 488 10112
Face 17008 21276 6633 26541
Face 17009 8913 8912 8808
Face 17010 15428 15429 15568
Face 17011 10066 10185 10065
Face 17012 9227 9339 9338
Face 17013 9947 9946 9829
Face 17014 10185 10184 10065
Face 17015 10239 10242 10193
Face 17016 8551 8650 8448
Face 17017 7882 7989 7881
Face 17018 8679 8680 8786
Face 17019 8651 10216 8645
Face 17020 10730 15332 7294
Face 17021 20161 26411 20083
Face 17022 34298 34444 11012
Face 17023 7547 7546 7435
Face 17024 1437 125 760
Face 17025 8199 8198 8092
Face 17026 7436 7547 7435
Face 17027 9704 9703 9588
Face 17028 8093 8199 8092
Face 17029 7766 7875 7874
Face 17030 9589 9704 9588
Face 17031 7653 7766 7765
Face 17032 7765 7766 7874
Face 17033 8948 8947 10932
Face 17034 7652 7653 7765
Face 17035 8278 8381 8277
Face 17036 8947 10811 10932
Face 17037 8381 8481 8480
Face 17038 8380 8381 8480
Face 17039 9030 9143 9029
Face 17040 7092 7091 6984
Face 17041 8307 8306 8202
Face 17042 9256 9255 9142
Face 17043 10504 7439 8828
Face 17044 8097 8203 8096
Face 17045 10910 10504 10379
Face 17046 10379 10504 8828
Face 17047 10788 10910 10909
Face 17048 10909 10910 10379
Face 17049 10788 10787 10663
Face 17050 10787 10788 10909
Face 17051 10664 10663 10542
Face 17052 10664 10788 10663
Face 17053 10543 10542 10419
Face 17054 10543 10664 10542
Face 17055 8609 8712 8608
Face 17056 10420 10543 10419
Face 17057 8818 8817 8711
Face 17058 8712 8818 8711
Face 17059 8922 8921 8817
Face 17060 8818 8922 8817
Face 17061 9596 9595 9482
Face 17062 9483 9596 9482
Face 17063 9711 9710 9595
Face 17064 9596 9711 9595
Face 17065 13224 13225 13317
Face 17066 9711 9825 9824
Face 17067 7278 7279 8651
Face 17068 20725 20990 14907
Face 17069 9586 9701 9700
Face 17070 8159 10120 10590
Face 17071 9354 9355 9469
Face 17072 9585 9586 9700
Face 17073 9016 9015 8907
Face 17074 1082 7161 8141
Face 17075 10195 10196 7779
Face 17076 8908 9016 8907
Face 17077 10040 10041 10159
Face 17078 6882 6988 6987
Face 17079 6787 6886 6885
Face 17080 10160 10278 10277
Face 17081 9830 9947 9829
Face 17082 7093 7202 7092
Face 17083 32564 32563 32446
Face 17084 34791 34647 34443
Face 17085 27165 11109 16962
Face 17086 10516 10393 4193
Face 17087 9243 9244 9355
Face 17088 3551 3157 8650
Face 17089 6986 7093 6985
Face 17090 7202 7201 7092
Face 17091 7318 7319 7428
Face 17092 7540 7652 7651
Face 17093 9133 9246 9245
Face 17094 9132 9133 9245
Face 17095 9872 9986 6922
Face 17096 13595 13688 13594
Face 17097 12311 12402 12401
Face 17098 12310 12311 12401
Face 17099 13677 8956 13746
Face 17100 12087 12091 7176
Face 17101 27047 25559 25558
Face 17102 11240 11315 11239
Face 17103 3561 9549 2122
Face 17104 10481 10561 7620
Face 17105 29460 29461 5513
Face 17106 32412 4602 3762
Face 17107 8350 8355 9664
Face 17108 9549 8350 9664
Face 17109 9043 10641 8355
Face 17110 8350 9043 8355
Face 17111 8877 8983 10641
Face 17112 9043 8877 10641
Face 17113 8877 7031 9205
Face 17114 8983 8877 9205
Face 17115 7031 10809 8424
Face 17116 9205 7031 8424
Face 17117 10809 7953 7951
Face 17118 8424 10809 7951
Face 17119 15383 7070 14612
Face 17120 7951 7953 7071
Face 17121 1898 9402 7182
Face 17122 10940 9284 10366
Face 17123 11483 11482 11399
Face 17124 30613 30527 30614
Face 17125 12204 12017 12740
Face 17126 23978 24287 24288
Face 17127 8566 9995 8885
Face 17128 4316 10628 4442
Face 17129 8439 10466 9733
Face 17130 777 4090 7513
Face 17131 8271 8272 1855
Face 17132 20745 32887 34637
Face 17133 27737 26787 6603
Face 17134 27694 27825 28299
Face 17135 34806 26928 28231
Face 17136 17055 29714 20625
Face 17137 7216 7321 7215
Face 17138 29194 26446 20987
Face 17139 8960 9765 8028
Face 17140 8325 8324 8219
Face 17141 7869 7976 7868
Face 17142 8081 8080 7975
Face 17143 10414 10537 10413
Face 17144 29194 27495 26446
Face 17145 8810 8914 8913
Face 17146 9403 7277 9315
Face 17147 405 300 301
Face 17148 12474 9291 11597
Face 17149 6876 6982 6875
Face 17150 34700 34663 34602
Face 17151 749 8985 3311
Face 17152 6777 6876 6875
Face 17153 8838 8837 8733
Face 17154 6242 8470 6241
Face 17155 25676 30529 25677
Face 17156 9754 8130 9437
Face 17157 7401 10479 7290
Face 17158 9953 9836 9954
Face 17159 9445 7037 7935
Face 17160 10969 34357 34831
Face 17161 4590 4457 3825
Face 17162 13134 13229 13133
Face 17163 7678 7679 7791
Face 17164 8350 9549 3561
Face 17165 7567 7679 7566
Face 17166 7792 7901 7900
Face 17167 9017 9018 9130
Face 17168 7346 7455 7345
Face 17169 9131 9244 9243
Face 17170 8298 8401 8297
Face 17171 8501 8500 8400
Face 17172 32196 7238 7237
Face 17173 1228 4201 6630
Face 17174 4576 10878 4707
Face 17175 7455 7454 7345
Face 17176 10180 10298 10297
Face 17177 11303 10804 8889
Face 17178 10180 10179 10060
Face 17179 10179 10180 10297
Face 17180 10061 10060 9944
Face 17181 10061 10180 10060
Face 17182 9714 9828 9713
Face 17183 9945 10061 9944
Face 17184 9945 9944 9827
Face 17185 9828 9945 9827
Face 17186 8921 8922 9029
Face 17187 8922 9030 9029
Face 17188 7607 9424 8252
Face 17189 8356 7503 7145
Face 17190 7772 7881 7771
Face 17191 7988 7987 7880
Face 17192 7659 7772 7658
Face 17193 7881 7880 7771
Face 17194 7659 7658 7546
Face 17195 7547 7659 7546
Face 17196 9818 9935 9817
Face 17197 7772 7771 7658
Face 17198 9818 9817 9703
Face 17199 9704 9818 9703
Face 17200 7874 7875 7981
Face 17201 9935 9934 9817
Face 17202 7250 10447 10803
Face 17203 7875 7982 7981
Face 17204 14660 12018 14541
Face 17205 7583 7269 7732
Face 17206 12135 12220 12134
Face 17207 10811 775 4201
Face 17208 11854 12562 11937
Face 17209 11244 11243 11174
Face 17210 9368 9367 9255
Face 17211 9256 9368 9255
Face 17212 9486 9599 9485
Face 17213 9143 9256 9142
Face 17214 9371 9486 9370
Face 17215 9714 9713 9598
Face 17216 13196 34385 34591
Face 17217 9599 9598 9485
Face 17218 9295 10477 10354
Face 17219 10029 10148 10028
Face 17220 3169 4838 4707
Face 17221 7378 7054 10991
Face 17222 8488 8489 8587
Face 17223 30525 30452 25580
Face 17224 10023 10024 10142
Face 17225 10648 10772 10771
Face 17226 740 625 741
Face 17227 10024 10143 10142
Face 17228 10298 10420 10419
Face 17229 7851 9854 10079
Face 17230 9146 9259 9145
Face 17231 10297 10298 10419
Face 17232 9033 9146 9032
Face 17233 9371 9370 9258
Face 17234 9033 9032 8924
Face 17235 9259 9258 9145
Face 17236 8925 9033 8924
Face 17237 9146 9145 9032
Face 17238 9942 9941 9824
Face 17239 9710 9711 9824
Face 17240 12813 13455 20749
Face 17241 10295 10417 10294
Face 17242 10469 8159 10590
Face 17243 12402 12492 12491
Face 17244 8500 8499 8399
Face 17245 8864 10238 10120
Face 17246 10473 12355 9990
Face 17247 8400 8500 8399
Face 17248 8804 8908 8907
Face 17249 8296 8295 8191
Face 17250 6881 6882 6987
Face 17251 8803 8804 8907
Face 17252 9924 9925 10040
Face 17253 8587 8586 8487
Face 17254 6786 6787 6885
Face 17255 10041 10160 10159
Face 17256 7201 7306 7305
Face 17257 6992 6991 6885
Face 17258 7076 6870 10326
Face 17259 10616 7731 9410
Face 17260 10637 10761 10636
Face 17261 11696 34606 11299
Face 17262 6870 9410 10326
Face 17263 8496 8595 8594
Face 17264 7539 7540 7651
Face 17265 7764 7765 7873
Face 17266 8912 8911 8807
Face 17267 8808 8912 8807
Face 17268 7812 9986 14290
Face 17269 12485 12574 12573
Face 17270 2916 7049 7810
Face 17271 29410 18651 17728
Face 17272 10540 10661 10539
Face 17273 10785 10784 10660
Face 17274 10906 10907 10871
Face 17275 10661 10785 10660
Face 17276 7999 9196 10436
Face 17277 9429 9196 7999
Face 17278 10985 34467 977
Face 17279 10637 10636 10516
Face 17280 13509 13508 13413
Face 17281 7822 170 66
Face 17282 7701 9043 8350
Face 17283 9549 9664 2122
Face 17284 7701 8771 8877
Face 17285 9043 7701 8877
Face 17286 8771 8030 7031
Face 17287 8877 8771 7031
Face 17288 8030 10608 10809
Face 17289 7031 8030 10809
Face 17290 10608 7067 7953
Face 17291 10809 10608 7953
Face 17292 10981 10858 15935
Face 17293 7953 7067 7070
Face 17294 3053 2511 1673
Face 17295 7622 13480 8641
Face 17296 11634 11713 11712
Face 17297 11633 11634 11712
Face 17298 12307 12308 12398
Face 17299 12736 12201 11850
Face 17300 4990 15459 1756
Face 17301 10141 3927 10140
Face 17302 7317 7316 7211
Face 17303 5104 5226 5103
Face 17304 25639 25300 25162
Face 17305 8272 8375 1855
Face 17306 11971 11970 11886
Face 17307 8786 8787 8890
Face 17308 8261 8874 1197
Face 17309 3147 3146 3010
Face 17310 9736 10370 7298
Face 17311 4450 4451 4582
Face 17312 10028 10027 9911
Face 17313 490 7065 491
Face 17314 10509 10629 10508
Face 17315 9923 9924 10039
Face 17316 457 565 7365
Face 17317 9939 9940 10055
Face 17318 9812 9929 9811
Face 17319 8601 8704 8600
Face 17320 30021 30020 29959
Face 17321 8145 8019 8037
Face 17322 9784 10558 8019
Face 17323 8038 8145 8037
Face 17324 9765 1437 760
Face 17325 8856 10087 8750
Face 17326 9660 9403 6630
Face 17327 8407 8406 8303
Face 17328 14821 14946 14945
Face 17329 16213 13950 13934
Face 17330 9754 9437 10335
Face 17331 9964 9982 9109
Face 17332 7346 7345 7238
Face 17333 9307 9964 9109
Face 17334 9167 11851 10689
Face 17335 14698 14821 14820
Face 17336 14693 14816 13647
Face 17337 16428 5138 5265
Face 17338 14697 14698 14820
Face 17339 10190 4976 5107
Face 17340 16588 16428 5265
Face 17341 5600 5725 9506
Face 17342 65 636 635
Face 17343 7567 7566 7454
Face 17344 10558 9109 7941
Face 17345 11853 15193 14674
Face 17346 27454 27574 27453
Face 17347 6619 6618 33410
Face 17348 7800 7799 7686
Face 17349 22718 20075 26102
Face 17350 7687 7800 7686
Face 17351 10695 9307 9784
Face 17352 28656 28657 28785
Face 17353 8681 8682 8787
Face 17354 7378 9855 7946
Face 17355 25851 18361 25978
Face 17356 10494 9437 9172
Face 17357 8304 8407 8303
Face 17358 9719 9718 9603
Face 17359 9599 9714 9598
Face 17360 9828 9827 9713
Face 17361 6781 6880 6879
Face 17362 9143 9142 9029
Face 17363 4972 4840 8882
Face 17364 8252 8356 7145
Face 17365 34720 34825 34357
Face 17366 9935 10051 10050
Face 17367 8900 8899 8795
Face 17368 9934 9935 10050
Face 17369 8488 8587 8487
Face 17370 10170 10169 10050
Face 17371 6686 6782 6781
Face 17372 10051 10170 10050
Face 17373 9460 9573 9459
Face 17374 1006 2792 10015
Face 17375 11684 34797 11448
Face 17376 8087 8086 7981
Face 17377 6631 9551 9780
Face 17378 10447 7583 10803
Face 17379 122 2661 6631
Face 17380 10118 7300 7299
Face 17381 8123 10560 8443
Face 17382 9551 10118 9780
Face 17383 9368 9483 9367
Face 17384 10436 8123 8443
Face 17385 9259 9371 9258
Face 17386 9483 9482 9367
Face 17387 20894 28555 20893
Face 17388 9486 9485 9370
Face 17389 9719 9833 9718
Face 17390 34253 32624 34129
Face 17391 25677 30528 25579
Face 17392 1674 9874 4861
Face 17393 10382 8462 10218
Face 17394 26103 27396 27395
Face 17395 7492 8856 7932
Face 17396 27155 26208 29194
Face 17397 29087 29088 19094
Face 17398 10328 7334 7330
Face 17399 9566 9681 9680
Face 17400 8856 8750 7932
Face 17401 8709 8815 8814
Face 17402 7650 7763 7649
Face 17403 6791 4716 10889
Face 17404 9338 9453 9452
Face 17405 8170 1636 8274
Face 17406 10079 5598 7520
Face 17407 25903 25952 28144
Face 17408 7341 7340 7233
Face 17409 596 7170 7171
Face 17410 7450 7449 7340
Face 17411 8513 8512 8412
Face 17412 8612 8611 8512
Face 17413 8413 8412 8309
Face 17414 8413 8513 8412
Face 17415 10540 10539 10416
Face 17416 8310 8413 8309
Face 17417 10222 10231 6815
Face 17418 10417 10540 10416
Face 17419 8159 8864 10120
Face 17420 7402 9739 9624
Face 17421 8400 8399 8296
Face 17422 10182 10300 10181
Face 17423 8192 8296 8191
Face 17424 8297 8400 8296
Face 17425 8804 8803 8697
Face 17426 8399 8398 8295
Face 17427 7204 7203 7094
Face 17428 8698 8804 8697
Face 17429 9807 9808 9924
Face 17430 409 517 7915
Face 17431 6886 6992 6885
Face 17432 9925 10041 10040
Face 17433 9239 9351 9238
Face 17434 9466 9465 9350
Face 17435 7339 7233 7340
Face 17436 6686 6781 6685
Face 17437 8292 8293 8395
Face 17438 8396 8496 8495
Face 17439 7981 7980 7873
Face 17440 8701 8700 8597
Face 17441 7982 8087 7981
Face 17442 8193 8192 8086
Face 17443 12484 12485 12573
Face 17444 12491 12580 12579
Face 17445 12691 12690 12600
Face 17446 24531 23355 21418
Face 17447 10785 10907 10906
Face 17448 10784 10785 10906
Face 17449 8310 8309 8205
Face 17450 8206 8310 8205
Face 17451 8100 8099 7994
Face 17452 7995 8100 7994
Face 17453 11612 11533 13277
Face 17454 19218 17104 17369
Face 17455 11949 5896 5767
Face 17456 11781 10001 9524
Face 17457 10941 10214 7701
Face 17458 9664 10874 2122
Face 17459 10214 8665 8771
Face 17460 7701 10214 8771
Face 17461 8665 7948 8030
Face 17462 8771 8665 8030
Face 17463 7948 9619 10608
Face 17464 8030 7948 10608
Face 17465 9619 7960 7067
Face 17466 10608 9619 7067
Face 17467 14001 15935 10858
Face 17468 7067 7960 10981
Face 17469 12487 12488 12576
Face 17470 11118 11180 11117
Face 17471 12667 12668 14964
Face 17472 12576 12577 12666
Face 17473 12488 12577 12576
Face 17474 420 2776 13387
Face 17475 8691 8797 8690
Face 17476 3926 3927 4055
Face 17477 9806 9807 9923
Face 17478 8494 8493 8393
Face 17479 34532 34789 27367
Face 17480 387 388 495
Face 17481 10063 10182 10062
Face 17482 10212 10833 10875
Face 17483 6535 7288 7193
Face 17484 25683 34714 25792
Face 17485 10904 10905 10818
Face 17486 7430 7431 7541
Face 17487 11297 25305 12653
Face 17488 9296 7272 10846
Face 17489 10386 10509 10508
Face 17490 10385 10386 10508
Face 17491 34527 34469 34407
Face 17492 7373 7374 8761
Face 17493 8645 10153 8625
Face 17494 7267 7496 10357
Face 17495 912 911 7702
Face 17496 8901 9009 9008
Face 17497 8750 7051 9423
Face 17498 7932 8750 9423
Face 17499 7719 8132 9740
Face 17500 9883 8974 9765
Face 17501 10300 10422 10421
Face 17502 1377 1376 16584
Face 17503 3823 5335 4729
Face 17504 7909 7908 7799
Face 17505 7800 7909 7799
Face 17506 242 7038 243
Face 17507 10146 10265 10145
Face 17508 8016 8015 7908
Face 17509 8577 8576 8477
Face 17510 7909 8016 7908
Face 17511 21918 21919 22016
Face 17512 34632 26326 34383
Face 17513 4104 4231 15191
Face 17514 904 14039 788
Face 17515 15494 233 15615
Face 17516 5265 5138 14200
Face 17517 16110 1797 1019
Face 17518 14520 16110 16106
Face 17519 22503 22502 22405
Face 17520 4848 4716 6791
Face 17521 8187 8291 8186
Face 17522 9264 9376 9263
Face 17523 4857 8959 1320
Face 17524 34405 34417 34391
Face 17525 8121 8120 8015
Face 17526 8016 8121 8015
Face 17527 8225 8224 8120
Face 17528 8121 8225 8120
Face 17529 10045 10044 9928
Face 17530 8330 8329 8224
Face 17531 7857 7964 7856
Face 17532 1224 1223 1113
Face 17533 30661 30660 30566
Face 17534 25580 30452 25581
Face 17535 34159 10995 7391
Face 17536 6769 6770 295
Face 17537 10242 8336 10193
Face 17538 8821 8925 8820
Face 17539 8042 7631 8970
Face 17540 7527 7528 7639
Face 17541 7308 7418 7417
Face 17542 409 2026 517
Face 17543 7203 7308 7307
Face 17544 7202 7203 7307
Face 17545 7203 7202 7093
Face 17546 7094 7203 7093
Face 17547 6881 6987 6986
Face 17548 6880 6881 6986
Face 17549 9314 6901 9427
Face 17550 6987 7094 6986
Face 17551 9688 9687 9572
Face 17552 9573 9688 9572
Face 17553 10035 10154 10034
Face 17554 9356 9471 9470
Face 17555 6683 6684 6779
Face 17556 9780 10118 7299
Face 17557 7752 7861 7860
Face 17558 7335 7364 8678
Face 17559 8039 7267 10235
Face 17560 10560 9960 9868
Face 17561 9813 9812 9698
Face 17562 10808 7506 7725
Face 17563 24319 2691 2554
Face 17564 7267 10357 10235
Face 17565 9365 9480 9479
Face 17566 34463 34550 34810
Face 17567 10531 10532 10652
Face 17568 9681 9795 9680
Face 17569 8225 8330 8224
Face 17570 34744 34610 34484
Face 17571 8433 8432 8329
Face 17572 8330 8433 8329
Face 17573 8532 8531 8432
Face 17574 8433 8532 8432
Face 17575 8532 8631 8630
Face 17576 8531 8532 8630
Face 17577 8631 8736 8735
Face 17578 8630 8631 8735
Face 17579 8736 8841 8840
Face 17580 8735 8736 8840
Face 17581 10403 10404 10526
Face 17582 9802 9803 9919
Face 17583 10138 6869 7247
Face 17584 34533 34589 34686
Face 17585 8914 9022 8913
Face 17586 10404 10527 10526
Face 17587 7562 7561 7449
Face 17588 7341 7450 7340
Face 17589 34396 34721 6614
Face 17590 9065 9872 7950
Face 17591 7950 6922 9665
Face 17592 7222 7327 7221
Face 17593 10425 10548 10547
Face 17594 7926 7261 10930
Face 17595 10661 10660 10539
Face 17596 9601 9716 9600
Face 17597 8668 10231 10222
Face 17598 7835 1229 10597
Face 17599 8606 8605 8506
Face 17600 8655 8668 10222
Face 17601 8087 8193 8086
Face 17602 6383 1856 10382
Face 17603 8296 8399 8295
Face 17604 8297 8296 8192
Face 17605 8495 8496 8594
Face 17606 8499 8498 8398
Face 17607 28114 28113 27980
Face 17608 8595 8698 8697
Face 17609 8393 8392 8289
Face 17610 10850 9654 70
Face 17611 8493 8492 8392
Face 17612 8290 8393 8289
Face 17613 2712 4447 2328
Face 17614 1317 6016 2913
Face 17615 7871 7978 7870
Face 17616 7978 8083 8082
Face 17617 8598 8701 8597
Face 17618 8806 8807 8910
Face 17619 7320 7430 7429
Face 17620 7319 7320 7429
Face 17621 12490 12491 12579
Face 17622 7438 7328 991
Face 17623 7300 8668 8655
Face 17624 7299 7300 8655
Face 17625 10907 9429 10871
Face 17626 10871 9429 7999
Face 17627 8206 8205 8099
Face 17628 8100 8206 8099
Face 17629 34388 34443 34723
Face 17630 11479 11557 11556
Face 17631 10941 3561 3432
Face 17632 11175 11174 11112
Face 17633 34496 34684 34734
Face 17634 9041 9040 8932
Face 17635 21561 14098 20811
Face 17636 15469 10356 7294
Face 17637 15307 11156 34629
Face 17638 11156 21745 34629
Face 17639 34690 15307 34629
Face 17640 8665 8563 7948
Face 17641 8563 7831 7948
Face 17642 7948 7831 9619
Face 17643 14082 9292 7831
Face 17644 9619 9292 7960
Face 17645 10437 10125 9319
Face 17646 14285 9292 15396
Face 17647 11633 11712 11711
Face 17648 13690 13689 13596
Face 17649 12217 12218 12306
Face 17650 12398 12488 12487
Face 17651 12201 12204 12740
Face 17652 12307 12398 12397
Face 17653 9347 9462 9461
Face 17654 8291 8394 8290
Face 17655 11799 11798 11716
Face 17656 8690 8689 8586
Face 17657 9465 9578 9577
Face 17658 13605 13604 13507
Face 17659 7313 7314 7423
Face 17660 10300 10299 10181
Face 17661 7863 7864 7970
Face 17662 8388 8488 8487
Face 17663 9140 9253 9139
Face 17664 10931 10309 8140
Face 17665 7705 7704 12998
Face 17666 7272 6923 8743
Face 17667 10629 10628 10508
Face 17668 10846 7272 8743
Face 17669 7082 7193 7296
Face 17670 10025 10026 10144
Face 17671 10009 12463 11208
Face 17672 10191 7374 7373
Face 17673 10755 10754 10630
Face 17674 2027 1320 8959
Face 17675 10335 7840 7051
Face 17676 8750 10335 7051
Face 17677 9883 9765 8960
Face 17678 8132 9883 8960
Face 17679 34638 11467 11604
Face 17680 30614 30527 30528
Face 17681 17950 22518 18288
Face 17682 6724 10863 9324
Face 17683 7461 34773 34523
Face 17684 8840 8841 8945
Face 17685 12726 12817 5205
Face 17686 12214 12303 12302
Face 17687 9682 9796 9681
Face 17688 8200 8304 8199
Face 17689 13488 13489 10094
Face 17690 8260 3823 3952
Face 17691 1756 2587 4990
Face 17692 172 18831 171
Face 17693 20360 20447 20359
Face 17694 15194 15191 14029
Face 17695 27995 20875 20964
Face 17696 14200 15494 15615
Face 17697 7058 6948 7059
Face 17698 14519 14520 16106
Face 17699 7994 7887 1553
Face 17700 14565 14566 14685
Face 17701 1637 8173 8276
Face 17702 13277 2377 11690
Face 17703 12818 2500 2640
Face 17704 8682 8788 8787
Face 17705 22901 23978 24288
Face 17706 27692 27640 26336
Face 17707 322 13677 13746
Face 17708 34675 34689 34480
Face 17709 2108 2400 6270
Face 17710 13325 13324 13231
Face 17711 32447 32564 32446
Face 17712 10695 10429 9307
Face 17713 8913 9021 8912
Face 17714 10818 10096 10568
Face 17715 7562 7674 7673
Face 17716 33230 33366 33229
Face 17717 6886 6887 6992
Face 17718 34669 34341 34373
Face 17719 8585 8688 8687
Face 17720 6780 6879 6878
Face 17721 34629 14034 34700
Face 17722 7410 10505 7727
Face 17723 8496 8497 8595
Face 17724 8293 8294 8396
Face 17725 8397 8497 8496
Face 17726 8189 8190 8293
Face 17727 8294 8397 8396
Face 17728 8083 8084 8189
Face 17729 20886 33823 20887
Face 17730 7978 7979 8083
Face 17731 8898 9006 9005
Face 17732 19297 19600 15165
Face 17733 10638 10762 10761
Face 17734 9343 9344 9458
Face 17735 8871 7386 10828
Face 17736 10637 10638 10761
Face 17737 8237 6483 8149
Face 17738 10517 10518 10637
Face 17739 9267 9266 9153
Face 17740 10879 3044 10878
Face 17741 7674 7787 7786
Face 17742 9154 9267 9153
Face 17743 9594 9593 9480
Face 17744 25753 25860 25859
Face 17745 7492 7932 9964
Face 17746 9022 9021 8913
Face 17747 3930 16444 7184
Face 17748 7703 10828 9172
Face 17749 8891 8892 8999
Face 17750 8758 1570 8970
Face 17751 10758 10880 10757
Face 17752 9000 9113 9112
Face 17753 9003 9116 9115
Face 17754 21730 21827 21729
Face 17755 8805 8909 8804
Face 17756 9703 9702 9587
Face 17757 10269 10391 10390
Face 17758 9220 10953 8417
Face 17759 10449 10490 8417
Face 17760 26221 11251 26105
Face 17761 12574 12575 12664
Face 17762 7437 7436 7326
Face 17763 9953 9952 9835
Face 17764 9836 9953 9835
Face 17765 9716 9715 9600
Face 17766 9225 9226 9337
Face 17767 10933 10450 10339
Face 17768 10597 10933 10339
Face 17769 10231 7402 6815
Face 17770 2661 9551 6631
Face 17771 34523 34368 34717
Face 17772 8745 10565 10686
Face 17773 8193 8297 8192
Face 17774 7540 7541 7652
Face 17775 8399 8499 8398
Face 17776 8598 8597 8498
Face 17777 8594 8595 8697
Face 17778 8395 8396 8495
Face 17779 6360 6240 8470
Face 17780 34534 34524 34365
Face 17781 9396 8990 7467
Face 17782 7815 8642 7922
Face 17783 12930 12933 9286
Face 17784 13311 13405 13404
Face 17785 7762 7871 7761
Face 17786 7978 7977 7870
Face 17787 8911 9019 9018
Face 17788 9244 9245 9356
Face 17789 34756 34702 34813
Face 17790 2874 9222 9334
Face 17791 9620 11362 8243
Face 17792 8977 9764 7937
Face 17793 7519 8138 9965
Face 17794 10082 6697 6698
Face 17795 9196 8123 10436
Face 17796 10339 10450 7335
Face 17797 8702 8703 8808
Face 17798 10424 10425 10547
Face 17799 7100 7099 6992
Face 17800 7314 7424 7423
Face 17801 34381 34424 34738
Face 17802 10691 7141 10569
Face 17803 10980 6793 8018
Face 17804 9135 9248 9247
Face 17805 4976 10798 4844
Face 17806 10478 70 9654
Face 17807 13408 13503 13502
Face 17808 13407 13408 13502
Face 17809 13694 13789 13693
Face 17810 322 4083 13677
Face 17811 4083 322 13788
Face 17812 13789 4083 13788
Face 17813 11598 10004 4594
Face 17814 14782 22138 13732
Face 17815 22610 22419 15441
Face 17816 6271 2025 1001
Face 17817 11795 11876 11794
Face 17818 13597 13690 13596
Face 17819 12398 12399 12488
Face 17820 11559 11558 11480
Face 17821 2375 7478 12562
Face 17822 11398 11481 11397
Face 17823 34117 6643 34116
Face 17824 8282 8283 8385
Face 17825 10141 10142 10260
Face 17826 7861 7862 7968
Face 17827 10723 10974 10975
Face 17828 23505 23427 23666
Face 17829 9295 12906 7592
Face 17830 10600 10723 10975
Face 17831 10961 9400 10205
Face 17832 7971 8076 8075
Face 17833 9365 9364 9252
Face 17834 10905 9670 10818
Face 17835 8085 8191 8084
Face 17836 9586 9587 9701
Face 17837 6923 7500 8439
Face 17838 7500 7512 8439
Face 17839 9909 9910 10025
Face 17840 10026 10145 10144
Face 17841 9480 9593 9479
Face 17842 9708 9707 9592
Face 17843 10387 10388 10510
Face 17844 10631 10755 10630
Face 17845 10335 9437 10494
Face 17846 7840 10335 10494
Face 17847 12973 12972 12880
Face 17848 27738 27869 6162
Face 17849 13415 13414 13320
Face 17850 13673 3573 8036
Face 17851 34827 34323 34781
Face 17852 766 767 883
Face 17853 10964 9072 9969
Face 17854 6790 11087 11147
Face 17855 8230 10964 10347
Face 17856 26061 26062 26174
Face 17857 4022 24692 4021
Face 17858 9359 9358 9246
Face 17859 10555 8230 8991
Face 17860 10921 34455 11273
Face 17861 9072 8959 9969
Face 17862 30573 30667 30572
Face 17863 16855 16777 16856
Face 17864 6650 6744 6743
Face 17865 6743 6844 6843
Face 17866 6744 6845 6844
Face 17867 6743 6744 6844
Face 17868 6845 6949 6948
Face 17869 6844 6845 6948
Face 17870 7058 375 374
Face 17871 6949 7059 6948
Face 17872 7233 7339 7232
Face 17873 11338 11337 11261
Face 17874 10865 10441 10320
Face 17875 8806 8805 8699
Face 17876 9823 9822 9708
Face 17877 10573 8231 8333
Face 17878 8026 9970 4735
Face 17879 9726 9840 9725
Face 17880 10964 9969 10347
Face 17881 4735 9507 10124
Face 17882 9507 7586 10124
Face 17883 7586 10555 10124
Face 17884 9726 9725 9610
Face 17885 9611 9726 9610
Face 17886 19482 19483 19563
Face 17887 7561 7562 7673
Face 17888 9793 9792 9678
Face 17889 9885 7377 10604
Face 17890 9802 9801 9687
Face 17891 9688 9802 9687
Face 17892 8688 8794 8793
Face 17893 8794 8898 8897
Face 17894 10505 7410 8654
Face 17895 10505 7836 7727
Face 17896 9161 9660 6630
Face 17897 9541 10505 8654
Face 17898 7416 7527 7526
Face 17899 7278 7277 9403
Face 17900 9345 9460 9459
Face 17901 7415 7416 7526
Face 17902 7927 10993 9272
Face 17903 9344 9345 9459
Face 17904 1635 8272 1634
Face 17905 7377 6944 10604
Face 17906 7824 8658 7802
Face 17907 7104 7103 6996
Face 17908 9267 9379 9266
Face 17909 26587 20119 13579
Face 17910 9611 9610 9497
Face 17911 9379 9378 9266
Face 17912 7186 13467 13094
Face 17913 34567 34566 34674
Face 17914 10555 8991 10124
Face 17915 13403 13498 13497
Face 17916 7159 9970 7266
Face 17917 8230 10347 8991
Face 17918 9310 7159 9198
Face 17919 9970 9507 4735
Face 17920 10665 10666 10789
Face 17921 9970 8026 7266
Face 17922 10441 9966 10083
Face 17923 9376 9491 9375
Face 17924 7746 7855 7854
Face 17925 10666 10790 10789
Face 17926 7964 8069 7963
Face 17927 6131 6132 6257
Face 17928 358 465 7263
Face 17929 8069 8175 8174
Face 17930 9325 10119 3560
Face 17931 8960 8028 6979
Face 17932 10792 10793 10914
Face 17933 10372 10079 7119
Face 17934 9653 10071 7820
Face 17935 6675 33662 6676
Face 17936 13491 13587 9955
Face 17937 10069 10068 9952
Face 17938 10266 10388 10387
Face 17939 34782 34277 34587
Face 17940 10450 7364 7335
Face 17941 10049 10048 9932
Face 17942 9965 10082 6698
Face 17943 8722 10249 10248
Face 17944 10888 9620 8243
Face 17945 6697 2661 122
Face 17946 7430 7541 7540
Face 17947 10803 7583 7732
Face 17948 8499 8598 8498
Face 17949 7429 7430 7540
Face 17950 8786 8890 2359
Face 17951 8807 8806 8700
Face 17952 7927 10707 2248
Face 17953 32566 32693 32565
Face 17954 491 7065 7066
Face 17955 4712 10885 4583
Face 17956 34319 34359 34713
Face 17957 14508 16088 16083
Face 17958 13481 13480 7622
Face 17959 12788 12881 12787
Face 17960 9357 9472 9471
Face 17961 9356 9357 9471
Face 17962 10306 13678 13773
Face 17963 8173 8174 8277
Face 17964 8148 10594 10729
Face 17965 11193 11262 11192
Face 17966 7424 7535 7534
Face 17967 7099 7100 7208
Face 17968 7364 8722 8678
Face 17969 7925 9977 9968
Face 17970 10168 10286 10167
Face 17971 9450 9451 9563
Face 17972 19032 17374 4996
Face 17973 10069 10187 10068
Face 17974 9035 9034 8926
Face 17975 8927 9035 8926
Face 17976 33693 20971 33569
Face 17977 6003 9211 9098
Face 17978 32351 32463 32350
Face 17979 70 10478 544
Face 17980 406 407 516
Face 17981 12918 12836 11277
Face 17982 11644 11643 11565
Face 17983 11566 11644 11565
Face 17984 13584 9326 8956
Face 17985 4083 13584 13677
Face 17986 12627 13176 13578
Face 17987 13677 13584 8956
Face 17988 1673 2257 12627
Face 17989 12484 12573 12483
Face 17990 11476 11477 11554
Face 17991 11632 11633 11711
Face 17992 13597 13596 13499
Face 17993 13785 13784 13689
Face 17994 11555 11633 11632
Face 17995 12217 12306 12305
Face 17996 7824 7802 10797
Face 17997 10142 10261 10260
Face 17998 34454 10227 5211
Face 17999 9733 7824 10797
Face 18000 8747 6941 10875
Face 18001 7704 10723 10600
Face 18002 9833 9950 9832
Face 18003 10218 10328 7330
Face 18004 4459 10951 17970
Face 18005 9541 8654 10968
Face 18006 20709 20710 11110
Face 18007 33867 33866 33740
Face 18008 8191 8190 8084
Face 18009 9587 9702 9701
Face 18010 8460 8765 10466
Face 18011 7512 8460 10466
Face 18012 9910 9909 9792
Face 18013 9793 9910 9792
Face 18014 10409 10532 10531
Face 18015 10408 10409 10531
Face 18016 10511 10631 10630
Face 18017 10510 10511 10630
Face 18018 7079 10929 7073
Face 18019 15441 22419 22604
Face 18020 11780 12557 7511
Face 18021 13321 13415 13320
Face 18022 13510 13509 13414
Face 18023 12128 12129 12213
Face 18024 21923 21922 21826
Face 18025 27630 27640 29350
Face 18026 34471 34404 34321
Face 18027 29604 14119 14032
Face 18028 9334 9449 3010
Face 18029 7727 8635 9325
Face 18030 7410 7727 9325
Face 18031 10087 9754 10335
Face 18032 20553 34821 34667
Face 18033 13116 12926 4601
Face 18034 10632 10756 10755
Face 18035 7932 9423 9982
Face 18036 33091 33226 33090
Face 18037 33091 33090 32956
Face 18038 16676 25473 11051
Face 18039 16718 20894 26445
Face 18040 6745 6846 6845
Face 18041 6743 6649 6650
Face 18042 6846 6950 6949
Face 18043 6845 6846 6949
Face 18044 34424 34653 34688
Face 18045 28818 34695 26987
Face 18046 11114 11176 11113
Face 18047 2230 8679 2359
Face 18048 8976 8869 8635
Face 18049 7727 8976 8635
Face 18050 7450 7562 7449
Face 18051 10727 7378 10991
Face 18052 5104 8746 10073
Face 18053 26201 26319 26318
Face 18054 9964 7932 9982
Face 18055 10164 10163 10044
Face 18056 1580 14806 7281
Face 18057 12520 24744 12608
Face 18058 9840 9839 9725
Face 18059 9322 7497 8869
Face 18060 9041 9154 9040
Face 18061 9154 9153 9040
Face 18062 7119 7520 7193
Face 18063 8797 8796 8690
Face 18064 9573 9572 9459
Face 18065 8832 10431 10829
Face 18066 3810 113 4843
Face 18067 8793 8794 8897
Face 18068 10140 3794 3795
Face 18069 10040 10159 10158
Face 18070 8386 8387 8486
Face 18071 10158 10159 10276
Face 18072 10572 7367 7366
Face 18073 8487 8586 8585
Face 18074 9294 9295 10354
Face 18075 10506 10572 7366
Face 18076 8658 10727 8558
Face 18077 10408 10531 10530
Face 18078 1742 1855 1854
Face 18079 22040 34794 34771
Face 18080 8111 8112 1897
Face 18081 463 357 464
Face 18082 8007 8112 8111
Face 18083 10205 9400 7188
Face 18084 10659 10783 10658
Face 18085 8006 8007 8111
Face 18086 34320 9279 34586
Face 18087 10145 10264 10263
Face 18088 8017 8016 7909
Face 18089 7909 7800 7910
Face 18090 8122 8121 8016
Face 18091 8017 8122 8016
Face 18092 33823 20885 33697
Face 18093 8226 8225 8121
Face 18094 7927 9272 10708
Face 18095 16856 21455 6649
Face 18096 8312 1887 8313
Face 18097 10802 10924 9220
Face 18098 9582 9583 9697
Face 18099 10903 10904 7837
Face 18100 8976 9322 8869
Face 18101 7200 7201 7305
Face 18102 8122 8226 8121
Face 18103 8644 8961 7497
Face 18104 8331 8330 8225
Face 18105 8226 8331 8225
Face 18106 8434 8433 8330
Face 18107 8331 8434 8330
Face 18108 8533 8532 8433
Face 18109 28686 34819 34724
Face 18110 7454 7566 7453
Face 18111 7791 7790 7677
Face 18112 7678 7677 7565
Face 18113 7566 7678 7565
Face 18114 11803 11884 11802
Face 18115 6927 7038 144
Face 18116 8339 7703 9172
Face 18117 13499 13596 13595
Face 18118 8678 8722 10248
Face 18119 10249 7925 9981
Face 18120 6698 6697 122
Face 18121 9936 9937 10052
Face 18122 7269 9764 8977
Face 18123 7732 7269 8977
Face 18124 7541 7653 7652
Face 18125 9355 9470 9469
Face 18126 8701 8807 8700
Face 18127 8807 8911 8910
Face 18128 10774 10896 10895
Face 18129 10650 10774 10649
Face 18130 10896 88 659
Face 18131 10773 10774 10895
Face 18132 88 10678 10325
Face 18133 10895 10896 659
Face 18134 10348 9438 10325
Face 18135 659 88 10325
Face 18136 9472 9585 9584
Face 18137 9471 9472 9584
Face 18138 10149 10268 10148
Face 18139 10268 10267 10148
Face 18140 11626 11705 7801
Face 18141 9322 8644 7497
Face 18142 9204 7136 8124
Face 18143 9904 10805 10680
Face 18144 9981 7925 9968
Face 18145 9407 7582 9408
Face 18146 34628 34780 34566
Face 18147 10080 10795 9978
Face 18148 9952 9953 10069
Face 18149 8952 8059 7946
Face 18150 7345 7454 7344
Face 18151 7566 7565 7453
Face 18152 8533 8632 8631
Face 18153 8532 8533 8631
Face 18154 8632 8737 8736
Face 18155 1332 1331 1224
Face 18156 14720 24119 22959
Face 18157 11965 11964 11880
Face 18158 11401 11400 11319
Face 18159 11881 11965 11880
Face 18160 11176 11245 11175
Face 18161 2382 2381 1989
Face 18162 12627 2257 13176
Face 18163 12396 12397 12486
Face 18164 9730 13031 13011
Face 18165 13500 13597 13499
Face 18166 13785 13786 123
Face 18167 11554 11555 11632
Face 18168 12216 12217 12305
Face 18169 12755 12664 12665
Face 18170 13500 13499 13404
Face 18171 9464 9465 9577
Face 18172 8658 8558 7802
Face 18173 9005 9006 9118
Face 18174 9461 9574 9460
Face 18175 34381 34673 34424
Face 18176 8708 8709 8814
Face 18177 34712 34490 20732
Face 18178 9912 10028 9911
Face 18179 2658 2527 2659
Face 18180 8116 8220 8115
Face 18181 9474 9473 9358
Face 18182 9247 9359 9246
Face 18183 2251 8879 435
Face 18184 8397 8398 8497
Face 18185 9885 10604 8765
Face 18186 8170 8274 8273
Face 18187 9910 10026 10025
Face 18188 8460 9885 8765
Face 18189 8778 8570 10010
Face 18190 10010 8570 10013
Face 18191 10010 8567 8778
Face 18192 7187 10465 8778
Face 18193 8567 10929 7079
Face 18194 8778 8567 7079
Face 18195 7138 8653 530
Face 18196 7138 7073 10929
Face 18197 19981 19982 17630
Face 18198 12360 11445 12269
Face 18199 9050 10484 2618
Face 18200 12676 3029 11364
Face 18201 7345 7344 7237
Face 18202 7237 7236 32300
Face 18203 8631 8632 8736
Face 18204 8737 8842 8841
Face 18205 8524 2268 2144
Face 18206 8446 10236 8342
Face 18207 25305 25167 12653
Face 18208 31931 32036 31930
Face 18209 8736 8737 8841
Face 18210 4444 4443 10628
Face 18211 34704 34720 34491
Face 18212 19103 21360 21359
Face 18213 8139 9412 6263
Face 18214 6745 6845 6744
Face 18215 25473 18456 11051
Face 18216 6746 6847 6846
Face 18217 6745 6746 6846
Face 18218 6847 6951 6950
Face 18219 6846 6847 6950
Face 18220 28002 26987 34695
Face 18221 34650 34381 34738
Face 18222 34622 34756 34334
Face 18223 4184 4055 4056
Face 18224 10206 10344 8961
Face 18225 11445 12676 11364
Face 18226 5840 17843 15614
Face 18227 7367 8730 8729
Face 18228 29905 29904 29850
Face 18229 27761 34420 28019
Face 18230 6737 14289 9871
Face 18231 28661 28660 28525
Face 18232 11454 11533 5205
Face 18233 1319 15354 15218
Face 18234 8353 34718 34728
Face 18235 8435 8332 12123
Face 18236 27391 29086 29085
Face 18237 27391 27394 29086
Face 18238 26102 26103 27395
Face 18239 13394 13121 3029
Face 18240 34285 34682 34606
Face 18241 10438 9962 9961
Face 18242 10317 10438 9961
Face 18243 6893 9076 10317
Face 18244 7417 7416 7306
Face 18245 8829 8828 6893
Face 18246 7202 7307 7306
Face 18247 8579 8682 8681
Face 18248 9076 10438 10317
Face 18249 3169 4707 10878
Face 18250 8788 8892 8891
Face 18251 8644 10206 8961
Face 18252 20894 20893 26445
Face 18253 10351 10820 10344
Face 18254 13276 20075 22718
Face 18255 13792 7743 10094
Face 18256 7872 7873 7979
Face 18257 7743 13488 10094
Face 18258 4859 982 4991
Face 18259 34385 9643 34553
Face 18260 2007 9616 9614
Face 18261 2400 1765 6270
Face 18262 10206 10351 10344
Face 18263 8018 6793 10449
Face 18264 7080 7406 10820
Face 18265 13512 13513 13609
Face 18266 7899 7900 8006
Face 18267 4840 4972 4839
Face 18268 11363 8781 10574
Face 18269 7673 7674 7786
Face 18270 7786 7787 1562
Face 18271 10773 10772 10648
Face 18272 1447 1562 1561
Face 18273 7787 7896 1562
Face 18274 10649 10773 10648
Face 18275 7854 1301 1194
Face 18276 10351 7080 10820
Face 18277 11301 11676 11697
Face 18278 7107 7106 6999
Face 18279 7900 8007 8006
Face 18280 7305 7306 7415
Face 18281 28500 26069 28635
Face 18282 7678 7791 7677
Face 18283 3032 11674 10331
Face 18284 7065 490 7064
Face 18285 10356 15469 9068
Face 18286 6295 6417 6416
Face 18287 6162 34451 34740
Face 18288 8028 760 9072
Face 18289 8680 8679 8576
Face 18290 200 7631 8042
Face 18291 8952 10365 8059
Face 18292 8606 8709 8605
Face 18293 10663 10787 10662
Face 18294 10647 10648 10771
Face 18295 10248 10249 9981
Face 18296 10787 10909 10908
Face 18297 9820 9937 9819
Face 18298 7080 7358 7285
Face 18299 9764 8148 7937
Face 18300 9937 10053 10052
Face 18301 7292 10584 7403
Face 18302 7545 7544 7433
Face 18303 9049 7292 8453
Face 18304 10584 9212 7403
Face 18305 9060 8954 8453
Face 18306 7292 7403 8453
Face 18307 9071 9183 9060
Face 18308 8954 9049 8453
Face 18309 8128 7286 7814
Face 18310 9183 8954 9060
Face 18311 7406 7080 7285
Face 18312 10970 9183 9071
Face 18313 12858 12859 13259
Face 18314 10125 9432 9319
Face 18315 11002 12104 12440
Face 18316 9653 10916 10084
Face 18317 27247 26787 27737
Face 18318 6896 6895 6795
Face 18319 10902 7136 9204
Face 18320 10901 10902 9204
Face 18321 7821 9650 13772
Face 18322 11094 12736 11850
Face 18323 8729 8730 10258
Face 18324 10259 10795 10080
Face 18325 13793 9444 7743
Face 18326 12494 12583 12582
Face 18327 7748 7857 7747
Face 18328 7851 10079 10372
Face 18329 6979 10964 8230
Face 18330 7386 6979 8230
Face 18331 7842 8640 5723
Face 18332 4592 19838 16518
Face 18333 11242 11241 11172
Face 18334 12137 12136 12049
Face 18335 13223 13316 13315
Face 18336 13316 13410 13315
Face 18337 13222 13223 13315
Face 18338 13410 13409 13315
Face 18339 13410 13505 13504
Face 18340 13409 13410 13504
Face 18341 13602 13601 13504
Face 18342 13505 13602 13504
Face 18343 13695 13694 13601
Face 18344 13602 13695 13601
Face 18345 13695 13790 13789
Face 18346 13694 13695 13789
Face 18347 1118 3937 10601
Face 18348 13603 13604 13696
Face 18349 8556 10980 10953
Face 18350 296 295 6770
Face 18351 8294 8295 8397
Face 18352 10198 8556 7472
Face 18353 9359 9474 9358
Face 18354 9474 9587 9586
Face 18355 9140 9139 9026
Face 18356 10924 8556 10953
Face 18357 9525 8335 7593
Face 18358 8859 9525 7593
Face 18359 8325 8428 8324
Face 18360 10976 10679 10931
Face 18361 4988 5117 2246
Face 18362 7912 10679 10976
Face 18363 10010 10013 8034
Face 18364 8034 13557 7478
Face 18365 8125 10010 8034
Face 18366 10566 8125 8034
Face 18367 8125 8831 8567
Face 18368 10010 8125 8567
Face 18369 8831 10917 10929
Face 18370 8567 8831 10929
Face 18371 8653 7138 10929
Face 18372 10917 8653 10929
Face 18373 2007 1083 9616
Face 18374 11440 148 9181
Face 18375 21555 22425 21649
Face 18376 8074 8180 8179
Face 18377 7454 7453 7344
Face 18378 10833 10212 7731
Face 18379 8028 9072 10964
Face 18380 6985 6984 6878
Face 18381 6979 8028 10964
Face 18382 10587 635 7400
Face 18383 6542 6017 10102
Face 18384 9643 8024 13119
Face 18385 11071 11070 11025
Face 18386 7411 9384 7578
Face 18387 13509 13606 13508
Face 18388 16223 4801 14570
Face 18389 34734 34507 34496
Face 18390 27105 27247 27737
Face 18391 6653 6747 6746
Face 18392 6652 6653 6746
Face 18393 6747 6848 6847
Face 18394 6746 6747 6847
Face 18395 6848 6952 6951
Face 18396 6847 6848 6951
Face 18397 6952 7061 7060
Face 18398 6951 6952 7060
Face 18399 18563 18565 5324
Face 18400 17505 5276 5407
Face 18401 296 6771 297
Face 18402 7066 6957 384
Face 18403 9962 10685 10442
Face 18404 9961 9962 10442
Face 18405 5904 8836 15317
Face 18406 8378 8377 8274
Face 18407 7620 7610 7836
Face 18408 29588 6652 6745
Face 18409 1451 5633 303
Face 18410 7710 3044 10879
Face 18411 8004 1777 1672
Face 18412 62 6894 8360
Face 18413 28147 28148 28153
Face 18414 10756 10878 4576
Face 18415 9481 9480 9365
Face 18416 9491 9490 9375
Face 18417 8640 5724 5723
Face 18418 7451 7450 7341
Face 18419 7342 7451 7341
Face 18420 7563 7562 7450
Face 18421 7451 7563 7450
Face 18422 6962 6963 389
Face 18423 7675 7674 7562
Face 18424 9364 9365 9479
Face 18425 14455 13744 3045
Face 18426 9912 9911 9794
Face 18427 9344 9459 9458
Face 18428 20241 20325 26642
Face 18429 9254 9366 9253
Face 18430 9038 9037 8929
Face 18431 6482 6360 8149
Face 18432 7302 7412 857
Face 18433 8826 8930 8825
Face 18434 7293 7404 7841
Face 18435 9264 9263 9150
Face 18436 7293 10942 7404
Face 18437 7074 9770 10573
Face 18438 9494 9607 9493
Face 18439 9452 9453 9565
Face 18440 9494 9493 9378
Face 18441 9379 9494 9378
Face 18442 10590 10468 9418
Face 18443 9607 9606 9493
Face 18444 8925 8924 8820
Face 18445 7766 7767 7875
Face 18446 8612 8715 8611
Face 18447 8821 8820 8714
Face 18448 8513 8612 8512
Face 18449 8715 8821 8714
Face 18450 7473 9509 10463
Face 18451 8715 8714 8611
Face 18452 9836 9835 9721
Face 18453 13651 12118 12359
Face 18454 9722 9721 9606
Face 18455 9722 9836 9721
Face 18456 7791 7900 7899
Face 18457 9607 9722 9606
Face 18458 9453 9566 9565
Face 18459 7790 7791 7899
Face 18460 9151 9264 9150
Face 18461 8270 7296 10701
Face 18462 10924 10953 9220
Face 18463 21346 21439 21345
Face 18464 10480 8064 9097
Face 18465 7277 8645 7276
Face 18466 8577 8680 8576
Face 18467 9210 7627 8250
Face 18468 8800 8799 8693
Face 18469 8094 8093 7988
Face 18470 10663 10662 10541
Face 18471 7505 10101 6414
Face 18472 23225 22436 28940
Face 18473 10542 10663 10541
Face 18474 9820 9819 9705
Face 18475 10375 7087 7285
Face 18476 7434 7545 7433
Face 18477 9706 9820 9705
Face 18478 9024 9137 9136
Face 18479 7545 7657 7656
Face 18480 9137 9250 9249
Face 18481 9023 9024 9136
Face 18482 9362 9361 9249
Face 18483 9136 9137 9249
Face 18484 9477 9476 9361
Face 18485 9250 9362 9249
Face 18486 9590 9589 9476
Face 18487 9362 9477 9361
Face 18488 9705 9704 9589
Face 18489 9477 9590 9476
Face 18490 9819 9818 9704
Face 18491 9590 9705 9589
Face 18492 7358 10375 7285
Face 18493 9705 9819 9704
Face 18494 7136 9904 8124
Face 18495 6895 7002 11219
Face 18496 13609 13610 13702
Face 18497 10780 10902 10901
Face 18498 10258 10259 10080
Face 18499 9743 4842 12378
Face 18500 10634 10758 10757
Face 18501 7366 7367 8729
Face 18502 8286 8389 8285
Face 18503 10143 10144 10262
Face 18504 9469 9470 9582
Face 18505 9741 8270 7243
Face 18506 8645 8625 7276
Face 18507 8085 8084 7979
Face 18508 26182 16718 26787
Face 18509 34374 34378 34433
Face 18510 11967 12052 11966
Face 18511 12052 12139 12051
Face 18512 11883 11967 11882
Face 18513 12139 12138 12051
Face 18514 11802 11883 11801
Face 18515 12052 12051 11966
Face 18516 11802 11801 11719
Face 18517 11967 11966 11882
Face 18518 11720 11802 11719
Face 18519 11883 11882 11801
Face 18520 13790 10189 13789
Face 18521 10189 4083 13789
Face 18522 20179 26898 20100
Face 18523 13095 10674 12262
Face 18524 10899 10198 10898
Face 18525 16835 11927 32662
Face 18526 1019 1797 1377
Face 18527 9027 9140 9026
Face 18528 21045 27830 27962
Face 18529 3556 10850 70
Face 18530 7458 7457 7348
Face 18531 6363 6364 6485
Face 18532 8337 10376 7384
Face 18533 7272 9296 13673
Face 18534 8337 7941 8048
Face 18535 10376 8337 8048
Face 18536 8617 8720 8616
Face 18537 8720 8719 8616
Face 18538 7582 10566 9408
Face 18539 2377 9408 7478
Face 18540 7626 8125 10566
Face 18541 7582 7626 10566
Face 18542 7626 7714 8831
Face 18543 8125 7626 8831
Face 18544 6708 10917 8831
Face 18545 7714 6708 8831
Face 18546 10731 8653 10917
Face 18547 6708 10731 10917
Face 18548 895 7297 7513
Face 18549 33359 33358 33222
Face 18550 9329 4999 6628
Face 18551 7969 8074 8073
Face 18552 10561 8447 10554
Face 18553 28253 28387 28386
Face 18554 22589 20279 22588
Face 18555 7487 9741 8250
Face 18556 8069 8068 7963
Face 18557 32362 32361 32255
Face 18558 12202 12361 3189
Face 18559 10094 10189 13790
Face 18560 12908 13381 13380
Face 18561 27247 26182 26787
Face 18562 13709 631 13708
Face 18563 11097 4598 11378
Face 18564 4457 636 6380
Face 18565 6590 6652 28290
Face 18566 34597 34579 34422
Face 18567 6115 6241 6114
Face 18568 20918 3331 20830
Face 18569 6748 6849 6848
Face 18570 6747 6748 6848
Face 18571 6849 6953 6952
Face 18572 6848 6849 6952
Face 18573 6953 7062 7061
Face 18574 6952 6953 7061
Face 18575 5407 18619 17505
Face 18576 7062 7170 7061
Face 18577 2036 20894 16718
Face 18578 19889 19888 19812
Face 18579 10297 10419 10418
Face 18580 10296 10297 10418
Face 18581 10790 10912 10911
Face 18582 7342 7341 7234
Face 18583 10617 10205 7917
Face 18584 14896 14895 14527
Face 18585 7538 7650 7537
Face 18586 9625 7086 7087
Face 18587 6257 6256 6131
Face 18588 10375 9625 7087
Face 18589 2248 2104 2374
Face 18590 10707 10708 8992
Face 18591 7231 7232 7337
Face 18592 7466 9165 2916
Face 18593 3927 10260 4055
Face 18594 26182 2036 16718
Face 18595 6938 155 7048
Face 18596 10165 10283 10164
Face 18597 8890 8891 8998
Face 18598 10387 10510 10509
Face 18599 8749 8238 7086
Face 18600 9795 9912 9794
Face 18601 9625 8749 7086
Face 18602 10725 10602 8238
Face 18603 8749 10725 8238
Face 18604 9425 9312 10602
Face 18605 6169 6289 6168
Face 18606 10725 9425 10602
Face 18607 9740 8960 6979
Face 18608 8237 8149 8470
Face 18609 930 5595 5464
Face 18610 9038 9151 9037
Face 18611 10429 7492 9964
Face 18612 9741 7243 8250
Face 18613 10148 10267 10266
Face 18614 10087 10335 8750
Face 18615 13688 13783 13687
Face 18616 7384 8036 8337
Face 18617 7767 7876 7875
Face 18618 7103 7212 7211
Face 18619 10058 10177 10176
Face 18620 9930 10046 9929
Face 18621 9825 9942 9824
Face 18622 10058 10057 9941
Face 18623 9942 10058 9941
Face 18624 9458 9459 9571
Face 18625 10057 10058 10176
Face 18626 8689 8795 8794
Face 18627 10295 10294 10176
Face 18628 10177 10295 10176
Face 18629 7773 7772 7659
Face 18630 10417 10416 10294
Face 18631 8130 8454 7703
Face 18632 7548 7660 7547
Face 18633 13600 13693 13692
Face 18634 10786 10787 10908
Face 18635 6130 7254 6131
Face 18636 10159 10277 10276
Face 18637 34482 34814 34711
Face 18638 7317 7427 7426
Face 18639 8068 8069 8174
Face 18640 10659 10658 10537
Face 18641 8542 9506 5599
Face 18642 10144 10145 10263
Face 18643 9610 9725 9609
Face 18644 2388 8721 8618
Face 18645 9839 9838 9724
Face 18646 9725 9839 9724
Face 18647 14528 14900 14775
Face 18648 7641 7754 7753
Face 18649 10787 10786 10662
Face 18650 10542 10541 10418
Face 18651 9425 329 9312
Face 18652 8700 8806 8699
Face 18653 9937 9936 9819
Face 18654 9706 9705 9590
Face 18655 7544 7545 7656
Face 18656 7657 7770 7769
Face 18657 7880 7879 7770
Face 18658 7771 7880 7770
Face 18659 7658 7657 7545
Face 18660 7546 7658 7545
Face 18661 7325 7324 7219
Face 18662 7220 7325 7219
Face 18663 7220 7219 7110
Face 18664 7111 7220 7110
Face 18665 7111 7110 7003
Face 18666 7004 7111 7003
Face 18667 7187 8778 7079
Face 18668 7004 7003 6896
Face 18669 9936 9935 9818
Face 18670 6897 7004 6896
Face 18671 21259 32629 21260
Face 18672 9819 9936 9818
Face 18673 10779 10780 10901
Face 18674 7001 11219 7002
Face 18675 3931 8568 1215
Face 18676 10535 10656 10534
Face 18677 8730 10259 10258
Face 18678 13219 13220 13312
Face 18679 13704 13799 13703
Face 18680 10179 10178 10059
Face 18681 7296 10005 10701
Face 18682 4066 10271 10152
Face 18683 10124 7081 9869
Face 18684 9725 9724 9609
Face 18685 7512 10466 8439
Face 18686 3034 3305 1646
Face 18687 11970 12055 11969
Face 18688 11229 11161 4598
Face 18689 11371 7501 11756
Face 18690 7573 11547 7686
Face 18691 7501 11780 11779
Face 18692 11756 7501 11779
Face 18693 11780 7511 11082
Face 18694 11779 11780 11082
Face 18695 11720 11719 11640
Face 18696 11641 11720 11640
Face 18697 11321 11320 11245
Face 18698 10189 13490 13584
Face 18699 10347 7851 9959
Face 18700 9969 9854 7851
Face 18701 13133 13228 13227
Face 18702 8991 10347 9959
Face 18703 8579 8578 8479
Face 18704 6001 8863 7229
Face 18705 8480 8479 8379
Face 18706 8480 8579 8479
Face 18707 1637 8276 8275
Face 18708 8380 8480 8379
Face 18709 8380 8379 8276
Face 18710 8277 8380 8276
Face 18711 7941 9558 8048
Face 18712 9558 9064 8048
Face 18713 6884 6885 6990
Face 18714 10828 7386 10555
Face 18715 8213 7582 9407
Face 18716 2377 9407 9408
Face 18717 8020 7626 7582
Face 18718 8213 8020 7582
Face 18719 7270 7714 7626
Face 18720 8020 7270 7626
Face 18721 7270 9297 6708
Face 18722 7714 7270 6708
Face 18723 10229 10731 6708
Face 18724 9297 10229 6708
Face 18725 7146 8002 5853
Face 18726 10229 7839 10731
Face 18727 7968 7969 8073
Face 18728 11223 11297 12653
Face 18729 2550 20891 20889
Face 18730 10685 9329 8878
Face 18731 8270 10701 7243
Face 18732 2549 2550 20889
Face 18733 7386 8230 10555
Face 18734 9610 9609 9496
Face 18735 11152 6795 6895
Face 18736 9432 13382 9169
Face 18737 9792 9909 3539
Face 18738 14627 4859 4991
Face 18739 13414 13413 13319
Face 18740 13414 13509 13413
Face 18741 2018 1897 8216
Face 18742 2019 8216 8322
Face 18743 17958 25553 27997
Face 18744 24347 24471 24761
Face 18745 26218 28555 20894
Face 18746 25730 25841 25840
Face 18747 27218 28682 28550
Face 18748 6749 6850 6849
Face 18749 24124 11371 11756
Face 18750 6850 6954 6953
Face 18751 6849 6850 6953
Face 18752 6954 7063 7062
Face 18753 6953 6954 7062
Face 18754 7171 7170 7062
Face 18755 7063 7171 7062
Face 18756 7707 6169 6170
Face 18757 15459 3174 1756
Face 18758 9944 10060 9943
Face 18759 7089 625 516
Face 18760 32405 7234 7233
Face 18761 11719 11718 11639
Face 18762 9497 9496 9381
Face 18763 9382 9269 16581
Face 18764 8377 8477 8476
Face 18765 8227 8226 8122
Face 18766 34488 34751 34615
Face 18767 8332 8331 8226
Face 18768 3076 21164 21257
Face 18769 8332 8435 8331
Face 18770 8226 8227 8332
Face 18771 8800 8904 8799
Face 18772 8220 8325 8219
Face 18773 11292 28636 16670
Face 18774 8428 8427 8324
Face 18775 8633 8738 8737
Face 18776 8632 8633 8737
Face 18777 8738 8843 8842
Face 18778 8737 8738 8842
Face 18779 34477 22039 34339
Face 18780 28136 16663 20540
Face 18781 11533 11454 4725
Face 18782 7806 8745 10686
Face 18783 13497 13498 13594
Face 18784 13131 13226 13130
Face 18785 9130 9129 9016
Face 18786 18257 19838 4592
Face 18787 5595 7245 5594
Face 18788 9162 8555 10800
Face 18789 13610 13611 13703
Face 18790 20889 20891 7019
Face 18791 34475 34781 34651
Face 18792 12215 12216 12304
Face 18793 178 16111 16594
Face 18794 10564 8564 9851
Face 18795 416 12385 1198
Face 18796 8443 10560 9868
Face 18797 9960 10564 10563
Face 18798 7894 8262 9669
Face 18799 9868 9960 10563
Face 18800 9304 10552 7388
Face 18801 34511 34675 34480
Face 18802 8446 8342 8747
Face 18803 14527 14528 14775
Face 18804 9169 2007 2006
Face 18805 9858 9511 9762
Face 18806 9624 9739 9669
Face 18807 8262 8263 9669
Face 18808 9851 8564 7835
Face 18809 6815 7402 9624
Face 18810 10563 10564 9851
Face 18811 1229 10933 10597
Face 18812 10909 10379 8236
Face 18813 8564 1229 7835
Face 18814 7787 7788 7896
Face 18815 9370 9369 9257
Face 18816 8541 9398 9059
Face 18817 2103 8679 2230
Face 18818 13604 13603 13506
Face 18819 9794 9911 9793
Face 18820 13791 13792 10094
Face 18821 21353 21446 21445
Face 18822 21352 21353 21445
Face 18823 30603 30697 30602
Face 18824 9708 9822 9707
Face 18825 8975 7725 8763
Face 18826 20280 20279 14896
Face 18827 4320 5510 770
Face 18828 10419 10542 10418
Face 18829 10060 10179 10059
Face 18830 10459 8948 8949
Face 18831 10185 10303 10184
Face 18832 9591 9706 9590
Face 18833 9591 9590 9477
Face 18834 7656 7657 7769
Face 18835 7879 7878 7769
Face 18836 7771 7770 7657
Face 18837 7658 7771 7657
Face 18838 8819 8818 8712
Face 18839 8713 8819 8712
Face 18840 9144 9143 9030
Face 18841 8923 8922 8818
Face 18842 9484 9483 9368
Face 18843 9031 9144 9030
Face 18844 9597 9596 9483
Face 18845 9369 9484 9368
Face 18846 9712 9711 9596
Face 18847 9484 9597 9483
Face 18848 7530 7531 7642
Face 18849 9597 9712 9596
Face 18850 9936 10052 10051
Face 18851 32138 32137 32033
Face 18852 6896 7003 6895
Face 18853 9935 9936 10051
Face 18854 10656 10780 10779
Face 18855 7110 7109 7002
Face 18856 7306 7416 7415
Face 18857 10655 10656 10779
Face 18858 9145 9258 9144
Face 18859 25846 29603 29605
Face 18860 34499 34442 34619
Face 18861 9261 9260 9147
Face 18862 9939 9938 9821
Face 18863 8703 8809 8808
Face 18864 2006 2007 9614
Face 18865 34434 34706 34455
Face 18866 11640 11719 11639
Face 18867 12046 12045 11960
Face 18868 23495 28438 23661
Face 18869 13189 11231 8570
Face 18870 38 98 12932
Face 18871 13787 8416 13786
Face 18872 11082 7511 13185
Face 18873 7511 13094 13185
Face 18874 11246 11321 11245
Face 18875 11321 11402 11320
Face 18876 8930 8929 8825
Face 18877 13432 13431 13337
Face 18878 34654 34761 34283
Face 18879 7682 7795 7681
Face 18880 27568 28154 27888
Face 18881 8116 8115 8010
Face 18882 1193 1194 1301
Face 18883 6512 7724 4090
Face 18884 625 7198 7197
Face 18885 33301 6288 32650
Face 18886 10018 9620 10888
Face 18887 28521 28522 28656
Face 18888 24506 19225 24367
Face 18889 7523 7635 7522
Face 18890 9083 7611 9064
Face 18891 8173 8277 8276
Face 18892 7596 7917 8942
Face 18893 9558 9083 9064
Face 18894 10702 8213 9521
Face 18895 13277 9521 9407
Face 18896 7736 8020 8213
Face 18897 10702 7736 8213
Face 18898 7283 7270 8020
Face 18899 7736 7283 8020
Face 18900 7742 9297 7270
Face 18901 7283 7742 7270
Face 18902 8242 10229 9297
Face 18903 7742 8242 9297
Face 18904 9628 7839 10229
Face 18905 8242 9628 10229
Face 18906 30528 30527 25579
Face 18907 13382 12751 9169
Face 18908 10442 10685 8878
Face 18909 10760 10761 10882
Face 18910 33498 33497 33364
Face 18911 9258 9257 9144
Face 18912 9497 9610 9496
Face 18913 11059 32304 30624
Face 18914 5600 9506 15642
Face 18915 10793 10915 10914
Face 18916 1553 7887 1439
Face 18917 20446 20447 33193
Face 18918 7599 872 7600
Face 18919 34280 34594 13574
Face 18920 5840 15614 5841
Face 18921 12676 13394 3029
Face 18922 3282 9563 9678
Face 18923 2036 26218 20894
Face 18924 26218 27501 28132
Face 18925 14533 32419 32535
Face 18926 29580 29579 29448
Face 18927 29062 19199 18683
Face 18928 18683 19199 27050
Face 18929 6750 6851 6850
Face 18930 6749 6750 6850
Face 18931 6851 6955 6954
Face 18932 6850 6851 6954
Face 18933 6955 7064 7063
Face 18934 6954 6955 7063
Face 18935 7064 489 7063
Face 18936 489 7171 7063
Face 18937 2490 1318 4333
Face 18938 8863 6001 8574
Face 18939 9032 9031 8923
Face 18940 26337 11326 26220
Face 18941 14292 10081 14291
Face 18942 8485 8486 8584
Face 18943 9035 9148 9034
Face 18944 10668 10669 10792
Face 18945 8683 8789 8788
Face 18946 4082 1317 7049
Face 18947 9155 7470 10250
Face 18948 10879 10878 10756
Face 18949 10757 10879 10756
Face 18950 10513 10633 10512
Face 18951 10633 10757 10756
Face 18952 458 566 457
Face 18953 10390 10513 10389
Face 18954 34498 34482 34564
Face 18955 2008 2133 8415
Face 18956 6681 33540 33541
Face 18957 7212 7317 7211
Face 18958 8961 8856 7492
Face 18959 31585 31584 31475
Face 18960 28555 26218 28132
Face 18961 19580 17087 16994
Face 18962 8878 9329 6628
Face 18963 27501 28301 18360
Face 18964 13189 13190 12931
Face 18965 4999 9282 7692
Face 18966 2928 2927 7664
Face 18967 12575 12665 12664
Face 18968 8124 9904 10680
Face 18969 9968 9977 10830
Face 18970 34332 34378 34374
Face 18971 8138 10082 9965
Face 18972 7473 6840 9509
Face 18973 11854 11937 98
Face 18974 10217 6840 7473
Face 18975 10216 10217 7473
Face 18976 8652 10217 10216
Face 18977 6840 9510 9509
Face 18978 10469 10590 9509
Face 18979 8651 8652 10216
Face 18980 11886 11970 11885
Face 18981 9510 10469 9509
Face 18982 9739 7894 9669
Face 18983 11686 13654 13299
Face 18984 8301 8302 8404
Face 18985 8405 8505 8504
Face 18986 6683 6779 6778
Face 18987 8204 8203 8097
Face 18988 8611 8610 8511
Face 18989 8512 8611 8511
Face 18990 7896 1672 1671
Face 18991 9608 9607 9494
Face 18992 873 872 7599
Face 18993 7745 3297 4989
Face 18994 10632 10633 10756
Face 18995 10390 10389 10267
Face 18996 10633 10632 10512
Face 18997 10268 10390 10267
Face 18998 8386 8486 8485
Face 18999 8005 8006 8110
Face 19000 9991 1898 7182
Face 19001 9488 9487 9372
Face 19002 10297 10296 10178
Face 19003 8309 8308 8204
Face 19004 10303 10302 10184
Face 19005 9830 9829 9715
Face 19006 9478 9591 9477
Face 19007 8091 8092 8197
Face 19008 7770 7879 7769
Face 19009 7986 7985 7878
Face 19010 7546 7545 7434
Face 19011 7435 7546 7434
Face 19012 8819 8923 8818
Face 19013 8923 9031 9030
Face 19014 155 6938 6939
Face 19015 677 7474 678
Face 19016 7660 7659 7547
Face 19017 10590 10120 10468
Face 19018 9865 10863 7888
Face 19019 7437 7548 7436
Face 19020 9601 9600 9487
Face 19021 9488 9601 9487
Face 19022 9826 9825 9711
Face 19023 9853 9865 7888
Face 19024 6682 6683 6778
Face 19025 9712 9826 9711
Face 19026 11454 11686 13299
Face 19027 13394 12113 13121
Face 19028 10422 10545 10421
Face 19029 6779 6878 6877
Face 19030 19981 17630 17629
Face 19031 10484 7137 2235
Face 19032 1413 1414 1527
Face 19033 11063 11062 11017
Face 19034 9148 9261 9147
Face 19035 9723 9722 9607
Face 19036 7899 8006 8005
Face 19037 7898 7899 8005
Face 19038 10513 10512 10389
Face 19039 34532 34460 34662
Face 19040 11018 11063 11017
Face 19041 276 4600 756
Face 19042 11186 11123 11124
Face 19043 24419 23148 24287
Face 19044 4989 3297 5469
Face 19045 8517 4212 5124
Face 19046 34695 34348 34457
Face 19047 13664 13570 13185
Face 19048 8482 8581 8580
Face 19049 30569 30568 30483
Face 19050 8278 8279 8381
Face 19051 8481 8482 8580
Face 19052 8382 8482 8481
Face 19053 8381 8382 8481
Face 19054 7635 7634 7522
Face 19055 8580 8581 8683
Face 19056 8507 8606 8506
Face 19057 6165 33301 6164
Face 19058 8949 8948 8832
Face 19059 10932 4201 1228
Face 19060 10481 8343 10561
Face 19061 8501 8600 8500
Face 19062 7748 7747 7634
Face 19063 6788 6887 6886
Face 19064 28132 27501 18360
Face 19065 7635 7748 7634
Face 19066 7531 7643 7642
Face 19067 21157 21067 21068
Face 19068 8137 10702 9520
Face 19069 4725 9520 9521
Face 19070 9895 7736 10702
Face 19071 8137 9895 10702
Face 19072 7284 7283 7736
Face 19073 9895 7284 7736
Face 19074 7514 7742 7283
Face 19075 7284 7514 7283
Face 19076 7514 8164 8242
Face 19077 7742 7514 8242
Face 19078 8164 9629 9628
Face 19079 8242 8164 9628
Face 19080 34768 34731 34792
Face 19081 29764 22709 29763
Face 19082 6965 392 391
Face 19083 32964 33098 32963
Face 19084 9145 9144 9031
Face 19085 9032 9145 9031
Face 19086 8068 8067 7962
Face 19087 9608 9723 9607
Face 19088 7676 7677 7789
Face 19089 7790 7899 7898
Face 19090 1755 15908 2587
Face 19091 10149 10148 10029
Face 19092 199 20174 1786
Face 19093 34298 34276 34444
Face 19094 12751 1083 2007
Face 19095 9169 12751 2007
Face 19096 23670 23657 23394
Face 19097 24773 24866 23813
Face 19098 28301 44 26209
Face 19099 18360 28301 26209
Face 19100 32958 33092 32957
Face 19101 17142 18430 18634
Face 19102 6849 6748 6749
Face 19103 30410 30409 30342
Face 19104 6751 6852 6851
Face 19105 6750 6751 6851
Face 19106 6852 6956 6955
Face 19107 6851 6852 6955
Face 19108 6956 7065 7064
Face 19109 6955 6956 7064
Face 19110 7597 7708 1092
Face 19111 490 489 7064
Face 19112 23387 24343 20846
Face 19113 7012 9095 9286
Face 19114 7994 7993 7886
Face 19115 8924 9032 8923
Face 19116 8385 8386 8485
Face 19117 4190 4063 8661
Face 19118 7565 7677 7564
Face 19119 7677 7790 7789
Face 19120 10030 10149 10029
Face 19121 7677 7676 7564
Face 19122 9797 9914 9796
Face 19123 10030 10029 9913
Face 19124 9683 9797 9682
Face 19125 9914 10030 9913
Face 19126 9567 9568 9682
Face 19127 9914 9913 9796
Face 19128 9454 9455 9567
Face 19129 9797 9796 9682
Face 19130 6144 10764 10640
Face 19131 9915 10031 9914
Face 19132 2716 9269 9268
Face 19133 12115 3435 12831
Face 19134 7788 7897 7896
Face 19135 11646 11725 11645
Face 19136 7563 7675 7562
Face 19137 7788 7787 7674
Face 19138 10908 10909 8236
Face 19139 7675 7788 7674
Face 19140 8283 8284 8386
Face 19141 10379 8828 8829
Face 19142 6628 4999 7692
Face 19143 9282 10572 10506
Face 19144 12575 12574 12485
Face 19145 7692 9282 10506
Face 19146 12216 12305 12304
Face 19147 13604 13697 13696
Face 19148 10805 9409 10360
Face 19149 12305 12396 12395
Face 19150 12055 12054 11969
Face 19151 10680 10805 10360
Face 19152 11176 11175 11113
Face 19153 11805 11886 11804
Face 19154 8702 8701 8598
Face 19155 11970 11969 11885
Face 19156 9815 9932 9814
Face 19157 8599 8702 8598
Face 19158 9932 9931 9814
Face 19159 10048 10047 9931
Face 19160 8599 8598 8499
Face 19161 8500 8599 8499
Face 19162 10135 10852 9212
Face 19163 10584 10135 9212
Face 19164 6778 6779 6877
Face 19165 8916 8915 8811
Face 19166 8198 8302 8301
Face 19167 8197 8198 8301
Face 19168 8098 8204 8097
Face 19169 8308 8307 8203
Face 19170 8309 8412 8308
Face 19171 8512 8511 8411
Face 19172 9495 9608 9494
Face 19173 30208 30273 30207
Face 19174 26099 26100 27391
Face 19175 18799 18457 16706
Face 19176 9568 9683 9682
Face 19177 10150 10149 10030
Face 19178 10031 10150 10030
Face 19179 10357 10480 9097
Face 19180 34310 34401 34534
Face 19181 12820 4472 15043
Face 19182 9373 9488 9372
Face 19183 20719 13276 22718
Face 19184 7994 8099 7993
Face 19185 10877 10996 7927
Face 19186 9716 9830 9715
Face 19187 8205 8204 8098
Face 19188 8092 8091 7986
Face 19189 8511 8510 8410
Face 19190 7879 7986 7878
Face 19191 7987 8092 7986
Face 19192 7435 7434 7324
Face 19193 7325 7435 7324
Face 19194 8922 8923 9030
Face 19195 9257 9256 9143
Face 19196 9812 9813 9929
Face 19197 10046 10045 9929
Face 19198 7642 7755 7754
Face 19199 18606 5456 17320
Face 19200 11646 11645 11567
Face 19201 10531 10652 10651
Face 19202 64 282 8038
Face 19203 8578 8577 8478
Face 19204 10303 10425 10302
Face 19205 7778 9436 8775
Face 19206 9943 9942 9825
Face 19207 10425 10424 10302
Face 19208 8829 6893 8123
Face 19209 9826 9943 9825
Face 19210 6893 10317 10560
Face 19211 9196 8829 8123
Face 19212 11931 13095 12006
Face 19213 8555 10799 10800
Face 19214 11399 11482 11398
Face 19215 6610 10011 14867
Face 19216 8619 10128 6134
Face 19217 11482 11481 11398
Face 19218 8006 8111 8110
Face 19219 24550 23699 23185
Face 19220 6984 6983 6877
Face 19221 7528 7640 7639
Face 19222 10959 9539 2360
Face 19223 23724 19314 24463
Face 19224 24366 24367 19225
Face 19225 12853 13388 2899
Face 19226 20273 20272 20190
Face 19227 25303 25360 23306
Face 19228 20112 20191 20190
Face 19229 10286 10287 10408
Face 19230 8581 8684 8683
Face 19231 10168 10169 10286
Face 19232 8041 7383 89
Face 19233 10050 10169 10049
Face 19234 10286 10408 10407
Face 19235 9816 9817 9933
Face 19236 10169 10287 10286
Face 19237 6878 6984 6877
Face 19238 10169 10168 10049
Face 19239 7091 7090 6983
Face 19240 6984 7091 6983
Face 19241 7091 7200 7199
Face 19242 7090 7091 7199
Face 19243 9934 10050 9933
Face 19244 7200 7305 7304
Face 19245 7857 7856 7747
Face 19246 9817 9934 9933
Face 19247 26209 44 28021
Face 19248 8684 8790 8789
Face 19249 9051 8137 9519
Face 19250 13299 9519 9520
Face 19251 9666 9895 8137
Face 19252 9051 9666 8137
Face 19253 7395 7284 9895
Face 19254 9666 7395 9895
Face 19255 9316 7514 7284
Face 19256 7395 9316 7284
Face 19257 10806 8164 7514
Face 19258 9316 10806 7514
Face 19259 10806 7144 9629
Face 19260 8164 10806 9629
Face 19261 9984 9081 10103
Face 19262 6416 6541 9081
Face 19263 9081 6541 10103
Face 19264 6416 9081 7153
Face 19265 9854 4214 5598
Face 19266 16371 530 16211
Face 19267 9837 9836 9722
Face 19268 7199 7200 7304
Face 19269 7789 7790 7898
Face 19270 9593 9592 9479
Face 19271 7305 7415 7414
Face 19272 7304 7305 7414
Face 19273 7526 7525 7414
Face 19274 6517 226 2669
Face 19275 12224 12225 12313
Face 19276 6982 7089 516
Face 19277 12183 8748 22730
Face 19278 22602 14809 22601
Face 19279 28021 23119 28091
Face 19280 23553 25455 25521
Face 19281 32372 32371 32265
Face 19282 31490 31489 31385
Face 19283 6657 6752 6751
Face 19284 26904 6749 11382
Face 19285 6752 6853 6852
Face 19286 6751 6752 6852
Face 19287 6853 6957 6956
Face 19288 6852 6853 6956
Face 19289 7066 7065 6956
Face 19290 6957 7066 6956
Face 19291 205 4720 488
Face 19292 13490 8256 9326
Face 19293 1633 8271 1742
Face 19294 3044 3169 10878
Face 19295 10791 10913 10912
Face 19296 10790 10791 10912
Face 19297 8401 8402 8501
Face 19298 9235 9347 9346
Face 19299 8893 8894 9001
Face 19300 7415 7526 7414
Face 19301 7638 7637 7525
Face 19302 7526 7638 7525
Face 19303 7751 7750 7637
Face 19304 7446 8237 8470
Face 19305 9339 9340 9454
Face 19306 8279 8278 8174
Face 19307 8175 8279 8174
Face 19308 7352 7912 7739
Face 19309 7344 7343 7236
Face 19310 7904 7903 7794
Face 19311 9148 9147 9034
Face 19312 7236 7235 32300
Face 19313 2377 2375 11771
Face 19314 11690 2377 11771
Face 19315 11172 11241 11171
Face 19316 13311 13219 13312
Face 19317 16721 5505 29738
Face 19318 7006 7005 6898
Face 19319 7006 7113 7005
Face 19320 7222 7221 7112
Face 19321 9944 9943 9826
Face 19322 11112 11111 31020
Face 19323 8236 10379 8829
Face 19324 10179 10297 10178
Face 19325 9113 9226 9225
Face 19326 8828 9076 6893
Face 19327 9232 9344 9343
Face 19328 11882 11881 11800
Face 19329 13406 13407 13501
Face 19330 2529 5637 4842
Face 19331 10290 10412 10289
Face 19332 9734 2529 4842
Face 19333 9409 8138 7519
Face 19334 10535 10534 10411
Face 19335 7937 8148 10729
Face 19336 10360 9409 7519
Face 19337 7106 7105 6998
Face 19338 34549 34315 34515
Face 19339 8808 8807 8701
Face 19340 7214 7215 7319
Face 19341 7638 7751 7637
Face 19342 8702 8808 8701
Face 19343 7751 7860 7859
Face 19344 7750 7751 7859
Face 19345 8474 7189 7510
Face 19346 7860 7967 7966
Face 19347 8694 8800 8693
Face 19348 7189 6719 7295
Face 19349 10135 7469 10369
Face 19350 8086 8192 8085
Face 19351 8812 8916 8811
Face 19352 13056 13150 13149
Face 19353 8302 8405 8404
Face 19354 8916 9024 9023
Face 19355 8204 8308 8203
Face 19356 2551 21263 20892
Face 19357 8412 8512 8411
Face 19358 8411 8410 8307
Face 19359 10996 10993 7927
Face 19360 8205 8309 8204
Face 19361 27390 27391 29085
Face 19362 6786 6885 6884
Face 19363 4735 10124 9869
Face 19364 7522 7634 7633
Face 19365 8991 9959 7081
Face 19366 8019 8337 8036
Face 19367 8011 8116 8010
Face 19368 8376 8377 8476
Face 19369 27394 29087 29086
Face 19370 9083 9310 7611
Face 19371 7643 7756 7755
Face 19372 10205 7188 10732
Face 19373 8099 8205 8098
Face 19374 7887 7994 7886
Face 19375 8411 8511 8410
Face 19376 8610 8609 8510
Face 19377 8092 8198 8197
Face 19378 7987 7986 7879
Face 19379 7607 8252 8148
Face 19380 9764 7607 8148
Face 19381 9144 9257 9143
Face 19382 9369 9368 9256
Face 19383 9509 9418 10463
Face 19384 7654 7767 7653
Face 19385 8699 8698 8595
Face 19386 9453 9454 9566
Face 19387 7795 7794 7681
Face 19388 9565 9566 9680
Face 19389 34792 34535 34796
Face 19390 7384 10376 6923
Face 19391 10365 7082 8059
Face 19392 6793 10459 10449
Face 19393 9911 9910 9793
Face 19394 8775 8776 6873
Face 19395 12486 12485 12395
Face 19396 6890 6889 6789
Face 19397 13338 13432 13337
Face 19398 12304 12305 12395
Face 19399 10085 10807 5496
Face 19400 11180 11249 11179
Face 19401 9629 7144 7376
Face 19402 13365 11204 4742
Face 19403 11563 11641 11562
Face 19404 12076 12075 11991
Face 19405 872 871 7600
Face 19406 11485 11484 11401
Face 19407 3667 10024 10023
Face 19408 22219 22315 22218
Face 19409 8100 7995 1663
Face 19410 13205 11768 11462
Face 19411 22411 22410 22314
Face 19412 18352 26452 27278
Face 19413 26452 27275 27278
Face 19414 19339 27698 21087
Face 19415 23871 2680 23872
Face 19416 26294 26412 26411
Face 19417 7859 7860 7966
Face 19418 10050 10049 9933
Face 19419 7967 8072 8071
Face 19420 7966 7967 8071
Face 19421 8072 8178 8177
Face 19422 7470 7734 10250
Face 19423 8071 8072 8177
Face 19424 8178 8282 8281
Face 19425 8177 8178 8281
Face 19426 8282 8385 8384
Face 19427 7510 7401 10250
Face 19428 8281 8282 8384
Face 19429 8683 8684 8789
Face 19430 6700 7472 10802
Face 19431 13654 9633 9519
Face 19432 8790 8894 8893
Face 19433 8637 9666 9051
Face 19434 10763 8637 9051
Face 19435 7729 7395 9666
Face 19436 8637 7729 9666
Face 19437 7515 9316 7395
Face 19438 7729 7515 7395
Face 19439 7515 10097 10806
Face 19440 9316 7515 10806
Face 19441 10097 7251 7144
Face 19442 10806 10097 7144
Face 19443 7251 7485 7376
Face 19444 7144 7251 7376
Face 19445 8040 10378 7376
Face 19446 7485 8040 7376
Face 19447 5639 10673 5510
Face 19448 183 36 1765
Face 19449 8385 8485 8484
Face 19450 10883 8555 9162
Face 19451 9955 9837 9838
Face 19452 8559 9535 8152
Face 19453 8974 1437 9765
Face 19454 9909 10025 10024
Face 19455 23774 25866 25867
Face 19456 10063 10062 9946
Face 19457 293 6768 294
Face 19458 11680 11082 13000
Face 19459 58 19553 19552
Face 19460 26293 26294 26411
Face 19461 14725 14905 19906
Face 19462 19885 2105 18586
Face 19463 11006 11048 27038
Face 19464 26682 26815 28282
Face 19465 33492 33619 33491
Face 19466 25882 11121 25777
Face 19467 6658 6753 6752
Face 19468 6656 6657 6751
Face 19469 6753 6854 6853
Face 19470 6752 6753 6853
Face 19471 6854 6958 6957
Face 19472 6853 6854 6957
Face 19473 168 2798 13030
Face 19474 33542 32754 21739
Face 19475 27697 27958 29582
Face 19476 4327 4326 4196
Face 19477 7911 8235 10679
Face 19478 7912 7911 10679
Face 19479 10913 10696 9770
Face 19480 10912 10913 9770
Face 19481 8651 8645 7277
Face 19482 16766 6733 34121
Face 19483 10370 9852 9623
Face 19484 10974 9733 10797
Face 19485 7869 7868 7759
Face 19486 7252 10617 7917
Face 19487 11647 11726 11646
Face 19488 6170 6171 6291
Face 19489 2878 2253 2128
Face 19490 7453 7565 7452
Face 19491 8894 9002 9001
Face 19492 7453 7452 7343
Face 19493 7344 7453 7343
Face 19494 7045 250 249
Face 19495 7565 7564 7452
Face 19496 24805 24902 22828
Face 19497 25778 25777 30623
Face 19498 9268 9267 9154
Face 19499 12026 13578 12467
Face 19500 9495 9494 9379
Face 19501 13585 13678 10069
Face 19502 9380 9379 9267
Face 19503 9380 9495 9379
Face 19504 9258 9370 9257
Face 19505 9268 9380 9267
Face 19506 10429 9964 9307
Face 19507 9827 9944 9826
Face 19508 32904 12531 12441
Face 19509 9110 2617 8997
Face 19510 10172 10171 10052
Face 19511 8653 10731 4843
Face 19512 10172 10290 10171
Face 19513 10053 10172 10052
Face 19514 10412 10535 10411
Face 19515 10412 10411 10289
Face 19516 13136 13135 13041
Face 19517 10656 10655 10534
Face 19518 10729 10594 10367
Face 19519 20042 20041 19964
Face 19520 6999 7106 6998
Face 19521 11882 11966 11881
Face 19522 8192 8191 8085
Face 19523 7215 7214 7105
Face 19524 7874 7981 7873
Face 19525 8086 8085 7980
Face 19526 9129 9128 9015
Face 19527 7981 8086 7980
Face 19528 10403 10526 10525
Face 19529 9016 9129 9015
Face 19530 10402 10403 10525
Face 19531 10526 10647 10646
Face 19532 9069 10243 9099
Face 19533 7290 9069 9099
Face 19534 10774 10773 10649
Face 19535 10678 10348 10325
Face 19536 13732 15577 14602
Face 19537 32362 32474 32361
Face 19538 8915 8916 9023
Face 19539 10171 10170 10051
Face 19540 3947 2900 34682
Face 19541 8384 8385 8484
Face 19542 8308 8411 8307
Face 19543 10059 10058 9942
Face 19544 8412 8411 8308
Face 19545 9226 9338 9337
Face 19546 10580 9508 5743
Face 19547 10696 7029 8231
Face 19548 10782 10783 10904
Face 19549 3561 7701 8350
Face 19550 10029 10028 9912
Face 19551 10102 10103 6541
Face 19552 12682 12681 12591
Face 19553 10691 10569 9400
Face 19554 33301 6165 6288
Face 19555 9852 10191 10556
Face 19556 9234 9235 9346
Face 19557 8540 8777 7585
Face 19558 8099 8098 7993
Face 19559 7887 7886 7777
Face 19560 8511 8610 8510
Face 19561 8713 8712 8609
Face 19562 7880 7987 7879
Face 19563 9269 16580 16581
Face 19564 7268 7607 9764
Face 19565 7269 7268 9764
Face 19566 9257 9369 9256
Face 19567 10541 10662 10540
Face 19568 7767 7766 7653
Face 19569 11478 11477 11394
Face 19570 2359 8679 8786
Face 19571 7029 8049 7352
Face 19572 1573 895 7509
Face 19573 9231 9232 9343
Face 19574 769 5633 304
Face 19575 8634 8633 12297
Face 19576 9535 8672 8152
Face 19577 8633 8632 12296
Face 19578 9999 9050 7477
Face 19579 7357 7446 6243
Face 19580 7784 9444 13793
Face 19581 8049 7911 7912
Face 19582 9982 9423 9083
Face 19583 10776 10898 10775
Face 19584 8731 2398 8626
Face 19585 34795 34645 34783
Face 19586 26903 26190 27015
Face 19587 21638 32201 32924
Face 19588 8897 8898 9005
Face 19589 8990 7293 7841
Face 19590 10517 4193 4194
Face 19591 5324 18565 5325
Face 19592 10798 4976 10799
Face 19593 11045 13675 11682
Face 19594 8739 8634 12389
Face 19595 1121 12990 12935
Face 19596 23576 28573 27154
Face 19597 12772 12771 12681
Face 19598 8485 8584 8583
Face 19599 12682 12772 12681
Face 19600 8484 8485 8583
Face 19601 8584 8687 8686
Face 19602 8583 8584 8686
Face 19603 8687 8793 8792
Face 19604 8686 8687 8792
Face 19605 11718 11800 11717
Face 19606 8793 8897 8896
Face 19607 8789 8790 8893
Face 19608 11487 11486 11403
Face 19609 8438 8637 10763
Face 19610 8553 8438 10763
Face 19611 10088 7729 8637
Face 19612 8438 10088 8637
Face 19613 10088 8168 7515
Face 19614 7729 10088 7515
Face 19615 8168 10562 10097
Face 19616 7515 8168 10097
Face 19617 7362 7251 10097
Face 19618 10562 7362 10097
Face 19619 7486 7485 7251
Face 19620 7362 7486 7251
Face 19621 8144 8040 7485
Face 19622 7486 8144 7485
Face 19623 7133 7024 6813
Face 19624 8144 10673 8040
Face 19625 10882 10883 9162
Face 19626 7380 183 2400
Face 19627 9295 9294 8978
Face 19628 8792 8793 8896
Face 19629 10144 10263 10262
Face 19630 402 297 298
Face 19631 8738 8739 8843
Face 19632 8447 7076 8545
Face 19633 8739 12479 8844
Face 19634 4972 8882 10578
Face 19635 3683 9181 148
Face 19636 11179 11178 11116
Face 19637 12865 12864 12771
Face 19638 12772 12865 12771
Face 19639 27495 25851 26446
Face 19640 28572 28274 18657
Face 19641 29466 23334 28421
Face 19642 33220 33356 33219
Face 19643 6659 6658 11285
Face 19644 25853 6658 6657
Face 19645 6754 6855 6854
Face 19646 6753 6754 6854
Face 19647 6855 6959 6958
Face 19648 6854 6855 6958
Face 19649 29965 30026 29964
Face 19650 1529 14148 1645
Face 19651 13498 13595 13594
Face 19652 8072 8073 8178
Face 19653 8235 10366 10309
Face 19654 10679 8235 10309
Face 19655 8865 8559 8972
Face 19656 7296 7288 10005
Face 19657 25562 8639 1382
Face 19658 7476 9999 7477
Face 19659 8843 8844 8946
Face 19660 7518 7517 10589
Face 19661 20029 20030 20111
Face 19662 11131 11130 11070
Face 19663 13507 13604 13506
Face 19664 8897 9005 9004
Face 19665 10153 10463 10139
Face 19666 22021 22119 22020
Face 19667 9366 9365 9253
Face 19668 8402 8502 8501
Face 19669 6689 6690 6785
Face 19670 9815 9816 9932
Face 19671 8714 8713 8610
Face 19672 7594 7593 10323
Face 19673 10060 10059 9943
Face 19674 8611 8714 8610
Face 19675 9827 9826 9712
Face 19676 9713 9827 9712
Face 19677 9713 9712 9597
Face 19678 9598 9713 9597
Face 19679 9485 9484 9369
Face 19680 9370 9485 9369
Face 19681 9598 9597 9484
Face 19682 9485 9598 9484
Face 19683 10216 7473 10153
Face 19684 7473 10463 10153
Face 19685 8917 9025 9024
Face 19686 8916 8917 9024
Face 19687 7434 7433 7323
Face 19688 10290 10289 10171
Face 19689 7324 7323 7218
Face 19690 7219 7324 7218
Face 19691 7003 7110 7002
Face 19692 7219 7218 7109
Face 19693 8896 8897 9004
Face 19694 7110 7219 7109
Face 19695 7106 7215 7105
Face 19696 9118 9117 9004
Face 19697 8910 8911 9018
Face 19698 7215 7320 7319
Face 19699 8189 8293 8292
Face 19700 9132 9131 9018
Face 19701 9242 9241 9128
Face 19702 8293 8396 8395
Face 19703 10989 10972 10204
Face 19704 9129 9242 9128
Face 19705 8848 10204 6872
Face 19706 8848 10989 10204
Face 19707 10892 7445 10891
Face 19708 7445 8848 6872
Face 19709 9087 9200 8127
Face 19710 6695 10808 8127
Face 19711 7273 9421 9438
Face 19712 8147 3043 7552
Face 19713 11723 11805 11722
Face 19714 13272 13271 12628
Face 19715 10052 10171 10051
Face 19716 10289 10288 10170
Face 19717 13231 13230 13135
Face 19718 13136 13231 13135
Face 19719 9943 10059 9942
Face 19720 10178 10177 10058
Face 19721 6997 6996 6890
Face 19722 11711 11793 11792
Face 19723 9770 10696 8231
Face 19724 10370 8341 9852
Face 19725 9784 8145 1769
Face 19726 741 7197 7302
Face 19727 10864 13161 15030
Face 19728 9005 9118 9004
Face 19729 9231 9230 9117
Face 19730 12957 12956 12864
Face 19731 9118 9231 9117
Face 19732 9690 9804 9803
Face 19733 22079 25300 25638
Face 19734 31276 31275 31174
Face 19735 10191 7850 7374
Face 19736 8610 8713 8609
Face 19737 12574 12664 12663
Face 19738 11966 11965 11881
Face 19739 10418 10417 10295
Face 19740 9650 7821 11361
Face 19741 34516 34499 34619
Face 19742 10786 10785 10661
Face 19743 10662 10786 10661
Face 19744 3053 8641 2511
Face 19745 10794 10670 10671
Face 19746 8231 7029 7352
Face 19747 3938 1905 181
Face 19748 6891 6997 6890
Face 19749 8029 6693 8133
Face 19750 9231 9343 9342
Face 19751 9230 9231 9342
Face 19752 9343 9458 9457
Face 19753 8909 8908 8804
Face 19754 9342 9343 9457
Face 19755 7352 8049 7912
Face 19756 8699 8805 8698
Face 19757 8950 10322 10321
Face 19758 10953 8018 8417
Face 19759 7316 7317 7426
Face 19760 9907 9203 8951
Face 19761 9398 7359 9059
Face 19762 10045 10164 10044
Face 19763 9418 9395 10395
Face 19764 10283 10405 10404
Face 19765 10361 9673 12537
Face 19766 8456 8541 7690
Face 19767 7058 7059 376
Face 19768 5111 10435 5235
Face 19769 12865 12957 12864
Face 19770 9888 9633 10618
Face 19771 9458 9571 9570
Face 19772 9457 9458 9570
Face 19773 9631 8314 8553
Face 19774 9583 9698 9697
Face 19775 10748 10310 6692
Face 19776 8537 8438 8553
Face 19777 10763 9051 9633
Face 19778 10471 10088 8438
Face 19779 8537 10471 8438
Face 19780 10492 8168 10088
Face 19781 10471 10492 10088
Face 19782 10492 7167 10562
Face 19783 8168 10492 10562
Face 19784 7361 7362 10562
Face 19785 7167 7361 10562
Face 19786 7601 7486 7362
Face 19787 7361 7601 7362
Face 19788 9309 8144 7486
Face 19789 7601 9309 7486
Face 19790 9443 10673 8144
Face 19791 9309 9443 8144
Face 19792 6283 11998 6591
Face 19793 12274 12295 12095
Face 19794 9571 9686 9685
Face 19795 8179 8283 8282
Face 19796 7818 9848 8672
Face 19797 7334 8677 8673
Face 19798 1570 8042 8970
Face 19799 2120 22774 7998
Face 19800 9570 9571 9685
Face 19801 9686 9800 9799
Face 19802 12811 10343 10125
Face 19803 10125 10343 9432
Face 19804 13047 13046 12956
Face 19805 12957 13047 12956
Face 19806 18873 26208 27155
Face 19807 18657 18873 27155
Face 19808 31869 31976 31868
Face 19809 31912 32017 32016
Face 19810 32768 33148 11298
Face 19811 28363 28092 27901
Face 19812 6755 6856 6855
Face 19813 6754 6755 6855
Face 19814 6856 6960 6959
Face 19815 6855 6856 6959
Face 19816 13141 13140 13046
Face 19817 465 464 7263
Face 19818 7925 10080 9977
Face 19819 7860 7861 7967
Face 19820 10366 9737 9736
Face 19821 8681 8787 8786
Face 19822 10306 13773 10428
Face 19823 6173 6174 6293
Face 19824 9685 9686 9799
Face 19825 9917 9916 9799
Face 19826 9800 9917 9799
Face 19827 10033 10032 9916
Face 19828 9609 9608 9495
Face 19829 9228 9340 9339
Face 19830 10309 10366 9736
Face 19831 10463 10395 10139
Face 19832 8820 8924 8819
Face 19833 9737 8341 10370
Face 19834 8820 8819 8713
Face 19835 8714 8820 8713
Face 19836 7989 7988 7881
Face 19837 8924 8923 8819
Face 19838 10193 8336 9853
Face 19839 8336 9865 9853
Face 19840 7654 7653 7541
Face 19841 7773 7882 7772
Face 19842 8415 2133 8516
Face 19843 7542 7654 7541
Face 19844 34380 13657 11142
Face 19845 7777 7776 7663
Face 19846 5725 5726 5853
Face 19847 7886 7885 7776
Face 19848 7777 7886 7776
Face 19849 7993 7992 7885
Face 19850 8604 8707 8706
Face 19851 8603 8604 8706
Face 19852 8706 8812 8811
Face 19853 7324 7434 7323
Face 19854 10852 10135 10369
Face 19855 7469 7053 6943
Face 19856 9917 10033 9916
Face 19857 9097 8064 9155
Face 19858 9132 9245 9131
Face 19859 10152 10151 10032
Face 19860 9019 9132 9018
Face 19861 9245 9357 9356
Face 19862 7977 7978 8082
Face 19863 9245 9244 9131
Face 19864 6988 7095 6987
Face 19865 8188 8189 8292
Face 19866 7095 7094 6987
Face 19867 8796 8900 8795
Face 19868 10277 10278 10399
Face 19869 6782 6783 6881
Face 19870 10400 10523 10522
Face 19871 10399 10400 10522
Face 19872 10279 10401 10400
Face 19873 10278 10279 10400
Face 19874 8000 6695 8127
Face 19875 7290 9099 10808
Face 19876 10348 7273 9438
Face 19877 7942 8753 9421
Face 19878 12087 12006 8770
Face 19879 11231 13189 12931
Face 19880 10171 10289 10170
Face 19881 10411 10410 10288
Face 19882 26176 26294 26293
Face 19883 10289 10411 10288
Face 19884 10059 10178 10058
Face 19885 12274 2749 12295
Face 19886 9112 9113 9225
Face 19887 10296 10295 10177
Face 19888 9967 7850 10191
Face 19889 10506 7366 7364
Face 19890 8541 9059 7690
Face 19891 9852 9967 10191
Face 19892 9227 9228 9339
Face 19893 9381 9496 9380
Face 19894 9115 9228 9227
Face 19895 9114 9115 9227
Face 19896 9002 9115 9114
Face 19897 9268 9154 2716
Face 19898 9496 9495 9380
Face 19899 7438 991 1104
Face 19900 7374 7382 8762
Face 19901 5637 1215 6260
Face 19902 10249 10258 7925
Face 19903 10296 10418 10295
Face 19904 10541 10540 10417
Face 19905 12269 11364 12182
Face 19906 8252 7145 10594
Face 19907 10786 10908 10907
Face 19908 8447 8545 10554
Face 19909 7377 8939 6944
Face 19910 10785 10786 10907
Face 19911 8762 7382 6391
Face 19912 12540 12628 12095
Face 19913 7641 7642 7754
Face 19914 7855 7962 7961
Face 19915 9001 9002 9114
Face 19916 4327 10397 10521
Face 19917 10033 10152 10032
Face 19918 10271 10270 10151
Face 19919 6782 6881 6880
Face 19920 10152 10271 10151
Face 19921 10548 10669 10668
Face 19922 10547 10548 10668
Face 19923 10393 10392 10270
Face 19924 10271 10393 10270
Face 19925 10516 10515 10392
Face 19926 10393 10516 10392
Face 19927 10636 10635 10515
Face 19928 10516 10636 10515
Face 19929 11487 11565 11486
Face 19930 9261 9373 9260
Face 19931 29087 19094 19093
Face 19932 11491 11490 11407
Face 19933 13047 13141 13046
Face 19934 13236 13235 13140
Face 19935 9630 13771 10845
Face 19936 8368 8314 9630
Face 19937 34587 34324 34670
Face 19938 7845 8537 8314
Face 19939 8368 7845 8314
Face 19940 7557 10471 8537
Face 19941 7845 7557 8537
Face 19942 10491 10492 10471
Face 19943 7557 10491 10471
Face 19944 10491 9866 7167
Face 19945 10492 10491 7167
Face 19946 9866 7179 7361
Face 19947 7167 9866 7361
Face 19948 7055 7601 7361
Face 19949 7179 7055 7361
Face 19950 7055 9197 9309
Face 19951 7601 7055 9309
Face 19952 10371 9443 9309
Face 19953 9197 10371 9309
Face 19954 9569 9684 9683
Face 19955 770 6414 4321
Face 19956 8178 8179 8282
Face 19957 34449 34401 27901
Face 19958 9021 9134 9133
Face 19959 10933 7692 10450
Face 19960 1113 7447 1224
Face 19961 10198 7472 10898
Face 19962 10760 10759 10635
Face 19963 9373 9372 9260
Face 19964 10636 10760 10635
Face 19965 11117 11116 11057
Face 19966 13141 13236 13140
Face 19967 13329 13328 13235
Face 19968 2689 2688 24594
Face 19969 21072 28227 28089
Face 19970 27361 24035 28163
Face 19971 6661 6756 6755
Face 19972 6660 6754 6659
Face 19973 6756 6857 6856
Face 19974 6755 6756 6856
Face 19975 6857 6961 6960
Face 19976 6856 6857 6960
Face 19977 14891 21117 12705
Face 19978 15469 15332 15333
Face 19979 10545 10546 10666
Face 19980 7639 7752 7751
Face 19981 10558 7941 8337
Face 19982 8019 10558 8337
Face 19983 9838 9837 9723
Face 19984 9724 9838 9723
Face 19985 10760 10882 10881
Face 19986 10759 10760 10881
Face 19987 9455 9568 9567
Face 19988 9325 8635 10119
Face 19989 9496 9609 9495
Face 19990 8279 8382 8381
Face 19991 9736 9737 10370
Face 19992 9724 9723 9608
Face 19993 1229 6628 10933
Face 19994 8341 9967 9852
Face 19995 7410 9325 3560
Face 19996 9740 6979 7386
Face 19997 8098 8097 7992
Face 19998 7886 7993 7885
Face 19999 8404 8405 8504
Face 20000 7993 8098 7992
Face 20001 9363 9478 9362
Face 20002 8505 8604 8603
Face 20003 9250 9251 9362
Face 20004 9478 9477 9362
Face 20005 9138 9251 9250
Face 20006 9137 9138 9250
Face 20007 9025 9138 9137
Face 20008 9251 9363 9362
Face 20009 8813 8917 8916
Face 20010 9024 9025 9137
Face 20011 8813 8812 8706
Face 20012 8812 8813 8916
Face 20013 8503 8504 8602
Face 20014 8707 8813 8706
Face 20015 10369 7469 6943
Face 20016 8705 8706 8811
Face 20017 9699 9700 9813
Face 20018 7053 10848 10603
Face 20019 9585 9700 9699
Face 20020 9584 9585 9699
Face 20021 7649 7648 7536
Face 20022 9700 9814 9813
Face 20023 7537 7649 7536
Face 20024 7762 7761 7648
Face 20025 8083 8189 8188
Face 20026 8082 8083 8188
Face 20027 7418 7419 7529
Face 20028 6783 6882 6881
Face 20029 9808 9925 9924
Face 20030 9694 9808 9807
Face 20031 1231 2667 13292
Face 20032 10644 10643 10522
Face 20033 8290 8289 8185
Face 20034 8186 8290 8185
Face 20035 10041 10042 10160
Face 20036 10279 10278 10160
Face 20037 10235 9200 9087
Face 20038 6695 7290 10808
Face 20039 7273 7942 9421
Face 20040 3043 7590 7552
Face 20041 10868 13031 9730
Face 20042 21736 21735 21639
Face 20043 3435 13379 13279
Face 20044 12006 12262 8770
Face 20045 10534 10533 10410
Face 20046 10778 10779 10900
Face 20047 13112 7619 12474
Face 20048 34426 34789 26189
Face 20049 10178 10296 10177
Face 20050 12670 14840 12669
Face 20051 8564 8878 1229
Face 20052 6628 7692 10933
Face 20053 7850 7382 7374
Face 20054 29319 27694 28299
Face 20055 20043 20044 20125
Face 20056 11478 11479 11556
Face 20057 7634 7747 7633
Face 20058 8930 9038 8929
Face 20059 7795 7904 7794
Face 20060 10124 8991 7081
Face 20061 6899 7006 6898
Face 20062 7113 7112 7005
Face 20063 10897 10898 6700
Face 20064 10882 9162 7363
Face 20065 10080 9978 9977
Face 20066 9960 9961 10564
Face 20067 10418 10541 10417
Face 20068 10662 10661 10540
Face 20069 8148 8252 10594
Face 20070 12576 12666 12665
Face 20071 8709 8708 8605
Face 20072 10411 10534 10410
Face 20073 10908 8236 9429
Face 20074 10055 10174 10054
Face 20075 11614 12809 13112
Face 20076 10907 10908 9429
Face 20077 9243 9242 9129
Face 20078 8722 8729 10249
Face 20079 9381 9380 9268
Face 20080 8059 7082 8270
Face 20081 8276 8379 8378
Face 20082 6781 6782 6880
Face 20083 8220 8219 8115
Face 20084 10912 9770 7074
Face 20085 25866 23774 25976
Face 20086 17819 432 431
Face 20087 9082 1904 3183
Face 20088 1904 1118 2529
Face 20089 10658 10782 10781
Face 20090 8480 8481 8579
Face 20091 9360 9359 9247
Face 20092 181 3797 3938
Face 20093 15593 2150 14203
Face 20094 10918 5490 5364
Face 20095 18318 24558 24557
Face 20096 11726 11725 11646
Face 20097 13236 13329 13235
Face 20098 13423 13422 13328
Face 20099 30145 30146 30209
Face 20100 9575 9690 9689
Face 20101 9075 7845 8368
Face 20102 7699 9075 8368
Face 20103 7816 7557 7845
Face 20104 9075 7816 7845
Face 20105 7516 10491 7557
Face 20106 7816 7516 7557
Face 20107 10581 9866 10491
Face 20108 7516 10581 10491
Face 20109 10581 9515 7179
Face 20110 9866 10581 7179
Face 20111 7164 7055 7179
Face 20112 9515 7164 7179
Face 20113 9768 9197 7055
Face 20114 7164 9768 7055
Face 20115 7396 10371 9197
Face 20116 9768 7396 9197
Face 20117 2260 8618 8617
Face 20118 7396 7505 10371
Face 20119 5111 5235 5234
Face 20120 1894 1778 1779
Face 20121 7692 10506 10450
Face 20122 6985 7092 6984
Face 20123 8681 8680 8577
Face 20124 21544 21545 6604
Face 20125 4023 25026 25027
Face 20126 15583 15726 14421
Face 20127 8018 10449 8417
Face 20128 10657 10658 10781
Face 20129 13329 13423 13328
Face 20130 10881 10882 7363
Face 20131 9765 760 8028
Face 20132 25841 25950 25840
Face 20133 25639 25741 25740
Face 20134 34153 6662 6661
Face 20135 6661 6660 34153
Face 20136 6757 6858 6857
Face 20137 6756 6757 6857
Face 20138 6858 6962 6961
Face 20139 6857 6858 6961
Face 20140 34629 34700 34800
Face 20141 25638 25639 25740
Face 20142 10423 10422 10300
Face 20143 10183 10301 10182
Face 20144 9796 9913 9795
Face 20145 9059 7359 7248
Face 20146 10638 4450 10762
Face 20147 10389 10388 10266
Face 20148 4443 4444 4573
Face 20149 9609 9724 9608
Face 20150 7789 7898 7788
Face 20151 8004 1779 1778
Face 20152 8005 8004 7897
Face 20153 7898 8005 7897
Face 20154 2234 5625 5749
Face 20155 10651 10652 10775
Face 20156 10422 10423 10545
Face 20157 10546 10667 10666
Face 20158 8894 8895 9002
Face 20159 8895 9003 9002
Face 20160 7521 7522 7633
Face 20161 10514 10513 10390
Face 20162 6262 7893 13782
Face 20163 8504 8505 8603
Face 20164 7986 8091 8090
Face 20165 7985 7986 8090
Face 20166 8090 8091 8196
Face 20167 8091 8197 8196
Face 20168 8403 8404 8503
Face 20169 8197 8301 8300
Face 20170 8196 8197 8300
Face 20171 8301 8404 8403
Face 20172 8300 8301 8403
Face 20173 8404 8504 8503
Face 20174 8603 8706 8705
Face 20175 8504 8603 8602
Face 20176 6943 7053 10603
Face 20177 8602 8603 8705
Face 20178 10406 10405 10283
Face 20179 10848 7615 8676
Face 20180 2488 2359 8890
Face 20181 10529 10650 10528
Face 20182 7649 7762 7648
Face 20183 6995 6994 6888
Face 20184 11697 11698 11220
Face 20185 7871 7870 7761
Face 20186 11320 11401 11319
Face 20187 11680 13000 12908
Face 20188 6411 100 7288
Face 20189 6016 12718 2913
Face 20190 9156 6005 7259
Face 20191 11800 11799 11717
Face 20192 9693 9694 9807
Face 20193 9466 9579 9465
Face 20194 6691 6787 6786
Face 20195 6690 6691 6786
Face 20196 8186 8185 8079
Face 20197 8080 8186 8079
Face 20198 10161 10279 10160
Face 20199 10401 10524 10523
Face 20200 10116 10235 9087
Face 20201 9200 8000 8127
Face 20202 7590 9156 9078
Face 20203 7552 7590 9078
Face 20204 9078 9156 7259
Face 20205 8233 1081 1082
Face 20206 9894 7890 13011
Face 20207 9086 1799 9436
Face 20208 10901 9204 7943
Face 20209 10900 10901 7943
Face 20210 12222 12311 12310
Face 20211 12221 12222 12310
Face 20212 14840 12668 12669
Face 20213 20990 20725 22605
Face 20214 10442 8878 8564
Face 20215 10564 10442 8564
Face 20216 26318 26319 26435
Face 20217 13137 13136 13042
Face 20218 7789 7788 7675
Face 20219 7676 7789 7675
Face 20220 9248 9360 9247
Face 20221 32406 21639 21638
Face 20222 2748 8992 2238
Face 20223 7452 7564 7451
Face 20224 376 485 375
Face 20225 885 32631 7230
Face 20226 7676 7675 7563
Face 20227 10317 9961 9960
Face 20228 517 8657 7477
Face 20229 8123 6893 10560
Face 20230 10560 10317 9960
Face 20231 13763 7488 13772
Face 20232 9162 10800 10801
Face 20233 10534 10655 10654
Face 20234 13182 13089 11205
Face 20235 9822 9939 9821
Face 20236 10533 10534 10654
Face 20237 8236 8829 9196
Face 20238 9966 1856 6383
Face 20239 10258 10080 7925
Face 20240 9429 8236 9196
Face 20241 7363 9162 10801
Face 20242 7364 7366 8722
Face 20243 7094 7093 6986
Face 20244 19536 19535 22872
Face 20245 10669 10793 10792
Face 20246 8021 9174 9173
Face 20247 10915 9653 9903
Face 20248 10914 10915 9903
Face 20249 7343 7452 7342
Face 20250 7564 7563 7451
Face 20251 7272 7384 6923
Face 20252 8556 10924 7472
Face 20253 8425 8524 2144
Face 20254 8486 8585 8584
Face 20255 10828 10555 7586
Face 20256 8216 2019 2018
Face 20257 12225 12314 12313
Face 20258 13518 13517 13422
Face 20259 13423 13518 13422
Face 20260 6779 6780 6878
Face 20261 8904 9012 8903
Face 20262 6889 6888 6789
Face 20263 9012 9011 8903
Face 20264 6924 7816 9075
Face 20265 9291 6924 9075
Face 20266 8744 7516 7816
Face 20267 6924 8744 7816
Face 20268 10014 10581 7516
Face 20269 8744 10014 7516
Face 20270 9516 9515 10581
Face 20271 10014 9516 10581
Face 20272 7713 7164 9515
Face 20273 9516 7713 9515
Face 20274 9655 9768 7164
Face 20275 7713 9655 7164
Face 20276 9655 7498 7396
Face 20277 9768 9655 7396
Face 20278 7360 7505 7396
Face 20279 7498 7360 7396
Face 20280 29050 29181 29049
Face 20281 7360 10101 7505
Face 20282 7092 7201 7200
Face 20283 6968 394 6967
Face 20284 7231 7337 7336
Face 20285 10423 10546 10545
Face 20286 7738 10241 14037
Face 20287 7230 7231 7336
Face 20288 7159 7266 9198
Face 20289 7452 7451 7342
Face 20290 8893 9001 9000
Face 20291 12355 10361 12537
Face 20292 10800 10073 8746
Face 20293 9006 9119 9118
Face 20294 26292 26293 26410
Face 20295 9642 20867 22764
Face 20296 16668 26356 26763
Face 20297 30083 30084 30145
Face 20298 6758 6859 6858
Face 20299 6756 6662 6757
Face 20300 6859 6963 6962
Face 20301 6858 6859 6962
Face 20302 10070 4981 4848
Face 20303 7510 7849 7401
Face 20304 9630 13768 12722
Face 20305 34783 3170 34571
Face 20306 10925 9059 7248
Face 20307 10165 10164 10045
Face 20308 25860 25971 25970
Face 20309 7343 7342 7235
Face 20310 8231 7352 8333
Face 20311 7235 7234 32405
Face 20312 8507 8506 8406
Face 20313 9340 9455 9454
Face 20314 10965 1883 18261
Face 20315 29012 29062 18683
Face 20316 10046 10165 10045
Face 20317 13949 11453 11620
Face 20318 9948 9947 9830
Face 20319 9948 10064 9947
Face 20320 9831 9948 9830
Face 20321 10064 10063 9947
Face 20322 7747 7746 7633
Face 20323 7497 7492 10429
Face 20324 11216 6998 6891
Face 20325 11637 11636 11558
Face 20326 6698 122 775
Face 20327 8947 9965 10811
Face 20328 14872 9846 1924
Face 20329 5853 5981 7146
Face 20330 7616 7726 7398
Face 20331 7507 6719 8474
Face 20332 12213 12214 12302
Face 20333 7398 7507 8474
Face 20334 7726 7507 7398
Face 20335 8474 6719 7189
Face 20336 10603 10848 8676
Face 20337 7615 7726 7616
Face 20338 10284 10406 10283
Face 20339 8676 7615 7616
Face 20340 6889 6995 6888
Face 20341 10529 10528 10405
Face 20342 13043 13042 12952
Face 20343 7102 7101 6994
Face 20344 12141 12226 12140
Face 20345 12226 12315 12314
Face 20346 9013 9012 8904
Face 20347 20811 16515 21655
Face 20348 9239 9238 9125
Face 20349 8905 9013 8904
Face 20350 9126 9239 9125
Face 20351 9351 9350 9238
Face 20352 9351 9466 9350
Face 20353 9579 9578 9465
Face 20354 9579 9694 9693
Face 20355 9578 9579 9693
Face 20356 6992 7099 7098
Face 20357 6991 6992 7098
Face 20358 7868 7975 7867
Face 20359 8080 8079 7974
Face 20360 10400 10401 10523
Face 20361 10645 10644 10523
Face 20362 8039 10235 10116
Face 20363 10623 8039 10116
Face 20364 7248 8039 10623
Face 20365 7142 7248 10623
Face 20366 6406 10992 7135
Face 20367 9203 8950 8951
Face 20368 1118 10601 2529
Face 20369 6633 26684 26541
Face 20370 9204 8124 7595
Face 20371 9086 7778 7808
Face 20372 21833 21832 21735
Face 20373 7943 9204 7595
Face 20374 22330 22044 22426
Face 20375 9624 9669 9510
Face 20376 8878 6628 1229
Face 20377 10174 10173 10054
Face 20378 27038 27047 25558
Face 20379 10301 10300 10182
Face 20380 7898 7897 7788
Face 20381 13615 13614 13517
Face 20382 10801 10800 8746
Face 20383 11110 10965 18261
Face 20384 245 1004 5759
Face 20385 13518 13615 13517
Face 20386 7760 7759 7646
Face 20387 7564 7676 7563
Face 20388 28252 28253 28386
Face 20389 10244 8670 7397
Face 20390 7725 7506 9882
Face 20391 9961 10442 10564
Face 20392 10667 10791 10790
Face 20393 17541 18260 23544
Face 20394 8899 9007 9006
Face 20395 13084 13178 12180
Face 20396 8956 7176 13746
Face 20397 10655 10779 10778
Face 20398 7595 8124 8228
Face 20399 9833 9832 9718
Face 20400 10654 10655 10778
Face 20401 8770 1425 11761
Face 20402 10174 10292 10173
Face 20403 8729 10258 10249
Face 20404 11797 11878 11796
Face 20405 7020 20710 20709
Face 20406 10450 10506 7364
Face 20407 23451 24226 23450
Face 20408 7019 7020 20709
Face 20409 26354 27692 26336
Face 20410 26085 26201 26200
Face 20411 26208 27495 29194
Face 20412 27732 27731 20699
Face 20413 13708 13707 13614
Face 20414 4185 10383 10507
Face 20415 9686 9687 9800
Face 20416 6486 1570 8758
Face 20417 13615 13708 13614
Face 20418 11251 11326 11250
Face 20419 13027 13802 13707
Face 20420 9156 9159 6005
Face 20421 12722 8368 9630
Face 20422 1790 1570 6487
Face 20423 13708 13027 13707
Face 20424 11597 9291 7699
Face 20425 8040 304 10378
Face 20426 8234 8744 6924
Face 20427 10368 8234 6924
Face 20428 10706 10014 8744
Face 20429 8234 10706 8744
Face 20430 10706 7621 9516
Face 20431 10014 10706 9516
Face 20432 7621 7165 7713
Face 20433 9516 7621 7713
Face 20434 10728 9655 7713
Face 20435 7165 10728 7713
Face 20436 8660 7498 9655
Face 20437 10728 8660 9655
Face 20438 9158 7360 7498
Face 20439 8660 9158 7498
Face 20440 8941 10101 7360
Face 20441 9158 8941 7360
Face 20442 11638 11637 11559
Face 20443 8941 10850 10101
Face 20444 10301 10423 10300
Face 20445 144 6926 6927
Face 20446 251 250 7046
Face 20447 10283 10282 10164
Face 20448 7497 8961 7492
Face 20449 13032 13033 13802
Face 20450 7043 7044 249
Face 20451 34445 34334 34568
Face 20452 13027 13032 13802
Face 20453 34714 27761 25792
Face 20454 13157 13252 13156
Face 20455 10517 10637 10516
Face 20456 13113 11386 13033
Face 20457 14623 1529 2003
Face 20458 29059 29058 28931
Face 20459 18453 18822 18357
Face 20460 16790 16725 16791
Face 20461 26435 26436 26553
Face 20462 6759 6860 6859
Face 20463 6758 6759 6859
Face 20464 6860 6964 6963
Face 20465 6859 6860 6963
Face 20466 392 6966 393
Face 20467 8207 8100 1663
Face 20468 8615 2258 8616
Face 20469 2259 8617 8616
Face 20470 10344 10087 8856
Face 20471 10755 10756 4576
Face 20472 24012 25846 29605
Face 20473 2133 2008 2009
Face 20474 2617 9110 2747
Face 20475 13032 13113 13033
Face 20476 7522 857 7412
Face 20477 34430 28548 26789
Face 20478 8578 8579 8681
Face 20479 9461 9462 9574
Face 20480 10405 10528 10527
Face 20481 8719 8825 8718
Face 20482 8929 8928 8824
Face 20483 9489 9602 9488
Face 20484 9717 9716 9601
Face 20485 17229 5587 18248
Face 20486 14027 7738 14037
Face 20487 8159 8263 8864
Face 20488 14283 9871 8249
Face 20489 9918 9917 9800
Face 20490 10811 6698 775
Face 20491 10166 10284 10165
Face 20492 10958 10959 9195
Face 20493 10046 10047 10165
Face 20494 10284 10283 10165
Face 20495 9931 10047 10046
Face 20496 9930 9931 10046
Face 20497 9931 9930 9813
Face 20498 10047 10166 10165
Face 20499 10406 10529 10405
Face 20500 9814 9931 9813
Face 20501 6995 7102 6994
Face 20502 10650 10649 10528
Face 20503 9341 9340 9228
Face 20504 7102 7211 7210
Face 20505 8393 8493 8392
Face 20506 8642 7467 7922
Face 20507 9126 9125 9012
Face 20508 8493 8592 8591
Face 20509 7533 7645 7532
Face 20510 9013 9126 9012
Face 20511 7423 7534 7422
Face 20512 7646 7645 7533
Face 20513 7312 7313 7422
Face 20514 7534 7646 7533
Face 20515 7208 7313 7207
Face 20516 7534 7533 7422
Face 20517 7208 7207 7098
Face 20518 7313 7423 7422
Face 20519 7099 7208 7098
Face 20520 7313 7312 7207
Face 20521 7868 7867 7758
Face 20522 7975 8080 7974
Face 20523 10524 10645 10523
Face 20524 10769 10768 10644
Face 20525 10645 10769 10644
Face 20526 10891 10890 10768
Face 20527 10134 10753 10686
Face 20528 10565 10134 10686
Face 20529 10606 9203 9907
Face 20530 9308 10606 9907
Face 20531 13000 13475 13381
Face 20532 12054 12141 12053
Face 20533 8060 9086 7808
Face 20534 12223 12224 12312
Face 20535 8124 10680 8228
Face 20536 8518 7577 9047
Face 20537 6840 6815 9510
Face 20538 9669 10469 9510
Face 20539 10537 10536 10413
Face 20540 32503 6898 6897
Face 20541 9374 9373 9261
Face 20542 9262 9374 9261
Face 20543 10244 10730 8670
Face 20544 8719 8718 8615
Face 20545 9310 9198 7611
Face 20546 10789 10790 10911
Face 20547 2396 8524 8525
Face 20548 13113 11948 10705
Face 20549 8401 8501 8400
Face 20550 11386 13113 10705
Face 20551 10024 10025 10143
Face 20552 8826 8825 8719
Face 20553 11948 6010 7781
Face 20554 8246 5235 10194
Face 20555 10666 10667 10790
Face 20556 10183 10182 10063
Face 20557 34308 34630 34299
Face 20558 12640 176 7471
Face 20559 8956 12087 7176
Face 20560 11639 11718 11638
Face 20561 10680 10360 10483
Face 20562 8228 10680 10483
Face 20563 10779 10901 10900
Face 20564 8060 7808 10098
Face 20565 30623 30622 30534
Face 20566 5721 7842 5849
Face 20567 11878 11962 11877
Face 20568 10222 6815 6840
Face 20569 7366 8729 8722
Face 20570 8635 8869 10695
Face 20571 9831 9830 9716
Face 20572 9717 9831 9716
Face 20573 8825 8929 8824
Face 20574 9037 9036 8928
Face 20575 18860 20540 27825
Face 20576 5762 304 5756
Face 20577 7856 7855 7746
Face 20578 8600 8599 8500
Face 20579 11408 11407 11326
Face 20580 7091 7092 7200
Face 20581 19648 19647 19564
Face 20582 10705 11948 7781
Face 20583 34517 34340 34745
Face 20584 396 395 6969
Face 20585 7258 353 460
Face 20586 857 7522 7521
Face 20587 5126 6509 117
Face 20588 10544 10545 10665
Face 20589 7619 6975 8234
Face 20590 10368 9291 12474
Face 20591 6975 8471 10706
Face 20592 8234 6975 10706
Face 20593 8471 7390 7621
Face 20594 10706 8471 7621
Face 20595 7390 7823 7165
Face 20596 7621 7390 7165
Face 20597 10851 10728 7165
Face 20598 7823 10851 7165
Face 20599 8659 8660 10728
Face 20600 10851 8659 10728
Face 20601 8043 9158 8660
Face 20602 8659 8043 8660
Face 20603 8151 8941 9158
Face 20604 8043 8151 9158
Face 20605 9654 10850 8941
Face 20606 8151 9654 8941
Face 20607 12136 12221 12135
Face 20608 2518 8932 8827
Face 20609 1194 7746 7854
Face 20610 9602 9717 9601
Face 20611 27506 18822 18453
Face 20612 9263 9262 9149
Face 20613 9151 9150 9037
Face 20614 10025 10144 10143
Face 20615 9001 9114 9113
Face 20616 11808 11889 11807
Face 20617 25300 25639 25638
Face 20618 6010 1992 1991
Face 20619 5471 7919 8248
Face 20620 8398 8498 8497
Face 20621 4715 4586 4716
Face 20622 28156 17053 27887
Face 20623 27576 27575 27455
Face 20624 6665 6760 6759
Face 20625 6662 6664 6758
Face 20626 6760 6861 6860
Face 20627 6759 6760 6860
Face 20628 6861 6965 6964
Face 20629 6860 6861 6964
Face 20630 77 3034 78
Face 20631 5216 5217 15454
Face 20632 9490 9489 9374
Face 20633 9375 9490 9374
Face 20634 8910 9018 9017
Face 20635 7710 8882 3044
Face 20636 10494 9507 9970
Face 20637 10911 10912 7074
Face 20638 7229 6129 6001
Face 20639 10508 10628 10507
Face 20640 7298 10370 9623
Face 20641 22369 19267 19266
Face 20642 9795 9794 9680
Face 20643 9913 10029 9912
Face 20644 9718 9717 9602
Face 20645 9603 9718 9602
Face 20646 9489 9488 9373
Face 20647 9374 9489 9373
Face 20648 25660 24039 25661
Face 20649 26539 26655 26654
Face 20650 9572 9687 9686
Face 20651 8263 8249 8864
Face 20652 9801 9918 9800
Face 20653 10034 10033 9917
Face 20654 7275 8619 7264
Face 20655 7161 1082 6540
Face 20656 7405 7955 9306
Face 20657 9858 9857 9511
Face 20658 7425 7426 7536
Face 20659 7426 7537 7536
Face 20660 7316 7426 7425
Face 20661 7315 7316 7425
Face 20662 7101 7102 7210
Face 20663 7211 7316 7315
Face 20664 7446 6242 6243
Face 20665 7210 7211 7315
Face 20666 8492 8493 8591
Face 20667 7815 7922 7383
Face 20668 7867 7866 7757
Face 20669 8592 8695 8694
Face 20670 9571 9572 9686
Face 20671 7758 7757 7644
Face 20672 9660 7278 9403
Face 20673 7645 7758 7644
Face 20674 9463 9464 9576
Face 20675 9577 9692 9691
Face 20676 9349 9464 9463
Face 20677 9576 9577 9691
Face 20678 9348 9349 9463
Face 20679 9464 9577 9576
Face 20680 9692 9806 9805
Face 20681 9691 9692 9805
Face 20682 8079 8078 7973
Face 20683 7974 8079 7973
Face 20684 7759 7868 7758
Face 20685 7975 7974 7867
Face 20686 7759 7758 7645
Face 20687 7646 7759 7645
Face 20688 9127 9240 9126
Face 20689 9352 9351 9239
Face 20690 8851 9979 10753
Face 20691 10134 8851 10753
Face 20692 8759 10606 9308
Face 20693 10990 8759 9308
Face 20694 12226 12225 12140
Face 20695 21444 21539 21443
Face 20696 12670 12671 12759
Face 20697 12057 12144 12143
Face 20698 7322 7432 7431
Face 20699 7321 7322 7431
Face 20700 9780 9742 9160
Face 20701 6631 9780 9160
Face 20702 26293 26411 26410
Face 20703 7114 7113 7006
Face 20704 9262 9261 9148
Face 20705 9149 9262 9148
Face 20706 9832 9949 9831
Face 20707 10065 10064 9948
Face 20708 7922 7467 9185
Face 20709 9918 10034 9917
Face 20710 1645 14148 16055
Face 20711 7081 9959 7407
Face 20712 9578 9693 9692
Face 20713 9869 7081 10106
Face 20714 8498 8597 8596
Face 20715 9855 8952 7946
Face 20716 8616 8719 8615
Face 20717 8825 8824 8718
Face 20718 10064 10183 10063
Face 20719 9149 9148 9035
Face 20720 5381 4073 8772
Face 20721 8635 10695 10119
Face 20722 11401 11484 11400
Face 20723 11315 11314 11239
Face 20724 10360 7519 8857
Face 20725 10483 10360 8857
Face 20726 7369 8060 10098
Face 20727 7369 10098 10476
Face 20728 8352 519 7844
Face 20729 6363 6485 8727
Face 20730 11556 11634 11633
Face 20731 11555 11556 11633
Face 20732 1425 2916 14
Face 20733 7328 7327 7222
Face 20734 9036 9035 8927
Face 20735 8928 9036 8927
Face 20736 8929 9037 8928
Face 20737 9150 9149 9036
Face 20738 10630 10629 10509
Face 20739 10510 10630 10509
Face 20740 9959 10372 7407
Face 20741 10532 10653 10652
Face 20742 8939 9869 10106
Face 20743 34358 34620 34487
Face 20744 7224 879 878
Face 20745 4447 6534 2328
Face 20746 9115 9116 9228
Face 20747 7781 6010 1991
Face 20748 11146 11086 6790
Face 20749 4201 9161 6630
Face 20750 7408 6975 7619
Face 20751 10368 12474 7619
Face 20752 7408 7928 8471
Face 20753 6975 7408 8471
Face 20754 7928 9517 7390
Face 20755 8471 7928 7390
Face 20756 9517 7929 7823
Face 20757 7390 9517 7823
Face 20758 10316 10851 7823
Face 20759 7929 10316 7823
Face 20760 10444 8659 10851
Face 20761 10316 10444 10851
Face 20762 10444 10077 8043
Face 20763 8659 10444 8043
Face 20764 8254 8151 8043
Face 20765 10077 8254 8043
Face 20766 9767 9654 8151
Face 20767 8254 9767 8151
Face 20768 9854 5598 10079
Face 20769 9767 10478 9654
Face 20770 8824 8928 8823
Face 20771 9888 8553 10763
Face 20772 9150 9263 9149
Face 20773 9375 9374 9262
Face 20774 11801 11800 11718
Face 20775 10386 10387 10509
Face 20776 7947 8939 10106
Face 20777 11097 34287 28272
Face 20778 10327 22610 15441
Face 20779 34555 34538 34702
Face 20780 4600 7839 9628
Face 20781 13513 13512 13417
Face 20782 12044 12131 12130
Face 20783 187 6976 100
Face 20784 4204 409 7915
Face 20785 7081 7407 10106
Face 20786 28682 28156 28550
Face 20787 16082 17422 17772
Face 20788 6666 6761 6760
Face 20789 6665 6664 34030
Face 20790 6761 6862 6861
Face 20791 6760 6761 6861
Face 20792 6862 6966 6965
Face 20793 6861 6862 6965
Face 20794 10667 10668 10791
Face 20795 9467 9466 9351
Face 20796 9603 9602 9489
Face 20797 9490 9603 9489
Face 20798 13117 34365 34515
Face 20799 9593 9708 9592
Face 20800 2374 10876 2248
Face 20801 10385 10508 10384
Face 20802 6652 29588 28290
Face 20803 796 795 680
Face 20804 13379 12022 13378
Face 20805 11087 6790 11086
Face 20806 10494 9172 7586
Face 20807 11570 11569 11491
Face 20808 13227 13226 13131
Face 20809 9718 9832 9717
Face 20810 9832 9831 9717
Face 20811 9602 9601 9488
Face 20812 8718 8824 8717
Face 20813 28385 28520 28519
Face 20814 25863 25974 25973
Face 20815 8263 8159 10469
Face 20816 9669 8263 10469
Face 20817 775 122 9160
Face 20818 122 6631 9160
Face 20819 2027 8959 9072
Face 20820 13129 13128 23505
Face 20821 8546 8650 3157
Face 20822 9857 9311 9511
Face 20823 10839 10925 10942
Face 20824 7248 7142 9063
Face 20825 1992 152 10093
Face 20826 1991 1992 10093
Face 20827 11468 13559 13030
Face 20828 13129 23505 23666
Face 20829 8591 8592 8694
Face 20830 13468 13374 15321
Face 20831 7758 7867 7757
Face 20832 8801 8800 8694
Face 20833 4349 25074 25073
Face 20834 7867 7974 7866
Face 20835 34298 11012 12935
Face 20836 9341 9456 9340
Face 20837 10942 10474 7404
Face 20838 680 681 796
Face 20839 152 10574 13672
Face 20840 9995 8566 8741
Face 20841 9801 9802 9918
Face 20842 9124 9237 9123
Face 20843 10569 7033 7034
Face 20844 9349 9348 9236
Face 20845 7645 7644 7532
Face 20846 10337 10569 7034
Face 20847 8185 8184 8078
Face 20848 7311 7312 7421
Face 20849 8289 8288 8184
Face 20850 8079 8185 8078
Face 20851 9125 9124 9011
Face 20852 9012 9125 9011
Face 20853 9014 9127 9013
Face 20854 9240 9239 9126
Face 20855 8969 8867 9979
Face 20856 8851 8969 9979
Face 20857 8833 8759 10990
Face 20858 8847 8833 10990
Face 20859 22595 259 5347
Face 20860 10093 152 13672
Face 20861 10154 10155 4067
Face 20862 11242 11317 11241
Face 20863 7432 7543 7542
Face 20864 7431 7432 7542
Face 20865 8669 8673 10237
Face 20866 10239 10193 10076
Face 20867 7007 7114 7006
Face 20868 7774 7773 7660
Face 20869 34467 10985 27498
Face 20870 5214 5091 16206
Face 20871 9949 10065 9948
Face 20872 10184 10183 10064
Face 20873 3815 2122 10874
Face 20874 5336 26187 27385
Face 20875 9172 10828 7586
Face 20876 8682 8683 8788
Face 20877 8892 8893 9000
Face 20878 10942 9063 10936
Face 20879 1855 1975 1854
Face 20880 10574 9991 8450
Face 20881 10302 10301 10183
Face 20882 10184 10302 10183
Face 20883 9036 9149 9035
Face 20884 9059 10925 10839
Face 20885 26538 26539 26654
Face 20886 9702 9703 9816
Face 20887 12218 12307 12306
Face 20888 10217 10222 6840
Face 20889 7519 9965 8947
Face 20890 8857 7519 8947
Face 20891 7558 7369 10476
Face 20892 9305 10958 9195
Face 20893 1856 8462 10382
Face 20894 7963 8068 7962
Face 20895 17976 17977 20278
Face 20896 6981 7888 9213
Face 20897 7223 7328 7222
Face 20898 7990 8095 7989
Face 20899 7267 8039 7248
Face 20900 7359 7267 7248
Face 20901 9037 9150 9036
Face 20902 10302 10424 10301
Face 20903 10674 7466 12262
Face 20904 6363 6244 6245
Face 20905 8407 8507 8406
Face 20906 13672 10574 8450
Face 20907 8352 8546 519
Face 20908 1087 1199 1427
Face 20909 9991 7182 7287
Face 20910 7701 3561 10941
Face 20911 10618 13393 9888
Face 20912 9018 9131 9130
Face 20913 6255 6130 6256
Face 20914 7409 7408 10446
Face 20915 7408 7619 10446
Face 20916 8671 7928 7408
Face 20917 7409 8671 7408
Face 20918 9518 9517 7928
Face 20919 8671 9518 7928
Face 20920 9994 7929 9517
Face 20921 9518 9994 9517
Face 20922 9994 7913 10316
Face 20923 7929 9994 10316
Face 20924 9785 10444 10316
Face 20925 7913 9785 10316
Face 20926 7803 10077 10444
Face 20927 9785 7803 10444
Face 20928 8358 8254 10077
Face 20929 7803 8358 10077
Face 20930 8973 9767 8254
Face 20931 8358 8973 8254
Face 20932 10355 10478 9767
Face 20933 8973 10355 9767
Face 20934 8365 11444 12360
Face 20935 9627 545 10355
Face 20936 9263 9375 9262
Face 20937 10423 10424 10546
Face 20938 8291 8290 8186
Face 20939 349 244 7148
Face 20940 10022 10141 3795
Face 20941 5870 5743 5871
Face 20942 15577 15441 21102
Face 20943 8450 9991 7287
Face 20944 8540 1121 8777
Face 20945 12368 11220 12817
Face 20946 12457 10125 10437
Face 20947 11316 11397 11315
Face 20948 1247 17909 17816
Face 20949 6512 4090 658
Face 20950 10638 4325 4450
Face 20951 6045 6172 6171
Face 20952 6665 6666 6760
Face 20953 28097 28096 27963
Face 20954 6667 6762 6761
Face 20955 6666 6667 6761
Face 20956 6762 6863 6862
Face 20957 6761 6762 6862
Face 20958 6863 6967 6966
Face 20959 6862 6863 6966
Face 20960 10792 10914 10913
Face 20961 5138 15494 14200
Face 20962 34787 34754 34575
Face 20963 9924 10040 10039
Face 20964 8732 8837 8731
Face 20965 10799 10190 10073
Face 20966 17843 5840 5714
Face 20967 328 4334 1437
Face 20968 6131 7254 7259
Face 20969 7182 120 6382
Face 20970 487 596 595
Face 20971 28436 34296 19225
Face 20972 17501 14997 13956
Face 20973 8732 8731 8626
Face 20974 8627 8732 8626
Face 20975 10914 9903 10696
Face 20976 9949 9948 9831
Face 20977 8928 8927 8823
Face 20978 8718 8717 8614
Face 20979 29694 29693 29561
Face 20980 28566 28695 26590
Face 20981 8655 10222 10217
Face 20982 8652 8655 10217
Face 20983 7924 8518 9047
Face 20984 10234 7843 7924
Face 20985 8654 382 10968
Face 20986 23544 21414 18258
Face 20987 7955 9857 9858
Face 20988 7260 7405 10462
Face 20989 10925 7248 9063
Face 20990 7088 10839 7293
Face 20991 6872 7084 10890
Face 20992 10769 10891 10768
Face 20993 8695 8801 8694
Face 20994 8905 8904 8800
Face 20995 8591 8590 8491
Face 20996 8801 8905 8800
Face 20997 7312 7311 7206
Face 20998 7974 7973 7866
Face 20999 7394 7620 7836
Face 21000 9237 9349 9236
Face 21001 7979 8084 8083
Face 21002 7631 8551 8448
Face 21003 7872 7979 7871
Face 21004 13608 13609 13701
Face 21005 11059 30624 30623
Face 21006 9668 7394 10505
Face 21007 7989 8094 7988
Face 21008 8677 10242 10239
Face 21009 7982 7983 8087
Face 21010 10969 9541 10968
Face 21011 7033 6942 8643
Face 21012 7034 7033 8643
Face 21013 7533 7532 7421
Face 21014 7422 7533 7421
Face 21015 10356 9068 7623
Face 21016 8470 6240 6241
Face 21017 9238 9237 9124
Face 21018 9125 9238 9124
Face 21019 8906 9014 8905
Face 21020 9127 9126 9013
Face 21021 7249 7229 8867
Face 21022 8969 7249 8867
Face 21023 8779 8833 8847
Face 21024 7078 8779 8847
Face 21025 7287 7182 6382
Face 21026 120 5507 207
Face 21027 1904 9734 3183
Face 21028 34300 34652 34730
Face 21029 7543 7655 7654
Face 21030 7542 7543 7654
Face 21031 7301 7330 8669
Face 21032 8673 10239 10237
Face 21033 7661 7774 7660
Face 21034 8408 8508 8407
Face 21035 7142 10623 9422
Face 21036 10936 9063 7035
Face 21037 10065 10184 10064
Face 21038 8360 6894 7911
Face 21039 8627 8626 8527
Face 21040 8528 8627 8527
Face 21041 8832 10932 1228
Face 21042 7427 7538 7426
Face 21043 9000 9001 9113
Face 21044 9114 9227 9226
Face 21045 8429 8528 8527
Face 21046 8428 8429 8527
Face 21047 24378 11700 24379
Face 21048 10424 10423 10301
Face 21049 7690 9059 10839
Face 21050 154 4321 6414
Face 21051 7223 7222 7113
Face 21052 7114 7223 7113
Face 21053 6815 9624 9510
Face 21054 11262 11338 11261
Face 21055 9965 6698 10811
Face 21056 7717 8044 7721
Face 21057 10086 9539 10959
Face 21058 10958 10086 10959
Face 21059 8068 8174 8173
Face 21060 7108 7107 7000
Face 21061 10076 10193 9744
Face 21062 9853 7888 6981
Face 21063 8201 8200 8094
Face 21064 8095 8201 8094
Face 21065 9997 10116 8975
Face 21066 9099 10243 10244
Face 21067 10424 10547 10546
Face 21068 7911 6894 8235
Face 21069 8221 8326 8220
Face 21070 8429 8428 8325
Face 21071 7840 10494 9970
Face 21072 9109 9982 9558
Face 21073 10018 10888 8845
Face 21074 13321 13320 13227
Face 21075 183 4331 36
Face 21076 9513 7409 10446
Face 21077 8909 8910 9017
Face 21078 8033 8671 7409
Face 21079 10457 8033 7409
Face 21080 8033 9404 9518
Face 21081 8671 8033 9518
Face 21082 9404 10113 9994
Face 21083 9518 9404 9994
Face 21084 10113 10377 7913
Face 21085 9994 10113 7913
Face 21086 7499 9785 7913
Face 21087 10377 7499 7913
Face 21088 7618 7803 9785
Face 21089 7499 7618 9785
Face 21090 7618 7723 8358
Face 21091 7803 7618 8358
Face 21092 9085 8973 8358
Face 21093 7723 9085 8358
Face 21094 10233 10355 8973
Face 21095 9085 10233 8973
Face 21096 545 9627 3701
Face 21097 10233 9627 10355
Face 21098 10547 10668 10667
Face 21099 11769 8260 3952
Face 21100 7530 7642 7641
Face 21101 10546 10547 10667
Face 21102 856 7521 970
Face 21103 8326 8325 8220
Face 21104 14570 14571 16197
Face 21105 34435 29405 34827
Face 21106 8987 3423 9783
Face 21107 391 390 6964
Face 21108 9614 9616 13369
Face 21109 8248 7919 12930
Face 21110 12131 12132 12216
Face 21111 34477 34339 34642
Face 21112 16563 16401 18893
Face 21113 7329 878 879
Face 21114 6291 6171 10315
Face 21115 34447 34366 26069
Face 21116 26770 26769 26654
Face 21117 6668 6763 6762
Face 21118 6667 6668 6762
Face 21119 6763 6864 6863
Face 21120 6762 6763 6863
Face 21121 6864 6968 6967
Face 21122 6863 6864 6967
Face 21123 10791 10792 10913
Face 21124 1562 7896 1671
Face 21125 8221 8220 8116
Face 21126 8117 8221 8116
Face 21127 9856 5721 5848
Face 21128 5977 5849 5850
Face 21129 8890 8998 8997
Face 21130 8997 8998 9110
Face 21131 8998 9111 9110
Face 21132 9110 9111 9223
Face 21133 7796 7905 7795
Face 21134 9111 9224 9223
Face 21135 10913 10914 10696
Face 21136 6382 120 207
Face 21137 8516 8615 8515
Face 21138 9903 7820 7029
Face 21139 8615 8718 8614
Face 21140 8824 8823 8717
Face 21141 7438 7437 7327
Face 21142 7328 7438 7327
Face 21143 9780 7299 7279
Face 21144 9742 9780 7279
Face 21145 9047 7577 9399
Face 21146 7577 6902 9399
Face 21147 10015 9176 9048
Face 21148 7275 7264 9159
Face 21149 12998 13092 9296
Face 21150 10332 7955 9858
Face 21151 10925 9063 10942
Face 21152 7088 7293 8990
Face 21153 10891 6872 10890
Face 21154 10204 10070 7084
Face 21155 9926 10042 10041
Face 21156 9925 9926 10041
Face 21157 8185 8289 8184
Face 21158 8392 8391 8288
Face 21159 7312 7422 7421
Face 21160 7207 7312 7206
Face 21161 9762 8747 10875
Face 21162 10833 9762 10875
Face 21163 8190 8294 8293
Face 21164 6772 6773 298
Face 21165 8087 8088 8193
Face 21166 7393 7394 9668
Face 21167 7979 7978 7871
Face 21168 7393 10591 7394
Face 21169 13116 34476 5341
Face 21170 8084 8190 8189
Face 21171 17501 13956 18424
Face 21172 8545 8644 9322
Face 21173 7826 7716 8643
Face 21174 14286 16406 14287
Face 21175 6942 7826 8643
Face 21176 18831 172 20312
Face 21177 7463 7623 7491
Face 21178 7463 10356 7623
Face 21179 9350 9349 9237
Face 21180 9238 9350 9237
Face 21181 8802 8906 8801
Face 21182 9014 9013 8905
Face 21183 10673 9443 5510
Face 21184 8757 7844 1427
Face 21185 10894 8779 7078
Face 21186 10893 10894 7078
Face 21187 1455 13294 3827
Face 21188 34482 34711 34564
Face 21189 9065 7950 8853
Face 21190 10107 9065 8853
Face 21191 7655 7768 7767
Face 21192 7654 7655 7767
Face 21193 10208 10218 7301
Face 21194 7330 8673 8669
Face 21195 8607 8606 8507
Face 21196 8508 8607 8507
Face 21197 9063 7142 7035
Face 21198 10250 7401 6695
Face 21199 8049 8360 7911
Face 21200 34577 34500 34324
Face 21201 7683 7796 7682
Face 21202 7905 7904 7795
Face 21203 10263 10385 10384
Face 21204 9224 9336 9335
Face 21205 10508 10507 10384
Face 21206 5594 7245 5719
Face 21207 34287 11097 11378
Face 21208 5846 5845 5719
Face 21209 21631 21727 21726
Face 21210 8551 3678 8650
Face 21211 7883 7882 7773
Face 21212 7252 7917 7596
Face 21213 7774 7883 7773
Face 21214 7990 7989 7882
Face 21215 1425 14 11761
Face 21216 11396 11395 11314
Face 21217 10971 7717 7721
Face 21218 8044 7728 6792
Face 21219 7558 10476 9539
Face 21220 10086 7558 9539
Face 21221 7000 11217 11218
Face 21222 12313 12404 12403
Face 21223 9744 9853 6981
Face 21224 7217 7216 7107
Face 21225 8305 8304 8200
Face 21226 10237 10239 10076
Face 21227 1197 8874 3176
Face 21228 8201 8305 8200
Face 21229 11432 12144 12058
Face 21230 10623 10116 9997
Face 21231 8326 8429 8325
Face 21232 8235 10940 10366
Face 21233 10262 10263 10384
Face 21234 7571 7683 7570
Face 21235 7458 7570 7457
Face 21236 5587 17229 5459
Face 21237 3560 1769 282
Face 21238 33225 33361 33224
Face 21239 6509 7388 117
Face 21240 9287 8033 10457
Face 21241 8109 9287 10457
Face 21242 9287 9405 9404
Face 21243 8033 9287 9404
Face 21244 9405 10232 10113
Face 21245 9404 9405 10113
Face 21246 10232 7494 10377
Face 21247 10113 10232 10377
Face 21248 8359 7499 10377
Face 21249 7494 8359 10377
Face 21250 7504 7618 7499
Face 21251 8359 7504 7499
Face 21252 7504 7612 7723
Face 21253 7618 7504 7723
Face 21254 7933 9085 7723
Face 21255 7612 7933 7723
Face 21256 10114 10233 9085
Face 21257 7933 10114 9085
Face 21258 7143 9627 10233
Face 21259 10114 7143 10233
Face 21260 6109 6108 8208
Face 21261 30524 30452 30525
Face 21262 10668 10792 10791
Face 21263 12713 7850 7172
Face 21264 7571 7570 7458
Face 21265 7459 7571 7458
Face 21266 44 20536 23118
Face 21267 9253 9252 9139
Face 21268 1886 6894 62
Face 21269 4597 4729 13180
Face 21270 10031 10030 9914
Face 21271 207 5507 4343
Face 21272 10472 15726 15583
Face 21273 29613 29018 28008
Face 21274 11726 11808 11725
Face 21275 11889 11888 11807
Face 21276 21623 21718 21717
Face 21277 7383 8041 7815
Face 21278 27375 27376 29012
Face 21279 26655 26770 26654
Face 21280 6669 6764 6763
Face 21281 15218 15087 18428
Face 21282 6764 6865 6864
Face 21283 6763 6764 6864
Face 21284 6865 6969 6968
Face 21285 6864 6865 6968
Face 21286 34323 34687 34758
Face 21287 6894 1886 10940
Face 21288 7459 7458 7349
Face 21289 7350 7459 7349
Face 21290 19804 19803 34437
Face 21291 7840 9970 7159
Face 21292 9507 10494 7586
Face 21293 8789 8893 8892
Face 21294 8788 8789 8892
Face 21295 8012 8011 7904
Face 21296 9687 9801 9800
Face 21297 10696 9903 7029
Face 21298 7905 8012 7904
Face 21299 7820 8360 8049
Face 21300 7029 7820 8049
Face 21301 8687 8688 8793
Face 21302 8516 8515 8415
Face 21303 10518 4194 4195
Face 21304 16568 16406 3432
Face 21305 7299 8655 8652
Face 21306 7549 7548 7437
Face 21307 6902 7379 7162
Face 21308 7279 7299 8652
Face 21309 7464 1006 7465
Face 21310 9399 6902 7162
Face 21311 2238 2755 2748
Face 21312 9176 7275 9159
Face 21313 10321 10322 8147
Face 21314 10578 8746 5103
Face 21315 9396 7088 8990
Face 21316 10839 10942 7293
Face 21317 6872 10204 7084
Face 21318 10972 8958 10070
Face 21319 10042 10161 10160
Face 21320 9926 9925 9808
Face 21321 8492 8491 8391
Face 21322 8289 8392 8288
Face 21323 7207 7206 7097
Face 21324 7098 7207 7097
Face 21325 8070 8176 8175
Face 21326 1724 18411 18316
Face 21327 9802 9919 9918
Face 21328 9919 10035 9918
Face 21329 7205 7310 7204
Face 21330 8343 8447 10561
Face 21331 10591 10481 7620
Face 21332 7650 7651 7763
Face 21333 8284 8387 8386
Face 21334 7861 7968 7967
Face 21335 7610 10554 8976
Face 21336 8585 8586 8688
Face 21337 11183 25993 11120
Face 21338 23442 25739 23859
Face 21339 4466 4728 4860
Face 21340 14330 14331 14447
Face 21341 10849 7491 10682
Face 21342 10849 7463 7491
Face 21343 9465 9464 9349
Face 21344 9350 9465 9349
Face 21345 8592 8593 8695
Face 21346 8696 8802 8801
Face 21347 8489 8588 8587
Face 21348 7753 7754 7862
Face 21349 10894 10893 10771
Face 21350 10772 10894 10771
Face 21351 8128 7814 9184
Face 21352 771 89 11440
Face 21353 7077 9065 10107
Face 21354 9892 7077 10107
Face 21355 7768 7877 7876
Face 21356 7983 7984 8088
Face 21357 10201 10083 99
Face 21358 6383 10382 8240
Face 21359 8710 8709 8606
Face 21360 8607 8710 8606
Face 21361 6294 6295 6416
Face 21362 2487 2488 2617
Face 21363 9967 7172 7850
Face 21364 9346 9347 9461
Face 21365 11643 11642 11564
Face 21366 2246 2238 10708
Face 21367 10474 10942 10936
Face 21368 2755 8551 8452
Face 21369 9856 7245 7695
Face 21370 24012 25847 23391
Face 21371 677 792 676
Face 21372 7245 9856 7825
Face 21373 7883 7990 7882
Face 21374 6966 6967 393
Face 21375 12048 12135 12047
Face 21376 8095 8094 7989
Face 21377 12220 12219 12134
Face 21378 8041 771 8128
Face 21379 11315 11396 11314
Face 21380 10742 11690 27
Face 21381 7721 8044 6792
Face 21382 7728 7918 7829
Face 21383 1006 1546 7465
Face 21384 7464 7465 6892
Face 21385 20044 20126 20125
Face 21386 9838 9839 13491
Face 21387 7108 7217 7107
Face 21388 13931 13977 13976
Face 21389 10193 9853 9744
Face 21390 7322 7321 7216
Face 21391 8408 8407 8304
Face 21392 10218 7330 7301
Face 21393 10116 9087 8975
Face 21394 8305 8408 8304
Face 21395 9284 10940 9386
Face 21396 4981 10070 8958
Face 21397 7796 7795 7682
Face 21398 10366 9284 9737
Face 21399 2659 2527 8731
Face 21400 9339 9454 9453
Face 21401 3169 3044 4840
Face 21402 4840 3044 8882
Face 21403 13030 13559 168
Face 21404 6541 6417 6542
Face 21405 9543 9287 8109
Face 21406 10457 9513 7730
Face 21407 9543 9406 9405
Face 21408 9287 9543 9405
Face 21409 9406 9881 10232
Face 21410 9405 9406 10232
Face 21411 9881 7495 7494
Face 21412 10232 9881 7494
Face 21413 8255 8359 7494
Face 21414 7495 8255 7494
Face 21415 9514 7504 8359
Face 21416 8255 9514 8359
Face 21417 7614 7612 7504
Face 21418 9514 7614 7504
Face 21419 7614 7493 7933
Face 21420 7612 7614 7933
Face 21421 7602 10114 7933
Face 21422 7493 7602 7933
Face 21423 6945 7143 10114
Face 21424 7602 6945 10114
Face 21425 12663 12662 12572
Face 21426 6945 10582 7143
Face 21427 7307 7417 7306
Face 21428 10084 129 10188
Face 21429 7683 7682 7570
Face 21430 457 7256 458
Face 21431 5719 7245 7825
Face 21432 10292 10414 10291
Face 21433 3701 10582 316
Face 21434 7967 7968 8072
Face 21435 10652 10776 10775
Face 21436 22469 4332 14369
Face 21437 5638 8340 2513
Face 21438 7965 8070 7964
Face 21439 1522 1634 1633
Face 21440 2150 9416 11274
Face 21441 21529 21530 21622
Face 21442 14458 14459 14576
Face 21443 20750 13202 20838
Face 21444 26770 26884 26883
Face 21445 6670 6765 6764
Face 21446 6668 6669 6763
Face 21447 6765 6866 6865
Face 21448 6764 6765 6865
Face 21449 6970 6969 6865
Face 21450 6866 6970 6865
Face 21451 8005 8110 1779
Face 21452 12470 11765 11608
Face 21453 20711 20622 11103
Face 21454 4580 6146 6290
Face 21455 1339 1338 875
Face 21456 9113 9114 9226
Face 21457 26769 26770 26883
Face 21458 10285 10286 10407
Face 21459 8117 8116 8011
Face 21460 407 406 6875
Face 21461 34634 34807 34664
Face 21462 8012 8117 8011
Face 21463 24458 27263 27151
Face 21464 34547 24243 24242
Face 21465 16206 14081 5214
Face 21466 7035 7142 9422
Face 21467 7922 9185 7931
Face 21468 8615 8614 8515
Face 21469 9119 9120 9232
Face 21470 7383 7922 7931
Face 21471 7379 7717 10971
Face 21472 8283 8386 8385
Face 21473 10015 9048 1546
Face 21474 7162 7379 10971
Face 21475 8557 8657 2028
Face 21476 1006 10015 1546
Face 21477 8951 8950 10321
Face 21478 7476 7477 8657
Face 21479 10972 10195 8958
Face 21480 8642 9396 7467
Face 21481 7779 8246 10194
Face 21482 10195 7779 10194
Face 21483 10204 10972 10070
Face 21484 10195 10194 8958
Face 21485 9809 9926 9808
Face 21486 9580 9695 9579
Face 21487 8492 8591 8491
Face 21488 8392 8492 8391
Face 21489 7098 7097 6990
Face 21490 6991 7098 6990
Face 21491 21622 21623 21717
Face 21492 6001 6128 6000
Face 21493 9400 10569 10337
Face 21494 10677 9400 10337
Face 21495 7309 7310 7419
Face 21496 7310 7420 7419
Face 21497 9804 9921 9803
Face 21498 9689 9690 9803
Face 21499 7529 7530 7641
Face 21500 7834 7724 10681
Face 21501 8584 8585 8687
Face 21502 4214 9854 4857
Face 21503 9311 8544 9511
Face 21504 3302 9967 8341
Face 21505 25778 30534 25779
Face 21506 5721 8021 7842
Face 21507 10219 10682 7936
Face 21508 10219 10849 10682
Face 21509 9577 9578 9692
Face 21510 9807 9924 9923
Face 21511 8394 8494 8393
Face 21512 8695 8696 8801
Face 21513 8489 8488 8388
Face 21514 18053 17674 3570
Face 21515 10527 10648 10647
Face 21516 10526 10527 10647
Face 21517 9621 8023 9184
Face 21518 7814 9621 9184
Face 21519 7077 9892 10121
Face 21520 10240 7077 10121
Face 21521 8089 8195 8194
Face 21522 8088 8089 8194
Face 21523 10323 8455 10200
Face 21524 10320 10083 10201
Face 21525 8816 8815 8709
Face 21526 8919 8920 9027
Face 21527 27215 27164 26099
Face 21528 26566 25989 429
Face 21529 7193 7288 7296
Face 21530 4327 10521 10642
Face 21531 9939 10055 10054
Face 21532 9588 9703 9587
Face 21533 9604 9603 9490
Face 21534 10148 10147 10028
Face 21535 8021 9856 9174
Face 21536 7695 9174 9856
Face 21537 11647 11646 11568
Face 21538 5848 5721 5849
Face 21539 2003 1529 1530
Face 21540 11220 12908 12817
Face 21541 14 2917 5381
Face 21542 15503 15645 12660
Face 21543 9735 8572 7291
Face 21544 3189 12204 12201
Face 21545 6792 7728 7829
Face 21546 10583 7291 7576
Face 21547 7918 7291 10583
Face 21548 7829 7918 10583
Face 21549 7120 7464 6892
Face 21550 7843 8518 7924
Face 21551 12386 12557 11780
Face 21552 9899 10484 9050
Face 21553 7950 9665 10713
Face 21554 8853 7950 10713
Face 21555 7217 7322 7216
Face 21556 7767 7768 7876
Face 21557 99 6383 8240
Face 21558 10382 10218 10208
Face 21559 8508 8507 8407
Face 21560 8710 8816 8709
Face 21561 25575 25666 25574
Face 21562 7121 25903 25899
Face 21563 7818 7627 9848
Face 21564 7964 7963 7856
Face 21565 9822 9821 9707
Face 21566 320 2489 5001
Face 21567 1636 1526 1637
Face 21568 6917 13276 20719
Face 21569 6875 6982 407
Face 21570 8727 6485 8758
Face 21571 10804 9543 8171
Face 21572 8171 9543 8109
Face 21573 9293 9406 9543
Face 21574 10804 9293 9543
Face 21575 9293 9763 9881
Face 21576 9406 9293 9881
Face 21577 9763 9084 7495
Face 21578 9881 9763 7495
Face 21579 8461 8255 7495
Face 21580 9084 8461 7495
Face 21581 8129 9514 8255
Face 21582 8461 8129 8255
Face 21583 9988 7614 9514
Face 21584 8129 9988 9514
Face 21585 9988 10605 7493
Face 21586 7614 9988 7493
Face 21587 7163 7602 7493
Face 21588 10605 7163 7493
Face 21589 9626 6945 7602
Face 21590 7163 9626 7602
Face 21591 10456 10582 6945
Face 21592 9626 10456 6945
Face 21593 2772 5632 10380
Face 21594 10456 6976 10582
Face 21595 9535 7818 8672
Face 21596 11569 11568 11490
Face 21597 10027 10026 9910
Face 21598 10287 10409 10408
Face 21599 7266 8026 7377
Face 21600 8999 9112 9111
Face 21601 8809 8913 8808
Face 21602 9021 9020 8912
Face 21603 10415 10538 10414
Face 21604 7763 7762 7649
Face 21605 8069 8070 8175
Face 21606 11408 11491 11407
Face 21607 9119 9232 9231
Face 21608 9539 8557 2360
Face 21609 6655 7128 21544
Face 21610 26335 17786 28554
Face 21611 6671 6766 6765
Face 21612 6669 33907 6670
Face 21613 6766 6867 6866
Face 21614 6765 6766 6866
Face 21615 6971 6970 6866
Face 21616 6867 6971 6866
Face 21617 6289 6169 7707
Face 21618 3297 8517 5469
Face 21619 2561 32884 2433
Face 21620 7946 8059 9741
Face 21621 8761 8762 10273
Face 21622 11103 6917 20719
Face 21623 9709 9823 9708
Face 21624 9911 10027 9910
Face 21625 10653 10777 10652
Face 21626 9623 9852 10556
Face 21627 8379 8479 8378
Face 21628 34818 3031 34297
Face 21629 25973 25974 26084
Face 21630 26100 27394 27391
Face 21631 7438 7549 7437
Face 21632 7661 7660 7548
Face 21633 8859 7593 7594
Face 21634 7549 7661 7548
Face 21635 8501 8502 8600
Face 21636 7527 7639 7638
Face 21637 1228 2792 10431
Face 21638 8832 1228 10431
Face 21639 13595 13596 13688
Face 21640 9176 9159 9048
Face 21641 9243 9355 9354
Face 21642 8557 7476 8657
Face 21643 8745 7806 8246
Face 21644 10322 3043 8147
Face 21645 9240 9352 9239
Face 21646 7779 8745 8246
Face 21647 9352 9467 9351
Face 21648 9580 9579 9466
Face 21649 9467 9580 9466
Face 21650 9695 9694 9579
Face 21651 9809 9808 9694
Face 21652 9695 9809 9694
Face 21653 8590 8591 8693
Face 21654 8591 8694 8693
Face 21655 6785 6786 6884
Face 21656 6885 6991 6990
Face 21657 10732 7260 8728
Face 21658 14287 16406 16568
Face 21659 7917 10205 10732
Face 21660 9400 10677 7188
Face 21661 7419 7420 7530
Face 21662 7420 7531 7530
Face 21663 9921 9920 9803
Face 21664 9462 9575 9574
Face 21665 8566 8777 10307
Face 21666 8029 8133 10117
Face 21667 1437 4334 125
Face 21668 6693 7596 8133
Face 21669 6293 6174 6294
Face 21670 11409 11493 26337
Face 21671 6875 301 6776
Face 21672 7328 7224 878
Face 21673 8656 7936 7826
Face 21674 8656 10219 7936
Face 21675 9693 9807 9806
Face 21676 9692 9693 9806
Face 21677 8081 8187 8080
Face 21678 8494 8593 8592
Face 21679 8075 8076 8181
Face 21680 8588 8691 8587
Face 21681 10282 10281 10163
Face 21682 10164 10282 10163
Face 21683 8552 7247 8023
Face 21684 8456 7690 6869
Face 21685 10468 10835 9395
Face 21686 9418 10468 9395
Face 21687 8195 8299 8298
Face 21688 8194 8195 8298
Face 21689 10200 10320 10201
Face 21690 10083 6383 99
Face 21691 9141 9140 9027
Face 21692 9254 9253 9140
Face 21693 26884 26997 26996
Face 21694 26084 26085 26200
Face 21695 7151 7043 249
Face 21696 7051 7159 9310
Face 21697 10777 10776 10652
Face 21698 9950 9949 9832
Face 21699 8700 8699 8596
Face 21700 8597 8700 8596
Face 21701 8640 8021 9173
Face 21702 9062 8640 9173
Face 21703 12049 12136 12048
Face 21704 8021 8640 7842
Face 21705 7699 12722 11597
Face 21706 2489 3940 3055
Face 21707 5001 2489 3055
Face 21708 1659 1455 3827
Face 21709 34458 34330 34806
Face 21710 26883 26884 26996
Face 21711 10692 8845 10342
Face 21712 8538 10692 10342
Face 21713 8845 7843 10234
Face 21714 10342 8845 10234
Face 21715 7120 6892 8753
Face 21716 7942 7120 8753
Face 21717 9999 9899 9050
Face 21718 6873 7137 10484
Face 21719 17839 22420 22416
Face 21720 3281 3147 3148
Face 21721 7877 7984 7983
Face 21722 10463 9418 10395
Face 21723 8240 10382 10208
Face 21724 7876 7877 7983
Face 21725 8816 8920 8919
Face 21726 8455 10320 10200
Face 21727 9242 9243 9354
Face 21728 8815 8816 8919
Face 21729 6699 34820 13651
Face 21730 26997 27113 27112
Face 21731 7472 10924 10802
Face 21732 7976 7975 7868
Face 21733 7872 7871 7762
Face 21734 3282 3410 3409
Face 21735 8997 2488 8890
Face 21736 12935 12990 34298
Face 21737 1896 1895 1779
Face 21738 10804 8171 8889
Face 21739 13934 410 3118
Face 21740 8978 9294 9293
Face 21741 10804 8978 9293
Face 21742 9294 10354 9763
Face 21743 9293 9294 9763
Face 21744 10354 8972 9084
Face 21745 9763 10354 9084
Face 21746 8152 8461 9084
Face 21747 8972 8152 9084
Face 21748 8672 8129 8461
Face 21749 8152 8672 8461
Face 21750 9848 9988 8129
Face 21751 8672 9848 8129
Face 21752 9210 10605 9988
Face 21753 9848 9210 9988
Face 21754 9210 8250 7163
Face 21755 10605 9210 7163
Face 21756 7243 9626 7163
Face 21757 8250 7243 7163
Face 21758 10701 10456 9626
Face 21759 7243 10701 9626
Face 21760 10005 6976 10456
Face 21761 10701 10005 10456
Face 21762 34767 34790 34289
Face 21763 7288 100 10005
Face 21764 6259 6134 10128
Face 21765 10095 9525 8859
Face 21766 9223 9224 9335
Face 21767 8389 8489 8388
Face 21768 6996 6995 6889
Face 21769 12998 9296 7705
Face 21770 9336 9451 9450
Face 21771 9376 9375 9263
Face 21772 6879 6985 6878
Face 21773 6766 6671 108
Face 21774 7570 7569 7457
Face 21775 6766 108 6767
Face 21776 5235 10435 10194
Face 21777 26996 26997 27112
Face 21778 34348 34532 34457
Face 21779 8111 1897 8110
Face 21780 9288 33813 33542
Face 21781 6766 6767 6867
Face 21782 21739 9288 33542
Face 21783 34710 34824 34289
Face 21784 9796 9795 9681
Face 21785 9982 9083 9558
Face 21786 9459 9572 9571
Face 21787 7521 856 857
Face 21788 9473 9474 9586
Face 21789 10365 7119 7082
Face 21790 15332 10730 7083
Face 21791 9423 9310 9083
Face 21792 10727 10991 8558
Face 21793 7119 7193 7082
Face 21794 7357 8727 7446
Face 21795 8815 8919 8918
Face 21796 10389 10512 10388
Face 21797 6997 7104 6996
Face 21798 9366 9481 9365
Face 21799 9028 9141 9027
Face 21800 10781 10782 10903
Face 21801 10904 10818 7837
Face 21802 9134 9135 9247
Face 21803 8704 8703 8600
Face 21804 1228 6630 2792
Face 21805 6630 7356 2792
Face 21806 7849 10479 7401
Face 21807 2771 4333 1544
Face 21808 31066 31165 31065
Face 21809 27113 27229 27228
Face 21810 13042 13136 13041
Face 21811 9722 9723 9837
Face 21812 10361 12811 12457
Face 21813 27112 27113 27228
Face 21814 11925 11678 11438
Face 21815 12034 13477 11438
Face 21816 11357 12034 11438
Face 21817 11846 11449 12034
Face 21818 12034 11449 13477
Face 21819 32851 32850 32717
Face 21820 28560 34512 26789
Face 21821 11248 11323 11247
Face 21822 11404 11403 11322
Face 21823 12894 13548 13456
Face 21824 13742 20281 7916
Face 21825 21736 21833 21735
Face 21826 21929 21928 21832
Face 21827 21833 21929 21832
Face 21828 22027 22026 21928
Face 21829 21929 22027 21928
Face 21830 22125 22124 22026
Face 21831 22027 22125 22026
Face 21832 22220 22219 22124
Face 21833 22125 22220 22124
Face 21834 22316 22315 22219
Face 21835 22220 22316 22219
Face 21836 22412 22411 22315
Face 21837 22316 22412 22315
Face 21838 3330 3455 17012
Face 21839 17712 17709 18796
Face 21840 20281 19677 19635
Face 21841 20465 20464 19673
Face 21842 22405 22502 22501
Face 21843 22308 22309 22404
Face 21844 15443 14303 14419
Face 21845 15726 15443 14419
Face 21846 14419 14303 12855
Face 21847 14303 2896 12855
Face 21848 2896 15732 15590
Face 21849 12855 2896 15590
Face 21850 15732 15309 15588
Face 21851 15590 15732 15588
Face 21852 15309 12859 12858
Face 21853 15588 15309 12858
Face 21854 22404 22405 22501
Face 21855 8876 3186 1680
Face 21856 22502 22596 22595
Face 21857 11694 13653 11776
Face 21858 13653 12450 12271
Face 21859 12929 10472 4355
Face 21860 32826 32958 32825
Face 21861 9647 2665 7740
Face 21862 12446 14648 9426
Face 21863 10472 12929 15726
Face 21864 22638 6019 22351
Face 21865 6019 12446 9426
Face 21866 14569 14928 20647
Face 21867 14809 4742 22601
Face 21868 28362 29210 34679
Face 21869 18672 18723 18294
Face 21870 7237 32300 32196
Face 21871 13653 5624 11776
Face 21872 12207 27739 18823
Face 21873 33233 33232 33097
Face 21874 30604 30698 30603
Face 21875 27739 29800 18823
Face 21876 33894 33893 33767
Face 21877 32972 33106 32971
Face 21878 1763 11215 5211
Face 21879 34820 5211 13651
Face 21880 12899 8876 1680
Face 21881 1763 1990 12375
Face 21882 34800 34700 34560
Face 21883 11694 11776 3186
Face 21884 11215 1763 12375
Face 21885 27339 27338 27228
Face 21886 1990 11754 11611
Face 21887 12375 1990 11611
Face 21888 11754 11083 11678
Face 21889 11611 11754 11678
Face 21890 13260 14370 13259
Face 21891 17340 17250 17251
Face 21892 2512 20065 19336
Face 21893 12856 14852 13356
Face 21894 12899 1680 13575
Face 21895 10857 12899 13575
Face 21896 13298 11357 11678
Face 21897 18966 12913 861
Face 21898 11083 13298 11678
Face 21899 12655 12034 11357
Face 21900 13298 12655 11357
Face 21901 7585 7461 8774
Face 21902 12655 11846 12034
Face 21903 12076 12163 12075
Face 21904 16185 12813 20749
Face 21905 11323 11404 11322
Face 21906 12142 12227 12141
Face 21907 9102 15135 9783
Face 21908 15337 8172 16405
Face 21909 8227 12036 8332
Face 21910 24180 24179 25287
Face 21911 13365 19222 15297
Face 21912 9414 13808 8215
Face 21913 14506 11002 12348
Face 21914 20451 20450 6269
Face 21915 13108 34584 3046
Face 21916 6019 9426 22351
Face 21917 17769 17861 22611
Face 21918 30963 30962 30861
Face 21919 978 12288 22351
Face 21920 14486 19066 14367
Face 21921 18523 17989 22220
Face 21922 30534 25778 30623
Face 21923 19741 19824 19740
Face 21924 32227 32333 32332
Face 21925 8876 11694 3186
Face 21926 19825 19824 19741
Face 21927 25777 11059 30623
Face 21928 34346 34317 34828
Face 21929 15036 17175 15108
Face 21930 18433 17673 18821
Face 21931 13741 7580 978
Face 21932 12288 22638 22351
Face 21933 8357 7580 13741
Face 21934 13288 8357 13741
Face 21935 12730 8357 13288
Face 21936 7580 12288 978
Face 21937 12730 14204 15881
Face 21938 14204 12730 13288
Face 21939 16189 15882 22352
Face 21940 15882 12730 15881
Face 21941 19296 16189 19376
Face 21942 21286 21278 20374
Face 21943 21286 2530 21278
Face 21944 20375 21286 20374
Face 21945 2530 2636 21278
Face 21946 2383 12913 22469
Face 21947 12859 13260 13259
Face 21948 15882 15881 22352
Face 21949 16543 12939 16512
Face 21950 34420 34714 34545
Face 21951 31212 31211 31112
Face 21952 11059 25777 11121
Face 21953 16189 22352 19376
Face 21954 16348 12588 8846
Face 21955 25779 30533 25780
Face 21956 34357 10969 34491
Face 21957 15108 17175 18996
Face 21958 12857 16348 14728
Face 21959 33616 33615 33488
Face 21960 15305 15168 13161
Face 21961 34400 34423 34624
Face 21962 13383 12857 13356
Face 21963 16753 16752 16691
Face 21964 18080 18174 18079
Face 21965 16348 8846 14728
Face 21966 34279 34412 13579
Face 21967 16192 15056 3631
Face 21968 16694 26443 13212
Face 21969 15031 10864 15030
Face 21970 15874 15040 14912
Face 21971 22592 14875 22591
Face 21972 29533 29534 29665
Face 21973 32343 32455 32342
Face 21974 15292 15156 163
Face 21975 32831 32963 32830
Face 21976 30505 30506 30590
Face 21977 22255 14910 22160
Face 21978 33773 33772 33647
Face 21979 2132 22255 8167
Face 21980 21291 15581 21290
Face 21981 3036 19269 7490
Face 21982 14910 16338 22160
Face 21983 21826 21825 21728
Face 21984 21729 21826 21728
Face 21985 30591 30685 30684
Face 21986 33643 33768 33767
Face 21987 7997 1763 10227
Face 21988 34828 5211 34820
Face 21989 22505 22599 22504
Face 21990 13766 1990 1763
Face 21991 20374 21278 20373
Face 21992 2636 15161 21275
Face 21993 7997 13766 1763
Face 21994 22599 22598 22504
Face 21995 6972 11754 1990
Face 21996 13766 6972 1990
Face 21997 11005 11083 11754
Face 21998 6972 11005 11754
Face 21999 5470 16503 16504
Face 22000 21638 32924 32406
Face 22001 21831 21733 21734
Face 22002 21832 21928 21831
Face 22003 29151 29281 29150
Face 22004 21872 23383 13305
Face 22005 11005 11046 13298
Face 22006 21605 24331 22937
Face 22007 11083 11005 13298
Face 22008 11046 12639 12655
Face 22009 13298 11046 12655
Face 22010 25874 25875 25982
Face 22011 34811 34597 34765
Face 22012 655 2801 12854
Face 22013 12295 416 1198
Face 22014 12142 12141 12054
Face 22015 12055 12142 12054
Face 22016 13018 11841 12808
Face 22017 11407 11490 11406
Face 22018 13676 10068 10187
Face 22019 3055 3940 2024
Face 22020 12170 21487 22690
Face 22021 15729 15874 14912
Face 22022 15040 14487 14606
Face 22023 20491 12170 22690
Face 22024 23114 23944 23829
Face 22025 14912 15040 14606
Face 22026 20580 23719 24135
Face 22027 14487 5763 7244
Face 22028 14606 14487 7244
Face 22029 3507 3635 7244
Face 22030 5763 3507 7244
Face 22031 9867 16032 3635
Face 22032 3507 9867 3635
Face 22033 34344 34510 34354
Face 22034 26416 28019 28155
Face 22035 29068 29069 11144
Face 22036 34611 34685 34802
Face 22037 27157 27897 27767
Face 22038 11457 22708 23249
Face 22039 29069 29068 27378
Face 22040 20014 26542 26657
Face 22041 14532 33675 15043
Face 22042 15156 15292 14530
Face 22043 15292 12114 14530
Face 22044 11524 20646 22141
Face 22045 14875 15292 163
Face 22046 27379 29069 27378
Face 22047 12444 14449 14669
Face 22048 15880 12444 14669
Face 22049 3059 1873 14449
Face 22050 34395 34575 34399
Face 22051 12444 3059 14449
Face 22052 16173 24701 24700
Face 22053 3694 12366 14059
Face 22054 30533 25779 30534
Face 22055 19599 19517 13808
Face 22056 1868 3307 1873
Face 22057 3059 1868 1873
Face 22058 12857 14728 13356
Face 22059 11894 11155 3307
Face 22060 1868 11894 3307
Face 22061 11894 14410 8725
Face 22062 19800 19879 19878
Face 22063 11155 11894 8725
Face 22064 22237 22243 16369
Face 22065 33935 21632 21727
Face 22066 21676 23278 23279
Face 22067 12164 12163 12076
Face 22068 21922 21921 21825
Face 22069 22243 14920 16369
Face 22070 14410 22273 16035
Face 22071 11923 13573 12903
Face 22072 8725 14410 16035
Face 22073 22273 4236 14784
Face 22074 16035 22273 14784
Face 22075 4236 20636 12437
Face 22076 20650 18165 20562
Face 22077 15620 15763 13573
Face 22078 12077 12164 12076
Face 22079 11756 11610 24124
Face 22080 21928 21927 21831
Face 22081 12251 12250 12163
Face 22082 14784 4236 12437
Face 22083 23783 23782 27280
Face 22084 20636 19277 19962
Face 22085 12437 20636 19962
Face 22086 19277 19722 19720
Face 22087 19962 19277 19720
Face 22088 19722 20479 20468
Face 22089 33098 33097 32963
Face 22090 34006 34132 34005
Face 22091 33648 33773 33647
Face 22092 33252 33388 33251
Face 22093 10092 7688 8362
Face 22094 32824 32823 32690
Face 22095 23451 25159 23785
Face 22096 24136 24141 24418
Face 22097 23452 23451 23785
Face 22098 10864 15305 13161
Face 22099 32691 32824 32690
Face 22100 13670 1316 1572
Face 22101 9989 7997 11014
Face 22102 10227 11014 7997
Face 22103 12568 13766 7997
Face 22104 9989 12568 7997
Face 22105 7384 7272 13673
Face 22106 7286 8128 12992
Face 22107 13759 6972 13766
Face 22108 11059 11121 11120
Face 22109 12568 13759 13766
Face 22110 10973 11005 6972
Face 22111 13759 10973 6972
Face 22112 10688 11046 11005
Face 22113 10973 10688 11005
Face 22114 19720 19722 20468
Face 22115 10766 12639 11046
Face 22116 13180 13206 755
Face 22117 20479 21472 21470
Face 22118 13597 13598 13690
Face 22119 13608 13701 13700
Face 22120 13179 13650 13370
Face 22121 12903 13179 13370
Face 22122 5624 12271 9562
Face 22123 12903 13370 12362
Face 22124 11776 5624 11859
Face 22125 12271 12903 12362
Face 22126 3186 11776 11859
Face 22127 12271 12362 9562
Face 22128 984 3186 11859
Face 22129 5624 9562 11859
Face 22130 10109 11524 14293
Face 22131 34673 34582 34424
Face 22132 12339 12431 12338
Face 22133 20646 22243 22141
Face 22134 12699 12698 12608
Face 22135 21627 21722 21626
Face 22136 1680 3186 984
Face 22137 20468 20479 21470
Face 22138 10688 10766 11046
Face 22139 8031 34344 34494
Face 22140 10766 11842 12639
Face 22141 21472 14604 10579
Face 22142 11104 416 13359
Face 22143 12698 12607 12608
Face 22144 9850 19923 352
Face 22145 11343 11424 11342
Face 22146 12789 12788 12698
Face 22147 13249 13248 13153
Face 22148 20627 20628 21867
Face 22149 12699 12789 12698
Face 22150 12882 12881 12788
Face 22151 9870 10312 16174
Face 22152 10312 9870 3897
Face 22153 20010 24227 20011
Face 22154 12227 12226 12141
Face 22155 416 11104 12385
Face 22156 11568 11567 11489
Face 22157 11565 11643 11564
Face 22158 34468 34411 34585
Face 22159 8356 9538 8459
Face 22160 13536 16019 13726
Face 22161 16019 9870 16174
Face 22162 27443 27326 20848
Face 22163 14507 12945 19438
Face 22164 13220 13313 13312
Face 22165 16019 16174 13726
Face 22166 21470 21472 10579
Face 22167 17544 19075 17970
Face 22168 14604 20542 20541
Face 22169 10579 14604 20541
Face 22170 12525 12434 20541
Face 22171 20542 12525 20541
Face 22172 12525 19675 20635
Face 22173 12434 12525 20635
Face 22174 6015 20 20635
Face 22175 19702 18326 19416
Face 22176 19675 6015 20635
Face 22177 25159 24411 24195
Face 22178 34286 34337 34733
Face 22179 12789 12882 12788
Face 22180 13444 14724 20
Face 22181 12251 12339 12250
Face 22182 12974 12973 12881
Face 22183 12164 12251 12163
Face 22184 12431 12430 12338
Face 22185 9673 12457 3571
Face 22186 12339 12338 12250
Face 22187 6015 13444 20
Face 22188 13670 1572 12746
Face 22189 14523 15042 14724
Face 22190 13444 14523 14724
Face 22191 21553 21554 15042
Face 22192 14523 21553 15042
Face 22193 15028 14642 21554
Face 22194 21553 15028 21554
Face 22195 15028 19724 21269
Face 22196 14642 15028 21269
Face 22197 2944 33155 2945
Face 22198 30352 30419 30351
Face 22199 19591 19588 16021
Face 22200 33252 33251 33116
Face 22201 32080 32079 31974
Face 22202 32956 32955 32823
Face 22203 32824 32956 32823
Face 22204 12921 9989 11040
Face 22205 8554 13736 19298
Face 22206 34672 11040 11014
Face 22207 19724 21272 22537
Face 22208 13786 10868 123
Face 22209 20375 20374 19591
Face 22210 21269 19724 22537
Face 22211 12197 12568 9989
Face 22212 20832 15166 19767
Face 22213 12921 12197 9989
Face 22214 13661 13759 12568
Face 22215 12197 13661 12568
Face 22216 3954 10973 13759
Face 22217 13661 3954 13759
Face 22218 3954 9791 10688
Face 22219 10973 3954 10688
Face 22220 13021 10766 10688
Face 22221 9791 13021 10688
Face 22222 11225 11842 10766
Face 22223 19660 19743 19659
Face 22224 19594 20375 19591
Face 22225 23551 12431 22909
Face 22226 34541 34317 34346
Face 22227 12056 12057 12143
Face 22228 21722 21819 21818
Face 22229 23384 19928 23546
Face 22230 13159 13158 13064
Face 22231 33363 33362 33226
Face 22232 5383 1680 984
Face 22233 13021 11225 10766
Face 22234 34465 34574 34675
Face 22235 11225 13554 11842
Face 22236 12575 12576 12665
Face 22237 21272 19863 22053
Face 22238 11454 13299 4725
Face 22239 12707 11207 12617
Face 22240 22537 21272 22053
Face 22241 24541 29739 23848
Face 22242 12988 12989 68
Face 22243 11863 12896 12716
Face 22244 11506 11505 11423
Face 22245 11296 13670 11681
Face 22246 13267 13266 9996
Face 22247 22138 15577 13732
Face 22248 10817 12147 12894
Face 22249 9870 2634 3897
Face 22250 21477 11524 10109
Face 22251 11643 11722 11642
Face 22252 34325 34683 34319
Face 22253 13500 13501 13597
Face 22254 10746 11612 10742
Face 22255 11722 11721 11642
Face 22256 23189 24343 23387
Face 22257 23997 23644 23024
Face 22258 19863 16192 12526
Face 22259 29675 29674 29542
Face 22260 22053 19863 12526
Face 22261 27229 27339 27228
Face 22262 12983 7174 12798
Face 22263 27458 27457 27338
Face 22264 13191 21001 20933
Face 22265 19038 16951 19222
Face 22266 34363 13657 34380
Face 22267 19581 17540 17312
Face 22268 19331 19408 19407
Face 22269 19330 19331 19407
Face 22270 14391 16369 13947
Face 22271 12560 22611 16498
Face 22272 12882 12974 12881
Face 22273 13064 13063 12973
Face 22274 20463 20461 19666
Face 22275 12974 13064 12973
Face 22276 11424 11506 11423
Face 22277 11585 11584 11505
Face 22278 11424 11423 11342
Face 22279 11663 11662 11584
Face 22280 11731 12707 12617
Face 22281 11343 11342 11266
Face 22282 11681 13670 12746
Face 22283 11207 12988 68
Face 22284 11681 12746 13758
Face 22285 10765 10519 6139
Face 22286 11844 11522 34751
Face 22287 11774 11681 13758
Face 22288 10963 19634 12619
Face 22289 30434 30435 30505
Face 22290 14852 13383 13356
Face 22291 13449 20989 19674
Face 22292 19488 19487 19407
Face 22293 16341 14852 12856
Face 22294 16183 16341 12856
Face 22295 19408 19488 19407
Face 22296 19569 19568 19487
Face 22297 19488 19569 19487
Face 22298 19652 19651 19568
Face 22299 34688 34653 34762
Face 22300 19569 19652 19568
Face 22301 13064 13158 13063
Face 22302 16353 14157 11515
Face 22303 22141 22237 21937
Face 22304 13158 13157 13063
Face 22305 19735 19734 19651
Face 22306 22141 22243 22237
Face 22307 19652 19735 19651
Face 22308 31868 31975 31867
Face 22309 30531 30530 25676
Face 22310 24961 24962 25100
Face 22311 28008 26701 26449
Face 22312 12453 12545 11163
Face 22313 22312 22408 22311
Face 22314 14791 12189 15177
Face 22315 19818 19817 19734
Face 22316 20395 2660 20317
Face 22317 160 13958 6794
Face 22318 13575 1680 5383
Face 22319 1787 13575 5383
Face 22320 34618 34587 34670
Face 22321 12007 11922 13036
Face 22322 6614 34721 18264
Face 22323 34536 3573 34818
Face 22324 16500 12844 21673
Face 22325 34595 34481 34518
Face 22326 19735 19818 19734
Face 22327 20451 14782 20450
Face 22328 11305 13674 11519
Face 22329 19799 19800 19878
Face 22330 22585 14371 22584
Face 22331 12896 11305 11519
Face 22332 19879 19954 19953
Face 22333 16191 14791 16190
Face 22334 9894 11523 7890
Face 22335 13249 13342 13248
Face 22336 13630 13536 13726
Face 22337 10601 7830 2529
Face 22338 19743 19742 19659
Face 22339 12147 13548 12894
Face 22340 33783 33782 33657
Face 22341 19660 19659 19576
Face 22342 33658 33783 33657
Face 22343 33090 33089 32955
Face 22344 32564 32691 32563
Face 22345 13577 12921 11284
Face 22346 11040 11284 12921
Face 22347 12111 12197 12921
Face 22348 13577 12111 12921
Face 22349 13660 13661 12197
Face 22350 12111 13660 12197
Face 22351 10977 3954 13661
Face 22352 13660 10977 13661
Face 22353 12815 9791 3954
Face 22354 10977 12815 3954
Face 22355 23289 23523 23290
Face 22356 24288 21236 24289
Face 22357 11277 7698 4854
Face 22358 19894 19893 19817
Face 22359 19818 19894 19817
Face 22360 30146 30147 30210
Face 22361 11863 12716 11465
Face 22362 12896 11519 12716
Face 22363 12473 11465 13765
Face 22364 12473 11863 11465
Face 22365 11267 11343 11266
Face 22366 12465 12473 13765
Face 22367 21531 21624 21623
Face 22368 11136 11198 11135
Face 22369 5466 11731 12617
Face 22370 21104 21013 22043
Face 22371 11207 68 12617
Face 22372 21435 21436 21530
Face 22373 21530 21531 21623
Face 22374 20217 22140 22043
Face 22375 7809 12459 13077
Face 22376 21463 20217 22043
Face 22377 27339 27458 27338
Face 22378 19634 19597 12619
Face 22379 12846 13021 9791
Face 22380 23205 23534 22714
Face 22381 12815 12846 9791
Face 22382 12846 12814 11225
Face 22383 13021 12846 11225
Face 22384 19972 19971 19893
Face 22385 12814 13553 11225
Face 22386 11858 9644 10712
Face 22387 13668 11858 10712
Face 22388 10712 9644 11769
Face 22389 25091 25092 25230
Face 22390 25370 25371 23646
Face 22391 20892 17819 431
Face 22392 22216 22312 22215
Face 22393 9644 8260 11769
Face 22394 27 38 12017
Face 22395 11804 11803 11721
Face 22396 12745 8354 13122
Face 22397 19894 19972 19893
Face 22398 20049 20048 19971
Face 22399 19972 20049 19971
Face 22400 20131 20130 20048
Face 22401 20049 20131 20048
Face 22402 20131 20209 20208
Face 22403 20130 20131 20208
Face 22404 12181 11039 4323
Face 22405 20209 20291 20290
Face 22406 2634 11039 12181
Face 22407 34733 34674 23023
Face 22408 27578 27577 27457
Face 22409 13415 13510 13414
Face 22410 11528 12453 11163
Face 22411 7240 7348 7347
Face 22412 26558 25985 26559
Face 22413 12673 14482 14775
Face 22414 14900 12673 14775
Face 22415 16500 21673 13162
Face 22416 20426 13350 20396
Face 22417 12844 14332 21673
Face 22418 13350 16500 13162
Face 22419 19388 19389 19881
Face 22420 12860 886 15163
Face 22421 12821 12376 13572
Face 22422 13289 14653 12498
Face 22423 20208 20209 20290
Face 22424 22602 22508 17353
Face 22425 27458 27578 27457
Face 22426 13531 13530 13435
Face 22427 991 7328 7329
Face 22428 23646 24591 13165
Face 22429 3761 13004 3765
Face 22430 12890 105 9278
Face 22431 19107 17839 18041
Face 22432 12563 11383 2781
Face 22433 7488 13457 9424
Face 22434 11289 13187 8554
Face 22435 27830 21045 20954
Face 22436 34294 34380 5895
Face 22437 31165 31164 31065
Face 22438 27378 29068 29066
Face 22439 20201 20202 20284
Face 22440 12530 12618 13643
Face 22441 3897 2634 12181
Face 22442 23128 23351 11829
Face 22443 15874 17136 15587
Face 22444 11039 5470 4323
Face 22445 31161 31160 31061
Face 22446 19357 4362 13727
Face 22447 19413 21484 4710
Face 22448 33531 33530 33397
Face 22449 30699 30698 30604
Face 22450 29983 29982 29924
Face 22451 33398 33397 33261
Face 22452 32691 32690 32563
Face 22453 33106 33241 33105
Face 22454 12828 13577 11847
Face 22455 34732 34406 11284
Face 22456 11077 11076 29935
Face 22457 11205 4601 10692
Face 22458 11523 8772 7890
Face 22459 11361 11362 4339
Face 22460 9414 13830 19599
Face 22461 27000 27116 27115
Face 22462 12070 12069 11985
Face 22463 11986 12070 11985
Face 22464 14788 14787 15449
Face 22465 20923 20835 21571
Face 22466 11700 12737 12646
Face 22467 12717 11468 12626
Face 22468 11267 11266 11197
Face 22469 11305 12028 12377
Face 22470 11076 11136 11075
Face 22471 11198 11267 11197
Face 22472 11076 11075 11027
Face 22473 11198 11197 11135
Face 22474 11297 11223 11221
Face 22475 11136 11135 11075
Face 22476 22408 22407 22311
Face 22477 11546 11221 11045
Face 22478 22505 22504 22407
Face 22479 22408 22505 22407
Face 22480 23440 23446 24677
Face 22481 13534 13630 13726
Face 22482 12110 12111 13577
Face 22483 12397 12398 12487
Face 22484 12828 12110 13577
Face 22485 11213 13660 12111
Face 22486 12110 11213 12111
Face 22487 3316 10977 13660
Face 22488 11213 3316 13660
Face 22489 13758 12746 10744
Face 22490 12746 1572 11060
Face 22491 7737 12815 10977
Face 22492 1572 13457 11060
Face 22493 3316 7737 10977
Face 22494 11603 12846 12815
Face 22495 11844 13758 11522
Face 22496 7737 11603 12815
Face 22497 14293 22141 21937
Face 22498 12450 11923 12271
Face 22499 20647 14928 20738
Face 22500 12942 19386 19352
Face 22501 19192 25560 21675
Face 22502 22159 2664 20997
Face 22503 13456 13551 2132
Face 22504 29987 30048 29986
Face 22505 18997 1881 18068
Face 22506 22035 16499 12498
Face 22507 22132 17669 22037
Face 22508 12895 12894 13361
Face 22509 13005 13103 12376
Face 22510 11027 11075 29994
Face 22511 11159 12808 12013
Face 22512 11078 11077 29935
Face 22513 11546 11297 11221
Face 22514 27705 27704 27577
Face 22515 12990 1121 8441
Face 22516 34397 13758 11844
Face 22517 12605 12695 12604
Face 22518 12695 12785 12694
Face 22519 22302 22398 22397
Face 22520 34575 34754 34761
Face 22521 13436 13531 13435
Face 22522 15613 15755 3058
Face 22523 12091 11761 11523
Face 22524 34307 34298 12990
Face 22525 13622 13715 13621
Face 22526 6692 7166 860
Face 22527 10856 7069 13717
Face 22528 11230 1418 13714
Face 22529 13625 13718 13624
Face 22530 13718 10856 13717
Face 22531 13246 13245 13150
Face 22532 13151 13246 13150
Face 22533 29471 34679 34603
Face 22534 17656 20472 17283
Face 22535 13720 8266 13719
Face 22536 34585 10921 11543
Face 22537 4362 12948 16514
Face 22538 19171 17140 19172
Face 22539 11897 11896 11815
Face 22540 2512 19336 19335
Face 22541 12170 14909 21487
Face 22542 11771 2375 11854
Face 22543 25317 22807 22728
Face 22544 22768 22770 23762
Face 22545 12650 32429 2954
Face 22546 22845 25296 22968
Face 22547 11679 12814 12846
Face 22548 23076 24429 24428
Face 22549 11603 11679 12846
Face 22550 13647 13553 12814
Face 22551 11679 13647 12814
Face 22552 11858 13668 11919
Face 22553 11838 11858 11919
Face 22554 11419 11418 11337
Face 22555 11245 11320 11244
Face 22556 11601 12745 7784
Face 22557 13608 13607 13510
Face 22558 8354 424 13122
Face 22559 10331 8365 13749
Face 22560 11906 11905 11824
Face 22561 34352 34654 34551
Face 22562 21263 17819 20892
Face 22563 21760 21858 13069
Face 22564 27396 29143 29088
Face 22565 12157 12156 12069
Face 22566 4622 12147 10817
Face 22567 20217 20299 22140
Face 22568 15449 14308 10714
Face 22569 15722 22135 13537
Face 22570 10615 11369 9299
Face 22571 11079 11078 25431
Face 22572 12717 12626 11463
Face 22573 13031 13746 5748
Face 22574 11439 12992 771
Face 22575 12350 28423 15736
Face 22576 11716 11798 11715
Face 22577 34444 11440 9181
Face 22578 34665 32197 34634
Face 22579 11161 11099 1316
Face 22580 8634 12298 12389
Face 22581 26096 26097 27380
Face 22582 34013 34012 33886
Face 22583 7698 11361 4339
Face 22584 7015 16661 26900
Face 22585 14282 14813 11777
Face 22586 22202 22298 22297
Face 22587 27963 27962 27830
Face 22588 13179 13573 15763
Face 22589 21859 21646 17359
Face 22590 19747 19830 19829
Face 22591 26420 27733 27699
Face 22592 13370 13652 12451
Face 22593 20379 20378 20294
Face 22594 27699 27733 29407
Face 22595 12362 13370 12451
Face 22596 10690 17416 17755
Face 22597 20702 20613 25417
Face 22598 12362 12451 13667
Face 22599 28544 13734 28937
Face 22600 11041 19435 17192
Face 22601 12746 11060 10744
Face 22602 25432 25431 29878
Face 22603 25405 25440 25439
Face 22604 13020 8353 34529
Face 22605 34351 34453 28155
Face 22606 11528 11163 11276
Face 22607 33496 33495 33362
Face 22608 13103 11222 12376
Face 22609 11273 11528 11276
Face 22610 12453 3301 12821
Face 22611 12545 12453 12821
Face 22612 3301 13005 12376
Face 22613 12821 3301 12376
Face 22614 13103 11437 11222
Face 22615 34692 34803 11214
Face 22616 32292 32398 32397
Face 22617 2171 32417 2042
Face 22618 8031 11768 12809
Face 22619 11223 12653 4853
Face 22620 12573 12572 12483
Face 22621 2749 416 12295
Face 22622 19666 19643 3378
Face 22623 11383 4854 2781
Face 22624 22394 22491 22393
Face 22625 16336 16178 14722
Face 22626 32624 12541 16843
Face 22627 5466 12617 12529
Face 22628 13622 13621 13524
Face 22629 11561 11560 11482
Face 22630 34413 34309 34749
Face 22631 13525 13622 13524
Face 22632 12876 12877 12968
Face 22633 8852 10553 7069
Face 22634 13153 13152 13058
Face 22635 12969 13059 13058
Face 22636 13059 13153 13058
Face 22637 13248 13247 13152
Face 22638 23709 22845 22968
Face 22639 34552 34738 34612
Face 22640 21237 23792 23791
Face 22641 12078 12077 11992
Face 22642 12252 12251 12164
Face 22643 22928 23788 23180
Face 22644 12340 12339 12251
Face 22645 12165 12252 12164
Face 22646 32445 32562 32561
Face 22647 12252 12340 12251
Face 22648 13121 13359 2749
Face 22649 11383 12918 4854
Face 22650 11798 11797 11715
Face 22651 14119 23135 23079
Face 22652 5624 13653 12271
Face 22653 7698 4339 4854
Face 22654 11989 11988 11905
Face 22655 11923 12903 12271
Face 22656 13758 10744 11522
Face 22657 24548 24625 24547
Face 22658 11009 28811 18543
Face 22659 25407 25406 29866
Face 22660 18352 27278 27160
Face 22661 28681 29593 27513
Face 22662 25986 27567 29319
Face 22663 26175 26176 26293
Face 22664 26062 26063 26175
Face 22665 21737 21736 21640
Face 22666 34545 34576 34471
Face 22667 21834 21833 21736
Face 22668 21737 21834 21736
Face 22669 21834 21930 21929
Face 22670 984 11859 12471
Face 22671 9562 13667 12285
Face 22672 22542 21420 24773
Face 22673 28552 28008 26449
Face 22674 30761 30867 30760
Face 22675 8266 9729 13719
Face 22676 14654 14722 14847
Face 22677 21937 22235 20384
Face 22678 22492 22586 22491
Face 22679 11879 11963 11878
Face 22680 23892 24316 24747
Face 22681 10327 15441 15577
Face 22682 1901 2790 11351
Face 22683 8675 5249 1196
Face 22684 11464 12717 11463
Face 22685 11369 1901 11351
Face 22686 11464 11463 11860
Face 22687 13674 13559 11468
Face 22688 971 11778 11860
Face 22689 11778 11464 11860
Face 22690 6262 5471 8248
Face 22691 11521 971 11860
Face 22692 12051 12050 11965
Face 22693 12933 7012 9286
Face 22694 21833 21834 21929
Face 22695 20917 19841 20638
Face 22696 8935 20529 5631
Face 22697 11483 11561 11482
Face 22698 19670 20463 19666
Face 22699 22235 21289 20383
Face 22700 13370 13650 13652
Face 22701 12073 12160 12072
Face 22702 21930 22028 22027
Face 22703 5383 984 12263
Face 22704 21929 21930 22027
Face 22705 22126 22125 22027
Face 22706 22028 22126 22027
Face 22707 18843 22220 17989
Face 22708 32023 32127 32022
Face 22709 30236 30301 30300
Face 22710 33262 33398 33261
Face 22711 32127 32231 32126
Face 22712 33377 33376 33240
Face 22713 19102 17336 17605
Face 22714 33899 33898 33772
Face 22715 12247 12246 12159
Face 22716 9562 12362 13667
Face 22717 14771 13187 11289
Face 22718 11347 11428 11346
Face 22719 5234 5365 5233
Face 22720 22323 22131 21742
Face 22721 22020 22118 22019
Face 22722 11951 8227 8122
Face 22723 12741 11942 9752
Face 22724 11117 11179 11116
Face 22725 12741 9752 12013
Face 22726 12185 12741 12013
Face 22727 5331 15092 5371
Face 22728 11942 12027 9752
Face 22729 12565 12925 11159
Face 22730 9319 9432 13767
Face 22731 12925 12565 11299
Face 22732 12808 12185 12013
Face 22733 34606 34682 11299
Face 22734 12925 12808 11159
Face 22735 11739 11738 11659
Face 22736 11660 11739 11659
Face 22737 8473 22557 16040
Face 22738 1097 14203 12710
Face 22739 971 11521 13013
Face 22740 12102 971 13013
Face 22741 30571 30665 30570
Face 22742 31068 31167 31067
Face 22743 119 7718 10962
Face 22744 31268 31267 31166
Face 22745 13525 13524 13429
Face 22746 13715 13714 13621
Face 22747 10856 8852 7069
Face 22748 26087 27373 24244
Face 22749 12784 12877 12783
Face 22750 12968 12969 13058
Face 22751 13065 13064 12974
Face 22752 12975 12883 28170
Face 22753 12165 12164 12077
Face 22754 12078 12165 12077
Face 22755 25408 25407 29866
Face 22756 11993 12078 11992
Face 22757 19883 20455 1875
Face 22758 25409 25408 29865
Face 22759 34742 28558 34630
Face 22760 21560 15462 3696
Face 22761 26793 26535 25655
Face 22762 19980 17629 20056
Face 22763 13264 8215 13360
Face 22764 17353 22508 18936
Face 22765 12784 12783 12693
Face 22766 12340 12252 12341
Face 22767 12694 12784 12693
Face 22768 12877 12876 12783
Face 22769 10553 8996 7996
Face 22770 22312 22311 22215
Face 22771 34491 34720 34357
Face 22772 8996 10553 8989
Face 22773 7069 10553 7996
Face 22774 34727 11693 34279
Face 22775 34615 12803 11004
Face 22776 12737 34636 11212
Face 22777 13511 13608 13510
Face 22778 3819 11004 11442
Face 22779 12486 12487 12575
Face 22780 8570 8778 13189
Face 22781 11859 9562 12285
Face 22782 16332 24698 16333
Face 22783 9279 11847 34599
Face 22784 17687 17860 17832
Face 22785 12195 27739 12109
Face 22786 11456 12110 12828
Face 22787 13762 11456 12828
Face 22788 652 8539 9415
Face 22789 26123 11414 26238
Face 22790 19217 18935 17395
Face 22791 23177 23114 23829
Face 22792 16033 17540 19473
Face 22793 12072 12159 12071
Face 22794 11187 11186 11124
Face 22795 11933 14654 14536
Face 22796 11125 11187 11124
Face 22797 19172 17040 12587
Face 22798 10557 21748 20384
Face 22799 30151 30152 30215
Face 22800 13331 13330 13237
Face 22801 11070 11069 11024
Face 22802 2907 3179 9632
Face 22803 11578 11577 11498
Face 22804 1901 3179 2907
Face 22805 34069 21157 34070
Face 22806 2790 1901 2907
Face 22807 4080 3179 23503
Face 22808 21065 21066 21155
Face 22809 21814 21815 21910
Face 22810 20053 20054 20135
Face 22811 11170 11169 31321
Face 22812 3893 13639 13258
Face 22813 7166 10215 860
Face 22814 12070 12157 12069
Face 22815 4087 19403 2664
Face 22816 1678 14771 11289
Face 22817 12244 12243 12156
Face 22818 25082 25028 25294
Face 22819 12890 12016 22659
Face 22820 11859 12285 12471
Face 22821 24316 25082 25294
Face 22822 11143 11213 12110
Face 22823 17340 17341 19719
Face 22824 11456 11143 12110
Face 22825 11143 7271 3316
Face 22826 11213 11143 3316
Face 22827 7271 13558 7737
Face 22828 3316 7271 7737
Face 22829 13558 13304 11603
Face 22830 7737 13558 11603
Face 22831 12651 11679 11603
Face 22832 13304 12651 11603
Face 22833 13648 14693 13555
Face 22834 12651 13555 11679
Face 22835 11838 11919 9755
Face 22836 8373 11838 9755
Face 22837 19988 17970 17178
Face 22838 11484 11483 11400
Face 22839 28011 28269 27623
Face 22840 22450 23311 25488
Face 22841 17553 3161 22342
Face 22842 22904 23619 23778
Face 22843 11073 11133 11072
Face 22844 20643 20629 19842
Face 22845 11073 11072 11026
Face 22846 34396 34439 34393
Face 22847 11195 11194 11132
Face 22848 11133 11132 11072
Face 22849 11503 11582 11502
Face 22850 11133 11195 11132
Face 22851 11503 11502 11420
Face 22852 11582 11581 11502
Face 22853 11264 11340 11263
Face 22854 11421 11420 11339
Face 22855 11264 11263 11194
Face 22856 11340 11421 11339
Face 22857 11195 11264 11194
Face 22858 11340 11339 11263
Face 22859 11660 11659 11581
Face 22860 11582 11660 11581
Face 22861 15871 3894 16336
Face 22862 11822 11821 11738
Face 22863 8253 14536 14535
Face 22864 18326 18261 24448
Face 22865 6397 29784 28295
Face 22866 21815 21911 21910
Face 22867 7688 119 10962
Face 22868 10947 8253 14535
Face 22869 13655 13752 13663
Face 22870 23408 19 23795
Face 22871 13430 13429 13335
Face 22872 13430 13525 13429
Face 22873 8852 11160 9898
Face 22874 10553 8852 9898
Face 22875 11988 12072 11987
Face 22876 12877 12969 12968
Face 22877 34542 34573 34755
Face 22878 12975 13065 12974
Face 22879 19594 19591 14157
Face 22880 13074 19594 14157
Face 22881 16516 14483 16034
Face 22882 13074 14157 16353
Face 22883 13380 13381 11454
Face 22884 34764 34321 34543
Face 22885 2273 5469 3048
Face 22886 19823 19899 19822
Face 22887 28300 27878 27738
Face 22888 13640 19674 16423
Face 22889 13346 16516 4336
Face 22890 17441 17442 17527
Face 22891 3379 13818 14431
Face 22892 14483 16353 16034
Face 22893 12516 12604 12515
Face 22894 23621 23296 23460
Face 22895 22616 20216 21367
Face 22896 12694 12693 12603
Face 22897 12618 12708 13644
Face 22898 7556 22060 14910
Face 22899 19958 19957 20038
Face 22900 22060 3036 14910
Face 22901 10071 10084 10188
Face 22902 16031 14650 12615
Face 22903 31273 31272 31171
Face 22904 11688 11767 12847
Face 22905 34773 7461 10137
Face 22906 30976 30975 30874
Face 22907 11452 11370 24248
Face 22908 3802 11100 7411
Face 22909 20136 20214 20213
Face 22910 14971 14845 23316
Face 22911 20546 21644 21579
Face 22912 22235 21384 21289
Face 22913 28685 27628 26450
Face 22914 20054 20053 19976
Face 22915 15033 14903 12001
Face 22916 28439 28575 13159
Face 22917 34336 34451 34355
Face 22918 21384 21288 21289
Face 22919 17618 17528 17529
Face 22920 655 12854 13069
Face 22921 22561 3378 19269
Face 22922 19666 20461 20456
Face 22923 13004 9278 3765
Face 22924 20827 20739 21013
Face 22925 16336 3893 16178
Face 22926 4339 9620 2781
Face 22927 13159 13065 28439
Face 22928 21196 20738 21104
Face 22929 3032 10331 34275
Face 22930 11696 12465 11683
Face 22931 11499 11578 11498
Face 22932 25410 25409 29864
Face 22933 11982 12066 11981
Face 22934 11656 11655 11577
Face 22935 12066 12153 12065
Face 22936 12153 12152 12065
Face 22937 12153 12240 12152
Face 22938 12240 12239 12152
Face 22939 12261 13265 13172
Face 22940 12328 12327 12239
Face 22941 7718 119 533
Face 22942 27578 27705 27577
Face 22943 19299 22627 19925
Face 22944 105 12890 22659
Face 22945 12424 12514 12423
Face 22946 11337 11336 11260
Face 22947 3894 3893 16336
Face 22948 12602 12601 12513
Face 22949 23927 24193 24252
Face 22950 34403 34456 34488
Face 22951 7848 15436 19356
Face 22952 11347 25796 25904
Face 22953 31699 31811 31698
Face 22954 18523 22125 22126
Face 22955 31811 31918 31810
Face 22956 20285 20286 18073
Face 22957 32287 32288 32393
Face 22958 21237 23020 24557
Face 22959 27395 27396 29088
Face 22960 1787 5383 12007
Face 22961 984 12471 12263
Face 22962 3845 16370 655
Face 22963 11002 12440 12348
Face 22964 31918 32023 31917
Face 22965 14803 14928 14569
Face 22966 33097 33232 33096
Face 22967 33398 33531 33397
Face 22968 1091 12710 12709
Face 22969 11331 11456 13762
Face 22970 33227 33363 33226
Face 22971 19298 20832 19767
Face 22972 23302 23301 25028
Face 22973 5383 12263 12007
Face 22974 34520 34562 34656
Face 22975 20321 22374 19303
Face 22976 12514 12602 12513
Face 22977 19717 19718 19799
Face 22978 22009 22107 22106
Face 22979 12692 12691 12601
Face 22980 14608 19297 15165
Face 22981 14371 15432 20744
Face 22982 12621 12712 13267
Face 22983 14373 12171 7697
Face 22984 12712 13266 13267
Face 22985 4025 19379 11918
Face 22986 7697 12171 12621
Face 22987 12171 12712 12621
Face 22988 13150 13245 13244
Face 22989 19297 20920 19600
Face 22990 15592 14373 7697
Face 22991 19359 14373 15592
Face 22992 16335 12616 14723
Face 22993 19600 19359 15592
Face 22994 1091 1097 12710
Face 22995 10963 12619 19379
Face 22996 12616 4025 11918
Face 22997 19093 19094 29484
Face 22998 14771 10816 13187
Face 22999 13736 13451 20832
Face 23000 12273 12364 34408
Face 23001 13182 34699 13089
Face 23002 7592 7704 10600
Face 23003 18943 28685 6529
Face 23004 21662 18635 17233
Face 23005 13100 11210 13752
Face 23006 12689 12688 12598
Face 23007 13336 13430 13335
Face 23008 14536 14847 14974
Face 23009 14535 14536 14974
Face 23010 11905 11988 11904
Face 23011 12159 12158 12071
Face 23012 15293 14408 11933
Face 23013 14405 20395 14645
Face 23014 22714 25143 25144
Face 23015 24991 15429 15428
Face 23016 34691 34304 34804
Face 23017 12825 11143 11456
Face 23018 11331 12825 11456
Face 23019 9199 7271 11143
Face 23020 12825 9199 11143
Face 23021 13462 13558 7271
Face 23022 14483 13074 16353
Face 23023 34641 34791 34311
Face 23024 14408 14899 14654
Face 23025 15294 15293 11933
Face 23026 12604 12694 12603
Face 23027 12426 12516 12425
Face 23028 11739 11822 11738
Face 23029 11986 11985 11902
Face 23030 11903 11902 11821
Face 23031 11822 11903 11821
Face 23032 22131 20038 21742
Face 23033 11903 11986 11902
Face 23034 12850 10557 20383
Face 23035 22610 22325 22419
Face 23036 20054 20136 20135
Face 23037 20733 20726 21846
Face 23038 18072 17982 20284
Face 23039 11135 11134 11074
Face 23040 14430 14506 12261
Face 23041 19813 19889 19812
Face 23042 24153 20695 21192
Face 23043 13456 2132 8167
Face 23044 9199 13462 7271
Face 23045 12094 13304 13558
Face 23046 13462 12094 13558
Face 23047 13743 12651 13304
Face 23048 23459 21489 24019
Face 23049 25112 25251 25250
Face 23050 12349 18966 7026
Face 23051 20395 20317 14645
Face 23052 13747 12086 10717
Face 23053 17536 15587 17136
Face 23054 12020 19924 16061
Face 23055 17941 18034 22412
Face 23056 12253 12341 12252
Face 23057 15587 15172 15040
Face 23058 13721 13720 13627
Face 23059 27834 27833 27704
Face 23060 971 34826 9561
Face 23061 11696 12564 12473
Face 23062 7069 7996 13716
Face 23063 13717 7069 13716
Face 23064 24234 26087 24244
Face 23065 14722 16178 14847
Face 23066 16178 16023 14847
Face 23067 25413 25412 29861
Face 23068 11163 12545 12363
Face 23069 15874 15587 15040
Face 23070 6595 29713 22183
Face 23071 15172 14486 14487
Face 23072 12240 12328 12239
Face 23073 29911 29910 29856
Face 23074 24380 11452 24381
Face 23075 11499 11498 11416
Face 23076 11261 11260 11191
Face 23077 11192 11261 11191
Face 23078 12602 12692 12601
Face 23079 18318 22439 27363
Face 23080 12438 22561 19269
Face 23081 19564 19647 19646
Face 23082 12700 12699 12609
Face 23083 15040 15172 14487
Face 23084 25136 25082 24316
Face 23085 1583 24820 24819
Face 23086 12094 13743 13304
Face 23087 14572 13648 13745
Face 23088 32693 32692 32565
Face 23089 21735 21832 21734
Face 23090 13743 13648 12651
Face 23091 32963 33097 32962
Face 23092 19386 19843 19842
Face 23093 34655 34487 34379
Face 23094 11934 427 18543
Face 23095 14033 20321 19303
Face 23096 23286 23045 24408
Face 23097 4025 10963 19379
Face 23098 19707 22785 19708
Face 23099 14157 16021 11515
Face 23100 21291 21290 20376
Face 23101 19591 20374 19588
Face 23102 21190 18165 20650
Face 23103 22737 23888 24899
Face 23104 23045 14033 19303
Face 23105 13153 13248 13152
Face 23106 11829 20491 20845
Face 23107 12967 13057 13056
Face 23108 19923 9057 19908
Face 23109 21067 21157 21156
Face 23110 12966 12967 13056
Face 23111 12614 12367 3764
Face 23112 19850 5466 5467
Face 23113 12016 11760 13188
Face 23114 12988 13080 972
Face 23115 5748 7176 9894
Face 23116 19469 17151 17152
Face 23117 13174 3568 12826
Face 23118 34586 9279 34599
Face 23119 16034 13203 22653
Face 23120 16034 16353 13203
Face 23121 11814 8473 16040
Face 23122 16353 11515 13203
Face 23123 20361 20448 20360
Face 23124 16345 4491 14788
Face 23125 19475 20385 12826
Face 23126 4336 16034 22653
Face 23127 11206 11274 13079
Face 23128 3568 19475 12826
Face 23129 13451 14610 20832
Face 23130 14610 19683 15166
Face 23131 12736 11608 12201
Face 23132 171 3248 3209
Face 23133 14486 9285 5763
Face 23134 14487 14486 5763
Face 23135 14685 14808 7189
Face 23136 3423 9102 9783
Face 23137 13655 13100 13752
Face 23138 13100 11861 11945
Face 23139 12599 12598 12510
Face 23140 12599 12689 12598
Face 23141 22205 22206 22301
Face 23142 7174 17538 7085
Face 23143 11905 11904 11823
Face 23144 12072 12071 11987
Face 23145 15870 3508 15871
Face 23146 2660 6794 20317
Face 23147 24687 24688 24823
Face 23148 21278 2636 21275
Face 23149 21 3507 5763
Face 23150 24604 23877 24409
Face 23151 8037 8036 3573
Face 23152 11071 11131 11070
Face 23153 22419 22515 22604
Face 23154 4989 5469 2273
Face 23155 10817 12894 12895
Face 23156 1318 4989 2273
Face 23157 22255 22160 8167
Face 23158 12258 10817 12895
Face 23159 4478 2236 4874
Face 23160 16516 16034 4336
Face 23161 20275 20274 20192
Face 23162 11933 14408 14654
Face 23163 12604 12603 12515
Face 23164 12334 12426 12333
Face 23165 13096 13188 11944
Face 23166 22585 22584 22490
Face 23167 13243 13336 13242
Face 23168 13147 13148 13242
Face 23169 12424 12423 12331
Face 23170 19726 17440 17351
Face 23171 12157 12244 12156
Face 23172 12332 12424 12331
Face 23173 12332 12331 12243
Face 23174 12244 12332 12243
Face 23175 11075 11135 11074
Face 23176 12514 12513 12423
Face 23177 9285 21 5763
Face 23178 2530 20449 2636
Face 23179 13361 13456 8167
Face 23180 19967 19966 19888
Face 23181 10754 4575 4574
Face 23182 34753 34283 34722
Face 23183 14366 9867 3507
Face 23184 21 14366 3507
Face 23185 12550 6510 26812
Face 23186 11017 11016 30383
Face 23187 22914 22913 23666
Face 23188 25414 25413 29860
Face 23189 32127 32126 32022
Face 23190 25074 4349 4478
Face 23191 32288 32394 32393
Face 23192 33748 33747 33622
Face 23193 22926 23968 23257
Face 23194 5757 12851 21395
Face 23195 29962 30023 29961
Face 23196 25386 25387 20141
Face 23197 34643 34586 34599
Face 23198 34608 34595 34518
Face 23199 3822 24550 23185
Face 23200 25292 24008 24007
Face 23201 14366 12550 9867
Face 23202 21701 21798 21797
Face 23203 22599 9045 22598
Face 23204 13548 13551 13456
Face 23205 12465 11696 12473
Face 23206 12564 13385 11863
Face 23207 21558 21478 21571
Face 23208 14760 1096 13358
Face 23209 20449 20426 2636
Face 23210 11395 11394 11313
Face 23211 13436 13435 13341
Face 23212 13628 13627 13530
Face 23213 11274 13174 13079
Face 23214 14602 13350 20426
Face 23215 22516 21198 24423
Face 23216 12617 68 10075
Face 23217 9402 83 9759
Face 23218 23958 25197 24950
Face 23219 11417 11499 11416
Face 23220 25415 25414 29859
Face 23221 11070 11130 11069
Face 23222 11192 11191 11129
Face 23223 27705 27834 27704
Face 23224 5079 5080 14918
Face 23225 21551 22330 21367
Face 23226 13393 8553 9888
Face 23227 18860 28136 20540
Face 23228 12731 9886 7389
Face 23229 23664 24726 22772
Face 23230 18550 28697 27046
Face 23231 11947 11331 9447
Face 23232 29666 27046 27446
Face 23233 13762 9447 11331
Face 23234 11029 11085 11084
Face 23235 6691 11084 214
Face 23236 19902 19903 19980
Face 23237 6788 214 11146
Face 23238 7801 7687 11625
Face 23239 34390 34660 34428
Face 23240 13004 12890 9278
Face 23241 34708 34709 34606
Face 23242 13627 13720 13626
Face 23243 17790 20113 20031
Face 23244 27902 12790 12700
Face 23245 13627 13626 13529
Face 23246 12790 12789 12699
Face 23247 12975 12974 12882
Face 23248 34399 34761 34654
Face 23249 12883 12882 12789
Face 23250 13341 13340 13247
Face 23251 12883 12790 28033
Face 23252 13057 13151 13150
Face 23253 13248 13341 13247
Face 23254 8861 9446 11379
Face 23255 13056 13057 13150
Face 23256 25664 25663 25572
Face 23257 15432 15433 20744
Face 23258 29069 15733 11144
Face 23259 26556 29666 27446
Face 23260 11945 2783 12030
Face 23261 6533 12444 15880
Face 23262 11945 12030 12089
Face 23263 11210 11945 12089
Face 23264 15883 17483 17823
Face 23265 1014 11949 2783
Face 23266 28020 27888 26334
Face 23267 34646 34822 34558
Face 23268 11682 11444 8365
Face 23269 11674 11682 8365
Face 23270 19664 19665 19747
Face 23271 10331 11674 8365
Face 23272 26899 26679 26586
Face 23273 34515 34275 13366
Face 23274 11210 12089 12721
Face 23275 13752 11210 12721
Face 23276 31916 31915 31808
Face 23277 32021 32125 32020
Face 23278 15880 14669 32427
Face 23279 32569 32696 32568
Face 23280 19744 19743 19660
Face 23281 423 3059 12444
Face 23282 7176 12091 9894
Face 23283 8675 1196 2489
Face 23284 6533 423 12444
Face 23285 19269 3378 5143
Face 23286 12511 12510 12420
Face 23287 12511 12599 12510
Face 23288 14522 22421 21095
Face 23289 2785 21965 9996
Face 23290 11824 11905 11823
Face 23291 11988 11987 11904
Face 23292 11824 11823 11740
Face 23293 11741 11824 11740
Face 23294 15870 15871 14482
Face 23295 11741 11740 11661
Face 23296 25116 25117 25255
Face 23297 13350 13162 20396
Face 23298 24277 12458 23488
Face 23299 23767 20078 23583
Face 23300 12894 13456 13361
Face 23301 478 477 25086
Face 23302 15160 12860 15163
Face 23303 12366 14151 14059
Face 23304 20113 20114 20192
Face 23305 21943 22616 21368
Face 23306 20114 20193 20192
Face 23307 17984 18074 17983
Face 23308 20193 20275 20192
Face 23309 27902 12700 27772
Face 23310 12516 12515 12425
Face 23311 12334 12333 12245
Face 23312 18080 18081 18175
Face 23313 13097 22627 19299
Face 23314 13336 13335 13242
Face 23315 13053 13054 13147
Face 23316 19685 22727 23591
Face 23317 8354 10310 10748
Face 23318 7688 10092 1204
Face 23319 4993 10489 11666
Face 23320 13487 1868 3059
Face 23321 20041 20042 20123
Face 23322 6999 11217 7000
Face 23323 12098 12896 11863
Face 23324 13342 13436 13341
Face 23325 13342 13341 13248
Face 23326 423 13487 3059
Face 23327 16695 13212 18561
Face 23328 12631 11597 12722
Face 23329 22501 22502 22595
Face 23330 13649 12825 11331
Face 23331 11947 13649 11331
Face 23332 6386 9199 12825
Face 23333 13649 6386 12825
Face 23334 12995 13462 9199
Face 23335 6386 12995 9199
Face 23336 13105 12094 13462
Face 23337 12995 13105 13462
Face 23338 13105 12822 13743
Face 23339 12094 13105 13743
Face 23340 14572 13745 13744
Face 23341 13743 12822 13648
Face 23342 12492 12493 12581
Face 23343 11876 11875 11794
Face 23344 12407 12315 12316
Face 23345 34655 34358 34487
Face 23346 10970 9071 7286
Face 23347 11146 6888 6788
Face 23348 25416 25415 29858
Face 23349 34322 11358 11439
Face 23350 26786 3950 11674
Face 23351 12473 12564 11863
Face 23352 11364 3029 12274
Face 23353 30084 30146 30145
Face 23354 11440 11439 771
Face 23355 12389 12479 8739
Face 23356 20644 19351 19337
Face 23357 12013 9752 12098
Face 23358 1264 5342 1154
Face 23359 13385 11159 12098
Face 23360 9752 5766 12098
Face 23361 11159 13385 12564
Face 23362 12565 11159 12564
Face 23363 19387 19388 19880
Face 23364 11159 12013 12098
Face 23365 26933 25416 29857
Face 23366 8849 11920 11384
Face 23367 11130 11192 11129
Face 23368 34334 34649 34568
Face 23369 11025 11070 11024
Face 23370 11130 11129 11069
Face 23371 12618 13644 13643
Face 23372 2691 24319 24259
Face 23373 34505 34635 34395
Face 23374 7961 8067 1527
Face 23375 11977 11894 1868
Face 23376 14536 14654 14847
Face 23377 24307 23045 19303
Face 23378 13487 11977 1868
Face 23379 12808 11841 12185
Face 23380 11428 11427 11346
Face 23381 9990 12537 6801
Face 23382 11030 11086 11085
Face 23383 6625 33009 11029
Face 23384 5344 12643 11681
Face 23385 11085 11086 11146
Face 23386 12874 12875 12966
Face 23387 19637 19643 20387
Face 23388 12781 12782 12874
Face 23389 12875 12967 12966
Face 23390 12782 12781 12691
Face 23391 12692 12782 12691
Face 23392 13530 13627 13529
Face 23393 12782 12875 12874
Face 23394 13435 13530 13434
Face 23395 13720 13719 13626
Face 23396 13435 13434 13340
Face 23397 13341 13435 13340
Face 23398 13433 13528 13432
Face 23399 13530 13529 13434
Face 23400 13715 11230 13714
Face 23401 13625 13624 13527
Face 23402 32696 32695 32568
Face 23403 10228 8861 11379
Face 23404 22987 29848 29847
Face 23405 30969 31068 30968
Face 23406 29933 29878 29934
Face 23407 28097 28234 28096
Face 23408 29802 29803 17266
Face 23409 14910 3036 16338
Face 23410 22656 19848 22631
Face 23411 13675 13110 11162
Face 23412 4853 11529 13001
Face 23413 11068 11067 11022
Face 23414 11023 11068 11022
Face 23415 11128 11127 11067
Face 23416 11068 11128 11067
Face 23417 11190 11189 11127
Face 23418 11128 11190 11127
Face 23419 11259 11258 11189
Face 23420 12686 12685 12595
Face 23421 11190 11259 11189
Face 23422 12596 12686 12595
Face 23423 12776 12775 12685
Face 23424 33229 33228 33093
Face 23425 13178 12540 12180
Face 23426 24708 15864 24709
Face 23427 20285 18072 20284
Face 23428 32320 32321 16679
Face 23429 10447 7250 8243
Face 23430 1340 13639 3893
Face 23431 34625 34282 34548
Face 23432 21485 4473 19595
Face 23433 11276 11163 11101
Face 23434 12241 12329 12240
Face 23435 12421 12511 12420
Face 23436 8215 13808 13268
Face 23437 17540 19581 19473
Face 23438 20456 20461 21369
Face 23439 21965 21868 9996
Face 23440 32448 32565 32447
Face 23441 14650 12587 16033
Face 23442 11662 11741 11661
Face 23443 8935 5631 21369
Face 23444 20426 20396 15161
Face 23445 11505 11584 11504
Face 23446 12798 7085 12892
Face 23447 19880 20653 19843
Face 23448 14782 13732 20450
Face 23449 15581 20451 6269
Face 23450 11197 11196 11134
Face 23451 21367 22426 14643
Face 23452 11342 11423 11341
Face 23453 11135 11197 11134
Face 23454 11423 11505 11422
Face 23455 11584 11583 11504
Face 23456 12246 12245 12158
Face 23457 12159 12246 12158
Face 23458 12246 12334 12245
Face 23459 12426 12425 12333
Face 23460 19768 11731 5466
Face 23461 21457 17482 193
Face 23462 13148 13243 13242
Face 23463 12963 12964 13053
Face 23464 34139 34138 34012
Face 23465 11210 13100 11945
Face 23466 24078 22880 19274
Face 23467 34595 34287 11378
Face 23468 11027 29935 11076
Face 23469 11928 13300 6010
Face 23470 13385 12098 11863
Face 23471 20202 20285 20284
Face 23472 13266 2785 9996
Face 23473 5766 11305 12896
Face 23474 33911 17937 31651
Face 23475 34529 11276 13020
Face 23476 10846 7705 9296
Face 23477 9314 10137 7608
Face 23478 12537 9673 10452
Face 23479 22920 14566 14448
Face 23480 34746 34374 34762
Face 23481 13643 13644 10843
Face 23482 25404 29873 29872
Face 23483 34735 34615 11004
Face 23484 16804 16736 16805
Face 23485 28229 16702 18618
Face 23486 11742 11825 11741
Face 23487 22546 21769 23796
Face 23488 13568 12546 12453
Face 23489 34832 34335 34744
Face 23490 13123 11437 13103
Face 23491 11044 13123 13103
Face 23492 7830 10601 15682
Face 23493 22228 22132 22037
Face 23494 22044 12854 21665
Face 23495 25025 25498 23959
Face 23496 9752 12027 5766
Face 23497 13157 13156 13062
Face 23498 34405 34391 34335
Face 23499 12104 14479 12530
Face 23500 11277 11355 7698
Face 23501 14430 12261 11105
Face 23502 9101 11443 7698
Face 23503 11443 11361 7698
Face 23504 11299 12565 11696
Face 23505 10629 10630 10754
Face 23506 11920 5202 13300
Face 23507 11928 11920 13300
Face 23508 9894 12091 11523
Face 23509 12321 15294 14371
Face 23510 12690 12780 12689
Face 23511 12872 12873 12964
Face 23512 12780 12873 12872
Face 23513 12779 12780 12872
Face 23514 12290 21450 21356
Face 23515 25264 25401 25263
Face 23516 30614 30708 30613
Face 23517 12565 12564 11696
Face 23518 29858 25415 29859
Face 23519 11528 13568 12453
Face 23520 30281 30280 30215
Face 23521 11825 11824 11741
Face 23522 33623 33748 33622
Face 23523 33874 33873 33747
Face 23524 11031 11087 11086
Face 23525 32877 11030 11029
Face 23526 7156 357 7047
Face 23527 251 7047 357
Face 23528 251 357 356
Face 23529 6890 6790 6891
Face 23530 19562 17170 19482
Face 23531 9519 13299 13654
Face 23532 9446 12944 9166
Face 23533 22008 22009 22106
Face 23534 13339 13433 13338
Face 23535 13528 13527 13432
Face 23536 13339 13338 13245
Face 23537 13246 13339 13245
Face 23538 13528 13625 13527
Face 23539 13433 13432 13338
Face 23540 8861 10228 1418
Face 23541 13718 13717 13624
Face 23542 22604 22515 12844
Face 23543 11230 8861 1418
Face 23544 22515 3035 12844
Face 23545 11888 11972 11887
Face 23546 22604 12844 16500
Face 23547 19600 15592 15593
Face 23548 21102 16500 13350
Face 23549 21102 22604 16500
Face 23550 24167 24168 20696
Face 23551 14602 21102 13350
Face 23552 26533 29621 28699
Face 23553 20449 14602 20426
Face 23554 15306 12229 29472
Face 23555 25665 25666 25768
Face 23556 19475 4336 20385
Face 23557 27966 27965 27833
Face 23558 4336 22653 20385
Face 23559 27834 27966 27833
Face 23560 4491 12614 3764
Face 23561 26419 26533 28699
Face 23562 11335 11334 11258
Face 23563 11259 11335 11258
Face 23564 12418 12508 12417
Face 23565 11416 11415 11334
Face 23566 12596 12595 12507
Face 23567 12508 12596 12507
Face 23568 31370 31369 31266
Face 23569 30968 31067 30967
Face 23570 12146 19583 12320
Face 23571 21267 21204 20371
Face 23572 12256 12706 12367
Face 23573 3894 1340 3893
Face 23574 13020 11276 11101
Face 23575 19356 22131 22323
Face 23576 12421 12420 12328
Face 23577 12329 12421 12328
Face 23578 12154 12241 12153
Face 23579 12329 12328 12240
Face 23580 12067 12154 12066
Face 23581 12241 12240 12153
Face 23582 11900 11983 11899
Face 23583 12067 12066 11982
Face 23584 21829 21828 21731
Face 23585 21730 32880 21731
Face 23586 11662 11661 11583
Face 23587 11584 11662 11583
Face 23588 11266 11342 11265
Face 23589 11423 11422 11341
Face 23590 11266 11265 11196
Face 23591 11197 11266 11196
Face 23592 20726 20727 22035
Face 23593 11342 11341 11265
Face 23594 12438 19269 3036
Face 23595 22060 12438 3036
Face 23596 10951 13638 17544
Face 23597 27107 20425 26991
Face 23598 14654 14899 14722
Face 23599 15175 10557 12850
Face 23600 14899 14601 14722
Face 23601 22206 22302 22301
Face 23602 3934 16497 22627
Face 23603 12820 11141 15434
Face 23604 13054 13148 13147
Face 23605 12872 12964 12963
Face 23606 1876 2783 11945
Face 23607 11861 1876 11945
Face 23608 2121 5473 13711
Face 23609 13712 2121 13711
Face 23610 11578 11656 11577
Face 23611 11735 11734 11655
Face 23612 11101 11163 12363
Face 23613 12545 12821 13572
Face 23614 12098 5766 12896
Face 23615 12027 1264 12028
Face 23616 13171 11045 11762
Face 23617 11762 3950 34389
Face 23618 33363 33496 33362
Face 23619 12453 12546 3301
Face 23620 25432 29878 29877
Face 23621 8738 8634 8739
Face 23622 34329 1543 9447
Face 23623 32184 32288 32183
Face 23624 8962 13649 11947
Face 23625 11214 8962 11947
Face 23626 13751 6386 13649
Face 23627 8962 13751 13649
Face 23628 13088 12995 6386
Face 23629 13751 13088 6386
Face 23630 13552 13105 12995
Face 23631 13088 13552 12995
Face 23632 13569 12822 13105
Face 23633 13552 13569 13105
Face 23634 11060 13763 12369
Face 23635 11060 13457 13763
Face 23636 10744 11060 12369
Face 23637 7107 6999 7000
Face 23638 13607 13606 13509
Face 23639 12904 12843 16067
Face 23640 12267 13363 11358
Face 23641 12189 11145 15177
Face 23642 9057 9276 22432
Face 23643 1780 19906 5369
Face 23644 11977 15032 14410
Face 23645 22121 22216 22120
Face 23646 21360 19103 23761
Face 23647 29859 25414 29860
Face 23648 10744 12369 11442
Face 23649 11522 10744 11442
Face 23650 29857 25416 29858
Face 23651 11004 11522 11442
Face 23652 11443 9650 11361
Face 23653 13575 1787 34696
Face 23654 11894 11977 14410
Face 23655 11969 11968 11884
Face 23656 21925 21924 21828
Face 23657 13048 13049 13142
Face 23658 15032 22272 22273
Face 23659 14410 15032 22273
Face 23660 12965 13055 13054
Face 23661 12873 12965 12964
Face 23662 13258 16509 16023
Face 23663 4854 4339 2781
Face 23664 21829 21925 21828
Face 23665 21370 8935 21369
Face 23666 12546 11466 3301
Face 23667 11369 11351 9299
Face 23668 20611 32660 32659
Face 23669 25432 23959 25433
Face 23670 22492 22491 22394
Face 23671 13569 13744 12822
Face 23672 11032 11088 11087
Face 23673 32877 11031 11030
Face 23674 11088 11148 11147
Face 23675 11087 11088 11147
Face 23676 18428 21093 17267
Face 23677 21093 20544 17267
Face 23678 11507 26243 11587
Face 23679 9633 13654 10618
Face 23680 11379 9446 9166
Face 23681 32954 32953 32821
Face 23682 22107 22202 22201
Face 23683 9166 12944 10938
Face 23684 12008 23866 22816
Face 23685 5467 5466 12529
Face 23686 12944 12008 3172
Face 23687 22491 22585 22490
Face 23688 19925 19850 5467
Face 23689 13097 3934 22627
Face 23690 585 14506 14430
Face 23691 14601 16336 14722
Face 23692 16497 19768 19850
Face 23693 19716 19717 19798
Face 23694 3893 13258 16178
Face 23695 22139 21196 22140
Face 23696 13639 10714 13258
Face 23697 22398 22495 22494
Face 23698 21196 21104 22140
Face 23699 14203 11274 12710
Face 23700 22397 22398 22494
Face 23701 20338 20254 20255
Face 23702 11274 11206 12710
Face 23703 21965 16335 21868
Face 23704 27215 26099 26098
Face 23705 10733 13830 9414
Face 23706 12616 11918 14723
Face 23707 585 3589 14506
Face 23708 12256 10816 14771
Face 23709 972 11814 16040
Face 23710 22659 12016 13188
Face 23711 22557 22464 16040
Face 23712 11335 11416 11334
Face 23713 14787 14786 14308
Face 23714 12326 12418 12325
Face 23715 11498 11497 11415
Face 23716 12326 12325 12237
Face 23717 12508 12507 12417
Face 23718 12151 12238 12150
Face 23719 12238 12326 12237
Face 23720 4491 3764 14788
Face 23721 12614 12256 12367
Face 23722 10714 7706 16509
Face 23723 13624 13623 13526
Face 23724 13624 13717 13623
Face 23725 13527 13624 13526
Face 23726 13717 13716 13623
Face 23727 19957 19956 21742
Face 23728 28695 28565 27892
Face 23729 6690 6623 6625
Face 23730 11983 12067 11982
Face 23731 12154 12153 12066
Face 23732 22023 22022 21924
Face 23733 11819 11900 11818
Face 23734 22121 22120 22022
Face 23735 21925 22023 21924
Face 23736 12888 22561 12438
Face 23737 22023 22121 22022
Face 23738 12801 12438 22060
Face 23739 33155 33296 2813
Face 23740 11261 11337 11260
Face 23741 12801 12888 12438
Face 23742 11736 11819 11735
Face 23743 11418 11417 11336
Face 23744 11736 11735 11656
Face 23745 11900 11899 11818
Face 23746 11657 11736 11656
Face 23747 11819 11818 11735
Face 23748 12779 12778 12688
Face 23749 12689 12779 12688
Face 23750 12872 12871 12778
Face 23751 12779 12872 12778
Face 23752 12871 12872 12963
Face 23753 12964 13054 13053
Face 23754 12626 2930 12264
Face 23755 1876 12264 2783
Face 23756 9299 10867 5473
Face 23757 20040 17800 17708
Face 23758 11656 11735 11655
Face 23759 13712 13711 13618
Face 23760 3036 7490 16338
Face 23761 11818 11817 11734
Face 23762 5766 12028 11305
Face 23763 20384 22235 20383
Face 23764 12306 12307 12397
Face 23765 26814 16696 16695
Face 23766 11466 8366 13005
Face 23767 20041 20123 17800
Face 23768 17891 17890 17800
Face 23769 3301 11466 13005
Face 23770 12312 12403 12402
Face 23771 4728 2256 2516
Face 23772 11710 11711 11792
Face 23773 28099 28098 27965
Face 23774 21826 21922 21825
Face 23775 13798 13797 13702
Face 23776 13703 13798 13702
Face 23777 20201 20284 17891
Face 23778 11008 28405 7013
Face 23779 23959 25432 29877
Face 23780 29871 25404 29872
Face 23781 6659 11285 6660
Face 23782 34770 34691 34600
Face 23783 33748 33874 33747
Face 23784 34494 34817 11768
Face 23785 34802 34685 34406
Face 23786 12285 12286 13373
Face 23787 12286 12285 13671
Face 23788 31698 31810 31697
Face 23789 12471 12285 13373
Face 23790 22543 7556 22255
Face 23791 6016 13180 755
Face 23792 32147 32146 32042
Face 23793 12888 19670 22561
Face 23794 22111 22206 22205
Face 23795 33878 34004 33877
Face 23796 11355 9101 7698
Face 23797 13412 13507 13411
Face 23798 12471 13373 4342
Face 23799 12263 12471 4342
Face 23800 12173 182 32903
Face 23801 11782 8962 11214
Face 23802 12007 12263 4342
Face 23803 12024 11782 11214
Face 23804 36 13388 12853
Face 23805 11922 12007 4342
Face 23806 16329 16171 16172
Face 23807 16769 34000 34127
Face 23808 13719 13718 13625
Face 23809 21624 21719 21718
Face 23810 13434 13529 13433
Face 23811 13626 13719 13625
Face 23812 13626 13625 13528
Face 23813 13529 13626 13528
Face 23814 20529 20454 5631
Face 23815 22272 12205 4236
Face 23816 2667 11783 13292
Face 23817 21100 24729 24674
Face 23818 16348 11298 12588
Face 23819 13036 34455 34706
Face 23820 12449 13751 8962
Face 23821 11782 12449 8962
Face 23822 11033 11089 11088
Face 23823 11032 11031 32744
Face 23824 11089 11149 11148
Face 23825 11088 11089 11148
Face 23826 11149 11217 11216
Face 23827 11148 11149 11216
Face 23828 21263 2551 17194
Face 23829 34483 34459 34501
Face 23830 10843 10733 9414
Face 23831 22273 22272 4236
Face 23832 12425 12515 12424
Face 23833 14371 20744 22584
Face 23834 12333 12425 12332
Face 23835 12603 12602 12514
Face 23836 12158 12245 12157
Face 23837 12515 12514 12424
Face 23838 12071 12158 12070
Face 23839 12333 12332 12244
Face 23840 11987 12071 11986
Face 23841 12245 12244 12157
Face 23842 11904 11987 11903
Face 23843 12158 12157 12070
Face 23844 11823 11904 11822
Face 23845 12071 12070 11986
Face 23846 11740 11823 11739
Face 23847 11987 11986 11903
Face 23848 11661 11740 11660
Face 23849 11904 11903 11822
Face 23850 11583 11661 11582
Face 23851 11823 11822 11739
Face 23852 11583 11582 11503
Face 23853 11740 11739 11660
Face 23854 11504 11583 11503
Face 23855 11661 11660 11582
Face 23856 34665 34634 34664
Face 23857 4751 2664 15072
Face 23858 12440 13264 13360
Face 23859 34443 34616 34729
Face 23860 19336 19337 19808
Face 23861 19644 19727 19726
Face 23862 11760 3934 13097
Face 23863 1204 7722 9540
Face 23864 11416 11498 11415
Face 23865 13639 15449 10714
Face 23866 11577 11576 11497
Face 23867 11498 11577 11497
Face 23868 11817 11816 11733
Face 23869 11734 11817 11733
Face 23870 8364 6626 1340
Face 23871 16345 14788 15589
Face 23872 19583 19582 12320
Face 23873 6626 15589 1340
Face 23874 12940 21091 20989
Face 23875 6626 16345 15589
Face 23876 19801 19802 20547
Face 23877 20340 12146 20256
Face 23878 19284 19254 19255
Face 23879 33496 33623 33495
Face 23880 20124 20202 20201
Face 23881 34426 34811 34778
Face 23882 11983 11982 11899
Face 23883 19269 5143 7490
Face 23884 11657 11656 11578
Face 23885 11579 11657 11578
Face 23886 11579 11578 11499
Face 23887 11500 11579 11499
Face 23888 11337 11418 11336
Face 23889 11500 11499 11417
Face 23890 11260 11259 11190
Face 23891 11418 11500 11417
Face 23892 11069 11129 11068
Face 23893 11191 11190 11128
Face 23894 11024 11069 11023
Face 23895 11129 11191 11128
Face 23896 10430 4322 8957
Face 23897 11129 11128 11068
Face 23898 5249 2528 1196
Face 23899 34818 34297 34704
Face 23900 13293 12853 2771
Face 23901 13110 4853 13001
Face 23902 17981 17891 17982
Face 23903 20123 20124 20201
Face 23904 30345 30344 30277
Face 23905 7001 7108 7000
Face 23906 4473 22033 2362
Face 23907 860 10215 12439
Face 23908 13619 13712 13618
Face 23909 12114 15031 15030
Face 23910 11735 11818 11734
Face 23911 13619 13618 13521
Face 23912 10886 15437 22228
Face 23913 11899 11898 11817
Face 23914 12973 13063 12972
Face 23915 22227 20037 20038
Face 23916 30697 30796 30795
Face 23917 12364 23752 34763
Face 23918 11044 13103 13005
Face 23919 33773 33899 33772
Face 23920 9990 6801 13797
Face 23921 8366 11044 13005
Face 23922 13087 13088 13751
Face 23923 2256 1102 2516
Face 23924 12449 13087 13751
Face 23925 13748 13552 13088
Face 23926 13087 13748 13088
Face 23927 13748 11758 13569
Face 23928 13552 13748 13569
Face 23929 25404 29871 29870
Face 23930 3045 13744 13569
Face 23931 11758 3045 13569
Face 23932 12311 12312 12402
Face 23933 14956 1456 14955
Face 23934 22213 22309 22308
Face 23935 12403 12493 12492
Face 23936 13798 9990 13797
Face 23937 12698 12697 12607
Face 23938 5637 3931 1215
Face 23939 12537 12927 6801
Face 23940 12285 13667 13671
Face 23941 12205 13200 20636
Face 23942 3948 5764 755
Face 23943 29914 29972 29913
Face 23944 28142 28815 26568
Face 23945 22216 22215 22120
Face 23946 19850 19768 5466
Face 23947 19352 19386 19842
Face 23948 24478 23108 22747
Face 23949 23731 12259 23516
Face 23950 4236 12205 20636
Face 23951 13200 19278 19277
Face 23952 29863 25410 29864
Face 23953 29867 25406 29868
Face 23954 34804 34785 34541
Face 23955 20636 13200 19277
Face 23956 31062 31161 31061
Face 23957 24441 24440 24486
Face 23958 19966 19967 20043
Face 23959 25000 21100 23605
Face 23960 12079 12078 11993
Face 23961 22224 20733 21748
Face 23962 14293 21937 21462
Face 23963 13340 13434 13339
Face 23964 13529 13528 13433
Face 23965 17538 16949 14151
Face 23966 19957 22616 21943
Face 23967 21769 23842 23796
Face 23968 2160 5252 2159
Face 23969 32601 32728 32600
Face 23970 23918 22901 24289
Face 23971 6602 26789 28548
Face 23972 14908 13479 20725
Face 23973 17626 19104 3638
Face 23974 11034 11090 11089
Face 23975 32744 11033 11032
Face 23976 11090 11150 11149
Face 23977 11089 11090 11149
Face 23978 11150 11218 11217
Face 23979 11149 11150 11217
Face 23980 6998 11216 6999
Face 23981 27966 28099 27965
Face 23982 12245 12333 12244
Face 23983 8476 8375 8376
Face 23984 34346 34828 34820
Face 23985 12425 12424 12332
Face 23986 10211 12 11537
Face 23987 34491 382 64
Face 23988 11295 10211 11537
Face 23989 22138 10327 15577
Face 23990 10754 4574 4444
Face 23991 10629 10754 4444
Face 23992 10697 10671 13281
Face 23993 9842 9957 9956
Face 23994 12160 12159 12072
Face 23995 7619 8234 10368
Face 23996 11906 11989 11905
Face 23997 12073 12072 11988
Face 23998 21178 21858 21760
Face 23999 34307 8540 7735
Face 24000 13060 13154 13059
Face 24001 12878 12877 12784
Face 24002 19643 19666 20456
Face 24003 20454 20529 14908
Face 24004 11222 5343 12466
Face 24005 18196 18672 18294
Face 24006 11341 11340 11264
Face 24007 11422 11421 11340
Face 24008 11134 11196 11133
Face 24009 11265 11341 11264
Face 24010 11265 11264 11195
Face 24011 11196 11265 11195
Face 24012 20463 21372 20461
Face 24013 28233 28367 28232
Face 24014 33225 33224 33089
Face 24015 25406 29867 29866
Face 24016 21066 21067 21156
Face 24017 21170 21171 2298
Face 24018 19062 18779 15052
Face 24019 21910 21911 22008
Face 24020 11817 11898 11816
Face 24021 11898 11897 11816
Face 24022 11981 11980 11897
Face 24023 11898 11981 11897
Face 24024 27037 26925 11979
Face 24025 11980 12064 11979
Face 24026 23191 23135 29604
Face 24027 31369 31368 31265
Face 24028 28893 29020 28892
Face 24029 19798 19799 19877
Face 24030 533 119 19
Face 24031 22586 22585 22491
Face 24032 4338 10962 9876
Face 24033 12440 12530 13264
Face 24034 11248 11247 11178
Face 24035 34338 34398 34766
Face 24036 11145 12189 1746
Face 24037 11069 11068 11023
Face 24038 11336 11335 11259
Face 24039 11191 11260 11190
Face 24040 11417 11416 11335
Face 24041 11260 11336 11259
Face 24042 2121 9299 5473
Face 24043 11336 11417 11335
Face 24044 18421 19933 17768
Face 24045 11351 11306 10867
Face 24046 3042 2907 10683
Face 24047 26099 27391 27390
Face 24048 26765 26766 26879
Face 24049 3179 4080 9632
Face 24050 21717 21718 21814
Face 24051 21342 21435 21434
Face 24052 12706 12796 3564
Face 24053 12367 12706 3564
Face 24054 13187 11154 13736
Face 24055 12706 14771 1678
Face 24056 12309 12400 12399
Face 24057 12308 12309 12399
Face 24058 13205 8109 7730
Face 24059 10457 7409 9513
Face 24060 32825 32957 32824
Face 24061 19278 19725 19722
Face 24062 13522 13619 13521
Face 24063 12836 11355 11277
Face 24064 11818 11899 11817
Face 24065 13522 13521 13426
Face 24066 20037 19958 20038
Face 24067 11982 11981 11898
Face 24068 16704 23707 23706
Face 24069 10359 8723 10870
Face 24070 34775 9392 11683
Face 24071 11358 13363 12992
Face 24072 7000 11218 7001
Face 24073 29861 25412 29862
Face 24074 15763 15915 13650
Face 24075 11761 14 5381
Face 24076 13652 12843 12452
Face 24077 11796 11877 11876
Face 24078 12451 12452 13671
Face 24079 12451 13652 12452
Face 24080 19286 19257 19258
Face 24081 13667 12451 13671
Face 24082 24800 24799 4069
Face 24083 22426 21665 14643
Face 24084 33872 33873 33999
Face 24085 11461 11782 12024
Face 24086 11939 11461 12024
Face 24087 11924 12449 11782
Face 24088 11461 11924 11782
Face 24089 12719 13087 12449
Face 24090 11924 12719 12449
Face 24091 29860 25413 29861
Face 24092 13479 7848 20725
Face 24093 11065 11125 11064
Face 24094 24682 23465 11429
Face 24095 7556 14910 22255
Face 24096 10557 20384 20383
Face 24097 20031 19954 17698
Face 24098 12600 12690 12599
Face 24099 23550 24682 11429
Face 24100 34823 34450 34345
Face 24101 19277 19278 19722
Face 24102 11829 23351 20491
Face 24103 12719 9976 13748
Face 24104 16808 16897 16896
Face 24105 13087 12719 13748
Face 24106 9976 12807 11758
Face 24107 14157 19591 16021
Face 24108 13748 9976 11758
Face 24109 3508 3894 15871
Face 24110 34763 34540 12364
Face 24111 21846 22041 21462
Face 24112 22133 22229 22224
Face 24113 13247 13340 13246
Face 24114 13434 13433 13339
Face 24115 20038 19957 21742
Face 24116 16335 14723 21868
Face 24117 28099 28236 28235
Face 24118 22325 22229 22419
Face 24119 24180 23655 23977
Face 24120 20697 24720 24818
Face 24121 22012 22013 22110
Face 24122 11275 11206 13080
Face 24123 12807 13463 3045
Face 24124 11758 12807 3045
Face 24125 11035 11091 11090
Face 24126 32617 11034 11033
Face 24127 11091 11151 11150
Face 24128 11090 11091 11150
Face 24129 11151 11219 11218
Face 24130 11150 11151 11218
Face 24131 10465 10622 13190
Face 24132 8128 771 12992
Face 24133 8122 8017 11951
Face 24134 11341 11422 11340
Face 24135 22013 22111 22110
Face 24136 3054 10619 3052
Face 24137 21818 21819 21914
Face 24138 13080 13079 11814
Face 24139 21721 21722 21818
Face 24140 21914 21915 22012
Face 24141 11995 24413 25078
Face 24142 21915 22013 22012
Face 24143 23548 23438 21055
Face 24144 21819 21915 21914
Face 24145 26306 12088 22680
Face 24146 24102 24108 25170
Face 24147 23392 23670 23323
Face 24148 24413 24548 25078
Face 24149 3589 5128 11002
Face 24150 24461 23317 24479
Face 24151 13069 3696 15462
Face 24152 24428 23670 23392
Face 24153 17179 22412 22316
Face 24154 20933 2644 12630
Face 24155 3950 11762 11674
Face 24156 11762 11682 11674
Face 24157 25495 11139 11079
Face 24158 11062 11123 25681
Face 24159 27333 20599 27223
Face 24160 34736 34760 29408
Face 24161 19958 20216 19957
Face 24162 18669 22326 20200
Face 24163 20216 21551 21367
Face 24164 34473 34295 34681
Face 24165 34387 34580 34795
Face 24166 12745 13122 7784
Face 24167 34488 34301 34751
Face 24168 13511 13510 13415
Face 24169 11379 9166 1901
Face 24170 1901 9166 3179
Face 24171 11369 11379 1901
Face 24172 9166 10938 3179
Face 24173 11981 12065 11980
Face 24174 12065 12064 11980
Face 24175 12509 12508 12418
Face 24176 12419 12509 12418
Face 24177 24567 24566 16169
Face 24178 26925 26810 11896
Face 24179 23597 17057 20537
Face 24180 12641 12674 22446
Face 24181 20372 20371 19582
Face 24182 22658 20340 6268
Face 24183 7718 533 532
Face 24184 9876 7718 532
Face 24185 701 1651 267
Face 24186 34651 34323 34758
Face 24187 13285 2790 3042
Face 24188 10962 7718 9876
Face 24189 11351 2790 11306
Face 24190 2907 9632 10683
Face 24191 9299 11351 10867
Face 24192 2790 2907 3042
Face 24193 2516 1102 206
Face 24194 2790 13285 11306
Face 24195 12051 12138 12050
Face 24196 12223 12222 12137
Face 24197 26189 26674 18553
Face 24198 10215 11852 12439
Face 24199 8554 19298 16497
Face 24200 20546 20547 21644
Face 24201 19725 20480 20479
Face 24202 11963 11962 11878
Face 24203 11813 22543 2132
Face 24204 17891 17981 17890
Face 24205 29584 29516 26096
Face 24206 21356 21449 21355
Face 24207 19722 19725 20479
Face 24208 20480 21473 21472
Face 24209 20479 20480 21472
Face 24210 21473 14911 14604
Face 24211 21472 21473 14604
Face 24212 14911 20543 20542
Face 24213 14604 14911 20542
Face 24214 5473 9053 13710
Face 24215 13427 13522 13426
Face 24216 12947 12525 20542
Face 24217 11899 11982 11898
Face 24218 13427 13426 13332
Face 24219 9427 9541 34831
Face 24220 12066 12065 11981
Face 24221 7180 13281 10671
Face 24222 12348 12440 13360
Face 24223 13473 34239 6642
Face 24224 20543 12947 20542
Face 24225 11796 11795 11713
Face 24226 28098 28099 28235
Face 24227 12465 13765 9561
Face 24228 12160 12247 12159
Face 24229 11683 12465 9561
Face 24230 26441 18546 28689
Face 24231 12335 12334 12246
Face 24232 25681 11123 25680
Face 24233 17583 17673 18433
Face 24234 25587 11202 11139
Face 24235 14229 14338 7591
Face 24236 32429 32893 2821
Face 24237 13463 2791 3045
Face 24238 12402 12403 12492
Face 24239 11319 11318 11243
Face 24240 12499 12410 16346
Face 24241 12493 12582 12581
Face 24242 2274 15133 15132
Face 24243 16508 12499 16346
Face 24244 24888 24806 23615
Face 24245 29863 25411 25410
Face 24246 24674 24220 24812
Face 24247 20429 23939 20515
Face 24248 22110 22111 22205
Face 24249 20920 19359 19600
Face 24250 12780 12779 12689
Face 24251 11196 11195 11133
Face 24252 19346 20571 17532
Face 24253 13055 13149 13148
Face 24254 24440 24441 23918
Face 24255 13384 6874 24637
Face 24256 19634 20381 19597
Face 24257 22743 20963 24357
Face 24258 29864 25409 29865
Face 24259 20374 20373 19588
Face 24260 31490 31599 31489
Face 24261 31214 31316 31213
Face 24262 33783 108 6671
Face 24263 33675 14532 14533
Face 24264 13079 12826 11814
Face 24265 11651 1091 12709
Face 24266 13019 11227 13018
Face 24267 24000 23635 25033
Face 24268 12782 12783 12875
Face 24269 12876 12968 12967
Face 24270 12138 12223 12137
Face 24271 11879 11878 11797
Face 24272 21095 15175 12850
Face 24273 12506 12505 12415
Face 24274 12272 11929 11841
Face 24275 11295 11537 1315
Face 24276 12826 20385 8473
Face 24277 12710 11206 12709
Face 24278 32288 32287 32183
Face 24279 25300 24073 25162
Face 24280 33648 33647 33520
Face 24281 28236 28370 28369
Face 24282 32559 32686 32685
Face 24283 11035 11034 32617
Face 24284 11092 11152 11151
Face 24285 11091 11092 11151
Face 24286 13320 13319 13226
Face 24287 11151 11152 11219
Face 24288 12427 12426 12334
Face 24289 5365 5364 5233
Face 24290 12080 11994 26822
Face 24291 14118 14032 14119
Face 24292 13757 11461 11939
Face 24293 24888 23268 24806
Face 24294 34453 34351 34409
Face 24295 12009 11924 11461
Face 24296 13757 12009 11461
Face 24297 12810 12719 11924
Face 24298 12009 12810 11924
Face 24299 5212 9976 12719
Face 24300 12810 5212 12719
Face 24301 5212 11935 12807
Face 24302 9976 5212 12807
Face 24303 9559 13463 12807
Face 24304 11935 9559 12807
Face 24305 7914 1920 8836
Face 24306 9559 7591 13463
Face 24307 11244 11319 11243
Face 24308 11963 12048 11962
Face 24309 12581 12582 12671
Face 24310 11994 12079 11993
Face 24311 12167 12079 12080
Face 24312 23968 24486 23257
Face 24313 22928 23180 23130
Face 24314 20963 23548 21055
Face 24315 23231 23174 25304
Face 24316 14341 14459 14458
Face 24317 18072 20285 18073
Face 24318 11907 11908 11990
Face 24319 12075 12074 11990
Face 24320 22224 21748 10557
Face 24321 22229 22325 20733
Face 24322 12981 12411 12436
Face 24323 12500 12411 4238
Face 24324 11762 11045 11682
Face 24325 12823 10011 11850
Face 24326 34834 27869 27608
Face 24327 11221 13110 13675
Face 24328 12962 12963 13052
Face 24329 13147 13242 13241
Face 24330 13053 13147 13146
Face 24331 13052 13053 13146
Face 24332 12509 12597 12508
Face 24333 12597 12596 12508
Face 24334 12687 12686 12596
Face 24335 12597 12687 12596
Face 24336 11497 11496 11414
Face 24337 11415 11497 11414
Face 24338 15037 23705 16339
Face 24339 24158 25561 22683
Face 24340 12146 12320 20256
Face 24341 22658 6268 22464
Face 24342 14329 8572 9735
Face 24343 22557 22658 22464
Face 24344 20340 20256 6268
Face 24345 11118 11117 11058
Face 24346 1340 15589 13639
Face 24347 13080 11814 972
Face 24348 29972 29971 29913
Face 24349 30028 30090 30089
Face 24350 12134 12219 12133
Face 24351 19730 19729 19646
Face 24352 34066 34063 2039
Face 24353 9645 9876 351
Face 24354 12868 12960 12867
Face 24355 12960 13050 12959
Face 24356 13050 13049 12959
Face 24357 11622 12646 12645
Face 24358 13426 13425 13331
Face 24359 13050 13144 13143
Face 24360 13144 13239 13143
Face 24361 13332 13426 13331
Face 24362 13239 13332 13331
Face 24363 13238 13239 13331
Face 24364 13521 13520 13425
Face 24365 13426 13521 13425
Face 24366 13618 13617 13520
Face 24367 13521 13618 13520
Face 24368 13711 13710 13617
Face 24369 13618 13711 13617
Face 24370 13711 5473 13710
Face 24371 10867 11689 9053
Face 24372 13070 19675 12525
Face 24373 83 4338 9645
Face 24374 13333 13427 13332
Face 24375 12947 13070 12525
Face 24376 12420 12419 12327
Face 24377 13240 13333 13332
Face 24378 13030 12626 11468
Face 24379 12328 12420 12327
Face 24380 22606 6015 19675
Face 24381 31167 31268 31166
Face 24382 1770 8207 1663
Face 24383 13238 13331 13237
Face 24384 13070 22606 19675
Face 24385 25408 29866 29865
Face 24386 19670 19666 22561
Face 24387 29583 26533 26419
Face 24388 22659 13188 13096
Face 24389 32450 32567 32449
Face 24390 11810 26910 27022
Face 24391 13188 13097 11944
Face 24392 16949 19765 19766
Face 24393 12166 12165 12078
Face 24394 12817 13380 5205
Face 24395 22901 24288 24289
Face 24396 12583 25302 12582
Face 24397 11119 11182 11181
Face 24398 14370 14488 13259
Face 24399 34624 34423 34333
Face 24400 34001 34000 33874
Face 24401 33383 33516 33382
Face 24402 33875 34001 33874
Face 24403 23418 23346 20956
Face 24404 12705 21117 21136
Face 24405 12247 12335 12246
Face 24406 21117 22980 21136
Face 24407 18073 20286 17983
Face 24408 11152 6895 11219
Face 24409 13054 13055 13148
Face 24410 11134 11133 11073
Face 24411 2773 105 22562
Face 24412 13149 13244 13243
Face 24413 12079 12166 12078
Face 24414 8852 6874 11160
Face 24415 20381 20376 19597
Face 24416 12253 12252 12165
Face 24417 3508 8364 3894
Face 24418 13440 22559 15033
Face 24419 11206 13079 13080
Face 24420 19767 15166 11651
Face 24421 15166 1091 11651
Face 24422 11206 11275 12709
Face 24423 22716 22083 23606
Face 24424 12454 34540 34763
Face 24425 12968 13058 13057
Face 24426 12875 12876 12967
Face 24427 12964 12965 13054
Face 24428 19965 20042 19964
Face 24429 12515 12603 12514
Face 24430 12693 12692 12602
Face 24431 11227 12272 11841
Face 24432 12272 12729 1315
Face 24433 12729 11295 1315
Face 24434 11929 12272 1315
Face 24435 22606 12122 13444
Face 24436 29405 20815 26415
Face 24437 16697 29735 6823
Face 24438 33521 33648 33520
Face 24439 28235 28236 28369
Face 24440 28370 28505 28504
Face 24441 28369 28370 28504
Face 24442 12429 12430 12519
Face 24443 11091 32501 11092
Face 24444 11426 11425 11344
Face 24445 12036 12123 8332
Face 24446 23594 24362 20407
Face 24447 11202 11201 11139
Face 24448 29966 29965 29907
Face 24449 34694 34765 34509
Face 24450 34685 34643 34599
Face 24451 33044 20701 33045
Face 24452 11757 12009 13757
Face 24453 13756 11757 13757
Face 24454 12629 12810 12009
Face 24455 11757 12629 12009
Face 24456 12204 27 12017
Face 24457 30216 30281 30215
Face 24458 15953 9843 16105
Face 24459 31268 31371 31267
Face 24460 12162 12161 12074
Face 24461 11991 12075 11990
Face 24462 12880 12972 12879
Face 24463 13062 13061 12971
Face 24464 13736 20832 19298
Face 24465 12411 16026 4238
Face 24466 22421 22133 15175
Face 24467 12706 12256 14771
Face 24468 6015 22606 13444
Face 24469 11045 11221 13675
Face 24470 973 11437 16386
Face 24471 4323 5470 16504
Face 24472 12688 12778 12687
Face 24473 12963 12962 12870
Face 24474 12871 12870 12777
Face 24475 12778 12871 12777
Face 24476 12777 12776 12686
Face 24477 12962 13052 13051
Face 24478 12687 12777 12686
Face 24479 12870 12869 12776
Face 24480 11653 11654 26585
Face 24481 11576 11654 11575
Face 24482 30865 30864 30758
Face 24483 32229 32228 32124
Face 24484 3042 10683 3681
Face 24485 5202 3042 3681
Face 24486 13049 13050 13143
Face 24487 13239 13238 13143
Face 24488 12851 5757 5249
Face 24489 5249 5757 2528
Face 24490 3765 3896 16028
Face 24491 19583 20372 19582
Face 24492 12622 314 532
Face 24493 13581 12851 5249
Face 24494 351 532 4217
Face 24495 20357 20356 20273
Face 24496 12236 12235 12148
Face 24497 12324 12323 12235
Face 24498 25325 25524 24469
Face 24499 11745 26476 26591
Face 24500 11188 11187 11125
Face 24501 12036 8227 11951
Face 24502 12775 12868 12774
Face 24503 11126 11188 11125
Face 24504 12685 12775 12684
Face 24505 12960 12959 12867
Face 24506 12595 12685 12594
Face 24507 12868 12867 12774
Face 24508 12507 12595 12506
Face 24509 12775 12774 12684
Face 24510 12417 12507 12416
Face 24511 12685 12684 12594
Face 24512 26470 11575 11654
Face 24513 12595 12594 12506
Face 24514 9876 532 351
Face 24515 24610 24614 23703
Face 24516 22137 22441 22440
Face 24517 34290 34565 34636
Face 24518 13239 13240 13332
Face 24519 22521 22137 22440
Face 24520 12510 12509 12419
Face 24521 13050 13051 13144
Face 24522 11521 13100 13655
Face 24523 12420 12510 12419
Face 24524 34674 34566 34446
Face 24525 13013 11521 13655
Face 24526 12122 15717 14523
Face 24527 12690 12689 12599
Face 24528 13444 12122 14523
Face 24529 34751 34397 11844
Face 24530 31371 31370 31267
Face 24531 30486 30571 30485
Face 24532 17430 19800 19719
Face 24533 19811 19887 19886
Face 24534 17441 19726 19727
Face 24535 12075 12162 12074
Face 24536 12369 13763 9650
Face 24537 9673 10361 12457
Face 24538 10108 5212 12810
Face 24539 12629 10108 12810
Face 24540 12021 11935 5212
Face 24541 10108 12021 5212
Face 24542 12354 9559 11935
Face 24543 12021 12354 11935
Face 24544 11278 7591 9559
Face 24545 12354 11278 9559
Face 24546 12135 12134 12047
Face 24547 25137 23677 23490
Face 24548 11442 12369 11443
Face 24549 11138 11137 11077
Face 24550 11078 11138 11077
Face 24551 11074 11134 11073
Face 24552 34789 6603 25545
Face 24553 13148 13149 13243
Face 24554 17442 19727 19810
Face 24555 22562 22659 13096
Face 24556 13337 13336 13243
Face 24557 21748 21846 21462
Face 24558 6874 8852 10856
Face 24559 12166 12079 12167
Face 24560 22041 14293 21462
Face 24561 23268 23262 24806
Face 24562 25536 23851 24445
Face 24563 20733 21846 21748
Face 24564 24117 24461 24600
Face 24565 30304 30371 30370
Face 24566 11227 11841 13018
Face 24567 12693 12783 12692
Face 24568 12967 12968 13057
Face 24569 8861 8996 9446
Face 24570 8996 8989 9446
Face 24571 12603 12693 12602
Face 24572 12783 12782 12692
Face 24573 25405 29868 25406
Face 24574 25411 29862 25412
Face 24575 11269 11268 11199
Face 24576 11269 11345 11268
Face 24577 11856 11939 34496
Face 24578 22899 24045 24044
Face 24579 20362 20278 18070
Face 24580 11618 11619 12920
Face 24581 28640 28639 28504
Face 24582 431 432 20711
Face 24583 28505 28640 28504
Face 24584 12429 12519 12428
Face 24585 12762 13389 6509
Face 24586 3950 26786 34389
Face 24587 11345 11426 11344
Face 24588 12368 12817 12726
Face 24589 34803 34684 11939
Face 24590 4729 5335 13274
Face 24591 13273 10394 7780
Face 24592 19539 16508 19621
Face 24593 28769 28768 28639
Face 24594 33624 33749 33623
Face 24595 27596 20609 27597
Face 24596 30300 30301 30367
Face 24597 33875 33874 33748
Face 24598 33899 34025 33898
Face 24599 34151 34150 34024
Face 24600 34500 34588 34544
Face 24601 33998 33999 34123
Face 24602 11280 11757 13756
Face 24603 11527 11280 13756
Face 24604 12448 12629 11757
Face 24605 11280 12448 11757
Face 24606 13083 10108 12629
Face 24607 12448 13083 12629
Face 24608 13083 12106 12021
Face 24609 10108 13083 12021
Face 24610 11466 13373 8366
Face 24611 12452 13123 11044
Face 24612 13671 11044 8366
Face 24613 12286 13671 8366
Face 24614 13156 13155 13061
Face 24615 12972 13062 12971
Face 24616 13062 13156 13061
Face 24617 13251 13250 13155
Face 24618 13343 13342 13249
Face 24619 13343 13437 13342
Face 24620 13250 13343 13249
Face 24621 13437 13436 13342
Face 24622 15717 21458 21553
Face 24623 11222 973 5343
Face 24624 11221 11223 13110
Face 24625 11026 11072 11071
Face 24626 12600 12599 12511
Face 24627 12778 12777 12687
Face 24628 12512 12600 12511
Face 24629 12598 12688 12597
Face 24630 12962 12961 12869
Face 24631 12777 12870 12776
Face 24632 11576 11575 11496
Face 24633 11497 11576 11496
Face 24634 97 14665 12549
Face 24635 12273 34609 12186
Face 24636 11363 12837 8781
Face 24637 24474 20006 19927
Face 24638 34668 34737 34833
Face 24639 29849 29903 29848
Face 24640 12018 19539 9320
Face 24641 11257 11333 11256
Face 24642 11257 11256 11187
Face 24643 22784 23106 24385
Face 24644 11188 11257 11187
Face 24645 11333 11332 11256
Face 24646 12236 12324 12235
Face 24647 11979 26925 11896
Face 24648 12324 12416 12323
Face 24649 12506 12594 12505
Face 24650 2489 1196 3940
Face 24651 12711 14507 19438
Face 24652 20093 24807 20012
Face 24653 19886 19887 19964
Face 24654 34604 33671 33917
Face 24655 11162 13001 12676
Face 24656 11529 12113 13394
Face 24657 21748 21462 20384
Face 24658 13001 11529 13394
Face 24659 33671 34604 34356
Face 24660 14660 14541 15168
Face 24661 14523 15717 21553
Face 24662 193 15028 21553
Face 24663 20216 22616 19957
Face 24664 22330 22426 21367
Face 24665 21458 193 21553
Face 24666 24746 24686 23976
Face 24667 29862 25411 29863
Face 24668 4338 9876 9645
Face 24669 22681 24339 24337
Face 24670 193 19723 19724
Face 24671 28813 29457 28567
Face 24672 13145 13240 13239
Face 24673 15028 193 19724
Face 24674 17637 2549 2423
Face 24675 13144 13145 13239
Face 24676 11860 11861 13100
Face 24677 13675 11162 11444
Face 24678 11521 11860 13100
Face 24679 11463 1876 11861
Face 24680 11860 11463 11861
Face 24681 11463 12626 1876
Face 24682 12735 981 11781
Face 24683 12626 12264 1876
Face 24684 19810 19811 19886
Face 24685 31475 31474 31370
Face 24686 12249 12248 12161
Face 24687 10816 11154 13187
Face 24688 7268 13772 7488
Face 24689 12162 12249 12161
Face 24690 12106 12445 12354
Face 24691 13373 12286 8366
Face 24692 12021 12106 12354
Face 24693 11596 11278 12354
Face 24694 12445 11596 12354
Face 24695 13107 11283 14128
Face 24696 11596 13107 11278
Face 24697 12920 12368 12726
Face 24698 13763 13772 9650
Face 24699 12546 4342 11466
Face 24700 11200 11199 11137
Face 24701 11138 11200 11137
Face 24702 26565 23975 18653
Face 24703 22327 22423 12409
Face 24704 17799 17708 17800
Face 24705 19312 17506 17507
Face 24706 13244 13337 13243
Face 24707 10228 10615 3821
Face 24708 9729 6874 10856
Face 24709 13431 13430 13336
Face 24710 9729 10856 13718
Face 24711 6874 13384 11160
Face 24712 13152 13247 13151
Face 24713 13719 9729 13718
Face 24714 13058 13152 13151
Face 24715 13340 13339 13246
Face 24716 13057 13058 13151
Face 24717 13247 13246 13151
Face 24718 8996 8861 11230
Face 24719 12783 12876 12875
Face 24720 9446 8989 12944
Face 24721 8989 12008 12944
Face 24722 13262 13168 19297
Face 24723 9561 13765 971
Face 24724 19723 21273 21272
Face 24725 22315 22411 22314
Face 24726 11200 11269 11199
Face 24727 11345 11344 11268
Face 24728 11442 11443 9101
Face 24729 3819 11442 9101
Face 24730 28640 28769 28639
Face 24731 12369 9650 11443
Face 24732 11319 11400 11318
Face 24733 29088 29143 19097
Face 24734 12844 3035 14332
Face 24735 9888 10763 9633
Face 24736 11612 11690 10742
Face 24737 270 11598 4594
Face 24738 13274 13273 7780
Face 24739 4342 13373 11466
Face 24740 11619 12368 12920
Face 24741 10552 4216 4071
Face 24742 11922 4342 13568
Face 24743 10960 9649 11288
Face 24744 19724 19723 21272
Face 24745 1439 7777 1324
Face 24746 21273 22151 19863
Face 24747 19887 19965 19964
Face 24748 4598 1316 13670
Face 24749 30301 30368 30367
Face 24750 11347 11346 11270
Face 24751 25686 11201 11202
Face 24752 11825 11906 11824
Face 24753 11663 11742 11662
Face 24754 11585 11663 11584
Face 24755 11742 11741 11662
Face 24756 25405 29869 29868
Face 24757 11714 11713 11634
Face 24758 30348 30347 30280
Face 24759 32245 32351 32244
Face 24760 33749 33875 33748
Face 24761 30281 30348 30280
Face 24762 33658 33657 33530
Face 24763 32718 32851 32717
Face 24764 11856 34496 11773
Face 24765 31417 31416 31312
Face 24766 33623 33622 33495
Face 24767 5344 11774 34301
Face 24768 21065 33693 21066
Face 24769 34605 34832 34744
Face 24770 13344 13343 13250
Face 24771 13156 13251 13155
Face 24772 22609 22226 20301
Face 24773 19344 22609 20301
Face 24774 13061 13060 12970
Face 24775 13061 13155 13060
Face 24776 12971 13061 12970
Face 24777 13155 13154 13060
Face 24778 11132 11131 11071
Face 24779 31942 31943 32047
Face 24780 11072 11132 11071
Face 24781 11194 11193 11131
Face 24782 25471 28635 26069
Face 24783 12422 12512 12421
Face 24784 11125 11124 11064
Face 24785 12870 12962 12869
Face 24786 24966 25105 25104
Face 24787 34757 34563 34718
Face 24788 20191 20273 20190
Face 24789 1196 2528 6138
Face 24790 13710 9053 13709
Face 24791 2489 320 8675
Face 24792 12594 12684 12593
Face 24793 12774 12867 12773
Face 24794 3681 12837 11363
Face 24795 5495 3681 11363
Face 24796 19483 19564 19563
Face 24797 8253 11933 14536
Face 24798 21272 21273 19863
Face 24799 23647 1911 23563
Face 24800 11021 11066 11020
Face 24801 11066 11126 11065
Face 24802 11065 11064 11019
Face 24803 11126 11125 11065
Face 24804 34802 34406 34732
Face 24805 19863 22151 16192
Face 24806 13268 13911 13175
Face 24807 30567 30661 30566
Face 24808 12867 12959 12866
Face 24809 34516 34619 34368
Face 24810 19730 19813 19729
Face 24811 11444 11162 11445
Face 24812 5767 12030 11949
Face 24813 11162 12676 11445
Face 24814 12186 11282 13566
Face 24815 34273 34610 34782
Face 24816 11856 13756 13757
Face 24817 12273 12186 13566
Face 24818 28895 28894 28768
Face 24819 30483 30568 30482
Face 24820 11066 11065 11020
Face 24821 118 20065 2512
Face 24822 22724 21512 23722
Face 24823 25404 29874 29873
Face 24824 9878 4338 83
Face 24825 22847 23008 21801
Face 24826 15072 22159 13354
Face 24827 3681 10683 12837
Face 24828 12776 12869 12775
Face 24829 19332 19409 19408
Face 24830 11682 13675 11444
Face 24831 12961 12960 12868
Face 24832 12510 12598 12509
Face 24833 13110 13001 11162
Face 24834 12598 12597 12509
Face 24835 12688 12687 12597
Face 24836 1418 10228 3821
Face 24837 11379 11369 10615
Face 24838 13765 11778 971
Face 24839 19331 19332 19408
Face 24840 3760 3761 14786
Face 24841 22589 22588 22494
Face 24842 12337 12336 12248
Face 24843 13251 13344 13250
Face 24844 29874 25404 29875
Face 24845 27599 32539 32658
Face 24846 11281 11280 11527
Face 24847 11605 11281 11527
Face 24848 11281 12357 12448
Face 24849 11280 11281 12448
Face 24850 12357 12379 13083
Face 24851 12448 12357 13083
Face 24852 19489 19488 19408
Face 24853 12192 12106 13083
Face 24854 12249 12337 12248
Face 24855 19409 19489 19408
Face 24856 11760 11289 3934
Face 24857 13439 13345 28828
Face 24858 13168 20920 19297
Face 24859 14787 3760 14786
Face 24860 13621 13714 13620
Face 24861 13531 13628 13530
Face 24862 13623 13622 13525
Face 24863 1418 3821 13713
Face 24864 13337 13431 13336
Face 24865 13526 13623 13525
Face 24866 13526 13525 13430
Face 24867 13431 13526 13430
Face 24868 13716 13715 13622
Face 24869 13623 13716 13622
Face 24870 7996 11230 13715
Face 24871 13716 7996 13715
Face 24872 12115 12831 12463
Face 24873 7996 8996 11230
Face 24874 9540 119 7688
Face 24875 1204 9540 7688
Face 24876 11465 11464 11778
Face 24877 10962 8934 8362
Face 24878 22508 22507 22410
Face 24879 13765 11465 11778
Face 24880 12519 12518 12428
Face 24881 14786 14665 97
Face 24882 12429 12428 12336
Face 24883 12337 12429 12336
Face 24884 21368 21367 14643
Face 24885 19967 20044 20043
Face 24886 34323 34827 34687
Face 24887 30968 30967 30866
Face 24888 6509 9304 7388
Face 24889 12379 12192 13083
Face 24890 12353 12445 12106
Face 24891 12192 12353 12106
Face 24892 11595 11596 12445
Face 24893 12353 11595 12445
Face 24894 8987 15000 4216
Face 24895 15581 6269 21290
Face 24896 20725 7848 19356
Face 24897 11508 11507 11425
Face 24898 11426 11508 11425
Face 24899 25022 22926 24883
Face 24900 25334 21607 27271
Face 24901 11744 11743 11664
Face 24902 22926 23257 24883
Face 24903 11827 11826 11743
Face 24904 26357 11664 11663
Face 24905 11908 11907 11826
Face 24906 11744 11827 11743
Face 24907 11908 11991 11990
Face 24908 11827 11908 11826
Face 24909 4466 9502 4728
Face 24910 12279 12371 13262
Face 24911 13671 12452 11044
Face 24912 12843 12904 13123
Face 24913 4342 12546 13568
Face 24914 12452 12843 13123
Face 24915 11595 11283 11596
Face 24916 19659 19742 19658
Face 24917 12057 12056 11971
Face 24918 13222 13315 13314
Face 24919 13468 12470 13374
Face 24920 12847 11619 11618
Face 24921 2636 20426 15161
Face 24922 20381 21291 20376
Face 24923 19900 19899 19823
Face 24924 15164 13440 15033
Face 24925 22423 12408 12409
Face 24926 20279 20280 22588
Face 24927 22515 22133 3035
Face 24928 3035 22421 20199
Face 24929 12695 12696 12785
Face 24930 12971 12970 12878
Face 24931 12879 12878 12785
Face 24932 12786 12879 12785
Face 24933 11263 11262 11193
Face 24934 11132 11194 11131
Face 24935 12959 13049 12958
Face 24936 13238 13237 13142
Face 24937 5373 83 9402
Face 24938 83 9645 9759
Face 24939 28769 28895 28768
Face 24940 19570 19569 19488
Face 24941 23224 23168 23169
Face 24942 19489 19570 19488
Face 24943 11067 11127 11066
Face 24944 1881 15036 15167
Face 24945 19653 19652 19569
Face 24946 9053 631 13709
Face 24947 5202 3681 5495
Face 24948 13300 5202 5495
Face 24949 13617 13616 13519
Face 24950 12774 12773 12683
Face 24951 19563 19564 19646
Face 24952 13520 13617 13519
Face 24953 13001 13394 12676
Face 24954 20203 20204 20286
Face 24955 19570 19653 19569
Face 24956 19736 19735 19652
Face 24957 19653 19736 19652
Face 24958 19819 19818 19735
Face 24959 12138 12137 12050
Face 24960 19813 19812 19729
Face 24961 20559 20646 11524
Face 24962 29022 29021 28894
Face 24963 26426 19936 26309
Face 24964 13275 13749 12360
Face 24965 1102 3833 206
Face 24966 21922 22020 21921
Face 24967 13418 13417 13323
Face 24968 13324 13418 13323
Face 24969 19736 19819 19735
Face 24970 19765 16949 19172
Face 24971 14151 16949 19766
Face 24972 32427 31535 15045
Face 24973 15729 9504 15874
Face 24974 19895 19894 19818
Face 24975 19819 19895 19818
Face 24976 19973 19972 19894
Face 24977 12150 12149 12062
Face 24978 28502 28501 28366
Face 24979 27455 27454 27335
Face 24980 12063 12150 12062
Face 24981 32125 32229 32124
Face 24982 10683 9632 23721
Face 24983 12869 12961 12868
Face 24984 19895 19973 19894
Face 24985 12961 13051 12960
Face 24986 13051 13050 12960
Face 24987 12152 12151 12064
Face 24988 13051 13145 13144
Face 24989 10228 11379 10615
Face 24990 13334 13333 13240
Face 24991 13771 34318 34552
Face 24992 12155 12242 12154
Face 24993 12408 20299 20217
Face 24994 18635 21662 6836
Face 24995 13438 13437 13343
Face 24996 12879 12971 12878
Face 24997 23959 29877 29876
Face 24998 13344 13438 13343
Face 24999 32777 8979 31993
Face 25000 21278 21275 20373
Face 25001 26121 26122 26238
Face 25002 30506 30591 30590
Face 25003 18480 17866 18430
Face 25004 32463 32462 32350
Face 25005 30236 30235 30171
Face 25006 21256 3076 21257
Face 25007 20050 20049 19972
Face 25008 12673 15870 14482
Face 25009 19718 19800 19799
Face 25010 28952 13438 13439
Face 25011 11289 8554 3934
Face 25012 12796 12890 13004
Face 25013 13188 11760 13097
Face 25014 22627 16497 19850
Face 25015 13714 1418 13713
Face 25016 13524 13621 13523
Face 25017 22467 32311 32419
Face 25018 30764 30763 30664
Face 25019 32826 32825 32692
Face 25020 31167 31166 31067
Face 25021 10310 7166 6692
Face 25022 19102 33027 33672
Face 25023 13113 11384 11948
Face 25024 32831 32830 32697
Face 25025 19973 20050 19972
Face 25026 424 8354 10748
Face 25027 11655 11654 11576
Face 25028 20132 20131 20049
Face 25029 22627 19850 19925
Face 25030 12594 12593 12505
Face 25031 12716 12717 11464
Face 25032 1659 351 1455
Face 25033 29879 20691 29826
Face 25034 24105 20095 21600
Face 25035 14308 14786 97
Face 25036 3564 12796 13004
Face 25037 15436 22227 22131
Face 25038 20050 20132 20049
Face 25039 13347 15297 16020
Face 25040 31975 32080 31974
Face 25041 62 8360 10362
Face 25042 31961 32066 31960
Face 25043 32017 32018 32121
Face 25044 26816 34390 34428
Face 25045 11359 11281 11605
Face 25046 14482 15871 14601
Face 25047 11684 11359 11605
Face 25048 14405 14645 21204
Face 25049 21267 14405 21204
Face 25050 22421 14522 20199
Face 25051 12887 22517 22226
Face 25052 12606 12605 12517
Face 25053 12518 12606 12517
Face 25054 22441 21178 22440
Face 25055 20132 20210 20209
Face 25056 21178 21177 22440
Face 25057 20131 20132 20209
Face 25058 21858 3696 13069
Face 25059 20210 20292 20291
Face 25060 34428 34660 34272
Face 25061 12518 12519 12606
Face 25062 12607 12697 12606
Face 25063 12697 12696 12606
Face 25064 12972 12971 12879
Face 25065 12787 12786 12696
Face 25066 12697 12787 12696
Face 25067 12880 12879 12786
Face 25068 21665 21570 14643
Face 25069 12787 12880 12786
Face 25070 12447 12357 11281
Face 25071 15871 16336 14601
Face 25072 11359 12447 11281
Face 25073 12447 11759 12379
Face 25074 12357 12447 12379
Face 25075 11759 13214 12192
Face 25076 27116 27232 27231
Face 25077 14775 14482 14899
Face 25078 14408 14527 14899
Face 25079 14482 14601 14899
Face 25080 22133 22224 15175
Face 25081 4238 16026 12279
Face 25082 16026 12371 12279
Face 25083 21477 20559 11524
Face 25084 12248 12247 12160
Face 25085 12248 12336 12247
Face 25086 12161 12248 12160
Face 25087 12336 12335 12247
Face 25088 11420 11419 11338
Face 25089 11263 11339 11262
Face 25090 11737 11820 11736
Face 25091 13425 13520 13424
Face 25092 11901 11900 11819
Face 25093 13520 13519 13424
Face 25094 13713 13712 13619
Face 25095 13523 13620 13522
Face 25096 11067 11066 11021
Face 25097 11022 11067 11021
Face 25098 11064 11063 11018
Face 25099 434 151 2025
Face 25100 10867 11306 11689
Face 25101 5473 10867 9053
Face 25102 13331 13425 13330
Face 25103 12325 12417 12324
Face 25104 12684 12774 12683
Face 25105 15313 4622 10817
Face 25106 13117 10741 34752
Face 25107 12867 12866 12773
Face 25108 12223 12312 12311
Face 25109 13749 8365 12360
Face 25110 19619 19702 19416
Face 25111 11689 8849 9275
Face 25112 20209 20210 20291
Face 25113 19647 19730 19646
Face 25114 21644 19459 19460
Face 25115 19351 19831 19809
Face 25116 12296 12297 8633
Face 25117 9276 1780 5369
Face 25118 34515 13366 13117
Face 25119 16568 2123 5241
Face 25120 12048 12047 11962
Face 25121 11400 11483 11399
Face 25122 13041 25085 12951
Face 25123 11400 11399 11318
Face 25124 11275 13080 11207
Face 25125 11798 11879 11797
Face 25126 22137 22521 19959
Face 25127 28113 28114 28250
Face 25128 28895 29022 28894
Face 25129 19960 22137 19959
Face 25130 22237 21384 22235
Face 25131 31166 31165 31066
Face 25132 12237 12236 12149
Face 25133 13640 13449 19674
Face 25134 21341 21342 21434
Face 25135 12150 12237 12149
Face 25136 14644 18839 20032
Face 25137 11920 13285 5202
Face 25138 19977 20054 19976
Face 25139 25179 22786 22775
Face 25140 11258 11257 11188
Face 25141 11189 11258 11188
Face 25142 13146 13241 13240
Face 25143 13145 13146 13240
Face 25144 12330 12329 12241
Face 25145 12242 12330 12241
Face 25146 16178 13258 16023
Face 25147 11738 11737 11658
Face 25148 11743 11826 11742
Face 25149 11907 11906 11825
Face 25150 13438 13533 13437
Face 25151 15580 22518 17950
Face 25152 2644 21662 19721
Face 25153 12795 20844 20833
Face 25154 12379 11759 12192
Face 25155 13214 12536 12353
Face 25156 12192 13214 12353
Face 25157 11675 11595 12353
Face 25158 12536 11675 12353
Face 25159 11209 11283 11595
Face 25160 11675 11209 11595
Face 25161 8364 1340 3894
Face 25162 20844 12105 12456
Face 25163 13258 10714 16509
Face 25164 19644 19645 19727
Face 25165 12016 1678 11760
Face 25166 12696 12695 12605
Face 25167 8989 9898 12008
Face 25168 21718 21815 21814
Face 25169 13714 13713 13620
Face 25170 13429 13524 13428
Face 25171 3378 12432 5143
Face 25172 22325 20726 20733
Face 25173 20214 20215 20296
Face 25174 12840 13640 16423
Face 25175 22035 12498 22041
Face 25176 13432 13527 13431
Face 25177 13527 13526 13431
Face 25178 19574 19573 19492
Face 25179 12418 12417 12325
Face 25180 21177 21178 21760
Face 25181 11432 12058 24047
Face 25182 11920 11928 11384
Face 25183 6894 10940 8235
Face 25184 34459 34517 34501
Face 25185 9737 271 8341
Face 25186 2932 13199 11229
Face 25187 3761 3765 14665
Face 25188 11397 11480 11396
Face 25189 12796 1678 12016
Face 25190 12890 12796 12016
Face 25191 19889 19967 19888
Face 25192 12887 22423 22517
Face 25193 11187 11256 11186
Face 25194 12809 7730 9513
Face 25195 13221 13220 15379
Face 25196 11845 10689 14041
Face 25197 11122 12847 11618
Face 25198 13409 13408 13314
Face 25199 16992 19496 19495
Face 25200 11732 13081 11435
Face 25201 20065 20644 19337
Face 25202 15297 15723 16020
Face 25203 16020 15723 3951
Face 25204 12518 12517 12427
Face 25205 12428 12518 12427
Face 25206 22017 22115 22114
Face 25207 21919 22017 22016
Face 25208 25435 25404 25436
Face 25209 28367 28502 28366
Face 25210 172 19075 17544
Face 25211 18741 19513 21382
Face 25212 22131 22227 20038
Face 25213 15723 1881 3951
Face 25214 22605 19356 22323
Face 25215 19645 19728 19727
Face 25216 20726 22035 21846
Face 25217 3378 19643 12432
Face 25218 13532 13531 13436
Face 25219 13532 13533 29082
Face 25220 22609 12887 22226
Face 25221 160 19344 13958
Face 25222 20372 21267 20371
Face 25223 22423 22327 22517
Face 25224 12520 23551 24744
Face 25225 21414 25318 11514
Face 25226 7949 13977 13932
Face 25227 12446 13742 14648
Face 25228 11056 11055 30820
Face 25229 33489 33488 33355
Face 25230 24080 23986 23323
Face 25231 22079 20781 25300
Face 25232 23998 14651 19273
Face 25233 11433 11514 21324
Face 25234 20215 20297 20296
Face 25235 4754 585 14430
Face 25236 25404 25435 29875
Face 25237 11078 29935 29934
Face 25238 12161 12160 12073
Face 25239 12074 12161 12073
Face 25240 11502 11501 11419
Face 25241 11339 11420 11338
Face 25242 12243 12242 12155
Face 25243 12156 12243 12155
Face 25244 11737 11736 11657
Face 25245 11658 11737 11657
Face 25246 3821 2121 13712
Face 25247 13620 13713 13619
Face 25248 12519 12520 12607
Face 25249 11127 11126 11066
Face 25250 11019 11064 11018
Face 25251 13132 13227 13131
Face 25252 11306 8849 11689
Face 25253 9053 11689 631
Face 25254 12507 12506 12416
Face 25255 13049 13048 12958
Face 25256 12945 4622 15313
Face 25257 12959 12958 12866
Face 25258 10921 11273 11276
Face 25259 13281 9778 10697
Face 25260 11124 11123 11063
Face 25261 13031 5748 13011
Face 25262 11064 11124 11063
Face 25263 26901 34549 34402
Face 25264 13579 34412 26587
Face 25265 9182 11205 8538
Face 25266 12297 12298 8634
Face 25267 8435 12208 12296
Face 25268 11432 24047 24533
Face 25269 6136 1886 62
Face 25270 12486 12575 12485
Face 25271 24379 11700 11622
Face 25272 123 10868 9730
Face 25273 9841 9840 9726
Face 25274 21104 20827 21013
Face 25275 13491 9839 13492
Face 25276 16990 19493 19412
Face 25277 13112 10446 7619
Face 25278 11719 11801 11718
Face 25279 22140 21104 22043
Face 25280 28657 28786 28785
Face 25281 26200 26201 26318
Face 25282 18556 26072 29801
Face 25283 30568 30567 30482
Face 25284 22543 22255 2132
Face 25285 19438 12945 15313
Face 25286 12325 12324 12236
Face 25287 12237 12325 12236
Face 25288 13285 11920 8849
Face 25289 11306 13285 8849
Face 25290 12721 12089 12186
Face 25291 12030 2783 11949
Face 25292 11334 11333 11257
Face 25293 11258 11334 11257
Face 25294 12961 12962 13051
Face 25295 13052 13146 13145
Face 25296 12422 12421 12329
Face 25297 12330 12422 12329
Face 25298 11659 11658 11580
Face 25299 11581 11659 11580
Face 25300 11826 11907 11825
Face 25301 11907 11990 11989
Face 25302 12363 13572 12729
Face 25303 12272 12363 12729
Face 25304 24859 13066 24266
Face 25305 25153 23858 22988
Face 25306 29875 23959 29876
Face 25307 34830 34769 34474
Face 25308 2383 861 12913
Face 25309 34448 12827 34551
Face 25310 34025 34024 33898
Face 25311 13108 11359 11684
Face 25312 11448 13108 11684
Face 25313 11611 11678 11925
Face 25314 12539 12447 11359
Face 25315 8215 13268 13360
Face 25316 11704 11611 11925
Face 25317 12606 12696 12605
Face 25318 16499 13289 12498
Face 25319 33997 33996 33869
Face 25320 9759 9645 1659
Face 25321 13621 13620 13523
Face 25322 20125 20126 20203
Face 25323 12065 12152 12064
Face 25324 13617 13710 13616
Face 25325 12238 12237 12150
Face 25326 13143 13238 13142
Face 25327 12869 12868 12775
Face 25328 9201 8777 1121
Face 25329 12686 12776 12685
Face 25330 25405 29870 29869
Face 25331 11586 26359 26358
Face 25332 3302 12713 7172
Face 25333 10672 7785 12731
Face 25334 10457 7730 8109
Face 25335 11287 11368 12731
Face 25336 7785 11287 12731
Face 25337 23304 23248 13199
Face 25338 11287 11702 11368
Face 25339 3760 3564 3761
Face 25340 11462 8889 8171
Face 25341 3564 13004 3761
Face 25342 14786 3761 14665
Face 25343 12219 12308 12218
Face 25344 14888 14765 14766
Face 25345 13205 7730 11768
Face 25346 7003 7002 6895
Face 25347 13108 12539 11359
Face 25348 13769 11759 12447
Face 25349 12539 13769 12447
Face 25350 13769 13193 13214
Face 25351 11611 11704 11376
Face 25352 12375 11611 11376
Face 25353 19746 19747 19829
Face 25354 19663 19664 19746
Face 25355 11743 11742 11663
Face 25356 11664 11743 11663
Face 25357 11659 11738 11658
Face 25358 11194 11263 11193
Face 25359 11465 12716 11464
Face 25360 11519 11468 12717
Face 25361 14001 7068 14285
Face 25362 12716 11519 12717
Face 25363 11204 13365 13347
Face 25364 11519 13674 11468
Face 25365 13818 14430 11105
Face 25366 20659 18005 17100
Face 25367 9837 9955 9954
Face 25368 14809 13365 4742
Face 25369 13437 13532 13436
Face 25370 33376 33509 33375
Face 25371 13250 13249 13154
Face 25372 13155 13250 13154
Face 25373 22495 22589 22494
Face 25374 12428 12427 12335
Face 25375 24725 11652 24073
Face 25376 12798 12892 12911
Face 25377 11759 13769 13214
Face 25378 12375 11376 13127
Face 25379 13193 12625 12536
Face 25380 13214 13193 12536
Face 25381 11755 11675 12536
Face 25382 12625 11755 12536
Face 25383 6699 12359 34676
Face 25384 5211 11215 13651
Face 25385 33241 33240 33105
Face 25386 11215 13127 13651
Face 25387 32336 32230 32449
Face 25388 18823 16853 16775
Face 25389 11137 11199 11136
Face 25390 11344 11343 11267
Face 25391 11268 11267 11198
Face 25392 11199 11268 11198
Face 25393 30412 30483 30411
Face 25394 12331 12330 12242
Face 25395 13365 15297 13347
Face 25396 11820 11819 11736
Face 25397 9954 9836 9837
Face 25398 11852 9758 9874
Face 25399 5346 13557 11231
Face 25400 6690 11084 6691
Face 25401 29153 29152 29021
Face 25402 18546 28543 28689
Face 25403 9444 13217 7743
Face 25404 6999 11216 11217
Face 25405 631 9275 13027
Face 25406 10362 4086 6136
Face 25407 18437 19982 7811
Face 25408 11231 13557 10013
Face 25409 12296 8533 8435
Face 25410 12607 12520 12608
Face 25411 12732 13470 10697
Face 25412 9778 12732 10697
Face 25413 34784 34528 34786
Face 25414 12732 129 13470
Face 25415 4196 4067 10274
Face 25416 4067 4196 4195
Face 25417 9546 6136 4086
Face 25418 4215 9546 4086
Face 25419 1885 1886 6136
Face 25420 9546 1885 6136
Face 25421 12112 9386 1886
Face 25422 1885 12112 1886
Face 25423 12035 11784 9386
Face 25424 12112 12035 9386
Face 25425 1002 271 11784
Face 25426 12035 1002 11784
Face 25427 34478 34410 34538
Face 25428 1002 3302 271
Face 25429 7801 11786 7910
Face 25430 8017 7909 7910
Face 25431 271 9737 11784
Face 25432 5641 2901 1550
Face 25433 31267 31370 31266
Face 25434 8038 9186 64
Face 25435 16508 16346 19621
Face 25436 7777 1439 7887
Face 25437 12417 12416 12324
Face 25438 11434 20820 6012
Face 25439 13285 3042 5202
Face 25440 10305 13676 10306
Face 25441 34583 34539 34298
Face 25442 11451 11288 10001
Face 25443 11415 11414 11333
Face 25444 12089 11282 12186
Face 25445 13051 13052 13145
Face 25446 11334 11415 11333
Face 25447 12512 12511 12421
Face 25448 29022 29153 29021
Face 25449 11420 11502 11419
Face 25450 11581 11580 11501
Face 25451 11906 11907 11989
Face 25452 12074 12073 11989
Face 25453 30708 30807 30707
Face 25454 11101 11227 13019
Face 25455 31069 31068 30969
Face 25456 31476 31585 31475
Face 25457 11360 11209 11675
Face 25458 11755 11360 11675
Face 25459 9167 11845 11209
Face 25460 11360 9167 11209
Face 25461 13315 13409 13314
Face 25462 13965 10689 11851
Face 25463 11688 12847 11122
Face 25464 13504 13503 13408
Face 25465 11678 11357 11438
Face 25466 29870 25405 25439
Face 25467 14382 20646 20559
Face 25468 19643 19637 12432
Face 25469 351 4217 1455
Face 25470 12696 12786 12785
Face 25471 13607 13700 13699
Face 25472 26123 11332 11333
Face 25473 9291 10368 6924
Face 25474 29283 29282 29152
Face 25475 13401 13496 13495
Face 25476 25431 29934 29878
Face 25477 29153 29283 29152
Face 25478 2400 183 1765
Face 25479 10306 10428 10427
Face 25480 10071 10188 4086
Face 25481 59 10672 11288
Face 25482 11451 59 11288
Face 25483 12848 7785 10672
Face 25484 59 12848 10672
Face 25485 12917 11287 7785
Face 25486 12848 12917 7785
Face 25487 11763 11702 11287
Face 25488 12917 11763 11287
Face 25489 29414 29413 29282
Face 25490 34824 11527 11773
Face 25491 13205 8171 8109
Face 25492 9385 7850 12713
Face 25493 19336 19808 19802
Face 25494 21873 28887 28760
Face 25495 89 148 11440
Face 25496 13492 9840 13493
Face 25497 29471 34603 34311
Face 25498 4842 5637 6260
Face 25499 6612 29326 27746
Face 25500 29934 25431 11078
Face 25501 4087 2664 4751
Face 25502 22315 22314 22218
Face 25503 5343 10211 11295
Face 25504 25950 23610 26062
Face 25505 11425 11507 11424
Face 25506 23369 23445 25156
Face 25507 11738 11821 11737
Face 25508 11821 11820 11737
Face 25509 12155 12154 12067
Face 25510 12068 12155 12067
Face 25511 11944 13097 19299
Face 25512 15433 15432 10947
Face 25513 15432 8253 10947
Face 25514 21911 22009 22008
Face 25515 13242 13335 13241
Face 25516 13524 13523 13428
Face 25517 13187 13736 8554
Face 25518 15175 22224 10557
Face 25519 20299 22139 22140
Face 25520 12409 12408 20217
Face 25521 27392 28681 27513
Face 25522 12376 11222 12466
Face 25523 12336 12428 12335
Face 25524 11223 4853 13110
Face 25525 22602 22601 22507
Face 25526 11507 11506 11424
Face 25527 11215 12375 13127
Face 25528 22411 22508 22410
Face 25529 25404 25439 25438
Face 25530 19727 19728 19810
Face 25531 33011 18359 2561
Face 25532 31396 31397 31500
Face 25533 30109 30110 30171
Face 25534 30905 30904 30806
Face 25535 12929 15443 15726
Face 25536 22508 22602 22507
Face 25537 21641 21737 21640
Face 25538 9201 3683 7931
Face 25539 12563 2781 10018
Face 25540 12926 12563 10018
Face 25541 12416 12506 12415
Face 25542 11199 11198 11136
Face 25543 13092 11467 34833
Face 25544 15432 15294 8253
Face 25545 34591 34752 13196
Face 25546 13510 13607 13509
Face 25547 11311 11312 11392
Face 25548 22038 22135 21651
Face 25549 9954 13585 10069
Face 25550 9953 9954 10069
Face 25551 34780 34482 34498
Face 25552 13678 10187 10069
Face 25553 10550 10428 7180
Face 25554 8626 2398 8526
Face 25555 2533 13098 10428
Face 25556 8526 2398 2397
Face 25557 13280 13281 7180
Face 25558 13098 13280 7180
Face 25559 9779 9778 13281
Face 25560 13280 9779 13281
Face 25561 12351 12732 9778
Face 25562 9779 12351 9778
Face 25563 896 129 12732
Face 25564 12351 896 12732
Face 25565 9178 4215 129
Face 25566 896 9178 129
Face 25567 4468 9546 4215
Face 25568 9178 4468 4215
Face 25569 1884 1885 9546
Face 25570 4468 1884 9546
Face 25571 3830 12112 1885
Face 25572 1884 3830 1885
Face 25573 12849 12035 12112
Face 25574 3830 12849 12112
Face 25575 272 1002 12035
Face 25576 12849 272 12035
Face 25577 13669 3302 1002
Face 25578 272 13669 1002
Face 25579 774 12713 3302
Face 25580 13669 774 3302
Face 25581 8664 9385 12713
Face 25582 774 8664 12713
Face 25583 5884 6391 9385
Face 25584 8664 5884 9385
Face 25585 1762 5884 657
Face 25586 5884 1762 6391
Face 25587 9275 13032 13027
Face 25588 8416 13746 10868
Face 25589 13313 13407 13406
Face 25590 29283 29414 29282
Face 25591 89 771 8041
Face 25592 11712 11713 11794
Face 25593 7286 12992 13363
Face 25594 4187 9384 117
Face 25595 8537 8553 8314
Face 25596 29875 25435 23959
Face 25597 8641 13387 8764
Face 25598 12761 13293 9192
Face 25599 11689 9275 631
Face 25600 28548 34430 34416
Face 25601 11990 12074 11989
Face 25602 11502 11581 11501
Face 25603 13020 11101 13019
Face 25604 11077 11137 11076
Face 25605 31699 31698 31584
Face 25606 12363 12272 11227
Face 25607 7821 10447 11362
Face 25608 19728 19811 19810
Face 25609 33768 33894 33767
Face 25610 3046 12266 12539
Face 25611 13108 3046 12539
Face 25612 12266 13009 13769
Face 25613 12539 12266 13769
Face 25614 13009 13213 13193
Face 25615 30970 31069 30969
Face 25616 2665 12929 4355
Face 25617 19643 20456 20387
Face 25618 19562 19645 19644
Face 25619 9645 351 1659
Face 25620 11826 11825 11742
Face 25621 22026 22124 22025
Face 25622 3029 2749 12274
Face 25623 11020 11065 11019
Face 25624 11631 11632 11710
Face 25625 34675 34574 34689
Face 25626 34331 34764 34543
Face 25627 34648 34739 34469
Face 25628 34394 34545 34764
Face 25629 11766 11451 11781
Face 25630 981 11766 11781
Face 25631 8457 59 11451
Face 25632 11766 8457 11451
Face 25633 7185 12848 59
Face 25634 8457 7185 59
Face 25635 13754 12917 12848
Face 25636 7185 13754 12848
Face 25637 13024 11763 12917
Face 25638 13754 13024 12917
Face 25639 13024 13283 11541
Face 25640 11763 13024 11541
Face 25641 12909 7694 13570
Face 25642 3931 5385 8568
Face 25643 11504 11503 11420
Face 25644 13094 13664 13185
Face 25645 34668 11467 34638
Face 25646 3189 10742 12204
Face 25647 13769 13009 13193
Face 25648 13213 12624 12625
Face 25649 2665 4355 7740
Face 25650 13193 13213 12625
Face 25651 12466 5343 11295
Face 25652 12806 3046 34584
Face 25653 11137 11136 11076
Face 25654 14370 2383 14488
Face 25655 11902 11901 11820
Face 25656 21011 20785 25223
Face 25657 11580 11658 11579
Face 25658 11821 11902 11820
Face 25659 13241 13334 13240
Face 25660 12242 12241 12154
Face 25661 11577 11655 11576
Face 25662 13428 13427 13333
Face 25663 11655 11734 11654
Face 25664 11734 11733 11654
Face 25665 13429 13428 13334
Face 25666 13335 13429 13334
Face 25667 13146 13147 13241
Face 25668 13335 13334 13241
Face 25669 12871 12963 12870
Face 25670 12963 13053 13052
Face 25671 11901 11984 11900
Face 25672 11984 12068 11983
Face 25673 11339 11338 11262
Face 25674 11902 11985 11901
Face 25675 11268 11344 11267
Face 25676 11425 11424 11343
Face 25677 13484 12343 18838
Face 25678 12414 24680 12322
Face 25679 259 20298 14769
Face 25680 9647 7740 14769
Face 25681 12624 11840 11755
Face 25682 12625 12624 11755
Face 25683 11441 11360 11755
Face 25684 11840 11441 11755
Face 25685 20298 259 22595
Face 25686 22596 20298 22595
Face 25687 17526 17441 17527
Face 25688 20298 14768 14769
Face 25689 4339 11362 9620
Face 25690 10567 7926 8032
Face 25691 3694 5203 13738
Face 25692 4473 2362 19595
Face 25693 21001 21002 6836
Face 25694 20725 19356 22605
Face 25695 10915 10794 10916
Face 25696 4083 10189 13584
Face 25697 9954 9955 13585
Face 25698 6888 11146 6789
Face 25699 13586 13679 13678
Face 25700 13585 13586 13678
Face 25701 13679 13774 13773
Face 25702 13678 13679 13773
Face 25703 2402 2533 13773
Face 25704 13774 2402 13773
Face 25705 13028 13098 2533
Face 25706 2402 13028 2533
Face 25707 13218 13280 13098
Face 25708 13028 13218 13098
Face 25709 9777 9779 13280
Face 25710 13218 9777 13280
Face 25711 3047 12351 9779
Face 25712 9777 3047 9779
Face 25713 10994 896 12351
Face 25714 3047 10994 12351
Face 25715 7489 9178 896
Face 25716 10994 7489 896
Face 25717 10853 4468 9178
Face 25718 7489 10853 9178
Face 25719 4081 1884 4468
Face 25720 10853 4081 4468
Face 25721 8346 3830 1884
Face 25722 4081 8346 1884
Face 25723 12756 12849 3830
Face 25724 8346 12756 3830
Face 25725 175 272 12849
Face 25726 12756 175 12849
Face 25727 9394 13669 272
Face 25728 175 9394 272
Face 25729 13397 774 13669
Face 25730 9394 13397 13669
Face 25731 8562 8664 774
Face 25732 13397 8562 774
Face 25733 6507 5884 8664
Face 25734 8562 6507 8664
Face 25735 34707 34562 34520
Face 25736 6507 657 5884
Face 25737 12201 12740 11850
Face 25738 7810 3054 8131
Face 25739 9275 11384 13032
Face 25740 11384 11928 11948
Face 25741 10960 7389 6817
Face 25742 11393 11476 11475
Face 25743 34755 34489 34442
Face 25744 11312 11393 11392
Face 25745 98 13379 3435
Face 25746 12932 98 3435
Face 25747 2776 1571 9557
Face 25748 13387 2776 9557
Face 25749 8036 7384 13673
Face 25750 11314 11395 11313
Face 25751 8849 11384 9275
Face 25752 9843 13402 13401
Face 25753 29870 25439 25404
Face 25754 9630 9631 10967
Face 25755 11101 12363 11227
Face 25756 11507 11587 11506
Face 25757 29545 29544 29413
Face 25758 10886 22228 886
Face 25759 1782 9167 11360
Face 25760 11441 1782 11360
Face 25761 11932 11851 1782
Face 25762 1782 11851 9167
Face 25763 13409 13504 13408
Face 25764 13504 13601 13600
Face 25765 14908 20725 14907
Face 25766 4710 21484 21091
Face 25767 12466 11295 12729
Face 25768 13572 12466 12729
Face 25769 13425 13424 13330
Face 25770 29827 11652 29828
Face 25771 14665 16028 12549
Face 25772 12457 12811 10125
Face 25773 11792 11793 11873
Face 25774 11553 11554 11631
Face 25775 11621 12735 11770
Face 25776 13872 13871 24751
Face 25777 9401 981 12735
Face 25778 11621 9401 12735
Face 25779 11687 11766 981
Face 25780 9401 11687 981
Face 25781 12734 8457 11766
Face 25782 11687 12734 11766
Face 25783 1758 7185 8457
Face 25784 12734 1758 8457
Face 25785 2768 13754 7185
Face 25786 1758 2768 7185
Face 25787 2768 11450 13024
Face 25788 13754 2768 13024
Face 25789 11450 11785 13283
Face 25790 13024 11450 13283
Face 25791 34460 34426 34778
Face 25792 34456 34301 34488
Face 25793 31712 31824 31711
Face 25794 12925 13018 12808
Face 25795 19677 19673 19635
Face 25796 12234 24680 24398
Face 25797 18484 18337 17878
Face 25798 9521 13277 4725
Face 25799 28406 28272 34287
Face 25800 23421 24130 24028
Face 25801 14506 12348 12261
Face 25802 17080 17170 17169
Face 25803 12969 12970 13059
Face 25804 973 16386 11011
Face 25805 22301 22302 22397
Face 25806 12427 12517 12426
Face 25807 12243 12331 12242
Face 25808 11985 11984 11901
Face 25809 11419 11501 11418
Face 25810 11580 11579 11500
Face 25811 13713 3821 13712
Face 25812 13334 13428 13333
Face 25813 29406 29015 14550
Face 25814 33888 33887 33761
Face 25815 12239 12238 12151
Face 25816 12152 12239 12151
Face 25817 12239 12327 12238
Face 25818 12327 12326 12238
Face 25819 12327 12419 12326
Face 25820 12419 12418 12326
Face 25821 13523 13522 13427
Face 25822 13428 13523 13427
Face 25823 11820 11901 11819
Face 25824 12068 12067 11983
Face 25825 12069 12068 11984
Face 25826 11985 12069 11984
Face 25827 11344 11425 11343
Face 25828 12156 12155 12068
Face 25829 24725 29828 11652
Face 25830 22421 15175 21095
Face 25831 14768 9647 14769
Face 25832 5341 12563 12926
Face 25833 13710 13709 13616
Face 25834 18133 17456 40
Face 25835 11509 26128 26245
Face 25836 11111 11112 11174
Face 25837 30020 30082 30081
Face 25838 32371 32372 32483
Face 25839 12940 4710 21091
Face 25840 18174 18173 20462
Face 25841 12878 12970 12877
Face 25842 12970 13060 13059
Face 25843 12695 12694 12604
Face 25844 12517 12605 12516
Face 25845 12371 13168 13262
Face 25846 20529 13479 14908
Face 25847 12504 22756 12414
Face 25848 34287 29067 28406
Face 25849 11490 11568 11489
Face 25850 9955 13586 13585
Face 25851 13587 13680 13679
Face 25852 13586 13587 13679
Face 25853 13680 13775 13774
Face 25854 13679 13680 13774
Face 25855 2531 2402 13774
Face 25856 13775 2531 13774
Face 25857 12934 13028 2402
Face 25858 2531 12934 2402
Face 25859 13085 13218 13028
Face 25860 12934 13085 13028
Face 25861 13295 9777 13218
Face 25862 13085 13295 13218
Face 25863 13306 3047 9777
Face 25864 13295 13306 9777
Face 25865 5629 10994 3047
Face 25866 13306 5629 3047
Face 25867 7604 7489 10994
Face 25868 5629 7604 10994
Face 25869 7629 10853 7489
Face 25870 7604 7629 7489
Face 25871 4209 4081 10853
Face 25872 7629 4209 10853
Face 25873 7575 8346 4081
Face 25874 4209 7575 4081
Face 25875 5375 12756 8346
Face 25876 7575 5375 8346
Face 25877 285 175 12756
Face 25878 5375 285 12756
Face 25879 12936 9394 175
Face 25880 285 12936 175
Face 25881 12461 13397 9394
Face 25882 12936 12461 9394
Face 25883 4474 8562 13397
Face 25884 12461 4474 13397
Face 25885 150 6507 8562
Face 25886 4474 150 8562
Face 25887 4447 657 6507
Face 25888 15712 15855 15711
Face 25889 27219 34567 34337
Face 25890 6507 150 4447
Face 25891 5468 9302 12191
Face 25892 9302 9070 12191
Face 25893 11392 11393 11475
Face 25894 11476 11554 11553
Face 25895 4073 7508 11941
Face 25896 11713 11795 11794
Face 25897 11937 12022 13379
Face 25898 98 11937 13379
Face 25899 10123 11677 1571
Face 25900 12378 6260 13104
Face 25901 34662 34460 34526
Face 25902 29414 29545 29413
Face 25903 13416 13511 13415
Face 25904 5385 3931 15682
Face 25905 7339 7338 7232
Face 25906 12323 12415 12322
Face 25907 12785 12878 12784
Face 25908 22561 19666 3378
Face 25909 15580 12560 3049
Face 25910 12630 2644 19721
Face 25911 32601 32600 32483
Face 25912 31989 31988 31881
Face 25913 30663 30662 30568
Face 25914 12806 12356 12266
Face 25915 11448 34584 13108
Face 25916 12356 12188 13009
Face 25917 22309 22405 22404
Face 25918 12266 12356 13009
Face 25919 3461 15954 12147
Face 25920 22212 22213 22308
Face 25921 25272 11673 25271
Face 25922 12363 12545 13572
Face 25923 8778 10465 13189
Face 25924 20281 19635 7916
Face 25925 10362 6136 62
Face 25926 11324 11323 11248
Face 25927 11544 11621 11853
Face 25928 8475 3170 34783
Face 25929 13201 9401 11621
Face 25930 11544 13201 11621
Face 25931 13565 11687 9401
Face 25932 13201 13565 9401
Face 25933 13764 12734 11687
Face 25934 13565 13764 11687
Face 25935 10934 1758 12734
Face 25936 13764 10934 12734
Face 25937 2639 2768 1758
Face 25938 10934 2639 1758
Face 25939 2639 7670 11450
Face 25940 2768 2639 11450
Face 25941 7670 13282 11785
Face 25942 11450 7670 11785
Face 25943 11695 11616 11785
Face 25944 13282 11695 11785
Face 25945 13406 13501 13500
Face 25946 13783 13782 13687
Face 25947 12504 12593 12592
Face 25948 12927 12537 10452
Face 25949 12415 12505 12414
Face 25950 19644 17260 19562
Face 25951 12188 13192 13213
Face 25952 13009 12188 13213
Face 25953 13192 12900 12624
Face 25954 20465 21379 21377
Face 25955 20464 20465 21377
Face 25956 11635 11714 11634
Face 25957 12970 12969 12877
Face 25958 7800 7801 7910
Face 25959 12785 12784 12694
Face 25960 12331 12423 12330
Face 25961 12423 12422 12330
Face 25962 11658 11657 11579
Face 25963 11501 11580 11500
Face 25964 3821 10615 2121
Face 25965 10615 9299 2121
Face 25966 8017 7910 11786
Face 25967 32400 32511 32510
Face 25968 9513 10446 12809
Face 25969 26189 25563 34426
Face 25970 12151 12150 12063
Face 25971 12064 12151 12063
Face 25972 11189 11188 11126
Face 25973 11127 11189 11126
Face 25974 24586 11349 29820
Face 25975 13620 13619 13522
Face 25976 7583 10447 7821
Face 25977 11984 11983 11900
Face 25978 11338 11419 11337
Face 25979 11501 11500 11418
Face 25980 12069 12156 12068
Face 25981 12513 12512 12422
Face 25982 12376 12466 13572
Face 25983 20738 20827 21104
Face 25984 34593 12918 11383
Face 25985 12335 12427 12334
Face 25986 13037 14976 20531
Face 25987 19677 20465 19673
Face 25988 13213 13192 12624
Face 25989 12900 11839 11840
Face 25990 12624 12900 11840
Face 25991 11520 11441 11840
Face 25992 21738 21835 21834
Face 25993 21379 14976 13037
Face 25994 14976 20532 20531
Face 25995 22219 22218 22123
Face 25996 8314 9631 9630
Face 25997 218 5385 15826
Face 25998 21937 22237 22235
Face 25999 13154 13249 13153
Face 26000 6789 6790 6890
Face 26001 29677 29676 29544
Face 26002 13588 13587 13491
Face 26003 13492 13588 13491
Face 26004 13588 13681 13680
Face 26005 13587 13588 13680
Face 26006 13681 13776 13775
Face 26007 13680 13681 13775
Face 26008 2662 2531 13775
Face 26009 13776 2662 13775
Face 26010 280 12934 2531
Face 26011 2662 280 2531
Face 26012 13026 13085 12934
Face 26013 280 13026 12934
Face 26014 13290 13295 13085
Face 26015 13026 13290 13085
Face 26016 12093 13306 13295
Face 26017 13290 12093 13295
Face 26018 5753 5629 13306
Face 26019 12093 5753 13306
Face 26020 9289 7604 5629
Face 26021 5753 9289 5629
Face 26022 7050 7629 7604
Face 26023 9289 7050 7604
Face 26024 2911 4209 7629
Face 26025 7050 2911 7629
Face 26026 4992 7575 4209
Face 26027 2911 4992 4209
Face 26028 2515 5375 7575
Face 26029 4992 2515 7575
Face 26030 639 285 5375
Face 26031 2515 639 5375
Face 26032 9393 12936 285
Face 26033 639 9393 285
Face 26034 13 12461 12936
Face 26035 9393 13 12936
Face 26036 8465 4474 12461
Face 26037 13 8465 12461
Face 26038 6534 150 4474
Face 26039 8465 6534 4474
Face 26040 10619 13481 7622
Face 26041 5904 10996 8836
Face 26042 2257 1989 13176
Face 26043 9302 12931 9757
Face 26044 12485 12484 12394
Face 26045 7622 8641 3053
Face 26046 11475 11476 11553
Face 26047 11554 11632 11631
Face 26048 5495 11363 152
Face 26049 123 5471 13784
Face 26050 12838 5468 12022
Face 26051 11937 12838 12022
Face 26052 10123 12378 11677
Face 26053 6260 3193 13104
Face 26054 29545 29677 29544
Face 26055 29808 29807 29676
Face 26056 14252 14983 4941
Face 26057 7508 10496 11941
Face 26058 11361 7821 11362
Face 26059 12591 24294 12592
Face 26060 20461 21370 21369
Face 26061 12149 12236 12148
Face 26062 16991 16992 19495
Face 26063 31266 31369 31265
Face 26064 11839 11520 11840
Face 26065 22124 22123 22025
Face 26066 9313 1782 11441
Face 26067 11520 9313 11441
Face 26068 13895 11932 12387
Face 26069 9313 11932 1782
Face 26070 13601 13694 13693
Face 26071 1550 3937 1118
Face 26072 988 15580 3049
Face 26073 21737 21738 21834
Face 26074 10553 9898 8989
Face 26075 9045 13556 22598
Face 26076 33917 31652 34175
Face 26077 12505 12593 12504
Face 26078 6629 1673 10496
Face 26079 13557 5346 12838
Face 26080 11545 11544 11936
Face 26081 34795 34783 34571
Face 26082 9500 13201 11544
Face 26083 11545 9500 11544
Face 26084 13658 13565 13201
Face 26085 9500 13658 13201
Face 26086 12374 13764 13565
Face 26087 13658 12374 13565
Face 26088 415 10934 13764
Face 26089 12374 415 13764
Face 26090 11848 2639 10934
Face 26091 415 11848 10934
Face 26092 11848 11211 7670
Face 26093 2639 11848 7670
Face 26094 11211 13111 13282
Face 26095 7670 11211 13282
Face 26096 11777 11695 13282
Face 26097 13111 11777 13282
Face 26098 29677 29808 29676
Face 26099 30022 30084 30083
Face 26100 10452 9673 3571
Face 26101 11972 11971 11887
Face 26102 13293 2771 9192
Face 26103 12683 12682 12592
Face 26104 27332 27450 27998
Face 26105 13503 13504 13600
Face 26106 21931 21930 21834
Face 26107 21835 21931 21834
Face 26108 22029 22028 21930
Face 26109 14674 11936 11853
Face 26110 11504 11422 11505
Face 26111 12593 12683 12592
Face 26112 11936 14674 13860
Face 26113 13457 9538 9424
Face 26114 11547 11625 7687
Face 26115 10001 11288 9649
Face 26116 4355 10472 7819
Face 26117 11421 11422 11420
Face 26118 11436 12086 13747
Face 26119 7460 11469 7573
Face 26120 7351 31989 7242
Face 26121 23642 13388 12852
Face 26122 17571 18628 17547
Face 26123 31989 7351 7350
Face 26124 34372 34646 34328
Face 26125 34448 34551 22040
Face 26126 13495 9957 13401
Face 26127 33808 34759 32301
Face 26128 8533 12296 8632
Face 26129 12208 12297 12296
Face 26130 15802 13310 9844
Face 26131 9432 9169 13767
Face 26132 30454 24425 22706
Face 26133 12423 12513 12422
Face 26134 12416 12415 12323
Face 26135 15449 14787 14308
Face 26136 12601 12600 12512
Face 26137 32565 32564 32447
Face 26138 11989 12073 11988
Face 26139 21377 21379 13037
Face 26140 12605 12604 12516
Face 26141 9302 5346 12931
Face 26142 21931 22029 21930
Face 26143 6686 33411 6687
Face 26144 32955 32954 32822
Face 26145 31373 31372 31269
Face 26146 31270 31373 31269
Face 26147 22127 22126 22028
Face 26148 22029 22127 22028
Face 26149 13223 13128 13224
Face 26150 22834 14766 14765
Face 26151 7704 7705 10846
Face 26152 13367 13366 13275
Face 26153 12773 12772 12682
Face 26154 9407 2377 13277
Face 26155 13589 13588 13492
Face 26156 13493 13589 13492
Face 26157 13589 13682 13681
Face 26158 13588 13589 13681
Face 26159 13682 13777 13776
Face 26160 13681 13682 13776
Face 26161 9773 2662 13776
Face 26162 13777 9773 13776
Face 26163 11042 280 2662
Face 26164 9773 11042 2662
Face 26165 13022 13026 280
Face 26166 11042 13022 280
Face 26167 13302 13290 13026
Face 26168 13022 13302 13026
Face 26169 891 12093 13290
Face 26170 13302 891 13290
Face 26171 1781 5753 12093
Face 26172 891 1781 12093
Face 26173 7715 9289 5753
Face 26174 1781 7715 5753
Face 26175 9547 7050 9289
Face 26176 7715 9547 9289
Face 26177 2912 2911 7050
Face 26178 9547 2912 7050
Face 26179 11372 4992 2911
Face 26180 2912 11372 2911
Face 26181 12757 2515 4992
Face 26182 11372 12757 4992
Face 26183 220 639 2515
Face 26184 12757 220 2515
Face 26185 12937 9393 639
Face 26186 220 12937 639
Face 26187 6674 13 9393
Face 26188 12937 6674 9393
Face 26189 5502 8465 13
Face 26190 6674 5502 13
Face 26191 5755 6534 8465
Face 26192 5502 5755 8465
Face 26193 10619 7622 3052
Face 26194 5755 4841 286
Face 26195 9070 9302 9757
Face 26196 13190 11539 9757
Face 26197 12304 12395 12394
Face 26198 12303 12304 12394
Face 26199 8764 10926 2382
Face 26200 2511 8764 2382
Face 26201 11677 11598 270
Face 26202 9557 13386 10926
Face 26203 5346 9302 5468
Face 26204 12838 5346 5468
Face 26205 2776 10123 1571
Face 26206 12378 13104 11677
Face 26207 16859 18064 29807
Face 26208 11170 11239 11238
Face 26209 13610 13703 13702
Face 26210 3947 13018 12925
Face 26211 29808 16859 29807
Face 26212 9759 1659 5507
Face 26213 4725 13299 9520
Face 26214 34664 34431 34592
Face 26215 20042 20124 20123
Face 26216 2917 7810 9164
Face 26217 34666 34452 34441
Face 26218 11444 11445 12360
Face 26219 32983 33117 32982
Face 26220 30413 30412 30345
Face 26221 11356 12356 12806
Face 26222 3170 11356 12806
Face 26223 11356 13195 12188
Face 26224 12356 11356 12188
Face 26225 14208 15719 20810
Face 26226 27628 29613 26450
Face 26227 14873 182 12765
Face 26228 17266 17637 2423
Face 26229 8844 12479 12569
Face 26230 13154 13153 13059
Face 26231 12562 13557 12838
Face 26232 12488 12489 12577
Face 26233 25563 26559 25985
Face 26234 34602 34829 34727
Face 26235 13216 9500 11545
Face 26236 12476 13216 11545
Face 26237 11530 13658 9500
Face 26238 13216 11530 9500
Face 26239 12464 12374 13658
Face 26240 11530 12464 13658
Face 26241 2909 415 12374
Face 26242 12464 2909 12374
Face 26243 11930 11848 415
Face 26244 2909 11930 415
Face 26245 11930 9397 11211
Face 26246 11848 11930 11211
Face 26247 9397 13017 13111
Face 26248 11211 9397 13111
Face 26249 23248 23192 23193
Face 26250 4325 10518 4195
Face 26251 12439 11852 9874
Face 26252 10518 4325 10638
Face 26253 7810 8131 9164
Face 26254 12489 12578 12577
Face 26255 12683 12773 12682
Face 26256 12866 12865 12772
Face 26257 13195 13120 13192
Face 26258 12188 13195 13192
Face 26259 13120 12991 12900
Face 26260 13192 13120 12900
Face 26261 18943 6529 26184
Face 26262 11146 214 11085
Face 26263 11387 11470 11469
Face 26264 34759 33808 34678
Face 26265 11470 11548 11547
Face 26266 11469 11470 11547
Face 26267 11548 11626 11625
Face 26268 11547 11548 11625
Face 26269 11625 11626 7801
Face 26270 7801 11705 11786
Face 26271 11705 11787 11786
Face 26272 13590 13493 9956
Face 26273 11787 11868 11867
Face 26274 11786 11787 11867
Face 26275 11868 11952 11951
Face 26276 11867 11868 11951
Face 26277 11952 12037 12036
Face 26278 11951 11952 12036
Face 26279 12037 12124 12123
Face 26280 12036 12037 12123
Face 26281 12124 12209 12208
Face 26282 12123 12124 12208
Face 26283 12209 12298 12297
Face 26284 12208 12209 12297
Face 26285 214 6788 6691
Face 26286 12773 12866 12772
Face 26287 12958 12957 12865
Face 26288 12866 12958 12865
Face 26289 22021 22020 21922
Face 26290 11205 10692 8538
Face 26291 11296 4598 13670
Face 26292 13048 13047 12957
Face 26293 12517 12516 12426
Face 26294 11270 11269 11200
Face 26295 29825 29824 22996
Face 26296 13690 13785 13689
Face 26297 12991 11921 11839
Face 26298 12900 12991 11839
Face 26299 11599 11520 11839
Face 26300 11921 11599 11839
Face 26301 28685 26450 6529
Face 26302 12563 5341 34593
Face 26303 11966 12051 11965
Face 26304 11201 11200 11138
Face 26305 8273 1635 8170
Face 26306 34806 34330 34417
Face 26307 11316 11315 11240
Face 26308 9424 7607 7488
Face 26309 13590 13589 13493
Face 26310 34783 34475 34531
Face 26311 13590 13683 13682
Face 26312 13589 13590 13682
Face 26313 13778 13777 13682
Face 26314 13683 13778 13682
Face 26315 13778 106 9773
Face 26316 13777 13778 9773
Face 26317 13029 11042 9773
Face 26318 106 13029 9773
Face 26319 13003 13022 11042
Face 26320 13029 13003 11042
Face 26321 2403 13302 13022
Face 26322 13003 2403 13022
Face 26323 10866 891 13302
Face 26324 2403 10866 13302
Face 26325 5880 1781 891
Face 26326 10866 5880 891
Face 26327 3957 7715 1781
Face 26328 5880 3957 1781
Face 26329 7938 9547 7715
Face 26330 3957 7938 7715
Face 26331 4337 2912 9547
Face 26332 7938 4337 9547
Face 26333 11849 11372 2912
Face 26334 4337 11849 2912
Face 26335 12758 12757 11372
Face 26336 11849 12758 11372
Face 26337 321 220 12757
Face 26338 12758 321 12757
Face 26339 9531 12937 220
Face 26340 321 9531 220
Face 26341 8724 6674 12937
Face 26342 9531 8724 12937
Face 26343 1233 5502 6674
Face 26344 8724 1233 6674
Face 26345 104 5755 5502
Face 26346 1233 104 5502
Face 26347 16603 4806 286
Face 26348 104 4841 5755
Face 26349 12931 13190 9757
Face 26350 5526 13674 11305
Face 26351 12215 12304 12303
Face 26352 12214 12215 12303
Face 26353 8764 9557 10926
Face 26354 1571 270 13386
Face 26355 11393 11394 11476
Face 26356 11477 11555 11554
Face 26357 5346 11231 12931
Face 26358 13190 13189 10465
Face 26359 6629 3053 1673
Face 26360 8641 8764 2511
Face 26361 11169 11170 11238
Face 26362 11314 11313 11238
Face 26363 10496 1673 12627
Face 26364 2511 2382 2257
Face 26365 12791 23129 23128
Face 26366 120 9759 5507
Face 26367 12573 12574 12663
Face 26368 11941 10496 12026
Face 26369 17039 33430 17424
Face 26370 1673 2511 2257
Face 26371 24694 24695 24830
Face 26372 13199 23362 23304
Face 26373 12538 9313 11520
Face 26374 11599 12538 11520
Face 26375 13895 12387 12385
Face 26376 12538 12387 9313
Face 26377 13789 13788 13693
Face 26378 13600 13601 13693
Face 26379 32957 32956 32824
Face 26380 21323 23514 21415
Face 26381 12958 13048 12957
Face 26382 11139 11138 11078
Face 26383 7182 9402 120
Face 26384 2123 16568 3432
Face 26385 34689 34681 34480
Face 26386 12107 14385 11228
Face 26387 12477 12476 12107
Face 26388 12193 12477 12107
Face 26389 13476 13216 12476
Face 26390 12477 13476 12476
Face 26391 11609 11530 13216
Face 26392 13476 11609 13216
Face 26393 12283 12464 11530
Face 26394 11609 12283 11530
Face 26395 12203 2909 12464
Face 26396 12283 12203 12464
Face 26397 12738 11930 2909
Face 26398 12203 12738 2909
Face 26399 12738 11526 9397
Face 26400 11930 12738 9397
Face 26401 11526 13016 13017
Face 26402 9397 11526 13017
Face 26403 11943 5019 15323
Face 26404 12291 13016 11526
Face 26405 9758 9502 4466
Face 26406 9874 9758 4466
Face 26407 13407 13502 13501
Face 26408 3170 8475 11356
Face 26409 13142 13141 13047
Face 26410 10394 2667 1231
Face 26411 21265 21264 18064
Face 26412 10192 10241 7738
Face 26413 2529 7830 5637
Face 26414 29077 28421 23276
Face 26415 11307 11388 11387
Face 26416 13048 13142 13047
Face 26417 11388 11471 11470
Face 26418 11387 11388 11470
Face 26419 11471 11549 11548
Face 26420 11470 11471 11548
Face 26421 11549 11627 11626
Face 26422 11548 11549 11626
Face 26423 11627 11706 11705
Face 26424 11626 11627 11705
Face 26425 11706 11788 11787
Face 26426 11705 11706 11787
Face 26427 11788 11869 11868
Face 26428 11787 11788 11868
Face 26429 11869 11953 11952
Face 26430 11868 11869 11952
Face 26431 11953 12038 12037
Face 26432 11952 11953 12037
Face 26433 12038 12125 12124
Face 26434 12037 12038 12124
Face 26435 12125 12210 12209
Face 26436 12124 12125 12209
Face 26437 12210 12299 12298
Face 26438 12209 12210 12298
Face 26439 12299 12390 12389
Face 26440 12298 12299 12389
Face 26441 12480 12479 12389
Face 26442 12390 12480 12389
Face 26443 26559 25563 18553
Face 26444 12480 12569 12479
Face 26445 30529 30528 25677
Face 26446 34550 34759 34521
Face 26447 11201 11270 11200
Face 26448 11056 11057 11116
Face 26449 7850 9385 7382
Face 26450 29837 29836 29825
Face 26451 13197 2782 5641
Face 26452 2901 10585 1550
Face 26453 19632 19633 19716
Face 26454 1762 2145 5253
Face 26455 11323 11322 11247
Face 26456 7583 7821 13772
Face 26457 11427 11426 11345
Face 26458 11346 11345 11269
Face 26459 20126 20204 20203
Face 26460 30278 30345 30277
Face 26461 9842 9843 13401
Face 26462 11147 6891 6790
Face 26463 6874 9729 8266
Face 26464 8266 24637 6874
Face 26465 13684 13683 13590
Face 26466 13591 13684 13590
Face 26467 13779 13778 13683
Face 26468 13684 13779 13683
Face 26469 13779 4062 106
Face 26470 13778 13779 106
Face 26471 8773 13029 106
Face 26472 4062 8773 106
Face 26473 12928 13003 13029
Face 26474 8773 12928 13029
Face 26475 5345 2403 13003
Face 26476 12928 5345 13003
Face 26477 13211 10866 2403
Face 26478 5345 13211 2403
Face 26479 1085 5880 10866
Face 26480 13211 1085 10866
Face 26481 3828 3957 5880
Face 26482 1085 3828 5880
Face 26483 7920 7938 3957
Face 26484 3828 7920 3957
Face 26485 4465 4337 7938
Face 26486 7920 4465 7938
Face 26487 13025 11849 4337
Face 26488 4465 13025 4337
Face 26489 13007 12758 11849
Face 26490 13025 13007 11849
Face 26491 2495 321 12758
Face 26492 13007 2495 12758
Face 26493 9646 9531 321
Face 26494 2495 9646 321
Face 26495 645 8724 9531
Face 26496 9646 645 9531
Face 26497 10627 1233 8724
Face 26498 645 10627 8724
Face 26499 5883 104 1233
Face 26500 10627 5883 1233
Face 26501 12556 14867 10011
Face 26502 5883 3431 104
Face 26503 13190 10622 11539
Face 26504 2025 3831 1001
Face 26505 12130 12215 12214
Face 26506 12129 12130 12214
Face 26507 9557 1571 13386
Face 26508 1571 11677 270
Face 26509 11312 11313 11393
Face 26510 11394 11477 11476
Face 26511 123 9730 5471
Face 26512 13011 12933 7919
Face 26513 7890 8772 7012
Face 26514 9730 13011 7919
Face 26515 11239 11314 11238
Face 26516 11395 11478 11394
Face 26517 10000 9743 10123
Face 26518 4842 6260 12378
Face 26519 10672 12731 7389
Face 26520 21827 21826 21729
Face 26521 12022 5468 12108
Face 26522 12395 12485 12394
Face 26523 11480 11558 11479
Face 26524 11636 11635 11557
Face 26525 8434 8435 8533
Face 26526 13237 13236 13141
Face 26527 31070 31169 31069
Face 26528 21462 21937 20384
Face 26529 25324 25317 23005
Face 26530 30346 30413 30345
Face 26531 31477 31476 31372
Face 26532 12397 12487 12486
Face 26533 33494 33493 33360
Face 26534 30484 30483 30412
Face 26535 29838 29837 29825
Face 26536 12018 9320 14541
Face 26537 29151 29150 29019
Face 26538 11139 11201 11138
Face 26539 7382 9385 6391
Face 26540 8145 8038 282
Face 26541 11157 11228 14066
Face 26542 2917 9164 5381
Face 26543 12922 12477 12193
Face 26544 12281 12922 12193
Face 26545 13372 13476 12477
Face 26546 12922 13372 12477
Face 26547 13469 11609 13476
Face 26548 13372 13469 13476
Face 26549 12282 12283 11609
Face 26550 13469 12282 11609
Face 26551 12830 12203 12283
Face 26552 12282 12830 12283
Face 26553 12830 12388 12738
Face 26554 12203 12830 12738
Face 26555 12388 11447 11526
Face 26556 12738 12388 11526
Face 26557 11540 5019 12291
Face 26558 11447 12291 11526
Face 26559 13489 13488 9755
Face 26560 9730 7919 5471
Face 26561 9502 2256 4728
Face 26562 12842 13271 13272
Face 26563 3552 1318 6407
Face 26564 2273 3048 5002
Face 26565 13457 7488 13763
Face 26566 16859 21265 18064
Face 26567 11451 10001 11781
Face 26568 10702 9521 9520
Face 26569 17424 33430 11232
Face 26570 16832 21263 17194
Face 26571 11308 11389 11388
Face 26572 11307 11308 11388
Face 26573 11389 11472 11471
Face 26574 11388 11389 11471
Face 26575 11472 11550 11549
Face 26576 11471 11472 11549
Face 26577 11550 11628 11627
Face 26578 11549 11550 11627
Face 26579 11628 11707 11706
Face 26580 11627 11628 11706
Face 26581 11707 11789 11788
Face 26582 11706 11707 11788
Face 26583 11789 11870 11869
Face 26584 11788 11789 11869
Face 26585 11870 11954 11953
Face 26586 11869 11870 11953
Face 26587 11954 12039 12038
Face 26588 11953 11954 12038
Face 26589 12039 12126 12125
Face 26590 12038 12039 12125
Face 26591 12126 12211 12210
Face 26592 12125 12126 12210
Face 26593 12211 12300 12299
Face 26594 12210 12211 12299
Face 26595 12300 12391 12390
Face 26596 12299 12300 12390
Face 26597 12481 12480 12390
Face 26598 12391 12481 12390
Face 26599 12570 12569 12480
Face 26600 12481 12570 12480
Face 26601 1417 5751 5752
Face 26602 12570 12660 12569
Face 26603 22044 21665 22426
Face 26604 11767 11301 12847
Face 26605 12842 13196 34752
Face 26606 8433 8434 8533
Face 26607 8475 11431 11356
Face 26608 12806 34584 34571
Face 26609 11431 12750 13195
Face 26610 11356 11431 13195
Face 26611 11438 13477 11518
Face 26612 25738 25739 23442
Face 26613 15479 11043 11449
Face 26614 13477 11043 11302
Face 26615 30412 30411 30344
Face 26616 11509 11508 11426
Face 26617 13495 13494 9957
Face 26618 8038 8037 3573
Face 26619 13495 13592 13591
Face 26620 13494 13495 13591
Face 26621 13685 13684 13591
Face 26622 13592 13685 13591
Face 26623 13780 13779 13684
Face 26624 13685 13780 13684
Face 26625 9079 4062 13779
Face 26626 13780 9079 13779
Face 26627 9667 8773 4062
Face 26628 9079 9667 4062
Face 26629 12923 12928 8773
Face 26630 9667 12923 8773
Face 26631 11865 5345 12928
Face 26632 12923 11865 12928
Face 26633 2904 13211 5345
Face 26634 11865 2904 5345
Face 26635 1084 1085 13211
Face 26636 2904 1084 13211
Face 26637 13662 3828 1085
Face 26638 1084 13662 1085
Face 26639 1878 7920 3828
Face 26640 13662 1878 3828
Face 26641 4596 4465 7920
Face 26642 1878 4596 7920
Face 26643 60 13025 4465
Face 26644 4596 60 4465
Face 26645 13006 13007 13025
Face 26646 60 13006 13025
Face 26647 279 2495 13007
Face 26648 13006 279 13007
Face 26649 12121 9646 2495
Face 26650 279 12121 2495
Face 26651 9880 645 9646
Face 26652 12121 9880 9646
Face 26653 2645 10627 645
Face 26654 9880 2645 645
Face 26655 1679 5883 10627
Face 26656 2645 1679 10627
Face 26657 16284 16444 3930
Face 26658 1679 7184 5883
Face 26659 12131 12216 12215
Face 26660 10926 893 2381
Face 26661 11874 11958 11957
Face 26662 11873 11874 11957
Face 26663 13104 12640 11598
Face 26664 11677 13104 11598
Face 26665 11237 11238 11312
Face 26666 11313 11394 11393
Face 26667 13011 7890 7012
Face 26668 12933 13011 7012
Face 26669 12044 12045 12131
Face 26670 12132 12217 12216
Face 26671 11478 11556 11555
Face 26672 11477 11478 11555
Face 26673 420 10000 2776
Face 26674 9743 12378 10123
Face 26675 34678 33808 34830
Face 26676 13599 13598 13501
Face 26677 3183 9743 10000
Face 26678 13576 3183 10000
Face 26679 11558 11636 11557
Face 26680 11715 11714 11635
Face 26681 11262 11261 11192
Face 26682 11786 11867 8017
Face 26683 5364 5365 6903
Face 26684 9886 12731 10567
Face 26685 12684 12683 12593
Face 26686 11538 13283 11460
Face 26687 13142 13237 13141
Face 26688 432 20622 20711
Face 26689 14565 14685 7295
Face 26690 10496 12627 12026
Face 26691 12750 13119 13120
Face 26692 13195 12750 13120
Face 26693 11179 11248 11178
Face 26694 13477 11302 11518
Face 26695 3951 1881 15167
Face 26696 11270 11346 11269
Face 26697 10519 6021 6139
Face 26698 12123 12208 8435
Face 26699 2784 2654 5330
Face 26700 12399 12489 12488
Face 26701 12652 12922 12281
Face 26702 12372 12652 12281
Face 26703 13466 13372 12922
Face 26704 12652 13466 12922
Face 26705 13376 13469 13372
Face 26706 13466 13376 13372
Face 26707 11374 12282 13469
Face 26708 13376 11374 13469
Face 26709 13571 12830 12282
Face 26710 11374 13571 12282
Face 26711 13571 12014 12388
Face 26712 12830 13571 12388
Face 26713 12014 11365 11447
Face 26714 12388 12014 11447
Face 26715 11617 14518 11540
Face 26716 11365 11540 11447
Face 26717 13488 8373 9755
Face 26718 20979 17378 21264
Face 26719 27388 18943 26184
Face 26720 10550 7180 10671
Face 26721 6407 2273 5002
Face 26722 15471 12116 20932
Face 26723 13330 13329 13236
Face 26724 13237 13330 13236
Face 26725 21265 20979 21264
Face 26726 13363 12267 10970
Face 26727 12501 14915 12590
Face 26728 29806 16832 29805
Face 26729 11309 11390 11389
Face 26730 11308 11309 11389
Face 26731 11390 11473 11472
Face 26732 11389 11390 11472
Face 26733 11473 11551 11550
Face 26734 11472 11473 11550
Face 26735 11551 11629 11628
Face 26736 11550 11551 11628
Face 26737 11629 11708 11707
Face 26738 11628 11629 11707
Face 26739 11708 11790 11789
Face 26740 11707 11708 11789
Face 26741 11790 11871 11870
Face 26742 11789 11790 11870
Face 26743 11871 11955 11954
Face 26744 11870 11871 11954
Face 26745 11955 12040 12039
Face 26746 11954 11955 12039
Face 26747 12040 12127 12126
Face 26748 12039 12040 12126
Face 26749 12127 12212 12211
Face 26750 12126 12127 12211
Face 26751 12212 12301 12300
Face 26752 12211 12212 12300
Face 26753 12301 12392 12391
Face 26754 12300 12301 12391
Face 26755 12392 12482 12481
Face 26756 12391 12392 12481
Face 26757 12571 12570 12481
Face 26758 12482 12571 12481
Face 26759 12662 12753 15503
Face 26760 12571 12661 12570
Face 26761 11301 11697 11619
Face 26762 12847 11301 11619
Face 26763 11523 11761 5381
Face 26764 7819 10472 15583
Face 26765 13049 13143 13142
Face 26766 1121 12935 9190
Face 26767 13119 13084 12991
Face 26768 13120 13119 12991
Face 26769 13084 12180 11921
Face 26770 12991 13084 11921
Face 26771 11438 11518 12184
Face 26772 11925 11438 12184
Face 26773 13205 11462 8171
Face 26774 13424 13423 13329
Face 26775 910 18437 909
Face 26776 8139 6264 10430
Face 26777 13593 13592 13495
Face 26778 13496 13593 13495
Face 26779 13686 13685 13592
Face 26780 13593 13686 13592
Face 26781 13781 13780 13685
Face 26782 13686 13781 13685
Face 26783 13781 8214 9079
Face 26784 13780 13781 9079
Face 26785 9553 9667 9079
Face 26786 8214 9553 9079
Face 26787 9553 534 12923
Face 26788 9667 9553 12923
Face 26789 12175 11865 12923
Face 26790 534 12175 12923
Face 26791 13303 2904 11865
Face 26792 12175 13303 11865
Face 26793 13091 1084 2904
Face 26794 13303 13091 2904
Face 26795 13177 13662 1084
Face 26796 13091 13177 1084
Face 26797 5879 1878 13662
Face 26798 13177 5879 13662
Face 26799 2510 4596 1878
Face 26800 5879 2510 1878
Face 26801 13082 60 4596
Face 26802 2510 13082 4596
Face 26803 12916 13006 60
Face 26804 13082 12916 60
Face 26805 221 279 13006
Face 26806 12916 221 13006
Face 26807 13582 12121 279
Face 26808 221 13582 279
Face 26809 9993 9880 12121
Face 26810 13582 9993 12121
Face 26811 757 2645 9880
Face 26812 9993 757 9880
Face 26813 273 1679 2645
Face 26814 757 273 2645
Face 26815 3930 7184 1679
Face 26816 273 3930 1679
Face 26817 7501 12386 11780
Face 26818 2658 2659 16573
Face 26819 11958 12043 12042
Face 26820 11957 11958 12042
Face 26821 3193 176 12640
Face 26822 6271 434 2025
Face 26823 11169 11238 11237
Face 26824 16767 33999 33873
Face 26825 8772 9095 7012
Face 26826 4073 11941 9095
Face 26827 11875 11876 11959
Face 26828 11960 12045 12044
Face 26829 5381 9164 4073
Face 26830 8131 6629 7508
Face 26831 9164 8131 7508
Face 26832 8131 3052 3053
Face 26833 13502 13599 13501
Face 26834 13692 13691 13598
Face 26835 13576 10000 420
Face 26836 61 13576 420
Face 26837 11636 11715 11635
Face 26838 12047 12046 11961
Face 26839 12490 12579 12578
Face 26840 12489 12490 12578
Face 26841 13245 13338 13244
Face 26842 11537 12 11942
Face 26843 7780 10394 1231
Face 26844 21923 22021 21922
Face 26845 13767 9169 2006
Face 26846 13330 13424 13329
Face 26847 11296 11378 4598
Face 26848 13587 13586 9955
Face 26849 12010 11599 11921
Face 26850 11704 11925 12184
Face 26851 12180 12010 11921
Face 26852 11346 11427 11345
Face 26853 2277 11704 12184
Face 26854 2721 2590 2591
Face 26855 23362 13199 2932
Face 26856 3072 3206 15001
Face 26857 15397 11377 16570
Face 26858 12832 12652 12372
Face 26859 12373 12832 12372
Face 26860 13465 13466 12652
Face 26861 12832 13465 12652
Face 26862 13377 13376 13466
Face 26863 13465 13377 13466
Face 26864 12194 11374 13376
Face 26865 13377 12194 13376
Face 26866 12638 13571 11374
Face 26867 12194 12638 11374
Face 26868 12638 13215 12014
Face 26869 13571 12638 12014
Face 26870 13215 1545 11365
Face 26871 12014 13215 11365
Face 26872 11617 11540 11365
Face 26873 1545 11617 11365
Face 26874 13697 13792 13791
Face 26875 14158 16090 15814
Face 26876 8526 2397 8525
Face 26877 5335 13273 13274
Face 26878 6270 1765 13293
Face 26879 12853 2899 2771
Face 26880 13519 13518 13423
Face 26881 13424 13519 13423
Face 26882 20979 6907 6906
Face 26883 29675 29806 29674
Face 26884 17378 20979 6906
Face 26885 11235 11310 11309
Face 26886 31769 11234 11308
Face 26887 11310 11391 11390
Face 26888 11309 11310 11390
Face 26889 11391 11474 11473
Face 26890 11390 11391 11473
Face 26891 11474 11552 11551
Face 26892 11473 11474 11551
Face 26893 11552 11630 11629
Face 26894 11551 11552 11629
Face 26895 11630 11709 11708
Face 26896 11629 11630 11708
Face 26897 11709 11791 11790
Face 26898 11708 11709 11790
Face 26899 11791 11872 11871
Face 26900 11790 11791 11871
Face 26901 11872 11956 11955
Face 26902 11871 11872 11955
Face 26903 11956 12041 12040
Face 26904 11955 11956 12040
Face 26905 12041 12128 12127
Face 26906 12040 12041 12127
Face 26907 12128 12213 12212
Face 26908 12127 12128 12212
Face 26909 12213 12302 12301
Face 26910 12212 12213 12301
Face 26911 12302 12393 12392
Face 26912 12301 12302 12392
Face 26913 12483 12482 12392
Face 26914 12393 12483 12392
Face 26915 12572 12571 12482
Face 26916 12483 12572 12482
Face 26917 12662 12661 12571
Face 26918 12572 12662 12571
Face 26919 11697 11220 12368
Face 26920 5349 5071 5218
Face 26921 7511 7186 13094
Face 26922 13665 13094 13467
Face 26923 13616 13615 13518
Face 26924 33783 6670 33907
Face 26925 6391 5253 8762
Face 26926 9844 13403 13402
Face 26927 1198 12538 11599
Face 26928 12010 1198 11599
Face 26929 16987 16895 19404
Face 26930 11615 11376 2277
Face 26931 34350 34421 34404
Face 26932 34736 27100 28686
Face 26933 13402 13497 13496
Face 26934 13401 13402 13496
Face 26935 13594 13593 13496
Face 26936 13497 13594 13496
Face 26937 13687 13686 13593
Face 26938 13594 13687 13593
Face 26939 13782 13781 13686
Face 26940 13687 13782 13686
Face 26941 13782 7893 8214
Face 26942 13781 13782 8214
Face 26943 9328 9553 8214
Face 26944 7893 9328 8214
Face 26945 7630 534 9553
Face 26946 9328 7630 9553
Face 26947 12174 12175 534
Face 26948 7630 12174 534
Face 26949 12467 13303 12175
Face 26950 12174 12467 12175
Face 26951 13578 13091 13303
Face 26952 12467 13578 13303
Face 26953 13176 13177 13091
Face 26954 13578 13176 13091
Face 26955 1989 5879 13177
Face 26956 13176 1989 13177
Face 26957 2381 2510 5879
Face 26958 1989 2381 5879
Face 26959 893 13082 2510
Face 26960 2381 893 2510
Face 26961 13008 12916 13082
Face 26962 893 13008 13082
Face 26963 4594 221 12916
Face 26964 13008 4594 12916
Face 26965 10004 13582 221
Face 26966 4594 10004 221
Face 26967 7471 9993 13582
Face 26968 10004 7471 13582
Face 26969 8264 757 9993
Face 26970 7471 8264 9993
Face 26971 1001 273 757
Face 26972 8264 1001 757
Face 26973 3831 3930 273
Face 26974 1001 3831 273
Face 26975 3571 12457 10437
Face 26976 55 9978 10795
Face 26977 12043 12130 12129
Face 26978 12042 12043 12129
Face 26979 13104 3193 12640
Face 26980 434 6271 176
Face 26981 6907 14914 20623
Face 26982 11238 11313 11312
Face 26983 13785 123 13784
Face 26984 8772 4073 9095
Face 26985 11959 11960 12044
Face 26986 12045 12132 12131
Face 26987 6629 8131 3053
Face 26988 11523 5381 8772
Face 26989 13746 7176 5748
Face 26990 13301 11094 11850
Face 26991 13599 13692 13598
Face 26992 13787 13786 13691
Face 26993 61 420 13480
Face 26994 13481 61 13480
Face 26995 11962 12047 11961
Face 26996 12134 12133 12046
Face 26997 12400 12490 12489
Face 26998 12399 12400 12489
Face 26999 13089 4601 11205
Face 27000 19824 19823 19740
Face 27001 15317 134 5904
Face 27002 13225 13318 13317
Face 27003 4229 4355 7819
Face 27004 13519 13616 13518
Face 27005 10247 34833 34305
Face 27006 12385 12387 12538
Face 27007 1198 12385 12538
Face 27008 13127 11376 11615
Face 27009 12268 13127 11615
Face 27010 12463 10009 12556
Face 27011 11427 11509 11426
Face 27012 12463 12373 11208
Face 27013 13709 13708 13615
Face 27014 12831 12832 12373
Face 27015 12463 12831 12373
Face 27016 13279 13465 12832
Face 27017 12831 13279 12832
Face 27018 13378 13377 13465
Face 27019 13279 13378 13465
Face 27020 12108 12194 13377
Face 27021 13378 12108 13377
Face 27022 12191 12638 12194
Face 27023 12108 12191 12194
Face 27024 9070 13215 12638
Face 27025 12191 9070 12638
Face 27026 9070 9757 1545
Face 27027 13215 9070 1545
Face 27028 11539 11617 1545
Face 27029 9757 11539 1545
Face 27030 13696 13697 13791
Face 27031 10622 12012 11539
Face 27032 10427 10305 10306
Face 27033 11370 12386 7501
Face 27034 2898 2400 2108
Face 27035 13369 2898 2108
Face 27036 13616 13709 13615
Face 27037 631 13027 13708
Face 27038 6906 6907 20623
Face 27039 14914 6812 17056
Face 27040 2038 32891 18366
Face 27041 16832 17194 29805
Face 27042 11236 11311 11310
Face 27043 11235 11236 11310
Face 27044 11311 11392 11391
Face 27045 11310 11311 11391
Face 27046 11392 11475 11474
Face 27047 11391 11392 11474
Face 27048 11475 11553 11552
Face 27049 11474 11475 11552
Face 27050 11553 11631 11630
Face 27051 11552 11553 11630
Face 27052 11631 11710 11709
Face 27053 11630 11631 11709
Face 27054 11710 11792 11791
Face 27055 11709 11710 11791
Face 27056 11792 11873 11872
Face 27057 11791 11792 11872
Face 27058 11873 11957 11956
Face 27059 11872 11873 11956
Face 27060 11957 12042 12041
Face 27061 11956 11957 12041
Face 27062 12042 12129 12128
Face 27063 12041 12042 12128
Face 27064 11142 13657 13467
Face 27065 15539 5255 2329
Face 27066 16275 4753 14246
Face 27067 2329 16275 14246
Face 27068 4753 15809 15810
Face 27069 14246 4753 15810
Face 27070 15809 5009 3201
Face 27071 15810 15809 3201
Face 27072 14323 14439 3201
Face 27073 5009 14323 3201
Face 27074 15740 14625 14439
Face 27075 14323 15740 14439
Face 27076 14630 14516 14625
Face 27077 15740 14630 14625
Face 27078 16264 14158 14516
Face 27079 14630 16264 14516
Face 27080 15200 4613 4711
Face 27081 14929 22 14272
Face 27082 22 3117 14272
Face 27083 14714 13961 14559
Face 27084 14392 16212 14158
Face 27085 15886 14740 4346
Face 27086 16264 14392 14158
Face 27087 14392 3375 14019
Face 27088 16212 14392 14019
Face 27089 2332 15090 14019
Face 27090 3375 2332 14019
Face 27091 2332 14190 14169
Face 27092 15090 2332 14169
Face 27093 14190 4476 15460
Face 27094 6155 6277 6736
Face 27095 14169 14190 15460
Face 27096 4711 4613 4752
Face 27097 14443 14561 15521
Face 27098 14206 15200 4711
Face 27099 4613 14714 4752
Face 27100 13819 14068 13803
Face 27101 14068 15200 14206
Face 27102 13819 13803 3117
Face 27103 2269 14068 14206
Face 27104 22 13819 3117
Face 27105 14068 2269 13803
Face 27106 1952 309 4591
Face 27107 309 14276 2493
Face 27108 14929 14272 14863
Face 27109 15933 1952 4591
Face 27110 6277 15521 6736
Face 27111 14740 14929 14863
Face 27112 4476 1760 3586
Face 27113 19929 19930 23732
Face 27114 15460 4476 3586
Face 27115 1760 14998 3252
Face 27116 21921 22019 21920
Face 27117 3586 1760 3252
Face 27118 14740 14863 4346
Face 27119 6736 15533 257
Face 27120 6277 14443 15521
Face 27121 15886 4346 14561
Face 27122 16087 14080 14079
Face 27123 14443 15886 14561
Face 27124 4591 309 2493
Face 27125 14276 16087 15934
Face 27126 15934 16087 14079
Face 27127 2493 14276 15934
Face 27128 14080 14865 14616
Face 27129 14079 14080 14616
Face 27130 14865 16383 16220
Face 27131 16220 16383 16374
Face 27132 14616 14865 16220
Face 27133 16383 3839 16374
Face 27134 3839 2976 14689
Face 27135 16374 3839 14689
Face 27136 14689 2976 451
Face 27137 13852 13866 13851
Face 27138 2976 136 451
Face 27139 136 14377 14262
Face 27140 21108 21081 20368
Face 27141 22019 22018 21920
Face 27142 14998 16043 14452
Face 27143 3252 14998 14452
Face 27144 16043 16545 15956
Face 27145 13392 1786 13544
Face 27146 14452 16043 15956
Face 27147 14963 15315 14012
Face 27148 9057 22432 19908
Face 27149 451 136 14262
Face 27150 14377 14963 14855
Face 27151 14855 14963 14012
Face 27152 14262 14377 14855
Face 27153 13900 13899 13881
Face 27154 15315 14067 3
Face 27155 2799 672 2798
Face 27156 13882 13900 13881
Face 27157 1912 14021 14007
Face 27158 1013 672 4221
Face 27159 14136 14238 14135
Face 27160 6022 1912 1126
Face 27161 14238 14237 14135
Face 27162 4221 6022 1126
Face 27163 14136 14135 14046
Face 27164 1126 1912 14007
Face 27165 14047 14046 13969
Face 27166 14047 14136 14046
Face 27167 13882 13881 13865
Face 27168 13970 14047 13969
Face 27169 3 14067 782
Face 27170 13839 13852 13838
Face 27171 9850 352 21081
Face 27172 16532 14062 15059
Face 27173 16545 5327 14111
Face 27174 2758 58 19552
Face 27175 15956 16545 14111
Face 27176 5327 4744 15192
Face 27177 31111 31110 31014
Face 27178 14111 5327 15192
Face 27179 14012 15315 3
Face 27180 21825 21921 21824
Face 27181 13826 13839 13825
Face 27182 14067 16532 782
Face 27183 13924 13970 13923
Face 27184 13866 13882 13865
Face 27185 13924 13923 13899
Face 27186 13900 13924 13899
Face 27187 15084 15216 15215
Face 27188 13970 13969 13923
Face 27189 10009 15397 14867
Face 27190 14348 14349 14466
Face 27191 1314 3205 3206
Face 27192 13806 3372 5903
Face 27193 15083 15084 15215
Face 27194 4235 4107 1661
Face 27195 26987 28002 26440
Face 27196 3977 15327 15093
Face 27197 14825 14950 14949
Face 27198 20616 20634 12840
Face 27199 15220 16437 4937
Face 27200 14390 15475 15248
Face 27201 15598 15640 16243
Face 27202 14829 14954 14953
Face 27203 13866 13865 13851
Face 27204 17273 17364 17272
Face 27205 782 16532 15059
Face 27206 14021 15130 15111
Face 27207 21921 21920 21824
Face 27208 14062 16408 15643
Face 27209 4744 2675 14251
Face 27210 6732 6731 34119
Face 27211 15192 4744 14251
Face 27212 34794 34398 34338
Face 27213 14251 2675 14927
Face 27214 14140 14141 14242
Face 27215 3168 13896 13895
Face 27216 14243 14353 14352
Face 27217 20015 19455 15727
Face 27218 14242 14243 14352
Face 27219 15059 14062 15643
Face 27220 21728 21825 21824
Face 27221 15912 15519 15672
Face 27222 16408 16111 1345
Face 27223 13815 13825 13824
Face 27224 13852 13851 13838
Face 27225 17720 17719 17630
Face 27226 14215 14214 5773
Face 27227 15200 5514 4613
Face 27228 4858 14215 5773
Face 27229 14858 15476 13985
Face 27230 12661 12660 12570
Face 27231 12660 12661 15503
Face 27232 14587 14588 14708
Face 27233 1339 1549 890
Face 27234 34560 34602 29204
Face 27235 5078 5079 14793
Face 27236 5379 2918 339
Face 27237 5526 5525 167
Face 27238 11358 12992 11439
Face 27239 5775 1345 3825
Face 27240 14858 13985 14123
Face 27241 17506 15929 15778
Face 27242 5525 166 167
Face 27243 13995 13936 15254
Face 27244 14588 14709 14708
Face 27245 1338 1339 890
Face 27246 1688 16242 1798
Face 27247 14007 14021 15111
Face 27248 13825 13838 13824
Face 27249 16091 8842 8946
Face 27250 14048 14047 13970
Face 27251 15088 4617 23399
Face 27252 34437 19803 34557
Face 27253 14353 14471 14470
Face 27254 787 13996 13994
Face 27255 14352 14353 14470
Face 27256 14223 15050 14179
Face 27257 14471 14589 14588
Face 27258 3449 6155 550
Face 27259 13876 15968 23159
Face 27260 6515 787 2164
Face 27261 5896 6515 2164
Face 27262 19327 19333 19759
Face 27263 21727 21728 21824
Face 27264 13925 13971 13924
Face 27265 13838 13851 11158
Face 27266 34811 25985 34597
Face 27267 451 14262 14263
Face 27268 1360 1474 1473
Face 27269 14139 14140 14241
Face 27270 12753 15504 15503
Face 27271 5885 383 3056
Face 27272 20276 20194 17974
Face 27273 14386 22 14929
Face 27274 14991 7079 7073
Face 27275 15776 15777 15928
Face 27276 15645 15788 12660
Face 27277 34434 34537 34706
Face 27278 14916 14432 7809
Face 27279 15788 15787 12660
Face 27280 15939 15938 15787
Face 27281 15788 15939 15787
Face 27282 16092 16091 15938
Face 27283 15939 16092 15938
Face 27284 14042 14041 10689
Face 27285 16092 16248 16091
Face 27286 14215 14216 15529
Face 27287 13259 14488 13166
Face 27288 16573 8943 16411
Face 27289 4329 18419 5238
Face 27290 34472 34484 34273
Face 27291 14840 12670 12759
Face 27292 13838 11158 13824
Face 27293 13851 13865 13850
Face 27294 16566 15746 14178
Face 27295 7817 7281 9096
Face 27296 7073 15121 14991
Face 27297 15491 15492 15633
Face 27298 1014 6515 5896
Face 27299 33761 33887 33760
Face 27300 17260 17170 19562
Face 27301 3060 3449 550
Face 27302 26184 6529 12910
Face 27303 17183 17273 17182
Face 27304 21534 21533 21438
Face 27305 14737 1011 14026
Face 27306 14704 14705 14827
Face 27307 13039 13133 22913
Face 27308 15131 15265 7578
Face 27309 13455 19333 19327
Face 27310 12667 12666 12577
Face 27311 13865 13864 13850
Face 27312 3048 14756 14878
Face 27313 10795 10807 10085
Face 27314 12666 12667 14964
Face 27315 55 10795 10085
Face 27316 8842 8843 8946
Face 27317 8864 8249 9871
Face 27318 85 5379 84
Face 27319 16573 16572 8943
Face 27320 15504 15646 15645
Face 27321 15503 15504 15645
Face 27322 15789 15788 15645
Face 27323 15646 15789 15645
Face 27324 15940 15939 15788
Face 27325 15789 15940 15788
Face 27326 16093 16092 15939
Face 27327 15940 16093 15939
Face 27328 16249 16248 16092
Face 27329 16093 16249 16092
Face 27330 14455 14572 13744
Face 27331 16249 16411 16248
Face 27332 19953 19954 20030
Face 27333 16376 328 3447
Face 27334 15096 12666 14964
Face 27335 8572 14329 14330
Face 27336 13881 13880 13864
Face 27337 13865 13881 13864
Face 27338 34420 34545 34394
Face 27339 34513 6699 34676
Face 27340 15326 14855 14473
Face 27341 3336 14689 14474
Face 27342 14873 17842 18226
Face 27343 13856 13855 13842
Face 27344 14791 15177 16190
Face 27345 15672 13910 15201
Face 27346 12904 11437 13123
Face 27347 2783 12264 1014
Face 27348 14840 12759 14841
Face 27349 13946 13948 2302
Face 27350 17811 17810 17719
Face 27351 18503 1833 1953
Face 27352 14964 12668 14840
Face 27353 13839 13838 13825
Face 27354 14840 14965 14964
Face 27355 15938 16091 8946
Face 27356 14965 15097 15096
Face 27357 14964 14965 15096
Face 27358 24938 23391 24937
Face 27359 6718 9096 1339
Face 27360 15230 15366 15365
Face 27361 12755 15365 12754
Face 27362 15366 15505 15504
Face 27363 15365 15366 15504
Face 27364 15505 15647 15646
Face 27365 15504 15505 15646
Face 27366 15790 15789 15646
Face 27367 15647 15790 15646
Face 27368 15941 15940 15789
Face 27369 15790 15941 15789
Face 27370 16094 16093 15940
Face 27371 15941 16094 15940
Face 27372 16250 16249 16093
Face 27373 16094 16250 16093
Face 27374 16412 16411 16249
Face 27375 16250 16412 16249
Face 27376 34490 34389 26786
Face 27377 1112 998 7336
Face 27378 15586 16502 20533
Face 27379 8776 8775 138
Face 27380 14068 5903 15200
Face 27381 13899 13898 13880
Face 27382 34566 34780 34498
Face 27383 14330 14447 8572
Face 27384 13973 13972 13926
Face 27385 17720 17811 17719
Face 27386 15057 14737 14026
Face 27387 14713 3501 14248
Face 27388 16224 16388 16387
Face 27389 16067 16224 12904
Face 27390 16551 16550 16387
Face 27391 16388 16551 16387
Face 27392 254 71 16550
Face 27393 16551 254 16550
Face 27394 5528 16126 212
Face 27395 14812 13917 5527
Face 27396 16216 16378 16377
Face 27397 17224 139 18718
Face 27398 371 17122 17123
Face 27399 293 292 6767
Face 27400 14841 14966 14965
Face 27401 14840 14841 14965
Face 27402 14966 15098 15097
Face 27403 14965 14966 15097
Face 27404 15098 15231 15230
Face 27405 15097 15098 15230
Face 27406 15231 15367 15366
Face 27407 15230 15231 15366
Face 27408 15367 15506 15505
Face 27409 15366 15367 15505
Face 27410 15506 15648 15647
Face 27411 15505 15506 15647
Face 27412 15791 15790 15647
Face 27413 15648 15791 15647
Face 27414 15942 15941 15790
Face 27415 15791 15942 15790
Face 27416 16095 16094 15941
Face 27417 15942 16095 15941
Face 27418 16251 16250 16094
Face 27419 16095 16251 16094
Face 27420 16413 16412 16250
Face 27421 16251 16413 16250
Face 27422 7336 998 885
Face 27423 34537 34548 34706
Face 27424 16243 15640 3113
Face 27425 5199 2658 2786
Face 27426 7576 8572 14447
Face 27427 4807 14592 14571
Face 27428 29839 29838 23029
Face 27429 12500 12344 12527
Face 27430 14689 451 14474
Face 27431 17811 17902 17901
Face 27432 2154 14815 14755
Face 27433 20147 182 14873
Face 27434 14227 13917 14812
Face 27435 18996 17175 17515
Face 27436 3376 2846 71
Face 27437 254 3376 71
Face 27438 2179 2560 2846
Face 27439 3376 2179 2846
Face 27440 2676 5902 14618
Face 27441 816 817 2560
Face 27442 34354 34399 34352
Face 27443 15187 15180 14022
Face 27444 15203 11842 15204
Face 27445 34747 34379 34697
Face 27446 34410 34705 34562
Face 27447 6767 292 6867
Face 27448 14842 14967 14966
Face 27449 14841 14842 14966
Face 27450 14967 15099 15098
Face 27451 14966 14967 15098
Face 27452 15099 15232 15231
Face 27453 15098 15099 15231
Face 27454 15232 15368 15367
Face 27455 15231 15232 15367
Face 27456 15368 15507 15506
Face 27457 15367 15368 15506
Face 27458 15507 15649 15648
Face 27459 15506 15507 15648
Face 27460 15649 15792 15791
Face 27461 15648 15649 15791
Face 27462 15792 15943 15942
Face 27463 15791 15792 15942
Face 27464 15943 16096 16095
Face 27465 15942 15943 16095
Face 27466 16096 16252 16251
Face 27467 16095 16096 16251
Face 27468 16252 16414 16413
Face 27469 16251 16252 16413
Face 27470 5909 32546 33287
Face 27471 34777 34760 34736
Face 27472 16574 5330 5199
Face 27473 2002 4595 2128
Face 27474 5208 5207 5081
Face 27475 12193 11157 12281
Face 27476 14221 14330 14329
Face 27477 14220 14221 14329
Face 27478 13927 13973 13926
Face 27479 17810 17811 17901
Face 27480 17902 17993 17992
Face 27481 17901 17902 17992
Face 27482 5902 14227 14618
Face 27483 14618 14227 14812
Face 27484 2179 816 2560
Face 27485 3711 5521 817
Face 27486 816 3711 817
Face 27487 365 366 5521
Face 27488 3711 365 5521
Face 27489 3504 124 3946
Face 27490 14288 14076 2676
Face 27491 21439 21534 21438
Face 27492 12663 12754 12662
Face 27493 25298 14599 24122
Face 27494 34627 34363 34380
Face 27495 14719 14843 14842
Face 27496 34823 34345 34561
Face 27497 14843 14968 14967
Face 27498 14842 14843 14967
Face 27499 14968 15100 15099
Face 27500 14967 14968 15099
Face 27501 15233 15232 15099
Face 27502 15100 15233 15099
Face 27503 15369 15368 15232
Face 27504 15233 15369 15232
Face 27505 15508 15507 15368
Face 27506 15369 15508 15368
Face 27507 15650 15649 15507
Face 27508 15508 15650 15507
Face 27509 15650 15793 15792
Face 27510 15649 15650 15792
Face 27511 15793 15944 15943
Face 27512 15792 15793 15943
Face 27513 15944 16097 16096
Face 27514 15943 15944 16096
Face 27515 16097 16253 16252
Face 27516 16096 16097 16252
Face 27517 16253 16415 16414
Face 27518 16252 16253 16414
Face 27519 16415 16575 16574
Face 27520 16414 16415 16574
Face 27521 19520 19440 19521
Face 27522 16574 16575 5330
Face 27523 2791 13463 7591
Face 27524 7399 7145 7503
Face 27525 8957 4322 9187
Face 27526 15577 21102 14602
Face 27527 3031 13673 34659
Face 27528 15111 15130 4882
Face 27529 13939 14076 14288
Face 27530 14632 14266 3851
Face 27531 2674 2673 366
Face 27532 15605 13939 14288
Face 27533 365 2674 366
Face 27534 901 902 2673
Face 27535 2674 901 2673
Face 27536 3963 3964 902
Face 27537 901 3963 902
Face 27538 9279 13762 12828
Face 27539 39 4214 6511
Face 27540 21627 21626 21533
Face 27541 1386 2197 4287
Face 27542 34004 34130 34129
Face 27543 33556 18226 18634
Face 27544 14844 14843 14719
Face 27545 13297 34690 12586
Face 27546 14969 14968 14843
Face 27547 14844 14969 14843
Face 27548 15101 15100 14968
Face 27549 14969 15101 14968
Face 27550 15234 15233 15100
Face 27551 15101 15234 15100
Face 27552 15370 15369 15233
Face 27553 15234 15370 15233
Face 27554 15509 15508 15369
Face 27555 15370 15509 15369
Face 27556 15651 15650 15508
Face 27557 15509 15651 15508
Face 27558 15651 15794 15793
Face 27559 15650 15651 15793
Face 27560 15794 15945 15944
Face 27561 15793 15794 15944
Face 27562 15945 16098 16097
Face 27563 15944 15945 16097
Face 27564 16098 16254 16253
Face 27565 16097 16098 16253
Face 27566 16254 16416 16415
Face 27567 16253 16254 16415
Face 27568 16416 16576 16575
Face 27569 16415 16416 16575
Face 27570 24121 14719 14599
Face 27571 34369 34596 34283
Face 27572 14005 15179 5201
Face 27573 20623 14914 17056
Face 27574 12759 14842 14841
Face 27575 20450 13732 20449
Face 27576 3038 638 3204
Face 27577 15323 13832 14282
Face 27578 14144 14249 14182
Face 27579 14076 5902 2676
Face 27580 3963 905 789
Face 27581 3964 3963 789
Face 27582 905 14073 14072
Face 27583 789 905 14072
Face 27584 14073 15225 15219
Face 27585 14072 14073 15219
Face 27586 15225 933 7828
Face 27587 15258 2923 15893
Face 27588 15219 15225 7828
Face 27589 14285 7068 9292
Face 27590 14842 12759 14719
Face 27591 21252 21253 21345
Face 27592 15437 22132 22228
Face 27593 2105 18841 18586
Face 27594 21439 21438 21345
Face 27595 34786 34528 34495
Face 27596 23732 19930 24228
Face 27597 14970 14969 14844
Face 27598 14845 14970 14844
Face 27599 15102 15101 14969
Face 27600 14970 15102 14969
Face 27601 15235 15234 15101
Face 27602 15102 15235 15101
Face 27603 15371 15370 15234
Face 27604 15235 15371 15234
Face 27605 15510 15509 15370
Face 27606 15371 15510 15370
Face 27607 15652 15651 15509
Face 27608 15510 15652 15509
Face 27609 15652 15795 15794
Face 27610 15651 15652 15794
Face 27611 15795 15946 15945
Face 27612 15794 15795 15945
Face 27613 15946 16099 16098
Face 27614 15945 15946 16098
Face 27615 16099 16255 16254
Face 27616 16098 16099 16254
Face 27617 16255 16417 16416
Face 27618 16254 16255 16416
Face 27619 16417 16577 16576
Face 27620 16416 16417 16576
Face 27621 16577 561 14113
Face 27622 16576 16577 14113
Face 27623 14719 24121 14720
Face 27624 14113 561 2204
Face 27625 17674 525 5527
Face 27626 19518 19438 14491
Face 27627 16215 16216 16377
Face 27628 34616 34292 34533
Face 27629 5515 13939 15605
Face 27630 14182 5515 15605
Face 27631 933 14494 14493
Face 27632 6275 2931 14144
Face 27633 7828 933 14493
Face 27634 19100 14494 17959
Face 27635 14493 14494 16547
Face 27636 19100 16547 14494
Face 27637 16547 15618 5255
Face 27638 34412 34279 34432
Face 27639 34512 28547 26789
Face 27640 4753 16275 20810
Face 27641 14568 16407 16050
Face 27642 875 6718 1339
Face 27643 7847 16595 13453
Face 27644 11158 13851 13850
Face 27645 15002 13963 3969
Face 27646 20046 20128 20127
Face 27647 13732 14602 20449
Face 27648 30756 30755 30656
Face 27649 19578 19577 19496
Face 27650 28502 28637 28501
Face 27651 21253 21346 21345
Face 27652 22959 14845 14720
Face 27653 20823 18317 21184
Face 27654 15103 15102 14970
Face 27655 14971 15103 14970
Face 27656 15236 15235 15102
Face 27657 15103 15236 15102
Face 27658 15372 15371 15235
Face 27659 15236 15372 15235
Face 27660 15511 15510 15371
Face 27661 15372 15511 15371
Face 27662 15653 15652 15510
Face 27663 15511 15653 15510
Face 27664 15653 15796 15795
Face 27665 15652 15653 15795
Face 27666 15796 15947 15946
Face 27667 15795 15796 15946
Face 27668 15947 16100 16099
Face 27669 15946 15947 16099
Face 27670 16100 16256 16255
Face 27671 16099 16100 16255
Face 27672 16256 16418 16417
Face 27673 16255 16256 16417
Face 27674 16418 16578 16577
Face 27675 16417 16418 16577
Face 27676 16578 5200 561
Face 27677 16577 16578 561
Face 27678 5330 2655 5199
Face 27679 5330 2654 2655
Face 27680 15335 15115 13992
Face 27681 9840 13492 9839
Face 27682 6812 13390 19862
Face 27683 23576 23613 23659
Face 27684 13873 16364 3633
Face 27685 6723 13873 3633
Face 27686 14249 5515 14182
Face 27687 16360 2714 4939
Face 27688 16275 2329 5255
Face 27689 2931 14249 14144
Face 27690 15808 15809 4753
Face 27691 11277 4854 12918
Face 27692 34361 34347 34386
Face 27693 34678 34830 34474
Face 27694 2641 2005 2004
Face 27695 1833 18503 18408
Face 27696 7830 3931 5637
Face 27697 19576 19659 19575
Face 27698 9052 12711 19518
Face 27699 20450 20449 2530
Face 27700 19674 20989 3049
Face 27701 18684 18288 22518
Face 27702 6269 20450 2530
Face 27703 26450 28552 28568
Face 27704 17621 12675 16349
Face 27705 20653 20643 19843
Face 27706 21161 21253 21252
Face 27707 15104 15103 14971
Face 27708 32822 32954 32821
Face 27709 15237 15236 15103
Face 27710 15104 15237 15103
Face 27711 15373 15372 15236
Face 27712 15237 15373 15236
Face 27713 15512 15511 15372
Face 27714 15373 15512 15372
Face 27715 15654 15653 15511
Face 27716 15512 15654 15511
Face 27717 15654 15797 15796
Face 27718 15653 15654 15796
Face 27719 15797 15948 15947
Face 27720 15796 15797 15947
Face 27721 15948 16101 16100
Face 27722 15947 15948 16100
Face 27723 16101 16257 16256
Face 27724 16100 16101 16256
Face 27725 16257 16419 16418
Face 27726 16256 16257 16418
Face 27727 16419 16579 16578
Face 27728 16418 16419 16578
Face 27729 5197 5200 16578
Face 27730 16579 5197 16578
Face 27731 5197 2780 5200
Face 27732 2716 9041 2780
Face 27733 7261 7926 11368
Face 27734 11767 11688 15889
Face 27735 1695 2368 3705
Face 27736 343 5905 3064
Face 27737 14211 340 49
Face 27738 22547 29665 22451
Face 27739 16198 16360 4939
Face 27740 4738 14923 15183
Face 27741 1131 581 4218
Face 27742 3314 1131 4218
Face 27743 20033 15603 19471
Face 27744 5268 5009 15809
Face 27745 15808 15603 19934
Face 27746 14324 14323 5009
Face 27747 5268 14324 5009
Face 27748 14683 15740 14323
Face 27749 14324 14683 14323
Face 27750 14388 14630 15740
Face 27751 14683 14388 15740
Face 27752 1800 16264 14630
Face 27753 14388 1800 14630
Face 27754 14161 14392 16264
Face 27755 1800 14161 16264
Face 27756 14018 3375 14392
Face 27757 14161 14018 14392
Face 27758 22559 22465 14903
Face 27759 20206 20288 20287
Face 27760 34421 34314 34476
Face 27761 15589 15449 13639
Face 27762 20206 20207 20288
Face 27763 12711 9052 12441
Face 27764 18870 28142 26568
Face 27765 20989 988 3049
Face 27766 12531 12711 12441
Face 27767 20376 21290 20375
Face 27768 19575 19658 19574
Face 27769 12105 20741 19413
Face 27770 6269 2530 21286
Face 27771 28405 28565 28695
Face 27772 22159 11917 13354
Face 27773 15105 15104 14972
Face 27774 14972 23808 24401
Face 27775 15238 15237 15104
Face 27776 15105 15238 15104
Face 27777 15374 15373 15237
Face 27778 15238 15374 15237
Face 27779 15513 15512 15373
Face 27780 15374 15513 15373
Face 27781 15655 15654 15512
Face 27782 15513 15655 15512
Face 27783 15655 15798 15797
Face 27784 15654 15655 15797
Face 27785 15798 15949 15948
Face 27786 15797 15798 15948
Face 27787 15949 16102 16101
Face 27788 15948 15949 16101
Face 27789 16102 16258 16257
Face 27790 16101 16102 16257
Face 27791 16420 16419 16257
Face 27792 16258 16420 16257
Face 27793 16580 16579 16419
Face 27794 16420 16580 16419
Face 27795 5195 5197 16579
Face 27796 16580 5195 16579
Face 27797 7265 7484 873
Face 27798 5195 2716 5197
Face 27799 1227 872 14011
Face 27800 7154 8172 15337
Face 27801 14140 14242 14241
Face 27802 2716 5195 9269
Face 27803 14380 14498 15759
Face 27804 16121 2365 3335
Face 27805 2756 18067 17940
Face 27806 73 14211 49
Face 27807 581 2931 6275
Face 27808 16431 16430 1128
Face 27809 15819 1131 3314
Face 27810 4218 581 6275
Face 27811 14559 15819 15531
Face 27812 15531 15819 3314
Face 27813 4752 14559 14799
Face 27814 14799 14559 15531
Face 27815 4711 4752 3112
Face 27816 3112 4752 14799
Face 27817 16569 14206 4871
Face 27818 4871 4711 3112
Face 27819 14959 2332 3375
Face 27820 15747 2269 16569
Face 27821 14018 14959 3375
Face 27822 14959 14383 14190
Face 27823 2332 14959 14190
Face 27824 14383 14084 4476
Face 27825 14190 14383 4476
Face 27826 14084 5511 1760
Face 27827 4476 14084 1760
Face 27828 5511 14038 14998
Face 27829 22611 17867 22319
Face 27830 12086 15033 12001
Face 27831 25987 29538 25553
Face 27832 18452 427 11950
Face 27833 33011 2562 2693
Face 27834 27450 25479 27998
Face 27835 12711 19438 19518
Face 27836 28631 28759 28630
Face 27837 19741 19740 19657
Face 27838 22559 13440 16185
Face 27839 21290 6269 21286
Face 27840 21290 21286 20375
Face 27841 19825 19901 19824
Face 27842 19979 19978 19900
Face 27843 14973 24401 23907
Face 27844 32754 33171 17281
Face 27845 15239 15238 15105
Face 27846 15106 15239 15105
Face 27847 15375 15374 15238
Face 27848 15239 15375 15238
Face 27849 15514 15513 15374
Face 27850 15375 15514 15374
Face 27851 15656 15655 15513
Face 27852 15514 15656 15513
Face 27853 15656 15799 15798
Face 27854 15655 15656 15798
Face 27855 15799 15950 15949
Face 27856 15798 15799 15949
Face 27857 16103 16102 15949
Face 27858 15950 16103 15949
Face 27859 16259 16258 16102
Face 27860 16103 16259 16102
Face 27861 16421 16420 16258
Face 27862 16259 16421 16258
Face 27863 16581 16580 16420
Face 27864 16421 16581 16420
Face 27865 5601 14680 14987
Face 27866 260 138 8775
Face 27867 7137 6873 8776
Face 27868 16269 5760 274
Face 27869 16496 16495 24696
Face 27870 7145 7399 10594
Face 27871 16595 7847 14099
Face 27872 12147 15954 13548
Face 27873 15199 9445 10831
Face 27874 4360 15337 16405
Face 27875 14265 15761 16526
Face 27876 16526 15761 14749
Face 27877 16652 16651 16492
Face 27878 14691 14692 16283
Face 27879 2714 16430 16431
Face 27880 16493 16652 16492
Face 27881 4939 2714 16431
Face 27882 16430 4103 1128
Face 27883 14923 331 2797
Face 27884 15183 14923 2797
Face 27885 331 16272 16271
Face 27886 2797 331 16271
Face 27887 16272 15124 15125
Face 27888 16271 16272 15125
Face 27889 14206 4711 4871
Face 27890 15124 15523 15524
Face 27891 1760 5511 14998
Face 27892 5131 13803 15747
Face 27893 14038 14732 16043
Face 27894 14998 14038 16043
Face 27895 14732 16382 16545
Face 27896 16043 14732 16545
Face 27897 16382 3632 5327
Face 27898 16545 16382 5327
Face 27899 3632 15056 4744
Face 27900 5327 3632 4744
Face 27901 19657 19656 19573
Face 27902 16498 22611 22319
Face 27903 17958 25987 25553
Face 27904 34794 34722 34398
Face 27905 22793 20621 22221
Face 27906 7013 28405 28695
Face 27907 4332 22469 10859
Face 27908 29407 29410 17728
Face 27909 13440 12813 16185
Face 27910 12276 10859 22469
Face 27911 20376 20375 19594
Face 27912 8259 13747 13077
Face 27913 5072 20728 19459
Face 27914 19597 20376 19594
Face 27915 19900 19978 19899
Face 27916 20728 20634 19459
Face 27917 15240 15239 15106
Face 27918 19301 15106 14973
Face 27919 15376 15375 15239
Face 27920 15240 15376 15239
Face 27921 15515 15514 15375
Face 27922 15376 15515 15375
Face 27923 15657 15656 15514
Face 27924 15515 15657 15514
Face 27925 15657 15800 15799
Face 27926 15656 15657 15799
Face 27927 15800 15951 15950
Face 27928 15799 15800 15950
Face 27929 15951 16104 16103
Face 27930 15950 15951 16103
Face 27931 16104 16260 16259
Face 27932 16103 16104 16259
Face 27933 13919 11932 13895
Face 27934 16259 16260 16421
Face 27935 9382 16581 9498
Face 27936 16580 9269 5195
Face 27937 6145 15183 5377
Face 27938 21372 21370 20461
Face 27939 22500 22501 22594
Face 27940 1780 14725 19906
Face 27941 16372 16368 14715
Face 27942 20298 14501 14768
Face 27943 5083 5210 5209
Face 27944 13854 13855 13868
Face 27945 4360 14802 15337
Face 27946 5760 16269 15127
Face 27947 15458 2076 4936
Face 27948 16242 16405 1798
Face 27949 15180 4487 15130
Face 27950 1805 14225 15821
Face 27951 1011 582 3501
Face 27952 15115 15114 13992
Face 27953 4156 4026 16651
Face 27954 14032 14118 14031
Face 27955 15125 15124 15524
Face 27956 15523 15178 864
Face 27957 3117 13803 2847
Face 27958 13803 2269 15747
Face 27959 14272 3117 14008
Face 27960 13803 5131 2847
Face 27961 14272 14008 14988
Face 27962 14863 14272 14988
Face 27963 2269 14206 16569
Face 27964 3117 2847 14008
Face 27965 7520 15 6535
Face 27966 14863 14988 5329
Face 27967 4744 15056 2675
Face 27968 29842 29841 25428
Face 27969 9613 16260 16105
Face 27970 14470 14471 14588
Face 27971 14589 14710 14709
Face 27972 13996 14006 15088
Face 27973 20296 20380 20295
Face 27974 19493 19574 19492
Face 27975 24319 2554 19537
Face 27976 21358 12976 24417
Face 27977 24669 24668 22890
Face 27978 24921 24789 24922
Face 27979 11993 26707 11994
Face 27980 33762 33888 33761
Face 27981 14488 22469 14369
Face 27982 28941 19190 29473
Face 27983 12459 12986 13077
Face 27984 12276 12913 32904
Face 27985 12619 19597 13074
Face 27986 17338 19719 19718
Face 27987 12619 13074 14483
Face 27988 19379 12619 14483
Face 27989 15106 15107 15240
Face 27990 19597 19594 13074
Face 27991 15377 15376 15240
Face 27992 15241 15377 15240
Face 27993 15377 15516 15515
Face 27994 15376 15377 15515
Face 27995 15516 15658 15657
Face 27996 15515 15516 15657
Face 27997 15658 15801 15800
Face 27998 15657 15658 15800
Face 27999 15801 15952 15951
Face 28000 15800 15801 15951
Face 28001 15952 16105 16104
Face 28002 15951 15952 16104
Face 28003 11620 11767 15889
Face 28004 16104 16105 16260
Face 28005 3841 4481 1690
Face 28006 34677 34343 34734
Face 28007 28930 29057 28929
Face 28008 12858 13259 13166
Face 28009 27720 27719 27592
Face 28010 22247 18518 17547
Face 28011 25216 350 4726
Face 28012 8835 32315 8348
Face 28013 29928 29927 29873
Face 28014 2236 4736 5006
Face 28015 16596 15611 5070
Face 28016 2921 14975 15442
Face 28017 15670 15661 15529
Face 28018 2802 13892 14919
Face 28019 16242 4360 16405
Face 28020 15351 15352 15491
Face 28021 14349 14467 14466
Face 28022 5891 3191 14023
Face 28023 10211 2640 12
Face 28024 8477 8576 8476
Face 28025 15634 15778 15777
Face 28026 14118 14117 14031
Face 28027 15524 15523 864
Face 28028 15178 4620 932
Face 28029 15521 15522 14209
Face 28030 6736 15521 14209
Face 28031 14588 14589 14709
Face 28032 15050 4935 14401
Face 28033 23213 14401 13876
Face 28034 15805 14553 14521
Face 28035 32474 32591 32473
Face 28036 32954 33088 32953
Face 28037 4346 14863 5329
Face 28038 22117 22116 22018
Face 28039 17273 17272 17182
Face 28040 15521 14561 15522
Face 28041 17993 18085 18084
Face 28042 13840 13839 13826
Face 28043 19837 638 4109
Face 28044 9840 9956 13493
Face 28045 15212 15348 15347
Face 28046 9728 9613 16105
Face 28047 17337 17246 17247
Face 28048 34441 34452 34411
Face 28049 21273 17869 18518
Face 28050 11109 29081 16962
Face 28051 18485 19723 193
Face 28052 6601 18048 16677
Face 28053 18126 12542 18740
Face 28054 12950 12858 13166
Face 28055 21354 21353 21260
Face 28056 14382 16370 3452
Face 28057 14488 14369 13166
Face 28058 26418 26306 29484
Face 28059 29086 19093 19196
Face 28060 14723 13346 21771
Face 28061 21868 14723 21771
Face 28062 15242 15378 15377
Face 28063 15241 15240 24299
Face 28064 15378 15517 15516
Face 28065 15377 15378 15516
Face 28066 15517 15659 15658
Face 28067 15516 15517 15658
Face 28068 15659 15802 15801
Face 28069 15658 15659 15801
Face 28070 15802 15953 15952
Face 28071 15801 15802 15952
Face 28072 12663 12755 12754
Face 28073 15952 15953 16105
Face 28074 16443 16436 14811
Face 28075 22309 22310 22405
Face 28076 13821 16590 14433
Face 28077 16590 14798 14433
Face 28078 15775 15927 15926
Face 28079 15630 15631 15774
Face 28080 17056 6812 19862
Face 28081 19733 19816 19732
Face 28082 14367 2906 9285
Face 28083 21447 21541 21446
Face 28084 25076 4874 5006
Face 28085 788 2165 6516
Face 28086 1494 21672 16354
Face 28087 2414 2285 4736
Face 28088 23171 2787 21101
Face 28089 22596 22597 20298
Face 28090 13895 12385 3168
Face 28091 14985 15319 15320
Face 28092 15096 15097 12755
Face 28093 5474 15329 15466
Face 28094 476 1336 475
Face 28095 9533 9532 14225
Face 28096 14137 14136 14047
Face 28097 13916 14114 14296
Face 28098 864 15178 932
Face 28099 4882 4618 14247
Face 28100 14561 14562 15522
Face 28101 15780 15117 932
Face 28102 21259 21165 32629
Face 28103 14607 14300 14370
Face 28104 16068 16225 16224
Face 28105 16067 16068 16224
Face 28106 14300 861 2383
Face 28107 16389 16388 16224
Face 28108 4346 5329 14562
Face 28109 12949 13261 12859
Face 28110 13260 13261 14370
Face 28111 14561 4346 14562
Face 28112 16225 16389 16224
Face 28113 21135 28095 21227
Face 28114 16552 16551 16388
Face 28115 16389 16552 16388
Face 28116 14486 14367 9285
Face 28117 19721 21662 22416
Face 28118 12677 21 9285
Face 28119 15750 5087 5088
Face 28120 24123 12760 12671
Face 28121 5213 5088 5089
Face 28122 2549 20889 20890
Face 28123 28368 28367 28233
Face 28124 19978 20055 20054
Face 28125 11918 16516 13346
Face 28126 15243 15379 15378
Face 28127 24299 15242 15241
Face 28128 34425 34746 34762
Face 28129 15378 15379 15517
Face 28130 7664 10830 9977
Face 28131 20832 14610 15166
Face 28132 15659 9731 15802
Face 28133 9843 9728 16105
Face 28134 9445 15199 14362
Face 28135 5003 5085 557
Face 28136 14132 14234 14131
Face 28137 13129 13224 13128
Face 28138 14814 14811 13813
Face 28139 13814 14814 13813
Face 28140 1133 14632 1692
Face 28141 14948 15081 15080
Face 28142 13172 13081 11732
Face 28143 22501 22595 22594
Face 28144 2779 4087 4751
Face 28145 2906 12677 9285
Face 28146 14256 14366 21
Face 28147 21354 21447 21353
Face 28148 14029 14024 2165
Face 28149 15488 15489 15630
Face 28150 2236 2414 4736
Face 28151 17992 17993 18084
Face 28152 14501 14767 14768
Face 28153 28923 29050 28922
Face 28154 1358 24952 4101
Face 28155 21352 21351 21258
Face 28156 21352 21445 21351
Face 28157 2029 2158 5899
Face 28158 4349 2159 4478
Face 28159 3206 3205 13962
Face 28160 2076 16585 16426
Face 28161 5901 15752 15901
Face 28162 13971 14048 13970
Face 28163 4936 2076 16426
Face 28164 4620 15780 932
Face 28165 2720 15335 13992
Face 28166 13261 14607 14370
Face 28167 15069 3327 15117
Face 28168 2677 254 16551
Face 28169 861 33937 7026
Face 28170 16552 2677 16551
Face 28171 2719 3376 254
Face 28172 2677 2719 254
Face 28173 3854 2179 3376
Face 28174 19937 9194 12945
Face 28175 2719 3854 3376
Face 28176 33489 33616 33488
Face 28177 30086 30148 30147
Face 28178 14300 2383 14370
Face 28179 28167 25968 16714
Face 28180 815 816 2179
Face 28181 14507 19937 12945
Face 28182 3854 815 2179
Face 28183 12677 14256 21
Face 28184 13210 6510 33812
Face 28185 3843 3711 816
Face 28186 13128 15243 15242
Face 28187 815 3843 816
Face 28188 6166 6167 8979
Face 28189 15379 15243 13221
Face 28190 8259 11436 13747
Face 28191 8249 14281 14283
Face 28192 13923 13922 13898
Face 28193 20011 20091 20010
Face 28194 2 13858 2286
Face 28195 2286 5252 4069
Face 28196 4487 14265 14260
Face 28197 6516 2165 6149
Face 28198 14616 16220 16064
Face 28199 16064 16220 3707
Face 28200 13941 13843 16538
Face 28201 16539 13941 16538
Face 28202 14234 14344 14233
Face 28203 14344 14343 14233
Face 28204 13814 13813 2030
Face 28205 1 13814 2030
Face 28206 15081 15213 15212
Face 28207 14947 14948 15080
Face 28208 1430 14123 3462
Face 28209 12578 12668 12667
Face 28210 14343 14342 14232
Face 28211 13985 15201 15070
Face 28212 16246 16049 14798
Face 28213 14162 15089 3459
Face 28214 14402 14318 4357
Face 28215 15631 15775 15774
Face 28216 17526 17440 17441
Face 28217 19540 15590 15447
Face 28218 14975 1494 15442
Face 28219 21257 21164 21258
Face 28220 21350 21349 21256
Face 28221 2413 2414 2236
Face 28222 15080 15212 15211
Face 28223 14716 16372 14715
Face 28224 14256 6510 14366
Face 28225 238 3064 3198
Face 28226 13870 13869 13856
Face 28227 3554 6002 15394
Face 28228 14552 14670 13981
Face 28229 14996 13820 14554
Face 28230 29181 29180 29049
Face 28231 4618 14260 14247
Face 28232 15780 15069 15117
Face 28233 14393 14394 3327
Face 28234 1011 3501 14713
Face 28235 13310 13403 9844
Face 28236 364 365 3711
Face 28237 3843 364 3711
Face 28238 2542 2674 365
Face 28239 364 2542 365
Face 28240 784 901 2674
Face 28241 2542 784 2674
Face 28242 784 4092 3963
Face 28243 14830 14831 14955
Face 28244 901 784 3963
Face 28245 9194 3461 4622
Face 28246 21366 21271 21178
Face 28247 4092 1346 905
Face 28248 5767 5896 1911
Face 28249 3963 4092 905
Face 28250 1346 14097 14073
Face 28251 905 1346 14073
Face 28252 14097 15227 15225
Face 28253 14073 14097 15225
Face 28254 13390 24885 23434
Face 28255 10863 6724 7888
Face 28256 18585 1343 17969
Face 28257 34573 34409 34504
Face 28258 15225 15227 933
Face 28259 18 15401 3937
Face 28260 14026 1011 14713
Face 28261 15112 15059 5775
Face 28262 2287 14730 3630
Face 28263 14730 14962 309
Face 28264 15492 15493 15634
Face 28265 15365 12753 12754
Face 28266 1435 2284 4084
Face 28267 14867 12556 10009
Face 28268 32851 32983 32850
Face 28269 13858 13848 2286
Face 28270 14122 1226 3065
Face 28271 15323 14282 11943
Face 28272 13886 13904 13885
Face 28273 16374 14689 3336
Face 28274 667 13835 555
Face 28275 14839 14835 13823
Face 28276 14344 14462 14343
Face 28277 14462 14461 14343
Face 28278 2247 7 6025
Face 28279 1547 6503 6821
Face 28280 15213 15349 15348
Face 28281 15080 15081 15212
Face 28282 22307 22308 22403
Face 28283 21443 21538 21537
Face 28284 15607 15743 15520
Face 28285 15743 1468 15051
Face 28286 14233 14343 14232
Face 28287 14461 14460 14342
Face 28288 4231 4357 15187
Face 28289 15191 4231 15187
Face 28290 25219 1651 701
Face 28291 14029 15191 14024
Face 28292 15869 7556 22543
Face 28293 5404 1651 25219
Face 28294 34603 34641 34311
Face 28295 2896 2643 15732
Face 28296 16368 16372 14940
Face 28297 5640 2919 2414
Face 28298 13962 238 3198
Face 28299 13928 13927 13903
Face 28300 34278 34379 34747
Face 28301 5474 15466 5475
Face 28302 34590 34473 34681
Face 28303 14571 14592 16209
Face 28304 13825 25166 13816
Face 28305 14260 14265 16526
Face 28306 15069 14393 3327
Face 28307 16110 16114 1797
Face 28308 657 4747 1762
Face 28309 14393 2287 3630
Face 28310 2508 15227 15228
Face 28311 781 1648 10997
Face 28312 930 5464 14859
Face 28313 339 900 2416
Face 28314 14325 14812 14198
Face 28315 34770 34600 34293
Face 28316 20547 20548 21838
Face 28317 34335 34277 34610
Face 28318 2147 13951 90
Face 28319 12945 9194 4622
Face 28320 3501 14361 14248
Face 28321 5896 2164 1911
Face 28322 18085 18180 18179
Face 28323 14812 5527 14198
Face 28324 18084 18085 18179
Face 28325 18180 18278 18277
Face 28326 14355 17535 17286
Face 28327 4470 14618 14325
Face 28328 18179 18180 18277
Face 28329 1952 14730 309
Face 28330 14832 14956 14831
Face 28331 15493 15635 15634
Face 28332 14962 15822 14276
Face 28333 14051 14140 14050
Face 28334 17566 17565 17476
Face 28335 19746 19829 19828
Face 28336 13881 13899 13880
Face 28337 15065 12321 22586
Face 28338 14861 14860 13848
Face 28339 14025 16535 14180
Face 28340 16406 10941 3432
Face 28341 13835 14839 13823
Face 28342 13855 13869 13868
Face 28343 13896 13920 13895
Face 28344 16539 16538 14835
Face 28345 7 1547 6821
Face 28346 14580 14579 14461
Face 28347 3064 1129 3198
Face 28348 1 2030 6503
Face 28349 21257 21350 21256
Face 28350 15212 15213 15348
Face 28351 337 231 4211
Face 28352 12621 13267 13173
Face 28353 5772 5018 16522
Face 28354 16203 15743 15051
Face 28355 18651 25967 25966
Face 28356 25488 25572 22450
Face 28357 20047 20129 20128
Face 28358 19406 19405 19329
Face 28359 15349 15489 15488
Face 28360 15348 15349 15488
Face 28361 5134 267 1651
Face 28362 4726 5134 1651
Face 28363 29464 26702 29465
Face 28364 11843 13010 2921
Face 28365 2413 5640 2414
Face 28366 667 555 2919
Face 28367 1153 1154 5342
Face 28368 5640 667 2919
Face 28369 34370 34766 34291
Face 28370 15901 15752 14025
Face 28371 34618 34670 34601
Face 28372 527 15745 14198
Face 28373 14749 2032 16527
Face 28374 15082 15083 15214
Face 28375 23492 23574 21635
Face 28376 14239 14349 14238
Face 28377 14394 14393 3630
Face 28378 582 3705 3501
Face 28379 16270 15128 15126
Face 28380 14730 1952 3630
Face 28381 15809 15808 5268
Face 28382 13896 3168 13878
Face 28383 14035 18627 14061
Face 28384 14682 14683 14324
Face 28385 16266 14682 14324
Face 28386 14273 14388 14683
Face 28387 14682 14273 14683
Face 28388 3463 1800 14388
Face 28389 14502 2676 4470
Face 28390 14273 3463 14388
Face 28391 15464 14288 14502
Face 28392 2676 14618 4470
Face 28393 2379 15605 15464
Face 28394 14288 2676 14502
Face 28395 1379 14182 2379
Face 28396 15605 14288 15464
Face 28397 14125 14161 1800
Face 28398 3463 14125 1800
Face 28399 14017 14018 14161
Face 28400 14125 14017 14161
Face 28401 15384 14959 14018
Face 28402 14144 14182 1379
Face 28403 137 14144 1379
Face 28404 14276 15822 16087
Face 28405 309 14962 14276
Face 28406 15352 15353 15492
Face 28407 14214 74 15969
Face 28408 28118 28117 27984
Face 28409 5903 5514 15200
Face 28410 14114 14124 1805
Face 28411 15309 15308 12859
Face 28412 340 15496 15638
Face 28413 12114 13364 15031
Face 28414 4488 16566 15359
Face 28415 2546 3630 15933
Face 28416 2929 15257 15392
Face 28417 14839 16539 14835
Face 28418 1129 6007 103
Face 28419 13920 13919 13895
Face 28420 14435 16195 15318
Face 28421 1547 1 6503
Face 28422 15380 14194 15500
Face 28423 15381 15380 15500
Face 28424 13805 634 337
Face 28425 9416 12621 13173
Face 28426 3834 4211 79
Face 28427 164 3834 79
Face 28428 16279 5772 16522
Face 28429 5018 15961 15960
Face 28430 1468 5772 16279
Face 28431 15051 1468 16279
Face 28432 4467 12929 2665
Face 28433 15743 16203 15520
Face 28434 15489 15631 15630
Face 28435 16175 4467 2665
Face 28436 2247 6025 267
Face 28437 14877 13877 14333
Face 28438 20881 26926 26908
Face 28439 5134 2247 267
Face 28440 14043 14132 14042
Face 28441 14234 14233 14131
Face 28442 13835 13823 555
Face 28443 14184 5136 13843
Face 28444 14451 2418 14250
Face 28445 16535 14451 14180
Face 28446 1645 1754 6484
Face 28447 15490 15491 15632
Face 28448 14027 14037 14114
Face 28449 1785 13956 14997
Face 28450 5905 1130 1129
Face 28451 2893 6533 15045
Face 28452 4158 18059 4028
Face 28453 3705 2368 2417
Face 28454 15822 5460 16087
Face 28455 5266 16546 16383
Face 28456 6275 14144 137
Face 28457 1796 6275 137
Face 28458 14102 3314 4454
Face 28459 4218 6275 1796
Face 28460 14618 14812 14325
Face 28461 4454 4218 1796
Face 28462 14017 15384 14018
Face 28463 4876 15531 14102
Face 28464 15384 15501 14383
Face 28465 14959 15384 14383
Face 28466 15501 4885 14084
Face 28467 14383 15501 14084
Face 28468 4885 3714 5511
Face 28469 14084 4885 5511
Face 28470 3714 14090 14038
Face 28471 5511 3714 14038
Face 28472 14090 15596 14732
Face 28473 14038 14090 14732
Face 28474 15596 16219 16382
Face 28475 5147 14799 4876
Face 28476 14732 15596 16382
Face 28477 5460 6157 14080
Face 28478 14182 15605 2379
Face 28479 15529 15662 15391
Face 28480 16087 5460 14080
Face 28481 18278 18373 18372
Face 28482 15190 14504 13812
Face 28483 14470 14588 14587
Face 28484 15045 15880 32427
Face 28485 14027 14114 13916
Face 28486 15215 15351 15350
Face 28487 14949 14950 15082
Face 28488 15351 15491 15490
Face 28489 18277 18278 18372
Face 28490 3630 1952 15933
Face 28491 15257 14868 14869
Face 28492 931 2929 15392
Face 28493 11283 13107 11596
Face 28494 2289 3703 671
Face 28495 15534 15536 15813
Face 28496 14805 16278 1652
Face 28497 3580 15380 15381
Face 28498 15382 3580 15381
Face 28499 14807 14792 634
Face 28500 554 13805 337
Face 28501 164 79 654
Face 28502 542 164 654
Face 28503 4737 63 1430
Face 28504 4730 13936 13909
Face 28505 13909 5198 4737
Face 28506 5198 63 4737
Face 28507 15607 15520 16409
Face 28508 16410 15607 16409
Face 28509 22308 22404 22403
Face 28510 265 264 699
Face 28511 34589 12721 12186
Face 28512 3048 5124 14756
Face 28513 7 6821 6025
Face 28514 14814 16443 14811
Face 28515 13966 14043 13965
Face 28516 14132 14131 14042
Face 28517 13941 14184 13843
Face 28518 6734 15617 5136
Face 28519 14162 3459 3460
Face 28520 13833 14162 3460
Face 28521 551 442 167
Face 28522 15350 15351 15490
Face 28523 22133 22421 3035
Face 28524 4357 14318 4487
Face 28525 13664 12909 13570
Face 28526 14031 23193 14032
Face 28527 7189 14808 10826
Face 28528 14242 14352 14351
Face 28529 14865 5266 16383
Face 28530 16546 3967 3839
Face 28531 14836 3112 5147
Face 28532 14799 15531 4876
Face 28533 16219 3631 3632
Face 28534 16382 16219 3632
Face 28535 4739 4871 14836
Face 28536 6006 12526 3631
Face 28537 3314 4218 4454
Face 28538 3112 14799 5147
Face 28539 3632 3631 15056
Face 28540 15226 16569 4739
Face 28541 2411 9177 4801
Face 28542 18914 19023 19022
Face 28543 19742 19741 19658
Face 28544 24565 16172 16171
Face 28545 14710 17873 17955
Face 28546 11853 11621 11770
Face 28547 16569 4871 4739
Face 28548 14420 2626 14783
Face 28549 6157 5266 14865
Face 28550 15531 3314 14102
Face 28551 14963 3796 15315
Face 28552 14080 6157 14865
Face 28553 14560 14063 14067
Face 28554 15315 14560 14067
Face 28555 14951 15084 15083
Face 28556 14706 14829 14828
Face 28557 5779 13945 3977
Face 28558 14145 14250 14156
Face 28559 14326 13916 14795
Face 28560 14674 14326 14795
Face 28561 13849 13863 13862
Face 28562 15083 15215 15214
Face 28563 15519 15933 15060
Face 28564 14794 15458 14298
Face 28565 15467 14935 13831
Face 28566 15392 15257 14869
Face 28567 15093 1454 18528
Face 28568 14286 30 16406
Face 28569 15813 15671 14754
Face 28570 15671 14753 14754
Face 28571 16118 3580 15382
Face 28572 14197 16118 15382
Face 28573 16422 16410 14792
Face 28574 13805 14807 634
Face 28575 542 654 263
Face 28576 264 542 263
Face 28577 22212 22211 22116
Face 28578 12929 4467 15443
Face 28579 14596 1380 3558
Face 28580 3459 14596 3558
Face 28581 634 14792 5472
Face 28582 16410 16409 14744
Face 28583 25221 698 5142
Face 28584 5769 542 264
Face 28585 34453 34409 34573
Face 28586 2490 7745 4989
Face 28587 15641 15637 16436
Face 28588 16443 15641 16436
Face 28589 13966 13965 13919
Face 28590 13920 13966 13919
Face 28591 14184 6734 5136
Face 28592 16123 16122 15617
Face 28593 21648 34313 34629
Face 28594 3955 14216 14215
Face 28595 15491 15633 15632
Face 28596 3182 423 6533
Face 28597 580 15761 14265
Face 28598 14326 14027 13916
Face 28599 14192 15455 14919
Face 28600 15477 15253 14938
Face 28601 670 785 13951
Face 28602 13345 13252 28701
Face 28603 16383 16546 3839
Face 28604 3967 4237 2976
Face 28605 14010 5131 15899
Face 28606 15747 16569 15226
Face 28607 15095 4883 4617
Face 28608 3455 21280 20735
Face 28609 778 15805 15680
Face 28610 2847 5131 14376
Face 28611 14179 4617 4883
Face 28612 4871 3112 14836
Face 28613 5131 15747 15899
Face 28614 383 5500 2146
Face 28615 14008 2847 15758
Face 28616 5630 980 130
Face 28617 2893 3182 6533
Face 28618 15680 15805 14521
Face 28619 19963 17708 17618
Face 28620 15308 12949 12859
Face 28621 13179 15763 13650
Face 28622 15169 15168 14659
Face 28623 14040 14128 11283
Face 28624 1951 24 76
Face 28625 15915 16069 16068
Face 28626 14562 5329 14679
Face 28627 5329 14988 14932
Face 28628 14562 14679 3195
Face 28629 14988 15118 14932
Face 28630 15522 14562 3195
Face 28631 5329 14932 14679
Face 28632 14067 14063 16532
Face 28633 14063 14224 16532
Face 28634 14692 14715 16358
Face 28635 14825 14826 14950
Face 28636 13968 13967 13921
Face 28637 13898 13922 13897
Face 28638 15047 5077 5078
Face 28639 13016 12291 5019
Face 28640 14582 14581 14463
Face 28641 15397 10009 11208
Face 28642 14042 10689 13965
Face 28643 16571 16582 13946
Face 28644 3068 14935 15467
Face 28645 1237 3068 15467
Face 28646 13840 13853 13839
Face 28647 15752 16057 16535
Face 28648 14753 14690 14754
Face 28649 14690 14112 14754
Face 28650 15963 16118 14197
Face 28651 15962 15963 14197
Face 28652 15619 15607 16410
Face 28653 14807 16422 14792
Face 28654 264 263 698
Face 28655 699 264 698
Face 28656 19997 24132 23559
Face 28657 22117 22212 22116
Face 28658 13965 11851 13919
Face 28659 10713 9665 1799
Face 28660 14792 16410 14744
Face 28661 14131 14130 14041
Face 28662 265 5769 264
Face 28663 14792 14744 5472
Face 28664 13359 13121 13862
Face 28665 72 164 542
Face 28666 15641 16195 14435
Face 28667 14675 16523 14922
Face 28668 14043 14042 13965
Face 28669 15637 15641 14435
Face 28670 6734 16123 15617
Face 28671 3765 9278 3896
Face 28672 14082 7831 8563
Face 28673 2929 931 16122
Face 28674 34493 34658 34692
Face 28675 3460 3459 14591
Face 28676 14037 14124 14114
Face 28677 13871 13887 13886
Face 28678 15476 15201 13985
Face 28679 13860 14674 13846
Face 28680 34796 34535 34493
Face 28681 15222 14858 14123
Face 28682 3839 3967 2976
Face 28683 15328 11373 14066
Face 28684 15899 15747 15226
Face 28685 4237 14358 136
Face 28686 1341 14997 2844
Face 28687 14209 15522 15495
Face 28688 16069 16226 16225
Face 28689 16068 16069 16225
Face 28690 14209 15495 15532
Face 28691 16390 16389 16225
Face 28692 5131 14010 14376
Face 28693 15533 14209 15532
Face 28694 16226 16390 16225
Face 28695 14008 15758 15118
Face 28696 16390 16553 16552
Face 28697 16389 16390 16552
Face 28698 2459 2677 16552
Face 28699 16553 2459 16552
Face 28700 2589 2719 2677
Face 28701 2459 2589 2677
Face 28702 3853 3854 2719
Face 28703 2589 3853 2719
Face 28704 814 815 3854
Face 28705 3853 814 3854
Face 28706 5520 3843 815
Face 28707 19650 19733 19649
Face 28708 814 5520 815
Face 28709 363 364 3843
Face 28710 34282 34495 34639
Face 28711 5520 363 3843
Face 28712 2543 2542 364
Face 28713 19567 19650 19566
Face 28714 19733 19732 19649
Face 28715 16532 14224 14062
Face 28716 14224 2933 14062
Face 28717 3705 2417 14361
Face 28718 14192 15248 15185
Face 28719 1241 14475 3841
Face 28720 13922 13968 13921
Face 28721 34473 34446 34295
Face 28722 11373 12281 11157
Face 28723 14438 14433 15324
Face 28724 15364 4488 16041
Face 28725 14798 16049 14403
Face 28726 34440 34733 23023
Face 28727 14001 14285 13831
Face 28728 14935 14617 13831
Face 28729 16175 2665 9647
Face 28730 15339 11846 15203
Face 28731 14690 6395 14112
Face 28732 6395 3577 14112
Face 28733 15535 15963 15962
Face 28734 6027 15535 15962
Face 28735 15619 15900 15743
Face 28736 16422 15619 16410
Face 28737 25358 5141 4365
Face 28738 19826 19825 19742
Face 28739 698 697 5141
Face 28740 21442 21443 21537
Face 28741 15909 15806 14187
Face 28742 1020 15936 16089
Face 28743 9209 13487 423
Face 28744 3182 9209 423
Face 28745 3834 337 4211
Face 28746 634 5472 231
Face 28747 5769 72 542
Face 28748 5378 3834 164
Face 28749 14194 14675 14922
Face 28750 15500 14194 14922
Face 28751 16195 14805 15318
Face 28752 15318 14805 1652
Face 28753 262 441 166
Face 28754 1525 1635 1524
Face 28755 16123 2929 16122
Face 28756 14868 13874 528
Face 28757 12260 11977 13487
Face 28758 11118 11058 11119
Face 28759 13199 13957 14030
Face 28760 34832 34405 34335
Face 28761 14385 13860 13846
Face 28762 14736 14385 13846
Face 28763 14351 14352 14469
Face 28764 14045 14044 13967
Face 28765 9209 12260 13487
Face 28766 12260 10207 15032
Face 28767 2976 4237 136
Face 28768 14062 2933 16408
Face 28769 19567 19566 19485
Face 28770 19486 19567 19485
Face 28771 363 2543 364
Face 28772 2543 448 784
Face 28773 2542 2543 784
Face 28774 448 4093 4092
Face 28775 15522 3195 15495
Face 28776 19665 19748 19747
Face 28777 14988 14008 15118
Face 28778 14358 14378 14377
Face 28779 13261 13260 12859
Face 28780 2847 14376 15758
Face 28781 784 448 4092
Face 28782 31536 33028 19117
Face 28783 4093 906 1346
Face 28784 4092 4093 1346
Face 28785 906 14105 14097
Face 28786 1346 906 14097
Face 28787 34302 34775 34826
Face 28788 14097 14105 15227
Face 28789 4801 4807 14571
Face 28790 5626 14961 5627
Face 28791 2005 2641 14626
Face 28792 18469 2174 18468
Face 28793 34407 34581 34715
Face 28794 563 17277 562
Face 28795 14098 14682 16266
Face 28796 17234 17899 15972
Face 28797 14274 14273 14682
Face 28798 14098 14274 14682
Face 28799 14803 3463 14273
Face 28800 18413 19355 17535
Face 28801 22425 22344 22329
Face 28802 14012 3 14170
Face 28803 2933 338 16408
Face 28804 14838 14009 3024
Face 28805 15527 2720 13995
Face 28806 4481 14357 14275
Face 28807 2276 6648 1124
Face 28808 15496 15397 16570
Face 28809 7068 7960 9292
Face 28810 14433 14798 14552
Face 28811 14709 14832 14831
Face 28812 3205 238 13962
Face 28813 13943 13942 16548
Face 28814 7745 2490 19703
Face 28815 14617 14001 13831
Face 28816 13579 20119 20816
Face 28817 13847 13836 899
Face 28818 6395 15385 3577
Face 28819 15385 14557 3577
Face 28820 5590 14399 3840
Face 28821 3968 15535 6027
Face 28822 15900 5590 1468
Face 28823 15607 15619 15743
Face 28824 22211 22212 22307
Face 28825 21538 21631 21630
Face 28826 263 369 697
Face 28827 5142 698 5141
Face 28828 2432 15806 15909
Face 28829 13918 2432 15909
Face 28830 19970 19969 19891
Face 28831 16048 15892 15601
Face 28832 337 634 231
Face 28833 19892 19970 19891
Face 28834 72 5378 164
Face 28835 14233 14232 14130
Face 28836 16523 14286 14922
Face 28837 554 337 3834
Face 28838 16278 15536 15534
Face 28839 16435 16422 14807
Face 28840 13016 5019 11943
Face 28841 1652 16278 15534
Face 28842 14869 14868 528
Face 28843 14797 14556 14082
Face 28844 890 5528 212
Face 28845 13874 3068 1237
Face 28846 15074 15075 15206
Face 28847 14356 1804 14278
Face 28848 14674 14795 13846
Face 28849 14004 14925 14387
Face 28850 14025 14180 2368
Face 28851 15321 2203 2076
Face 28852 19680 20467 20466
Face 28853 25741 25640 19520
Face 28854 338 16594 16111
Face 28855 6819 15093 14500
Face 28856 19650 19649 19566
Face 28857 16408 338 16111
Face 28858 14274 14803 14273
Face 28859 2164 23563 1911
Face 28860 16589 14125 3463
Face 28861 14803 16589 3463
Face 28862 14708 14831 14830
Face 28863 14016 14017 14125
Face 28864 14377 14378 14963
Face 28865 13849 13121 12113
Face 28866 136 14358 14377
Face 28867 3796 14560 15315
Face 28868 21956 21955 20302
Face 28869 14378 3796 14963
Face 28870 16589 14016 14125
Face 28871 22248 21955 21956
Face 28872 14002 15384 14017
Face 28873 14016 14002 14017
Face 28874 14002 13811 15501
Face 28875 15384 14002 15501
Face 28876 13811 4228 4885
Face 28877 15501 13811 4885
Face 28878 4228 3713 3714
Face 28879 4885 4228 3714
Face 28880 3713 15609 14090
Face 28881 3714 3713 14090
Face 28882 15609 15129 15596
Face 28883 14090 15609 15596
Face 28884 34647 34508 34774
Face 28885 15129 16042 16219
Face 28886 14159 14074 2585
Face 28887 22344 22248 22536
Face 28888 15391 334 74
Face 28889 15756 15906 15905
Face 28890 13551 13646 11813
Face 28891 13853 13852 13839
Face 28892 340 6610 15496
Face 28893 14155 13933 5528
Face 28894 15302 24545 695
Face 28895 15328 11377 11373
Face 28896 13943 15599 5269
Face 28897 15476 15672 15201
Face 28898 10589 4611 7817
Face 28899 14715 16368 16358
Face 28900 16582 13948 13946
Face 28901 16373 16125 16124
Face 28902 14797 14555 14557
Face 28903 16269 16270 15126
Face 28904 15900 15600 5590
Face 28905 15385 14797 14557
Face 28906 15743 15900 1468
Face 28907 3840 3968 6027
Face 28908 13632 16175 9647
Face 28909 5590 3840 5772
Face 28910 698 263 697
Face 28911 21350 21443 21349
Face 28912 229 2432 13918
Face 28913 654 408 369
Face 28914 14087 15909 14185
Face 28915 15806 1020 14187
Face 28916 16402 15502 16385
Face 28917 15892 16048 15358
Face 28918 14303 14539 2896
Face 28919 14744 14738 12654
Face 28920 15089 14596 3459
Face 28921 1380 14733 5901
Face 28922 5378 554 3834
Face 28923 15382 15381 15246
Face 28924 898 13807 554
Face 28925 14810 14807 13805
Face 28926 15536 15671 15813
Face 28927 13858 14861 13848
Face 28928 14677 14556 14797
Face 28929 15385 14677 14797
Face 28930 528 13874 1237
Face 28931 13948 14794 2302
Face 28932 14035 2757 18627
Face 28933 14617 14739 14001
Face 28934 14991 7187 7079
Face 28935 13879 13897 13878
Face 28936 13948 13949 14794
Face 28937 15741 15321 15458
Face 28938 1695 14025 2368
Face 28939 14950 14951 15083
Face 28940 672 2290 6022
Face 28941 2035 1912 6022
Face 28942 9436 7778 9086
Face 28943 3812 15399 1236
Face 28944 11977 12260 15032
Face 28945 14504 14622 13812
Face 28946 15596 15129 16219
Face 28947 16042 6006 3631
Face 28948 16219 16042 3631
Face 28949 1140 1247 1139
Face 28950 14707 14708 14830
Face 28951 14937 14325 15745
Face 28952 18406 18501 18500
Face 28953 586 17391 17301
Face 28954 16595 12470 13453
Face 28955 15216 15217 15352
Face 28956 21270 22344 22536
Face 28957 34660 34701 34485
Face 28958 14586 14587 14707
Face 28959 22536 22248 21956
Face 28960 2027 281 124
Face 28961 759 4470 14937
Face 28962 16375 14986 16372
Face 28963 5775 6380 65
Face 28964 13844 15055 14166
Face 28965 34462 25985 26558
Face 28966 13888 13906 13905
Face 28967 13887 13888 13905
Face 28968 6515 4344 787
Face 28969 18224 1319 18428
Face 28970 13906 13930 13929
Face 28971 14050 14049 13972
Face 28972 14361 13952 1463
Face 28973 15084 15085 15216
Face 28974 13973 14050 13972
Face 28975 14275 14155 5528
Face 28976 14214 15391 74
Face 28977 14211 15499 340
Face 28978 11853 11936 11544
Face 28979 14085 15598 13979
Face 28980 34305 3031 10247
Face 28981 13932 13931 13907
Face 28982 14475 14357 4481
Face 28983 22414 13286 22318
Face 28984 15599 16373 14397
Face 28985 3814 1341 2844
Face 28986 5269 15599 14397
Face 28987 14082 14734 14555
Face 28988 13453 12736 11094
Face 28989 15636 15600 15619
Face 28990 14797 14082 14555
Face 28991 1468 5590 5772
Face 28992 14399 3968 3840
Face 28993 19970 20047 19969
Face 28994 3840 6027 5018
Face 28995 263 654 369
Face 28996 22212 22308 22307
Face 28997 929 229 335
Face 28998 79 26 408
Face 28999 14187 16089 16245
Face 29000 335 229 13918
Face 29001 7960 7068 10858
Face 29002 14185 14187 16245
Face 29003 15502 15892 15358
Face 29004 15892 14876 15601
Face 29005 5472 14744 12654
Face 29006 14738 16402 14731
Face 29007 14042 14131 14041
Face 29008 16409 16402 14738
Face 29009 15387 15382 15246
Face 29010 14123 13985 3462
Face 29011 13807 14810 13805
Face 29012 15381 15500 15785
Face 29013 8576 2103 8476
Face 29014 2001 898 5378
Face 29015 14556 15396 14082
Face 29016 10207 22368 22272
Face 29017 14860 14861 16571
Face 29018 14677 15385 6395
Face 29019 15097 15230 12755
Face 29020 15032 10207 22272
Face 29021 13921 13920 13896
Face 29022 14935 16051 14617
Face 29023 14794 15741 15458
Face 29024 13897 13921 13896
Face 29025 2045 4858 14749
Face 29026 33887 33886 33760
Face 29027 3977 15093 6819
Face 29028 13880 13879 13863
Face 29029 2330 2651 2652
Face 29030 14497 14616 16064
Face 29031 14874 14940 16366
Face 29032 13951 3181 670
Face 29033 4883 14223 14179
Face 29034 14502 4470 759
Face 29035 903 14006 13996
Face 29036 130 778 15680
Face 29037 23269 14179 14401
Face 29038 9292 14082 15396
Face 29039 15464 14502 14384
Face 29040 19125 19234 19233
Face 29041 12668 12579 12669
Face 29042 15353 15493 15492
Face 29043 1804 15901 14278
Face 29044 16526 14749 16527
Face 29045 22368 14531 12205
Face 29046 167 442 168
Face 29047 14262 14855 15326
Face 29048 14325 14198 15745
Face 29049 9498 9497 9382
Face 29050 13853 13867 13852
Face 29051 1796 137 14360
Face 29052 14553 16120 16114
Face 29053 14947 14946 14821
Face 29054 22272 22368 12205
Face 29055 16050 14166 15477
Face 29056 11142 5895 34380
Face 29057 4454 1796 2386
Face 29058 371 480 17211
Face 29059 1463 13952 14672
Face 29060 4470 14325 14937
Face 29061 2500 12818 16549
Face 29062 14587 14708 14707
Face 29063 14826 14827 14951
Face 29064 9499 16260 9612
Face 29065 776 15904 15905
Face 29066 15217 15353 15352
Face 29067 16585 14099 14211
Face 29068 14828 14829 14953
Face 29069 5070 15611 16107
Face 29070 6610 15397 15496
Face 29071 17339 19719 17338
Face 29072 14584 14585 14705
Face 29073 14394 14280 2715
Face 29074 34588 34360 34544
Face 29075 11616 11460 11785
Face 29076 19767 11651 11731
Face 29077 13856 13871 13870
Face 29078 9324 10830 1230
Face 29079 16435 15636 16422
Face 29080 15964 2128 16115
Face 29081 5772 3840 5018
Face 29082 15600 14399 5590
Face 29083 14531 19270 13200
Face 29084 6027 15962 15961
Face 29085 654 79 408
Face 29086 3898 14539 14303
Face 29087 16280 929 14253
Face 29088 4211 6413 26
Face 29089 16089 14434 13859
Face 29090 14253 929 335
Face 29091 2150 7697 9416
Face 29092 16245 16089 13859
Face 29093 13933 15326 1352
Face 29094 4185 10507 4316
Face 29095 16411 8839 8944
Face 29096 4107 4108 1314
Face 29097 15502 15358 16385
Face 29098 3038 3204 3205
Face 29099 14744 16409 14738
Face 29100 12654 14738 6143
Face 29101 3462 13985 15070
Face 29102 15520 15502 16402
Face 29103 15246 15381 15785
Face 29104 15128 15526 15527
Face 29105 13807 13805 554
Face 29106 15500 14922 14921
Face 29107 34772 34746 34425
Face 29108 159 2001 72
Face 29109 665 14677 6395
Face 29110 11767 11620 11453
Face 29111 3204 343 238
Face 29112 665 6395 14690
Face 29113 14739 14857 14001
Face 29114 14692 16358 16283
Face 29115 13967 13966 13920
Face 29116 3068 5270 14935
Face 29117 13949 15741 14794
Face 29118 13921 13967 13920
Face 29119 6107 5980 8208
Face 29120 34355 34400 34624
Face 29121 14952 14953 15085
Face 29122 14467 14585 14584
Face 29123 15602 15459 4990
Face 29124 1803 474 1358
Face 29125 14384 14502 759
Face 29126 5601 14987 5602
Face 29127 14049 14048 13971
Face 29128 14168 1379 5380
Face 29129 15620 15764 15763
Face 29130 20396 13162 20395
Face 29131 13937 15464 14384
Face 29132 2386 1796 14360
Face 29133 233 15602 4990
Face 29134 18952 3962 171
Face 29135 14953 15086 15085
Face 29136 19071 17966 17784
Face 29137 94 20534 20533
Face 29138 16237 16401 16400
Face 29139 16220 16374 3707
Face 29140 9213 14281 8262
Face 29141 1128 4103 15122
Face 29142 15124 15123 15523
Face 29143 14499 4876 6616
Face 29144 14102 4454 13954
Face 29145 15764 15916 15915
Face 29146 15763 15764 15915
Face 29147 15916 16070 16069
Face 29148 15915 15916 16069
Face 29149 16227 16226 16069
Face 29150 16070 16227 16069
Face 29151 4876 14102 6616
Face 29152 16391 16390 16226
Face 29153 6002 5780 15394
Face 29154 13954 4454 2386
Face 29155 15643 5775 15059
Face 29156 1541 4341 1529
Face 29157 14952 15085 15084
Face 29158 11539 12012 11617
Face 29159 15086 15087 15218
Face 29160 14951 14952 15084
Face 29161 2076 2203 16585
Face 29162 14954 15087 15086
Face 29163 3503 4107 4235
Face 29164 15499 6610 340
Face 29165 4090 777 776
Face 29166 14433 14552 15324
Face 29167 13942 13943 5269
Face 29168 16206 5091 5092
Face 29169 15193 11770 14028
Face 29170 2129 16115 2380
Face 29171 14725 15722 14905
Face 29172 14014 14191 14074
Face 29173 14810 16435 14807
Face 29174 12662 15503 12661
Face 29175 5018 6027 15961
Face 29176 15600 15900 15619
Face 29177 14131 14233 14130
Face 29178 15962 14197 16424
Face 29179 79 4211 26
Face 29180 20047 20046 19969
Face 29181 14876 16280 16281
Face 29182 231 46 6413
Face 29183 14434 15388 13804
Face 29184 16281 16280 14253
Face 29185 20975 20886 33949
Face 29186 13859 14434 13804
Face 29187 19877 19878 19952
Face 29188 19417 19473 19388
Face 29189 21630 21631 21725
Face 29190 34363 34673 34680
Face 29191 2643 19541 15732
Face 29192 21823 21919 21918
Face 29193 22135 22038 13537
Face 29194 4108 3038 1314
Face 29195 16402 16385 14731
Face 29196 3503 1504 4107
Face 29197 16409 15520 16402
Face 29198 46 12654 132
Face 29199 13828 13841 13840
Face 29200 16203 15892 15502
Face 29201 15785 15500 14921
Face 29202 14743 14866 14622
Face 29203 898 554 5378
Face 29204 14922 14286 14287
Face 29205 14402 1133 580
Face 29206 5898 159 5769
Face 29207 15895 665 14690
Face 29208 15092 5241 5371
Face 29209 14861 16582 16571
Face 29210 15895 14690 14753
Face 29211 16051 14739 14617
Face 29212 15618 14208 5255
Face 29213 14044 14043 13966
Face 29214 13874 16204 3068
Face 29215 32700 32833 32699
Face 29216 13967 14044 13966
Face 29217 16283 16358 14279
Face 29218 34729 34686 34436
Face 29219 17364 17363 17272
Face 29220 14022 15180 14021
Face 29221 4103 14992 15122
Face 29222 13885 13903 13884
Face 29223 2379 15464 13937
Face 29224 20739 14098 21561
Face 29225 137 1379 14168
Face 29226 5380 2379 13937
Face 29227 14360 137 14168
Face 29228 1379 2379 5380
Face 29229 15389 15254 16211
Face 29230 19862 13390 23434
Face 29231 14925 16359 14743
Face 29232 14670 14387 15190
Face 29233 4359 3372 1243
Face 29234 16359 4359 1243
Face 29235 13869 13870 13885
Face 29236 16359 1243 14743
Face 29237 15525 15046 15178
Face 29238 14737 3066 1011
Face 29239 6616 14102 13954
Face 29240 15523 15525 15178
Face 29241 16227 16391 16226
Face 29242 5147 4876 14499
Face 29243 16391 16554 16553
Face 29244 16390 16391 16553
Face 29245 6742 2459 16553
Face 29246 16554 6742 16553
Face 29247 2460 2589 2459
Face 29248 1578 4739 14960
Face 29249 14836 5147 14207
Face 29250 14834 15896 4620
Face 29251 15123 15525 15523
Face 29252 14925 14743 14504
Face 29253 14357 14474 14155
Face 29254 14953 14954 15086
Face 29255 15085 15217 15216
Face 29256 15458 15321 2076
Face 29257 14703 14826 14825
Face 29258 1783 4488 15359
Face 29259 14099 15499 14211
Face 29260 14857 15935 14001
Face 29261 3251 3503 4235
Face 29262 4488 1783 16041
Face 29263 13858 24661 24524
Face 29264 16277 15537 15536
Face 29265 5761 6 51
Face 29266 13950 16365 410
Face 29267 10367 10594 14328
Face 29268 16036 16216 19924
Face 29269 15214 15215 15350
Face 29270 15961 15962 16424
Face 29271 15636 15619 16422
Face 29272 3965 14173 14735
Face 29273 14197 15382 15387
Face 29274 4211 231 6413
Face 29275 12205 14531 13200
Face 29276 408 26 91
Face 29277 5472 12654 46
Face 29278 15388 5331 14961
Face 29279 15601 14876 16281
Face 29280 16048 15601 15356
Face 29281 13804 15388 14961
Face 29282 5901 14733 15752
Face 29283 7019 20709 20708
Face 29284 2031 13847 899
Face 29285 19270 19309 19278
Face 29286 13887 13905 13904
Face 29287 14563 14443 6277
Face 29288 29402 29403 29533
Face 29289 21632 21728 21727
Face 29290 15356 15601 16282
Face 29291 11536 13646 13551
Face 29292 13902 13901 13883
Face 29293 15456 16048 15356
Face 29294 14738 14731 6143
Face 29295 13926 13925 13901
Face 29296 15520 16203 15502
Face 29297 6413 46 4462
Face 29298 13826 13816 13840
Face 29299 16203 15051 14876
Face 29300 14921 14922 14287
Face 29301 14247 16527 14223
Face 29302 2001 5378 72
Face 29303 34656 34470 34434
Face 29304 15191 15187 14024
Face 29305 266 5898 265
Face 29306 14870 15895 14753
Face 29307 14318 14402 580
Face 29308 3956 2125 518
Face 29309 14870 14753 15671
Face 29310 5270 16051 14935
Face 29311 19816 19815 19732
Face 29312 14133 14132 14043
Face 29313 14868 15893 13874
Face 29314 31416 31522 31415
Face 29315 14044 14133 14043
Face 29316 15180 15130 14021
Face 29317 21385 21456 114
Face 29318 17241 19224 18608
Face 29319 21723 21722 21627
Face 29320 6158 16116 16272
Face 29321 13903 13902 13884
Face 29322 2756 18487 4738
Face 29323 331 6158 16272
Face 29324 14395 6158 331
Face 29325 14923 14395 331
Face 29326 16116 15123 15124
Face 29327 16272 16116 15124
Face 29328 13959 14163 2287
Face 29329 14163 14730 2287
Face 29330 14730 14163 14962
Face 29331 14163 3837 14962
Face 29332 4359 15497 15639
Face 29333 3837 14334 15822
Face 29334 14263 15326 13933
Face 29335 3372 4359 15639
Face 29336 15046 14834 4620
Face 29337 15639 15497 14477
Face 29338 14207 5147 14499
Face 29339 15178 15046 4620
Face 29340 6742 2460 2459
Face 29341 4739 14836 14960
Face 29342 3980 3853 2589
Face 29343 2460 3980 2589
Face 29344 813 814 3853
Face 29345 3980 813 3853
Face 29346 5394 5520 814
Face 29347 1462 15226 1578
Face 29348 813 5394 814
Face 29349 15463 15069 15780
Face 29350 14960 14836 14207
Face 29351 15497 13983 14477
Face 29352 15896 15463 15780
Face 29353 14582 14703 14581
Face 29354 14387 14925 14504
Face 29355 1801 3075 1583
Face 29356 15639 14477 5514
Face 29357 13863 13879 13862
Face 29358 2203 14099 16585
Face 29359 6734 14397 16123
Face 29360 16049 15364 14004
Face 29361 16124 15612 2929
Face 29362 16123 16124 2929
Face 29363 15927 15928 16081
Face 29364 1661 1314 3206
Face 29365 14398 16277 16278
Face 29366 14805 14398 16278
Face 29367 672 1013 2798
Face 29368 13841 13854 13840
Face 29369 13173 13267 11862
Face 29370 700 25221 25220
Face 29371 8524 2396 2268
Face 29372 16424 14197 15387
Face 29373 14380 15759 15616
Face 29374 15498 14173 3965
Face 29375 16279 16522 929
Face 29376 231 5472 46
Face 29377 26 6413 6739
Face 29378 6413 4462 6739
Face 29379 15254 15121 16371
Face 29380 10993 9775 781
Face 29381 16385 15358 16384
Face 29382 16048 15456 15263
Face 29383 16269 15126 15127
Face 29384 16057 1585 16535
Face 29385 255 15959 15363
Face 29386 16537 14087 15475
Face 29387 13200 19270 19278
Face 29388 13559 13674 5526
Face 29389 168 2799 2798
Face 29390 13940 16208 14441
Face 29391 3327 14394 2715
Face 29392 2418 14055 14379
Face 29393 15601 16281 16282
Face 29394 15127 16211 5760
Face 29395 12580 12670 12669
Face 29396 15358 15263 16384
Face 29397 12654 6143 132
Face 29398 3812 1236 3011
Face 29399 15892 16203 14876
Face 29400 26 6739 91
Face 29401 15759 13877 14877
Face 29402 15051 16279 16280
Face 29403 2037 28300 18459
Face 29404 4973 15498 15640
Face 29405 159 72 5769
Face 29406 9173 3852 9062
Face 29407 15819 3708 1131
Face 29408 5898 5769 265
Face 29409 15530 14870 15671
Face 29410 3703 6516 671
Face 29411 23171 21101 23172
Face 29412 15536 15537 15671
Face 29413 16204 5270 3068
Face 29414 14250 2418 14264
Face 29415 14235 14234 14132
Face 29416 15893 16204 13874
Face 29417 22597 22596 22502
Face 29418 14133 14235 14132
Face 29419 5644 5761 51
Face 29420 20467 21456 21385
Face 29421 24243 34636 13101
Face 29422 14215 15529 14214
Face 29423 14594 14595 14093
Face 29424 13845 14595 14594
Face 29425 15463 15608 15069
Face 29426 15608 13959 2287
Face 29427 15604 15899 1462
Face 29428 15226 4739 1578
Face 29429 14010 15899 15054
Face 29430 15899 15226 1462
Face 29431 14010 15054 5754
Face 29432 14376 14010 5754
Face 29433 14962 3837 15822
Face 29434 15899 15604 15054
Face 29435 14595 14092 14093
Face 29436 14334 5589 5460
Face 29437 14356 14278 3066
Face 29438 15393 14356 3066
Face 29439 15896 15780 4620
Face 29440 5589 3451 6157
Face 29441 15118 15758 16591
Face 29442 14376 5754 14261
Face 29443 5394 362 363
Face 29444 5520 5394 363
Face 29445 362 234 2543
Face 29446 363 362 2543
Face 29447 234 2416 448
Face 29448 2543 234 448
Face 29449 2416 6274 4093
Face 29450 15118 16591 80
Face 29451 14932 15118 80
Face 29452 6157 3451 5266
Face 29453 15608 14393 15069
Face 29454 2365 13845 14594
Face 29455 13983 13845 2365
Face 29456 20278 20361 20277
Face 29457 13568 11528 11273
Face 29458 21456 94 114
Face 29459 20466 20467 21385
Face 29460 14235 14345 14234
Face 29461 13897 13896 13878
Face 29462 16378 16379 16541
Face 29463 4107 1314 1661
Face 29464 14184 5269 6734
Face 29465 14397 16124 16123
Face 29466 15929 16082 15928
Face 29467 5626 3114 14961
Face 29468 14319 14398 14805
Face 29469 16195 14319 14805
Face 29470 441 551 166
Face 29471 5524 262 5525
Face 29472 22404 22501 22500
Face 29473 22403 22404 22500
Face 29474 14085 14513 15598
Face 29475 9956 9840 9841
Face 29476 14173 14380 14735
Face 29477 15640 15498 3965
Face 29478 22414 22318 21004
Face 29479 15488 15630 15629
Face 29480 19309 19749 19725
Face 29481 46 132 4462
Face 29482 16281 14253 15606
Face 29483 15254 13936 15121
Face 29484 4462 132 5504
Face 29485 15358 16048 15263
Face 29486 13286 22223 22034
Face 29487 13961 14917 3708
Face 29488 14087 14185 14186
Face 29489 15363 16537 15475
Face 29490 15055 13804 3114
Face 29491 14837 3114 5750
Face 29492 13847 14854 13836
Face 29493 16248 16411 8944
Face 29494 13859 13804 15055
Face 29495 13804 14961 3114
Face 29496 16535 1585 14451
Face 29497 15883 12983 15451
Face 29498 16385 16384 14718
Face 29499 14731 16385 14718
Face 29500 16211 15254 16371
Face 29501 13936 4730 15121
Face 29502 408 91 478
Face 29503 369 408 478
Face 29504 14876 15051 16280
Face 29505 16280 16279 929
Face 29506 13910 14513 14085
Face 29507 15598 4973 15640
Face 29508 9844 15953 15802
Face 29509 1690 4481 14806
Face 29510 4467 3898 15443
Face 29511 34046 21633 21632
Face 29512 15057 14026 581
Face 29513 14394 3630 14280
Face 29514 16278 16277 15536
Face 29515 15537 15530 15671
Face 29516 13080 12988 11207
Face 29517 15776 15928 15927
Face 29518 15258 15893 14868
Face 29519 15257 15258 14868
Face 29520 14345 14344 14234
Face 29521 14463 14462 14344
Face 29522 19278 19309 19725
Face 29523 19678 19680 20466
Face 29524 14178 15746 13833
Face 29525 16656 4153 16655
Face 29526 14092 14356 15393
Face 29527 14093 14092 15393
Face 29528 14393 15608 2287
Face 29529 16546 13980 3967
Face 29530 14932 80 14926
Face 29531 14679 14932 14926
Face 29532 448 2416 4093
Face 29533 6274 1460 906
Face 29534 4093 6274 906
Face 29535 6273 1574 1460
Face 29536 15495 3195 235
Face 29537 906 1460 14105
Face 29538 15822 14334 5460
Face 29539 14679 14926 1351
Face 29540 15361 15912 14858
Face 29541 3967 1347 4237
Face 29542 5460 5589 6157
Face 29543 14181 14511 14063
Face 29544 15758 14376 14261
Face 29545 3451 14213 5266
Face 29546 13545 20909 12795
Face 29547 3195 1351 235
Face 29548 18817 14105 1460
Face 29549 34404 34421 34699
Face 29550 11751 24301 21599
Face 29551 17136 15874 18996
Face 29552 15532 15495 15673
Face 29553 3381 3509 3380
Face 29554 14213 13980 16546
Face 29555 15758 14261 16591
Face 29556 15912 15476 14858
Face 29557 5266 14213 16546
Face 29558 21726 21823 21822
Face 29559 14477 13983 2365
Face 29560 6516 6149 2290
Face 29561 6819 14500 256
Face 29562 14024 14022 2035
Face 29563 15633 15777 15776
Face 29564 2165 14024 2035
Face 29565 166 551 167
Face 29566 16542 2501 3553
Face 29567 20154 16379 16217
Face 29568 13942 5269 13941
Face 29569 5269 14397 6734
Face 29570 14180 14451 14250
Face 29571 21447 21446 21353
Face 29572 13810 14319 16195
Face 29573 15641 13810 16195
Face 29574 7998 10826 14808
Face 29575 672 6022 4221
Face 29576 29338 18255 6613
Face 29577 21443 21442 21349
Face 29578 5623 13910 14085
Face 29579 14513 4973 15598
Face 29580 14921 14287 13935
Face 29581 14735 14380 15616
Face 29582 14283 6645 6737
Face 29583 13884 13883 13867
Face 29584 19749 20483 20480
Face 29585 19406 19486 19405
Face 29586 14253 335 15959
Face 29587 16282 16281 15606
Face 29588 6739 4462 6740
Face 29589 132 47 5504
Face 29590 14473 14170 3024
Face 29591 1352 14473 3024
Face 29592 15959 16537 15363
Face 29593 15475 14087 14186
Face 29594 15220 15356 16437
Face 29595 16282 15606 15678
Face 29596 16437 16282 15678
Face 29597 15606 15959 255
Face 29598 14185 16245 16407
Face 29599 13844 13859 15055
Face 29600 8974 9312 3447
Face 29601 19725 19749 20480
Face 29602 6143 1010 47
Face 29603 132 6143 47
Face 29604 15820 16208 13940
Face 29605 13936 5198 13909
Face 29606 13826 13825 13816
Face 29607 697 369 696
Face 29608 16522 15960 229
Face 29609 929 16522 229
Face 29610 17570 1574 6392
Face 29611 15070 15201 5623
Face 29612 13821 14433 14438
Face 29613 15048 13821 14438
Face 29614 19486 19485 19405
Face 29615 5128 12104 11002
Face 29616 3630 2546 14280
Face 29617 20483 21550 21473
Face 29618 13822 14833 13814
Face 29619 16524 16443 14814
Face 29620 3459 3558 14591
Face 29621 15775 15776 15927
Face 29622 15612 15258 15257
Face 29623 2929 15612 15257
Face 29624 14345 14463 14344
Face 29625 14318 14265 4487
Face 29626 20480 20483 21473
Face 29627 13286 22034 22318
Face 29628 1352 3024 16126
Face 29629 671 2290 442
Face 29630 13971 13970 13924
Face 29631 11850 10011 13301
Face 29632 1347 14593 4237
Face 29633 1348 13938 3796
Face 29634 333 15532 439
Face 29635 15495 235 15673
Face 29636 14928 14803 14274
Face 29637 20827 16274 20739
Face 29638 14569 16589 14803
Face 29639 20738 14928 16274
Face 29640 3195 14679 1351
Face 29641 34820 6699 34513
Face 29642 14593 450 14358
Face 29643 4237 14593 14358
Face 29644 14560 14181 14063
Face 29645 14511 14094 14224
Face 29646 21550 247 14911
Face 29647 22151 22247 14056
Face 29648 21473 21550 14911
Face 29649 1262 15052 18779
Face 29650 13947 14016 16589
Face 29651 247 20600 20543
Face 29652 14569 13947 16589
Face 29653 15753 14002 14016
Face 29654 13947 15753 14016
Face 29655 13875 13811 14002
Face 29656 15753 13875 14002
Face 29657 14911 247 20543
Face 29658 20600 7668 12947
Face 29659 14094 14742 2933
Face 29660 13980 1347 3967
Face 29661 20543 20600 12947
Face 29662 781 9662 1648
Face 29663 19438 15313 14491
Face 29664 14191 6819 14074
Face 29665 14362 3065 1226
Face 29666 7192 10243 9069
Face 29667 9174 930 4489
Face 29668 12897 12551 12898
Face 29669 14024 15187 14022
Face 29670 4357 4487 15180
Face 29671 16379 20154 20232
Face 29672 23162 333 16361
Face 29673 16548 13942 16539
Face 29674 5269 14184 13941
Face 29675 13812 14622 15886
Face 29676 15752 16535 14025
Face 29677 14833 16524 14814
Face 29678 13810 15641 16443
Face 29679 15963 15813 16118
Face 29680 14754 14112 3580
Face 29681 16436 16435 14810
Face 29682 13267 9996 11862
Face 29683 15746 14673 14162
Face 29684 14673 15089 14162
Face 29685 15785 14921 14126
Face 29686 15362 15785 14126
Face 29687 14328 10594 7399
Face 29688 10845 34612 34415
Face 29689 9313 12387 11932
Face 29690 7146 8208 5980
Face 29691 335 13918 16537
Face 29692 15606 14253 15959
Face 29693 91 6739 990
Face 29694 4462 5504 6740
Face 29695 13992 5198 13936
Face 29696 116 1504 3503
Face 29697 16125 16425 15612
Face 29698 11942 1264 12027
Face 29699 15181 15456 15220
Face 29700 15356 16282 16437
Face 29701 16346 16344 2384
Face 29702 15678 15606 255
Face 29703 14186 14185 16407
Face 29704 16245 13859 13844
Face 29705 7625 13070 12947
Face 29706 22223 22222 22034
Face 29707 14731 14718 1010
Face 29708 6143 14731 1010
Face 29709 14476 14055 2418
Face 29710 14451 14476 2418
Face 29711 22019 22117 22018
Face 29712 696 3847 697
Face 29713 15960 15967 2432
Face 29714 229 15960 2432
Face 29715 14769 7740 9216
Face 29716 15201 13910 5623
Face 29717 14343 14461 14342
Face 29718 14579 14578 14460
Face 29719 7668 7625 12947
Face 29720 7625 22512 22606
Face 29721 13070 7625 22606
Face 29722 19892 19891 19815
Face 29723 445 13822 1
Face 29724 14833 14814 13814
Face 29725 15928 16082 16081
Face 29726 3449 3448 6155
Face 29727 14853 16548 14839
Face 29728 13942 13941 16539
Face 29729 14581 14580 14462
Face 29730 4858 3955 14215
Face 29731 15632 15633 15776
Face 29732 15777 15929 15928
Face 29733 3024 14009 1227
Face 29734 2946 2945 33155
Face 29735 22213 22214 22309
Face 29736 22310 22406 22405
Face 29737 14378 1348 3796
Face 29738 14742 14103 338
Face 29739 22512 15299 12122
Face 29740 22606 22512 12122
Face 29741 13875 3452 4228
Face 29742 13811 13875 4228
Face 29743 3452 3845 3713
Face 29744 4228 3452 3713
Face 29745 15532 15673 439
Face 29746 15299 15867 15717
Face 29747 450 1348 14378
Face 29748 14358 450 14378
Face 29749 14063 14511 14224
Face 29750 13995 13992 13936
Face 29751 20534 15586 20533
Face 29752 15879 21004 16502
Face 29753 3845 14089 15609
Face 29754 3713 3845 15609
Face 29755 2274 15132 15000
Face 29756 34397 34301 11774
Face 29757 15609 14089 15129
Face 29758 33750 33876 33749
Face 29759 15129 15462 16042
Face 29760 28635 28016 28500
Face 29761 16746 16815 16745
Face 29762 13575 11385 10857
Face 29763 14468 14469 14586
Face 29764 5116 16594 14103
Face 29765 34729 34533 34686
Face 29766 14224 14094 2933
Face 29767 11770 12735 10199
Face 29768 27016 6590 27133
Face 29769 14827 14952 14951
Face 29770 14220 14219 14119
Face 29771 12122 15299 15717
Face 29772 23079 23078 14220
Face 29773 1762 4747 2145
Face 29774 20128 20129 20206
Face 29775 1786 15727 13544
Face 29776 3326 9775 5904
Face 29777 2501 3503 3251
Face 29778 16541 16542 3553
Face 29779 21445 21444 21351
Face 29780 2159 2413 4478
Face 29781 10211 12818 2640
Face 29782 2928 9978 55
Face 29783 1237 15467 665
Face 29784 16524 13810 16443
Face 29785 14112 3577 15380
Face 29786 16118 14754 3580
Face 29787 14811 14810 13807
Face 29788 13813 14811 13807
Face 29789 16566 15223 15746
Face 29790 15223 14673 15746
Face 29791 15246 15785 15362
Face 29792 15247 15246 15362
Face 29793 34288 13655 13663
Face 29794 5248 2249 3966
Face 29795 6004 1156 1155
Face 29796 2766 13909 15400
Face 29797 15959 335 16537
Face 29798 13918 15909 14087
Face 29799 91 990 477
Face 29800 477 476 2046
Face 29801 13972 13971 13925
Face 29802 13884 13902 13883
Face 29803 5755 286 6534
Face 29804 16564 16548 14853
Face 29805 2003 4078 2002
Face 29806 14455 3045 2791
Face 29807 8837 16572 2659
Face 29808 34669 34834 28002
Face 29809 6391 1762 5253
Face 29810 16407 16245 13844
Face 29811 34320 13762 9279
Face 29812 9221 14037 10241
Face 29813 10273 9332 10807
Face 29814 776 15905 3574
Face 29815 14379 15820 13940
Face 29816 1236 3163 3154
Face 29817 21631 21726 21725
Face 29818 478 25086 696
Face 29819 15967 14981 15806
Face 29820 2432 15967 15806
Face 29821 10582 3701 7143
Face 29822 34478 34538 34555
Face 29823 14461 14579 14460
Face 29824 14700 14699 14578
Face 29825 14948 14947 14822
Face 29826 14823 14948 14822
Face 29827 24885 26125 26104
Face 29828 27377 29066 29062
Face 29829 1568 445 1547
Face 29830 13822 13814 1
Face 29831 13806 13819 22
Face 29832 5770 55 10085
Face 29833 13836 14853 13835
Face 29834 16548 16539 14839
Face 29835 14216 15670 15529
Face 29836 14477 2365 16121
Face 29837 15079 15080 15211
Face 29838 15320 14205 14109
Face 29839 27899 26094 26089
Face 29840 19659 19658 19575
Face 29841 7291 10367 9735
Face 29842 16583 637 5240
Face 29843 2933 14742 338
Face 29844 5019 11540 14518
Face 29845 13952 15386 14672
Face 29846 14469 14587 14586
Face 29847 13905 13906 13929
Face 29848 13870 13886 13885
Face 29849 13930 13976 13975
Face 29850 787 903 13996
Face 29851 21457 21458 15717
Face 29852 14170 3 14838
Face 29853 13938 14181 14560
Face 29854 3796 13938 14560
Face 29855 15867 21457 15717
Face 29856 14074 256 2585
Face 29857 34429 34393 34621
Face 29858 15217 15218 15353
Face 29859 4344 903 787
Face 29860 16364 16360 16198
Face 29861 14006 15095 15088
Face 29862 14521 14553 16114
Face 29863 16120 13873 6723
Face 29864 13883 13882 13866
Face 29865 16114 16120 6723
Face 29866 21458 21457 193
Face 29867 14108 4937 16596
Face 29868 34452 34520 34411
Face 29869 23434 24885 26104
Face 29870 16126 14011 212
Face 29871 3944 16587 16428
Face 29872 16587 2176 5138
Face 29873 13934 13950 410
Face 29874 14827 14826 14703
Face 29875 14704 14827 14703
Face 29876 15294 11933 8253
Face 29877 30306 30373 30372
Face 29878 14279 14874 1378
Face 29879 16366 14109 15182
Face 29880 13986 14938 15610
Face 29881 14504 14743 14622
Face 29882 14767 13632 14768
Face 29883 15722 13537 14905
Face 29884 18518 22151 21273
Face 29885 16354 21672 19425
Face 29886 528 1237 665
Face 29887 15895 528 665
Face 29888 3577 14557 14194
Face 29889 3580 14112 15380
Face 29890 6503 2030 2001
Face 29891 13813 13807 898
Face 29892 15223 16566 4488
Face 29893 3061 1909 15364
Face 29894 15967 16424 14981
Face 29895 15387 15246 15247
Face 29896 15196 15333 15332
Face 29897 14338 2791 7591
Face 29898 16565 1132 15388
Face 29899 3558 1380 5901
Face 29900 15909 14187 14185
Face 29901 16537 13918 14087
Face 29902 3165 7733 10460
Face 29903 6739 6740 990
Face 29904 10830 9324 10863
Face 29905 1338 873 874
Face 29906 1456 18240 18335
Face 29907 29665 29534 22451
Face 29908 4806 2712 2328
Face 29909 2791 14338 14456
Face 29910 5627 5331 5497
Face 29911 6534 4447 150
Face 29912 5082 5083 5209
Face 29913 34712 11304 34703
Face 29914 4743 2145 4747
Face 29915 4879 4743 4747
Face 29916 19979 19980 20056
Face 29917 13311 13310 9731
Face 29918 12855 12946 14421
Face 29919 23078 14221 14220
Face 29920 5141 697 3847
Face 29921 21537 21538 21630
Face 29922 14434 16565 15388
Face 29923 1132 15092 5331
Face 29924 13935 16568 15092
Face 29925 1132 13935 15092
Face 29926 14579 14700 14578
Face 29927 14700 14823 14822
Face 29928 14632 3851 3955
Face 29929 16590 16246 14798
Face 29930 21730 21729 21633
Face 29931 15588 12858 12950
Face 29932 1568 1547 7
Face 29933 2285 1568 7
Face 29934 13806 5903 13819
Face 29935 14822 14947 14821
Face 29936 899 13836 667
Face 29937 14853 14839 13835
Face 29938 21822 21823 21918
Face 29939 11449 15339 15479
Face 29940 15185 13986 15455
Face 29941 2978 5263 5270
Face 29942 4186 16376 16377
Face 29943 34680 13665 13467
Face 29944 14278 1695 582
Face 29945 3066 14278 582
Face 29946 5773 14214 15969
Face 29947 18123 18122 1391
Face 29948 4879 4747 1880
Face 29949 34562 34470 34656
Face 29950 14119 23079 14220
Face 29951 1585 14476 14451
Face 29952 9384 4187 7578
Face 29953 900 339 2918
Face 29954 14350 14351 14468
Face 29955 14937 15745 16583
Face 29956 22493 22587 22492
Face 29957 338 14103 16594
Face 29958 16158 16315 16157
Face 29959 34695 34457 34384
Face 29960 14248 14361 1463
Face 29961 14139 14138 14049
Face 29962 2627 4063 4191
Face 29963 759 14937 14862
Face 29964 4185 4316 4315
Face 29965 15479 15621 15620
Face 29966 34736 34724 34627
Face 29967 15621 15765 15764
Face 29968 15620 15621 15764
Face 29969 14013 13937 15355
Face 29970 15355 14384 3576
Face 29971 5380 13937 14013
Face 29972 14384 759 3576
Face 29973 1689 5380 14013
Face 29974 13937 14384 15355
Face 29975 16365 16265 14036
Face 29976 2050 3944 16428
Face 29977 16426 16585 73
Face 29978 15611 1232 16107
Face 29979 31115 31114 31018
Face 29980 1129 1130 209
Face 29981 16596 4937 15611
Face 29982 15182 14109 2584
Face 29983 15253 13890 14212
Face 29984 4060 5900 14691
Face 29985 13632 9647 14768
Face 29986 20129 20207 20206
Face 29987 21672 18137 19425
Face 29988 14702 14825 14824
Face 29989 9986 7812 6922
Face 29990 15467 14677 665
Face 29991 5343 11011 10211
Face 29992 15380 3577 14194
Face 29993 15263 15456 14986
Face 29994 2030 13813 898
Face 29995 1010 1214 2284
Face 29996 3061 15364 16049
Face 29997 13676 10305 10186
Face 29998 14981 15387 15247
Face 29999 16358 16368 14874
Face 30000 5239 5115 4850
Face 30001 7697 12621 9416
Face 30002 14733 16057 15752
Face 30003 3937 15401 10601
Face 30004 1232 2802 13820
Face 30005 4605 3831 2025
Face 30006 5496 9332 4743
Face 30007 16445 16604 16603
Face 30008 16444 16445 16603
Face 30009 16604 4808 4806
Face 30010 16603 16604 4806
Face 30011 4808 2713 2712
Face 30012 4806 4808 2712
Face 30013 2713 4881 1880
Face 30014 2712 2713 1880
Face 30015 4881 5011 4879
Face 30016 1880 4881 4879
Face 30017 4875 4743 4879
Face 30018 5011 4875 4879
Face 30019 16572 16573 2659
Face 30020 4875 5496 4743
Face 30021 14055 15820 14379
Face 30022 14627 14626 4859
Face 30023 15443 3898 14303
Face 30024 19816 19892 19815
Face 30025 15388 1132 5331
Face 30026 24380 24379 11622
Face 30027 12639 11842 11846
Face 30028 14981 15247 1020
Face 30029 15661 1242 14438
Face 30030 13935 14287 16568
Face 30031 14217 15812 15670
Face 30032 1242 15048 14438
Face 30033 28568 28552 27329
Face 30034 3715 4726 5404
Face 30035 445 1 1547
Face 30036 2285 7 2247
Face 30037 15759 15910 13877
Face 30038 138 449 8776
Face 30039 899 667 5640
Face 30040 3030 899 5640
Face 30041 1922 475 1803
Face 30042 4084 1656 50
Face 30043 15455 13986 15249
Face 30044 14938 14212 15610
Face 30045 172 1567 19075
Face 30046 92 785 670
Face 30047 14749 5773 2032
Face 30048 14798 14403 14552
Face 30049 4091 18414 4213
Face 30050 16265 3944 2050
Face 30051 341 14360 15452
Face 30052 14168 5380 1689
Face 30053 15765 15917 15916
Face 30054 15764 15765 15916
Face 30055 15917 16071 16070
Face 30056 15916 15917 16070
Face 30057 14862 14937 16583
Face 30058 14503 2386 341
Face 30059 14263 14262 15326
Face 30060 14855 14012 14473
Face 30061 15187 4357 15180
Face 30062 4590 3825 750
Face 30063 14050 14139 14049
Face 30064 14347 14346 14236
Face 30065 3576 759 14862
Face 30066 17909 18000 17908
Face 30067 16228 16227 16070
Face 30068 2386 14360 341
Face 30069 16071 16228 16070
Face 30070 16392 16391 16227
Face 30071 16228 16392 16227
Face 30072 16555 16554 16391
Face 30073 16392 16555 16391
Face 30074 13955 13954 14503
Face 30075 14075 6742 16554
Face 30076 16555 14075 16554
Face 30077 1266 6616 13955
Face 30078 13954 2386 14503
Face 30079 16116 15965 15123
Face 30080 410 16365 14036
Face 30081 17364 17451 17363
Face 30082 17989 18523 17880
Face 30083 1795 16050 15477
Face 30084 16041 16359 14925
Face 30085 16236 16237 16400
Face 30086 293 6767 6768
Face 30087 22790 21361 16836
Face 30088 14938 15253 14212
Face 30089 13892 14192 14919
Face 30090 21259 21352 21258
Face 30091 17451 19904 19829
Face 30092 14192 15185 15455
Face 30093 10830 2927 1230
Face 30094 34760 34777 34479
Face 30095 127 1345 16111
Face 30096 7578 4187 15131
Face 30097 446 16583 5240
Face 30098 18538 4498 4629
Face 30099 34705 20884 34607
Face 30100 15326 14473 1352
Face 30101 1726 1725 1617
Face 30102 15826 5385 15683
Face 30103 16209 16213 13934
Face 30104 13548 11536 13551
Face 30105 11043 15479 15620
Face 30106 15401 15540 10601
Face 30107 16128 16285 16284
Face 30108 10996 5904 10993
Face 30109 16285 16446 16445
Face 30110 16284 16285 16445
Face 30111 16446 16605 16604
Face 30112 16445 16446 16604
Face 30113 16605 4805 4808
Face 30114 16604 16605 4808
Face 30115 4805 2327 2713
Face 30116 4808 4805 2713
Face 30117 2327 4749 4881
Face 30118 2713 2327 4881
Face 30119 4749 4469 5011
Face 30120 4881 4749 5011
Face 30121 4469 745 4875
Face 30122 5011 4469 4875
Face 30123 5770 5496 4875
Face 30124 745 5770 4875
Face 30125 11094 13301 7847
Face 30126 12665 15096 12755
Face 30127 1637 8067 8173
Face 30128 3946 124 281
Face 30129 13854 13868 13853
Face 30130 14539 2643 2896
Face 30131 15806 14981 1020
Face 30132 5371 3557 5497
Face 30133 9977 2928 7664
Face 30134 15247 15362 15936
Face 30135 1692 14632 3955
Face 30136 14126 14921 13935
Face 30137 18753 18460 21169
Face 30138 14216 14217 15670
Face 30139 4736 2285 2247
Face 30140 14435 15600 15636
Face 30141 7513 7297 777
Face 30142 4736 2247 5134
Face 30143 13836 13835 667
Face 30144 8838 8839 8943
Face 30145 5900 14692 14691
Face 30146 34641 34508 34647
Face 30147 474 1124 473
Face 30148 15679 1919 1232
Face 30149 34513 34346 34820
Face 30150 1603 3811 4101
Face 30151 13995 2720 13992
Face 30152 34684 34803 34743
Face 30153 14036 16265 2050
Face 30154 4618 4487 14260
Face 30155 15452 14168 1689
Face 30156 14320 2670 6158
Face 30157 2588 2460 6742
Face 30158 14496 14499 1266
Face 30159 14075 2588 6742
Face 30160 3979 3980 2460
Face 30161 2588 3979 2460
Face 30162 14360 14168 15452
Face 30163 14177 14207 14496
Face 30164 34662 34526 34517
Face 30165 13196 13118 34385
Face 30166 14220 14329 14219
Face 30167 14518 15323 5019
Face 30168 14828 14953 14952
Face 30169 14135 14237 14134
Face 30170 15889 11688 13468
Face 30171 15330 13959 15608
Face 30172 15054 15604 13913
Face 30173 15604 1462 14936
Face 30174 3979 812 813
Face 30175 3980 3979 813
Face 30176 812 3970 5394
Face 30177 813 812 5394
Face 30178 3970 1355 362
Face 30179 5394 3970 362
Face 30180 1355 339 234
Face 30181 362 1355 234
Face 30182 8987 2274 15000
Face 30183 5754 15054 13913
Face 30184 4328 5754 13913
Face 30185 14163 16085 3837
Face 30186 15256 14195 15525
Face 30187 2031 899 3030
Face 30188 17248 17338 17247
Face 30189 16400 16401 16563
Face 30190 14166 14837 4619
Face 30191 14714 3335 13961
Face 30192 20200 22535 17768
Face 30193 15630 15774 15773
Face 30194 15773 15774 15925
Face 30195 16112 4464 14748
Face 30196 19010 17136 18996
Face 30197 15000 15132 15131
Face 30198 16038 13392 13544
Face 30199 15132 15266 15265
Face 30200 15131 15132 15265
Face 30201 15266 15402 15401
Face 30202 15265 15266 15401
Face 30203 15402 15541 15540
Face 30204 15401 15402 15540
Face 30205 15541 15683 15682
Face 30206 15540 15541 15682
Face 30207 24524 14861 13858
Face 30208 15970 16269 274
Face 30209 15826 15977 15976
Face 30210 6140 10765 6139
Face 30211 15977 16129 16128
Face 30212 15976 15977 16128
Face 30213 16129 16286 16285
Face 30214 16128 16129 16285
Face 30215 16286 16447 16446
Face 30216 16285 16286 16446
Face 30217 16447 16606 16605
Face 30218 16446 16447 16605
Face 30219 16606 4809 4805
Face 30220 16605 16606 4805
Face 30221 4809 2455 2327
Face 30222 4805 4809 2327
Face 30223 2455 1313 4749
Face 30224 2327 2455 4749
Face 30225 1313 2507 4469
Face 30226 4749 1313 4469
Face 30227 2507 656 745
Face 30228 4469 2507 745
Face 30229 4709 5770 745
Face 30230 656 4709 745
Face 30231 8 55 5770
Face 30232 4709 8 5770
Face 30233 5526 12377 5525
Face 30234 8 2928 55
Face 30235 14187 1020 16089
Face 30236 15936 16565 14434
Face 30237 11075 29995 29994
Face 30238 16089 15936 14434
Face 30239 1020 15247 15936
Face 30240 12 2640 5342
Face 30241 34818 3573 3031
Face 30242 15362 14126 16565
Face 30243 3851 14217 14216
Face 30244 14699 14700 14822
Face 30245 15637 14435 15636
Face 30246 3955 3851 14216
Face 30247 5006 4736 5134
Face 30248 14435 15318 14399
Face 30249 15661 14438 15662
Face 30250 5006 5134 4726
Face 30251 3030 5640 2413
Face 30252 14594 14093 14917
Face 30253 14390 15248 14192
Face 30254 2159 3030 2413
Face 30255 3811 1803 4101
Face 30256 15612 16425 15258
Face 30257 13374 16595 2203
Face 30258 20529 20530 13479
Face 30259 14247 14260 16527
Face 30260 15386 14083 14014
Face 30261 16943 16855 16856
Face 30262 2927 10830 7664
Face 30263 6616 13954 13955
Face 30264 2670 15965 16116
Face 30265 234 339 2416
Face 30266 14960 14207 14177
Face 30267 900 6273 6274
Face 30268 2416 900 6274
Face 30269 14499 6616 1266
Face 30270 1462 1578 2937
Face 30271 6158 2670 16116
Face 30272 15965 15256 15123
Face 30273 15761 2045 14749
Face 30274 997 996 884
Face 30275 14622 14866 14740
Face 30276 14298 15458 4936
Face 30277 15465 15330 15608
Face 30278 16542 16543 2501
Face 30279 15760 15604 14936
Face 30280 15330 16085 14163
Face 30281 1574 17570 17449
Face 30282 14261 5754 4328
Face 30283 6274 6273 1460
Face 30284 2657 5199 2656
Face 30285 16428 16587 5138
Face 30286 14719 24122 14599
Face 30287 18521 18224 20633
Face 30288 20647 14391 14569
Face 30289 16591 14261 16052
Face 30290 16541 16379 16542
Face 30291 13991 14619 14334
Face 30292 15604 15760 13913
Face 30293 14705 14706 14828
Face 30294 3837 13991 14334
Face 30295 15477 14166 4619
Face 30296 14591 3558 1804
Face 30297 18165 17780 18880
Face 30298 9320 19621 3436
Face 30299 14541 9320 14659
Face 30300 18224 17267 20633
Face 30301 15879 22414 21004
Face 30302 15487 15488 15629
Face 30303 2910 22447 11813
Face 30304 9268 9269 9381
Face 30305 16371 15121 7073
Face 30306 34386 34392 34586
Face 30307 15133 15267 15266
Face 30308 15132 15133 15266
Face 30309 15267 15403 15402
Face 30310 15266 15267 15402
Face 30311 15403 15542 15541
Face 30312 15402 15403 15541
Face 30313 15542 15684 15683
Face 30314 15541 15542 15683
Face 30315 15684 15827 15826
Face 30316 15683 15684 15826
Face 30317 15827 15978 15977
Face 30318 15826 15827 15977
Face 30319 15978 16130 16129
Face 30320 15977 15978 16129
Face 30321 16130 16287 16286
Face 30322 16129 16130 16286
Face 30323 16287 16448 16447
Face 30324 16286 16287 16447
Face 30325 16448 16607 16606
Face 30326 16447 16448 16606
Face 30327 16607 4804 4809
Face 30328 16606 16607 4809
Face 30329 4804 2201 2455
Face 30330 4809 4804 2455
Face 30331 2201 213 1313
Face 30332 2455 2201 1313
Face 30333 213 3668 2507
Face 30334 1313 213 2507
Face 30335 3668 2920 656
Face 30336 2507 3668 656
Face 30337 4096 4709 656
Face 30338 2920 4096 656
Face 30339 6925 8 4709
Face 30340 4096 6925 4709
Face 30341 2927 2928 8
Face 30342 6925 2927 8
Face 30343 1226 10589 10950
Face 30344 14117 7399 7503
Face 30345 13868 13884 13867
Face 30346 4341 1548 1529
Face 30347 15333 15470 15469
Face 30348 63 14123 1430
Face 30349 15936 15362 16565
Face 30350 15021 12793 25273
Face 30351 15812 1242 15661
Face 30352 14126 13935 1132
Face 30353 15670 15812 15661
Face 30354 13868 13867 13853
Face 30355 15600 14435 14399
Face 30356 14811 16436 14810
Face 30357 350 5006 4726
Face 30358 15535 15534 15963
Face 30359 6647 1435 6648
Face 30360 14285 15396 14556
Face 30361 3814 2844 2757
Face 30362 14756 4212 14757
Face 30363 1504 4108 4107
Face 30364 15168 14541 14659
Face 30365 1378 16366 15182
Face 30366 13926 13972 13925
Face 30367 5903 15639 5514
Face 30368 12377 5526 11305
Face 30369 16585 14211 73
Face 30370 15185 1795 14938
Face 30371 15123 15256 15525
Face 30372 14137 14239 14136
Face 30373 15091 14960 14177
Face 30374 14195 14801 15046
Face 30375 14936 1462 2937
Face 30376 14207 14499 14496
Face 30377 1578 14960 15091
Face 30378 2937 1578 15091
Face 30379 15525 14195 15046
Face 30380 13953 14834 15046
Face 30381 14124 14225 1805
Face 30382 582 1695 3705
Face 30383 14346 14464 14345
Face 30384 14403 14004 14387
Face 30385 2780 2330 5200
Face 30386 5877 2504 6004
Face 30387 13959 15330 14163
Face 30388 14826 14951 14950
Face 30389 3115 14261 4328
Face 30390 16085 13991 3837
Face 30391 24221 3172 22816
Face 30392 14261 3115 16052
Face 30393 13947 16369 15753
Face 30394 14382 13875 15753
Face 30395 16369 14920 15753
Face 30396 14920 20646 14382
Face 30397 13875 14382 3452
Face 30398 14926 80 14678
Face 30399 16591 16052 14514
Face 30400 15224 14176 3451
Face 30401 14619 15224 5589
Face 30402 15339 11449 11846
Face 30403 76 24 16362
Face 30404 3448 14563 6277
Face 30405 15632 15776 15775
Face 30406 14438 15324 15662
Face 30407 6648 50 1124
Face 30408 13986 15610 15249
Face 30409 15253 1155 1156
Face 30410 34680 13657 34363
Face 30411 20046 20047 20128
Face 30412 2302 14794 14298
Face 30413 29416 29417 29547
Face 30414 1097 15593 14203
Face 30415 14870 14869 15895
Face 30416 15134 15268 15267
Face 30417 15133 15134 15267
Face 30418 15268 15404 15403
Face 30419 15267 15268 15403
Face 30420 15404 15543 15542
Face 30421 15403 15404 15542
Face 30422 15543 15685 15684
Face 30423 15542 15543 15684
Face 30424 15685 15828 15827
Face 30425 15684 15685 15827
Face 30426 15828 15979 15978
Face 30427 15827 15828 15978
Face 30428 15979 16131 16130
Face 30429 15978 15979 16130
Face 30430 16131 16288 16287
Face 30431 16130 16131 16287
Face 30432 16288 16449 16448
Face 30433 16287 16288 16448
Face 30434 16449 16608 16607
Face 30435 16448 16449 16607
Face 30436 16608 4803 4804
Face 30437 16607 16608 4804
Face 30438 4803 2074 2201
Face 30439 4804 4803 2201
Face 30440 2074 1537 213
Face 30441 2201 2074 213
Face 30442 1537 1650 3668
Face 30443 213 1537 3668
Face 30444 1650 5758 2920
Face 30445 3668 1650 2920
Face 30446 4224 4096 2920
Face 30447 5758 4224 2920
Face 30448 56 6925 4096
Face 30449 4224 56 4096
Face 30450 1457 2927 6925
Face 30451 56 1457 6925
Face 30452 12639 11846 12655
Face 30453 1457 1230 2927
Face 30454 14218 14219 14328
Face 30455 19961 22233 19960
Face 30456 16522 5018 15960
Face 30457 15322 5403 14172
Face 30458 15960 15961 15967
Face 30459 15961 16424 15967
Face 30460 16565 14126 1132
Face 30461 16424 15387 14981
Face 30462 15243 13223 13222
Face 30463 1909 15223 4488
Face 30464 16436 15637 15636
Face 30465 34370 34291 34693
Face 30466 15813 14754 16118
Face 30467 16435 16436 15636
Face 30468 13831 14285 14556
Face 30469 1652 15534 15535
Face 30470 15467 13831 14556
Face 30471 14397 16373 16124
Face 30472 16107 1232 13820
Face 30473 14677 15467 14556
Face 30474 13440 1551 12813
Face 30475 16407 13844 16050
Face 30476 14099 13301 15499
Face 30477 14031 14117 14030
Face 30478 15611 15679 1232
Face 30479 2417 14060 13952
Face 30480 15741 15889 15321
Face 30481 13987 7187 14991
Face 30482 14015 14804 15463
Face 30483 14239 14238 14136
Face 30484 14801 13953 15046
Face 30485 15896 14015 15463
Face 30486 14015 15896 14834
Face 30487 13953 14015 14834
Face 30488 15465 15608 15463
Face 30489 14804 15465 15463
Face 30490 14583 14704 14582
Face 30491 14237 14347 14236
Face 30492 14559 13961 15819
Face 30493 14866 14929 14740
Face 30494 14173 14174 14380
Face 30495 13877 1241 3841
Face 30496 14950 15083 15082
Face 30497 14702 14703 14825
Face 30498 14334 14619 5589
Face 30499 1653 3374 13980
Face 30500 1351 14926 1465
Face 30501 80 14514 14678
Face 30502 16370 14382 20559
Face 30503 3452 16370 3845
Face 30504 16746 16686 16747
Face 30505 3845 655 14089
Face 30506 17272 17271 17181
Face 30507 14926 14678 1465
Face 30508 18177 18275 18274
Face 30509 5589 15224 3451
Face 30510 80 16591 14514
Face 30511 15216 15352 15351
Face 30512 14176 1653 14213
Face 30513 23222 25743 26907
Face 30514 13992 15114 63
Face 30515 17977 18070 20278
Face 30516 14134 14133 14044
Face 30517 11942 5342 1264
Face 30518 14701 14702 14824
Face 30519 34402 34549 34365
Face 30520 21440 21535 21439
Face 30521 27720 27849 27719
Face 30522 15442 1494 16354
Face 30523 2289 671 551
Face 30524 14918 5080 5207
Face 30525 7914 9098 9846
Face 30526 6644 9324 1230
Face 30527 15135 15269 15268
Face 30528 15134 15135 15268
Face 30529 15269 15405 15404
Face 30530 15268 15269 15404
Face 30531 15405 15544 15543
Face 30532 15404 15405 15543
Face 30533 15544 15686 15685
Face 30534 15543 15544 15685
Face 30535 15686 15829 15828
Face 30536 15685 15686 15828
Face 30537 15829 15980 15979
Face 30538 15828 15829 15979
Face 30539 15980 16132 16131
Face 30540 15979 15980 16131
Face 30541 16132 16289 16288
Face 30542 16131 16132 16288
Face 30543 16289 16450 16449
Face 30544 16288 16289 16449
Face 30545 16450 16609 16608
Face 30546 16449 16450 16608
Face 30547 16609 4802 4803
Face 30548 16608 16609 4803
Face 30549 4802 2583 2074
Face 30550 4803 4802 2074
Face 30551 2583 2769 1537
Face 30552 2074 2583 1537
Face 30553 2769 5886 1650
Face 30554 1537 2769 1650
Face 30555 5886 5007 5758
Face 30556 1650 5886 5758
Face 30557 4350 4224 5758
Face 30558 5007 4350 5758
Face 30559 81 56 4224
Face 30560 4350 81 4224
Face 30561 2926 1457 56
Face 30562 81 2926 56
Face 30563 174 1230 1457
Face 30564 2926 174 1457
Face 30565 17982 13075 17981
Face 30566 174 6644 1230
Face 30567 259 14769 5347
Face 30568 12373 12372 11377
Face 30569 14011 16126 1227
Face 30570 19580 16995 17088
Face 30571 13877 3841 14333
Face 30572 15616 15759 14877
Face 30573 16246 3061 16049
Face 30574 1909 4488 15364
Face 30575 6821 159 5898
Face 30576 6025 6821 5898
Face 30577 6821 6503 159
Face 30578 6503 2001 159
Face 30579 3968 1652 15535
Face 30580 2030 898 2001
Face 30581 15318 1652 3968
Face 30582 15534 15813 15963
Face 30583 13364 15162 15031
Face 30584 14399 15318 3968
Face 30585 16050 13844 14166
Face 30586 15248 14568 15185
Face 30587 14035 14023 3191
Face 30588 15894 2978 16204
Face 30589 14361 2417 13952
Face 30590 22413 19509 22147
Face 30591 5779 3977 14191
Face 30592 2417 14145 14060
Face 30593 15389 15527 13995
Face 30594 14237 14236 14134
Face 30595 9269 9382 9381
Face 30596 15215 15216 15351
Face 30597 14465 14583 14464
Face 30598 2368 14145 2417
Face 30599 14465 14464 14346
Face 30600 14704 14703 14582
Face 30601 14347 14465 14346
Face 30602 14583 14582 14464
Face 30603 5596 4057 444
Face 30604 14591 1804 14356
Face 30605 15901 14025 1695
Face 30606 14278 15901 1695
Face 30607 15761 580 2045
Face 30608 1692 3955 4858
Face 30609 14213 1653 13980
Face 30610 3374 4994 1347
Face 30611 15815 15673 16196
Face 30612 1351 1465 16196
Face 30613 12796 12706 1678
Face 30614 12264 2930 1014
Face 30615 3330 3331 20918
Face 30616 13929 13930 13975
Face 30617 13976 14053 14052
Face 30618 13975 13976 14052
Face 30619 332 439 15815
Face 30620 15673 235 16196
Face 30621 13893 14359 450
Face 30622 3451 14176 14213
Face 30623 14593 13893 450
Face 30624 14359 15818 1348
Face 30625 34632 24115 26327
Face 30626 14838 15112 14009
Face 30627 4973 13891 15498
Face 30628 14770 14769 9216
Face 30629 6380 5775 3825
Face 30630 14703 14702 14581
Face 30631 5504 1435 6647
Face 30632 27363 27899 26089
Face 30633 13121 13849 13862
Face 30634 3558 5901 1804
Face 30635 34650 13665 34381
Face 30636 14568 16050 1795
Face 30637 134 3326 5904
Face 30638 15620 13573 11302
Face 30639 15136 15270 15269
Face 30640 15135 15136 15269
Face 30641 15270 15406 15405
Face 30642 15269 15270 15405
Face 30643 15406 15545 15544
Face 30644 15405 15406 15544
Face 30645 15545 15687 15686
Face 30646 15544 15545 15686
Face 30647 15687 15830 15829
Face 30648 15686 15687 15829
Face 30649 15830 15981 15980
Face 30650 15829 15830 15980
Face 30651 15981 16133 16132
Face 30652 15980 15981 16132
Face 30653 16133 16290 16289
Face 30654 16132 16133 16289
Face 30655 16290 16451 16450
Face 30656 16289 16290 16450
Face 30657 16451 16610 16609
Face 30658 16450 16451 16609
Face 30659 16610 4669 4802
Face 30660 16609 16610 4802
Face 30661 4669 1950 2583
Face 30662 4802 4669 2583
Face 30663 1950 1043 2769
Face 30664 2583 1950 2769
Face 30665 1043 772 5886
Face 30666 2769 1043 5886
Face 30667 772 5135 5007
Face 30668 5886 772 5007
Face 30669 4479 4350 5007
Face 30670 5135 4479 5007
Face 30671 82 81 4350
Face 30672 4479 82 4350
Face 30673 2272 2926 81
Face 30674 82 2272 81
Face 30675 5892 174 2926
Face 30676 2272 5892 2926
Face 30677 6609 6644 174
Face 30678 5892 6609 174
Face 30679 30 14286 16523
Face 30680 6609 14281 6644
Face 30681 27230 27231 27340
Face 30682 15447 15588 12950
Face 30683 34356 34768 34347
Face 30684 21868 21771 11862
Face 30685 266 701 267
Face 30686 23436 24663 24662
Face 30687 267 6025 266
Face 30688 6025 5898 266
Face 30689 11773 34661 34824
Face 30690 1314 3038 3205
Face 30691 14555 14734 14675
Face 30692 3048 14878 5002
Face 30693 14555 14675 14194
Face 30694 14557 14555 14194
Face 30695 13902 13926 13901
Face 30696 14734 16523 14675
Face 30697 4938 16596 5070
Face 30698 19828 19827 19744
Face 30699 14250 14264 14156
Face 30700 4938 5070 16586
Face 30701 15352 15492 15491
Face 30702 476 475 1922
Face 30703 14083 5779 14191
Face 30704 14145 14156 14060
Face 30705 3574 16214 5256
Face 30706 15755 15905 15904
Face 30707 7935 10831 9445
Face 30708 14878 9102 5002
Face 30709 11942 12 5342
Face 30710 4186 16377 16540
Face 30711 13647 11679 13555
Face 30712 15134 15133 9783
Face 30713 14135 14134 14045
Face 30714 16533 15190 14563
Face 30715 2032 4935 15050
Face 30716 14046 14135 14045
Face 30717 13968 14045 13967
Face 30718 14022 14021 1912
Face 30719 1656 4057 6
Face 30720 6149 2035 6022
Face 30721 13980 3374 1347
Face 30722 5774 1688 1798
Face 30723 235 1351 16196
Face 30724 4994 13893 14593
Face 30725 2930 673 1014
Face 30726 439 15673 15815
Face 30727 14053 14142 14141
Face 30728 246 3175 1497
Face 30729 11460 1798 11538
Face 30730 3633 16364 16198
Face 30731 1262 16361 15052
Face 30732 15052 16361 332
Face 30733 17453 19841 18581
Face 30734 16361 439 332
Face 30735 15818 16054 13938
Face 30736 450 14359 1348
Face 30737 14156 5779 14083
Face 30738 15127 15126 15389
Face 30739 15783 14174 14173
Face 30740 14241 14242 14351
Face 30741 26190 34608 34456
Face 30742 13957 14031 14030
Face 30743 3589 11002 14506
Face 30744 15746 14162 13833
Face 30745 5256 16214 16376
Face 30746 14878 15005 9102
Face 30747 9102 15005 15136
Face 30748 14281 9213 6644
Face 30749 15005 15137 15136
Face 30750 13650 15915 16068
Face 30751 15137 15271 15270
Face 30752 15136 15137 15270
Face 30753 15271 15407 15406
Face 30754 15270 15271 15406
Face 30755 15407 15546 15545
Face 30756 15406 15407 15545
Face 30757 15546 15688 15687
Face 30758 15545 15546 15687
Face 30759 15688 15831 15830
Face 30760 15687 15688 15830
Face 30761 15831 15982 15981
Face 30762 15830 15831 15981
Face 30763 15982 16134 16133
Face 30764 15981 15982 16133
Face 30765 16134 16291 16290
Face 30766 16133 16134 16290
Face 30767 16291 16452 16451
Face 30768 16290 16291 16451
Face 30769 16452 16611 16610
Face 30770 16451 16452 16610
Face 30771 16611 4670 4669
Face 30772 16610 16611 4669
Face 30773 4670 1831 1950
Face 30774 4669 4670 1950
Face 30775 1831 1042 1043
Face 30776 1950 1831 1043
Face 30777 1042 1429 772
Face 30778 1043 1042 772
Face 30779 1429 5262 5135
Face 30780 772 1429 5135
Face 30781 4059 4479 5135
Face 30782 5262 4059 5135
Face 30783 6841 82 4479
Face 30784 4059 6841 4479
Face 30785 173 2272 82
Face 30786 6841 173 82
Face 30787 1458 5892 2272
Face 30788 173 1458 2272
Face 30789 6645 6609 5892
Face 30790 1458 6645 5892
Face 30791 14283 14281 6609
Face 30792 6645 14283 6609
Face 30793 34338 34766 34370
Face 30794 23020 6398 16958
Face 30795 4481 14275 14806
Face 30796 580 1133 1692
Face 30797 13854 13853 13840
Face 30798 17981 13075 20365
Face 30799 17249 17250 17339
Face 30800 14333 3841 1690
Face 30801 7831 9292 9619
Face 30802 19553 20369 20368
Face 30803 16277 16122 15537
Face 30804 15392 15530 15537
Face 30805 15392 14869 14870
Face 30806 931 15392 15537
Face 30807 14869 528 15895
Face 30808 15530 15392 14870
Face 30809 5463 3073 5464
Face 30810 15925 15926 16079
Face 30811 2584 4938 16586
Face 30812 5070 16107 15958
Face 30813 3811 5494 1922
Face 30814 14554 14919 15249
Face 30815 14060 14156 14083
Face 30816 14940 14985 15320
Face 30817 12755 15230 15365
Face 30818 23391 24938 24012
Face 30819 1247 17816 1139
Face 30820 4472 14479 12104
Face 30821 14351 14469 14468
Face 30822 19404 19484 16987
Face 30823 14241 14351 14350
Face 30824 14240 14241 14350
Face 30825 9643 34385 13118
Face 30826 16540 281 4186
Face 30827 13969 13968 13922
Face 30828 28638 28637 28502
Face 30829 238 343 3064
Face 30830 13923 13969 13922
Face 30831 14403 14387 14670
Face 30832 2290 6149 6022
Face 30833 2032 15969 4935
Face 30834 26125 27451 27444
Face 30835 1347 4994 14593
Face 30836 19256 30121 19257
Face 30837 15386 14014 14096
Face 30838 14096 14014 14159
Face 30839 5401 5400 3175
Face 30840 133 6396 334
Face 30841 5401 3070 3069
Face 30842 23192 23191 29604
Face 30843 14083 14191 14014
Face 30844 13927 13926 13902
Face 30845 3 782 14838
Face 30846 14838 782 15112
Face 30847 16533 14563 3448
Face 30848 1348 15818 13938
Face 30849 15324 14552 13981
Face 30850 15126 15527 15389
Face 30851 17986 20291 20292
Face 30852 6018 6145 5377
Face 30853 20989 21091 988
Face 30854 15883 15451 556
Face 30855 302 6018 5377
Face 30856 16835 32662 21542
Face 30857 14757 14879 14878
Face 30858 14756 14757 14878
Face 30859 14879 15006 15005
Face 30860 14878 14879 15005
Face 30861 15006 15138 15137
Face 30862 15005 15006 15137
Face 30863 15138 15272 15271
Face 30864 15137 15138 15271
Face 30865 15272 15408 15407
Face 30866 15271 15272 15407
Face 30867 15408 15547 15546
Face 30868 15407 15408 15546
Face 30869 15547 15689 15688
Face 30870 15546 15547 15688
Face 30871 15689 15832 15831
Face 30872 15688 15689 15831
Face 30873 15832 15983 15982
Face 30874 15831 15832 15982
Face 30875 15983 16135 16134
Face 30876 15982 15983 16134
Face 30877 16135 16292 16291
Face 30878 16134 16135 16291
Face 30879 16292 16453 16452
Face 30880 16291 16292 16452
Face 30881 16453 16612 16611
Face 30882 16452 16453 16611
Face 30883 16612 4671 4670
Face 30884 16611 16612 4670
Face 30885 4671 2582 1831
Face 30886 4670 4671 1831
Face 30887 2582 1041 1042
Face 30888 1831 2582 1042
Face 30889 1041 3037 1429
Face 30890 1042 1041 1429
Face 30891 3037 5393 5262
Face 30892 1429 3037 5262
Face 30893 4188 4059 5262
Face 30894 5393 4188 5262
Face 30895 6741 6841 4059
Face 30896 4188 6741 4059
Face 30897 6267 173 6841
Face 30898 6741 6267 6841
Face 30899 3446 1458 173
Face 30900 6267 3446 173
Face 30901 6737 6645 1458
Face 30902 3446 6737 1458
Face 30903 34717 34583 34298
Face 30904 15739 5625 7137
Face 30905 19490 19489 19409
Face 30906 3574 16061 16214
Face 30907 14275 5528 14806
Face 30908 15774 15775 15926
Face 30909 16538 13843 16524
Face 30910 5136 14319 13810
Face 30911 15617 14398 14319
Face 30912 13843 5136 13810
Face 30913 15617 16122 16277
Face 30914 5136 15617 14319
Face 30915 16122 931 15537
Face 30916 14398 15617 16277
Face 30917 14462 14580 14461
Face 30918 2418 14379 14264
Face 30919 22447 22543 11813
Face 30920 5903 14068 13819
Face 30921 17544 20312 172
Face 30922 441 2289 551
Face 30923 16586 5070 15958
Face 30924 1435 4084 6648
Face 30925 14717 14716 666
Face 30926 1214 14717 666
Face 30927 13969 14046 13968
Face 30928 15320 15319 14205
Face 30929 14997 380 1785
Face 30930 14350 14349 14239
Face 30931 4937 15679 15611
Face 30932 12321 14371 22585
Face 30933 19410 19490 19409
Face 30934 3248 3962 4232
Face 30935 2928 9977 9978
Face 30936 15204 15340 15339
Face 30937 5116 14103 446
Face 30938 15203 15204 15339
Face 30939 15190 13812 14563
Face 30940 9389 8937 2363
Face 30941 13899 13923 13898
Face 30942 74 3060 16119
Face 30943 14474 451 14263
Face 30944 13981 14670 16533
Face 30945 15095 15111 4883
Face 30946 475 2276 474
Face 30947 14862 16583 446
Face 30948 3704 14862 446
Face 30949 3576 14862 3704
Face 30950 1240 3576 3704
Face 30951 15340 15480 15479
Face 30952 15339 15340 15479
Face 30953 15480 15622 15621
Face 30954 15479 15480 15621
Face 30955 15622 15766 15765
Face 30956 14095 14013 15782
Face 30957 15621 15622 15765
Face 30958 15355 3576 1240
Face 30959 15782 15355 1240
Face 30960 4084 2158 1656
Face 30961 14718 16384 14717
Face 30962 14474 14263 14155
Face 30963 13981 16533 6396
Face 30964 5852 7146 5980
Face 30965 11354 11516 19437
Face 30966 5766 12027 12028
Face 30967 5761 5644 472
Face 30968 14637 14758 14757
Face 30969 5638 10460 8340
Face 30970 14758 14880 14879
Face 30971 14757 14758 14879
Face 30972 14880 15007 15006
Face 30973 14879 14880 15006
Face 30974 15007 15139 15138
Face 30975 15006 15007 15138
Face 30976 15139 15273 15272
Face 30977 15138 15139 15272
Face 30978 15273 15409 15408
Face 30979 15272 15273 15408
Face 30980 15409 15548 15547
Face 30981 15408 15409 15547
Face 30982 15548 15690 15689
Face 30983 15547 15548 15689
Face 30984 15690 15833 15832
Face 30985 15689 15690 15832
Face 30986 15833 15984 15983
Face 30987 15832 15833 15983
Face 30988 15984 16136 16135
Face 30989 15983 15984 16135
Face 30990 16136 16293 16292
Face 30991 16135 16136 16292
Face 30992 16293 16454 16453
Face 30993 16292 16293 16453
Face 30994 16454 16613 16612
Face 30995 16453 16454 16612
Face 30996 16613 4672 4671
Face 30997 16612 16613 4671
Face 30998 4672 2453 2582
Face 30999 4671 4672 2582
Face 31000 2453 1040 1041
Face 31001 2582 2453 1041
Face 31002 1040 311 3037
Face 31003 1041 1040 3037
Face 31004 311 5519 5393
Face 31005 3037 311 5393
Face 31006 4609 4188 5393
Face 31007 5519 4609 5393
Face 31008 4206 6741 4188
Face 31009 4609 4206 4188
Face 31010 3063 6267 6741
Face 31011 4206 3063 6741
Face 31012 201 3446 6267
Face 31013 3063 201 6267
Face 31014 6646 6737 3446
Face 31015 201 6646 3446
Face 31016 8776 449 15739
Face 31017 6646 14289 6737
Face 31018 15265 15401 18
Face 31019 4982 5115 2372
Face 31020 4231 14402 4357
Face 31021 15927 16081 16080
Face 31022 14835 16538 14833
Face 31023 13843 13810 16524
Face 31024 14949 15082 15081
Face 31025 14948 14949 15081
Face 31026 14949 14948 14823
Face 31027 14824 14949 14823
Face 31028 14824 14823 14700
Face 31029 14701 14824 14700
Face 31030 14701 14700 14579
Face 31031 14580 14701 14579
Face 31032 34772 34272 34746
Face 31033 4752 14714 14559
Face 31034 4619 1155 15253
Face 31035 13961 3708 15819
Face 31036 286 4841 16603
Face 31037 5252 3030 2159
Face 31038 16375 16372 14716
Face 31039 15181 15319 14985
Face 31040 14046 14045 13968
Face 31041 14716 14715 5899
Face 31042 6396 3448 3449
Face 31043 334 6396 3449
Face 31044 16054 1689 14095
Face 31045 3708 15057 1131
Face 31046 15766 15918 15917
Face 31047 15765 15766 15917
Face 31048 16072 16071 15917
Face 31049 15918 16072 15917
Face 31050 666 14716 5899
Face 31051 1653 14496 3374
Face 31052 74 334 3060
Face 31053 15969 16119 4935
Face 31054 3336 14474 14357
Face 31055 13928 13974 13927
Face 31056 11845 9167 10689
Face 31057 15592 7697 2150
Face 31058 14176 14177 1653
Face 31059 14496 1266 3374
Face 31060 16229 16228 16071
Face 31061 16072 16229 16071
Face 31062 16393 16392 16228
Face 31063 16229 16393 16228
Face 31064 16556 16555 16392
Face 31065 16393 16556 16392
Face 31066 6617 14075 16555
Face 31067 16556 6617 16555
Face 31068 15224 15091 14176
Face 31069 14177 14496 1653
Face 31070 286 2328 6534
Face 31071 19571 19570 19489
Face 31072 3707 3336 14475
Face 31073 14475 3336 14357
Face 31074 15193 14326 14674
Face 31075 27105 27737 34348
Face 31076 2791 14456 14455
Face 31077 21107 20032 18229
Face 31078 14638 14759 14758
Face 31079 14637 14638 14758
Face 31080 14759 14881 14880
Face 31081 14758 14759 14880
Face 31082 14881 15008 15007
Face 31083 14880 14881 15007
Face 31084 15008 15140 15139
Face 31085 15007 15008 15139
Face 31086 15140 15274 15273
Face 31087 15139 15140 15273
Face 31088 15274 15410 15409
Face 31089 15273 15274 15409
Face 31090 15410 15549 15548
Face 31091 15409 15410 15548
Face 31092 15549 15691 15690
Face 31093 15548 15549 15690
Face 31094 15691 15834 15833
Face 31095 15690 15691 15833
Face 31096 15834 15985 15984
Face 31097 15833 15834 15984
Face 31098 15985 16137 16136
Face 31099 15984 15985 16136
Face 31100 16137 16294 16293
Face 31101 16136 16137 16293
Face 31102 16294 16455 16454
Face 31103 16293 16294 16454
Face 31104 16455 16614 16613
Face 31105 16454 16455 16613
Face 31106 16614 4673 4672
Face 31107 16613 16614 4672
Face 31108 4673 2454 2453
Face 31109 4672 4673 2453
Face 31110 2454 1039 1040
Face 31111 2453 2454 1040
Face 31112 1039 1899 311
Face 31113 1040 1039 311
Face 31114 1899 5647 5519
Face 31115 311 1899 5519
Face 31116 5645 4609 5519
Face 31117 5647 5645 5519
Face 31118 3936 4206 4609
Face 31119 5645 3936 4609
Face 31120 6032 3063 4206
Face 31121 3936 6032 4206
Face 31122 421 201 3063
Face 31123 6032 421 3063
Face 31124 6584 6646 201
Face 31125 421 6584 201
Face 31126 14290 14289 6646
Face 31127 6584 14290 6646
Face 31128 34629 21745 21648
Face 31129 15198 15229 14492
Face 31130 15926 15927 16080
Face 31131 16081 16238 16237
Face 31132 13823 14835 13822
Face 31133 16538 16524 14833
Face 31134 15082 15214 15213
Face 31135 15081 15082 15213
Face 31136 14622 14740 15886
Face 31137 13945 13940 15327
Face 31138 14379 13940 13945
Face 31139 4619 14837 5877
Face 31140 1804 5901 15901
Face 31141 14264 14379 13945
Face 31142 34621 34375 34382
Face 31143 13940 14441 15327
Face 31144 47 2284 1435
Face 31145 3553 2501 3251
Face 31146 28554 28020 26334
Face 31147 16124 16125 15612
Face 31148 14986 15181 14985
Face 31149 15181 15220 14108
Face 31150 3841 14475 4481
Face 31151 2158 666 5899
Face 31152 6396 16533 3448
Face 31153 334 3449 3060
Face 31154 15452 1689 16054
Face 31155 14013 15355 15782
Face 31156 2845 2588 14075
Face 31157 6617 2845 14075
Face 31158 3978 3979 2588
Face 31159 2845 3978 2588
Face 31160 1266 13955 4994
Face 31161 3978 1472 812
Face 31162 3374 1266 4994
Face 31163 13955 14503 13893
Face 31164 15969 74 16119
Face 31165 16527 15050 14223
Face 31166 16064 3707 1241
Face 31167 1241 3707 14475
Face 31168 14726 18413 14054
Face 31169 1157 5115 15120
Face 31170 14619 2937 15224
Face 31171 15091 14177 14176
Face 31172 3979 3978 812
Face 31173 1472 4098 3970
Face 31174 812 1472 3970
Face 31175 10465 7187 10622
Face 31176 3970 4098 1355
Face 31177 783 900 2918
Face 31178 25545 26189 34789
Face 31179 13991 14936 14619
Face 31180 2937 15091 15224
Face 31181 16427 2766 15453
Face 31182 13987 2766 16427
Face 31183 14174 15395 14498
Face 31184 15395 14497 14498
Face 31185 16049 14004 14403
Face 31186 15055 3114 14837
Face 31187 9871 14289 9986
Face 31188 15319 15181 14108
Face 31189 105 22659 22562
Face 31190 31368 31367 31264
Face 31191 14760 14882 14881
Face 31192 24856 24944 23559
Face 31193 14882 15009 15008
Face 31194 14881 14882 15008
Face 31195 15009 15141 15140
Face 31196 15008 15009 15140
Face 31197 15141 15275 15274
Face 31198 15140 15141 15274
Face 31199 15275 15411 15410
Face 31200 15274 15275 15410
Face 31201 15411 15550 15549
Face 31202 15410 15411 15549
Face 31203 15550 15692 15691
Face 31204 15549 15550 15691
Face 31205 15692 15835 15834
Face 31206 15691 15692 15834
Face 31207 15835 15986 15985
Face 31208 15834 15835 15985
Face 31209 15986 16138 16137
Face 31210 15985 15986 16137
Face 31211 16138 16295 16294
Face 31212 16137 16138 16294
Face 31213 16295 16456 16455
Face 31214 16294 16295 16455
Face 31215 16456 16615 16614
Face 31216 16455 16456 16614
Face 31217 16615 4677 4673
Face 31218 16614 16615 4673
Face 31219 4677 2326 2454
Face 31220 4673 4677 2454
Face 31221 2326 2431 1039
Face 31222 2454 2326 1039
Face 31223 2431 1213 1899
Face 31224 1039 2431 1899
Face 31225 1213 5646 5647
Face 31226 1899 1213 5647
Face 31227 5245 5645 5647
Face 31228 5646 5245 5647
Face 31229 5643 3936 5645
Face 31230 5245 5643 5645
Face 31231 6031 6032 3936
Face 31232 5643 6031 3936
Face 31233 2793 421 6032
Face 31234 6031 2793 6032
Face 31235 6585 6584 421
Face 31236 2793 6585 421
Face 31237 14291 14290 6584
Face 31238 6585 14291 6584
Face 31239 20364 17979 17980
Face 31240 7849 7189 10826
Face 31241 16080 16081 16237
Face 31242 5586 5457 5458
Face 31243 555 13823 445
Face 31244 14835 14833 13822
Face 31245 14386 13806 22
Face 31246 14709 14710 18880
Face 31247 15085 15086 15217
Face 31248 14708 14709 14831
Face 31249 14581 14702 14580
Face 31250 19490 19571 19489
Face 31251 14463 14581 14462
Face 31252 14702 14701 14580
Face 31253 580 1692 2045
Face 31254 2045 1692 4858
Face 31255 22439 27899 27363
Face 31256 15359 16566 14178
Face 31257 14699 14822 14821
Face 31258 14698 14699 14821
Face 31259 14108 15220 4937
Face 31260 16437 15678 15679
Face 31261 14357 14155 14275
Face 31262 475 474 1803
Face 31263 15111 4882 4883
Face 31264 1013 4221 4344
Face 31265 15818 15452 16054
Face 31266 1689 14013 14095
Face 31267 341 15452 15818
Face 31268 14359 341 15818
Face 31269 4994 13955 13893
Face 31270 14503 341 14359
Face 31271 13901 13925 13900
Face 31272 13893 14503 14359
Face 31273 1124 50 5761
Face 31274 13867 13883 13866
Face 31275 13901 13900 13882
Face 31276 4105 85 84
Face 31277 14498 14497 15910
Face 31278 14497 16064 15910
Face 31279 2766 15400 15453
Face 31280 15453 15400 13832
Face 31281 15760 14936 13991
Face 31282 16085 15760 13991
Face 31283 34361 33671 34356
Face 31284 8024 9643 13118
Face 31285 17478 783 18901
Face 31286 900 783 6273
Face 31287 34460 34778 34526
Face 31288 783 17478 6392
Face 31289 15760 16085 15330
Face 31290 13913 15760 15330
Face 31291 14175 2936 14813
Face 31292 15400 13914 13832
Face 31293 50 6 5761
Face 31294 15360 15395 14174
Face 31295 15383 7071 7070
Face 31296 14155 14263 13933
Face 31297 20031 20113 20112
Face 31298 32092 32093 7239
Face 31299 14665 3765 16028
Face 31300 9278 9756 3896
Face 31301 34630 34349 34299
Face 31302 14760 14759 1096
Face 31303 14883 15010 15009
Face 31304 14882 14883 15009
Face 31305 15010 15142 15141
Face 31306 15009 15010 15141
Face 31307 15142 15276 15275
Face 31308 15141 15142 15275
Face 31309 15276 15412 15411
Face 31310 15275 15276 15411
Face 31311 15412 15551 15550
Face 31312 15411 15412 15550
Face 31313 15551 15693 15692
Face 31314 15550 15551 15692
Face 31315 15693 15836 15835
Face 31316 15692 15693 15835
Face 31317 15836 15987 15986
Face 31318 15835 15836 15986
Face 31319 15987 16139 16138
Face 31320 15986 15987 16138
Face 31321 16139 16296 16295
Face 31322 16138 16139 16295
Face 31323 16296 16457 16456
Face 31324 16295 16296 16456
Face 31325 16457 16616 16615
Face 31326 16456 16457 16615
Face 31327 16616 4674 4677
Face 31328 16615 16616 4677
Face 31329 4674 1721 2326
Face 31330 4677 4674 2326
Face 31331 1721 2303 2431
Face 31332 2326 1721 2431
Face 31333 2303 1900 1213
Face 31334 2431 2303 1213
Face 31335 1900 2385 5646
Face 31336 1213 1900 5646
Face 31337 5120 5245 5646
Face 31338 2385 5120 5646
Face 31339 5516 5643 5245
Face 31340 5120 5516 5245
Face 31341 3197 6031 5643
Face 31342 5516 3197 5643
Face 31343 543 2793 6031
Face 31344 3197 543 6031
Face 31345 14558 6585 2793
Face 31346 543 14558 2793
Face 31347 14292 14291 6585
Face 31348 14558 14292 6585
Face 31349 20219 19513 18339
Face 31350 2372 1157 2373
Face 31351 14760 24763 14882
Face 31352 34512 34453 34546
Face 31353 2919 555 1568
Face 31354 13823 13822 445
Face 31355 5524 5525 2506
Face 31356 262 166 5525
Face 31357 14718 14717 1214
Face 31358 15086 15218 15217
Face 31359 18137 19680 19678
Face 31360 19654 19653 19570
Face 31361 14795 13916 14796
Face 31362 15349 15350 15489
Face 31363 14874 16366 1378
Face 31364 34376 34336 34613
Face 31365 34433 34378 34505
Face 31366 15490 15632 15631
Face 31367 473 472 1693
Face 31368 13820 14919 14554
Face 31369 4937 16437 15679
Face 31370 7281 1339 9096
Face 31371 2368 14180 14145
Face 31372 1922 1803 3811
Face 31373 14280 2546 15361
Face 31374 2546 15933 15519
Face 31375 32333 32445 32444
Face 31376 14614 15393 14737
Face 31377 14093 15393 14614
Face 31378 3335 14594 14917
Face 31379 13925 13924 13900
Face 31380 13883 13901 13882
Face 31381 1157 1156 2373
Face 31382 13867 13866 13852
Face 31383 34414 29668 16663
Face 31384 15489 15490 15631
Face 31385 6644 9213 6724
Face 31386 15477 4619 15253
Face 31387 15910 16064 1241
Face 31388 15745 637 16583
Face 31389 13914 2936 14175
Face 31390 15783 15360 14174
Face 31391 14936 2937 14619
Face 31392 13832 13914 14175
Face 31393 14793 15047 5078
Face 31394 4328 13913 15465
Face 31395 29679 29810 29678
Face 31396 18588 18589 18693
Face 31397 19115 18950 17315
Face 31398 18492 18591 18590
Face 31399 18301 18397 18396
Face 31400 3115 4328 14804
Face 31401 13913 15330 15465
Face 31402 14813 14939 14453
Face 31403 14939 3062 14453
Face 31404 18240 1456 18241
Face 31405 3502 15360 15783
Face 31406 22586 12321 22585
Face 31407 13219 13311 15659
Face 31408 20274 20273 20191
Face 31409 20030 20031 20112
Face 31410 7706 11864 13564
Face 31411 7706 97 11864
Face 31412 16509 7706 13564
Face 31413 97 12549 11864
Face 31414 14884 15011 15010
Face 31415 14882 24763 14883
Face 31416 15011 15143 15142
Face 31417 15010 15011 15142
Face 31418 15143 15277 15276
Face 31419 15142 15143 15276
Face 31420 15277 15413 15412
Face 31421 15276 15277 15412
Face 31422 15413 15552 15551
Face 31423 15412 15413 15551
Face 31424 15552 15694 15693
Face 31425 15551 15552 15693
Face 31426 15694 15837 15836
Face 31427 15693 15694 15836
Face 31428 15837 15988 15987
Face 31429 15836 15837 15987
Face 31430 15988 16140 16139
Face 31431 15987 15988 16139
Face 31432 16140 16297 16296
Face 31433 16139 16140 16296
Face 31434 16297 16458 16457
Face 31435 16296 16297 16457
Face 31436 16458 16617 16616
Face 31437 16457 16458 16616
Face 31438 16617 4676 4674
Face 31439 16616 16617 4674
Face 31440 4676 1830 1721
Face 31441 4674 4676 1721
Face 31442 1830 2177 2303
Face 31443 1721 1830 2303
Face 31444 2177 11 1900
Face 31445 2303 2177 1900
Face 31446 11 308 2385
Face 31447 1900 11 2385
Face 31448 6381 5120 2385
Face 31449 308 6381 2385
Face 31450 5390 5516 5120
Face 31451 6381 5390 5120
Face 31452 6030 3197 5516
Face 31453 5390 6030 5516
Face 31454 2331 543 3197
Face 31455 6030 2331 3197
Face 31456 4226 14558 543
Face 31457 2331 4226 543
Face 31458 14294 14292 14558
Face 31459 4226 14294 14558
Face 31460 11538 11541 13283
Face 31461 7399 14218 14328
Face 31462 3703 788 6516
Face 31463 788 14029 2165
Face 31464 2414 2919 2285
Face 31465 555 445 1568
Face 31466 1154 1539 2506
Face 31467 1539 5524 2506
Face 31468 5504 47 1435
Face 31469 15910 1241 13877
Face 31470 19541 15308 15309
Face 31471 19425 18137 19678
Face 31472 13846 14795 13834
Face 31473 14114 1805 14296
Face 31474 380 90 1785
Face 31475 1693 24953 24952
Face 31476 12806 34571 3170
Face 31477 20112 20113 20191
Face 31478 23023 34674 34473
Face 31479 34695 28818 34348
Face 31480 15679 15678 1919
Face 31481 14498 15910 15759
Face 31482 15035 20530 8935
Face 31483 17341 17340 17251
Face 31484 19621 2384 3436
Face 31485 15185 14568 1795
Face 31486 1336 6647 2276
Face 31487 1338 212 14011
Face 31488 14670 15190 16533
Face 31489 14917 14093 14614
Face 31490 15391 133 334
Face 31491 20361 20360 20277
Face 31492 15363 15475 14390
Face 31493 14138 14137 14048
Face 31494 19571 19654 19570
Face 31495 14109 4938 2584
Face 31496 1427 1426 6483
Face 31497 5216 15454 5215
Face 31498 1427 8237 8757
Face 31499 13871 24752 24751
Face 31500 474 473 1358
Face 31501 22395 22492 22394
Face 31502 2936 14939 14813
Face 31503 14453 3062 15259
Face 31504 3115 14804 14015
Face 31505 16052 3115 14015
Face 31506 18567 17241 17320
Face 31507 20473 655 16370
Face 31508 17358 17579 17457
Face 31509 14052 14053 14141
Face 31510 16347 12763 24902
Face 31511 16052 14015 13953
Face 31512 14514 16052 13953
Face 31513 3113 14271 16567
Face 31514 3062 2366 15259
Face 31515 4945 14100 17735
Face 31516 13891 3502 15783
Face 31517 6795 11152 32502
Face 31518 13878 3168 11104
Face 31519 20274 20357 20273
Face 31520 20192 20274 20191
Face 31521 33057 20444 20445
Face 31522 20357 20444 20356
Face 31523 16509 13564 16177
Face 31524 16023 16509 16177
Face 31525 14885 15012 15011
Face 31526 14884 15010 14883
Face 31527 15012 15144 15143
Face 31528 15011 15012 15143
Face 31529 15144 15278 15277
Face 31530 15143 15144 15277
Face 31531 15278 15414 15413
Face 31532 15277 15278 15413
Face 31533 15414 15553 15552
Face 31534 15413 15414 15552
Face 31535 15553 15695 15694
Face 31536 15552 15553 15694
Face 31537 15695 15838 15837
Face 31538 15694 15695 15837
Face 31539 15838 15989 15988
Face 31540 15837 15838 15988
Face 31541 15989 16141 16140
Face 31542 15988 15989 16140
Face 31543 16141 16298 16297
Face 31544 16140 16141 16297
Face 31545 16298 16459 16458
Face 31546 16297 16298 16458
Face 31547 16459 16618 16617
Face 31548 16458 16459 16617
Face 31549 16618 4675 4676
Face 31550 16617 16618 4676
Face 31551 4675 1949 1830
Face 31552 4676 4675 1830
Face 31553 1949 2049 2177
Face 31554 1830 1949 2177
Face 31555 2049 5506 11
Face 31556 2177 2049 11
Face 31557 5506 6020 308
Face 31558 11 5506 308
Face 31559 4975 6381 308
Face 31560 6020 4975 308
Face 31561 5259 5390 6381
Face 31562 4975 5259 6381
Face 31563 3325 6030 5390
Face 31564 5259 3325 5390
Face 31565 2794 2331 6030
Face 31566 3325 2794 6030
Face 31567 14711 4226 2331
Face 31568 2794 14711 2331
Face 31569 14295 14294 4226
Face 31570 14711 14295 4226
Face 31571 34350 34382 34421
Face 31572 14295 15681 14294
Face 31573 15093 15327 1454
Face 31574 274 5247 15970
Face 31575 2919 1568 2285
Face 31576 5116 5240 147
Face 31577 28143 29582 23121
Face 31578 1264 1154 2506
Face 31579 14854 16564 14853
Face 31580 11157 14066 11373
Face 31581 16853 16776 16854
Face 31582 15732 19541 15309
Face 31583 15973 14736 13834
Face 31584 13916 14296 14796
Face 31585 6653 6748 6747
Face 31586 990 6740 1336
Face 31587 15672 15519 5636
Face 31588 15519 15060 5636
Face 31589 15476 15912 15672
Face 31590 5636 15060 13891
Face 31591 15115 13889 15114
Face 31592 15222 13889 14858
Face 31593 13889 15361 14858
Face 31594 14947 15080 15079
Face 31595 3205 3204 238
Face 31596 15060 3502 13891
Face 31597 281 125 4186
Face 31598 5198 13992 63
Face 31599 29209 29210 28435
Face 31600 31635 31634 31521
Face 31601 2924 15363 14390
Face 31602 15193 14028 14326
Face 31603 14026 14713 2931
Face 31604 15475 14186 15248
Face 31605 15540 15682 10601
Face 31606 13951 1785 90
Face 31607 28019 26416 26013
Face 31608 13665 34650 13664
Face 31609 16206 5093 5215
Face 31610 15472 14081 15454
Face 31611 15133 2274 9783
Face 31612 19737 19736 19653
Face 31613 2366 13979 13960
Face 31614 25270 25271 24779
Face 31615 4328 15465 14804
Face 31616 15259 2366 13960
Face 31617 14142 14244 14243
Face 31618 14678 14514 14801
Face 31619 673 4344 6515
Face 31620 3188 12801 22060
Face 31621 246 5401 3175
Face 31622 1014 673 6515
Face 31623 1465 14678 14195
Face 31624 14514 13953 14801
Face 31625 16243 3113 16567
Face 31626 1357 2586 14271
Face 31627 21867 12435 21843
Face 31628 22298 22299 22394
Face 31629 22203 22299 22298
Face 31630 260 9550 15681
Face 31631 22202 22203 22298
Face 31632 22299 22395 22394
Face 31633 26104 26125 27444
Face 31634 27451 29149 29144
Face 31635 16023 16177 14974
Face 31636 14847 16023 14974
Face 31637 14886 15013 15012
Face 31638 14885 15011 14884
Face 31639 15013 15145 15144
Face 31640 15012 15013 15144
Face 31641 15145 15279 15278
Face 31642 15144 15145 15278
Face 31643 15279 15415 15414
Face 31644 15278 15279 15414
Face 31645 15415 15554 15553
Face 31646 15414 15415 15553
Face 31647 15554 15696 15695
Face 31648 15553 15554 15695
Face 31649 15696 15839 15838
Face 31650 15695 15696 15838
Face 31651 15839 15990 15989
Face 31652 15838 15839 15989
Face 31653 15990 16142 16141
Face 31654 15989 15990 16141
Face 31655 16142 16299 16298
Face 31656 16141 16142 16298
Face 31657 16299 16460 16459
Face 31658 16298 16299 16459
Face 31659 16460 16619 16618
Face 31660 16459 16460 16618
Face 31661 16619 4544 4675
Face 31662 16618 16619 4675
Face 31663 4544 2073 1949
Face 31664 4675 4544 1949
Face 31665 2073 1925 2049
Face 31666 1949 2073 2049
Face 31667 1925 2387 5506
Face 31668 2049 1925 5506
Face 31669 2387 1334 6020
Face 31670 5506 2387 6020
Face 31671 1334 2770 4975
Face 31672 6020 1334 4975
Face 31673 5132 5259 4975
Face 31674 2770 5132 4975
Face 31675 6029 3325 5259
Face 31676 5132 6029 5259
Face 31677 283 2794 3325
Face 31678 6029 283 3325
Face 31679 1428 14711 2794
Face 31680 283 1428 2794
Face 31681 14297 14295 14711
Face 31682 1428 14297 14711
Face 31683 15738 15681 14295
Face 31684 14297 15738 14295
Face 31685 7518 10589 7817
Face 31686 15738 260 15681
Face 31687 9436 260 8775
Face 31688 7192 9069 10479
Face 31689 14565 7295 7576
Face 31690 16570 11377 15328
Face 31691 19654 19737 19653
Face 31692 15364 16041 14004
Face 31693 21108 9850 21081
Face 31694 20369 21108 20368
Face 31695 14000 14066 15973
Face 31696 14795 14796 13834
Face 31697 14859 5464 1575
Face 31698 34463 34304 33196
Face 31699 34403 34488 34447
Face 31700 14349 14348 14238
Face 31701 15629 15630 15773
Face 31702 19820 19819 19736
Face 31703 14861 24524 24384
Face 31704 16922 18739 3111
Face 31705 14277 14122 3065
Face 31706 10460 5638 3165
Face 31707 1580 4611 1226
Face 31708 14122 1580 1226
Face 31709 25672 30532 33015
Face 31710 13886 13887 13904
Face 31711 127 750 3825
Face 31712 13554 15073 15204
Face 31713 14296 1805 14189
Face 31714 1345 127 3825
Face 31715 29739 24277 23848
Face 31716 14248 1463 5515
Face 31717 13664 34650 12909
Face 31718 5073 5214 1923
Face 31719 16063 16205 15472
Face 31720 1798 16405 11538
Face 31721 16205 1923 14081
Face 31722 15472 16205 14081
Face 31723 14340 14341 14458
Face 31724 19737 19820 19736
Face 31725 7830 15682 3931
Face 31726 8535 4457 7805
Face 31727 16243 16567 13960
Face 31728 13979 16243 13960
Face 31729 16196 1465 14195
Face 31730 15256 16196 14195
Face 31731 14348 14466 14347
Face 31732 1608 1497 4026
Face 31733 16525 13908 1417
Face 31734 14705 14828 14827
Face 31735 12709 11275 12707
Face 31736 14170 14838 3024
Face 31737 2670 332 15965
Face 31738 15815 16196 15256
Face 31739 14113 2784 5330
Face 31740 3113 1357 14271
Face 31741 28002 34341 34669
Face 31742 14124 9221 6838
Face 31743 29020 29151 29019
Face 31744 556 15451 75
Face 31745 22108 22203 22202
Face 31746 22107 22108 22202
Face 31747 29281 29412 29280
Face 31748 29543 29542 29411
Face 31749 21549 29751 18876
Face 31750 29811 2299 29810
Face 31751 14887 15014 15013
Face 31752 14886 14885 19273
Face 31753 15014 15146 15145
Face 31754 15013 15014 15145
Face 31755 15146 15280 15279
Face 31756 15145 15146 15279
Face 31757 15280 15416 15415
Face 31758 15279 15280 15415
Face 31759 15416 15555 15554
Face 31760 15415 15416 15554
Face 31761 15555 15697 15696
Face 31762 15554 15555 15696
Face 31763 15697 15840 15839
Face 31764 15696 15697 15839
Face 31765 15840 15991 15990
Face 31766 15839 15840 15990
Face 31767 15991 16143 16142
Face 31768 15990 15991 16142
Face 31769 16143 16300 16299
Face 31770 16142 16143 16299
Face 31771 16300 16461 16460
Face 31772 16299 16300 16460
Face 31773 16461 16620 16619
Face 31774 16460 16461 16619
Face 31775 16620 4545 4544
Face 31776 16619 16620 4544
Face 31777 4545 2200 2073
Face 31778 4544 4545 2073
Face 31779 2200 3591 1925
Face 31780 2073 2200 1925
Face 31781 3591 3688 2387
Face 31782 1925 3591 2387
Face 31783 3688 4974 1334
Face 31784 2387 3688 1334
Face 31785 4974 1335 2770
Face 31786 1334 4974 2770
Face 31787 5004 5132 2770
Face 31788 1335 5004 2770
Face 31789 3450 6029 5132
Face 31790 5004 3450 5132
Face 31791 3572 283 6029
Face 31792 3450 3572 6029
Face 31793 1120 1428 283
Face 31794 3572 1120 283
Face 31795 14299 14297 1428
Face 31796 1120 14299 1428
Face 31797 15744 15738 14297
Face 31798 14299 15744 14297
Face 31799 261 260 15738
Face 31800 15744 261 15738
Face 31801 11437 973 11222
Face 31802 261 138 260
Face 31803 6740 6647 1336
Face 31804 1472 84 4098
Face 31805 13310 15802 9731
Face 31806 16564 13943 16548
Face 31807 2286 2031 5252
Face 31808 24934 24800 2160
Face 31809 15468 15328 14000
Face 31810 14736 13846 13834
Face 31811 6610 14867 15397
Face 31812 11437 12904 16386
Face 31813 19896 19895 19819
Face 31814 15583 15725 1321
Face 31815 32152 32151 32047
Face 31816 34507 34661 34496
Face 31817 15052 332 2670
Face 31818 14320 15052 2670
Face 31819 9323 4723 1924
Face 31820 332 15815 15965
Face 31821 21194 17104 32620
Face 31822 30789 30895 30788
Face 31823 16368 14940 14874
Face 31824 19820 19896 19819
Face 31825 19974 19973 19895
Face 31826 78 3034 25
Face 31827 11154 13451 13736
Face 31828 22913 13131 23666
Face 31829 23244 26063 23610
Face 31830 12372 12281 11373
Face 31831 15329 6946 16063
Face 31832 15466 15329 16063
Face 31833 6946 16367 16205
Face 31834 16063 6946 16205
Face 31835 16367 14931 1923
Face 31836 16205 16367 1923
Face 31837 8944 8945 16248
Face 31838 1923 14931 5073
Face 31839 6255 6129 6130
Face 31840 26819 11992 12077
Face 31841 15474 15336 2586
Face 31842 1357 15474 2586
Face 31843 14678 14801 14195
Face 31844 14277 3065 15336
Face 31845 31720 31832 31831
Face 31846 10981 14612 7070
Face 31847 13554 11225 13553
Face 31848 10831 10832 15199
Face 31849 19683 1097 1091
Face 31850 15073 15205 15204
Face 31851 15965 15815 15256
Face 31852 19896 19974 19895
Face 31853 1999 13908 16525
Face 31854 16362 2981 3434
Face 31855 2145 10273 5253
Face 31856 34693 34465 34522
Face 31857 34128 32624 16842
Face 31858 11731 11651 12707
Face 31859 21911 21912 22009
Face 31860 3049 16498 16423
Face 31861 22010 22108 22107
Face 31862 22009 22010 22107
Face 31863 34539 34276 34298
Face 31864 20973 21066 33693
Face 31865 14888 15015 15014
Face 31866 14887 14888 15014
Face 31867 15015 15147 15146
Face 31868 15014 15015 15146
Face 31869 15147 15281 15280
Face 31870 15146 15147 15280
Face 31871 15281 15417 15416
Face 31872 15280 15281 15416
Face 31873 15417 15556 15555
Face 31874 15416 15417 15555
Face 31875 15556 15698 15697
Face 31876 15555 15556 15697
Face 31877 15698 15841 15840
Face 31878 15697 15698 15840
Face 31879 15841 15992 15991
Face 31880 15840 15841 15991
Face 31881 15992 16144 16143
Face 31882 15991 15992 16143
Face 31883 16144 16301 16300
Face 31884 16143 16144 16300
Face 31885 16301 16462 16461
Face 31886 16300 16301 16461
Face 31887 16462 16621 16620
Face 31888 16461 16462 16620
Face 31889 16621 4543 4545
Face 31890 16620 16621 4545
Face 31891 4543 2325 2200
Face 31892 4545 4543 2200
Face 31893 2325 3590 3591
Face 31894 2200 2325 3591
Face 31895 3590 4745 3688
Face 31896 3591 3590 3688
Face 31897 4745 41 4974
Face 31898 3688 4745 4974
Face 31899 33 1335 4974
Face 31900 41 33 4974
Face 31901 4872 5004 1335
Face 31902 33 4872 1335
Face 31903 3579 3450 5004
Face 31904 4872 3579 5004
Face 31905 381 3572 3450
Face 31906 3579 381 3450
Face 31907 15244 1120 3572
Face 31908 381 15244 3572
Face 31909 14304 14299 1120
Face 31910 15244 14304 1120
Face 31911 15748 15744 14299
Face 31912 14304 15748 14299
Face 31913 15748 165 261
Face 31914 15744 15748 261
Face 31915 165 449 138
Face 31916 261 165 138
Face 31917 7778 8775 6873
Face 31918 13314 13221 13222
Face 31919 1214 666 2158
Face 31920 9844 9843 15953
Face 31921 13848 13847 2031
Face 31922 2286 13848 2031
Face 31923 5326 16570 15468
Face 31924 14066 14736 15973
Face 31925 10825 8661 4063
Face 31926 24227 22859 20011
Face 31927 14219 14218 14118
Face 31928 14119 14219 14118
Face 31929 2366 14085 13979
Face 31930 24135 23358 23911
Face 31931 13862 11104 13359
Face 31932 15935 14612 10981
Face 31933 22597 14501 20298
Face 31934 15205 15341 15340
Face 31935 14241 14240 14138
Face 31936 15204 15205 15340
Face 31937 14014 14074 14159
Face 31938 14139 14241 14138
Face 31939 11842 13554 15204
Face 31940 15127 15389 16211
Face 31941 1232 1919 2802
Face 31942 13972 14049 13971
Face 31943 13878 11104 13862
Face 31944 14987 5474 5602
Face 31945 16210 15331 6946
Face 31946 15329 16210 6946
Face 31947 15331 2033 16367
Face 31948 6946 15331 16367
Face 31949 2033 13999 14931
Face 31950 16367 2033 14931
Face 31951 18027 1387 18119
Face 31952 34514 28549 34626
Face 31953 5089 5073 5213
Face 31954 5474 14987 16210
Face 31955 16649 3899 16648
Face 31956 11228 11157 12193
Face 31957 15474 14277 15336
Face 31958 3764 3760 14787
Face 31959 14672 15386 14096
Face 31960 14290 14291 7812
Face 31961 15341 15481 15480
Face 31962 15340 15341 15480
Face 31963 15481 15623 15622
Face 31964 15480 15481 15622
Face 31965 5385 218 8568
Face 31966 782 15059 15112
Face 31967 16594 1003 178
Face 31968 21535 21628 21534
Face 31969 14788 3764 14787
Face 31970 34645 34475 34783
Face 31971 11275 11207 12707
Face 31972 11651 12709 12707
Face 31973 27444 27451 29144
Face 31974 30760 30759 30660
Face 31975 21816 21912 21911
Face 31976 21815 21816 21911
Face 31977 23443 25736 25737
Face 31978 20889 7019 7017
Face 31979 14889 15016 15015
Face 31980 14888 14889 15015
Face 31981 15016 15148 15147
Face 31982 15015 15016 15147
Face 31983 15148 15282 15281
Face 31984 15147 15148 15281
Face 31985 15282 15418 15417
Face 31986 15281 15282 15417
Face 31987 15418 15557 15556
Face 31988 15417 15418 15556
Face 31989 15557 15699 15698
Face 31990 15556 15557 15698
Face 31991 15699 15842 15841
Face 31992 15698 15699 15841
Face 31993 15842 15993 15992
Face 31994 15841 15842 15992
Face 31995 15993 16145 16144
Face 31996 15992 15993 16144
Face 31997 16145 16302 16301
Face 31998 16144 16145 16301
Face 31999 16302 16463 16462
Face 32000 16301 16302 16462
Face 32001 16463 16622 16621
Face 32002 16462 16463 16621
Face 32003 16622 4542 4543
Face 32004 16621 16622 4543
Face 32005 4542 2072 2325
Face 32006 4543 4542 2325
Face 32007 2072 3719 3590
Face 32008 2325 2072 3590
Face 32009 3719 4612 4745
Face 32010 3590 3719 4745
Face 32011 4612 1115 41
Face 32012 4745 4612 41
Face 32013 3309 33 41
Face 32014 1115 3309 41
Face 32015 4477 4872 33
Face 32016 3309 4477 33
Face 32017 6521 3579 4872
Face 32018 4477 6521 4872
Face 32019 16200 381 3579
Face 32020 6521 16200 3579
Face 32021 16200 14210 15244
Face 32022 381 16200 15244
Face 32023 14210 14305 14304
Face 32024 15244 14210 14304
Face 32025 14305 15749 15748
Face 32026 14304 14305 15748
Face 32027 15749 53 165
Face 32028 15748 15749 165
Face 32029 53 2415 449
Face 32030 165 53 449
Face 32031 2415 4723 15739
Face 32032 449 2415 15739
Face 32033 15750 5213 14980
Face 32034 9411 4190 8661
Face 32035 14860 14854 13847
Face 32036 13848 14860 13847
Face 32037 15638 15496 5326
Face 32038 15328 14066 14000
Face 32039 29961 29960 29902
Face 32040 10825 4063 2627
Face 32041 15471 15470 15334
Face 32042 16941 16942 17033
Face 32043 4727 4859 14626
Face 32044 1919 255 2924
Face 32045 1635 1525 8170
Face 32046 442 2290 2799
Face 32047 15623 15767 15766
Face 32048 15622 15623 15766
Face 32049 15919 15918 15766
Face 32050 14680 5601 5600
Face 32051 15767 15919 15766
Face 32052 14205 14108 16596
Face 32053 16366 15320 14109
Face 32054 3812 3011 3942
Face 32055 14048 14137 14047
Face 32056 14987 16534 16210
Face 32057 15430 15429 24990
Face 32058 12664 12755 12663
Face 32059 16210 16534 15331
Face 32060 34747 34697 34368
Face 32061 34724 34673 34363
Face 32062 15594 13998 13999
Face 32063 2033 15594 13999
Face 32064 13998 14147 14980
Face 32065 13999 13998 14980
Face 32066 14147 557 15750
Face 32067 14980 14147 15750
Face 32068 15165 19600 15593
Face 32069 4061 3680 18616
Face 32070 15970 16270 16269
Face 32071 6891 11148 11216
Face 32072 14742 3704 14103
Face 32073 14473 14012 14170
Face 32074 16073 16072 15918
Face 32075 15919 16073 15918
Face 32076 16230 16229 16072
Face 32077 16073 16230 16072
Face 32078 15855 15854 15711
Face 32079 14094 1240 14742
Face 32080 16372 14985 14940
Face 32081 751 127 178
Face 32082 3764 12367 3760
Face 32083 518 16525 14800
Face 32084 19768 19767 11731
Face 32085 16497 19298 19768
Face 32086 34404 25856 34321
Face 32087 19573 19656 19572
Face 32088 21912 22010 22009
Face 32089 21718 21719 21815
Face 32090 19779 19859 19858
Face 32091 20974 21068 21067
Face 32092 14890 15017 15016
Face 32093 14889 14890 15016
Face 32094 15017 15149 15148
Face 32095 15016 15017 15148
Face 32096 15149 15283 15282
Face 32097 15148 15149 15282
Face 32098 15283 15419 15418
Face 32099 15282 15283 15418
Face 32100 15419 15558 15557
Face 32101 15418 15419 15557
Face 32102 15558 15700 15699
Face 32103 15557 15558 15699
Face 32104 15700 15843 15842
Face 32105 15699 15700 15842
Face 32106 15843 15994 15993
Face 32107 15842 15843 15993
Face 32108 15994 16146 16145
Face 32109 15993 15994 16145
Face 32110 16146 16303 16302
Face 32111 16145 16146 16302
Face 32112 16303 16464 16463
Face 32113 16302 16303 16463
Face 32114 16464 16623 16622
Face 32115 16463 16464 16622
Face 32116 16623 4541 4542
Face 32117 16622 16623 4542
Face 32118 4541 2199 2072
Face 32119 4542 4541 2072
Face 32120 2199 3718 3719
Face 32121 2072 2199 3719
Face 32122 3718 4877 4612
Face 32123 3719 3718 4612
Face 32124 4877 4734 1115
Face 32125 4612 4877 1115
Face 32126 1125 3309 1115
Face 32127 4734 1125 1115
Face 32128 4607 4477 3309
Face 32129 1125 4607 3309
Face 32130 4607 6028 6521
Face 32131 4477 4607 6521
Face 32132 6028 641 16200
Face 32133 6521 6028 16200
Face 32134 641 13982 14210
Face 32135 16200 641 14210
Face 32136 13982 14306 14305
Face 32137 14210 13982 14305
Face 32138 14306 15751 15749
Face 32139 14305 14306 15749
Face 32140 15751 52 53
Face 32141 15749 15751 53
Face 32142 52 2672 2415
Face 32143 53 52 2415
Face 32144 1924 4723 2415
Face 32145 2672 1924 2415
Face 32146 4944 4945 17735
Face 32147 2004 2509 2642
Face 32148 16571 16564 14854
Face 32149 20448 19200 33331
Face 32150 15496 16570 5326
Face 32151 49 340 15638
Face 32152 2203 16595 14099
Face 32153 15527 15526 2720
Face 32154 15196 15197 15333
Face 32155 5725 5600 5601
Face 32156 24935 24934 2160
Face 32157 15934 14079 15395
Face 32158 15782 1240 14094
Face 32159 14511 15782 14094
Face 32160 16394 16393 16229
Face 32161 16230 16394 16229
Face 32162 16557 16556 16393
Face 32163 16394 16557 16393
Face 32164 14181 14095 14511
Face 32165 14095 15782 14511
Face 32166 4498 4630 4629
Face 32167 10081 14292 14294
Face 32168 14479 12618 12530
Face 32169 14987 14680 16534
Face 32170 34304 34463 34810
Face 32171 5085 5086 557
Face 32172 15058 1579 15594
Face 32173 13771 34552 34612
Face 32174 1579 669 13998
Face 32175 15594 1579 13998
Face 32176 669 928 14147
Face 32177 13998 669 14147
Face 32178 928 5003 557
Face 32179 14147 928 557
Face 32180 14054 18413 14143
Face 32181 10765 6140 10640
Face 32182 1310 4234 1538
Face 32183 255 15363 2924
Face 32184 16054 14095 14181
Face 32185 5204 7158 1746
Face 32186 6520 6617 16556
Face 32187 16557 6520 16556
Face 32188 6520 2979 2845
Face 32189 6617 6520 2845
Face 32190 3704 446 14103
Face 32191 3057 16547 15539
Face 32192 19409 19332 16896
Face 32193 5775 15643 1345
Face 32194 9532 15821 14225
Face 32195 19298 19767 19768
Face 32196 34430 34546 34725
Face 32197 5852 8002 7146
Face 32198 17416 10690 18729
Face 32199 19717 17338 19718
Face 32200 21623 21624 21718
Face 32201 21719 21816 21815
Face 32202 20917 18581 19841
Face 32203 19980 19979 19901
Face 32204 21028 14891 14890
Face 32205 14890 14889 14766
Face 32206 15018 15150 15149
Face 32207 15017 15018 15149
Face 32208 15150 15284 15283
Face 32209 15149 15150 15283
Face 32210 15284 15420 15419
Face 32211 15283 15284 15419
Face 32212 15420 15559 15558
Face 32213 15419 15420 15558
Face 32214 15559 15701 15700
Face 32215 15558 15559 15700
Face 32216 15701 15844 15843
Face 32217 15700 15701 15843
Face 32218 15844 15995 15994
Face 32219 15843 15844 15994
Face 32220 15995 16147 16146
Face 32221 15994 15995 16146
Face 32222 16147 16304 16303
Face 32223 16146 16147 16303
Face 32224 16304 16465 16464
Face 32225 16303 16304 16464
Face 32226 16465 16624 16623
Face 32227 16464 16465 16623
Face 32228 16624 4540 4541
Face 32229 16623 16624 4541
Face 32230 4540 1948 2199
Face 32231 4541 4540 2199
Face 32232 1948 3717 3718
Face 32233 2199 1948 3718
Face 32234 3717 4482 4877
Face 32235 3718 3717 4877
Face 32236 4482 1759 4734
Face 32237 4877 4482 4734
Face 32238 1759 2514 1125
Face 32239 4734 1759 1125
Face 32240 2514 4740 4607
Face 32241 1125 2514 4607
Face 32242 4740 3578 6028
Face 32243 4607 4740 6028
Face 32244 3578 16207 641
Face 32245 6028 3578 641
Face 32246 16207 14106 13982
Face 32247 641 16207 13982
Face 32248 14106 14307 14306
Face 32249 13982 14106 14306
Face 32250 14307 15754 15751
Face 32251 14306 14307 15751
Face 32252 15754 54 52
Face 32253 15751 15754 52
Face 32254 3575 2672 52
Face 32255 54 3575 52
Face 32256 14872 1924 2672
Face 32257 3575 14872 2672
Face 32258 12983 12798 15451
Face 32259 1345 15643 16408
Face 32260 14860 16571 14854
Face 32261 14189 15821 15383
Face 32262 16570 15328 15468
Face 32263 16571 13946 13943
Face 32264 14940 15320 16366
Face 32265 16107 13820 14996
Face 32266 23107 19062 20809
Face 32267 1124 5761 473
Face 32268 15360 15934 15395
Face 32269 2806 19098 29144
Face 32270 1240 3704 14742
Face 32271 278 3198 189
Face 32272 2979 4106 3978
Face 32273 16547 5255 15539
Face 32274 2845 2979 3978
Face 32275 4106 4105 84
Face 32276 3978 4106 1472
Face 32277 13575 34696 11385
Face 32278 29986 30047 29985
Face 32279 13919 11851 11932
Face 32280 15642 16241 16404
Face 32281 5210 5084 5003
Face 32282 16241 15955 15058
Face 32283 16404 16241 15058
Face 32284 15955 14681 1579
Face 32285 15058 15955 1579
Face 32286 14681 13997 669
Face 32287 1579 14681 669
Face 32288 13997 14930 928
Face 32289 669 13997 928
Face 32290 34822 34594 34280
Face 32291 928 14930 5003
Face 32292 2005 14626 14634
Face 32293 20051 20050 19973
Face 32294 1423 6539 17640
Face 32295 15353 15354 15493
Face 32296 14493 16547 3057
Face 32297 13938 16054 14181
Face 32298 15682 15683 5385
Face 32299 6648 4084 50
Face 32300 6145 2756 15183
Face 32301 34492 34570 34768
Face 32302 14058 14072 15202
Face 32303 13648 12822 13745
Face 32304 14072 14058 1234
Face 32305 15219 7828 2559
Face 32306 789 14072 1234
Face 32307 14072 15219 15202
Face 32308 9323 1924 9211
Face 32309 16061 16215 16214
Face 32310 16040 22464 21674
Face 32311 19718 19719 19800
Face 32312 16039 16040 21674
Face 32313 6268 199 21674
Face 32314 20739 21561 20923
Face 32315 21013 20739 20923
Face 32316 11348 22737 25041
Face 32317 12529 12617 10075
Face 32318 15019 15151 15150
Face 32319 15018 15019 15150
Face 32320 15151 15285 15284
Face 32321 15150 15151 15284
Face 32322 15285 15421 15420
Face 32323 15284 15285 15420
Face 32324 15421 15560 15559
Face 32325 15420 15421 15559
Face 32326 15560 15702 15701
Face 32327 15559 15560 15701
Face 32328 15702 15845 15844
Face 32329 15701 15702 15844
Face 32330 15845 15996 15995
Face 32331 15844 15845 15995
Face 32332 15996 16148 16147
Face 32333 15995 15996 16147
Face 32334 16148 16305 16304
Face 32335 16147 16148 16304
Face 32336 16305 16466 16465
Face 32337 16304 16305 16465
Face 32338 16466 16625 16624
Face 32339 16465 16466 16624
Face 32340 16625 4539 4540
Face 32341 16624 16625 4540
Face 32342 4539 1829 1948
Face 32343 4540 4539 1948
Face 32344 1829 3849 3717
Face 32345 1948 1829 3717
Face 32346 3849 4878 4482
Face 32347 3717 3849 4482
Face 32348 1116 1759 4482
Face 32349 4878 1116 4482
Face 32350 1116 5518 2514
Face 32351 1759 1116 2514
Face 32352 5518 1453 4740
Face 32353 2514 5518 4740
Face 32354 1453 6154 3578
Face 32355 4740 1453 3578
Face 32356 6154 1342 16207
Face 32357 3578 6154 16207
Face 32358 1342 14450 14106
Face 32359 16207 1342 14106
Face 32360 14315 14307 14106
Face 32361 14450 14315 14106
Face 32362 15762 15754 14307
Face 32363 14315 15762 14307
Face 32364 1134 54 15754
Face 32365 15762 1134 15754
Face 32366 6394 3575 54
Face 32367 1134 6394 54
Face 32368 14999 14872 3575
Face 32369 6394 14999 3575
Face 32370 7067 10981 7070
Face 32371 14999 1920 14872
Face 32372 28002 34834 27608
Face 32373 27099 23354 13842
Face 32374 16564 16571 13943
Face 32375 13946 2302 15599
Face 32376 8742 14894 14875
Face 32377 9320 3436 14659
Face 32378 444 897 4060
Face 32379 13124 14490 7848
Face 32380 15294 15432 14371
Face 32381 19955 21558 21571
Face 32382 13827 13828 13840
Face 32383 15494 1354 233
Face 32384 902 3964 2288
Face 32385 789 1234 3835
Face 32386 14023 15184 6018
Face 32387 3708 14614 15057
Face 32388 15787 12569 12660
Face 32389 3447 9312 329
Face 32390 15642 8542 16241
Face 32391 3852 16086 8542
Face 32392 16086 15061 15955
Face 32393 16241 16086 15955
Face 32394 15061 14510 14681
Face 32395 15955 15061 14681
Face 32396 14510 15067 13997
Face 32397 14681 14510 13997
Face 32398 15067 583 14930
Face 32399 13997 15067 14930
Face 32400 2005 15666 1577
Face 32401 15666 2005 14634
Face 32402 2113 5751 5878
Face 32403 16238 16081 16082
Face 32404 19974 20051 19973
Face 32405 16425 2923 15258
Face 32406 15202 15219 2559
Face 32407 14442 14493 3057
Face 32408 14141 14142 14243
Face 32409 14244 14354 14353
Face 32410 9436 1799 260
Face 32411 14243 14244 14353
Face 32412 19978 19979 20055
Face 32413 13855 13856 13869
Face 32414 1608 246 1497
Face 32415 20360 20359 20276
Face 32416 902 2288 552
Face 32417 2673 902 552
Face 32418 3504 6511 1320
Face 32419 15826 15976 218
Face 32420 22587 15065 22586
Face 32421 15065 15293 15294
Face 32422 22464 6268 21674
Face 32423 972 34 12989
Face 32424 14098 16266 20811
Face 32425 9288 21739 21738
Face 32426 20030 20112 20111
Face 32427 12989 12897 10075
Face 32428 15020 15152 15151
Face 32429 12705 15018 14891
Face 32430 15152 15286 15285
Face 32431 15151 15152 15285
Face 32432 15286 15422 15421
Face 32433 15285 15286 15421
Face 32434 15422 15561 15560
Face 32435 15421 15422 15560
Face 32436 15561 15703 15702
Face 32437 15560 15561 15702
Face 32438 15703 15846 15845
Face 32439 15702 15703 15845
Face 32440 15846 15997 15996
Face 32441 15845 15846 15996
Face 32442 15997 16149 16148
Face 32443 15996 15997 16148
Face 32444 16149 16306 16305
Face 32445 16148 16149 16305
Face 32446 16306 16467 16466
Face 32447 16305 16306 16466
Face 32448 16626 16625 16466
Face 32449 16467 16626 16466
Face 32450 4538 4539 16625
Face 32451 16626 4538 16625
Face 32452 4538 1720 1829
Face 32453 4539 4538 1829
Face 32454 1720 3848 3849
Face 32455 1829 1720 3849
Face 32456 3848 5137 4878
Face 32457 3849 3848 4878
Face 32458 5137 2494 1116
Face 32459 4878 5137 1116
Face 32460 2494 5392 5518
Face 32461 1116 2494 5518
Face 32462 5392 1569 1453
Face 32463 5518 5392 1453
Face 32464 1569 6153 6154
Face 32465 1453 1569 6154
Face 32466 2795 1342 6154
Face 32467 6153 2795 6154
Face 32468 14590 14450 1342
Face 32469 2795 14590 1342
Face 32470 14317 14315 14450
Face 32471 14590 14317 14450
Face 32472 15779 15762 14315
Face 32473 14317 15779 14315
Face 32474 1918 1134 15762
Face 32475 15779 1918 15762
Face 32476 1682 6394 1134
Face 32477 1918 1682 1134
Face 32478 14199 14999 6394
Face 32479 1682 14199 6394
Face 32480 15317 1920 14999
Face 32481 14199 15317 14999
Face 32482 6385 18424 785
Face 32483 10950 14362 1226
Face 32484 13943 13946 15599
Face 32485 16403 14189 14612
Face 32486 21445 21540 21444
Face 32487 2302 14298 16373
Face 32488 6 4057 5596
Face 32489 14917 14614 3708
Face 32490 21561 21655 20835
Face 32491 51 6 5596
Face 32492 16215 16377 16376
Face 32493 14954 14955 15087
Face 32494 3964 789 3835
Face 32495 16214 16215 16376
Face 32496 14584 14583 14465
Face 32497 366 2673 367
Face 32498 4156 1608 4026
Face 32499 5208 5081 5082
Face 32500 14466 14584 14465
Face 32501 9062 3852 8542
Face 32502 3852 14160 15061
Face 32503 16086 3852 15061
Face 32504 14160 15737 14510
Face 32505 15061 14160 14510
Face 32506 15737 14078 15067
Face 32507 14510 15737 15067
Face 32508 14078 14127 583
Face 32509 15067 14078 583
Face 32510 14127 14267 15473
Face 32511 583 14127 15473
Face 32512 14267 5208 15473
Face 32513 14290 9986 14289
Face 32514 28021 44 23118
Face 32515 5750 5626 2892
Face 32516 7828 14493 14442
Face 32517 2559 7828 14442
Face 32518 5521 366 5522
Face 32519 3964 3835 2288
Face 32520 3431 16444 16603
Face 32521 1642 1530 1548
Face 32522 11092 32502 11152
Face 32523 34810 34550 34798
Face 32524 11991 26819 12076
Face 32525 817 5521 818
Face 32526 14693 13647 13555
Face 32527 16080 16237 16236
Face 32528 15319 14108 14205
Face 32529 14757 4212 4458
Face 32530 10798 215 4844
Face 32531 12321 15065 15294
Face 32532 22299 22300 22395
Face 32533 12988 972 12989
Face 32534 972 16040 16039
Face 32535 16379 16378 16217
Face 32536 22043 21013 21478
Face 32537 68 12989 10075
Face 32538 34 12551 12897
Face 32539 15021 15153 15152
Face 32540 15020 15151 15019
Face 32541 15153 15287 15286
Face 32542 15152 15153 15286
Face 32543 15287 15423 15422
Face 32544 15286 15287 15422
Face 32545 15423 15562 15561
Face 32546 15422 15423 15561
Face 32547 15562 15704 15703
Face 32548 15561 15562 15703
Face 32549 15704 15847 15846
Face 32550 15703 15704 15846
Face 32551 15998 15997 15846
Face 32552 15847 15998 15846
Face 32553 16150 16149 15997
Face 32554 15998 16150 15997
Face 32555 16150 16307 16306
Face 32556 16149 16150 16306
Face 32557 16307 16468 16467
Face 32558 16306 16307 16467
Face 32559 16468 16627 16626
Face 32560 16467 16468 16626
Face 32561 16627 4537 4538
Face 32562 16626 16627 4538
Face 32563 4537 1611 1720
Face 32564 4538 4537 1720
Face 32565 3975 3848 1720
Face 32566 1611 3975 1720
Face 32567 5010 5137 3848
Face 32568 3975 5010 3848
Face 32569 5010 4717 2494
Face 32570 5137 5010 2494
Face 32571 4717 5261 5392
Face 32572 2494 4717 5392
Face 32573 5261 6141 1569
Face 32574 5392 5261 1569
Face 32575 6141 3706 6153
Face 32576 1569 6141 6153
Face 32577 2406 2795 6153
Face 32578 3706 2406 6153
Face 32579 2022 14590 2795
Face 32580 2406 2022 2795
Face 32581 14321 14317 14590
Face 32582 2022 14321 14590
Face 32583 15781 15779 14317
Face 32584 14321 15781 14317
Face 32585 1349 1918 15779
Face 32586 15781 1349 15779
Face 32587 1239 1682 1918
Face 32588 1349 1239 1918
Face 32589 14104 14199 1682
Face 32590 1239 14104 1682
Face 32591 14104 134 15317
Face 32592 14199 14104 15317
Face 32593 4153 4152 16655
Face 32594 14225 14124 6837
Face 32595 14189 15383 14612
Face 32596 1156 6004 2373
Face 32597 15599 2302 16373
Face 32598 14298 4936 16125
Face 32599 16358 14874 14279
Face 32600 14946 14947 15079
Face 32601 473 5761 472
Face 32602 4057 897 444
Face 32603 2930 2798 673
Face 32604 13648 14572 14693
Face 32605 5207 14267 15188
Face 32606 16540 3946 281
Face 32607 2560 817 1263
Face 32608 5521 5522 818
Face 32609 14941 15074 15073
Face 32610 26819 12077 12076
Face 32611 15074 15206 15205
Face 32612 15073 15074 15205
Face 32613 14219 14329 9735
Face 32614 14219 9735 14328
Face 32615 4489 14859 15737
Face 32616 14160 4489 15737
Face 32617 14859 1575 14078
Face 32618 15737 14859 14078
Face 32619 1575 15597 14127
Face 32620 14078 1575 14127
Face 32621 15597 15188 14267
Face 32622 14127 15597 14267
Face 32623 14918 5207 15188
Face 32624 7960 10858 10981
Face 32625 18066 22030 22031
Face 32626 10950 7037 9445
Face 32627 15756 21205 1009
Face 32628 34342 34330 34519
Face 32629 2846 2560 2980
Face 32630 2673 552 367
Face 32631 15206 15342 15341
Face 32632 15205 15206 15341
Face 32633 15342 15482 15481
Face 32634 15341 15342 15481
Face 32635 2560 1263 2980
Face 32636 15482 15624 15623
Face 32637 20923 21561 20835
Face 32638 366 367 5522
Face 32639 5213 15750 5088
Face 32640 1567 18893 19075
Face 32641 20300 21572 32764
Face 32642 16995 19580 16994
Face 32643 22396 22493 22492
Face 32644 20193 17882 20194
Face 32645 34 972 16039
Face 32646 22395 22396 22492
Face 32647 21463 22043 21478
Face 32648 20256 20174 199
Face 32649 12989 34 12897
Face 32650 21558 21463 21478
Face 32651 15021 20257 12793
Face 32652 16039 16038 12551
Face 32653 15288 15287 15153
Face 32654 26788 34608 26903
Face 32655 15288 15424 15423
Face 32656 15287 15288 15423
Face 32657 15424 15563 15562
Face 32658 15423 15424 15562
Face 32659 15563 15705 15704
Face 32660 15562 15563 15704
Face 32661 15705 15848 15847
Face 32662 15704 15705 15847
Face 32663 15848 15999 15998
Face 32664 15847 15848 15998
Face 32665 15999 16151 16150
Face 32666 15998 15999 16150
Face 32667 16308 16307 16150
Face 32668 16151 16308 16150
Face 32669 16469 16468 16307
Face 32670 16308 16469 16307
Face 32671 16469 16628 16627
Face 32672 16468 16469 16627
Face 32673 16628 4413 4537
Face 32674 16627 16628 4537
Face 32675 1500 1611 4537
Face 32676 4413 1500 4537
Face 32677 3974 3975 1611
Face 32678 1500 3974 1611
Face 32679 3974 5264 5010
Face 32680 3975 3974 5010
Face 32681 5264 4480 4717
Face 32682 5010 5264 4717
Face 32683 4480 5906 5261
Face 32684 4717 4480 5261
Face 32685 107 6141 5261
Face 32686 5906 107 5261
Face 32687 6519 3706 6141
Face 32688 107 6519 6141
Face 32689 2536 2406 3706
Face 32690 6519 2536 3706
Face 32691 14107 2022 2406
Face 32692 2536 14107 2406
Face 32693 14322 14321 2022
Face 32694 14107 14322 2022
Face 32695 15786 15781 14321
Face 32696 14322 15786 14321
Face 32697 1238 1349 15781
Face 32698 15786 1238 15781
Face 32699 14924 1239 1349
Face 32700 1238 14924 1349
Face 32701 14924 1694 14104
Face 32702 1239 14924 14104
Face 32703 1694 4887 134
Face 32704 14104 1694 134
Face 32705 9775 10993 5904
Face 32706 4887 3326 134
Face 32707 7663 7550 1105
Face 32708 13771 34612 10845
Face 32709 16373 14298 16125
Face 32710 11949 1014 5896
Face 32711 2035 14022 1912
Face 32712 14092 14591 14356
Face 32713 21629 21724 21723
Face 32714 15162 1321 10864
Face 32715 3502 2493 15360
Face 32716 2798 1013 673
Face 32717 14099 7847 13301
Face 32718 11011 12818 10211
Face 32719 2846 2980 2500
Face 32720 71 2846 2500
Face 32721 15481 15482 15623
Face 32722 15768 15767 15623
Face 32723 15624 15768 15623
Face 32724 15920 15919 15767
Face 32725 4187 7388 4071
Face 32726 5079 5078 4948
Face 32727 34483 34501 34596
Face 32728 4489 930 14859
Face 32729 11693 34683 34779
Face 32730 773 6007 209
Face 32731 14077 14621 15597
Face 32732 1575 14077 15597
Face 32733 14621 4886 15188
Face 32734 15597 14621 15188
Face 32735 4886 14793 14918
Face 32736 15188 4886 14918
Face 32737 7503 8459 7617
Face 32738 12189 1874 1746
Face 32739 752 14009 15112
Face 32740 26102 27395 27394
Face 32741 71 2500 16549
Face 32742 817 818 1263
Face 32743 15768 15920 15767
Face 32744 16074 16073 15919
Face 32745 15920 16074 15919
Face 32746 16550 16549 16386
Face 32747 16231 16230 16073
Face 32748 9783 2274 8987
Face 32749 16387 16550 16386
Face 32750 28767 28766 28637
Face 32751 29149 2806 29144
Face 32752 28638 28767 28637
Face 32753 29623 29618 19098
Face 32754 20547 21838 21644
Face 32755 13740 24499 24494
Face 32756 22587 22586 22492
Face 32757 22204 22300 22203
Face 32758 6268 20256 199
Face 32759 12320 1008 20174
Face 32760 21013 20923 21478
Face 32761 21463 21558 12092
Face 32762 34 16039 12551
Face 32763 16039 21674 13392
Face 32764 29995 11026 30057
Face 32765 34692 1543 34493
Face 32766 32020 32124 32019
Face 32767 32228 32227 32123
Face 32768 15564 15563 15424
Face 32769 15425 15564 15424
Face 32770 15706 15705 15563
Face 32771 15564 15706 15563
Face 32772 15706 15849 15848
Face 32773 15705 15706 15848
Face 32774 16000 15999 15848
Face 32775 15849 16000 15848
Face 32776 16152 16151 15999
Face 32777 16000 16152 15999
Face 32778 16152 16309 16308
Face 32779 16151 16152 16308
Face 32780 16470 16469 16308
Face 32781 16309 16470 16308
Face 32782 16629 16628 16469
Face 32783 16470 16629 16469
Face 32784 16629 4406 4413
Face 32785 16628 16629 4413
Face 32786 4406 2324 1500
Face 32787 4413 4406 1500
Face 32788 2324 4102 3974
Face 32789 1500 2324 3974
Face 32790 5396 5264 3974
Face 32791 4102 5396 3974
Face 32792 5396 4610 4480
Face 32793 5264 5396 4480
Face 32794 1016 5906 4480
Face 32795 4610 1016 4480
Face 32796 2250 107 5906
Face 32797 1016 2250 5906
Face 32798 6152 6519 107
Face 32799 2250 6152 107
Face 32800 6152 2535 2536
Face 32801 6519 6152 2536
Face 32802 2535 1492 14107
Face 32803 2536 2535 14107
Face 32804 1492 14327 14322
Face 32805 14107 1492 14322
Face 32806 14327 15803 15786
Face 32807 14322 14327 15786
Face 32808 15803 1235 1238
Face 32809 15786 15803 1238
Face 32810 1235 14934 14924
Face 32811 1238 1235 14924
Face 32812 14934 5068 1694
Face 32813 14924 14934 1694
Face 32814 4884 4887 1694
Face 32815 5068 4884 1694
Face 32816 10607 3326 4887
Face 32817 4884 10607 4887
Face 32818 34343 34544 34507
Face 32819 15322 5461 17323
Face 32820 4936 16426 16425
Face 32821 10708 2238 8992
Face 32822 13952 14060 15386
Face 32823 2501 116 3503
Face 32824 15893 15894 16204
Face 32825 4359 1783 15497
Face 32826 4234 39 3377
Face 32827 14118 14218 14117
Face 32828 32880 33146 21732
Face 32829 15454 14081 5215
Face 32830 18411 18506 18410
Face 32831 12904 16224 16387
Face 32832 16074 16231 16073
Face 32833 16395 16394 16230
Face 32834 16231 16395 16230
Face 32835 16558 16557 16394
Face 32836 167 168 13559
Face 32837 773 209 670
Face 32838 34553 10115 34531
Face 32839 5464 3073 14077
Face 32840 14066 11228 14736
Face 32841 14218 7399 14117
Face 32842 3073 15338 14621
Face 32843 14077 3073 14621
Face 32844 15338 14712 4886
Face 32845 14621 15338 4886
Face 32846 14712 15047 14793
Face 32847 4886 14712 14793
Face 32848 34579 34648 34527
Face 32849 18052 15354 1319
Face 32850 3946 3377 3504
Face 32851 114 94 20533
Face 32852 5090 5073 5089
Face 32853 16550 71 16549
Face 32854 16395 16558 16394
Face 32855 16558 157 6520
Face 32856 16557 16558 6520
Face 32857 157 2718 2979
Face 32858 5239 15120 5115
Face 32859 18290 18385 18837
Face 32860 28893 28892 28766
Face 32861 32565 32692 32564
Face 32862 2806 29623 19098
Face 32863 19977 19978 20054
Face 32864 17518 17517 17432
Face 32865 14274 16274 14928
Face 32866 22300 22396 22395
Face 32867 21719 21720 21816
Face 32868 20256 12320 20174
Face 32869 12320 19582 19561
Face 32870 12544 21463 12092
Face 32871 20460 1780 9276
Face 32872 16038 16039 13392
Face 32873 199 1786 13392
Face 32874 22491 22490 22393
Face 32875 22201 22202 22297
Face 32876 32124 32228 32123
Face 32877 11026 29995 11073
Face 32878 15426 15565 15564
Face 32879 15425 15426 15564
Face 32880 15707 15706 15564
Face 32881 15565 15707 15564
Face 32882 15850 15849 15706
Face 32883 15707 15850 15706
Face 32884 16001 16000 15849
Face 32885 15850 16001 15849
Face 32886 16153 16152 16000
Face 32887 16001 16153 16000
Face 32888 16310 16309 16152
Face 32889 16153 16310 16152
Face 32890 16471 16470 16309
Face 32891 16310 16471 16309
Face 32892 16630 16629 16470
Face 32893 16471 16630 16470
Face 32894 4407 4406 16629
Face 32895 16630 4407 16629
Face 32896 2071 2324 4406
Face 32897 4407 2071 4406
Face 32898 5405 4102 2324
Face 32899 2071 5405 2324
Face 32900 5395 5396 4102
Face 32901 5405 5395 4102
Face 32902 5395 4351 4610
Face 32903 5396 5395 4610
Face 32904 2270 1016 4610
Face 32905 4351 2270 4610
Face 32906 2270 1103 2250
Face 32907 1016 2270 2250
Face 32908 3838 6152 2250
Face 32909 1103 3838 2250
Face 32910 2668 2535 6152
Face 32911 3838 2668 6152
Face 32912 2668 15062 1492
Face 32913 2535 2668 1492
Face 32914 15062 14335 14327
Face 32915 1492 15062 14327
Face 32916 14335 15824 15803
Face 32917 14327 14335 15803
Face 32918 15824 1127 1235
Face 32919 15803 15824 1235
Face 32920 1127 14957 14934
Face 32921 1235 1127 14934
Face 32922 14957 16262 5068
Face 32923 14934 14957 5068
Face 32924 16262 14069 4884
Face 32925 5068 16262 4884
Face 32926 14069 25 10607
Face 32927 4884 14069 10607
Face 32928 5241 2123 3428
Face 32929 11460 13283 11785
Face 32930 16125 4936 16425
Face 32931 16426 73 2923
Face 32932 11695 11777 14620
Face 32933 15166 19683 1091
Face 32934 13910 15672 14513
Face 32935 13891 15783 15498
Face 32936 15126 15128 15527
Face 32937 20133 20132 20050
Face 32938 34297 34522 34511
Face 32939 15492 15634 15633
Face 32940 13079 13174 12826
Face 32941 11373 11377 12372
Face 32942 6520 157 2979
Face 32943 16119 3060 15968
Face 32944 2718 4105 4106
Face 32945 2979 2718 4106
Face 32946 2624 9298 3797
Face 32947 4106 84 1472
Face 32948 7484 874 873
Face 32949 14186 16407 14568
Face 32950 11781 10199 12735
Face 32951 15589 14788 15449
Face 32952 15586 15879 16502
Face 32953 14172 5403 15338
Face 32954 3073 14172 15338
Face 32955 5403 3337 14712
Face 32956 15338 5403 14712
Face 32957 3337 14065 15047
Face 32958 14712 3337 15047
Face 32959 4212 14756 5124
Face 32960 7663 1105 1216
Face 32961 14051 14052 14140
Face 32962 2653 2652 2520
Face 32963 24752 13871 13856
Face 32964 23797 22680 20157
Face 32965 15316 5076 14100
Face 32966 14227 2585 13917
Face 32967 2158 2029 1656
Face 32968 14354 14472 14471
Face 32969 9102 15136 15135
Face 32970 14052 14141 14140
Face 32971 26183 6286 18553
Face 32972 11703 4238 11153
Face 32973 20055 20137 20136
Face 32974 21254 21347 21346
Face 32975 20276 20275 20193
Face 32976 27745 6612 27746
Face 32977 21817 21913 21912
Face 32978 26183 7122 6286
Face 32979 1008 12320 19561
Face 32980 21816 21817 21912
Face 32981 16521 20460 9276
Face 32982 20317 6794 19984
Face 32983 21674 199 13392
Face 32984 22130 14725 1780
Face 32985 22298 22394 22393
Face 32986 1008 19561 19553
Face 32987 24814 23043 29755
Face 32988 22297 22298 22393
Face 32989 15566 15565 15426
Face 32990 15427 15566 15426
Face 32991 15566 15708 15707
Face 32992 15565 15566 15707
Face 32993 15851 15850 15707
Face 32994 15708 15851 15707
Face 32995 16002 16001 15850
Face 32996 15851 16002 15850
Face 32997 16002 16154 16153
Face 32998 16001 16002 16153
Face 32999 16154 16311 16310
Face 33000 16153 16154 16310
Face 33001 16472 16471 16310
Face 33002 16311 16472 16310
Face 33003 16631 16630 16471
Face 33004 16472 16631 16471
Face 33005 4408 4407 16630
Face 33006 16631 4408 16630
Face 33007 1828 2071 4407
Face 33008 4408 1828 4407
Face 33009 5273 5405 2071
Face 33010 1828 5273 2071
Face 33011 1101 5395 5405
Face 33012 5273 1101 5405
Face 33013 4225 4351 5395
Face 33014 1101 4225 5395
Face 33015 4225 1910 2270
Face 33016 4351 4225 2270
Face 33017 1910 2252 1103
Face 33018 2270 1910 1103
Face 33019 2252 6518 3838
Face 33020 1103 2252 3838
Face 33021 6518 2278 2668
Face 33022 3838 6518 2668
Face 33023 2278 13837 15062
Face 33024 2668 2278 15062
Face 33025 13837 14337 14335
Face 33026 15062 13837 14335
Face 33027 14337 15825 15824
Face 33028 14335 14337 15824
Face 33029 15825 447 1127
Face 33030 15824 15825 1127
Face 33031 447 14979 14957
Face 33032 1127 447 14957
Face 33033 14979 3067 16262
Face 33034 14957 14979 16262
Face 33035 3067 15538 14069
Face 33036 16262 3067 14069
Face 33037 15538 78 25
Face 33038 14069 15538 25
Face 33039 12667 12577 12578
Face 33040 34382 34314 34421
Face 33041 16425 16426 2923
Face 33042 73 49 15894
Face 33043 49 15638 2978
Face 33044 2923 73 15894
Face 33045 3501 3705 14361
Face 33046 15894 49 2978
Face 33047 14513 5636 4973
Face 33048 9662 781 9775
Face 33049 2923 15894 15893
Face 33050 5636 13891 4973
Face 33051 15593 15592 2150
Face 33052 15661 15662 15529
Face 33053 18117 18213 18212
Face 33054 34288 13663 34292
Face 33055 15659 13311 9731
Face 33056 14141 14243 14242
Face 33057 16041 1783 16359
Face 33058 14353 14354 14471
Face 33059 14166 15055 14837
Face 33060 17173 19064 5021
Face 33061 17215 18242 17835
Face 33062 1131 15057 581
Face 33063 7888 6724 9213
Face 33064 15739 7137 8776
Face 33065 34291 34362 34465
Face 33066 4747 657 1880
Face 33067 15322 15974 3337
Face 33068 5403 15322 3337
Face 33069 15974 15316 14065
Face 33070 3337 15974 14065
Face 33071 15316 15179 5076
Face 33072 14065 15316 14100
Face 33073 13974 13975 14051
Face 33074 22402 22401 22305
Face 33075 14471 14472 14589
Face 33076 14723 11918 13346
Face 33077 14552 14403 14670
Face 33078 14472 18740 17873
Face 33079 26563 26534 29618
Face 33080 22306 22402 22305
Face 33081 12500 4238 11703
Face 33082 9871 14283 6737
Face 33083 29338 27450 27332
Face 33084 12344 12500 11703
Face 33085 17975 20277 17974
Face 33086 21162 21254 21253
Face 33087 29623 26563 29618
Face 33088 20278 20277 17975
Face 33089 21913 22011 22010
Face 33090 28503 28638 28502
Face 33091 20317 19984 14646
Face 33092 21912 21913 22010
Face 33093 20460 22130 1780
Face 33094 14645 20317 14646
Face 33095 1008 58 20015
Face 33096 22612 15722 14725
Face 33097 9066 22962 14605
Face 33098 20174 1008 20015
Face 33099 15567 15566 15427
Face 33100 15428 15567 15427
Face 33101 15709 15708 15566
Face 33102 15567 15709 15566
Face 33103 15852 15851 15708
Face 33104 15709 15852 15708
Face 33105 16003 16002 15851
Face 33106 15852 16003 15851
Face 33107 16155 16154 16002
Face 33108 16003 16155 16002
Face 33109 16312 16311 16154
Face 33110 16155 16312 16154
Face 33111 16473 16472 16311
Face 33112 16312 16473 16311
Face 33113 16473 16632 16631
Face 33114 16472 16473 16631
Face 33115 4409 4408 16631
Face 33116 16632 4409 16631
Face 33117 1947 1828 4408
Face 33118 4409 1947 4408
Face 33119 5145 5273 1828
Face 33120 1947 5145 1828
Face 33121 3312 1101 5273
Face 33122 5145 3312 5273
Face 33123 4097 4225 1101
Face 33124 3312 4097 1101
Face 33125 2034 1910 4225
Face 33126 4097 2034 4225
Face 33127 2034 6412 2252
Face 33128 1910 2034 2252
Face 33129 6412 6151 6518
Face 33130 2252 6412 6518
Face 33131 6151 2407 2278
Face 33132 6518 6151 2278
Face 33133 2407 14057 13837
Face 33134 2278 2407 13837
Face 33135 14057 14363 14337
Face 33136 13837 14057 14337
Face 33137 14363 15887 15825
Face 33138 14337 14363 15825
Face 33139 15887 48 447
Face 33140 15825 15887 447
Face 33141 48 15478 14979
Face 33142 447 48 14979
Face 33143 15478 4746 3067
Face 33144 14979 15478 3067
Face 33145 4746 2075 15538
Face 33146 3067 4746 15538
Face 33147 2075 77 78
Face 33148 15538 2075 78
Face 33149 34432 34716 34603
Face 33150 34779 34508 34641
Face 33151 21534 21627 21533
Face 33152 18692 2323 2322
Face 33153 14739 14478 14857
Face 33154 15784 16403 15935
Face 33155 15638 5326 5263
Face 33156 2978 15638 5263
Face 33157 15498 15783 14173
Face 33158 5326 15468 236
Face 33159 14180 14250 14145
Face 33160 6508 2023 3072
Face 33161 2165 2035 6149
Face 33162 14264 13945 5779
Face 33163 16172 24703 24702
Face 33164 12843 13652 16067
Face 33165 18378 18472 18471
Face 33166 2281 15229 15198
Face 33167 12193 12107 11228
Face 33168 13975 14052 14051
Face 33169 15662 15324 133
Face 33170 14348 14347 14237
Face 33171 15954 11536 13548
Face 33172 15183 2797 15970
Face 33173 15348 15488 15487
Face 33174 15347 15348 15487
Face 33175 26563 6401 12589
Face 33176 3690 15804 14800
Face 33177 14116 16267 15974
Face 33178 15322 14116 15974
Face 33179 16267 15179 15316
Face 33180 15974 16267 15316
Face 33181 103 531 190
Face 33182 15179 14005 5075
Face 33183 13928 13929 13974
Face 33184 873 1338 14011
Face 33185 14584 14705 14704
Face 33186 14466 14465 14347
Face 33187 10273 8762 5253
Face 33188 27333 27453 20688
Face 33189 14583 14584 14704
Face 33190 22210 22209 22114
Face 33191 3305 15398 16362
Face 33192 4238 12279 11153
Face 33193 22306 22305 22209
Face 33194 26674 26183 18553
Face 33195 13357 13262 14608
Face 33196 28574 13159 28575
Face 33197 18261 27215 24448
Face 33198 20194 20276 20193
Face 33199 20447 20360 20448
Face 33200 22011 22109 22108
Face 33201 20359 20358 20275
Face 33202 20371 20370 19561
Face 33203 22109 22204 22108
Face 33204 22130 22612 14725
Face 33205 19582 20371 19561
Face 33206 20174 20015 1786
Face 33207 22231 12544 12092
Face 33208 15568 15567 15428
Face 33209 15290 24991 15427
Face 33210 15710 15709 15567
Face 33211 15568 15710 15567
Face 33212 15853 15852 15709
Face 33213 15710 15853 15709
Face 33214 16004 16003 15852
Face 33215 15853 16004 15852
Face 33216 16156 16155 16003
Face 33217 16004 16156 16003
Face 33218 16313 16312 16155
Face 33219 16156 16313 16155
Face 33220 16474 16473 16312
Face 33221 16313 16474 16312
Face 33222 16633 16632 16473
Face 33223 16474 16633 16473
Face 33224 4410 4409 16632
Face 33225 16633 4410 16632
Face 33226 2198 1947 4409
Face 33227 4410 2198 4409
Face 33228 5017 5145 1947
Face 33229 2198 5017 1947
Face 33230 2886 3312 5145
Face 33231 5017 2886 5145
Face 33232 3969 4097 3312
Face 33233 2886 3969 3312
Face 33234 13963 2034 4097
Face 33235 3969 13963 4097
Face 33236 13963 5248 6412
Face 33237 18529 790 791
Face 33238 26653 26768 26652
Face 33239 18603 1953 2078
Face 33240 16845 16846 16933
Face 33241 17552 17587 17372
Face 33242 18631 18747 17511
Face 33243 17110 17109 17018
Face 33244 26534 26563 12589
Face 33245 19023 19133 19132
Face 33246 8665 10214 8563
Face 33247 19179 19355 19429
Face 33248 8842 16091 8841
Face 33249 18017 18018 18109
Face 33250 30981 30980 30879
Face 33251 17599 17633 18563
Face 33252 1506 18221 1505
Face 33253 18913 18914 19022
Face 33254 6273 6392 1574
Face 33255 17648 17738 17647
Face 33256 19029 19139 19028
Face 33257 18594 18595 18699
Face 33258 19150 18047 17362
Face 33259 18891 3981 17756
Face 33260 17509 17335 18438
Face 33261 17686 17672 18466
Face 33262 17286 19179 19353
Face 33263 2532 18126 19508
Face 33264 26768 26882 26881
Face 33265 14064 16381 17666
Face 33266 18806 18910 18909
Face 33267 18697 18698 18805
Face 33268 17292 17291 17200
Face 33269 5747 18927 19221
Face 33270 19127 19128 19236
Face 33271 17202 17293 17201
Face 33272 18308 18309 18404
Face 33273 18090 18185 18184
Face 33274 19241 19242 18385
Face 33275 18285 18380 18284
Face 33276 18532 19047 4678
Face 33277 16821 16820 16751
Face 33278 16751 16750 16689
Face 33279 17741 17831 17830
Face 33280 17093 17183 17092
Face 33281 18089 18090 18184
Face 33282 18500 18599 18598
Face 33283 18803 18907 18906
Face 33284 1245 1246 17907
Face 33285 26419 26418 29535
Face 33286 18014 18015 18106
Face 33287 18126 18740 17987
Face 33288 34704 34623 34720
Face 33289 1724 1835 18411
Face 33290 14355 17987 14354
Face 33291 18805 18806 18909
Face 33292 18910 19019 19018
Face 33293 18909 18910 19018
Face 33294 17034 17125 17124
Face 33295 18167 18266 17644
Face 33296 17623 18099 18409
Face 33297 33087 33222 33086
Face 33298 6401 20980 28000
Face 33299 17093 17092 17000
Face 33300 17183 17182 17092
Face 33301 17001 17000 16908
Face 33302 17001 17093 17000
Face 33303 16909 16908 16820
Face 33304 16909 17001 16908
Face 33305 2821 2954 32429
Face 33306 16821 16909 16820
Face 33307 18613 17763 14064
Face 33308 29209 34412 29210
Face 33309 18587 18604 16948
Face 33310 17928 17323 17264
Face 33311 17323 16698 18346
Face 33312 16948 17928 17264
Face 33313 1504 116 5874
Face 33314 34765 34597 34805
Face 33315 1835 18507 18506
Face 33316 5021 17146 17145
Face 33317 17471 17470 17384
Face 33318 14472 17873 14589
Face 33319 19129 19238 19237
Face 33320 19019 19129 19128
Face 33321 18476 18577 18475
Face 33322 16843 16931 16930
Face 33323 16929 17021 16928
Face 33324 18807 18808 18911
Face 33325 17739 17740 17829
Face 33326 12589 6401 28000
Face 33327 27264 21073 25644
Face 33328 28765 28130 26676
Face 33329 17034 17035 17125
Face 33330 18679 18678 18574
Face 33331 17919 1261 17827
Face 33332 26767 26766 26651
Face 33333 17921 18011 18010
Face 33334 18123 18220 18122
Face 33335 4755 4756 4889
Face 33336 15334 15470 15333
Face 33337 18205 18206 18301
Face 33338 18025 18117 18116
Face 33339 17876 19011 17872
Face 33340 28700 28572 14427
Face 33341 17511 18852 17533
Face 33342 18880 17931 18165
Face 33343 34556 34418 34359
Face 33344 17955 17931 14710
Face 33345 5840 5841 5969
Face 33346 19018 19019 19128
Face 33347 17201 17200 17110
Face 33348 19128 19129 19237
Face 33349 18024 18025 18116
Face 33350 18748 3900 19002
Face 33351 34416 34430 34725
Face 33352 33915 31651 17852
Face 33353 29064 29589 648
Face 33354 16939 17031 17030
Face 33355 17030 17031 17121
Face 33356 18467 17686 18466
Face 33357 17959 2508 19123
Face 33358 17203 17294 17202
Face 33359 18507 18607 18506
Face 33360 16818 16817 16748
Face 33361 1615 18220 18221
Face 33362 17457 17545 18483
Face 33363 17490 18613 674
Face 33364 17202 17201 17111
Face 33365 18398 18493 18492
Face 33366 16937 16938 17029
Face 33367 18835 17596 19214
Face 33368 18112 18113 18208
Face 33369 29064 25743 25582
Face 33370 17780 18165 21190
Face 33371 34423 34373 34369
Face 33372 14056 1984 2675
Face 33373 1359 17909 1247
Face 33374 18854 18748 19162
Face 33375 17780 18241 14956
Face 33376 19238 18633 19173
Face 33377 19237 19238 19173
Face 33378 18532 4810 18834
Face 33379 18577 18576 18475
Face 33380 17999 18091 17998
Face 33381 32780 20699 27603
Face 33382 26667 26666 26550
Face 33383 19128 19237 19236
Face 33384 31713 31825 31712
Face 33385 18367 18272 1917
Face 33386 18884 18891 17623
Face 33387 18215 18214 18118
Face 33388 3505 674 17623
Face 33389 19665 17180 19748
Face 33390 18027 18119 18026
Face 33391 17264 17323 18346
Face 33392 32056 32160 32055
Face 33393 16945 19077 18923
Face 33394 17356 18425 15614
Face 33395 3161 17553 18436
Face 33396 34828 34598 34454
Face 33397 17556 17645 927
Face 33398 1021 1022 17632
Face 33399 28759 28886 28758
Face 33400 18106 18202 18201
Face 33401 30143 30144 30207
Face 33402 34384 34457 34459
Face 33403 18607 1956 2082
Face 33404 34480 34284 34278
Face 33405 18633 18314 17102
Face 33406 17385 17471 17384
Face 33407 19173 18633 17102
Face 33408 18672 3162 19005
Face 33409 18111 18207 18206
Face 33410 19104 17626 17602
Face 33411 18690 17725 17724
Face 33412 16698 18425 18346
Face 33413 19239 19240 18296
Face 33414 19184 17677 17697
Face 33415 17756 3505 17623
Face 33416 18020 18112 18111
Face 33417 17297 17387 17296
Face 33418 17918 18749 19210
Face 33419 1601 1489 1490
Face 33420 17477 17476 17390
Face 33421 17090 17089 16997
Face 33422 17090 17180 17089
Face 33423 17007 344 17006
Face 33424 18425 17356 18346
Face 33425 18535 18631 17545
Face 33426 26667 26782 26666
Face 33427 27257 18028 19089
Face 33428 2952 2951 12650
Face 33429 17133 16218 17844
Face 33430 16218 17280 17427
Face 33431 10479 7849 10826
Face 33432 5239 4850 3163
Face 33433 31910 31911 32015
Face 33434 7998 10479 10826
Face 33435 23847 23884 29474
Face 33436 34455 10921 34698
Face 33437 18314 16955 17454
Face 33438 21543 13073 18981
Face 33439 20558 5272 17656
Face 33440 19681 17463 18551
Face 33441 18675 18690 17724
Face 33442 17118 17119 17208
Face 33443 17513 18147 17841
Face 33444 18098 17315 19154
Face 33445 25755 25756 25862
Face 33446 2684 28091 27958
Face 33447 28783 28784 28909
Face 33448 19231 16016 20535
Face 33449 18789 18834 17734
Face 33450 18016 18108 18107
Face 33451 17966 3981 18891
Face 33452 4495 4496 4627
Face 33453 18298 18394 18393
Face 33454 16998 17090 16997
Face 33455 33105 33104 32970
Face 33456 17926 18016 18015
Face 33457 16756 16825 16824
Face 33458 16755 16756 16824
Face 33459 16825 16913 16912
Face 33460 16824 16825 16912
Face 33461 18373 2044 18372
Face 33462 34315 34464 34490
Face 33463 18221 1506 1616
Face 33464 34344 11614 34617
Face 33465 34317 34598 34828
Face 33466 1713 1822 1712
Face 33467 18565 18566 5325
Face 33468 18911 18912 19020
Face 33469 34524 34402 34365
Face 33470 18840 19058 20155
Face 33471 16913 17005 17004
Face 33472 16912 16913 17004
Face 33473 18232 17177 17107
Face 33474 17209 17300 17299
Face 33475 16906 16905 16817
Face 33476 16906 16998 16905
Face 33477 16818 16906 16817
Face 33478 16998 16997 16905
Face 33479 17382 17468 17381
Face 33480 18637 18789 18774
Face 33481 18396 18397 18491
Face 33482 5659 5531 5532
Face 33483 18441 3592 3722
Face 33484 18403 18498 18497
Face 33485 28910 29037 29036
Face 33486 18521 20064 19310
Face 33487 17005 17097 17096
Face 33488 17004 17005 17096
Face 33489 17097 17187 17186
Face 33490 17096 17097 17186
Face 33491 19029 2461 2590
Face 33492 17786 2296 27568
Face 33493 18052 18224 18521
Face 33494 34293 34750 34799
Face 33495 17267 18224 18428
Face 33496 29615 34701 6811
Face 33497 18297 18298 18393
Face 33498 34671 34592 20884
Face 33499 34555 34702 34313
Face 33500 2336 2209 2337
Face 33501 17187 17277 17276
Face 33502 31811 31810 31698
Face 33503 1917 2040 18367
Face 33504 4091 2153 18414
Face 33505 17208 17209 17299
Face 33506 17107 17133 17844
Face 33507 17926 1160 1268
Face 33508 4405 4536 4404
Face 33509 18119 18118 18026
Face 33510 28116 28115 27982
Face 33511 40 17456 986
Face 33512 10479 7998 7192
Face 33513 28291 28155 34512
Face 33514 17301 17391 17390
Face 33515 2040 18368 2041
Face 33516 34560 20816 34800
Face 33517 17186 17187 17276
Face 33518 18472 18573 18471
Face 33519 34308 34299 34819
Face 33520 17276 17277 17367
Face 33521 23066 23012 28815
Face 33522 17463 23303 27613
Face 33523 1044 17654 934
Face 33524 3680 3025 5238
Face 33525 17687 18052 17860
Face 33526 17860 18521 22525
Face 33527 10832 7154 15337
Face 33528 17467 17556 811
Face 33529 4158 4288 1452
Face 33530 34393 34375 34621
Face 33531 18201 18297 1713
Face 33532 4028 18059 19002
Face 33533 31372 31371 31268
Face 33534 27983 28116 27982
Face 33535 3680 5238 18616
Face 33536 27855 27987 27854
Face 33537 3119 2983 3120
Face 33538 23753 34763 23752
Face 33539 27381 28636 25653
Face 33540 1712 1711 1602
Face 33541 17477 17391 702
Face 33542 3759 3891 3758
Face 33543 2711 2841 2840
Face 33544 18215 1612 18311
Face 33545 18852 18959 17533
Face 33546 25985 34811 25563
Face 33547 17300 17301 17390
Face 33548 17925 4934 17242
Face 33549 17721 17720 17631
Face 33550 17632 17721 17631
Face 33551 17812 17811 17720
Face 33552 17721 17812 17720
Face 33553 18061 17375 19076
Face 33554 19221 19047 18637
Face 33555 18419 18414 18031
Face 33556 240 17007 16915
Face 33557 19338 17832 17860
Face 33558 18743 15778 15635
Face 33559 675 17277 563
Face 33560 6939 6938 6834
Face 33561 18010 18011 1490
Face 33562 253 359 358
Face 33563 19125 19126 19234
Face 33564 17812 17903 17902
Face 33565 17811 17812 17902
Face 33566 18348 17042 17443
Face 33567 17666 17587 17552
Face 33568 19234 19235 17622
Face 33569 2300 2174 2301
Face 33570 29803 17637 17266
Face 33571 15153 25273 15288
Face 33572 15197 15334 15333
Face 33573 18306 18307 18402
Face 33574 3505 17490 674
Face 33575 17844 17427 17358
Face 33576 18917 18918 19026
Face 33577 17677 18483 17697
Face 33578 17903 17994 17993
Face 33579 19137 19136 19026
Face 33580 17902 17903 17993
Face 33581 17994 18086 18085
Face 33582 17993 17994 18085
Face 33583 18086 18181 18180
Face 33584 553 17302 17490
Face 33585 17924 18014 18013
Face 33586 18584 17368 17502
Face 33587 18525 18584 17502
Face 33588 33784 6709 109
Face 33589 1722 1723 1833
Face 33590 5075 14005 17726
Face 33591 18093 1474 1586
Face 33592 4277 4148 4149
Face 33593 19124 19125 19233
Face 33594 18085 18086 18180
Face 33595 18181 18279 18278
Face 33596 2561 2433 2434
Face 33597 17500 15807 17403
Face 33598 18174 18272 18271
Face 33599 18173 18174 18271
Face 33600 18836 19176 17579
Face 33601 18060 18059 17684
Face 33602 22271 6586 11164
Face 33603 18047 17447 16860
Face 33604 26423 25540 25539
Face 33605 28127 28126 27993
Face 33606 34462 34648 34579
Face 33607 19139 19248 19138
Face 33608 18180 18181 18278
Face 33609 18279 18374 18373
Face 33610 18278 18279 18373
Face 33611 18373 18374 2044
Face 33612 26449 28551 29801
Face 33613 24852 16713 18781
Face 33614 18501 18600 18599
Face 33615 29431 29562 29430
Face 33616 17507 18743 22526
Face 33617 34373 34483 34369
Face 33618 15778 15634 15635
Face 33619 11751 27251 24301
Face 33620 4934 4933 4800
Face 33621 30274 30273 30208
Face 33622 16938 16939 17030
Face 33623 17422 15929 17506
Face 33624 17193 20032 18839
Face 33625 18393 18488 1943
Face 33626 18529 17106 907
Face 33627 17685 18730 18734
Face 33628 24763 14760 13358
Face 33629 18271 18272 18367
Face 33630 3308 529 2902
Face 33631 34586 34392 34320
Face 33632 18494 18593 18592
Face 33633 2051 2180 18577
Face 33634 17335 18745 19229
Face 33635 18785 32884 33415
Face 33636 1038 1037 17645
Face 33637 18374 18468 2044
Face 33638 19230 19078 19067
Face 33639 17332 17969 6009
Face 33640 1119 17956 18236
Face 33641 16774 370 13086
Face 33642 31804 31911 31910
Face 33643 17908 1246 17816
Face 33644 18214 18310 18309
Face 33645 23168 15884 22148
Face 33646 34703 34808 34389
Face 33647 20205 20206 20287
Face 33648 22244 23169 23168
Face 33649 16854 16942 16853
Face 33650 23001 24634 24138
Face 33651 17927 17599 17591
Face 33652 18082 18177 18176
Face 33653 18304 18305 18400
Face 33654 18229 17192 21654
Face 33655 23361 23362 28406
Face 33656 18282 18283 18377
Face 33657 1586 1696 18188
Face 33658 17032 17123 17122
Face 33659 17113 17203 17112
Face 33660 26449 26701 28551
Face 33661 18604 17726 14005
Face 33662 26338 26423 25539
Face 33663 19159 18853 19069
Face 33664 20525 32660 26422
Face 33665 27496 27497 18358
Face 33666 5533 5659 5532
Face 33667 17672 17633 18046
Face 33668 34420 34351 28019
Face 33669 2841 19124 19233
Face 33670 18092 18091 17999
Face 33671 18092 18187 18091
Face 33672 26684 25542 25541
Face 33673 5533 18619 5534
Face 33674 18837 17685 18734
Face 33675 18730 19180 19181
Face 33676 18329 17772 17865
Face 33677 20011 22859 24807
Face 33678 18329 16082 17772
Face 33679 16238 16082 18329
Face 33680 18247 18901 18585
Face 33681 17007 345 344
Face 33682 17925 17927 17591
Face 33683 1267 18015 18014
Face 33684 1138 1139 17816
Face 33685 25541 25542 26355
Face 33686 4405 15807 4536
Face 33687 6017 6021 8320
Face 33688 32296 32295 32191
Face 33689 30619 30532 25672
Face 33690 4023 25166 22434
Face 33691 14198 526 527
Face 33692 23070 27997 23069
Face 33693 2547 27877 2908
Face 33694 4240 4241 4366
Face 33695 25493 26872 25637
Face 33696 26788 26903 26448
Face 33697 3308 2902 1312
Face 33698 18694 18802 18801
Face 33699 18298 18299 18394
Face 33700 17741 17742 17831
Face 33701 19236 19115 17038
Face 33702 4496 4628 4627
Face 33703 4498 4367 4499
Face 33704 18627 17744 14061
Face 33705 3330 17012 3331
Face 33706 18845 18329 18625
Face 33707 20067 18625 17865
Face 33708 2323 18692 18693
Face 33709 18529 791 17106
Face 33710 19905 22039 34477
Face 33711 15635 17687 17832
Face 33712 17587 158 18711
Face 33713 16845 16933 16932
Face 33714 30918 31015 30917
Face 33715 5533 5534 5660
Face 33716 17806 3983 4111
Face 33717 4112 4240 4111
Face 33718 26301 25478 25473
Face 33719 17537 19166 17937
Face 33720 17537 16831 19166
Face 33721 17937 17852 31651
Face 33722 16831 17641 19178
Face 33723 17641 19105 19178
Face 33724 20638 20905 20809
Face 33725 16815 16903 16814
Face 33726 19175 18835 19214
Face 33727 17562 17651 17650
Face 33728 17907 1246 17908
Face 33729 18750 18749 17531
Face 33730 17572 17806 4111
Face 33731 3855 3856 3983
Face 33732 27456 27576 27455
Face 33733 791 792 17147
Face 33734 17405 18845 18625
Face 33735 28291 34512 28560
Face 33736 17171 18845 17405
Face 33737 17178 17171 17405
Face 33738 5588 17843 5714
Face 33739 34673 34724 34582
Face 33740 17967 17876 17872
Face 33741 17119 17120 17209
Face 33742 586 17301 479
Face 33743 16238 17171 16401
Face 33744 28557 28687 29199
Face 33745 17479 19220 19144
Face 33746 18786 18679 2305
Face 33747 27270 27999 7584
Face 33748 16831 19178 19166
Face 33749 17270 18994 18161
Face 33750 17096 17186 17185
Face 33751 19233 17622 2974
Face 33752 16911 16912 17003
Face 33753 17004 17096 17095
Face 33754 8002 5724 9506
Face 33755 17003 17004 17095
Face 33756 18242 17491 17835
Face 33757 18837 18734 18722
Face 33758 17371 18842 3380
Face 33759 17124 373 372
Face 33760 17567 5067 4934
Face 33761 31064 31063 30964
Face 33762 2170 652 9415
Face 33763 28681 29481 29593
Face 33764 19075 17178 17970
Face 33765 358 7156 252
Face 33766 18893 17171 17178
Face 33767 19075 18893 17178
Face 33768 18208 18209 18304
Face 33769 3111 2974 17622
Face 33770 34647 34616 34443
Face 33771 10951 17544 17970
Face 33772 22608 28141 27383
Face 33773 14056 2675 15056
Face 33774 16824 16912 16911
Face 33775 18886 18242 17215
Face 33776 3373 18161 17808
Face 33777 17622 17038 18098
Face 33778 3373 17270 18161
Face 33779 17270 18325 17414
Face 33780 16755 16824 16823
Face 33781 16754 16755 16823
Face 33782 18186 18284 18283
Face 33783 18125 18886 17215
Face 33784 17371 18061 17042
Face 33785 17019 17018 16926
Face 33786 3178 16693 16692
Face 33787 19181 18147 17513
Face 33788 16823 16824 16911
Face 33789 16912 17004 17003
Face 33790 5533 5660 5659
Face 33791 18982 540 4475
Face 33792 28417 20315 26673
Face 33793 26531 26301 25473
Face 33794 16783 18952 171
Face 33795 17630 17631 17720
Face 33796 5657 5530 5531
Face 33797 30661 30760 30660
Face 33798 18842 17042 18348
Face 33799 28886 29011 28885
Face 33800 17035 6843 6947
Face 33801 18401 18496 18495
Face 33802 16855 16854 16776
Face 33803 15755 15613 21205
Face 33804 20261 27011 20179
Face 33805 29811 29810 29679
Face 33806 34431 34664 34784
Face 33807 17807 3373 17808
Face 33808 34706 34548 34696
Face 33809 18680 18788 2305
Face 33810 34686 34589 34467
Face 33811 18701 18702 18809
Face 33812 18602 18707 18601
Face 33813 34649 34441 34468
Face 33814 17134 19039 17306
Face 33815 30486 30485 30414
Face 33816 27576 27703 27702
Face 33817 18917 19026 19025
Face 33818 17807 17808 19105
Face 33819 17641 17807 19105
Face 33820 30043 30044 30105
Face 33821 34384 34459 34483
Face 33822 18173 18078 20462
Face 33823 34532 34348 6603
Face 33824 1489 1375 18010
Face 33825 6279 21072 28089
Face 33826 1490 18011 18103
Face 33827 19211 17240 18006
Face 33828 18187 18186 18091
Face 33829 34438 24373 34793
Face 33830 17117 17116 17025
Face 33831 1161 1269 1268
Face 33832 17830 17831 17922
Face 33833 92 6385 785
Face 33834 11616 11695 14620
Face 33835 17044 3500 19170
Face 33836 18211 18212 18307
Face 33837 18364 1914 18267
Face 33838 18024 18116 18115
Face 33839 17998 18090 18089
Face 33840 17041 17134 17306
Face 33841 17112 17202 17111
Face 33842 17684 1452 18886
Face 33843 17293 17292 17201
Face 33844 18302 18398 18397
Face 33845 19154 17838 17041
Face 33846 17470 17469 17383
Face 33847 31868 31867 31755
Face 33848 18994 17270 17414
Face 33849 34650 34738 34552
Face 33850 18797 18688 17138
Face 33851 34755 34504 34489
Face 33852 16783 18831 18688
Face 33853 18797 16783 18688
Face 33854 23011 162 23065
Face 33855 27826 27827 29459
Face 33856 18535 18640 18631
Face 33857 16783 171 18831
Face 33858 17801 18927 5747
Face 33859 17025 17116 17024
Face 33860 17320 17241 18606
Face 33861 17306 19039 19211
Face 33862 17997 17998 18089
Face 33863 18023 18024 18115
Face 33864 18116 18212 18211
Face 33865 18307 18308 18403
Face 33866 18115 18116 18211
Face 33867 18099 17666 17593
Face 33868 18592 18593 18697
Face 33869 18804 18805 18908
Face 33870 17562 17563 17651
Face 33871 30484 30569 30483
Face 33872 18427 19162 17785
Face 33873 18577 18476 2051
Face 33874 2844 19153 18627
Face 33875 18607 2082 18712
Face 33876 18467 18466 17335
Face 33877 18047 16860 17362
Face 33878 19138 19247 19137
Face 33879 19121 18797 17532
Face 33880 17532 17138 19346
Face 33881 18952 16783 18797
Face 33882 19121 18952 18797
Face 33883 3209 172 171
Face 33884 125 2027 760
Face 33885 18209 18210 18305
Face 33886 18093 18188 18092
Face 33887 19131 19240 19239
Face 33888 17203 17204 17294
Face 33889 1158 17924 17831
Face 33890 17107 17844 17934
Face 33891 18381 18380 18285
Face 33892 18804 18908 18907
Face 33893 18212 18308 18307
Face 33894 18284 18379 18283
Face 33895 1244 1136 1245
Face 33896 18697 18805 18804
Face 33897 18015 18107 18106
Face 33898 29142 29141 29010
Face 33899 28557 28556 18457
Face 33900 1272 18023 1271
Face 33901 17633 17672 18565
Face 33902 18923 18885 17240
Face 33903 17240 19230 18006
Face 33904 18409 17593 18640
Face 33905 19701 19377 26305
Face 33906 17383 17382 17292
Face 33907 18313 17532 20571
Face 33908 27219 34514 34628
Face 33909 17101 19121 18313
Face 33910 18720 17101 18313
Face 33911 16784 18952 19121
Face 33912 17101 16784 19121
Face 33913 6843 16943 16856
Face 33914 16784 3962 18952
Face 33915 17111 17110 17019
Face 33916 17626 18748 17479
Face 33917 17295 17385 17384
Face 33918 18884 17623 18409
Face 33919 34730 34826 34288
Face 33920 674 14064 18099
Face 33921 19115 19173 18950
Face 33922 34604 34472 34492
Face 33923 18147 17934 17464
Face 33924 18406 18407 18501
Face 33925 18308 18404 18403
Face 33926 14774 15719 14208
Face 33927 2654 2204 2653
Face 33928 18502 18503 18601
Face 33929 1373 1260 1261
Face 33930 18696 18697 18804
Face 33931 17576 17693 17313
Face 33932 17742 1044 1045
Face 33933 16857 19159 18384
Face 33934 16857 18384 18245
Face 33935 20736 17664 18718
Face 33936 17690 20823 18339
Face 33937 18343 18720 18317
Face 33938 17690 18343 18317
Face 33939 17332 17101 18720
Face 33940 18343 17332 18720
Face 33941 1158 17742 1045
Face 33942 31649 27889 16924
Face 33943 34771 34338 34668
Face 33944 3046 12806 12266
Face 33945 17471 17560 17470
Face 33946 17560 17649 17559
Face 33947 18942 17177 18232
Face 33948 17177 17133 17107
Face 33949 18497 18498 18596
Face 33950 18495 18496 18594
Face 33951 16940 16941 17032
Face 33952 18188 18187 18092
Face 33953 17315 17838 19154
Face 33954 18530 18535 17671
Face 33955 16840 16841 16928
Face 33956 18502 18601 18600
Face 33957 18269 18270 18365
Face 33958 2522 2654 2653
Face 33959 23480 13994 23399
Face 33960 1151 1150 1038
Face 33961 30969 30968 30867
Face 33962 4148 4019 4020
Face 33963 27567 27694 29319
Face 33964 30415 30486 30414
Face 33965 24039 23315 25661
Face 33966 17304 4199 16919
Face 33967 17408 16857 18245
Face 33968 19159 19069 18384
Face 33969 19049 17690 18741
Face 33970 19513 18741 18339
Face 33971 18585 18343 17690
Face 33972 19049 18585 17690
Face 33973 17969 17332 18343
Face 33974 18585 17969 18343
Face 33975 15179 5075 5076
Face 33976 31824 31823 31711
Face 33977 18185 18186 18283
Face 33978 18885 17411 19078
Face 33979 17201 17292 17200
Face 33980 18704 18705 18812
Face 33981 19078 17011 17967
Face 33982 17423 17508 18613
Face 33983 253 17017 360
Face 33984 18532 18834 18789
Face 33985 17490 17423 18613
Face 33986 17387 17386 17296
Face 33987 32957 33091 32956
Face 33988 17874 18835 19175
Face 33989 18496 18595 18594
Face 33990 17293 17383 17292
Face 33991 18696 18804 18803
Face 33992 17206 17205 17115
Face 33993 17381 17380 17290
Face 33994 18907 18908 19016
Face 33995 16937 17029 17028
Face 33996 18017 18109 18108
Face 33997 20609 20522 26421
Face 33998 17200 17291 17199
Face 33999 34454 11014 10227
Face 34000 17815 16945 17134
Face 34001 18637 18532 18789
Face 34002 34679 29210 34432
Face 34003 17493 18744 18725
Face 34004 31371 31475 31370
Face 34005 17260 19644 17350
Face 34006 16757 16756 16694
Face 34007 32971 33105 32970
Face 34008 16757 16826 16825
Face 34009 16756 16757 16825
Face 34010 16062 18162 17693
Face 34011 141 16828 142
Face 34012 33226 33225 33090
Face 34013 16841 16929 16928
Face 34014 29901 29900 29846
Face 34015 25964 27105 28818
Face 34016 17408 18245 17045
Face 34017 19072 17408 17045
Face 34018 31653 16785 31538
Face 34019 19072 17045 4199
Face 34020 140 20906 20736
Face 34021 17304 19072 4199
Face 34022 34561 5341 34314
Face 34023 17985 18076 18075
Face 34024 18729 19049 18741
Face 34025 17416 18729 21382
Face 34026 18247 19049 18729
Face 34027 10690 18247 18729
Face 34028 34792 34731 34535
Face 34029 34322 11440 34444
Face 34030 19097 29537 29535
Face 34031 33492 33491 33358
Face 34032 16941 16940 16852
Face 34033 18250 18539 19155
Face 34034 27832 27964 27831
Face 34035 32465 32464 32352
Face 34036 16826 16914 16913
Face 34037 16825 16826 16913
Face 34038 16914 17006 17005
Face 34039 16913 16914 17005
Face 34040 34724 34819 34582
Face 34041 17686 18567 18566
Face 34042 17005 17006 17097
Face 34043 16534 2925 15331
Face 34044 16380 17684 18125
Face 34045 17508 17509 17763
Face 34046 17724 17725 18587
Face 34047 19039 18923 17240
Face 34048 18604 17928 16948
Face 34049 17469 17468 17382
Face 34050 17623 674 18099
Face 34051 19016 19126 19125
Face 34052 17554 17465 436
Face 34053 17763 18438 16381
Face 34054 18187 18285 18186
Face 34055 18641 18640 18535
Face 34056 18626 17229 18248
Face 34057 19214 17596 17752
Face 34058 18945 18232 18730
Face 34059 19067 17967 18953
Face 34060 4366 15595 17936
Face 34061 18403 18404 18498
Face 34062 17967 17872 18953
Face 34063 18301 18302 18397
Face 34064 4868 1676 18192
Face 34065 17277 675 17367
Face 34066 17684 18886 18125
Face 34067 17506 15778 17507
Face 34068 17018 17109 17017
Face 34069 18315 18410 1723
Face 34070 4800 17242 4934
Face 34071 26791 649 27629
Face 34072 17626 3768 18748
Face 34073 17721 17632 1135
Face 34074 17576 17313 18835
Face 34075 22892 11973 11889
Face 34076 17874 17576 18835
Face 34077 17505 18287 5276
Face 34078 1267 17924 1158
Face 34079 17813 17812 17721
Face 34080 4944 18905 4811
Face 34081 17904 17903 17812
Face 34082 17813 17904 17812
Face 34083 17904 17995 17994
Face 34084 17903 17904 17994
Face 34085 17995 18087 18086
Face 34086 18099 14064 17666
Face 34087 17473 17562 17561
Face 34088 16936 16935 16847
Face 34089 26987 25964 28818
Face 34090 18571 2301 2174
Face 34091 18595 18700 18699
Face 34092 18245 17460 17046
Face 34093 4199 17045 19156
Face 34094 17102 17454 17815
Face 34095 479 587 586
Face 34096 18074 17984 18075
Face 34097 19076 17375 19114
Face 34098 28558 26816 34640
Face 34099 34639 34799 34676
Face 34100 18643 10690 17755
Face 34101 17580 18643 17755
Face 34102 17478 18247 10690
Face 34103 18643 17478 10690
Face 34104 17447 3253 3380
Face 34105 17478 18901 18247
Face 34106 17447 3380 18842
Face 34107 373 483 482
Face 34108 34461 34345 34450
Face 34109 18379 18378 18283
Face 34110 18405 18406 18500
Face 34111 17994 17995 18086
Face 34112 18087 18182 18181
Face 34113 18086 18087 18181
Face 34114 18182 18280 18279
Face 34115 18181 18182 18279
Face 34116 27131 27247 27105
Face 34117 18280 18375 18374
Face 34118 19176 17671 17579
Face 34119 17022 17021 16929
Face 34120 18506 18411 1835
Face 34121 17427 18836 17579
Face 34122 18019 18020 18111
Face 34123 17358 17427 17579
Face 34124 7617 11099 14030
Face 34125 17391 17477 17390
Face 34126 18955 3695 3800
Face 34127 18959 19175 19011
Face 34128 19586 17781 3430
Face 34129 27769 11008 7013
Face 34130 4738 15183 2756
Face 34131 28144 27769 27638
Face 34132 18017 1268 18018
Face 34133 14429 6910 6913
Face 34134 17673 17583 32761
Face 34135 2653 2521 2522
Face 34136 25964 27131 27105
Face 34137 27749 29749 27745
Face 34138 17945 3982 18433
Face 34139 18821 17945 18433
Face 34140 16699 17691 3982
Face 34141 17945 16699 3982
Face 34142 17726 17734 5075
Face 34143 29444 29443 29312
Face 34144 18809 18810 18913
Face 34145 18923 17494 18885
Face 34146 16706 26182 27247
Face 34147 32787 20527 20528
Face 34148 2984 3120 2983
Face 34149 17725 17726 18604
Face 34150 18279 18280 18374
Face 34151 19235 17038 17622
Face 34152 18375 18469 18468
Face 34153 18374 18375 18468
Face 34154 22040 34753 34794
Face 34155 2301 18676 32898
Face 34156 27131 16706 27247
Face 34157 986 17456 17195
Face 34158 16762 17711 1210
Face 34159 18908 19017 19016
Face 34160 18693 18694 18801
Face 34161 19015 19125 19124
Face 34162 18489 18490 18588
Face 34163 2581 2452 18906
Face 34164 18395 18490 18489
Face 34165 18589 18694 18693
Face 34166 18394 18395 18489
Face 34167 18774 17726 17725
Face 34168 18490 18589 18588
Face 34169 18569 17722 18467
Face 34170 17038 17315 18098
Face 34171 18568 19224 17241
Face 34172 17508 18569 17509
Face 34173 18433 18584 17583
Face 34174 12833 32761 17583
Face 34175 783 2918 18901
Face 34176 18433 3982 17368
Face 34177 18457 2036 26182
Face 34178 26336 26325 25535
Face 34179 17781 19587 18564
Face 34180 18564 18940 18944
Face 34181 18363 17580 18564
Face 34182 18944 18363 18564
Face 34183 17570 18643 17580
Face 34184 18363 17570 17580
Face 34185 28020 17786 27568
Face 34186 3509 3510 3638
Face 34187 27329 26449 29801
Face 34188 19311 18743 17832
Face 34189 34739 25647 26072
Face 34190 17801 4288 4289
Face 34191 18730 18232 19180
Face 34192 17210 17211 17301
Face 34193 17298 17388 17297
Face 34194 17838 17815 17134
Face 34195 3983 4112 4111
Face 34196 17494 17411 18885
Face 34197 17101 6009 16784
Face 34198 16927 17019 16926
Face 34199 17020 17019 16927
Face 34200 18077 17986 18078
Face 34201 17240 18885 19230
Face 34202 18296 18290 2163
Face 34203 16401 17171 18893
Face 34204 17475 17564 17474
Face 34205 32138 32242 32137
Face 34206 20288 18075 17984
Face 34207 649 17958 27997
Face 34208 18129 19000 6797
Face 34209 18077 18172 18171
Face 34210 32230 32229 32125
Face 34211 23761 25776 24857
Face 34212 34644 34574 34465
Face 34213 19339 20390 26187
Face 34214 30250 19259 30185
Face 34215 21969 21970 22067
Face 34216 6635 11053 18356
Face 34217 30708 30707 30613
Face 34218 18048 21170 2298
Face 34219 5907 6597 21543
Face 34220 29155 29285 29284
Face 34221 29300 29299 29169
Face 34222 20179 20180 20261
Face 34223 20895 25795 25775
Face 34224 28633 18799 16706
Face 34225 26096 27380 27379
Face 34226 16827 141 16915
Face 34227 27593 27720 27592
Face 34228 18712 2081 18607
Face 34229 17606 19056 4492
Face 34230 22954 23878 27897
Face 34231 29562 29694 29561
Face 34232 17389 17475 17388
Face 34233 17564 17563 17474
Face 34234 17116 17115 17024
Face 34235 17323 1018 14116
Face 34236 16706 18457 26182
Face 34237 17454 19077 16945
Face 34238 17685 18945 18730
Face 34239 18593 18698 18697
Face 34240 18808 18809 18912
Face 34241 18913 19022 19021
Face 34242 18424 6385 18323
Face 34243 34657 34304 34691
Face 34244 19071 18427 17966
Face 34245 28556 26218 2036
Face 34246 34789 34426 34460
Face 34247 18000 17999 17908
Face 34248 18397 18398 18492
Face 34249 17206 17297 17205
Face 34250 3041 986 17195
Face 34251 17025 17024 16932
Face 34252 17423 18570 18569
Face 34253 16933 17025 16932
Face 34254 2841 2711 19124
Face 34255 17626 17479 17602
Face 34256 18316 18411 18315
Face 34257 17672 18566 18565
Face 34258 17204 17295 17294
Face 34259 34538 34666 34702
Face 34260 7351 7242 11387
Face 34261 34712 34389 34490
Face 34262 17003 17095 17094
Face 34263 17185 17184 17094
Face 34264 16911 17003 17002
Face 34265 17002 17003 17094
Face 34266 16999 17091 16998
Face 34267 16910 16911 17002
Face 34268 17181 17180 17090
Face 34269 17091 17181 17090
Face 34270 4415 18927 17801
Face 34271 16713 24852 20537
Face 34272 27640 27630 26325
Face 34273 2210 2339 2338
Face 34274 18941 18940 20834
Face 34275 18018 18019 18110
Face 34276 16763 18363 18944
Face 34277 19054 16763 18944
Face 34278 17449 17570 18363
Face 34279 16763 17449 18363
Face 34280 18457 28556 2036
Face 34281 34504 34394 34331
Face 34282 16766 34123 6939
Face 34283 3031 34305 34297
Face 34284 16853 16941 16852
Face 34285 25737 25738 23442
Face 34286 19077 17494 18923
Face 34287 18466 17672 18046
Face 34288 14064 17763 16381
Face 34289 1374 1373 1261
Face 34290 16823 16911 16910
Face 34291 17920 17921 18010
Face 34292 31803 31804 31910
Face 34293 19248 2721 2848
Face 34294 17563 17564 17652
Face 34295 19152 18854 18427
Face 34296 18270 18366 18365
Face 34297 18566 18567 17320
Face 34298 18076 18077 18171
Face 34299 18172 18270 18269
Face 34300 18170 18171 18268
Face 34301 18171 18172 18269
Face 34302 18076 18171 18170
Face 34303 18075 18076 18170
Face 34304 6948 17126 6947
Face 34305 18171 18269 18268
Face 34306 18365 18364 18268
Face 34307 18269 18365 18268
Face 34308 30028 30027 29966
Face 34309 24528 28829 24160
Face 34310 24395 25299 25757
Face 34311 17266 2423 2295
Face 34312 29178 29177 29046
Face 34313 29802 17266 21637
Face 34314 6918 26990 29785
Face 34315 30529 30614 30528
Face 34316 652 650 7131
Face 34317 7130 6611 6522
Face 34318 27694 18860 27825
Face 34319 18861 20895 25775
Face 34320 6597 13073 21543
Face 34321 29706 29707 5907
Face 34322 25879 26906 19088
Face 34323 20487 20573 20489
Face 34324 18894 15325 19188
Face 34325 29337 16676 17053
Face 34326 34519 34776 34646
Face 34327 18813 18814 18917
Face 34328 17722 18568 17686
Face 34329 17306 19211 3629
Face 34330 16935 16936 17027
Face 34331 1271 18021 1270
Face 34332 3981 16380 19209
Face 34333 18287 5148 5276
Face 34334 34543 34321 34377
Face 34335 17872 19214 18953
Face 34336 18116 18117 18212
Face 34337 18408 18503 18407
Face 34338 27758 27501 26218
Face 34339 17297 17296 17205
Face 34340 16691 3178 16692
Face 34341 16754 16823 16822
Face 34342 17918 19152 19071
Face 34343 16380 18125 19209
Face 34344 17115 17114 17023
Face 34345 26813 29332 34449
Face 34346 17785 18060 16380
Face 34347 18107 18108 18203
Face 34348 17111 17201 17110
Face 34349 25743 23223 25582
Face 34350 17924 1267 18014
Face 34351 28556 27758 26218
Face 34352 18277 18372 18371
Face 34353 17992 18084 18083
Face 34354 17900 17901 17991
Face 34355 14281 8249 8263
Face 34356 26882 26995 26994
Face 34357 17901 17900 17809
Face 34358 1275 18027 1274
Face 34359 17112 17111 17020
Face 34360 19242 19243 18435
Face 34361 18945 18942 18232
Face 34362 17719 17810 17718
Face 34363 34581 34440 34554
Face 34364 1454 436 17465
Face 34365 17474 17563 17562
Face 34366 18744 17242 18725
Face 34367 17185 17275 17184
Face 34368 5324 5323 18563
Face 34369 17557 17646 17556
Face 34370 18022 18023 18114
Face 34371 18813 18917 18916
Face 34372 18812 18813 18916
Face 34373 17500 18725 15807
Face 34374 26445 26183 26674
Face 34375 17241 18608 18606
Face 34376 18927 19047 19221
Face 34377 18916 19025 19024
Face 34378 17508 17423 18569
Face 34379 18708 18707 18602
Face 34380 18221 18220 18123
Face 34381 1834 18506 1954
Face 34382 27758 18447 28301
Face 34383 18275 18370 18369
Face 34384 7383 148 89
Face 34385 343 237 5905
Face 34386 17752 4149 4020
Face 34387 18587 16948 17446
Face 34388 19126 19235 19234
Face 34389 17899 16763 19054
Face 34390 18944 19668 19054
Face 34391 18817 17449 16763
Face 34392 17899 18817 16763
Face 34393 2305 18576 18680
Face 34394 2078 2079 2205
Face 34395 21739 21836 21738
Face 34396 27447 34780 34628
Face 34397 34649 34468 34563
Face 34398 17121 17122 17211
Face 34399 18113 18209 18208
Face 34400 18575 18679 18574
Face 34401 24373 24512 24511
Face 34402 2210 2338 2209
Face 34403 19220 17514 18924
Face 34404 16822 16823 16910
Face 34405 18584 18433 17368
Face 34406 19133 19242 19241
Face 34407 17045 18245 17046
Face 34408 18013 18014 18105
Face 34409 361 17109 17199
Face 34410 18384 17661 17460
Face 34411 32126 32230 32125
Face 34412 34286 18556 34337
Face 34413 18709 19032 18520
Face 34414 25482 28087 29782
Face 34415 18103 18104 18199
Face 34416 1676 4868 1675
Face 34417 18303 18304 18399
Face 34418 18504 19184 17011
Face 34419 18012 18104 18103
Face 34420 17411 18504 17011
Face 34421 19210 18749 17862
Face 34422 141 16827 16828
Face 34423 18304 18400 18399
Face 34424 17454 16955 19077
Face 34425 3759 18006 3892
Face 34426 19067 18953 4020
Face 34427 16766 6939 6834
Face 34428 17554 436 19118
Face 34429 18588 18693 18692
Face 34430 6733 6832 6732
Face 34431 17918 19071 18749
Face 34432 17110 17200 17109
Face 34433 34799 34513 34676
Face 34434 27501 27758 28301
Face 34435 19032 18236 18520
Face 34436 18473 18472 18378
Face 34437 34492 34273 34570
Face 34438 17374 19032 18709
Face 34439 25492 29337 17053
Face 34440 17045 17046 19156
Face 34441 18596 18597 18701
Face 34442 4199 19156 17369
Face 34443 18918 19027 19026
Face 34444 17470 17559 17469
Face 34445 19224 18626 18608
Face 34446 17385 17386 17471
Face 34447 29853 29852 25421
Face 34448 15493 18052 17687
Face 34449 17021 17112 17020
Face 34450 17909 17908 17816
Face 34451 593 486 594
Face 34452 19175 19214 17872
Face 34453 32016 32120 32015
Face 34454 18500 18501 18599
Face 34455 17533 18959 19011
Face 34456 16753 16754 16822
Face 34457 17966 17785 3981
Face 34458 18427 17785 17966
Face 34459 17785 16380 3981
Face 34460 19015 19124 2581
Face 34461 18276 18277 18371
Face 34462 12653 13815 13824
Face 34463 18179 18277 18276
Face 34464 12653 13824 4853
Face 34465 17991 17992 18083
Face 34466 18178 18179 18276
Face 34467 18084 18179 18178
Face 34468 18083 18084 18178
Face 34469 18568 18567 17686
Face 34470 17722 17686 18467
Face 34471 17810 17901 17809
Face 34472 18613 17508 17763
Face 34473 17718 17629 17719
Face 34474 17901 17992 17991
Face 34475 18591 18696 18695
Face 34476 17810 17809 17718
Face 34477 18447 20536 44
Face 34478 11909 26706 26819
Face 34479 18061 19144 17375
Face 34480 19246 17362 19245
Face 34481 17275 17366 17365
Face 34482 18569 18467 17509
Face 34483 17095 17185 17094
Face 34484 17274 17275 17365
Face 34485 16693 16754 16753
Face 34486 17275 17274 17184
Face 34487 17104 21194 5465
Face 34488 18595 18596 18700
Face 34489 11035 32501 11091
Face 34490 18408 18407 18311
Face 34491 28301 18447 44
Face 34492 21465 12613 28688
Face 34493 27609 16777 27884
Face 34494 34415 34559 34617
Face 34495 12343 18938 18838
Face 34496 373 482 372
Face 34497 18370 18371 2042
Face 34498 19047 18927 4546
Face 34499 2679 16721 18357
Face 34500 17384 17470 17383
Face 34501 15972 19054 20565
Face 34502 34634 34657 34691
Face 34503 34658 34743 34803
Face 34504 34819 34299 34582
Face 34505 139 17224 17012
Face 34506 18577 2180 18680
Face 34507 17320 5456 5325
Face 34508 34713 34502 34708
Face 34509 17334 18744 17493
Face 34510 5201 18604 14005
Face 34511 18711 16062 17576
Face 34512 16758 16827 16826
Face 34513 17321 1452 4288
Face 34514 16757 16758 16826
Face 34515 18499 18500 18598
Face 34516 28494 28493 28359
Face 34517 18379 18380 18473
Face 34518 16404 15058 2925
Face 34519 18245 18384 17460
Face 34520 3982 17691 18991
Face 34521 34533 34292 13663
Face 34522 19069 17717 17661
Face 34523 17038 19115 17315
Face 34524 16921 18579 17754
Face 34525 18520 18236 17956
Face 34526 18893 1567 16563
Face 34527 28498 28634 28141
Face 34528 34558 34280 34530
Face 34529 4667 4536 4668
Face 34530 22807 26063 23244
Face 34531 17919 17920 1375
Face 34532 18111 18112 18207
Face 34533 18530 18641 18535
Face 34534 18112 18208 18207
Face 34535 18242 5747 17491
Face 34536 34353 34379 34278
Face 34537 30580 30674 30579
Face 34538 2042 2041 18369
Face 34539 18748 19002 19162
Face 34540 32967 33101 32966
Face 34541 18273 18274 18368
Face 34542 18032 17443 18926
Face 34543 16813 16901 16812
Face 34544 16993 17087 19578
Face 34545 16744 16813 16743
Face 34546 16901 16993 16900
Face 34547 34118 34242 34117
Face 34548 16901 16900 16812
Face 34549 16683 33594 16684
Face 34550 16813 16812 16743
Face 34551 17754 17374 18709
Face 34552 17602 17479 19144
Face 34553 17499 17675 18621
Face 34554 17278 18001 17585
Face 34555 18384 19069 17661
Face 34556 18204 18300 18299
Face 34557 18493 18494 18592
Face 34558 18472 18473 18573
Face 34559 27227 27337 27336
Face 34560 17924 17923 17831
Face 34561 18886 17321 18242
Face 34562 21491 21584 28360
Face 34563 16827 16915 16914
Face 34564 16826 16827 16914
Face 34565 16915 17007 17006
Face 34566 16914 16915 17006
Face 34567 17907 17906 1245
Face 34568 17645 1037 927
Face 34569 19243 17965 18435
Face 34570 18211 18307 18306
Face 34571 17296 17386 17385
Face 34572 17375 18924 17331
Face 34573 16941 17033 17032
Face 34574 17593 17666 17552
Face 34575 17472 17561 17560
Face 34576 17635 19071 17784
Face 34577 481 480 371
Face 34578 17295 17296 17385
Face 34579 17386 17472 17471
Face 34580 14355 17286 17987
Face 34581 18398 18399 18493
Face 34582 18959 17874 19175
Face 34583 18812 18916 18915
Face 34584 18811 18812 18915
Face 34585 17371 17602 18061
Face 34586 11276 34529 10921
Face 34587 31594 31708 31593
Face 34588 1165 1273 1272
Face 34589 34692 11947 1543
Face 34590 16688 16750 16749
Face 34591 26338 25539 25535
Face 34592 18447 25653 20536
Face 34593 16819 16818 16749
Face 34594 16750 16819 16749
Face 34595 16907 16906 16818
Face 34596 16819 16907 16818
Face 34597 16907 16999 16906
Face 34598 19162 18060 17785
Face 34599 16999 16998 16906
Face 34600 17091 17090 16998
Face 34601 19028 19027 18918
Face 34602 18811 18915 18914
Face 34603 18491 18590 18589
Face 34604 17654 17653 17564
Face 34605 4453 10642 4586
Face 34606 18490 18491 18589
Face 34607 17290 579 470
Face 34608 34157 34759 34550
Face 34609 2435 18788 2306
Face 34610 19114 17375 17331
Face 34611 16850 16851 16938
Face 34612 25853 6657 6656
Face 34613 4946 14100 4945
Face 34614 17011 17876 17967
Face 34615 18395 18396 18490
Face 34616 3800 2897 4085
Face 34617 31582 31696 31581
Face 34618 18396 18491 18490
Face 34619 18026 18118 18117
Face 34620 18175 18273 18272
Face 34621 19123 17234 18586
Face 34622 34634 34691 34770
Face 34623 13650 16068 16067
Face 34624 23117 23118 20536
Face 34625 34741 20717 34435
Face 34626 6730 6729 34242
Face 34627 17563 17652 17651
Face 34628 17207 17206 17116
Face 34629 17035 17126 17125
Face 34630 14105 15228 15227
Face 34631 16926 17018 16925
Face 34632 17468 17557 17467
Face 34633 18299 18300 18395
Face 34634 17028 17119 17118
Face 34635 17234 19123 2508
Face 34636 18950 17815 17838
Face 34637 10813 547 1092
Face 34638 18994 17414 18853
Face 34639 18345 17444 17219
Face 34640 17044 17041 18540
Face 34641 19250 18636 17971
Face 34642 1387 1388 1501
Face 34643 23601 28166 23600
Face 34644 29072 29084 19456
Face 34645 6522 6611 6635
Face 34646 11053 18505 18356
Face 34647 18131 17938 19119
Face 34648 25478 27867 18456
Face 34649 25784 25675 25785
Face 34650 19228 17753 17309
Face 34651 17371 3509 19104
Face 34652 17917 17456 18133
Face 34653 2451 2323 2452
Face 34654 1473 18000 1359
Face 34655 1387 1501 18119
Face 34656 5238 18419 18031
Face 34657 18331 18622 18833
Face 34658 18496 18497 18595
Face 34659 17753 18331 17881
Face 34660 17881 18331 18833
Face 34661 18622 1212 17235
Face 34662 17309 17753 17881
Face 34663 17678 17588 17767
Face 34664 18833 18622 17235
Face 34665 1212 17588 17678
Face 34666 16861 17456 17917
Face 34667 17235 1212 17678
Face 34668 17588 16861 17767
Face 34669 17938 19228 19119
Face 34670 17767 16861 17917
Face 34671 3855 3983 18516
Face 34672 17220 17221 17231
Face 34673 17675 17278 17585
Face 34674 34635 34575 34395
Face 34675 18404 18405 18499
Face 34676 18989 17499 18988
Face 34677 16381 18438 158
Face 34678 25960 27246 28693
Face 34679 17368 18991 18990
Face 34680 4586 4585 4453
Face 34681 18402 18497 18496
Face 34682 325 20535 11006
Face 34683 34665 34664 34557
Face 34684 15228 14105 18817
Face 34685 18200 18201 1713
Face 34686 18803 18804 18907
Face 34687 791 790 17367
Face 34688 14766 23716 21028
Face 34689 17905 17904 17813
Face 34690 18283 18378 18377
Face 34691 25741 19602 23787
Face 34692 17959 17407 15618
Face 34693 19018 19128 19127
Face 34694 17564 17653 17652
Face 34695 18407 18502 18501
Face 34696 17841 17677 19184
Face 34697 6649 6743 16856
Face 34698 1490 18103 1602
Face 34699 17652 17653 17742
Face 34700 7447 1113 7337
Face 34701 2305 18788 2434
Face 34702 4868 17373 2902
Face 34703 16930 17022 16929
Face 34704 1311 3437 3308
Face 34705 19049 18247 18585
Face 34706 18585 18901 1343
Face 34707 18671 1312 18726
Face 34708 18749 18750 17862
Face 34709 4240 4366 17936
Face 34710 17313 17403 17596
Face 34711 16925 17017 253
Face 34712 18737 4492 19056
Face 34713 18091 18186 18185
Face 34714 34778 34765 34694
Face 34715 17640 17845 1423
Face 34716 17368 3982 18991
Face 34717 18991 17691 18955
Face 34718 19105 17808 17408
Face 34719 18161 19159 16857
Face 34720 20462 18079 18174
Face 34721 17473 17474 17562
Face 34722 7154 10832 7155
Face 34723 17927 17925 18744
Face 34724 34671 20884 34705
Face 34725 17905 17996 17995
Face 34726 17904 17905 17995
Face 34727 17996 18088 18087
Face 34728 17995 17996 18087
Face 34729 18088 18183 18182
Face 34730 18087 18088 18182
Face 34731 18183 18281 18280
Face 34732 18182 18183 18280
Face 34733 18281 18376 18375
Face 34734 18280 18281 18375
Face 34735 19209 18125 553
Face 34736 18376 18470 18469
Face 34737 18174 18175 18272
Face 34738 17651 17741 17740
Face 34739 17959 19123 18841
Face 34740 18841 2105 11038
Face 34741 34495 34799 34639
Face 34742 2466 2337 2338
Face 34743 17730 17604 525
Face 34744 17556 927 811
Face 34745 25639 25640 25741
Face 34746 18162 17334 17493
Face 34747 18067 2756 15184
Face 34748 18375 18376 18469
Face 34749 18469 18470 2174
Face 34750 17044 18540 3500
Face 34751 674 18613 14064
Face 34752 18567 18568 17241
Face 34753 3500 3499 19170
Face 34754 17234 15228 17899
Face 34755 17808 18161 16857
Face 34756 18994 18853 19159
Face 34757 18778 18882 17444
Face 34758 17846 18345 17219
Face 34759 18239 18636 19250
Face 34760 18238 18239 19250
Face 34761 18292 17716 18387
Face 34762 17716 18431 18387
Face 34763 17294 17384 17293
Face 34764 359 253 360
Face 34765 18235 19232 19207
Face 34766 19119 19228 17309
Face 34767 17141 18235 18231
Face 34768 17129 17141 18231
Face 34769 16779 18609 17871
Face 34770 17774 19074 17322
Face 34771 18609 16779 18539
Face 34772 18250 18609 18539
Face 34773 17082 17141 17129
Face 34774 18609 17774 17871
Face 34775 17871 17774 17322
Face 34776 1015 17082 17129
Face 34777 19074 17082 1015
Face 34778 17322 19074 1015
Face 34779 13092 34833 6802
Face 34780 25646 25855 26791
Face 34781 25457 25325 24469
Face 34782 18643 17570 6392
Face 34783 34567 34628 34566
Face 34784 17651 17652 17741
Face 34785 19232 18614 17196
Face 34786 17196 18614 19120
Face 34787 18231 18235 19207
Face 34788 19207 19232 17196
Face 34789 18422 17231 17409
Face 34790 17495 18422 17409
Face 34791 28896 28897 29023
Face 34792 34502 34503 34709
Face 34793 17660 18989 18792
Face 34794 17499 18621 18988
Face 34795 17513 17841 18504
Face 34796 19162 19002 18060
Face 34797 18603 18708 18602
Face 34798 28687 27381 29199
Face 34799 17362 16860 18481
Face 34800 17824 4856 4996
Face 34801 18400 18401 18495
Face 34802 17280 17862 18836
Face 34803 1267 17926 18015
Face 34804 18470 18571 2174
Face 34805 17514 19210 17331
Face 34806 5461 15322 14172
Face 34807 17366 17367 790
Face 34808 29405 26785 20815
Face 34809 5747 19221 17491
Face 34810 18080 18175 18174
Face 34811 17847 18737 17960
Face 34812 18310 18311 18406
Face 34813 17847 17960 17717
Face 34814 19069 17847 17717
Face 34815 28086 21303 21396
Face 34816 18737 19056 17960
Face 34817 21303 28086 27954
Face 34818 17875 17784 18884
Face 34819 28494 28631 28493
Face 34820 19064 18846 18463
Face 34821 1269 18019 18018
Face 34822 18307 18403 18402
Face 34823 5658 5531 5659
Face 34824 34777 34627 34294
Face 34825 18846 19064 17173
Face 34826 18219 18315 1614
Face 34827 18315 18219 18220
Face 34828 17146 18287 18239
Face 34829 17145 17146 18239
Face 34830 18287 17505 18636
Face 34831 18239 18287 18636
Face 34832 17505 18619 18336
Face 34833 18636 17505 18336
Face 34834 5657 5531 5658
Face 34835 149 6009 17969
Face 34836 18232 17107 19180
Face 34837 19178 19105 19072
Face 34838 17808 16857 17408
Face 34839 16846 16934 16933
Face 34840 33092 33227 33091
Face 34841 25493 6918 26872
Face 34842 18679 18786 18678
Face 34843 18271 18367 18366
Face 34844 32021 32020 31915
Face 34845 17596 17394 17752
Face 34846 1311 3308 1312
Face 34847 19235 19236 17038
Face 34848 17383 17469 17382
Face 34849 18590 18591 18695
Face 34850 17298 17297 17206
Face 34851 16945 18923 19039
Face 34852 17738 17737 17647
Face 34853 18678 18785 18677
Face 34854 18213 18214 18309
Face 34855 18841 17407 17959
Face 34856 4623 4492 4493
Face 34857 18364 18365 18366
Face 34858 19830 17363 17451
Face 34859 17291 17290 17199
Face 34860 17666 16381 17587
Face 34861 18020 18021 18112
Face 34862 933 15227 2508
Face 34863 12366 17538 14151
Face 34864 34719 34376 34281
Face 34865 17113 17112 17021
Face 34866 17558 17647 17557
Face 34867 17647 17646 17557
Face 34868 17647 17737 17646
Face 34869 11233 6406 7135
Face 34870 17737 17736 17646
Face 34871 17207 17298 17206
Face 34872 18125 17215 553
Face 34873 28020 27568 27888
Face 34874 6406 6633 21276
Face 34875 18345 18778 17444
Face 34876 18161 18994 19159
Face 34877 27999 26680 27274
Face 34878 18778 18947 18673
Face 34879 19046 1576 18431
Face 34880 18636 18336 17971
Face 34881 18431 17238 17658
Face 34882 17716 19046 18431
Face 34883 21073 28634 25644
Face 34884 16062 17693 17576
Face 34885 18727 17330 17419
Face 34886 18916 18917 19025
Face 34887 27251 11751 23433
Face 34888 18205 18301 18300
Face 34889 16899 16898 16810
Face 34890 18816 18920 18815
Face 34891 16811 16810 16741
Face 34892 16742 16811 16741
Face 34893 18202 18298 18297
Face 34894 16742 16741 16682
Face 34895 18393 18394 18488
Face 34896 16682 33333 33466
Face 34897 17922 17923 18012
Face 34898 34349 34640 34274
Face 34899 1164 1272 1271
Face 34900 29271 29272 29402
Face 34901 31734 31846 31733
Face 34902 15807 4668 4536
Face 34903 2306 2180 2181
Face 34904 18305 18306 18401
Face 34905 2461 2462 2590
Face 34906 18013 18105 18104
Face 34907 27224 27223 27107
Face 34908 20359 20447 20446
Face 34909 19143 17354 17484
Face 34910 17354 17495 17409
Face 34911 28946 5246 29073
Face 34912 25760 25761 25867
Face 34913 7343 7235 7236
Face 34914 29157 29287 29286
Face 34915 27708 27837 27836
Face 34916 20537 17057 16713
Face 34917 1375 1374 17919
Face 34918 18397 18492 18491
Face 34919 1837 1956 1836
Face 34920 34750 34346 34513
Face 34921 17844 16218 17427
Face 34922 17464 17457 17677
Face 34923 18638 18637 18774
Face 34924 452 17187 17097
Face 34925 19242 18435 18385
Face 34926 17215 17835 17302
Face 34927 30146 30210 30209
Face 34928 16860 18032 18481
Face 34929 17217 17513 18504
Face 34930 17324 6147 3041
Face 34931 29752 6280 28154
Face 34932 18578 18568 17722
Face 34933 18579 17374 17754
Face 34934 17675 17585 18621
Face 34935 17818 18579 16921
Face 34936 17914 17818 16921
Face 34937 19060 17818 17914
Face 34938 16834 19060 17914
Face 34939 17946 18630 18050
Face 34940 18155 19060 16834
Face 34941 18881 18673 17946
Face 34942 18050 18155 16834
Face 34943 18883 18882 18881
Face 34944 18630 18155 18050
Face 34945 17444 18882 19223
Face 34946 18673 18630 17946
Face 34947 17219 17444 17130
Face 34948 18882 18673 18881
Face 34949 17278 17219 18001
Face 34950 18882 18883 19223
Face 34951 17219 17130 18001
Face 34952 17444 19223 17130
Face 34953 17145 18239 18238
Face 34954 17144 17145 18238
Face 34955 18947 18056 18630
Face 34956 18673 18947 18630
Face 34957 19166 19178 17304
Face 34958 19105 17408 19072
Face 34959 2039 18366 2040
Face 34960 26301 27505 25478
Face 34961 18695 18696 18803
Face 34962 3695 17691 2153
Face 34963 17736 17737 17826
Face 34964 17737 17827 17826
Face 34965 19021 19022 19131
Face 34966 16775 13086 18823
Face 34967 18475 18474 18380
Face 34968 18115 18211 18210
Face 34969 18678 18677 18573
Face 34970 19016 19017 19126
Face 34971 19132 19241 19240
Face 34972 17225 17775 5781
Face 34973 17693 17493 17500
Face 34974 14832 17780 14956
Face 34975 907 19981 19903
Face 34976 1343 18901 2918
Face 34977 18853 17847 19069
Face 34978 2508 17959 14494
Face 34979 18707 18706 18601
Face 34980 18597 18702 18701
Face 34981 16769 16839 16838
Face 34982 18802 18803 18906
Face 34983 16943 16942 16854
Face 34984 16855 16943 16854
Face 34985 18122 1390 1391
Face 34986 16937 16936 16848
Face 34987 17926 1268 18016
Face 34988 18286 18285 18187
Face 34989 17262 19150 19247
Face 34990 1268 1269 18018
Face 34991 17987 14472 14354
Face 34992 547 2648 1092
Face 34993 18736 18250 19155
Face 34994 26701 25493 25637
Face 34995 4367 18538 4366
Face 34996 34620 34748 34516
Face 34997 3110 3111 3245
Face 34998 18882 18778 18673
Face 34999 23249 15733 19456
Face 35000 26876 26990 26811
Face 35001 17323 17928 1018
Face 35002 17400 17574 1576
Face 35003 18961 18642 18962
Face 35004 18387 17658 17930
Face 35005 17330 17235 17766
Face 35006 17758 17149 19177
Face 35007 17398 18620 19141
Face 35008 18691 18727 17417
Face 35009 21886 21790 29019
Face 35010 6531 7131 6398
Face 35011 29056 21797 29187
Face 35012 6613 18255 25493
Face 35013 29199 25653 18447
Face 35014 32134 32238 32133
Face 35015 18163 19041 18029
Face 35016 31262 31261 31160
Face 35017 6635 18356 22439
Face 35018 19106 18163 18029
Face 35019 19106 18029 16924
Face 35020 16916 19106 16924
Face 35021 18065 18632 18964
Face 35022 18687 16830 19041
Face 35023 18163 18687 19041
Face 35024 18963 18964 16830
Face 35025 18963 18065 18964
Face 35026 18687 18963 16830
Face 35027 18012 18013 18104
Face 35028 16863 18946 18632
Face 35029 25539 26336 25535
Face 35030 18919 18918 18814
Face 35031 18334 17354 17409
Face 35032 17597 17214 19040
Face 35033 2172 12120 2171
Face 35034 17354 18334 17484
Face 35035 18989 18988 18792
Face 35036 17236 16765 11165
Face 35037 23321 26543 26542
Face 35038 28923 28922 28796
Face 35039 18401 18402 18496
Face 35040 27754 28269 28011
Face 35041 17125 17126 373
Face 35042 17222 19076 19114
Face 35043 17321 17801 5747
Face 35044 29078 27266 18987
Face 35045 18885 19078 19230
Face 35046 17030 17121 17120
Face 35047 18880 17780 14832
Face 35048 16938 16937 16849
Face 35049 17625 17499 18989
Face 35050 19138 19137 19027
Face 35051 17133 17222 16218
Face 35052 18990 17625 18989
Face 35053 18348 17443 18032
Face 35054 18499 18598 18597
Face 35055 17204 17205 17295
Face 35056 17845 17846 17285
Face 35057 18815 18919 18814
Face 35058 2897 1423 17845
Face 35059 18503 18502 18407
Face 35060 18176 18274 18273
Face 35061 18169 18267 18266
Face 35062 13647 14816 14941
Face 35063 13554 13553 15073
Face 35064 18168 18169 18266
Face 35065 18074 18169 18168
Face 35066 18073 18074 18168
Face 35067 29792 24349 29791
Face 35068 3900 4028 19002
Face 35069 429 28687 18799
Face 35070 29714 27639 26297
Face 35071 27996 25482 3588
Face 35072 26650 26765 26764
Face 35073 2295 2423 651
Face 35074 2169 2292 18756
Face 35075 17173 17145 17144
Face 35076 17083 17173 17144
Face 35077 18056 18192 18155
Face 35078 18630 18056 18155
Face 35079 34615 34735 34461
Face 35080 19178 19072 17304
Face 35081 32048 32152 32047
Face 35082 3592 18441 17537
Face 35083 17335 18466 18745
Face 35084 19181 19180 18147
Face 35085 26062 26175 26174
Face 35086 16943 17035 17034
Face 35087 33915 16919 5465
Face 35088 23367 6399 24477
Face 35089 23987 24109 1459
Face 35090 17602 19144 18061
Face 35091 26305 26338 25535
Face 35092 4111 18051 17572
Face 35093 16839 16927 16838
Face 35094 18405 18500 18499
Face 35095 18506 1834 18410
Face 35096 18381 18475 18380
Face 35097 27999 27274 7584
Face 35098 20390 21658 27270
Face 35099 17427 17280 18836
Face 35100 27505 17958 649
Face 35101 17687 15635 15493
Face 35102 110 6768 109
Face 35103 17672 17686 18566
Face 35104 17677 17457 18483
Face 35105 18162 17493 17693
Face 35106 17118 17208 17117
Face 35107 19221 18637 18638
Face 35108 19026 19136 19135
Face 35109 17200 17199 17109
Face 35110 16874 16873 16785
Face 35111 20971 21064 21063
Face 35112 17951 17086 17410
Face 35113 16874 16966 16873
Face 35114 27837 27969 27968
Face 35115 19308 17060 19385
Face 35116 18021 18113 18112
Face 35117 17593 17552 18747
Face 35118 17028 17029 17119
Face 35119 17403 4405 17394
Face 35120 372 371 17123
Face 35121 18701 18809 18808
Face 35122 1460 1574 18817
Face 35123 18700 18701 18808
Face 35124 374 483 373
Face 35125 18475 18576 18474
Face 35126 13202 18256 17551
Face 35127 32288 32289 32394
Face 35128 17291 17381 17290
Face 35129 19195 29347 29277
Face 35130 540 18033 17942
Face 35131 34810 34798 34785
Face 35132 27456 27455 27336
Face 35133 26990 13002 26811
Face 35134 18904 18961 18009
Face 35135 25676 25786 25785
Face 35136 17678 17767 17634
Face 35137 18642 18387 17930
Face 35138 18390 19007 17398
Face 35139 17766 17678 17634
Face 35140 3638 3768 17626
Face 35141 19141 18691 17417
Face 35142 18439 17638 17404
Face 35143 18897 17775 18432
Face 35144 11139 11078 11079
Face 35145 17404 17314 18515
Face 35146 18805 18909 18908
Face 35147 17829 17921 17920
Face 35148 6033 10841 13857
Face 35149 17655 1792 17644
Face 35150 16917 17730 17674
Face 35151 793 17147 792
Face 35152 1834 1723 18410
Face 35153 17693 17500 17313
Face 35154 18037 17730 16917
Face 35155 17512 18037 16917
Face 35156 19151 18037 17512
Face 35157 17105 19151 17512
Face 35158 17419 18856 18903
Face 35159 18903 18856 17105
Face 35160 16863 17911 18946
Face 35161 18777 18138 17237
Face 35162 18105 18106 18201
Face 35163 17294 17293 17202
Face 35164 18931 17597 19040
Face 35165 17484 18832 17214
Face 35166 19040 28409 18931
Face 35167 19143 17484 17597
Face 35168 23069 29538 23015
Face 35169 26908 26926 28361
Face 35170 26098 26099 27390
Face 35171 21118 27822 27691
Face 35172 17660 17729 17502
Face 35173 29918 29917 29863
Face 35174 17934 17358 17464
Face 35175 17934 17844 17358
Face 35176 156 16925 253
Face 35177 16777 16855 16776
Face 35178 19247 19246 19137
Face 35179 19028 19138 19027
Face 35180 17285 17278 17675
Face 35181 17509 18467 17335
Face 35182 17721 1135 17813
Face 35183 17106 791 17147
Face 35184 17104 19218 19185
Face 35185 29442 29441 29310
Face 35186 33287 17225 5909
Face 35187 17172 18904 17549
Face 35188 18522 17870 18131
Face 35189 6280 29752 27697
Face 35190 18933 17059 18522
Face 35191 17870 17938 18131
Face 35192 17963 18434 18933
Face 35193 17059 17870 18522
Face 35194 18434 17963 18682
Face 35195 17762 18434 18682
Face 35196 17762 18682 17915
Face 35197 18434 17059 18933
Face 35198 18951 18146 17915
Face 35199 18146 17762 17915
Face 35200 17220 18951 17149
Face 35201 17149 18951 17915
Face 35202 18422 17220 17231
Face 35203 17221 17220 17149
Face 35204 3855 3722 3723
Face 35205 17023 17114 17113
Face 35206 19046 17400 1576
Face 35207 17694 17695 17574
Face 35208 18463 18846 18030
Face 35209 18846 17173 17083
Face 35210 18192 19059 19060
Face 35211 18155 18192 19060
Face 35212 16573 16412 2786
Face 35213 27505 25855 25478
Face 35214 18441 16831 17537
Face 35215 17537 17232 5123
Face 35216 17671 17545 17457
Face 35217 18516 17641 16831
Face 35218 18815 18814 18706
Face 35219 18912 18913 19021
Face 35220 18203 18204 18299
Face 35221 3161 14927 2675
Face 35222 17752 17394 4149
Face 35223 4404 17394 4405
Face 35224 18576 18575 18474
Face 35225 18300 18396 18395
Face 35226 34667 34821 34832
Face 35227 17558 17557 17468
Face 35228 1343 149 17969
Face 35229 18286 18381 18285
Face 35230 5583 5456 5584
Face 35231 34429 34621 34576
Face 35232 2033 15331 15594
Face 35233 18712 2208 2081
Face 35234 14116 15322 17323
Face 35235 374 17126 7058
Face 35236 19136 19245 19244
Face 35237 18842 17371 17042
Face 35238 17827 17828 17919
Face 35239 19025 19026 19135
Face 35240 19245 18481 18582
Face 35241 19135 19136 19244
Face 35242 16875 16874 16786
Face 35243 31653 16786 16785
Face 35244 16967 16966 16874
Face 35245 16875 16967 16874
Face 35246 17061 17060 16966
Face 35247 16967 17061 16966
Face 35248 18185 18283 18282
Face 35249 17152 17151 17061
Face 35250 19214 17752 18953
Face 35251 27166 27279 12341
Face 35252 3759 19211 18006
Face 35253 17208 17299 17298
Face 35254 17299 17389 17388
Face 35255 18109 18205 18204
Face 35256 17390 17389 17299
Face 35257 20699 27731 27730
Face 35258 18786 2434 2433
Face 35259 20462 18078 20377
Face 35260 18473 18574 18573
Face 35261 15029 34642 21648
Face 35262 18270 18271 18366
Face 35263 30868 30969 30867
Face 35264 16922 18098 17582
Face 35265 34510 34433 34395
Face 35266 650 7130 7131
Face 35267 17549 18904 18776
Face 35268 18542 25952 25903
Face 35269 17767 17917 18751
Face 35270 18642 17930 18962
Face 35271 17681 19007 18464
Face 35272 17634 17767 18751
Face 35273 28759 28758 28630
Face 35274 18620 18691 19141
Face 35275 17805 17227 18439
Face 35276 18385 17685 18837
Face 35277 18964 18632 18858
Face 35278 17314 18514 18515
Face 35279 18964 18858 19101
Face 35280 16830 18964 19101
Face 35281 18946 18790 17265
Face 35282 18632 17265 18858
Face 35283 17237 18138 17895
Face 35284 18632 18946 17265
Face 35285 17237 17895 18790
Face 35286 16781 18246 17461
Face 35287 18946 17237 18790
Face 35288 18138 17461 17895
Face 35289 18138 16781 17461
Face 35290 16781 18071 18324
Face 35291 19041 16830 18252
Face 35292 18246 16781 18324
Face 35293 17503 17419 18903
Face 35294 18856 19151 17105
Face 35295 17911 18777 17237
Face 35296 17417 17419 17503
Face 35297 158 16062 18711
Face 35298 19155 16781 18138
Face 35299 17597 17484 17214
Face 35300 26540 26656 26655
Face 35301 17498 19143 17597
Face 35302 18334 17539 18832
Face 35303 12060 5246 28946
Face 35304 26336 27640 26325
Face 35305 30342 30409 30341
Face 35306 28632 21776 28760
Face 35307 17660 18792 18825
Face 35308 29704 29705 18828
Face 35309 18990 18989 17660
Face 35310 18525 17502 17729
Face 35311 17625 4085 17499
Face 35312 17502 18990 17660
Face 35313 17846 17219 17278
Face 35314 4085 17285 17675
Face 35315 18677 18676 18572
Face 35316 17285 17846 17278
Face 35317 17172 17137 18904
Face 35318 29142 29272 29271
Face 35319 25795 27636 27632
Face 35320 18142 18642 18961
Face 35321 2170 650 652
Face 35322 652 7131 6531
Face 35323 18870 26568 18448
Face 35324 23023 34473 34590
Face 35325 27101 27157 27767
Face 35326 22708 15733 23249
Face 35327 20890 7017 7018
Face 35328 27268 18870 18448
Face 35329 651 20890 7018
Face 35330 23713 11081 22692
Face 35331 18529 17452 17365
Face 35332 5199 2786 16574
Face 35333 5238 18031 18616
Face 35334 26539 26540 26655
Face 35335 26536 26537 26652
Face 35336 26768 26767 26652
Face 35337 11991 11908 11909
Face 35338 32242 32348 32241
Face 35339 17294 17295 17384
Face 35340 27108 27224 27107
Face 35341 17400 17694 17574
Face 35342 19237 19173 19115
Face 35343 17643 18846 17083
Face 35344 17764 17776 17695
Face 35345 19059 17788 17818
Face 35346 17833 18463 17764
Face 35347 19166 17304 17852
Face 35348 19060 19059 17818
Face 35349 18257 29464 28092
Face 35350 27270 7584 26178
Face 35351 18441 18516 16831
Face 35352 34401 28499 27901
Face 35353 18516 17806 17641
Face 35354 17806 17807 17641
Face 35355 17806 17572 17807
Face 35356 17572 3373 17807
Face 35357 17015 6726 18263
Face 35358 18051 17270 3373
Face 35359 17572 18051 3373
Face 35360 6726 26186 18263
Face 35361 17936 18325 17270
Face 35362 18051 17936 17270
Face 35363 28522 28657 28656
Face 35364 14355 14245 17535
Face 35365 17233 18041 21662
Face 35366 24244 23196 24234
Face 35367 17579 17671 17457
Face 35368 26771 26770 26655
Face 35369 17173 5021 17145
Face 35370 17788 16762 17824
Face 35371 18411 18410 18315
Face 35372 1696 1586 1587
Face 35373 19076 17222 18922
Face 35374 17756 19209 3505
Face 35375 5533 18336 18619
Face 35376 16876 16875 16787
Face 35377 31654 16787 31653
Face 35378 16968 16967 16875
Face 35379 16876 16968 16875
Face 35380 17062 17061 16967
Face 35381 16968 17062 16967
Face 35382 17153 17152 17062
Face 35383 17062 17152 17061
Face 35384 17300 17390 17299
Face 35385 17965 18942 18945
Face 35386 18435 17965 18945
Face 35387 18598 18703 18702
Face 35388 20288 17985 18075
Face 35389 18747 18852 17511
Face 35390 19020 19021 19130
Face 35391 25855 25646 27867
Face 35392 18077 18078 18172
Face 35393 17653 17654 1044
Face 35394 17479 18854 19220
Face 35395 18173 18271 18270
Face 35396 6621 6799 3210
Face 35397 17622 18098 16922
Face 35398 26452 19037 25960
Face 35399 26586 26679 28949
Face 35400 19185 17549 17898
Face 35401 27246 27754 28693
Face 35402 17917 18133 17604
Face 35403 18961 18962 18009
Face 35404 19227 17681 17897
Face 35405 18751 17917 17604
Face 35406 26656 26771 26655
Face 35407 19007 18620 17398
Face 35408 17415 17392 18666
Face 35409 26771 26885 26884
Face 35410 18344 18897 17406
Face 35411 17638 17314 17404
Face 35412 18534 18638 18690
Face 35413 19079 18344 17406
Face 35414 16809 16897 16808
Face 35415 23707 16716 23712
Face 35416 16740 16809 16739
Face 35417 19412 16897 16898
Face 35418 26012 32928 16680
Face 35419 16809 16808 16739
Face 35420 18108 18204 18203
Face 35421 16768 16767 33873
Face 35422 25421 25457 25456
Face 35423 16681 16740 16739
Face 35424 18029 19041 18252
Face 35425 34326 34303 34631
Face 35426 16844 16932 16931
Face 35427 16830 19101 18252
Face 35428 26770 26771 26884
Face 35429 18257 28092 28363
Face 35430 17692 17417 17503
Face 35431 1158 1159 1267
Face 35432 18777 19155 18138
Face 35433 18674 19141 17692
Face 35434 16942 16943 17034
Face 35435 18539 18071 16781
Face 35436 17484 18334 18832
Face 35437 19104 3509 3638
Face 35438 17498 17597 18931
Face 35439 18334 17409 17319
Face 35440 5387 5388 18765
Face 35441 6910 19377 19701
Face 35442 18408 1722 1833
Face 35443 33669 17492 17336
Face 35444 17018 17017 16925
Face 35445 19114 17331 17280
Face 35446 18922 17222 17133
Face 35447 17177 18922 17133
Face 35448 18110 18206 18205
Face 35449 18573 18677 18572
Face 35450 17705 17706 17796
Face 35451 18303 18399 18398
Face 35452 17130 17220 18422
Face 35453 17888 17979 17978
Face 35454 18621 17585 17354
Face 35455 18001 17130 18422
Face 35456 18001 18422 17495
Face 35457 17585 18001 17495
Face 35458 19223 18951 17220
Face 35459 17130 19223 17220
Face 35460 18881 17946 18434
Face 35461 23445 23444 22911
Face 35462 19223 18883 18951
Face 35463 17762 18881 18434
Face 35464 26651 20094 26536
Face 35465 18883 18881 17762
Face 35466 29537 26419 29535
Face 35467 16519 313 22146
Face 35468 19177 18420 17896
Face 35469 26885 26998 26997
Face 35470 33621 33620 33493
Face 35471 19164 17401 17782
Face 35472 19131 19132 19240
Face 35473 18745 17334 18162
Face 35474 18682 18420 19177
Face 35475 18700 18808 18807
Face 35476 4946 5077 14100
Face 35477 17915 18682 19177
Face 35478 17694 17764 17695
Face 35479 16903 16902 16814
Face 35480 18846 17643 18030
Face 35481 18030 16544 17776
Face 35482 17788 17824 18579
Face 35483 17606 17833 17694
Face 35484 2000 18236 19032
Face 35485 17818 17788 18579
Face 35486 23423 23548 14428
Face 35487 18579 17824 17374
Face 35488 29473 29327 27486
Face 35489 16714 18358 28131
Face 35490 32336 32448 32335
Face 35491 32336 32335 32229
Face 35492 25733 25734 23369
Face 35493 18505 29584 28934
Face 35494 25878 19383 25984
Face 35495 18356 18505 28934
Face 35496 25418 26177 26126
Face 35497 25633 25734 25733
Face 35498 6531 6398 11542
Face 35499 25632 25633 25733
Face 35500 5533 5532 18336
Face 35501 17559 17648 17558
Face 35502 18119 18215 18118
Face 35503 18311 18310 18214
Face 35504 33368 33367 33231
Face 35505 16815 16814 16745
Face 35506 18854 19162 18427
Face 35507 13652 13650 16067
Face 35508 18694 18695 18802
Face 35509 16787 31774 16788
Face 35510 16877 16876 16788
Face 35511 16789 16877 16788
Face 35512 16969 16968 16876
Face 35513 16877 16969 16876
Face 35514 17063 17062 16968
Face 35515 16969 17063 16968
Face 35516 3683 9201 1121
Face 35517 17063 17153 17062
Face 35518 18702 18703 18810
Face 35519 7337 7338 7447
Face 35520 17828 17920 17919
Face 35521 18018 18110 18109
Face 35522 18747 17552 18852
Face 35523 18854 19152 19220
Face 35524 14656 15444 15306
Face 35525 18093 18092 18000
Face 35526 34293 34600 34750
Face 35527 17019 17110 17018
Face 35528 19154 17041 17044
Face 35529 18172 18173 18270
Face 35530 26764 26765 26878
Face 35531 17306 3629 18540
Face 35532 19377 26338 26305
Face 35533 26440 28287 26987
Face 35534 18039 16916 8369
Face 35535 29060 29191 29059
Face 35536 26884 26885 26997
Face 35537 18904 18009 18776
Face 35538 18130 19227 18227
Face 35539 374 375 484
Face 35540 26998 27114 27113
Face 35541 19007 18390 18464
Face 35542 18486 17415 18666
Face 35543 26997 26998 27113
Face 35544 16964 23380 29614
Face 35545 17415 17227 17805
Face 35546 18492 18493 18591
Face 35547 33287 18432 17225
Face 35548 16920 18898 17303
Face 35549 17120 17210 17209
Face 35550 17128 18388 18800
Face 35551 18851 17303 18517
Face 35552 18851 16920 17303
Face 35553 18388 18851 18517
Face 35554 16920 17131 18898
Face 35555 17131 17397 18898
Face 35556 17128 18800 19055
Face 35557 18388 18517 18800
Face 35558 18726 2902 17373
Face 35559 17126 6948 7058
Face 35560 34423 34369 34333
Face 35561 25950 25949 25840
Face 35562 18224 18052 1319
Face 35563 20064 18521 20633
Face 35564 27332 26990 6918
Face 35565 34712 34703 34389
Face 35566 17553 17547 18628
Face 35567 28287 25964 26987
Face 35568 11896 11897 11980
Face 35569 28797 28796 28667
Face 35570 18418 18322 18289
Face 35571 6281 28299 29482
Face 35572 18905 4944 17735
Face 35573 18912 19021 19020
Face 35574 17539 18334 17319
Face 35575 17231 17577 17319
Face 35576 7121 18542 25903
Face 35577 18937 19231 325
Face 35578 32358 32357 32251
Face 35579 28760 28887 28759
Face 35580 19218 17172 17549
Face 35581 19218 17549 19185
Face 35582 17137 18142 18961
Face 35583 17137 18961 18904
Face 35584 18142 18292 18642
Face 35585 18292 18387 18642
Face 35586 17696 237 17224
Face 35587 18578 18587 17446
Face 35588 18170 18268 18169
Face 35589 6385 17696 17224
Face 35590 18075 18170 18169
Face 35591 18268 18364 18267
Face 35592 18074 18075 18169
Face 35593 18268 18267 18169
Face 35594 19153 17501 17510
Face 35595 18883 18146 18951
Face 35596 34551 34753 22040
Face 35597 17946 18050 17059
Face 35598 17711 1675 1210
Face 35599 18726 17373 18056
Face 35600 18146 18883 17762
Face 35601 18671 18726 18947
Face 35602 27357 26445 26674
Face 35603 18434 17946 17059
Face 35604 27114 27230 27229
Face 35605 4492 18737 4493
Face 35606 17758 19177 17896
Face 35607 2462 2461 2333
Face 35608 18065 16863 18632
Face 35609 18514 17758 17896
Face 35610 16933 16934 17025
Face 35611 17911 17237 18946
Face 35612 17963 19164 18420
Face 35613 28360 28494 28359
Face 35614 27113 27114 27229
Face 35615 18682 17963 18420
Face 35616 17764 18030 17776
Face 35617 19249 16947 18614
Face 35618 18463 18030 17764
Face 35619 18030 17643 17733
Face 35620 19056 17606 17400
Face 35621 17833 17764 17694
Face 35622 790 18529 17365
Face 35623 19056 17400 19046
Face 35624 6611 11053 6635
Face 35625 3111 17622 16922
Face 35626 17999 17998 17907
Face 35627 7061 487 7169
Face 35628 18774 18789 17726
Face 35629 27129 23577 25197
Face 35630 16928 17020 16927
Face 35631 19124 2711 2581
Face 35632 18306 18402 18401
Face 35633 19017 19127 19126
Face 35634 17104 19185 32620
Face 35635 17446 17229 18626
Face 35636 30480 30479 30408
Face 35637 2809 25492 28156
Face 35638 28946 29073 27497
Face 35639 30759 30865 30758
Face 35640 12341 23886 12340
Face 35641 20777 27573 20866
Face 35642 18711 17576 17874
Face 35643 17591 18562 17567
Face 35644 17372 18711 17874
Face 35645 16724 16790 16789
Face 35646 16789 31887 16723
Face 35647 16878 16877 16789
Face 35648 16790 16878 16789
Face 35649 16970 16969 16877
Face 35650 16878 16970 16877
Face 35651 17064 17063 16969
Face 35652 16970 17064 16969
Face 35653 17154 17153 17063
Face 35654 17064 17154 17063
Face 35655 18722 18734 19182
Face 35656 15587 17536 17836
Face 35657 1360 1473 1359
Face 35658 16943 6843 17035
Face 35659 18627 2757 2844
Face 35660 19308 22991 16966
Face 35661 17331 19210 17862
Face 35662 17280 17331 17862
Face 35663 18206 18302 18301
Face 35664 18495 18594 18593
Face 35665 18023 1272 18024
Face 35666 17502 17368 18990
Face 35667 18016 18017 18108
Face 35668 18098 19154 17582
Face 35669 20290 17986 17985
Face 35670 26649 26650 26764
Face 35671 27230 27340 27339
Face 35672 18931 18826 17498
Face 35673 2292 2169 3210
Face 35674 19198 11144 27641
Face 35675 19256 19257 19285
Face 35676 16837 16925 156
Face 35677 17549 18776 17898
Face 35678 19164 18130 17401
Face 35679 27229 27230 27339
Face 35680 18592 18697 18696
Face 35681 17681 18464 17897
Face 35682 17392 17415 17805
Face 35683 18591 18592 18696
Face 35684 6539 4869 1312
Face 35685 17227 17638 18439
Face 35686 17468 17467 17381
Face 35687 27340 27459 27458
Face 35688 17512 16917 18057
Face 35689 18599 18600 18704
Face 35690 342 17108 17099
Face 35691 17573 17512 18057
Face 35692 27339 27340 27458
Face 35693 17108 18222 18218
Face 35694 27459 27579 27578
Face 35695 156 155 6939
Face 35696 18847 17406 17081
Face 35697 34543 34377 34276
Face 35698 17957 19055 17789
Face 35699 17957 17128 19055
Face 35700 1312 4869 1311
Face 35701 1676 17711 19059
Face 35702 27231 27341 27340
Face 35703 27462 27582 27581
Face 35704 17763 17509 18438
Face 35705 18603 18602 18503
Face 35706 26792 28087 25482
Face 35707 29689 29688 29556
Face 35708 16899 16991 16898
Face 35709 18707 18815 18706
Face 35710 1136 1244 1135
Face 35711 32334 32446 32333
Face 35712 19236 19237 19115
Face 35713 18051 4111 4240
Face 35714 17245 17246 19633
Face 35715 1953 1954 2078
Face 35716 17409 17231 17319
Face 35717 19017 19018 19127
Face 35718 19037 27246 25960
Face 35719 17221 17667 17577
Face 35720 26881 26882 26994
Face 35721 26995 27111 27110
Face 35722 27458 27459 27578
Face 35723 16091 16248 8945
Face 35724 18168 18167 19883
Face 35725 16903 16995 16902
Face 35726 6913 6910 19701
Face 35727 15807 18725 4668
Face 35728 2424 27996 3588
Face 35729 18739 3245 3111
Face 35730 17635 17784 17875
Face 35731 9875 20283 29750
Face 35732 16851 16939 16938
Face 35733 18133 526 17604
Face 35734 3163 4850 3291
Face 35735 27579 27706 27705
Face 35736 16808 16807 16738
Face 35737 17035 6947 17126
Face 35738 18274 18275 18369
Face 35739 1501 18215 18119
Face 35740 27578 27579 27705
Face 35741 31610 31724 31723
Face 35742 18778 18671 18947
Face 35743 18947 18726 18056
Face 35744 18050 16834 17870
Face 35745 17059 18050 17870
Face 35746 26652 26767 26651
Face 35747 18168 18266 18167
Face 35748 785 18424 13956
Face 35749 19209 553 3505
Face 35750 18420 17782 17896
Face 35751 17667 17758 18514
Face 35752 19155 18539 16781
Face 35753 17382 17381 17291
Face 35754 18025 18024 1273
Face 35755 18539 16779 16764
Face 35756 18933 18130 19164
Face 35757 17740 17741 17830
Face 35758 19232 19249 18614
Face 35759 17963 18933 19164
Face 35760 16544 18030 17733
Face 35761 18235 18237 19232
Face 35762 17733 17643 16988
Face 35763 17643 17083 16988
Face 35764 17960 19056 19046
Face 35765 17606 17694 17400
Face 35766 17960 19046 17716
Face 35767 17717 17960 17716
Face 35768 17717 17716 18292
Face 35769 17661 17717 18292
Face 35770 17661 18292 18142
Face 35771 17460 17661 18142
Face 35772 17460 18142 17137
Face 35773 17046 17460 17137
Face 35774 19156 17172 19218
Face 35775 17369 19156 19218
Face 35776 17046 17137 17172
Face 35777 19156 17046 17172
Face 35778 34526 34694 34340
Face 35779 17022 17113 17021
Face 35780 16934 17026 17025
Face 35781 21637 17266 2295
Face 35782 18220 18219 18122
Face 35783 17124 372 17123
Face 35784 16942 16941 16853
Face 35785 14320 14395 18644
Face 35786 7738 14028 10199
Face 35787 4628 4629 4760
Face 35788 34330 34776 34519
Face 35789 31578 31692 31577
Face 35790 16879 16878 16790
Face 35791 16791 16879 16790
Face 35792 16971 16970 16878
Face 35793 16879 16971 16878
Face 35794 17065 17064 16970
Face 35795 16971 17065 16970
Face 35796 17155 17154 17064
Face 35797 17065 17155 17064
Face 35798 10857 34676 12359
Face 35799 17155 17245 17154
Face 35800 17494 17217 17411
Face 35801 16922 17582 18739
Face 35802 27706 27835 27834
Face 35803 27705 27706 27834
Face 35804 16776 27884 16777
Face 35805 16695 16759 16758
Face 35806 16828 16827 16758
Face 35807 18908 18909 19017
Face 35808 16759 16828 16758
Face 35809 27835 27967 27966
Face 35810 18302 18303 18398
Face 35811 5724 8002 5852
Face 35812 18955 17625 18990
Face 35813 2423 20890 651
Face 35814 6682 6777 6681
Face 35815 18792 18988 19143
Face 35816 26992 26991 26878
Face 35817 8344 12060 28946
Face 35818 17498 18792 19143
Face 35819 18435 18945 17685
Face 35820 19185 17898 18039
Face 35821 18420 19164 17782
Face 35822 18810 18914 18913
Face 35823 17388 17474 17387
Face 35824 19227 17897 18227
Face 35825 17706 17797 17796
Face 35826 3163 3291 3154
Face 35827 525 17674 17730
Face 35828 17150 18486 18721
Face 35829 18600 18705 18704
Face 35830 26814 16695 18561
Face 35831 18880 14832 14709
Face 35832 19139 19138 19028
Face 35833 342 18827 17497
Face 35834 17478 18643 6392
Face 35835 17895 17461 18689
Face 35836 18827 342 17099
Face 35837 18790 17895 16782
Face 35838 17461 17760 18689
Face 35839 3038 4109 638
Face 35840 17895 18689 16782
Face 35841 20558 17283 18839
Face 35842 33409 6618 33541
Face 35843 20297 17991 17990
Face 35844 17603 17957 17789
Face 35845 12610 23635 27772
Face 35846 18019 1269 18020
Face 35847 6398 6522 16958
Face 35848 27772 12700 12610
Face 35849 1391 1280 1392
Face 35850 8845 10692 10018
Face 35851 31808 31807 31695
Face 35852 17515 17175 18997
Face 35853 19094 19097 29535
Face 35854 18493 18592 18591
Face 35855 17238 17911 16863
Face 35856 17658 17238 16863
Face 35857 17658 16863 18065
Face 35858 17930 17658 18065
Face 35859 17930 18065 18963
Face 35860 18962 17930 18963
Face 35861 18962 18963 18687
Face 35862 18009 18962 18687
Face 35863 17231 17221 17577
Face 35864 26541 26684 25541
Face 35865 17221 17149 17758
Face 35866 17667 17221 17758
Face 35867 13553 14941 15073
Face 35868 17149 17915 19177
Face 35869 17938 17914 19228
Face 35870 14486 15172 19066
Face 35871 20325 20324 26642
Face 35872 16921 17754 17753
Face 35873 17636 19153 17510
Face 35874 647 646 32394
Face 35875 17021 17020 16928
Face 35876 27834 27835 27966
Face 35877 26990 26876 29785
Face 35878 18575 18574 18473
Face 35879 884 767 32630
Face 35880 25950 26062 25949
Face 35881 16860 18348 18032
Face 35882 29145 27019 27895
Face 35883 17042 19076 17443
Face 35884 31996 16725 31888
Face 35885 16816 16815 16746
Face 35886 30144 30208 30207
Face 35887 17640 18345 17846
Face 35888 18953 17752 4020
Face 35889 17870 16834 17938
Face 35890 16834 17914 17938
Face 35891 26536 26652 26651
Face 35892 18590 18695 18694
Face 35893 27967 28100 28099
Face 35894 17560 17559 17470
Face 35895 17314 17667 18514
Face 35896 17577 17667 17314
Face 35897 16682 16741 16740
Face 35898 16739 33197 16681
Face 35899 18071 18539 16764
Face 35900 17127 17129 18223
Face 35901 26335 28554 7122
Face 35902 2323 18693 18801
Face 35903 18522 19227 18130
Face 35904 19119 17309 18620
Face 35905 17082 16988 17141
Face 35906 17143 18237 18235
Face 35907 17083 17144 17143
Face 35908 16988 17083 17143
Face 35909 17143 17144 18237
Face 35910 17144 18238 18237
Face 35911 18238 19250 19249
Face 35912 18237 18238 19249
Face 35913 19249 19250 16947
Face 35914 19250 17971 16947
Face 35915 27966 27967 28099
Face 35916 866 4213 18419
Face 35917 4085 17675 17499
Face 35918 18109 18110 18205
Face 35919 18208 18304 18303
Face 35920 19015 19016 19125
Face 35921 17033 17034 17124
Face 35922 28100 28237 28236
Face 35923 18702 18810 18809
Face 35924 17697 17533 19011
Face 35925 18387 18431 17658
Face 35926 1576 17932 17238
Face 35927 5584 5456 18606
Face 35928 28099 28100 28236
Face 35929 18640 18747 18631
Face 35930 33846 33974 16685
Face 35931 17649 17650 17739
Face 35932 17011 19184 17876
Face 35933 34730 34652 34826
Face 35934 28237 28371 28370
Face 35935 16792 16880 16879
Face 35936 16791 16792 16879
Face 35937 16880 16972 16971
Face 35938 16879 16880 16971
Face 35939 16972 17066 17065
Face 35940 16971 16972 17065
Face 35941 17066 17156 17155
Face 35942 17065 17066 17155
Face 35943 17246 17245 17155
Face 35944 17156 17246 17155
Face 35945 18213 18309 18308
Face 35946 19633 17337 19717
Face 35947 16828 6926 142
Face 35948 17474 17473 17387
Face 35949 32207 16728 32103
Face 35950 28264 28263 28126
Face 35951 18300 18301 18396
Face 35952 17394 4278 4149
Face 35953 17650 17651 17740
Face 35954 17838 17134 17041
Face 35955 17026 17117 17025
Face 35956 17024 17115 17023
Face 35957 5531 17971 5532
Face 35958 18207 18208 18303
Face 35959 18621 17354 19143
Face 35960 26765 26879 26878
Face 35961 18671 18778 18345
Face 35962 18988 18621 19143
Face 35963 28236 28237 28370
Face 35964 20758 27768 23879
Face 35965 18832 18486 17150
Face 35966 18272 18273 1917
Face 35967 17830 17922 17921
Face 35968 18130 18227 17401
Face 35969 17616 17706 17705
Face 35970 27640 27692 29351
Face 35971 17526 17527 17615
Face 35972 17797 17888 17887
Face 35973 28371 28506 28505
Face 35974 17210 17301 17300
Face 35975 6273 783 6392
Face 35976 28370 28371 28505
Face 35977 17935 17929 18887
Face 35978 4289 4415 17801
Face 35979 18491 18492 18590
Face 35980 17530 342 17497
Face 35981 11012 34444 9181
Face 35982 19101 18858 17605
Face 35983 18034 22508 22411
Face 35984 18816 18708 2205
Face 35985 17941 17642 18936
Face 35986 18034 17941 18936
Face 35987 17642 18957 17712
Face 35988 18936 17642 17712
Face 35989 18957 17601 18714
Face 35990 17712 18957 18714
Face 35991 17601 17352 19038
Face 35992 18714 17601 19038
Face 35993 17352 16952 16951
Face 35994 19038 17352 16951
Face 35995 18069 18068 16951
Face 35996 16952 18069 16951
Face 35997 19001 18997 18068
Face 35998 18069 19001 18068
Face 35999 15108 18996 9504
Face 36000 19001 17515 18997
Face 36001 2626 14420 14664
Face 36002 18966 12349 33924
Face 36003 19132 19133 19241
Face 36004 16927 16926 16838
Face 36005 17923 18013 18012
Face 36006 17561 17562 17650
Face 36007 18631 17511 18483
Face 36008 17723 17722 18569
Face 36009 16237 16238 16401
Face 36010 18739 17582 19170
Face 36011 16991 19495 17085
Face 36012 27702 27703 27831
Face 36013 17754 18709 18331
Face 36014 16900 19496 16992
Face 36015 17115 17205 17114
Face 36016 19228 16921 17753
Face 36017 17451 19829 19830
Face 36018 17205 17296 17295
Face 36019 34494 11768 8031
Face 36020 3981 19209 17756
Face 36021 18582 18926 18942
Face 36022 18070 17978 20363
Face 36023 17493 18725 17500
Face 36024 6726 6825 6824
Face 36025 34722 34745 34398
Face 36026 16698 17323 5461
Face 36027 15093 18528 14500
Face 36028 17956 6147 17324
Face 36029 29313 29444 29312
Face 36030 32196 32092 7239
Face 36031 16904 16903 16815
Face 36032 16747 16816 16746
Face 36033 18476 18475 18381
Face 36034 19039 17240 19211
Face 36035 18709 18520 18622
Face 36036 17914 16921 19228
Face 36037 1677 3695 2153
Face 36038 19059 18192 1676
Face 36039 15228 17234 2508
Face 36040 18577 18680 18576
Face 36041 17638 17577 17314
Face 36042 17319 17577 17638
Face 36043 16810 16809 16740
Face 36044 16741 16810 16740
Face 36045 18231 19207 19167
Face 36046 18464 18851 18388
Face 36047 28506 28641 28640
Face 36048 1015 17129 17486
Face 36049 19007 19119 18620
Face 36050 18745 18046 17334
Face 36051 17141 17143 18235
Face 36052 19227 18522 17681
Face 36053 16988 17143 17141
Face 36054 18237 19249 19232
Face 36055 17733 16988 17082
Face 36056 19074 17733 17082
Face 36057 16544 17733 19074
Face 36058 17774 16544 19074
Face 36059 17776 16544 17774
Face 36060 18609 17776 17774
Face 36061 17776 18609 18250
Face 36062 17695 17776 18250
Face 36063 17574 18736 17932
Face 36064 1576 17574 17932
Face 36065 18431 1576 17238
Face 36066 17695 18250 18736
Face 36067 18485 17482 18389
Face 36068 18616 18821 33018
Face 36069 17482 18485 193
Face 36070 18389 17869 18485
Face 36071 17574 17695 18736
Face 36072 17869 17547 18518
Face 36073 1837 1725 1726
Face 36074 2080 18607 2081
Face 36075 1956 18507 1836
Face 36076 647 32394 32395
Face 36077 17020 17111 17019
Face 36078 17740 17830 17829
Face 36079 16727 16793 16792
Face 36080 29901 29959 29900
Face 36081 16793 16881 16880
Face 36082 16792 16793 16880
Face 36083 16881 16973 16972
Face 36084 16880 16881 16972
Face 36085 16973 17067 17066
Face 36086 16972 16973 17066
Face 36087 17157 17156 17066
Face 36088 17067 17157 17066
Face 36089 17247 17246 17156
Face 36090 17157 17247 17156
Face 36091 19717 17337 17338
Face 36092 17441 17440 19726
Face 36093 18604 5201 17928
Face 36094 19037 26452 18352
Face 36095 17472 17473 17561
Face 36096 470 17199 17290
Face 36097 18699 18700 18807
Face 36098 18950 17102 17815
Face 36099 3629 3628 3500
Face 36100 17217 18504 17411
Face 36101 19176 18530 17671
Face 36102 19220 19152 17514
Face 36103 16930 16931 17022
Face 36104 17971 5531 16947
Face 36105 17089 17088 16996
Face 36106 16997 17089 16996
Face 36107 28505 28506 28640
Face 36108 1025 1139 1138
Face 36109 526 18133 527
Face 36110 18622 18520 1212
Face 36111 17585 17495 17354
Face 36112 18441 3855 18516
Face 36113 18056 17373 18192
Face 36114 18503 18602 18601
Face 36115 17443 18922 18926
Face 36116 17214 17150 19148
Face 36117 19040 17214 19148
Face 36118 28641 28770 28769
Face 36119 29752 27958 27697
Face 36120 18582 18481 18926
Face 36121 17615 17616 17705
Face 36122 586 587 17391
Face 36123 18779 19062 23164
Face 36124 436 14441 16208
Face 36125 17796 17797 17887
Face 36126 18346 17356 17843
Face 36127 2038 2039 34063
Face 36128 8774 34307 7735
Face 36129 17530 17497 17910
Face 36130 18843 17179 22316
Face 36131 28640 28641 28769
Face 36132 17989 17714 17179
Face 36133 22412 17179 17941
Face 36134 17714 17659 17941
Face 36135 17179 17714 17941
Face 36136 17659 17689 17642
Face 36137 17941 17659 17642
Face 36138 17689 17458 18957
Face 36139 17642 17689 18957
Face 36140 17458 18624 17601
Face 36141 18957 17458 17601
Face 36142 18624 18156 17352
Face 36143 17601 18624 17352
Face 36144 18156 16953 16952
Face 36145 17352 18156 16952
Face 36146 18094 18069 16952
Face 36147 16953 18094 16952
Face 36148 19013 19001 18069
Face 36149 18094 19013 18069
Face 36150 17428 17515 19001
Face 36151 19013 17428 19001
Face 36152 19010 18996 17515
Face 36153 17428 19010 17515
Face 36154 17351 17440 17439
Face 36155 17136 19010 17536
Face 36156 18638 18774 18690
Face 36157 18907 19016 19015
Face 36158 18598 18599 18703
Face 36159 28770 28896 28895
Face 36160 18722 19182 19183
Face 36161 16955 18722 19183
Face 36162 18000 18092 17999
Face 36163 4363 4493 18853
Face 36164 16902 16901 16813
Face 36165 17753 17754 18331
Face 36166 16996 16995 16903
Face 36167 16814 16902 16813
Face 36168 16997 16996 16904
Face 36169 28769 28770 28895
Face 36170 16728 32207 16795
Face 36171 16905 16997 16904
Face 36172 28896 29023 29022
Face 36173 17738 17739 17828
Face 36174 17121 17211 17210
Face 36175 17899 15228 18817
Face 36176 5584 18606 5457
Face 36177 16841 16842 16929
Face 36178 34668 34370 34737
Face 36179 18616 17945 18821
Face 36180 16905 16904 16816
Face 36181 16817 16905 16816
Face 36182 12587 17040 17540
Face 36183 16816 16904 16815
Face 36184 21450 20796 33929
Face 36185 16814 16813 16744
Face 36186 18331 18709 18622
Face 36187 18520 17956 1212
Face 36188 18080 20378 20379
Face 36189 16992 16991 16899
Face 36190 18025 18026 18117
Face 36191 18906 18907 19015
Face 36192 17227 17319 17638
Face 36193 17539 17319 17227
Face 36194 16898 16897 16809
Face 36195 16810 16898 16809
Face 36196 17897 18464 18388
Face 36197 19148 17150 17878
Face 36198 17129 18231 18223
Face 36199 18464 18390 16920
Face 36200 1835 1724 1836
Face 36201 17322 1015 17834
Face 36202 18131 19119 19007
Face 36203 1807 1926 1806
Face 36204 18933 18522 18130
Face 36205 17681 18131 19007
Face 36206 17309 17881 18691
Face 36207 18522 18131 17681
Face 36208 17881 18833 18727
Face 36209 18620 17309 18691
Face 36210 18833 17235 17330
Face 36211 18691 17881 18727
Face 36212 17235 17678 17766
Face 36213 18727 18833 17330
Face 36214 17749 17953 17410
Face 36215 17951 17410 12553
Face 36216 18389 17482 17953
Face 36217 17086 17749 17410
Face 36218 18293 18389 17953
Face 36219 17749 18293 17953
Face 36220 17571 17869 18389
Face 36221 18293 17571 18389
Face 36222 34565 34479 34636
Face 36223 17571 17547 17869
Face 36224 1788 3962 16784
Face 36225 2580 2452 2581
Face 36226 6822 6926 16759
Face 36227 18059 1452 17684
Face 36228 19241 18385 18290
Face 36229 27568 2296 29752
Face 36230 16728 16794 16793
Face 36231 16727 32103 16728
Face 36232 16794 16882 16881
Face 36233 16793 16794 16881
Face 36234 16882 16974 16973
Face 36235 16881 16882 16973
Face 36236 16974 17068 17067
Face 36237 16973 16974 17067
Face 36238 17068 17158 17157
Face 36239 17067 17068 17157
Face 36240 17248 17247 17157
Face 36241 17158 17248 17157
Face 36242 2434 2563 2562
Face 36243 17248 17249 17338
Face 36244 18275 18276 18370
Face 36245 30277 30276 30211
Face 36246 18744 17925 17242
Face 36247 17925 17591 17567
Face 36248 17024 17023 16931
Face 36249 16932 17024 16931
Face 36250 5657 5656 5530
Face 36251 18000 1473 18093
Face 36252 18310 18406 18405
Face 36253 28895 28896 29022
Face 36254 27575 27576 27702
Face 36255 17012 237 3331
Face 36256 34744 34335 34610
Face 36257 19723 17869 21273
Face 36258 17906 17997 17996
Face 36259 17905 17906 17996
Face 36260 17997 18089 18088
Face 36261 17996 17997 18088
Face 36262 18089 18184 18183
Face 36263 18088 18089 18183
Face 36264 18184 18282 18281
Face 36265 18183 18184 18281
Face 36266 18082 18083 18177
Face 36267 18178 18276 18275
Face 36268 18031 18414 16699
Face 36269 18641 18409 18640
Face 36270 16817 16816 16747
Face 36271 33516 33515 33382
Face 36272 18734 19181 19182
Face 36273 19184 17697 17876
Face 36274 5457 18606 18608
Face 36275 218 15976 151
Face 36276 1212 17956 17588
Face 36277 17956 17324 17588
Face 36278 19078 17967 19067
Face 36279 17845 17640 17846
Face 36280 271 3302 8341
Face 36281 17491 18638 18534
Face 36282 29705 5908 18828
Face 36283 21517 21422 21423
Face 36284 6613 25493 26701
Face 36285 18445 26815 26682
Face 36286 12550 14366 6510
Face 36287 17388 17387 17297
Face 36288 25569 18412 6612
Face 36289 27761 26013 25792
Face 36290 34301 34397 34751
Face 36291 17784 17966 18891
Face 36292 17392 17269 17487
Face 36293 18666 17392 17487
Face 36294 18978 27883 2037
Face 36295 17929 17530 17910
Face 36296 17880 18791 17989
Face 36297 22125 18523 22220
Face 36298 18791 17715 17714
Face 36299 17989 18791 17714
Face 36300 17715 17174 17659
Face 36301 17714 17715 17659
Face 36302 17174 18888 17689
Face 36303 17659 17174 17689
Face 36304 18888 16700 17458
Face 36305 17689 18888 17458
Face 36306 16700 17683 18624
Face 36307 17458 16700 18624
Face 36308 17683 18537 18156
Face 36309 18624 17683 18156
Face 36310 16954 16953 18156
Face 36311 18537 16954 18156
Face 36312 18102 18094 16953
Face 36313 16954 18102 16953
Face 36314 19014 19013 18094
Face 36315 18102 19014 18094
Face 36316 18249 17428 19013
Face 36317 19014 18249 19013
Face 36318 19042 19010 17428
Face 36319 18249 19042 17428
Face 36320 12926 10018 10692
Face 36321 19042 17536 19010
Face 36322 29141 29142 29271
Face 36323 29154 29153 29022
Face 36324 17965 18582 18942
Face 36325 19135 19244 19243
Face 36326 18926 18922 17177
Face 36327 19244 18582 17965
Face 36328 7695 7245 5595
Face 36329 19243 19244 17965
Face 36330 18734 18730 19181
Face 36331 4495 4494 17414
Face 36332 29023 29154 29022
Face 36333 16904 16996 16903
Face 36334 2040 1917 18368
Face 36335 29284 29283 29153
Face 36336 17990 17991 18082
Face 36337 16856 6743 6843
Face 36338 18282 18377 18376
Face 36339 18083 18178 18177
Face 36340 18281 18282 18376
Face 36341 18377 18471 18470
Face 36342 16995 16994 16902
Face 36343 17991 18083 18082
Face 36344 32394 646 7007
Face 36345 18031 16699 17945
Face 36346 18909 19018 19017
Face 36347 13086 16775 16774
Face 36348 2040 18366 18367
Face 36349 16996 17088 16995
Face 36350 16745 16814 16744
Face 36351 29154 29284 29153
Face 36352 7061 7169 7060
Face 36353 29415 29414 29283
Face 36354 16900 16992 16899
Face 36355 16900 16899 16811
Face 36356 18019 18111 18110
Face 36357 16844 16843 12541
Face 36358 17415 17539 17227
Face 36359 17214 18832 17150
Face 36360 19240 19241 18290
Face 36361 16991 19493 16990
Face 36362 18486 18666 18721
Face 36363 6799 17013 3210
Face 36364 18851 18464 16920
Face 36365 17530 17834 342
Face 36366 17129 17127 17486
Face 36367 18390 17398 17131
Face 36368 17292 17382 17291
Face 36369 17322 17834 1685
Face 36370 18037 18751 17730
Face 36371 17582 17044 19170
Face 36372 19151 17634 18037
Face 36373 18751 17604 17730
Face 36374 18856 17766 19151
Face 36375 17634 18751 18037
Face 36376 17419 17330 18856
Face 36377 17766 17634 19151
Face 36378 17417 18727 17419
Face 36379 17330 17766 18856
Face 36380 18100 17086 17861
Face 36381 17867 22611 17861
Face 36382 17481 17749 17086
Face 36383 18100 17481 17086
Face 36384 18007 18293 17749
Face 36385 17481 18007 17749
Face 36386 18628 17571 18293
Face 36387 18007 18628 18293
Face 36388 34340 34694 34364
Face 36389 17646 17736 1038
Face 36390 15618 19100 17959
Face 36391 934 17654 17565
Face 36392 15618 17407 14208
Face 36393 29284 29415 29283
Face 36394 17272 17363 17271
Face 36395 18698 18806 18805
Face 36396 16795 16794 16728
Face 36397 31998 32103 16727
Face 36398 16883 16882 16794
Face 36399 16795 16883 16794
Face 36400 16883 16975 16974
Face 36401 16882 16883 16974
Face 36402 16975 17069 17068
Face 36403 16974 16975 17068
Face 36404 17069 17159 17158
Face 36405 17068 17069 17158
Face 36406 17159 17249 17248
Face 36407 17158 17159 17248
Face 36408 18616 18031 17945
Face 36409 33669 12460 33414
Face 36410 29546 29545 29414
Face 36411 4853 13824 11529
Face 36412 18376 18377 18470
Face 36413 18471 18572 18571
Face 36414 18470 18471 18571
Face 36415 16714 25968 27496
Face 36416 18276 18371 18370
Face 36417 18204 18205 18300
Face 36418 13824 11158 11529
Face 36419 29415 29546 29414
Face 36420 18022 18021 1271
Face 36421 19126 19127 19235
Face 36422 32501 11035 32500
Face 36423 6926 143 142
Face 36424 19152 18427 19071
Face 36425 2563 18788 2435
Face 36426 7998 14808 2120
Face 36427 18177 18178 18275
Face 36428 18572 18676 18571
Face 36429 19015 2581 18906
Face 36430 18677 32898 18676
Face 36431 4278 4277 4149
Face 36432 27337 27456 27336
Face 36433 29678 29677 29545
Face 36434 16935 17027 16934
Face 36435 6601 16677 29693
Face 36436 29546 29678 29545
Face 36437 34657 34634 32197
Face 36438 17869 19723 18485
Face 36439 158 19229 16062
Face 36440 20553 20554 34821
Face 36441 29809 29808 29677
Face 36442 17588 17324 16861
Face 36443 17324 17195 16861
Face 36444 17101 17332 6009
Face 36445 4404 4278 17394
Face 36446 760 2027 9072
Face 36447 16840 16928 16927
Face 36448 26879 26992 26878
Face 36449 27108 27107 26991
Face 36450 525 526 14198
Face 36451 25273 25133 15288
Face 36452 28912 29039 29038
Face 36453 28387 28522 28521
Face 36454 27357 26674 25545
Face 36455 29678 29809 29677
Face 36456 17707 17798 17706
Face 36457 17987 18740 14472
Face 36458 26771 26772 26885
Face 36459 18721 17820 18484
Face 36460 18324 17935 18152
Face 36461 6683 6618 6619
Face 36462 17135 18097 18791
Face 36463 22126 17880 18523
Face 36464 18097 18319 17715
Face 36465 18791 18097 17715
Face 36466 18319 17592 17174
Face 36467 17715 18319 17174
Face 36468 17592 15907 18888
Face 36469 17174 17592 18888
Face 36470 15907 17688 16700
Face 36471 18888 15907 16700
Face 36472 17688 19208 17683
Face 36473 16700 17688 17683
Face 36474 19208 18956 18537
Face 36475 17683 19208 18537
Face 36476 17008 16954 18537
Face 36477 18956 17008 18537
Face 36478 18120 18102 16954
Face 36479 17008 18120 16954
Face 36480 19030 19014 18102
Face 36481 18120 19030 18102
Face 36482 17750 18249 19014
Face 36483 19030 17750 19014
Face 36484 19052 19042 18249
Face 36485 17750 19052 18249
Face 36486 18710 17536 19042
Face 36487 19052 18710 19042
Face 36488 19066 15172 17836
Face 36489 18710 17836 17536
Face 36490 19134 19135 19243
Face 36491 13366 34275 10331
Face 36492 19248 17262 19247
Face 36493 19031 28820 20625
Face 36494 17986 18077 18076
Face 36495 14890 14766 21028
Face 36496 18627 19153 17636
Face 36497 18291 18057 18053
Face 36498 17119 17209 17208
Face 36499 18562 18563 5323
Face 36500 17452 17451 17364
Face 36501 17027 17118 17117
Face 36502 11119 11058 32304
Face 36503 17365 17452 17364
Face 36504 17469 17558 17468
Face 36505 19011 19175 17872
Face 36506 18385 18435 17685
Face 36507 17184 17274 17183
Face 36508 17365 17364 17273
Face 36509 16848 16936 16847
Face 36510 30996 31095 30995
Face 36511 2042 2043 2171
Face 36512 17477 17566 17476
Face 36513 18105 18201 18200
Face 36514 20699 27730 27603
Face 36515 16685 16745 16744
Face 36516 17222 19114 16218
Face 36517 18695 18803 18802
Face 36518 17321 5747 18242
Face 36519 16812 16900 16811
Face 36520 16812 16811 16742
Face 36521 27332 27998 13002
Face 36522 26990 27332 13002
Face 36523 17539 17415 18486
Face 36524 18832 17539 18486
Face 36525 1713 1823 1822
Face 36526 18589 18590 18694
Face 36527 17150 18721 17878
Face 36528 17366 790 17365
Face 36529 17486 17127 17108
Face 36530 28299 27217 29482
Face 36531 16920 18390 17131
Face 36532 17929 1685 17530
Face 36533 17871 17322 1685
Face 36534 17398 19141 18674
Face 36535 16779 17871 1685
Face 36536 1015 17486 17834
Face 36537 18223 18231 19167
Face 36538 16764 16779 1685
Face 36539 19167 19207 18519
Face 36540 19207 17196 18519
Face 36541 18519 17196 18344
Face 36542 17196 19120 18344
Face 36543 18344 19120 18897
Face 36544 19120 17775 18897
Face 36545 18288 18100 17769
Face 36546 17861 17769 18100
Face 36547 17954 17481 18100
Face 36548 18288 17954 18100
Face 36549 17777 18007 17481
Face 36550 17954 17777 17481
Face 36551 17450 18628 18007
Face 36552 17777 17450 18007
Face 36553 1151 1038 1152
Face 36554 17450 17553 18628
Face 36555 16082 15929 17422
Face 36556 15807 4405 17403
Face 36557 17491 19221 18638
Face 36558 22526 17594 17507
Face 36559 18210 18306 18305
Face 36560 18114 18210 18209
Face 36561 29959 30020 29958
Face 36562 34119 6731 34242
Face 36563 16884 16883 16795
Face 36564 16796 16884 16795
Face 36565 16976 16975 16883
Face 36566 16884 16976 16883
Face 36567 17070 17069 16975
Face 36568 16976 17070 16975
Face 36569 17160 17159 17069
Face 36570 17070 17160 17069
Face 36571 17160 17250 17249
Face 36572 17159 17160 17249
Face 36573 15777 15778 15929
Face 36574 20823 20219 18339
Face 36575 17900 17991 20297
Face 36576 20380 17990 18082
Face 36577 18599 18704 18703
Face 36578 17184 17183 17093
Face 36579 17446 19224 18568
Face 36580 18924 17514 17331
Face 36581 34431 34784 34812
Face 36582 34585 34809 10921
Face 36583 17094 17093 17001
Face 36584 17203 17202 17112
Face 36585 18501 18502 18600
Face 36586 6843 6844 6947
Face 36587 16848 16849 16937
Face 36588 18601 18706 18705
Face 36589 16381 158 17587
Face 36590 17284 16859 29808
Face 36591 19248 19247 19138
Face 36592 17815 17454 16945
Face 36593 29809 17284 29808
Face 36594 28360 28359 28224
Face 36595 18201 18202 18297
Face 36596 18808 18912 18911
Face 36597 17209 17210 17300
Face 36598 17027 17028 17118
Face 36599 18081 18082 18176
Face 36600 17369 17104 5465
Face 36601 17475 17474 17388
Face 36602 934 17565 17566
Face 36603 2296 2684 29752
Face 36604 16994 16993 16901
Face 36605 17931 18880 14710
Face 36606 21266 21265 16859
Face 36607 18104 18105 18200
Face 36608 34449 29465 26813
Face 36609 16861 17195 17456
Face 36610 5908 18954 19149
Face 36611 18274 18369 18368
Face 36612 18337 19148 17878
Face 36613 26767 26881 26880
Face 36614 18562 5193 17567
Face 36615 29057 29056 28929
Face 36616 30364 30431 30363
Face 36617 2333 18816 2205
Face 36618 17284 21266 16859
Face 36619 28924 28923 28797
Face 36620 17566 17477 819
Face 36621 29352 18542 7121
Face 36622 17878 18721 18484
Face 36623 17798 17889 17888
Face 36624 7016 28303 29018
Face 36625 18666 17487 17820
Face 36626 21843 11434 6012
Face 36627 17929 17910 18887
Face 36628 17308 18857 18097
Face 36629 17135 17308 18097
Face 36630 18857 17624 18319
Face 36631 18097 18857 18319
Face 36632 17624 18063 17592
Face 36633 18319 17624 17592
Face 36634 18063 17393 15907
Face 36635 17592 18063 15907
Face 36636 17393 18713 17688
Face 36637 15907 17393 17688
Face 36638 18713 18160 19208
Face 36639 17688 18713 19208
Face 36640 18160 17455 18956
Face 36641 19208 18160 18956
Face 36642 17009 17008 18956
Face 36643 17455 17009 18956
Face 36644 18121 18120 17008
Face 36645 17009 18121 17008
Face 36646 19051 19030 18120
Face 36647 18121 19051 18120
Face 36648 18932 17750 19030
Face 36649 19051 18932 19030
Face 36650 19053 19052 17750
Face 36651 18932 19053 17750
Face 36652 17333 18710 19052
Face 36653 19053 17333 19052
Face 36654 18938 17836 18710
Face 36655 17333 18938 18710
Face 36656 34415 34371 34559
Face 36657 1612 1722 18311
Face 36658 29350 29351 18771
Face 36659 26926 28419 28361
Face 36660 11144 15733 22708
Face 36661 18311 18407 18406
Face 36662 5774 11616 14620
Face 36663 18497 18596 18595
Face 36664 17531 17635 17875
Face 36665 18884 18409 18641
Face 36666 16837 34123 16767
Face 36667 10767 4586 10642
Face 36668 18117 18118 18213
Face 36669 3962 3248 171
Face 36670 18474 18575 18473
Face 36671 20377 18078 20292
Face 36672 17875 18641 18530
Face 36673 17274 17365 17273
Face 36674 19029 19028 18919
Face 36675 17875 18884 18641
Face 36676 18991 18955 18990
Face 36677 17208 17207 17117
Face 36678 11585 11586 26357
Face 36679 17315 18950 17838
Face 36680 20978 20979 21265
Face 36681 26679 17236 28949
Face 36682 17560 17561 17649
Face 36683 17876 17697 19011
Face 36684 16743 16812 16742
Face 36685 16743 16742 16683
Face 36686 27758 29199 18447
Face 36687 24818 23597 20537
Face 36688 8375 1976 1855
Face 36689 2925 15594 15331
Face 36690 17442 17441 19727
Face 36691 17583 18584 18525
Face 36692 21540 7126 21539
Face 36693 19229 18745 18162
Face 36694 4889 5021 19064
Face 36695 28145 11008 27769
Face 36696 17834 17486 342
Face 36697 18705 18813 18812
Face 36698 17131 17398 18674
Face 36699 17935 16764 17929
Face 36700 18227 17897 17128
Face 36701 19141 17417 17692
Face 36702 17401 18227 17957
Face 36703 17897 18388 17128
Face 36704 17782 17401 17603
Face 36705 18227 17128 17957
Face 36706 17782 17603 18818
Face 36707 17896 17782 18818
Face 36708 17896 18818 18515
Face 36709 17401 17957 17603
Face 36710 12560 17950 17769
Face 36711 18514 17896 18515
Face 36712 17361 17954 18288
Face 36713 18684 17361 18288
Face 36714 18899 17777 17954
Face 36715 17361 18899 17954
Face 36716 19186 17450 17777
Face 36717 18899 19186 17777
Face 36718 18934 17553 17450
Face 36719 19186 18934 17450
Face 36720 3455 20918 21280
Face 36721 18934 18436 17553
Face 36722 18305 18401 18400
Face 36723 6822 16696 16697
Face 36724 18110 18111 18206
Face 36725 18207 18303 18302
Face 36726 19182 17513 17217
Face 36727 16729 16797 16796
Face 36728 6731 6730 34242
Face 36729 16885 16884 16796
Face 36730 16797 16885 16796
Face 36731 16977 16976 16884
Face 36732 16885 16977 16884
Face 36733 17071 17070 16976
Face 36734 16977 17071 16976
Face 36735 17161 17160 17070
Face 36736 17071 17161 17070
Face 36737 17251 17250 17160
Face 36738 17161 17251 17160
Face 36739 21641 21640 32882
Face 36740 33544 33819 32882
Face 36741 17027 17026 16934
Face 36742 16847 16935 16934
Face 36743 17094 17184 17093
Face 36744 17274 17273 17183
Face 36745 18290 18837 2163
Face 36746 16821 16822 16909
Face 36747 18023 18115 18114
Face 36748 8937 4458 2363
Face 36749 17002 17094 17001
Face 36750 12747 16691 16751
Face 36751 16846 16847 16934
Face 36752 17298 17299 17388
Face 36753 18297 18393 1823
Face 36754 29412 29543 29411
Face 36755 17114 17204 17203
Face 36756 17384 17383 17293
Face 36757 19130 19131 19239
Face 36758 16821 16751 16752
Face 36759 18905 18834 4810
Face 36760 18438 17335 19229
Face 36761 16919 17369 5465
Face 36762 1162 1270 1269
Face 36763 19047 18532 18637
Face 36764 18309 18310 18405
Face 36765 17649 17739 17738
Face 36766 16936 17028 17027
Face 36767 17828 17829 17920
Face 36768 21266 20978 21265
Face 36769 16902 16994 16901
Face 36770 17645 17646 1038
Face 36771 19256 30059 30121
Face 36772 33362 33361 33225
Face 36773 25325 25457 25422
Face 36774 479 480 587
Face 36775 26766 26767 26880
Face 36776 1823 1713 18297
Face 36777 20893 26335 7122
Face 36778 2552 2424 25656
Face 36779 29060 29059 28932
Face 36780 17510 17501 18330
Face 36781 27571 26302 25479
Face 36782 28008 6613 26701
Face 36783 17888 17889 17979
Face 36784 26992 27108 26991
Face 36785 18789 17734 17726
Face 36786 3695 18955 17691
Face 36787 18225 18322 33164
Face 36788 18212 18213 18308
Face 36789 28303 27571 27450
Face 36790 18721 18666 17820
Face 36791 22030 18066 22128
Face 36792 17935 18887 18152
Face 36793 18426 19215 17308
Face 36794 18066 18426 17308
Face 36795 19215 18004 18857
Face 36796 17308 19215 18857
Face 36797 18004 17665 17624
Face 36798 18857 18004 17624
Face 36799 17665 17662 18063
Face 36800 17624 17665 18063
Face 36801 17662 18478 17393
Face 36802 18063 17662 17393
Face 36803 18478 17191 18713
Face 36804 17393 18478 18713
Face 36805 17191 16858 18160
Face 36806 18713 17191 18160
Face 36807 16858 19006 17455
Face 36808 18160 16858 17455
Face 36809 17016 17009 17455
Face 36810 19006 17016 17455
Face 36811 18124 18121 17009
Face 36812 17016 18124 17009
Face 36813 19099 19051 18121
Face 36814 18124 19099 18121
Face 36815 19065 18932 19051
Face 36816 19099 19065 19051
Face 36817 19063 19053 18932
Face 36818 19065 19063 18932
Face 36819 17318 17333 19053
Face 36820 19063 17318 19053
Face 36821 17316 18938 17333
Face 36822 17318 17316 17333
Face 36823 17575 13484 18838
Face 36824 17316 18838 18938
Face 36825 18920 19029 18919
Face 36826 7131 6522 6398
Face 36827 18438 19229 158
Face 36828 18749 17635 17531
Face 36829 16852 16940 16851
Face 36830 14367 19066 12343
Face 36831 17033 17124 17123
Face 36832 17545 18631 18483
Face 36833 18199 1602 18103
Face 36834 1274 18027 18026
Face 36835 4991 16112 16113
Face 36836 19022 19132 19131
Face 36837 17531 18530 19176
Face 36838 19182 19181 17513
Face 36839 18705 18706 18813
Face 36840 17531 17875 18530
Face 36841 7811 17106 17147
Face 36842 17646 17645 17556
Face 36843 34539 34543 34276
Face 36844 18210 18211 18306
Face 36845 17116 17206 17115
Face 36846 17827 1261 17826
Face 36847 34722 34596 34745
Face 36848 18942 18926 17177
Face 36849 18596 18701 18700
Face 36850 17650 17740 17739
Face 36851 16682 33593 16683
Face 36852 20893 7122 26183
Face 36853 27473 27593 27472
Face 36854 29562 29561 29430
Face 36855 18168 19883 1875
Face 36856 25468 25467 23932
Face 36857 17618 17617 17528
Face 36858 17529 17528 17442
Face 36859 29272 29403 29402
Face 36860 18725 4800 4668
Face 36861 11181 26106 26105
Face 36862 27996 26792 25482
Face 36863 11095 6907 20979
Face 36864 17616 17617 17706
Face 36865 1685 17834 17530
Face 36866 18748 18854 17479
Face 36867 18071 16764 17935
Face 36868 18324 18071 17935
Face 36869 342 17486 17108
Face 36870 16764 1685 17929
Face 36871 17127 18223 18222
Face 36872 17108 17127 18222
Face 36873 18223 19167 19165
Face 36874 18222 18223 19165
Face 36875 19167 18519 19073
Face 36876 19073 18519 19079
Face 36877 19165 19167 19073
Face 36878 18519 18344 19079
Face 36879 17748 17361 18684
Face 36880 22518 22613 18684
Face 36881 18795 18899 17361
Face 36882 17748 18795 17361
Face 36883 17892 19186 18899
Face 36884 18795 17892 18899
Face 36885 18939 18934 19186
Face 36886 17892 18939 19186
Face 36887 18341 18436 18934
Face 36888 18939 18341 18934
Face 36889 16936 16937 17028
Face 36890 17655 18266 18267
Face 36891 19183 19182 17217
Face 36892 2163 18722 16955
Face 36893 18314 2163 16955
Face 36894 16730 16798 16797
Face 36895 13460 25853 6656
Face 36896 16886 16885 16797
Face 36897 16798 16886 16797
Face 36898 16978 16977 16885
Face 36899 16886 16978 16885
Face 36900 17072 17071 16977
Face 36901 16978 17072 16977
Face 36902 17162 17161 17071
Face 36903 17072 17162 17071
Face 36904 17162 17252 17251
Face 36905 17161 17162 17251
Face 36906 17252 17342 17341
Face 36907 17251 17252 17341
Face 36908 17517 19800 17431
Face 36909 17431 17430 17342
Face 36910 18750 17531 19176
Face 36911 17862 18750 19176
Face 36912 17002 17001 16909
Face 36913 18534 18690 18675
Face 36914 16753 16822 16821
Face 36915 16910 17002 16909
Face 36916 16752 16753 16821
Face 36917 16822 16910 16909
Face 36918 18836 17862 19176
Face 36919 553 17215 17302
Face 36920 18600 18601 18705
Face 36921 17648 17647 17558
Face 36922 17734 17735 5075
Face 36923 17739 17829 17828
Face 36924 17582 19154 17044
Face 36925 17784 18891 18884
Face 36926 17649 17648 17559
Face 36927 694 17381 17467
Face 36928 19150 17362 19246
Face 36929 17032 17033 17123
Face 36930 30110 30109 30047
Face 36931 18368 1917 18273
Face 36932 24503 22787 11573
Face 36933 34537 34625 34548
Face 36934 28544 28133 21380
Face 36935 24448 26098 26097
Face 36936 29516 24448 26097
Face 36937 17608 17699 17698
Face 36938 20624 19619 11053
Face 36939 11053 19619 18505
Face 36940 28797 28923 28796
Face 36941 2841 19233 2974
Face 36942 20978 11095 20979
Face 36943 27995 27862 20875
Face 36944 18252 19101 17605
Face 36945 17786 28020 28554
Face 36946 18330 18424 18323
Face 36947 21329 28539 21238
Face 36948 20201 17891 17800
Face 36949 11095 6738 14914
Face 36950 17797 17798 17888
Face 36951 6907 11095 14914
Face 36952 23 14927 18341
Face 36953 17889 17980 17979
Face 36954 17281 18190 17550
Face 36955 17413 17550 18190
Face 36956 18190 17663 17413
Face 36957 18426 18066 22031
Face 36958 17663 18524 18426
Face 36959 17413 17663 18426
Face 36960 18524 18054 19215
Face 36961 18426 18524 19215
Face 36962 18054 19050 18004
Face 36963 19215 18054 18004
Face 36964 19050 18347 17665
Face 36965 18004 19050 17665
Face 36966 18347 18228 17662
Face 36967 17665 18347 17662
Face 36968 18228 18895 18478
Face 36969 17662 18228 18478
Face 36970 18895 18382 17191
Face 36971 18478 18895 17191
Face 36972 18382 17399 16858
Face 36973 17191 18382 16858
Face 36974 17399 18157 19006
Face 36975 16858 17399 19006
Face 36976 17036 17016 19006
Face 36977 18157 17036 19006
Face 36978 18139 18124 17016
Face 36979 17036 18139 17016
Face 36980 19109 19099 18124
Face 36981 18139 19109 18124
Face 36982 17757 19065 19099
Face 36983 19109 17757 19099
Face 36984 19158 19063 19065
Face 36985 17757 19158 19065
Face 36986 18930 17318 19063
Face 36987 19158 18930 19063
Face 36988 18824 17316 17318
Face 36989 18930 18824 17318
Face 36990 16829 18838 17316
Face 36991 18824 16829 17316
Face 36992 18215 18311 18214
Face 36993 17823 12983 15883
Face 36994 17022 17023 17113
Face 36995 18380 18379 18284
Face 36996 16940 16939 16851
Face 36997 33397 33396 33260
Face 36998 18114 18115 18210
Face 36999 17835 17491 18534
Face 37000 19071 17635 18749
Face 37001 18402 18403 18497
Face 37002 17652 17742 17741
Face 37003 17313 17500 17403
Face 37004 18400 18495 18494
Face 37005 27629 27997 28417
Face 37006 18578 17446 18568
Face 37007 18706 18814 18813
Face 37008 17411 17011 19078
Face 37009 2083 2082 1956
Face 37010 19025 19135 19134
Face 37011 15595 18538 4628
Face 37012 17561 17650 17649
Face 37013 18399 18494 18493
Face 37014 10199 14028 11770
Face 37015 18206 18207 18302
Face 37016 18809 18913 18912
Face 37017 17471 17472 17560
Face 37018 6738 10999 6812
Face 37019 30059 19256 19255
Face 37020 6522 6635 16958
Face 37021 29019 29150 21886
Face 37022 17831 17923 17922
Face 37023 14245 14143 17535
Face 37024 17708 17707 17617
Face 37025 19963 17529 19886
Face 37026 19230 19067 3892
Face 37027 25133 25273 25272
Face 37028 27261 27262 24399
Face 37029 29311 29310 29180
Face 37030 17798 17797 17706
Face 37031 17527 17528 17616
Face 37032 17356 15614 17843
Face 37033 17392 17805 18038
Face 37034 1474 18093 1473
Face 37035 14914 6738 6812
Face 37036 2000 1438 18236
Face 37037 22892 11890 27138
Face 37038 18570 17723 18569
Face 37039 4366 4241 4367
Face 37040 1273 1166 1274
Face 37041 10999 20702 13390
Face 37042 1615 1616 1724
Face 37043 17711 16762 17788
Face 37044 6812 10999 13390
Face 37045 8841 16091 8945
Face 37046 17569 17748 19068
Face 37047 19068 22613 22134
Face 37048 18686 18795 17748
Face 37049 17569 18686 17748
Face 37050 18132 17892 18795
Face 37051 18686 18132 18795
Face 37052 19118 18939 17892
Face 37053 18132 19118 17892
Face 37054 19057 18341 18939
Face 37055 19118 19057 18939
Face 37056 18309 18405 18404
Face 37057 18266 17655 17644
Face 37058 18046 17633 17927
Face 37059 18184 18185 18282
Face 37060 18296 2163 18314
Face 37061 18633 18296 18314
Face 37062 20702 25417 24885
Face 37063 16799 16798 16730
Face 37064 32210 16730 32209
Face 37065 16799 16887 16886
Face 37066 16798 16799 16886
Face 37067 16887 16979 16978
Face 37068 16886 16887 16978
Face 37069 16979 17073 17072
Face 37070 16978 16979 17072
Face 37071 17073 17163 17162
Face 37072 17072 17073 17162
Face 37073 17163 17253 17252
Face 37074 17162 17163 17252
Face 37075 17253 17343 17342
Face 37076 17252 17253 17342
Face 37077 17343 17432 17431
Face 37078 17342 17343 17431
Face 37079 17865 18625 18329
Face 37080 17517 17518 19879
Face 37081 19152 17918 17514
Face 37082 594 7169 487
Face 37083 17600 18534 18675
Face 37084 17725 18604 18587
Face 37085 17835 18534 17600
Face 37086 17302 17835 17600
Face 37087 17648 17649 17738
Face 37088 19144 19220 18924
Face 37089 13390 20702 24885
Face 37090 25417 26126 26125
Face 37091 18834 18905 17735
Face 37092 18409 18099 17593
Face 37093 18021 18022 18113
Face 37094 17387 17473 17472
Face 37095 12590 15314 16778
Face 37096 24885 25417 26125
Face 37097 31693 31805 31692
Face 37098 32392 6898 32391
Face 37099 28398 28533 28397
Face 37100 28693 27754 28011
Face 37101 29181 29311 29180
Face 37102 29443 29442 29311
Face 37103 25635 25736 25735
Face 37104 25634 25635 25735
Face 37105 26097 26098 27382
Face 37106 26098 27390 27382
Face 37107 28937 26565 28408
Face 37108 17772 19312 21279
Face 37109 18006 19230 3892
Face 37110 26009 27216 6282
Face 37111 19139 2721 19248
Face 37112 18773 12090 18759
Face 37113 18323 6385 17224
Face 37114 17655 18267 1914
Face 37115 18412 27160 29326
Face 37116 16739 16738 26012
Face 37117 26704 27272 24476
Face 37118 17931 17955 20651
Face 37119 27887 27757 28550
Face 37120 30149 30150 30213
Face 37121 17281 17550 18629
Face 37122 28889 27273 16668
Face 37123 17584 17783 18190
Face 37124 17281 17584 18190
Face 37125 17783 18251 17663
Face 37126 18190 17783 17663
Face 37127 18251 17289 18524
Face 37128 17663 18251 18524
Face 37129 17289 19157 18054
Face 37130 18524 17289 18054
Face 37131 19157 17189 19050
Face 37132 18054 19157 19050
Face 37133 17189 17894 18347
Face 37134 19050 17189 18347
Face 37135 17894 18154 18228
Face 37136 18347 17894 18228
Face 37137 18154 17485 18895
Face 37138 18228 18154 18895
Face 37139 17485 17212 18382
Face 37140 18895 17485 18382
Face 37141 17212 17412 17399
Face 37142 18382 17212 17399
Face 37143 17412 17198 18157
Face 37144 17399 17412 18157
Face 37145 17037 17036 18157
Face 37146 17198 17037 18157
Face 37147 18141 18139 17036
Face 37148 17037 18141 17036
Face 37149 19110 19109 18139
Face 37150 18141 19110 18139
Face 37151 17279 17757 19109
Face 37152 19110 17279 19109
Face 37153 19168 19158 17757
Face 37154 17279 19168 17757
Face 37155 18775 18930 19158
Face 37156 19168 18775 19158
Face 37157 17305 18824 18930
Face 37158 18775 17305 18930
Face 37159 18605 16829 18824
Face 37160 17305 18605 18824
Face 37161 17842 18605 18634
Face 37162 18605 17842 16829
Face 37163 6512 329 10381
Face 37164 16218 19114 17280
Face 37165 18955 3800 17625
Face 37166 17998 17997 17906
Face 37167 2205 18708 2078
Face 37168 17514 17918 19210
Face 37169 18498 18597 18596
Face 37170 18708 18816 18707
Face 37171 34578 21648 34642
Face 37172 18108 18109 18204
Face 37173 16688 16689 16750
Face 37174 18399 18400 18494
Face 37175 29752 2684 27958
Face 37176 18816 18815 18707
Face 37177 14198 5527 525
Face 37178 17320 5325 18566
Face 37179 18915 18916 19024
Face 37180 18703 18704 18811
Face 37181 17557 17556 17467
Face 37182 17723 18578 17722
Face 37183 19240 18290 18296
Face 37184 16958 18318 24557
Face 37185 18118 18214 18213
Face 37186 16839 16840 16927
Face 37187 18853 18737 17847
Face 37188 22819 15196 22773
Face 37189 18337 18225 33164
Face 37190 29066 29068 19198
Face 37191 18081 18176 18175
Face 37192 17640 18671 18345
Face 37193 17799 17798 17707
Face 37194 17708 17799 17707
Face 37195 3983 17806 18516
Face 37196 19550 17244 19632
Face 37197 31915 31914 31807
Face 37198 33146 21733 21732
Face 37199 17617 17707 17706
Face 37200 18814 18918 18917
Face 37201 17269 17392 18038
Face 37202 17805 18439 18440
Face 37203 18674 18896 17397
Face 37204 17131 18674 17397
Face 37205 17692 18511 18896
Face 37206 18674 17692 18896
Face 37207 17692 17503 17504
Face 37208 17504 17503 19216
Face 37209 18511 17692 17504
Face 37210 17503 18903 19216
Face 37211 18903 17105 16862
Face 37212 19216 18903 16862
Face 37213 17105 17512 17573
Face 37214 16862 17105 17573
Face 37215 17747 17569 17287
Face 37216 17287 19068 22134
Face 37217 18195 18686 17569
Face 37218 17747 18195 17569
Face 37219 18533 18132 18686
Face 37220 18195 18533 18686
Face 37221 17554 19118 18132
Face 37222 18533 17554 18132
Face 37223 6166 8979 6288
Face 37224 14955 1456 15087
Face 37225 3505 553 17490
Face 37226 17841 17464 17677
Face 37227 18046 17927 17334
Face 37228 19224 17446 18626
Face 37229 19239 18296 18633
Face 37230 19238 19239 18633
Face 37231 11385 34282 34639
Face 37232 1763 5211 10227
Face 37233 29335 29670 29206
Face 37234 26126 27452 27451
Face 37235 26125 26126 27451
Face 37236 16732 16800 16799
Face 37237 24510 24372 24511
Face 37238 16800 16888 16887
Face 37239 16799 16800 16887
Face 37240 16888 16980 16979
Face 37241 16887 16888 16979
Face 37242 16980 17074 17073
Face 37243 16979 16980 17073
Face 37244 17074 17164 17163
Face 37245 17073 17074 17163
Face 37246 17164 17254 17253
Face 37247 17163 17164 17253
Face 37248 17254 17344 17343
Face 37249 17253 17254 17343
Face 37250 17344 17433 17432
Face 37251 17343 17344 17432
Face 37252 17433 17519 17518
Face 37253 17432 17433 17518
Face 37254 17608 17698 19954
Face 37255 17519 17608 17518
Face 37256 1943 1942 1823
Face 37257 15618 16547 19100
Face 37258 18891 17756 17623
Face 37259 16730 32210 16731
Face 37260 3253 17447 3119
Face 37261 18106 18107 18202
Face 37262 19183 17217 17494
Face 37263 19077 19183 17494
Face 37264 18810 18811 18914
Face 37265 19180 17107 17934
Face 37266 18188 18286 18187
Face 37267 17923 17924 18013
Face 37268 27452 29188 29149
Face 37269 27451 27452 29149
Face 37270 25488 23311 30828
Face 37271 24387 24162 24386
Face 37272 30828 30827 25488
Face 37273 34750 34541 34346
Face 37274 27882 26329 28431
Face 37275 29312 29443 29311
Face 37276 20158 22680 12088
Face 37277 23078 23079 23135
Face 37278 27382 27390 29084
Face 37279 27390 29085 29084
Face 37280 7018 20624 6611
Face 37281 29081 27216 26009
Face 37282 16962 29081 26009
Face 37283 27733 29410 29407
Face 37284 26413 26420 27699
Face 37285 25769 25876 25875
Face 37286 5246 6281 29073
Face 37287 2555 2426 24455
Face 37288 34694 34509 34364
Face 37289 27498 24366 29601
Face 37290 24854 18781 20619
Face 37291 34798 34521 34309
Face 37292 25645 8344 27496
Face 37293 27155 29194 29324
Face 37294 34297 34511 34704
Face 37295 33171 18738 17584
Face 37296 17727 17228 17783
Face 37297 17584 17727 17783
Face 37298 17228 18892 18251
Face 37299 17783 17228 18251
Face 37300 18892 18536 17289
Face 37301 18251 18892 17289
Face 37302 18536 18151 19157
Face 37303 17289 18536 19157
Face 37304 18151 17837 17189
Face 37305 19157 18151 17189
Face 37306 17837 18230 17894
Face 37307 17189 17837 17894
Face 37308 18230 18136 18154
Face 37309 17894 18230 18154
Face 37310 18136 18062 17485
Face 37311 18154 18136 17485
Face 37312 18062 17429 17212
Face 37313 17485 18062 17212
Face 37314 17429 18798 17412
Face 37315 17212 17429 17412
Face 37316 18798 18321 17198
Face 37317 17412 18798 17198
Face 37318 18321 17047 17037
Face 37319 17198 18321 17037
Face 37320 17047 18144 18141
Face 37321 17037 17047 18141
Face 37322 18144 19111 19110
Face 37323 18141 18144 19110
Face 37324 19111 17546 17279
Face 37325 19110 19111 17279
Face 37326 17546 19169 19168
Face 37327 17279 17546 19168
Face 37328 17916 18775 19168
Face 37329 19169 17916 19168
Face 37330 19035 17305 18775
Face 37331 17916 19035 18775
Face 37332 17142 18605 17305
Face 37333 19035 17142 17305
Face 37334 23770 24228 19931
Face 37335 20610 32539 26421
Face 37336 19024 19134 19133
Face 37337 18834 17735 17734
Face 37338 16939 16940 17031
Face 37339 19023 19024 19133
Face 37340 17120 17121 17210
Face 37341 17907 17998 17906
Face 37342 19133 19134 19242
Face 37343 13996 15088 13994
Face 37344 30235 30300 30299
Face 37345 18147 17464 17841
Face 37346 18203 18299 18298
Face 37347 16820 16819 16750
Face 37348 18093 1586 18188
Face 37349 29188 2678 2806
Face 37350 17591 17599 18562
Face 37351 29149 29188 2806
Face 37352 17596 17403 17394
Face 37353 19024 19025 19134
Face 37354 17372 17874 18959
Face 37355 18852 17372 18959
Face 37356 17029 17120 17119
Face 37357 18377 18378 18471
Face 37358 17898 18776 19106
Face 37359 18776 18009 18163
Face 37360 17898 19106 16916
Face 37361 18009 18687 18163
Face 37362 18039 17898 16916
Face 37363 18776 18163 19106
Face 37364 17618 17708 17617
Face 37365 17887 17888 17978
Face 37366 17799 17890 17889
Face 37367 17798 17799 17889
Face 37368 3892 19067 4020
Face 37369 16850 16938 16849
Face 37370 34813 34666 34441
Face 37371 18255 27332 6918
Face 37372 17528 17617 17616
Face 37373 2678 29741 29623
Face 37374 18038 17805 18440
Face 37375 18439 17404 17668
Face 37376 19079 17406 18847
Face 37377 18432 32425 19116
Face 37378 19073 19079 17445
Face 37379 17445 19079 18847
Face 37380 19165 19073 18295
Face 37381 18295 19073 17445
Face 37382 18222 19165 19163
Face 37383 19163 19165 18295
Face 37384 17099 17108 18218
Face 37385 18218 18222 19163
Face 37386 17287 22037 18780
Face 37387 18780 17669 18793
Face 37388 17568 17747 18780
Face 37389 18793 17568 18780
Face 37390 18526 18195 17747
Face 37391 17568 18526 17747
Face 37392 18391 18533 18195
Face 37393 18526 18391 18195
Face 37394 17465 17554 18533
Face 37395 18391 17465 18533
Face 37396 16208 19057 436
Face 37397 27110 27111 27226
Face 37398 17302 17600 17423
Face 37399 18640 17593 18747
Face 37400 19229 18162 16062
Face 37401 17381 694 17380
Face 37402 19130 19239 19238
Face 37403 19129 19130 19238
Face 37404 14023 18067 15184
Face 37405 18910 18911 19019
Face 37406 18394 18489 18488
Face 37407 1392 18123 1391
Face 37408 17633 17599 17927
Face 37409 17671 18535 17545
Face 37410 17026 17027 17117
Face 37411 16664 27157 27101
Face 37412 27739 12207 12109
Face 37413 16733 16801 16800
Face 37414 16731 32318 16732
Face 37415 16801 16889 16888
Face 37416 16800 16801 16888
Face 37417 16889 16981 16980
Face 37418 16888 16889 16980
Face 37419 16981 17075 17074
Face 37420 16980 16981 17074
Face 37421 17075 17165 17164
Face 37422 17074 17075 17164
Face 37423 17165 17255 17254
Face 37424 17164 17165 17254
Face 37425 17255 17345 17344
Face 37426 17254 17255 17344
Face 37427 17345 17434 17433
Face 37428 17344 17345 17433
Face 37429 17434 17520 17519
Face 37430 17433 17434 17519
Face 37431 17609 17608 17519
Face 37432 17520 17609 17519
Face 37433 17699 20031 17698
Face 37434 17609 17699 17608
Face 37435 17744 18627 17636
Face 37436 17791 20114 17790
Face 37437 18107 18203 18202
Face 37438 18202 18203 18298
Face 37439 17205 17204 17114
Face 37440 16908 16907 16819
Face 37441 17182 17272 17181
Face 37442 18915 19024 19023
Face 37443 17207 17208 17298
Face 37444 17476 17475 17389
Face 37445 17555 18728 33422
Face 37446 6034 28437 20574
Face 37447 28933 25429 29839
Face 37448 20606 17857 29761
Face 37449 27827 27829 29460
Face 37450 29461 18445 5513
Face 37451 23029 28933 29839
Face 37452 28269 26472 27623
Face 37453 19763 23956 23393
Face 37454 2424 3588 25656
Face 37455 29084 29085 19195
Face 37456 29085 19196 19195
Face 37457 651 7018 7130
Face 37458 650 651 7130
Face 37459 24595 2688 2425
Face 37460 18822 2679 18357
Face 37461 19463 25984 19464
Face 37462 25542 25543 26413
Face 37463 29417 29548 29547
Face 37464 15306 29472 29470
Face 37465 21702 21703 21799
Face 37466 23135 14119 29604
Face 37467 10711 23292 6639
Face 37468 33168 33289 6037
Face 37469 24506 27130 28436
Face 37470 26446 25978 26986
Face 37471 31532 31425 11168
Face 37472 23070 28417 27997
Face 37473 17317 18965 17228
Face 37474 17727 17317 17228
Face 37475 18965 17947 18892
Face 37476 17228 18965 18892
Face 37477 17947 17230 18536
Face 37478 18892 17947 18536
Face 37479 17230 18462 18151
Face 37480 18536 17230 18151
Face 37481 18462 17190 17837
Face 37482 18151 18462 17837
Face 37483 17190 18623 18230
Face 37484 17837 17190 18230
Face 37485 18623 17058 18136
Face 37486 18230 18623 18136
Face 37487 17058 18429 18062
Face 37488 18136 17058 18062
Face 37489 18429 17370 17429
Face 37490 18062 18429 17429
Face 37491 17370 18902 18798
Face 37492 17429 17370 18798
Face 37493 18902 18158 18321
Face 37494 18798 18902 18321
Face 37495 17048 17047 18321
Face 37496 18158 17048 18321
Face 37497 18149 18144 17047
Face 37498 17048 18149 17047
Face 37499 19112 19111 18144
Face 37500 18149 19112 18144
Face 37501 19112 18668 17546
Face 37502 19111 19112 17546
Face 37503 18668 19219 19169
Face 37504 17546 18668 19169
Face 37505 19219 18096 17916
Face 37506 19169 19219 17916
Face 37507 18096 19034 19035
Face 37508 17916 18096 19035
Face 37509 291 33787 33568
Face 37510 19034 18430 19035
Face 37511 28634 29145 27895
Face 37512 29026 29157 29156
Face 37513 20652 2787 23171
Face 37514 32563 32562 32445
Face 37515 17390 17476 17389
Face 37516 17476 17565 17475
Face 37517 17565 17564 17475
Face 37518 18597 18598 18702
Face 37519 18614 16947 5530
Face 37520 4213 18414 18419
Face 37521 17182 17181 17091
Face 37522 16751 16820 16750
Face 37523 18299 18395 18394
Face 37524 19022 19023 19132
Face 37525 16746 16745 16685
Face 37526 33507 33634 33506
Face 37527 18704 18812 18811
Face 37528 24226 26540 26539
Face 37529 18220 18316 18315
Face 37530 34312 34568 34757
Face 37531 20016 24671 12552
Face 37532 34514 34626 34780
Face 37533 17552 17372 18852
Face 37534 34714 25683 34429
Face 37535 17932 18777 17911
Face 37536 17238 17932 17911
Face 37537 16991 16990 16898
Face 37538 16811 16899 16810
Face 37539 18784 33415 27249
Face 37540 18060 17684 16380
Face 37541 18175 18176 18273
Face 37542 19633 19632 17244
Face 37543 20365 17980 17981
Face 37544 17889 17890 17980
Face 37545 16938 17030 17029
Face 37546 2209 2082 2210
Face 37547 18255 6918 25493
Face 37548 22342 17547 17553
Face 37549 17594 22526 21187
Face 37550 17447 18348 16860
Face 37551 18440 18439 17668
Face 37552 17404 18515 18615
Face 37553 28303 6280 27571
Face 37554 1883 20719 27164
Face 37555 17265 18479 17480
Face 37556 18858 17265 17480
Face 37557 17461 18246 18900
Face 37558 17760 17461 18900
Face 37559 18246 18324 18152
Face 37560 18900 18246 18152
Face 37561 34462 7923 34648
Face 37562 18858 17480 17605
Face 37563 17448 18793 17360
Face 37564 22324 17360 17669
Face 37565 17657 17568 18793
Face 37566 17448 17657 18793
Face 37567 17988 18526 17568
Face 37568 17657 17988 17568
Face 37569 18415 18391 18526
Face 37570 17988 18415 18526
Face 37571 18415 18948 17465
Face 37572 18391 18415 17465
Face 37573 17271 17363 19748
Face 37574 19211 3759 3629
Face 37575 17490 17302 17423
Face 37576 5453 5323 5324
Face 37577 18113 18114 18209
Face 37578 17633 18565 18563
Face 37579 19020 19130 19129
Face 37580 18806 18807 18910
Face 37581 18574 18678 18573
Face 37582 19019 19020 19129
Face 37583 18581 14320 18644
Face 37584 18703 18811 18810
Face 37585 19134 19243 19242
Face 37586 18914 18915 19023
Face 37587 18404 18499 18498
Face 37588 17334 17927 18744
Face 37589 18498 18499 18597
Face 37590 17587 18711 17372
Face 37591 17465 18948 1454
Face 37592 17281 33171 17584
Face 37593 23496 23923 23416
Face 37594 16734 16802 16801
Face 37595 16733 16734 16801
Face 37596 16802 16890 16889
Face 37597 16801 16802 16889
Face 37598 16890 16982 16981
Face 37599 16889 16890 16981
Face 37600 16982 17076 17075
Face 37601 16981 16982 17075
Face 37602 17076 17166 17165
Face 37603 17075 17076 17165
Face 37604 17166 17256 17255
Face 37605 17165 17166 17255
Face 37606 17256 17346 17345
Face 37607 17255 17256 17345
Face 37608 17346 17435 17434
Face 37609 17345 17346 17434
Face 37610 17435 17521 17520
Face 37611 17434 17435 17520
Face 37612 17610 17609 17520
Face 37613 17521 17610 17520
Face 37614 17700 17699 17609
Face 37615 17610 17700 17609
Face 37616 17791 17790 17699
Face 37617 17700 17791 17699
Face 37618 19021 19131 19130
Face 37619 17883 17882 17791
Face 37620 16820 16908 16819
Face 37621 17092 17091 16999
Face 37622 17042 18061 19076
Face 37623 17113 17114 17203
Face 37624 17134 16945 19039
Face 37625 19247 19150 19246
Face 37626 34528 34770 34293
Face 37627 32687 32820 32686
Face 37628 27600 32656 27601
Face 37629 28386 28387 28521
Face 37630 25573 25572 25488
Face 37631 23194 23029 29838
Face 37632 34805 34422 28004
Face 37633 2552 25656 29750
Face 37634 25316 23194 29825
Face 37635 19195 19196 29347
Face 37636 19196 29458 29347
Face 37637 2295 651 650
Face 37638 2170 2295 650
Face 37639 25875 25876 25982
Face 37640 27216 27506 6282
Face 37641 24196 25316 29825
Face 37642 7013 28695 28566
Face 37643 26474 26475 27863
Face 37644 34809 34656 34698
Face 37645 34668 34338 34370
Face 37646 31536 34053 33284
Face 37647 29772 24192 29771
Face 37648 24388 24387 29217
Face 37649 16369 21384 22237
Face 37650 29324 29194 20987
Face 37651 34814 34416 34711
Face 37652 30720 11058 11057
Face 37653 18040 17014 18965
Face 37654 17317 18040 18965
Face 37655 17014 17418 17947
Face 37656 18965 17014 17947
Face 37657 17418 17765 17230
Face 37658 17947 17418 17230
Face 37659 17765 17948 18462
Face 37660 17230 17765 18462
Face 37661 17948 17962 17190
Face 37662 18462 17948 17190
Face 37663 17962 17607 18623
Face 37664 17190 17962 18623
Face 37665 17607 18153 17058
Face 37666 18623 17607 17058
Face 37667 18153 17223 18429
Face 37668 17058 18153 18429
Face 37669 17223 18338 17370
Face 37670 18429 17223 17370
Face 37671 18338 17879 18902
Face 37672 17370 18338 18902
Face 37673 17879 17188 18158
Face 37674 18902 17879 18158
Face 37675 17188 17049 17048
Face 37676 18158 17188 17048
Face 37677 17049 18166 18149
Face 37678 17048 17049 18149
Face 37679 18166 19113 19112
Face 37680 18149 18166 19112
Face 37681 19113 17770 18668
Face 37682 19112 19113 18668
Face 37683 17770 19045 19219
Face 37684 18668 17770 19219
Face 37685 19045 17849 18096
Face 37686 19219 19045 18096
Face 37687 17849 18244 19034
Face 37688 18096 17849 19034
Face 37689 18241 17780 21190
Face 37690 19034 18244 18430
Face 37691 649 27997 27629
Face 37692 18029 17492 16924
Face 37693 17029 17030 17120
Face 37694 692 579 693
Face 37695 2580 2581 2711
Face 37696 23491 2815 22271
Face 37697 18788 2563 2434
Face 37698 16838 16926 16925
Face 37699 7708 10813 1092
Face 37700 17559 17558 17469
Face 37701 15883 556 13861
Face 37702 17092 17182 17091
Face 37703 12501 12590 31773
Face 37704 17823 17483 18058
Face 37705 18058 17822 17823
Face 37706 17823 17822 18724
Face 37707 17822 18830 18724
Face 37708 11674 3032 26786
Face 37709 18830 17968 18819
Face 37710 25741 19520 19602
Face 37711 17732 17731 18819
Face 37712 17968 17732 18819
Face 37713 17140 17040 19172
Face 37714 17732 19171 17731
Face 37715 18736 19155 18777
Face 37716 17932 18736 18777
Face 37717 17312 17540 19145
Face 37718 17540 17040 19145
Face 37719 11531 16032 9867
Face 37720 19008 17312 18477
Face 37721 19002 18059 18060
Face 37722 29351 29352 7121
Face 37723 33362 33495 33361
Face 37724 29067 34595 26788
Face 37725 19104 17602 17371
Face 37726 17738 17828 17827
Face 37727 26179 26181 27477
Face 37728 27593 27592 27472
Face 37729 17971 18336 5532
Face 37730 18986 18985 536
Face 37731 17668 17404 18615
Face 37732 18818 18002 18615
Face 37733 22718 26102 26100
Face 37734 12983 17823 18724
Face 37735 18790 16782 18479
Face 37736 17265 18790 18479
Face 37737 18041 17839 22416
Face 37738 13069 14089 655
Face 37739 18733 17839 17858
Face 37740 17233 19107 18041
Face 37741 17360 18733 17448
Face 37742 19107 17858 17839
Face 37743 17802 17448 18733
Face 37744 17858 17802 18733
Face 37745 18044 17657 17448
Face 37746 17802 18044 17448
Face 37747 18583 17988 17657
Face 37748 18044 18583 17657
Face 37749 17425 18415 17988
Face 37750 18583 17425 17988
Face 37751 17425 18528 18948
Face 37752 18415 17425 18948
Face 37753 3209 1567 172
Face 37754 5322 18562 5323
Face 37755 7336 7337 1113
Face 37756 17600 18675 18570
Face 37757 18698 18699 18806
Face 37758 6158 14395 14320
Face 37759 18911 19020 19019
Face 37760 18593 18594 18698
Face 37761 16942 17034 17033
Face 37762 18807 18911 18910
Face 37763 24195 19857 19858
Face 37764 16837 16838 16925
Face 37765 16946 18644 14923
Face 37766 18644 17453 18581
Face 37767 17565 17654 17564
Face 37768 18639 19845 18191
Face 37769 693 17380 694
Face 37770 18380 18474 18473
Face 37771 14208 17407 14774
Face 37772 17041 17306 18540
Face 37773 2082 2209 18712
Face 37774 18835 17313 17596
Face 37775 2163 18837 18722
Face 37776 16678 16679 16734
Face 37777 34322 34377 11358
Face 37778 16803 16802 16734
Face 37779 16735 16803 16734
Face 37780 16891 16890 16802
Face 37781 16803 16891 16802
Face 37782 16891 16983 16982
Face 37783 16890 16891 16982
Face 37784 16983 17077 17076
Face 37785 16982 16983 17076
Face 37786 17077 17167 17166
Face 37787 17076 17077 17166
Face 37788 17167 17257 17256
Face 37789 17166 17167 17256
Face 37790 17257 17347 17346
Face 37791 17256 17257 17346
Face 37792 17347 17436 17435
Face 37793 17346 17347 17435
Face 37794 17436 17522 17521
Face 37795 17435 17436 17521
Face 37796 17611 17610 17521
Face 37797 17522 17611 17521
Face 37798 17701 17700 17610
Face 37799 17611 17701 17610
Face 37800 17792 17791 17700
Face 37801 17701 17792 17700
Face 37802 17974 17883 17884
Face 37803 17792 17883 17791
Face 37804 17000 17092 16999
Face 37805 16739 16808 16738
Face 37806 26881 26994 26993
Face 37807 19144 18924 17375
Face 37808 1454 18948 18528
Face 37809 18015 18016 18107
Face 37810 21611 21705 29061
Face 37811 24167 18866 2938
Face 37812 28786 28912 28911
Face 37813 28250 28251 28384
Face 37814 32266 32372 32265
Face 37815 32372 32484 32483
Face 37816 28544 28408 28133
Face 37817 29303 29434 29302
Face 37818 30085 30147 30146
Face 37819 29458 22145 29347
Face 37820 22461 22365 29674
Face 37821 2170 22650 21637
Face 37822 29050 29049 28922
Face 37823 34388 34311 34443
Face 37824 27638 27769 27356
Face 37825 25984 19382 25877
Face 37826 22996 24196 29825
Face 37827 30658 30757 30657
Face 37828 18646 18772 19096
Face 37829 20402 20403 29330
Face 37830 29431 29430 29299
Face 37831 29300 29431 29299
Face 37832 22066 22067 22163
Face 37833 28632 28631 28494
Face 37834 26531 25473 16676
Face 37835 29337 26531 16676
Face 37836 18717 16923 17014
Face 37837 18040 17317 34053
Face 37838 16923 16780 17418
Face 37839 17014 16923 17418
Face 37840 16780 18332 17765
Face 37841 17418 16780 17765
Face 37842 18332 18145 17948
Face 37843 17765 18332 17948
Face 37844 18145 17868 17962
Face 37845 17948 18145 17962
Face 37846 17868 17402 17607
Face 37847 17962 17868 17607
Face 37848 17402 17462 18153
Face 37849 17607 17402 18153
Face 37850 17462 18850 17223
Face 37851 18153 17462 17223
Face 37852 18850 19012 18338
Face 37853 17223 18850 18338
Face 37854 19012 18312 17879
Face 37855 18338 19012 17879
Face 37856 18312 18417 17188
Face 37857 17879 18312 17188
Face 37858 18417 17050 17049
Face 37859 17188 18417 17049
Face 37860 17050 18189 18166
Face 37861 17049 17050 18166
Face 37862 18189 19122 19113
Face 37863 18166 18189 19113
Face 37864 17949 17770 19113
Face 37865 19122 17949 19113
Face 37866 17949 18531 19045
Face 37867 17770 17949 19045
Face 37868 17939 17849 19045
Face 37869 18531 17939 19045
Face 37870 18465 18244 17849
Face 37871 17939 18465 17849
Face 37872 29541 19037 18352
Face 37873 12587 17540 16033
Face 37874 19027 19137 19026
Face 37875 19246 19245 19136
Face 37876 19173 17102 18950
Face 37877 3892 4019 3891
Face 37878 18483 17511 17533
Face 37879 17697 18483 17533
Face 37880 12113 11529 11158
Face 37881 32393 7007 6899
Face 37882 31477 31586 31476
Face 37883 18553 6286 26559
Face 37884 29819 24725 24586
Face 37885 34315 34275 34515
Face 37886 24448 27215 26098
Face 37887 17855 18095 17822
Face 37888 18058 17855 17822
Face 37889 18095 17421 18830
Face 37890 17822 18095 18830
Face 37891 17421 18150 17968
Face 37892 18830 17421 17968
Face 37893 18320 17732 17968
Face 37894 18150 18320 17968
Face 37895 17581 19171 17732
Face 37896 18320 17581 17732
Face 37897 19765 19172 12587
Face 37898 17581 17853 19171
Face 37899 18848 19145 17140
Face 37900 17853 18848 17140
Face 37901 17310 17312 19145
Face 37902 18848 17310 19145
Face 37903 12011 26076 17496
Face 37904 17310 18477 17312
Face 37905 34422 34527 34788
Face 37906 18477 18045 19008
Face 37907 17737 17738 17827
Face 37908 17861 17086 17951
Face 37909 18669 20200 19933
Face 37910 18995 19005 17100
Face 37911 17908 17999 17907
Face 37912 34765 34805 34509
Face 37913 18515 18818 18615
Face 37914 17603 17789 18002
Face 37915 29929 29928 29874
Face 37916 20292 18078 17986
Face 37917 30820 30918 30819
Face 37918 18635 6836 17395
Face 37919 17328 17233 18635
Face 37920 18935 17328 18635
Face 37921 18328 19107 17233
Face 37922 17328 18328 17233
Face 37923 17679 17858 19107
Face 37924 18328 17679 19107
Face 37925 17548 17802 17858
Face 37926 17679 17548 17858
Face 37927 18043 18044 17802
Face 37928 17548 18043 17802
Face 37929 18482 18583 18044
Face 37930 18043 18482 18044
Face 37931 17542 17425 18583
Face 37932 18482 17542 18583
Face 37933 1270 1163 1271
Face 37934 17425 17542 18528
Face 37935 17423 17600 18570
Face 37936 1614 18315 1723
Face 37937 19180 17934 18147
Face 37938 34597 34422 34805
Face 37939 18494 18495 18593
Face 37940 18699 18807 18806
Face 37941 17102 18314 17454
Face 37942 18594 18699 18698
Face 37943 25675 25676 25785
Face 37944 1246 1245 1137
Face 37945 16946 17453 18644
Face 37946 20137 20056 17718
Face 37947 18639 18191 17453
Face 37948 16946 18639 17453
Face 37949 17000 16999 16907
Face 37950 1259 1152 1260
Face 37951 29962 29961 29903
Face 37952 16908 17000 16907
Face 37953 19633 17244 17245
Face 37954 3697 17825 18053
Face 37955 18176 18177 18274
Face 37956 18920 2333 2461
Face 37957 16842 16930 16929
Face 37958 17374 17824 4996
Face 37959 7169 594 486
Face 37960 12790 12699 12700
Face 37961 16736 16804 16803
Face 37962 30921 31020 31019
Face 37963 16804 16892 16891
Face 37964 16803 16804 16891
Face 37965 16984 16983 16891
Face 37966 16892 16984 16891
Face 37967 17078 17077 16983
Face 37968 16984 17078 16983
Face 37969 17078 17168 17167
Face 37970 17077 17078 17167
Face 37971 17168 17258 17257
Face 37972 17167 17168 17257
Face 37973 17258 17348 17347
Face 37974 17257 17258 17347
Face 37975 17348 17437 17436
Face 37976 17347 17348 17436
Face 37977 17437 17523 17522
Face 37978 17436 17437 17522
Face 37979 17523 17612 17611
Face 37980 17522 17523 17611
Face 37981 17612 17702 17701
Face 37982 17611 17612 17701
Face 37983 17793 17792 17701
Face 37984 17702 17793 17701
Face 37985 17884 17883 17792
Face 37986 17793 17884 17792
Face 37987 17975 17976 20278
Face 37988 17974 20277 20276
Face 37989 3768 3900 18748
Face 37990 1713 18199 18200
Face 37991 14927 3161 18436
Face 37992 34739 26072 34801
Face 37993 24725 29819 29828
Face 37994 25974 26085 26084
Face 37995 24369 24508 26988
Face 37996 11212 34636 34479
Face 37997 28785 28786 28911
Face 37998 28142 28143 28815
Face 37999 32692 32825 32691
Face 38000 28668 28667 28532
Face 38001 2552 20283 15154
Face 38002 18973 20981 4888
Face 38003 7024 6579 6813
Face 38004 21637 2295 2170
Face 38005 28533 28532 28397
Face 38006 31417 31523 31416
Face 38007 29470 29472 10987
Face 38008 26095 26096 27379
Face 38009 27356 7013 28566
Face 38010 27623 20803 18969
Face 38011 29819 24586 29820
Face 38012 18646 18979 11165
Face 38013 19096 18772 27486
Face 38014 27473 27472 27353
Face 38015 27354 27473 27353
Face 38016 28632 28760 28631
Face 38017 28760 28759 28631
Face 38018 2809 28156 28682
Face 38019 26564 2809 28682
Face 38020 19117 17586 16923
Face 38021 17014 18040 18717
Face 38022 17586 17787 16780
Face 38023 16923 17586 16780
Face 38024 17787 17213 18332
Face 38025 16780 17787 18332
Face 38026 17213 17516 18145
Face 38027 18332 17213 18145
Face 38028 17516 18049 17868
Face 38029 18145 17516 17868
Face 38030 18049 17803 17402
Face 38031 17868 18049 17402
Face 38032 17803 17627 17462
Face 38033 17402 17803 17462
Face 38034 17627 17376 18850
Face 38035 17462 17627 18850
Face 38036 18164 19012 18850
Face 38037 17376 18164 18850
Face 38038 17745 18312 19012
Face 38039 18164 17745 19012
Face 38040 17595 18417 18312
Face 38041 17745 17595 18312
Face 38042 17595 17051 17050
Face 38043 18417 17595 17050
Face 38044 17051 18198 18189
Face 38045 17050 17051 18189
Face 38046 18198 19140 19122
Face 38047 18189 18198 19122
Face 38048 19140 4220 17949
Face 38049 19122 19140 17949
Face 38050 4220 18992 18531
Face 38051 17949 4220 18531
Face 38052 18992 17848 17939
Face 38053 18531 18992 17939
Face 38054 17848 17039 18465
Face 38055 17939 17848 18465
Face 38056 27571 27697 26302
Face 38057 18465 17039 17424
Face 38058 18690 18774 17725
Face 38059 17362 18481 19245
Face 38060 34360 34790 34767
Face 38061 4799 4668 4800
Face 38062 28367 28366 28232
Face 38063 28233 28232 28095
Face 38064 17781 18564 17580
Face 38065 26433 26551 26550
Face 38066 25862 25863 25973
Face 38067 6286 6725 27388
Face 38068 6725 18943 27388
Face 38069 31992 10223 10345
Face 38070 30212 30277 30211
Face 38071 19048 18003 18095
Face 38072 17855 19048 18095
Face 38073 18003 17682 17421
Face 38074 18095 18003 17421
Face 38075 17682 17759 18150
Face 38076 17421 17682 18150
Face 38077 17534 18320 18150
Face 38078 17759 17534 18150
Face 38079 17851 17581 18320
Face 38080 17534 17851 18320
Face 38081 17043 17853 17581
Face 38082 17851 17043 17581
Face 38083 17239 18848 17853
Face 38084 17043 17239 17853
Face 38085 17307 17310 18848
Face 38086 17239 17307 18848
Face 38087 17598 18477 17310
Face 38088 17307 17598 17310
Face 38089 18752 18045 18477
Face 38090 17598 18752 18477
Face 38091 19108 17779 18045
Face 38092 18752 19108 18045
Face 38093 16833 18995 17779
Face 38094 19108 16833 17779
Face 38095 18723 18672 18995
Face 38096 16833 18723 18995
Face 38097 18818 17603 18002
Face 38098 24952 25091 1603
Face 38099 17395 21002 19217
Face 38100 19217 21002 18196
Face 38101 18921 18935 19217
Face 38102 17010 18921 19217
Face 38103 17329 17328 18935
Face 38104 18921 17329 18935
Face 38105 18233 18328 17328
Face 38106 17329 18233 17328
Face 38107 17589 17679 18328
Face 38108 18233 17589 18328
Face 38109 18148 17548 17679
Face 38110 17589 18148 17679
Face 38111 17746 18043 17548
Face 38112 18148 17746 17548
Face 38113 17746 18386 18482
Face 38114 18043 17746 18482
Face 38115 18386 18423 17542
Face 38116 18482 18386 17542
Face 38117 16696 6822 16759
Face 38118 21955 22053 6006
Face 38119 18675 17724 17723
Face 38120 24557 23020 16958
Face 38121 3509 17371 3380
Face 38122 18573 18572 18471
Face 38123 18011 18012 18103
Face 38124 16955 19183 19077
Face 38125 17829 17830 17921
Face 38126 18104 18200 18199
Face 38127 17922 18012 18011
Face 38128 16946 4738 18487
Face 38129 1452 17321 18886
Face 38130 1246 1137 1138
Face 38131 2756 17940 18487
Face 38132 18487 18639 16946
Face 38133 3500 18540 3629
Face 38134 1152 17826 1260
Face 38135 18487 17488 18639
Face 38136 19830 19748 17363
Face 38137 21859 17359 17913
Face 38138 4934 17925 17567
Face 38139 17464 17358 17457
Face 38140 3119 19150 2983
Face 38141 33558 17673 32761
Face 38142 19137 19246 19136
Face 38143 17117 17207 17116
Face 38144 17921 17922 18011
Face 38145 1616 1617 1725
Face 38146 18090 18091 18185
Face 38147 34544 34767 34507
Face 38148 24451 24293 27369
Face 38149 16893 16892 16804
Face 38150 16805 16893 16804
Face 38151 16893 16985 16984
Face 38152 16892 16893 16984
Face 38153 16985 17079 17078
Face 38154 16984 16985 17078
Face 38155 17079 17169 17168
Face 38156 17078 17079 17168
Face 38157 17169 17259 17258
Face 38158 17168 17169 17258
Face 38159 17259 17349 17348
Face 38160 17258 17259 17348
Face 38161 17349 17438 17437
Face 38162 17348 17349 17437
Face 38163 17524 17523 17437
Face 38164 17438 17524 17437
Face 38165 17613 17612 17523
Face 38166 17524 17613 17523
Face 38167 17703 17702 17612
Face 38168 17613 17703 17612
Face 38169 17703 17794 17793
Face 38170 17702 17703 17793
Face 38171 17794 17885 17884
Face 38172 17793 17794 17884
Face 38173 13075 17982 18072
Face 38174 17884 17885 17975
Face 38175 33665 33539 33540
Face 38176 19059 17711 17788
Face 38177 24154 24153 21583
Face 38178 22510 20980 19091
Face 38179 26537 23448 26538
Face 38180 34557 34664 34592
Face 38181 6286 27388 26559
Face 38182 25970 25971 26081
Face 38183 6725 26334 18943
Face 38184 27888 27628 28685
Face 38185 27450 27571 25479
Face 38186 26302 28143 28142
Face 38187 2292 18757 18756
Face 38188 18757 14429 18756
Face 38189 32956 33090 32955
Face 38190 29277 11775 11457
Face 38191 24667 24666 22891
Face 38192 27580 27581 27707
Face 38193 27380 29072 27379
Face 38194 29072 29069 27379
Face 38195 26906 6797 19088
Face 38196 28012 28011 16660
Face 38197 28949 17236 11165
Face 38198 18979 18646 19096
Face 38199 19081 19080 18761
Face 38200 6909 7021 18761
Face 38201 29272 29142 22163
Face 38202 28887 28886 28759
Face 38203 25492 17053 28156
Face 38204 20620 26564 27218
Face 38205 17676 17586 19117
Face 38206 34556 34829 34418
Face 38207 18527 17787 17586
Face 38208 17676 18527 17586
Face 38209 17282 17213 17787
Face 38210 18527 17282 17787
Face 38211 17282 19146 17516
Face 38212 17213 17282 17516
Face 38213 19146 17943 18049
Face 38214 17516 19146 18049
Face 38215 18342 17803 18049
Face 38216 17943 18342 18049
Face 38217 18342 18443 17627
Face 38218 17803 18342 17627
Face 38219 18443 17972 17376
Face 38220 17627 18443 17376
Face 38221 19044 18164 17376
Face 38222 17972 19044 17376
Face 38223 19213 17745 18164
Face 38224 19044 19213 18164
Face 38225 1684 17595 17745
Face 38226 19213 1684 17745
Face 38227 17052 17051 17595
Face 38228 1684 17052 17595
Face 38229 17052 18216 18198
Face 38230 17051 17052 18198
Face 38231 18216 19142 19140
Face 38232 18198 18216 19140
Face 38233 19142 17877 4220
Face 38234 19140 19142 4220
Face 38235 17877 18993 18992
Face 38236 4220 17877 18992
Face 38237 18993 18035 17848
Face 38238 18992 18993 17848
Face 38239 18035 17743 17039
Face 38240 17848 18035 17039
Face 38241 7016 29018 29613
Face 38242 17146 5148 18287
Face 38243 17625 3800 4085
Face 38244 22416 21662 18041
Face 38245 27829 29461 29460
Face 38246 18717 34053 31536
Face 38247 32443 32560 32559
Face 38248 29848 29902 29847
Face 38249 23486 6615 28761
Face 38250 21967 21871 11672
Face 38251 26419 28699 26418
Face 38252 28154 7016 27628
Face 38253 26334 28685 18943
Face 38254 6685 33411 6686
Face 38255 25479 26302 28142
Face 38256 18289 17912 18003
Face 38257 19048 18289 18003
Face 38258 17912 17840 17682
Face 38259 18003 17912 17682
Face 38260 17840 18127 17759
Face 38261 17682 17840 17759
Face 38262 18617 17534 17759
Face 38263 18127 18617 17759
Face 38264 18849 17851 17534
Face 38265 18617 18849 17534
Face 38266 17578 17043 17851
Face 38267 18849 17578 17851
Face 38268 17148 17239 17043
Face 38269 17578 17148 17043
Face 38270 17710 17307 17239
Face 38271 17148 17710 17239
Face 38272 17243 17598 17307
Face 38273 17710 17243 17307
Face 38274 18140 18752 17598
Face 38275 17243 18140 17598
Face 38276 17466 19108 18752
Face 38277 18140 17466 18752
Face 38278 18610 16833 19108
Face 38279 17466 18610 19108
Face 38280 19004 18723 16833
Face 38281 18610 19004 16833
Face 38282 18685 18294 18723
Face 38283 19004 18685 18723
Face 38284 16918 17010 18294
Face 38285 18685 16918 18294
Face 38286 17778 18921 17010
Face 38287 16918 17778 17010
Face 38288 18042 17329 18921
Face 38289 17778 18042 18921
Face 38290 17771 18233 17329
Face 38291 18042 17771 17329
Face 38292 17326 17589 18233
Face 38293 17771 17326 18233
Face 38294 17357 18148 17589
Face 38295 17326 17357 17589
Face 38296 17357 18134 17746
Face 38297 18148 17357 17746
Face 38298 18134 18194 18386
Face 38299 17746 18134 18386
Face 38300 18194 17825 18423
Face 38301 18386 18194 18423
Face 38302 1574 17449 18817
Face 38303 34782 34587 34618
Face 38304 18570 18675 17723
Face 38305 2897 17285 4085
Face 38306 18014 18106 18105
Face 38307 18466 18046 18745
Face 38308 18022 18114 18113
Face 38309 18920 18919 18815
Face 38310 1374 1261 17919
Face 38311 18285 18284 18186
Face 38312 17386 17387 17472
Face 38313 18504 17841 19184
Face 38314 17031 17032 17122
Face 38315 6145 15184 2756
Face 38316 17446 16948 17229
Face 38317 16948 17264 17229
Face 38318 694 17467 810
Face 38319 19231 20535 325
Face 38320 17940 17218 17488
Face 38321 18487 17940 17488
Face 38322 17933 17359 17488
Face 38323 17218 17933 17488
Face 38324 17864 17773 21671
Face 38325 17933 17913 17359
Face 38326 34654 34283 34753
Face 38327 17913 17864 18735
Face 38328 12765 13484 17575
Face 38329 17864 17664 17773
Face 38330 3570 3697 18053
Face 38331 14873 17575 17842
Face 38332 17031 17122 17121
Face 38333 1268 18017 18016
Face 38334 16698 5591 18425
Face 38335 34100 34225 16688
Face 38336 34099 34100 16688
Face 38337 16894 16893 16805
Face 38338 16806 16894 16805
Face 38339 16986 16985 16893
Face 38340 16894 16986 16893
Face 38341 16986 17080 17079
Face 38342 16985 16986 17079
Face 38343 16987 19483 19482
Face 38344 17079 17080 17169
Face 38345 17170 17080 19482
Face 38346 17169 17170 17259
Face 38347 17260 17350 17349
Face 38348 17259 17260 17349
Face 38349 17350 17439 17438
Face 38350 17349 17350 17438
Face 38351 17439 17525 17524
Face 38352 17438 17439 17524
Face 38353 17525 17614 17613
Face 38354 17524 17525 17613
Face 38355 17614 17704 17703
Face 38356 17613 17614 17703
Face 38357 17795 17794 17703
Face 38358 17704 17795 17703
Face 38359 17795 17886 17885
Face 38360 17794 17795 17885
Face 38361 17886 17977 17976
Face 38362 17885 17886 17976
Face 38363 1393 1505 1392
Face 38364 8263 8262 14281
Face 38365 13269 13633 22369
Face 38366 34320 34796 34329
Face 38367 27395 29088 29087
Face 38368 27394 27395 29087
Face 38369 6280 27697 27571
Face 38370 26334 27888 28685
Face 38371 27334 27333 27223
Face 38372 27224 27334 27223
Face 38373 29803 22365 22461
Face 38374 14790 14429 6913
Face 38375 31471 31470 31366
Face 38376 7242 11307 11387
Face 38377 12790 27902 28033
Face 38378 23992 28268 26327
Face 38379 29069 29072 15733
Face 38380 29072 19456 15733
Face 38381 24919 27740 27610
Face 38382 26702 18998 29465
Face 38383 24134 28226 29717
Face 38384 16765 18646 11165
Face 38385 31697 31809 31696
Face 38386 28643 28772 28771
Face 38387 29272 22258 29403
Face 38388 16665 24996 27374
Face 38389 31756 31868 31755
Face 38390 26564 28682 27218
Face 38391 17859 16761 17676
Face 38392 19226 17676 19117
Face 38393 16761 18383 18527
Face 38394 17676 16761 18527
Face 38395 18383 18925 17282
Face 38396 18527 18383 17282
Face 38397 18925 17964 19146
Face 38398 17282 18925 19146
Face 38399 17964 17850 17943
Face 38400 19146 17964 17943
Face 38401 17850 19009 18342
Face 38402 17943 17850 18342
Face 38403 18442 18443 18342
Face 38404 19009 18442 18342
Face 38405 18442 18746 17972
Face 38406 18443 18442 17972
Face 38407 18746 19061 19044
Face 38408 17972 18746 19044
Face 38409 17893 19213 19044
Face 38410 19061 17893 19044
Face 38411 18159 1684 19213
Face 38412 17893 18159 19213
Face 38413 17098 17052 1684
Face 38414 18159 17098 1684
Face 38415 17098 18217 18216
Face 38416 17052 17098 18216
Face 38417 18217 19160 19142
Face 38418 18216 18217 19142
Face 38419 19160 3454 17877
Face 38420 19142 19160 17877
Face 38421 3454 17327 18993
Face 38422 17877 3454 18993
Face 38423 17327 10311 18035
Face 38424 18993 17327 18035
Face 38425 26410 26411 26528
Face 38426 32122 32226 32225
Face 38427 27893 28813 25989
Face 38428 34600 34541 34750
Face 38429 11496 26237 26238
Face 38430 20891 20892 7020
Face 38431 25582 23223 26298
Face 38432 16698 5461 5591
Face 38433 6679 21319 23447
Face 38434 10965 11103 1883
Face 38435 34569 34630 34308
Face 38436 27888 28154 27628
Face 38437 29589 29064 25582
Face 38438 27628 7016 29613
Face 38439 6280 28303 7016
Face 38440 18322 18949 18289
Face 38441 32289 32395 32394
Face 38442 18949 17821 17912
Face 38443 18289 18949 17912
Face 38444 17821 17670 17840
Face 38445 17912 17821 17840
Face 38446 17670 17263 18127
Face 38447 17840 17670 18127
Face 38448 17268 18617 18127
Face 38449 17263 17268 18127
Face 38450 17268 18611 18849
Face 38451 18617 17268 18849
Face 38452 17489 17578 18849
Face 38453 18611 17489 18849
Face 38454 17854 17148 17578
Face 38455 17489 17854 17578
Face 38456 17680 17710 17148
Face 38457 17854 17680 17148
Face 38458 17543 17243 17710
Face 38459 17680 17543 17710
Face 38460 18055 18140 17243
Face 38461 17543 18055 17243
Face 38462 19174 17466 18140
Face 38463 18055 19174 18140
Face 38464 18333 18610 17466
Face 38465 19174 18333 17466
Face 38466 17814 19004 18610
Face 38467 18333 17814 18610
Face 38468 18794 18685 19004
Face 38469 17814 18794 19004
Face 38470 17396 16918 18685
Face 38471 18794 17396 18685
Face 38472 17817 17778 16918
Face 38473 17396 17817 16918
Face 38474 17084 18042 17778
Face 38475 17817 17084 17778
Face 38476 17420 17771 18042
Face 38477 17084 17420 18042
Face 38478 17420 17325 17326
Face 38479 17771 17420 17326
Face 38480 17325 16950 17357
Face 38481 17326 17325 17357
Face 38482 16950 18135 18134
Face 38483 17357 16950 18134
Face 38484 18135 18291 18194
Face 38485 18134 18135 18194
Face 38486 18053 17825 18194
Face 38487 18291 18053 18194
Face 38488 11890 22892 11889
Face 38489 6947 6844 6948
Face 38490 17724 18587 18578
Face 38491 17723 17724 18578
Face 38492 18209 18305 18304
Face 38493 6619 6684 6683
Face 38494 17599 18563 18562
Face 38495 16940 17032 17031
Face 38496 32210 32318 16731
Face 38497 3033 1423 2897
Face 38498 19244 19245 18582
Face 38499 17843 5588 18346
Face 38500 16931 17023 17022
Face 38501 5459 17264 18346
Face 38502 18067 14023 14061
Face 38503 17696 5905 237
Face 38504 140 18718 139
Face 38505 18067 17744 17218
Face 38506 17940 18067 17218
Face 38507 17744 17636 17933
Face 38508 17218 17744 17933
Face 38509 17636 17510 17913
Face 38510 17933 17636 17913
Face 38511 18330 17864 17913
Face 38512 17510 18330 17913
Face 38513 18323 17664 17864
Face 38514 18330 18323 17864
Face 38515 17224 18718 17664
Face 38516 18323 17224 17664
Face 38517 18025 1273 18026
Face 38518 3455 139 17012
Face 38519 18919 19028 18918
Face 38520 34550 34521 34798
Face 38521 18481 18032 18926
Face 38522 16895 16894 16806
Face 38523 16217 16036 19592
Face 38524 16894 16895 16986
Face 38525 17632 1022 1135
Face 38526 19328 19404 16895
Face 38527 19127 19236 19235
Face 38528 25740 25741 23787
Face 38529 343 3331 237
Face 38530 16842 16843 16930
Face 38531 15972 20565 17234
Face 38532 20565 19885 18586
Face 38533 17234 20565 18586
Face 38534 17350 17351 17439
Face 38535 17440 17526 17525
Face 38536 17439 17440 17525
Face 38537 17526 17615 17614
Face 38538 17525 17526 17614
Face 38539 17615 17705 17704
Face 38540 17614 17615 17704
Face 38541 17705 17796 17795
Face 38542 17704 17705 17795
Face 38543 17796 17887 17886
Face 38544 17795 17796 17886
Face 38545 17887 17978 17977
Face 38546 17886 17887 17977
Face 38547 18053 18057 17674
Face 38548 11385 34548 34282
Face 38549 34309 34802 34749
Face 38550 17936 15595 4496
Face 38551 26707 26708 11994
Face 38552 29088 19097 19094
Face 38553 26100 26102 27394
Face 38554 28287 27014 25964
Face 38555 29573 29572 29441
Face 38556 17979 20364 20363
Face 38557 27334 27453 27333
Face 38558 26014 26988 24508
Face 38559 14429 14790 18756
Face 38560 29565 29564 29433
Face 38561 10987 20881 26908
Face 38562 27998 18870 27268
Face 38563 13002 27998 27268
Face 38564 16715 27158 27157
Face 38565 21693 21790 21789
Face 38566 18558 18662 21171
Face 38567 27632 27636 28414
Face 38568 25478 25855 27867
Face 38569 25986 29319 5246
Face 38570 24510 24509 24371
Face 38571 26415 18257 28363
Face 38572 34160 18825 34034
Face 38573 26326 34632 26327
Face 38574 17676 19226 17859
Face 38575 19102 17605 17859
Face 38576 17480 16761 17859
Face 38577 17605 17480 17859
Face 38578 18479 18383 16761
Face 38579 17480 18479 16761
Face 38580 16782 18925 18383
Face 38581 18479 16782 18383
Face 38582 18689 17964 18925
Face 38583 16782 18689 18925
Face 38584 18689 17760 17850
Face 38585 17964 18689 17850
Face 38586 17760 18900 19009
Face 38587 17850 17760 19009
Face 38588 18152 18442 19009
Face 38589 18900 18152 19009
Face 38590 18887 18746 18442
Face 38591 18152 18887 18442
Face 38592 17910 19061 18746
Face 38593 18887 17910 18746
Face 38594 17497 17893 19061
Face 38595 17910 17497 19061
Face 38596 18827 18159 17893
Face 38597 17497 18827 17893
Face 38598 17099 17098 18159
Face 38599 18827 17099 18159
Face 38600 17099 18218 18217
Face 38601 17098 17099 18217
Face 38602 18218 19163 19160
Face 38603 18217 18218 19160
Face 38604 19163 18295 3454
Face 38605 19160 19163 3454
Face 38606 18295 17445 17327
Face 38607 3454 18295 17327
Face 38608 17445 18847 10311
Face 38609 17327 17445 10311
Face 38610 3683 7383 7931
Face 38611 34248 18143 17081
Face 38612 28533 28668 28532
Face 38613 28160 29145 21073
Face 38614 17154 17244 17153
Face 38615 2551 20892 20891
Face 38616 30764 30870 30763
Face 38617 17527 17616 17615
Face 38618 33593 16682 33466
Face 38619 3846 19590 21752
Face 38620 27164 22718 26100
Face 38621 20719 22718 27164
Face 38622 27697 29582 26302
Face 38623 28154 6280 7016
Face 38624 29338 28303 27450
Face 38625 28303 29338 29018
Face 38626 18225 18484 18949
Face 38627 27218 34337 20620
Face 38628 18484 17820 17821
Face 38629 18949 18484 17821
Face 38630 17820 17487 17670
Face 38631 17821 17820 17670
Face 38632 17269 17263 17670
Face 38633 17487 17269 17670
Face 38634 17269 18038 17268
Face 38635 17263 17269 17268
Face 38636 18038 18440 18611
Face 38637 17268 18038 18611
Face 38638 18440 17668 17489
Face 38639 18611 18440 17489
Face 38640 18615 17854 17489
Face 38641 17668 18615 17489
Face 38642 18002 17680 17854
Face 38643 18615 18002 17854
Face 38644 17789 17543 17680
Face 38645 18002 17789 17680
Face 38646 19055 18055 17543
Face 38647 17789 19055 17543
Face 38648 18800 19174 18055
Face 38649 19055 18800 18055
Face 38650 18517 18333 19174
Face 38651 18800 18517 19174
Face 38652 17303 17814 18333
Face 38653 18517 17303 18333
Face 38654 18898 18794 17814
Face 38655 17303 18898 17814
Face 38656 17397 17396 18794
Face 38657 18898 17397 18794
Face 38658 18896 17817 17396
Face 38659 17397 18896 17396
Face 38660 18511 17084 17817
Face 38661 18896 18511 17817
Face 38662 17504 17420 17084
Face 38663 18511 17504 17084
Face 38664 17504 19216 17325
Face 38665 17420 17504 17325
Face 38666 19216 16862 16950
Face 38667 17325 19216 16950
Face 38668 16862 17573 18135
Face 38669 16950 16862 18135
Face 38670 17573 18057 18291
Face 38671 18135 17573 18291
Face 38672 14098 20739 16274
Face 38673 23193 14031 23248
Face 38674 22435 20551 20732
Face 38675 22435 5336 20551
Face 38676 23979 23229 22979
Face 38677 11895 22747 22788
Face 38678 21144 23367 21143
Face 38679 27387 20146 28031
Face 38680 25108 25247 25246
Face 38681 23579 23515 24507
Face 38682 34768 34570 34731
Face 38683 24643 23579 24507
Face 38684 25166 21854 22434
Face 38685 23704 24321 24206
Face 38686 23698 22730 25059
Face 38687 19345 20637 19907
Face 38688 20667 24279 24074
Face 38689 33930 32769 12119
Face 38690 24032 24031 24424
Face 38691 23284 24772 23557
Face 38692 31089 31090 31188
Face 38693 312 3297 7745
Face 38694 23229 24357 22856
Face 38695 20784 23979 22979
Face 38696 21144 21143 22923
Face 38697 22973 21144 22923
Face 38698 23515 23579 23152
Face 38699 25107 25108 25246
Face 38700 24608 23704 23040
Face 38701 23579 23153 23152
Face 38702 23093 22987 25526
Face 38703 24605 24608 23040
Face 38704 22738 12584 23090
Face 38705 6603 34348 27737
Face 38706 24978 25117 25116
Face 38707 20051 20133 20050
Face 38708 25842 25731 23371
Face 38709 24711 24847 24846
Face 38710 22844 22797 24074
Face 38711 24710 24711 24846
Face 38712 23914 23797 20079
Face 38713 23952 22844 24074
Face 38714 11775 22145 23797
Face 38715 24414 24032 24424
Face 38716 33787 11367 3933
Face 38717 15613 15471 21113
Face 38718 16170 16169 24566
Face 38719 22979 23229 22856
Face 38720 23491 23211 23892
Face 38721 23367 18732 6399
Face 38722 23308 24608 24605
Face 38723 23153 23287 23147
Face 38724 25217 25218 22676
Face 38725 23306 23308 24605
Face 38726 28162 20150 26472
Face 38727 25218 22729 22676
Face 38728 24714 22779 20783
Face 38729 21141 25288 24665
Face 38730 24847 24982 24981
Face 38731 24977 24978 25116
Face 38732 24846 24847 24981
Face 38733 24982 25121 25120
Face 38734 24981 24982 25120
Face 38735 23759 23572 23473
Face 38736 25121 25260 25259
Face 38737 22779 25022 24883
Face 38738 20783 22779 24883
Face 38739 25178 19380 24552
Face 38740 24593 25005 24475
Face 38741 24250 2149 24251
Face 38742 20324 26641 26642
Face 38743 19476 19321 21087
Face 38744 19339 21087 19321
Face 38745 19321 20821 19339
Face 38746 20390 27270 26178
Face 38747 20821 21097 20390
Face 38748 21097 21658 20390
Face 38749 21009 21854 20908
Face 38750 25305 11297 20908
Face 38751 25355 22870 25354
Face 38752 22719 23058 24078
Face 38753 34402 34524 29332
Face 38754 24271 12190 4471
Face 38755 23473 23474 24713
Face 38756 24713 24714 20783
Face 38757 25120 25121 25259
Face 38758 25260 25397 25396
Face 38759 20133 20211 20210
Face 38760 18607 2080 18506
Face 38761 20132 20133 20210
Face 38762 25259 25260 25396
Face 38763 23572 23474 23473
Face 38764 25397 23420 20175
Face 38765 23474 24714 24713
Face 38766 34739 34801 34469
Face 38767 24479 23317 23689
Face 38768 19590 3846 26702
Face 38769 22912 22732 23057
Face 38770 24757 19538 24088
Face 38771 21752 20152 19476
Face 38772 15576 19476 20574
Face 38773 20645 19321 19476
Face 38774 20152 20645 19476
Face 38775 20645 20999 20821
Face 38776 19321 20645 20821
Face 38777 20999 21189 21097
Face 38778 20821 20999 21097
Face 38779 21189 12178 21753
Face 38780 21097 21189 21753
Face 38781 12178 21755 21380
Face 38782 25868 25017 23727
Face 38783 23774 25977 23726
Face 38784 23727 25977 25868
Face 38785 13535 11525 13734
Face 38786 33616 33741 33615
Face 38787 11525 20235 20316
Face 38788 22981 24040 23291
Face 38789 15105 14973 15106
Face 38790 20235 16517 20316
Face 38791 20211 20293 20292
Face 38792 20210 20211 20292
Face 38793 25396 25397 20175
Face 38794 23265 23572 23612
Face 38795 23420 11834 24550
Face 38796 27753 28945 22147
Face 38797 20815 19838 26415
Face 38798 12358 16518 19838
Face 38799 14407 12358 19838
Face 38800 19672 19590 16518
Face 38801 12358 19672 16518
Face 38802 19476 3846 21752
Face 38803 19672 16187 19590
Face 38804 16187 22531 20152
Face 38805 21752 16187 20152
Face 38806 22531 19322 20645
Face 38807 20152 22531 20645
Face 38808 19322 19598 20999
Face 38809 20645 19322 20999
Face 38810 19598 21281 21189
Face 38811 20999 19598 21189
Face 38812 21281 14309 12178
Face 38813 21189 21281 12178
Face 38814 14309 21852 21755
Face 38815 12178 14309 21755
Face 38816 21852 13580 13535
Face 38817 21755 21852 13535
Face 38818 13580 16181 11525
Face 38819 13535 13580 11525
Face 38820 16181 20401 20235
Face 38821 11525 16181 20235
Face 38822 12528 16517 20235
Face 38823 20401 12528 20235
Face 38824 20473 21570 2801
Face 38825 34648 34469 34527
Face 38826 20175 23420 24550
Face 38827 11834 24530 23699
Face 38828 26785 20814 20815
Face 38829 23788 23376 23180
Face 38830 13035 14407 20814
Face 38831 20813 13035 20814
Face 38832 20751 12358 14407
Face 38833 13035 20751 14407
Face 38834 19428 19672 12358
Face 38835 20751 19428 12358
Face 38836 5206 16187 19672
Face 38837 19428 5206 19672
Face 38838 5206 19433 22531
Face 38839 16187 5206 22531
Face 38840 19433 19506 19322
Face 38841 22531 19433 19322
Face 38842 19506 19340 19598
Face 38843 19322 19506 19598
Face 38844 19340 21376 21281
Face 38845 19598 19340 21281
Face 38846 21376 21761 14309
Face 38847 21281 21376 14309
Face 38848 21761 21949 21852
Face 38849 14309 21761 21852
Face 38850 21949 9503 13580
Face 38851 21852 21949 13580
Face 38852 9503 13307 16181
Face 38853 13580 9503 16181
Face 38854 13307 20486 20401
Face 38855 16181 13307 20401
Face 38856 30495 30580 30494
Face 38857 20410 20496 26870
Face 38858 20284 17982 17891
Face 38859 24550 11834 23699
Face 38860 25789 25680 11123
Face 38861 25133 25272 25132
Face 38862 20459 20813 21762
Face 38863 12623 20459 21762
Face 38864 1531 13035 20813
Face 38865 20459 1531 20813
Face 38866 19844 20751 13035
Face 38867 1531 19844 13035
Face 38868 19427 19428 20751
Face 38869 19844 19427 20751
Face 38870 11224 5206 19428
Face 38871 19427 11224 19428
Face 38872 11224 19477 19433
Face 38873 5206 11224 19433
Face 38874 19477 19323 19506
Face 38875 19433 19477 19506
Face 38876 19323 20822 19340
Face 38877 19506 19323 19340
Face 38878 20822 21469 21376
Face 38879 19340 20822 21376
Face 38880 21469 19349 21761
Face 38881 21376 21469 21761
Face 38882 19349 2879 21949
Face 38883 21761 19349 21949
Face 38884 2879 3444 9503
Face 38885 21949 2879 9503
Face 38886 3444 16180 13307
Face 38887 9503 3444 13307
Face 38888 16180 13445 20486
Face 38889 13307 16180 20486
Face 38890 34720 34623 34825
Face 38891 34607 34812 34625
Face 38892 24530 24402 25292
Face 38893 21025 23368 11253
Face 38894 23699 24530 25292
Face 38895 21563 12623 20750
Face 38896 20750 18256 13202
Face 38897 20724 20459 12623
Face 38898 21563 20724 12623
Face 38899 22445 1531 20459
Face 38900 20724 22445 20459
Face 38901 19512 19844 1531
Face 38902 22445 19512 1531
Face 38903 440 19427 19844
Face 38904 19512 440 19844
Face 38905 440 21657 11224
Face 38906 19427 440 11224
Face 38907 21657 20228 19477
Face 38908 11224 21657 19477
Face 38909 20228 20552 19323
Face 38910 19477 20228 19323
Face 38911 20552 21000 20822
Face 38912 19323 20552 20822
Face 38913 21000 19620 21469
Face 38914 20822 21000 21469
Face 38915 19620 19752 19349
Face 38916 21469 19620 19349
Face 38917 19752 15435 2879
Face 38918 19349 19752 2879
Face 38919 15435 4870 3444
Face 38920 2879 15435 3444
Face 38921 4870 10072 16180
Face 38922 3444 4870 16180
Face 38923 10072 7949 13445
Face 38924 16180 10072 13445
Face 38925 10033 10034 10152
Face 38926 20710 20711 10965
Face 38927 13888 12528 13906
Face 38928 24402 24009 24008
Face 38929 22563 20928 20838
Face 38930 27271 12701 27045
Face 38931 21468 21563 20838
Face 38932 20928 21468 20838
Face 38933 20458 20724 21563
Face 38934 21468 20458 21563
Face 38935 22541 22445 20724
Face 38936 20458 22541 20724
Face 38937 21391 19512 22445
Face 38938 22541 21391 22445
Face 38939 21391 15176 440
Face 38940 19512 21391 440
Face 38941 15176 21564 21657
Face 38942 440 15176 21657
Face 38943 21564 20230 20228
Face 38944 21657 21564 20228
Face 38945 20230 19589 20552
Face 38946 20228 20230 20552
Face 38947 19589 975 21000
Face 38948 20552 19589 21000
Face 38949 975 11290 19620
Face 38950 21000 975 19620
Face 38951 11290 19836 19752
Face 38952 19620 11290 19752
Face 38953 19836 6632 15435
Face 38954 19752 19836 15435
Face 38955 6632 15312 4870
Face 38956 15435 6632 4870
Face 38957 15312 19430 10072
Face 38958 4870 15312 10072
Face 38959 14726 7949 10072
Face 38960 19430 14726 10072
Face 38961 19810 19886 17529
Face 38962 17669 18780 22037
Face 38963 34371 34762 34815
Face 38964 20470 19914 22563
Face 38965 34604 34492 34356
Face 38966 13634 20928 22563
Face 38967 19914 13634 22563
Face 38968 21006 21468 20928
Face 38969 13634 21006 20928
Face 38970 20723 20458 21468
Face 38971 21006 20723 21468
Face 38972 22635 22541 20458
Face 38973 20723 22635 20458
Face 38974 12585 21391 22541
Face 38975 22635 12585 22541
Face 38976 12585 22529 15176
Face 38977 21391 12585 15176
Face 38978 22529 21007 21564
Face 38979 15176 22529 21564
Face 38980 21007 22626 20230
Face 38981 21564 21007 20230
Face 38982 22626 19324 19589
Face 38983 20230 22626 19589
Face 38984 19324 19341 975
Face 38985 19589 19324 975
Face 38986 19341 5376 11290
Face 38987 975 19341 11290
Face 38988 5376 19911 19836
Face 38989 11290 5376 19836
Face 38990 19911 10599 6632
Face 38991 19836 19911 6632
Face 38992 10599 21552 15312
Face 38993 6632 10599 15312
Face 38994 21552 19354 19430
Face 38995 15312 21552 19430
Face 38996 19354 18413 19430
Face 38997 34419 34590 34689
Face 38998 2801 21665 12854
Face 38999 30 16523 8563
Face 39000 12350 15736 20470
Face 39001 29857 29856 26933
Face 39002 22152 19991 19914
Face 39003 20470 22152 19914
Face 39004 3313 13634 19914
Face 39005 19991 3313 19914
Face 39006 3313 21005 21006
Face 39007 13634 3313 21006
Face 39008 20722 20723 21006
Face 39009 21005 20722 21006
Face 39010 22348 22635 20723
Face 39011 20722 22348 20723
Face 39012 22348 13540 12585
Face 39013 22635 22348 12585
Face 39014 13540 22624 22529
Face 39015 12585 13540 22529
Face 39016 22624 21098 21007
Face 39017 22529 22624 21007
Face 39018 21098 19478 22626
Face 39019 21007 21098 22626
Face 39020 19478 21088 19324
Face 39021 22626 19478 19324
Face 39022 21088 20911 19341
Face 39023 19324 21088 19341
Face 39024 20911 13486 5376
Face 39025 19341 20911 5376
Face 39026 13486 19910 19911
Face 39027 5376 13486 19911
Face 39028 19910 9271 10599
Face 39029 19911 19910 10599
Face 39030 9271 19429 21552
Face 39031 10599 9271 21552
Face 39032 19429 19355 19354
Face 39033 21552 19429 19354
Face 39034 14053 13977 14054
Face 39035 34500 34544 34343
Face 39036 34361 34769 34830
Face 39037 23698 25059 16347
Face 39038 25292 24402 24008
Face 39039 19990 19991 22152
Face 39040 16665 26899 11975
Face 39041 20812 3313 19991
Face 39042 19990 20812 19991
Face 39043 20561 21005 3313
Face 39044 20812 20561 3313
Face 39045 20561 20642 20722
Face 39046 21005 20561 20722
Face 39047 22252 22348 20722
Face 39048 20642 22252 20722
Face 39049 22252 20660 13540
Face 39050 22348 22252 13540
Face 39051 20660 22623 22624
Face 39052 13540 20660 22624
Face 39053 22623 13287 21098
Face 39054 22624 22623 21098
Face 39055 13287 21099 19478
Face 39056 21098 13287 19478
Face 39057 21099 19325 21088
Face 39058 19478 21099 21088
Face 39059 19325 21092 20911
Face 39060 21088 19325 20911
Face 39061 21092 4721 13486
Face 39062 20911 21092 13486
Face 39063 4721 20149 19910
Face 39064 13486 4721 19910
Face 39065 20149 2110 9271
Face 39066 19910 20149 9271
Face 39067 2110 19353 19429
Face 39068 9271 2110 19429
Face 39069 17890 17981 17980
Face 39070 17747 17287 18780
Face 39071 19279 19766 16031
Face 39072 19429 19353 19179
Face 39073 24009 23786 23158
Face 39074 20002 24135 23964
Face 39075 12653 25167 13815
Face 39076 21475 19990 20737
Face 39077 21466 21475 20737
Face 39078 21018 20812 19990
Face 39079 21475 21018 19990
Face 39080 20475 20561 20812
Face 39081 21018 20475 20812
Face 39082 20475 20721 20642
Face 39083 20561 20475 20642
Face 39084 22157 22252 20642
Face 39085 20721 22157 20642
Face 39086 22157 20572 20660
Face 39087 22252 22157 20660
Face 39088 20572 22433 22623
Face 39089 20660 20572 22623
Face 39090 22433 192 13287
Face 39091 22623 22433 13287
Face 39092 192 20831 21099
Face 39093 13287 192 21099
Face 39094 20831 21089 19325
Face 39095 21099 20831 19325
Face 39096 21089 20555 21092
Face 39097 19325 21089 21092
Face 39098 20555 19347 4721
Face 39099 21092 20555 4721
Face 39100 19347 20227 20149
Face 39101 4721 19347 20149
Face 39102 20227 2532 2110
Face 39103 20149 20227 2110
Face 39104 2532 19508 19353
Face 39105 2110 2532 19353
Face 39106 25844 25845 23417
Face 39107 17286 19353 19508
Face 39108 3762 14432 14916
Face 39109 24192 24581 24191
Face 39110 23394 24080 23323
Face 39111 24008 24009 23158
Face 39112 24905 20002 23964
Face 39113 23964 24135 23911
Face 39114 21568 21475 21466
Face 39115 12613 21568 21466
Face 39116 13538 21018 21475
Face 39117 21568 13538 21475
Face 39118 20389 20475 21018
Face 39119 13538 20389 21018
Face 39120 20389 20720 20721
Face 39121 20475 20389 20721
Face 39122 20720 22058 22157
Face 39123 20721 20720 22157
Face 39124 22058 20485 20572
Face 39125 22157 22058 20572
Face 39126 20485 22528 22433
Face 39127 20572 20485 22433
Face 39128 22528 20233 192
Face 39129 22433 22528 192
Face 39130 20233 21756 20831
Face 39131 192 20233 20831
Face 39132 21756 19326 21089
Face 39133 20831 21756 21089
Face 39134 19326 19342 20555
Face 39135 21089 19326 20555
Face 39136 19342 19834 19347
Face 39137 20555 19342 19347
Face 39138 19834 20308 20227
Face 39139 19347 19834 20227
Face 39140 20308 12542 2532
Face 39141 20227 20308 2532
Face 39142 21205 15756 15755
Face 39143 1881 18997 15036
Face 39144 21939 21934 20628
Face 39145 12542 18126 2532
Face 39146 26934 14664 28496
Face 39147 33426 18418 26076
Face 39148 22941 23836 24036
Face 39149 20220 12613 21465
Face 39150 13988 20220 21465
Face 39151 21663 21568 12613
Face 39152 20220 21663 12613
Face 39153 20282 13538 21568
Face 39154 21663 20282 21568
Face 39155 19832 20389 13538
Face 39156 20282 19832 13538
Face 39157 19832 19402 20720
Face 39158 20389 19832 20720
Face 39159 19402 13349 22058
Face 39160 20720 19402 22058
Face 39161 13349 19918 20485
Face 39162 22058 13349 20485
Face 39163 19918 22335 22528
Face 39164 20485 19918 22528
Face 39165 22335 9067 20233
Face 39166 22528 22335 20233
Face 39167 9067 21191 21756
Face 39168 20233 9067 21756
Face 39169 21191 20641 19326
Face 39170 21756 21191 19326
Face 39171 20641 20912 19342
Face 39172 19326 20641 19342
Face 39173 20912 19986 19834
Face 39174 19342 20912 19834
Face 39175 19986 20563 20308
Face 39176 19834 19986 20308
Face 39177 20563 19415 12542
Face 39178 20308 20563 12542
Face 39179 19980 19981 17629
Face 39180 20576 20490 6161
Face 39181 20093 20092 20011
Face 39182 19903 19902 19826
Face 39183 18740 12542 19415
Face 39184 20553 22225 13988
Face 39185 31220 28688 26928
Face 39186 20221 20220 13988
Face 39187 22225 20221 13988
Face 39188 22239 21663 20220
Face 39189 20221 22239 20220
Face 39190 20039 20282 21663
Face 39191 22239 20039 21663
Face 39192 19421 19832 20282
Face 39193 20039 19421 20282
Face 39194 19421 19401 19402
Face 39195 19832 19421 19402
Face 39196 19401 13443 13349
Face 39197 19402 19401 13349
Face 39198 13443 19432 19918
Face 39199 13349 13443 19918
Face 39200 19432 21567 22335
Face 39201 19918 19432 22335
Face 39202 21567 20153 9067
Face 39203 22335 21567 9067
Face 39204 20153 20919 21191
Face 39205 9067 20153 21191
Face 39206 20919 20630 20641
Face 39207 21191 20919 20641
Face 39208 20630 21185 20912
Face 39209 20641 20630 20912
Face 39210 21185 20476 19986
Face 39211 20912 21185 19986
Face 39212 20476 20651 20563
Face 39213 19986 20476 20563
Face 39214 17800 17890 17799
Face 39215 18941 20654 19668
Face 39216 28637 21598 28501
Face 39217 19861 19936 23452
Face 39218 20629 21939 20628
Face 39219 13550 12020 15906
Face 39220 18240 21094 21186
Face 39221 14647 22225 20553
Face 39222 21181 14647 20553
Face 39223 20222 20221 22225
Face 39224 14647 20222 22225
Face 39225 16352 22239 20221
Face 39226 20222 16352 20221
Face 39227 19472 20039 22239
Face 39228 16352 19472 22239
Face 39229 19472 20557 19421
Face 39230 20039 19472 19421
Face 39231 20557 19400 19401
Face 39232 19421 20557 19401
Face 39233 19400 3194 13443
Face 39234 19401 19400 13443
Face 39235 3194 14849 19432
Face 39236 13443 3194 19432
Face 39237 14849 21474 21567
Face 39238 19432 14849 21567
Face 39239 21474 20231 20153
Face 39240 21567 21474 20153
Face 39241 20231 19833 20919
Face 39242 20153 20231 20919
Face 39243 19833 20921 20630
Face 39244 20919 19833 20630
Face 39245 20921 21464 21185
Face 39246 20630 20921 21185
Face 39247 21464 20562 20476
Face 39248 21185 21464 20476
Face 39249 23417 23497 25844
Face 39250 20476 20562 20651
Face 39251 12948 13354 118
Face 39252 34640 34772 34274
Face 39253 19413 10886 12860
Face 39254 2664 12942 20997
Face 39255 18669 19933 28825
Face 39256 34433 34505 34395
Face 39257 13993 14647 21181
Face 39258 21180 13993 21181
Face 39259 20826 20222 14647
Face 39260 13993 20826 14647
Face 39261 15039 16352 20222
Face 39262 20826 15039 20222
Face 39263 21109 19472 16352
Face 39264 15039 21109 16352
Face 39265 21109 9530 20557
Face 39266 19472 21109 20557
Face 39267 9530 19399 19400
Face 39268 20557 9530 19400
Face 39269 19399 21960 3194
Face 39270 19400 19399 3194
Face 39271 21960 14609 14849
Face 39272 3194 21960 14849
Face 39273 14609 20309 21474
Face 39274 14849 14609 21474
Face 39275 20309 21951 20231
Face 39276 21474 20309 20231
Face 39277 21951 21864 19833
Face 39278 20231 21951 19833
Face 39279 21864 20631 20921
Face 39280 19833 21864 20921
Face 39281 20631 19343 21464
Face 39282 20921 20631 21464
Face 39283 19343 20650 20562
Face 39284 21464 19343 20562
Face 39285 17080 16986 16987
Face 39286 34527 34407 34788
Face 39287 20741 19754 15437
Face 39288 14550 29015 3816
Face 39289 13012 20933 20910
Face 39290 20653 22049 22032
Face 39291 22343 17768 22630
Face 39292 10034 10154 10152
Face 39293 16208 18341 19057
Face 39294 22629 13993 21180
Face 39295 22343 22534 19058
Face 39296 20915 20826 13993
Face 39297 22629 20915 13993
Face 39298 19840 15039 20826
Face 39299 20915 19840 20826
Face 39300 21201 21109 15039
Face 39301 19840 21201 15039
Face 39302 21201 12980 9530
Face 39303 21109 21201 9530
Face 39304 12980 12503 19399
Face 39305 9530 12980 19399
Face 39306 12503 21767 21960
Face 39307 19399 12503 21960
Face 39308 21767 13542 14609
Face 39309 21960 21767 14609
Face 39310 13542 20068 20309
Face 39311 14609 13542 20309
Face 39312 20068 20151 21951
Face 39313 20309 20068 21951
Face 39314 20151 19985 21864
Face 39315 21951 20151 21864
Face 39316 19985 21182 20631
Face 39317 21864 19985 20631
Face 39318 21182 20913 19343
Face 39319 20631 21182 19343
Face 39320 20913 21190 20650
Face 39321 19343 20913 20650
Face 39322 4874 25075 4478
Face 39323 27262 27263 24398
Face 39324 13727 14549 10718
Face 39325 15164 14902 13440
Face 39326 5128 4472 12104
Face 39327 23450 24226 23449
Face 39328 17360 22324 22420
Face 39329 29784 34742 29672
Face 39330 26756 20410 26870
Face 39331 26535 11109 6715
Face 39332 22534 22629 19058
Face 39333 21467 20915 22629
Face 39334 22534 21467 22629
Face 39335 19992 19840 20915
Face 39336 21467 19992 20915
Face 39337 21294 21201 19840
Face 39338 19992 21294 19840
Face 39339 21294 5243 12980
Face 39340 21201 21294 12980
Face 39341 5243 19398 12503
Face 39342 12980 5243 12503
Face 39343 19398 21766 21767
Face 39344 12503 19398 21767
Face 39345 21766 20399 13542
Face 39346 21767 21766 13542
Face 39347 20399 19989 20068
Face 39348 13542 20399 20068
Face 39349 19989 20229 20151
Face 39350 20068 19989 20151
Face 39351 20229 21282 19985
Face 39352 20151 20229 19985
Face 39353 21282 20457 21182
Face 39354 19985 21282 21182
Face 39355 20457 21094 20913
Face 39356 21182 20457 20913
Face 39357 22412 18034 22411
Face 39358 20913 21094 21190
Face 39359 11917 20644 20065
Face 39360 19410 19409 16896
Face 39361 28144 28145 27769
Face 39362 19827 19903 19826
Face 39363 140 20736 18718
Face 39364 15778 18743 17507
Face 39365 19411 19410 16896
Face 39366 20732 34464 6809
Face 39367 22438 22534 22343
Face 39368 22630 22438 22343
Face 39369 21562 21467 22534
Face 39370 22438 21562 22534
Face 39371 21562 20397 19992
Face 39372 21467 21562 19992
Face 39373 20397 21388 21294
Face 39374 19992 20397 21294
Face 39375 21388 13398 5243
Face 39376 21294 21388 5243
Face 39377 13398 19397 19398
Face 39378 5243 13398 19398
Face 39379 19397 21670 21766
Face 39380 19398 19397 21766
Face 39381 21670 19994 20399
Face 39382 21766 21670 20399
Face 39383 19994 19912 19989
Face 39384 20399 19994 19989
Face 39385 19912 21659 20229
Face 39386 19989 19912 20229
Face 39387 21659 21283 21282
Face 39388 20229 21659 21282
Face 39389 21283 20632 20457
Face 39390 21282 21283 20457
Face 39391 20632 21186 21094
Face 39392 20457 20632 21094
Face 39393 19981 907 19982
Face 39394 21094 18240 21190
Face 39395 20544 20633 17267
Face 39396 12435 12795 20833
Face 39397 24228 19930 19931
Face 39398 17839 18733 22420
Face 39399 20293 20377 20292
Face 39400 13734 28544 13535
Face 39401 18644 14395 14923
Face 39402 30 8563 10214
Face 39403 20651 17955 20563
Face 39404 20644 20997 19351
Face 39405 19577 19660 19576
Face 39406 19389 19581 19008
Face 39407 18629 21836 21739
Face 39408 15580 15163 22518
Face 39409 18672 18196 21002
Face 39410 15883 13861 17483
Face 39411 18840 17768 22343
Face 39412 20866 27573 27700
Face 39413 22341 22438 22630
Face 39414 22535 22341 22630
Face 39415 11699 21562 22438
Face 39416 22341 11699 22438
Face 39417 21758 20397 21562
Face 39418 11699 21758 21562
Face 39419 21758 11300 21388
Face 39420 20397 21758 21388
Face 39421 11300 4324 13398
Face 39422 21388 11300 13398
Face 39423 4324 19396 19397
Face 39424 13398 4324 19397
Face 39425 19396 21022 21670
Face 39426 19397 19396 21670
Face 39427 21022 19431 19994
Face 39428 21670 21022 19994
Face 39429 19431 19671 19912
Face 39430 19994 19431 19912
Face 39431 19671 21754 21659
Face 39432 19912 19671 21659
Face 39433 21754 19849 21283
Face 39434 21659 21754 21283
Face 39435 19849 1381 20632
Face 39436 21283 19849 20632
Face 39437 1381 21093 21186
Face 39438 20632 1381 21186
Face 39439 19389 19882 19881
Face 39440 20290 20291 17986
Face 39441 19899 19977 19898
Face 39442 16808 16896 16807
Face 39443 23786 23738 23853
Face 39444 23905 11835 22792
Face 39445 23158 23786 23853
Face 39446 24005 24553 19783
Face 39447 24002 24005 19783
Face 39448 34731 34601 34535
Face 39449 34121 6733 34120
Face 39450 25400 25401 23794
Face 39451 20323 11574 22862
Face 39452 1467 24484 21741
Face 39453 25249 25250 25386
Face 39454 5249 8675 13581
Face 39455 22776 20004 24468
Face 39456 25524 25325 25617
Face 39457 6531 11542 8539
Face 39458 24359 22471 20492
Face 39459 4203 23177 23945
Face 39460 12820 2127 4472
Face 39461 10988 16186 3763
Face 39462 17712 18796 18936
Face 39463 19580 17088 19663
Face 39464 14532 15043 5128
Face 39465 12987 13172 11732
Face 39466 22409 22506 22408
Face 39467 32196 7239 7238
Face 39468 20820 4710 12940
Face 39469 11109 27165 6715
Face 39470 18669 20300 22326
Face 39471 18335 18240 21093
Face 39472 21179 22535 20200
Face 39473 22326 21179 20200
Face 39474 22246 22341 22535
Face 39475 21179 22246 22535
Face 39476 22153 11699 22341
Face 39477 22246 22153 22341
Face 39478 21856 21758 11699
Face 39479 22153 21856 11699
Face 39480 21856 21482 11300
Face 39481 21758 21856 11300
Face 39482 21482 21374 4324
Face 39483 11300 21482 4324
Face 39484 21374 19395 19396
Face 39485 4324 21374 19396
Face 39486 19395 21021 21022
Face 39487 19396 19395 21022
Face 39488 21021 20995 19431
Face 39489 21022 21021 19431
Face 39490 20995 19426 19671
Face 39491 19431 20995 19671
Face 39492 19426 21851 21754
Face 39493 19671 19426 21754
Face 39494 21851 14785 19849
Face 39495 21754 21851 19849
Face 39496 14785 20544 1381
Face 39497 19849 14785 1381
Face 39498 18735 21671 21859
Face 39499 1381 20544 21093
Face 39500 16033 19473 19417
Face 39501 20031 17699 17790
Face 39502 19552 19553 20368
Face 39503 19760 20546 20545
Face 39504 23738 22796 23805
Face 39505 23853 23738 23805
Face 39506 23293 24676 23805
Face 39507 22796 23293 23805
Face 39508 20319 23692 24676
Face 39509 23293 20319 24676
Face 39510 24440 23918 13391
Face 39511 23671 22977 23692
Face 39512 24152 25048 23522
Face 39513 24439 24440 13391
Face 39514 22729 22845 23709
Face 39515 23856 22462 22741
Face 39516 24274 25285 24634
Face 39517 25617 23093 25618
Face 39518 25251 25388 25387
Face 39519 19920 20323 22862
Face 39520 33627 33626 33499
Face 39521 34528 34293 34495
Face 39522 25254 25255 25391
Face 39523 22822 24013 19542
Face 39524 25255 25392 25391
Face 39525 16340 22353 15037
Face 39526 23945 23829 24406
Face 39527 24944 23237 23559
Face 39528 15107 24299 15240
Face 39529 18437 910 911
Face 39530 3424 3763 9046
Face 39531 23533 23603 25289
Face 39532 16342 16343 12767
Face 39533 985 3424 9046
Face 39534 14727 985 9046
Face 39535 12767 14727 9046
Face 39536 15440 15579 22227
Face 39537 19272 23674 23422
Face 39538 17351 19644 19726
Face 39539 31168 31269 31167
Face 39540 14089 13069 15462
Face 39541 20300 19436 22326
Face 39542 21572 20300 18669
Face 39543 21086 21179 22326
Face 39544 19436 21086 22326
Face 39545 21086 22150 22246
Face 39546 21179 21086 22246
Face 39547 22054 22153 22246
Face 39548 22150 22054 22246
Face 39549 15438 21856 22153
Face 39550 22054 15438 22153
Face 39551 15438 21575 21482
Face 39552 21856 15438 21482
Face 39553 21575 20914 21374
Face 39554 21482 21575 21374
Face 39555 20914 19394 19395
Face 39556 21374 20914 19395
Face 39557 19394 20931 21021
Face 39558 19395 19394 21021
Face 39559 20931 12346 20995
Face 39560 21021 20931 20995
Face 39561 12346 19414 19426
Face 39562 20995 12346 19426
Face 39563 19414 22622 21851
Face 39564 19426 19414 21851
Face 39565 22622 20064 14785
Face 39566 21851 22622 14785
Face 39567 20064 20633 20544
Face 39568 14785 20064 20544
Face 39569 19350 19753 5874
Face 39570 19117 18717 31536
Face 39571 12615 16033 19417
Face 39572 19473 19389 19388
Face 39573 5203 13829 10733
Face 39574 20658 20659 22129
Face 39575 20319 23671 23692
Face 39576 361 360 17017
Face 39577 23671 23558 23475
Face 39578 23572 23759 23612
Face 39579 23467 22086 22085
Face 39580 24090 1450 23719
Face 39581 23265 23612 23578
Face 39582 24677 24678 22542
Face 39583 11586 26358 26357
Face 39584 23113 25327 25192
Face 39585 23512 23839 23350
Face 39586 21741 11670 22257
Face 39587 23749 23113 25192
Face 39588 20096 13642 24609
Face 39589 25135 23025 23863
Face 39590 24697 16333 24698
Face 39591 7365 7474 456
Face 39592 25392 23767 22947
Face 39593 24474 20007 20006
Face 39594 21961 248 23046
Face 39595 20781 24725 24073
Face 39596 23088 248 21961
Face 39597 24406 23088 21961
Face 39598 23455 19700 22897
Face 39599 248 24359 23046
Face 39600 23504 24817 23313
Face 39601 18455 19272 12085
Face 39602 23603 22625 25289
Face 39603 23409 11271 23533
Face 39604 14490 15440 15436
Face 39605 22841 20305 24583
Face 39606 7848 14490 15436
Face 39607 23390 24549 21514
Face 39608 15436 15440 22227
Face 39609 15579 20036 20037
Face 39610 22217 22313 22216
Face 39611 16505 15873 16342
Face 39612 22805 22838 24741
Face 39613 30904 30903 30805
Face 39614 31500 31501 31609
Face 39615 20471 20808 19436
Face 39616 20300 20471 19436
Face 39617 21085 21086 19436
Face 39618 20808 21085 19436
Face 39619 22052 22150 21086
Face 39620 21085 22052 21086
Face 39621 19501 22054 22150
Face 39622 22052 19501 22150
Face 39623 19501 19757 15438
Face 39624 22054 19501 15438
Face 39625 19757 21669 21575
Face 39626 15438 19757 21575
Face 39627 21669 20304 20914
Face 39628 21575 21669 20914
Face 39629 20304 19393 19394
Face 39630 20914 20304 19394
Face 39631 19393 7502 20931
Face 39632 19394 19393 20931
Face 39633 7502 3187 12346
Face 39634 20931 7502 12346
Face 39635 3187 12727 19414
Face 39636 12346 3187 19414
Face 39637 12727 19751 22622
Face 39638 19414 12727 22622
Face 39639 19751 19310 20064
Face 39640 22622 19751 20064
Face 39641 7130 7018 6611
Face 39642 15594 2925 15058
Face 39643 12795 12435 21867
Face 39644 18684 22613 19068
Face 39645 19337 19809 19808
Face 39646 19766 14650 16031
Face 39647 12435 11434 21843
Face 39648 22977 23671 23475
Face 39649 23558 23375 22907
Face 39650 23475 23558 22907
Face 39651 23471 21796 22907
Face 39652 23375 23471 22907
Face 39653 34387 34795 34571
Face 39654 23471 16964 21796
Face 39655 30240 30241 30305
Face 39656 23179 22905 22928
Face 39657 23108 22081 24616
Face 39658 23907 22944 22936
Face 39659 24360 22762 23764
Face 39660 21661 25084 21853
Face 39661 28547 34546 34430
Face 39662 23053 15450 24942
Face 39663 16517 13872 24751
Face 39664 24353 23476 20897
Face 39665 23040 23704 24206
Face 39666 23095 24888 23615
Face 39667 25250 25251 25387
Face 39668 24321 23997 23086
Face 39669 24834 24969 24968
Face 39670 33543 33422 18738
Face 39671 23106 12647 24400
Face 39672 23581 23499 24210
Face 39673 20492 22471 11746
Face 39674 24385 24400 11746
Face 39675 13760 12083 19995
Face 39676 21801 24385 11746
Face 39677 29142 22066 22163
Face 39678 22066 21969 22067
Face 39679 22067 22164 22163
Face 39680 22259 22258 22163
Face 39681 22258 22354 29403
Face 39682 22164 22259 22163
Face 39683 29534 22354 22451
Face 39684 22259 22355 22258
Face 39685 19664 17088 17089
Face 39686 22355 22451 22354
Face 39687 23285 23967 23966
Face 39688 22642 29796 22547
Face 39689 12532 23279 24613
Face 39690 23203 11916 4203
Face 39691 16343 14727 12767
Face 39692 22227 15579 20037
Face 39693 27767 27897 22955
Face 39694 15873 16343 16342
Face 39695 24741 27137 23958
Face 39696 23380 18560 18871
Face 39697 32951 32950 32818
Face 39698 30530 30529 25676
Face 39699 20386 20837 20808
Face 39700 20471 20386 20808
Face 39701 21084 21085 20808
Face 39702 20837 21084 20808
Face 39703 21954 22052 21085
Face 39704 21084 21954 21085
Face 39705 20303 19501 22052
Face 39706 21954 20303 22052
Face 39707 20303 19993 19757
Face 39708 19501 20303 19757
Face 39709 19993 21765 21669
Face 39710 19757 19993 21669
Face 39711 21765 20223 20304
Face 39712 21669 21765 20304
Face 39713 20223 20649 19393
Face 39714 20304 20223 19393
Face 39715 20649 21863 7502
Face 39716 19393 20649 7502
Face 39717 21863 12800 3187
Face 39718 7502 21863 3187
Face 39719 12800 22240 12727
Face 39720 3187 12800 12727
Face 39721 22240 19835 19751
Face 39722 12727 22240 19751
Face 39723 22525 19310 19751
Face 39724 19835 22525 19751
Face 39725 18521 19310 22525
Face 39726 26076 17855 18058
Face 39727 19334 19335 19801
Face 39728 17860 22525 19338
Face 39729 19579 19580 19662
Face 39730 3379 4754 13818
Face 39731 22905 20157 20158
Face 39732 23281 24158 21677
Face 39733 24548 24547 23950
Face 39734 23719 1450 24318
Face 39735 24276 23640 1903
Face 39736 22769 23969 22695
Face 39737 25059 25198 20580
Face 39738 24342 24023 24125
Face 39739 34499 34755 34442
Face 39740 25113 25252 25251
Face 39741 1450 23467 24318
Face 39742 33360 33359 33223
Face 39743 25112 25113 25251
Face 39744 24960 24961 25099
Face 39745 24407 23041 248
Face 39746 6586 22271 2815
Face 39747 24689 24690 24825
Face 39748 21303 21397 21396
Face 39749 28224 21396 21490
Face 39750 21397 21491 21490
Face 39751 21491 28360 21490
Face 39752 21491 21585 21584
Face 39753 21679 21584 21585
Face 39754 21585 21680 21679
Face 39755 21679 21680 21776
Face 39756 21680 21777 21776
Face 39757 21776 21873 28760
Face 39758 21777 21874 21873
Face 39759 21970 21873 21874
Face 39760 21874 21971 21970
Face 39761 21970 21969 28887
Face 39762 22068 22067 21970
Face 39763 21971 22068 21970
Face 39764 22165 22164 22067
Face 39765 22068 22165 22067
Face 39766 22260 22259 22164
Face 39767 22165 22260 22164
Face 39768 22356 22355 22259
Face 39769 22260 22356 22259
Face 39770 22452 22451 22355
Face 39771 22356 22452 22355
Face 39772 22548 22547 22451
Face 39773 22452 22548 22451
Face 39774 12723 23167 2788
Face 39775 17863 22642 13038
Face 39776 22972 24185 19783
Face 39777 17863 29796 22642
Face 39778 5597 5337 16505
Face 39779 25078 24548 23950
Face 39780 4751 15072 19599
Face 39781 6612 18412 29326
Face 39782 17432 17517 17431
Face 39783 21479 20472 20386
Face 39784 32819 32951 32818
Face 39785 20472 20926 20837
Face 39786 20386 20472 20837
Face 39787 20993 21084 20837
Face 39788 20926 20993 20837
Face 39789 21857 21954 21084
Face 39790 20993 21857 21084
Face 39791 13163 20303 21954
Face 39792 21857 13163 21954
Face 39793 13163 20398 19993
Face 39794 20303 13163 19993
Face 39795 20398 21862 21765
Face 39796 19993 20398 21765
Face 39797 21862 20145 20223
Face 39798 21765 21862 20223
Face 39799 20145 19750 20649
Face 39800 20223 20145 20649
Face 39801 19750 21576 21863
Face 39802 20649 19750 21863
Face 39803 21576 13809 12800
Face 39804 21863 21576 12800
Face 39805 13809 22144 22240
Face 39806 12800 13809 22240
Face 39807 22144 19909 19835
Face 39808 22240 22144 19835
Face 39809 19909 19338 22525
Face 39810 19835 19909 22525
Face 39811 17308 17135 22128
Face 39812 22024 22122 22023
Face 39813 29143 19095 19097
Face 39814 19493 19492 19412
Face 39815 18341 16208 23
Face 39816 22049 22129 13012
Face 39817 12792 25360 23614
Face 39818 20759 23252 23049
Face 39819 25185 24083 11749
Face 39820 23881 23281 21677
Face 39821 24733 24726 23664
Face 39822 24838 24839 24973
Face 39823 11751 12792 23433
Face 39824 24703 24839 24838
Face 39825 24702 24703 24838
Face 39826 24974 25113 25112
Face 39827 24839 24974 24973
Face 39828 25252 25389 25388
Face 39829 24973 24974 25112
Face 39830 15862 15861 24711
Face 39831 25251 25252 25388
Face 39832 21211 21118 21119
Face 39833 25239 25376 25375
Face 39834 21119 21212 21211
Face 39835 17775 5656 5781
Face 39836 21212 21304 21303
Face 39837 21211 21212 21303
Face 39838 21304 21398 21397
Face 39839 21303 21304 21397
Face 39840 21398 21492 21491
Face 39841 21397 21398 21491
Face 39842 21492 21586 21585
Face 39843 21491 21492 21585
Face 39844 21586 21681 21680
Face 39845 21585 21586 21680
Face 39846 21681 21778 21777
Face 39847 21680 21681 21777
Face 39848 21778 21875 21874
Face 39849 21777 21778 21874
Face 39850 21972 21971 21874
Face 39851 21875 21972 21874
Face 39852 22069 22068 21971
Face 39853 21972 22069 21971
Face 39854 22166 22165 22068
Face 39855 22069 22166 22068
Face 39856 22261 22260 22165
Face 39857 22166 22261 22165
Face 39858 22357 22356 22260
Face 39859 22261 22357 22260
Face 39860 22453 22452 22356
Face 39861 22357 22453 22356
Face 39862 22549 22548 22452
Face 39863 22453 22549 22452
Face 39864 22643 22642 22548
Face 39865 22549 22643 22548
Face 39866 1903 22883 13038
Face 39867 22643 14892 22642
Face 39868 24276 8967 974
Face 39869 14892 8967 13038
Face 39870 26063 26176 26175
Face 39871 5337 15873 16505
Face 39872 16958 22439 18318
Face 39873 18936 18796 17353
Face 39874 32764 31652 21479
Face 39875 20472 17656 20926
Face 39876 5272 21016 17656
Face 39877 20992 20993 20926
Face 39878 21016 20992 20926
Face 39879 8267 21857 20993
Face 39880 20992 8267 20993
Face 39881 12522 13163 21857
Face 39882 8267 12522 21857
Face 39883 12522 21953 20398
Face 39884 13163 12522 20398
Face 39885 21953 21959 21862
Face 39886 20398 21953 21862
Face 39887 21959 20144 20145
Face 39888 21862 21959 20145
Face 39889 20144 3716 19750
Face 39890 20145 20144 19750
Face 39891 3716 21483 21576
Face 39892 19750 3716 21576
Face 39893 21483 13541 13809
Face 39894 21576 21483 13809
Face 39895 13541 22046 22144
Face 39896 13809 13541 22144
Face 39897 22046 19987 19909
Face 39898 22144 22046 19909
Face 39899 19987 19311 19338
Face 39900 19909 19987 19338
Face 39901 18070 17977 17978
Face 39902 27496 28946 27497
Face 39903 13354 11917 118
Face 39904 19658 19657 19574
Face 39905 20054 20055 20136
Face 39906 19801 20547 20546
Face 39907 23642 23745 19703
Face 39908 2 24799 24661
Face 39909 22811 23832 23812
Face 39910 24313 23717 24022
Face 39911 24021 23881 21677
Face 39912 25389 23282 21581
Face 39913 18254 24476 23379
Face 39914 24152 22833 25048
Face 39915 25388 25389 21581
Face 39916 25238 25239 25375
Face 39917 24339 6735 23141
Face 39918 20937 27443 20848
Face 39919 24587 24589 23058
Face 39920 20849 20938 20937
Face 39921 21029 20937 20938
Face 39922 20938 21030 21029
Face 39923 27691 27565 21029
Face 39924 21030 21120 21119
Face 39925 21029 21030 21119
Face 39926 21120 21213 21212
Face 39927 21119 21120 21212
Face 39928 21213 21305 21304
Face 39929 21212 21213 21304
Face 39930 21305 21399 21398
Face 39931 21304 21305 21398
Face 39932 21399 21493 21492
Face 39933 21398 21399 21492
Face 39934 21493 21587 21586
Face 39935 21492 21493 21586
Face 39936 21587 21682 21681
Face 39937 21586 21587 21681
Face 39938 21682 21779 21778
Face 39939 21681 21682 21778
Face 39940 21779 21876 21875
Face 39941 21778 21779 21875
Face 39942 21876 21973 21972
Face 39943 21875 21876 21972
Face 39944 22070 22069 21972
Face 39945 21973 22070 21972
Face 39946 22167 22166 22069
Face 39947 22070 22167 22069
Face 39948 22262 22261 22166
Face 39949 22167 22262 22166
Face 39950 22358 22357 22261
Face 39951 22262 22358 22261
Face 39952 22454 22453 22357
Face 39953 22358 22454 22357
Face 39954 22550 22549 22453
Face 39955 22454 22550 22453
Face 39956 22644 22643 22549
Face 39957 22550 22644 22549
Face 39958 2774 14892 22643
Face 39959 22644 2774 22643
Face 39960 974 8967 14892
Face 39961 2774 974 14892
Face 39962 5144 15109 5597
Face 39963 30966 30965 30864
Face 39964 21836 21835 21738
Face 39965 12349 19376 33290
Face 39966 17709 13365 14809
Face 39967 17880 22127 17135
Face 39968 17283 20558 17656
Face 39969 17656 21016 20926
Face 39970 20900 20992 21016
Face 39971 5272 20900 21016
Face 39972 13989 8267 20992
Face 39973 20900 13989 20992
Face 39974 19502 12522 8267
Face 39975 13989 19502 8267
Face 39976 19502 22051 21953
Face 39977 12522 19502 21953
Face 39978 22051 22057 21959
Face 39979 21953 22051 21959
Face 39980 22057 19420 20144
Face 39981 21959 22057 20144
Face 39982 19420 19392 3716
Face 39983 20144 19420 3716
Face 39984 19392 21389 21483
Face 39985 3716 19392 21483
Face 39986 21389 20313 13541
Face 39987 21483 21389 13541
Face 39988 20313 21948 22046
Face 39989 13541 20313 22046
Face 39990 21948 20062 19987
Face 39991 22046 21948 19987
Face 39992 20062 22526 19311
Face 39993 19987 20062 19311
Face 39994 17709 18714 19222
Face 39995 18335 21093 18428
Face 39996 19333 19334 19760
Face 39997 29739 23910 12458
Face 39998 13365 17709 19222
Face 39999 24854 25320 24853
Face 40000 23904 23365 23112
Face 40001 23790 23923 23496
Face 40002 23282 23299 23232
Face 40003 24022 24021 21677
Face 40004 23242 16017 25359
Face 40005 21581 23282 23232
Face 40006 27098 20670 27214
Face 40007 11229 13199 11161
Face 40008 20671 20761 20760
Face 40009 27326 27214 20760
Face 40010 20761 20850 20849
Face 40011 20760 20761 20849
Face 40012 20850 20939 20938
Face 40013 20849 20850 20938
Face 40014 20939 21031 21030
Face 40015 20938 20939 21030
Face 40016 21031 21121 21120
Face 40017 21030 21031 21120
Face 40018 21121 21214 21213
Face 40019 21120 21121 21213
Face 40020 21214 21306 21305
Face 40021 21213 21214 21305
Face 40022 21306 21400 21399
Face 40023 21305 21306 21399
Face 40024 21400 21494 21493
Face 40025 21399 21400 21493
Face 40026 21494 21588 21587
Face 40027 21493 21494 21587
Face 40028 21588 21683 21682
Face 40029 21587 21588 21682
Face 40030 21683 21780 21779
Face 40031 21682 21683 21779
Face 40032 21780 21877 21876
Face 40033 21779 21780 21876
Face 40034 21877 21974 21973
Face 40035 21876 21877 21973
Face 40036 22071 22070 21973
Face 40037 21974 22071 21973
Face 40038 22168 22167 22070
Face 40039 22071 22168 22070
Face 40040 22263 22262 22167
Face 40041 22168 22263 22167
Face 40042 22359 22358 22262
Face 40043 22263 22359 22262
Face 40044 22455 22454 22358
Face 40045 22359 22455 22358
Face 40046 22551 22550 22454
Face 40047 22455 22551 22454
Face 40048 22645 22644 22550
Face 40049 22551 22645 22550
Face 40050 10986 2774 22644
Face 40051 22645 10986 22644
Face 40052 12287 974 2774
Face 40053 10986 12287 2774
Face 40054 695 2894 3050
Face 40055 12287 2894 974
Face 40056 21932 21931 21835
Face 40057 21836 21932 21835
Face 40058 18743 15635 17832
Face 40059 16517 12528 13888
Face 40060 14644 5272 20558
Face 40061 18724 18830 18819
Face 40062 20899 20900 5272
Face 40063 14644 20899 5272
Face 40064 21759 13989 20900
Face 40065 20899 21759 20900
Face 40066 19667 19502 13989
Face 40067 21759 19667 13989
Face 40068 19667 13483 22051
Face 40069 19502 19667 22051
Face 40070 13483 22156 22057
Face 40071 22051 13483 22057
Face 40072 22156 20556 19420
Face 40073 22057 22156 19420
Face 40074 20556 19983 19392
Face 40075 19420 20556 19392
Face 40076 19983 21020 21389
Face 40077 19392 19983 21389
Face 40078 21020 20314 20313
Face 40079 21389 21020 20313
Face 40080 20314 21381 21948
Face 40081 20313 20314 21948
Face 40082 21381 21187 20062
Face 40083 21948 21381 20062
Face 40084 19599 15072 19517
Face 40085 20062 21187 22526
Face 40086 25738 25737 23393
Face 40087 26072 34286 34801
Face 40088 19387 19880 19386
Face 40089 19902 19980 19901
Face 40090 22030 22029 21931
Face 40091 21932 22030 21931
Face 40092 22128 22127 22029
Face 40093 22030 22128 22029
Face 40094 17430 17431 19800
Face 40095 17180 19665 17089
Face 40096 22465 22559 16350
Face 40097 23334 29466 23405
Face 40098 20961 23048 23923
Face 40099 23790 20961 23923
Face 40100 7462 23904 23112
Face 40101 20961 23513 23479
Face 40102 23299 24092 24214
Face 40103 23717 24313 23365
Face 40104 25327 25359 22750
Face 40105 23232 23299 24214
Face 40106 20670 20582 20671
Face 40107 24409 24103 24079
Face 40108 20583 20672 20671
Face 40109 20582 20583 20671
Face 40110 20672 20762 20761
Face 40111 20671 20672 20761
Face 40112 20762 20851 20850
Face 40113 20761 20762 20850
Face 40114 20851 20940 20939
Face 40115 20850 20851 20939
Face 40116 20940 21032 21031
Face 40117 20939 20940 21031
Face 40118 21032 21122 21121
Face 40119 21031 21032 21121
Face 40120 21122 21215 21214
Face 40121 21121 21122 21214
Face 40122 21215 21307 21306
Face 40123 21214 21215 21306
Face 40124 21307 21401 21400
Face 40125 21306 21307 21400
Face 40126 21401 21495 21494
Face 40127 21400 21401 21494
Face 40128 21495 21589 21588
Face 40129 21494 21495 21588
Face 40130 21589 21684 21683
Face 40131 21588 21589 21683
Face 40132 21684 21781 21780
Face 40133 21683 21684 21780
Face 40134 21781 21878 21877
Face 40135 21780 21781 21877
Face 40136 21878 21975 21974
Face 40137 21877 21878 21974
Face 40138 21975 22072 22071
Face 40139 21974 21975 22071
Face 40140 22169 22168 22071
Face 40141 22072 22169 22071
Face 40142 22264 22263 22168
Face 40143 22169 22264 22168
Face 40144 22360 22359 22263
Face 40145 22264 22360 22263
Face 40146 22456 22455 22359
Face 40147 22360 22456 22359
Face 40148 22552 22551 22455
Face 40149 22456 22552 22455
Face 40150 22646 22645 22551
Face 40151 22552 22646 22551
Face 40152 13461 10986 22645
Face 40153 22646 13461 22645
Face 40154 12905 12287 10986
Face 40155 13461 12905 10986
Face 40156 695 3050 11600
Face 40157 12905 3050 12287
Face 40158 16185 20749 16037
Face 40159 3951 3184 15868
Face 40160 13077 13747 13078
Face 40161 1573 9068 15470
Face 40162 19976 20053 20052
Face 40163 17950 18288 17769
Face 40164 28162 27753 22147
Face 40165 20898 20899 14644
Face 40166 20032 20898 14644
Face 40167 21664 21759 20899
Face 40168 20898 21664 20899
Face 40169 20388 19667 21759
Face 40170 21664 20388 21759
Face 40171 20388 12919 13483
Face 40172 19667 20388 13483
Face 40173 12919 14525 22156
Face 40174 13483 12919 22156
Face 40175 14525 19785 20556
Face 40176 22156 14525 20556
Face 40177 19785 19391 19983
Face 40178 20556 19785 19983
Face 40179 19391 20930 21020
Face 40180 19983 19391 21020
Face 40181 20930 20073 20314
Face 40182 21020 20930 20314
Face 40183 20073 21285 21381
Face 40184 20314 20073 21381
Face 40185 21285 21279 21187
Face 40186 21381 21285 21187
Face 40187 17594 21187 21279
Face 40188 12552 29485 24536
Face 40189 12610 12700 12609
Face 40190 28013 27613 23361
Face 40191 19743 19826 19742
Face 40192 20135 20213 20212
Face 40193 12086 12001 10717
Face 40194 7809 13077 12061
Face 40195 13747 10717 13078
Face 40196 16658 15167 5144
Face 40197 3951 15167 16658
Face 40198 16020 3951 15868
Face 40199 15109 5337 5597
Face 40200 7809 12061 14915
Face 40201 11204 13347 13441
Face 40202 14916 7809 14915
Face 40203 27388 26184 26558
Face 40204 23048 20961 23479
Face 40205 24225 24533 24046
Face 40206 23513 24716 24715
Face 40207 23904 23717 23365
Face 40208 23806 7462 22844
Face 40209 24092 13452 13642
Face 40210 23717 24021 24022
Face 40211 25359 22652 22750
Face 40212 24214 24092 13642
Face 40213 20495 20583 26984
Face 40214 16017 24538 25359
Face 40215 20496 20584 20583
Face 40216 20495 20496 20583
Face 40217 20584 20673 20672
Face 40218 20583 20584 20672
Face 40219 20673 20763 20762
Face 40220 20672 20673 20762
Face 40221 20763 20852 20851
Face 40222 20762 20763 20851
Face 40223 20852 20941 20940
Face 40224 20851 20852 20940
Face 40225 20941 21033 21032
Face 40226 20940 20941 21032
Face 40227 21033 21123 21122
Face 40228 21032 21033 21122
Face 40229 21123 21216 21215
Face 40230 21122 21123 21215
Face 40231 21216 21308 21307
Face 40232 21215 21216 21307
Face 40233 21308 21402 21401
Face 40234 21307 21308 21401
Face 40235 21402 21496 21495
Face 40236 21401 21402 21495
Face 40237 21496 21590 21589
Face 40238 21495 21496 21589
Face 40239 21590 21685 21684
Face 40240 21589 21590 21684
Face 40241 21685 21782 21781
Face 40242 21684 21685 21781
Face 40243 21782 21879 21878
Face 40244 21781 21782 21878
Face 40245 21879 21976 21975
Face 40246 21878 21879 21975
Face 40247 21976 22073 22072
Face 40248 21975 21976 22072
Face 40249 22170 22169 22072
Face 40250 22073 22170 22072
Face 40251 22265 22264 22169
Face 40252 22170 22265 22169
Face 40253 22361 22360 22264
Face 40254 22265 22361 22264
Face 40255 22457 22456 22360
Face 40256 22361 22457 22360
Face 40257 22553 22552 22456
Face 40258 22457 22553 22456
Face 40259 22647 22646 22552
Face 40260 22553 22647 22552
Face 40261 4208 13461 22646
Face 40262 22647 4208 22646
Face 40263 7744 12905 13461
Face 40264 4208 7744 13461
Face 40265 1449 15302 11600
Face 40266 7744 11600 12905
Face 40267 11204 13629 12413
Face 40268 4742 11204 12413
Face 40269 13077 13078 12061
Face 40270 26559 27388 26558
Face 40271 20067 17865 20394
Face 40272 15756 15905 15755
Face 40273 21654 21107 18229
Face 40274 9068 15469 15470
Face 40275 15603 20033 19934
Face 40276 19560 20898 20032
Face 40277 21107 19560 20032
Face 40278 20481 21664 20898
Face 40279 19560 20481 20898
Face 40280 20474 20388 21664
Face 40281 20481 20474 21664
Face 40282 20474 16513 12919
Face 40283 20388 20474 12919
Face 40284 16513 22251 14525
Face 40285 12919 16513 14525
Face 40286 22251 21373 19785
Face 40287 14525 22251 19785
Face 40288 21373 22430 19391
Face 40289 19785 21373 19391
Face 40290 22430 20841 20930
Face 40291 19391 22430 20930
Face 40292 20841 20072 20073
Face 40293 20930 20841 20073
Face 40294 20072 21193 21285
Face 40295 20073 20072 21285
Face 40296 22127 17880 22126
Face 40297 21285 21193 21279
Face 40298 32153 32257 32152
Face 40299 20125 20203 20202
Face 40300 13641 13012 20910
Face 40301 17709 14809 18796
Face 40302 29215 29083 20786
Face 40303 19902 19901 19825
Face 40304 32425 17081 19116
Face 40305 16350 16185 16037
Face 40306 13441 13347 15868
Face 40307 13347 16020 15868
Face 40308 3184 3951 16658
Face 40309 15167 15109 5144
Face 40310 19959 19958 20037
Face 40311 22521 20216 19958
Face 40312 13629 11204 13441
Face 40313 20036 19959 20037
Face 40314 20749 19327 19319
Face 40315 22601 4742 22600
Face 40316 22559 16185 16350
Face 40317 10843 8215 13264
Face 40318 24962 25101 25100
Face 40319 22701 23557 19538
Face 40320 23479 23513 24715
Face 40321 13452 23557 22701
Face 40322 13642 13452 22701
Face 40323 11203 24006 24001
Face 40324 23557 22703 19538
Face 40325 21609 21516 24619
Face 40326 24079 24103 22836
Face 40327 20410 20497 20496
Face 40328 30674 30673 30579
Face 40329 20497 20585 20584
Face 40330 20496 20497 20584
Face 40331 20585 20674 20673
Face 40332 20584 20585 20673
Face 40333 20674 20764 20763
Face 40334 20673 20674 20763
Face 40335 20764 20853 20852
Face 40336 20763 20764 20852
Face 40337 20853 20942 20941
Face 40338 20852 20853 20941
Face 40339 20942 21034 21033
Face 40340 20941 20942 21033
Face 40341 21034 21124 21123
Face 40342 21033 21034 21123
Face 40343 21124 21217 21216
Face 40344 21123 21124 21216
Face 40345 21217 21309 21308
Face 40346 21216 21217 21308
Face 40347 21309 21403 21402
Face 40348 21308 21309 21402
Face 40349 21403 21497 21496
Face 40350 21402 21403 21496
Face 40351 21497 21591 21590
Face 40352 21496 21497 21590
Face 40353 21591 21686 21685
Face 40354 21590 21591 21685
Face 40355 21686 21783 21782
Face 40356 21685 21686 21782
Face 40357 21880 21879 21782
Face 40358 21783 21880 21782
Face 40359 21880 21977 21976
Face 40360 21879 21880 21976
Face 40361 21977 22074 22073
Face 40362 21976 21977 22073
Face 40363 22074 22171 22170
Face 40364 22073 22074 22170
Face 40365 22266 22265 22170
Face 40366 22171 22266 22170
Face 40367 22362 22361 22265
Face 40368 22266 22362 22265
Face 40369 22458 22457 22361
Face 40370 22362 22458 22361
Face 40371 22554 22553 22457
Face 40372 22458 22554 22457
Face 40373 22648 22647 22553
Face 40374 22554 22648 22553
Face 40375 9056 4208 22647
Face 40376 22648 9056 22647
Face 40377 13723 7744 4208
Face 40378 9056 13723 4208
Face 40379 1449 11600 7744
Face 40380 13723 1449 7744
Face 40381 4742 12413 22600
Face 40382 23295 22766 12534
Face 40383 16037 20749 19319
Face 40384 16423 6803 9383
Face 40385 25753 25752 23857
Face 40386 27273 26356 16668
Face 40387 19435 22230 21654
Face 40388 27861 20788 27862
Face 40389 21199 21107 21654
Face 40390 22230 21199 21654
Face 40391 19559 19560 21107
Face 40392 21199 19559 21107
Face 40393 21744 20481 19560
Face 40394 19559 21744 19560
Face 40395 20560 20474 20481
Face 40396 21744 20560 20481
Face 40397 20560 19676 16513
Face 40398 20474 20560 16513
Face 40399 19676 22634 22251
Face 40400 16513 19676 22251
Face 40401 22634 20825 21373
Face 40402 22251 22634 21373
Face 40403 20825 20994 22430
Face 40404 21373 20825 22430
Face 40405 20994 20842 20841
Face 40406 22430 20994 20841
Face 40407 20842 19510 20072
Face 40408 20841 20842 20072
Face 40409 19510 20394 21193
Face 40410 20072 19510 21193
Face 40411 20128 20206 20205
Face 40412 22535 22630 17768
Face 40413 19809 19831 20627
Face 40414 19982 17631 17630
Face 40415 20833 12456 4710
Face 40416 23120 23119 23064
Face 40417 20997 19352 19351
Face 40418 20819 12940 13449
Face 40419 19575 19574 19493
Face 40420 13449 12940 20989
Face 40421 14549 13454 19271
Face 40422 1551 13727 10718
Face 40423 13454 19335 19334
Face 40424 15033 22559 14903
Face 40425 12708 13738 13644
Face 40426 27831 27963 27830
Face 40427 19740 19739 19656
Face 40428 12840 16423 9383
Face 40429 20213 20214 20295
Face 40430 24716 23263 23678
Face 40431 24232 28270 23802
Face 40432 19281 19361 19280
Face 40433 22703 24344 24212
Face 40434 19361 19441 19360
Face 40435 23928 23000 23342
Face 40436 19441 19521 19440
Face 40437 5073 14931 14980
Face 40438 32952 32951 32819
Face 40439 20472 21479 17283
Face 40440 6164 33168 6037
Face 40441 22410 22507 22409
Face 40442 22601 22600 22506
Face 40443 19574 19657 19573
Face 40444 19899 19898 19822
Face 40445 23229 23228 24357
Face 40446 20380 20379 20295
Face 40447 25321 24950 25197
Face 40448 23784 25321 25197
Face 40449 24212 24344 16017
Face 40450 23430 24578 23889
Face 40451 24864 23430 24538
Face 40452 16017 24864 24538
Face 40453 20325 20411 20410
Face 40454 29277 29347 11775
Face 40455 20411 20498 20497
Face 40456 20410 20411 20497
Face 40457 20498 20586 20585
Face 40458 20497 20498 20585
Face 40459 20586 20675 20674
Face 40460 20585 20586 20674
Face 40461 20675 20765 20764
Face 40462 20674 20675 20764
Face 40463 20765 20854 20853
Face 40464 20764 20765 20853
Face 40465 20854 20943 20942
Face 40466 20853 20854 20942
Face 40467 20943 21035 21034
Face 40468 20942 20943 21034
Face 40469 21035 21125 21124
Face 40470 21034 21035 21124
Face 40471 21125 21218 21217
Face 40472 21124 21125 21217
Face 40473 21218 21310 21309
Face 40474 21217 21218 21309
Face 40475 21310 21404 21403
Face 40476 21309 21310 21403
Face 40477 21404 21498 21497
Face 40478 21403 21404 21497
Face 40479 21498 21592 21591
Face 40480 21497 21498 21591
Face 40481 21592 21687 21686
Face 40482 21591 21592 21686
Face 40483 21687 21784 21783
Face 40484 21686 21687 21783
Face 40485 21784 21881 21880
Face 40486 21783 21784 21880
Face 40487 21978 21977 21880
Face 40488 21881 21978 21880
Face 40489 21978 22075 22074
Face 40490 21977 21978 22074
Face 40491 22075 22172 22171
Face 40492 22074 22075 22171
Face 40493 22267 22266 22171
Face 40494 22172 22267 22171
Face 40495 22363 22362 22266
Face 40496 22267 22363 22266
Face 40497 22459 22458 22362
Face 40498 22363 22459 22362
Face 40499 22555 22554 22458
Face 40500 22459 22555 22458
Face 40501 22649 22648 22554
Face 40502 22555 22649 22554
Face 40503 9415 9056 22648
Face 40504 2170 22649 22650
Face 40505 8539 13723 9056
Face 40506 9415 22649 2170
Face 40507 4202 1449 13723
Face 40508 8539 4202 13723
Face 40509 23792 1449 23791
Face 40510 17492 18252 17336
Face 40511 26472 11166 20803
Face 40512 13738 5203 13644
Face 40513 25421 29852 29851
Face 40514 9186 34818 34704
Face 40515 31719 31720 31831
Face 40516 17225 5781 5909
Face 40517 16349 21292 21199
Face 40518 22230 16349 21199
Face 40519 19558 19559 21199
Face 40520 21292 19558 21199
Face 40521 21569 21744 19559
Face 40522 19558 21569 19559
Face 40523 2106 20560 21744
Face 40524 21569 2106 21744
Face 40525 2106 19917 19676
Face 40526 20560 2106 19676
Face 40527 19917 12845 22634
Face 40528 19676 19917 22634
Face 40529 12845 20143 20825
Face 40530 22634 12845 20825
Face 40531 20143 19390 20994
Face 40532 20825 20143 20994
Face 40533 19390 20754 20842
Face 40534 20994 19390 20842
Face 40535 20754 15301 19510
Face 40536 20842 20754 19510
Face 40537 15301 20067 20394
Face 40538 19510 15301 20394
Face 40539 17179 18843 17989
Face 40540 21639 33544 32882
Face 40541 19903 19981 19980
Face 40542 13911 11516 13175
Face 40543 18248 5458 18626
Face 40544 22416 22420 22324
Face 40545 24715 24716 23678
Face 40546 23263 25163 25152
Face 40547 23678 23263 25152
Face 40548 25163 23543 20605
Face 40549 25152 25163 20605
Face 40550 23543 23849 23920
Face 40551 16493 16331 16332
Face 40552 23185 23699 11080
Face 40553 24723 24859 24266
Face 40554 29851 29905 29850
Face 40555 21579 21644 19460
Face 40556 15451 12798 12911
Face 40557 20816 29204 13579
Face 40558 14990 5239 15113
Face 40559 19253 19282 19281
Face 40560 19253 29936 29997
Face 40561 19362 19361 19281
Face 40562 19282 19362 19281
Face 40563 19442 19441 19361
Face 40564 19362 19442 19361
Face 40565 19522 19521 19441
Face 40566 19442 19522 19441
Face 40567 19603 19602 19521
Face 40568 19522 19603 19521
Face 40569 19686 19685 19602
Face 40570 19603 19686 19602
Face 40571 22507 22601 22506
Face 40572 11440 34322 11439
Face 40573 20634 20616 19460
Face 40574 22314 22410 22313
Face 40575 12343 13484 2906
Face 40576 20605 23543 23920
Face 40577 23901 23880 23179
Face 40578 24279 24554 23952
Face 40579 25321 23446 23440
Face 40580 23806 22844 23952
Face 40581 23951 23806 23952
Face 40582 20242 20326 20325
Face 40583 20324 20325 20410
Face 40584 20326 20412 20411
Face 40585 20325 20326 20411
Face 40586 20412 20499 20498
Face 40587 20411 20412 20498
Face 40588 20499 20587 20586
Face 40589 20498 20499 20586
Face 40590 20587 20676 20675
Face 40591 20586 20587 20675
Face 40592 20676 20766 20765
Face 40593 20675 20676 20765
Face 40594 20766 20855 20854
Face 40595 20765 20766 20854
Face 40596 20855 20944 20943
Face 40597 20854 20855 20943
Face 40598 20944 21036 21035
Face 40599 20943 20944 21035
Face 40600 21036 21126 21125
Face 40601 21035 21036 21125
Face 40602 21126 21219 21218
Face 40603 21125 21126 21218
Face 40604 21219 21311 21310
Face 40605 21218 21219 21310
Face 40606 21311 21405 21404
Face 40607 21310 21311 21404
Face 40608 21405 21499 21498
Face 40609 21404 21405 21498
Face 40610 21499 21593 21592
Face 40611 21498 21499 21592
Face 40612 21593 21688 21687
Face 40613 21592 21593 21687
Face 40614 21688 21785 21784
Face 40615 21687 21688 21784
Face 40616 21785 21882 21881
Face 40617 21784 21785 21881
Face 40618 21979 21978 21881
Face 40619 21882 21979 21881
Face 40620 22076 22075 21978
Face 40621 21979 22076 21978
Face 40622 22076 22173 22172
Face 40623 22075 22076 22172
Face 40624 22173 22268 22267
Face 40625 22172 22173 22267
Face 40626 22364 22363 22267
Face 40627 22268 22364 22267
Face 40628 22460 22459 22363
Face 40629 22364 22460 22363
Face 40630 17488 21646 19845
Face 40631 22460 29803 29802
Face 40632 27892 27374 24996
Face 40633 23173 24531 24534
Face 40634 32579 32706 32578
Face 40635 24554 23951 23952
Face 40636 23927 23798 23019
Face 40637 22695 23026 24233
Face 40638 23849 24443 24442
Face 40639 23542 23669 22732
Face 40640 14367 12343 2906
Face 40641 12766 12677 2906
Face 40642 13484 12766 2906
Face 40643 14150 14256 12677
Face 40644 17974 17884 17975
Face 40645 12715 12675 17621
Face 40646 24807 22859 23448
Face 40647 19931 19855 22925
Face 40648 12675 21386 21292
Face 40649 16349 12675 21292
Face 40650 19557 19558 21292
Face 40651 21386 19557 21292
Face 40652 21476 21569 19558
Face 40653 19557 21476 19558
Face 40654 21476 19585 2106
Face 40655 21569 21476 2106
Face 40656 19585 20484 19917
Face 40657 2106 19585 19917
Face 40658 20484 22540 12845
Face 40659 19917 20484 12845
Face 40660 22540 19419 20143
Face 40661 12845 22540 20143
Face 40662 19419 21757 19390
Face 40663 20143 19419 19390
Face 40664 21757 2152 20754
Face 40665 19390 21757 20754
Face 40666 2152 15071 15301
Face 40667 20754 2152 15301
Face 40668 15071 19988 20067
Face 40669 15301 15071 20067
Face 40670 17550 17413 21933
Face 40671 17360 22420 18733
Face 40672 19333 19760 19759
Face 40673 20933 21001 2644
Face 40674 11105 12261 13172
Face 40675 19721 22416 22320
Face 40676 23920 23849 24442
Face 40677 24443 25309 23978
Face 40678 24007 24554 24279
Face 40679 24006 24007 24279
Face 40680 21395 25332 5757
Face 40681 22934 23230 23091
Face 40682 25293 22989 24446
Face 40683 23639 22831 22946
Face 40684 19434 11866 21209
Face 40685 24325 21698 22938
Face 40686 7020 431 20710
Face 40687 22854 20260 22857
Face 40688 19754 19721 22320
Face 40689 22600 22599 22505
Face 40690 12766 14150 12677
Face 40691 19254 19283 19282
Face 40692 17199 470 469
Face 40693 19363 19362 19282
Face 40694 19283 19363 19282
Face 40695 19443 19442 19362
Face 40696 19363 19443 19362
Face 40697 19523 19522 19442
Face 40698 19443 19523 19442
Face 40699 19604 19603 19522
Face 40700 19523 19604 19522
Face 40701 19687 19686 19603
Face 40702 19604 19687 19603
Face 40703 13089 13116 4601
Face 40704 19687 19770 19686
Face 40705 22507 22506 22409
Face 40706 19959 22521 19958
Face 40707 3321 5332 33812
Face 40708 22123 22218 22122
Face 40709 14150 3321 14256
Face 40710 24442 24443 23978
Face 40711 25309 24419 24287
Face 40712 23978 25309 24287
Face 40713 21411 28501 21504
Face 40714 11203 11080 24006
Face 40715 20243 20327 20326
Face 40716 20242 20243 20326
Face 40717 20327 20413 20412
Face 40718 20326 20327 20412
Face 40719 20413 20500 20499
Face 40720 20412 20413 20499
Face 40721 20500 20588 20587
Face 40722 20499 20500 20587
Face 40723 20588 20677 20676
Face 40724 20587 20588 20676
Face 40725 20677 20767 20766
Face 40726 20676 20677 20766
Face 40727 20767 20856 20855
Face 40728 20766 20767 20855
Face 40729 20856 20945 20944
Face 40730 20855 20856 20944
Face 40731 20945 21037 21036
Face 40732 20944 20945 21036
Face 40733 21037 21127 21126
Face 40734 21036 21037 21126
Face 40735 21127 21220 21219
Face 40736 21126 21127 21219
Face 40737 21220 21312 21311
Face 40738 21219 21220 21311
Face 40739 21312 21406 21405
Face 40740 21311 21312 21405
Face 40741 21406 21500 21499
Face 40742 21405 21406 21499
Face 40743 21500 21594 21593
Face 40744 21499 21500 21593
Face 40745 21594 21689 21688
Face 40746 21593 21594 21688
Face 40747 21689 21786 21785
Face 40748 21688 21689 21785
Face 40749 21786 21883 21882
Face 40750 21785 21786 21882
Face 40751 21883 21980 21979
Face 40752 21882 21883 21979
Face 40753 22077 22076 21979
Face 40754 21980 22077 21979
Face 40755 22077 22174 22173
Face 40756 22076 22077 22173
Face 40757 22174 22269 22268
Face 40758 22173 22174 22268
Face 40759 22269 22365 22364
Face 40760 22268 22269 22364
Face 40761 29674 29805 22461
Face 40762 22364 22365 22460
Face 40763 23583 23173 24534
Face 40764 11080 24007 24006
Face 40765 5001 5632 2772
Face 40766 34693 34291 34465
Face 40767 20652 13730 2787
Face 40768 25286 24180 25287
Face 40769 21487 25056 25195
Face 40770 22690 21487 25195
Face 40771 23157 24588 21966
Face 40772 32018 32017 31912
Face 40773 33117 33116 32982
Face 40774 29557 29689 29556
Face 40775 28421 23219 23276
Face 40776 18841 10693 17407
Face 40777 17857 24419 23059
Face 40778 17712 18714 17709
Face 40779 26677 28765 26676
Face 40780 12715 21480 21386
Face 40781 12675 12715 21386
Face 40782 19556 19557 21386
Face 40783 21480 19556 21386
Face 40784 20567 21476 19557
Face 40785 19556 20567 19557
Face 40786 20648 19585 21476
Face 40787 20567 20648 21476
Face 40788 20648 22149 20484
Face 40789 19585 20648 20484
Face 40790 22149 22444 22540
Face 40791 20484 22149 22540
Face 40792 22444 12084 19419
Face 40793 22540 22444 19419
Face 40794 12084 9661 21757
Face 40795 19419 12084 21757
Face 40796 9661 21295 2152
Face 40797 21757 9661 2152
Face 40798 21295 4459 15071
Face 40799 2152 21295 15071
Face 40800 8979 32777 6288
Face 40801 15071 4459 19988
Face 40802 2779 4751 19682
Face 40803 20731 19346 17138
Face 40804 14650 16033 12615
Face 40805 19663 19746 19745
Face 40806 20909 20910 12554
Face 40807 12630 19721 19754
Face 40808 24054 24055 10842
Face 40809 21324 11514 21323
Face 40810 23042 23875 19763
Face 40811 23185 11080 11203
Face 40812 23618 23185 11203
Face 40813 24538 23430 23889
Face 40814 24584 25277 23313
Face 40815 1496 4021 1383
Face 40816 24072 25081 24188
Face 40817 16330 16172 16173
Face 40818 25308 23616 24864
Face 40819 22506 22600 22505
Face 40820 24172 24292 24052
Face 40821 24907 23549 23292
Face 40822 20518 20517 20431
Face 40823 19284 19283 19254
Face 40824 19254 19253 29997
Face 40825 19364 19363 19283
Face 40826 19284 19364 19283
Face 40827 19444 19443 19363
Face 40828 19364 19444 19363
Face 40829 19524 19523 19443
Face 40830 19444 19524 19443
Face 40831 19605 19604 19523
Face 40832 19524 19605 19523
Face 40833 19688 19687 19604
Face 40834 19605 19688 19604
Face 40835 30865 30966 30864
Face 40836 19688 19771 19687
Face 40837 22521 22440 21551
Face 40838 12105 12554 20741
Face 40839 22314 22313 22217
Face 40840 20216 22521 21551
Face 40841 7028 6589 6588
Face 40842 22218 22314 22217
Face 40843 24639 25158 11410
Face 40844 24429 23657 23670
Face 40845 25156 23445 22911
Face 40846 24952 24953 25091
Face 40847 20162 20244 20243
Face 40848 26528 20161 20242
Face 40849 20244 20328 20327
Face 40850 20243 20244 20327
Face 40851 20328 20414 20413
Face 40852 20327 20328 20413
Face 40853 20414 20501 20500
Face 40854 20413 20414 20500
Face 40855 20501 20589 20588
Face 40856 20500 20501 20588
Face 40857 20589 20678 20677
Face 40858 20588 20589 20677
Face 40859 20678 20768 20767
Face 40860 20677 20678 20767
Face 40861 20768 20857 20856
Face 40862 20767 20768 20856
Face 40863 20857 20946 20945
Face 40864 20856 20857 20945
Face 40865 20946 21038 21037
Face 40866 20945 20946 21037
Face 40867 21038 21128 21127
Face 40868 21037 21038 21127
Face 40869 21128 21221 21220
Face 40870 21127 21128 21220
Face 40871 21221 21313 21312
Face 40872 21220 21221 21312
Face 40873 21313 21407 21406
Face 40874 21312 21313 21406
Face 40875 21407 21501 21500
Face 40876 21406 21407 21500
Face 40877 21501 21595 21594
Face 40878 21500 21501 21594
Face 40879 21595 21690 21689
Face 40880 21594 21595 21689
Face 40881 21690 21787 21786
Face 40882 21689 21690 21786
Face 40883 21787 21884 21883
Face 40884 21786 21787 21883
Face 40885 21884 21981 21980
Face 40886 21883 21884 21980
Face 40887 21886 29150 21982
Face 40888 21980 21981 22077
Face 40889 22078 21982 29280
Face 40890 22077 22078 22174
Face 40891 29280 22175 22078
Face 40892 22174 22175 22269
Face 40893 22269 22175 22270
Face 40894 22269 22270 22365
Face 40895 3822 23185 23618
Face 40896 22270 29542 22366
Face 40897 25092 25231 25230
Face 40898 12100 3822 23618
Face 40899 5767 1012 13566
Face 40900 29855 24194 26933
Face 40901 6655 21544 6604
Face 40902 1789 2893 15044
Face 40903 15044 2893 15045
Face 40904 22506 22505 22408
Face 40905 32481 32598 32480
Face 40906 21197 21848 12715
Face 40907 21515 23659 23613
Face 40908 21848 21573 21480
Face 40909 12715 21848 21480
Face 40910 19555 19556 21480
Face 40911 21573 19555 21480
Face 40912 15445 20567 19556
Face 40913 19555 15445 19556
Face 40914 15445 20740 20648
Face 40915 20567 15445 20648
Face 40916 20740 22245 22149
Face 40917 20648 20740 22149
Face 40918 22245 22347 22444
Face 40919 22149 22245 22444
Face 40920 22347 12659 12084
Face 40921 22444 22347 12084
Face 40922 12659 20998 9661
Face 40923 12084 12659 9661
Face 40924 20998 21202 21295
Face 40925 9661 20998 21295
Face 40926 21202 10951 4459
Face 40927 21295 21202 4459
Face 40928 24621 24631 20139
Face 40929 19005 20659 17100
Face 40930 23324 23327 24621
Face 40931 23425 25847 29612
Face 40932 22032 13641 21939
Face 40933 26319 26436 26435
Face 40934 12554 12630 19754
Face 40935 25234 25371 25370
Face 40936 25233 25234 25370
Face 40937 25394 25395 22835
Face 40938 21229 3822 12100
Face 40939 24578 23868 23889
Face 40940 23868 19786 23889
Face 40941 23927 24252 23798
Face 40942 21235 22679 21234
Face 40943 22979 22856 22973
Face 40944 20694 21144 22973
Face 40945 22218 22217 22122
Face 40946 16427 14518 12012
Face 40947 10699 3182 2893
Face 40948 1789 10699 2893
Face 40949 19285 19284 19255
Face 40950 30059 19254 29997
Face 40951 19365 19364 19284
Face 40952 19285 19365 19284
Face 40953 19445 19444 19364
Face 40954 19365 19445 19364
Face 40955 19525 19524 19444
Face 40956 19445 19525 19444
Face 40957 19606 19605 19524
Face 40958 19525 19606 19524
Face 40959 19689 19688 19605
Face 40960 19606 19689 19605
Face 40961 19772 19771 19688
Face 40962 19689 19772 19688
Face 40963 17673 33558 29203
Face 40964 31065 31064 30965
Face 40965 21177 22330 21551
Face 40966 7949 14726 14054
Face 40967 22410 22409 22313
Face 40968 22440 21177 21551
Face 40969 20084 20083 20004
Face 40970 24468 20004 22939
Face 40971 20162 20243 20161
Face 40972 20084 20163 20083
Face 40973 20163 20245 20244
Face 40974 20162 20163 20244
Face 40975 20245 20329 20328
Face 40976 20244 20245 20328
Face 40977 20329 20415 20414
Face 40978 20328 20329 20414
Face 40979 20415 20502 20501
Face 40980 20414 20415 20501
Face 40981 20502 20590 20589
Face 40982 20501 20502 20589
Face 40983 20590 20679 20678
Face 40984 20589 20590 20678
Face 40985 20679 20769 20768
Face 40986 20678 20679 20768
Face 40987 20769 20858 20857
Face 40988 20768 20769 20857
Face 40989 20858 20947 20946
Face 40990 20857 20858 20946
Face 40991 20947 21039 21038
Face 40992 20946 20947 21038
Face 40993 21039 21129 21128
Face 40994 21038 21039 21128
Face 40995 21129 21222 21221
Face 40996 21128 21129 21221
Face 40997 21222 21314 21313
Face 40998 21221 21222 21313
Face 40999 21314 21408 21407
Face 41000 21313 21314 21407
Face 41001 21408 21502 21501
Face 41002 21407 21408 21501
Face 41003 21502 21596 21595
Face 41004 21501 21502 21595
Face 41005 21596 21691 21690
Face 41006 21595 21596 21690
Face 41007 21691 21788 21787
Face 41008 21690 21691 21787
Face 41009 21788 21885 21884
Face 41010 21787 21788 21884
Face 41011 21885 21982 21981
Face 41012 21884 21885 21981
Face 41013 701 25220 25219
Face 41014 23839 20494 23350
Face 41015 23373 23653 23757
Face 41016 14599 25298 24121
Face 41017 24688 4614 1714
Face 41018 23507 25317 22728
Face 41019 25082 23302 25028
Face 41020 24637 23096 13384
Face 41021 24404 21183 19423
Face 41022 24405 24404 19423
Face 41023 25376 24298 24265
Face 41024 5334 9209 3182
Face 41025 10699 5334 3182
Face 41026 12347 12260 9209
Face 41027 5334 12347 9209
Face 41028 30784 30890 30889
Face 41029 19803 21105 21197
Face 41030 17621 21197 12715
Face 41031 21105 21945 21848
Face 41032 21197 21105 21848
Face 41033 21945 21667 21573
Face 41034 21848 21945 21573
Face 41035 19554 19555 21573
Face 41036 21667 19554 21573
Face 41037 22238 15445 19555
Face 41038 19554 22238 19555
Face 41039 22238 20828 20740
Face 41040 15445 22238 20740
Face 41041 20828 22340 22245
Face 41042 20740 20828 22245
Face 41043 22340 13912 22347
Face 41044 22245 22340 22347
Face 41045 13912 13296 12659
Face 41046 22347 13912 12659
Face 41047 13296 5338 20998
Face 41048 12659 13296 20998
Face 41049 5338 21019 21202
Face 41050 20998 5338 21202
Face 41051 21019 13638 10951
Face 41052 21202 21019 10951
Face 41053 21238 21147 21239
Face 41054 20312 17544 13638
Face 41055 20295 20294 20212
Face 41056 31117 31216 31116
Face 41057 22032 21939 20629
Face 41058 13641 20910 20909
Face 41059 24298 23961 13071
Face 41060 23302 24589 24587
Face 41061 21511 23441 19786
Face 41062 22835 21229 12100
Face 41063 699 700 265
Face 41064 23868 21511 19786
Face 41065 20867 20779 24858
Face 41066 23099 22256 24128
Face 41067 28133 27270 21658
Face 41068 21296 21112 20404
Face 41069 21206 22919 22969
Face 41070 21296 21206 21112
Face 41071 14409 10207 12260
Face 41072 22123 22122 22024
Face 41073 12347 14409 12260
Face 41074 19257 19286 19285
Face 41075 29855 29854 26927
Face 41076 19366 19365 19285
Face 41077 19286 19366 19285
Face 41078 19446 19445 19365
Face 41079 19366 19446 19365
Face 41080 19526 19525 19445
Face 41081 19446 19526 19445
Face 41082 19607 19606 19525
Face 41083 19526 19607 19525
Face 41084 19690 19689 19606
Face 41085 19607 19690 19606
Face 41086 19773 19772 19689
Face 41087 19690 19773 19689
Face 41088 24722 12976 14762
Face 41089 19773 19853 19772
Face 41090 16966 17060 19308
Face 41091 1321 15725 10864
Face 41092 20005 20084 20004
Face 41093 19927 20006 25307
Face 41094 20085 20084 20005
Face 41095 20006 20085 20005
Face 41096 20164 20163 20084
Face 41097 20085 20164 20084
Face 41098 20164 20246 20245
Face 41099 20163 20164 20245
Face 41100 20246 20330 20329
Face 41101 20245 20246 20329
Face 41102 20330 20416 20415
Face 41103 20329 20330 20415
Face 41104 20416 20503 20502
Face 41105 20415 20416 20502
Face 41106 20591 20590 20502
Face 41107 20503 20591 20502
Face 41108 20591 20680 20679
Face 41109 20590 20591 20679
Face 41110 20680 20770 20769
Face 41111 20679 20680 20769
Face 41112 20770 20859 20858
Face 41113 20769 20770 20858
Face 41114 20859 20948 20947
Face 41115 20858 20859 20947
Face 41116 20948 21040 21039
Face 41117 20947 20948 21039
Face 41118 21040 21130 21129
Face 41119 21039 21040 21129
Face 41120 21130 21223 21222
Face 41121 21129 21130 21222
Face 41122 21223 21315 21314
Face 41123 21222 21223 21314
Face 41124 21315 21409 21408
Face 41125 21314 21315 21408
Face 41126 21409 21503 21502
Face 41127 21408 21409 21502
Face 41128 21503 21597 21596
Face 41129 21502 21503 21596
Face 41130 21597 21692 21691
Face 41131 21596 21597 21691
Face 41132 21692 21789 21788
Face 41133 21691 21692 21788
Face 41134 21789 21886 21885
Face 41135 21788 21789 21885
Face 41136 28766 28892 21790
Face 41137 14409 22367 22368
Face 41138 10207 14409 22368
Face 41139 22367 9753 14531
Face 41140 22368 22367 14531
Face 41141 9753 14489 19270
Face 41142 14531 9753 19270
Face 41143 14489 19318 19309
Face 41144 19270 14489 19309
Face 41145 19318 19755 19749
Face 41146 19309 19318 19749
Face 41147 19755 20538 20483
Face 41148 19749 19755 20483
Face 41149 20538 21559 21550
Face 41150 20483 20538 21550
Face 41151 21559 9433 247
Face 41152 21550 21559 247
Face 41153 30685 30784 30783
Face 41154 34445 34568 34312
Face 41155 19804 21106 21105
Face 41156 19803 19804 21105
Face 41157 21106 22618 21945
Face 41158 21105 21106 21945
Face 41159 22618 21763 21667
Face 41160 21945 22618 21667
Face 41161 11352 19554 21667
Face 41162 21763 11352 21667
Face 41163 22142 22238 19554
Face 41164 11352 22142 19554
Face 41165 22142 20916 20828
Face 41166 22238 22142 20828
Face 41167 20916 22437 22340
Face 41168 20828 20916 22340
Face 41169 22437 19756 13912
Face 41170 22340 22437 13912
Face 41171 19756 21277 13296
Face 41172 13912 19756 13296
Face 41173 21277 20550 5338
Face 41174 13296 21277 5338
Face 41175 20550 20929 21019
Face 41176 5338 20550 21019
Face 41177 20929 20312 13638
Face 41178 21019 20929 13638
Face 41179 20708 19702 19619
Face 41180 25429 23932 25467
Face 41181 16514 2512 13454
Face 41182 33438 27884 12195
Face 41183 20643 22032 20629
Face 41184 13641 13545 21939
Face 41185 16038 15068 12733
Face 41186 12551 16038 12733
Face 41187 24339 24352 6735
Face 41188 23343 22897 22898
Face 41189 1903 13038 8967
Face 41190 11510 22900 25148
Face 41191 26699 26700 11815
Face 41192 20403 20402 20318
Face 41193 21390 21296 20403
Face 41194 20318 21390 20403
Face 41195 22158 22919 21768
Face 41196 21390 21768 21296
Face 41197 22025 22123 22024
Face 41198 17339 17340 19719
Face 41199 9433 20612 20600
Face 41200 247 9433 20600
Face 41201 19258 19287 19286
Face 41202 29854 29853 26927
Face 41203 19367 19366 19286
Face 41204 19287 19367 19286
Face 41205 19447 19446 19366
Face 41206 19367 19447 19366
Face 41207 19527 19526 19446
Face 41208 19447 19527 19446
Face 41209 19608 19607 19526
Face 41210 19527 19608 19526
Face 41211 19691 19690 19607
Face 41212 19608 19691 19607
Face 41213 19774 19773 19690
Face 41214 19691 19774 19690
Face 41215 19854 19853 19773
Face 41216 19774 19854 19773
Face 41217 14540 14660 15305
Face 41218 24474 19928 20008
Face 41219 31393 31497 31496
Face 41220 15725 14540 15305
Face 41221 20086 20085 20006
Face 41222 20007 20086 20006
Face 41223 20165 20164 20085
Face 41224 20086 20165 20085
Face 41225 20165 20247 20246
Face 41226 20164 20165 20246
Face 41227 20247 20331 20330
Face 41228 20246 20247 20330
Face 41229 20331 20417 20416
Face 41230 20330 20331 20416
Face 41231 20417 20504 20503
Face 41232 20416 20417 20503
Face 41233 20504 20592 20591
Face 41234 20503 20504 20591
Face 41235 20592 20681 20680
Face 41236 20591 20592 20680
Face 41237 20681 20771 20770
Face 41238 20680 20681 20770
Face 41239 20771 20860 20859
Face 41240 20770 20771 20859
Face 41241 20860 20949 20948
Face 41242 20859 20860 20948
Face 41243 20949 21041 21040
Face 41244 20948 20949 21040
Face 41245 21041 21131 21130
Face 41246 21040 21041 21130
Face 41247 21131 21224 21223
Face 41248 21130 21131 21223
Face 41249 21224 21316 21315
Face 41250 21223 21224 21315
Face 41251 21316 21410 21409
Face 41252 21315 21316 21409
Face 41253 21411 21318 28366
Face 41254 21409 21410 21503
Face 41255 28501 21411 28366
Face 41256 21503 21504 21597
Face 41257 21504 28501 21598
Face 41258 21597 21598 21692
Face 41259 21693 21598 28766
Face 41260 21692 21693 21789
Face 41261 21789 21790 21886
Face 41262 23301 23302 24587
Face 41263 19919 23189 24464
Face 41264 22801 11913 22900
Face 41265 24746 23255 24686
Face 41266 11140 22749 21791
Face 41267 20612 12198 7668
Face 41268 20600 20612 7668
Face 41269 21082 7625 7668
Face 41270 12198 21082 7668
Face 41271 21082 22415 22512
Face 41272 7625 21082 22512
Face 41273 22415 20196 15299
Face 41274 22512 22415 15299
Face 41275 21927 22025 21926
Face 41276 12553 15867 15299
Face 41277 21831 21927 21830
Face 41278 22025 22024 21926
Face 41279 20196 12553 15299
Face 41280 33196 33294 34463
Face 41281 4623 4624 4755
Face 41282 26538 24226 26539
Face 41283 15186 14990 15911
Face 41284 20545 20546 21579
Face 41285 19058 22629 21180
Face 41286 19809 20627 20570
Face 41287 21732 21733 21830
Face 41288 21927 21926 21830
Face 41289 14432 12459 7809
Face 41290 21831 21830 21733
Face 41291 34358 34614 34620
Face 41292 20486 13445 13932
Face 41293 22247 1984 14056
Face 41294 19963 20040 17708
Face 41295 19271 19334 19333
Face 41296 19411 16897 19412
Face 41297 22159 20997 20644
Face 41298 19805 19804 34437
Face 41299 23909 29823 23353
Face 41300 19805 21014 21106
Face 41301 19804 19805 21106
Face 41302 21014 21963 22618
Face 41303 21106 21014 22618
Face 41304 21963 21860 21763
Face 41305 22618 21963 21763
Face 41306 21860 22346 11352
Face 41307 21763 21860 11352
Face 41308 22334 22142 11352
Face 41309 22346 22334 11352
Face 41310 22334 21656 20916
Face 41311 22142 22334 20916
Face 41312 21656 22533 22437
Face 41313 20916 21656 22437
Face 41314 22533 20829 19756
Face 41315 22437 22533 19756
Face 41316 20829 20824 21277
Face 41317 19756 20829 21277
Face 41318 20824 20907 20550
Face 41319 21277 20824 20550
Face 41320 19008 18045 18005
Face 41321 20550 20907 20929
Face 41322 18735 17864 21671
Face 41323 17178 17405 19988
Face 41324 20653 20658 22049
Face 41325 33017 18226 33556
Face 41326 13545 13641 20909
Face 41327 19881 20658 20653
Face 41328 20910 12630 12554
Face 41329 19822 19898 19821
Face 41330 21558 19955 21651
Face 41331 12943 15174 13546
Face 41332 1786 20015 15727
Face 41333 12092 21558 21651
Face 41334 20489 20318 20487
Face 41335 12679 22765 13255
Face 41336 2271 21390 20318
Face 41337 20489 2271 20318
Face 41338 21865 21768 21390
Face 41339 2271 21865 21390
Face 41340 12413 9045 22599
Face 41341 22158 22253 22867
Face 41342 22600 12413 22599
Face 41343 15334 15197 3637
Face 41344 19259 19288 19287
Face 41345 30185 19258 19257
Face 41346 19368 19367 19287
Face 41347 19288 19368 19287
Face 41348 19448 19447 19367
Face 41349 19368 19448 19367
Face 41350 19528 19527 19447
Face 41351 19448 19528 19447
Face 41352 19609 19608 19527
Face 41353 19528 19609 19527
Face 41354 19692 19691 19608
Face 41355 19609 19692 19608
Face 41356 19775 19774 19691
Face 41357 19692 19775 19691
Face 41358 19855 19854 19774
Face 41359 19775 19855 19774
Face 41360 12371 7177 13168
Face 41361 19855 19929 19854
Face 41362 12679 12768 25029
Face 41363 19929 20008 19928
Face 41364 20087 20086 20007
Face 41365 20008 20087 20007
Face 41366 20166 20165 20086
Face 41367 20087 20166 20086
Face 41368 20166 20248 20247
Face 41369 20165 20166 20247
Face 41370 20248 20332 20331
Face 41371 20247 20248 20331
Face 41372 20332 20418 20417
Face 41373 20331 20332 20417
Face 41374 20418 20505 20504
Face 41375 20417 20418 20504
Face 41376 20505 20593 20592
Face 41377 20504 20505 20592
Face 41378 20593 20682 20681
Face 41379 20592 20593 20681
Face 41380 20682 20772 20771
Face 41381 20681 20682 20771
Face 41382 20772 20861 20860
Face 41383 20771 20772 20860
Face 41384 20861 20950 20949
Face 41385 20860 20861 20949
Face 41386 20950 21042 21041
Face 41387 20949 20950 21041
Face 41388 21042 21132 21131
Face 41389 21041 21042 21131
Face 41390 21132 21225 21224
Face 41391 21131 21132 21224
Face 41392 21225 21317 21316
Face 41393 21224 21225 21316
Face 41394 21317 21411 21410
Face 41395 21316 21317 21410
Face 41396 23305 24604 24589
Face 41397 23545 23253 25299
Face 41398 25299 25758 25757
Face 41399 25077 24351 23253
Face 41400 23545 25077 23253
Face 41401 23008 24385 21801
Face 41402 23746 23632 23943
Face 41403 6385 92 17696
Face 41404 20377 18079 20462
Face 41405 19491 19490 19410
Face 41406 19411 19491 19410
Face 41407 19572 19571 19490
Face 41408 19491 19572 19490
Face 41409 19655 19654 19571
Face 41410 19572 19655 19571
Face 41411 19738 19737 19654
Face 41412 34375 34561 34382
Face 41413 34393 34439 34375
Face 41414 19655 19738 19654
Face 41415 19821 19820 19737
Face 41416 19738 19821 19737
Face 41417 19897 19896 19820
Face 41418 19821 19897 19820
Face 41419 19975 19974 19896
Face 41420 19897 19975 19896
Face 41421 20052 20051 19974
Face 41422 19975 20052 19974
Face 41423 20052 20134 20133
Face 41424 20051 20052 20133
Face 41425 20134 20212 20211
Face 41426 20133 20134 20211
Face 41427 22039 19806 19805
Face 41428 34690 13297 15307
Face 41429 19806 21015 21014
Face 41430 19805 19806 21014
Face 41431 21015 22523 21963
Face 41432 21014 21015 21963
Face 41433 22523 21957 21860
Face 41434 21963 22523 21860
Face 41435 22443 22346 21860
Face 41436 21957 22443 21860
Face 41437 22333 22334 22346
Face 41438 22443 22333 22346
Face 41439 22333 21751 21656
Face 41440 22334 22333 21656
Face 41441 21751 22628 22533
Face 41442 21656 21751 22533
Face 41443 22628 16357 20829
Face 41444 22533 22628 20829
Face 41445 16357 19418 20824
Face 41446 20829 16357 20824
Face 41447 19418 20731 20907
Face 41448 20824 19418 20907
Face 41449 1038 17736 1152
Face 41450 24058 22826 24059
Face 41451 4602 3379 14431
Face 41452 18005 18045 17779
Face 41453 20213 20295 20212
Face 41454 11354 19437 14902
Face 41455 21934 12795 21867
Face 41456 25751 25858 22872
Face 41457 20294 20293 20211
Face 41458 20212 20294 20211
Face 41459 20378 20377 20293
Face 41460 32692 32691 32564
Face 41461 24548 24490 24625
Face 41462 20575 20489 20573
Face 41463 24221 10938 3172
Face 41464 20577 2271 20489
Face 41465 20575 20577 20489
Face 41466 21962 21865 2271
Face 41467 20577 21962 2271
Face 41468 21962 22349 22253
Face 41469 21962 22253 21865
Face 41470 20009 20010 20089
Face 41471 20294 20378 20293
Face 41472 19289 19288 19259
Face 41473 30185 19259 19258
Face 41474 19369 19368 19288
Face 41475 19289 19369 19288
Face 41476 19449 19448 19368
Face 41477 19369 19449 19368
Face 41478 19529 19528 19448
Face 41479 19449 19529 19448
Face 41480 19610 19609 19528
Face 41481 19529 19610 19528
Face 41482 19610 19693 19692
Face 41483 19609 19610 19692
Face 41484 19776 19775 19692
Face 41485 19693 19776 19692
Face 41486 19856 19855 19775
Face 41487 19776 19856 19775
Face 41488 34514 27219 28550
Face 41489 30024 30086 30085
Face 41490 19930 19929 19855
Face 41491 14907 20990 14906
Face 41492 20088 20087 20008
Face 41493 20009 20088 20008
Face 41494 20167 20166 20087
Face 41495 20088 20167 20087
Face 41496 20167 20249 20248
Face 41497 20166 20167 20248
Face 41498 20249 20333 20332
Face 41499 20248 20249 20332
Face 41500 20333 20419 20418
Face 41501 20332 20333 20418
Face 41502 20419 20506 20505
Face 41503 20418 20419 20505
Face 41504 20506 20594 20593
Face 41505 20505 20506 20593
Face 41506 20594 20683 20682
Face 41507 20593 20594 20682
Face 41508 20683 20773 20772
Face 41509 20682 20683 20772
Face 41510 20773 20862 20861
Face 41511 20772 20773 20861
Face 41512 20862 20951 20950
Face 41513 20861 20862 20950
Face 41514 20951 21043 21042
Face 41515 20950 20951 21042
Face 41516 21043 21133 21132
Face 41517 21042 21043 21132
Face 41518 21133 21226 21225
Face 41519 21132 21133 21225
Face 41520 21226 21318 21317
Face 41521 21225 21226 21317
Face 41522 21318 21227 28232
Face 41523 23682 23746 23943
Face 41524 23355 11203 24001
Face 41525 19879 19800 17517
Face 41526 19587 18940 18564
Face 41527 3162 18672 21002
Face 41528 19739 19822 19738
Face 41529 11435 11354 14902
Face 41530 17532 18313 19121
Face 41531 20833 20844 12456
Face 41532 29280 21982 29150
Face 41533 18743 19311 22526
Face 41534 19355 19179 17535
Face 41535 2127 14551 14479
Face 41536 4472 2127 14479
Face 41537 19664 19747 19746
Face 41538 20067 19988 18625
Face 41539 31469 31578 31468
Face 41540 19855 19931 19930
Face 41541 20819 20820 12940
Face 41542 21842 21843 6012
Face 41543 13172 13265 13081
Face 41544 19357 19358 4362
Face 41545 20565 19054 19668
Face 41546 32502 32390 6795
Face 41547 22247 22151 18518
Face 41548 20820 20819 6012
Face 41549 23610 26063 26062
Face 41550 19905 19807 19806
Face 41551 22039 19905 19806
Face 41552 19807 20924 21015
Face 41553 19806 19807 21015
Face 41554 20924 22331 22523
Face 41555 21015 20924 22523
Face 41556 22331 22055 21957
Face 41557 22523 22331 21957
Face 41558 22539 22443 21957
Face 41559 22055 22539 21957
Face 41560 22045 22333 22443
Face 41561 22539 22045 22443
Face 41562 22045 21850 21751
Face 41563 22333 22045 21751
Face 41564 21850 4239 22628
Face 41565 21751 21850 22628
Face 41566 4239 19998 16357
Face 41567 22628 4239 16357
Face 41568 19998 21299 19418
Face 41569 16357 19998 19418
Face 41570 21299 19346 20731
Face 41571 19418 21299 20731
Face 41572 20090 20010 20091
Face 41573 15462 20302 16042
Face 41574 28096 28095 27962
Face 41575 13068 19682 13830
Face 41576 12277 11105 12987
Face 41577 21186 21093 18240
Face 41578 20628 21934 21867
Face 41579 13454 2512 19335
Face 41580 17629 17630 17719
Face 41581 12060 25986 5246
Face 41582 18629 21933 21836
Face 41583 17883 20194 17882
Face 41584 19808 19809 20570
Face 41585 34508 34779 34300
Face 41586 28550 27219 27218
Face 41587 25382 25383 12533
Face 41588 21760 22044 22330
Face 41589 20665 20577 20575
Face 41590 20663 20665 20575
Face 41591 22059 21962 20577
Face 41592 20665 22059 20577
Face 41593 34014 34013 33887
Face 41594 22059 20665 22636
Face 41595 21933 21932 21836
Face 41596 18629 17550 21933
Face 41597 19261 19290 19289
Face 41598 19260 19261 19289
Face 41599 19370 19369 19289
Face 41600 19290 19370 19289
Face 41601 19450 19449 19369
Face 41602 19370 19450 19369
Face 41603 19530 19529 19449
Face 41604 19450 19530 19449
Face 41605 19611 19610 19529
Face 41606 19530 19611 19529
Face 41607 19694 19693 19610
Face 41608 19611 19694 19610
Face 41609 19777 19776 19693
Face 41610 19694 19777 19693
Face 41611 19857 19856 19776
Face 41612 19777 19857 19776
Face 41613 23221 23220 19479
Face 41614 34398 34364 34766
Face 41615 20990 12176 14906
Face 41616 32256 32362 32255
Face 41617 20089 20088 20009
Face 41618 24227 20009 23732
Face 41619 20168 20167 20088
Face 41620 20089 20168 20088
Face 41621 20250 20249 20167
Face 41622 20168 20250 20167
Face 41623 20250 20334 20333
Face 41624 20249 20250 20333
Face 41625 20334 20420 20419
Face 41626 20333 20334 20419
Face 41627 20420 20507 20506
Face 41628 20419 20420 20506
Face 41629 20507 20595 20594
Face 41630 20506 20507 20594
Face 41631 20595 20684 20683
Face 41632 20594 20595 20683
Face 41633 20684 20774 20773
Face 41634 20683 20684 20773
Face 41635 20774 20863 20862
Face 41636 20773 20774 20862
Face 41637 20863 20952 20951
Face 41638 20862 20863 20951
Face 41639 20952 21044 21043
Face 41640 20951 20952 21043
Face 41641 21044 21134 21133
Face 41642 21043 21044 21133
Face 41643 21134 21227 21226
Face 41644 21133 21134 21226
Face 41645 21134 21135 21227
Face 41646 24337 23141 23997
Face 41647 23114 23586 23944
Face 41648 24408 24407 23944
Face 41649 27517 22958 24466
Face 41650 11254 11327 21049
Face 41651 22734 22729 25218
Face 41652 12620 25316 24196
Face 41653 27377 27378 29066
Face 41654 23931 24735 23432
Face 41655 28772 28898 28897
Face 41656 29068 11144 19198
Face 41657 26062 26061 25949
Face 41658 28003 28686 27100
Face 41659 12261 12348 13265
Face 41660 25632 25733 25732
Face 41661 22031 22030 21932
Face 41662 19661 19744 19660
Face 41663 21933 22031 21932
Face 41664 32690 32689 32562
Face 41665 17135 22127 22128
Face 41666 21579 19460 6505
Face 41667 20196 17867 17951
Face 41668 21578 21579 6505
Face 41669 19460 20616 20615
Face 41670 20616 12840 9383
Face 41671 6505 19460 20615
Face 41672 24333 22781 24426
Face 41673 20615 20616 9383
Face 41674 24458 27151 27152
Face 41675 13829 13068 13830
Face 41676 19327 19759 19758
Face 41677 24411 23771 19932
Face 41678 19759 20545 20539
Face 41679 19319 19327 19758
Face 41680 20545 21579 21578
Face 41681 19758 19759 20539
Face 41682 16423 16498 6803
Face 41683 20539 20545 21578
Face 41684 19823 19822 19739
Face 41685 16498 22319 6803
Face 41686 20135 20136 20213
Face 41687 19657 19740 19656
Face 41688 10596 21364 19807
Face 41689 13089 34421 34476
Face 41690 21364 20925 20924
Face 41691 19807 21364 20924
Face 41692 20925 22427 22331
Face 41693 20924 20925 22331
Face 41694 22427 22154 22055
Face 41695 22331 22427 22055
Face 41696 22154 22250 22539
Face 41697 22055 22154 22539
Face 41698 22250 21383 22045
Face 41699 22539 22250 22045
Face 41700 21383 21947 21850
Face 41701 22045 21383 21850
Face 41702 21947 7010 4239
Face 41703 21850 21947 4239
Face 41704 7010 19921 19998
Face 41705 4239 7010 19998
Face 41706 19921 10720 21299
Face 41707 19998 19921 21299
Face 41708 10720 20571 19346
Face 41709 21299 10720 19346
Face 41710 18551 6161 20490
Face 41711 18082 18081 20380
Face 41712 19120 5530 5656
Face 41713 34494 34352 34817
Face 41714 17194 16701 29804
Face 41715 19977 19976 19898
Face 41716 11103 20719 1883
Face 41717 20214 20296 20295
Face 41718 27623 26472 20803
Face 41719 17575 14873 12765
Face 41720 34677 34734 34684
Face 41721 29485 12552 24671
Face 41722 26535 6715 25655
Face 41723 21177 21760 22330
Face 41724 13069 12854 22044
Face 41725 24425 22463 24892
Face 41726 20663 20752 20662
Face 41727 20664 20665 20663
Face 41728 20662 20664 20663
Face 41729 15197 15066 22636
Face 41730 20664 22636 20665
Face 41731 19661 19660 19577
Face 41732 16266 16515 20811
Face 41733 20634 13640 12840
Face 41734 15288 15289 15425
Face 41735 19262 19291 19290
Face 41736 19261 19262 19290
Face 41737 19371 19370 19290
Face 41738 19291 19371 19290
Face 41739 19451 19450 19370
Face 41740 19371 19451 19370
Face 41741 19531 19530 19450
Face 41742 19451 19531 19450
Face 41743 19612 19611 19530
Face 41744 19531 19612 19530
Face 41745 19695 19694 19611
Face 41746 19612 19695 19611
Face 41747 19778 19777 19694
Face 41748 19695 19778 19694
Face 41749 31807 31914 31806
Face 41750 32019 32018 31913
Face 41751 24411 19857 24195
Face 41752 31914 32019 31913
Face 41753 30662 30661 30567
Face 41754 19415 17955 17873
Face 41755 20090 20089 20010
Face 41756 20169 20168 20089
Face 41757 20090 20169 20089
Face 41758 20251 20250 20168
Face 41759 20169 20251 20168
Face 41760 20251 20335 20334
Face 41761 20250 20251 20334
Face 41762 20335 20421 20420
Face 41763 20334 20335 20420
Face 41764 20421 20508 20507
Face 41765 20420 20421 20507
Face 41766 20508 20596 20595
Face 41767 20507 20508 20595
Face 41768 20596 20685 20684
Face 41769 20595 20596 20684
Face 41770 20685 20775 20774
Face 41771 20684 20685 20774
Face 41772 20775 20864 20863
Face 41773 20774 20775 20863
Face 41774 20864 20953 20952
Face 41775 20863 20864 20952
Face 41776 20953 21045 21044
Face 41777 20952 20953 21044
Face 41778 20954 21045 20953
Face 41779 21044 21045 21134
Face 41780 21135 21134 21045
Face 41781 25396 20175 21229
Face 41782 23699 25292 11080
Face 41783 23536 21566 23385
Face 41784 24484 11670 21741
Face 41785 24971 24972 25110
Face 41786 23623 11729 22934
Face 41787 11729 20784 22934
Face 41788 22470 23536 23327
Face 41789 20784 22979 23230
Face 41790 11327 21140 21049
Face 41791 24307 23041 24407
Face 41792 23701 24216 24217
Face 41793 22949 22950 24099
Face 41794 24761 22916 24218
Face 41795 1803 1358 4101
Face 41796 23250 23245 24562
Face 41797 23528 20077 20237
Face 41798 21760 13069 22044
Face 41799 33868 33995 33867
Face 41800 19578 19661 19577
Face 41801 16829 17842 17575
Face 41802 19358 19357 11516
Face 41803 21330 21329 21238
Face 41804 11166 25659 16690
Face 41805 19969 20046 19968
Face 41806 18143 18847 17081
Face 41807 19459 20634 19460
Face 41808 18838 16829 17575
Face 41809 19389 18005 19882
Face 41810 19732 19815 19731
Face 41811 19891 19890 19814
Face 41812 2550 2551 20891
Face 41813 19802 20548 20547
Face 41814 27702 27701 27574
Face 41815 23372 23851 25138
Face 41816 19815 19814 19731
Face 41817 14431 13818 12277
Face 41818 19576 17085 19495
Face 41819 19566 19649 19565
Face 41820 20196 17951 12553
Face 41821 12765 12766 13484
Face 41822 23770 19932 23771
Face 41823 12173 14150 12766
Face 41824 12765 12173 12766
Face 41825 33013 5332 14150
Face 41826 12765 182 12173
Face 41827 26785 21762 20814
Face 41828 26885 26886 26998
Face 41829 12819 25632 23734
Face 41830 26999 27115 27114
Face 41831 27849 27848 27719
Face 41832 28557 29199 28556
Face 41833 33358 33357 33221
Face 41834 33222 33358 33221
Face 41835 21365 20836 20925
Face 41836 21364 21365 20925
Face 41837 20836 22332 22427
Face 41838 20925 20836 22427
Face 41839 22249 22154 22427
Face 41840 22332 22249 22427
Face 41841 22249 22155 22250
Face 41842 22154 22249 22250
Face 41843 22155 21287 21383
Face 41844 22250 22155 21383
Face 41845 21287 14649 21947
Face 41846 21383 21287 21947
Face 41847 14649 2378 7010
Face 41848 21947 14649 7010
Face 41849 2378 20734 19921
Face 41850 7010 2378 19921
Face 41851 20734 21184 10720
Face 41852 19921 20734 10720
Face 41853 17061 17151 17060
Face 41854 10720 21184 20571
Face 41855 25285 24274 22783
Face 41856 17492 33414 16924
Face 41857 13727 4362 14549
Face 41858 20892 431 7020
Face 41859 20711 11103 10965
Face 41860 16514 118 2512
Face 41861 15314 1789 15044
Face 41862 18255 29338 27332
Face 41863 19405 19404 19328
Face 41864 27575 27702 27574
Face 41865 19468 19385 17151
Face 41866 20571 18720 18313
Face 41867 20662 20752 13351
Face 41868 23017 28827 26673
Face 41869 21111 20662 13351
Face 41870 1205 21111 13351
Face 41871 20843 20664 20662
Face 41872 21111 20843 20662
Face 41873 3637 22636 20664
Face 41874 20843 3637 20664
Face 41875 15197 22636 3637
Face 41876 19411 16896 16897
Face 41877 20410 26756 20324
Face 41878 19292 19291 19262
Face 41879 19263 19292 19262
Face 41880 19372 19371 19291
Face 41881 19292 19372 19291
Face 41882 19452 19451 19371
Face 41883 19372 19452 19371
Face 41884 19532 19531 19451
Face 41885 19452 19532 19451
Face 41886 19613 19612 19531
Face 41887 19532 19613 19531
Face 41888 19696 19695 19612
Face 41889 19613 19696 19612
Face 41890 19779 19778 19695
Face 41891 19696 19779 19695
Face 41892 24195 19858 23785
Face 41893 19779 19858 19778
Face 41894 12061 1789 15314
Face 41895 14915 12061 15314
Face 41896 13090 21956 21560
Face 41897 13078 10699 1789
Face 41898 12030 11282 12089
Face 41899 20170 20169 20090
Face 41900 20091 20170 20090
Face 41901 20252 20251 20169
Face 41902 20170 20252 20169
Face 41903 20252 20336 20335
Face 41904 20251 20252 20335
Face 41905 20336 20422 20421
Face 41906 20335 20336 20421
Face 41907 20422 20509 20508
Face 41908 20421 20422 20508
Face 41909 20509 20597 20596
Face 41910 20508 20509 20596
Face 41911 20597 20686 20685
Face 41912 20596 20597 20685
Face 41913 20686 20776 20775
Face 41914 20685 20686 20775
Face 41915 20776 20865 20864
Face 41916 20775 20776 20864
Face 41917 20865 20954 20953
Face 41918 20864 20865 20953
Face 41919 20865 27700 20954
Face 41920 21115 21393 19422
Face 41921 24321 24337 23997
Face 41922 162 22372 6008
Face 41923 23577 23495 23784
Face 41924 24215 22975 23284
Face 41925 24662 23604 23748
Face 41926 15021 15020 12705
Face 41927 24559 24264 24558
Face 41928 24943 25053 24916
Face 41929 22934 20784 23230
Face 41930 24385 23106 24400
Face 41931 23729 24453 11998
Face 41932 20571 21184 18317
Face 41933 22958 24000 24466
Face 41934 24063 23489 24064
Face 41935 24737 24872 24084
Face 41936 12819 24038 25633
Face 41937 24959 25098 25097
Face 41938 24641 12635 12083
Face 41939 23826 24641 12083
Face 41940 12104 12530 12440
Face 41941 23138 23390 21514
Face 41942 17974 20194 17883
Face 41943 16284 16445 16444
Face 41944 19765 12587 14650
Face 41945 32400 32399 32293
Face 41946 19645 19646 19728
Face 41947 19766 19765 14650
Face 41948 19562 19563 19645
Face 41949 19729 19812 19811
Face 41950 19482 19563 19562
Face 41951 19646 19729 19728
Face 41952 17360 18793 17669
Face 41953 19563 19646 19645
Face 41954 20042 20043 20124
Face 41955 19891 19969 19890
Face 41956 19815 19891 19814
Face 41957 20046 20045 19968
Face 41958 19966 19965 19887
Face 41959 19969 19968 19890
Face 41960 19728 19729 19811
Face 41961 19888 19966 19887
Face 41962 19888 19887 19811
Face 41963 19812 19888 19811
Face 41964 19966 20043 20042
Face 41965 19965 19966 20042
Face 41966 19732 19731 19648
Face 41967 20043 20125 20124
Face 41968 19485 19566 19484
Face 41969 19649 19732 19648
Face 41970 19405 19485 19404
Face 41971 19649 19648 19565
Face 41972 19329 19405 19328
Face 41973 19566 19565 19484
Face 41974 29543 29675 29542
Face 41975 19485 19484 19404
Face 41976 12061 13078 1789
Face 41977 21271 22536 13090
Face 41978 10717 5334 10699
Face 41979 13078 10717 10699
Face 41980 29823 23909 22996
Face 41981 13126 21459 21365
Face 41982 19905 10596 19807
Face 41983 21459 22317 20836
Face 41984 21365 21459 20836
Face 41985 22317 22236 22332
Face 41986 20836 22317 22332
Face 41987 22236 22632 22249
Face 41988 22332 22236 22249
Face 41989 22632 22633 22155
Face 41990 22249 22632 22155
Face 41991 22633 21195 21287
Face 41992 22155 22633 21287
Face 41993 21195 19884 14649
Face 41994 21287 21195 14649
Face 41995 19884 6501 2378
Face 41996 14649 19884 2378
Face 41997 6501 20219 20734
Face 41998 2378 6501 20734
Face 41999 20219 20823 21184
Face 42000 20734 20219 21184
Face 42001 33430 32892 11232
Face 42002 22031 17413 18426
Face 42003 13808 19517 13911
Face 42004 19808 20570 20548
Face 42005 11516 19357 19437
Face 42006 13947 14569 14391
Face 42007 20055 20056 20137
Face 42008 12348 13360 13265
Face 42009 12001 12347 5334
Face 42010 10717 12001 5334
Face 42011 15113 5239 3163
Face 42012 22329 21270 21366
Face 42013 27382 29084 29072
Face 42014 26307 28429 26124
Face 42015 14851 1205 20234
Face 42016 20315 20234 1205
Face 42017 21203 21111 1205
Face 42018 14851 21203 1205
Face 42019 20932 20843 21111
Face 42020 21203 20932 21111
Face 42021 12116 3637 20843
Face 42022 20932 12116 20843
Face 42023 25422 29849 29848
Face 42024 17768 19933 20200
Face 42025 19264 19293 19292
Face 42026 19263 19264 19292
Face 42027 19373 19372 19292
Face 42028 19293 19373 19292
Face 42029 19453 19452 19372
Face 42030 19373 19453 19372
Face 42031 19533 19532 19452
Face 42032 19453 19533 19452
Face 42033 19614 19613 19532
Face 42034 19533 19614 19532
Face 42035 19697 19696 19613
Face 42036 19614 19697 19613
Face 42037 19780 19779 19696
Face 42038 19697 19780 19696
Face 42039 19860 23452 23785
Face 42040 19780 19859 19779
Face 42041 14903 14409 12347
Face 42042 12001 14903 12347
Face 42043 22465 22367 14409
Face 42044 20092 20091 20011
Face 42045 34558 34530 34797
Face 42046 20171 20170 20091
Face 42047 20092 20171 20091
Face 42048 20253 20252 20170
Face 42049 20171 20253 20170
Face 42050 20253 20337 20336
Face 42051 20252 20253 20336
Face 42052 20337 20423 20422
Face 42053 20336 20337 20422
Face 42054 20423 20510 20509
Face 42055 20422 20423 20509
Face 42056 20510 20598 20597
Face 42057 20509 20510 20597
Face 42058 20598 20687 20686
Face 42059 20597 20598 20686
Face 42060 20687 20777 20776
Face 42061 20686 20687 20776
Face 42062 20425 20512 20511
Face 42063 20776 20777 20865
Face 42064 31756 31755 31634
Face 42065 23037 23605 24813
Face 42066 12088 26418 28699
Face 42067 22730 23010 25198
Face 42068 21513 21870 21512
Face 42069 23452 19860 19861
Face 42070 20871 25321 23784
Face 42071 23503 3179 10938
Face 42072 21511 22832 23441
Face 42073 19276 20871 23784
Face 42074 24160 24527 24528
Face 42075 24346 24215 23284
Face 42076 24869 20156 25153
Face 42077 14970 14845 14971
Face 42078 24962 24963 25101
Face 42079 20237 20077 22081
Face 42080 20099 20017 23780
Face 42081 23822 24336 24810
Face 42082 23489 24737 24084
Face 42083 34749 34732 34672
Face 42084 23419 24899 16501
Face 42085 24216 24347 24872
Face 42086 12635 21116 22431
Face 42087 24976 24977 25115
Face 42088 23779 22911 23619
Face 42089 12083 12635 22431
Face 42090 25224 4364 3847
Face 42091 23444 23445 25735
Face 42092 24340 24546 22883
Face 42093 24802 24746 11511
Face 42094 12415 12414 12322
Face 42095 22620 25046 25044
Face 42096 11271 23603 23533
Face 42097 31522 31521 31415
Face 42098 20753 24780 25286
Face 42099 25286 25146 24180
Face 42100 13068 2779 19682
Face 42101 83 5373 9878
Face 42102 15043 4472 5128
Face 42103 11105 13172 12987
Face 42104 19496 19577 19495
Face 42105 4362 16514 14549
Face 42106 20124 20125 20202
Face 42107 21570 20473 21477
Face 42108 20203 20286 20285
Face 42109 20202 20203 20285
Face 42110 17986 18076 17985
Face 42111 16543 16542 20232
Face 42112 20473 20559 21477
Face 42113 21943 21368 13289
Face 42114 20302 6006 16042
Face 42115 15753 14920 14382
Face 42116 20727 19956 16499
Face 42117 19577 19576 19495
Face 42118 5268 16266 14324
Face 42119 21742 19956 20727
Face 42120 29748 26677 29741
Face 42121 25761 25868 25867
Face 42122 19337 19351 19809
Face 42123 19352 19842 19831
Face 42124 18326 24448 29516
Face 42125 32446 32563 32445
Face 42126 26097 27382 27380
Face 42127 19416 18326 29516
Face 42128 21956 20302 21560
Face 42129 20322 29621 26817
Face 42130 14903 22465 14409
Face 42131 21270 22536 21271
Face 42132 22465 16350 9753
Face 42133 22367 22465 9753
Face 42134 16350 16037 14489
Face 42135 31164 31163 31064
Face 42136 29849 25422 29850
Face 42137 15029 15439 21459
Face 42138 13126 15029 21459
Face 42139 15439 13399 22317
Face 42140 21459 15439 22317
Face 42141 13399 14764 22236
Face 42142 22317 13399 22236
Face 42143 14764 22538 22632
Face 42144 22236 14764 22632
Face 42145 22538 22056 22633
Face 42146 22632 22538 22633
Face 42147 22056 16351 21195
Face 42148 22633 22056 21195
Face 42149 16351 19503 19884
Face 42150 21195 16351 19884
Face 42151 13729 6501 19884
Face 42152 19503 13729 19884
Face 42153 13729 19513 20219
Face 42154 6501 13729 20219
Face 42155 22134 22037 17287
Face 42156 19668 18944 18941
Face 42157 75 12911 2127
Face 42158 16898 16990 19412
Face 42159 14902 1551 13440
Face 42160 32291 32292 32397
Face 42161 20909 12554 12105
Face 42162 1551 10718 12813
Face 42163 21934 21939 12795
Face 42164 9753 16350 14489
Face 42165 16037 19319 19318
Face 42166 14489 16037 19318
Face 42167 22233 22329 21366
Face 42168 20034 22222 19961
Face 42169 21355 21354 21261
Face 42170 21260 21261 21354
Face 42171 10133 14851 20400
Face 42172 20234 20400 14851
Face 42173 14781 21203 14851
Face 42174 10133 14781 14851
Face 42175 21113 20932 21203
Face 42176 14781 21113 21203
Face 42177 7805 4457 4590
Face 42178 4590 8245 7805
Face 42179 19312 17422 17506
Face 42180 19581 17312 19008
Face 42181 19294 19293 19264
Face 42182 19265 19294 19264
Face 42183 19374 19373 19293
Face 42184 19294 19374 19293
Face 42185 19454 19453 19373
Face 42186 19374 19454 19373
Face 42187 19534 19533 19453
Face 42188 19454 19534 19453
Face 42189 19615 19614 19533
Face 42190 19534 19615 19533
Face 42191 19698 19697 19614
Face 42192 19615 19698 19614
Face 42193 19781 19780 19697
Face 42194 19698 19781 19697
Face 42195 19860 19859 19780
Face 42196 19781 19860 19780
Face 42197 19319 19758 19755
Face 42198 20809 20917 20638
Face 42199 34825 34747 34506
Face 42200 24807 23448 20012
Face 42201 20172 20171 20092
Face 42202 20093 20172 20092
Face 42203 20254 20253 20171
Face 42204 20172 20254 20171
Face 42205 20254 20338 20337
Face 42206 20253 20254 20337
Face 42207 26878 26991 20255
Face 42208 20337 20338 20423
Face 42209 20424 20511 20510
Face 42210 20423 20424 20510
Face 42211 20511 20599 20598
Face 42212 20510 20511 20598
Face 42213 20599 20688 20687
Face 42214 20598 20599 20687
Face 42215 20687 20688 20777
Face 42216 22742 25045 24632
Face 42217 25225 25226 25362
Face 42218 24080 23470 23986
Face 42219 23254 24571 24570
Face 42220 24418 24141 22850
Face 42221 25257 25258 25394
Face 42222 24635 23748 13740
Face 42223 24350 24219 29491
Face 42224 25395 21229 22835
Face 42225 22752 22753 29742
Face 42226 22832 23851 23372
Face 42227 11592 23928 23342
Face 42228 20963 21055 24357
Face 42229 24972 24973 25111
Face 42230 23417 23915 21048
Face 42231 23463 24492 23478
Face 42232 23536 23385 23327
Face 42233 22781 25627 25534
Face 42234 25036 20099 23780
Face 42235 31580 31694 31579
Face 42236 24737 24216 24872
Face 42237 21990 22088 22087
Face 42238 33876 33875 33749
Face 42239 31508 31617 31507
Face 42240 20731 17138 20907
Face 42241 19212 22279 22375
Face 42242 17138 18688 20907
Face 42243 24281 23335 24315
Face 42244 24187 24072 24188
Face 42245 24071 11271 23409
Face 42246 24314 23204 24315
Face 42247 21011 24172 20785
Face 42248 23936 23937 23325
Face 42249 12496 23090 12495
Face 42250 24583 24722 14762
Face 42251 12862 12861 12768
Face 42252 20787 23145 23018
Face 42253 23032 22982 23199
Face 42254 29903 29961 29902
Face 42255 11411 23962 11081
Face 42256 23145 23032 23199
Face 42257 11096 12018 14660
Face 42258 24701 16173 24702
Face 42259 15976 16128 4605
Face 42260 4985 12499 16508
Face 42261 21570 21477 14653
Face 42262 20011 24807 20093
Face 42263 16499 21943 13289
Face 42264 14643 21570 14653
Face 42265 14643 14653 13289
Face 42266 21368 14643 13289
Face 42267 14540 11096 14660
Face 42268 15448 16508 19539
Face 42269 19704 19539 12018
Face 42270 11096 19704 12018
Face 42271 21645 21742 20727
Face 42272 19704 15448 19539
Face 42273 22323 21742 21645
Face 42274 19956 21943 16499
Face 42275 22605 22323 14687
Face 42276 14687 22323 21645
Face 42277 22605 22511 12176
Face 42278 22511 22605 14687
Face 42279 20453 14907 20452
Face 42280 20990 22605 12176
Face 42281 21448 21447 21354
Face 42282 14907 14906 20452
Face 42283 21366 21270 21271
Face 42284 21355 21448 21354
Face 42285 22222 21649 19961
Face 42286 22536 21956 13090
Face 42287 19318 19319 19755
Face 42288 21004 21485 5722
Face 42289 19758 20539 20538
Face 42290 21745 14641 15029
Face 42291 21648 21745 15029
Face 42292 14641 21268 15439
Face 42293 15029 14641 15439
Face 42294 21268 20122 13399
Face 42295 15439 21268 13399
Face 42296 20122 14652 14764
Face 42297 13399 20122 14764
Face 42298 14652 22442 22538
Face 42299 14764 14652 22538
Face 42300 14526 22056 22538
Face 42301 22442 14526 22538
Face 42302 14526 22429 16351
Face 42303 22056 14526 16351
Face 42304 22429 19504 19503
Face 42305 16351 22429 19503
Face 42306 2405 13729 19503
Face 42307 19504 2405 19503
Face 42308 2405 21382 19513
Face 42309 13729 2405 19513
Face 42310 19312 17594 21279
Face 42311 20114 20113 17790
Face 42312 19802 19808 20548
Face 42313 12911 12892 12708
Face 42314 20137 20215 20214
Face 42315 19403 19387 19386
Face 42316 13354 12948 19358
Face 42317 20909 20844 12795
Face 42318 19755 19758 20538
Face 42319 20539 21578 21559
Face 42320 20538 20539 21559
Face 42321 21578 6505 9433
Face 42322 21559 21578 9433
Face 42323 22034 22222 22033
Face 42324 22318 4473 21485
Face 42325 21649 22329 22233
Face 42326 19961 21649 22233
Face 42327 9276 5369 22432
Face 42328 33997 33998 34122
Face 42329 12270 10133 9066
Face 42330 20400 9066 10133
Face 42331 1009 14781 10133
Face 42332 12270 1009 10133
Face 42333 21205 21113 14781
Face 42334 1009 21205 14781
Face 42335 19335 19802 19801
Face 42336 17669 22132 22324
Face 42337 15471 15334 12116
Face 42338 17900 20297 20215
Face 42339 21322 23295 25880
Face 42340 33998 34123 34122
Face 42341 21414 21322 18340
Face 42342 19535 19534 19454
Face 42343 12316 23534 12407
Face 42344 19616 19615 19534
Face 42345 19535 19616 19534
Face 42346 19699 19698 19615
Face 42347 33871 33870 33744
Face 42348 19782 19781 19698
Face 42349 19615 19616 19699
Face 42350 19698 19699 19782
Face 42351 19782 19861 19781
Face 42352 6505 20615 20612
Face 42353 15068 16038 13544
Face 42354 9433 6505 20612
Face 42355 30482 30481 30410
Face 42356 20173 20172 20093
Face 42357 20093 26536 20094
Face 42358 26649 20093 20094
Face 42359 23634 24897 12763
Face 42360 24897 23634 24905
Face 42361 20255 20173 26764
Face 42362 23911 23358 23309
Face 42363 22181 21025 11892
Face 42364 26991 20425 20338
Face 42365 20424 20425 20511
Face 42366 20511 20512 20599
Face 42367 3172 10938 12944
Face 42368 33745 33744 33619
Face 42369 20427 24682 23550
Face 42370 21796 23281 23881
Face 42371 23475 22907 24021
Face 42372 21140 20427 23550
Face 42373 33221 33220 33085
Face 42374 12792 11751 23312
Face 42375 23346 23629 20956
Face 42376 25118 25119 25257
Face 42377 25258 25395 25394
Face 42378 24323 24759 24395
Face 42379 24892 24759 24323
Face 42380 24566 24565 16170
Face 42381 30783 30784 30889
Face 42382 23928 24056 23000
Face 42383 24056 24057 23000
Face 42384 14331 14448 14447
Face 42385 22830 24765 24027
Face 42386 33620 33619 33492
Face 42387 20667 24074 22972
Face 42388 21798 21894 21893
Face 42389 21797 21798 21893
Face 42390 21894 21991 21990
Face 42391 21893 21894 21990
Face 42392 21991 22089 22088
Face 42393 21990 21991 22088
Face 42394 22089 22184 22183
Face 42395 22088 22089 22183
Face 42396 22184 22280 22279
Face 42397 22183 22184 22279
Face 42398 22280 22376 22375
Face 42399 22472 22375 22376
Face 42400 22376 22473 22472
Face 42401 22472 22566 20718
Face 42402 22473 22567 22566
Face 42403 20718 22662 16016
Face 42404 22567 22663 22662
Face 42405 14761 22662 22663
Face 42406 22663 14640 14761
Face 42407 21797 21893 29317
Face 42408 30340 30407 30339
Face 42409 14640 14897 14761
Face 42410 25274 22734 25218
Face 42411 23265 23578 23416
Face 42412 11251 26221 26220
Face 42413 22972 22801 24185
Face 42414 23719 24318 23358
Face 42415 25356 12611 25355
Face 42416 11753 23122 3636
Face 42417 24167 24870 18866
Face 42418 20491 22690 24213
Face 42419 23628 23297 16176
Face 42420 23088 24407 248
Face 42421 20845 20491 24213
Face 42422 15448 4985 16508
Face 42423 22903 25177 23454
Face 42424 13161 13067 14901
Face 42425 15030 13161 14901
Face 42426 12981 13072 12411
Face 42427 15025 15156 14529
Face 42428 13072 12981 12499
Face 42429 14368 7603 16026
Face 42430 4985 13072 12499
Face 42431 13072 14368 12411
Face 42432 12411 14368 16026
Face 42433 7603 7177 12371
Face 42434 16026 7603 12371
Face 42435 7177 13169 13168
Face 42436 12432 19637 14152
Face 42437 20387 20382 19636
Face 42438 26089 27377 27376
Face 42439 19637 19636 14152
Face 42440 34164 21542 21447
Face 42441 18897 19116 17406
Face 42442 16502 21004 5722
Face 42443 21449 34038 21448
Face 42444 20615 9383 12198
Face 42445 22217 22216 22121
Face 42446 20612 20615 12198
Face 42447 9383 6803 21082
Face 42448 11156 13817 14641
Face 42449 11522 11004 12803
Face 42450 13817 21460 21268
Face 42451 14641 13817 21268
Face 42452 21460 21298 20122
Face 42453 21268 21460 20122
Face 42454 21298 12019 14652
Face 42455 20122 21298 14652
Face 42456 12019 22345 22442
Face 42457 14652 12019 22442
Face 42458 22345 12901 14526
Face 42459 22442 22345 14526
Face 42460 12901 21103 22429
Face 42461 14526 12901 22429
Face 42462 19586 19504 22429
Face 42463 21103 19586 22429
Face 42464 3430 2405 19504
Face 42465 19586 3430 19504
Face 42466 2716 9154 9041
Face 42467 2405 3430 21382
Face 42468 5203 10733 13644
Face 42469 15613 21113 21205
Face 42470 12892 13739 13738
Face 42471 12708 12892 13738
Face 42472 13455 19271 19333
Face 42473 20136 20137 20214
Face 42474 19517 19358 13911
Face 42475 24377 12294 24517
Face 42476 12198 9383 21082
Face 42477 22319 22415 21082
Face 42478 6803 22319 21082
Face 42479 17867 20196 22415
Face 42480 22319 17867 22415
Face 42481 20533 16502 20532
Face 42482 21385 114 14976
Face 42483 21004 22318 21485
Face 42484 22222 20034 22033
Face 42485 22034 22033 4473
Face 42486 22318 22034 4473
Face 42487 26088 26089 27376
Face 42488 21828 21827 21730
Face 42489 22962 22961 14605
Face 42490 257 15533 23103
Face 42491 16355 12270 14605
Face 42492 1605 16355 14605
Face 42493 13550 1009 12270
Face 42494 16355 13550 12270
Face 42495 13550 15756 1009
Face 42496 15938 8946 15787
Face 42497 8245 4590 750
Face 42498 19580 19579 17087
Face 42499 21382 3430 17416
Face 42500 26706 11828 26591
Face 42501 18463 4755 19064
Face 42502 17340 17339 17250
Face 42503 14997 17501 19153
Face 42504 19617 19616 19535
Face 42505 33224 33360 33223
Face 42506 24053 23810 24054
Face 42507 24940 25308 22703
Face 42508 22912 23542 22732
Face 42509 13534 13726 13632
Face 42510 23286 24408 23828
Face 42511 24100 20096 24630
Face 42512 25491 30926 31025
Face 42513 18005 19389 19008
Face 42514 24995 22894 21984
Face 42515 21117 22741 22980
Face 42516 22741 14667 22980
Face 42517 21508 24999 24861
Face 42518 21600 25005 24593
Face 42519 23258 23995 23571
Face 42520 23228 22743 24357
Face 42521 11670 22715 22257
Face 42522 23888 25280 23630
Face 42523 34592 34431 20884
Face 42524 22530 23820 23677
Face 42525 11673 25137 23490
Face 42526 21137 24937 21046
Face 42527 25362 25363 22943
Face 42528 24709 24845 24844
Face 42529 24708 24709 24844
Face 42530 23195 23139 24998
Face 42531 23135 23191 23134
Face 42532 23873 23339 25284
Face 42533 23078 23134 23077
Face 42534 24056 4058 24057
Face 42535 4058 23831 24057
Face 42536 11774 5344 11681
Face 42537 6658 25853 11285
Face 42538 21702 21799 21798
Face 42539 29056 21701 21797
Face 42540 21799 21895 21894
Face 42541 21798 21799 21894
Face 42542 21895 21992 21991
Face 42543 21894 21895 21991
Face 42544 21992 22090 22089
Face 42545 21991 21992 22089
Face 42546 22090 22185 22184
Face 42547 22089 22090 22184
Face 42548 22185 22281 22280
Face 42549 22184 22185 22280
Face 42550 22281 22377 22376
Face 42551 22280 22281 22376
Face 42552 22377 22474 22473
Face 42553 22376 22377 22473
Face 42554 22474 22568 22567
Face 42555 22473 22474 22567
Face 42556 22568 22664 22663
Face 42557 22567 22568 22663
Face 42558 22664 14639 14640
Face 42559 22663 22664 14640
Face 42560 14639 15157 14897
Face 42561 14640 14639 14897
Face 42562 9528 8639 14897
Face 42563 15157 9528 14897
Face 42564 19382 25984 19463
Face 42565 9528 1382 8639
Face 42566 25059 23634 16347
Face 42567 34741 34781 34475
Face 42568 24420 21507 22696
Face 42569 21507 22740 22696
Face 42570 25244 25381 25380
Face 42571 25177 25178 23454
Face 42572 23327 23385 24631
Face 42573 23921 23665 15027
Face 42574 4358 11833 23914
Face 42575 24003 24592 21301
Face 42576 15168 15169 13067
Face 42577 13161 15168 13067
Face 42578 14530 15030 14901
Face 42579 21628 21723 21627
Face 42580 15156 14530 14529
Face 42581 14529 14530 14901
Face 42582 163 14226 22590
Face 42583 22591 163 22590
Face 42584 12412 12172 12171
Face 42585 14373 12412 12171
Face 42586 16338 7490 16334
Face 42587 5143 13724 2503
Face 42588 12432 14152 13724
Face 42589 7490 5143 2503
Face 42590 4467 10312 3898
Face 42591 3897 12181 14539
Face 42592 4323 16504 19541
Face 42593 3898 3897 14539
Face 42594 21828 21924 21827
Face 42595 14767 13534 13632
Face 42596 22122 22217 22121
Face 42597 12288 12380 22638
Face 42598 22313 22312 22216
Face 42599 20570 21843 21842
Face 42600 22122 22121 22023
Face 42601 29806 29805 29674
Face 42602 15307 22424 13817
Face 42603 11156 14641 21745
Face 42604 22424 21461 21460
Face 42605 13817 22424 21460
Face 42606 21461 20059 21298
Face 42607 21460 21461 21298
Face 42608 20059 5501 12019
Face 42609 21298 20059 12019
Face 42610 5501 19638 22345
Face 42611 12019 5501 22345
Face 42612 19638 6816 12901
Face 42613 22345 19638 12901
Face 42614 6816 21012 21103
Face 42615 12901 6816 21103
Face 42616 17755 17416 3430
Face 42617 21103 21012 19586
Face 42618 18248 5587 5713
Face 42619 5713 5586 18248
Face 42620 17880 17135 18791
Face 42621 20827 20738 16274
Face 42622 12911 14551 2127
Face 42623 29573 29705 29572
Face 42624 20134 20135 20212
Face 42625 75 2127 12820
Face 42626 20627 21867 21843
Face 42627 7085 13739 12892
Face 42628 15072 13354 19517
Face 42629 23148 29762 29763
Face 42630 20548 20570 21842
Face 42631 17826 1152 17736
Face 42632 20465 20466 21379
Face 42633 19678 20466 20465
Face 42634 21379 21385 14976
Face 42635 16502 5722 20532
Face 42636 114 20533 20532
Face 42637 14976 114 20532
Face 42638 21731 21828 21730
Face 42639 21924 21923 21827
Face 42640 3442 22960 23013
Face 42641 23012 22372 3442
Face 42642 23159 550 257
Face 42643 22372 19592 3442
Face 42644 16036 1605 20197
Face 42645 19592 16036 20197
Face 42646 19924 16355 1605
Face 42647 16036 19924 1605
Face 42648 12020 13550 16355
Face 42649 19924 12020 16355
Face 42650 15603 15808 4753
Face 42651 17010 19217 18196
Face 42652 10718 14549 19271
Face 42653 20053 20135 20134
Face 42654 3161 2675 1984
Face 42655 20820 20833 4710
Face 42656 17538 12366 7085
Face 42657 11145 1746 12730
Face 42658 13591 13590 13494
Face 42659 11304 34712 20551
Face 42660 2644 6836 21662
Face 42661 32955 33089 32954
Face 42662 26880 26881 26993
Face 42663 22598 22597 22503
Face 42664 11843 2921 6019
Face 42665 22504 22598 22503
Face 42666 23393 25737 25736
Face 42667 11145 12730 15882
Face 42668 19492 19491 19411
Face 42669 19412 19492 19411
Face 42670 25859 19536 25858
Face 42671 25048 24911 23522
Face 42672 14990 15113 15911
Face 42673 19997 23418 25280
Face 42674 23237 19997 23559
Face 42675 22339 20393 20564
Face 42676 24844 24845 24979
Face 42677 22158 21865 22253
Face 42678 23807 19205 4445
Face 42679 24980 25119 25118
Face 42680 15862 24710 15863
Face 42681 15571 24851 15572
Face 42682 24712 24848 24847
Face 42683 22736 21230 21048
Face 42684 24711 24712 24847
Face 42685 24848 24983 24982
Face 42686 25272 25271 25132
Face 42687 24847 24848 24982
Face 42688 6034 27698 5336
Face 42689 24845 24980 24979
Face 42690 23202 23571 15735
Face 42691 29601 34414 34436
Face 42692 4058 24455 23831
Face 42693 24846 24981 24980
Face 42694 23873 25284 25283
Face 42695 24535 15734 4058
Face 42696 20078 23173 23583
Face 42697 13957 23248 14031
Face 42698 21703 21800 21799
Face 42699 29057 21702 21701
Face 42700 29601 34296 34414
Face 42701 21799 21800 21895
Face 42702 21896 21800 29321
Face 42703 21895 21896 21992
Face 42704 21993 22091 22090
Face 42705 21992 21993 22090
Face 42706 22091 22186 22185
Face 42707 22090 22091 22185
Face 42708 22186 22282 22281
Face 42709 22185 22186 22281
Face 42710 22282 22378 22377
Face 42711 22281 22282 22377
Face 42712 22475 22474 22377
Face 42713 22378 22475 22377
Face 42714 22475 22569 22568
Face 42715 22474 22475 22568
Face 42716 22569 22665 22664
Face 42717 22568 22569 22664
Face 42718 22665 32 14639
Face 42719 22664 22665 14639
Face 42720 32 15026 15157
Face 42721 14639 32 15157
Face 42722 13458 9528 15157
Face 42723 15026 13458 15157
Face 42724 1495 1382 9528
Face 42725 13458 1495 9528
Face 42726 34313 21648 34578
Face 42727 1495 14656 1382
Face 42728 22903 23454 22696
Face 42729 22740 22903 22696
Face 42730 11833 11457 23914
Face 42731 24190 22556 24142
Face 42732 20159 4358 23914
Face 42733 23665 24209 15027
Face 42734 23187 4358 22906
Face 42735 11457 11775 23914
Face 42736 21723 21820 21819
Face 42737 24636 20780 24778
Face 42738 21722 21723 21819
Face 42739 21820 21916 21915
Face 42740 21819 21820 21915
Face 42741 21916 22014 22013
Face 42742 22304 22400 22399
Face 42743 22303 22304 22399
Face 42744 12172 12802 12712
Face 42745 12171 12172 12712
Face 42746 22160 16338 22062
Face 42747 7490 2503 16334
Face 42748 16183 12856 12949
Face 42749 15308 16183 12949
Face 42750 12181 4323 2643
Face 42751 14539 12181 2643
Face 42752 19376 33930 19296
Face 42753 15177 15882 16189
Face 42754 17216 17284 29809
Face 42755 16190 16189 19296
Face 42756 34589 34533 13663
Face 42757 8344 28946 27496
Face 42758 24983 25122 25121
Face 42759 27392 27513 27752
Face 42760 26178 27387 27385
Face 42761 23505 15242 24299
Face 42762 17244 19470 17153
Face 42763 19633 19717 19716
Face 42764 17690 18339 18741
Face 42765 29906 29964 29905
Face 42766 13297 22520 22424
Face 42767 15307 13297 22424
Face 42768 22520 22234 21461
Face 42769 22424 22520 21461
Face 42770 22234 20058 20059
Face 42771 21461 22234 20059
Face 42772 20058 11003 5501
Face 42773 20059 20058 5501
Face 42774 11003 19639 19638
Face 42775 5501 11003 19638
Face 42776 19639 12475 6816
Face 42777 19638 19639 6816
Face 42778 12475 20922 21012
Face 42779 6816 12475 21012
Face 42780 34525 34723 34436
Face 42781 20922 19587 21012
Face 42782 21639 32882 21640
Face 42783 20380 20296 17990
Face 42784 19580 19663 19662
Face 42785 20290 17985 20289
Face 42786 14551 12911 12708
Face 42787 14059 13829 5203
Face 42788 23410 24363 22884
Face 42789 19334 19801 19760
Face 42790 333 23162 23161
Face 42791 19271 13454 19334
Face 42792 20288 17984 20287
Face 42793 20045 20046 20127
Face 42794 4109 1955 19753
Face 42795 32823 32955 32822
Face 42796 12380 11843 22638
Face 42797 1746 7158 8357
Face 42798 19677 19678 20465
Face 42799 20466 21385 21379
Face 42800 22022 22021 21923
Face 42801 21924 22022 21923
Face 42802 6026 23011 20225
Face 42803 417 23064 23119
Face 42804 32823 32822 32689
Face 42805 20226 6026 20225
Face 42806 7624 22372 162
Face 42807 6026 7624 162
Face 42808 20154 19592 22372
Face 42809 7624 20154 22372
Face 42810 20154 16217 19592
Face 42811 16217 16216 16036
Face 42812 19644 17351 17350
Face 42813 19576 19575 17085
Face 42814 16061 15906 12020
Face 42815 11828 26706 11909
Face 42816 33906 6667 34031
Face 42817 22435 20732 6809
Face 42818 20819 20728 5072
Face 42819 23066 23065 6008
Face 42820 20114 17791 17882
Face 42821 7158 7580 8357
Face 42822 3763 12857 13383
Face 42823 13742 16354 20281
Face 42824 20281 19425 19677
Face 42825 12446 15442 13742
Face 42826 19425 19678 19677
Face 42827 22638 11843 6019
Face 42828 16354 19425 20281
Face 42829 2921 15442 12446
Face 42830 6019 2921 12446
Face 42831 22407 22504 22503
Face 42832 22406 22407 22503
Face 42833 13556 14501 22597
Face 42834 22598 13556 22597
Face 42835 15177 11145 15882
Face 42836 1746 8357 12730
Face 42837 17779 18995 17100
Face 42838 16190 15177 16189
Face 42839 17955 19415 20563
Face 42840 32563 32690 32562
Face 42841 20175 24550 3822
Face 42842 19953 20030 20029
Face 42843 24982 24983 25121
Face 42844 25122 25261 25260
Face 42845 25121 25122 25260
Face 42846 25261 25398 25397
Face 42847 23757 24944 24856
Face 42848 25260 25261 25397
Face 42849 24979 24980 25118
Face 42850 25002 22788 23993
Face 42851 23247 23303 23246
Face 42852 25119 25258 25257
Face 42853 23613 23576 27154
Face 42854 22086 23102 22861
Face 42855 9181 3683 9190
Face 42856 25281 20579 21302
Face 42857 25398 25139 23420
Face 42858 25397 25398 23420
Face 42859 25139 23929 11834
Face 42860 23420 25139 11834
Face 42861 31913 32018 31912
Face 42862 25192 23517 11413
Face 42863 23645 24435 24139
Face 42864 25754 25161 24323
Face 42865 701 700 25220
Face 42866 23877 24106 24103
Face 42867 24691 4021 24692
Face 42868 23860 24312 22061
Face 42869 24068 11836 19434
Face 42870 23536 22470 21515
Face 42871 20017 20693 22869
Face 42872 25175 23288 24118
Face 42873 23960 19274 24070
Face 42874 21703 21702 29058
Face 42875 23976 24686 22885
Face 42876 19626 22986 19625
Face 42877 24045 22843 24253
Face 42878 25005 23500 24612
Face 42879 21994 22092 22091
Face 42880 21993 21994 22091
Face 42881 22092 22187 22186
Face 42882 22091 22092 22186
Face 42883 22187 22283 22282
Face 42884 22186 22187 22282
Face 42885 22379 22378 22282
Face 42886 22283 22379 22282
Face 42887 22476 22475 22378
Face 42888 22379 22476 22378
Face 42889 22476 22570 22569
Face 42890 22475 22476 22569
Face 42891 22570 22666 22665
Face 42892 22569 22570 22665
Face 42893 22666 6408 32
Face 42894 22665 22666 32
Face 42895 15158 15026 32
Face 42896 6408 15158 32
Face 42897 219 13458 15026
Face 42898 15158 219 15026
Face 42899 1606 1495 13458
Face 42900 219 1606 13458
Face 42901 14538 14656 1495
Face 42902 1606 14538 1495
Face 42903 15066 22819 22349
Face 42904 14538 15444 14656
Face 42905 21606 11895 24601
Face 42906 12229 15444 14783
Face 42907 22556 24144 24142
Face 42908 24054 24338 24055
Face 42909 23607 21891 22716
Face 42910 24338 23810 19537
Face 42911 4364 12885 12886
Face 42912 22278 23594 22651
Face 42913 17442 19810 17529
Face 42914 12885 11753 15038
Face 42915 21915 21916 22013
Face 42916 22014 22112 22111
Face 42917 22400 22497 22496
Face 42918 22399 22400 22496
Face 42919 12802 13362 13266
Face 42920 13266 13362 2785
Face 42921 13361 8167 11946
Face 42922 13362 13361 11946
Face 42923 12856 13356 13261
Face 42924 12949 12856 13261
Face 42925 12767 9046 13383
Face 42926 14852 12767 13383
Face 42927 16342 12767 14852
Face 42928 16341 16342 14852
Face 42929 18941 20834 20746
Face 42930 431 20711 20710
Face 42931 17271 17180 17181
Face 42932 1984 22342 3161
Face 42933 19054 15972 17899
Face 42934 17140 19145 17040
Face 42935 34696 34548 11385
Face 42936 14054 13977 7949
Face 42937 19954 19879 17608
Face 42938 18521 17860 18052
Face 42939 18173 18172 18078
Face 42940 12116 15334 3637
Face 42941 15307 13817 11156
Face 42942 28688 21466 20737
Face 42943 12586 22615 22520
Face 42944 13297 12586 22520
Face 42945 22615 22522 22234
Face 42946 22520 22615 22234
Face 42947 22522 19764 20058
Face 42948 22234 22522 20058
Face 42949 14314 11003 20058
Face 42950 19764 14314 20058
Face 42951 19640 19639 11003
Face 42952 14314 19640 11003
Face 42953 19640 21958 12475
Face 42954 19639 19640 12475
Face 42955 21958 20834 20922
Face 42956 12475 21958 20922
Face 42957 20834 18940 20922
Face 42958 9504 18996 15874
Face 42959 19975 19976 20052
Face 42960 18839 14644 20558
Face 42961 16031 2779 13068
Face 42962 13081 11354 11435
Face 42963 22320 22324 22132
Face 42964 11141 12820 15043
Face 42965 32144 32248 32143
Face 42966 16217 16378 16216
Face 42967 6012 20819 5072
Face 42968 4755 18463 4623
Face 42969 17832 19338 19311
Face 42970 19496 16900 16993
Face 42971 33032 2949 33278
Face 42972 16186 16348 12857
Face 42973 7158 12380 12288
Face 42974 7580 7158 12288
Face 42975 23118 19345 417
Face 42976 20637 11292 20817
Face 42977 24250 24124 2149
Face 42978 20817 19907 20637
Face 42979 20306 20226 19345
Face 42980 19907 20306 19345
Face 42981 3317 6026 20226
Face 42982 20306 3317 20226
Face 42983 12939 7624 6026
Face 42984 3317 12939 6026
Face 42985 20232 20154 7624
Face 42986 12939 20232 7624
Face 42987 14208 16275 5255
Face 42988 3455 3330 20918
Face 42989 16361 333 439
Face 42990 25428 25429 25467
Face 42991 17170 17260 17259
Face 42992 20302 15462 21560
Face 42993 12860 10886 886
Face 42994 10718 19271 13455
Face 42995 29805 17194 29804
Face 42996 1504 5874 1955
Face 42997 9046 3763 13383
Face 42998 5470 5597 16503
Face 42999 22120 22119 22021
Face 43000 22120 22215 22119
Face 43001 22022 22120 22021
Face 43002 22215 22214 22119
Face 43003 22311 22310 22214
Face 43004 22215 22311 22214
Face 43005 22311 22407 22406
Face 43006 22310 22311 22406
Face 43007 13556 13534 14767
Face 43008 14501 13556 14767
Face 43009 10312 4467 16175
Face 43010 19637 20387 19636
Face 43011 16174 10312 16175
Face 43012 10312 3897 3898
Face 43013 12793 11673 25272
Face 43014 23398 23436 24662
Face 43015 23929 23241 24530
Face 43016 32334 32333 32227
Face 43017 11834 23929 24530
Face 43018 23241 24267 24402
Face 43019 24530 23241 24402
Face 43020 24267 23009 24009
Face 43021 25270 25269 25130
Face 43022 24402 24267 24009
Face 43023 24813 23043 23037
Face 43024 22770 23763 23762
Face 43025 31805 31912 31911
Face 43026 23909 23353 22837
Face 43027 24463 23985 14258
Face 43028 19302 18545 21506
Face 43029 20696 24168 24169
Face 43030 12827 34817 34352
Face 43031 29847 29846 20870
Face 43032 22805 23436 23398
Face 43033 23009 12187 23786
Face 43034 24595 2425 24596
Face 43035 24009 23009 23786
Face 43036 12187 24896 23738
Face 43037 23853 23805 23951
Face 43038 23786 12187 23738
Face 43039 24300 20873 24434
Face 43040 318 24327 22804
Face 43041 20139 13740 24494
Face 43042 24435 24300 24434
Face 43043 25102 25241 25240
Face 43044 24494 24499 23201
Face 43045 24702 24838 24837
Face 43046 23335 24314 24315
Face 43047 23780 20017 22869
Face 43048 23385 24635 24631
Face 43049 24573 24574 22717
Face 43050 22990 24496 20693
Face 43051 24136 25331 24141
Face 43052 23938 23960 24070
Face 43053 21993 29453 21994
Face 43054 23149 25140 25000
Face 43055 21897 21995 21994
Face 43056 22987 20870 25461
Face 43057 21995 22093 22092
Face 43058 21994 21995 22092
Face 43059 22093 22188 22187
Face 43060 22092 22093 22187
Face 43061 22188 22284 22283
Face 43062 22187 22188 22283
Face 43063 22380 22379 22283
Face 43064 22284 22380 22283
Face 43065 22380 22477 22476
Face 43066 22379 22380 22476
Face 43067 22477 22571 22570
Face 43068 22476 22477 22570
Face 43069 22571 22667 22666
Face 43070 22570 22571 22666
Face 43071 22667 754 6408
Face 43072 22666 22667 6408
Face 43073 15159 15158 6408
Face 43074 754 15159 6408
Face 43075 5499 219 15158
Face 43076 15159 5499 15158
Face 43077 1715 1606 219
Face 43078 5499 1715 219
Face 43079 14657 14538 1606
Face 43080 1715 14657 1606
Face 43081 15584 15444 14538
Face 43082 14657 15584 14538
Face 43083 34683 34325 34779
Face 43084 15584 14783 15444
Face 43085 21964 11912 20076
Face 43086 24554 23158 23951
Face 43087 33089 33088 32954
Face 43088 22782 25561 25742
Face 43089 24811 24801 23590
Face 43090 24324 25287 24624
Face 43091 23636 22830 22995
Face 43092 22830 24027 22336
Face 43093 22013 22014 22111
Face 43094 23351 12170 20491
Face 43095 22591 22590 22496
Face 43096 22112 22207 22206
Face 43097 25101 25102 25240
Face 43098 23562 23552 23506
Face 43099 22160 22062 11946
Face 43100 23112 11996 22797
Face 43101 14728 14607 13261
Face 43102 14728 8846 14607
Face 43103 11039 5144 5470
Face 43104 5597 16505 16503
Face 43105 18714 19038 19222
Face 43106 28811 27392 27752
Face 43107 26309 19936 19861
Face 43108 6611 20624 11053
Face 43109 6282 27506 18453
Face 43110 26242 26295 27619
Face 43111 30172 30236 30171
Face 43112 20119 13731 12586
Face 43113 20118 20119 12586
Face 43114 13731 22328 22615
Face 43115 12586 13731 22615
Face 43116 22328 22617 22522
Face 43117 22615 22328 22522
Face 43118 22617 12941 19764
Face 43119 22522 22617 19764
Face 43120 12941 14313 14314
Face 43121 19764 12941 14314
Face 43122 19641 19640 14314
Face 43123 14313 19641 14314
Face 43124 19641 21861 21958
Face 43125 19640 19641 21958
Face 43126 21861 20746 20834
Face 43127 21958 21861 20834
Face 43128 21755 28544 21380
Face 43129 15425 15424 15288
Face 43130 19403 12942 2664
Face 43131 20052 20053 20134
Face 43132 3694 14059 5203
Face 43133 19279 16031 13068
Face 43134 12942 19403 19386
Face 43135 19413 20741 10886
Face 43136 16379 20232 16542
Face 43137 22228 22037 22134
Face 43138 19963 17618 17529
Face 43139 17518 17608 19879
Face 43140 16503 16505 16341
Face 43141 2634 16658 11039
Face 43142 3763 16186 12857
Face 43143 33308 11298 16348
Face 43144 16174 16175 13632
Face 43145 13726 16174 13632
Face 43146 20469 20817 15885
Face 43147 25781 25780 30533
Face 43148 20063 19907 20817
Face 43149 20469 20063 20817
Face 43150 20391 20306 19907
Face 43151 20063 20391 19907
Face 43152 21666 3317 20306
Face 43153 20391 21666 20306
Face 43154 16512 12939 3317
Face 43155 21666 16512 3317
Face 43156 5530 19120 18614
Face 43157 17951 17867 17861
Face 43158 23770 19931 19932
Face 43159 18720 20571 18317
Face 43160 17088 19664 19663
Face 43161 20297 17990 20296
Face 43162 19898 19897 19821
Face 43163 17528 17527 17442
Face 43164 18941 18944 18940
Face 43165 10843 9414 8215
Face 43166 30806 30805 30706
Face 43167 18796 14809 22602
Face 43168 16505 16342 16341
Face 43169 9870 3184 2634
Face 43170 16504 16183 15308
Face 43171 19541 16504 15308
Face 43172 5143 12432 13724
Face 43173 8167 22160 11946
Face 43174 21363 13728 21297
Face 43175 13728 20453 9270
Face 43176 20387 21363 20382
Face 43177 20453 20452 9270
Face 43178 21363 21297 20382
Face 43179 13728 9270 21297
Face 43180 24172 24052 20785
Face 43181 21319 6679 28438
Face 43182 13101 24377 24376
Face 43183 25289 22625 24065
Face 43184 24662 24663 23604
Face 43185 23571 24432 25223
Face 43186 13066 23043 24814
Face 43187 24663 21609 23604
Face 43188 25320 25187 19941
Face 43189 25098 25237 25236
Face 43190 23762 23763 24936
Face 43191 24363 21051 20958
Face 43192 22805 21566 22838
Face 43193 20781 24073 25300
Face 43194 25247 25384 25383
Face 43195 23008 22784 24385
Face 43196 11253 23368 23003
Face 43197 24781 24643 23106
Face 43198 24526 22162 23439
Face 43199 24499 23202 23201
Face 43200 24300 24169 20873
Face 43201 21327 21326 25267
Face 43202 23805 23806 23951
Face 43203 21637 22555 29802
Face 43204 24896 22893 22796
Face 43205 23738 24896 22796
Face 43206 22893 23638 23293
Face 43207 22796 22893 23293
Face 43208 19380 23901 24552
Face 43209 26309 19861 19782
Face 43210 22555 22459 29802
Face 43211 24169 24170 20873
Face 43212 24631 13740 20139
Face 43213 24968 24969 25107
Face 43214 21210 22530 25137
Face 43215 20017 22990 20693
Face 43216 18728 18738 33422
Face 43217 22997 23960 23938
Face 43218 31914 31913 31806
Face 43219 11811 19434 23830
Face 43220 22717 22997 23938
Face 43221 34120 34119 33994
Face 43222 20603 24208 21325
Face 43223 21802 21898 21897
Face 43224 33995 34120 33994
Face 43225 21898 21996 21995
Face 43226 21897 21898 21995
Face 43227 21996 22094 22093
Face 43228 21995 21996 22093
Face 43229 22094 22189 22188
Face 43230 22093 22094 22188
Face 43231 22189 22285 22284
Face 43232 22188 22189 22284
Face 43233 22285 22381 22380
Face 43234 22284 22285 22380
Face 43235 22381 22478 22477
Face 43236 22380 22381 22477
Face 43237 22478 22572 22571
Face 43238 22477 22478 22571
Face 43239 22572 22668 22667
Face 43240 22571 22572 22667
Face 43241 22668 8569 754
Face 43242 22667 22668 754
Face 43243 15295 15159 754
Face 43244 8569 15295 754
Face 43245 3445 5499 15159
Face 43246 15295 3445 15159
Face 43247 15582 1715 5499
Face 43248 3445 15582 5499
Face 43249 14658 14657 1715
Face 43250 15582 14658 1715
Face 43251 15585 15584 14657
Face 43252 14658 15585 14657
Face 43253 14662 14783 15584
Face 43254 15585 14662 15584
Face 43255 32020 32019 31914
Face 43256 14662 14420 14783
Face 43257 23200 22798 23146
Face 43258 30965 30964 30863
Face 43259 22798 24324 24491
Face 43260 25287 12342 24624
Face 43261 22995 22830 22336
Face 43262 24027 24893 24412
Face 43263 4364 25361 12885
Face 43264 12886 12885 15038
Face 43265 25217 22676 20787
Face 43266 24948 24949 22178
Face 43267 24165 24044 24254
Face 43268 24827 24828 24962
Face 43269 14909 12547 21394
Face 43270 21394 21027 12978
Face 43271 21115 23074 23076
Face 43272 25365 21964 11911
Face 43273 15868 3184 16019
Face 43274 23524 20515 24149
Face 43275 15976 4605 151
Face 43276 15620 11302 11043
Face 43277 23960 24078 19274
Face 43278 24505 22858 202
Face 43279 23421 24914 24130
Face 43280 12622 21488 314
Face 43281 30757 30863 30756
Face 43282 22881 24325 24031
Face 43283 34744 34484 18421
Face 43284 24091 24214 20096
Face 43285 11144 22708 27641
Face 43286 24552 23137 19700
Face 43287 23174 23232 24091
Face 43288 23626 20319 23293
Face 43289 12547 21027 21394
Face 43290 23638 23626 23293
Face 43291 23431 23671 20319
Face 43292 23626 23431 20319
Face 43293 23457 23558 23671
Face 43294 30659 30658 30564
Face 43295 34800 20816 20118
Face 43296 20120 3051 13731
Face 43297 20119 20120 13731
Face 43298 3051 22232 22328
Face 43299 13731 3051 22328
Face 43300 22232 19935 22617
Face 43301 22328 22232 22617
Face 43302 19935 3702 12941
Face 43303 22617 19935 12941
Face 43304 10796 14313 12941
Face 43305 3702 10796 12941
Face 43306 10796 19642 19641
Face 43307 14313 10796 19641
Face 43308 19642 21764 21861
Face 43309 19641 19642 21861
Face 43310 21764 20654 20746
Face 43311 21861 21764 20746
Face 43312 24813 24812 24219
Face 43313 18941 20746 20654
Face 43314 12456 19413 4710
Face 43315 17140 19171 17853
Face 43316 19279 13068 13829
Face 43317 14059 19279 13829
Face 43318 21666 5874 16512
Face 43319 19656 19655 19572
Face 43320 13739 3694 13738
Face 43321 19760 19801 20546
Face 43322 19312 17507 17594
Face 43323 19596 17664 20736
Face 43324 5144 5597 5470
Face 43325 3184 9870 16019
Face 43326 2643 4323 19541
Face 43327 58 2758 19455
Face 43328 20469 15885 19348
Face 43329 23115 21101 19348
Face 43330 20729 20469 19348
Face 43331 19316 20729 19348
Face 43332 21096 20063 20469
Face 43333 20729 21096 20469
Face 43334 20477 20391 20063
Face 43335 21096 20477 20063
Face 43336 19350 21666 20391
Face 43337 20477 19350 20391
Face 43338 16512 5874 116
Face 43339 34260 12023 34259
Face 43340 13590 9956 13494
Face 43341 7735 8540 7585
Face 43342 16031 12615 2779
Face 43343 12708 12618 14479
Face 43344 23391 25847 25848
Face 43345 19976 19975 19897
Face 43346 20548 21842 21838
Face 43347 21842 6012 21838
Face 43348 17731 19172 16949
Face 43349 18081 18080 20379
Face 43350 17138 17532 18797
Face 43351 16658 5144 11039
Face 43352 3184 16658 2634
Face 43353 13356 14728 13261
Face 43354 8846 14300 14607
Face 43355 16338 16334 22062
Face 43356 12258 12895 12802
Face 43357 13169 22621 20920
Face 43358 20920 22621 19359
Face 43359 13168 13169 20920
Face 43360 22621 19439 19359
Face 43361 19439 12412 14373
Face 43362 19359 19439 14373
Face 43363 24977 25116 25115
Face 43364 4617 15088 15095
Face 43365 11667 23643 23352
Face 43366 20159 20079 23880
Face 43367 15735 23571 25223
Face 43368 24549 23186 23809
Face 43369 23604 21609 24618
Face 43370 23201 23202 15735
Face 43371 24618 24619 22879
Face 43372 24619 23708 22879
Face 43373 22879 23708 24139
Face 43374 23708 23645 24139
Face 43375 6775 33665 6680
Face 43376 24435 24434 24139
Face 43377 20344 20431 20430
Face 43378 20430 20431 20517
Face 43379 20519 20520 27475
Face 43380 20517 20518 27474
Face 43381 25013 24532 23204
Face 43382 16332 24699 24698
Face 43383 27498 29601 34436
Face 43384 24617 23259 21415
Face 43385 23431 23457 23671
Face 43386 21506 23679 25032
Face 43387 23374 23375 23558
Face 43388 23457 23374 23558
Face 43389 21412 24592 24003
Face 43390 23374 22802 23471
Face 43391 17631 19982 18437
Face 43392 24570 24569 23250
Face 43393 24305 23962 22707
Face 43394 28676 28675 21329
Face 43395 21330 21423 21422
Face 43396 21422 21517 28806
Face 43397 21423 21518 21517
Face 43398 31808 31915 31807
Face 43399 28932 21517 29060
Face 43400 28806 21517 28932
Face 43401 21611 21706 21705
Face 43402 25976 23774 23627
Face 43403 21706 21803 21802
Face 43404 21705 21706 21802
Face 43405 21803 21899 21898
Face 43406 21802 21803 21898
Face 43407 21899 21997 21996
Face 43408 21898 21899 21996
Face 43409 21997 22095 22094
Face 43410 21996 21997 22094
Face 43411 22095 22190 22189
Face 43412 22094 22095 22189
Face 43413 22190 22286 22285
Face 43414 22189 22190 22285
Face 43415 22286 22382 22381
Face 43416 22285 22286 22381
Face 43417 22382 22479 22478
Face 43418 22381 22382 22478
Face 43419 22479 22573 22572
Face 43420 22478 22479 22572
Face 43421 22573 22669 22668
Face 43422 22572 22573 22668
Face 43423 9208 8569 22668
Face 43424 22669 9208 22668
Face 43425 15296 15295 8569
Face 43426 9208 15296 8569
Face 43427 9774 3445 15295
Face 43428 15296 9774 15295
Face 43429 15724 15582 3445
Face 43430 9774 15724 3445
Face 43431 14779 14658 15582
Face 43432 15724 14779 15582
Face 43433 15728 15585 14658
Face 43434 14779 15728 14658
Face 43435 14661 14662 15585
Face 43436 15728 14661 15585
Face 43437 14422 14420 14662
Face 43438 14661 14422 14662
Face 43439 12230 14664 14420
Face 43440 14422 12230 14420
Face 43441 30864 30965 30863
Face 43442 12230 12206 14664
Face 43443 22336 24027 24412
Face 43444 25634 25633 24038
Face 43445 31367 31366 31263
Face 43446 5765 11007 28419
Face 43447 26683 11728 11648
Face 43448 12032 16188 10225
Face 43449 11570 11571 26683
Face 43450 31264 31367 31263
Face 43451 24050 25194 25055
Face 43452 19202 5889 11934
Face 43453 22686 24995 24309
Face 43454 23278 23337 23381
Face 43455 25281 24633 20579
Face 43456 21393 21115 23076
Face 43457 20015 58 19455
Face 43458 15442 16354 13742
Face 43459 23290 23178 22813
Face 43460 17781 17580 17755
Face 43461 21793 22814 24480
Face 43462 24774 20018 24480
Face 43463 23076 23074 24429
Face 43464 21115 20935 23074
Face 43465 25331 25196 24141
Face 43466 23063 24431 24430
Face 43467 23349 25182 24421
Face 43468 25234 25235 25371
Face 43469 24684 23251 24679
Face 43470 23615 24768 22704
Face 43471 15861 15862 16013
Face 43472 14844 14720 14845
Face 43473 12611 24804 22870
Face 43474 25196 25057 24137
Face 43475 24914 24131 24130
Face 43476 25226 1604 25227
Face 43477 23912 23520 23519
Face 43478 24596 22725 24595
Face 43479 22768 23762 23751
Face 43480 23843 23912 23519
Face 43481 19302 21506 24907
Face 43482 16496 16655 16495
Face 43483 24214 13642 20096
Face 43484 12674 19302 24907
Face 43485 24432 21011 25223
Face 43486 21581 23232 23174
Face 43487 25144 24183 24182
Face 43488 25145 25144 24182
Face 43489 23375 23374 23471
Face 43490 11429 23465 22768
Face 43491 31473 31582 31472
Face 43492 23471 22802 16964
Face 43493 11751 23320 23312
Face 43494 23788 22905 20158
Face 43495 22608 21839 20120
Face 43496 25427 25464 25463
Face 43497 21839 9760 3051
Face 43498 20120 21839 3051
Face 43499 9760 22136 22232
Face 43500 3051 9760 22232
Face 43501 22136 21944 19935
Face 43502 22232 22136 19935
Face 43503 21944 16520 3702
Face 43504 19935 21944 3702
Face 43505 13539 10796 3702
Face 43506 16520 13539 3702
Face 43507 13539 21083 19642
Face 43508 10796 13539 19642
Face 43509 21083 21668 21764
Face 43510 19642 21083 21764
Face 43511 20566 20654 21764
Face 43512 21668 20566 21764
Face 43513 20566 20565 19668
Face 43514 20654 20566 19668
Face 43515 118 11917 20065
Face 43516 25845 23915 23417
Face 43517 19740 19823 19739
Face 43518 12615 4087 2779
Face 43519 6012 5072 21838
Face 43520 21666 19350 5874
Face 43521 19880 19843 19386
Face 43522 26302 29582 28143
Face 43523 18412 18352 27160
Face 43524 18191 20488 17453
Face 43525 31473 31472 31368
Face 43526 13536 13441 16019
Face 43527 2787 19316 21101
Face 43528 20564 13730 20652
Face 43529 7741 19316 2787
Face 43530 13730 7741 2787
Face 43531 20818 20729 19316
Face 43532 7741 20818 19316
Face 43533 21188 21096 20729
Face 43534 20818 21188 20729
Face 43535 20742 20477 21096
Face 43536 21188 20742 21096
Face 43537 19753 19350 20477
Face 43538 20742 19753 20477
Face 43539 25428 25467 25466
Face 43540 21465 31220 20554
Face 43541 10693 18841 11038
Face 43542 19822 19821 19738
Face 43543 18408 18311 1722
Face 43544 19682 4751 19599
Face 43545 3162 21002 21001
Face 43546 15163 22613 22518
Face 43547 16987 19482 17080
Face 43548 25224 696 25086
Face 43549 15242 15377 15241
Face 43550 23983 24334 21660
Face 43551 25132 15290 15289
Face 43552 12588 8936 8846
Face 43553 22784 24781 23106
Face 43554 12172 12258 12802
Face 43555 12895 13361 13362
Face 43556 12712 12802 13266
Face 43557 13362 11946 2785
Face 43558 22497 22591 22496
Face 43559 22208 22304 22303
Face 43560 15156 15025 14226
Face 43561 163 15156 14226
Face 43562 19866 19942 26554
Face 43563 25175 23780 23288
Face 43564 24706 24842 24841
Face 43565 24251 2149 11453
Face 43566 24426 24269 24333
Face 43567 23358 22181 23309
Face 43568 20101 20179 20100
Face 43569 23898 24803 20607
Face 43570 20101 20180 20179
Face 43571 26898 20179 27011
Face 43572 20180 20262 20261
Face 43573 6775 6680 6776
Face 43574 20262 20345 20344
Face 43575 20261 20262 20344
Face 43576 20345 20432 20431
Face 43577 20344 20345 20431
Face 43578 20432 20519 20518
Face 43579 20431 20432 20518
Face 43580 23744 23730 23979
Face 43581 24278 23981 22677
Face 43582 22680 22145 26306
Face 43583 20141 24396 23231
Face 43584 22749 21792 21791
Face 43585 23137 23179 23133
Face 43586 20321 22722 22374
Face 43587 12190 24463 14258
Face 43588 24356 23187 23622
Face 43589 23679 24998 25032
Face 43590 21100 24674 24812
Face 43591 25225 25362 25361
Face 43592 21239 21331 21330
Face 43593 21238 21239 21330
Face 43594 21331 21424 21423
Face 43595 21330 21331 21423
Face 43596 21424 21519 21518
Face 43597 21423 21424 21518
Face 43598 21519 21612 21611
Face 43599 21518 21519 21611
Face 43600 21612 21707 21706
Face 43601 21611 21612 21706
Face 43602 21707 21804 21803
Face 43603 21706 21707 21803
Face 43604 21804 21900 21899
Face 43605 21803 21804 21899
Face 43606 21900 21998 21997
Face 43607 21899 21900 21997
Face 43608 21998 22096 22095
Face 43609 21997 21998 22095
Face 43610 22096 22191 22190
Face 43611 22095 22096 22190
Face 43612 22191 22287 22286
Face 43613 22190 22191 22286
Face 43614 22287 22383 22382
Face 43615 22286 22287 22382
Face 43616 22383 22480 22479
Face 43617 22382 22383 22479
Face 43618 22480 22574 22573
Face 43619 22479 22480 22573
Face 43620 22574 22670 22669
Face 43621 22573 22574 22669
Face 43622 10099 9208 22669
Face 43623 22670 10099 22669
Face 43624 15866 15296 9208
Face 43625 10099 15866 9208
Face 43626 13254 9774 15296
Face 43627 15866 13254 15296
Face 43628 12025 15724 9774
Face 43629 13254 12025 9774
Face 43630 12025 14780 14779
Face 43631 15724 12025 14779
Face 43632 15872 15728 14779
Face 43633 14780 15872 14779
Face 43634 13164 14661 15728
Face 43635 15872 13164 15728
Face 43636 14542 14422 14661
Face 43637 13164 14542 14661
Face 43638 16182 12230 14422
Face 43639 14542 16182 14422
Face 43640 11098 12206 12230
Face 43641 16182 11098 12230
Face 43642 16029 3679 12206
Face 43643 11098 16029 12206
Face 43644 5508 12032 3679
Face 43645 16029 5508 3679
Face 43646 22545 16188 12032
Face 43647 5508 22545 12032
Face 43648 15173 14789 16188
Face 43649 22545 15173 16188
Face 43650 11934 5889 14789
Face 43651 15173 11934 14789
Face 43652 21328 22937 21676
Face 43653 30409 30480 30408
Face 43654 23074 24430 24429
Face 43655 30277 30344 30276
Face 43656 25042 23824 25281
Face 43657 12534 22766 20692
Face 43658 20579 25009 11668
Face 43659 23824 24633 25281
Face 43660 24429 24430 23657
Face 43661 25009 25011 11668
Face 43662 22813 23458 23395
Face 43663 24430 24774 23657
Face 43664 23074 23063 24430
Face 43665 24431 20018 24774
Face 43666 23245 24564 23243
Face 43667 24563 24564 24272
Face 43668 23251 24570 23250
Face 43669 24570 23846 23680
Face 43670 22924 24945 22176
Face 43671 24778 24640 22763
Face 43672 25295 22725 24060
Face 43673 24577 23931 23432
Face 43674 24000 22689 24466
Face 43675 24347 24218 24873
Face 43676 25359 24538 22652
Face 43677 23412 23411 11254
Face 43678 2688 24595 24594
Face 43679 24914 23421 23426
Face 43680 22748 22768 23751
Face 43681 25295 24595 22725
Face 43682 25032 24998 6810
Face 43683 13984 24576 22177
Face 43684 24396 21581 23174
Face 43685 24907 21506 23549
Face 43686 22870 22828 25354
Face 43687 23232 24214 24091
Face 43688 24833 24834 24968
Face 43689 24764 12183 12611
Face 43690 25198 24090 20580
Face 43691 23857 25161 25753
Face 43692 23465 22770 22768
Face 43693 24084 24261 24065
Face 43694 20120 26473 22608
Face 43695 24577 23432 21697
Face 43696 21840 16018 9760
Face 43697 21839 21840 9760
Face 43698 16018 21747 22136
Face 43699 9760 16018 22136
Face 43700 21747 21847 21944
Face 43701 22136 21747 21944
Face 43702 21847 20057 16520
Face 43703 21944 21847 16520
Face 43704 14603 13539 16520
Face 43705 20057 14603 16520
Face 43706 14603 21176 21083
Face 43707 13539 14603 21083
Face 43708 21176 21574 21668
Face 43709 21083 21176 21668
Face 43710 19885 20566 21668
Face 43711 21574 19885 21668
Face 43712 18625 19988 17405
Face 43713 20566 19885 20565
Face 43714 12615 19417 19403
Face 43715 18081 20379 20380
Face 43716 22611 12560 17769
Face 43717 20823 17690 18317
Face 43718 19437 13727 1551
Face 43719 3762 4602 14432
Face 43720 18935 18635 17395
Face 43721 29411 29542 22270
Face 43722 13441 15868 16019
Face 43723 13630 13629 13536
Face 43724 9281 9280 24356
Face 43725 20564 22436 22339
Face 43726 13253 13730 20564
Face 43727 20393 13253 20564
Face 43728 22422 7741 13730
Face 43729 13253 22422 13730
Face 43730 20735 20818 7741
Face 43731 22422 20735 7741
Face 43732 21280 21188 20818
Face 43733 20735 21280 20818
Face 43734 20830 20742 21188
Face 43735 21280 20830 21188
Face 43736 19837 19753 20742
Face 43737 20830 19837 20742
Face 43738 28544 21755 13535
Face 43739 31266 31265 31164
Face 43740 22320 22416 22324
Face 43741 22343 19058 18840
Face 43742 13829 13830 10733
Face 43743 4602 14431 14432
Face 43744 26175 26293 26292
Face 43745 19753 19837 4109
Face 43746 24826 24961 24960
Face 43747 25387 24396 20141
Face 43748 34016 34015 33889
Face 43749 25246 25247 25383
Face 43750 19461 24013 23954
Face 43751 25982 19381 19462
Face 43752 12802 12895 13362
Face 43753 19542 19624 22822
Face 43754 22062 21965 2785
Face 43755 11946 22062 2785
Face 43756 22207 22208 22303
Face 43757 22113 22208 22207
Face 43758 23782 27167 27280
Face 43759 23154 19706 19789
Face 43760 19868 19867 19788
Face 43761 19789 19868 19788
Face 43762 19943 19942 19867
Face 43763 19868 19943 19867
Face 43764 29346 25023 29216
Face 43765 19943 20020 19942
Face 43766 20102 20101 20019
Face 43767 20020 20102 20019
Face 43768 20102 20181 20180
Face 43769 20101 20102 20180
Face 43770 20181 20263 20262
Face 43771 20180 20181 20262
Face 43772 20263 20346 20345
Face 43773 20262 20263 20345
Face 43774 20346 20433 20432
Face 43775 20345 20346 20432
Face 43776 20520 20521 20608
Face 43777 20432 20433 20519
Face 43778 34283 34596 34722
Face 43779 23737 23740 24889
Face 43780 24706 24707 24842
Face 43781 23782 24466 27279
Face 43782 24843 24978 24977
Face 43783 22463 25157 24759
Face 43784 22047 24747 22793
Face 43785 23320 24614 24610
Face 43786 28267 28266 21056
Face 43787 25135 23863 25038
Face 43788 21057 21147 21146
Face 43789 28403 21146 21147
Face 43790 21147 21240 21239
Face 43791 21240 21332 21331
Face 43792 21239 21240 21331
Face 43793 21332 21425 21424
Face 43794 21331 21332 21424
Face 43795 21425 21520 21519
Face 43796 21424 21425 21519
Face 43797 21520 21613 21612
Face 43798 21519 21520 21612
Face 43799 21613 21708 21707
Face 43800 21612 21613 21707
Face 43801 21708 21805 21804
Face 43802 21707 21708 21804
Face 43803 21805 21901 21900
Face 43804 21804 21805 21900
Face 43805 21901 21999 21998
Face 43806 21900 21901 21998
Face 43807 21999 22097 22096
Face 43808 21998 21999 22096
Face 43809 22097 22192 22191
Face 43810 22096 22097 22191
Face 43811 22192 22288 22287
Face 43812 22191 22192 22287
Face 43813 22288 22384 22383
Face 43814 22287 22288 22383
Face 43815 22384 22481 22480
Face 43816 22383 22384 22480
Face 43817 22481 22575 22574
Face 43818 22480 22481 22574
Face 43819 22671 22670 22574
Face 43820 22575 22671 22574
Face 43821 12938 10099 22670
Face 43822 22671 12938 22670
Face 43823 15721 15866 10099
Face 43824 12938 15721 10099
Face 43825 13348 13254 15866
Face 43826 15721 13348 15866
Face 43827 13348 3973 12025
Face 43828 13254 13348 12025
Face 43829 3973 14904 14780
Face 43830 12025 3973 14780
Face 43831 16024 15872 14780
Face 43832 14904 16024 14780
Face 43833 13257 13164 15872
Face 43834 16024 13257 15872
Face 43835 14543 14542 13164
Face 43836 13257 14543 13164
Face 43837 11857 16182 14542
Face 43838 14543 11857 14542
Face 43839 8571 11098 16182
Face 43840 11857 8571 16182
Face 43841 14913 16029 11098
Face 43842 8571 14913 11098
Face 43843 12764 5508 16029
Face 43844 14913 12764 16029
Face 43845 22639 22545 5508
Face 43846 12764 22639 5508
Face 43847 15041 15173 22545
Face 43848 22639 15041 22545
Face 43849 11950 11934 15173
Face 43850 15041 11950 15173
Face 43851 30565 30564 30479
Face 43852 12943 11950 15041
Face 43853 25228 25365 25364
Face 43854 25227 25228 25364
Face 43855 20076 23823 23949
Face 43856 31312 31311 31209
Face 43857 23623 22929 24781
Face 43858 21486 21888 23526
Face 43859 23965 23936 23935
Face 43860 22998 19618 13984
Face 43861 24480 22813 23395
Face 43862 23178 23234 23458
Face 43863 8781 11494 1898
Face 43864 1583 3075 24685
Face 43865 23245 23243 24451
Face 43866 24564 24465 24272
Face 43867 24569 24570 23680
Face 43868 23846 23935 23934
Face 43869 23935 24397 23897
Face 43870 23680 23846 23934
Face 43871 24397 22256 23099
Face 43872 23934 23935 23897
Face 43873 23897 24397 23099
Face 43874 23411 11327 11254
Face 43875 24862 23194 25316
Face 43876 12620 24862 25316
Face 43877 31162 31161 31062
Face 43878 23255 24572 24571
Face 43879 21487 21394 25056
Face 43880 23254 23255 24571
Face 43881 23396 23195 23679
Face 43882 24942 15450 24580
Face 43883 22470 23327 23324
Face 43884 13263 22470 23324
Face 43885 24730 23443 23595
Face 43886 22848 24916 23057
Face 43887 24457 22989 22860
Face 43888 24446 24584 23313
Face 43889 24824 24959 24958
Face 43890 23561 22749 11140
Face 43891 21840 22608 27383
Face 43892 31162 31263 31161
Face 43893 21746 16018 21840
Face 43894 21841 21746 21840
Face 43895 21746 21650 21747
Face 43896 16018 21746 21747
Face 43897 21650 21749 21847
Face 43898 21747 21650 21847
Face 43899 21749 1122 20057
Face 43900 21847 21749 20057
Face 43901 22417 14603 20057
Face 43902 1122 22417 20057
Face 43903 22417 22428 21176
Face 43904 14603 22417 21176
Face 43905 21481 21574 21176
Face 43906 22428 21481 21176
Face 43907 21481 2105 19885
Face 43908 21574 21481 19885
Face 43909 17244 17154 17245
Face 43910 14941 13553 13647
Face 43911 20570 20627 21843
Face 43912 4087 12615 19403
Face 43913 11947 9447 1543
Face 43914 18126 17987 19508
Face 43915 12277 12987 12986
Face 43916 21646 17488 17359
Face 43917 23039 20904 3940
Face 43918 34769 34386 34643
Face 43919 22244 20393 22339
Face 43920 13629 13441 13536
Face 43921 20392 20393 22244
Face 43922 22148 20392 22244
Face 43923 2148 13253 20393
Face 43924 20392 2148 20393
Face 43925 20903 22422 13253
Face 43926 2148 20903 13253
Face 43927 20730 20735 22422
Face 43928 20903 20730 22422
Face 43929 20730 3455 20735
Face 43930 140 3455 20730
Face 43931 20918 20830 21280
Face 43932 20488 18191 19845
Face 43933 19354 19355 18413
Face 43934 21143 20178 23882
Face 43935 14431 12277 12459
Face 43936 4754 14430 13818
Face 43937 12502 3762 14916
Face 43938 14432 14431 12459
Face 43939 12987 11732 8259
Face 43940 12459 12277 12986
Face 43941 25042 25281 22080
Face 43942 7735 7585 8774
Face 43943 25136 23305 25082
Face 43944 25401 24086 23794
Face 43945 19463 19462 19382
Face 43946 16678 32213 32320
Face 43947 19543 19542 19462
Face 43948 19463 19543 19462
Face 43949 16334 16335 21965
Face 43950 32019 32123 32018
Face 43951 19707 19789 19706
Face 43952 32123 32227 32226
Face 43953 19790 19789 19707
Face 43954 19708 19790 19707
Face 43955 19869 19868 19789
Face 43956 19790 19869 19789
Face 43957 19944 19943 19868
Face 43958 19869 19944 19868
Face 43959 20021 20020 19943
Face 43960 19944 20021 19943
Face 43961 20103 20102 20020
Face 43962 20021 20103 20020
Face 43963 20103 20182 20181
Face 43964 20102 20103 20181
Face 43965 20182 20264 20263
Face 43966 20181 20182 20263
Face 43967 20264 20347 20346
Face 43968 20263 20264 20346
Face 43969 20347 20434 20433
Face 43970 20346 20347 20433
Face 43971 20434 20521 20520
Face 43972 20433 20434 20520
Face 43973 30866 30865 30759
Face 43974 20609 27596 20608
Face 43975 24842 24843 24977
Face 43976 23368 22898 23003
Face 43977 23790 23496 23662
Face 43978 24640 24505 202
Face 43979 21056 20964 21057
Face 43980 22722 22721 22374
Face 43981 20965 21058 21057
Face 43982 20964 20965 21057
Face 43983 21058 21148 21147
Face 43984 21057 21058 21147
Face 43985 21148 21241 21240
Face 43986 21147 21148 21240
Face 43987 21241 21333 21332
Face 43988 21240 21241 21332
Face 43989 21333 21426 21425
Face 43990 21332 21333 21425
Face 43991 21426 21521 21520
Face 43992 21425 21426 21520
Face 43993 21521 21614 21613
Face 43994 21520 21521 21613
Face 43995 21614 21709 21708
Face 43996 21613 21614 21708
Face 43997 21709 21806 21805
Face 43998 21708 21709 21805
Face 43999 21806 21902 21901
Face 44000 21805 21806 21901
Face 44001 21902 22000 21999
Face 44002 21901 21902 21999
Face 44003 22000 22098 22097
Face 44004 21999 22000 22097
Face 44005 22098 22193 22192
Face 44006 22097 22098 22192
Face 44007 22193 22289 22288
Face 44008 22192 22193 22288
Face 44009 22289 22385 22384
Face 44010 22288 22289 22384
Face 44011 22385 22482 22481
Face 44012 22384 22385 22481
Face 44013 22482 22576 22575
Face 44014 22481 22482 22575
Face 44015 22576 22672 22671
Face 44016 22575 22576 22671
Face 44017 14893 12938 22671
Face 44018 22672 14893 22671
Face 44019 15720 15721 12938
Face 44020 14893 15720 12938
Face 44021 13442 13348 15721
Face 44022 15720 13442 15721
Face 44023 14778 3973 13348
Face 44024 13442 14778 13348
Face 44025 14778 16511 14904
Face 44026 3973 14778 14904
Face 44027 16025 16024 14904
Face 44028 16511 16025 14904
Face 44029 13352 13257 16024
Face 44030 16025 13352 16024
Face 44031 2502 14543 13257
Face 44032 13352 2502 13257
Face 44033 11940 11857 14543
Face 44034 2502 11940 14543
Face 44035 12103 8571 11857
Face 44036 11940 12103 11857
Face 44037 12145 14913 8571
Face 44038 12103 12145 8571
Face 44039 11293 12764 14913
Face 44040 12145 11293 14913
Face 44041 22544 22639 12764
Face 44042 11293 22544 12764
Face 44043 15174 15041 22639
Face 44044 22544 15174 22639
Face 44045 13546 15174 15310
Face 44046 29057 29058 21702
Face 44047 12978 24050 25055
Face 44048 25194 25149 22687
Face 44049 11911 14509 23129
Face 44050 12791 11911 23129
Face 44051 25226 25227 25363
Face 44052 25364 11911 12791
Face 44053 25055 25194 22687
Face 44054 25363 25364 12791
Face 44055 23540 23352 23624
Face 44056 23352 22061 23624
Face 44057 24950 23440 23437
Face 44058 477 478 91
Face 44059 23002 25279 25189
Face 44060 23556 25153 22988
Face 44061 24293 24451 23243
Face 44062 24564 24563 23243
Face 44063 24502 21360 24997
Face 44064 24684 24679 25278
Face 44065 24937 24503 21046
Face 44066 22885 25278 24997
Face 44067 23294 20867 24858
Face 44068 33097 33096 32962
Face 44069 22256 24026 24128
Face 44070 24647 24785 6159
Face 44071 26585 26470 11653
Face 44072 22885 24684 25278
Face 44073 24592 24054 10842
Face 44074 24347 24761 24218
Face 44075 24269 24426 12620
Face 44076 19500 21837 23537
Face 44077 24196 22996 24341
Face 44078 25039 22724 23611
Face 44079 24638 11593 25158
Face 44080 24618 22879 23258
Face 44081 23327 24631 24621
Face 44082 23470 23389 24481
Face 44083 22470 13263 22992
Face 44084 21515 22470 22992
Face 44085 30866 30967 30865
Face 44086 30275 30274 30209
Face 44087 27696 14850 21841
Face 44088 22338 15034 20991
Face 44089 21938 21841 14850
Face 44090 15034 21938 14850
Face 44091 21844 21746 21841
Face 44092 21938 21844 21841
Face 44093 13637 21650 21746
Face 44094 21844 13637 21746
Face 44095 13637 21652 21749
Face 44096 21650 13637 21749
Face 44097 21652 14316 1122
Face 44098 21749 21652 1122
Face 44099 14316 20656 22417
Face 44100 1122 14316 22417
Face 44101 22524 22428 22417
Face 44102 20656 22524 22417
Face 44103 21387 21481 22428
Face 44104 22524 21387 22428
Face 44105 21387 11038 2105
Face 44106 21481 21387 2105
Face 44107 19662 19663 19745
Face 44108 12560 15580 17950
Face 44109 19417 19388 19387
Face 44110 29281 29280 29150
Face 44111 14902 15164 11436
Face 44112 12986 12987 8259
Face 44113 18034 18936 22508
Face 44114 1984 22247 22342
Face 44115 9045 12413 13630
Face 44116 12413 13629 13630
Face 44117 20698 20961 23790
Face 44118 33377 33510 33376
Face 44119 20307 20392 22148
Face 44120 22050 20307 22148
Face 44121 16356 2148 20392
Face 44122 20307 16356 20392
Face 44123 19317 20903 2148
Face 44124 16356 19317 2148
Face 44125 20906 20730 20903
Face 44126 19317 20906 20903
Face 44127 17496 26076 18058
Face 44128 218 151 8568
Face 44129 29412 29411 29280
Face 44130 22313 22409 22312
Face 44131 11732 11435 11436
Face 44132 24681 20698 23790
Face 44133 8259 11732 11436
Face 44134 30083 30145 30144
Face 44135 19827 19826 19743
Face 44136 18254 23379 29614
Face 44137 18586 18841 19123
Face 44138 20698 23518 23513
Face 44139 25145 24182 24181
Face 44140 20961 20698 23513
Face 44141 19382 19381 25877
Face 44142 25360 23308 23306
Face 44143 19544 19543 19463
Face 44144 19464 19544 19463
Face 44145 19625 19624 19543
Face 44146 19544 19625 19543
Face 44147 19709 19708 19624
Face 44148 22112 22113 22207
Face 44149 19791 19790 19708
Face 44150 19709 19791 19708
Face 44151 19870 19869 19790
Face 44152 19791 19870 19790
Face 44153 19945 19944 19869
Face 44154 19870 19945 19869
Face 44155 20022 20021 19944
Face 44156 19945 20022 19944
Face 44157 20104 20103 20021
Face 44158 20022 20104 20021
Face 44159 20104 20183 20182
Face 44160 20103 20104 20182
Face 44161 20183 20265 20264
Face 44162 20182 20183 20264
Face 44163 20265 20348 20347
Face 44164 20264 20265 20347
Face 44165 20348 20435 20434
Face 44166 20347 20348 20434
Face 44167 20435 20522 20521
Face 44168 20434 20435 20521
Face 44169 30760 30866 30759
Face 44170 20521 20522 20609
Face 44171 23518 24718 24716
Face 44172 20788 20789 27862
Face 44173 20789 20876 20875
Face 44174 20875 20965 20964
Face 44175 20876 20966 20965
Face 44176 20875 20876 20965
Face 44177 20966 21059 21058
Face 44178 20965 20966 21058
Face 44179 21059 21149 21148
Face 44180 21058 21059 21148
Face 44181 21149 21242 21241
Face 44182 21148 21149 21241
Face 44183 21242 21334 21333
Face 44184 21241 21242 21333
Face 44185 21334 21427 21426
Face 44186 21333 21334 21426
Face 44187 21427 21522 21521
Face 44188 21426 21427 21521
Face 44189 21522 21615 21614
Face 44190 21521 21522 21614
Face 44191 21615 21710 21709
Face 44192 21614 21615 21709
Face 44193 21710 21807 21806
Face 44194 21709 21710 21806
Face 44195 21807 21903 21902
Face 44196 21806 21807 21902
Face 44197 21903 22001 22000
Face 44198 21902 21903 22000
Face 44199 22001 22099 22098
Face 44200 22000 22001 22098
Face 44201 22099 22194 22193
Face 44202 22098 22099 22193
Face 44203 22194 22290 22289
Face 44204 22193 22194 22289
Face 44205 22290 22386 22385
Face 44206 22289 22290 22385
Face 44207 22386 22483 22482
Face 44208 22385 22386 22482
Face 44209 22483 22577 22576
Face 44210 22482 22483 22576
Face 44211 22577 22673 22672
Face 44212 22576 22577 22672
Face 44213 15022 14893 22672
Face 44214 22673 15022 22672
Face 44215 11532 15720 14893
Face 44216 15022 11532 14893
Face 44217 12672 13442 15720
Face 44218 11532 12672 15720
Face 44219 14777 14778 13442
Face 44220 12672 14777 13442
Face 44221 14777 2107 16511
Face 44222 14778 14777 16511
Face 44223 19623 16025 16511
Face 44224 2107 19623 16511
Face 44225 13446 13352 16025
Face 44226 19623 13446 16025
Face 44227 6835 2502 13352
Face 44228 13446 6835 13352
Face 44229 12469 11940 2502
Face 44230 6835 12469 2502
Face 44231 4490 12103 11940
Face 44232 12469 4490 11940
Face 44233 12231 12145 12103
Face 44234 4490 12231 12103
Face 44235 11272 11293 12145
Face 44236 12231 11272 12145
Face 44237 19601 22544 11293
Face 44238 11272 19601 11293
Face 44239 15310 15174 22544
Face 44240 19601 15310 22544
Face 44241 25271 23490 24779
Face 44242 13547 13546 14666
Face 44243 23977 23655 24165
Face 44244 2159 24935 2160
Face 44245 25235 25372 25371
Face 44246 24253 22843 27253
Face 44247 23100 20781 22079
Face 44248 23398 24662 24635
Face 44249 21892 21891 23607
Face 44250 23089 21892 23607
Face 44251 23119 23118 417
Face 44252 12294 12737 11700
Face 44253 24884 24886 22998
Face 44254 24986 24985 24849
Face 44255 13170 22275 23741
Face 44256 23386 24903 22731
Face 44257 23448 22859 23770
Face 44258 24085 24342 24575
Face 44259 24226 26538 23449
Face 44260 22859 24227 24228
Face 44261 20007 24474 20008
Face 44262 23770 22859 24228
Face 44263 24228 24227 23732
Face 44264 23904 23692 23717
Face 44265 14909 21394 21487
Face 44266 20140 19499 23723
Face 44267 23251 23250 24679
Face 44268 24272 24465 23861
Face 44269 20958 21051 24303
Face 44270 24064 24084 24065
Face 44271 23615 24806 24768
Face 44272 22735 23550 22777
Face 44273 22798 24491 23146
Face 44274 23262 23260 24802
Face 44275 24643 24507 12647
Face 44276 18724 7174 12983
Face 44277 23613 23536 21515
Face 44278 23106 24643 12647
Face 44279 30210 30275 30209
Face 44280 20604 25276 12259
Face 44281 20061 22338 14550
Face 44282 3816 20061 14550
Face 44283 22322 15034 22338
Face 44284 20061 22322 22338
Face 44285 22036 21938 15034
Face 44286 22322 22036 15034
Face 44287 21940 21844 21938
Face 44288 22036 21940 21938
Face 44289 12497 13637 21844
Face 44290 21940 12497 21844
Face 44291 21936 21652 13637
Face 44292 12497 21936 13637
Face 44293 9290 14316 21652
Face 44294 21936 9290 21652
Face 44295 20747 20656 14316
Face 44296 9290 20747 14316
Face 44297 22619 22524 20656
Face 44298 20747 22619 20656
Face 44299 22619 21293 21387
Face 44300 22524 22619 21387
Face 44301 21293 10693 11038
Face 44302 21387 21293 11038
Face 44303 27597 20609 26421
Face 44304 26421 20522 20523
Face 44305 139 3455 140
Face 44306 19403 19417 19387
Face 44307 34325 34319 34652
Face 44308 27831 27830 27701
Face 44309 17100 18005 17779
Face 44310 19179 17286 17535
Face 44311 15884 12723 22050
Face 44312 21935 21110 2788
Face 44313 21952 22050 12723
Face 44314 21110 21952 12723
Face 44315 20478 20307 22050
Face 44316 21952 20478 22050
Face 44317 21090 16356 20307
Face 44318 20478 21090 20307
Face 44319 21371 19317 16356
Face 44320 21090 21371 16356
Face 44321 20736 20906 19317
Face 44322 21371 20736 19317
Face 44323 20730 20906 140
Face 44324 32747 17193 17283
Face 44325 7083 22773 15195
Face 44326 27274 22434 28420
Face 44327 2024 3940 20904
Face 44328 10693 14774 17407
Face 44329 20004 20083 20003
Face 44330 21897 29453 29322
Face 44331 23513 23518 24716
Face 44332 24718 23602 23263
Face 44333 24716 24718 23263
Face 44334 23602 25297 25163
Face 44335 17632 17631 1021
Face 44336 22939 20003 23005
Face 44337 19545 19544 19464
Face 44338 32213 16678 32319
Face 44339 19545 19627 19626
Face 44340 19545 19626 19544
Face 44341 22111 22112 22206
Face 44342 22207 22303 22302
Face 44343 19792 19791 19709
Face 44344 28702 28701 28574
Face 44345 19871 19870 19791
Face 44346 19792 19871 19791
Face 44347 19946 19945 19870
Face 44348 19871 19946 19870
Face 44349 20023 20022 19945
Face 44350 19946 20023 19945
Face 44351 20105 20104 20022
Face 44352 20023 20105 20022
Face 44353 20105 20184 20183
Face 44354 20104 20105 20183
Face 44355 20184 20266 20265
Face 44356 20183 20184 20265
Face 44357 20266 20349 20348
Face 44358 20265 20266 20348
Face 44359 20349 20436 20435
Face 44360 20348 20349 20435
Face 44361 20436 20523 20522
Face 44362 20435 20436 20522
Face 44363 20610 20524 20611
Face 44364 30967 30966 30865
Face 44365 20700 20790 20789
Face 44366 30482 30567 30481
Face 44367 20790 20877 20876
Face 44368 20789 20790 20876
Face 44369 20877 20967 20966
Face 44370 20876 20877 20966
Face 44371 20967 21060 21059
Face 44372 20966 20967 21059
Face 44373 21060 21150 21149
Face 44374 21059 21060 21149
Face 44375 21150 21243 21242
Face 44376 21149 21150 21242
Face 44377 21243 21335 21334
Face 44378 21242 21243 21334
Face 44379 21335 21428 21427
Face 44380 21334 21335 21427
Face 44381 21428 21523 21522
Face 44382 21427 21428 21522
Face 44383 21523 21616 21615
Face 44384 21522 21523 21615
Face 44385 21616 21711 21710
Face 44386 21615 21616 21710
Face 44387 21711 21808 21807
Face 44388 21710 21711 21807
Face 44389 21808 21904 21903
Face 44390 21807 21808 21903
Face 44391 21904 22002 22001
Face 44392 21903 21904 22001
Face 44393 22002 22100 22099
Face 44394 22001 22002 22099
Face 44395 22100 22195 22194
Face 44396 22099 22100 22194
Face 44397 22195 22291 22290
Face 44398 22194 22195 22290
Face 44399 22291 22387 22386
Face 44400 22290 22291 22386
Face 44401 22387 22484 22483
Face 44402 22386 22387 22483
Face 44403 22484 22578 22577
Face 44404 22483 22484 22577
Face 44405 22578 22674 22673
Face 44406 22577 22578 22673
Face 44407 15023 15022 22673
Face 44408 22674 15023 22673
Face 44409 12097 11532 15022
Face 44410 15023 12097 15022
Face 44411 14598 12672 11532
Face 44412 12097 14598 11532
Face 44413 14418 14777 12672
Face 44414 14598 14418 12672
Face 44415 16510 2107 14777
Face 44416 14418 16510 14777
Face 44417 19622 19623 2107
Face 44418 16510 19622 2107
Face 44419 13447 13446 19623
Face 44420 19622 13447 19623
Face 44421 16507 6835 13446
Face 44422 13447 16507 13446
Face 44423 7671 12469 6835
Face 44424 16507 7671 6835
Face 44425 4361 4490 12469
Face 44426 7671 4361 12469
Face 44427 12319 12231 4490
Face 44428 4361 12319 4490
Face 44429 12033 11272 12231
Face 44430 12319 12033 12231
Face 44431 19519 19601 11272
Face 44432 12033 19519 11272
Face 44433 14666 15310 19601
Face 44434 19519 14666 19601
Face 44435 33247 33383 33246
Face 44436 15310 14666 13546
Face 44437 24727 24003 21301
Face 44438 10595 24727 21301
Face 44439 22687 23607 22716
Face 44440 248 23041 24359
Face 44441 23748 24611 24499
Face 44442 24146 23034 25312
Face 44443 23150 23259 24617
Face 44444 23259 21323 21415
Face 44445 5404 25354 3715
Face 44446 11160 13384 25003
Face 44447 27750 6415 19194
Face 44448 19618 24900 13984
Face 44449 1978 12535 10841
Face 44450 10841 6033 19194
Face 44451 27257 13857 13269
Face 44452 12535 16194 10841
Face 44453 27257 13269 28680
Face 44454 16194 13633 13857
Face 44455 13633 22466 22369
Face 44456 28680 22369 28945
Face 44457 22147 28945 19266
Face 44458 22466 19267 22369
Face 44459 22147 19509 28162
Face 44460 19267 22413 19266
Face 44461 23933 23143 23197
Face 44462 28162 19509 20150
Face 44463 24872 24873 24261
Face 44464 24465 23933 23861
Face 44465 3441 24687 24822
Face 44466 24084 24872 24261
Face 44467 24806 23262 24802
Face 44468 21600 20095 25005
Face 44469 20239 20158 12088
Face 44470 23262 24574 24573
Face 44471 32335 32334 32228
Face 44472 30411 30482 30410
Face 44473 11999 3816 22048
Face 44474 22146 11999 22048
Face 44475 20142 20061 3816
Face 44476 11999 20142 3816
Face 44477 22418 22322 20061
Face 44478 20142 22418 20061
Face 44479 15171 22036 22322
Face 44480 22418 15171 22322
Face 44481 21941 21940 22036
Face 44482 15171 21941 22036
Face 44483 12317 12497 21940
Face 44484 21941 12317 21940
Face 44485 13636 21936 12497
Face 44486 12317 13636 12497
Face 44487 10439 9290 21936
Face 44488 13636 10439 21936
Face 44489 20655 20747 9290
Face 44490 10439 20655 9290
Face 44491 10675 22619 20747
Face 44492 20655 10675 20747
Face 44493 21200 21293 22619
Face 44494 10675 21200 22619
Face 44495 14774 10693 21293
Face 44496 21200 14774 21293
Face 44497 21190 18240 18241
Face 44498 24872 24347 24873
Face 44499 7156 358 7263
Face 44500 14551 12708 14479
Face 44501 19358 12948 4362
Face 44502 17547 22342 22247
Face 44503 21110 12723 2788
Face 44504 30411 30410 30343
Face 44505 20840 21110 21935
Face 44506 19593 20840 21935
Face 44507 21855 21952 21110
Face 44508 20840 21855 21110
Face 44509 20066 20478 21952
Face 44510 21855 20066 21952
Face 44511 21577 21090 20478
Face 44512 20066 21577 20478
Face 44513 19596 21371 21090
Face 44514 21577 19596 21090
Face 44515 18995 18672 19005
Face 44516 21371 19596 20736
Face 44517 12435 20833 20820
Face 44518 34821 20554 26928
Face 44519 3049 12560 16498
Face 44520 19826 19902 19825
Face 44521 19842 20629 20628
Face 44522 19383 19465 25984
Face 44523 24942 24580 13308
Face 44524 19384 19383 19306
Face 44525 19307 19384 19306
Face 44526 19465 19545 19464
Face 44527 19384 19466 19383
Face 44528 19546 19545 19465
Face 44529 19466 19546 19465
Face 44530 19627 19546 19628
Face 44531 19546 19627 19545
Face 44532 17983 18074 18073
Face 44533 17569 19068 17287
Face 44534 19793 19792 19710
Face 44535 19709 19710 19792
Face 44536 19872 19871 19792
Face 44537 19793 19872 19792
Face 44538 19947 19946 19871
Face 44539 19872 19947 19871
Face 44540 20024 20023 19946
Face 44541 19947 20024 19946
Face 44542 20106 20105 20023
Face 44543 20024 20106 20023
Face 44544 20185 20184 20105
Face 44545 20106 20185 20105
Face 44546 20185 20267 20266
Face 44547 20184 20185 20266
Face 44548 20267 20350 20349
Face 44549 20266 20267 20349
Face 44550 20350 20437 20436
Face 44551 20349 20350 20436
Face 44552 20437 20524 20523
Face 44553 20436 20437 20523
Face 44554 26422 32660 20611
Face 44555 20523 20524 20610
Face 44556 32911 33045 20701
Face 44557 20700 20699 32780
Face 44558 20791 20878 20877
Face 44559 20790 20791 20877
Face 44560 20878 20968 20967
Face 44561 20877 20878 20967
Face 44562 20968 21061 21060
Face 44563 20967 20968 21060
Face 44564 21061 21151 21150
Face 44565 21060 21061 21150
Face 44566 21151 21244 21243
Face 44567 21150 21151 21243
Face 44568 21244 21336 21335
Face 44569 21243 21244 21335
Face 44570 21429 21428 21335
Face 44571 21336 21429 21335
Face 44572 21429 21524 21523
Face 44573 21428 21429 21523
Face 44574 21524 21617 21616
Face 44575 21523 21524 21616
Face 44576 21617 21712 21711
Face 44577 21616 21617 21711
Face 44578 21712 21809 21808
Face 44579 21711 21712 21808
Face 44580 21809 21905 21904
Face 44581 21808 21809 21904
Face 44582 21905 22003 22002
Face 44583 21904 21905 22002
Face 44584 22003 22101 22100
Face 44585 22002 22003 22100
Face 44586 22101 22196 22195
Face 44587 22100 22101 22195
Face 44588 22196 22292 22291
Face 44589 22195 22196 22291
Face 44590 22292 22388 22387
Face 44591 22291 22292 22387
Face 44592 22388 22485 22484
Face 44593 22387 22388 22484
Face 44594 22485 22579 22578
Face 44595 22484 22485 22578
Face 44596 22579 22675 22674
Face 44597 22578 22579 22674
Face 44598 22675 15024 15023
Face 44599 22674 22675 15023
Face 44600 13725 12097 15023
Face 44601 15024 13725 15023
Face 44602 14600 14598 12097
Face 44603 13725 14600 12097
Face 44604 14417 14418 14598
Face 44605 14600 14417 14598
Face 44606 11380 16510 14418
Face 44607 14417 11380 14418
Face 44608 13396 19622 16510
Face 44609 11380 13396 16510
Face 44610 13543 13447 19622
Face 44611 13396 13543 19622
Face 44612 16506 16507 13447
Face 44613 13543 16506 13447
Face 44614 3691 7671 16507
Face 44615 16506 3691 16507
Face 44616 3587 4361 7671
Face 44617 3691 3587 7671
Face 44618 14547 12319 4361
Face 44619 3587 14547 4361
Face 44620 6361 12033 12319
Face 44621 14547 6361 12319
Face 44622 19851 19519 12033
Face 44623 6361 19851 12033
Face 44624 16030 14666 19519
Face 44625 19851 16030 19519
Face 44626 23188 23676 23235
Face 44627 31213 31315 31212
Face 44628 23676 22956 22957
Face 44629 22829 23188 23235
Face 44630 24453 23729 21046
Face 44631 11912 23588 20076
Face 44632 25056 12978 24603
Face 44633 25055 22687 22887
Face 44634 23151 23891 22739
Face 44635 22739 23150 24617
Face 44636 13737 6415 27750
Face 44637 23810 24338 24054
Face 44638 9055 1123 1978
Face 44639 13737 9055 1978
Face 44640 1123 5333 12535
Face 44641 1978 1123 12535
Face 44642 16193 16194 12535
Face 44643 5333 16193 12535
Face 44644 16193 3798 13633
Face 44645 16194 16193 13633
Face 44646 22560 22466 13633
Face 44647 3798 22560 13633
Face 44648 19375 19267 22466
Face 44649 22560 19375 22466
Face 44650 12889 22413 19267
Face 44651 19375 12889 19267
Face 44652 19511 19509 22413
Face 44653 12889 19511 22413
Face 44654 30344 30343 30276
Face 44655 19511 20195 19509
Face 44656 22631 21003 21008
Face 44657 20195 21008 20150
Face 44658 24685 3441 24821
Face 44659 26472 21003 11166
Face 44660 23260 23262 24573
Face 44661 23291 22862 23711
Face 44662 313 16519 16690
Face 44663 24574 22997 22717
Face 44664 12442 11999 22146
Face 44665 22242 12442 22146
Face 44666 13355 20142 11999
Face 44667 12442 13355 11999
Face 44668 22514 22418 20142
Face 44669 13355 22514 20142
Face 44670 3818 15171 22418
Face 44671 22514 3818 22418
Face 44672 14524 21941 15171
Face 44673 3818 14524 15171
Face 44674 15446 12317 21941
Face 44675 14524 15446 21941
Face 44676 9877 13636 12317
Face 44677 15446 9877 12317
Face 44678 14164 10439 13636
Face 44679 9877 14164 13636
Face 44680 20657 20655 10439
Face 44681 14164 20657 10439
Face 44682 21946 10675 20655
Face 44683 20657 21946 20655
Face 44684 20218 21200 10675
Face 44685 21946 20218 10675
Face 44686 15719 14774 21200
Face 44687 20218 15719 21200
Face 44688 17152 17153 19470
Face 44689 16576 14113 16575
Face 44690 13012 13191 20933
Face 44691 20295 20379 20294
Face 44692 19593 20640 14729
Face 44693 18413 14726 19430
Face 44694 22527 19593 14729
Face 44695 20996 22527 14729
Face 44696 20839 20840 19593
Face 44697 22527 20839 19593
Face 44698 20311 21855 20840
Face 44699 20839 20311 20840
Face 44700 19669 20066 21855
Face 44701 20311 19669 21855
Face 44702 3190 21577 20066
Face 44703 19669 3190 20066
Face 44704 15289 15288 25133
Face 44705 21577 3190 19596
Face 44706 22032 22049 13641
Face 44707 19882 18005 20659
Face 44708 21939 13545 12795
Face 44709 15160 15163 988
Face 44710 20922 18940 19587
Face 44711 3574 15906 16061
Face 44712 19602 19685 23787
Face 44713 19385 19384 19307
Face 44714 19308 19385 19307
Face 44715 19467 19466 19384
Face 44716 19385 19467 19384
Face 44717 19547 19546 19466
Face 44718 19467 19547 19466
Face 44719 19629 24033 19628
Face 44720 19547 19628 19546
Face 44721 6529 28568 12910
Face 44722 34074 20977 20887
Face 44723 19794 19793 19711
Face 44724 19711 19710 22986
Face 44725 19873 19872 19793
Face 44726 19794 19873 19793
Face 44727 19948 19947 19872
Face 44728 19873 19948 19872
Face 44729 20025 20024 19947
Face 44730 19948 20025 19947
Face 44731 20107 20106 20024
Face 44732 20025 20107 20024
Face 44733 20186 20185 20106
Face 44734 20107 20186 20106
Face 44735 20186 20268 20267
Face 44736 20185 20186 20267
Face 44737 20268 20351 20350
Face 44738 20267 20268 20350
Face 44739 20351 20438 20437
Face 44740 20350 20351 20437
Face 44741 20438 20525 20524
Face 44742 20437 20438 20524
Face 44743 30147 30148 30211
Face 44744 22175 22174 22078
Face 44745 28549 34514 28550
Face 44746 20792 20879 20878
Face 44747 20701 33044 20790
Face 44748 20879 20969 20968
Face 44749 20878 20879 20968
Face 44750 20969 21062 21061
Face 44751 20968 20969 21061
Face 44752 21062 21152 21151
Face 44753 21061 21062 21151
Face 44754 21152 21245 21244
Face 44755 21151 21152 21244
Face 44756 21245 21337 21336
Face 44757 21244 21245 21336
Face 44758 21337 21430 21429
Face 44759 21336 21337 21429
Face 44760 21430 21525 21524
Face 44761 21429 21430 21524
Face 44762 21525 21618 21617
Face 44763 21524 21525 21617
Face 44764 21618 21713 21712
Face 44765 21617 21618 21712
Face 44766 21713 21810 21809
Face 44767 21712 21713 21809
Face 44768 21810 21906 21905
Face 44769 21809 21810 21905
Face 44770 21906 22004 22003
Face 44771 21905 21906 22003
Face 44772 22004 22102 22101
Face 44773 22003 22004 22101
Face 44774 22102 22197 22196
Face 44775 22101 22102 22196
Face 44776 22197 22293 22292
Face 44777 22196 22197 22292
Face 44778 22293 22389 22388
Face 44779 22292 22293 22388
Face 44780 22486 22485 22388
Face 44781 22389 22486 22388
Face 44782 22486 22580 22579
Face 44783 22485 22486 22579
Face 44784 22580 22241 22675
Face 44785 22579 22580 22675
Face 44786 22241 15155 15024
Face 44787 22675 22241 15024
Face 44788 15155 3315 13725
Face 44789 15024 15155 13725
Face 44790 14721 14600 13725
Face 44791 3315 14721 13725
Face 44792 14537 14417 14600
Face 44793 14721 14537 14600
Face 44794 6710 11380 14417
Face 44795 14537 6710 14417
Face 44796 12265 13396 11380
Face 44797 6710 12265 11380
Face 44798 13448 13543 13396
Face 44799 12265 13448 13396
Face 44800 16022 16506 13543
Face 44801 13448 16022 13543
Face 44802 15731 3691 16506
Face 44803 16022 15731 16506
Face 44804 268 3587 3691
Face 44805 15731 268 3691
Face 44806 14546 14547 3587
Face 44807 268 14546 3587
Face 44808 8150 6361 14547
Face 44809 14546 8150 14547
Face 44810 19926 19851 6361
Face 44811 8150 19926 6361
Face 44812 14548 16030 19851
Face 44813 19926 14548 19851
Face 44814 30085 30086 30147
Face 44815 30148 30212 30211
Face 44816 9875 1768 20283
Face 44817 2552 15154 29723
Face 44818 1768 22654 15154
Face 44819 15154 22654 12891
Face 44820 22654 37 12891
Face 44821 9327 12891 37
Face 44822 37 12997 9327
Face 44823 9055 28433 9327
Face 44824 12997 1007 9055
Face 44825 9327 12997 9055
Face 44826 1007 12805 1123
Face 44827 9055 1007 1123
Face 44828 12805 1000 5333
Face 44829 1123 12805 5333
Face 44830 14154 16193 5333
Face 44831 1000 14154 5333
Face 44832 14154 3692 3798
Face 44833 16193 14154 3798
Face 44834 22657 22560 3798
Face 44835 3692 22657 3798
Face 44836 2401 19375 22560
Face 44837 22657 2401 22560
Face 44838 12543 12889 19375
Face 44839 2401 12543 19375
Face 44840 19514 19511 12889
Face 44841 12543 19514 12889
Face 44842 20198 20195 19511
Face 44843 19514 20198 19511
Face 44844 21017 21008 20195
Face 44845 20198 21017 20195
Face 44846 22637 22631 21008
Face 44847 21017 22637 21008
Face 44848 19848 22254 17761
Face 44849 22637 22656 22631
Face 44850 25183 25182 24636
Face 44851 11353 29669 22254
Face 44852 22242 22146 313
Face 44853 25182 20780 24636
Face 44854 20060 13355 12442
Face 44855 11353 20060 12442
Face 44856 15578 22514 13355
Face 44857 20060 15578 13355
Face 44858 14484 3818 22514
Face 44859 15578 14484 22514
Face 44860 12521 14524 3818
Face 44861 14484 12521 3818
Face 44862 12521 19458 15446
Face 44863 14524 12521 15446
Face 44864 9191 9877 15446
Face 44865 19458 9191 15446
Face 44866 21175 14164 9877
Face 44867 9191 21175 9877
Face 44868 20568 20657 14164
Face 44869 21175 20568 14164
Face 44870 21849 21946 20657
Face 44871 20568 21849 20657
Face 44872 19471 20218 21946
Face 44873 21849 19471 21946
Face 44874 20810 15719 20218
Face 44875 19471 20810 20218
Face 44876 13872 16517 13888
Face 44877 32124 32123 32019
Face 44878 22049 13012 13641
Face 44879 19898 19976 19897
Face 44880 23998 14885 14884
Face 44881 19479 20639 20996
Face 44882 22143 22527 20996
Face 44883 20639 22143 20996
Face 44884 19762 20839 22527
Face 44885 22143 19762 22527
Face 44886 20070 20311 20839
Face 44887 19762 20070 20839
Face 44888 20070 19424 19669
Face 44889 20311 20070 19669
Face 44890 19424 21671 3190
Face 44891 19669 19424 3190
Face 44892 17900 20215 17809
Face 44893 15426 15425 15289
Face 44894 19881 19882 20658
Face 44895 19745 19828 19744
Face 44896 17151 19385 17060
Face 44897 15437 22320 22132
Face 44898 15451 12911 75
Face 44899 1130 17696 92
Face 44900 17247 17338 17337
Face 44901 20123 20201 17800
Face 44902 17151 19469 19468
Face 44903 19468 19467 19385
Face 44904 14208 20810 16275
Face 44905 19548 19547 19467
Face 44906 19468 19548 19467
Face 44907 19629 19628 19547
Face 44908 19548 19629 19547
Face 44909 21532 21625 21624
Face 44910 30023 30024 30085
Face 44911 19795 19794 19712
Face 44912 34366 34439 27330
Face 44913 19874 19873 19794
Face 44914 19795 19874 19794
Face 44915 19949 19948 19873
Face 44916 19874 19949 19873
Face 44917 20026 20025 19948
Face 44918 19949 20026 19948
Face 44919 20108 20107 20025
Face 44920 20026 20108 20025
Face 44921 20187 20186 20107
Face 44922 20108 20187 20107
Face 44923 20187 20269 20268
Face 44924 20186 20187 20268
Face 44925 20269 20352 20351
Face 44926 20268 20269 20351
Face 44927 20352 20439 20438
Face 44928 20351 20352 20438
Face 44929 20526 20527 32787
Face 44930 20438 20439 20525
Face 44931 22078 21981 21982
Face 44932 33493 33620 33492
Face 44933 25498 25497 25433
Face 44934 30024 30023 29962
Face 44935 33044 20792 20791
Face 44936 20880 20879 33312
Face 44937 20879 20880 20969
Face 44938 20970 21063 21062
Face 44939 20969 20970 21062
Face 44940 21063 21153 21152
Face 44941 21062 21063 21152
Face 44942 21153 21246 21245
Face 44943 21152 21153 21245
Face 44944 21246 21338 21337
Face 44945 21245 21246 21337
Face 44946 21338 21431 21430
Face 44947 21337 21338 21430
Face 44948 21431 21526 21525
Face 44949 21430 21431 21525
Face 44950 21526 21619 21618
Face 44951 21525 21526 21618
Face 44952 21619 21714 21713
Face 44953 21618 21619 21713
Face 44954 21714 21811 21810
Face 44955 21713 21714 21810
Face 44956 21811 21907 21906
Face 44957 21810 21811 21906
Face 44958 21907 22005 22004
Face 44959 21906 21907 22004
Face 44960 22005 22103 22102
Face 44961 22004 22005 22102
Face 44962 22103 22198 22197
Face 44963 22102 22103 22197
Face 44964 22198 22294 22293
Face 44965 22197 22198 22293
Face 44966 22294 22390 22389
Face 44967 22293 22294 22389
Face 44968 22487 22486 22389
Face 44969 22390 22487 22389
Face 44970 22581 22580 22486
Face 44971 22487 22581 22486
Face 44972 22581 4223 22241
Face 44973 22580 22581 22241
Face 44974 4223 15291 15155
Face 44975 22241 4223 15155
Face 44976 15291 7587 3315
Face 44977 15155 15291 3315
Face 44978 7587 14846 14721
Face 44979 3315 7587 14721
Face 44980 14655 14537 14721
Face 44981 14846 14655 14721
Face 44982 12096 6710 14537
Face 44983 14655 12096 14537
Face 44984 19705 12265 6710
Face 44985 12096 19705 6710
Face 44986 13733 13448 12265
Face 44987 19705 13733 12265
Face 44988 13353 16022 13448
Face 44989 13733 13353 13448
Face 44990 15730 15731 16022
Face 44991 13353 15730 16022
Face 44992 5887 268 15731
Face 44993 15730 5887 15731
Face 44994 14426 14546 268
Face 44995 5887 14426 268
Face 44996 8349 8150 14546
Face 44997 14426 8349 14546
Face 44998 20074 19926 8150
Face 44999 8349 20074 8150
Face 45000 15876 14548 19926
Face 45001 20074 15876 19926
Face 45002 15876 3303 9875
Face 45003 14548 15876 9875
Face 45004 3303 22532 1768
Face 45005 9875 3303 1768
Face 45006 22532 22655 22654
Face 45007 1768 22532 22654
Face 45008 22655 4345 37
Face 45009 22654 22655 37
Face 45010 4345 12984 12997
Face 45011 37 4345 12997
Face 45012 12984 13034 1007
Face 45013 12997 12984 1007
Face 45014 13034 12804 12805
Face 45015 1007 13034 12805
Face 45016 13400 1000 12805
Face 45017 12804 13400 12805
Face 45018 1265 14154 1000
Face 45019 13400 1265 1000
Face 45020 1265 4110 3692
Face 45021 14154 1265 3692
Face 45022 15304 22657 3692
Face 45023 4110 15304 3692
Face 45024 21010 2401 22657
Face 45025 15304 21010 22657
Face 45026 11185 12543 2401
Face 45027 21010 11185 2401
Face 45028 19515 19514 12543
Face 45029 11185 19515 12543
Face 45030 20366 20198 19514
Face 45031 19515 20366 19514
Face 45032 21079 21017 20198
Face 45033 20366 21079 20198
Face 45034 14567 22637 21017
Face 45035 21079 14567 21017
Face 45036 12000 22656 22637
Face 45037 14567 12000 22637
Face 45038 22337 22254 22656
Face 45039 12000 22337 22656
Face 45040 34775 9561 34826
Face 45041 22337 12985 22254
Face 45042 20549 20060 11353
Face 45043 12985 20549 11353
Face 45044 15300 15578 20060
Face 45045 20549 15300 20060
Face 45046 13635 14484 15578
Face 45047 15300 13635 15578
Face 45048 13635 22614 12521
Face 45049 14484 13635 12521
Face 45050 22614 21556 19458
Face 45051 12521 22614 19458
Face 45052 12433 9191 19458
Face 45053 21556 12433 19458
Face 45054 22321 21175 9191
Face 45055 12433 22321 9191
Face 45056 20748 20568 21175
Face 45057 22321 20748 21175
Face 45058 19584 21849 20568
Face 45059 20748 19584 20568
Face 45060 20033 19471 21849
Face 45061 19584 20033 21849
Face 45062 28809 33696 20885
Face 45063 19934 16515 15808
Face 45064 19573 19572 19491
Face 45065 18079 20377 20378
Face 45066 17987 17286 19508
Face 45067 27963 28096 27962
Face 45068 19916 20639 19480
Face 45069 30759 30758 30659
Face 45070 14898 22143 20639
Face 45071 19916 14898 20639
Face 45072 19846 19762 22143
Face 45073 14898 19846 22143
Face 45074 19846 19839 20070
Face 45075 19762 19846 20070
Face 45076 19839 21859 19424
Face 45077 20070 19839 19424
Face 45078 19416 29516 29584
Face 45079 19424 21859 21671
Face 45080 20749 13455 19327
Face 45081 19745 19746 19828
Face 45082 13360 13268 13175
Face 45083 15163 15580 988
Face 45084 13265 13360 13175
Face 45085 886 22228 22134
Face 45086 20643 20653 22032
Face 45087 19656 19739 19655
Face 45088 13643 10843 13264
Face 45089 17152 19470 19469
Face 45090 3574 15905 15906
Face 45091 19549 19548 19468
Face 45092 19469 19549 19468
Face 45093 19630 19629 19548
Face 45094 19549 19630 19548
Face 45095 19714 19713 19629
Face 45096 19630 19714 19629
Face 45097 19796 19795 19713
Face 45098 19714 19796 19713
Face 45099 19875 19874 19795
Face 45100 19796 19875 19795
Face 45101 19950 19949 19874
Face 45102 19875 19950 19874
Face 45103 20027 20026 19949
Face 45104 19950 20027 19949
Face 45105 20109 20108 20026
Face 45106 20027 20109 20026
Face 45107 20188 20187 20108
Face 45108 20109 20188 20108
Face 45109 20188 20270 20269
Face 45110 20187 20188 20269
Face 45111 20270 20353 20352
Face 45112 20269 20270 20352
Face 45113 20353 20440 20439
Face 45114 20352 20353 20439
Face 45115 20527 20441 20528
Face 45116 20439 20440 20526
Face 45117 29963 29962 29904
Face 45118 22279 6595 22183
Face 45119 21692 21598 21693
Face 45120 27575 27574 27454
Face 45121 27455 27575 27454
Face 45122 25657 25758 25299
Face 45123 16690 16519 18446
Face 45124 20971 33442 33569
Face 45125 33442 20970 20969
Face 45126 21064 21154 21153
Face 45127 21063 21064 21153
Face 45128 21154 21247 21246
Face 45129 21153 21154 21246
Face 45130 21247 21339 21338
Face 45131 21246 21247 21338
Face 45132 21339 21432 21431
Face 45133 21338 21339 21431
Face 45134 21432 21527 21526
Face 45135 21431 21432 21526
Face 45136 21527 21620 21619
Face 45137 21526 21527 21619
Face 45138 21620 21715 21714
Face 45139 21619 21620 21714
Face 45140 21715 21812 21811
Face 45141 21714 21715 21811
Face 45142 21812 21908 21907
Face 45143 21811 21812 21907
Face 45144 21908 22006 22005
Face 45145 21907 21908 22005
Face 45146 22006 22104 22103
Face 45147 22005 22006 22103
Face 45148 22104 22199 22198
Face 45149 22103 22104 22198
Face 45150 22199 22295 22294
Face 45151 22198 22199 22294
Face 45152 22295 22391 22390
Face 45153 22294 22295 22390
Face 45154 22488 22487 22390
Face 45155 22391 22488 22390
Face 45156 22582 22581 22487
Face 45157 22488 22582 22487
Face 45158 14167 4223 22581
Face 45159 22582 14167 22581
Face 45160 14167 15718 15291
Face 45161 4223 14167 15291
Face 45162 15718 2151 7587
Face 45163 15291 15718 7587
Face 45164 2151 13309 14846
Face 45165 7587 2151 14846
Face 45166 14776 14655 14846
Face 45167 13309 14776 14846
Face 45168 3766 12096 14655
Face 45169 14776 3766 14655
Face 45170 11102 19705 12096
Face 45171 3766 11102 12096
Face 45172 7282 13733 19705
Face 45173 11102 7282 19705
Face 45174 3895 13353 13733
Face 45175 7282 3895 13733
Face 45176 15875 15730 13353
Face 45177 3895 15875 13353
Face 45178 4198 5887 15730
Face 45179 15875 4198 15730
Face 45180 14425 14426 5887
Face 45181 4198 14425 5887
Face 45182 9732 8349 14426
Face 45183 14425 9732 14426
Face 45184 22371 20074 8349
Face 45185 9732 22371 8349
Face 45186 22371 15877 15876
Face 45187 20074 22371 15876
Face 45188 15877 8888 3303
Face 45189 15876 15877 3303
Face 45190 8888 15303 22532
Face 45191 3303 8888 22532
Face 45192 15303 22558 22655
Face 45193 22532 15303 22655
Face 45194 22558 11976 4345
Face 45195 22655 22558 4345
Face 45196 11976 12799 12984
Face 45197 4345 11976 12984
Face 45198 12799 8862 13034
Face 45199 12984 12799 13034
Face 45200 8862 12714 12804
Face 45201 13034 8862 12804
Face 45202 668 13400 12804
Face 45203 12714 668 12804
Face 45204 2982 1265 13400
Face 45205 668 2982 13400
Face 45206 2982 12179 4110
Face 45207 1265 2982 4110
Face 45208 15110 15304 4110
Face 45209 12179 15110 4110
Face 45210 19268 21010 15304
Face 45211 15110 19268 15304
Face 45212 13450 11185 21010
Face 45213 19268 13450 21010
Face 45214 19551 19515 11185
Face 45215 13450 19551 11185
Face 45216 20367 20366 19515
Face 45217 19551 20367 19515
Face 45218 21080 21079 20366
Face 45219 20367 21080 20366
Face 45220 5020 14567 21079
Face 45221 21080 5020 21079
Face 45222 13645 12000 14567
Face 45223 5020 13645 14567
Face 45224 22350 22337 12000
Face 45225 13645 22350 12000
Face 45226 3185 12985 22337
Face 45227 22350 3185 22337
Face 45228 19474 20549 12985
Face 45229 3185 19474 12985
Face 45230 11013 15300 20549
Face 45231 19474 11013 20549
Face 45232 12728 13635 15300
Face 45233 11013 12728 15300
Face 45234 12728 22519 22614
Face 45235 13635 12728 22614
Face 45236 21557 21556 22614
Face 45237 22519 21557 22614
Face 45238 12523 12433 21556
Face 45239 21557 12523 21556
Face 45240 22607 22321 12433
Face 45241 12523 22607 12433
Face 45242 20569 20748 22321
Face 45243 22607 20569 22321
Face 45244 21750 19584 20748
Face 45245 20569 21750 20748
Face 45246 19934 20033 19584
Face 45247 21750 19934 19584
Face 45248 15808 16515 5268
Face 45249 28096 28233 28095
Face 45250 22409 22408 22312
Face 45251 23339 29746 25285
Face 45252 11917 22159 20644
Face 45253 20624 20708 19619
Face 45254 30660 30759 30659
Face 45255 20639 19479 19480
Face 45256 19313 14898 19916
Face 45257 20905 19313 19916
Face 45258 19845 19846 14898
Face 45259 19313 19845 14898
Face 45260 19845 21646 19839
Face 45261 19846 19845 19839
Face 45262 17249 17339 17338
Face 45263 19839 21646 21859
Face 45264 18079 20378 18080
Face 45265 19437 19357 13727
Face 45266 19662 19745 19744
Face 45267 19578 19579 19661
Face 45268 25278 23267 24502
Face 45269 19351 19352 19831
Face 45270 27702 27831 27701
Face 45271 20728 20819 13449
Face 45272 15723 16951 18068
Face 45273 16512 116 16543
Face 45274 19470 19550 19549
Face 45275 19469 19470 19549
Face 45276 19631 19630 19549
Face 45277 19550 19631 19549
Face 45278 19715 19714 19630
Face 45279 19631 19715 19630
Face 45280 19797 19796 19714
Face 45281 19715 19797 19714
Face 45282 19876 19875 19796
Face 45283 19797 19876 19796
Face 45284 19951 19950 19875
Face 45285 19876 19951 19875
Face 45286 19951 20028 20027
Face 45287 19950 19951 20027
Face 45288 20028 20110 20109
Face 45289 20027 20028 20109
Face 45290 20110 20189 20188
Face 45291 20109 20110 20188
Face 45292 20271 20270 20188
Face 45293 20189 20271 20188
Face 45294 20354 20353 20270
Face 45295 20271 20354 20270
Face 45296 20354 20441 20440
Face 45297 20353 20354 20440
Face 45298 32920 20442 32921
Face 45299 20440 20441 20527
Face 45300 19465 19383 19466
Face 45301 22048 16519 22146
Face 45302 27226 27225 27109
Face 45303 27110 27226 27109
Face 45304 26650 26651 26765
Face 45305 26651 26766 26765
Face 45306 3213 3212 3078
Face 45307 29303 29302 29172
Face 45308 21065 21155 21154
Face 45309 21064 21065 21154
Face 45310 21155 21248 21247
Face 45311 21154 21155 21247
Face 45312 21156 21249 21248
Face 45313 21247 21248 21339
Face 45314 21340 21433 21432
Face 45315 21339 21340 21432
Face 45316 21433 21528 21527
Face 45317 21432 21433 21527
Face 45318 21528 21621 21620
Face 45319 21527 21528 21620
Face 45320 21621 21716 21715
Face 45321 21620 21621 21715
Face 45322 21716 21813 21812
Face 45323 21715 21716 21812
Face 45324 21813 21909 21908
Face 45325 21812 21813 21908
Face 45326 21909 22007 22006
Face 45327 21908 21909 22006
Face 45328 22007 22105 22104
Face 45329 22006 22007 22104
Face 45330 22105 22200 22199
Face 45331 22104 22105 22199
Face 45332 22200 22296 22295
Face 45333 22199 22200 22295
Face 45334 22296 22392 22391
Face 45335 22295 22296 22391
Face 45336 22489 22488 22391
Face 45337 22392 22489 22391
Face 45338 22583 22582 22488
Face 45339 22489 22583 22488
Face 45340 4750 14167 22582
Face 45341 22583 4750 22582
Face 45342 4750 15865 15718
Face 45343 14167 4750 15718
Face 45344 15865 12117 2151
Face 45345 15718 15865 2151
Face 45346 12117 14534 13309
Face 45347 2151 12117 13309
Face 45348 14416 14776 13309
Face 45349 14534 14416 13309
Face 45350 4024 3766 14776
Face 45351 14416 4024 14776
Face 45352 7190 11102 3766
Face 45353 4024 7190 3766
Face 45354 13099 7282 11102
Face 45355 7190 13099 11102
Face 45356 19852 3895 7282
Face 45357 13099 19852 7282
Face 45358 16027 15875 3895
Face 45359 19852 16027 3895
Face 45360 3929 4198 15875
Face 45361 16027 3929 15875
Face 45362 12678 14425 4198
Face 45363 3929 12678 4198
Face 45364 6379 9732 14425
Face 45365 12678 6379 14425
Face 45366 22468 22371 9732
Face 45367 6379 22468 9732
Face 45368 22468 7700 15877
Face 45369 22371 22468 15877
Face 45370 7700 10812 8888
Face 45371 15877 7700 8888
Face 45372 10812 19300 15303
Face 45373 8888 10812 15303
Face 45374 19300 21866 22558
Face 45375 15303 19300 22558
Face 45376 21866 11893 11976
Face 45377 22558 21866 11976
Face 45378 11893 12893 12799
Face 45379 11976 11893 12799
Face 45380 12893 5875 8862
Face 45381 12799 12893 8862
Face 45382 12898 12714 8862
Face 45383 5875 12898 8862
Face 45384 12733 668 12714
Face 45385 12898 12733 12714
Face 45386 15068 2982 668
Face 45387 12733 15068 668
Face 45388 15068 13544 12179
Face 45389 2982 15068 12179
Face 45390 15727 15110 12179
Face 45391 13544 15727 12179
Face 45392 19455 19268 15110
Face 45393 15727 19455 15110
Face 45394 2758 13450 19268
Face 45395 19455 2758 19268
Face 45396 2758 19552 19551
Face 45397 13450 2758 19551
Face 45398 19552 20368 20367
Face 45399 19551 19552 20367
Face 45400 21081 21080 20367
Face 45401 20368 21081 20367
Face 45402 352 5020 21080
Face 45403 21081 352 21080
Face 45404 19908 13645 5020
Face 45405 352 19908 5020
Face 45406 22432 22350 13645
Face 45407 19908 22432 13645
Face 45408 5369 3185 22350
Face 45409 22432 5369 22350
Face 45410 19906 19474 3185
Face 45411 5369 19906 3185
Face 45412 14905 11013 19474
Face 45413 19906 14905 19474
Face 45414 13537 12728 11013
Face 45415 14905 13537 11013
Face 45416 13537 22038 22519
Face 45417 12728 13537 22519
Face 45418 21651 21557 22519
Face 45419 22038 21651 22519
Face 45420 19955 12523 21557
Face 45421 21651 19955 21557
Face 45422 21571 22607 12523
Face 45423 19955 21571 12523
Face 45424 20835 20569 22607
Face 45425 21571 20835 22607
Face 45426 21655 21750 20569
Face 45427 20835 21655 20569
Face 45428 16515 19934 21750
Face 45429 21655 16515 21750
Face 45430 116 2501 16543
Face 45431 4061 18616 33018
Face 45432 19759 19760 20545
Face 45433 13191 3162 21001
Face 45434 31210 31312 31209
Face 45435 19578 17087 19579
Face 45436 29489 24220 29488
Face 45437 24674 29488 24220
Face 45438 20488 19313 20905
Face 45439 20638 20488 20905
Face 45440 21859 17913 18735
Face 45441 19313 20488 19845
Face 45442 14274 14098 16274
Face 45443 17395 6836 21002
Face 45444 14151 19766 19279
Face 45445 22129 13191 13012
Face 45446 11435 14902 11436
Face 45447 14059 14151 19279
Face 45448 18168 1875 18073
Face 45449 18294 17010 18196
Face 45450 19843 20643 19842
Face 45451 19470 17244 19550
Face 45452 21001 6836 2644
Face 45453 13550 15906 15756
Face 45454 19579 19662 19661
Face 45455 32152 32256 32151
Face 45456 16266 5268 16515
Face 45457 19632 19631 19550
Face 45458 34745 34340 34364
Face 45459 19716 19715 19631
Face 45460 19632 19716 19631
Face 45461 19798 19797 19715
Face 45462 19716 19798 19715
Face 45463 19877 19876 19797
Face 45464 19798 19877 19797
Face 45465 19877 19952 19951
Face 45466 19876 19877 19951
Face 45467 19952 20029 20028
Face 45468 19951 19952 20028
Face 45469 20029 20111 20110
Face 45470 20028 20029 20110
Face 45471 20111 20190 20189
Face 45472 20110 20111 20189
Face 45473 20272 20271 20189
Face 45474 20190 20272 20189
Face 45475 20355 20354 20271
Face 45476 20272 20355 20271
Face 45477 20355 20442 20441
Face 45478 20354 20355 20441
Face 45479 20443 32921 20442
Face 45480 23872 2680 28007
Face 45481 21967 23695 23697
Face 45482 27336 27455 27335
Face 45483 27336 27335 27225
Face 45484 26993 26992 26879
Face 45485 26766 26880 26879
Face 45486 30570 30664 30569
Face 45487 25666 25665 25574
Face 45488 21066 21156 21155
Face 45489 21065 21064 33693
Face 45490 21156 34068 21249
Face 45491 21155 21156 21248
Face 45492 6588 20613 20702
Face 45493 26671 26682 28281
Face 45494 21341 21434 21433
Face 45495 21339 21248 34067
Face 45496 21434 21529 21528
Face 45497 21433 21434 21528
Face 45498 21529 21622 21621
Face 45499 21528 21529 21621
Face 45500 21622 21717 21716
Face 45501 21621 21622 21716
Face 45502 21717 21814 21813
Face 45503 21716 21717 21813
Face 45504 21814 21910 21909
Face 45505 21813 21814 21909
Face 45506 21910 22008 22007
Face 45507 21909 21910 22007
Face 45508 22008 22106 22105
Face 45509 22007 22008 22105
Face 45510 22106 22201 22200
Face 45511 22105 22106 22200
Face 45512 22201 22297 22296
Face 45513 22200 22201 22296
Face 45514 22297 22393 22392
Face 45515 22296 22297 22392
Face 45516 22490 22489 22392
Face 45517 22393 22490 22392
Face 45518 22584 22583 22489
Face 45519 22490 22584 22489
Face 45520 20744 4750 22583
Face 45521 22584 20744 22583
Face 45522 20744 15433 15865
Face 45523 4750 20744 15865
Face 45524 15433 10947 12117
Face 45525 15865 15433 12117
Face 45526 10947 14535 14534
Face 45527 12117 10947 14534
Face 45528 14974 14416 14534
Face 45529 14535 14974 14534
Face 45530 16177 4024 14416
Face 45531 14974 16177 14416
Face 45532 13564 7190 4024
Face 45533 16177 13564 4024
Face 45534 11864 13099 7190
Face 45535 13564 11864 7190
Face 45536 12549 19852 13099
Face 45537 11864 12549 13099
Face 45538 16028 16027 19852
Face 45539 12549 16028 19852
Face 45540 3896 3929 16027
Face 45541 16028 3896 16027
Face 45542 9756 12678 3929
Face 45543 3896 9756 3929
Face 45544 2773 6379 12678
Face 45545 9756 2773 12678
Face 45546 22562 22468 6379
Face 45547 2773 22562 6379
Face 45548 22562 13096 7700
Face 45549 22468 22562 7700
Face 45550 13096 11944 10812
Face 45551 7700 13096 10812
Face 45552 11944 19299 19300
Face 45553 10812 11944 19300
Face 45554 19299 19925 21866
Face 45555 19300 19299 21866
Face 45556 19925 5467 11893
Face 45557 21866 19925 11893
Face 45558 5467 12529 12893
Face 45559 11893 5467 12893
Face 45560 12529 10075 5875
Face 45561 12893 12529 5875
Face 45562 12897 12898 5875
Face 45563 10075 12897 5875
Face 45564 12551 12733 12898
Face 45565 23263 23602 25163
Face 45566 17283 21479 33024
Face 45567 19854 19929 19928
Face 45568 16340 15037 23053
Face 45569 23617 16340 23053
Face 45570 22895 25084 21661
Face 45571 20238 22895 21661
Face 45572 15021 12705 21136
Face 45573 25297 23584 23543
Face 45574 24686 23254 24684
Face 45575 28573 23576 2914
Face 45576 20257 22688 12793
Face 45577 25402 24810 24086
Face 45578 11650 21210 22688
Face 45579 15021 25273 15153
Face 45580 20897 22509 23570
Face 45581 23580 23844 23497
Face 45582 25044 23766 24482
Face 45583 25045 25044 24482
Face 45584 24336 22850 24556
Face 45585 25081 23204 24314
Face 45586 24686 24684 22885
Face 45587 24265 24298 13071
Face 45588 23287 23882 23147
Face 45589 22722 23006 22721
Face 45590 12641 22446 21660
Face 45591 5767 1911 1012
Face 45592 1262 18779 23164
Face 45593 12592 12682 12591
Face 45594 34561 34345 34593
Face 45595 12414 12505 12504
Face 45596 33662 6675 6709
Face 45597 22756 24680 12414
Face 45598 21183 24809 23948
Face 45599 34013 34139 34012
Face 45600 13856 23354 24752
Face 45601 21609 24619 24618
Face 45602 25073 24935 4349
Face 45603 15013 14886 14887
Face 45604 16517 24751 20316
Face 45605 25365 25366 21964
Face 45606 12234 12323 12322
Face 45607 16192 14056 15056
Face 45608 23688 23508 11574
Face 45609 24032 22881 24031
Face 45610 21583 24153 21489
Face 45611 21675 24334 23226
Face 45612 22960 20197 22961
Face 45613 24936 24946 20323
Face 45614 20604 21509 24860
Face 45615 23058 24409 24079
Face 45616 23301 24587 24585
Face 45617 23058 24079 24078
Face 45618 24252 23594 23094
Face 45619 24426 24862 12620
Face 45620 25243 25244 25380
Face 45621 23720 19919 21116
Face 45622 12635 23720 21116
Face 45623 23821 12254 23822
Face 45624 24945 23516 22176
Face 45625 25163 25297 23543
Face 45626 23314 23849 23543
Face 45627 11914 20957 24667
Face 45628 23584 23314 23543
Face 45629 24117 25332 24461
Face 45630 23596 29612 29605
Face 45631 23314 24444 24443
Face 45632 14034 34663 34700
Face 45633 21986 24438 23919
Face 45634 25323 35 4343
Face 45635 34565 34760 34479
Face 45636 2236 5006 4874
Face 45637 19345 20226 417
Face 45638 16716 16704 11411
Face 45639 24587 23058 22719
Face 45640 22795 24766 21837
Face 45641 21516 24724 24619
Face 45642 20098 22713 23038
Face 45643 13840 13816 13827
Face 45644 24825 24960 24959
Face 45645 21508 25050 24999
Face 45646 24179 24180 23977
Face 45647 24744 23551 25173
Face 45648 25131 25130 24991
Face 45649 25001 23435 23620
Face 45650 12609 25173 25033
Face 45651 23849 23314 24443
Face 45652 23435 23903 20759
Face 45653 24805 16347 24902
Face 45654 24444 23059 25309
Face 45655 23674 21320 23841
Face 45656 34274 34772 34425
Face 45657 23385 23398 24635
Face 45658 23589 23183 28030
Face 45659 24143 25001 23620
Face 45660 24634 23001 24274
Face 45661 23620 23435 20759
Face 45662 21136 22980 20257
Face 45663 12883 12975 12882
Face 45664 22980 14667 11650
Face 45665 24397 23325 22256
Face 45666 14667 22448 11650
Face 45667 23985 23617 22895
Face 45668 20160 20238 22448
Face 45669 14667 20160 22448
Face 45670 14258 23985 22895
Face 45671 14258 22895 20238
Face 45672 20160 14258 20238
Face 45673 22082 16340 23617
Face 45674 24443 24444 25309
Face 45675 25110 25111 25249
Face 45676 23414 22952 24105
Face 45677 24555 24260 24526
Face 45678 23586 14312 23828
Face 45679 25041 24899 23083
Face 45680 21580 23526 21984
Face 45681 13816 25027 13828
Face 45682 23985 22082 23617
Face 45683 24850 24986 24849
Face 45684 25421 29851 25422
Face 45685 23623 22934 23472
Face 45686 23975 29581 27099
Face 45687 25166 25027 13816
Face 45688 34748 34499 34516
Face 45689 21566 23398 23385
Face 45690 15573 15574 15716
Face 45691 7688 10962 8362
Face 45692 24723 24266 12976
Face 45693 19857 22925 19856
Face 45694 24088 24212 23242
Face 45695 24146 23663 20305
Face 45696 22960 3442 19592
Face 45697 24073 11652 20691
Face 45698 23667 11668 25329
Face 45699 23490 23677 24779
Face 45700 11668 19422 25329
Face 45701 23307 24575 21987
Face 45702 23049 23252 24151
Face 45703 22982 22798 23200
Face 45704 24619 24724 23708
Face 45705 20778 21138 22894
Face 45706 24074 22797 22972
Face 45707 23608 23609 20236
Face 45708 20320 23108 24478
Face 45709 24616 23209 23373
Face 45710 20236 20320 24478
Face 45711 23570 22509 2131
Face 45712 22747 24616 23373
Face 45713 23346 21984 23629
Face 45714 22895 23617 25084
Face 45715 23653 23570 2131
Face 45716 24485 23847 22817
Face 45717 18872 23381 24335
Face 45718 21394 12978 25056
Face 45719 23149 23439 25140
Face 45720 9280 23628 11833
Face 45721 31216 31215 31116
Face 45722 25220 25356 25219
Face 45723 22769 22999 23969
Face 45724 24358 21580 23346
Face 45725 23337 23336 24335
Face 45726 21984 22894 23629
Face 45727 23554 21580 24745
Face 45728 111 3441 3074
Face 45729 21580 21984 23346
Face 45730 32515 7233 7232
Face 45731 34017 34143 34016
Face 45732 20083 26412 20003
Face 45733 28420 21854 21009
Face 45734 25167 25305 25166
Face 45735 19857 19932 19931
Face 45736 34361 34356 34347
Face 45737 25197 23958 27129
Face 45738 24058 24059 22684
Face 45739 12770 12769 12679
Face 45740 22509 23554 2131
Face 45741 21580 24358 24745
Face 45742 23902 24748 12168
Face 45743 24996 24423 21198
Face 45744 23663 21505 20305
Face 45745 23525 21486 24353
Face 45746 22729 22734 22845
Face 45747 24328 20936 22755
Face 45748 25392 25393 23767
Face 45749 25057 24328 22755
Face 45750 22929 23623 23472
Face 45751 23941 24938 21137
Face 45752 21509 21508 24861
Face 45753 12770 12679 12680
Face 45754 19771 14372 19770
Face 45755 4217 23996 1455
Face 45756 24707 15864 24708
Face 45757 13255 24295 24294
Face 45758 24570 24571 23846
Face 45759 23108 24616 22747
Face 45760 23900 12552 24536
Face 45761 20778 21139 23581
Face 45762 23027 23028 24329
Face 45763 19500 14977 24329
Face 45764 30890 30991 30990
Face 45765 25237 25374 25373
Face 45766 22848 24943 24916
Face 45767 21393 21026 25329
Face 45768 6591 24453 21047
Face 45769 24861 23037 23043
Face 45770 25117 25256 25255
Face 45771 25309 23059 24419
Face 45772 24295 14772 22756
Face 45773 24294 24295 22756
Face 45774 14772 24415 24680
Face 45775 5210 14930 583
Face 45776 22756 14772 24680
Face 45777 21489 21192 24019
Face 45778 24635 24662 23748
Face 45779 22446 24907 23292
Face 45780 31734 31733 31619
Face 45781 32184 32185 32288
Face 45782 34044 18418 33426
Face 45783 23744 11730 23669
Face 45784 27371 26071 24246
Face 45785 24893 21795 23097
Face 45786 20908 11546 21887
Face 45787 24399 24394 27261
Face 45788 24415 24399 24680
Face 45789 23352 23860 22061
Face 45790 25366 11912 21964
Face 45791 20305 24722 24583
Face 45792 15450 16339 20408
Face 45793 22081 23843 24616
Face 45794 24152 23522 22988
Face 45795 34713 34708 34775
Face 45796 21509 24861 24860
Face 45797 20936 24328 23636
Face 45798 23035 24765 22830
Face 45799 23739 23035 24328
Face 45800 24229 23739 24328
Face 45801 16501 23941 21137
Face 45802 23729 16501 21137
Face 45803 21770 4074 22275
Face 45804 24756 24029 25403
Face 45805 25192 25327 23517
Face 45806 22750 23459 24019
Face 45807 15572 15714 15571
Face 45808 22943 23128 23122
Face 45809 24560 24561 22546
Face 45810 23796 23842 23947
Face 45811 19936 23321 23452
Face 45812 19275 13170 23741
Face 45813 20602 25174 19996
Face 45814 23373 23209 23653
Face 45815 23617 23053 25084
Face 45816 22780 22179 24107
Face 45817 25035 23637 9333
Face 45818 23061 23608 20405
Face 45819 25187 22695 19941
Face 45820 23818 24721 23821
Face 45821 23287 23091 23882
Face 45822 25299 24395 23545
Face 45823 11433 21414 11514
Face 45824 24551 23583 24215
Face 45825 22707 23962 11411
Face 45826 23530 24748 23902
Face 45827 25285 29746 24634
Face 45828 25374 25375 23839
Face 45829 22846 22984 25296
Face 45830 28433 9055 13737
Face 45831 20753 24324 22798
Face 45832 20753 25286 24324
Face 45833 25056 24603 24330
Face 45834 22804 23175 23038
Face 45835 24575 24125 24529
Face 45836 15017 14890 14891
Face 45837 12003 24188 24314
Face 45838 29994 30055 29993
Face 45839 25085 20962 12951
Face 45840 23816 23123 21887
Face 45841 23658 23816 21887
Face 45842 19681 20490 23134
Face 45843 34703 23816 23930
Face 45844 24086 24810 24556
Face 45845 25195 25056 24330
Face 45846 584 23625 21770
Face 45847 23236 23084 21508
Face 45848 24330 24603 16872
Face 45849 24326 25320 20602
Face 45850 22792 25039 23611
Face 45851 24603 22887 16872
Face 45852 23858 24152 22988
Face 45853 24810 24336 24556
Face 45854 23730 23228 23229
Face 45855 25318 23621 23514
Face 45856 23636 23035 22830
Face 45857 24911 25048 22742
Face 45858 23010 11572 25333
Face 45859 12195 12109 34261
Face 45860 27445 24878 22782
Face 45861 21794 21328 19940
Face 45862 21795 21794 19940
Face 45863 24027 20927 24893
Face 45864 20689 24732 24304
Face 45865 22984 22714 21968
Face 45866 20320 20237 23108
Face 45867 25270 24779 25269
Face 45868 11514 25318 23514
Face 45869 19928 23384 19854
Face 45870 12168 23349 24421
Face 45871 19941 24233 23084
Face 45872 22795 23527 23609
Face 45873 24829 24964 24963
Face 45874 28549 28550 27757
Face 45875 23268 23301 24585
Face 45876 22937 21772 21676
Face 45877 24031 24325 24472
Face 45878 24854 24865 25320
Face 45879 24264 23793 23792
Face 45880 29789 24490 22983
Face 45881 26558 26184 7923
Face 45882 24399 24398 24680
Face 45883 32344 32343 32237
Face 45884 14566 14565 14448
Face 45885 22148 22244 23168
Face 45886 34827 28363 34687
Face 45887 22686 25310 21139
Face 45888 20429 20515 23524
Face 45889 23637 24898 23739
Face 45890 24183 24184 24533
Face 45891 13171 23658 11546
Face 45892 21011 11513 24172
Face 45893 15027 11831 11832
Face 45894 25271 25270 25131
Face 45895 24779 23714 21419
Face 45896 23903 23469 23252
Face 45897 34494 34354 34352
Face 45898 23817 23819 24487
Face 45899 13171 23930 23658
Face 45900 19712 19713 19795
Face 45901 29909 29908 29854
Face 45902 32126 32125 32021
Face 45903 25085 13041 13040
Face 45904 19312 17772 17422
Face 45905 11048 20535 14773
Face 45906 34262 34261 34138
Face 45907 34702 34666 34813
Face 45908 700 701 266
Face 45909 20759 23903 23252
Face 45910 14980 5213 5073
Face 45911 24879 22769 25187
Face 45912 13133 13132 22913
Face 45913 6155 257 550
Face 45914 24987 25126 24986
Face 45915 11669 25008 20935
Face 45916 25279 23419 23729
Face 45917 23634 25059 20002
Face 45918 21853 24942 13308
Face 45919 15450 20408 24580
Face 45920 19314 22082 23985
Face 45921 24463 19314 23985
Face 45922 25276 21505 23663
Face 45923 12259 25276 23663
Face 45924 22791 25008 11669
Face 45925 21505 25276 24723
Face 45926 23605 24812 24813
Face 45927 25371 24591 23646
Face 45928 22981 23092 24280
Face 45929 33223 33222 33087
Face 45930 24157 23092 23980
Face 45931 24900 24157 23980
Face 45932 24886 24887 19618
Face 45933 20603 21325 23389
Face 45934 13358 14651 23998
Face 45935 34122 34121 33996
Face 45936 23931 22854 24735
Face 45937 24909 24910 24501
Face 45938 21326 25403 25266
Face 45939 19422 21393 25329
Face 45940 23608 20236 20405
Face 45941 20260 23874 20343
Face 45942 24802 23260 24746
Face 45943 20156 22702 20669
Face 45944 23743 23049 22833
Face 45945 19712 19794 19711
Face 45946 22702 22711 20669
Face 45947 24732 23386 24749
Face 45948 15429 24991 24990
Face 45949 22733 23740 23737
Face 45950 25051 22998 15660
Face 45951 25132 25271 25131
Face 45952 22985 19320 24641
Face 45953 24470 26933 24194
Face 45954 27012 20955 11573
Face 45955 25083 21412 24003
Face 45956 23082 24157 24900
Face 45957 19618 23082 24900
Face 45958 22082 22257 16340
Face 45959 22257 22353 16340
Face 45960 22257 22715 23750
Face 45961 22353 22257 23750
Face 45962 25374 23839 23512
Face 45963 11330 24757 23429
Face 45964 24571 23965 23846
Face 45965 23472 22934 23091
Face 45966 23251 23254 24570
Face 45967 34676 10857 11385
Face 45968 21865 22158 21768
Face 45969 11349 29821 29820
Face 45970 29823 22996 29824
Face 45971 23005 25317 23507
Face 45972 25256 25393 25392
Face 45973 24963 24964 25102
Face 45974 19624 19542 19543
Face 45975 20874 11348 25041
Face 45976 23913 23957 23876
Face 45977 22910 24305 23499
Face 45978 21488 12622 24771
Face 45979 13263 21599 24301
Face 45980 22800 22811 23812
Face 45981 25196 24229 25057
Face 45982 22431 22791 11997
Face 45983 24229 24328 25057
Face 45984 22882 24875 20927
Face 45985 24310 11329 25291
Face 45986 22702 23620 22711
Face 45987 22858 20069 23411
Face 45988 20780 20869 24640
Face 45989 23977 24165 25079
Face 45990 23255 23260 24572
Face 45991 25375 24265 23839
Face 45992 24909 24501 22855
Face 45993 20779 23761 24857
Face 45994 31265 31368 31264
Face 45995 22776 24468 21704
Face 45996 23890 25156 23779
Face 45997 22939 23005 23507
Face 45998 22720 584 13170
Face 45999 32398 32509 32508
Face 46000 20407 4588 22848
Face 46001 23961 4203 24454
Face 46002 22952 22964 20601
Face 46003 21987 24575 24529
Face 46004 24688 24824 24823
Face 46005 23956 23100 22079
Face 46006 3715 25353 25352
Face 46007 23046 24359 20492
Face 46008 24151 25186 25047
Face 46009 22711 23049 23743
Face 46010 23716 23741 23856
Face 46011 22275 24271 22462
Face 46012 24823 24958 24957
Face 46013 23741 22275 22462
Face 46014 20080 20081 20310
Face 46015 11995 25078 24449
Face 46016 13042 13041 12951
Face 46017 30490 30575 30489
Face 46018 22720 13170 19275
Face 46019 24945 25190 23516
Face 46020 23729 21137 21046
Face 46021 22713 20904 23155
Face 46022 19686 19770 19769
Face 46023 23609 23527 20320
Face 46024 24361 23764 22904
Face 46025 25376 25377 24298
Face 46026 25375 25376 24265
Face 46027 23840 23081 22811
Face 46028 21395 21488 24771
Face 46029 25033 25173 22908
Face 46030 22968 25296 23462
Face 46031 12797 12257 23817
Face 46032 27251 27244 24301
Face 46033 20962 12953 12952
Face 46034 23723 19499 23724
Face 46035 24266 13066 24815
Face 46036 24987 24988 25126
Face 46037 25265 25264 25125
Face 46038 24298 23203 23961
Face 46039 11892 21025 11253
Face 46040 25402 25401 25264
Face 46041 23663 24146 22176
Face 46042 11589 23018 23200
Face 46043 24326 19996 24852
Face 46044 24441 22901 23918
Face 46045 23883 12861 20962
Face 46046 18866 13391 2807
Face 46047 119 9540 23795
Face 46048 11012 9190 12935
Face 46049 22834 14765 20607
Face 46050 23625 21985 23834
Face 46051 584 21770 13170
Face 46052 20607 22720 19275
Face 46053 24088 23242 23113
Face 46054 24771 12622 23408
Face 46055 24136 24140 25331
Face 46056 25050 23149 25000
Face 46057 22877 23636 22995
Face 46058 24730 23595 23778
Face 46059 22965 22702 24484
Face 46060 1467 19499 24484
Face 46061 20669 22711 23743
Face 46062 23049 24151 22833
Face 46063 4074 24129 24271
Face 46064 22275 4074 24271
Face 46065 30697 30698 30796
Face 46066 4080 20960 9632
Face 46067 19273 23898 14887
Face 46068 24538 23889 22652
Face 46069 11371 24249 11370
Face 46070 23277 24672 24673
Face 46071 20258 10489 10092
Face 46072 22908 22909 23886
Face 46073 24141 24137 22850
Face 46074 4365 12886 23855
Face 46075 24806 24802 24768
Face 46076 22462 4471 22741
Face 46077 22765 22685 13255
Face 46078 25029 22765 12679
Face 46079 22685 24296 24295
Face 46080 13255 22685 24295
Face 46081 24296 12275 14772
Face 46082 24295 24296 14772
Face 46083 24416 24415 14772
Face 46084 12275 24416 14772
Face 46085 24727 23338 24003
Face 46086 23207 16337 22530
Face 46087 23832 23833 24993
Face 46088 22812 23833 23832
Face 46089 12609 12608 24744
Face 46090 23795 9540 7722
Face 46091 23085 24223 20081
Face 46092 20077 22767 20581
Face 46093 25186 25185 11749
Face 46094 19499 1467 23724
Face 46095 30505 30590 30589
Face 46096 24722 24723 12976
Face 46097 23341 23096 23847
Face 46098 24208 21322 11433
Face 46099 23874 23876 20343
Face 46100 24179 23977 24178
Face 46101 31163 31162 31063
Face 46102 25848 23425 23506
Face 46103 24416 24394 24415
Face 46104 2426 24456 24455
Face 46105 23831 24456 22826
Face 46106 25357 25356 25220
Face 46107 24898 22603 24765
Face 46108 24141 25196 24137
Face 46109 23439 25141 25140
Face 46110 22704 23573 23615
Face 46111 11511 24746 23976
Face 46112 25215 25076 350
Face 46113 23446 24678 24677
Face 46114 18866 2807 2938
Face 46115 24233 23149 25050
Face 46116 24411 19932 19857
Face 46117 21412 24053 24592
Face 46118 22702 20156 24484
Face 46119 19499 22965 24484
Face 46120 25045 24482 12082
Face 46121 24482 23344 23345
Face 46122 23723 23724 24129
Face 46123 4074 23723 24129
Face 46124 23895 23380 23280
Face 46125 23655 22899 24044
Face 46126 24758 24892 25161
Face 46127 11866 19679 23921
Face 46128 31649 16924 33414
Face 46129 21566 22805 23398
Face 46130 24693 24829 24828
Face 46131 22706 24425 24758
Face 46132 23081 22812 22811
Face 46133 22811 22812 23832
Face 46134 22850 22556 24556
Face 46135 24437 24870 24436
Face 46136 23691 23062 23063
Face 46137 23762 24936 24906
Face 46138 23429 23113 23749
Face 46139 21985 25001 20140
Face 46140 23509 23429 23749
Face 46141 24994 23096 23341
Face 46142 23336 24186 24335
Face 46143 22772 22775 23776
Face 46144 24993 24994 23341
Face 46145 24901 25038 24023
Face 46146 25173 22909 22908
Face 46147 23345 25310 22686
Face 46148 25268 21327 25267
Face 46149 24801 24945 24755
Face 46150 24083 24910 24909
Face 46151 24949 24951 23488
Face 46152 23714 23817 24487
Face 46153 22762 23890 23779
Face 46154 29213 29341 13628
Face 46155 24271 24129 12190
Face 46156 23537 23608 23061
Face 46157 22833 24151 25047
Face 46158 23918 24289 13391
Face 46159 24036 14638 25034
Face 46160 23001 24668 24669
Face 46161 21966 24034 21604
Face 46162 20341 24302 23502
Face 46163 23502 24302 23840
Face 46164 20258 20341 23502
Face 46165 24302 23081 23840
Face 46166 11749 24909 25046
Face 46167 24695 16496 24696
Face 46168 23642 10203 23745
Face 46169 24501 23414 23415
Face 46170 23968 24441 24486
Face 46171 23100 24586 20781
Face 46172 21235 21234 24148
Face 46173 12082 24353 23382
Face 46174 24309 24995 21984
Face 46175 23768 21235 24148
Face 46176 23629 12702 21321
Face 46177 23526 24309 21984
Face 46178 20579 11668 23667
Face 46179 24990 25129 24989
Face 46180 23813 23919 24311
Face 46181 22935 23521 23520
Face 46182 25182 20115 20780
Face 46183 23085 23184 24223
Face 46184 23781 23811 24949
Face 46185 24951 23654 23488
Face 46186 4588 24943 22848
Face 46187 23833 24994 24993
Face 46188 24850 24849 15573
Face 46189 25129 25128 24989
Face 46190 23961 24454 13071
Face 46191 25308 24344 22703
Face 46192 33888 34014 33887
Face 46193 25259 25396 25395
Face 46194 23676 16872 22956
Face 46195 11836 19679 11866
Face 46196 22836 23561 11140
Face 46197 23628 16176 11833
Face 46198 23096 24637 23847
Face 46199 23914 11775 23797
Face 46200 22697 22696 23455
Face 46201 22896 22720 20607
Face 46202 23859 19684 23591
Face 46203 24690 24826 24825
Face 46204 25241 25242 25378
Face 46205 15332 15195 15196
Face 46206 12257 12345 23819
Face 46207 25258 25259 25395
Face 46208 23080 23076 24428
Face 46209 23677 23820 23714
Face 46210 23248 23247 23192
Face 46211 13308 24018 12257
Face 46212 8934 11410 11255
Face 46213 25104 25105 25243
Face 46214 25105 25244 25243
Face 46215 23084 24233 25050
Face 46216 24275 22780 24107
Face 46217 23847 24637 23884
Face 46218 21660 20963 22743
Face 46219 22989 25293 22860
Face 46220 23458 23234 24080
Face 46221 19500 23537 14977
Face 46222 24860 24861 23043
Face 46223 24680 12234 12322
Face 46224 15066 21962 22059
Face 46225 24889 12169 23082
Face 46226 28827 20661 25564
Face 46227 25006 22735 24903
Face 46228 22777 22748 22733
Face 46229 21050 21049 25006
Face 46230 22735 22777 24903
Face 46231 11184 11254 21050
Face 46232 21049 22735 25006
Face 46233 25268 25267 25128
Face 46234 24483 7722 23760
Face 46235 22850 24137 22556
Face 46236 22929 23472 23153
Face 46237 26783 26669 20100
Face 46238 25119 25120 25258
Face 46239 24407 23088 23829
Face 46240 22677 22727 19769
Face 46241 23328 23399 4617
Face 46242 24749 23386 22710
Face 46243 23519 23520 23487
Face 46244 11513 24171 24172
Face 46245 31497 31606 31605
Face 46246 25279 23729 11998
Face 46247 24622 24268 24281
Face 46248 25111 25250 25249
Face 46249 23001 11914 24668
Face 46250 22771 22772 23772
Face 46251 23776 24948 24947
Face 46252 23624 23625 584
Face 46253 24803 22896 20607
Face 46254 24960 25099 25098
Face 46255 23525 23345 21486
Face 46256 25138 28830 24154
Face 46257 25125 25264 25124
Face 46258 20323 23688 11574
Face 46259 23831 22826 24058
Face 46260 24870 20696 24436
Face 46261 24724 22932 23708
Face 46262 24729 23277 24673
Face 46263 21966 24588 24034
Face 46264 23469 23266 24101
Face 46265 25120 25259 25258
Face 46266 23266 25184 25185
Face 46267 21417 24756 21326
Face 46268 22806 23778 23591
Face 46269 23811 24951 24949
Face 46270 20758 20668 29146
Face 46271 22715 11670 15575
Face 46272 32820 32819 32686
Face 46273 24318 23467 22085
Face 46274 23898 14765 14887
Face 46275 8748 15038 23010
Face 46276 4874 25076 25075
Face 46277 21145 19920 24040
Face 46278 24906 19920 21145
Face 46279 24903 22777 22733
Face 46280 22748 23751 23740
Face 46281 20098 11748 24051
Face 46282 22994 20098 24051
Face 46283 11748 20098 23531
Face 46284 20098 23038 23531
Face 46285 23531 23038 23176
Face 46286 23038 23175 23176
Face 46287 23685 20080 23769
Face 46288 24493 24627 23176
Face 46289 12611 22870 25355
Face 46290 25356 25355 25219
Face 46291 24151 24101 25186
Face 46292 25298 25274 24121
Face 46293 23252 23469 24101
Face 46294 25184 23461 24083
Face 46295 24101 23266 25185
Face 46296 23461 24777 24910
Face 46297 25185 25184 24083
Face 46298 23718 23733 24886
Face 46299 24083 23461 24910
Face 46300 22700 22710 23718
Face 46301 24887 23082 19618
Face 46302 22780 24329 22179
Face 46303 23538 25035 22179
Face 46304 19857 19931 22925
Face 46305 25164 24479 23685
Face 46306 25164 23685 23686
Face 46307 20868 25164 23686
Face 46308 23461 24636 24777
Face 46309 19505 23624 584
Face 46310 25045 12082 24632
Face 46311 21138 20778 23498
Face 46312 22696 23454 23455
Face 46313 12023 11938 34259
Face 46314 24884 22998 25051
Face 46315 24881 24884 25051
Face 46316 24329 22780 24275
Face 46317 23820 23817 23714
Face 46318 22715 15575 22767
Face 46319 23733 24887 24886
Face 46320 23750 22715 22767
Face 46321 15575 23556 22921
Face 46322 22767 15575 22921
Face 46323 23556 22988 22935
Face 46324 22921 23556 22935
Face 46325 24358 19997 23237
Face 46326 11650 22448 21210
Face 46327 21699 21794 24875
Face 46328 14971 23316 23808
Face 46329 24482 23525 12082
Face 46330 24948 22178 20342
Face 46331 23581 24210 24231
Face 46332 24944 2131 23237
Face 46333 24890 24906 21145
Face 46334 19920 22862 24040
Face 46335 1096 24036 979
Face 46336 23836 23835 23036
Face 46337 25024 21986 23919
Face 46338 1096 979 13358
Face 46339 24036 23036 979
Face 46340 20195 20150 19509
Face 46341 23470 23234 23389
Face 46342 24949 23488 22178
Face 46343 23084 25050 21508
Face 46344 25128 25127 24988
Face 46345 23236 23256 14848
Face 46346 23541 23542 22912
Face 46347 16347 23634 12763
Face 46348 24988 24987 24851
Face 46349 24840 24975 24974
Face 46350 25320 19941 20602
Face 46351 25320 24326 24853
Face 46352 24487 23819 21417
Face 46353 23522 23521 22935
Face 46354 24692 16657 24693
Face 46355 25226 5494 1604
Face 46356 21393 23076 23080
Face 46357 25170 25217 20787
Face 46358 11832 11831 23319
Face 46359 11831 24424 23319
Face 46360 13158 28574 13157
Face 46361 25237 25238 25374
Face 46362 11494 5373 1898
Face 46363 23061 20405 24876
Face 46364 25085 21053 20962
Face 46365 8362 11255 10092
Face 46366 21053 25043 23883
Face 46367 20962 21053 23883
Face 46368 25043 24717 25029
Face 46369 23883 25043 25029
Face 46370 24717 14259 22765
Face 46371 25029 24717 22765
Face 46372 14259 21695 22685
Face 46373 22765 14259 22685
Face 46374 21695 24297 24296
Face 46375 22685 21695 24296
Face 46376 4023 25027 25166
Face 46377 23834 20140 23723
Face 46378 23028 23027 24017
Face 46379 23760 7722 11588
Face 46380 24036 23836 23036
Face 46381 22994 24051 23835
Face 46382 23751 24906 24890
Face 46383 24778 22763 20001
Face 46384 23757 23653 24944
Face 46385 13740 23748 24499
Face 46386 25040 23664 22771
Face 46387 25333 23966 24090
Face 46388 23184 24483 24223
Face 46389 23025 24356 23863
Face 46390 12345 24017 24140
Face 46391 24329 14977 22179
Face 46392 24306 12275 24296
Face 46393 24297 24306 24296
Face 46394 24282 24416 12275
Face 46395 24306 24282 12275
Face 46396 24393 24394 24416
Face 46397 24282 24393 24416
Face 46398 19941 22695 24233
Face 46399 23819 12345 23818
Face 46400 24861 24999 23037
Face 46401 23157 21870 22683
Face 46402 21583 21489 23459
Face 46403 21145 24040 24280
Face 46404 24155 24278 19927
Face 46405 24947 24948 20342
Face 46406 23772 23776 24947
Face 46407 1651 5404 4726
Face 46408 20935 23691 23063
Face 46409 20405 20236 21606
Face 46410 23764 22762 23779
Face 46411 18437 1021 17631
Face 46412 24031 24472 23319
Face 46413 5336 28031 20551
Face 46414 14372 19771 19772
Face 46415 21768 21206 21296
Face 46416 24036 1096 14638
Face 46417 24729 24673 24674
Face 46418 23604 24618 24611
Face 46419 21051 20176 24733
Face 46420 22959 24108 24102
Face 46421 24233 23026 23149
Face 46422 23234 24150 23389
Face 46423 27147 23865 24599
Face 46424 25363 12791 22943
Face 46425 22832 23372 23441
Face 46426 23520 23407 23487
Face 46427 22852 25304 23702
Face 46428 24100 24630 23428
Face 46429 25142 25282 23900
Face 46430 23526 21580 23554
Face 46431 32591 32718 32590
Face 46432 23382 24353 20897
Face 46433 24899 23728 16501
Face 46434 20400 22962 9066
Face 46435 23893 24938 23941
Face 46436 24988 25127 25126
Face 46437 24486 24440 24439
Face 46438 25049 24486 24439
Face 46439 11593 23721 20960
Face 46440 24386 22891 24666
Face 46441 22999 24555 23969
Face 46442 23554 24745 2131
Face 46443 27167 23782 27166
Face 46444 25224 25225 25361
Face 46445 22448 23207 21210
Face 46446 23538 23061 24203
Face 46447 23209 23570 23653
Face 46448 25035 23538 24203
Face 46449 20237 22081 23108
Face 46450 24326 24852 24853
Face 46451 14977 23538 22179
Face 46452 24992 24993 23758
Face 46453 24274 23001 24669
Face 46454 25245 25246 25382
Face 46455 22919 21206 21768
Face 46456 22950 24102 24099
Face 46457 23733 23737 24887
Face 46458 23625 23834 21770
Face 46459 24825 24826 24960
Face 46460 16872 23606 22956
Face 46461 11996 11913 22801
Face 46462 24330 16872 23676
Face 46463 25304 24091 24100
Face 46464 7628 14848 24332
Face 46465 24433 11513 21011
Face 46466 21417 23818 24756
Face 46467 24040 22862 23291
Face 46468 23740 23751 24890
Face 46469 19505 584 22720
Face 46470 22896 19505 22720
Face 46471 14222 20310 11252
Face 46472 22772 23776 23772
Face 46473 24887 24889 23082
Face 46474 24475 24612 22692
Face 46475 24017 23027 24140
Face 46476 23027 24275 24140
Face 46477 12345 24721 23818
Face 46478 23027 24329 24275
Face 46479 21378 27387 28814
Face 46480 24721 12345 24140
Face 46481 12674 24907 22446
Face 46482 23580 23497 21321
Face 46483 24334 21675 12641
Face 46484 31316 31420 31315
Face 46485 22878 23539 22042
Face 46486 13631 24278 22677
Face 46487 24889 24890 12169
Face 46488 11328 20427 21140
Face 46489 11452 11622 11623
Face 46490 25332 23885 24461
Face 46491 23026 23439 23149
Face 46492 24231 24210 12443
Face 46493 20081 23410 20310
Face 46494 24642 21791 23815
Face 46495 23537 23538 14977
Face 46496 22620 11749 25046
Face 46497 19783 24185 24940
Face 46498 11255 20959 20341
Face 46499 31210 31209 31110
Face 46500 11161 14030 11099
Face 46501 20100 26669 26670
Face 46502 11327 11328 21140
Face 46503 24268 24128 23335
Face 46504 23659 23493 2820
Face 46505 21792 22684 19304
Face 46506 22730 25198 25059
Face 46507 29486 24672 24536
Face 46508 22684 24059 19304
Face 46509 25140 25141 24729
Face 46510 24676 23692 7462
Face 46511 24324 24624 24491
Face 46512 25018 24058 22684
Face 46513 24710 24846 24845
Face 46514 23084 23236 25174
Face 46515 34690 34629 34800
Face 46516 14257 2894 695
Face 46517 25095 25096 25234
Face 46518 22845 22846 25296
Face 46519 19929 20009 20008
Face 46520 24474 25031 19928
Face 46521 13828 13827 13816
Face 46522 15532 333 23103
Face 46523 23133 23130 24770
Face 46524 33997 34122 33996
Face 46525 21049 21140 22735
Face 46526 23778 23595 23591
Face 46527 23516 23663 22176
Face 46528 24123 25302 24122
Face 46529 18692 2196 2068
Face 46530 25302 25298 24122
Face 46531 24632 23382 23407
Face 46532 12143 12144 24184
Face 46533 320 25322 8675
Face 46534 24117 23999 24629
Face 46535 16176 11457 11833
Face 46536 25046 22855 23766
Face 46537 24777 20001 20000
Face 46538 21770 23834 4074
Face 46539 19711 19793 19710
Face 46540 20001 23413 24728
Face 46541 24910 24777 20000
Face 46542 6389 24749 22700
Face 46543 20000 20001 24728
Face 46544 24304 24749 6389
Face 46545 22710 23733 23718
Face 46546 23500 24304 6389
Face 46547 24749 22710 22700
Face 46548 12082 23525 24353
Face 46549 11866 23921 11747
Face 46550 20115 20869 20780
Face 46551 13628 29341 13721
Face 46552 23499 24305 22707
Face 46553 26475 14656 15306
Face 46554 23808 22950 22949
Face 46555 24986 25125 25124
Face 46556 22061 21985 23625
Face 46557 23624 22061 23625
Face 46558 23686 23685 23769
Face 46559 22884 20958 20513
Face 46560 19996 25174 20697
Face 46561 24292 24192 24259
Face 46562 24670 22888 29353
Face 46563 24356 9280 23187
Face 46564 25283 25284 20016
Face 46565 24260 24204 22162
Face 46566 12169 24280 24157
Face 46567 23969 24555 24526
Face 46568 25031 24278 13631
Face 46569 20493 19500 24329
Face 46570 23452 23321 23451
Face 46571 11667 23352 23540
Face 46572 33357 33356 33220
Face 46573 33221 33357 33220
Face 46574 23202 23258 23571
Face 46575 22179 25035 9333
Face 46576 24994 25003 23096
Face 46577 24553 22972 19783
Face 46578 23488 23654 24277
Face 46579 23231 25304 22852
Face 46580 23812 24992 24951
Face 46581 22809 22800 22786
Face 46582 22800 23812 23811
Face 46583 25179 22809 22786
Face 46584 1204 10092 10489
Face 46585 20959 25147 24302
Face 46586 23091 23230 22923
Face 46587 9333 23637 23739
Face 46588 23199 22982 23200
Face 46589 21209 11866 11747
Face 46590 24911 24912 23521
Face 46591 22988 23522 22935
Face 46592 23522 24911 23521
Face 46593 22742 24632 24912
Face 46594 25737 23442 23443
Face 46595 19274 24504 23896
Face 46596 34277 34335 34577
Face 46597 13872 13887 13871
Face 46598 11467 34668 34833
Face 46599 11546 11045 13171
Face 46600 23128 23129 23351
Face 46601 23605 21100 24812
Face 46602 12674 21675 19302
Face 46603 25372 23598 24591
Face 46604 12793 22688 11673
Face 46605 23462 25145 25146
Face 46606 24591 23598 22985
Face 46607 4593 2528 5757
Face 46608 25172 11974 23734
Face 46609 23011 23064 20225
Face 46610 24024 13040 13039
Face 46611 25373 25374 23512
Face 46612 22756 12504 24294
Face 46613 5632 312 10380
Face 46614 23155 22804 23038
Face 46615 5142 5141 25358
Face 46616 25322 320 2772
Face 46617 12851 13581 21488
Face 46618 23836 22994 23835
Face 46619 7628 24332 12259
Face 46620 23043 24813 29755
Face 46621 24865 25187 25320
Face 46622 3318 22370 15591
Face 46623 20341 20959 24302
Face 46624 33870 33997 33869
Face 46625 25000 25140 21100
Face 46626 24024 25088 25085
Face 46627 19302 26757 18545
Face 46628 25088 20097 21053
Face 46629 25085 25088 21053
Face 46630 23344 24310 25291
Face 46631 20097 23406 25043
Face 46632 21053 20097 25043
Face 46633 25131 25270 25130
Face 46634 23406 20240 24717
Face 46635 25043 23406 24717
Face 46636 24460 14259 24717
Face 46637 20240 24460 24717
Face 46638 25190 24720 23731
Face 46639 20960 23721 9632
Face 46640 22815 23845 23833
Face 46641 15430 24990 24989
Face 46642 22964 20689 20601
Face 46643 15050 14401 14179
Face 46644 25250 25387 25386
Face 46645 22902 12704 23102
Face 46646 24421 25183 23266
Face 46647 25183 24636 23461
Face 46648 20080 20310 14222
Face 46649 23769 20080 14222
Face 46650 11252 22884 20513
Face 46651 20310 22884 11252
Face 46652 23501 24303 25040
Face 46653 20958 24303 23501
Face 46654 20513 20958 23501
Face 46655 23664 22772 22771
Face 46656 25180 24462 20868
Face 46657 24303 23664 25040
Face 46658 16872 22887 23606
Face 46659 24004 24462 25180
Face 46660 23256 21509 20604
Face 46661 24575 24342 24125
Face 46662 23969 24526 23026
Face 46663 25035 24203 21610
Face 46664 33619 33618 33491
Face 46665 23637 21610 22603
Face 46666 19062 20917 20809
Face 46667 13040 13041 13135
Face 46668 24721 24140 12254
Face 46669 24899 23888 23728
Face 46670 25333 23285 23966
Face 46671 24140 24275 25331
Face 46672 22941 8937 9389
Face 46673 21653 23642 19703
Face 46674 24380 11622 11452
Face 46675 20904 22713 21142
Face 46676 24632 12082 23382
Face 46677 25381 24087 23867
Face 46678 22754 21695 14259
Face 46679 24460 22754 14259
Face 46680 24173 24297 21695
Face 46681 21741 22257 22082
Face 46682 884 885 997
Face 46683 23476 23526 23554
Face 46684 11610 2149 24124
Face 46685 25385 25386 22789
Face 46686 23024 23342 19939
Face 46687 24831 24832 24966
Face 46688 22997 22719 23960
Face 46689 25188 23024 19939
Face 46690 22869 20693 23765
Face 46691 22794 24642 23383
Face 46692 20409 23261 19320
Face 46693 24496 24731 20782
Face 46694 14179 23269 23328
Face 46695 19320 23261 23720
Face 46696 23783 27280 27397
Face 46697 24988 15431 24989
Face 46698 22754 24173 21695
Face 46699 15574 24849 24984
Face 46700 25176 24306 24297
Face 46701 25187 22769 22695
Face 46702 24663 24664 21609
Face 46703 25014 22883 24546
Face 46704 22741 4471 14667
Face 46705 4471 20160 14667
Face 46706 24721 12254 23821
Face 46707 21606 24478 11895
Face 46708 22733 22748 23740
Face 46709 25147 25171 23081
Face 46710 25307 22776 21704
Face 46711 16496 24695 24694
Face 46712 24302 25147 23081
Face 46713 24173 25176 24297
Face 46714 20257 11650 22688
Face 46715 24283 24282 24306
Face 46716 25176 24283 24306
Face 46717 30054 30116 30053
Face 46718 24392 24393 24282
Face 46719 24283 24392 24282
Face 46720 23156 23349 12168
Face 46721 24599 24392 24738
Face 46722 24392 24599 24393
Face 46723 24184 11432 24533
Face 46724 12183 22730 23698
Face 46725 23702 24100 23428
Face 46726 23685 23689 20080
Face 46727 24630 11330 14301
Face 46728 22812 22815 23833
Face 46729 25267 21326 25266
Face 46730 23325 23409 22256
Face 46731 23845 25003 24994
Face 46732 34379 34487 34697
Face 46733 23981 22806 22727
Face 46734 21055 23438 20694
Face 46735 8748 23010 22730
Face 46736 25184 25183 23461
Face 46737 24636 24778 24777
Face 46738 23469 22693 23266
Face 46739 25183 25184 23266
Face 46740 22946 22693 23469
Face 46741 23903 22946 23469
Face 46742 23639 22946 23903
Face 46743 23435 23639 23903
Face 46744 24312 25001 21985
Face 46745 22061 24312 21985
Face 46746 24312 23639 23435
Face 46747 25001 24312 23435
Face 46748 23190 24004 25180
Face 46749 22693 24421 23266
Face 46750 24493 24004 23190
Face 46751 24462 25164 20868
Face 46752 23175 24493 23176
Face 46753 24627 24493 23190
Face 46754 17197 23050 16722
Face 46755 22714 23534 25143
Face 46756 22786 22800 23811
Face 46757 24801 24755 23562
Face 46758 25002 23993 21869
Face 46759 23630 22736 21048
Face 46760 20897 23476 22509
Face 46761 12584 22738 25302
Face 46762 24883 23257 22691
Face 46763 24867 24883 22691
Face 46764 23475 24021 23717
Face 46765 23256 23236 21509
Face 46766 16337 12797 23820
Face 46767 24102 25170 25169
Face 46768 32228 32334 32227
Face 46769 21985 20140 23834
Face 46770 20573 25564 20661
Face 46771 34605 34744 18421
Face 46772 23362 2932 12839
Face 46773 13568 13036 11922
Face 46774 23524 24149 23178
Face 46775 22789 20141 23233
Face 46776 20141 23231 23233
Face 46777 24967 25106 25105
Face 46778 28948 18731 20487
Face 46779 23342 23000 25018
Face 46780 19939 23342 25018
Face 46781 24504 22794 23383
Face 46782 22880 22794 24504
Face 46783 20693 24496 20782
Face 46784 33744 33743 33618
Face 46785 23830 21209 19919
Face 46786 22985 20409 19320
Face 46787 22933 23338 24727
Face 46788 23042 19763 24093
Face 46789 25137 22530 23677
Face 46790 24153 23283 20695
Face 46791 23828 24408 23944
Face 46792 24101 25185 25186
Face 46793 23819 23818 21417
Face 46794 32294 32400 32293
Face 46795 20869 24505 24640
Face 46796 6283 25189 11998
Face 46797 1383 24689 1714
Face 46798 22752 29743 23711
Face 46799 333 23161 23103
Face 46800 23939 24857 12534
Face 46801 19995 22431 11997
Face 46802 25171 22815 22812
Face 46803 25524 25617 25616
Face 46804 22448 20238 23207
Face 46805 23081 25171 22812
Face 46806 21395 23885 25332
Face 46807 32274 32273 32169
Face 46808 21675 12674 12641
Face 46809 21395 24771 24904
Face 46810 14686 22821 14808
Face 46811 24771 23408 23184
Face 46812 25221 699 698
Face 46813 1358 1693 24952
Face 46814 23885 21395 24904
Face 46815 9174 3852 9173
Face 46816 23408 23795 24483
Face 46817 24904 24771 23184
Face 46818 11547 7573 11469
Face 46819 20927 24875 24893
Face 46820 23184 23408 24483
Face 46821 23833 23845 24994
Face 46822 15575 24869 23556
Face 46823 24576 23873 21601
Face 46824 24211 27277 20621
Face 46825 21141 24665 24666
Face 46826 23414 24728 22952
Face 46827 22652 24020 23459
Face 46828 20957 21141 24666
Face 46829 22179 9333 24107
Face 46830 11329 21600 21694
Face 46831 24822 24823 24957
Face 46832 25097 25098 25236
Face 46833 24628 23156 12168
Face 46834 23418 20956 22736
Face 46835 20604 24860 24859
Face 46836 24859 24860 13066
Face 46837 25041 22737 24899
Face 46838 20234 20315 23070
Face 46839 24132 19997 25280
Face 46840 23716 23856 21028
Face 46841 23855 8748 12183
Face 46842 23741 22462 23856
Face 46843 23412 11254 11184
Face 46844 19997 24358 23418
Face 46845 24777 24778 20001
Face 46846 23413 23412 11184
Face 46847 22763 23412 23413
Face 46848 20001 22763 23413
Face 46849 32690 32823 32689
Face 46850 11254 21049 21050
Face 46851 24820 24955 24954
Face 46852 24697 16495 16333
Face 46853 24869 25153 23556
Face 46854 33223 33359 33222
Face 46855 24182 24183 24225
Face 46856 20013 24231 12443
Face 46857 17555 34053 17317
Face 46858 23413 11184 22964
Face 46859 24865 24879 25187
Face 46860 23011 6026 162
Face 46861 20225 417 20226
Face 46862 14030 11161 13199
Face 46863 25313 20783 24867
Face 46864 24713 20783 25313
Face 46865 11278 13107 14229
Face 46866 24565 24704 24703
Face 46867 25304 24100 23702
Face 46868 25248 25249 25385
Face 46869 12407 23205 12406
Face 46870 24696 24832 24831
Face 46871 24057 24058 25018
Face 46872 23000 24057 25018
Face 46873 19274 22880 24504
Face 46874 23268 24585 24574
Face 46875 24496 24211 24731
Face 46876 25264 25263 25124
Face 46877 23261 23830 23720
Face 46878 25371 25372 24591
Face 46879 22837 23353 23042
Face 46880 23032 22968 24780
Face 46881 23290 23524 23178
Face 46882 24537 21115 19422
Face 46883 24728 23413 22964
Face 46884 11184 21050 20689
Face 46885 23993 23336 21869
Face 46886 21419 24487 21327
Face 46887 23758 24485 23848
Face 46888 23654 23758 23848
Face 46889 24053 24054 24592
Face 46890 22984 23205 22714
Face 46891 15289 25133 25132
Face 46892 23812 23832 24992
Face 46893 3441 24822 24821
Face 46894 3636 20845 23285
Face 46895 22603 20927 24765
Face 46896 12234 12235 12323
Face 46897 22786 23811 23781
Face 46898 34563 34728 34718
Face 46899 20493 20408 19500
Face 46900 22775 22786 23781
Face 46901 25020 25323 13294
Face 46902 21837 24766 23537
Face 46903 19275 23741 23716
Face 46904 2772 25020 13294
Face 46905 34714 34429 34576
Face 46906 23156 20115 25182
Face 46907 23821 23822 24029
Face 46908 21699 22937 21328
Face 46909 22952 20601 20095
Face 46910 23135 23134 23078
Face 46911 20095 20601 23500
Face 46912 24105 22952 20095
Face 46913 20601 24304 23500
Face 46914 24911 22742 24912
Face 46915 29332 34524 34449
Face 46916 23476 23554 22509
Face 46917 23487 20897 23570
Face 46918 11913 22792 23611
Face 46919 25403 24029 24810
Face 46920 24964 25103 25102
Face 46921 6802 10247 34659
Face 46922 24213 22690 25330
Face 46923 24665 24387 24386
Face 46924 14651 15591 19273
Face 46925 22711 20759 23049
Face 46926 25291 21694 22910
Face 46927 25310 25291 22910
Face 46928 23344 25291 25310
Face 46929 23345 23344 25310
Face 46930 30019 30020 30081
Face 46931 23525 24482 23345
Face 46932 33088 33223 33087
Face 46933 24362 4588 20407
Face 46934 33088 33087 32953
Face 46935 19854 23384 19853
Face 46936 28940 22436 20652
Face 46937 3811 1604 5494
Face 46938 25226 25087 5494
Face 46939 31111 31210 31110
Face 46940 23781 24949 24948
Face 46941 4993 1204 10489
Face 46942 24984 25123 25122
Face 46943 24983 24984 25122
Face 46944 23252 24101 24151
Face 46945 24935 2159 4349
Face 46946 24666 24665 24386
Face 46947 25362 22943 20482
Face 46948 32822 32821 32688
Face 46949 13223 15243 13128
Face 46950 20176 22818 25007
Face 46951 25291 11329 21694
Face 46952 24143 22965 19499
Face 46953 24726 25179 22775
Face 46954 23555 22620 25044
Face 46955 12760 12759 12671
Face 46956 13130 23666 13131
Face 46957 23534 12316 25143
Face 46958 24693 16657 16656
Face 46959 22914 24048 24024
Face 46960 22913 22914 24024
Face 46961 24048 25089 25088
Face 46962 24024 24048 25088
Face 46963 25123 25262 25261
Face 46964 25122 25123 25261
Face 46965 25262 25399 25398
Face 46966 23466 23473 24683
Face 46967 23759 23473 23466
Face 46968 24683 24713 25313
Face 46969 20783 24883 24867
Face 46970 24839 24840 24974
Face 46971 24975 25114 25113
Face 46972 25386 20141 22789
Face 46973 25109 25110 25248
Face 46974 24695 24696 24831
Face 46975 24832 24967 24966
Face 46976 24057 23831 24058
Face 46977 23086 23024 25188
Face 46978 23262 23268 24574
Face 46979 24585 22719 22997
Face 46980 15430 15431 15570
Face 46981 32444 32445 32561
Face 46982 23598 20409 22985
Face 46983 24822 24957 24956
Face 46984 24736 24217 24737
Face 46985 23595 23859 23591
Face 46986 25182 25183 24421
Face 46987 24430 24431 24774
Face 46988 25274 25218 24119
Face 46989 11911 21964 14509
Face 46990 23993 24856 24186
Face 46991 24697 24696 16495
Face 46992 2528 4593 318
Face 46993 11773 11527 13756
Face 46994 34409 34420 34394
Face 46995 21698 24577 21697
Face 46996 699 25221 700
Face 46997 14972 15104 14971
Face 46998 11753 3636 11572
Face 46999 15038 11753 11572
Face 47000 1911 23647 1012
Face 47001 21229 20175 3822
Face 47002 20402 28948 20487
Face 47003 32839 32838 32705
Face 47004 22692 22699 23713
Face 47005 16339 21837 20408
Face 47006 23188 24330 23676
Face 47007 11811 24068 19434
Face 47008 23362 12839 28406
Face 47009 33620 33745 33619
Face 47010 23715 24884 24881
Face 47011 24712 15574 24848
Face 47012 2691 24192 29772
Face 47013 23752 12364 13566
Face 47014 23976 22885 22790
Face 47015 7722 11666 11588
Face 47016 24006 24279 20667
Face 47017 32332 32333 32444
Face 47018 25089 19999 20097
Face 47019 23979 23730 23229
Face 47020 25088 25089 20097
Face 47021 24675 23406 20097
Face 47022 19999 24675 20097
Face 47023 2131 24745 23237
Face 47024 23620 22702 22965
Face 47025 24449 25078 24450
Face 47026 23793 24545 15302
Face 47027 22958 23635 24000
Face 47028 16722 23050 19938
Face 47029 14886 19273 14887
Face 47030 32694 32693 32566
Face 47031 25267 25266 25127
Face 47032 14651 3318 15591
Face 47033 22910 21694 24305
Face 47034 21694 24593 24305
Face 47035 11890 11809 11891
Face 47036 24305 24593 23962
Face 47037 23818 23821 24756
Face 47038 22840 12620 24196
Face 47039 23503 20960 4080
Face 47040 21983 21233 25761
Face 47041 32718 32717 32590
Face 47042 22892 24047 12058
Face 47043 23160 23214 23213
Face 47044 23159 23160 23213
Face 47045 23214 23270 23269
Face 47046 23213 23214 23269
Face 47047 23270 23329 23328
Face 47048 23269 23270 23328
Face 47049 23400 23399 23328
Face 47050 23329 23400 23328
Face 47051 6732 34120 6733
Face 47052 23400 23480 23399
Face 47053 34609 34408 977
Face 47054 12316 12227 12228
Face 47055 24000 22908 22689
Face 47056 22814 22813 24480
Face 47057 24987 24986 24850
Face 47058 25332 24117 24327
Face 47059 15027 24209 11831
Face 47060 24357 21055 22856
Face 47061 20000 24728 23414
Face 47062 24880 22999 24879
Face 47063 23908 20240 23406
Face 47064 24358 23346 23418
Face 47065 24675 23908 23406
Face 47066 22866 24460 20240
Face 47067 23908 22866 20240
Face 47068 25261 25262 25398
Face 47069 25399 23031 25139
Face 47070 25398 25399 25139
Face 47071 23612 23759 19276
Face 47072 23343 23560 22897
Face 47073 20871 23759 23466
Face 47074 23473 24713 24683
Face 47075 24974 24975 25113
Face 47076 25253 25390 25389
Face 47077 25114 25253 25252
Face 47078 25113 25114 25252
Face 47079 25249 25386 25385
Face 47080 24971 25110 25109
Face 47081 24966 24967 25105
Face 47082 25106 25245 25244
Face 47083 23142 23086 25188
Face 47084 24206 23086 23142
Face 47085 24574 24585 22997
Face 47086 22719 24078 23960
Face 47087 17197 22704 17713
Face 47088 23288 22869 24322
Face 47089 24821 24822 24956
Face 47090 24957 25096 25095
Face 47091 22738 22734 25274
Face 47092 25298 22738 25274
Face 47093 20018 21793 24480
Face 47094 25009 19995 25011
Face 47095 11668 25011 19422
Face 47096 25011 24537 19422
Face 47097 14312 23827 23828
Face 47098 21420 24866 24773
Face 47099 3296 23949 14909
Face 47100 23949 12547 14909
Face 47101 23644 10595 11592
Face 47102 23882 20178 25036
Face 47103 20845 24213 23967
Face 47104 21054 23227 23228
Face 47105 23285 20845 23967
Face 47106 24213 25330 11910
Face 47107 24179 24178 12342
Face 47108 24144 22755 12977
Face 47109 2196 18692 2322
Face 47110 23622 19380 25178
Face 47111 13134 13039 13040
Face 47112 24099 24102 25169
Face 47113 21840 21839 22608
Face 47114 25402 25403 24810
Face 47115 11572 3636 23285
Face 47116 15591 24803 23898
Face 47117 14605 12270 9066
Face 47118 23999 24600 24462
Face 47119 15884 23168 23167
Face 47120 19544 19626 19625
Face 47121 25101 25240 25239
Face 47122 24186 11348 20874
Face 47123 25298 25302 22738
Face 47124 20515 20692 24149
Face 47125 23031 24166 23929
Face 47126 24814 24815 13066
Face 47127 22799 22754 24460
Face 47128 23438 23464 20694
Face 47129 22866 22799 24460
Face 47130 24174 24173 22754
Face 47131 22799 24174 22754
Face 47132 22705 25176 24173
Face 47133 24174 22705 24173
Face 47134 23689 20081 20080
Face 47135 23133 22928 23130
Face 47136 13886 13870 13871
Face 47137 15037 16339 15450
Face 47138 25139 23031 23929
Face 47139 25033 22908 24000
Face 47140 24877 21605 21699
Face 47141 19062 23107 23164
Face 47142 24766 22795 23609
Face 47143 24726 22775 22772
Face 47144 24166 23240 23241
Face 47145 24593 24475 23962
Face 47146 24413 24490 24548
Face 47147 19927 24278 25031
Face 47148 23929 24166 23241
Face 47149 25087 2046 1922
Face 47150 34760 34466 29408
Face 47151 32983 32982 32850
Face 47152 23103 23161 23160
Face 47153 31090 31189 31188
Face 47154 23161 23215 23214
Face 47155 23160 23161 23214
Face 47156 23215 23271 23270
Face 47157 23214 23215 23270
Face 47158 23271 23330 23329
Face 47159 23270 23271 23329
Face 47160 23401 23400 23329
Face 47161 23330 23401 23329
Face 47162 23481 23480 23400
Face 47163 23401 23481 23400
Face 47164 23564 23563 23480
Face 47165 23481 23564 23480
Face 47166 23408 12622 19
Face 47167 23564 23647 23563
Face 47168 23882 25036 23147
Face 47169 23692 23904 7462
Face 47170 24945 22924 24755
Face 47171 22980 11650 20257
Face 47172 24284 24283 25176
Face 47173 22705 24284 25176
Face 47174 24391 24392 24283
Face 47175 24183 24533 24225
Face 47176 19624 22986 19709
Face 47177 24842 24977 24976
Face 47178 23612 19276 23661
Face 47179 16964 29614 23379
Face 47180 23578 23661 28428
Face 47181 23759 20871 19276
Face 47182 25252 25253 25389
Face 47183 22746 23582 23299
Face 47184 25390 22746 23282
Face 47185 25389 25390 23282
Face 47186 24835 24836 24970
Face 47187 24700 24836 24835
Face 47188 24970 24971 25109
Face 47189 25110 25249 25248
Face 47190 25105 25106 25244
Face 47191 25245 25382 25381
Face 47192 24106 24206 23142
Face 47193 23040 24206 24106
Face 47194 24642 23815 23814
Face 47195 23383 24642 23814
Face 47196 20693 20782 23765
Face 47197 24118 23288 24939
Face 47198 24956 24957 25095
Face 47199 25096 25235 25234
Face 47200 24501 20000 23414
Face 47201 25111 25112 25250
Face 47202 11997 11669 24537
Face 47203 25011 11997 24537
Face 47204 24774 24480 23395
Face 47205 23657 24774 23395
Face 47206 24900 23980 24576
Face 47207 25280 22736 23630
Face 47208 14509 23949 3296
Face 47209 23129 14509 3296
Face 47210 24146 20305 22841
Face 47211 24007 24008 24554
Face 47212 31870 31977 31869
Face 47213 24145 21054 23744
Face 47214 11910 25330 22829
Face 47215 23967 24213 11910
Face 47216 24142 24144 12977
Face 47217 20936 23170 12977
Face 47218 25177 23622 25178
Face 47219 23622 23187 19380
Face 47220 23541 24145 23542
Face 47221 21054 23730 23744
Face 47222 15864 24568 16015
Face 47223 13828 25027 25026
Face 47224 1693 1358 473
Face 47225 12520 12519 12430
Face 47226 22937 24331 21772
Face 47227 23527 20237 20320
Face 47228 19280 25021 24602
Face 47229 23145 23199 23018
Face 47230 9737 9284 11784
Face 47231 19593 21935 20640
Face 47232 11378 34481 34595
Face 47233 22982 23032 20753
Face 47234 20095 23500 25005
Face 47235 11304 20551 28031
Face 47236 24898 24765 23035
Face 47237 24687 24823 24822
Face 47238 23240 24403 24267
Face 47239 23739 24898 23035
Face 47240 24284 24391 24283
Face 47241 24401 23808 22949
Face 47242 24739 24738 24391
Face 47243 24391 24738 24392
Face 47244 23743 23858 25153
Face 47245 23241 23240 24267
Face 47246 24230 22904 22806
Face 47247 22822 19624 23210
Face 47248 24585 24587 22719
Face 47249 12884 23009 24267
Face 47250 24403 12884 24267
Face 47251 23002 23083 23419
Face 47252 23389 21325 21324
Face 47253 23166 12187 23009
Face 47254 3811 1603 1604
Face 47255 23120 28091 23119
Face 47256 32123 32122 32018
Face 47257 23817 12257 23819
Face 47258 24601 24331 21605
Face 47259 11666 22818 20176
Face 47260 3060 550 15968
Face 47261 11666 7722 4993
Face 47262 23163 23162 16361
Face 47263 13036 11273 34455
Face 47264 11273 13036 13568
Face 47265 23162 23216 23215
Face 47266 23161 23162 23215
Face 47267 23216 23272 23271
Face 47268 23215 23216 23271
Face 47269 23272 23331 23330
Face 47270 23271 23272 23330
Face 47271 23331 23402 23401
Face 47272 23330 23331 23401
Face 47273 23402 23482 23481
Face 47274 23401 23402 23481
Face 47275 23565 23564 23481
Face 47276 23482 23565 23481
Face 47277 23648 23647 23564
Face 47278 23565 23648 23564
Face 47279 13255 12680 12679
Face 47280 23648 23752 23647
Face 47281 12884 23166 23009
Face 47282 24315 11995 24449
Face 47283 23751 23762 24906
Face 47284 23428 24630 14301
Face 47285 11330 23429 23509
Face 47286 23207 21661 16337
Face 47287 25084 24942 21853
Face 47288 24486 25049 22691
Face 47289 22887 22716 23606
Face 47290 23257 24486 22691
Face 47291 34601 34670 34743
Face 47292 19 119 23795
Face 47293 24346 23284 13452
Face 47294 24734 25058 24156
Face 47295 23282 22746 23299
Face 47296 24092 24346 13452
Face 47297 23582 24346 24092
Face 47298 23299 23582 24092
Face 47299 25255 25256 25392
Face 47300 21675 23283 19192
Face 47301 24699 24700 24835
Face 47302 24836 24971 24970
Face 47303 25244 25245 25381
Face 47304 12533 23587 14312
Face 47305 25382 12533 24087
Face 47306 25381 25382 24087
Face 47307 23877 23040 24106
Face 47308 23305 23306 24604
Face 47309 24061 24062 23814
Face 47310 23815 24061 23814
Face 47311 22869 23765 24322
Face 47312 23478 24118 19922
Face 47313 23720 23830 19919
Face 47314 21209 11747 23189
Face 47315 24205 23734 25632
Face 47316 23101 23369 25156
Face 47317 11669 20935 21115
Face 47318 24537 11669 21115
Face 47319 22813 23178 23458
Face 47320 14302 23824 25042
Face 47321 21230 21321 23417
Face 47322 1604 25228 25227
Face 47323 25149 23089 23607
Face 47324 22687 25149 23607
Face 47325 22176 24146 25312
Face 47326 24359 24308 22471
Face 47327 23947 23946 21565
Face 47328 24908 24488 22863
Face 47329 25330 23188 22829
Face 47330 11546 20908 11297
Face 47331 22755 20936 12977
Face 47332 23636 22877 23170
Face 47333 6809 16961 22435
Face 47334 24210 22707 11512
Face 47335 24759 25157 23545
Face 47336 9991 8781 1898
Face 47337 4365 4364 12886
Face 47338 20482 23122 11753
Face 47339 23514 23621 23460
Face 47340 25170 20787 23018
Face 47341 22882 24877 21699
Face 47342 20408 21837 19500
Face 47343 24137 24144 22556
Face 47344 23528 23750 20077
Face 47345 11282 12030 5767
Face 47346 19781 19861 19860
Face 47347 24780 25146 25286
Face 47348 25146 24181 24180
Face 47349 4069 2 2286
Face 47350 23325 24071 23409
Face 47351 23632 23746 23623
Face 47352 1921 1583 1471
Face 47353 4343 3827 25323
Face 47354 12861 12953 20962
Face 47355 23737 24889 24887
Face 47356 23167 23222 2788
Face 47357 19777 19778 19857
Face 47358 12430 12431 23551
Face 47359 23166 22876 24896
Face 47360 24965 24966 25104
Face 47361 21136 20257 15021
Face 47362 24903 22733 22731
Face 47363 23205 12407 23534
Face 47364 31807 31806 31694
Face 47365 23866 9898 11160
Face 47366 6802 9296 13092
Face 47367 24601 25002 21869
Face 47368 23024 23644 23342
Face 47369 24958 24959 25097
Face 47370 25037 23470 24481
Face 47371 25229 1604 1603
Face 47372 21890 24601 21605
Face 47373 23082 12169 24157
Face 47374 1922 5494 25087
Face 47375 25379 20428 11916
Face 47376 23542 23744 23669
Face 47377 25238 25375 25374
Face 47378 24304 24732 24749
Face 47379 31220 21465 28688
Face 47380 12187 23166 24896
Face 47381 23163 23217 23216
Face 47382 23162 23163 23216
Face 47383 23217 23273 23272
Face 47384 23216 23217 23272
Face 47385 23273 23332 23331
Face 47386 23272 23273 23331
Face 47387 23403 23402 23331
Face 47388 23332 23403 23331
Face 47389 23483 23482 23402
Face 47390 23403 23483 23402
Face 47391 23566 23565 23482
Face 47392 23483 23566 23482
Face 47393 23649 23648 23565
Face 47394 23566 23649 23565
Face 47395 23649 23753 23752
Face 47396 23648 23649 23752
Face 47397 21180 34667 20155
Face 47398 16787 16875 16786
Face 47399 22876 22945 22893
Face 47400 24439 13391 24438
Face 47401 13876 16119 15968
Face 47402 24567 24568 24706
Face 47403 25008 23691 20935
Face 47404 23590 24801 23562
Face 47405 24664 24677 21516
Face 47406 24768 24802 11511
Face 47407 22542 24773 24724
Face 47408 35 25323 10203
Face 47409 24544 24352 24339
Face 47410 21516 22542 24724
Face 47411 23705 23528 23527
Face 47412 22681 24544 24339
Face 47413 16173 24700 16331
Face 47414 23643 23530 22831
Face 47415 22676 22729 23709
Face 47416 16330 16173 16331
Face 47417 24087 12533 14312
Face 47418 23798 23286 23827
Face 47419 23587 23019 23827
Face 47420 14312 23587 23827
Face 47421 23306 24605 24604
Face 47422 22886 25303 23211
Face 47423 24605 23040 23877
Face 47424 24604 24605 23877
Face 47425 24422 24290 24062
Face 47426 24061 24422 24062
Face 47427 23288 24322 24939
Face 47428 11812 23478 22881
Face 47429 19919 21209 23189
Face 47430 11747 24104 24343
Face 47431 13039 13134 13133
Face 47432 24354 23101 23890
Face 47433 31472 31471 31367
Face 47434 34183 34180 33309
Face 47435 23588 14302 25042
Face 47436 22682 14302 23588
Face 47437 24156 24221 22816
Face 47438 23653 2131 24944
Face 47439 23392 10719 21891
Face 47440 31825 31824 31712
Face 47441 23730 21054 23228
Face 47442 24337 24339 23141
Face 47443 23552 23562 24754
Face 47444 24755 22924 23535
Face 47445 11895 22788 25002
Face 47446 23022 14331 14330
Face 47447 20936 23636 23170
Face 47448 3050 12905 11600
Face 47449 16708 24234 23196
Face 47450 23289 23290 22814
Face 47451 23242 25359 25327
Face 47452 22176 25312 23535
Face 47453 12885 20482 11753
Face 47454 23122 11829 3636
Face 47455 25169 25170 23018
Face 47456 7462 23112 22844
Face 47457 24069 24556 24190
Face 47458 24601 11895 25002
Face 47459 21237 24264 23792
Face 47460 23295 12534 25776
Face 47461 24123 12671 12582
Face 47462 24568 24707 24706
Face 47463 34382 34561 34314
Face 47464 24775 23640 24276
Face 47465 24590 24340 22883
Face 47466 1903 8967 24276
Face 47467 24547 24349 24546
Face 47468 24532 24413 11995
Face 47469 23294 24858 23984
Face 47470 23204 24532 11995
Face 47471 30274 30341 30273
Face 47472 24230 24361 22904
Face 47473 24396 23174 23231
Face 47474 24896 22876 22893
Face 47475 22713 23155 23038
Face 47476 32689 32822 32688
Face 47477 24162 24387 28957
Face 47478 1605 14605 22961
Face 47479 24943 23749 25053
Face 47480 20016 22783 24671
Face 47481 34263 33438 34262
Face 47482 4581 3933 179
Face 47483 24731 23874 20260
Face 47484 4364 25224 25361
Face 47485 24331 24601 21869
Face 47486 24993 23341 23758
Face 47487 23500 6389 24612
Face 47488 24526 24260 22162
Face 47489 2899 21653 2490
Face 47490 25226 25363 25362
Face 47491 31065 31164 31064
Face 47492 19314 21741 22082
Face 47493 21968 22714 25144
Face 47494 25001 24143 20140
Face 47495 25140 24729 21100
Face 47496 30086 30087 30148
Face 47497 32446 32445 32333
Face 47498 23164 23218 23217
Face 47499 23163 23164 23217
Face 47500 23218 23274 23273
Face 47501 23217 23218 23273
Face 47502 23333 23332 23273
Face 47503 23274 23333 23273
Face 47504 23404 23403 23332
Face 47505 23333 23404 23332
Face 47506 23484 23483 23403
Face 47507 23404 23484 23403
Face 47508 23567 23566 23483
Face 47509 23484 23567 23483
Face 47510 23567 23650 23649
Face 47511 23566 23567 23649
Face 47512 23650 23754 23753
Face 47513 23649 23650 23753
Face 47514 15152 15020 15021
Face 47515 29744 17261 23291
Face 47516 30966 31065 30965
Face 47517 33276 33411 6620
Face 47518 24348 24349 29793
Face 47519 34279 13579 29204
Face 47520 24206 24321 23086
Face 47521 21892 24428 23392
Face 47522 24235 24367 24366
Face 47523 24109 24235 10985
Face 47524 20758 24497 20668
Face 47525 26931 26932 20758
Face 47526 22651 22723 20321
Face 47527 24352 22933 6735
Face 47528 22278 22651 14033
Face 47529 22723 22722 20321
Face 47530 22278 14033 23045
Face 47531 23094 22278 23045
Face 47532 23019 23798 23827
Face 47533 22651 20321 14033
Face 47534 23094 23045 23286
Face 47535 23798 23094 23286
Face 47536 23467 25311 22086
Face 47537 22886 23211 23491
Face 47538 25303 23306 23305
Face 47539 25136 25303 23305
Face 47540 24597 24736 24290
Face 47541 24597 23144 24736
Face 47542 24422 24597 24290
Face 47543 23144 24217 24736
Face 47544 24118 24939 19922
Face 47545 11812 22881 24032
Face 47546 23189 11747 24343
Face 47547 24104 11832 21208
Face 47548 23369 23370 25733
Face 47549 22762 22728 23890
Face 47550 11413 23541 22912
Face 47551 22943 12791 23128
Face 47552 11912 22682 23588
Face 47553 25367 22682 11912
Face 47554 14509 20076 23949
Face 47555 23823 22080 12547
Face 47556 25227 25364 25363
Face 47557 19628 24033 19627
Face 47558 24631 24635 13740
Face 47559 23227 23983 22743
Face 47560 24754 24755 23535
Face 47561 21870 21966 21512
Face 47562 23366 21582 12532
Face 47563 18872 23982 23381
Face 47564 15302 695 11600
Face 47565 25395 25396 21229
Face 47566 25129 25268 25128
Face 47567 32706 32839 32705
Face 47568 22879 24139 23995
Face 47569 13351 20315 1205
Face 47570 24209 11830 11831
Face 47571 24308 23971 22471
Face 47572 24592 10842 21301
Face 47573 22975 21418 24002
Face 47574 23785 19859 19860
Face 47575 19859 23785 19858
Face 47576 24545 14257 695
Face 47577 19853 23384 14372
Face 47578 34691 34804 34600
Face 47579 23018 23199 23200
Face 47580 13633 13269 13857
Face 47581 16994 17087 16993
Face 47582 31762 31874 31761
Face 47583 23758 23341 24485
Face 47584 23965 23087 23936
Face 47585 23937 24071 23325
Face 47586 22911 23444 24730
Face 47587 24626 23463 11812
Face 47588 23764 23779 23619
Face 47589 22911 24730 23619
Face 47590 22904 23764 23619
Face 47591 14889 14888 14766
Face 47592 10489 22818 11666
Face 47593 25331 24275 24107
Face 47594 34305 34522 34297
Face 47595 22909 12340 23886
Face 47596 29757 24417 24815
Face 47597 23888 23630 23728
Face 47598 24401 14973 14972
Face 47599 21601 23873 25283
Face 47600 24556 22556 24190
Face 47601 19305 24528 24527
Face 47602 25160 19305 24527
Face 47603 24830 24965 24964
Face 47604 24018 23028 24017
Face 47605 22881 19922 24325
Face 47606 22855 24501 23415
Face 47607 24204 25282 25142
Face 47608 24611 24618 23258
Face 47609 24818 24720 25190
Face 47610 21854 25166 25305
Face 47611 13252 13345 13251
Face 47612 23107 23165 23164
Face 47613 7745 19703 312
Face 47614 23219 23218 23164
Face 47615 23165 23219 23164
Face 47616 23275 23274 23218
Face 47617 23219 23275 23218
Face 47618 23334 23333 23274
Face 47619 23219 28421 23275
Face 47620 23405 23404 23333
Face 47621 23275 23334 23274
Face 47622 23485 23484 23404
Face 47623 23405 23485 23404
Face 47624 23568 23567 23484
Face 47625 23485 23568 23484
Face 47626 23651 23650 23567
Face 47627 23568 23651 23567
Face 47628 23651 23755 23754
Face 47629 23650 23651 23754
Face 47630 23755 23870 23869
Face 47631 23754 23755 23869
Face 47632 23870 23988 23987
Face 47633 23869 23870 23987
Face 47634 23988 24110 24109
Face 47635 23987 23988 24109
Face 47636 24110 24236 24235
Face 47637 24109 24110 24235
Face 47638 24236 24368 24367
Face 47639 24235 24236 24367
Face 47640 11730 23744 23979
Face 47641 11409 26339 26455
Face 47642 1450 23140 23467
Face 47643 11589 23200 23146
Face 47644 12851 21488 21395
Face 47645 24369 26988 24368
Face 47646 25358 23855 24764
Face 47647 24950 25321 23440
Face 47648 25311 22902 22086
Face 47649 34622 34316 34829
Face 47650 23574 22886 23491
Face 47651 11541 8172 11702
Face 47652 24276 2894 24775
Face 47653 25303 25136 23211
Face 47654 24028 23701 24217
Face 47655 24532 22983 24413
Face 47656 23144 24028 24217
Face 47657 32953 33087 32952
Face 47658 23060 24473 24414
Face 47659 23060 24414 11830
Face 47660 24473 11812 24032
Face 47661 23478 19922 22881
Face 47662 24343 24104 21208
Face 47663 11832 23319 22180
Face 47664 23101 25156 23890
Face 47665 24360 23507 22762
Face 47666 29061 21705 29192
Face 47667 23640 24590 1903
Face 47668 25366 25367 11912
Face 47669 25230 25367 25366
Face 47670 23949 23823 12547
Face 47671 22080 21302 21027
Face 47672 23813 25024 23919
Face 47673 22686 21139 20778
Face 47674 20846 21208 21421
Face 47675 19786 23441 24020
Face 47676 23041 24308 24359
Face 47677 27641 23297 24495
Face 47678 25378 25379 11916
Face 47679 20428 23114 23177
Face 47680 9389 20904 21142
Face 47681 13039 22913 24024
Face 47682 23141 6735 10595
Face 47683 23823 25042 22080
Face 47684 24972 25111 25110
Face 47685 24611 23258 23202
Face 47686 22761 22954 28029
Face 47687 24830 24831 24965
Face 47688 21892 23392 21891
Face 47689 23323 24863 10719
Face 47690 28133 21753 21380
Face 47691 29967 29966 29908
Face 47692 24123 12582 25302
Face 47693 20782 24731 20260
Face 47694 2533 10428 13773
Face 47695 34559 34510 34344
Face 47696 25776 12534 24857
Face 47697 12287 3050 2894
Face 47698 9054 8266 13720
Face 47699 22797 11996 22801
Face 47700 23787 19685 19684
Face 47701 3636 11829 20845
Face 47702 24155 21704 24230
Face 47703 21704 24361 24230
Face 47704 22847 21801 22471
Face 47705 23351 3296 12170
Face 47706 25019 23909 22837
Face 47707 20009 24227 20010
Face 47708 22964 11184 20689
Face 47709 23419 25279 23002
Face 47710 24769 11349 23875
Face 47711 21050 25006 24732
Face 47712 20689 21050 24732
Face 47713 3940 6138 23039
Face 47714 23644 11592 23342
Face 47715 23995 24433 24432
Face 47716 11572 23285 25333
Face 47717 20079 23797 20157
Face 47718 24055 24338 24535
Face 47719 20159 23914 20079
Face 47720 28828 24528 28953
Face 47721 23767 23583 24551
Face 47722 24018 24017 12345
Face 47723 12975 28170 28305
Face 47724 25265 25266 25402
Face 47725 24765 20927 24027
Face 47726 25006 24903 23386
Face 47727 29488 24674 24673
Face 47728 30566 30660 30565
Face 47729 30276 30275 30210
Face 47730 23441 21583 24020
Face 47731 23220 23219 23165
Face 47732 30211 30276 30210
Face 47733 23276 23219 23220
Face 47734 23220 23221 18612
Face 47735 23057 22732 23006
Face 47736 22723 23057 23006
Face 47737 22732 23669 23682
Face 47738 23669 23746 23682
Face 47739 30481 30566 30480
Face 47740 23669 11730 11729
Face 47741 22839 23673 11511
Face 47742 6639 23292 23549
Face 47743 25885 25995 11183
Face 47744 23746 23669 11729
Face 47745 23756 23755 23651
Face 47746 34611 34474 34685
Face 47747 23756 23871 23870
Face 47748 23755 23756 23870
Face 47749 23871 23989 23988
Face 47750 23870 23871 23988
Face 47751 23989 24111 24110
Face 47752 23988 23989 24110
Face 47753 24237 24236 24110
Face 47754 24111 24237 24110
Face 47755 24369 24368 24236
Face 47756 24237 24369 24236
Face 47757 2815 23491 23892
Face 47758 24370 24509 24508
Face 47759 25186 11749 22620
Face 47760 23211 24316 23892
Face 47761 24828 24963 24962
Face 47762 22992 27244 23493
Face 47763 24691 24692 24827
Face 47764 23045 24307 24408
Face 47765 24688 1714 24689
Face 47766 24181 24182 22899
Face 47767 20004 22776 20005
Face 47768 23855 12886 8748
Face 47769 11836 24405 19679
Face 47770 24572 23087 23965
Face 47771 19423 23948 23665
Face 47772 19679 19423 23665
Face 47773 24498 11591 11830
Face 47774 24209 24498 11830
Face 47775 11591 23060 11830
Face 47776 24473 24032 24414
Face 47777 21208 11832 22180
Face 47778 22938 22989 24457
Face 47779 24472 24457 22180
Face 47780 23319 24472 22180
Face 47781 22728 24354 23890
Face 47782 22939 23507 24360
Face 47783 24428 24429 23670
Face 47784 17414 18325 4495
Face 47785 25229 25230 25366
Face 47786 25091 25230 25229
Face 47787 23230 22979 22973
Face 47788 12547 22080 21027
Face 47789 11730 23979 20784
Face 47790 21198 27892 24996
Face 47791 25173 23551 22909
Face 47792 26590 22516 25571
Face 47793 23970 23297 23628
Face 47794 19922 21698 24325
Face 47795 23235 23676 22957
Face 47796 24529 21507 22957
Face 47797 23692 22977 23717
Face 47798 23944 24407 23829
Face 47799 19625 22986 19624
Face 47800 21327 21417 21326
Face 47801 23827 23286 23828
Face 47802 24091 20096 24100
Face 47803 23460 23296 23970
Face 47804 23598 23512 20409
Face 47805 23392 23323 10719
Face 47806 23986 23891 24863
Face 47807 5336 22435 6034
Face 47808 25162 20691 23742
Face 47809 24301 27244 22992
Face 47810 19940 21582 19864
Face 47811 23341 23847 24485
Face 47812 20310 23410 22884
Face 47813 27099 13842 13256
Face 47814 7923 34462 26558
Face 47815 23099 24128 24268
Face 47816 19498 23099 24268
Face 47817 23934 23897 23143
Face 47818 23933 23934 23143
Face 47819 24569 24564 23245
Face 47820 23250 24569 23245
Face 47821 27368 23267 24562
Face 47822 25681 25581 11062
Face 47823 25327 22750 23517
Face 47824 25156 22911 23779
Face 47825 17865 17772 21279
Face 47826 15242 23505 13128
Face 47827 14030 14117 7617
Face 47828 24294 12504 12592
Face 47829 34553 34758 34385
Face 47830 8932 2650 9041
Face 47831 26011 16846 12748
Face 47832 25020 2772 10380
Face 47833 24332 23256 20604
Face 47834 24432 24433 21011
Face 47835 23454 25178 23455
Face 47836 23794 24086 24069
Face 47837 24898 23637 22603
Face 47838 22932 23813 24311
Face 47839 23279 23278 23982
Face 47840 24335 24186 20874
Face 47841 22917 22914 23666
Face 47842 23606 21987 22956
Face 47843 23427 22917 23666
Face 47844 22917 24049 24048
Face 47845 22914 22917 24048
Face 47846 24049 25090 25089
Face 47847 24139 24434 24433
Face 47848 23254 23251 24684
Face 47849 30566 30565 30480
Face 47850 25278 24679 23267
Face 47851 22722 22723 23006
Face 47852 22732 23682 23006
Face 47853 23620 20759 22711
Face 47854 24143 23620 22965
Face 47855 1467 21741 19314
Face 47856 23724 1467 19314
Face 47857 24874 25013 25081
Face 47858 23010 25333 25198
Face 47859 25160 24527 24388
Face 47860 30481 30480 30409
Face 47861 25038 23863 25177
Face 47862 25007 22778 25179
Face 47863 24912 24632 23407
Face 47864 24479 23689 23685
Face 47865 24387 24665 29217
Face 47866 24108 24119 25217
Face 47867 2680 23871 23756
Face 47868 23871 23872 23989
Face 47869 24112 24111 23989
Face 47870 23990 24112 23989
Face 47871 24112 24238 24237
Face 47872 24111 24112 24237
Face 47873 24238 24370 24369
Face 47874 24237 24238 24369
Face 47875 24509 24510 12233
Face 47876 24369 24370 24508
Face 47877 19938 23913 23874
Face 47878 23144 23426 24028
Face 47879 23839 24265 20494
Face 47880 24731 19938 23874
Face 47881 20494 13071 24068
Face 47882 13071 24320 24068
Face 47883 24068 24320 11836
Face 47884 24320 24405 11836
Face 47885 23948 24498 24209
Face 47886 24405 19423 19679
Face 47887 24735 22857 23504
Face 47888 23665 23948 24209
Face 47889 24735 23504 25277
Face 47890 23432 24735 25277
Face 47891 23432 25277 24584
Face 47892 22857 23768 23504
Face 47893 24472 22938 24457
Face 47894 21697 23432 24584
Face 47895 21697 24584 22989
Face 47896 22938 21697 22989
Face 47897 34715 34554 34419
Face 47898 30533 25672 25781
Face 47899 24468 22939 24360
Face 47900 23507 22728 22762
Face 47901 23523 20429 23524
Face 47902 21026 21393 23080
Face 47903 24705 24706 24841
Face 47904 20524 26422 20611
Face 47905 24783 24645 23585
Face 47906 22891 29220 24668
Face 47907 23994 24423 24645
Face 47908 24783 23994 24645
Face 47909 2428 22516 23802
Face 47910 23994 22516 24423
Face 47911 23472 23091 23287
Face 47912 25039 21513 22724
Face 47913 25038 25177 22903
Face 47914 22956 24529 22957
Face 47915 24614 22681 23703
Face 47916 23703 22681 24337
Face 47917 11542 23791 4202
Face 47918 34296 29601 19225
Face 47919 12340 22909 12339
Face 47920 19440 19360 19441
Face 47921 21415 23460 9281
Face 47922 23296 23297 23970
Face 47923 23323 23986 24863
Face 47924 23986 25037 23150
Face 47925 28499 34401 34310
Face 47926 19538 22703 24212
Face 47927 24149 24150 23234
Face 47928 23178 24149 23234
Face 47929 25168 25169 11589
Face 47930 23449 23770 23771
Face 47931 22776 20006 20005
Face 47932 25307 21704 24155
Face 47933 23897 23099 19498
Face 47934 23143 23897 19498
Face 47935 23409 23533 24026
Face 47936 22256 23409 24026
Face 47937 24261 24072 24187
Face 47938 23533 25289 25290
Face 47939 24261 24873 24072
Face 47940 24065 24261 24187
Face 47941 24873 24218 24874
Face 47942 24218 24094 24874
Face 47943 17199 469 361
Face 47944 24704 24840 24839
Face 47945 24048 24049 25089
Face 47946 23300 19999 25089
Face 47947 25090 23300 25089
Face 47948 24539 24675 19999
Face 47949 23808 14972 14971
Face 47950 22854 22857 24735
Face 47951 23637 25035 21610
Face 47952 24720 20697 7628
Face 47953 23879 22955 24750
Face 47954 22567 22662 22566
Face 47955 23026 24526 23439
Face 47956 21610 24877 22882
Face 47957 23750 22767 20077
Face 47958 22693 12168 24421
Face 47959 23300 24539 19999
Face 47960 22966 23908 24675
Face 47961 24539 22966 24675
Face 47962 24580 20408 23028
Face 47963 22865 22866 23908
Face 47964 23863 23622 25177
Face 47965 30343 30342 30275
Face 47966 22727 19685 19769
Face 47967 21027 24050 12978
Face 47968 23441 23372 21583
Face 47969 24082 25739 25738
Face 47970 30345 30412 30344
Face 47971 4889 19064 4755
Face 47972 24344 25308 24864
Face 47973 23616 11510 23430
Face 47974 25148 23722 23868
Face 47975 24864 23616 23430
Face 47976 21604 21511 23868
Face 47977 24578 25148 23868
Face 47978 24034 22832 21511
Face 47979 23722 21604 23868
Face 47980 19273 15591 23898
Face 47981 21604 24034 21511
Face 47982 24878 25850 24445
Face 47983 22788 23373 23757
Face 47984 24034 24445 22832
Face 47985 23338 25083 24003
Face 47986 23990 28007 23991
Face 47987 23989 23872 23990
Face 47988 24113 24239 24238
Face 47989 24112 24113 24238
Face 47990 24239 24371 24370
Face 47991 24238 24239 24370
Face 47992 30149 30213 30212
Face 47993 24370 24371 24509
Face 47994 21143 23367 24477
Face 47995 24211 19938 24731
Face 47996 23913 23050 12002
Face 47997 28029 22954 27897
Face 47998 23876 23957 22679
Face 47999 22764 20867 23294
Face 48000 20343 23876 21235
Face 48001 23957 23294 22679
Face 48002 20343 21235 23768
Face 48003 22857 20343 23768
Face 48004 24094 29786 18782
Face 48005 23876 22679 21235
Face 48006 23709 22968 23032
Face 48007 23527 23528 20237
Face 48008 23302 23305 24589
Face 48009 34736 28686 34724
Face 48010 22801 23055 24185
Face 48011 20004 20003 22939
Face 48012 23145 23709 23032
Face 48013 22968 23462 24780
Face 48014 23165 23107 19480
Face 48015 23743 22833 24152
Face 48016 24225 24046 24045
Face 48017 23243 23212 24293
Face 48018 23939 12534 20515
Face 48019 22803 23133 24770
Face 48020 24783 23585 14485
Face 48021 23585 21454 191
Face 48022 24410 24783 14485
Face 48023 22951 24410 14485
Face 48024 23864 23994 24783
Face 48025 24410 23864 24783
Face 48026 30084 30085 30146
Face 48027 23864 23802 23994
Face 48028 24529 24125 22740
Face 48029 24125 24023 22740
Face 48030 21507 24529 22740
Face 48031 24023 22903 22740
Face 48032 23292 14428 22446
Face 48033 20963 21660 23548
Face 48034 21582 23279 12532
Face 48035 23765 20782 22854
Face 48036 318 22804 23155
Face 48037 24401 22949 22944
Face 48038 23025 24617 9281
Face 48039 23460 23970 9281
Face 48040 23891 23986 23150
Face 48041 25037 24481 23259
Face 48042 24344 24864 16017
Face 48043 24059 24060 19304
Face 48044 20692 20603 24150
Face 48045 24149 20692 24150
Face 48046 23824 23825 24633
Face 48047 13760 19995 25009
Face 48048 19995 11997 25011
Face 48049 24633 13760 25009
Face 48050 24569 23680 24465
Face 48051 24564 24569 24465
Face 48052 24026 23533 25290
Face 48053 25289 24065 24187
Face 48054 22436 23169 22339
Face 48055 24689 24825 24824
Face 48056 22763 202 23412
Face 48057 23437 24664 24663
Face 48058 21772 23337 23278
Face 48059 202 23411 23412
Face 48060 24232 23802 23864
Face 48061 23039 318 23155
Face 48062 22966 22865 23908
Face 48063 9389 21142 22941
Face 48064 23494 22799 22866
Face 48065 22865 23494 22866
Face 48066 24175 24174 22799
Face 48067 11973 22892 12058
Face 48068 20408 20493 23028
Face 48069 13994 2164 787
Face 48070 24203 24876 24877
Face 48071 19498 24268 24622
Face 48072 25178 24552 23455
Face 48073 30720 11057 11056
Face 48074 23372 24154 21583
Face 48075 23494 24175 22799
Face 48076 25174 14848 20697
Face 48077 23356 22705 24174
Face 48078 24175 23356 24174
Face 48079 23411 20069 11327
Face 48080 24285 24284 22705
Face 48081 24989 25128 24988
Face 48082 20238 21661 23207
Face 48083 15884 22050 22148
Face 48084 30991 31090 31089
Face 48085 11729 11730 20784
Face 48086 23223 25743 23222
Face 48087 24799 24933 24932
Face 48088 15533 6736 14209
Face 48089 30022 30023 30084
Face 48090 27372 24246 24244
Face 48091 11510 25148 24578
Face 48092 23430 11510 24578
Face 48093 23192 23247 23191
Face 48094 12183 24804 12611
Face 48095 24103 24106 23561
Face 48096 19301 23907 22936
Face 48097 22929 23579 24643
Face 48098 23561 23142 22749
Face 48099 23456 24022 21773
Face 48100 27272 24158 23281
Face 48101 21677 24158 21773
Face 48102 20409 23350 23261
Face 48103 24916 25053 22912
Face 48104 6735 22933 24727
Face 48105 29793 29794 24348
Face 48106 30723 30829 23311
Face 48107 24114 24240 24239
Face 48108 24113 24114 24239
Face 48109 24240 24372 24371
Face 48110 24239 24240 24371
Face 48111 30025 30087 30086
Face 48112 30023 30022 29961
Face 48113 34580 34645 34795
Face 48114 24957 24958 25096
Face 48115 32301 34759 34157
Face 48116 30660 30659 30565
Face 48117 21140 23550 22735
Face 48118 6037 6038 6164
Face 48119 25143 24184 24183
Face 48120 22814 23290 22813
Face 48121 24193 22373 24252
Face 48122 24072 24874 25081
Face 48123 23946 23197 22842
Face 48124 23748 23604 24611
Face 48125 23861 23197 23946
Face 48126 23842 23861 23946
Face 48127 20138 24622 24488
Face 48128 23197 20138 22842
Face 48129 24561 24563 21769
Face 48130 24272 23861 23842
Face 48131 23243 24563 23212
Face 48132 21769 24272 23842
Face 48133 26071 27371 24293
Face 48134 24563 24272 21769
Face 48135 22277 24200 24199
Face 48136 24563 24561 23212
Face 48137 24199 22182 22277
Face 48138 30964 30963 30862
Face 48139 22182 23468 22951
Face 48140 22277 22182 22951
Face 48141 22825 24410 22951
Face 48142 23468 22825 22951
Face 48143 24232 23864 24410
Face 48144 22825 24232 24410
Face 48145 30147 30211 30210
Face 48146 18831 20312 18688
Face 48147 24437 24436 24311
Face 48148 29652 29653 24471
Face 48149 23919 24437 24311
Face 48150 23583 24534 24215
Face 48151 22957 21507 24420
Face 48152 12704 22957 24420
Face 48153 24253 24254 24044
Face 48154 23087 23937 23936
Face 48155 23907 24401 22944
Face 48156 22949 24099 24098
Face 48157 22739 25135 24901
Face 48158 23151 22739 24901
Face 48159 23150 25037 23259
Face 48160 24481 21324 21323
Face 48161 15430 15570 15569
Face 48162 9190 11012 9181
Face 48163 22766 24208 20603
Face 48164 20692 22766 20603
Face 48165 14302 15170 23824
Face 48166 23825 13760 24633
Face 48167 24685 24821 24820
Face 48168 12583 12495 12584
Face 48169 23680 23934 23933
Face 48170 24465 23680 23933
Face 48171 25290 25289 24187
Face 48172 24873 24874 24072
Face 48173 11329 24105 21600
Face 48174 22688 21210 25137
Face 48175 23174 24091 25304
Face 48176 14401 23213 23269
Face 48177 23029 23194 24862
Face 48178 25729 22781 24333
Face 48179 24223 24483 23760
Face 48180 24447 23029 24862
Face 48181 9296 6802 34659
Face 48182 19940 21328 21582
Face 48183 23356 24285 22705
Face 48184 12622 533 19
Face 48185 24390 24391 24284
Face 48186 24285 24390 24284
Face 48187 23714 24487 21419
Face 48188 24739 27144 27145
Face 48189 23869 23987 34540
Face 48190 23086 23997 23024
Face 48191 10380 23745 25020
Face 48192 23869 34540 12454
Face 48193 25660 25762 21233
Face 48194 21699 21605 22937
Face 48195 24390 24739 24391
Face 48196 25144 25143 24183
Face 48197 12704 24420 23560
Face 48198 14301 11330 23509
Face 48199 22945 24291 23638
Face 48200 25049 24439 21986
Face 48201 12591 12681 12680
Face 48202 25057 22755 24144
Face 48203 12680 13255 12591
Face 48204 23586 23828 23944
Face 48205 26298 23223 23224
Face 48206 23168 23223 23167
Face 48207 22690 25195 25330
Face 48208 2129 2004 16263
Face 48209 15864 24707 24568
Face 48210 23841 23139 23195
Face 48211 11835 24313 23456
Face 48212 24022 21677 21773
Face 48213 23365 24313 23905
Face 48214 24313 24022 23456
Face 48215 22893 22945 23638
Face 48216 23397 23626 23638
Face 48217 24291 23397 23638
Face 48218 23360 23431 23626
Face 48219 23397 23360 23626
Face 48220 19784 23457 23431
Face 48221 23112 23365 11996
Face 48222 24313 11835 23905
Face 48223 21326 24756 25403
Face 48224 22723 22848 23057
Face 48225 24836 24837 24971
Face 48226 24119 25218 25217
Face 48227 28289 26326 26327
Face 48228 24113 23991 23992
Face 48229 30213 30278 30212
Face 48230 24119 24108 22959
Face 48231 26069 28500 34447
Face 48232 30148 30149 30212
Face 48233 24512 24648 24647
Face 48234 24510 24371 24372
Face 48235 24648 24786 24785
Face 48236 24647 24648 24785
Face 48237 24919 24787 24920
Face 48238 27610 24918 24919
Face 48239 24281 24315 24449
Face 48240 21743 24281 24449
Face 48241 22842 20138 24488
Face 48242 24622 24281 21743
Face 48243 23715 23718 24884
Face 48244 24488 24622 21743
Face 48245 33275 33276 6620
Face 48246 24886 19618 22998
Face 48247 23610 25950 25841
Face 48248 25265 25402 25264
Face 48249 2908 24067 2547
Face 48250 24598 20514 27875
Face 48251 23075 24133 24067
Face 48252 20514 11752 2908
Face 48253 24200 24134 24199
Face 48254 11752 23075 24067
Face 48255 24882 24199 24133
Face 48256 23075 24882 24133
Face 48257 23683 22182 24199
Face 48258 24882 23683 24199
Face 48259 23683 23777 23468
Face 48260 22182 23683 23468
Face 48261 20177 22825 23468
Face 48262 23777 20177 23468
Face 48263 22065 24232 22825
Face 48264 20177 22065 22825
Face 48265 24094 18782 25013
Face 48266 30864 30863 30757
Face 48267 23642 12852 10203
Face 48268 24468 24360 24361
Face 48269 24240 34438 34793
Face 48270 24073 20691 25162
Face 48271 23235 22957 12704
Face 48272 22902 23235 12704
Face 48273 25126 25265 25125
Face 48274 22861 23343 23368
Face 48275 22783 24274 24670
Face 48276 4358 9280 11833
Face 48277 22739 24617 23025
Face 48278 25135 22739 23025
Face 48279 23259 24481 21323
Face 48280 11514 23514 21323
Face 48281 23859 23787 19684
Face 48282 25158 20872 21052
Face 48283 25776 25880 23295
Face 48284 22766 23295 24208
Face 48285 22682 23675 14302
Face 48286 15170 23825 23824
Face 48287 24821 24956 24955
Face 48288 24820 24821 24955
Face 48289 11916 23177 4203
Face 48290 25240 25241 25377
Face 48291 25019 22837 24038
Face 48292 25378 11916 23203
Face 48293 24946 23688 20323
Face 48294 23415 24105 11329
Face 48295 23055 22801 22900
Face 48296 24447 24862 24426
Face 48297 22721 23007 22847
Face 48298 23943 22784 23008
Face 48299 24308 19303 23971
Face 48300 22721 22847 23971
Face 48301 25379 25380 20428
Face 48302 23867 23586 23114
Face 48303 21284 23633 23060
Face 48304 20428 23867 23114
Face 48305 24848 24984 24983
Face 48306 3852 4489 14160
Face 48307 23858 23743 24152
Face 48308 23191 19681 23134
Face 48309 22677 23981 22727
Face 48310 24331 21869 21772
Face 48311 23360 19784 23431
Face 48312 19784 23940 23374
Face 48313 24856 23559 11348
Face 48314 25046 24909 22855
Face 48315 24615 24544 22681
Face 48316 24424 24031 23319
Face 48317 12705 15019 15018
Face 48318 27018 2680 23756
Face 48319 23336 23993 24186
Face 48320 24487 21417 21327
Face 48321 455 456 7474
Face 48322 33356 33489 33355
Face 48323 12768 23883 25029
Face 48324 23457 19784 23374
Face 48325 23224 23169 14310
Face 48326 23981 24230 22806
Face 48327 23551 12520 12430
Face 48328 13842 23354 13856
Face 48329 23422 23841 23195
Face 48330 28497 21228 21320
Face 48331 22844 23112 22797
Face 48332 23365 23905 11996
Face 48333 23280 22802 23374
Face 48334 23940 23280 23374
Face 48335 23895 12532 24613
Face 48336 22802 23280 23380
Face 48337 24318 22085 22181
Face 48338 24135 23719 23358
Face 48339 12063 27037 11979
Face 48340 25014 29795 3464
Face 48341 34120 6732 34119
Face 48342 21139 22910 23499
Face 48343 11073 29995 11074
Face 48344 24701 24837 24836
Face 48345 30568 30662 30567
Face 48346 24114 24115 24240
Face 48347 24511 34793 24373
Face 48348 30278 30277 30212
Face 48349 24374 24513 24512
Face 48350 24373 24374 24512
Face 48351 24513 24649 24648
Face 48352 24512 24513 24648
Face 48353 24649 24787 24786
Face 48354 24648 24649 24786
Face 48355 24920 24788 24921
Face 48356 24786 24787 24919
Face 48357 24312 23860 23639
Face 48358 25276 24859 24723
Face 48359 24801 24811 24945
Face 48360 23860 22831 23639
Face 48361 25329 21026 25149
Face 48362 25034 14637 8937
Face 48363 21302 23667 24050
Face 48364 21027 21302 24050
Face 48365 23667 25329 25194
Face 48366 24050 23667 25194
Face 48367 23690 20514 23340
Face 48368 24598 23340 20514
Face 48369 14763 11752 20514
Face 48370 23690 14763 20514
Face 48371 21392 23075 11752
Face 48372 14763 21392 11752
Face 48373 21392 24224 24882
Face 48374 23075 21392 24882
Face 48375 22871 23683 24882
Face 48376 24224 22871 24882
Face 48377 22871 22889 23777
Face 48378 23683 22871 23777
Face 48379 20756 20177 23777
Face 48380 22889 20756 23777
Face 48381 23660 22065 20177
Face 48382 20756 23660 20177
Face 48383 30758 30864 30757
Face 48384 23660 23801 22065
Face 48385 25311 22829 22902
Face 48386 23600 23801 23601
Face 48387 23966 23967 23140
Face 48388 11910 22829 25311
Face 48389 22829 23235 22902
Face 48390 23140 11910 25311
Face 48391 21025 22861 23368
Face 48392 13994 15088 23399
Face 48393 25284 25285 22783
Face 48394 24274 24669 24670
Face 48395 24617 21415 9281
Face 48396 20872 25058 24734
Face 48397 20138 19498 24622
Face 48398 16501 23728 23941
Face 48399 24038 24093 25634
Face 48400 24062 24063 13305
Face 48401 24831 24966 24965
Face 48402 11916 20428 23177
Face 48403 25231 25368 25367
Face 48404 25230 25231 25367
Face 48405 24956 25095 25094
Face 48406 24955 24956 25094
Face 48407 24540 23370 23101
Face 48408 25377 25378 23203
Face 48409 23814 24062 13305
Face 48410 24290 23489 24063
Face 48411 24600 24461 24479
Face 48412 9041 2650 2651
Face 48413 25534 24426 22781
Face 48414 4022 16657 24692
Face 48415 22374 22721 23971
Face 48416 23007 23008 22847
Face 48417 23433 12792 23614
Face 48418 12792 23312 23308
Face 48419 24608 24610 23704
Face 48420 25360 12792 23308
Face 48421 23997 23141 23644
Face 48422 23703 24337 24321
Face 48423 23141 10595 23644
Face 48424 2 4069 24799
Face 48425 24454 24320 13071
Face 48426 23905 22792 11913
Face 48427 12699 12608 12609
Face 48428 22905 23788 22928
Face 48429 21419 21327 25268
Face 48430 25393 20078 23767
Face 48431 25269 21419 25268
Face 48432 12234 24458 12235
Face 48433 24461 23885 23317
Face 48434 22713 20098 22994
Face 48435 21142 22713 22994
Face 48436 25130 25269 25129
Face 48437 21142 22994 23836
Face 48438 564 454 455
Face 48439 23358 24318 22181
Face 48440 23211 25136 24316
Face 48441 30479 30564 30478
Face 48442 4358 20159 22906
Face 48443 24029 23822 24810
Face 48444 22436 23225 23169
Face 48445 19687 19771 19770
Face 48446 25044 25046 23766
Face 48447 22855 23415 24310
Face 48448 23841 21228 23139
Face 48449 24692 24828 24827
Face 48450 24001 24006 20667
Face 48451 24279 23952 24074
Face 48452 10719 24863 23307
Face 48453 23137 23133 22803
Face 48454 23891 23151 24085
Face 48455 13452 23284 23557
Face 48456 31920 31919 31812
Face 48457 22941 21142 23836
Face 48458 33745 33871 33744
Face 48459 24378 12294 11700
Face 48460 31697 31696 31582
Face 48461 23710 21047 20955
Face 48462 5193 18562 5322
Face 48463 30867 30866 30760
Face 48464 30761 30760 30661
Face 48465 24242 24375 24374
Face 48466 34415 34726 10845
Face 48467 24375 24514 24513
Face 48468 24374 24375 24513
Face 48469 24514 24650 24649
Face 48470 24513 24514 24649
Face 48471 24650 24788 24787
Face 48472 24649 24650 24787
Face 48473 25849 11573 22787
Face 48474 24787 24788 24920
Face 48475 24428 21892 23089
Face 48476 23080 24428 23089
Face 48477 25194 25329 25149
Face 48478 23080 23089 25149
Face 48479 13984 24900 24576
Face 48480 21026 23080 25149
Face 48481 21888 22686 24309
Face 48482 23980 23339 23873
Face 48483 23340 16871 23690
Face 48484 13722 16871 12701
Face 48485 23238 23690 16871
Face 48486 13722 23238 16871
Face 48487 25012 14763 23690
Face 48488 23238 25012 23690
Face 48489 25012 3180 21392
Face 48490 14763 25012 21392
Face 48491 3180 23477 24224
Face 48492 21392 3180 24224
Face 48493 23477 21300 22871
Face 48494 24224 23477 22871
Face 48495 21300 25328 22889
Face 48496 22871 21300 22889
Face 48497 22661 20756 22889
Face 48498 25328 22661 22889
Face 48499 20339 23660 20756
Face 48500 22661 20339 20756
Face 48501 21678 23801 23660
Face 48502 20339 21678 23660
Face 48503 23601 21678 24035
Face 48504 21678 23601 23801
Face 48505 23492 23614 22886
Face 48506 9898 23866 12008
Face 48507 23091 22923 23882
Face 48508 22840 24341 23734
Face 48509 33490 33489 33356
Face 48510 26184 12910 7923
Face 48511 19684 19685 23591
Face 48512 25086 477 2046
Face 48513 1021 18437 911
Face 48514 21052 20872 24734
Face 48515 23595 23442 23859
Face 48516 34676 11385 34639
Face 48517 11410 25158 21052
Face 48518 22868 14566 22920
Face 48519 23950 24547 24340
Face 48520 29791 24349 24625
Face 48521 25368 23675 22682
Face 48522 25367 25368 22682
Face 48523 25095 25234 25233
Face 48524 25094 25095 25233
Face 48525 23244 24354 22728
Face 48526 22807 23244 22728
Face 48527 24062 24290 24063
Face 48528 24736 24737 23489
Face 48529 21284 23060 11591
Face 48530 11590 21284 11591
Face 48531 12339 22909 12431
Face 48532 25078 23950 24450
Face 48533 24408 24307 24407
Face 48534 24307 19303 24308
Face 48535 23312 24610 24608
Face 48536 23308 23312 24608
Face 48537 23014 23068 23067
Face 48538 23594 22278 23094
Face 48539 24603 25055 22887
Face 48540 22870 24805 22828
Face 48541 24849 15574 15573
Face 48542 23891 23150 22739
Face 48543 12519 12607 12606
Face 48544 29791 24625 29790
Face 48545 20487 26759 20573
Face 48546 25034 22941 24036
Face 48547 24756 23821 24029
Face 48548 22831 23530 23902
Face 48549 22834 19275 23716
Face 48550 12443 11512 16704
Face 48551 12169 21145 24280
Face 48552 13876 23159 23213
Face 48553 24824 24825 24959
Face 48554 23731 7628 12259
Face 48555 23580 23498 23844
Face 48556 16951 15297 19222
Face 48557 25296 21968 23462
Face 48558 25455 23553 26927
Face 48559 25031 24474 19927
Face 48560 24553 20667 22972
Face 48561 11496 26238 11414
Face 48562 24259 23810 24053
Face 48563 22349 22819 22253
Face 48564 24268 23335 24281
Face 48565 24863 23891 24085
Face 48566 24052 24259 24053
Face 48567 22974 22805 24741
Face 48568 22932 24311 23645
Face 48569 23618 11203 23355
Face 48570 24531 23618 23355
Face 48571 18488 18489 18588
Face 48572 20580 24090 23719
Face 48573 1262 23163 16361
Face 48574 24681 23662 27012
Face 48575 31583 31697 31582
Face 48576 20607 19275 22834
Face 48577 23555 25044 25045
Face 48578 24772 24940 22703
Face 48579 23790 23662 24681
Face 48580 23353 24769 23042
Face 48581 33510 33509 33376
Face 48582 22818 10489 20258
Face 48583 24243 24376 24375
Face 48584 24241 24242 24374
Face 48585 24376 24515 24514
Face 48586 24375 24376 24514
Face 48587 24515 24651 24650
Face 48588 24514 24515 24650
Face 48589 24651 24789 24788
Face 48590 24650 24651 24788
Face 48591 32547 16736 32432
Face 48592 24788 24789 24921
Face 48593 22042 23540 19505
Face 48594 24728 22964 22952
Face 48595 21888 24309 23526
Face 48596 23540 23624 19505
Face 48597 21607 25334 22758
Face 48598 23070 23016 20234
Face 48599 28166 28302 23600
Face 48600 25335 22758 25334
Face 48601 24913 13722 21607
Face 48602 22758 24913 21607
Face 48603 22948 23238 13722
Face 48604 24913 22948 13722
Face 48605 22948 22660 25012
Face 48606 23238 22948 25012
Face 48607 22660 23789 3180
Face 48608 25012 22660 3180
Face 48609 23789 23773 23477
Face 48610 3180 23789 23477
Face 48611 23773 22927 21300
Face 48612 23477 23773 21300
Face 48613 22927 25193 25328
Face 48614 21300 22927 25328
Face 48615 24606 22661 25328
Face 48616 25193 24606 25328
Face 48617 24760 20339 22661
Face 48618 24606 24760 22661
Face 48619 21774 21678 20339
Face 48620 24760 21774 20339
Face 48621 191 14485 23585
Face 48622 21774 24035 21678
Face 48623 22983 29788 29789
Face 48624 24121 25274 24119
Face 48625 12386 11370 11452
Face 48626 21676 21772 23278
Face 48627 20002 20580 24135
Face 48628 23776 23781 24948
Face 48629 24904 23184 23085
Face 48630 24223 23760 23410
Face 48631 25058 24221 24156
Face 48632 24188 25081 24314
Face 48633 21796 23379 23281
Face 48634 33222 33221 33086
Face 48635 23230 22973 22923
Face 48636 22737 24132 23888
Face 48637 24450 23950 24590
Face 48638 24547 24546 24340
Face 48639 23675 15170 14302
Face 48640 24070 19274 23896
Face 48641 3296 14909 12170
Face 48642 21505 24723 24722
Face 48643 24540 23101 24354
Face 48644 23244 24540 24354
Face 48645 24290 24736 23489
Face 48646 24217 24216 24737
Face 48647 20406 11590 11591
Face 48648 24498 20406 11591
Face 48649 24764 23855 12183
Face 48650 6284 24207 24477
Face 48651 23041 24307 24308
Face 48652 19303 22374 23971
Face 48653 24610 23703 23704
Face 48654 23704 23703 24321
Face 48655 25290 24187 24188
Face 48656 12003 25290 24188
Face 48657 24311 24436 23645
Face 48658 20696 24300 24435
Face 48659 23512 23350 20409
Face 48660 24436 20696 24435
Face 48661 21566 23536 23613
Face 48662 22838 21566 23613
Face 48663 30154 30155 30218
Face 48664 23209 23519 23570
Face 48665 26680 4023 22434
Face 48666 24677 22542 21516
Face 48667 28957 24387 28956
Face 48668 24732 25006 23386
Face 48669 23312 23320 24610
Face 48670 13994 23480 23563
Face 48671 5142 25357 25221
Face 48672 20140 24143 19499
Face 48673 19316 19348 21101
Face 48674 9333 23739 24229
Face 48675 20817 11292 15885
Face 48676 23547 23518 20698
Face 48677 23115 16670 23172
Face 48678 24246 27372 27371
Face 48679 24052 24053 21412
Face 48680 20785 24052 21412
Face 48681 19713 19712 24033
Face 48682 21698 21697 22938
Face 48683 23708 22932 23645
Face 48684 24436 24435 23645
Face 48685 12100 23618 24531
Face 48686 23173 12100 24531
Face 48687 24871 23547 20698
Face 48688 23547 24743 24718
Face 48689 23518 23547 24718
Face 48690 24743 22759 23602
Face 48691 19301 23347 15106
Face 48692 23326 23427 23505
Face 48693 3318 22878 22370
Face 48694 24103 23561 22836
Face 48695 24938 24937 21137
Face 48696 23349 23156 25182
Face 48697 20669 23743 25153
Face 48698 9878 24639 8934
Face 48699 24243 34547 34290
Face 48700 19928 25031 23546
Face 48701 24377 24516 24515
Face 48702 24376 24377 24515
Face 48703 24516 24652 24651
Face 48704 24515 24516 24651
Face 48705 24652 24790 24789
Face 48706 24651 24652 24789
Face 48707 24790 24923 24922
Face 48708 24789 24790 24922
Face 48709 24923 25061 25060
Face 48710 32964 32963 32831
Face 48711 25061 25200 25199
Face 48712 25335 25334 18960
Face 48713 25336 25335 25199
Face 48714 25200 25336 25199
Face 48715 23206 22758 25335
Face 48716 25336 23206 25335
Face 48717 23206 20259 24913
Face 48718 22758 23206 24913
Face 48719 20259 23239 22948
Face 48720 24913 20259 22948
Face 48721 23239 23357 22660
Face 48722 22948 23239 22660
Face 48723 23357 24011 23789
Face 48724 22660 23357 23789
Face 48725 24011 23894 23773
Face 48726 23789 24011 23773
Face 48727 23894 22976 22927
Face 48728 23773 23894 22927
Face 48729 22976 25054 25193
Face 48730 22927 22976 25193
Face 48731 24607 24606 25193
Face 48732 25054 24607 25193
Face 48733 11672 24760 24606
Face 48734 24607 11672 24606
Face 48735 21871 21774 24760
Face 48736 11672 21871 24760
Face 48737 23696 24035 21774
Face 48738 17978 17979 20363
Face 48739 22042 19505 22896
Face 48740 24576 23980 23873
Face 48741 25098 25099 25237
Face 48742 23339 23980 16944
Face 48743 24995 22686 20778
Face 48744 25099 25238 25237
Face 48745 15429 15430 15569
Face 48746 21139 23499 23581
Face 48747 22727 22806 23591
Face 48748 22370 22042 22896
Face 48749 24745 24358 23237
Face 48750 24332 20604 12259
Face 48751 24758 24425 24892
Face 48752 19542 19461 19462
Face 48753 23640 22863 24590
Face 48754 23950 24340 24590
Face 48755 23393 24082 25738
Face 48756 24492 24118 23478
Face 48757 31874 31981 31873
Face 48758 24858 20779 24857
Face 48759 23370 23371 25732
Face 48760 24310 23415 11329
Face 48761 24269 12620 22840
Face 48762 11974 24269 22840
Face 48763 24809 20406 24498
Face 48764 23948 24809 24498
Face 48765 23966 23140 1450
Face 48766 25357 25358 24764
Face 48767 24876 20405 21890
Face 48768 24478 22747 11895
Face 48769 23560 22697 22897
Face 48770 21512 21966 21604
Face 48771 24155 24230 23981
Face 48772 22679 23984 21234
Face 48773 19206 24168 2939
Face 48774 24300 20696 24169
Face 48775 22835 12100 23173
Face 48776 20078 22835 23173
Face 48777 25394 22835 20078
Face 48778 25393 25394 20078
Face 48779 11080 25292 24007
Face 48780 24299 23326 23505
Face 48781 22918 22917 23427
Face 48782 23326 22918 23427
Face 48783 24077 24049 22917
Face 48784 22918 24077 22917
Face 48785 20778 23581 23498
Face 48786 24077 25134 25090
Face 48787 24107 24229 25196
Face 48788 22742 23555 25045
Face 48789 24107 9333 24229
Face 48790 10595 21301 11592
Face 48791 23117 20536 17804
Face 48792 23688 20342 23508
Face 48793 11292 17804 28636
Face 48794 10092 20341 20258
Face 48795 20785 21412 25083
Face 48796 25223 20785 25083
Face 48797 22887 22687 22716
Face 48798 22924 22176 23535
Face 48799 25257 25394 25393
Face 48800 25256 25257 25393
Face 48801 25118 25257 25256
Face 48802 25117 25118 25256
Face 48803 24718 24743 23602
Face 48804 22759 25301 25297
Face 48805 23602 22759 25297
Face 48806 23033 23584 25297
Face 48807 24049 24077 25090
Face 48808 25134 16965 23300
Face 48809 19434 11836 11866
Face 48810 23517 24019 11413
Face 48811 29917 29916 29862
Face 48812 8934 24639 11410
Face 48813 23006 23007 22721
Face 48814 23746 11729 23623
Face 48815 30483 30482 30411
Face 48816 22370 22896 24803
Face 48817 14428 21660 22446
Face 48818 21361 20867 16836
Face 48819 24517 24653 24652
Face 48820 24516 24517 24652
Face 48821 24653 24791 24790
Face 48822 24652 24653 24790
Face 48823 24791 24924 24923
Face 48824 24790 24791 24923
Face 48825 24924 25062 25061
Face 48826 24923 24924 25061
Face 48827 25062 25201 25200
Face 48828 25061 25062 25200
Face 48829 25337 25336 25200
Face 48830 25201 25337 25200
Face 48831 22810 23206 25336
Face 48832 25337 22810 25336
Face 48833 22810 23700 20259
Face 48834 23206 22810 20259
Face 48835 23700 22161 23239
Face 48836 20259 23700 23239
Face 48837 22161 25016 23357
Face 48838 23239 22161 23357
Face 48839 25016 25010 24011
Face 48840 23357 25016 24011
Face 48841 25010 24201 23894
Face 48842 24011 25010 23894
Face 48843 23684 22976 23894
Face 48844 24201 23684 23894
Face 48845 24917 25054 22976
Face 48846 23684 24917 22976
Face 48847 23906 24607 25054
Face 48848 24917 23906 25054
Face 48849 25326 11672 24607
Face 48850 23906 25326 24607
Face 48851 24517 24516 24377
Face 48852 25326 21967 11672
Face 48853 23187 22906 19380
Face 48854 19493 16991 17085
Face 48855 23125 23589 23696
Face 48856 21871 23696 21774
Face 48857 22863 21743 24450
Face 48858 26649 20173 20093
Face 48859 24327 24629 22804
Face 48860 22777 11429 22748
Face 48861 23520 23521 23407
Face 48862 2024 20904 9389
Face 48863 4365 23855 25358
Face 48864 23609 20320 20236
Face 48865 25229 25366 25365
Face 48866 21230 23417 21048
Face 48867 22353 23705 15037
Face 48868 24950 22974 23958
Face 48869 24775 24908 23640
Face 48870 22863 24450 24590
Face 48871 23875 23100 23956
Face 48872 19763 23875 23956
Face 48873 24858 24857 23939
Face 48874 23984 24858 23939
Face 48875 25361 20482 12885
Face 48876 7503 7617 14117
Face 48877 24269 11974 25172
Face 48878 25172 23734 24205
Face 48879 23766 22855 24310
Face 48880 24353 21486 23476
Face 48881 24420 22696 22697
Face 48882 24090 23966 1450
Face 48883 22856 20694 22973
Face 48884 23438 18732 23464
Face 48885 24129 23724 24463
Face 48886 24741 27154 27137
Face 48887 22679 23294 23984
Face 48888 20782 20260 22854
Face 48889 4203 23945 24454
Face 48890 23117 20637 19345
Face 48891 24978 24979 25117
Face 48892 25301 23033 25297
Face 48893 23033 12081 23314
Face 48894 24008 23158 24554
Face 48895 23584 23033 23314
Face 48896 25090 25134 23300
Face 48897 16965 24542 24539
Face 48898 23300 16965 24539
Face 48899 23681 22966 24539
Face 48900 7722 24483 23795
Face 48901 24995 20778 22894
Face 48902 11255 11410 20959
Face 48903 25331 24107 25196
Face 48904 23488 12458 22178
Face 48905 24946 24947 23688
Face 48906 22603 21610 22882
Face 48907 22974 24950 23437
Face 48908 12496 12406 23205
Face 48909 25003 13384 23096
Face 48910 15735 25223 25083
Face 48911 23338 15735 25083
Face 48912 23788 20158 23376
Face 48913 21891 22083 22716
Face 48914 24843 24844 24978
Face 48915 24979 25118 25117
Face 48916 12081 24582 24444
Face 48917 23314 12081 24444
Face 48918 24582 25080 23059
Face 48919 24444 24582 23059
Face 48920 22803 24770 23003
Face 48921 24542 23681 24539
Face 48922 23681 24816 22865
Face 48923 23169 23225 14310
Face 48924 23386 22731 22710
Face 48925 20959 21052 25147
Face 48926 11410 21052 20959
Face 48927 6389 22700 22699
Face 48928 23763 23772 24946
Face 48929 30684 30685 30783
Face 48930 24984 24848 15574
Face 48931 24378 24518 24517
Face 48932 20867 21361 20779
Face 48933 24518 24654 24653
Face 48934 24517 24518 24653
Face 48935 24654 24792 24791
Face 48936 24653 24654 24791
Face 48937 24792 24925 24924
Face 48938 24791 24792 24924
Face 48939 24925 25063 25062
Face 48940 24924 24925 25062
Face 48941 25202 25201 25062
Face 48942 25063 25202 25062
Face 48943 25338 25337 25201
Face 48944 25202 25338 25201
Face 48945 25338 23044 22810
Face 48946 25337 25338 22810
Face 48947 23044 23388 23700
Face 48948 22810 23044 23700
Face 48949 23388 12101 22161
Face 48950 23700 23388 22161
Face 48951 12101 22564 25016
Face 48952 22161 12101 25016
Face 48953 22564 2130 25010
Face 48954 25016 22564 25010
Face 48955 2130 23298 24201
Face 48956 25010 2130 24201
Face 48957 20757 23684 24201
Face 48958 23298 20757 24201
Face 48959 24784 24917 23684
Face 48960 20757 24784 23684
Face 48961 24025 23906 24917
Face 48962 24784 24025 24917
Face 48963 25191 25326 23906
Face 48964 24025 25191 23906
Face 48965 22064 21967 25326
Face 48966 25191 22064 25326
Face 48967 23697 23125 23696
Face 48968 22064 23695 21967
Face 48969 23592 23125 23697
Face 48970 23695 23592 23697
Face 48971 23592 21603 23111
Face 48972 23592 23111 23125
Face 48973 23451 23450 25159
Face 48974 19496 16993 19578
Face 48975 21325 11433 21324
Face 48976 25159 23771 24411
Face 48977 20155 34667 34832
Face 48978 9280 9281 23628
Face 48979 23384 23546 14372
Face 48980 23546 13631 14372
Face 48981 14762 21262 25080
Face 48982 23450 23771 25159
Face 48983 14257 21565 24775
Face 48984 24908 22863 23640
Face 48985 11349 24586 23100
Face 48986 23875 11349 23100
Face 48987 23984 23939 20429
Face 48988 21234 23984 20429
Face 48989 22806 22904 23778
Face 48990 25047 22620 23555
Face 48991 24697 24698 24833
Face 48992 24698 24834 24833
Face 48993 23504 23768 24817
Face 48994 15297 16951 15723
Face 48995 25242 25243 25379
Face 48996 25380 23867 20428
Face 48997 20694 23464 21144
Face 48998 25165 25168 11430
Face 48999 23053 15037 15450
Face 49000 23705 22795 16339
Face 49001 22652 23889 24020
Face 49002 16412 16573 16411
Face 49003 23697 23696 21871
Face 49004 23113 23242 25327
Face 49005 5210 15473 5209
Face 49006 24412 24893 23097
Face 49007 14056 16192 22151
Face 49008 22966 23681 22865
Face 49009 19915 23494 22865
Face 49010 19940 19864 23097
Face 49011 20602 19941 23084
Face 49012 25147 24734 25171
Face 49013 21052 24734 25147
Face 49014 24252 23094 23798
Face 49015 24947 20342 23688
Face 49016 22982 20753 22798
Face 49017 4496 18325 17936
Face 49018 10842 23928 11592
Face 49019 21301 10842 11592
Face 49020 24352 24494 22933
Face 49021 23201 15735 23338
Face 49022 25142 23900 23277
Face 49023 23309 22181 11892
Face 49024 24708 24844 24843
Face 49025 24707 24708 24843
Face 49026 25286 25287 24324
Face 49027 22944 22949 24098
Face 49028 25169 23018 11589
Face 49029 23307 24085 24575
Face 49030 24816 19915 22865
Face 49031 24176 24175 23494
Face 49032 24085 23151 24342
Face 49033 2807 13391 24289
Face 49034 22815 22816 23845
Face 49035 24734 24156 25171
Face 49036 24320 24454 24405
Face 49037 22770 22771 23763
Face 49038 13111 13017 11777
Face 49039 23456 21513 25039
Face 49040 24379 24519 24518
Face 49041 24378 24379 24518
Face 49042 24519 24655 24654
Face 49043 24518 24519 24654
Face 49044 24655 24793 24792
Face 49045 24654 24655 24792
Face 49046 24793 24926 24925
Face 49047 24792 24793 24925
Face 49048 24926 25064 25063
Face 49049 24925 24926 25063
Face 49050 25064 25203 25202
Face 49051 25063 25064 25202
Face 49052 25203 25339 25338
Face 49053 25202 25203 25338
Face 49054 25339 24273 23044
Face 49055 25338 25339 23044
Face 49056 24273 13395 23388
Face 49057 23044 24273 23388
Face 49058 13395 24161 12101
Face 49059 23388 13395 12101
Face 49060 24161 22565 22564
Face 49061 12101 24161 22564
Face 49062 22565 2255 2130
Face 49063 22564 22565 2130
Face 49064 25151 23298 2130
Face 49065 2255 25151 2130
Face 49066 24579 20757 23298
Face 49067 25151 24579 23298
Face 49068 24646 24784 20757
Face 49069 24579 24646 20757
Face 49070 22851 24025 24784
Face 49071 24646 22851 24784
Face 49072 25052 25191 24025
Face 49073 22851 25052 24025
Face 49074 22063 22064 25191
Face 49075 25052 22063 25191
Face 49076 23694 23695 22064
Face 49077 22063 23694 22064
Face 49078 23126 23592 23695
Face 49079 23694 23126 23695
Face 49080 29667 23111 21603
Face 49081 23126 21603 23592
Face 49082 23517 22750 24019
Face 49083 19855 19856 22925
Face 49084 24545 23947 14257
Face 49085 21565 24908 24775
Face 49086 24264 22546 23793
Face 49087 23796 23947 24545
Face 49088 23198 24560 23196
Face 49089 22546 24264 24559
Face 49090 25734 23445 23369
Face 49091 19679 23665 23921
Face 49092 23198 23196 24244
Face 49093 11747 23921 24104
Face 49094 22950 22959 24102
Face 49095 24108 25217 25170
Face 49096 21234 20429 23523
Face 49097 24148 21234 23523
Face 49098 24252 22373 23594
Face 49099 23768 24148 24817
Face 49100 22907 21796 23881
Face 49101 24488 21743 22863
Face 49102 24700 24701 24836
Face 49103 24691 24827 24826
Face 49104 25103 25104 25242
Face 49105 25243 25380 25379
Face 49106 24280 24040 22981
Face 49107 24055 24535 24056
Face 49108 24544 20139 24352
Face 49109 24494 23201 22933
Face 49110 23889 19786 24020
Face 49111 24630 24609 11330
Face 49112 24561 21769 22546
Face 49113 22846 23090 22984
Face 49114 27218 27219 34337
Face 49115 15431 24988 24851
Face 49116 25143 12228 24184
Face 49117 19915 24176 23494
Face 49118 25307 24155 19927
Face 49119 19913 23356 24175
Face 49120 24156 22816 22815
Face 49121 29855 29909 29854
Face 49122 23501 25040 23465
Face 49123 25171 24156 22815
Face 49124 23158 23853 23951
Face 49125 14861 24384 24251
Face 49126 1262 23164 23163
Face 49127 15019 12705 15020
Face 49128 24055 24056 23928
Face 49129 25104 25243 25242
Face 49130 22933 23201 23338
Face 49131 10842 24055 23928
Face 49132 24566 24567 24705
Face 49133 20139 24494 24352
Face 49134 24844 24979 24978
Face 49135 23463 23478 11812
Face 49136 1037 1036 927
Face 49137 22788 23757 23993
Face 49138 23261 11811 23830
Face 49139 4021 24690 1383
Face 49140 24176 19913 24175
Face 49141 12254 24136 24418
Face 49142 24286 24285 23356
Face 49143 15172 15587 17836
Face 49144 24129 24463 12190
Face 49145 24248 24381 11452
Face 49146 23822 24418 24336
Face 49147 23772 24947 24946
Face 49148 22771 23772 23763
Face 49149 13017 11943 11777
Face 49150 22471 21801 11746
Face 49151 24380 24520 24519
Face 49152 24379 24380 24519
Face 49153 24520 24656 24655
Face 49154 24519 24520 24655
Face 49155 24656 24794 24793
Face 49156 24655 24656 24793
Face 49157 24794 24927 24926
Face 49158 24793 24794 24926
Face 49159 25065 25064 24926
Face 49160 24927 25065 24926
Face 49161 25065 25204 25203
Face 49162 25064 25065 25203
Face 49163 25204 25340 25339
Face 49164 25203 25204 25339
Face 49165 25340 22694 24273
Face 49166 25339 25340 24273
Face 49167 22694 14663 13395
Face 49168 24273 22694 13395
Face 49169 14663 24041 24161
Face 49170 13395 14663 24161
Face 49171 24041 12924 22565
Face 49172 24161 24041 22565
Face 49173 12924 25015 2255
Face 49174 22565 12924 2255
Face 49175 23852 25151 2255
Face 49176 25015 23852 2255
Face 49177 24941 24579 25151
Face 49178 23852 24941 25151
Face 49179 22827 24646 24579
Face 49180 24941 22827 24579
Face 49181 23004 22851 24646
Face 49182 22827 23004 24646
Face 49183 24915 25052 22851
Face 49184 23004 24915 22851
Face 49185 23348 22063 25052
Face 49186 24915 23348 25052
Face 49187 22513 23694 22063
Face 49188 23348 22513 22063
Face 49189 12255 23126 23694
Face 49190 22513 12255 23694
Face 49191 21602 21603 23126
Face 49192 12255 21602 23126
Face 49193 4989 1318 2490
Face 49194 22760 21602 22761
Face 49195 23793 23796 24545
Face 49196 23947 21565 14257
Face 49197 21869 23336 23337
Face 49198 23999 24117 24600
Face 49199 24612 6389 22699
Face 49200 21513 21512 22724
Face 49201 24819 24954 24953
Face 49202 23718 23715 22699
Face 49203 25093 25232 25231
Face 49204 18122 18219 1503
Face 49205 16339 22795 21837
Face 49206 23820 12797 23817
Face 49207 24148 23523 23289
Face 49208 24817 24148 23289
Face 49209 24191 16771 29770
Face 49210 23186 24193 23809
Face 49211 25383 25384 23138
Face 49212 24128 24026 12003
Face 49213 24690 24691 24826
Face 49214 24827 24962 24961
Face 49215 24965 25104 25103
Face 49216 24964 24965 25103
Face 49217 12978 25055 24603
Face 49218 23499 22707 24210
Face 49219 24621 20139 24544
Face 49220 24615 24621 24544
Face 49221 25099 25100 25238
Face 49222 22989 24584 24446
Face 49223 24591 22985 13165
Face 49224 22080 25281 21302
Face 49225 1383 24690 24689
Face 49226 24504 23383 21872
Face 49227 24561 24560 23198
Face 49228 19685 19686 19769
Face 49229 19913 24286 23356
Face 49230 24389 24390 24285
Face 49231 19788 19867 19787
Face 49232 13107 14128 14229
Face 49233 24363 11588 21051
Face 49234 22816 23866 23845
Face 49235 24707 24843 24842
Face 49236 23718 24886 24884
Face 49237 23065 23064 23011
Face 49238 26214 20640 29462
Face 49239 14686 22868 22821
Face 49240 23065 23120 23064
Face 49241 22833 25047 25048
Face 49242 11429 22768 22748
Face 49243 24535 19537 15734
Face 49244 10719 23307 22083
Face 49245 23324 24621 24615
Face 49246 23322 23324 24615
Face 49247 22180 24457 22860
Face 49248 23634 20002 24905
Face 49249 15864 16015 15863
Face 49250 24499 24611 23202
Face 49251 24953 25092 25091
Face 49252 13165 22985 24641
Face 49253 24286 24389 24285
Face 49254 24390 24389 24740
Face 49255 23028 20493 24329
Face 49256 23674 23841 23422
Face 49257 24249 24248 11370
Face 49258 11588 20176 21051
Face 49259 23465 25040 22770
Face 49260 24682 23501 23465
Face 49261 11371 24124 24249
Face 49262 19320 23720 12635
Face 49263 10203 25020 23745
Face 49264 24955 25094 25093
Face 49265 24521 24520 24380
Face 49266 24381 24521 24380
Face 49267 24521 24657 24656
Face 49268 24520 24521 24656
Face 49269 24657 24795 24794
Face 49270 24656 24657 24794
Face 49271 24928 24927 24794
Face 49272 24795 24928 24794
Face 49273 24928 25066 25065
Face 49274 24927 24928 25065
Face 49275 25066 25205 25204
Face 49276 25065 25066 25204
Face 49277 25205 25341 25340
Face 49278 25204 25205 25340
Face 49279 25341 4603 22694
Face 49280 25340 25341 22694
Face 49281 4603 14545 14663
Face 49282 22694 4603 14663
Face 49283 14545 24042 24041
Face 49284 14663 14545 24041
Face 49285 24042 21231 12924
Face 49286 24041 24042 12924
Face 49287 21231 22640 25015
Face 49288 12924 21231 25015
Face 49289 24623 23852 25015
Face 49290 22640 24623 25015
Face 49291 24855 24941 23852
Face 49292 24623 24855 23852
Face 49293 23736 22827 24941
Face 49294 24855 23736 24941
Face 49295 20666 23004 22827
Face 49296 23736 20666 22827
Face 49297 24782 24915 23004
Face 49298 20666 24782 23004
Face 49299 24808 23348 24915
Face 49300 24782 24808 24915
Face 49301 20901 22513 23348
Face 49302 24808 20901 23348
Face 49303 23127 12255 22513
Face 49304 20901 23127 22513
Face 49305 21510 21602 12255
Face 49306 23127 21510 12255
Face 49307 25222 19454 22872
Face 49308 21510 22761 21602
Face 49309 24560 22546 24559
Face 49310 22546 23796 23793
Face 49311 23090 23205 22984
Face 49312 22946 23902 22693
Face 49313 24817 23289 22744
Face 49314 23313 24817 22744
Face 49315 25293 24446 21889
Face 49316 24066 25293 21889
Face 49317 21421 22860 24452
Face 49318 23062 21421 24452
Face 49319 24464 23387 25008
Face 49320 22791 24464 25008
Face 49321 25008 23387 23691
Face 49322 23387 20846 23691
Face 49323 24678 21420 22542
Face 49324 24292 24581 24192
Face 49325 24026 25290 12003
Face 49326 25221 25357 25220
Face 49327 24826 24827 24961
Face 49328 25100 25101 25239
Face 49329 24694 24830 24829
Face 49330 24693 24694 24829
Face 49331 23514 23460 21415
Face 49332 23874 23913 23876
Face 49333 13263 23324 23322
Face 49334 21599 13263 23322
Face 49335 24823 24824 24958
Face 49336 23407 23382 23487
Face 49337 25273 12793 25272
Face 49338 22688 25137 11673
Face 49339 24641 19320 12635
Face 49340 12259 23663 23516
Face 49341 12148 12235 24458
Face 49342 24572 24573 23087
Face 49343 29960 29959 29901
Face 49344 23140 25311 23467
Face 49345 24985 24986 25124
Face 49346 25146 25145 24181
Face 49347 22081 20581 23843
Face 49348 22717 23938 23937
Face 49349 23716 14766 22834
Face 49350 23012 6008 22372
Face 49351 23437 23440 24664
Face 49352 11751 21599 23320
Face 49353 23632 23623 24781
Face 49354 22710 22731 23733
Face 49355 20872 20960 25058
Face 49356 20960 23503 25058
Face 49357 23012 3442 23013
Face 49358 20640 23221 14729
Face 49359 23221 20640 26214
Face 49360 23087 22717 23937
Face 49361 28091 23120 27958
Face 49362 2338 2337 2209
Face 49363 24482 23766 23344
Face 49364 33636 33635 33508
Face 49365 22837 23042 24093
Face 49366 23619 24730 23778
Face 49367 34263 34262 34139
Face 49368 23861 23933 23197
Face 49369 20176 25007 24733
Face 49370 24020 21583 23459
Face 49371 23470 25037 23986
Face 49372 25276 20604 24859
Face 49373 21950 23573 17197
Face 49374 23095 23615 23573
Face 49375 24614 24615 22681
Face 49376 24724 24773 22932
Face 49377 21328 21676 21582
Face 49378 2689 24594 24456
Face 49379 24418 22850 24336
Face 49380 24992 23758 23654
Face 49381 25040 22771 22770
Face 49382 20427 20513 24682
Face 49383 22999 22769 24879
Face 49384 25422 29851 29850
Face 49385 24382 24381 24248
Face 49386 24249 24382 24248
Face 49387 24522 24521 24381
Face 49388 24382 24522 24381
Face 49389 24522 24658 24657
Face 49390 24521 24522 24657
Face 49391 24796 24795 24657
Face 49392 24658 24796 24657
Face 49393 24929 24928 24795
Face 49394 24796 24929 24795
Face 49395 24929 25067 25066
Face 49396 24928 24929 25066
Face 49397 25067 25206 25205
Face 49398 25066 25067 25205
Face 49399 25206 25342 25341
Face 49400 25205 25206 25341
Face 49401 25342 19507 4603
Face 49402 25341 25342 4603
Face 49403 19507 12834 14545
Face 49404 4603 19507 14545
Face 49405 12834 24043 24042
Face 49406 14545 12834 24042
Face 49407 24043 20690 21231
Face 49408 24042 24043 21231
Face 49409 20690 22641 22640
Face 49410 21231 20690 22640
Face 49411 24075 24623 22640
Face 49412 22641 24075 22640
Face 49413 23359 24855 24623
Face 49414 24075 23359 24623
Face 49415 23735 23736 24855
Face 49416 23359 23735 24855
Face 49417 20578 20666 23736
Face 49418 23735 20578 23736
Face 49419 24644 24782 20666
Face 49420 20578 24644 20666
Face 49421 23641 24808 24782
Face 49422 24644 23641 24782
Face 49423 14153 20901 24808
Face 49424 23641 14153 24808
Face 49425 23071 23127 20901
Face 49426 14153 23071 20901
Face 49427 21416 21510 23127
Face 49428 23071 21416 23127
Face 49429 25753 25161 25754
Face 49430 21416 22954 21510
Face 49431 33634 33633 33506
Face 49432 24560 24559 23196
Face 49433 23902 12168 22693
Face 49434 23785 25159 24195
Face 49435 24446 23313 22744
Face 49436 21889 24446 22744
Face 49437 11997 22791 11669
Face 49438 22899 24225 24045
Face 49439 30990 30991 31089
Face 49440 23295 21322 24208
Face 49441 26176 22807 25317
Face 49442 20003 25324 23005
Face 49443 23371 24540 23610
Face 49444 20158 20239 23376
Face 49445 23212 24561 23198
Face 49446 20079 20157 22905
Face 49447 23880 22905 23179
Face 49448 23429 24088 23113
Face 49449 25240 25377 25376
Face 49450 25239 25240 25376
Face 49451 24780 23462 25146
Face 49452 24679 23250 24562
Face 49453 23588 25042 23823
Face 49454 24874 24094 25013
Face 49455 22736 20956 21230
Face 49456 24096 24098 25165
Face 49457 24963 25102 25101
Face 49458 25100 25239 25238
Face 49459 23763 24946 24936
Face 49460 24481 23389 21324
Face 49461 23255 23254 24686
Face 49462 6008 23012 23066
Face 49463 23034 24146 22841
Face 49464 23549 25032 6639
Face 49465 24773 23813 22932
Face 49466 15715 15714 15572
Face 49467 14638 14637 25034
Face 49468 23594 20407 22651
Face 49469 25126 25125 24986
Face 49470 22516 2428 25571
Face 49471 23562 29612 23590
Face 49472 257 6155 6736
Face 49473 24720 7628 23731
Face 49474 24981 25120 25119
Face 49475 24980 24981 25119
Face 49476 22941 25034 8937
Face 49477 24703 24704 24839
Face 49478 23160 23159 257
Face 49479 23537 24766 23608
Face 49480 25296 22984 21968
Face 49481 11593 20960 20872
Face 49482 23754 23869 12454
Face 49483 22960 19592 20197
Face 49484 25158 11593 20872
Face 49485 10734 16705 20755
Face 49486 24184 12144 11432
Face 49487 33502 33501 33368
Face 49488 34131 34132 34254
Face 49489 21051 24733 24303
Face 49490 22861 23102 23343
Face 49491 24334 23983 23227
Face 49492 23226 24334 23227
Face 49493 21192 24145 23541
Face 49494 24019 21192 23541
Face 49495 21192 20695 24145
Face 49496 20695 21054 24145
Face 49497 24961 25100 25099
Face 49498 25380 25381 23867
Face 49499 12613 21466 28688
Face 49500 24533 24047 24046
Face 49501 24586 24725 20781
Face 49502 22907 23881 24021
Face 49503 24811 24818 25190
Face 49504 20258 23502 22778
Face 49505 19305 28953 24528
Face 49506 23643 23860 23352
Face 49507 23811 23812 24951
Face 49508 24639 24638 25158
Face 49509 25003 23866 11160
Face 49510 20513 23501 24682
Face 49511 24250 24249 24124
Face 49512 23177 23829 23945
Face 49513 24383 24382 24249
Face 49514 24250 24383 24249
Face 49515 24523 24522 24382
Face 49516 24383 24523 24382
Face 49517 24659 24658 24522
Face 49518 24523 24659 24522
Face 49519 24797 24796 24658
Face 49520 24659 24797 24658
Face 49521 24930 24929 24796
Face 49522 24797 24930 24796
Face 49523 24930 25068 25067
Face 49524 24929 24930 25067
Face 49525 25068 25207 25206
Face 49526 25067 25068 25206
Face 49527 25207 25343 25342
Face 49528 25206 25207 25342
Face 49529 25343 11978 19507
Face 49530 25342 25343 19507
Face 49531 11978 1764 12834
Face 49532 19507 11978 12834
Face 49533 1764 23924 24043
Face 49534 12834 1764 24043
Face 49535 23924 13755 20690
Face 49536 24043 23924 20690
Face 49537 22873 22641 20690
Face 49538 13755 22873 20690
Face 49539 22873 24076 24075
Face 49540 22641 22873 24075
Face 49541 22808 23359 24075
Face 49542 24076 22808 24075
Face 49543 24894 23735 23359
Face 49544 22808 24894 23359
Face 49545 20934 20578 23735
Face 49546 24894 20934 23735
Face 49547 20224 24644 20578
Face 49548 20934 20224 20578
Face 49549 22712 23641 24644
Face 49550 20224 22712 24644
Face 49551 20116 14153 23641
Face 49552 22712 20116 23641
Face 49553 22963 23071 14153
Face 49554 20116 22963 14153
Face 49555 21696 21416 23071
Face 49556 22963 21696 23071
Face 49557 34766 34364 34327
Face 49558 21696 23878 21416
Face 49559 23523 23524 23290
Face 49560 23921 15027 24104
Face 49561 5252 24800 4069
Face 49562 24954 25093 25092
Face 49563 22860 25293 24066
Face 49564 24452 22860 24066
Face 49565 23993 23757 24856
Face 49566 30344 30411 30343
Face 49567 22840 24196 24341
Face 49568 23305 23302 25082
Face 49569 24769 29822 29821
Face 49570 24333 24269 25172
Face 49571 12886 15038 8748
Face 49572 21486 23526 23476
Face 49573 23191 23247 23246
Face 49574 30889 30890 30990
Face 49575 23913 12002 23957
Face 49576 11830 24414 24424
Face 49577 25377 23203 24298
Face 49578 23945 24406 24404
Face 49579 24811 25190 24945
Face 49580 20957 24666 24667
Face 49581 23197 23143 20138
Face 49582 24150 20603 23389
Face 49583 24334 12641 21660
Face 49584 12951 12952 13042
Face 49585 24589 24409 23058
Face 49586 23867 24087 23586
Face 49587 23805 24676 23806
Face 49588 8038 3573 34536
Face 49589 21208 22180 21421
Face 49590 24676 7462 23806
Face 49591 2371 2370 5780
Face 49592 23983 21660 22743
Face 49593 24128 12003 23335
Face 49594 23502 23840 22809
Face 49595 25053 25192 11413
Face 49596 22818 20258 22778
Face 49597 23410 23760 24363
Face 49598 23345 21888 21486
Face 49599 15107 23326 24299
Face 49600 20904 23039 23155
Face 49601 12458 24277 29739
Face 49602 22778 23502 22809
Face 49603 15107 23347 23326
Face 49604 23754 12454 23753
Face 49605 24590 22883 1903
Face 49606 8934 4338 9878
Face 49607 21870 23157 21966
Face 49608 257 23103 23160
Face 49609 22603 22882 20927
Face 49610 24776 23721 11593
Face 49611 23347 22922 22918
Face 49612 23326 23347 22918
Face 49613 23007 23943 23008
Face 49614 23062 24452 24431
Face 49615 22778 22809 25179
Face 49616 29474 24541 22817
Face 49617 13949 13948 16582
Face 49618 11777 11943 14282
Face 49619 22961 23014 23013
Face 49620 22960 22961 23013
Face 49621 18448 23067 23068
Face 49622 23014 23067 23013
Face 49623 23129 3296 23351
Face 49624 23766 24310 23344
Face 49625 23226 23227 21054
Face 49626 20695 23226 21054
Face 49627 20400 20234 23016
Face 49628 21968 25144 25145
Face 49629 24612 22699 22692
Face 49630 23462 21968 25145
Face 49631 24087 14312 23586
Face 49632 24916 22912 23057
Face 49633 22977 23475 23717
Face 49634 24316 25294 24747
Face 49635 24638 24776 11593
Face 49636 26473 20120 20706
Face 49637 22922 24095 24077
Face 49638 22918 22922 24077
Face 49639 24095 25155 25134
Face 49640 24766 23609 23608
Face 49641 24328 23035 23636
Face 49642 24485 22817 24541
Face 49643 23760 11588 24363
Face 49644 24208 11433 21325
Face 49645 11252 20513 20427
Face 49646 20197 1605 22961
Face 49647 14884 24763 23998
Face 49648 24384 24383 24250
Face 49649 24251 24384 24250
Face 49650 24524 24523 24383
Face 49651 24384 24524 24383
Face 49652 24660 24659 24523
Face 49653 24524 24660 24523
Face 49654 24798 24797 24659
Face 49655 24660 24798 24659
Face 49656 24798 24931 24930
Face 49657 24797 24798 24930
Face 49658 24931 25069 25068
Face 49659 24930 24931 25068
Face 49660 25069 25208 25207
Face 49661 25068 25069 25207
Face 49662 25208 25344 25343
Face 49663 25207 25208 25343
Face 49664 25344 22942 11978
Face 49665 25343 25344 11978
Face 49666 22942 21775 1764
Face 49667 11978 22942 1764
Face 49668 21775 23925 23924
Face 49669 1764 21775 23924
Face 49670 23925 24189 13755
Face 49671 23924 23925 13755
Face 49672 24189 22967 22873
Face 49673 13755 24189 22873
Face 49674 22967 9442 24076
Face 49675 22873 22967 24076
Face 49676 25150 22808 24076
Face 49677 9442 25150 24076
Face 49678 24895 24894 22808
Face 49679 25150 24895 22808
Face 49680 21207 20934 24894
Face 49681 24895 21207 24894
Face 49682 21471 20224 20934
Face 49683 21207 21471 20934
Face 49684 23917 22712 20224
Face 49685 21471 23917 20224
Face 49686 19494 20116 22712
Face 49687 23917 19494 22712
Face 49688 23109 22963 20116
Face 49689 19494 23109 20116
Face 49690 24750 21696 22963
Face 49691 23109 24750 22963
Face 49692 27767 22955 23879
Face 49693 34119 34118 33993
Face 49694 23657 23395 23394
Face 49695 23896 24504 21872
Face 49696 24953 24954 25092
Face 49697 25092 25093 25231
Face 49698 20846 21421 23062
Face 49699 23691 20846 23062
Face 49700 11282 5767 13566
Face 49701 28129 25560 25138
Face 49702 24086 24556 24069
Face 49703 24193 23927 23809
Face 49704 20406 20492 11590
Face 49705 24400 21284 11590
Face 49706 12647 24507 23633
Face 49707 11746 24400 11590
Face 49708 23463 23515 24492
Face 49709 23515 23463 24626
Face 49710 23147 25036 25175
Face 49711 23152 23147 25175
Face 49712 24454 23945 24404
Face 49713 20492 11746 11590
Face 49714 24398 27263 12234
Face 49715 14973 15105 14972
Face 49716 25277 23504 23313
Face 49717 24701 24702 24837
Face 49718 4588 23509 24943
Face 49719 23749 25192 25053
Face 49720 23228 23227 22743
Face 49721 20157 22680 20158
Face 49722 16337 21853 12797
Face 49723 31478 31477 31373
Face 49724 25224 3847 696
Face 49725 202 22858 23411
Face 49726 20069 11328 11327
Face 49727 13294 25323 3827
Face 49728 24077 24095 25134
Face 49729 25155 11750 16965
Face 49730 25134 25155 16965
Face 49731 24098 25168 25165
Face 49732 11750 24543 24542
Face 49733 23546 25031 13631
Face 49734 25128 25267 25127
Face 49735 24893 24875 21795
Face 49736 21987 24529 22956
Face 49737 34803 34692 34658
Face 49738 24845 24846 24980
Face 49739 22353 23750 23528
Face 49740 23350 20494 11811
Face 49741 27098 26984 20582
Face 49742 23233 22852 23186
Face 49743 22852 23702 23186
Face 49744 24427 23783 27397
Face 49745 23433 23614 23492
Face 49746 5373 9402 1898
Face 49747 24695 24831 24830
Face 49748 12190 14258 20160
Face 49749 4471 12190 20160
Face 49750 16965 11750 24542
Face 49751 23850 23681 24542
Face 49752 22767 22921 20581
Face 49753 22884 24363 20958
Face 49754 8675 23996 13581
Face 49755 24462 24600 25164
Face 49756 9041 2651 2780
Face 49757 5141 3847 4364
Face 49758 22962 23015 23014
Face 49759 22961 22962 23014
Face 49760 23015 29538 23068
Face 49761 23015 23068 23014
Face 49762 25084 23053 24942
Face 49763 15572 15573 15715
Face 49764 22789 23233 24549
Face 49765 23390 22789 24549
Face 49766 25047 25186 22620
Face 49767 23117 17804 11292
Face 49768 23682 23943 23007
Face 49769 23006 23682 23007
Face 49770 23382 20897 23487
Face 49771 22086 22902 23102
Face 49772 23203 4203 23961
Face 49773 19423 21183 23948
Face 49774 24616 23843 23209
Face 49775 23519 23487 23570
Face 49776 24543 23850 24542
Face 49777 16179 24816 23681
Face 49778 25357 5142 25358
Face 49779 23705 22353 23528
Face 49780 28699 20239 12088
Face 49781 20697 14848 7628
Face 49782 25126 25127 25265
Face 49783 23698 16347 24805
Face 49784 11328 11252 20427
Face 49785 14222 11252 11328
Face 49786 21853 13308 12797
Face 49787 24829 24830 24964
Face 49788 23171 28940 20652
Face 49789 2 24661 13858
Face 49790 19709 22986 19710
Face 49791 417 20225 23064
Face 49792 24661 24660 24524
Face 49793 24837 24972 24971
Face 49794 24661 24799 24798
Face 49795 24660 24661 24798
Face 49796 24799 24932 24931
Face 49797 24798 24799 24931
Face 49798 24932 25070 25069
Face 49799 24931 24932 25069
Face 49800 25070 25209 25208
Face 49801 25069 25070 25208
Face 49802 25209 25345 25344
Face 49803 25208 25209 25344
Face 49804 25345 24222 22942
Face 49805 25344 25345 22942
Face 49806 24222 24120 21775
Face 49807 22942 24222 21775
Face 49808 24120 23926 23925
Face 49809 21775 24120 23925
Face 49810 23926 21232 24189
Face 49811 23925 23926 24189
Face 49812 21232 24258 22967
Face 49813 24189 21232 22967
Face 49814 24037 9442 22967
Face 49815 24258 24037 22967
Face 49816 23687 25150 9442
Face 49817 24037 23687 9442
Face 49818 22874 24895 25150
Face 49819 23687 22874 25150
Face 49820 21024 21207 24895
Face 49821 22874 21024 24895
Face 49822 24467 21471 21207
Face 49823 21024 24467 21207
Face 49824 22745 23917 21471
Face 49825 24467 22745 21471
Face 49826 25181 19494 23917
Face 49827 22745 25181 23917
Face 49828 22971 23109 19494
Face 49829 25181 22971 19494
Face 49830 22864 24750 23109
Face 49831 22971 22864 23109
Face 49832 20394 17865 21193
Face 49833 23879 24497 20758
Face 49834 32546 6037 33289
Face 49835 22744 23289 22814
Face 49836 25232 25369 25368
Face 49837 25231 25232 25368
Face 49838 21116 24464 22791
Face 49839 22431 21116 22791
Face 49840 25657 23253 22823
Face 49841 23610 24540 23244
Face 49842 23886 22689 22908
Face 49843 23550 11429 22777
Face 49844 12647 23633 21284
Face 49845 24400 12647 21284
Face 49846 12760 24123 24122
Face 49847 19380 22906 23901
Face 49848 21421 22180 22860
Face 49849 23880 20079 22905
Face 49850 20935 23063 23074
Face 49851 24633 25009 20579
Face 49852 19929 23732 20009
Face 49853 24841 24842 24976
Face 49854 24251 16582 14861
Face 49855 25391 25392 22947
Face 49856 11762 12559 13171
Face 49857 27018 23652 29598
Face 49858 25385 22789 23390
Face 49859 25384 25385 23390
Face 49860 24292 24259 24052
Face 49861 11574 23508 22752
Face 49862 24171 24581 24292
Face 49863 24172 24171 24292
Face 49864 22530 16337 23820
Face 49865 25127 25266 25265
Face 49866 11810 11891 11809
Face 49867 25280 23418 22736
Face 49868 23850 16179 23681
Face 49869 21274 19915 24816
Face 49870 11670 24869 15575
Face 49871 24580 23028 24018
Face 49872 24733 25007 24726
Face 49873 24033 19629 19713
Face 49874 25085 13040 24024
Face 49875 15427 15289 15290
Face 49876 19302 21675 26757
Face 49877 455 7474 564
Face 49878 24999 25000 23605
Face 49879 23713 23715 24881
Face 49880 23829 23088 24406
Face 49881 25050 25000 24999
Face 49882 9838 13491 9955
Face 49883 23745 10380 312
Face 49884 22987 25422 29848
Face 49885 24549 23233 23186
Face 49886 472 1471 1693
Face 49887 21210 23207 22530
Face 49888 23316 22959 22950
Face 49889 24464 23189 23387
Face 49890 20956 21321 21230
Face 49891 22083 21987 23606
Face 49892 16179 21274 24816
Face 49893 24177 24176 19915
Face 49894 30820 30819 30720
Face 49895 28305 13065 12975
Face 49896 12254 24418 23822
Face 49897 24685 3075 3074
Face 49898 30368 30435 30434
Face 49899 22701 19538 24757
Face 49900 23016 23015 22962
Face 49901 16496 24694 16656
Face 49902 23070 23069 23016
Face 49903 23016 23069 23015
Face 49904 24454 24404 24405
Face 49905 3074 3441 24685
Face 49906 25248 25385 25384
Face 49907 25247 25248 25384
Face 49908 20581 22921 23912
Face 49909 21661 21853 16337
Face 49910 23946 22842 21565
Face 49911 1503 18219 1614
Face 49912 15573 15572 24850
Face 49913 18122 1503 1390
Face 49914 23842 23946 23947
Face 49915 24849 24985 24984
Face 49916 2772 13294 25322
Face 49917 24985 25124 25123
Face 49918 21274 24177 19915
Face 49919 24145 23744 23542
Face 49920 20516 19913 24176
Face 49921 25007 25179 24726
Face 49922 24828 24829 24963
Face 49923 25266 25403 25402
Face 49924 30918 30917 30819
Face 49925 20069 14222 11328
Face 49926 20869 20868 24505
Face 49927 24838 24973 24972
Face 49928 24933 24799 24800
Face 49929 24984 24985 25123
Face 49930 21565 22842 24908
Face 49931 34566 34498 34446
Face 49932 14310 26298 23224
Face 49933 12364 12273 13566
Face 49934 24991 15290 25131
Face 49935 64 9186 34704
Face 49936 23025 9281 24356
Face 49937 25560 26757 21675
Face 49938 2899 23642 21653
Face 49939 24933 25071 25070
Face 49940 24932 24933 25070
Face 49941 25071 25210 25209
Face 49942 25070 25071 25209
Face 49943 25210 25346 25345
Face 49944 25209 25210 25345
Face 49945 25346 12794 24222
Face 49946 25345 25346 24222
Face 49947 12794 3565 24120
Face 49948 24222 12794 24120
Face 49949 3565 21375 23926
Face 49950 24120 3565 23926
Face 49951 21375 24097 21232
Face 49952 23926 21375 21232
Face 49953 24097 22940 24258
Face 49954 21232 24097 24258
Face 49955 2759 24037 24258
Face 49956 22940 2759 24258
Face 49957 25275 23687 24037
Face 49958 2759 25275 24037
Face 49959 22757 22874 23687
Face 49960 25275 22757 23687
Face 49961 21989 21024 22874
Face 49962 22757 21989 22874
Face 49963 24719 24467 21024
Face 49964 21989 24719 21024
Face 49965 19847 22745 24467
Face 49966 24719 19847 24467
Face 49967 19481 25181 22745
Face 49968 19847 19481 22745
Face 49969 23021 22971 25181
Face 49970 19481 23021 25181
Face 49971 23593 22864 22971
Face 49972 23021 23593 22971
Face 49973 24497 23879 22864
Face 49974 23593 24497 22864
Face 49975 23458 24080 23394
Face 49976 33996 33995 33868
Face 49977 25369 23668 23675
Face 49978 25368 25369 23675
Face 49979 13165 24641 23826
Face 49980 12293 13165 23826
Face 49981 6377 6378 9195
Face 49982 34328 34797 34710
Face 49983 25048 25047 23555
Face 49984 24640 202 22763
Face 49985 24507 24626 23633
Face 49986 24507 23515 24626
Face 49987 24567 24706 24705
Face 49988 28495 21320 21319
Face 49989 25850 25536 24445
Face 49990 14883 24763 14884
Face 49991 24664 21516 21609
Face 49992 22959 23316 14845
Face 49993 24906 24936 19920
Face 49994 20006 22776 25307
Face 49995 20156 20669 25153
Face 49996 24936 20323 19920
Face 49997 21514 23809 23019
Face 49998 24837 24838 24972
Face 49999 24969 24970 25108
Face 50000 25109 25248 25247
Face 50001 25330 25195 23188
Face 50002 23843 23519 23209
Face 50003 9056 9415 8539
Face 50004 23633 24473 23060
Face 50005 25124 25263 25262
Face 50006 25123 25124 25262
Face 50007 25400 25399 25262
Face 50008 25263 25400 25262
Face 50009 24177 20516 24176
Face 50010 23967 11910 23140
Face 50011 24163 24286 19913
Face 50012 2490 4333 2899
Face 50013 13308 24580 24018
Face 50014 5193 5322 5321
Face 50015 34551 34654 34753
Face 50016 26078 26194 26193
Face 50017 26079 26078 19617
Face 50018 6620 33410 33275
Face 50019 12228 25143 12316
Face 50020 16332 16331 24699
Face 50021 1455 23996 13294
Face 50022 22822 24014 24013
Face 50023 23794 23031 25399
Face 50024 27243 27127 20430
Face 50025 33618 33743 33617
Face 50026 23702 24193 23186
Face 50027 23509 23749 24943
Face 50028 25195 24330 23188
Face 50029 23856 22741 21117
Face 50030 24343 21208 20846
Face 50031 22373 24362 23594
Face 50032 25400 23794 25399
Face 50033 23794 24069 24166
Face 50034 20516 24163 19913
Face 50035 24255 24256 27256
Face 50036 24326 20602 19996
Face 50037 20602 23084 25174
Face 50038 24004 23999 24462
Face 50039 23337 24335 23381
Face 50040 23769 14222 20069
Face 50041 24505 23686 22858
Face 50042 21113 15471 20932
Face 50043 5252 2160 24800
Face 50044 16722 24211 20621
Face 50045 20315 23017 26673
Face 50046 25115 25116 25254
Face 50047 24973 25112 25111
Face 50048 24834 24835 24969
Face 50049 24970 25109 25108
Face 50050 25174 23236 14848
Face 50051 24104 15027 11832
Face 50052 20482 22943 23122
Face 50053 23020 21237 23791
Face 50054 23031 23794 24166
Face 50055 24069 24190 23240
Face 50056 24166 24069 23240
Face 50057 24190 24142 24403
Face 50058 23240 24190 24403
Face 50059 24163 24255 24286
Face 50060 24130 24131 29517
Face 50061 25228 25229 25365
Face 50062 24165 24164 25079
Face 50063 24600 24479 25164
Face 50064 24629 24493 23175
Face 50065 23686 23769 22858
Face 50066 20115 25180 20869
Face 50067 33358 33491 33357
Face 50068 23283 23226 20695
Face 50069 24142 12977 12884
Face 50070 22805 22974 23436
Face 50071 24475 22692 23962
Face 50072 884 32630 885
Face 50073 20096 24609 24630
Face 50074 23830 19434 21209
Face 50075 16014 15862 15863
Face 50076 28574 28701 13252
Face 50077 24800 24934 24933
Face 50078 23642 2899 13388
Face 50079 24934 25072 25071
Face 50080 24933 24934 25071
Face 50081 25072 25211 25210
Face 50082 25071 25072 25210
Face 50083 25211 25347 25346
Face 50084 25210 25211 25346
Face 50085 25347 12703 12794
Face 50086 25346 25347 12794
Face 50087 12703 5121 3565
Face 50088 12794 12703 3565
Face 50089 5121 20902 21375
Face 50090 3565 5121 21375
Face 50091 20902 23854 24097
Face 50092 21375 20902 24097
Face 50093 23854 25306 22940
Face 50094 24097 23854 22940
Face 50095 24762 2759 22940
Face 50096 25306 24762 22940
Face 50097 24159 25275 2759
Face 50098 24762 24159 2759
Face 50099 23056 22757 25275
Face 50100 24159 23056 25275
Face 50101 21988 21989 22757
Face 50102 23056 21988 22757
Face 50103 24355 24719 21989
Face 50104 21988 24355 21989
Face 50105 24345 19847 24719
Face 50106 24355 24345 24719
Face 50107 25319 19481 19847
Face 50108 24345 25319 19847
Face 50109 24489 23021 19481
Face 50110 25319 24489 19481
Face 50111 24459 23593 23021
Face 50112 24489 24459 23021
Face 50113 20988 24497 23593
Face 50114 24459 20988 23593
Face 50115 20847 29146 20668
Face 50116 20988 20668 24497
Face 50117 23668 12293 15170
Face 50118 22898 22803 23003
Face 50119 23646 13165 12293
Face 50120 23668 23646 12293
Face 50121 22906 20159 23880
Face 50122 23734 24341 25019
Face 50123 22625 13305 24064
Face 50124 23489 24084 24064
Face 50125 23515 23152 24492
Face 50126 24492 23152 25175
Face 50127 26078 26079 26194
Face 50128 21704 24468 24361
Face 50129 9524 10199 11781
Face 50130 23538 23537 23061
Face 50131 15430 24989 15431
Face 50132 24699 24835 24834
Face 50133 20077 20581 22081
Face 50134 31804 31805 31911
Face 50135 22878 22042 22370
Face 50136 6735 24727 10595
Face 50137 23539 23540 22042
Face 50138 11670 24484 24869
Face 50139 25108 25109 25247
Face 50140 22795 23705 23527
Face 50141 2894 14257 24775
Face 50142 24565 24566 24704
Face 50143 23655 24044 24165
Face 50144 25361 25362 20482
Face 50145 24403 24142 12884
Face 50146 12977 23170 23166
Face 50147 12884 12977 23166
Face 50148 23170 22877 22876
Face 50149 11974 22840 23734
Face 50150 22923 21143 23882
Face 50151 23166 23170 22876
Face 50152 25087 25226 25225
Face 50153 23419 16501 23729
Face 50154 33410 6620 6619
Face 50155 13019 13106 13020
Face 50156 5141 4364 4365
Face 50157 25132 25131 15290
Face 50158 22877 22995 22945
Face 50159 20305 21505 24722
Face 50160 12646 11622 11700
Face 50161 15493 15354 18052
Face 50162 15289 15427 15426
Face 50163 23210 23131 24014
Face 50164 22822 23210 24014
Face 50165 23838 23953 24014
Face 50166 23131 23838 24014
Face 50167 24005 24001 24553
Face 50168 25871 23775 23672
Face 50169 21028 23856 21117
Face 50170 23702 23428 22373
Face 50171 21116 19919 24464
Face 50172 20956 23629 21321
Face 50173 22883 25014 3464
Face 50174 16574 2786 16413
Face 50175 19440 25640 24081
Face 50176 6284 24477 6399
Face 50177 24875 21794 21795
Face 50178 21794 21699 21328
Face 50179 21772 21869 23337
Face 50180 15533 15532 23103
Face 50181 23190 23156 24628
Face 50182 23728 23630 23942
Face 50183 24697 24833 24832
Face 50184 22858 23769 20069
Face 50185 22436 20564 20652
Face 50186 14686 14566 22868
Face 50187 22734 22846 22845
Face 50188 23347 15107 15106
Face 50189 24876 21890 24877
Face 50190 24180 24181 23655
Face 50191 24698 24699 24834
Face 50192 24835 24970 24969
Face 50193 24566 24705 24704
Face 50194 24705 24841 24840
Face 50195 25024 22691 21986
Face 50196 24439 24438 21986
Face 50197 22876 22877 22945
Face 50198 22995 22336 24291
Face 50199 22945 22995 24291
Face 50200 22336 24412 23397
Face 50201 23304 23303 23247
Face 50202 11430 11589 23146
Face 50203 23322 24615 24614
Face 50204 21582 23366 19864
Face 50205 25167 25166 13815
Face 50206 23999 24004 24493
Face 50207 11914 24667 24668
Face 50208 20868 23686 24505
Face 50209 23156 23190 20115
Face 50210 14448 14331 22970
Face 50211 2899 4333 2771
Face 50212 22842 24488 24908
Face 50213 22974 23437 23436
Face 50214 23713 24881 24880
Face 50215 19828 19829 19827
Face 50216 23712 23713 24880
Face 50217 24881 25051 22999
Face 50218 23204 11995 24315
Face 50219 20780 24640 24778
Face 50220 25364 25365 11911
Face 50221 14885 23998 19273
Face 50222 24935 25073 25072
Face 50223 24934 24935 25072
Face 50224 25073 25212 25211
Face 50225 25072 25073 25211
Face 50226 25212 25348 25347
Face 50227 25211 25212 25347
Face 50228 25348 21700 12703
Face 50229 25347 25348 12703
Face 50230 21700 14423 5121
Face 50231 12703 21700 5121
Face 50232 14423 19497 20902
Face 50233 5121 14423 20902
Face 50234 19497 23974 23854
Face 50235 20902 19497 23854
Face 50236 23030 25306 23854
Face 50237 23974 23030 23854
Face 50238 13076 24762 25306
Face 50239 23030 13076 25306
Face 50240 12524 24159 24762
Face 50241 13076 12524 24762
Face 50242 22875 23056 24159
Face 50243 12524 22875 24159
Face 50244 22084 21988 23056
Face 50245 22875 22084 23056
Face 50246 24127 24355 21988
Face 50247 22084 24127 21988
Face 50248 15298 24345 24355
Face 50249 24127 15298 24355
Face 50250 23693 25319 24345
Face 50251 15298 23693 24345
Face 50252 23136 24489 25319
Face 50253 23693 23136 25319
Face 50254 24525 24459 24489
Face 50255 23136 24525 24489
Face 50256 25315 20988 24459
Face 50257 24525 25315 24459
Face 50258 23662 28365 20955
Face 50259 27012 23662 20955
Face 50260 23675 23668 15170
Face 50261 12293 23826 23825
Face 50262 25370 23646 23668
Face 50263 25369 25370 23668
Face 50264 12819 23734 25019
Face 50265 24341 22996 23909
Face 50266 23603 21872 22625
Face 50267 13305 24063 24064
Face 50268 25036 23780 25175
Face 50269 23560 24420 22697
Face 50270 23674 20618 23447
Face 50271 25241 25378 25377
Face 50272 20081 24223 23410
Face 50273 24044 24045 24253
Face 50274 13170 21770 22275
Face 50275 23260 24573 24572
Face 50276 24976 25115 25114
Face 50277 24975 24976 25114
Face 50278 25391 22947 22746
Face 50279 25115 25254 25253
Face 50280 22947 24551 23582
Face 50281 25390 25391 22746
Face 50282 22862 11574 23711
Face 50283 22746 22947 23582
Face 50284 23807 24581 24171
Face 50285 24170 23807 24171
Face 50286 24866 24867 25024
Face 50287 22691 25049 21986
Face 50288 24291 22336 23397
Face 50289 23097 23360 23397
Face 50290 24412 23097 23397
Face 50291 19864 19784 23360
Face 50292 23320 23322 24614
Face 50293 21599 23322 23320
Face 50294 27251 23575 28678
Face 50295 28574 13252 13157
Face 50296 24851 24987 24850
Face 50297 10092 11255 20341
Face 50298 23728 23942 23941
Face 50299 24899 23419 23083
Face 50300 25401 25400 25263
Face 50301 23097 19864 23360
Face 50302 23942 23893 23941
Face 50303 19707 23098 22785
Face 50304 13225 13129 13130
Face 50305 32697 32696 32569
Face 50306 22785 23132 23131
Face 50307 23210 22785 23131
Face 50308 23837 23838 23131
Face 50309 23132 23837 23131
Face 50310 23672 23775 23838
Face 50311 23837 23672 23838
Face 50312 24193 23702 22373
Face 50313 25017 25869 23672
Face 50314 12702 23580 21321
Face 50315 23428 14301 24362
Face 50316 16574 16413 16414
Face 50317 23260 23255 24746
Face 50318 23310 23311 22450
Face 50319 24039 23310 22450
Face 50320 26220 11409 26337
Face 50321 23670 23394 23323
Face 50322 23559 24132 11348
Face 50323 19864 23366 23940
Face 50324 23167 12723 15884
Face 50325 22804 24629 23175
Face 50326 23530 23531 24748
Face 50327 23176 24627 24628
Face 50328 14765 14888 14887
Face 50329 20575 20661 20663
Face 50330 24558 21237 24557
Face 50331 19706 23098 19707
Face 50332 23143 19498 20138
Face 50333 24696 24697 24832
Face 50334 25387 25388 24396
Face 50335 23310 30723 23311
Face 50336 30023 30085 30084
Face 50337 33543 18738 33171
Face 50338 24704 24705 24840
Face 50339 24841 24976 24975
Face 50340 21420 25313 24866
Face 50341 24867 22691 25024
Face 50342 19784 19864 23940
Face 50343 23366 12532 23280
Face 50344 23940 23366 23280
Face 50345 18975 24613 23982
Face 50346 8362 8934 11255
Face 50347 24186 24856 11348
Face 50348 24140 24136 12254
Face 50349 23832 24993 24992
Face 50350 24132 22737 11348
Face 50351 25058 23503 24221
Face 50352 23630 21048 23942
Face 50353 25180 20868 20869
Face 50354 24627 23190 24628
Face 50355 25141 23277 24729
Face 50356 23912 22935 23520
Face 50357 21055 20694 22856
Face 50358 23440 24677 24664
Face 50359 24019 23541 11413
Face 50360 25091 25229 1603
Face 50361 25051 15660 24555
Face 50362 24880 24881 22999
Face 50363 25048 23555 22742
Face 50364 24181 22899 23655
Face 50365 24215 24534 22975
Face 50366 20494 24068 11811
Face 50367 12008 22816 3172
Face 50368 14844 14719 14720
Face 50369 25074 25213 25212
Face 50370 25073 25074 25212
Face 50371 25213 25349 25348
Face 50372 25212 25213 25348
Face 50373 25349 19761 21700
Face 50374 25348 25349 21700
Face 50375 19761 14424 14423
Face 50376 21700 19761 14423
Face 50377 14424 22449 19497
Face 50378 14423 14424 19497
Face 50379 22449 23973 23974
Face 50380 19497 22449 23974
Face 50381 24089 23030 23974
Face 50382 23973 24089 23974
Face 50383 24270 13076 23030
Face 50384 24089 24270 23030
Face 50385 22276 12524 13076
Face 50386 24270 22276 13076
Face 50387 22276 23051 22875
Face 50388 12524 22276 22875
Face 50389 23051 22751 22084
Face 50390 22875 23051 22084
Face 50391 24202 24127 22084
Face 50392 22751 24202 22084
Face 50393 23529 15298 24127
Face 50394 24202 23529 24127
Face 50395 23800 23693 15298
Face 50396 23529 23800 15298
Face 50397 23208 23136 23693
Face 50398 23800 23208 23693
Face 50399 23110 24525 23136
Face 50400 23208 23110 23136
Face 50401 32747 33285 17193
Face 50402 17193 33285 11041
Face 50403 23234 23470 24080
Face 50404 23395 23458 23394
Face 50405 15170 12293 23825
Face 50406 23826 12083 13760
Face 50407 25233 25370 25369
Face 50408 25232 25233 25369
Face 50409 25019 24341 23909
Face 50410 32018 32122 32121
Face 50411 11271 23896 23603
Face 50412 21872 13305 22625
Face 50413 25198 25333 24090
Face 50414 25081 25013 23204
Face 50415 24890 21145 12169
Face 50416 21514 24549 23809
Face 50417 24409 23877 24103
Face 50418 20581 23912 23843
Face 50419 23706 20619 16672
Face 50420 19440 19520 25640
Face 50421 25114 25115 25253
Face 50422 25254 25391 25390
Face 50423 24678 24683 21420
Face 50424 25313 24867 24866
Face 50425 23466 24683 24678
Face 50426 23446 23466 24678
Face 50427 24551 24215 24346
Face 50428 24683 25313 21420
Face 50429 24434 20873 24433
Face 50430 24170 24171 11513
Face 50431 25166 13825 13815
Face 50432 23860 23643 22831
Face 50433 23280 12532 23895
Face 50434 24804 23698 24805
Face 50435 25059 20580 20002
Face 50436 22339 23169 22244
Face 50437 23115 19348 15885
Face 50438 25130 25129 24990
Face 50439 25269 25268 25129
Face 50440 24278 24155 23981
Face 50441 24132 25280 23888
Face 50442 23498 24231 23844
Face 50443 24991 25130 24990
Face 50444 23614 25360 22886
Face 50445 25190 23731 23516
Face 50446 23574 23492 22886
Face 50447 15018 15017 14891
Face 50448 23098 24015 23132
Face 50449 22785 23098 23132
Face 50450 23727 23837 23132
Face 50451 24015 23727 23132
Face 50452 34601 34743 34658
Face 50453 23727 25017 23837
Face 50454 25287 24179 12342
Face 50455 24484 20156 24869
Face 50456 22373 23428 24362
Face 50457 15591 22370 24803
Face 50458 14301 23509 4588
Face 50459 24362 14301 4588
Face 50460 23631 23310 24039
Face 50461 23315 24039 22450
Face 50462 15066 15197 15196
Face 50463 23436 23437 24663
Face 50464 21138 23498 23580
Face 50465 24748 24628 12168
Face 50466 6403 27386 25585
Face 50467 23689 23085 20081
Face 50468 24748 23176 24628
Face 50469 22085 22861 21025
Face 50470 22775 23781 23776
Face 50471 24303 24733 23664
Face 50472 25383 23138 12533
Face 50473 11749 24083 24909
Face 50474 24833 24968 24967
Face 50475 24609 24757 11330
Face 50476 22867 22919 22158
Face 50477 15570 15431 24851
Face 50478 24002 19783 24940
Face 50479 24772 24002 24940
Face 50480 24840 24841 24975
Face 50481 23582 24551 24346
Face 50482 20871 23466 23446
Face 50483 25321 20871 23446
Face 50484 22181 22085 21025
Face 50485 19700 23137 22803
Face 50486 23179 22928 23133
Face 50487 31579 31693 31578
Face 50488 22809 23840 22800
Face 50489 23840 22811 22800
Face 50490 24804 24805 22870
Face 50491 33357 33490 33356
Face 50492 12702 21138 23580
Face 50493 11588 11666 20176
Face 50494 22818 22778 25007
Face 50495 23190 25180 20115
Face 50496 23531 23176 24748
Face 50497 24588 24445 24034
Face 50498 24361 24360 23764
Face 50499 23740 24890 24889
Face 50500 22731 23737 23733
Face 50501 23632 24781 22784
Face 50502 23943 23632 22784
Face 50503 15660 22177 24260
Face 50504 22999 25051 24555
Face 50505 9280 4358 23187
Face 50506 12550 11531 9867
Face 50507 23907 19301 14973
Face 50508 21418 24005 24002
Face 50509 34791 34641 34647
Face 50510 34508 34300 34774
Face 50511 25075 25214 25213
Face 50512 25074 25075 25213
Face 50513 25214 25350 25349
Face 50514 25213 25214 25349
Face 50515 25350 22993 19761
Face 50516 25349 25350 19761
Face 50517 22993 14544 14424
Face 50518 19761 22993 14424
Face 50519 14544 23803 22449
Face 50520 14424 14544 22449
Face 50521 23803 23972 23973
Face 50522 22449 23803 23973
Face 50523 23972 24147 24089
Face 50524 23973 23972 24089
Face 50525 12912 24270 24089
Face 50526 24147 12912 24089
Face 50527 12912 24364 22276
Face 50528 24270 12912 22276
Face 50529 24365 23051 22276
Face 50530 24364 24365 22276
Face 50531 25154 22751 23051
Face 50532 24365 25154 23051
Face 50533 23887 24202 22751
Face 50534 25154 23887 22751
Face 50535 23532 23529 24202
Face 50536 23887 23532 24202
Face 50537 23799 23800 23529
Face 50538 23532 23799 23529
Face 50539 23072 23208 23800
Face 50540 23799 23072 23800
Face 50541 23182 23110 23208
Face 50542 23072 23182 23208
Face 50543 23378 20980 22510
Face 50544 23182 22510 23110
Face 50545 23063 23062 24431
Face 50546 24452 24066 20018
Face 50547 23825 23826 13760
Face 50548 12083 22431 19995
Face 50549 25094 25233 25232
Face 50550 25093 25094 25232
Face 50551 20236 24478 21606
Face 50552 24045 24046 22843
Face 50553 24071 24070 11271
Face 50554 23896 21872 23603
Face 50555 23102 12704 23560
Face 50556 23834 23723 4074
Face 50557 28765 20847 19091
Face 50558 24342 24901 24023
Face 50559 20601 20689 24304
Face 50560 24832 24833 24967
Face 50561 23956 22079 24082
Face 50562 25388 21581 24396
Face 50563 25253 25254 25390
Face 50564 22975 24002 24772
Face 50565 23455 24552 19700
Face 50566 28940 428 23225
Face 50567 24453 21046 21047
Face 50568 31805 31804 31692
Face 50569 23102 23560 23343
Face 50570 24503 11573 21047
Face 50571 20873 24170 11513
Face 50572 24552 23901 23137
Face 50573 22462 24271 4471
Face 50574 23995 24139 24433
Face 50575 11673 23490 25271
Face 50576 21046 24503 21047
Face 50577 23368 23343 22898
Face 50578 30024 30025 30086
Face 50579 19700 22803 22898
Face 50580 24277 23654 23848
Face 50581 10938 24221 23503
Face 50582 19788 23154 19789
Face 50583 19301 22936 22922
Face 50584 23347 19301 22922
Face 50585 22936 24096 24095
Face 50586 22922 22936 24095
Face 50587 24096 25165 25155
Face 50588 24999 23605 23037
Face 50589 23629 22894 12702
Face 50590 21047 23710 6591
Face 50591 34657 33196 34304
Face 50592 23098 19706 24015
Face 50593 24016 24030 19706
Face 50594 23726 23727 24015
Face 50595 24030 23726 24015
Face 50596 21112 21206 22969
Face 50597 21112 21023 20755
Face 50598 13351 20752 23017
Face 50599 23046 20492 20406
Face 50600 24860 23043 13066
Face 50601 23172 21101 23115
Face 50602 34707 34410 34562
Face 50603 13574 34594 29014
Face 50604 24620 23631 22853
Face 50605 21233 24620 22853
Face 50606 24095 24096 25155
Face 50607 25165 11430 11750
Face 50608 24251 13949 16582
Face 50609 12797 13308 12257
Face 50610 23233 23231 22852
Face 50611 22897 19700 22898
Face 50612 16171 16170 24565
Face 50613 15378 15242 15243
Face 50614 22731 22733 23737
Face 50615 21694 21600 24593
Face 50616 21302 20579 23667
Face 50617 10596 34477 13126
Face 50618 22900 23611 25148
Face 50619 11748 23643 11667
Face 50620 10962 4338 8934
Face 50621 24158 22683 21773
Face 50622 24185 25308 24940
Face 50623 3831 4605 16284
Face 50624 24804 12183 23698
Face 50625 23901 23179 23137
Face 50626 25357 24764 25356
Face 50627 22697 23455 22897
Face 50628 23552 23547 24871
Face 50629 24162 29089 24386
Face 50630 23552 24754 24743
Face 50631 23547 23552 24743
Face 50632 25155 25165 11750
Face 50633 22826 25295 24059
Face 50634 11430 23146 24543
Face 50635 24157 24280 23092
Face 50636 24692 24693 24828
Face 50637 24051 11748 11667
Face 50638 25282 12552 23900
Face 50639 11748 23531 23530
Face 50640 23643 11748 23530
Face 50641 22747 23373 22788
Face 50642 19845 18639 17488
Face 50643 22900 11913 23611
Face 50644 24264 21237 24558
Face 50645 22177 21601 24204
Face 50646 24555 15660 24260
Face 50647 24781 22929 24643
Face 50648 24901 25135 25038
Face 50649 23557 24772 22703
Face 50650 25076 5006 350
Face 50651 2413 2236 4478
Face 50652 24754 23535 22759
Face 50653 25076 25215 25214
Face 50654 25075 25076 25214
Face 50655 25215 25351 25350
Face 50656 25214 25215 25350
Face 50657 25351 21608 22993
Face 50658 25350 25351 22993
Face 50659 21608 23599 14544
Face 50660 22993 21608 14544
Face 50661 23804 23803 14544
Face 50662 23599 23804 14544
Face 50663 22931 23972 23803
Face 50664 23804 22931 23803
Face 50665 24126 24147 23972
Face 50666 22931 24126 23972
Face 50667 24126 24197 12912
Face 50668 24147 24126 12912
Face 50669 23047 24364 12912
Face 50670 24197 23047 12912
Face 50671 23052 24365 24364
Face 50672 23047 23052 24364
Face 50673 23105 25154 24365
Face 50674 23052 23105 24365
Face 50675 23105 11915 23887
Face 50676 25154 23105 23887
Face 50677 22698 23532 23887
Face 50678 11915 22698 23887
Face 50679 23916 23799 23532
Face 50680 22698 23916 23532
Face 50681 23073 23072 23799
Face 50682 23916 23073 23799
Face 50683 23181 23182 23072
Face 50684 23073 23181 23072
Face 50685 23377 28000 23378
Face 50686 23181 23378 23182
Face 50687 24431 24452 20018
Face 50688 24066 21889 21793
Face 50689 23142 25188 22749
Face 50690 24951 24992 23654
Face 50691 22734 22738 22846
Face 50692 22738 23090 22846
Face 50693 21193 17865 21279
Face 50694 25005 24612 24475
Face 50695 23937 23938 24071
Face 50696 24070 23896 11271
Face 50697 23971 22847 22471
Face 50698 24747 23656 22793
Face 50699 31063 31162 31062
Face 50700 6811 34390 25585
Face 50701 24968 25107 25106
Face 50702 24967 24968 25106
Face 50703 23070 20315 28417
Face 50704 25028 23301 24888
Face 50705 23284 22975 24772
Face 50706 23055 23616 25308
Face 50707 24764 12611 25356
Face 50708 24892 22463 24759
Face 50709 24743 24754 22759
Face 50710 23535 25312 25301
Face 50711 22759 23535 25301
Face 50712 22944 24098 24096
Face 50713 25312 23034 23033
Face 50714 20873 11513 24433
Face 50715 23317 24904 23085
Face 50716 25301 25312 23033
Face 50717 23034 22841 12081
Face 50718 23033 23034 12081
Face 50719 23154 19788 23264
Face 50720 11750 11430 24543
Face 50721 25242 25379 25378
Face 50722 24491 23850 24543
Face 50723 25284 22783 20016
Face 50724 22894 21138 12702
Face 50725 22841 24583 24582
Face 50726 21773 22683 21870
Face 50727 12081 22841 24582
Face 50728 19706 24030 24015
Face 50729 23725 23726 24030
Face 50730 24016 23725 24030
Face 50731 32953 32952 32820
Face 50732 23725 23774 23726
Face 50733 24809 23046 20406
Face 50734 25384 23390 23138
Face 50735 25168 11589 11430
Face 50736 24404 24406 21183
Face 50737 25867 25977 23774
Face 50738 29474 23884 9054
Face 50739 24891 24620 21233
Face 50740 21983 24891 21233
Face 50741 23146 24491 24543
Face 50742 24624 16179 23850
Face 50743 22773 22820 22819
Face 50744 22819 22820 22253
Face 50745 15716 15715 15573
Face 50746 22253 22820 22867
Face 50747 21321 23497 23417
Face 50748 32022 32126 32021
Face 50749 25030 22706 24758
Face 50750 16284 4605 16128
Face 50751 24910 20000 24501
Face 50752 12769 12862 12768
Face 50753 24051 11667 23539
Face 50754 23835 24051 23539
Face 50755 12257 24018 12345
Face 50756 24779 21419 25269
Face 50757 23350 11811 23261
Face 50758 29609 29742 22753
Face 50759 23456 21773 21513
Face 50760 25215 350 25216
Face 50761 25023 29345 29215
Face 50762 24583 14762 24582
Face 50763 21262 14762 21358
Face 50764 24106 23142 23561
Face 50765 21795 19940 23097
Face 50766 20515 12534 20692
Face 50767 24491 24624 23850
Face 50768 12342 21274 16179
Face 50769 24624 12342 16179
Face 50770 23539 11667 23540
Face 50771 24759 23545 24395
Face 50772 23521 24912 23407
Face 50773 20490 23077 23134
Face 50774 979 23036 3318
Face 50775 23835 23539 22878
Face 50776 21888 23345 22686
Face 50777 25157 25077 23545
Face 50778 24688 24689 24824
Face 50779 24959 24960 25098
Face 50780 21601 25283 25282
Face 50781 24260 22177 24204
Face 50782 23277 23900 24672
Face 50783 23863 24356 23622
Face 50784 25103 25242 25241
Face 50785 25102 25103 25241
Face 50786 24327 24117 24629
Face 50787 34540 23987 1459
Face 50788 12609 24744 25173
Face 50789 24438 24437 23919
Face 50790 25216 25352 25351
Face 50791 25215 25216 25351
Face 50792 25352 23124 21608
Face 50793 25351 25352 21608
Face 50794 23124 19865 23599
Face 50795 21608 23124 23599
Face 50796 15311 23804 23599
Face 50797 19865 15311 23599
Face 50798 22930 22931 23804
Face 50799 15311 22930 23804
Face 50800 22915 24126 22931
Face 50801 22930 22915 22931
Face 50802 22915 24198 24197
Face 50803 24126 22915 24197
Face 50804 24198 24317 23047
Face 50805 24197 24198 23047
Face 50806 24317 24742 23052
Face 50807 23047 24317 23052
Face 50808 24742 23104 23105
Face 50809 23052 24742 23105
Face 50810 23104 22824 11915
Face 50811 23105 23104 11915
Face 50812 22849 22698 11915
Face 50813 22824 22849 11915
Face 50814 22726 23916 22698
Face 50815 22849 22726 22698
Face 50816 23453 23073 23916
Face 50817 22726 23453 23916
Face 50818 24010 23181 23073
Face 50819 23453 24010 23073
Face 50820 24256 24255 24163
Face 50821 24010 23377 23181
Face 50822 20018 24066 21793
Face 50823 22744 22814 21793
Face 50824 24818 24811 23596
Face 50825 22921 22935 23912
Face 50826 25097 25236 25235
Face 50827 25096 25097 25235
Face 50828 21048 23915 23942
Face 50829 24958 25097 25096
Face 50830 15038 11572 23010
Face 50831 8172 7261 11702
Face 50832 21950 20621 22793
Face 50833 24768 11511 23673
Face 50834 11511 23976 22839
Face 50835 25294 23095 23656
Face 50836 25107 25246 25245
Face 50837 24257 24131 24914
Face 50838 21743 24449 24450
Face 50839 25106 25107 25245
Face 50840 24185 23055 25308
Face 50841 369 478 696
Face 50842 22085 22086 22861
Face 50843 23055 22900 11510
Face 50844 23977 25079 24178
Face 50845 21773 21870 21513
Face 50846 26869 26870 20495
Face 50847 24099 25169 25168
Face 50848 11835 23456 25039
Face 50849 24098 24099 25168
Face 50850 22083 23307 21987
Face 50851 23151 24901 24342
Face 50852 23393 25635 19763
Face 50853 19787 23264 19788
Face 50854 24178 24177 21274
Face 50855 12342 24178 21274
Face 50856 21413 11914 24138
Face 50857 24265 13071 20494
Face 50858 22699 23715 23713
Face 50859 22162 24204 25142
Face 50860 23780 22869 23288
Face 50861 25760 21983 25761
Face 50862 23899 24016 23154
Face 50863 26436 19787 19866
Face 50864 23627 23725 24016
Face 50865 26320 23899 23264
Face 50866 11307 7242 31882
Face 50867 23899 23627 24016
Face 50868 64 34704 34491
Face 50869 22936 22944 24096
Face 50870 21961 23046 24809
Face 50871 19938 23050 23913
Face 50872 24406 21961 21183
Face 50873 21183 21961 24809
Face 50874 22823 24891 21983
Face 50875 29857 29911 29856
Face 50876 22823 25314 24891
Face 50877 2164 13994 23563
Face 50878 23122 23128 11829
Face 50879 22773 22774 22820
Face 50880 22970 21023 22969
Face 50881 22820 22821 22867
Face 50882 22868 22920 22919
Face 50883 22867 22868 22919
Face 50884 22920 22970 22969
Face 50885 22919 22920 22969
Face 50886 15066 15196 22819
Face 50887 23022 23077 21023
Face 50888 23036 23835 22878
Face 50889 6138 318 23039
Face 50890 23571 23995 24432
Face 50891 22947 23767 24551
Face 50892 24079 22836 22880
Face 50893 11831 11830 24424
Face 50894 4202 23791 1449
Face 50895 25079 20516 24177
Face 50896 14886 15012 14885
Face 50897 25352 25216 3715
Face 50898 25401 25402 24086
Face 50899 24178 25079 24177
Face 50900 24164 24163 20516
Face 50901 23415 23414 24105
Face 50902 21791 21792 19304
Face 50903 32960 32959 32827
Face 50904 22882 21699 24875
Face 50905 13358 979 14651
Face 50906 23036 22878 3318
Face 50907 25236 25237 25373
Face 50908 23846 23965 23935
Face 50909 23936 23325 24397
Face 50910 23935 23936 24397
Face 50911 25283 20016 12552
Face 50912 24204 21601 25282
Face 50913 25141 25142 23277
Face 50914 24536 29485 29486
Face 50915 24863 24085 23307
Face 50916 21891 10719 22083
Face 50917 23212 23198 24246
Face 50918 32443 32444 32560
Face 50919 13642 22701 24609
Face 50920 25353 3715 25354
Face 50921 12591 13255 24294
Face 50922 23448 26537 20012
Face 50923 12612 23124 25352
Face 50924 25353 12612 25352
Face 50925 23955 19865 23124
Face 50926 12612 23955 23124
Face 50927 23955 20121 15311
Face 50928 19865 23955 15311
Face 50929 13160 22930 15311
Face 50930 20121 13160 15311
Face 50931 24868 22915 22930
Face 50932 13160 24868 22930
Face 50933 23963 24198 22915
Face 50934 24868 23963 22915
Face 50935 23963 24262 24317
Face 50936 24198 23963 24317
Face 50937 23318 24742 24317
Face 50938 24262 23318 24317
Face 50939 23318 21114 23104
Face 50940 24742 23318 23104
Face 50941 21114 24500 22824
Face 50942 23104 21114 22824
Face 50943 24500 23054 22849
Face 50944 22824 24500 22849
Face 50945 22953 22726 22849
Face 50946 23054 22953 22849
Face 50947 23116 23453 22726
Face 50948 22953 23116 22726
Face 50949 22978 24010 23453
Face 50950 23116 22978 23453
Face 50951 24767 23377 24010
Face 50952 22978 24767 24010
Face 50953 21889 22744 21793
Face 50954 20322 20239 28699
Face 50955 23709 23145 20787
Face 50956 22676 23709 20787
Face 50957 25236 25373 25372
Face 50958 25235 25236 25372
Face 50959 24322 23931 24577
Face 50960 24939 24322 24577
Face 50961 24322 23765 23931
Face 50962 23765 22854 23931
Face 50963 24078 24079 22880
Face 50964 22836 11140 22794
Face 50965 24747 25294 23656
Face 50966 25028 24888 23095
Face 50967 24596 2425 23426
Face 50968 20076 23588 23823
Face 50969 25246 25383 25382
Face 50970 23138 21514 23587
Face 50971 24609 22701 24757
Face 50972 19192 23283 28830
Face 50973 23616 23055 11510
Face 50974 23611 22724 23722
Face 50975 11996 23905 11913
Face 50976 11835 25039 22792
Face 50977 24212 16017 23242
Face 50978 22831 23902 22946
Face 50979 22700 23718 22699
Face 50980 24819 24820 24954
Face 50981 22797 22801 22972
Face 50982 24954 24955 25093
Face 50983 22177 24576 21601
Face 50984 15660 13984 22177
Face 50985 17983 20286 20204
Face 50986 25079 24164 20516
Face 50987 31115 31214 31114
Face 50988 22998 13984 15660
Face 50989 29796 29665 22547
Face 50990 23677 23714 24779
Face 50991 20400 23016 22962
Face 50992 24492 25175 24118
Face 50993 24451 27368 24562
Face 50994 22794 11140 24642
Face 50995 23697 21871 21967
Face 50996 24060 24061 23815
Face 50997 21791 19304 23815
Face 50998 22725 24422 24061
Face 50999 19304 24060 23815
Face 51000 24596 24597 24422
Face 51001 24060 22725 24061
Face 51002 23426 23144 24597
Face 51003 22725 24596 24422
Face 51004 23426 23421 24028
Face 51005 24596 23426 24597
Face 51006 29905 29963 29904
Face 51007 33178 33313 20793
Face 51008 24351 25314 22823
Face 51009 23253 24351 22823
Face 51010 14881 14759 14760
Face 51011 20260 20343 22857
Face 51012 15428 15427 24991
Face 51013 31911 31912 32016
Face 51014 24688 24687 111
Face 51015 24573 22717 23087
Face 51016 23938 24070 24071
Face 51017 14331 23022 21023
Face 51018 22920 14448 22970
Face 51019 24023 25038 22903
Face 51020 22970 14331 21023
Face 51021 14848 23256 24332
Face 51022 24866 25024 23813
Face 51023 24137 25057 24144
Face 51024 4489 3852 9174
Face 51025 24571 24572 23965
Face 51026 23153 23472 23287
Face 51027 25354 5404 25355
Face 51028 25294 25028 23095
Face 51029 21143 24477 20178
Face 51030 2819 23575 23492
Face 51031 265 700 266
Face 51032 23885 24904 23317
Face 51033 21610 24203 24877
Face 51034 21890 21605 24877
Face 51035 24763 13358 23998
Face 51036 979 3318 14651
Face 51037 23498 23581 24231
Face 51038 25310 22910 21139
Face 51039 23808 23316 22950
Face 51040 23335 12003 24314
Face 51041 29485 24671 29353
Face 51042 25282 25283 12552
Face 51043 22162 25142 25141
Face 51044 23439 22162 25141
Face 51045 22848 22723 22651
Face 51046 20407 22848 22651
Face 51047 23301 23268 24888
Face 51048 24534 21418 22975
Face 51049 24203 23061 24876
Face 51050 20405 21606 21890
Face 51051 25355 5404 25219
Face 51052 22826 24594 25295
Face 51053 22828 12612 25353
Face 51054 25354 22828 25353
Face 51055 24902 23955 12612
Face 51056 22828 24902 12612
Face 51057 12763 20121 23955
Face 51058 24902 12763 23955
Face 51059 24897 13160 20121
Face 51060 12763 24897 20121
Face 51061 24897 24905 24868
Face 51062 13160 24897 24868
Face 51063 24905 23964 23963
Face 51064 24868 24905 23963
Face 51065 23964 23911 24262
Face 51066 23963 23964 24262
Face 51067 23911 23309 23318
Face 51068 24262 23911 23318
Face 51069 23309 11892 21114
Face 51070 23318 23309 21114
Face 51071 11892 11253 24500
Face 51072 21114 11892 24500
Face 51073 11253 23003 23054
Face 51074 24500 11253 23054
Face 51075 24770 22953 23054
Face 51076 23003 24770 23054
Face 51077 23130 23116 22953
Face 51078 24770 23130 22953
Face 51079 23180 22978 23116
Face 51080 23130 23180 23116
Face 51081 23376 24767 22978
Face 51082 23180 23376 22978
Face 51083 20239 20322 24767
Face 51084 23376 20239 24767
Face 51085 23042 24769 23875
Face 51086 34678 34474 34611
Face 51087 25373 23512 23598
Face 51088 25372 25373 23598
Face 51089 24939 24577 21698
Face 51090 19922 24939 21698
Face 51091 25116 25255 25254
Face 51092 24629 23999 24493
Face 51093 22880 22836 22794
Face 51094 11140 21791 24642
Face 51095 19939 25018 22684
Face 51096 21792 19939 22684
Face 51097 25188 19939 21792
Face 51098 22749 25188 21792
Face 51099 12533 23138 23587
Face 51100 23587 21514 23019
Face 51101 24969 25108 25107
Face 51102 19538 24212 24088
Face 51103 25148 23611 23722
Face 51104 21512 21604 23722
Face 51105 21418 23355 24005
Face 51106 24001 20667 24553
Face 51107 23656 23095 23573
Face 51108 23809 23927 23019
Face 51109 4101 24952 1603
Face 51110 25849 23506 24871
Face 51111 23355 24001 24005
Face 51112 14401 4935 13876
Face 51113 24757 24088 23429
Face 51114 24534 24531 21418
Face 51115 22750 22652 23459
Face 51116 23258 22879 23995
Face 51117 24709 24710 24845
Face 51118 318 4593 24327
Face 51119 22625 24064 24065
Face 51120 23248 23304 23247
Face 51121 16656 24694 24693
Face 51122 21890 21606 24601
Face 51123 24059 25295 24060
Face 51124 21582 21676 23279
Face 51125 23915 23893 23942
Face 51126 1604 25229 25228
Face 51127 14638 1096 14759
Face 51128 24589 24604 24409
Face 51129 29822 23353 29823
Face 51130 18820 19191 23183
Face 51131 19280 19361 19360
Face 51132 28436 20626 29668
Face 51133 29592 27136 27246
Face 51134 20937 21029 27565
Face 51135 26414 19088 29718
Face 51136 27617 27619 29323
Face 51137 28545 25586 26936
Face 51138 18862 18861 25658
Face 51139 28572 28700 26784
Face 51140 28032 28572 26784
Face 51141 20671 20760 20670
Face 51142 26643 29455 28810
Face 51143 7125 19033 19516
Face 51144 14897 8639 14773
Face 51145 33224 33223 33088
Face 51146 29874 29928 29873
Face 51147 10225 11007 5765
Face 51148 34797 34584 11448
Face 51149 2683 28027 28559
Face 51150 34398 34745 34364
Face 51151 17942 18033 6912
Face 51152 26643 28810 26871
Face 51153 4475 540 17942
Face 51154 11028 12232 6912
Face 51155 28032 26784 27481
Face 51156 18033 6911 6912
Face 51157 25586 26643 26871
Face 51158 29455 28032 27481
Face 51159 25586 26871 26936
Face 51160 29455 27481 28810
Face 51161 17773 17664 19596
Face 51162 5257 19457 28559
Face 51163 3190 17773 19596
Face 51164 26934 28496 28419
Face 51165 26926 26934 28419
Face 51166 28496 5765 28419
Face 51167 19480 23220 23165
Face 51168 21544 19081 19085
Face 51169 19457 2683 28559
Face 51170 28697 16717 27045
Face 51171 14088 29649 28027
Face 51172 2683 14088 28027
Face 51173 25967 26064 28148
Face 51174 25543 25546 26420
Face 51175 28569 28433 13737
Face 51176 325 11006 11036
Face 51177 26820 25546 25543
Face 51178 23278 23381 23982
Face 51179 6911 11028 6912
Face 51180 26794 26820 25543
Face 51181 11028 26820 26794
Face 51182 12232 11028 26794
Face 51183 14311 5257 28559
Face 51184 25546 26424 26420
Face 51185 21545 21544 19085
Face 51186 27742 5257 14311
Face 51187 19081 18761 18762
Face 51188 29909 29967 29908
Face 51189 26010 27742 27612
Face 51190 19085 19081 18762
Face 51191 29673 28545 19203
Face 51192 27612 27742 14311
Face 51193 29673 19203 29649
Face 51194 14088 29673 29649
Face 51195 29450 17377 18651
Face 51196 28545 26936 19203
Face 51197 29410 29450 18651
Face 51198 17377 26064 25967
Face 51199 28149 28135 16659
Face 51200 28148 28149 16659
Face 51201 25419 25420 26179
Face 51202 31066 31065 30966
Face 51203 25766 25873 25872
Face 51204 27046 27045 27162
Face 51205 25663 25766 25765
Face 51206 25765 25766 25872
Face 51207 12012 14518 11617
Face 51208 222 18452 12943
Face 51209 28135 25881 26438
Face 51210 26438 25881 28164
Face 51211 19193 26010 19092
Face 51212 6523 19193 19092
Face 51213 12943 15041 15174
Face 51214 32331 32332 32443
Face 51215 18509 11009 427
Face 51216 6036 19193 6523
Face 51217 18452 18509 427
Face 51218 27733 27747 29410
Face 51219 19092 26010 27612
Face 51220 26424 27747 27733
Face 51221 26420 26424 27733
Face 51222 18651 17377 25967
Face 51223 27747 29450 29410
Face 51224 6798 11167 6738
Face 51225 26064 28149 28148
Face 51226 18878 25958 29799
Face 51227 18937 325 327
Face 51228 25628 26874 28561
Face 51229 537 536 20799
Face 51230 25542 26413 26355
Face 51231 24423 11975 24645
Face 51232 28916 28915 28789
Face 51233 29304 29435 29303
Face 51234 28661 28790 28660
Face 51235 28790 28916 28789
Face 51236 29701 29702 6621
Face 51237 28770 28771 28896
Face 51238 27258 28296 29483
Face 51239 28296 20983 7015
Face 51240 28281 6036 2685
Face 51241 28161 28281 2685
Face 51242 20805 28811 11009
Face 51243 18509 20805 11009
Face 51244 27393 27392 28811
Face 51245 26529 26671 28161
Face 51246 20805 27393 28811
Face 51247 16659 28135 26438
Face 51248 2685 6036 6523
Face 51249 32332 32444 32443
Face 51250 25881 27258 28164
Face 51251 11061 11062 25581
Face 51252 25653 17804 20536
Face 51253 21076 19087 29190
Face 51254 27050 24495 23296
Face 51255 29043 29042 28915
Face 51256 19031 29463 26473
Face 51257 28916 29043 28915
Face 51258 29174 29173 29042
Face 51259 29043 29174 29042
Face 51260 29304 29303 29173
Face 51261 29174 29304 29173
Face 51262 29435 29434 29303
Face 51263 29566 29565 29434
Face 51264 29435 29566 29434
Face 51265 29698 29697 29565
Face 51266 29566 29698 29565
Face 51267 30513 30512 30441
Face 51268 32121 32122 32225
Face 51269 29483 28296 7015
Face 51270 20983 29536 16661
Face 51271 7129 7014 26529
Face 51272 26671 28281 28161
Face 51273 27276 28681 27392
Face 51274 27393 27276 27392
Face 51275 18869 29481 28681
Face 51276 27276 18869 28681
Face 51277 25537 25879 29481
Face 51278 29459 7014 7129
Face 51279 29454 29459 7129
Face 51280 29536 20986 25956
Face 51281 28164 27258 29483
Face 51282 23353 29822 24769
Face 51283 22890 29220 29221
Face 51284 676 7474 677
Face 51285 27854 27853 27724
Face 51286 6809 34549 26901
Face 51287 32567 32694 32566
Face 51288 24511 12233 24510
Face 51289 30087 30149 30148
Face 51290 29902 29960 29901
Face 51291 18929 17620 6663
Face 51292 16427 10622 13987
Face 51293 29696 19516 29695
Face 51294 24769 29821 11349
Face 51295 21168 21169 17620
Face 51296 25667 25666 25575
Face 51297 28516 28517 28651
Face 51298 16687 7125 29697
Face 51299 29698 16687 29697
Face 51300 25427 29843 29842
Face 51301 18829 12833 18525
Face 51302 7015 20983 16661
Face 51303 26447 26535 26793
Face 51304 27826 29459 29454
Face 51305 27823 27826 29454
Face 51306 18869 25537 29481
Face 51307 25538 26906 25879
Face 51308 25537 25538 25879
Face 51309 26439 26451 27823
Face 51310 19090 18129 26906
Face 51311 16661 29536 25956
Face 51312 7014 26671 26529
Face 51313 2811 16711 26208
Face 51314 28094 26793 25956
Face 51315 23838 23775 25981
Face 51316 11891 27022 27138
Face 51317 27022 27139 27138
Face 51318 19778 19858 19857
Face 51319 27139 27253 27252
Face 51320 27138 27139 27252
Face 51321 27253 22843 27252
Face 51322 11586 11585 11505
Face 51323 27886 25628 28561
Face 51324 28898 28899 29025
Face 51325 25628 29590 18552
Face 51326 26874 25628 18552
Face 51327 24785 24918 6159
Face 51328 18552 29590 26214
Face 51329 16717 27384 18416
Face 51330 27610 27740 27631
Face 51331 18667 19033 7125
Face 51332 16687 18667 7125
Face 51333 25429 29840 29839
Face 51334 25427 29842 25428
Face 51335 28094 26447 26793
Face 51336 26447 20071 11109
Face 51337 27013 27021 25549
Face 51338 25551 26451 26439
Face 51339 25538 19090 26906
Face 51340 27507 27634 18129
Face 51341 19090 27507 18129
Face 51342 27507 6593 17379
Face 51343 11036 27021 27013
Face 51344 11000 11036 27013
Face 51345 26818 29074 29081
Face 51346 20986 28094 25956
Face 51347 24046 27252 22843
Face 51348 23892 24747 2815
Face 51349 26910 27023 27022
Face 51350 11728 26910 11810
Face 51351 27023 27140 27139
Face 51352 27022 27023 27139
Face 51353 27140 27254 27253
Face 51354 27139 27140 27253
Face 51355 17761 29669 22242
Face 51356 33178 20792 33044
Face 51357 19191 28030 23183
Face 51358 27598 27725 27597
Face 51359 25566 25570 27480
Face 51360 27502 27389 27898
Face 51361 29794 25014 24348
Face 51362 27740 24920 27364
Face 51363 27384 27610 27631
Face 51364 22279 22280 22375
Face 51365 18667 2422 21167
Face 51366 18754 20896 20712
Face 51367 28255 28389 28254
Face 51368 20799 18937 327
Face 51369 26535 26447 11109
Face 51370 26818 29081 11109
Face 51371 25549 25551 26439
Face 51372 26451 27826 27823
Face 51373 27634 27507 17379
Face 51374 326 327 11000
Face 51375 6593 29599 29733
Face 51376 17379 6593 29733
Face 51377 327 11036 11000
Face 51378 29599 25662 27273
Face 51379 29074 29070 27506
Face 51380 27021 25551 25549
Face 51381 32444 32561 32560
Face 51382 11648 11570 26683
Face 51383 26795 26911 26910
Face 51384 11728 11810 11727
Face 51385 26911 27024 27023
Face 51386 26910 26911 27023
Face 51387 27024 27141 27140
Face 51388 27023 27024 27140
Face 51389 27141 27255 27254
Face 51390 27140 27141 27254
Face 51391 31806 31805 31693
Face 51392 24164 24165 24256
Face 51393 7021 5386 18762
Face 51394 26320 19787 26436
Face 51395 27480 27502 27898
Face 51396 21003 26472 20150
Face 51397 23148 24419 20606
Face 51398 24226 20014 26540
Face 51399 11845 14129 14040
Face 51400 28517 28652 28651
Face 51401 19033 18667 21167
Face 51402 2422 20896 18754
Face 51403 29183 29182 29051
Face 51404 327 325 11036
Face 51405 20071 26818 11109
Face 51406 29074 27216 29081
Face 51407 537 20799 20798
Face 51408 538 537 20798
Face 51409 29733 29599 27273
Face 51410 20799 327 326
Face 51411 25662 27508 26356
Face 51412 27273 25662 26356
Face 51413 27508 20883 16710
Face 51414 18327 18879 17426
Face 51415 18879 537 538
Face 51416 24256 24165 24254
Face 51417 27216 29074 27506
Face 51418 26683 11649 26795
Face 51419 26569 26685 11649
Face 51420 26796 26912 26911
Face 51421 26795 26796 26911
Face 51422 26912 27025 27024
Face 51423 26911 26912 27024
Face 51424 27025 27142 27141
Face 51425 27024 27025 27141
Face 51426 27256 27255 27141
Face 51427 27142 27256 27141
Face 51428 33240 33376 33239
Face 51429 24367 24368 26988
Face 51430 10734 20576 6161
Face 51431 31270 31269 31168
Face 51432 27389 18820 29667
Face 51433 27898 27389 29667
Face 51434 18446 16519 6587
Face 51435 28680 29592 18028
Face 51436 27045 16717 27271
Face 51437 27581 27708 27707
Face 51438 21167 2422 18754
Face 51439 20896 13735 20712
Face 51440 26235 26119 25004
Face 51441 28541 16773 21228
Face 51442 29070 27616 18822
Face 51443 18822 27616 2679
Face 51444 18879 18984 17426
Face 51445 20798 20799 326
Face 51446 26356 27508 16710
Face 51447 20883 223 27265
Face 51448 16710 20883 27265
Face 51449 29975 29974 29916
Face 51450 223 20807 28160
Face 51451 23568 23652 23651
Face 51452 18984 18879 538
Face 51453 28402 21146 28403
Face 51454 32402 32514 32513
Face 51455 26685 26797 26796
Face 51456 11649 26796 26795
Face 51457 26797 26913 26912
Face 51458 26796 26797 26912
Face 51459 26913 27026 27025
Face 51460 26912 26913 27025
Face 51461 27026 27143 27142
Face 51462 27025 27026 27142
Face 51463 12350 20470 29014
Face 51464 12350 34594 28423
Face 51465 20599 27333 20688
Face 51466 22709 21236 24288
Face 51467 18865 25570 25566
Face 51468 33869 33996 33868
Face 51469 29276 18865 12059
Face 51470 29274 29276 12059
Face 51471 20752 20663 20661
Face 51472 6033 27257 19089
Face 51473 16717 18416 27271
Face 51474 27384 27631 18416
Face 51475 6706 6705 20712
Face 51476 13735 6706 20712
Face 51477 26180 28498 29463
Face 51478 29052 29183 29051
Face 51479 27506 29070 18822
Face 51480 27616 11108 2679
Face 51481 29711 7124 29710
Face 51482 7124 18327 17426
Face 51483 27265 223 28160
Face 51484 29275 29145 28160
Face 51485 26528 20241 26527
Face 51486 20807 29275 28160
Face 51487 16016 22662 14761
Face 51488 34690 20118 12586
Face 51489 26454 26570 26569
Face 51490 20755 21023 20576
Face 51491 26570 26686 26685
Face 51492 26569 26570 26685
Face 51493 26686 26798 26797
Face 51494 26685 26686 26797
Face 51495 26798 26914 26913
Face 51496 26797 26798 26913
Face 51497 26914 27027 27026
Face 51498 26913 26914 27026
Face 51499 27027 27144 27143
Face 51500 27026 27027 27143
Face 51501 24194 25520 25519
Face 51502 21411 21317 21318
Face 51503 25877 19381 25876
Face 51504 20520 20519 20433
Face 51505 26202 26320 26319
Face 51506 27515 27516 29274
Face 51507 25756 25757 25863
Face 51508 26201 26202 26319
Face 51509 27162 23340 27446
Face 51510 25757 25864 25863
Face 51511 23915 25845 24012
Face 51512 4445 16771 23807
Face 51513 16867 16866 6705
Face 51514 6706 16867 6705
Face 51515 34701 29615 34326
Face 51516 31367 31471 31366
Face 51517 11108 2647 16721
Face 51518 2679 11108 16721
Face 51519 29579 29711 29578
Face 51520 21166 7124 17426
Face 51521 29275 18868 27019
Face 51522 29145 29275 27019
Face 51523 17621 16349 17961
Face 51524 16705 29330 20404
Face 51525 29462 2788 23222
Face 51526 26878 20255 26764
Face 51527 23544 18260 27050
Face 51528 26455 26571 26570
Face 51529 26454 26455 26570
Face 51530 26571 26687 26686
Face 51531 26570 26571 26686
Face 51532 26687 26799 26798
Face 51533 26686 26687 26798
Face 51534 26799 26915 26914
Face 51535 26798 26799 26914
Face 51536 26915 27028 27027
Face 51537 26914 26915 27027
Face 51538 27145 27144 27027
Face 51539 27028 27145 27027
Face 51540 22366 29542 29674
Face 51541 19866 26554 26436
Face 51542 26319 26320 26436
Face 51543 27478 29193 27477
Face 51544 28111 28110 27977
Face 51545 13182 11205 10970
Face 51546 28248 28247 28110
Face 51547 27717 27846 27716
Face 51548 25980 25988 25484
Face 51549 27846 27978 27845
Face 51550 25988 25485 25484
Face 51551 25485 26308 26295
Face 51552 16867 25988 25980
Face 51553 16866 16867 25980
Face 51554 31474 31473 31369
Face 51555 31370 31474 31369
Face 51556 2647 28297 5505
Face 51557 16721 2647 5505
Face 51558 7124 21166 29710
Face 51559 28297 29720 2692
Face 51560 19471 15603 20810
Face 51561 29711 29710 29578
Face 51562 27019 18868 27696
Face 51563 11181 26105 11250
Face 51564 25172 25730 24333
Face 51565 25731 24205 25732
Face 51566 21702 21798 21701
Face 51567 11427 11428 11509
Face 51568 26339 26456 26455
Face 51569 26221 26339 11409
Face 51570 26456 26572 26571
Face 51571 26455 26456 26571
Face 51572 26572 26688 26687
Face 51573 26571 26572 26687
Face 51574 26688 26800 26799
Face 51575 26687 26688 26799
Face 51576 26800 26916 26915
Face 51577 26799 26800 26915
Face 51578 26916 27029 27028
Face 51579 26915 26916 27028
Face 51580 27029 27146 27145
Face 51581 27028 27029 27145
Face 51582 24786 24919 24918
Face 51583 12253 27166 12341
Face 51584 28248 28382 28381
Face 51585 19189 18894 19188
Face 51586 28938 18458 25487
Face 51587 27978 28111 27977
Face 51588 27621 27620 26295
Face 51589 27365 28938 25487
Face 51590 27956 28088 27751
Face 51591 25484 25485 26295
Face 51592 27217 27956 27751
Face 51593 20982 20626 28088
Face 51594 27956 20982 28088
Face 51595 29668 20982 16663
Face 51596 21549 18101 29751
Face 51597 20982 29668 20626
Face 51598 2692 29720 21549
Face 51599 18101 27156 29751
Face 51600 5505 28297 2692
Face 51601 29720 18101 21549
Face 51602 29579 29578 29447
Face 51603 29448 29579 29447
Face 51604 23296 23621 27050
Face 51605 29317 29448 29316
Face 51606 19036 18985 18986
Face 51607 20806 19231 18937
Face 51608 11181 11182 26106
Face 51609 28524 28659 28658
Face 51610 30284 30351 30283
Face 51611 24168 19206 24169
Face 51612 26902 27014 28287
Face 51613 26105 26222 26221
Face 51614 33872 33999 33871
Face 51615 26222 26340 26339
Face 51616 26221 26222 26339
Face 51617 26340 26457 26456
Face 51618 26339 26340 26456
Face 51619 26457 26573 26572
Face 51620 26456 26457 26572
Face 51621 26573 26689 26688
Face 51622 26572 26573 26688
Face 51623 26689 26801 26800
Face 51624 26688 26689 26800
Face 51625 26917 26916 26800
Face 51626 26801 26917 26800
Face 51627 27030 27029 26916
Face 51628 26917 27030 26916
Face 51629 27030 27147 27146
Face 51630 27029 27030 27146
Face 51631 31916 32021 31915
Face 51632 30590 30684 30683
Face 51633 25487 18458 26090
Face 51634 29429 29560 29559
Face 51635 18508 6638 27744
Face 51636 18458 19251 26090
Face 51637 18670 27614 21078
Face 51638 27614 18508 27744
Face 51639 17311 18670 20972
Face 51640 27614 27744 21078
Face 51641 13202 29014 22563
Face 51642 25427 29844 29843
Face 51643 29844 25427 29845
Face 51644 5889 2168 27741
Face 51645 27156 21071 21072
Face 51646 29751 27156 21072
Face 51647 29317 29316 29186
Face 51648 29187 29317 29186
Face 51649 29187 29186 29055
Face 51650 29448 29447 29316
Face 51651 28128 28127 27994
Face 51652 29056 29187 29055
Face 51653 27995 28128 27994
Face 51654 19202 18355 2168
Face 51655 28544 28937 28408
Face 51656 18657 27155 28943
Face 51657 11182 25993 26106
Face 51658 28943 27155 29324
Face 51659 28572 18657 14427
Face 51660 29047 29046 28919
Face 51661 28931 29058 28930
Face 51662 14427 18657 28943
Face 51663 28805 28931 28804
Face 51664 29058 29057 28930
Face 51665 28676 28805 28675
Face 51666 32971 32970 32838
Face 51667 20255 26991 20338
Face 51668 26106 26223 26222
Face 51669 26105 26106 26222
Face 51670 26223 26341 26340
Face 51671 26222 26223 26340
Face 51672 26341 26458 26457
Face 51673 26340 26341 26457
Face 51674 26458 26574 26573
Face 51675 26457 26458 26573
Face 51676 26574 26690 26689
Face 51677 26573 26574 26689
Face 51678 26690 26802 26801
Face 51679 26689 26690 26801
Face 51680 26918 26917 26801
Face 51681 26802 26918 26801
Face 51682 27031 27030 26917
Face 51683 26918 27031 26917
Face 51684 27031 27148 27147
Face 51685 27030 27031 27147
Face 51686 28632 28494 21679
Face 51687 28886 21969 29011
Face 51688 19701 26305 26127
Face 51689 34415 34617 12631
Face 51690 13549 19701 26127
Face 51691 25535 25525 26127
Face 51692 29433 29432 29301
Face 51693 23120 29582 27958
Face 51694 18820 23183 23111
Face 51695 27860 27859 27730
Face 51696 13907 13906 12528
Face 51697 24255 24389 24286
Face 51698 28670 28669 28534
Face 51699 28539 28538 28403
Face 51700 29183 29313 29182
Face 51701 21330 21422 28676
Face 51702 28931 28930 28804
Face 51703 25644 28498 26180
Face 51704 11205 9182 10970
Face 51705 28805 28804 28675
Face 51706 29602 27886 2817
Face 51707 2420 29748 2678
Face 51708 17942 6912 11233
Face 51709 21329 28675 28539
Face 51710 27886 28561 2817
Face 51711 28239 28240 28373
Face 51712 28803 28802 28673
Face 51713 28674 28803 28673
Face 51714 29189 29188 27452
Face 51715 31068 31067 30968
Face 51716 28373 28374 28508
Face 51717 26772 26773 26886
Face 51718 6404 29602 18362
Face 51719 27232 27342 27341
Face 51720 26542 26658 26657
Face 51721 19088 6797 18541
Face 51722 26887 27000 26999
Face 51723 28128 27995 20964
Face 51724 28400 28535 28399
Face 51725 25667 25668 25770
Face 51726 10999 6588 20702
Face 51727 28665 28794 28664
Face 51728 29199 27758 28556
Face 51729 24386 29089 22891
Face 51730 29574 29573 29442
Face 51731 28158 28153 27245
Face 51732 20403 21296 20404
Face 51733 26177 27476 26126
Face 51734 33619 33744 33618
Face 51735 31064 31163 31063
Face 51736 26107 26224 26223
Face 51737 26106 26107 26223
Face 51738 26224 26342 26341
Face 51739 26223 26224 26341
Face 51740 26342 26459 26458
Face 51741 26341 26342 26458
Face 51742 26459 26575 26574
Face 51743 26458 26459 26574
Face 51744 26575 26691 26690
Face 51745 26574 26575 26690
Face 51746 26691 26803 26802
Face 51747 26690 26691 26802
Face 51748 26919 26918 26802
Face 51749 26803 26919 26802
Face 51750 27032 27031 26918
Face 51751 26919 27032 26918
Face 51752 27032 27149 27148
Face 51753 27031 27032 27148
Face 51754 31264 31263 31162
Face 51755 31163 31264 31162
Face 51756 30965 31064 30964
Face 51757 11684 11605 34710
Face 51758 25659 17761 313
Face 51759 28401 28400 28266
Face 51760 21168 21167 18753
Face 51761 28651 28652 28780
Face 51762 28788 28914 28787
Face 51763 29041 29040 28913
Face 51764 29308 29439 29307
Face 51765 28914 29041 28913
Face 51766 26684 26794 25542
Face 51767 18444 28287 26440
Face 51768 21887 21009 20908
Face 51769 6281 29482 27048
Face 51770 23264 19787 26320
Face 51771 29666 18550 27046
Face 51772 26932 27044 27768
Face 51773 28015 28022 28697
Face 51774 10683 23721 12837
Face 51775 27985 27984 27852
Face 51776 19087 2420 29189
Face 51777 29323 29331 18862
Face 51778 28929 29056 28928
Face 51779 6594 29748 2420
Face 51780 28929 28928 28802
Face 51781 28803 28929 28802
Face 51782 29964 29963 29905
Face 51783 29056 29055 28928
Face 51784 28118 28255 28117
Face 51785 9642 22764 12002
Face 51786 27853 27985 27852
Face 51787 27606 27632 25979
Face 51788 25775 27632 27606
Face 51789 18861 25775 25658
Face 51790 18355 27900 2168
Face 51791 27632 28414 25979
Face 51792 25658 25775 27606
Face 51793 28414 28134 18769
Face 51794 6808 6705 7027
Face 51795 25429 29841 29840
Face 51796 25979 28414 18769
Face 51797 28674 28673 28538
Face 51798 34590 34681 34689
Face 51799 28389 28524 28523
Face 51800 28539 28674 28538
Face 51801 25870 25951 25481
Face 51802 17055 20625 169
Face 51803 6705 6808 20715
Face 51804 23125 23183 23589
Face 51805 26242 27619 27617
Face 51806 25993 26108 26107
Face 51807 27750 28569 13737
Face 51808 26108 26225 26224
Face 51809 26107 26108 26224
Face 51810 26225 26343 26342
Face 51811 26224 26225 26342
Face 51812 26343 26460 26459
Face 51813 26342 26343 26459
Face 51814 26460 26576 26575
Face 51815 26459 26460 26575
Face 51816 26576 26692 26691
Face 51817 26575 26576 26691
Face 51818 26692 26804 26803
Face 51819 26691 26692 26803
Face 51820 26804 26920 26919
Face 51821 26803 26804 26919
Face 51822 26920 27033 27032
Face 51823 26919 26920 27032
Face 51824 27033 27150 27149
Face 51825 27032 27033 27149
Face 51826 27150 27262 27261
Face 51827 27149 27150 27261
Face 51828 24490 29789 29790
Face 51829 19938 24211 16722
Face 51830 28267 28401 28266
Face 51831 34408 12364 34540
Face 51832 14427 28943 27267
Face 51833 6940 14427 27267
Face 51834 27619 29331 29323
Face 51835 28943 29324 29456
Face 51836 26241 26242 27617
Face 51837 6705 16866 7027
Face 51838 20099 24207 19378
Face 51839 27504 27364 25060
Face 51840 27481 26784 26672
Face 51841 3321 6510 14256
Face 51842 30659 30758 30658
Face 51843 24167 20696 24870
Face 51844 25428 29841 25429
Face 51845 29825 23194 29838
Face 51846 307 3953 10592
Face 51847 25667 25770 25769
Face 51848 29210 28362 28435
Face 51849 21072 21071 28227
Face 51850 20976 20975 33949
Face 51851 31373 31477 31372
Face 51852 29719 28432 29586
Face 51853 34123 33999 16767
Face 51854 6594 26681 29748
Face 51855 33495 33622 33494
Face 51856 28255 28254 28117
Face 51857 6704 6703 6908
Face 51858 28388 28389 28523
Face 51859 27985 28118 27984
Face 51860 29845 20870 29846
Face 51861 19462 19381 19382
Face 51862 25199 18960 27504
Face 51863 28134 28230 28364
Face 51864 26176 25317 26294
Face 51865 18769 28134 28364
Face 51866 28543 26566 26299
Face 51867 31888 31889 31996
Face 51868 26202 23899 26320
Face 51869 20750 12623 18256
Face 51870 29717 21077 24134
Face 51871 20625 28820 29076
Face 51872 20870 29845 25427
Face 51873 30828 23311 30829
Face 51874 6607 17055 169
Face 51875 20691 11652 29826
Face 51876 21023 21112 22969
Face 51877 2818 20987 26873
Face 51878 16263 2004 15667
Face 51879 22986 19626 19627
Face 51880 30565 30659 30564
Face 51881 25433 23959 25498
Face 51882 13013 34288 12102
Face 51883 29667 18820 23111
Face 51884 33089 33224 33088
Face 51885 19378 22990 20099
Face 51886 22175 29280 29411
Face 51887 25994 26109 26108
Face 51888 25993 25994 26108
Face 51889 26109 26226 26225
Face 51890 26108 26109 26225
Face 51891 26226 26344 26343
Face 51892 26225 26226 26343
Face 51893 26344 26461 26460
Face 51894 26343 26344 26460
Face 51895 26461 26577 26576
Face 51896 26460 26461 26576
Face 51897 26577 26693 26692
Face 51898 26576 26577 26692
Face 51899 26805 26804 26692
Face 51900 26693 26805 26692
Face 51901 26805 26921 26920
Face 51902 26804 26805 26920
Face 51903 26921 27034 27033
Face 51904 26920 26921 27033
Face 51905 27034 27151 27150
Face 51906 27033 27034 27150
Face 51907 27263 27262 27150
Face 51908 27151 27263 27150
Face 51909 17261 16944 23092
Face 51910 29490 29491 24219
Face 51911 26936 26871 20801
Face 51912 29190 19087 29189
Face 51913 27491 27499 29205
Face 51914 28810 27493 25682
Face 51915 2819 2690 23575
Face 51916 31694 31806 31693
Face 51917 13546 222 12943
Face 51918 222 13546 16868
Face 51919 28700 10837 26530
Face 51920 30342 30341 30274
Face 51921 28781 28907 28906
Face 51922 26784 28700 26530
Face 51923 28432 27128 28298
Face 51924 29164 29165 29294
Face 51925 24133 21077 24067
Face 51926 27128 2811 18873
Face 51927 27875 26556 24598
Face 51928 24393 24599 23865
Face 51929 29594 29719 25961
Face 51930 28432 28298 29586
Face 51931 28563 28427 19043
Face 51932 28427 28563 29732
Face 51933 27128 28274 28298
Face 51934 28698 26205 25851
Face 51935 28433 26322 9327
Face 51936 18873 2811 26208
Face 51937 25487 26090 28230
Face 51938 19202 2168 5889
Face 51939 29696 29695 29563
Face 51940 28134 25487 28230
Face 51941 32022 32021 31916
Face 51942 25872 25873 25981
Face 51943 23423 14428 17590
Face 51944 27995 27994 27862
Face 51945 19276 23495 23661
Face 51946 29712 29711 29579
Face 51947 32662 32880 21634
Face 51948 24470 25518 11671
Face 51949 169 20625 29076
Face 51950 19306 19383 25878
Face 51951 20706 26587 29076
Face 51952 28820 20706 29076
Face 51953 25669 25668 25577
Face 51954 25578 25669 25577
Face 51955 26179 27477 26177
Face 51956 29350 18771 18559
Face 51957 26986 17055 6607
Face 51958 5889 27741 28429
Face 51959 29456 29324 2818
Face 51960 26873 26986 6607
Face 51961 27267 28943 29456
Face 51962 20987 26986 26873
Face 51963 26784 26530 26672
Face 51964 29324 20987 2818
Face 51965 16957 18509 18452
Face 51966 26871 28810 25682
Face 51967 222 16957 18452
Face 51968 2681 20805 18509
Face 51969 16957 2681 18509
Face 51970 28540 23577 27129
Face 51971 29734 27393 20805
Face 51972 25995 26110 26109
Face 51973 25994 25995 26109
Face 51974 26110 26227 26226
Face 51975 26109 26110 26226
Face 51976 26227 26345 26344
Face 51977 26226 26227 26344
Face 51978 26345 26462 26461
Face 51979 26344 26345 26461
Face 51980 26462 26578 26577
Face 51981 26461 26462 26577
Face 51982 26578 26694 26693
Face 51983 26577 26578 26693
Face 51984 26694 26806 26805
Face 51985 26693 26694 26805
Face 51986 26806 26922 26921
Face 51987 26805 26806 26921
Face 51988 26922 27035 27034
Face 51989 26921 26922 27034
Face 51990 27152 27151 27034
Face 51991 27035 27152 27034
Face 51992 23391 24503 24937
Face 51993 24399 27262 24398
Face 51994 20637 23117 11292
Face 51995 20316 13734 11525
Face 51996 2681 29734 20805
Face 51997 27635 27276 27393
Face 51998 29734 27635 27393
Face 51999 27487 18869 27276
Face 52000 27635 27487 27276
Face 52001 25643 25537 18869
Face 52002 27487 25643 18869
Face 52003 26323 25538 25537
Face 52004 28027 29649 27161
Face 52005 25643 26323 25537
Face 52006 28700 14427 6940
Face 52007 19203 26303 28570
Face 52008 28536 28535 28400
Face 52009 10837 28700 6940
Face 52010 28401 28536 28400
Face 52011 28671 28670 28535
Face 52012 6914 6913 13549
Face 52013 14790 6913 14668
Face 52014 28225 18512 20972
Face 52015 18670 21078 20972
Face 52016 27217 27751 29728
Face 52017 29482 27217 29728
Face 52018 29482 29728 29732
Face 52019 27048 29482 29732
Face 52020 25749 28563 19043
Face 52021 28563 27048 29732
Face 52022 25749 19043 28808
Face 52023 7127 25749 28808
Face 52024 7127 28808 6638
Face 52025 18508 7127 6638
Face 52026 23585 26586 21454
Face 52027 191 21454 28225
Face 52028 29976 30037 29975
Face 52029 30409 30408 30341
Face 52030 30480 30565 30479
Face 52031 26358 26476 11665
Face 52032 29034 29165 29164
Face 52033 16963 6715 25567
Face 52034 27165 16962 1866
Face 52035 29295 29426 29425
Face 52036 29058 29059 21703
Face 52037 13256 23975 27099
Face 52038 30880 30981 30879
Face 52039 29847 29901 29846
Face 52040 25669 25772 25771
Face 52041 25668 25669 25771
Face 52042 2894 24276 974
Face 52043 25771 25772 25878
Face 52044 29348 29350 18559
Face 52045 18771 25899 25884
Face 52046 21233 22853 25660
Face 52047 26325 27630 26324
Face 52048 2908 27875 20514
Face 52049 21057 21146 28267
Face 52050 29719 29586 25961
Face 52051 18986 536 537
Face 52052 29594 25961 20800
Face 52053 18541 29594 20800
Face 52054 27481 26672 27493
Face 52055 14330 14221 23022
Face 52056 29649 28570 27161
Face 52057 28810 27481 27493
Face 52058 11106 19090 25538
Face 52059 2293 14311 25636
Face 52060 26323 11106 25538
Face 52061 25885 25996 25995
Face 52062 28494 28360 21584
Face 52063 25996 26111 26110
Face 52064 25995 25996 26110
Face 52065 26111 26228 26227
Face 52066 26110 26111 26227
Face 52067 26228 26346 26345
Face 52068 26227 26228 26345
Face 52069 26346 26463 26462
Face 52070 26345 26346 26462
Face 52071 26463 26579 26578
Face 52072 26462 26463 26578
Face 52073 26695 26694 26578
Face 52074 26579 26695 26578
Face 52075 26695 26807 26806
Face 52076 26694 26695 26806
Face 52077 26807 26923 26922
Face 52078 26806 26807 26922
Face 52079 27036 27035 26922
Face 52080 26923 27036 26922
Face 52081 27153 27152 27035
Face 52082 27036 27153 27035
Face 52083 22781 25729 25728
Face 52084 11950 427 11934
Face 52085 29622 27507 19090
Face 52086 11106 29622 19090
Face 52087 28151 28161 28279
Face 52088 29622 6712 6593
Face 52089 26871 25682 20801
Face 52090 28559 28027 25636
Face 52091 29649 19203 28570
Face 52092 26936 20801 26303
Face 52093 28800 28926 28799
Face 52094 19203 26936 26303
Face 52095 28536 28671 28535
Face 52096 28800 28799 28670
Face 52097 28671 28800 28670
Face 52098 28926 28925 28799
Face 52099 6913 6914 14668
Face 52100 2169 18756 2294
Face 52101 6913 19701 13549
Face 52102 26092 19089 29749
Face 52103 27620 27621 29333
Face 52104 19251 21452 20148
Face 52105 26308 27621 26295
Face 52106 29334 2167 20895
Face 52107 29333 29334 20895
Face 52108 27621 29334 29333
Face 52109 20895 2167 25795
Face 52110 2167 25843 25795
Face 52111 25795 25843 27636
Face 52112 25843 27735 27636
Face 52113 27636 27735 27365
Face 52114 27735 28938 27365
Face 52115 24996 11975 24423
Face 52116 21454 18512 28225
Face 52117 29154 29155 29284
Face 52118 25416 11671 25451
Face 52119 20574 19476 21087
Face 52120 23994 23802 22516
Face 52121 22152 15736 28688
Face 52122 29564 29563 29432
Face 52123 28566 26590 25571
Face 52124 18512 17311 20972
Face 52125 27356 28566 6800
Face 52126 6800 28566 25571
Face 52127 27638 27356 27625
Face 52128 27625 27356 6800
Face 52129 28024 27638 27511
Face 52130 27511 27638 27625
Face 52131 18559 18771 25884
Face 52132 27762 28024 27511
Face 52133 25899 28024 27762
Face 52134 25884 25899 27762
Face 52135 27630 29350 29348
Face 52136 28271 26877 29666
Face 52137 25535 26325 25525
Face 52138 27626 27630 29348
Face 52139 26305 25535 26127
Face 52140 27630 27626 26324
Face 52141 18756 18755 2294
Face 52142 26325 26324 25525
Face 52143 29184 29183 29052
Face 52144 2169 2294 18253
Face 52145 29053 29052 28925
Face 52146 29053 29184 29052
Face 52147 28027 27161 25636
Face 52148 28926 29053 28925
Face 52149 27507 29622 6593
Face 52150 28161 2685 28279
Face 52151 6712 29469 29599
Face 52152 20866 20865 20777
Face 52153 25886 25997 25996
Face 52154 25885 25886 25996
Face 52155 25997 26112 26111
Face 52156 25996 25997 26111
Face 52157 26112 26229 26228
Face 52158 26111 26112 26228
Face 52159 26229 26347 26346
Face 52160 26228 26229 26346
Face 52161 26347 26464 26463
Face 52162 26346 26347 26463
Face 52163 26464 26580 26579
Face 52164 26463 26464 26579
Face 52165 26580 26696 26695
Face 52166 26579 26580 26695
Face 52167 26696 26808 26807
Face 52168 26695 26696 26807
Face 52169 26924 26923 26807
Face 52170 26808 26924 26807
Face 52171 27037 27036 26923
Face 52172 26924 27037 26923
Face 52173 16836 22839 22790
Face 52174 27036 27037 27153
Face 52175 6593 6712 29599
Face 52176 29469 25790 25662
Face 52177 29599 29469 25662
Face 52178 25790 27607 27508
Face 52179 2685 6523 25631
Face 52180 25662 25790 27508
Face 52181 29314 29445 29313
Face 52182 28279 2685 25631
Face 52183 29314 29313 29183
Face 52184 29184 29314 29183
Face 52185 29576 29575 29444
Face 52186 29445 29444 29313
Face 52187 6621 6606 29700
Face 52188 29445 29576 29444
Face 52189 18756 14790 18755
Face 52190 29701 6621 29700
Face 52191 14790 14668 18755
Face 52192 26092 29749 27749
Face 52193 6797 19000 29594
Face 52194 2811 6651 16711
Face 52195 27725 27724 27597
Face 52196 25419 26179 26177
Face 52197 28689 28543 26902
Face 52198 2299 19188 17216
Face 52199 28381 28382 28516
Face 52200 28111 28248 28110
Face 52201 27846 27845 27716
Face 52202 31189 31290 31289
Face 52203 27978 27977 27845
Face 52204 27590 27717 27589
Face 52205 26682 28282 28281
Face 52206 20718 16016 20806
Face 52207 29554 29686 29685
Face 52208 29422 29423 29553
Face 52209 29553 29554 29685
Face 52210 29686 29817 29816
Face 52211 29817 21547 29816
Face 52212 21547 21548 29816
Face 52213 29685 29686 29816
Face 52214 24671 24670 29353
Face 52215 29423 29554 29553
Face 52216 25849 24871 24681
Face 52217 26090 19251 20148
Face 52218 21322 21414 11433
Face 52219 31188 31189 31289
Face 52220 20148 21452 28270
Face 52221 25977 23727 23726
Face 52222 25772 19306 25878
Face 52223 25736 25635 23393
Face 52224 25962 26556 27875
Face 52225 27877 25962 27875
Face 52226 28271 29666 26556
Face 52227 25962 28271 26556
Face 52228 26877 18550 29666
Face 52229 26758 28015 18550
Face 52230 26877 26758 18550
Face 52231 6592 27765 28015
Face 52232 6592 28944 27765
Face 52233 26758 6592 28015
Face 52234 28944 28152 27765
Face 52235 27622 19070 28152
Face 52236 28944 27622 28152
Face 52237 3210 2169 18253
Face 52238 18767 27763 19070
Face 52239 29046 29177 29045
Face 52240 29307 29306 29176
Face 52241 29708 29707 29575
Face 52242 540 541 18033
Face 52243 26529 28161 28151
Face 52244 26066 26529 28151
Face 52245 27607 18970 20883
Face 52246 17132 7129 26066
Face 52247 27508 27607 20883
Face 52248 25778 25887 25886
Face 52249 11979 12064 12063
Face 52250 25887 25998 25997
Face 52251 25886 25887 25997
Face 52252 25998 26113 26112
Face 52253 25997 25998 26112
Face 52254 26113 26230 26229
Face 52255 26112 26113 26229
Face 52256 26230 26348 26347
Face 52257 26229 26230 26347
Face 52258 26348 26465 26464
Face 52259 26347 26348 26464
Face 52260 26465 26581 26580
Face 52261 26464 26465 26580
Face 52262 26581 26697 26696
Face 52263 26580 26581 26696
Face 52264 26809 26808 26696
Face 52265 26697 26809 26696
Face 52266 26925 26924 26808
Face 52267 26809 26925 26808
Face 52268 21364 10596 13126
Face 52269 26924 26925 27037
Face 52270 28950 27612 2293
Face 52271 14311 28559 25636
Face 52272 21069 19092 28950
Face 52273 27612 14311 2293
Face 52274 6523 19092 21069
Face 52275 25631 6523 21069
Face 52276 13073 18008 18982
Face 52277 19092 27612 28950
Face 52278 29177 29307 29176
Face 52279 18980 541 540
Face 52280 12167 27166 12253
Face 52281 29569 29701 29568
Face 52282 27764 29716 27128
Face 52283 3210 18253 6606
Face 52284 34121 34120 33995
Face 52285 6621 3210 6606
Face 52286 18799 28557 18457
Face 52287 29285 29416 29284
Face 52288 28762 26440 27608
Face 52289 27622 18767 19070
Face 52290 26773 26772 26657
Face 52291 26999 27000 27115
Face 52292 25654 27748 26792
Face 52293 28506 28507 28641
Face 52294 6525 6524 7028
Face 52295 23585 24645 11975
Face 52296 25864 25975 25974
Face 52297 25863 25864 25974
Face 52298 25974 25975 26085
Face 52299 25975 26086 26085
Face 52300 26085 26086 26201
Face 52301 26086 26202 26201
Face 52302 23297 23296 24495
Face 52303 27047 27049 25559
Face 52304 28364 28166 27361
Face 52305 26296 28364 27361
Face 52306 25979 18769 19197
Face 52307 27637 25979 19197
Face 52308 25651 25658 27605
Face 52309 27606 25979 27637
Face 52310 18862 25658 25651
Face 52311 27605 27606 27637
Face 52312 18863 18862 25651
Face 52313 25658 27606 27605
Face 52314 18769 28364 26296
Face 52315 19197 18769 26296
Face 52316 29323 18862 18863
Face 52317 28382 28517 28516
Face 52318 27617 29323 29320
Face 52319 29320 29323 18863
Face 52320 26241 27617 27611
Face 52321 27611 27617 29320
Face 52322 25481 26241 26240
Face 52323 26240 26241 27611
Face 52324 25857 25870 25480
Face 52325 25480 25481 26240
Face 52326 6716 25870 25857
Face 52327 16864 6716 25857
Face 52328 6807 6716 16864
Face 52329 25870 25481 25480
Face 52330 20714 20713 6805
Face 52331 6805 6807 16864
Face 52332 29563 29562 29431
Face 52333 29432 29563 29431
Face 52334 26015 26014 27763
Face 52335 25074 4478 25075
Face 52336 29046 29045 28918
Face 52337 28919 29046 28918
Face 52338 324 6911 18033
Face 52339 17139 324 18033
Face 52340 29454 7129 17132
Face 52341 29452 29454 17132
Face 52342 18970 29650 223
Face 52343 20883 18970 223
Face 52344 29650 16703 20807
Face 52345 223 29650 20807
Face 52346 29406 29275 20807
Face 52347 25779 25888 25887
Face 52348 25778 25779 25887
Face 52349 25888 25999 25998
Face 52350 25887 25888 25998
Face 52351 25999 26114 26113
Face 52352 25998 25999 26113
Face 52353 26114 26231 26230
Face 52354 26113 26114 26230
Face 52355 26231 26349 26348
Face 52356 26230 26231 26348
Face 52357 26349 26466 26465
Face 52358 26348 26349 26465
Face 52359 26466 26582 26581
Face 52360 26465 26466 26581
Face 52361 26582 26698 26697
Face 52362 26581 26582 26697
Face 52363 26698 26810 26809
Face 52364 26697 26698 26809
Face 52365 30021 30022 30083
Face 52366 26809 26810 26925
Face 52367 29576 29708 29575
Face 52368 12233 26014 24509
Face 52369 29708 6605 29707
Face 52370 6605 6597 29707
Face 52371 6597 6605 13073
Face 52372 6605 18008 13073
Face 52373 18982 18980 540
Face 52374 18008 18980 18982
Face 52375 29438 29437 29306
Face 52376 541 17139 18033
Face 52377 26015 26988 26014
Face 52378 29307 29438 29306
Face 52379 20404 29330 20403
Face 52380 7846 18510 19377
Face 52381 18767 26015 27763
Face 52382 27231 27232 27341
Face 52383 6524 6525 15325
Face 52384 26677 26676 29741
Face 52385 18558 18460 20714
Face 52386 6589 6634 20703
Face 52387 18460 18558 21170
Face 52388 20713 6807 6805
Face 52389 21169 18460 21170
Face 52390 18460 20713 20714
Face 52391 29024 29155 29154
Face 52392 28656 28785 28784
Face 52393 29035 29036 29166
Face 52394 29167 29297 29296
Face 52395 12059 18865 25566
Face 52396 25570 27502 27480
Face 52397 25469 26219 26217
Face 52398 26217 26219 27515
Face 52399 24445 23851 22832
Face 52400 6651 28889 16711
Face 52401 29025 29156 29155
Face 52402 33869 33868 33742
Face 52403 25468 23932 24447
Face 52404 33743 33869 33742
Face 52405 11652 29827 29826
Face 52406 22955 21696 24750
Face 52407 25663 25664 25766
Face 52408 27475 27474 20518
Face 52409 25767 25874 25873
Face 52410 20019 26670 19942
Face 52411 25766 25767 25873
Face 52412 27474 27473 27354
Face 52413 28812 28940 23171
Face 52414 20613 25418 25417
Face 52415 24413 22983 24490
Face 52416 14915 15314 12590
Face 52417 20880 33444 33443
Face 52418 30275 30342 30274
Face 52419 27594 27593 27473
Face 52420 27474 27594 27473
Face 52421 27721 27720 27593
Face 52422 27594 27721 27593
Face 52423 27850 27849 27720
Face 52424 27721 27850 27720
Face 52425 28252 28251 28114
Face 52426 27982 27981 27849
Face 52427 27850 27982 27849
Face 52428 28115 28252 28114
Face 52429 28115 28114 27981
Face 52430 27982 28115 27981
Face 52431 29695 29694 29562
Face 52432 28252 28386 28385
Face 52433 28907 29034 29033
Face 52434 29432 29431 29300
Face 52435 29177 29176 29045
Face 52436 28780 28781 28906
Face 52437 324 11001 11028
Face 52438 28919 28918 28792
Face 52439 7129 26529 26066
Face 52440 6911 324 11028
Face 52441 16703 29406 20807
Face 52442 27823 29454 29452
Face 52443 28831 28956 24160
Face 52444 29275 29406 18868
Face 52445 24115 24114 26327
Face 52446 25780 25889 25888
Face 52447 25779 25780 25888
Face 52448 25889 26000 25999
Face 52449 25888 25889 25999
Face 52450 26000 26115 26114
Face 52451 25999 26000 26114
Face 52452 26115 26232 26231
Face 52453 26114 26115 26231
Face 52454 26232 26350 26349
Face 52455 26231 26232 26349
Face 52456 26350 26467 26466
Face 52457 26349 26350 26466
Face 52458 26583 26582 26466
Face 52459 26467 26583 26466
Face 52460 26699 26698 26582
Face 52461 26583 26699 26582
Face 52462 6415 13737 1978
Face 52463 26698 26699 26810
Face 52464 27340 27341 27459
Face 52465 23673 17713 22704
Face 52466 27747 27760 29450
Face 52467 29451 18654 17377
Face 52468 29450 29451 17377
Face 52469 18654 26065 26064
Face 52470 28394 28393 28259
Face 52471 28260 28394 28259
Face 52472 29569 29568 29437
Face 52473 29438 29569 29437
Face 52474 26813 16961 26901
Face 52475 29701 29700 29568
Face 52476 29563 29695 29562
Face 52477 15755 15904 3058
Face 52478 17620 18048 6601
Face 52479 29695 6663 29694
Face 52480 21169 21170 18048
Face 52481 6663 17620 6601
Face 52482 29730 29731 27386
Face 52483 17620 21169 18048
Face 52484 28521 28656 28655
Face 52485 26206 26204 25426
Face 52486 28251 28252 28385
Face 52487 28520 28521 28655
Face 52488 28386 28521 28520
Face 52489 28385 28386 28520
Face 52490 28655 28656 28784
Face 52491 28785 28911 28910
Face 52492 28653 28654 28782
Face 52493 28783 28909 28908
Face 52494 7021 7132 6915
Face 52495 18761 7021 18762
Face 52496 25460 25469 26217
Face 52497 26219 27516 27515
Face 52498 25475 25469 25460
Face 52499 25454 25475 25460
Face 52500 25026 29065 29725
Face 52501 6582 25475 6581
Face 52502 13721 29341 9054
Face 52503 30569 30663 30568
Face 52504 22839 16836 9642
Face 52505 30567 30566 30481
Face 52506 26187 5336 27698
Face 52507 24114 23992 26327
Face 52508 6908 6909 18760
Face 52509 7134 6634 6589
Face 52510 18661 6908 18760
Face 52511 6908 6703 7025
Face 52512 6909 6908 7025
Face 52513 6582 6581 7025
Face 52514 6703 6582 7025
Face 52515 25475 25454 6581
Face 52516 21173 18661 18760
Face 52517 27516 29276 29274
Face 52518 2942 21173 19080
Face 52519 19080 21173 18760
Face 52520 6654 2942 2943
Face 52521 2943 2942 19080
Face 52522 29691 6654 7128
Face 52523 7128 6654 2943
Face 52524 29691 29690 29558
Face 52525 29690 29691 7128
Face 52526 29559 29558 29427
Face 52527 29559 29691 29558
Face 52528 28654 28783 28782
Face 52529 29428 29559 29427
Face 52530 29168 29169 29298
Face 52531 28519 28654 28653
Face 52532 29301 29432 29300
Face 52533 29299 29430 29429
Face 52534 29647 24257 24914
Face 52535 29301 29300 29170
Face 52536 28793 28919 28792
Face 52537 21228 23841 21320
Face 52538 11001 26909 26820
Face 52539 28793 28792 28663
Face 52540 27771 27823 29452
Face 52541 11028 11001 26820
Face 52542 29756 24815 24814
Face 52543 26439 27823 27771
Face 52544 29443 29574 29442
Face 52545 26993 26994 27109
Face 52546 20991 18868 29406
Face 52547 25781 25890 25889
Face 52548 25780 25781 25889
Face 52549 25890 26001 26000
Face 52550 25889 25890 26000
Face 52551 26001 26116 26115
Face 52552 26000 26001 26115
Face 52553 26116 26233 26232
Face 52554 26115 26116 26232
Face 52555 26233 26351 26350
Face 52556 26232 26233 26350
Face 52557 26468 26467 26350
Face 52558 26351 26468 26350
Face 52559 26584 26583 26467
Face 52560 26468 26584 26467
Face 52561 26584 26700 26699
Face 52562 26583 26584 26699
Face 52563 23612 23661 23578
Face 52564 18732 23424 11049
Face 52565 326 11000 323
Face 52566 27013 25549 25548
Face 52567 11000 27013 26985
Face 52568 3173 11000 26985
Face 52569 26065 28150 28149
Face 52570 17377 18654 26064
Face 52571 28260 28259 28122
Face 52572 28123 28260 28122
Face 52573 32226 32332 32331
Face 52574 33509 33508 33375
Face 52575 28657 28658 28786
Face 52576 18754 20712 20715
Face 52577 29037 29038 29168
Face 52578 6663 6601 29694
Face 52579 28910 28911 29037
Face 52580 29038 29169 29168
Face 52581 28784 28785 28910
Face 52582 28911 29038 29037
Face 52583 28102 28103 28239
Face 52584 29298 29429 29428
Face 52585 29418 29549 29548
Face 52586 29417 29418 29548
Face 52587 29166 29167 29296
Face 52588 29297 29428 29427
Face 52589 29036 29167 29166
Face 52590 29296 29297 29427
Face 52591 28782 28783 28908
Face 52592 28909 29036 29035
Face 52593 32232 32338 32231
Face 52594 28908 28909 29035
Face 52595 25453 25459 25458
Face 52596 25452 25453 25458
Face 52597 25459 26211 25458
Face 52598 26211 26210 25458
Face 52599 26211 27514 26210
Face 52600 27514 27503 26210
Face 52601 6600 2807 21236
Face 52602 26527 20241 26642
Face 52603 29213 29342 29341
Face 52604 15904 895 3058
Face 52605 29342 29475 29474
Face 52606 29341 29342 29474
Face 52607 26119 26120 25004
Face 52608 34576 34350 34471
Face 52609 11571 11649 26683
Face 52610 13860 14385 11936
Face 52611 29273 13485 20984
Face 52612 25672 30533 30620
Face 52613 27514 29273 29219
Face 52614 29219 29273 20984
Face 52615 6580 25453 25452
Face 52616 27503 27514 29219
Face 52617 5386 7021 6915
Face 52618 16959 6580 25452
Face 52619 6580 16959 6915
Face 52620 7132 6580 6915
Face 52621 13485 25565 16712
Face 52622 20984 13485 16712
Face 52623 25565 27479 27360
Face 52624 16712 25565 27360
Face 52625 28567 16670 28636
Face 52626 27479 28165 27896
Face 52627 27360 27479 27896
Face 52628 29742 29743 22752
Face 52629 18688 20929 20907
Face 52630 28165 25568 22760
Face 52631 28518 28519 28653
Face 52632 17355 23083 23002
Face 52633 29298 29299 29429
Face 52634 28384 28519 28518
Face 52635 29171 29301 29170
Face 52636 29430 29561 29560
Face 52637 25305 20908 21854
Face 52638 29171 29170 29039
Face 52639 28664 28793 28663
Face 52640 28133 27999 27270
Face 52641 26909 25547 25546
Face 52642 28664 28663 28528
Face 52643 26437 26439 27771
Face 52644 26820 26909 25546
Face 52645 12982 19036 18986
Face 52646 26985 27013 25548
Face 52647 18985 20806 536
Face 52648 29416 29415 29284
Face 52649 29440 29439 29308
Face 52650 25673 25782 25781
Face 52651 20991 14550 22338
Face 52652 25782 25891 25890
Face 52653 25781 25782 25890
Face 52654 25891 26002 26001
Face 52655 25890 25891 26001
Face 52656 26002 26117 26116
Face 52657 26001 26002 26116
Face 52658 26117 26234 26233
Face 52659 26116 26117 26233
Face 52660 26234 26352 26351
Face 52661 26233 26234 26351
Face 52662 26469 26468 26351
Face 52663 26352 26469 26351
Face 52664 26469 26585 26584
Face 52665 26468 26469 26584
Face 52666 12267 13182 10970
Face 52667 26584 26585 26700
Face 52668 18257 4592 29464
Face 52669 20797 20798 323
Face 52670 28920 28919 28793
Face 52671 23486 17054 28947
Face 52672 539 538 20797
Face 52673 20798 326 323
Face 52674 28150 28168 28135
Face 52675 26064 26065 28149
Face 52676 28123 28122 27989
Face 52677 27990 28123 27989
Face 52678 18975 18664 24613
Face 52679 28652 28781 28780
Face 52680 28523 28658 28657
Face 52681 28522 28523 28657
Face 52682 21171 21172 2941
Face 52683 29169 29299 29298
Face 52684 26888 26887 26773
Face 52685 27980 28113 27979
Face 52686 28509 28644 28643
Face 52687 28103 28240 28239
Face 52688 28644 28773 28772
Face 52689 28643 28644 28772
Face 52690 25966 28147 28146
Face 52691 28147 28153 28158
Face 52692 27764 28432 29719
Face 52693 19000 27764 29719
Face 52694 23990 23991 24112
Face 52695 29212 21070 20981
Face 52696 32450 32449 32337
Face 52697 13438 28952 13533
Face 52698 23363 25452 25434
Face 52699 27125 27124 27008
Face 52700 27241 27351 27240
Face 52701 25458 26210 26207
Face 52702 33782 33783 33907
Face 52703 27351 27350 27240
Face 52704 30022 30021 29960
Face 52705 25420 26181 26179
Face 52706 29082 29214 29213
Face 52707 11744 11745 11828
Face 52708 29214 29343 29342
Face 52709 29213 29214 29342
Face 52710 29343 29476 29475
Face 52711 29342 29343 29475
Face 52712 25868 25869 25017
Face 52713 29475 24541 29474
Face 52714 11545 11936 12107
Face 52715 29476 29606 24541
Face 52716 20322 28699 29621
Face 52717 21510 22954 22761
Face 52718 34008 34134 34007
Face 52719 6634 20614 20703
Face 52720 12206 28496 14664
Face 52721 29205 29212 20981
Face 52722 21070 16715 16664
Face 52723 30090 30152 30151
Face 52724 27896 22760 28028
Face 52725 29547 29679 29546
Face 52726 27360 27896 28028
Face 52727 27896 28165 22760
Face 52728 16712 27360 27359
Face 52729 27359 27360 28028
Face 52730 20984 16712 16669
Face 52731 16669 16712 27359
Face 52732 29219 20984 20985
Face 52733 20985 20984 16669
Face 52734 25452 25458 25434
Face 52735 29218 29219 20985
Face 52736 27009 27125 27008
Face 52737 16959 25452 23363
Face 52738 28383 28384 28518
Face 52739 26874 18768 29729
Face 52740 29429 29430 29560
Face 52741 28250 28384 28383
Face 52742 29040 29171 29039
Face 52743 29561 29693 29692
Face 52744 28133 28408 27999
Face 52745 29040 29039 28912
Face 52746 28529 28664 28528
Face 52747 28408 26680 27999
Face 52748 25547 26425 26424
Face 52749 28529 28528 28393
Face 52750 25549 26439 26437
Face 52751 25546 25547 26424
Face 52752 11000 3173 323
Face 52753 25548 25549 26437
Face 52754 18771 7121 25899
Face 52755 538 20798 20797
Face 52756 29597 29598 28761
Face 52757 25674 25783 25782
Face 52758 25673 25674 25782
Face 52759 25783 25892 25891
Face 52760 25782 25783 25891
Face 52761 25892 26003 26002
Face 52762 25891 25892 26002
Face 52763 26003 26118 26117
Face 52764 26002 26003 26117
Face 52765 26118 26235 26234
Face 52766 26117 26118 26234
Face 52767 26235 26353 26352
Face 52768 26234 26235 26352
Face 52769 26353 26470 26469
Face 52770 26352 26353 26469
Face 52771 21776 28632 21679
Face 52772 26469 26470 26585
Face 52773 28822 23486 28761
Face 52774 21598 28637 28766
Face 52775 27018 29598 29597
Face 52776 27135 27018 29597
Face 52777 27018 27135 27894
Face 52778 18742 17426 18983
Face 52779 18984 538 539
Face 52780 28168 29079 25881
Face 52781 28149 28150 28135
Face 52782 27990 27989 27857
Face 52783 27858 27990 27857
Face 52784 6528 28824 6403
Face 52785 28534 28533 28398
Face 52786 32057 32161 32056
Face 52787 28658 28787 28786
Face 52788 26774 26888 26773
Face 52789 33747 33873 33746
Face 52790 26782 26781 26666
Face 52791 26888 27001 27000
Face 52792 27266 29064 648
Face 52793 26551 26667 26550
Face 52794 29623 29741 26563
Face 52795 26676 28130 6401
Face 52796 27498 34686 34467
Face 52797 26563 26676 6401
Face 52798 29548 29549 29680
Face 52799 29812 2686 2299
Face 52800 27503 29219 29218
Face 52801 27500 27503 29218
Face 52802 25434 25458 26207
Face 52803 26210 27503 27500
Face 52804 18958 26900 18353
Face 52805 26207 26210 27500
Face 52806 29309 29440 29308
Face 52807 29703 29702 29570
Face 52808 29518 24028 24130
Face 52809 28698 16668 26205
Face 52810 33618 33617 33490
Face 52811 25882 25885 11183
Face 52812 29215 29214 29082
Face 52813 29083 29215 29082
Face 52814 29344 29343 29214
Face 52815 29215 29344 29214
Face 52816 29344 29477 29476
Face 52817 29343 29344 29476
Face 52818 29477 29607 29606
Face 52819 29476 29477 29606
Face 52820 29607 29740 29739
Face 52821 29606 29607 29739
Face 52822 28540 28541 21228
Face 52823 12458 23910 22178
Face 52824 29716 6651 2811
Face 52825 24113 24112 23991
Face 52826 18580 27996 2424
Face 52827 32972 32971 32839
Face 52828 28525 28524 28389
Face 52829 25955 25655 6287
Face 52830 28507 28508 28642
Face 52831 28390 28525 28389
Face 52832 25968 18357 25645
Face 52833 18876 25986 12060
Face 52834 29470 10987 18445
Face 52835 26908 28361 28283
Face 52836 18193 29673 14088
Face 52837 18968 2683 19457
Face 52838 18968 28683 2683
Face 52839 27742 27741 5257
Face 52840 27900 18968 19457
Face 52841 27829 27863 29461
Face 52842 6814 16959 23363
Face 52843 11048 14773 27047
Face 52844 18552 18928 18768
Face 52845 6915 16959 6814
Face 52846 28249 28250 28383
Face 52847 6654 16956 2942
Face 52848 29560 29561 29692
Face 52849 28113 28250 28249
Face 52850 28913 29040 28912
Face 52851 16677 16956 29692
Face 52852 26565 29065 26680
Face 52853 28913 28912 28786
Face 52854 28394 28529 28393
Face 52855 28408 26565 26680
Face 52856 26424 26425 27747
Face 52857 27729 27728 27601
Face 52858 26425 27760 27747
Face 52859 27760 29451 29450
Face 52860 17426 18742 7123
Face 52861 21166 17426 7123
Face 52862 29598 28822 28761
Face 52863 22837 24093 24038
Face 52864 25675 25784 25783
Face 52865 25674 25675 25783
Face 52866 25784 25893 25892
Face 52867 25783 25784 25892
Face 52868 25893 26004 26003
Face 52869 25892 25893 26003
Face 52870 26004 26119 26118
Face 52871 26003 26004 26118
Face 52872 26470 26353 11575
Face 52873 26118 26119 26235
Face 52874 29191 21703 29059
Face 52875 29903 29902 29848
Face 52876 23198 24244 24246
Face 52877 27154 24741 22838
Face 52878 23117 19345 23118
Face 52879 2680 27018 27894
Face 52880 29710 29709 29577
Face 52881 29564 29696 29563
Face 52882 28135 28168 25881
Face 52883 18983 18984 539
Face 52884 27858 27857 27728
Face 52885 29079 29715 27258
Face 52886 28687 28557 18799
Face 52887 32689 32688 32561
Face 52888 33622 33747 33621
Face 52889 20752 20661 28827
Face 52890 6401 28130 20980
Face 52891 28300 27738 18459
Face 52892 27983 27982 27850
Face 52893 6579 25992 6160
Face 52894 2806 2678 29623
Face 52895 27851 27983 27850
Face 52896 28298 28032 29455
Face 52897 29741 26676 26563
Face 52898 29680 29679 29547
Face 52899 28130 19091 20980
Face 52900 27893 26566 28543
Face 52901 28567 29457 16670
Face 52902 2168 27900 19457
Face 52903 19086 20718 20806
Face 52904 20535 16016 14761
Face 52905 5257 2168 19457
Face 52906 29936 19253 19252
Face 52907 18040 34053 18717
Face 52908 30047 30109 30046
Face 52909 16838 16768 16769
Face 52910 24200 22277 18972
Face 52911 33308 16348 16186
Face 52912 28828 13345 28701
Face 52913 25750 19374 25648
Face 52914 32687 32686 32559
Face 52915 29216 25023 19305
Face 52916 26306 26418 12088
Face 52917 23157 22782 24588
Face 52918 29345 29344 29215
Face 52919 6595 22279 19212
Face 52920 29345 29478 29477
Face 52921 29344 29345 29477
Face 52922 29478 29608 29607
Face 52923 29477 29478 29607
Face 52924 22753 23910 29740
Face 52925 29607 29608 29740
Face 52926 20706 20120 20119
Face 52927 14850 20991 15034
Face 52928 22178 23910 20342
Face 52929 23220 18612 23276
Face 52930 26677 26681 28765
Face 52931 27836 27837 27968
Face 52932 29031 29162 29030
Face 52933 29292 29423 29422
Face 52934 29162 29292 29291
Face 52935 29161 29162 29291
Face 52936 28904 29031 28903
Face 52937 29291 29292 29422
Face 52938 28777 28778 28903
Face 52939 29162 29161 29030
Face 52940 28649 28778 28648
Face 52941 29031 29030 28903
Face 52942 28514 28649 28513
Face 52943 28778 28904 28903
Face 52944 28245 28244 28107
Face 52945 28778 28777 28648
Face 52946 33308 12015 32768
Face 52947 27975 27974 27842
Face 52948 6916 6915 6814
Face 52949 31919 32024 31918
Face 52950 2941 21172 21173
Face 52951 19085 19084 21546
Face 52952 28112 28113 28249
Face 52953 25562 26474 26471
Face 52954 29693 16677 29692
Face 52955 27472 27592 27471
Face 52956 28787 28913 28786
Face 52957 2298 2941 16956
Face 52958 29404 29407 10349
Face 52959 27852 27984 27851
Face 52960 27728 27600 27601
Face 52961 26565 18653 29725
Face 52962 27258 29715 28296
Face 52963 29332 26901 34402
Face 52964 17426 18984 18983
Face 52965 27492 5130 20983
Face 52966 2680 27894 28268
Face 52967 29447 29578 29446
Face 52968 27158 28029 27157
Face 52969 10622 7187 13987
Face 52970 20659 19005 22129
Face 52971 25785 25894 25893
Face 52972 25784 25785 25893
Face 52973 25894 26005 26004
Face 52974 25893 25894 26004
Face 52975 26005 26120 26119
Face 52976 26004 26005 26119
Face 52977 18781 24854 24853
Face 52978 25004 26120 26237
Face 52979 21703 29191 21800
Face 52980 29488 24673 29487
Face 52981 32136 32135 32031
Face 52982 19516 6663 29695
Face 52983 536 18937 20799
Face 52984 11353 12442 29669
Face 52985 29578 29710 29577
Face 52986 27862 20789 20875
Face 52987 25881 29079 27258
Face 52988 29710 21166 7123
Face 52989 29052 29051 28924
Face 52990 29715 27492 28296
Face 52991 26590 27892 21198
Face 52992 27729 27858 27728
Face 52993 28388 28523 28387
Face 52994 18455 20618 19272
Face 52995 27878 28431 27738
Face 52996 6162 18459 27738
Face 52997 26542 26543 26658
Face 52998 26774 26773 26658
Face 52999 26567 26214 29462
Face 53000 25848 23506 22787
Face 53001 29297 29298 29428
Face 53002 28909 28910 29036
Face 53003 18665 18758 2292
Face 53004 28526 28661 28525
Face 53005 29286 29417 29416
Face 53006 29548 29680 29547
Face 53007 28379 28514 28378
Face 53008 28649 28648 28513
Face 53009 28245 28379 28244
Face 53010 28514 28513 28378
Face 53011 28108 28245 28107
Face 53012 28379 28378 28244
Face 53013 11409 26454 11493
Face 53014 17660 18825 16760
Face 53015 26683 26795 11728
Face 53016 19305 20786 28953
Face 53017 28829 28828 28701
Face 53018 28702 28829 28701
Face 53019 11202 25687 25686
Face 53020 31810 31917 31809
Face 53021 27136 27753 27754
Face 53022 19037 29592 27246
Face 53023 30410 30481 30409
Face 53024 25284 23339 25285
Face 53025 12833 17583 18525
Face 53026 26294 25317 25324
Face 53027 29346 29479 29478
Face 53028 29345 29346 29478
Face 53029 29479 29609 29608
Face 53030 29478 29479 29608
Face 53031 29608 29609 22753
Face 53032 23508 23910 22753
Face 53033 23067 18448 26568
Face 53034 17551 13574 13202
Face 53035 26547 26546 26428
Face 53036 29551 29552 29683
Face 53037 27121 27237 27120
Face 53038 26193 26194 26311
Face 53039 27005 27121 27004
Face 53040 27347 27346 27236
Face 53041 26892 27005 26891
Face 53042 27237 27236 27120
Face 53043 26892 26891 26777
Face 53044 27121 27120 27004
Face 53045 26778 26892 26777
Face 53046 27005 27004 26891
Face 53047 27237 27347 27236
Face 53048 27466 27465 27346
Face 53049 27347 27466 27346
Face 53050 27586 27585 27465
Face 53051 27466 27586 27465
Face 53052 27713 27712 27585
Face 53053 27587 27714 27586
Face 53054 27843 27842 27713
Face 53055 32128 32127 32023
Face 53056 25585 25489 29615
Face 53057 29688 6604 29687
Face 53058 21545 21546 29818
Face 53059 25559 25562 26471
Face 53060 6282 18453 28167
Face 53061 27472 27471 27352
Face 53062 27353 27472 27352
Face 53063 16677 2298 16956
Face 53064 6714 25685 6583
Face 53065 27852 27851 27722
Face 53066 27723 27852 27722
Face 53067 25956 26793 25655
Face 53068 25761 21233 25762
Face 53069 32225 32226 32331
Face 53070 26329 18444 28762
Face 53071 28296 27492 20983
Face 53072 28888 28434 20986
Face 53073 29447 29446 29315
Face 53074 29316 29447 29315
Face 53075 27855 27854 27725
Face 53076 28007 2680 28268
Face 53077 3162 13191 22129
Face 53078 22129 19005 3162
Face 53079 25786 25895 25894
Face 53080 25785 25786 25894
Face 53081 25895 26006 26005
Face 53082 25894 25895 26005
Face 53083 26121 26120 26005
Face 53084 26006 26121 26005
Face 53085 34579 34527 34422
Face 53086 14500 18528 17542
Face 53087 21413 20957 11914
Face 53088 32539 27597 26421
Face 53089 27726 27855 27725
Face 53090 29055 29186 29054
Face 53091 29316 29315 29185
Face 53092 5130 16667 29536
Face 53093 29709 29710 7123
Face 53094 20983 5130 29536
Face 53095 16667 28888 20986
Face 53096 29302 29433 29301
Face 53097 11036 11006 27021
Face 53098 1867 6798 20978
Face 53099 26900 16661 25955
Face 53100 28254 28388 28387
Face 53101 28253 28254 28387
Face 53102 21171 18662 18660
Face 53103 2298 21171 2941
Face 53104 26659 26774 26658
Face 53105 17013 2292 3210
Face 53106 27581 27582 27708
Face 53107 27970 28103 28102
Face 53108 28431 26329 28762
Face 53109 27838 27970 27969
Face 53110 28432 27764 27128
Face 53111 27748 27749 26792
Face 53112 27843 27975 27842
Face 53113 28108 28107 27974
Face 53114 27842 27841 27712
Face 53115 27586 27713 27585
Face 53116 23886 12341 22689
Face 53117 27713 27842 27712
Face 53118 23253 25657 25299
Face 53119 34547 24241 24115
Face 53120 26454 11409 26455
Face 53121 18612 23221 29590
Face 53122 28575 28703 28702
Face 53123 28574 28575 28702
Face 53124 28703 24160 28702
Face 53125 23493 18783 2820
Face 53126 26414 29718 29726
Face 53127 27513 29593 28684
Face 53128 29593 26414 29726
Face 53129 27752 27513 29328
Face 53130 18866 24870 13391
Face 53131 23447 20618 6679
Face 53132 25288 21141 29480
Face 53133 13721 13627 13628
Face 53134 29346 25288 29479
Face 53135 21226 21227 21318
Face 53136 29480 29610 29609
Face 53137 29479 29480 29609
Face 53138 29610 29743 29742
Face 53139 29609 29610 29742
Face 53140 18545 23679 21506
Face 53141 19536 25969 19535
Face 53142 29684 29815 29814
Face 53143 6525 6798 1867
Face 53144 26312 26429 26428
Face 53145 29683 29684 29814
Face 53146 33998 33997 33870
Face 53147 26311 26312 26428
Face 53148 28815 28143 23066
Face 53149 26194 26312 26311
Face 53150 28119 28118 27985
Face 53151 27986 28119 27985
Face 53152 19535 25969 26079
Face 53153 29571 29703 29570
Face 53154 25958 11007 26307
Face 53155 23747 25869 25763
Face 53156 18193 29540 29673
Face 53157 28391 28390 28256
Face 53158 27974 27973 27841
Face 53159 25903 28144 28024
Face 53160 27714 27843 27713
Face 53161 27842 27974 27841
Face 53162 26588 26067 18976
Face 53163 27714 27713 27586
Face 53164 6604 21545 29818
Face 53165 25489 26588 18976
Face 53166 16962 26009 28941
Face 53167 6604 29818 29687
Face 53168 27592 27591 27471
Face 53169 19190 6282 28167
Face 53170 25685 25476 25474
Face 53171 27243 27353 27242
Face 53172 27984 27983 27851
Face 53173 25550 25685 25474
Face 53174 32561 32688 32687
Face 53175 27596 27723 27595
Face 53176 25576 25667 25575
Face 53177 25762 25763 25869
Face 53178 18877 26447 28094
Face 53179 23597 29603 17057
Face 53180 29578 29577 29446
Face 53181 28434 18877 28094
Face 53182 28395 28530 28394
Face 53183 29186 29185 29054
Face 53184 27726 27725 27598
Face 53185 25677 25787 25786
Face 53186 25676 25677 25786
Face 53187 25787 25896 25895
Face 53188 25786 25787 25895
Face 53189 25896 26007 26006
Face 53190 25895 25896 26006
Face 53191 26007 26122 26121
Face 53192 26006 26007 26121
Face 53193 3697 14500 18423
Face 53194 17825 3697 18423
Face 53195 28266 28265 28128
Face 53196 29055 29054 28927
Face 53197 28665 28664 28529
Face 53198 29536 16667 20986
Face 53199 29186 29316 29185
Face 53200 28434 28094 20986
Face 53201 23742 20691 25021
Face 53202 23220 19480 19479
Face 53203 22853 23631 24039
Face 53204 24517 12294 24378
Face 53205 27884 27739 12195
Face 53206 28117 28116 27983
Face 53207 11095 6798 6738
Face 53208 21172 21171 18660
Face 53209 28523 28522 28387
Face 53210 27848 27847 27718
Face 53211 18662 7023 7022
Face 53212 27848 27980 27847
Face 53213 28113 28112 27979
Face 53214 28531 28666 28530
Face 53215 28915 28914 28788
Face 53216 5386 6915 6916
Face 53217 18659 18762 6530
Face 53218 32017 32121 32120
Face 53219 6811 25585 29615
Face 53220 34469 34801 34581
Face 53221 27975 28108 27974
Face 53222 12148 24458 27152
Face 53223 26817 23377 24767
Face 53224 10845 34726 13768
Face 53225 32560 32687 32559
Face 53226 24319 23810 24259
Face 53227 34525 28136 34388
Face 53228 28439 28576 28575
Face 53229 23975 20316 29581
Face 53230 28704 28703 28575
Face 53231 28576 28704 28575
Face 53232 22689 27279 24466
Face 53233 28704 28831 28703
Face 53234 24350 24813 24219
Face 53235 11994 12080 12079
Face 53236 27513 28684 29328
Face 53237 31067 31166 31066
Face 53238 25288 29480 29479
Face 53239 29593 29726 28684
Face 53240 31267 31266 31165
Face 53241 23544 23621 25318
Face 53242 29475 29476 24541
Face 53243 20535 14761 14773
Face 53244 29611 29610 29480
Face 53245 34387 34280 13574
Face 53246 29611 29744 29743
Face 53247 29610 29611 29743
Face 53248 26220 11326 11251
Face 53249 23711 29743 29744
Face 53250 29420 29421 29551
Face 53251 20609 20608 20521
Face 53252 21643 21642 14202
Face 53253 29290 29421 29420
Face 53254 29815 21642 21643
Face 53255 18763 18764 14202
Face 53256 29814 29815 21643
Face 53257 21642 15878 14202
Face 53258 15878 18763 14202
Face 53259 18763 5129 6526
Face 53260 6577 6578 11037
Face 53261 29552 29684 29683
Face 53262 18764 18763 6526
Face 53263 6702 6577 11037
Face 53264 6702 11037 6526
Face 53265 5129 6702 6526
Face 53266 28530 28529 28394
Face 53267 27116 27117 27232
Face 53268 28107 28106 27973
Face 53269 27974 28107 27973
Face 53270 27587 27586 27466
Face 53271 27467 27587 27466
Face 53272 17619 17628 26067
Face 53273 26588 17619 26067
Face 53274 29556 29688 29687
Face 53275 29555 29556 29687
Face 53276 1866 16962 28941
Face 53277 26009 6282 19190
Face 53278 27127 27243 27126
Face 53279 27353 27352 27242
Face 53280 25476 26239 26236
Face 53281 25474 25476 26236
Face 53282 23562 23506 23425
Face 53283 27723 27722 27595
Face 53284 2299 17216 29810
Face 53285 21236 22709 29764
Face 53286 25764 25765 25871
Face 53287 20697 20537 19996
Face 53288 20716 20071 26447
Face 53289 18877 20716 26447
Face 53290 28928 28927 28801
Face 53291 28802 28928 28801
Face 53292 28029 27897 27157
Face 53293 28265 28264 28127
Face 53294 25678 25788 25787
Face 53295 25677 25678 25787
Face 53296 25788 25897 25896
Face 53297 25787 25788 25896
Face 53298 25897 26008 26007
Face 53299 25896 25897 26007
Face 53300 26008 26123 26122
Face 53301 26007 26008 26122
Face 53302 26122 26123 26238
Face 53303 25770 25771 25877
Face 53304 23742 24081 25162
Face 53305 25543 26420 26413
Face 53306 21361 22790 24997
Face 53307 28928 29055 28927
Face 53308 25757 25756 24395
Face 53309 23195 12085 23422
Face 53310 26359 11586 11587
Face 53311 17857 29760 29761
Face 53312 22974 24741 23958
Face 53313 25033 23635 12610
Face 53314 27984 28117 27983
Face 53315 25660 25763 25762
Face 53316 18660 18662 7022
Face 53317 28254 28253 28116
Face 53318 27592 27719 27591
Face 53319 7023 6806 6704
Face 53320 27719 27848 27718
Face 53321 27980 27979 27847
Face 53322 28789 28915 28788
Face 53323 28262 28396 28261
Face 53324 29048 29179 29047
Face 53325 29309 29308 29178
Face 53326 20344 20430 27127
Face 53327 6530 5386 6916
Face 53328 23448 23449 26538
Face 53329 28266 28128 21056
Face 53330 27902 28034 28033
Face 53331 29860 29914 29859
Face 53332 28034 28171 28170
Face 53333 28033 28034 28170
Face 53334 28171 28306 28305
Face 53335 28170 28171 28305
Face 53336 28306 28440 28439
Face 53337 28305 28306 28439
Face 53338 28440 28577 28576
Face 53339 28439 28440 28576
Face 53340 28705 28704 28576
Face 53341 28577 28705 28576
Face 53342 28832 28831 28704
Face 53343 28705 28832 28704
Face 53344 28957 28956 28831
Face 53345 28832 28957 28831
Face 53346 361 17017 17109
Face 53347 18868 20991 14850
Face 53348 14201 33147 32427
Face 53349 27246 27136 27754
Face 53350 28269 28162 26472
Face 53351 12883 12789 12790
Face 53352 27754 27753 28269
Face 53353 2788 29462 21935
Face 53354 33231 33367 33230
Face 53355 34773 34506 34523
Face 53356 29611 24138 29744
Face 53357 29611 21413 24138
Face 53358 31265 31264 31163
Face 53359 29745 17261 29744
Face 53360 31164 31265 31163
Face 53361 12721 13663 13752
Face 53362 29289 29290 29420
Face 53363 20790 33044 20791
Face 53364 29290 29289 29159
Face 53365 29421 29552 29551
Face 53366 29160 29159 29028
Face 53367 29160 29290 29159
Face 53368 29029 29028 28901
Face 53369 29029 29160 29028
Face 53370 28776 28902 28775
Face 53371 28902 29029 28901
Face 53372 28776 28775 28646
Face 53373 28647 28776 28646
Face 53374 18681 20705 6578
Face 53375 6577 18681 6578
Face 53376 20800 25586 28545
Face 53377 18732 23438 23424
Face 53378 28244 28243 28106
Face 53379 28107 28244 28106
Face 53380 27238 27348 27237
Face 53381 27467 27466 27347
Face 53382 26091 28935 17628
Face 53383 17619 26091 17628
Face 53384 29293 29294 29424
Face 53385 29425 29556 29555
Face 53386 29738 8344 25645
Face 53387 28023 29738 25645
Face 53388 27127 27126 27010
Face 53389 27011 27127 27010
Face 53390 26239 27572 27566
Face 53391 26236 26239 27566
Face 53392 26822 26937 12080
Face 53393 25796 11347 11270
Face 53394 27619 27620 29331
Face 53395 27738 28431 27869
Face 53396 25471 34366 27330
Face 53397 19537 23810 24319
Face 53398 26821 26818 20071
Face 53399 20716 26821 20071
Face 53400 28538 28673 28537
Face 53401 28802 28801 28672
Face 53402 28128 28265 28127
Face 53403 27497 29073 28563
Face 53404 25679 25789 25788
Face 53405 25678 25679 25788
Face 53406 25789 25898 25897
Face 53407 25788 25789 25897
Face 53408 28828 28953 13439
Face 53409 25897 25898 26008
Face 53410 11586 11506 11587
Face 53411 11123 11062 11063
Face 53412 11744 11664 11665
Face 53413 28272 28406 12839
Face 53414 32688 32821 32687
Face 53415 34442 34583 34717
Face 53416 22087 22088 29713
Face 53417 10154 4066 10152
Face 53418 19248 2848 2983
Face 53419 26706 26707 11992
Face 53420 24558 18318 18354
Face 53421 11909 26819 11991
Face 53422 29936 24602 29879
Face 53423 7022 7023 6704
Face 53424 28117 28254 28116
Face 53425 18425 5842 15614
Face 53426 6714 6583 6704
Face 53427 26994 27110 27109
Face 53428 20621 21950 16722
Face 53429 18453 18357 25968
Face 53430 16704 11512 11411
Face 53431 28167 18453 25968
Face 53432 28941 26009 19190
Face 53433 23449 23448 23770
Face 53434 21545 19085 21546
Face 53435 24028 29651 23701
Face 53436 29089 24162 28958
Face 53437 27772 27903 27902
Face 53438 27011 20261 20344
Face 53439 27903 28035 28034
Face 53440 27902 27903 28034
Face 53441 28035 28172 28171
Face 53442 28034 28035 28171
Face 53443 28172 28307 28306
Face 53444 28171 28172 28306
Face 53445 28307 28441 28440
Face 53446 28306 28307 28440
Face 53447 28441 28578 28577
Face 53448 28440 28441 28577
Face 53449 28706 28705 28577
Face 53450 28578 28706 28577
Face 53451 28833 28832 28705
Face 53452 28706 28833 28705
Face 53453 28958 28957 28832
Face 53454 28833 28958 28832
Face 53455 27453 27573 20777
Face 53456 22435 16961 6034
Face 53457 11816 11815 26700
Face 53458 11653 26470 11654
Face 53459 27002 27001 26888
Face 53460 29746 29745 24634
Face 53461 27118 27117 27001
Face 53462 26889 27002 26888
Face 53463 12186 34609 34589
Face 53464 27002 27118 27001
Face 53465 10271 4066 10393
Face 53466 11909 11827 11828
Face 53467 16944 17261 29745
Face 53468 29746 16944 29745
Face 53469 22649 9415 22648
Face 53470 24506 26988 26015
Face 53471 30762 30761 30662
Face 53472 21159 21158 6035
Face 53473 30870 30971 30869
Face 53474 27269 27883 18978
Face 53475 31070 31069 30970
Face 53476 30868 30867 30761
Face 53477 6033 19089 26092
Face 53478 2037 34719 18978
Face 53479 19194 6033 26092
Face 53480 29168 29298 29297
Face 53481 28902 28901 28775
Face 53482 27955 27872 27883
Face 53483 25425 25424 20705
Face 53484 28647 28646 28511
Face 53485 28794 28920 28793
Face 53486 18681 25425 20705
Face 53487 28378 28377 28243
Face 53488 26815 26908 28283
Face 53489 27348 27467 27347
Face 53490 28244 28378 28243
Face 53491 26557 13167 28935
Face 53492 27122 27238 27121
Face 53493 29424 29425 29555
Face 53494 26091 26557 28935
Face 53495 18855 12060 8344
Face 53496 29163 29164 29293
Face 53497 27243 27242 27126
Face 53498 29738 18855 8344
Face 53499 27572 29318 29279
Face 53500 27011 27010 26897
Face 53501 27596 27595 27475
Face 53502 27566 27572 29279
Face 53503 3464 17863 13038
Face 53504 25559 26471 26453
Face 53505 25765 25872 25871
Face 53506 28433 28569 26322
Face 53507 26821 26555 29074
Face 53508 28002 27608 26440
Face 53509 28673 28802 28672
Face 53510 26818 26821 29074
Face 53511 17728 18651 25966
Face 53512 28403 28538 28402
Face 53513 27497 28563 25749
Face 53514 25579 25680 25679
Face 53515 2558 225 8940
Face 53516 25679 25680 25789
Face 53517 32693 32826 32692
Face 53518 6591 8940 8575
Face 53519 20703 25419 25418
Face 53520 24323 24395 25756
Face 53521 20613 20703 25418
Face 53522 33882 34008 33881
Face 53523 28887 21873 21970
Face 53524 26359 26477 26476
Face 53525 26358 26359 26476
Face 53526 26477 26592 26591
Face 53527 26476 26477 26591
Face 53528 26592 26707 26706
Face 53529 26591 26592 26706
Face 53530 10841 19194 6415
Face 53531 11993 11992 26707
Face 53532 6806 6714 6704
Face 53533 25041 23083 6163
Face 53534 16771 24191 24581
Face 53535 25685 25550 6583
Face 53536 12167 27051 27166
Face 53537 34633 34367 34497
Face 53538 27279 22689 12341
Face 53539 12253 12166 12167
Face 53540 25516 25451 25517
Face 53541 20338 20425 20424
Face 53542 18762 18659 19084
Face 53543 18762 5386 6530
Face 53544 30109 30108 30046
Face 53545 19085 18762 19084
Face 53546 27642 27773 27772
Face 53547 20344 27127 27011
Face 53548 27773 27904 27903
Face 53549 27772 27773 27903
Face 53550 27904 28036 28035
Face 53551 27903 27904 28035
Face 53552 28036 28173 28172
Face 53553 28035 28036 28172
Face 53554 28173 28308 28307
Face 53555 28172 28173 28307
Face 53556 28308 28442 28441
Face 53557 28307 28308 28441
Face 53558 28442 28579 28578
Face 53559 28441 28442 28578
Face 53560 28707 28706 28578
Face 53561 28579 28707 28578
Face 53562 28834 28833 28706
Face 53563 28707 28834 28706
Face 53564 28959 28958 28833
Face 53565 28834 28959 28833
Face 53566 28959 29090 29089
Face 53567 28958 28959 29089
Face 53568 32463 32580 32462
Face 53569 29925 29983 29924
Face 53570 25021 29879 24602
Face 53571 23339 16944 29746
Face 53572 27344 27343 27233
Face 53573 27234 27344 27233
Face 53574 27234 27233 27117
Face 53575 27118 27234 27117
Face 53576 23092 16944 23980
Face 53577 29723 2424 2552
Face 53578 30665 30664 30570
Face 53579 30658 30657 30563
Face 53580 26191 27489 27485
Face 53581 12253 12165 12166
Face 53582 19204 27044 26932
Face 53583 20704 20705 25423
Face 53584 29197 29198 21159
Face 53585 6035 19204 26932
Face 53586 27485 27489 29197
Face 53587 21158 19204 6035
Face 53588 25663 25765 23315
Face 53589 29198 21158 21159
Face 53590 29407 17728 10349
Face 53591 20146 21378 23123
Face 53592 27269 27955 27883
Face 53593 2420 2678 29188
Face 53594 28512 28647 28511
Face 53595 26330 26331 27872
Face 53596 25425 26203 26191
Face 53597 28512 28511 28376
Face 53598 23506 23552 24871
Face 53599 25424 25425 26191
Face 53600 28513 28512 28377
Face 53601 26702 4592 19590
Face 53602 27348 27347 27237
Face 53603 28378 28513 28377
Face 53604 26557 26298 29016
Face 53605 27006 27122 27005
Face 53606 29294 29425 29424
Face 53607 13167 26557 29016
Face 53608 18855 18876 12060
Face 53609 29032 29033 29163
Face 53610 26898 27011 26897
Face 53611 27731 27860 27730
Face 53612 29318 18867 18864
Face 53613 26898 26897 26783
Face 53614 25762 25869 25868
Face 53615 29279 29318 18864
Face 53616 27252 24046 24047
Face 53617 3846 19476 15576
Face 53618 28925 29052 28924
Face 53619 21238 28539 28403
Face 53620 28140 29070 29074
Face 53621 11006 27038 27021
Face 53622 28673 28672 28537
Face 53623 26555 28140 29074
Face 53624 18358 27497 25749
Face 53625 19942 19866 19867
Face 53626 18550 28015 28697
Face 53627 25580 25681 25680
Face 53628 25579 25580 25680
Face 53629 23118 23119 28021
Face 53630 8940 23710 2558
Face 53631 18165 20651 20562
Face 53632 25032 23549 21506
Face 53633 29073 27048 28563
Face 53634 28015 27765 28022
Face 53635 27477 29190 27476
Face 53636 27765 27871 28022
Face 53637 9314 34773 10137
Face 53638 23245 24451 24562
Face 53639 26360 26478 26477
Face 53640 26359 26360 26477
Face 53641 26478 26593 26592
Face 53642 26477 26478 26592
Face 53643 26593 26708 26707
Face 53644 26592 26593 26707
Face 53645 24133 24199 24134
Face 53646 22642 22547 22548
Face 53647 20101 26670 20019
Face 53648 27719 27718 27591
Face 53649 24588 22782 24878
Face 53650 27166 23782 27279
Face 53651 27051 27167 27166
Face 53652 26937 27051 12167
Face 53653 21887 23123 21378
Face 53654 31165 31266 31164
Face 53655 25489 18976 29615
Face 53656 27517 24427 27397
Face 53657 23195 23396 12085
Face 53658 27223 20512 27107
Face 53659 27517 27643 27642
Face 53660 30449 30448 30381
Face 53661 27643 27774 27773
Face 53662 27642 27643 27773
Face 53663 27774 27905 27904
Face 53664 27773 27774 27904
Face 53665 27905 28037 28036
Face 53666 27904 27905 28036
Face 53667 28037 28174 28173
Face 53668 28036 28037 28173
Face 53669 28174 28309 28308
Face 53670 28173 28174 28308
Face 53671 28309 28443 28442
Face 53672 28308 28309 28442
Face 53673 28580 28579 28442
Face 53674 28443 28580 28442
Face 53675 28708 28707 28579
Face 53676 28580 28708 28579
Face 53677 28835 28834 28707
Face 53678 28708 28835 28707
Face 53679 28960 28959 28834
Face 53680 28835 28960 28834
Face 53681 28960 29091 29090
Face 53682 28959 28960 29090
Face 53683 29091 29221 29220
Face 53684 29090 29091 29220
Face 53685 11896 11980 11979
Face 53686 24438 13391 24870
Face 53687 27344 27463 27462
Face 53688 19188 19187 17216
Face 53689 6402 6701 7134
Face 53690 6524 6402 7134
Face 53691 29220 22891 29090
Face 53692 6701 11010 6634
Face 53693 29167 29168 29297
Face 53694 31275 31378 31274
Face 53695 27344 27345 27463
Face 53696 23962 22692 11081
Face 53697 25424 26191 26185
Face 53698 27464 27584 27583
Face 53699 6578 20705 20704
Face 53700 25423 25424 26185
Face 53701 11010 6578 20704
Face 53702 20705 25424 25423
Face 53703 26185 26191 27485
Face 53704 27489 29198 29197
Face 53705 17054 23405 29466
Face 53706 23569 23568 23485
Face 53707 2558 23710 28365
Face 53708 23321 20014 23451
Face 53709 27955 26330 27872
Face 53710 32311 3379 32412
Face 53711 28377 28512 28376
Face 53712 27102 25555 26331
Face 53713 26203 27490 27489
Face 53714 28243 28377 28242
Face 53715 20814 14407 20815
Face 53716 26191 26203 27489
Face 53717 28648 28647 28512
Face 53718 8933 428 28940
Face 53719 27238 27237 27121
Face 53720 28513 28648 28512
Face 53721 32958 32957 32825
Face 53722 27122 27121 27005
Face 53723 29164 29294 29293
Face 53724 29016 26298 14310
Face 53725 28806 28676 21422
Face 53726 29033 29164 29163
Face 53727 22636 15066 22059
Face 53728 29207 27567 25986
Face 53729 18867 25642 25630
Face 53730 26668 26669 26783
Face 53731 28266 28400 28265
Face 53732 18864 18867 25630
Face 53733 28399 28534 28398
Face 53734 23710 8940 6591
Face 53735 18256 26648 17551
Face 53736 28914 28913 28787
Face 53737 28140 27618 27616
Face 53738 27021 27038 25551
Face 53739 28538 28537 28402
Face 53740 29070 28140 27616
Face 53741 27724 27853 27723
Face 53742 28535 28670 28534
Face 53743 28152 28009 27871
Face 53744 19848 17761 25659
Face 53745 25580 25581 25681
Face 53746 19087 6594 2420
Face 53747 24456 24594 22826
Face 53748 27724 27723 27596
Face 53749 27597 27724 27596
Face 53750 26220 26221 11409
Face 53751 27853 27852 27723
Face 53752 11587 26243 26360
Face 53753 5513 26682 26671
Face 53754 26243 26361 26360
Face 53755 24138 29745 29744
Face 53756 26361 26479 26478
Face 53757 26360 26361 26478
Face 53758 26479 26594 26593
Face 53759 26478 26479 26593
Face 53760 26594 26709 26708
Face 53761 26593 26594 26708
Face 53762 26709 26823 26822
Face 53763 26708 26709 26822
Face 53764 26823 26938 26937
Face 53765 26822 26823 26937
Face 53766 26938 27052 27051
Face 53767 26937 26938 27051
Face 53768 27168 27167 27051
Face 53769 27052 27168 27051
Face 53770 27153 27037 12062
Face 53771 27168 27280 27167
Face 53772 29517 29518 24130
Face 53773 25898 25789 11186
Face 53774 27397 27518 27517
Face 53775 22888 29222 29353
Face 53776 27518 27644 27643
Face 53777 27517 27518 27643
Face 53778 27644 27775 27774
Face 53779 27643 27644 27774
Face 53780 27775 27906 27905
Face 53781 27774 27775 27905
Face 53782 27906 28038 28037
Face 53783 27905 27906 28037
Face 53784 28038 28175 28174
Face 53785 28037 28038 28174
Face 53786 28175 28310 28309
Face 53787 28174 28175 28309
Face 53788 28310 28444 28443
Face 53789 28309 28310 28443
Face 53790 28581 28580 28443
Face 53791 28444 28581 28443
Face 53792 28709 28708 28580
Face 53793 28581 28709 28580
Face 53794 28709 28836 28835
Face 53795 28708 28709 28835
Face 53796 28961 28960 28835
Face 53797 28836 28961 28835
Face 53798 29092 29091 28960
Face 53799 28961 29092 28960
Face 53800 29092 29222 29221
Face 53801 29091 29092 29221
Face 53802 11270 11201 25796
Face 53803 19261 19260 30250
Face 53804 19265 19264 30384
Face 53805 22888 24670 24669
Face 53806 17944 6402 18894
Face 53807 12234 27263 24458
Face 53808 20704 25423 25420
Face 53809 20614 20704 25420
Face 53810 28239 28373 28372
Face 53811 25989 28567 27381
Face 53812 27235 27345 27344
Face 53813 29024 29025 29155
Face 53814 27583 27584 27710
Face 53815 27003 27119 27002
Face 53816 27463 27464 27583
Face 53817 27840 27839 27710
Face 53818 27345 27464 27463
Face 53819 27584 27711 27710
Face 53820 27234 27235 27344
Face 53821 23652 27018 23756
Face 53822 23405 23333 23334
Face 53823 11081 23712 16716
Face 53824 29598 23652 28822
Face 53825 14310 23225 428
Face 53826 29586 29455 26643
Face 53827 30564 30658 30563
Face 53828 26330 27102 26331
Face 53829 28890 25652 25555
Face 53830 28243 28242 28105
Face 53831 28106 28243 28105
Face 53832 29202 29198 27489
Face 53833 27490 29202 27489
Face 53834 28763 428 8933
Face 53835 28890 28763 8933
Face 53836 28777 28776 28647
Face 53837 28648 28777 28647
Face 53838 26779 26893 26778
Face 53839 27006 27005 26892
Face 53840 19086 18985 19036
Face 53841 22888 24669 22890
Face 53842 28779 28780 28905
Face 53843 28906 29033 29032
Face 53844 29426 29557 29556
Face 53845 27861 27732 20788
Face 53846 26553 26669 26668
Face 53847 26552 26553 26668
Face 53848 25642 27604 27512
Face 53849 25630 25642 27512
Face 53850 25978 29714 17055
Face 53851 28389 28388 28254
Face 53852 26451 26453 27826
Face 53853 25961 26643 25586
Face 53854 28799 28925 28798
Face 53855 28925 28924 28798
Face 53856 27618 10838 11108
Face 53857 27616 27618 11108
Face 53858 25322 23996 8675
Face 53859 29449 29580 29448
Face 53860 22706 25030 25557
Face 53861 29335 29206 28139
Face 53862 29213 13531 13532
Face 53863 11166 21003 25659
Face 53864 33531 33658 33530
Face 53865 19000 29719 29594
Face 53866 23775 25871 25872
Face 53867 26244 11508 11509
Face 53868 29331 29333 18861
Face 53869 26244 26362 26361
Face 53870 26243 26244 26361
Face 53871 26362 26480 26479
Face 53872 26361 26362 26479
Face 53873 26480 26595 26594
Face 53874 26479 26480 26594
Face 53875 26595 26710 26709
Face 53876 26594 26595 26709
Face 53877 26710 26824 26823
Face 53878 26709 26710 26823
Face 53879 26824 26939 26938
Face 53880 26823 26824 26938
Face 53881 26939 27053 27052
Face 53882 26938 26939 27052
Face 53883 27169 27168 27052
Face 53884 27053 27169 27052
Face 53885 27281 27280 27168
Face 53886 27169 27281 27168
Face 53887 27281 27398 27397
Face 53888 27280 27281 27397
Face 53889 27398 27519 27518
Face 53890 27397 27398 27518
Face 53891 27519 27645 27644
Face 53892 27518 27519 27644
Face 53893 27645 27776 27775
Face 53894 27644 27645 27775
Face 53895 27776 27907 27906
Face 53896 27775 27776 27906
Face 53897 27907 28039 28038
Face 53898 27906 27907 28038
Face 53899 28176 28175 28038
Face 53900 28039 28176 28038
Face 53901 28311 28310 28175
Face 53902 28176 28311 28175
Face 53903 28445 28444 28310
Face 53904 28311 28445 28310
Face 53905 28582 28581 28444
Face 53906 28445 28582 28444
Face 53907 28710 28709 28581
Face 53908 28582 28710 28581
Face 53909 28710 28837 28836
Face 53910 28709 28710 28836
Face 53911 28837 28962 28961
Face 53912 28836 28837 28961
Face 53913 29093 29092 28961
Face 53914 28962 29093 28961
Face 53915 29093 29223 29222
Face 53916 29092 29093 29222
Face 53917 29223 29354 29353
Face 53918 29222 29223 29353
Face 53919 2822 23922 2693
Face 53920 29354 29485 29353
Face 53921 26357 11663 11585
Face 53922 29669 12442 22242
Face 53923 25423 26185 26181
Face 53924 19315 17944 19189
Face 53925 27883 28300 2037
Face 53926 25420 25423 26181
Face 53927 27700 20865 20866
Face 53928 18571 18676 2301
Face 53929 27235 27234 27118
Face 53930 32630 32631 885
Face 53931 27003 27002 26889
Face 53932 27119 27235 27118
Face 53933 26890 27003 26889
Face 53934 27119 27118 27002
Face 53935 16704 16716 23707
Face 53936 29730 29078 29731
Face 53937 16704 23706 16672
Face 53938 24388 29217 25160
Face 53939 29604 14032 23193
Face 53940 28957 28958 24162
Face 53941 30408 30407 30340
Face 53942 29159 29158 29027
Face 53943 27102 28890 25555
Face 53944 18543 27752 18355
Face 53945 28377 28376 28242
Face 53946 28890 8933 18259
Face 53947 29202 18973 21158
Face 53948 28106 28105 27972
Face 53949 20881 2626 26926
Face 53950 29198 29202 21158
Face 53951 28903 28902 28776
Face 53952 28169 25991 26330
Face 53953 26893 27006 26892
Face 53954 28777 28903 28776
Face 53955 17551 28017 13574
Face 53956 26893 26892 26778
Face 53957 28905 28906 29032
Face 53958 19212 19086 19036
Face 53959 29570 29702 29701
Face 53960 28780 28906 28905
Face 53961 22349 21962 15066
Face 53962 6655 6604 29688
Face 53963 27604 27509 27510
Face 53964 26434 26435 26552
Face 53965 29449 29448 29317
Face 53966 27512 27604 27510
Face 53967 27727 27726 27599
Face 53968 21504 21410 21411
Face 53969 27038 25558 25551
Face 53970 32539 27599 27598
Face 53971 10838 6405 2647
Face 53972 28274 27128 18873
Face 53973 29580 29712 29579
Face 53974 11108 10838 2647
Face 53975 2813 2947 2946
Face 53976 27859 27858 27729
Face 53977 26441 28689 26329
Face 53978 29439 29570 29438
Face 53979 26181 27478 27477
Face 53980 19782 19699 26192
Face 53981 2692 21549 18876
Face 53982 32238 32237 32133
Face 53983 28831 24160 28703
Face 53984 26245 26363 26362
Face 53985 26244 26245 26362
Face 53986 26363 26481 26480
Face 53987 26362 26363 26480
Face 53988 26481 26596 26595
Face 53989 26480 26481 26595
Face 53990 26596 26711 26710
Face 53991 26595 26596 26710
Face 53992 26711 26825 26824
Face 53993 26710 26711 26824
Face 53994 26825 26940 26939
Face 53995 26824 26825 26939
Face 53996 27054 27053 26939
Face 53997 26940 27054 26939
Face 53998 27170 27169 27053
Face 53999 27054 27170 27053
Face 54000 27282 27281 27169
Face 54001 27170 27282 27169
Face 54002 27282 27399 27398
Face 54003 27281 27282 27398
Face 54004 27399 27520 27519
Face 54005 27398 27399 27519
Face 54006 27520 27646 27645
Face 54007 27519 27520 27645
Face 54008 27646 27777 27776
Face 54009 27645 27646 27776
Face 54010 27777 27908 27907
Face 54011 27776 27777 27907
Face 54012 27908 28040 28039
Face 54013 27907 27908 28039
Face 54014 28177 28176 28039
Face 54015 28040 28177 28039
Face 54016 28312 28311 28176
Face 54017 28177 28312 28176
Face 54018 28446 28445 28311
Face 54019 28312 28446 28311
Face 54020 28583 28582 28445
Face 54021 28446 28583 28445
Face 54022 28711 28710 28582
Face 54023 28583 28711 28582
Face 54024 28711 28838 28837
Face 54025 28710 28711 28837
Face 54026 28838 28963 28962
Face 54027 28837 28838 28962
Face 54028 29094 29093 28962
Face 54029 28963 29094 28962
Face 54030 29094 29224 29223
Face 54031 29093 29094 29223
Face 54032 29224 29355 29354
Face 54033 29223 29224 29354
Face 54034 29486 29485 29354
Face 54035 29355 29486 29354
Face 54036 13344 13439 13438
Face 54037 26214 29590 23221
Face 54038 6402 6524 18894
Face 54039 27343 27344 27462
Face 54040 26185 27485 27478
Face 54041 2814 19315 2686
Face 54042 33873 33872 33746
Face 54043 26181 26185 27478
Face 54044 26331 27882 27878
Face 54045 30762 30868 30761
Face 54046 3679 5765 28496
Face 54047 27872 26331 27878
Face 54048 29738 5505 18855
Face 54049 27883 27872 28300
Face 54050 20619 24865 24854
Face 54051 25555 26441 27882
Face 54052 11414 26123 11333
Face 54053 24509 26014 24508
Face 54054 34593 5341 34561
Face 54055 25650 25649 25030
Face 54056 29028 29159 29027
Face 54057 33622 33621 33494
Face 54058 28274 28572 28032
Face 54059 29289 29288 29158
Face 54060 25652 28890 18259
Face 54061 18454 26900 18958
Face 54062 27973 28106 27972
Face 54063 8933 28940 28812
Face 54064 18973 4888 19204
Face 54065 27973 27972 27840
Face 54066 28763 28890 27102
Face 54067 21158 18973 19204
Face 54068 29030 29029 28902
Face 54069 25991 28763 27102
Face 54070 26664 26779 26663
Face 54071 29811 29812 2299
Face 54072 30757 30756 30657
Face 54073 25885 25882 25886
Face 54074 28516 28651 28515
Face 54075 28780 28779 28650
Face 54076 28906 28907 29033
Face 54077 25761 25762 25868
Face 54078 26318 26435 26434
Face 54079 26317 26318 26434
Face 54080 27509 27959 19191
Face 54081 27510 27509 19191
Face 54082 28806 28805 28676
Face 54083 27708 27709 27837
Face 54084 27856 27855 27726
Face 54085 27727 27856 27726
Face 54086 23711 11574 22752
Face 54087 27389 27510 18820
Face 54088 6405 28816 28297
Face 54089 2647 6405 28297
Face 54090 25670 25671 25773
Face 54091 26543 19936 26426
Face 54092 28391 28526 28390
Face 54093 29312 29311 29181
Face 54094 7014 5513 26671
Face 54095 18580 25654 27996
Face 54096 28230 28302 28166
Face 54097 18879 18986 537
Face 54098 10393 4066 4193
Face 54099 12080 26937 12167
Face 54100 21885 21886 21982
Face 54101 26128 26246 26245
Face 54102 11509 26245 26244
Face 54103 26246 26364 26363
Face 54104 26245 26246 26363
Face 54105 26364 26482 26481
Face 54106 26363 26364 26481
Face 54107 26482 26597 26596
Face 54108 26481 26482 26596
Face 54109 26597 26712 26711
Face 54110 26596 26597 26711
Face 54111 26712 26826 26825
Face 54112 26711 26712 26825
Face 54113 26826 26941 26940
Face 54114 26825 26826 26940
Face 54115 27055 27054 26940
Face 54116 26941 27055 26940
Face 54117 27171 27170 27054
Face 54118 27055 27171 27054
Face 54119 27171 27283 27282
Face 54120 27170 27171 27282
Face 54121 27283 27400 27399
Face 54122 27282 27283 27399
Face 54123 27400 27521 27520
Face 54124 27399 27400 27520
Face 54125 27521 27647 27646
Face 54126 27520 27521 27646
Face 54127 27647 27778 27777
Face 54128 27646 27647 27777
Face 54129 27778 27909 27908
Face 54130 27777 27778 27908
Face 54131 27909 28041 28040
Face 54132 27908 27909 28040
Face 54133 28041 28178 28177
Face 54134 28040 28041 28177
Face 54135 28313 28312 28177
Face 54136 28178 28313 28177
Face 54137 28447 28446 28312
Face 54138 28313 28447 28312
Face 54139 28584 28583 28446
Face 54140 28447 28584 28446
Face 54141 28712 28711 28583
Face 54142 28584 28712 28583
Face 54143 28712 28839 28838
Face 54144 28711 28712 28838
Face 54145 28839 28964 28963
Face 54146 28838 28839 28963
Face 54147 29095 29094 28963
Face 54148 28964 29095 28963
Face 54149 29095 29225 29224
Face 54150 29094 29095 29224
Face 54151 29225 29356 29355
Face 54152 29224 29225 29355
Face 54153 29487 29486 29355
Face 54154 29356 29487 29355
Face 54155 4753 20810 15603
Face 54156 34521 34611 34309
Face 54157 27463 27583 27582
Face 54158 26889 26888 26774
Face 54159 17944 18894 19189
Face 54160 27462 27463 27582
Face 54161 27485 29197 29193
Face 54162 29813 2814 2686
Face 54163 21935 29462 20640
Face 54164 27478 27485 29193
Face 54165 27603 32781 32780
Face 54166 5344 34301 34518
Face 54167 29652 23701 29651
Face 54168 29863 29917 29862
Face 54169 18325 4496 4495
Face 54170 17193 18839 17283
Face 54171 16707 16672 20619
Face 54172 18781 16707 20619
Face 54173 23172 29457 23171
Face 54174 29585 25844 20013
Face 54175 10225 27355 11007
Face 54176 26106 25993 26107
Face 54177 29159 29289 29158
Face 54178 29028 29027 28900
Face 54179 28508 28643 28642
Face 54180 29420 29419 29288
Face 54181 18259 8933 28812
Face 54182 17013 18715 2292
Face 54183 27841 27973 27840
Face 54184 31369 31473 31368
Face 54185 4888 27101 27044
Face 54186 27841 27840 27711
Face 54187 27446 27046 27162
Face 54188 19204 4888 27044
Face 54189 19189 19188 2299
Face 54190 27725 27854 27724
Face 54191 25556 25557 25648
Face 54192 29286 29287 29417
Face 54193 28651 28780 28650
Face 54194 25649 25751 25750
Face 54195 29569 29570 29701
Face 54196 28651 28650 28515
Face 54197 26435 26553 26552
Face 54198 29486 29487 24672
Face 54199 27959 18544 28030
Face 54200 26199 26200 26317
Face 54201 34821 34405 34832
Face 54202 19191 27959 28030
Face 54203 27988 27987 27855
Face 54204 25664 25767 25766
Face 54205 25877 25878 25984
Face 54206 27856 27988 27855
Face 54207 28816 29587 29720
Face 54208 16668 26763 26205
Face 54209 20848 27326 20760
Face 54210 28297 28816 29720
Face 54211 10349 17728 25963
Face 54212 31836 31943 31942
Face 54213 26205 10715 18361
Face 54214 23083 17355 6163
Face 54215 13547 14666 16030
Face 54216 20712 6705 20715
Face 54217 22890 29221 22888
Face 54218 25671 25774 25773
Face 54219 30867 30968 30866
Face 54220 29453 21993 21896
Face 54221 26128 11509 11428
Face 54222 29083 13533 28952
Face 54223 26129 26247 26246
Face 54224 26128 26129 26246
Face 54225 26247 26365 26364
Face 54226 26246 26247 26364
Face 54227 26365 26483 26482
Face 54228 26364 26365 26482
Face 54229 26483 26598 26597
Face 54230 26482 26483 26597
Face 54231 26598 26713 26712
Face 54232 26597 26598 26712
Face 54233 26713 26827 26826
Face 54234 26712 26713 26826
Face 54235 26827 26942 26941
Face 54236 26826 26827 26941
Face 54237 27056 27055 26941
Face 54238 26942 27056 26941
Face 54239 27172 27171 27055
Face 54240 27056 27172 27055
Face 54241 27172 27284 27283
Face 54242 27171 27172 27283
Face 54243 27284 27401 27400
Face 54244 27283 27284 27400
Face 54245 27401 27522 27521
Face 54246 27400 27401 27521
Face 54247 27522 27648 27647
Face 54248 27521 27522 27647
Face 54249 27648 27779 27778
Face 54250 27647 27648 27778
Face 54251 27779 27910 27909
Face 54252 27778 27779 27909
Face 54253 27910 28042 28041
Face 54254 27909 27910 28041
Face 54255 28042 28179 28178
Face 54256 28041 28042 28178
Face 54257 28314 28313 28178
Face 54258 28179 28314 28178
Face 54259 28448 28447 28313
Face 54260 28314 28448 28313
Face 54261 28585 28584 28447
Face 54262 28448 28585 28447
Face 54263 28713 28712 28584
Face 54264 28585 28713 28584
Face 54265 28713 28840 28839
Face 54266 28712 28713 28839
Face 54267 28840 28965 28964
Face 54268 28839 28840 28964
Face 54269 28965 29096 29095
Face 54270 28964 28965 29095
Face 54271 29096 29226 29225
Face 54272 29095 29096 29225
Face 54273 29226 29357 29356
Face 54274 29225 29226 29356
Face 54275 29488 29487 29356
Face 54276 29357 29488 29356
Face 54277 24891 25314 30627
Face 54278 34759 34678 34521
Face 54279 26775 26889 26774
Face 54280 27753 28162 28269
Face 54281 27710 27709 27582
Face 54282 26660 26775 26659
Face 54283 29812 29813 2686
Face 54284 27583 27710 27582
Face 54285 6035 26932 26931
Face 54286 29550 29682 29549
Face 54287 21159 6035 19147
Face 54288 19147 6035 26931
Face 54289 29197 21159 21076
Face 54290 21076 21159 19147
Face 54291 26783 20100 26898
Face 54292 29193 29197 21076
Face 54293 16713 16707 18781
Face 54294 34651 34758 34553
Face 54295 29341 29474 9054
Face 54296 16713 29585 16707
Face 54297 16707 20013 16672
Face 54298 29585 20013 16707
Face 54299 28901 29028 28900
Face 54300 23992 24114 24113
Face 54301 29289 29420 29288
Face 54302 28901 28900 28774
Face 54303 18890 28696 28025
Face 54304 29420 29551 29550
Face 54305 31582 31581 31472
Face 54306 27854 27986 27853
Face 54307 27712 27841 27711
Face 54308 18258 21414 18340
Face 54309 18552 26214 26567
Face 54310 18928 18552 26567
Face 54311 27232 27233 27342
Face 54312 27461 27462 27581
Face 54313 29156 29157 29286
Face 54314 29287 29418 29417
Face 54315 24547 24625 24349
Face 54316 25750 25751 22872
Face 54317 28381 28516 28515
Face 54318 28380 28381 28515
Face 54319 29723 12891 26322
Face 54320 23792 23793 15302
Face 54321 26083 26084 26199
Face 54322 26200 26318 26317
Face 54323 24035 23589 28163
Face 54324 18544 28163 23589
Face 54325 25483 25484 26242
Face 54326 29466 28421 29077
Face 54327 28121 28120 27987
Face 54328 27988 28121 27987
Face 54329 11016 11061 11015
Face 54330 31694 31693 31579
Face 54331 29587 18513 18101
Face 54332 29720 29587 18101
Face 54333 32656 27602 27601
Face 54334 24879 23707 23712
Face 54335 34740 34451 34336
Face 54336 27639 25644 26180
Face 54337 25789 11123 11186
Face 54338 18355 29328 27900
Face 54339 26998 26999 27114
Face 54340 12032 5765 3679
Face 54341 28889 16668 28698
Face 54342 25796 25905 25904
Face 54343 4217 314 21488
Face 54344 25905 26017 26016
Face 54345 25904 25905 26016
Face 54346 26017 26130 26129
Face 54347 26016 26017 26129
Face 54348 26130 26248 26247
Face 54349 26129 26130 26247
Face 54350 26248 26366 26365
Face 54351 26247 26248 26365
Face 54352 26366 26484 26483
Face 54353 26365 26366 26483
Face 54354 26484 26599 26598
Face 54355 26483 26484 26598
Face 54356 26599 26714 26713
Face 54357 26598 26599 26713
Face 54358 26714 26828 26827
Face 54359 26713 26714 26827
Face 54360 26828 26943 26942
Face 54361 26827 26828 26942
Face 54362 27057 27056 26942
Face 54363 26943 27057 26942
Face 54364 27173 27172 27056
Face 54365 27057 27173 27056
Face 54366 27173 27285 27284
Face 54367 27172 27173 27284
Face 54368 27285 27402 27401
Face 54369 27284 27285 27401
Face 54370 27402 27523 27522
Face 54371 27401 27402 27522
Face 54372 27523 27649 27648
Face 54373 27522 27523 27648
Face 54374 27649 27780 27779
Face 54375 27648 27649 27779
Face 54376 27780 27911 27910
Face 54377 27779 27780 27910
Face 54378 27911 28043 28042
Face 54379 27910 27911 28042
Face 54380 28043 28180 28179
Face 54381 28042 28043 28179
Face 54382 28315 28314 28179
Face 54383 28180 28315 28179
Face 54384 28449 28448 28314
Face 54385 28315 28449 28314
Face 54386 28586 28585 28448
Face 54387 28449 28586 28448
Face 54388 28714 28713 28585
Face 54389 28586 28714 28585
Face 54390 28714 28841 28840
Face 54391 28713 28714 28840
Face 54392 28841 28966 28965
Face 54393 28840 28841 28965
Face 54394 28966 29097 29096
Face 54395 28965 28966 29096
Face 54396 29227 29226 29096
Face 54397 29097 29227 29096
Face 54398 29227 29358 29357
Face 54399 29226 29227 29357
Face 54400 29358 29489 29488
Face 54401 29357 29358 29488
Face 54402 26123 26008 11332
Face 54403 28953 20786 28952
Face 54404 26544 26660 26543
Face 54405 26775 26774 26659
Face 54406 24390 24740 24739
Face 54407 26660 26659 26543
Face 54408 27839 27971 27970
Face 54409 26426 26544 26543
Face 54410 29682 29813 29812
Face 54411 27838 27839 27970
Face 54412 29550 29549 29418
Face 54413 29681 29682 29812
Face 54414 29419 29550 29418
Face 54415 29682 29681 29549
Face 54416 2079 1954 2080
Face 54417 19315 19189 2686
Face 54418 17781 19586 19587
Face 54419 19587 19586 21012
Face 54420 29595 29585 16713
Face 54421 17057 29595 16713
Face 54422 25845 25844 29585
Face 54423 29595 25845 29585
Face 54424 30875 30976 30874
Face 54425 24170 19205 23807
Face 54426 28775 28901 28774
Face 54427 19339 26187 27698
Face 54428 29419 29420 29550
Face 54429 28775 28774 28645
Face 54430 28119 28256 28118
Face 54431 29551 29683 29682
Face 54432 27117 27233 27232
Face 54433 29703 6900 29702
Face 54434 28824 29730 27386
Face 54435 28237 28238 28371
Face 54436 25969 19536 25970
Face 54437 28903 29030 28902
Face 54438 29025 29026 29156
Face 54439 26548 26664 26547
Face 54440 20786 19305 25023
Face 54441 29969 29968 29910
Face 54442 28110 28247 28109
Face 54443 28381 28380 28246
Face 54444 29037 29168 29167
Face 54445 313 16690 25659
Face 54446 25973 26084 26083
Face 54447 25972 25973 26083
Face 54448 34183 12550 34180
Face 54449 20401 13907 12528
Face 54450 26295 27620 27619
Face 54451 18460 18753 20713
Face 54452 28258 28257 28120
Face 54453 28121 28258 28120
Face 54454 31943 32048 32047
Face 54455 32447 32446 32334
Face 54456 18513 18449 27156
Face 54457 18101 18513 27156
Face 54458 6594 19147 26681
Face 54459 26681 26931 29146
Face 54460 31915 32020 31914
Face 54461 25687 11202 25587
Face 54462 33490 33617 33489
Face 54463 27100 29408 28159
Face 54464 23635 22958 27642
Face 54465 26681 26677 29748
Face 54466 25686 25797 25796
Face 54467 24620 24891 30627
Face 54468 25797 25906 25905
Face 54469 25796 25797 25905
Face 54470 25906 26018 26017
Face 54471 25905 25906 26017
Face 54472 26018 26131 26130
Face 54473 26017 26018 26130
Face 54474 26131 26249 26248
Face 54475 26130 26131 26248
Face 54476 26249 26367 26366
Face 54477 26248 26249 26366
Face 54478 26367 26485 26484
Face 54479 26366 26367 26484
Face 54480 26485 26600 26599
Face 54481 26484 26485 26599
Face 54482 26600 26715 26714
Face 54483 26599 26600 26714
Face 54484 26715 26829 26828
Face 54485 26714 26715 26828
Face 54486 26829 26944 26943
Face 54487 26828 26829 26943
Face 54488 27058 27057 26943
Face 54489 26944 27058 26943
Face 54490 27174 27173 27057
Face 54491 27058 27174 27057
Face 54492 27174 27286 27285
Face 54493 27173 27174 27285
Face 54494 27286 27403 27402
Face 54495 27285 27286 27402
Face 54496 27403 27524 27523
Face 54497 27402 27403 27523
Face 54498 27524 27650 27649
Face 54499 27523 27524 27649
Face 54500 27650 27781 27780
Face 54501 27649 27650 27780
Face 54502 27781 27912 27911
Face 54503 27780 27781 27911
Face 54504 27912 28044 28043
Face 54505 27911 27912 28043
Face 54506 28044 28181 28180
Face 54507 28043 28044 28180
Face 54508 28181 28316 28315
Face 54509 28180 28181 28315
Face 54510 28450 28449 28315
Face 54511 28316 28450 28315
Face 54512 28587 28586 28449
Face 54513 28450 28587 28449
Face 54514 28715 28714 28586
Face 54515 28587 28715 28586
Face 54516 28715 28842 28841
Face 54517 28714 28715 28841
Face 54518 28842 28967 28966
Face 54519 28841 28842 28966
Face 54520 28967 29098 29097
Face 54521 28966 28967 29097
Face 54522 29228 29227 29097
Face 54523 29098 29228 29097
Face 54524 29359 29358 29227
Face 54525 29228 29359 29227
Face 54526 29359 29490 29489
Face 54527 29358 29359 29489
Face 54528 34458 28688 15736
Face 54529 23334 23275 28421
Face 54530 28375 28374 28240
Face 54531 28241 28375 28240
Face 54532 28375 28510 28374
Face 54533 28510 28509 28374
Face 54534 28510 28645 28509
Face 54535 28645 28644 28509
Face 54536 28241 28240 28103
Face 54537 28774 28773 28644
Face 54538 28104 28103 27970
Face 54539 28104 28241 28103
Face 54540 27839 27838 27709
Face 54541 27971 28104 27970
Face 54542 29605 29603 23597
Face 54543 27710 27839 27709
Face 54544 11025 30057 11026
Face 54545 24665 25288 29217
Face 54546 29603 29595 17057
Face 54547 29605 23597 23596
Face 54548 29603 25846 25845
Face 54549 29595 29603 25845
Face 54550 23210 19708 22785
Face 54551 17246 17337 19633
Face 54552 28298 28274 28032
Face 54553 19089 18028 25569
Face 54554 28646 28775 28645
Face 54555 5505 2692 18855
Face 54556 29550 29551 29682
Face 54557 28376 28511 28375
Face 54558 28697 28022 16717
Face 54559 29683 29814 29813
Face 54560 28507 28642 28641
Face 54561 26887 26888 27000
Face 54562 29030 29161 29160
Face 54563 25991 27102 26330
Face 54564 26779 26778 26663
Face 54565 29029 29030 29160
Face 54566 33870 33869 33743
Face 54567 26664 26663 26547
Face 54568 28247 28381 28246
Face 54569 25969 26080 26079
Face 54570 27254 24253 27253
Face 54571 28247 28246 28109
Face 54572 26084 26200 26199
Face 54573 23154 23264 23899
Face 54574 27470 27469 27350
Face 54575 25861 25862 25972
Face 54576 25573 25664 25572
Face 54577 27351 27470 27350
Face 54578 28392 28391 28257
Face 54579 27009 27008 26895
Face 54580 25984 19465 19464
Face 54581 28258 28392 28257
Face 54582 18449 1767 21071
Face 54583 6159 27327 24647
Face 54584 29328 18968 27900
Face 54585 27156 18449 21071
Face 54586 28159 28277 28139
Face 54587 28898 29025 29024
Face 54588 27001 27117 27116
Face 54589 27100 28159 28139
Face 54590 19996 20537 24852
Face 54591 24067 2908 11752
Face 54592 24220 29489 29490
Face 54593 25687 25798 25797
Face 54594 25686 25687 25797
Face 54595 25798 25907 25906
Face 54596 25797 25798 25906
Face 54597 25907 26019 26018
Face 54598 25906 25907 26018
Face 54599 26019 26132 26131
Face 54600 26018 26019 26131
Face 54601 26132 26250 26249
Face 54602 26131 26132 26249
Face 54603 26250 26368 26367
Face 54604 26249 26250 26367
Face 54605 26368 26486 26485
Face 54606 26367 26368 26485
Face 54607 26486 26601 26600
Face 54608 26485 26486 26600
Face 54609 26601 26716 26715
Face 54610 26600 26601 26715
Face 54611 26716 26830 26829
Face 54612 26715 26716 26829
Face 54613 26830 26945 26944
Face 54614 26829 26830 26944
Face 54615 27059 27058 26944
Face 54616 26945 27059 26944
Face 54617 27175 27174 27058
Face 54618 27059 27175 27058
Face 54619 27175 27287 27286
Face 54620 27174 27175 27286
Face 54621 27287 27404 27403
Face 54622 27286 27287 27403
Face 54623 27404 27525 27524
Face 54624 27403 27404 27524
Face 54625 27525 27651 27650
Face 54626 27524 27525 27650
Face 54627 27651 27782 27781
Face 54628 27650 27651 27781
Face 54629 27782 27913 27912
Face 54630 27781 27782 27912
Face 54631 27913 28045 28044
Face 54632 27912 27913 28044
Face 54633 28182 28181 28044
Face 54634 28045 28182 28044
Face 54635 28182 28317 28316
Face 54636 28181 28182 28316
Face 54637 28451 28450 28316
Face 54638 28317 28451 28316
Face 54639 28588 28587 28450
Face 54640 28451 28588 28450
Face 54641 28588 28716 28715
Face 54642 28587 28588 28715
Face 54643 28716 28843 28842
Face 54644 28715 28716 28842
Face 54645 28843 28968 28967
Face 54646 28842 28843 28967
Face 54647 29099 29098 28967
Face 54648 28968 29099 28967
Face 54649 29229 29228 29098
Face 54650 29099 29229 29098
Face 54651 29229 29360 29359
Face 54652 29228 29229 29359
Face 54653 29360 29491 29490
Face 54654 29359 29360 29490
Face 54655 11994 26708 26822
Face 54656 29755 24350 29624
Face 54657 4202 8539 11542
Face 54658 27254 24256 24254
Face 54659 29288 29419 29287
Face 54660 24417 24266 24815
Face 54661 29158 29288 29157
Face 54662 29419 29418 29287
Face 54663 29026 29027 29157
Face 54664 29288 29287 29157
Face 54665 28899 28900 29026
Face 54666 29027 29158 29157
Face 54667 28774 28900 28773
Face 54668 28900 29027 29026
Face 54669 28645 28774 28644
Face 54670 28900 28899 28773
Face 54671 24740 27143 27144
Face 54672 23596 24811 23590
Face 54673 29321 21800 29191
Face 54674 31290 31393 31392
Face 54675 1316 11099 8459
Face 54676 9538 13457 1572
Face 54677 1316 9538 1572
Face 54678 20119 26587 20706
Face 54679 23212 26071 24293
Face 54680 27381 28567 28636
Face 54681 29586 28298 29455
Face 54682 28274 18873 18657
Face 54683 28646 28645 28510
Face 54684 20800 25961 25586
Face 54685 6163 20874 25041
Face 54686 28511 28646 28510
Face 54687 24256 27255 27256
Face 54688 31263 31262 31161
Face 54689 25992 25430 6160
Face 54690 26810 26699 11815
Face 54691 29161 29291 29290
Face 54692 29160 29161 29290
Face 54693 26430 26548 26547
Face 54694 26429 26430 26547
Face 54695 19190 28167 29327
Face 54696 26080 26196 26195
Face 54697 28110 28109 27976
Face 54698 27977 28110 27976
Face 54699 30089 30090 30151
Face 54700 30152 30216 30215
Face 54701 25754 25755 25861
Face 54702 25862 25973 25972
Face 54703 26681 29146 28765
Face 54704 29671 18362 29672
Face 54705 27128 29716 2811
Face 54706 6808 6807 20713
Face 54707 28527 28526 28391
Face 54708 28392 28527 28391
Face 54709 27266 648 18987
Face 54710 13547 29781 16868
Face 54711 1767 28435 28362
Face 54712 21071 1767 28362
Face 54713 7125 19516 29696
Face 54714 7022 6704 6908
Face 54715 28829 24528 28828
Face 54716 27770 16957 222
Face 54717 25517 11671 25518
Face 54718 17761 22242 313
Face 54719 17728 25966 25963
Face 54720 25587 25688 25687
Face 54721 29624 24350 29491
Face 54722 25688 25799 25798
Face 54723 25687 25688 25798
Face 54724 25799 25908 25907
Face 54725 25798 25799 25907
Face 54726 25908 26020 26019
Face 54727 25907 25908 26019
Face 54728 26020 26133 26132
Face 54729 26019 26020 26132
Face 54730 26133 26251 26250
Face 54731 26132 26133 26250
Face 54732 26251 26369 26368
Face 54733 26250 26251 26368
Face 54734 26369 26487 26486
Face 54735 26368 26369 26486
Face 54736 26487 26602 26601
Face 54737 26486 26487 26601
Face 54738 26602 26717 26716
Face 54739 26601 26602 26716
Face 54740 26717 26831 26830
Face 54741 26716 26717 26830
Face 54742 26831 26946 26945
Face 54743 26830 26831 26945
Face 54744 27060 27059 26945
Face 54745 26946 27060 26945
Face 54746 27176 27175 27059
Face 54747 27060 27176 27059
Face 54748 27176 27288 27287
Face 54749 27175 27176 27287
Face 54750 27288 27405 27404
Face 54751 27287 27288 27404
Face 54752 27405 27526 27525
Face 54753 27404 27405 27525
Face 54754 27526 27652 27651
Face 54755 27525 27526 27651
Face 54756 27652 27783 27782
Face 54757 27651 27652 27782
Face 54758 27783 27914 27913
Face 54759 27782 27783 27913
Face 54760 27914 28046 28045
Face 54761 27913 27914 28045
Face 54762 28046 28183 28182
Face 54763 28045 28046 28182
Face 54764 28318 28317 28182
Face 54765 28183 28318 28182
Face 54766 28452 28451 28317
Face 54767 28318 28452 28317
Face 54768 28589 28588 28451
Face 54769 28452 28589 28451
Face 54770 28589 28717 28716
Face 54771 28588 28589 28716
Face 54772 28717 28844 28843
Face 54773 28716 28717 28843
Face 54774 28844 28969 28968
Face 54775 28843 28844 28968
Face 54776 29100 29099 28968
Face 54777 28969 29100 28968
Face 54778 29230 29229 29099
Face 54779 29100 29230 29099
Face 54780 29230 29361 29360
Face 54781 29229 29230 29360
Face 54782 29361 29492 29491
Face 54783 29360 29361 29491
Face 54784 11081 23713 23712
Face 54785 29492 29624 29491
Face 54786 29624 29756 29755
Face 54787 24256 24163 24164
Face 54788 24637 8266 23884
Face 54789 33996 34121 33995
Face 54790 13566 1012 23752
Face 54791 23647 23752 1012
Face 54792 2786 16412 16413
Face 54793 18972 22951 14485
Face 54794 27499 27491 26204
Face 54795 25430 26206 25426
Face 54796 26206 27499 26204
Face 54797 27706 27707 27835
Face 54798 27968 28101 28100
Face 54799 28238 28372 28371
Face 54800 6910 7846 19377
Face 54801 17216 19187 17284
Face 54802 13857 27257 6033
Face 54803 20486 13907 20401
Face 54804 9538 1316 8459
Face 54805 29612 25847 29605
Face 54806 10985 24235 24366
Face 54807 22254 29669 17761
Face 54808 25659 22631 19848
Face 54809 16184 14429 18757
Face 54810 26759 20487 18731
Face 54811 27255 24256 27254
Face 54812 26192 26310 26309
Face 54813 6797 29594 18541
Face 54814 26309 19782 26192
Face 54815 22650 22649 21637
Face 54816 18975 18872 6163
Face 54817 17355 18975 6163
Face 54818 27254 24254 24253
Face 54819 32491 32492 32608
Face 54820 29291 29422 29421
Face 54821 28240 28374 28373
Face 54822 26313 26430 26429
Face 54823 26312 26313 26429
Face 54824 26079 26080 26195
Face 54825 26196 26314 26313
Face 54826 27977 27976 27844
Face 54827 27845 27977 27844
Face 54828 30279 30278 30213
Face 54829 30214 30279 30213
Face 54830 28932 28931 28805
Face 54831 25755 25862 25861
Face 54832 31812 31919 31811
Face 54833 6798 6525 11167
Face 54834 21378 20146 27387
Face 54835 26896 27009 26895
Face 54836 28662 28661 28526
Face 54837 28527 28662 28526
Face 54838 26453 27827 27826
Face 54839 21584 21679 28494
Face 54840 31586 31585 31476
Face 54841 29209 26587 34412
Face 54842 18362 18349 29672
Face 54843 6583 6582 6703
Face 54844 16868 27770 222
Face 54845 18971 2681 16957
Face 54846 25432 25496 25495
Face 54847 25431 25432 25495
Face 54848 25496 25588 25587
Face 54849 34308 28686 28003
Face 54850 25588 25689 25688
Face 54851 25587 25588 25688
Face 54852 25689 25800 25799
Face 54853 25688 25689 25799
Face 54854 25800 25909 25908
Face 54855 25799 25800 25908
Face 54856 25909 26021 26020
Face 54857 25908 25909 26020
Face 54858 26021 26134 26133
Face 54859 26020 26021 26133
Face 54860 26134 26252 26251
Face 54861 26133 26134 26251
Face 54862 26252 26370 26369
Face 54863 26251 26252 26369
Face 54864 26370 26488 26487
Face 54865 26369 26370 26487
Face 54866 26488 26603 26602
Face 54867 26487 26488 26602
Face 54868 26603 26718 26717
Face 54869 26602 26603 26717
Face 54870 26718 26832 26831
Face 54871 26717 26718 26831
Face 54872 26832 26947 26946
Face 54873 26831 26832 26946
Face 54874 26947 27061 27060
Face 54875 26946 26947 27060
Face 54876 27177 27176 27060
Face 54877 27061 27177 27060
Face 54878 27177 27289 27288
Face 54879 27176 27177 27288
Face 54880 27289 27406 27405
Face 54881 27288 27289 27405
Face 54882 27406 27527 27526
Face 54883 27405 27406 27526
Face 54884 27527 27653 27652
Face 54885 27526 27527 27652
Face 54886 27653 27784 27783
Face 54887 27652 27653 27783
Face 54888 27784 27915 27914
Face 54889 27783 27784 27914
Face 54890 27915 28047 28046
Face 54891 27914 27915 28046
Face 54892 28047 28184 28183
Face 54893 28046 28047 28183
Face 54894 28319 28318 28183
Face 54895 28184 28319 28183
Face 54896 28453 28452 28318
Face 54897 28319 28453 28318
Face 54898 28590 28589 28452
Face 54899 28453 28590 28452
Face 54900 28590 28718 28717
Face 54901 28589 28590 28717
Face 54902 28718 28845 28844
Face 54903 28717 28718 28844
Face 54904 28845 28970 28969
Face 54905 28844 28845 28969
Face 54906 29101 29100 28969
Face 54907 28970 29101 28969
Face 54908 29231 29230 29100
Face 54909 29101 29231 29100
Face 54910 29231 29362 29361
Face 54911 29230 29231 29361
Face 54912 29362 29493 29492
Face 54913 29361 29362 29492
Face 54914 29493 29625 29624
Face 54915 29492 29493 29624
Face 54916 29625 29757 29756
Face 54917 29624 29625 29756
Face 54918 22510 23182 23378
Face 54919 33665 33540 6680
Face 54920 27752 29328 18355
Face 54921 23508 22753 22752
Face 54922 28025 28696 6640
Face 54923 26586 11975 26899
Face 54924 18715 18665 2292
Face 54925 25953 18890 17856
Face 54926 28256 28255 28118
Face 54927 6900 18715 6799
Face 54928 23424 23423 6278
Face 54929 27986 27985 27853
Face 54930 29692 29691 29559
Face 54931 26988 24506 24367
Face 54932 11975 26586 23585
Face 54933 28543 26299 26902
Face 54934 23283 24153 24154
Face 54935 20553 34667 21181
Face 54936 33086 33085 32951
Face 54937 34008 34007 33881
Face 54938 34740 2037 18459
Face 54939 20614 25420 25419
Face 54940 29285 29286 29416
Face 54941 27872 27878 28300
Face 54942 2556 2429 25189
Face 54943 29428 29429 29559
Face 54944 25279 11998 25189
Face 54945 19461 19542 24013
Face 54946 18664 18975 17355
Face 54947 2429 18664 17355
Face 54948 23416 28418 23496
Face 54949 23627 26086 25976
Face 54950 29290 29291 29421
Face 54951 28772 28773 28898
Face 54952 26195 26313 26312
Face 54953 26194 26195 26312
Face 54954 26195 26196 26313
Face 54955 26314 26431 26430
Face 54956 27716 27715 27588
Face 54957 27589 27716 27588
Face 54958 28295 6528 6397
Face 54959 6397 26816 28558
Face 54960 27750 19194 27748
Face 54961 23573 22704 17197
Face 54962 27516 27566 29276
Face 54963 29279 18864 18865
Face 54964 25865 25866 25976
Face 54965 27768 27767 23879
Face 54966 28791 28790 28661
Face 54967 28662 28791 28661
Face 54968 28102 28239 28238
Face 54969 27050 23621 23544
Face 54970 33742 33868 33741
Face 54971 25551 25558 26451
Face 54972 18660 7022 18661
Face 54973 30348 30415 30347
Face 54974 27770 18971 16957
Face 54975 18362 2817 18349
Face 54976 29737 29734 2681
Face 54977 24417 29757 21358
Face 54978 25432 25433 25496
Face 54979 25497 25589 25588
Face 54980 25496 25497 25588
Face 54981 25589 25690 25689
Face 54982 25588 25589 25689
Face 54983 25690 25801 25800
Face 54984 25689 25690 25800
Face 54985 25801 25910 25909
Face 54986 25800 25801 25909
Face 54987 25910 26022 26021
Face 54988 25909 25910 26021
Face 54989 26022 26135 26134
Face 54990 26021 26022 26134
Face 54991 26135 26253 26252
Face 54992 26134 26135 26252
Face 54993 26253 26371 26370
Face 54994 26252 26253 26370
Face 54995 26371 26489 26488
Face 54996 26370 26371 26488
Face 54997 26489 26604 26603
Face 54998 26488 26489 26603
Face 54999 26604 26719 26718
Face 55000 26603 26604 26718
Face 55001 26719 26833 26832
Face 55002 26718 26719 26832
Face 55003 26833 26948 26947
Face 55004 26832 26833 26947
Face 55005 26948 27062 27061
Face 55006 26947 26948 27061
Face 55007 27178 27177 27061
Face 55008 27062 27178 27061
Face 55009 27178 27290 27289
Face 55010 27177 27178 27289
Face 55011 27290 27407 27406
Face 55012 27289 27290 27406
Face 55013 27407 27528 27527
Face 55014 27406 27407 27527
Face 55015 27528 27654 27653
Face 55016 27527 27528 27653
Face 55017 27654 27785 27784
Face 55018 27653 27654 27784
Face 55019 27785 27916 27915
Face 55020 27784 27785 27915
Face 55021 27916 28048 28047
Face 55022 27915 27916 28047
Face 55023 28048 28185 28184
Face 55024 28047 28048 28184
Face 55025 28320 28319 28184
Face 55026 28185 28320 28184
Face 55027 28454 28453 28319
Face 55028 28320 28454 28319
Face 55029 28591 28590 28453
Face 55030 28454 28591 28453
Face 55031 28591 28719 28718
Face 55032 28590 28591 28718
Face 55033 28719 28846 28845
Face 55034 28718 28719 28845
Face 55035 28846 28971 28970
Face 55036 28845 28846 28970
Face 55037 29102 29101 28970
Face 55038 28971 29102 28970
Face 55039 29232 29231 29101
Face 55040 29102 29232 29101
Face 55041 29363 29362 29231
Face 55042 29232 29363 29231
Face 55043 29363 29494 29493
Face 55044 29362 29363 29493
Face 55045 29494 29626 29625
Face 55046 29493 29494 29625
Face 55047 29626 29758 29757
Face 55048 29625 29626 29757
Face 55049 33868 33867 33741
Face 55050 29758 21358 29757
Face 55051 26331 25555 27882
Face 55052 29457 28812 23171
Face 55053 25555 25652 26441
Face 55054 25652 18546 26441
Face 55055 18546 25652 27893
Face 55056 25652 18259 27893
Face 55057 18259 28812 27893
Face 55058 28812 28813 27893
Face 55059 28813 28812 29457
Face 55060 18664 18560 23895
Face 55061 28129 25138 23851
Face 55062 27245 25953 17856
Face 55063 19089 25569 29749
Face 55064 18543 18355 19202
Face 55065 24349 24348 24546
Face 55066 26932 27768 20758
Face 55067 5021 4889 5022
Face 55068 20848 20760 20849
Face 55069 26874 18552 18768
Face 55070 28130 28765 19091
Face 55071 18256 21762 26648
Face 55072 6634 11010 20614
Face 55073 33617 33616 33489
Face 55074 34645 28017 34741
Face 55075 23701 24471 24216
Face 55076 24740 27144 24739
Face 55077 18560 18664 2429
Face 55078 2556 18560 2429
Face 55079 25004 26237 11496
Face 55080 29061 29060 21517
Face 55081 28899 29026 29025
Face 55082 21992 21896 21993
Face 55083 26079 26195 26194
Face 55084 25648 19374 19294
Face 55085 26313 26314 26430
Face 55086 26431 26549 26548
Face 55087 27845 27844 27715
Face 55088 27716 27845 27715
Face 55089 25794 28824 6528
Face 55090 28295 25794 6528
Face 55091 28569 27750 25654
Face 55092 19194 26092 27748
Face 55093 26219 26236 27516
Face 55094 27566 29279 29276
Face 55095 25758 25759 25865
Face 55096 32821 32953 32820
Face 55097 28917 28916 28790
Face 55098 28791 28917 28790
Face 55099 20118 34690 34800
Face 55100 29714 26297 20625
Face 55101 13678 10306 10187
Face 55102 21735 32201 21638
Face 55103 21378 21009 21887
Face 55104 29653 29654 24761
Face 55105 16711 28889 28698
Face 55106 20020 20019 19942
Face 55107 18971 29737 2681
Face 55108 4621 27635 29734
Face 55109 27474 27354 20517
Face 55110 25288 29216 29217
Face 55111 25498 25590 25589
Face 55112 25497 25498 25589
Face 55113 25590 25691 25690
Face 55114 25589 25590 25690
Face 55115 25691 25802 25801
Face 55116 25690 25691 25801
Face 55117 25802 25911 25910
Face 55118 25801 25802 25910
Face 55119 25911 26023 26022
Face 55120 25910 25911 26022
Face 55121 26023 26136 26135
Face 55122 26022 26023 26135
Face 55123 26136 26254 26253
Face 55124 26135 26136 26253
Face 55125 26254 26372 26371
Face 55126 26253 26254 26371
Face 55127 26372 26490 26489
Face 55128 26371 26372 26489
Face 55129 26490 26605 26604
Face 55130 26489 26490 26604
Face 55131 26605 26720 26719
Face 55132 26604 26605 26719
Face 55133 26720 26834 26833
Face 55134 26719 26720 26833
Face 55135 26834 26949 26948
Face 55136 26833 26834 26948
Face 55137 27063 27062 26948
Face 55138 26949 27063 26948
Face 55139 27179 27178 27062
Face 55140 27063 27179 27062
Face 55141 27179 27291 27290
Face 55142 27178 27179 27290
Face 55143 27291 27408 27407
Face 55144 27290 27291 27407
Face 55145 27408 27529 27528
Face 55146 27407 27408 27528
Face 55147 27529 27655 27654
Face 55148 27528 27529 27654
Face 55149 27655 27786 27785
Face 55150 27654 27655 27785
Face 55151 27786 27917 27916
Face 55152 27785 27786 27916
Face 55153 28049 28048 27916
Face 55154 27917 28049 27916
Face 55155 28049 28186 28185
Face 55156 28048 28049 28185
Face 55157 28321 28320 28185
Face 55158 28186 28321 28185
Face 55159 28455 28454 28320
Face 55160 28321 28455 28320
Face 55161 28592 28591 28454
Face 55162 28455 28592 28454
Face 55163 28592 28720 28719
Face 55164 28591 28592 28719
Face 55165 28720 28847 28846
Face 55166 28719 28720 28846
Face 55167 28847 28972 28971
Face 55168 28846 28847 28971
Face 55169 29103 29102 28971
Face 55170 28972 29103 28971
Face 55171 29233 29232 29102
Face 55172 29103 29233 29102
Face 55173 29364 29363 29232
Face 55174 29233 29364 29232
Face 55175 29364 29495 29494
Face 55176 29363 29364 29494
Face 55177 29495 29627 29626
Face 55178 29494 29495 29626
Face 55179 29627 29759 29758
Face 55180 29626 29627 29758
Face 55181 21262 21358 29758
Face 55182 29759 21262 29758
Face 55183 27147 24599 27146
Face 55184 22677 19769 19770
Face 55185 26776 26890 26775
Face 55186 24681 24871 20698
Face 55187 26661 26776 26660
Face 55188 26890 26889 26775
Face 55189 26545 26661 26544
Face 55190 26776 26775 26660
Face 55191 26427 26545 26426
Face 55192 26661 26660 26544
Face 55193 26310 26427 26426
Face 55194 26309 26310 26426
Face 55195 27000 27001 27116
Face 55196 26545 26544 26426
Face 55197 29146 26931 20758
Face 55198 4217 13581 23996
Face 55199 17713 9642 12002
Face 55200 29786 24094 22916
Face 55201 7134 6701 6634
Face 55202 25496 25587 25495
Face 55203 25856 34699 11358
Face 55204 11010 20704 20614
Face 55205 24158 27272 25561
Face 55206 19307 19306 25773
Face 55207 6599 2556 6283
Face 55208 8575 6599 6283
Face 55209 18871 18560 2556
Face 55210 6599 18871 2556
Face 55211 34545 34471 34764
Face 55212 24712 24711 15861
Face 55213 15716 24712 15860
Face 55214 25160 29217 29216
Face 55215 22823 21983 25657
Face 55216 27837 27838 27969
Face 55217 26430 26431 26548
Face 55218 26665 26664 26548
Face 55219 27589 27588 27468
Face 55220 27469 27589 27468
Face 55221 29193 21076 29190
Face 55222 19147 6594 19087
Face 55223 27750 27748 25654
Face 55224 1867 20978 21266
Face 55225 25469 25474 26219
Face 55226 26236 27566 27516
Face 55227 6163 18872 20874
Face 55228 25759 25866 25865
Face 55229 29044 29043 28916
Face 55230 28917 29044 28916
Face 55231 28508 28509 28643
Face 55232 28431 28762 27869
Face 55233 22991 25883 16966
Face 55234 10274 10397 4196
Face 55235 29172 29302 29171
Face 55236 29172 29171 29040
Face 55237 28302 20148 29754
Face 55238 25418 25419 26177
Face 55239 29737 4621 29734
Face 55240 27615 27487 27635
Face 55241 11467 12998 11604
Face 55242 27698 6034 21087
Face 55243 25499 25591 25590
Face 55244 25498 25499 25590
Face 55245 25591 25692 25691
Face 55246 25590 25591 25691
Face 55247 25692 25803 25802
Face 55248 25691 25692 25802
Face 55249 25803 25912 25911
Face 55250 25802 25803 25911
Face 55251 25912 26024 26023
Face 55252 25911 25912 26023
Face 55253 26024 26137 26136
Face 55254 26023 26024 26136
Face 55255 26137 26255 26254
Face 55256 26136 26137 26254
Face 55257 26255 26373 26372
Face 55258 26254 26255 26372
Face 55259 26373 26491 26490
Face 55260 26372 26373 26490
Face 55261 26491 26606 26605
Face 55262 26490 26491 26605
Face 55263 26606 26721 26720
Face 55264 26605 26606 26720
Face 55265 26721 26835 26834
Face 55266 26720 26721 26834
Face 55267 26835 26950 26949
Face 55268 26834 26835 26949
Face 55269 26950 27064 27063
Face 55270 26949 26950 27063
Face 55271 27064 27180 27179
Face 55272 27063 27064 27179
Face 55273 27180 27292 27291
Face 55274 27179 27180 27291
Face 55275 27292 27409 27408
Face 55276 27291 27292 27408
Face 55277 27409 27530 27529
Face 55278 27408 27409 27529
Face 55279 27530 27656 27655
Face 55280 27529 27530 27655
Face 55281 27787 27786 27655
Face 55282 27656 27787 27655
Face 55283 27787 27918 27917
Face 55284 27786 27787 27917
Face 55285 27918 28050 28049
Face 55286 27917 27918 28049
Face 55287 28050 28187 28186
Face 55288 28049 28050 28186
Face 55289 28322 28321 28186
Face 55290 28187 28322 28186
Face 55291 28322 28456 28455
Face 55292 28321 28322 28455
Face 55293 28593 28592 28455
Face 55294 28456 28593 28455
Face 55295 28593 28721 28720
Face 55296 28592 28593 28720
Face 55297 28721 28848 28847
Face 55298 28720 28721 28847
Face 55299 28848 28973 28972
Face 55300 28847 28848 28972
Face 55301 29104 29103 28972
Face 55302 28973 29104 28972
Face 55303 29234 29233 29103
Face 55304 29104 29234 29103
Face 55305 29365 29364 29233
Face 55306 29234 29365 29233
Face 55307 29365 29496 29495
Face 55308 29364 29365 29495
Face 55309 29496 29628 29627
Face 55310 29495 29496 29627
Face 55311 29628 29760 29759
Face 55312 29627 29628 29759
Face 55313 17857 21262 29759
Face 55314 29760 17857 29759
Face 55315 23679 23195 24998
Face 55316 14762 12976 21358
Face 55317 2068 18588 18692
Face 55318 18488 18588 2068
Face 55319 27972 27971 27839
Face 55320 27711 27840 27710
Face 55321 28105 28104 27971
Face 55322 27840 27972 27839
Face 55323 28242 28241 28104
Face 55324 27972 28105 27971
Face 55325 28376 28375 28241
Face 55326 28105 28242 28104
Face 55327 28511 28510 28375
Face 55328 28242 28376 28241
Face 55329 24234 16708 26087
Face 55330 22145 29458 29484
Face 55331 11250 26105 11251
Face 55332 33491 33618 33490
Face 55333 24246 26071 23212
Face 55334 23196 24559 16708
Face 55335 13158 13159 28574
Face 55336 24918 27610 28009
Face 55337 22891 29089 29090
Face 55338 18354 16708 24558
Face 55339 2816 6599 8575
Face 55340 8940 2816 8575
Face 55341 18652 18871 6599
Face 55342 2816 18652 6599
Face 55343 24712 15861 15860
Face 55344 18652 29614 18871
Face 55345 20792 33178 20793
Face 55346 32828 32960 32827
Face 55347 21796 16964 23379
Face 55348 27342 27343 27461
Face 55349 26549 26665 26548
Face 55350 26780 26779 26664
Face 55351 27469 27468 27349
Face 55352 27350 27469 27349
Face 55353 29596 29730 28824
Face 55354 25794 29596 28824
Face 55355 23167 23223 23222
Face 55356 23267 24679 24562
Face 55357 25475 25550 25469
Face 55358 25474 26236 26219
Face 55359 24613 23279 23982
Face 55360 25657 25759 25758
Face 55361 29175 29174 29043
Face 55362 29044 29175 29043
Face 55363 29155 29156 29285
Face 55364 28669 28668 28533
Face 55365 8575 6283 6591
Face 55366 11019 11018 30314
Face 55367 28498 28141 29463
Face 55368 29347 22145 11775
Face 55369 4621 27615 27635
Face 55370 27159 25643 27487
Face 55371 27615 27159 27487
Face 55372 28546 26323 25643
Face 55373 25435 25500 25499
Face 55374 34364 34509 34327
Face 55375 25500 25592 25591
Face 55376 25499 25500 25591
Face 55377 25592 25693 25692
Face 55378 25591 25592 25692
Face 55379 25693 25804 25803
Face 55380 25692 25693 25803
Face 55381 25913 25912 25803
Face 55382 25804 25913 25803
Face 55383 26025 26024 25912
Face 55384 25913 26025 25912
Face 55385 26025 26138 26137
Face 55386 26024 26025 26137
Face 55387 26138 26256 26255
Face 55388 26137 26138 26255
Face 55389 26256 26374 26373
Face 55390 26255 26256 26373
Face 55391 26374 26492 26491
Face 55392 26373 26374 26491
Face 55393 26492 26607 26606
Face 55394 26491 26492 26606
Face 55395 26607 26722 26721
Face 55396 26606 26607 26721
Face 55397 26722 26836 26835
Face 55398 26721 26722 26835
Face 55399 26836 26951 26950
Face 55400 26835 26836 26950
Face 55401 26951 27065 27064
Face 55402 26950 26951 27064
Face 55403 27065 27181 27180
Face 55404 27064 27065 27180
Face 55405 27181 27293 27292
Face 55406 27180 27181 27292
Face 55407 27293 27410 27409
Face 55408 27292 27293 27409
Face 55409 27410 27531 27530
Face 55410 27409 27410 27530
Face 55411 27531 27657 27656
Face 55412 27530 27531 27656
Face 55413 27788 27787 27656
Face 55414 27657 27788 27656
Face 55415 27919 27918 27787
Face 55416 27788 27919 27787
Face 55417 27919 28051 28050
Face 55418 27918 27919 28050
Face 55419 28051 28188 28187
Face 55420 28050 28051 28187
Face 55421 28188 28323 28322
Face 55422 28187 28188 28322
Face 55423 28323 28457 28456
Face 55424 28322 28323 28456
Face 55425 28457 28594 28593
Face 55426 28456 28457 28593
Face 55427 28594 28722 28721
Face 55428 28593 28594 28721
Face 55429 28849 28848 28721
Face 55430 28722 28849 28721
Face 55431 28974 28973 28848
Face 55432 28849 28974 28848
Face 55433 29105 29104 28973
Face 55434 28974 29105 28973
Face 55435 29235 29234 29104
Face 55436 29105 29235 29104
Face 55437 29366 29365 29234
Face 55438 29235 29366 29234
Face 55439 29497 29496 29365
Face 55440 29366 29497 29365
Face 55441 29497 29629 29628
Face 55442 29496 29497 29628
Face 55443 29629 29761 29760
Face 55444 29628 29629 29760
Face 55445 28031 20146 23123
Face 55446 29345 25023 29346
Face 55447 12178 21380 21753
Face 55448 20795 21356 21355
Face 55449 6578 11010 6701
Face 55450 11037 6578 6701
Face 55451 6526 11037 6701
Face 55452 6402 6526 6701
Face 55453 6526 6402 17944
Face 55454 18764 6526 17944
Face 55455 18764 17944 19315
Face 55456 14202 18764 19315
Face 55457 14202 19315 2814
Face 55458 21643 14202 2814
Face 55459 29682 29683 29813
Face 55460 29814 21643 2814
Face 55461 28689 26902 18444
Face 55462 29813 29814 2814
Face 55463 21009 28814 28420
Face 55464 23635 27642 27772
Face 55465 25981 23954 23953
Face 55466 23922 33011 2693
Face 55467 23954 25981 25873
Face 55468 25021 19360 23742
Face 55469 31214 31213 31114
Face 55470 24559 24558 16708
Face 55471 21740 2816 8940
Face 55472 225 21740 8940
Face 55473 18548 18652 2816
Face 55474 21740 18548 2816
Face 55475 18254 29614 18652
Face 55476 18548 18254 18652
Face 55477 27877 27875 2908
Face 55478 26933 11671 25416
Face 55479 16871 23340 27162
Face 55480 27233 27343 27342
Face 55481 26665 26780 26664
Face 55482 26894 26893 26779
Face 55483 27124 27240 27123
Face 55484 27350 27349 27239
Face 55485 17288 29078 29730
Face 55486 29596 17288 29730
Face 55487 2810 18928 28285
Face 55488 26567 29462 26907
Face 55489 25550 25475 6582
Face 55490 6583 25550 6582
Face 55491 11508 26244 26243
Face 55492 27136 28945 27753
Face 55493 29305 29304 29174
Face 55494 29175 29305 29174
Face 55495 6524 7134 7028
Face 55496 23367 23464 18732
Face 55497 12982 18327 7124
Face 55498 20987 26446 26986
Face 55499 28684 28683 18968
Face 55500 17857 20606 24419
Face 55501 27159 28546 25643
Face 55502 27250 11106 26323
Face 55503 28546 27250 26323
Face 55504 25436 25501 25500
Face 55505 25435 25436 25500
Face 55506 25501 25593 25592
Face 55507 25500 25501 25592
Face 55508 25593 25694 25693
Face 55509 25592 25593 25693
Face 55510 25694 25805 25804
Face 55511 25693 25694 25804
Face 55512 25805 25914 25913
Face 55513 25804 25805 25913
Face 55514 25914 26026 26025
Face 55515 25913 25914 26025
Face 55516 26026 26139 26138
Face 55517 26025 26026 26138
Face 55518 26139 26257 26256
Face 55519 26138 26139 26256
Face 55520 26257 26375 26374
Face 55521 26256 26257 26374
Face 55522 26375 26493 26492
Face 55523 26374 26375 26492
Face 55524 26493 26608 26607
Face 55525 26492 26493 26607
Face 55526 26608 26723 26722
Face 55527 26607 26608 26722
Face 55528 26723 26837 26836
Face 55529 26722 26723 26836
Face 55530 26837 26952 26951
Face 55531 26836 26837 26951
Face 55532 26952 27066 27065
Face 55533 26951 26952 27065
Face 55534 27182 27181 27065
Face 55535 27066 27182 27065
Face 55536 27182 27294 27293
Face 55537 27181 27182 27293
Face 55538 27294 27411 27410
Face 55539 27293 27294 27410
Face 55540 27411 27532 27531
Face 55541 27410 27411 27531
Face 55542 27532 27658 27657
Face 55543 27531 27532 27657
Face 55544 27789 27788 27657
Face 55545 27658 27789 27657
Face 55546 27920 27919 27788
Face 55547 27789 27920 27788
Face 55548 27920 28052 28051
Face 55549 27919 27920 28051
Face 55550 28052 28189 28188
Face 55551 28051 28052 28188
Face 55552 28189 28324 28323
Face 55553 28188 28189 28323
Face 55554 28324 28458 28457
Face 55555 28323 28324 28457
Face 55556 28458 28595 28594
Face 55557 28457 28458 28594
Face 55558 28595 28723 28722
Face 55559 28594 28595 28722
Face 55560 28850 28849 28722
Face 55561 28723 28850 28722
Face 55562 28975 28974 28849
Face 55563 28850 28975 28849
Face 55564 29106 29105 28974
Face 55565 28975 29106 28974
Face 55566 29236 29235 29105
Face 55567 29106 29236 29105
Face 55568 29367 29366 29235
Face 55569 29236 29367 29235
Face 55570 29498 29497 29366
Face 55571 29367 29498 29366
Face 55572 29498 29630 29629
Face 55573 29497 29498 29629
Face 55574 29630 29762 29761
Face 55575 29629 29630 29761
Face 55576 12609 25033 12610
Face 55577 2914 23576 23659
Face 55578 33742 33741 33616
Face 55579 33617 33742 33616
Face 55580 9314 34831 34773
Face 55581 13949 24251 11453
Face 55582 25632 25732 24205
Face 55583 18658 5387 18765
Face 55584 7024 7133 5388
Face 55585 28641 28642 28770
Face 55586 28771 28897 28896
Face 55587 429 18799 28633
Face 55588 10715 27264 25644
Face 55589 27699 29407 29404
Face 55590 15325 1867 19187
Face 55591 29680 29811 29679
Face 55592 29560 29692 29559
Face 55593 16956 2941 2942
Face 55594 32952 33086 32951
Face 55595 24476 23281 23379
Face 55596 25874 23954 25873
Face 55597 28418 28404 23496
Face 55598 28404 18889 2558
Face 55599 28365 28404 2558
Face 55600 10346 225 2558
Face 55601 18889 10346 2558
Face 55602 21636 21740 225
Face 55603 10346 21636 225
Face 55604 18650 18548 21740
Face 55605 21636 18650 21740
Face 55606 26704 18254 18548
Face 55607 18650 26704 18548
Face 55608 20017 20099 22990
Face 55609 19535 25222 22872
Face 55610 23575 23433 23492
Face 55611 19535 19454 25222
Face 55612 26780 26894 26779
Face 55613 12267 11358 34699
Face 55614 27240 27350 27239
Face 55615 27007 27006 26893
Face 55616 2810 27266 29078
Face 55617 27124 27123 27007
Face 55618 28285 26567 26907
Face 55619 17288 2810 29078
Face 55620 6704 6583 6703
Face 55621 18928 26567 28285
Face 55622 27148 27149 23865
Face 55623 25550 25474 25469
Face 55624 29436 29435 29304
Face 55625 26205 26763 10715
Face 55626 26471 27829 27827
Face 55627 29305 29436 29304
Face 55628 29460 5513 7014
Face 55629 32911 20700 32780
Face 55630 29178 29308 29177
Face 55631 29459 29460 7014
Face 55632 27163 29622 11106
Face 55633 29718 18541 29540
Face 55634 27250 27163 11106
Face 55635 25404 25437 25436
Face 55636 25437 25502 25501
Face 55637 25436 25437 25501
Face 55638 25502 25594 25593
Face 55639 25501 25502 25593
Face 55640 25594 25695 25694
Face 55641 25593 25594 25694
Face 55642 25695 25806 25805
Face 55643 25694 25695 25805
Face 55644 25915 25914 25805
Face 55645 25806 25915 25805
Face 55646 26027 26026 25914
Face 55647 25915 26027 25914
Face 55648 26027 26140 26139
Face 55649 26026 26027 26139
Face 55650 26140 26258 26257
Face 55651 26139 26140 26257
Face 55652 26258 26376 26375
Face 55653 26257 26258 26375
Face 55654 26376 26494 26493
Face 55655 26375 26376 26493
Face 55656 26494 26609 26608
Face 55657 26493 26494 26608
Face 55658 26609 26724 26723
Face 55659 26608 26609 26723
Face 55660 26724 26838 26837
Face 55661 26723 26724 26837
Face 55662 26838 26953 26952
Face 55663 26837 26838 26952
Face 55664 26953 27067 27066
Face 55665 26952 26953 27066
Face 55666 27183 27182 27066
Face 55667 27067 27183 27066
Face 55668 27183 27295 27294
Face 55669 27182 27183 27294
Face 55670 27295 27412 27411
Face 55671 27294 27295 27411
Face 55672 27412 27533 27532
Face 55673 27411 27412 27532
Face 55674 27533 27659 27658
Face 55675 27532 27533 27658
Face 55676 27790 27789 27658
Face 55677 27659 27790 27658
Face 55678 27790 27921 27920
Face 55679 27789 27790 27920
Face 55680 27921 28053 28052
Face 55681 27920 27921 28052
Face 55682 28053 28190 28189
Face 55683 28052 28053 28189
Face 55684 28190 28325 28324
Face 55685 28189 28190 28324
Face 55686 28325 28459 28458
Face 55687 28324 28325 28458
Face 55688 28459 28596 28595
Face 55689 28458 28459 28595
Face 55690 28596 28724 28723
Face 55691 28595 28596 28723
Face 55692 28851 28850 28723
Face 55693 28724 28851 28723
Face 55694 28976 28975 28850
Face 55695 28851 28976 28850
Face 55696 29107 29106 28975
Face 55697 28976 29107 28975
Face 55698 29237 29236 29106
Face 55699 29107 29237 29106
Face 55700 29368 29367 29236
Face 55701 29237 29368 29236
Face 55702 29499 29498 29367
Face 55703 29368 29499 29367
Face 55704 29499 29631 29630
Face 55705 29498 29499 29630
Face 55706 29631 29763 29762
Face 55707 29630 29631 29762
Face 55708 20606 29761 29762
Face 55709 30408 30479 30407
Face 55710 26428 26546 26427
Face 55711 26662 26661 26545
Face 55712 26310 26311 26427
Face 55713 26546 26545 26427
Face 55714 26192 26193 26310
Face 55715 26311 26428 26427
Face 55716 21675 23226 23283
Face 55717 26193 26311 26310
Face 55718 29540 20800 28545
Face 55719 26078 26193 26192
Face 55720 18890 28164 28696
Face 55721 11007 27355 26307
Face 55722 27769 7013 27356
Face 55723 28164 29483 28696
Face 55724 21072 6279 29207
Face 55725 29751 21072 29207
Face 55726 24134 24200 28226
Face 55727 28024 28144 27638
Face 55728 25553 23069 27997
Face 55729 28428 28418 23416
Face 55730 28418 13978 18889
Face 55731 28404 28418 18889
Face 55732 16865 10346 18889
Face 55733 13978 16865 18889
Face 55734 17973 21636 10346
Face 55735 16865 17973 10346
Face 55736 18649 18650 21636
Face 55737 17973 18649 21636
Face 55738 25742 26704 18650
Face 55739 18649 25742 18650
Face 55740 25561 27272 26704
Face 55741 25742 25561 26704
Face 55742 12233 24511 27327
Face 55743 11744 11665 11745
Face 55744 26121 26237 26120
Face 55745 26471 26474 27829
Face 55746 26894 27007 26893
Face 55747 27123 27122 27006
Face 55748 27008 27124 27007
Face 55749 27240 27239 27123
Face 55750 2810 28285 29064
Face 55751 27271 18960 25334
Face 55752 29729 18768 29596
Face 55753 18928 2810 17288
Face 55754 18960 27271 18416
Face 55755 21056 21057 28267
Face 55756 23802 28270 21452
Face 55757 23183 23125 23111
Face 55758 29567 29566 29435
Face 55759 29436 29567 29435
Face 55760 20626 28436 27130
Face 55761 13734 20316 28937
Face 55762 31700 31699 31585
Face 55763 34679 28227 28362
Face 55764 27730 27859 27729
Face 55765 27991 27990 27858
Face 55766 27163 17103 6712
Face 55767 29622 27163 6712
Face 55768 25438 25437 25404
Face 55769 25438 25503 25502
Face 55770 25437 25438 25502
Face 55771 25503 25595 25594
Face 55772 25502 25503 25594
Face 55773 25595 25696 25695
Face 55774 25594 25595 25695
Face 55775 25696 25807 25806
Face 55776 25695 25696 25806
Face 55777 25807 25916 25915
Face 55778 25806 25807 25915
Face 55779 25916 26028 26027
Face 55780 25915 25916 26027
Face 55781 26028 26141 26140
Face 55782 26027 26028 26140
Face 55783 26141 26259 26258
Face 55784 26140 26141 26258
Face 55785 26259 26377 26376
Face 55786 26258 26259 26376
Face 55787 26377 26495 26494
Face 55788 26376 26377 26494
Face 55789 26495 26610 26609
Face 55790 26494 26495 26609
Face 55791 26610 26725 26724
Face 55792 26609 26610 26724
Face 55793 26725 26839 26838
Face 55794 26724 26725 26838
Face 55795 26839 26954 26953
Face 55796 26838 26839 26953
Face 55797 26954 27068 27067
Face 55798 26953 26954 27067
Face 55799 27068 27184 27183
Face 55800 27067 27068 27183
Face 55801 27184 27296 27295
Face 55802 27183 27184 27295
Face 55803 27296 27413 27412
Face 55804 27295 27296 27412
Face 55805 27413 27534 27533
Face 55806 27412 27413 27533
Face 55807 27534 27660 27659
Face 55808 27533 27534 27659
Face 55809 27791 27790 27659
Face 55810 27660 27791 27659
Face 55811 27791 27922 27921
Face 55812 27790 27791 27921
Face 55813 27922 28054 28053
Face 55814 27921 27922 28053
Face 55815 28054 28191 28190
Face 55816 28053 28054 28190
Face 55817 28191 28326 28325
Face 55818 28190 28191 28325
Face 55819 28326 28460 28459
Face 55820 28325 28326 28459
Face 55821 28460 28597 28596
Face 55822 28459 28460 28596
Face 55823 28597 28725 28724
Face 55824 28596 28597 28724
Face 55825 28852 28851 28724
Face 55826 28725 28852 28724
Face 55827 28977 28976 28851
Face 55828 28852 28977 28851
Face 55829 28977 29108 29107
Face 55830 28976 28977 29107
Face 55831 29238 29237 29107
Face 55832 29108 29238 29107
Face 55833 29369 29368 29237
Face 55834 29238 29369 29237
Face 55835 29500 29499 29368
Face 55836 29369 29500 29368
Face 55837 29500 29632 29631
Face 55838 29499 29500 29631
Face 55839 29632 29764 29763
Face 55840 29631 29632 29763
Face 55841 34345 12918 34593
Face 55842 22709 24287 23148
Face 55843 27969 28102 28101
Face 55844 2043 2042 18371
Face 55845 26777 26776 26661
Face 55846 26662 26777 26661
Face 55847 26777 26891 26776
Face 55848 26891 26890 26776
Face 55849 26891 27004 26890
Face 55850 27004 27003 26890
Face 55851 27004 27120 27003
Face 55852 27120 27119 27003
Face 55853 27120 27236 27119
Face 55854 27236 27235 27119
Face 55855 27236 27346 27235
Face 55856 27346 27345 27235
Face 55857 27346 27465 27345
Face 55858 27465 27464 27345
Face 55859 12550 34183 11531
Face 55860 27585 27584 27464
Face 55861 30626 30724 23631
Face 55862 23496 28404 28365
Face 55863 6598 13978 28418
Face 55864 28428 6598 28418
Face 55865 224 16865 13978
Face 55866 6598 224 13978
Face 55867 9958 17973 16865
Face 55868 224 9958 16865
Face 55869 18554 18649 17973
Face 55870 9958 18554 17973
Face 55871 18554 25544 25742
Face 55872 18649 18554 25742
Face 55873 25544 22782 25742
Face 55874 22683 22782 23157
Face 55875 17463 19681 23246
Face 55876 29795 25014 29794
Face 55877 19202 11934 18543
Face 55878 28526 28525 28390
Face 55879 27007 27123 27006
Face 55880 27715 27714 27587
Face 55881 26550 26666 26549
Face 55882 26781 26780 26665
Face 55883 27266 2810 29064
Face 55884 28285 26907 25743
Face 55885 18768 17288 29596
Face 55886 18768 18928 17288
Face 55887 21320 23674 21319
Face 55888 15968 550 23159
Face 55889 28018 20794 18450
Face 55890 18450 29077 18612
Face 55891 29699 29698 29566
Face 55892 29567 29699 29566
Face 55893 28088 20626 28026
Face 55894 24393 23865 24394
Face 55895 29047 29178 29046
Face 55896 29308 29307 29177
Face 55897 34592 34478 34437
Face 55898 6596 7124 29711
Face 55899 17103 29468 29469
Face 55900 6712 17103 29469
Face 55901 25439 25504 25503
Face 55902 25438 25439 25503
Face 55903 25504 25596 25595
Face 55904 25503 25504 25595
Face 55905 25697 25696 25595
Face 55906 25596 25697 25595
Face 55907 25697 25808 25807
Face 55908 25696 25697 25807
Face 55909 25808 25917 25916
Face 55910 25807 25808 25916
Face 55911 25917 26029 26028
Face 55912 25916 25917 26028
Face 55913 26029 26142 26141
Face 55914 26028 26029 26141
Face 55915 26142 26260 26259
Face 55916 26141 26142 26259
Face 55917 26260 26378 26377
Face 55918 26259 26260 26377
Face 55919 26378 26496 26495
Face 55920 26377 26378 26495
Face 55921 26611 26610 26495
Face 55922 26496 26611 26495
Face 55923 26726 26725 26610
Face 55924 26611 26726 26610
Face 55925 26840 26839 26725
Face 55926 26726 26840 26725
Face 55927 26955 26954 26839
Face 55928 26840 26955 26839
Face 55929 27069 27068 26954
Face 55930 26955 27069 26954
Face 55931 27069 27185 27184
Face 55932 27068 27069 27184
Face 55933 27185 27297 27296
Face 55934 27184 27185 27296
Face 55935 27297 27414 27413
Face 55936 27296 27297 27413
Face 55937 27414 27535 27534
Face 55938 27413 27414 27534
Face 55939 27535 27661 27660
Face 55940 27534 27535 27660
Face 55941 27792 27791 27660
Face 55942 27661 27792 27660
Face 55943 27792 27923 27922
Face 55944 27791 27792 27922
Face 55945 27923 28055 28054
Face 55946 27922 27923 28054
Face 55947 28055 28192 28191
Face 55948 28054 28055 28191
Face 55949 28192 28327 28326
Face 55950 28191 28192 28326
Face 55951 28327 28461 28460
Face 55952 28326 28327 28460
Face 55953 28461 28598 28597
Face 55954 28460 28461 28597
Face 55955 28726 28725 28597
Face 55956 28598 28726 28597
Face 55957 28853 28852 28725
Face 55958 28726 28853 28725
Face 55959 28978 28977 28852
Face 55960 28853 28978 28852
Face 55961 29109 29108 28977
Face 55962 28978 29109 28977
Face 55963 29109 29239 29238
Face 55964 29108 29109 29238
Face 55965 29370 29369 29238
Face 55966 29239 29370 29238
Face 55967 29501 29500 29369
Face 55968 29370 29501 29369
Face 55969 29501 29633 29632
Face 55970 29500 29501 29632
Face 55971 29633 29765 29764
Face 55972 29632 29633 29764
Face 55973 10225 16188 27355
Face 55974 29765 6600 29764
Face 55975 22760 21603 21602
Face 55976 6600 21236 29764
Face 55977 25653 28636 17804
Face 55978 20847 20988 25315
Face 55979 16956 6654 29691
Face 55980 28372 28373 28507
Face 55981 19188 15325 19187
Face 55982 11167 7028 6588
Face 55983 19377 18510 26338
Face 55984 28634 28498 25644
Face 55985 28022 27384 16717
Face 55986 30098 30160 30159
Face 55987 29078 18987 29731
Face 55988 26429 26547 26428
Face 55989 22864 23879 24750
Face 55990 33694 20973 33693
Face 55991 23747 25871 23672
Face 55992 30367 30366 30299
Face 55993 29654 29786 22916
Face 55994 24920 27740 24919
Face 55995 6679 6598 28428
Face 55996 28438 6679 28428
Face 55997 20618 224 6598
Face 55998 6679 20618 6598
Face 55999 20618 6527 9958
Face 56000 224 20618 9958
Face 56001 6527 18557 18554
Face 56002 9958 6527 18554
Face 56003 18557 27445 25544
Face 56004 18554 18557 25544
Face 56005 24613 18664 23895
Face 56006 13065 13159 13064
Face 56007 28497 28540 21228
Face 56008 20517 27354 20430
Face 56009 27863 29470 29461
Face 56010 28683 14088 2683
Face 56011 27588 27587 27467
Face 56012 27468 27588 27467
Face 56013 26666 26781 26665
Face 56014 26895 26894 26780
Face 56015 29064 28285 25743
Face 56016 20750 20838 21563
Face 56017 18349 16673 28295
Face 56018 29729 29596 25794
Face 56019 25199 25060 25061
Face 56020 29723 15154 12891
Face 56021 28947 20794 28018
Face 56022 29736 28947 28018
Face 56023 6796 16687 29698
Face 56024 18243 2421 2422
Face 56025 28088 28026 27494
Face 56026 27751 28088 27494
Face 56027 29726 29718 18193
Face 56028 29570 29569 29438
Face 56029 30627 30626 24620
Face 56030 23148 20606 29762
Face 56031 29468 27039 25790
Face 56032 29469 29468 25790
Face 56033 25440 25505 25504
Face 56034 25439 25440 25504
Face 56035 25505 25597 25596
Face 56036 25504 25505 25596
Face 56037 25698 25697 25596
Face 56038 25597 25698 25596
Face 56039 25698 25809 25808
Face 56040 25697 25698 25808
Face 56041 25809 25918 25917
Face 56042 25808 25809 25917
Face 56043 25918 26030 26029
Face 56044 25917 25918 26029
Face 56045 26030 26143 26142
Face 56046 26029 26030 26142
Face 56047 26143 26261 26260
Face 56048 26142 26143 26260
Face 56049 26261 26379 26378
Face 56050 26260 26261 26378
Face 56051 26379 26497 26496
Face 56052 26378 26379 26496
Face 56053 26497 26612 26611
Face 56054 26496 26497 26611
Face 56055 26727 26726 26611
Face 56056 26612 26727 26611
Face 56057 26841 26840 26726
Face 56058 26727 26841 26726
Face 56059 26841 26956 26955
Face 56060 26840 26841 26955
Face 56061 26956 27070 27069
Face 56062 26955 26956 27069
Face 56063 27070 27186 27185
Face 56064 27069 27070 27185
Face 56065 27186 27298 27297
Face 56066 27185 27186 27297
Face 56067 27298 27415 27414
Face 56068 27297 27298 27414
Face 56069 27415 27536 27535
Face 56070 27414 27415 27535
Face 56071 27536 27662 27661
Face 56072 27535 27536 27661
Face 56073 27793 27792 27661
Face 56074 27662 27793 27661
Face 56075 27793 27924 27923
Face 56076 27792 27793 27923
Face 56077 27924 28056 28055
Face 56078 27923 27924 28055
Face 56079 28056 28193 28192
Face 56080 28055 28056 28192
Face 56081 28193 28328 28327
Face 56082 28192 28193 28327
Face 56083 28328 28462 28461
Face 56084 28327 28328 28461
Face 56085 28462 28599 28598
Face 56086 28461 28462 28598
Face 56087 28727 28726 28598
Face 56088 28599 28727 28598
Face 56089 28854 28853 28726
Face 56090 28727 28854 28726
Face 56091 28979 28978 28853
Face 56092 28854 28979 28853
Face 56093 29110 29109 28978
Face 56094 28979 29110 28978
Face 56095 29110 29240 29239
Face 56096 29109 29110 29239
Face 56097 29240 29371 29370
Face 56098 29239 29240 29370
Face 56099 29502 29501 29370
Face 56100 29371 29502 29370
Face 56101 29634 29633 29501
Face 56102 29502 29634 29501
Face 56103 29634 29766 29765
Face 56104 29633 29634 29765
Face 56105 13368 6600 29765
Face 56106 29766 13368 29765
Face 56107 2938 2807 6600
Face 56108 13368 2938 6600
Face 56109 25463 25528 25462
Face 56110 26670 20101 20100
Face 56111 28361 11007 25958
Face 56112 25288 29346 29216
Face 56113 26180 29463 19031
Face 56114 29654 22916 24761
Face 56115 28101 28102 28238
Face 56116 28675 28674 28539
Face 56117 30628 30627 25314
Face 56118 6715 27165 25567
Face 56119 30535 30628 24351
Face 56120 7006 6899 7007
Face 56121 8067 1637 1527
Face 56122 16787 31654 31774
Face 56123 25197 23577 23784
Face 56124 30971 31070 30970
Face 56125 24417 12976 24266
Face 56126 19272 20618 23674
Face 56127 23696 23589 24035
Face 56128 5842 18425 5716
Face 56129 32082 32081 31976
Face 56130 23422 12085 19272
Face 56131 18455 6527 20618
Face 56132 20512 20425 27107
Face 56133 18455 18461 18557
Face 56134 6527 18455 18557
Face 56135 18461 25954 27445
Face 56136 18557 18461 27445
Face 56137 25850 24878 27445
Face 56138 25954 25850 27445
Face 56139 27037 12063 12062
Face 56140 33087 33086 32952
Face 56141 24921 27364 24920
Face 56142 30662 30761 30661
Face 56143 27468 27467 27348
Face 56144 27349 27468 27348
Face 56145 26781 26895 26780
Face 56146 27008 27007 26894
Face 56147 29056 29057 21701
Face 56148 28806 28932 28805
Face 56149 29672 18349 29784
Face 56150 16673 29729 25794
Face 56151 22152 20470 15736
Face 56152 18865 18864 25570
Face 56153 6615 28947 29736
Face 56154 20794 29077 18450
Face 56155 29699 6796 29698
Face 56156 18667 18243 2422
Face 56157 27751 27494 18655
Face 56158 20626 27130 28026
Face 56159 30536 30535 25077
Face 56160 20794 29466 29077
Face 56161 24918 28009 6159
Face 56162 20838 13202 22563
Face 56163 27039 2419 27607
Face 56164 25790 27039 27607
Face 56165 25405 25441 25440
Face 56166 25441 25506 25505
Face 56167 25440 25441 25505
Face 56168 25506 25598 25597
Face 56169 25505 25506 25597
Face 56170 25699 25698 25597
Face 56171 25598 25699 25597
Face 56172 25699 25810 25809
Face 56173 25698 25699 25809
Face 56174 25810 25919 25918
Face 56175 25809 25810 25918
Face 56176 25919 26031 26030
Face 56177 25918 25919 26030
Face 56178 26031 26144 26143
Face 56179 26030 26031 26143
Face 56180 26144 26262 26261
Face 56181 26143 26144 26261
Face 56182 26262 26380 26379
Face 56183 26261 26262 26379
Face 56184 26380 26498 26497
Face 56185 26379 26380 26497
Face 56186 26498 26613 26612
Face 56187 26497 26498 26612
Face 56188 26613 26728 26727
Face 56189 26612 26613 26727
Face 56190 26728 26842 26841
Face 56191 26727 26728 26841
Face 56192 26842 26957 26956
Face 56193 26841 26842 26956
Face 56194 26957 27071 27070
Face 56195 26956 26957 27070
Face 56196 27071 27187 27186
Face 56197 27070 27071 27186
Face 56198 27187 27299 27298
Face 56199 27186 27187 27298
Face 56200 27299 27416 27415
Face 56201 27298 27299 27415
Face 56202 27416 27537 27536
Face 56203 27415 27416 27536
Face 56204 27537 27663 27662
Face 56205 27536 27537 27662
Face 56206 27794 27793 27662
Face 56207 27663 27794 27662
Face 56208 27794 27925 27924
Face 56209 27793 27794 27924
Face 56210 27925 28057 28056
Face 56211 27924 27925 28056
Face 56212 28057 28194 28193
Face 56213 28056 28057 28193
Face 56214 28194 28329 28328
Face 56215 28193 28194 28328
Face 56216 28329 28463 28462
Face 56217 28328 28329 28462
Face 56218 28463 28600 28599
Face 56219 28462 28463 28599
Face 56220 28600 28728 28727
Face 56221 28599 28600 28727
Face 56222 28855 28854 28727
Face 56223 28728 28855 28727
Face 56224 28980 28979 28854
Face 56225 28855 28980 28854
Face 56226 29111 29110 28979
Face 56227 28980 29111 28979
Face 56228 29111 29241 29240
Face 56229 29110 29111 29240
Face 56230 29241 29372 29371
Face 56231 29240 29241 29371
Face 56232 29503 29502 29371
Face 56233 29372 29503 29371
Face 56234 29635 29634 29502
Face 56235 29503 29635 29502
Face 56236 29635 29767 29766
Face 56237 29634 29635 29766
Face 56238 16772 13368 29766
Face 56239 29767 16772 29766
Face 56240 2939 2938 13368
Face 56241 16772 2939 13368
Face 56242 2939 24167 2938
Face 56243 18612 29077 23276
Face 56244 18765 5388 18763
Face 56245 28497 23495 23577
Face 56246 26204 27491 27490
Face 56247 7133 6702 5129
Face 56248 26204 26203 25425
Face 56249 25426 26204 25425
Face 56250 25426 25425 18681
Face 56251 6160 25426 18681
Face 56252 6813 6160 18681
Face 56253 6577 6813 18681
Face 56254 5388 7133 5129
Face 56255 7133 6813 6577
Face 56256 33747 33746 33621
Face 56257 6702 7133 6577
Face 56258 28438 23495 28495
Face 56259 21228 16773 23139
Face 56260 30341 30408 30340
Face 56261 25731 25732 23371
Face 56262 28281 28282 6036
Face 56263 18758 18757 2292
Face 56264 28956 24388 24527
Face 56265 18878 29799 19193
Face 56266 20804 18461 18455
Face 56267 12085 20804 18455
Face 56268 25900 25954 18461
Face 56269 20804 25900 18461
Face 56270 25536 25850 25954
Face 56271 25900 25536 25954
Face 56272 25750 25648 25649
Face 56273 24878 24445 24588
Face 56274 24598 27446 23340
Face 56275 28365 23710 20955
Face 56276 27239 27238 27122
Face 56277 27123 27239 27122
Face 56278 26431 26432 26549
Face 56279 26895 27008 26894
Face 56280 3679 28496 12206
Face 56281 26322 18580 29723
Face 56282 34630 28562 34742
Face 56283 16673 25794 28295
Face 56284 34687 28499 34310
Face 56285 29276 29279 18865
Face 56286 6615 27824 28823
Face 56287 27824 6615 29736
Face 56288 6796 18243 18667
Face 56289 16687 6796 18667
Face 56290 29728 18655 25791
Face 56291 29728 27751 18655
Face 56292 21518 21611 29061
Face 56293 18541 20800 29540
Face 56294 19838 20815 14407
Face 56295 16966 25883 16873
Face 56296 2419 25959 18970
Face 56297 27607 2419 18970
Face 56298 25406 25442 25441
Face 56299 25405 25406 25441
Face 56300 25442 25507 25506
Face 56301 25441 25442 25506
Face 56302 25507 25599 25598
Face 56303 25506 25507 25598
Face 56304 25700 25699 25598
Face 56305 25599 25700 25598
Face 56306 25700 25811 25810
Face 56307 25699 25700 25810
Face 56308 25811 25920 25919
Face 56309 25810 25811 25919
Face 56310 25920 26032 26031
Face 56311 25919 25920 26031
Face 56312 26032 26145 26144
Face 56313 26031 26032 26144
Face 56314 26145 26263 26262
Face 56315 26144 26145 26262
Face 56316 26263 26381 26380
Face 56317 26262 26263 26380
Face 56318 26381 26499 26498
Face 56319 26380 26381 26498
Face 56320 26499 26614 26613
Face 56321 26498 26499 26613
Face 56322 26614 26729 26728
Face 56323 26613 26614 26728
Face 56324 26729 26843 26842
Face 56325 26728 26729 26842
Face 56326 26843 26958 26957
Face 56327 26842 26843 26957
Face 56328 26958 27072 27071
Face 56329 26957 26958 27071
Face 56330 27072 27188 27187
Face 56331 27071 27072 27187
Face 56332 27188 27300 27299
Face 56333 27187 27188 27299
Face 56334 27300 27417 27416
Face 56335 27299 27300 27416
Face 56336 27417 27538 27537
Face 56337 27416 27417 27537
Face 56338 27538 27664 27663
Face 56339 27537 27538 27663
Face 56340 27795 27794 27663
Face 56341 27664 27795 27663
Face 56342 27926 27925 27794
Face 56343 27795 27926 27794
Face 56344 27926 28058 28057
Face 56345 27925 27926 28057
Face 56346 28058 28195 28194
Face 56347 28057 28058 28194
Face 56348 28195 28330 28329
Face 56349 28194 28195 28329
Face 56350 28330 28464 28463
Face 56351 28329 28330 28463
Face 56352 28464 28601 28600
Face 56353 28463 28464 28600
Face 56354 28601 28729 28728
Face 56355 28600 28601 28728
Face 56356 28856 28855 28728
Face 56357 28729 28856 28728
Face 56358 28981 28980 28855
Face 56359 28856 28981 28855
Face 56360 28981 29112 29111
Face 56361 28980 28981 29111
Face 56362 29112 29242 29241
Face 56363 29111 29112 29241
Face 56364 29373 29372 29241
Face 56365 29242 29373 29241
Face 56366 29504 29503 29372
Face 56367 29373 29504 29372
Face 56368 29636 29635 29503
Face 56369 29504 29636 29503
Face 56370 29636 29768 29767
Face 56371 29635 29636 29767
Face 56372 21451 16772 29767
Face 56373 29768 21451 29767
Face 56374 19206 2939 16772
Face 56375 21451 19206 16772
Face 56376 34478 22039 34437
Face 56377 29215 20786 25023
Face 56378 26067 28826 18647
Face 56379 18976 26067 18647
Face 56380 28120 28257 28119
Face 56381 30863 30862 30756
Face 56382 34253 12541 32624
Face 56383 19454 19374 25750
Face 56384 31586 31700 31585
Face 56385 9642 16836 20867
Face 56386 31812 31811 31699
Face 56387 31919 31918 31811
Face 56388 34303 18647 2297
Face 56389 31700 31812 31699
Face 56390 27146 24738 27145
Face 56391 33696 28809 33695
Face 56392 29756 29757 24815
Face 56393 23372 25138 24154
Face 56394 30535 24351 25077
Face 56395 9182 9183 10970
Face 56396 23396 20802 12085
Face 56397 27582 27709 27708
Face 56398 24438 24870 24437
Face 56399 25961 29586 26643
Face 56400 20802 20804 12085
Face 56401 23761 19103 25776
Face 56402 20802 10551 25900
Face 56403 20804 20802 25900
Face 56404 28129 25536 25900
Face 56405 10551 28129 25900
Face 56406 25536 28129 23851
Face 56407 21003 22631 25659
Face 56408 23801 23600 29754
Face 56409 33374 33507 33373
Face 56410 27349 27348 27238
Face 56411 27239 27349 27238
Face 56412 26314 26315 26431
Face 56413 26666 26665 26549
Face 56414 28569 25654 18580
Face 56415 26322 28569 18580
Face 56416 34139 34262 34138
Face 56417 18349 28295 29784
Face 56418 25483 26242 26241
Face 56419 18864 25630 25570
Face 56420 28761 28823 29467
Face 56421 28761 6615 28823
Face 56422 2421 18645 20896
Face 56423 2422 2421 20896
Face 56424 28427 29732 25791
Face 56425 29732 29728 25791
Face 56426 26090 20148 28302
Face 56427 23674 23447 21319
Face 56428 28497 21320 28495
Face 56429 18647 34326 18976
Face 56430 25959 20617 29650
Face 56431 18970 25959 29650
Face 56432 25407 25443 25442
Face 56433 25406 25407 25442
Face 56434 25443 25508 25507
Face 56435 25442 25443 25507
Face 56436 25508 25600 25599
Face 56437 25507 25508 25599
Face 56438 25701 25700 25599
Face 56439 25600 25701 25599
Face 56440 25812 25811 25700
Face 56441 25701 25812 25700
Face 56442 25812 25921 25920
Face 56443 25811 25812 25920
Face 56444 26033 26032 25920
Face 56445 25921 26033 25920
Face 56446 26033 26146 26145
Face 56447 26032 26033 26145
Face 56448 26146 26264 26263
Face 56449 26145 26146 26263
Face 56450 26264 26382 26381
Face 56451 26263 26264 26381
Face 56452 26382 26500 26499
Face 56453 26381 26382 26499
Face 56454 26615 26614 26499
Face 56455 26500 26615 26499
Face 56456 26615 26730 26729
Face 56457 26614 26615 26729
Face 56458 26730 26844 26843
Face 56459 26729 26730 26843
Face 56460 26844 26959 26958
Face 56461 26843 26844 26958
Face 56462 26959 27073 27072
Face 56463 26958 26959 27072
Face 56464 27073 27189 27188
Face 56465 27072 27073 27188
Face 56466 27189 27301 27300
Face 56467 27188 27189 27300
Face 56468 27301 27418 27417
Face 56469 27300 27301 27417
Face 56470 27418 27539 27538
Face 56471 27417 27418 27538
Face 56472 27539 27665 27664
Face 56473 27538 27539 27664
Face 56474 27796 27795 27664
Face 56475 27665 27796 27664
Face 56476 27927 27926 27795
Face 56477 27796 27927 27795
Face 56478 27927 28059 28058
Face 56479 27926 27927 28058
Face 56480 28059 28196 28195
Face 56481 28058 28059 28195
Face 56482 28196 28331 28330
Face 56483 28195 28196 28330
Face 56484 28331 28465 28464
Face 56485 28330 28331 28464
Face 56486 28465 28602 28601
Face 56487 28464 28465 28601
Face 56488 28602 28730 28729
Face 56489 28601 28602 28729
Face 56490 28730 28857 28856
Face 56491 28729 28730 28856
Face 56492 28982 28981 28856
Face 56493 28857 28982 28856
Face 56494 28982 29113 29112
Face 56495 28981 28982 29112
Face 56496 29113 29243 29242
Face 56497 29112 29113 29242
Face 56498 29374 29373 29242
Face 56499 29243 29374 29242
Face 56500 29505 29504 29373
Face 56501 29374 29505 29373
Face 56502 29637 29636 29504
Face 56503 29505 29637 29504
Face 56504 29769 29768 29636
Face 56505 29637 29769 29636
Face 56506 4445 21451 29768
Face 56507 29769 4445 29768
Face 56508 19205 19206 21451
Face 56509 4445 19205 21451
Face 56510 28515 28650 28514
Face 56511 31820 31927 31819
Face 56512 28650 28779 28649
Face 56513 28779 28778 28649
Face 56514 28778 28779 28904
Face 56515 28779 28905 28904
Face 56516 29424 29555 29554
Face 56517 28905 29032 29031
Face 56518 29293 29424 29423
Face 56519 29292 29293 29423
Face 56520 29163 29293 29292
Face 56521 29162 29163 29292
Face 56522 28904 28905 29031
Face 56523 29032 29163 29162
Face 56524 34686 27498 34436
Face 56525 29031 29032 29162
Face 56526 28541 28540 27129
Face 56527 27137 28541 27129
Face 56528 24207 6284 18719
Face 56529 18719 19378 24207
Face 56530 26307 27355 28429
Face 56531 28633 16706 27131
Face 56532 27748 26092 27749
Face 56533 27585 27712 27584
Face 56534 24490 29790 24625
Face 56535 24160 28829 28702
Face 56536 26757 10551 20802
Face 56537 18545 26757 20802
Face 56538 25560 28129 10551
Face 56539 26757 25560 10551
Face 56540 12985 11353 22254
Face 56541 25560 28830 25138
Face 56542 22991 19307 25773
Face 56543 33090 33225 33089
Face 56544 27588 27715 27587
Face 56545 27844 27843 27714
Face 56546 26196 26197 26314
Face 56547 26432 26550 26549
Face 56548 18340 21322 25880
Face 56549 31698 31697 31583
Face 56550 21319 28438 28495
Face 56551 29784 6397 34742
Face 56552 25951 25483 25481
Face 56553 25481 25483 26241
Face 56554 27135 29597 29467
Face 56555 29597 28761 29467
Face 56556 11093 13735 20896
Face 56557 18645 11093 20896
Face 56558 28427 28294 17639
Face 56559 28294 28427 25791
Face 56560 29041 29172 29040
Face 56561 20148 28270 29754
Face 56562 9392 34775 34708
Face 56563 24169 19205 24170
Face 56564 20617 6587 16703
Face 56565 29650 20617 16703
Face 56566 25444 25443 25407
Face 56567 25408 25444 25407
Face 56568 25444 25509 25508
Face 56569 25443 25444 25508
Face 56570 25509 25601 25600
Face 56571 25508 25509 25600
Face 56572 25702 25701 25600
Face 56573 25601 25702 25600
Face 56574 25813 25812 25701
Face 56575 25702 25813 25701
Face 56576 25813 25922 25921
Face 56577 25812 25813 25921
Face 56578 25922 26034 26033
Face 56579 25921 25922 26033
Face 56580 26034 26147 26146
Face 56581 26033 26034 26146
Face 56582 26147 26265 26264
Face 56583 26146 26147 26264
Face 56584 26265 26383 26382
Face 56585 26264 26265 26382
Face 56586 26383 26501 26500
Face 56587 26382 26383 26500
Face 56588 26616 26615 26500
Face 56589 26501 26616 26500
Face 56590 26616 26731 26730
Face 56591 26615 26616 26730
Face 56592 26845 26844 26730
Face 56593 26731 26845 26730
Face 56594 26960 26959 26844
Face 56595 26845 26960 26844
Face 56596 26960 27074 27073
Face 56597 26959 26960 27073
Face 56598 27074 27190 27189
Face 56599 27073 27074 27189
Face 56600 27190 27302 27301
Face 56601 27189 27190 27301
Face 56602 27302 27419 27418
Face 56603 27301 27302 27418
Face 56604 27419 27540 27539
Face 56605 27418 27419 27539
Face 56606 27540 27666 27665
Face 56607 27539 27540 27665
Face 56608 27797 27796 27665
Face 56609 27666 27797 27665
Face 56610 27928 27927 27796
Face 56611 27797 27928 27796
Face 56612 27928 28060 28059
Face 56613 27927 27928 28059
Face 56614 28060 28197 28196
Face 56615 28059 28060 28196
Face 56616 28197 28332 28331
Face 56617 28196 28197 28331
Face 56618 28332 28466 28465
Face 56619 28331 28332 28465
Face 56620 28466 28603 28602
Face 56621 28465 28466 28602
Face 56622 28603 28731 28730
Face 56623 28602 28603 28730
Face 56624 28858 28857 28730
Face 56625 28731 28858 28730
Face 56626 28858 28983 28982
Face 56627 28857 28858 28982
Face 56628 28983 29114 29113
Face 56629 28982 28983 29113
Face 56630 29114 29244 29243
Face 56631 29113 29114 29243
Face 56632 29244 29375 29374
Face 56633 29243 29244 29374
Face 56634 29506 29505 29374
Face 56635 29375 29506 29374
Face 56636 29638 29637 29505
Face 56637 29506 29638 29505
Face 56638 29770 29769 29637
Face 56639 29638 29770 29637
Face 56640 16771 4445 29769
Face 56641 29770 16771 29769
Face 56642 19225 29601 24366
Face 56643 17336 22678 33669
Face 56644 26413 27699 26355
Face 56645 29538 18448 23068
Face 56646 29799 26124 26010
Face 56647 28282 18878 6036
Face 56648 23380 16964 22802
Face 56649 28956 24387 24388
Face 56650 648 17619 26588
Face 56651 18987 648 26588
Face 56652 648 29589 17619
Face 56653 29589 26091 17619
Face 56654 26091 29589 26557
Face 56655 29589 25582 26557
Face 56656 26557 25582 26298
Face 56657 26237 26121 26238
Face 56658 11332 26008 25898
Face 56659 24426 25534 25468
Face 56660 28573 28541 27137
Face 56661 27154 28573 27137
Face 56662 535 16773 28541
Face 56663 28573 535 28541
Face 56664 25561 22782 22683
Face 56665 535 6810 16773
Face 56666 27465 27585 27464
Face 56667 27712 27711 27584
Face 56668 20786 29083 28952
Face 56669 27101 27767 27768
Face 56670 31015 31014 30917
Face 56671 24634 29745 24138
Face 56672 31374 31478 31373
Face 56673 30681 30680 30586
Face 56674 24154 28830 23283
Face 56675 25560 19192 28830
Face 56676 25649 25648 25557
Face 56677 21047 11573 20955
Face 56678 27715 27844 27714
Face 56679 16773 6810 23139
Face 56680 26197 26315 26314
Face 56681 26315 26432 26431
Face 56682 25754 25861 25860
Face 56683 25753 25754 25860
Face 56684 31475 31584 31474
Face 56685 31584 31583 31474
Face 56686 7027 16866 25951
Face 56687 6807 6808 6716
Face 56688 27894 27135 18875
Face 56689 27484 27135 29467
Face 56690 11093 6707 6706
Face 56691 13735 11093 6706
Face 56692 19043 17639 26068
Face 56693 19043 28427 17639
Face 56694 23807 16771 24581
Face 56695 29302 29301 29171
Face 56696 28435 169 29209
Face 56697 30415 30414 30347
Face 56698 29015 29406 16703
Face 56699 6587 29015 16703
Face 56700 25409 25445 25444
Face 56701 25408 25409 25444
Face 56702 25445 25510 25509
Face 56703 25444 25445 25509
Face 56704 25510 25602 25601
Face 56705 25509 25510 25601
Face 56706 25602 25703 25702
Face 56707 25601 25602 25702
Face 56708 25814 25813 25702
Face 56709 25703 25814 25702
Face 56710 25814 25923 25922
Face 56711 25813 25814 25922
Face 56712 25923 26035 26034
Face 56713 25922 25923 26034
Face 56714 26035 26148 26147
Face 56715 26034 26035 26147
Face 56716 26148 26266 26265
Face 56717 26147 26148 26265
Face 56718 26266 26384 26383
Face 56719 26265 26266 26383
Face 56720 26384 26502 26501
Face 56721 26383 26384 26501
Face 56722 26502 26617 26616
Face 56723 26501 26502 26616
Face 56724 26617 26732 26731
Face 56725 26616 26617 26731
Face 56726 26732 26846 26845
Face 56727 26731 26732 26845
Face 56728 26846 26961 26960
Face 56729 26845 26846 26960
Face 56730 26961 27075 27074
Face 56731 26960 26961 27074
Face 56732 27075 27191 27190
Face 56733 27074 27075 27190
Face 56734 27191 27303 27302
Face 56735 27190 27191 27302
Face 56736 27303 27420 27419
Face 56737 27302 27303 27419
Face 56738 27541 27540 27419
Face 56739 27420 27541 27419
Face 56740 27667 27666 27540
Face 56741 27541 27667 27540
Face 56742 27798 27797 27666
Face 56743 27667 27798 27666
Face 56744 27929 27928 27797
Face 56745 27798 27929 27797
Face 56746 27929 28061 28060
Face 56747 27928 27929 28060
Face 56748 28061 28198 28197
Face 56749 28060 28061 28197
Face 56750 28198 28333 28332
Face 56751 28197 28198 28332
Face 56752 28333 28467 28466
Face 56753 28332 28333 28466
Face 56754 28467 28604 28603
Face 56755 28466 28467 28603
Face 56756 28604 28732 28731
Face 56757 28603 28604 28731
Face 56758 28732 28859 28858
Face 56759 28731 28732 28858
Face 56760 28859 28984 28983
Face 56761 28858 28859 28983
Face 56762 28984 29115 29114
Face 56763 28983 28984 29114
Face 56764 29115 29245 29244
Face 56765 29114 29115 29244
Face 56766 29245 29376 29375
Face 56767 29244 29245 29375
Face 56768 29507 29506 29375
Face 56769 29376 29507 29375
Face 56770 29639 29638 29506
Face 56771 29507 29639 29506
Face 56772 29771 29770 29638
Face 56773 29639 29771 29638
Face 56774 21969 22066 29011
Face 56775 24138 11914 23001
Face 56776 16679 32432 16736
Face 56777 25544 27445 22782
Face 56778 27126 27125 27009
Face 56779 27010 27126 27009
Face 56780 26668 26783 26667
Face 56781 26897 26896 26782
Face 56782 27010 27009 26896
Face 56783 26783 26897 26782
Face 56784 27242 27241 27125
Face 56785 26897 27010 26896
Face 56786 27471 27591 27470
Face 56787 27126 27242 27125
Face 56788 27352 27471 27351
Face 56789 27591 27590 27470
Face 56790 27242 27352 27241
Face 56791 27471 27470 27351
Face 56792 31289 31290 31392
Face 56793 27352 27351 27241
Face 56794 31392 31393 31496
Face 56795 21896 21895 21800
Face 56796 2914 535 28573
Face 56797 16169 16168 24567
Face 56798 6639 6810 535
Face 56799 2914 6639 535
Face 56800 27504 25060 25199
Face 56801 28166 23601 27361
Face 56802 27044 27101 27768
Face 56803 21696 22955 23878
Face 56804 28169 26330 27955
Face 56805 27366 28169 27955
Face 56806 12701 27162 27045
Face 56807 23069 25553 29538
Face 56808 16871 27162 12701
Face 56809 21489 24153 21192
Face 56810 11512 12443 24210
Face 56811 21990 29449 21893
Face 56812 26081 26197 26196
Face 56813 23774 23725 23627
Face 56814 26083 26199 26198
Face 56815 26080 26081 26196
Face 56816 16679 16736 16735
Face 56817 25861 25972 25971
Face 56818 28562 29672 34742
Face 56819 29216 19305 25160
Face 56820 27894 18875 28289
Face 56821 16866 25980 25951
Face 56822 11052 25990 25988
Face 56823 28268 27894 28289
Face 56824 6707 11052 16867
Face 56825 6706 6707 16867
Face 56826 6638 28808 29195
Face 56827 28808 19043 26068
Face 56828 21167 18754 18753
Face 56829 26810 11815 11896
Face 56830 1767 6607 28435
Face 56831 169 29076 29209
Face 56832 23679 18545 23396
Face 56833 29770 29771 24191
Face 56834 25410 25446 25445
Face 56835 25409 25410 25445
Face 56836 25446 25511 25510
Face 56837 25445 25446 25510
Face 56838 25511 25603 25602
Face 56839 25510 25511 25602
Face 56840 25603 25704 25703
Face 56841 25602 25603 25703
Face 56842 25815 25814 25703
Face 56843 25704 25815 25703
Face 56844 25815 25924 25923
Face 56845 25814 25815 25923
Face 56846 25924 26036 26035
Face 56847 25923 25924 26035
Face 56848 26036 26149 26148
Face 56849 26035 26036 26148
Face 56850 26149 26267 26266
Face 56851 26148 26149 26266
Face 56852 26267 26385 26384
Face 56853 26266 26267 26384
Face 56854 26385 26503 26502
Face 56855 26384 26385 26502
Face 56856 26503 26618 26617
Face 56857 26502 26503 26617
Face 56858 26618 26733 26732
Face 56859 26617 26618 26732
Face 56860 26733 26847 26846
Face 56861 26732 26733 26846
Face 56862 26847 26962 26961
Face 56863 26846 26847 26961
Face 56864 26962 27076 27075
Face 56865 26961 26962 27075
Face 56866 27076 27192 27191
Face 56867 27075 27076 27191
Face 56868 27192 27304 27303
Face 56869 27191 27192 27303
Face 56870 27304 27421 27420
Face 56871 27303 27304 27420
Face 56872 27421 27542 27541
Face 56873 27420 27421 27541
Face 56874 27542 27668 27667
Face 56875 27541 27542 27667
Face 56876 27668 27799 27798
Face 56877 27667 27668 27798
Face 56878 27930 27929 27798
Face 56879 27799 27930 27798
Face 56880 27930 28062 28061
Face 56881 27929 27930 28061
Face 56882 28062 28199 28198
Face 56883 28061 28062 28198
Face 56884 28199 28334 28333
Face 56885 28198 28199 28333
Face 56886 28334 28468 28467
Face 56887 28333 28334 28467
Face 56888 28468 28605 28604
Face 56889 28467 28468 28604
Face 56890 28605 28733 28732
Face 56891 28604 28605 28732
Face 56892 28733 28860 28859
Face 56893 28732 28733 28859
Face 56894 28860 28985 28984
Face 56895 28859 28860 28984
Face 56896 28985 29116 29115
Face 56897 28984 28985 29115
Face 56898 29116 29246 29245
Face 56899 29115 29116 29245
Face 56900 29246 29377 29376
Face 56901 29245 29246 29376
Face 56902 29508 29507 29376
Face 56903 29377 29508 29376
Face 56904 29640 29639 29507
Face 56905 29508 29640 29507
Face 56906 29772 29771 29639
Face 56907 29640 29772 29639
Face 56908 23495 19276 23784
Face 56909 24192 24191 29771
Face 56910 28795 28921 28794
Face 56911 31366 31470 31365
Face 56912 28396 28395 28261
Face 56913 27992 28125 27991
Face 56914 28262 28261 28124
Face 56915 27860 27992 27859
Face 56916 28125 28124 27991
Face 56917 27992 27991 27859
Face 56918 28921 29048 28920
Face 56919 28125 28262 28124
Face 56920 28531 28530 28395
Face 56921 28396 28531 28395
Face 56922 28666 28665 28530
Face 56923 28795 28794 28665
Face 56924 28666 28795 28665
Face 56925 29048 29047 28920
Face 56926 27461 27581 27580
Face 56927 28921 28920 28794
Face 56928 22992 23493 23659
Face 56929 18960 25199 25335
Face 56930 24568 16168 16015
Face 56931 24567 16168 24568
Face 56932 10711 6639 2914
Face 56933 2820 10711 2914
Face 56934 19575 19493 17085
Face 56935 17590 14428 23292
Face 56936 28773 28899 28898
Face 56937 32086 32085 31980
Face 56938 27366 27955 27269
Face 56939 28826 27366 27269
Face 56940 29422 29553 29552
Face 56941 29421 29422 29552
Face 56942 28763 29016 428
Face 56943 29193 29190 27477
Face 56944 27878 27882 28431
Face 56945 27882 26441 26329
Face 56946 25970 26081 26080
Face 56947 29156 29286 29285
Face 56948 25860 25861 25971
Face 56949 26082 26083 26198
Face 56950 28789 28788 28659
Face 56951 2820 2914 23659
Face 56952 25980 25484 25483
Face 56953 29063 26326 28289
Face 56954 22258 22355 22354
Face 56955 27135 27484 18875
Face 56956 16867 11052 25988
Face 56957 25990 25494 25485
Face 56958 21078 27744 19003
Face 56959 6638 29195 27874
Face 56960 28808 26068 29195
Face 56961 27744 6638 27874
Face 56962 27477 27476 26177
Face 56963 19033 21167 18929
Face 56964 18449 26873 1767
Face 56965 6607 169 28435
Face 56966 27825 20540 27956
Face 56967 27341 27342 27460
Face 56968 25411 25447 25446
Face 56969 25410 25411 25446
Face 56970 25447 25512 25511
Face 56971 25446 25447 25511
Face 56972 25512 25604 25603
Face 56973 25511 25512 25603
Face 56974 25604 25705 25704
Face 56975 25603 25604 25704
Face 56976 25816 25815 25704
Face 56977 25705 25816 25704
Face 56978 25816 25925 25924
Face 56979 25815 25816 25924
Face 56980 25925 26037 26036
Face 56981 25924 25925 26036
Face 56982 26037 26150 26149
Face 56983 26036 26037 26149
Face 56984 26150 26268 26267
Face 56985 26149 26150 26267
Face 56986 26268 26386 26385
Face 56987 26267 26268 26385
Face 56988 26386 26504 26503
Face 56989 26385 26386 26503
Face 56990 26504 26619 26618
Face 56991 26503 26504 26618
Face 56992 26619 26734 26733
Face 56993 26618 26619 26733
Face 56994 26734 26848 26847
Face 56995 26733 26734 26847
Face 56996 26848 26963 26962
Face 56997 26847 26848 26962
Face 56998 26963 27077 27076
Face 56999 26962 26963 27076
Face 57000 27077 27193 27192
Face 57001 27076 27077 27192
Face 57002 27193 27305 27304
Face 57003 27192 27193 27304
Face 57004 27305 27422 27421
Face 57005 27304 27305 27421
Face 57006 27543 27542 27421
Face 57007 27422 27543 27421
Face 57008 27669 27668 27542
Face 57009 27543 27669 27542
Face 57010 27669 27800 27799
Face 57011 27668 27669 27799
Face 57012 27800 27931 27930
Face 57013 27799 27800 27930
Face 57014 27931 28063 28062
Face 57015 27930 27931 28062
Face 57016 28063 28200 28199
Face 57017 28062 28063 28199
Face 57018 28200 28335 28334
Face 57019 28199 28200 28334
Face 57020 28335 28469 28468
Face 57021 28334 28335 28468
Face 57022 28469 28606 28605
Face 57023 28468 28469 28605
Face 57024 28606 28734 28733
Face 57025 28605 28606 28733
Face 57026 28734 28861 28860
Face 57027 28733 28734 28860
Face 57028 28861 28986 28985
Face 57029 28860 28861 28985
Face 57030 28986 29117 29116
Face 57031 28985 28986 29116
Face 57032 29117 29247 29246
Face 57033 29116 29117 29246
Face 57034 29247 29378 29377
Face 57035 29246 29247 29377
Face 57036 29509 29508 29377
Face 57037 29378 29509 29377
Face 57038 29641 29640 29508
Face 57039 29509 29641 29508
Face 57040 29773 29772 29640
Face 57041 29641 29773 29640
Face 57042 23485 23405 23486
Face 57043 29773 2691 29772
Face 57044 29403 22354 29534
Face 57045 14931 13999 14980
Face 57046 26772 26886 26885
Face 57047 23315 25765 25764
Face 57048 18450 18612 29590
Face 57049 25628 18450 29590
Face 57050 27824 29736 6404
Face 57051 28018 27886 29602
Face 57052 28018 18450 25628
Face 57053 29736 28018 29602
Face 57054 27257 28680 18028
Face 57055 27886 28018 25628
Face 57056 25758 25865 25864
Face 57057 28680 28945 27136
Face 57058 29592 28680 27136
Face 57059 23865 27147 27148
Face 57060 27460 27461 27580
Face 57061 25635 25634 24093
Face 57062 19280 19360 25021
Face 57063 25572 25663 22450
Face 57064 31263 31366 31262
Face 57065 27244 28677 23493
Face 57066 10318 10711 2820
Face 57067 18783 10318 2820
Face 57068 24767 20322 26817
Face 57069 10318 17590 10711
Face 57070 18506 2080 1954
Face 57071 17590 23292 10711
Face 57072 2297 18978 34303
Face 57073 22872 25858 19536
Face 57074 29553 29685 29684
Face 57075 29552 29553 29684
Face 57076 25991 13167 28763
Face 57077 29016 14310 428
Face 57078 27976 27975 27843
Face 57079 28109 28108 27975
Face 57080 12149 12148 27153
Face 57081 25969 25970 26080
Face 57082 25972 26083 26082
Face 57083 25971 25972 26082
Face 57084 18876 29207 25986
Face 57085 28932 29059 28931
Face 57086 13439 13344 13345
Face 57087 27962 21135 21045
Face 57088 27512 27510 27389
Face 57089 20884 34431 34812
Face 57090 25988 25990 25485
Face 57091 26321 26308 25485
Face 57092 20972 21078 29717
Face 57093 27744 27874 19003
Face 57094 29033 29034 29164
Face 57095 29434 29433 29302
Face 57096 29434 29565 29433
Face 57097 29173 29303 29172
Face 57098 18513 2818 18449
Face 57099 26873 6607 1767
Face 57100 29706 29705 29573
Face 57101 29574 29706 29573
Face 57102 25412 25448 25447
Face 57103 25411 25412 25447
Face 57104 25448 25513 25512
Face 57105 25447 25448 25512
Face 57106 25513 25605 25604
Face 57107 25512 25513 25604
Face 57108 25605 25706 25705
Face 57109 25604 25605 25705
Face 57110 25706 25817 25816
Face 57111 25705 25706 25816
Face 57112 25817 25926 25925
Face 57113 25816 25817 25925
Face 57114 25926 26038 26037
Face 57115 25925 25926 26037
Face 57116 26038 26151 26150
Face 57117 26037 26038 26150
Face 57118 26151 26269 26268
Face 57119 26150 26151 26268
Face 57120 26387 26386 26268
Face 57121 26269 26387 26268
Face 57122 26505 26504 26386
Face 57123 26387 26505 26386
Face 57124 26505 26620 26619
Face 57125 26504 26505 26619
Face 57126 26620 26735 26734
Face 57127 26619 26620 26734
Face 57128 26735 26849 26848
Face 57129 26734 26735 26848
Face 57130 26849 26964 26963
Face 57131 26848 26849 26963
Face 57132 26964 27078 27077
Face 57133 26963 26964 27077
Face 57134 27078 27194 27193
Face 57135 27077 27078 27193
Face 57136 27194 27306 27305
Face 57137 27193 27194 27305
Face 57138 27306 27423 27422
Face 57139 27305 27306 27422
Face 57140 27423 27544 27543
Face 57141 27422 27423 27543
Face 57142 27670 27669 27543
Face 57143 27544 27670 27543
Face 57144 27670 27801 27800
Face 57145 27669 27670 27800
Face 57146 27801 27932 27931
Face 57147 27800 27801 27931
Face 57148 27932 28064 28063
Face 57149 27931 27932 28063
Face 57150 28064 28201 28200
Face 57151 28063 28064 28200
Face 57152 28201 28336 28335
Face 57153 28200 28201 28335
Face 57154 28336 28470 28469
Face 57155 28335 28336 28469
Face 57156 28470 28607 28606
Face 57157 28469 28470 28606
Face 57158 28607 28735 28734
Face 57159 28606 28607 28734
Face 57160 28735 28862 28861
Face 57161 28734 28735 28861
Face 57162 28862 28987 28986
Face 57163 28861 28862 28986
Face 57164 28987 29118 29117
Face 57165 28986 28987 29117
Face 57166 29118 29248 29247
Face 57167 29117 29118 29247
Face 57168 29248 29379 29378
Face 57169 29247 29248 29378
Face 57170 29510 29509 29378
Face 57171 29379 29510 29378
Face 57172 29642 29641 29509
Face 57173 29510 29642 29509
Face 57174 29774 29773 29641
Face 57175 29642 29774 29641
Face 57176 2554 2691 29773
Face 57177 29774 2554 29773
Face 57178 29083 29082 13533
Face 57179 21097 21753 21658
Face 57180 21969 28886 28887
Face 57181 26658 26773 26657
Face 57182 27631 27504 18960
Face 57183 18416 27631 18960
Face 57184 24595 25295 24594
Face 57185 27740 27364 27504
Face 57186 27968 27969 28101
Face 57187 6279 28089 6636
Face 57188 12701 27271 21607
Face 57189 12701 21607 13722
Face 57190 29206 29671 28426
Face 57191 24039 25660 22853
Face 57192 29672 28562 28426
Face 57193 19456 29277 23249
Face 57194 23249 29277 11457
Face 57195 29671 29672 28426
Face 57196 20490 19681 18551
Face 57197 19904 19903 19827
Face 57198 31579 31578 31469
Face 57199 2430 18783 23493
Face 57200 16989 10318 18783
Face 57201 2430 16989 18783
Face 57202 6278 17590 10318
Face 57203 16989 6278 10318
Face 57204 6278 23423 17590
Face 57205 23956 24082 23393
Face 57206 28826 27269 2297
Face 57207 20964 21056 28128
Face 57208 29685 29816 29815
Face 57209 29684 29685 29815
Face 57210 28935 13167 28169
Face 57211 13167 29016 28763
Face 57212 27844 27976 27843
Face 57213 27976 28109 27975
Face 57214 25752 25859 25858
Face 57215 23443 23444 25736
Face 57216 26199 26317 26316
Face 57217 26198 26199 26316
Face 57218 29207 6279 27567
Face 57219 28089 27957 6636
Face 57220 28823 27824 29670
Face 57221 29736 29602 6404
Face 57222 25630 27512 27502
Face 57223 27502 27512 27389
Face 57224 25494 26321 25485
Face 57225 25852 27736 27735
Face 57226 14789 28429 16188
Face 57227 5656 17775 19120
Face 57228 29592 19037 29541
Face 57229 29165 29295 29294
Face 57230 29456 2818 18513
Face 57231 29587 29456 18513
Face 57232 29705 29706 5908
Face 57233 2818 26873 18449
Face 57234 29706 5907 5908
Face 57235 25413 25449 25448
Face 57236 25412 25413 25448
Face 57237 25449 25514 25513
Face 57238 25448 25449 25513
Face 57239 25514 25606 25605
Face 57240 25513 25514 25605
Face 57241 25606 25707 25706
Face 57242 25605 25606 25706
Face 57243 25707 25818 25817
Face 57244 25706 25707 25817
Face 57245 25818 25927 25926
Face 57246 25817 25818 25926
Face 57247 25927 26039 26038
Face 57248 25926 25927 26038
Face 57249 26039 26152 26151
Face 57250 26038 26039 26151
Face 57251 26152 26270 26269
Face 57252 26151 26152 26269
Face 57253 26270 26388 26387
Face 57254 26269 26270 26387
Face 57255 26388 26506 26505
Face 57256 26387 26388 26505
Face 57257 26506 26621 26620
Face 57258 26505 26506 26620
Face 57259 26621 26736 26735
Face 57260 26620 26621 26735
Face 57261 26736 26850 26849
Face 57262 26735 26736 26849
Face 57263 26850 26965 26964
Face 57264 26849 26850 26964
Face 57265 26965 27079 27078
Face 57266 26964 26965 27078
Face 57267 27079 27195 27194
Face 57268 27078 27079 27194
Face 57269 27195 27307 27306
Face 57270 27194 27195 27306
Face 57271 27307 27424 27423
Face 57272 27306 27307 27423
Face 57273 27424 27545 27544
Face 57274 27423 27424 27544
Face 57275 27671 27670 27544
Face 57276 27545 27671 27544
Face 57277 27671 27802 27801
Face 57278 27670 27671 27801
Face 57279 27802 27933 27932
Face 57280 27801 27802 27932
Face 57281 27933 28065 28064
Face 57282 27932 27933 28064
Face 57283 28065 28202 28201
Face 57284 28064 28065 28201
Face 57285 28202 28337 28336
Face 57286 28201 28202 28336
Face 57287 28337 28471 28470
Face 57288 28336 28337 28470
Face 57289 28471 28608 28607
Face 57290 28470 28471 28607
Face 57291 28608 28736 28735
Face 57292 28607 28608 28735
Face 57293 28736 28863 28862
Face 57294 28735 28736 28862
Face 57295 28863 28988 28987
Face 57296 28862 28863 28987
Face 57297 28988 29119 29118
Face 57298 28987 28988 29118
Face 57299 29119 29249 29248
Face 57300 29118 29119 29248
Face 57301 29249 29380 29379
Face 57302 29248 29249 29379
Face 57303 29511 29510 29379
Face 57304 29380 29511 29379
Face 57305 29643 29642 29510
Face 57306 29511 29643 29510
Face 57307 29775 29774 29642
Face 57308 29643 29775 29642
Face 57309 2687 2554 29774
Face 57310 29775 2687 29774
Face 57311 11025 11026 11071
Face 57312 2687 19537 2554
Face 57313 19070 6159 28009
Face 57314 25730 25172 25731
Face 57315 27631 27740 27504
Face 57316 20980 23378 28000
Face 57317 34390 6811 34660
Face 57318 26663 26778 26662
Face 57319 19251 29147 21452
Face 57320 16176 22708 11457
Face 57321 27879 29147 19251
Face 57322 18458 27879 19251
Face 57323 26773 26887 26886
Face 57324 29147 2428 21452
Face 57325 26778 26777 26662
Face 57326 26547 26663 26546
Face 57327 21873 21776 21777
Face 57328 25733 23370 25732
Face 57329 27251 28678 28677
Face 57330 27244 27251 28677
Face 57331 2557 2430 28677
Face 57332 28678 2557 28677
Face 57333 6641 16989 2430
Face 57334 2557 6641 2430
Face 57335 6641 11049 6278
Face 57336 16989 6641 6278
Face 57337 23548 23423 23438
Face 57338 1978 10841 6415
Face 57339 30279 30346 30278
Face 57340 28687 25989 27381
Face 57341 21548 21642 29815
Face 57342 29816 21548 29815
Face 57343 17628 28935 27366
Face 57344 13167 25991 28169
Face 57345 28246 28245 28108
Face 57346 28109 28246 28108
Face 57347 25650 25752 25751
Face 57348 25751 25752 25858
Face 57349 26317 26434 26433
Face 57350 26316 26317 26433
Face 57351 30020 30021 30082
Face 57352 26907 29462 23222
Face 57353 18875 28159 29063
Face 57354 28289 18875 29063
Face 57355 7027 25951 25870
Face 57356 25570 25630 27502
Face 57357 2166 25852 25843
Face 57358 2167 2166 25843
Face 57359 191 28225 28226
Face 57360 18972 191 28226
Face 57361 21076 19147 19087
Face 57362 29712 6596 29711
Face 57363 6405 6940 28816
Face 57364 27267 29456 29587
Face 57365 28360 28224 21490
Face 57366 29179 29178 29047
Face 57367 25414 25450 25449
Face 57368 25413 25414 25449
Face 57369 25450 25515 25514
Face 57370 25449 25450 25514
Face 57371 25515 25607 25606
Face 57372 25514 25515 25606
Face 57373 25607 25708 25707
Face 57374 25606 25607 25707
Face 57375 25819 25818 25707
Face 57376 25708 25819 25707
Face 57377 25819 25928 25927
Face 57378 25818 25819 25927
Face 57379 25928 26040 26039
Face 57380 25927 25928 26039
Face 57381 26040 26153 26152
Face 57382 26039 26040 26152
Face 57383 26153 26271 26270
Face 57384 26152 26153 26270
Face 57385 26271 26389 26388
Face 57386 26270 26271 26388
Face 57387 26389 26507 26506
Face 57388 26388 26389 26506
Face 57389 26507 26622 26621
Face 57390 26506 26507 26621
Face 57391 26622 26737 26736
Face 57392 26621 26622 26736
Face 57393 26737 26851 26850
Face 57394 26736 26737 26850
Face 57395 26851 26966 26965
Face 57396 26850 26851 26965
Face 57397 26966 27080 27079
Face 57398 26965 26966 27079
Face 57399 27080 27196 27195
Face 57400 27079 27080 27195
Face 57401 27196 27308 27307
Face 57402 27195 27196 27307
Face 57403 27308 27425 27424
Face 57404 27307 27308 27424
Face 57405 27425 27546 27545
Face 57406 27424 27425 27545
Face 57407 27672 27671 27545
Face 57408 27546 27672 27545
Face 57409 27672 27803 27802
Face 57410 27671 27672 27802
Face 57411 27803 27934 27933
Face 57412 27802 27803 27933
Face 57413 27934 28066 28065
Face 57414 27933 27934 28065
Face 57415 28066 28203 28202
Face 57416 28065 28066 28202
Face 57417 28203 28338 28337
Face 57418 28202 28203 28337
Face 57419 28338 28472 28471
Face 57420 28337 28338 28471
Face 57421 28472 28609 28608
Face 57422 28471 28472 28608
Face 57423 28609 28737 28736
Face 57424 28608 28609 28736
Face 57425 28737 28864 28863
Face 57426 28736 28737 28863
Face 57427 28864 28989 28988
Face 57428 28863 28864 28988
Face 57429 29120 29119 28988
Face 57430 28989 29120 28988
Face 57431 29120 29250 29249
Face 57432 29119 29120 29249
Face 57433 29250 29381 29380
Face 57434 29249 29250 29380
Face 57435 29512 29511 29380
Face 57436 29381 29512 29380
Face 57437 29644 29643 29511
Face 57438 29512 29644 29511
Face 57439 29776 29775 29643
Face 57440 29644 29776 29643
Face 57441 2555 2687 29775
Face 57442 29776 2555 29775
Face 57443 15734 19537 2687
Face 57444 2555 15734 2687
Face 57445 28247 28248 28381
Face 57446 12623 21762 18256
Face 57447 27343 27462 27461
Face 57448 27717 27716 27589
Face 57449 27735 27736 28938
Face 57450 27766 27879 18458
Face 57451 6800 25571 2428
Face 57452 29147 6800 2428
Face 57453 27736 27762 27766
Face 57454 2815 24747 22047
Face 57455 25852 25884 27736
Face 57456 27511 27625 27879
Face 57457 27626 29348 29340
Face 57458 27762 27511 27766
Face 57459 28678 23575 2557
Face 57460 27624 27626 29340
Face 57461 15302 1449 23792
Face 57462 19942 26670 26554
Face 57463 25189 6283 2556
Face 57464 29756 24814 29755
Face 57465 6624 6641 2557
Face 57466 2690 6624 2557
Face 57467 6624 6637 11049
Face 57468 6641 6624 11049
Face 57469 24447 28933 23029
Face 57470 6637 18732 11049
Face 57471 30663 30762 30662
Face 57472 25030 24758 25650
Face 57473 19083 15878 21642
Face 57474 15878 19083 18763
Face 57475 17628 27366 28826
Face 57476 26067 17628 28826
Face 57477 28380 28379 28245
Face 57478 28246 28380 28245
Face 57479 23837 25017 23672
Face 57480 25649 25650 25751
Face 57481 26434 26552 26551
Face 57482 26551 26552 26667
Face 57483 29689 6655 29688
Face 57484 6279 6636 27567
Face 57485 18875 27484 28277
Face 57486 28159 18875 28277
Face 57487 20715 6808 20713
Face 57488 28268 28289 26327
Face 57489 27621 27624 29334
Face 57490 29340 2166 2167
Face 57491 28225 20972 29717
Face 57492 28226 28225 29717
Face 57493 19147 26931 26681
Face 57494 28684 29726 28683
Face 57495 10838 10837 6405
Face 57496 28816 27267 29587
Face 57497 4058 24056 24535
Face 57498 6798 11095 20978
Face 57499 25415 25451 25450
Face 57500 25414 25415 25450
Face 57501 25451 25516 25515
Face 57502 25450 25451 25515
Face 57503 25516 25608 25607
Face 57504 25515 25516 25607
Face 57505 25608 25709 25708
Face 57506 25607 25608 25708
Face 57507 25820 25819 25708
Face 57508 25709 25820 25708
Face 57509 25820 25929 25928
Face 57510 25819 25820 25928
Face 57511 25929 26041 26040
Face 57512 25928 25929 26040
Face 57513 26041 26154 26153
Face 57514 26040 26041 26153
Face 57515 26154 26272 26271
Face 57516 26153 26154 26271
Face 57517 26272 26390 26389
Face 57518 26271 26272 26389
Face 57519 26390 26508 26507
Face 57520 26389 26390 26507
Face 57521 26508 26623 26622
Face 57522 26507 26508 26622
Face 57523 26623 26738 26737
Face 57524 26622 26623 26737
Face 57525 26738 26852 26851
Face 57526 26737 26738 26851
Face 57527 26852 26967 26966
Face 57528 26851 26852 26966
Face 57529 27081 27080 26966
Face 57530 26967 27081 26966
Face 57531 27197 27196 27080
Face 57532 27081 27197 27080
Face 57533 27197 27309 27308
Face 57534 27196 27197 27308
Face 57535 27309 27426 27425
Face 57536 27308 27309 27425
Face 57537 27426 27547 27546
Face 57538 27425 27426 27546
Face 57539 27673 27672 27546
Face 57540 27547 27673 27546
Face 57541 27673 27804 27803
Face 57542 27672 27673 27803
Face 57543 27804 27935 27934
Face 57544 27803 27804 27934
Face 57545 27935 28067 28066
Face 57546 27934 27935 28066
Face 57547 28067 28204 28203
Face 57548 28066 28067 28203
Face 57549 28204 28339 28338
Face 57550 28203 28204 28338
Face 57551 28339 28473 28472
Face 57552 28338 28339 28472
Face 57553 28473 28610 28609
Face 57554 28472 28473 28609
Face 57555 28610 28738 28737
Face 57556 28609 28610 28737
Face 57557 28738 28865 28864
Face 57558 28737 28738 28864
Face 57559 28865 28990 28989
Face 57560 28864 28865 28989
Face 57561 29121 29120 28989
Face 57562 28990 29121 28989
Face 57563 29121 29251 29250
Face 57564 29120 29121 29250
Face 57565 29382 29381 29250
Face 57566 29251 29382 29250
Face 57567 29513 29512 29381
Face 57568 29382 29513 29381
Face 57569 29645 29644 29512
Face 57570 29513 29645 29512
Face 57571 29777 29776 29644
Face 57572 29645 29777 29644
Face 57573 2426 2555 29776
Face 57574 29777 2426 29776
Face 57575 15734 24455 4058
Face 57576 597 596 7171
Face 57577 27470 27590 27469
Face 57578 29463 22608 26473
Face 57579 27874 27877 2547
Face 57580 19003 27874 2547
Face 57581 27736 27766 28938
Face 57582 28938 27766 18458
Face 57583 27625 6800 29147
Face 57584 13631 19770 14372
Face 57585 25669 25670 25772
Face 57586 24527 24160 28956
Face 57587 27869 34834 6162
Face 57588 21840 27383 27696
Face 57589 26187 26178 27385
Face 57590 29328 28684 18968
Face 57591 25884 27762 27736
Face 57592 7584 28814 27387
Face 57593 30381 30448 30380
Face 57594 29608 22753 29740
Face 57595 2819 23492 21635
Face 57596 23991 28007 28268
Face 57597 10735 6624 2690
Face 57598 2819 10735 2690
Face 57599 10735 11050 6637
Face 57600 6624 10735 6637
Face 57601 6399 18732 6637
Face 57602 11050 6399 6637
Face 57603 31169 31168 31069
Face 57604 11815 11816 11897
Face 57605 21548 19083 21642
Face 57606 5388 5129 18763
Face 57607 27987 28120 27986
Face 57608 28935 28169 27366
Face 57609 28515 28514 28379
Face 57610 28380 28515 28379
Face 57611 18987 26588 25489
Face 57612 23992 23991 28268
Face 57613 26433 26434 26551
Face 57614 26783 26782 26667
Face 57615 28660 28789 28659
Face 57616 29294 29295 29425
Face 57617 27484 29467 29335
Face 57618 27824 6404 29670
Face 57619 6716 7027 25870
Face 57620 11512 22707 11411
Face 57621 27624 27621 26308
Face 57622 29334 29340 2167
Face 57623 28696 18454 6640
Face 57624 21078 19003 29717
Face 57625 29718 29540 18193
Face 57626 31213 31212 31113
Face 57627 26530 10837 27618
Face 57628 6940 27267 28816
Face 57629 25668 25771 25770
Face 57630 33756 33755 33630
Face 57631 14892 13038 22642
Face 57632 25415 25416 25451
Face 57633 33882 33881 33755
Face 57634 20870 25427 25463
Face 57635 25517 25609 25608
Face 57636 25516 25517 25608
Face 57637 25609 25710 25709
Face 57638 25608 25609 25709
Face 57639 25710 25821 25820
Face 57640 25709 25710 25820
Face 57641 25821 25930 25929
Face 57642 25820 25821 25929
Face 57643 25930 26042 26041
Face 57644 25929 25930 26041
Face 57645 26042 26155 26154
Face 57646 26041 26042 26154
Face 57647 26155 26273 26272
Face 57648 26154 26155 26272
Face 57649 26391 26390 26272
Face 57650 26273 26391 26272
Face 57651 26391 26509 26508
Face 57652 26390 26391 26508
Face 57653 26509 26624 26623
Face 57654 26508 26509 26623
Face 57655 26624 26739 26738
Face 57656 26623 26624 26738
Face 57657 26739 26853 26852
Face 57658 26738 26739 26852
Face 57659 26853 26968 26967
Face 57660 26852 26853 26967
Face 57661 26968 27082 27081
Face 57662 26967 26968 27081
Face 57663 27198 27197 27081
Face 57664 27082 27198 27081
Face 57665 27310 27309 27197
Face 57666 27198 27310 27197
Face 57667 27310 27427 27426
Face 57668 27309 27310 27426
Face 57669 27427 27548 27547
Face 57670 27426 27427 27547
Face 57671 27674 27673 27547
Face 57672 27548 27674 27547
Face 57673 27674 27805 27804
Face 57674 27673 27674 27804
Face 57675 27805 27936 27935
Face 57676 27804 27805 27935
Face 57677 27936 28068 28067
Face 57678 27935 27936 28067
Face 57679 28068 28205 28204
Face 57680 28067 28068 28204
Face 57681 28205 28340 28339
Face 57682 28204 28205 28339
Face 57683 28340 28474 28473
Face 57684 28339 28340 28473
Face 57685 28474 28611 28610
Face 57686 28473 28474 28610
Face 57687 28611 28739 28738
Face 57688 28610 28611 28738
Face 57689 28739 28866 28865
Face 57690 28738 28739 28865
Face 57691 28866 28991 28990
Face 57692 28865 28866 28990
Face 57693 29122 29121 28990
Face 57694 28991 29122 28990
Face 57695 29122 29252 29251
Face 57696 29121 29122 29251
Face 57697 29252 29383 29382
Face 57698 29251 29252 29382
Face 57699 29514 29513 29382
Face 57700 29383 29514 29382
Face 57701 29646 29645 29513
Face 57702 29514 29646 29513
Face 57703 29778 29777 29645
Face 57704 29646 29778 29645
Face 57705 2689 2426 29777
Face 57706 29778 2689 29777
Face 57707 20777 20688 27453
Face 57708 22221 22047 22793
Face 57709 27590 27589 27469
Face 57710 23574 23491 21635
Face 57711 29195 25962 27877
Face 57712 27874 29195 27877
Face 57713 25525 25494 25990
Face 57714 26127 25525 25990
Face 57715 27766 27511 27879
Face 57716 27879 27625 29147
Face 57717 27827 29460 29459
Face 57718 29726 18193 28683
Face 57719 26672 26530 28140
Face 57720 10837 10838 27618
Face 57721 25682 27493 26821
Face 57722 26672 28140 26555
Face 57723 27859 27991 27858
Face 57724 27493 26672 26555
Face 57725 2166 18559 25852
Face 57726 28535 28534 28399
Face 57727 22271 21635 23491
Face 57728 23424 23438 23423
Face 57729 21635 8269 10735
Face 57730 2819 21635 10735
Face 57731 16709 11050 10735
Face 57732 8269 16709 10735
Face 57733 16709 6284 6399
Face 57734 11050 16709 6399
Face 57735 21517 21518 29061
Face 57736 30758 30757 30658
Face 57737 29540 28545 29673
Face 57738 19083 18765 18763
Face 57739 19084 19082 21547
Face 57740 28120 28119 27986
Face 57741 30863 30964 30862
Face 57742 28650 28649 28514
Face 57743 28112 28111 27978
Face 57744 29731 25489 25585
Face 57745 2942 2941 21173
Face 57746 26552 26668 26667
Face 57747 21172 18660 18661
Face 57748 28364 28230 28166
Face 57749 28277 27484 29335
Face 57750 28823 29670 29335
Face 57751 28139 29206 28003
Face 57752 6808 7027 6716
Face 57753 26321 27624 26308
Face 57754 27624 29340 29334
Face 57755 18715 17013 6799
Face 57756 17856 18890 28025
Face 57757 25670 25669 25578
Face 57758 29781 13547 29750
Face 57759 27493 26555 26821
Face 57760 10837 6940 6405
Face 57761 29575 29707 29574
Face 57762 29313 29312 29182
Face 57763 24220 24219 24812
Face 57764 21118 21211 27822
Face 57765 22065 23801 29754
Face 57766 22065 28270 24232
Face 57767 25518 25610 25609
Face 57768 25517 25518 25609
Face 57769 25610 25711 25710
Face 57770 25609 25610 25710
Face 57771 25822 25821 25710
Face 57772 25711 25822 25710
Face 57773 25931 25930 25821
Face 57774 25822 25931 25821
Face 57775 26043 26042 25930
Face 57776 25931 26043 25930
Face 57777 26156 26155 26042
Face 57778 26043 26156 26042
Face 57779 26274 26273 26155
Face 57780 26156 26274 26155
Face 57781 26274 26392 26391
Face 57782 26273 26274 26391
Face 57783 26392 26510 26509
Face 57784 26391 26392 26509
Face 57785 26510 26625 26624
Face 57786 26509 26510 26624
Face 57787 26625 26740 26739
Face 57788 26624 26625 26739
Face 57789 26740 26854 26853
Face 57790 26739 26740 26853
Face 57791 26854 26969 26968
Face 57792 26853 26854 26968
Face 57793 26969 27083 27082
Face 57794 26968 26969 27082
Face 57795 27083 27199 27198
Face 57796 27082 27083 27198
Face 57797 27311 27310 27198
Face 57798 27199 27311 27198
Face 57799 27428 27427 27310
Face 57800 27311 27428 27310
Face 57801 27428 27549 27548
Face 57802 27427 27428 27548
Face 57803 27675 27674 27548
Face 57804 27549 27675 27548
Face 57805 27675 27806 27805
Face 57806 27674 27675 27805
Face 57807 27806 27937 27936
Face 57808 27805 27806 27936
Face 57809 27937 28069 28068
Face 57810 27936 27937 28068
Face 57811 28069 28206 28205
Face 57812 28068 28069 28205
Face 57813 28206 28341 28340
Face 57814 28205 28206 28340
Face 57815 28341 28475 28474
Face 57816 28340 28341 28474
Face 57817 28475 28612 28611
Face 57818 28474 28475 28611
Face 57819 28612 28740 28739
Face 57820 28611 28612 28739
Face 57821 28740 28867 28866
Face 57822 28739 28740 28866
Face 57823 28992 28991 28866
Face 57824 28867 28992 28866
Face 57825 29123 29122 28991
Face 57826 28992 29123 28991
Face 57827 29123 29253 29252
Face 57828 29122 29123 29252
Face 57829 29253 29384 29383
Face 57830 29252 29253 29383
Face 57831 29515 29514 29383
Face 57832 29384 29515 29383
Face 57833 29647 29646 29514
Face 57834 29515 29647 29514
Face 57835 29779 29778 29646
Face 57836 29647 29779 29646
Face 57837 2688 2689 29778
Face 57838 29779 2688 29778
Face 57839 21211 21303 27954
Face 57840 22271 11164 21635
Face 57841 29195 26068 25962
Face 57842 27459 27460 27579
Face 57843 13549 26127 25990
Face 57844 26068 28271 25962
Face 57845 18361 10715 27639
Face 57846 11052 13549 25990
Face 57847 26178 7584 27387
Face 57848 11587 26360 26359
Face 57849 25682 26821 20716
Face 57850 20870 22987 29847
Face 57851 28920 29047 28919
Face 57852 20801 25682 20716
Face 57853 29575 29574 29443
Face 57854 25668 25667 25576
Face 57855 26530 27618 28140
Face 57856 20801 20716 18877
Face 57857 25558 26453 26451
Face 57858 28402 28401 28267
Face 57859 18068 1881 15723
Face 57860 18559 25884 25852
Face 57861 11164 8269 21635
Face 57862 24207 20178 24477
Face 57863 11164 29013 16709
Face 57864 8269 11164 16709
Face 57865 29013 18719 6284
Face 57866 16709 29013 6284
Face 57867 11890 11891 27138
Face 57868 23802 21452 2428
Face 57869 28283 28361 25958
Face 57870 28771 28772 28897
Face 57871 21546 21547 29817
Face 57872 21546 19084 21547
Face 57873 32024 32128 32023
Face 57874 27386 29731 25585
Face 57875 27979 27978 27846
Face 57876 27979 28112 27978
Face 57877 25632 12819 25633
Face 57878 29042 29041 28914
Face 57879 25975 25976 26086
Face 57880 20874 18872 24335
Face 57881 31584 31698 31583
Face 57882 29467 28823 29335
Face 57883 9875 16030 14548
Face 57884 28003 34569 34308
Face 57885 27626 27624 26321
Face 57886 25843 25852 27735
Face 57887 25648 19294 25556
Face 57888 29810 17216 29809
Face 57889 27161 28570 28888
Face 57890 25670 25773 25772
Face 57891 31020 30921 11113
Face 57892 26303 18877 28434
Face 57893 25736 23444 25735
Face 57894 21147 21238 28403
Face 57895 29515 24257 29647
Face 57896 28270 22065 29754
Face 57897 11671 26933 24470
Face 57898 25519 25611 25610
Face 57899 25518 25519 25610
Face 57900 25611 25712 25711
Face 57901 25610 25611 25711
Face 57902 25823 25822 25711
Face 57903 25712 25823 25711
Face 57904 25823 25932 25931
Face 57905 25822 25823 25931
Face 57906 26044 26043 25931
Face 57907 25932 26044 25931
Face 57908 26157 26156 26043
Face 57909 26044 26157 26043
Face 57910 26275 26274 26156
Face 57911 26157 26275 26156
Face 57912 26393 26392 26274
Face 57913 26275 26393 26274
Face 57914 26393 26511 26510
Face 57915 26392 26393 26510
Face 57916 26511 26626 26625
Face 57917 26510 26511 26625
Face 57918 26626 26741 26740
Face 57919 26625 26626 26740
Face 57920 26741 26855 26854
Face 57921 26740 26741 26854
Face 57922 26855 26970 26969
Face 57923 26854 26855 26969
Face 57924 26970 27084 27083
Face 57925 26969 26970 27083
Face 57926 27084 27200 27199
Face 57927 27083 27084 27199
Face 57928 27200 27312 27311
Face 57929 27199 27200 27311
Face 57930 27312 27429 27428
Face 57931 27311 27312 27428
Face 57932 27429 27550 27549
Face 57933 27428 27429 27549
Face 57934 27676 27675 27549
Face 57935 27550 27676 27549
Face 57936 27676 27807 27806
Face 57937 27675 27676 27806
Face 57938 27807 27938 27937
Face 57939 27806 27807 27937
Face 57940 27938 28070 28069
Face 57941 27937 27938 28069
Face 57942 28070 28207 28206
Face 57943 28069 28070 28206
Face 57944 28342 28341 28206
Face 57945 28207 28342 28206
Face 57946 28342 28476 28475
Face 57947 28341 28342 28475
Face 57948 28476 28613 28612
Face 57949 28475 28476 28612
Face 57950 28613 28741 28740
Face 57951 28612 28613 28740
Face 57952 28741 28868 28867
Face 57953 28740 28741 28867
Face 57954 28868 28993 28992
Face 57955 28867 28868 28992
Face 57956 28993 29124 29123
Face 57957 28992 28993 29123
Face 57958 29124 29254 29253
Face 57959 29123 29124 29253
Face 57960 29254 29385 29384
Face 57961 29253 29254 29384
Face 57962 25585 34390 6403
Face 57963 29384 29385 29515
Face 57964 29187 21797 29317
Face 57965 29779 29647 24914
Face 57966 24471 24347 24216
Face 57967 20424 20423 20338
Face 57968 2425 2688 29779
Face 57969 23932 25429 28933
Face 57970 3464 13038 22883
Face 57971 23139 6810 24998
Face 57972 17639 26877 28271
Face 57973 28371 28372 28506
Face 57974 6914 6707 11093
Face 57975 14668 6914 11093
Face 57976 16676 11051 25584
Face 57977 25734 25735 23445
Face 57978 25636 27161 28888
Face 57979 16667 25636 28888
Face 57980 25577 25668 25576
Face 57981 28570 28434 28888
Face 57982 25577 25576 25491
Face 57983 2425 29779 24914
Face 57984 28124 28261 28123
Face 57985 26303 20801 18877
Face 57986 5130 2293 16667
Face 57987 24738 27146 24599
Face 57988 28537 28536 28401
Face 57989 32125 32124 32020
Face 57990 29348 18559 2166
Face 57991 12883 28033 28170
Face 57992 24582 14762 25080
Face 57993 6586 26935 29013
Face 57994 11164 6586 29013
Face 57995 26935 19378 18719
Face 57996 29013 26935 18719
Face 57997 28402 28267 21146
Face 57998 20099 20178 24207
Face 57999 28683 18193 14088
Face 58000 28000 23377 26817
Face 58001 29818 29817 29686
Face 58002 29818 21546 29817
Face 58003 32232 32231 32127
Face 58004 31063 31062 30963
Face 58005 27847 27846 27717
Face 58006 27847 27979 27846
Face 58007 28915 29042 28914
Face 58008 29042 29173 29041
Face 58009 25757 25758 25864
Face 58010 25865 25976 25975
Face 58011 18972 28226 24200
Face 58012 27100 28139 28003
Face 58013 26663 26662 26546
Face 58014 8470 8149 6360
Face 58015 26324 26321 25494
Face 58016 26324 27626 26321
Face 58017 19266 28945 22369
Face 58018 34631 34281 34633
Face 58019 27492 28950 5130
Face 58020 28570 26303 28434
Face 58021 28261 28260 28123
Face 58022 5513 18445 26682
Face 58023 30250 19260 19259
Face 58024 25967 28148 28147
Face 58025 27709 27838 27837
Face 58026 26124 28429 27741
Face 58027 30628 25314 24351
Face 58028 16659 26438 25953
Face 58029 19265 25557 25556
Face 58030 30317 19262 19261
Face 58031 27969 27970 28102
Face 58032 25966 25967 28147
Face 58033 28131 18358 7127
Face 58034 28153 16659 25953
Face 58035 25161 24892 24323
Face 58036 31522 31635 31521
Face 58037 25557 25030 25649
Face 58038 24192 2691 24259
Face 58039 28131 7127 18508
Face 58040 24470 25519 25518
Face 58041 29725 13828 25026
Face 58042 25520 25612 25611
Face 58043 25519 25520 25611
Face 58044 25612 25713 25712
Face 58045 25611 25612 25712
Face 58046 25824 25823 25712
Face 58047 25713 25824 25712
Face 58048 25824 25933 25932
Face 58049 25823 25824 25932
Face 58050 26045 26044 25932
Face 58051 25933 26045 25932
Face 58052 26158 26157 26044
Face 58053 26045 26158 26044
Face 58054 26158 26276 26275
Face 58055 26157 26158 26275
Face 58056 26276 26394 26393
Face 58057 26275 26276 26393
Face 58058 26394 26512 26511
Face 58059 26393 26394 26511
Face 58060 26512 26627 26626
Face 58061 26511 26512 26626
Face 58062 26627 26742 26741
Face 58063 26626 26627 26741
Face 58064 26742 26856 26855
Face 58065 26741 26742 26855
Face 58066 26856 26971 26970
Face 58067 26855 26856 26970
Face 58068 26971 27085 27084
Face 58069 26970 26971 27084
Face 58070 27085 27201 27200
Face 58071 27084 27085 27200
Face 58072 27201 27313 27312
Face 58073 27200 27201 27312
Face 58074 27313 27430 27429
Face 58075 27312 27313 27429
Face 58076 27430 27551 27550
Face 58077 27429 27430 27550
Face 58078 27551 27677 27676
Face 58079 27550 27551 27676
Face 58080 27677 27808 27807
Face 58081 27676 27677 27807
Face 58082 27808 27939 27938
Face 58083 27807 27808 27938
Face 58084 27939 28071 28070
Face 58085 27938 27939 28070
Face 58086 28071 28208 28207
Face 58087 28070 28071 28207
Face 58088 28208 28343 28342
Face 58089 28207 28208 28342
Face 58090 28343 28477 28476
Face 58091 28342 28343 28476
Face 58092 28477 28614 28613
Face 58093 28476 28477 28613
Face 58094 28614 28742 28741
Face 58095 28613 28614 28741
Face 58096 28869 28868 28741
Face 58097 28742 28869 28741
Face 58098 28869 28994 28993
Face 58099 28868 28869 28993
Face 58100 28994 29125 29124
Face 58101 28993 28994 29124
Face 58102 29125 29255 29254
Face 58103 29124 29125 29254
Face 58104 29255 29386 29385
Face 58105 29254 29255 29385
Face 58106 26078 19699 19616
Face 58107 20582 20670 27098
Face 58108 28652 28653 28781
Face 58109 20848 20849 20937
Face 58110 25565 25566 27479
Face 58111 27480 27898 28165
Face 58112 24476 18254 26704
Face 58113 29023 29024 29154
Face 58114 23281 24476 27272
Face 58115 11229 12839 2932
Face 58116 17639 28294 26877
Face 58117 29679 29678 29546
Face 58118 14668 11093 18645
Face 58119 18755 14668 18645
Face 58120 25665 25664 25573
Face 58121 25664 25665 25767
Face 58122 29715 21069 27492
Face 58123 28950 2293 5130
Face 58124 26703 28131 18508
Face 58125 27765 28152 27871
Face 58126 18358 25749 7127
Face 58127 28152 19070 28009
Face 58128 25631 21069 29715
Face 58129 29079 25631 29715
Face 58130 27274 28420 28814
Face 58131 7584 27274 28814
Face 58132 2815 22047 22221
Face 58133 29340 29348 2166
Face 58134 22221 6586 2815
Face 58135 25568 29667 21603
Face 58136 22221 27277 26935
Face 58137 6586 22221 26935
Face 58138 17538 18724 18819
Face 58139 26935 27277 19378
Face 58140 21118 27691 21029
Face 58141 20619 23706 24865
Face 58142 28257 28391 28256
Face 58143 23627 26202 26086
Face 58144 29423 29424 29554
Face 58145 29687 29818 29686
Face 58146 32128 32232 32127
Face 58147 29731 18987 25489
Face 58148 27718 27717 27590
Face 58149 27718 27847 27717
Face 58150 28561 26874 29729
Face 58151 29173 29172 29041
Face 58152 25864 25865 25975
Face 58153 22951 18972 22277
Face 58154 30346 30345 30278
Face 58155 31810 31809 31697
Face 58156 23078 23022 14221
Face 58157 25848 25847 23425
Face 58158 6914 13549 11052
Face 58159 25525 26324 25494
Face 58160 20809 20905 23107
Face 58161 26763 27264 10715
Face 58162 28279 25631 29079
Face 58163 2293 25636 16667
Face 58164 20342 23910 23508
Face 58165 19070 27763 6159
Face 58166 27763 27327 6159
Face 58167 27763 26014 27327
Face 58168 19262 30317 19263
Face 58169 30724 23310 23631
Face 58170 23310 30724 30723
Face 58171 25556 19294 19265
Face 58172 22706 25557 19265
Face 58173 19261 30250 30317
Face 58174 25157 30536 25077
Face 58175 23303 17463 23246
Face 58176 24620 30626 23631
Face 58177 18430 33556 18634
Face 58178 34315 34549 18451
Face 58179 2046 25087 25086
Face 58180 25157 22463 30537
Face 58181 19263 30317 30384
Face 58182 32660 20525 20526
Face 58183 19248 2983 17262
Face 58184 32562 32689 32561
Face 58185 29385 29386 29517
Face 58186 33845 33846 16685
Face 58187 13263 24301 22992
Face 58188 26014 12233 27327
Face 58189 27385 27387 28031
Face 58190 26933 29856 29855
Face 58191 24938 23893 24012
Face 58192 25521 25613 25612
Face 58193 25520 25521 25612
Face 58194 25613 25714 25713
Face 58195 25612 25613 25713
Face 58196 25714 25825 25824
Face 58197 25713 25714 25824
Face 58198 25825 25934 25933
Face 58199 25824 25825 25933
Face 58200 25934 26046 26045
Face 58201 25933 25934 26045
Face 58202 26046 26159 26158
Face 58203 26045 26046 26158
Face 58204 26159 26277 26276
Face 58205 26158 26159 26276
Face 58206 26395 26394 26276
Face 58207 26277 26395 26276
Face 58208 26513 26512 26394
Face 58209 26395 26513 26394
Face 58210 26628 26627 26512
Face 58211 26513 26628 26512
Face 58212 26743 26742 26627
Face 58213 26628 26743 26627
Face 58214 26743 26857 26856
Face 58215 26742 26743 26856
Face 58216 26857 26972 26971
Face 58217 26856 26857 26971
Face 58218 26972 27086 27085
Face 58219 26971 26972 27085
Face 58220 27086 27202 27201
Face 58221 27085 27086 27201
Face 58222 27202 27314 27313
Face 58223 27201 27202 27313
Face 58224 27314 27431 27430
Face 58225 27313 27314 27430
Face 58226 27431 27552 27551
Face 58227 27430 27431 27551
Face 58228 27552 27678 27677
Face 58229 27551 27552 27677
Face 58230 27678 27809 27808
Face 58231 27677 27678 27808
Face 58232 27809 27940 27939
Face 58233 27808 27809 27939
Face 58234 27940 28072 28071
Face 58235 27939 27940 28071
Face 58236 28072 28209 28208
Face 58237 28071 28072 28208
Face 58238 28209 28344 28343
Face 58239 28208 28209 28343
Face 58240 28344 28478 28477
Face 58241 28343 28344 28477
Face 58242 28478 28615 28614
Face 58243 28477 28478 28614
Face 58244 28615 28743 28742
Face 58245 28614 28615 28742
Face 58246 28870 28869 28742
Face 58247 28743 28870 28742
Face 58248 28870 28995 28994
Face 58249 28869 28870 28994
Face 58250 28995 29126 29125
Face 58251 28994 28995 29125
Face 58252 29126 29256 29255
Face 58253 29125 29126 29255
Face 58254 29256 29387 29386
Face 58255 29255 29256 29386
Face 58256 29387 29518 29517
Face 58257 29386 29387 29517
Face 58258 26536 20012 26537
Face 58259 31166 31267 31165
Face 58260 27479 27480 28165
Face 58261 27898 29667 25568
Face 58262 20717 29405 34435
Face 58263 32024 32023 31918
Face 58264 15325 6525 1867
Face 58265 6525 7028 11167
Face 58266 25791 6592 26758
Face 58267 19187 1867 21266
Face 58268 18253 2294 2421
Face 58269 18243 18253 2421
Face 58270 25768 25875 25874
Face 58271 25767 25768 25874
Face 58272 26065 26066 28150
Face 58273 28151 28279 28168
Face 58274 20814 21762 20813
Face 58275 22048 3816 29015
Face 58276 29681 29812 29811
Face 58277 21950 22793 23656
Face 58278 21069 28950 27492
Face 58279 18654 17132 26065
Face 58280 24081 23742 19360
Face 58281 19440 24081 19360
Face 58282 26902 26299 27014
Face 58283 6796 6606 18243
Face 58284 23442 23595 23443
Face 58285 18724 17538 7174
Face 58286 33744 33870 33743
Face 58287 22221 20621 27277
Face 58288 26128 11428 26016
Face 58289 15576 18998 26702
Face 58290 31599 31598 31489
Face 58291 20495 26870 20496
Face 58292 18445 10987 26815
Face 58293 28257 28256 28119
Face 58294 29687 29686 29554
Face 58295 29555 29687 29554
Face 58296 34359 34502 34713
Face 58297 32338 32337 32231
Face 58298 27591 27718 27590
Face 58299 28249 28248 28111
Face 58300 27125 27241 27124
Face 58301 28561 29729 16673
Face 58302 19867 19866 19787
Face 58303 27153 12062 12149
Face 58304 28414 27365 28134
Face 58305 4217 21488 13581
Face 58306 19003 2547 21077
Face 58307 29717 19003 21077
Face 58308 18755 18645 2421
Face 58309 6707 6914 11052
Face 58310 25574 25665 25573
Face 58311 25665 25768 25767
Face 58312 29451 29452 18654
Face 58313 28168 28279 29079
Face 58314 28814 21009 21378
Face 58315 23367 21144 23464
Face 58316 29549 29681 29680
Face 58317 30150 30214 30213
Face 58318 30453 24425 30454
Face 58319 25573 25488 30827
Face 58320 19281 19252 19253
Face 58321 30029 30028 29967
Face 58322 31695 31694 31580
Face 58323 25025 23959 25435
Face 58324 29963 30024 29962
Face 58325 30209 30274 30208
Face 58326 15045 31535 15044
Face 58327 32129 32128 32024
Face 58328 30590 30591 30684
Face 58329 31313 31417 31312
Face 58330 34633 34281 34367
Face 58331 29067 26788 26448
Face 58332 28013 28406 29067
Face 58333 26448 28013 29067
Face 58334 23613 27154 22838
Face 58335 7923 34739 34648
Face 58336 32820 32952 32819
Face 58337 26412 26294 25324
Face 58338 27361 23601 24035
Face 58339 29680 29681 29811
Face 58340 23378 23181 23377
Face 58341 30082 30083 30144
Face 58342 28143 23121 23066
Face 58343 24447 23932 28933
Face 58344 25455 25522 25521
Face 58345 23553 25521 25520
Face 58346 25522 25614 25613
Face 58347 25521 25522 25613
Face 58348 25614 25715 25714
Face 58349 25613 25614 25714
Face 58350 25826 25825 25714
Face 58351 25715 25826 25714
Face 58352 25826 25935 25934
Face 58353 25825 25826 25934
Face 58354 26047 26046 25934
Face 58355 25935 26047 25934
Face 58356 26160 26159 26046
Face 58357 26047 26160 26046
Face 58358 26160 26278 26277
Face 58359 26159 26160 26277
Face 58360 26278 26396 26395
Face 58361 26277 26278 26395
Face 58362 26396 26514 26513
Face 58363 26395 26396 26513
Face 58364 26629 26628 26513
Face 58365 26514 26629 26513
Face 58366 26744 26743 26628
Face 58367 26629 26744 26628
Face 58368 26858 26857 26743
Face 58369 26744 26858 26743
Face 58370 26858 26973 26972
Face 58371 26857 26858 26972
Face 58372 26973 27087 27086
Face 58373 26972 26973 27086
Face 58374 27087 27203 27202
Face 58375 27086 27087 27202
Face 58376 27203 27315 27314
Face 58377 27202 27203 27314
Face 58378 27315 27432 27431
Face 58379 27314 27315 27431
Face 58380 27432 27553 27552
Face 58381 27431 27432 27552
Face 58382 27553 27679 27678
Face 58383 27552 27553 27678
Face 58384 27679 27810 27809
Face 58385 27678 27679 27809
Face 58386 27810 27941 27940
Face 58387 27809 27810 27940
Face 58388 27941 28073 28072
Face 58389 27940 27941 28072
Face 58390 28073 28210 28209
Face 58391 28072 28073 28209
Face 58392 28210 28345 28344
Face 58393 28209 28210 28344
Face 58394 28345 28479 28478
Face 58395 28344 28345 28478
Face 58396 28479 28616 28615
Face 58397 28478 28479 28615
Face 58398 28744 28743 28615
Face 58399 28616 28744 28615
Face 58400 28744 28871 28870
Face 58401 28743 28744 28870
Face 58402 28871 28996 28995
Face 58403 28870 28871 28995
Face 58404 28996 29127 29126
Face 58405 28995 28996 29126
Face 58406 29127 29257 29256
Face 58407 29126 29127 29256
Face 58408 29257 29388 29387
Face 58409 29256 29257 29387
Face 58410 29388 29519 29518
Face 58411 29387 29388 29518
Face 58412 28499 34687 28363
Face 58413 29519 29651 29518
Face 58414 28165 27898 25568
Face 58415 23996 25322 13294
Face 58416 2682 21359 24502
Face 58417 29907 29906 29852
Face 58418 27605 27637 27509
Face 58419 27604 27605 27509
Face 58420 25791 18655 6592
Face 58421 23569 23485 23486
Face 58422 29437 29568 29436
Face 58423 29700 29699 29567
Face 58424 25770 25877 25876
Face 58425 27495 28698 25851
Face 58426 27760 27771 29451
Face 58427 28150 28151 28168
Face 58428 25775 25795 27632
Face 58429 27636 27365 28414
Face 58430 24739 27145 24738
Face 58431 22369 28680 13269
Face 58432 26066 28151 28150
Face 58433 26437 27771 27760
Face 58434 30021 30083 30082
Face 58435 30027 30028 30089
Face 58436 26299 28633 27014
Face 58437 6606 18253 18243
Face 58438 7474 676 564
Face 58439 12526 16192 3631
Face 58440 24776 11494 8781
Face 58441 8781 12837 24776
Face 58442 895 15904 7297
Face 58443 23954 25874 25982
Face 58444 27897 23878 22955
Face 58445 26203 26204 27490
Face 58446 19082 18658 18765
Face 58447 6824 26186 6726
Face 58448 19084 18659 18658
Face 58449 19082 19084 18658
Face 58450 34594 12350 29014
Face 58451 7231 7230 32631
Face 58452 28112 28249 28111
Face 58453 28383 28382 28248
Face 58454 28824 27386 6403
Face 58455 27241 27240 27124
Face 58456 24503 23391 22787
Face 58457 25417 25418 26126
Face 58458 26296 27361 28163
Face 58459 23954 24013 24014
Face 58460 26068 17639 28271
Face 58461 28294 26758 26877
Face 58462 6606 6796 29699
Face 58463 2294 18755 2421
Face 58464 25495 11079 25431
Face 58465 25666 25667 25769
Face 58466 25548 26437 26425
Face 58467 17132 26066 26065
Face 58468 26299 429 28633
Face 58469 27342 27461 27460
Face 58470 27050 19199 24495
Face 58471 25574 25573 25490
Face 58472 16670 29457 23172
Face 58473 25575 25490 30926
Face 58474 30926 25491 25575
Face 58475 24740 24389 27256
Face 58476 29968 29967 29909
Face 58477 32694 32827 32693
Face 58478 32827 32959 32826
Face 58479 26190 28500 28016
Face 58480 32959 32958 32826
Face 58481 30435 30506 30505
Face 58482 26190 28016 27015
Face 58483 13749 13366 10331
Face 58484 22872 19454 25750
Face 58485 18547 26448 26903
Face 58486 27015 18547 26903
Face 58487 27873 28013 26448
Face 58488 18547 27873 26448
Face 58489 24495 19199 27641
Face 58490 27873 27613 28013
Face 58491 25774 25883 22991
Face 58492 27641 19199 19198
Face 58493 13439 28953 28952
Face 58494 28007 23990 23872
Face 58495 27327 24511 24647
Face 58496 21198 22516 26590
Face 58497 14385 12107 11936
Face 58498 25421 25455 26927
Face 58499 25421 25456 25455
Face 58500 30178 30242 30177
Face 58501 25456 25523 25522
Face 58502 25455 25456 25522
Face 58503 25523 25615 25614
Face 58504 25522 25523 25614
Face 58505 25615 25716 25715
Face 58506 25614 25615 25715
Face 58507 25827 25826 25715
Face 58508 25716 25827 25715
Face 58509 25827 25936 25935
Face 58510 25826 25827 25935
Face 58511 25936 26048 26047
Face 58512 25935 25936 26047
Face 58513 26048 26161 26160
Face 58514 26047 26048 26160
Face 58515 26161 26279 26278
Face 58516 26160 26161 26278
Face 58517 26279 26397 26396
Face 58518 26278 26279 26396
Face 58519 26397 26515 26514
Face 58520 26396 26397 26514
Face 58521 26630 26629 26514
Face 58522 26515 26630 26514
Face 58523 26745 26744 26629
Face 58524 26630 26745 26629
Face 58525 26859 26858 26744
Face 58526 26745 26859 26744
Face 58527 26859 26974 26973
Face 58528 26858 26859 26973
Face 58529 26974 27088 27087
Face 58530 26973 26974 27087
Face 58531 27088 27204 27203
Face 58532 27087 27088 27203
Face 58533 27204 27316 27315
Face 58534 27203 27204 27315
Face 58535 27316 27433 27432
Face 58536 27315 27316 27432
Face 58537 27433 27554 27553
Face 58538 27432 27433 27553
Face 58539 27554 27680 27679
Face 58540 27553 27554 27679
Face 58541 27680 27811 27810
Face 58542 27679 27680 27810
Face 58543 27811 27942 27941
Face 58544 27810 27811 27941
Face 58545 27942 28074 28073
Face 58546 27941 27942 28073
Face 58547 28074 28211 28210
Face 58548 28073 28074 28210
Face 58549 28211 28346 28345
Face 58550 28210 28211 28345
Face 58551 28346 28480 28479
Face 58552 28345 28346 28479
Face 58553 28480 28617 28616
Face 58554 28479 28480 28616
Face 58555 28745 28744 28616
Face 58556 28617 28745 28616
Face 58557 28745 28872 28871
Face 58558 28744 28745 28871
Face 58559 28872 28997 28996
Face 58560 28871 28872 28996
Face 58561 28997 29128 29127
Face 58562 28996 28997 29127
Face 58563 29128 29258 29257
Face 58564 29127 29128 29257
Face 58565 29389 29388 29257
Face 58566 29258 29389 29257
Face 58567 29389 29520 29519
Face 58568 29388 29389 29519
Face 58569 29520 29652 29651
Face 58570 29519 29520 29651
Face 58571 19990 22152 20737
Face 58572 32699 32832 32698
Face 58573 31019 31018 30921
Face 58574 22787 23391 25848
Face 58575 27637 19197 27959
Face 58576 27509 27637 27959
Face 58577 28026 18767 27622
Face 58578 27494 28026 27622
Face 58579 29306 29437 29305
Face 58580 29568 29700 29567
Face 58581 25851 26205 18361
Face 58582 27861 27993 27860
Face 58583 26985 25548 25547
Face 58584 29452 17132 18654
Face 58585 28100 28101 28237
Face 58586 26543 26659 26658
Face 58587 25654 26792 27996
Face 58588 11001 3173 26909
Face 58589 29723 18580 2424
Face 58590 26425 26437 27760
Face 58591 27771 29452 29451
Face 58592 23451 20014 24226
Face 58593 27861 27860 27731
Face 58594 23575 27251 23433
Face 58595 28762 18444 26440
Face 58596 17197 17713 23050
Face 58597 23121 23120 23065
Face 58598 14500 17542 18423
Face 58599 17713 12002 23050
Face 58600 21547 19082 21548
Face 58601 20981 16664 4888
Face 58602 28028 22761 28029
Face 58603 19082 19083 21548
Face 58604 28028 28029 27158
Face 58605 27359 28028 27158
Face 58606 18659 6530 5387
Face 58607 18658 18659 5387
Face 58608 26124 27741 27742
Face 58609 22258 29272 22163
Face 58610 28249 28383 28248
Face 58611 28383 28518 28517
Face 58612 27499 29212 29205
Face 58613 15576 20574 28437
Face 58614 29740 23910 29739
Face 58615 25484 26295 26242
Face 58616 19197 26296 18544
Face 58617 18544 26296 28163
Face 58618 28294 25791 26758
Face 58619 18655 28944 6592
Face 58620 29176 29306 29175
Face 58621 29700 6606 29699
Face 58622 27732 27861 27731
Face 58623 27993 27992 27860
Face 58624 323 3173 324
Face 58625 25547 25548 26425
Face 58626 21168 18753 21169
Face 58627 18753 20715 20713
Face 58628 34831 9314 9427
Face 58629 22708 16176 27641
Face 58630 30927 30926 25490
Face 58631 30928 30927 30827
Face 58632 25490 30827 30927
Face 58633 30827 25490 25573
Face 58634 29910 29968 29909
Face 58635 30117 30179 30116
Face 58636 33093 33092 32958
Face 58637 32959 33093 32958
Face 58638 12454 34763 23753
Face 58639 28635 25471 28764
Face 58640 26762 28016 28635
Face 58641 28764 26762 28635
Face 58642 27132 27015 28016
Face 58643 26762 27132 28016
Face 58644 10860 18547 27015
Face 58645 27132 10860 27015
Face 58646 16674 27873 18547
Face 58647 10860 16674 18547
Face 58648 29201 27613 27873
Face 58649 16674 29201 27873
Face 58650 23362 23361 23304
Face 58651 29201 17463 27613
Face 58652 28822 23652 23569
Face 58653 25764 25661 23315
Face 58654 28532 28667 28531
Face 58655 29036 29037 29167
Face 58656 29713 22088 22183
Face 58657 19537 24535 24338
Face 58658 24470 24194 25519
Face 58659 34000 16769 16768
Face 58660 34000 16768 33873
Face 58661 25457 25524 25523
Face 58662 25456 25457 25523
Face 58663 25524 25616 25615
Face 58664 25523 25524 25615
Face 58665 25616 25717 25716
Face 58666 25615 25616 25716
Face 58667 25717 25828 25827
Face 58668 25716 25717 25827
Face 58669 25828 25937 25936
Face 58670 25827 25828 25936
Face 58671 25937 26049 26048
Face 58672 25936 25937 26048
Face 58673 26162 26161 26048
Face 58674 26049 26162 26048
Face 58675 26280 26279 26161
Face 58676 26162 26280 26161
Face 58677 26280 26398 26397
Face 58678 26279 26280 26397
Face 58679 26398 26516 26515
Face 58680 26397 26398 26515
Face 58681 26516 26631 26630
Face 58682 26515 26516 26630
Face 58683 26631 26746 26745
Face 58684 26630 26631 26745
Face 58685 26746 26860 26859
Face 58686 26745 26746 26859
Face 58687 26860 26975 26974
Face 58688 26859 26860 26974
Face 58689 26975 27089 27088
Face 58690 26974 26975 27088
Face 58691 27089 27205 27204
Face 58692 27088 27089 27204
Face 58693 27317 27316 27204
Face 58694 27205 27317 27204
Face 58695 27434 27433 27316
Face 58696 27317 27434 27316
Face 58697 27434 27555 27554
Face 58698 27433 27434 27554
Face 58699 27555 27681 27680
Face 58700 27554 27555 27680
Face 58701 27681 27812 27811
Face 58702 27680 27681 27811
Face 58703 27812 27943 27942
Face 58704 27811 27812 27942
Face 58705 27943 28075 28074
Face 58706 27942 27943 28074
Face 58707 28075 28212 28211
Face 58708 28074 28075 28211
Face 58709 28212 28347 28346
Face 58710 28211 28212 28346
Face 58711 28347 28481 28480
Face 58712 28346 28347 28480
Face 58713 28481 28618 28617
Face 58714 28480 28481 28617
Face 58715 28746 28745 28617
Face 58716 28618 28746 28617
Face 58717 28746 28873 28872
Face 58718 28745 28746 28872
Face 58719 28873 28998 28997
Face 58720 28872 28873 28997
Face 58721 28998 29129 29128
Face 58722 28997 28998 29128
Face 58723 29129 29259 29258
Face 58724 29128 29129 29258
Face 58725 29390 29389 29258
Face 58726 29259 29390 29258
Face 58727 29521 29520 29389
Face 58728 29390 29521 29389
Face 58729 29521 29653 29652
Face 58730 29520 29521 29652
Face 58731 15154 20283 1768
Face 58732 23662 23496 28365
Face 58733 28030 18544 23589
Face 58734 14773 27049 27047
Face 58735 18867 18863 25642
Face 58736 6588 6589 20613
Face 58737 27130 26015 18767
Face 58738 28026 27130 18767
Face 58739 29176 29175 29044
Face 58740 29568 29567 29436
Face 58741 28126 28125 27992
Face 58742 27993 28126 27992
Face 58743 17139 20797 324
Face 58744 26909 26985 25547
Face 58745 24194 23553 25520
Face 58746 27510 19191 18820
Face 58747 25013 18782 22983
Face 58748 30895 30894 30788
Face 58749 539 20797 17139
Face 58750 541 539 17139
Face 58751 28263 28262 28125
Face 58752 28126 28263 28125
Face 58753 23673 9642 17713
Face 58754 26657 26656 26540
Face 58755 22709 24288 24287
Face 58756 25845 25846 24012
Face 58757 22764 23957 12002
Face 58758 26015 27130 24506
Face 58759 29202 29205 18973
Face 58760 26421 20523 20610
Face 58761 29581 24751 24752
Face 58762 28153 25953 27245
Face 58763 27115 27231 27230
Face 58764 27580 27707 27706
Face 58765 28525 28660 28524
Face 58766 29179 29309 29178
Face 58767 6715 16963 6287
Face 58768 29571 29570 29439
Face 58769 10987 26908 26815
Face 58770 29461 29470 18445
Face 58771 28382 28383 28517
Face 58772 28517 28518 28652
Face 58773 11693 34779 34716
Face 58774 30964 31063 30963
Face 58775 29748 29741 2678
Face 58776 23191 23246 19681
Face 58777 25651 27605 27604
Face 58778 27959 19197 18544
Face 58779 27494 27622 28944
Face 58780 18655 27494 28944
Face 58781 29045 29176 29044
Face 58782 29437 29436 29305
Face 58783 28397 28396 28262
Face 58784 28263 28397 28262
Face 58785 18983 539 541
Face 58786 3173 26985 26909
Face 58787 25760 25867 25866
Face 58788 22983 18782 29788
Face 58789 31538 16785 25671
Face 58790 31430 31538 25671
Face 58791 25883 25774 16873
Face 58792 30774 30880 30773
Face 58793 26585 11733 26700
Face 58794 30692 30791 30691
Face 58795 32058 32162 32057
Face 58796 29910 29909 29855
Face 58797 29856 29910 29855
Face 58798 32190 32294 32189
Face 58799 33228 33227 33092
Face 58800 29017 28764 27330
Face 58801 31605 31606 31719
Face 58802 25552 26762 28764
Face 58803 29017 25552 28764
Face 58804 27248 27132 26762
Face 58805 25552 27248 26762
Face 58806 26332 10860 27132
Face 58807 27248 26332 27132
Face 58808 28005 16674 10860
Face 58809 26332 28005 10860
Face 58810 28553 29201 16674
Face 58811 28005 28553 16674
Face 58812 28284 17463 29201
Face 58813 28553 28284 29201
Face 58814 24667 22891 24668
Face 58815 28284 18551 17463
Face 58816 27137 27129 23958
Face 58817 24469 25524 25457
Face 58818 18008 18742 18980
Face 58819 3173 11001 324
Face 58820 15642 16404 14680
Face 58821 25759 25760 25866
Face 58822 17984 17983 20287
Face 58823 34000 33873 33874
Face 58824 23651 23652 23756
Face 58825 21762 26785 26648
Face 58826 20205 20287 17983
Face 58827 20204 20205 17983
Face 58828 25617 25718 25717
Face 58829 25616 25617 25717
Face 58830 25829 25828 25717
Face 58831 25718 25829 25717
Face 58832 25829 25938 25937
Face 58833 25828 25829 25937
Face 58834 25938 26050 26049
Face 58835 25937 25938 26049
Face 58836 26163 26162 26049
Face 58837 26050 26163 26049
Face 58838 26281 26280 26162
Face 58839 26163 26281 26162
Face 58840 26399 26398 26280
Face 58841 26281 26399 26280
Face 58842 26517 26516 26398
Face 58843 26399 26517 26398
Face 58844 26632 26631 26516
Face 58845 26517 26632 26516
Face 58846 26632 26747 26746
Face 58847 26631 26632 26746
Face 58848 26747 26861 26860
Face 58849 26746 26747 26860
Face 58850 26861 26976 26975
Face 58851 26860 26861 26975
Face 58852 27090 27089 26975
Face 58853 26976 27090 26975
Face 58854 27206 27205 27089
Face 58855 27090 27206 27089
Face 58856 27318 27317 27205
Face 58857 27206 27318 27205
Face 58858 27435 27434 27317
Face 58859 27318 27435 27317
Face 58860 27556 27555 27434
Face 58861 27435 27556 27434
Face 58862 27682 27681 27555
Face 58863 27556 27682 27555
Face 58864 27682 27813 27812
Face 58865 27681 27682 27812
Face 58866 27813 27944 27943
Face 58867 27812 27813 27943
Face 58868 27944 28076 28075
Face 58869 27943 27944 28075
Face 58870 28076 28213 28212
Face 58871 28075 28076 28212
Face 58872 28213 28348 28347
Face 58873 28212 28213 28347
Face 58874 28348 28482 28481
Face 58875 28347 28348 28481
Face 58876 28482 28619 28618
Face 58877 28481 28482 28618
Face 58878 28747 28746 28618
Face 58879 28619 28747 28618
Face 58880 28747 28874 28873
Face 58881 28746 28747 28873
Face 58882 28874 28999 28998
Face 58883 28873 28874 28998
Face 58884 29130 29129 28998
Face 58885 28999 29130 28998
Face 58886 29260 29259 29129
Face 58887 29130 29260 29129
Face 58888 29391 29390 29259
Face 58889 29260 29391 29259
Face 58890 29522 29521 29390
Face 58891 29391 29522 29390
Face 58892 29654 29653 29521
Face 58893 29522 29654 29521
Face 58894 29653 24761 24471
Face 58895 21413 29611 29480
Face 58896 28031 23123 11304
Face 58897 23578 28428 23416
Face 58898 26453 26471 27827
Face 58899 18863 25651 25642
Face 58900 28792 28918 28791
Face 58901 23865 27261 24394
Face 58902 29310 29309 29179
Face 58903 29045 29044 28917
Face 58904 29709 7123 29708
Face 58905 28532 28531 28396
Face 58906 34439 34396 27330
Face 58907 7123 18742 18008
Face 58908 8312 1770 1887
Face 58909 21396 21397 21490
Face 58910 22839 23976 22790
Face 58911 20797 323 324
Face 58912 29577 29709 29576
Face 58913 28667 28796 28666
Face 58914 28796 28795 28666
Face 58915 26896 26895 26781
Face 58916 26782 26896 26781
Face 58917 28497 28495 23495
Face 58918 28437 18998 15576
Face 58919 24776 12837 23721
Face 58920 22839 9642 23673
Face 58921 29205 20981 18973
Face 58922 19602 19520 19521
Face 58923 29692 16956 29691
Face 58924 28373 28508 28507
Face 58925 27967 27968 28100
Face 58926 28101 28238 28237
Face 58927 18353 25955 6287
Face 58928 24786 24918 24785
Face 58929 29690 7128 6655
Face 58930 29689 29690 6655
Face 58931 29558 29690 29689
Face 58932 29557 29558 29689
Face 58933 28518 28653 28652
Face 58934 28653 28782 28781
Face 58935 27515 29274 29273
Face 58936 22760 25568 21603
Face 58937 25951 25980 25483
Face 58938 11733 11816 26700
Face 58939 26239 26240 27572
Face 58940 25642 25651 27604
Face 58941 19280 24602 19281
Face 58942 20390 26178 26187
Face 58943 28528 28663 28527
Face 58944 29306 29305 29175
Face 58945 28397 28532 28396
Face 58946 28667 28666 28531
Face 58947 29446 29577 29445
Face 58948 18980 18983 541
Face 58949 27891 27770 16868
Face 58950 29781 27891 16868
Face 58951 9875 29750 16030
Face 58952 25578 31122 31223
Face 58953 34132 34131 34005
Face 58954 33878 33877 33751
Face 58955 32266 32265 32161
Face 58956 30791 30790 30691
Face 58957 30692 30691 30597
Face 58958 30598 30692 30597
Face 58959 33093 33228 33092
Face 58960 33364 33363 33227
Face 58961 32044 32043 31938
Face 58962 34746 34332 34374
Face 58963 29278 29017 27448
Face 58964 6614 29278 27448
Face 58965 26077 25552 29017
Face 58966 29278 26077 29017
Face 58967 27358 27248 25552
Face 58968 26077 27358 25552
Face 58969 28821 26332 27248
Face 58970 27358 28821 27248
Face 58971 29196 28005 26332
Face 58972 28821 29196 26332
Face 58973 28416 28553 28005
Face 58974 29196 28416 28005
Face 58975 28817 28284 28553
Face 58976 28416 28817 28553
Face 58977 6161 18551 28284
Face 58978 28817 6161 28284
Face 58979 33086 33221 33085
Face 58980 20490 20576 23077
Face 58981 18742 18983 18980
Face 58982 26358 11665 26357
Face 58983 20888 18971 27770
Face 58984 27891 20888 27770
Face 58985 29782 29737 18971
Face 58986 11545 12107 12476
Face 58987 25325 22987 23093
Face 58988 20537 20697 24818
Face 58989 25981 23775 25872
Face 58990 19770 13631 22677
Face 58991 25618 25719 25718
Face 58992 25617 25618 25718
Face 58993 25830 25829 25718
Face 58994 25719 25830 25718
Face 58995 25939 25938 25829
Face 58996 25830 25939 25829
Face 58997 25939 26051 26050
Face 58998 25938 25939 26050
Face 58999 26164 26163 26050
Face 59000 26051 26164 26050
Face 59001 26282 26281 26163
Face 59002 26164 26282 26163
Face 59003 26400 26399 26281
Face 59004 26282 26400 26281
Face 59005 26518 26517 26399
Face 59006 26400 26518 26399
Face 59007 26633 26632 26517
Face 59008 26518 26633 26517
Face 59009 26748 26747 26632
Face 59010 26633 26748 26632
Face 59011 26862 26861 26747
Face 59012 26748 26862 26747
Face 59013 26977 26976 26861
Face 59014 26862 26977 26861
Face 59015 27091 27090 26976
Face 59016 26977 27091 26976
Face 59017 27207 27206 27090
Face 59018 27091 27207 27090
Face 59019 27319 27318 27206
Face 59020 27207 27319 27206
Face 59021 27436 27435 27318
Face 59022 27319 27436 27318
Face 59023 27557 27556 27435
Face 59024 27436 27557 27435
Face 59025 27683 27682 27556
Face 59026 27557 27683 27556
Face 59027 27683 27814 27813
Face 59028 27682 27683 27813
Face 59029 27814 27945 27944
Face 59030 27813 27814 27944
Face 59031 27945 28077 28076
Face 59032 27944 27945 28076
Face 59033 28214 28213 28076
Face 59034 28077 28214 28076
Face 59035 28214 28349 28348
Face 59036 28213 28214 28348
Face 59037 28349 28483 28482
Face 59038 28348 28349 28482
Face 59039 28620 28619 28482
Face 59040 28483 28620 28482
Face 59041 28748 28747 28619
Face 59042 28620 28748 28619
Face 59043 28748 28875 28874
Face 59044 28747 28748 28874
Face 59045 28875 29000 28999
Face 59046 28874 28875 28999
Face 59047 29131 29130 28999
Face 59048 29000 29131 28999
Face 59049 29261 29260 29130
Face 59050 29131 29261 29130
Face 59051 29392 29391 29260
Face 59052 29261 29392 29260
Face 59053 29392 29523 29522
Face 59054 29391 29392 29522
Face 59055 29655 29654 29522
Face 59056 29523 29655 29522
Face 59057 20957 21413 21141
Face 59058 29655 29786 29654
Face 59059 22460 22365 29803
Face 59060 16519 22048 6587
Face 59061 25781 33015 25673
Face 59062 28399 28398 28264
Face 59063 28663 28792 28662
Face 59064 28918 29045 28917
Face 59065 28922 29049 28921
Face 59066 29180 29310 29179
Face 59067 29446 29445 29314
Face 59068 6605 7123 18008
Face 59069 20888 29782 18971
Face 59070 29648 4621 29737
Face 59071 29782 29648 29737
Face 59072 27746 27615 4621
Face 59073 7123 6605 29708
Face 59074 29315 29314 29184
Face 59075 28922 28921 28795
Face 59076 28796 28922 28795
Face 59077 22885 24997 22790
Face 59078 28792 28791 28662
Face 59079 31122 25578 11691
Face 59080 22821 22868 22867
Face 59081 29582 23120 23121
Face 59082 23121 23065 23066
Face 59083 27491 29205 29202
Face 59084 25671 16873 25774
Face 59085 18357 28023 25645
Face 59086 29425 29426 29556
Face 59087 29218 20985 21070
Face 59088 29212 29218 21070
Face 59089 18758 16184 18757
Face 59090 27114 27115 27230
Face 59091 29295 29296 29426
Face 59092 29427 29558 29557
Face 59093 7025 7132 7021
Face 59094 6909 7025 7021
Face 59095 6581 25454 25453
Face 59096 7025 6581 6580
Face 59097 27595 27594 27474
Face 59098 6580 6581 25453
Face 59099 25476 25480 26239
Face 59100 21023 23077 20576
Face 59101 28947 17054 20794
Face 59102 26240 27611 27572
Face 59103 29065 26565 29725
Face 59104 11649 26685 26796
Face 59105 28393 28528 28392
Face 59106 28663 28662 28527
Face 59107 29049 29048 28921
Face 59108 29572 29571 29440
Face 59109 29185 29184 29053
Face 59110 29709 29708 29576
Face 59111 29648 27746 4621
Face 59112 29326 27159 27615
Face 59113 16873 25671 16785
Face 59114 31922 31921 31814
Face 59115 31326 25578 31223
Face 59116 33236 33372 33235
Face 59117 33236 33235 33100
Face 59118 33497 33496 33363
Face 59119 33497 33624 33496
Face 59120 33364 33497 33363
Face 59121 33624 33623 33496
Face 59122 25670 31326 25671
Face 59123 18264 34721 25683
Face 59124 34522 34465 34675
Face 59125 11387 11469 7351
Face 59126 29409 29278 6614
Face 59127 29591 29409 6614
Face 59128 29619 26077 29278
Face 59129 29409 29619 29278
Face 59130 27328 27358 26077
Face 59131 29619 27328 26077
Face 59132 18844 28821 27358
Face 59133 27328 18844 27358
Face 59134 21453 29196 28821
Face 59135 18844 21453 28821
Face 59136 27221 28416 29196
Face 59137 21453 27221 29196
Face 59138 28413 28817 28416
Face 59139 27221 28413 28416
Face 59140 10734 6161 28817
Face 59141 28413 10734 28817
Face 59142 23596 23597 24818
Face 59143 22787 23506 25849
Face 59144 23022 23078 23077
Face 59145 28372 28507 28506
Face 59146 28927 29054 28926
Face 59147 29577 29576 29445
Face 59148 27746 29326 27615
Face 59149 27160 28546 27159
Face 59150 25618 23093 25526
Face 59151 29326 27160 27159
Face 59152 25526 25619 25618
Face 59153 20242 20325 20241
Face 59154 25619 25720 25719
Face 59155 25618 25619 25719
Face 59156 25720 25831 25830
Face 59157 25719 25720 25830
Face 59158 25940 25939 25830
Face 59159 25831 25940 25830
Face 59160 25940 26052 26051
Face 59161 25939 25940 26051
Face 59162 26165 26164 26051
Face 59163 26052 26165 26051
Face 59164 26283 26282 26164
Face 59165 26165 26283 26164
Face 59166 26401 26400 26282
Face 59167 26283 26401 26282
Face 59168 26519 26518 26400
Face 59169 26401 26519 26400
Face 59170 26634 26633 26518
Face 59171 26519 26634 26518
Face 59172 26749 26748 26633
Face 59173 26634 26749 26633
Face 59174 26863 26862 26748
Face 59175 26749 26863 26748
Face 59176 26978 26977 26862
Face 59177 26863 26978 26862
Face 59178 27092 27091 26977
Face 59179 26978 27092 26977
Face 59180 27208 27207 27091
Face 59181 27092 27208 27091
Face 59182 27320 27319 27207
Face 59183 27208 27320 27207
Face 59184 27437 27436 27319
Face 59185 27320 27437 27319
Face 59186 27558 27557 27436
Face 59187 27437 27558 27436
Face 59188 27684 27683 27557
Face 59189 27558 27684 27557
Face 59190 27815 27814 27683
Face 59191 27684 27815 27683
Face 59192 27946 27945 27814
Face 59193 27815 27946 27814
Face 59194 28078 28077 27945
Face 59195 27946 28078 27945
Face 59196 28078 28215 28214
Face 59197 28077 28078 28214
Face 59198 28215 28350 28349
Face 59199 28214 28215 28349
Face 59200 28484 28483 28349
Face 59201 28350 28484 28349
Face 59202 28621 28620 28483
Face 59203 28484 28621 28483
Face 59204 28749 28748 28620
Face 59205 28621 28749 28620
Face 59206 28876 28875 28748
Face 59207 28749 28876 28748
Face 59208 28876 29001 29000
Face 59209 28875 28876 29000
Face 59210 29132 29131 29000
Face 59211 29001 29132 29000
Face 59212 29262 29261 29131
Face 59213 29132 29262 29131
Face 59214 29262 29393 29392
Face 59215 29261 29262 29392
Face 59216 29393 29524 29523
Face 59217 29392 29393 29523
Face 59218 29524 29656 29655
Face 59219 29523 29524 29655
Face 59220 29656 29787 29786
Face 59221 29655 29656 29786
Face 59222 12148 27152 27153
Face 59223 29787 18782 29786
Face 59224 24399 24415 24394
Face 59225 21361 24997 21360
Face 59226 28259 28393 28258
Face 59227 28918 28917 28791
Face 59228 29180 29179 29048
Face 59229 29049 29180 29048
Face 59230 28801 28927 28800
Face 59231 29315 29446 29314
Face 59232 27278 27250 28546
Face 59233 27160 27278 28546
Face 59234 27275 27163 27250
Face 59235 27278 27275 27250
Face 59236 29185 29315 29184
Face 59237 28672 28801 28671
Face 59238 29441 29440 29309
Face 59239 29310 29441 29309
Face 59240 29189 2420 29188
Face 59241 28393 28392 28258
Face 59242 22413 22147 19266
Face 59243 23900 24536 24672
Face 59244 23573 21950 23656
Face 59245 27954 27822 21211
Face 59246 27490 27491 29202
Face 59247 20575 20573 20661
Face 59248 28390 28389 28255
Face 59249 28256 28390 28255
Face 59250 27500 29218 29212
Face 59251 27499 27500 29212
Face 59252 27707 27836 27835
Face 59253 27741 2168 5257
Face 59254 29296 29427 29426
Face 59255 24512 24647 24511
Face 59256 7132 7025 6580
Face 59257 26217 27515 27514
Face 59258 27722 27851 27721
Face 59259 16187 21752 19590
Face 59260 25857 25480 25476
Face 59261 27475 27595 27474
Face 59262 24168 24167 2939
Face 59263 25685 25857 25476
Face 59264 25774 22991 25773
Face 59265 17054 29466 20794
Face 59266 28261 28395 28260
Face 59267 20576 10734 20755
Face 59268 28259 28258 28121
Face 59269 27728 27727 27600
Face 59270 18715 19149 18665
Face 59271 29441 29572 29440
Face 59272 28672 28671 28536
Face 59273 29054 29185 29053
Face 59274 27275 17459 17103
Face 59275 27163 27275 17103
Face 59276 32669 32795 16806
Face 59277 16806 25901 32669
Face 59278 31588 31587 31478
Face 59279 30574 30573 30488
Face 59280 34001 34127 34000
Face 59281 33117 33252 33116
Face 59282 29908 29966 29907
Face 59283 30027 30026 29965
Face 59284 11856 13757 11939
Face 59285 29965 29964 29906
Face 59286 28564 18264 25792
Face 59287 26013 28564 25792
Face 59288 25472 29591 18264
Face 59289 28564 25472 18264
Face 59290 29600 29409 29591
Face 59291 25472 29600 29591
Face 59292 27106 29619 29409
Face 59293 29600 27106 29409
Face 59294 26675 27328 29619
Face 59295 27106 26675 29619
Face 59296 29747 18844 27328
Face 59297 26675 29747 27328
Face 59298 26644 21453 18844
Face 59299 29747 26644 18844
Face 59300 27868 27221 21453
Face 59301 26644 27868 21453
Face 59302 29200 28413 27221
Face 59303 27868 29200 27221
Face 59304 29200 16705 10734
Face 59305 28413 29200 10734
Face 59306 29011 22066 29142
Face 59307 21753 28133 21658
Face 59308 25278 24502 24997
Face 59309 4592 26702 29464
Face 59310 7022 6908 18661
Face 59311 27014 27131 25964
Face 59312 17459 29336 29468
Face 59313 17103 17459 29468
Face 59314 25882 25778 25886
Face 59315 25461 25527 25526
Face 59316 29804 29803 22461
Face 59317 25527 25620 25619
Face 59318 25526 25527 25619
Face 59319 25620 25721 25720
Face 59320 25619 25620 25720
Face 59321 25721 25832 25831
Face 59322 25720 25721 25831
Face 59323 25941 25940 25831
Face 59324 25832 25941 25831
Face 59325 25941 26053 26052
Face 59326 25940 25941 26052
Face 59327 26166 26165 26052
Face 59328 26053 26166 26052
Face 59329 26284 26283 26165
Face 59330 26166 26284 26165
Face 59331 26402 26401 26283
Face 59332 26284 26402 26283
Face 59333 26520 26519 26401
Face 59334 26402 26520 26401
Face 59335 26635 26634 26519
Face 59336 26520 26635 26519
Face 59337 26750 26749 26634
Face 59338 26635 26750 26634
Face 59339 26864 26863 26749
Face 59340 26750 26864 26749
Face 59341 26979 26978 26863
Face 59342 26864 26979 26863
Face 59343 27093 27092 26978
Face 59344 26979 27093 26978
Face 59345 27209 27208 27092
Face 59346 27093 27209 27092
Face 59347 27321 27320 27208
Face 59348 27209 27321 27208
Face 59349 27438 27437 27320
Face 59350 27321 27438 27320
Face 59351 27559 27558 27437
Face 59352 27438 27559 27437
Face 59353 27685 27684 27558
Face 59354 27559 27685 27558
Face 59355 27816 27815 27684
Face 59356 27685 27816 27684
Face 59357 27947 27946 27815
Face 59358 27816 27947 27815
Face 59359 28079 28078 27946
Face 59360 27947 28079 27946
Face 59361 28216 28215 28078
Face 59362 28079 28216 28078
Face 59363 28351 28350 28215
Face 59364 28216 28351 28215
Face 59365 28351 28485 28484
Face 59366 28350 28351 28484
Face 59367 28485 28622 28621
Face 59368 28484 28485 28621
Face 59369 28750 28749 28621
Face 59370 28622 28750 28621
Face 59371 28877 28876 28749
Face 59372 28750 28877 28749
Face 59373 28877 29002 29001
Face 59374 28876 28877 29001
Face 59375 29133 29132 29001
Face 59376 29002 29133 29001
Face 59377 29263 29262 29132
Face 59378 29133 29263 29132
Face 59379 29263 29394 29393
Face 59380 29262 29263 29393
Face 59381 29394 29525 29524
Face 59382 29393 29394 29524
Face 59383 29525 29657 29656
Face 59384 29524 29525 29656
Face 59385 29657 29788 29787
Face 59386 29656 29657 29787
Face 59387 22916 24094 24218
Face 59388 29787 29788 18782
Face 59389 28794 28793 28664
Face 59390 19086 19212 22375
Face 59391 27989 28122 27988
Face 59392 28528 28527 28392
Face 59393 6900 18828 18715
Face 59394 29704 29703 29571
Face 59395 18028 29592 29541
Face 59396 29054 29053 28926
Face 59397 29336 28012 27039
Face 59398 29468 29336 27039
Face 59399 28012 16660 2419
Face 59400 27039 28012 2419
Face 59401 16660 18969 25959
Face 59402 28927 28926 28800
Face 59403 28537 28672 28536
Face 59404 18828 6900 29703
Face 59405 29572 29704 29571
Face 59406 6738 11167 10999
Face 59407 28122 28259 28121
Face 59408 27368 28936 23267
Face 59409 21416 23878 22954
Face 59410 30873 30974 30872
Face 59411 33240 33239 33104
Face 59412 24672 29487 24673
Face 59413 25844 23844 20013
Face 59414 6589 20703 20613
Face 59415 29416 29547 29415
Face 59416 26207 26206 25430
Face 59417 25434 26207 25430
Face 59418 27836 27968 27967
Face 59419 14773 8639 27049
Face 59420 6813 6579 6160
Face 59421 25963 25966 28146
Face 59422 25459 25460 26211
Face 59423 26211 26217 27514
Face 59424 27722 27721 27594
Face 59425 27595 27722 27594
Face 59426 6806 6805 6714
Face 59427 25480 26240 26239
Face 59428 28530 28665 28529
Face 59429 28124 28123 27990
Face 59430 29670 6404 29671
Face 59431 28265 28399 28264
Face 59432 27692 27693 29352
Face 59433 29404 10349 18542
Face 59434 2291 18759 18665
Face 59435 18759 7135 16184
Face 59436 25989 28687 429
Face 59437 18759 18758 18665
Face 59438 2419 16660 25959
Face 59439 21173 21172 18661
Face 59440 18969 18446 20617
Face 59441 25959 18969 20617
Face 59442 19330 19406 19329
Face 59443 16896 19332 16807
Face 59444 33106 33105 32971
Face 59445 34004 34003 33877
Face 59446 29966 30027 29965
Face 59447 30027 30089 30088
Face 59448 29908 29907 29853
Face 59449 29854 29908 29853
Face 59450 11951 8017 11867
Face 59451 32188 32292 32187
Face 59452 16675 28564 26013
Face 59453 26416 16675 26013
Face 59454 26646 25472 28564
Face 59455 16675 26646 28564
Face 59456 28286 29600 25472
Face 59457 26646 28286 25472
Face 59458 25486 27106 29600
Face 59459 28286 25486 29600
Face 59460 19161 26675 27106
Face 59461 25486 19161 27106
Face 59462 29071 29747 26675
Face 59463 19161 29071 26675
Face 59464 26215 26644 29747
Face 59465 29071 26215 29747
Face 59466 2808 27868 26644
Face 59467 26215 2808 26644
Face 59468 29330 29200 27868
Face 59469 2808 29330 27868
Face 59470 24426 25468 24447
Face 59471 29200 29330 16705
Face 59472 31067 31066 30967
Face 59473 26543 23321 19936
Face 59474 18828 19149 18715
Face 59475 23371 23370 24540
Face 59476 2817 28561 16673
Face 59477 28402 28537 28401
Face 59478 20789 20788 27732
Face 59479 20617 18446 6587
Face 59480 23168 23224 23223
Face 59481 15576 26702 3846
Face 59482 25462 25528 25527
Face 59483 25461 25462 25527
Face 59484 25528 25621 25620
Face 59485 25527 25528 25620
Face 59486 25621 25722 25721
Face 59487 25620 25621 25721
Face 59488 25722 25833 25832
Face 59489 25721 25722 25832
Face 59490 25942 25941 25832
Face 59491 25833 25942 25832
Face 59492 26054 26053 25941
Face 59493 25942 26054 25941
Face 59494 26167 26166 26053
Face 59495 26054 26167 26053
Face 59496 26285 26284 26166
Face 59497 26167 26285 26166
Face 59498 26403 26402 26284
Face 59499 26285 26403 26284
Face 59500 26521 26520 26402
Face 59501 26403 26521 26402
Face 59502 26636 26635 26520
Face 59503 26521 26636 26520
Face 59504 26751 26750 26635
Face 59505 26636 26751 26635
Face 59506 26865 26864 26750
Face 59507 26751 26865 26750
Face 59508 26980 26979 26864
Face 59509 26865 26980 26864
Face 59510 27094 27093 26979
Face 59511 26980 27094 26979
Face 59512 27210 27209 27093
Face 59513 27094 27210 27093
Face 59514 27322 27321 27209
Face 59515 27210 27322 27209
Face 59516 27439 27438 27321
Face 59517 27322 27439 27321
Face 59518 27560 27559 27438
Face 59519 27439 27560 27438
Face 59520 27686 27685 27559
Face 59521 27560 27686 27559
Face 59522 27817 27816 27685
Face 59523 27686 27817 27685
Face 59524 27948 27947 27816
Face 59525 27817 27948 27816
Face 59526 28080 28079 27947
Face 59527 27948 28080 27947
Face 59528 28080 28217 28216
Face 59529 28079 28080 28216
Face 59530 28217 28352 28351
Face 59531 28216 28217 28351
Face 59532 28352 28486 28485
Face 59533 28351 28352 28485
Face 59534 28486 28623 28622
Face 59535 28485 28486 28622
Face 59536 28623 28751 28750
Face 59537 28622 28623 28750
Face 59538 28751 28878 28877
Face 59539 28750 28751 28877
Face 59540 28878 29003 29002
Face 59541 28877 28878 29002
Face 59542 29003 29134 29133
Face 59543 29002 29003 29133
Face 59544 29134 29264 29263
Face 59545 29133 29134 29263
Face 59546 29264 29395 29394
Face 59547 29263 29264 29394
Face 59548 29395 29526 29525
Face 59549 29394 29395 29525
Face 59550 29526 29658 29657
Face 59551 29525 29526 29657
Face 59552 29658 29789 29788
Face 59553 29657 29658 29788
Face 59554 23370 23369 23101
Face 59555 16725 16724 31888
Face 59556 27857 27989 27856
Face 59557 29199 27381 25653
Face 59558 7846 10992 18510
Face 59559 28122 28121 27988
Face 59560 25989 28813 28567
Face 59561 19149 2291 18665
Face 59562 26243 11507 11508
Face 59563 2817 16673 18349
Face 59564 27732 20699 20789
Face 59565 20755 16705 21112
Face 59566 11671 25517 25451
Face 59567 29565 29697 29564
Face 59568 29697 29696 29564
Face 59569 18510 21276 26423
Face 59570 28801 28800 28671
Face 59571 11496 11575 25004
Face 59572 29704 18828 29703
Face 59573 18234 18421 34484
Face 59574 11654 11733 26585
Face 59575 28936 2682 24502
Face 59576 34053 17555 33284
Face 59577 33930 19376 12349
Face 59578 21660 14428 23548
Face 59579 33105 33240 33104
Face 59580 20003 26412 25324
Face 59581 27699 27693 26355
Face 59582 19462 19461 25982
Face 59583 27500 27499 26206
Face 59584 16669 27359 27158
Face 59585 30489 30488 30417
Face 59586 26207 27500 26206
Face 59587 27693 27699 29404
Face 59588 20520 20608 27475
Face 59589 25454 25460 25459
Face 59590 26657 26772 26771
Face 59591 20402 29330 28948
Face 59592 27851 27850 27721
Face 59593 16864 25857 25685
Face 59594 6714 16864 25685
Face 59595 26815 28283 28282
Face 59596 6615 23486 28947
Face 59597 28400 28399 28265
Face 59598 27600 27599 32657
Face 59599 26355 27693 26354
Face 59600 27693 29404 29352
Face 59601 21167 21168 18929
Face 59602 29331 18861 18862
Face 59603 16663 34525 34414
Face 59604 19033 18929 19516
Face 59605 20540 16663 20982
Face 59606 28299 27825 27217
Face 59607 16738 32927 26012
Face 59608 31874 31873 31761
Face 59609 32927 16738 16807
Face 59610 30575 30669 30574
Face 59611 31171 31272 31170
Face 59612 30280 30279 30214
Face 59613 30026 30027 30088
Face 59614 32860 32861 32992
Face 59615 24033 19712 19627
Face 59616 19837 20830 3331
Face 59617 26416 28155 25583
Face 59618 29075 16675 26416
Face 59619 25583 29075 26416
Face 59620 26761 26646 16675
Face 59621 29075 26761 16675
Face 59622 25477 28286 26646
Face 59623 26761 25477 26646
Face 59624 25747 25486 28286
Face 59625 25477 25747 28286
Face 59626 26560 19161 25486
Face 59627 25747 26560 25486
Face 59628 26333 29071 19161
Face 59629 26560 26333 19161
Face 59630 43 26215 29071
Face 59631 26333 43 29071
Face 59632 28948 2808 26215
Face 59633 43 28948 26215
Face 59634 31723 31724 31835
Face 59635 2808 28948 29330
Face 59636 27579 27580 27706
Face 59637 21841 21840 27696
Face 59638 25963 28146 28145
Face 59639 10715 25644 27639
Face 59640 29322 29453 29321
Face 59641 18758 18759 16184
Face 59642 20540 20982 27956
Face 59643 26566 429 26299
Face 59644 21543 18981 18773
Face 59645 2547 24067 21077
Face 59646 11009 18543 427
Face 59647 25463 25529 25528
Face 59648 2429 17355 23002
Face 59649 25529 25622 25621
Face 59650 25528 25529 25621
Face 59651 25622 25723 25722
Face 59652 25621 25622 25722
Face 59653 25723 25834 25833
Face 59654 25722 25723 25833
Face 59655 25943 25942 25833
Face 59656 25834 25943 25833
Face 59657 26055 26054 25942
Face 59658 25943 26055 25942
Face 59659 26168 26167 26054
Face 59660 26055 26168 26054
Face 59661 26286 26285 26167
Face 59662 26168 26286 26167
Face 59663 26404 26403 26285
Face 59664 26286 26404 26285
Face 59665 26522 26521 26403
Face 59666 26404 26522 26403
Face 59667 26637 26636 26521
Face 59668 26522 26637 26521
Face 59669 26752 26751 26636
Face 59670 26637 26752 26636
Face 59671 26866 26865 26751
Face 59672 26752 26866 26751
Face 59673 26981 26980 26865
Face 59674 26866 26981 26865
Face 59675 27095 27094 26980
Face 59676 26981 27095 26980
Face 59677 27211 27210 27094
Face 59678 27095 27211 27094
Face 59679 27323 27322 27210
Face 59680 27211 27323 27210
Face 59681 27440 27439 27322
Face 59682 27323 27440 27322
Face 59683 27561 27560 27439
Face 59684 27440 27561 27439
Face 59685 27687 27686 27560
Face 59686 27561 27687 27560
Face 59687 27818 27817 27686
Face 59688 27687 27818 27686
Face 59689 27949 27948 27817
Face 59690 27818 27949 27817
Face 59691 28081 28080 27948
Face 59692 27949 28081 27948
Face 59693 28218 28217 28080
Face 59694 28081 28218 28080
Face 59695 28353 28352 28217
Face 59696 28218 28353 28217
Face 59697 28487 28486 28352
Face 59698 28353 28487 28352
Face 59699 28487 28624 28623
Face 59700 28486 28487 28623
Face 59701 28624 28752 28751
Face 59702 28623 28624 28751
Face 59703 28752 28879 28878
Face 59704 28751 28752 28878
Face 59705 28879 29004 29003
Face 59706 28878 28879 29003
Face 59707 29004 29135 29134
Face 59708 29003 29004 29134
Face 59709 29265 29264 29134
Face 59710 29135 29265 29134
Face 59711 29265 29396 29395
Face 59712 29264 29265 29395
Face 59713 29396 29527 29526
Face 59714 29395 29396 29526
Face 59715 29527 29659 29658
Face 59716 29526 29527 29658
Face 59717 29659 29790 29789
Face 59718 29658 29659 29789
Face 59719 20161 20243 20242
Face 59720 18421 18234 19933
Face 59721 27989 27988 27856
Face 59722 19187 21266 17284
Face 59723 7135 10992 7846
Face 59724 21276 26541 26423
Face 59725 29192 29322 29191
Face 59726 19088 18541 29718
Face 59727 18954 21543 18773
Face 59728 18773 18981 12090
Face 59729 18981 4475 12090
Face 59730 31474 31583 31473
Face 59731 29061 29192 29060
Face 59732 29322 29321 29191
Face 59733 24451 27369 27368
Face 59734 26541 25541 25540
Face 59735 23954 24014 23953
Face 59736 25842 23371 23610
Face 59737 23701 29652 24471
Face 59738 22473 22566 22472
Face 59739 24502 21359 21360
Face 59740 28936 24502 23267
Face 59741 2682 16662 19103
Face 59742 21359 2682 19103
Face 59743 16662 25880 25776
Face 59744 19103 16662 25776
Face 59745 20014 26657 26540
Face 59746 20519 27475 20518
Face 59747 20985 16669 16715
Face 59748 16715 16669 27158
Face 59749 27049 25562 25559
Face 59750 19193 29799 26010
Face 59751 29166 29296 29295
Face 59752 29426 29427 29557
Face 59753 25453 25454 25459
Face 59754 25460 26217 26211
Face 59755 26648 26785 20717
Face 59756 26934 26926 2626
Face 59757 27611 29320 29318
Face 59758 27572 27611 29318
Face 59759 18028 29541 25569
Face 59760 25771 25878 25877
Face 59761 27857 27856 27727
Face 59762 27728 27857 27727
Face 59763 26423 26541 25540
Face 59764 26355 26354 25540
Face 59765 23707 24865 23706
Face 59766 29697 7125 29696
Face 59767 31583 31582 31473
Face 59768 28659 28788 28658
Face 59769 16806 19328 16895
Face 59770 16807 19331 19330
Face 59771 32840 32839 32706
Face 59772 32365 32477 32364
Face 59773 30089 30151 30150
Face 59774 30088 30089 30150
Face 59775 30151 30215 30214
Face 59776 30150 30151 30214
Face 59777 31218 31217 31117
Face 59778 30509 30594 30593
Face 59779 25902 25583 28291
Face 59780 28560 25902 28291
Face 59781 18974 29075 25583
Face 59782 25902 18974 25583
Face 59783 27220 26761 29075
Face 59784 18974 27220 29075
Face 59785 26300 25477 26761
Face 59786 27220 26300 26761
Face 59787 25854 25747 25477
Face 59788 26300 25854 25477
Face 59789 29722 26560 25747
Face 59790 25854 29722 25747
Face 59791 27734 26333 26560
Face 59792 29722 27734 26560
Face 59793 28430 43 26333
Face 59794 27734 28430 26333
Face 59795 18731 28948 43
Face 59796 28430 18731 43
Face 59797 29879 25021 20691
Face 59798 29321 29453 21896
Face 59799 16961 6809 26901
Face 59800 27835 27836 27967
Face 59801 29352 29404 18542
Face 59802 25952 25963 28145
Face 59803 32840 32972 32839
Face 59804 25013 22983 24532
Face 59805 26886 26887 26999
Face 59806 16664 16715 27157
Face 59807 5600 15642 14680
Face 59808 24455 15734 2555
Face 59809 25464 25530 25529
Face 59810 25463 25464 25529
Face 59811 25530 25623 25622
Face 59812 25529 25530 25622
Face 59813 25623 25724 25723
Face 59814 25622 25623 25723
Face 59815 25724 25835 25834
Face 59816 25723 25724 25834
Face 59817 25944 25943 25834
Face 59818 25835 25944 25834
Face 59819 26056 26055 25943
Face 59820 25944 26056 25943
Face 59821 26056 26169 26168
Face 59822 26055 26056 26168
Face 59823 26287 26286 26168
Face 59824 26169 26287 26168
Face 59825 26405 26404 26286
Face 59826 26287 26405 26286
Face 59827 26523 26522 26404
Face 59828 26405 26523 26404
Face 59829 26638 26637 26522
Face 59830 26523 26638 26522
Face 59831 26753 26752 26637
Face 59832 26638 26753 26637
Face 59833 26867 26866 26752
Face 59834 26753 26867 26752
Face 59835 26982 26981 26866
Face 59836 26867 26982 26866
Face 59837 27096 27095 26981
Face 59838 26982 27096 26981
Face 59839 27212 27211 27095
Face 59840 27096 27212 27095
Face 59841 27324 27323 27211
Face 59842 27212 27324 27211
Face 59843 27441 27440 27323
Face 59844 27324 27441 27323
Face 59845 27562 27561 27440
Face 59846 27441 27562 27440
Face 59847 27688 27687 27561
Face 59848 27562 27688 27561
Face 59849 27819 27818 27687
Face 59850 27688 27819 27687
Face 59851 27950 27949 27818
Face 59852 27819 27950 27818
Face 59853 28082 28081 27949
Face 59854 27950 28082 27949
Face 59855 28219 28218 28081
Face 59856 28082 28219 28081
Face 59857 28354 28353 28218
Face 59858 28219 28354 28218
Face 59859 28488 28487 28353
Face 59860 28354 28488 28353
Face 59861 28625 28624 28487
Face 59862 28488 28625 28487
Face 59863 28753 28752 28624
Face 59864 28625 28753 28624
Face 59865 28880 28879 28752
Face 59866 28753 28880 28752
Face 59867 29005 29004 28879
Face 59868 28880 29005 28879
Face 59869 29136 29135 29004
Face 59870 29005 29136 29004
Face 59871 29136 29266 29265
Face 59872 29135 29136 29265
Face 59873 29266 29397 29396
Face 59874 29265 29266 29396
Face 59875 29397 29528 29527
Face 59876 29396 29397 29527
Face 59877 29528 29660 29659
Face 59878 29527 29528 29659
Face 59879 29660 29791 29790
Face 59880 29659 29660 29790
Face 59881 21981 22078 22077
Face 59882 28429 14789 5889
Face 59883 33302 3212 3211
Face 59884 29810 29809 29678
Face 59885 16184 7135 7846
Face 59886 10992 21276 18510
Face 59887 17197 16722 21950
Face 59888 25731 25172 24205
Face 59889 28788 28787 28658
Face 59890 29602 2817 18362
Face 59891 19617 19535 26079
Face 59892 18327 12982 18879
Face 59893 28670 28799 28669
Face 59894 536 20806 18937
Face 59895 24456 2426 2689
Face 59896 28158 27245 28405
Face 59897 27371 27369 24293
Face 59898 11605 34824 34710
Face 59899 28939 28936 27368
Face 59900 27369 28939 27368
Face 59901 2548 2682 28936
Face 59902 28939 2548 28936
Face 59903 18340 16662 2682
Face 59904 2548 18340 2682
Face 59905 34046 34047 32662
Face 59906 16662 18340 25880
Face 59907 18510 26423 26338
Face 59908 25495 25587 11139
Face 59909 25434 25430 25992
Face 59910 21070 20985 16715
Face 59911 26474 27863 27829
Face 59912 26010 26124 27742
Face 59913 29035 29166 29165
Face 59914 29165 29166 29295
Face 59915 27514 27515 29273
Face 59916 29274 12059 13485
Face 59917 17261 23092 22981
Face 59918 26785 29405 20717
Face 59919 29320 18863 18867
Face 59920 29318 29320 18867
Face 59921 28822 23569 23486
Face 59922 25764 25871 25763
Face 59923 23672 25869 23747
Face 59924 23747 25763 25871
Face 59925 25541 26355 25540
Face 59926 27693 27692 26354
Face 59927 18868 14850 27696
Face 59928 29192 29191 29060
Face 59929 27620 29333 29331
Face 59930 30479 30478 30407
Face 59931 19331 16807 19332
Face 59932 32927 16807 19330
Face 59933 30048 30047 29986
Face 59934 32257 32363 32256
Face 59935 30347 30346 30279
Face 59936 30215 30280 30214
Face 59937 32728 32861 32727
Face 59938 32993 33127 33126
Face 59939 10985 24366 27498
Face 59940 30508 30509 30593
Face 59941 27828 25902 28560
Face 59942 6602 27828 28560
Face 59943 10224 18974 25902
Face 59944 27828 10224 25902
Face 59945 27331 27220 18974
Face 59946 10224 27331 18974
Face 59947 28891 26300 27220
Face 59948 27331 28891 27220
Face 59949 25965 25854 26300
Face 59950 28891 25965 26300
Face 59951 26561 29722 25854
Face 59952 25965 26561 25854
Face 59953 26216 27734 29722
Face 59954 26561 26216 29722
Face 59955 28273 28430 27734
Face 59956 26216 28273 27734
Face 59957 28273 26759 18731
Face 59958 28430 28273 18731
Face 59959 19330 16806 32795
Face 59960 33504 33631 33503
Face 59961 27476 27452 26126
Face 59962 27460 27580 27579
Face 59963 10349 25963 25952
Face 59964 18542 10349 25952
Face 59965 19083 19082 18765
Face 59966 14664 26934 2626
Face 59967 29707 6597 5907
Face 59968 29444 29575 29443
Face 59969 25427 25465 25464
Face 59970 22365 22270 22366
Face 59971 25465 25531 25530
Face 59972 25464 25465 25530
Face 59973 25531 25624 25623
Face 59974 25530 25531 25623
Face 59975 25624 25725 25724
Face 59976 25623 25624 25724
Face 59977 25725 25836 25835
Face 59978 25724 25725 25835
Face 59979 25945 25944 25835
Face 59980 25836 25945 25835
Face 59981 26057 26056 25944
Face 59982 25945 26057 25944
Face 59983 26170 26169 26056
Face 59984 26057 26170 26056
Face 59985 26288 26287 26169
Face 59986 26170 26288 26169
Face 59987 26406 26405 26287
Face 59988 26288 26406 26287
Face 59989 26524 26523 26405
Face 59990 26406 26524 26405
Face 59991 26639 26638 26523
Face 59992 26524 26639 26523
Face 59993 26754 26753 26638
Face 59994 26639 26754 26638
Face 59995 26868 26867 26753
Face 59996 26754 26868 26753
Face 59997 26983 26982 26867
Face 59998 26868 26983 26867
Face 59999 27097 27096 26982
Face 60000 26983 27097 26982
Face 60001 27213 27212 27096
Face 60002 27097 27213 27096
Face 60003 27325 27324 27212
Face 60004 27213 27325 27212
Face 60005 27442 27441 27324
Face 60006 27325 27442 27324
Face 60007 27563 27562 27441
Face 60008 27442 27563 27441
Face 60009 27689 27688 27562
Face 60010 27563 27689 27562
Face 60011 27820 27819 27688
Face 60012 27689 27820 27688
Face 60013 27951 27950 27819
Face 60014 27820 27951 27819
Face 60015 28083 28082 27950
Face 60016 27951 28083 27950
Face 60017 28220 28219 28082
Face 60018 28083 28220 28082
Face 60019 28355 28354 28219
Face 60020 28220 28355 28219
Face 60021 28489 28488 28354
Face 60022 28355 28489 28354
Face 60023 28626 28625 28488
Face 60024 28489 28626 28488
Face 60025 28754 28753 28625
Face 60026 28626 28754 28625
Face 60027 28881 28880 28753
Face 60028 28754 28881 28753
Face 60029 29006 29005 28880
Face 60030 28881 29006 28880
Face 60031 29137 29136 29005
Face 60032 29006 29137 29005
Face 60033 29137 29267 29266
Face 60034 29136 29137 29266
Face 60035 29267 29398 29397
Face 60036 29266 29267 29397
Face 60037 29398 29529 29528
Face 60038 29397 29398 29528
Face 60039 29529 29661 29660
Face 60040 29528 29529 29660
Face 60041 29661 29792 29791
Face 60042 29660 29661 29791
Face 60043 22175 29411 22270
Face 60044 792 791 676
Face 60045 24231 20013 23844
Face 60046 27341 27460 27459
Face 60047 28146 28158 11008
Face 60048 28145 28146 11008
Face 60049 28930 28929 28803
Face 60050 25970 19536 25859
Face 60051 28374 28509 28508
Face 60052 29707 29706 29574
Face 60053 25958 26307 29799
Face 60054 21236 2807 24289
Face 60055 29713 29712 29580
Face 60056 25655 6715 6287
Face 60057 27355 16188 28429
Face 60058 28025 6640 16665
Face 60059 30580 30579 30494
Face 60060 23425 29612 23562
Face 60061 28951 28939 27369
Face 60062 27371 28951 27369
Face 60063 19201 2548 28939
Face 60064 28951 19201 28939
Face 60065 18258 18340 2548
Face 60066 19201 18258 2548
Face 60067 21634 21633 32662
Face 60068 32662 21633 34046
Face 60069 18975 23982 18872
Face 60070 13907 20486 13932
Face 60071 6814 23363 25992
Face 60072 23363 25434 25992
Face 60073 16016 19231 20806
Face 60074 18985 19086 20806
Face 60075 28908 29035 29034
Face 60076 29034 29035 29165
Face 60077 29273 29274 13485
Face 60078 12059 25566 25565
Face 60079 17551 26648 28017
Face 60080 33756 33882 33755
Face 60081 20714 6805 6806
Face 60082 7023 20714 6806
Face 60083 27871 27610 27384
Face 60084 28022 27871 27384
Face 60085 25660 25661 25763
Face 60086 29333 20895 18861
Face 60087 11008 28158 28405
Face 60088 27245 17856 28565
Face 60089 26794 25543 25542
Face 60090 28799 28798 28669
Face 60091 26438 28164 18890
Face 60092 28277 29335 28139
Face 60093 32927 19330 32795
Face 60094 16806 19329 19328
Face 60095 30442 30513 30441
Face 60096 31179 31178 31079
Face 60097 30414 30413 30346
Face 60098 30280 30347 30279
Face 60099 33262 33261 33126
Face 60100 34151 11285 25853
Face 60101 10968 34491 10969
Face 60102 26789 6602 28560
Face 60103 25684 27828 6602
Face 60104 18977 25684 6602
Face 60105 20743 10224 27828
Face 60106 25684 20743 27828
Face 60107 27449 27331 10224
Face 60108 20743 27449 10224
Face 60109 29148 28891 27331
Face 60110 27449 29148 27331
Face 60111 29620 25965 28891
Face 60112 29148 29620 28891
Face 60113 28691 26561 25965
Face 60114 29620 28691 25965
Face 60115 27864 26216 26561
Face 60116 28691 27864 26561
Face 60117 27864 28407 28273
Face 60118 26216 27864 28273
Face 60119 28407 25564 26759
Face 60120 28273 28407 26759
Face 60121 33994 34119 33993
Face 60122 25004 26353 26235
Face 60123 25567 1866 18772
Face 60124 21329 21330 28676
Face 60125 18546 27893 28543
Face 60126 28405 27245 28565
Face 60127 29483 7015 18454
Face 60128 6633 12232 26684
Face 60129 25953 26438 18890
Face 60130 25428 25466 25465
Face 60131 25427 25428 25465
Face 60132 25466 25532 25531
Face 60133 25465 25466 25531
Face 60134 25532 25625 25624
Face 60135 25531 25532 25624
Face 60136 25625 25726 25725
Face 60137 25624 25625 25725
Face 60138 25726 25837 25836
Face 60139 25725 25726 25836
Face 60140 25946 25945 25836
Face 60141 25837 25946 25836
Face 60142 26058 26057 25945
Face 60143 25946 26058 25945
Face 60144 26058 26171 26170
Face 60145 26057 26058 26170
Face 60146 26289 26288 26170
Face 60147 26171 26289 26170
Face 60148 26407 26406 26288
Face 60149 26289 26407 26288
Face 60150 26525 26524 26406
Face 60151 26407 26525 26406
Face 60152 26640 26639 26524
Face 60153 26525 26640 26524
Face 60154 26755 26754 26639
Face 60155 26640 26755 26639
Face 60156 26869 26868 26754
Face 60157 26755 26869 26754
Face 60158 26984 26983 26868
Face 60159 26869 26984 26868
Face 60160 27098 27097 26983
Face 60161 26984 27098 26983
Face 60162 27214 27213 27097
Face 60163 27098 27214 27097
Face 60164 27326 27325 27213
Face 60165 27214 27326 27213
Face 60166 27443 27442 27325
Face 60167 27326 27443 27325
Face 60168 27564 27563 27442
Face 60169 27443 27564 27442
Face 60170 27690 27689 27563
Face 60171 27564 27690 27563
Face 60172 27821 27820 27689
Face 60173 27690 27821 27689
Face 60174 27952 27951 27820
Face 60175 27821 27952 27820
Face 60176 28084 28083 27951
Face 60177 27952 28084 27951
Face 60178 28221 28220 28083
Face 60179 28084 28221 28083
Face 60180 28356 28355 28220
Face 60181 28221 28356 28220
Face 60182 28490 28489 28355
Face 60183 28356 28490 28355
Face 60184 28627 28626 28489
Face 60185 28490 28627 28489
Face 60186 28755 28754 28626
Face 60187 28627 28755 28626
Face 60188 28882 28881 28754
Face 60189 28755 28882 28754
Face 60190 29007 29006 28881
Face 60191 28882 29007 28881
Face 60192 29138 29137 29006
Face 60193 29007 29138 29006
Face 60194 29138 29268 29267
Face 60195 29137 29138 29267
Face 60196 29268 29399 29398
Face 60197 29267 29268 29398
Face 60198 29399 29530 29529
Face 60199 29398 29399 29529
Face 60200 29530 29662 29661
Face 60201 29529 29530 29661
Face 60202 29662 29793 29792
Face 60203 29661 29662 29792
Face 60204 23659 21515 22992
Face 60205 18938 12343 19066
Face 60206 25661 25764 25763
Face 60207 26475 15306 27863
Face 60208 17856 28025 27374
Face 60209 28565 17856 27374
Face 60210 12232 26794 26684
Face 60211 22087 29713 29580
Face 60212 27614 27486 18508
Face 60213 28696 29483 18454
Face 60214 18670 19096 27614
Face 60215 27486 26703 18508
Face 60216 18979 19096 17311
Face 60217 13533 13532 13437
Face 60218 5908 5907 18954
Face 60219 23321 26542 20014
Face 60220 26899 18958 26679
Face 60221 12643 34518 34481
Face 60222 34481 11378 12643
Face 60223 27372 28954 28951
Face 60224 27371 27372 28951
Face 60225 28954 17541 19201
Face 60226 28951 28954 19201
Face 60227 7059 6949 6950
Face 60228 7060 377 6950
Face 60229 2043 18371 18372
Face 60230 24012 23893 23915
Face 60231 29440 29571 29439
Face 60232 26202 23627 23899
Face 60233 6916 6814 6579
Face 60234 6579 6814 25992
Face 60235 25567 27165 1866
Face 60236 6036 18878 19193
Face 60237 28782 28908 28907
Face 60238 28907 28908 29034
Face 60239 13485 12059 25565
Face 60240 25566 27480 27479
Face 60241 27243 20430 27354
Face 60242 30273 30272 30207
Face 60243 18558 20714 7023
Face 60244 6805 16864 6714
Face 60245 2557 23575 2690
Face 60246 27871 28009 27610
Face 60247 25225 25224 25086
Face 60248 24751 29581 20316
Face 60249 27374 28025 16665
Face 60250 6640 18958 26899
Face 60251 12232 6633 6406
Face 60252 5907 21543 18954
Face 60253 19096 27486 27614
Face 60254 18512 11165 17311
Face 60255 19329 16806 19330
Face 60256 32162 32266 32161
Face 60257 17452 18529 907
Face 60258 30347 30414 30346
Face 60259 32484 32601 32483
Face 60260 30485 30484 30413
Face 60261 30414 30485 30413
Face 60262 29906 29905 29851
Face 60263 30110 30172 30171
Face 60264 27866 18977 26678
Face 60265 26678 18977 28548
Face 60266 25793 25684 18977
Face 60267 27866 25793 18977
Face 60268 29208 20743 25684
Face 60269 25793 29208 25684
Face 60270 27570 27449 20743
Face 60271 29208 27570 20743
Face 60272 28571 29148 27449
Face 60273 27570 28571 27449
Face 60274 25957 29620 29148
Face 60275 28571 25957 29148
Face 60276 26532 28691 29620
Face 60277 25957 26532 29620
Face 60278 26101 27864 28691
Face 60279 26532 26101 28691
Face 60280 26101 28542 28407
Face 60281 27864 26101 28407
Face 60282 28542 28827 25564
Face 60283 28407 28542 25564
Face 60284 10008 18829 33465
Face 60285 19086 22472 20718
Face 60286 16963 25567 18646
Face 60287 29702 6799 6621
Face 60288 4475 17942 11233
Face 60289 26566 27893 25989
Face 60290 19096 18670 17311
Face 60291 22890 24668 29220
Face 60292 7923 12910 25647
Face 60293 32888 33816 32891
Face 60294 25467 25533 25532
Face 60295 25466 25467 25532
Face 60296 25533 25626 25625
Face 60297 25532 25533 25625
Face 60298 25626 25727 25726
Face 60299 25625 25626 25726
Face 60300 25727 25838 25837
Face 60301 25726 25727 25837
Face 60302 25838 25947 25946
Face 60303 25837 25838 25946
Face 60304 25947 26059 26058
Face 60305 25946 25947 26058
Face 60306 26059 26172 26171
Face 60307 26058 26059 26171
Face 60308 26172 26290 26289
Face 60309 26171 26172 26289
Face 60310 26408 26407 26289
Face 60311 26290 26408 26289
Face 60312 26526 26525 26407
Face 60313 26408 26526 26407
Face 60314 26641 26640 26525
Face 60315 26526 26641 26525
Face 60316 26756 26755 26640
Face 60317 26641 26756 26640
Face 60318 26870 26869 26755
Face 60319 26756 26870 26755
Face 60320 20718 22566 22662
Face 60321 20760 27214 20670
Face 60322 22375 22472 19086
Face 60323 29221 29222 22888
Face 60324 25755 24323 25756
Face 60325 20937 27565 27443
Face 60326 20255 20254 20172
Face 60327 20093 20012 26536
Face 60328 20094 26651 26650
Face 60329 26078 26192 19699
Face 60330 27565 27564 27443
Face 60331 24349 29792 29793
Face 60332 27691 27690 27564
Face 60333 27565 27691 27564
Face 60334 27822 27821 27690
Face 60335 27691 27822 27690
Face 60336 27953 27952 27821
Face 60337 27822 27953 27821
Face 60338 28085 28084 27952
Face 60339 27953 28085 27952
Face 60340 28222 28221 28084
Face 60341 28085 28222 28084
Face 60342 28357 28356 28221
Face 60343 28222 28357 28221
Face 60344 28491 28490 28356
Face 60345 28357 28491 28356
Face 60346 28628 28627 28490
Face 60347 28491 28628 28490
Face 60348 28756 28755 28627
Face 60349 28628 28756 28627
Face 60350 28883 28882 28755
Face 60351 28756 28883 28755
Face 60352 29008 29007 28882
Face 60353 28883 29008 28882
Face 60354 29139 29138 29007
Face 60355 29008 29139 29007
Face 60356 29269 29268 29138
Face 60357 29139 29269 29138
Face 60358 29269 29400 29399
Face 60359 29268 29269 29399
Face 60360 29400 29531 29530
Face 60361 29399 29400 29530
Face 60362 29531 29663 29662
Face 60363 29530 29531 29662
Face 60364 29663 29794 29793
Face 60365 29662 29663 29793
Face 60366 16705 20404 21112
Face 60367 13126 21365 21364
Face 60368 27991 28124 27990
Face 60369 28634 27895 28141
Face 60370 16665 6640 26899
Face 60371 18958 18353 26679
Face 60372 12090 4475 11233
Face 60373 6912 12232 6406
Face 60374 28949 11165 18512
Face 60375 26329 28689 18444
Face 60376 26586 28949 21454
Face 60377 26546 26662 26545
Face 60378 29182 29181 29050
Face 60379 29051 29182 29050
Face 60380 18353 6287 17236
Face 60381 34140 34139 34013
Face 60382 25496 25433 25497
Face 60383 22958 27517 27642
Face 60384 11111 11172 31218
Face 60385 31117 11111 31218
Face 60386 27373 28955 28954
Face 60387 27372 27373 28954
Face 60388 28955 17751 17541
Face 60389 28954 28955 17541
Face 60390 34317 34413 34598
Face 60391 6950 6951 7060
Face 60392 24865 23707 24879
Face 60393 25686 25796 11201
Face 60394 6900 6799 29702
Face 60395 6640 18454 18958
Face 60396 6530 6916 7024
Face 60397 7024 6916 6579
Face 60398 27476 29189 27452
Face 60399 19212 19036 6595
Face 60400 2943 19080 19081
Face 60401 28781 28782 28907
Face 60402 24768 23673 22704
Face 60403 18760 6909 18761
Face 60404 32170 32274 32169
Face 60405 19480 23107 20905
Face 60406 21170 18558 21171
Face 60407 18662 18558 7023
Face 60408 19480 20905 19916
Face 60409 6278 11049 23424
Face 60410 27987 27986 27854
Face 60411 22254 19848 22656
Face 60412 16963 16765 17236
Face 60413 6287 16963 17236
Face 60414 29051 29050 28923
Face 60415 6912 6406 11233
Face 60416 29190 29189 27476
Face 60417 25462 20870 25463
Face 60418 17451 17452 907
Face 60419 29453 21897 21994
Face 60420 33974 16686 16685
Face 60421 32861 32860 32727
Face 60422 30485 30570 30484
Face 60423 30570 30569 30484
Face 60424 30872 30973 30871
Face 60425 31072 31171 31071
Face 60426 30025 30024 29963
Face 60427 34025 34151 34024
Face 60428 27757 27866 28549
Face 60429 26678 28549 27866
Face 60430 16671 25793 27866
Face 60431 27757 16671 27866
Face 60432 28014 29208 25793
Face 60433 16671 28014 25793
Face 60434 5509 27570 29208
Face 60435 28014 5509 29208
Face 60436 18555 28571 27570
Face 60437 5509 18555 27570
Face 60438 25554 25957 28571
Face 60439 18555 25554 28571
Face 60440 26562 26532 25957
Face 60441 25554 26562 25957
Face 60442 27865 26101 26532
Face 60443 26562 27865 26532
Face 60444 27865 29617 28542
Face 60445 26101 27865 28542
Face 60446 29617 26673 28827
Face 60447 28542 29617 28827
Face 60448 24133 24134 21077
Face 60449 20318 20402 20487
Face 60450 29713 6595 29712
Face 60451 16765 16963 18646
Face 60452 26706 11992 26819
Face 60453 28798 28797 28668
Face 60454 21454 28949 18512
Face 60455 18364 32891 33816
Face 60456 34729 34616 34533
Face 60457 25468 25534 25533
Face 60458 25467 25468 25533
Face 60459 25534 25627 25626
Face 60460 25533 25534 25626
Face 60461 25627 25728 25727
Face 60462 25626 25627 25727
Face 60463 25728 25839 25838
Face 60464 25727 25728 25838
Face 60465 25948 25947 25838
Face 60466 25839 25948 25838
Face 60467 26060 26059 25947
Face 60468 25948 26060 25947
Face 60469 26060 26173 26172
Face 60470 26059 26060 26172
Face 60471 26173 26291 26290
Face 60472 26172 26173 26290
Face 60473 26409 26408 26290
Face 60474 26291 26409 26290
Face 60475 26527 26526 26408
Face 60476 26409 26527 26408
Face 60477 26642 26641 26526
Face 60478 26527 26642 26526
Face 60479 26756 26641 20324
Face 60480 21893 29449 29317
Face 60481 23895 18560 23380
Face 60482 14897 14773 14761
Face 60483 26984 26869 20495
Face 60484 19289 19259 19260
Face 60485 26886 26999 26998
Face 60486 13663 12721 34589
Face 60487 26656 26657 26771
Face 60488 19252 24602 29936
Face 60489 29433 29564 29432
Face 60490 21119 21118 21029
Face 60491 14429 16184 6910
Face 60492 28437 6034 16961
Face 60493 23012 23013 28815
Face 60494 28230 26090 28302
Face 60495 19617 26078 19616
Face 60496 11081 16716 11411
Face 60497 12943 18452 11950
Face 60498 19904 19827 19829
Face 60499 27954 27953 27822
Face 60500 31598 31712 31597
Face 60501 28086 28085 27953
Face 60502 27954 28086 27953
Face 60503 28223 28222 28085
Face 60504 28086 28223 28085
Face 60505 28358 28357 28222
Face 60506 28223 28358 28222
Face 60507 28492 28491 28357
Face 60508 28358 28492 28357
Face 60509 28629 28628 28491
Face 60510 28492 28629 28491
Face 60511 28629 28757 28756
Face 60512 28628 28629 28756
Face 60513 28884 28883 28756
Face 60514 28757 28884 28756
Face 60515 29009 29008 28883
Face 60516 28884 29009 28883
Face 60517 29140 29139 29008
Face 60518 29009 29140 29008
Face 60519 29270 29269 29139
Face 60520 29140 29270 29139
Face 60521 29270 29401 29400
Face 60522 29269 29270 29400
Face 60523 29401 29532 29531
Face 60524 29400 29401 29531
Face 60525 29532 29664 29663
Face 60526 29531 29532 29663
Face 60527 29664 29795 29794
Face 60528 29663 29664 29794
Face 60529 21693 28766 21790
Face 60530 24348 25014 24546
Face 60531 21410 21504 21503
Face 60532 33509 33636 33508
Face 60533 34326 29615 18976
Face 60534 18646 25567 18772
Face 60535 11165 18979 17311
Face 60536 6595 6596 29712
Face 60537 25461 25526 22987
Face 60538 28827 23017 20752
Face 60539 2686 19189 2299
Face 60540 1577 1687 2004
Face 60541 19036 12982 6596
Face 60542 33782 33781 33656
Face 60543 26679 18353 17236
Face 60544 29755 24813 24350
Face 60545 29449 21990 22087
Face 60546 26087 27375 27373
Face 60547 11111 31117 31020
Face 60548 27375 29012 28955
Face 60549 27373 27375 28955
Face 60550 29012 18683 17751
Face 60551 28955 29012 17751
Face 60552 18683 27050 18260
Face 60553 17751 18683 18260
Face 60554 22817 23847 29474
Face 60555 24670 24671 22783
Face 60556 4888 16664 27101
Face 60557 26900 25955 18353
Face 60558 5387 7024 5388
Face 60559 5387 6530 7024
Face 60560 28642 28643 28771
Face 60561 28660 28659 28524
Face 60562 7128 2943 21544
Face 60563 21544 2943 19081
Face 60564 26436 26554 26553
Face 60565 20737 22152 28688
Face 60566 27354 27353 27243
Face 60567 23361 23303 23304
Face 60568 29694 6601 29693
Face 60569 18048 2298 16677
Face 60570 27365 25487 28134
Face 60571 13721 9054 13720
Face 60572 6404 18362 29671
Face 60573 28395 28394 28260
Face 60574 1866 28941 29473
Face 60575 18772 1866 29473
Face 60576 28675 28804 28674
Face 60577 28924 29051 28923
Face 60578 26353 25004 11575
Face 60579 18894 6524 15325
Face 60580 21360 20779 21361
Face 60581 2005 1577 2004
Face 60582 30513 30598 30512
Face 60583 33388 33387 33251
Face 60584 30763 30762 30663
Face 60585 30664 30663 30569
Face 60586 30048 30110 30047
Face 60587 30996 30995 30894
Face 60588 34285 34757 34682
Face 60589 31635 31756 31634
Face 60590 32560 32561 32687
Face 60591 13574 29014 13202
Face 60592 25584 16671 27757
Face 60593 27887 25584 27757
Face 60594 11051 28014 16671
Face 60595 25584 11051 16671
Face 60596 18456 5509 28014
Face 60597 11051 18456 28014
Face 60598 27867 18555 5509
Face 60599 18456 27867 5509
Face 60600 25646 25554 18555
Face 60601 27867 25646 18555
Face 60602 26791 26562 25554
Face 60603 25646 26791 25554
Face 60604 26791 27629 27865
Face 60605 26562 26791 27865
Face 60606 27629 28417 29617
Face 60607 27865 27629 29617
Face 60608 20315 13351 23017
Face 60609 29617 28417 26673
Face 60610 28167 27488 29327
Face 60611 19665 19664 17089
Face 60612 28804 28803 28674
Face 60613 28669 28798 28668
Face 60614 25430 25426 6160
Face 60615 25772 25773 19306
Face 60616 21413 29480 21141
Face 60617 19381 25982 25876
Face 60618 23898 20607 14765
Face 60619 22781 25728 25627
Face 60620 25754 24323 25755
Face 60621 25729 24333 25730
Face 60622 23783 24466 23782
Face 60623 32650 6288 32777
Face 60624 25729 25840 25839
Face 60625 25728 25729 25839
Face 60626 25949 25948 25839
Face 60627 25840 25949 25839
Face 60628 26061 26060 25948
Face 60629 25949 26061 25948
Face 60630 26061 26174 26173
Face 60631 26060 26061 26173
Face 60632 26174 26292 26291
Face 60633 26173 26174 26291
Face 60634 26292 26410 26409
Face 60635 26291 26292 26409
Face 60636 26528 26527 26409
Face 60637 26410 26528 26409
Face 60638 22460 29802 22459
Face 60639 27641 16176 23297
Face 60640 25778 25882 25777
Face 60641 26528 20242 20241
Face 60642 34002 34003 34128
Face 60643 34367 34613 34635
Face 60644 28437 16961 26813
Face 60645 4996 2000 19032
Face 60646 6636 18860 27694
Face 60647 27567 6636 27694
Face 60648 28089 29471 25744
Face 60649 27957 28136 18860
Face 60650 33494 33621 33493
Face 60651 29853 29907 29852
Face 60652 32184 32183 32079
Face 60653 33749 33748 33623
Face 60654 18998 28437 26813
Face 60655 22048 29015 6587
Face 60656 28677 2430 23493
Face 60657 24602 19252 19281
Face 60658 34789 34532 6603
Face 60659 19516 18929 6663
Face 60660 21396 28224 28086
Face 60661 23569 23652 23568
Face 60662 20582 26984 20583
Face 60663 29902 29901 29847
Face 60664 28224 28223 28086
Face 60665 907 19904 17451
Face 60666 28359 28358 28223
Face 60667 28224 28359 28223
Face 60668 28493 28492 28358
Face 60669 28359 28493 28358
Face 60670 28630 28629 28492
Face 60671 28493 28630 28492
Face 60672 28758 28757 28629
Face 60673 28630 28758 28629
Face 60674 28885 28884 28757
Face 60675 28758 28885 28757
Face 60676 29010 29009 28884
Face 60677 28885 29010 28884
Face 60678 29141 29140 29009
Face 60679 29010 29141 29009
Face 60680 29271 29270 29140
Face 60681 29141 29271 29140
Face 60682 29271 29402 29401
Face 60683 29270 29271 29401
Face 60684 29402 29533 29532
Face 60685 29401 29402 29532
Face 60686 29533 29665 29664
Face 60687 29532 29533 29664
Face 60688 29665 29796 29795
Face 60689 29664 29665 29795
Face 60690 29796 17863 3464
Face 60691 29795 29796 3464
Face 60692 21597 21504 21598
Face 60693 17054 23486 23405
Face 60694 28804 28930 28803
Face 60695 28534 28669 28533
Face 60696 7028 7134 6589
Face 60697 11167 6588 10999
Face 60698 20929 18688 20312
Face 60699 23002 25189 2429
Face 60700 18972 14485 191
Face 60701 25968 25645 27496
Face 60702 6595 19036 6596
Face 60703 26176 26063 22807
Face 60704 29449 22087 29580
Face 60705 18354 26088 26087
Face 60706 16708 18354 26087
Face 60707 26088 27376 27375
Face 60708 26087 26088 27375
Face 60709 27376 29062 29012
Face 60710 29925 29924 29870
Face 60711 12290 21356 21357
Face 60712 32068 32172 32067
Face 60713 32276 32275 32171
Face 60714 32172 32276 32171
Face 60715 32382 32381 32275
Face 60716 32276 32382 32275
Face 60717 32494 32493 32381
Face 60718 32382 32494 32381
Face 60719 32611 32610 32493
Face 60720 32494 32611 32493
Face 60721 32738 32737 32610
Face 60722 32611 32738 32610
Face 60723 32871 32870 32737
Face 60724 32738 32871 32737
Face 60725 33003 33002 32870
Face 60726 32871 33003 32870
Face 60727 33137 33136 33002
Face 60728 33003 33137 33002
Face 60729 33272 33271 33136
Face 60730 33137 33272 33136
Face 60731 33408 33407 33271
Face 60732 33272 33408 33271
Face 60733 33408 33541 33540
Face 60734 33407 33408 33540
Face 60735 31623 31744 31743
Face 60736 24880 24879 23712
Face 60737 33406 33539 33538
Face 60738 31622 31623 31743
Face 60739 31096 31095 30996
Face 60740 31854 31961 31853
Face 60741 31643 31764 31642
Face 60742 30602 30696 30601
Face 60743 31510 31623 31622
Face 60744 32050 32154 32153
Face 60745 32049 32050 32153
Face 60746 6756 6661 6662
Face 60747 34150 25853 34149
Face 60748 34266 27961 34265
Face 60749 30116 30178 30115
Face 60750 20707 12636 16719
Face 60751 33772 33898 33771
Face 60752 3592 17537 5123
Face 60753 32593 32592 32475
Face 60754 34024 34023 33897
Face 60755 31404 31510 31509
Face 60756 32262 32263 32368
Face 60757 32364 32476 32363
Face 60758 33395 33528 33394
Face 60759 30307 30374 30373
Face 60760 31876 31875 31763
Face 60761 31403 31404 31509
Face 60762 31530 31643 31529
Face 60763 31764 31763 31642
Face 60764 31854 31853 31741
Face 60765 30154 30218 30217
Face 60766 32251 32250 32146
Face 60767 33528 33655 33527
Face 60768 33528 33527 33394
Face 60769 31321 31320 31218
Face 60770 31300 31404 31403
Face 60771 30691 30690 30596
Face 60772 880 763 764
Face 60773 33651 33776 33650
Face 60774 32055 32159 32054
Face 60775 30576 30575 30490
Face 60776 30242 30241 30177
Face 60777 31944 32049 32048
Face 60778 31836 31837 31943
Face 60779 31612 31611 31502
Face 60780 32068 32067 31962
Face 60781 34020 34146 34019
Face 60782 31285 31388 31284
Face 60783 31503 31612 31502
Face 60784 34028 34154 34153
Face 60785 30597 30691 30596
Face 60786 33780 33779 33654
Face 60787 33259 33395 33258
Face 60788 32481 32480 32368
Face 60789 32263 32262 32158
Face 60790 19904 907 19903
Face 60791 32159 32263 32158
Face 60792 33902 33901 33775
Face 60793 33776 33902 33775
Face 60794 33902 34028 33901
Face 60795 34028 34027 33901
Face 60796 30039 30101 30100
Face 60797 33891 34017 33890
Face 60798 32975 33109 32974
Face 60799 32248 32247 32143
Face 60800 33109 33244 33108
Face 60801 33244 33243 33108
Face 60802 33116 33115 32981
Face 60803 33101 33236 33100
Face 60804 30030 30092 30091
Face 60805 30667 30766 30666
Face 60806 34027 34028 34153
Face 60807 16112 4991 1099
Face 60808 32397 32398 32508
Face 60809 879 762 763
Face 60810 17492 18029 18252
Face 60811 29203 18821 17673
Face 60812 31837 31944 31943
Face 60813 30986 31085 30985
Face 60814 31422 31528 31421
Face 60815 31724 31725 31836
Face 60816 31085 31184 31084
Face 60817 32264 32263 32159
Face 60818 34143 34142 34016
Face 60819 31492 31491 31387
Face 60820 30488 30487 30416
Face 60821 31827 31934 31826
Face 60822 31726 31838 31837
Face 60823 32050 32049 31944
Face 60824 31197 31198 31299
Face 60825 30283 30282 30217
Face 60826 31963 31962 31855
Face 60827 31719 31718 31604
Face 60828 31934 31933 31826
Face 60829 34007 34006 33880
Face 60830 33379 33512 33378
Face 60831 32397 32508 32507
Face 60832 32251 32357 32250
Face 60833 28809 20975 20974
Face 60834 32396 32397 32507
Face 60835 32290 32291 32396
Face 60836 33500 33627 33499
Face 60837 31609 31610 31723
Face 60838 31641 31640 31527
Face 60839 31950 31951 32055
Face 60840 32852 32984 32851
Face 60841 32469 32586 32468
Face 60842 32984 32983 32851
Face 60843 30691 30790 30690
Face 60844 30504 30505 30589
Face 60845 31425 31424 31320
Face 60846 31321 31425 31320
Face 60847 31531 31530 31424
Face 60848 31425 31531 31424
Face 60849 31644 31643 31530
Face 60850 30616 30615 30530
Face 60851 30531 30616 30530
Face 60852 30790 30896 30789
Face 60853 30710 30709 30615
Face 60854 33537 33538 33664
Face 60855 30431 30502 30430
Face 60856 32885 17961 19435
Face 60857 16845 16844 12541
Face 60858 30286 30353 30285
Face 60859 34005 34004 33878
Face 60860 31925 32030 31924
Face 60861 33753 33879 33752
Face 60862 34255 34256 12748
Face 60863 32134 32133 32029
Face 60864 18669 28825 21572
Face 60865 31220 26928 20554
Face 60866 13460 34271 34148
Face 60867 34271 13460 26904
Face 60868 34023 34149 34022
Face 60869 34149 13460 34148
Face 60870 31921 31920 31813
Face 60871 31075 31174 31074
Face 60872 32721 32720 32593
Face 60873 30218 30283 30217
Face 60874 30790 30789 30690
Face 60875 30997 30996 30895
Face 60876 30616 30710 30615
Face 60877 33538 33665 33664
Face 60878 30809 30808 30709
Face 60879 30710 30809 30709
Face 60880 30907 30906 30808
Face 60881 30809 30907 30808
Face 60882 31004 31003 30906
Face 60883 30907 31004 30906
Face 60884 31004 31100 31099
Face 60885 33269 33405 33268
Face 60886 33405 33538 33404
Face 60887 33269 33268 33133
Face 60888 33538 33537 33404
Face 60889 33134 33269 33133
Face 60890 33405 33404 33268
Face 60891 33881 33880 33754
Face 60892 31710 31709 31595
Face 60893 31289 31392 31391
Face 60894 31496 31605 31604
Face 60895 33118 33253 33117
Face 60896 33522 33649 33521
Face 60897 33781 33907 33906
Face 60898 31422 31421 31317
Face 60899 33639 33638 33511
Face 60900 31596 31710 31595
Face 60901 33755 33881 33754
Face 60902 31482 31481 31377
Face 60903 30156 30157 30220
Face 60904 31929 32034 31928
Face 60905 33000 32999 32867
Face 60906 32868 33000 32867
Face 60907 31003 31004 31099
Face 60908 31100 31199 31198
Face 60909 31099 31100 31198
Face 60910 16789 16723 16724
Face 60911 34821 26928 34806
Face 60912 34453 34512 28155
Face 60913 32507 762 32506
Face 60914 31199 31301 31300
Face 60915 31198 31199 31300
Face 60916 31301 31405 31404
Face 60917 31300 31301 31404
Face 60918 31405 31511 31510
Face 60919 31404 31405 31510
Face 60920 32607 32608 32734
Face 60921 32735 32868 32734
Face 60922 32490 32491 32607
Face 60923 32868 32867 32734
Face 60924 32379 32491 32490
Face 60925 32608 32735 32734
Face 60926 32378 32379 32490
Face 60927 32491 32608 32607
Face 60928 31184 31183 31084
Face 60929 30772 30771 30672
Face 60930 34279 34716 34432
Face 60931 33781 33780 33655
Face 60932 30579 30673 30578
Face 60933 30897 30998 30997
Face 60934 30979 30978 30877
Face 60935 31185 31286 31184
Face 60936 33134 33133 32999
Face 60937 33000 33134 32999
Face 60938 31511 31624 31623
Face 60939 32272 32273 32378
Face 60940 31510 31511 31623
Face 60941 20975 28809 20885
Face 60942 33665 6775 6774
Face 60943 7156 7048 252
Face 60944 32570 32569 32452
Face 60945 20553 13988 20554
Face 60946 29203 33558 34166
Face 60947 30488 30573 30487
Face 60948 31745 31744 31623
Face 60949 31624 31745 31623
Face 60950 31857 31856 31744
Face 60951 31745 31857 31744
Face 60952 31964 31963 31856
Face 60953 31857 31964 31856
Face 60954 32069 32068 31963
Face 60955 31964 32069 31963
Face 60956 32173 32172 32068
Face 60957 32273 32272 32168
Face 60958 32273 32379 32378
Face 60959 31960 32065 31959
Face 60960 32169 32273 32168
Face 60961 32169 32168 32064
Face 60962 32065 32169 32064
Face 60963 32357 32356 32250
Face 60964 33656 33781 33655
Face 60965 31487 31596 31486
Face 60966 33243 33242 33107
Face 60967 32026 32130 32025
Face 60968 30979 31078 30978
Face 60969 31741 31853 31740
Face 60970 31960 31959 31852
Face 60971 32069 32173 32068
Face 60972 32277 32276 32172
Face 60973 32173 32277 32172
Face 60974 32383 32382 32276
Face 60975 32277 32383 32276
Face 60976 16766 34122 34123
Face 60977 32617 32500 11035
Face 60978 33887 34013 33886
Face 60979 30820 30720 11056
Face 60980 31272 31375 31271
Face 60981 31479 31478 31374
Face 60982 32495 32494 32382
Face 60983 32383 32495 32382
Face 60984 32612 32611 32494
Face 60985 32495 32612 32494
Face 60986 32739 32738 32611
Face 60987 32612 32739 32611
Face 60988 32872 32871 32738
Face 60989 32739 32872 32738
Face 60990 33004 33003 32871
Face 60991 32872 33004 32871
Face 60992 30903 31000 30999
Face 60993 31853 31852 31740
Face 60994 30706 30805 30705
Face 60995 30902 30903 30999
Face 60996 30805 30903 30902
Face 60997 30804 30805 30902
Face 60998 30896 30895 30789
Face 60999 30791 30897 30790
Face 61000 31853 31960 31852
Face 61001 32065 32064 31959
Face 61002 33138 33137 33003
Face 61003 30805 30804 30705
Face 61004 33004 33138 33003
Face 61005 14113 5330 16575
Face 61006 34351 34420 34409
Face 61007 5909 6037 32546
Face 61008 20155 34832 34605
Face 61009 30665 30764 30664
Face 61010 30613 30707 30612
Face 61011 30407 30478 30406
Face 61012 33974 33846 33847
Face 61013 33541 6682 6681
Face 61014 32707 32840 32706
Face 61015 32234 32233 32129
Face 61016 32130 32234 32129
Face 61017 33273 33272 33137
Face 61018 33138 33273 33137
Face 61019 33409 33408 33272
Face 61020 33273 33409 33272
Face 61021 11015 11061 25581
Face 61022 33408 33409 33541
Face 61023 31098 31099 31197
Face 61024 11170 31218 11171
Face 61025 31531 31644 31530
Face 61026 31765 31764 31643
Face 61027 31320 31424 31319
Face 61028 30527 30612 30526
Face 61029 31320 31319 31217
Face 61030 30612 30611 30526
Face 61031 31218 31320 31217
Face 61032 31424 31423 31319
Face 61033 15736 28423 34458
Face 61034 30613 30612 30527
Face 61035 31644 31765 31643
Face 61036 32858 32990 32857
Face 61037 31877 31876 31764
Face 61038 15667 2004 1687
Face 61039 33302 33435 3077
Face 61040 33085 33084 32950
Face 61041 31652 32764 34175
Face 61042 25844 23497 23844
Face 61043 16767 16838 16837
Face 61044 28013 23361 28406
Face 61045 7347 7346 7239
Face 61046 32503 6795 32390
Face 61047 20880 33312 33444
Face 61048 6388 27017 2813
Face 61049 11075 11074 29995
Face 61050 31585 31699 31584
Face 61051 30706 30705 30611
Face 61052 30612 30706 30611
Face 61053 31509 31510 31622
Face 61054 31099 31198 31197
Face 61055 32154 32258 32153
Face 61056 32258 32257 32153
Face 61057 32982 32981 32849
Face 61058 32850 32982 32849
Face 61059 33772 33771 33646
Face 61060 27961 20707 16719
Face 61061 32985 32984 32852
Face 61062 33647 33772 33646
Face 61063 33395 33394 33258
Face 61064 29993 30054 29992
Face 61065 30906 31003 30905
Face 61066 30242 30307 30241
Face 61067 32476 32593 32475
Face 61068 31765 31877 31764
Face 61069 31003 31099 31098
Face 61070 31984 31983 31876
Face 61071 31877 31984 31876
Face 61072 19435 21654 17192
Face 61073 32301 31652 33917
Face 61074 34175 34472 34604
Face 61075 33025 33024 31652
Face 61076 32301 33025 31652
Face 61077 33025 33285 32747
Face 61078 33024 33025 32747
Face 61079 32644 17621 17961
Face 61080 17961 32885 32752
Face 61081 21634 21730 21633
Face 61082 21447 21542 21541
Face 61083 1114 4578 6290
Face 61084 32230 32337 32449
Face 61085 32201 21734 21733
Face 61086 31975 31974 31867
Face 61087 30054 30053 29992
Face 61088 32725 32724 32597
Face 61089 30709 30708 30614
Face 61090 32089 32088 31983
Face 61091 31612 31726 31725
Face 61092 31299 31300 31403
Face 61093 32151 32255 32150
Face 61094 31611 31612 31725
Face 61095 32361 32360 32254
Face 61096 32255 32361 32254
Face 61097 32727 32860 32726
Face 61098 34266 34265 34142
Face 61099 32850 32849 32716
Face 61100 34143 34266 34142
Face 61101 33389 33390 33522
Face 61102 32717 32850 32716
Face 61103 30615 30614 30529
Face 61104 33671 32301 33917
Face 61105 16679 16678 32320
Face 61106 34157 33025 32301
Face 61107 33808 33671 34830
Face 61108 33151 33285 33025
Face 61109 34157 33151 33025
Face 61110 33151 12633 11041
Face 61111 33285 33151 11041
Face 61112 12633 32752 32885
Face 61113 11041 12633 32885
Face 61114 30116 30115 30053
Face 61115 32644 17961 32752
Face 61116 30235 30236 30300
Face 61117 19287 19258 19259
Face 61118 31725 31726 31837
Face 61119 31172 31273 31171
Face 61120 31984 32089 31983
Face 61121 30530 30615 30529
Face 61122 32193 32192 32088
Face 61123 32089 32193 32088
Face 61124 30617 30616 30531
Face 61125 30532 30617 30531
Face 61126 30711 30710 30616
Face 61127 30617 30711 30616
Face 61128 30810 30809 30710
Face 61129 30711 30810 30710
Face 61130 30908 30907 30809
Face 61131 30810 30908 30809
Face 61132 31005 31004 30907
Face 61133 30908 31005 30907
Face 61134 31101 31100 31004
Face 61135 31005 31101 31004
Face 61136 31101 31200 31199
Face 61137 31100 31101 31199
Face 61138 31200 31302 31301
Face 61139 30597 30596 30511
Face 61140 31199 31200 31301
Face 61141 21197 17621 32644
Face 61142 31989 7241 31988
Face 61143 31882 31989 31881
Face 61144 33196 33151 34157
Face 61145 25563 26189 18553
Face 61146 33551 12633 33151
Face 61147 33196 33551 33151
Face 61148 33551 32887 32752
Face 61149 12633 33551 32752
Face 61150 26415 28363 34827
Face 61151 32752 32887 32644
Face 61152 11309 11234 11235
Face 61153 33664 6678 33663
Face 61154 31302 31406 31405
Face 61155 31301 31302 31405
Face 61156 31406 31512 31511
Face 61157 31405 31406 31511
Face 61158 31625 31624 31511
Face 61159 31512 31625 31511
Face 61160 31746 31745 31624
Face 61161 31625 31746 31624
Face 61162 31858 31857 31745
Face 61163 31746 31858 31745
Face 61164 31965 31964 31857
Face 61165 31858 31965 31857
Face 61166 32070 32069 31964
Face 61167 31965 32070 31964
Face 61168 30502 30587 30501
Face 61169 32174 32173 32069
Face 61170 33380 33513 33379
Face 61171 32713 32712 32585
Face 61172 31961 31960 31853
Face 61173 32380 32379 32273
Face 61174 33906 33905 33779
Face 61175 33124 33259 33258
Face 61176 33655 33654 33527
Face 61177 32477 32476 32364
Face 61178 31095 31194 31094
Face 61179 30441 30512 30440
Face 61180 32070 32174 32069
Face 61181 11024 11023 30183
Face 61182 32278 32277 32173
Face 61183 30763 30869 30762
Face 61184 34550 33294 34157
Face 61185 30664 30763 30663
Face 61186 32197 33551 33196
Face 61187 17193 11041 17192
Face 61188 33196 34657 32197
Face 61189 33551 32197 32887
Face 61190 30373 30440 30439
Face 61191 16850 16774 16851
Face 61192 6682 33541 6618
Face 61193 32174 32278 32173
Face 61194 32384 32383 32277
Face 61195 32278 32384 32277
Face 61196 32496 32495 32383
Face 61197 32384 32496 32383
Face 61198 32613 32612 32495
Face 61199 32496 32613 32495
Face 61200 32740 32739 32612
Face 61201 32613 32740 32612
Face 61202 32873 32872 32739
Face 61203 31601 31600 31491
Face 61204 32740 32873 32739
Face 61205 31979 31978 31871
Face 61206 30162 30163 30226
Face 61207 30512 30597 30511
Face 61208 31760 31872 31759
Face 61209 30039 30038 29977
Face 61210 29978 30039 29977
Face 61211 33005 33004 32872
Face 61212 31170 31271 31169
Face 61213 32873 33005 32872
Face 61214 33139 33138 33004
Face 61215 33005 33139 33004
Face 61216 33274 33273 33138
Face 61217 33139 33274 33138
Face 61218 33757 33883 33756
Face 61219 33274 33410 33409
Face 61220 33273 33274 33409
Face 61221 4997 8245 750
Face 61222 11020 11019 30314
Face 61223 31504 31503 31399
Face 61224 31198 31300 31299
Face 61225 32830 32829 32696
Face 61226 33268 33404 33267
Face 61227 30056 30055 29994
Face 61228 30056 30118 30055
Face 61229 29995 30056 29994
Face 61230 30118 30117 30055
Face 61231 30180 30179 30117
Face 61232 30118 30180 30117
Face 61233 30244 30243 30179
Face 61234 30180 30244 30179
Face 61235 33268 33267 33132
Face 61236 33133 33268 33132
Face 61237 32297 32296 32192
Face 61238 32193 32297 32192
Face 61239 6772 6771 6677
Face 61240 30526 30525 25580
Face 61241 11022 11021 30248
Face 61242 33663 6678 6677
Face 61243 30423 30422 30355
Face 61244 29871 29925 29870
Face 61245 22773 15196 15195
Face 61246 29852 29906 29851
Face 61247 32403 32402 32296
Face 61248 32297 32403 32296
Face 61249 32734 32867 32733
Face 61250 30681 30780 30680
Face 61251 33244 33380 33243
Face 61252 30407 30406 30339
Face 61253 34017 34016 33890
Face 61254 16719 12636 18874
Face 61255 33765 33891 33764
Face 61256 31492 31601 31491
Face 61257 30309 30376 30308
Face 61258 33513 33512 33379
Face 61259 30309 30308 30243
Face 61260 30244 30309 30243
Face 61261 30443 30442 30375
Face 61262 30376 30375 30308
Face 61263 30898 30897 30791
Face 61264 30376 30443 30375
Face 61265 30605 30699 30604
Face 61266 30792 30898 30791
Face 61267 30282 30281 30216
Face 61268 32058 32057 31952
Face 61269 33880 34006 33879
Face 61270 21639 21640 21736
Face 61271 30587 30586 30501
Face 61272 30152 30153 30216
Face 61273 33536 33537 33663
Face 61274 30092 30093 30154
Face 61275 32469 32468 32356
Face 61276 33537 33536 33403
Face 61277 33523 33650 33522
Face 61278 32364 32363 32257
Face 61279 32717 32716 32589
Face 61280 32590 32717 32589
Face 61281 32607 32734 32733
Face 61282 33647 33646 33519
Face 61283 31840 31839 31727
Face 61284 32606 32607 32733
Face 61285 32716 32715 32588
Face 61286 32478 32595 32477
Face 61287 32589 32588 32471
Face 61288 32472 32589 32471
Face 61289 31947 32052 31946
Face 61290 32156 32155 32051
Face 61291 33404 33403 33267
Face 61292 32052 32156 32051
Face 61293 33898 33897 33771
Face 61294 32489 32490 32606
Face 61295 32593 32720 32592
Face 61296 22774 22773 7192
Face 61297 33994 33993 33866
Face 61298 33741 33867 33740
Face 61299 22773 7083 7192
Face 61300 34470 34537 34434
Face 61301 7231 32631 32514
Face 61302 32513 32514 32631
Face 61303 32853 32985 32852
Face 61304 30906 30905 30807
Face 61305 31002 31003 31098
Face 61306 32999 32998 32866
Face 61307 30341 30340 30273
Face 61308 30514 30599 30513
Face 61309 32867 32999 32866
Face 61310 30514 30513 30442
Face 61311 30443 30514 30442
Face 61312 30693 30692 30598
Face 61313 30599 30598 30513
Face 61314 30792 30791 30692
Face 61315 30599 30693 30598
Face 61316 33646 33771 33645
Face 61317 30693 30792 30692
Face 61318 34149 34148 34022
Face 61319 33897 33896 33770
Face 61320 33519 33646 33645
Face 61321 33771 33770 33645
Face 61322 33250 33386 33249
Face 61323 33385 33386 33518
Face 61324 31297 31298 31400
Face 61325 33115 33250 33114
Face 61326 30898 30998 30897
Face 61327 31505 31504 31400
Face 61328 31298 31297 31196
Face 61329 31298 31401 31400
Face 61330 31401 31505 31400
Face 61331 31614 31613 31504
Face 61332 31505 31614 31504
Face 61333 31728 31727 31613
Face 61334 33404 33537 33403
Face 61335 31614 31728 31613
Face 61336 32867 32866 32733
Face 61337 33537 33664 33663
Face 61338 32403 32514 32402
Face 61339 32378 32490 32489
Face 61340 34665 32887 34486
Face 61341 2330 561 5200
Face 61342 32272 32378 32377
Face 61343 31589 31588 31479
Face 61344 32722 32721 32594
Face 61345 32271 32272 32377
Face 61346 32595 32722 32594
Face 61347 32855 32854 32721
Face 61348 32987 33121 32986
Face 61349 33120 33121 33255
Face 61350 32156 32260 32259
Face 61351 32155 32156 32259
Face 61352 32064 32168 32063
Face 61353 32272 32271 32167
Face 61354 16693 16755 16754
Face 61355 6802 34833 10247
Face 61356 34129 32624 34128
Face 61357 33290 14507 12711
Face 61358 34265 16719 34264
Face 61359 32168 32167 32063
Face 61360 31744 31856 31743
Face 61361 33133 33132 32998
Face 61362 32490 32607 32606
Face 61363 32366 32365 32259
Face 61364 32999 33133 32998
Face 61365 32360 32359 32253
Face 61366 32260 32366 32259
Face 61367 32254 32360 32253
Face 61368 32472 32471 32359
Face 61369 2821 23922 2822
Face 61370 33897 34023 33896
Face 61371 33626 33625 33498
Face 61372 33771 33897 33770
Face 61373 763 32508 764
Face 61374 34023 34022 33896
Face 61375 6658 6752 6657
Face 61376 30239 30304 30303
Face 61377 33752 33878 33751
Face 61378 30371 30438 30437
Face 61379 30438 30509 30508
Face 61380 30238 30239 30303
Face 61381 33386 33385 33249
Face 61382 30370 30371 30437
Face 61383 33115 33114 32980
Face 61384 32981 33115 32980
Face 61385 32981 32980 32848
Face 61386 33250 33249 33114
Face 61387 32849 32848 32715
Face 61388 32849 32981 32848
Face 61389 32589 32716 32588
Face 61390 32716 32849 32715
Face 61391 31839 31840 31946
Face 61392 32360 32472 32359
Face 61393 31728 31840 31727
Face 61394 32052 32051 31946
Face 61395 32377 32378 32489
Face 61396 31840 31947 31946
Face 61397 34152 6660 11285
Face 61398 31959 32064 31958
Face 61399 33650 33775 33649
Face 61400 32720 32719 32592
Face 61401 31959 31958 31851
Face 61402 11531 12015 10988
Face 61403 31852 31959 31851
Face 61404 32064 32063 31958
Face 61405 33525 33524 33391
Face 61406 33256 33392 33391
Face 61407 32722 32855 32721
Face 61408 32987 32986 32854
Face 61409 32168 32272 32167
Face 61410 32855 32987 32854
Face 61411 32904 10859 12276
Face 61412 31740 31852 31739
Face 61413 32047 32151 32046
Face 61414 32255 32254 32150
Face 61415 31941 31942 32046
Face 61416 32395 32396 32506
Face 61417 33901 33900 33774
Face 61418 30902 30999 30901
Face 61419 31852 31851 31739
Face 61420 32478 32477 32365
Face 61421 32366 32478 32365
Face 61422 33777 33776 33651
Face 61423 32595 32594 32477
Face 61424 33652 33777 33651
Face 61425 33903 33902 33776
Face 61426 30091 30092 30153
Face 61427 31834 31941 31940
Face 61428 6666 6665 34031
Face 61429 32832 32831 32698
Face 61430 6622 12632 2300
Face 61431 33018 18821 29203
Face 61432 33741 33740 33615
Face 61433 21253 21161 21162
Face 61434 12531 33924 33290
Face 61435 22274 26443 16694
Face 61436 20147 32537 33682
Face 61437 25499 25498 25025
Face 61438 20359 20446 20358
Face 61439 33329 20448 33330
Face 61440 31990 2951 2950
Face 61441 29926 29925 29871
Face 61442 1542 13278 13861
Face 61443 29872 29926 29871
Face 61444 29984 29983 29925
Face 61445 767 32512 32630
Face 61446 29926 29984 29925
Face 61447 30045 30044 29983
Face 61448 29984 30045 29983
Face 61449 30045 30107 30106
Face 61450 32254 32253 32149
Face 61451 32150 32254 32149
Face 61452 33392 33525 33391
Face 61453 33652 33651 33524
Face 61454 30804 30902 30901
Face 61455 30803 30804 30901
Face 61456 30804 30803 30704
Face 61457 30705 30804 30704
Face 61458 32151 32150 32046
Face 61459 30611 30705 30610
Face 61460 31856 31855 31743
Face 61461 33650 33649 33522
Face 61462 30526 30611 30525
Face 61463 30587 30681 30586
Face 61464 30611 30610 30525
Face 61465 30705 30704 30610
Face 61466 32858 32857 32724
Face 61467 33538 33539 33665
Face 61468 33121 33120 32986
Face 61469 31950 32055 32054
Face 61470 31196 31297 31296
Face 61471 31195 31196 31296
Face 61472 31837 31838 31944
Face 61473 31613 31612 31503
Face 61474 31504 31613 31503
Face 61475 30618 30617 30532
Face 61476 14500 3697 256
Face 61477 30712 30711 30617
Face 61478 32990 32989 32857
Face 61479 32153 32152 32048
Face 61480 32725 32858 32724
Face 61481 30886 30885 30779
Face 61482 32025 32024 31919
Face 61483 12913 33924 32904
Face 61484 34029 34028 33902
Face 61485 33777 33903 33776
Face 61486 30431 30430 30363
Face 61487 31950 31949 31842
Face 61488 19254 30059 19255
Face 61489 30532 30531 25675
Face 61490 33356 33355 33219
Face 61491 16776 16853 18823
Face 61492 18128 18337 8001
Face 61493 18337 34043 8001
Face 61494 7026 32769 33930
Face 61495 33196 34157 33294
Face 61496 33930 12119 19296
Face 61497 16686 16746 16685
Face 61498 489 598 597
Face 61499 32509 32510 765
Face 61500 32427 14669 14201
Face 61501 34071 20975 20976
Face 61502 33147 31535 32427
Face 61503 27017 33278 2947
Face 61504 21160 21161 21252
Face 61505 12541 26073 16845
Face 61506 31535 26589 15044
Face 61507 34485 34816 34332
Face 61508 30044 30045 30106
Face 61509 30107 30169 30168
Face 61510 31941 32046 31940
Face 61511 32150 32149 32045
Face 61512 33525 33652 33524
Face 61513 33903 34029 33902
Face 61514 31177 31176 31077
Face 61515 30765 30871 30764
Face 61516 30618 30712 30617
Face 61517 30811 30810 30711
Face 61518 30712 30811 30711
Face 61519 30909 30908 30810
Face 61520 30811 30909 30810
Face 61521 31006 31005 30908
Face 61522 30909 31006 30908
Face 61523 31102 31101 31005
Face 61524 31006 31102 31005
Face 61525 31201 31200 31101
Face 61526 31102 31201 31101
Face 61527 31303 31302 31200
Face 61528 32989 32990 33123
Face 61529 31201 31303 31200
Face 61530 765 32510 766
Face 61531 15739 4723 9323
Face 61532 31407 31406 31302
Face 61533 31303 31407 31302
Face 61534 31513 31512 31406
Face 61535 31407 31513 31406
Face 61536 31626 31625 31512
Face 61537 31513 31626 31512
Face 61538 31747 31746 31625
Face 61539 31626 31747 31625
Face 61540 31859 31858 31746
Face 61541 31747 31859 31746
Face 61542 31966 31965 31858
Face 61543 31859 31966 31858
Face 61544 32071 32070 31965
Face 61545 31966 32071 31965
Face 61546 32175 32174 32070
Face 61547 32071 32175 32070
Face 61548 32279 32278 32174
Face 61549 32175 32279 32174
Face 61550 33655 33780 33654
Face 61551 32400 32401 32511
Face 61552 31589 31703 31588
Face 61553 34479 34294 11212
Face 61554 11113 11175 11112
Face 61555 29935 29993 29934
Face 61556 18966 861 7026
Face 61557 33752 33751 33626
Face 61558 9214 10078 10520
Face 61559 3592 3593 3722
Face 61560 33032 33423 2950
Face 61561 16696 26814 28280
Face 61562 33937 29325 32769
Face 61563 7026 33937 32769
Face 61564 29325 13014 24116
Face 61565 32769 29325 24116
Face 61566 13014 33678 13291
Face 61567 24116 13014 13291
Face 61568 33678 30825 33147
Face 61569 13291 33678 33147
Face 61570 30825 26589 31535
Face 61571 33147 30825 31535
Face 61572 34175 34604 33917
Face 61573 26589 16778 15044
Face 61574 32337 32230 32126
Face 61575 6757 6662 6758
Face 61576 30106 30107 30168
Face 61577 30680 30779 30679
Face 61578 32046 32150 32045
Face 61579 30169 30233 30232
Face 61580 1542 15434 33429
Face 61581 31833 31834 31940
Face 61582 31620 31734 31619
Face 61583 34028 34029 34154
Face 61584 32385 32384 32278
Face 61585 31480 31589 31479
Face 61586 32279 32385 32278
Face 61587 32497 32496 32384
Face 61588 32385 32497 32384
Face 61589 32614 32613 32496
Face 61590 32497 32614 32496
Face 61591 31715 31827 31714
Face 61592 33380 33379 33243
Face 61593 32741 32740 32613
Face 61594 32614 32741 32613
Face 61595 32874 32873 32740
Face 61596 32741 32874 32740
Face 61597 33006 33005 32873
Face 61598 32874 33006 32873
Face 61599 33140 33139 33005
Face 61600 33006 33140 33005
Face 61601 33275 33274 33139
Face 61602 33140 33275 33139
Face 61603 33995 33994 33867
Face 61604 33274 33275 33410
Face 61605 33430 17039 18618
Face 61606 21357 21356 34178
Face 61607 31838 31945 31944
Face 61608 31400 31504 31399
Face 61609 33405 33406 33538
Face 61610 13366 13749 13275
Face 61611 33135 33270 33134
Face 61612 33270 33406 33269
Face 61613 30487 30486 30415
Face 61614 32887 34665 34637
Face 61615 33368 33501 33367
Face 61616 31071 31170 31070
Face 61617 13770 34221 18265
Face 61618 31822 31821 31709
Face 61619 2173 29080 2172
Face 61620 6667 33906 33907
Face 61621 33937 12588 29325
Face 61622 12588 33937 8936
Face 61623 33148 5118 13014
Face 61624 29325 33148 13014
Face 61625 5118 33564 33678
Face 61626 13014 5118 33678
Face 61627 33564 33022 30825
Face 61628 33678 33564 30825
Face 61629 33022 27259 26589
Face 61630 30825 33022 26589
Face 61631 12590 16778 27259
Face 61632 26589 27259 16778
Face 61633 7232 7231 32514
Face 61634 636 7400 635
Face 61635 30779 30778 30679
Face 61636 30885 30884 30778
Face 61637 30168 30169 30232
Face 61638 30298 30297 30232
Face 61639 31722 31834 31833
Face 61640 32046 32045 31940
Face 61641 33529 33656 33528
Face 61642 11169 11237 31321
Face 61643 32843 32975 32842
Face 61644 31388 31387 31284
Face 61645 33234 33233 33098
Face 61646 30416 30415 30348
Face 61647 31618 31732 31617
Face 61648 34027 34026 33900
Face 61649 33775 33774 33649
Face 61650 32590 32589 32472
Face 61651 32473 32590 32472
Face 61652 31601 31715 31600
Face 61653 31716 31715 31601
Face 61654 33387 33386 33250
Face 61655 31716 31828 31715
Face 61656 33520 33647 33519
Face 61657 32853 32852 32719
Face 61658 32720 32853 32719
Face 61659 30808 30906 30807
Face 61660 31003 31002 30905
Face 61661 30808 30807 30708
Face 61662 30709 30808 30708
Face 61663 32967 32966 32834
Face 61664 30615 30709 30614
Face 61665 31424 31530 31423
Face 61666 33109 33108 32974
Face 61667 32594 32593 32476
Face 61668 31742 31854 31741
Face 61669 31856 31963 31855
Face 61670 30897 30896 30790
Face 61671 31503 31502 31398
Face 61672 31399 31503 31398
Face 61673 31872 31979 31871
Face 61674 32733 32866 32865
Face 61675 33231 33230 33095
Face 61676 31500 31609 31608
Face 61677 31609 31723 31722
Face 61678 32188 32187 32083
Face 61679 31499 31500 31608
Face 61680 32513 32631 32630
Face 61681 33775 33901 33774
Face 61682 16767 16768 16838
Face 61683 32512 32513 32630
Face 61684 32488 32489 32605
Face 61685 32606 32733 32732
Face 61686 12588 33148 29325
Face 61687 30878 30877 30771
Face 61688 32126 32231 32337
Face 61689 30178 30177 30115
Face 61690 34598 34672 34454
Face 61691 31773 33788 12502
Face 61692 32768 12994 5118
Face 61693 33148 32768 5118
Face 61694 12994 32532 33564
Face 61695 5118 12994 33564
Face 61696 32532 12649 33022
Face 61697 33564 32532 33022
Face 61698 12649 32309 27259
Face 61699 33022 12649 27259
Face 61700 2950 3086 2949
Face 61701 32309 31773 12590
Face 61702 16683 16684 16743
Face 61703 12502 14916 12501
Face 61704 14916 14915 12501
Face 61705 11168 11236 31533
Face 61706 30233 30298 30232
Face 61707 30365 30364 30297
Face 61708 31607 31608 31721
Face 61709 31721 31722 31833
Face 61710 33396 33529 33395
Face 61711 33656 33655 33528
Face 61712 32482 32481 32369
Face 61713 33118 33117 32983
Face 61714 30153 30217 30216
Face 61715 31271 31270 31169
Face 61716 33255 33254 33119
Face 61717 31828 31827 31715
Face 61718 18829 18525 17729
Face 61719 636 8535 7400
Face 61720 256 3570 2585
Face 61721 18451 34549 6809
Face 61722 30713 30712 30618
Face 61723 30619 30713 30618
Face 61724 32271 32377 32376
Face 61725 30812 30811 30712
Face 61726 31935 31934 31827
Face 61727 32270 32271 32376
Face 61728 30713 30812 30712
Face 61729 32166 32167 32270
Face 61730 30910 30909 30811
Face 61731 30812 30910 30811
Face 61732 31007 31006 30909
Face 61733 30910 31007 30909
Face 61734 31103 31102 31006
Face 61735 31007 31103 31006
Face 61736 31202 31201 31102
Face 61737 31103 31202 31102
Face 61738 32063 32167 32062
Face 61739 31304 31303 31201
Face 61740 32063 32062 31957
Face 61741 32167 32271 32270
Face 61742 31958 32063 31957
Face 61743 32167 32166 32062
Face 61744 30100 30101 30162
Face 61745 31715 31714 31600
Face 61746 32088 32087 31982
Face 61747 31827 31826 31714
Face 61748 32294 32293 32189
Face 61749 30163 30227 30226
Face 61750 33536 33663 33662
Face 61751 33149 10870 30824
Face 61752 31202 31304 31201
Face 61753 31408 31407 31303
Face 61754 31304 31408 31303
Face 61755 31514 31513 31407
Face 61756 31408 31514 31407
Face 61757 32998 33132 32997
Face 61758 31627 31626 31513
Face 61759 31514 31627 31513
Face 61760 31748 31747 31626
Face 61761 31627 31748 31626
Face 61762 31860 31859 31747
Face 61763 31748 31860 31747
Face 61764 31967 31966 31859
Face 61765 31860 31967 31859
Face 61766 31739 31851 31738
Face 61767 32072 32071 31966
Face 61768 31967 32072 31966
Face 61769 31958 31957 31850
Face 61770 32176 32175 32071
Face 61771 32072 32176 32071
Face 61772 32280 32279 32175
Face 61773 32176 32280 32175
Face 61774 32386 32385 32279
Face 61775 32280 32386 32279
Face 61776 32605 32606 32732
Face 61777 30802 30803 30900
Face 61778 31020 31116 31019
Face 61779 31116 31115 31019
Face 61780 11307 31769 11308
Face 61781 32291 32397 32396
Face 61782 33784 33660 6709
Face 61783 32769 24116 12119
Face 61784 32768 12015 12994
Face 61785 12015 33308 10988
Face 61786 34183 33309 32532
Face 61787 12994 34183 32532
Face 61788 33309 32748 12649
Face 61789 32532 33309 12649
Face 61790 32748 18549 32309
Face 61791 12649 32748 32309
Face 61792 18549 33788 31773
Face 61793 32309 18549 31773
Face 61794 32542 2042 32417
Face 61795 33788 33288 12502
Face 61796 10995 9985 7391
Face 61797 3762 33288 32412
Face 61798 3379 4602 32412
Face 61799 3079 32645 13560
Face 61800 32665 9214 10520
Face 61801 32363 32475 32362
Face 61802 31498 31499 31607
Face 61803 31608 31722 31721
Face 61804 33881 34007 33880
Face 61805 31710 31822 31709
Face 61806 34133 34132 34006
Face 61807 30094 30095 30156
Face 61808 32829 32828 32695
Face 61809 34131 34130 34004
Face 61810 31602 31716 31601
Face 61811 32829 32961 32828
Face 61812 32489 32606 32605
Face 61813 33095 33230 33094
Face 61814 32498 32497 32385
Face 61815 32377 32489 32488
Face 61816 32386 32498 32385
Face 61817 32615 32614 32497
Face 61818 32498 32615 32497
Face 61819 32742 32741 32614
Face 61820 30803 30901 30900
Face 61821 32615 32742 32614
Face 61822 30610 30704 30609
Face 61823 30803 30802 30703
Face 61824 32875 32874 32741
Face 61825 32742 32875 32741
Face 61826 33007 33006 32874
Face 61827 30525 30610 30524
Face 61828 32875 33007 32874
Face 61829 32401 32512 32511
Face 61830 30704 30703 30609
Face 61831 32401 32400 32294
Face 61832 30610 30609 30524
Face 61833 33141 33140 33006
Face 61834 32295 32401 32294
Face 61835 33007 33141 33006
Face 61836 33276 33275 33140
Face 61837 33141 33276 33140
Face 61838 20870 25462 25461
Face 61839 32295 32294 32190
Face 61840 32191 32295 32190
Face 61841 32984 33118 32983
Face 61842 31187 31188 31288
Face 61843 32170 32169 32065
Face 61844 32340 32339 32233
Face 61845 30766 30765 30666
Face 61846 31275 31274 31173
Face 61847 33535 33536 33662
Face 61848 6620 33411 6685
Face 61849 33267 33403 33266
Face 61850 33536 33535 33402
Face 61851 33132 33267 33131
Face 61852 33403 33536 33402
Face 61853 33267 33266 33131
Face 61854 33403 33402 33266
Face 61855 32998 32997 32865
Face 61856 32866 32998 32865
Face 61857 31851 31958 31850
Face 61858 33132 33131 32997
Face 61859 21802 21897 29322
Face 61860 31400 31399 31296
Face 61861 32744 11031 32877
Face 61862 31533 11236 11235
Face 61863 31982 32087 31981
Face 61864 32172 32171 32067
Face 61865 31851 31850 31738
Face 61866 31872 31871 31759
Face 61867 30512 30511 30440
Face 61868 32837 32969 32836
Face 61869 31532 31531 31425
Face 61870 20386 32764 21479
Face 61871 32583 32710 32582
Face 61872 31645 31644 31531
Face 61873 31215 31214 31115
Face 61874 29993 29992 29934
Face 61875 12015 34183 12994
Face 61876 30694 30693 30599
Face 61877 32706 32705 32578
Face 61878 3213 3078 3079
Face 61879 8979 6289 31992
Face 61880 24776 24638 11494
Face 61881 21180 21181 34667
Face 61882 31368 31472 31367
Face 61883 34180 33553 32748
Face 61884 33309 34180 32748
Face 61885 33553 28819 18549
Face 61886 32748 33553 18549
Face 61887 28819 11613 33788
Face 61888 18549 28819 33788
Face 61889 11613 33299 33288
Face 61890 33788 11613 33288
Face 61891 33299 32525 32412
Face 61892 33288 33299 32412
Face 61893 32525 32419 32311
Face 61894 32412 32525 32311
Face 61895 31993 31992 10345
Face 61896 3589 585 14533
Face 61897 3178 16691 13750
Face 61898 31911 32016 32015
Face 61899 31394 31395 31498
Face 61900 31499 31608 31607
Face 61901 31291 31292 31394
Face 61902 31395 31499 31498
Face 61903 12637 26011 12748
Face 61904 31292 31395 31394
Face 61905 30286 30285 30220
Face 61906 32030 32029 31924
Face 61907 31818 31925 31817
Face 61908 33879 34005 33878
Face 61909 32376 32377 32488
Face 61910 31280 31383 31279
Face 61911 32975 32974 32842
Face 61912 31934 32039 31933
Face 61913 31532 31645 31531
Face 61914 33232 33368 33231
Face 61915 30517 30602 30516
Face 61916 34027 34153 34152
Face 61917 30704 30803 30703
Face 61918 29920 29919 29865
Face 61919 33901 34027 33900
Face 61920 32039 32038 31933
Face 61921 32473 32472 32360
Face 61922 32361 32473 32360
Face 61923 32982 33116 32981
Face 61924 33251 33387 33250
Face 61925 29920 29978 29919
Face 61926 33119 33118 32984
Face 61927 32985 33119 32984
Face 61928 30101 30163 30162
Face 61929 33119 33254 33118
Face 61930 33254 33253 33118
Face 61931 12636 20707 21455
Face 61932 33390 33523 33522
Face 61933 31766 31765 31644
Face 61934 32258 32364 32257
Face 61935 30038 30039 30100
Face 61936 31645 31766 31644
Face 61937 33780 33906 33779
Face 61938 6667 33907 6668
Face 61939 31215 31317 31214
Face 61940 31421 31420 31316
Face 61941 30370 30437 30436
Face 61942 30369 30370 30436
Face 61943 34180 12550 26812
Face 61944 31383 31382 31279
Face 61945 30772 30878 30771
Face 61946 31487 31486 31382
Face 61947 31286 31389 31285
Face 61948 31078 31077 30978
Face 61949 32974 33108 32973
Face 61950 33108 33243 33107
Face 61951 31188 31289 31288
Face 61952 31389 31388 31285
Face 61953 33124 33125 33259
Face 61954 31288 31289 31391
Face 61955 33252 33253 33388
Face 61956 33780 33781 33906
Face 61957 32087 32191 32086
Face 61958 33389 33522 33521
Face 61959 31878 31877 31765
Face 61960 33905 33906 34031
Face 61961 31766 31878 31765
Face 61962 31985 31984 31877
Face 61963 31878 31985 31877
Face 61964 31285 31284 31183
Face 61965 31587 31701 31586
Face 61966 32592 32719 32591
Face 61967 30896 30997 30895
Face 61968 31317 31316 31214
Face 61969 33898 34024 33897
Face 61970 31932 31931 31824
Face 61971 31174 31173 31074
Face 61972 32084 32083 31978
Face 61973 31071 31070 30971
Face 61974 30767 30873 30766
Face 61975 30600 30694 30599
Face 61976 31170 31169 31070
Face 61977 31402 31506 31401
Face 61978 30973 31072 30972
Face 61979 32645 3078 12558
Face 61980 31692 31804 31803
Face 61981 27613 23303 23361
Face 61982 6774 6775 300
Face 61983 26812 13210 33553
Face 61984 34180 26812 33553
Face 61985 13210 32652 28819
Face 61986 33553 13210 28819
Face 61987 32652 34186 11613
Face 61988 28819 32652 11613
Face 61989 34186 33432 33299
Face 61990 11613 34186 33299
Face 61991 33432 32523 32525
Face 61992 33299 33432 32525
Face 61993 32523 32535 32419
Face 61994 32525 32523 32419
Face 61995 9878 24638 24639
Face 61996 24638 9878 5373
Face 61997 16842 32624 16843
Face 61998 11141 33717 15434
Face 61999 33057 33056 20444
Face 62000 18366 2039 2038
Face 62001 30919 11054 30920
Face 62002 1542 75 15434
Face 62003 16724 16723 31888
Face 62004 34116 6642 34115
Face 62005 31191 31292 31291
Face 62006 30720 30719 11058
Face 62007 30436 30437 30507
Face 62008 31190 31191 31291
Face 62009 31116 31215 31115
Face 62010 34142 34141 34015
Face 62011 32704 32703 32576
Face 62012 33125 33260 33259
Face 62013 32034 32033 31928
Face 62014 30487 30572 30486
Face 62015 31979 32084 31978
Face 62016 32370 32482 32369
Face 62017 30972 31071 30971
Face 62018 32402 32513 32401
Face 62019 30416 30487 30415
Face 62020 30349 30416 30348
Face 62021 31731 31730 31616
Face 62022 32090 32089 31984
Face 62023 31985 32090 31984
Face 62024 32194 32193 32089
Face 62025 33877 33876 33750
Face 62026 32090 32194 32089
Face 62027 32298 32297 32193
Face 62028 33751 33750 33625
Face 62029 19435 16349 22230
Face 62030 14550 20991 29406
Face 62031 33402 33401 33265
Face 62032 30714 30713 30619
Face 62033 30119 30118 30056
Face 62034 34255 12748 34254
Face 62035 31317 31421 31316
Face 62036 30057 30119 30056
Face 62037 30237 30238 30302
Face 62038 30057 30056 29995
Face 62039 31091 31092 31190
Face 62040 30437 30508 30507
Face 62041 30992 30993 31091
Face 62042 31092 31191 31190
Face 62043 30891 30892 30992
Face 62044 30993 31092 31091
Face 62045 30785 30786 30891
Face 62046 30892 30993 30992
Face 62047 30686 30687 30785
Face 62048 30786 30892 30891
Face 62049 30592 30593 30686
Face 62050 30687 30786 30785
Face 62051 30508 30593 30592
Face 62052 30507 30508 30592
Face 62053 30238 30303 30302
Face 62054 30593 30687 30686
Face 62055 30181 30180 30118
Face 62056 30174 30238 30237
Face 62057 34128 34127 34001
Face 62058 30119 30181 30118
Face 62059 32087 32086 31981
Face 62060 32191 32190 32086
Face 62061 31982 31981 31874
Face 62062 32160 32264 32159
Face 62063 30896 30897 30997
Face 62064 31875 31982 31874
Face 62065 30310 30377 30309
Face 62066 30444 30443 30376
Face 62067 32240 32239 32135
Face 62068 30515 30600 30514
Face 62069 30620 30714 30619
Face 62070 33266 33265 33130
Face 62071 30813 30812 30713
Face 62072 30714 30813 30713
Face 62073 33131 33130 32996
Face 62074 30911 30910 30812
Face 62075 31615 31614 31505
Face 62076 32997 33131 32996
Face 62077 32596 32595 32478
Face 62078 32479 32596 32478
Face 62079 13210 26812 6510
Face 62080 32016 32017 32120
Face 62081 33799 33302 3211
Face 62082 20970 20971 21063
Face 62083 33812 21845 32652
Face 62084 13210 33812 32652
Face 62085 21845 12292 34186
Face 62086 32652 21845 34186
Face 62087 12292 33431 33432
Face 62088 34186 12292 33432
Face 62089 33431 32526 32523
Face 62090 33432 33431 32523
Face 62091 32526 33552 32535
Face 62092 32523 32526 32535
Face 62093 33552 32541 33675
Face 62094 32535 33552 33675
Face 62095 32541 33717 11141
Face 62096 33675 32541 11141
Face 62097 5895 11212 34294
Face 62098 33717 33429 15434
Face 62099 33429 13278 1542
Face 62100 6728 6827 13473
Face 62101 31025 31123 11691
Face 62102 6727 13473 6827
Face 62103 25562 27049 8639
Face 62104 12501 31773 12502
Face 62105 30298 30365 30297
Face 62106 31262 31365 31261
Face 62107 31817 31816 31704
Face 62108 34265 34264 34141
Face 62109 30793 30792 30693
Face 62110 32596 32723 32595
Face 62111 32604 32605 32731
Face 62112 32997 32996 32864
Face 62113 30813 30911 30812
Face 62114 31008 31007 30910
Face 62115 30911 31008 30910
Face 62116 31104 31103 31007
Face 62117 32487 32488 32604
Face 62118 32605 32732 32731
Face 62119 31008 31104 31007
Face 62120 31203 31202 31103
Face 62121 31104 31203 31103
Face 62122 31305 31304 31202
Face 62123 31203 31305 31202
Face 62124 31409 31408 31304
Face 62125 32375 32376 32487
Face 62126 31305 31409 31304
Face 62127 32451 32450 32338
Face 62128 33626 33751 33625
Face 62129 31515 31514 31408
Face 62130 31409 31515 31408
Face 62131 31628 31627 31514
Face 62132 31515 31628 31514
Face 62133 31749 31748 31627
Face 62134 31628 31749 31627
Face 62135 31861 31860 31748
Face 62136 31749 31861 31748
Face 62137 33266 33402 33265
Face 62138 31968 31967 31860
Face 62139 30694 30793 30693
Face 62140 33535 33534 33401
Face 62141 31611 31725 31724
Face 62142 30793 30898 30792
Face 62143 30303 30370 30369
Face 62144 32186 32187 32290
Face 62145 30432 30503 30431
Face 62146 30302 30303 30369
Face 62147 30432 30431 30364
Face 62148 30588 30587 30502
Face 62149 30365 30432 30364
Face 62150 30503 30502 30431
Face 62151 30503 30588 30502
Face 62152 30682 30681 30587
Face 62153 30588 30682 30587
Face 62154 30781 30780 30681
Face 62155 30887 30886 30780
Face 62156 30682 30781 30681
Face 62157 30988 30987 30886
Face 62158 30781 30887 30780
Face 62159 31086 31087 31185
Face 62160 30887 30988 30886
Face 62161 30988 31087 31086
Face 62162 30987 30988 31086
Face 62163 30173 30174 30237
Face 62164 31087 31186 31185
Face 62165 30245 30310 30244
Face 62166 30050 30112 30049
Face 62167 30245 30244 30180
Face 62168 30377 30376 30309
Face 62169 30181 30245 30180
Face 62170 30310 30309 30244
Face 62171 30377 30444 30376
Face 62172 30515 30514 30443
Face 62173 30444 30515 30443
Face 62174 30600 30599 30514
Face 62175 31402 31401 31298
Face 62176 33877 34003 33876
Face 62177 33131 33266 33130
Face 62178 31506 31505 31401
Face 62179 31861 31968 31860
Face 62180 32376 32488 32487
Face 62181 32073 32072 31967
Face 62182 31968 32073 31967
Face 62183 32165 32166 32269
Face 62184 32177 32176 32072
Face 62185 32723 32722 32595
Face 62186 32270 32376 32375
Face 62187 32696 32829 32695
Face 62188 32988 33122 32987
Face 62189 32507 32508 763
Face 62190 34630 28558 34349
Face 62191 33812 5332 21845
Face 62192 18897 18432 19116
Face 62193 33789 13015 12292
Face 62194 21845 33789 12292
Face 62195 13015 33560 33431
Face 62196 12292 13015 33431
Face 62197 33560 32767 32526
Face 62198 33431 33560 32526
Face 62199 32767 11375 33552
Face 62200 32526 32767 33552
Face 62201 11375 34241 32541
Face 62202 33552 11375 32541
Face 62203 34241 26905 33717
Face 62204 32541 34241 33717
Face 62205 26905 32421 33429
Face 62206 33717 26905 33429
Face 62207 32421 11685 13278
Face 62208 33429 32421 13278
Face 62209 33152 12011 13278
Face 62210 11685 33152 13278
Face 62211 34501 34517 34745
Face 62212 33152 26076 12011
Face 62213 6660 6755 6754
Face 62214 6643 34242 6729
Face 62215 31283 31282 31181
Face 62216 32844 32843 32710
Face 62217 32856 32855 32722
Face 62218 32837 32836 32703
Face 62219 32865 32997 32864
Face 62220 32723 32856 32722
Face 62221 32073 32177 32072
Face 62222 32062 32166 32061
Face 62223 32281 32280 32176
Face 62224 32177 32281 32176
Face 62225 32387 32386 32280
Face 62226 31738 31850 31737
Face 62227 31957 31956 31849
Face 62228 32281 32387 32280
Face 62229 32499 32498 32386
Face 62230 32387 32499 32386
Face 62231 32616 32615 32498
Face 62232 32499 32616 32498
Face 62233 32743 32742 32615
Face 62234 32616 32743 32615
Face 62235 30802 30900 30801
Face 62236 32876 32875 32742
Face 62237 31506 31615 31505
Face 62238 32488 32605 32604
Face 62239 30684 30783 30782
Face 62240 33499 33626 33498
Face 62241 6642 6643 6728
Face 62242 30589 30590 30683
Face 62243 30683 30684 30782
Face 62244 30783 30889 30888
Face 62245 1977 10707 8992
Face 62246 14150 12173 33013
Face 62247 33402 33535 33401
Face 62248 33535 33662 33661
Face 62249 32156 32157 32260
Face 62250 33534 33535 33661
Face 62251 34142 34265 34141
Face 62252 32367 32366 32260
Face 62253 31287 31390 31286
Face 62254 31610 31611 31724
Face 62255 31287 31286 31185
Face 62256 31186 31287 31185
Face 62257 30105 30167 30166
Face 62258 31390 31389 31286
Face 62259 30586 30680 30585
Face 62260 30104 30105 30166
Face 62261 30586 30585 30500
Face 62262 30501 30586 30500
Face 62263 30501 30500 30429
Face 62264 30680 30679 30585
Face 62265 30430 30429 30362
Face 62266 30430 30501 30429
Face 62267 30296 30363 30295
Face 62268 30363 30430 30362
Face 62269 30231 30296 30230
Face 62270 30363 30362 30295
Face 62271 30166 30167 30230
Face 62272 30296 30295 30230
Face 62273 29982 30043 29981
Face 62274 30043 30105 30104
Face 62275 31494 31493 31389
Face 62276 29924 29982 29923
Face 62277 30112 30174 30173
Face 62278 31390 31494 31389
Face 62279 29989 30050 29988
Face 62280 30111 30112 30173
Face 62281 29931 29989 29930
Face 62282 30112 30111 30049
Face 62283 29877 29931 29876
Face 62284 30050 30049 29988
Face 62285 29931 29930 29876
Face 62286 29989 29988 29930
Face 62287 34006 34005 33879
Face 62288 32969 33103 32968
Face 62289 32367 32479 32366
Face 62290 33904 34030 34029
Face 62291 30703 30802 30801
Face 62292 30702 30703 30801
Face 62293 32743 32876 32742
Face 62294 33008 33007 32875
Face 62295 32876 33008 32875
Face 62296 33142 33141 33007
Face 62297 32269 32270 32375
Face 62298 30609 30703 30608
Face 62299 33095 33094 32960
Face 62300 33393 33392 33256
Face 62301 3594 3465 3466
Face 62302 7583 13772 7268
Face 62303 33013 12199 33789
Face 62304 5332 33789 21845
Face 62305 12199 6839 13015
Face 62306 33789 12199 13015
Face 62307 6839 33559 33560
Face 62308 13015 6839 33560
Face 62309 33559 32527 32767
Face 62310 33560 33559 32767
Face 62311 32527 32901 11375
Face 62312 32767 32527 11375
Face 62313 32901 33936 34241
Face 62314 11375 32901 34241
Face 62315 33936 33972 26905
Face 62316 34241 33936 26905
Face 62317 33972 34195 32421
Face 62318 26905 33972 32421
Face 62319 34195 31885 11685
Face 62320 32421 34195 11685
Face 62321 32416 33152 11685
Face 62322 31885 32416 11685
Face 62323 33426 26076 33152
Face 62324 32416 33426 33152
Face 62325 17857 25080 21262
Face 62326 18364 18366 32891
Face 62327 32711 32844 32710
Face 62328 6686 6687 6782
Face 62329 30673 30672 30578
Face 62330 32976 32975 32843
Face 62331 32988 32987 32855
Face 62332 32833 32832 32699
Face 62333 32166 32270 32269
Face 62334 32856 32988 32855
Face 62335 33008 33142 33007
Face 62336 32062 32061 31956
Face 62337 33277 33276 33141
Face 62338 33142 33277 33141
Face 62339 30524 30609 30523
Face 62340 30703 30702 30608
Face 62341 8844 12569 15787
Face 62342 33276 33277 33411
Face 62343 27961 16719 34265
Face 62344 30820 11055 30919
Face 62345 32194 32298 32193
Face 62346 33891 33890 33764
Face 62347 30524 30523 30452
Face 62348 32404 32403 32297
Face 62349 33122 33121 32987
Face 62350 31850 31849 31737
Face 62351 31729 31728 31614
Face 62352 31615 31729 31614
Face 62353 31729 31841 31728
Face 62354 31841 31840 31728
Face 62355 31840 31841 31947
Face 62356 31841 31948 31947
Face 62357 31948 32053 31947
Face 62358 32053 32052 31947
Face 62359 32053 32157 32052
Face 62360 32157 32156 32052
Face 62361 32261 32367 32260
Face 62362 32157 32261 32260
Face 62363 33890 34016 33889
Face 62364 32479 32478 32366
Face 62365 29964 30025 29963
Face 62366 30094 30156 30155
Face 62367 34003 34002 33876
Face 62368 30174 30175 30238
Face 62369 30155 30156 30219
Face 62370 30042 30043 30104
Face 62371 31114 31113 31017
Face 62372 30167 30231 30230
Face 62373 30292 30291 30226
Face 62374 30227 30292 30226
Face 62375 30497 30496 30425
Face 62376 30359 30358 30291
Face 62377 30292 30359 30291
Face 62378 30426 30497 30425
Face 62379 30426 30425 30358
Face 62380 30359 30426 30358
Face 62381 30582 30581 30496
Face 62382 30497 30582 30496
Face 62383 30676 30675 30581
Face 62384 30582 30676 30581
Face 62385 30676 30775 30675
Face 62386 30775 30774 30675
Face 62387 30775 30881 30774
Face 62388 30881 30880 30774
Face 62389 30043 30042 29981
Face 62390 30982 30981 30880
Face 62391 31603 31717 31602
Face 62392 29924 29923 29869
Face 62393 31603 31602 31493
Face 62394 31829 31828 31716
Face 62395 31494 31603 31493
Face 62396 31717 31716 31602
Face 62397 31717 31829 31716
Face 62398 31936 31935 31828
Face 62399 31829 31936 31828
Face 62400 32041 32040 31935
Face 62401 30491 30576 30490
Face 62402 31936 32041 31935
Face 62403 33903 33904 34029
Face 62404 34003 34004 34129
Face 62405 30900 30899 30801
Face 62406 3593 5123 33418
Face 62407 32298 32404 32297
Face 62408 32264 32370 32263
Face 62409 32515 32514 32403
Face 62410 32404 32515 32403
Face 62411 32482 32599 32481
Face 62412 32513 32512 32401
Face 62413 33257 33393 33256
Face 62414 32131 32235 32130
Face 62415 16732 32319 16733
Face 62416 32512 767 32511
Face 62417 32903 28679 12199
Face 62418 33013 32903 12199
Face 62419 28679 34098 6839
Face 62420 12199 28679 6839
Face 62421 34098 33685 33559
Face 62422 6839 34098 33559
Face 62423 33685 32646 32527
Face 62424 33559 33685 32527
Face 62425 32646 32312 32901
Face 62426 32527 32646 32901
Face 62427 32312 29996 33936
Face 62428 32901 32312 33936
Face 62429 29996 34096 33972
Face 62430 33936 29996 33972
Face 62431 34096 32923 34195
Face 62432 33972 34096 34195
Face 62433 32923 17952 31885
Face 62434 34195 32923 31885
Face 62435 32773 32416 31885
Face 62436 17952 32773 31885
Face 62437 34044 33426 32416
Face 62438 32773 34044 32416
Face 62439 28004 34362 34291
Face 62440 31022 32629 21165
Face 62441 31022 21164 26790
Face 62442 4322 10430 6265
Face 62443 32844 32976 32843
Face 62444 30040 30041 30102
Face 62445 32577 32704 32576
Face 62446 33110 33109 32975
Face 62447 33526 33525 33392
Face 62448 32573 32572 32455
Face 62449 31957 32062 31956
Face 62450 33393 33526 33392
Face 62451 31850 31957 31849
Face 62452 32166 32165 32061
Face 62453 33876 34002 34001
Face 62454 31763 31762 31641
Face 62455 30602 30601 30516
Face 62456 34026 34027 34152
Face 62457 17775 17225 18432
Face 62458 31835 31942 31941
Face 62459 31834 31835 31941
Face 62460 31529 31642 31528
Face 62461 33251 33250 33115
Face 62462 33904 33903 33777
Face 62463 30609 30608 30523
Face 62464 31759 31871 31758
Face 62465 33778 33904 33777
Face 62466 32187 32291 32290
Face 62467 32238 32344 32237
Face 62468 32187 32186 32082
Face 62469 32083 32187 32082
Face 62470 31978 32083 31977
Face 62471 31318 31422 31317
Face 62472 31951 32056 32055
Face 62473 30448 30447 30380
Face 62474 32586 32585 32468
Face 62475 32978 32977 32845
Face 62476 34016 34142 34015
Face 62477 30297 30296 30231
Face 62478 32467 32584 32466
Face 62479 30232 30297 30231
Face 62480 30489 30574 30488
Face 62481 31161 31262 31160
Face 62482 30031 30030 29969
Face 62483 29970 30031 29969
Face 62484 29858 29912 29857
Face 62485 29970 29969 29911
Face 62486 29904 29962 29903
Face 62487 29912 29970 29911
Face 62488 33414 17492 33669
Face 62489 585 22467 14533
Face 62490 30358 30425 30357
Face 62491 30496 30495 30424
Face 62492 30291 30358 30290
Face 62493 30425 30496 30424
Face 62494 30225 30226 30290
Face 62495 30425 30424 30357
Face 62496 30161 30162 30225
Face 62497 30358 30357 30290
Face 62498 30099 30100 30161
Face 62499 30226 30291 30290
Face 62500 30100 30162 30161
Face 62501 30162 30226 30225
Face 62502 30038 30100 30099
Face 62503 30037 30038 30099
Face 62504 30881 30982 30880
Face 62505 30156 30220 30219
Face 62506 29870 29924 29869
Face 62507 31081 31080 30981
Face 62508 31758 31870 31757
Face 62509 29982 29981 29923
Face 62510 31637 31758 31636
Face 62511 31977 31976 31869
Face 62512 31758 31757 31636
Face 62513 31870 31869 31757
Face 62514 34011 34137 34010
Face 62515 32860 32992 32859
Face 62516 33514 33513 33380
Face 62517 31708 31707 31593
Face 62518 6772 6677 6678
Face 62519 33381 33514 33380
Face 62520 11119 32304 11059
Face 62521 30297 30364 30296
Face 62522 31763 31875 31762
Face 62523 31527 31526 31420
Face 62524 33116 33251 33115
Face 62525 33774 33900 33773
Face 62526 31092 31093 31191
Face 62527 31608 31609 31722
Face 62528 31185 31184 31085
Face 62529 31875 31874 31762
Face 62530 31639 31760 31638
Face 62531 21455 16856 16777
Face 62532 31527 31640 31526
Face 62533 11495 33682 28679
Face 62534 32903 11495 28679
Face 62535 33682 12384 34098
Face 62536 28679 33682 34098
Face 62537 12384 3306 33685
Face 62538 34098 12384 33685
Face 62539 3306 32524 32646
Face 62540 33685 3306 32646
Face 62541 32524 32420 32312
Face 62542 32646 32524 32312
Face 62543 32420 30316 29996
Face 62544 32312 32420 29996
Face 62545 30316 34223 34096
Face 62546 29996 30316 34096
Face 62547 34223 34126 32923
Face 62548 34096 34223 32923
Face 62549 34126 12005 17952
Face 62550 32923 34126 17952
Face 62551 33310 32773 17952
Face 62552 12005 33310 17952
Face 62553 28425 34044 32773
Face 62554 33310 28425 32773
Face 62555 21164 31022 21165
Face 62556 28425 33164 34044
Face 62557 23859 25740 23787
Face 62558 31269 31372 31268
Face 62559 30229 30294 30228
Face 62560 31930 32035 31929
Face 62561 32976 33110 32975
Face 62562 32458 32457 32345
Face 62563 32573 32700 32572
Face 62564 33245 33244 33109
Face 62565 33778 33777 33652
Face 62566 32456 32455 32343
Face 62567 33653 33652 33525
Face 62568 33653 33778 33652
Face 62569 31642 31763 31641
Face 62570 33526 33653 33525
Face 62571 33243 33379 33242
Face 62572 30981 31080 30980
Face 62573 12276 22469 12913
Face 62574 34150 34149 34023
Face 62575 27370 21162 9896
Face 62576 579 17290 17380
Face 62577 32346 32345 32239
Face 62578 32363 32362 32256
Face 62579 31483 31482 31378
Face 62580 31953 32058 31952
Face 62581 32859 32991 32858
Face 62582 30696 30697 30795
Face 62583 21248 21249 34067
Face 62584 32145 32144 32040
Face 62585 32041 32145 32040
Face 62586 2950 2951 3087
Face 62587 32249 32248 32144
Face 62588 32145 32249 32144
Face 62589 6751 6750 6656
Face 62590 32249 32355 32248
Face 62591 32355 32354 32248
Face 62592 32355 32467 32354
Face 62593 32467 32466 32354
Face 62594 32711 32710 32583
Face 62595 32584 32583 32466
Face 62596 30361 30360 30293
Face 62597 32584 32711 32583
Face 62598 31823 31822 31710
Face 62599 32185 32186 32289
Face 62600 31195 31296 31194
Face 62601 31703 31702 31588
Face 62602 17498 18826 18792
Face 62603 30873 30872 30766
Face 62604 7126 34046 33935
Face 62605 33935 34046 21632
Face 62606 32880 21730 21634
Face 62607 16844 16845 16932
Face 62608 31578 31577 31468
Face 62609 13278 12011 13861
Face 62610 7391 27362 33014
Face 62611 30505 30504 30433
Face 62612 31641 31762 31640
Face 62613 31599 31713 31598
Face 62614 30175 30239 30238
Face 62615 30289 30356 30288
Face 62616 30109 30171 30170
Face 62617 30303 30304 30370
Face 62618 33098 33233 33097
Face 62619 30698 30697 30603
Face 62620 29912 29911 29857
Face 62621 31876 31983 31875
Face 62622 30350 30349 30282
Face 62623 30031 30093 30092
Face 62624 31281 31280 31179
Face 62625 31938 32043 31937
Face 62626 30982 31081 30981
Face 62627 31180 31281 31179
Face 62628 31180 31179 31080
Face 62629 31081 31180 31080
Face 62630 31384 31383 31280
Face 62631 31281 31384 31280
Face 62632 31488 31487 31383
Face 62633 31384 31488 31383
Face 62634 31278 31277 31176
Face 62635 31597 31596 31487
Face 62636 33641 33640 33513
Face 62637 31705 31704 31590
Face 62638 30364 30363 30296
Face 62639 33514 33641 33513
Face 62640 31421 31527 31420
Face 62641 33112 33111 32977
Face 62642 31760 31759 31638
Face 62643 31640 31639 31526
Face 62644 31195 31194 31095
Face 62645 31642 31641 31528
Face 62646 32240 32346 32239
Face 62647 31843 31950 31842
Face 62648 31526 31639 31525
Face 62649 31757 31869 31756
Face 62650 21633 21728 21632
Face 62651 7126 21538 21539
Face 62652 33682 11495 20147
Face 62653 34043 18337 33164
Face 62654 32537 34064 12384
Face 62655 33682 32537 12384
Face 62656 34064 27260 3306
Face 62657 12384 34064 3306
Face 62658 27260 32528 32524
Face 62659 3306 27260 32524
Face 62660 32528 34051 32420
Face 62661 32524 32528 32420
Face 62662 34051 34045 30316
Face 62663 32420 34051 30316
Face 62664 34045 33413 34223
Face 62665 30316 34045 34223
Face 62666 33413 33281 34126
Face 62667 34223 33413 34126
Face 62668 33281 28304 12005
Face 62669 34126 33281 12005
Face 62670 24247 33310 12005
Face 62671 28304 24247 12005
Face 62672 33194 28425 33310
Face 62673 24247 33194 33310
Face 62674 34043 33164 28425
Face 62675 33194 34043 28425
Face 62676 18785 2433 32884
Face 62677 18128 19148 18337
Face 62678 32139 32138 32034
Face 62679 32877 11029 33009
Face 62680 30041 30103 30102
Face 62681 32035 32139 32034
Face 62682 33110 33245 33109
Face 62683 33126 33261 33125
Face 62684 32344 32456 32343
Face 62685 33381 33380 33244
Face 62686 34148 34147 34021
Face 62687 34022 34148 34021
Face 62688 31761 31760 31639
Face 62689 32234 32340 32233
Face 62690 31478 31587 31477
Face 62691 31480 31479 31375
Face 62692 31096 31195 31095
Face 62693 32402 32401 32295
Face 62694 30696 30695 30601
Face 62695 32192 32296 32191
Face 62696 32296 32402 32295
Face 62697 30696 30795 30794
Face 62698 30695 30696 30794
Face 62699 32143 32247 32142
Face 62700 32710 32709 32582
Face 62701 30351 30418 30350
Face 62702 30668 30767 30667
Face 62703 34271 26904 34270
Face 62704 13770 1913 13183
Face 62705 27041 29588 21647
Face 62706 26760 27041 27961
Face 62707 30904 31001 31000
Face 62708 18480 17424 17866
Face 62709 28290 27133 6590
Face 62710 13988 21465 20554
Face 62711 32992 32991 32859
Face 62712 30241 30306 30305
Face 62713 30596 30595 30510
Face 62714 34046 7126 21540
Face 62715 30294 30361 30293
Face 62716 34269 27133 34268
Face 62717 31711 31823 31710
Face 62718 33261 33260 33125
Face 62719 33094 33229 33093
Face 62720 31930 31929 31822
Face 62721 34260 34259 34136
Face 62722 31983 31982 31875
Face 62723 34046 21540 34047
Face 62724 31182 31283 31181
Face 62725 17743 18618 17039
Face 62726 17743 18143 34248
Face 62727 31416 31415 31311
Face 62728 31312 31416 31311
Face 62729 32662 11927 32880
Face 62730 20996 14729 23221
Face 62731 1573 15613 3058
Face 62732 1573 15471 15613
Face 62733 15471 1573 15470
Face 62734 33017 32910 18226
Face 62735 31076 31075 30976
Face 62736 31175 31174 31075
Face 62737 30977 30976 30875
Face 62738 30977 31076 30976
Face 62739 30876 30875 30769
Face 62740 30876 30977 30875
Face 62741 30285 30352 30284
Face 62742 30770 30876 30769
Face 62743 30219 30284 30218
Face 62744 30770 30769 30670
Face 62745 30038 30037 29976
Face 62746 29914 29913 29859
Face 62747 29977 29976 29918
Face 62748 29977 30038 29976
Face 62749 29919 29918 29864
Face 62750 29919 29977 29918
Face 62751 25853 13460 34149
Face 62752 29865 29919 29864
Face 62753 30767 30766 30667
Face 62754 31617 31731 31616
Face 62755 32139 32243 32138
Face 62756 32133 32132 32028
Face 62757 31817 31924 31816
Face 62758 32349 32348 32242
Face 62759 33892 33891 33765
Face 62760 30423 30494 30422
Face 62761 32586 32713 32585
Face 62762 33766 33892 33765
Face 62763 33396 33395 33259
Face 62764 31502 31611 31610
Face 62765 33875 33876 34001
Face 62766 33260 33396 33259
Face 62767 31319 31423 31318
Face 62768 31701 31700 31586
Face 62769 31529 31528 31422
Face 62770 31423 31529 31422
Face 62771 16850 16849 16774
Face 62772 6652 6590 6653
Face 62773 32910 34162 32537
Face 62774 18226 32910 20147
Face 62775 34162 13109 34064
Face 62776 32537 34162 34064
Face 62777 13109 32533 27260
Face 62778 34064 13109 27260
Face 62779 32533 32647 32528
Face 62780 27260 32533 32528
Face 62781 32647 33920 34051
Face 62782 32528 32647 34051
Face 62783 33920 32543 34045
Face 62784 34051 33920 34045
Face 62785 32543 11366 33413
Face 62786 34045 32543 33413
Face 62787 11366 33021 33281
Face 62788 33413 11366 33281
Face 62789 33021 26093 28304
Face 62790 33281 33021 28304
Face 62791 26093 33160 24247
Face 62792 28304 26093 24247
Face 62793 18766 33194 24247
Face 62794 33160 18766 24247
Face 62795 8001 34043 33194
Face 62796 18766 8001 33194
Face 62797 18337 18484 18225
Face 62798 31017 31113 31016
Face 62799 16923 18717 19117
Face 62800 34582 34572 34653
Face 62801 32243 32242 32138
Face 62802 33375 33508 33374
Face 62803 31637 31636 31523
Face 62804 31524 31637 31523
Face 62805 33245 33381 33244
Face 62806 30442 30441 30374
Face 62807 33770 33896 33769
Face 62808 34022 34021 33895
Face 62809 31929 31928 31821
Face 62810 34256 34255 34132
Face 62811 29978 29977 29919
Face 62812 32143 32142 32038
Face 62813 34068 21157 34069
Face 62814 31945 32050 31944
Face 62815 31399 31398 31295
Face 62816 2887 15112 5775
Face 62817 30780 30779 30680
Face 62818 30621 30620 30533
Face 62819 12748 26073 34254
Face 62820 30350 30417 30349
Face 62821 30534 30621 30533
Face 62822 34007 34133 34006
Face 62823 32710 32843 32709
Face 62824 34271 34270 34147
Face 62825 31822 31929 31821
Face 62826 20707 27041 21647
Face 62827 27016 26904 11382
Face 62828 29859 29913 29858
Face 62829 31083 31082 30983
Face 62830 7236 7237 7344
Face 62831 21251 21343 21250
Face 62832 21250 34196 21251
Face 62833 34068 34196 21250
Face 62834 28558 34742 6397
Face 62835 21541 32662 34047
Face 62836 31711 31710 31596
Face 62837 31488 31597 31487
Face 62838 31823 31930 31822
Face 62839 31597 31711 31596
Face 62840 29968 30029 29967
Face 62841 32035 32034 31929
Face 62842 31295 31294 31193
Face 62843 31375 31374 31271
Face 62844 33503 33502 33369
Face 62845 31386 31385 31282
Face 62846 30421 30420 30353
Face 62847 30354 30421 30353
Face 62848 10311 18847 18143
Face 62849 34669 34373 34423
Face 62850 34717 8774 34523
Face 62851 17232 34037 5123
Face 62852 6508 3072 15001
Face 62853 6411 6508 15001
Face 62854 16835 32924 33146
Face 62855 11927 16835 33146
Face 62856 18826 18825 18792
Face 62857 32924 32201 33146
Face 62858 31618 31617 31508
Face 62859 19035 18430 17142
Face 62860 32086 32190 32085
Face 62861 31016 31015 30918
Face 62862 30919 31016 30918
Face 62863 31112 31111 31015
Face 62864 31016 31112 31015
Face 62865 30449 30520 30448
Face 62866 30671 30770 30670
Face 62867 32190 32189 32085
Face 62868 32572 32699 32571
Face 62869 30492 30577 30491
Face 62870 30670 30669 30575
Face 62871 32832 32964 32831
Face 62872 33369 33368 33232
Face 62873 32963 32962 32830
Face 62874 30036 30035 29974
Face 62875 29975 30036 29974
Face 62876 27960 18787 13478
Face 62877 12657 27960 13478
Face 62878 32025 32129 32024
Face 62879 33759 33885 33758
Face 62880 32243 32349 32242
Face 62881 31924 32029 31923
Face 62882 30579 30578 30493
Face 62883 32461 32460 32348
Face 62884 34018 34017 33891
Face 62885 33372 33505 33371
Face 62886 31501 31502 31610
Face 62887 33892 34018 33891
Face 62888 33253 33252 33117
Face 62889 32083 32082 31977
Face 62890 33649 33774 33648
Face 62891 32162 32161 32057
Face 62892 33556 18430 17866
Face 62893 30963 31062 30962
Face 62894 16748 16747 34099
Face 62895 7114 7007 646
Face 62896 33017 32896 34162
Face 62897 32910 33017 34162
Face 62898 32896 33159 13109
Face 62899 34162 32896 13109
Face 62900 33159 32618 32533
Face 62901 13109 33159 32533
Face 62902 32618 32907 32647
Face 62903 32533 32618 32647
Face 62904 26417 33920 32647
Face 62905 32907 26417 32647
Face 62906 32640 32543 33920
Face 62907 26417 32640 33920
Face 62908 32640 32097 11366
Face 62909 32543 32640 11366
Face 62910 32097 25983 33021
Face 62911 11366 32097 33021
Face 62912 25983 11701 26093
Face 62913 33021 25983 26093
Face 62914 11701 32101 33160
Face 62915 26093 11701 33160
Face 62916 33681 18766 33160
Face 62917 32101 33681 33160
Face 62918 31221 8001 18766
Face 62919 33681 31221 18766
Face 62920 33308 16186 10988
Face 62921 31221 16720 8001
Face 62922 33665 6774 6678
Face 62923 15087 1456 18428
Face 62924 33239 33375 33238
Face 62925 33508 33507 33374
Face 62926 33657 33782 33656
Face 62927 33530 33657 33529
Face 62928 32371 32483 32370
Face 62929 32265 32371 32264
Face 62930 33645 33770 33644
Face 62931 33896 34022 33895
Face 62932 34131 34254 34253
Face 62933 30157 30221 30220
Face 62934 30581 30580 30495
Face 62935 30675 30674 30580
Face 62936 30715 30714 30620
Face 62937 30621 30715 30620
Face 62938 30814 30813 30714
Face 62939 30715 30814 30714
Face 62940 30912 30911 30813
Face 62941 30814 30912 30813
Face 62942 32037 32036 31931
Face 62943 32245 32244 32140
Face 62944 29875 29929 29874
Face 62945 30417 30488 30416
Face 62946 34148 34271 34147
Face 62947 30033 30032 29971
Face 62948 32093 7240 7239
Face 62949 26904 27016 34270
Face 62950 6750 6749 6656
Face 62951 21068 34070 21157
Face 62952 32483 32600 32482
Face 62953 29971 29970 29912
Face 62954 30340 30339 30272
Face 62955 21252 21251 34196
Face 62956 30657 30756 30656
Face 62957 34068 34069 34196
Face 62958 17842 18634 18226
Face 62959 16740 33333 16682
Face 62960 30243 30308 30242
Face 62961 32695 32694 32567
Face 62962 32475 32474 32362
Face 62963 34009 34008 33882
Face 62964 21355 21449 21448
Face 62965 32265 32264 32160
Face 62966 31075 31074 30975
Face 62967 30697 30696 30602
Face 62968 32242 32241 32137
Face 62969 30987 30986 30885
Face 62970 30096 30158 30157
Face 62971 30095 30096 30157
Face 62972 30667 30666 30572
Face 62973 32580 32579 32462
Face 62974 24638 5373 11494
Face 62975 34038 34164 21448
Face 62976 34164 34161 16835
Face 62977 34068 21156 21157
Face 62978 34161 32406 32924
Face 62979 16835 34161 32924
Face 62980 11298 33308 32768
Face 62981 17937 17232 17537
Face 62982 31704 31816 31703
Face 62983 17424 11232 17866
Face 62984 31816 31815 31703
Face 62985 31923 31922 31815
Face 62986 31704 31703 31589
Face 62987 31590 31704 31589
Face 62988 31590 31589 31480
Face 62989 31481 31590 31480
Face 62990 33512 33639 33511
Face 62991 32698 32697 32570
Face 62992 30671 30670 30576
Face 62993 33890 33889 33763
Face 62994 30421 30492 30420
Face 62995 30577 30671 30576
Face 62996 30492 30491 30420
Face 62997 30577 30576 30491
Face 62998 30034 30096 30095
Face 62999 30033 30034 30095
Face 63000 29973 29972 29914
Face 63001 29915 29973 29914
Face 63002 32049 32153 32048
Face 63003 29861 29915 29860
Face 63004 30574 30668 30573
Face 63005 33099 33098 32964
Face 63006 32349 32461 32348
Face 63007 32237 32236 32132
Face 63008 33372 33371 33235
Face 63009 32578 32577 32460
Face 63010 34144 34143 34017
Face 63011 29992 30053 29991
Face 63012 30314 30313 30248
Face 63013 34018 34144 34017
Face 63014 31978 31977 31870
Face 63015 31528 31527 31421
Face 63016 30862 30963 30861
Face 63017 31871 31978 31870
Face 63018 32774 33017 33556
Face 63019 16720 18036 18128
Face 63020 32774 33150 32896
Face 63021 33017 32774 32896
Face 63022 33150 33158 33159
Face 63023 32896 33150 33159
Face 63024 33158 32505 32618
Face 63025 33159 33158 32618
Face 63026 32505 33041 32907
Face 63027 32618 32505 32907
Face 63028 32204 26417 32907
Face 63029 33041 32204 32907
Face 63030 33680 32640 26417
Face 63031 32204 33680 26417
Face 63032 32098 32097 32640
Face 63033 33680 32098 32640
Face 63034 33667 25983 32097
Face 63035 32098 33667 32097
Face 63036 13093 11701 25983
Face 63037 33667 13093 25983
Face 63038 13093 32906 32101
Face 63039 11701 13093 32101
Face 63040 32906 32639 33681
Face 63041 32101 32906 33681
Face 63042 32639 1090 31221
Face 63043 33681 32639 31221
Face 63044 1090 16869 16720
Face 63045 31221 1090 16720
Face 63046 19040 19148 18128
Face 63047 6754 6753 6659
Face 63048 18128 18036 19040
Face 63049 21068 34071 34070
Face 63050 31524 31523 31417
Face 63051 31418 31524 31417
Face 63052 30678 30677 30583
Face 63053 30428 30499 30427
Face 63054 33896 33895 33769
Face 63055 30308 30307 30242
Face 63056 31706 31818 31705
Face 63057 33770 33769 33644
Face 63058 20707 21647 21455
Face 63059 34005 34131 34004
Face 63060 31009 31008 30911
Face 63061 31976 31975 31868
Face 63062 30912 31009 30911
Face 63063 31105 31104 31008
Face 63064 30155 30219 30218
Face 63065 31009 31105 31008
Face 63066 31204 31203 31104
Face 63067 31105 31204 31104
Face 63068 31080 31079 30980
Face 63069 30777 30883 30776
Face 63070 33114 33249 33113
Face 63071 30419 30418 30351
Face 63072 33385 33384 33248
Face 63073 33249 33385 33248
Face 63074 30690 30689 30595
Face 63075 31952 32057 31951
Face 63076 10451 8548 170
Face 63077 11531 10988 16032
Face 63078 33508 33635 33507
Face 63079 33635 33634 33507
Face 63080 32394 7007 32393
Face 63081 9789 1114 24263
Face 63082 31650 9789 24263
Face 63083 34070 21160 34069
Face 63084 34685 34599 34406
Face 63085 3079 3080 3214
Face 63086 31918 31917 31810
Face 63087 30563 30562 30477
Face 63088 34645 34741 34475
Face 63089 30478 30563 30477
Face 63090 30657 30656 30562
Face 63091 16848 26011 18787
Face 63092 30354 30353 30286
Face 63093 30287 30354 30286
Face 63094 30158 30222 30221
Face 63095 30157 30158 30221
Face 63096 30287 30286 30221
Face 63097 30222 30287 30221
Face 63098 32774 17866 11232
Face 63099 32155 32154 32050
Face 63100 2887 5775 65
Face 63101 20977 34200 34199
Face 63102 34038 33929 34161
Face 63103 34164 34038 34161
Face 63104 33929 33544 32406
Face 63105 34161 33929 32406
Face 63106 17430 17341 17342
Face 63107 21255 21163 21256
Face 63108 31074 31073 30974
Face 63109 29203 33568 33018
Face 63110 30768 30874 30767
Face 63111 30975 30974 30873
Face 63112 30975 31074 30974
Face 63113 30874 30975 30873
Face 63114 31173 31172 31073
Face 63115 31074 31173 31073
Face 63116 32571 32698 32570
Face 63117 31274 31273 31172
Face 63118 30047 30046 29985
Face 63119 32571 32570 32453
Face 63120 31315 31314 31212
Face 63121 32580 32707 32579
Face 63122 31095 31094 30995
Face 63123 29928 29986 29927
Face 63124 30034 30033 29972
Face 63125 29973 30034 29972
Face 63126 32081 32185 32080
Face 63127 32185 32289 32288
Face 63128 30035 30034 29973
Face 63129 29916 29915 29861
Face 63130 32081 32080 31975
Face 63131 29974 30035 29973
Face 63132 32029 32028 31923
Face 63133 31976 32081 31975
Face 63134 32461 32578 32460
Face 63135 32029 32133 32028
Face 63136 30115 30177 30114
Face 63137 32705 32704 32577
Face 63138 34267 26760 34266
Face 63139 30164 30165 30228
Face 63140 34267 34266 34143
Face 63141 27041 20707 27961
Face 63142 34144 34267 34143
Face 63143 26760 27961 34266
Face 63144 20885 20886 20975
Face 63145 12011 17496 13861
Face 63146 30823 33150 32774
Face 63147 11232 30823 32774
Face 63148 30823 28090 33158
Face 63149 33150 30823 33158
Face 63150 28090 31021 32505
Face 63151 33158 28090 32505
Face 63152 31021 32642 33041
Face 63153 32505 31021 33041
Face 63154 32642 32313 32204
Face 63155 33041 32642 32204
Face 63156 33043 33680 32204
Face 63157 32313 33043 32204
Face 63158 12835 32098 33680
Face 63159 33043 12835 33680
Face 63160 12835 31120 33667
Face 63161 32098 12835 33667
Face 63162 32522 13093 33667
Face 63163 31120 32522 33667
Face 63164 11458 32906 13093
Face 63165 32522 11458 13093
Face 63166 11458 33668 32639
Face 63167 32906 11458 32639
Face 63168 33668 31771 1090
Face 63169 32639 33668 1090
Face 63170 31771 11294 16869
Face 63171 1090 31771 16869
Face 63172 11294 34034 28409
Face 63173 16869 11294 28409
Face 63174 31472 31581 31471
Face 63175 33924 12531 32904
Face 63176 30177 30241 30240
Face 63177 30176 30177 30240
Face 63178 11033 11088 11032
Face 63179 33261 33397 33260
Face 63180 31952 31951 31844
Face 63181 32830 32962 32829
Face 63182 33518 33517 33384
Face 63183 33385 33518 33384
Face 63184 14532 5128 3589
Face 63185 31925 31924 31817
Face 63186 30090 30091 30152
Face 63187 30300 30367 30299
Face 63188 31306 31305 31203
Face 63189 31204 31306 31203
Face 63190 31410 31409 31305
Face 63191 30028 30029 30090
Face 63192 31306 31410 31305
Face 63193 30572 30571 30486
Face 63194 30496 30581 30495
Face 63195 31516 31515 31409
Face 63196 31410 31516 31409
Face 63197 32129 32233 32128
Face 63198 33754 33880 33753
Face 63199 32339 32451 32338
Face 63200 31280 31279 31178
Face 63201 30030 30029 29968
Face 63202 32980 33114 32979
Face 63203 33249 33248 33113
Face 63204 33693 21064 20971
Face 63205 30596 30690 30595
Face 63206 11141 15043 33675
Face 63207 17283 33024 32747
Face 63208 32133 32237 32132
Face 63209 33886 33885 33759
Face 63210 32764 21572 34175
Face 63211 34178 20795 28275
Face 63212 34071 34198 34197
Face 63213 34070 34071 34197
Face 63214 34198 12370 9896
Face 63215 34197 34198 9896
Face 63216 12370 25746 27370
Face 63217 9896 12370 27370
Face 63218 25746 28411 3076
Face 63219 27370 25746 3076
Face 63220 20795 34178 21356
Face 63221 16817 16747 16748
Face 63222 32774 33556 17866
Face 63223 21164 21259 21258
Face 63224 34038 21449 21450
Face 63225 31650 7712 9789
Face 63226 32051 32155 32050
Face 63227 34038 21450 33929
Face 63228 34135 34258 34134
Face 63229 31378 31482 31377
Face 63230 29581 24752 27099
Face 63231 17483 13861 17496
Face 63232 31168 31167 31068
Face 63233 21639 21735 21638
Face 63234 20796 33819 33544
Face 63235 33929 20796 33544
Face 63236 34801 34440 34581
Face 63237 23845 23866 25003
Face 63238 3087 2951 3088
Face 63239 33038 21641 32882
Face 63240 3076 21163 27370
Face 63241 21737 9288 21738
Face 63242 30082 30144 30143
Face 63243 32303 12290 21357
Face 63244 33675 14533 32535
Face 63245 31397 31501 31500
Face 63246 31173 31274 31172
Face 63247 34572 34274 34653
Face 63248 32454 32571 32453
Face 63249 31377 31376 31273
Face 63250 32342 32341 32235
Face 63251 32236 32342 32235
Face 63252 30035 30036 30097
Face 63253 3076 28411 21164
Face 63254 31636 31757 31635
Face 63255 29915 29914 29860
Face 63256 29862 29916 29861
Face 63257 29974 29973 29915
Face 63258 32237 32343 32236
Face 63259 30160 30224 30223
Face 63260 34135 34134 34008
Face 63261 34011 34010 33884
Face 63262 31386 31490 31385
Face 63263 30494 30579 30493
Face 63264 31846 31953 31845
Face 63265 31019 31115 31018
Face 63266 32578 32705 32577
Face 63267 31175 31276 31174
Face 63268 30883 30882 30776
Face 63269 32838 32837 32704
Face 63270 33787 3933 4189
Face 63271 30584 30678 30583
Face 63272 31733 31845 31732
Face 63273 30103 30165 30164
Face 63274 6006 20302 21955
Face 63275 20471 32764 20386
Face 63276 32892 30823 11232
Face 63277 7350 7241 31989
Face 63278 32892 7579 28090
Face 63279 30823 32892 28090
Face 63280 7579 33167 31021
Face 63281 28090 7579 31021
Face 63282 33167 32529 32642
Face 63283 31021 33167 32642
Face 63284 32529 34191 32313
Face 63285 32642 32529 32313
Face 63286 34191 31772 33043
Face 63287 32313 34191 33043
Face 63288 33547 12835 33043
Face 63289 31772 33547 33043
Face 63290 34246 31120 12835
Face 63291 33547 34246 12835
Face 63292 1784 32522 31120
Face 63293 34246 1784 31120
Face 63294 30058 11458 32522
Face 63295 1784 30058 32522
Face 63296 30058 32411 33668
Face 63297 11458 30058 33668
Face 63298 32411 33785 31771
Face 63299 33668 32411 31771
Face 63300 33785 31325 11294
Face 63301 31771 33785 11294
Face 63302 31325 34160 34034
Face 63303 11294 31325 34034
Face 63304 693 579 17380
Face 63305 16793 16727 16728
Face 63306 33104 33239 33103
Face 63307 33239 33238 33103
Face 63308 30605 30604 30519
Face 63309 33375 33374 33238
Face 63310 34130 34253 34129
Face 63311 585 4754 32311
Face 63312 33114 33113 32979
Face 63313 30093 30094 30155
Face 63314 31080 31179 31079
Face 63315 31981 32086 31980
Face 63316 32452 32569 32451
Face 63317 30666 30665 30571
Face 63318 31629 31628 31515
Face 63319 31516 31629 31515
Face 63320 31750 31749 31628
Face 63321 31629 31750 31628
Face 63322 32961 32960 32828
Face 63323 32569 32568 32451
Face 63324 32568 32695 32567
Face 63325 32828 32827 32694
Face 63326 31862 31861 31749
Face 63327 31750 31862 31749
Face 63328 30921 31018 30920
Face 63329 30153 30154 30217
Face 63330 30997 31096 30996
Face 63331 31381 31380 31277
Face 63332 32842 32974 32841
Face 63333 30029 30091 30090
Face 63334 20880 33443 33442
Face 63335 3589 14533 14532
Face 63336 33569 33694 33693
Face 63337 34239 34115 6642
Face 63338 6727 6825 6726
Face 63339 20886 20887 33949
Face 63340 32185 32184 32080
Face 63341 32343 32342 32236
Face 63342 33277 6688 6687
Face 63343 16689 12747 16751
Face 63344 30624 11058 30719
Face 63345 32632 33908 21261
Face 63346 34199 1566 12370
Face 63347 34198 34199 12370
Face 63348 1566 25629 25746
Face 63349 12370 1566 25746
Face 63350 25629 26790 28411
Face 63351 25746 25629 28411
Face 63352 28363 27901 28499
Face 63353 16404 2925 16534
Face 63354 31022 32632 32629
Face 63355 16404 16534 14680
Face 63356 32629 32632 21261
Face 63357 33908 20795 21261
Face 63358 6411 15001 894
Face 63359 3680 4061 4189
Face 63360 32454 32453 32341
Face 63361 170 7822 10451
Face 63362 21450 12290 20796
Face 63363 32342 32454 32341
Face 63364 12290 12841 20796
Face 63365 12833 18829 10008
Face 63366 12841 32317 33819
Face 63367 20796 12841 33819
Face 63368 13186 32882 33819
Face 63369 32317 13186 33819
Face 63370 21641 33038 9288
Face 63371 13186 33038 32882
Face 63372 33038 33813 9288
Face 63373 16916 17226 8369
Face 63374 9387 7071 15383
Face 63375 15383 15821 9387
Face 63376 33542 33171 32754
Face 63377 9387 15821 9532
Face 63378 14533 22467 32419
Face 63379 32121 32225 32224
Face 63380 31274 31377 31273
Face 63381 31481 31480 31376
Face 63382 32236 32235 32131
Face 63383 32132 32236 32131
Face 63384 34132 34255 34254
Face 63385 30434 30433 30366
Face 63386 31523 31636 31522
Face 63387 31757 31756 31635
Face 63388 29916 29974 29915
Face 63389 30035 30097 30096
Face 63390 29917 29975 29916
Face 63391 34009 34135 34008
Face 63392 34261 34260 34137
Face 63393 34138 34261 34137
Face 63394 34303 34719 34631
Face 63395 12109 12023 34260
Face 63396 31943 31944 32048
Face 63397 12207 18823 13086
Face 63398 33640 33639 33512
Face 63399 34151 34152 11285
Face 63400 33104 33103 32969
Face 63401 31920 32025 31919
Face 63402 32705 32838 32704
Face 63403 32970 33104 32969
Face 63404 32970 32969 32837
Face 63405 32838 32970 32837
Face 63406 17743 18035 18143
Face 63407 18825 34160 16760
Face 63408 16702 32892 33430
Face 63409 25457 25421 25422
Face 63410 16702 32890 7579
Face 63411 32892 16702 7579
Face 63412 32890 33300 33167
Face 63413 7579 32890 33167
Face 63414 33300 32908 32529
Face 63415 33167 33300 32529
Face 63416 32908 33557 34191
Face 63417 32529 32908 34191
Face 63418 31994 31772 34191
Face 63419 33557 31994 34191
Face 63420 34244 33547 31772
Face 63421 31994 34244 31772
Face 63422 34155 34246 33547
Face 63423 34244 34155 33547
Face 63424 28010 1784 34246
Face 63425 34155 28010 34246
Face 63426 28010 33298 30058
Face 63427 1784 28010 30058
Face 63428 33298 34124 32411
Face 63429 30058 33298 32411
Face 63430 34124 33303 33785
Face 63431 32411 34124 33785
Face 63432 33303 33465 31325
Face 63433 33785 33303 31325
Face 63434 33465 16760 34160
Face 63435 31325 33465 34160
Face 63436 34411 34809 34585
Face 63437 6709 110 109
Face 63438 32698 32831 32697
Face 63439 32455 32454 32342
Face 63440 32235 32234 32130
Face 63441 32697 32830 32696
Face 63442 30036 30098 30097
Face 63443 31420 31419 31315
Face 63444 32848 32980 32847
Face 63445 30032 30094 30093
Face 63446 31272 31271 31170
Face 63447 31493 31492 31388
Face 63448 32962 33096 32961
Face 63449 30170 30171 30234
Face 63450 31969 31968 31861
Face 63451 31862 31969 31861
Face 63452 32074 32073 31968
Face 63453 31969 32074 31968
Face 63454 32178 32177 32073
Face 63455 32074 32178 32073
Face 63456 33498 33625 33497
Face 63457 30576 30670 30575
Face 63458 32282 32281 32177
Face 63459 33096 33095 32961
Face 63460 32178 32282 32177
Face 63461 32452 32451 32339
Face 63462 16190 19296 12119
Face 63463 32120 32121 32224
Face 63464 31089 31188 31187
Face 63465 30878 30979 30877
Face 63466 33443 33570 33569
Face 63467 33442 33443 33569
Face 63468 33570 33695 33694
Face 63469 33569 33570 33694
Face 63470 6688 33277 6623
Face 63471 31321 11168 31425
Face 63472 21631 21538 7126
Face 63473 8375 8476 1976
Face 63474 16841 34127 34128
Face 63475 30418 30489 30417
Face 63476 20977 34074 34200
Face 63477 21163 3076 21256
Face 63478 34200 13583 1566
Face 63479 34199 34200 1566
Face 63480 13583 20082 25629
Face 63481 1566 13583 25629
Face 63482 20082 28157 26790
Face 63483 25629 20082 26790
Face 63484 28157 31023 31022
Face 63485 26790 28157 31022
Face 63486 31023 32633 32632
Face 63487 31022 31023 32632
Face 63488 32633 33909 33908
Face 63489 32632 32633 33908
Face 63490 33909 28275 20795
Face 63491 33908 33909 20795
Face 63492 33544 21639 32406
Face 63493 18931 28409 18826
Face 63494 34438 24240 24115
Face 63495 27895 27383 28141
Face 63496 32303 33157 12841
Face 63497 12290 32303 12841
Face 63498 33157 33807 32317
Face 63499 12841 33157 32317
Face 63500 34169 13186 32317
Face 63501 33807 34169 32317
Face 63502 19295 33038 13186
Face 63503 34169 19295 13186
Face 63504 19295 31991 33813
Face 63505 33038 19295 33813
Face 63506 31991 33543 33542
Face 63507 33813 31991 33542
Face 63508 29472 12229 20881
Face 63509 33542 33543 33171
Face 63510 17773 3190 21671
Face 63511 882 765 766
Face 63512 31377 31481 31376
Face 63513 30284 30283 30218
Face 63514 32132 32131 32027
Face 63515 32028 32132 32027
Face 63516 31922 32027 31921
Face 63517 33629 33754 33628
Face 63518 31526 31525 31419
Face 63519 31636 31635 31522
Face 63520 30034 30035 30096
Face 63521 30097 30159 30158
Face 63522 31820 31819 31707
Face 63523 31083 31182 31082
Face 63524 34261 12109 34260
Face 63525 12207 13086 12023
Face 63526 34141 34264 34140
Face 63527 18874 33438 34263
Face 63528 33889 34015 33888
Face 63529 34141 34140 34014
Face 63530 33511 33638 33510
Face 63531 33889 33888 33762
Face 63532 33378 33511 33377
Face 63533 33638 33637 33510
Face 63534 33242 33378 33241
Face 63535 33511 33510 33377
Face 63536 33107 33242 33106
Face 63537 33378 33377 33241
Face 63538 21357 34178 32303
Face 63539 6678 33664 33665
Face 63540 34248 28229 18618
Face 63541 18618 16702 33430
Face 63542 28229 33794 32890
Face 63543 16702 28229 32890
Face 63544 33433 33300 32890
Face 63545 33794 33433 32890
Face 63546 33042 32908 33300
Face 63547 33433 33042 33300
Face 63548 18999 33557 32908
Face 63549 33042 18999 32908
Face 63550 12824 31994 33557
Face 63551 18999 12824 33557
Face 63552 12824 16666 34244
Face 63553 31994 12824 34244
Face 63554 34058 34155 34244
Face 63555 16666 34058 34244
Face 63556 33417 28010 34155
Face 63557 34058 33417 34155
Face 63558 33417 30925 33298
Face 63559 28010 33417 33298
Face 63560 30925 33195 34124
Face 63561 33298 30925 34124
Face 63562 33195 10008 33303
Face 63563 34124 33195 33303
Face 63564 27143 24740 27256
Face 63565 33303 10008 33465
Face 63566 34362 34644 34465
Face 63567 6658 6659 6753
Face 63568 33886 34012 33885
Face 63569 20879 20793 33312
Face 63570 33760 33886 33759
Face 63571 34012 34011 33885
Face 63572 32962 32961 32829
Face 63573 30886 30987 30885
Face 63574 33369 33502 33368
Face 63575 30871 30972 30870
Face 63576 32980 32979 32847
Face 63577 30031 30032 30093
Face 63578 31602 31601 31492
Face 63579 34152 34151 34025
Face 63580 33661 33660 33533
Face 63581 32833 32965 32832
Face 63582 32388 32387 32281
Face 63583 32282 32388 32281
Face 63584 32500 32499 32387
Face 63585 32388 32500 32387
Face 63586 32617 32616 32499
Face 63587 32500 32617 32499
Face 63588 33401 33534 33400
Face 63589 32744 32743 32616
Face 63590 32617 32744 32616
Face 63591 32877 32876 32743
Face 63592 33265 33401 33264
Face 63593 33534 33533 33400
Face 63594 30921 11054 11114
Face 63595 9665 10081 15681
Face 63596 33444 33571 33570
Face 63597 33443 33444 33570
Face 63598 33571 33696 33695
Face 63599 33570 33571 33695
Face 63600 30081 30082 30143
Face 63601 34175 21572 28825
Face 63602 29959 29958 29900
Face 63603 20977 20976 33949
Face 63604 16792 16726 16727
Face 63605 12229 14783 2626
Face 63606 34074 34201 34200
Face 63607 20887 20977 33949
Face 63608 34201 26212 13583
Face 63609 34200 34201 13583
Face 63610 26212 29727 20082
Face 63611 13583 26212 20082
Face 63612 29727 12365 28157
Face 63613 20082 29727 28157
Face 63614 12365 31024 31023
Face 63615 28157 12365 31023
Face 63616 31024 32634 32633
Face 63617 31023 31024 32633
Face 63618 32634 33910 33909
Face 63619 32633 32634 33909
Face 63620 33910 26647 28275
Face 63621 33909 33910 28275
Face 63622 34185 34178 28275
Face 63623 26647 34185 28275
Face 63624 34185 34158 32303
Face 63625 34178 34185 32303
Face 63626 34158 33926 33157
Face 63627 32303 34158 33157
Face 63628 33926 12381 33807
Face 63629 33157 33926 33807
Face 63630 32894 34169 33807
Face 63631 12381 32894 33807
Face 63632 32760 19295 34169
Face 63633 32894 32760 34169
Face 63634 32760 34049 31991
Face 63635 19295 32760 31991
Face 63636 34049 34168 33543
Face 63637 31991 34049 33543
Face 63638 12229 2626 20881
Face 63639 34168 33422 33543
Face 63640 11025 11024 30120
Face 63641 17555 17727 18728
Face 63642 32354 32353 32247
Face 63643 32225 32331 32224
Face 63644 32028 32027 31922
Face 63645 31923 32028 31922
Face 63646 31313 31312 31210
Face 63647 26591 11828 11745
Face 63648 33099 33234 33098
Face 63649 30447 30518 30446
Face 63650 30096 30097 30158
Face 63651 30159 30223 30222
Face 63652 30777 30776 30677
Face 63653 31977 32082 31976
Face 63654 12109 12207 12023
Face 63655 30871 30870 30764
Face 63656 34015 34141 34014
Face 63657 34264 34263 34140
Face 63658 32186 32185 32081
Face 63659 31017 31016 30919
Face 63660 32032 32136 32031
Face 63661 30666 30765 30665
Face 63662 31078 31177 31077
Face 63663 30976 31075 30975
Face 63664 32575 32574 32457
Face 63665 32346 32458 32345
Face 63666 11938 12023 370
Face 63667 34137 34260 34136
Face 63668 7240 32093 7241
Face 63669 10995 34159 9439
Face 63670 33177 28229 34248
Face 63671 33193 33192 20446
Face 63672 12177 33794 28229
Face 63673 33177 12177 28229
Face 63674 12177 33561 33433
Face 63675 33794 12177 33433
Face 63676 32641 33042 33433
Face 63677 33561 32641 33433
Face 63678 32314 18999 33042
Face 63679 32641 32314 33042
Face 63680 6713 12824 18999
Face 63681 32314 6713 18999
Face 63682 32410 16666 12824
Face 63683 6713 32410 12824
Face 63684 33280 34058 16666
Face 63685 32410 33280 16666
Face 63686 5339 33417 34058
Face 63687 33280 5339 34058
Face 63688 5339 27627 30925
Face 63689 33417 5339 30925
Face 63690 27627 30315 33195
Face 63691 30925 27627 33195
Face 63692 30315 33436 10008
Face 63693 33195 30315 10008
Face 63694 17729 16760 18829
Face 63695 33436 12833 10008
Face 63696 11113 11112 31020
Face 63697 8535 636 4457
Face 63698 34138 34137 34011
Face 63699 34012 34138 34011
Face 63700 34264 18874 34263
Face 63701 27609 27884 33438
Face 63702 30382 30381 30314
Face 63703 18874 27609 33438
Face 63704 33754 33753 33628
Face 63705 7241 7350 7349
Face 63706 32848 32847 32714
Face 63707 30032 30031 29970
Face 63708 33108 33107 32973
Face 63709 30989 30990 31088
Face 63710 33130 33265 33129
Face 63711 33534 33661 33533
Face 63712 32744 32877 32743
Face 63713 33009 33008 32876
Face 63714 32877 33009 32876
Face 63715 33265 33264 33129
Face 63716 33143 33142 33008
Face 63717 33009 33143 33008
Face 63718 33313 33312 20793
Face 63719 33142 33143 33277
Face 63720 30224 30289 30288
Face 63721 34062 33155 2944
Face 63722 32996 33130 32995
Face 63723 33312 33445 33444
Face 63724 2301 6622 2300
Face 63725 33445 33572 33571
Face 63726 33444 33445 33571
Face 63727 33572 33697 33696
Face 63728 33571 33572 33696
Face 63729 1799 9665 9550
Face 63730 9550 9665 15681
Face 63731 6773 6772 6678
Face 63732 33823 33951 20887
Face 63733 33951 34075 34074
Face 63734 12502 33288 3762
Face 63735 34075 34202 34201
Face 63736 34074 34075 34201
Face 63737 34202 11594 26212
Face 63738 34201 34202 26212
Face 63739 11594 27870 29727
Face 63740 26212 11594 29727
Face 63741 27870 12567 12365
Face 63742 29727 27870 12365
Face 63743 12567 31219 31024
Face 63744 12365 12567 31024
Face 63745 31219 32637 32634
Face 63746 31024 31219 32634
Face 63747 32637 33919 33910
Face 63748 32634 32637 33910
Face 63749 33919 33161 26647
Face 63750 33910 33919 26647
Face 63751 33161 34224 34185
Face 63752 26647 33161 34185
Face 63753 34224 26188 34158
Face 63754 34185 34224 34158
Face 63755 26188 27103 33926
Face 63756 34158 26188 33926
Face 63757 27103 12907 12381
Face 63758 33926 27103 12381
Face 63759 33174 32894 12381
Face 63760 12907 33174 12381
Face 63761 33439 32760 32894
Face 63762 33174 33439 32894
Face 63763 33439 23862 34049
Face 63764 32760 33439 34049
Face 63765 23862 33039 34168
Face 63766 34049 23862 34168
Face 63767 33684 33422 34168
Face 63768 33039 33684 34168
Face 63769 17555 17317 17727
Face 63770 33684 33284 33422
Face 63771 21829 21731 21732
Face 63772 16680 32928 32929
Face 63773 31816 31923 31815
Face 63774 27599 27600 27727
Face 63775 32572 32571 32454
Face 63776 31376 31480 31375
Face 63777 32032 32031 31926
Face 63778 30769 30768 30669
Face 63779 30158 30159 30222
Face 63780 30288 30287 30222
Face 63781 30308 30375 30307
Face 63782 31938 31937 31830
Face 63783 16847 26011 16848
Face 63784 31184 31285 31183
Face 63785 33763 33889 33762
Face 63786 34015 34014 33888
Face 63787 32835 32967 32834
Face 63788 33101 33100 32966
Face 63789 32471 32470 32358
Face 63790 32359 32471 32358
Face 63791 32253 32252 32148
Face 63792 32149 32253 32148
Face 63793 32149 32148 32044
Face 63794 32045 32149 32044
Face 63795 31833 31940 31832
Face 63796 32045 32044 31939
Face 63797 34146 34269 34145
Face 63798 31940 32045 31939
Face 63799 17081 33177 34248
Face 63800 32395 32506 647
Face 63801 34060 12177 33177
Face 63802 32425 34060 33177
Face 63803 34060 18350 33561
Face 63804 12177 34060 33561
Face 63805 32530 32641 33561
Face 63806 18350 32530 33561
Face 63807 32422 32314 32641
Face 63808 32530 32422 32641
Face 63809 32544 6713 32314
Face 63810 32422 32544 32314
Face 63811 11517 32410 6713
Face 63812 32544 11517 6713
Face 63813 26304 33280 32410
Face 63814 11517 26304 32410
Face 63815 11535 5339 33280
Face 63816 26304 11535 33280
Face 63817 11535 33061 27627
Face 63818 5339 11535 27627
Face 63819 33567 30315 27627
Face 63820 33061 33567 27627
Face 63821 10202 33436 30315
Face 63822 33567 10202 30315
Face 63823 32761 12833 33436
Face 63824 10202 32761 33436
Face 63825 34153 34154 6662
Face 63826 3570 256 3697
Face 63827 32708 32841 32707
Face 63828 32973 32972 32840
Face 63829 33107 33106 32972
Face 63830 32841 32973 32840
Face 63831 33515 33516 33642
Face 63832 30511 30596 30510
Face 63833 32351 32350 32244
Face 63834 34269 34268 34145
Face 63835 32588 32715 32587
Face 63836 32715 32848 32714
Face 63837 32599 32726 32598
Face 63838 33774 33773 33648
Face 63839 33130 33129 32995
Face 63840 33401 33400 33264
Face 63841 28280 29735 16697
Face 63842 33406 33407 33539
Face 63843 6676 6771 197
Face 63844 31613 31727 31726
Face 63845 31612 31613 31726
Face 63846 32864 32996 32863
Face 63847 31726 31727 31838
Face 63848 31727 31839 31838
Face 63849 11031 11032 11087
Face 63850 34484 34472 28825
Face 63851 11034 11089 11033
Face 63852 34796 34493 34329
Face 63853 33313 33446 33445
Face 63854 33312 33313 33445
Face 63855 33446 33573 33572
Face 63856 33445 33446 33572
Face 63857 33573 33698 33697
Face 63858 33572 33573 33697
Face 63859 33698 33824 33823
Face 63860 33697 33698 33823
Face 63861 33824 33952 33951
Face 63862 33823 33824 33951
Face 63863 33952 34076 34075
Face 63864 33951 33952 34075
Face 63865 34076 34203 34202
Face 63866 34075 34076 34202
Face 63867 34203 7921 11594
Face 63868 34202 34203 11594
Face 63869 7921 27755 27870
Face 63870 11594 7921 27870
Face 63871 27755 32203 12567
Face 63872 27870 27755 12567
Face 63873 32203 31323 31219
Face 63874 12567 32203 31219
Face 63875 31323 32643 32637
Face 63876 31219 31323 32637
Face 63877 32643 33922 33919
Face 63878 32637 32643 33919
Face 63879 33922 30923 33161
Face 63880 33919 33922 33161
Face 63881 30923 33012 34224
Face 63882 33161 30923 34224
Face 63883 33012 23364 26188
Face 63884 34224 33012 26188
Face 63885 23364 33421 27103
Face 63886 26188 23364 27103
Face 63887 33421 29211 12907
Face 63888 27103 33421 12907
Face 63889 33441 33174 12907
Face 63890 29211 33441 12907
Face 63891 33790 33439 33174
Face 63892 33441 33790 33174
Face 63893 13102 23862 33439
Face 63894 33790 13102 33439
Face 63895 11772 33039 23862
Face 63896 13102 11772 23862
Face 63897 11926 33684 33039
Face 63898 11772 11926 33039
Face 63899 33036 33284 33684
Face 63900 11926 33036 33684
Face 63901 34700 34602 34560
Face 63902 33036 31536 33284
Face 63903 21733 33146 32201
Face 63904 24922 24923 25060
Face 63905 30305 30306 30372
Face 63906 31211 31210 31111
Face 63907 30499 30584 30498
Face 63908 32348 32347 32241
Face 63909 30223 30288 30222
Face 63910 30355 30354 30287
Face 63911 31296 31399 31295
Face 63912 30419 30490 30418
Face 63913 30670 30769 30669
Face 63914 32160 32159 32055
Face 63915 32973 33107 32972
Face 63916 33242 33241 33106
Face 63917 30673 30772 30672
Face 63918 30769 30875 30768
Face 63919 32359 32358 32252
Face 63920 32253 32359 32252
Face 63921 31873 31980 31872
Face 63922 32085 32084 31979
Face 63923 30120 30182 30119
Face 63924 31980 32085 31979
Face 63925 30182 30246 30181
Face 63926 30246 30245 30181
Face 63927 31940 31939 31832
Face 63928 30311 30310 30245
Face 63929 18369 18370 2042
Face 63930 22434 27274 26680
Face 63931 33912 34060 32425
Face 63932 33287 33912 32425
Face 63933 33912 12914 18350
Face 63934 34060 33912 18350
Face 63935 32776 32530 18350
Face 63936 12914 32776 18350
Face 63937 32521 32422 32530
Face 63938 32776 32521 32530
Face 63939 32664 32544 32422
Face 63940 32521 32664 32422
Face 63941 33565 11517 32544
Face 63942 32664 33565 32544
Face 63943 33923 26304 11517
Face 63944 33565 33923 11517
Face 63945 12812 11535 26304
Face 63946 33923 12812 26304
Face 63947 12812 18656 33061
Face 63948 11535 12812 33061
Face 63949 33666 33567 33061
Face 63950 18656 33666 33061
Face 63951 33163 10202 33567
Face 63952 33666 33163 33567
Face 63953 33558 32761 10202
Face 63954 33163 33558 10202
Face 63955 16725 16726 16791
Face 63956 12836 12918 34345
Face 63957 32841 32840 32707
Face 63958 21165 21259 21164
Face 63959 34020 34019 33893
Face 63960 34146 34145 34019
Face 63961 32600 32599 32482
Face 63962 30584 30583 30498
Face 63963 32588 32587 32470
Face 63964 32471 32588 32470
Face 63965 31761 31873 31760
Face 63966 32715 32714 32587
Face 63967 32604 32731 32730
Face 63968 31640 31761 31639
Face 63969 33407 33406 33270
Face 63970 32603 32604 32730
Face 63971 32476 32475 32363
Face 63972 31963 32068 31962
Face 63973 32235 32341 32234
Face 63974 32719 32852 32718
Face 63975 31942 32047 32046
Face 63976 31722 31723 31834
Face 63977 6676 33662 33663
Face 63978 30994 31093 31092
Face 63979 19712 19711 22986
Face 63980 16848 18787 16849
Face 63981 33178 33314 33313
Face 63982 22986 19627 19712
Face 63983 33314 33447 33446
Face 63984 33313 33314 33446
Face 63985 33447 33574 33573
Face 63986 33446 33447 33573
Face 63987 33574 33699 33698
Face 63988 33573 33574 33698
Face 63989 33699 33825 33824
Face 63990 33698 33699 33824
Face 63991 33825 33953 33952
Face 63992 33824 33825 33952
Face 63993 33953 34077 34076
Face 63994 33952 33953 34076
Face 63995 34077 34204 34203
Face 63996 34076 34077 34203
Face 63997 34204 25748 7921
Face 63998 34203 34204 7921
Face 63999 25748 13561 27755
Face 64000 7921 25748 27755
Face 64001 13561 13125 32203
Face 64002 27755 13561 32203
Face 64003 13125 31648 31323
Face 64004 32203 13125 31323
Face 64005 31648 32653 32643
Face 64006 31323 31648 32643
Face 64007 32653 33931 33922
Face 64008 32643 32653 33922
Face 64009 33931 30924 30923
Face 64010 33922 33931 30923
Face 64011 30924 26442 33012
Face 64012 30923 30924 33012
Face 64013 26442 2812 23364
Face 64014 33012 26442 23364
Face 64015 2812 32307 33421
Face 64016 23364 2812 33421
Face 64017 32307 33026 29211
Face 64018 33421 32307 29211
Face 64019 33286 33441 29211
Face 64020 33026 33286 29211
Face 64021 32651 33790 33441
Face 64022 33286 32651 33441
Face 64023 27633 13102 33790
Face 64024 32651 27633 33790
Face 64025 33291 11772 13102
Face 64026 27633 33291 13102
Face 64027 33810 11926 11772
Face 64028 33291 33810 11772
Face 64029 33796 33036 11926
Face 64030 33810 33796 11926
Face 64031 33282 31536 33036
Face 64032 33796 33282 33036
Face 64033 24921 24922 27364
Face 64034 33282 33028 31536
Face 64035 6167 6289 8979
Face 64036 27142 27143 27256
Face 64037 31283 31386 31282
Face 64038 30367 30434 30366
Face 64039 30288 30355 30287
Face 64040 30422 30421 30354
Face 64041 30375 30374 30307
Face 64042 30117 30116 30054
Face 64043 31316 31315 31213
Face 64044 31276 31379 31275
Face 64045 32708 32707 32580
Face 64046 32581 32708 32580
Face 64047 31927 32032 31926
Face 64048 32289 32290 32395
Face 64049 31721 31833 31832
Face 64050 31720 31721 31832
Face 64051 32189 32188 32084
Face 64052 30120 30119 30057
Face 64053 32487 32604 32603
Face 64054 32486 32487 32603
Face 64055 32269 32375 32268
Face 64056 32375 32487 32486
Face 64057 30246 30311 30245
Face 64058 32374 32375 32486
Face 64059 20316 23975 28937
Face 64060 30378 30377 30310
Face 64061 32546 33912 33287
Face 64062 3768 3638 3639
Face 64063 32546 33289 12914
Face 64064 33912 32546 12914
Face 64065 32909 32776 12914
Face 64066 33289 32909 12914
Face 64067 32519 32521 32776
Face 64068 32909 32519 32776
Face 64069 18859 32664 32521
Face 64070 32519 18859 32521
Face 64071 12029 33565 32664
Face 64072 18859 12029 32664
Face 64073 33692 33923 33565
Face 64074 12029 33692 33565
Face 64075 27104 12812 33923
Face 64076 33692 27104 33923
Face 64077 27104 3698 18656
Face 64078 12812 27104 18656
Face 64079 3698 32305 33666
Face 64080 18656 3698 33666
Face 64081 12455 33163 33666
Face 64082 32305 12455 33666
Face 64083 12455 34166 33558
Face 64084 33163 12455 33558
Face 64085 34311 34791 34443
Face 64086 34670 34677 34743
Face 64087 7235 32299 32300
Face 64088 34787 34355 34754
Face 64089 30789 30788 30689
Face 64090 7574 9439 10520
Face 64091 31498 31607 31606
Face 64092 31497 31498 31606
Face 64093 31606 31607 31720
Face 64094 31607 31721 31720
Face 64095 32859 32858 32725
Face 64096 31980 31979 31872
Face 64097 32375 32374 32268
Face 64098 32996 32995 32863
Face 64099 32483 32482 32370
Face 64100 33628 33753 33627
Face 64101 30993 30994 31092
Face 64102 32164 32165 32268
Face 64103 33271 33270 33135
Face 64104 33512 33511 33378
Face 64105 33001 33135 33000
Face 64106 31376 31375 31272
Face 64107 33136 33271 33135
Face 64108 31069 31168 31068
Face 64109 20887 33951 34074
Face 64110 33045 33179 33178
Face 64111 33044 33045 33178
Face 64112 33179 33315 33314
Face 64113 33178 33179 33314
Face 64114 33315 33448 33447
Face 64115 33314 33315 33447
Face 64116 33448 33575 33574
Face 64117 33447 33448 33574
Face 64118 33575 33700 33699
Face 64119 33574 33575 33699
Face 64120 33700 33826 33825
Face 64121 33699 33700 33825
Face 64122 33826 33954 33953
Face 64123 33825 33826 33953
Face 64124 33954 34078 34077
Face 64125 33953 33954 34077
Face 64126 34078 34205 34204
Face 64127 34077 34078 34204
Face 64128 34205 12196 25748
Face 64129 34204 34205 25748
Face 64130 12196 13472 13561
Face 64131 25748 12196 13561
Face 64132 13472 10338 13125
Face 64133 13561 13472 13125
Face 64134 10338 32094 31648
Face 64135 13125 10338 31648
Face 64136 32094 32654 32653
Face 64137 31648 32094 32653
Face 64138 32654 33933 33931
Face 64139 32653 32654 33931
Face 64140 33933 33844 30924
Face 64141 33931 33933 30924
Face 64142 33844 21942 26442
Face 64143 30924 33844 26442
Face 64144 21942 33801 2812
Face 64145 26442 21942 2812
Face 64146 33801 33040 32307
Face 64147 2812 33801 32307
Face 64148 33040 32925 33026
Face 64149 32307 33040 33026
Face 64150 13563 33286 33026
Face 64151 32925 13563 33026
Face 64152 28942 32651 33286
Face 64153 13563 28942 33286
Face 64154 33690 27633 32651
Face 64155 28942 33690 32651
Face 64156 29753 33291 27633
Face 64157 33690 29753 27633
Face 64158 34172 33810 33291
Face 64159 29753 34172 33291
Face 64160 28293 33796 33810
Face 64161 34172 28293 33810
Face 64162 33672 33282 33796
Face 64163 28293 33672 33796
Face 64164 33027 33028 33282
Face 64165 33672 33027 33282
Face 64166 17226 27889 32095
Face 64167 6037 5910 5911
Face 64168 33885 33884 33758
Face 64169 31825 31932 31824
Face 64170 30355 30422 30354
Face 64171 30493 30492 30421
Face 64172 32965 32964 32832
Face 64173 31379 31378 31275
Face 64174 30105 30106 30167
Face 64175 30106 30168 30167
Face 64176 32581 32580 32463
Face 64177 32464 32581 32463
Face 64178 32396 32507 32506
Face 64179 30690 30789 30689
Face 64180 31189 31190 31290
Face 64181 31291 31394 31393
Face 64182 30182 30181 30119
Face 64183 30311 30378 30310
Face 64184 32061 32165 32060
Face 64185 32165 32269 32268
Face 64186 33406 33405 33269
Face 64187 32477 32594 32476
Face 64188 32165 32164 32060
Face 64189 33136 33135 33001
Face 64190 32061 32060 31955
Face 64191 31956 32061 31955
Face 64192 30870 30869 30763
Face 64193 6858 6757 6758
Face 64194 33018 33568 4061
Face 64195 4061 33568 33787
Face 64196 33031 32909 33289
Face 64197 33168 33031 33289
Face 64198 33154 32519 32909
Face 64199 33031 33154 32909
Face 64200 13207 18859 32519
Face 64201 33154 13207 32519
Face 64202 34190 12029 18859
Face 64203 13207 34190 18859
Face 64204 33010 33692 12029
Face 64205 34190 33010 12029
Face 64206 33921 27104 33692
Face 64207 33010 33921 33692
Face 64208 33921 12472 3698
Face 64209 27104 33921 3698
Face 64210 33718 32305 3698
Face 64211 12472 33718 3698
Face 64212 33718 33306 12455
Face 64213 32305 33718 12455
Face 64214 33306 33292 34166
Face 64215 12455 33306 34166
Face 64216 33568 29203 34166
Face 64217 33292 33568 34166
Face 64218 5527 13917 3570
Face 64219 34638 12382 34771
Face 64220 6898 32503 32391
Face 64221 1099 4991 4340
Face 64222 31290 31291 31393
Face 64223 31394 31498 31497
Face 64224 30445 30516 30444
Face 64225 30601 30600 30515
Face 64226 31737 31849 31736
Face 64227 31873 31872 31760
Face 64228 33524 33523 33390
Face 64229 31956 31955 31848
Face 64230 33120 33255 33119
Face 64231 33002 33136 33001
Face 64232 33651 33650 33523
Face 64233 32869 33001 32868
Face 64234 31849 31848 31736
Face 64235 33391 33524 33390
Face 64236 10104 10359 7391
Face 64237 32341 32453 32340
Face 64238 32911 33046 33045
Face 64239 6670 33783 6671
Face 64240 33046 33180 33179
Face 64241 33045 33046 33179
Face 64242 33180 33316 33315
Face 64243 33179 33180 33315
Face 64244 33316 33449 33448
Face 64245 33315 33316 33448
Face 64246 33449 33576 33575
Face 64247 33448 33449 33575
Face 64248 33576 33701 33700
Face 64249 33575 33576 33700
Face 64250 33701 33827 33826
Face 64251 33700 33701 33826
Face 64252 33827 33955 33954
Face 64253 33826 33827 33954
Face 64254 33955 34079 34078
Face 64255 33954 33955 34078
Face 64256 34079 34206 34205
Face 64257 34078 34079 34205
Face 64258 34206 12284 12196
Face 64259 34205 34206 12196
Face 64260 12284 12720 13472
Face 64261 12196 12284 13472
Face 64262 12720 12634 10338
Face 64263 13472 12720 10338
Face 64264 12634 32102 32094
Face 64265 10338 12634 32094
Face 64266 32102 32655 32654
Face 64267 32094 32102 32654
Face 64268 32655 33934 33933
Face 64269 32654 32655 33933
Face 64270 33934 34194 33844
Face 64271 33933 33934 33844
Face 64272 34194 5340 21942
Face 64273 33844 34194 21942
Face 64274 5340 12644 33801
Face 64275 21942 5340 33801
Face 64276 12644 32636 33040
Face 64277 33801 12644 33040
Face 64278 32636 18351 32925
Face 64279 33040 32636 32925
Face 64280 18351 11855 13563
Face 64281 32925 18351 13563
Face 64282 12280 28942 13563
Face 64283 11855 12280 13563
Face 64284 33023 33690 28942
Face 64285 12280 33023 28942
Face 64286 33332 29753 33690
Face 64287 33023 33332 33690
Face 64288 32308 34172 29753
Face 64289 33332 32308 29753
Face 64290 28228 28293 34172
Face 64291 32308 28228 34172
Face 64292 22678 33672 28293
Face 64293 28228 22678 28293
Face 64294 24255 27256 24389
Face 64295 32311 4754 3379
Face 64296 34753 34722 34794
Face 64297 6667 6666 34031
Face 64298 33632 33631 33504
Face 64299 30285 30284 30219
Face 64300 30422 30493 30421
Face 64301 30578 30577 30492
Face 64302 370 27960 12657
Face 64303 11938 370 12657
Face 64304 31705 31817 31704
Face 64305 31177 31278 31176
Face 64306 32464 32463 32351
Face 64307 32352 32464 32351
Face 64308 32161 32160 32056
Face 64309 32161 32265 32160
Face 64310 31090 31091 31189
Face 64311 31190 31291 31290
Face 64312 30445 30444 30377
Face 64313 30695 30694 30600
Face 64314 30701 30702 30800
Face 64315 30801 30899 30800
Face 64316 32657 27599 32658
Face 64317 33168 6164 33301
Face 64318 31646 31645 31532
Face 64319 31533 31646 31532
Face 64320 32870 33002 32869
Face 64321 31888 16723 31775
Face 64322 34774 34730 34288
Face 64323 30020 30019 29958
Face 64324 23221 19479 20996
Face 64325 32414 33031 33168
Face 64326 33301 32414 33168
Face 64327 26444 33154 33031
Face 64328 32414 26444 33031
Face 64329 31537 13207 33154
Face 64330 26444 31537 33154
Face 64331 32750 34190 13207
Face 64332 31537 32750 13207
Face 64333 34156 33010 34190
Face 64334 32750 34156 34190
Face 64335 28278 33921 33010
Face 64336 34156 28278 33010
Face 64337 30184 12472 33921
Face 64338 28278 30184 33921
Face 64339 30722 33718 12472
Face 64340 30184 30722 12472
Face 64341 30722 28690 33306
Face 64342 33718 30722 33306
Face 64343 28690 33293 33292
Face 64344 33306 28690 33292
Face 64345 33293 291 33568
Face 64346 33292 33293 33568
Face 64347 12382 34448 22040
Face 64348 34771 12382 22040
Face 64349 28141 22608 29463
Face 64350 16796 16795 32207
Face 64351 30992 31091 31090
Face 64352 31393 31394 31497
Face 64353 30378 30445 30377
Face 64354 30516 30601 30515
Face 64355 30702 30801 30800
Face 64356 31849 31956 31848
Face 64357 31767 31766 31645
Face 64358 31646 31767 31645
Face 64359 31430 31539 31538
Face 64360 34029 34030 6664
Face 64361 31539 31653 31538
Face 64362 7712 30824 8723
Face 64363 31879 31878 31766
Face 64364 31767 31879 31766
Face 64365 30622 30621 30534
Face 64366 30716 30715 30621
Face 64367 19040 18036 28409
Face 64368 32780 32912 32911
Face 64369 16678 16734 32319
Face 64370 32912 33047 33046
Face 64371 32911 32912 33046
Face 64372 33047 33181 33180
Face 64373 33046 33047 33180
Face 64374 33181 33317 33316
Face 64375 33180 33181 33316
Face 64376 33317 33450 33449
Face 64377 33316 33317 33449
Face 64378 33450 33577 33576
Face 64379 33449 33450 33576
Face 64380 33577 33702 33701
Face 64381 33576 33577 33701
Face 64382 33702 33828 33827
Face 64383 33701 33702 33827
Face 64384 33828 33956 33955
Face 64385 33827 33828 33955
Face 64386 33956 34080 34079
Face 64387 33955 33956 34079
Face 64388 34080 34207 34206
Face 64389 34079 34080 34206
Face 64390 34207 12462 12284
Face 64391 34206 34207 12284
Face 64392 12462 11286 12720
Face 64393 12284 12462 12720
Face 64394 11286 12724 12634
Face 64395 12720 11286 12634
Face 64396 32205 32102 12634
Face 64397 12724 32205 12634
Face 64398 32205 32661 32655
Face 64399 32102 32205 32655
Face 64400 32661 33939 33934
Face 64401 32655 32661 33934
Face 64402 33939 34252 34194
Face 64403 33934 33939 34194
Face 64404 34252 25745 5340
Face 64405 34194 34252 5340
Face 64406 25745 28807 12644
Face 64407 5340 25745 12644
Face 64408 28807 32881 32636
Face 64409 12644 28807 32636
Face 64410 32881 20882 18351
Face 64411 32636 32881 18351
Face 64412 20882 33545 11855
Face 64413 18351 20882 11855
Face 64414 18197 12280 11855
Face 64415 33545 18197 11855
Face 64416 33419 33023 12280
Face 64417 18197 33419 12280
Face 64418 12648 33332 33023
Face 64419 33419 12648 33023
Face 64420 33673 32308 33332
Face 64421 12648 33673 33332
Face 64422 12460 28228 32308
Face 64423 33673 12460 32308
Face 64424 33669 22678 28228
Face 64425 12460 33669 28228
Face 64426 5749 5625 15739
Face 64427 34785 34798 34413
Face 64428 29971 30032 29970
Face 64429 20439 20526 20525
Face 64430 30578 30672 30577
Face 64431 32707 32706 32579
Face 64432 30493 30578 30492
Face 64433 30672 30671 30577
Face 64434 6660 34152 34153
Face 64435 6650 29588 6745
Face 64436 31182 31181 31082
Face 64437 33883 33882 33756
Face 64438 32142 32141 32037
Face 64439 32038 32142 32037
Face 64440 31831 31938 31830
Face 64441 31843 31842 31730
Face 64442 30991 30992 31090
Face 64443 31091 31190 31189
Face 64444 30601 30695 30600
Face 64445 30794 30793 30694
Face 64446 30523 30608 30522
Face 64447 30702 30701 30607
Face 64448 30622 30716 30621
Face 64449 30815 30814 30715
Face 64450 30716 30815 30715
Face 64451 30913 30912 30814
Face 64452 30815 30913 30814
Face 64453 31010 31009 30912
Face 64454 16919 4199 17369
Face 64455 15218 18428 1319
Face 64456 32650 32414 33301
Face 64457 4061 33787 4189
Face 64458 33683 26444 32414
Face 64459 32650 33683 32414
Face 64460 16770 31537 26444
Face 64461 33683 16770 26444
Face 64462 32759 32750 31537
Face 64463 16770 32759 31537
Face 64464 13562 34156 32750
Face 64465 32759 13562 32750
Face 64466 12993 28278 34156
Face 64467 13562 12993 34156
Face 64468 33170 30184 28278
Face 64469 12993 33170 28278
Face 64470 32902 30722 30184
Face 64471 33170 32902 30184
Face 64472 32902 33425 28690
Face 64473 30722 32902 28690
Face 64474 33425 26074 33293
Face 64475 28690 33425 33293
Face 64476 26074 11367 291
Face 64477 33293 26074 291
Face 64478 6826 6727 6827
Face 64479 291 11367 33787
Face 64480 30784 30785 30890
Face 64481 32207 32208 16729
Face 64482 31616 31730 31615
Face 64483 30891 30992 30991
Face 64484 30523 30522 30451
Face 64485 30516 30515 30444
Face 64486 30913 31010 30912
Face 64487 30452 30523 30451
Face 64488 31106 31105 31009
Face 64489 31996 31997 16726
Face 64490 31123 31224 31223
Face 64491 31122 31123 31223
Face 64492 31224 31327 31326
Face 64493 31223 31224 31326
Face 64494 31327 31431 31430
Face 64495 31326 31327 31430
Face 64496 31431 31540 31539
Face 64497 31430 31431 31539
Face 64498 31540 31654 31653
Face 64499 31539 31540 31653
Face 64500 16726 16725 31996
Face 64501 17809 20137 17718
Face 64502 16680 16739 26012
Face 64503 31010 31106 31009
Face 64504 31205 31204 31105
Face 64505 31106 31205 31105
Face 64506 12643 5344 34518
Face 64507 17336 18252 17605
Face 64508 32781 32913 32912
Face 64509 32780 32781 32912
Face 64510 32913 33048 33047
Face 64511 32912 32913 33047
Face 64512 33048 33182 33181
Face 64513 33047 33048 33181
Face 64514 33182 33318 33317
Face 64515 33181 33182 33317
Face 64516 33318 33451 33450
Face 64517 33317 33318 33450
Face 64518 33451 33578 33577
Face 64519 33450 33451 33577
Face 64520 33578 33703 33702
Face 64521 33577 33578 33702
Face 64522 33703 33829 33828
Face 64523 33702 33703 33828
Face 64524 33829 33957 33956
Face 64525 33828 33829 33956
Face 64526 33957 34081 34080
Face 64527 33956 33957 34080
Face 64528 34081 34208 34207
Face 64529 34080 34081 34207
Face 64530 34208 12555 12462
Face 64531 34207 34208 12462
Face 64532 12555 28424 11286
Face 64533 12462 12555 11286
Face 64534 28424 2427 12724
Face 64535 11286 28424 12724
Face 64536 32619 32205 12724
Face 64537 2427 32619 12724
Face 64538 32619 32666 32661
Face 64539 32205 32619 32661
Face 64540 32666 33940 33939
Face 64541 32661 32666 33939
Face 64542 33940 18648 34252
Face 64543 33939 33940 34252
Face 64544 18648 18663 25745
Face 64545 34252 18648 25745
Face 64546 18663 11226 28807
Face 64547 25745 18663 28807
Face 64548 11226 32879 32881
Face 64549 28807 11226 32881
Face 64550 32879 33172 20882
Face 64551 32881 32879 20882
Face 64552 33172 32922 33545
Face 64553 20882 33172 33545
Face 64554 34177 18197 33545
Face 64555 32922 34177 33545
Face 64556 34125 33419 18197
Face 64557 34177 34125 18197
Face 64558 33821 12648 33419
Face 64559 34125 33821 33419
Face 64560 32772 33673 12648
Face 64561 33821 32772 12648
Face 64562 33414 12460 33673
Face 64563 32772 33414 33673
Face 64564 34198 34071 34199
Face 64565 34199 20976 20977
Face 64566 21340 21339 34067
Face 64567 20879 20792 20793
Face 64568 11033 32744 32617
Face 64569 6764 6669 6670
Face 64570 30771 30770 30671
Face 64571 30672 30771 30671
Face 64572 34259 34258 34135
Face 64573 34136 34259 34135
Face 64574 34259 11938 34258
Face 64575 11938 12657 34258
Face 64576 30883 30984 30882
Face 64577 29987 29986 29928
Face 64578 32246 32245 32141
Face 64579 32142 32246 32141
Face 64580 32380 32492 32491
Face 64581 29985 29984 29926
Face 64582 30301 30302 30368
Face 64583 30369 30436 30435
Face 64584 30695 30794 30694
Face 64585 30368 30369 30435
Face 64586 30608 30702 30607
Face 64587 31507 31506 31402
Face 64588 31307 31306 31204
Face 64589 31423 31422 31318
Face 64590 31205 31307 31204
Face 64591 31411 31410 31306
Face 64592 31307 31411 31306
Face 64593 32257 32256 32152
Face 64594 31217 31319 31216
Face 64595 33907 6669 6668
Face 64596 21197 32644 20745
Face 64597 33169 33683 32650
Face 64598 32777 33169 32650
Face 64599 6400 16770 33683
Face 64600 33169 6400 33683
Face 64601 32199 32759 16770
Face 64602 6400 32199 16770
Face 64603 33550 13562 32759
Face 64604 32199 33550 32759
Face 64605 34240 12993 13562
Face 64606 33550 34240 13562
Face 64607 32905 33170 12993
Face 64608 34240 32905 12993
Face 64609 32200 32902 33170
Face 64610 32905 32200 33170
Face 64611 32200 32926 33425
Face 64612 32902 32200 33425
Face 64613 32926 12742 26074
Face 64614 33425 32926 26074
Face 64615 12742 12743 179
Face 64616 26074 12742 11367
Face 64617 7240 7241 7348
Face 64618 30495 30494 30423
Face 64619 30785 30891 30890
Face 64620 30890 30891 30991
Face 64621 31507 31616 31506
Face 64622 31842 31841 31729
Face 64623 12643 11378 11296
Face 64624 30608 30607 30522
Face 64625 31517 31516 31410
Face 64626 31411 31517 31410
Face 64627 16726 16792 16791
Face 64628 31025 31124 31123
Face 64629 2949 3085 2948
Face 64630 31124 31225 31224
Face 64631 31123 31124 31224
Face 64632 31225 31328 31327
Face 64633 31224 31225 31327
Face 64634 31328 31432 31431
Face 64635 31327 31328 31431
Face 64636 31432 31541 31540
Face 64637 31431 31432 31540
Face 64638 31541 31655 31654
Face 64639 31540 31541 31654
Face 64640 31655 31775 31774
Face 64641 31654 31655 31774
Face 64642 31691 31692 31803
Face 64643 31774 31775 31887
Face 64644 31832 31939 31831
Face 64645 108 33783 33784
Face 64646 31630 31629 31516
Face 64647 31517 31630 31516
Face 64648 31751 31750 31629
Face 64649 31630 31751 31629
Face 64650 31863 31862 31750
Face 64651 31751 31863 31750
Face 64652 32782 27603 27602
Face 64653 20137 17809 20215
Face 64654 32782 32914 32913
Face 64655 32781 32782 32913
Face 64656 32914 33049 33048
Face 64657 32913 32914 33048
Face 64658 33049 33183 33182
Face 64659 33048 33049 33182
Face 64660 33183 33319 33318
Face 64661 33182 33183 33318
Face 64662 33319 33452 33451
Face 64663 33318 33319 33451
Face 64664 33452 33579 33578
Face 64665 33451 33452 33578
Face 64666 33579 33704 33703
Face 64667 33578 33579 33703
Face 64668 33704 33830 33829
Face 64669 33703 33704 33829
Face 64670 33830 33958 33957
Face 64671 33829 33830 33957
Face 64672 33958 34082 34081
Face 64673 33957 33958 34081
Face 64674 34082 34209 34208
Face 64675 34081 34082 34208
Face 64676 34209 13208 12555
Face 64677 34208 34209 12555
Face 64678 13208 18392 28424
Face 64679 12555 13208 28424
Face 64680 18392 11607 2427
Face 64681 28424 18392 2427
Face 64682 11607 32628 32619
Face 64683 2427 11607 32619
Face 64684 32628 32668 32666
Face 64685 32619 32628 32666
Face 64686 32668 33942 33940
Face 64687 32666 32668 33940
Face 64688 33942 30249 18648
Face 64689 33940 33942 18648
Face 64690 30249 26645 18663
Face 64691 18648 30249 18663
Face 64692 26645 12656 11226
Face 64693 18663 26645 11226
Face 64694 12656 33035 32879
Face 64695 11226 12656 32879
Face 64696 33035 33304 33172
Face 64697 32879 33035 33172
Face 64698 33304 32793 32922
Face 64699 33172 33304 32922
Face 64700 32316 34177 32922
Face 64701 32793 32316 32922
Face 64702 33803 34125 34177
Face 64703 32316 33803 34177
Face 64704 33820 33821 34125
Face 64705 33803 33820 34125
Face 64706 33020 32772 33821
Face 64707 33820 33020 33821
Face 64708 31649 33414 32772
Face 64709 33020 31649 32772
Face 64710 32141 32140 32036
Face 64711 18787 27960 16774
Face 64712 31993 8979 31992
Face 64713 34258 12657 34257
Face 64714 30877 30876 30770
Face 64715 30771 30877 30770
Face 64716 34010 34009 33883
Face 64717 33884 34010 33883
Face 64718 34010 34136 34009
Face 64719 34136 34135 34009
Face 64720 30223 30224 30288
Face 64721 30356 30355 30288
Face 64722 29868 29922 29867
Face 64723 33883 34009 33882
Face 64724 32352 32351 32245
Face 64725 32246 32352 32245
Face 64726 32369 32481 32368
Face 64727 32598 32725 32597
Face 64728 30436 30507 30506
Face 64729 30435 30436 30506
Face 64730 32480 32479 32367
Face 64731 32368 32480 32367
Face 64732 31616 31615 31506
Face 64733 31730 31842 31729
Face 64734 34254 26073 34253
Face 64735 30698 30699 30797
Face 64736 31970 31969 31862
Face 64737 31863 31970 31862
Face 64738 32075 32074 31969
Face 64739 31970 32075 31969
Face 64740 16725 16790 16724
Face 64741 31112 31211 31111
Face 64742 25491 31025 11691
Face 64743 31321 11237 11168
Face 64744 18262 33169 32777
Face 64745 31993 18262 32777
Face 64746 12816 6400 33169
Face 64747 18262 12816 33169
Face 64748 32751 32199 6400
Face 64749 12816 32751 6400
Face 64750 33546 33550 32199
Face 64751 32751 33546 32199
Face 64752 29329 34240 33550
Face 64753 33546 29329 33550
Face 64754 33420 32905 34240
Face 64755 29329 33420 34240
Face 64756 33562 32200 32905
Face 64757 33420 33562 32905
Face 64758 33562 31883 32926
Face 64759 32200 33562 32926
Face 64760 31883 12743 12742
Face 64761 32926 31883 12742
Face 64762 7346 7238 7239
Face 64763 5332 33013 33789
Face 64764 30686 30785 30784
Face 64765 16758 13212 16695
Face 64766 32054 32053 31948
Face 64767 30685 30686 30784
Face 64768 30382 30449 30381
Face 64769 31730 31729 31615
Face 64770 32179 32178 32074
Face 64771 30032 30033 30094
Face 64772 32075 32179 32074
Face 64773 29517 29515 29385
Face 64774 31026 31025 30926
Face 64775 30927 31026 30926
Face 64776 31125 31124 31025
Face 64777 31026 31125 31025
Face 64778 31226 31225 31124
Face 64779 31125 31226 31124
Face 64780 31329 31328 31225
Face 64781 31226 31329 31225
Face 64782 31433 31432 31328
Face 64783 31329 31433 31328
Face 64784 31542 31541 31432
Face 64785 31433 31542 31432
Face 64786 31656 31655 31541
Face 64787 31542 31656 31541
Face 64788 31656 31776 31775
Face 64789 31655 31656 31775
Face 64790 8369 32620 18039
Face 64791 18039 32620 19185
Face 64792 33027 19226 33028
Face 64793 16846 16845 26073
Face 64794 16843 16844 16931
Face 64795 34127 16841 16840
Face 64796 32283 32282 32178
Face 64797 21705 21802 29192
Face 64798 32179 32283 32178
Face 64799 32389 32388 32282
Face 64800 20971 20970 33442
Face 64801 32283 32389 32282
Face 64802 32656 32783 32782
Face 64803 31643 31642 31529
Face 64804 32783 32915 32914
Face 64805 32782 32783 32914
Face 64806 32915 33050 33049
Face 64807 32914 32915 33049
Face 64808 33050 33184 33183
Face 64809 33049 33050 33183
Face 64810 33184 33320 33319
Face 64811 33183 33184 33319
Face 64812 33320 33453 33452
Face 64813 33319 33320 33452
Face 64814 33453 33580 33579
Face 64815 33452 33453 33579
Face 64816 33580 33705 33704
Face 64817 33579 33580 33704
Face 64818 33705 33831 33830
Face 64819 33704 33705 33830
Face 64820 33831 33959 33958
Face 64821 33830 33831 33958
Face 64822 33959 34083 34082
Face 64823 33958 33959 34082
Face 64824 34083 34210 34209
Face 64825 34082 34083 34209
Face 64826 34210 13115 13208
Face 64827 34209 34210 13208
Face 64828 13115 67 18392
Face 64829 13208 13115 18392
Face 64830 67 11279 11607
Face 64831 18392 67 11607
Face 64832 11279 32895 32628
Face 64833 11607 11279 32628
Face 64834 32895 32745 32668
Face 64835 32628 32895 32668
Face 64836 32745 33943 33942
Face 64837 32668 32745 33942
Face 64838 33943 30625 30249
Face 64839 33942 33943 30249
Face 64840 30625 27482 26645
Face 64841 30249 30625 26645
Face 64842 27482 20117 12656
Face 64843 26645 27482 12656
Face 64844 20117 33805 33035
Face 64845 12656 20117 33035
Face 64846 33805 28694 33304
Face 64847 33035 33805 33304
Face 64848 28694 28001 32793
Face 64849 33304 28694 32793
Face 64850 34181 32316 32793
Face 64851 28001 34181 32793
Face 64852 32623 33803 32316
Face 64853 34181 32623 32316
Face 64854 34173 33820 33803
Face 64855 32623 34173 33803
Face 64856 32095 33020 33820
Face 64857 34173 32095 33820
Face 64858 27889 31649 33020
Face 64859 32095 27889 33020
Face 64860 20976 34199 34071
Face 64861 34452 34707 34520
Face 64862 30097 30098 30159
Face 64863 12657 13478 34257
Face 64864 30978 30977 30876
Face 64865 30877 30978 30876
Face 64866 33884 33883 33757
Face 64867 33758 33884 33757
Face 64868 31708 31820 31707
Face 64869 31927 31926 31819
Face 64870 31174 31275 31173
Face 64871 31378 31377 31274
Face 64872 31933 31932 31825
Face 64873 31826 31933 31825
Face 64874 31933 32038 31932
Face 64875 32038 32037 31932
Face 64876 30306 30307 30373
Face 64877 30707 30706 30612
Face 64878 30507 30592 30591
Face 64879 30591 30592 30685
Face 64880 32158 32262 32157
Face 64881 32368 32367 32261
Face 64882 31172 31171 31072
Face 64883 33764 33890 33763
Face 64884 30987 31086 30986
Face 64885 31296 31295 31194
Face 64886 32501 32500 32388
Face 64887 32389 32501 32388
Face 64888 12650 2953 2952
Face 64889 4023 26680 29065
Face 64890 31993 10345 32315
Face 64891 33663 6677 6676
Face 64892 8835 32665 32315
Face 64893 32315 18262 31993
Face 64894 16689 34225 12747
Face 64895 32545 12816 18262
Face 64896 32315 32545 18262
Face 64897 34041 32751 12816
Face 64898 32545 34041 12816
Face 64899 33014 33546 32751
Face 64900 34041 33014 32751
Face 64901 27362 29329 33546
Face 64902 33014 27362 33546
Face 64903 33149 33420 29329
Face 64904 27362 33149 29329
Face 64905 28093 33562 33420
Face 64906 33149 28093 33420
Face 64907 33307 31883 33562
Face 64908 28093 33307 33562
Face 64909 33307 24263 12743
Face 64910 31883 33307 12743
Face 64911 20611 32659 20610
Face 64912 6146 24263 6290
Face 64913 30302 30369 30368
Face 64914 20442 20528 20441
Face 64915 31949 31948 31841
Face 64916 31949 32054 31948
Face 64917 32043 32147 32042
Face 64918 31379 31483 31378
Face 64919 31533 11235 11234
Face 64920 13131 22913 13132
Face 64921 19263 30384 19264
Face 64922 29515 29517 24131
Face 64923 31027 31026 30927
Face 64924 30928 31027 30927
Face 64925 31126 31125 31026
Face 64926 31027 31126 31026
Face 64927 31227 31226 31125
Face 64928 31126 31227 31125
Face 64929 31330 31329 31226
Face 64930 31227 31330 31226
Face 64931 31434 31433 31329
Face 64932 31330 31434 31329
Face 64933 31543 31542 31433
Face 64934 31434 31543 31433
Face 64935 31657 31656 31542
Face 64936 31543 31657 31542
Face 64937 31657 31777 31776
Face 64938 31656 31657 31776
Face 64939 31777 31889 31888
Face 64940 31776 31777 31888
Face 64941 34341 34384 34373
Face 64942 12926 13116 5341
Face 64943 34339 22039 34478
Face 64944 20147 11495 182
Face 64945 11084 6625 11029
Face 64946 31647 31533 11234
Face 64947 6623 33143 6625
Face 64948 32656 27600 32657
Face 64949 11085 11029 11030
Face 64950 27364 24922 25060
Face 64951 32657 32784 32783
Face 64952 32656 32657 32783
Face 64953 32784 32916 32915
Face 64954 32783 32784 32915
Face 64955 32916 33051 33050
Face 64956 32915 32916 33050
Face 64957 33051 33185 33184
Face 64958 33050 33051 33184
Face 64959 33185 33321 33320
Face 64960 33184 33185 33320
Face 64961 33321 33454 33453
Face 64962 33320 33321 33453
Face 64963 33454 33581 33580
Face 64964 33453 33454 33580
Face 64965 33581 33706 33705
Face 64966 33580 33581 33705
Face 64967 33706 33832 33831
Face 64968 33705 33706 33831
Face 64969 33832 33960 33959
Face 64970 33831 33832 33959
Face 64971 33960 34084 34083
Face 64972 33959 33960 34083
Face 64973 34084 34211 34210
Face 64974 34083 34084 34210
Face 64975 34211 13114 13115
Face 64976 34210 34211 13115
Face 64977 13114 29721 67
Face 64978 13115 13114 67
Face 64979 29721 2376 11279
Face 64980 67 29721 11279
Face 64981 2376 32900 32895
Face 64982 11279 2376 32895
Face 64983 32900 32746 32745
Face 64984 32895 32900 32745
Face 64985 32746 33944 33943
Face 64986 32745 32746 33943
Face 64987 33944 30721 30625
Face 64988 33943 33944 30625
Face 64989 30721 33791 27482
Face 64990 30625 30721 27482
Face 64991 33791 34176 20117
Face 64992 27482 33791 20117
Face 64993 34176 34163 33805
Face 64994 20117 34176 33805
Face 64995 34163 33029 28694
Face 64996 33805 34163 28694
Face 64997 33029 26075 28001
Face 64998 28694 33029 28001
Face 64999 34040 34181 28001
Face 65000 26075 34040 28001
Face 65001 33030 32623 34181
Face 65002 34040 33030 34181
Face 65003 32627 34173 32623
Face 65004 33030 32627 32623
Face 65005 32306 32095 34173
Face 65006 32627 32306 34173
Face 65007 32306 17226 32095
Face 65008 27889 17226 16916
Face 65009 16686 34099 16747
Face 65010 761 646 647
Face 65011 32699 32698 32571
Face 65012 18265 34095 17655
Face 65013 31077 31076 30977
Face 65014 30978 31077 30977
Face 65015 33633 33632 33505
Face 65016 33506 33633 33505
Face 65017 31485 31484 31380
Face 65018 31381 31485 31380
Face 65019 31714 31713 31599
Face 65020 31600 31714 31599
Face 65021 31714 31826 31713
Face 65022 31826 31825 31713
Face 65023 29927 29985 29926
Face 65024 30046 30045 29984
Face 65025 29927 29926 29872
Face 65026 29873 29927 29872
Face 65027 30506 30507 30591
Face 65028 30592 30686 30685
Face 65029 32158 32157 32053
Face 65030 32262 32368 32261
Face 65031 31319 31318 31216
Face 65032 30095 30157 30156
Face 65033 16788 31887 16789
Face 65034 32737 32870 32736
Face 65035 3081 3080 13560
Face 65036 32610 32737 32609
Face 65037 33002 33001 32869
Face 65038 32043 32042 31937
Face 65039 32259 32365 32258
Face 65040 30699 30798 30797
Face 65041 31953 31952 31845
Face 65042 32665 32545 32315
Face 65043 33662 6709 33661
Face 65044 34055 34041 32545
Face 65045 32665 34055 32545
Face 65046 34159 33014 34041
Face 65047 34055 34159 34041
Face 65048 34159 7391 33014
Face 65049 27362 7391 10359
Face 65050 10870 33149 10359
Face 65051 18826 34034 18825
Face 65052 30824 28093 33149
Face 65053 6680 6681 6776
Face 65054 31650 33307 28093
Face 65055 30824 31650 28093
Face 65056 21162 27370 21163
Face 65057 33307 31650 24263
Face 65058 31114 31213 31113
Face 65059 18787 16774 16849
Face 65060 32724 32723 32596
Face 65061 30236 30237 30301
Face 65062 33530 33529 33396
Face 65063 31842 31949 31841
Face 65064 31986 31985 31878
Face 65065 31483 31592 31482
Face 65066 32870 32869 32736
Face 65067 30537 30536 25157
Face 65068 30929 30928 30827
Face 65069 30828 30929 30827
Face 65070 31028 31027 30928
Face 65071 30929 31028 30928
Face 65072 31127 31126 31027
Face 65073 31028 31127 31027
Face 65074 31228 31227 31126
Face 65075 31127 31228 31126
Face 65076 31331 31330 31227
Face 65077 31228 31331 31227
Face 65078 31435 31434 31330
Face 65079 31331 31435 31330
Face 65080 31544 31543 31434
Face 65081 31435 31544 31434
Face 65082 31658 31657 31543
Face 65083 31544 31658 31543
Face 65084 31778 31777 31657
Face 65085 31658 31778 31657
Face 65086 31890 31889 31777
Face 65087 31778 31890 31777
Face 65088 31997 31996 31889
Face 65089 31890 31997 31889
Face 65090 20470 22563 29014
Face 65091 33009 6625 33143
Face 65092 31879 31986 31878
Face 65093 32539 27598 27597
Face 65094 32091 32090 31985
Face 65095 32493 32610 32492
Face 65096 6664 6759 6758
Face 65097 6289 6167 6168
Face 65098 32658 32785 32784
Face 65099 32657 32658 32784
Face 65100 32785 32917 32916
Face 65101 32784 32785 32916
Face 65102 32917 33052 33051
Face 65103 32916 32917 33051
Face 65104 33052 33186 33185
Face 65105 33051 33052 33185
Face 65106 33186 33322 33321
Face 65107 33185 33186 33321
Face 65108 33322 33455 33454
Face 65109 33321 33322 33454
Face 65110 33455 33582 33581
Face 65111 33454 33455 33581
Face 65112 33582 33707 33706
Face 65113 33581 33582 33706
Face 65114 33707 33833 33832
Face 65115 33706 33707 33832
Face 65116 33833 33961 33960
Face 65117 33832 33833 33960
Face 65118 33961 34085 34084
Face 65119 33960 33961 34084
Face 65120 34085 34212 34211
Face 65121 34084 34085 34211
Face 65122 34212 12031 13114
Face 65123 34211 34212 13114
Face 65124 12031 29349 29721
Face 65125 13114 12031 29721
Face 65126 29349 11606 2376
Face 65127 29721 29349 2376
Face 65128 11606 33019 32900
Face 65129 2376 11606 32900
Face 65130 33019 32756 32746
Face 65131 32900 33019 32746
Face 65132 32756 33945 33944
Face 65133 32746 32756 33944
Face 65134 33945 30821 30721
Face 65135 33944 33945 30721
Face 65136 30821 12749 33791
Face 65137 30721 30821 33791
Face 65138 12749 26213 34176
Face 65139 33791 12749 34176
Face 65140 26213 34165 34163
Face 65141 34176 26213 34163
Face 65142 34165 12200 33029
Face 65143 34163 34165 33029
Face 65144 33153 26075 33029
Face 65145 12200 33153 33029
Face 65146 33153 34052 34040
Face 65147 26075 33153 34040
Face 65148 32766 33030 34040
Face 65149 34052 32766 34040
Face 65150 32520 32627 33030
Face 65151 32766 32520 33030
Face 65152 32518 32306 32627
Face 65153 32520 32518 32627
Face 65154 34417 34588 34391
Face 65155 32518 33941 32306
Face 65156 20790 20700 20701
Face 65157 5910 6037 5909
Face 65158 31846 31845 31733
Face 65159 27889 16916 16924
Face 65160 31176 31175 31076
Face 65161 31077 31176 31076
Face 65162 33506 33505 33372
Face 65163 33373 33506 33372
Face 65164 32835 32834 32701
Face 65165 32702 32835 32701
Face 65166 31600 31599 31490
Face 65167 31491 31600 31490
Face 65168 30045 30046 30107
Face 65169 30108 30170 30169
Face 65170 29985 30046 29984
Face 65171 30046 30108 30107
Face 65172 30111 30173 30110
Face 65173 30237 30236 30172
Face 65174 30173 30237 30172
Face 65175 30237 30302 30301
Face 65176 32054 32158 32053
Face 65177 32262 32261 32157
Face 65178 33751 33877 33750
Face 65179 31592 31591 31482
Face 65180 31986 32091 31985
Face 65181 33271 33407 33270
Face 65182 33407 33540 33539
Face 65183 32719 32718 32591
Face 65184 31286 31285 31184
Face 65185 31605 31719 31604
Face 65186 31831 31830 31718
Face 65187 30786 30787 30892
Face 65188 31723 31835 31834
Face 65189 32247 32246 32142
Face 65190 31702 31814 31701
Face 65191 30970 30969 30868
Face 65192 32843 32842 32709
Face 65193 31269 31268 31167
Face 65194 34055 9439 34159
Face 65195 22053 12526 6006
Face 65196 8442 9214 8835
Face 65197 27259 32309 12590
Face 65198 20880 33442 20969
Face 65199 20700 32911 20701
Face 65200 21160 34070 34197
Face 65201 30563 30657 30562
Face 65202 32724 32857 32723
Face 65203 6113 6114 6240
Face 65204 26927 29853 25421
Face 65205 32989 32988 32856
Face 65206 32787 32660 20526
Face 65207 32857 32856 32723
Face 65208 32857 32989 32856
Face 65209 32039 32143 32038
Face 65210 32597 32724 32596
Face 65211 32034 32138 32033
Face 65212 33513 33640 33512
Face 65213 30893 30994 30993
Face 65214 30453 30537 22463
Face 65215 24425 30453 22463
Face 65216 30930 30929 30828
Face 65217 30829 30930 30828
Face 65218 31029 31028 30929
Face 65219 30930 31029 30929
Face 65220 31128 31127 31028
Face 65221 31029 31128 31028
Face 65222 31229 31228 31127
Face 65223 31128 31229 31127
Face 65224 31332 31331 31228
Face 65225 31229 31332 31228
Face 65226 31436 31435 31331
Face 65227 31332 31436 31331
Face 65228 31545 31544 31435
Face 65229 31436 31545 31435
Face 65230 31659 31658 31544
Face 65231 31545 31659 31544
Face 65232 31779 31778 31658
Face 65233 31659 31779 31658
Face 65234 31891 31890 31778
Face 65235 31779 31891 31778
Face 65236 31998 31997 31890
Face 65237 31891 31998 31890
Face 65238 31997 31998 16727
Face 65239 25901 32547 32669
Face 65240 7712 31650 30824
Face 65241 2947 33278 2948
Face 65242 32493 32492 32380
Face 65243 32030 32134 32029
Face 65244 32195 32194 32090
Face 65245 32539 32659 32658
Face 65246 21261 20795 21355
Face 65247 32659 32786 32785
Face 65248 32658 32659 32785
Face 65249 32786 32918 32917
Face 65250 32785 32786 32917
Face 65251 32918 33053 33052
Face 65252 32917 32918 33052
Face 65253 33053 33187 33186
Face 65254 33052 33053 33186
Face 65255 33187 33323 33322
Face 65256 33186 33187 33322
Face 65257 33323 33456 33455
Face 65258 33322 33323 33455
Face 65259 33456 33583 33582
Face 65260 33455 33456 33582
Face 65261 33583 33708 33707
Face 65262 33582 33583 33707
Face 65263 33708 33834 33833
Face 65264 33707 33708 33833
Face 65265 33834 33962 33961
Face 65266 33833 33834 33961
Face 65267 33962 34086 34085
Face 65268 33961 33962 34085
Face 65269 34086 34213 34212
Face 65270 34085 34086 34212
Face 65271 9273 12031 34212
Face 65272 34213 9273 34212
Face 65273 11047 29349 12031
Face 65274 9273 11047 12031
Face 65275 11047 11107 11606
Face 65276 29349 11047 11606
Face 65277 11107 33058 33019
Face 65278 11606 11107 33019
Face 65279 33058 32757 32756
Face 65280 33019 33058 32756
Face 65281 32757 33946 33945
Face 65282 32756 32757 33945
Face 65283 33946 30822 30821
Face 65284 33945 33946 30821
Face 65285 30822 11455 12749
Face 65286 30821 30822 12749
Face 65287 11455 12099 26213
Face 65288 12749 11455 26213
Face 65289 12099 33679 34165
Face 65290 26213 12099 34165
Face 65291 33679 21074 12200
Face 65292 34165 33679 12200
Face 65293 21074 12979 33153
Face 65294 12200 21074 33153
Face 65295 24245 34052 33153
Face 65296 12979 24245 33153
Face 65297 32765 32766 34052
Face 65298 24245 32765 34052
Face 65299 34222 32520 32766
Face 65300 32765 34222 32766
Face 65301 32635 32518 32520
Face 65302 34222 32635 32520
Face 65303 33815 33941 32518
Face 65304 32635 33815 32518
Face 65305 27756 8369 33941
Face 65306 33815 27756 33941
Face 65307 20789 20699 20700
Face 65308 27756 32620 8369
Face 65309 6899 32392 32393
Face 65310 6678 6774 6773
Face 65311 33373 33372 33236
Face 65312 33237 33373 33236
Face 65313 32458 32575 32457
Face 65314 32702 32701 32574
Face 65315 31491 31490 31386
Face 65316 31387 31491 31386
Face 65317 30107 30108 30169
Face 65318 30170 30234 30233
Face 65319 29988 30049 29987
Face 65320 30111 30110 30048
Face 65321 30173 30172 30110
Face 65322 30049 30111 30048
Face 65323 33123 33122 32988
Face 65324 32989 33123 32988
Face 65325 32597 32596 32479
Face 65326 32480 32597 32479
Face 65327 31217 31216 31117
Face 65328 17937 19166 17852
Face 65329 7349 7348 7241
Face 65330 30972 30971 30870
Face 65331 32381 32493 32380
Face 65332 32091 32195 32090
Face 65333 32299 32298 32194
Face 65334 32195 32299 32194
Face 65335 32405 32404 32298
Face 65336 32299 32405 32298
Face 65337 33625 33624 33497
Face 65338 29866 29920 29865
Face 65339 16693 16753 16692
Face 65340 32893 23922 2821
Face 65341 16696 28280 16697
Face 65342 34066 2039 2040
Face 65343 30581 30675 30580
Face 65344 12023 13086 370
Face 65345 32027 32026 31921
Face 65346 30030 30031 30092
Face 65347 31271 31374 31270
Face 65348 31713 31712 31598
Face 65349 30765 30764 30665
Face 65350 30093 30155 30154
Face 65351 31813 31812 31700
Face 65352 31701 31813 31700
Face 65353 33094 33093 32959
Face 65354 30091 30153 30152
Face 65355 32695 32828 32694
Face 65356 32960 33094 32959
Face 65357 29980 30041 29979
Face 65358 30782 30783 30888
Face 65359 30984 31083 30983
Face 65360 30830 30829 30723
Face 65361 30724 30830 30723
Face 65362 30931 30930 30829
Face 65363 30830 30931 30829
Face 65364 31030 31029 30930
Face 65365 30931 31030 30930
Face 65366 31129 31128 31029
Face 65367 31030 31129 31029
Face 65368 31230 31229 31128
Face 65369 31129 31230 31128
Face 65370 31333 31332 31229
Face 65371 31230 31333 31229
Face 65372 31437 31436 31332
Face 65373 31333 31437 31332
Face 65374 31546 31545 31436
Face 65375 31437 31546 31436
Face 65376 31660 31659 31545
Face 65377 31546 31660 31545
Face 65378 31780 31779 31659
Face 65379 31660 31780 31659
Face 65380 31892 31891 31779
Face 65381 31780 31892 31779
Face 65382 31999 31998 31891
Face 65383 31892 31999 31891
Face 65384 31999 32104 32103
Face 65385 31998 31999 32103
Face 65386 18322 18225 18949
Face 65387 32104 32207 32103
Face 65388 16719 18874 34264
Face 65389 32057 32056 31951
Face 65390 30717 30716 30622
Face 65391 30623 30717 30622
Face 65392 33063 16680 32929
Face 65393 6660 6661 6755
Face 65394 32660 32787 32786
Face 65395 32659 32660 32786
Face 65396 32787 32919 32918
Face 65397 32786 32787 32918
Face 65398 32919 33054 33053
Face 65399 32918 32919 33053
Face 65400 33054 33188 33187
Face 65401 33053 33054 33187
Face 65402 33188 33324 33323
Face 65403 33187 33188 33323
Face 65404 33324 33457 33456
Face 65405 33323 33324 33456
Face 65406 33457 33584 33583
Face 65407 33456 33457 33583
Face 65408 33584 33709 33708
Face 65409 33583 33584 33708
Face 65410 33709 33835 33834
Face 65411 33708 33709 33834
Face 65412 33835 33963 33962
Face 65413 33834 33835 33962
Face 65414 33963 34087 34086
Face 65415 33962 33963 34086
Face 65416 34087 34214 34213
Face 65417 34086 34087 34213
Face 65418 34214 11624 9273
Face 65419 34213 34214 9273
Face 65420 12289 11047 9273
Face 65421 11624 12289 9273
Face 65422 13204 11107 11047
Face 65423 12289 13204 11047
Face 65424 13204 33156 33058
Face 65425 11107 13204 33058
Face 65426 33156 32758 32757
Face 65427 33058 33156 32757
Face 65428 32758 33947 33946
Face 65429 32757 32758 33946
Face 65430 33947 30922 30822
Face 65431 33946 33947 30822
Face 65432 30922 11350 11455
Face 65433 30822 30922 11455
Face 65434 11350 34189 12099
Face 65435 11455 11350 12099
Face 65436 34189 32428 33679
Face 65437 12099 34189 33679
Face 65438 32428 33145 21074
Face 65439 33679 32428 21074
Face 65440 33145 33817 12979
Face 65441 21074 33145 12979
Face 65442 33817 33689 24245
Face 65443 12979 33817 24245
Face 65444 32310 32765 24245
Face 65445 33689 32310 24245
Face 65446 33916 34222 32765
Face 65447 32310 33916 32765
Face 65448 33916 32753 32635
Face 65449 34222 33916 32635
Face 65450 32753 12915 33815
Face 65451 32635 32753 33815
Face 65452 12915 28006 27756
Face 65453 33815 12915 27756
Face 65454 28006 21194 32620
Face 65455 27756 28006 32620
Face 65456 27277 22990 19378
Face 65457 34830 33671 34361
Face 65458 16846 26073 12748
Face 65459 23110 19091 25315
Face 65460 29969 30030 29968
Face 65461 32575 32702 32574
Face 65462 31387 31386 31283
Face 65463 31284 31387 31283
Face 65464 30169 30170 30233
Face 65465 30299 30298 30233
Face 65466 29930 29988 29929
Face 65467 30049 30048 29987
Face 65468 33527 33654 33526
Face 65469 33779 33778 33653
Face 65470 33394 33393 33257
Face 65471 33258 33394 33257
Face 65472 32460 32459 32347
Face 65473 33753 33752 33627
Face 65474 32721 32854 32720
Face 65475 30420 30419 30352
Face 65476 18653 13842 13828
Face 65477 33628 33627 33500
Face 65478 31732 31844 31731
Face 65479 31844 31951 31843
Face 65480 30816 30815 30716
Face 65481 30717 30816 30716
Face 65482 30914 30913 30815
Face 65483 30816 30914 30815
Face 65484 30774 30773 30674
Face 65485 33659 33660 33784
Face 65486 31011 31010 30913
Face 65487 33660 33659 33532
Face 65488 30914 31011 30913
Face 65489 31107 31106 31010
Face 65490 31011 31107 31010
Face 65491 31206 31205 31106
Face 65492 31107 31206 31106
Face 65493 31308 31307 31205
Face 65494 31206 31308 31205
Face 65495 31412 31411 31307
Face 65496 31308 31412 31307
Face 65497 31518 31517 31411
Face 65498 31412 31518 31411
Face 65499 31631 31630 31517
Face 65500 31518 31631 31517
Face 65501 31752 31751 31630
Face 65502 31631 31752 31630
Face 65503 30626 30725 30724
Face 65504 30831 30830 30724
Face 65505 30725 30831 30724
Face 65506 30932 30931 30830
Face 65507 30831 30932 30830
Face 65508 31031 31030 30931
Face 65509 30932 31031 30931
Face 65510 31130 31129 31030
Face 65511 31031 31130 31030
Face 65512 31231 31230 31129
Face 65513 31130 31231 31129
Face 65514 31334 31333 31230
Face 65515 31231 31334 31230
Face 65516 31438 31437 31333
Face 65517 31334 31438 31333
Face 65518 31547 31546 31437
Face 65519 31438 31547 31437
Face 65520 31661 31660 31546
Face 65521 31547 31661 31546
Face 65522 31781 31780 31660
Face 65523 31661 31781 31660
Face 65524 31893 31892 31780
Face 65525 31781 31893 31780
Face 65526 32000 31999 31892
Face 65527 31893 32000 31892
Face 65528 32105 32104 31999
Face 65529 32000 32105 31999
Face 65530 32105 32208 32207
Face 65531 32104 32105 32207
Face 65532 16742 16682 16683
Face 65533 20526 20440 20527
Face 65534 31864 31863 31751
Face 65535 31752 31864 31751
Face 65536 17341 17430 19719
Face 65537 32787 20528 32919
Face 65538 21341 21433 21340
Face 65539 32920 20528 20442
Face 65540 12015 11531 34183
Face 65541 21340 34067 21341
Face 65542 32920 33055 33054
Face 65543 32919 32920 33054
Face 65544 33055 33189 33188
Face 65545 33054 33055 33188
Face 65546 33189 33325 33324
Face 65547 33188 33189 33324
Face 65548 33325 33458 33457
Face 65549 33324 33325 33457
Face 65550 33458 33585 33584
Face 65551 33457 33458 33584
Face 65552 33585 33710 33709
Face 65553 33584 33585 33709
Face 65554 33710 33836 33835
Face 65555 33709 33710 33835
Face 65556 33836 33964 33963
Face 65557 33835 33836 33963
Face 65558 33964 34088 34087
Face 65559 33963 33964 34087
Face 65560 34088 34215 34214
Face 65561 34087 34088 34214
Face 65562 34215 13656 11624
Face 65563 34214 34215 11624
Face 65564 13656 11381 12289
Face 65565 11624 13656 12289
Face 65566 11381 12658 13204
Face 65567 12289 11381 13204
Face 65568 12658 33165 33156
Face 65569 13204 12658 33156
Face 65570 33165 32762 32758
Face 65571 33156 33165 32758
Face 65572 32762 33948 33947
Face 65573 32758 32762 33947
Face 65574 33948 31118 30922
Face 65575 33947 33948 30922
Face 65576 31118 26929 11350
Face 65577 30922 31118 11350
Face 65578 26929 32415 34189
Face 65579 11350 26929 34189
Face 65580 32415 34039 32428
Face 65581 34189 32415 32428
Face 65582 34039 33688 33145
Face 65583 32428 34039 33145
Face 65584 33688 18716 33817
Face 65585 33145 33688 33817
Face 65586 26989 33689 33817
Face 65587 18716 26989 33817
Face 65588 26989 28292 32310
Face 65589 33689 26989 32310
Face 65590 28292 34251 33916
Face 65591 32310 28292 33916
Face 65592 32886 32753 33916
Face 65593 34251 32886 33916
Face 65594 32886 27134 12915
Face 65595 32753 32886 12915
Face 65596 27134 12902 28006
Face 65597 12915 27134 28006
Face 65598 12902 28138 21194
Face 65599 28006 12902 21194
Face 65600 33915 5465 21194
Face 65601 28138 33915 21194
Face 65602 24496 22990 24211
Face 65603 1914 2663 29783
Face 65604 34002 34128 34001
Face 65605 16694 13212 16757
Face 65606 31284 31283 31182
Face 65607 31183 31284 31182
Face 65608 30234 30299 30233
Face 65609 30299 30366 30365
Face 65610 29876 29930 29875
Face 65611 29988 29987 29929
Face 65612 33654 33779 33653
Face 65613 33905 33904 33778
Face 65614 33533 33532 33399
Face 65615 33400 33533 33399
Face 65616 33400 33399 33263
Face 65617 33264 33400 33263
Face 65618 31971 31970 31863
Face 65619 31864 31971 31863
Face 65620 32076 32075 31970
Face 65621 31971 32076 31970
Face 65622 33264 33263 33128
Face 65623 33129 33264 33128
Face 65624 32180 32179 32075
Face 65625 32076 32180 32075
Face 65626 32284 32283 32179
Face 65627 32180 32284 32179
Face 65628 32863 32995 32994
Face 65629 33129 33128 32994
Face 65630 33533 33660 33532
Face 65631 27372 24244 27373
Face 65632 32390 32389 32283
Face 65633 32602 32603 32729
Face 65634 32284 32390 32283
Face 65635 30726 30725 30626
Face 65636 30627 30726 30626
Face 65637 30832 30831 30725
Face 65638 30726 30832 30725
Face 65639 30933 30932 30831
Face 65640 30832 30933 30831
Face 65641 31032 31031 30932
Face 65642 30933 31032 30932
Face 65643 31131 31130 31031
Face 65644 31032 31131 31031
Face 65645 31232 31231 31130
Face 65646 31131 31232 31130
Face 65647 31335 31334 31231
Face 65648 31232 31335 31231
Face 65649 31439 31438 31334
Face 65650 31335 31439 31334
Face 65651 31548 31547 31438
Face 65652 31439 31548 31438
Face 65653 31662 31661 31547
Face 65654 31548 31662 31547
Face 65655 31782 31781 31661
Face 65656 31662 31782 31661
Face 65657 31894 31893 31781
Face 65658 31782 31894 31781
Face 65659 32001 32000 31893
Face 65660 31894 32001 31893
Face 65661 32106 32105 32000
Face 65662 32001 32106 32000
Face 65663 32106 32209 32208
Face 65664 32105 32106 32208
Face 65665 32208 32209 16729
Face 65666 34725 34542 34748
Face 65667 32502 32501 32389
Face 65668 33499 33498 33365
Face 65669 32390 32502 32389
Face 65670 20443 20442 20356
Face 65671 32339 32338 32232
Face 65672 32233 32339 32232
Face 65673 8001 16720 18128
Face 65674 6664 6662 34154
Face 65675 32921 33056 33055
Face 65676 32920 32921 33055
Face 65677 33056 33190 33189
Face 65678 33055 33056 33189
Face 65679 33190 33326 33325
Face 65680 33189 33190 33325
Face 65681 33326 33459 33458
Face 65682 33325 33326 33458
Face 65683 33459 33586 33585
Face 65684 33458 33459 33585
Face 65685 33586 33711 33710
Face 65686 33585 33586 33710
Face 65687 33837 33836 33710
Face 65688 33711 33837 33710
Face 65689 33965 33964 33836
Face 65690 33837 33965 33836
Face 65691 33965 34089 34088
Face 65692 33964 33965 34088
Face 65693 34089 34216 34215
Face 65694 34088 34089 34215
Face 65695 34216 26070 13656
Face 65696 34215 34216 13656
Face 65697 26070 29339 11381
Face 65698 13656 26070 11381
Face 65699 28412 12658 11381
Face 65700 29339 28412 11381
Face 65701 33175 33165 12658
Face 65702 28412 33175 12658
Face 65703 33175 32763 32762
Face 65704 33165 33175 32762
Face 65705 32763 33973 33948
Face 65706 32762 32763 33948
Face 65707 33973 31119 31118
Face 65708 33948 33973 31118
Face 65709 31119 13464 26929
Face 65710 31118 31119 26929
Face 65711 13464 33687 32415
Face 65712 26929 13464 32415
Face 65713 33687 32426 34039
Face 65714 32415 33687 34039
Face 65715 32426 25470 33688
Face 65716 34039 32426 33688
Face 65717 25470 33818 18716
Face 65718 33688 25470 18716
Face 65719 33818 33670 26989
Face 65720 18716 33818 26989
Face 65721 33670 33059 28292
Face 65722 26989 33670 28292
Face 65723 33059 31534 34251
Face 65724 28292 33059 34251
Face 65725 31534 27759 32886
Face 65726 34251 31534 32886
Face 65727 27759 12566 27134
Face 65728 32886 27759 27134
Face 65729 12566 4986 12902
Face 65730 27134 12566 12902
Face 65731 4986 11602 28138
Face 65732 12902 4986 28138
Face 65733 11602 33166 33915
Face 65734 28138 11602 33915
Face 65735 13183 1914 29783
Face 65736 1914 13183 1913
Face 65737 6665 6759 6664
Face 65738 21647 29588 6650
Face 65739 31183 31182 31083
Face 65740 31084 31183 31083
Face 65741 30298 30299 30365
Face 65742 30433 30432 30365
Face 65743 31871 31870 31758
Face 65744 29930 29929 29875
Face 65745 33779 33905 33778
Face 65746 32189 32293 32188
Face 65747 32268 32374 32267
Face 65748 32374 32486 32485
Face 65749 16729 16730 16797
Face 65750 32460 32577 32459
Face 65751 32704 32837 32703
Face 65752 31839 31946 31945
Face 65753 31838 31839 31945
Face 65754 32275 32274 32170
Face 65755 32374 32373 32267
Face 65756 33001 33000 32868
Face 65757 33270 33269 33134
Face 65758 33776 33775 33650
Face 65759 32164 32268 32163
Face 65760 33524 33651 33523
Face 65761 33527 33526 33393
Face 65762 32995 33129 32994
Face 65763 33654 33653 33526
Face 65764 33394 33527 33393
Face 65765 32486 32603 32602
Face 65766 32729 32730 32862
Face 65767 33120 33119 32985
Face 65768 32986 33120 32985
Face 65769 30903 30904 31000
Face 65770 33135 33134 33000
Face 65771 32736 32869 32735
Face 65772 32171 32170 32066
Face 65773 30727 30726 30627
Face 65774 30628 30727 30627
Face 65775 30833 30832 30726
Face 65776 30727 30833 30726
Face 65777 30934 30933 30832
Face 65778 30833 30934 30832
Face 65779 31033 31032 30933
Face 65780 30934 31033 30933
Face 65781 31132 31131 31032
Face 65782 31033 31132 31032
Face 65783 31233 31232 31131
Face 65784 31132 31233 31131
Face 65785 31336 31335 31232
Face 65786 31233 31336 31232
Face 65787 31440 31439 31335
Face 65788 31336 31440 31335
Face 65789 31549 31548 31439
Face 65790 31440 31549 31439
Face 65791 31663 31662 31548
Face 65792 31549 31663 31548
Face 65793 31783 31782 31662
Face 65794 31663 31783 31662
Face 65795 31895 31894 31782
Face 65796 31783 31895 31782
Face 65797 32002 32001 31894
Face 65798 31895 32002 31894
Face 65799 32107 32106 32001
Face 65800 32002 32107 32001
Face 65801 32210 32209 32106
Face 65802 32107 32210 32106
Face 65803 27099 24752 23354
Face 65804 33011 2561 2562
Face 65805 32268 32267 32163
Face 65806 33056 32921 20444
Face 65807 31647 31646 31533
Face 65808 33879 33878 33752
Face 65809 33625 33750 33624
Face 65810 32737 32736 32609
Face 65811 17424 18480 18244
Face 65812 20147 32910 32537
Face 65813 33941 17226 32306
Face 65814 25086 25087 25225
Face 65815 33057 33191 33190
Face 65816 33056 33057 33190
Face 65817 33191 33327 33326
Face 65818 33190 33191 33326
Face 65819 33327 33460 33459
Face 65820 33326 33327 33459
Face 65821 33460 33587 33586
Face 65822 33459 33460 33586
Face 65823 33587 33712 33711
Face 65824 33586 33587 33711
Face 65825 33712 33838 33837
Face 65826 33711 33712 33837
Face 65827 33838 33966 33965
Face 65828 33837 33838 33965
Face 65829 33966 34090 34089
Face 65830 33965 33966 34089
Face 65831 34217 34216 34089
Face 65832 34090 34217 34089
Face 65833 16870 26070 34216
Face 65834 34217 16870 34216
Face 65835 28422 29339 26070
Face 65836 16870 28422 26070
Face 65837 13194 28412 29339
Face 65838 28422 13194 29339
Face 65839 33295 33175 28412
Face 65840 13194 33295 28412
Face 65841 33295 32779 32763
Face 65842 33175 33295 32763
Face 65843 32779 34032 33973
Face 65844 32763 32779 33973
Face 65845 34032 31121 31119
Face 65846 33973 34032 31119
Face 65847 31121 11534 13464
Face 65848 31119 31121 13464
Face 65849 11534 32899 33687
Face 65850 13464 11534 33687
Face 65851 32899 32534 32426
Face 65852 33687 32899 32426
Face 65853 32534 33173 25470
Face 65854 32426 32534 25470
Face 65855 32775 33818 25470
Face 65856 33173 32775 25470
Face 65857 32775 32099 33670
Face 65858 33818 32775 33670
Face 65859 32099 34188 33059
Face 65860 33670 32099 33059
Face 65861 34188 31324 31534
Face 65862 33059 34188 31534
Face 65863 31324 18770 27759
Face 65864 31534 31324 27759
Face 65865 18770 32408 12566
Face 65866 27759 18770 12566
Face 65867 32408 33950 4986
Face 65868 12566 32408 4986
Face 65869 33950 33792 11602
Face 65870 4986 33950 11602
Face 65871 33792 32755 33166
Face 65872 11602 33792 33166
Face 65873 32755 33911 31651
Face 65874 33166 32755 31651
Face 65875 16785 16786 16874
Face 65876 19062 15052 20917
Face 65877 30985 31084 30984
Face 65878 13256 18653 23975
Face 65879 30366 30433 30365
Face 65880 30504 30503 30432
Face 65881 31759 31758 31637
Face 65882 31638 31759 31637
Face 65883 32293 32399 32398
Face 65884 33900 33899 33773
Face 65885 31955 32060 31954
Face 65886 32164 32163 32059
Face 65887 30029 30030 30091
Face 65888 30092 30154 30153
Face 65889 30221 30286 30220
Face 65890 30353 30352 30285
Face 65891 31192 31293 31292
Face 65892 31191 31192 31292
Face 65893 30594 30688 30687
Face 65894 30892 30893 30993
Face 65895 33630 33755 33629
Face 65896 31848 31847 31735
Face 65897 31736 31848 31735
Face 65898 32026 32025 31920
Face 65899 33905 34031 34030
Face 65900 33904 33905 34030
Face 65901 32726 32725 32598
Face 65902 32485 32486 32602
Face 65903 32603 32730 32729
Face 65904 30701 30800 30799
Face 65905 32373 32374 32485
Face 65906 29911 29969 29910
Face 65907 30700 30701 30799
Face 65908 31962 32067 31961
Face 65909 30535 30629 30628
Face 65910 30728 30727 30628
Face 65911 30629 30728 30628
Face 65912 30834 30833 30727
Face 65913 30728 30834 30727
Face 65914 30935 30934 30833
Face 65915 30834 30935 30833
Face 65916 31034 31033 30934
Face 65917 30935 31034 30934
Face 65918 31133 31132 31033
Face 65919 31034 31133 31033
Face 65920 31234 31233 31132
Face 65921 31133 31234 31132
Face 65922 31337 31336 31233
Face 65923 31234 31337 31233
Face 65924 31441 31440 31336
Face 65925 31337 31441 31336
Face 65926 31550 31549 31440
Face 65927 31441 31550 31440
Face 65928 31664 31663 31549
Face 65929 31550 31664 31549
Face 65930 31784 31783 31663
Face 65931 31664 31784 31663
Face 65932 31896 31895 31783
Face 65933 31784 31896 31783
Face 65934 32003 32002 31895
Face 65935 31896 32003 31895
Face 65936 32108 32107 32002
Face 65937 32003 32108 32002
Face 65938 32211 32210 32107
Face 65939 32108 32211 32107
Face 65940 14320 18581 20917
Face 65941 20917 15052 14320
Face 65942 16688 34225 16689
Face 65943 11309 11308 11234
Face 65944 32610 32609 32492
Face 65945 31931 31930 31823
Face 65946 31768 31767 31646
Face 65947 31647 31768 31646
Face 65948 30768 30767 30668
Face 65949 32027 32131 32026
Face 65950 20610 32659 32539
Face 65951 33911 34037 17232
Face 65952 33057 20445 33191
Face 65953 18728 17584 18738
Face 65954 33192 33328 33327
Face 65955 33191 33192 33327
Face 65956 33328 33461 33460
Face 65957 33327 33328 33460
Face 65958 33461 33588 33587
Face 65959 33460 33461 33587
Face 65960 33588 33713 33712
Face 65961 33587 33588 33712
Face 65962 33713 33839 33838
Face 65963 33712 33713 33838
Face 65964 33967 33966 33838
Face 65965 33839 33967 33838
Face 65966 34091 34090 33966
Face 65967 33967 34091 33966
Face 65968 34218 34217 34090
Face 65969 34091 34218 34090
Face 65970 34218 27876 16870
Face 65971 34217 34218 16870
Face 65972 27042 28422 16870
Face 65973 27876 27042 16870
Face 65974 8984 13194 28422
Face 65975 27042 8984 28422
Face 65976 33437 33295 13194
Face 65977 8984 33437 13194
Face 65978 32788 32779 33295
Face 65979 33437 32788 33295
Face 65980 32788 34033 34032
Face 65981 32779 32788 34032
Face 65982 31322 31121 34032
Face 65983 34033 31322 34032
Face 65984 12004 11534 31121
Face 65985 31322 12004 31121
Face 65986 12004 32407 32899
Face 65987 11534 12004 32899
Face 65988 32407 33793 32534
Face 65989 32899 32407 32534
Face 65990 33793 13209 33173
Face 65991 32534 33793 33173
Face 65992 13209 33283 32775
Face 65993 33173 13209 32775
Face 65994 33283 33034 32099
Face 65995 32775 33283 32099
Face 65996 33034 27040 34188
Face 65997 32099 33034 34188
Face 65998 27040 33060 31324
Face 65999 34188 27040 31324
Face 66000 33060 28137 18770
Face 66001 31324 33060 18770
Face 66002 28137 29539 32408
Face 66003 18770 28137 32408
Face 66004 29539 29798 33950
Face 66005 32408 29539 33950
Face 66006 29798 34192 33792
Face 66007 33950 29798 33792
Face 66008 34192 32778 32755
Face 66009 33792 34192 32755
Face 66010 32778 34037 33911
Face 66011 32755 32778 33911
Face 66012 31429 6388 2813
Face 66013 32207 16729 16796
Face 66014 3086 3085 2949
Face 66015 33510 33637 33509
Face 66016 30433 30504 30432
Face 66017 30504 30589 30503
Face 66018 31525 31638 31524
Face 66019 31528 31641 31527
Face 66020 32292 32293 32398
Face 66021 33529 33528 33395
Face 66022 31955 31954 31847
Face 66023 32060 32164 32059
Face 66024 31880 31879 31767
Face 66025 31768 31880 31767
Face 66026 31987 31986 31879
Face 66027 31880 31987 31879
Face 66028 32092 32091 31986
Face 66029 31987 32092 31986
Face 66030 32196 32195 32091
Face 66031 32092 32196 32091
Face 66032 32300 32299 32195
Face 66033 30607 30606 30521
Face 66034 30522 30607 30521
Face 66035 29972 30033 29971
Face 66036 34133 34256 34132
Face 66037 25577 25491 11691
Face 66038 32085 32189 32084
Face 66039 30522 30521 30450
Face 66040 32293 32292 32188
Face 66041 32196 32300 32195
Face 66042 30451 30522 30450
Face 66043 3768 3639 3769
Face 66044 30630 30629 30535
Face 66045 30536 30630 30535
Face 66046 30729 30728 30629
Face 66047 30630 30729 30629
Face 66048 30835 30834 30728
Face 66049 30729 30835 30728
Face 66050 30936 30935 30834
Face 66051 30835 30936 30834
Face 66052 31035 31034 30935
Face 66053 30936 31035 30935
Face 66054 31134 31133 31034
Face 66055 31035 31134 31034
Face 66056 31235 31234 31133
Face 66057 31134 31235 31133
Face 66058 31338 31337 31234
Face 66059 31235 31338 31234
Face 66060 31442 31441 31337
Face 66061 31338 31442 31337
Face 66062 31551 31550 31441
Face 66063 31442 31551 31441
Face 66064 31665 31664 31550
Face 66065 31551 31665 31550
Face 66066 31785 31784 31664
Face 66067 31665 31785 31664
Face 66068 31897 31896 31784
Face 66069 31785 31897 31784
Face 66070 32004 32003 31896
Face 66071 31897 32004 31896
Face 66072 32109 32108 32003
Face 66073 32004 32109 32003
Face 66074 32212 32211 32108
Face 66075 32109 32212 32108
Face 66076 32319 32318 32211
Face 66077 32212 32319 32211
Face 66078 21068 20975 34071
Face 66079 25577 11691 25578
Face 66080 7233 32515 32404
Face 66081 2553 22274 16694
Face 66082 11114 11113 30921
Face 66083 31085 31084 30985
Face 66084 20445 33192 33191
Face 66085 30885 30986 30884
Face 66086 32036 32035 31930
Face 66087 556 1542 13861
Face 66088 6510 3321 33812
Face 66089 16786 31653 16787
Face 66090 33193 33329 33328
Face 66091 33192 33193 33328
Face 66092 33329 33462 33461
Face 66093 33328 33329 33461
Face 66094 33589 33588 33461
Face 66095 33462 33589 33461
Face 66096 33714 33713 33588
Face 66097 33589 33714 33588
Face 66098 33714 33840 33839
Face 66099 33713 33714 33839
Face 66100 33840 33968 33967
Face 66101 33839 33840 33967
Face 66102 33968 34092 34091
Face 66103 33967 33968 34091
Face 66104 34219 34218 34091
Face 66105 34092 34219 34091
Face 66106 13666 27876 34218
Face 66107 34219 13666 34218
Face 66108 27043 27042 27876
Face 66109 13666 27043 27876
Face 66110 13184 8984 27042
Face 66111 27043 13184 27042
Face 66112 33554 33437 8984
Face 66113 13184 33554 8984
Face 66114 32789 32788 33437
Face 66115 33554 32789 33437
Face 66116 32789 34035 34033
Face 66117 32788 32789 34033
Face 66118 34035 31426 31322
Face 66119 34033 34035 31322
Face 66120 31426 10745 12004
Face 66121 31322 31426 12004
Face 66122 10745 31222 32407
Face 66123 12004 10745 32407
Face 66124 21075 33793 32407
Face 66125 31222 21075 32407
Face 66126 32431 13209 33793
Face 66127 21075 32431 33793
Face 66128 32431 34250 33283
Face 66129 13209 32431 33283
Face 66130 34250 34193 33034
Face 66131 33283 34250 33034
Face 66132 34193 33913 27040
Face 66133 33034 34193 27040
Face 66134 33913 34036 33060
Face 66135 27040 33913 33060
Face 66136 34036 32413 28137
Face 66137 33060 34036 28137
Face 66138 32413 33428 29539
Face 66139 28137 32413 29539
Face 66140 33428 32418 29798
Face 66141 29539 33428 29798
Face 66142 32418 34065 34192
Face 66143 29798 32418 34192
Face 66144 34065 34179 32778
Face 66145 34192 34065 32778
Face 66146 34179 12829 34037
Face 66147 32778 34179 34037
Face 66148 12829 33418 5123
Face 66149 34037 12829 5123
Face 66150 21249 34068 21250
Face 66151 27602 27729 27601
Face 66152 30589 30588 30503
Face 66153 30974 30973 30872
Face 66154 30519 30518 30447
Face 66155 31732 31731 31617
Face 66156 32991 32990 32858
Face 66157 32599 32598 32481
Face 66158 31848 31955 31847
Face 66159 32060 32059 31954
Face 66160 30701 30700 30606
Face 66161 30607 30701 30606
Face 66162 32290 32396 32395
Face 66163 17226 33941 8369
Face 66164 30718 30717 30623
Face 66165 30624 30718 30623
Face 66166 30817 30816 30717
Face 66167 30718 30817 30717
Face 66168 30915 30914 30816
Face 66169 30817 30915 30816
Face 66170 32040 32039 31934
Face 66171 32854 32853 32720
Face 66172 30248 30313 30247
Face 66173 34256 12637 12748
Face 66174 30313 30312 30247
Face 66175 32961 33095 32960
Face 66176 31012 31011 30914
Face 66177 30573 30572 30487
Face 66178 30915 31012 30914
Face 66179 1244 1245 17905
Face 66180 30631 30630 30536
Face 66181 30537 30631 30536
Face 66182 30730 30729 30630
Face 66183 30631 30730 30630
Face 66184 30836 30835 30729
Face 66185 30730 30836 30729
Face 66186 30937 30936 30835
Face 66187 30836 30937 30835
Face 66188 31036 31035 30936
Face 66189 30937 31036 30936
Face 66190 31135 31134 31035
Face 66191 31036 31135 31035
Face 66192 31236 31235 31134
Face 66193 31135 31236 31134
Face 66194 31339 31338 31235
Face 66195 31236 31339 31235
Face 66196 31443 31442 31338
Face 66197 31339 31443 31338
Face 66198 31552 31551 31442
Face 66199 31443 31552 31442
Face 66200 31666 31665 31551
Face 66201 31552 31666 31551
Face 66202 31786 31785 31665
Face 66203 31666 31786 31665
Face 66204 31898 31897 31785
Face 66205 31786 31898 31785
Face 66206 32005 32004 31897
Face 66207 31898 32005 31897
Face 66208 32110 32109 32004
Face 66209 32005 32110 32004
Face 66210 32213 32212 32109
Face 66211 32110 32213 32109
Face 66212 17453 20488 20638
Face 66213 32212 32213 32319
Face 66214 16732 32318 32319
Face 66215 20448 33329 33193
Face 66216 31108 31107 31011
Face 66217 31012 31108 31011
Face 66218 31207 31206 31107
Face 66219 31108 31207 31107
Face 66220 32453 32570 32452
Face 66221 32453 32452 32340
Face 66222 32080 32184 32079
Face 66223 33331 33330 20448
Face 66224 2041 34072 2040
Face 66225 25576 25575 25491
Face 66226 33330 33463 33462
Face 66227 33329 33330 33462
Face 66228 33463 33590 33589
Face 66229 33462 33463 33589
Face 66230 33590 33715 33714
Face 66231 33589 33590 33714
Face 66232 33715 33841 33840
Face 66233 33714 33715 33840
Face 66234 33969 33968 33840
Face 66235 33841 33969 33840
Face 66236 34093 34092 33968
Face 66237 33969 34093 33968
Face 66238 34220 34219 34092
Face 66239 34093 34220 34092
Face 66240 12744 13666 34219
Face 66241 34220 12744 34219
Face 66242 26930 27043 13666
Face 66243 12744 26930 13666
Face 66244 10743 13184 27043
Face 66245 26930 10743 27043
Face 66246 33566 33554 13184
Face 66247 10743 33566 13184
Face 66248 32790 32789 33554
Face 66249 33566 32790 33554
Face 66250 34042 34035 32789
Face 66251 32790 34042 32789
Face 66252 31427 31426 34035
Face 66253 34042 31427 34035
Face 66254 31427 23510 10745
Face 66255 31426 31427 10745
Face 66256 13471 31222 10745
Face 66257 23510 13471 10745
Face 66258 32622 21075 31222
Face 66259 13471 32622 31222
Face 66260 32622 33822 32431
Face 66261 21075 32622 32431
Face 66262 33822 33928 34250
Face 66263 32431 33822 34250
Face 66264 33928 32649 34193
Face 66265 34250 33928 34193
Face 66266 32649 33914 33913
Face 66267 34193 32649 33913
Face 66268 33914 34170 34036
Face 66269 33913 33914 34036
Face 66270 34170 33549 32413
Face 66271 34036 34170 32413
Face 66272 33549 33795 33428
Face 66273 32413 33549 33428
Face 66274 33795 27020 32418
Face 66275 33428 33795 32418
Face 66276 27020 11459 34065
Face 66277 32418 27020 34065
Face 66278 11459 33799 34179
Face 66279 34065 11459 34179
Face 66280 3593 33418 3594
Face 66281 34179 33799 12829
Face 66282 30424 30495 30423
Face 66283 6689 6688 6623
Face 66284 33627 33752 33626
Face 66285 33540 6681 6680
Face 66286 30683 30682 30588
Face 66287 30589 30683 30588
Face 66288 31295 31398 31397
Face 66289 31638 31637 31524
Face 66290 16734 16733 32319
Face 66291 31703 31815 31702
Face 66292 30179 30243 30178
Face 66293 32233 32232 32128
Face 66294 30766 30872 30765
Face 66295 31814 31921 31813
Face 66296 30313 30380 30312
Face 66297 30451 30450 30383
Face 66298 31309 31308 31206
Face 66299 31207 31309 31206
Face 66300 31413 31412 31308
Face 66301 31309 31413 31308
Face 66302 31519 31518 31412
Face 66303 31413 31519 31412
Face 66304 30380 30447 30379
Face 66305 30380 30379 30312
Face 66306 31632 31631 31518
Face 66307 30518 30517 30446
Face 66308 31519 31632 31518
Face 66309 31753 31752 31631
Face 66310 31632 31753 31631
Face 66311 30453 30538 30537
Face 66312 1244 17905 17813
Face 66313 30632 30631 30537
Face 66314 30538 30632 30537
Face 66315 30731 30730 30631
Face 66316 30632 30731 30631
Face 66317 30837 30836 30730
Face 66318 30731 30837 30730
Face 66319 30938 30937 30836
Face 66320 30837 30938 30836
Face 66321 31037 31036 30937
Face 66322 30938 31037 30937
Face 66323 31136 31135 31036
Face 66324 31037 31136 31036
Face 66325 31237 31236 31135
Face 66326 31136 31237 31135
Face 66327 31340 31339 31236
Face 66328 31237 31340 31236
Face 66329 31444 31443 31339
Face 66330 31340 31444 31339
Face 66331 31553 31552 31443
Face 66332 31444 31553 31443
Face 66333 31667 31666 31552
Face 66334 31553 31667 31552
Face 66335 31787 31786 31666
Face 66336 31667 31787 31666
Face 66337 31899 31898 31786
Face 66338 31787 31899 31786
Face 66339 32006 32005 31898
Face 66340 31899 32006 31898
Face 66341 32111 32110 32005
Face 66342 32006 32111 32005
Face 66343 32214 32213 32110
Face 66344 32111 32214 32110
Face 66345 20638 19841 17453
Face 66346 32214 32320 32213
Face 66347 16760 33465 18829
Face 66348 16733 16800 16732
Face 66349 6664 34154 34029
Face 66350 18653 13828 29725
Face 66351 31865 31864 31752
Face 66352 31753 31865 31752
Face 66353 31972 31971 31864
Face 66354 31865 31972 31864
Face 66355 32077 32076 31971
Face 66356 30283 30350 30282
Face 66357 30417 30416 30349
Face 66358 8992 2624 1977
Face 66359 16842 16841 34128
Face 66360 33331 33464 33463
Face 66361 33330 33331 33463
Face 66362 33464 33591 33590
Face 66363 33463 33464 33590
Face 66364 33591 33716 33715
Face 66365 33590 33591 33715
Face 66366 33842 33841 33715
Face 66367 33716 33842 33715
Face 66368 33970 33969 33841
Face 66369 33842 33970 33841
Face 66370 34094 34093 33969
Face 66371 33970 34094 33969
Face 66372 34221 34220 34093
Face 66373 34094 34221 34093
Face 66374 13770 12744 34220
Face 66375 34221 13770 34220
Face 66376 27885 26930 12744
Face 66377 13770 27885 12744
Face 66378 29780 10743 26930
Face 66379 27885 29780 26930
Face 66380 33674 33566 10743
Face 66381 29780 33674 10743
Face 66382 32792 32790 33566
Face 66383 33674 32792 33566
Face 66384 34048 34042 32790
Face 66385 32792 34048 32790
Face 66386 31886 31427 34042
Face 66387 34048 31886 34042
Face 66388 2940 23510 31427
Face 66389 31886 2940 31427
Face 66390 33927 13471 23510
Face 66391 2940 33927 23510
Face 66392 33802 32622 13471
Face 66393 33927 33802 13471
Face 66394 32626 33822 32622
Face 66395 33802 32626 32622
Face 66396 32626 33297 33928
Face 66397 33822 32626 33928
Face 66398 33297 33925 32649
Face 66399 33928 33297 32649
Face 66400 33925 33918 33914
Face 66401 32649 33925 33914
Face 66402 33918 28276 34170
Face 66403 33914 33918 34170
Face 66404 28276 27743 33549
Face 66405 34170 28276 33549
Face 66406 27743 33434 33795
Face 66407 33549 27743 33795
Face 66408 33434 33311 27020
Face 66409 33795 33434 27020
Face 66410 33311 33302 11459
Face 66411 27020 33311 11459
Face 66412 34119 34242 34118
Face 66413 11459 33302 33799
Face 66414 33237 33236 33101
Face 66415 6272 4322 6265
Face 66416 32365 32364 32258
Face 66417 30490 30489 30418
Face 66418 30985 30984 30883
Face 66419 31084 31083 30984
Face 66420 30683 30782 30781
Face 66421 30682 30683 30781
Face 66422 31294 31295 31397
Face 66423 30314 30381 30313
Face 66424 32713 32846 32712
Face 66425 33383 33382 33246
Face 66426 32727 32726 32599
Face 66427 29983 30044 29982
Face 66428 26073 12541 34253
Face 66429 30033 30095 30094
Face 66430 32475 32592 32474
Face 66431 30248 30247 30183
Face 66432 31972 32077 31971
Face 66433 32181 32180 32076
Face 66434 32077 32181 32076
Face 66435 32285 32284 32180
Face 66436 32181 32285 32180
Face 66437 32391 32390 32284
Face 66438 32285 32391 32284
Face 66439 29192 21802 29322
Face 66440 32391 32503 32390
Face 66441 30539 30538 30453
Face 66442 30454 30539 30453
Face 66443 30633 30632 30538
Face 66444 30539 30633 30538
Face 66445 30732 30731 30632
Face 66446 30633 30732 30632
Face 66447 30838 30837 30731
Face 66448 30732 30838 30731
Face 66449 30939 30938 30837
Face 66450 30838 30939 30837
Face 66451 31038 31037 30938
Face 66452 30939 31038 30938
Face 66453 31137 31136 31037
Face 66454 31038 31137 31037
Face 66455 31238 31237 31136
Face 66456 31137 31238 31136
Face 66457 31341 31340 31237
Face 66458 31238 31341 31237
Face 66459 31445 31444 31340
Face 66460 31341 31445 31340
Face 66461 31554 31553 31444
Face 66462 31445 31554 31444
Face 66463 31668 31667 31553
Face 66464 31554 31668 31553
Face 66465 31788 31787 31667
Face 66466 31668 31788 31667
Face 66467 31900 31899 31787
Face 66468 31788 31900 31787
Face 66469 32007 32006 31899
Face 66470 31900 32007 31899
Face 66471 32112 32111 32006
Face 66472 32007 32112 32006
Face 66473 32215 32214 32111
Face 66474 32112 32215 32111
Face 66475 32321 32320 32214
Face 66476 32215 32321 32214
Face 66477 32425 18432 33287
Face 66478 32432 16679 32321
Face 66479 1382 14656 26475
Face 66480 1382 26474 25562
Face 66481 32171 32275 32170
Face 66482 34134 34257 34133
Face 66483 33843 33842 33716
Face 66484 33971 33970 33842
Face 66485 33843 33971 33842
Face 66486 34095 34094 33970
Face 66487 33971 34095 33970
Face 66488 13841 13828 13842
Face 66489 13842 18653 13256
Face 66490 33867 33994 33866
Face 66491 25315 24525 23110
Face 66492 13183 27885 13770
Face 66493 19091 23110 22510
Face 66494 29797 29780 27885
Face 66495 13183 29797 27885
Face 66496 33691 33674 29780
Face 66497 29797 33691 29780
Face 66498 32794 32792 33674
Face 66499 33691 32794 33674
Face 66500 34050 34048 32792
Face 66501 32794 34050 32792
Face 66502 32100 31886 34048
Face 66503 34050 32100 34048
Face 66504 26328 2940 31886
Face 66505 32100 26328 31886
Face 66506 33548 33927 2940
Face 66507 26328 33548 2940
Face 66508 33797 33802 33927
Face 66509 33548 33797 33927
Face 66510 17176 32626 33802
Face 66511 33797 17176 33802
Face 66512 17176 23511 33297
Face 66513 32626 17176 33297
Face 66514 23511 34182 33925
Face 66515 33297 23511 33925
Face 66516 34182 33176 33918
Face 66517 33925 34182 33918
Face 66518 33176 33555 28276
Face 66519 33918 33176 28276
Face 66520 33555 32889 27743
Face 66521 28276 33555 27743
Face 66522 32889 32791 33434
Face 66523 27743 32889 33434
Face 66524 32791 33435 33311
Face 66525 33434 32791 33311
Face 66526 18784 18677 18785
Face 66527 33311 33435 33302
Face 66528 31277 31276 31175
Face 66529 33937 861 8936
Face 66530 33102 33101 32967
Face 66531 33102 33237 33101
Face 66532 30604 30603 30518
Face 66533 31171 31170 31071
Face 66534 30679 30778 30678
Face 66535 30884 30985 30883
Face 66536 30782 30888 30887
Face 66537 30781 30782 30887
Face 66538 30887 30888 30988
Face 66539 30888 30989 30988
Face 66540 30988 30989 31087
Face 66541 30989 31088 31087
Face 66542 34672 11014 34454
Face 66543 30044 30043 29982
Face 66544 31592 31706 31591
Face 66545 34130 34131 34253
Face 66546 32465 32582 32464
Face 66547 31086 31085 30986
Face 66548 765 881 764
Face 66549 30294 30293 30228
Face 66550 31962 31961 31854
Face 66551 30420 30491 30419
Face 66552 14143 18413 17535
Face 66553 25781 25672 33015
Face 66554 20745 19803 21197
Face 66555 26927 24194 29855
Face 66556 24194 26927 23553
Face 66557 16695 16696 16759
Face 66558 19257 30121 30185
Face 66559 5332 3321 14150
Face 66560 33197 33333 16681
Face 66561 7026 33930 12349
Face 66562 30384 30455 30454
Face 66563 30540 30539 30454
Face 66564 30455 30540 30454
Face 66565 30634 30633 30539
Face 66566 30540 30634 30539
Face 66567 30733 30732 30633
Face 66568 30634 30733 30633
Face 66569 30839 30838 30732
Face 66570 30733 30839 30732
Face 66571 30940 30939 30838
Face 66572 30839 30940 30838
Face 66573 31039 31038 30939
Face 66574 30940 31039 30939
Face 66575 31138 31137 31038
Face 66576 31039 31138 31038
Face 66577 31239 31238 31137
Face 66578 31138 31239 31137
Face 66579 31342 31341 31238
Face 66580 31239 31342 31238
Face 66581 31446 31445 31341
Face 66582 31342 31446 31341
Face 66583 31555 31554 31445
Face 66584 31446 31555 31445
Face 66585 31669 31668 31554
Face 66586 31555 31669 31554
Face 66587 31789 31788 31668
Face 66588 31669 31789 31668
Face 66589 31901 31900 31788
Face 66590 31789 31901 31788
Face 66591 32008 32007 31900
Face 66592 31901 32008 31900
Face 66593 32113 32112 32007
Face 66594 32008 32113 32007
Face 66595 32216 32215 32112
Face 66596 32113 32216 32112
Face 66597 32322 32321 32215
Face 66598 32216 32322 32215
Face 66599 32433 32432 32321
Face 66600 32322 32433 32321
Face 66601 32433 32548 32547
Face 66602 32432 32433 32547
Face 66603 16748 34099 16749
Face 66604 32548 32669 32547
Face 66605 32669 32796 32795
Face 66606 32796 32928 32927
Face 66607 32795 32796 32927
Face 66608 26012 32927 32928
Face 66609 13393 7694 12909
Face 66610 34242 6643 34117
Face 66611 16739 16680 33197
Face 66612 7336 1113 1112
Face 66613 6506 17824 16762
Face 66614 33284 17555 33422
Face 66615 33333 16740 16681
Face 66616 17824 6506 4856
Face 66617 18058 17483 17496
Face 66618 32082 32186 32081
Face 66619 33085 33220 33084
Face 66620 32259 32258 32154
Face 66621 33409 33410 6618
Face 66622 32547 25901 16736
Face 66623 15867 12553 21457
Face 66624 17410 21457 12553
Face 66625 12711 12531 33290
Face 66626 29783 29797 13183
Face 66627 21457 17953 17482
Face 66628 33800 33691 29797
Face 66629 29783 33800 29797
Face 66630 32878 32794 33691
Face 66631 33800 32878 33691
Face 66632 34054 34050 32794
Face 66633 32878 34054 32794
Face 66634 32198 32100 34050
Face 66635 34054 32198 34050
Face 66636 34243 26328 32100
Face 66637 32198 34243 32100
Face 66638 32663 33548 26328
Face 66639 34243 32663 26328
Face 66640 32517 33797 33548
Face 66641 32663 32517 33548
Face 66642 32621 17176 33797
Face 66643 32517 32621 33797
Face 66644 32621 27880 23511
Face 66645 17176 32621 23511
Face 66646 27880 33412 34182
Face 66647 23511 27880 34182
Face 66648 33412 34174 33176
Face 66649 34182 33412 33176
Face 66650 34174 32409 33555
Face 66651 33176 34174 33555
Face 66652 32409 2275 32889
Face 66653 33555 32409 32889
Face 66654 2275 33037 32791
Face 66655 32889 2275 32791
Face 66656 33037 12558 33435
Face 66657 32791 33037 33435
Face 66658 12558 3077 33435
Face 66659 27729 27602 27730
Face 66660 31176 31277 31175
Face 66661 31932 32037 31931
Face 66662 32968 32967 32835
Face 66663 32968 33102 32967
Face 66664 29992 29991 29933
Face 66665 30177 30176 30114
Face 66666 30884 30883 30777
Face 66667 30778 30884 30777
Face 66668 30585 30679 30584
Face 66669 30778 30777 30678
Face 66670 30500 30585 30499
Face 66671 30679 30678 30584
Face 66672 31088 31187 31186
Face 66673 31087 31088 31186
Face 66674 26474 1382 26475
Face 66675 32860 32859 32726
Face 66676 31706 31705 31591
Face 66677 31818 31817 31705
Face 66678 32594 32721 32593
Face 66679 32340 32452 32339
Face 66680 33370 33369 33233
Face 66681 32736 32735 32608
Face 66682 29879 29937 29936
Face 66683 29937 29998 29997
Face 66684 29936 29937 29997
Face 66685 29998 30060 30059
Face 66686 29997 29998 30059
Face 66687 30060 30122 30121
Face 66688 30059 30060 30121
Face 66689 30122 30186 30185
Face 66690 30121 30122 30185
Face 66691 30186 30251 30250
Face 66692 30185 30186 30250
Face 66693 30251 30318 30317
Face 66694 30250 30251 30317
Face 66695 30318 30385 30384
Face 66696 30317 30318 30384
Face 66697 30456 30455 30384
Face 66698 30385 30456 30384
Face 66699 30541 30540 30455
Face 66700 30456 30541 30455
Face 66701 30635 30634 30540
Face 66702 30541 30635 30540
Face 66703 30734 30733 30634
Face 66704 30635 30734 30634
Face 66705 30840 30839 30733
Face 66706 30734 30840 30733
Face 66707 30941 30940 30839
Face 66708 30840 30941 30839
Face 66709 31040 31039 30940
Face 66710 30941 31040 30940
Face 66711 31139 31138 31039
Face 66712 31040 31139 31039
Face 66713 31240 31239 31138
Face 66714 31139 31240 31138
Face 66715 31343 31342 31239
Face 66716 31240 31343 31239
Face 66717 31447 31446 31342
Face 66718 31343 31447 31342
Face 66719 31556 31555 31446
Face 66720 31447 31556 31446
Face 66721 31670 31669 31555
Face 66722 31556 31670 31555
Face 66723 31790 31789 31669
Face 66724 31670 31790 31669
Face 66725 31902 31901 31789
Face 66726 31790 31902 31789
Face 66727 32009 32008 31901
Face 66728 31902 32009 31901
Face 66729 32114 32113 32008
Face 66730 32009 32114 32008
Face 66731 32217 32216 32113
Face 66732 32114 32217 32113
Face 66733 32323 32322 32216
Face 66734 32217 32323 32216
Face 66735 32434 32433 32322
Face 66736 32323 32434 32322
Face 66737 32434 32549 32548
Face 66738 32433 32434 32548
Face 66739 32549 32670 32669
Face 66740 32548 32549 32669
Face 66741 32670 32797 32796
Face 66742 32669 32670 32796
Face 66743 32797 32929 32928
Face 66744 32796 32797 32928
Face 66745 34318 13393 34552
Face 66746 13393 34318 9631
Face 66747 33063 33198 33197
Face 66748 13393 12909 34552
Face 66749 33198 33334 33333
Face 66750 33197 33198 33333
Face 66751 33334 33467 33466
Face 66752 33333 33334 33466
Face 66753 33467 33594 33593
Face 66754 33466 33467 33593
Face 66755 26013 27761 28019
Face 66756 33594 33719 16684
Face 66757 33593 33594 16683
Face 66758 13291 33147 14201
Face 66759 32051 32050 31945
Face 66760 31855 31854 31742
Face 66761 32854 32986 32853
Face 66762 30353 30420 30352
Face 66763 32067 32171 32066
Face 66764 32141 32245 32140
Face 66765 33816 2663 18364
Face 66766 31882 31881 31769
Face 66767 17953 21457 17410
Face 66768 3077 12558 3078
Face 66769 33816 33800 29783
Face 66770 2663 33816 29783
Face 66771 32888 32878 33800
Face 66772 33816 32888 33800
Face 66773 34056 34054 32878
Face 66774 32888 34056 32878
Face 66775 32423 32198 34054
Face 66776 34056 32423 34054
Face 66777 24753 34243 32198
Face 66778 32423 24753 32198
Face 66779 18967 32663 34243
Face 66780 24753 18967 34243
Face 66781 11764 32517 32663
Face 66782 18967 11764 32663
Face 66783 11764 34061 32621
Face 66784 32517 11764 32621
Face 66785 34061 33592 27880
Face 66786 32621 34061 27880
Face 66787 33592 33677 33412
Face 66788 27880 33592 33412
Face 66789 33677 32770 34174
Face 66790 33412 33677 34174
Face 66791 32770 32536 32409
Face 66792 34174 32770 32409
Face 66793 32536 32648 2275
Face 66794 32409 32536 2275
Face 66795 32648 34247 33037
Face 66796 2275 32648 33037
Face 66797 34247 32645 12558
Face 66798 33037 34247 12558
Face 66799 12646 5895 11142
Face 66800 16803 16735 16736
Face 66801 31380 31379 31276
Face 66802 31277 31380 31276
Face 66803 32836 32835 32702
Face 66804 32836 32968 32835
Face 66805 31981 31980 31873
Face 66806 31844 31843 31731
Face 66807 33238 33237 33102
Face 66808 30440 30511 30439
Face 66809 30429 30500 30428
Face 66810 30875 30874 30768
Face 66811 31287 31288 31390
Face 66812 30585 30584 30499
Face 66813 32577 32576 32459
Face 66814 31187 31288 31287
Face 66815 32709 32842 32708
Face 66816 30920 31017 30919
Face 66817 31086 31185 31085
Face 66818 29929 29987 29928
Face 66819 30687 30688 30786
Face 66820 31949 31950 32054
Face 66821 33755 33754 33629
Face 66822 31395 31396 31499
Face 66823 29826 29880 29879
Face 66824 29938 29937 29879
Face 66825 29880 29938 29879
Face 66826 29938 29999 29998
Face 66827 29937 29938 29998
Face 66828 30061 30060 29998
Face 66829 29999 30061 29998
Face 66830 30123 30122 30060
Face 66831 30061 30123 30060
Face 66832 30187 30186 30122
Face 66833 30123 30187 30122
Face 66834 30252 30251 30186
Face 66835 30187 30252 30186
Face 66836 30319 30318 30251
Face 66837 30252 30319 30251
Face 66838 30386 30385 30318
Face 66839 30319 30386 30318
Face 66840 30457 30456 30385
Face 66841 30386 30457 30385
Face 66842 30542 30541 30456
Face 66843 30457 30542 30456
Face 66844 30636 30635 30541
Face 66845 30542 30636 30541
Face 66846 30735 30734 30635
Face 66847 30636 30735 30635
Face 66848 30841 30840 30734
Face 66849 30735 30841 30734
Face 66850 30942 30941 30840
Face 66851 30841 30942 30840
Face 66852 31041 31040 30941
Face 66853 30942 31041 30941
Face 66854 31140 31139 31040
Face 66855 31041 31140 31040
Face 66856 31241 31240 31139
Face 66857 31140 31241 31139
Face 66858 31344 31343 31240
Face 66859 31241 31344 31240
Face 66860 31448 31447 31343
Face 66861 31344 31448 31343
Face 66862 31557 31556 31447
Face 66863 31448 31557 31447
Face 66864 31671 31670 31556
Face 66865 31557 31671 31556
Face 66866 31791 31790 31670
Face 66867 31671 31791 31670
Face 66868 31903 31902 31790
Face 66869 31791 31903 31790
Face 66870 32010 32009 31902
Face 66871 31903 32010 31902
Face 66872 32115 32114 32009
Face 66873 32010 32115 32009
Face 66874 32218 32217 32114
Face 66875 32115 32218 32114
Face 66876 32324 32323 32217
Face 66877 32218 32324 32217
Face 66878 32435 32434 32323
Face 66879 32324 32435 32323
Face 66880 32550 32549 32434
Face 66881 32435 32550 32434
Face 66882 32550 32671 32670
Face 66883 32549 32550 32670
Face 66884 32798 32797 32670
Face 66885 32671 32798 32670
Face 66886 32930 32929 32797
Face 66887 32798 32930 32797
Face 66888 33064 33063 32929
Face 66889 32930 33064 32929
Face 66890 33199 33198 33063
Face 66891 33064 33199 33063
Face 66892 33335 33334 33198
Face 66893 33199 33335 33198
Face 66894 33468 33467 33334
Face 66895 33335 33468 33334
Face 66896 33468 33595 33594
Face 66897 33467 33468 33594
Face 66898 33595 33720 33719
Face 66899 33594 33595 33719
Face 66900 33720 33846 33845
Face 66901 33719 33720 33845
Face 66902 10311 18143 18035
Face 66903 34613 34787 34635
Face 66904 32986 32985 32853
Face 66905 6649 21455 21647
Face 66906 31093 31192 31191
Face 66907 30780 30886 30779
Face 66908 31293 31396 31395
Face 66909 31588 31702 31587
Face 66910 16805 25901 16806
Face 66911 33880 33879 33753
Face 66912 28825 34472 34175
Face 66913 25901 16805 16736
Face 66914 32891 2038 34063
Face 66915 32656 32782 27602
Face 66916 34059 34056 32888
Face 66917 32891 34059 32888
Face 66918 32424 32423 34056
Face 66919 34059 32424 34056
Face 66920 30826 24753 32423
Face 66921 32424 30826 32423
Face 66922 32206 18967 24753
Face 66923 30826 32206 24753
Face 66924 13459 11764 18967
Face 66925 32206 13459 18967
Face 66926 13459 16737 34061
Face 66927 11764 13459 34061
Face 66928 16737 33416 33592
Face 66929 34061 16737 33592
Face 66930 33416 33686 33677
Face 66931 33592 33416 33677
Face 66932 33686 33279 32770
Face 66933 33677 33686 32770
Face 66934 33279 33033 32536
Face 66935 32770 33279 32536
Face 66936 33033 32531 32648
Face 66937 32536 33033 32648
Face 66938 32531 34073 34247
Face 66939 32648 32531 34247
Face 66940 34073 13560 32645
Face 66941 34247 34073 32645
Face 66942 11041 32885 19435
Face 66943 21641 9288 21737
Face 66944 31484 31483 31379
Face 66945 31380 31484 31379
Face 66946 32459 32576 32458
Face 66947 32703 32836 32702
Face 66948 30040 30039 29978
Face 66949 32703 32702 32575
Face 66950 30429 30428 30361
Face 66951 34003 34129 34128
Face 66952 30295 30362 30294
Face 66953 30362 30429 30361
Face 66954 31186 31187 31287
Face 66955 31391 31495 31494
Face 66956 32348 32460 32347
Face 66957 29922 29921 29867
Face 66958 31869 31868 31756
Face 66959 31194 31193 31094
Face 66960 32583 32582 32465
Face 66961 32709 32708 32581
Face 66962 31292 31293 31395
Face 66963 30113 30175 30174
Face 66964 31396 31500 31499
Face 66965 29881 29880 29826
Face 66966 29827 29881 29826
Face 66967 29939 29938 29880
Face 66968 29881 29939 29880
Face 66969 30000 29999 29938
Face 66970 29939 30000 29938
Face 66971 30062 30061 29999
Face 66972 30000 30062 29999
Face 66973 30124 30123 30061
Face 66974 30062 30124 30061
Face 66975 30188 30187 30123
Face 66976 30124 30188 30123
Face 66977 30253 30252 30187
Face 66978 30188 30253 30187
Face 66979 30320 30319 30252
Face 66980 30253 30320 30252
Face 66981 30387 30386 30319
Face 66982 30320 30387 30319
Face 66983 30458 30457 30386
Face 66984 30387 30458 30386
Face 66985 30543 30542 30457
Face 66986 30458 30543 30457
Face 66987 30637 30636 30542
Face 66988 30543 30637 30542
Face 66989 30736 30735 30636
Face 66990 30637 30736 30636
Face 66991 30842 30841 30735
Face 66992 30736 30842 30735
Face 66993 30943 30942 30841
Face 66994 30842 30943 30841
Face 66995 31042 31041 30942
Face 66996 30943 31042 30942
Face 66997 31141 31140 31041
Face 66998 31042 31141 31041
Face 66999 31242 31241 31140
Face 67000 31141 31242 31140
Face 67001 31345 31344 31241
Face 67002 31242 31345 31241
Face 67003 31449 31448 31344
Face 67004 31345 31449 31344
Face 67005 31558 31557 31448
Face 67006 31449 31558 31448
Face 67007 31672 31671 31557
Face 67008 31558 31672 31557
Face 67009 31792 31791 31671
Face 67010 31672 31792 31671
Face 67011 31904 31903 31791
Face 67012 31792 31904 31791
Face 67013 32011 32010 31903
Face 67014 31904 32011 31903
Face 67015 32116 32115 32010
Face 67016 32011 32116 32010
Face 67017 32219 32218 32115
Face 67018 32116 32219 32115
Face 67019 32325 32324 32218
Face 67020 32219 32325 32218
Face 67021 32436 32435 32324
Face 67022 32325 32436 32324
Face 67023 32551 32550 32435
Face 67024 32436 32551 32435
Face 67025 32672 32671 32550
Face 67026 32551 32672 32550
Face 67027 32799 32798 32671
Face 67028 32672 32799 32671
Face 67029 32931 32930 32798
Face 67030 32799 32931 32798
Face 67031 33065 33064 32930
Face 67032 32931 33065 32930
Face 67033 33200 33199 33064
Face 67034 33065 33200 33064
Face 67035 33336 33335 33199
Face 67036 33200 33336 33199
Face 67037 33469 33468 33335
Face 67038 33336 33469 33335
Face 67039 33596 33595 33468
Face 67040 33469 33596 33468
Face 67041 33596 33721 33720
Face 67042 33595 33596 33720
Face 67043 33721 33847 33846
Face 67044 33720 33721 33846
Face 67045 34511 34480 34623
Face 67046 25904 26016 11428
Face 67047 766 32511 767
Face 67048 25904 11428 11347
Face 67049 32144 32143 32039
Face 67050 31992 6289 10223
Face 67051 31216 31318 31215
Face 67052 32247 32353 32246
Face 67053 30112 30113 30174
Face 67054 30171 30235 30234
Face 67055 30349 30348 30281
Face 67056 32037 32141 32036
Face 67057 10430 6264 6265
Face 67058 30282 30349 30281
Face 67059 34063 34059 32891
Face 67060 16734 16679 16735
Face 67061 32516 32424 34059
Face 67062 34063 32516 34059
Face 67063 27890 30826 32424
Face 67064 32516 27890 32424
Face 67065 32202 32206 30826
Face 67066 27890 32202 30826
Face 67067 32202 34171 13459
Face 67068 32206 32202 13459
Face 67069 13753 16737 13459
Face 67070 34171 13753 13459
Face 67071 13753 11446 33416
Face 67072 16737 13753 33416
Face 67073 11446 33424 33686
Face 67074 33416 11446 33686
Face 67075 33424 32625 33279
Face 67076 33686 33424 33279
Face 67077 32625 33062 33033
Face 67078 33279 32625 33033
Face 67079 33062 27483 32531
Face 67080 33033 33062 32531
Face 67081 27483 34062 34073
Face 67082 32531 27483 34073
Face 67083 2425 24914 23426
Face 67084 34073 34062 13560
Face 67085 30919 30918 30820
Face 67086 19117 33028 19226
Face 67087 32459 32458 32346
Face 67088 31593 31592 31483
Face 67089 30102 30164 30163
Face 67090 32347 32459 32346
Face 67091 30295 30294 30229
Face 67092 29979 30040 29978
Face 67093 31718 31830 31717
Face 67094 30230 30295 30229
Face 67095 31937 31936 31829
Face 67096 31830 31937 31829
Face 67097 33103 33238 33102
Face 67098 31288 31391 31390
Face 67099 31815 31922 31814
Face 67100 33507 33506 33373
Face 67101 31375 31479 31374
Face 67102 31179 31280 31178
Face 67103 32466 32583 32465
Face 67104 31495 31496 31604
Face 67105 31622 31743 31742
Face 67106 31596 31595 31486
Face 67107 29882 29881 29827
Face 67108 29828 29882 29827
Face 67109 29940 29939 29881
Face 67110 29882 29940 29881
Face 67111 30001 30000 29939
Face 67112 29940 30001 29939
Face 67113 30063 30062 30000
Face 67114 30001 30063 30000
Face 67115 30125 30124 30062
Face 67116 30063 30125 30062
Face 67117 30189 30188 30124
Face 67118 30125 30189 30124
Face 67119 30254 30253 30188
Face 67120 30189 30254 30188
Face 67121 30321 30320 30253
Face 67122 30254 30321 30253
Face 67123 30388 30387 30320
Face 67124 30321 30388 30320
Face 67125 30459 30458 30387
Face 67126 30388 30459 30387
Face 67127 30544 30543 30458
Face 67128 30459 30544 30458
Face 67129 30638 30637 30543
Face 67130 30544 30638 30543
Face 67131 30737 30736 30637
Face 67132 30638 30737 30637
Face 67133 30843 30842 30736
Face 67134 30737 30843 30736
Face 67135 30944 30943 30842
Face 67136 30843 30944 30842
Face 67137 31043 31042 30943
Face 67138 30944 31043 30943
Face 67139 31142 31141 31042
Face 67140 31043 31142 31042
Face 67141 31243 31242 31141
Face 67142 31142 31243 31141
Face 67143 31346 31345 31242
Face 67144 31243 31346 31242
Face 67145 31450 31449 31345
Face 67146 31346 31450 31345
Face 67147 31559 31558 31449
Face 67148 31450 31559 31449
Face 67149 31673 31672 31558
Face 67150 31559 31673 31558
Face 67151 31793 31792 31672
Face 67152 31673 31793 31672
Face 67153 31905 31904 31792
Face 67154 31793 31905 31792
Face 67155 32012 32011 31904
Face 67156 31905 32012 31904
Face 67157 32117 32116 32011
Face 67158 32012 32117 32011
Face 67159 32220 32219 32116
Face 67160 32117 32220 32116
Face 67161 32326 32325 32219
Face 67162 32220 32326 32219
Face 67163 32437 32436 32325
Face 67164 32326 32437 32325
Face 67165 32552 32551 32436
Face 67166 32437 32552 32436
Face 67167 32673 32672 32551
Face 67168 32552 32673 32551
Face 67169 32800 32799 32672
Face 67170 32673 32800 32672
Face 67171 32932 32931 32799
Face 67172 32800 32932 32799
Face 67173 33066 33065 32931
Face 67174 32932 33066 32931
Face 67175 33201 33200 33065
Face 67176 33066 33201 33065
Face 67177 33337 33336 33200
Face 67178 33201 33337 33200
Face 67179 33470 33469 33336
Face 67180 33337 33470 33336
Face 67181 33597 33596 33469
Face 67182 33470 33597 33469
Face 67183 33722 33721 33596
Face 67184 33597 33722 33596
Face 67185 33722 33848 33847
Face 67186 33721 33722 33847
Face 67187 33848 33975 33974
Face 67188 33847 33848 33974
Face 67189 33975 34100 34099
Face 67190 33974 33975 34099
Face 67191 108 33784 109
Face 67192 34257 13478 12637
Face 67193 12636 27609 18874
Face 67194 16876 16787 16788
Face 67195 31509 31622 31621
Face 67196 31388 31492 31387
Face 67197 31621 31622 31742
Face 67198 8767 170 8548
Face 67199 30217 30282 30216
Face 67200 30895 30996 30894
Face 67201 34072 34066 2040
Face 67202 13560 34062 2944
Face 67203 32538 32516 34063
Face 67204 34066 32538 34063
Face 67205 12352 27890 32516
Face 67206 32538 12352 32516
Face 67207 5382 32202 27890
Face 67208 12352 5382 27890
Face 67209 32749 34171 32202
Face 67210 5382 32749 32202
Face 67211 32749 34184 13753
Face 67212 34171 32749 13753
Face 67213 34184 33563 11446
Face 67214 13753 34184 11446
Face 67215 33563 33144 33424
Face 67216 11446 33563 33424
Face 67217 33144 33427 32625
Face 67218 33424 33144 32625
Face 67219 33427 12999 33062
Face 67220 32625 33427 33062
Face 67221 12999 33296 27483
Face 67222 33062 12999 27483
Face 67223 33296 33155 34062
Face 67224 27483 33296 34062
Face 67225 182 11495 32903
Face 67226 34134 34133 34007
Face 67227 31707 31819 31706
Face 67228 31819 31926 31818
Face 67229 32137 32241 32136
Face 67230 32576 32575 32458
Face 67231 30040 30102 30101
Face 67232 30101 30102 30163
Face 67233 30103 30104 30165
Face 67234 30362 30361 30294
Face 67235 31604 31718 31603
Face 67236 32042 32041 31936
Face 67237 33238 33374 33237
Face 67238 32456 32573 32455
Face 67239 31088 31089 31187
Face 67240 33374 33373 33237
Face 67241 32974 32973 32841
Face 67242 34026 34025 33899
Face 67243 30880 30879 30773
Face 67244 32582 32709 32581
Face 67245 32609 32736 32608
Face 67246 32353 32352 32246
Face 67247 30806 30904 30805
Face 67248 29819 29829 29828
Face 67249 29883 29882 29828
Face 67250 29829 29883 29828
Face 67251 29941 29940 29882
Face 67252 29883 29941 29882
Face 67253 30002 30001 29940
Face 67254 29941 30002 29940
Face 67255 30064 30063 30001
Face 67256 30002 30064 30001
Face 67257 30126 30125 30063
Face 67258 30064 30126 30063
Face 67259 30190 30189 30125
Face 67260 30126 30190 30125
Face 67261 30255 30254 30189
Face 67262 30190 30255 30189
Face 67263 30322 30321 30254
Face 67264 30255 30322 30254
Face 67265 30389 30388 30321
Face 67266 30322 30389 30321
Face 67267 30460 30459 30388
Face 67268 30389 30460 30388
Face 67269 30545 30544 30459
Face 67270 30460 30545 30459
Face 67271 30639 30638 30544
Face 67272 30545 30639 30544
Face 67273 30738 30737 30638
Face 67274 30639 30738 30638
Face 67275 30844 30843 30737
Face 67276 30738 30844 30737
Face 67277 30945 30944 30843
Face 67278 30844 30945 30843
Face 67279 31044 31043 30944
Face 67280 30945 31044 30944
Face 67281 31143 31142 31043
Face 67282 31044 31143 31043
Face 67283 31244 31243 31142
Face 67284 31143 31244 31142
Face 67285 31347 31346 31243
Face 67286 31244 31347 31243
Face 67287 31451 31450 31346
Face 67288 31347 31451 31346
Face 67289 31560 31559 31450
Face 67290 31451 31560 31450
Face 67291 31674 31673 31559
Face 67292 31560 31674 31559
Face 67293 31794 31793 31673
Face 67294 31674 31794 31673
Face 67295 31906 31905 31793
Face 67296 31794 31906 31793
Face 67297 32013 32012 31905
Face 67298 31906 32013 31905
Face 67299 32118 32117 32012
Face 67300 32013 32118 32012
Face 67301 32221 32220 32117
Face 67302 32118 32221 32117
Face 67303 32327 32326 32220
Face 67304 32221 32327 32220
Face 67305 32438 32437 32326
Face 67306 32327 32438 32326
Face 67307 32553 32552 32437
Face 67308 32438 32553 32437
Face 67309 32674 32673 32552
Face 67310 32553 32674 32552
Face 67311 32801 32800 32673
Face 67312 32674 32801 32673
Face 67313 32933 32932 32800
Face 67314 32801 32933 32800
Face 67315 33067 33066 32932
Face 67316 32933 33067 32932
Face 67317 33202 33201 33066
Face 67318 33067 33202 33066
Face 67319 33338 33337 33201
Face 67320 33202 33338 33201
Face 67321 33471 33470 33337
Face 67322 33338 33471 33337
Face 67323 33598 33597 33470
Face 67324 33471 33598 33470
Face 67325 33723 33722 33597
Face 67326 33598 33723 33597
Face 67327 33849 33848 33722
Face 67328 33723 33849 33722
Face 67329 33976 33975 33848
Face 67330 33849 33976 33848
Face 67331 33976 34101 34100
Face 67332 33975 33976 34100
Face 67333 33799 3338 12829
Face 67334 34101 34225 34100
Face 67335 29864 29918 29863
Face 67336 20358 20446 20445
Face 67337 30675 30774 30674
Face 67338 33103 33102 32968
Face 67339 31001 31097 31000
Face 67340 32379 32380 32491
Face 67341 32263 32369 32368
Face 67342 32920 32919 20528
Face 67343 2041 34097 34072
Face 67344 16720 16869 18036
Face 67345 32540 32538 34066
Face 67346 34072 32540 34066
Face 67347 31770 12352 32538
Face 67348 32540 31770 32538
Face 67349 31428 5382 12352
Face 67350 31770 31428 12352
Face 67351 31884 32749 5382
Face 67352 31428 31884 5382
Face 67353 31884 15064 34184
Face 67354 32749 31884 34184
Face 67355 15064 28410 33563
Face 67356 34184 15064 33563
Face 67357 28410 21362 33144
Face 67358 33563 28410 33144
Face 67359 21362 33814 33427
Face 67360 33144 21362 33427
Face 67361 33814 31429 12999
Face 67362 33427 33814 12999
Face 67363 2553 16693 28692
Face 67364 12999 31429 33296
Face 67365 11031 11086 11030
Face 67366 7239 7240 7347
Face 67367 33232 33231 33096
Face 67368 7238 7345 7237
Face 67369 31593 31707 31592
Face 67370 31926 31925 31818
Face 67371 32347 32346 32240
Face 67372 32241 32347 32240
Face 67373 29979 29978 29920
Face 67374 30039 30040 30101
Face 67375 30166 30230 30229
Face 67376 30165 30166 30229
Face 67377 31495 31604 31494
Face 67378 31830 31829 31717
Face 67379 32700 32699 32572
Face 67380 32969 32968 32836
Face 67381 31389 31493 31388
Face 67382 31493 31602 31492
Face 67383 33924 12913 18966
Face 67384 29986 29985 29927
Face 67385 30707 30806 30706
Face 67386 30234 30235 30299
Face 67387 33027 19102 17859
Face 67388 31002 31098 31097
Face 67389 31001 31002 31097
Face 67390 32381 32380 32274
Face 67391 29830 29829 29819
Face 67392 29820 29830 29819
Face 67393 29884 29883 29829
Face 67394 29830 29884 29829
Face 67395 29942 29941 29883
Face 67396 29884 29942 29883
Face 67397 30003 30002 29941
Face 67398 29942 30003 29941
Face 67399 30065 30064 30002
Face 67400 30003 30065 30002
Face 67401 30127 30126 30064
Face 67402 30065 30127 30064
Face 67403 30191 30190 30126
Face 67404 30127 30191 30126
Face 67405 30256 30255 30190
Face 67406 30191 30256 30190
Face 67407 30323 30322 30255
Face 67408 30256 30323 30255
Face 67409 30390 30389 30322
Face 67410 30323 30390 30322
Face 67411 30461 30460 30389
Face 67412 30390 30461 30389
Face 67413 30546 30545 30460
Face 67414 30461 30546 30460
Face 67415 30640 30639 30545
Face 67416 30546 30640 30545
Face 67417 30739 30738 30639
Face 67418 30640 30739 30639
Face 67419 30845 30844 30738
Face 67420 30739 30845 30738
Face 67421 30946 30945 30844
Face 67422 30845 30946 30844
Face 67423 31045 31044 30945
Face 67424 30946 31045 30945
Face 67425 31144 31143 31044
Face 67426 31045 31144 31044
Face 67427 31245 31244 31143
Face 67428 31144 31245 31143
Face 67429 31348 31347 31244
Face 67430 31245 31348 31244
Face 67431 31452 31451 31347
Face 67432 31348 31452 31347
Face 67433 31561 31560 31451
Face 67434 31452 31561 31451
Face 67435 31675 31674 31560
Face 67436 31561 31675 31560
Face 67437 31795 31794 31674
Face 67438 31675 31795 31674
Face 67439 31907 31906 31794
Face 67440 31795 31907 31794
Face 67441 32014 32013 31906
Face 67442 31907 32014 31906
Face 67443 32119 32118 32013
Face 67444 32014 32119 32013
Face 67445 32222 32221 32118
Face 67446 32119 32222 32118
Face 67447 32328 32327 32221
Face 67448 32222 32328 32221
Face 67449 32439 32438 32327
Face 67450 32328 32439 32327
Face 67451 32554 32553 32438
Face 67452 32439 32554 32438
Face 67453 32675 32674 32553
Face 67454 32554 32675 32553
Face 67455 32802 32801 32674
Face 67456 32675 32802 32674
Face 67457 32934 32933 32801
Face 67458 32802 32934 32801
Face 67459 33068 33067 32933
Face 67460 32934 33068 32933
Face 67461 33203 33202 33067
Face 67462 33068 33203 33067
Face 67463 33339 33338 33202
Face 67464 33203 33339 33202
Face 67465 33472 33471 33338
Face 67466 33339 33472 33338
Face 67467 33599 33598 33471
Face 67468 33472 33599 33471
Face 67469 33724 33723 33598
Face 67470 33599 33724 33598
Face 67471 33850 33849 33723
Face 67472 33724 33850 33723
Face 67473 33977 33976 33849
Face 67474 33850 33977 33849
Face 67475 34102 34101 33976
Face 67476 33977 34102 33976
Face 67477 34102 34226 34225
Face 67478 34101 34102 34225
Face 67479 19102 33672 22678
Face 67480 34226 12747 34225
Face 67481 34024 34150 34023
Face 67482 2042 34097 2041
Face 67483 32275 32381 32274
Face 67484 31587 31586 31477
Face 67485 30905 31002 30904
Face 67486 30418 30417 30350
Face 67487 32542 34097 2042
Face 67488 16727 16726 31997
Face 67489 32542 32540 34072
Face 67490 34097 32542 34072
Face 67491 32302 31770 32540
Face 67492 32542 32302 32540
Face 67493 33305 31428 31770
Face 67494 32302 33305 31770
Face 67495 34187 31884 31428
Face 67496 33305 34187 31428
Face 67497 34187 34057 15064
Face 67498 31884 34187 15064
Face 67499 34057 26705 28410
Face 67500 15064 34057 28410
Face 67501 26705 34245 21362
Face 67502 28410 26705 21362
Face 67503 34245 33440 33814
Face 67504 21362 34245 33814
Face 67505 33440 6388 31429
Face 67506 33814 33440 31429
Face 67507 33296 31429 2813
Face 67508 27017 2947 2813
Face 67509 32898 18677 18784
Face 67510 6623 6690 6689
Face 67511 32455 32572 32454
Face 67512 19048 18418 18289
Face 67513 31484 31593 31483
Face 67514 31819 31818 31706
Face 67515 32241 32240 32136
Face 67516 32576 32703 32575
Face 67517 29921 29920 29866
Face 67518 29921 29979 29920
Face 67519 30104 30166 30165
Face 67520 30500 30499 30428
Face 67521 31390 31391 31494
Face 67522 31718 31717 31603
Face 67523 30603 30602 30517
Face 67524 33370 33503 33369
Face 67525 32582 32581 32464
Face 67526 30990 31089 31088
Face 67527 31374 31373 31270
Face 67528 31076 31175 31075
Face 67529 32067 32066 31961
Face 67530 32492 32609 32608
Face 67531 31769 31768 31647
Face 67532 19116 17081 17406
Face 67533 31881 31880 31768
Face 67534 31769 31881 31768
Face 67535 29831 29830 29820
Face 67536 29821 29831 29820
Face 67537 29885 29884 29830
Face 67538 29831 29885 29830
Face 67539 29943 29942 29884
Face 67540 29885 29943 29884
Face 67541 30004 30003 29942
Face 67542 29943 30004 29942
Face 67543 30066 30065 30003
Face 67544 30004 30066 30003
Face 67545 30128 30127 30065
Face 67546 30066 30128 30065
Face 67547 30192 30191 30127
Face 67548 30128 30192 30127
Face 67549 30257 30256 30191
Face 67550 30192 30257 30191
Face 67551 30324 30323 30256
Face 67552 30257 30324 30256
Face 67553 30391 30390 30323
Face 67554 30324 30391 30323
Face 67555 30462 30461 30390
Face 67556 30391 30462 30390
Face 67557 30547 30546 30461
Face 67558 30462 30547 30461
Face 67559 30641 30640 30546
Face 67560 30547 30641 30546
Face 67561 30740 30739 30640
Face 67562 30641 30740 30640
Face 67563 30846 30845 30739
Face 67564 30740 30846 30739
Face 67565 30947 30946 30845
Face 67566 30846 30947 30845
Face 67567 31046 31045 30946
Face 67568 30947 31046 30946
Face 67569 31145 31144 31045
Face 67570 31046 31145 31045
Face 67571 31246 31245 31144
Face 67572 31145 31246 31144
Face 67573 31349 31348 31245
Face 67574 31246 31349 31245
Face 67575 31453 31452 31348
Face 67576 31349 31453 31348
Face 67577 31562 31561 31452
Face 67578 31453 31562 31452
Face 67579 31676 31675 31561
Face 67580 31562 31676 31561
Face 67581 31796 31795 31675
Face 67582 31676 31796 31675
Face 67583 31796 31907 31795
Face 67584 32223 32222 32119
Face 67585 32223 32329 32328
Face 67586 32222 32223 32328
Face 67587 32440 32439 32328
Face 67588 32329 32440 32328
Face 67589 32555 32554 32439
Face 67590 32440 32555 32439
Face 67591 32676 32675 32554
Face 67592 32555 32676 32554
Face 67593 32803 32802 32675
Face 67594 32676 32803 32675
Face 67595 32935 32934 32802
Face 67596 32803 32935 32802
Face 67597 33069 33068 32934
Face 67598 32935 33069 32934
Face 67599 33204 33203 33068
Face 67600 33069 33204 33068
Face 67601 33340 33339 33203
Face 67602 33204 33340 33203
Face 67603 33473 33472 33339
Face 67604 33340 33473 33339
Face 67605 33600 33599 33472
Face 67606 33473 33600 33472
Face 67607 33725 33724 33599
Face 67608 33600 33725 33599
Face 67609 33851 33850 33724
Face 67610 33725 33851 33724
Face 67611 33978 33977 33850
Face 67612 33851 33978 33850
Face 67613 34103 34102 33977
Face 67614 33978 34103 33977
Face 67615 34103 34227 34226
Face 67616 34102 34103 34226
Face 67617 13750 12747 34226
Face 67618 34227 13750 34226
Face 67619 26790 21164 28411
Face 67620 18728 17727 17584
Face 67621 30572 30666 30571
Face 67622 31813 31920 31812
Face 67623 31988 31987 31880
Face 67624 31881 31988 31880
Face 67625 2950 2949 33032
Face 67626 30719 30718 30624
Face 67627 16846 26011 16847
Face 67628 2663 1914 18364
Face 67629 32417 2171 12120
Face 67630 27598 27599 27726
Face 67631 32771 33305 32302
Face 67632 32417 32771 32302
Face 67633 33811 34187 33305
Face 67634 32771 33811 33305
Face 67635 33811 33676 34057
Face 67636 34187 33811 34057
Face 67637 33676 32883 26705
Face 67638 34057 33676 26705
Face 67639 32883 27569 34245
Face 67640 26705 32883 34245
Face 67641 27569 33162 33440
Face 67642 34245 27569 33440
Face 67643 33162 27881 6388
Face 67644 33440 33162 6388
Face 67645 27881 33278 27017
Face 67646 6388 27881 27017
Face 67647 20524 20525 26422
Face 67648 2585 3570 13917
Face 67649 29913 29912 29858
Face 67650 28409 34034 18826
Face 67651 32137 32136 32032
Face 67652 31707 31706 31592
Face 67653 30228 30293 30227
Face 67654 32033 32137 32032
Face 67655 29981 30042 29980
Face 67656 29867 29921 29866
Face 67657 32250 32249 32145
Face 67658 30042 30104 30103
Face 67659 30167 30168 30231
Face 67660 31604 31603 31494
Face 67661 32399 32510 32509
Face 67662 32568 32567 32450
Face 67663 33367 33366 33230
Face 67664 32842 32841 32708
Face 67665 16752 16751 16691
Face 67666 33365 33498 33364
Face 67667 30818 30817 30718
Face 67668 30719 30818 30718
Face 67669 30916 30915 30817
Face 67670 30818 30916 30817
Face 67671 31013 31012 30915
Face 67672 30916 31013 30915
Face 67673 29832 29831 29821
Face 67674 29822 29832 29821
Face 67675 29886 29885 29831
Face 67676 29832 29886 29831
Face 67677 29944 29943 29885
Face 67678 29886 29944 29885
Face 67679 30005 30004 29943
Face 67680 29944 30005 29943
Face 67681 30067 30066 30004
Face 67682 30005 30067 30004
Face 67683 30129 30128 30066
Face 67684 30067 30129 30066
Face 67685 30193 30192 30128
Face 67686 30129 30193 30128
Face 67687 30258 30257 30192
Face 67688 30193 30258 30192
Face 67689 30325 30324 30257
Face 67690 30258 30325 30257
Face 67691 30392 30391 30324
Face 67692 30325 30392 30324
Face 67693 30463 30462 30391
Face 67694 30392 30463 30391
Face 67695 30548 30547 30462
Face 67696 30463 30548 30462
Face 67697 30642 30641 30547
Face 67698 30548 30642 30547
Face 67699 30741 30740 30641
Face 67700 30642 30741 30641
Face 67701 30847 30846 30740
Face 67702 30741 30847 30740
Face 67703 30948 30947 30846
Face 67704 30847 30948 30846
Face 67705 31047 31046 30947
Face 67706 30948 31047 30947
Face 67707 31146 31145 31046
Face 67708 31047 31146 31046
Face 67709 31247 31246 31145
Face 67710 31146 31247 31145
Face 67711 31350 31349 31246
Face 67712 31247 31350 31246
Face 67713 31454 31453 31349
Face 67714 31350 31454 31349
Face 67715 31563 31562 31453
Face 67716 31454 31563 31453
Face 67717 31677 31676 31562
Face 67718 31563 31677 31562
Face 67719 31797 31796 31676
Face 67720 31677 31797 31676
Face 67721 32330 32329 32223
Face 67722 32441 32440 32329
Face 67723 32330 32441 32329
Face 67724 32556 32555 32440
Face 67725 32441 32556 32440
Face 67726 32677 32676 32555
Face 67727 32556 32677 32555
Face 67728 32804 32803 32676
Face 67729 32677 32804 32676
Face 67730 32936 32935 32803
Face 67731 32804 32936 32803
Face 67732 33070 33069 32935
Face 67733 32936 33070 32935
Face 67734 33205 33204 33069
Face 67735 33070 33205 33069
Face 67736 33341 33340 33204
Face 67737 33205 33341 33204
Face 67738 33474 33473 33340
Face 67739 33341 33474 33340
Face 67740 33601 33600 33473
Face 67741 33474 33601 33473
Face 67742 33726 33725 33600
Face 67743 33601 33726 33600
Face 67744 33852 33851 33725
Face 67745 33726 33852 33725
Face 67746 33979 33978 33851
Face 67747 33852 33979 33851
Face 67748 34104 34103 33978
Face 67749 33979 34104 33978
Face 67750 34228 34227 34103
Face 67751 34104 34228 34103
Face 67752 3178 13750 34227
Face 67753 34228 3178 34227
Face 67754 21739 32754 18629
Face 67755 15681 10081 14294
Face 67756 30872 30871 30765
Face 67757 33096 33231 33095
Face 67758 31109 31108 31012
Face 67759 31639 31638 31525
Face 67760 31013 31109 31012
Face 67761 31208 31207 31108
Face 67762 30044 30106 30105
Face 67763 31109 31208 31108
Face 67764 16731 16799 16730
Face 67765 33112 33247 33111
Face 67766 12120 32771 32417
Face 67767 1913 13770 18265
Face 67768 12120 33938 33811
Face 67769 32771 12120 33811
Face 67770 33938 13023 33676
Face 67771 33811 33938 33676
Face 67772 13023 33932 32883
Face 67773 33676 13023 32883
Face 67774 33932 32096 27569
Face 67775 32883 33932 27569
Face 67776 32096 32667 33162
Face 67777 27569 32096 33162
Face 67778 32667 28415 27881
Face 67779 33162 32667 27881
Face 67780 28415 33032 33278
Face 67781 27881 28415 33278
Face 67782 18418 19048 26076
Face 67783 8348 10345 10223
Face 67784 21647 6650 6649
Face 67785 16349 19435 17961
Face 67786 31928 32033 31927
Face 67787 32965 33099 32964
Face 67788 30164 30228 30227
Face 67789 30360 30359 30292
Face 67790 29923 29981 29922
Face 67791 30041 30042 30103
Face 67792 31937 32042 31936
Face 67793 32146 32250 32145
Face 67794 33247 33246 33111
Face 67795 32451 32568 32450
Face 67796 34026 34152 34025
Face 67797 32398 32399 32509
Face 67798 2172 29080 12120
Face 67799 33750 33749 33624
Face 67800 31310 31309 31207
Face 67801 31208 31310 31207
Face 67802 31414 31413 31309
Face 67803 31310 31414 31309
Face 67804 31520 31519 31413
Face 67805 33900 34026 33899
Face 67806 31414 31520 31413
Face 67807 31633 31632 31519
Face 67808 29833 29832 29822
Face 67809 29823 29833 29822
Face 67810 29887 29886 29832
Face 67811 29833 29887 29832
Face 67812 29945 29944 29886
Face 67813 29887 29945 29886
Face 67814 30006 30005 29944
Face 67815 29945 30006 29944
Face 67816 30068 30067 30005
Face 67817 30006 30068 30005
Face 67818 30130 30129 30067
Face 67819 30068 30130 30067
Face 67820 30194 30193 30129
Face 67821 30130 30194 30129
Face 67822 30259 30258 30193
Face 67823 30194 30259 30193
Face 67824 30326 30325 30258
Face 67825 30259 30326 30258
Face 67826 30393 30392 30325
Face 67827 30326 30393 30325
Face 67828 30464 30463 30392
Face 67829 30393 30464 30392
Face 67830 30549 30548 30463
Face 67831 30464 30549 30463
Face 67832 30643 30642 30548
Face 67833 30549 30643 30548
Face 67834 30742 30741 30642
Face 67835 30643 30742 30642
Face 67836 30848 30847 30741
Face 67837 30742 30848 30741
Face 67838 30949 30948 30847
Face 67839 30848 30949 30847
Face 67840 31048 31047 30948
Face 67841 30949 31048 30948
Face 67842 31147 31146 31047
Face 67843 31048 31147 31047
Face 67844 31248 31247 31146
Face 67845 31147 31248 31146
Face 67846 31351 31350 31247
Face 67847 31248 31351 31247
Face 67848 31455 31454 31350
Face 67849 31351 31455 31350
Face 67850 31564 31563 31454
Face 67851 31455 31564 31454
Face 67852 31678 31677 31563
Face 67853 31564 31678 31563
Face 67854 31678 31797 31677
Face 67855 32442 32441 32330
Face 67856 32442 32557 32556
Face 67857 32441 32442 32556
Face 67858 32678 32677 32556
Face 67859 32557 32678 32556
Face 67860 32805 32804 32677
Face 67861 32678 32805 32677
Face 67862 32937 32936 32804
Face 67863 32805 32937 32804
Face 67864 33071 33070 32936
Face 67865 32937 33071 32936
Face 67866 33206 33205 33070
Face 67867 33071 33206 33070
Face 67868 33342 33341 33205
Face 67869 33206 33342 33205
Face 67870 33475 33474 33341
Face 67871 33342 33475 33341
Face 67872 33602 33601 33474
Face 67873 33475 33602 33474
Face 67874 33727 33726 33601
Face 67875 33602 33727 33601
Face 67876 33853 33852 33726
Face 67877 33727 33853 33726
Face 67878 33980 33979 33852
Face 67879 33853 33980 33852
Face 67880 34105 34104 33979
Face 67881 33980 34105 33979
Face 67882 34229 34228 34104
Face 67883 34105 34229 34104
Face 67884 34229 28692 3178
Face 67885 34228 34229 3178
Face 67886 29800 27884 16776
Face 67887 31769 31647 11234
Face 67888 31297 31400 31296
Face 67889 25740 23859 25739
Face 67890 31520 31633 31519
Face 67891 31754 31753 31632
Face 67892 31633 31754 31632
Face 67893 31866 31865 31753
Face 67894 31754 31866 31753
Face 67895 31973 31972 31865
Face 67896 31731 31843 31730
Face 67897 31123 31122 11691
Face 67898 16755 16693 2553
Face 67899 21254 21163 21255
Face 67900 29080 32638 33938
Face 67901 12120 29080 33938
Face 67902 32638 32897 13023
Face 67903 33938 32638 13023
Face 67904 32897 33804 33932
Face 67905 13023 32897 33932
Face 67906 33804 33786 32096
Face 67907 33932 33804 32096
Face 67908 33786 13761 32667
Face 67909 32096 33786 32667
Face 67910 13761 33809 28415
Face 67911 32667 13761 28415
Face 67912 33809 33423 33032
Face 67913 28415 33809 33032
Face 67914 34094 18265 34221
Face 67915 18265 34094 34095
Face 67916 6676 6770 6675
Face 67917 17192 18229 17193
Face 67918 31821 31928 31820
Face 67919 30520 30519 30448
Face 67920 30163 30164 30227
Face 67921 30293 30292 30227
Face 67922 29869 29923 29868
Face 67923 30042 30041 29980
Face 67924 32146 32145 32041
Face 67925 32042 32146 32041
Face 67926 31397 31398 31501
Face 67927 21071 28362 28227
Face 67928 32370 32369 32263
Face 67929 32726 32859 32725
Face 67930 33658 33659 33783
Face 67931 32592 32591 32474
Face 67932 31866 31973 31865
Face 67933 32078 32077 31972
Face 67934 31973 32078 31972
Face 67935 32182 32181 32077
Face 67936 32078 32182 32077
Face 67937 32286 32285 32181
Face 67938 32182 32286 32181
Face 67939 32392 32391 32285
Face 67940 29834 29833 29823
Face 67941 29824 29834 29823
Face 67942 29888 29887 29833
Face 67943 29834 29888 29833
Face 67944 29946 29945 29887
Face 67945 29888 29946 29887
Face 67946 30007 30006 29945
Face 67947 29946 30007 29945
Face 67948 30069 30068 30006
Face 67949 30007 30069 30006
Face 67950 30131 30130 30068
Face 67951 30069 30131 30068
Face 67952 30195 30194 30130
Face 67953 30131 30195 30130
Face 67954 30260 30259 30194
Face 67955 30195 30260 30194
Face 67956 30327 30326 30259
Face 67957 30260 30327 30259
Face 67958 30394 30393 30326
Face 67959 30327 30394 30326
Face 67960 30465 30464 30393
Face 67961 30394 30465 30393
Face 67962 30550 30549 30464
Face 67963 30465 30550 30464
Face 67964 30644 30643 30549
Face 67965 30550 30644 30549
Face 67966 30743 30742 30643
Face 67967 30644 30743 30643
Face 67968 30849 30848 30742
Face 67969 30950 30949 30848
Face 67970 30849 30950 30848
Face 67971 31049 31048 30949
Face 67972 30950 31049 30949
Face 67973 31148 31147 31048
Face 67974 31049 31148 31048
Face 67975 31249 31248 31147
Face 67976 31148 31249 31147
Face 67977 31352 31351 31248
Face 67978 31249 31352 31248
Face 67979 31456 31455 31351
Face 67980 31352 31456 31351
Face 67981 31456 31565 31564
Face 67982 31455 31456 31564
Face 67983 31565 31679 31678
Face 67984 31564 31565 31678
Face 67985 32558 32557 32442
Face 67986 32679 32678 32557
Face 67987 32558 32679 32557
Face 67988 32806 32805 32678
Face 67989 32679 32806 32678
Face 67990 32938 32937 32805
Face 67991 32806 32938 32805
Face 67992 33072 33071 32937
Face 67993 32938 33072 32937
Face 67994 33207 33206 33071
Face 67995 33072 33207 33071
Face 67996 33343 33342 33206
Face 67997 33207 33343 33206
Face 67998 33476 33475 33342
Face 67999 33343 33476 33342
Face 68000 33603 33602 33475
Face 68001 33476 33603 33475
Face 68002 33728 33727 33602
Face 68003 33603 33728 33602
Face 68004 33854 33853 33727
Face 68005 33728 33854 33727
Face 68006 33981 33980 33853
Face 68007 33854 33981 33853
Face 68008 34106 34105 33980
Face 68009 33981 34106 33980
Face 68010 34230 34229 34105
Face 68011 34106 34230 34105
Face 68012 27695 28692 34229
Face 68013 34230 27695 34229
Face 68014 28692 16693 3178
Face 68015 27695 2553 28692
Face 68016 17655 1914 1913
Face 68017 32503 6897 6896
Face 68018 32286 32392 32285
Face 68019 15880 15045 6533
Face 68020 28937 23975 26565
Face 68021 30974 31073 30973
Face 68022 20792 20878 20791
Face 68023 31196 31195 31096
Face 68024 33532 33659 33531
Face 68025 21067 21066 20973
Face 68026 2950 3087 3086
Face 68027 2300 12632 32897
Face 68028 16755 16694 16756
Face 68029 32638 2300 32897
Face 68030 16694 16755 2553
Face 68031 12632 430 33804
Face 68032 32897 12632 33804
Face 68033 430 34167 33786
Face 68034 33804 430 33786
Face 68035 34167 33806 13761
Face 68036 33786 34167 13761
Face 68037 33806 34249 33809
Face 68038 13761 33806 33809
Face 68039 34249 31990 33423
Face 68040 33809 34249 33423
Face 68041 647 32506 761
Face 68042 2951 2952 3088
Face 68043 6709 33660 33661
Face 68044 16753 16691 16692
Face 68045 31709 31821 31708
Face 68046 32033 32032 31927
Face 68047 30293 30360 30292
Face 68048 30427 30426 30359
Face 68049 31314 31418 31313
Face 68050 29981 29980 29922
Face 68051 32356 32355 32249
Face 68052 32250 32356 32249
Face 68053 30519 30604 30518
Face 68054 30168 30232 30231
Face 68055 30273 30340 30272
Face 68056 31278 31381 31277
Face 68057 33399 33532 33398
Face 68058 15434 75 12820
Face 68059 31855 31962 31854
Face 68060 31392 31496 31495
Face 68061 32093 32092 31987
Face 68062 30807 30905 30806
Face 68063 31988 32093 31987
Face 68064 7663 1216 7777
Face 68065 31983 32088 31982
Face 68066 29835 29834 29824
Face 68067 29825 29835 29824
Face 68068 29889 29888 29834
Face 68069 29835 29889 29834
Face 68070 29947 29946 29888
Face 68071 29889 29947 29888
Face 68072 30008 30007 29946
Face 68073 29947 30008 29946
Face 68074 30070 30069 30007
Face 68075 30008 30070 30007
Face 68076 30132 30131 30069
Face 68077 30070 30132 30069
Face 68078 30196 30195 30131
Face 68079 30132 30196 30131
Face 68080 30261 30260 30195
Face 68081 30196 30261 30195
Face 68082 30328 30327 30260
Face 68083 30261 30328 30260
Face 68084 30395 30394 30327
Face 68085 30328 30395 30327
Face 68086 30466 30465 30394
Face 68087 30395 30466 30394
Face 68088 30551 30550 30465
Face 68089 30466 30551 30465
Face 68090 30645 30644 30550
Face 68091 30551 30645 30550
Face 68092 30744 30743 30644
Face 68093 30645 30744 30644
Face 68094 30744 30850 30743
Face 68095 30951 30950 30849
Face 68096 31050 31049 30950
Face 68097 30951 31050 30950
Face 68098 31149 31148 31049
Face 68099 31050 31149 31049
Face 68100 31250 31249 31148
Face 68101 31149 31250 31148
Face 68102 31353 31352 31249
Face 68103 31250 31353 31249
Face 68104 31457 31456 31352
Face 68105 31353 31457 31352
Face 68106 31457 31566 31565
Face 68107 31456 31457 31565
Face 68108 31566 31680 31679
Face 68109 31565 31566 31679
Face 68110 32680 32679 32558
Face 68111 32807 32806 32679
Face 68112 32680 32807 32679
Face 68113 32939 32938 32806
Face 68114 32807 32939 32806
Face 68115 33073 33072 32938
Face 68116 32939 33073 32938
Face 68117 33208 33207 33072
Face 68118 33073 33208 33072
Face 68119 33344 33343 33207
Face 68120 33208 33344 33207
Face 68121 33477 33476 33343
Face 68122 33344 33477 33343
Face 68123 33604 33603 33476
Face 68124 33477 33604 33476
Face 68125 33729 33728 33603
Face 68126 33604 33729 33603
Face 68127 33855 33854 33728
Face 68128 33729 33855 33728
Face 68129 33982 33981 33854
Face 68130 33855 33982 33854
Face 68131 34107 34106 33981
Face 68132 33982 34107 33981
Face 68133 34231 34230 34106
Face 68134 34107 34231 34106
Face 68135 12548 27695 34230
Face 68136 34231 12548 34230
Face 68137 22274 2553 27695
Face 68138 12548 22274 27695
Face 68139 32417 32302 32542
Face 68140 26076 19048 17855
Face 68141 1324 7777 1216
Face 68142 31702 31701 31587
Face 68143 31743 31855 31742
Face 68144 30593 30594 30687
Face 68145 33659 33784 33783
Face 68146 33263 33399 33262
Face 68147 12742 179 11367
Face 68148 31815 31814 31702
Face 68149 16799 16731 16732
Face 68150 6622 2301 32898
Face 68151 32638 29080 2300
Face 68152 31990 12650 2951
Face 68153 31995 430 12632
Face 68154 6622 31995 12632
Face 68155 33798 34167 430
Face 68156 31995 33798 430
Face 68157 33798 28288 33806
Face 68158 34167 33798 33806
Face 68159 28288 32430 34249
Face 68160 33806 28288 34249
Face 68161 32430 12650 31990
Face 68162 34249 32430 31990
Face 68163 30869 30970 30868
Face 68164 33277 6687 33411
Face 68165 32031 32030 31925
Face 68166 6670 6671 6765
Face 68167 31821 31820 31708
Face 68168 31928 31927 31820
Face 68169 30360 30427 30359
Face 68170 30498 30497 30426
Face 68171 31314 31313 31211
Face 68172 29923 29922 29868
Face 68173 32468 32467 32355
Face 68174 32356 32468 32355
Face 68175 31419 31418 31314
Face 68176 32846 32978 32845
Face 68177 32357 32469 32356
Face 68178 31591 31705 31590
Face 68179 33399 33398 33262
Face 68180 33659 33658 33531
Face 68181 33649 33648 33521
Face 68182 32600 32727 32599
Face 68183 30787 30893 30892
Face 68184 20357 20445 20444
Face 68185 11054 30919 11055
Face 68186 30113 30112 30050
Face 68187 27884 29800 27739
Face 68188 29836 29835 29825
Face 68189 29890 29889 29835
Face 68190 29836 29890 29835
Face 68191 29948 29947 29889
Face 68192 29890 29948 29889
Face 68193 30009 30008 29947
Face 68194 29948 30009 29947
Face 68195 30071 30070 30008
Face 68196 30009 30071 30008
Face 68197 30133 30132 30070
Face 68198 30071 30133 30070
Face 68199 30197 30196 30132
Face 68200 30133 30197 30132
Face 68201 30262 30261 30196
Face 68202 30197 30262 30196
Face 68203 30329 30328 30261
Face 68204 30262 30329 30261
Face 68205 30396 30395 30328
Face 68206 30329 30396 30328
Face 68207 30467 30466 30395
Face 68208 30396 30467 30395
Face 68209 30552 30551 30466
Face 68210 30467 30552 30466
Face 68211 30646 30645 30551
Face 68212 30552 30646 30551
Face 68213 30745 30744 30645
Face 68214 30646 30745 30645
Face 68215 30851 30850 30744
Face 68216 30745 30851 30744
Face 68217 31051 31050 30951
Face 68218 30952 31051 30951
Face 68219 31150 31149 31050
Face 68220 31051 31150 31050
Face 68221 31251 31250 31149
Face 68222 31150 31251 31149
Face 68223 31354 31353 31250
Face 68224 31251 31354 31250
Face 68225 31458 31457 31353
Face 68226 31354 31458 31353
Face 68227 31458 31567 31566
Face 68228 31457 31458 31566
Face 68229 31567 31681 31680
Face 68230 31566 31567 31680
Face 68231 32808 32807 32680
Face 68232 32681 32808 32680
Face 68233 32940 32939 32807
Face 68234 32808 32940 32807
Face 68235 33074 33073 32939
Face 68236 32940 33074 32939
Face 68237 33209 33208 33073
Face 68238 33074 33209 33073
Face 68239 33345 33344 33208
Face 68240 33209 33345 33208
Face 68241 33478 33477 33344
Face 68242 33345 33478 33344
Face 68243 33605 33604 33477
Face 68244 33478 33605 33477
Face 68245 33730 33729 33604
Face 68246 33605 33730 33604
Face 68247 33856 33855 33729
Face 68248 33730 33856 33729
Face 68249 33983 33982 33855
Face 68250 33856 33983 33855
Face 68251 34108 34107 33982
Face 68252 33983 34108 33982
Face 68253 34232 34231 34107
Face 68254 34108 34232 34107
Face 68255 12278 12548 34231
Face 68256 34232 12278 34231
Face 68257 26443 22274 12548
Face 68258 12278 26443 12548
Face 68259 21479 31652 33024
Face 68260 16730 16729 32209
Face 68261 30055 30117 30054
Face 68262 33128 33263 33127
Face 68263 30051 30113 30050
Face 68264 31617 31616 31507
Face 68265 32292 32291 32187
Face 68266 33532 33531 33398
Face 68267 32994 33128 32993
Face 68268 30183 30182 30120
Face 68269 30247 30246 30182
Face 68270 32341 32340 32234
Face 68271 32131 32130 32026
Face 68272 18629 32754 17281
Face 68273 12743 6146 179
Face 68274 27249 31995 6622
Face 68275 32898 27249 6622
Face 68276 33016 33798 31995
Face 68277 27249 33016 31995
Face 68278 32504 28288 33798
Face 68279 33016 32504 33798
Face 68280 32504 32429 32430
Face 68281 28288 32504 32430
Face 68282 7233 32404 32405
Face 68283 32430 32429 12650
Face 68284 30669 30668 30574
Face 68285 32904 12441 10859
Face 68286 31486 31595 31485
Face 68287 31926 32031 31925
Face 68288 30776 30775 30676
Face 68289 31709 31708 31594
Face 68290 30053 30115 30052
Face 68291 30427 30498 30426
Face 68292 32977 33111 32976
Face 68293 33397 33530 33396
Face 68294 6241 6240 6114
Face 68295 32585 32584 32467
Face 68296 30517 30516 30445
Face 68297 16774 27960 370
Face 68298 32862 32861 32728
Face 68299 30183 30247 30182
Face 68300 32044 32148 32043
Face 68301 32729 32862 32728
Face 68302 32159 32158 32054
Face 68303 32405 32299 7235
Face 68304 16680 33063 33197
Face 68305 16758 16757 13212
Face 68306 30779 30885 30778
Face 68307 32598 32597 32480
Face 68308 30986 30985 30884
Face 68309 29891 29890 29836
Face 68310 29837 29891 29836
Face 68311 29949 29948 29890
Face 68312 29891 29949 29890
Face 68313 30010 30009 29948
Face 68314 29949 30010 29948
Face 68315 30072 30071 30009
Face 68316 30010 30072 30009
Face 68317 30134 30133 30071
Face 68318 30072 30134 30071
Face 68319 30198 30197 30133
Face 68320 30134 30198 30133
Face 68321 30198 30263 30262
Face 68322 30197 30198 30262
Face 68323 30263 30330 30329
Face 68324 30262 30263 30329
Face 68325 30397 30396 30329
Face 68326 30330 30397 30329
Face 68327 30468 30467 30396
Face 68328 30397 30468 30396
Face 68329 30553 30552 30467
Face 68330 30468 30553 30467
Face 68331 30647 30646 30552
Face 68332 30553 30647 30552
Face 68333 30746 30745 30646
Face 68334 30647 30746 30646
Face 68335 30852 30851 30745
Face 68336 30746 30852 30745
Face 68337 30852 30953 30851
Face 68338 31052 31051 30952
Face 68339 31151 31150 31051
Face 68340 31052 31151 31051
Face 68341 31252 31251 31150
Face 68342 31151 31252 31150
Face 68343 31355 31354 31251
Face 68344 31252 31355 31251
Face 68345 31459 31458 31354
Face 68346 31355 31459 31354
Face 68347 31459 31568 31567
Face 68348 31458 31459 31567
Face 68349 31568 31682 31681
Face 68350 31567 31568 31681
Face 68351 32809 32808 32681
Face 68352 32941 32940 32808
Face 68353 32809 32941 32808
Face 68354 33075 33074 32940
Face 68355 32941 33075 32940
Face 68356 33210 33209 33074
Face 68357 33075 33210 33074
Face 68358 33346 33345 33209
Face 68359 33210 33346 33209
Face 68360 33479 33478 33345
Face 68361 33346 33479 33345
Face 68362 33606 33605 33478
Face 68363 33479 33606 33478
Face 68364 33731 33730 33605
Face 68365 33606 33731 33605
Face 68366 33857 33856 33730
Face 68367 33731 33857 33730
Face 68368 33984 33983 33856
Face 68369 33857 33984 33856
Face 68370 34109 34108 33983
Face 68371 33984 34109 33983
Face 68372 34233 34232 34108
Face 68373 34109 34233 34108
Face 68374 27222 12278 34232
Face 68375 34233 27222 34232
Face 68376 18561 26443 12278
Face 68377 27222 18561 12278
Face 68378 11298 33148 12588
Face 68379 26443 18561 13212
Face 68380 32602 32729 32601
Face 68381 32898 18784 27249
Face 68382 31383 31487 31382
Face 68383 31098 31197 31097
Face 68384 30441 30440 30373
Face 68385 32130 32129 32025
Face 68386 33263 33262 33127
Face 68387 32484 32485 32601
Face 68388 30312 30311 30246
Face 68389 30247 30312 30246
Face 68390 31398 31502 31501
Face 68391 31762 31761 31640
Face 68392 32474 32473 32361
Face 68393 31921 32026 31920
Face 68394 34099 16688 16749
Face 68395 2953 12650 2954
Face 68396 33415 33016 27249
Face 68397 33415 18784 18785
Face 68398 9202 32504 33016
Face 68399 33415 9202 33016
Face 68400 32893 32429 32504
Face 68401 9202 32893 32504
Face 68402 21180 20155 19058
Face 68403 6749 26904 6656
Face 68404 32135 32134 32030
Face 68405 32239 32238 32134
Face 68406 31595 31594 31485
Face 68407 31595 31709 31594
Face 68408 30677 30676 30582
Face 68409 30677 30776 30676
Face 68410 31194 31295 31193
Face 68411 33781 33782 33907
Face 68412 32845 32977 32844
Face 68413 33246 33245 33110
Face 68414 34270 27016 34269
Face 68415 31939 31938 31831
Face 68416 30446 30445 30378
Face 68417 30446 30517 30445
Face 68418 32485 32602 32601
Face 68419 33128 33127 32993
Face 68420 27133 26875 34268
Face 68421 30374 30441 30373
Face 68422 30511 30510 30439
Face 68423 32186 32290 32289
Face 68424 32425 33177 17081
Face 68425 32373 32485 32372
Face 68426 861 14300 8936
Face 68427 29892 29891 29837
Face 68428 29838 29892 29837
Face 68429 29950 29949 29891
Face 68430 29892 29950 29891
Face 68431 30011 30010 29949
Face 68432 29950 30011 29949
Face 68433 30073 30072 30010
Face 68434 30011 30073 30010
Face 68435 30135 30134 30072
Face 68436 30073 30135 30072
Face 68437 30135 30199 30198
Face 68438 30134 30135 30198
Face 68439 30199 30264 30263
Face 68440 30198 30199 30263
Face 68441 30264 30331 30330
Face 68442 30263 30264 30330
Face 68443 30398 30397 30330
Face 68444 30331 30398 30330
Face 68445 30469 30468 30397
Face 68446 30398 30469 30397
Face 68447 30554 30553 30468
Face 68448 30469 30554 30468
Face 68449 30648 30647 30553
Face 68450 30554 30648 30553
Face 68451 30747 30746 30647
Face 68452 30648 30747 30647
Face 68453 30853 30852 30746
Face 68454 30747 30853 30746
Face 68455 30954 30953 30852
Face 68456 30853 30954 30852
Face 68457 31152 31151 31052
Face 68458 31053 31152 31052
Face 68459 31253 31252 31151
Face 68460 31152 31253 31151
Face 68461 31356 31355 31252
Face 68462 31253 31356 31252
Face 68463 31460 31459 31355
Face 68464 31356 31460 31355
Face 68465 31460 31569 31568
Face 68466 31459 31460 31568
Face 68467 31569 31683 31682
Face 68468 31568 31569 31682
Face 68469 32942 32941 32809
Face 68470 32810 32942 32809
Face 68471 33076 33075 32941
Face 68472 32942 33076 32941
Face 68473 33211 33210 33075
Face 68474 33076 33211 33075
Face 68475 33347 33346 33210
Face 68476 33211 33347 33210
Face 68477 33480 33479 33346
Face 68478 33347 33480 33346
Face 68479 33607 33606 33479
Face 68480 33480 33607 33479
Face 68481 33732 33731 33606
Face 68482 33607 33732 33606
Face 68483 33858 33857 33731
Face 68484 33732 33858 33731
Face 68485 33985 33984 33857
Face 68486 33858 33985 33857
Face 68487 34110 34109 33984
Face 68488 33985 34110 33984
Face 68489 34234 34233 34109
Face 68490 34110 34234 34109
Face 68491 16960 27222 34233
Face 68492 34234 16960 34233
Face 68493 26814 18561 27222
Face 68494 16960 26814 27222
Face 68495 30620 30619 25672
Face 68496 18678 18786 18785
Face 68497 32485 32484 32372
Face 68498 30874 30873 30767
Face 68499 30819 30818 30719
Face 68500 30720 30819 30719
Face 68501 30917 30916 30818
Face 68502 30819 30917 30818
Face 68503 32729 32728 32601
Face 68504 32373 32372 32266
Face 68505 30379 30378 30311
Face 68506 30312 30379 30311
Face 68507 31419 31525 31418
Face 68508 30381 30380 30313
Face 68509 32468 32585 32467
Face 68510 32712 32711 32584
Face 68511 26904 13460 6656
Face 68512 34197 9896 21161
Face 68513 18786 2433 18785
Face 68514 25499 25025 25435
Face 68515 32884 18359 9202
Face 68516 33415 32884 9202
Face 68517 23922 32893 9202
Face 68518 18359 23922 9202
Face 68519 32457 32456 32344
Face 68520 30159 30160 30223
Face 68521 31279 31382 31278
Face 68522 32031 32135 32030
Face 68523 30983 31082 30982
Face 68524 31486 31485 31381
Face 68525 30499 30498 30427
Face 68526 30583 30677 30582
Face 68527 33642 33641 33514
Face 68528 30428 30427 30360
Face 68529 34270 34269 34146
Face 68530 33111 33110 32976
Face 68531 30052 30114 30051
Face 68532 19254 19282 19253
Face 68533 32059 32163 32058
Face 68534 30379 30446 30378
Face 68535 31014 31013 30916
Face 68536 32267 32266 32162
Face 68537 30917 31014 30916
Face 68538 31110 31109 31013
Face 68539 31014 31110 31013
Face 68540 31209 31208 31109
Face 68541 31110 31209 31109
Face 68542 29893 29892 29838
Face 68543 29839 29893 29838
Face 68544 29951 29950 29892
Face 68545 29893 29951 29892
Face 68546 30012 30011 29950
Face 68547 29951 30012 29950
Face 68548 30074 30073 30011
Face 68549 30012 30074 30011
Face 68550 30074 30136 30135
Face 68551 30073 30074 30135
Face 68552 30136 30200 30199
Face 68553 30135 30136 30199
Face 68554 30200 30265 30264
Face 68555 30199 30200 30264
Face 68556 30332 30331 30264
Face 68557 30265 30332 30264
Face 68558 30399 30398 30331
Face 68559 30332 30399 30331
Face 68560 30470 30469 30398
Face 68561 30399 30470 30398
Face 68562 30555 30554 30469
Face 68563 30470 30555 30469
Face 68564 30649 30648 30554
Face 68565 30555 30649 30554
Face 68566 30748 30747 30648
Face 68567 30649 30748 30648
Face 68568 30854 30853 30747
Face 68569 30748 30854 30747
Face 68570 30955 30954 30853
Face 68571 30854 30955 30853
Face 68572 30955 31054 30954
Face 68573 31153 31152 31053
Face 68574 31254 31253 31152
Face 68575 31153 31254 31152
Face 68576 31357 31356 31253
Face 68577 31254 31357 31253
Face 68578 31461 31460 31356
Face 68579 31357 31461 31356
Face 68580 31570 31569 31460
Face 68581 31461 31570 31460
Face 68582 31570 31684 31683
Face 68583 31569 31570 31683
Face 68584 32943 32942 32810
Face 68585 32811 32943 32810
Face 68586 33077 33076 32942
Face 68587 32943 33077 32942
Face 68588 33212 33211 33076
Face 68589 33077 33212 33076
Face 68590 33348 33347 33211
Face 68591 33212 33348 33211
Face 68592 33481 33480 33347
Face 68593 33348 33481 33347
Face 68594 33608 33607 33480
Face 68595 33481 33608 33480
Face 68596 33733 33732 33607
Face 68597 33608 33733 33607
Face 68598 33859 33858 33732
Face 68599 33733 33859 33732
Face 68600 33986 33985 33858
Face 68601 33859 33986 33858
Face 68602 34111 34110 33985
Face 68603 33986 34111 33985
Face 68604 34235 34234 34110
Face 68605 34111 34235 34110
Face 68606 29616 16960 34234
Face 68607 34235 29616 34234
Face 68608 28280 26814 16960
Face 68609 29616 28280 16960
Face 68610 3212 33302 3077
Face 68611 32884 2561 18359
Face 68612 32163 32162 32058
Face 68613 30352 30351 30284
Face 68614 31311 31310 31208
Face 68615 31209 31311 31208
Face 68616 31415 31414 31310
Face 68617 31311 31415 31310
Face 68618 32267 32373 32266
Face 68619 32059 32058 31953
Face 68620 32846 32845 32712
Face 68621 29933 29932 29878
Face 68622 31315 31419 31314
Face 68623 31525 31524 31418
Face 68624 32585 32712 32584
Face 68625 32845 32844 32711
Face 68626 30668 30667 30573
Face 68627 31212 31314 31211
Face 68628 32764 20471 20300
Face 68629 32354 32466 32353
Face 68630 33277 33143 6623
Face 68631 18618 17743 34248
Face 68632 27012 25849 24681
Face 68633 18359 33011 23922
Face 68634 32135 32239 32134
Face 68635 32345 32457 32344
Face 68636 31178 31279 31177
Face 68637 31382 31486 31381
Face 68638 30983 30982 30881
Face 68639 31181 31180 31081
Face 68640 29922 29980 29921
Face 68641 30351 30350 30283
Face 68642 33246 33382 33245
Face 68643 33515 33642 33514
Face 68644 34147 34146 34020
Face 68645 34147 34270 34146
Face 68646 30052 30051 29990
Face 68647 30114 30176 30175
Face 68648 31954 31953 31846
Face 68649 32163 32267 32162
Face 68650 31521 31520 31414
Face 68651 31415 31521 31414
Face 68652 31634 31633 31520
Face 68653 30450 30521 30449
Face 68654 31521 31634 31520
Face 68655 31755 31754 31633
Face 68656 31634 31755 31633
Face 68657 31867 31866 31754
Face 68658 29894 29893 29839
Face 68659 29840 29894 29839
Face 68660 29952 29951 29893
Face 68661 29894 29952 29893
Face 68662 30013 30012 29951
Face 68663 29952 30013 29951
Face 68664 30075 30074 30012
Face 68665 30013 30075 30012
Face 68666 30075 30137 30136
Face 68667 30074 30075 30136
Face 68668 30137 30201 30200
Face 68669 30136 30137 30200
Face 68670 30201 30266 30265
Face 68671 30200 30201 30265
Face 68672 30333 30332 30265
Face 68673 30266 30333 30265
Face 68674 30400 30399 30332
Face 68675 30333 30400 30332
Face 68676 30471 30470 30399
Face 68677 30400 30471 30399
Face 68678 30556 30555 30470
Face 68679 30471 30556 30470
Face 68680 30650 30649 30555
Face 68681 30556 30650 30555
Face 68682 30749 30748 30649
Face 68683 30650 30749 30649
Face 68684 30855 30854 30748
Face 68685 30749 30855 30748
Face 68686 30956 30955 30854
Face 68687 30855 30956 30854
Face 68688 31055 31054 30955
Face 68689 30956 31055 30955
Face 68690 31255 31254 31153
Face 68691 31154 31255 31153
Face 68692 31358 31357 31254
Face 68693 31255 31358 31254
Face 68694 31462 31461 31357
Face 68695 31358 31462 31357
Face 68696 31571 31570 31461
Face 68697 31462 31571 31461
Face 68698 31571 31685 31684
Face 68699 31570 31571 31684
Face 68700 32944 32943 32811
Face 68701 32812 32944 32811
Face 68702 33078 33077 32943
Face 68703 32944 33078 32943
Face 68704 33213 33212 33077
Face 68705 33078 33213 33077
Face 68706 33349 33348 33212
Face 68707 33213 33349 33212
Face 68708 33482 33481 33348
Face 68709 33349 33482 33348
Face 68710 33609 33608 33481
Face 68711 33482 33609 33481
Face 68712 33734 33733 33608
Face 68713 33609 33734 33608
Face 68714 33860 33859 33733
Face 68715 33734 33860 33733
Face 68716 33987 33986 33859
Face 68717 33860 33987 33859
Face 68718 34112 34111 33986
Face 68719 33987 34112 33986
Face 68720 34236 34235 34111
Face 68721 34112 34236 34111
Face 68722 25641 29616 34235
Face 68723 34236 25641 34235
Face 68724 29735 28280 29616
Face 68725 25641 29735 29616
Face 68726 32591 32590 32473
Face 68727 33193 20447 20448
Face 68728 31755 31867 31754
Face 68729 30450 30449 30382
Face 68730 31974 31973 31866
Face 68731 31867 31974 31866
Face 68732 32079 32078 31973
Face 68733 31954 32059 31953
Face 68734 32040 32144 32039
Face 68735 29991 29990 29932
Face 68736 29933 29991 29932
Face 68737 27016 27133 34269
Face 68738 34021 34020 33894
Face 68739 32712 32845 32711
Face 68740 32977 32976 32844
Face 68741 31418 31417 31313
Face 68742 30448 30519 30447
Face 68743 30583 30582 30497
Face 68744 29913 29971 29912
Face 68745 27261 23865 27149
Face 68746 16691 12747 13750
Face 68747 32966 32965 32833
Face 68748 6683 6682 6618
Face 68749 32345 32344 32238
Face 68750 32239 32345 32238
Face 68751 31079 31178 31078
Face 68752 31382 31381 31278
Face 68753 30882 30983 30881
Face 68754 31082 31081 30982
Face 68755 30165 30229 30228
Face 68756 30361 30428 30360
Face 68757 33515 33514 33381
Face 68758 33382 33515 33381
Face 68759 33895 33894 33768
Face 68760 34021 34147 34020
Face 68761 29991 30052 29990
Face 68762 30114 30113 30051
Face 68763 30700 30799 30699
Face 68764 31847 31954 31846
Face 68765 31974 32079 31973
Face 68766 32183 32182 32078
Face 68767 30521 30606 30520
Face 68768 32079 32183 32078
Face 68769 30383 30450 30382
Face 68770 30606 30605 30520
Face 68771 32287 32286 32182
Face 68772 32183 32287 32182
Face 68773 32287 32393 32392
Face 68774 32286 32287 32392
Face 68775 29895 29894 29840
Face 68776 29841 29895 29840
Face 68777 29953 29952 29894
Face 68778 29895 29953 29894
Face 68779 30014 30013 29952
Face 68780 29953 30014 29952
Face 68781 30076 30075 30013
Face 68782 30014 30076 30013
Face 68783 30076 30138 30137
Face 68784 30075 30076 30137
Face 68785 30138 30202 30201
Face 68786 30137 30138 30201
Face 68787 30202 30267 30266
Face 68788 30201 30202 30266
Face 68789 30334 30333 30266
Face 68790 30267 30334 30266
Face 68791 30401 30400 30333
Face 68792 30334 30401 30333
Face 68793 30472 30471 30400
Face 68794 30401 30472 30400
Face 68795 30557 30556 30471
Face 68796 30472 30557 30471
Face 68797 30651 30650 30556
Face 68798 30557 30651 30556
Face 68799 30750 30749 30650
Face 68800 30651 30750 30650
Face 68801 30856 30855 30749
Face 68802 30750 30856 30749
Face 68803 30957 30956 30855
Face 68804 30856 30957 30855
Face 68805 31056 31055 30956
Face 68806 30957 31056 30956
Face 68807 31056 31155 31055
Face 68808 31256 31255 31154
Face 68809 31359 31358 31255
Face 68810 31256 31359 31255
Face 68811 31463 31462 31358
Face 68812 31359 31463 31358
Face 68813 31572 31571 31462
Face 68814 31463 31572 31462
Face 68815 31572 31686 31685
Face 68816 31571 31572 31685
Face 68817 31686 31798 31685
Face 68818 32945 32944 32812
Face 68819 32813 32945 32812
Face 68820 33079 33078 32944
Face 68821 32945 33079 32944
Face 68822 33214 33213 33078
Face 68823 33079 33214 33078
Face 68824 33350 33349 33213
Face 68825 33214 33350 33213
Face 68826 33483 33482 33349
Face 68827 33350 33483 33349
Face 68828 33610 33609 33482
Face 68829 33483 33610 33482
Face 68830 33735 33734 33609
Face 68831 33610 33735 33609
Face 68832 33861 33860 33734
Face 68833 33735 33861 33734
Face 68834 33988 33987 33860
Face 68835 33861 33988 33860
Face 68836 34113 34112 33987
Face 68837 33988 34113 33987
Face 68838 34237 34236 34112
Face 68839 34113 34237 34112
Face 68840 18263 25641 34236
Face 68841 34237 18263 34236
Face 68842 18263 26186 29735
Face 68843 25641 18263 29735
Face 68844 19255 19256 19285
Face 68845 6897 6898 7005
Face 68846 6898 32392 6899
Face 68847 20361 19200 20448
Face 68848 30688 30787 30786
Face 68849 32371 32370 32264
Face 68850 31391 31392 31495
Face 68851 31725 31837 31836
Face 68852 31828 31935 31827
Face 68853 30113 30114 30175
Face 68854 30176 30240 30239
Face 68855 33895 34021 33894
Face 68856 33113 33112 32978
Face 68857 33111 33246 33110
Face 68858 33382 33381 33245
Face 68859 30115 30114 30052
Face 68860 34137 34136 34010
Face 68861 30882 30881 30775
Face 68862 30498 30583 30497
Face 68863 30879 30980 30878
Face 68864 31079 31078 30979
Face 68865 33100 33099 32965
Face 68866 32834 32966 32833
Face 68867 32574 32573 32456
Face 68868 32457 32574 32456
Face 68869 30980 31079 30979
Face 68870 31279 31278 31177
Face 68871 31082 31181 31081
Face 68872 31282 31281 31180
Face 68873 31594 31593 31484
Face 68874 29980 29979 29921
Face 68875 33893 33892 33766
Face 68876 33767 33893 33766
Face 68877 33248 33247 33112
Face 68878 33769 33895 33768
Face 68879 30175 30176 30239
Face 68880 30240 30305 30304
Face 68881 31735 31734 31620
Face 68882 31847 31846 31734
Face 68883 30700 30699 30605
Face 68884 31735 31847 31734
Face 68885 30606 30700 30605
Face 68886 30799 30798 30699
Face 68887 30521 30520 30449
Face 68888 30510 30595 30594
Face 68889 32903 33013 12173
Face 68890 31924 31923 31816
Face 68891 30437 30438 30508
Face 68892 31002 31001 30904
Face 68893 29896 29895 29841
Face 68894 29842 29896 29841
Face 68895 29954 29953 29895
Face 68896 29896 29954 29895
Face 68897 30015 30014 29953
Face 68898 29954 30015 29953
Face 68899 30077 30076 30014
Face 68900 30015 30077 30014
Face 68901 30077 30139 30138
Face 68902 30076 30077 30138
Face 68903 30139 30203 30202
Face 68904 30138 30139 30202
Face 68905 30203 30268 30267
Face 68906 30202 30203 30267
Face 68907 30335 30334 30267
Face 68908 30268 30335 30267
Face 68909 30402 30401 30334
Face 68910 30335 30402 30334
Face 68911 30473 30472 30401
Face 68912 30402 30473 30401
Face 68913 30558 30557 30472
Face 68914 30473 30558 30472
Face 68915 30652 30651 30557
Face 68916 30558 30652 30557
Face 68917 30751 30750 30651
Face 68918 30652 30751 30651
Face 68919 30857 30856 30750
Face 68920 30751 30857 30750
Face 68921 30958 30957 30856
Face 68922 30857 30958 30856
Face 68923 31057 31056 30957
Face 68924 30958 31057 30957
Face 68925 31156 31155 31056
Face 68926 31057 31156 31056
Face 68927 31360 31359 31256
Face 68928 31257 31360 31256
Face 68929 31464 31463 31359
Face 68930 31360 31464 31359
Face 68931 31573 31572 31463
Face 68932 31464 31573 31463
Face 68933 31573 31687 31686
Face 68934 31572 31573 31686
Face 68935 31799 31798 31686
Face 68936 31687 31799 31686
Face 68937 32946 32945 32813
Face 68938 32814 32946 32813
Face 68939 33080 33079 32945
Face 68940 32946 33080 32945
Face 68941 33215 33214 33079
Face 68942 33080 33215 33079
Face 68943 33351 33350 33214
Face 68944 33215 33351 33214
Face 68945 33484 33483 33350
Face 68946 33351 33484 33350
Face 68947 33611 33610 33483
Face 68948 33484 33611 33483
Face 68949 33736 33735 33610
Face 68950 33611 33736 33610
Face 68951 33862 33861 33735
Face 68952 33736 33862 33735
Face 68953 33989 33988 33861
Face 68954 33862 33989 33861
Face 68955 34114 34113 33988
Face 68956 33989 34114 33988
Face 68957 34238 34237 34113
Face 68958 34114 34238 34113
Face 68959 17015 18263 34237
Face 68960 34238 17015 34237
Face 68961 6795 32503 6896
Face 68962 34067 21250 21342
Face 68963 3594 3723 3593
Face 68964 34140 34263 34139
Face 68965 31318 31317 31215
Face 68966 33894 34020 33893
Face 68967 30807 30806 30707
Face 68968 30491 30490 30419
Face 68969 31273 31376 31272
Face 68970 30518 30603 30517
Face 68971 15314 15044 16778
Face 68972 30502 30501 30430
Face 68973 30594 30595 30688
Face 68974 30788 30787 30688
Face 68975 32979 33113 32978
Face 68976 32979 32978 32846
Face 68977 34019 34018 33892
Face 68978 33893 34019 33892
Face 68979 30102 30103 30164
Face 68980 30041 30040 29979
Face 68981 31282 31385 31281
Face 68982 30776 30882 30775
Face 68983 30161 30225 30224
Face 68984 30160 30161 30224
Face 68985 34256 34257 12637
Face 68986 32966 33100 32965
Face 68987 32701 32700 32573
Face 68988 32574 32701 32573
Face 68989 30773 30879 30772
Face 68990 31178 31177 31078
Face 68991 31181 31282 31180
Face 68992 31385 31384 31281
Face 68993 31485 31594 31484
Face 68994 33885 34011 33884
Face 68995 34145 34144 34018
Face 68996 30984 30983 30882
Face 68997 33113 33248 33112
Face 68998 34019 34145 34018
Face 68999 30438 30439 30509
Face 69000 33384 33383 33247
Face 69001 30371 30372 30438
Face 69002 30439 30510 30509
Face 69003 30239 30240 30304
Face 69004 30305 30372 30371
Face 69005 30304 30305 30371
Face 69006 30372 30439 30438
Face 69007 30509 30510 30594
Face 69008 30595 30689 30688
Face 69009 31719 31831 31718
Face 69010 31117 31116 31020
Face 69011 33234 33370 33233
Face 69012 31946 32051 31945
Face 69013 29897 29896 29842
Face 69014 29843 29897 29842
Face 69015 29955 29954 29896
Face 69016 29897 29955 29896
Face 69017 30016 30015 29954
Face 69018 29955 30016 29954
Face 69019 30016 30078 30077
Face 69020 30015 30016 30077
Face 69021 30078 30140 30139
Face 69022 30077 30078 30139
Face 69023 30140 30204 30203
Face 69024 30139 30140 30203
Face 69025 30204 30269 30268
Face 69026 30203 30204 30268
Face 69027 30336 30335 30268
Face 69028 30269 30336 30268
Face 69029 30403 30402 30335
Face 69030 30336 30403 30335
Face 69031 30474 30473 30402
Face 69032 30403 30474 30402
Face 69033 30559 30558 30473
Face 69034 30474 30559 30473
Face 69035 30653 30652 30558
Face 69036 30559 30653 30558
Face 69037 30752 30751 30652
Face 69038 30653 30752 30652
Face 69039 30858 30857 30751
Face 69040 30752 30858 30751
Face 69041 30959 30958 30857
Face 69042 30858 30959 30857
Face 69043 31058 31057 30958
Face 69044 30959 31058 30958
Face 69045 31157 31156 31057
Face 69046 31058 31157 31057
Face 69047 31361 31360 31257
Face 69048 31258 31361 31257
Face 69049 31465 31464 31360
Face 69050 31361 31465 31360
Face 69051 31574 31573 31464
Face 69052 31465 31574 31464
Face 69053 31688 31687 31573
Face 69054 31574 31688 31573
Face 69055 31800 31799 31687
Face 69056 31688 31800 31687
Face 69057 32682 32815 32814
Face 69058 32947 32946 32814
Face 69059 32815 32947 32814
Face 69060 33081 33080 32946
Face 69061 32947 33081 32946
Face 69062 33216 33215 33080
Face 69063 33081 33216 33080
Face 69064 33352 33351 33215
Face 69065 33216 33352 33215
Face 69066 33485 33484 33351
Face 69067 33352 33485 33351
Face 69068 33612 33611 33484
Face 69069 33485 33612 33484
Face 69070 33737 33736 33611
Face 69071 33612 33737 33611
Face 69072 33863 33862 33736
Face 69073 33737 33863 33736
Face 69074 33990 33989 33862
Face 69075 33863 33990 33862
Face 69076 34115 34114 33989
Face 69077 33990 34115 33989
Face 69078 34239 34238 34114
Face 69079 34115 34239 34114
Face 69080 13474 17015 34238
Face 69081 34239 13474 34238
Face 69082 13474 6726 17015
Face 69083 7234 7341 7233
Face 69084 32155 32259 32154
Face 69085 30669 30768 30668
Face 69086 32192 32191 32087
Face 69087 32274 32380 32273
Face 69088 32852 32851 32718
Face 69089 32088 32192 32087
Face 69090 32399 32400 32510
Face 69091 33379 33378 33242
Face 69092 30689 30788 30688
Face 69093 30995 30994 30893
Face 69094 30894 30893 30787
Face 69095 30788 30894 30787
Face 69096 32847 32979 32846
Face 69097 32587 32714 32586
Face 69098 31619 31733 31618
Face 69099 21250 34067 21249
Face 69100 32978 33112 32977
Face 69101 31888 31775 31776
Face 69102 32244 32350 32243
Face 69103 31489 31488 31384
Face 69104 30036 30037 30098
Face 69105 30099 30161 30160
Face 69106 13478 18787 12637
Face 69107 18787 26011 12637
Face 69108 32834 32833 32700
Face 69109 32701 32834 32700
Face 69110 30773 30772 30673
Face 69111 30980 30979 30878
Face 69112 31385 31489 31384
Face 69113 31598 31597 31488
Face 69114 31712 31711 31597
Face 69115 31489 31598 31488
Face 69116 30678 30777 30677
Face 69117 31018 31017 30920
Face 69118 27041 28290 29588
Face 69119 31072 31071 30972
Face 69120 33248 33384 33247
Face 69121 28290 27041 26760
Face 69122 33517 33516 33383
Face 69123 33384 33517 33383
Face 69124 33769 33768 33643
Face 69125 33644 33769 33643
Face 69126 32358 32470 32357
Face 69127 32470 32587 32469
Face 69128 30894 30995 30893
Face 69129 31294 31397 31396
Face 69130 30888 30889 30989
Face 69131 30889 30990 30989
Face 69132 30051 30050 29989
Face 69133 32084 32188 32083
Face 69134 29898 29897 29843
Face 69135 29844 29898 29843
Face 69136 29956 29955 29897
Face 69137 29898 29956 29897
Face 69138 30017 30016 29955
Face 69139 29956 30017 29955
Face 69140 30017 30079 30078
Face 69141 30016 30017 30078
Face 69142 30079 30141 30140
Face 69143 30078 30079 30140
Face 69144 30141 30205 30204
Face 69145 30140 30141 30204
Face 69146 30205 30270 30269
Face 69147 30204 30205 30269
Face 69148 30337 30336 30269
Face 69149 30270 30337 30269
Face 69150 30404 30403 30336
Face 69151 30337 30404 30336
Face 69152 30475 30474 30403
Face 69153 30404 30475 30403
Face 69154 30560 30559 30474
Face 69155 30475 30560 30474
Face 69156 30654 30653 30559
Face 69157 30560 30654 30559
Face 69158 30753 30752 30653
Face 69159 30654 30753 30653
Face 69160 30859 30858 30752
Face 69161 30753 30859 30752
Face 69162 30960 30959 30858
Face 69163 30859 30960 30858
Face 69164 31059 31058 30959
Face 69165 30960 31059 30959
Face 69166 31158 31157 31058
Face 69167 31059 31158 31058
Face 69168 31158 31259 31157
Face 69169 31362 31361 31258
Face 69170 31466 31465 31361
Face 69171 31362 31466 31361
Face 69172 31575 31574 31465
Face 69173 31466 31575 31465
Face 69174 31575 31689 31688
Face 69175 31574 31575 31688
Face 69176 31801 31800 31688
Face 69177 31689 31801 31688
Face 69178 31801 31908 31800
Face 69179 32816 32815 32682
Face 69180 32683 32816 32682
Face 69181 32948 32947 32815
Face 69182 32816 32948 32815
Face 69183 33082 33081 32947
Face 69184 32948 33082 32947
Face 69185 33217 33216 33081
Face 69186 33082 33217 33081
Face 69187 33353 33352 33216
Face 69188 33217 33353 33216
Face 69189 33486 33485 33352
Face 69190 33353 33486 33352
Face 69191 33613 33612 33485
Face 69192 33486 33613 33485
Face 69193 33738 33737 33612
Face 69194 33613 33738 33612
Face 69195 33864 33863 33737
Face 69196 33738 33864 33737
Face 69197 33991 33990 33863
Face 69198 33864 33991 33863
Face 69199 34116 34115 33990
Face 69200 33991 34116 33990
Face 69201 33290 33924 12349
Face 69202 34164 21447 21448
Face 69203 13473 13474 34239
Face 69204 13474 6727 6726
Face 69205 34164 16835 21542
Face 69206 15739 9323 5749
Face 69207 29990 29989 29931
Face 69208 29990 30051 29989
Face 69209 29932 29931 29877
Face 69210 31073 31072 30973
Face 69211 31935 32040 31934
Face 69212 31094 31093 30994
Face 69213 30447 30446 30379
Face 69214 32252 32251 32147
Face 69215 30995 31094 30994
Face 69216 32847 32846 32713
Face 69217 32714 32713 32586
Face 69218 31530 31529 31423
Face 69219 32714 32847 32713
Face 69220 29934 29992 29933
Face 69221 31845 31844 31732
Face 69222 32462 32461 32349
Face 69223 32136 32240 32135
Face 69224 30037 30099 30098
Face 69225 32350 32462 32349
Face 69226 3465 12829 3338
Face 69227 30098 30099 30160
Face 69228 31479 31588 31478
Face 69229 31321 31218 11170
Face 69230 33235 33234 33099
Face 69231 33100 33235 33099
Face 69232 30674 30773 30673
Face 69233 30879 30878 30772
Face 69234 30225 30290 30289
Face 69235 30424 30423 30356
Face 69236 32140 32244 32139
Face 69237 32350 32349 32243
Face 69238 32140 32139 32035
Face 69239 32244 32243 32139
Face 69240 33505 33632 33504
Face 69241 33505 33504 33371
Face 69242 26875 28290 26760
Face 69243 5743 9508 5871
Face 69244 26875 26760 34267
Face 69245 34268 26875 34267
Face 69246 34268 34267 34144
Face 69247 34145 34268 34144
Face 69248 32252 32358 32251
Face 69249 32587 32586 32469
Face 69250 31094 31193 31093
Face 69251 31293 31294 31396
Face 69252 32147 32251 32146
Face 69253 32248 32354 32247
Face 69254 29932 29990 29931
Face 69255 26875 27133 28290
Face 69256 29899 29898 29844
Face 69257 29845 29899 29844
Face 69258 29957 29956 29898
Face 69259 29899 29957 29898
Face 69260 30018 30017 29956
Face 69261 29957 30018 29956
Face 69262 30018 30080 30079
Face 69263 30017 30018 30079
Face 69264 30080 30142 30141
Face 69265 30079 30080 30141
Face 69266 30142 30206 30205
Face 69267 30141 30142 30205
Face 69268 30271 30270 30205
Face 69269 30206 30271 30205
Face 69270 30338 30337 30270
Face 69271 30271 30338 30270
Face 69272 30405 30404 30337
Face 69273 30338 30405 30337
Face 69274 30476 30475 30404
Face 69275 30405 30476 30404
Face 69276 30561 30560 30475
Face 69277 30476 30561 30475
Face 69278 30655 30654 30560
Face 69279 30561 30655 30560
Face 69280 30754 30753 30654
Face 69281 30655 30754 30654
Face 69282 30860 30859 30753
Face 69283 30754 30860 30753
Face 69284 30961 30960 30859
Face 69285 30860 30961 30859
Face 69286 31060 31059 30960
Face 69287 30961 31060 30960
Face 69288 31159 31158 31059
Face 69289 31060 31159 31059
Face 69290 31260 31259 31158
Face 69291 31159 31260 31158
Face 69292 31467 31466 31362
Face 69293 31363 31467 31362
Face 69294 31576 31575 31466
Face 69295 31467 31576 31466
Face 69296 31690 31689 31575
Face 69297 31576 31690 31575
Face 69298 31802 31801 31689
Face 69299 31690 31802 31689
Face 69300 31802 31909 31908
Face 69301 31801 31802 31908
Face 69302 32817 32816 32683
Face 69303 32684 32817 32683
Face 69304 32949 32948 32816
Face 69305 32817 32949 32816
Face 69306 33083 33082 32948
Face 69307 32949 33083 32948
Face 69308 33218 33217 33082
Face 69309 33083 33218 33082
Face 69310 33354 33353 33217
Face 69311 33218 33354 33217
Face 69312 33487 33486 33353
Face 69313 33354 33487 33353
Face 69314 33614 33613 33486
Face 69315 33487 33614 33486
Face 69316 33739 33738 33613
Face 69317 33614 33739 33613
Face 69318 33865 33864 33738
Face 69319 33739 33865 33738
Face 69320 33992 33991 33864
Face 69321 33865 33992 33864
Face 69322 34117 34116 33991
Face 69323 33992 34117 33991
Face 69324 20446 33192 20445
Face 69325 28409 18036 16869
Face 69326 6823 26186 6824
Face 69327 30220 30285 30219
Face 69328 29878 29932 29877
Face 69329 30243 30242 30178
Face 69330 30372 30373 30439
Face 69331 30307 30306 30241
Face 69332 30973 30972 30871
Face 69333 32466 32465 32353
Face 69334 31501 31610 31609
Face 69335 31193 31192 31093
Face 69336 31939 32044 31938
Face 69337 32148 32147 32043
Face 69338 32066 32170 32065
Face 69339 31764 31876 31763
Face 69340 31113 31112 31016
Face 69341 31733 31732 31618
Face 69342 32579 32578 32461
Face 69343 30053 30052 29991
Face 69344 29976 29975 29917
Face 69345 32462 32579 32461
Face 69346 29918 29976 29917
Face 69347 30037 30036 29975
Face 69348 31814 31813 31701
Face 69349 34258 34257 34134
Face 69350 29994 29993 29935
Face 69351 31073 31172 31072
Face 69352 33371 33370 33234
Face 69353 33235 33371 33234
Face 69354 33371 33504 33370
Face 69355 33504 33503 33370
Face 69356 30224 30225 30289
Face 69357 30357 30356 30289
Face 69358 30357 30424 30356
Face 69359 30290 30357 30289
Face 69360 31824 31931 31823
Face 69361 32036 32140 32035
Face 69362 30356 30423 30355
Face 69363 30494 30493 30422
Face 69364 31482 31591 31481
Face 69365 31591 31590 31481
Face 69366 31113 31212 31112
Face 69367 33657 33656 33529
Face 69368 32066 32065 31960
Face 69369 31845 31952 31844
Face 69370 32148 32252 32147
Face 69371 32470 32469 32357
Face 69372 31193 31294 31293
Face 69373 31192 31193 31293
Face 69374 32353 32465 32352
Face 69375 31420 31526 31419
Face 69376 30179 30178 30116
Face 69377 32869 32868 32735
Face 69378 29900 29899 29845
Face 69379 29846 29900 29845
Face 69380 29958 29957 29899
Face 69381 29900 29958 29899
Face 69382 30019 30018 29957
Face 69383 29958 30019 29957
Face 69384 30019 30081 30080
Face 69385 30018 30019 30080
Face 69386 30081 30143 30142
Face 69387 30080 30081 30142
Face 69388 30143 30207 30206
Face 69389 30142 30143 30206
Face 69390 30272 30271 30206
Face 69391 30207 30272 30206
Face 69392 30339 30338 30271
Face 69393 30272 30339 30271
Face 69394 30406 30405 30338
Face 69395 30339 30406 30338
Face 69396 30477 30476 30405
Face 69397 30406 30477 30405
Face 69398 30562 30561 30476
Face 69399 30477 30562 30476
Face 69400 30656 30655 30561
Face 69401 30562 30656 30561
Face 69402 30755 30754 30655
Face 69403 30656 30755 30655
Face 69404 30861 30860 30754
Face 69405 30755 30861 30754
Face 69406 30962 30961 30860
Face 69407 30861 30962 30860
Face 69408 31061 31060 30961
Face 69409 30962 31061 30961
Face 69410 31160 31159 31060
Face 69411 31061 31160 31060
Face 69412 31261 31260 31159
Face 69413 31160 31261 31159
Face 69414 31261 31364 31260
Face 69415 31468 31467 31363
Face 69416 31577 31576 31467
Face 69417 31468 31577 31467
Face 69418 31691 31690 31576
Face 69419 31577 31691 31576
Face 69420 31691 31803 31802
Face 69421 31690 31691 31802
Face 69422 31803 31910 31909
Face 69423 31802 31803 31909
Face 69424 31910 32015 31909
Face 69425 32818 32817 32684
Face 69426 32685 32818 32684
Face 69427 32950 32949 32817
Face 69428 32818 32950 32817
Face 69429 33084 33083 32949
Face 69430 32950 33084 32949
Face 69431 33219 33218 33083
Face 69432 33084 33219 33083
Face 69433 33355 33354 33218
Face 69434 33219 33355 33218
Face 69435 33488 33487 33354
Face 69436 33355 33488 33354
Face 69437 33615 33614 33487
Face 69438 33488 33615 33487
Face 69439 33740 33739 33614
Face 69440 33615 33740 33614
Face 69441 33866 33865 33739
Face 69442 33740 33866 33739
Face 69443 33993 33992 33865
Face 69444 33866 33993 33865
Face 69445 34118 34117 33992
Face 69446 33993 34118 33992
Face 69447 21539 21444 21540
Face 69448 33719 33845 16684
Face 69449 16744 33845 16685
Face 69450 33845 16744 16684
Face 69451 16684 16744 16743
Face 69452 17644 1792 34835
Face 69453 1792 17655 34835
Face 69454 17655 34095 34835
Face 69455 34095 33971 34835
Face 69456 33971 33843 34835
Face 69457 33843 33716 34835
Face 69458 33716 33591 34835
Face 69459 33591 33464 34835
Face 69460 33464 33331 34835
Face 69461 33331 19200 34835
Face 69462 19200 20362 34835
Face 69463 20362 20363 34835
Face 69464 20363 20364 34835
Face 69465 20364 20365 34835
Face 69466 20365 13075 34835
Face 69467 13075 18072 34835
Face 69468 18072 18073 34835
Face 69469 18073 1875 34835
Face 69470 1875 20455 34835
Face 69471 20455 19883 34835
Face 69472 19883 18167 34835
Face 69473 18167 17644 34835
================================================
FILE: models/bunny10k.m
================================================
Vertex 1 -0.0418663 0.0340021 -0.00580283
Vertex 2 -0.0380666 0.0385186 -0.00730796
Vertex 3 0.00621941 0.0351341 0.00654928
Vertex 4 0.021677 0.0354914 0.00935068
Vertex 5 -0.0324992 0.033739 0.00907408
Vertex 6 0.0174901 0.0346463 0.0220409
Vertex 7 -0.0525671 0.0335472 0.0123651
Vertex 8 -0.0360812 0.0358497 0.0136623
Vertex 9 -0.0510279 0.0336678 0.0250302
Vertex 10 0.00852878 0.034888 0.0362651
Vertex 11 -0.0348346 0.0347214 0.0345782
Vertex 12 -0.0149936 0.0395459 0.0398583
Vertex 13 -0.0631142 0.178334 -0.0583576
Vertex 14 -0.0926613 0.122825 0.0414622
Vertex 15 0.0334188 0.115464 0.00204907
Vertex 16 0.00150188 0.0938741 0.0550191
Vertex 17 0.0122157 0.0346138 -0.0197432
Vertex 18 0.057752 0.0523416 0.0181873
Vertex 19 -0.0203431 0.186558 -0.0166005
Vertex 20 -0.0706835 0.155594 0.0053992
Vertex 21 -0.049291 0.131272 -0.000642385
Vertex 22 -0.0654945 0.0398115 -0.0063825
Vertex 23 -0.0597544 0.151092 0.0347772
Vertex 24 -0.00479883 0.0826783 -0.0376925
Vertex 25 0.0154275 0.0350916 0.0411096
Vertex 26 -0.0274456 0.0382197 0.0539829
Vertex 27 0.00866181 0.128565 0.0271896
Vertex 28 -0.0849159 0.123546 -0.00333555
Vertex 29 -0.0427254 0.0358312 -0.0275925
Vertex 30 -0.0634853 0.0904216 0.0451002
Vertex 31 0.0371254 0.0869172 -0.0157926
Vertex 32 -0.0808762 0.0733317 0.00350919
Vertex 33 -0.0870329 0.152942 0.0187545
Vertex 34 0.0344933 0.0929192 0.0394802
Vertex 35 -0.0606157 0.0459479 0.0402046
Vertex 36 0.0106278 0.12033 -0.0136749
Vertex 37 -0.00975768 0.167025 -0.0223761
Vertex 38 -0.0486234 0.0532712 -0.0094518
Vertex 39 -0.064755 0.068231 0.0343382
Vertex 40 -0.0827096 0.131285 0.0511192
Vertex 41 -0.0737739 0.0878479 -0.0153893
Vertex 42 -0.0680885 0.16093 -0.05501
Vertex 43 -0.0370064 0.121579 0.0285082
Vertex 44 -0.027701 0.0549269 0.0368456
Vertex 45 0.0383993 0.0413521 -0.00190432
Vertex 46 0.0577041 0.0703778 0.00716237
Vertex 47 -0.0777137 0.177848 -0.0500546
Vertex 48 -0.0650925 0.142629 -0.00933509
Vertex 49 0.0181983 0.0768373 0.0527356
Vertex 50 -0.0304781 0.0523954 -0.0163632
Vertex 51 -0.0913588 0.113353 0.0143394
Vertex 52 -0.0510836 0.145457 -0.000907293
Vertex 53 -0.0444613 0.12936 0.0182577
Vertex 54 -0.0194987 0.0828823 0.05729
Vertex 55 0.0193474 0.0551603 -0.0276297
Vertex 56 -0.0213746 0.0936314 -0.0333712
Vertex 57 -0.0716377 0.0368114 0.00909586
Vertex 58 -0.0735089 0.120392 0.0535609
Vertex 59 0.034591 0.113857 0.0224952
Vertex 60 -0.0790692 0.0804499 0.033529
Vertex 61 -0.0311696 0.0749025 -0.031542
Vertex 62 0.0100369 0.130324 0.00340984
Vertex 63 -0.0581623 0.155642 0.0142378
Vertex 64 -0.0523454 0.059725 0.0287459
Vertex 65 -0.0778099 0.148638 -0.00388521
Vertex 66 0.0502975 0.0560957 -0.00457555
Vertex 67 -0.0298463 0.0958488 -0.0239617
Vertex 68 -0.0596993 0.0345337 0.0416145
Vertex 69 -0.0142526 0.181479 -0.0279552
Vertex 70 -0.0335185 0.0974234 0.0440535
Vertex 71 0.0553211 0.0622297 0.0271921
Vertex 72 -0.089555 0.092956 0.0194329
Vertex 73 -0.0354636 0.172718 -0.000342919
Vertex 74 -0.0778403 0.10982 0.0432074
Vertex 75 0.0437747 0.084485 0.0264379
Vertex 76 -0.061825 0.164563 -0.0576805
Vertex 77 -0.00773495 0.12664 -0.00628182
Vertex 78 -0.039497 0.0436994 0.0413132
Vertex 79 0.0122013 0.0878954 -0.0308742
Vertex 80 -0.09096 0.148814 0.0141536
Vertex 81 -0.0501563 0.11976 0.0326732
Vertex 82 -0.0568852 0.111179 -0.0170834
Vertex 83 -0.0391149 0.0337868 -0.0291782
Vertex 84 0.0455252 0.0918117 0.00617298
Vertex 85 -0.00149547 0.119691 0.0381347
Vertex 86 0.00250176 0.0620246 0.0566613
Vertex 87 -0.0725091 0.147853 -0.0287195
Vertex 88 -0.0667502 0.0337781 -0.00695475
Vertex 89 -0.0706528 0.0621972 0.0100461
Vertex 90 -0.0132407 0.164048 -0.012311
Vertex 91 -0.0532393 0.0448331 0.0206817
Vertex 92 -0.0164815 0.0515035 0.0485835
Vertex 93 -0.0655548 0.153788 -0.00146085
Vertex 94 -0.0509182 0.146274 0.0133981
Vertex 95 -0.00957846 0.178815 -0.0287373
Vertex 96 -0.0836424 0.0924862 -0.00555232
Vertex 97 0.0384903 0.0499056 0.0320993
Vertex 98 0.0240424 0.122784 0.0256717
Vertex 99 -0.0137183 0.0628763 -0.0368336
Vertex 100 -0.0345208 0.0633716 0.0403553
Vertex 101 -0.0728479 0.14776 0.0416103
Vertex 102 -0.0358756 0.107103 -0.0202685
Vertex 103 -0.0537766 0.0826585 -0.0215583
Vertex 104 -0.0672891 0.178209 -0.0595336
Vertex 105 0.00532997 0.0389553 -0.00830106
Vertex 106 -0.0588103 0.157344 0.00530008
Vertex 107 0.0339626 0.0356317 0.0117064
Vertex 108 0.0335254 0.101204 -0.0131717
Vertex 109 -0.0385029 0.0346069 0.040918
Vertex 110 -0.0842996 0.0965857 0.0297797
Vertex 111 0.0104112 0.0375138 -0.0230668
Vertex 112 -0.0246656 0.0492403 -0.0269082
Vertex 113 -0.0749499 0.112554 -0.00662315
Vertex 114 0.0184707 0.107054 0.0413783
Vertex 115 0.0552084 0.0493743 0.00621284
Vertex 116 -0.0610891 0.0339525 0.017372
Vertex 117 -0.0670049 0.0372923 0.032499
Vertex 118 -0.0634989 0.108392 0.0384413
Vertex 119 0.0358388 0.063303 0.0376893
Vertex 120 -0.0148223 0.129108 0.012888
Vertex 121 -0.0667756 0.124253 0.0509201
Vertex 122 0.0499455 0.0733656 0.0164225
Vertex 123 -0.0181454 0.0347978 0.0451006
Vertex 124 -0.0356288 0.0533886 -0.010251
Vertex 125 -0.0306281 0.0831438 0.0423752
Vertex 126 -0.0258016 0.0867079 -0.0364604
Vertex 127 0.0137867 0.0377633 0.0443361
Vertex 128 0.0191388 0.0356129 -0.00667825
Vertex 129 0.0451032 0.0777437 0.000209071
Vertex 130 -0.0505797 0.0528906 0.0145102
Vertex 131 -0.0259323 0.124597 0.000115118
Vertex 132 -0.0946899 0.124172 0.0202666
Vertex 133 -0.0662037 0.154495 -0.0505507
Vertex 134 0.0070795 0.101453 -0.021277
Vertex 135 -0.0265805 0.0377426 0.0157053
Vertex 136 -0.087976 0.141871 0.0376917
Vertex 137 -0.0160134 0.0959893 0.0521651
Vertex 138 -0.0589977 0.125247 -0.00779139
Vertex 139 -0.0188175 0.159674 -0.00630165
Vertex 140 -0.0564911 0.0400264 0.0468768
Vertex 141 -0.0169683 0.186741 -0.0196674
Vertex 142 0.0593498 0.066038 0.0207029
Vertex 143 0.037704 0.0574555 -0.00668675
Vertex 144 0.00242535 0.0343652 0.00462872
Vertex 145 -0.034222 0.0422724 0.0479221
Vertex 146 -0.0367537 0.0783235 -0.0195335
Vertex 147 -0.0686919 0.0750175 -0.0147112
Vertex 148 -0.0345377 0.0353482 -0.0311793
Vertex 149 -0.0449507 0.157934 0.00683281
Vertex 150 -0.0515288 0.0559219 0.0167726
Vertex 151 -0.089438 0.113514 0.0412091
Vertex 152 -0.0570856 0.153101 -0.000954757
Vertex 153 -0.0284906 0.0932063 0.0444855
Vertex 154 -0.0654928 0.0818627 0.0433416
Vertex 155 -0.0185134 0.0473863 0.05026
Vertex 156 -0.0865431 0.106355 0.0183534
Vertex 157 -0.0772499 0.172214 -0.0459981
Vertex 158 0.004329 0.114453 -0.0192954
Vertex 159 -0.0681398 0.156014 0.0252192
Vertex 160 0.0260218 0.0493062 -0.0196675
Vertex 161 0.0233024 0.124378 0.00401489
Vertex 162 0.02054 0.116646 0.0351499
Vertex 163 0.0434163 0.0464179 0.0294988
Vertex 164 -0.077237 0.0721326 0.0266059
Vertex 165 0.0463602 0.0692197 0.00260588
Vertex 166 -0.0294591 0.0367076 -0.0187628
Vertex 167 -0.058126 0.0494622 0.00265482
Vertex 168 -0.0451547 0.0437693 -0.0122411
Vertex 169 -0.0755097 0.135846 0.0506323
Vertex 170 -0.0513643 0.132495 0.031006
Vertex 171 -0.0454912 0.0719252 0.0419203
Vertex 172 -0.0665925 0.064199 -0.00375071
Vertex 173 -0.0874441 0.0860134 0.00347726
Vertex 174 0.00569987 0.0949071 -0.0304911
Vertex 175 -0.0374161 0.12162 -0.0106267
Vertex 176 -0.0618223 0.170491 -0.0617288
Vertex 177 0.00769138 0.039029 0.0323953
Vertex 178 -0.0695902 0.113495 0.0492959
Vertex 179 -0.0688202 0.180176 -0.0531787
Vertex 180 -0.0482072 0.0335431 -0.012174
Vertex 181 -0.0148262 0.181632 -0.021586
Vertex 182 0.0503042 0.0691243 0.0253774
Vertex 183 0.0426741 0.0972641 0.0231497
Vertex 184 0.0343607 0.0505331 -0.00657713
Vertex 185 -0.00149572 0.0505531 0.0529099
Vertex 186 0.0314957 0.0386039 0.0249642
Vertex 187 -0.0620515 0.035927 0.0204607
Vertex 188 -0.0623817 0.147548 -0.00757469
Vertex 189 -0.0683794 0.0434664 0.00169373
Vertex 190 0.0606167 0.0609422 0.00915424
Vertex 191 -0.0396922 0.0460798 -0.021311
Vertex 192 0.0237088 0.0942271 0.0467477
Vertex 193 -0.0547181 0.0708998 -0.0155975
Vertex 194 0.0108694 0.130662 0.0179509
Vertex 195 -0.0536146 0.150855 0.0243962
Vertex 196 -0.047699 0.144615 0.00435323
Vertex 197 -0.0406946 0.0340162 0.0268873
Vertex 198 -0.0258761 0.0796032 0.0512286
Vertex 199 -0.0055446 0.0384588 0.0102869
Vertex 200 -0.00862356 0.0451919 -0.0286362
Vertex 201 -0.0762512 0.156264 -0.00677505
Vertex 202 -0.0328048 0.0886955 -0.0250147
Vertex 203 -0.085121 0.108927 0.00536277
Vertex 204 0.0205756 0.0550317 0.0471809
Vertex 205 -0.0412993 0.127471 0.0164976
Vertex 206 0.0187342 0.112585 -0.0153321
Vertex 207 -0.0227837 0.0742285 -0.0385317
Vertex 208 -0.0715256 0.0958228 0.0413941
Vertex 209 0.00810435 0.0348429 0.0181346
Vertex 210 -0.0870553 0.118453 0.000244653
Vertex 211 0.0361089 0.0577094 0.0344737
Vertex 212 -0.0500652 0.125773 -0.00688378
Vertex 213 -0.00841973 0.128157 0.0268439
Vertex 214 -0.0274771 0.120676 0.0274866
Vertex 215 -0.0111259 0.174182 -0.0282833
Vertex 216 0.0409317 0.0971197 -0.00479362
Vertex 217 -0.0241215 0.0944713 0.0461972
Vertex 218 -0.00947876 0.108641 0.0432746
Vertex 219 -0.0241861 0.0351713 0.0521271
Vertex 220 -0.0896787 0.135012 0.00721892
Vertex 221 -0.0555164 0.0482866 0.0387265
Vertex 222 -0.0340535 0.158097 0.00328753
Vertex 223 -0.0759299 0.126701 -0.00794305
Vertex 224 -0.0524198 0.0648658 0.0346087
Vertex 225 -0.0518518 0.0970732 -0.0222063
Vertex 226 0.0464078 0.0756596 0.0165703
Vertex 227 0.00679595 0.0352467 -0.0139815
Vertex 228 0.00924009 0.0846665 0.0556174
Vertex 229 -0.0861064 0.0806138 0.0174966
Vertex 230 -0.0675754 0.0334584 0.000400215
Vertex 231 -0.043284 0.169832 -0.00794427
Vertex 232 0.0187103 0.0342934 0.0023932
Vertex 233 -0.0709691 0.153934 -0.0469289
Vertex 234 0.0296359 0.112746 0.0324848
Vertex 235 -0.0797904 0.152563 0.0316147
Vertex 236 -0.0465092 0.0776139 0.042786
Vertex 237 -0.0155135 0.0631057 0.0533345
Vertex 238 -0.0168218 0.086916 -0.0386596
Vertex 239 -0.0401934 0.0365351 0.0429119
Vertex 240 0.0262523 0.076131 -0.0243472
Vertex 241 0.00647697 0.0459611 0.0484012
Vertex 242 -0.0216233 0.0450569 -0.0280185
Vertex 243 -0.020486 0.18455 -0.0138786
Vertex 244 -0.0627252 0.0416196 0.0257026
Vertex 245 0.0488884 0.0431235 0.0112233
Vertex 246 0.0455013 0.0583861 0.0319381
Vertex 247 -0.0351753 0.160922 -0.000113953
Vertex 248 -0.0607657 0.139716 -0.00595313
Vertex 249 -0.0760841 0.104861 0.0354581
Vertex 250 -0.0348898 0.0767003 -0.020496
Vertex 251 -0.0607324 0.0592584 0.00571875
Vertex 252 -0.0876142 0.116272 0.0465171
Vertex 253 -0.0424793 0.0958739 0.0423242
Vertex 254 -0.0672273 0.135447 0.0449702
Vertex 255 -0.0414124 0.128336 0.00169512
Vertex 256 -0.0904343 0.136488 0.021207
Vertex 257 -0.0601827 0.0460596 0.0101722
Vertex 258 -0.064973 0.0365283 0.0405192
Vertex 259 0.0378045 0.0701003 -0.0128173
Vertex 260 -0.0204702 0.16083 -0.0136222
Vertex 261 -0.091649 0.146116 0.0221478
Vertex 262 -0.0304896 0.0559845 0.0366491
Vertex 263 0.0472621 0.0627303 -0.00287883
Vertex 264 -0.00248889 0.101618 0.0440339
Vertex 265 0.000818555 0.130756 0.00282721
Vertex 266 -0.066871 0.0626922 0.0228964
Vertex 267 0.0407616 0.105622 0.0111617
Vertex 268 -0.0471043 0.0355495 0.00808039
Vertex 269 -0.0759405 0.177963 -0.0471435
Vertex 270 -0.0726014 0.0365856 0.00586956
Vertex 271 -0.0268762 0.104433 -0.0231038
Vertex 272 -0.0770239 0.141306 -0.00545257
Vertex 273 -0.0508117 0.0354248 -0.0125858
Vertex 274 -0.0709391 0.109631 0.0395791
Vertex 275 -0.026722 0.0386646 -0.0162927
Vertex 276 -0.0325248 0.0371997 0.032926
Vertex 277 -0.0264744 0.0486202 0.0485825
Vertex 278 -0.0124346 0.0985527 -0.0264295
Vertex 279 0.0109305 0.0685438 0.0544088
Vertex 280 -0.0794073 0.0772395 -0.00557672
Vertex 281 -0.0606205 0.136712 0.0351771
Vertex 282 0.0113671 0.0479427 -0.0268055
Vertex 283 0.0433583 0.0505545 -0.0063311
Vertex 284 0.0226361 0.118891 -0.00814073
Vertex 285 0.0576036 0.0717386 0.0163116
Vertex 286 -0.0764447 0.154164 -0.0158984
Vertex 287 -0.00550346 0.076042 0.0585145
Vertex 288 -0.0261594 0.066324 0.0406106
Vertex 289 -0.0514931 0.156432 0.0104716
Vertex 290 -0.0355869 0.116022 -0.0147547
Vertex 291 -0.071904 0.103673 -0.0126696
Vertex 292 -0.0033633 0.038102 0.0128662
Vertex 293 -0.0345116 0.111154 0.0360997
Vertex 294 -0.0888256 0.100978 0.0104077
Vertex 295 0.0231755 0.0916964 -0.0230758
Vertex 296 -0.0464999 0.104301 0.0412272
Vertex 297 0.042292 0.0669509 0.0276386
Vertex 298 -0.0540417 0.148675 -0.00217424
Vertex 299 -0.029008 0.0478606 -0.0250513
Vertex 300 -0.0809707 0.15134 0.0022444
Vertex 301 -0.0314643 0.126198 0.0141678
Vertex 302 -0.0361107 0.0459963 0.0412564
Vertex 303 -0.0281559 0.0380199 0.00608926
Vertex 304 0.0329815 0.112282 -0.00498623
Vertex 305 -0.0930586 0.122743 0.0102788
Vertex 306 -0.0114184 0.169868 -0.0184586
Vertex 307 -0.0544937 0.112536 0.0358256
Vertex 308 -0.0187325 0.0374026 0.0529482
Vertex 309 -0.0441151 0.0643553 0.040206
Vertex 310 -0.0536272 0.0632225 -0.00927695
Vertex 311 -0.0627985 0.161541 -0.0235962
Vertex 312 0.0153228 0.0362397 0.00366285
Vertex 313 0.0213151 0.0393899 0.0411211
Vertex 314 -0.0230309 0.0906523 0.0522978
Vertex 315 -0.00847869 0.123725 0.0338017
Vertex 316 0.017237 0.0368135 -0.0176915
Vertex 317 -0.00317446 0.0951663 -0.0328247
Vertex 318 -0.0034975 0.0661744 0.0565538
Vertex 319 0.00824182 0.0753956 -0.0338579
Vertex 320 -0.0738713 0.116445 -0.00712552
Vertex 321 -0.0495471 0.140136 0.00640196
Vertex 322 -0.0514988 0.090386 0.0447021
Vertex 323 -0.0693701 0.141497 -0.00893397
Vertex 324 -0.0467828 0.168244 0.000200438
Vertex 325 -0.0552831 0.0478834 0.0286656
Vertex 326 -0.0326228 0.0506668 -0.0115219
Vertex 327 0.00810763 0.0366956 0.0273459
Vertex 328 -0.0562637 0.142432 0.0309288
Vertex 329 -0.0649682 0.034557 0.0300942
Vertex 330 -0.0719124 0.168014 -0.0470137
Vertex 331 0.00793957 0.0368635 -0.0077325
Vertex 332 0.0335588 0.0862851 0.0416032
Vertex 333 -0.0808546 0.140749 0.0461596
Vertex 334 -0.0749535 0.0823401 -0.0135889
Vertex 335 -0.0324125 0.0849398 -0.0275574
Vertex 336 -0.0144938 0.0897854 0.0566872
Vertex 337 -0.060807 0.170968 -0.0607383
Vertex 338 0.0562407 0.0648113 0.00118357
Vertex 339 -0.0706828 0.180611 -0.0569213
Vertex 340 -0.0692573 0.169753 -0.0288779
Vertex 341 -0.0314585 0.0335695 -0.0237257
Vertex 342 -0.0388285 0.0339925 0.000319116
Vertex 343 -0.0465551 0.0447198 -0.0107805
Vertex 344 -0.0564798 0.081975 0.044689
Vertex 345 -0.00663677 0.109707 -0.0221975
Vertex 346 -0.0903128 0.141958 0.0142327
Vertex 347 0.0182222 0.0631608 0.0491228
Vertex 348 -0.0444709 0.120321 -0.0132547
Vertex 349 -0.052342 0.035529 0.0457534
Vertex 350 0.0493794 0.0453908 0.0224152
Vertex 351 -0.0114889 0.103024 0.0436761
Vertex 352 0.0294478 0.0506302 0.0370841
Vertex 353 0.00450037 0.0427385 0.0456181
Vertex 354 -0.0298138 0.0344903 0.0411187
Vertex 355 -0.0334973 0.0859864 0.0423406
Vertex 356 0.00348136 0.111402 0.0420175
Vertex 357 0.00281822 0.126541 -0.00629609
Vertex 358 -0.0917743 0.120197 0.0434965
Vertex 359 -0.0636966 0.117092 0.044917
Vertex 360 -0.0474886 0.05462 0.0367747
Vertex 361 0.0240885 0.124582 0.018553
Vertex 362 0.0131476 0.100265 -0.0227775
Vertex 363 -0.0417165 0.069628 -0.0168617
Vertex 364 0.0313723 0.0597573 -0.0175925
Vertex 365 -0.0791963 0.108632 0.0349508
Vertex 366 -0.00405506 0.101077 0.0451334
Vertex 367 0.0174821 0.10039 0.0467276
Vertex 368 -0.0603705 0.118249 -0.0108601
Vertex 369 -0.0792333 0.169423 -0.0379787
Vertex 370 -0.0115711 0.100192 -0.0241483
Vertex 371 0.0126063 0.0576596 0.0514859
Vertex 372 0.0214264 0.0348625 -0.00133145
Vertex 373 0.00237701 0.131635 0.0162813
Vertex 374 -0.0587837 0.0940397 -0.0203993
Vertex 375 0.053394 0.0525543 0.0260735
Vertex 376 -0.0510278 0.0474301 0.0166894
Vertex 377 -0.0923003 0.132372 0.0212228
Vertex 378 0.0442448 0.0902943 -0.00180307
Vertex 379 -0.0926082 0.117405 0.0243082
Vertex 380 -0.0774969 0.130279 0.0531227
Vertex 381 -0.000233069 0.0988811 0.0510016
Vertex 382 -0.0855482 0.149965 0.0308161
Vertex 383 -0.0211482 0.169745 -0.0200914
Vertex 384 0.0162996 0.0623114 -0.0287447
Vertex 385 -0.0326324 0.0534241 -0.0105104
Vertex 386 -0.0166832 0.0525719 -0.0322771
Vertex 387 0.00144074 0.0344391 0.0153316
Vertex 388 -2.83383e-005 0.0370817 -0.0151505
Vertex 389 -0.0881296 0.100997 0.0213597
Vertex 390 -0.0576496 0.0629466 -0.00612077
Vertex 391 -0.0574991 0.105703 0.0407441
Vertex 392 -0.076218 0.0887607 0.0388797
Vertex 393 0.0377831 0.0813859 -0.0147095
Vertex 394 -0.00950118 0.06052 0.0554819
Vertex 395 -0.0592802 0.154415 0.0283608
Vertex 396 -0.0265191 0.0388768 0.0380618
Vertex 397 -0.0839703 0.0843113 0.0284366
Vertex 398 -0.0454967 0.109818 0.0383281
Vertex 399 -0.0142894 0.184628 -0.0268303
Vertex 400 -0.0728419 0.0642516 0.016748
Vertex 401 0.00839558 0.0418967 -0.0238735
Vertex 402 -0.0575351 0.0727864 0.0407731
Vertex 403 -0.0460388 0.0353834 -0.0203139
Vertex 404 -0.0837054 0.10067 -0.00361944
Vertex 405 -0.0680504 0.12005 0.0525411
Vertex 406 -0.0699102 0.14965 -0.0409667
Vertex 407 -0.0842752 0.141807 0.00320102
Vertex 408 -0.0197076 0.059653 0.0484949
Vertex 409 -0.0228186 0.161021 -0.00330981
Vertex 410 -0.0520295 0.0429585 0.0453289
Vertex 411 -0.0780015 0.155773 0.018849
Vertex 412 -0.0898642 0.114175 0.0316644
Vertex 413 -0.0669932 0.138471 -0.00790807
Vertex 414 -0.0900062 0.133811 0.0372136
Vertex 415 0.0184726 0.0851741 0.0505075
Vertex 416 -0.00864981 0.171144 -0.0247734
Vertex 417 -0.0581231 0.149655 0.0336366
Vertex 418 0.0536516 0.0710277 0.00477709
Vertex 419 -0.074971 0.152728 -0.0179063
Vertex 420 -0.0437659 0.0811743 -0.0201658
Vertex 421 -0.0625972 0.0348156 0.0215996
Vertex 422 -0.0187316 0.184448 -0.0230478
Vertex 423 0.0189601 0.036126 0.0191857
Vertex 424 -0.0667327 0.078026 -0.0171522
Vertex 425 -0.0217098 0.115215 -0.0159934
Vertex 426 -0.0511988 0.137011 0.0243968
Vertex 427 -0.0871031 0.0846537 0.0064784
Vertex 428 -0.0288615 0.0353967 0.01735
Vertex 429 0.00450017 0.0441843 0.0459802
Vertex 430 -0.035752 0.0415598 -0.0291214
Vertex 431 0.0309459 0.0700081 0.0411857
Vertex 432 0.000356348 0.0496808 -0.0306188
Vertex 433 0.020694 0.101208 -0.0211426
Vertex 434 0.0137336 0.122464 0.0333928
Vertex 435 -0.039222 0.0363262 0.0107899
Vertex 436 -0.0237576 0.0713185 -0.0373359
Vertex 437 0.0434691 0.0624283 0.0290897
Vertex 438 -0.0695561 0.0340783 0.00839793
Vertex 439 0.0124807 0.0949598 0.0504131
Vertex 440 0.0222832 0.066418 -0.0268569
Vertex 441 0.0265802 0.0345508 0.0130494
Vertex 442 -0.0564976 0.0959787 0.0438593
Vertex 443 0.00941817 0.0340541 0.000745804
Vertex 444 -0.0647783 0.173212 -0.0488362
Vertex 445 0.0265924 0.0466157 -0.0146569
Vertex 446 -0.0205217 0.0448565 0.0528623
Vertex 447 -0.0174935 0.0786826 0.056671
Vertex 448 -0.0678925 0.0435809 0.00801004
Vertex 449 0.00550075 0.0772523 0.0562045
Vertex 450 -0.0384668 0.0931237 0.0434147
Vertex 451 -0.065182 0.160968 -0.0576695
Vertex 452 -0.0321193 0.0366883 0.0508235
Vertex 453 0.0577493 0.0579199 0.00320063
Vertex 454 -0.0621264 0.0457845 0.0326787
Vertex 455 0.0373363 0.105992 0.0277645
Vertex 456 -0.00743438 0.120242 -0.0134406
Vertex 457 -0.0922148 0.11614 0.0373108
Vertex 458 -0.0304972 0.101559 0.0427282
Vertex 459 0.00750493 0.0561002 0.0528313
Vertex 460 -0.0589296 0.1241 0.041105
Vertex 461 -0.069998 0.157611 -0.0031485
Vertex 462 -0.0717761 0.0344583 0.000444464
Vertex 463 0.0305131 0.0418181 0.0291512
Vertex 464 -0.0846054 0.11036 0.02536
Vertex 465 -0.0558064 0.0562012 0.00862658
Vertex 466 0.0279019 0.110786 -0.0114065
Vertex 467 -0.0497522 0.0716181 0.0399477
Vertex 468 -0.0285281 0.0522637 0.0377683
Vertex 469 -0.00175042 0.0897209 -0.0353687
Vertex 470 0.0484396 0.0486951 -0.00266239
Vertex 471 0.0465387 0.0750529 0.00819241
Vertex 472 -0.0637641 0.044271 -0.0022694
Vertex 473 -0.0583136 0.145422 -0.00203607
Vertex 474 -0.0356427 0.112876 -0.017464
Vertex 475 0.00152343 0.0759482 0.0573355
Vertex 476 0.0331199 0.0754691 0.0408773
Vertex 477 -0.0290239 0.0918566 -0.0266024
Vertex 478 -0.0630792 0.17626 -0.0613621
Vertex 479 -0.0198183 0.158714 -0.00970491
Vertex 480 -0.000964682 0.0992981 -0.0251507
Vertex 481 -0.0733262 0.151241 -0.0368807
Vertex 482 -0.0444963 0.119293 0.0294103
Vertex 483 0.0177513 0.0462342 0.0429632
Vertex 484 -0.0846698 0.148755 0.00515607
Vertex 485 0.0213663 0.0593118 -0.0264401
Vertex 486 -0.040399 0.128703 0.00942739
Vertex 487 0.0393484 0.0561243 -0.00568756
Vertex 488 0.040097 0.105566 0.00218117
Vertex 489 -0.0654627 0.0598015 0.0150426
Vertex 490 -0.0744393 0.114503 0.0509494
Vertex 491 -0.0850289 0.111596 0.00326083
Vertex 492 -0.0885609 0.087538 0.0184581
Vertex 493 -0.0851404 0.125756 0.0494653
Vertex 494 0.0292061 0.055224 -0.0177993
Vertex 495 0.00897858 0.127106 -0.00499333
Vertex 496 -0.0725078 0.160609 -0.0083559
Vertex 497 -0.0237797 0.125538 0.0184413
Vertex 498 -0.0351354 0.165203 -0.0147634
Vertex 499 -0.0637376 0.15365 0.0326508
Vertex 500 -0.0630684 0.138136 0.036884
Vertex 501 0.00557978 0.101599 0.0456072
Vertex 502 -0.0273746 0.181651 -0.00921581
Vertex 503 -0.0476898 0.0679558 -0.0146484
Vertex 504 -0.0501571 0.0529434 0.0176286
Vertex 505 -0.0119274 0.182669 -0.0262872
Vertex 506 -0.0772165 0.0934484 -0.0125951
Vertex 507 0.00228793 0.0626666 -0.0335374
Vertex 508 -0.0115065 0.0517326 0.051159
Vertex 509 -0.0700187 0.074071 0.0369567
Vertex 510 -0.0415011 0.0506114 0.0394281
Vertex 511 -0.0489995 0.126854 0.0308899
Vertex 512 -0.0355277 0.0846755 0.0433772
Vertex 513 -0.0870454 0.128039 -0.000695728
Vertex 514 0.0411176 0.0661976 -0.00575682
Vertex 515 -0.0600876 0.0367271 0.0456071
Vertex 516 -0.0213985 0.181639 -0.0134576
Vertex 517 -0.0628733 0.0996403 -0.0179913
Vertex 518 0.0190867 0.0428243 -0.0216805
Vertex 519 0.0606816 0.0664976 0.015162
Vertex 520 -0.0915744 0.128321 0.0372423
Vertex 521 -0.0668846 0.117985 -0.00889164
Vertex 522 -0.0633398 0.0410523 0.0148679
Vertex 523 -0.0467665 0.152145 0.00944802
Vertex 524 -0.00149512 0.0562755 0.0546084
Vertex 525 -0.0353955 0.0337248 -0.0302701
Vertex 526 0.0315757 0.0914687 -0.0188156
Vertex 527 -0.0856435 0.0805169 0.00650219
Vertex 528 0.0405765 0.0793262 0.0323176
Vertex 529 0.0464062 0.0525822 0.0317783
Vertex 530 -0.0600908 0.115373 0.0375616
Vertex 531 -0.0545976 0.139948 -0.00193829
Vertex 532 -0.0528842 0.102762 -0.0205636
Vertex 533 -0.0689033 0.0887623 0.0428815
Vertex 534 -0.0387789 0.0392857 0.0427431
Vertex 535 0.018728 0.0549999 0.0480114
Vertex 536 -0.0481836 0.0335793 0.00422402
Vertex 537 -0.0320326 0.0609937 -0.0164107
Vertex 538 0.000700235 0.0374335 0.0215506
Vertex 539 -0.0892169 0.151457 0.0141575
Vertex 540 -0.0767777 0.176413 -0.0510191
Vertex 541 -0.0695434 0.0352232 -0.00418951
Vertex 542 0.0238242 0.0981836 0.0451545
Vertex 543 -0.0635974 0.151927 -0.0324488
Vertex 544 -0.035233 0.0374002 -0.014964
Vertex 545 -0.0366651 0.0353042 0.023032
Vertex 546 -0.0824089 0.107319 0.0275588
Vertex 547 -0.052057 0.15088 0.0153954
Vertex 548 -0.043573 0.126043 -0.00725208
Vertex 549 -0.0545162 0.049049 -0.0054035
Vertex 550 -0.0661875 0.165349 -0.0586121
Vertex 551 -0.0495023 0.0862453 0.0455995
Vertex 552 -0.0305455 0.0776911 -0.0335901
Vertex 553 -0.0650557 0.129761 0.0446036
Vertex 554 0.0236875 0.0373106 0.0299772
Vertex 555 0.0595491 0.0594739 0.0201736
Vertex 556 -0.0408044 0.0884947 -0.0224789
Vertex 557 -0.00387787 0.10737 -0.022403
Vertex 558 -0.0157548 0.0714554 -0.0386719
Vertex 559 0.0167127 0.0887461 0.050636
Vertex 560 -0.00871553 0.0642094 -0.0357226
Vertex 561 0.00633738 0.0581963 -0.0307089
Vertex 562 -0.0753023 0.155004 0.00375308
Vertex 563 -0.00849993 0.0787667 0.0579153
Vertex 564 -0.0104925 0.119661 0.037142
Vertex 565 -0.0414785 0.105663 0.0400022
Vertex 566 0.0257124 0.0795754 0.0477924
Vertex 567 0.0282931 0.118599 0.0272385
Vertex 568 -0.0222639 0.0783263 0.0546841
Vertex 569 -0.0630631 0.0351206 0.0420909
Vertex 570 -0.0767718 0.0716181 -0.00247133
Vertex 571 0.0138852 0.0348367 0.0283807
Vertex 572 -0.00250245 0.104479 0.0441797
Vertex 573 0.0401736 0.0801429 -0.00978947
Vertex 574 0.0410852 0.0394499 0.00526393
Vertex 575 -0.00196639 0.0392296 -0.0118812
Vertex 576 -0.068364 0.143961 0.043402
Vertex 577 -0.0915391 0.118654 0.00731945
Vertex 578 -0.0618299 0.0939366 -0.0189413
Vertex 579 -0.0164766 0.111102 -0.0196668
Vertex 580 -0.0813576 0.0734641 0.0155425
Vertex 581 -0.0150651 0.12575 -0.00315467
Vertex 582 -0.000130337 0.0395577 0.0357254
Vertex 583 -0.0895773 0.139272 0.0261794
Vertex 584 -0.0614844 0.158425 -0.031588
Vertex 585 0.0538065 0.0721186 0.0208488
Vertex 586 -0.0409497 0.0337305 -0.016439
Vertex 587 -0.00174908 0.0726707 -0.0356483
Vertex 588 -0.0176147 0.042187 -0.0278695
Vertex 589 -0.0265055 0.0946665 0.044662
Vertex 590 -0.0574961 0.0904385 0.0452768
Vertex 591 -0.0319348 0.125225 0.000800635
Vertex 592 0.00749105 0.050377 0.0513506
Vertex 593 -0.0346028 0.0344648 0.0366099
Vertex 594 0.0395569 0.0702481 -0.0107925
Vertex 595 -0.0832309 0.120353 0.049216
Vertex 596 -0.0340447 0.1653 -0.00374721
Vertex 597 -0.0810037 0.0777776 0.0280061
Vertex 598 -0.0822314 0.0842513 -0.00555381
Vertex 599 0.0112474 0.0724264 -0.0317987
Vertex 600 -0.0597828 0.0810723 -0.0197911
Vertex 601 -0.0445078 0.128204 0.0197407
Vertex 602 -0.0611638 0.0468972 0.00167818
Vertex 603 0.0547011 0.0728313 0.00929699
Vertex 604 -0.0106525 0.165176 -0.016643
Vertex 605 0.0049172 0.0339971 0.00916661
Vertex 606 0.0163088 0.048977 0.0444188
Vertex 607 -0.0416172 0.17268 -0.00599082
Vertex 608 -0.0683506 0.181259 -0.055895
Vertex 609 0.0323433 0.0592178 0.0396143
Vertex 610 0.0104481 0.102845 -0.020901
Vertex 611 -0.0740871 0.156873 -0.0259173
Vertex 612 -0.0479431 0.0356599 -0.0132734
Vertex 613 -0.0875073 0.0954698 0.00341799
Vertex 614 -0.0271171 0.059077 -0.028426
Vertex 615 0.0124992 0.111251 0.0392691
Vertex 616 0.0443256 0.0931523 0.0201621
Vertex 617 -0.0528475 0.140082 0.0254195
Vertex 618 -0.0544894 0.0594391 0.0238452
Vertex 619 -0.00948854 0.0965445 0.0534324
Vertex 620 0.0242315 0.0818412 -0.0251267
Vertex 621 -0.0384968 0.066293 0.0418062
Vertex 622 -0.0624591 0.155071 0.0054624
Vertex 623 0.00146529 0.0341167 -0.0177588
Vertex 624 -0.0124826 0.0701993 0.05486
Vertex 625 0.0011864 0.12951 0.0259323
Vertex 626 0.0172673 0.128465 0.0103258
Vertex 627 -0.0754641 0.149954 -0.0208706
Vertex 628 -0.0900228 0.148451 0.0254546
Vertex 629 -0.0441494 0.163638 -0.00943446
Vertex 630 -0.0526579 0.0504274 0.026653
Vertex 631 -0.0780191 0.149419 0.0383262
Vertex 632 -0.0297808 0.0348722 0.0494682
Vertex 633 -0.028101 0.0890412 0.0460663
Vertex 634 -0.0797368 0.119028 0.049952
Vertex 635 -0.0605051 0.128314 0.040613
Vertex 636 0.0164745 0.103092 0.0456772
Vertex 637 -0.0300755 0.123175 0.0220771
Vertex 638 0.0101281 0.105858 -0.0202342
Vertex 639 -0.0657288 0.163321 -0.0189522
Vertex 640 -0.0571213 0.0576422 0.000580071
Vertex 641 -0.0874054 0.110457 0.012344
Vertex 642 -0.0814183 0.138999 -0.00180871
Vertex 643 -0.0217957 0.119089 -0.0120655
Vertex 644 -0.0657515 0.154274 -0.0462128
Vertex 645 0.0313679 0.117954 0.0212794
Vertex 646 -0.0344941 0.171246 -0.00077903
Vertex 647 -0.00244861 0.0605864 0.0553645
Vertex 648 -0.0293764 0.039648 0.0531021
Vertex 649 -0.0626586 0.0676213 -0.0103966
Vertex 650 -0.0627949 0.167828 -0.0455908
Vertex 651 0.0301953 0.0476864 0.0346108
Vertex 652 0.00892319 0.0349264 0.0435129
Vertex 653 -0.0107349 0.0699421 -0.0371274
Vertex 654 0.0311277 0.0795524 0.0433085
Vertex 655 -0.0930288 0.116051 0.018311
Vertex 656 -0.0795939 0.112319 0.0461682
Vertex 657 0.0111874 0.0630268 0.0529412
Vertex 658 0.0388816 0.0927717 0.0335536
Vertex 659 -0.054019 0.0333099 0.015848
Vertex 660 -0.00109974 0.118227 -0.0153259
Vertex 661 0.0343906 0.0529675 -0.00763383
Vertex 662 -0.0349979 0.152158 8.20742e-005
Vertex 663 -0.0264587 0.0902029 -0.033595
Vertex 664 -0.0488828 0.108449 -0.0190525
Vertex 665 -0.00766545 0.0541253 -0.0331554
Vertex 666 0.0391712 0.0402919 0.0231925
Vertex 667 -0.0843731 0.110309 0.0377873
Vertex 668 -0.0893948 0.09291 0.012442
Vertex 669 -0.0296304 0.159454 -0.0131553
Vertex 670 -0.0174424 0.10313 -0.0232301
Vertex 671 -0.0284943 0.0674472 0.03888
Vertex 672 -0.0392444 0.0481623 -0.0129943
Vertex 673 0.0538716 0.0661448 0.0268494
Vertex 674 0.0200527 0.0618555 0.0482337
Vertex 675 -0.052947 0.1293 -0.00466978
Vertex 676 -0.0633366 0.0613129 -0.000511485
Vertex 677 -0.0544907 0.101557 0.0424048
Vertex 678 -0.0635064 0.100118 0.0422551
Vertex 679 -0.085625 0.079203 0.01151
Vertex 680 0.0117447 0.0343946 -0.0103375
Vertex 681 -0.0633409 0.155276 -0.011594
Vertex 682 -0.0859779 0.0910726 0.0273961
Vertex 683 -0.0346492 0.0577427 -0.0111408
Vertex 684 -0.0604976 0.0761414 0.0420756
Vertex 685 -0.0858069 0.133905 0.0470456
Vertex 686 -0.0234219 0.0537493 0.0424994
Vertex 687 -0.0710541 0.174778 -0.0424234
Vertex 688 -0.00649809 0.0703887 0.0571625
Vertex 689 -0.0458425 0.0985138 -0.0217256
Vertex 690 -0.0449923 0.0381195 -0.0222607
Vertex 691 -0.0547363 0.159762 -0.000811247
Vertex 692 -0.00115829 0.0378141 0.0044798
Vertex 693 -0.0636469 0.11387 0.0394431
Vertex 694 -0.0537592 0.0797599 -0.020636
Vertex 695 -0.0147266 0.0922559 -0.0359307
Vertex 696 -0.0642327 0.0431706 0.0367918
Vertex 697 0.0235192 0.107033 0.0392433
Vertex 698 0.00898082 0.0376394 0.0339008
Vertex 699 -0.0368013 0.0842007 -0.0223672
Vertex 700 0.0223344 0.0535713 -0.0254238
Vertex 701 -0.0245306 0.112636 0.0373469
Vertex 702 -0.0925801 0.120153 0.0312943
Vertex 703 -0.013506 0.0486161 0.0481837
Vertex 704 -0.0756189 0.168382 -0.0269354
Vertex 705 -0.0558038 0.116914 0.0367748
Vertex 706 -0.0404837 0.0818282 0.0429123
Vertex 707 -0.0620809 0.0336347 -0.00771095
Vertex 708 -0.0196387 0.0464931 -0.0280998
Vertex 709 0.00126756 0.0669175 -0.0339113
Vertex 710 -0.000497159 0.0856626 0.0573342
Vertex 711 0.034401 0.0461473 -0.00601616
Vertex 712 0.0407559 0.0844033 -0.0107694
Vertex 713 0.0131787 0.0793804 0.0542326
Vertex 714 0.00134052 0.0539375 -0.0306386
Vertex 715 -0.0504998 0.0931897 0.044287
Vertex 716 0.00749947 0.122404 0.035106
Vertex 717 0.0220365 0.0430228 -0.0147268
Vertex 718 0.0183573 0.0461568 -0.0227219
Vertex 719 -0.0204991 0.12085 0.0318342
Vertex 720 -0.0108296 0.0855471 -0.0384547
Vertex 721 -0.0625128 0.145366 0.0377954
Vertex 722 -0.0497796 0.0518319 0.0348836
Vertex 723 -0.0396703 0.036174 -0.00733977
Vertex 724 0.016382 0.0888799 -0.0281622
Vertex 725 0.00251128 0.0661582 0.0562906
Vertex 726 -0.0548438 0.043635 0.0177242
Vertex 727 0.0105065 0.107115 0.0414414
Vertex 728 0.0366581 0.0727136 0.0371657
Vertex 729 -0.0515001 0.0465582 0.0417907
Vertex 730 0.0164098 0.126062 -0.00187701
Vertex 731 -0.0457101 0.131722 0.0089192
Vertex 732 -0.00243741 0.0385239 0.0217416
Vertex 733 -0.0787639 0.0696569 0.0125705
Vertex 734 -0.0550812 0.153793 0.0226168
Vertex 735 0.00183737 0.0373069 0.04638
Vertex 736 -0.0597101 0.0723346 -0.0163812
Vertex 737 -0.0254927 0.0974122 0.0441083
Vertex 738 0.0442559 0.0973532 0.00916034
Vertex 739 0.0502575 0.0602229 -0.00418894
Vertex 740 -0.0788622 0.169438 -0.0409605
Vertex 741 -0.00234994 0.125819 -0.00745455
Vertex 742 -0.0380711 0.0340829 0.00944176
Vertex 743 -0.00945074 0.100225 0.0471086
Vertex 744 0.0285394 0.0735396 -0.0227021
Vertex 745 -0.0432329 0.156565 0.00586077
Vertex 746 -0.0233436 0.179984 -0.0199453
Vertex 747 -0.0249679 0.0851951 0.0529639
Vertex 748 0.000388646 0.0448955 -0.0263577
Vertex 749 0.0324736 0.0490215 0.0326282
Vertex 750 0.049267 0.0717276 0.00605578
Vertex 751 0.00650421 0.0883449 0.0558788
Vertex 752 -0.0354946 0.118017 0.0312708
Vertex 753 -0.0104985 0.0362063 -0.0254961
Vertex 754 -0.00707285 0.12974 0.0027455
Vertex 755 -0.0895401 0.135156 0.0272131
Vertex 756 0.00110427 0.111585 -0.0201254
Vertex 757 -0.0893497 0.130881 0.0042394
Vertex 758 -0.0138991 0.162654 -0.0155462
Vertex 759 -0.0369296 0.0455099 -0.0248207
Vertex 760 -0.021494 0.10578 0.0424616
Vertex 761 -0.0847817 0.111591 0.0313073
Vertex 762 -0.0139903 0.169817 -0.0169155
Vertex 763 -0.090059 0.136447 0.0142016
Vertex 764 0.0193881 0.0506007 -0.0247336
Vertex 765 -0.0566266 0.157159 0.00899778
Vertex 766 -0.0308996 0.107699 -0.0200324
Vertex 767 0.0250885 0.119458 -0.00473925
Vertex 768 -0.0088618 0.129865 0.0208462
Vertex 769 -0.0244855 0.0461464 0.0516096
Vertex 770 -0.0474662 0.0960033 0.0439936
Vertex 771 -0.00449702 0.0590031 0.0543234
Vertex 772 -0.0716387 0.0675256 0.0265031
Vertex 773 -0.0514866 0.0748352 0.0426181
Vertex 774 -0.0214969 0.0498836 0.0466158
Vertex 775 -0.0597745 0.0434652 0.0436848
Vertex 776 -0.0720681 0.0805547 0.0392361
Vertex 777 -0.053617 0.0500325 0.0119809
Vertex 778 -0.0416808 0.0622091 -0.0130274
Vertex 779 0.0238471 0.107154 -0.0155051
Vertex 780 -0.0114724 0.180094 -0.0295969
Vertex 781 -0.0223025 0.0957816 -0.0275832
Vertex 782 0.0123125 0.0680946 -0.0309662
Vertex 783 -0.0557216 0.125528 0.0387388
Vertex 784 -0.0829648 0.129479 -0.00406234
Vertex 785 -0.0658161 0.0866791 -0.018673
Vertex 786 0.0281352 0.0915776 0.0443357
Vertex 787 0.0583506 0.0662943 0.00413175
Vertex 788 -0.0906667 0.113308 0.0195238
Vertex 789 -0.0170835 0.187214 -0.0216216
Vertex 790 -0.0815948 0.123081 0.0504133
Vertex 791 -0.0363521 0.126723 0.0183002
Vertex 792 -0.0500595 0.117739 -0.014504
Vertex 793 -0.044794 0.0870021 -0.0219374
Vertex 794 0.0258263 0.0624492 -0.0231007
Vertex 795 -0.0324984 0.0788891 0.0412743
Vertex 796 -0.0630458 0.0345815 0.0177326
Vertex 797 -0.0110657 0.112343 -0.0190003
Vertex 798 -0.0435318 0.087421 0.0430041
Vertex 799 0.0537506 0.0519895 0.00024739
Vertex 800 -0.0474944 0.116586 0.0319739
Vertex 801 0.0354547 0.103863 -0.00997386
Vertex 802 0.0288719 0.121048 0.0132077
Vertex 803 -0.063571 0.122754 0.0468224
Vertex 804 -0.0853564 0.091162 -0.00253932
Vertex 805 -0.0824118 0.0788951 -0.000494107
Vertex 806 -0.0808086 0.113339 -0.00208766
Vertex 807 -0.0867821 0.10632 0.010369
Vertex 808 -0.0717396 0.156144 0.0122972
Vertex 809 0.0326207 0.0944486 -0.0159568
Vertex 810 -0.0496377 0.143234 0.0104059
Vertex 811 -0.022876 0.0362943 -0.0189473
Vertex 812 -0.0778042 0.156927 -0.0169128
Vertex 813 0.0375013 0.045461 0.0306904
Vertex 814 -0.00749863 0.0884246 0.0571361
Vertex 815 0.00121183 0.0853285 -0.0350521
Vertex 816 0.0299608 0.102103 0.0382304
Vertex 817 -0.069928 0.113662 -0.00916203
Vertex 818 0.0237226 0.0699627 0.0465409
Vertex 819 -0.0741702 0.0968478 0.0394202
Vertex 820 -0.0348901 0.0738831 -0.020486
Vertex 821 -0.07522 0.0688188 0.0015368
Vertex 822 -0.0318926 0.0385829 -0.0116716
Vertex 823 0.00150976 0.0562224 0.0541662
Vertex 824 -0.0744578 0.144386 -0.00789461
Vertex 825 -0.0542618 0.0348321 -0.0120282
Vertex 826 0.0226207 0.0360088 0.0127544
Vertex 827 -0.0725589 0.0360747 0.00146649
Vertex 828 0.016279 0.127286 0.0242335
Vertex 829 -0.0398566 0.099981 -0.0216989
Vertex 830 0.0424296 0.0696684 0.0278335
Vertex 831 -0.0648948 0.103911 -0.0165942
Vertex 832 -0.0567225 0.0423764 0.0206991
Vertex 833 -0.021805 0.0812974 -0.0389167
Vertex 834 -0.00525238 0.0350087 0.0405181
Vertex 835 -0.0586992 0.142676 -0.00307276
Vertex 836 -0.0132305 0.174198 -0.0268981
Vertex 837 -0.0364777 0.0491722 0.0391199
Vertex 838 -0.0346452 0.0340944 0.0173387
Vertex 839 0.0242032 0.0987613 -0.0205495
Vertex 840 0.0231289 0.0835821 0.0493611
Vertex 841 0.0234826 0.113521 -0.012343
Vertex 842 0.023086 0.119339 0.0317977
Vertex 843 -0.030565 0.0383245 0.0341404
Vertex 844 -0.0713393 0.134067 0.0496215
Vertex 845 -0.0526183 0.0343668 0.0293685
Vertex 846 -0.0276983 0.125752 0.00966815
Vertex 847 -0.0631137 0.14437 -0.00863045
Vertex 848 -0.0667813 0.0354951 0.0323861
Vertex 849 0.0203856 0.0348183 -0.00149748
Vertex 850 0.0584482 0.0538047 0.0101717
Vertex 851 -0.0370838 0.159234 -0.0122889
Vertex 852 -0.0200798 0.0653829 0.0501099
Vertex 853 -0.0243398 0.183957 -0.0138554
Vertex 854 0.0130456 0.0946785 -0.0262358
Vertex 855 0.0282217 0.0664463 -0.0207545
Vertex 856 0.0413792 0.0533854 -0.00680998
Vertex 857 -0.0505514 0.0338848 0.0267025
Vertex 858 -0.0491606 0.0375682 0.0458781
Vertex 859 -0.0709313 0.156768 -0.044906
Vertex 860 0.029758 0.0352966 0.00556049
Vertex 861 -0.028183 0.0499752 0.0445203
Vertex 862 0.0063341 0.0539359 -0.0303914
Vertex 863 -0.00965525 0.0511768 -0.0320162
Vertex 864 0.0283556 0.0605487 0.0426528
Vertex 865 -0.0677895 0.175109 -0.0580246
Vertex 866 0.0541381 0.0477755 0.0182012
Vertex 867 0.047975 0.0710438 0.0215578
Vertex 868 -0.0779361 0.129573 -0.00656407
Vertex 869 -0.046566 0.128368 -0.00156221
Vertex 870 -0.0627767 0.112367 0.0371562
Vertex 871 -0.0550398 0.0573097 0.0169909
Vertex 872 0.0102664 0.0739304 0.0552835
Vertex 873 0.0210708 0.0349944 0.0242708
Vertex 874 0.0078778 0.0989406 -0.0227671
Vertex 875 0.00548706 0.108567 0.0416722
Vertex 876 -0.0541694 0.136721 0.0304424
Vertex 877 -0.0616452 0.139553 0.0354433
Vertex 878 -0.00159817 0.0419657 -0.0250292
Vertex 879 -0.0842229 0.144678 0.0395137
Vertex 880 -0.0139593 0.0967237 -0.0305143
Vertex 881 -0.042575 0.0491291 -0.011035
Vertex 882 0.0234089 0.0418644 -0.00766906
Vertex 883 -0.0679313 0.0622594 0.0032802
Vertex 884 -0.0197736 0.0998405 0.0442778
Vertex 885 -0.0494983 0.102885 0.0411106
Vertex 886 -0.0278275 0.158128 -8.54745e-006
Vertex 887 -0.0736758 0.108402 0.0380105
Vertex 888 -0.0625249 0.0642497 0.029495
Vertex 889 -0.0713267 0.169665 -0.0267525
Vertex 890 -0.0625367 0.161521 -0.0446005
Vertex 891 -0.088793 0.0888086 0.00747102
Vertex 892 -0.0866887 0.120341 0.0484058
Vertex 893 -0.0346997 0.0808739 -0.0236048
Vertex 894 0.0308141 0.0862286 0.0429136
Vertex 895 -0.00373539 0.0684024 -0.0350771
Vertex 896 -0.0843436 0.144613 0.00514953
Vertex 897 -0.000815302 0.10869 -0.0211159
Vertex 898 0.0141656 0.0475343 0.0448184
Vertex 899 -0.0665361 0.11864 0.0512424
Vertex 900 -0.0792032 0.10313 -0.00756064
Vertex 901 -0.0741326 0.180484 -0.0536706
Vertex 902 -0.0386792 0.0336259 0.00249375
Vertex 903 -0.000579953 0.0361804 -0.0245898
Vertex 904 -0.0728742 0.149812 -0.0379734
Vertex 905 -0.0923833 0.130942 0.0122392
Vertex 906 0.0456137 0.0708816 0.00289794
Vertex 907 0.0173062 0.0421724 0.0440438
Vertex 908 0.00151372 0.070315 0.0563646
Vertex 909 -0.0134941 0.0773082 0.0569169
Vertex 910 0.0291366 0.0495584 -0.0147305
Vertex 911 -0.00334607 0.0347739 0.0411187
Vertex 912 -0.0646788 0.0378404 0.0247428
Vertex 913 0.0134754 0.0990564 0.0479483
Vertex 914 -0.00748372 0.0488969 0.0502433
Vertex 915 -0.0501963 0.061364 0.033592
Vertex 916 -0.0590743 0.136941 -0.00615344
Vertex 917 -0.0682817 0.156606 -0.0532672
Vertex 918 -0.0776508 0.152845 -0.000892884
Vertex 919 -0.0174771 0.0924389 0.0547456
Vertex 920 0.000300241 0.0612559 -0.033673
Vertex 921 -0.084288 0.111698 0.0438155
Vertex 922 -0.0722654 0.153589 0.032663
Vertex 923 -0.00138527 0.0424799 0.0468649
Vertex 924 -0.0365713 0.0483594 -0.015218
Vertex 925 -0.0896969 0.139298 0.033185
Vertex 926 -0.0577888 0.0439091 -0.00660137
Vertex 927 -0.0395435 0.101505 0.0409276
Vertex 928 -0.0452834 0.0395877 -0.019291
Vertex 929 0.0437196 0.0846401 -0.00379782
Vertex 930 -0.0358918 0.166781 -0.00116722
Vertex 931 0.0578262 0.0552267 0.0219335
Vertex 932 0.0395 0.055533 0.0316092
Vertex 933 -0.0857911 0.0847131 0.0234468
Vertex 934 -0.0931113 0.126933 0.0272608
Vertex 935 0.026474 0.110098 0.0367031
Vertex 936 -0.0424851 0.033913 -0.0262188
Vertex 937 -0.0086601 0.174145 -0.0268323
Vertex 938 -0.0759079 0.150006 -0.00888842
Vertex 939 -0.0345483 0.152531 -0.00560476
Vertex 940 -0.0364756 0.0917702 0.0440382
Vertex 941 -0.0715046 0.0901731 0.0417302
Vertex 942 -0.058698 0.0349789 0.0448461
Vertex 943 -0.0890324 0.144705 0.01118
Vertex 944 -0.0540681 0.135339 -0.00310003
Vertex 945 -0.0355149 0.0804148 0.0426568
Vertex 946 -0.0774993 0.127442 0.0532862
Vertex 947 0.00720473 0.0823989 -0.0333538
Vertex 948 -0.0608758 0.0968112 -0.0186271
Vertex 949 -0.0187399 0.0656914 -0.0372373
Vertex 950 0.0243441 0.0535282 0.0420575
Vertex 951 -0.0870966 0.0995146 0.0044219
Vertex 952 -0.0265289 0.11806 0.03154
Vertex 953 -0.0479777 0.147732 0.00938552
Vertex 954 0.0476241 0.0444058 0.00228058
Vertex 955 -0.0634506 0.15272 2.2453e-005
Vertex 956 -0.0134598 0.0645734 0.0539775
Vertex 957 -0.0745832 0.173457 -0.038075
Vertex 958 -0.0077824 0.0784642 -0.0379203
Vertex 959 -0.0120829 0.121468 -0.0106691
Vertex 960 -0.0669546 0.128237 -0.00895731
Vertex 961 -0.0382309 0.0365042 0.0436563
Vertex 962 -0.0386776 0.11516 -0.0158482
Vertex 963 0.0101664 0.120462 0.0359466
Vertex 964 -0.0525108 0.0819776 0.0447141
Vertex 965 -0.0731036 0.0721584 0.0326952
Vertex 966 -0.0225065 0.111294 0.03935
Vertex 967 -0.0182635 0.180096 -0.0244849
Vertex 968 -0.000757843 0.0354065 0.0103826
Vertex 969 -0.0434926 0.0789866 0.0425224
Vertex 970 -0.00650329 0.0547609 0.0534371
Vertex 971 0.0548584 0.0611516 -0.00113589
Vertex 972 -0.0548148 0.0898539 -0.0222515
Vertex 973 -0.0454982 0.045182 0.0420491
Vertex 974 -0.0915139 0.140599 0.0171878
Vertex 975 -0.0508009 0.0912872 -0.0218676
Vertex 976 0.0455444 0.0774866 0.0217209
Vertex 977 -0.0356978 0.0346221 -0.0180732
Vertex 978 -0.0690565 0.0338884 -0.00389811
Vertex 979 0.0322123 0.0856789 -0.0192748
Vertex 980 -0.0144888 0.0673806 0.0542261
Vertex 981 -0.00149662 0.114206 0.0415504
Vertex 982 0.00698354 0.131641 0.013682
Vertex 983 -0.0624759 0.0959475 0.043683
Vertex 984 -0.0688327 0.09803 -0.0157395
Vertex 985 0.0106658 0.0351593 0.00371028
Vertex 986 -0.0308492 0.121938 -0.00695618
Vertex 987 -0.0364861 0.0547872 0.0389196
Vertex 988 -0.0474148 0.133778 0.0200381
Vertex 989 -0.0127931 0.0799092 -0.038653
Vertex 990 0.016043 0.107446 -0.0178315
Vertex 991 0.0102426 0.0752832 -0.032327
Vertex 992 -0.0144184 0.0997913 0.0448499
Vertex 993 0.032684 0.0640121 -0.0177767
Vertex 994 -0.0298836 0.04486 -0.0282273
Vertex 995 -0.0116307 0.0337076 -0.023716
Vertex 996 -0.0624905 0.0804598 0.0431805
Vertex 997 -0.0833705 0.0767799 0.0142875
Vertex 998 0.0064803 0.0977098 0.0499318
Vertex 999 -0.0895466 0.0969995 0.0164128
Vertex 1000 -0.0289152 0.0846603 -0.0346291
Vertex 1001 -0.074384 0.0726496 -0.00763941
Vertex 1002 -0.0823897 0.104663 0.0290404
Vertex 1003 -0.0659809 0.169803 -0.037696
Vertex 1004 -0.0289948 0.0522303 -0.0223864
Vertex 1005 -0.0867616 0.0833332 0.0134846
Vertex 1006 -0.0662744 0.179701 -0.0600508
Vertex 1007 0.0399293 0.104183 0.0231644
Vertex 1008 0.0338477 0.0711662 -0.016803
Vertex 1009 -0.0647338 0.0418755 0.0296857
Vertex 1010 -0.0185844 0.16399 -0.00948536
Vertex 1011 0.0239979 0.0768543 0.0488301
Vertex 1012 -0.0693963 0.0393871 -0.00132267
Vertex 1013 -0.0735157 0.102656 0.0375574
Vertex 1014 -0.0258651 0.101595 -0.0237434
Vertex 1015 -0.0399361 0.123254 0.0259269
Vertex 1016 -0.0906536 0.150215 0.0201223
Vertex 1017 -0.0244911 0.101622 0.043846
Vertex 1018 -0.0652563 0.0459546 0.00568144
Vertex 1019 0.0194957 0.0920261 0.0477827
Vertex 1020 -0.00761327 0.0434711 -0.0261832
Vertex 1021 -0.0366993 0.124957 -0.00615077
Vertex 1022 0.0266728 0.0713177 0.0438181
Vertex 1023 0.00571651 0.037694 -0.0126956
Vertex 1024 -0.0276074 0.0356491 0.0527176
Vertex 1025 0.0124372 0.0548875 0.0512192
Vertex 1026 -0.0796939 0.0873057 0.0353613
Vertex 1027 -0.0164643 0.0842755 0.0572298
Vertex 1028 0.0213046 0.0374522 0.0382518
Vertex 1029 0.0400602 0.0922366 -0.00959201
Vertex 1030 -0.0707473 0.127025 0.0521985
Vertex 1031 -0.0417544 0.0339701 -0.0279962
Vertex 1032 0.0419622 0.102841 0.00417469
Vertex 1033 0.0519577 0.0621966 0.0293389
Vertex 1034 -0.0296335 0.0635627 -0.0254272
Vertex 1035 0.0100949 0.034771 0.018605
Vertex 1036 0.00451331 0.0814276 0.0565046
Vertex 1037 -0.0273656 0.0360131 -0.0296152
Vertex 1038 0.0240034 0.0449703 0.0396985
Vertex 1039 0.00350505 0.0590839 0.0549927
Vertex 1040 -0.0888241 0.114444 0.00524771
Vertex 1041 -0.0408758 0.107069 -0.0201235
Vertex 1042 -0.066143 0.143958 0.0413147
Vertex 1043 0.033595 0.0660055 0.039722
Vertex 1044 -0.0104988 0.09255 0.056119
Vertex 1045 0.00543406 0.120555 -0.0138758
Vertex 1046 0.0340797 0.115381 0.00660331
Vertex 1047 0.0149493 0.0344805 -0.015521
Vertex 1048 -0.00347107 0.112728 -0.01944
Vertex 1049 0.0301352 0.0955658 0.0419698
Vertex 1050 -0.0438179 0.0928034 -0.0224841
Vertex 1051 -0.011709 0.0628424 -0.0363307
Vertex 1052 -0.0616292 0.146031 -0.00460349
Vertex 1053 -0.0644302 0.0384213 0.0160253
Vertex 1054 -0.0756134 0.163772 -0.0350068
Vertex 1055 0.0152655 0.0695272 -0.0306629
Vertex 1056 -0.0274399 0.180304 -0.00715734
Vertex 1057 -0.0451284 0.159142 -0.00893675
Vertex 1058 0.0373474 0.083464 0.036489
Vertex 1059 0.00590625 0.0356875 -0.00331654
Vertex 1060 -0.0616418 0.158426 -0.0235923
Vertex 1061 -0.0524975 0.111152 0.036921
Vertex 1062 -0.0907738 0.125596 0.0437739
Vertex 1063 -0.0526737 0.0678526 -0.0129346
Vertex 1064 -0.0829949 0.115554 0.048125
Vertex 1065 -0.0310017 0.0339922 0.010953
Vertex 1066 -0.0567073 0.152073 0.0307854
Vertex 1067 0.000496501 0.103028 0.0440499
Vertex 1068 0.00334971 0.0510613 -0.029847
Vertex 1069 -0.0287388 0.076371 0.0428795
Vertex 1070 -0.0318715 0.0510682 0.0382665
Vertex 1071 -0.0357662 0.0798799 -0.0213145
Vertex 1072 0.0273731 0.0578707 -0.0207586
Vertex 1073 -0.0548009 0.0547174 0.00969263
Vertex 1074 -0.0529063 0.0676787 0.0373317
Vertex 1075 0.00726635 0.0696573 -0.0326992
Vertex 1076 -0.0324762 0.0778813 -0.0295332
Vertex 1077 -0.0592659 0.0599215 0.0215991
Vertex 1078 0.0597965 0.0678036 0.00914167
Vertex 1079 -0.0765967 0.152807 -0.00988734
Vertex 1080 -0.0574587 0.045976 0.042703
Vertex 1081 -0.0146296 0.185817 -0.0244743
Vertex 1082 -0.0618544 0.174099 -0.0565963
Vertex 1083 -0.067642 0.150503 -0.040589
Vertex 1084 -0.088166 0.0963498 0.023753
Vertex 1085 -0.0788489 0.119288 -0.00581129
Vertex 1086 -0.0234485 0.122824 -0.00599554
Vertex 1087 -0.0314067 0.0423682 0.0507901
Vertex 1088 0.00426025 0.0352382 0.0224392
Vertex 1089 -0.016347 0.159993 -0.0102438
Vertex 1090 -0.0764848 0.142819 0.0460732
Vertex 1091 -0.0034971 0.0732704 0.0586485
Vertex 1092 -0.0637886 0.083851 -0.0191517
Vertex 1093 0.0160048 0.0590435 0.0493667
Vertex 1094 -0.0828253 0.0815398 -0.00255091
Vertex 1095 -0.072066 0.0353469 0.00817017
Vertex 1096 -0.0665048 0.104229 0.0399675
Vertex 1097 0.00938205 0.0449001 -0.0251557
Vertex 1098 0.0376047 0.0616532 -0.0107499
Vertex 1099 -0.0400291 0.0354632 0.00960076
Vertex 1100 0.0118566 0.0887261 0.0541581
Vertex 1101 0.0391514 0.0617239 0.0318804
Vertex 1102 0.0383001 0.0969495 -0.00880451
Vertex 1103 -0.0741599 0.155538 0.00126713
Vertex 1104 -0.00202406 0.126832 0.0305449
Vertex 1105 -0.0160918 0.0359549 0.0514785
Vertex 1106 -0.0762362 0.0865455 -0.0135615
Vertex 1107 0.00250445 0.0519435 0.0530423
Vertex 1108 -0.0136476 0.0481469 -0.0303471
Vertex 1109 -0.0528781 0.0490838 0.0346622
Vertex 1110 -0.052801 0.144689 0.0203903
Vertex 1111 -0.033406 0.159477 0.0024166
Vertex 1112 -0.0501179 0.137029 0.00241503
Vertex 1113 0.00777681 0.0385776 0.0292039
Vertex 1114 -0.0484634 0.122511 0.0297787
Vertex 1115 -0.0938694 0.121489 0.0252875
Vertex 1116 -0.0304269 0.169744 -0.0072967
Vertex 1117 -0.0424883 0.0846004 0.0426298
Vertex 1118 -0.00481466 0.0868424 -0.0368113
Vertex 1119 0.0135086 0.116829 0.0366875
Vertex 1120 0.00653601 0.0924318 -0.0319265
Vertex 1121 -0.0645431 0.0356401 -0.00785526
Vertex 1122 -0.0805747 0.154604 0.0238516
Vertex 1123 0.0145335 0.034759 0.0322003
Vertex 1124 -0.0801061 0.109977 -0.00253557
Vertex 1125 0.0363991 0.039859 -0.00104313
Vertex 1126 0.0134519 0.128957 0.00181284
Vertex 1127 0.0304509 0.117992 0.000957505
Vertex 1128 -0.0622726 0.163207 -0.0582148
Vertex 1129 -0.0870489 0.0900041 0.00248653
Vertex 1130 -0.0357211 0.0710689 -0.0174927
Vertex 1131 0.0179164 0.102978 -0.02104
Vertex 1132 0.0560814 0.0704234 0.0216351
Vertex 1133 -0.0532705 0.0373829 0.0469289
Vertex 1134 0.0168316 0.0926978 0.0490711
Vertex 1135 -0.0786774 0.168631 -0.0343418
Vertex 1136 -0.0817879 0.0734817 0.0075372
Vertex 1137 0.0272261 0.0451183 -0.00768323
Vertex 1138 -0.0174561 0.0544373 0.0497557
Vertex 1139 -0.0931816 0.121543 0.0372829
Vertex 1140 -0.0588719 0.102608 -0.018764
Vertex 1141 -0.0555716 0.122697 0.0389476
Vertex 1142 0.0103374 0.0553349 -0.0300221
Vertex 1143 -0.0674289 0.114212 0.0481237
Vertex 1144 -0.0916539 0.147467 0.0181472
Vertex 1145 -0.0238582 0.0382811 0.0283891
Vertex 1146 -0.0268606 0.0378639 0.0137313
Vertex 1147 -0.0329323 0.126815 0.00921204
Vertex 1148 -0.073438 0.145781 -0.0138542
Vertex 1149 -0.039497 0.060614 0.0410267
Vertex 1150 -0.0144968 0.0472352 0.0484474
Vertex 1151 0.0543448 0.0567886 0.0274783
Vertex 1152 0.0469552 0.0427274 0.0188429
Vertex 1153 -0.0699384 0.129684 -0.00901632
Vertex 1154 -0.0733588 0.0659821 0.00263497
Vertex 1155 -0.00449913 0.108643 0.0435023
Vertex 1156 -0.0130347 0.166801 -0.0212915
Vertex 1157 -0.0195815 0.0341867 -0.0200865
Vertex 1158 -0.0293346 0.0347045 0.0427947
Vertex 1159 0.0366798 0.105376 -0.00582172
Vertex 1160 -0.0481456 0.14427 0.00342034
Vertex 1161 -0.0442438 0.113637 -0.0162318
Vertex 1162 -0.0707648 0.0836514 -0.0167885
Vertex 1163 -0.0426789 0.168728 0.0023488
Vertex 1164 0.0133536 0.0359529 -0.0210721
Vertex 1165 -0.0218071 0.110009 -0.0205036
Vertex 1166 0.0353694 0.082169 0.0388786
Vertex 1167 -0.0652787 0.173897 -0.0604957
Vertex 1168 0.00650677 0.0702743 0.0558788
Vertex 1169 -0.0505323 0.0346392 0.0434961
Vertex 1170 -0.0837382 0.0804711 0.0245022
Vertex 1171 0.0526661 0.0660937 -0.000184776
Vertex 1172 -0.0226723 0.0582322 -0.0321918
Vertex 1173 -0.0498404 0.122243 -0.0112035
Vertex 1174 -0.0596861 0.0693591 -0.0143393
Vertex 1175 0.0143121 0.0753991 0.0540935
Vertex 1176 0.00931098 0.130351 0.0216675
Vertex 1177 -0.0064886 0.118022 -0.0150746
Vertex 1178 -0.0446453 0.0577855 -0.0118043
Vertex 1179 -0.00714364 0.101607 -0.0236448
Vertex 1180 -0.0691845 0.152183 -0.0467119
Vertex 1181 0.0398757 0.096658 0.0297176
Vertex 1182 -0.0588318 0.146817 0.0344225
Vertex 1183 -0.0277909 0.0796672 -0.0363416
Vertex 1184 -0.0384921 0.111131 0.0361977
Vertex 1185 -0.0799536 0.133905 -0.00443135
Vertex 1186 -0.032014 0.0567822 -0.0123897
Vertex 1187 -0.00225491 0.0393816 0.0354457
Vertex 1188 -0.06805 0.157495 -0.00534926
Vertex 1189 -0.038197 0.0342285 0.0289964
Vertex 1190 0.0603506 0.0581587 0.0121666
Vertex 1191 -0.00149823 0.0535022 0.0547476
Vertex 1192 -0.014689 0.0555534 -0.0339367
Vertex 1193 -0.0230319 0.0374462 0.0541561
Vertex 1194 -0.0584973 0.0875674 0.0446281
Vertex 1195 0.0483695 0.0734096 0.0143189
Vertex 1196 -0.0871097 0.129792 0.0470428
Vertex 1197 0.0312695 0.0800594 -0.0199503
Vertex 1198 -0.0542529 0.0545999 -0.00539104
Vertex 1199 0.0184111 0.122524 0.0307587
Vertex 1200 -0.0483458 0.0338972 -0.0143683
Vertex 1201 -0.0591948 0.0603156 -0.000522259
Vertex 1202 0.0262112 0.0873747 -0.0229809
Vertex 1203 -0.00120622 0.113981 -0.0187843
Vertex 1204 0.0232549 0.0645506 0.0458531
Vertex 1205 0.0290261 0.106116 0.036871
Vertex 1206 0.0163905 0.0491901 -0.024833
Vertex 1207 -0.0466962 0.147986 -0.00319779
Vertex 1208 -0.0534962 0.0959644 0.0436141
Vertex 1209 -0.0157734 0.075693 -0.0388238
Vertex 1210 0.0105328 0.103079 0.0462759
Vertex 1211 -0.0728736 0.0659781 0.0205309
Vertex 1212 -0.00149388 0.0787876 0.0581499
Vertex 1213 -0.0340031 0.1089 -0.0192874
Vertex 1214 -0.0906238 0.143032 0.0276653
Vertex 1215 -0.0642885 0.148287 -0.0250747
Vertex 1216 -0.00395268 0.131078 0.00966125
Vertex 1217 0.00602348 0.111527 -0.0200414
Vertex 1218 0.0425051 0.049941 0.0324381
Vertex 1219 0.0099878 0.0342067 -0.0142754
Vertex 1220 -0.0881544 0.121251 0.000301062
Vertex 1221 -0.0238626 0.169762 -0.0118641
Vertex 1222 -0.0925871 0.117342 0.0103086
Vertex 1223 -0.0890673 0.101028 0.0173829
Vertex 1224 0.0265706 0.0535806 -0.0207269
Vertex 1225 -0.0654224 0.156324 0.0217941
Vertex 1226 -0.0168818 0.100112 -0.0240537
Vertex 1227 0.0303748 0.106409 -0.0127112
Vertex 1228 -0.0520559 0.142894 8.38279e-005
Vertex 1229 -0.0689469 0.0433261 0.00632212
Vertex 1230 -0.0663081 0.150341 0.0377708
Vertex 1231 0.0158504 0.0959717 -0.0236278
Vertex 1232 -0.029494 0.0631194 0.0377814
Vertex 1233 -0.0905968 0.140629 0.0221693
Vertex 1234 0.0459145 0.0862168 0.00717824
Vertex 1235 0.0343966 0.0968432 0.0376227
Vertex 1236 -0.0154965 0.0573571 0.0513792
Vertex 1237 -0.0718351 0.180364 -0.0513557
Vertex 1238 -0.0792845 0.0704649 0.0170607
Vertex 1239 -0.0582446 0.13534 0.0351018
Vertex 1240 -0.0814773 0.128835 0.0524787
Vertex 1241 0.0213383 0.0635548 -0.0266585
Vertex 1242 0.00223085 0.129379 -0.00131325
Vertex 1243 -0.0425054 0.0705013 0.0420152
Vertex 1244 -0.0184879 0.0856371 0.0571362
Vertex 1245 -0.0468539 0.0397424 -0.0132276
Vertex 1246 0.00434041 0.0596672 -0.031584
Vertex 1247 -0.0580499 0.11553 -0.0140963
Vertex 1248 -0.0672802 0.0405919 -0.00423161
Vertex 1249 -0.0314817 0.0889488 0.0439042
Vertex 1250 -0.015947 0.124632 0.0285893
Vertex 1251 0.0163555 0.0343012 4.36539e-005
Vertex 1252 -0.0841478 0.15365 0.0123539
Vertex 1253 -0.0478246 0.129609 0.027299
Vertex 1254 0.00890036 0.0630937 0.0549611
Vertex 1255 0.0100662 0.0792875 0.0550109
Vertex 1256 -0.0788405 0.11444 0.0481937
Vertex 1257 -0.0134137 0.0581871 0.0521911
Vertex 1258 -0.045504 0.0832988 0.0437099
Vertex 1259 -0.0797877 0.0746142 -0.00147983
Vertex 1260 0.0250243 0.0618819 0.0448807
Vertex 1261 -0.0165785 0.162548 -0.00831661
Vertex 1262 -0.000764451 0.0769261 -0.0359174
Vertex 1263 0.0105059 0.0348976 0.020389
Vertex 1264 0.00919662 0.0865327 -0.0319845
Vertex 1265 0.0324248 0.0752705 -0.0187807
Vertex 1266 -0.0485971 0.0359097 0.00925535
Vertex 1267 -0.0883931 0.1336 0.00326444
Vertex 1268 -0.0838901 0.110998 0.0281595
Vertex 1269 -0.0605698 0.0727907 0.0401099
Vertex 1270 -0.0514869 0.0987554 0.0433116
Vertex 1271 -0.00668986 0.0584241 -0.0339312
Vertex 1272 -0.0588974 0.156171 0.00210438
Vertex 1273 -0.0617635 0.0387159 0.0237173
Vertex 1274 0.0420636 0.0915328 -0.00679501
Vertex 1275 0.0102739 0.0667155 -0.0310192
Vertex 1276 -0.0733885 0.111282 0.0466166
Vertex 1277 -0.0758319 0.0675199 0.00554661
Vertex 1278 -0.0887986 0.114294 0.0264066
Vertex 1279 0.0446984 0.0804984 -0.000780025
Vertex 1280 0.0387801 0.058953 0.031306
Vertex 1281 -0.0663865 0.0388997 0.0348294
Vertex 1282 -0.00450662 0.0828853 0.0572758
Vertex 1283 0.0462172 0.0729792 0.0194263
Vertex 1284 0.0223974 0.0473356 -0.0199928
Vertex 1285 -0.0117053 0.0909225 -0.0365538
Vertex 1286 0.0222568 0.0748707 -0.0265095
Vertex 1287 0.00638455 0.0464233 -0.0264515
Vertex 1288 0.0546976 0.0478581 0.0131951
Vertex 1289 -0.0548531 0.149577 0.0276913
Vertex 1290 0.0274001 0.0354299 0.0197116
Vertex 1291 -0.0445007 0.165214 0.00483168
Vertex 1292 -0.0558611 0.0955845 -0.021564
Vertex 1293 0.0388229 0.0428364 0.0281231
Vertex 1294 -0.0261628 0.0674202 -0.0335157
Vertex 1295 -0.0294962 0.107041 0.0398129
Vertex 1296 -0.0561079 0.0571065 0.0121919
Vertex 1297 -0.0484872 0.0931824 0.0442201
Vertex 1298 -0.070167 0.162396 -0.0479528
Vertex 1299 -0.0809104 0.126584 -0.00546143
Vertex 1300 -0.0306087 0.0394849 -0.0300968
Vertex 1301 -0.0764966 0.117544 0.0520468
Vertex 1302 -0.0464984 0.047794 0.0396541
Vertex 1303 0.0203519 0.0506032 0.0432764
Vertex 1304 -0.0164738 0.10119 0.0439603
Vertex 1305 0.0159163 0.0366121 0.0434543
Vertex 1306 -0.0755977 0.151334 -0.0218791
Vertex 1307 -0.0116389 0.034923 0.0481436
Vertex 1308 -0.0334971 0.119329 0.0299275
Vertex 1309 -0.0614858 0.175719 -0.0606762
Vertex 1310 -0.00952557 0.169814 -0.0256004
Vertex 1311 -0.0514974 0.0791051 0.0438079
Vertex 1312 -0.0384168 0.120732 -0.0116964
Vertex 1313 -0.0196877 0.127428 0.0169554
Vertex 1314 -0.00744498 0.124256 -0.00972454
Vertex 1315 -0.0405007 0.0860467 0.0431081
Vertex 1316 0.0206619 0.125677 0.022985
Vertex 1317 -0.088151 0.137836 0.0407884
Vertex 1318 -0.0252695 0.156633 -0.00336931
Vertex 1319 -0.000436316 0.122463 0.0356275
Vertex 1320 0.00352724 0.10161 0.0446753
Vertex 1321 -0.0336645 0.0339705 0.0230467
Vertex 1322 -0.0192952 0.097132 0.0469462
Vertex 1323 0.0214237 0.0444841 -0.0187153
Vertex 1324 -0.0397368 0.0739371 -0.0178005
Vertex 1325 -0.0803464 0.147298 -0.000827063
Vertex 1326 -0.0134817 0.073078 0.0557755
Vertex 1327 -0.00876475 0.075634 -0.0378123
Vertex 1328 -0.000234214 0.0957245 -0.0313684
Vertex 1329 -0.0346163 0.0505906 -0.0107587
Vertex 1330 -0.059344 0.139552 0.0335155
Vertex 1331 -0.0739879 0.139879 -0.00672352
Vertex 1332 0.0343769 0.112004 0.0266888
Vertex 1333 -0.0301912 0.0664057 -0.0274649
Vertex 1334 -0.0843669 0.106153 0.00138874
Vertex 1335 -0.0535427 0.0402957 -0.0106063
Vertex 1336 0.00624351 0.0810351 -0.0338384
Vertex 1337 0.0386277 0.0672715 0.0346845
Vertex 1338 -0.049761 0.069112 0.038562
Vertex 1339 -0.0475138 0.156385 0.00914965
Vertex 1340 0.0290027 0.0741128 0.0436952
Vertex 1341 0.00950273 0.0546854 0.0525766
Vertex 1342 -0.0671319 0.0355924 0.0145398
Vertex 1343 0.0180716 0.0350245 0.0344937
Vertex 1344 -0.062221 0.119852 0.0434664
Vertex 1345 0.0221547 0.0979182 -0.0216266
Vertex 1346 0.0182349 0.0355117 -0.0116753
Vertex 1347 -0.0334891 0.091814 0.044517
Vertex 1348 0.0485032 0.0638048 0.0293893
Vertex 1349 -0.06937 0.145758 -0.0234859
Vertex 1350 -0.0263571 0.0549776 0.0383278
Vertex 1351 0.0134018 0.0418881 -0.0236384
Vertex 1352 -0.0477302 0.0753108 -0.0175447
Vertex 1353 -0.0574825 0.113918 0.0359516
Vertex 1354 -0.0114267 0.182822 -0.0276369
Vertex 1355 -0.0610153 0.131125 -0.0076807
Vertex 1356 -0.0788017 0.0846357 0.0359502
Vertex 1357 -0.0834735 0.076324 0.00852235
Vertex 1358 -0.0105985 0.0406145 -0.0262787
Vertex 1359 0.0292435 0.0637114 -0.0199317
Vertex 1360 0.0190672 0.117213 -0.0123322
Vertex 1361 -0.0573375 0.0472769 0.0101218
Vertex 1362 -0.0274981 0.0960112 0.0443229
Vertex 1363 -0.0328692 0.104316 -0.0215625
Vertex 1364 -0.0270496 0.033483 -0.0265278
Vertex 1365 -0.0144886 0.109993 0.0419529
Vertex 1366 -0.0353285 0.0851433 -0.0237512
Vertex 1367 0.0208423 0.104696 0.0425993
Vertex 1368 -0.032514 0.105674 0.0400124
Vertex 1369 0.0180082 0.0355585 0.00482766
Vertex 1370 -0.0542457 0.0574384 0.01981
Vertex 1371 0.0546767 0.0732977 0.0167178
Vertex 1372 -0.0715157 0.106884 0.0372861
Vertex 1373 -0.0447383 0.0738987 -0.0178782
Vertex 1374 0.0315143 0.0525771 -0.0117816
Vertex 1375 0.00893209 0.124393 0.0330753
Vertex 1376 0.0457594 0.0890174 0.0101642
Vertex 1377 0.000146176 0.101649 -0.0227639
Vertex 1378 0.0254504 0.0415949 -0.00563526
Vertex 1379 -0.0841907 0.078353 0.0198111
Vertex 1380 -0.0664749 0.0875478 0.0443297
Vertex 1381 0.0368421 0.0742334 -0.0127504
Vertex 1382 -0.0682887 0.164315 -0.0170259
Vertex 1383 -0.058681 0.0336414 -0.0106847
Vertex 1384 -0.0502775 0.0487457 0.0176637
Vertex 1385 -0.0292201 0.0564848 -0.022383
Vertex 1386 -0.0308709 0.178515 -0.0130008
Vertex 1387 -0.0560128 0.0334549 0.00994988
Vertex 1388 0.024638 0.124378 0.010214
Vertex 1389 0.000500504 0.0519731 0.0534094
Vertex 1390 -0.0603651 0.0470889 0.0366883
Vertex 1391 0.0130247 0.112857 -0.017601
Vertex 1392 -0.0451234 0.0336213 -0.00611106
Vertex 1393 -0.000502571 0.0965565 0.053664
Vertex 1394 -0.00150449 0.0350731 0.0394353
Vertex 1395 -0.0239356 0.0374925 -0.0183912
Vertex 1396 -0.0334338 0.0382234 0.0500909
Vertex 1397 -0.0784776 0.134439 0.0514602
Vertex 1398 -0.0912831 0.133698 0.0142161
Vertex 1399 -0.0105023 0.0829243 0.0578427
Vertex 1400 -0.0853984 0.0872002 -0.00151975
Vertex 1401 -0.0430994 0.12944 0.0113807
Vertex 1402 -0.00377564 0.078412 -0.0370359
Vertex 1403 0.043329 0.066441 -0.000599376
Vertex 1404 0.00357616 0.0395385 0.0347033
Vertex 1405 -0.0483279 0.119696 0.0300033
Vertex 1406 -0.029443 0.0834063 0.0447309
Vertex 1407 0.00542741 0.0336773 0.0131964
Vertex 1408 -0.0354812 0.0383051 -0.00290933
Vertex 1409 0.00516194 0.0978455 -0.0256065
Vertex 1410 -0.0321779 0.0474216 0.0442941
Vertex 1411 -0.0634376 0.179008 -0.0598746
Vertex 1412 -0.0555707 0.033544 0.017104
Vertex 1413 -0.0338438 0.0337316 0.012415
Vertex 1414 -0.0555168 0.154658 0.0152234
Vertex 1415 -0.000629686 0.0466337 -0.0288231
Vertex 1416 0.0124215 0.122685 -0.01021
Vertex 1417 0.0599111 0.0692057 0.0151972
Vertex 1418 -0.0439898 0.0350927 -0.0256307
Vertex 1419 0.000357196 0.0347559 0.0401008
Vertex 1420 -0.0624968 0.102902 0.0415908
Vertex 1421 0.0125018 0.115423 0.0374065
Vertex 1422 0.00751849 0.0440876 0.0454461
Vertex 1423 -0.0368219 0.0900544 -0.0239252
Vertex 1424 0.00841968 0.0357631 -0.0122614
Vertex 1425 0.0207672 0.0700064 0.0493524
Vertex 1426 -0.0870672 0.0882048 0.024333
Vertex 1427 -0.0545043 0.0918174 0.0448821
Vertex 1428 -0.069909 0.0416997 0.00317022
Vertex 1429 -0.033095 0.0723179 -0.02347
Vertex 1430 0.0162209 0.0779008 -0.0293961
Vertex 1431 -0.0182701 0.114743 -0.017523
Vertex 1432 -0.0238593 0.0838986 0.0547079
Vertex 1433 -0.0215596 0.0891328 -0.036783
Vertex 1434 -0.0301219 0.0493909 -0.0214267
Vertex 1435 -0.0881094 0.0861284 0.0104766
Vertex 1436 0.0114791 0.0353993 0.0291949
Vertex 1437 -0.0284773 0.177212 -0.00607735
Vertex 1438 -0.0901845 0.132425 0.0322244
Vertex 1439 -0.0298032 0.034287 0.0163531
Vertex 1440 0.0242087 0.039076 0.0343007
Vertex 1441 0.0152433 0.0658912 0.0518711
Vertex 1442 -0.0640313 0.13251 0.040793
Vertex 1443 -0.055098 0.146723 0.029184
Vertex 1444 -0.0880403 0.150094 0.0102212
Vertex 1445 0.0297172 0.11319 -0.0079908
Vertex 1446 -0.0695221 0.143851 -0.0150076
Vertex 1447 -0.0420037 0.0449364 -0.0183222
Vertex 1448 -0.0155087 0.105817 0.0426846
Vertex 1449 -0.0580149 0.0675718 0.0363481
Vertex 1450 -0.0512719 0.127504 -0.00467957
Vertex 1451 -0.0701585 0.0623473 0.0172092
Vertex 1452 -0.00121369 0.0389243 -0.000247465
Vertex 1453 0.0403742 0.101353 -0.00282827
Vertex 1454 -0.070992 0.0395652 0.00837515
Vertex 1455 -0.0533112 0.162693 5.53052e-005
Vertex 1456 -0.051883 0.143128 0.0183637
Vertex 1457 0.00419323 0.0880606 -0.0335488
Vertex 1458 -0.0732611 0.161033 -0.0359392
Vertex 1459 -0.0485728 0.0503685 -0.00899002
Vertex 1460 -0.00241533 0.0389975 -0.0136337
Vertex 1461 -0.0631283 0.163827 -0.0595262
Vertex 1462 -0.0704857 0.116111 0.0520944
Vertex 1463 -0.0864626 0.107749 0.0163884
Vertex 1464 -0.0558948 0.101262 -0.0199275
Vertex 1465 -0.0776607 0.0817583 -0.0102119
Vertex 1466 -0.0454731 0.0675709 0.040115
Vertex 1467 -0.00995662 0.169734 -0.0198047
Vertex 1468 0.0346025 0.0754478 0.0394941
Vertex 1469 -0.0567945 0.0589511 -0.00142935
Vertex 1470 -0.0169338 0.185679 -0.0240586
Vertex 1471 -0.00851871 0.0471234 0.047663
Vertex 1472 -0.00322809 0.0999661 -0.0238789
Vertex 1473 -0.0725837 0.0763091 -0.0123208
Vertex 1474 -0.0138747 0.104484 -0.023001
Vertex 1475 0.0179261 0.0900567 0.048881
Vertex 1476 -0.0254896 0.049863 0.0466034
Vertex 1477 -0.0144059 0.112046 -0.0186792
Vertex 1478 -0.0201874 0.0711262 0.0528634
Vertex 1479 -0.0668535 0.0938084 -0.0173106
Vertex 1480 -0.0475686 0.0376232 -0.0123457
Vertex 1481 0.00788239 0.0363273 0.00580236
Vertex 1482 -0.0425006 0.0888114 0.0424593
Vertex 1483 -0.070543 0.17193 -0.0350862
Vertex 1484 -0.0332242 0.152554 -0.00262082
Vertex 1485 -0.0675058 0.060447 0.0122781
Vertex 1486 0.0289709 0.0848578 0.043728
Vertex 1487 0.00836647 0.0494746 -0.0282442
Vertex 1488 -0.00033732 0.0338454 -0.0216338
Vertex 1489 -0.0413557 0.0405762 -0.0252979
Vertex 1490 -0.0866855 0.14466 0.00818677
Vertex 1491 0.0496382 0.068363 0.00147832
Vertex 1492 -0.091934 0.128302 0.0312437
Vertex 1493 -0.073851 0.0979023 -0.0138506
Vertex 1494 0.0233319 0.059176 0.0459237
Vertex 1495 -0.0587477 0.0767588 -0.0188591
Vertex 1496 -0.0271752 0.172675 -0.0185845
Vertex 1497 0.0383138 0.109087 0.0181423
Vertex 1498 0.0571986 0.0536922 0.00517882
Vertex 1499 -0.0450959 0.122461 0.0255697
Vertex 1500 -0.00949145 0.115547 0.0400498
Vertex 1501 0.00724322 0.0361893 0.0456372
Vertex 1502 -0.0631801 0.0406886 0.0415101
Vertex 1503 -0.0233033 0.0429927 0.0537933
Vertex 1504 -0.0412769 0.0356814 0.042879
Vertex 1505 0.0271048 0.0835778 0.0462962
Vertex 1506 -0.0859359 0.0980836 0.000413826
Vertex 1507 0.0214874 0.0892516 0.0486681
Vertex 1508 -0.000201542 0.0357861 0.0174114
Vertex 1509 -0.0801984 0.0868229 -0.00856132
Vertex 1510 0.0187635 0.105558 -0.0177865
Vertex 1511 -0.0311962 0.0475489 -0.0247586
Vertex 1512 -0.0809179 0.0761444 0.0241516
Vertex 1513 0.0252976 0.0661311 -0.0233121
Vertex 1514 -0.083982 0.134868 -0.000717317
Vertex 1515 -0.0653284 0.0349129 0.0366619
Vertex 1516 -0.0638988 0.109582 -0.0144399
Vertex 1517 -0.0764972 0.123179 0.0527664
Vertex 1518 -0.0679678 0.0383221 0.0123903
Vertex 1519 -0.0435006 0.0534118 0.0391466
Vertex 1520 0.0423862 0.047532 -0.00502925
Vertex 1521 -0.0167796 0.121583 -0.00869919
Vertex 1522 -0.0627029 0.150609 -0.0235776
Vertex 1523 -0.0881185 0.151555 0.0230923
Vertex 1524 -0.0404902 0.0790417 0.0431478
Vertex 1525 -0.0580426 0.153536 0.0303048
Vertex 1526 -0.0144882 0.101623 0.0437286
Vertex 1527 -0.0517378 0.0545135 0.0226244
Vertex 1528 0.0533192 0.0587911 -0.00291354
Vertex 1529 -0.0680095 0.151244 0.0371953
Vertex 1530 -0.0271239 0.117991 -0.0128729
Vertex 1531 0.0116633 0.0616767 0.0519085
Vertex 1532 -0.00749507 0.10164 0.0441128
Vertex 1533 -0.0365184 0.126747 -0.000928273
Vertex 1534 -0.0821611 0.0761834 0.00152312
Vertex 1535 0.0345037 0.0468848 0.0307194
Vertex 1536 -0.0207268 0.0612423 -0.0346723
Vertex 1537 -0.0373842 0.0433946 0.0425967
Vertex 1538 -0.0458215 0.091313 -0.0218951
Vertex 1539 -0.0534886 0.0862338 0.0454573
Vertex 1540 -0.0628269 0.1502 -0.00476792
Vertex 1541 -0.0126507 0.0350556 0.0425263
Vertex 1542 0.0293325 0.0535401 0.0386956
Vertex 1543 0.0112159 0.0922395 -0.029689
Vertex 1544 0.00228893 0.0341509 0.0103163
Vertex 1545 -0.0538924 0.106961 -0.0186698
Vertex 1546 0.019505 0.108463 0.0397034
Vertex 1547 0.0324265 0.0414912 -0.00365574
Vertex 1548 -0.0941834 0.120103 0.0162919
Vertex 1549 -0.0341434 0.0780256 -0.025502
Vertex 1550 -0.05375 0.0560385 0.0116204
Vertex 1551 -0.0718751 0.150885 -0.0428436
Vertex 1552 0.0292296 0.08295 -0.0208022
Vertex 1553 -0.0915903 0.125424 0.00726612
Vertex 1554 -0.00670797 0.0627873 -0.0354975
Vertex 1555 -0.0410706 0.0335739 0.0056728
Vertex 1556 -0.0514307 0.12406 0.0344067
Vertex 1557 -0.0535585 0.062801 0.0308747
Vertex 1558 -0.0636039 0.0445634 0.0326846
Vertex 1559 0.0219696 0.0347867 0.0191885
Vertex 1560 -0.073544 0.177863 -0.0540307
Vertex 1561 0.0328182 0.0967204 -0.0144274
Vertex 1562 -0.0265155 0.115287 0.0336658
Vertex 1563 -0.0885025 0.144515 0.032494
Vertex 1564 -0.0757302 0.147214 -0.00986768
Vertex 1565 -0.0534987 0.0427392 0.045857
Vertex 1566 0.00949394 0.0426698 0.0450285
Vertex 1567 0.00543862 0.118556 -0.0157347
Vertex 1568 -0.0372934 0.126961 0.0179492
Vertex 1569 -0.0437556 0.0335262 -0.0205177
Vertex 1570 -0.0633574 0.155908 0.0123853
Vertex 1571 -0.0149675 0.0986909 -0.0245721
Vertex 1572 -0.0520579 0.0336325 0.0248414
Vertex 1573 -0.0738585 0.0762694 0.0355202
Vertex 1574 -0.0645865 0.0628123 -0.00359236
Vertex 1575 0.0208388 0.126564 0.0173475
Vertex 1576 -0.00948171 0.174183 -0.0285537
Vertex 1577 -0.05553 0.137483 -0.00349047
Vertex 1578 -0.0306198 0.11135 -0.017885
Vertex 1579 -0.00749701 0.0576432 0.054379
Vertex 1580 0.0163546 0.0537375 -0.0279072
Vertex 1581 0.000507305 0.0828912 0.0574668
Vertex 1582 -0.0357116 0.0358916 0.0155029
Vertex 1583 -0.0787919 0.108745 0.0367247
Vertex 1584 0.0340234 0.0585319 -0.0137143
Vertex 1585 0.0187381 0.119283 0.0342968
Vertex 1586 0.0352621 0.0826509 -0.01774
Vertex 1587 0.0128917 0.127573 0.0272919
Vertex 1588 0.0309974 0.0673207 0.0412553
Vertex 1589 -0.0284453 0.0903864 0.0448476
Vertex 1590 -0.0107484 0.0348144 0.0431359
Vertex 1591 0.00350637 0.0702767 0.0558823
Vertex 1592 -0.0074932 0.0842694 0.0572981
Vertex 1593 -0.0369639 0.0346855 -0.0305537
Vertex 1594 0.0316149 0.0916151 0.0423373
Vertex 1595 -0.0582906 0.0411368 0.01871
Vertex 1596 -0.0857362 0.141867 0.00617644
Vertex 1597 -0.0240513 0.0386342 -0.0120079
Vertex 1598 -0.0309847 0.0381919 0.0323901
Vertex 1599 0.00946556 0.123094 -0.0106511
Vertex 1600 -0.0175019 0.0758159 0.0556202
Vertex 1601 -0.0480694 0.153165 -0.00566954
Vertex 1602 0.00549376 0.116905 0.0389072
Vertex 1603 -0.0548009 0.0449973 0.0226803
Vertex 1604 -0.0248989 0.0968475 -0.0246804
Vertex 1605 -0.0431166 0.0378307 0.0441123
Vertex 1606 -0.0239671 0.075324 0.0508435
Vertex 1607 -0.0444374 0.124419 -0.00954541
Vertex 1608 0.039601 0.107391 0.00564087
Vertex 1609 0.0129485 0.0726239 0.0538836
Vertex 1610 -0.0673634 0.110954 0.0392365
Vertex 1611 -0.033686 0.0637452 -0.0146972
Vertex 1612 -0.0890554 0.136524 0.0291987
Vertex 1613 -0.0787857 0.0744548 -0.00455566
Vertex 1614 0.0256941 0.120543 -0.00190068
Vertex 1615 -0.0484084 0.144974 0.000471547
Vertex 1616 -0.0688351 0.0951745 -0.0162656
Vertex 1617 -0.046283 0.129949 0.00285861
Vertex 1618 0.042675 0.0751161 0.0282624
Vertex 1619 -0.0185008 0.119534 0.0344711
Vertex 1620 -0.0917791 0.117463 0.0421754
Vertex 1621 -0.0351226 0.169652 -0.0145814
Vertex 1622 -0.090178 0.113449 0.0375353
Vertex 1623 -0.0251052 0.162299 -0.0151004
Vertex 1624 0.0113952 0.116794 -0.0158535
Vertex 1625 0.0065027 0.0533154 0.0528127
Vertex 1626 -0.0605331 0.151186 -0.000375191
Vertex 1627 -0.0787271 0.0954037 0.0355432
Vertex 1628 -0.0417953 0.0435116 -0.0223513
Vertex 1629 0.0239341 0.0561524 -0.0247597
Vertex 1630 -0.0260899 0.0522789 0.0395517
Vertex 1631 -0.0635622 0.0403137 0.0257086
Vertex 1632 -0.0698935 0.122364 -0.00881274
Vertex 1633 -0.0515081 0.0490357 0.0376444
Vertex 1634 -0.0867708 0.110409 0.0193573
Vertex 1635 -0.0136243 0.0450811 -0.0280269
Vertex 1636 -0.0572353 0.0465198 -0.0043437
Vertex 1637 -0.0335027 0.074683 0.04142
Vertex 1638 0.0110844 0.0345718 0.0406762
Vertex 1639 -0.029505 0.0545565 0.0362962
Vertex 1640 -0.0776021 0.0994637 0.0357144
Vertex 1641 -0.0623267 0.035582 -0.00867786
Vertex 1642 0.000192029 0.0811649 -0.0359709
Vertex 1643 -0.082525 0.0896742 -0.00660526
Vertex 1644 -0.0758657 0.097813 -0.01246
Vertex 1645 -0.0187977 0.0799028 -0.0389405
Vertex 1646 -0.0514165 0.0627417 0.0327301
Vertex 1647 -0.0279294 0.0931359 -0.0265478
Vertex 1648 -0.0285781 0.0423048 0.0521933
Vertex 1649 -0.0054968 0.061946 0.0559894
Vertex 1650 -0.0396568 0.0577566 -0.0113194
Vertex 1651 -0.0446441 0.0338442 0.00651202
Vertex 1652 -0.0576238 0.145329 0.032529
Vertex 1653 -0.0915486 0.143335 0.0161726
Vertex 1654 -0.0204109 0.178661 -0.0155986
Vertex 1655 -0.0165553 0.128252 0.0064647
Vertex 1656 -0.0536948 0.0661603 -0.0107375
Vertex 1657 0.00730214 0.0624461 -0.0313742
Vertex 1658 -0.0458982 0.107069 -0.0194756
Vertex 1659 -0.0781795 0.165241 -0.0349583
Vertex 1660 -0.0309707 0.163858 -0.00458082
Vertex 1661 -0.0734033 0.167233 -0.0217479
Vertex 1662 -0.0168075 0.0827608 -0.0394117
Vertex 1663 -0.0686207 0.128453 0.0500102
Vertex 1664 -0.0217169 0.0945664 0.0494448
Vertex 1665 -0.0687556 0.0680025 -0.00564855
Vertex 1666 -0.0406156 0.155109 0.0060988
Vertex 1667 -0.0597218 0.118329 0.0399103
Vertex 1668 -0.0574975 0.0426993 0.0453715
Vertex 1669 -0.0707251 0.033867 0.00298473
Vertex 1670 0.0407755 0.0675587 -0.00776366
Vertex 1671 -0.0828745 0.119161 -0.00328383
Vertex 1672 0.00340212 0.0390598 -0.024445
Vertex 1673 -0.0456074 0.0345826 0.0394197
Vertex 1674 -0.0374992 0.0847101 0.0439351
Vertex 1675 -0.0237163 0.0380022 0.0196686
Vertex 1676 0.0455301 0.0677752 0.0254231
Vertex 1677 -0.0883678 0.128089 0.00227451
Vertex 1678 -0.0457735 0.0826328 -0.0207974
Vertex 1679 -0.047508 0.0903548 0.0442194
Vertex 1680 -0.0700277 0.153659 -0.0489787
Vertex 1681 -0.0840242 0.151932 0.0065796
Vertex 1682 0.0161135 0.0534638 0.0477167
Vertex 1683 -0.00968478 0.0584187 -0.0340646
Vertex 1684 -0.0136298 0.0943834 -0.0340901
Vertex 1685 -0.0935499 0.129634 0.0192397
Vertex 1686 0.055706 0.0507437 0.0211984
Vertex 1687 -0.0856626 0.0912736 -0.000553528
Vertex 1688 -0.0434909 0.104315 0.0413728
Vertex 1689 -0.0160151 0.185636 -0.0207096
Vertex 1690 0.0452897 0.0861791 0.0201631
Vertex 1691 0.00400981 0.0391328 0.0279405
Vertex 1692 -0.0817242 0.148679 0.0369003
Vertex 1693 -0.0862444 0.0819176 0.00849345
Vertex 1694 0.0047217 0.0940547 -0.0316305
Vertex 1695 -0.0870357 0.141902 0.00919077
Vertex 1696 -0.0180735 0.0611876 0.0510587
Vertex 1697 -0.0896121 0.0902414 0.0154476
Vertex 1698 -0.0682478 0.066271 0.0282875
Vertex 1699 -0.0789669 0.172206 -0.0419919
Vertex 1700 -0.0418449 0.0971142 -0.0220611
Vertex 1701 -0.0261049 0.0632214 -0.0314499
Vertex 1702 0.0234619 0.0343557 0.00702041
Vertex 1703 -0.0255122 0.0349295 -0.0287387
Vertex 1704 -0.0309758 0.0383278 -0.0168292
Vertex 1705 0.0096904 0.0344726 -0.0051827
Vertex 1706 -0.076883 0.154198 -0.00789596
Vertex 1707 -0.0446824 0.0651214 -0.0145177
Vertex 1708 -0.00949444 0.063336 0.0558203
Vertex 1709 -0.074262 0.155148 0.0274653
Vertex 1710 0.0413778 0.0561233 -0.00592276
Vertex 1711 -0.0598098 0.08825 -0.0201729
Vertex 1712 0.00382729 0.106411 -0.0207174
Vertex 1713 0.0241621 0.0505303 0.0399762
Vertex 1714 -0.0717673 0.146065 -0.0213605
Vertex 1715 0.00850898 0.0990197 0.0481875
Vertex 1716 -0.0364949 0.0747255 0.0419725
Vertex 1717 -0.0385 0.120755 0.0293207
Vertex 1718 -0.086661 0.123026 0.0482846
Vertex 1719 -0.0512571 0.0488673 0.0206327
Vertex 1720 -0.0224848 0.0474635 0.0510926
Vertex 1721 -0.0727332 0.173623 -0.0510446
Vertex 1722 -0.0210104 0.0417331 0.053591
Vertex 1723 0.0254863 0.0578069 0.043747
Vertex 1724 -0.0216102 0.0408331 -0.028871
Vertex 1725 -0.0641686 0.178174 -0.0558405
Vertex 1726 0.021052 0.0358187 -0.0026817
Vertex 1727 -0.0715396 0.0362187 -0.000138837
Vertex 1728 0.0572801 0.0608152 0.0247108
Vertex 1729 -0.0314223 0.0343059 -0.0206653
Vertex 1730 -0.0751782 0.152724 -0.0149145
Vertex 1731 -0.0358314 0.0356542 0.0457978
Vertex 1732 0.0134639 0.0616949 0.0510096
Vertex 1733 -0.0197661 0.0728664 -0.0388949
Vertex 1734 -0.0229243 0.0972075 0.044901
Vertex 1735 -0.0399669 0.0343914 -0.00210399
Vertex 1736 0.00250363 0.0489881 0.0513443
Vertex 1737 0.051394 0.0726569 0.00804397
Vertex 1738 -0.0757838 0.06757 0.0150388
Vertex 1739 0.0416527 0.0846461 0.030449
Vertex 1740 -0.0639569 0.158297 -0.0475943
Vertex 1741 0.00040853 0.0356817 0.00488121
Vertex 1742 -0.0198767 0.105865 -0.0225965
Vertex 1743 -0.0252093 0.112572 -0.0171753
Vertex 1744 0.0222475 0.0847573 -0.0259093
Vertex 1745 -0.0614967 0.0876222 0.0452319
Vertex 1746 0.0589161 0.0621713 0.00415053
Vertex 1747 -0.0338028 0.122413 -0.00742547
Vertex 1748 0.0432138 0.091668 0.0251628
Vertex 1749 -0.0284893 0.0903534 -0.0305816
Vertex 1750 -0.0926124 0.120126 0.0272917
Vertex 1751 -0.0569845 0.0535242 0.00365398
Vertex 1752 -0.0889751 0.0969295 0.00842099
Vertex 1753 -0.0147132 0.0599449 -0.0358879
Vertex 1754 -0.0365049 0.10423 0.0397359
Vertex 1755 -0.0104962 0.0897854 0.05669
Vertex 1756 -0.0744971 0.176396 -0.0436946
Vertex 1757 0.0233312 0.0436331 0.0404882
Vertex 1758 -0.00987706 0.108745 -0.0220853
Vertex 1759 -0.0288624 0.0606727 -0.0254104
Vertex 1760 0.0371127 0.037099 0.0128773
Vertex 1761 -0.00449744 0.0939058 0.0556112
Vertex 1762 -0.0198519 0.0357263 0.0525976
Vertex 1763 -0.0816795 0.117485 0.0486704
Vertex 1764 -0.0304784 0.0381297 0.00370653
Vertex 1765 -0.0307981 0.0381678 0.00179566
Vertex 1766 0.00648653 0.0951017 0.0524749
Vertex 1767 -0.0695161 0.108303 0.0373324
Vertex 1768 -0.0587501 0.0482189 0.00571238
Vertex 1769 0.018427 0.0917703 -0.0251723
Vertex 1770 -0.0485262 0.0344313 0.0301756
Vertex 1771 -0.0714887 0.0860678 0.0412957
Vertex 1772 0.0276821 0.0862408 0.0453967
Vertex 1773 -0.012672 0.0526484 -0.0327744
Vertex 1774 -0.00957953 0.177197 -0.0268263
Vertex 1775 0.000352424 0.0511166 -0.0306262
Vertex 1776 -0.0489044 0.0413839 -0.0112514
Vertex 1777 -0.0315044 0.0860003 0.0426216
Vertex 1778 0.0255053 0.103245 -0.0173339
Vertex 1779 0.0502478 0.0496891 0.0267596
Vertex 1780 0.00542168 0.12935 -0.00135496
Vertex 1781 0.0116725 0.130674 0.0125466
Vertex 1782 -0.066026 0.146409 -0.0228827
Vertex 1783 0.0267262 0.114038 0.0335472
Vertex 1784 -0.0677301 0.181168 -0.057983
Vertex 1785 0.0202221 0.0721388 -0.0279345
Vertex 1786 -0.0170034 0.127025 0.0015954
Vertex 1787 -0.055795 0.129741 0.0368819
Vertex 1788 0.0284454 0.0995183 0.0412905
Vertex 1789 0.0166594 0.125691 0.027245
Vertex 1790 -0.0631004 0.038056 0.0429096
Vertex 1791 -0.0488679 0.135513 0.00441971
Vertex 1792 -0.0123225 0.124091 -0.00743567
Vertex 1793 -0.000730499 0.0683317 -0.0340878
Vertex 1794 0.0362974 0.0657667 -0.0137187
Vertex 1795 -0.0492809 0.152135 0.0110836
Vertex 1796 -0.0640639 0.0351963 0.0227232
Vertex 1797 0.0250957 0.0348061 0.00319961
Vertex 1798 -0.00873489 0.068452 -0.036144
Vertex 1799 -0.0151821 0.115592 -0.0164315
Vertex 1800 -0.0628998 0.1209 -0.00884208
Vertex 1801 -0.0442317 0.12547 0.021384
Vertex 1802 -0.0765838 0.178662 -0.0494737
Vertex 1803 -0.0606769 0.0676671 -0.0113119
Vertex 1804 -0.0332024 0.0455956 -0.0269373
Vertex 1805 -0.0124761 0.0531764 0.0512005
Vertex 1806 0.00252455 0.078679 0.0567626
Vertex 1807 -0.0715343 0.141411 0.0464325
Vertex 1808 -0.0564971 0.0987696 0.0431638
Vertex 1809 -0.051492 0.107057 0.0393982
Vertex 1810 0.00840449 0.0360838 -0.0229864
Vertex 1811 -0.0632228 0.141176 -0.0069873
Vertex 1812 -0.00944135 0.168135 -0.0197365
Vertex 1813 0.0134328 0.0846923 0.0528905
Vertex 1814 -0.00378356 0.130498 0.0212315
Vertex 1815 0.0143831 0.0448677 -0.0245168
Vertex 1816 -0.062835 0.128322 0.0425151
Vertex 1817 -0.00758529 0.0395118 0.037828
Vertex 1818 -0.00966712 0.0394179 0.0374824
Vertex 1819 0.0378536 0.10688 -0.000832307
Vertex 1820 -0.0609158 0.169795 -0.0608698
Vertex 1821 -0.0770271 0.0743283 0.0300122
Vertex 1822 0.0285377 0.0523356 -0.0187697
Vertex 1823 -0.0360635 0.034528 0.0238485
Vertex 1824 0.0492065 0.0445737 0.00425603
Vertex 1825 -0.0154945 0.0925097 0.0555061
Vertex 1826 -0.0728877 0.143976 -0.0119757
Vertex 1827 -0.0399106 0.033865 0.000215963
Vertex 1828 -0.041271 0.0338554 -0.00188008
Vertex 1829 -0.00949277 0.073156 0.0570282
Vertex 1830 -0.0529166 0.0566407 0.0191372
Vertex 1831 0.042296 0.0775058 -0.00576261
Vertex 1832 -0.00880359 0.113633 -0.0183799
Vertex 1833 0.00584239 0.0374362 -0.00493399
Vertex 1834 -0.0757024 0.160453 -0.0116926
Vertex 1835 -0.0696814 0.0354769 0.0114289
Vertex 1836 -0.0366615 0.0606699 -0.0121541
Vertex 1837 -0.0397664 0.0812015 -0.0202928
Vertex 1838 -0.029592 0.0522946 -0.0203629
Vertex 1839 -0.0674561 0.1652 -0.0559896
Vertex 1840 -0.0504972 0.083371 0.044762
Vertex 1841 0.0174929 0.0962345 0.0475335
Vertex 1842 -0.0771042 0.163136 -0.0202013
Vertex 1843 -0.0921157 0.118792 0.0303066
Vertex 1844 -0.0639025 0.0344657 0.0356117
Vertex 1845 0.0449595 0.0889486 0.000172045
Vertex 1846 -0.0322922 0.122832 0.0242564
Vertex 1847 -0.0474992 0.0718408 0.0410603
Vertex 1848 -0.026729 0.159626 -0.000161005
Vertex 1849 -0.0745333 0.152696 -0.0258905
Vertex 1850 -0.0175125 0.109971 0.0410978
Vertex 1851 0.0565412 0.0674698 0.002463
Vertex 1852 0.00903586 0.100133 -0.0220275
Vertex 1853 -0.0379623 0.174733 -0.00453553
Vertex 1854 -0.0496483 0.0634464 -0.0118311
Vertex 1855 0.0483442 0.0575601 -0.00531363
Vertex 1856 -0.0846192 0.0805533 0.0214764
Vertex 1857 -0.0350636 0.0383682 -0.0121121
Vertex 1858 -0.0476682 0.165409 0.0039929
Vertex 1859 -0.0297787 0.125132 0.0177406
Vertex 1860 -0.081815 0.108922 0.02836
Vertex 1861 -0.042812 0.14778 0.00347562
Vertex 1862 -0.0663652 0.0422587 0.0107808
Vertex 1863 0.026251 0.103389 0.0398709
Vertex 1864 -0.0777504 0.112676 -0.00382147
Vertex 1865 -0.040787 0.0855384 -0.021437
Vertex 1866 0.0132683 0.0765435 -0.0305058
Vertex 1867 -0.0225647 0.184728 -0.0122995
Vertex 1868 -0.0545965 0.0575496 0.0196126
Vertex 1869 -0.00859312 0.0384098 0.0205847
Vertex 1870 -0.00387451 0.0384228 0.00884205
Vertex 1871 -0.0446011 0.0519723 -0.0106716
Vertex 1872 0.055991 0.067441 0.024671
Vertex 1873 -0.0652746 0.0378654 0.0394026
Vertex 1874 0.0330411 0.10941 -0.00791346
Vertex 1875 0.0241838 0.0363666 0.0254891
Vertex 1876 -0.0594975 0.111137 0.0367915
Vertex 1877 -0.0615895 0.155312 -0.0215829
Vertex 1878 -0.00948933 0.0674612 0.0553354
Vertex 1879 -0.00874511 0.0976201 -0.0294139
Vertex 1880 -0.0164714 0.0348128 0.0436847
Vertex 1881 -0.051802 0.111349 -0.0178923
Vertex 1882 -0.0577034 0.0591273 0.0216745
Vertex 1883 0.0462048 0.0792353 0.00618416
Vertex 1884 -0.0516941 0.147804 0.0164166
Vertex 1885 -0.0323987 0.114036 -0.016697
Vertex 1886 -0.0704897 0.0719829 -0.0097429
Vertex 1887 -0.0646908 0.166411 -0.0300665
Vertex 1888 -0.055499 0.0761852 0.0427309
Vertex 1889 0.0235224 0.0727618 0.0480692
Vertex 1890 0.0367284 0.0875226 0.0373878
Vertex 1891 -0.0328931 0.0486572 0.0421875
Vertex 1892 -0.0134788 0.105828 0.0432751
Vertex 1893 0.0297667 0.100164 -0.016062
Vertex 1894 0.0176795 0.0740469 0.0519763
Vertex 1895 0.00525297 0.069736 -0.0335357
Vertex 1896 -0.0865466 0.137714 0.00320362
Vertex 1897 -0.0133594 0.127978 0.0236019
Vertex 1898 -0.0691508 0.152358 -0.047074
Vertex 1899 0.0143608 0.0508459 -0.0270896
Vertex 1900 -0.0608088 0.148246 0.0367611
Vertex 1901 0.0182356 0.126981 0.00216332
Vertex 1902 -0.0866345 0.094046 0.00237751
Vertex 1903 -0.0749615 0.135451 -0.00681495
Vertex 1904 -0.0684956 0.0958684 0.0422138
Vertex 1905 -0.0384792 0.116679 0.0322191
Vertex 1906 -0.0564919 0.0875695 0.0445907
Vertex 1907 -0.0364972 0.0605644 0.0405385
Vertex 1908 -0.0184955 0.0513594 0.0472431
Vertex 1909 0.0606094 0.0637127 0.00915317
Vertex 1910 -0.0514117 0.134659 0.0288827
Vertex 1911 -0.0821235 0.0802564 0.0295192
Vertex 1912 -0.0484976 0.0805051 0.0439961
Vertex 1913 -0.0678494 0.155094 0.00351036
Vertex 1914 0.00849221 0.108496 0.0406568
Vertex 1915 0.0193228 0.0679612 -0.0287395
Vertex 1916 -0.0701548 0.148741 -0.0366493
Vertex 1917 -0.0274957 0.102963 0.0425886
Vertex 1918 -0.014497 0.0856418 0.0570702
Vertex 1919 0.0144377 0.119508 -0.0127985
Vertex 1920 -0.00385838 0.101641 -0.0231016
Vertex 1921 -0.0476906 0.0356242 -0.0142735
Vertex 1922 -0.0669549 0.160975 -0.0568649
Vertex 1923 -0.0888783 0.111909 0.0103621
Vertex 1924 -0.0254875 0.0959781 0.0438332
Vertex 1925 -0.0414965 0.0424145 0.0425934
Vertex 1926 0.0372794 0.0574491 -0.00767997
Vertex 1927 -0.0768656 0.120803 -0.0071099
Vertex 1928 -0.085549 0.104961 0.0233427
Vertex 1929 -0.0875304 0.0861027 0.015468
Vertex 1930 0.0112751 0.0505364 0.0494832
Vertex 1931 -0.058744 0.140559 -0.00481674
Vertex 1932 -0.064981 0.131148 -0.00860586
Vertex 1933 -0.0709341 0.162789 -0.0122264
Vertex 1934 0.0285939 0.108783 0.0362583
Vertex 1935 -0.0469091 0.134066 0.0158053
Vertex 1936 0.0519851 0.0567984 0.0293579
Vertex 1937 -0.0146056 0.0435263 -0.0269315
Vertex 1938 -0.019299 0.0668878 0.052102
Vertex 1939 -0.0633264 0.159631 -0.0180726
Vertex 1940 -0.00575874 0.0741425 -0.036638
Vertex 1941 -0.0339572 0.173519 -0.0141904
Vertex 1942 -0.0864925 0.10492 0.00639597
Vertex 1943 0.0350128 0.0797448 -0.0167143
Vertex 1944 -0.0584964 0.0932599 0.0452695
Vertex 1945 0.0189066 0.0808659 0.0520326
Vertex 1946 -0.0537709 0.0460941 0.0150722
Vertex 1947 -0.0592101 0.142401 0.0336275
Vertex 1948 -0.0388696 0.105647 -0.0202518
Vertex 1949 -0.0380759 0.16073 -0.01276
Vertex 1950 -0.0455114 0.0338265 0.027816
Vertex 1951 0.00332905 0.0553943 -0.0309954
Vertex 1952 -0.0579079 0.121934 -0.00872095
Vertex 1953 -0.0276907 0.0335904 -0.024878
Vertex 1954 -0.0304948 0.094646 0.0448519
Vertex 1955 0.0104883 0.0936688 0.0521003
Vertex 1956 -0.0512935 0.0556822 0.0305914
Vertex 1957 -0.00725841 0.0408714 0.048906
Vertex 1958 -0.0331798 0.0779303 -0.0275261
Vertex 1959 -0.0644851 0.0755505 0.0404189
Vertex 1960 0.0166807 0.124611 -0.00431903
Vertex 1961 -0.0560752 0.0602595 -0.0044615
Vertex 1962 0.0332799 0.0564373 0.0374441
Vertex 1963 -0.0315196 0.0834471 -0.0305496
Vertex 1964 -0.0332851 0.0368458 -0.0306141
Vertex 1965 -0.0481785 0.0341964 0.00728185
Vertex 1966 -0.0856264 0.110331 0.00634317
Vertex 1967 -0.00880164 0.0826803 -0.0379328
Vertex 1968 0.0531496 0.0491587 0.00225551
Vertex 1969 -0.0567974 0.0854612 -0.0213212
Vertex 1970 -0.0236559 0.0709438 0.0478646
Vertex 1971 -0.0485119 0.112536 -0.0170517
Vertex 1972 -0.0155184 0.118264 0.0365807
Vertex 1973 -0.0632785 0.0347611 0.0232648
Vertex 1974 -0.0809167 0.107332 -0.00361395
Vertex 1975 -0.0696582 0.0642657 0.000568637
Vertex 1976 0.0226739 0.0430625 -0.011732
Vertex 1977 -0.0274987 0.0631476 0.0380009
Vertex 1978 -0.0374976 0.0888821 0.0433743
Vertex 1979 -0.033949 0.0667384 -0.0165589
Vertex 1980 -0.0202144 0.186446 -0.0187314
Vertex 1981 -0.000508445 0.105851 0.0435843
Vertex 1982 -0.0651006 0.0458549 0.00368955
Vertex 1983 0.00851416 0.06604 0.0550264
Vertex 1984 -0.0737507 0.0835282 -0.0152437
Vertex 1985 -0.0503963 0.1183 0.0322871
Vertex 1986 -0.0566419 0.0336495 -0.0102846
Vertex 1987 0.0340242 0.115407 0.0165889
Vertex 1988 -0.0417786 0.156522 0.00614116
Vertex 1989 -0.0774937 0.145636 0.0432119
Vertex 1990 0.0147067 0.111012 -0.0176211
Vertex 1991 -0.0861948 0.1005 0.0258994
Vertex 1992 -0.0110238 0.098585 0.0502027
Vertex 1993 0.0143257 0.0594816 -0.0287805
Vertex 1994 -0.0426342 0.12559 0.0204963
Vertex 1995 0.0571336 0.0721807 0.0116675
Vertex 1996 -0.0551792 0.0336096 0.018904
Vertex 1997 0.00411662 0.125005 -0.00865855
Vertex 1998 -0.0794636 0.141716 -0.00376694
Vertex 1999 -0.0878144 0.105004 0.012374
Vertex 2000 -0.054238 0.13299 -0.00459005
Vertex 2001 0.0605691 0.0637105 0.0171755
Vertex 2002 -0.0265893 0.161003 -0.00174275
Vertex 2003 0.0359154 0.0915824 -0.0149202
Vertex 2004 -0.0171345 0.165288 -0.0183426
Vertex 2005 -0.000501715 0.0634055 0.0567322
Vertex 2006 0.0299737 0.0934986 -0.0189639
Vertex 2007 -0.0274618 0.045988 0.0503593
Vertex 2008 0.0124903 0.101789 0.047403
Vertex 2009 -0.0280887 0.123076 -0.00418723
Vertex 2010 -0.0541243 0.156074 -0.00260128
Vertex 2011 0.013232 0.0835986 -0.0303791
Vertex 2012 -0.0806754 0.155074 0.0150117
Vertex 2013 0.0220013 0.0348195 0.00816409
Vertex 2014 0.01567 0.0343236 0.00175615
Vertex 2015 0.0130231 0.0965172 -0.0241956
Vertex 2016 -0.0813824 0.099165 -0.00657823
Vertex 2017 -0.0742711 0.149885 -0.0318724
Vertex 2018 0.0318609 0.0710037 -0.0187224
Vertex 2019 -0.0154981 0.060248 0.0524646
Vertex 2020 -0.0675101 0.0369158 -0.0062949
Vertex 2021 0.00994394 0.0362916 0.0335003
Vertex 2022 -0.0242491 0.0796961 0.0538111
Vertex 2023 0.0433708 0.0459415 -0.00338184
Vertex 2024 -0.0588392 0.0371017 0.0463605
Vertex 2025 0.0254584 0.0383883 -0.00303811
Vertex 2026 0.0206783 0.0361727 0.0176735
Vertex 2027 -0.0871021 0.111516 0.0397664
Vertex 2028 0.0438483 0.076237 -0.00278527
Vertex 2029 -0.0931447 0.118854 0.0382959
Vertex 2030 -0.0144999 0.162187 -0.0103051
Vertex 2031 -0.0600846 0.0399274 0.0217122
Vertex 2032 -0.013279 0.101966 -0.0239644
Vertex 2033 -0.0480938 0.0362157 0.0456887
Vertex 2034 0.0327323 0.0809002 0.0421262
Vertex 2035 -0.0033226 0.122983 -0.0103909
Vertex 2036 -0.0340151 0.0498932 -0.013349
Vertex 2037 -0.0127272 0.0348945 -0.0256797
Vertex 2038 -0.0113718 0.177173 -0.0236196
Vertex 2039 -0.0857201 0.113489 0.0456231
Vertex 2040 -0.0407405 0.0739506 -0.0180651
Vertex 2041 -0.085501 0.0791776 0.00851156
Vertex 2042 -0.0815194 0.125984 0.0522053
Vertex 2043 -0.0380903 0.041957 -0.0274154
Vertex 2044 0.0293657 0.0447288 -0.00609588
Vertex 2045 -0.0875345 0.0914089 0.00446769
Vertex 2046 0.00119588 0.0881146 -0.0344258
Vertex 2047 -0.0460118 0.126697 0.0245216
Vertex 2048 -0.063731 0.0751942 -0.0171769
Vertex 2049 0.00595359 0.131311 0.0061803
Vertex 2050 0.0345357 0.0373492 0.0194302
Vertex 2051 0.0181741 0.0988563 -0.0226017
Vertex 2052 -0.0424955 0.0464529 0.0406301
Vertex 2053 -0.0744896 0.128852 0.0526631
Vertex 2054 0.0049695 0.0340349 0.00359293
Vertex 2055 -0.0405211 0.16525 0.00379284
Vertex 2056 -0.0483231 0.128062 -0.00327126
Vertex 2057 -0.0794271 0.0732336 0.00151817
Vertex 2058 -0.0137235 0.0657235 -0.0372342
Vertex 2059 -0.0640918 0.158696 -0.0546245
Vertex 2060 -0.0902457 0.140661 0.0271695
Vertex 2061 0.0401246 0.0657991 0.0315825
Vertex 2062 -0.0246949 0.0550734 -0.0288078
Vertex 2063 -0.0434936 0.107078 0.040105
Vertex 2064 0.0429025 0.100097 0.0151567
Vertex 2065 -0.0896061 0.126751 0.00429509
Vertex 2066 -0.0657521 0.033742 -0.00672308
Vertex 2067 -0.086732 0.125284 -0.00171301
Vertex 2068 0.0461172 0.0759623 0.0190037
Vertex 2069 -0.0332179 0.0347336 0.0278325
Vertex 2070 0.0205519 0.0414936 -0.0177079
Vertex 2071 -0.0223058 0.184466 -0.0180708
Vertex 2072 -0.0384749 0.0351927 -0.0135871
Vertex 2073 -0.0394998 0.076195 0.0426907
Vertex 2074 -0.00548466 0.051944 0.0528973
Vertex 2075 -0.0908687 0.135097 0.0172074
Vertex 2076 0.00729554 0.0653986 -0.0323322
Vertex 2077 -0.0179511 0.175707 -0.0173471
Vertex 2078 0.0472026 0.0681414 0.0256953
Vertex 2079 -0.00422605 0.0355815 -0.0164762
Vertex 2080 -0.032486 0.0449059 0.0475402
Vertex 2081 -0.0772978 0.0685904 0.0138065
Vertex 2082 -0.0641215 0.0336259 -0.00810847
Vertex 2083 -0.0557441 0.0768187 -0.0193441
Vertex 2084 -0.0694333 0.0348816 0.0112742
Vertex 2085 -0.0335583 0.116878 -0.0136466
Vertex 2086 -0.0613355 0.171315 -0.0617342
Vertex 2087 -0.0102744 0.0864318 -0.0379838
Vertex 2088 0.0259518 0.075434 0.0462884
Vertex 2089 0.0358746 0.0755562 -0.0137901
Vertex 2090 -0.0846322 0.139314 0.044315
Vertex 2091 0.00913312 0.10443 -0.020596
Vertex 2092 -0.0424979 0.0817557 0.0420871
Vertex 2093 -0.0492762 0.143079 0.00435473
Vertex 2094 -0.0536545 0.154299 0.0129697
Vertex 2095 -0.0025152 0.0575969 0.0540026
Vertex 2096 -0.0484883 0.0960313 0.0444485
Vertex 2097 -0.0381652 0.0336678 -0.0288809
Vertex 2098 -0.0167464 0.108538 -0.0209441
Vertex 2099 -0.00195749 0.0369571 0.00873581
Vertex 2100 -0.060738 0.148827 -0.00180261
Vertex 2101 -0.032272 0.0343596 0.0389523
Vertex 2102 -0.0501127 0.0337803 -0.0127711
Vertex 2103 -0.0746487 0.0760382 -0.00984365
Vertex 2104 -0.00764633 0.048167 -0.0303862
Vertex 2105 0.0301667 0.116977 -0.00204442
Vertex 2106 -0.0495043 0.073253 0.0416255
Vertex 2107 -0.0564446 0.0520481 -0.00138381
Vertex 2108 -0.0607941 0.143953 0.0367655
Vertex 2109 0.0409333 0.0900371 -0.0097907
Vertex 2110 -0.0265911 0.123944 0.0203778
Vertex 2111 -0.0580932 0.155356 0.0200663
Vertex 2112 0.0187645 0.036357 0.00611202
Vertex 2113 -0.0345217 0.127119 0.00425139
Vertex 2114 -0.0273861 0.0720614 0.0416635
Vertex 2115 -0.0943409 0.12415 0.0172628
Vertex 2116 -0.011501 0.0787467 0.0576654
Vertex 2117 -0.0640511 0.139618 0.0390194
Vertex 2118 0.0368789 0.0941727 0.035906
Vertex 2119 -0.0728418 0.0685704 -0.00149472
Vertex 2120 -0.0555362 0.0629843 -0.00681601
Vertex 2121 0.0331811 0.0417541 0.0279348
Vertex 2122 -0.022273 0.0879769 0.0544159
Vertex 2123 0.0300894 0.118197 0.0250757
Vertex 2124 -0.0208075 0.0827095 -0.0389174
Vertex 2125 0.000494109 0.118289 0.0391022
Vertex 2126 -0.0764024 0.150045 -0.00692327
Vertex 2127 -0.0722117 0.0348867 0.00176609
Vertex 2128 -0.0106808 0.0555967 -0.0338825
Vertex 2129 -0.038857 0.101401 -0.0214118
Vertex 2130 0.0213045 0.0372836 -0.00268556
Vertex 2131 0.00250208 0.0547919 0.0536548
Vertex 2132 -0.0690491 0.153118 -0.0485047
Vertex 2133 -0.031508 0.0675059 0.0394967
Vertex 2134 0.0226438 0.0875613 0.0487078
Vertex 2135 -0.0261276 0.166758 -0.01752
Vertex 2136 -0.0878748 0.0861246 0.0134664
Vertex 2137 0.0347431 0.103404 0.0328426
Vertex 2138 -0.0508615 0.101367 -0.0215394
Vertex 2139 0.0427869 0.0611675 -0.0033403
Vertex 2140 -0.00141239 0.101018 0.0444401
Vertex 2141 -0.0357408 0.0754574 -0.0191515
Vertex 2142 0.00183354 0.10009 0.0472603
Vertex 2143 -0.0626129 0.0371673 0.0184653
Vertex 2144 -0.062219 0.164671 -0.0505894
Vertex 2145 0.00750673 0.0758763 0.0563548
Vertex 2146 0.0178346 0.0505132 0.0449253
Vertex 2147 -0.072166 0.063706 0.0120556
Vertex 2148 0.0454967 0.0611109 0.0306935
Vertex 2149 -0.0695053 0.106913 0.0375568
Vertex 2150 -0.0666556 0.0360676 0.0353877
Vertex 2151 -0.0891519 0.0956005 0.0104313
Vertex 2152 -0.0438381 0.033833 0.0263899
Vertex 2153 -0.0190564 0.0920061 -0.0357108
Vertex 2154 -0.0445073 0.0491885 0.039305
Vertex 2155 0.026785 0.0955535 0.0441601
Vertex 2156 -0.0424858 0.064826 0.0410217
Vertex 2157 -0.0698329 0.112058 0.0465849
Vertex 2158 -0.0710533 0.04057 0.0057746
Vertex 2159 -0.0649027 0.179945 -0.0575726
Vertex 2160 0.00723985 0.076824 -0.0341303
Vertex 2161 -0.0312407 0.0510927 0.0390643
Vertex 2162 0.047344 0.0721054 0.0183678
Vertex 2163 -0.0871035 0.11231 0.0319974
Vertex 2164 -0.00617179 0.128513 -0.00228639
Vertex 2165 0.00121056 0.115576 -0.018509
Vertex 2166 -0.0144467 0.0348076 0.0441223
Vertex 2167 -0.0257365 0.0348667 0.0503471
Vertex 2168 -0.00148178 0.0718081 0.0578063
Vertex 2169 -0.0786005 0.174957 -0.0470491
Vertex 2170 -0.0541716 0.144673 0.0274046
Vertex 2171 0.0146525 0.0927004 0.0511905
Vertex 2172 -0.0314795 0.0774889 0.0410863
Vertex 2173 -0.0623396 0.172509 -0.0536126
Vertex 2174 -0.0635465 0.0333817 0.00128463
Vertex 2175 0.0156656 0.0713152 0.0525386
Vertex 2176 -0.0665114 0.0931036 0.0430214
Vertex 2177 -0.0494981 0.105619 0.0396922
Vertex 2178 -0.0555 0.0488797 0.0362241
Vertex 2179 0.0247051 0.054807 -0.022754
Vertex 2180 -0.0608886 0.105445 -0.0177606
Vertex 2181 -0.0658232 0.100991 -0.0166158
Vertex 2182 0.0433826 0.0987102 0.00417641
Vertex 2183 0.0153242 0.0566704 -0.0288596
Vertex 2184 -0.0591236 0.0454581 0.0276809
Vertex 2185 0.0067064 0.0341407 0.0184863
Vertex 2186 -0.053144 0.0595659 0.0253997
Vertex 2187 0.0383914 0.0390949 0.00219016
Vertex 2188 -0.063874 0.0967575 -0.0177619
Vertex 2189 -0.0838382 0.11616 -0.00137187
Vertex 2190 -0.00374904 0.0712712 -0.0357267
Vertex 2191 -0.0727656 0.156832 -0.0339136
Vertex 2192 0.00450167 0.0459455 0.0484199
Vertex 2193 -0.0871543 0.105024 0.0183639
Vertex 2194 0.00734362 0.0524803 -0.0298755
Vertex 2195 -0.0468308 0.0941893 -0.021914
Vertex 2196 0.00629906 0.0381702 -0.0111411
Vertex 2197 -0.0574075 0.0649991 0.0334306
Vertex 2198 -0.0278003 0.174225 -0.00868668
Vertex 2199 -0.049383 0.140141 0.0133936
Vertex 2200 -0.0322885 0.177691 -0.00536129
Vertex 2201 0.0042017 0.130577 0.0226921
Vertex 2202 -0.0509363 0.126898 0.0333376
Vertex 2203 -0.0420636 0.159404 0.00394669
Vertex 2204 0.0469057 0.0738955 0.00933063
Vertex 2205 -0.00362249 0.0451016 -0.0279234
Vertex 2206 -0.0387577 0.150948 -0.00516845
Vertex 2207 -0.0144941 0.122325 0.033097
Vertex 2208 -0.0620707 0.163126 -0.0385937
Vertex 2209 0.0318002 0.118052 0.00717688
Vertex 2210 0.0232974 0.0648673 -0.0252072
Vertex 2211 -0.0647819 0.0809531 -0.0185144
Vertex 2212 -0.00388013 0.0394939 0.0368098
Vertex 2213 -0.046711 0.0723683 -0.0164352
Vertex 2214 0.0284552 0.0607955 -0.0208488
Vertex 2215 -0.0773785 0.174262 -0.0420678
Vertex 2216 -0.0911855 0.114622 0.00933636
Vertex 2217 -0.0596132 0.113903 0.0363038
Vertex 2218 0.0427594 0.0986702 0.00117933
Vertex 2219 -0.089161 0.137877 0.0251937
Vertex 2220 0.014203 0.08785 -0.0301032
Vertex 2221 -0.0226414 0.0961417 -0.0259441
Vertex 2222 -0.0400219 0.111533 -0.0180322
Vertex 2223 -0.0349082 0.033686 0.00682403
Vertex 2224 -0.0782171 0.159705 -0.021925
Vertex 2225 -0.0206715 0.0524183 -0.0304469
Vertex 2226 0.00351036 0.0856577 0.0572413
Vertex 2227 0.00350858 0.074484 0.056374
Vertex 2228 0.0179105 0.0350278 -0.0116533
Vertex 2229 0.0295237 0.0727272 0.042682
Vertex 2230 -0.0891859 0.139294 0.0371595
Vertex 2231 0.00823122 0.079605 -0.0335706
Vertex 2232 -0.0522733 0.13577 -0.00153662
Vertex 2233 -0.0373724 0.0344314 0.0325332
Vertex 2234 -0.0655762 0.155146 -0.00586759
Vertex 2235 -0.0507107 0.0708743 -0.0151986
Vertex 2236 0.025252 0.0719314 -0.0249494
Vertex 2237 -0.00165753 0.05399 -0.0314052
Vertex 2238 -0.064123 0.113942 -0.0123233
Vertex 2239 -0.053794 0.086942 -0.0216962
Vertex 2240 0.0390771 0.099844 -0.00681802
Vertex 2241 0.0443888 0.0846966 -0.000809941
Vertex 2242 -0.0473203 0.122487 0.0279328
Vertex 2243 0.0232916 0.104676 0.0408599
Vertex 2244 -0.0763864 0.109432 0.0420745
Vertex 2245 -0.0506187 0.0531538 -0.00831388
Vertex 2246 -0.00150749 0.0442279 0.0463824
Vertex 2247 0.023375 0.0504685 -0.0225374
Vertex 2248 -0.0425982 0.0463965 -0.0133084
Vertex 2249 -0.0814721 0.135361 0.0497671
Vertex 2250 -0.0269007 0.0388242 0.0362546
Vertex 2251 -0.0454994 0.0804154 0.0426755
Vertex 2252 -0.0429021 0.171269 -0.00696466
Vertex 2253 -0.0757136 0.107486 0.0366393
Vertex 2254 -0.0157732 0.0799164 -0.0389165
Vertex 2255 -0.0144955 0.0701698 0.0547379
Vertex 2256 -0.088267 0.147416 0.00925394
Vertex 2257 0.0155029 0.119565 0.0348769
Vertex 2258 -0.0728856 0.148047 -0.0249504
Vertex 2259 -0.0858669 0.119072 -0.00140229
Vertex 2260 -0.0215925 0.0364837 -0.0283556
Vertex 2261 -0.0661715 0.0383371 0.0290301
Vertex 2262 -0.0382796 0.035429 0.0243806
Vertex 2263 -0.0849678 0.0844642 -0.00152644
Vertex 2264 0.024446 0.115337 -0.010308
Vertex 2265 -0.0433018 0.0342732 -0.0267127
Vertex 2266 -0.0917004 0.143358 0.0201656
Vertex 2267 -0.0773599 0.0940895 0.0370488
Vertex 2268 -0.00891681 0.0351082 0.0414685
Vertex 2269 -0.00700917 0.0348727 0.042072
Vertex 2270 -0.0648645 0.041891 0.032665
Vertex 2271 -0.0859248 0.0832079 0.00547822
Vertex 2272 0.0144928 0.11263 0.0387455
Vertex 2273 -0.0847301 0.0966436 -0.00257686
Vertex 2274 -0.0666009 0.15275 -0.0468174
Vertex 2275 -0.0784664 0.0703272 0.00666705
Vertex 2276 -0.0277867 0.0904111 0.0457123
Vertex 2277 -0.00267325 0.0569172 -0.0326724
Vertex 2278 -0.0205328 0.113457 -0.0181494
Vertex 2279 -0.0882187 0.112165 0.0210064
Vertex 2280 0.0393635 0.0445531 -0.00413158
Vertex 2281 0.0508347 0.0727393 0.0196905
Vertex 2282 -0.0845698 0.0831877 0.0245094
Vertex 2283 0.0105117 0.057471 0.0526043
Vertex 2284 0.0095961 0.0354723 -0.00987583
Vertex 2285 0.0440337 0.0734407 -0.000804833
Vertex 2286 -0.0750921 0.156856 -0.022942
Vertex 2287 0.0173872 0.0432828 -0.0228623
Vertex 2288 -0.0619683 0.12268 0.0437909
Vertex 2289 -0.00170857 0.0641356 -0.0344906
Vertex 2290 0.00149398 0.0394449 0.0343588
Vertex 2291 -0.00562089 0.115673 -0.0165634
Vertex 2292 0.0368491 0.0767795 0.0374896
Vertex 2293 -0.063767 0.0615586 0.0227478
Vertex 2294 -0.0825849 0.0762413 0.018536
Vertex 2295 -0.0515872 0.0558557 0.0146208
Vertex 2296 -0.0561893 0.159558 0.00559608
Vertex 2297 -0.0817922 0.143171 0.000171875
Vertex 2298 -0.000810177 0.084021 -0.0366442
Vertex 2299 -0.0188389 0.0383463 0.00224079
Vertex 2300 -0.0455017 0.0973341 0.0429686
Vertex 2301 -0.00206852 0.0346139 0.0433223
Vertex 2302 0.00481949 0.0349074 0.0372909
Vertex 2303 0.00672447 0.0346721 0.0378883
Vertex 2304 -0.0704953 0.104114 0.0382884
Vertex 2305 -0.0507419 0.0753249 -0.0179378
Vertex 2306 0.0148253 0.0447411 0.0439981
Vertex 2307 0.0381223 0.106958 0.0251953
Vertex 2308 0.0572481 0.0508905 0.0141872
Vertex 2309 0.0484836 0.0582148 0.031165
Vertex 2310 -0.0327087 0.156604 0.00170747
Vertex 2311 -0.0633934 0.178218 -0.0607118
Vertex 2312 0.00156461 0.124373 0.0333352
Vertex 2313 0.0204173 0.0925165 -0.0239466
Vertex 2314 -0.0891577 0.092949 0.0214162
Vertex 2315 -0.0290584 0.0385824 0.0360072
Vertex 2316 -0.0379322 0.0359407 -0.029738
Vertex 2317 -0.0304238 0.12007 0.0279522
Vertex 2318 0.0300166 0.0708304 -0.0207823
Vertex 2319 -0.00550703 0.0787847 0.0579843
Vertex 2320 -0.0626127 0.0339199 -0.00909656
Vertex 2321 -0.0623049 0.142641 -0.00633906
Vertex 2322 -0.0478227 0.148347 -0.00331487
Vertex 2323 -0.0788357 0.148682 -0.00186858
Vertex 2324 -0.0462814 0.155049 0.00841735
Vertex 2325 -0.0325544 0.0348985 0.0454309
Vertex 2326 0.046038 0.044353 0.0245911
Vertex 2327 0.016266 0.0750624 -0.0291952
Vertex 2328 -0.0267649 0.0754486 -0.0363172
Vertex 2329 0.0208653 0.122279 0.030221
Vertex 2330 0.0305352 0.10973 -0.0102674
Vertex 2331 -0.0688005 0.087996 -0.0171065
Vertex 2332 -0.0319337 0.0680008 -0.0224492
Vertex 2333 -0.0074894 0.104457 0.0437929
Vertex 2334 0.00846909 0.111301 0.0401143
Vertex 2335 -0.0614566 0.0372076 0.0201515
Vertex 2336 0.0504568 0.0627892 -0.00292241
Vertex 2337 -0.0758939 0.107753 -0.00831552
Vertex 2338 -0.0328555 0.100056 -0.0225692
Vertex 2339 -0.0352323 0.0337248 0.00491425
Vertex 2340 -0.0940215 0.120122 0.0233001
Vertex 2341 -0.0414824 0.100082 0.0415393
Vertex 2342 -0.0285919 0.0494861 -0.0235098
Vertex 2343 -0.0719831 0.170733 -0.0298702
Vertex 2344 -0.0509112 0.0517382 0.0331779
Vertex 2345 -0.0537237 0.147766 0.0244131
Vertex 2346 -0.0448473 0.0339909 -0.0230279
Vertex 2347 -0.00748755 0.111393 0.0423782
Vertex 2348 0.030267 0.0496887 -0.0107252
Vertex 2349 -0.0402835 0.123242 -0.0103332
Vertex 2350 -0.090924 0.128274 0.0409748
Vertex 2351 0.0396278 0.103602 -0.00160767
Vertex 2352 -0.0121975 0.182647 -0.0286755
Vertex 2353 -0.0199406 0.122541 -0.00772092
Vertex 2354 0.0132839 0.0652538 -0.0302637
Vertex 2355 0.0365033 0.0512847 0.031619
Vertex 2356 -0.0653079 0.154958 0.0291369
Vertex 2357 0.000487516 0.110024 0.0426254
Vertex 2358 -0.0292503 0.036802 0.0530596
Vertex 2359 -0.0707082 0.0395895 0.00064332
Vertex 2360 0.0293268 0.0963357 -0.0179631
Vertex 2361 -0.0283604 0.112635 -0.0172343
Vertex 2362 -0.0277078 0.0725313 -0.0348614
Vertex 2363 0.00767659 0.0346834 0.0054103
Vertex 2364 -0.0932461 0.129666 0.0232459
Vertex 2365 -0.0121993 0.177175 -0.0288808
Vertex 2366 -0.0617049 0.070743 -0.0146345
Vertex 2367 -0.00466385 0.129429 0.0252614
Vertex 2368 -0.0704758 0.123201 0.0533571
Vertex 2369 0.0144985 0.107111 0.0421568
Vertex 2370 -0.0823671 0.0939609 0.0321712
Vertex 2371 -0.039718 0.0695625 -0.0162922
Vertex 2372 -0.0134983 0.0501789 0.0495792
Vertex 2373 -0.00887643 0.105922 -0.0227472
Vertex 2374 -0.0675712 0.139722 0.0445155
Vertex 2375 -0.0315045 0.100214 0.0434156
Vertex 2376 -0.0146147 0.12166 -0.00880985
Vertex 2377 0.0300675 0.0822073 0.0435477
Vertex 2378 0.00314926 0.122256 -0.0116623
Vertex 2379 -0.0647364 0.118589 0.0486106
Vertex 2380 -0.0660018 0.133981 0.0432166
Vertex 2381 -0.0363013 0.0408102 0.0457892
Vertex 2382 -0.00613038 0.0999315 0.0488982
Vertex 2383 0.0198737 0.0358544 0.0359282
Vertex 2384 0.0365837 0.0686678 0.0370221
Vertex 2385 -0.0334673 0.0532523 0.0375728
Vertex 2386 -0.0177087 0.0584461 -0.0348025
Vertex 2387 -0.0725189 0.144585 -0.0159026
Vertex 2388 -0.0399375 0.150681 0.00347523
Vertex 2389 0.0255945 0.0477251 0.0385093
Vertex 2390 -0.0374342 0.125294 0.0223398
Vertex 2391 -0.0850182 0.0831804 0.00149618
Vertex 2392 -0.0699808 0.136988 -0.00795948
Vertex 2393 -0.0578948 0.0983776 -0.0200563
Vertex 2394 -0.0456148 0.043386 -0.0114089
Vertex 2395 -0.0762359 0.113613 0.0494664
Vertex 2396 0.000137101 0.104495 -0.0221519
Vertex 2397 0.0190773 0.108184 -0.0165978
Vertex 2398 -0.0437744 0.116579 -0.0153348
Vertex 2399 -0.0579078 0.0494657 0.0056917
Vertex 2400 -0.0720312 0.141354 -0.00781974
Vertex 2401 -0.00929516 0.17029 -0.0258484
Vertex 2402 -0.03164 0.0581442 -0.0153958
Vertex 2403 -0.0336642 0.082217 -0.0255373
Vertex 2404 -0.00703497 0.101085 0.0445106
Vertex 2405 -0.0816947 0.113482 0.0465399
Vertex 2406 0.0235861 0.0352777 0.0154316
Vertex 2407 -0.0330169 0.0750953 -0.0275046
Vertex 2408 -0.0860007 0.147303 0.0341634
Vertex 2409 -0.0440446 0.129866 0.0080667
Vertex 2410 -0.0849611 0.0883696 0.0278927
Vertex 2411 -0.0763933 0.111249 -0.00565203
Vertex 2412 -0.0438465 0.0359346 0.00839642
Vertex 2413 -0.0426772 0.14763 -0.000244298
Vertex 2414 -0.0871972 0.102223 0.00642609
Vertex 2415 0.0166077 0.128469 0.0186355
Vertex 2416 -0.0440132 0.0366004 -0.0242792
Vertex 2417 -0.0357596 0.0367769 0.0465803
Vertex 2418 -0.0125102 0.0897843 0.0566766
Vertex 2419 0.0244407 0.0405616 0.0372831
Vertex 2420 -0.0795322 0.0826724 -0.00859002
Vertex 2421 -0.0301706 0.0421547 -0.0296993
Vertex 2422 -0.0737727 0.0928414 0.040556
Vertex 2423 -0.0298632 0.102958 -0.0228236
Vertex 2424 -0.0348879 0.043516 0.0457289
Vertex 2425 -0.0356146 0.127659 0.0111781
Vertex 2426 -0.0594798 0.0790546 0.0431577
Vertex 2427 -0.0597327 0.156046 0.0093301
Vertex 2428 -0.0599121 0.0588939 0.00621161
Vertex 2429 -0.00761024 0.0420402 -0.0258045
Vertex 2430 0.00539495 0.0433546 -0.0245866
Vertex 2431 0.0174939 0.0350076 -0.00788091
Vertex 2432 -0.053835 0.0329874 0.0179508
Vertex 2433 -0.0626839 0.154165 0.00249175
Vertex 2434 -0.0556539 0.153362 0.0267778
Vertex 2435 -0.0729035 0.125275 -0.00849683
Vertex 2436 0.00642086 0.116423 -0.0174422
Vertex 2437 -0.0761998 0.14998 -0.0148766
Vertex 2438 0.0156145 0.128768 0.00543431
Vertex 2439 -0.0820812 0.0748515 0.0115294
Vertex 2440 -0.0755167 0.0714511 -0.00453448
Vertex 2441 0.0189949 0.0449386 0.0430002
Vertex 2442 0.00946449 0.0616923 0.0540126
Vertex 2443 -0.00449141 0.0911839 0.0565229
Vertex 2444 0.0147936 0.104084 -0.0202238
Vertex 2445 -0.0175094 0.116845 0.0368185
Vertex 2446 -0.0405043 0.0944618 0.0422679
Vertex 2447 0.0450791 0.0411084 0.0144119
Vertex 2448 -0.018203 0.175668 -0.0239316
Vertex 2449 0.00536718 0.125777 0.0317922
Vertex 2450 -0.00837752 0.0353543 0.048476
Vertex 2451 -0.0321289 0.0337822 0.0109163
Vertex 2452 -0.0734967 0.126028 0.0530224
Vertex 2453 0.0125555 0.034405 -0.0178251
Vertex 2454 -0.00977952 0.0372711 0.0498001
Vertex 2455 -0.0654857 0.101487 0.0416824
Vertex 2456 0.0432388 0.0804742 0.027354
Vertex 2457 -0.0649207 0.122383 -0.00889091
Vertex 2458 0.0349752 0.0684447 -0.0157877
Vertex 2459 -0.0239808 0.0936155 -0.0313592
Vertex 2460 -0.0678958 0.0610238 0.00808464
Vertex 2461 0.0455086 0.055594 0.0323303
Vertex 2462 -0.0304487 0.0334492 -0.0290445
Vertex 2463 -0.0132739 0.162396 -0.014817
Vertex 2464 -0.0419921 0.0349859 0.0415962
Vertex 2465 -0.0761893 0.0686573 0.0192806
Vertex 2466 -0.0586032 0.141 0.0328315
Vertex 2467 -0.0905476 0.146077 0.0141502
Vertex 2468 -0.0540072 0.144242 -0.000990452
Vertex 2469 -0.0375019 0.0804666 0.0432825
Vertex 2470 0.0180643 0.0577618 0.0488361
Vertex 2471 -0.0642285 0.0429095 -0.00424321
Vertex 2472 -0.0685481 0.156429 0.0206858
Vertex 2473 0.0190515 0.0781917 0.0522129
Vertex 2474 -0.0224928 0.0988548 0.044702
Vertex 2475 -0.0111299 0.129809 0.0171219
Vertex 2476 0.00411674 0.108725 -0.0201726
Vertex 2477 -0.0174898 0.105786 0.0424611
Vertex 2478 0.00448236 0.11415 0.0407558
Vertex 2479 -0.0514248 0.0500855 0.0140283
Vertex 2480 0.0322227 0.0828447 -0.0192606
Vertex 2481 0.00535116 0.0480874 -0.0284111
Vertex 2482 -0.0676995 0.0606833 0.0155957
Vertex 2483 -0.00450247 0.056202 0.0539356
Vertex 2484 -0.0701499 0.0695315 0.0320822
Vertex 2485 -0.0475132 0.0875996 0.0450977
Vertex 2486 -0.0313268 0.0609036 -0.0184352
Vertex 2487 -0.0537032 0.140954 0.0276054
Vertex 2488 0.0403123 0.0491555 -0.00629774
Vertex 2489 -0.0578223 0.12834 0.0392194
Vertex 2490 0.0101258 0.125306 -0.00703851
Vertex 2491 -0.0809364 0.129495 -0.00494346
Vertex 2492 0.0243337 0.0605883 -0.0247185
Vertex 2493 -0.0444587 0.11222 -0.0167423
Vertex 2494 -0.0499299 0.0335056 -0.0106454
Vertex 2495 -0.0127393 0.0700008 -0.0380391
Vertex 2496 -0.0306705 0.0692801 -0.0274547
Vertex 2497 -0.0563673 0.0575771 -0.00141956
Vertex 2498 0.0142784 0.11622 -0.015243
Vertex 2499 -0.0174959 0.0984963 0.0451272
Vertex 2500 -0.00781609 0.0854881 -0.0377912
Vertex 2501 0.0308479 0.0567691 -0.0158074
Vertex 2502 0.0103735 0.0460953 0.0463477
Vertex 2503 0.0412042 0.046738 0.0312341
Vertex 2504 -0.00468764 0.0584239 -0.0337898
Vertex 2505 -0.0155441 0.165408 -0.0121335
Vertex 2506 -0.00548585 0.118301 0.0387556
Vertex 2507 0.0272754 0.0703879 -0.0233186
Vertex 2508 -0.0226202 0.181624 -0.0117104
Vertex 2509 -0.0720231 0.149543 -0.0391183
Vertex 2510 0.00924462 0.0710839 -0.0326657
Vertex 2511 -0.0523414 0.0402098 0.0465679
Vertex 2512 -0.0406241 0.0520111 -0.0110025
Vertex 2513 -0.0261763 0.0931476 0.0454624
Vertex 2514 0.0333197 0.0357288 0.0133458
Vertex 2515 -0.0218317 0.124906 0.0220793
Vertex 2516 -0.0846424 0.139002 0.00130344
Vertex 2517 -0.0486367 0.0591511 -0.0114572
Vertex 2518 -0.055623 0.120216 -0.0109924
Vertex 2519 -0.0792494 0.0723341 0.0207326
Vertex 2520 -0.0430533 0.034543 -0.0263375
Vertex 2521 -0.054126 0.0491389 0.0369634
Vertex 2522 -0.0659084 0.106679 -0.0142087
Vertex 2523 -0.0620106 0.15528 -0.0315878
Vertex 2524 -0.0331634 0.0381954 -0.000525199
Vertex 2525 0.0179185 0.121996 -0.0074786
Vertex 2526 -0.0311459 0.0354418 0.0504241
Vertex 2527 0.0420833 0.0409609 0.00227771
Vertex 2528 -0.0902473 0.132271 0.00623314
Vertex 2529 -0.00148382 0.131063 0.00627096
Vertex 2530 0.0254608 0.100767 0.0422505
Vertex 2531 -0.0224071 0.0510134 0.0440995
Vertex 2532 -0.0304938 0.0960556 0.0449536
Vertex 2533 0.0132792 0.0343795 0.0214237
Vertex 2534 -0.0263289 0.0434924 0.0526862
Vertex 2535 0.0303629 0.0483136 -0.00765132
Vertex 2536 0.00250661 0.0924946 0.055168
Vertex 2537 -0.0650018 0.0435996 0.0108034
Vertex 2538 -0.0305755 0.0788685 0.0415824
Vertex 2539 -0.0678048 0.17421 -0.0455841
Vertex 2540 0.0250153 0.0699448 0.0449142
Vertex 2541 -0.0126939 0.0585083 -0.0350263
Vertex 2542 0.0279051 0.0395203 0.0288639
Vertex 2543 -0.0694924 0.0846972 0.0421957
Vertex 2544 -0.086501 0.0833246 0.0174861
Vertex 2545 -0.0607836 0.171276 -0.0609166
Vertex 2546 -0.0532836 0.0335112 0.0086601
Vertex 2547 0.0275656 0.0563642 0.0414619
Vertex 2548 -0.0493916 0.144765 0.00938332
Vertex 2549 0.0313753 0.111403 0.0314731
Vertex 2550 -0.0817321 0.120346 0.0490739
Vertex 2551 -0.0351787 0.0336265 -0.0226404
Vertex 2552 -0.0125152 0.0589286 0.0534547
Vertex 2553 0.0100598 0.0371564 0.0309489
Vertex 2554 -0.0499113 0.147776 0.0118822
Vertex 2555 -0.0768619 0.116386 -0.00596474
Vertex 2556 -0.0408255 0.0914222 -0.0231618
Vertex 2557 -0.0605498 0.0341606 0.0243603
Vertex 2558 -0.0602464 0.144668 -0.00329576
Vertex 2559 0.0150017 0.0576648 0.0496654
Vertex 2560 -0.0684496 0.0369814 0.0129839
Vertex 2561 -0.0697681 0.156742 -0.0499137
Vertex 2562 -0.0261702 0.0823861 0.0514348
Vertex 2563 -0.0104184 0.179993 -0.0295246
Vertex 2564 -0.0261647 0.0620468 0.0393395
Vertex 2565 -0.0348319 0.0943645 -0.0236767
Vertex 2566 0.0407504 0.0633497 -0.00473671
Vertex 2567 -0.0045943 0.109577 -0.0220661
Vertex 2568 -0.0482842 0.164088 -0.00583628
Vertex 2569 0.000291608 0.0641338 -0.034343
Vertex 2570 -0.0694635 0.0618968 0.00696654
Vertex 2571 -0.0684622 0.16137 -0.0113077
Vertex 2572 -0.0762473 0.0920177 -0.013581
Vertex 2573 0.0463618 0.0504062 -0.00492067
Vertex 2574 -0.0669938 0.0358141 0.0313063
Vertex 2575 -0.0469304 0.116649 -0.0154073
Vertex 2576 -0.0307256 0.0915724 -0.0247467
Vertex 2577 -0.0423306 0.040657 -0.0232664
Vertex 2578 -0.0599208 0.0394628 0.0453423
Vertex 2579 -0.0266388 0.038336 -0.00299264
Vertex 2580 -0.00945158 0.0346766 0.0453022
Vertex 2581 -0.055158 0.0361639 -0.0112393
Vertex 2582 -0.00484087 0.0994589 -0.0252596
Vertex 2583 -0.0576549 0.124438 -0.00742698
Vertex 2584 0.0163171 0.0686116 0.0516854
Vertex 2585 -0.0659423 0.149401 -0.0328697
Vertex 2586 -0.0887091 0.0983318 0.0213821
Vertex 2587 0.0256492 0.0831048 -0.024123
Vertex 2588 -0.0720139 0.180999 -0.0528377
Vertex 2589 0.048187 0.0717514 0.00605259
Vertex 2590 0.0457541 0.0497206 0.0308161
Vertex 2591 -0.031899 0.0792306 -0.0315346
Vertex 2592 -0.0447185 0.0709976 -0.0171011
Vertex 2593 -0.0184886 0.0801089 0.0571361
Vertex 2594 -0.0864962 0.112872 0.0280752
Vertex 2595 0.0425127 0.0872289 0.028142
Vertex 2596 -0.0237033 0.091176 -0.0348871
Vertex 2597 -0.0718704 0.117956 -0.00810673
Vertex 2598 -0.050567 0.0474222 -0.00850865
Vertex 2599 -0.0534972 0.0732542 0.0410474
Vertex 2600 -0.00650105 0.0472142 0.0482843
Vertex 2601 -0.0162681 0.118552 -0.0135478
Vertex 2602 -0.0746787 0.169356 -0.0440586
Vertex 2603 0.0582269 0.0686747 0.0208601
Vertex 2604 -0.0264808 0.0509031 0.0429156
Vertex 2605 -0.0776508 0.151441 -0.00388634
Vertex 2606 -0.0607701 0.0447346 0.0418038
Vertex 2607 0.0212843 0.0490624 0.0410711
Vertex 2608 0.0406613 0.0638232 0.0297482
Vertex 2609 -0.0606301 0.0613516 -0.00265703
Vertex 2610 0.0219313 0.0605513 0.0474343
Vertex 2611 -0.0844232 0.100698 -0.00156743
Vertex 2612 -0.0351624 0.0344214 0.0133327
Vertex 2613 -0.0366019 0.0472824 -0.0203909
Vertex 2614 0.0234605 0.0367801 -0.00165856
Vertex 2615 0.00551166 0.0504095 0.0521406
Vertex 2616 -0.0730559 0.14548 -0.015959
Vertex 2617 -0.0220444 0.0384934 -0.0170721
Vertex 2618 -0.0802651 0.0963563 -0.00854135
Vertex 2619 -0.00773143 0.0670178 -0.0355816
Vertex 2620 -0.0285962 0.0377287 0.0207135
Vertex 2621 -0.0154864 0.0814755 0.0571167
Vertex 2622 -0.0144859 0.0951551 0.0535558
Vertex 2623 0.05377 0.0682444 0.00163269
Vertex 2624 -0.0743245 0.179234 -0.0539852
Vertex 2625 0.0419459 0.0625408 -0.0027477
Vertex 2626 0.0285253 0.065965 0.0429423
Vertex 2627 -0.0485539 0.0376116 -0.0123218
Vertex 2628 -0.0626214 0.149057 -0.0155813
Vertex 2629 -0.0184974 0.103009 0.0434402
Vertex 2630 0.0302883 0.103408 0.0369471
Vertex 2631 -0.0354827 0.0945899 0.0441989
Vertex 2632 -0.0246777 0.0366811 0.0541279
Vertex 2633 -0.0266334 0.0505574 -0.0257305
Vertex 2634 -0.0318359 0.0344957 0.0406866
Vertex 2635 -0.065193 0.165273 -0.0595568
Vertex 2636 0.00623573 0.0382417 0.0273828
Vertex 2637 -0.0538836 0.0984784 -0.021806
Vertex 2638 -0.0530779 0.153128 -0.00337034
Vertex 2639 0.0610023 0.062364 0.012157
Vertex 2640 -0.0388025 0.125966 -0.00521606
Vertex 2641 -0.0489146 0.121146 0.0309679
Vertex 2642 -0.0821005 0.0885236 0.0320901
Vertex 2643 -0.0445267 0.0423569 -0.0163056
Vertex 2644 -0.0773495 0.081875 0.035997
Vertex 2645 -0.0318598 0.0496767 -0.0173511
Vertex 2646 -0.0457478 0.130844 0.0207105
Vertex 2647 0.0252085 0.0464911 -0.0166174
Vertex 2648 0.0390327 0.0744186 -0.0107818
Vertex 2649 -0.0575438 0.119835 0.0395668
Vertex 2650 -0.0236176 0.123316 0.0244011
Vertex 2651 -0.0267986 0.0839175 -0.0367186
Vertex 2652 -0.0711187 0.0642492 0.0206358
Vertex 2653 0.0278638 0.0367181 0.000104301
Vertex 2654 -0.0418598 0.102811 -0.0210501
Vertex 2655 -0.00118398 0.0362533 0.0473478
Vertex 2656 -0.0465061 0.0425232 0.0438042
Vertex 2657 -0.0343564 0.043282 -0.028737
Vertex 2658 -0.0375014 0.106979 0.038117
Vertex 2659 0.00940878 0.0389595 -0.0232113
Vertex 2660 0.00350126 0.104382 0.0428343
Vertex 2661 0.0527245 0.0736707 0.0159788
Vertex 2662 -0.0564976 0.101562 0.0427397
Vertex 2663 -0.0536498 0.152894 0.0173581
Vertex 2664 -0.0577821 0.0826022 -0.0210434
Vertex 2665 0.0201601 0.0357218 -0.00467829
Vertex 2666 0.00894357 0.0819404 0.0551438
Vertex 2667 -0.0647467 0.143415 -0.011401
Vertex 2668 -0.0760712 0.152304 0.0343668
Vertex 2669 -0.0612546 0.0341987 0.0206565
Vertex 2670 -0.0132802 0.102485 0.0435875
Vertex 2671 0.00204515 0.0345955 -0.0162029
Vertex 2672 -0.0297799 0.106834 -0.0211406
Vertex 2673 -0.0657333 0.121445 0.0506733
Vertex 2674 -0.0125029 0.0673483 0.0540527
Vertex 2675 -0.0749218 0.0661459 0.00857247
Vertex 2676 -0.0417916 0.0869783 -0.0214259
Vertex 2677 -0.0872247 0.152479 0.0216964
Vertex 2678 0.0204871 0.0934146 0.0476927
Vertex 2679 0.00350781 0.064793 0.0565955
Vertex 2680 0.0453646 0.0575572 -0.00557548
Vertex 2681 -0.0485081 0.0504118 0.037253
Vertex 2682 0.058913 0.070492 0.0108657
Vertex 2683 -0.0544964 0.10974 0.0378742
Vertex 2684 -0.050269 0.11691 0.032477
Vertex 2685 -0.0336693 0.0607336 -0.0127906
Vertex 2686 -0.0492298 0.13342 0.00108021
Vertex 2687 0.0270498 0.0919981 -0.0213752
Vertex 2688 -0.0544725 0.0478754 0.0402183
Vertex 2689 -0.0540808 0.0434992 0.0186914
Vertex 2690 -0.0664147 0.112558 0.0425241
Vertex 2691 -0.0724467 0.0361675 0.00255211
Vertex 2692 -0.0245528 0.116739 0.0335827
Vertex 2693 -0.014903 0.172738 -0.0182312
Vertex 2694 0.00340018 0.0348289 -0.0229504
Vertex 2695 0.0122352 0.0808526 -0.0312408
Vertex 2696 -0.00890819 0.0389895 -0.0111716
Vertex 2697 -0.0159434 0.0385311 0.027994
Vertex 2698 -0.0167333 0.0642714 -0.0369951
Vertex 2699 -0.0211646 0.0933284 0.0517404
Vertex 2700 -0.0319013 0.0525534 -0.0124561
Vertex 2701 -0.0357967 0.0383351 -0.00483874
Vertex 2702 -0.0365004 0.0719314 0.0420432
Vertex 2703 -0.0281162 0.181397 -0.0109687
Vertex 2704 -0.0604952 0.0932426 0.0451145
Vertex 2705 0.00518099 0.090879 -0.0329112
Vertex 2706 -0.000266463 0.0936214 -0.0332218
Vertex 2707 -0.033517 0.115303 0.0329858
Vertex 2708 -0.0434783 0.0690982 0.041489
Vertex 2709 -0.0487066 0.064243 0.0362896
Vertex 2710 -0.0907184 0.115992 0.0263684
Vertex 2711 -0.0633419 0.155193 -0.0376165
Vertex 2712 -0.0691313 0.170851 -0.0540166
Vertex 2713 -0.0435038 0.0438236 0.0424673
Vertex 2714 -0.0896848 0.0929338 0.0144339
Vertex 2715 0.00321341 0.034575 0.0192003
Vertex 2716 0.0344395 0.062733 -0.0148459
Vertex 2717 -0.0193967 0.186852 -0.0171886
Vertex 2718 0.037525 0.0785071 -0.0127982
Vertex 2719 -0.0580787 0.133988 -0.00600022
Vertex 2720 -0.022965 0.108799 -0.0212234
Vertex 2721 0.0214495 0.0822346 0.0504578
Vertex 2722 -0.0925573 0.125589 0.0382552
Vertex 2723 -0.0882052 0.0955366 0.00643448
Vertex 2724 -0.0715324 0.144165 0.0446205
Vertex 2725 -0.0558871 0.108356 -0.0181276
Vertex 2726 -0.0613177 0.0470312 0.00669678
Vertex 2727 -0.048723 0.166988 -0.000980568
Vertex 2728 -0.089592 0.111931 0.0163329
Vertex 2729 -0.0891532 0.121635 0.0465292
Vertex 2730 -0.0389556 0.0350986 0.042208
Vertex 2731 -0.0445836 0.0476428 -0.0105653
Vertex 2732 -0.0892473 0.0888575 0.0104669
Vertex 2733 -0.0562712 0.146757 0.030967
Vertex 2734 -0.0669945 0.169371 -0.0323347
Vertex 2735 0.0578503 0.0648244 0.0238145
Vertex 2736 -0.0151514 0.041952 0.0515406
Vertex 2737 -0.0134154 0.0393527 0.0385623
Vertex 2738 -0.0112898 0.0395292 0.0388441
Vertex 2739 -0.00349688 0.0633763 0.0563118
Vertex 2740 0.0422094 0.0873179 -0.00779978
Vertex 2741 -0.0225608 0.0608496 0.0442445
Vertex 2742 -0.0448632 0.102817 -0.0213129
Vertex 2743 -0.0498374 0.138571 0.0183794
Vertex 2744 0.0514754 0.0531199 -0.00283685
Vertex 2745 0.00952731 0.105746 0.0431674
Vertex 2746 -0.0903092 0.140666 0.025165
Vertex 2747 -0.0802058 0.0759672 -0.0035211
Vertex 2748 -0.0139288 0.0883705 -0.0380287
Vertex 2749 -0.081252 0.0993542 0.0322994
Vertex 2750 -0.032468 0.175717 -0.00291757
Vertex 2751 0.0144021 0.0780973 0.054252
Vertex 2752 -0.00650337 0.0633626 0.0562557
Vertex 2753 -0.0106577 0.165418 -0.0198106
Vertex 2754 0.0133781 0.0537725 -0.0285433
Vertex 2755 -0.0534962 0.0931826 0.0441514
Vertex 2756 -0.0779458 0.175786 -0.0452228
Vertex 2757 -0.0536299 0.144677 0.0243972
Vertex 2758 -0.0218698 0.104438 -0.0229686
Vertex 2759 -0.0444858 0.091688 0.0430295
Vertex 2760 -0.0616679 0.0643653 -0.00651734
Vertex 2761 -0.0265381 0.155425 -0.00506198
Vertex 2762 -0.0434567 0.155083 0.00724724
Vertex 2763 0.0145806 0.0953173 0.0493246
Vertex 2764 -0.0657222 0.0431534 -0.00229362
Vertex 2765 0.0137354 0.10206 -0.0220537
Vertex 2766 -0.0564853 0.0791423 0.0441771
Vertex 2767 -0.0409612 0.0344092 -0.00782476
Vertex 2768 -0.0181519 0.16827 -0.0202389
Vertex 2769 0.00364343 0.0960341 -0.0296841
Vertex 2770 -0.0441537 0.0408799 -0.0213021
Vertex 2771 0.0438124 0.093116 0.0231537
Vertex 2772 -0.0528967 0.0476266 0.0236645
Vertex 2773 -0.085378 0.128494 0.0496125
Vertex 2774 0.0390675 0.0617702 -0.00778266
Vertex 2775 0.00624218 0.039472 0.0335072
Vertex 2776 -0.0568151 0.142191 -0.00256359
Vertex 2777 0.0453927 0.0833662 0.00319518
Vertex 2778 0.0200495 0.124902 -0.000599563
Vertex 2779 -0.0194396 0.0527865 0.0471813
Vertex 2780 -0.0559881 0.0594067 0.0225062
Vertex 2781 -0.0372275 0.160948 0.000450464
Vertex 2782 -0.0748544 0.15611 0.0141114
Vertex 2783 0.0241599 0.0418198 -0.00678118
Vertex 2784 -0.0892074 0.127019 0.0449806
Vertex 2785 -0.052836 0.095613 -0.0220115
Vertex 2786 0.0277412 0.121021 0.0227689
Vertex 2787 -0.0484929 0.0776741 0.0437591
Vertex 2788 0.00650779 0.0575337 0.0533257
Vertex 2789 -0.0147199 0.184604 -0.0232088
Vertex 2790 -0.0640739 0.0617863 -0.0011495
Vertex 2791 -0.0723413 0.0352299 0.00501169
Vertex 2792 -0.00350265 0.0689326 0.0566398
Vertex 2793 -0.00953059 0.096141 -0.0318625
Vertex 2794 0.0101112 0.110138 -0.0193681
Vertex 2795 -0.0709029 0.110786 -0.0101311
Vertex 2796 -0.0655106 0.0972881 0.0421527
Vertex 2797 -0.0613587 0.0343255 -0.00949544
Vertex 2798 -0.0135041 0.11966 0.0364252
Vertex 2799 -0.000233811 0.123831 -0.00932637
Vertex 2800 -0.0301947 0.125922 0.0102205
Vertex 2801 0.00838362 0.046349 -0.0258656
Vertex 2802 0.0192289 0.0820148 -0.027672
Vertex 2803 -0.0623548 0.166257 -0.0465894
Vertex 2804 -0.0379669 0.0433397 0.0417712
Vertex 2805 0.0257216 0.0672521 0.0441644
Vertex 2806 -0.0653439 0.127011 0.0477296
Vertex 2807 0.0386236 0.109277 0.0110826
Vertex 2808 0.0373688 0.102607 -0.00785264
Vertex 2809 -0.0809901 0.135346 -0.00326263
Vertex 2810 -0.058758 0.148538 -0.00150368
Vertex 2811 -0.082839 0.145958 0.00218243
Vertex 2812 -0.0294246 0.0861745 0.0444819
Vertex 2813 -0.0137302 0.107232 -0.0215702
Vertex 2814 0.0252321 0.0889244 0.0471615
Vertex 2815 -0.000753869 0.0390895 -0.00403098
Vertex 2816 -0.0626717 0.152516 0.0345768
Vertex 2817 -0.0107827 0.0784509 -0.0379132
Vertex 2818 -0.086583 0.1077 0.0153543
Vertex 2819 -0.0470957 0.0376632 0.0453493
Vertex 2820 -0.0788893 0.125151 -0.00625598
Vertex 2821 -0.0442894 0.126542 0.0198398
Vertex 2822 -0.0578055 0.0883401 -0.0213124
Vertex 2823 -0.0367737 0.0813353 -0.0218258
Vertex 2824 0.0603913 0.0595429 0.0161691
Vertex 2825 -0.0906686 0.139207 0.0161786
Vertex 2826 0.0102881 0.063916 -0.0312717
Vertex 2827 -0.035694 0.0666325 -0.0153314
Vertex 2828 -0.0284243 0.0487716 0.0462084
Vertex 2829 -0.0884887 0.122612 0.00129126
Vertex 2830 -0.0475033 0.113884 0.0346438
Vertex 2831 -0.0754019 0.151364 -0.0118956
Vertex 2832 -0.0255993 0.037974 -0.029094
Vertex 2833 -0.00750736 0.0561433 0.0534652
Vertex 2834 -0.0795325 0.124539 0.0521412
Vertex 2835 -0.0156461 0.186781 -0.0233704
Vertex 2836 0.00650044 0.0910463 0.0545358
Vertex 2837 -0.0382462 0.044597 -0.024375
Vertex 2838 -0.0300276 0.0875944 -0.030572
Vertex 2839 -0.08227 0.0830732 0.0310042
Vertex 2840 -0.0381589 0.163687 -0.0131595
Vertex 2841 -0.0707265 0.080778 -0.0161096
Vertex 2842 -0.0747471 0.147201 -0.0128585
Vertex 2843 -0.0524893 0.105673 0.0402508
Vertex 2844 -0.0709378 0.0995366 0.0403447
Vertex 2845 0.0341142 0.0605859 0.0386759
Vertex 2846 -0.0525972 0.055954 -0.00763978
Vertex 2847 0.0441694 0.0706598 0.0245614
Vertex 2848 -0.0558854 0.0479468 0.0296668
Vertex 2849 -0.0377966 0.0870844 -0.0227292
Vertex 2850 -0.0776418 0.158287 -0.0219264
Vertex 2851 -0.0719223 0.112846 0.049279
Vertex 2852 -0.0413446 0.0335325 -0.0237744
Vertex 2853 -0.0136017 0.0392183 -0.0267222
Vertex 2854 -0.0373144 0.033633 0.00457247
Vertex 2855 0.0541546 0.0547912 -0.000791323
Vertex 2856 -0.0779853 0.13835 -0.00526914
Vertex 2857 0.0405223 0.0582848 0.0307512
Vertex 2858 0.0336268 0.0557054 -0.0117007
Vertex 2859 0.0135801 0.0874029 0.0531363
Vertex 2860 -0.0648162 0.092445 -0.0185198
Vertex 2861 -0.00596208 0.0394 0.0364646
Vertex 2862 0.00434097 0.053874 -0.0300717
Vertex 2863 0.0537553 0.0686728 0.0251859
Vertex 2864 -0.0867731 0.0820034 0.0144903
Vertex 2865 -0.0246346 0.0464142 -0.0272665
Vertex 2866 0.0404333 0.0725805 0.0320798
Vertex 2867 -0.00457894 0.0383459 0.0160278
Vertex 2868 -0.000666067 0.037425 0.0194672
Vertex 2869 0.012166 0.127075 0.0284779
Vertex 2870 -0.0585235 0.0425717 0.0226979
Vertex 2871 0.0399369 0.0860773 0.0331939
Vertex 2872 0.015086 0.0406501 0.0443863
Vertex 2873 -0.000994561 0.129288 -0.0011666
Vertex 2874 -0.00832726 0.0349131 -0.024554
Vertex 2875 -0.0719279 0.153998 -0.0419035
Vertex 2876 -0.0474967 0.100136 0.0424923
Vertex 2877 -0.0653179 0.156011 -0.0499494
Vertex 2878 -0.0872747 0.139127 0.00719289
Vertex 2879 0.0125705 0.0658518 0.0532694
Vertex 2880 -0.0557727 0.0333786 -0.00437552
Vertex 2881 -0.0287174 0.0344722 -0.0298467
Vertex 2882 -0.0466572 0.0369109 -0.0172699
Vertex 2883 -0.0407686 0.0811968 -0.0203079
Vertex 2884 -0.0764595 0.111219 0.0459768
Vertex 2885 -0.0911932 0.147489 0.0241289
Vertex 2886 -0.0684671 0.140894 -0.00832284
Vertex 2887 -0.0415045 0.0548576 0.0396938
Vertex 2888 -0.0506923 0.0693793 -0.0143111
Vertex 2889 0.0173244 0.0580274 -0.0281164
Vertex 2890 -0.0870302 0.13217 0.00132034
Vertex 2891 -0.00529252 0.125273 -0.00885488
Vertex 2892 -0.0375032 0.0987213 0.042382
Vertex 2893 0.0242723 0.0647548 -0.0237835
Vertex 2894 -0.0272298 0.037736 0.022792
Vertex 2895 -0.0368214 0.16531 -0.000729186
Vertex 2896 -0.062358 0.172308 -0.0618736
Vertex 2897 0.0211096 0.0343656 0.00467028
Vertex 2898 -0.0626767 0.0346583 0.0408688
Vertex 2899 -0.0164665 0.068805 0.0544258
Vertex 2900 -0.0535232 0.0556038 0.0117195
Vertex 2901 -0.0706455 0.0701231 -0.00669595
Vertex 2902 -0.0699623 0.155307 -0.0499609
Vertex 2903 -0.0804177 0.153092 0.00488677
Vertex 2904 0.0100263 0.0352289 0.0272451
Vertex 2905 -0.0580888 0.115436 0.0369297
Vertex 2906 -0.0404915 0.113924 0.0347061
Vertex 2907 -0.0183468 0.0445922 0.0521871
Vertex 2908 -0.00149233 0.077429 0.0585147
Vertex 2909 0.0215063 0.107058 0.0398344
Vertex 2910 0.029273 0.103313 -0.0154093
Vertex 2911 -0.0763048 0.0702707 0.00153293
Vertex 2912 0.0164894 0.10985 0.0397676
Vertex 2913 0.0207029 0.0950845 -0.0226908
Vertex 2914 -0.0421609 0.128746 0.00435225
Vertex 2915 0.0185111 0.114004 0.0370685
Vertex 2916 -0.0357073 0.03405 0.0117511
Vertex 2917 0.00524711 0.0726037 -0.0343433
Vertex 2918 -0.0286636 0.0662687 -0.0294695
Vertex 2919 -0.00983206 0.0896484 -0.0366649
Vertex 2920 -0.0745085 0.13306 0.0516401
Vertex 2921 -0.0567366 0.0753362 -0.0185878
Vertex 2922 -0.033621 0.0519746 -0.0102559
Vertex 2923 -0.0708559 0.177779 -0.0481346
Vertex 2924 0.0317544 0.0632771 0.0405733
Vertex 2925 0.0350851 0.0848737 -0.0178837
Vertex 2926 0.013481 0.0358562 0.0436245
Vertex 2927 -0.087913 0.0900756 0.00446758
Vertex 2928 -0.0347045 0.0851136 -0.0245778
Vertex 2929 -0.0620309 0.153757 -0.0155846
Vertex 2930 -0.0251728 0.1712 -0.0194857
Vertex 2931 -0.0653369 0.0416124 0.0352199
Vertex 2932 -0.0842691 0.117693 0.0488129
Vertex 2933 -0.0729386 0.0646873 0.0146181
Vertex 2934 -0.0275703 0.070462 0.0404211
Vertex 2935 -0.0802136 0.0813857 -0.00655277
Vertex 2936 0.0183828 0.0447123 -0.0227438
Vertex 2937 -0.0628667 0.101101 -0.0182166
Vertex 2938 0.0423416 0.0718943 -0.00578991
Vertex 2939 -0.0661037 0.0713259 0.0366501
Vertex 2940 -0.0707159 0.179287 -0.0569572
Vertex 2941 0.0275411 0.044881 0.0360262
Vertex 2942 -0.0114897 0.0951792 0.0542781
Vertex 2943 -0.0598385 0.0385019 0.0199857
Vertex 2944 -0.0444606 0.147723 0.0056898
Vertex 2945 -0.0780672 0.161102 -0.0219327
Vertex 2946 -0.0197782 0.075693 -0.0390468
Vertex 2947 -0.0776167 0.145877 -0.00384676
Vertex 2948 0.00659366 0.0345497 0.005308
Vertex 2949 0.0480167 0.0525694 0.0306027
Vertex 2950 -0.0505296 0.0657745 0.0361047
Vertex 2951 -0.0553377 0.0457536 -0.00639551
Vertex 2952 -0.0894818 0.137913 0.0311948
Vertex 2953 0.0456498 0.0806034 0.02116
Vertex 2954 -0.0320867 0.0651952 -0.0194497
Vertex 2955 -0.0416725 0.0607151 -0.0124173
Vertex 2956 0.0354074 0.0446129 -0.00524037
Vertex 2957 0.0360643 0.108191 -0.003826
Vertex 2958 -0.021763 0.159801 -0.0034487
Vertex 2959 -0.00965605 0.0527028 -0.0331963
Vertex 2960 -0.0918829 0.116106 0.0333156
Vertex 2961 -0.0241862 0.125789 0.00366503
Vertex 2962 -0.0167402 0.0671791 -0.0380101
Vertex 2963 -0.0524922 0.0384865 -0.0115467
Vertex 2964 -0.0612458 0.141043 0.0360828
Vertex 2965 -0.085208 0.150101 0.00618898
Vertex 2966 -0.0704588 0.109521 0.0380634
Vertex 2967 0.0136873 0.0685864 0.0531495
Vertex 2968 0.0390662 0.103279 0.0267541
Vertex 2969 -0.0358778 0.159506 0.00240863
Vertex 2970 -0.0744184 0.069256 0.0261761
Vertex 2971 -0.0558334 0.0358523 0.0464479
Vertex 2972 -0.0766704 0.154203 -0.00290271
Vertex 2973 -0.0338728 0.0483909 -0.0193366
Vertex 2974 -0.0298552 0.0986755 -0.0232224
Vertex 2975 -0.0523357 0.136679 0.027812
Vertex 2976 0.0226853 0.115014 -0.0119595
Vertex 2977 -0.0131928 0.11434 -0.0171133
Vertex 2978 -0.0654711 0.157635 -0.0545345
Vertex 2979 -0.0895155 0.0983259 0.0124123
Vertex 2980 -0.0185161 0.125172 -0.00248935
Vertex 2981 0.0264872 0.122262 0.00520712
Vertex 2982 0.0144149 0.0343798 -0.00603429
Vertex 2983 -0.00449355 0.112805 0.041803
Vertex 2984 -0.0346676 0.0359024 -0.017193
Vertex 2985 -0.0062818 0.102371 0.0437669
Vertex 2986 0.0136708 0.0820393 0.0532361
Vertex 2987 -0.072499 0.117558 0.0529308
Vertex 2988 -0.0896904 0.116203 0.0443945
Vertex 2989 0.0156033 0.0352036 -0.0174539
Vertex 2990 0.0210892 0.0521114 0.044364
Vertex 2991 -0.0916761 0.122705 0.00729331
Vertex 2992 -0.0314993 0.116609 0.0322344
Vertex 2993 -0.0391365 0.0406682 0.0418102
Vertex 2994 -0.0222042 0.178612 -0.0212581
Vertex 2995 -0.0495014 0.0464837 0.0411417
Vertex 2996 -0.0927326 0.12419 0.0292678
Vertex 2997 -0.0113093 0.0384672 0.00547553
Vertex 2998 -0.0146369 0.0466344 -0.0294365
Vertex 2999 -0.0745678 0.155931 0.022959
Vertex 3000 -0.0792715 0.107765 0.0320009
Vertex 3001 -0.0380638 0.174118 -0.00995608
Vertex 3002 -0.0809392 0.0721012 0.0145438
Vertex 3003 0.0499211 0.0443554 0.0178724
Vertex 3004 -0.0761608 0.175035 -0.0499961
Vertex 3005 -0.0476227 0.0370311 -0.0128189
Vertex 3006 -0.0832232 0.0789707 0.00151853
Vertex 3007 -0.0348769 0.105695 -0.0204457
Vertex 3008 -0.0657759 0.0410192 0.0130518
Vertex 3009 -0.0324895 0.0874934 0.0434306
Vertex 3010 -0.0184842 0.0897075 0.0555921
Vertex 3011 -0.0765583 0.148625 -0.00886956
Vertex 3012 0.0101747 0.096292 -0.0259611
Vertex 3013 -0.0205078 0.049871 0.046386
Vertex 3014 -0.0215406 0.0711033 0.0513847
Vertex 3015 -0.0374543 0.155389 -0.00975319
Vertex 3016 -0.0185636 0.161122 -0.00592394
Vertex 3017 -0.088758 0.143311 0.0121502
Vertex 3018 0.0430064 0.0930319 -0.00281527
Vertex 3019 -0.0829532 0.112769 0.000219246
Vertex 3020 0.0113097 0.0609536 -0.0296395
Vertex 3021 0.0259096 0.0534724 0.0407837
Vertex 3022 -0.0178949 0.0971863 0.0483787
Vertex 3023 -0.0485053 0.108444 0.0391022
Vertex 3024 -0.0845703 0.11062 0.0357089
Vertex 3025 -0.0568081 0.154369 0.0248865
Vertex 3026 0.00150053 0.0591133 0.0550768
Vertex 3027 -0.0308747 0.056662 -0.0163864
Vertex 3028 -0.0215094 0.0983521 -0.0242621
Vertex 3029 -0.0607901 0.0839118 -0.0197808
Vertex 3030 0.0463117 0.0820487 0.00917902
Vertex 3031 0.0319638 0.0780558 -0.0197042
Vertex 3032 -0.0285033 0.0616825 0.0373869
Vertex 3033 -0.00773777 0.0727528 -0.0370634
Vertex 3034 0.0199833 0.0422265 0.0426566
Vertex 3035 -0.0678832 0.147765 -0.0303891
Vertex 3036 -0.0680436 0.0337635 0.00720288
Vertex 3037 0.0538026 0.0595499 0.0284925
Vertex 3038 -0.063712 0.167032 -0.0383216
Vertex 3039 -0.0902184 0.117255 0.00530427
Vertex 3040 0.0207674 0.103342 -0.0194283
Vertex 3041 0.0313815 0.0461664 -0.00629419
Vertex 3042 -0.0334786 0.100129 0.0429194
Vertex 3043 0.0393164 0.0948581 -0.00836399
Vertex 3044 0.059111 0.0580409 0.00617531
Vertex 3045 -0.0842614 0.0857549 -0.00354776
Vertex 3046 -0.0763465 0.151411 -0.00788806
Vertex 3047 0.0374508 0.109679 0.00217662
Vertex 3048 -0.00444148 0.0916785 -0.0352643
Vertex 3049 -0.0384924 0.0478181 0.0398313
Vertex 3050 -0.0544491 0.156028 0.0112408
Vertex 3051 0.00650695 0.0731027 0.0564796
Vertex 3052 -0.0846404 0.107661 0.0233457
Vertex 3053 0.0567415 0.0605855 0.00115011
Vertex 3054 -0.0421185 0.122004 0.0266511
Vertex 3055 0.0270604 0.0795391 0.0462139
Vertex 3056 -0.092883 0.116038 0.0143172
Vertex 3057 -0.0145052 0.0544906 0.0506759
Vertex 3058 0.0145889 0.124413 0.0307966
Vertex 3059 -0.0772744 0.177812 -0.051035
Vertex 3060 -0.018731 0.0627665 -0.0359648
Vertex 3061 0.0121657 0.0990535 -0.0228743
Vertex 3062 -0.0650238 0.0405393 0.0286621
Vertex 3063 -0.0861823 0.107654 0.00936346
Vertex 3064 -0.0295052 0.113904 0.0347936
Vertex 3065 -0.0251636 0.119759 -0.0107128
Vertex 3066 0.0335552 0.036072 0.00748554
Vertex 3067 -0.0520047 0.0344961 0.0416004
Vertex 3068 -0.0261604 0.114813 -0.0155316
Vertex 3069 -0.0738828 0.103582 -0.0116089
Vertex 3070 0.0565843 0.0508466 0.00719292
Vertex 3071 -0.0361895 0.0355992 0.0192692
Vertex 3072 -0.0337241 0.163848 -0.00328844
Vertex 3073 -0.0528198 0.0927332 -0.0219739
Vertex 3074 -0.0385753 0.165326 0.00202421
Vertex 3075 -0.0603715 0.133894 0.0372893
Vertex 3076 -0.0830301 0.110196 0.00131843
Vertex 3077 -0.062996 0.0444935 0.0306768
Vertex 3078 -0.0536324 0.0335534 0.00133593
Vertex 3079 -0.0510158 0.118895 -0.0136999
Vertex 3080 -0.00171216 0.066944 -0.0344014
Vertex 3081 -0.0570388 0.149629 0.0316784
Vertex 3082 0.00181256 0.0994772 -0.0233519
Vertex 3083 -0.0631603 0.151216 -0.00238889
Vertex 3084 -0.0477034 0.0649971 -0.0135628
Vertex 3085 -0.0379377 0.157973 0.00463177
Vertex 3086 -0.0118669 0.165326 -0.0197278
Vertex 3087 -0.0841107 0.0938743 -0.00455389
Vertex 3088 -0.006336 0.10011 -0.0240468
Vertex 3089 -0.0692317 0.155651 0.00154206
Vertex 3090 0.0269115 0.116892 -0.00595645
Vertex 3091 -0.00400483 0.123769 0.0343163
Vertex 3092 0.00350363 0.0883757 0.0563643
Vertex 3093 -0.0310391 0.0892178 -0.0256627
Vertex 3094 -0.0788477 0.0773102 0.0306071
Vertex 3095 -0.0830031 0.148729 0.00315098
Vertex 3096 0.0415243 0.0623608 0.0290336
Vertex 3097 -0.0633722 0.04322 0.0387983
Vertex 3098 0.0138422 0.0901622 -0.0294996
Vertex 3099 -0.0447592 0.0797381 -0.0197229
Vertex 3100 -0.0925898 0.124211 0.034269
Vertex 3101 -0.0586314 0.0580318 0.0162523
Vertex 3102 0.0302609 0.0461225 0.032895
Vertex 3103 -0.0555168 0.0610654 0.0262173
Vertex 3104 0.0105108 0.100431 0.0479236
Vertex 3105 -0.0672962 0.0785128 0.0408262
Vertex 3106 -0.00162211 0.0369274 0.0160989
Vertex 3107 -0.0324964 0.0518418 0.0373712
Vertex 3108 -0.00601913 0.126314 0.0306279
Vertex 3109 -0.00649113 0.0718493 0.0579775
Vertex 3110 -0.0913122 0.133748 0.0212171
Vertex 3111 0.0342459 0.0889575 0.0408509
Vertex 3112 -0.0114995 0.0486859 0.0490069
Vertex 3113 -0.0835371 0.151134 0.0310567
Vertex 3114 -0.0537204 0.0491564 0.0326591
Vertex 3115 -0.0549717 0.132532 0.0345672
Vertex 3116 -0.0394569 0.124785 -0.00795634
Vertex 3117 -0.0544751 0.0987674 0.042954
Vertex 3118 0.043074 0.0401669 0.0073914
Vertex 3119 0.00247314 0.0964836 0.053027
Vertex 3120 -0.0317919 0.0396266 0.0512352
Vertex 3121 -0.0336503 0.0577563 -0.0112696
Vertex 3122 0.0260285 0.0450625 -0.0106845
Vertex 3123 -0.0346988 0.120729 -0.0096591
Vertex 3124 -0.0726553 0.180933 -0.0546755
Vertex 3125 -0.0716243 0.157487 -0.00225608
Vertex 3126 -0.00467238 0.0555139 -0.0327809
Vertex 3127 -0.0301518 0.0360809 0.0236741
Vertex 3128 -0.0797379 0.0738711 0.0228323
Vertex 3129 -0.078769 0.165248 -0.0339573
Vertex 3130 -0.0718123 0.0950995 -0.0154446
Vertex 3131 0.0169437 0.0346991 -0.00395051
Vertex 3132 -0.0796395 0.11488 0.0476725
Vertex 3133 -0.0893681 0.0902559 0.0194368
Vertex 3134 -0.00186382 0.104504 -0.0225214
Vertex 3135 -0.0286491 0.125506 0.0152069
Vertex 3136 -0.0643328 0.146767 0.0386771
Vertex 3137 0.0455985 0.0918132 0.00816712
Vertex 3138 -0.0457387 0.0767861 -0.0183415
Vertex 3139 -0.0121936 0.163667 -0.0136225
Vertex 3140 -0.0222119 0.158173 -0.00418672
Vertex 3141 -0.0365003 0.087456 0.0430956
Vertex 3142 -0.04049 0.0677003 0.0417506
Vertex 3143 -0.0434938 0.0619471 0.0402773
Vertex 3144 0.000535895 0.0548656 0.0545076
Vertex 3145 -0.0272596 0.0409813 0.0537728
Vertex 3146 -0.0504978 0.159322 0.00851944
Vertex 3147 -0.00162661 0.100486 0.0474782
Vertex 3148 0.0260213 0.111246 -0.0119
Vertex 3149 0.0461205 0.0704224 0.0223322
Vertex 3150 -0.00881786 0.169637 -0.0227487
Vertex 3151 -0.0634907 0.0833477 0.0441845
Vertex 3152 -0.0292722 0.116973 -0.0137779
Vertex 3153 -0.010275 0.170544 -0.0261793
Vertex 3154 0.0267286 0.0521731 -0.0207566
Vertex 3155 0.022476 0.125337 0.020807
Vertex 3156 0.0319159 0.0876168 0.0427503
Vertex 3157 -0.0772012 0.161073 -0.0279344
Vertex 3158 -0.0236196 0.0436733 -0.0286374
Vertex 3159 -0.0137359 0.061178 0.0537969
Vertex 3160 -0.0185117 0.0387718 -0.0147573
Vertex 3161 0.0234195 0.0349614 0.0211471
Vertex 3162 -0.0229594 0.0811266 0.055321
Vertex 3163 -0.0662143 0.0386042 0.0318887
Vertex 3164 -0.00279611 0.0826469 -0.0371795
Vertex 3165 -0.051788 0.0855011 -0.0215694
Vertex 3166 -0.0464974 0.074738 0.042075
Vertex 3167 -0.0182219 0.0954777 -0.0312615
Vertex 3168 0.00965733 0.0345667 0.0223294
Vertex 3169 -0.0825513 0.110697 0.0307352
Vertex 3170 -0.0666041 0.164889 -0.0207192
Vertex 3171 0.00822226 0.0366869 -0.011267
Vertex 3172 -0.0304965 0.0917653 0.0441169
Vertex 3173 -0.0526101 0.0632972 -0.0100113
Vertex 3174 -0.0618964 0.108239 -0.0162152
Vertex 3175 -0.0703202 0.132668 0.0493213
Vertex 3176 -0.043632 0.0462886 -0.0112814
Vertex 3177 -0.00650346 0.112991 -0.0197156
Vertex 3178 -0.0350351 0.0408695 0.0473482
Vertex 3179 -0.0395514 0.159448 0.00235113
Vertex 3180 -0.0652339 0.0355811 0.0395373
Vertex 3181 -0.065855 0.0967089 -0.0173163
Vertex 3182 -0.0575 0.0589785 0.0215704
Vertex 3183 -0.0339952 0.0752026 -0.0244888
Vertex 3184 -0.0895729 0.151493 0.0191084
Vertex 3185 -0.0411413 0.0364371 -0.0278037
Vertex 3186 0.0203517 0.0672611 0.0487139
Vertex 3187 -0.0477832 0.129154 -0.000397631
Vertex 3188 -0.0420623 0.154724 -0.00848194
Vertex 3189 -0.0632766 0.146612 -0.0147592
Vertex 3190 -0.0504886 0.0946205 0.0445363
Vertex 3191 -0.0921816 0.132336 0.0152245
Vertex 3192 -0.038588 0.0341641 0.0271976
Vertex 3193 0.0133897 0.0389058 -0.0222843
Vertex 3194 -0.0317989 0.0382037 0.00155838
Vertex 3195 0.0330115 0.107346 -0.00970764
Vertex 3196 -0.0156288 0.184043 -0.0262877
Vertex 3197 -0.0660161 0.169448 -0.0590294
Vertex 3198 -0.0677151 0.171772 -0.0397619
Vertex 3199 0.000980613 0.120181 -0.0134191
Vertex 3200 0.0204519 0.0357096 0.00704168
Vertex 3201 0.0566718 0.0553009 0.0238011
Vertex 3202 0.0189844 0.127654 0.0109555
Vertex 3203 -0.0334912 0.0604137 0.038899
Vertex 3204 0.00396755 0.0341147 0.00886829
Vertex 3205 -0.087209 0.0941073 0.00444199
Vertex 3206 0.0364026 0.0547846 -0.00674979
Vertex 3207 -0.0340047 0.0386047 -0.0302796
Vertex 3208 -0.0613242 0.174126 -0.0596453
Vertex 3209 -0.0224957 0.101642 0.0440993
Vertex 3210 -0.0404538 0.105662 0.0393313
Vertex 3211 0.000505152 0.0675448 0.0563482
Vertex 3212 0.00399334 0.0399971 0.0458959
Vertex 3213 0.0224953 0.109772 0.0381484
Vertex 3214 -0.0694907 0.0930374 0.0422024
Vertex 3215 -0.0810295 0.0895599 -0.00769505
Vertex 3216 -0.0673041 0.044774 0.00468689
Vertex 3217 -0.0113988 0.126257 0.0287047
Vertex 3218 -0.0886736 0.132413 0.0428724
Vertex 3219 0.0532901 0.0621073 -0.00218568
Vertex 3220 0.0271512 0.0740976 0.0445232
Vertex 3221 -0.0716693 0.147461 -0.0281971
Vertex 3222 0.0289187 0.0580129 -0.0187889
Vertex 3223 -0.0588731 0.101172 -0.0189069
Vertex 3224 0.0413371 0.0444728 -0.00290745
Vertex 3225 -0.0845615 0.0777561 0.014943
Vertex 3226 -0.0263139 0.182659 -0.010558
Vertex 3227 0.0243141 0.0347256 0.0105738
Vertex 3228 -0.0253625 0.126177 0.010523
Vertex 3229 0.0326792 0.103442 0.0351236
Vertex 3230 0.0583564 0.0538008 0.0181861
Vertex 3231 -0.00544058 0.119032 -0.0141551
Vertex 3232 -0.0524535 0.0335708 0.023045
Vertex 3233 -0.0523224 0.146252 0.0184018
Vertex 3234 0.0465866 0.0714909 0.00427537
Vertex 3235 -0.0377389 0.0753784 -0.0182557
Vertex 3236 -0.0741619 0.0781636 -0.0115723
Vertex 3237 0.0249311 0.118938 0.0303034
Vertex 3238 -0.0521809 0.0564969 0.0230721
Vertex 3239 0.0342103 0.0795441 0.0407378
Vertex 3240 0.00322165 0.0782734 -0.0348651
Vertex 3241 0.0460243 0.0737836 0.00392327
Vertex 3242 0.0468601 0.0467385 0.0270828
Vertex 3243 -0.0292743 0.157003 -0.0105584
Vertex 3244 -0.0105333 0.0457993 0.0483516
Vertex 3245 -0.0186551 0.184576 -0.0164922
Vertex 3246 -0.060628 0.0588072 0.00794551
Vertex 3247 -0.0386685 0.0621637 -0.0127302
Vertex 3248 -0.0376403 0.0336717 0.00266115
Vertex 3249 -0.086438 0.0832915 0.00949498
Vertex 3250 -0.0474984 0.0833402 0.0443799
Vertex 3251 -0.0539828 0.0700164 0.038652
Vertex 3252 -0.0590903 0.0626036 0.0281123
Vertex 3253 -0.0109917 0.177231 -0.0295208
Vertex 3254 -0.0518373 0.0337424 -0.0112411
Vertex 3255 0.000993843 0.0989182 -0.0247915
Vertex 3256 -0.0409396 0.168342 -0.0108401
Vertex 3257 -0.0733228 0.17276 -0.036126
Vertex 3258 -0.0258097 0.0766327 0.0484243
Vertex 3259 -0.0731823 0.109139 0.039466
Vertex 3260 -0.0448486 0.0351369 -0.0234128
Vertex 3261 -0.0588626 0.0344147 0.0367317
Vertex 3262 -0.0829241 0.126549 -0.00467577
Vertex 3263 0.000515748 0.0349973 0.0453092
Vertex 3264 0.0220994 0.0476682 0.0404859
Vertex 3265 -0.0620402 0.161574 -0.0285866
Vertex 3266 -0.0534255 0.124412 -0.00739059
Vertex 3267 0.0383695 0.0533606 -0.00654853
Vertex 3268 -0.0503848 0.141583 0.00270968
Vertex 3269 0.0555717 0.0706847 0.00515518
Vertex 3270 0.0603302 0.0678632 0.0121432
Vertex 3271 -0.024687 0.0892375 0.0511394
Vertex 3272 -0.0810695 0.111472 -0.000645953
Vertex 3273 -0.00971954 0.0656257 -0.0358484
Vertex 3274 -0.0927217 0.128206 0.0112525
Vertex 3275 -0.0861865 0.0926674 0.00242789
Vertex 3276 0.00861625 0.13122 0.00857267
Vertex 3277 -0.0179474 0.100123 -0.0240926
Vertex 3278 -0.0300925 0.0509394 -0.0183595
Vertex 3279 0.0503561 0.073461 0.0121181
Vertex 3280 -0.0345226 0.0846315 0.0427551
Vertex 3281 -0.0494012 0.054529 0.0344155
Vertex 3282 0.00628325 0.0668147 -0.0324472
Vertex 3283 -0.0709552 0.134052 -0.00817596
Vertex 3284 -0.0413464 0.0470648 -0.0139804
Vertex 3285 -0.00649844 0.0814993 0.0573243
Vertex 3286 0.0157741 0.036715 -0.0196413
Vertex 3287 -0.0497297 0.0737805 -0.0165746
Vertex 3288 -0.0652623 0.158339 -0.0115587
Vertex 3289 0.0445386 0.0917351 0.000179815
Vertex 3290 0.0171004 0.120495 -0.00987579
Vertex 3291 -0.0779905 0.173544 -0.0470087
Vertex 3292 -0.0353577 0.174409 -0.00212011
Vertex 3293 -0.0524908 0.113899 0.0349209
Vertex 3294 -0.090055 0.132436 0.0352224
Vertex 3295 -0.0623153 0.13671 0.0362243
Vertex 3296 -0.0320742 0.0383234 -0.000421092
Vertex 3297 -0.0759547 0.129619 -0.00760722
Vertex 3298 -0.0897323 0.115129 0.0291209
Vertex 3299 0.0440515 0.0722274 0.0248494
Vertex 3300 -0.0117675 0.0728437 -0.0380964
Vertex 3301 0.00532494 0.0625045 -0.0319907
Vertex 3302 -0.0264937 0.0973851 0.0437224
Vertex 3303 -0.0719291 0.0394019 0.00652921
Vertex 3304 -0.0357817 0.0351096 0.0179926
Vertex 3305 -0.00849948 0.0911907 0.056727
Vertex 3306 0.0134356 0.129163 0.0217505
Vertex 3307 -0.0501691 0.0348773 0.00986405
Vertex 3308 -0.0556769 0.0499718 0.00979142
Vertex 3309 -0.0750529 0.0860661 0.0392001
Vertex 3310 -0.0114929 0.0745162 0.0566704
Vertex 3311 -0.0575878 0.158069 0.0020235
Vertex 3312 0.0172553 0.072257 -0.0294021
Vertex 3313 -0.0718669 0.115007 -0.00776782
Vertex 3314 -0.0604958 0.0890419 0.0453253
Vertex 3315 -0.0515329 0.0431219 -0.00982617
Vertex 3316 -0.0864391 0.131188 0.0477462
Vertex 3317 -0.0260317 0.0348457 -0.0200988
Vertex 3318 -0.0704544 0.150585 -0.0434585
Vertex 3319 -0.0624811 0.149792 0.0367836
Vertex 3320 -0.0206145 0.038142 0.0147556
Vertex 3321 0.0162971 0.0651874 -0.0294171
Vertex 3322 -0.00779714 0.0812765 -0.0379169
Vertex 3323 -0.0335104 0.175675 -0.00315318
Vertex 3324 -0.0802884 0.146109 0.0411929
Vertex 3325 -0.0833358 0.105954 0.0271122
Vertex 3326 -0.0650964 0.155112 0.00596226
Vertex 3327 -0.0294372 0.045874 0.0494957
Vertex 3328 -0.037714 0.0710075 -0.016855
Vertex 3329 -0.0327877 0.082138 -0.0285334
Vertex 3330 -0.00248496 0.0548872 0.0545581
Vertex 3331 -0.0640364 0.138454 -0.00746704
Vertex 3332 -0.0292731 0.0691492 -0.0304581
Vertex 3333 -0.0498819 0.105595 -0.0195612
Vertex 3334 -0.0939473 0.122782 0.0142819
Vertex 3335 0.00772266 0.115023 0.0394097
Vertex 3336 -0.0324058 0.05963 -0.0134049
Vertex 3337 -0.0375341 0.0356789 0.0117182
Vertex 3338 -0.0593508 0.0339548 0.0212701
Vertex 3339 0.0224678 0.0975265 0.046211
Vertex 3340 -0.0641258 0.0611318 0.00140431
Vertex 3341 -0.0605064 0.0394509 -0.00845033
Vertex 3342 0.0140142 0.0519753 0.0481823
Vertex 3343 -0.0188243 0.0868874 -0.0382929
Vertex 3344 -0.0631194 0.0357147 0.0189543
Vertex 3345 -0.0350845 0.124972 -0.00417237
Vertex 3346 0.0264007 0.116693 0.0313169
Vertex 3347 0.0264293 0.0400385 -0.00421056
Vertex 3348 -0.089989 0.142041 0.0291697
Vertex 3349 -0.0231479 0.0919482 0.0509374
Vertex 3350 0.0314823 0.114431 0.0284596
Vertex 3351 -0.0636875 0.0722354 -0.0149801
Vertex 3352 0.0148847 0.0378033 0.0441286
Vertex 3353 0.00655622 0.121628 -0.0130526
Vertex 3354 -0.0738026 0.1492 0.0397758
Vertex 3355 -0.0223231 0.0391341 0.0387105
Vertex 3356 -0.0384872 0.0337149 -0.0296051
Vertex 3357 0.00393342 0.0340406 0.014385
Vertex 3358 -0.0524826 0.132311 -0.00383544
Vertex 3359 0.00133514 0.0554198 -0.0315391
Vertex 3360 -0.0759388 0.151364 -0.016882
Vertex 3361 0.03144 0.0681325 -0.0188162
Vertex 3362 -0.059742 0.156334 0.00641085
Vertex 3363 0.00795856 0.126912 0.0298215
Vertex 3364 -0.0131452 0.0346678 0.0462791
Vertex 3365 0.0329293 0.104175 -0.0123189
Vertex 3366 -0.0295276 0.0383617 0.0343291
Vertex 3367 -0.0716194 0.0382939 0.000706648
Vertex 3368 0.0309191 0.0539829 -0.0147501
Vertex 3369 -0.0375058 0.171208 0.00081801
Vertex 3370 -0.0653109 0.180421 -0.0593142
Vertex 3371 -0.0822334 0.107404 -0.00162196
Vertex 3372 -0.000640169 0.0481947 -0.0300913
Vertex 3373 -0.0590026 0.0609591 0.0242669
Vertex 3374 -0.00594439 0.13066 0.0175514
Vertex 3375 -0.0267774 0.122204 0.0247423
Vertex 3376 -0.0545067 0.0904158 0.0449797
Vertex 3377 -0.0290915 0.0334798 -0.0269263
Vertex 3378 -0.0655034 0.108381 0.0382088
Vertex 3379 0.00348965 0.105764 0.0424132
Vertex 3380 -0.0254743 0.105723 0.0415881
Vertex 3381 0.0185916 0.116689 0.0359263
Vertex 3382 -0.0759599 0.0675387 0.00855626
Vertex 3383 0.0387467 0.0828368 -0.0137708
Vertex 3384 -0.0792849 0.109686 0.041215
Vertex 3385 -0.0743937 0.157452 -0.00470821
Vertex 3386 -0.082746 0.0802849 -0.000491629
Vertex 3387 0.00320889 0.0824712 -0.0345101
Vertex 3388 -0.00634516 0.0379873 -0.0153566
Vertex 3389 -0.0791947 0.116328 0.04948
Vertex 3390 -0.0309502 0.0376665 0.0292806
Vertex 3391 -0.0408028 0.033851 -0.0276993
Vertex 3392 -0.00915886 0.0385694 0.027547
Vertex 3393 0.0267764 0.0373043 0.025139
Vertex 3394 -0.0194926 0.111309 0.040066
Vertex 3395 -0.0257724 0.0797722 -0.0374309
Vertex 3396 -0.0514967 0.101534 0.0419051
Vertex 3397 -0.024781 0.0769658 -0.0376048
Vertex 3398 -0.00333145 0.0968513 -0.0305901
Vertex 3399 -0.0472614 0.125357 0.0280089
Vertex 3400 -0.0671097 0.0432428 -0.000257977
Vertex 3401 -0.0697867 0.034416 -0.00452426
Vertex 3402 -0.0114637 0.165492 -0.0149909
Vertex 3403 -0.0584632 0.0480819 0.000648378
Vertex 3404 -0.0289733 0.124361 0.000543811
Vertex 3405 0.00964519 0.0349724 -0.00752839
Vertex 3406 -0.0399677 0.0461402 -0.0203282
Vertex 3407 -0.0908772 0.119982 0.00630567
Vertex 3408 -0.0135796 0.18457 -0.0255034
Vertex 3409 0.0247589 0.0435818 0.039017
Vertex 3410 -0.00649361 0.105887 0.04408
Vertex 3411 0.0451079 0.0636949 -0.00183531
Vertex 3412 -0.0608612 0.0435863 0.0137318
Vertex 3413 0.0140143 0.0357038 0.00388789
Vertex 3414 -0.0414935 0.0776367 0.0431734
Vertex 3415 0.0222529 0.0365833 0.0139797
Vertex 3416 0.021665 0.0416371 -0.0126942
Vertex 3417 -0.0453927 0.0336614 -0.0191153
Vertex 3418 0.0012658 0.0697321 -0.0339789
Vertex 3419 0.0293799 0.0892796 -0.0205263
Vertex 3420 0.0372616 0.0915229 0.0364203
Vertex 3421 0.0175395 0.0364962 0.0420884
Vertex 3422 0.0194745 0.0851519 0.050256
Vertex 3423 -0.0724141 0.159616 -0.0379306
Vertex 3424 -0.0291964 0.162421 -0.00376774
Vertex 3425 0.0387498 0.0659721 -0.0107606
Vertex 3426 0.00341059 0.0376223 -0.0244648
Vertex 3427 -0.0702669 0.176516 -0.0559875
Vertex 3428 0.0203688 0.0459169 -0.020834
Vertex 3429 0.0363374 0.104678 0.0298648
Vertex 3430 -0.0417008 0.153622 0.00625938
Vertex 3431 0.00932784 0.0581716 -0.0301717
Vertex 3432 -0.0487592 0.0797294 -0.0200154
Vertex 3433 -0.0244966 0.0509689 0.0431921
Vertex 3434 -0.0561697 0.0684762 0.0377129
Vertex 3435 -0.0508913 0.0474088 0.0186488
Vertex 3436 -0.0722746 0.15542 -0.0369062
Vertex 3437 -0.0785777 0.0907895 -0.0106208
Vertex 3438 -0.027328 0.0951114 -0.0248637
Vertex 3439 -0.0206629 0.0479548 -0.0285983
Vertex 3440 -0.0281007 0.162292 -0.0150733
Vertex 3441 -0.0713444 0.144531 -0.0156116
Vertex 3442 -0.000492298 0.0605899 0.0560413
Vertex 3443 -0.0384869 0.0860997 0.0437907
Vertex 3444 -0.0554809 0.0440191 0.0450323
Vertex 3445 -0.0227439 0.0669905 -0.0360641
Vertex 3446 0.0106928 0.0341923 -0.0160349
Vertex 3447 -0.0524014 0.152599 0.0134601
Vertex 3448 0.0335365 0.0483507 0.0312493
Vertex 3449 -0.00788756 0.107371 -0.0226705
Vertex 3450 -0.0442655 0.127665 -0.00291939
Vertex 3451 -0.0278445 0.0535534 0.0370258
Vertex 3452 0.0314312 0.0625198 -0.0186445
Vertex 3453 0.0471599 0.07398 0.0153485
Vertex 3454 -0.0110827 0.102149 -0.0241692
Vertex 3455 0.0419445 0.0972272 0.0251571
Vertex 3456 0.028089 0.0929174 0.0442737
Vertex 3457 -0.0624218 0.113827 0.0376933
Vertex 3458 -0.0543637 0.116891 0.0353365
Vertex 3459 -0.0414996 0.117985 0.0314618
Vertex 3460 -0.0402206 0.0433137 -0.0233156
Vertex 3461 -0.0714195 0.067071 -0.00151156
Vertex 3462 -0.0862013 0.10903 0.0113533
Vertex 3463 -0.0908205 0.132399 0.0292201
Vertex 3464 0.0132369 0.0709965 -0.0314873
Vertex 3465 -0.0886682 0.141939 0.0121971
Vertex 3466 0.0393962 0.0505525 -0.00668347
Vertex 3467 -0.00126307 0.039726 0.0470556
Vertex 3468 -0.0694879 0.0368888 0.0112092
Vertex 3469 0.00314961 0.0344334 0.00286196
Vertex 3470 -0.00148646 0.0489421 0.0507365
Vertex 3471 -0.0231964 0.0651165 0.0447582
Vertex 3472 -0.00949201 0.129843 0.00617837
Vertex 3473 0.0159863 0.0860656 0.0513294
Vertex 3474 -0.0823822 0.144566 0.00117046
Vertex 3475 0.0122459 0.0780339 -0.0313519
Vertex 3476 -0.0841314 0.0776758 0.00449933
Vertex 3477 -0.0882602 0.111934 0.0373837
Vertex 3478 0.024601 0.0954054 -0.0210454
Vertex 3479 0.00296745 0.0390391 -0.00510833
Vertex 3480 0.0246727 0.0884534 -0.0236513
Vertex 3481 0.041033 0.0788113 -0.0077656
Vertex 3482 -0.0205761 0.0350586 0.0512942
Vertex 3483 -0.051798 0.0884029 -0.0218862
Vertex 3484 -0.0125985 0.0420542 -0.026434
Vertex 3485 -0.0571547 0.150227 -0.00146353
Vertex 3486 -0.0218218 0.0854612 -0.0381675
Vertex 3487 -0.0304078 0.0499703 0.0425042
Vertex 3488 -0.0179932 0.0940702 -0.0337993
Vertex 3489 -0.0343151 0.0794495 -0.0245241
Vertex 3490 0.0159009 0.113257 -0.0160529
Vertex 3491 0.00242842 0.0916453 -0.033159
Vertex 3492 -0.0689178 0.0717538 0.0356819
Vertex 3493 -0.0197912 0.0347004 -0.0276305
Vertex 3494 -0.0555068 0.0341015 0.0254741
Vertex 3495 0.0189748 0.0699869 0.0502663
Vertex 3496 0.0123741 0.0494269 -0.0274814
Vertex 3497 -0.00204808 0.0983649 0.051847
Vertex 3498 0.0043237 0.131753 0.0112849
Vertex 3499 -0.0572639 0.0601869 -0.00219809
Vertex 3500 -0.0176301 0.183064 -0.0184359
Vertex 3501 -0.046761 0.126023 -0.00719597
Vertex 3502 -0.0205025 0.0486482 0.0489372
Vertex 3503 -0.025466 0.0460651 0.0509844
Vertex 3504 -0.0484861 0.137101 0.00939484
Vertex 3505 -0.0790004 0.100402 -0.00859092
Vertex 3506 -0.0428426 0.0956907 -0.0224311
Vertex 3507 -0.0868944 0.122556 -0.00173403
Vertex 3508 -0.0316129 0.119551 -0.0104429
Vertex 3509 -0.075211 0.159631 -0.0279486
Vertex 3510 0.041497 0.0527902 0.0324777
Vertex 3511 -0.0496676 0.0649029 -0.0122308
Vertex 3512 -0.0367962 0.0383714 -0.00507539
Vertex 3513 -0.0550525 0.129598 -0.0055846
Vertex 3514 -0.0347686 0.16678 -0.00304399
Vertex 3515 -0.08839 0.0995952 0.00742201
Vertex 3516 -0.0571826 0.122684 0.0401181
Vertex 3517 -0.0622817 0.0458517 0.0346831
Vertex 3518 0.0202715 0.077733 -0.0270961
Vertex 3519 0.0388132 0.0794166 0.0350891
Vertex 3520 0.0367726 0.100261 -0.0101361
Vertex 3521 -0.0884616 0.136381 0.00620417
Vertex 3522 -0.0804668 0.131637 0.0521945
Vertex 3523 -0.0427238 0.072521 -0.0180673
Vertex 3524 -0.067993 0.0619274 0.01978
Vertex 3525 -0.0478093 0.0898718 -0.0219802
Vertex 3526 -0.0614701 0.166956 -0.0604533
Vertex 3527 -0.0276317 0.056316 -0.0254148
Vertex 3528 0.00524969 0.0395071 0.0332712
Vertex 3529 -0.00949487 0.11143 0.0422271
Vertex 3530 -0.0450098 0.146255 0.00342574
Vertex 3531 -0.050774 0.143198 0.0153986
Vertex 3532 -0.0760947 0.171183 -0.0343205
Vertex 3533 0.0353499 0.042038 0.028119
Vertex 3534 0.0152276 0.0835585 -0.0295949
Vertex 3535 -0.00834994 0.0943471 -0.0340215
Vertex 3536 -0.0244452 0.181836 -0.00961144
Vertex 3537 -0.047499 0.0451812 0.0421654
Vertex 3538 -0.0625329 0.155555 0.0257427
Vertex 3539 -0.0414945 0.041025 0.0428519
Vertex 3540 -0.0751309 0.154085 -0.0179327
Vertex 3541 -0.050462 0.0402796 0.0458238
Vertex 3542 0.00350232 0.123774 0.0338316
Vertex 3543 -0.0135829 0.03702 0.0510108
Vertex 3544 -0.0355091 0.0676694 0.0413832
Vertex 3545 -0.047648 0.0614917 0.0367154
Vertex 3546 -0.0629391 0.12384 -0.00881569
Vertex 3547 0.0291103 0.0713139 0.0420683
Vertex 3548 -0.0120884 0.101067 0.0439606
Vertex 3549 -0.0862834 0.141953 0.0402325
Vertex 3550 -0.0358361 0.11045 -0.0189078
Vertex 3551 0.00651507 0.0344231 0.0163793
Vertex 3552 0.0223468 0.121292 -0.00473526
Vertex 3553 0.022681 0.0549804 0.0449373
Vertex 3554 -0.0530219 0.147196 -0.00187885
Vertex 3555 0.00773677 0.0341095 0.00222437
Vertex 3556 -0.0356104 0.127425 0.0141251
Vertex 3557 -0.0721891 0.0696552 -0.00460695
Vertex 3558 -0.04424 0.130203 0.0124253
Vertex 3559 0.0182047 0.100313 -0.0224597
Vertex 3560 0.02441 0.101163 -0.0191142
Vertex 3561 0.0593532 0.0636103 0.0211835
Vertex 3562 -0.0637445 0.0781022 -0.0180675
Vertex 3563 -0.00359562 0.043415 -0.0257386
Vertex 3564 -0.0672347 0.158081 -0.05503
Vertex 3565 -0.0770334 0.158982 -0.013085
Vertex 3566 0.0106165 0.0644536 0.0539383
Vertex 3567 0.011955 0.0349898 0.0332703
Vertex 3568 -0.0114987 0.0856547 0.0572923
Vertex 3569 -0.0395021 0.0450562 0.0411081
Vertex 3570 -0.0169788 0.106067 -0.0223329
Vertex 3571 -0.0364996 0.0789928 0.0425809
Vertex 3572 -0.0162644 0.11453 -0.017303
Vertex 3573 -0.0250606 0.0603159 -0.031412
Vertex 3574 -0.0321931 0.123411 -0.0044713
Vertex 3575 0.0294554 0.0416168 0.02991
Vertex 3576 -0.0878523 0.0860961 0.00747941
Vertex 3577 -0.0561139 0.139571 -0.00370722
Vertex 3578 -0.0262667 0.110544 -0.0190457
Vertex 3579 -0.0747384 0.149908 -0.0288721
Vertex 3580 -0.0359224 0.034124 0.026018
Vertex 3581 -0.0315484 0.0749387 -0.030532
Vertex 3582 -0.0315243 0.0802674 0.0412906
Vertex 3583 0.0438775 0.06952 0.000229591
Vertex 3584 -0.063129 0.0366622 0.0429743
Vertex 3585 -0.0352015 0.153653 0.00157065
Vertex 3586 -0.0635438 0.0341847 -0.00786744
Vertex 3587 0.0110271 0.112101 -0.0187639
Vertex 3588 0.00450086 0.0533884 0.0535142
Vertex 3589 0.00352032 0.0772514 0.0561756
Vertex 3590 0.00942926 0.0360304 0.00452751
Vertex 3591 -0.0624979 0.0760891 0.0414437
Vertex 3592 -0.0295401 0.0904607 -0.0275932
Vertex 3593 -0.0192518 0.185941 -0.0210687
Vertex 3594 0.00720445 0.088027 -0.0329216
Vertex 3595 -0.00975454 0.0728065 -0.0376393
Vertex 3596 -0.0609822 0.170956 -0.0597011
Vertex 3597 0.0506847 0.044695 0.00922239
Vertex 3598 -0.0428553 0.101381 -0.0214106
Vertex 3599 -0.0175006 0.0829087 0.0576844
Vertex 3600 -0.0414976 0.0860064 0.0425981
Vertex 3601 -0.0274963 0.100194 0.0434874
Vertex 3602 -0.0594807 0.0398598 0.0207095
Vertex 3603 -0.00465552 0.0526099 -0.031899
Vertex 3604 -0.0659605 0.110851 0.0377691
Vertex 3605 -0.0713326 0.0345571 0.00760774
Vertex 3606 -0.00749453 0.0952341 0.0547544
Vertex 3607 0.0442623 0.0959503 0.0151546
Vertex 3608 -0.0444006 0.0337168 -0.00238543
Vertex 3609 -0.0468821 0.108426 -0.0186436
Vertex 3610 -0.0482032 0.131003 0.0267578
Vertex 3611 -0.050104 0.0515366 0.0156131
Vertex 3612 -0.0345086 0.0775176 0.0416541
Vertex 3613 -0.0334278 0.124984 0.0208436
Vertex 3614 -0.0087012 0.0613261 -0.0351009
Vertex 3615 -0.0757755 0.0948358 -0.0134771
Vertex 3616 -0.0188178 0.158773 -0.00942574
Vertex 3617 0.0218587 0.0714183 0.0491823
Vertex 3618 -0.0771842 0.102138 0.0352151
Vertex 3619 0.0357614 0.089262 -0.0164786
Vertex 3620 0.00673484 0.0364109 -0.0131882
Vertex 3621 0.0193574 0.0537071 -0.027254
Vertex 3622 -0.0331932 0.0348891 0.047012
Vertex 3623 -0.091455 0.148836 0.0171378
Vertex 3624 0.0125066 0.10443 0.0450477
Vertex 3625 -0.00269376 0.0613003 -0.0344696
Vertex 3626 0.0574071 0.0691343 0.00477569
Vertex 3627 0.014908 0.106309 -0.0185911
Vertex 3628 -0.0931203 0.121503 0.0403997
Vertex 3629 -0.00350029 0.0856691 0.0572933
Vertex 3630 0.0188202 0.124811 0.0265908
Vertex 3631 -0.0505534 0.0543594 0.017626
Vertex 3632 -0.016863 0.0640072 0.0526042
Vertex 3633 0.0164763 0.0348375 -0.0136598
Vertex 3634 0.00614005 0.103026 -0.0213684
Vertex 3635 -0.0858054 0.102155 0.00239755
Vertex 3636 0.0346496 0.0972102 -0.0129196
Vertex 3637 0.0315208 0.0994913 0.038731
Vertex 3638 -0.0684451 0.117201 0.0519481
Vertex 3639 -0.0321194 0.165225 -0.0156285
Vertex 3640 -0.0425023 0.0986936 0.0421906
Vertex 3641 -0.0121987 0.171236 -0.0257581
Vertex 3642 -0.0628956 0.119461 -0.00917238
Vertex 3643 -0.0134047 0.0981882 0.0494032
Vertex 3644 0.0558431 0.0722822 0.0186151
Vertex 3645 -0.0716986 0.077793 -0.0140498
Vertex 3646 -0.0898842 0.145774 0.0282412
Vertex 3647 -0.0552085 0.151192 0.0284379
Vertex 3648 -0.0114161 0.0382303 0.016554
Vertex 3649 -0.0495137 0.0503617 0.0366255
Vertex 3650 -0.066663 0.144317 -0.015468
Vertex 3651 0.0170761 0.115474 -0.0144429
Vertex 3652 -0.0298766 0.05514 -0.0203901
Vertex 3653 -0.0657818 0.152842 -0.0413063
Vertex 3654 -0.089294 0.136502 0.0252035
Vertex 3655 -0.0137772 0.0770735 -0.0384143
Vertex 3656 -0.0291577 0.0380555 0.005854
Vertex 3657 -0.0675442 0.151908 -0.0456642
Vertex 3658 0.0258633 0.0505634 0.0389033
Vertex 3659 -0.0406764 0.0344836 0.0353061
Vertex 3660 -0.0839499 0.0979633 -0.0036111
Vertex 3661 -0.0284012 0.038721 -0.0148192
Vertex 3662 -0.00956353 0.172645 -0.0227849
Vertex 3663 -0.0166197 0.126668 0.0238945
Vertex 3664 0.0523683 0.0540101 0.0281247
Vertex 3665 -0.0727381 0.151148 -0.0398146
Vertex 3666 -0.0378682 0.104226 -0.0203027
Vertex 3667 -0.038496 0.0450464 0.0406484
Vertex 3668 -0.0384859 0.0520062 0.0392089
Vertex 3669 0.0436968 0.0818627 -0.00278544
Vertex 3670 -0.0487026 0.0708482 -0.0151225
Vertex 3671 -0.0521172 0.0545658 0.0256302
Vertex 3672 -0.0346349 0.176996 -0.009991
Vertex 3673 -0.0568589 0.0562507 0.00563881
Vertex 3674 -0.0428742 0.10707 -0.020141
Vertex 3675 0.0381644 0.0887078 -0.0138852
Vertex 3676 0.0360371 0.0547702 0.0325687
Vertex 3677 -0.0744487 0.141666 -0.00675172
Vertex 3678 -0.051497 0.0890197 0.045238
Vertex 3679 0.00104126 0.108173 -0.0205653
Vertex 3680 -0.0365789 0.0337187 0.00826156
Vertex 3681 -0.0833865 0.140392 0.00124854
Vertex 3682 -0.0783796 0.172116 -0.0450441
Vertex 3683 0.0134074 0.0463149 -0.0249889
Vertex 3684 0.0150763 0.0900809 0.0517899
Vertex 3685 0.0495286 0.0610841 0.0304744
Vertex 3686 -0.0903603 0.143336 0.0142018
Vertex 3687 -0.0617514 0.175333 -0.0614739
Vertex 3688 0.00286437 0.130486 0.00148286
Vertex 3689 -0.0358502 0.0986071 -0.0225695
Vertex 3690 0.0432452 0.100105 0.0111579
Vertex 3691 -0.0887169 0.125354 0.00227396
Vertex 3692 0.0193977 0.0490363 -0.0230642
Vertex 3693 -0.00161218 0.0387745 0.0252993
Vertex 3694 0.0360211 0.0628935 -0.0127986
Vertex 3695 -0.0556759 0.0661408 -0.010195
Vertex 3696 0.0458177 0.0820138 0.0181729
Vertex 3697 0.0553821 0.0590684 -0.00081652
Vertex 3698 -0.0861039 0.0846923 0.0224682
Vertex 3699 -0.07448 0.0662148 0.0164657
Vertex 3700 0.0133075 0.062355 -0.0296823
Vertex 3701 0.0222613 0.0692548 -0.0269722
Vertex 3702 0.0355013 0.0605581 0.0371681
Vertex 3703 -0.0597431 0.093988 -0.019461
Vertex 3704 -0.019761 0.0984382 0.0445534
Vertex 3705 -0.0217734 0.0713925 -0.0382795
Vertex 3706 0.0350895 0.0686836 0.0383949
Vertex 3707 0.00551873 0.0842341 0.0568816
Vertex 3708 -0.0568793 0.105485 -0.0183902
Vertex 3709 -0.00849416 0.0661021 0.0557034
Vertex 3710 -0.0784667 0.141403 0.0468168
Vertex 3711 -0.015856 0.0980295 -0.0258983
Vertex 3712 -0.035816 0.0448118 0.0437923
Vertex 3713 0.0478387 0.0734572 0.0126134
Vertex 3714 -0.0861037 0.109061 0.0193453
Vertex 3715 0.0345395 0.0727588 0.0393885
Vertex 3716 0.0191348 0.102061 0.0453843
Vertex 3717 -0.0643033 0.0426016 0.0312522
Vertex 3718 -0.0538286 0.0338166 -0.0117099
Vertex 3719 -0.0464924 0.159333 0.00779524
Vertex 3720 -0.0480228 0.144604 0.00545108
Vertex 3721 -0.0529425 0.0516633 -0.00638853
Vertex 3722 -0.0749519 0.164602 -0.018207
Vertex 3723 -0.0683644 0.0381281 -0.00463362
Vertex 3724 -0.00845767 0.100229 0.0476033
Vertex 3725 -0.0688616 0.033602 -0.00179476
Vertex 3726 -0.0833424 0.104748 -0.00163012
Vertex 3727 -0.0639761 0.129691 -0.00851425
Vertex 3728 0.0181014 0.0354956 -0.0136744
Vertex 3729 0.0147782 0.0929392 -0.0263979
Vertex 3730 -0.0647046 0.0352193 0.0243246
Vertex 3731 -0.0294344 0.0381755 0.00387704
Vertex 3732 -0.0620129 0.0587144 0.0113478
Vertex 3733 -0.0520638 0.0723523 0.0405753
Vertex 3734 -0.042488 0.1112 0.0368617
Vertex 3735 -0.0885678 0.139164 0.0111992
Vertex 3736 0.0278568 0.0643129 -0.0209613
Vertex 3737 0.0313718 0.118521 0.0155758
Vertex 3738 -0.0593549 0.0410534 0.0179552
Vertex 3739 -0.0647018 0.172123 -0.0473675
Vertex 3740 0.0184724 0.0934238 0.0476306
Vertex 3741 -0.0932956 0.12823 0.014251
Vertex 3742 -0.0433492 0.123979 0.0232099
Vertex 3743 0.0343592 0.0519767 -0.00689954
Vertex 3744 -0.0301636 0.153871 -0.00371356
Vertex 3745 -0.073516 0.18065 -0.0535934
Vertex 3746 -0.0530296 0.137293 -0.00118635
Vertex 3747 0.0195769 0.0347391 0.0223805
Vertex 3748 -0.0242347 0.0401682 0.0541848
Vertex 3749 -0.091423 0.144753 0.0241539
Vertex 3750 -0.0471845 0.0383965 -0.0142868
Vertex 3751 -0.087746 0.09368 0.0248353
Vertex 3752 -0.0530084 0.149326 0.0224058
Vertex 3753 -0.0338224 0.0338142 0.00692539
Vertex 3754 0.0305676 0.0350004 0.0115893
Vertex 3755 -0.0333397 0.0410057 0.0499212
Vertex 3756 0.0583601 0.0593964 0.0227402
Vertex 3757 -0.0593595 0.0336431 -0.00899455
Vertex 3758 0.040988 0.0392554 0.0153655
Vertex 3759 -0.0705055 0.0343308 -0.00278598
Vertex 3760 -0.0034922 0.0473569 0.0490622
Vertex 3761 -0.0638531 0.04136 -0.00615806
Vertex 3762 -0.0649278 0.105334 -0.0156241
Vertex 3763 -0.0817249 0.153192 0.027965
Vertex 3764 -0.0266349 0.121939 -0.00696588
Vertex 3765 0.0266901 0.106496 -0.0148024
Vertex 3766 -0.061495 0.100138 0.0425963
Vertex 3767 -0.0425494 0.0346163 0.040046
Vertex 3768 -0.0743362 0.15411 -0.0219057
Vertex 3769 -0.0798447 0.116298 -0.00419638
Vertex 3770 0.023446 0.0385037 -0.00396461
Vertex 3771 -0.00341693 0.115827 -0.0167447
Vertex 3772 -0.0338231 0.0915286 -0.0241849
Vertex 3773 -0.0575 0.0588269 0.0212602
Vertex 3774 -0.0599651 0.0469723 0.0336736
Vertex 3775 0.0444747 0.0438727 0.000520461
Vertex 3776 -0.00552934 0.126815 -0.00649473
Vertex 3777 -0.0154881 0.0758696 0.0561745
Vertex 3778 -0.0437474 0.0783133 -0.0194351
Vertex 3779 -0.0642686 0.171043 -0.0609844
Vertex 3780 -0.0116746 0.164119 -0.0176003
Vertex 3781 -0.0649024 0.119454 -0.00881631
Vertex 3782 0.0294698 0.0801098 -0.0210213
Vertex 3783 -0.00548333 0.122374 0.0356916
Vertex 3784 0.0417109 0.0957641 -0.00380547
Vertex 3785 -0.0280888 0.121741 0.0242898
Vertex 3786 0.0101881 0.0341976 -0.00109267
Vertex 3787 0.0280724 0.0678498 -0.0217391
Vertex 3788 -0.0180785 0.0337977 -0.021304
Vertex 3789 -0.0596514 0.142474 0.0348633
Vertex 3790 0.0189212 0.0875932 -0.0268145
Vertex 3791 -0.0769165 0.147253 -0.00586064
Vertex 3792 -0.0345099 0.109779 0.0372255
Vertex 3793 -0.0659978 0.135528 -0.00820667
Vertex 3794 0.0268259 0.0605622 0.0439609
Vertex 3795 -0.0945397 0.121475 0.0202819
Vertex 3796 -0.0708338 0.143978 -0.0149516
Vertex 3797 -0.0847135 0.152577 0.00925173
Vertex 3798 -0.042501 0.0803745 0.0423542
Vertex 3799 -0.0199623 0.0624791 0.0486773
Vertex 3800 -0.0175036 0.0357848 -0.0270478
Vertex 3801 0.0442902 0.0875035 0.0241471
Vertex 3802 -0.0194949 0.122198 0.0303074
Vertex 3803 -0.0554437 0.158541 0.0079523
Vertex 3804 0.0215711 0.035903 0.0289947
Vertex 3805 0.0202169 0.0591906 0.0484605
Vertex 3806 -0.0650996 0.115729 0.046366
Vertex 3807 -0.0135013 0.0687469 0.0541774
Vertex 3808 0.00450074 0.0938217 0.0540732
Vertex 3809 -0.0439563 0.147482 -0.0018962
Vertex 3810 -0.082872 0.154403 0.0201091
Vertex 3811 0.00950265 0.0517655 0.0513753
Vertex 3812 0.0413547 0.102812 0.0011821
Vertex 3813 -0.0293882 0.0593157 -0.02241
Vertex 3814 -0.0289938 0.16114 -0.00164375
Vertex 3815 -0.0855476 0.136296 0.00125685
Vertex 3816 -0.0370133 0.1227 0.0269929
Vertex 3817 -0.0479423 0.118344 0.0305757
Vertex 3818 0.00637279 0.049483 -0.0283693
Vertex 3819 -0.0330517 0.0624982 -0.0144201
Vertex 3820 -0.0553478 0.054711 -0.00338754
Vertex 3821 -0.022007 0.0754165 0.0531212
Vertex 3822 0.043354 0.053395 -0.00666154
Vertex 3823 -0.0222445 0.159024 -0.0114139
Vertex 3824 -0.0617686 0.159987 -0.035592
Vertex 3825 -0.0153943 0.099814 0.0443638
Vertex 3826 -0.0534999 0.0820142 0.0450601
Vertex 3827 -0.00382316 0.0854518 -0.0372434
Vertex 3828 -0.0106905 0.18126 -0.0286694
Vertex 3829 -0.0372457 0.0381548 -0.00680953
Vertex 3830 -0.051366 0.129708 0.032749
Vertex 3831 -0.0886141 0.0928486 0.00844707
Vertex 3832 -0.0832785 0.12444 0.0504652
Vertex 3833 -0.0385893 0.036902 -0.00962928
Vertex 3834 -0.0903951 0.118903 0.0450094
Vertex 3835 -0.0344955 0.0889014 0.0434521
Vertex 3836 0.0271939 0.0479684 -0.0167032
Vertex 3837 -0.0799858 0.150056 0.000166757
Vertex 3838 -0.0786706 0.0853441 -0.0105854
Vertex 3839 -0.0284962 0.0946634 0.0451029
Vertex 3840 0.0141872 0.0347155 0.0357788
Vertex 3841 0.0121741 0.0780107 0.0545179
Vertex 3842 -0.0224569 0.0524128 0.0435307
Vertex 3843 0.0306859 0.0377485 0.0237503
Vertex 3844 -0.076573 0.153595 0.0311713
Vertex 3845 0.00132582 0.0568889 -0.0321653
Vertex 3846 -0.055978 0.0534457 0.00767233
Vertex 3847 -0.0639717 0.0459278 0.00771742
Vertex 3848 -0.0090863 0.16966 -0.0247514
Vertex 3849 -0.0267697 0.0750695 0.0452054
Vertex 3850 0.000516491 0.101662 0.0444028
Vertex 3851 0.00710731 0.126603 -0.00643182
Vertex 3852 -0.0575339 0.0493779 -0.000368537
Vertex 3853 -0.0609581 0.142927 -0.00458074
Vertex 3854 -0.0305143 0.0348089 0.0211376
Vertex 3855 0.0272256 0.10745 0.0377741
Vertex 3856 -0.000472995 0.0746288 0.0583091
Vertex 3857 0.000514279 0.0383337 0.0225142
Vertex 3858 -0.0383911 0.127983 0.00280515
Vertex 3859 -0.0347226 0.0711465 -0.0183854
Vertex 3860 -0.0660878 0.161167 -0.014759
Vertex 3861 -0.0558806 0.154815 0.016521
Vertex 3862 -0.0366476 0.0577363 -0.0111372
Vertex 3863 -0.0692254 0.124258 0.0526584
Vertex 3864 -0.0336564 0.0343441 0.0369141
Vertex 3865 -0.0909094 0.114612 0.0400043
Vertex 3866 0.00958152 0.0417197 0.0451866
Vertex 3867 0.0464379 0.0778615 0.0131806
Vertex 3868 -0.0475797 0.035695 0.0449374
Vertex 3869 -0.059497 0.0861573 0.0445009
Vertex 3870 -0.0605375 0.155317 0.003221
Vertex 3871 0.0223236 0.0550419 -0.0260567
Vertex 3872 -0.0172469 0.116672 -0.0155678
Vertex 3873 0.0111209 0.0908234 -0.0303895
Vertex 3874 -0.0745556 0.104899 0.0367465
Vertex 3875 -0.0224893 0.0462052 0.0523041
Vertex 3876 -0.0308908 0.0524482 -0.0143777
Vertex 3877 -0.0633155 0.125546 0.0454063
Vertex 3878 0.0262873 0.0942382 0.0451936
Vertex 3879 -0.0894613 0.148789 0.0111841
Vertex 3880 -0.056363 0.13673 0.0325483
Vertex 3881 0.0401031 0.0589615 -0.00453029
Vertex 3882 0.00962081 0.119433 -0.0146957
Vertex 3883 0.0123855 0.0603174 0.0511841
Vertex 3884 -0.0624131 0.11535 0.0394932
Vertex 3885 0.0164932 0.112605 0.0382483
Vertex 3886 -0.065916 0.0662086 0.0305519
Vertex 3887 -0.0356689 0.117866 -0.0126779
Vertex 3888 -0.0285082 0.0874866 -0.0336017
Vertex 3889 -0.0305089 0.0760274 0.0408429
Vertex 3890 0.011503 0.108488 0.0403225
Vertex 3891 -0.0434333 0.15941 0.00551467
Vertex 3892 -0.043544 0.157959 0.00535766
Vertex 3893 -0.0376189 0.0505906 -0.0108802
Vertex 3894 0.0389262 0.103315 -0.00332456
Vertex 3895 0.00109253 0.113026 -0.0199046
Vertex 3896 -0.0137593 0.0388335 -0.0101314
Vertex 3897 -0.0193156 0.162502 -0.00702982
Vertex 3898 -0.0490964 0.156122 -0.00621407
Vertex 3899 -0.0707579 0.0639499 0.00302292
Vertex 3900 0.033576 0.0781814 -0.0177928
Vertex 3901 0.029421 0.0461183 -0.00671048
Vertex 3902 -0.0454276 0.0345386 0.0307405
Vertex 3903 0.00024817 0.0726618 -0.0353693
Vertex 3904 -0.0633235 0.0388939 0.025715
Vertex 3905 -0.0119077 0.0894805 -0.0370977
Vertex 3906 -0.068322 0.144999 -0.0199128
Vertex 3907 -0.0810351 0.0787684 -0.0035164
Vertex 3908 0.0213076 0.110412 -0.0149847
Vertex 3909 0.0208395 0.034464 0.00266226
Vertex 3910 -0.0205044 0.11679 0.0360351
Vertex 3911 -0.0346391 0.0469045 -0.0241611
Vertex 3912 -0.037803 0.0885803 -0.0235006
Vertex 3913 -0.012533 0.0458468 0.048979
Vertex 3914 0.0549036 0.0506667 0.00319831
Vertex 3915 0.0515169 0.0664883 0.0274059
Vertex 3916 -0.0318614 0.109962 -0.0183828
Vertex 3917 -0.0292113 0.156649 -0.000270816
Vertex 3918 -0.0534544 0.124093 0.0367404
Vertex 3919 -0.0405119 0.125571 0.0212459
Vertex 3920 0.00613123 0.105885 -0.0208912
Vertex 3921 -0.035755 0.0783248 -0.0195335
Vertex 3922 -0.0627834 0.035148 0.0195098
Vertex 3923 -0.0309197 0.0805646 -0.0325792
Vertex 3924 -0.0737025 0.144377 -0.00986626
Vertex 3925 0.0587274 0.0538199 0.013179
Vertex 3926 -0.0879643 0.115809 0.00328051
Vertex 3927 -0.0275135 0.111195 0.0372083
Vertex 3928 -0.0446505 0.0592548 -0.0123035
Vertex 3929 -0.0384965 0.0620329 0.0413169
Vertex 3930 -0.00849476 0.0745791 0.0575173
Vertex 3931 -0.042649 0.0378778 -0.0263104
Vertex 3932 -0.0498262 0.0941747 -0.0218116
Vertex 3933 0.009256 0.0681484 -0.0312392
Vertex 3934 -0.0332116 0.0851655 -0.0254848
Vertex 3935 0.0405023 0.0484755 0.0322215
Vertex 3936 -0.0783661 0.108548 -0.00557568
Vertex 3937 -0.0160251 0.0375717 -0.0270066
Vertex 3938 -0.0864815 0.0846104 0.00248575
Vertex 3939 0.0187298 0.0489829 0.0426596
Vertex 3940 -0.0474986 0.102884 0.0412273
Vertex 3941 0.010498 0.0909888 0.0536897
Vertex 3942 -0.0505067 0.0805184 0.044061
Vertex 3943 -0.0255422 0.0377889 0.0158759
Vertex 3944 -0.0815406 0.110006 0.0333062
Vertex 3945 0.0170529 0.075444 0.0528157
Vertex 3946 0.0034577 0.0989815 0.0493164
Vertex 3947 -0.0604913 0.0818799 0.0434166
Vertex 3948 -0.0427865 0.0855262 -0.0214717
Vertex 3949 0.0408171 0.04213 0.0255289
Vertex 3950 -0.0764978 0.13864 0.0490601
Vertex 3951 -0.0344792 0.0382691 -0.00267158
Vertex 3952 -0.00386335 0.103093 -0.0232514
Vertex 3953 -0.0714603 0.0390724 0.00325296
Vertex 3954 -0.0679008 0.1038 -0.0147014
Vertex 3955 -0.0779467 0.170107 -0.0351609
Vertex 3956 -0.0554697 0.0345193 -0.0117205
Vertex 3957 -0.00439966 0.119978 -0.0131705
Vertex 3958 -0.0829013 0.122118 -0.00412754
Vertex 3959 -0.050636 0.0604891 -0.0105672
Vertex 3960 0.0413134 0.0732089 -0.00778125
Vertex 3961 -0.0940576 0.125561 0.0242759
Vertex 3962 0.038172 0.0967289 0.0325586
Vertex 3963 0.0390555 0.064539 0.0335561
Vertex 3964 -0.00277478 0.078376 -0.0365291
Vertex 3965 -0.00573884 0.0712887 -0.036141
Vertex 3966 -0.0499421 0.135837 0.0234945
Vertex 3967 -0.0448982 0.123992 0.0241166
Vertex 3968 -0.0769362 0.0914256 0.0381174
Vertex 3969 -0.0622614 0.0594461 0.0178467
Vertex 3970 -0.00868026 0.111843 -0.0204858
Vertex 3971 -0.0857179 0.124363 0.0486993
Vertex 3972 0.0045204 0.0661365 0.0560558
Vertex 3973 -0.078386 0.154762 0.00850622
Vertex 3974 0.0252695 0.0532659 -0.021679
Vertex 3975 -0.0594971 0.101543 0.0424741
Vertex 3976 0.0402856 0.10561 0.017163
Vertex 3977 -0.0300853 0.179019 -0.00589649
Vertex 3978 -0.065316 0.0625169 -0.002419
Vertex 3979 -0.0124833 0.108618 0.0427908
Vertex 3980 -0.0116556 0.127143 -0.00273206
Vertex 3981 -0.030416 0.0692532 -0.0284548
Vertex 3982 -0.0497318 0.0354763 -0.0126201
Vertex 3983 -0.053795 0.115431 0.0343764
Vertex 3984 -0.0105014 0.0546468 0.0522278
Vertex 3985 -0.0355126 0.10012 0.0421792
Vertex 3986 -0.0921826 0.114725 0.0193089
Vertex 3987 -0.073344 0.0672327 0.000494062
Vertex 3988 -0.0280768 0.169745 -0.00916431
Vertex 3989 -0.0857862 0.0939971 -0.000563608
Vertex 3990 -0.00332845 0.128773 0.0271941
Vertex 3991 -0.061937 0.111099 -0.0150221
Vertex 3992 -0.076603 0.120411 0.0526033
Vertex 3993 0.00552678 0.0619607 0.0559576
Vertex 3994 -0.0340875 0.177472 -0.00744261
Vertex 3995 -0.0859938 0.0978404 0.0272064
Vertex 3996 -0.0631406 0.152896 -0.00931447
Vertex 3997 -0.0498767 0.0529199 0.0166388
Vertex 3998 -0.000499367 0.0456802 0.0470389
Vertex 3999 -0.0572808 0.0345537 0.0438127
Vertex 4000 -0.0611505 0.153585 0.0321143
Vertex 4001 -0.0777833 0.0694772 0.0182331
Vertex 4002 -0.0615714 0.111062 0.0370307
Vertex 4003 -0.0863511 0.0872693 0.000483168
Vertex 4004 -0.0504985 0.0776737 0.0437561
Vertex 4005 -0.093011 0.118839 0.0352993
Vertex 4006 -0.0553875 0.143884 0.0305002
Vertex 4007 0.0304284 0.0383851 -0.001443
Vertex 4008 -0.0367435 0.0437017 -0.0271198
Vertex 4009 -0.016529 0.0558872 0.0508401
Vertex 4010 -0.0874477 0.148578 0.0299355
Vertex 4011 -0.0494962 0.100168 0.0429965
Vertex 4012 -0.0324333 0.126109 0.00355422
Vertex 4013 0.00904636 0.090083 -0.0314826
Vertex 4014 -0.00449819 0.0604864 0.0551163
Vertex 4015 -0.0568311 0.0912579 -0.0217399
Vertex 4016 -0.0517386 0.139928 0.000994109
Vertex 4017 0.0431795 0.0737197 0.0272167
Vertex 4018 -0.0408691 0.158042 0.00401656
Vertex 4019 -0.0790281 0.166651 -0.0329632
Vertex 4020 -0.0523102 0.116406 -0.0150785
Vertex 4021 0.00318984 0.0852564 -0.0341139
Vertex 4022 -0.0614467 0.0335533 -0.00933279
Vertex 4023 -0.0870838 0.0846865 0.0114769
Vertex 4024 -0.0543959 0.12661 -0.00573734
Vertex 4025 -0.0136509 0.0496769 -0.0312069
Vertex 4026 -0.0769695 0.154154 -0.0139015
Vertex 4027 -0.0537237 0.0477139 0.0256667
Vertex 4028 -0.0463694 0.113628 -0.0162147
Vertex 4029 0.0146321 0.0460649 0.043757
Vertex 4030 -0.0909161 0.13091 0.00724248
Vertex 4031 -0.0491155 0.0337431 -0.0125383
Vertex 4032 -0.0036313 0.046681 -0.0294588
Vertex 4033 -0.0417782 0.0473939 -0.012205
Vertex 4034 0.0205957 0.0394417 0.0417168
Vertex 4035 -0.0658419 0.0995396 -0.0165139
Vertex 4036 -0.0676348 0.0704852 -0.0103532
Vertex 4037 -0.0703591 0.0620888 0.0120183
Vertex 4038 0.000940682 0.0357179 -0.0155776
Vertex 4039 -0.0283572 0.0578046 -0.0244014
Vertex 4040 0.0211162 0.126093 0.00605375
Vertex 4041 -0.0621205 0.0458041 0.0366793
Vertex 4042 -0.0540772 0.146211 0.0253916
Vertex 4043 -0.0896944 0.133694 0.0395953
Vertex 4044 0.0093588 0.0524416 -0.0295377
Vertex 4045 -0.0923144 0.132364 0.0182222
Vertex 4046 -0.0835033 0.0804619 0.0265017
Vertex 4047 0.0045298 0.102977 0.0440255
Vertex 4048 -0.0276072 0.0488225 -0.0246209
Vertex 4049 -0.0198832 0.0335337 -0.0251748
Vertex 4050 -0.080224 0.0913049 0.0343483
Vertex 4051 0.00351386 0.100332 0.0462561
Vertex 4052 0.0231651 0.0624431 -0.0251426
Vertex 4053 -0.0455391 0.0396225 -0.0172907
Vertex 4054 -0.0696635 0.159559 -0.0499324
Vertex 4055 -0.0850735 0.0819457 0.0214598
Vertex 4056 0.00464616 0.034105 0.00716872
Vertex 4057 -0.0276455 0.0376114 0.0210157
Vertex 4058 -0.0302058 0.0649962 -0.0264588
Vertex 4059 0.0084996 0.0488213 0.0500608
Vertex 4060 -0.0714963 0.118989 0.0533881
Vertex 4061 -0.00921165 0.172686 -0.0275682
Vertex 4062 -0.0658978 0.147832 -0.0279808
Vertex 4063 -0.0419839 0.128576 0.0133734
Vertex 4064 0.0409408 0.0873455 0.0311847
Vertex 4065 -0.0355275 0.04785 0.0396404
Vertex 4066 0.0222999 0.0360441 0.0108303
Vertex 4067 0.018318 0.0607989 -0.0274966
Vertex 4068 -0.0833629 0.0829469 -0.00357326
Vertex 4069 -0.0908309 0.136473 0.0182032
Vertex 4070 -0.0187173 0.108826 -0.0212527
Vertex 4071 -0.0334968 0.033775 0.00883944
Vertex 4072 -0.0800761 0.0936246 -0.00957758
Vertex 4073 -0.0761724 0.154401 0.00198863
Vertex 4074 0.0326237 0.0768475 0.0419257
Vertex 4075 -0.0701875 0.0395708 0.00901355
Vertex 4076 -0.0224756 0.0348012 0.0476768
Vertex 4077 0.0148515 0.129255 0.0180171
Vertex 4078 -0.0435029 0.119128 -0.0140097
Vertex 4079 -0.053326 0.162717 0.00204741
Vertex 4080 0.0166529 0.120978 0.0330533
Vertex 4081 -0.0606335 0.122654 0.0421622
Vertex 4082 -0.000596636 0.0433605 -0.0249736
Vertex 4083 0.0517118 0.048146 0.0235716
Vertex 4084 -0.0874426 0.110454 0.0173412
Vertex 4085 0.0281029 0.0968693 0.0425418
Vertex 4086 -0.0786738 0.10815 0.0335843
Vertex 4087 -0.0521847 0.140082 0.0224024
Vertex 4088 -0.0802571 0.096729 0.0342047
Vertex 4089 -0.0743754 0.0995209 0.0381506
Vertex 4090 -0.0646755 0.142507 0.0398915
Vertex 4091 -0.0135852 0.123715 -0.00700086
Vertex 4092 -0.0015019 0.110031 0.0427805
Vertex 4093 -0.0366797 0.0636525 -0.0138021
Vertex 4094 -0.0534691 0.0491595 0.0373719
Vertex 4095 -0.0557185 0.0570014 0.011057
Vertex 4096 -0.0118767 0.105907 -0.0227385
Vertex 4097 -0.028277 0.0807444 0.0465032
Vertex 4098 -0.0755506 0.0791122 0.0357048
Vertex 4099 -0.0685344 0.180035 -0.058648
Vertex 4100 0.00747563 0.0378784 -0.00876072
Vertex 4101 -0.0404793 0.0832528 0.0431634
Vertex 4102 -0.0205797 0.0906821 0.0540574
Vertex 4103 -0.0544948 0.107078 0.0398767
Vertex 4104 -0.0623508 0.146001 -0.00658982
Vertex 4105 -0.0777024 0.176292 -0.0501047
Vertex 4106 -0.0334735 0.0337737 0.0142583
Vertex 4107 -0.0627925 0.0838575 -0.0191674
Vertex 4108 0.0482587 0.0460086 0.000382582
Vertex 4109 -0.0908832 0.150197 0.0161314
Vertex 4110 -0.0458316 0.03478 0.00723173
Vertex 4111 -0.0522074 0.122732 -0.00965468
Vertex 4112 -0.0810176 0.109646 0.0372868
Vertex 4113 0.0281109 0.0477624 0.0368744
Vertex 4114 -0.0476672 0.0405803 -0.0117113
Vertex 4115 0.014283 0.0681091 -0.0306905
Vertex 4116 0.025242 0.0761745 -0.0249679
Vertex 4117 -0.0477812 0.0840973 -0.0215817
Vertex 4118 0.00221584 0.0364728 0.000816389
Vertex 4119 0.00650273 0.121045 0.0359095
Vertex 4120 -0.0857527 0.0792184 0.0135098
Vertex 4121 0.0502632 0.0713497 0.022405
Vertex 4122 0.0209941 0.0373175 -0.00464913
Vertex 4123 0.026308 0.0822369 0.0469135
Vertex 4124 -0.0682581 0.156305 0.0164417
Vertex 4125 -0.0856199 0.144636 0.00717286
Vertex 4126 -0.0632614 0.0601538 0.00426714
Vertex 4127 0.0444938 0.0959562 0.00517859
Vertex 4128 -0.0697681 0.0822532 -0.0170635
Vertex 4129 -0.089639 0.0983559 0.0164014
Vertex 4130 -0.00978935 0.0841125 -0.0382567
Vertex 4131 -0.0189776 0.0390241 0.0529956
Vertex 4132 0.04586 0.0820013 0.00419826
Vertex 4133 -0.00748374 0.116886 0.0393445
Vertex 4134 0.00926262 0.129557 0.000393265
Vertex 4135 0.000436968 0.130385 0.0227651
Vertex 4136 -0.0633749 0.1608 -0.057006
Vertex 4137 0.0234983 0.102092 0.0429315
Vertex 4138 0.0328256 0.0611992 -0.0167775
Vertex 4139 -0.0009793 0.0356154 0.0137824
Vertex 4140 -0.0913716 0.140622 0.0201693
Vertex 4141 -0.0491873 0.165537 -0.00392571
Vertex 4142 0.016475 0.0352036 0.002978
Vertex 4143 -0.0186212 0.04503 -0.027692
Vertex 4144 -0.0341168 0.0383136 -0.000825234
Vertex 4145 -0.0154988 0.114109 0.0392017
Vertex 4146 -0.0549375 0.140991 0.0293007
Vertex 4147 -0.0315694 0.0461612 0.0465874
Vertex 4148 0.0264018 0.0591975 -0.0228202
Vertex 4149 -0.0792107 0.0760132 0.0281283
Vertex 4150 -0.0252277 0.12616 0.0135052
Vertex 4151 -0.019688 0.0352649 -0.0192337
Vertex 4152 -0.0187772 0.186086 -0.0166294
Vertex 4153 0.0278403 0.121636 0.00711658
Vertex 4154 -0.000523565 0.0428273 0.0465064
Vertex 4155 -0.0344815 0.0575696 0.0386716
Vertex 4156 0.02824 0.0686155 0.0425458
Vertex 4157 -0.0440686 0.0364096 0.0444754
Vertex 4158 -0.00639449 0.0347093 0.0459249
Vertex 4159 -0.0478629 0.0335429 0.00613354
Vertex 4160 -0.0134794 0.0559661 0.0512091
Vertex 4161 0.0044907 0.119648 0.0370088
Vertex 4162 -0.060985 0.168641 -0.0594898
Vertex 4163 -0.00860718 0.0361712 0.0494902
Vertex 4164 0.0352424 0.0726953 -0.0147969
Vertex 4165 -0.0347689 0.0780934 -0.0215038
Vertex 4166 0.0422807 0.0831292 -0.00677447
Vertex 4167 -0.0416194 0.0336308 -0.0257822
Vertex 4168 0.0161529 0.100264 -0.0224296
Vertex 4169 -0.0564565 0.03337 -0.00815977
Vertex 4170 -0.093138 0.120057 0.0112982
Vertex 4171 -0.062597 0.0740287 0.040345
Vertex 4172 -0.085793 0.0818712 0.00648437
Vertex 4173 0.00597565 0.131268 0.0190237
Vertex 4174 -0.026888 0.0344315 -0.0290471
Vertex 4175 0.0569982 0.0642691 0.00177262
Vertex 4176 -0.0547216 0.118372 0.0366122
Vertex 4177 -0.0126137 0.180121 -0.0236267
Vertex 4178 -0.0706849 0.0819434 0.0406373
Vertex 4179 -0.0681426 0.159579 -0.055037
Vertex 4180 -0.0500528 0.150184 -0.0037815
Vertex 4181 0.0204806 0.109788 0.0388648
Vertex 4182 0.0242732 0.0346695 0.0161217
Vertex 4183 0.0385114 0.038461 0.00447642
Vertex 4184 -0.0444648 0.0945053 0.0429498
Vertex 4185 -0.0880434 0.125329 0.00027907
Vertex 4186 0.00174509 0.0392548 -0.00741822
Vertex 4187 -0.0712372 0.167165 -0.0209901
Vertex 4188 -0.0737877 0.170302 -0.0290826
Vertex 4189 -0.0435026 0.0465062 0.0407289
Vertex 4190 -0.0361046 0.0383233 -0.0122787
Vertex 4191 -0.0314842 0.0386701 -0.0153847
Vertex 4192 -0.0175437 0.119111 -0.0121224
Vertex 4193 0.0348029 0.113058 0.00110003
Vertex 4194 -0.0619877 0.169385 -0.052596
Vertex 4195 0.0445696 0.0677675 0.0254424
Vertex 4196 0.00351232 0.0575709 0.0538233
Vertex 4197 -0.0699903 0.034504 0.00971713
Vertex 4198 -0.0354987 0.113848 0.0338946
Vertex 4199 -0.039166 0.0355671 -0.0293815
Vertex 4200 -0.0534968 0.0790911 0.0438637
Vertex 4201 -0.0669175 0.115159 -0.00990572
Vertex 4202 -0.0778591 0.161105 -0.0269202
Vertex 4203 -0.0397846 0.0841362 -0.0215764
Vertex 4204 -0.0615536 0.151288 -0.000477544
Vertex 4205 -0.07404 0.148543 -0.0208687
Vertex 4206 -0.0621937 0.156854 -0.0175927
Vertex 4207 0.00206776 0.0348089 0.0386094
Vertex 4208 0.00310705 0.0348555 0.0387811
Vertex 4209 0.0454797 0.0637982 0.0288243
Vertex 4210 0.00703854 0.0344034 -0.0150394
Vertex 4211 -0.066706 0.0375681 0.0351923
Vertex 4212 -0.0697305 0.146842 -0.0262196
Vertex 4213 -0.0515886 0.0460739 0.0176829
Vertex 4214 -0.0698172 0.0908437 -0.0164973
Vertex 4215 -0.0698527 0.139727 0.0465118
Vertex 4216 -0.0191218 0.165312 -0.0179178
Vertex 4217 0.018083 0.0887399 0.0491141
Vertex 4218 -0.038499 0.0747376 0.0420783
Vertex 4219 -0.0586925 0.0677294 -0.0118268
Vertex 4220 -0.0455004 0.113892 0.0345333
Vertex 4221 0.023574 0.105697 0.0395934
Vertex 4222 -0.00316977 0.101093 -0.0230747
Vertex 4223 -0.0766463 0.0803349 -0.0100768
Vertex 4224 0.0409735 0.0405135 0.0215425
Vertex 4225 -0.0536233 0.0657097 0.0353836
Vertex 4226 -0.0475605 0.047528 -0.00960427
Vertex 4227 0.0317406 0.107408 0.0337947
Vertex 4228 0.00450584 0.0547654 0.053433
Vertex 4229 -0.0466073 0.0518764 -0.00969859
Vertex 4230 0.0171734 0.0960138 -0.0234178
Vertex 4231 -0.00549746 0.0503818 0.0516227
Vertex 4232 -0.0836005 0.0763298 0.006515
Vertex 4233 -0.0234016 0.184697 -0.0149423
Vertex 4234 -0.0635003 0.0931972 0.0443921
Vertex 4235 0.00485548 0.0339942 -0.0207847
Vertex 4236 -0.0751616 0.0715622 0.0292788
Vertex 4237 -0.0105137 0.0589924 0.0541839
Vertex 4238 -0.0320031 0.0370471 -0.0177181
Vertex 4239 -0.0261077 0.0372445 -0.0185929
Vertex 4240 0.0375206 0.0540908 0.0314327
Vertex 4241 -0.00559653 0.0391515 -0.0257085
Vertex 4242 -0.023785 0.0621839 0.0426152
Vertex 4243 -0.0613445 0.0434338 0.042412
Vertex 4244 0.0517581 0.0684217 0.00143507
Vertex 4245 -0.0475913 0.133999 0.00741747
Vertex 4246 -0.0679859 0.155562 0.00782161
Vertex 4247 -0.0523266 0.033478 -0.00194369
Vertex 4248 -0.0156999 0.0584946 -0.0353551
Vertex 4249 -0.0620333 0.153738 -0.0275809
Vertex 4250 -0.0451337 0.127804 0.0210049
Vertex 4251 -0.0124605 0.0646213 0.0545516
Vertex 4252 -0.0832597 0.10897 0.0263609
Vertex 4253 -0.016949 0.0909918 -0.0366612
Vertex 4254 0.00802743 0.0346823 0.0237027
Vertex 4255 0.0264487 0.0948748 -0.0204583
Vertex 4256 0.0227875 0.0348957 0.00078699
Vertex 4257 -0.0890361 0.146068 0.0101777
Vertex 4258 -0.0416459 0.056333 -0.0114534
Vertex 4259 -0.0731839 0.178324 -0.0475338
Vertex 4260 -0.0315034 0.0717826 0.0402663
Vertex 4261 -0.0244788 0.0486839 0.0492934
Vertex 4262 -0.0518659 0.144686 0.0163701
Vertex 4263 -0.0334992 0.0704401 0.0410454
Vertex 4264 0.0153651 0.0493118 -0.0259325
Vertex 4265 -0.06539 0.178765 -0.0548301
Vertex 4266 -0.0454458 0.168254 0.00168996
Vertex 4267 -0.031608 0.0496402 -0.0193495
Vertex 4268 -0.0883434 0.0968836 0.00640652
Vertex 4269 -0.067159 0.152634 -0.0476967
Vertex 4270 -0.0265277 0.10717 0.0404632
Vertex 4271 -0.0548971 0.104115 -0.019193
Vertex 4272 -0.0100812 0.168118 -0.0236136
Vertex 4273 -0.062214 0.131105 0.0398962
Vertex 4274 -0.0124976 0.0472007 0.0479814
Vertex 4275 -0.0205007 0.0971766 0.0453281
Vertex 4276 -0.0246065 0.0394112 -0.0290873
Vertex 4277 -0.0235889 0.0983837 -0.0242804
Vertex 4278 -0.06275 0.178179 -0.0598124
Vertex 4279 -0.0406505 0.117474 -0.0142631
Vertex 4280 0.00445187 0.116712 -0.0177471
Vertex 4281 -0.0543178 0.0387289 0.0471882
Vertex 4282 -0.0745011 0.151286 -0.0298782
Vertex 4283 0.0137231 0.129888 0.00901711
Vertex 4284 -0.0917675 0.126924 0.040336
Vertex 4285 -0.0628433 0.16149 -0.0495873
Vertex 4286 -0.0242006 0.107431 -0.0217757
Vertex 4287 -0.064618 0.0659249 -0.00682147
Vertex 4288 -0.0517494 0.0782459 -0.0193853
Vertex 4289 -0.0154952 0.087016 0.0568367
Vertex 4290 -0.0592557 0.146819 0.0355066
Vertex 4291 -0.030521 0.0636541 -0.0224277
Vertex 4292 -0.00549934 0.085642 0.0570911
Vertex 4293 -0.0881735 0.15196 0.0139234
Vertex 4294 -0.0034944 0.103046 0.0439357
Vertex 4295 -0.0123281 0.0344052 -0.018857
Vertex 4296 -0.0378831 0.156583 0.00477982
Vertex 4297 0.00645901 0.0392685 0.0301228
Vertex 4298 0.0282219 0.0816125 -0.0219304
Vertex 4299 0.0242611 0.0448626 -0.0136813
Vertex 4300 0.00640925 0.0404248 -0.023654
Vertex 4301 -0.0485004 0.157854 0.0090451
Vertex 4302 -0.00947595 0.130265 0.0133884
Vertex 4303 -0.0114927 0.0938853 0.0554733
Vertex 4304 -0.030496 0.0988081 0.0439786
Vertex 4305 -0.0360819 0.0351453 0.0214963
Vertex 4306 -0.0787914 0.14589 -0.00282549
Vertex 4307 -0.0294988 0.0559628 0.0364214
Vertex 4308 -0.0555057 0.0946 0.044463
Vertex 4309 -0.0337394 0.0355643 0.0323212
Vertex 4310 -0.0849208 0.114388 0.046865
Vertex 4311 -0.0305016 0.108423 0.0388291
Vertex 4312 0.0473276 0.0547587 -0.00564531
Vertex 4313 -0.0663574 0.0370366 0.0151548
Vertex 4314 -0.0454304 0.130382 0.00608349
Vertex 4315 -0.0414956 0.0464933 0.0408152
Vertex 4316 -0.0138083 0.082755 -0.0391488
Vertex 4317 0.00649387 0.0590149 0.0539921
Vertex 4318 0.0245364 0.0862451 0.0478999
Vertex 4319 -0.0225002 0.104414 0.0430095
Vertex 4320 -0.0157973 0.0382489 0.019257
Vertex 4321 -0.0293056 0.125075 0.00323421
Vertex 4322 0.0507854 0.0445928 0.0142166
Vertex 4323 -0.0811057 0.0748245 0.0195385
Vertex 4324 -0.0379836 0.153062 -0.00765575
Vertex 4325 0.0074278 0.117326 -0.0164147
Vertex 4326 0.0485095 0.0723104 0.0188157
Vertex 4327 0.0322412 0.0368006 0.00286913
Vertex 4328 -0.0649507 0.13395 0.041174
Vertex 4329 -0.0259103 0.0721759 0.0444214
Vertex 4330 0.0208979 0.0359371 0.0087849
Vertex 4331 -0.0567655 0.0797174 -0.020408
Vertex 4332 -0.0537245 0.0723552 -0.016258
Vertex 4333 0.011218 0.0822648 -0.0313395
Vertex 4334 -0.0655009 0.0903733 0.0443899
Vertex 4335 0.016507 0.0913965 0.0503683
Vertex 4336 -0.083022 0.132397 -0.0026267
Vertex 4337 0.00320624 0.036422 0.0229702
Vertex 4338 0.0448999 0.0861351 0.000186185
Vertex 4339 0.00951792 0.0799496 0.0550675
Vertex 4340 0.010042 0.0970288 -0.0247384
Vertex 4341 0.00960463 0.0369501 0.029234
Vertex 4342 -0.0276264 0.046347 -0.026964
Vertex 4343 -0.064327 0.034541 0.0284972
Vertex 4344 -0.0281556 0.17562 -0.0175208
Vertex 4345 -0.0756983 0.148597 -0.0138657
Vertex 4346 -0.0251464 0.0824617 0.0532115
Vertex 4347 -0.0519318 0.0352921 -0.0124585
Vertex 4348 -0.012492 0.061843 0.0546212
Vertex 4349 0.0549936 0.0732019 0.0123756
Vertex 4350 -0.0488158 0.0912881 -0.0217052
Vertex 4351 -0.0323685 0.0497273 -0.0163483
Vertex 4352 0.0099296 0.113714 0.0390911
Vertex 4353 0.024363 0.0867852 -0.0239669
Vertex 4354 -0.044493 0.0860963 0.0437549
Vertex 4355 -0.0780353 0.0880327 -0.0115615
Vertex 4356 -0.0450103 0.054631 0.0385549
Vertex 4357 -0.0109155 0.0356188 0.0494667
Vertex 4358 0.0321413 0.0513188 -0.0087021
Vertex 4359 -0.0574904 0.0847348 0.0442092
Vertex 4360 -0.0781465 0.155117 0.0246877
Vertex 4361 0.0192058 0.0834241 -0.02764
Vertex 4362 0.0108601 0.117776 0.0369396
Vertex 4363 -0.065333 0.177827 -0.0606985
Vertex 4364 -0.0541424 0.033642 0.0190888
Vertex 4365 -0.0889001 0.136394 0.00820864
Vertex 4366 -0.0862104 0.140486 0.00518463
Vertex 4367 0.0295458 0.115836 -0.00482165
Vertex 4368 -0.057332 0.137224 -0.00518105
Vertex 4369 -0.0664605 0.152204 -0.0437352
Vertex 4370 -0.0302725 0.114038 -0.0167089
Vertex 4371 -0.0674507 0.155183 -0.000720572
Vertex 4372 -0.0576661 0.143885 0.0324483
Vertex 4373 0.0163786 0.0403059 -0.0216745
Vertex 4374 -0.00826521 0.0380456 0.0491273
Vertex 4375 -0.0719312 0.128266 -0.00893149
Vertex 4376 0.0215717 0.0401714 -0.00970048
Vertex 4377 0.0147818 0.0631153 0.0511723
Vertex 4378 -0.00750789 0.0386054 0.00429878
Vertex 4379 -0.0104849 0.101611 0.0440429
Vertex 4380 -0.0527782 0.0338002 0.0103069
Vertex 4381 0.0103893 0.0434318 -0.0247637
Vertex 4382 -0.0197554 0.158352 -0.00754965
Vertex 4383 -0.0617308 0.0752409 -0.0175405
Vertex 4384 0.0199305 0.0645206 0.0480779
Vertex 4385 -0.076873 0.114866 -0.00505023
Vertex 4386 -0.0768389 0.102007 -0.0101454
Vertex 4387 0.00746772 0.0343056 0.0166757
Vertex 4388 -0.0448731 0.128505 0.000263047
Vertex 4389 -0.0165027 0.0499584 0.0473896
Vertex 4390 -0.0241332 0.0349697 0.043675
Vertex 4391 -0.038884 0.108506 -0.019659
Vertex 4392 -0.0250378 0.174204 -0.0117666
Vertex 4393 -0.084275 0.0897993 -0.00457099
Vertex 4394 0.0196453 0.0521206 0.045827
Vertex 4395 -0.0727804 0.0887809 0.0411113
Vertex 4396 -0.0324512 0.0353306 -0.0309147
Vertex 4397 -0.0900419 0.139254 0.023178
Vertex 4398 -0.0618416 0.098205 -0.0180486
Vertex 4399 -0.0243904 0.183518 -0.0110527
Vertex 4400 0.000108091 0.0340814 -0.0198793
Vertex 4401 -0.0771635 0.0705018 0.0227664
Vertex 4402 -0.0887218 0.0874968 0.0134639
Vertex 4403 -0.0235296 0.159196 -0.00227474
Vertex 4404 -0.026997 0.0382812 -0.00486026
Vertex 4405 0.0295344 0.0524338 -0.0167463
Vertex 4406 -0.043713 0.0695592 -0.0168487
Vertex 4407 -0.0299566 0.122268 0.0236125
Vertex 4408 -0.036902 0.0362143 0.0131672
Vertex 4409 -0.010479 0.0991873 -0.02508
Vertex 4410 -0.00357674 0.0347286 -0.0239915
Vertex 4411 -0.0636168 0.143654 -0.00954122
Vertex 4412 -0.00564979 0.0511569 -0.0315211
Vertex 4413 0.00931572 0.0725689 0.0556419
Vertex 4414 -0.0321779 0.0750041 -0.0285287
Vertex 4415 -0.0621531 0.152198 -0.0185797
Vertex 4416 -0.00449363 0.0456798 0.0470573
Vertex 4417 -0.0658521 0.0361993 0.0388506
Vertex 4418 -0.0374964 0.118015 0.0312717
Vertex 4419 -0.0436408 0.0408205 -0.0223011
Vertex 4420 0.0380126 0.0687088 -0.0127776
Vertex 4421 0.00749081 0.093253 -0.0307631
Vertex 4422 0.0408155 0.0939721 0.0292858
Vertex 4423 -0.0381186 0.128235 0.00584498
Vertex 4424 0.0506567 0.0703381 0.00346635
Vertex 4425 -0.00158589 0.110252 -0.0207823
Vertex 4426 -0.0114995 0.164138 -0.0150087
Vertex 4427 -0.0810711 0.076096 -0.000474636
Vertex 4428 -0.0459114 0.0657109 0.0391289
Vertex 4429 -0.0106878 0.0598858 -0.0348312
Vertex 4430 -0.000496894 0.0520342 0.0541515
Vertex 4431 0.00450508 0.0688823 0.055725
Vertex 4432 -0.0779569 0.132491 -0.00592536
Vertex 4433 -0.0232213 0.183101 -0.0108227
Vertex 4434 -0.0207916 0.117992 -0.012906
Vertex 4435 -0.0799767 0.138308 -0.00390962
Vertex 4436 -0.0643724 0.0341771 0.0147182
Vertex 4437 0.0112619 0.069597 -0.0315203
Vertex 4438 -0.0801977 0.117632 0.0490824
Vertex 4439 -0.0494399 0.119744 0.0319359
Vertex 4440 -0.0524967 0.0945727 0.0438723
Vertex 4441 0.00197552 0.0378956 -0.000532017
Vertex 4442 -0.0607891 0.0597911 0.00342454
Vertex 4443 -0.0584646 0.0588965 0.0024905
Vertex 4444 0.011996 0.0344545 0.00276628
Vertex 4445 -0.0454999 0.102932 0.0417867
Vertex 4446 0.0346942 0.0401467 0.0260507
Vertex 4447 -0.0760774 0.166574 -0.0390172
Vertex 4448 0.0364284 0.0413843 -0.00274773
Vertex 4449 -0.0788582 0.171448 -0.0399026
Vertex 4450 -0.0581184 0.132538 0.0370402
Vertex 4451 0.00114663 0.103071 -0.022297
Vertex 4452 0.012258 0.0751733 -0.0308354
Vertex 4453 -0.0517432 0.0487299 0.0143843
Vertex 4454 -0.0156647 0.109623 -0.0201068
Vertex 4455 -0.0357119 0.0695868 -0.0167299
Vertex 4456 -0.0386191 0.118326 -0.013151
Vertex 4457 -0.0673807 0.115762 0.049991
Vertex 4458 0.019654 0.122236 -0.00577023
Vertex 4459 -0.0573945 0.0371513 -0.0102727
Vertex 4460 -0.0426307 0.0338188 -0.00946517
Vertex 4461 -0.0719281 0.148635 -0.0350398
Vertex 4462 0.0313895 0.0549645 0.0381834
Vertex 4463 0.027653 0.0506012 0.0379885
Vertex 4464 0.0237757 0.0343382 0.00896337
Vertex 4465 -0.0258672 0.156547 -0.00846874
Vertex 4466 0.0234401 0.112665 0.0358138
Vertex 4467 0.0484031 0.0553841 0.03118
Vertex 4468 0.0115331 0.101889 -0.0218781
Vertex 4469 -0.00577511 0.0770351 -0.037534
Vertex 4470 -0.0405044 0.166738 0.00354035
Vertex 4471 -0.0770983 0.150031 -0.00589737
Vertex 4472 -0.0037118 0.0655569 -0.0347446
Vertex 4473 -0.0694847 0.181423 -0.0563964
Vertex 4474 0.0174821 0.0990004 0.0469682
Vertex 4475 -0.0370447 0.0379826 0.045213
Vertex 4476 0.0227098 0.105005 -0.0172062
Vertex 4477 -0.0614955 0.0973435 0.04311
Vertex 4478 -0.0434973 0.0719505 0.0423325
Vertex 4479 -0.0255625 0.0532992 -0.0274025
Vertex 4480 -0.0742533 0.17954 -0.0493425
Vertex 4481 -0.0511061 0.129858 -0.00316533
Vertex 4482 -0.0614957 0.105649 0.0403113
Vertex 4483 -0.0848581 0.120613 -0.00298955
Vertex 4484 -0.0844285 0.0832425 0.0264792
Vertex 4485 -0.0418518 0.098529 -0.0215916
Vertex 4486 -0.059 0.0412164 0.021703
Vertex 4487 0.0354525 0.106753 -0.0069512
Vertex 4488 -0.057498 0.0762057 0.0428357
Vertex 4489 -0.0674677 0.10143 0.0408399
Vertex 4490 -0.0270301 0.0604609 -0.0294673
Vertex 4491 -0.0164922 0.103019 0.043564
Vertex 4492 -0.0466801 0.130916 0.0233152
Vertex 4493 0.00649798 0.107134 0.0414437
Vertex 4494 0.0482689 0.0616107 -0.00376704
Vertex 4495 -0.059258 0.0467212 -0.00132733
Vertex 4496 -0.0220401 0.0852804 0.0556778
Vertex 4497 -0.07566 0.1555 -0.0199215
Vertex 4498 -0.0769289 0.125211 -0.00745968
Vertex 4499 -0.0709364 0.151841 0.036169
Vertex 4500 -0.0190294 0.0739916 0.05444
Vertex 4501 0.0141304 0.056278 0.0501629
Vertex 4502 -0.0590564 0.0335255 0.00387291
Vertex 4503 -0.00855639 0.121127 -0.0123669
Vertex 4504 -0.0615294 0.0333928 -0.00373148
Vertex 4505 0.00259703 0.093007 -0.0325523
Vertex 4506 -0.0660244 0.166553 -0.0262486
Vertex 4507 0.0284181 0.0835438 0.0446794
Vertex 4508 -0.0331612 0.0342582 0.0246899
Vertex 4509 0.0548799 0.0492406 0.0202107
Vertex 4510 -0.00349094 0.060529 0.0547186
Vertex 4511 0.0191194 0.0349494 -0.00374623
Vertex 4512 -0.0115046 0.0688083 0.054897
Vertex 4513 -0.0546717 0.0587861 -0.00643621
Vertex 4514 -0.0157667 0.0742966 -0.0389627
Vertex 4515 -0.0892801 0.091541 0.0104497
Vertex 4516 -0.0663959 0.148276 0.0393784
Vertex 4517 -0.067702 0.169446 -0.0560134
Vertex 4518 -0.0781961 0.0730005 -0.00359699
Vertex 4519 -0.0149561 0.0997734 -0.0237179
Vertex 4520 0.00551455 0.110936 0.0415028
Vertex 4521 -0.0865012 0.0967606 0.00143514
Vertex 4522 -0.0628273 0.0924874 -0.0189476
Vertex 4523 0.00352818 0.0386899 -0.0121702
Vertex 4524 -0.0652367 0.0347413 0.0281307
Vertex 4525 -0.0793826 0.0705862 0.00854889
Vertex 4526 -0.0205392 0.0971418 -0.0249761
Vertex 4527 0.0218862 0.107458 -0.0158341
Vertex 4528 -0.0596936 0.155857 0.0122367
Vertex 4529 0.000234629 0.0985537 -0.0263753
Vertex 4530 0.0108543 0.128955 0.0251156
Vertex 4531 -0.044804 0.0884409 -0.0220028
Vertex 4532 -0.0430993 0.157658 -0.00954173
Vertex 4533 -0.0159859 0.0984773 0.0464357
Vertex 4534 -0.0197891 0.0785016 -0.0390423
Vertex 4535 -0.0897769 0.0915868 0.0144438
Vertex 4536 0.0594014 0.060828 0.00515272
Vertex 4537 -0.0295885 0.120405 -0.00932945
Vertex 4538 0.04471 0.0789677 0.024116
Vertex 4539 -0.0084928 0.0591086 0.0550857
Vertex 4540 0.0226682 0.115322 0.0347114
Vertex 4541 0.00356645 0.0339958 0.0125338
Vertex 4542 -0.0118724 0.166916 -0.0155725
Vertex 4543 -0.0398973 0.160894 0.00183362
Vertex 4544 -0.0196184 0.043638 -0.0281382
Vertex 4545 -0.0592051 0.0411249 -0.00803844
Vertex 4546 -0.007347 0.0952877 -0.0329727
Vertex 4547 -0.0332219 0.0344808 0.0386469
Vertex 4548 -0.0895706 0.136541 0.0322035
Vertex 4549 -0.0680426 0.110046 0.0381289
Vertex 4550 -0.0336555 0.0363317 0.0490618
Vertex 4551 -0.0494977 0.0903933 0.0446494
Vertex 4552 0.0416487 0.0806113 0.0304012
Vertex 4553 0.0242906 0.0676576 -0.0247124
Vertex 4554 -0.0689807 0.155012 0.0293114
Vertex 4555 -0.0223034 0.0381733 0.0107634
Vertex 4556 -0.0685061 0.105552 0.0384458
Vertex 4557 -0.0401042 0.037954 0.0427598
Vertex 4558 -0.0289244 0.033884 -0.0216457
Vertex 4559 0.0453737 0.0474164 -0.00383546
Vertex 4560 -0.0276164 0.0422898 -0.0293674
Vertex 4561 -0.0274798 0.0446461 0.0507675
Vertex 4562 -0.0572856 0.125533 0.0399888
Vertex 4563 -0.0755108 0.126011 0.0529241
Vertex 4564 -0.0159686 0.128428 0.0182857
Vertex 4565 0.0131268 0.120538 0.0349816
Vertex 4566 -0.0538607 0.152062 0.0231076
Vertex 4567 -0.0546238 0.0527377 0.0100793
Vertex 4568 -0.037505 0.0874848 0.0436782
Vertex 4569 -0.00749897 0.0815283 0.0577578
Vertex 4570 -0.0505005 0.109789 0.0379415
Vertex 4571 0.0452304 0.0763569 0.00121116
Vertex 4572 0.00493781 0.100395 -0.0223096
Vertex 4573 -0.0348248 0.0473223 0.0413292
Vertex 4574 0.0377103 0.0955073 -0.00984226
Vertex 4575 -0.0489315 0.137078 0.0173942
Vertex 4576 -0.0267368 0.0385445 0.0329521
Vertex 4577 -0.0554797 0.0848037 0.0450617
Vertex 4578 -0.0915979 0.115467 0.0229868
Vertex 4579 -0.0519836 0.0517496 0.0236325
Vertex 4580 -0.0375072 0.123454 -0.00854988
Vertex 4581 0.0204505 0.044377 -0.0207645
Vertex 4582 0.00550646 0.078617 0.0558754
Vertex 4583 0.0306214 0.073711 -0.0207585
Vertex 4584 0.0185294 0.0358466 0.0392699
Vertex 4585 -0.0634196 0.15027 -0.0277557
Vertex 4586 -0.0336617 0.0592604 -0.0121578
Vertex 4587 0.0344933 0.0646793 0.0392567
Vertex 4588 -0.072774 0.10871 0.0380686
Vertex 4589 -0.0518826 0.071407 0.0396894
Vertex 4590 0.0591153 0.0705615 0.014025
Vertex 4591 -0.0577811 0.0472143 0.0403119
Vertex 4592 -0.0758642 0.117897 -0.00698249
Vertex 4593 -0.033489 0.172734 -0.00156283
Vertex 4594 -0.0649264 0.112407 -0.0127033
Vertex 4595 0.0292092 0.0563773 0.0403225
Vertex 4596 0.00323976 0.128177 0.0281353
Vertex 4597 0.0559734 0.0494153 0.0101945
Vertex 4598 -0.0535372 0.0578641 0.0215172
Vertex 4599 -0.0635357 0.119961 0.0469254
Vertex 4600 -0.0422272 0.127744 0.0161624
Vertex 4601 -0.0427465 0.0393017 -0.0242897
Vertex 4602 -0.0708458 0.0980019 -0.0152545
Vertex 4603 -0.0154871 0.10859 0.0421893
Vertex 4604 -0.0367909 0.0856326 -0.0224706
Vertex 4605 -0.0636975 0.0593607 0.0104272
Vertex 4606 0.0112895 0.0624411 -0.0303571
Vertex 4607 0.0342215 0.0827959 -0.0185003
Vertex 4608 -0.0727292 0.0730957 -0.00887693
Vertex 4609 -0.0704921 0.0944433 0.0420805
Vertex 4610 -0.0575865 0.0586919 0.0194779
Vertex 4611 -0.0304696 0.0875178 0.0438182
Vertex 4612 -0.0647804 0.153444 -0.00410741
Vertex 4613 0.00812607 0.108726 -0.0199063
Vertex 4614 -0.0898786 0.113438 0.0340422
Vertex 4615 0.0363932 0.0476439 -0.00624826
Vertex 4616 -0.0107444 0.0685007 -0.0365794
Vertex 4617 -0.0294972 0.0602632 0.0372614
Vertex 4618 0.0474285 0.0692644 0.00256538
Vertex 4619 0.0153133 0.121135 -0.0105519
Vertex 4620 -0.0609269 0.155849 0.0219449
Vertex 4621 -0.0620444 0.166711 -0.0606187
Vertex 4622 0.0182552 0.0736117 -0.028651
Vertex 4623 0.0164183 0.0726599 0.0518741
Vertex 4624 -0.0411389 0.0448599 -0.0213399
Vertex 4625 -0.0328734 0.0680853 -0.0194707
Vertex 4626 -0.0414961 0.0902351 0.0425692
Vertex 4627 -0.0497211 0.131062 0.0298847
Vertex 4628 -0.048358 0.146267 0.00883601
Vertex 4629 -0.0788715 0.122217 -0.0060966
Vertex 4630 -0.0800654 0.121688 0.0502425
Vertex 4631 -0.0280876 0.0511424 0.0415727
Vertex 4632 -0.0794888 0.111206 0.0453002
Vertex 4633 -0.0539202 0.0610131 0.0274265
Vertex 4634 -0.0194954 0.107168 0.0420699
Vertex 4635 -0.0161996 0.0386499 0.0314325
Vertex 4636 0.0053433 0.0524636 -0.0297405
Vertex 4637 -0.0914492 0.117418 0.0293041
Vertex 4638 0.010861 0.0360066 0.0447493
Vertex 4639 0.00325461 0.0697315 -0.0336623
Vertex 4640 -0.0616015 0.0614498 -0.00273471
Vertex 4641 -0.0581897 0.157381 0.00697939
Vertex 4642 -0.0331359 0.168192 -0.0157544
Vertex 4643 -0.0809405 0.141759 -0.00181375
Vertex 4644 -0.0283423 0.118847 0.030216
Vertex 4645 -0.00152895 0.1273 -0.00507098
Vertex 4646 -0.0575003 0.0630187 0.0298519
Vertex 4647 0.00821621 0.124741 -0.00840458
Vertex 4648 -0.0619045 0.104018 -0.0180451
Vertex 4649 -0.0498856 0.149233 0.0119087
Vertex 4650 -0.0830551 0.128552 0.0515383
Vertex 4651 0.0590657 0.0691634 0.0182335
Vertex 4652 0.0345596 0.114411 0.00388032
Vertex 4653 -0.0884641 0.0887716 0.00547605
Vertex 4654 -0.00248857 0.0703789 0.0573235
Vertex 4655 -0.00469334 0.101051 0.0441761
Vertex 4656 -0.00249266 0.0760635 0.0587913
Vertex 4657 -0.00927598 0.177254 -0.0287785
Vertex 4658 -0.058907 0.0983413 -0.0195805
Vertex 4659 -0.0200678 0.0384268 0.0272406
Vertex 4660 -0.0252491 0.162472 -0.00507229
Vertex 4661 0.0244967 0.0375596 0.0281073
Vertex 4662 0.0140069 0.0433574 0.0445182
Vertex 4663 -0.090746 0.114598 0.00833305
Vertex 4664 -0.0214986 0.100246 0.0444424
Vertex 4665 -0.0163928 0.0384645 -0.00103951
Vertex 4666 -0.0180211 0.168338 -0.0139614
Vertex 4667 -0.0725233 0.143597 -0.0104167
Vertex 4668 0.0422452 0.0986357 -0.000817872
Vertex 4669 0.0104332 0.0344417 -0.0125223
Vertex 4670 0.0369819 0.102039 0.0307859
Vertex 4671 -0.0507589 0.144713 0.0133585
Vertex 4672 -0.0816885 0.110103 -0.000571623
Vertex 4673 -0.0614924 0.0384787 0.0187446
Vertex 4674 -0.0291057 0.0349617 0.0478282
Vertex 4675 -0.0685946 0.0353745 -0.00558788
Vertex 4676 -0.0945826 0.122834 0.0222802
Vertex 4677 -0.0244818 0.0988555 0.0446892
Vertex 4678 -0.0525421 0.050441 0.0296546
Vertex 4679 -0.0107227 0.165105 -0.0188107
Vertex 4680 -0.0311133 0.0510509 -0.015361
Vertex 4681 0.0377251 0.0602627 -0.00973714
Vertex 4682 -0.00782261 0.0985178 0.051315
Vertex 4683 -0.0112874 0.182441 -0.0284978
Vertex 4684 -0.0125497 0.0445369 0.0499253
Vertex 4685 -0.0652676 0.179645 -0.0602668
Vertex 4686 -0.00680045 0.129424 0.0244883
Vertex 4687 -0.00120988 0.105335 0.044053
Vertex 4688 -0.00149343 0.0883979 0.0566431
Vertex 4689 -0.00270958 0.0391757 0.033738
Vertex 4690 -0.0864107 0.0819973 0.0174801
Vertex 4691 0.0115191 0.107071 0.0419973
Vertex 4692 -0.0317613 0.0567558 -0.0133876
Vertex 4693 0.0170456 0.0808203 0.0528345
Vertex 4694 -0.0291189 0.15522 -0.00190906
Vertex 4695 -0.0759006 0.161818 -0.014334
Vertex 4696 0.0194777 0.0878818 0.0491927
Vertex 4697 -0.0491191 0.159098 -0.00622225
Vertex 4698 -0.0619009 0.0678892 0.0352357
Vertex 4699 -0.0837744 0.107497 0.00138169
Vertex 4700 -0.0526652 0.0647199 -0.0102
Vertex 4701 -0.0131915 0.184654 -0.0268832
Vertex 4702 -0.0332153 0.107417 -0.0197253
Vertex 4703 -0.06629 0.139698 0.0427919
Vertex 4704 0.00833271 0.0567886 -0.0305627
Vertex 4705 -0.023866 0.103031 -0.0237009
Vertex 4706 -0.0501537 0.152144 0.0115744
Vertex 4707 -0.0646767 0.146003 -0.0179612
Vertex 4708 0.025639 0.0740461 0.0458389
Vertex 4709 -0.0401921 0.166668 -0.0117758
Vertex 4710 -0.0850765 0.107567 0.00438106
Vertex 4711 -0.00451061 0.0534011 0.0538125
Vertex 4712 0.0210547 0.0358177 -0.00168489
Vertex 4713 -0.0741825 0.156237 0.0158024
Vertex 4714 -0.0628457 0.158366 -0.0406006
Vertex 4715 -0.0757282 0.0754387 0.0328339
Vertex 4716 -0.0587405 0.0737726 -0.0173801
Vertex 4717 0.0242996 0.120934 0.0286395
Vertex 4718 -0.0691914 0.171601 -0.0360136
Vertex 4719 -0.0301161 0.0396403 0.0523893
Vertex 4720 0.0273536 0.106086 0.0379553
Vertex 4721 -0.0437453 0.0348723 0.00757323
Vertex 4722 -0.0366299 0.0534085 -0.0105028
Vertex 4723 -0.00645978 0.0918654 -0.0354548
Vertex 4724 -0.0764978 0.13308 0.0521415
Vertex 4725 0.0064937 0.048929 0.05087
Vertex 4726 -0.035492 0.0648204 0.0410644
Vertex 4727 -0.0442176 0.170815 -0.00391429
Vertex 4728 0.0293522 0.0768437 0.0442363
Vertex 4729 -0.0438294 0.0913555 -0.0224139
Vertex 4730 -0.00950098 0.0884225 0.0571104
Vertex 4731 0.0173388 0.0781757 0.0532571
Vertex 4732 -0.0478493 0.099947 -0.0217978
Vertex 4733 0.0463647 0.0703187 0.00350637
Vertex 4734 -0.0486546 0.0620591 -0.0122264
Vertex 4735 -0.0686641 0.0435432 0.00268116
Vertex 4736 0.0583737 0.0676977 0.00512132
Vertex 4737 -0.0516913 0.0680528 0.0372779
Vertex 4738 -0.0470988 0.0345244 0.0321531
Vertex 4739 -0.02575 0.0536249 0.0391706
Vertex 4740 -0.0773811 0.108845 0.0387481
Vertex 4741 -0.0318198 0.0887354 -0.0251772
Vertex 4742 -0.0792933 0.16941 -0.0399858
Vertex 4743 0.0175889 0.0549386 0.0481228
Vertex 4744 0.0296386 0.114736 0.0306143
Vertex 4745 -0.0164997 0.0938314 0.054193
Vertex 4746 -0.0624013 0.116928 0.041368
Vertex 4747 0.0223908 0.0489358 -0.0217863
Vertex 4748 0.032953 0.0994589 0.0373001
Vertex 4749 0.0331357 0.0570437 -0.0137102
Vertex 4750 -0.00177837 0.0811944 -0.0365591
Vertex 4751 -0.0722633 0.0367738 0.0082856
Vertex 4752 -0.0374809 0.113893 0.0340704
Vertex 4753 -0.0715439 0.0376425 0.00026118
Vertex 4754 -0.0743109 0.165184 -0.0390136
Vertex 4755 -0.0537672 0.0812389 -0.0213883
Vertex 4756 -0.0157653 0.161968 -0.0148041
Vertex 4757 -0.018422 0.0583296 0.0500808
Vertex 4758 -0.0770169 0.112922 0.0479771
Vertex 4759 -0.0871093 0.106357 0.0153576
Vertex 4760 0.0261935 0.0402752 0.032238
Vertex 4761 0.0528846 0.0533107 -0.0017243
Vertex 4762 -0.0708767 0.0346286 -0.00100073
Vertex 4763 -0.00451637 0.113738 -0.0185133
Vertex 4764 -0.0206125 0.0553712 0.0467047
Vertex 4765 -0.0857293 0.121702 0.0488414
Vertex 4766 -0.00894653 0.174179 -0.0257648
Vertex 4767 -0.0863225 0.128011 -0.00168174
Vertex 4768 0.0444976 0.0583814 0.0318302
Vertex 4769 -0.00863658 0.0467032 -0.0298179
Vertex 4770 -0.0531047 0.0345095 0.0361399
Vertex 4771 -0.0646684 0.155196 -0.0425404
Vertex 4772 -0.046701 0.144949 0.00345496
Vertex 4773 -0.0394877 0.095879 0.0424449
Vertex 4774 -0.0678684 0.063022 0.000880975
Vertex 4775 -0.0334933 0.0946149 0.0444857
Vertex 4776 -0.0155018 0.080076 0.0569734
Vertex 4777 0.0130443 0.113867 -0.0167218
Vertex 4778 0.0402562 0.0857576 -0.0117696
Vertex 4779 0.0408807 0.0948081 -0.00628698
Vertex 4780 -0.016526 0.0387631 -0.00875803
Vertex 4781 0.0440634 0.064827 -0.000963389
Vertex 4782 -0.0244827 0.044849 0.0526821
Vertex 4783 0.0100844 0.123139 0.0340691
Vertex 4784 -0.0142042 0.169737 -0.0232161
Vertex 4785 -0.0398248 0.0928735 -0.0232663
Vertex 4786 -0.0470742 0.127422 -0.00463291
Vertex 4787 -0.049499 0.0747526 0.0426395
Vertex 4788 -0.0294715 0.117536 0.0312989
Vertex 4789 -0.0908755 0.147455 0.0141474
Vertex 4790 -0.0367613 0.0798086 -0.0204262
Vertex 4791 0.0208541 0.11855 -0.00976629
Vertex 4792 -0.0238257 0.0881589 -0.0366228
Vertex 4793 0.0126937 0.0345417 0.0229719
Vertex 4794 -0.0445079 0.0424992 0.043443
Vertex 4795 -0.0840769 0.0911454 0.0297191
Vertex 4796 -0.087831 0.103641 0.0093887
Vertex 4797 -0.0659208 0.0390922 0.037189
Vertex 4798 -0.0765723 0.0689281 0.00553415
Vertex 4799 -0.0687139 0.0394283 -0.00171366
Vertex 4800 0.005469 0.0964333 0.0520715
Vertex 4801 -0.0895793 0.136441 0.0122186
Vertex 4802 -0.0168597 0.0382017 0.0136589
Vertex 4803 -0.000826517 0.0853922 -0.0362438
Vertex 4804 -0.0295018 0.159581 0.00108834
Vertex 4805 -0.0320811 0.1577 -0.0118106
Vertex 4806 -0.0622483 0.0470201 0.00467011
Vertex 4807 -0.0708261 0.144835 -0.0182015
Vertex 4808 -0.0858362 0.103636 0.0243714
Vertex 4809 -0.0594926 0.112518 0.0361699
Vertex 4810 0.0160068 0.0347306 -0.00980024
Vertex 4811 -0.0735831 0.152654 -0.0328925
Vertex 4812 -0.028039 0.0849631 0.0475609
Vertex 4813 0.0250594 0.122946 0.0231962
Vertex 4814 -0.0226479 0.182963 -0.0190305
Vertex 4815 -0.0164761 0.0673645 0.0539812
Vertex 4816 0.00251006 0.102973 0.0437486
Vertex 4817 -0.00532834 0.0367049 -0.0158504
Vertex 4818 -0.00271812 0.0380275 0.0166967
Vertex 4819 -0.0239591 0.0958294 0.044594
Vertex 4820 0.0246691 0.103387 0.0411037
Vertex 4821 -0.066886 0.129814 0.0472408
Vertex 4822 0.0379525 0.0888235 0.0356698
Vertex 4823 -0.0599273 0.122373 -0.00867944
Vertex 4824 -0.0396922 0.156587 0.00568688
Vertex 4825 0.00623924 0.0754282 -0.0343629
Vertex 4826 -0.0557017 0.0693735 -0.0143448
Vertex 4827 -0.0668021 0.0909191 -0.0174744
Vertex 4828 -0.0274983 0.0932247 0.0447643
Vertex 4829 -0.0882804 0.103688 0.0163664
Vertex 4830 0.056791 0.0717301 0.0086079
Vertex 4831 -0.0303696 0.0486908 0.0439216
Vertex 4832 -0.0384968 0.104212 0.0394832
Vertex 4833 0.0144999 0.10985 0.0401157
Vertex 4834 -0.017747 0.0685932 -0.0381265
Vertex 4835 -0.0871174 0.110466 0.0103621
Vertex 4836 0.0210632 0.038679 -0.00769573
Vertex 4837 -0.0210545 0.100222 -0.024166
Vertex 4838 0.0522643 0.0732287 0.00987093
Vertex 4839 -0.013526 0.162053 -0.0127433
Vertex 4840 0.0363875 0.037641 0.0177175
Vertex 4841 -0.0688973 0.120914 -0.00896239
Vertex 4842 -0.0897054 0.124293 0.0455762
Vertex 4843 -0.0568794 0.0548721 0.000601057
Vertex 4844 -0.0151483 0.0405525 0.0515137
Vertex 4845 0.00751373 0.0869673 0.0561316
Vertex 4846 -0.0494259 0.144129 0.00171058
Vertex 4847 -0.00149557 0.0675596 0.0566557
Vertex 4848 -0.0147917 0.0951887 -0.0329173
Vertex 4849 0.00181081 0.131692 0.0146438
Vertex 4850 -0.0721444 0.145534 -0.0189034
Vertex 4851 -0.0897234 0.125377 0.0042981
Vertex 4852 0.0073096 0.0609801 -0.0307365
Vertex 4853 -0.032605 0.0408975 -0.030074
Vertex 4854 0.00619535 0.0866083 -0.0331365
Vertex 4855 -0.077632 0.077285 -0.00766199
Vertex 4856 -0.0565711 0.159859 0.00306588
Vertex 4857 0.0228849 0.0849076 0.049031
Vertex 4858 -0.0594261 0.151258 -0.000475846
Vertex 4859 0.0239769 0.0672243 0.0451455
Vertex 4860 -0.0625742 0.17727 -0.0581696
Vertex 4861 -0.0370838 0.0486029 -0.013278
Vertex 4862 -0.0728909 0.120866 -0.00826881
Vertex 4863 -0.0614985 0.0833224 0.0439406
Vertex 4864 -0.00849613 0.0703395 0.0565554
Vertex 4865 -0.0249633 0.0931679 0.047071
Vertex 4866 0.0241683 0.0795725 0.0490812
Vertex 4867 0.0124861 0.100431 0.0478938
Vertex 4868 0.0434944 0.0719976 -0.00179535
Vertex 4869 0.03264 0.0822319 0.0419892
Vertex 4870 -0.047302 0.16443 0.00497116
Vertex 4871 -0.0272685 0.0368017 0.0538626
Vertex 4872 -0.09118 0.143373 0.022161
Vertex 4873 0.0125362 0.127772 -0.00169738
Vertex 4874 0.00750963 0.0646928 0.0554932
Vertex 4875 0.0015066 0.0490028 0.0513272
Vertex 4876 -0.0456599 0.0636306 -0.0135866
Vertex 4877 -0.00762589 0.0451743 -0.028662
Vertex 4878 -0.060035 0.0645406 0.0315175
Vertex 4879 -0.0268076 0.0782799 -0.0366273
Vertex 4880 -0.0339024 0.123839 0.0236394
Vertex 4881 -0.0840365 0.147342 0.0364323
Vertex 4882 -0.0369545 0.0349347 0.0427177
Vertex 4883 -0.0816979 0.073476 0.0105355
Vertex 4884 -0.0488761 0.107007 -0.0192731
Vertex 4885 -0.00648958 0.0503786 0.0513549
Vertex 4886 0.0246298 0.0347052 0.0125163
Vertex 4887 0.0347555 0.0768972 -0.0157225
Vertex 4888 -0.0512658 0.0335234 0.00365116
Vertex 4889 -0.0655092 0.0986926 0.0420188
Vertex 4890 0.0192972 0.063662 -0.0278633
Vertex 4891 -0.0880478 0.0908955 0.0237752
Vertex 4892 0.0206219 0.119357 0.0335278
Vertex 4893 0.0203586 0.0565379 -0.0271575
Vertex 4894 -0.0864944 0.112209 0.0250023
Vertex 4895 0.0116939 0.0459283 0.0447695
Vertex 4896 -0.0422106 0.112435 -0.0169649
Vertex 4897 -0.0739382 0.132552 -0.00766265
Vertex 4898 -0.0641553 0.168532 -0.0413683
Vertex 4899 -0.057499 0.0889744 0.0446686
Vertex 4900 -0.0698809 0.100876 -0.0145572
Vertex 4901 0.056541 0.064854 0.0254614
Vertex 4902 -0.0184988 0.100234 0.0438197
Vertex 4903 -0.0133496 0.124356 0.0309811
Vertex 4904 0.0511798 0.0581784 0.029952
Vertex 4905 0.0196594 0.10025 -0.0221259
Vertex 4906 -0.0509437 0.0349503 0.0448676
Vertex 4907 0.0449905 0.0917771 0.0161555
Vertex 4908 -0.050433 0.0505709 0.0355945
Vertex 4909 -0.0759966 0.0994807 0.0369297
Vertex 4910 -0.0170398 0.124093 -0.00535053
Vertex 4911 -0.0568115 0.11798 -0.012657
Vertex 4912 0.0118497 0.0354401 0.0310392
Vertex 4913 -0.0191687 0.171226 -0.0215143
Vertex 4914 -0.052497 0.108432 0.038849
Vertex 4915 -0.0164973 0.0485745 0.0476342
Vertex 4916 -0.0869607 0.111738 0.00633151
Vertex 4917 0.0249549 0.0915796 0.0467751
Vertex 4918 -0.000687654 0.0583509 -0.0327859
Vertex 4919 -0.0446977 0.147484 -0.0025954
Vertex 4920 -0.0117585 0.0742488 -0.0381827
Vertex 4921 -0.0534956 0.0478266 0.0400304
Vertex 4922 0.021809 0.1242 0.000142479
Vertex 4923 -0.0809703 0.132422 -0.00393108
Vertex 4924 -0.0657091 0.157202 -0.00882727
Vertex 4925 -0.0559297 0.13815 0.0313829
Vertex 4926 -0.0298753 0.0537337 -0.0203803
Vertex 4927 -0.0469365 0.0404762 -0.0121149
Vertex 4928 -0.0699548 0.147947 -0.0321477
Vertex 4929 0.0114981 0.0658063 0.0534716
Vertex 4930 0.038544 0.0726461 0.034619
Vertex 4931 -0.0566015 0.0451895 0.0246815
Vertex 4932 0.00922562 0.0809438 -0.0326125
Vertex 4933 -0.069363 0.163799 -0.0509746
Vertex 4934 -0.00550326 0.0801395 0.0576107
Vertex 4935 -0.0732751 0.148715 -0.0303812
Vertex 4936 -0.0646081 0.0450546 0.000685836
Vertex 4937 -0.0435029 0.0832144 0.0426759
Vertex 4938 -0.0616232 0.148175 -0.003118
Vertex 4939 -0.0117867 0.0798822 -0.0383021
Vertex 4940 -0.0752763 0.0667216 0.0105318
Vertex 4941 -0.0697357 0.167099 -0.0218834
Vertex 4942 -0.00718079 0.0390105 -0.0127195
Vertex 4943 -0.0372876 0.0421099 0.0439093
Vertex 4944 -0.038606 0.0392918 -0.0284798
Vertex 4945 -0.0899141 0.140577 0.0142032
Vertex 4946 -0.0588327 0.0911696 -0.0205864
Vertex 4947 -0.006733 0.0684593 -0.0359965
Vertex 4948 0.0210931 0.0429808 -0.0187308
Vertex 4949 -0.0291817 0.0832547 -0.0346104
Vertex 4950 -0.0723024 0.111428 0.0467445
Vertex 4951 -0.032464 0.126152 0.0167563
Vertex 4952 -0.0732162 0.169408 -0.0460252
Vertex 4953 0.0420895 0.102851 0.00717012
Vertex 4954 -0.0745039 0.117561 0.0526615
Vertex 4955 -0.091603 0.144731 0.0191577
Vertex 4956 -0.0622964 0.150648 -0.0145762
Vertex 4957 -0.0582195 0.03947 0.0465299
Vertex 4958 -0.00392373 0.129832 0.00104637
Vertex 4959 0.0440424 0.0496996 0.0318585
Vertex 4960 -0.0618962 0.0443648 0.0286813
Vertex 4961 -0.0579061 0.0357757 0.046064
Vertex 4962 -0.0336295 0.0533957 -0.0102549
Vertex 4963 -0.0774663 0.168085 -0.0299733
Vertex 4964 -0.0775093 0.0961888 -0.0115304
Vertex 4965 -0.00674435 0.0340208 -0.0192827
Vertex 4966 -0.0594946 0.0959853 0.0440949
Vertex 4967 -0.0357813 0.0828042 -0.0224653
Vertex 4968 -0.0816886 0.154881 0.0175845
Vertex 4969 0.0109283 0.0616839 0.0526314
Vertex 4970 0.0139874 0.0924572 -0.0278842
Vertex 4971 0.0124994 0.0909598 0.0531045
Vertex 4972 -0.0334757 0.072353 -0.0224701
Vertex 4973 -0.0873971 0.140576 0.0399568
Vertex 4974 0.0420841 0.090131 -0.00780186
Vertex 4975 -0.0609826 0.13955 0.0346529
Vertex 4976 0.0207235 0.123161 0.0287274
Vertex 4977 0.0397983 0.0672171 0.0328832
Vertex 4978 -0.0528885 0.108408 -0.0187758
Vertex 4979 0.0130981 0.124462 0.0316831
Vertex 4980 -0.00533161 0.123249 -0.0106624
Vertex 4981 0.0288769 0.120252 0.0217702
Vertex 4982 -0.0341012 0.162237 -0.0142117
Vertex 4983 -0.0603223 0.0385556 0.0217181
Vertex 4984 -0.0489136 0.125469 0.0310273
Vertex 4985 0.0309186 0.094253 -0.0177648
Vertex 4986 -0.0284889 0.100156 0.0431683
Vertex 4987 -0.0608279 0.0910686 -0.0191968
Vertex 4988 0.0084218 0.0346373 0.0418695
Vertex 4989 0.0422139 0.06433 -0.00247442
Vertex 4990 0.0033475 0.0524625 -0.0299019
Vertex 4991 -0.0676215 0.0688155 -0.00772966
Vertex 4992 0.00227655 0.0655175 -0.0339267
Vertex 4993 -0.0168782 0.0351038 0.0503404
Vertex 4994 -0.0656404 0.0608118 0.00501538
Vertex 4995 -0.0488766 0.0663121 0.037594
Vertex 4996 0.0179771 0.0393777 0.0432522
Vertex 4997 -0.0470477 0.150201 -0.00445632
Vertex 4998 -0.0366211 0.124122 -0.00724685
Vertex 4999 -0.0628199 0.164682 -0.0345962
Vertex 5000 -0.070799 0.0908224 -0.0163205
Vertex 5001 -0.0289503 0.0931616 -0.025199
Vertex 5002 -0.01776 0.0714448 -0.0386564
Vertex 5003 -0.0617624 0.0810326 -0.0192317
Vertex 5004 -0.067492 0.0944588 0.0423306
Vertex 5005 -0.0270215 0.0563432 0.0375362
Vertex 5006 0.0564285 0.0727253 0.0143999
Vertex 5007 0.0202826 0.0693621 -0.0284085
Vertex 5008 -0.017803 0.0813337 -0.0391893
Vertex 5009 -0.0504951 0.0960175 0.0443724
Vertex 5010 0.00338055 0.0465728 -0.0280809
Vertex 5011 -0.0658345 0.0367656 0.0273328
Vertex 5012 -0.0399614 0.0343338 -0.0130933
Vertex 5013 -0.0325454 0.0624467 -0.016419
Vertex 5014 -0.0868004 0.0846768 0.00848321
Vertex 5015 -0.0506214 0.0416531 0.0455899
Vertex 5016 -0.0190668 0.12797 0.0127969
Vertex 5017 -0.0612579 0.167808 -0.0576007
Vertex 5018 0.0312054 0.104936 -0.0131412
Vertex 5019 -0.0151964 0.178666 -0.0203777
Vertex 5020 -0.0939252 0.118758 0.016301
Vertex 5021 0.0277468 0.0465681 -0.0107176
Vertex 5022 0.0109129 0.0833325 0.0545132
Vertex 5023 -0.0828306 0.150071 0.00319212
Vertex 5024 0.0414526 0.0425673 -0.000513932
Vertex 5025 -0.042494 0.0676556 0.0412962
Vertex 5026 -0.0404958 0.0478428 0.0400733
Vertex 5027 0.0173644 0.052219 -0.0267492
Vertex 5028 0.0325508 0.115423 -0.000329209
Vertex 5029 -0.0394659 0.108422 0.0377073
Vertex 5030 -0.0755105 0.151351 -0.0138965
Vertex 5031 -0.0130686 0.183424 -0.0252779
Vertex 5032 0.0435266 0.0664036 0.0265247
Vertex 5033 0.0109534 0.0475021 0.0472035
Vertex 5034 0.00923639 0.0753581 -0.0333366
Vertex 5035 -0.0787984 0.113337 -0.0032043
Vertex 5036 -0.041491 0.0832013 0.0425516
Vertex 5037 -0.0534903 0.102908 0.0413848
Vertex 5038 -0.060198 0.152175 0.0339452
Vertex 5039 -0.0140608 0.038299 0.0231793
Vertex 5040 -0.0668923 0.109473 -0.0126504
Vertex 5041 -0.0474794 0.0917467 0.0438194
Vertex 5042 0.0484981 0.0664872 0.0276228
Vertex 5043 -0.0865918 0.127084 0.0480364
Vertex 5044 0.00652975 0.0380351 0.0455331
Vertex 5045 -0.0763852 0.114637 0.0504008
Vertex 5046 -0.073748 0.0805288 0.0380979
Vertex 5047 -0.0560239 0.144237 -0.00161522
Vertex 5048 -0.055962 0.148162 0.0296522
Vertex 5049 -0.0709835 0.0353942 0.00988845
Vertex 5050 0.0252334 0.114772 -0.00969056
Vertex 5051 -0.0842824 0.0818436 0.0235004
Vertex 5052 -0.0564797 0.0356812 -0.0108166
Vertex 5053 -0.0162612 0.17862 -0.0260128
Vertex 5054 -0.0725184 0.128806 0.0519752
Vertex 5055 -0.0186162 0.0391183 0.0377018
Vertex 5056 -0.0285577 0.048864 -0.0238529
Vertex 5057 0.0465334 0.07646 0.0111853
Vertex 5058 -0.0615214 0.155998 0.0173864
Vertex 5059 -0.0925344 0.124191 0.0302708
Vertex 5060 -0.0334673 0.174268 -0.00177832
Vertex 5061 -0.0651404 0.112408 0.0390225
Vertex 5062 -0.0263231 0.034658 0.0434735
Vertex 5063 -0.0794788 0.13585 0.0504167
Vertex 5064 0.0170314 0.126681 0.0245104
Vertex 5065 -0.0488368 0.0970812 -0.0221898
Face 1 2451 1413 4071
Face 2 3649 1633 2995
Face 3 838 1321 1823
Face 4 28 3507 2067
Face 5 1321 838 2451
Face 6 3127 4309 2069
Face 7 4732 3598 689
Face 8 2363 1481 3
Face 9 2948 3 2054
Face 10 144 1544 968
Face 11 3840 10 3567
Face 12 4167 936 1031
Face 13 1965 3307 2546
Face 14 1857 3829 4190
Face 15 571 2904 4254
Face 16 1638 2303 10
Face 17 978 3759 3401
Face 18 3163 1009 3062
Face 19 3902 4738 1770
Face 20 4158 2450 2580
Face 21 3306 2415 194
Face 22 216 4779 3043
Face 23 1499 482 3742
Face 24 1908 4389 92
Face 25 4239 2617 275
Face 26 166 2984 1729
Face 27 1594 34 1049
Face 28 1824 954 1968
Face 29 2891 77 3776
Face 30 4028 1971 792
Face 31 1291 1163 1858
Face 32 1811 48 2321
Face 33 2468 5047 473
Face 34 2548 94 810
Face 35 3019 491 3926
Face 36 532 1464 4271
Face 37 2266 4872 4955
Face 38 3604 3378 4002
Face 39 947 1336 4021
Face 40 4025 2386 1192
Face 41 1343 3840 1123
Face 42 666 1293 4446
Face 43 4178 3105 154
Face 44 3382 2275 4798
Face 45 2650 497 2110
Face 46 1375 4783 4979
Face 47 824 2947 3791
Face 48 2400 2886 413
Face 49 343 2394 1776
Face 50 3328 1324 1130
Face 51 798 1117 3600
Face 52 3802 1250 2650
Face 53 2566 1670 514
Face 54 240 4116 620
Face 55 2795 2337 113
Face 56 2119 3987 821
Face 57 4528 1225 5058
Face 58 1103 3125 3385
Face 59 1283 2068 3299
Face 60 1608 4652 1046
Face 61 515 1790 3584
Face 62 410 3537 729
Face 63 1901 2778 730
Face 64 108 1893 3365
Face 65 3001 1941 231
Face 66 3616 479 758
Face 67 4226 1459 2731
Face 68 871 3101 1296
Face 69 2154 510 1519
Face 70 1908 92 2779
Face 71 3817 1985 800
Face 72 576 2724 1807
Face 73 2048 147 424
Face 74 2119 821 570
Face 75 2588 608 3124
Face 76 4585 1522 1215
Face 77 1876 307 4809
Face 78 4445 1688 2063
Face 79 2106 1847 3166
Face 80 4428 3545 309
Face 81 2897 1797 1702
Face 82 1584 1098 4681
Face 83 2078 4121 867
Face 84 470 4559 2573
Face 85 2323 65 2947
Face 86 2972 201 2605
Face 87 1564 824 3791
Face 88 4062 2585 1215
Face 89 1501 5044 735
Face 90 3448 4240 749
Face 91 112 2633 4479
Face 92 690 403 928
Face 93 1084 2586 72
Face 94 379 2340 3986
Face 95 1980 2071 19
Face 96 939 1484 3809
Face 97 1795 523 1339
Face 98 1556 81 4439
Face 99 1829 624 4864
Face 100 3792 1184 2658
Face 101 445 5021 3122
Face 102 83 1031 3356
Face 103 3231 4503 1314
Face 104 2397 4527 990
Face 105 2546 4888 536
Face 106 2432 1996 1412
Face 107 3295 1442 281
Face 108 685 1317 3316
Face 109 1546 3885 2912
Face 110 3607 3690 2064
Face 111 921 4632 656
Face 112 379 3986 4578
Face 113 238 4253 2748
Face 114 3573 1172 2062
Face 115 1655 1786 2961
Face 116 1587 3306 4530
Face 117 2816 4000 499
Face 118 3447 4649 4706
Face 119 130 2295 1550
Face 120 1719 2772 4579
Face 121 812 1706 3565
Face 122 812 286 4026
Face 123 4838 3279 2661
Face 124 787 1909 1746
Face 125 663 2459 56
Face 126 614 4039 1759
Face 127 857 1770 1572
Face 128 1950 3902 1770
Face 129 383 2768 4216
Face 130 1057 4697 629
Face 131 1589 153 3172
Face 132 2418 1755 1044
Face 133 163 4959 2503
Face 134 3756 3561 1728
Face 135 3045 4393 1643
Face 136 32 1136 4232
Face 137 2717 4152 141
Face 138 3292 1163 3369
Face 139 546 4252 3052
Face 140 1372 2149 1767
Face 141 1181 4422 3455
Face 142 4064 1739 2595
Face 143 3526 1128 1461
Face 144 4249 1522 4585
Face 145 3079 792 4020
Face 146 731 3558 2409
Face 147 2325 109 593
Face 148 3755 145 3178
Face 149 4985 2360 809
Face 150 1744 2587 620
Face 151 1523 3184 628
Face 152 411 2782 2012
Face 153 783 1141 3918
Face 154 178 4457 3638
Face 155 113 817 2795
Face 156 3313 521 817
Face 157 4235 1488 2694
Face 158 388 3388 4817
Face 159 929 4338 2241
Face 160 4166 573 712
Face 161 16 1393 1761
Face 162 2243 1546 114
Face 163 4113 1038 2941
Face 164 3109 1829 688
Face 165 2875 481 4811
Face 166 4179 1922 3564
Face 167 586 1569 2852
Face 168 4460 1392 1569
Face 169 3969 3101 1077
Face 170 3524 1451 2482
Face 171 3500 1654 181
Face 172 1291 4870 3719
Face 173 130 3997 2295
Face 174 3847 448 2537
Face 175 980 237 956
Face 176 1138 2779 92
Face 177 4371 2234 1188
Face 178 622 2427 3362
Face 179 3610 1910 4627
Face 180 2199 3531 2743
Face 181 1774 505 3662
Face 182 4061 215 1576
Face 183 2714 999 668
Face 184 2714 2586 999
Face 185 529 4959 2590
Face 186 2078 867 1676
Face 187 59 2123 1332
Face 188 2786 4813 98
Face 189 3343 2124 1433
Face 190 3845 3359 4918
Face 191 2804 837 3667
Face 192 3032 671 1232
Face 193 1529 101 1230
Face 194 2408 3549 879
Face 195 1852 134 610
Face 196 1571 3028 1226
Face 197 3506 689 4485
Face 198 3138 4288 3432
Face 199 550 2635 1922
Face 200 540 901 2624
Face 201 1869 732 3392
Face 202 1675 4802 4320
Face 203 2810 3485 298
Face 204 955 2433 1626
Face 205 4 3227 4066
Face 206 2112 2897 2013
Face 207 801 108 3365
Face 208 801 2808 3520
Face 209 78 1537 2804
Face 210 78 1925 3539
Face 211 3094 1911 597
Face 212 2839 2642 397
Face 213 1068 432 1775
Face 214 518 316 3286
Face 215 2316 3207 1964
Face 216 2577 3460 2837
Face 217 1671 2189 2259
Face 218 1331 2400 413
Face 219 356 875 4520
Face 220 2333 351 2985
Face 221 555 2001 3561
Face 222 866 4322 1288
Face 223 2560 4313 1053
Face 224 2066 707 230
Face 225 116 2669 3922
Face 226 3338 2557 4343
Face 227 1096 3378 4556
Face 228 3376 322 1427
Face 229 3420 4822 658
Face 230 279 2879 2967
Face 231 2515 497 2650
Face 232 2475 4302 120
Face 233 58 2368 2452
Face 234 4758 1276 2395
Face 235 3234 2204 2589
Face 236 226 3453 2204
Face 237 1158 4674 2325
Face 238 2402 3336 537
Face 239 2770 690 928
Face 240 447 3821 4500
Face 241 336 4303 1825
Face 242 61 552 2362
Face 243 3581 1076 2591
Face 244 4874 3566 1983
Face 245 956 237 4251
Face 246 3171 2284 331
Face 247 17 1164 2989
Face 248 1851 2623 3269
Face 249 3466 3267 856
Face 250 167 2399 1751
Face 251 1229 448 1018
Face 252 1086 131 2980
Face 253 1747 3574 986
Face 254 3465 3735 4945
Face 255 3095 2811 896
Face 256 1128 451 1461
Face 257 4585 1215 2585
Face 258 4705 4837 1014
Face 259 158 1391 3587
Face 260 3127 2620 3390
Face 261 685 4973 1317
Face 262 2090 879 3549
Face 263 4655 366 2140
Face 264 2513 1589 2276
Face 265 4016 531 1228
Face 266 212 3266 1450
Face 267 2554 523 1795
Face 268 2554 2548 953
Face 269 569 515 3584
Face 270 2033 858 1133
Face 271 2038 5019 2693
Face 272 780 69 2352
Face 273 46 2682 1078
Face 274 4838 2661 4349
Face 275 2025 1378 3347
Face 276 2025 2783 1378
Face 277 4378 3648 2997
Face 278 2196 3171 4100
Face 279 468 2161 4631
Face 280 1410 2424 145
Face 281 1423 3912 2556
Face 282 1076 3581 4414
Face 283 4068 2935 1094
Face 284 3645 424 147
Face 285 903 753 4241
Face 286 903 4410 753
Face 287 1848 3814 4804
Face 288 4666 1221 1660
Face 289 1527 3631 504
Face 290 2186 3103 618
Face 291 3628 2029 1620
Face 292 934 1115 2996
Face 293 3362 3870 622
Face 294 2252 3001 231
Face 295 3548 1526 3825
Face 296 3640 2300 253
Face 297 3376 1906 322
Face 298 533 1771 2543
Face 299 3503 769 4261
Face 300 3467 4154 923
Face 301 51 2728 788
Face 302 51 1923 2728
Face 303 1167 865 104
Face 304 2191 3768 611
Face 305 1363 271 2423
Face 306 643 1521 4434
Face 307 411 4713 2782
Face 308 3844 2668 922
Face 309 3496 4264 282
Face 310 2716 3694 1584
Face 311 15 2209 1046
Face 312 2981 1614 161
Face 313 842 162 4540
Face 314 1199 4080 1585
Face 315 1686 1779 4083
Face 316 3756 1728 3201
Face 317 4098 4715 1573
Face 318 3094 4149 4715
Face 319 906 165 1403
Face 320 906 3234 4733
Face 321 4238 166 1704
Face 322 4238 2984 166
Face 323 3315 926 2951
Face 324 1012 3367 2359
Face 325 881 3176 343
Face 326 881 4033 3176
Face 327 1397 169 3950
Face 328 5054 1663 3175
Face 329 4042 2170 2757
Face 330 1652 1182 1947
Face 331 3668 510 3049
Face 332 355 3009 3835
Face 333 193 1063 4826
Face 334 4843 167 1751
Face 335 2911 1259 570
Face 336 3476 4232 527
Face 337 1684 3535 1285
Face 338 2582 3088 1472
Face 339 3508 1747 986
Face 340 290 962 4456
Face 341 4363 2896 1167
Face 342 478 3687 2896
Face 343 538 2636 3857
Face 344 1462 178 3638
Face 345 1462 4954 490
Face 346 650 444 3739
Face 347 1725 2159 4265
Face 348 2494 180 1392
Face 349 2882 928 403
Face 350 1689 181 4177
Face 351 1689 3500 181
Face 352 1936 2949 3664
Face 353 71 2735 4901
Face 354 1497 1007 3976
Face 355 59 1332 2307
Face 356 1137 1378 2783
Face 357 3206 487 3743
Face 358 3112 914 508
Face 359 1341 459 592
Face 360 3102 3575 749
Face 361 554 3804 4661
Face 362 3062 2261 3163
Face 363 726 257 3412
Face 364 681 2929 4206
Face 365 1052 3853 2321
Face 366 3403 4495 602
Face 367 2107 2951 3852
Face 368 2308 3925 18
Face 369 1968 799 3914
Face 370 2700 326 385
Face 371 1838 2342 1434
Face 372 1766 439 998
Face 373 228 5022 2859
Face 374 1373 2213 3138
Face 375 1198 2107 3820
Face 376 1126 2438 1901
Face 377 754 3472 2529
Face 378 23 417 1066
Face 379 1900 4290 417
Face 380 1228 4846 3268
Face 381 2468 1615 4846
Face 382 2152 197 1189
Face 383 3271 314 3349
Face 384 1696 3632 3799
Face 385 692 1870 1452
Face 386 692 2099 1870
Face 387 2801 282 3683
Face 388 401 4300 2430
Face 389 1103 201 2972
Face 390 1103 3385 201
Face 391 67 2565 2338
Face 392 1749 2838 3592
Face 393 1334 203 4699
Face 394 2151 668 999
Face 395 1930 3811 592
Face 396 1303 1713 950
Face 397 131 4321 846
Face 398 2009 591 3404
Face 399 4777 1391 2436
Face 400 3090 1445 466
Face 401 2962 558 2058
Face 402 2698 3060 949
Face 403 4334 533 1380
Face 404 4334 2176 533
Face 405 3204 1544 144
Face 406 4663 577 3039
Face 407 1548 2115 3334
Face 408 830 2061 2608
Face 409 2845 609 1962
Face 410 21 3187 4481
Face 411 1617 2409 4388
Face 412 625 3990 4596
Face 413 1814 373 3374
Face 414 1846 1308 2317
Face 415 2707 3064 4788
Face 416 2994 2448 2930
Face 417 2365 3253 215
Face 418 4487 2808 801
Face 419 1274 4779 3784
Face 420 1664 3349 314
Face 421 1992 2382 3724
Face 422 4119 3335 963
Face 423 1368 2375 4311
Face 424 3748 1193 1722
Face 425 1024 2526 632
Face 426 2115 3741 3334
Face 427 1685 4045 3741
Face 428 2184 2870 244
Face 429 35 1080 4591
Face 430 1318 3917 4694
Face 431 3140 1848 886
Face 432 4592 2597 521
Face 433 4592 1085 1927
Face 434 1449 3434 1269
Face 435 888 3373 3252
Face 436 4117 3525 793
Face 437 1092 4522 4107
Face 438 2771 616 183
Face 439 2068 1283 226
Face 440 4210 227 2671
Face 441 1219 4669 1424
Face 442 2836 751 1955
Face 443 4292 3285 1282
Face 444 492 3698 1426
Face 445 1929 1005 2544
Face 446 3338 4502 1387
Face 447 3725 2066 230
Face 448 2010 691 2568
Face 449 1272 106 3311
Face 450 2989 1047 17
Face 451 4712 372 849
Face 452 3657 1180 2274
Face 453 627 3360 1306
Face 454 2630 4720 816
Face 455 1181 2968 455
Face 456 2999 1709 159
Face 457 1523 628 382
Face 458 4359 1906 1194
Face 459 3733 4787 773
Face 460 1236 2019 4757
Face 461 1257 3159 2019
Face 462 4803 1118 2046
Face 463 4130 989 4316
Face 464 2730 239 2464
Face 465 2381 145 2424
Face 466 2214 1359 364
Face 467 561 3020 3431
Face 468 3244 4274 3913
Face 469 353 1422 429
Face 470 112 4048 2633
Face 471 3563 4082 878
Face 472 4593 2750 3323
Face 473 1291 3719 4470
Face 474 4486 244 2870
Face 475 1273 912 3904
Face 476 3843 666 186
Face 477 3758 3118 2447
Face 478 673 1033 71
Face 479 4209 437 2148
Face 480 3891 4018 2203
Face 481 2324 2762 745
Face 482 2000 944 3358
Face 483 3727 1932 1355
Face 484 1084 1991 389
Face 485 4089 2844 2304
Face 486 3921 250 2141
Face 487 2403 1076 1958
Face 488 172 3978 1975
Face 489 1201 4443 251
Face 490 4954 5045 490
Face 491 790 3971 2550
Face 492 450 2446 1315
Face 493 2892 927 4773
Face 494 3175 254 2374
Face 495 3175 4821 254
Face 496 4388 255 3450
Face 497 4388 2914 255
Face 498 2364 377 1685
Face 499 2364 3463 377
Face 500 1361 257 1946
Face 501 2399 167 1768
Face 502 117 2150 4211
Face 503 848 1515 2150
Face 504 1265 1008 2018
Face 505 573 4166 3481
Face 506 1156 2004 2768
Face 507 4756 479 3823
Face 508 2746 4872 1233
Face 509 136 2408 1563
Face 510 4260 2133 671
Face 511 100 1907 4155
Face 512 2139 487 3881
Face 513 165 1491 3411
Face 514 1320 2140 366
Face 515 4833 2272 615
Face 516 2049 265 2529
Face 517 495 3851 1780
Face 518 4878 888 3252
Face 519 3886 1698 888
Face 520 3690 3976 2064
Face 521 4668 1453 3812
Face 522 1651 4110 4159
Face 523 901 1802 4480
Face 524 4963 1842 704
Face 525 4751 270 1095
Face 526 1454 1229 3303
Face 527 4503 2601 959
Face 528 1758 4096 2813
Face 529 1185 1331 1903
Face 530 4435 2809 642
Face 531 1383 3956 1986
Face 532 1121 3341 1641
Face 533 1276 274 4950
Face 534 2253 3874 887
Face 535 575 4942 1460
Face 536 1597 2579 4404
Face 537 2894 3390 2620
Face 538 145 4147 1410
Face 539 145 3755 2080
Face 540 2793 1879 4546
Face 541 4848 3167 880
Face 542 872 279 2967
Face 543 4339 2666 4582
Face 544 2103 4855 4223
Face 545 4991 4287 1665
Face 546 1239 281 3075
Face 547 2975 426 617
Face 548 2430 1287 2801
Face 549 1108 863 2104
Face 550 4312 283 3822
Face 551 2744 470 2573
Face 552 1919 4619 1360
Face 553 36 1599 1416
Face 554 1132 585 2863
Face 555 142 519 1417
Face 556 4202 2850 2224
Face 557 330 3423 1458
Face 558 1581 1282 1212
Face 559 3092 2536 4688
Face 560 1406 1069 4097
Face 561 3582 2172 2538
Face 562 2427 765 3362
Face 563 2427 1414 765
Face 564 77 581 3980
Face 565 1521 643 2353
Face 566 2188 4398 948
Face 567 1493 1644 291
Face 568 1088 1508 2715
Face 569 327 2636 4337
Face 570 719 952 2692
Face 571 719 4644 952
Face 572 1999 1223 4829
Face 573 807 1942 4796
Face 574 3790 2313 4353
Face 575 724 3098 3729
Face 576 1208 1270 3396
Face 577 4966 2704 1944
Face 578 4240 2857 1280
Face 579 932 2148 2857
Face 580 669 1623 260
Face 581 2468 473 298
Face 582 242 2865 112
Face 583 4560 1300 2421
Face 584 3095 3837 2811
Face 585 4293 33 1252
Face 586 486 4423 3858
Face 587 3919 2390 1568
Face 588 1070 4573 2161
Face 589 1070 4065 302
Face 590 2299 2579 4780
Face 591 1127 2105 1614
Face 592 1819 1159 2957
Face 593 577 305 2991
Face 594 577 4170 305
Face 595 4660 1010 3424
Face 596 4542 1812 1467
Face 597 398 4570 3023
Face 598 43 1015 1717
Face 599 219 2632 1024
Face 600 2655 1501 735
Face 601 5025 2156 621
Face 602 5025 4428 309
Face 603 1352 2213 3287
Face 604 1352 3138 2213
Face 605 2234 681 4924
Face 606 3996 188 681
Face 607 4142 2014 232
Face 608 2926 1305 3352
Face 609 4584 2383 1028
Face 610 747 314 3271
Face 611 1432 2122 314
Face 612 3783 315 564
Face 613 2449 3363 1104
Face 614 882 1976 3122
Face 615 128 4511 2228
Face 616 480 3398 1879
Face 617 3873 79 4013
Face 618 2739 318 1649
Face 619 4654 3109 688
Face 620 3273 560 1051
Face 621 815 4021 3387
Face 622 113 3313 817
Face 623 1864 3272 806
Face 624 1935 3504 2199
Face 625 2232 3746 1112
Face 626 798 1679 2485
Face 627 253 2300 4184
Face 628 3650 323 1446
Face 629 48 2886 323
Face 630 4856 1455 3311
Face 631 4079 2296 324
Face 632 1109 3114 2178
Face 633 4908 722 3114
Face 634 3406 3284 2613
Face 635 3406 1447 2248
Face 636 2553 1436 4912
Face 637 2553 1113 4341
Face 638 281 1330 3295
Face 639 281 3880 1330
Face 640 117 848 2150
Face 641 117 2261 2574
Face 642 4754 330 1458
Face 643 1721 3427 865
Face 644 1059 331 3405
Face 645 1059 4118 1833
Face 646 415 3422 4696
Face 647 1011 2088 566
Face 648 2724 3950 1807
Face 649 4881 2408 879
Face 650 3615 2572 506
Face 651 4128 424 2841
Face 652 4741 3592 3934
Face 653 4741 3093 3592
Face 654 2122 3010 919
Face 655 3310 3930 563
Face 656 13 4278 2311
Face 657 1725 444 2173
Face 658 4761 799 470
Face 659 971 1171 338
Face 660 2311 1411 13
Face 661 1560 540 2624
Face 662 2539 3198 3739
Face 663 3257 2343 1483
Face 664 2852 2551 586
Face 665 1488 2453 623
Face 666 1827 902 3608
Face 667 1335 3315 2963
Face 668 1335 926 3315
Face 669 236 2787 4787
Face 670 1539 3678 1906
Face 671 1567 3199 1045
Face 672 158 3895 2165
Face 673 3686 346 1653
Face 674 2965 5023 3095
Face 675 1043 1588 2924
Face 676 2034 654 4074
Face 677 1607 348 1173
Face 678 175 3887 1312
Face 679 569 942 515
Face 680 68 3999 942
Face 681 4224 2050 4840
Face 682 1152 3003 350
Face 683 3042 2375 1368
Face 684 70 2532 4304
Face 685 4462 352 651
Face 686 4462 1542 352
Face 687 5044 3212 735
Face 688 483 4029 2306
Face 689 2634 1158 2325
Face 690 2073 4218 3571
Face 691 4263 2133 4260
Face 692 981 356 2125
Face 693 218 3979 2333
Face 694 36 3353 1599
Face 695 4777 2436 4325
Face 696 2988 3865 151
Face 697 4630 790 2550
Face 698 3884 4746 693
Face 699 3884 1667 4746
Face 700 3545 360 309
Face 701 3281 2344 722
Face 702 161 1388 2981
Face 703 1901 2438 4040
Face 704 3765 779 466
Face 705 2015 1852 3061
Face 706 38 1178 1871
Face 707 2517 4734 1178
Face 708 3836 910 445
Face 709 160 3154 1822
Face 710 74 4740 2244
Face 711 3384 4112 1583
Face 712 992 743 1532
Face 713 4533 3643 743
Face 714 4696 3740 4217
Face 715 1367 114 636
Face 716 1881 4020 792
Face 717 2522 5040 1516
Face 718 47 2756 1802
Face 719 47 2169 2756
Face 720 1217 3895 158
Face 721 3088 4409 370
Face 722 204 535 4394
Face 723 204 2610 3805
Face 724 4448 4007 1547
Face 725 4183 107 3066
Face 726 2201 373 4135
Face 727 2201 4173 373
Face 728 225 2637 2138
Face 729 3073 3483 972
Face 730 2590 1779 2949
Face 731 3242 4083 1779
Face 732 4486 1595 3602
Face 733 3997 130 3611
Face 734 3110 377 755
Face 735 2825 346 4945
Face 736 4668 3018 3784
Face 737 1845 929 378
Face 738 1278 2710 4578
Face 739 702 3100 5059
Face 740 1397 4724 169
Face 741 40 3316 2773
Face 742 2745 501 1210
Face 743 4047 2660 1320
Face 744 235 3113 1692
Face 745 235 3763 3113
Face 746 3440 1623 669
Face 747 3440 3639 2135
Face 748 2917 3903 1262
Face 749 5007 440 1915
Face 750 1329 2922 326
Face 751 3862 1836 683
Face 752 2998 386 4025
Face 753 1172 1536 2386
Face 754 2185 3357 3551
Face 755 2185 3168 4254
Face 756 4038 388 2079
Face 757 4038 3620 388
Face 758 2193 389 4808
Face 759 4829 1223 389
Face 760 4287 2760 1574
Face 761 4287 649 2760
Face 762 1876 2683 307
Face 763 118 1096 4482
Face 764 4609 3214 1904
Face 765 208 819 2422
Face 766 1202 979 1552
Face 767 4778 712 3383
Face 768 4231 2074 970
Face 769 592 459 1625
Face 770 63 3861 1414
Face 771 5058 1225 4620
Face 772 3355 4659 5055
Face 773 110 682 2370
Face 774 1084 72 2314
Face 775 43 752 1308
Face 776 43 1717 752
Face 777 141 789 2717
Face 778 3408 505 1354
Face 779 1698 2652 266
Face 780 4401 3128 2519
Face 781 3193 1351 4373
Face 782 1672 4300 2659
Face 783 684 402 4488
Face 784 1959 509 2939
Face 785 1569 936 4167
Face 786 2102 3982 1200
Face 787 900 404 1974
Face 788 1902 2045 3205
Face 789 121 405 2673
Face 790 3863 1030 2368
Face 791 3906 1782 3650
Face 792 87 4461 4928
Face 793 2890 3815 1514
Face 794 2878 4801 3735
Face 795 3471 2741 3799
Face 796 3471 4242 2741
Face 797 3016 409 139
Face 798 1261 1010 3897
Face 799 1668 3444 775
Face 800 4281 858 2511
Face 801 4968 411 2012
Face 802 4968 1122 411
Face 803 4112 3944 365
Face 804 1622 3865 457
Face 805 2435 4375 960
Face 806 1903 1331 2392
Face 807 2230 414 4043
Face 808 3749 261 2746
Face 809 2145 4339 449
Face 810 2473 1945 4731
Face 811 37 1812 2753
Face 812 3153 215 4061
Face 813 1289 3081 5048
Face 814 1289 3647 3081
Face 815 4830 603 1995
Face 816 3626 1851 3269
Face 817 3011 938 4345
Face 818 2831 1730 5030
Face 819 2928 3912 1423
Face 820 1324 363 2040
Face 821 2335 1796 1273
Face 822 3344 796 3922
Face 823 3196 422 1470
Face 824 3256 231 1941
Face 825 3747 4182 3161
Face 826 103 2664 1969
Face 827 2083 1495 600
Face 828 579 1431 3572
Face 829 271 1363 2672
Face 830 4262 1456 3531
Face 831 1110 4087 1456
Face 832 668 4535 2714
Face 833 2263 4068 1094
Face 834 1439 3854 4508
Face 835 241 429 1422
Face 836 241 2192 429
Face 837 2613 759 191
Face 838 4342 3158 994
Face 839 3186 818 1425
Face 840 2805 2626 4156
Face 841 2481 432 1068
Face 842 1287 748 5010
Face 843 2687 4255 2006
Face 844 295 2913 3478
Face 845 1587 1789 828
Face 846 2869 1375 4979
Face 847 1413 3680 4071
Face 848 2328 2362 552
Face 849 4834 2962 3705
Face 850 4195 1676 867
Face 851 2608 1280 3096
Face 852 116 4436 3036
Face 853 2084 1835 5049
Face 854 1841 1134 1475
Face 855 913 1715 439
Face 856 240 2236 4116
Face 857 240 744 2236
Face 858 3754 1702 860
Face 859 1290 3393 1875
Face 860 2876 2096 770
Face 861 885 3396 1270
Face 862 1047 2982 1219
Face 863 232 2014 1251
Face 864 4265 444 1725
Face 865 1237 269 4259
Face 866 4376 1976 882
Face 867 717 1323 1284
Face 868 4684 923 3244
Face 869 1720 4261 769
Face 870 1244 1027 3010
Face 871 2593 568 447
Face 872 4751 1454 3303
Face 873 57 4075 1454
Face 874 1983 1168 4431
Face 875 279 872 4413
Face 876 1954 1347 3172
Face 877 1954 4775 1347
Face 878 2978 451 4136
Face 879 2978 3564 451
Face 880 4475 4943 534
Face 881 3622 632 2526
Face 882 4175 3053 971
Face 883 4175 787 1746
Face 884 1502 3097 1873
Face 885 35 4591 1390
Face 886 3350 1332 2123
Face 887 2549 2137 3429
Face 888 1177 456 3231
Face 889 797 4454 1477
Face 890 1278 4637 2710
Face 891 412 4614 2960
Face 892 2670 1448 4491
Face 893 351 2333 1892
Face 894 1254 4317 2442
Face 895 86 2005 3442
Face 896 2489 1787 4450
Face 897 1816 2288 460
Face 898 2734 4506 1887
Face 899 340 889 4941
Face 900 827 462 2127
Face 901 827 1727 462
Face 902 2542 4760 554
Face 903 4446 1293 3533
Face 904 1860 4252 546
Face 905 1268 761 2594
Face 906 1296 4095 871
Face 907 251 4443 2428
Face 908 3908 3148 779
Face 909 841 5050 3148
Face 910 4737 467 4589
Face 911 1646 915 2709
Face 912 2779 3842 1908
Face 913 3451 1639 468
Face 914 3535 4723 1285
Face 915 2769 174 1694
Face 916 1968 470 799
Face 917 1968 4108 470
Face 918 3867 3030 1376
Face 919 226 2204 471
Face 920 189 3400 1012
Face 921 189 1982 4936
Face 922 1540 1052 4104
Face 923 2100 1626 2810
Face 924 2361 3068 1743
Face 925 4391 1041 2222
Face 926 449 3589 2227
Face 927 4582 1036 3589
Face 928 4156 3547 2805
Face 929 431 1468 2229
Face 930 3772 2576 202
Face 931 3028 1571 3711
Face 932 104 4363 1167
Face 933 104 1006 4363
Face 934 1318 2761 4382
Face 935 1318 4694 3744
Face 936 3012 4340 2015
Face 937 174 2769 1409
Face 938 3665 481 2875
Face 939 3318 406 2509
Face 940 2684 800 1985
Face 941 1061 398 2830
Face 942 907 2441 2306
Face 943 4996 4034 1757
Face 944 3465 3017 1695
Face 945 346 3686 3017
Face 946 440 4890 1915
Face 947 2018 3361 1359
Face 948 4600 1401 601
Face 949 4063 1568 486
Face 950 3411 1710 2139
Face 951 739 66 1855
Face 952 1608 488 3047
Face 953 1608 1032 488
Face 954 89 2482 4037
Face 955 3732 1296 489
Face 956 2851 2395 1276
Face 957 2851 1462 490
Face 958 3076 491 4672
Face 959 3076 1966 491
Face 960 72 3133 2314
Face 961 72 1697 3133
Face 962 380 1240 946
Face 963 380 3522 1240
Face 964 2501 494 3222
Face 965 2501 3368 494
Face 966 1126 4873 4134
Face 967 1126 1901 730
Face 968 2343 889 1483
Face 969 704 1842 3722
Face 970 120 4564 2475
Face 971 1655 2961 3228
Face 972 2994 1496 4344
Face 973 2994 2930 1496
Face 974 2356 499 4000
Face 975 159 1709 4554
Face 976 2380 500 2117
Face 977 2380 4328 500
Face 978 2142 1320 366
Face 979 998 439 1715
Face 980 853 4399 1867
Face 981 3994 607 1853
Face 982 3959 1854 2517
Face 983 3173 4700 1854
Face 984 3435 1719 1384
Face 985 3435 2772 1719
Face 986 95 505 1774
Face 987 95 1354 505
Face 988 4072 506 1643
Face 989 2016 404 900
Face 990 4704 561 3431
Face 991 2194 4636 862
Face 992 4160 1257 2019
Face 993 92 2372 1805
Face 994 3886 2484 1698
Face 995 39 2939 3492
Face 996 2156 1149 3929
Face 997 2156 3143 1149
Face 998 4627 511 1253
Face 999 3830 1787 2202
Face 1000 1315 3443 450
Face 1001 3414 2073 1524
Face 1002 905 3274 3334
Face 1003 220 1267 2528
Face 1004 4868 514 2938
Face 1005 4571 3241 906
Face 1006 2971 4961 942
Face 1007 2578 1790 515
Face 1008 243 516 3245
Face 1009 2508 930 2198
Face 1010 4900 4035 984
Face 1011 3954 831 2181
Face 1012 1206 718 282
Face 1013 1206 3692 718
Face 1014 2639 2001 2824
Face 1015 1909 787 1078
Face 1016 3628 2722 1139
Face 1017 2350 414 3294
Face 1018 3727 960 1932
Face 1019 2583 1952 4823
Face 1020 3008 1862 1518
Face 1021 4673 3738 522
Face 1022 3430 523 2388
Face 1023 1666 745 2762
Face 1024 2483 3330 2095
Face 1025 2483 970 4711
Face 1026 3377 2462 1364
Face 1027 2097 1593 525
Face 1028 2003 3619 809
Face 1029 31 2925 3619
Face 1030 5014 4023 1435
Face 1031 1094 3907 805
Face 1032 3706 728 1588
Face 1033 1618 2456 4552
Face 1034 4904 2949 1936
Face 1035 2461 4959 529
Face 1036 3458 705 1353
Face 1037 3516 2649 4176
Face 1038 2719 944 2000
Face 1039 3853 2558 835
Face 1040 1881 664 4978
Face 1041 1881 792 1971
Face 1042 4395 941 4609
Face 1043 4395 1771 941
Face 1044 2993 534 78
Face 1045 4557 961 534
Face 1046 3566 4929 279
Face 1047 4501 3342 1682
Face 1048 902 536 4247
Face 1049 902 1555 536
Face 1050 250 820 2141
Face 1051 250 3183 820
Face 1052 2868 538 3857
Face 1053 968 387 4139
Face 1054 1444 2965 484
Face 1055 3623 261 1016
Face 1056 3004 540 1560
Face 1057 2169 47 4105
Face 1058 22 2020 1248
Face 1059 22 1121 2020
Face 1060 192 542 3339
Face 1061 3878 3456 2155
Face 1062 4285 890 1740
Face 1063 2144 4194 2803
Face 1064 4190 544 4191
Face 1065 2072 2984 544
Face 1066 197 3192 1189
Face 1067 249 1002 3618
Face 1068 249 3000 546
Face 1069 4566 2663 734
Face 1070 1884 4649 547
Face 1071 1747 3345 3574
Face 1072 175 1312 2349
Face 1073 2517 2245 3959
Face 1074 2598 3315 2951
Face 1075 42 550 1922
Face 1076 42 1839 550
Face 1077 3250 3942 1912
Face 1078 4354 798 2485
Face 1079 2838 1963 3592
Face 1080 3486 833 2651
Face 1081 4821 553 2380
Face 1082 121 2673 803
Face 1083 1440 554 4760
Face 1084 1305 25 3421
Face 1085 3230 555 931
Face 1086 3230 3925 1190
Face 1087 420 793 3948
Face 1088 420 1678 793
Face 1089 3454 4096 1179
Face 1090 2032 670 1474
Face 1091 4834 558 2962
Face 1092 5008 3343 1662
Face 1093 2763 1134 1841
Face 1094 2763 2171 4335
Face 1095 1055 3464 599
Face 1096 2354 2826 1275
Face 1097 1068 2862 4636
Face 1098 2826 4606 1657
Face 1099 2323 2972 65
Face 1100 300 1681 2903
Face 1101 1399 1592 4730
Face 1102 1918 4776 909
Face 1103 1365 3394 1850
Face 1104 2506 85 564
Face 1105 3985 927 2892
Face 1106 3042 1368 1754
Face 1107 654 3055 4728
Face 1108 2134 192 1507
Face 1109 98 567 2786
Face 1110 3630 1789 1199
Face 1111 1432 2022 3162
Face 1112 4097 1069 3849
Face 1113 1844 1515 329
Face 1114 68 942 2898
Face 1115 4518 570 1259
Face 1116 4518 1001 2440
Face 1117 3747 4793 2533
Face 1118 3747 873 571
Face 1119 356 2357 875
Face 1120 356 981 2357
Face 1121 3782 744 240
Face 1122 393 712 573
Face 1123 4327 4183 3066
Face 1124 2023 470 4108
Face 1125 4523 575 1460
Face 1126 1452 199 2815
Face 1127 1900 721 2108
Face 1128 1230 2724 576
Face 1129 3507 4185 2067
Face 1130 1220 3039 577
Face 1131 1162 2331 785
Face 1132 1493 291 4602
Face 1133 1742 670 3277
Face 1134 3570 4070 2098
Face 1135 4525 1136 32
Face 1136 733 1238 3002
Face 1137 1530 3065 643
Face 1138 4537 986 3764
Face 1139 3693 3392 732
Face 1140 4397 2746 1233
Face 1141 2952 3348 583
Face 1142 650 2208 2803
Face 1143 4999 311 3265
Face 1144 285 3644 1132
Face 1145 1995 603 4349
Face 1146 2767 5012 2072
Face 1147 4460 1569 586
Face 1148 1275 782 2354
Face 1149 4639 3418 1895
Face 1150 3158 4544 1724
Face 1151 242 708 4143
Face 1152 1954 2532 70
Face 1153 153 1589 2513
Face 1154 2704 590 1944
Face 1155 3314 1745 1194
Face 1156 1533 591 3345
Face 1157 1533 2113 591
Face 1158 1389 1736 1107
Face 1159 2192 241 1736
Face 1160 3580 1189 3192
Face 1161 259 594 4420
Face 1162 1831 1279 2028
Face 1163 1718 4765 3971
Face 1164 892 2932 4765
Face 1165 5019 2077 2693
Face 1166 5019 1654 2077
Face 1167 1170 597 4046
Face 1168 997 580 2294
Face 1169 3437 3215 506
Face 1170 2420 2935 598
Face 1171 991 599 2510
Face 1172 1430 2802 3518
Face 1173 2211 5003 1495
Face 1174 785 2860 1092
Face 1175 53 601 1401
Face 1176 1253 3399 2047
Face 1177 3847 1018 448
Face 1178 257 1361 2726
Face 1179 3269 603 4830
Face 1180 418 1737 603
Face 1181 4542 604 1812
Face 1182 3016 139 2030
Face 1183 3204 605 4541
Face 1184 1025 3342 4501
Face 1185 1930 898 3342
Face 1186 324 2727 4079
Face 1187 324 1853 4727
Face 1188 4099 1006 104
Face 1189 339 3124 4473
Face 1190 864 2924 1588
Face 1191 204 4394 3553
Face 1192 3559 1131 4905
Face 1193 362 1852 4468
Face 1194 3540 611 3768
Face 1195 2286 3509 611
Face 1196 273 3982 2102
Face 1197 4927 2394 1245
Face 1198 1334 4710 203
Face 1199 1506 4521 951
Face 1200 1429 1333 2332
Face 1201 3981 3332 2918
Face 1202 1981 875 2357
Face 1203 2660 727 4493
Face 1204 3867 3696 2068
Face 1205 3867 1376 3696
Face 1206 328 2170 4006
Face 1207 328 4146 2487
Face 1208 871 4610 3101
Face 1209 3631 3238 4598
Face 1210 3643 1992 743
Face 1211 3643 2622 1992
Face 1212 2695 2802 1430
Face 1213 2220 3098 724
Face 1214 100 4726 1907
Face 1215 2702 1716 3142
Face 1216 1913 2433 955
Face 1217 4528 2427 622
Face 1218 2079 2671 4038
Face 1219 341 3377 1953
Face 1220 1600 1326 3777
Face 1221 4815 237 980
Face 1222 3363 625 4596
Face 1223 27 2201 625
Face 1224 3276 4283 62
Face 1225 194 2415 4077
Face 1226 87 627 3579
Face 1227 2258 4205 627
Face 1228 2885 628 1016
Face 1229 2885 3646 628
Face 1230 4709 3256 1941
Face 1231 4709 2840 629
Face 1232 1603 2772 91
Face 1233 3114 722 2344
Face 1234 101 1989 1090
Face 1235 101 1529 3354
Face 1236 219 632 2167
Face 1237 219 1024 632
Face 1238 125 2812 1777
Face 1239 1406 4812 633
Face 1240 4438 634 2550
Face 1241 3389 2395 5045
Face 1242 1442 3075 281
Face 1243 803 2288 3877
Face 1244 1841 913 2763
Face 1245 367 3716 636
Face 1246 3135 2110 497
Face 1247 3556 486 1568
Face 1248 134 2091 610
Face 1249 2396 1712 4451
Face 1250 4941 3170 340
Face 1251 3860 1939 639
Face 1252 310 2120 4700
Face 1253 310 4513 1961
Face 1254 3462 4835 3063
Face 1255 1463 1634 4084
Face 1256 2947 4306 2323
Face 1257 272 2856 1998
Face 1258 3152 3068 2361
Face 1259 3152 1530 643
Face 1260 2274 4369 3657
Face 1261 133 2059 2877
Face 1262 59 645 2123
Face 1263 1497 2807 1987
Face 1264 243 2508 516
Face 1265 2750 4593 1437
Face 1266 2788 4317 4196
Face 1267 2788 2442 4317
Face 1268 1024 2358 452
Face 1269 4782 769 2534
Face 1270 2901 1886 1665
Face 1271 147 2048 3351
Face 1272 5017 4194 2144
Face 1273 1309 4860 3208
Face 1274 313 3409 1757
Face 1275 313 1028 2419
Face 1276 1638 652 4988
Face 1277 25 1305 2926
Face 1278 2817 1327 3655
Face 1279 1402 587 1940
Face 1280 894 2377 4869
Face 1281 1594 1049 3456
Face 1282 4170 1548 3334
Face 1283 51 788 3986
Face 1284 2932 1763 595
Face 1285 4310 921 2405
Face 1286 2283 1531 2788
Face 1287 371 3883 1531
Face 1288 4670 1181 3429
Face 1289 2118 3420 658
Face 1290 7 659 1412
Face 1291 1048 1203 4425
Face 1292 3771 3957 660
Face 1293 4681 661 2858
Face 1294 3206 3743 661
Face 1295 1861 2388 2944
Face 1296 1861 1484 662
Face 1297 2153 2596 56
Face 1298 126 2651 1000
Face 1299 4884 3609 1658
Face 1300 4884 1545 664
Face 1301 99 2541 1753
Face 1302 99 3273 1051
Face 1303 3949 666 4224
Face 1304 3949 1293 666
Face 1305 921 667 3384
Face 1306 4614 412 2163
Face 1307 1400 1129 1687
Face 1308 4003 2927 1129
Face 1309 52 2322 4919
Face 1310 3554 4180 2322
Face 1311 2098 670 3570
Face 1312 579 1477 4454
Face 1313 288 2934 1977
Face 1314 1069 125 2538
Face 1315 4861 672 1329
Face 1316 3284 3406 2248
Face 1317 182 2863 585
Face 1318 182 5042 3915
Face 1319 4384 1204 4859
Face 1320 347 1093 674
Face 1321 2583 4024 1952
Face 1322 2583 3513 675
Face 1323 251 4442 1201
Face 1324 251 4126 4442
Face 1325 4570 1809 2177
Face 1326 4570 4914 1809
Face 1327 1808 1208 3117
Face 1328 1420 1096 2455
Face 1329 3225 997 2294
Face 1330 2864 1693 679
Face 1331 3131 2982 4810
Face 1332 443 3555 1705
Face 1333 311 1939 4206
Face 1334 311 639 1939
Face 1335 4484 2410 2282
Face 1336 397 2642 4795
Face 1337 1611 2827 1979
Face 1338 4962 124 683
Face 1339 3869 4359 1194
Face 1340 154 3105 3591
Face 1341 40 685 3316
Face 1342 40 2249 685
Face 1343 1977 2564 288
Face 1344 3451 4739 1350
Face 1345 2539 687 3198
Face 1346 2539 2923 687
Face 1347 1878 2792 4512
Face 1348 318 4847 2792
Face 1349 4350 3525 3165
Face 1350 5065 4732 689
Face 1351 1489 2577 2837
Face 1352 2416 3260 4419
Face 1353 4141 691 1455
Face 1354 4141 2568 691
Face 1355 4100 1833 105
Face 1356 331 1059 1833
Face 1357 1610 2690 2157
Face 1358 1610 5061 693
Face 1359 103 4755 2664
Face 1360 4117 793 1678
Face 1361 3488 695 4253
Face 1362 4848 880 1684
Face 1363 1390 4041 35
Face 1364 454 3077 1558
Face 1365 4720 697 4221
Face 1366 4540 162 4466
Face 1367 10 698 2021
Face 1368 3921 1071 4165
Face 1369 4790 4203 2823
Face 1370 55 3621 1580
Face 1371 3871 2492 1629
Face 1372 966 701 4270
Face 1373 1619 719 2692
Face 1374 2960 4637 412
Face 1375 2029 3628 1139
Face 1376 4274 1150 3913
Face 1377 1471 914 3112
Face 1378 269 957 1756
Face 1379 269 2215 957
Face 1380 2905 705 2649
Face 1381 2905 1353 705
Face 1382 5036 3600 1117
Face 1383 5036 3798 706
Face 1384 2082 707 2066
Face 1385 2320 1641 2797
Face 1386 112 708 242
Face 1387 2225 386 3439
Face 1388 920 2569 507
Face 1389 560 895 4472
Face 1390 4934 1282 3285
Face 1391 4934 1212 1282
Face 1392 283 2488 856
Face 1393 283 1520 2488
Face 1394 3018 1274 3784
Face 1395 378 929 2740
Face 1396 415 4693 1945
Face 1397 4217 559 3473
Face 1398 507 1246 3845
Face 1399 3301 1657 1246
Face 1400 4308 2755 1208
Face 1401 1427 322 2755
Face 1402 3091 2312 3108
Face 1403 1602 3335 4119
Face 1404 1346 3416 128
Face 1405 316 518 2070
Face 1406 518 4948 2070
Face 1407 2287 1351 1815
Face 1408 2207 3802 2798
Face 1409 2207 1250 3802
Face 1410 238 4316 1662
Face 1411 238 2748 720
Face 1412 576 1042 4516
Face 1413 2374 4703 1042
Face 1414 360 722 2681
Face 1415 360 3281 722
Face 1416 4190 3833 544
Face 1417 4361 3790 1744
Face 1418 4361 2220 724
Face 1419 86 2679 2005
Face 1420 4874 3972 2679
Face 1421 376 4213 3435
Face 1422 1946 257 726
Face 1423 4691 2745 3624
Face 1424 4691 3890 727
Face 1425 4930 728 2384
Face 1426 1058 1890 1166
Face 1427 4908 1633 3649
Face 1428 4591 1080 2688
Face 1429 1599 1960 1416
Face 1430 4873 1126 730
Face 1431 1617 4314 2409
Face 1432 1617 2686 4314
Face 1433 2867 732 1869
Face 1434 2867 4818 732
Face 1435 2147 1738 2675
Face 1436 1211 772 2465
Face 1437 2111 3861 63
Face 1438 1525 5038 1066
Face 1439 4374 3467 1957
Face 1440 4374 4163 735
Face 1441 2305 2921 2083
Face 1442 193 4826 736
Face 1443 1362 1924 3302
Face 1444 2513 217 1924
Face 1445 3137 738 3607
Face 1446 2182 3018 2218
Face 1447 4494 739 2680
Face 1448 4494 1491 4244
Face 1449 157 2169 3291
Face 1450 3509 2286 3157
Face 1451 2799 741 1242
Face 1452 2799 3199 3957
Face 1453 1099 742 3337
Face 1454 1651 536 1555
Face 1455 366 3724 2382
Face 1456 366 4655 3724
Face 1457 2718 2089 1943
Face 1458 1381 1008 4164
Face 1459 247 2781 2969
Face 1460 3424 3072 2781
Face 1461 4814 746 1386
Face 1462 422 2994 746
Face 1463 198 2562 1406
Face 1464 198 4346 2562
Face 1465 2205 748 3563
Face 1466 2205 1415 748
Face 1467 1101 1280 2608
Face 1468 1962 651 749
Face 1469 165 4618 1491
Face 1470 165 906 4733
Face 1471 2226 3092 710
Face 1472 228 2859 1100
Face 1473 2906 1905 3459
Face 1474 3734 565 1184
Face 1475 1037 2260 1703
Face 1476 1724 2853 2260
Face 1477 4958 754 2529
Face 1478 3776 77 2164
Face 1479 4548 1438 3294
Face 1480 1612 583 2219
Face 1481 557 897 3134
Face 1482 557 2567 897
Face 1483 2890 757 1267
Face 1484 2890 1677 757
Face 1485 3153 3641 215
Face 1486 37 2753 3086
Face 1487 3911 759 2613
Face 1488 4944 3185 2043
Face 1489 458 1917 1295
Face 1490 4986 3601 1917
Face 1491 3298 761 2163
Face 1492 3298 4637 1278
Face 1493 1010 4666 1660
Face 1494 306 2038 2693
Face 1495 3191 1398 905
Face 1496 3191 2075 1398
Face 1497 160 2247 3154
Face 1498 160 4747 2247
Face 1499 3146 3803 3050
Face 1500 4870 1291 1858
Face 1501 4434 1743 3068
Face 1502 4286 271 2672
Face 1503 284 2264 2976
Face 1504 284 3552 767
Face 1505 213 4686 1897
Face 1506 2367 1814 4686
Face 1507 3875 769 4782
Face 1508 3875 1720 769
Face 1509 1679 1297 715
Face 1510 1679 798 2759
Face 1511 2752 1649 318
Face 1512 394 4539 1649
Face 1513 164 2970 4236
Face 1514 4001 2465 2970
Face 1515 4200 1311 3942
Face 1516 1888 2599 1311
Face 1517 1720 1476 4261
Face 1518 155 4915 3502
Face 1519 2606 775 1080
Face 1520 1502 258 1790
Face 1521 1356 3309 392
Face 1522 4098 1573 5046
Face 1523 2479 777 4453
Face 1524 2479 4567 777
Face 1525 2592 3084 503
Face 1526 363 1324 2371
Face 1527 1131 1510 3040
Face 1528 610 2091 3627
Face 1529 95 4683 1354
Face 1530 1576 215 3253
Face 1531 1749 2459 663
Face 1532 477 3438 1647
Face 1533 3903 1895 3418
Face 1534 3903 2917 1895
Face 1535 4562 783 2489
Face 1536 4562 3516 783
Face 1537 1299 2491 2820
Face 1538 3262 2067 4767
Face 1539 2211 785 1092
Face 1540 2211 4128 785
Face 1541 4507 1505 566
Face 1542 1486 894 786
Face 1543 3626 787 1851
Face 1544 4736 1078 787
Face 1545 2279 788 2728
Face 1546 2279 1278 4578
Face 1547 399 2835 1081
Face 1548 399 3196 1470
Face 1549 58 3992 1301
Face 1550 58 2452 1517
Face 1551 637 3613 1846
Face 1552 637 1859 3613
Face 1553 2575 792 3079
Face 1554 2575 4028 792
Face 1555 556 2676 4531
Face 1556 2849 699 1865
Face 1557 2492 794 4148
Face 1558 4553 1513 2893
Face 1559 355 795 3582
Face 1560 355 3280 795
Face 1561 116 796 4436
Face 1562 116 3922 796
Face 1563 2977 797 1477
Face 1564 1758 2813 797
Face 1565 1482 798 3600
Face 1566 1482 2759 798
Face 1567 3697 2855 1528
Face 1568 453 1498 2855
Face 1569 482 2830 4220
Face 1570 482 1499 800
Face 1571 3195 801 3365
Face 1572 3195 4487 801
Face 1573 1575 3202 626
Face 1574 361 4981 802
Face 1575 2806 803 3877
Face 1576 2806 121 803
Face 1577 96 804 3087
Face 1578 96 1643 4393
Face 1579 3006 805 1534
Face 1580 3386 1094 805
Face 1581 4592 2555 1085
Face 1582 4385 1864 5035
Face 1583 203 3063 1966
Face 1584 203 4710 3063
Face 1585 3326 1570 622
Face 1586 20 562 808
Face 1587 1561 809 2360
Face 1588 1102 216 3043
Face 1589 3504 810 2199
Face 1590 2093 2548 810
Face 1591 2551 1729 977
Face 1592 3788 4295 1157
Face 1593 4963 2945 1842
Face 1594 369 1659 3129
Face 1595 1535 813 97
Face 1596 1535 2121 3533
Face 1597 2536 2443 4688
Face 1598 16 1761 2443
Face 1599 3964 1262 587
Face 1600 24 2500 3827
Face 1601 1367 2243 114
Face 1602 1049 1235 3637
Face 1603 4201 817 521
Face 1604 3991 3174 1516
Face 1605 2229 3547 431
Face 1606 4074 654 4728
Face 1607 2749 3618 1002
Face 1608 4088 1627 1640
Face 1609 2332 4972 1429
Face 1610 5013 1611 1979
Face 1611 32 2275 4525
Face 1612 32 2057 2275
Face 1613 1704 4191 544
Face 1614 3160 1597 3661
Face 1615 524 823 3026
Face 1616 4430 1389 3144
Face 1617 4667 3796 1446
Face 1618 2400 3677 824
Face 1619 2963 2581 1335
Face 1620 273 4347 2581
Face 1621 2406 4886 441
Face 1622 270 2691 2127
Face 1623 2158 1428 3953
Face 1624 5064 828 1789
Face 1625 5064 2415 828
Face 1626 3598 4485 689
Face 1627 4702 766 3007
Face 1628 4977 2866 4930
Face 1629 4977 2061 2866
Face 1630 3174 3762 1516
Face 1631 3174 2180 3762
Face 1632 91 832 1603
Face 1633 91 2689 832
Face 1634 207 833 4534
Face 1635 3397 3395 833
Face 1636 2269 911 2580
Face 1637 531 2776 1228
Face 1638 531 3577 2776
Face 1639 215 836 2365
Face 1640 215 3641 836
Face 1641 3107 4065 1070
Face 1642 2385 987 3668
Face 1643 8 2612 1582
Face 1644 3337 742 2916
Face 1645 433 839 1345
Face 1646 1778 1227 2910
Face 1647 566 4866 1011
Face 1648 566 1505 4123
Face 1649 206 2397 990
Face 1650 3651 1919 1360
Face 1651 3346 3237 4540
Face 1652 567 98 4717
Face 1653 2250 1145 3355
Face 1654 4215 844 2374
Face 1655 2920 2053 844
Face 1656 3261 845 4770
Face 1657 2557 3338 1996
Face 1658 497 4150 3135
Face 1659 1313 5016 4150
Face 1660 4415 1522 4249
Face 1661 4104 1052 2321
Face 1662 4524 2574 5011
Face 1663 329 1515 848
Face 1664 2897 849 4256
Face 1665 2897 3909 849
Face 1666 3044 1498 453
Face 1667 3044 1190 850
Face 1668 1601 4997 2322
Face 1669 1601 2638 3898
Face 1670 3821 1606 1478
Face 1671 2022 198 1606
Face 1672 19 4233 1867
Face 1673 19 2071 4233
Face 1674 1769 3729 1231
Face 1675 1769 724 3729
Face 1676 2236 2507 4553
Face 1677 2236 744 2507
Face 1678 1710 856 3267
Face 1679 1710 263 2680
Face 1680 9 857 1572
Face 1681 239 1605 1504
Face 1682 2993 78 3539
Face 1683 4054 1298 4933
Face 1684 2561 233 859
Face 1685 372 4256 849
Face 1686 4007 1125 2653
Face 1687 2080 4147 145
Face 1688 2828 1476 861
Face 1689 561 2862 1951
Face 1690 561 4704 862
Face 1691 1051 2541 99
Face 1692 2277 3359 2237
Face 1693 1494 1260 1204
Face 1694 1494 1723 1260
Face 1695 2712 4933 1298
Face 1696 2712 1721 865
Face 1697 18 866 2308
Face 1698 18 931 1686
Face 1699 122 4326 2281
Face 1700 122 3279 1195
Face 1701 223 3297 1153
Face 1702 1927 1085 4629
Face 1703 3501 4786 548
Face 1704 212 1450 2056
Face 1705 2905 2217 1353
Face 1706 3884 693 3457
Face 1707 2295 871 1550
Face 1708 150 1830 871
Face 1709 2175 1609 2584
Face 1710 1175 2751 1609
Face 1711 441 3161 4182
Face 1712 441 2514 3161
Face 1713 4340 874 2015
Face 1714 480 2582 1472
Face 1715 4493 3379 2660
Face 1716 1914 2334 875
Face 1717 3830 3115 1787
Face 1718 170 1910 876
Face 1719 500 877 2117
Face 1720 500 1330 877
Face 1721 2853 1358 753
Face 1722 1937 1020 3484
Face 1723 333 879 2090
Face 1724 333 3324 879
Face 1725 278 880 3167
Face 1726 2582 480 1879
Face 1727 4258 1871 2955
Face 1728 1329 672 3893
Face 1729 2130 3770 372
Face 1730 128 4376 4836
Face 1731 89 1485 2482
Face 1732 1277 821 1154
Face 1733 4677 2474 1017
Face 1734 1924 217 4819
Face 1735 2300 2876 770
Face 1736 3023 4570 2177
Face 1737 4804 886 1848
Face 1738 3585 4694 3917
Face 1739 1610 4549 5061
Face 1740 3259 4740 887
Face 1741 266 888 1698
Face 1742 2293 3373 888
Face 1743 3722 1661 704
Face 1744 496 4187 1661
Face 1745 2711 4714 2523
Face 1746 2711 1740 4714
Face 1747 427 3576 173
Face 1748 5014 1435 3576
Face 1749 1196 1718 5043
Face 1750 2729 3834 892
Face 1751 1071 3489 1549
Face 1752 699 2849 4604
Face 1753 332 3156 4869
Face 1754 332 3111 1594
Face 1755 3595 3033 1798
Face 1756 1327 4469 1940
Face 1757 407 896 2297
Face 1758 407 1596 896
Face 1759 756 4425 1203
Face 1760 2476 3920 1712
Face 1761 3939 898 483
Face 1762 3939 606 898
Face 1763 2379 899 4457
Face 1764 4599 803 2673
Face 1765 1644 3069 291
Face 1766 3505 2016 900
Face 1767 3059 901 540
Face 1768 3059 1802 901
Face 1769 342 902 1827
Face 1770 3426 903 4241
Face 1771 1164 17 1810
Face 1772 1306 3579 627
Face 1773 481 3665 904
Face 1774 220 905 1398
Face 1775 220 4030 905
Face 1776 3583 906 1403
Face 1777 3583 2285 906
Face 1778 3352 907 2872
Face 1779 3352 1305 4996
Face 1780 725 4847 2005
Face 1781 725 3972 4431
Face 1782 563 2116 3310
Face 1783 563 1399 2116
Face 1784 1822 910 3836
Face 1785 1822 4405 910
Face 1786 834 911 2269
Face 1787 3730 912 1273
Face 1788 5011 2574 2261
Face 1789 636 4867 367
Face 1790 1210 501 3104
Face 1791 3760 914 2600
Face 1792 185 2074 4231
Face 1793 64 915 1646
Face 1794 3671 630 1956
Face 1795 248 916 3331
Face 1796 248 835 1931
Face 1797 3665 1551 904
Face 1798 1680 2902 2132
Face 1799 2903 918 300
Face 1800 4073 1103 2972
Face 1801 314 2699 1664
Face 1802 314 2122 4102
Face 1803 560 1554 3614
Face 1804 560 2289 1554
Face 1805 151 2039 2988
Face 1806 2027 667 921
Face 1807 4499 922 2668
Face 1808 499 2356 922
Face 1809 446 2907 155
Face 1810 1722 4844 2736
Face 1811 4861 924 672
Face 1812 2973 2613 924
Face 1813 2230 925 414
Face 1814 2230 1563 925
Face 1815 472 926 2471
Face 1816 472 602 4495
Face 1817 5029 2658 1184
Face 1818 2341 4773 927
Face 1819 4053 928 2882
Face 1820 1447 2770 928
Face 1821 3669 929 2241
Face 1822 3669 1831 4166
Face 1823 3074 930 646
Face 1824 3074 2895 930
Face 1825 375 3201 1151
Face 1826 375 1686 3201
Face 1827 97 2355 1535
Face 1828 97 3510 932
Face 1829 2864 2544 1005
Face 1830 1856 1512 1170
Face 1831 1492 934 2996
Face 1832 1492 3463 934
Face 1833 1934 1205 4227
Face 1834 4744 3346 1783
Face 1835 403 1200 1921
Face 1836 1418 2265 936
Face 1837 416 937 4766
Face 1838 416 1310 2401
Face 1839 419 3360 1730
Face 1840 419 1306 3360
Face 1841 3823 939 3243
Face 1842 3823 4465 939
Face 1843 2631 1347 4775
Face 1844 450 1978 940
Face 1845 533 941 1771
Face 1846 533 2176 941
Face 1847 349 942 3999
Face 1848 349 2971 942
Face 1849 484 2256 1444
Face 1850 484 4125 1490
Face 1851 1577 944 2719
Face 1852 531 4016 3746
Face 1853 3280 945 795
Face 1854 1674 4101 2469
Face 1855 790 2834 3832
Face 1856 790 4630 1517
Face 1857 4854 947 4021
Face 1858 3534 2802 2695
Face 1859 1292 2637 2785
Face 1860 3703 578 948
Face 1861 3573 1536 1172
Face 1862 436 207 3705
Face 1863 3021 950 1713
Face 1864 2924 864 2547
Face 1865 613 951 4521
Face 1866 613 3515 951
Face 1867 293 3064 2707
Face 1868 293 4311 3064
Face 1869 523 953 2388
Face 1870 523 2554 953
Face 1871 574 954 1824
Face 1872 574 2527 954
Face 1873 1540 4938 1052
Face 1874 93 1913 955
Face 1875 318 3709 2752
Face 1876 318 2792 1878
Face 1877 704 3532 3955
Face 1878 704 1661 4188
Face 1879 24 4130 2500
Face 1880 1402 1940 4469
Face 1881 1314 959 1792
Face 1882 1314 4503 959
Face 1883 4823 3546 138
Face 1884 3781 2597 4841
Face 1885 2730 961 239
Face 1886 109 2325 4882
Face 1887 474 962 290
Face 1888 2222 1041 3674
Face 1889 2272 1421 615
Face 1890 4565 434 4783
Face 1891 3826 964 1539
Face 1892 2766 684 4488
Face 1893 3492 2484 39
Face 1894 509 776 1573
Face 1895 2798 1972 1500
Face 1896 2798 3802 1619
Face 1897 3196 967 422
Face 1898 5053 2448 967
Face 1899 2099 968 4139
Face 1900 2099 692 4118
Face 1901 171 969 3166
Face 1902 3414 1524 969
Face 1903 1257 3984 2552
Face 1904 508 4885 970
Face 1905 4761 1528 2855
Face 1906 66 739 1528
Face 1907 1711 1969 2664
Face 1908 374 2393 1292
Face 1909 78 3569 1925
Face 1910 3667 3668 3049
Face 1911 2075 2825 763
Face 1912 1233 4872 2266
Face 1913 2785 3073 1292
Face 1914 2785 3932 975
Face 1915 75 4538 2953
Face 1916 2595 4552 2456
Face 1917 5012 977 2072
Face 1918 586 2551 977
Face 1919 462 978 3725
Face 1920 462 4762 978
Face 1921 3383 1586 31
Face 1922 1943 3031 1197
Face 1923 2674 980 956
Face 1924 1326 1600 2255
Face 1925 1365 1500 4145
Face 1926 218 1155 2347
Face 1927 62 2049 3276
Face 1928 62 3688 2049
Face 1929 4477 983 442
Face 1930 2796 5004 2176
Face 1931 578 2188 948
Face 1932 2860 1479 3181
Face 1933 4444 985 443
Face 1934 2009 986 3574
Face 1935 2009 3764 986
Face 1936 1149 1907 3929
Face 1937 510 3668 987
Face 1938 4492 988 3966
Face 1939 53 1935 988
Face 1940 3655 4939 2817
Face 1941 2254 5008 1662
Face 1942 638 990 3627
Face 1943 3920 2476 4613
Face 1944 5034 991 2510
Face 1945 5034 2231 991
Face 1946 217 1322 4275
Face 1947 217 1664 1322
Face 1948 1359 3452 364
Face 1949 1359 3361 3452
Face 1950 3207 4853 1300
Face 1951 430 2043 4008
Face 1952 1703 3493 1364
Face 1953 1703 2260 3493
Face 1954 2543 1380 533
Face 1955 154 3591 996
Face 1956 4120 997 3225
Face 1957 2439 580 997
Face 1958 381 2142 3147
Face 1959 4800 1766 998
Face 1960 1223 4129 2586
Face 1961 1752 2151 4129
Face 1962 3888 2838 1749
Face 1963 3888 126 1000
Face 1964 2103 1001 1613
Face 1965 4608 1886 2901
Face 1966 3325 1002 249
Face 1967 4808 389 1991
Face 1968 311 1887 639
Face 1969 311 4999 1887
Face 1970 1838 1004 2342
Face 1971 3652 2486 1385
Face 1972 2271 1693 427
Face 1973 527 2041 1693
Face 1974 1784 1006 4099
Face 1975 2159 13 1411
Face 1976 3455 2968 1181
Face 1977 2064 3976 1007
Face 1978 259 1008 1381
Face 1979 259 4420 2458
Face 1980 1281 2270 3163
Face 1981 4041 1390 3517
Face 1982 2505 1010 1261
Face 1983 2505 4666 1010
Face 1984 2473 1011 1945
Face 1985 3495 3186 1425
Face 1986 541 1727 3723
Face 1987 4762 462 1727
Face 1988 3874 1372 887
Face 1989 249 3618 1013
Face 1990 4277 1014 4837
Face 1991 2974 2338 2423
Face 1992 205 3919 1568
Face 1993 1994 3054 3919
Face 1994 4293 3184 33
Face 1995 539 80 4109
Face 1996 3209 1017 2474
Face 1997 760 3394 4319
Face 1998 2726 1018 3847
Face 1999 602 4936 1982
Face 2000 192 2678 1507
Face 2001 192 3339 2678
Face 2002 1635 1020 1937
Face 2003 1635 200 1020
Face 2004 3116 4998 4580
Face 2005 2640 1533 1021
Face 2006 3220 4728 3055
Face 2007 2540 2805 1022
Face 2008 105 2196 4100
Face 2009 105 575 4523
Face 2010 4871 1024 2632
Face 2011 4871 2358 1024
Face 2012 4059 1930 592
Face 2013 2502 898 5033
Face 2014 3968 1026 1356
Face 2015 3968 2267 1026
Face 2016 447 2621 2593
Face 2017 447 3777 4776
Face 2018 554 1028 2383
Face 2019 554 1440 1028
Face 2020 4778 2109 712
Face 2021 2003 3043 1029
Face 2022 2053 5054 844
Face 2023 2053 946 4563
Face 2024 29 2520 1418
Face 2025 2316 3356 4199
Face 2026 4953 1032 267
Face 2027 4953 2182 1032
Face 2028 1348 3685 3915
Face 2029 246 4467 2309
Face 2030 3813 1759 1385
Face 2031 3813 2954 4291
Face 2032 209 1263 3168
Face 2033 228 2666 5022
Face 2034 228 4845 3707
Face 2035 2881 1037 4174
Face 2036 1300 4560 4276
Face 2037 3264 1038 2389
Face 2038 2441 3034 1757
Face 2039 3442 1039 86
Face 2040 3026 4196 1039
Face 2041 4916 1040 3926
Face 2042 4916 1966 1923
Face 2043 2138 4732 225
Face 2044 2138 3674 2742
Face 2045 721 4090 2964
Face 2046 3136 4516 1042
Face 2047 2845 4587 609
Face 2048 1337 4930 2384
Face 2049 4682 3606 1393
Face 2050 619 2942 4303
Face 2051 2799 2378 3199
Face 2052 2799 1997 2378
Face 2053 4981 3737 802
Face 2054 645 59 1987
Face 2055 2431 4810 3633
Face 2056 2431 3131 4810
Face 2057 2567 1048 4425
Face 2058 3970 1832 3177
Face 2059 1788 1049 3637
Face 2060 542 3878 2155
Face 2061 689 2195 5065
Face 2062 689 3506 1050
Face 2063 4918 2504 920
Face 2064 665 2128 1683
Face 2065 2810 2558 2100
Face 2066 473 835 2558
Face 2067 3344 2143 1342
Face 2068 2943 3738 4673
Face 2069 4447 1054 1659
Face 2070 4952 330 4754
Face 2071 384 3321 4890
Face 2072 2354 782 4115
Face 2073 243 4433 2508
Face 2074 4152 19 1867
Face 2075 1949 2840 498
Face 2076 4532 1601 3898
Face 2077 3519 1058 2292
Face 2078 1739 4064 2871
Face 2079 2054 3469 1705
Face 2080 144 1741 3469
Face 2081 584 1060 1877
Face 2082 584 3824 2208
Face 2083 3293 1061 2830
Face 2084 307 2683 1061
Face 2085 358 1062 14
Face 2086 4842 1718 2784
Face 2087 1656 2888 3511
Face 2088 2760 649 1803
Face 2089 252 2932 892
Face 2090 252 2039 4310
Face 2091 2451 1439 1321
Face 2092 734 2434 4566
Face 2093 3025 1525 2434
Face 2094 264 1067 572
Face 2095 2140 1320 3850
Face 2096 714 4990 1775
Face 2097 3359 3845 1951
Face 2098 288 2114 2934
Face 2099 288 4329 2114
Face 2100 468 1070 2161
Face 2101 468 3107 1070
Face 2102 699 2823 4203
Face 2103 699 4967 2823
Face 2104 1224 3222 494
Face 2105 4148 794 2214
Face 2106 1550 2900 130
Face 2107 3673 640 1751
Face 2108 4225 3434 1449
Face 2109 2950 1338 4737
Face 2110 2510 1075 319
Face 2111 4437 3933 1075
Face 2112 335 3329 2403
Face 2113 335 1963 3329
Face 2114 1882 1077 871
Face 2115 618 3103 3373
Face 2116 3270 1078 2682
Face 2117 3270 1909 1078
Face 2118 3011 2126 938
Face 2119 65 2972 2605
Face 2120 1565 3444 1668
Face 2121 1565 729 3444
Face 2122 1689 1081 2835
Face 2123 1689 2789 1081
Face 2124 650 2173 444
Face 2125 650 2803 2173
Face 2126 644 4369 2274
Face 2127 4771 2711 3653
Face 2128 110 3751 682
Face 2129 110 3995 3751
Face 2130 1671 1085 3769
Face 2131 3958 4629 1085
Face 2132 2353 1086 2980
Face 2133 2353 643 3065
Face 2134 1648 1087 3120
Face 2135 2534 769 3503
Face 2136 1436 2904 571
Face 2137 327 4337 1088
Face 2138 2753 3780 3086
Face 2139 604 3402 4426
Face 2140 3710 1090 1989
Face 2141 3710 5063 3950
Face 2142 475 3856 2168
Face 2143 4656 287 1091
Face 2144 600 5003 3029
Face 2145 600 1495 5003
Face 2146 4743 1093 2559
Face 2147 2470 674 1093
Face 2148 427 3938 2271
Face 2149 427 173 3938
Face 2150 1669 2127 462
Face 2151 4436 2084 5049
Face 2152 2844 1096 4556
Face 2153 2844 4489 1096
Face 2154 2659 1351 3193
Face 2155 401 2430 1097
Face 2156 594 3425 4420
Face 2157 2938 514 1670
Face 2158 435 1099 3337
Face 2159 751 1100 3941
Face 2160 4845 228 1100
Face 2161 3702 1101 3963
Face 2162 211 1280 1101
Face 2163 108 1561 1893
Face 2164 108 801 3520
Face 2165 20 1103 4073
Face 2166 20 3125 1103
Face 2167 315 3108 3217
Face 2168 315 3091 3108
Face 2169 219 1762 2632
Face 2170 1307 2450 4163
Face 2171 1984 1106 41
Face 2172 1465 280 2420
Face 2173 4196 4228 2788
Face 2174 823 1389 2131
Face 2175 4877 4769 2104
Face 2176 200 1635 1108
Face 2177 221 1109 2178
Face 2178 4094 1633 1109
Face 2179 4262 1110 1456
Face 2180 4262 3233 1110
Face 2181 1666 1988 745
Face 2182 222 886 4804
Face 2183 3268 4016 1228
Face 2184 3504 1935 4245
Face 2185 4297 1113 2553
Face 2186 1691 3857 2636
Face 2187 1499 3817 800
Face 2188 2047 3399 2242
Face 2189 132 4676 3961
Face 2190 2115 1548 3795
Face 2191 3514 1116 2198
Face 2192 3514 596 1116
Face 2193 4354 1117 798
Face 2194 2251 2092 4937
Face 2195 720 2500 4130
Face 2196 1285 4723 2919
Face 2197 162 2915 3213
Face 2198 1585 2257 3381
Face 2199 2046 3491 1457
Face 2200 3048 317 2706
Face 2201 3586 1121 1641
Face 2202 88 4675 1121
Face 2203 3844 4360 3763
Face 2204 3844 4554 1709
Face 2205 571 1123 1436
Face 2206 571 873 1123
Face 2207 1864 4672 3272
Face 2208 2411 3936 1124
Face 2209 45 4448 2280
Face 2210 2527 4183 2187
Face 2211 62 1126 4134
Face 2212 62 2438 1126
Face 2213 15 1127 2209
Face 2214 5028 2105 1127
Face 2215 76 1128 4162
Face 2216 76 2877 2059
Face 2217 4515 3831 2927
Face 2218 668 2151 3831
Face 2219 3121 4586 2685
Face 2220 3121 1836 4586
Face 2221 2765 1131 3559
Face 2222 2765 2444 1131
Face 2223 142 2603 4901
Face 2224 142 1417 4651
Face 2225 140 4281 2511
Face 2226 140 2024 4281
Face 2227 3684 4335 2171
Face 2228 559 1475 4335
Face 2229 2756 2215 269
Face 2230 369 4019 1135
Face 2231 3002 1136 4525
Face 2232 4883 2439 1136
Face 2233 4358 1137 2348
Face 2234 4358 2535 1137
Face 2235 408 1696 3799
Face 2236 408 4764 1138
Face 2237 702 1139 3100
Face 2238 702 4005 1139
Face 2239 517 1140 3223
Face 2240 2181 831 2937
Face 2241 81 1141 4176
Face 2242 81 3918 1141
Face 2243 2183 1142 3431
Face 2244 2183 1580 2754
Face 2245 693 2690 1610
Face 2246 693 3806 2690
Face 2247 80 3623 4109
Face 2248 80 943 2467
Face 2249 2894 1145 4576
Face 2250 2894 4057 3943
Face 2251 135 1146 3943
Face 2252 2425 4423 486
Face 2253 4321 131 3404
Face 2254 3924 1148 1826
Face 2255 3924 1564 1148
Face 2256 2887 1149 3143
Face 2257 2887 1907 1149
Face 2258 703 1150 4274
Face 2259 4389 1908 3013
Face 2260 1728 1151 3201
Face 2261 3037 4904 1936
Face 2262 2447 1152 3758
Face 2263 2447 3003 1152
Face 2264 413 2392 1331
Face 2265 1932 960 1153
Face 2266 3340 2790 676
Face 2267 883 3899 1975
Face 2268 2333 3410 218
Face 2269 572 4687 1155
Face 2270 3086 1156 3153
Face 2271 3086 2004 1156
Face 2272 4817 2079 388
Face 2273 1729 2551 4558
Face 2274 354 1158 2634
Face 2275 3894 1159 1819
Face 2276 3894 2808 1159
Face 2277 1861 2413 1484
Face 2278 3720 2093 1160
Face 2279 4896 1161 4279
Face 2280 2493 1971 4028
Face 2281 41 1162 1984
Face 2282 5000 2331 1162
Face 2283 324 4266 1853
Face 2284 324 1858 4266
Face 2285 111 1164 1810
Face 2286 3193 4373 3286
Face 2287 425 2278 1743
Face 2288 2601 3872 1431
Face 2289 728 3715 1588
Face 2290 2292 1058 1166
Face 2291 3779 1167 2896
Face 2292 3779 3197 1167
Face 2293 449 3051 2145
Face 2294 449 2227 3051
Face 2295 3767 1673 3659
Face 2296 3767 2464 1673
Face 2297 933 2282 2410
Face 2298 933 4055 5051
Face 2299 3219 1171 971
Face 2300 3219 2336 1171
Face 2301 112 2225 3439
Face 2302 112 4479 2225
Face 2303 212 1173 4111
Face 2304 3501 1607 1173
Face 2305 649 2366 1803
Face 2306 1886 147 3351
Face 2307 3945 1175 1894
Face 2308 3945 2751 1175
Face 2309 194 4530 3306
Face 2310 194 4173 1176
Face 2311 1048 3771 1203
Face 2312 3177 1832 4763
Face 2313 778 1707 363
Face 2314 778 1650 2955
Face 2315 3134 2373 3449
Face 2316 1377 1472 4222
Face 2317 2132 1898 1680
Face 2318 917 133 4269
Face 2319 658 1181 3962
Face 2320 658 4422 1181
Face 2321 2964 2108 721
Face 2322 3789 1947 1182
Face 2323 552 4879 2328
Face 2324 4949 1000 1183
Face 2325 1905 1184 4752
Face 2326 1905 2906 1184
Face 2327 2491 4923 868
Face 2328 4336 2809 4923
Face 2329 385 1186 2700
Face 2330 385 3121 1186
Face 2331 582 1187 2290
Face 2332 1382 2571 3170
Face 2333 461 4371 1188
Face 2334 593 2233 11
Face 2335 593 3767 3659
Face 2336 555 2824 2001
Face 2337 555 3230 2824
Face 2338 524 1191 3144
Face 2339 4711 970 2074
Face 2340 2959 2128 665
Face 2341 863 4025 1773
Face 2342 308 2632 1762
Face 2343 4131 1722 1193
Face 2344 4899 1194 1906
Face 2345 590 3314 1194
Face 2346 4326 1195 2162
Face 2347 4326 122 1195
Face 2348 2784 1196 3218
Face 2349 2784 1718 1196
Face 2350 2480 3782 1552
Face 2351 4607 1943 1197
Face 2352 549 3721 2598
Face 2353 549 2107 1198
Face 2354 4892 2329 1585
Face 2355 4717 98 2329
Face 2356 936 2346 1418
Face 2357 936 1569 3417
Face 2358 2760 4640 1574
Face 2359 390 3499 2609
Face 2360 3419 1202 3480
Face 2361 3419 979 1202
Face 2362 660 1203 3771
Face 2363 660 4280 2165
Face 2364 674 1204 4384
Face 2365 2610 1494 1204
Face 2366 3855 1205 1934
Face 2367 3855 697 4720
Face 2368 5027 1899 2754
Face 2369 764 3692 1206
Face 2370 4805 3015 851
Face 2371 3243 2206 4324
Face 2372 3766 1208 1808
Face 2373 3766 442 1208
Face 2374 3300 4514 4920
Face 2375 558 5002 4514
Face 2376 636 3624 2008
Face 2377 636 2369 3624
Face 2378 400 1211 3699
Face 2379 1451 3524 2652
Face 2380 475 2908 3856
Face 2381 1806 1581 1212
Face 2382 102 1213 3007
Face 2383 102 3550 1213
Face 2384 3348 2060 583
Face 2385 3348 1563 1214
Face 2386 2667 3189 4411
Face 2387 2667 4707 3189
Face 2388 373 4849 3374
Face 2389 373 3498 4849
Face 2390 990 2794 1990
Face 2391 990 638 2794
Face 2392 3935 1218 3510
Face 2393 3935 2503 1218
Face 2394 2453 3446 623
Face 2395 2453 1047 1219
Face 2396 2259 3507 4483
Face 2397 210 3039 1220
Face 2398 3072 3988 1116
Face 2399 3072 1660 1221
Face 2400 51 2216 1923
Face 2401 51 3056 2216
Face 2402 2979 1223 1999
Face 2403 2979 4129 1223
Face 2404 2179 3974 2247
Face 2405 2179 1072 3974
Face 2406 159 2472 2999
Face 2407 2356 3538 1225
Face 2408 2032 1226 670
Face 2409 4519 1571 1226
Face 2410 2330 1227 3765
Face 2411 2330 3195 1227
Face 2412 2468 1228 2776
Face 2413 2468 4846 1228
Face 2414 3216 1229 1982
Face 2415 3216 2158 1229
Face 2416 3319 4516 3136
Face 2417 2816 1529 1230
Face 2418 362 3061 1852
Face 2419 3559 4905 2051
Face 2420 3203 2133 100
Face 2421 4617 3032 1232
Face 2422 4069 1233 4140
Face 2423 256 4397 1233
Face 2424 471 5057 226
Face 2425 3241 4571 1883
Face 2426 34 1235 1049
Face 2427 4670 3429 2137
Face 2428 3057 1236 4009
Face 2429 3057 1805 4160
Face 2430 2923 1237 4259
Face 2431 179 608 1237
Face 2432 4401 4001 2970
Face 2433 4401 2519 4001
Face 2434 3880 3115 170
Face 2435 3880 281 1239
Face 2436 5043 2773 1196
Face 2437 3971 790 3832
Face 2438 485 1241 4052
Face 2439 4067 384 4890
Face 2440 4958 3776 2164
Face 2441 3688 62 4134
Face 2442 3142 1243 2708
Face 2443 3142 4218 1243
Face 2444 4496 2122 1432
Face 2445 3599 1027 1244
Face 2446 1921 2882 403
Face 2447 3005 1480 1245
Face 2448 4990 1951 2862
Face 2449 4990 714 1951
Face 2450 4201 2238 4594
Face 2451 2518 3079 4911
Face 2452 3400 2764 1012
Face 2453 472 2471 2764
Face 2454 355 1777 3009
Face 2455 355 3582 1777
Face 2456 3217 1250 4903
Face 2457 3217 3663 1250
Face 2458 443 1251 2014
Face 2459 443 3786 1251
Face 2460 562 3973 2782
Face 2461 2903 3797 1252
Face 2462 53 2646 601
Face 2463 53 988 2646
Face 2464 3993 1254 2679
Face 2465 3993 4317 1254
Face 2466 713 1255 3841
Face 2467 4693 415 2986
Face 2468 4438 3389 634
Face 2469 656 2884 4758
Face 2470 1805 1257 4160
Face 2471 1805 3984 1257
Face 2472 2251 3250 1912
Face 2473 2251 4937 1258
Face 2474 805 4427 1534
Face 2475 805 2747 1259
Face 2476 864 3794 1723
Face 2477 864 1588 2626
Face 2478 90 1261 3139
Face 2479 90 2505 1261
Face 2480 1642 1262 4750
Face 2481 1642 3387 1262
Face 2482 1035 1263 209
Face 2483 79 1264 4013
Face 2484 2220 4361 3534
Face 2485 4583 1265 2018
Face 2486 3031 1943 3900
Face 2487 268 1266 1965
Face 2488 407 4366 1596
Face 2489 2809 1514 2516
Face 2490 2253 3000 249
Face 2491 4086 3944 3169
Face 2492 402 1269 3434
Face 2493 402 684 1269
Face 2494 5009 1270 4440
Face 2495 3190 1297 2096
Face 2496 1683 1271 3126
Face 2497 3614 1554 1271
Face 2498 2010 1272 691
Face 2499 4858 2810 1626
Face 2500 2031 1273 1631
Face 2501 4983 2335 1273
Face 2502 712 2740 4166
Face 2503 712 2109 2740
Face 2504 4992 3282 2076
Face 2505 4639 1075 3282
Face 2506 4632 2884 656
Face 2507 74 2244 2884
Face 2508 3899 2675 1154
Face 2509 89 2147 2675
Face 2510 761 1278 2594
Face 2511 761 3298 1278
Face 2512 4571 4132 1883
Face 2513 129 2028 1279
Face 2514 3676 1280 211
Face 2515 3676 4240 1280
Face 2516 696 2931 4797
Face 2517 696 1558 2931
Face 2518 710 1282 1581
Face 2519 3629 4292 1282
Face 2520 5032 2847 3299
Face 2521 3149 4326 2162
Face 2522 445 2647 3836
Face 2523 4299 717 2647
Face 2524 3905 1285 2919
Face 2525 3905 695 1285
Face 2526 599 3312 1055
Face 2527 599 4452 4622
Face 2528 282 1487 3496
Face 2529 282 2801 1487
Face 2530 115 3597 1824
Face 2531 3070 850 2308
Face 2532 3233 2345 1110
Face 2533 195 3647 1289
Face 2534 3754 2514 441
Face 2535 4840 2050 2514
Face 2536 3369 1291 4470
Face 2537 3369 1163 1291
Face 2538 972 1292 3073
Face 2539 4015 374 1292
Face 2540 163 1293 3949
Face 2541 163 2503 1293
Face 2542 2362 3332 61
Face 2543 2362 1536 1294
Face 2544 701 1295 4270
Face 2545 701 3927 1295
Face 2546 251 3246 4605
Face 2547 251 2428 3246
Face 2548 4184 2759 1482
Face 2549 770 2096 1297
Face 2550 859 3423 4054
Face 2551 2191 1458 3423
Face 2552 1671 3958 1085
Face 2553 28 2067 3262
Face 2554 1964 1300 1037
Face 2555 1964 3207 1300
Face 2556 634 1301 3992
Face 2557 634 3389 1301
Face 2558 3537 2995 729
Face 2559 2052 510 2154
Face 2560 606 2146 1682
Face 2561 606 3939 2146
Face 2562 884 1304 2629
Face 2563 4902 3825 1304
Face 2564 313 4034 3421
Face 2565 313 1757 4034
Face 2566 481 4282 4811
Face 2567 481 2017 4282
Face 2568 219 3482 1762
Face 2569 219 2167 3482
Face 2570 4644 4788 952
Face 2571 4644 2317 4788
Face 2572 337 1309 3208
Face 2573 1820 176 2086
Face 2574 3848 1310 416
Face 2575 4272 3086 3153
Face 2576 773 1311 2599
Face 2577 2787 236 1912
Face 2578 2575 2398 1161
Face 2579 4078 2349 1312
Face 2580 497 1313 4150
Face 2581 497 2515 3663
Face 2582 77 1314 1792
Face 2583 77 2891 1314
Face 2584 4101 3600 5036
Face 2585 4101 3443 1315
Face 2586 98 1316 4976
Face 2587 98 3155 1316
Face 2588 14 4284 2722
Face 2589 14 1062 4284
Face 2590 3140 1318 4382
Face 2591 3140 3917 1318
Face 2592 3783 3091 315
Face 2593 2125 2478 1602
Face 2594 501 1320 4051
Face 2595 501 4047 1320
Face 2596 4508 1321 1439
Face 2597 4508 2233 3580
Face 2598 992 4533 743
Face 2599 3825 2499 4533
Face 2600 4581 4948 518
Face 2601 3428 1284 1323
Face 2602 2883 1324 2040
Face 2603 146 2141 3235
Face 2604 1998 4306 272
Face 2605 2297 896 3474
Face 2606 624 1326 3807
Face 2607 624 1829 3310
Face 2608 653 3595 1798
Face 2609 653 3300 4920
Face 2610 317 1328 2706
Face 2611 4546 1879 3398
Face 2612 124 1329 3893
Face 2613 124 2922 1329
Face 2614 328 2466 4146
Face 2615 328 4372 2466
Face 2616 272 1331 2856
Face 2617 2947 824 3677
Face 2618 455 1332 2549
Face 2619 455 2307 1332
Face 2620 614 4490 3573
Face 2621 614 1034 4058
Face 2622 3726 1334 4699
Face 2623 2273 804 1506
Face 2624 22 3341 1121
Face 2625 3761 926 4545
Face 2626 319 2160 2231
Face 2627 2917 1262 4825
Face 2628 119 1337 2384
Face 2629 3963 1101 4977
Face 2630 467 1338 1847
Face 2631 467 4737 1338
Face 2632 149 2324 745
Face 2633 149 4470 3719
Face 2634 1022 1340 3220
Face 2635 3547 2229 1340
Face 2636 371 2283 1025
Face 2637 371 1531 2283
Face 2638 2084 1342 1835
Face 2639 796 3344 1342
Face 2640 873 1343 1123
Face 2641 3804 554 2383
Face 2642 4599 1344 803
Face 2643 359 693 4746
Face 2644 4230 2913 2313
Face 2645 4168 3559 2051
Face 2646 2989 3633 1047
Face 2647 3728 2070 1346
Face 2648 940 1347 2631
Face 2649 3009 1249 1347
Face 2650 4768 2148 932
Face 2651 246 3685 2148
Face 2652 3035 4212 3221
Face 2653 3035 2585 4062
Face 2654 686 1350 4739
Face 2655 686 2741 1350
Face 2656 4381 1351 401
Face 2657 4381 1815 1351
Face 2658 2305 1352 3287
Face 2659 2305 2083 4288
Face 2660 307 1353 4809
Face 2661 3983 3458 1353
Face 2662 2352 4701 4683
Face 2663 399 3408 4701
Face 2664 916 1355 1932
Face 2665 916 4368 2719
Face 2666 60 2839 1911
Face 2667 60 2644 1356
Face 2668 679 1357 997
Face 2669 679 1693 2041
Face 2670 878 2429 3563
Face 2671 878 1672 2429
Face 2672 794 3736 2214
Face 2673 2893 1513 3736
Face 2674 2976 1360 4791
Face 2675 2976 3651 1360
Face 2676 777 1361 1946
Face 2677 777 4567 3308
Face 2678 3839 2532 1954
Face 2679 589 1924 1362
Face 2680 2338 2129 2423
Face 2681 829 2654 2129
Face 2682 623 4400 1488
Face 2683 623 4965 4400
Face 2684 3529 1365 3979
Face 2685 3529 1500 1365
Face 2686 3934 2928 4741
Face 2687 4967 699 4604
Face 2688 3716 1367 636
Face 2689 542 2155 4137
Face 2690 293 3792 4311
Face 2691 293 1184 3792
Face 2692 2112 1369 232
Face 2693 618 4598 2186
Face 2694 3182 871 1370
Face 2695 2281 1371 2661
Face 2696 585 1132 3644
Face 2697 1013 1372 3874
Face 2698 2304 2149 1372
Face 2699 3523 1373 2040
Face 2700 363 1707 4406
Face 2701 4358 1374 2858
Face 2702 4358 2348 1374
Face 2703 2312 2449 1104
Face 2704 716 4783 1375
Face 2705 84 1376 3030
Face 2706 4127 738 3137
Face 2707 4572 1377 3634
Face 2708 4572 3082 1377
Face 2709 3743 2535 661
Face 2710 184 711 3041
Face 2711 4690 4055 2544
Face 2712 229 4120 3225
Face 2713 996 3151 154
Face 2714 3869 1194 1745
Face 2715 2718 1381 2089
Face 2716 2718 3481 1381
Face 2717 4187 4941 889
Face 2718 1933 2571 1382
Face 2719 707 4022 3757
Face 2720 707 2320 4022
Face 2721 4453 3611 2479
Face 2722 376 3435 1384
Face 2723 3527 4039 614
Face 2724 1004 3652 1385
Face 2725 3994 3672 607
Face 2726 853 4814 1386
Face 2727 4380 2546 3307
Face 2728 7 1412 1387
Face 2729 802 1388 361
Face 2730 4153 2981 1388
Face 2731 185 1389 4430
Face 2732 4875 1736 1389
Face 2733 2848 2178 3114
Face 2734 3774 3517 1390
Face 2735 1990 1391 3490
Face 2736 1990 3587 1391
Face 2737 4502 3078 1387
Face 2738 4502 2880 3078
Face 2739 381 3119 3946
Face 2740 3497 4682 1393
Face 2741 4988 2303 1638
Face 2742 166 4239 1704
Face 2743 166 811 4239
Face 2744 2526 4550 1731
Face 2745 3120 3755 1396
Face 2746 3522 5063 2249
Face 2747 3522 380 1397
Face 2748 763 4801 2075
Face 2749 763 3735 4801
Face 2750 3568 1399 4730
Face 2751 1918 2116 1399
Face 2752 4003 2263 3938
Face 2753 4003 1129 1400
Face 2754 486 1401 4063
Face 2755 486 3858 2914
Face 2756 24 3322 1967
Face 2757 4750 1262 3964
Face 2758 3206 3881 487
Face 2759 2566 514 4989
Face 2760 1691 3693 732
Face 2761 2242 3817 1499
Face 2762 1114 4984 2641
Face 2763 125 1406 2812
Face 2764 125 1069 1406
Face 2765 605 1407 3357
Face 2766 3951 2701 1857
Face 2767 480 3255 4529
Face 2768 480 1472 3255
Face 2769 1891 1410 3487
Face 2770 1891 3712 1410
Face 2771 1006 3370 4685
Face 2772 1006 1784 3370
Face 2773 116 3338 2669
Face 2774 116 2174 3338
Face 2775 4106 1413 2451
Face 2776 2612 8 1413
Face 2777 2663 1414 3861
Face 2778 3447 4706 2094
Face 2779 2104 3372 4032
Face 2780 432 2481 3372
Face 2781 4791 2525 3552
Face 2782 4791 1360 2525
Face 2783 1995 2682 4830
Face 2784 285 4651 1417
Face 2785 403 3260 2346
Face 2786 403 690 3260
Face 2787 1394 1419 2301
Face 2788 391 2662 677
Face 2789 391 118 4482
Face 2790 963 4362 4565
Face 2791 963 3335 4362
Face 2792 898 4029 483
Face 2793 898 2502 4895
Face 2794 202 1423 3772
Face 2795 202 2928 1423
Face 2796 227 1424 3620
Face 2797 227 4210 1424
Face 2798 3617 1425 818
Face 2799 3617 49 1425
Face 2800 2410 1426 933
Face 2801 682 3751 4891
Face 2802 442 4308 1208
Face 2803 1944 590 1427
Face 2804 189 3216 1982
Face 2805 189 1012 2359
Face 2806 2496 1429 2407
Face 2807 2496 1333 1429
Face 2808 991 4452 599
Face 2809 991 3475 1866
Face 2810 4070 2278 579
Face 2811 1165 1743 2278
Face 2812 747 1432 314
Face 2813 747 4346 1432
Face 2814 3486 1433 2124
Face 2815 126 2596 4792
Face 2816 2036 2973 924
Face 2817 4680 50 3278
Face 2818 492 1929 3698
Face 2819 492 1697 1929
Face 2820 4341 1436 2553
Face 2821 327 2904 1436
Face 2822 646 1437 4593
Face 2823 646 930 1437
Face 2824 755 1438 1612
Face 2825 755 377 1438
Face 2826 1065 1439 2451
Face 2827 651 3102 749
Face 2828 2419 1028 1440
Face 2829 347 1441 4377
Face 2830 2584 1609 2967
Face 2831 553 4328 2380
Face 2832 553 1816 1442
Face 2833 2487 2170 328
Face 2834 2487 2757 2170
Face 2835 80 3879 4257
Face 2836 80 539 3879
Face 2837 4367 1445 3090
Face 2838 2957 4487 1874
Face 2839 2258 1714 4850
Face 2840 2258 4212 1714
Face 2841 168 4053 3750
Face 2842 168 2248 2643
Face 2843 1850 1448 4603
Face 2844 2477 4491 1448
Face 2845 39 4698 2939
Face 2846 3886 888 4878
Face 2847 675 4024 2583
Face 2848 4481 3187 1450
Face 2849 400 1451 2652
Face 2850 2147 89 4037
Face 2851 105 3479 4186
Face 2852 105 1833 3479
Face 2853 3784 1453 4668
Face 2854 216 2240 1453
Face 2855 448 1454 4075
Face 2856 448 1229 1454
Face 2857 4727 2727 324
Face 2858 2252 4141 1455
Face 2859 426 1456 4087
Face 2860 2743 3531 1456
Face 2861 1264 4854 3594
Face 2862 1264 947 4854
Face 2863 611 1458 2191
Face 2864 611 3509 1458
Face 2865 38 1459 2245
Face 2866 38 1871 4229
Face 2867 388 1460 3388
Face 2868 388 1023 1460
Face 2869 176 2635 3779
Face 2870 4621 3526 1461
Face 2871 4060 1462 3638
Face 2872 4060 2987 1462
Face 2873 4829 4759 1999
Face 2874 3714 1634 1463
Face 2875 2393 2637 1292
Face 2876 3223 3708 1464
Face 2877 334 1465 1106
Face 2878 3236 2103 4223
Face 2879 1338 1466 1847
Face 2880 1338 4995 1466
Face 2881 306 3662 2038
Face 2882 306 4542 1467
Face 2883 3239 1468 2292
Face 2884 3239 476 1468
Face 2885 1961 2120 310
Face 2886 640 2428 4443
Face 2887 789 1980 2717
Face 2888 2835 399 1470
Face 2889 4416 1471 3244
Face 2890 2600 914 1471
Face 2891 3082 1472 1377
Face 2892 3082 3255 1472
Face 2893 147 1473 3645
Face 2894 147 1886 1473
Face 2895 3449 4096 1758
Face 2896 3449 2373 4096
Face 2897 415 4217 3473
Face 2898 415 4696 4217
Face 2899 3502 1476 1720
Face 2900 774 2531 1476
Face 2901 3872 3572 1431
Face 2902 1799 2977 1477
Face 2903 237 3632 1696
Face 2904 237 4815 3632
Face 2905 785 4827 2860
Face 2906 785 2331 4827
Face 2907 2627 1480 612
Face 2908 1776 2394 4927
Face 2909 3590 1481 2363
Face 2910 2446 4626 1315
Face 2911 253 4184 4626
Face 2912 340 1483 889
Face 2913 4718 1003 3198
Face 2914 2761 3744 939
Face 2915 2761 1318 3744
Face 2916 4994 2460 2570
Face 2917 4126 251 2460
Face 2918 2377 4507 3055
Face 2919 2377 894 1486
Face 2920 1287 1487 2801
Face 2921 2481 1068 3818
Face 2922 995 1488 4400
Face 2923 4410 2694 1488
Face 2924 3931 1489 2043
Face 2925 29 1418 4601
Face 2926 3017 1490 1695
Face 2927 943 80 4257
Face 2928 4424 1491 4618
Face 2929 4424 4244 1491
Face 2930 2722 3100 1139
Face 2931 520 3463 1492
Face 2932 5000 3615 3130
Face 2933 41 2572 3615
Face 2934 204 1494 2610
Face 2935 204 3553 1494
Face 2936 2921 1495 2083
Face 2937 4383 3562 1495
Face 2938 3639 4642 2930
Face 2939 1621 1941 4642
Face 2940 59 1497 1987
Face 2941 59 2307 1497
Face 2942 850 1498 3044
Face 2943 850 3070 1498
Face 2944 601 2821 4600
Face 2945 2047 2242 3967
Face 2946 2983 2347 1155
Face 2947 2506 564 4133
Face 2948 3263 1501 2655
Face 2949 652 25 2926
Face 2950 2606 1502 4243
Face 2951 2606 3097 1502
Face 2952 3748 1503 3145
Face 2953 3748 1722 1503
Face 2954 4157 1504 1605
Face 2955 3868 1169 2464
Face 2956 786 1772 4507
Face 2957 786 4917 1772
Face 2958 1334 1506 3635
Face 2959 1334 2273 1506
Face 2960 1945 3422 415
Face 2961 840 4857 3422
Face 2962 4337 1508 1088
Face 2963 538 2868 1508
Face 2964 2572 3437 506
Face 2965 1106 1465 3838
Face 2966 4527 1510 990
Face 2967 4527 4476 1510
Face 2968 2342 1511 1434
Face 2969 299 1804 1511
Face 2970 4149 1512 1821
Face 2971 597 1170 1512
Face 2972 2318 2507 744
Face 2973 855 3736 1513
Face 2974 2491 4336 4923
Face 2975 4767 513 4336
Face 2976 569 2898 942
Face 2977 3180 4417 1515
Face 2978 4594 1516 5040
Face 2979 4594 3991 1516
Face 2980 2834 1517 4563
Face 2981 2834 790 1517
Face 2982 57 3468 4075
Face 2983 1835 4313 2560
Face 2984 4356 3143 309
Face 2985 4356 2681 1519
Face 2986 2023 4559 470
Face 2987 3224 2280 1520
Face 2988 959 2376 1792
Face 2989 959 2601 4192
Face 2990 847 2628 4956
Face 2991 847 3189 2628
Face 2992 3810 2677 1122
Face 2993 33 3184 2677
Face 2994 3571 1524 2073
Face 2995 3571 706 1524
Face 2996 395 1525 3025
Face 2997 395 2356 4000
Face 2998 1304 4491 2629
Face 2999 1304 3825 1526
Face 3000 3671 4579 630
Face 3001 3238 3631 1527
Face 3002 971 1528 3219
Face 3003 971 3697 1528
Face 3004 499 1529 2816
Face 3005 499 922 4499
Face 3006 2085 1530 3152
Face 3007 3508 986 4537
Face 3008 657 1531 1732
Face 3009 4969 2788 1531
Face 3010 351 1532 2985
Face 3011 4379 992 1532
Face 3012 3858 1533 2640
Face 3013 3858 2113 1533
Face 3014 32 1534 2057
Face 3015 32 4232 3476
Face 3016 463 3448 749
Face 3017 463 2121 1535
Face 3018 3705 3445 436
Face 3019 949 3060 3445
Face 3020 534 1537 78
Face 3021 534 4943 1537
Face 3022 1050 2195 689
Face 3023 4729 556 4531
Face 3024 1840 1539 964
Face 3025 551 3678 1539
Face 3026 2234 3996 681
Face 3027 4612 3083 1540
Face 3028 2166 1590 2580
Face 3029 4595 1542 4462
Face 3030 4595 2547 1542
Face 3031 4421 3873 4013
Face 3032 3012 854 1543
Face 3033 387 3357 2185
Face 3034 387 968 1544
Face 3035 3708 4271 1464
Face 3036 2180 3174 2725
Face 3037 2909 1546 2243
Face 3038 697 935 3213
Face 3039 711 2956 2044
Face 3040 2488 1520 2280
Face 3041 3056 5020 1222
Face 3042 655 3795 5020
Face 3043 4165 1549 3183
Face 3044 4165 1071 1549
Face 3045 2428 4095 3246
Face 3046 465 1073 1550
Face 3047 1898 1551 1680
Face 3048 1180 3657 3318
Face 3049 240 4298 3782
Face 3050 240 620 2587
Face 3051 4030 3274 905
Face 3052 757 1677 2065
Face 3053 920 3625 2289
Face 3054 920 2504 3625
Face 3055 742 3680 2916
Face 3056 742 4721 1555
Face 3057 511 4984 1114
Face 3058 511 3830 2202
Face 3059 224 1646 2709
Face 3060 4225 2197 4646
Face 3061 3717 1558 3077
Face 3062 2270 2931 1558
Face 3063 423 1559 3747
Face 3064 3415 826 2406
Face 3065 104 3427 2940
Face 3066 104 865 3427
Face 3067 3636 1561 108
Face 3068 3636 4574 1561
Face 3069 952 1562 2692
Face 3070 952 4788 1562
Face 3071 4010 1563 2408
Face 3072 4010 3646 1563
Face 3073 2437 4345 938
Face 3074 627 2842 4345
Face 3075 3541 2511 858
Face 3076 410 729 1565
Face 3077 353 1566 1422
Face 3078 3212 5044 2872
Face 3079 158 2436 1391
Face 3080 158 2165 4280
Face 3081 791 1568 2390
Face 3082 791 3556 1568
Face 3083 180 1569 1392
Face 3084 180 3417 1569
Face 3085 4246 1570 3326
Face 3086 808 4713 4124
Face 3087 4409 1571 370
Face 3088 278 3711 1571
Face 3089 3232 1572 3494
Face 3090 965 1573 4715
Face 3091 965 3492 1573
Face 3092 676 3978 4640
Face 3093 676 2790 3978
Face 3094 3155 1575 1316
Face 3095 361 3202 1575
Face 3096 95 4657 2563
Face 3097 95 937 4657
Face 3098 531 1577 3577
Face 3099 531 3746 1577
Face 3100 1213 1578 3916
Face 3101 1213 474 1578
Face 3102 970 3984 508
Face 3103 970 2483 2833
Face 3104 764 5027 3621
Face 3105 764 1206 5027
Face 3106 1036 1581 1806
Face 3107 1036 228 3707
Face 3108 3304 1582 838
Face 3109 365 1583 4112
Face 3110 2253 887 4740
Face 3111 2501 4749 3368
Face 3112 364 4138 1584
Face 3113 162 1585 3381
Face 3114 162 4892 1585
Face 3115 2480 4607 1197
Face 3116 979 526 2925
Face 3117 27 1587 4530
Face 3118 27 1375 2869
Face 3119 431 1588 3715
Face 3120 431 2626 1588
Face 3121 633 2812 1406
Face 3122 633 2276 2812
Face 3123 1541 1590 2166
Face 3124 908 1591 3589
Face 3125 3211 725 4431
Face 3126 563 4569 1399
Face 3127 563 4934 3285
Face 3128 1964 1593 2316
Face 3129 148 525 1593
Face 3130 3156 1594 3456
Face 3131 3156 332 1594
Face 3132 2689 1595 832
Face 3133 726 3412 3738
Face 3134 3521 2878 1896
Face 3135 4365 4801 2878
Face 3136 575 2696 4942
Face 3137 2815 199 4378
Face 3138 843 1598 3366
Face 3139 2490 4647 3851
Face 3140 2490 1960 1599
Face 3141 447 1600 3777
Face 3142 447 4500 1600
Face 3143 4180 1601 2322
Face 3144 4180 2638 1601
Face 3145 1319 4161 2312
Face 3146 1319 2125 4161
Face 3147 325 2870 2184
Face 3148 4027 2772 1603
Face 3149 67 3438 5001
Face 3150 2974 1014 1604
Face 3151 2819 3539 1925
Face 3152 2819 4157 1605
Face 3153 4329 3849 2114
Face 3154 3014 1478 1606
Face 3155 548 1607 3501
Face 3156 2640 1021 3116
Face 3157 267 2807 1497
Face 3158 267 1032 1608
Face 3159 872 3841 1255
Face 3160 872 2967 1609
Face 3161 274 1610 2157
Face 3162 274 2966 1610
Face 3163 3336 2685 537
Face 3164 1186 3121 2685
Face 3165 4548 1612 1438
Face 3166 4548 925 2952
Face 3167 3907 2747 805
Face 3168 4855 2103 1613
Face 3169 767 1614 4367
Face 3170 767 3552 1614
Face 3171 939 2206 3243
Face 3172 939 3809 2206
Face 3173 4602 3130 1493
Face 3174 984 1479 1616
Face 3175 21 1617 3187
Face 3176 21 2686 1617
Face 3177 830 2866 2061
Face 3178 4017 4538 1618
Face 3179 966 3910 701
Face 3180 3394 1365 2445
Face 3181 358 1620 3834
Face 3182 358 3628 1620
Face 3183 498 1621 4642
Face 3184 498 2840 1621
Face 3185 151 2027 2039
Face 3186 151 3865 1622
Face 3187 2930 2135 3639
Face 3188 383 4216 2135
Face 3189 3882 1624 4325
Face 3190 3490 1391 4777
Face 3191 4228 1625 459
Face 3192 3588 2615 1625
Face 3193 3870 1626 2433
Face 3194 1272 4858 1626
Face 3195 2642 2370 4795
Face 3196 4050 2267 1627
Face 3197 4624 2770 1447
Face 3198 191 759 3460
Face 3199 2179 1629 1072
Face 3200 700 3871 1629
Face 3201 468 1630 3451
Face 3202 468 4631 1630
Face 3203 244 3062 1009
Face 3204 244 4486 1631
Face 3205 1927 4862 4592
Face 3206 2435 960 1632
Face 3207 729 2688 3444
Face 3208 729 2995 4921
Face 3209 464 1634 3714
Face 3210 4894 1278 2279
Face 3211 708 2998 4143
Face 3212 3439 386 2998
Face 3213 926 1636 2951
Face 3214 926 472 1636
Face 3215 100 3544 4726
Face 3216 100 2133 4263
Face 3217 25 1638 1343
Face 3218 25 652 1638
Face 3219 262 1639 4307
Face 3220 262 987 2385
Face 3221 2267 4909 1627
Face 3222 4089 1013 4909
Face 3223 5052 4459 1335
Face 3224 5052 2797 4459
Face 3225 2298 1642 4750
Face 3226 815 3387 1642
Face 3227 3215 1643 506
Face 3228 3215 3045 1643
Face 3229 4964 1644 3615
Face 3230 4964 2618 1644
Face 3231 3655 2254 989
Face 3232 4514 5002 2946
Face 3233 1557 1646 224
Face 3234 3252 3373 3103
Face 3235 2221 1647 3438
Face 3236 3167 56 2459
Face 3237 4719 1648 3120
Face 3238 3145 1503 2534
Face 3239 771 4014 1579
Face 3240 4510 2739 4014
Face 3241 124 4722 683
Face 3242 124 3893 2512
Face 3243 1099 4721 742
Face 3244 2412 4110 4721
Face 3245 3081 2733 5048
Face 3246 3081 1182 1652
Face 3247 974 1653 346
Face 3248 4140 1233 2266
Face 3249 4392 1654 2198
Face 3250 4392 2077 1654
Face 3251 5016 1655 3228
Face 3252 120 4302 3472
Face 3253 3695 4700 2120
Face 3254 3695 4219 1656
Face 3255 561 4852 3020
Face 3256 561 1246 4852
Face 3257 4896 2493 1161
Face 3258 4896 2222 2493
Face 3259 740 1659 4742
Face 3260 740 4447 1659
Face 3261 3424 1660 3072
Face 3262 3424 1010 1660
Face 3263 889 1661 4187
Face 3264 889 2343 1661
Face 3265 989 1662 4316
Face 3266 989 2254 1662
Face 3267 3863 1663 1030
Face 3268 121 2806 1663
Face 3269 137 1664 2699
Face 3270 3022 1322 1664
Face 3271 570 3557 2119
Face 3272 2440 2901 3557
Face 3273 3585 3430 2388
Face 3274 222 3085 4296
Face 3275 460 2649 3516
Face 3276 460 2288 4081
Face 3277 140 4957 2024
Face 3278 140 1565 1668
Face 3279 438 1669 3036
Face 3280 438 3605 1669
Face 3281 1098 1670 2774
Face 3282 3694 1794 3425
Face 3283 4483 1671 2259
Face 3284 4483 3958 1671
Face 3285 111 3426 2659
Face 3286 111 1810 3426
Face 3287 1169 1673 2464
Face 3288 3999 68 3067
Face 3289 512 1674 2469
Face 3290 1978 450 3443
Face 3291 4659 1675 2697
Face 3292 1145 2894 1675
Face 3293 2857 3096 1280
Face 3294 437 2078 1676
Face 3295 3407 2829 1220
Face 3296 3691 2065 1677
Face 3297 694 3432 4288
Face 3298 4755 4117 1678
Face 3299 4551 1679 715
Face 3300 4551 2485 1679
Face 3301 3665 1680 1551
Face 3302 233 2561 1680
Face 3303 539 3797 1444
Face 3304 4293 1252 3797
Face 3305 535 4743 2146
Face 3306 2470 1093 4743
Face 3307 3614 1683 4429
Face 3308 3614 1271 1683
Face 3309 695 1684 1285
Face 3310 695 4848 1684
Face 3311 2115 1685 3741
Face 3312 132 2364 1685
Face 3313 866 4509 350
Face 3314 866 18 4509
Face 3315 804 3989 1506
Face 3316 804 1400 1687
Face 3317 2341 3640 253
Face 3318 565 2063 1688
Face 3319 141 1689 2835
Face 3320 141 4152 3245
Face 3321 4907 1690 1376
Face 3322 616 2771 1690
Face 3323 4297 1691 1113
Face 3324 3528 3693 1691
Face 3325 1989 3324 333
Face 3326 631 235 1692
Face 3327 3249 1693 2864
Face 3328 3249 5014 1693
Face 3329 1120 1694 174
Face 3330 2705 1457 4505
Face 3331 4125 1695 1490
Face 3332 4125 1596 1695
Face 3333 1138 4757 408
Face 3334 4009 1236 4757
Face 3335 891 2732 4515
Face 3336 891 1435 2732
Face 3337 772 1698 2484
Face 3338 772 1211 1698
Face 3339 4742 1699 740
Face 3340 4742 4449 1699
Face 3341 1423 2565 3772
Face 3342 4785 2556 3506
Face 3343 3332 1701 2918
Face 3344 1294 1536 1701
Face 3345 441 1702 3754
Face 3346 441 4886 3227
Face 3347 2462 4174 1364
Face 3348 2462 2881 4174
Face 3349 275 1704 4239
Face 3350 275 4191 1704
Face 3351 3405 1705 1059
Face 3352 2982 1251 3786
Face 3353 4026 1706 812
Face 3354 4471 65 2605
Face 3355 4876 1707 778
Face 3356 1178 4734 3928
Face 3357 3159 4251 237
Face 3358 394 1649 2752
Face 3359 4360 1709 2999
Face 3360 4360 3844 1709
Face 3361 487 1710 3267
Face 3362 487 2139 1710
Face 3363 374 3703 948
Face 3364 374 4015 4946
Face 3365 3679 1712 2396
Face 3366 3679 2476 1712
Face 3367 2389 2607 3264
Face 3368 3658 3021 1713
Face 3369 3906 1714 1349
Face 3370 3906 3796 4807
Face 3371 501 1715 3104
Face 3372 501 4051 1715
Face 3373 3612 1716 2702
Face 3374 3612 945 1716
Face 3375 3054 1717 1015
Face 3376 482 4220 3459
Face 3377 892 1718 2729
Face 3378 892 4765 1718
Face 3379 504 1719 4579
Face 3380 504 1384 1719
Face 3381 155 1720 446
Face 3382 155 3502 1720
Face 3383 4447 2602 4754
Face 3384 157 3291 2602
Face 3385 446 1722 2736
Face 3386 446 1503 1722
Face 3387 950 1723 1494
Face 3388 950 3021 1723
Face 3389 2832 4276 2260
Face 3390 2832 1300 4276
Face 3391 4860 1725 2173
Face 3392 13 2159 1725
Face 3393 2665 1726 849
Face 3394 4122 3770 2130
Face 3395 1012 1727 4753
Face 3396 1012 4799 1727
Face 3397 71 1728 2735
Face 3398 3037 1151 1728
Face 3399 3317 1729 4558
Face 3400 3317 166 1729
Face 3401 286 1730 4026
Face 3402 2286 611 3540
Face 3403 4475 1731 2417
Face 3404 961 2730 1731
Face 3405 3883 1732 1531
Face 3406 1093 347 4377
Face 3407 207 1733 3705
Face 3408 207 2946 1733
Face 3409 884 4902 1304
Face 3410 2474 4677 1734
Face 3411 1828 1827 3608
Face 3412 592 2615 4725
Face 3413 592 1625 2615
Face 3414 750 1737 4424
Face 3415 750 3713 3279
Face 3416 733 2081 1238
Face 3417 4525 2275 2081
Face 3418 3519 1739 2871
Face 3419 528 2866 4552
Face 3420 4771 1740 2711
Face 3421 2877 76 1740
Face 3422 968 1741 144
Face 3423 968 2099 1741
Face 3424 2758 1742 3277
Face 3425 2758 4286 1742
Face 3426 2672 3578 1165
Face 3427 3916 1578 3578
Face 3428 1202 4353 3480
Face 3429 1202 2587 4353
Face 3430 1380 1745 30
Face 3431 3151 4863 1745
Face 3432 453 4536 3044
Face 3433 3697 971 3053
Face 3434 3123 1747 2085
Face 3435 3123 4998 1747
Face 3436 2595 1748 4064
Face 3437 75 2953 3801
Face 3438 477 1749 3592
Face 3439 477 1647 1749
Face 3440 379 1750 1115
Face 3441 2710 1843 1750
Face 3442 3846 1751 2399
Face 3443 3846 3673 1751
Face 3444 2979 1752 4129
Face 3445 2414 951 3515
Face 3446 2386 4248 1192
Face 3447 2386 1536 3060
Face 3448 927 1754 4832
Face 3449 927 3985 1754
Face 3450 814 4730 1592
Face 3451 3305 1044 1755
Face 3452 3257 1756 957
Face 3453 687 2923 4259
Face 3454 1038 1757 3409
Face 3455 1038 2441 1757
Face 3456 3970 1758 797
Face 3457 345 3449 1758
Face 3458 2332 4291 2954
Face 3459 1034 614 1759
Face 3460 107 1760 2514
Face 3461 107 574 1760
Face 3462 1044 3606 619
Face 3463 1044 3305 3606
Face 3464 1105 1762 3482
Face 3465 1105 308 1762
Face 3466 656 2405 921
Face 3467 656 1256 3132
Face 3468 2579 1765 4404
Face 3469 1764 1765 3731
Face 3470 3808 1766 4800
Face 3471 2536 3092 2836
Face 3472 2966 1767 1610
Face 3473 4588 1372 1767
Face 3474 602 1768 3403
Face 3475 602 1982 4806
Face 3476 295 2313 2913
Face 3477 295 4353 2313
Face 3478 845 1770 4770
Face 3479 845 1572 1770
Face 3480 2644 3309 1356
Face 3481 4178 2543 1771
Face 3482 2134 2814 192
Face 3483 1505 4507 1772
Face 3484 1192 1773 4025
Face 3485 2541 1683 2128
Face 3486 937 1774 4766
Face 3487 937 95 1774
Face 3488 4412 1775 432
Face 3489 2959 665 3603
Face 3490 2627 1776 4114
Face 3491 273 2581 2963
Face 3492 4611 1777 2812
Face 3493 4611 3009 1777
Face 3494 3560 1778 2910
Face 3495 433 1131 3040
Face 3496 375 1779 1686
Face 3497 3664 2949 1779
Face 3498 1242 1780 357
Face 3499 1242 3688 1780
Face 3500 194 1781 982
Face 3501 194 4077 1781
Face 3502 1349 4062 3906
Face 3503 1349 3035 4062
Face 3504 935 1783 4466
Face 3505 935 234 1783
Face 3506 608 4473 3124
Face 3507 2159 3370 1784
Face 3508 4622 3312 599
Face 3509 1286 3701 1785
Face 3510 754 1786 1655
Face 3511 2164 77 3980
Face 3512 783 1787 2489
Face 3513 783 3918 1787
Face 3514 2530 1788 4820
Face 3515 2530 4085 1788
Face 3516 4979 3058 2869
Face 3517 4080 1199 1789
Face 3518 775 1790 2578
Face 3519 4243 1502 1790
Face 3520 1112 2686 2232
Face 3521 1112 321 1791
Face 3522 581 4091 1521
Face 3523 581 77 1792
Face 3524 709 1793 3282
Face 3525 2289 560 4472
Face 3526 2716 1794 3694
Face 3527 993 2458 1794
Face 3528 4301 1795 1339
Face 3529 289 2094 4706
Face 3530 421 1796 2335
Face 3531 421 1973 1796
Face 3532 860 2653 4327
Face 3533 860 1702 1797
Face 3534 4947 3965 2190
Face 3535 2619 4616 1798
Face 3536 4503 3872 2601
Face 3537 456 1177 3872
Face 3538 3781 1800 3642
Face 3539 3781 2457 1800
Face 3540 1499 3967 2242
Face 3541 1499 3742 3967
Face 3542 269 1802 2756
Face 3543 269 4480 1802
Face 3544 1063 4219 4826
Face 3545 1063 1656 4219
Face 3546 994 1804 299
Face 3547 4853 430 2657
Face 3548 508 1805 2372
Face 3549 508 3984 1805
Face 3550 475 1806 2908
Face 3551 475 908 3589
Face 3552 169 1807 3950
Face 3553 2920 844 4215
Face 3554 4482 2662 391
Face 3555 3975 3766 1808
Face 3556 4103 2843 4914
Face 3557 3117 1208 3396
Face 3558 903 2694 4410
Face 3559 903 3426 1810
Face 3560 248 1811 2321
Face 3561 248 3331 1811
Face 3562 3150 1812 37
Face 3563 3150 1467 1812
Face 3564 1255 5022 2666
Face 3565 2986 415 3473
Face 3566 625 4135 3990
Face 3567 625 2201 4135
Face 3568 718 3683 282
Face 3569 2936 2287 1815
Face 3570 635 1816 460
Face 3571 4273 1442 1816
Face 3572 2697 4635 4659
Face 3573 1817 1818 2861
Face 3574 3047 1819 2957
Face 3575 3047 488 1819
Face 3576 337 1820 2545
Face 3577 5017 76 4162
Face 3578 164 1821 1512
Face 3579 164 4236 1821
Face 3580 494 1822 3154
Face 3581 494 4405 1822
Face 3582 545 3192 2262
Face 3583 3304 838 1823
Face 3584 245 1824 3597
Face 3585 245 3118 1824
Face 3586 4745 2622 137
Face 3587 919 336 1825
Face 3588 323 4667 1446
Face 3589 323 3924 4667
Face 3590 1735 1827 1828
Face 3591 1 1828 3608
Face 3592 287 3930 3109
Face 3593 4934 563 3930
Face 3594 1370 4598 3182
Face 3595 1868 871 1830
Face 3596 259 2648 594
Face 3597 259 1381 2648
Face 3598 797 1832 3970
Face 3599 797 2977 1832
Face 3600 692 4441 4118
Face 3601 692 3479 4441
Face 3602 3385 1834 201
Face 3603 496 1661 3722
Face 3604 57 1835 3468
Face 3605 57 5049 1835
Face 3606 3247 1836 3862
Face 3607 778 363 2371
Face 3608 3921 4790 1071
Face 3609 146 3235 1837
Face 3610 50 1838 3278
Face 3611 3876 4692 2402
Face 3612 865 4517 2712
Face 3613 865 1167 3197
Face 3614 551 1840 3250
Face 3615 551 1539 1840
Face 3616 4474 3740 1019
Face 3617 4474 913 1841
Face 3618 3565 1842 2945
Face 3619 3565 4695 1842
Face 3620 702 1843 4005
Face 3621 702 5059 1843
Face 3622 3261 2557 3494
Face 3623 68 2898 1844
Face 3624 3289 1845 378
Face 3625 84 1234 4338
Face 3626 4880 1846 3613
Face 3627 43 1308 1846
Face 3628 171 2708 4478
Face 3629 171 3166 1847
Face 3630 409 2958 139
Face 3631 2002 3814 1848
Face 3632 419 1849 1306
Face 3633 3768 3436 1849
Face 3634 760 4634 3394
Face 3635 2629 4491 2477
Face 3636 338 1851 787
Face 3637 338 1171 1851
Face 3638 874 1852 2015
Face 3639 874 134 1852
Face 3640 3292 1853 4266
Face 3641 2200 3994 1853
Face 3642 3511 1854 4700
Face 3643 3511 3928 4734
Face 3644 856 3822 283
Face 3645 856 1710 3822
Face 3646 1379 1856 229
Face 3647 1379 1512 1856
Face 3648 3661 4191 275
Face 3649 822 3951 1857
Face 3650 765 4641 3362
Face 3651 3803 4870 1858
Face 3652 2800 3135 846
Face 3653 301 4951 1859
Face 3654 3169 3000 4086
Face 3655 1268 4252 1860
Face 3656 196 4772 2944
Face 3657 196 1160 4772
Face 3658 2537 1862 3008
Face 3659 2537 448 1862
Face 3660 816 1863 1788
Face 3661 816 4720 1863
Face 3662 113 1864 4385
Face 3663 2411 4672 1864
Face 3664 2676 1865 3948
Face 3665 2676 2849 1865
Face 3666 1430 1866 3475
Face 3667 1430 2327 1866
Face 3668 4433 1867 4399
Face 3669 4433 243 1867
Face 3670 1370 1868 1830
Face 3671 1370 871 1868
Face 3672 5039 1869 2697
Face 3673 5039 4320 1869
Face 3674 199 2867 1869
Face 3675 199 1452 1870
Face 3676 881 2731 2512
Face 3677 881 343 2731
Face 3678 3915 2863 182
Face 3679 673 71 4901
Face 3680 4417 1873 4211
Face 3681 258 1502 1873
Face 3682 1445 1874 2330
Face 3683 1445 304 1874
Face 3684 873 3804 2383
Face 3685 3161 1290 1875
Face 3686 118 1876 4002
Face 3687 118 2683 1876
Face 3688 188 2929 681
Face 3689 4956 2628 2929
Face 3690 956 1878 4512
Face 3691 956 4251 3709
Face 3692 880 1879 2793
Face 3693 880 278 1879
Face 3694 4076 3364 3482
Face 3695 82 1881 4978
Face 3696 82 4020 1881
Face 3697 618 1882 2780
Face 3698 618 3373 1882
Face 3699 3030 1883 4132
Face 3700 3030 3867 5057
Face 3701 4566 3752 547
Face 3702 195 1289 3752
Face 3703 474 1885 1578
Face 3704 474 290 1885
Face 3705 4991 1886 4036
Face 3706 4991 1665 1886
Face 3707 1003 1887 3038
Face 3708 1003 2734 1887
Face 3709 4200 1888 1311
Face 3710 4200 2766 1888
Face 3711 1011 1889 4708
Face 3712 1011 2473 1889
Face 3713 332 1890 3111
Face 3714 332 1166 1890
Face 3715 302 4573 1070
Face 3716 302 1537 4573
Face 3717 1448 1892 4603
Face 3718 1448 2670 1892
Face 3719 2360 1893 1561
Face 3720 2360 3560 1893
Face 3721 1425 1894 3495
Face 3722 1425 49 1894
Face 3723 1075 1895 319
Face 3724 1075 4639 1895
Face 3725 3815 2516 1514
Face 3726 3815 3521 1896
Face 3727 4564 1897 768
Face 3728 1313 497 3663
Face 3729 1180 1898 2132
Face 3730 1180 1551 1898
Face 3731 1206 4264 5027
Face 3732 1206 282 4264
Face 3733 23 1900 417
Face 3734 2816 1230 3319
Face 3735 161 1901 4040
Face 3736 161 4922 1901
Face 3737 3989 4521 1506
Face 3738 3989 3275 1902
Face 3739 868 3297 223
Face 3740 868 4923 4432
Face 3741 2796 1904 5004
Face 3742 678 1420 2455
Face 3743 4198 1905 4752
Face 3744 4418 3459 1905
Face 3745 4577 1906 4359
Face 3746 4577 1539 1906
Face 3747 987 1907 2887
Face 3748 987 4155 1907
Face 3749 774 1908 2531
Face 3750 774 3013 1908
Face 3751 190 2639 1190
Face 3752 190 4536 1909
Face 3753 426 3966 988
Face 3754 426 2975 3966
Face 3755 397 1911 2839
Face 3756 4484 1170 4046
Face 3757 1311 1912 3942
Face 3758 1311 4004 1912
Face 3759 4371 1913 93
Face 3760 20 4246 1913
Face 3761 3890 1914 727
Face 3762 615 2334 1914
Face 3763 4115 3321 2354
Face 3764 1055 3312 1915
Face 3765 406 1916 2509
Face 3766 406 1083 1916
Face 3767 1017 1917 3601
Face 3768 3380 966 4270
Face 3769 336 2418 4303
Face 3770 336 4289 1918
Face 3771 3882 2498 1624
Face 3772 36 1416 1919
Face 3773 3088 4222 1472
Face 3774 1179 4096 2373
Face 3775 612 1921 1200
Face 3776 612 1480 3005
Face 3777 451 1922 2635
Face 3778 451 3564 1922
Face 3779 1040 1923 4663
Face 3780 1040 4916 1923
Face 3781 737 1924 4819
Face 3782 737 3302 1924
Face 3783 4794 1925 2713
Face 3784 4794 2819 1925
Face 3785 143 2566 2625
Face 3786 3206 661 1926
Face 3787 4498 1927 4629
Face 3788 2435 1632 1927
Face 3789 3325 4808 1991
Face 3790 3325 3052 1928
Face 3791 1435 4402 2732
Face 3792 1435 4023 2136
Face 3793 1025 1930 3342
Face 3794 1025 3811 1930
Face 3795 916 1931 4368
Face 3796 916 248 1931
Face 3797 413 3793 2392
Face 3798 3331 916 3793
Face 3799 461 1933 496
Face 3800 461 2571 1933
Face 3801 3350 2549 1332
Face 3802 234 935 1934
Face 3803 731 1935 3558
Face 3804 731 4245 1935
Face 3805 1151 1936 3664
Face 3806 1151 3037 1936
Face 3807 588 1937 3484
Face 3808 4544 242 4143
Face 3809 1478 1938 4815
Face 3810 1478 3014 1938
Face 3811 681 1939 3288
Face 3812 681 4206 1939
Face 3813 2190 1940 587
Face 3814 2190 3965 1940
Face 3815 746 1941 1386
Face 3816 4344 4642 1941
Face 3817 951 3635 1506
Face 3818 951 2414 3635
Face 3819 393 1943 1586
Face 3820 393 2718 1943
Face 3821 442 1944 4308
Face 3822 442 4966 1944
Face 3823 2721 1945 1011
Face 3824 2721 3422 1945
Face 3825 376 1946 4213
Face 3826 4453 777 1946
Face 3827 2466 1947 4975
Face 3828 2466 4372 1947
Face 3829 4391 1948 1041
Face 3830 102 3007 1948
Face 3831 4982 1949 498
Face 3832 851 3015 3188
Face 3833 857 1950 1770
Face 3834 1246 1951 3845
Face 3835 1246 561 1951
Face 3836 4111 3266 212
Face 3837 3642 4823 1952
Face 3838 1364 1953 3377
Face 3839 4049 995 1953
Face 3840 153 1954 3172
Face 3841 153 3839 1954
Face 3842 439 1955 2171
Face 3843 439 1766 1955
Face 3844 3545 3281 360
Face 3845 915 64 1956
Face 3846 923 1957 3467
Face 3847 2907 446 2736
Face 3848 1549 2407 3183
Face 3849 1549 3489 1958
Face 3850 684 3591 4171
Face 3851 2426 3947 3591
Face 3852 730 1960 2490
Face 3853 730 2778 4458
Face 3854 3820 1961 4513
Face 3855 2497 1469 1961
Face 3856 211 1962 749
Face 3857 3702 2845 1962
Face 3858 3923 1963 2838
Face 3859 2591 3329 1963
Face 3860 4396 1964 1037
Face 3861 148 1593 1964
Face 3862 536 4159 2546
Face 3863 536 1651 4159
Face 3864 641 4835 3462
Face 3865 641 1923 4835
Face 3866 958 1967 3322
Face 3867 2817 4939 1967
Face 3868 115 1968 3914
Face 3869 115 1824 1968
Face 3870 2822 1969 1711
Face 3871 2822 2239 1969
Face 3872 852 1970 3471
Face 3873 852 1938 3014
Face 3874 3609 1971 2493
Face 3875 664 1881 1971
Face 3876 1619 1972 2798
Face 3877 2445 1365 4145
Face 3878 4343 2669 3338
Face 3879 4343 2574 4524
Face 3880 4672 3371 3076
Face 3881 1124 3936 1974
Face 3882 3987 1975 3899
Face 3883 3987 3461 1975
Face 3884 445 4299 2647
Face 3885 445 3122 4299
Face 3886 44 4307 1639
Face 3887 44 5005 1977
Face 3888 512 4568 1674
Face 3889 3280 355 3141
Face 3890 3859 1979 4455
Face 3891 4972 2332 4625
Face 3892 3593 1980 789
Face 3893 3593 2071 1980
Face 3894 1067 4687 572
Face 3895 4816 3379 1981
Face 3896 1018 1982 1229
Face 3897 1018 4806 1982
Face 3898 279 1983 3566
Face 3899 279 1168 1983
Face 3900 3236 3645 1473
Face 3901 334 1106 1984
Face 3902 81 1985 4439
Face 3903 81 4176 3458
Face 3904 4347 3718 825
Face 3905 2102 2494 3254
Face 3906 1046 1987 2807
Face 3907 1046 2209 3737
Face 3908 1111 2969 222
Face 3909 1111 247 2969
Face 3910 3354 1989 101
Face 3911 631 3324 1989
Face 3912 206 1990 3490
Face 3913 206 990 1990
Face 3914 1002 3995 110
Face 3915 1002 3325 3995
Face 3916 619 1992 2942
Face 3917 4682 2382 1992
Face 3918 485 4067 1241
Face 3919 485 2889 4067
Face 3920 205 1994 3919
Face 3921 4600 2821 1994
Face 3922 285 5006 3644
Face 3923 285 4590 5006
Face 3924 3494 1996 3232
Face 3925 3494 2557 1996
Face 3926 1599 4647 2490
Face 3927 1599 2378 4647
Face 3928 642 4643 4435
Face 3929 2297 3474 4643
Face 3930 807 1999 4759
Face 3931 807 4796 1999
Face 3932 675 2000 3358
Face 3933 675 3513 2000
Face 3934 519 2001 2639
Face 3935 519 142 2001
Face 3936 409 2002 1848
Face 3937 3897 1010 4660
Face 3938 3675 2003 1029
Face 3939 31 3619 2003
Face 3940 260 2004 4756
Face 3941 260 1623 4216
Face 3942 318 2005 4847
Face 3943 318 2739 2005
Face 3944 3619 4985 809
Face 3945 526 979 3419
Face 3946 1087 2007 3327
Face 3947 1087 1648 4561
Face 3948 913 3104 1715
Face 3949 913 4474 4867
Face 3950 131 2009 3404
Face 3951 131 1086 2009
Face 3952 3485 2638 4180
Face 3953 152 1272 2010
Face 3954 1264 2011 4333
Face 3955 1264 79 2011
Face 3956 1252 3973 2903
Face 3957 1252 4968 2012
Face 3958 1702 2013 2897
Face 3959 1702 441 4464
Face 3960 312 2014 4142
Face 3961 3413 985 4444
Face 3962 3729 2015 1231
Face 3963 854 3012 2015
Face 3964 2618 2016 3505
Face 3965 2618 3087 2016
Face 3966 904 2017 481
Face 3967 4461 87 4935
Face 3968 855 2018 1359
Face 3969 2318 4583 2018
Face 3970 237 2019 3159
Face 3971 237 1696 2019
Face 3972 541 4675 3401
Face 3973 541 3723 4675
Face 3974 1123 4912 1436
Face 3975 3567 10 2021
Face 3976 568 2022 1606
Face 3977 568 3162 2022
Face 3978 2527 3775 954
Face 3979 5024 1520 2023
Face 3980 515 2024 4957
Face 3981 515 942 4961
Face 3982 2614 4007 2653
Face 3983 2614 3770 2025
Face 3984 423 2026 1559
Face 3985 1622 3477 151
Face 3986 4614 2163 3477
Face 3987 594 2938 1670
Face 3988 594 2648 3960
Face 3989 2960 4005 1843
Face 3990 457 3865 2029
Face 3991 1089 2030 139
Face 3992 3780 604 4426
Face 3993 832 4486 2870
Face 3994 832 1595 4486
Face 3995 370 3454 3088
Face 3996 4519 1226 2032
Face 3997 349 2033 2971
Face 3998 3868 1504 4157
Face 3999 3239 2034 4074
Face 4000 1166 332 4869
Face 4001 2891 4980 1314
Face 4002 741 2799 2035
Face 4003 326 4861 1329
Face 4004 4680 4351 2036
Face 4005 995 2037 753
Face 4006 995 4049 2037
Face 4007 505 2038 3662
Face 4008 4177 181 2038
Face 4009 921 2039 2027
Face 4010 921 4310 2039
Face 4011 3778 2040 1373
Face 4012 3778 2883 2040
Face 4013 1357 4232 1136
Face 4014 1357 679 2041
Face 4015 1240 2042 946
Face 4016 4650 493 3832
Face 4017 2837 2043 1489
Face 4018 2837 4008 2043
Face 4019 1378 2044 3347
Face 4020 1378 1137 3901
Face 4021 3275 2045 1902
Face 4022 1129 2927 2045
Face 4023 469 2046 1118
Face 4024 469 3491 2046
Face 4025 601 4250 2821
Face 4026 601 1253 4250
Face 4027 736 4383 4716
Face 4028 736 3351 4383
Face 4029 982 3498 373
Face 4030 982 3276 3498
Face 4031 666 2050 4224
Face 4032 666 3843 2050
Face 4033 1345 2051 4905
Face 4034 2913 4230 2051
Face 4035 4189 2052 2154
Face 4036 2713 1925 2052
Face 4037 4724 2053 2920
Face 4038 4724 946 2053
Face 4039 144 2054 4056
Face 4040 144 3469 2054
Face 4041 646 2055 3074
Face 4042 646 73 2055
Face 4043 4388 3187 1617
Face 4044 869 548 4786
Face 4045 1259 4427 805
Face 4046 1259 2911 4427
Face 4047 653 2058 2495
Face 4048 653 1798 4616
Face 4049 1128 4136 451
Face 4050 1128 76 4136
Face 4051 1214 2060 3348
Face 4052 1214 2885 3749
Face 4053 1101 2061 4977
Face 4054 1101 2608 2061
Face 4055 614 4479 3527
Face 4056 614 3573 2062
Face 4057 4220 2906 3459
Face 4058 398 3023 2063
Face 4059 183 2064 1007
Face 4060 183 3607 2064
Face 4061 4851 2065 3691
Face 4062 1553 4030 2065
Face 4063 978 2066 3725
Face 4064 978 3401 2066
Face 4065 513 2067 4185
Face 4066 513 4767 2067
Face 4067 976 2068 2953
Face 4068 976 3299 2068
Face 4069 11 2069 4309
Face 4070 11 2233 2069
Face 4071 717 2070 4948
Face 4072 3416 1346 2070
Face 4073 422 4814 3593
Face 4074 422 746 4814
Face 4075 3833 2072 544
Face 4076 3833 2767 2072
Face 4077 4478 2073 3414
Face 4078 1243 4218 2073
Face 4079 1191 2074 185
Face 4080 1191 3330 2074
Face 4081 256 3110 3654
Face 4082 4069 2825 2075
Face 4083 3301 2076 1657
Face 4084 507 4992 2076
Face 4085 3988 2077 4392
Face 4086 1221 2693 2077
Face 4087 182 2078 5042
Face 4088 182 4121 2078
Face 4089 1157 4151 3317
Face 4090 1157 4295 4151
Face 4091 3327 2080 1087
Face 4092 2828 4147 2080
Face 4093 1738 4940 2675
Face 4094 3699 1211 2465
Face 4095 88 2082 2066
Face 4096 88 1121 2082
Face 4097 694 2083 4331
Face 4098 694 4288 2083
Face 4099 796 2084 4436
Face 4100 796 1342 2084
Face 4101 290 2085 1885
Face 4102 3887 3123 2085
Face 4103 1309 3687 2311
Face 4104 1309 337 3687
Face 4105 720 2087 2500
Face 4106 720 2748 2087
Face 4107 818 4708 1889
Face 4108 2540 1022 4708
Face 4109 1265 4164 1008
Face 4110 4887 1943 2089
Face 4111 685 2090 4973
Face 4112 685 2249 2090
Face 4113 3920 4451 1712
Face 4114 638 3627 2091
Face 4115 969 2092 2251
Face 4116 969 3798 2092
Face 4117 321 2093 810
Face 4118 321 1112 3268
Face 4119 1414 3050 765
Face 4120 1414 2663 2094
Face 4121 3442 3026 1039
Face 4122 647 4510 2095
Face 4123 1270 4011 885
Face 4124 1270 5009 4011
Face 4125 2852 2097 2551
Face 4126 83 3356 2097
Face 4127 579 2098 4070
Face 4128 579 4454 2098
Face 4129 292 2099 3106
Face 4130 292 1870 2099
Face 4131 4938 2100 1052
Face 4132 4204 1626 2100
Face 4133 4547 2634 2325
Face 4134 4031 2102 1200
Face 4135 4031 2494 2102
Face 4136 1473 2103 3236
Face 4137 4608 1001 2103
Face 4138 432 2104 4412
Face 4139 432 3372 2104
Face 4140 304 2105 5028
Face 4141 304 1445 4367
Face 4142 467 2106 3733
Face 4143 467 1847 2106
Face 4144 167 2107 3852
Face 4145 167 4843 2107
Face 4146 4290 2108 3789
Face 4147 4290 1900 2108
Face 4148 1029 2109 3675
Face 4149 1029 1274 4974
Face 4150 637 2110 1859
Face 4151 3785 3375 2110
Face 4152 3538 4620 1225
Face 4153 395 3025 4620
Face 4154 3200 2112 2013
Face 4155 1147 4423 2425
Face 4156 4012 591 2113
Face 4157 1069 2114 3849
Face 4158 1069 2538 2114
Face 4159 132 2115 3795
Face 4160 132 1685 2115
Face 4161 909 2116 1918
Face 4162 909 3310 2116
Face 4163 1042 4090 3136
Face 4164 1042 4703 4090
Face 4165 34 2118 1235
Face 4166 34 3420 2118
Face 4167 3461 2119 3557
Face 4168 3461 3987 2119
Face 4169 1469 3499 1961
Face 4170 1469 1201 3499
Face 4171 2542 2121 463
Face 4172 4446 3533 2121
Face 4173 1244 2122 4496
Face 4174 1244 3010 2122
Face 4175 567 2123 2786
Face 4176 567 3350 2123
Face 4177 833 2124 4534
Face 4178 833 3486 2124
Face 4179 85 2125 1319
Face 4180 85 981 2125
Face 4181 3046 4471 2605
Face 4182 2831 938 2126
Face 4183 5049 3605 4197
Face 4184 1095 270 2791
Face 4185 1773 2128 2959
Face 4186 1773 1192 2128
Face 4187 1363 3666 1948
Face 4188 1363 2423 2129
Face 4189 4712 2130 372
Face 4190 1726 4122 2130
Face 4191 1107 2131 1389
Face 4192 3588 1625 4228
Face 4193 917 2132 2902
Face 4194 917 4269 2132
Face 4195 1232 2133 3203
Face 4196 1232 671 2133
Face 4197 4318 4857 4123
Face 4198 4318 2814 2134
Face 4199 1623 2135 4216
Face 4200 1623 3440 2135
Face 4201 1929 2136 1005
Face 4202 1929 1697 2136
Face 4203 2630 3229 1205
Face 4204 1235 2118 2137
Face 4205 532 2138 2637
Face 4206 532 3674 2138
Face 4207 165 4781 1403
Face 4208 165 3411 4781
Face 4209 264 2140 3850
Face 4210 2985 4655 2140
Face 4211 1130 2141 820
Face 4212 1130 3235 2141
Face 4213 3946 2142 381
Face 4214 998 1715 4051
Face 4215 1053 2143 522
Face 4216 1053 4313 2143
Face 4217 76 4285 1740
Face 4218 76 5017 2144
Face 4219 872 2145 4413
Face 4220 872 4339 2145
Face 4221 1303 2146 3939
Face 4222 4394 535 2146
Face 4223 400 2933 4037
Face 4224 400 3699 2933
Face 4225 1348 2148 3685
Face 4226 1348 4209 2148
Face 4227 118 3378 1096
Face 4228 118 4002 3378
Face 4229 258 4417 3180
Face 4230 258 1873 4417
Face 4231 2723 2151 1752
Face 4232 2723 3831 2151
Face 4233 1950 2152 1189
Face 4234 1433 2153 3343
Face 4235 1433 2596 2153
Face 4236 1302 2681 3649
Face 4237 1302 973 2154
Face 4238 1049 4085 3456
Face 4239 1049 1788 4085
Face 4240 309 2156 5025
Face 4241 309 3143 2156
Face 4242 178 2157 1143
Face 4243 2851 1276 4950
Face 4244 270 2158 2691
Face 4245 270 4751 3303
Face 4246 608 2159 1784
Face 4247 608 179 2159
Face 4248 3387 3240 1262
Face 4249 1336 2231 2160
Face 4250 4831 3487 1410
Face 4251 861 2604 3487
Face 4252 3453 2162 1195
Face 4253 1283 3299 2847
Face 4254 3024 2163 761
Face 4255 3024 3477 2163
Face 4256 754 2164 3980
Face 4257 754 4958 2164
Face 4258 1203 2165 3895
Face 4259 1203 660 2165
Face 4260 1880 3364 123
Face 4261 123 4076 4390
Face 4262 123 3364 4076
Face 4263 4847 4654 2792
Face 4264 908 475 2168
Face 4265 3682 2169 157
Face 4266 3682 1699 2169
Face 4267 1443 2170 4042
Face 4268 1443 4006 2170
Face 4269 1100 4971 3941
Face 4270 1100 2859 4971
Face 4271 795 2172 3582
Face 4272 3612 1637 2172
Face 4273 4194 2173 2803
Face 4274 1082 4860 2173
Face 4275 3036 2174 116
Face 4276 230 4504 2174
Face 4277 1175 4623 1894
Face 4278 1175 1609 2175
Face 4279 983 2176 4234
Face 4280 983 2796 2176
Face 4281 885 2177 1809
Face 4282 2876 2300 3940
Face 4283 1390 2178 3774
Face 4284 1390 221 2178
Face 4285 700 2179 2247
Face 4286 700 1629 2179
Face 4287 3708 2180 2725
Face 4288 1140 517 2937
Face 4289 517 2181 2937
Face 4290 4398 2188 4035
Face 4291 4127 2182 738
Face 4292 84 1845 3289
Face 4293 55 2889 4893
Face 4294 55 1580 2183
Face 4295 454 2184 4960
Face 4296 2848 325 2184
Face 4297 209 2185 4387
Face 4298 209 3168 2185
Face 4299 3671 3238 1527
Face 4300 64 4633 2186
Face 4301 1125 4327 2653
Face 4302 1125 45 2187
Face 4303 984 3181 1479
Face 4304 984 4035 3181
Face 4305 2555 3769 1085
Face 4306 3019 210 2189
Face 4307 3418 2190 587
Face 4308 895 4947 2190
Face 4309 859 2191 3423
Face 4310 3436 3768 2191
Face 4311 4875 2192 1736
Face 4312 3470 4231 3760
Face 4313 156 2193 1928
Face 4314 156 1463 2193
Face 4315 4704 2194 862
Face 4316 2754 1899 4044
Face 4317 1538 2195 1050
Face 4318 1538 4350 3932
Face 4319 1023 4523 1460
Face 4320 1023 3171 2196
Face 4321 1449 2197 4225
Face 4322 4698 39 2197
Face 4323 516 2198 1654
Face 4324 516 2508 2198
Face 4325 4575 2199 2743
Face 4326 4575 1935 2199
Face 4327 3977 2200 2750
Face 4328 502 2703 2200
Face 4329 1176 2201 27
Face 4330 1176 4173 2201
Face 4331 3918 2202 1787
Face 4332 1556 2641 4984
Face 4333 596 4543 2781
Face 4334 596 930 2895
Face 4335 3713 2204 3453
Face 4336 3713 2589 2204
Face 4337 4877 2205 3563
Face 4338 4877 2104 4032
Face 4339 4919 2206 3809
Face 4340 4919 1207 2206
Face 4341 315 2207 2798
Face 4342 315 3217 4903
Face 4343 1060 3265 311
Face 4344 1060 584 3265
Face 4345 802 4153 1388
Face 4346 802 3737 2209
Face 4347 1241 2210 4052
Face 4348 1241 440 2210
Face 4349 3562 2211 1495
Face 4350 3562 4128 2211
Face 4351 3392 2861 1818
Face 4352 503 2213 2592
Face 4353 503 2888 3670
Face 4354 3222 2214 364
Face 4355 1072 4148 2214
Face 4356 1135 3955 369
Face 4357 1135 704 3955
Face 4358 1222 2216 3056
Face 4359 1222 577 4663
Face 4360 5061 3457 693
Face 4361 4002 1876 4809
Face 4362 1032 2218 3812
Face 4363 1032 2182 2218
Face 4364 3654 2219 256
Face 4365 3654 1612 2219
Face 4366 79 2220 3534
Face 4367 79 3098 2220
Face 4368 3167 3711 278
Face 4369 781 1647 2221
Face 4370 474 2222 962
Face 4371 3550 4391 2222
Face 4372 2339 2223 3680
Face 4373 2945 2224 2850
Face 4374 2945 4963 4019
Face 4375 1172 2225 2062
Face 4376 1172 386 2225
Face 4377 1581 2226 710
Face 4378 1581 1036 3707
Face 4379 1591 2227 3589
Face 4380 1591 1168 2227
Face 4381 1346 2228 3728
Face 4382 1346 128 2228
Face 4383 476 2229 1468
Face 4384 4074 1340 2229
Face 4385 4973 2230 1317
Face 4386 136 1563 2230
Face 4387 947 2231 1336
Face 4388 2695 1430 3475
Face 4389 21 3358 2686
Face 4390 21 4481 3358
Face 4391 3902 3659 4738
Face 4392 1189 3580 2233
Face 4393 4612 2234 4371
Face 4394 4612 3996 2234
Face 4395 2888 2235 3670
Face 4396 2888 193 2235
Face 4397 3701 2236 2210
Face 4398 3701 4116 2236
Face 4399 1775 2237 714
Face 4400 1775 4412 3603
Face 4401 1247 2238 368
Face 4402 1247 82 3991
Face 4403 103 3165 3525
Face 4404 103 1969 3165
Face 4405 1102 2240 216
Face 4406 3636 108 3520
Face 4407 1234 2241 4338
Face 4408 1234 2777 2241
Face 4409 1114 2242 3399
Face 4410 1114 1405 2242
Face 4411 1863 4820 1788
Face 4412 1863 2909 4820
Face 4413 3259 2244 4740
Face 4414 274 1276 2244
Face 4415 1198 3721 549
Face 4416 4513 2846 3721
Face 4417 4154 2246 923
Face 4418 4154 429 2246
Face 4419 764 2247 4747
Face 4420 764 700 2247
Face 4421 4033 2248 3176
Face 4422 4033 3284 2248
Face 4423 333 2249 5063
Face 4424 333 2090 2249
Face 4425 396 2250 3355
Face 4426 236 2251 1912
Face 4427 3166 969 2251
Face 4428 4727 2252 2727
Face 4429 607 3672 2252
Face 4430 4086 2253 4740
Face 4431 4086 3000 2253
Face 4432 1645 2254 3655
Face 4433 1645 5008 2254
Face 4434 980 2255 2899
Face 4435 980 2674 3807
Face 4436 1490 2256 484
Face 4437 1490 943 4257
Face 4438 434 2257 3058
Face 4439 434 4565 2257
Face 4440 3221 2258 627
Face 4441 3221 4212 2258
Face 4442 210 2259 2189
Face 4443 210 3507 2259
Face 4444 3937 2260 2853
Face 4445 3937 3800 2260
Face 4446 912 2261 3062
Face 4447 912 5011 2261
Face 4448 197 2262 3192
Face 4449 1400 2263 4003
Face 4450 3045 4068 2263
Face 4451 767 2264 284
Face 4452 3090 3148 5050
Face 4453 1031 2265 29
Face 4454 1031 936 2265
Face 4455 1653 2266 4955
Face 4456 1653 974 2266
Face 4457 819 2267 3968
Face 4458 819 4909 2267
Face 4459 1590 2268 2580
Face 4460 2268 2269 2580
Face 4461 3717 2270 1558
Face 4462 3717 3163 2270
Face 4463 3006 3386 805
Face 4464 527 1693 4172
Face 4465 3381 2915 162
Face 4466 1119 1421 2272
Face 4467 2611 2273 1334
Face 4468 3660 2016 3087
Face 4469 133 2274 4269
Face 4470 133 2877 2274
Face 4471 2911 2275 2057
Face 4472 2911 4798 2275
Face 4473 217 3349 1664
Face 4474 217 2513 2276
Face 4475 665 3126 3603
Face 4476 665 1683 3126
Face 4477 1431 2278 425
Face 4478 1431 579 2278
Face 4479 1634 2279 2728
Face 4480 1634 4894 2279
Face 4481 1547 2280 4448
Face 4482 1547 2044 2956
Face 4483 585 4121 182
Face 4484 585 1371 2281
Face 4485 1170 5051 1856
Face 4486 1170 4484 2282
Face 4487 1341 2283 2788
Face 4488 1341 1025 2283
Face 4489 4669 2284 1424
Face 4490 680 3786 3405
Face 4491 129 2285 2028
Face 4492 4571 906 2285
Face 4493 4497 2286 3540
Face 4494 2850 4202 2286
Face 4495 518 2287 2936
Face 4496 518 3286 4373
Face 4497 1344 2288 803
Face 4498 1344 4081 2288
Face 4499 2569 2289 4472
Face 4500 2569 920 2289
Face 4501 1404 2290 3528
Face 4502 2977 2291 1832
Face 4503 1177 3957 2291
Face 4504 728 2292 3715
Face 4505 728 3519 2292
Face 4506 266 2293 888
Face 4507 3524 2482 3969
Face 4508 1512 3128 164
Face 4509 1512 1379 2294
Face 4510 150 2295 3997
Face 4511 150 871 2295
Face 4512 1858 2296 3803
Face 4513 1858 324 2296
Face 4514 642 2297 4643
Face 4515 642 3681 2297
Face 4516 4803 3827 1118
Face 4517 815 1642 2298
Face 4518 4555 3320 3943
Face 4519 4555 2579 2299
Face 4520 4445 2300 3640
Face 4521 296 3940 2300
Face 4522 911 4158 2580
Face 4523 911 1394 2301
Face 4524 4208 2303 4988
Face 4525 2302 2303 4208
Face 4526 1013 2304 1372
Face 4527 1013 4089 2304
Face 4528 193 4332 2235
Face 4529 193 2921 4332
Face 4530 1566 2306 4029
Face 4531 2872 907 4662
Face 4532 1007 2968 3455
Face 4533 1007 1497 2307
Face 4534 1288 2308 866
Face 4535 4597 3070 2308
Face 4536 1033 4904 3037
Face 4537 3685 246 2309
Face 4538 222 2310 3917
Face 4539 222 4296 2310
Face 4540 478 2311 3687
Face 4541 4363 1006 4685
Face 4542 3542 2312 4161
Face 4543 3542 2449 2312
Face 4544 1769 2313 3790
Face 4545 1769 4230 2313
Face 4546 1426 4891 3133
Face 4547 1426 682 4891
Face 4548 2250 4576 1145
Face 4549 3185 2316 4199
Face 4550 3185 4944 2316
Face 4551 637 3785 2110
Face 4552 637 1846 4407
Face 4553 3787 2318 2018
Face 4554 3787 2507 2318
Face 4555 287 2319 3930
Face 4556 287 4656 2319
Face 4557 3586 2320 707
Face 4558 3586 1641 2320
Face 4559 4411 2321 48
Face 4560 847 4104 2321
Face 4561 1207 2322 4997
Face 4562 1207 4919 2322
Face 4563 5023 3837 3095
Face 4564 300 918 3837
Face 4565 1339 2324 149
Face 4566 1339 523 2324
Face 4567 632 2325 4674
Face 4568 632 3622 2325
Face 4569 350 2326 1152
Face 4570 4083 3242 2326
Face 4571 1286 3518 2802
Face 4572 1286 1785 3518
Face 4573 207 3397 833
Face 4574 207 436 3397
Face 4575 1199 4976 3630
Face 4576 1199 1585 2329
Face 4577 466 2330 3765
Face 4578 466 1445 2330
Face 4579 4214 2331 5000
Face 4580 1616 4827 2331
Face 4581 1034 2332 4058
Face 4582 1034 4291 2332
Face 4583 572 4294 264
Face 4584 572 3410 4294
Face 4585 4352 2334 615
Face 4586 4352 3335 4520
Face 4587 187 2335 4673
Face 4588 187 421 2335
Face 4589 263 4494 2680
Face 4590 263 1491 4494
Face 4591 900 4386 3505
Face 4592 900 1974 3936
Face 4593 3689 2338 2565
Face 4594 3689 2129 2338
Face 4595 2854 2339 3680
Face 4596 1115 2340 379
Face 4597 4676 132 3795
Face 4598 565 5029 1184
Face 4599 565 3640 2341
Face 4600 2865 4048 112
Face 4601 299 1511 5056
Face 4602 957 2343 3257
Face 4603 4188 1661 2343
Face 4604 630 2344 1956
Face 4605 630 4678 2344
Face 4606 1289 2345 3752
Face 4607 1289 5048 4042
Face 4608 1200 3417 180
Face 4609 1200 403 3417
Face 4610 1500 4133 564
Face 4611 1500 3529 4133
Face 4612 910 5021 445
Face 4613 910 1374 2348
Face 4614 1607 2349 348
Face 4615 1607 548 3116
Face 4616 3218 2350 2784
Face 4617 4043 414 2350
Face 4618 488 2351 1819
Face 4619 3812 1453 2351
Face 4620 399 2352 3196
Face 4621 399 4701 2352
Face 4622 581 4910 2980
Face 4623 581 1521 4910
Face 4624 3700 2354 3321
Face 4625 4606 2826 2354
Face 4626 932 2355 97
Face 4627 932 2857 4240
Face 4628 159 2356 1225
Face 4629 159 4554 2356
Face 4630 4092 2357 2983
Face 4631 4092 1981 2357
Face 4632 648 2358 4871
Face 4633 4719 452 2358
Face 4634 1428 2359 3953
Face 4635 1428 4735 2359
Face 4636 4255 2360 4985
Face 4637 839 3560 2360
Face 4638 1578 2361 3578
Face 4639 1578 4370 2361
Face 4640 436 2362 2328
Face 4641 436 3445 2362
Face 4642 443 2363 3555
Face 4643 443 985 2363
Face 4644 3961 2364 132
Face 4645 934 3463 2364
Face 4646 69 5053 967
Face 4647 69 780 2365
Face 4648 1174 2366 736
Face 4649 1174 1803 2366
Face 4650 213 2367 4686
Face 4651 213 3108 3990
Face 4652 4060 2368 58
Face 4653 405 3863 2368
Face 4654 114 2369 636
Face 4655 4833 3890 4691
Face 4656 1627 2370 4050
Face 4657 1627 4088 2370
Face 4658 4093 3328 4455
Face 4659 4093 3247 3328
Face 4660 4389 2372 92
Face 4661 703 4274 3112
Face 4662 1920 2373 3952
Face 4663 1920 1179 2373
Face 4664 576 2374 1042
Face 4665 576 4215 2374
Face 4666 458 4304 1362
Face 4667 458 1295 2375
Face 4668 1521 4192 4434
Face 4669 1521 4091 2376
Face 4670 654 2377 3055
Face 4671 654 2034 2377
Face 4672 1045 3353 3882
Face 4673 1045 3199 2378
Face 4674 3806 2379 4457
Face 4675 359 1344 4599
Face 4676 4703 2380 2117
Face 4677 254 4821 2380
Face 4678 2417 2381 4475
Face 4679 3178 145 2381
Face 4680 3497 2382 4682
Face 4681 3497 3147 2382
Face 4682 1343 2383 4584
Face 4683 1343 873 2383
Face 4684 3706 2384 728
Face 4685 4587 119 2384
Face 4686 1639 3107 468
Face 4687 1639 262 2385
Face 4688 386 2386 4025
Face 4689 386 1172 2386
Face 4690 1714 2387 4850
Face 4691 1714 3906 4807
Face 4692 662 2388 1861
Face 4693 662 3585 2388
Face 4694 352 4113 651
Face 4695 3658 1713 2389
Face 4696 3816 2390 1015
Face 4697 3816 1846 4880
Face 4698 1094 2391 2263
Face 4699 1094 3386 2391
Face 4700 1153 3283 1932
Face 4701 1153 3297 3283
Face 4702 4658 2393 374
Face 4703 4658 4398 3223
Face 4704 3176 2394 343
Face 4705 168 1245 2394
Face 4706 490 2395 2851
Face 4707 490 5045 2395
Face 4708 1377 2396 4451
Face 4709 1377 4222 3952
Face 4710 3908 2397 206
Face 4711 3908 4527 2397
Face 4712 1312 4279 4078
Face 4713 4456 962 4279
Face 4714 1361 2399 1768
Face 4715 1361 777 3308
Face 4716 323 2400 3924
Face 4717 323 2886 2400
Face 4718 937 4061 1576
Face 4719 937 416 2401
Face 4720 4926 3652 1004
Face 4721 3027 3876 2402
Face 4722 3489 2403 1958
Face 4723 893 2928 2403
Face 4724 1532 2404 2985
Face 4725 1532 3724 2404
Face 4726 3132 2405 656
Face 4727 1763 1064 2405
Face 4728 4182 2406 441
Face 4729 1559 2026 2406
Face 4730 1958 2407 1549
Face 4731 1958 1076 4414
Face 4732 382 2408 4881
Face 4733 382 4010 2408
Face 4734 1401 2409 3558
Face 4735 2914 4388 2409
Face 4736 682 4795 2370
Face 4737 682 1426 2410
Face 4738 113 2411 1864
Face 4739 113 2337 2411
Face 4740 1099 2412 4721
Face 4741 1160 2413 4772
Face 4742 1160 4919 3809
Face 4743 294 4796 3515
Face 4744 294 1999 4796
Face 4745 1575 2415 1316
Face 4746 1575 4077 2415
Face 4747 1489 4601 2577
Face 4748 1489 3931 4601
Face 4749 1396 4550 452
Face 4750 3178 2381 2417
Face 4751 1918 2418 336
Face 4752 1918 1399 3568
Face 4753 2941 2419 1440
Face 4754 2941 1038 3409
Face 4755 1509 2420 598
Face 4756 4355 1106 3838
Face 4757 994 2421 2657
Face 4758 994 3158 2421
Face 4759 3968 2422 819
Face 4760 392 3309 4395
Face 4761 1014 2423 271
Face 4762 1014 2974 2423
Face 4763 1537 3712 4573
Face 4764 1537 4943 3712
Face 4765 301 3556 4951
Face 4766 301 1147 2425
Face 4767 684 2426 3591
Face 4768 684 344 2426
Face 4769 63 2427 4528
Face 4770 63 1414 2427
Face 4771 3673 2428 640
Face 4772 465 4095 2428
Face 4773 4241 2429 1672
Face 4774 1358 2853 3484
Face 4775 748 4082 3563
Face 4776 748 1287 2430
Face 4777 4511 2431 2228
Face 4778 4511 3909 2431
Face 4779 659 2432 1412
Face 4780 622 2433 3326
Face 4781 622 3870 2433
Face 4782 1066 2434 1525
Face 4783 3647 195 2434
Face 4784 4498 2435 1927
Face 4785 223 4375 2435
Face 4786 4280 2436 158
Face 4787 1567 4325 2436
Face 4788 627 2437 3360
Face 4789 627 4345 2437
Face 4790 626 4283 1781
Face 4791 626 3202 2438
Face 4792 1357 2439 997
Face 4793 1357 1136 2439
Face 4794 570 2440 3557
Face 4795 570 4518 2440
Face 4796 3264 2441 1038
Face 4797 483 2306 2441
Face 4798 4969 2442 2788
Face 4799 3566 1254 2442
Face 4800 814 3305 4730
Face 4801 814 3629 2443
Face 4802 1510 3627 990
Face 4803 1510 1131 2444
Face 4804 1619 2445 1972
Face 4805 3910 3394 2445
Face 4806 253 2446 2341
Face 4807 253 4626 2446
Face 4808 245 2447 3118
Face 4809 4322 3003 2447
Face 4810 836 2448 5053
Face 4811 4913 383 2448
Face 4812 1375 2449 716
Face 4813 1375 3363 2449
Face 4814 3263 2450 4158
Face 4815 3263 2655 2450
Face 4816 5 2451 4071
Face 4817 1030 2452 2368
Face 4818 5054 2053 2452
Face 4819 4235 2453 1488
Face 4820 17 1047 2453
Face 4821 4844 2454 2736
Face 4822 3543 4357 2454
Face 4823 1904 4489 2844
Face 4824 1904 2796 4889
Face 4825 4538 2456 1618
Face 4826 4538 75 2456
Face 4827 3546 2457 1632
Face 4828 3546 1800 2457
Face 4829 1008 2458 2018
Face 4830 1008 259 2458
Face 4831 1647 2459 1749
Face 4832 1647 781 2459
Face 4833 4605 2460 251
Face 4834 1485 89 2460
Face 4835 246 2461 4467
Face 4836 4768 932 3510
Face 4837 525 2462 3377
Face 4838 525 4396 2462
Face 4839 1089 4839 2030
Face 4840 1089 758 2463
Face 4841 1504 2464 239
Face 4842 1504 3868 2464
Face 4843 2081 2465 4001
Face 4844 2081 1738 2465
Face 4845 1330 2466 4975
Face 4846 1330 4925 2466
Face 4847 1144 3686 1653
Face 4848 4789 80 2467
Face 4849 3554 2468 298
Face 4850 52 1615 2468
Face 4851 945 3571 4218
Face 4852 945 512 2469
Face 4853 535 2470 4743
Face 4854 535 204 3805
Face 4855 3761 2471 926
Face 4856 22 1248 2471
Face 4857 1225 2472 159
Face 4858 1225 4124 2472
Face 4859 49 2473 4731
Face 4860 49 3617 2473
Face 4861 884 4664 3704
Face 4862 884 3209 4664
Face 4863 768 2475 4564
Face 4864 768 1814 2475
Face 4865 756 2476 3679
Face 4866 756 1217 2476
Face 4867 1850 2477 1448
Face 4868 4634 2629 2477
Face 4869 356 2478 2125
Face 4870 356 4520 2478
Face 4871 130 2479 3611
Face 4872 130 2900 2479
Face 4873 979 2480 1552
Face 4874 979 2925 2480
Face 4875 1287 2481 3818
Face 4876 1287 5010 2481
Face 4877 489 2482 1485
Face 4878 489 3969 2482
Face 4879 771 2483 2095
Face 4880 771 1579 2483
Face 4881 965 2484 3492
Face 4882 4236 2970 2484
Face 4883 551 2485 3678
Face 4884 551 1258 2485
Face 4885 537 2486 2402
Face 4886 5013 2954 2486
Face 4887 617 2487 2975
Face 4888 617 2757 2487
Face 4889 4615 2488 2956
Face 4890 3466 856 2488
Face 4891 3075 2489 4450
Face 4892 635 4562 2489
Face 4893 495 2490 3851
Face 4894 4873 730 2490
Face 4895 784 2491 1299
Face 4896 784 4336 2491
Face 4897 4893 2492 3871
Face 4898 485 4052 2492
Face 4899 1658 2493 2222
Face 4900 1658 3609 2493
Face 4901 707 4504 230
Face 4902 707 3757 4504
Face 4903 558 2495 2058
Face 4904 558 4514 3300
Face 4905 3581 3981 4414
Face 4906 61 3332 3981
Face 4907 640 4843 1751
Face 4908 640 1469 2497
Face 4909 1919 2498 36
Face 4910 1919 3651 2498
Face 4911 3704 2499 884
Face 4912 4275 1322 2499
Face 4913 1118 2919 469
Face 4914 1118 3827 2500
Face 4915 364 2501 3222
Face 4916 364 4749 2501
Face 4917 4725 4059 592
Face 4918 241 1422 2502
Face 4919 813 2503 3935
Face 4920 3533 1293 2503
Face 4921 1271 2504 3126
Face 4922 1271 1554 2504
Face 4923 306 2505 4542
Face 4924 306 762 2505
Face 4925 2983 2506 2347
Face 4926 981 85 2506
Face 4927 1513 2507 3787
Face 4928 1513 4553 2507
Face 4929 1437 2508 3536
Face 4930 1437 930 2508
Face 4931 904 4461 2017
Face 4932 904 3318 2509
Face 4933 782 3464 1055
Face 4934 4437 1075 2510
Face 4935 1565 2511 5015
Face 4936 1565 140 2511
Face 4937 1650 4258 2955
Face 4938 4722 124 2512
Face 4939 589 2513 1924
Face 4940 589 4828 2513
Face 4941 1290 2514 2050
Face 4942 1290 3161 2514
Face 4943 1250 2515 2650
Face 4944 1250 3663 2515
Face 4945 1896 2516 3815
Face 4946 4366 407 2516
Face 4947 38 2517 1178
Face 4948 38 2245 2517
Face 4949 368 2518 4911
Face 4950 3642 1952 2518
Face 4951 580 2519 4323
Face 4952 580 1238 2519
Face 4953 2265 2520 29
Face 4954 2265 1418 2520
Face 4955 221 2521 1109
Face 4956 221 2688 2521
Face 4957 3762 2522 1516
Face 4958 3762 3954 2522
Face 4959 584 2523 3824
Face 4960 584 1877 4249
Face 4961 3296 3951 822
Face 4962 3290 2525 1360
Face 4963 4619 1960 2525
Face 4964 452 2526 1024
Face 4965 452 4550 2526
Face 4966 45 2527 2187
Face 4967 5024 3775 2527
Face 4968 757 2528 1267
Face 4969 757 2065 4030
Face 4970 1216 2529 3472
Face 4971 4849 3498 2529
Face 4972 1367 4137 4820
Face 4973 1367 3716 4137
Face 4974 4739 3842 686
Face 4975 1630 2604 3433
Face 4976 1362 2532 3839
Face 4977 1362 4304 2532
Face 4978 1263 2533 4793
Face 4979 1648 2534 3503
Face 4980 1648 3145 2534
Face 4981 3041 2535 3743
Face 4982 2044 1378 3901
Face 4983 3808 2536 2836
Face 4984 16 2443 2536
Face 4985 522 2537 1053
Face 4986 3412 3847 2537
Face 4987 2934 2538 3889
Face 4988 2934 2114 2538
Face 4989 444 2539 3739
Face 4990 444 4265 2539
Face 4991 818 2540 4708
Face 4992 818 4384 2540
Face 4993 1192 2541 2128
Face 4994 1192 4248 2541
Face 4995 186 3393 3843
Face 4996 186 2121 2542
Face 4997 154 2543 4178
Face 4998 154 1380 2543
Face 4999 3698 2544 4055
Face 5000 3698 1929 2544
Face 5001 2086 2545 1820
Face 5002 2086 337 2545
Face 5003 1387 2546 4380
Face 5004 1387 3078 2546
Face 5005 1723 2547 864
Face 5006 1723 3021 2547
Face 5007 196 3720 1160
Face 5008 196 2944 3720
Face 5009 1934 2549 234
Face 5010 1934 4227 2549
Face 5011 595 2550 3971
Face 5012 595 1763 2550
Face 5013 341 2551 3377
Face 5014 341 4558 2551
Face 5015 394 4237 4539
Face 5016 394 1708 4348
Face 5017 698 2553 2021
Face 5018 698 177 2553
Face 5019 94 4649 1884
Face 5020 94 2548 2554
Face 5021 806 5035 1864
Face 5022 806 3769 5035
Face 5023 4729 2556 556
Face 5024 4729 3506 2556
Face 5025 1844 2557 3261
Face 5026 1844 4343 2557
Face 5027 1052 2558 3853
Face 5028 1052 2100 2558
Face 5029 371 2559 3883
Face 5030 371 1025 4501
Face 5031 1518 2560 3008
Face 5032 3468 1835 2560
Face 5033 42 4054 4933
Face 5034 2902 1680 2561
Face 5035 747 2562 4346
Face 5036 747 633 4812
Face 5037 3253 2563 4657
Face 5038 780 2352 4683
Face 5039 1350 5005 44
Face 5040 1350 2741 4242
Face 5041 1700 2565 4785
Face 5042 1700 3689 2565
Face 5043 2774 2566 143
Face 5044 2774 1670 2566
Face 5045 345 2567 3449
Face 5046 345 3177 2567
Face 5047 629 3256 4709
Face 5048 629 4697 2568
Face 5049 709 2569 3080
Face 5050 4992 507 2569
Face 5051 89 2570 2460
Face 5052 89 2675 3899
Face 5053 1188 2571 461
Face 5054 3288 1939 3860
Face 5055 1106 2572 41
Face 5056 1106 4355 2572
Face 5057 283 2573 1520
Face 5058 283 4312 2573
Face 5059 848 2574 329
Face 5060 848 117 2574
Face 5061 348 2575 3079
Face 5062 4078 2398 2575
Face 5063 5001 2576 67
Face 5064 477 3592 3093
Face 5065 4419 2577 2416
Face 5066 4419 1628 2577
Face 5067 1668 4957 140
Face 5068 1668 775 2578
Face 5069 303 2579 4555
Face 5070 3731 1765 2579
Face 5071 1307 2580 2450
Face 5072 1307 2166 2580
Face 5073 825 2581 4347
Face 5074 3956 1383 5052
Face 5075 278 2582 1879
Face 5076 278 1571 4409
Face 5077 138 2583 4823
Face 5078 138 3513 2583
Face 5079 347 2584 1441
Face 5080 347 818 3186
Face 5081 1083 2585 3035
Face 5082 4369 644 3653
Face 5083 389 2586 1084
Face 5084 389 1223 2586
Face 5085 4298 2587 1202
Face 5086 4298 240 2587
Face 5087 1237 4480 269
Face 5088 1237 608 2588
Face 5089 750 2589 3713
Face 5090 4618 165 4733
Face 5091 163 2590 4959
Face 5092 3242 1779 2590
Face 5093 552 4949 1183
Face 5094 552 61 2591
Face 5095 1373 2592 2213
Face 5096 1373 3523 2592
Face 5097 54 3599 1244
Face 5098 3162 568 2593
Face 5099 464 4894 1634
Face 5100 464 1268 2594
Face 5101 75 2595 2456
Face 5102 75 3801 2595
Face 5103 663 2596 126
Face 5104 663 56 2596
Face 5105 1632 4862 1927
Face 5106 1632 4841 4862
Face 5107 1459 2598 3721
Face 5108 1459 4226 2598
Face 5109 3251 2599 1888
Face 5110 4589 467 3733
Face 5111 3998 4416 2246
Face 5112 3998 3760 4416
Face 5113 425 2601 1431
Face 5114 425 4192 2601
Face 5115 1721 3004 1560
Face 5116 1721 330 4952
Face 5117 1132 2603 285
Face 5118 1132 1872 2603
Face 5119 1476 2604 861
Face 5120 1476 3433 2604
Face 5121 1706 2605 201
Face 5122 1706 3046 2605
Face 5123 35 2606 1080
Face 5124 35 4041 2606
Face 5125 1713 2607 2389
Face 5126 1713 1303 2607
Face 5127 5032 2608 3096
Face 5128 297 830 2608
Face 5129 1201 2609 3499
Face 5130 1201 676 2609
Face 5131 674 2610 1204
Face 5132 674 3805 2610
Face 5133 3726 2611 1334
Face 5134 404 2016 3660
Face 5135 4106 2612 1413
Face 5136 4106 1582 2612
Face 5137 1511 2613 2973
Face 5138 1511 3911 2613
Face 5139 372 2614 4256
Face 5140 372 3770 2614
Face 5141 1736 2615 1107
Face 5142 1736 4725 2615
Face 5143 2842 2616 2387
Face 5144 4205 2258 4850
Face 5145 1460 2617 1395
Face 5146 1460 4942 2617
Face 5147 4072 2618 4964
Face 5148 4072 3087 2618
Face 5149 560 2619 895
Face 5150 560 3273 2619
Face 5151 135 2620 428
Face 5152 4057 2894 2620
Face 5153 4289 2621 1918
Face 5154 1027 3599 2621
Face 5155 1825 2622 4745
Face 5156 2942 1992 2622
Face 5157 1171 2623 1851
Face 5158 1171 2336 2623
Face 5159 339 2940 3124
Face 5160 4099 104 2940
Face 5161 4989 2625 2566
Face 5162 4989 4781 2625
Face 5163 1260 2626 2805
Face 5164 3794 864 2626
Face 5165 273 2627 3982
Face 5166 273 2963 2627
Face 5167 1522 2628 1215
Face 5168 1522 4415 2628
Face 5169 760 2629 4634
Face 5170 760 884 2629
Face 5171 1235 4748 3637
Face 5172 1235 3229 4748
Face 5173 2892 2631 3985
Face 5174 450 940 2631
Face 5175 1193 2632 308
Face 5176 1193 26 2632
Face 5177 1004 2633 2342
Face 5178 1004 4039 3527
Face 5179 2101 2634 4547
Face 5180 1461 2635 4621
Face 5181 1461 451 2635
Face 5182 1113 2636 4341
Face 5183 1113 1691 2636
Face 5184 1464 2637 2393
Face 5185 1464 532 2637
Face 5186 2010 2638 152
Face 5187 4697 3898 2638
Face 5188 1909 2639 190
Face 5189 1909 3270 2639
Face 5190 548 3450 3116
Face 5191 548 869 3450
Face 5192 3817 4439 1985
Face 5193 1405 1114 2641
Face 5194 1026 2642 2839
Face 5195 1026 2267 4050
Face 5196 1447 2643 2248
Face 5197 1447 928 2643
Face 5198 776 5046 1573
Face 5199 4178 3309 5046
Face 5200 3278 2645 4680
Face 5201 4267 1511 2973
Face 5202 3610 4492 3966
Face 5203 1253 601 2646
Face 5204 1284 2647 717
Face 5205 4747 160 2647
Face 5206 3481 2648 1381
Face 5207 1831 3960 2648
Face 5208 4081 2649 460
Face 5209 1667 2905 2649
Face 5210 3375 2650 2110
Face 5211 3375 3802 2650
Face 5212 3395 2651 833
Face 5213 1183 1000 2651
Face 5214 1211 2652 1698
Face 5215 1211 400 2652
Face 5216 1797 2653 860
Face 5217 1797 2614 2653
Face 5218 1948 2654 1041
Face 5219 1948 3666 2654
Face 5220 4163 2655 735
Face 5221 4163 2450 2655
Face 5222 5015 2656 3537
Face 5223 3541 858 2656
Face 5224 3911 4008 759
Face 5225 1804 994 2657
Face 5226 1754 2658 4832
Face 5227 1754 1368 2658
Face 5228 401 2659 4300
Face 5229 401 1351 2659
Face 5230 4816 2660 3379
Face 5231 4816 1320 2660
Face 5232 122 2661 3279
Face 5233 122 2281 2661
Face 5234 1808 2662 3975
Face 5235 1808 3117 2662
Face 5236 547 2663 4566
Face 5237 3447 2094 2663
Face 5238 4331 2664 4755
Face 5239 600 3029 2664
Face 5240 128 2665 4511
Face 5241 128 4836 4122
Face 5242 1036 2666 228
Face 5243 1036 4582 2666
Face 5244 48 2667 4411
Face 5245 48 323 2667
Face 5246 631 2668 235
Face 5247 3354 4499 2668
Face 5248 1973 2669 4343
Face 5249 1973 421 2669
Face 5250 351 4379 1532
Face 5251 351 1892 4379
Face 5252 623 4295 4965
Face 5253 623 3446 2671
Face 5254 766 2672 1363
Face 5255 766 3578 2672
Face 5256 899 2673 405
Face 5257 899 2379 2673
Face 5258 624 4512 4864
Face 5259 624 3807 2674
Face 5260 1277 2675 3382
Face 5261 1277 1154 2675
Face 5262 793 2676 3948
Face 5263 793 4531 2676
Face 5264 1523 2677 3184
Face 5265 1523 3113 3763
Face 5266 1019 2678 4474
Face 5267 1019 1507 2678
Face 5268 725 2679 3972
Face 5269 725 2005 2679
Face 5270 1855 2680 739
Face 5271 3822 1710 2680
Face 5272 2154 2681 1302
Face 5273 2154 1519 2681
Face 5274 1417 4590 285
Face 5275 1417 3270 4590
Face 5276 391 2683 118
Face 5277 391 4103 4914
Face 5278 307 3983 1353
Face 5279 3293 800 2684
Face 5280 3819 2685 4586
Face 5281 3819 537 2685
Face 5282 1791 2686 1112
Face 5283 4245 4314 2686
Face 5284 295 3480 4353
Face 5285 295 4255 2687
Face 5286 1633 4921 2995
Face 5287 1633 4094 4921
Face 5288 726 4213 1946
Face 5289 726 1595 2689
Face 5290 1143 2690 3806
Face 5291 1143 2157 2690
Face 5292 3367 3953 2359
Face 5293 827 2127 2691
Face 5294 701 2692 1562
Face 5295 701 3910 2692
Face 5296 4666 2693 1221
Face 5297 762 306 2693
Face 5298 1810 2694 903
Face 5299 1810 4235 2694
Face 5300 4932 2695 3475
Face 5301 947 1264 4333
Face 5302 3896 4378 2997
Face 5303 3896 4942 2696
Face 5304 3392 2697 1869
Face 5305 3392 1818 2697
Face 5306 2962 2698 949
Face 5307 99 1753 2698
Face 5308 919 4102 2122
Face 5309 4745 137 2699
Face 5310 50 3876 3027
Face 5311 50 4680 3876
Face 5312 1408 2701 3951
Face 5313 4263 3544 100
Face 5314 1637 3612 2702
Face 5315 853 2703 3226
Face 5316 853 1386 2703
Face 5317 4334 4234 2176
Face 5318 30 1745 3314
Face 5319 1120 2705 1694
Face 5320 4013 1264 3594
Face 5321 4505 2706 1328
Face 5322 4505 1457 3491
Face 5323 752 2707 2992
Face 5324 4418 1905 4198
Face 5325 1847 2708 171
Face 5326 1847 1466 2708
Face 5327 1466 4428 5025
Face 5328 1466 4995 4428
Face 5329 379 2710 1750
Face 5330 379 4578 2710
Face 5331 543 2711 2523
Face 5332 543 3653 2711
Face 5333 330 2712 1298
Face 5334 330 1721 2712
Face 5335 973 4189 2154
Face 5336 973 2656 2713
Face 5337 72 2714 4535
Face 5338 72 2586 2714
Face 5339 387 2715 1508
Face 5340 387 2185 2715
Face 5341 3452 4138 364
Face 5342 993 1794 2716
Face 5343 19 2717 1980
Face 5344 19 4152 2717
Face 5345 573 2718 393
Face 5346 573 3481 2718
Face 5347 3513 2719 2000
Face 5348 1355 916 2719
Face 5349 1165 2720 2672
Face 5350 4070 3570 2720
Face 5351 840 4866 566
Face 5352 840 3422 2721
Face 5353 520 2722 4284
Face 5354 520 3100 2722
Face 5355 4268 2723 1752
Face 5356 3205 2045 2723
Face 5357 101 2724 1230
Face 5358 101 1090 2724
Face 5359 1545 4978 664
Face 5360 1545 3708 2725
Face 5361 1768 2726 1361
Face 5362 1768 602 4806
Face 5363 1455 2727 2252
Face 5364 1455 4079 2727
Face 5365 641 2728 1923
Face 5366 4084 1634 2728
Face 5367 358 2729 1062
Face 5368 358 3834 2729
Face 5369 3767 2730 2464
Face 5370 109 4882 2730
Face 5371 1871 2731 4229
Face 5372 1871 2512 2731
Face 5373 1697 4535 4402
Face 5374 1697 72 4535
Face 5375 1652 2733 3081
Face 5376 4372 328 4006
Face 5377 340 4718 1483
Face 5378 340 4506 2734
Face 5379 142 3561 2001
Face 5380 142 4901 2735
Face 5381 1957 2736 2454
Face 5382 1957 2907 2736
Face 5383 2738 2737 2697
Face 5384 1818 2738 2697
Face 5385 647 2739 4510
Face 5386 3442 2005 2739
Face 5387 1274 2740 4974
Face 5388 1274 378 2740
Face 5389 408 2741 686
Face 5390 408 3799 2741
Face 5391 1041 2742 3674
Face 5392 1041 2654 2742
Face 5393 426 2743 1456
Face 5394 426 4575 2743
Face 5395 4312 2744 2573
Face 5396 66 1528 2744
Face 5397 727 2745 4691
Face 5398 727 2660 4047
Face 5399 583 2746 2219
Face 5400 583 2060 2746
Face 5401 1613 2747 4855
Face 5402 4518 1259 2747
Face 5403 695 2748 4253
Face 5404 695 3905 2748
Face 5405 110 2749 1002
Face 5406 110 2370 4088
Face 5407 1056 2750 1437
Face 5408 1056 3977 2750
Face 5409 4693 4731 1945
Face 5410 713 3841 2751
Face 5411 1708 2752 3709
Face 5412 1708 394 2752
Face 5413 604 2753 1812
Face 5414 604 4679 2753
Face 5415 1142 2754 4044
Face 5416 1142 2183 2754
Face 5417 715 2755 322
Face 5418 715 4440 2755
Face 5419 1699 2756 2169
Face 5420 1699 4449 2756
Face 5421 1110 2757 617
Face 5422 1110 2345 2757
Face 5423 271 4705 1014
Face 5424 271 4286 4705
Face 5425 1297 2759 4184
Face 5426 5041 1679 2759
Face 5427 3695 2760 1803
Face 5428 390 4640 2760
Face 5429 4465 2761 939
Face 5430 479 4382 2761
Face 5431 523 2762 2324
Face 5432 523 3430 2762
Face 5433 439 2763 913
Face 5434 439 2171 2763
Face 5435 1248 2764 2471
Face 5436 3723 1727 4799
Face 5437 610 4468 1852
Face 5438 610 2444 4468
Face 5439 4577 3826 1539
Face 5440 344 684 2766
Face 5441 1 2767 723
Face 5442 4460 5012 2767
Face 5443 836 4913 2448
Face 5444 836 4784 4913
Face 5445 1328 2769 1694
Face 5446 1328 480 4529
Face 5447 1628 2770 4624
Face 5448 1628 4419 2770
Face 5449 4422 2771 3455
Face 5450 1748 2595 3801
Face 5451 630 2772 4027
Face 5452 630 4579 2772
Face 5453 1240 4650 2042
Face 5454 1240 40 4650
Face 5455 1926 2774 143
Face 5456 4681 1098 2774
Face 5457 4297 3528 1691
Face 5458 835 2776 1931
Face 5459 835 473 5047
Face 5460 1279 4132 129
Face 5461 3669 2241 2777
Face 5462 1614 4922 161
Face 5463 1614 3552 4922
Face 5464 686 4764 408
Face 5465 686 3842 2779
Face 5466 4598 2780 3182
Face 5467 4598 618 2780
Face 5468 3179 2781 4543
Face 5469 3179 2969 2781
Face 5470 808 2782 4713
Face 5471 808 562 2782
Face 5472 4836 2783 4122
Face 5473 882 3122 2783
Face 5474 1062 2784 2350
Face 5475 1062 4842 2784
Face 5476 225 2785 2637
Face 5477 5065 3932 2785
Face 5478 4981 2786 2123
Face 5479 4981 361 2786
Face 5480 773 4004 1311
Face 5481 773 4787 4004
Face 5482 459 2788 4228
Face 5483 459 1341 2788
Face 5484 505 4177 2038
Face 5485 505 3408 5031
Face 5486 1975 4774 883
Face 5487 1975 3978 4774
Face 5488 2127 2791 270
Face 5489 2127 1669 2791
Face 5490 688 2792 4654
Face 5491 4864 4512 2792
Face 5492 1684 2793 3535
Face 5493 1684 880 2793
Face 5494 1217 4613 2476
Face 5495 1217 158 3587
Face 5496 3954 5040 2522
Face 5497 291 3069 2795
Face 5498 4477 2796 983
Face 5499 678 4889 2796
Face 5500 1383 2797 5052
Face 5501 4022 2320 2797
Face 5502 564 2798 1500
Face 5503 564 315 2798
Face 5504 357 2799 1242
Face 5505 357 1997 2799
Face 5506 301 2800 1147
Face 5507 301 3135 2800
Face 5508 1097 2801 3683
Face 5509 1097 2430 2801
Face 5510 4361 2802 3534
Face 5511 620 4116 2802
Face 5512 3824 2803 2208
Face 5513 890 4285 2803
Face 5514 302 2804 1537
Face 5515 302 837 2804
Face 5516 1204 2805 4859
Face 5517 1204 1260 2805
Face 5518 553 2806 1816
Face 5519 553 4821 2806
Face 5520 1608 2807 267
Face 5521 1608 1046 2807
Face 5522 1453 2808 3894
Face 5523 1453 2240 2808
Face 5524 407 3681 2516
Face 5525 407 2297 3681
Face 5526 473 2810 298
Face 5527 473 2558 2810
Face 5528 1325 2811 3837
Face 5529 3474 896 2811
Face 5530 1589 2812 2276
Face 5531 1589 4611 2812
Face 5532 670 2813 1474
Face 5533 670 2098 2813
Face 5534 1772 2814 1505
Face 5535 1772 4917 2814
Face 5536 575 2815 2696
Face 5537 575 105 4186
Face 5538 5038 2816 3319
Face 5539 5038 4000 2816
Face 5540 958 2817 1967
Face 5541 958 1327 2817
Face 5542 1463 4759 2193
Face 5543 1463 641 2818
Face 5544 858 2819 2656
Face 5545 858 2033 2819
Face 5546 868 2820 2491
Face 5547 868 4498 2820
Face 5548 1801 2821 4250
Face 5549 1801 3742 2821
Face 5550 972 4015 1292
Face 5551 972 2239 4015
Face 5552 1071 2823 4967
Face 5553 1071 4790 2823
Face 5554 1190 2824 3230
Face 5555 1190 2639 2824
Face 5556 4140 2825 4069
Face 5557 974 346 2825
Face 5558 2076 2826 1657
Face 5559 2076 3282 2826
Face 5560 4455 2827 4093
Face 5561 4455 1979 2827
Face 5562 3327 2828 2080
Face 5563 277 1476 2828
Face 5564 1677 4185 3691
Face 5565 1677 513 4185
Face 5566 800 2830 482
Face 5567 800 3293 2830
Face 5568 3046 2831 2126
Face 5569 1079 1730 2831
Face 5570 1037 2832 2260
Face 5571 1037 1300 2832
Face 5572 1579 2833 2483
Face 5573 1579 4237 2833
Face 5574 946 2834 4563
Face 5575 946 2042 2834
Face 5576 789 2835 1470
Face 5577 789 141 2835
Face 5578 1766 2836 1955
Face 5579 1766 3808 2836
Face 5580 759 2837 3460
Face 5581 759 4008 2837
Face 5582 1000 2838 3888
Face 5583 1000 4949 2838
Face 5584 1356 2839 60
Face 5585 1356 1026 2839
Face 5586 1057 2840 1949
Face 5587 1057 629 2840
Face 5588 1984 2841 334
Face 5589 1984 4128 2841
Face 5590 1148 2842 2387
Face 5591 1148 1564 2842
Face 5592 1809 3396 885
Face 5593 1809 4914 2843
Face 5594 208 2844 4089
Face 5595 208 1904 2844
Face 5596 119 2845 3702
Face 5597 119 4587 2845
Face 5598 310 2846 4513
Face 5599 3173 1854 3959
Face 5600 2162 2847 3149
Face 5601 2162 1283 2847
Face 5602 454 2848 2184
Face 5603 3774 2178 2848
Face 5604 556 2849 2676
Face 5605 556 2556 3912
Face 5606 4497 2850 2286
Face 5607 286 812 2850
Face 5608 178 2851 4950
Face 5609 178 1462 2851
Face 5610 3391 4167 1031
Face 5611 3391 2097 2852
Face 5612 588 2853 1724
Face 5613 588 3484 2853
Face 5614 3248 2854 1555
Face 5615 799 2855 1498
Face 5616 799 4761 2855
Face 5617 1185 2856 1331
Face 5618 1185 2809 2856
Face 5619 437 2857 2148
Face 5620 437 3096 2857
Face 5621 1584 4749 364
Face 5622 1584 4681 2858
Face 5623 3684 2859 3473
Face 5624 3684 4971 2859
Face 5625 4522 2860 2188
Face 5626 4522 1092 2860
Face 5627 2212 2861 1187
Face 5628 862 2862 561
Face 5629 862 4636 2862
Face 5630 1872 2863 673
Face 5631 1872 1132 2863
Face 5632 4690 2864 4120
Face 5633 4690 2544 2864
Face 5634 299 4342 994
Face 5635 299 4048 4342
Face 5636 1618 2866 4017
Face 5637 1618 4552 2866
Face 5638 1870 2867 199
Face 5639 1870 292 2867
Face 5640 292 4818 2867
Face 5641 292 3106 4818
Face 5642 1587 2869 1789
Face 5643 1587 27 2869
Face 5644 4931 2870 325
Face 5645 1603 832 2870
Face 5646 1058 4822 1890
Face 5647 1058 3519 2871
Face 5648 3866 2872 4662
Face 5649 3866 3212 2872
Face 5650 1242 2873 3688
Face 5651 1242 741 4645
Face 5652 995 4410 1488
Face 5653 995 753 2874
Face 5654 3436 2875 4811
Face 5655 859 233 2875
Face 5656 885 2876 3940
Face 5657 885 4011 2876
Face 5658 4771 2877 1740
Face 5659 644 2274 2877
Face 5660 1596 2878 1695
Face 5661 1596 4366 2878
Face 5662 1732 4929 657
Face 5663 4377 1441 2879
Face 5664 2494 2880 4169
Face 5665 2494 3078 2880
Face 5666 4396 2881 2462
Face 5667 4396 1037 2881
Face 5668 3750 2882 1921
Face 5669 3750 4053 2882
Face 5670 1837 2883 4203
Face 5671 1837 3235 2883
Face 5672 1276 2884 2244
Face 5673 1276 4758 2884
Face 5674 261 2885 1016
Face 5675 261 3749 2885
Face 5676 1811 2886 48
Face 5677 1811 413 2886
Face 5678 510 2887 1519
Face 5679 510 987 2887
Face 5680 1063 2888 1656
Face 5681 1063 193 2888
Face 5682 2183 2889 55
Face 5683 2183 1993 2889
Face 5684 513 2890 1514
Face 5685 513 1677 2890
Face 5686 741 2891 4645
Face 5687 741 4980 2891
Face 5688 450 2892 4773
Face 5689 450 2631 2892
Face 5690 794 2893 3736
Face 5691 794 2492 4052
Face 5692 1598 2894 4576
Face 5693 1598 3390 2894
Face 5694 2203 2895 3891
Face 5695 4543 596 2895
Face 5696 176 2896 2086
Face 5697 176 3779 2896
Face 5698 232 2897 2112
Face 5699 232 3909 2897
Face 5700 1515 2898 3180
Face 5701 1515 1844 2898
Face 5702 1600 2899 2255
Face 5703 1600 4500 2899
Face 5704 1073 2900 1550
Face 5705 4567 2479 2900
Face 5706 1001 2901 2440
Face 5707 1001 4608 2901
Face 5708 42 4179 4054
Face 5709 42 1922 4179
Face 5710 562 2903 3973
Face 5711 4073 918 2903
Face 5712 1088 2904 327
Face 5713 1088 4254 2904
Face 5714 530 2905 1667
Face 5715 530 2217 2905
Face 5716 2063 3734 398
Face 5717 2063 565 3734
Face 5718 923 2907 1957
Face 5719 923 4684 2907
Face 5720 1212 2908 1806
Face 5721 1212 2319 2908
Face 5722 697 2909 4221
Face 5723 697 4181 2909
Face 5724 1893 2910 5018
Face 5725 1893 3560 2910
Face 5726 821 2911 570
Face 5727 821 4798 2911
Face 5728 114 2912 2369
Face 5729 114 1546 2912
Face 5730 1345 2913 2051
Face 5731 1345 3478 2913
Face 5732 1401 2914 2409
Face 5733 1401 486 2914
Face 5734 2272 3885 3381
Face 5735 2272 2912 3885
Face 5736 1413 2916 3680
Face 5737 1413 8 2916
Face 5738 319 2917 2160
Face 5739 319 1895 2917
Face 5740 4058 4490 614
Face 5741 1333 3981 2918
Face 5742 2500 2919 1118
Face 5743 2500 3905 2919
Face 5744 169 2920 4215
Face 5745 169 4724 2920
Face 5746 736 2921 193
Face 5747 736 4716 2921
Face 5748 385 4962 683
Face 5749 385 326 2922
Face 5750 4265 2923 2539
Face 5751 179 1237 2923
Face 5752 4595 2924 2547
Face 5753 609 1043 2924
Face 5754 1586 2925 31
Face 5755 4607 2480 2925
Face 5756 1501 4638 127
Face 5757 1501 652 4638
Face 5758 891 2927 4653
Face 5759 891 4515 2927
Face 5760 1366 2928 893
Face 5761 1366 3912 2928
Face 5762 4415 2929 2628
Face 5763 1877 4206 2929
Face 5764 383 2930 2448
Face 5765 383 2135 2930
Face 5766 1281 2931 2270
Face 5767 1281 4797 2931
Face 5768 4310 2932 252
Face 5769 1064 1763 2932
Face 5770 2147 2933 1738
Face 5771 2147 4037 2933
Face 5772 671 2934 3889
Face 5773 671 1977 2934
Face 5774 280 2935 2420
Face 5775 280 2747 3907
Face 5776 718 2936 3683
Face 5777 3428 1323 4581
Face 5778 4648 2937 831
Face 5779 4648 1140 2937
Face 5780 3960 2938 594
Face 5781 2028 4868 2938
Face 5782 4171 2939 4698
Face 5783 4171 1959 2939
Face 5784 2624 2940 1560
Face 5785 2624 3124 2940
Face 5786 651 2941 3102
Face 5787 651 4113 2941
Face 5788 1825 2942 2622
Face 5789 1825 4303 2942
Face 5790 2335 2943 4673
Face 5791 2335 4983 3602
Face 5792 953 2944 2388
Face 5793 953 4628 2944
Face 5794 812 2945 2850
Face 5795 812 3565 2945
Face 5796 1645 4534 5008
Face 5797 1645 1209 2946
Face 5798 272 2947 3677
Face 5799 272 4306 2947
Face 5800 2363 2948 3555
Face 5801 2363 3 2948
Face 5802 4467 2949 4904
Face 5803 529 2590 2949
Face 5804 224 2950 4737
Face 5805 224 2709 2950
Face 5806 549 2951 2107
Face 5807 549 2598 2951
Face 5808 1612 2952 583
Face 5809 1612 4548 2952
Face 5810 3696 2953 2068
Face 5811 1690 3801 2953
Face 5812 1979 2954 5013
Face 5813 1979 3859 4625
Face 5814 1178 2955 1871
Face 5815 1178 3928 2955
Face 5816 2280 2956 2488
Face 5817 2280 1547 2956
Face 5818 304 2957 1874
Face 5819 304 5028 4193
Face 5820 1848 2958 409
Face 5821 1848 3140 4403
Face 5822 4412 2959 3603
Face 5823 863 1773 2959
Face 5824 457 2960 4614
Face 5825 457 4005 2960
Face 5826 131 2961 2980
Face 5827 131 846 2961
Face 5828 99 2962 2058
Face 5829 99 2698 2962
Face 5830 1776 2963 343
Face 5831 1776 2627 2963
Face 5832 877 2964 4090
Face 5833 4975 1947 3789
Face 5834 3797 2965 1444
Face 5835 1681 5023 2965
Face 5836 887 4588 3259
Face 5837 887 1372 4588
Face 5838 1441 2967 2879
Face 5839 1441 2584 2967
Face 5840 2307 2968 1007
Face 5841 2307 455 2968
Face 5842 3085 2969 3179
Face 5843 3085 222 2969
Face 5844 772 2970 2465
Face 5845 772 2484 2970
Face 5846 1133 2971 2033
Face 5847 1133 2024 2971
Face 5848 918 2972 2323
Face 5849 918 4073 2972
Face 5850 4351 2973 2036
Face 5851 2645 4267 2973
Face 5852 67 2974 3438
Face 5853 67 2338 2974
Face 5854 4925 4146 2466
Face 5855 876 1910 2975
Face 5856 841 2976 2264
Face 5857 3908 206 2976
Face 5858 1177 2977 1799
Face 5859 1177 2291 2977
Face 5860 133 2978 2059
Face 5861 133 3564 2978
Face 5862 294 2979 1999
Face 5863 294 1752 2979
Face 5864 1786 2980 2961
Face 5865 1786 581 2980
Face 5866 1127 2981 4153
Face 5867 1127 1614 2981
Face 5868 680 2982 3786
Face 5869 4669 1219 2982
Face 5870 981 2983 2357
Face 5871 981 2506 2983
Face 5872 977 2984 2072
Face 5873 977 1729 2984
Face 5874 264 2985 2140
Face 5875 264 4294 2985
Face 5876 1255 2986 1813
Face 5877 1255 713 2986
Face 5878 58 2987 4060
Face 5879 58 1301 4954
Face 5880 252 2988 2039
Face 5881 252 892 3834
Face 5882 316 2989 3286
Face 5883 3728 3633 2989
Face 5884 1303 2990 2146
Face 5885 1303 950 2990
Face 5886 1553 2991 305
Face 5887 1553 2065 4851
Face 5888 1308 4788 2317
Face 5889 1308 752 2992
Face 5890 4557 2993 3539
Face 5891 4557 534 2993
Face 5892 967 2994 422
Face 5893 967 2448 2994
Face 5894 1302 2995 3537
Face 5895 1302 3649 2995
Face 5896 1750 2996 1115
Face 5897 1750 1843 2996
Face 5898 4802 2997 4320
Face 5899 2299 4665 2997
Face 5900 1635 2998 1108
Face 5901 1635 4143 2998
Face 5902 411 2999 4713
Face 5903 411 4360 2999
Face 5904 1860 3000 3169
Face 5905 1860 546 3000
Face 5906 1386 3672 2703
Face 5907 1386 1941 3001
Face 5908 580 3002 1238
Face 5909 580 2439 4883
Face 5910 866 3003 4322
Face 5911 866 350 3003
Face 5912 2602 3004 1721
Face 5913 2602 3291 3004
Face 5914 1921 3005 3750
Face 5915 1921 612 3005
Face 5916 527 3006 3476
Face 5917 527 4172 3006
Face 5918 1363 3007 766
Face 5919 1363 1948 3007
Face 5920 1053 3008 2560
Face 5921 1053 2537 3008
Face 5922 940 3009 1347
Face 5923 940 3835 3009
Face 5924 336 3010 4289
Face 5925 336 919 3010
Face 5926 3791 3011 1564
Face 5927 3791 4471 3011
Face 5928 4421 3012 1543
Face 5929 174 1409 3012
Face 5930 4915 3013 3502
Face 5931 4915 4389 3013
Face 5932 1970 3014 3258
Face 5933 1970 852 3014
Face 5934 1207 4324 2206
Face 5935 1207 3188 3015
Face 5936 1261 3016 2030
Face 5937 1261 3897 3016
Face 5938 943 3017 2467
Face 5939 943 1490 3017
Face 5940 378 3018 3289
Face 5941 378 1274 3018
Face 5942 806 3019 2189
Face 5943 806 3272 3019
Face 5944 4606 3020 4852
Face 5945 3700 1993 3020
Face 5946 1542 3021 4463
Face 5947 1542 2547 3021
Face 5948 137 3022 1664
Face 5949 137 2622 3643
Face 5950 296 3023 3940
Face 5951 296 2063 3023
Face 5952 667 4112 3384
Face 5953 667 3477 3024
Face 5954 734 3025 2434
Face 5955 3861 2111 3025
Face 5956 2095 3026 647
Face 5957 2095 524 3026
Face 5958 4926 3027 3652
Face 5959 4926 50 3027
Face 5960 1604 4277 4526
Face 5961 1604 1014 4277
Face 5962 4987 4107 578
Face 5963 1711 2664 3029
Face 5964 1234 3030 4132
Face 5965 1234 84 3030
Face 5966 744 4583 2318
Face 5967 744 1197 3031
Face 5968 1977 3032 44
Face 5969 1977 671 3032
Face 5970 1940 3033 1327
Face 5971 1940 3965 3033
Face 5972 907 3034 2441
Face 5973 907 3352 4996
Face 5974 4928 3035 3221
Face 5975 1916 1083 3035
Face 5976 230 3036 3725
Face 5977 230 2174 3036
Face 5978 71 3037 1728
Face 5979 71 1033 3037
Face 5980 650 3038 2208
Face 5981 650 4898 3038
Face 5982 1040 3039 3926
Face 5983 1040 4663 3039
Face 5984 1778 4476 779
Face 5985 1778 433 3040
Face 5986 2044 3041 711
Face 5987 2044 3901 3041
Face 5988 70 3042 2631
Face 5989 70 2375 3042
Face 5990 809 3043 2003
Face 5991 809 1561 4574
Face 5992 190 3044 4536
Face 5993 190 1190 3044
Face 5994 1400 3045 2263
Face 5995 1400 4393 3045
Face 5996 1079 3046 1706
Face 5997 1079 2831 3046
Face 5998 15 4652 4193
Face 5999 15 1046 4652
Face 6000 469 3048 3491
Face 6001 469 2919 4723
Face 6002 2052 5026 510
Face 6003 2052 1925 4315
Face 6004 2094 3050 1414
Face 6005 2094 289 3050
Face 6006 1168 3051 2227
Face 6007 1168 279 4413
Face 6008 3714 3052 464
Face 6009 156 1928 3052
Face 6010 1746 3053 4175
Face 6011 1746 453 3053
Face 6012 482 3054 3742
Face 6013 482 3459 3054
Face 6014 566 3055 4507
Face 6015 566 2088 3055
Face 6016 3986 3056 51
Face 6017 655 5020 3056
Face 6018 92 3057 4009
Face 6019 92 1805 3057
Face 6020 1789 3058 4080
Face 6021 1789 2869 3058
Face 6022 47 3059 4105
Face 6023 47 1802 3059
Face 6024 1753 3060 2698
Face 6025 4248 2386 3060
Face 6026 4230 4168 2051
Face 6027 1231 2015 3061
Face 6028 1631 3062 244
Face 6029 1631 1273 3904
Face 6030 807 3063 1942
Face 6031 807 3462 3063
Face 6032 3927 3064 4311
Face 6033 1562 4788 3064
Face 6034 1086 3764 2009
Face 6035 1086 2353 3065
Face 6036 860 3066 3754
Face 6037 860 4327 3066
Face 6038 4738 4770 1770
Face 6039 1673 1169 3067
Face 6040 643 3068 3152
Face 6041 643 4434 3068
Face 6042 2337 4386 900
Face 6043 2337 2795 4386
Face 6044 115 3070 4597
Face 6045 115 3914 3070
Face 6046 4305 3304 1823
Face 6047 596 3072 1116
Face 6048 596 2781 3072
Face 6049 975 3073 2785
Face 6050 975 3483 3073
Face 6051 149 3074 2055
Face 6052 3891 2895 3074
Face 6053 4273 3075 1442
Face 6054 635 2489 3075
Face 6055 203 3076 4699
Face 6056 203 1966 3076
Face 6057 244 4960 2184
Face 6058 244 1009 3077
Face 6059 4247 3078 2494
Face 6060 4247 536 4888
Face 6061 1173 3079 4111
Face 6062 1173 348 3079
Face 6063 1793 3080 895
Face 6064 1793 709 3080
Face 6065 417 3081 3647
Face 6066 417 1182 3081
Face 6067 874 3082 4572
Face 6068 874 3255 3082
Face 6069 955 3083 93
Face 6070 955 1626 4204
Face 6071 1707 3084 4406
Face 6072 1707 4876 3084
Face 6073 1988 4824 4018
Face 6074 1988 1666 4824
Face 6075 758 3086 3780
Face 6076 4756 2004 3086
Face 6077 2273 3087 804
Face 6078 2273 3660 3087
Face 6079 1179 3088 3454
Face 6080 1179 1920 3088
Face 6081 20 3089 3125
Face 6082 20 1913 3089
Face 6083 767 3090 2264
Face 6084 767 4367 3090
Face 6085 1319 3091 85
Face 6086 1319 2312 3091
Face 6087 751 3092 2226
Face 6088 751 2836 3092
Face 6089 2576 3093 4741
Face 6090 2576 5001 3093
Face 6091 60 4098 2644
Face 6092 60 1911 3094
Face 6093 484 3095 4125
Face 6094 484 2965 3095
Face 6095 1676 3096 437
Face 6096 1676 5032 3096
Face 6097 4041 3097 2606
Face 6098 696 4797 3097
Face 6099 3873 3098 79
Face 6100 1543 854 4970
Face 6101 420 3099 1678
Face 6102 420 2883 3099
Face 6103 1492 3100 520
Face 6104 1492 5059 3100
Face 6105 489 3101 3969
Face 6106 489 1296 3101
Face 6107 1440 3102 2941
Face 6108 1440 4760 3102
Face 6109 4633 3103 2186
Face 6110 4633 1557 3103
Face 6111 4867 3104 913
Face 6112 2008 1210 3104
Face 6113 509 3105 776
Face 6114 509 1959 3105
Face 6115 1508 4139 387
Face 6116 1508 2868 3106
Face 6117 2385 3107 1639
Face 6118 2385 4065 3107
Face 6119 1104 3108 2312
Face 6120 1104 3990 3108
Face 6121 1091 3109 2168
Face 6122 1091 287 3109
Face 6123 2075 3110 256
Face 6124 2075 3191 3110
Face 6125 34 3111 3420
Face 6126 34 1594 3111
Face 6127 2372 3112 508
Face 6128 2372 703 3112
Face 6129 382 3113 1523
Face 6130 382 4881 3113
Face 6131 4027 4678 630
Face 6132 325 2848 3114
Face 6133 1239 3115 3880
Face 6134 1239 1787 3115
Face 6135 2349 3116 4580
Face 6136 2349 1607 3116
Face 6137 677 3117 5037
Face 6138 677 2662 3117
Face 6139 574 3118 1760
Face 6140 574 1824 3118
Face 6141 1393 3119 381
Face 6142 1393 16 3119
Face 6143 452 3120 1396
Face 6144 452 4719 3120
Face 6145 683 3121 385
Face 6146 683 1836 3121
Face 6147 1137 3122 5021
Face 6148 1137 2783 3122
Face 6149 175 3123 3887
Face 6150 4580 4998 3123
Face 6151 901 3124 2624
Face 6152 901 3745 3124
Face 6153 461 3125 3089
Face 6154 461 496 3125
Face 6155 2277 3126 2504
Face 6156 2277 3603 3126
Face 6157 3854 3127 2069
Face 6158 3854 2620 3127
Face 6159 2294 3128 1512
Face 6160 4323 2519 3128
Face 6161 2224 3129 4202
Face 6162 4019 369 3129
Face 6163 1616 3130 4602
Face 6164 4214 5000 3130
Face 6165 1251 3909 232
Face 6166 1251 2982 3131
Face 6167 1763 4438 2550
Face 6168 1763 2405 3132
Face 6169 492 3133 1697
Face 6170 492 1426 3133
Face 6171 2396 3134 897
Face 6172 2396 1377 3952
Face 6173 1859 3135 301
Face 6174 1859 2110 3135
Face 6175 721 3136 4090
Face 6176 721 3319 3136
Face 6177 1376 3137 4907
Face 6178 1376 84 3137
Face 6179 3099 3138 3432
Face 6180 3778 1373 3138
Face 6181 2030 3139 1261
Face 6182 2030 4839 3139
Face 6183 139 3140 4382
Face 6184 139 2958 3140
Face 6185 3835 3141 355
Face 6186 1978 3443 4568
Face 6187 621 3142 5025
Face 6188 621 3544 3142
Face 6189 1519 3143 4356
Face 6190 1519 2887 3143
Face 6191 823 3144 1389
Face 6192 823 524 3144
Face 6193 648 3145 1648
Face 6194 648 26 3145
Face 6195 289 3146 3050
Face 6196 4301 3719 4870
Face 6197 366 3147 2142
Face 6198 366 2382 3147
Face 6199 466 3148 3090
Face 6200 466 779 3148
Face 6201 5032 4195 2847
Face 6202 5032 1676 4195
Face 6203 416 3150 3848
Face 6204 416 4766 3150
Face 6205 1380 3151 1745
Face 6206 1380 154 3151
Face 6207 4370 3152 2361
Face 6208 4370 2085 3152
Face 6209 1310 3153 2401
Face 6210 1310 3848 3153
Face 6211 3974 3154 2247
Face 6212 1224 494 3154
Face 6213 361 4813 2786
Face 6214 361 1575 3155
Face 6215 894 3156 3456
Face 6216 894 4869 3156
Face 6217 1659 3157 3129
Face 6218 1659 1054 3157
Face 6219 242 3158 2865
Face 6220 242 4544 3158
Face 6221 2552 3159 1257
Face 6222 4237 394 4348
Face 6223 275 3160 3661
Face 6224 275 2617 3160
Face 6225 873 3161 1875
Face 6226 873 3747 3161
Face 6227 54 3162 2593
Face 6228 4496 1432 3162
Face 6229 117 3163 2261
Face 6230 117 1281 3163
Face 6231 24 3164 3964
Face 6232 24 3827 3164
Face 6233 2239 3165 1969
Face 6234 3483 4350 3165
Face 6235 236 3166 2251
Face 6236 236 2106 3166
Face 6237 781 3167 2459
Face 6238 781 3711 3167
Face 6239 571 4793 3747
Face 6240 571 4254 3168
Face 6241 1268 3169 761
Face 6242 1268 1860 3169
Face 6243 639 3170 3860
Face 6244 639 1887 4506
Face 6245 1424 3171 3620
Face 6246 1424 2284 3171
Face 6247 1249 3172 1347
Face 6248 4611 1589 3172
Face 6249 310 3173 2846
Face 6250 310 4700 3173
Face 6251 82 3174 3991
Face 6252 82 2725 3174
Face 6253 844 3175 2374
Face 6254 844 5054 3175
Face 6255 168 3176 2248
Face 6256 168 2394 3176
Face 6257 1048 3177 4763
Face 6258 1048 2567 3177
Face 6259 1396 3178 2417
Face 6260 1396 3755 3178
Face 6261 745 4018 3892
Face 6262 745 1988 4018
Face 6263 569 3180 2898
Face 6264 569 3584 3180
Face 6265 2188 3181 4035
Face 6266 2188 2860 3181
Face 6267 1882 3182 2780
Face 6268 1882 871 3773
Face 6269 1429 3183 2407
Face 6270 1429 4972 3183
Face 6271 4109 3184 539
Face 6272 1016 628 3184
Face 6273 29 3185 1031
Face 6274 3931 2043 3185
Face 6275 2584 3186 2175
Face 6276 2584 347 3186
Face 6277 2056 3187 869
Face 6278 2056 1450 3187
Face 6279 4532 3188 1601
Face 6280 1949 851 3188
Face 6281 1215 3189 4707
Face 6282 1215 2628 3189
Face 6283 715 3190 4440
Face 6284 715 1297 3190
Face 6285 377 4045 1685
Face 6286 377 3110 4045
Face 6287 1823 3192 545
Face 6288 1823 3580 3192
Face 6289 111 3193 1164
Face 6290 111 2659 3193
Face 6291 1765 3296 4404
Face 6292 1874 3195 2330
Face 6293 1874 4487 3195
Face 6294 69 3196 2352
Face 6295 69 967 3196
Face 6296 1839 3197 550
Face 6297 4933 2712 4517
Face 6298 1483 3198 687
Face 6299 1483 4718 3198
Face 6300 660 3199 1567
Face 6301 660 3957 3199
Face 6302 4330 3200 2013
Face 6303 931 3201 1686
Face 6304 931 3756 3201
Face 6305 1388 3202 361
Face 6306 1388 161 4040
Face 6307 262 4155 987
Face 6308 4617 1232 3203
Face 6309 4056 3204 144
Face 6310 4056 605 3204
Face 6311 4268 3205 2723
Face 6312 613 1902 3205
Face 6313 143 3206 1926
Face 6314 143 3881 3206
Face 6315 4944 3207 2316
Face 6316 430 4853 3207
Face 6317 1082 3208 4860
Face 6318 4194 3596 3208
Face 6319 760 3209 884
Face 6320 760 4319 3209
Face 6321 2341 3210 565
Face 6322 2341 927 3210
Face 6323 908 3211 1591
Face 6324 908 4654 4847
Face 6325 4154 3212 3866
Face 6326 4154 3467 3212
Face 6327 4181 3213 2915
Face 6328 4181 697 3213
Face 6329 941 3214 4609
Face 6330 941 2176 3214
Face 6331 598 3215 1509
Face 6332 598 3045 3215
Face 6333 1428 3216 4735
Face 6334 1428 2158 3216
Face 6335 213 3217 3108
Face 6336 213 1897 3217
Face 6337 1317 3218 3316
Face 6338 1317 2230 4043
Face 6339 739 3219 1528
Face 6340 739 2336 3219
Face 6341 2088 3220 3055
Face 6342 4708 1022 3220
Face 6343 87 3221 627
Face 6344 87 4928 3221
Face 6345 1072 3222 1224
Face 6346 1072 2214 3222
Face 6347 2393 3223 1464
Face 6348 2393 4658 3223
Face 6349 45 5024 2527
Face 6350 45 2280 3224
Face 6351 1379 3225 2294
Face 6352 1379 229 3225
Face 6353 502 3226 2703
Face 6354 502 3536 3226
Face 6355 2013 4464 4
Face 6356 2013 1702 4464
Face 6357 846 3228 2961
Face 6358 846 3135 3228
Face 6359 2137 3229 1235
Face 6360 2137 2549 4227
Face 6361 18 3230 931
Face 6362 18 3925 3230
Face 6363 4980 3231 1314
Face 6364 2035 2799 3957
Face 6365 4364 3232 1996
Face 6366 1884 3233 94
Face 6367 3752 2345 3233
Face 6368 3241 3234 906
Face 6369 3241 2204 3234
Face 6370 1324 3235 1130
Face 6371 1324 2883 3235
Face 6372 334 3236 4223
Face 6373 334 3645 3236
Face 6374 842 4717 2329
Face 6375 842 4540 3237
Face 6376 2186 3238 64
Face 6377 2186 4598 3238
Face 6378 1166 3239 2292
Face 6379 1166 2034 3239
Face 6380 2160 4825 1336
Face 6381 2160 2917 4825
Face 6382 471 3241 1883
Face 6383 471 2204 3241
Face 6384 163 3242 2590
Face 6385 163 3949 3242
Face 6386 4805 3243 4324
Face 6387 4805 3823 3243
Face 6388 2246 3244 923
Face 6389 2246 4416 3244
Face 6390 1689 3245 3500
Face 6391 1689 141 3245
Face 6392 1296 3246 4095
Face 6393 1296 3732 3246
Face 6394 778 3247 1650
Face 6395 778 2371 3247
Face 6396 902 3248 1555
Face 6397 1005 3249 2864
Face 6398 1005 2136 4023
Face 6399 1258 3250 2251
Face 6400 1258 551 3250
Face 6401 402 3251 1888
Face 6402 402 3434 3251
Face 6403 4646 3252 3103
Face 6404 4646 2197 3252
Face 6405 780 3253 2365
Face 6406 780 2563 3253
Face 6407 1986 3254 2494
Face 6408 1986 3956 3718
Face 6409 4340 3255 874
Face 6410 1409 4529 3255
Face 6411 2568 3256 629
Face 6412 2568 231 3256
Face 6413 687 3257 1483
Face 6414 687 1756 3257
Face 6415 1606 3258 3014
Face 6416 1606 198 3258
Face 6417 274 3259 4588
Face 6418 274 2244 3259
Face 6419 1418 3260 2416
Face 6420 1418 2346 3260
Face 6421 68 3261 4770
Face 6422 68 1844 3261
Face 6423 1299 3262 784
Face 6424 3958 28 3262
Face 6425 652 3263 2301
Face 6426 652 1501 3263
Face 6427 483 3264 2607
Face 6428 483 2441 3264
Face 6429 2208 3265 584
Face 6430 2208 4999 3265
Face 6431 1952 3266 2518
Face 6432 1952 4024 3266
Face 6433 184 3267 3466
Face 6434 3743 487 3267
Face 6435 2093 3268 4846
Face 6436 2093 321 3268
Face 6437 418 3269 2623
Face 6438 418 603 3269
Face 6439 519 3270 1417
Face 6440 519 2639 3270
Face 6441 633 3271 2276
Face 6442 633 747 3271
Face 6443 491 3272 4672
Face 6444 491 3019 3272
Face 6445 2058 3273 99
Face 6446 2058 653 4616
Face 6447 1553 3274 4030
Face 6448 1553 305 3274
Face 6449 1129 3275 1687
Face 6450 1129 2045 3275
Face 6451 1781 3276 982
Face 6452 1781 4283 3276
Face 6453 1226 3277 670
Face 6454 1226 3028 3277
Face 6455 1434 3278 1838
Face 6456 4267 2645 3278
Face 6457 1737 3279 4838
Face 6458 1737 750 3279
Face 6459 512 3280 3141
Face 6460 512 945 3280
Face 6461 1956 3281 915
Face 6462 1956 2344 3281
Face 6463 3933 3282 1075
Face 6464 1275 2826 3282
Face 6465 2392 3283 4897
Face 6466 2392 3793 3283
Face 6467 924 3284 672
Face 6468 924 2613 3284
Face 6469 1592 3285 4292
Face 6470 1592 1399 4569
Face 6471 1164 3286 2989
Face 6472 1164 3193 3286
Face 6473 2235 3287 3670
Face 6474 2235 4332 3287
Face 6475 1188 3288 3860
Face 6476 1188 2234 4924
Face 6477 2182 3289 3018
Face 6478 2182 4127 3289
Face 6479 4619 3290 1360
Face 6480 4619 2525 3290
Face 6481 4105 3291 2169
Face 6482 4105 3004 3291
Face 6483 2200 3323 2750
Face 6484 2200 1853 3323
Face 6485 307 3293 3983
Face 6486 307 1061 3293
Face 6487 520 3294 1438
Face 6488 520 4284 3294
Face 6489 500 3295 1330
Face 6490 500 4328 3295
Face 6491 3194 3296 1765
Face 6492 4432 3297 868
Face 6493 4897 3283 3297
Face 6494 412 3298 2163
Face 6495 412 4637 3298
Face 6496 830 4017 2866
Face 6497 830 297 3299
Face 6498 2495 3300 653
Face 6499 2495 558 3300
Face 6500 507 3301 1246
Face 6501 507 2076 3301
Face 6502 4986 3302 3601
Face 6503 4986 1362 3302
Face 6504 2158 3303 1229
Face 6505 2158 270 3303
Face 6506 3071 3304 4305
Face 6507 2443 3305 814
Face 6508 2443 1761 3305
Face 6509 828 3306 1587
Face 6510 828 2415 3306
Face 6511 1266 3307 1965
Face 6512 2399 3308 3846
Face 6513 2399 1361 3308
Face 6514 1771 3309 4178
Face 6515 1771 4395 3309
Face 6516 1326 3310 3777
Face 6517 1326 624 3310
Face 6518 691 3311 1455
Face 6519 691 1272 3311
Face 6520 1785 3312 4622
Face 6521 5007 1915 3312
Face 6522 320 4385 2555
Face 6523 320 521 3313
Face 6524 2704 3314 590
Face 6525 2704 30 3314
Face 6526 4226 3315 2598
Face 6527 343 2963 3315
Face 6528 1196 3316 3218
Face 6529 1196 2773 3316
Face 6530 811 3317 4151
Face 6531 811 166 3317
Face 6532 1551 3318 904
Face 6533 1551 1180 3318
Face 6534 1900 3319 721
Face 6535 1900 23 3319
Face 6536 2299 3320 4555
Face 6537 2299 2997 4802
Face 6538 1915 3321 4115
Face 6539 1915 4890 3321
Face 6540 3964 3322 24
Face 6541 1402 958 3322
Face 6542 3292 3323 1853
Face 6543 3292 5060 3323
Face 6544 1692 3324 631
Face 6545 1692 879 3324
Face 6546 546 3325 249
Face 6547 546 3052 3325
Face 6548 1913 3326 2433
Face 6549 1913 4246 3326
Face 6550 277 3327 2007
Face 6551 277 2828 3327
Face 6552 2371 3328 3247
Face 6553 2371 1324 3328
Face 6554 1076 3329 2591
Face 6555 1076 2403 3329
Face 6556 524 3330 1191
Face 6557 524 2095 3330
Face 6558 413 3331 3793
Face 6559 413 1811 3331
Face 6560 1294 3332 2362
Face 6561 1294 1701 3332
Face 6562 532 3333 3674
Face 6563 532 4271 3333
Face 6564 305 3334 3274
Face 6565 305 4170 3334
Face 6566 2478 3335 1602
Face 6567 2478 4520 3335
Face 6568 4692 3336 2402
Face 6569 1186 2685 3336
Face 6570 4408 3337 2916
Face 6571 1412 3338 1387
Face 6572 1412 1996 3338
Face 6573 367 3339 3716
Face 6574 4474 2678 3339
Face 6575 883 3340 2570
Face 6576 883 2790 3340
Face 6577 1335 4545 926
Face 6578 1335 4459 4545
Face 6579 606 3342 898
Face 6580 606 1682 3342
Face 6581 238 3343 4253
Face 6582 238 1662 3343
Face 6583 187 3344 3922
Face 6584 187 2143 3344
Face 6585 1021 3345 1747
Face 6586 1021 1533 3345
Face 6587 567 3346 4744
Face 6588 567 3237 3346
Face 6589 1547 3347 2044
Face 6590 1547 4007 3347
Face 6591 925 3348 2952
Face 6592 925 1563 3348
Face 6593 2276 4865 217
Face 6594 2276 3271 3349
Face 6595 4744 3350 567
Face 6596 4744 2549 3350
Face 6597 2366 3351 736
Face 6598 4036 1886 3351
Face 6599 127 3352 2872
Face 6600 127 2926 3352
Face 6601 2378 3353 1045
Face 6602 2378 1599 3353
Face 6603 631 3354 2668
Face 6604 631 1989 3354
Face 6605 12 3355 5055
Face 6606 1593 3356 2316
Face 6607 1593 2097 3356
Face 6608 1544 4541 387
Face 6609 1544 3204 4541
Face 6610 2232 3358 944
Face 6611 2232 2686 3358
Face 6612 714 3359 1951
Face 6613 714 2237 3359
Face 6614 938 5030 2437
Face 6615 938 2831 5030
Face 6616 2458 3361 2018
Face 6617 2458 993 3361
Face 6618 106 3362 4641
Face 6619 106 3870 3362
Face 6620 27 3363 1375
Face 6621 27 625 3363
Face 6622 2166 3364 1880
Face 6623 2166 1307 3364
Face 6624 1227 5018 2910
Face 6625 1227 3195 5018
Face 6626 2315 3366 2250
Face 6627 827 4753 1727
Face 6628 827 3953 4753
Face 6629 1374 3368 4749
Face 6630 1374 910 3368
Face 6631 73 3369 2055
Face 6632 73 3292 3369
Face 6633 1411 3370 2159
Face 6634 1411 4685 3370
Face 6635 1974 3371 1124
Face 6636 1974 3726 3371
Face 6637 1415 3372 2481
Face 6638 1415 4032 3372
Face 6639 1077 3373 2293
Face 6640 1077 1882 3373
Face 6641 2475 3374 4302
Face 6642 2475 1814 3374
Face 6643 214 3375 3785
Face 6644 214 719 3375
Face 6645 590 3376 1427
Face 6646 4899 1906 3376
Face 6647 2097 3377 2551
Face 6648 2097 525 3377
Face 6649 2149 3378 1767
Face 6650 2149 4556 3378
Face 6651 875 3379 4493
Face 6652 875 1981 3379
Face 6653 1017 3380 1917
Face 6654 1017 3209 4319
Face 6655 4565 3381 2257
Face 6656 1119 2272 3381
Face 6657 2081 4940 1738
Face 6658 2081 2275 3382
Face 6659 393 3383 712
Face 6660 393 1586 3383
Face 6661 74 3384 4740
Face 6662 74 921 3384
Face 6663 496 3385 3125
Face 6664 496 4695 3385
Face 6665 4172 3386 3006
Face 6666 4172 2391 3386
Face 6667 1336 3387 4021
Face 6668 1336 3240 3387
Face 6669 1395 3388 1460
Face 6670 1395 4817 3388
Face 6671 1256 3389 3132
Face 6672 1256 2395 3389
Face 6673 276 3390 1598
Face 6674 4309 3127 3390
Face 6675 83 3391 1031
Face 6676 83 2097 3391
Face 6677 4689 3392 3693
Face 6678 4689 2861 3392
Face 6679 2542 4661 186
Face 6680 2542 554 4661
Face 6681 966 3394 3910
Face 6682 966 4319 3394
Face 6683 1183 4879 552
Face 6684 1183 2651 3395
Face 6685 2843 3396 1809
Face 6686 5037 3117 3396
Face 6687 2328 3397 436
Face 6688 2328 4879 3397
Face 6689 1328 3398 480
Face 6690 1328 317 3398
Face 6691 511 3399 1253
Face 6692 511 1114 3399
Face 6693 472 4936 602
Face 6694 472 2764 4936
Face 6695 88 3401 4675
Face 6696 88 2066 3401
Face 6697 90 3402 2505
Face 6698 90 4426 3402
Face 6699 167 3403 1768
Face 6700 167 3852 3403
Face 6701 4012 3404 591
Face 6702 4012 4321 3404
Face 6703 2284 3405 331
Face 6704 2284 680 3405
Face 6705 191 3406 2613
Face 6706 191 1628 4624
Face 6707 577 3407 1220
Face 6708 577 2991 3407
Face 6709 1081 3408 399
Face 6710 1081 5031 3408
Face 6711 2419 3409 313
Face 6712 2419 2941 3409
Face 6713 1155 3410 572
Face 6714 1155 218 3410
Face 6715 263 3411 1491
Face 6716 263 1710 3411
Face 6717 522 3412 2537
Face 6718 522 3738 3412
Face 6719 312 3413 2014
Face 6720 171 3414 969
Face 6721 171 4478 3414
Face 6722 2026 3415 2406
Face 6723 717 3416 2070
Face 6724 717 1976 3416
Face 6725 2346 3417 403
Face 6726 2346 936 3417
Face 6727 895 3418 1793
Face 6728 895 2190 3418
Face 6729 2006 3419 2687
Face 6730 2006 526 3419
Face 6731 1890 3420 3111
Face 6732 1890 4822 3420
Face 6733 1028 3421 4584
Face 6734 1028 313 3421
Face 6735 1507 3422 2134
Face 6736 1507 4696 3422
Face 6737 1298 3423 330
Face 6738 1298 4054 3423
Face 6739 247 3424 2781
Face 6740 3814 2002 3424
Face 6741 1670 3425 594
Face 6742 1670 1098 3425
Face 6743 1672 3426 4241
Face 6744 1672 2659 3426
Face 6745 1560 3427 1721
Face 6746 1560 2940 3427
Face 6747 718 3428 2936
Face 6748 718 3692 3428
Face 6749 455 3429 1181
Face 6750 455 2549 3429
Face 6751 1666 3430 3585
Face 6752 1666 2762 3430
Face 6753 1993 3431 3020
Face 6754 1993 2183 3431
Face 6755 1678 3432 694
Face 6756 1678 3099 3432
Face 6757 2531 3433 1476
Face 6758 3842 1630 3433
Face 6759 1074 3434 4225
Face 6760 1074 3251 3434
Face 6761 91 3435 4213
Face 6762 91 2772 3435
Face 6763 859 3436 2191
Face 6764 859 2875 3436
Face 6765 4355 3437 2572
Face 6766 1509 3215 3437
Face 6767 1604 3438 2974
Face 6768 1604 2221 3438
Face 6769 708 3439 2998
Face 6770 708 112 3439
Face 6771 851 3440 669
Face 6772 4982 3639 3440
Face 6773 2387 3441 3796
Face 6774 2387 1714 4807
Face 6775 647 3442 2739
Face 6776 647 3026 3442
Face 6777 1674 3443 4101
Face 6778 1674 4568 3443
Face 6779 1080 3444 2688
Face 6780 1080 775 3444
Face 6781 1536 3445 3060
Face 6782 1536 2362 3445
Face 6783 1219 3446 2453
Face 6784 4210 2671 3446
Face 6785 547 3447 2663
Face 6786 547 4649 3447
Face 6787 1535 3448 463
Face 6788 1535 2355 3448
Face 6789 557 3449 2567
Face 6790 557 3134 3449
Face 6791 2640 3450 255
Face 6792 2640 3116 3450
Face 6793 44 3451 1350
Face 6794 44 1639 3451
Face 6795 993 3452 3361
Face 6796 993 4138 3452
Face 6797 1283 3453 226
Face 6798 1283 2162 3453
Face 6799 2032 3454 370
Face 6800 2032 1474 3454
Face 6801 183 3455 2771
Face 6802 183 1007 3455
Face 6803 786 3456 4917
Face 6804 786 894 3456
Face 6805 2217 3457 870
Face 6806 2217 530 3457
Face 6807 1985 3458 3983
Face 6808 1985 81 3458
Face 6809 1717 3459 4418
Face 6810 1717 3054 3459
Face 6811 1628 3460 2577
Face 6812 1628 191 3460
Face 6813 172 3461 1665
Face 6814 172 1975 3461
Face 6815 2818 3462 807
Face 6816 2818 641 3462
Face 6817 1438 3463 520
Face 6818 1438 377 3463
Face 6819 2510 3464 4437
Face 6820 2510 599 3464
Face 6821 346 3465 4945
Face 6822 346 3017 3465
Face 6823 711 4615 2956
Face 6824 711 184 4615
Face 6825 735 3467 4374
Face 6826 735 3212 3467
Face 6827 1518 3468 2560
Face 6828 1518 1862 3468
Face 6829 1059 3469 4118
Face 6830 1059 1705 3469
Face 6831 185 3470 1389
Face 6832 185 4231 3470
Face 6833 288 3471 1970
Face 6834 288 4242 3471
Face 6835 1655 3472 754
Face 6836 1655 120 3472
Face 6837 1813 3473 2859
Face 6838 1813 2986 3473
Face 6839 1325 3474 2811
Face 6840 4306 4643 3474
Face 6841 2231 3475 991
Face 6842 2231 4932 3475
Face 6843 1534 3476 3006
Face 6844 1534 32 3476
Face 6845 2027 3477 667
Face 6846 2027 151 3477
Face 6847 839 3478 1345
Face 6848 839 2360 4255
Face 6849 1452 3479 692
Face 6850 1452 4186 3479
Face 6851 2687 3480 295
Face 6852 2687 3419 3480
Face 6853 1831 3481 4166
Face 6854 1831 2648 3481
Face 6855 4993 3482 3364
Face 6856 4993 1105 3482
Face 6857 2239 3483 3165
Face 6858 2239 972 3483
Face 6859 2429 3484 1020
Face 6860 2429 1358 3484
Face 6861 4858 3485 2810
Face 6862 152 2638 3485
Face 6863 126 3486 2651
Face 6864 126 4792 3486
Face 6865 2161 3487 4631
Face 6866 2161 1891 3487
Face 6867 56 3488 2153
Face 6868 56 3167 3488
Face 6869 893 3489 1071
Face 6870 893 2403 3489
Face 6871 2498 3490 1624
Face 6872 2498 3651 3490
Face 6873 2706 3491 3048
Face 6874 2706 4505 3491
Face 6875 509 3492 2939
Face 6876 509 1573 3492
Face 6877 2037 3800 3937
Face 6878 2037 4049 3800
Face 6879 845 3494 1572
Face 6880 845 3261 3494
Face 6881 2175 4623 1175
Face 6882 2175 3186 3495
Face 6883 4044 3496 1487
Face 6884 4044 1899 3496
Face 6885 381 3497 1393
Face 6886 381 3147 3497
Face 6887 2049 3498 3276
Face 6888 2049 2529 3498
Face 6889 2120 3499 390
Face 6890 2120 1961 3499
Face 6891 516 3500 3245
Face 6892 516 1654 3500
Face 6893 212 3501 1173
Face 6894 212 4786 3501
Face 6895 774 3502 3013
Face 6896 774 1476 3502
Face 6897 2007 3503 4261
Face 6898 4561 1648 3503
Face 6899 321 3504 1791
Face 6900 321 810 3504
Face 6901 1644 3505 3069
Face 6902 1644 2618 3505
Face 6903 1700 3506 4485
Face 6904 1700 4785 3506
Face 6905 1220 3507 210
Face 6906 1220 2829 3507
Face 6907 2085 3508 1530
Face 6908 2085 1747 3508
Face 6909 1054 3509 3157
Face 6910 4754 1458 3509
Face 6911 2461 3510 1218
Face 6912 2461 4768 3510
Face 6913 503 3511 2888
Face 6914 503 3084 3511
Face 6915 2701 3829 1857
Face 6916 1355 3513 3727
Face 6917 1355 2719 3513
Face 6918 930 3514 2198
Face 6919 930 596 3514
Face 6920 1752 3515 4268
Face 6921 1752 294 3515
Face 6922 1141 3516 4176
Face 6923 1141 783 3516
Face 6924 1558 3517 454
Face 6925 1558 696 3517
Face 6926 4622 3518 1785
Face 6927 2327 1430 3518
Face 6928 528 3519 728
Face 6929 528 1739 3519
Face 6930 2240 3520 2808
Face 6931 2240 1102 3520
Face 6932 220 3521 1267
Face 6933 220 1398 4365
Face 6934 40 3522 2249
Face 6935 40 1240 3522
Face 6936 363 3523 2040
Face 6937 363 4406 3523
Face 6938 266 3524 2293
Face 6939 266 2652 3524
Face 6940 1538 3525 4350
Face 6941 4531 793 3525
Face 6942 1820 3526 176
Face 6943 4162 1128 3526
Face 6944 2633 3527 4479
Face 6945 2633 1004 3527
Face 6946 2775 3528 4297
Face 6947 218 3529 3979
Face 6948 218 2347 3529
Face 6949 1861 3530 2413
Face 6950 1861 2944 3530
Face 6951 810 4671 2199
Face 6952 810 94 4671
Face 6953 957 3532 2343
Face 6954 957 2215 3532
Face 6955 813 3533 2503
Face 6956 813 1535 3533
Face 6957 2011 3534 2695
Face 6958 2011 79 3534
Face 6959 4546 3535 2793
Face 6960 317 3048 3535
Face 6961 1056 3536 502
Face 6962 1056 1437 3536
Face 6963 973 3537 2656
Face 6964 973 1302 3537
Face 6965 395 3538 2356
Face 6966 395 4620 3538
Face 6967 1605 3539 2819
Face 6968 1605 239 3539
Face 6969 1730 3540 419
Face 6970 1730 286 3540
Face 6971 410 5015 3537
Face 6972 410 1565 5015
Face 6973 4119 3542 1602
Face 6974 716 2449 3542
Face 6975 4131 4844 1722
Face 6976 4131 1105 3543
Face 6977 2702 3544 4263
Face 6978 2702 3142 3544
Face 6979 915 3545 2709
Face 6980 915 3281 3545
Face 6981 960 3546 1632
Face 6982 960 3727 3546
Face 6983 1022 3547 1340
Face 6984 1022 2805 3547
Face 6985 2670 4379 1892
Face 6986 2670 1526 3548
Face 6987 136 3549 2408
Face 6988 136 2230 4973
Face 6989 474 3550 2222
Face 6990 474 1213 3550
Face 6991 1407 3551 3357
Face 6992 1960 4458 2525
Face 6993 1960 730 4458
Face 6994 950 3553 2990
Face 6995 950 1494 3553
Face 6996 52 3554 2322
Face 6997 52 2468 3554
Face 6998 2054 3555 2948
Face 6999 2054 1705 3555
Face 7000 2425 3556 301
Face 7001 2425 486 3556
Face 7002 1665 3557 2901
Face 7003 1665 3461 3557
Face 7004 53 3558 1935
Face 7005 53 1401 3558
Face 7006 362 3559 4168
Face 7007 362 2765 3559
Face 7008 433 3560 839
Face 7009 433 1778 3560
Face 7010 2735 3561 142
Face 7011 2735 1728 3561
Face 7012 424 3562 2048
Face 7013 424 4128 3562
Face 7014 1020 3563 2429
Face 7015 1020 4877 3563
Face 7016 917 3564 133
Face 7017 917 4179 3564
Face 7018 201 3565 1706
Face 7019 201 1834 3565
Face 7020 657 3566 2442
Face 7021 657 4929 3566
Face 7022 1123 3567 4912
Face 7023 1123 3840 3567
Face 7024 2418 3568 1755
Face 7025 2418 1918 3568
Face 7026 3049 3569 3667
Face 7027 5026 2052 4315
Face 7028 1742 3570 670
Face 7029 1742 2720 3570
Face 7030 2469 3571 945
Face 7031 2469 706 3571
Face 7032 1477 3572 1799
Face 7033 1477 579 3572
Face 7034 1701 3573 4490
Face 7035 1701 1536 3573
Face 7036 591 3574 3345
Face 7037 591 2009 3574
Face 7038 463 3575 2542
Face 7039 463 749 3575
Face 7040 891 3576 1435
Face 7041 891 4653 3576
Face 7042 1931 3577 4368
Face 7043 1931 2776 3577
Face 7044 1743 3578 2361
Face 7045 1743 1165 3578
Face 7046 4935 3579 4282
Face 7047 4935 87 3579
Face 7048 1321 3580 1823
Face 7049 1321 4508 3580
Face 7050 61 3581 2591
Face 7051 61 3981 3581
Face 7052 125 3582 2538
Face 7053 125 1777 3582
Face 7054 514 3583 4989
Face 7055 514 4868 3583
Face 7056 258 3584 1790
Face 7057 258 3180 3584
Face 7058 2310 3585 3917
Face 7059 2310 1666 3585
Face 7060 2082 3586 707
Face 7061 2082 1121 3586
Face 7062 2794 3587 1990
Face 7063 2794 1217 3587
Face 7064 1107 3588 2131
Face 7065 1107 2615 3588
Face 7066 1806 3589 1036
Face 7067 1806 475 3589
Face 7068 985 3590 2363
Face 7069 1959 3591 3105
Face 7070 1959 4171 3591
Face 7071 335 3592 1963
Face 7072 335 3934 3592
Face 7073 1470 3593 789
Face 7074 1470 422 3593
Face 7075 2705 3594 4854
Face 7076 2705 1120 3594
Face 7077 1327 4920 1209
Face 7078 1327 3033 3595
Face 7079 337 3596 1820
Face 7080 337 3208 3596
Face 7081 4597 3597 115
Face 7082 1288 4322 3597
Face 7083 2654 3598 2742
Face 7084 2654 829 3598
Face 7085 2593 3599 54
Face 7086 2593 2621 3599
Face 7087 1315 3600 4101
Face 7088 1315 1482 3600
Face 7089 737 3601 3302
Face 7090 4677 1017 3601
Face 7091 2943 3602 1595
Face 7092 2943 2335 3602
Face 7093 2237 3603 2277
Face 7094 2237 1775 3603
Face 7095 1767 4549 1610
Face 7096 1767 3378 3604
Face 7097 2791 3605 1095
Face 7098 2791 1669 3605
Face 7099 1761 3606 3305
Face 7100 1761 1393 3606
Face 7101 616 3607 183
Face 7102 4907 3137 3607
Face 7103 1392 4247 2494
Face 7104 1392 1 3608
Face 7105 664 3609 4884
Face 7106 664 1971 3609
Face 7107 1253 3610 4627
Face 7108 1253 4492 3610
Face 7109 1384 3611 376
Face 7110 1384 3997 3611
Face 7111 795 3612 2172
Face 7112 795 945 3612
Face 7113 4951 3613 1859
Face 7114 791 4880 3613
Face 7115 1051 3614 4429
Face 7116 1051 560 3614
Face 7117 1493 3615 1644
Face 7118 1493 3130 3615
Face 7119 1089 3616 758
Face 7120 1089 139 3616
Face 7121 1889 3617 818
Face 7122 1889 2473 3617
Face 7123 1640 3618 2749
Face 7124 1640 1013 3618
Face 7125 526 3619 2925
Face 7126 526 4985 3619
Face 7127 1023 3620 3171
Face 7128 1023 388 3620
Face 7129 700 3621 3871
Face 7130 700 764 3621
Face 7131 1731 3622 2526
Face 7132 4882 2325 3622
Face 7133 1144 4789 2467
Face 7134 1144 261 3623
Face 7135 1210 3624 2745
Face 7136 1210 2008 3624
Face 7137 1554 3625 2504
Face 7138 1554 2289 3625
Face 7139 46 3626 3269
Face 7140 46 1078 4736
Face 7141 2444 3627 1510
Face 7142 2444 610 3627
Face 7143 14 3628 358
Face 7144 14 2722 3628
Face 7145 710 3629 1282
Face 7146 710 3092 4688
Face 7147 1316 3630 4976
Face 7148 1316 2415 5064
Face 7149 150 3631 1830
Face 7150 150 3997 3631
Face 7151 1938 3632 4815
Face 7152 1938 852 3632
Face 7153 2228 3633 3728
Face 7154 2228 2431 3633
Face 7155 2091 4451 3920
Face 7156 2091 134 3634
Face 7157 1942 3635 2414
Face 7158 4710 1334 3635
Face 7159 1102 3636 3520
Face 7160 1102 4574 3636
Face 7161 816 3637 4748
Face 7162 816 1788 3637
Face 7163 899 3638 4457
Face 7164 899 405 3638
Face 7165 498 3639 4982
Face 7166 498 4642 3639
Face 7167 1688 3640 565
Face 7168 1688 4445 3640
Face 7169 1156 3641 3153
Face 7170 1156 2768 4784
Face 7171 368 3642 2518
Face 7172 4201 3781 3642
Face 7173 3022 3643 4533
Face 7174 3022 137 3643
Face 7175 1371 3644 5006
Face 7176 1371 585 3644
Face 7177 2841 3645 334
Face 7178 2841 424 3645
Face 7179 1214 3646 2885
Face 7180 1214 1563 3646
Face 7181 1066 3647 2434
Face 7182 1066 417 3647
Face 7183 199 3648 4378
Face 7184 199 1869 3648
Face 7185 722 3649 2681
Face 7186 722 4908 3649
Face 7187 2667 3650 4707
Face 7188 2667 323 3650
Face 7189 206 3651 2976
Face 7190 206 3490 3651
Face 7191 2402 3652 3027
Face 7192 2402 2486 3652
Face 7193 2585 3653 543
Face 7194 2585 1083 3653
Face 7195 755 3654 3110
Face 7196 755 1612 3654
Face 7197 1209 3655 1327
Face 7198 1209 1645 3655
Face 7199 303 3656 2579
Face 7200 406 3657 4369
Face 7201 406 3318 3657
Face 7202 352 4463 4113
Face 7203 352 1542 4463
Face 7204 2233 3659 1189
Face 7205 2233 593 3659
Face 7206 2611 3660 2273
Face 7207 2611 404 3660
Face 7208 822 3661 1597
Face 7209 822 4191 3661
Face 7210 1467 3662 306
Face 7211 1467 3150 3662
Face 7212 1897 3663 3217
Face 7213 1897 4564 3663
Face 7214 375 3664 1779
Face 7215 375 1151 3664
Face 7216 233 3665 2875
Face 7217 233 1680 3665
Face 7218 2129 3666 1363
Face 7219 2129 2654 3666
Face 7220 78 3667 3569
Face 7221 78 2804 3667
Face 7222 837 3668 3667
Face 7223 837 2385 3668
Face 7224 1279 3669 2777
Face 7225 1279 1831 3669
Face 7226 2213 3670 3287
Face 7227 2213 503 3670
Face 7228 64 3671 1956
Face 7229 64 3238 3671
Face 7230 3001 3672 1386
Face 7231 3001 2252 3672
Face 7232 465 3673 1073
Face 7233 465 2428 3673
Face 7234 1658 3674 3333
Face 7235 1658 2222 3674
Face 7236 31 4778 3383
Face 7237 31 2003 3675
Face 7238 749 3676 211
Face 7239 749 4240 3676
Face 7240 1331 3677 2400
Face 7241 1331 272 3677
Face 7242 4551 3678 2485
Face 7243 322 1906 3678
Face 7244 897 3679 2396
Face 7245 4425 756 3679
Face 7246 1555 3680 742
Face 7247 1555 2854 3680
Face 7248 2809 3681 642
Face 7249 2809 2516 3681
Face 7250 740 3682 157
Face 7251 740 1699 3682
Face 7252 1815 3683 2936
Face 7253 1815 1097 3683
Face 7254 559 3684 3473
Face 7255 559 4335 3684
Face 7256 1033 3685 4904
Face 7257 1033 3915 3685
Face 7258 2467 3686 1144
Face 7259 2467 3017 3686
Face 7260 2086 3687 337
Face 7261 2086 2896 3687
Face 7262 4958 3688 2873
Face 7263 265 2049 3688
Face 7264 4485 3689 1700
Face 7265 829 2129 3689
Face 7266 738 3690 3607
Face 7267 738 2182 4953
Face 7268 3407 3691 2829
Face 7269 3407 4851 3691
Face 7270 4747 3692 764
Face 7271 1284 3428 3692
Face 7272 2290 3693 3528
Face 7273 2290 4689 3693
Face 7274 1098 3694 3425
Face 7275 1098 1584 3694
Face 7276 390 3695 2120
Face 7277 390 2760 3695
Face 7278 1690 3696 1376
Face 7279 1690 2953 3696
Face 7280 453 3697 3053
Face 7281 453 2855 3697
Face 7282 933 3698 4055
Face 7283 933 1426 3698
Face 7284 1738 3699 2465
Face 7285 1738 2933 3699
Face 7286 384 3700 3321
Face 7287 384 1993 3700
Face 7288 440 3701 2210
Face 7289 440 5007 3701
Face 7290 211 3702 1962
Face 7291 211 1101 3702
Face 7292 4946 3703 374
Face 7293 1711 3029 4987
Face 7294 1734 4275 2474
Face 7295 4819 217 4275
Face 7296 949 3705 2962
Face 7297 949 3445 3705
Face 7298 1043 3706 1588
Face 7299 4587 2384 3706
Face 7300 2226 3707 4845
Face 7301 2226 1581 3707
Face 7302 1140 3708 3223
Face 7303 1140 2180 3708
Face 7304 1878 3709 318
Face 7305 1878 956 3709
Face 7306 333 3710 1989
Face 7307 333 5063 3710
Face 7308 2221 3711 781
Face 7309 2221 1604 4526
Face 7310 2424 3712 4943
Face 7311 2424 1410 3712
Face 7312 1195 3713 3453
Face 7313 1195 3279 3713
Face 7314 156 3714 1463
Face 7315 156 3052 3714
Face 7316 1468 3715 2292
Face 7317 1468 431 3715
Face 7318 542 3716 3339
Face 7319 542 4137 3716
Face 7320 1009 3717 3077
Face 7321 1009 3163 3717
Face 7322 3254 3718 4347
Face 7323 3254 1986 3718
Face 7324 1339 3719 4301
Face 7325 1339 149 3719
Face 7326 2548 4628 953
Face 7327 2548 2093 3720
Face 7328 2245 3721 2846
Face 7329 2245 1459 3721
Face 7330 4695 3722 1842
Face 7331 4695 496 3722
Face 7332 1248 3723 4799
Face 7333 1248 2020 3723
Face 7334 743 3724 1532
Face 7335 743 1992 3724
Face 7336 1669 3725 3036
Face 7337 1669 462 3725
Face 7338 404 3726 1974
Face 7339 404 2611 3726
Face 7340 138 3727 3513
Face 7341 138 3546 3727
Face 7342 316 3728 2989
Face 7343 316 2070 3728
Face 7344 854 3729 4970
Face 7345 854 2015 3729
Face 7346 1796 3730 1273
Face 7347 1796 1973 3730
Face 7348 3656 3731 2579
Face 7349 4605 3732 489
Face 7350 4605 3246 3732
Face 7351 2599 3733 773
Face 7352 2599 4589 3733
Face 7353 2906 3734 1184
Face 7354 2906 4220 3734
Face 7355 1695 3735 3465
Face 7356 1695 2878 3735
Face 7357 1359 3736 855
Face 7358 1359 2214 3736
Face 7359 1987 3737 645
Face 7360 1987 1046 3737
Face 7361 1595 3738 2943
Face 7362 1595 726 3738
Face 7363 4898 3739 3198
Face 7364 4898 650 3739
Face 7365 1841 3740 4474
Face 7366 1841 1475 3740
Face 7367 905 3741 3191
Face 7368 905 3334 3741
Face 7369 1994 3742 3054
Face 7370 1994 2821 3742
Face 7371 184 3743 3267
Face 7372 184 3041 3743
Face 7373 1484 3744 4694
Face 7374 1484 939 3744
Face 7375 4480 3745 901
Face 7376 2588 3124 3745
Face 7377 944 3746 2232
Face 7378 944 1577 3746
Face 7379 6 3747 2533
Face 7380 6 423 3747
Face 7381 26 3748 3145
Face 7382 26 1193 3748
Face 7383 2060 3749 2746
Face 7384 2060 1214 3749
Face 7385 1245 3750 3005
Face 7386 1245 168 3750
Face 7387 1084 3751 3995
Face 7388 1084 2314 3751
Face 7389 1884 3752 3233
Face 7390 1884 547 3752
Face 7391 2223 4071 3680
Face 7392 107 3754 3066
Face 7393 107 2514 3754
Face 7394 1087 3755 3120
Face 7395 1087 2080 3755
Face 7396 555 3756 931
Face 7397 555 3561 3756
Face 7398 4169 3757 1383
Face 7399 4169 2880 3757
Face 7400 1760 4840 2514
Face 7401 1760 3118 3758
Face 7402 541 4762 1727
Face 7403 541 3401 3759
Face 7404 2192 3760 3998
Face 7405 2192 3470 3760
Face 7406 22 3761 4545
Face 7407 22 2471 3761
Face 7408 831 3762 4648
Face 7409 831 3954 3762
Face 7410 2677 3763 1122
Face 7411 2677 1523 3763
Face 7412 3065 3764 1086
Face 7413 3065 1530 3764
Face 7414 1778 3765 1227
Face 7415 1778 779 3765
Face 7416 678 3766 3975
Face 7417 678 2796 4477
Face 7418 109 3767 593
Face 7419 109 2730 3767
Face 7420 419 3768 1849
Face 7421 419 3540 3768
Face 7422 2189 3769 806
Face 7423 2189 1671 3769
Face 7424 2783 3770 4122
Face 7425 2783 2025 3770
Face 7426 4763 3771 1048
Face 7427 2291 3957 3771
Face 7428 67 3772 2565
Face 7429 67 2576 3772
Face 7430 3182 3773 871
Face 7431 3182 1882 3773
Face 7432 454 3774 2848
Face 7433 454 3517 3774
Face 7434 2023 3775 5024
Face 7435 2023 4108 3775
Face 7436 2873 3776 4958
Face 7437 4645 2891 3776
Face 7438 909 3777 3310
Face 7439 909 4776 3777
Face 7440 3099 3778 3138
Face 7441 3099 2883 3778
Face 7442 550 3779 2635
Face 7443 550 3197 3779
Face 7444 2463 3780 4426
Face 7445 2463 758 3780
Face 7446 521 3781 4201
Face 7447 521 2597 3781
Face 7448 1197 3782 2480
Face 7449 1197 744 3782
Face 7450 85 3783 564
Face 7451 85 3091 3783
Face 7452 216 3784 4779
Face 7453 216 1453 3784
Face 7454 4407 3785 637
Face 7455 4407 214 3785
Face 7456 1705 3786 443
Face 7457 1705 3405 3786
Face 7458 855 3787 2018
Face 7459 855 1513 3787
Face 7460 341 3788 1157
Face 7461 341 1953 3788
Face 7462 2964 3789 2108
Face 7463 2964 877 3789
Face 7464 724 3790 4361
Face 7465 724 1769 3790
Face 7466 65 3791 2947
Face 7467 65 4471 3791
Face 7468 1368 3792 2658
Face 7469 1368 4311 3792
Face 7470 1932 3793 916
Face 7471 1932 3283 3793
Face 7472 1260 3794 2626
Face 7473 1260 1723 3794
Face 7474 2340 3795 655
Face 7475 2340 4676 3795
Face 7476 1148 3796 1826
Face 7477 1148 2387 3796
Face 7478 1681 3797 2903
Face 7479 1681 2965 3797
Face 7480 1524 3798 969
Face 7481 1524 706 3798
Face 7482 852 3799 3632
Face 7483 852 3471 3799
Face 7484 3493 3800 4049
Face 7485 3493 2260 3800
Face 7486 2771 3801 1690
Face 7487 2771 1748 3801
Face 7488 719 3802 3375
Face 7489 719 1619 3802
Face 7490 765 3803 4641
Face 7491 765 3050 3803
Face 7492 1875 3804 873
Face 7493 1875 4661 3804
Face 7494 2470 3805 674
Face 7495 2470 535 3805
Face 7496 359 3806 693
Face 7497 359 2379 3806
Face 7498 2255 3807 1326
Face 7499 2255 980 3807
Face 7500 16 3808 3119
Face 7501 16 2536 3808
Face 7502 2413 3809 1484
Face 7503 2413 1160 3809
Face 7504 33 4968 1252
Face 7505 33 2677 3810
Face 7506 1341 3811 1025
Face 7507 1341 592 3811
Face 7508 488 3812 2351
Face 7509 488 1032 3812
Face 7510 2486 3813 1385
Face 7511 2486 2954 3813
Face 7512 247 3814 3424
Face 7513 247 4804 3814
Face 7514 1267 3815 2890
Face 7515 1267 3521 3815
Face 7516 43 3816 1015
Face 7517 43 1846 3816
Face 7518 1405 3817 2242
Face 7519 1405 4439 3817
Face 7520 1487 3818 2194
Face 7521 1487 1287 3818
Face 7522 1611 3819 4586
Face 7523 1611 5013 3819
Face 7524 2497 3820 2107
Face 7525 2497 1961 3820
Face 7526 568 3821 447
Face 7527 568 1606 3821
Face 7528 1855 3822 2680
Face 7529 1855 4312 3822
Face 7530 260 3823 669
Face 7531 260 4756 3823
Face 7532 4714 3824 2523
Face 7533 890 2803 3824
Face 7534 992 3825 4533
Face 7535 992 3548 3825
Face 7536 2766 3826 344
Face 7537 2766 964 3826
Face 7538 2298 3827 4803
Face 7539 2298 3164 3827
Face 7540 2563 3828 95
Face 7541 2563 780 4683
Face 7542 3512 3829 2701
Face 7543 4627 3830 511
Face 7544 170 3115 3830
Face 7545 2045 3831 2723
Face 7546 2045 2927 3831
Face 7547 2042 3832 2834
Face 7548 2042 4650 3832
Face 7549 723 3833 2
Face 7550 723 2767 3833
Face 7551 2988 3834 1620
Face 7552 2988 252 3834
Face 7553 1978 3835 940
Face 7554 1978 3141 3835
Face 7555 160 3836 2647
Face 7556 160 1822 3836
Face 7557 2323 3837 918
Face 7558 2323 1325 3837
Face 7559 2420 3838 1465
Face 7560 2420 1509 3838
Face 7561 589 3839 4828
Face 7562 589 1362 3839
Face 7563 1638 3840 1343
Face 7564 1638 10 3840
Face 7565 1609 3841 872
Face 7566 1609 2751 3841
Face 7567 2531 3842 3433
Face 7568 2531 1908 3842
Face 7569 1290 3843 3393
Face 7570 1290 2050 3843
Face 7571 235 3844 3763
Face 7572 235 2668 3844
Face 7573 920 3845 4918
Face 7574 920 507 3845
Face 7575 4567 3846 3308
Face 7576 1073 3673 3846
Face 7577 257 3847 3412
Face 7578 257 2726 3847
Face 7579 4272 3848 3150
Face 7580 4272 3153 3848
Face 7581 3258 3849 4329
Face 7582 3258 4097 3849
Face 7583 4816 3850 1320
Face 7584 1067 264 3850
Face 7585 357 3851 1997
Face 7586 357 1780 3851
Face 7587 1636 3852 2951
Face 7588 4495 3403 3852
Face 7589 248 3853 835
Face 7590 248 2321 3853
Face 7591 428 3854 1439
Face 7592 428 2620 3854
Face 7593 935 3855 1934
Face 7594 935 697 3855
Face 7595 1091 3856 4656
Face 7596 1091 2168 3856
Face 7597 732 3857 1691
Face 7598 732 4818 3857
Face 7599 255 3858 2640
Face 7600 255 2914 3858
Face 7601 820 3859 1130
Face 7602 820 3183 4972
Face 7603 2571 3860 3170
Face 7604 2571 1188 3860
Face 7605 734 3861 3025
Face 7606 734 2663 3861
Face 7607 1650 3862 4258
Face 7608 1650 3247 3862
Face 7609 121 3863 405
Face 7610 121 1663 3863
Face 7611 593 3864 2325
Face 7612 1620 3865 2988
Face 7613 1620 2029 3865
Face 7614 1566 3866 4662
Face 7615 1566 353 3866
Face 7616 226 3867 2068
Face 7617 226 5057 3867
Face 7618 4906 3868 2033
Face 7619 4906 1169 3868
Face 7620 996 4863 3151
Face 7621 3947 4359 3869
Face 7622 1272 3870 106
Face 7623 1272 1626 3870
Face 7624 55 3871 3621
Face 7625 55 4893 3871
Face 7626 1799 3872 1177
Face 7627 1799 3572 3872
Face 7628 1543 3873 4421
Face 7629 1543 4970 3873
Face 7630 249 3874 2253
Face 7631 249 1013 3874
Face 7632 446 3875 1503
Face 7633 446 1720 3875
Face 7634 2700 3876 4680
Face 7635 2700 4692 3876
Face 7636 1816 3877 2288
Face 7637 1816 2806 3877
Face 7638 192 3878 542
Face 7639 192 2814 4917
Face 7640 1444 3879 539
Face 7641 1444 2256 3879
Face 7642 876 3880 170
Face 7643 4925 1330 3880
Face 7644 2625 3881 143
Face 7645 2625 2139 3881
Face 7646 36 3882 3353
Face 7647 36 2498 3882
Face 7648 1093 3883 2559
Face 7649 1093 1732 3883
Face 7650 530 3884 3457
Face 7651 530 1667 3884
Face 7652 2915 3885 4181
Face 7653 2915 3381 3885
Face 7654 39 3886 4878
Face 7655 39 2484 3886
Face 7656 290 3887 2085
Face 7657 290 4456 3887
Face 7658 663 3888 1749
Face 7659 663 126 3888
Face 7660 4260 3889 2538
Face 7661 4260 671 3889
Face 7662 615 3890 4833
Face 7663 615 1914 3890
Face 7664 149 3891 3074
Face 7665 149 745 3892
Face 7666 3891 3892 4018
Face 7667 3891 149 3892
Face 7668 881 3893 4033
Face 7669 881 2512 3893
Face 7670 2351 3894 1819
Face 7671 2351 1453 3894
Face 7672 756 3895 1217
Face 7673 756 1203 3895
Face 7674 4780 4665 2299
Face 7675 4780 3160 3896
Face 7676 409 3897 4660
Face 7677 409 3016 3897
Face 7678 1057 3898 4697
Face 7679 1057 4532 3898
Face 7680 2570 3899 883
Face 7681 2570 89 3899
Face 7682 1265 4887 4164
Face 7683 1265 3031 3900
Face 7684 2535 3901 1137
Face 7685 2535 3041 3901
Face 7686 1189 3902 1950
Face 7687 1189 3659 3902
Face 7688 587 3903 3418
Face 7689 587 1262 3903
Face 7690 3062 3904 912
Face 7691 3062 1631 3904
Face 7692 2087 3905 2500
Face 7693 2087 2748 3905
Face 7694 1446 3906 3650
Face 7695 1446 3796 3906
Face 7696 2935 3907 1094
Face 7697 2935 280 3907
Face 7698 841 3908 2976
Face 7699 841 3148 3908
Face 7700 3131 3909 1251
Face 7701 3131 2431 3909
Face 7702 1619 3910 2445
Face 7703 1619 2692 3910
Face 7704 1804 3911 1511
Face 7705 1804 4008 3911
Face 7706 2849 3912 4604
Face 7707 2849 556 3912
Face 7708 155 3913 1150
Face 7709 155 2907 3913
Face 7710 1498 3914 799
Face 7711 1498 3070 3914
Face 7712 673 3915 1033
Face 7713 673 2863 3915
Face 7714 766 3916 3578
Face 7715 766 4702 3916
Face 7716 886 3917 3140
Face 7717 886 222 3917
Face 7718 1556 3918 81
Face 7719 1556 2202 3918
Face 7720 1015 3919 3054
Face 7721 1015 2390 3919
Face 7722 638 3920 2794
Face 7723 638 2091 3920
Face 7724 146 3921 2141
Face 7725 146 4790 3921
Face 7726 421 3922 2669
Face 7727 421 187 3922
Face 7728 2591 3923 552
Face 7729 2591 1963 3923
Face 7730 824 3924 2400
Face 7731 824 1564 3924
Face 7732 850 3925 2308
Face 7733 850 1190 3925
Face 7734 210 3926 3039
Face 7735 210 3019 3926
Face 7736 1562 3927 701
Face 7737 1562 3064 3927
Face 7738 3084 3928 3511
Face 7739 3084 4876 3928
Face 7740 621 4726 3544
Face 7741 621 2156 3929
Face 7742 1829 3930 3310
Face 7743 1829 3109 3930
Face 7744 29 3931 3185
Face 7745 29 4601 3931
Face 7746 2195 3932 5065
Face 7747 2195 1538 3932
Face 7748 1275 3933 782
Face 7749 1275 3282 3933
Face 7750 2403 3934 335
Face 7751 2403 2928 3934
Face 7752 97 3935 3510
Face 7753 97 813 3935
Face 7754 2337 3936 2411
Face 7755 2337 900 3936
Face 7756 753 3937 2853
Face 7757 753 2037 3937
Face 7758 2391 3938 2263
Face 7759 2391 2271 3938
Face 7760 2607 3939 483
Face 7761 2607 1303 3939
Face 7762 2177 3940 3023
Face 7763 2177 885 3940
Face 7764 1955 3941 4971
Face 7765 1955 751 3941
Face 7766 1840 3942 3250
Face 7767 1840 964 3942
Face 7768 1675 3943 3320
Face 7769 1675 2894 3943
Face 7770 761 3944 3024
Face 7771 761 3169 3944
Face 7772 49 3945 1894
Face 7773 49 4731 3945
Face 7774 998 3946 4800
Face 7775 998 4051 3946
Face 7776 996 3947 4863
Face 7777 996 3591 3947
Face 7778 2883 3948 4203
Face 7779 2883 420 3948
Face 7780 2326 3949 4224
Face 7781 2326 3242 3949
Face 7782 1090 3950 2724
Face 7783 1090 3710 3950
Face 7784 4144 3951 3296
Face 7785 3134 3952 2373
Face 7786 3134 2396 3952
Face 7787 2691 3953 827
Face 7788 2691 2158 3953
Face 7789 4900 3954 2181
Face 7790 291 5040 3954
Face 7791 2215 3955 3532
Face 7792 2215 2756 4449
Face 7793 825 3956 2581
Face 7794 825 3718 3956
Face 7795 3231 3957 1177
Face 7796 3231 4980 3957
Face 7797 1299 3958 3262
Face 7798 1299 2820 3958
Face 7799 2846 3959 2245
Face 7800 2846 3173 3959
Face 7801 2028 3960 1831
Face 7802 2028 2938 3960
Face 7803 934 3961 1115
Face 7804 934 2364 3961
Face 7805 2118 4670 2137
Face 7806 2118 658 3962
Face 7807 119 3963 1337
Face 7808 119 3702 3963
Face 7809 1402 3964 587
Face 7810 1402 3322 3964
Face 7811 1798 3965 4947
Face 7812 1798 3033 3965
Face 7813 1910 3966 2975
Face 7814 1910 3610 3966
Face 7815 1801 3967 3742
Face 7816 1801 2047 3967
Face 7817 392 3968 1356
Face 7818 392 2422 3968
Face 7819 2293 3969 1077
Face 7820 2293 3524 3969
Face 7821 345 3970 3177
Face 7822 345 1758 3970
Face 7823 493 3971 3832
Face 7824 5043 1718 3971
Face 7825 1983 3972 4874
Face 7826 1983 4431 3972
Face 7827 2012 3973 1252
Face 7828 2012 2782 3973
Face 7829 1224 3974 1072
Face 7830 1224 3154 3974
Face 7831 4482 3975 2662
Face 7832 1420 678 3975
Face 7833 267 3976 3690
Face 7834 267 1497 3976
Face 7835 502 3977 1056
Face 7836 502 2200 3977
Face 7837 1574 3978 172
Face 7838 1574 4640 3978
Face 7839 1892 3979 4603
Face 7840 1892 2333 3979
Face 7841 1786 3980 581
Face 7842 1786 754 3980
Face 7843 2496 3981 1333
Face 7844 2496 4414 3981
Face 7845 612 3982 2627
Face 7846 612 1200 3982
Face 7847 2684 3983 3293
Face 7848 2684 1985 3983
Face 7849 2833 3984 970
Face 7850 2833 2552 3984
Face 7851 3042 3985 2631
Face 7852 3042 1754 3985
Face 7853 655 3986 2340
Face 7854 655 3056 3986
Face 7855 1154 3987 3899
Face 7856 1154 821 3987
Face 7857 1221 3988 3072
Face 7858 1221 2077 3988
Face 7859 1687 3989 804
Face 7860 1687 3275 3989
Face 7861 2367 3990 4135
Face 7862 2367 213 3990
Face 7863 2238 3991 4594
Face 7864 2238 1247 3991
Face 7865 1517 3992 58
Face 7866 1517 634 3992
Face 7867 86 3993 2679
Face 7868 86 1039 3993
Face 7869 2703 3994 2200
Face 7870 2703 3672 3994
Face 7871 1991 3995 3325
Face 7872 1991 1084 3995
Face 7873 1540 3996 4612
Face 7874 1540 4104 3996
Face 7875 504 3997 1384
Face 7876 504 3631 3997
Face 7877 429 3998 2246
Face 7878 429 2192 3998
Face 7879 1169 3999 3067
Face 7880 1169 4906 3999
Face 7881 1525 4000 5038
Face 7882 1525 395 4000
Face 7883 1238 4001 2519
Face 7884 1238 2081 4001
Face 7885 870 4002 4809
Face 7886 5061 3604 4002
Face 7887 173 4003 3938
Face 7888 4653 2927 4003
Face 7889 2787 4004 4787
Face 7890 2787 1912 4004
Face 7891 2029 4005 457
Face 7892 2029 1139 4005
Face 7893 2733 4006 1443
Face 7894 2733 1652 4006
Face 7895 2025 4007 2614
Face 7896 2025 3347 4007
Face 7897 2657 4008 1804
Face 7898 2657 430 4008
Face 7899 1138 4009 4757
Face 7900 1138 92 4009
Face 7901 628 4010 382
Face 7902 628 3646 4010
Face 7903 2096 4011 5009
Face 7904 2096 2876 4011
Face 7905 1147 4012 2113
Face 7906 1147 2800 4012
Face 7907 1120 4013 3594
Face 7908 1120 4421 4013
Face 7909 1649 4014 2739
Face 7910 1649 4539 4014
Face 7911 2822 4015 2239
Face 7912 2822 4946 4015
Face 7913 1112 4016 3268
Face 7914 1112 3746 4016
Face 7915 3299 4017 830
Face 7916 3299 976 4017
Face 7917 3179 4018 3085
Face 7918 3179 4543 4018
Face 7919 2224 4019 3129
Face 7920 2224 2945 4019
Face 7921 1247 4020 82
Face 7922 4911 3079 4020
Face 7923 2046 4021 815
Face 7924 2046 1457 4021
Face 7925 1383 4022 2797
Face 7926 1383 3757 4022
Face 7927 3249 4023 5014
Face 7928 3249 1005 4023
Face 7929 1450 4024 4481
Face 7930 1450 3266 4024
Face 7931 1108 4025 863
Face 7932 1108 2998 4025
Face 7933 1079 4026 1730
Face 7934 1079 1706 4026
Face 7935 325 4027 4931
Face 7936 325 4678 4027
Face 7937 1161 4028 2575
Face 7938 1161 2493 4028
Face 7939 4895 4029 898
Face 7940 4895 1566 4029
Face 7941 2528 4030 220
Face 7942 2528 757 4030
Face 7943 180 4031 1200
Face 7944 180 2494 4031
Face 7945 2205 4032 1415
Face 7946 2205 4877 4032
Face 7947 672 4033 3893
Face 7948 672 3284 4033
Face 7949 1305 4034 4996
Face 7950 1305 3421 4034
Face 7951 2181 4035 4900
Face 7952 2181 517 4035
Face 7953 2366 4036 3351
Face 7954 2366 649 4036
Face 7955 1451 4037 2482
Face 7956 1451 400 4037
Face 7957 227 4038 2671
Face 7958 227 3620 4038
Face 7959 1385 4039 1004
Face 7960 1385 1759 4039
Face 7961 3202 4040 2438
Face 7962 3202 1388 4040
Face 7963 696 4041 3517
Face 7964 696 3097 4041
Face 7965 2345 4042 2757
Face 7966 2345 1289 4042
Face 7967 3218 4043 2350
Face 7968 3218 1317 4043
Face 7969 2194 4044 1487
Face 7970 2194 4704 4044
Face 7971 3191 4045 3110
Face 7972 3191 3741 4045
Face 7973 1911 4046 597
Face 7974 1911 397 4046
Face 7975 2745 4047 501
Face 7976 2745 727 4047
Face 7977 5056 4048 299
Face 7978 2342 2633 4048
Face 7979 1364 4049 1953
Face 7980 1364 3493 4049
Face 7981 2642 4050 2370
Face 7982 2642 1026 4050
Face 7983 2142 4051 1320
Face 7984 2142 3946 4051
Face 7985 2893 4052 2210
Face 7986 2893 794 4052
Face 7987 2643 4053 168
Face 7988 2643 928 4053
Face 7989 2561 4054 4179
Face 7990 2561 859 4054
Face 7991 1856 4055 229
Face 7992 1856 5051 4055
Face 7993 3 4056 2054
Face 7994 3 605 4056
Face 7995 135 4057 2620
Face 7996 135 3943 4057
Face 7997 1333 4058 2332
Face 7998 1333 4490 4058
Face 7999 2502 4059 241
Face 8000 2502 5033 4059
Face 8001 405 4060 3638
Face 8002 405 2368 4060
Face 8003 2401 4061 937
Face 8004 2401 3153 4061
Face 8005 1782 4062 1215
Face 8006 1782 3906 4062
Face 8007 4600 4063 1401
Face 8008 205 1568 4063
Face 8009 658 4064 4422
Face 8010 658 4822 4064
Face 8011 837 4065 2385
Face 8012 837 302 4065
Face 8013 826 4066 3227
Face 8014 1993 4067 2889
Face 8015 1993 384 4067
Face 8016 598 4068 3045
Face 8017 598 2935 4068
Face 8018 256 4069 2075
Face 8019 256 1233 4069
Face 8020 1165 4070 2720
Face 8021 1165 2278 4070
Face 8022 3753 4071 2223
Face 8023 96 4072 1643
Face 8024 96 3087 4072
Face 8025 562 4073 2903
Face 8026 562 20 4073
Face 8027 476 4074 2229
Face 8028 476 3239 4074
Face 8029 1862 4075 3468
Face 8030 1862 448 4075
Face 8031 2167 4076 3482
Face 8032 2167 4390 4076
Face 8033 626 4077 1575
Face 8034 626 1781 4077
Face 8035 348 4078 2575
Face 8036 348 2349 4078
Face 8037 4856 4079 1455
Face 8038 4856 4641 4079
Face 8039 2257 4080 3058
Face 8040 2257 1585 4080
Face 8041 1667 4081 4746
Face 8042 1667 2649 4081
Face 8043 2430 4082 748
Face 8044 2430 4300 4082
Face 8045 350 4083 2326
Face 8046 350 4509 4083
Face 8047 641 4084 2728
Face 8048 641 1463 4084
Face 8049 2155 4085 2530
Face 8050 2155 3456 4085
Face 8051 365 4086 1583
Face 8052 365 3944 4086
Face 8053 617 4087 1110
Face 8054 617 426 4087
Face 8055 2749 4088 1640
Face 8056 2749 110 4088
Face 8057 819 4089 4909
Face 8058 819 208 4089
Face 8059 2117 4090 4703
Face 8060 2117 877 4090
Face 8061 1792 4091 581
Face 8062 1792 2376 4091
Face 8063 1155 4092 2983
Face 8064 1155 4687 4092
Face 8065 1836 4093 4586
Face 8066 1836 3247 4093
Face 8067 2521 4094 1109
Face 8068 2521 2688 4094
Face 8069 1550 4095 465
Face 8070 1550 871 4095
Face 8071 1474 4096 3454
Face 8072 1474 2813 4096
Face 8073 198 4097 3258
Face 8074 198 1406 4097
Face 8075 3094 4098 60
Face 8076 3094 4715 4098
Face 8077 339 4099 2940
Face 8078 339 4473 4099
Face 8079 331 4100 3171
Face 8080 331 1833 4100
Face 8081 706 4101 5036
Face 8082 706 2469 4101
Face 8083 2699 4102 4745
Face 8084 2699 314 4102
Face 8085 677 4103 391
Face 8086 677 5037 4103
Face 8087 188 4104 847
Face 8088 188 3996 4104
Face 8089 540 4105 3059
Face 8090 540 3004 4105
Face 8091 838 4106 2451
Face 8092 838 1582 4106
Face 8093 3029 4107 4987
Face 8094 3029 5003 4107
Face 8095 954 4108 1968
Face 8096 954 3775 4108
Face 8097 1016 4109 3623
Face 8098 1016 3184 4109
Face 8099 268 4110 2412
Face 8100 268 1965 4110
Face 8101 2518 4111 3079
Face 8102 2518 3266 4111
Face 8103 3024 4112 667
Face 8104 3024 3944 4112
Face 8105 2389 4113 4463
Face 8106 2389 1038 4113
Face 8107 1480 4114 1245
Face 8108 1480 2627 4114
Face 8109 1055 4115 782
Face 8110 1055 1915 4115
Face 8111 1286 4116 3701
Face 8112 1286 2802 4116
Face 8113 103 4117 4755
Face 8114 103 3525 4117
Face 8115 1741 4118 3469
Face 8116 1741 2099 4118
Face 8117 716 4119 963
Face 8118 716 3542 4119
Face 8119 679 4120 2864
Face 8120 679 997 4120
Face 8121 2281 4121 585
Face 8122 2281 867 4121
Face 8123 2665 4122 1726
Face 8124 2665 128 4122
Face 8125 840 4123 4857
Face 8126 840 566 4123
Face 8127 4528 4124 1225
Face 8128 1570 4246 4124
Face 8129 896 4125 3095
Face 8130 896 1596 4125
Face 8131 4994 4126 2460
Face 8132 3340 676 4126
Face 8133 84 4127 3137
Face 8134 84 3289 4127
Face 8135 1162 4128 1984
Face 8136 1162 785 4128
Face 8137 999 4129 2151
Face 8138 999 2586 4129
Face 8139 1967 4130 24
Face 8140 1967 4939 4130
Face 8141 308 4131 1193
Face 8142 308 1105 4131
Face 8143 2777 4132 1279
Face 8144 2777 1234 4132
Face 8145 2347 4133 3529
Face 8146 2347 2506 4133
Face 8147 1780 4134 495
Face 8148 1780 3688 4134
Face 8149 1814 4135 373
Face 8150 1814 2367 4135
Face 8151 2059 4136 76
Face 8152 2059 2978 4136
Face 8153 2530 4137 2155
Face 8154 2530 4820 4137
Face 8155 2716 4138 993
Face 8156 2716 1584 4138
Face 8157 3106 4139 1508
Face 8158 3106 2099 4139
Face 8159 974 4140 2266
Face 8160 974 2825 4140
Face 8161 231 4141 2252
Face 8162 231 2568 4141
Face 8163 1369 4142 232
Face 8164 1369 312 4142
Face 8165 1937 4143 1635
Face 8166 1937 4544 4143
Face 8167 2524 4144 3296
Face 8168 1972 4145 1500
Face 8169 1972 2445 4145
Face 8170 2975 4146 4925
Face 8171 2975 2487 4146
Face 8172 4831 4147 2828
Face 8173 4831 1410 4147
Face 8174 1629 4148 1072
Face 8175 1629 2492 4148
Face 8176 597 4149 3094
Face 8177 597 1512 4149
Face 8178 3228 4150 5016
Face 8179 3228 3135 4150
Face 8180 2079 4151 4295
Face 8181 2079 4817 4151
Face 8182 243 4152 1867
Face 8183 243 3245 4152
Face 8184 2209 4153 802
Face 8185 2209 1127 4153
Face 8186 353 4154 3866
Face 8187 353 429 4154
Face 8188 3203 4155 4617
Face 8189 3203 100 4155
Face 8190 431 4156 2626
Face 8191 431 3547 4156
Face 8192 2033 4157 2819
Face 8193 2033 3868 4157
Face 8194 2301 4158 911
Face 8195 2301 3263 4158
Face 8196 1965 4159 4110
Face 8197 1965 2546 4159
Face 8198 1236 4160 2019
Face 8199 1236 3057 4160
Face 8200 1602 4161 2125
Face 8201 1602 3542 4161
Face 8202 1820 4162 3526
Face 8203 1820 3596 4162
Face 8204 1105 4357 3543
Face 8205 1105 4993 4357
Face 8206 2089 4164 4887
Face 8207 2089 1381 4164
Face 8208 250 4165 3183
Face 8209 250 3921 4165
Face 8210 929 4166 2740
Face 8211 929 3669 4166
Face 8212 2852 4167 3391
Face 8213 2852 1569 4167
Face 8214 3061 4168 1231
Face 8215 3061 362 4168
Face 8216 1986 4169 1383
Face 8217 1986 2494 4169
Face 8218 1222 4170 577
Face 8219 1222 5020 4170
Face 8220 1269 4171 4698
Face 8221 1269 684 4171
Face 8222 2271 4172 1693
Face 8223 2271 2391 4172
Face 8224 982 4173 194
Face 8225 982 373 4173
Face 8226 1703 4174 1037
Face 8227 1703 1364 4174
Face 8228 338 4175 971
Face 8229 338 787 4175
Face 8230 705 4176 2649
Face 8231 705 3458 4176
Face 8232 5031 4177 505
Face 8233 2789 1689 4177
Face 8234 776 4178 5046
Face 8235 776 3105 4178
Face 8236 2902 4179 917
Face 8237 2902 2561 4179
Face 8238 298 4180 3554
Face 8239 298 3485 4180
Face 8240 1546 4181 3885
Face 8241 1546 2909 4181
Face 8242 1559 4182 3747
Face 8243 1559 2406 4182
Face 8244 574 4183 2527
Face 8245 574 107 4183
Face 8246 770 4184 2300
Face 8247 770 1297 4184
Face 8248 2829 4185 3507
Face 8249 2829 3691 4185
Face 8250 2815 4186 1452
Face 8251 2815 575 4186
Face 8252 1933 4187 496
Face 8253 1933 1382 4187
Face 8254 3532 4188 2343
Face 8255 3532 704 4188
Face 8256 2713 4189 973
Face 8257 2713 2052 4189
Face 8258 2 4190 3829
Face 8259 2 3833 4190
Face 8260 1857 4191 822
Face 8261 1857 4190 4191
Face 8262 2376 4192 1521
Face 8263 2376 959 4192
Face 8264 2957 4193 3047
Face 8265 2957 304 4193
Face 8266 1082 4194 3208
Face 8267 1082 2173 4194
Face 8268 3149 4195 867
Face 8269 3149 2847 4195
Face 8270 823 4196 3026
Face 8271 823 4228 4196
Face 8272 438 4197 3605
Face 8273 438 3036 4436
Face 8274 2707 4198 293
Face 8275 2707 752 4198
Face 8276 1031 4199 3356
Face 8277 1031 3185 4199
Face 8278 964 4200 3942
Face 8279 964 2766 4200
Face 8280 368 4201 3642
Face 8281 368 2238 4201
Face 8282 3157 4202 3129
Face 8283 3157 2286 4202
Face 8284 1865 4203 3948
Face 8285 1865 699 4203
Face 8286 4938 4204 2100
Face 8287 3083 955 4204
Face 8288 2842 4205 4850
Face 8289 2842 627 4205
Face 8290 1060 4206 1877
Face 8291 1060 311 4206
Face 8292 1419 4208 2301
Face 8293 4207 4208 1419
Face 8294 2078 4209 5042
Face 8295 2078 437 4209
Face 8296 1219 4210 3446
Face 8297 1219 1424 4210
Face 8298 1281 4211 4797
Face 8299 1281 117 4211
Face 8300 1349 4212 3035
Face 8301 1349 1714 4212
Face 8302 2689 4213 726
Face 8303 2689 91 4213
Face 8304 1616 4214 3130
Face 8305 1616 2331 4214
Face 8306 1807 4215 576
Face 8307 1807 169 4215
Face 8308 2004 4216 2768
Face 8309 2004 260 4216
Face 8310 1475 4217 3740
Face 8311 1475 559 4217
Face 8312 1716 4218 3142
Face 8313 1716 945 4218
Face 8314 1803 4219 3695
Face 8315 1803 1174 4219
Face 8316 398 4220 2830
Face 8317 398 3734 4220
Face 8318 1863 4221 2909
Face 8319 1863 4720 4221
Face 8320 1920 4222 3088
Face 8321 1920 3952 4222
Face 8322 1465 4223 280
Face 8323 1465 334 4223
Face 8324 1152 4224 4840
Face 8325 1152 2326 4224
Face 8326 224 4225 1557
Face 8327 224 1074 4225
Face 8328 343 4226 2731
Face 8329 343 3315 4226
Face 8330 3229 4227 1205
Face 8331 3229 2137 4227
Face 8332 2131 4228 823
Face 8333 2131 3588 4228
Face 8334 1459 4229 2731
Face 8335 1459 38 4229
Face 8336 1231 4230 1769
Face 8337 1231 4168 4230
Face 8338 914 4885 508
Face 8339 914 3760 4885
Face 8340 2041 4232 1357
Face 8341 2041 527 4232
Face 8342 853 4233 4814
Face 8343 853 1867 4233
Face 8344 2704 4234 30
Face 8345 2704 4966 4234
Face 8346 17 4235 1810
Face 8347 17 2453 4235
Face 8348 965 4236 2484
Face 8349 965 1821 4236
Face 8350 2552 4237 4348
Face 8351 2552 2833 4237
Face 8352 544 4238 1704
Face 8353 544 2984 4238
Face 8354 1395 4239 811
Face 8355 1395 2617 4239
Face 8356 2355 4240 3448
Face 8357 2355 932 4240
Face 8358 1358 4241 753
Face 8359 1358 2429 4241
Face 8360 2564 4242 288
Face 8361 2564 1350 4242
Face 8362 775 4243 1790
Face 8363 775 2606 4243
Face 8364 2623 4244 4424
Face 8365 2623 2336 4244
Face 8366 1791 4245 2686
Face 8367 1791 3504 4245
Face 8368 808 4246 20
Face 8369 808 4124 4246
Face 8370 3608 4247 1392
Face 8371 3608 902 4247
Face 8372 1753 4248 3060
Face 8373 1753 2541 4248
Face 8374 2523 4249 4585
Face 8375 2523 584 4249
Face 8376 2047 4250 1253
Face 8377 2047 1801 4250
Face 8378 1708 4251 4348
Face 8379 1708 3709 4251
Face 8380 464 4252 1268
Face 8381 464 3052 4252
Face 8382 2153 4253 3343
Face 8383 2153 3488 4253
Face 8384 2715 4254 1088
Face 8385 2715 2185 4254
Face 8386 3478 4255 295
Face 8387 3478 839 4255
Face 8388 1797 4256 2614
Face 8389 1797 2897 4256
Face 8390 2256 4257 3879
Face 8391 2256 1490 4257
Face 8392 2512 4258 4722
Face 8393 2512 1871 4258
Face 8394 1756 4259 269
Face 8395 1756 687 4259
Face 8396 2172 4260 2538
Face 8397 2172 1637 4260
Face 8398 277 4261 1476
Face 8399 277 2007 4261
Face 8400 94 4262 4671
Face 8401 94 3233 4262
Face 8402 1637 4263 4260
Face 8403 1637 2702 4263
Face 8404 1899 4264 3496
Face 8405 1899 5027 4264
Face 8406 179 4265 2159
Face 8407 179 2923 4265
Face 8408 1163 4266 1858
Face 8409 1163 3292 4266
Face 8410 1434 4267 3278
Face 8411 1434 1511 4267
Face 8412 613 4268 3515
Face 8413 613 3205 4268
Face 8414 1180 4269 2274
Face 8415 1180 2132 4269
Face 8416 1917 4270 1295
Face 8417 1917 3380 4270
Face 8418 1545 4271 3708
Face 8419 1545 3333 4271
Face 8420 37 4272 3150
Face 8421 37 3086 4272
Face 8422 635 4273 1816
Face 8423 635 3075 4273
Face 8424 1471 4274 3244
Face 8425 1471 3112 4274
Face 8426 3704 4275 2499
Face 8427 3704 2474 4275
Face 8428 1724 4276 4560
Face 8429 1724 2260 4276
Face 8430 3028 4277 4837
Face 8431 3028 4526 4277
Face 8432 1309 4278 4860
Face 8433 1309 2311 4278
Face 8434 2398 4279 1161
Face 8435 2398 4078 4279
Face 8436 1567 4280 660
Face 8437 1567 2436 4280
Face 8438 1133 4281 2024
Face 8439 1133 858 4281
Face 8440 1306 4282 3579
Face 8441 1306 1849 4282
Face 8442 2438 4283 626
Face 8443 2438 62 4283
Face 8444 2350 4284 1062
Face 8445 2350 3294 4284
Face 8446 2144 4285 76
Face 8447 2144 2803 4285
Face 8448 2720 4286 2672
Face 8449 2720 1742 4286
Face 8450 172 4287 1574
Face 8451 172 1665 4287
Face 8452 1352 4288 3138
Face 8453 1352 2305 4288
Face 8454 1027 4289 3010
Face 8455 1027 2621 4289
Face 8456 1182 4290 3789
Face 8457 1182 417 4290
Face 8458 1759 4291 1034
Face 8459 1759 3813 4291
Face 8460 814 4292 3629
Face 8461 814 1592 4292
Face 8462 539 4293 3797
Face 8463 539 3184 4293
Face 8464 2333 4294 3410
Face 8465 2333 2985 4294
Face 8466 2671 4295 623
Face 8467 2671 2079 4295
Face 8468 1666 4296 4824
Face 8469 1666 2310 4296
Face 8470 177 4297 2553
Face 8471 177 2775 4297
Face 8472 1552 4298 1202
Face 8473 1552 3782 4298
Face 8474 1976 4299 3122
Face 8475 1976 717 4299
Face 8476 878 4300 1672
Face 8477 878 4082 4300
Face 8478 289 4301 3146
Face 8479 289 4706 4301
Face 8480 1216 4302 3374
Face 8481 1216 3472 4302
Face 8482 1044 4303 2418
Face 8483 1044 619 4303
Face 8484 2375 4304 458
Face 8485 2375 70 4304
Face 8486 545 4305 1823
Face 8487 1325 4306 3474
Face 8488 1325 2323 4306
Face 8489 3032 4307 44
Face 8490 3032 4617 4307
Face 8491 1427 4308 1944
Face 8492 1427 2755 4308
Face 8493 276 4309 3390
Face 8494 276 11 4309
Face 8495 1064 4310 2405
Face 8496 1064 2932 4310
Face 8497 1295 4311 2375
Face 8498 1295 3927 4311
Face 8499 66 4312 1855
Face 8500 66 2744 4312
Face 8501 1342 4313 1835
Face 8502 1342 2143 4313
Face 8503 731 4314 4245
Face 8504 731 2409 4314
Face 8505 3569 4315 1925
Face 8506 3569 5026 4315
Face 8507 720 4316 238
Face 8508 720 4130 4316
Face 8509 1039 4317 3993
Face 8510 1039 4196 4317
Face 8511 1505 4318 4123
Face 8512 1505 2814 4318
Face 8513 3380 4319 966
Face 8514 3380 1017 4319
Face 8515 3648 4320 2997
Face 8516 3648 1869 4320
Face 8517 2800 4321 4012
Face 8518 2800 846 4321
Face 8519 245 4322 2447
Face 8520 245 3597 4322
Face 8521 2294 4323 3128
Face 8522 2294 580 4323
Face 8523 3015 4324 1207
Face 8524 3015 4805 4324
Face 8525 1045 4325 1567
Face 8526 1045 3882 4325
Face 8527 867 4326 3149
Face 8528 867 2281 4326
Face 8529 2187 4327 1125
Face 8530 2187 4183 4327
Face 8531 1442 4328 553
Face 8532 1442 3295 4328
Face 8533 1970 4329 288
Face 8534 1970 3258 4329
Face 8535 4 4330 2013
Face 8536 600 4331 2083
Face 8537 600 2664 4331
Face 8538 2305 4332 2921
Face 8539 2305 3287 4332
Face 8540 2695 4333 2011
Face 8541 2695 4932 4333
Face 8542 30 4334 1380
Face 8543 30 4234 4334
Face 8544 1134 4335 1475
Face 8545 1134 2763 4335
Face 8546 1514 4336 513
Face 8547 1514 2809 4336
Face 8548 538 4337 2636
Face 8549 538 1508 4337
Face 8550 1845 4338 929
Face 8551 1845 84 4338
Face 8552 1255 4339 872
Face 8553 1255 2666 4339
Face 8554 1409 4340 3012
Face 8555 1409 3255 4340
Face 8556 327 4341 2636
Face 8557 327 1436 4341
Face 8558 2865 4342 4048
Face 8559 2865 3158 4342
Face 8560 329 4343 1844
Face 8561 329 2574 4343
Face 8562 746 4344 1941
Face 8563 746 2994 4344
Face 8564 1564 4345 2842
Face 8565 1564 3011 4345
Face 8566 2022 4346 198
Face 8567 2022 1432 4346
Face 8568 2102 4347 273
Face 8569 2102 3254 4347
Face 8570 3159 4348 4251
Face 8571 3159 2552 4348
Face 8572 1371 4349 2661
Face 8573 1371 5006 4349
Face 8574 975 4350 3483
Face 8575 975 3932 4350
Face 8576 2645 4351 4680
Face 8577 2645 2973 4351
Face 8578 1421 4352 615
Face 8579 1421 3335 4352
Face 8580 1744 4353 2587
Face 8581 1744 3790 4353
Face 8582 1258 4354 2485
Face 8583 1258 4937 4354
Face 8584 1509 4355 3838
Face 8585 1509 3437 4355
Face 8586 360 4356 309
Face 8587 360 2681 4356
Face 8588 4163 4357 1307
Face 8589 4163 2454 4357
Face 8590 661 4358 2858
Face 8591 661 2535 4358
Face 8592 2426 4359 3947
Face 8593 2426 344 4359
Face 8594 1122 4360 411
Face 8595 1122 3763 4360
Face 8596 620 4361 1744
Face 8597 620 2802 4361
Face 8598 1421 4362 3335
Face 8599 1421 1119 4362
Face 8600 478 4363 2311
Face 8601 478 2896 4363
Face 8602 2432 4364 1996
Face 8603 2432 3232 4364
Face 8604 3521 4365 2878
Face 8605 3521 220 4365
Face 8606 1896 4366 2516
Face 8607 1896 2878 4366
Face 8608 2105 4367 1614
Face 8609 2105 304 4367
Face 8610 1577 4368 3577
Face 8611 1577 2719 4368
Face 8612 1083 4369 3653
Face 8613 1083 406 4369
Face 8614 1885 4370 1578
Face 8615 1885 2085 4370
Face 8616 3089 4371 461
Face 8617 3089 1913 4371
Face 8618 1652 4372 4006
Face 8619 1652 1947 4372
Face 8620 2287 4373 1351
Face 8621 2287 518 4373
Face 8622 2454 4374 1957
Face 8623 2454 4163 4374
Face 8624 1153 4375 223
Face 8625 1153 960 4375
Face 8626 3416 4376 128
Face 8627 3416 1976 4376
Face 8628 1732 4377 2879
Face 8629 1732 1093 4377
Face 8630 2696 4378 3896
Face 8631 2696 2815 4378
Face 8632 3548 4379 2670
Face 8633 3548 992 4379
Face 8634 7 4380 3307
Face 8635 7 1387 4380
Face 8636 1097 4381 401
Face 8637 1097 1815 4381
Face 8638 3616 4382 479
Face 8639 3616 139 4382
Face 8640 2048 4383 3351
Face 8641 2048 3562 4383
Face 8642 347 4384 818
Face 8643 347 674 4384
Face 8644 3313 4385 320
Face 8645 3313 113 4385
Face 8646 3069 4386 2795
Face 8647 3069 3505 4386
Face 8648 3551 4387 2185
Face 8649 869 4388 3450
Face 8650 869 3187 4388
Face 8651 703 4389 1150
Face 8652 703 2372 4389
Face 8653 5062 4390 2167
Face 8654 102 4391 3550
Face 8655 102 1948 4391
Face 8656 1116 4392 2198
Face 8657 1116 3988 4392
Face 8658 804 4393 1400
Face 8659 804 96 4393
Face 8660 2990 4394 2146
Face 8661 2990 3553 4394
Face 8662 2422 4395 4609
Face 8663 2422 392 4395
Face 8664 148 4396 525
Face 8665 148 1964 4396
Face 8666 2219 4397 256
Face 8667 2219 2746 4397
Face 8668 517 4398 4035
Face 8669 517 3223 4398
Face 8670 3226 4399 853
Face 8671 3226 4433 4399
Face 8672 1953 4400 4965
Face 8673 1953 995 4400
Face 8674 164 4401 2970
Face 8675 164 3128 4401
Face 8676 2136 4402 1435
Face 8677 2136 1697 4402
Face 8678 2958 4403 3140
Face 8679 2958 1848 4403
Face 8680 822 4404 3296
Face 8681 822 1597 4404
Face 8682 3368 4405 494
Face 8683 3368 910 4405
Face 8684 2592 4406 3084
Face 8685 2592 3523 4406
Face 8686 2317 4407 1846
Face 8687 2317 214 4407
Face 8688 8 4408 2916
Face 8689 2582 4409 3088
Face 8690 2582 278 4409
Face 8691 2874 4410 995
Face 8692 2874 753 4410
Face 8693 847 4411 3189
Face 8694 847 2321 4411
Face 8695 863 4412 2104
Face 8696 863 2959 4412
Face 8697 3051 4413 2145
Face 8698 3051 1168 4413
Face 8699 2407 4414 2496
Face 8700 2407 1958 4414
Face 8701 1877 4415 4249
Face 8702 1877 2929 4415
Face 8703 2600 4416 3760
Face 8704 2600 1471 4416
Face 8705 2150 4417 4211
Face 8706 2150 1515 4417
Face 8707 752 4418 4198
Face 8708 752 1717 4418
Face 8709 690 4419 3260
Face 8710 690 2770 4419
Face 8711 1794 4420 3425
Face 8712 1794 2458 4420
Face 8713 174 4421 1120
Face 8714 174 3012 4421
Face 8715 1748 4422 4064
Face 8716 1748 2771 4422
Face 8717 2113 4423 1147
Face 8718 2113 3858 4423
Face 8719 418 4424 1737
Face 8720 418 2623 4424
Face 8721 897 4425 3679
Face 8722 897 2567 4425
Face 8723 3139 4426 90
Face 8724 3139 2463 4426
Face 8725 2057 4427 2911
Face 8726 2057 1534 4427
Face 8727 2709 4428 4995
Face 8728 2709 3545 4428
Face 8729 2541 4429 1683
Face 8730 2541 1051 4429
Face 8731 1191 4430 3144
Face 8732 1191 185 4430
Face 8733 1591 4431 1168
Face 8734 1591 3211 4431
Face 8735 1903 4432 1185
Face 8736 4897 3297 4432
Face 8737 3536 4433 3226
Face 8738 3536 2508 4433
Face 8739 425 4434 4192
Face 8740 425 1743 4434
Face 8741 2856 4435 1998
Face 8742 2856 2809 4435
Face 8743 4197 4436 5049
Face 8744 4197 438 4436
Face 8745 782 4437 3464
Face 8746 782 3933 4437
Face 8747 3132 4438 1763
Face 8748 3132 3389 4438
Face 8749 2641 4439 1405
Face 8750 2641 1556 4439
Face 8751 1208 4440 1270
Face 8752 1208 2755 4440
Face 8753 1833 4441 3479
Face 8754 1833 4118 4441
Face 8755 676 4442 4126
Face 8756 676 1201 4442
Face 8757 1469 4443 1201
Face 8758 1469 640 4443
Face 8759 2014 4444 443
Face 8760 2014 3413 4444
Face 8761 296 4445 2063
Face 8762 296 2300 4445
Face 8763 186 4446 2121
Face 8764 186 666 4446
Face 8765 157 4447 740
Face 8766 157 2602 4447
Face 8767 1125 4448 45
Face 8768 1125 4007 4448
Face 8769 3955 4449 369
Face 8770 3955 2215 4449
Face 8771 1239 4450 1787
Face 8772 1239 3075 4450
Face 8773 3634 4451 2091
Face 8774 3634 1377 4451
Face 8775 1866 4452 991
Face 8776 1866 4622 4452
Face 8777 376 4453 1946
Face 8778 376 3611 4453
Face 8779 2813 4454 797
Face 8780 2813 2098 4454
Face 8781 1130 4455 3328
Face 8782 1130 3859 4455
Face 8783 1312 4456 4279
Face 8784 1312 3887 4456
Face 8785 1143 4457 178
Face 8786 1143 3806 4457
Face 8787 3552 4458 2778
Face 8788 3552 2525 4458
Face 8789 1641 4459 2797
Face 8790 1641 3341 4459
Face 8791 1 4460 2767
Face 8792 1 1392 4460
Face 8793 2509 4461 904
Face 8794 2509 1916 4461
Face 8795 1962 4462 651
Face 8796 1962 609 4462
Face 8797 3658 4463 3021
Face 8798 3658 2389 4463
Face 8799 3227 4464 441
Face 8800 3227 4 4464
Face 8801 479 4465 3823
Face 8802 479 2761 4465
Face 8803 3213 4466 162
Face 8804 3213 935 4466
Face 8805 529 4467 2461
Face 8806 529 2949 4467
Face 8807 2765 4468 2444
Face 8808 2765 362 4468
Face 8809 958 4469 1327
Face 8810 958 1402 4469
Face 8811 2055 4470 149
Face 8812 2055 3369 4470
Face 8813 2126 4471 3046
Face 8814 2126 3011 4471
Face 8815 3080 4472 895
Face 8816 3080 2569 4472
Face 8817 1784 4473 608
Face 8818 1784 4099 4473
Face 8819 367 4474 3339
Face 8820 367 4867 4474
Face 8821 961 4475 534
Face 8822 961 1731 4475
Face 8823 3040 4476 1778
Face 8824 3040 1510 4476
Face 8825 3766 4477 442
Face 8826 3766 678 4477
Face 8827 1243 4478 2708
Face 8828 1243 2073 4478
Face 8829 2062 4479 614
Face 8830 2062 2225 4479
Face 8831 2588 4480 1237
Face 8832 2588 3745 4480
Face 8833 675 4481 4024
Face 8834 675 3358 4481
Face 8835 1420 4482 1096
Face 8836 1420 3975 4482
Face 8837 28 4483 3507
Face 8838 28 3958 4483
Face 8839 397 4484 4046
Face 8840 397 4795 4484
Face 8841 829 4485 3598
Face 8842 829 3689 4485
Face 8843 2031 4486 3602
Face 8844 2031 1631 4486
Face 8845 1159 4487 2957
Face 8846 1159 2808 4487
Face 8847 1888 4488 402
Face 8848 1888 2766 4488
Face 8849 4889 4489 1904
Face 8850 2455 1096 4489
Face 8851 2918 4490 1333
Face 8852 2918 1701 4490
Face 8853 1526 4491 1304
Face 8854 1526 2670 4491
Face 8855 2646 4492 1253
Face 8856 2646 988 4492
Face 8857 1914 4493 727
Face 8858 1914 875 4493
Face 8859 2336 4494 4244
Face 8860 2336 739 4494
Face 8861 1636 4495 3852
Face 8862 1636 472 4495
Face 8863 54 4496 3162
Face 8864 54 1244 4496
Face 8865 286 4497 3540
Face 8866 286 2850 4497
Face 8867 223 4498 868
Face 8868 223 2435 4498
Face 8869 1529 4499 3354
Face 8870 1529 499 4499
Face 8871 1478 4500 3821
Face 8872 1478 4815 4500
Face 8873 2559 4501 1682
Face 8874 2559 371 4501
Face 8875 2174 4502 3338
Face 8876 2174 4504 4502
Face 8877 456 4503 3231
Face 8878 456 3872 4503
Face 8879 2880 4504 3757
Face 8880 2880 4502 4504
Face 8881 1694 4505 1328
Face 8882 1694 2705 4505
Face 8883 3170 4506 340
Face 8884 3170 639 4506
Face 8885 1486 4507 2377
Face 8886 1486 786 4507
Face 8887 2069 4508 3854
Face 8888 2069 2233 4508
Face 8889 1686 4509 18
Face 8890 1686 4083 4509
Face 8891 771 4510 4014
Face 8892 771 2095 4510
Face 8893 849 4511 2665
Face 8894 849 3909 4511
Face 8895 2674 4512 624
Face 8896 2674 956 4512
Face 8897 1198 4513 3721
Face 8898 1198 3820 4513
Face 8899 1209 4514 2946
Face 8900 1209 4920 4514
Face 8901 668 4515 4535
Face 8902 668 3831 4515
Face 8903 1230 4516 3319
Face 8904 1230 576 4516
Face 8905 3197 4517 865
Face 8906 3197 1839 4517
Face 8907 1613 4518 2747
Face 8908 1613 1001 4518
Face 8909 370 4519 2032
Face 8910 370 1571 4519
Face 8911 2334 4520 875
Face 8912 2334 4352 4520
Face 8913 1902 4521 3989
Face 8914 1902 613 4521
Face 8915 578 4522 2188
Face 8916 578 4107 4522
Face 8917 2196 4523 1023
Face 8918 2196 105 4523
Face 8919 1973 4524 3730
Face 8920 1973 4343 4524
Face 8921 733 4525 2081
Face 8922 733 3002 4525
Face 8923 3711 4526 3028
Face 8924 3711 2221 4526
Face 8925 779 4527 3908
Face 8926 779 4476 4527
Face 8927 1570 4528 622
Face 8928 1570 4124 4528
Face 8929 2769 4529 1409
Face 8930 2769 1328 4529
Face 8931 1176 4530 194
Face 8932 1176 27 4530
Face 8933 1538 4531 3525
Face 8934 1538 4729 4531
Face 8935 1949 4532 1057
Face 8936 1949 3188 4532
Face 8937 1322 4533 2499
Face 8938 1322 3022 4533
Face 8939 2946 4534 1645
Face 8940 2946 207 4534
Face 8941 2732 4535 4515
Face 8942 2732 4402 4535
Face 8943 1746 4536 453
Face 8944 1746 1909 4536
Face 8945 1530 4537 3764
Face 8946 1530 3508 4537
Face 8947 976 4538 4017
Face 8948 976 2953 4538
Face 8949 1579 4539 4237
Face 8950 1579 4014 4539
Face 8951 1783 4540 4466
Face 8952 1783 3346 4540
Face 8953 3357 4541 605
Face 8954 3357 387 4541
Face 8955 3402 4542 2505
Face 8956 3402 604 4542
Face 8957 2203 4543 2895
Face 8958 2203 4018 4543
Face 8959 588 4544 1937
Face 8960 588 1724 4544
Face 8961 3341 4545 4459
Face 8962 3341 22 4545
Face 8963 317 4546 3398
Face 8964 317 3535 4546
Face 8965 3864 4547 2325
Face 8966 414 4548 3294
Face 8967 414 925 4548
Face 8968 3604 4549 1767
Face 8969 3604 5061 4549
Face 8970 2417 4550 1396
Face 8971 2417 1731 4550
Face 8972 322 4551 715
Face 8973 322 3678 4551
Face 8974 1739 4552 2595
Face 8975 1739 528 4552
Face 8976 2210 4553 2893
Face 8977 2210 2236 4553
Face 8978 922 4554 3844
Face 8979 922 2356 4554
Face 8980 1146 4555 3943
Face 8981 1146 303 4555
Face 8982 2304 4556 2149
Face 8983 2304 2844 4556
Face 8984 239 4557 3539
Face 8985 239 961 4557
Face 8986 1157 4558 341
Face 8987 1157 3317 4558
Face 8988 1520 4559 2023
Face 8989 1520 2573 4559
Face 8990 3158 4560 2421
Face 8991 3158 1724 4560
Face 8992 2007 4561 3503
Face 8993 2007 1087 4561
Face 8994 460 4562 635
Face 8995 460 3516 4562
Face 8996 2452 4563 1517
Face 8997 2452 2053 4563
Face 8998 1313 4564 5016
Face 8999 1313 3663 4564
Face 9000 1119 4565 4362
Face 9001 1119 3381 4565
Face 9002 195 4566 2434
Face 9003 195 3752 4566
Face 9004 1073 4567 2900
Face 9005 1073 3846 4567
Face 9006 3141 4568 512
Face 9007 3141 1978 4568
Face 9008 3285 4569 563
Face 9009 3285 1592 4569
Face 9010 1061 4570 398
Face 9011 1061 2683 4570
Face 9012 129 4571 2285
Face 9013 129 4132 4571
Face 9014 134 4572 3634
Face 9015 134 874 4572
Face 9016 1891 4573 3712
Face 9017 1891 2161 4573
Face 9018 3043 4574 1102
Face 9019 3043 809 4574
Face 9020 988 4575 426
Face 9021 988 1935 4575
Face 9022 3366 4576 2250
Face 9023 3366 1598 4576
Face 9024 344 4577 4359
Face 9025 344 3826 4577
Face 9026 788 4578 3986
Face 9027 788 2279 4578
Face 9028 1527 4579 3671
Face 9029 1527 504 4579
Face 9030 175 4580 3123
Face 9031 175 2349 4580
Face 9032 2936 4581 518
Face 9033 2936 3428 4581
Face 9034 449 4582 3589
Face 9035 449 4339 4582
Face 9036 3031 4583 744
Face 9037 3031 1265 4583
Face 9038 25 4584 3421
Face 9039 25 1343 4584
Face 9040 543 4585 2585
Face 9041 543 2523 4585
Face 9042 2827 4586 4093
Face 9043 2827 1611 4586
Face 9044 1043 4587 3706
Face 9045 1043 609 4587
Face 9046 2966 4588 1767
Face 9047 2966 274 4588
Face 9048 3251 4589 2599
Face 9049 3251 4737 4589
Face 9050 2682 4590 3270
Face 9051 2682 1995 4590
Face 9052 221 4591 2688
Face 9053 221 1390 4591
Face 9054 320 4592 521
Face 9055 320 2555 4592
Face 9056 5060 4593 3323
Face 9057 73 646 4593
Face 9058 817 4594 2795
Face 9059 817 4201 4594
Face 9060 609 4595 4462
Face 9061 609 2924 4595
Face 9062 1104 4596 3990
Face 9063 1104 3363 4596
Face 9064 1288 4597 2308
Face 9065 1288 3597 4597
Face 9066 1830 4598 1370
Face 9067 1830 3631 4598
Face 9068 2379 4599 2673
Face 9069 2379 359 4599
Face 9070 205 4600 1994
Face 9071 205 4063 4600
Face 9072 2416 4601 1418
Face 9073 2416 2577 4601
Face 9074 984 4602 4900
Face 9075 984 1616 4602
Face 9076 1365 4603 3979
Face 9077 1365 1850 4603
Face 9078 1366 4604 3912
Face 9079 1366 4967 4604
Face 9080 1485 4605 489
Face 9081 1485 2460 4605
Face 9082 3700 4606 2354
Face 9083 3700 3020 4606
Face 9084 1586 4607 2925
Face 9085 1586 1943 4607
Face 9086 1473 4608 2103
Face 9087 1473 1886 4608
Face 9088 208 4609 1904
Face 9089 208 2422 4609
Face 9090 1077 4610 871
Face 9091 1077 3101 4610
Face 9092 1249 4611 3172
Face 9093 1249 3009 4611
Face 9094 93 4612 4371
Face 9095 93 3083 4612
Face 9096 2794 4613 1217
Face 9097 2794 3920 4613
Face 9098 1622 4614 3477
Face 9099 1622 457 4614
Face 9100 3466 4615 184
Face 9101 3466 2488 4615
Face 9102 3273 4616 2619
Face 9103 3273 2058 4616
Face 9104 262 4617 4155
Face 9105 262 4307 4617
Face 9106 750 4618 4733
Face 9107 750 4424 4618
Face 9108 1416 4619 1919
Face 9109 1416 1960 4619
Face 9110 2111 4620 3025
Face 9111 2111 5058 4620
Face 9112 176 4621 2635
Face 9113 176 3526 4621
Face 9114 2327 4622 1866
Face 9115 2327 3518 4622
Face 9116 3495 4623 2175
Face 9117 3495 1894 4623
Face 9118 3406 4624 1447
Face 9119 3406 191 4624
Face 9120 2954 4625 2332
Face 9121 2954 1979 4625
Face 9122 1482 4626 4184
Face 9123 1482 1315 4626
Face 9124 170 4627 1910
Face 9125 170 3830 4627
Face 9126 3720 4628 2548
Face 9127 3720 2944 4628
Face 9128 2820 4629 3958
Face 9129 2820 4498 4629
Face 9130 634 4630 2550
Face 9131 634 1517 4630
Face 9132 2604 4631 3487
Face 9133 2604 1630 4631
Face 9134 74 4632 921
Face 9135 74 2884 4632
Face 9136 1646 4633 64
Face 9137 1646 1557 4633
Face 9138 1850 4634 2477
Face 9139 1850 3394 4634
Face 9140 2737 4635 2697
Face 9141 2737 12 4635
Face 9142 3818 4636 2194
Face 9143 3818 1068 4636
Face 9144 1843 4637 2960
Face 9145 1843 2710 4637
Face 9146 2926 4638 652
Face 9147 2926 127 4638
Face 9148 1793 4639 3282
Face 9149 1793 3418 4639
Face 9150 2609 4640 390
Face 9151 2609 676 4640
Face 9152 2296 4641 3803
Face 9153 2296 4079 4641
Face 9154 1496 4642 4344
Face 9155 1496 2930 4642
Face 9156 1998 4643 4306
Face 9157 1998 4435 4643
Face 9158 214 4644 719
Face 9159 214 2317 4644
Face 9160 2873 4645 3776
Face 9161 2873 1242 4645
Face 9162 1557 4646 3103
Face 9163 1557 4225 4646
Face 9164 1997 4647 2378
Face 9165 1997 3851 4647
Face 9166 2180 4648 3762
Face 9167 2180 1140 4648
Face 9168 2554 4649 94
Face 9169 2554 1795 4649
Face 9170 2773 4650 40
Face 9171 2773 493 4650
Face 9172 2603 4651 285
Face 9173 2603 142 4651
Face 9174 3047 4652 1608
Face 9175 3047 4193 4652
Face 9176 173 4653 4003
Face 9177 173 3576 4653
Face 9178 2168 4654 908
Face 9179 2168 3109 4654
Face 9180 2404 4655 2985
Face 9181 2404 3724 4655
Face 9182 2908 4656 3856
Face 9183 2908 2319 4656
Face 9184 1576 4657 937
Face 9185 1576 3253 4657
Face 9186 948 4658 374
Face 9187 948 4398 4658
Face 9188 1145 4659 3355
Face 9189 1145 1675 4659
Face 9190 2002 4660 3424
Face 9191 2002 409 4660
Face 9192 3393 4661 1875
Face 9193 3393 186 4661
Face 9194 2306 4662 907
Face 9195 2306 1566 4662
Face 9196 2216 4663 1923
Face 9197 2216 1222 4663
Face 9198 2474 4664 3209
Face 9199 2474 3704 4664
Face 9200 3896 4665 4780
Face 9201 3896 2997 4665
Face 9202 762 4666 2505
Face 9203 762 2693 4666
Face 9204 1826 4667 3924
Face 9205 1826 3796 4667
Face 9206 2218 4668 3812
Face 9207 2218 3018 4668
Face 9208 680 4669 2982
Face 9209 680 2284 4669
Face 9210 3962 4670 2118
Face 9211 3962 1181 4670
Face 9212 3531 4671 4262
Face 9213 3531 2199 4671
Face 9214 1124 4672 2411
Face 9215 1124 3371 4672
Face 9216 2143 4673 522
Face 9217 2143 187 4673
Face 9218 2167 4674 5062
Face 9219 2167 632 4674
Face 9220 2020 4675 3723
Face 9221 2020 1121 4675
Face 9222 1115 4676 2340
Face 9223 1115 3961 4676
Face 9224 737 4677 3601
Face 9225 737 1734 4677
Face 9226 3114 4678 325
Face 9227 3114 2344 4678
Face 9228 3780 4679 604
Face 9229 3780 2753 4679
Face 9230 326 4680 2036
Face 9231 326 2700 4680
Face 9232 1926 4681 2774
Face 9233 1926 661 4681
Face 9234 619 4682 1992
Face 9235 619 3606 4682
Face 9236 3828 4683 95
Face 9237 3828 2563 4683
Face 9238 3913 4684 3244
Face 9239 3913 2907 4684
Face 9240 2311 4685 1411
Face 9241 2311 4363 4685
Face 9242 768 4686 1814
Face 9243 768 1897 4686
Face 9244 1981 4687 1067
Face 9245 1981 4092 4687
Face 9246 3629 4688 2443
Face 9247 3629 710 4688
Face 9248 1187 4689 2290
Face 9249 1187 2861 4689
Face 9250 229 4690 4120
Face 9251 229 4055 4690
Face 9252 2369 4691 3624
Face 9253 2369 4833 4691
Face 9254 1186 4692 2700
Face 9255 1186 3336 4692
Face 9256 713 4693 2986
Face 9257 713 2751 4693
Face 9258 662 4694 3585
Face 9259 662 1484 4694
Face 9260 1834 4695 3565
Face 9261 1834 3385 4695
Face 9262 1019 4696 1507
Face 9263 1019 3740 4696
Face 9264 2010 4697 2638
Face 9265 2010 2568 4697
Face 9266 1449 4698 2197
Face 9267 1449 1269 4698
Face 9268 3371 4699 3076
Face 9269 3371 3726 4699
Face 9270 1656 4700 3695
Face 9271 1656 3511 4700
Face 9272 1354 4701 3408
Face 9273 1354 4683 4701
Face 9274 1213 4702 3007
Face 9275 1213 3916 4702
Face 9276 254 4703 2374
Face 9277 254 2380 4703
Face 9278 1142 4704 3431
Face 9279 1142 4044 4704
Face 9280 2758 4705 4286
Face 9281 2758 4837 4705
Face 9282 1795 4706 4649
Face 9283 1795 4301 4706
Face 9284 1782 4707 3650
Face 9285 1782 1215 4707
Face 9286 2088 4708 3220
Face 9287 2088 1011 4708
Face 9288 1621 4709 1941
Face 9289 1621 2840 4709
Face 9290 1942 4710 3635
Face 9291 1942 3063 4710
Face 9292 3330 4711 2074
Face 9293 3330 2483 4711
Face 9294 1726 4712 849
Face 9295 1726 2130 4712
Face 9296 2472 4713 2999
Face 9297 2472 4124 4713
Face 9298 890 4714 1740
Face 9299 890 3824 4714
Face 9300 1821 4715 4149
Face 9301 1821 965 4715
Face 9302 1495 4716 4383
Face 9303 1495 2921 4716
Face 9304 3237 4717 842
Face 9305 3237 567 4717
Face 9306 2734 4718 340
Face 9307 2734 1003 4718
Face 9308 648 4719 2358
Face 9309 648 1648 4719
Face 9310 1205 4720 2630
Face 9311 1205 3855 4720
Face 9312 1651 4721 4110
Face 9313 1651 1555 4721
Face 9314 3862 4722 4258
Face 9315 3862 683 4722
Face 9316 3048 4723 3535
Face 9317 3048 469 4723
Face 9318 380 4724 1397
Face 9319 380 946 4724
Face 9320 241 4725 1736
Face 9321 241 4059 4725
Face 9322 3929 4726 621
Face 9323 3929 1907 4726
Face 9324 607 4727 1853
Face 9325 607 2252 4727
Face 9326 1340 4728 3220
Face 9327 1340 4074 4728
Face 9328 1050 4729 1538
Face 9329 1050 3506 4729
Face 9330 1755 4730 3305
Face 9331 1755 3568 4730
Face 9332 2751 4731 4693
Face 9333 2751 3945 4731
Face 9334 2742 4732 2138
Face 9335 2742 3598 4732
Face 9336 2589 4733 3234
Face 9337 2589 750 4733
Face 9338 1854 4734 2517
Face 9339 1854 3511 4734
Face 9340 189 4735 3216
Face 9341 189 2359 4735
Face 9342 3626 4736 787
Face 9343 3626 46 4736
Face 9344 1074 4737 3251
Face 9345 1074 224 4737
Face 9346 1673 4738 3659
Face 9347 1673 3067 4738
Face 9348 1630 4739 3451
Face 9349 1630 3842 4739
Face 9350 1583 4740 3384
Face 9351 1583 4086 4740
Face 9352 202 4741 2928
Face 9353 202 2576 4741
Face 9354 369 4742 1659
Face 9355 369 4449 4742
Face 9356 1682 4743 2559
Face 9357 1682 2146 4743
Face 9358 234 4744 1783
Face 9359 234 2549 4744
Face 9360 919 4745 4102
Face 9361 919 1825 4745
Face 9362 1344 4746 4081
Face 9363 1344 359 4746
Face 9364 1284 4747 2647
Face 9365 1284 3692 4747
Face 9366 2630 4748 3229
Face 9367 2630 816 4748
Face 9368 2858 4749 1584
Face 9369 2858 1374 4749
Face 9370 3164 4750 3964
Face 9371 3164 2298 4750
Face 9372 57 4751 5049
Face 9373 57 1454 4751
Face 9374 293 4752 1184
Face 9375 293 4198 4752
Face 9376 3367 4753 3953
Face 9377 3367 1012 4753
Face 9378 1054 4754 3509
Face 9379 1054 4447 4754
Face 9380 694 4755 1678
Face 9381 694 4331 4755
Face 9382 758 4756 3086
Face 9383 758 479 4756
Face 9384 1696 4757 2019
Face 9385 1696 408 4757
Face 9386 1256 4758 2395
Face 9387 1256 656 4758
Face 9388 2818 4759 1463
Face 9389 2818 807 4759
Face 9390 3575 4760 2542
Face 9391 3575 3102 4760
Face 9392 2744 4761 470
Face 9393 2744 1528 4761
Face 9394 3759 4762 541
Face 9395 3759 978 4762
Face 9396 2291 4763 1832
Face 9397 2291 3771 4763
Face 9398 2779 4764 686
Face 9399 2779 1138 4764
Face 9400 595 4765 2932
Face 9401 595 3971 4765
Face 9402 3662 4766 1774
Face 9403 3662 3150 4766
Face 9404 784 4767 4336
Face 9405 784 3262 4767
Face 9406 246 4768 2461
Face 9407 246 2148 4768
Face 9408 1108 4769 200
Face 9409 1108 2104 4769
Face 9410 3067 4770 4738
Face 9411 3067 68 4770
Face 9412 644 4771 3653
Face 9413 644 2877 4771
Face 9414 3530 4772 2413
Face 9415 3530 2944 4772
Face 9416 2446 4773 2341
Face 9417 2446 450 4773
Face 9418 2790 4774 3978
Face 9419 2790 883 4774
Face 9420 70 4775 1954
Face 9421 70 2631 4775
Face 9422 2621 4776 1918
Face 9423 2621 447 4776
Face 9424 1624 4777 4325
Face 9425 1624 3490 4777
Face 9426 3675 4778 31
Face 9427 3675 2109 4778
Face 9428 1029 4779 1274
Face 9429 1029 3043 4779
Face 9430 1597 4780 2579
Face 9431 1597 3160 4780
Face 9432 2139 4781 3411
Face 9433 2139 2625 4781
Face 9434 1503 4782 2534
Face 9435 1503 3875 4782
Face 9436 963 4783 716
Face 9437 963 4565 4783
Face 9438 3641 4784 836
Face 9439 3641 1156 4784
Face 9440 1423 4785 2565
Face 9441 1423 2556 4785
Face 9442 2056 4786 212
Face 9443 2056 869 4786
Face 9444 2106 4787 3733
Face 9445 2106 236 4787
Face 9446 2992 4788 1308
Face 9447 2992 2707 4788
Face 9448 3623 4789 1144
Face 9449 3623 80 4789
Face 9450 1837 4790 146
Face 9451 1837 4203 4790
Face 9452 284 4791 3552
Face 9453 284 2976 4791
Face 9454 1433 4792 2596
Face 9455 1433 3486 4792
Face 9456 3168 4793 571
Face 9457 3168 1263 4793
Face 9458 2656 4794 2713
Face 9459 2656 2819 4794
Face 9460 2410 4795 682
Face 9461 2410 4484 4795
Face 9462 2414 4796 1942
Face 9463 2414 3515 4796
Face 9464 1873 4797 4211
Face 9465 1873 3097 4797
Face 9466 1277 4798 821
Face 9467 1277 3382 4798
Face 9468 2764 4799 1012
Face 9469 2764 1248 4799
Face 9470 3119 4800 3946
Face 9471 3119 3808 4800
Face 9472 1398 4801 4365
Face 9473 1398 2075 4801
Face 9474 3320 4802 1675
Face 9475 3320 2299 4802
Face 9476 815 4803 2046
Face 9477 815 2298 4803
Face 9478 1111 4804 247
Face 9479 1111 222 4804
Face 9480 669 4805 851
Face 9481 669 3823 4805
Face 9482 2726 4806 1018
Face 9483 2726 1768 4806
Face 9484 3441 4807 3796
Face 9485 3441 2387 4807
Face 9486 1928 4808 3325
Face 9487 1928 2193 4808
Face 9488 2217 4809 1353
Face 9489 2217 870 4809
Face 9490 1047 4810 2982
Face 9491 1047 3633 4810
Face 9492 1849 4811 4282
Face 9493 1849 3436 4811
Face 9494 2562 4812 1406
Face 9495 2562 747 4812
Face 9496 3155 4813 361
Face 9497 3155 98 4813
Face 9498 2071 4814 4233
Face 9499 2071 3593 4814
Face 9500 2899 4815 980
Face 9501 2899 4500 4815
Face 9502 1067 4816 1981
Face 9503 1067 3850 4816
Face 9504 811 4817 1395
Face 9505 811 4151 4817
Face 9506 2868 4818 3106
Face 9507 2868 3857 4818
Face 9508 1734 4819 4275
Face 9509 1734 737 4819
Face 9510 2243 4820 2909
Face 9511 2243 1367 4820
Face 9512 1663 4821 3175
Face 9513 1663 2806 4821
Face 9514 2871 4822 1058
Face 9515 2871 4064 4822
Face 9516 1800 4823 3642
Face 9517 1800 3546 4823
Face 9518 3085 4824 4296
Face 9519 3085 4018 4824
Face 9520 3240 4825 1262
Face 9521 3240 1336 4825
Face 9522 1174 4826 4219
Face 9523 1174 736 4826
Face 9524 1479 4827 1616
Face 9525 1479 2860 4827
Face 9526 153 4828 3839
Face 9527 153 2513 4828
Face 9528 2193 4829 389
Face 9529 2193 4759 4829
Face 9530 46 4830 2682
Face 9531 46 3269 4830
Face 9532 861 4831 2828
Face 9533 861 3487 4831
Face 9534 5029 4832 2658
Face 9535 3210 927 4832
Face 9536 2912 4833 2369
Face 9537 2912 2272 4833
Face 9538 1733 4834 3705
Face 9539 5002 558 4834
Face 9540 1966 4835 1923
Face 9541 1966 3063 4835
Face 9542 882 4836 4376
Face 9543 882 2783 4836
Face 9544 3277 4837 2758
Face 9545 3277 3028 4837
Face 9546 603 4838 4349
Face 9547 603 1737 4838
Face 9548 2463 4839 1089
Face 9549 2463 3139 4839
Face 9550 3758 4840 1760
Face 9551 3758 1152 4840
Face 9552 2457 4841 1632
Face 9553 2457 3781 4841
Face 9554 2729 4842 1062
Face 9555 2729 1718 4842
Face 9556 2497 4843 640
Face 9557 2497 2107 4843
Face 9558 3543 4844 4131
Face 9559 3543 2454 4844
Face 9560 751 4845 1100
Face 9561 751 2226 4845
Face 9562 1160 4846 1615
Face 9563 1160 2093 4846
Face 9564 3211 4847 725
Face 9565 3211 908 4847
Face 9566 3488 4848 695
Face 9567 3488 3167 4848
Face 9568 1216 4849 2529
Face 9569 1216 3374 4849
Face 9570 2616 4850 2387
Face 9571 2616 2842 4850
Face 9572 2991 4851 3407
Face 9573 2991 1553 4851
Face 9574 1657 4852 1246
Face 9575 1657 4606 4852
Face 9576 2421 4853 2657
Face 9577 2421 1300 4853
Face 9578 1457 4854 4021
Face 9579 1457 2705 4854
Face 9580 280 4855 2747
Face 9581 280 4223 4855
Face 9582 106 4856 3311
Face 9583 106 4641 4856
Face 9584 2134 4857 4318
Face 9585 2134 3422 4857
Face 9586 152 4858 1272
Face 9587 152 3485 4858
Face 9588 2540 4859 2805
Face 9589 2540 4384 4859
Face 9590 13 4860 4278
Face 9591 13 1725 4860
Face 9592 2036 4861 326
Face 9593 2036 924 4861
Face 9594 2597 4862 4841
Face 9595 2597 4592 4862
Face 9596 3869 4863 3947
Face 9597 3869 1745 4863
Face 9598 688 4864 2792
Face 9599 688 1829 4864
Face 9600 3349 4865 2276
Face 9601 3349 217 4865
Face 9602 2721 4866 840
Face 9603 2721 1011 4866
Face 9604 2008 4867 636
Face 9605 2008 3104 4867
Face 9606 2285 4868 2028
Face 9607 2285 3583 4868
Face 9608 2034 4869 2377
Face 9609 2034 1166 4869
Face 9610 3146 4870 3803
Face 9611 3146 4301 4870
Face 9612 26 4871 2632
Face 9613 26 648 4871
Face 9614 261 4872 2746
Face 9615 261 4955 4872
Face 9616 495 4873 2490
Face 9617 495 4134 4873
Face 9618 1254 4874 2679
Face 9619 1254 3566 4874
Face 9620 3470 4875 1389
Face 9621 3470 2192 4875
Face 9622 2955 4876 778
Face 9623 2955 3928 4876
Face 9624 200 4877 1020
Face 9625 200 4769 4877
Face 9626 2197 4878 3252
Face 9627 2197 39 4878
Face 9628 3395 4879 1183
Face 9629 3395 3397 4879
Face 9630 2390 4880 791
Face 9631 2390 3816 4880
Face 9632 1692 4881 879
Face 9633 1692 3113 4881
Face 9634 1731 4882 3622
Face 9635 1731 2730 4882
Face 9636 3002 4883 1136
Face 9637 3002 580 4883
Face 9638 3333 4884 1658
Face 9639 3333 1545 4884
Face 9640 4231 4885 3760
Face 9641 4231 970 4885
Face 9642 826 4886 2406
Face 9643 826 3227 4886
Face 9644 3900 4887 1265
Face 9645 3900 1943 4887
Face 9646 3078 4888 2546
Face 9647 3078 4247 4888
Face 9648 2455 4889 678
Face 9649 2455 4489 4889
Face 9650 1241 4890 440
Face 9651 1241 4067 4890
Face 9652 2314 4891 3751
Face 9653 2314 3133 4891
Face 9654 842 4892 162
Face 9655 842 2329 4892
Face 9656 485 4893 2889
Face 9657 485 2492 4893
Face 9658 2594 4894 464
Face 9659 2594 1278 4894
Face 9660 1422 4895 2502
Face 9661 1422 1566 4895
Face 9662 962 4896 4279
Face 9663 962 2222 4896
Face 9664 1903 4897 4432
Face 9665 1903 2392 4897
Face 9666 1003 4898 3198
Face 9667 1003 3038 4898
Face 9668 590 4899 3376
Face 9669 590 1194 4899
Face 9670 291 4900 4602
Face 9671 291 3954 4900
Face 9672 1872 4901 2603
Face 9673 1872 673 4901
Face 9674 2499 4902 884
Face 9675 2499 3825 4902
Face 9676 2207 4903 1250
Face 9677 2207 315 4903
Face 9678 2309 4904 3685
Face 9679 2309 4467 4904
Face 9680 433 4905 1131
Face 9681 433 1345 4905
Face 9682 349 4906 2033
Face 9683 349 3999 4906
Face 9684 616 4907 3607
Face 9685 616 1690 4907
Face 9686 1109 4908 3114
Face 9687 1109 1633 4908
Face 9688 1640 4909 1013
Face 9689 1640 1627 4909
Face 9690 2353 4910 1521
Face 9691 2353 2980 4910
Face 9692 1247 4911 4020
Face 9693 1247 368 4911
Face 9694 2021 4912 3567
Face 9695 2021 2553 4912
Face 9696 2768 4913 4784
Face 9697 2768 383 4913
Face 9698 2683 4914 4570
Face 9699 2683 391 4914
Face 9700 1150 4915 155
Face 9701 1150 4389 4915
Face 9702 491 4916 3926
Face 9703 491 1966 4916
Face 9704 3878 4917 3456
Face 9705 3878 192 4917
Face 9706 2277 4918 3359
Face 9707 2277 2504 4918
Face 9708 1615 4919 1160
Face 9709 1615 52 4919
Face 9710 3595 4920 1327
Face 9711 3595 653 4920
Face 9712 2688 4921 4094
Face 9713 2688 729 4921
Face 9714 2778 4922 3552
Face 9715 2778 1901 4922
Face 9716 1185 4923 2809
Face 9717 1185 4432 4923
Face 9718 3288 4924 681
Face 9719 3288 1188 4924
Face 9720 876 4925 3880
Face 9721 876 2975 4925
Face 9722 1838 4926 1004
Face 9723 1838 50 4926
Face 9724 4114 4927 1245
Face 9725 4114 1776 4927
Face 9726 1916 4928 4461
Face 9727 1916 3035 4928
Face 9728 2879 4929 1732
Face 9729 2879 279 4929
Face 9730 528 4930 2866
Face 9731 528 728 4930
Face 9732 1603 4931 4027
Face 9733 1603 2870 4931
Face 9734 947 4932 2231
Face 9735 947 4333 4932
Face 9736 1839 4933 4517
Face 9737 1839 42 4933
Face 9738 2319 4934 3930
Face 9739 2319 1212 4934
Face 9740 2017 4935 4282
Face 9741 2017 4461 4935
Face 9742 3400 4936 2764
Face 9743 3400 189 4936
Face 9744 1117 4937 5036
Face 9745 1117 4354 4937
Face 9746 3083 4938 1540
Face 9747 3083 4204 4938
Face 9748 989 4939 3655
Face 9749 989 4130 4939
Face 9750 3382 4940 2081
Face 9751 3382 2675 4940
Face 9752 1382 4941 4187
Face 9753 1382 3170 4941
Face 9754 3160 4942 3896
Face 9755 3160 2617 4942
Face 9756 2381 4943 4475
Face 9757 2381 2424 4943
Face 9758 430 4944 2043
Face 9759 430 3207 4944
Face 9760 763 4945 3735
Face 9761 763 2825 4945
Face 9762 1711 4946 2822
Face 9763 1711 4987 4946
Face 9764 2619 4947 895
Face 9765 2619 1798 4947
Face 9766 1323 4948 4581
Face 9767 1323 717 4948
Face 9768 3923 4949 552
Face 9769 3923 2838 4949
Face 9770 2157 4950 274
Face 9771 2157 178 4950
Face 9772 791 4951 3556
Face 9773 791 3613 4951
Face 9774 2602 4952 4754
Face 9775 2602 1721 4952
Face 9776 3690 4953 267
Face 9777 3690 738 4953
Face 9778 2987 4954 1462
Face 9779 2987 58 4954
Face 9780 1144 4955 261
Face 9781 1144 1653 4955
Face 9782 188 4956 2929
Face 9783 188 847 4956
Face 9784 2578 4957 1668
Face 9785 2578 515 4957
Face 9786 265 4958 2529
Face 9787 265 3688 4958
Face 9788 1218 4959 2461
Face 9789 1218 2503 4959
Face 9790 3077 4960 244
Face 9791 3077 454 4960
Face 9792 2024 4961 2971
Face 9793 2024 515 4961
Face 9794 2922 4962 385
Face 9795 2922 124 4962
Face 9796 1135 4963 704
Face 9797 1135 4019 4963
Face 9798 506 4964 3615
Face 9799 506 4072 4964
Face 9800 3788 4965 4295
Face 9801 3788 1953 4965
Face 9802 983 4966 442
Face 9803 983 4234 4966
Face 9804 893 4967 1366
Face 9805 893 1071 4967
Face 9806 3810 4968 33
Face 9807 3810 1122 4968
Face 9808 657 4969 1531
Face 9809 657 2442 4969
Face 9810 3098 4970 3729
Face 9811 3098 3873 4970
Face 9812 2171 4971 3684
Face 9813 2171 1955 4971
Face 9814 3859 4972 4625
Face 9815 3859 820 4972
Face 9816 3549 4973 2090
Face 9817 3549 136 4973
Face 9818 2109 4974 2740
Face 9819 2109 1029 4974
Face 9820 877 4975 3789
Face 9821 877 1330 4975
Face 9822 2329 4976 1199
Face 9823 2329 98 4976
Face 9824 1337 4977 4930
Face 9825 1337 3963 4977
Face 9826 2725 4978 1545
Face 9827 2725 82 4978
Face 9828 434 4979 4783
Face 9829 434 3058 4979
Face 9830 2035 4980 741
Face 9831 2035 3957 4980
Face 9832 645 4981 2123
Face 9833 645 3737 4981
Face 9834 851 4982 3440
Face 9835 851 1949 4982
Face 9836 2031 4983 1273
Face 9837 2031 3602 4983
Face 9838 2202 4984 511
Face 9839 2202 1556 4984
Face 9840 2006 4985 526
Face 9841 2006 4255 4985
Face 9842 458 4986 1917
Face 9843 458 1362 4986
Face 9844 3703 4987 578
Face 9845 3703 4946 4987
Face 9846 2301 4988 652
Face 9847 2301 4208 4988
Face 9848 1403 4989 3583
Face 9849 1403 4781 4989
Face 9850 1068 4990 2862
Face 9851 1068 1775 4990
Face 9852 649 4991 4036
Face 9853 649 4287 4991
Face 9854 709 4992 2569
Face 9855 709 3282 4992
Face 9856 1307 4993 3364
Face 9857 1307 4357 4993
Face 9858 3340 4994 2570
Face 9859 3340 4126 4994
Face 9860 2950 4995 1338
Face 9861 2950 2709 4995
Face 9862 3034 4996 1757
Face 9863 3034 907 4996
Face 9864 3188 4997 1601
Face 9865 3188 1207 4997
Face 9866 1021 4998 3116
Face 9867 1021 1747 4998
Face 9868 3038 4999 2208
Face 9869 3038 1887 4999
Face 9870 41 5000 1162
Face 9871 41 3615 5000
Face 9872 477 5001 3438
Face 9873 477 3093 5001
Face 9874 1733 5002 4834
Face 9875 1733 2946 5002
Face 9876 1092 5003 2211
Face 9877 1092 4107 5003
Face 9878 3214 5004 1904
Face 9879 3214 2176 5004
Face 9880 2564 5005 1350
Face 9881 2564 1977 5005
Face 9882 1995 5006 4590
Face 9883 1995 4349 5006
Face 9884 1785 5007 3312
Face 9885 1785 3701 5007
Face 9886 2124 5008 4534
Face 9887 2124 3343 5008
Face 9888 3190 5009 4440
Face 9889 3190 2096 5009
Face 9890 1415 5010 748
Face 9891 1415 2481 5010
Face 9892 3730 5011 912
Face 9893 3730 4524 5011
Face 9894 586 5012 4460
Face 9895 586 977 5012
Face 9896 537 5013 2486
Face 9897 537 3819 5013
Face 9898 427 5014 3576
Face 9899 427 1693 5014
Face 9900 3541 5015 2511
Face 9901 3541 2656 5015
Face 9902 120 5016 4564
Face 9903 120 1655 5016
Face 9904 3596 5017 4162
Face 9905 3596 4194 5017
Face 9906 3365 5018 3195
Face 9907 3365 1893 5018
Face 9908 181 5019 2038
Face 9909 181 1654 5019
Face 9910 1548 5020 3795
Face 9911 1548 4170 5020
Face 9912 2348 5021 910
Face 9913 2348 1137 5021
Face 9914 1813 5022 1255
Face 9915 1813 2859 5022
Face 9916 300 5023 1681
Face 9917 300 3837 5023
Face 9918 3224 5024 45
Face 9919 3224 1520 5024
Face 9920 2708 5025 3142
Face 9921 2708 1466 5025
Face 9922 3049 5026 3569
Face 9923 3049 510 5026
Face 9924 1580 5027 2754
Face 9925 1580 3621 5027
Face 9926 15 5028 1127
Face 9927 15 4193 5028
Face 9928 3210 5029 565
Face 9929 3210 4832 5029
Face 9930 3360 5030 1730
Face 9931 3360 2437 5030
Face 9932 2789 5031 1081
Face 9933 2789 4177 5031
Face 9934 297 5032 3299
Face 9935 297 2608 5032
Face 9936 1930 5033 898
Face 9937 1930 4059 5033
Face 9938 319 5034 2510
Face 9939 319 2231 5034
Face 9940 2555 5035 3769
Face 9941 2555 4385 5035
Face 9942 2092 5036 4937
Face 9943 2092 3798 5036
Face 9944 2843 5037 3396
Face 9945 2843 4103 5037
Face 9946 23 5038 3319
Face 9947 23 1066 5038
Face 9948 1675 5039 2697
Face 9949 1675 4320 5039
Face 9950 2795 5040 291
Face 9951 2795 4594 5040
Face 9952 1297 5041 2759
Face 9953 1297 1679 5041
Face 9954 1348 5042 4209
Face 9955 1348 3915 5042
Face 9956 493 5043 3971
Face 9957 493 2773 5043
Face 9958 127 5044 1501
Face 9959 127 2872 5044
Face 9960 1301 5045 4954
Face 9961 1301 3389 5045
Face 9962 2644 5046 3309
Face 9963 2644 4098 5046
Face 9964 2776 5047 2468
Face 9965 2776 835 5047
Face 9966 1443 5048 2733
Face 9967 1443 4042 5048
Face 9968 1095 5049 4751
Face 9969 1095 3605 5049
Face 9970 2264 5050 841
Face 9971 2264 3090 5050
Face 9972 2282 5051 1170
Face 9973 2282 933 5051
Face 9974 2581 5052 1335
Face 9975 2581 3956 5052
Face 9976 2365 5053 69
Face 9977 2365 836 5053
Face 9978 1030 5054 2452
Face 9979 1030 1663 5054
Face 9980 4635 5055 4659
Face 9981 4635 12 5055
Face 9982 2342 5056 1511
Face 9983 2342 4048 5056
Face 9984 1883 5057 471
Face 9985 1883 3030 5057
Face 9986 63 5058 2111
Face 9987 63 4528 5058
Face 9988 2996 5059 1492
Face 9989 2996 1843 5059
Face 9990 73 5060 3292
Face 9991 73 4593 5060
Face 9992 870 5061 4002
Face 9993 870 3457 5061
Face 9994 1158 5062 4674
Face 9995 1397 5063 3522
Face 9996 1397 3950 5063
Face 9997 3630 5064 1789
Face 9998 3630 1316 5064
Face 9999 225 5065 2785
Face 10000 225 4732 5065
================================================
FILE: models/bunny500.m
================================================
Vertex 1 -0.0418663 0.0340021 -0.00580283
Vertex 2 -0.0380666 0.0385186 -0.00730796
Vertex 3 0.00621941 0.0351341 0.00654928
Vertex 4 0.021677 0.0354914 0.00935068
Vertex 5 -0.0324992 0.033739 0.00907408
Vertex 6 0.0174901 0.0346463 0.0220409
Vertex 7 -0.0525671 0.0335472 0.0123651
Vertex 8 -0.0360812 0.0358497 0.0136623
Vertex 9 -0.0510279 0.0336678 0.0250302
Vertex 10 0.00852878 0.034888 0.0362651
Vertex 11 -0.0348346 0.0347214 0.0345782
Vertex 12 -0.0149936 0.0395459 0.0398583
Vertex 13 -0.0631142 0.178334 -0.0583576
Vertex 14 -0.0926613 0.122825 0.0414622
Vertex 15 0.0334188 0.115464 0.00204907
Vertex 16 0.00150188 0.0938741 0.0550191
Vertex 17 0.0122157 0.0346138 -0.0197432
Vertex 18 0.057752 0.0523416 0.0181873
Vertex 19 -0.0203431 0.186558 -0.0166005
Vertex 20 -0.0706835 0.155594 0.0053992
Vertex 21 -0.049291 0.131272 -0.000642385
Vertex 22 -0.0654945 0.0398115 -0.0063825
Vertex 23 -0.0597544 0.151092 0.0347772
Vertex 24 -0.00479883 0.0826783 -0.0376925
Vertex 25 0.0154275 0.0350916 0.0411096
Vertex 26 -0.0274456 0.0382197 0.0539829
Vertex 27 0.00866181 0.128565 0.0271896
Vertex 28 -0.0849159 0.123546 -0.00333555
Vertex 29 -0.0427254 0.0358312 -0.0275925
Vertex 30 -0.0634853 0.0904216 0.0451002
Vertex 31 0.0371254 0.0869172 -0.0157926
Vertex 32 -0.0808762 0.0733317 0.00350919
Vertex 33 -0.0870329 0.152942 0.0187545
Vertex 34 0.0344933 0.0929192 0.0394802
Vertex 35 -0.0606157 0.0459479 0.0402046
Vertex 36 0.0106278 0.12033 -0.0136749
Vertex 37 -0.00975768 0.167025 -0.0223761
Vertex 38 -0.0486234 0.0532712 -0.0094518
Vertex 39 -0.064755 0.068231 0.0343382
Vertex 40 -0.0827096 0.131285 0.0511192
Vertex 41 -0.0737739 0.0878479 -0.0153893
Vertex 42 -0.0680885 0.16093 -0.05501
Vertex 43 -0.0370064 0.121579 0.0285082
Vertex 44 -0.027701 0.0549269 0.0368456
Vertex 45 0.0383993 0.0413521 -0.00190432
Vertex 46 0.0577041 0.0703778 0.00716237
Vertex 47 -0.0777137 0.177848 -0.0500546
Vertex 48 -0.0650925 0.142629 -0.00933509
Vertex 49 0.0181983 0.0768373 0.0527356
Vertex 50 -0.0304781 0.0523954 -0.0163632
Vertex 51 -0.0913588 0.113353 0.0143394
Vertex 52 -0.0510836 0.145457 -0.000907293
Vertex 53 -0.0444613 0.12936 0.0182577
Vertex 54 -0.0194987 0.0828823 0.05729
Vertex 55 0.0193474 0.0551603 -0.0276297
Vertex 56 -0.0213746 0.0936314 -0.0333712
Vertex 57 -0.0716377 0.0368114 0.00909586
Vertex 58 -0.0735089 0.120392 0.0535609
Vertex 59 0.034591 0.113857 0.0224952
Vertex 60 -0.0790692 0.0804499 0.033529
Vertex 61 -0.0311696 0.0749025 -0.031542
Vertex 62 0.0100369 0.130324 0.00340984
Vertex 63 -0.0581623 0.155642 0.0142378
Vertex 64 -0.0523454 0.059725 0.0287459
Vertex 65 -0.0778099 0.148638 -0.00388521
Vertex 66 0.0502975 0.0560957 -0.00457555
Vertex 67 -0.0298463 0.0958488 -0.0239617
Vertex 68 -0.0596993 0.0345337 0.0416145
Vertex 69 -0.0142526 0.181479 -0.0279552
Vertex 70 -0.0335185 0.0974234 0.0440535
Vertex 71 0.0553211 0.0622297 0.0271921
Vertex 72 -0.089555 0.092956 0.0194329
Vertex 73 -0.0354636 0.172718 -0.000342919
Vertex 74 -0.0778403 0.10982 0.0432074
Vertex 75 0.0437747 0.084485 0.0264379
Vertex 76 -0.061825 0.164563 -0.0576805
Vertex 77 -0.00773495 0.12664 -0.00628182
Vertex 78 -0.039497 0.0436994 0.0413132
Vertex 79 0.0122013 0.0878954 -0.0308742
Vertex 80 -0.09096 0.148814 0.0141536
Vertex 81 -0.0501563 0.11976 0.0326732
Vertex 82 -0.0568852 0.111179 -0.0170834
Vertex 83 -0.0391149 0.0337868 -0.0291782
Vertex 84 0.0455252 0.0918117 0.00617298
Vertex 85 -0.00149547 0.119691 0.0381347
Vertex 86 0.00250176 0.0620246 0.0566613
Vertex 87 -0.0725091 0.147853 -0.0287195
Vertex 88 -0.0667502 0.0337781 -0.00695475
Vertex 89 -0.0706528 0.0621972 0.0100461
Vertex 90 -0.0132407 0.164048 -0.012311
Vertex 91 -0.0532393 0.0448331 0.0206817
Vertex 92 -0.0164815 0.0515035 0.0485835
Vertex 93 -0.0655548 0.153788 -0.00146085
Vertex 94 -0.0509182 0.146274 0.0133981
Vertex 95 -0.00957846 0.178815 -0.0287373
Vertex 96 -0.0836424 0.0924862 -0.00555232
Vertex 97 0.0384903 0.0499056 0.0320993
Vertex 98 0.0240424 0.122784 0.0256717
Vertex 99 -0.0137183 0.0628763 -0.0368336
Vertex 100 -0.0345208 0.0633716 0.0403553
Vertex 101 -0.0728479 0.14776 0.0416103
Vertex 102 -0.0358756 0.107103 -0.0202685
Vertex 103 -0.0537766 0.0826585 -0.0215583
Vertex 104 -0.0672891 0.178209 -0.0595336
Vertex 105 0.00532997 0.0389553 -0.00830106
Vertex 106 -0.0588103 0.157344 0.00530008
Vertex 107 0.0339626 0.0356317 0.0117064
Vertex 108 0.0335254 0.101204 -0.0131717
Vertex 109 -0.0385029 0.0346069 0.040918
Vertex 110 -0.0842996 0.0965857 0.0297797
Vertex 111 0.0104112 0.0375138 -0.0230668
Vertex 112 -0.0246656 0.0492403 -0.0269082
Vertex 113 -0.0749499 0.112554 -0.00662315
Vertex 114 0.0184707 0.107054 0.0413783
Vertex 115 0.0552084 0.0493743 0.00621284
Vertex 116 -0.0610891 0.0339525 0.017372
Vertex 117 -0.0670049 0.0372923 0.032499
Vertex 118 -0.0634989 0.108392 0.0384413
Vertex 119 0.0358388 0.063303 0.0376893
Vertex 120 -0.0148223 0.129108 0.012888
Vertex 121 -0.0667756 0.124253 0.0509201
Vertex 122 0.0499455 0.0733656 0.0164225
Vertex 123 -0.0181454 0.0347978 0.0451006
Vertex 124 -0.0356288 0.0533886 -0.010251
Vertex 125 -0.0306281 0.0831438 0.0423752
Vertex 126 -0.0258016 0.0867079 -0.0364604
Vertex 127 0.0137867 0.0377633 0.0443361
Vertex 128 0.0191388 0.0356129 -0.00667825
Vertex 129 0.0451032 0.0777437 0.000209071
Vertex 130 -0.0505797 0.0528906 0.0145102
Vertex 131 -0.0259323 0.124597 0.000115118
Vertex 132 -0.0946899 0.124172 0.0202666
Vertex 133 -0.0662037 0.154495 -0.0505507
Vertex 134 0.0070795 0.101453 -0.021277
Vertex 135 -0.0265805 0.0377426 0.0157053
Vertex 136 -0.087976 0.141871 0.0376917
Vertex 137 -0.0160134 0.0959893 0.0521651
Vertex 138 -0.0589977 0.125247 -0.00779139
Vertex 139 -0.0188175 0.159674 -0.00630165
Vertex 140 -0.0564911 0.0400264 0.0468768
Vertex 141 -0.0169683 0.186741 -0.0196674
Vertex 142 0.0593498 0.066038 0.0207029
Vertex 143 0.037704 0.0574555 -0.00668675
Vertex 144 0.00242535 0.0343652 0.00462872
Vertex 145 -0.034222 0.0422724 0.0479221
Vertex 146 -0.0367537 0.0783235 -0.0195335
Vertex 147 -0.0686919 0.0750175 -0.0147112
Vertex 148 -0.0345377 0.0353482 -0.0311793
Vertex 149 -0.0449507 0.157934 0.00683281
Vertex 150 -0.0515288 0.0559219 0.0167726
Vertex 151 -0.089438 0.113514 0.0412091
Vertex 152 -0.0570856 0.153101 -0.000954757
Vertex 153 -0.0284906 0.0932063 0.0444855
Vertex 154 -0.0654928 0.0818627 0.0433416
Vertex 155 -0.0185134 0.0473863 0.05026
Vertex 156 -0.0865431 0.106355 0.0183534
Vertex 157 -0.0772499 0.172214 -0.0459981
Vertex 158 0.004329 0.114453 -0.0192954
Vertex 159 -0.0681398 0.156014 0.0252192
Vertex 160 0.0260218 0.0493062 -0.0196675
Vertex 161 0.0233024 0.124378 0.00401489
Vertex 162 0.02054 0.116646 0.0351499
Vertex 163 0.0434163 0.0464179 0.0294988
Vertex 164 -0.077237 0.0721326 0.0266059
Vertex 165 0.0463602 0.0692197 0.00260588
Vertex 166 -0.0294591 0.0367076 -0.0187628
Vertex 167 -0.058126 0.0494622 0.00265482
Vertex 168 -0.0451547 0.0437693 -0.0122411
Vertex 169 -0.0755097 0.135846 0.0506323
Vertex 170 -0.0513643 0.132495 0.031006
Vertex 171 -0.0454912 0.0719252 0.0419203
Vertex 172 -0.0665925 0.064199 -0.00375071
Vertex 173 -0.0874441 0.0860134 0.00347726
Vertex 174 0.00569987 0.0949071 -0.0304911
Vertex 175 -0.0374161 0.12162 -0.0106267
Vertex 176 -0.0618223 0.170491 -0.0617288
Vertex 177 0.00769138 0.039029 0.0323953
Vertex 178 -0.0695902 0.113495 0.0492959
Vertex 179 -0.0688202 0.180176 -0.0531787
Vertex 180 -0.0482072 0.0335431 -0.012174
Vertex 181 -0.0148262 0.181632 -0.021586
Vertex 182 0.0503042 0.0691243 0.0253774
Vertex 183 0.0426741 0.0972641 0.0231497
Vertex 184 0.0343607 0.0505331 -0.00657713
Vertex 185 -0.00149572 0.0505531 0.0529099
Vertex 186 0.0314957 0.0386039 0.0249642
Vertex 187 -0.0620515 0.035927 0.0204607
Vertex 188 -0.0623817 0.147548 -0.00757469
Vertex 189 -0.0683794 0.0434664 0.00169373
Vertex 190 0.0606167 0.0609422 0.00915424
Vertex 191 -0.0396922 0.0460798 -0.021311
Vertex 192 0.0237088 0.0942271 0.0467477
Vertex 193 -0.0547181 0.0708998 -0.0155975
Vertex 194 0.0108694 0.130662 0.0179509
Vertex 195 -0.0536146 0.150855 0.0243962
Vertex 196 -0.047699 0.144615 0.00435323
Vertex 197 -0.0406946 0.0340162 0.0268873
Vertex 198 -0.0258761 0.0796032 0.0512286
Vertex 199 -0.0055446 0.0384588 0.0102869
Vertex 200 -0.00862356 0.0451919 -0.0286362
Vertex 201 -0.0762512 0.156264 -0.00677505
Vertex 202 -0.0328048 0.0886955 -0.0250147
Vertex 203 -0.085121 0.108927 0.00536277
Vertex 204 0.0205756 0.0550317 0.0471809
Vertex 205 -0.0412993 0.127471 0.0164976
Vertex 206 0.0187342 0.112585 -0.0153321
Vertex 207 -0.0227837 0.0742285 -0.0385317
Vertex 208 -0.0715256 0.0958228 0.0413941
Vertex 209 0.00810435 0.0348429 0.0181346
Vertex 210 -0.0870553 0.118453 0.000244653
Vertex 211 0.0361089 0.0577094 0.0344737
Vertex 212 -0.0500652 0.125773 -0.00688378
Vertex 213 -0.00841973 0.128157 0.0268439
Vertex 214 -0.0274771 0.120676 0.0274866
Vertex 215 -0.0111259 0.174182 -0.0282833
Vertex 216 0.0409317 0.0971197 -0.00479362
Vertex 217 -0.0241215 0.0944713 0.0461972
Vertex 218 -0.00947876 0.108641 0.0432746
Vertex 219 -0.0241861 0.0351713 0.0521271
Vertex 220 -0.0896787 0.135012 0.00721892
Vertex 221 -0.0555164 0.0482866 0.0387265
Vertex 222 -0.0340535 0.158097 0.00328753
Vertex 223 -0.0759299 0.126701 -0.00794305
Vertex 224 -0.0524198 0.0648658 0.0346087
Vertex 225 -0.0518518 0.0970732 -0.0222063
Vertex 226 0.0464078 0.0756596 0.0165703
Vertex 227 0.00679595 0.0352467 -0.0139815
Vertex 228 0.00924009 0.0846665 0.0556174
Vertex 229 -0.0861064 0.0806138 0.0174966
Vertex 230 -0.0675754 0.0334584 0.000400215
Vertex 231 -0.043284 0.169832 -0.00794427
Vertex 232 0.0187103 0.0342934 0.0023932
Vertex 233 -0.0709691 0.153934 -0.0469289
Vertex 234 0.0296359 0.112746 0.0324848
Vertex 235 -0.0797904 0.152563 0.0316147
Vertex 236 -0.0465092 0.0776139 0.042786
Vertex 237 -0.0155135 0.0631057 0.0533345
Vertex 238 -0.0168218 0.086916 -0.0386596
Vertex 239 -0.0401934 0.0365351 0.0429119
Vertex 240 0.0262523 0.076131 -0.0243472
Vertex 241 0.00647697 0.0459611 0.0484012
Vertex 242 -0.0216233 0.0450569 -0.0280185
Vertex 243 -0.020486 0.18455 -0.0138786
Vertex 244 -0.0627252 0.0416196 0.0257026
Vertex 245 0.0488884 0.0431235 0.0112233
Vertex 246 0.0455013 0.0583861 0.0319381
Vertex 247 -0.0351753 0.160922 -0.000113953
Vertex 248 -0.0607657 0.139716 -0.00595313
Vertex 249 -0.0760841 0.104861 0.0354581
Vertex 250 -0.0348898 0.0767003 -0.020496
Vertex 251 -0.0607324 0.0592584 0.00571875
Vertex 252 -0.0876142 0.116272 0.0465171
Vertex 253 -0.0424793 0.0958739 0.0423242
Vertex 254 -0.0672273 0.135447 0.0449702
Vertex 255 -0.0414124 0.128336 0.00169512
Vertex 256 -0.0904343 0.136488 0.021207
Face 1 5 8 1
Face 2 64 221 78
Face 3 8 11 197
Face 4 28 210 220
Face 5 11 8 5
Face 6 5 12 11
Face 7 82 102 225
Face 8 232 4 3
Face 9 232 3 144
Face 10 144 209 10
Face 11 25 10 6
Face 12 83 180 29
Face 13 1 8 7
Face 14 105 135 2
Face 15 6 10 209
Face 16 25 123 10
Face 17 57 22 88
Face 18 117 35 244
Face 19 11 109 68
Face 20 123 25 219
Face 21 98 161 194
Face 22 216 31 108
Face 23 53 43 205
Face 24 155 241 92
Face 25 166 227 105
Face 26 166 1 83
Face 27 49 34 192
Face 28 245 45 115
Face 29 36 77 62
Face 30 102 82 175
Face 31 73 106 63
Face 32 248 48 188
Face 33 52 248 93
Face 34 196 94 21
Face 35 113 203 210
Face 36 82 225 41
Face 37 256 136 80
Face 38 74 118 81
Face 39 79 24 174
Face 40 200 112 99
Face 41 107 25 6
Face 42 245 163 186
Face 43 60 39 154
Face 44 164 32 89
Face 45 214 120 205
Face 46 85 162 27
Face 47 48 28 65
Face 48 48 248 223
Face 49 22 168 88
Face 50 38 146 124
Face 51 253 236 171
Face 52 85 213 214
Face 53 143 31 129
Face 54 240 24 79
Face 55 41 96 113
Face 56 172 89 32
Face 57 20 159 63
Face 58 20 179 47
Face 59 97 75 119
Face 60 84 15 59
Face 61 140 35 117
Face 62 140 78 221
Face 63 161 36 62
Face 64 108 79 206
Face 65 19 69 231
Face 66 90 139 37
Face 67 22 38 124
Face 68 150 89 251
Face 69 78 171 64
Face 70 155 92 44
Face 71 53 81 43
Face 72 23 101 169
Face 73 193 147 103
Face 74 172 32 147
Face 75 179 104 47
Face 76 76 188 48
Face 77 118 43 81
Face 78 118 70 43
Face 79 224 171 236
Face 80 224 64 171
Face 81 232 45 107
Face 82 160 31 143
Face 83 182 142 122
Face 84 115 45 66
Face 85 80 65 28
Face 86 80 201 65
Face 87 87 48 65
Face 88 87 133 48
Face 89 25 127 219
Face 90 186 97 211
Face 91 112 50 61
Face 92 29 180 168
Face 93 110 156 72
Face 94 151 132 51
Face 95 141 69 19
Face 96 37 139 196
Face 97 63 222 149
Face 98 170 81 53
Face 99 228 54 86
Face 100 85 43 70
Face 101 128 160 143
Face 102 83 29 148
Face 103 36 158 77
Face 104 206 79 134
Face 105 7 230 1
Face 106 7 68 116
Face 107 254 121 170
Face 108 40 14 252
Face 109 234 162 114
Face 110 226 84 183
Face 111 151 74 252
Face 112 151 51 74
Face 113 238 126 56
Face 114 207 112 61
Face 115 120 62 131
Face 116 27 98 194
Face 117 23 63 159
Face 118 195 94 63
Face 119 130 150 251
Face 120 91 221 64
Face 121 47 65 201
Face 122 47 157 65
Face 123 46 165 122
Face 124 46 190 66
Face 125 126 67 56
Face 126 61 50 250
Face 127 9 68 7
Face 128 9 11 68
Face 129 52 215 37
Face 130 52 152 69
Face 131 125 153 100
Face 132 54 16 137
Face 133 163 97 186
Face 134 18 142 71
Face 135 173 96 41
Face 136 32 164 229
Face 137 19 243 141
Face 138 19 106 73
Face 139 249 74 156
Face 140 249 118 74
Face 141 34 75 183
Face 142 34 119 75
Face 143 13 76 176
Face 144 13 188 76
Face 145 212 175 82
Face 146 21 53 205
Face 147 219 109 11
Face 148 26 145 109
Face 149 31 79 108
Face 150 31 240 79
Face 151 33 80 136
Face 152 33 20 80
Face 153 121 81 170
Face 154 178 74 81
Face 155 113 82 41
Face 156 113 138 82
Face 157 17 83 111
Face 158 227 166 83
Face 159 129 84 226
Face 160 129 31 84
Face 161 16 114 137
Face 162 192 234 114
Face 163 211 127 25
Face 164 49 228 86
Face 165 42 233 65
Face 166 42 133 233
Face 167 1 180 83
Face 168 1 230 180
Face 169 39 89 150
Face 170 39 164 89
Face 171 243 149 181
Face 172 73 63 149
Face 173 130 91 150
Face 174 130 57 187
Face 175 54 237 86
Face 176 125 44 92
Face 177 20 93 179
Face 178 20 63 106
Face 179 53 94 170
Face 180 53 21 94
Face 181 37 95 90
Face 182 37 215 95
Face 183 72 203 173
Face 184 72 156 203
Face 185 246 97 163
Face 186 182 122 97
Face 187 59 98 234
Face 188 59 161 98
Face 189 238 207 126
Face 190 24 55 99
Face 191 44 100 78
Face 192 44 125 100
Face 193 159 101 23
Face 194 235 136 101
Face 195 174 134 79
Face 196 56 67 134
Face 197 202 225 102
Face 198 146 193 103
Face 199 42 176 133
Face 200 157 47 104
Face 201 12 199 177
Face 202 12 135 199
Face 203 93 152 52
Face 204 93 20 152
Face 205 4 107 6
Face 206 4 232 107
Face 207 15 108 206
Face 208 15 216 108
Face 209 78 239 44
Face 210 78 140 239
Face 211 60 110 229
Face 212 60 208 110
Face 213 55 200 99
Face 214 160 128 111
Face 215 29 242 148
Face 216 29 191 242
Face 217 28 113 210
Face 218 28 48 223
Face 219 218 114 162
Face 220 218 70 114
Face 221 18 190 142
Face 222 18 245 115
Face 223 57 116 187
Face 224 57 88 230
Face 225 116 117 187
Face 226 116 68 117
Face 227 208 118 249
Face 228 30 253 118
Face 229 49 119 34
Face 230 49 204 119
Face 231 213 120 214
Face 232 213 194 120
Face 233 58 121 40
Face 234 252 74 178
Face 235 226 122 165
Face 236 226 97 122
Face 237 11 123 219
Face 238 50 124 250
Face 239 191 29 168
Face 240 54 198 237
Face 241 54 137 198
Face 242 61 126 207
Face 243 61 202 126
Face 244 86 204 49
Face 245 86 237 185
Face 246 227 232 144
Face 247 17 111 128
Face 248 66 165 46
Face 249 66 184 165
Face 250 167 130 251
Face 251 189 57 130
Face 252 77 131 62
Face 253 175 255 131
Face 254 80 220 256
Face 255 80 28 220
Face 256 76 133 176
Face 257 76 48 133
Face 258 158 134 67
Face 259 158 206 134
Face 260 5 135 12
Face 261 40 136 14
Face 262 40 101 136
Face 263 70 217 114
Face 264 153 125 217
Face 265 21 248 52
Face 266 212 82 138
Face 267 94 222 63
Face 268 94 196 222
Face 269 68 140 117
Face 270 68 239 140
Face 271 95 181 90
Face 272 95 69 141
Face 273 46 142 190
Face 274 46 122 142
Face 275 45 184 66
Face 276 45 128 184
Face 277 105 199 135
Face 278 105 227 144
Face 279 44 145 155
Face 280 44 239 145
Face 281 202 146 225
Face 282 202 61 250
Face 283 41 147 173
Face 284 41 103 147
Face 285 111 148 242
Face 286 111 83 148
Face 287 90 247 222
Face 288 90 181 247
Face 289 64 150 91
Face 290 64 224 150
Face 291 14 151 252
Face 292 14 132 151
Face 293 106 152 20
Face 294 106 19 231
Face 295 70 153 217
Face 296 70 118 253
Face 297 30 236 253
Face 298 208 60 154
Face 299 26 155 145
Face 300 219 127 155
Face 301 51 156 74
Face 302 51 203 156
Face 303 42 157 104
Face 304 42 65 157
Face 305 102 158 67
Face 306 102 77 158
Face 307 33 159 20
Face 308 235 101 159
Face 309 55 160 200
Face 310 240 31 160
Face 311 15 161 59
Face 312 15 36 161
Face 313 98 162 234
Face 314 98 27 162
Face 315 18 163 245
Face 316 18 71 163
Face 317 60 164 39
Face 318 60 229 164
Face 319 129 165 143
Face 320 129 226 165
Face 321 2 166 105
Face 322 2 1 166
Face 323 22 189 38
Face 324 22 57 189
Face 325 124 168 22
Face 326 124 191 168
Face 327 40 169 101
Face 328 40 121 169
Face 329 195 170 94
Face 330 195 254 170
Face 331 100 171 78
Face 332 100 153 171
Face 333 193 172 147
Face 334 193 167 251
Face 335 32 173 147
Face 336 32 229 173
Face 337 56 174 238
Face 338 56 134 174
Face 339 77 175 131
Face 340 77 102 175
Face 341 104 176 42
Face 342 104 13 176
Face 343 10 177 199
Face 344 121 178 81
Face 345 121 58 178
Face 346 13 179 93
Face 347 13 104 179
Face 348 88 180 230
Face 349 88 168 180
Face 350 141 181 95
Face 351 141 243 181
Face 352 71 246 163
Face 353 71 142 182
Face 354 59 183 84
Face 355 59 234 183
Face 356 143 184 128
Face 357 143 165 184
Face 358 241 185 92
Face 359 204 86 185
Face 360 25 186 211
Face 361 25 107 186
Face 362 244 187 117
Face 363 91 130 187
Face 364 93 188 13
Face 365 93 248 188
Face 366 167 189 130
Face 367 167 38 189
Face 368 115 190 18
Face 369 115 66 190
Face 370 50 191 124
Face 371 50 242 191
Face 372 16 192 114
Face 373 228 49 192
Face 374 38 193 146
Face 375 38 167 193
Face 376 62 194 161
Face 377 62 120 194
Face 378 23 195 63
Face 379 23 254 195
Face 380 52 196 21
Face 381 52 37 196
Face 382 9 197 11
Face 383 125 198 217
Face 384 125 237 198
Face 385 144 199 105
Face 386 144 10 199
Face 387 111 200 160
Face 388 111 242 200
Face 389 20 201 80
Face 390 20 47 201
Face 391 67 202 102
Face 392 67 126 202
Face 393 96 203 113
Face 394 96 173 203
Face 395 241 204 185
Face 396 241 211 204
Face 397 131 205 120
Face 398 131 255 205
Face 399 36 206 158
Face 400 36 15 206
Face 401 99 207 24
Face 402 99 112 207
Face 403 30 208 154
Face 404 30 118 208
Face 405 3 209 144
Face 406 51 210 203
Face 407 51 132 210
Face 408 119 211 97
Face 409 119 204 211
Face 410 21 212 138
Face 411 21 205 212
Face 412 27 213 85
Face 413 27 194 213
Face 414 43 214 205
Face 415 43 85 214
Face 416 69 215 52
Face 417 69 95 215
Face 418 84 216 15
Face 419 84 31 216
Face 420 137 217 198
Face 421 137 114 217
Face 422 85 218 162
Face 423 85 70 218
Face 424 26 219 155
Face 425 26 109 219
Face 426 132 220 210
Face 427 132 256 220
Face 428 35 221 244
Face 429 35 140 221
Face 430 139 222 196
Face 431 139 90 222
Face 432 113 223 138
Face 433 113 28 223
Face 434 39 224 154
Face 435 39 150 224
Face 436 103 225 146
Face 437 103 41 225
Face 438 75 226 183
Face 439 75 97 226
Face 440 17 227 83
Face 441 17 232 227
Face 442 16 228 192
Face 443 16 54 228
Face 444 72 229 110
Face 445 72 173 229
Face 446 116 230 7
Face 447 116 57 230
Face 448 152 231 69
Face 449 152 106 231
Face 450 128 232 17
Face 451 128 45 232
Face 452 87 233 133
Face 453 87 65 233
Face 454 34 234 192
Face 455 34 183 234
Face 456 33 235 159
Face 457 33 136 235
Face 458 154 236 30
Face 459 154 224 236
Face 460 92 237 125
Face 461 92 185 237
Face 462 24 238 174
Face 463 24 207 238
Face 464 109 239 68
Face 465 109 145 239
Face 466 55 240 160
Face 467 55 24 240
Face 468 127 241 155
Face 469 127 211 241
Face 470 112 242 50
Face 471 112 200 242
Face 472 73 243 19
Face 473 73 149 243
Face 474 91 244 221
Face 475 91 187 244
Face 476 107 245 186
Face 477 107 45 245
Face 478 182 246 71
Face 479 182 97 246
Face 480 149 247 181
Face 481 149 222 247
Face 482 138 248 21
Face 483 138 223 248
Face 484 110 249 156
Face 485 110 208 249
Face 486 146 250 124
Face 487 146 202 250
Face 488 172 251 89
Face 489 172 193 251
Face 490 58 252 178
Face 491 58 40 252
Face 492 153 253 171
Face 493 153 70 253
Face 494 169 254 23
Face 495 169 121 254
Face 496 212 255 175
Face 497 212 205 255
Face 498 14 256 132
Face 499 14 136 256
================================================
FILE: models/cessna500.m
================================================
Vertex 1 -11.2429 -3.34616 -7.6444
Vertex 2 -11.4049 -3.2215 -7.5698
Vertex 3 -11.348 -3.47795 -7.71857
Vertex 4 -11.3587 -5.03145 -4.69954
Vertex 5 -11.2317 -3.07954 -7.70508
Vertex 6 -11.3373 0.265308 -7.80791
Vertex 7 -11.3929 -3.07629 -7.97425
Vertex 8 -11.3996 -3.07894 -7.7704
Vertex 9 -11.2704 -3.41977 -7.92181
Vertex 10 -11.4072 -4.92862 -10.2727
Vertex 11 -11.2997 -3.27368 -8.00828
Vertex 12 -11.2567 -4.67238 5.63925
Vertex 13 -11.3409 -5.00291 4.74338
Vertex 14 -11.4337 -4.30584 5.54256
Vertex 15 -11.3279 -3.48714 7.18154
Vertex 16 -11.3632 -4.15839 6.44287
Vertex 17 -11.2607 -0.885498 7.81201
Vertex 18 -11.4144 -0.465431 8.01354
Vertex 19 -11.3156 0.05431 7.75596
Vertex 20 -11.2389 -4.73976 10.5342
Vertex 21 -11.4135 -4.96246 10.3438
Vertex 22 -11.3323 -4.45603 10.2159
Vertex 23 -11.3419 -3.37287 7.94242
Vertex 24 -2.56373 -5.02805 0.899863
Vertex 25 -0.157729 -4.91732 0.928425
Vertex 26 -0.164229 -5.02968 -0.893371
Vertex 27 -1.78791 -4.30222 -2.48474
Vertex 28 -11.3489 -3.70489 -7.79146
Vertex 29 -11.1305 -3.10882 -8.33526
Vertex 30 -11.386 -3.33254 -8.33538
Vertex 31 -11.7354 -2.84954 -8.0453
Vertex 32 -11.3586 -3.0958 -7.34579
Vertex 33 -10.109 -2.85502 -6.56999
Vertex 34 -10.1863 -4.21425 -6.62607
Vertex 35 1.89827 -4.05522 -9.14679
Vertex 36 -10.1031 -2.86381 -8.96068
Vertex 37 -10.1781 -4.21366 6.59512
Vertex 38 -10.1241 -2.90343 6.4078
Vertex 39 -0.829151 -3.70095 8.63871
Vertex 40 -10.0932 -2.74701 8.6081
Vertex 41 -11.0998 -3.74205 7.82856
Vertex 42 -12.5183 -3.25372 7.79196
Vertex 43 -11.1762 -2.92501 8.20368
Vertex 44 -11.142 -2.91983 7.40455
Vertex 45 -11.2977 -3.50282 7.37258
Vertex 46 -11.4076 -3.08184 7.84094
Vertex 47 -11.4254 -3.35667 -7.95766
Vertex 48 18.9516 -2.31453 0.522404
Vertex 49 -0.155335 -0.216196 0.0961053
Vertex 50 -0.347151 -4.50954 -6.42412
Vertex 51 -2.70998 -3.38206 -22.1529
Vertex 52 -3.18481 -4.11531 13.3012
Vertex 53 18.927 -2.3574 -0.108172
Vertex 54 -7.39831 -4.63184 2.15221
Vertex 55 7.41935 -3.84473 2.10658
Vertex 56 -12.5087 -2.54419 -2.42289
Vertex 57 12.533 -2.58462 -1.47224
Vertex 58 -7.23466 -4.18859 10.2562
Vertex 59 -4.91658 -3.35218 16.1792
Vertex 60 -0.680317 -4.14481 -10.2505
Vertex 61 -0.681453 -4.29603 -10.2509
Vertex 62 -7.31656 -4.10195 -10.2588
Vertex 63 12.5618 0.515457 0.244445
Vertex 64 21.6703 5.09033 -0.0944992
Vertex 65 15.7337 -1.06548 -0.182942
Vertex 66 5.98 -0.733647 -1.35195
Vertex 67 1.24305 -1.63884 2.40269
Vertex 68 -13.4191 -5.16651 0.672846
Vertex 69 -6.72557 -3.83223 10.2578
Vertex 70 -6.20573 -3.42215 22.1539
Vertex 71 13.0416 -2.34073 1.44625
Vertex 72 13.9185 -2.42451 8.54118
Vertex 73 16.7063 -2.50268 8.61671
Vertex 74 -6.70658 -3.74122 -10.252
Vertex 75 1.88454 -4.18869 6.60922
Vertex 76 1.87813 -4.30066 9.09842
Vertex 77 -7.31276 -4.6197 -2.6485
Vertex 78 17.622 4.05037 0.240187
Vertex 79 18.192 5.03987 -0.198878
Vertex 80 12.6226 -2.68184 -1.46117
Vertex 81 13.9495 -2.37125 -7.00607
Vertex 82 13.3137 -2.58751 8.61806
Vertex 83 1.87295 -4.22788 -6.53973
Vertex 84 1.87204 -4.61032 -9.10595
Vertex 85 -0.326997 -4.38949 6.4326
Vertex 86 -0.343544 -4.54461 6.43121
Vertex 87 17.9382 -2.49078 -0.846229
Vertex 88 -6.32957 -3.37292 -22.1607
Vertex 89 13.9184 -2.42149 7.0258
Vertex 90 17.9342 -2.5033 0.870213
Vertex 91 -7.36194 -4.33265 6.42929
Vertex 92 16.7232 -2.53142 -8.593
Vertex 93 13.261 -2.62506 -8.51971
Vertex 94 -2.61083 -4.10085 -6.43229
Vertex 95 14.4305 0.0924068 0.244909
Vertex 96 11.6542 -0.258267 0.195894
Vertex 97 12.7237 0.285452 -0.223774
Vertex 98 -7.03889 -4.71171 2.66272
Vertex 99 -0.157895 -4.65733 -2.29819
Vertex 100 -5.9328 -4.05909 2.54482
Vertex 101 -2.59553 -4.29708 2.44597
Vertex 102 -18.8386 -2.73165 -0.640777
Vertex 103 -7.90715 -0.426592 -1.40047
Vertex 104 -11.8881 -2.38622 2.30811
Vertex 105 14.1638 -2.37695 7.01053
Vertex 106 13.318 -2.54942 -8.59581
Vertex 107 21.6746 5.09423 0.166146
Vertex 108 13.9039 -2.45869 -8.51982
Vertex 109 17.9373 -2.577 -0.860383
Vertex 110 16.7483 4.12514 -0.218186
Vertex 111 12.6206 -2.68089 1.48057
Vertex 112 11.6505 -0.246442 -0.173479
Vertex 113 7.44839 -0.824882 1.3836
Vertex 114 10.8002 -2.73151 1.6626
Vertex 115 18.9667 -2.81345 0.028035
Vertex 116 14.2278 -2.4148 -8.5175
Vertex 117 -2.74513 -3.29139 22.1529
Vertex 118 -2.20946 -3.5291 19.1112
Vertex 119 -1.18565 -4.0002 13.303
Vertex 120 19.5014 4.01321 -0.227995
Vertex 121 -0.97767 -1.60334 -2.55209
Vertex 122 -4.52032 -0.180064 0.0999518
Vertex 123 -5.70519 -0.113574 -0.0803541
Vertex 124 -1.80493 -0.488807 -1.5941
Vertex 125 4.33029 -1.56825 -2.16363
Vertex 126 5.91939 -0.815866 -1.3384
Vertex 127 4.32513 -0.724012 -1.38619
Vertex 128 5.38612 -1.6617 -2.08027
Vertex 129 5.34176 -1.66417 -2.01575
Vertex 130 -5.93758 -1.8574 -2.52584
Vertex 131 -8.28549 -2.00594 -2.22972
Vertex 132 19.5093 4.02176 0.290085
Vertex 133 -10.9267 -2.98422 -8.73647
Vertex 134 -10.9992 -3.74193 -7.85734
Vertex 135 -10.8725 -2.98623 -8.15301
Vertex 136 9.01751 -0.830129 0.199173
Vertex 137 18.9841 4.03192 0.191109
Vertex 138 15.7159 -1.05377 0.243501
Vertex 139 -10.8341 -3.57906 7.51761
Vertex 140 -5.75294 -1.70342 2.46916
Vertex 141 -2.55951 -0.481386 1.56852
Vertex 142 -4.53111 -0.461747 1.57312
Vertex 143 -10.8977 -3.62409 8.11986
Vertex 144 -10.9888 -2.88766 7.52823
Vertex 145 18.2931 5.02525 0.231181
Vertex 146 -0.797783 -3.65046 -6.91484
Vertex 147 -0.727876 -3.76185 -8.67229
Vertex 148 -0.221925 -3.87452 -6.96214
Vertex 149 -3.53483 -1.66275 -2.56435
Vertex 150 -4.51184 -0.474176 -1.57239
Vertex 151 -2.5496 -0.518823 -1.57355
Vertex 152 17.9364 -2.5965 0.875425
Vertex 153 18.1362 4.06445 -0.213771
Vertex 154 -0.500571 -3.80422 6.98172
Vertex 155 1.89831 -4.04665 9.17964
Vertex 156 -0.107641 -3.90075 8.60855
Vertex 157 -10.1703 -3.91777 9.19468
Vertex 158 -2.87451 -3.68042 13.2994
Vertex 159 -15.7825 -3.7188 1.9209
Vertex 160 -10.1796 -4.00965 -9.18925
Vertex 161 -6.66847 -3.28092 -22.1023
Vertex 162 4.31389 -0.651154 1.41559
Vertex 163 -3.53113 -1.61347 2.55292
Vertex 164 0.433884 -0.582514 1.54366
Vertex 165 -7.25432 -4.41878 2.63562
Vertex 166 4.29944 -0.637923 -1.39304
Vertex 167 4.29738 -1.64236 -2.23572
Vertex 168 2.0649 -0.647234 -1.44438
Vertex 169 0.436211 -0.587284 -1.53176
Vertex 170 2.06066 -1.60696 -2.16935
Vertex 171 0.43847 -1.56637 -2.31813
Vertex 172 -0.161153 -0.595432 -1.55352
Vertex 173 -0.155476 -4.6494 2.29512
Vertex 174 -7.5843 -0.482669 1.44317
Vertex 175 17.6236 4.04994 -0.197454
Vertex 176 4.78088 -1.69215 2.19724
Vertex 177 2.06253 -0.645579 1.45547
Vertex 178 5.92868 -0.800311 1.32182
Vertex 179 -2.30035 -4.12298 6.43014
Vertex 180 -5.22995 -4.1043 -2.48562
Vertex 181 -2.34961 -4.32589 -2.44089
Vertex 182 -10.4597 -1.50028 0.0107484
Vertex 183 6.01935 -4.9906 0.538016
Vertex 184 -12.7776 -4.72668 -1.92254
Vertex 185 -2.2113 -3.63405 19.1134
Vertex 186 17.9329 -2.14106 0.233672
Vertex 187 -6.34083 -3.04867 22.1537
Vertex 188 -18.594 -3.59686 -0.850123
Vertex 189 -1.80655 -0.513929 1.59308
Vertex 190 -0.0442178 -1.05337 2.05687
Vertex 191 -1.80483 -1.52721 2.38196
Vertex 192 -10.9788 -2.96562 -7.40955
Vertex 193 6.62733 -4.39231 -1.88787
Vertex 194 -10.7185 -3.23019 8.88245
Vertex 195 -6.66258 -4.22551 -2.65608
Vertex 196 0.113585 -4.72375 7.03528
Vertex 197 -10.9794 -3.53973 -6.91143
Vertex 198 -10.7174 -3.25631 -6.7385
Vertex 199 -10.7323 -3.27169 -7.28108
Vertex 200 0.120021 -4.64414 -7.0153
Vertex 201 12.5309 -2.58367 1.49134
Vertex 202 5.85763 -0.436522 -0.174432
Vertex 203 -7.42621 -4.5569 -2.14161
Vertex 204 -6.56681 -0.361699 -1.54156
Vertex 205 -1.38067 -0.219921 0.0537108
Vertex 206 -4.52018 -0.180127 -0.0995772
Vertex 207 -6.69859 -3.26684 22.1023
Vertex 208 -10.8643 -3.45108 -8.91629
Vertex 209 -4.73055 -3.71208 -6.01487
Vertex 210 18.9719 4.02605 -0.161307
Vertex 211 -10.9657 -3.4203 6.72008
Vertex 212 -10.9469 -3.06758 7.39378
Vertex 213 -10.7604 -3.51892 -8.13956
Vertex 214 -10.6956 -3.39843 -6.73132
Vertex 215 -10.9269 -3.03472 -6.74505
Vertex 216 -10.9668 -3.43513 -6.70503
Vertex 217 -10.086 -2.6029 -7.04492
Vertex 218 1.88239 -4.21696 -9.43036
Vertex 219 -10.7647 -3.41076 8.89897
Vertex 220 -10.7081 -3.32619 8.2115
Vertex 221 -10.7824 -3.32873 8.24463
Vertex 222 -10.7836 -3.34609 8.24264
Vertex 223 -10.7301 -3.36097 6.73802
Vertex 224 -10.7259 -3.29055 7.39937
Vertex 225 -10.7061 -3.23231 6.74842
Vertex 226 -10.7993 -3.04093 8.0836
Vertex 227 -2.67724 -4.56771 6.42878
Vertex 228 -2.17541 -4.33423 2.41826
Vertex 229 -10.1199 -3.08132 9.15233
Vertex 230 -18.6137 -4.13116 0.260052
Vertex 231 -11.1057 -3.00842 -7.31792
Vertex 232 -11.2548 -3.78379 -7.73023
Vertex 233 13.0489 -2.36527 -1.4537
Vertex 234 1.88226 -4.26161 6.37999
Vertex 235 -7.34806 -4.34749 -6.42995
Vertex 236 -6.60953 -4.32779 -10.2621
Vertex 237 -10.7778 -3.57402 -7.45905
Vertex 238 -3.58889 -3.34245 19.1058
Vertex 239 -3.41283 -3.34426 -19.1126
Vertex 240 -3.17376 -3.66956 -13.2955
Vertex 241 -3.73098 -3.31078 -19.1087
Vertex 242 -8.7713 -1.98459 2.02962
Vertex 243 0.108643 -4.78798 8.63168
Vertex 244 -10.6705 -3.12961 -8.85484
Vertex 245 18.9466 -2.34038 -0.501887
Vertex 246 -18.6536 -2.75862 0.874513
Vertex 247 -6.30475 -3.09574 -22.1006
Vertex 248 16.7613 4.11029 0.247038
Vertex 249 -10.7726 -3.07436 8.76595
Vertex 250 -10.6979 -3.2099 -8.1977
Vertex 251 -7.88719 -2.79595 6.52165
Vertex 252 -10.6437 -2.93944 -7.44027
Vertex 253 -3.44249 0.509074 -0.00321054
Vertex 254 -3.82656 0.497653 -0.0328462
Vertex 255 -3.8266 0.497674 0.0318818
Vertex 256 -11.2992 -3.61146 8.18574
Vertex 257 -10.7101 -3.33316 -8.87937
Vertex 258 -10.1897 -4.33301 7.82632
Vertex 259 -0.246129 -3.86686 -8.62854
Vertex 260 -0.132844 -4.65091 -2.49338
Vertex 261 -3.74921 -3.63669 19.1115
Vertex 262 -8.76556 -1.96748 -2.06073
Vertex 263 -8.26894 -2.00362 2.27298
Vertex 264 -0.157205 -0.257352 -0.101252
Vertex 265 -10.9386 -3.10207 8.91951
Vertex 266 -7.27698 -4.44622 2.40803
Vertex 267 -5.56821 -4.57212 -8.98866
Vertex 268 -11.3521 -4.84434 -10.6985
Vertex 269 18.7598 5.13164 0.0765112
Vertex 270 -0.106297 -4.62612 2.24659
Vertex 271 1.8883 -4.17104 9.36989
Vertex 272 -10.685 -3.02375 7.42784
Face 1 2 3 4
Face 2 18 17 19
Face 3 251 40 39
Face 4 14 16 15
Face 5 7 6 5
Face 6 6 7 8
Face 7 12 14 15
Face 8 234 37 38
Face 9 13 12 16
Face 10 42 45 256
Face 11 19 46 18
Face 12 8 5 6
Face 13 21 20 22
Face 14 37 211 38
Face 15 9 47 10
Face 16 217 35 36
Face 17 8 7 5
Face 18 29 30 31
Face 19 23 22 20
Face 20 229 271 155
Face 21 26 25 24
Face 22 13 14 12
Face 23 10 47 11
Face 24 28 30 29
Face 25 28 32 31
Face 26 1 2 4
Face 27 14 13 16
Face 28 28 31 30
Face 29 42 44 45
Face 30 4 3 1
Face 31 28 231 32
Face 32 23 21 22
Face 33 43 42 256
Face 34 32 231 31
Face 35 91 58 69
Face 36 12 15 16
Face 37 33 36 133
Face 38 68 26 24
Face 39 41 44 43
Face 40 9 11 47
Face 41 34 209 33
Face 42 26 193 183
Face 43 41 45 44
Face 44 42 43 44
Face 45 46 17 18
Face 46 21 23 20
Face 47 19 17 46
Face 48 1 3 2
Face 49 268 11 9
Face 50 267 160 218
Face 51 260 193 99
Face 52 66 202 245
Face 53 113 178 176
Face 54 113 48 136
Face 55 26 99 193
Face 56 236 51 61
Face 57 247 88 161
Face 58 60 61 51
Face 59 119 52 86
Face 60 59 165 69
Face 61 186 138 136
Face 62 193 260 109
Face 63 67 100 55
Face 64 184 26 68
Face 65 173 55 100
Face 66 183 115 55
Face 67 233 66 245
Face 68 203 26 184
Face 69 260 80 109
Face 70 27 56 130
Face 71 98 58 91
Face 72 24 52 58
Face 73 85 119 86
Face 74 101 100 59
Face 75 195 74 62
Face 76 27 50 60
Face 77 50 61 60
Face 78 50 236 61
Face 79 26 236 50
Face 80 26 77 236
Face 81 132 137 186
Face 82 97 112 63
Face 83 53 107 186
Face 84 248 63 78
Face 85 53 65 120
Face 86 53 202 65
Face 87 262 204 131
Face 88 141 49 205
Face 89 103 174 123
Face 90 188 230 102
Face 91 54 68 24
Face 92 266 104 159
Face 93 117 187 70
Face 94 117 59 187
Face 95 58 70 207
Face 96 58 52 70
Face 97 55 113 176
Face 98 72 105 89
Face 99 82 72 71
Face 100 82 73 72
Face 101 152 73 82
Face 102 152 90 73
Face 103 94 74 180
Face 104 241 51 247
Face 105 154 75 251
Face 106 155 76 75
Face 107 157 271 229
Face 108 37 234 196
Face 109 27 203 184
Face 110 180 74 195
Face 111 107 132 186
Face 112 64 79 269
Face 113 65 210 120
Face 114 97 63 110
Face 115 57 80 260
Face 116 92 109 80
Face 117 57 106 93
Face 118 87 109 92
Face 119 111 82 201
Face 120 111 152 82
Face 121 35 83 84
Face 122 35 217 147
Face 123 200 84 83
Face 124 34 160 267
Face 125 25 85 86
Face 126 101 158 179
Face 127 24 227 52
Face 128 24 25 86
Face 129 233 87 81
Face 130 233 245 87
Face 131 51 88 247
Face 132 51 236 88
Face 133 71 89 105
Face 134 71 72 89
Face 135 71 90 48
Face 136 71 73 90
Face 137 165 91 69
Face 138 165 98 91
Face 139 106 92 93
Face 140 81 87 92
Face 141 80 93 92
Face 142 80 57 93
Face 143 60 94 27
Face 144 240 74 94
Face 145 63 95 78
Face 146 63 112 96
Face 147 95 96 136
Face 148 95 63 96
Face 149 65 97 210
Face 150 65 112 97
Face 151 24 98 54
Face 152 24 58 98
Face 153 50 99 26
Face 154 50 27 99
Face 155 266 100 104
Face 156 165 59 100
Face 157 173 228 179
Face 158 173 100 228
Face 159 104 246 159
Face 160 104 182 246
Face 161 56 262 131
Face 162 56 102 182
Face 163 140 104 100
Face 164 174 182 242
Face 165 73 105 72
Face 166 73 71 105
Face 167 81 106 233
Face 168 81 108 106
Face 169 64 107 53
Face 170 64 269 107
Face 171 116 108 81
Face 172 116 106 108
Face 173 245 109 87
Face 174 245 115 109
Face 175 79 110 145
Face 176 175 97 110
Face 177 114 111 201
Face 178 114 152 111
Face 179 202 112 65
Face 180 264 96 112
Face 181 71 113 114
Face 182 71 48 113
Face 183 55 114 113
Face 184 55 115 114
Face 185 48 115 53
Face 186 152 114 115
Face 187 92 116 81
Face 188 92 106 116
Face 189 185 117 70
Face 190 118 238 117
Face 191 185 118 117
Face 192 185 119 118
Face 193 158 119 85
Face 194 158 118 119
Face 195 64 120 79
Face 196 64 53 120
Face 197 57 167 128
Face 198 57 260 167
Face 199 124 205 264
Face 200 123 141 122
Face 201 124 123 206
Face 202 124 150 123
Face 203 66 166 202
Face 204 125 167 166
Face 205 126 127 166
Face 206 66 233 128
Face 207 66 126 166
Face 208 66 128 126
Face 209 125 127 126
Face 210 125 166 127
Face 211 125 128 167
Face 212 129 126 128
Face 213 125 129 128
Face 214 125 126 129
Face 215 149 130 204
Face 216 121 27 130
Face 217 130 131 204
Face 218 130 56 131
Face 219 145 132 107
Face 220 78 137 132
Face 221 134 133 36
Face 222 135 33 133
Face 223 34 134 160
Face 224 34 33 216
Face 225 134 213 208
Face 226 134 34 197
Face 227 49 136 96
Face 228 49 141 162
Face 229 138 137 78
Face 230 138 186 137
Face 231 95 138 78
Face 232 95 136 138
Face 233 229 265 157
Face 234 40 38 144
Face 235 163 140 100
Face 236 142 123 174
Face 237 142 141 123
Face 238 164 177 141
Face 239 163 142 140
Face 240 163 141 142
Face 241 144 249 40
Face 242 139 37 143
Face 243 211 144 38
Face 244 212 143 144
Face 245 78 145 248
Face 246 78 132 145
Face 247 209 146 217
Face 248 83 35 148
Face 249 146 147 217
Face 250 259 35 147
Face 251 146 148 147
Face 252 146 83 148
Face 253 121 149 124
Face 254 121 130 149
Face 255 151 150 124
Face 256 149 204 150
Face 257 149 151 124
Face 258 149 150 151
Face 259 48 152 115
Face 260 48 90 152
Face 261 175 153 97
Face 262 79 120 153
Face 263 39 154 251
Face 264 156 75 154
Face 265 156 155 75
Face 266 39 40 155
Face 267 39 156 154
Face 268 39 155 156
Face 269 37 258 143
Face 270 37 196 258
Face 271 238 158 101
Face 272 238 118 158
Face 273 230 159 246
Face 274 68 266 159
Face 275 36 160 134
Face 276 36 218 160
Face 277 62 161 88
Face 278 62 74 161
Face 279 136 178 113
Face 280 136 49 162
Face 281 191 163 100
Face 282 189 141 163
Face 283 189 164 141
Face 284 67 177 164
Face 285 54 165 100
Face 286 54 98 165
Face 287 124 168 169
Face 288 124 202 166
Face 289 121 167 260
Face 290 170 166 167
Face 291 166 168 124
Face 292 166 170 168
Face 293 171 169 168
Face 294 172 124 169
Face 295 171 170 167
Face 296 171 168 170
Face 297 121 171 167
Face 298 121 169 171
Face 299 121 172 169
Face 300 121 124 172
Face 301 25 173 85
Face 302 270 55 173
Face 303 140 174 263
Face 304 140 142 174
Face 305 79 175 110
Face 306 79 153 175
Face 307 67 176 177
Face 308 67 55 176
Face 309 162 177 176
Face 310 162 141 177
Face 311 162 178 136
Face 312 162 176 178
Face 313 85 179 158
Face 314 85 173 179
Face 315 27 180 203
Face 316 181 94 180
Face 317 27 181 180
Face 318 27 94 181
Face 319 103 182 174
Face 320 262 56 182
Face 321 25 270 173
Face 322 25 26 183
Face 323 56 188 102
Face 324 56 27 184
Face 325 52 261 70
Face 326 52 119 261
Face 327 48 186 136
Face 328 48 53 186
Face 329 69 187 59
Face 330 69 58 207
Face 331 184 188 56
Face 332 184 230 188
Face 333 67 190 100
Face 334 67 164 190
Face 335 189 190 164
Face 336 191 100 190
Face 337 189 191 190
Face 338 189 163 191
Face 339 135 215 33
Face 340 135 237 192
Face 341 115 193 109
Face 342 115 183 193
Face 343 220 194 226
Face 344 265 40 249
Face 345 77 235 62
Face 346 77 180 195
Face 347 76 196 234
Face 348 243 258 196
Face 349 216 197 34
Face 350 214 237 197
Face 351 192 198 197
Face 352 199 237 214
Face 353 192 252 198
Face 354 192 237 199
Face 355 34 200 209
Face 356 34 84 200
Face 357 71 201 82
Face 358 71 114 201
Face 359 264 202 124
Face 360 264 112 202
Face 361 77 203 180
Face 362 77 26 203
Face 363 123 204 103
Face 364 123 150 204
Face 365 206 205 124
Face 366 122 141 205
Face 367 253 206 123
Face 368 122 205 206
Face 369 187 207 70
Face 370 187 69 207
Face 371 133 208 244
Face 372 133 134 208
Face 373 83 209 200
Face 374 83 146 209
Face 375 153 210 97
Face 376 153 120 210
Face 377 139 211 37
Face 378 212 144 211
Face 379 139 224 223
Face 380 139 143 212
Face 381 135 213 134
Face 382 250 257 213
Face 383 198 214 197
Face 384 198 199 214
Face 385 192 215 135
Face 386 216 33 215
Face 387 192 216 215
Face 388 192 197 216
Face 389 33 217 36
Face 390 33 209 217
Face 391 35 218 36
Face 392 35 84 218
Face 393 221 222 194
Face 394 143 157 219
Face 395 143 220 226
Face 396 143 219 220
Face 397 220 221 194
Face 398 220 222 221
Face 399 219 222 220
Face 400 219 194 222
Face 401 211 223 225
Face 402 211 139 223
Face 403 212 224 139
Face 404 225 223 224
Face 405 272 225 224
Face 406 212 211 225
Face 407 144 226 249
Face 408 144 143 226
Face 409 86 227 24
Face 410 86 52 227
Face 411 101 228 100
Face 412 101 179 228
Face 413 40 229 155
Face 414 40 265 229
Face 415 68 230 184
Face 416 68 159 230
Face 417 29 232 28
Face 418 29 31 231
Face 419 231 232 29
Face 420 231 28 232
Face 421 57 233 106
Face 422 57 128 233
Face 423 75 234 251
Face 424 75 76 234
Face 425 195 235 77
Face 426 195 62 235
Face 427 62 236 77
Face 428 62 88 236
Face 429 134 237 135
Face 430 134 197 237
Face 431 59 238 101
Face 432 59 117 238
Face 433 60 239 94
Face 434 60 51 239
Face 435 239 240 94
Face 436 241 74 240
Face 437 239 241 240
Face 438 239 51 241
Face 439 104 242 182
Face 440 104 140 263
Face 441 76 243 196
Face 442 271 157 243
Face 443 250 244 257
Face 444 135 133 244
Face 445 53 245 202
Face 446 53 115 245
Face 447 102 246 182
Face 448 102 230 246
Face 449 74 247 161
Face 450 74 241 247
Face 451 110 248 145
Face 452 110 63 248
Face 453 194 249 226
Face 454 194 219 249
Face 455 135 250 213
Face 456 135 244 250
Face 457 38 251 234
Face 458 38 40 251
Face 459 199 252 192
Face 460 199 198 252
Face 461 255 254 123
Face 462 122 206 253
Face 463 253 254 255
Face 464 253 123 254
Face 465 122 255 123
Face 466 122 253 255
Face 467 41 256 45
Face 468 41 43 256
Face 469 208 257 244
Face 470 208 213 257
Face 471 157 258 243
Face 472 157 143 258
Face 473 148 259 147
Face 474 148 35 259
Face 475 27 260 99
Face 476 27 121 260
Face 477 185 261 119
Face 478 185 70 261
Face 479 103 262 182
Face 480 103 204 262
Face 481 242 263 174
Face 482 242 104 263
Face 483 49 264 205
Face 484 49 96 264
Face 485 219 265 249
Face 486 219 157 265
Face 487 54 266 68
Face 488 54 100 266
Face 489 84 267 218
Face 490 84 34 267
Face 491 10 268 9
Face 492 10 11 268
Face 493 145 269 79
Face 494 145 107 269
Face 495 183 270 25
Face 496 183 55 270
Face 497 76 271 243
Face 498 76 155 271
Face 499 212 272 224
Face 500 212 225 272
================================================
FILE: models/cessna_color.m
================================================
# |Created on 2003/10/31 09:19:57 using:
# | C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe cessna_color500.m -removekey
# | normal
# |(Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# | (_readmesh: 0.02)
# | (Filtermesh: 0.03)
# Created on 2003/10/31 09:22:02 using:
# C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe c.m -removekey wid
# (Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# (_readmesh: 0.02)
# (Filtermesh: 0.02)
Vertex 1 -11.2429 -3.34616 -7.6444
Vertex 2 -11.4049 -3.2215 -7.5698
Vertex 3 -11.348 -3.47795 -7.71857
Vertex 4 -11.3587 -5.03145 -4.69954
Vertex 5 -11.2317 -3.07954 -7.70508
Vertex 6 -11.3373 0.265308 -7.80791
Vertex 7 -11.3929 -3.07629 -7.97425
Vertex 8 -11.3996 -3.07894 -7.7704
Vertex 9 -11.2704 -3.41977 -7.92181
Vertex 10 -11.4072 -4.92862 -10.2727
Vertex 11 -11.2997 -3.27368 -8.00828
Vertex 12 -11.2567 -4.67238 5.63925
Vertex 13 -11.3409 -5.00291 4.74338
Vertex 14 -11.4337 -4.30584 5.54256
Vertex 15 -11.3279 -3.48714 7.18154
Vertex 16 -11.3632 -4.15839 6.44287
Vertex 17 -11.2607 -0.885498 7.81201
Vertex 18 -11.4144 -0.465431 8.01354
Vertex 19 -11.3156 0.05431 7.75596
Vertex 20 -11.2389 -4.73976 10.5342
Vertex 21 -11.4135 -4.96246 10.3438
Vertex 22 -11.3323 -4.45603 10.2159
Vertex 23 -11.3419 -3.37287 7.94242
Vertex 24 -2.56373 -5.02805 0.899863
Vertex 25 -0.157729 -4.91732 0.928425
Vertex 26 -0.164229 -5.02968 -0.893371
Vertex 27 -1.78791 -4.30222 -2.48474
Vertex 28 -11.3489 -3.70489 -7.79146
Vertex 29 -11.1305 -3.10882 -8.33526
Vertex 30 -11.386 -3.33254 -8.33538
Vertex 31 -11.7354 -2.84954 -8.0453
Vertex 32 -11.3586 -3.0958 -7.34579
Vertex 33 -10.109 -2.85502 -6.56999
Vertex 34 -10.1863 -4.21425 -6.62607
Vertex 35 1.89827 -4.05522 -9.14679
Vertex 36 -10.1031 -2.86381 -8.96068
Vertex 37 -10.1781 -4.21366 6.59512
Vertex 38 -10.1241 -2.90343 6.4078
Vertex 39 -0.829151 -3.70095 8.63871
Vertex 40 -10.0932 -2.74701 8.6081
Vertex 41 -11.0998 -3.74205 7.82856
Vertex 42 -12.5183 -3.25372 7.79196
Vertex 43 -11.1762 -2.92501 8.20368
Vertex 44 -11.142 -2.91983 7.40455
Vertex 45 -11.2977 -3.50282 7.37258
Vertex 46 -11.4076 -3.08184 7.84094
Vertex 47 -11.4254 -3.35667 -7.95766
Vertex 48 18.9516 -2.31453 0.522404
Vertex 49 -0.155335 -0.216196 0.0961053
Vertex 50 -0.347151 -4.50954 -6.42412
Vertex 51 -2.70998 -3.38206 -22.1529
Vertex 52 -3.18481 -4.11531 13.3012
Vertex 53 18.927 -2.3574 -0.108172
Vertex 54 -7.39831 -4.63184 2.15221
Vertex 55 7.41935 -3.84473 2.10658
Vertex 56 -12.5087 -2.54419 -2.42289
Vertex 57 12.533 -2.58462 -1.47224
Vertex 58 -7.23466 -4.18859 10.2562
Vertex 59 -4.91658 -3.35218 16.1792
Vertex 60 -0.680317 -4.14481 -10.2505
Vertex 61 -0.681453 -4.29603 -10.2509
Vertex 62 -7.31656 -4.10195 -10.2588
Vertex 63 12.5618 0.515457 0.244445
Vertex 64 21.6703 5.09033 -0.0944992
Vertex 65 15.7337 -1.06548 -0.182942
Vertex 66 5.98 -0.733647 -1.35195
Vertex 67 1.24305 -1.63884 2.40269
Vertex 68 -13.4191 -5.16651 0.672846
Vertex 69 -6.72557 -3.83223 10.2578
Vertex 70 -6.20573 -3.42215 22.1539
Vertex 71 13.0416 -2.34073 1.44625
Vertex 72 13.9185 -2.42451 8.54118
Vertex 73 16.7063 -2.50268 8.61671
Vertex 74 -6.70658 -3.74122 -10.252
Vertex 75 1.88454 -4.18869 6.60922
Vertex 76 1.87813 -4.30066 9.09842
Vertex 77 -7.31276 -4.6197 -2.6485
Vertex 78 17.622 4.05037 0.240187
Vertex 79 18.192 5.03987 -0.198878
Vertex 80 12.6226 -2.68184 -1.46117
Vertex 81 13.9495 -2.37125 -7.00607
Vertex 82 13.3137 -2.58751 8.61806
Vertex 83 1.87295 -4.22788 -6.53973
Vertex 84 1.87204 -4.61032 -9.10595
Vertex 85 -0.326997 -4.38949 6.4326
Vertex 86 -0.343544 -4.54461 6.43121
Vertex 87 17.9382 -2.49078 -0.846229
Vertex 88 -6.32957 -3.37292 -22.1607
Vertex 89 13.9184 -2.42149 7.0258
Vertex 90 17.9342 -2.5033 0.870213
Vertex 91 -7.36194 -4.33265 6.42929
Vertex 92 16.7232 -2.53142 -8.593
Vertex 93 13.261 -2.62506 -8.51971
Vertex 94 -2.61083 -4.10085 -6.43229
Vertex 95 14.4305 0.0924068 0.244909
Vertex 96 11.6542 -0.258267 0.195894
Vertex 97 12.7237 0.285452 -0.223774
Vertex 98 -7.03889 -4.71171 2.66272
Vertex 99 -0.157895 -4.65733 -2.29819
Vertex 100 -5.9328 -4.05909 2.54482
Vertex 101 -2.59553 -4.29708 2.44597
Vertex 102 -18.8386 -2.73165 -0.640777
Vertex 103 -7.90715 -0.426592 -1.40047
Vertex 104 -11.8881 -2.38622 2.30811
Vertex 105 14.1638 -2.37695 7.01053
Vertex 106 13.318 -2.54942 -8.59581
Vertex 107 21.6746 5.09423 0.166146
Vertex 108 13.9039 -2.45869 -8.51982
Vertex 109 17.9373 -2.577 -0.860383
Vertex 110 16.7483 4.12514 -0.218186
Vertex 111 12.6206 -2.68089 1.48057
Vertex 112 11.6505 -0.246442 -0.173479
Vertex 113 7.44839 -0.824882 1.3836
Vertex 114 10.8002 -2.73151 1.6626
Vertex 115 18.9667 -2.81345 0.028035
Vertex 116 14.2278 -2.4148 -8.5175
Vertex 117 -2.74513 -3.29139 22.1529
Vertex 118 -2.20946 -3.5291 19.1112
Vertex 119 -1.18565 -4.0002 13.303
Vertex 120 19.5014 4.01321 -0.227995
Vertex 121 -0.97767 -1.60334 -2.55209
Vertex 122 -4.52032 -0.180064 0.0999518
Vertex 123 -5.70519 -0.113574 -0.0803541
Vertex 124 -1.80493 -0.488807 -1.5941
Vertex 125 4.33029 -1.56825 -2.16363
Vertex 126 5.91939 -0.815866 -1.3384
Vertex 127 4.32513 -0.724012 -1.38619
Vertex 128 5.38612 -1.6617 -2.08027
Vertex 129 5.34176 -1.66417 -2.01575
Vertex 130 -5.93758 -1.8574 -2.52584
Vertex 131 -8.28549 -2.00594 -2.22972
Vertex 132 19.5093 4.02176 0.290085
Vertex 133 -10.9267 -2.98422 -8.73647
Vertex 134 -10.9992 -3.74193 -7.85734
Vertex 135 -10.8725 -2.98623 -8.15301
Vertex 136 9.01751 -0.830129 0.199173
Vertex 137 18.9841 4.03192 0.191109
Vertex 138 15.7159 -1.05377 0.243501
Vertex 139 -10.8341 -3.57906 7.51761
Vertex 140 -5.75294 -1.70342 2.46916
Vertex 141 -2.55951 -0.481386 1.56852
Vertex 142 -4.53111 -0.461747 1.57312
Vertex 143 -10.8977 -3.62409 8.11986
Vertex 144 -10.9888 -2.88766 7.52823
Vertex 145 18.2931 5.02525 0.231181
Vertex 146 -0.797783 -3.65046 -6.91484
Vertex 147 -0.727876 -3.76185 -8.67229
Vertex 148 -0.221925 -3.87452 -6.96214
Vertex 149 -3.53483 -1.66275 -2.56435
Vertex 150 -4.51184 -0.474176 -1.57239
Vertex 151 -2.5496 -0.518823 -1.57355
Vertex 152 17.9364 -2.5965 0.875425
Vertex 153 18.1362 4.06445 -0.213771
Vertex 154 -0.500571 -3.80422 6.98172
Vertex 155 1.89831 -4.04665 9.17964
Vertex 156 -0.107641 -3.90075 8.60855
Vertex 157 -10.1703 -3.91777 9.19468
Vertex 158 -2.87451 -3.68042 13.2994
Vertex 159 -15.7825 -3.7188 1.9209
Vertex 160 -10.1796 -4.00965 -9.18925
Vertex 161 -6.66847 -3.28092 -22.1023
Vertex 162 4.31389 -0.651154 1.41559
Vertex 163 -3.53113 -1.61347 2.55292
Vertex 164 0.433884 -0.582514 1.54366
Vertex 165 -7.25432 -4.41878 2.63562
Vertex 166 4.29944 -0.637923 -1.39304
Vertex 167 4.29738 -1.64236 -2.23572
Vertex 168 2.0649 -0.647234 -1.44438
Vertex 169 0.436211 -0.587284 -1.53176
Vertex 170 2.06066 -1.60696 -2.16935
Vertex 171 0.43847 -1.56637 -2.31813
Vertex 172 -0.161153 -0.595432 -1.55352
Vertex 173 -0.155476 -4.6494 2.29512
Vertex 174 -7.5843 -0.482669 1.44317
Vertex 175 17.6236 4.04994 -0.197454
Vertex 176 4.78088 -1.69215 2.19724
Vertex 177 2.06253 -0.645579 1.45547
Vertex 178 5.92868 -0.800311 1.32182
Vertex 179 -2.30035 -4.12298 6.43014
Vertex 180 -5.22995 -4.1043 -2.48562
Vertex 181 -2.34961 -4.32589 -2.44089
Vertex 182 -10.4597 -1.50028 0.0107484
Vertex 183 6.01935 -4.9906 0.538016
Vertex 184 -12.7776 -4.72668 -1.92254
Vertex 185 -2.2113 -3.63405 19.1134
Vertex 186 17.9329 -2.14106 0.233672
Vertex 187 -6.34083 -3.04867 22.1537
Vertex 188 -18.594 -3.59686 -0.850123
Vertex 189 -1.80655 -0.513929 1.59308
Vertex 190 -0.0442178 -1.05337 2.05687
Vertex 191 -1.80483 -1.52721 2.38196
Vertex 192 -10.9788 -2.96562 -7.40955
Vertex 193 6.62733 -4.39231 -1.88787
Vertex 194 -10.7185 -3.23019 8.88245
Vertex 195 -6.66258 -4.22551 -2.65608
Vertex 196 0.113585 -4.72375 7.03528
Vertex 197 -10.9794 -3.53973 -6.91143
Vertex 198 -10.7174 -3.25631 -6.7385
Vertex 199 -10.7323 -3.27169 -7.28108
Vertex 200 0.120021 -4.64414 -7.0153
Vertex 201 12.5309 -2.58367 1.49134
Vertex 202 5.85763 -0.436522 -0.174432
Vertex 203 -7.42621 -4.5569 -2.14161
Vertex 204 -6.56681 -0.361699 -1.54156
Vertex 205 -1.38067 -0.219921 0.0537108
Vertex 206 -4.52018 -0.180127 -0.0995772
Vertex 207 -6.69859 -3.26684 22.1023
Vertex 208 -10.8643 -3.45108 -8.91629
Vertex 209 -4.73055 -3.71208 -6.01487
Vertex 210 18.9719 4.02605 -0.161307
Vertex 211 -10.9657 -3.4203 6.72008
Vertex 212 -10.9469 -3.06758 7.39378
Vertex 213 -10.7604 -3.51892 -8.13956
Vertex 214 -10.6956 -3.39843 -6.73132
Vertex 215 -10.9269 -3.03472 -6.74505
Vertex 216 -10.9668 -3.43513 -6.70503
Vertex 217 -10.086 -2.6029 -7.04492
Vertex 218 1.88239 -4.21696 -9.43036
Vertex 219 -10.7647 -3.41076 8.89897
Vertex 220 -10.7081 -3.32619 8.2115
Vertex 221 -10.7824 -3.32873 8.24463
Vertex 222 -10.7836 -3.34609 8.24264
Vertex 223 -10.7301 -3.36097 6.73802
Vertex 224 -10.7259 -3.29055 7.39937
Vertex 225 -10.7061 -3.23231 6.74842
Vertex 226 -10.7993 -3.04093 8.0836
Vertex 227 -2.67724 -4.56771 6.42878
Vertex 228 -2.17541 -4.33423 2.41826
Vertex 229 -10.1199 -3.08132 9.15233
Vertex 230 -18.6137 -4.13116 0.260052
Vertex 231 -11.1057 -3.00842 -7.31792
Vertex 232 -11.2548 -3.78379 -7.73023
Vertex 233 13.0489 -2.36527 -1.4537
Vertex 234 1.88226 -4.26161 6.37999
Vertex 235 -7.34806 -4.34749 -6.42995
Vertex 236 -6.60953 -4.32779 -10.2621
Vertex 237 -10.7778 -3.57402 -7.45905
Vertex 238 -3.58889 -3.34245 19.1058
Vertex 239 -3.41283 -3.34426 -19.1126
Vertex 240 -3.17376 -3.66956 -13.2955
Vertex 241 -3.73098 -3.31078 -19.1087
Vertex 242 -8.7713 -1.98459 2.02962
Vertex 243 0.108643 -4.78798 8.63168
Vertex 244 -10.6705 -3.12961 -8.85484
Vertex 245 18.9466 -2.34038 -0.501887
Vertex 246 -18.6536 -2.75862 0.874513
Vertex 247 -6.30475 -3.09574 -22.1006
Vertex 248 16.7613 4.11029 0.247038
Vertex 249 -10.7726 -3.07436 8.76595
Vertex 250 -10.6979 -3.2099 -8.1977
Vertex 251 -7.88719 -2.79595 6.52165
Vertex 252 -10.6437 -2.93944 -7.44027
Vertex 253 -3.44249 0.509074 -0.00321054
Vertex 254 -3.82656 0.497653 -0.0328462
Vertex 255 -3.8266 0.497674 0.0318818
Vertex 256 -11.2992 -3.61146 8.18574
Vertex 257 -10.7101 -3.33316 -8.87937
Vertex 258 -10.1897 -4.33301 7.82632
Vertex 259 -0.246129 -3.86686 -8.62854
Vertex 260 -0.132844 -4.65091 -2.49338
Vertex 261 -3.74921 -3.63669 19.1115
Vertex 262 -8.76556 -1.96748 -2.06073
Vertex 263 -8.26894 -2.00362 2.27298
Vertex 264 -0.157205 -0.257352 -0.101252
Vertex 265 -10.9386 -3.10207 8.91951
Vertex 266 -7.27698 -4.44622 2.40803
Vertex 267 -5.56821 -4.57212 -8.98866
Vertex 268 -11.3521 -4.84434 -10.6985
Vertex 269 18.7598 5.13164 0.0765112
Vertex 270 -0.106297 -4.62612 2.24659
Vertex 271 1.8883 -4.17104 9.36989
Vertex 272 -10.685 -3.02375 7.42784
Face 1 2 3 4 {rgb=(1 0 0) matid=3}
Face 2 18 17 19 {rgb=(1 0 0) matid=3}
Face 3 251 40 39 {rgb=(.9 .9 .9) matid=0}
Face 4 14 16 15 {rgb=(1 0 0) matid=3}
Face 5 7 6 5 {rgb=(1 0 0) matid=3}
Face 6 6 7 8 {rgb=(1 0 0) matid=3}
Face 7 12 14 15 {rgb=(1 0 0) matid=3}
Face 8 234 37 38 {rgb=(.9 .9 .9) matid=0}
Face 9 13 12 16 {rgb=(1 0 0) matid=3}
Face 10 42 45 256 {rgb=(1 0 0) matid=3}
Face 11 19 46 18 {rgb=(1 0 0) matid=3}
Face 12 8 5 6 {rgb=(1 0 0) matid=3}
Face 13 21 20 22 {rgb=(1 0 0) matid=3}
Face 14 37 211 38 {rgb=(.9 .9 .9) matid=0}
Face 15 9 47 10 {rgb=(1 0 0) matid=3}
Face 16 217 35 36 {rgb=(.9 .9 .9) matid=0}
Face 17 8 7 5 {rgb=(1 0 0) matid=3}
Face 18 29 30 31 {rgb=(.9 .9 .9) matid=0}
Face 19 23 22 20 {rgb=(1 0 0) matid=3}
Face 20 229 271 155 {rgb=(.9 .9 .9) matid=0}
Face 21 26 25 24 {rgb=(1 0 0) matid=3}
Face 22 13 14 12 {rgb=(1 0 0) matid=3}
Face 23 10 47 11 {rgb=(1 0 0) matid=3}
Face 24 28 30 29 {rgb=(.9 .9 .9) matid=0}
Face 25 28 32 31 {rgb=(.9 .9 .9) matid=0}
Face 26 1 2 4 {rgb=(1 0 0) matid=3}
Face 27 14 13 16 {rgb=(1 0 0) matid=3}
Face 28 28 31 30 {rgb=(.9 .9 .9) matid=0}
Face 29 42 44 45 {rgb=(1 0 0) matid=3}
Face 30 4 3 1 {rgb=(1 0 0) matid=3}
Face 31 28 231 32 {rgb=(.9 .9 .9) matid=0}
Face 32 23 21 22 {rgb=(1 0 0) matid=3}
Face 33 43 42 256 {rgb=(1 0 0) matid=3}
Face 34 32 231 31 {rgb=(.9 .9 .9) matid=0}
Face 35 91 58 69 {rgb=(.9 .9 .9) matid=0}
Face 36 12 15 16 {rgb=(1 0 0) matid=3}
Face 37 33 36 133 {rgb=(.9 .9 .9) matid=0}
Face 38 68 26 24 {rgb=(1 0 0) matid=3}
Face 39 41 44 43 {rgb=(1 0 0) matid=3}
Face 40 9 11 47 {rgb=(1 0 0) matid=3}
Face 41 34 209 33 {rgb=(.9 .9 .9) matid=0}
Face 42 26 193 183 {rgb=(1 0 0) matid=3}
Face 43 41 45 44 {rgb=(1 0 0) matid=3}
Face 44 42 43 44 {rgb=(1 0 0) matid=3}
Face 45 46 17 18 {rgb=(1 0 0) matid=3}
Face 46 21 23 20 {rgb=(1 0 0) matid=3}
Face 47 19 17 46 {rgb=(1 0 0) matid=3}
Face 48 1 3 2 {rgb=(1 0 0) matid=3}
Face 49 268 11 9 {rgb=(1 0 0) matid=3}
Face 50 267 160 218 {rgb=(.9 .9 .9) matid=0}
Face 51 260 193 99 {rgb=(1 0 0) matid=3}
Face 52 66 202 245 {rgb=(1 0 0) matid=3}
Face 53 113 178 176 {rgb=(1 0 0) matid=3}
Face 54 113 48 136 {rgb=(1 0 0) matid=3}
Face 55 26 99 193 {rgb=(1 0 0) matid=3}
Face 56 236 51 61 {rgb=(.9 .9 .9) matid=0}
Face 57 247 88 161 {rgb=(0 0 0) matid=1}
Face 58 60 61 51 {rgb=(.9 .9 .9) matid=0}
Face 59 119 52 86 {rgb=(.9 .9 .9) matid=0}
Face 60 59 165 69 {rgb=(.9 .9 .9) matid=0}
Face 61 186 138 136 {rgb=(.9 .9 .9) matid=0}
Face 62 193 260 109 {rgb=(1 0 0) matid=3}
Face 63 67 100 55 {rgb=(1 0 0) matid=3}
Face 64 184 26 68 {rgb=(1 0 0) matid=3}
Face 65 173 55 100 {rgb=(1 0 0) matid=3}
Face 66 183 115 55 {rgb=(1 0 0) matid=3}
Face 67 233 66 245 {rgb=(1 0 0) matid=3}
Face 68 203 26 184 {rgb=(1 0 0) matid=3}
Face 69 260 80 109 {rgb=(1 0 0) matid=3}
Face 70 27 56 130 {rgb=(1 0 0) matid=3}
Face 71 98 58 91 {rgb=(.9 .9 .9) matid=0}
Face 72 24 52 58 {rgb=(.9 .9 .9) matid=0}
Face 73 85 119 86 {rgb=(.9 .9 .9) matid=0}
Face 74 101 100 59 {rgb=(.9 .9 .9) matid=0}
Face 75 195 74 62 {rgb=(.9 .9 .9) matid=0}
Face 76 27 50 60 {rgb=(.9 .9 .9) matid=0}
Face 77 50 61 60 {rgb=(.9 .9 .9) matid=0}
Face 78 50 236 61 {rgb=(.9 .9 .9) matid=0}
Face 79 26 236 50 {rgb=(.9 .9 .9) matid=0}
Face 80 26 77 236 {rgb=(.9 .9 .9) matid=0}
Face 81 132 137 186 {rgb=(.9 .9 .9) matid=0}
Face 82 97 112 63 {rgb=(.9 .9 .9) matid=0}
Face 83 53 107 186 {rgb=(.9 .9 .9) matid=0}
Face 84 248 63 78 {rgb=(0 0 0) matid=1}
Face 85 53 65 120 {rgb=(.9 .9 .9) matid=0}
Face 86 53 202 65 {rgb=(.9 .9 .9) matid=0}
Face 87 262 204 131 {rgb=(1 0 0) matid=3}
Face 88 141 49 205 {rgb=(1 0 0) matid=3}
Face 89 103 174 123 {rgb=(1 0 0) matid=3}
Face 90 188 230 102 {rgb=(0 0 0) matid=1}
Face 91 54 68 24 {rgb=(1 0 0) matid=3}
Face 92 266 104 159 {rgb=(1 0 0) matid=3}
Face 93 117 187 70 {rgb=(.9 .9 .9) matid=0}
Face 94 117 59 187 {rgb=(.9 .9 .9) matid=0}
Face 95 58 70 207 {rgb=(0 0 0) matid=1}
Face 96 58 52 70 {rgb=(.9 .9 .9) matid=0}
Face 97 55 113 176 {rgb=(1 0 0) matid=3}
Face 98 72 105 89 {rgb=(.9 .9 .9) matid=0}
Face 99 82 72 71 {rgb=(.9 .9 .9) matid=0}
Face 100 82 73 72 {rgb=(.9 .9 .9) matid=0}
Face 101 152 73 82 {rgb=(.9 .9 .9) matid=0}
Face 102 152 90 73 {rgb=(.9 .9 .9) matid=0}
Face 103 94 74 180 {rgb=(.9 .9 .9) matid=0}
Face 104 241 51 247 {rgb=(.9 .9 .9) matid=0}
Face 105 154 75 251 {rgb=(.9 .9 .9) matid=0}
Face 106 155 76 75 {rgb=(.9 .9 .9) matid=0}
Face 107 157 271 229 {rgb=(.9 .9 .9) matid=0}
Face 108 37 234 196 {rgb=(.9 .9 .9) matid=0}
Face 109 27 203 184 {rgb=(1 0 0) matid=3}
Face 110 180 74 195 {rgb=(.9 .9 .9) matid=0}
Face 111 107 132 186 {rgb=(.9 .9 .9) matid=0}
Face 112 64 79 269 {rgb=(.9 .9 .9) matid=0}
Face 113 65 210 120 {rgb=(.9 .9 .9) matid=0}
Face 114 97 63 110 {rgb=(0 0 0) matid=1}
Face 115 57 80 260 {rgb=(1 0 0) matid=3}
Face 116 92 109 80 {rgb=(.9 .9 .9) matid=0}
Face 117 57 106 93 {rgb=(0 0 0) matid=1}
Face 118 87 109 92 {rgb=(.9 .9 .9) matid=0}
Face 119 111 82 201 {rgb=(0 0 0) matid=1}
Face 120 111 152 82 {rgb=(.9 .9 .9) matid=0}
Face 121 35 83 84 {rgb=(.9 .9 .9) matid=0}
Face 122 35 217 147 {rgb=(.9 .9 .9) matid=0}
Face 123 200 84 83 {rgb=(.9 .9 .9) matid=0}
Face 124 34 160 267 {rgb=(.9 .9 .9) matid=0}
Face 125 25 85 86 {rgb=(.7 .7 .7) matid=2}
Face 126 101 158 179 {rgb=(.9 .9 .9) matid=0}
Face 127 24 227 52 {rgb=(.9 .9 .9) matid=0}
Face 128 24 25 86 {rgb=(.7 .7 .7) matid=2}
Face 129 233 87 81 {rgb=(.9 .9 .9) matid=0}
Face 130 233 245 87 {rgb=(1 0 0) matid=3}
Face 131 51 88 247 {rgb=(.9 .9 .9) matid=0}
Face 132 51 236 88 {rgb=(.9 .9 .9) matid=0}
Face 133 71 89 105 {rgb=(.9 .9 .9) matid=0}
Face 134 71 72 89 {rgb=(.9 .9 .9) matid=0}
Face 135 71 90 48 {rgb=(1 0 0) matid=3}
Face 136 71 73 90 {rgb=(.9 .9 .9) matid=0}
Face 137 165 91 69 {rgb=(.9 .9 .9) matid=0}
Face 138 165 98 91 {rgb=(0 0 0) matid=1}
Face 139 106 92 93 {rgb=(.9 .9 .9) matid=0}
Face 140 81 87 92 {rgb=(.9 .9 .9) matid=0}
Face 141 80 93 92 {rgb=(.9 .9 .9) matid=0}
Face 142 80 57 93 {rgb=(0 0 0) matid=1}
Face 143 60 94 27 {rgb=(.9 .9 .9) matid=0}
Face 144 240 74 94 {rgb=(.9 .9 .9) matid=0}
Face 145 63 95 78 {rgb=(0 0 0) matid=1}
Face 146 63 112 96 {rgb=(.9 .9 .9) matid=0}
Face 147 95 96 136 {rgb=(.9 .9 .9) matid=0}
Face 148 95 63 96 {rgb=(.9 .9 .9) matid=0}
Face 149 65 97 210 {rgb=(.9 .9 .9) matid=0}
Face 150 65 112 97 {rgb=(.9 .9 .9) matid=0}
Face 151 24 98 54 {rgb=(.9 .9 .9) matid=0}
Face 152 24 58 98 {rgb=(.9 .9 .9) matid=0}
Face 153 50 99 26 {rgb=(.9 .9 .9) matid=0}
Face 154 50 27 99 {rgb=(.9 .9 .9) matid=0}
Face 155 266 100 104 {rgb=(1 0 0) matid=3}
Face 156 165 59 100 {rgb=(.9 .9 .9) matid=0}
Face 157 173 228 179 {rgb=(.7 .7 .7) matid=2}
Face 158 173 100 228 {rgb=(1 0 0) matid=3}
Face 159 104 246 159 {rgb=(1 0 0) matid=3}
Face 160 104 182 246 {rgb=(1 0 0) matid=3}
Face 161 56 262 131 {rgb=(1 0 0) matid=3}
Face 162 56 102 182 {rgb=(1 0 0) matid=3}
Face 163 140 104 100 {rgb=(1 0 0) matid=3}
Face 164 174 182 242 {rgb=(.7 .7 .7) matid=2}
Face 165 73 105 72 {rgb=(.9 .9 .9) matid=0}
Face 166 73 71 105 {rgb=(.9 .9 .9) matid=0}
Face 167 81 106 233 {rgb=(.9 .9 .9) matid=0}
Face 168 81 108 106 {rgb=(.9 .9 .9) matid=0}
Face 169 64 107 53 {rgb=(.9 .9 .9) matid=0}
Face 170 64 269 107 {rgb=(.9 .9 .9) matid=0}
Face 171 116 108 81 {rgb=(.9 .9 .9) matid=0}
Face 172 116 106 108 {rgb=(.9 .9 .9) matid=0}
Face 173 245 109 87 {rgb=(1 0 0) matid=3}
Face 174 245 115 109 {rgb=(1 0 0) matid=3}
Face 175 79 110 145 {rgb=(.9 .9 .9) matid=0}
Face 176 175 97 110 {rgb=(0 0 0) matid=1}
Face 177 114 111 201 {rgb=(1 0 0) matid=3}
Face 178 114 152 111 {rgb=(1 0 0) matid=3}
Face 179 202 112 65 {rgb=(.9 .9 .9) matid=0}
Face 180 264 96 112 {rgb=(.9 .9 .9) matid=0}
Face 181 71 113 114 {rgb=(1 0 0) matid=3}
Face 182 71 48 113 {rgb=(1 0 0) matid=3}
Face 183 55 114 113 {rgb=(.7 .7 .7) matid=2}
Face 184 55 115 114 {rgb=(1 0 0) matid=3}
Face 185 48 115 53 {rgb=(1 0 0) matid=3}
Face 186 152 114 115 {rgb=(1 0 0) matid=3}
Face 187 92 116 81 {rgb=(.9 .9 .9) matid=0}
Face 188 92 106 116 {rgb=(.9 .9 .9) matid=0}
Face 189 185 117 70 {rgb=(.9 .9 .9) matid=0}
Face 190 118 238 117 {rgb=(.9 .9 .9) matid=0}
Face 191 185 118 117 {rgb=(.9 .9 .9) matid=0}
Face 192 185 119 118 {rgb=(.7 .7 .7) matid=2}
Face 193 158 119 85 {rgb=(.9 .9 .9) matid=0}
Face 194 158 118 119 {rgb=(.7 .7 .7) matid=2}
Face 195 64 120 79 {rgb=(.9 .9 .9) matid=0}
Face 196 64 53 120 {rgb=(.9 .9 .9) matid=0}
Face 197 57 167 128 {rgb=(1 0 0) matid=3}
Face 198 57 260 167 {rgb=(1 0 0) matid=3}
Face 199 124 205 264 {rgb=(1 0 0) matid=3}
Face 200 123 141 122 {rgb=(1 0 0) matid=3}
Face 201 124 123 206 {rgb=(1 0 0) matid=3}
Face 202 124 150 123 {rgb=(1 0 0) matid=3}
Face 203 66 166 202 {rgb=(1 0 0) matid=3}
Face 204 125 167 166 {rgb=(.3 .3 .3) matid=4}
Face 205 126 127 166 {rgb=(.3 .3 .3) matid=4}
Face 206 66 233 128 {rgb=(1 0 0) matid=3}
Face 207 66 126 166 {rgb=(.3 .3 .3) matid=4}
Face 208 66 128 126 {rgb=(.3 .3 .3) matid=4}
Face 209 125 127 126 {rgb=(.7 .7 .7) matid=2}
Face 210 125 166 127 {rgb=(.3 .3 .3) matid=4}
Face 211 125 128 167 {rgb=(.3 .3 .3) matid=4}
Face 212 129 126 128 {rgb=(.3 .3 .3) matid=4}
Face 213 125 129 128 {rgb=(.3 .3 .3) matid=4}
Face 214 125 126 129 {rgb=(.7 .7 .7) matid=2}
Face 215 149 130 204 {rgb=(1 0 0) matid=3}
Face 216 121 27 130 {rgb=(1 0 0) matid=3}
Face 217 130 131 204 {rgb=(.7 .7 .7) matid=2}
Face 218 130 56 131 {rgb=(1 0 0) matid=3}
Face 219 145 132 107 {rgb=(.9 .9 .9) matid=0}
Face 220 78 137 132 {rgb=(.9 .9 .9) matid=0}
Face 221 134 133 36 {rgb=(.9 .9 .9) matid=0}
Face 222 135 33 133 {rgb=(.9 .9 .9) matid=0}
Face 223 34 134 160 {rgb=(.9 .9 .9) matid=0}
Face 224 34 33 216 {rgb=(.9 .9 .9) matid=0}
Face 225 134 213 208 {rgb=(.9 .9 .9) matid=0}
Face 226 134 34 197 {rgb=(.9 .9 .9) matid=0}
Face 227 49 136 96 {rgb=(.9 .9 .9) matid=0}
Face 228 49 141 162 {rgb=(1 0 0) matid=3}
Face 229 138 137 78 {rgb=(.9 .9 .9) matid=0}
Face 230 138 186 137 {rgb=(.9 .9 .9) matid=0}
Face 231 95 138 78 {rgb=(.9 .9 .9) matid=0}
Face 232 95 136 138 {rgb=(.9 .9 .9) matid=0}
Face 233 229 265 157 {rgb=(.9 .9 .9) matid=0}
Face 234 40 38 144 {rgb=(.9 .9 .9) matid=0}
Face 235 163 140 100 {rgb=(1 0 0) matid=3}
Face 236 142 123 174 {rgb=(1 0 0) matid=3}
Face 237 142 141 123 {rgb=(1 0 0) matid=3}
Face 238 164 177 141 {rgb=(1 0 0) matid=3}
Face 239 163 142 140 {rgb=(1 0 0) matid=3}
Face 240 163 141 142 {rgb=(.7 .7 .7) matid=2}
Face 241 144 249 40 {rgb=(.9 .9 .9) matid=0}
Face 242 139 37 143 {rgb=(.9 .9 .9) matid=0}
Face 243 211 144 38 {rgb=(.9 .9 .9) matid=0}
Face 244 212 143 144 {rgb=(.9 .9 .9) matid=0}
Face 245 78 145 248 {rgb=(.9 .9 .9) matid=0}
Face 246 78 132 145 {rgb=(.9 .9 .9) matid=0}
Face 247 209 146 217 {rgb=(.9 .9 .9) matid=0}
Face 248 83 35 148 {rgb=(.9 .9 .9) matid=0}
Face 249 146 147 217 {rgb=(.9 .9 .9) matid=0}
Face 250 259 35 147 {rgb=(.9 .9 .9) matid=0}
Face 251 146 148 147 {rgb=(0 0 0) matid=1}
Face 252 146 83 148 {rgb=(.9 .9 .9) matid=0}
Face 253 121 149 124 {rgb=(1 0 0) matid=3}
Face 254 121 130 149 {rgb=(1 0 0) matid=3}
Face 255 151 150 124 {rgb=(1 0 0) matid=3}
Face 256 149 204 150 {rgb=(1 0 0) matid=3}
Face 257 149 151 124 {rgb=(1 0 0) matid=3}
Face 258 149 150 151 {rgb=(.7 .7 .7) matid=2}
Face 259 48 152 115 {rgb=(1 0 0) matid=3}
Face 260 48 90 152 {rgb=(1 0 0) matid=3}
Face 261 175 153 97 {rgb=(.9 .9 .9) matid=0}
Face 262 79 120 153 {rgb=(.9 .9 .9) matid=0}
Face 263 39 154 251 {rgb=(.9 .9 .9) matid=0}
Face 264 156 75 154 {rgb=(.9 .9 .9) matid=0}
Face 265 156 155 75 {rgb=(.9 .9 .9) matid=0}
Face 266 39 40 155 {rgb=(.9 .9 .9) matid=0}
Face 267 39 156 154 {rgb=(0 0 0) matid=1}
Face 268 39 155 156 {rgb=(.9 .9 .9) matid=0}
Face 269 37 258 143 {rgb=(.9 .9 .9) matid=0}
Face 270 37 196 258 {rgb=(.9 .9 .9) matid=0}
Face 271 238 158 101 {rgb=(.9 .9 .9) matid=0}
Face 272 238 118 158 {rgb=(.7 .7 .7) matid=2}
Face 273 230 159 246 {rgb=(1 0 0) matid=3}
Face 274 68 266 159 {rgb=(1 0 0) matid=3}
Face 275 36 160 134 {rgb=(.9 .9 .9) matid=0}
Face 276 36 218 160 {rgb=(.9 .9 .9) matid=0}
Face 277 62 161 88 {rgb=(0 0 0) matid=1}
Face 278 62 74 161 {rgb=(0 0 0) matid=1}
Face 279 136 178 113 {rgb=(1 0 0) matid=3}
Face 280 136 49 162 {rgb=(1 0 0) matid=3}
Face 281 191 163 100 {rgb=(1 0 0) matid=3}
Face 282 189 141 163 {rgb=(1 0 0) matid=3}
Face 283 189 164 141 {rgb=(1 0 0) matid=3}
Face 284 67 177 164 {rgb=(.7 .7 .7) matid=2}
Face 285 54 165 100 {rgb=(.9 .9 .9) matid=0}
Face 286 54 98 165 {rgb=(.9 .9 .9) matid=0}
Face 287 124 168 169 {rgb=(1 0 0) matid=3}
Face 288 124 202 166 {rgb=(1 0 0) matid=3}
Face 289 121 167 260 {rgb=(1 0 0) matid=3}
Face 290 170 166 167 {rgb=(1 0 0) matid=3}
Face 291 166 168 124 {rgb=(1 0 0) matid=3}
Face 292 166 170 168 {rgb=(1 0 0) matid=3}
Face 293 171 169 168 {rgb=(.7 .7 .7) matid=2}
Face 294 172 124 169 {rgb=(1 0 0) matid=3}
Face 295 171 170 167 {rgb=(1 0 0) matid=3}
Face 296 171 168 170 {rgb=(.7 .7 .7) matid=2}
Face 297 121 171 167 {rgb=(1 0 0) matid=3}
Face 298 121 169 171 {rgb=(1 0 0) matid=3}
Face 299 121 172 169 {rgb=(1 0 0) matid=3}
Face 300 121 124 172 {rgb=(.7 .7 .7) matid=2}
Face 301 25 173 85 {rgb=(.7 .7 .7) matid=2}
Face 302 270 55 173 {rgb=(1 0 0) matid=3}
Face 303 140 174 263 {rgb=(.7 .7 .7) matid=2}
Face 304 140 142 174 {rgb=(1 0 0) matid=3}
Face 305 79 175 110 {rgb=(.9 .9 .9) matid=0}
Face 306 79 153 175 {rgb=(.9 .9 .9) matid=0}
Face 307 67 176 177 {rgb=(1 0 0) matid=3}
Face 308 67 55 176 {rgb=(1 0 0) matid=3}
Face 309 162 177 176 {rgb=(1 0 0) matid=3}
Face 310 162 141 177 {rgb=(1 0 0) matid=3}
Face 311 162 178 136 {rgb=(1 0 0) matid=3}
Face 312 162 176 178 {rgb=(.7 .7 .7) matid=2}
Face 313 85 179 158 {rgb=(.9 .9 .9) matid=0}
Face 314 85 173 179 {rgb=(.7 .7 .7) matid=2}
Face 315 27 180 203 {rgb=(1 0 0) matid=3}
Face 316 181 94 180 {rgb=(.9 .9 .9) matid=0}
Face 317 27 181 180 {rgb=(1 0 0) matid=3}
Face 318 27 94 181 {rgb=(.9 .9 .9) matid=0}
Face 319 103 182 174 {rgb=(.7 .7 .7) matid=2}
Face 320 262 56 182 {rgb=(1 0 0) matid=3}
Face 321 25 270 173 {rgb=(1 0 0) matid=3}
Face 322 25 26 183 {rgb=(1 0 0) matid=3}
Face 323 56 188 102 {rgb=(1 0 0) matid=3}
Face 324 56 27 184 {rgb=(1 0 0) matid=3}
Face 325 52 261 70 {rgb=(.9 .9 .9) matid=0}
Face 326 52 119 261 {rgb=(.7 .7 .7) matid=2}
Face 327 48 186 136 {rgb=(1 0 0) matid=3}
Face 328 48 53 186 {rgb=(1 0 0) matid=3}
Face 329 69 187 59 {rgb=(.9 .9 .9) matid=0}
Face 330 69 58 207 {rgb=(0 0 0) matid=1}
Face 331 184 188 56 {rgb=(1 0 0) matid=3}
Face 332 184 230 188 {rgb=(1 0 0) matid=3}
Face 333 67 190 100 {rgb=(1 0 0) matid=3}
Face 334 67 164 190 {rgb=(1 0 0) matid=3}
Face 335 189 190 164 {rgb=(1 0 0) matid=3}
Face 336 191 100 190 {rgb=(1 0 0) matid=3}
Face 337 189 191 190 {rgb=(.7 .7 .7) matid=2}
Face 338 189 163 191 {rgb=(1 0 0) matid=3}
Face 339 135 215 33 {rgb=(.9 .9 .9) matid=0}
Face 340 135 237 192 {rgb=(.9 .9 .9) matid=0}
Face 341 115 193 109 {rgb=(1 0 0) matid=3}
Face 342 115 183 193 {rgb=(1 0 0) matid=3}
Face 343 220 194 226 {rgb=(1 0 0) matid=3}
Face 344 265 40 249 {rgb=(.9 .9 .9) matid=0}
Face 345 77 235 62 {rgb=(.9 .9 .9) matid=0}
Face 346 77 180 195 {rgb=(.9 .9 .9) matid=0}
Face 347 76 196 234 {rgb=(.9 .9 .9) matid=0}
Face 348 243 258 196 {rgb=(.9 .9 .9) matid=0}
Face 349 216 197 34 {rgb=(.9 .9 .9) matid=0}
Face 350 214 237 197 {rgb=(0 0 0) matid=1}
Face 351 192 198 197 {rgb=(0 0 0) matid=1}
Face 352 199 237 214 {rgb=(1 0 0) matid=3}
Face 353 192 252 198 {rgb=(0 0 0) matid=1}
Face 354 192 237 199 {rgb=(0 0 0) matid=1}
Face 355 34 200 209 {rgb=(.9 .9 .9) matid=0}
Face 356 34 84 200 {rgb=(.9 .9 .9) matid=0}
Face 357 71 201 82 {rgb=(0 0 0) matid=1}
Face 358 71 114 201 {rgb=(1 0 0) matid=3}
Face 359 264 202 124 {rgb=(1 0 0) matid=3}
Face 360 264 112 202 {rgb=(.9 .9 .9) matid=0}
Face 361 77 203 180 {rgb=(.9 .9 .9) matid=0}
Face 362 77 26 203 {rgb=(.9 .9 .9) matid=0}
Face 363 123 204 103 {rgb=(1 0 0) matid=3}
Face 364 123 150 204 {rgb=(1 0 0) matid=3}
Face 365 206 205 124 {rgb=(1 0 0) matid=3}
Face 366 122 141 205 {rgb=(1 0 0) matid=3}
Face 367 253 206 123 {rgb=(.9 .9 .9) matid=0}
Face 368 122 205 206 {rgb=(1 0 0) matid=3}
Face 369 187 207 70 {rgb=(0 0 0) matid=1}
Face 370 187 69 207 {rgb=(0 0 0) matid=1}
Face 371 133 208 244 {rgb=(0 0 0) matid=1}
Face 372 133 134 208 {rgb=(.9 .9 .9) matid=0}
Face 373 83 209 200 {rgb=(.9 .9 .9) matid=0}
Face 374 83 146 209 {rgb=(.9 .9 .9) matid=0}
Face 375 153 210 97 {rgb=(.9 .9 .9) matid=0}
Face 376 153 120 210 {rgb=(.9 .9 .9) matid=0}
Face 377 139 211 37 {rgb=(.9 .9 .9) matid=0}
Face 378 212 144 211 {rgb=(.9 .9 .9) matid=0}
Face 379 139 224 223 {rgb=(1 0 0) matid=3}
Face 380 139 143 212 {rgb=(.9 .9 .9) matid=0}
Face 381 135 213 134 {rgb=(.9 .9 .9) matid=0}
Face 382 250 257 213 {rgb=(1 0 0) matid=3}
Face 383 198 214 197 {rgb=(0 0 0) matid=1}
Face 384 198 199 214 {rgb=(1 0 0) matid=3}
Face 385 192 215 135 {rgb=(.9 .9 .9) matid=0}
Face 386 216 33 215 {rgb=(.9 .9 .9) matid=0}
Face 387 192 216 215 {rgb=(.9 .9 .9) matid=0}
Face 388 192 197 216 {rgb=(.9 .9 .9) matid=0}
Face 389 33 217 36 {rgb=(.9 .9 .9) matid=0}
Face 390 33 209 217 {rgb=(.9 .9 .9) matid=0}
Face 391 35 218 36 {rgb=(.9 .9 .9) matid=0}
Face 392 35 84 218 {rgb=(.9 .9 .9) matid=0}
Face 393 221 222 194 {rgb=(1 0 0) matid=3}
Face 394 143 157 219 {rgb=(.9 .9 .9) matid=0}
Face 395 143 220 226 {rgb=(0 0 0) matid=1}
Face 396 143 219 220 {rgb=(1 0 0) matid=3}
Face 397 220 221 194 {rgb=(1 0 0) matid=3}
Face 398 220 222 221 {rgb=(1 0 0) matid=3}
Face 399 219 222 220 {rgb=(1 0 0) matid=3}
Face 400 219 194 222 {rgb=(1 0 0) matid=3}
Face 401 211 223 225 {rgb=(0 0 0) matid=1}
Face 402 211 139 223 {rgb=(0 0 0) matid=1}
Face 403 212 224 139 {rgb=(0 0 0) matid=1}
Face 404 225 223 224 {rgb=(1 0 0) matid=3}
Face 405 272 225 224 {rgb=(1 0 0) matid=3}
Face 406 212 211 225 {rgb=(0 0 0) matid=1}
Face 407 144 226 249 {rgb=(.9 .9 .9) matid=0}
Face 408 144 143 226 {rgb=(.9 .9 .9) matid=0}
Face 409 86 227 24 {rgb=(.7 .7 .7) matid=2}
Face 410 86 52 227 {rgb=(.9 .9 .9) matid=0}
Face 411 101 228 100 {rgb=(1 0 0) matid=3}
Face 412 101 179 228 {rgb=(.9 .9 .9) matid=0}
Face 413 40 229 155 {rgb=(.9 .9 .9) matid=0}
Face 414 40 265 229 {rgb=(.9 .9 .9) matid=0}
Face 415 68 230 184 {rgb=(1 0 0) matid=3}
Face 416 68 159 230 {rgb=(1 0 0) matid=3}
Face 417 29 232 28 {rgb=(.9 .9 .9) matid=0}
Face 418 29 31 231 {rgb=(.9 .9 .9) matid=0}
Face 419 231 232 29 {rgb=(.9 .9 .9) matid=0}
Face 420 231 28 232 {rgb=(.9 .9 .9) matid=0}
Face 421 57 233 106 {rgb=(0 0 0) matid=1}
Face 422 57 128 233 {rgb=(1 0 0) matid=3}
Face 423 75 234 251 {rgb=(.9 .9 .9) matid=0}
Face 424 75 76 234 {rgb=(.9 .9 .9) matid=0}
Face 425 195 235 77 {rgb=(0 0 0) matid=1}
Face 426 195 62 235 {rgb=(.9 .9 .9) matid=0}
Face 427 62 236 77 {rgb=(.9 .9 .9) matid=0}
Face 428 62 88 236 {rgb=(0 0 0) matid=1}
Face 429 134 237 135 {rgb=(.9 .9 .9) matid=0}
Face 430 134 197 237 {rgb=(.9 .9 .9) matid=0}
Face 431 59 238 101 {rgb=(.9 .9 .9) matid=0}
Face 432 59 117 238 {rgb=(.9 .9 .9) matid=0}
Face 433 60 239 94 {rgb=(.9 .9 .9) matid=0}
Face 434 60 51 239 {rgb=(.9 .9 .9) matid=0}
Face 435 239 240 94 {rgb=(.9 .9 .9) matid=0}
Face 436 241 74 240 {rgb=(.9 .9 .9) matid=0}
Face 437 239 241 240 {rgb=(.9 .9 .9) matid=0}
Face 438 239 51 241 {rgb=(.9 .9 .9) matid=0}
Face 439 104 242 182 {rgb=(1 0 0) matid=3}
Face 440 104 140 263 {rgb=(1 0 0) matid=3}
Face 441 76 243 196 {rgb=(.9 .9 .9) matid=0}
Face 442 271 157 243 {rgb=(.9 .9 .9) matid=0}
Face 443 250 244 257 {rgb=(1 0 0) matid=3}
Face 444 135 133 244 {rgb=(0 0 0) matid=1}
Face 445 53 245 202 {rgb=(1 0 0) matid=3}
Face 446 53 115 245 {rgb=(1 0 0) matid=3}
Face 447 102 246 182 {rgb=(1 0 0) matid=3}
Face 448 102 230 246 {rgb=(0 0 0) matid=1}
Face 449 74 247 161 {rgb=(0 0 0) matid=1}
Face 450 74 241 247 {rgb=(.9 .9 .9) matid=0}
Face 451 110 248 145 {rgb=(.9 .9 .9) matid=0}
Face 452 110 63 248 {rgb=(0 0 0) matid=1}
Face 453 194 249 226 {rgb=(1 0 0) matid=3}
Face 454 194 219 249 {rgb=(0 0 0) matid=1}
Face 455 135 250 213 {rgb=(0 0 0) matid=1}
Face 456 135 244 250 {rgb=(1 0 0) matid=3}
Face 457 38 251 234 {rgb=(.9 .9 .9) matid=0}
Face 458 38 40 251 {rgb=(.9 .9 .9) matid=0}
Face 459 199 252 192 {rgb=(0 0 0) matid=1}
Face 460 199 198 252 {rgb=(1 0 0) matid=3}
Face 461 255 254 123 {rgb=(.9 .9 .9) matid=0}
Face 462 122 206 253 {rgb=(.9 .9 .9) matid=0}
Face 463 253 254 255 {rgb=(.9 .9 .9) matid=0}
Face 464 253 123 254 {rgb=(.9 .9 .9) matid=0}
Face 465 122 255 123 {rgb=(.9 .9 .9) matid=0}
Face 466 122 253 255 {rgb=(.9 .9 .9) matid=0}
Face 467 41 256 45 {rgb=(1 0 0) matid=3}
Face 468 41 43 256 {rgb=(1 0 0) matid=3}
Face 469 208 257 244 {rgb=(0 0 0) matid=1}
Face 470 208 213 257 {rgb=(1 0 0) matid=3}
Face 471 157 258 243 {rgb=(.9 .9 .9) matid=0}
Face 472 157 143 258 {rgb=(.9 .9 .9) matid=0}
Face 473 148 259 147 {rgb=(0 0 0) matid=1}
Face 474 148 35 259 {rgb=(.9 .9 .9) matid=0}
Face 475 27 260 99 {rgb=(1 0 0) matid=3}
Face 476 27 121 260 {rgb=(1 0 0) matid=3}
Face 477 185 261 119 {rgb=(.7 .7 .7) matid=2}
Face 478 185 70 261 {rgb=(.9 .9 .9) matid=0}
Face 479 103 262 182 {rgb=(.7 .7 .7) matid=2}
Face 480 103 204 262 {rgb=(1 0 0) matid=3}
Face 481 242 263 174 {rgb=(1 0 0) matid=3}
Face 482 242 104 263 {rgb=(1 0 0) matid=3}
Face 483 49 264 205 {rgb=(.9 .9 .9) matid=0}
Face 484 49 96 264 {rgb=(.9 .9 .9) matid=0}
Face 485 219 265 249 {rgb=(.9 .9 .9) matid=0}
Face 486 219 157 265 {rgb=(.9 .9 .9) matid=0}
Face 487 54 266 68 {rgb=(1 0 0) matid=3}
Face 488 54 100 266 {rgb=(1 0 0) matid=3}
Face 489 84 267 218 {rgb=(.9 .9 .9) matid=0}
Face 490 84 34 267 {rgb=(.9 .9 .9) matid=0}
Face 491 10 268 9 {rgb=(1 0 0) matid=3}
Face 492 10 11 268 {rgb=(1 0 0) matid=3}
Face 493 145 269 79 {rgb=(.9 .9 .9) matid=0}
Face 494 145 107 269 {rgb=(.9 .9 .9) matid=0}
Face 495 183 270 25 {rgb=(1 0 0) matid=3}
Face 496 183 55 270 {rgb=(1 0 0) matid=3}
Face 497 76 271 243 {rgb=(.9 .9 .9) matid=0}
Face 498 76 155 271 {rgb=(.9 .9 .9) matid=0}
Face 499 212 272 224 {rgb=(0 0 0) matid=1}
Face 500 212 225 272 {rgb=(0 0 0) matid=1}
================================================
FILE: models/cessna_color500.m
================================================
Vertex 1 -11.2429 -3.34616 -7.6444
Vertex 2 -11.4049 -3.2215 -7.5698
Vertex 3 -11.348 -3.47795 -7.71857
Vertex 4 -11.3587 -5.03145 -4.69954 {wid=4 normal=(-0.480307 -0.421307 0.769289)}
Vertex 5 -11.2317 -3.07954 -7.70508
Vertex 6 -11.3373 0.265308 -7.80791 {wid=6 normal=(0.568751 0.802705 -0.179404)}
Vertex 7 -11.3929 -3.07629 -7.97425
Vertex 8 -11.3996 -3.07894 -7.7704
Vertex 9 -11.2704 -3.41977 -7.92181
Vertex 10 -11.4072 -4.92862 -10.2727 {wid=10 normal=(-0.642357 -0.747387 -0.169675)}
Vertex 11 -11.2997 -3.27368 -8.00828
Vertex 12 -11.2567 -4.67238 5.63925 {wid=12 normal=(0.97715 -0.208317 0.0422058)}
Vertex 13 -11.3409 -5.00291 4.74338 {wid=13 normal=(0.482832 -0.348481 -0.803389)}
Vertex 14 -11.4337 -4.30584 5.54256 {wid=14 normal=(-0.548494 0.701792 -0.45458)}
Vertex 15 -11.3279 -3.48714 7.18154 {wid=15 normal=(0.213196 0.934134 0.286253)}
Vertex 16 -11.3632 -4.15839 6.44287 {wid=16 normal=(-0.727495 -0.441826 0.52492)}
Vertex 17 -11.2607 -0.885498 7.81201 {wid=17 normal=(0.981727 0.0477817 0.1842)}
Vertex 18 -11.4144 -0.465431 8.01354 {wid=18 normal=(-0.747693 0.130349 0.651125)}
Vertex 19 -11.3156 0.05431 7.75596 {wid=19 normal=(-0.63617 0.451151 -0.6259)}
Vertex 20 -11.2389 -4.73976 10.5342 {wid=20 normal=(0.931628 -0.170003 0.321198)}
Vertex 21 -11.4135 -4.96246 10.3438 {wid=21 normal=(-0.69186 -0.72021 -0.0512478)}
Vertex 22 -11.3323 -4.45603 10.2159 {wid=22 normal=(-0.697642 0.421768 0.579144)}
Vertex 23 -11.3419 -3.37287 7.94242 {wid=23 normal=(0.153945 0.14102 -0.977964)}
Vertex 24 -2.56373 -5.02805 0.899863
Vertex 25 -0.157729 -4.91732 0.928425
Vertex 26 -0.164229 -5.02968 -0.893371
Vertex 27 -1.78791 -4.30222 -2.48474
Vertex 28 -11.3489 -3.70489 -7.79146
Vertex 29 -11.1305 -3.10882 -8.33526
Vertex 30 -11.386 -3.33254 -8.33538
Vertex 31 -11.7354 -2.84954 -8.0453
Vertex 32 -11.3586 -3.0958 -7.34579
Vertex 33 -10.109 -2.85502 -6.56999
Vertex 34 -10.1863 -4.21425 -6.62607
Vertex 35 1.89827 -4.05522 -9.14679
Vertex 36 -10.1031 -2.86381 -8.96068
Vertex 37 -10.1781 -4.21366 6.59512
Vertex 38 -10.1241 -2.90343 6.4078
Vertex 39 -0.829151 -3.70095 8.63871
Vertex 40 -10.0932 -2.74701 8.6081
Vertex 41 -11.0998 -3.74205 7.82856
Vertex 42 -12.5183 -3.25372 7.79196 {wid=42 normal=(-0.950984 0.221551 -0.21574)}
Vertex 43 -11.1762 -2.92501 8.20368
Vertex 44 -11.142 -2.91983 7.40455
Vertex 45 -11.2977 -3.50282 7.37258
Vertex 46 -11.4076 -3.08184 7.84094 {wid=46 normal=(-0.461616 -0.886923 0.0166762)}
Vertex 47 -11.4254 -3.35667 -7.95766
Vertex 48 18.9516 -2.31453 0.522404
Vertex 49 -0.155335 -0.216196 0.0961053
Vertex 50 -0.347151 -4.50954 -6.42412
Vertex 51 -2.70998 -3.38206 -22.1529
Vertex 52 -3.18481 -4.11531 13.3012
Vertex 53 18.927 -2.3574 -0.108172
Vertex 54 -7.39831 -4.63184 2.15221
Vertex 55 7.41935 -3.84473 2.10658
Vertex 56 -12.5087 -2.54419 -2.42289 {wid=104 normal=(-0.133085 0.503185 -0.853869)}
Vertex 57 12.533 -2.58462 -1.47224
Vertex 58 -7.23466 -4.18859 10.2562
Vertex 59 -4.91658 -3.35218 16.1792 {wid=96 normal=(0.0311356 0.997932 -0.0562134)}
Vertex 60 -0.680317 -4.14481 -10.2505
Vertex 61 -0.681453 -4.29603 -10.2509
Vertex 62 -7.31656 -4.10195 -10.2588
Vertex 63 12.5618 0.515457 0.244445
Vertex 64 21.6703 5.09033 -0.0944992
Vertex 65 15.7337 -1.06548 -0.182942 {wid=129 normal=(0.000632898 -0.00110735 -0.999999)}
Vertex 66 5.98 -0.733647 -1.35195
Vertex 67 1.24305 -1.63884 2.40269
Vertex 68 -13.4191 -5.16651 0.672846 {wid=58 normal=(-0.132755 -0.975776 0.173886)}
Vertex 69 -6.72557 -3.83223 10.2578
Vertex 70 -6.20573 -3.42215 22.1539
Vertex 71 13.0416 -2.34073 1.44625
Vertex 72 13.9185 -2.42451 8.54118 {wid=148 normal=(-0.103556 0.905003 0.412609)}
Vertex 73 16.7063 -2.50268 8.61671
Vertex 74 -6.70658 -3.74122 -10.252
Vertex 75 1.88454 -4.18869 6.60922
Vertex 76 1.87813 -4.30066 9.09842
Vertex 77 -7.31276 -4.6197 -2.6485
Vertex 78 17.622 4.05037 0.240187
Vertex 79 18.192 5.03987 -0.198878
Vertex 80 12.6226 -2.68184 -1.46117
Vertex 81 13.9495 -2.37125 -7.00607 {wid=203 normal=(-0.088637 0.996008 -0.0105575)}
Vertex 82 13.3137 -2.58751 8.61806
Vertex 83 1.87295 -4.22788 -6.53973
Vertex 84 1.87204 -4.61032 -9.10595
Vertex 85 -0.326997 -4.38949 6.4326
Vertex 86 -0.343544 -4.54461 6.43121
Vertex 87 17.9382 -2.49078 -0.846229
Vertex 88 -6.32957 -3.37292 -22.1607
Vertex 89 13.9184 -2.42149 7.0258
Vertex 90 17.9342 -2.5033 0.870213
Vertex 91 -7.36194 -4.33265 6.42929
Vertex 92 16.7232 -2.53142 -8.593
Vertex 93 13.261 -2.62506 -8.51971
Vertex 94 -2.61083 -4.10085 -6.43229 {wid=217 normal=(0.0770319 0.995635 0.0526972)}
Vertex 95 14.4305 0.0924068 0.244909
Vertex 96 11.6542 -0.258267 0.195894
Vertex 97 12.7237 0.285452 -0.223774
Vertex 98 -7.03889 -4.71171 2.66272
Vertex 99 -0.157895 -4.65733 -2.29819
Vertex 100 -5.9328 -4.05909 2.54482
Vertex 101 -2.59553 -4.29708 2.44597
Vertex 102 -18.8386 -2.73165 -0.640777
Vertex 103 -7.90715 -0.426592 -1.40047
Vertex 104 -11.8881 -2.38622 2.30811 {wid=240 normal=(-0.0930617 0.551171 0.829187)}
Vertex 105 14.1638 -2.37695 7.01053 {wid=244 normal=(-0.0592293 0.998206 0.00871955)}
Vertex 106 13.318 -2.54942 -8.59581
Vertex 107 21.6746 5.09423 0.166146
Vertex 108 13.9039 -2.45869 -8.51982
Vertex 109 17.9373 -2.577 -0.860383
Vertex 110 16.7483 4.12514 -0.218186
Vertex 111 12.6206 -2.68089 1.48057
Vertex 112 11.6505 -0.246442 -0.173479
Vertex 113 7.44839 -0.824882 1.3836
Vertex 114 10.8002 -2.73151 1.6626
Vertex 115 18.9667 -2.81345 0.028035
Vertex 116 14.2278 -2.4148 -8.5175 {wid=270 normal=(-0.0626757 0.939419 -0.336993)}
Vertex 117 -2.74513 -3.29139 22.1529
Vertex 118 -2.20946 -3.5291 19.1112
Vertex 119 -1.18565 -4.0002 13.303
Vertex 120 19.5014 4.01321 -0.227995 {wid=131 normal=(-0.0443805 0.028597 -0.998605)}
Vertex 121 -0.97767 -1.60334 -2.55209
Vertex 122 -4.52032 -0.180064 0.0999518
Vertex 123 -5.70519 -0.113574 -0.0803541
Vertex 124 -1.80493 -0.488807 -1.5941
Vertex 125 4.33029 -1.56825 -2.16363
Vertex 126 5.91939 -0.815866 -1.3384
Vertex 127 4.32513 -0.724012 -1.38619
Vertex 128 5.38612 -1.6617 -2.08027
Vertex 129 5.34176 -1.66417 -2.01575
Vertex 130 -5.93758 -1.8574 -2.52584
Vertex 131 -8.28549 -2.00594 -2.22972
Vertex 132 19.5093 4.02176 0.290085 {wid=166 normal=(-0.0474592 0.0301069 0.998419)}
Vertex 133 -10.9267 -2.98422 -8.73647
Vertex 134 -10.9992 -3.74193 -7.85734
Vertex 135 -10.8725 -2.98623 -8.15301
Vertex 136 9.01751 -0.830129 0.199173
Vertex 137 18.9841 4.03192 0.191109
Vertex 138 15.7159 -1.05377 0.243501 {wid=318 normal=(0.000248315 -0.000615363 1)}
Vertex 139 -10.8341 -3.57906 7.51761
Vertex 140 -5.75294 -1.70342 2.46916
Vertex 141 -2.55951 -0.481386 1.56852
Vertex 142 -4.53111 -0.461747 1.57312
Vertex 143 -10.8977 -3.62409 8.11986
Vertex 144 -10.9888 -2.88766 7.52823
Vertex 145 18.2931 5.02525 0.231181
Vertex 146 -0.797783 -3.65046 -6.91484
Vertex 147 -0.727876 -3.76185 -8.67229
Vertex 148 -0.221925 -3.87452 -6.96214
Vertex 149 -3.53483 -1.66275 -2.56435
Vertex 150 -4.51184 -0.474176 -1.57239
Vertex 151 -2.5496 -0.518823 -1.57355
Vertex 152 17.9364 -2.5965 0.875425
Vertex 153 18.1362 4.06445 -0.213771 {wid=223 normal=(-0.104867 0.0854302 -0.99081)}
Vertex 154 -0.500571 -3.80422 6.98172
Vertex 155 1.89831 -4.04665 9.17964
Vertex 156 -0.107641 -3.90075 8.60855
Vertex 157 -10.1703 -3.91777 9.19468
Vertex 158 -2.87451 -3.68042 13.2994
Vertex 159 -15.7825 -3.7188 1.9209 {wid=357 normal=(-0.247504 -0.245989 0.93714)}
Vertex 160 -10.1796 -4.00965 -9.18925
Vertex 161 -6.66847 -3.28092 -22.1023
Vertex 162 4.31389 -0.651154 1.41559
Vertex 163 -3.53113 -1.61347 2.55292
Vertex 164 0.433884 -0.582514 1.54366
Vertex 165 -7.25432 -4.41878 2.63562
Vertex 166 4.29944 -0.637923 -1.39304
Vertex 167 4.29738 -1.64236 -2.23572
Vertex 168 2.0649 -0.647234 -1.44438
Vertex 169 0.436211 -0.587284 -1.53176
Vertex 170 2.06066 -1.60696 -2.16935
Vertex 171 0.43847 -1.56637 -2.31813
Vertex 172 -0.161153 -0.595432 -1.55352
Vertex 173 -0.155476 -4.6494 2.29512
Vertex 174 -7.5843 -0.482669 1.44317
Vertex 175 17.6236 4.04994 -0.197454
Vertex 176 4.78088 -1.69215 2.19724
Vertex 177 2.06253 -0.645579 1.45547
Vertex 178 5.92868 -0.800311 1.32182
Vertex 179 -2.30035 -4.12298 6.43014
Vertex 180 -5.22995 -4.1043 -2.48562
Vertex 181 -2.34961 -4.32589 -2.44089
Vertex 182 -10.4597 -1.50028 0.0107484
Vertex 183 6.01935 -4.9906 0.538016 {wid=411 normal=(0.114029 -0.976308 0.18391)}
Vertex 184 -12.7776 -4.72668 -1.92254 {wid=413 normal=(-0.172949 -0.757292 -0.62976)}
Vertex 185 -2.2113 -3.63405 19.1134
Vertex 186 17.9329 -2.14106 0.233672
Vertex 187 -6.34083 -3.04867 22.1537
Vertex 188 -18.594 -3.59686 -0.850123
Vertex 189 -1.80655 -0.513929 1.59308
Vertex 190 -0.0442178 -1.05337 2.05687
Vertex 191 -1.80483 -1.52721 2.38196
Vertex 192 -10.9788 -2.96562 -7.40955
Vertex 193 6.62733 -4.39231 -1.88787 {wid=433 normal=(0.11445 -0.692556 -0.712227)}
Vertex 194 -10.7185 -3.23019 8.88245
Vertex 195 -6.66258 -4.22551 -2.65608
Vertex 196 0.113585 -4.72375 7.03528 {wid=440 normal=(0.0873309 -0.986954 -0.135257)}
Vertex 197 -10.9794 -3.53973 -6.91143
Vertex 198 -10.7174 -3.25631 -6.7385
Vertex 199 -10.7323 -3.27169 -7.28108
Vertex 200 0.120021 -4.64414 -7.0153 {wid=453 normal=(0.0873311 -0.986955 0.135253)}
Vertex 201 12.5309 -2.58367 1.49134
Vertex 202 5.85763 -0.436522 -0.174432
Vertex 203 -7.42621 -4.5569 -2.14161
Vertex 204 -6.56681 -0.361699 -1.54156
Vertex 205 -1.38067 -0.219921 0.0537108
Vertex 206 -4.52018 -0.180127 -0.0995772
Vertex 207 -6.69859 -3.26684 22.1023
Vertex 208 -10.8643 -3.45108 -8.91629
Vertex 209 -4.73055 -3.71208 -6.01487 {wid=474 normal=(-0.023954 -0.00848351 0.999677)}
Vertex 210 18.9719 4.02605 -0.161307
Vertex 211 -10.9657 -3.4203 6.72008
Vertex 212 -10.9469 -3.06758 7.39378
Vertex 213 -10.7604 -3.51892 -8.13956
Vertex 214 -10.6956 -3.39843 -6.73132
Vertex 215 -10.9269 -3.03472 -6.74505
Vertex 216 -10.9668 -3.43513 -6.70503
Vertex 217 -10.086 -2.6029 -7.04492
Vertex 218 1.88239 -4.21696 -9.43036
Vertex 219 -10.7647 -3.41076 8.89897
Vertex 220 -10.7081 -3.32619 8.2115
Vertex 221 -10.7824 -3.32873 8.24463
Vertex 222 -10.7836 -3.34609 8.24264
Vertex 223 -10.7301 -3.36097 6.73802
Vertex 224 -10.7259 -3.29055 7.39937
Vertex 225 -10.7061 -3.23231 6.74842
Vertex 226 -10.7993 -3.04093 8.0836
Vertex 227 -2.67724 -4.56771 6.42878
Vertex 228 -2.17541 -4.33423 2.41826
Vertex 229 -10.1199 -3.08132 9.15233
Vertex 230 -18.6137 -4.13116 0.260052
Vertex 231 -11.1057 -3.00842 -7.31792
Vertex 232 -11.2548 -3.78379 -7.73023
Vertex 233 13.0489 -2.36527 -1.4537
Vertex 234 1.88226 -4.26161 6.37999
Vertex 235 -7.34806 -4.34749 -6.42995
Vertex 236 -6.60953 -4.32779 -10.2621
Vertex 237 -10.7778 -3.57402 -7.45905
Vertex 238 -3.58889 -3.34245 19.1058
Vertex 239 -3.41283 -3.34426 -19.1126
Vertex 240 -3.17376 -3.66956 -13.2955
Vertex 241 -3.73098 -3.31078 -19.1087
Vertex 242 -8.7713 -1.98459 2.02962
Vertex 243 0.108643 -4.78798 8.63168 {wid=574 normal=(0.0959302 -0.985378 0.140811)}
Vertex 244 -10.6705 -3.12961 -8.85484
Vertex 245 18.9466 -2.34038 -0.501887
Vertex 246 -18.6536 -2.75862 0.874513
Vertex 247 -6.30475 -3.09574 -22.1006
Vertex 248 16.7613 4.11029 0.247038
Vertex 249 -10.7726 -3.07436 8.76595
Vertex 250 -10.6979 -3.2099 -8.1977
Vertex 251 -7.88719 -2.79595 6.52165 {wid=599 normal=(-0.0651825 0.945152 -0.320062)}
Vertex 252 -10.6437 -2.93944 -7.44027
Vertex 253 -3.44249 0.509074 -0.00321054
Vertex 254 -3.82656 0.497653 -0.0328462
Vertex 255 -3.8266 0.497674 0.0318818
Vertex 256 -11.2992 -3.61146 8.18574
Vertex 257 -10.7101 -3.33316 -8.87937
Vertex 258 -10.1897 -4.33301 7.82632
Vertex 259 -0.246129 -3.86686 -8.62854
Vertex 260 -0.132844 -4.65091 -2.49338
Vertex 261 -3.74921 -3.63669 19.1115
Vertex 262 -8.76556 -1.96748 -2.06073
Vertex 263 -8.26894 -2.00362 2.27298
Vertex 264 -0.157205 -0.257352 -0.101252
Vertex 265 -10.9386 -3.10207 8.91951
Vertex 266 -7.27698 -4.44622 2.40803
Vertex 267 -5.56821 -4.57212 -8.98866 {wid=654 normal=(-0.0656472 -0.875847 -0.478102)}
Vertex 268 -11.3521 -4.84434 -10.6985 {wid=655 normal=(-0.796085 0.365992 -0.481974)}
Vertex 269 18.7598 5.13164 0.0765112
Vertex 270 -0.106297 -4.62612 2.24659 {wid=658 normal=(0.162303 -0.736057 0.657176)}
Vertex 271 1.8883 -4.17104 9.36989
Vertex 272 -10.685 -3.02375 7.42784
Face 1 2 3 4 {rgb=(1 0 0) matid=3}
Face 2 18 17 19 {rgb=(1 0 0) matid=3}
Face 3 251 40 39 {rgb=(.9 .9 .9) matid=0}
Face 4 14 16 15 {rgb=(1 0 0) matid=3}
Face 5 7 6 5 {rgb=(1 0 0) matid=3}
Face 6 6 7 8 {rgb=(1 0 0) matid=3}
Face 7 12 14 15 {rgb=(1 0 0) matid=3}
Face 8 234 37 38 {rgb=(.9 .9 .9) matid=0}
Face 9 13 12 16 {rgb=(1 0 0) matid=3}
Face 10 42 45 256 {rgb=(1 0 0) matid=3}
Face 11 19 46 18 {rgb=(1 0 0) matid=3}
Face 12 8 5 6 {rgb=(1 0 0) matid=3}
Face 13 21 20 22 {rgb=(1 0 0) matid=3}
Face 14 37 211 38 {rgb=(.9 .9 .9) matid=0}
Face 15 9 47 10 {rgb=(1 0 0) matid=3}
Face 16 217 35 36 {rgb=(.9 .9 .9) matid=0}
Face 17 8 7 5 {rgb=(1 0 0) matid=3}
Face 18 29 30 31 {rgb=(.9 .9 .9) matid=0}
Face 19 23 22 20 {rgb=(1 0 0) matid=3}
Face 20 229 271 155 {rgb=(.9 .9 .9) matid=0}
Face 21 26 25 24 {rgb=(1 0 0) matid=3}
Face 22 13 14 12 {rgb=(1 0 0) matid=3}
Face 23 10 47 11 {rgb=(1 0 0) matid=3}
Face 24 28 30 29 {rgb=(.9 .9 .9) matid=0}
Face 25 28 32 31 {rgb=(.9 .9 .9) matid=0}
Face 26 1 2 4 {rgb=(1 0 0) matid=3}
Face 27 14 13 16 {rgb=(1 0 0) matid=3}
Face 28 28 31 30 {rgb=(.9 .9 .9) matid=0}
Face 29 42 44 45 {rgb=(1 0 0) matid=3}
Face 30 4 3 1 {rgb=(1 0 0) matid=3}
Face 31 28 231 32 {rgb=(.9 .9 .9) matid=0}
Face 32 23 21 22 {rgb=(1 0 0) matid=3}
Face 33 43 42 256 {rgb=(1 0 0) matid=3}
Face 34 32 231 31 {rgb=(.9 .9 .9) matid=0}
Face 35 91 58 69 {rgb=(.9 .9 .9) matid=0}
Face 36 12 15 16 {rgb=(1 0 0) matid=3}
Face 37 33 36 133 {rgb=(.9 .9 .9) matid=0}
Face 38 68 26 24 {rgb=(1 0 0) matid=3}
Face 39 41 44 43 {rgb=(1 0 0) matid=3}
Face 40 9 11 47 {rgb=(1 0 0) matid=3}
Face 41 34 209 33 {rgb=(.9 .9 .9) matid=0}
Face 42 26 193 183 {rgb=(1 0 0) matid=3}
Face 43 41 45 44 {rgb=(1 0 0) matid=3}
Face 44 42 43 44 {rgb=(1 0 0) matid=3}
Face 45 46 17 18 {rgb=(1 0 0) matid=3}
Face 46 21 23 20 {rgb=(1 0 0) matid=3}
Face 47 19 17 46 {rgb=(1 0 0) matid=3}
Face 48 1 3 2 {rgb=(1 0 0) matid=3}
Face 49 268 11 9 {rgb=(1 0 0) matid=3}
Face 50 267 160 218 {rgb=(.9 .9 .9) matid=0}
Face 51 260 193 99 {rgb=(1 0 0) matid=3}
Face 52 66 202 245 {rgb=(1 0 0) matid=3}
Face 53 113 178 176 {rgb=(1 0 0) matid=3}
Face 54 113 48 136 {rgb=(1 0 0) matid=3}
Face 55 26 99 193 {rgb=(1 0 0) matid=3}
Face 56 236 51 61 {rgb=(.9 .9 .9) matid=0}
Face 57 247 88 161 {rgb=(0 0 0) matid=1}
Face 58 60 61 51 {rgb=(.9 .9 .9) matid=0}
Face 59 119 52 86 {rgb=(.9 .9 .9) matid=0}
Face 60 59 165 69 {rgb=(.9 .9 .9) matid=0}
Face 61 186 138 136 {rgb=(.9 .9 .9) matid=0}
Face 62 193 260 109 {rgb=(1 0 0) matid=3}
Face 63 67 100 55 {rgb=(1 0 0) matid=3}
Face 64 184 26 68 {rgb=(1 0 0) matid=3}
Face 65 173 55 100 {rgb=(1 0 0) matid=3}
Face 66 183 115 55 {rgb=(1 0 0) matid=3}
Face 67 233 66 245 {rgb=(1 0 0) matid=3}
Face 68 203 26 184 {rgb=(1 0 0) matid=3}
Face 69 260 80 109 {rgb=(1 0 0) matid=3}
Face 70 27 56 130 {rgb=(1 0 0) matid=3}
Face 71 98 58 91 {rgb=(.9 .9 .9) matid=0}
Face 72 24 52 58 {rgb=(.9 .9 .9) matid=0}
Face 73 85 119 86 {rgb=(.9 .9 .9) matid=0}
Face 74 101 100 59 {rgb=(.9 .9 .9) matid=0}
Face 75 195 74 62 {rgb=(.9 .9 .9) matid=0}
Face 76 27 50 60 {rgb=(.9 .9 .9) matid=0}
Face 77 50 61 60 {rgb=(.9 .9 .9) matid=0}
Face 78 50 236 61 {rgb=(.9 .9 .9) matid=0}
Face 79 26 236 50 {rgb=(.9 .9 .9) matid=0}
Face 80 26 77 236 {rgb=(.9 .9 .9) matid=0}
Face 81 132 137 186 {rgb=(.9 .9 .9) matid=0}
Face 82 97 112 63 {rgb=(.9 .9 .9) matid=0}
Face 83 53 107 186 {rgb=(.9 .9 .9) matid=0}
Face 84 248 63 78 {rgb=(0 0 0) matid=1}
Face 85 53 65 120 {rgb=(.9 .9 .9) matid=0}
Face 86 53 202 65 {rgb=(.9 .9 .9) matid=0}
Face 87 262 204 131 {rgb=(1 0 0) matid=3}
Face 88 141 49 205 {rgb=(1 0 0) matid=3}
Face 89 103 174 123 {rgb=(1 0 0) matid=3}
Face 90 188 230 102 {rgb=(0 0 0) matid=1}
Face 91 54 68 24 {rgb=(1 0 0) matid=3}
Face 92 266 104 159 {rgb=(1 0 0) matid=3}
Face 93 117 187 70 {rgb=(.9 .9 .9) matid=0}
Face 94 117 59 187 {rgb=(.9 .9 .9) matid=0}
Face 95 58 70 207 {rgb=(0 0 0) matid=1}
Face 96 58 52 70 {rgb=(.9 .9 .9) matid=0}
Face 97 55 113 176 {rgb=(1 0 0) matid=3}
Face 98 72 105 89 {rgb=(.9 .9 .9) matid=0}
Face 99 82 72 71 {rgb=(.9 .9 .9) matid=0}
Face 100 82 73 72 {rgb=(.9 .9 .9) matid=0}
Face 101 152 73 82 {rgb=(.9 .9 .9) matid=0}
Face 102 152 90 73 {rgb=(.9 .9 .9) matid=0}
Face 103 94 74 180 {rgb=(.9 .9 .9) matid=0}
Face 104 241 51 247 {rgb=(.9 .9 .9) matid=0}
Face 105 154 75 251 {rgb=(.9 .9 .9) matid=0}
Face 106 155 76 75 {rgb=(.9 .9 .9) matid=0}
Face 107 157 271 229 {rgb=(.9 .9 .9) matid=0}
Face 108 37 234 196 {rgb=(.9 .9 .9) matid=0}
Face 109 27 203 184 {rgb=(1 0 0) matid=3}
Face 110 180 74 195 {rgb=(.9 .9 .9) matid=0}
Face 111 107 132 186 {rgb=(.9 .9 .9) matid=0}
Face 112 64 79 269 {rgb=(.9 .9 .9) matid=0}
Face 113 65 210 120 {rgb=(.9 .9 .9) matid=0}
Face 114 97 63 110 {rgb=(0 0 0) matid=1}
Face 115 57 80 260 {rgb=(1 0 0) matid=3}
Face 116 92 109 80 {rgb=(.9 .9 .9) matid=0}
Face 117 57 106 93 {rgb=(0 0 0) matid=1}
Face 118 87 109 92 {rgb=(.9 .9 .9) matid=0}
Face 119 111 82 201 {rgb=(0 0 0) matid=1}
Face 120 111 152 82 {rgb=(.9 .9 .9) matid=0}
Face 121 35 83 84 {rgb=(.9 .9 .9) matid=0}
Face 122 35 217 147 {rgb=(.9 .9 .9) matid=0}
Face 123 200 84 83 {rgb=(.9 .9 .9) matid=0}
Face 124 34 160 267 {rgb=(.9 .9 .9) matid=0}
Face 125 25 85 86 {rgb=(.7 .7 .7) matid=2}
Face 126 101 158 179 {rgb=(.9 .9 .9) matid=0}
Face 127 24 227 52 {rgb=(.9 .9 .9) matid=0}
Face 128 24 25 86 {rgb=(.7 .7 .7) matid=2}
Face 129 233 87 81 {rgb=(.9 .9 .9) matid=0}
Face 130 233 245 87 {rgb=(1 0 0) matid=3}
Face 131 51 88 247 {rgb=(.9 .9 .9) matid=0}
Face 132 51 236 88 {rgb=(.9 .9 .9) matid=0}
Face 133 71 89 105 {rgb=(.9 .9 .9) matid=0}
Face 134 71 72 89 {rgb=(.9 .9 .9) matid=0}
Face 135 71 90 48 {rgb=(1 0 0) matid=3}
Face 136 71 73 90 {rgb=(.9 .9 .9) matid=0}
Face 137 165 91 69 {rgb=(.9 .9 .9) matid=0}
Face 138 165 98 91 {rgb=(0 0 0) matid=1}
Face 139 106 92 93 {rgb=(.9 .9 .9) matid=0}
Face 140 81 87 92 {rgb=(.9 .9 .9) matid=0}
Face 141 80 93 92 {rgb=(.9 .9 .9) matid=0}
Face 142 80 57 93 {rgb=(0 0 0) matid=1}
Face 143 60 94 27 {rgb=(.9 .9 .9) matid=0}
Face 144 240 74 94 {rgb=(.9 .9 .9) matid=0}
Face 145 63 95 78 {rgb=(0 0 0) matid=1}
Face 146 63 112 96 {rgb=(.9 .9 .9) matid=0}
Face 147 95 96 136 {rgb=(.9 .9 .9) matid=0}
Face 148 95 63 96 {rgb=(.9 .9 .9) matid=0}
Face 149 65 97 210 {rgb=(.9 .9 .9) matid=0}
Face 150 65 112 97 {rgb=(.9 .9 .9) matid=0}
Face 151 24 98 54 {rgb=(.9 .9 .9) matid=0}
Face 152 24 58 98 {rgb=(.9 .9 .9) matid=0}
Face 153 50 99 26 {rgb=(.9 .9 .9) matid=0}
Face 154 50 27 99 {rgb=(.9 .9 .9) matid=0}
Face 155 266 100 104 {rgb=(1 0 0) matid=3}
Face 156 165 59 100 {rgb=(.9 .9 .9) matid=0}
Face 157 173 228 179 {rgb=(.7 .7 .7) matid=2}
Face 158 173 100 228 {rgb=(1 0 0) matid=3}
Face 159 104 246 159 {rgb=(1 0 0) matid=3}
Face 160 104 182 246 {rgb=(1 0 0) matid=3}
Face 161 56 262 131 {rgb=(1 0 0) matid=3}
Face 162 56 102 182 {rgb=(1 0 0) matid=3}
Face 163 140 104 100 {rgb=(1 0 0) matid=3}
Face 164 174 182 242 {rgb=(.7 .7 .7) matid=2}
Face 165 73 105 72 {rgb=(.9 .9 .9) matid=0}
Face 166 73 71 105 {rgb=(.9 .9 .9) matid=0}
Face 167 81 106 233 {rgb=(.9 .9 .9) matid=0}
Face 168 81 108 106 {rgb=(.9 .9 .9) matid=0}
Face 169 64 107 53 {rgb=(.9 .9 .9) matid=0}
Face 170 64 269 107 {rgb=(.9 .9 .9) matid=0}
Face 171 116 108 81 {rgb=(.9 .9 .9) matid=0}
Face 172 116 106 108 {rgb=(.9 .9 .9) matid=0}
Face 173 245 109 87 {rgb=(1 0 0) matid=3}
Face 174 245 115 109 {rgb=(1 0 0) matid=3}
Face 175 79 110 145 {rgb=(.9 .9 .9) matid=0}
Face 176 175 97 110 {rgb=(0 0 0) matid=1}
Face 177 114 111 201 {rgb=(1 0 0) matid=3}
Face 178 114 152 111 {rgb=(1 0 0) matid=3}
Face 179 202 112 65 {rgb=(.9 .9 .9) matid=0}
Face 180 264 96 112 {rgb=(.9 .9 .9) matid=0}
Face 181 71 113 114 {rgb=(1 0 0) matid=3}
Face 182 71 48 113 {rgb=(1 0 0) matid=3}
Face 183 55 114 113 {rgb=(.7 .7 .7) matid=2}
Face 184 55 115 114 {rgb=(1 0 0) matid=3}
Face 185 48 115 53 {rgb=(1 0 0) matid=3}
Face 186 152 114 115 {rgb=(1 0 0) matid=3}
Face 187 92 116 81 {rgb=(.9 .9 .9) matid=0}
Face 188 92 106 116 {rgb=(.9 .9 .9) matid=0}
Face 189 185 117 70 {rgb=(.9 .9 .9) matid=0}
Face 190 118 238 117 {rgb=(.9 .9 .9) matid=0}
Face 191 185 118 117 {rgb=(.9 .9 .9) matid=0}
Face 192 185 119 118 {rgb=(.7 .7 .7) matid=2}
Face 193 158 119 85 {rgb=(.9 .9 .9) matid=0}
Face 194 158 118 119 {rgb=(.7 .7 .7) matid=2}
Face 195 64 120 79 {rgb=(.9 .9 .9) matid=0}
Face 196 64 53 120 {rgb=(.9 .9 .9) matid=0}
Face 197 57 167 128 {rgb=(1 0 0) matid=3}
Face 198 57 260 167 {rgb=(1 0 0) matid=3}
Face 199 124 205 264 {rgb=(1 0 0) matid=3}
Face 200 123 141 122 {rgb=(1 0 0) matid=3}
Face 201 124 123 206 {rgb=(1 0 0) matid=3}
Face 202 124 150 123 {rgb=(1 0 0) matid=3}
Face 203 66 166 202 {rgb=(1 0 0) matid=3}
Face 204 125 167 166 {rgb=(.3 .3 .3) matid=4}
Face 205 126 127 166 {rgb=(.3 .3 .3) matid=4}
Face 206 66 233 128 {rgb=(1 0 0) matid=3}
Face 207 66 126 166 {rgb=(.3 .3 .3) matid=4}
Face 208 66 128 126 {rgb=(.3 .3 .3) matid=4}
Face 209 125 127 126 {rgb=(.7 .7 .7) matid=2}
Face 210 125 166 127 {rgb=(.3 .3 .3) matid=4}
Face 211 125 128 167 {rgb=(.3 .3 .3) matid=4}
Face 212 129 126 128 {rgb=(.3 .3 .3) matid=4}
Face 213 125 129 128 {rgb=(.3 .3 .3) matid=4}
Face 214 125 126 129 {rgb=(.7 .7 .7) matid=2}
Face 215 149 130 204 {rgb=(1 0 0) matid=3}
Face 216 121 27 130 {rgb=(1 0 0) matid=3}
Face 217 130 131 204 {rgb=(.7 .7 .7) matid=2}
Face 218 130 56 131 {rgb=(1 0 0) matid=3}
Face 219 145 132 107 {rgb=(.9 .9 .9) matid=0}
Face 220 78 137 132 {rgb=(.9 .9 .9) matid=0}
Face 221 134 133 36 {rgb=(.9 .9 .9) matid=0}
Face 222 135 33 133 {rgb=(.9 .9 .9) matid=0}
Face 223 34 134 160 {rgb=(.9 .9 .9) matid=0}
Face 224 34 33 216 {rgb=(.9 .9 .9) matid=0}
Face 225 134 213 208 {rgb=(.9 .9 .9) matid=0}
Face 226 134 34 197 {rgb=(.9 .9 .9) matid=0}
Face 227 49 136 96 {rgb=(.9 .9 .9) matid=0}
Face 228 49 141 162 {rgb=(1 0 0) matid=3}
Face 229 138 137 78 {rgb=(.9 .9 .9) matid=0}
Face 230 138 186 137 {rgb=(.9 .9 .9) matid=0}
Face 231 95 138 78 {rgb=(.9 .9 .9) matid=0}
Face 232 95 136 138 {rgb=(.9 .9 .9) matid=0}
Face 233 229 265 157 {rgb=(.9 .9 .9) matid=0}
Face 234 40 38 144 {rgb=(.9 .9 .9) matid=0}
Face 235 163 140 100 {rgb=(1 0 0) matid=3}
Face 236 142 123 174 {rgb=(1 0 0) matid=3}
Face 237 142 141 123 {rgb=(1 0 0) matid=3}
Face 238 164 177 141 {rgb=(1 0 0) matid=3}
Face 239 163 142 140 {rgb=(1 0 0) matid=3}
Face 240 163 141 142 {rgb=(.7 .7 .7) matid=2}
Face 241 144 249 40 {rgb=(.9 .9 .9) matid=0}
Face 242 139 37 143 {rgb=(.9 .9 .9) matid=0}
Face 243 211 144 38 {rgb=(.9 .9 .9) matid=0}
Face 244 212 143 144 {rgb=(.9 .9 .9) matid=0}
Face 245 78 145 248 {rgb=(.9 .9 .9) matid=0}
Face 246 78 132 145 {rgb=(.9 .9 .9) matid=0}
Face 247 209 146 217 {rgb=(.9 .9 .9) matid=0}
Face 248 83 35 148 {rgb=(.9 .9 .9) matid=0}
Face 249 146 147 217 {rgb=(.9 .9 .9) matid=0}
Face 250 259 35 147 {rgb=(.9 .9 .9) matid=0}
Face 251 146 148 147 {rgb=(0 0 0) matid=1}
Face 252 146 83 148 {rgb=(.9 .9 .9) matid=0}
Face 253 121 149 124 {rgb=(1 0 0) matid=3}
Face 254 121 130 149 {rgb=(1 0 0) matid=3}
Face 255 151 150 124 {rgb=(1 0 0) matid=3}
Face 256 149 204 150 {rgb=(1 0 0) matid=3}
Face 257 149 151 124 {rgb=(1 0 0) matid=3}
Face 258 149 150 151 {rgb=(.7 .7 .7) matid=2}
Face 259 48 152 115 {rgb=(1 0 0) matid=3}
Face 260 48 90 152 {rgb=(1 0 0) matid=3}
Face 261 175 153 97 {rgb=(.9 .9 .9) matid=0}
Face 262 79 120 153 {rgb=(.9 .9 .9) matid=0}
Face 263 39 154 251 {rgb=(.9 .9 .9) matid=0}
Face 264 156 75 154 {rgb=(.9 .9 .9) matid=0}
Face 265 156 155 75 {rgb=(.9 .9 .9) matid=0}
Face 266 39 40 155 {rgb=(.9 .9 .9) matid=0}
Face 267 39 156 154 {rgb=(0 0 0) matid=1}
Face 268 39 155 156 {rgb=(.9 .9 .9) matid=0}
Face 269 37 258 143 {rgb=(.9 .9 .9) matid=0}
Face 270 37 196 258 {rgb=(.9 .9 .9) matid=0}
Face 271 238 158 101 {rgb=(.9 .9 .9) matid=0}
Face 272 238 118 158 {rgb=(.7 .7 .7) matid=2}
Face 273 230 159 246 {rgb=(1 0 0) matid=3}
Face 274 68 266 159 {rgb=(1 0 0) matid=3}
Face 275 36 160 134 {rgb=(.9 .9 .9) matid=0}
Face 276 36 218 160 {rgb=(.9 .9 .9) matid=0}
Face 277 62 161 88 {rgb=(0 0 0) matid=1}
Face 278 62 74 161 {rgb=(0 0 0) matid=1}
Face 279 136 178 113 {rgb=(1 0 0) matid=3}
Face 280 136 49 162 {rgb=(1 0 0) matid=3}
Face 281 191 163 100 {rgb=(1 0 0) matid=3}
Face 282 189 141 163 {rgb=(1 0 0) matid=3}
Face 283 189 164 141 {rgb=(1 0 0) matid=3}
Face 284 67 177 164 {rgb=(.7 .7 .7) matid=2}
Face 285 54 165 100 {rgb=(.9 .9 .9) matid=0}
Face 286 54 98 165 {rgb=(.9 .9 .9) matid=0}
Face 287 124 168 169 {rgb=(1 0 0) matid=3}
Face 288 124 202 166 {rgb=(1 0 0) matid=3}
Face 289 121 167 260 {rgb=(1 0 0) matid=3}
Face 290 170 166 167 {rgb=(1 0 0) matid=3}
Face 291 166 168 124 {rgb=(1 0 0) matid=3}
Face 292 166 170 168 {rgb=(1 0 0) matid=3}
Face 293 171 169 168 {rgb=(.7 .7 .7) matid=2}
Face 294 172 124 169 {rgb=(1 0 0) matid=3}
Face 295 171 170 167 {rgb=(1 0 0) matid=3}
Face 296 171 168 170 {rgb=(.7 .7 .7) matid=2}
Face 297 121 171 167 {rgb=(1 0 0) matid=3}
Face 298 121 169 171 {rgb=(1 0 0) matid=3}
Face 299 121 172 169 {rgb=(1 0 0) matid=3}
Face 300 121 124 172 {rgb=(.7 .7 .7) matid=2}
Face 301 25 173 85 {rgb=(.7 .7 .7) matid=2}
Face 302 270 55 173 {rgb=(1 0 0) matid=3}
Face 303 140 174 263 {rgb=(.7 .7 .7) matid=2}
Face 304 140 142 174 {rgb=(1 0 0) matid=3}
Face 305 79 175 110 {rgb=(.9 .9 .9) matid=0}
Face 306 79 153 175 {rgb=(.9 .9 .9) matid=0}
Face 307 67 176 177 {rgb=(1 0 0) matid=3}
Face 308 67 55 176 {rgb=(1 0 0) matid=3}
Face 309 162 177 176 {rgb=(1 0 0) matid=3}
Face 310 162 141 177 {rgb=(1 0 0) matid=3}
Face 311 162 178 136 {rgb=(1 0 0) matid=3}
Face 312 162 176 178 {rgb=(.7 .7 .7) matid=2}
Face 313 85 179 158 {rgb=(.9 .9 .9) matid=0}
Face 314 85 173 179 {rgb=(.7 .7 .7) matid=2}
Face 315 27 180 203 {rgb=(1 0 0) matid=3}
Face 316 181 94 180 {rgb=(.9 .9 .9) matid=0}
Face 317 27 181 180 {rgb=(1 0 0) matid=3}
Face 318 27 94 181 {rgb=(.9 .9 .9) matid=0}
Face 319 103 182 174 {rgb=(.7 .7 .7) matid=2}
Face 320 262 56 182 {rgb=(1 0 0) matid=3}
Face 321 25 270 173 {rgb=(1 0 0) matid=3}
Face 322 25 26 183 {rgb=(1 0 0) matid=3}
Face 323 56 188 102 {rgb=(1 0 0) matid=3}
Face 324 56 27 184 {rgb=(1 0 0) matid=3}
Face 325 52 261 70 {rgb=(.9 .9 .9) matid=0}
Face 326 52 119 261 {rgb=(.7 .7 .7) matid=2}
Face 327 48 186 136 {rgb=(1 0 0) matid=3}
Face 328 48 53 186 {rgb=(1 0 0) matid=3}
Face 329 69 187 59 {rgb=(.9 .9 .9) matid=0}
Face 330 69 58 207 {rgb=(0 0 0) matid=1}
Face 331 184 188 56 {rgb=(1 0 0) matid=3}
Face 332 184 230 188 {rgb=(1 0 0) matid=3}
Face 333 67 190 100 {rgb=(1 0 0) matid=3}
Face 334 67 164 190 {rgb=(1 0 0) matid=3}
Face 335 189 190 164 {rgb=(1 0 0) matid=3}
Face 336 191 100 190 {rgb=(1 0 0) matid=3}
Face 337 189 191 190 {rgb=(.7 .7 .7) matid=2}
Face 338 189 163 191 {rgb=(1 0 0) matid=3}
Face 339 135 215 33 {rgb=(.9 .9 .9) matid=0}
Face 340 135 237 192 {rgb=(.9 .9 .9) matid=0}
Face 341 115 193 109 {rgb=(1 0 0) matid=3}
Face 342 115 183 193 {rgb=(1 0 0) matid=3}
Face 343 220 194 226 {rgb=(1 0 0) matid=3}
Face 344 265 40 249 {rgb=(.9 .9 .9) matid=0}
Face 345 77 235 62 {rgb=(.9 .9 .9) matid=0}
Face 346 77 180 195 {rgb=(.9 .9 .9) matid=0}
Face 347 76 196 234 {rgb=(.9 .9 .9) matid=0}
Face 348 243 258 196 {rgb=(.9 .9 .9) matid=0}
Face 349 216 197 34 {rgb=(.9 .9 .9) matid=0}
Face 350 214 237 197 {rgb=(0 0 0) matid=1}
Face 351 192 198 197 {rgb=(0 0 0) matid=1}
Face 352 199 237 214 {rgb=(1 0 0) matid=3}
Face 353 192 252 198 {rgb=(0 0 0) matid=1}
Face 354 192 237 199 {rgb=(0 0 0) matid=1}
Face 355 34 200 209 {rgb=(.9 .9 .9) matid=0}
Face 356 34 84 200 {rgb=(.9 .9 .9) matid=0}
Face 357 71 201 82 {rgb=(0 0 0) matid=1}
Face 358 71 114 201 {rgb=(1 0 0) matid=3}
Face 359 264 202 124 {rgb=(1 0 0) matid=3}
Face 360 264 112 202 {rgb=(.9 .9 .9) matid=0}
Face 361 77 203 180 {rgb=(.9 .9 .9) matid=0}
Face 362 77 26 203 {rgb=(.9 .9 .9) matid=0}
Face 363 123 204 103 {rgb=(1 0 0) matid=3}
Face 364 123 150 204 {rgb=(1 0 0) matid=3}
Face 365 206 205 124 {rgb=(1 0 0) matid=3}
Face 366 122 141 205 {rgb=(1 0 0) matid=3}
Face 367 253 206 123 {rgb=(.9 .9 .9) matid=0}
Face 368 122 205 206 {rgb=(1 0 0) matid=3}
Face 369 187 207 70 {rgb=(0 0 0) matid=1}
Face 370 187 69 207 {rgb=(0 0 0) matid=1}
Face 371 133 208 244 {rgb=(0 0 0) matid=1}
Face 372 133 134 208 {rgb=(.9 .9 .9) matid=0}
Face 373 83 209 200 {rgb=(.9 .9 .9) matid=0}
Face 374 83 146 209 {rgb=(.9 .9 .9) matid=0}
Face 375 153 210 97 {rgb=(.9 .9 .9) matid=0}
Face 376 153 120 210 {rgb=(.9 .9 .9) matid=0}
Face 377 139 211 37 {rgb=(.9 .9 .9) matid=0}
Face 378 212 144 211 {rgb=(.9 .9 .9) matid=0}
Face 379 139 224 223 {rgb=(1 0 0) matid=3}
Face 380 139 143 212 {rgb=(.9 .9 .9) matid=0}
Face 381 135 213 134 {rgb=(.9 .9 .9) matid=0}
Face 382 250 257 213 {rgb=(1 0 0) matid=3}
Face 383 198 214 197 {rgb=(0 0 0) matid=1}
Face 384 198 199 214 {rgb=(1 0 0) matid=3}
Face 385 192 215 135 {rgb=(.9 .9 .9) matid=0}
Face 386 216 33 215 {rgb=(.9 .9 .9) matid=0}
Face 387 192 216 215 {rgb=(.9 .9 .9) matid=0}
Face 388 192 197 216 {rgb=(.9 .9 .9) matid=0}
Face 389 33 217 36 {rgb=(.9 .9 .9) matid=0}
Face 390 33 209 217 {rgb=(.9 .9 .9) matid=0}
Face 391 35 218 36 {rgb=(.9 .9 .9) matid=0}
Face 392 35 84 218 {rgb=(.9 .9 .9) matid=0}
Face 393 221 222 194 {rgb=(1 0 0) matid=3}
Face 394 143 157 219 {rgb=(.9 .9 .9) matid=0}
Face 395 143 220 226 {rgb=(0 0 0) matid=1}
Face 396 143 219 220 {rgb=(1 0 0) matid=3}
Face 397 220 221 194 {rgb=(1 0 0) matid=3}
Face 398 220 222 221 {rgb=(1 0 0) matid=3}
Face 399 219 222 220 {rgb=(1 0 0) matid=3}
Face 400 219 194 222 {rgb=(1 0 0) matid=3}
Face 401 211 223 225 {rgb=(0 0 0) matid=1}
Face 402 211 139 223 {rgb=(0 0 0) matid=1}
Face 403 212 224 139 {rgb=(0 0 0) matid=1}
Face 404 225 223 224 {rgb=(1 0 0) matid=3}
Face 405 272 225 224 {rgb=(1 0 0) matid=3}
Face 406 212 211 225 {rgb=(0 0 0) matid=1}
Face 407 144 226 249 {rgb=(.9 .9 .9) matid=0}
Face 408 144 143 226 {rgb=(.9 .9 .9) matid=0}
Face 409 86 227 24 {rgb=(.7 .7 .7) matid=2}
Face 410 86 52 227 {rgb=(.9 .9 .9) matid=0}
Face 411 101 228 100 {rgb=(1 0 0) matid=3}
Face 412 101 179 228 {rgb=(.9 .9 .9) matid=0}
Face 413 40 229 155 {rgb=(.9 .9 .9) matid=0}
Face 414 40 265 229 {rgb=(.9 .9 .9) matid=0}
Face 415 68 230 184 {rgb=(1 0 0) matid=3}
Face 416 68 159 230 {rgb=(1 0 0) matid=3}
Face 417 29 232 28 {rgb=(.9 .9 .9) matid=0}
Face 418 29 31 231 {rgb=(.9 .9 .9) matid=0}
Face 419 231 232 29 {rgb=(.9 .9 .9) matid=0}
Face 420 231 28 232 {rgb=(.9 .9 .9) matid=0}
Face 421 57 233 106 {rgb=(0 0 0) matid=1}
Face 422 57 128 233 {rgb=(1 0 0) matid=3}
Face 423 75 234 251 {rgb=(.9 .9 .9) matid=0}
Face 424 75 76 234 {rgb=(.9 .9 .9) matid=0}
Face 425 195 235 77 {rgb=(0 0 0) matid=1}
Face 426 195 62 235 {rgb=(.9 .9 .9) matid=0}
Face 427 62 236 77 {rgb=(.9 .9 .9) matid=0}
Face 428 62 88 236 {rgb=(0 0 0) matid=1}
Face 429 134 237 135 {rgb=(.9 .9 .9) matid=0}
Face 430 134 197 237 {rgb=(.9 .9 .9) matid=0}
Face 431 59 238 101 {rgb=(.9 .9 .9) matid=0}
Face 432 59 117 238 {rgb=(.9 .9 .9) matid=0}
Face 433 60 239 94 {rgb=(.9 .9 .9) matid=0}
Face 434 60 51 239 {rgb=(.9 .9 .9) matid=0}
Face 435 239 240 94 {rgb=(.9 .9 .9) matid=0}
Face 436 241 74 240 {rgb=(.9 .9 .9) matid=0}
Face 437 239 241 240 {rgb=(.9 .9 .9) matid=0}
Face 438 239 51 241 {rgb=(.9 .9 .9) matid=0}
Face 439 104 242 182 {rgb=(1 0 0) matid=3}
Face 440 104 140 263 {rgb=(1 0 0) matid=3}
Face 441 76 243 196 {rgb=(.9 .9 .9) matid=0}
Face 442 271 157 243 {rgb=(.9 .9 .9) matid=0}
Face 443 250 244 257 {rgb=(1 0 0) matid=3}
Face 444 135 133 244 {rgb=(0 0 0) matid=1}
Face 445 53 245 202 {rgb=(1 0 0) matid=3}
Face 446 53 115 245 {rgb=(1 0 0) matid=3}
Face 447 102 246 182 {rgb=(1 0 0) matid=3}
Face 448 102 230 246 {rgb=(0 0 0) matid=1}
Face 449 74 247 161 {rgb=(0 0 0) matid=1}
Face 450 74 241 247 {rgb=(.9 .9 .9) matid=0}
Face 451 110 248 145 {rgb=(.9 .9 .9) matid=0}
Face 452 110 63 248 {rgb=(0 0 0) matid=1}
Face 453 194 249 226 {rgb=(1 0 0) matid=3}
Face 454 194 219 249 {rgb=(0 0 0) matid=1}
Face 455 135 250 213 {rgb=(0 0 0) matid=1}
Face 456 135 244 250 {rgb=(1 0 0) matid=3}
Face 457 38 251 234 {rgb=(.9 .9 .9) matid=0}
Face 458 38 40 251 {rgb=(.9 .9 .9) matid=0}
Face 459 199 252 192 {rgb=(0 0 0) matid=1}
Face 460 199 198 252 {rgb=(1 0 0) matid=3}
Face 461 255 254 123 {rgb=(.9 .9 .9) matid=0}
Face 462 122 206 253 {rgb=(.9 .9 .9) matid=0}
Face 463 253 254 255 {rgb=(.9 .9 .9) matid=0}
Face 464 253 123 254 {rgb=(.9 .9 .9) matid=0}
Face 465 122 255 123 {rgb=(.9 .9 .9) matid=0}
Face 466 122 253 255 {rgb=(.9 .9 .9) matid=0}
Face 467 41 256 45 {rgb=(1 0 0) matid=3}
Face 468 41 43 256 {rgb=(1 0 0) matid=3}
Face 469 208 257 244 {rgb=(0 0 0) matid=1}
Face 470 208 213 257 {rgb=(1 0 0) matid=3}
Face 471 157 258 243 {rgb=(.9 .9 .9) matid=0}
Face 472 157 143 258 {rgb=(.9 .9 .9) matid=0}
Face 473 148 259 147 {rgb=(0 0 0) matid=1}
Face 474 148 35 259 {rgb=(.9 .9 .9) matid=0}
Face 475 27 260 99 {rgb=(1 0 0) matid=3}
Face 476 27 121 260 {rgb=(1 0 0) matid=3}
Face 477 185 261 119 {rgb=(.7 .7 .7) matid=2}
Face 478 185 70 261 {rgb=(.9 .9 .9) matid=0}
Face 479 103 262 182 {rgb=(.7 .7 .7) matid=2}
Face 480 103 204 262 {rgb=(1 0 0) matid=3}
Face 481 242 263 174 {rgb=(1 0 0) matid=3}
Face 482 242 104 263 {rgb=(1 0 0) matid=3}
Face 483 49 264 205 {rgb=(.9 .9 .9) matid=0}
Face 484 49 96 264 {rgb=(.9 .9 .9) matid=0}
Face 485 219 265 249 {rgb=(.9 .9 .9) matid=0}
Face 486 219 157 265 {rgb=(.9 .9 .9) matid=0}
Face 487 54 266 68 {rgb=(1 0 0) matid=3}
Face 488 54 100 266 {rgb=(1 0 0) matid=3}
Face 489 84 267 218 {rgb=(.9 .9 .9) matid=0}
Face 490 84 34 267 {rgb=(.9 .9 .9) matid=0}
Face 491 10 268 9 {rgb=(1 0 0) matid=3}
Face 492 10 11 268 {rgb=(1 0 0) matid=3}
Face 493 145 269 79 {rgb=(.9 .9 .9) matid=0}
Face 494 145 107 269 {rgb=(.9 .9 .9) matid=0}
Face 495 183 270 25 {rgb=(1 0 0) matid=3}
Face 496 183 55 270 {rgb=(1 0 0) matid=3}
Face 497 76 271 243 {rgb=(.9 .9 .9) matid=0}
Face 498 76 155 271 {rgb=(.9 .9 .9) matid=0}
Face 499 212 272 224 {rgb=(0 0 0) matid=1}
Face 500 212 225 272 {rgb=(0 0 0) matid=1}
Corner 2 1 {wid=49 normal=(-0.2595 0.873985 0.410866)}
Corner 3 1 {wid=50 normal=(-0.824364 -0.487503 -0.28769)}
Corner 40 3 {wid=71 normal=(-0.117008 0.992018 0.0470017)}
Corner 39 3 {wid=39 normal=(0.164872 0.985056 0.0498234)}
Corner 7 5 {wid=52 normal=(-0.112118 -0.0780707 -0.990623)}
Corner 5 5 {wid=5 normal=(0.824021 -0.00547315 -0.566533)}
Corner 7 6 {wid=52 normal=(-0.112118 -0.0780707 -0.990623)}
Corner 8 6 {wid=8 normal=(-0.824396 -0.00539226 0.565988)}
Corner 234 8 {wid=556 normal=(0.150042 -0.175068 -0.973056)}
Corner 37 8 {wid=69 normal=(-0.28723 -0.884656 -0.367265)}
Corner 38 8 {wid=70 normal=(-0.285088 0.771579 -0.568675)}
Corner 45 10 {wid=77 normal=(0 -0.11754 -0.993068)}
Corner 256 10 {wid=73 normal=(0 -0.760414 0.649439)}
Corner 8 12 {wid=8 normal=(-0.824396 -0.00539226 0.565988)}
Corner 5 12 {wid=5 normal=(0.824021 -0.00547315 -0.566533)}
Corner 37 14 {wid=37 normal=(-0.481413 -0.813934 -0.325198)}
Corner 211 14 {wid=476 normal=(-0.661444 -0.430147 -0.614383)}
Corner 38 14 {wid=38 normal=(-0.13648 0.955242 -0.262461)}
Corner 9 15 {wid=9 normal=(0.823989 -0.487933 0.288032)}
Corner 47 15 {wid=78 normal=(-0.824399 0.492851 -0.278324)}
Corner 217 16 {wid=496 normal=(-0.117009 0.992018 0.0470098)}
Corner 35 16 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 36 16 {wid=67 normal=(-0.246136 0.882619 -0.4005)}
Corner 8 17 {wid=53 normal=(0 -1 0)}
Corner 7 17 {wid=7 normal=(0 -1 0)}
Corner 5 17 {wid=51 normal=(0 -1 0)}
Corner 29 18 {wid=29 normal=(0 -4.64916e-006 -1)}
Corner 30 18 {wid=30 normal=(0 0.23345 -0.972369)}
Corner 31 18 {wid=31 normal=(0 0.951049 -0.30904)}
Corner 229 20 {wid=544 normal=(-0.373235 0.168162 0.912369)}
Corner 271 20 {wid=659 normal=(0.10493 0.59559 0.796406)}
Corner 155 20 {wid=348 normal=(0.145391 0.974834 0.168995)}
Corner 26 21 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 25 21 {wid=25 normal=(0.0227813 -0.989483 0.142855)}
Corner 24 21 {wid=24 normal=(0.0134038 -0.99468 0.102141)}
Corner 47 23 {wid=78 normal=(-0.824399 0.492851 -0.278324)}
Corner 11 23 {wid=11 normal=(0.26003 0.873864 -0.410786)}
Corner 28 24 {wid=28 normal=(0 -0.987688 0.156436)}
Corner 30 24 {wid=30 normal=(0 0.23345 -0.972369)}
Corner 29 24 {wid=29 normal=(0 -4.64916e-006 -1)}
Corner 28 25 {wid=60 normal=(0 -1 -1.35464e-006)}
Corner 32 25 {wid=63 normal=(0 0.505658 0.862734)}
Corner 31 25 {wid=62 normal=(0 0.809023 -0.587777)}
Corner 1 26 {wid=48 normal=(0.824024 0.493363 0.278527)}
Corner 2 26 {wid=49 normal=(-0.2595 0.873985 0.410866)}
Corner 28 28 {wid=60 normal=(0 -1 -1.35464e-006)}
Corner 31 28 {wid=62 normal=(0 0.809023 -0.587777)}
Corner 30 28 {wid=61 normal=(0 -0.233456 -0.972367)}
Corner 44 29 {wid=76 normal=(0 0.891008 -0.453988)}
Corner 45 29 {wid=77 normal=(0 -0.11754 -0.993068)}
Corner 3 30 {wid=50 normal=(-0.824364 -0.487503 -0.28769)}
Corner 1 30 {wid=48 normal=(0.824024 0.493363 0.278527)}
Corner 28 31 {wid=28 normal=(0 -0.987688 0.156436)}
Corner 231 31 {wid=547 normal=(0 0.309008 0.951059)}
Corner 32 31 {wid=32 normal=(0 0.453992 0.891006)}
Corner 43 33 {wid=74 normal=(0 0.92388 0.382683)}
Corner 256 33 {wid=73 normal=(0 -0.760414 0.649439)}
Corner 32 34 {wid=32 normal=(0 0.453992 0.891006)}
Corner 231 34 {wid=547 normal=(0 0.309008 0.951059)}
Corner 31 34 {wid=31 normal=(0 0.951049 -0.30904)}
Corner 91 35 {wid=209 normal=(-0.596131 0.801658 -0.0443976)}
Corner 58 35 {wid=56 normal=(-0.608938 0.792394 -0.036152)}
Corner 69 35 {wid=57 normal=(-0.218075 0.974152 -0.0589111)}
Corner 33 37 {wid=64 normal=(-0.13648 0.955242 0.262462)}
Corner 36 37 {wid=36 normal=(-0.13648 0.955242 -0.262459)}
Corner 133 37 {wid=65 normal=(-0.469984 0.86773 -0.161741)}
Corner 26 38 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 24 38 {wid=24 normal=(0.0134038 -0.99468 0.102141)}
Corner 41 39 {wid=41 normal=(1 0 0)}
Corner 44 39 {wid=44 normal=(1 0 0)}
Corner 43 39 {wid=43 normal=(1 0 0)}
Corner 9 40 {wid=54 normal=(4.96986e-006 0.500006 0.866022)}
Corner 11 40 {wid=55 normal=(4.96986e-006 0.500006 0.866022)}
Corner 47 40 {wid=47 normal=(4.96986e-006 0.500006 0.866022)}
Corner 34 41 {wid=34 normal=(-0.287232 -0.884655 0.367264)}
Corner 33 41 {wid=33 normal=(-0.317586 0.77419 0.547512)}
Corner 26 42 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 41 43 {wid=72 normal=(0 -1 3.47523e-006)}
Corner 45 43 {wid=45 normal=(0 -0.156443 -0.987687)}
Corner 44 43 {wid=75 normal=(0 0.619095 -0.785316)}
Corner 43 44 {wid=74 normal=(0 0.92388 0.382683)}
Corner 44 44 {wid=76 normal=(0 0.891008 -0.453988)}
Corner 1 48 {wid=1 normal=(-1.15631e-005 0.500008 -0.866021)}
Corner 3 48 {wid=3 normal=(-1.15631e-005 0.500008 -0.866021)}
Corner 2 48 {wid=2 normal=(-1.15631e-005 0.500008 -0.866021)}
Corner 11 49 {wid=11 normal=(0.26003 0.873864 -0.410786)}
Corner 9 49 {wid=9 normal=(0.823989 -0.487933 0.288032)}
Corner 160 50 {wid=359 normal=(-0.35593 -0.559204 -0.748736)}
Corner 218 50 {wid=500 normal=(0.111142 0.0162154 -0.993673)}
Corner 260 51 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 99 51 {wid=84 normal=(0.176593 -0.968275 -0.176799)}
Corner 66 52 {wid=133 normal=(0.0876848 0.864565 -0.494811)}
Corner 202 52 {wid=458 normal=(0.0779111 0.9946 -0.0685672)}
Corner 245 52 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 113 53 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 178 53 {wid=397 normal=(0.0888316 0.870374 0.484312)}
Corner 176 53 {wid=395 normal=(0.0813044 0.289608 0.953685)}
Corner 113 54 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 48 54 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 136 54 {wid=315 normal=(0.114342 0.990324 0.0786388)}
Corner 26 55 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 99 55 {wid=84 normal=(0.176593 -0.968275 -0.176799)}
Corner 236 56 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 51 56 {wid=87 normal=(0.0127709 -0.898657 -0.438466)}
Corner 61 56 {wid=85 normal=(0.013767 -0.997366 -0.0712122)}
Corner 247 57 {wid=583 normal=(-0.209074 0.919459 -0.332992)}
Corner 88 57 {wid=88 normal=(-0.324564 0.665731 -0.671908)}
Corner 161 57 {wid=92 normal=(-0.610547 0.770557 -0.182958)}
Corner 60 58 {wid=91 normal=(0.991424 -0.0146477 -0.129858)}
Corner 61 58 {wid=93 normal=(0.99185 -0.015927 -0.126413)}
Corner 51 58 {wid=89 normal=(0.857337 0 -0.514756)}
Corner 119 59 {wid=95 normal=(0.0139585 -0.99686 0.0779396)}
Corner 52 59 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 86 59 {wid=196 normal=(0.014872 -0.99755 0.0683505)}
Corner 165 60 {wid=59 normal=(-0.701569 0.711459 -0.0403479)}
Corner 69 60 {wid=57 normal=(-0.218075 0.974152 -0.0589111)}
Corner 186 61 {wid=100 normal=(0.0831281 -0.0107116 0.996481)}
Corner 136 61 {wid=101 normal=(-0.0226901 0.0172872 0.999593)}
Corner 260 62 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 109 62 {wid=99 normal=(0.214065 -0.00684393 -0.976795)}
Corner 67 63 {wid=134 normal=(0.0723477 0.299683 0.951291)}
Corner 100 63 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 55 63 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 26 64 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 173 65 {wid=386 normal=(0.0545787 -0.278839 0.958787)}
Corner 55 65 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 100 65 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 115 66 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 55 66 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 233 67 {wid=552 normal=(0.120704 0.0243889 -0.992389)}
Corner 66 67 {wid=133 normal=(0.0876848 0.864565 -0.494811)}
Corner 245 67 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 203 68 {wid=164 normal=(-0.458551 -0.818221 -0.346763)}
Corner 26 68 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 260 69 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 80 69 {wid=174 normal=(0.197282 0.850602 -0.487397)}
Corner 109 69 {wid=99 normal=(0.214065 -0.00684393 -0.976795)}
Corner 27 70 {wid=80 normal=(0.00222244 -0.310061 -0.950714)}
Corner 130 70 {wid=302 normal=(-0.0271493 0.214852 -0.976269)}
Corner 98 71 {wid=224 normal=(-0.240495 -0.968163 0.0694492)}
Corner 58 71 {wid=106 normal=(-0.305999 -0.949197 0.0734175)}
Corner 91 71 {wid=107 normal=(-0.302077 -0.951019 0.0656712)}
Corner 24 72 {wid=97 normal=(0.0134038 -0.99468 0.102141)}
Corner 52 72 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 58 72 {wid=106 normal=(-0.305999 -0.949197 0.0734175)}
Corner 85 73 {wid=109 normal=(0.996656 -0.0469899 0.0668473)}
Corner 119 73 {wid=108 normal=(0.985621 -0.00043018 0.168971)}
Corner 86 73 {wid=111 normal=(0.996901 -0.0452546 0.0643496)}
Corner 101 74 {wid=110 normal=(0.0686898 0.996968 -0.0365704)}
Corner 100 74 {wid=231 normal=(-0.100391 0.99431 -0.035638)}
Corner 195 75 {wid=165 normal=(-0.257519 0.965337 0.0425238)}
Corner 74 75 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 62 75 {wid=115 normal=(-0.608967 0.792431 0.0348194)}
Corner 27 76 {wid=114 normal=(0.141863 0.988737 0.047688)}
Corner 50 76 {wid=116 normal=(0.164898 0.984981 0.0512016)}
Corner 60 76 {wid=112 normal=(0.162923 0.985532 0.0467299)}
Corner 50 77 {wid=117 normal=(0.99655 -0.0461941 -0.0689538)}
Corner 61 77 {wid=93 normal=(0.99185 -0.015927 -0.126413)}
Corner 60 77 {wid=91 normal=(0.991424 -0.0146477 -0.129858)}
Corner 50 78 {wid=118 normal=(0.0149467 -0.997594 -0.0676943)}
Corner 236 78 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 61 78 {wid=85 normal=(0.013767 -0.997366 -0.0712122)}
Corner 26 79 {wid=119 normal=(0.0229394 -0.989574 -0.142187)}
Corner 236 79 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 50 79 {wid=118 normal=(0.0149467 -0.997594 -0.0676943)}
Corner 26 80 {wid=119 normal=(0.0229394 -0.989574 -0.142187)}
Corner 77 80 {wid=120 normal=(-0.304086 -0.950194 -0.0682845)}
Corner 236 80 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 137 81 {wid=317 normal=(0.0012807 -0.00141397 0.999998)}
Corner 186 81 {wid=100 normal=(0.0831281 -0.0107116 0.996481)}
Corner 97 82 {wid=123 normal=(-0.606667 0.705776 -0.365835)}
Corner 112 82 {wid=124 normal=(-0.297219 0.89628 -0.329155)}
Corner 63 82 {wid=121 normal=(-0.607206 0.707161 0.362249)}
Corner 53 83 {wid=126 normal=(0.147198 -0.0189675 0.988925)}
Corner 107 83 {wid=122 normal=(0.216059 -0.00616429 0.976361)}
Corner 186 83 {wid=100 normal=(0.0831281 -0.0107116 0.996481)}
Corner 248 84 {wid=127 normal=(-0.00193934 0.0005402 0.999998)}
Corner 63 84 {wid=128 normal=(-0.000672551 -0.000420194 1)}
Corner 78 84 {wid=125 normal=(-0.0020735 0.00133548 0.999997)}
Corner 53 85 {wid=130 normal=(0.13516 -0.0174153 -0.990671)}
Corner 53 86 {wid=130 normal=(0.13516 -0.0174153 -0.990671)}
Corner 202 86 {wid=132 normal=(-0.00722631 0.00580162 -0.999957)}
Corner 262 87 {wid=640 normal=(-0.170655 0.815429 -0.55313)}
Corner 204 87 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 131 87 {wid=303 normal=(-0.252204 0.389576 -0.88579)}
Corner 141 88 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 49 88 {wid=82 normal=(0.0204086 0.997586 0.0663801)}
Corner 205 88 {wid=463 normal=(0.0397327 0.997129 0.0644528)}
Corner 103 89 {wid=239 normal=(-0.281292 0.901211 -0.329686)}
Corner 174 89 {wid=388 normal=(-0.236503 0.851449 0.468081)}
Corner 123 89 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 188 90 {wid=136 normal=(-0.464515 -0.300355 -0.833074)}
Corner 230 90 {wid=137 normal=(-0.375181 -0.898713 0.227054)}
Corner 102 90 {wid=135 normal=(-0.420261 0.761677 -0.493183)}
Corner 54 91 {wid=102 normal=(-0.458951 -0.818031 0.346681)}
Corner 24 91 {wid=24 normal=(0.0134038 -0.99468 0.102141)}
Corner 266 92 {wid=650 normal=(-0.0798312 -0.39783 0.91398)}
Corner 117 93 {wid=139 normal=(0 0 1)}
Corner 187 93 {wid=138 normal=(0 0 1)}
Corner 70 93 {wid=141 normal=(0 0 1)}
Corner 117 94 {wid=140 normal=(0.19458 0.914305 0.355226)}
Corner 187 94 {wid=420 normal=(-0.161864 0.720168 0.674655)}
Corner 58 95 {wid=144 normal=(-0.305999 -0.949197 0.0734184)}
Corner 70 95 {wid=142 normal=(-0.110499 -0.668863 0.735128)}
Corner 207 95 {wid=145 normal=(-0.293632 -0.911864 0.286851)}
Corner 58 96 {wid=106 normal=(-0.305999 -0.949197 0.0734175)}
Corner 52 96 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 70 96 {wid=143 normal=(-0.110499 -0.668863 0.735128)}
Corner 55 97 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 113 97 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 176 97 {wid=395 normal=(0.0813044 0.289608 0.953685)}
Corner 89 98 {wid=147 normal=(-0.627394 0.778248 0.0265965)}
Corner 82 99 {wid=150 normal=(-0.225085 0.892478 0.390922)}
Corner 71 99 {wid=151 normal=(-0.189291 0.981801 0.0153508)}
Corner 82 100 {wid=150 normal=(-0.225085 0.892478 0.390922)}
Corner 73 100 {wid=149 normal=(0.0378593 0.966038 0.255613)}
Corner 152 101 {wid=154 normal=(0.0209982 -0.999759 0.00648044)}
Corner 73 101 {wid=152 normal=(0.0178007 -0.958498 0.284542)}
Corner 82 101 {wid=156 normal=(0.0178007 -0.958498 0.284542)}
Corner 152 102 {wid=155 normal=(0.98789 0.000492244 0.155154)}
Corner 90 102 {wid=157 normal=(0.98789 0.000492244 0.155154)}
Corner 73 102 {wid=153 normal=(0.931038 6.24836e-005 0.364921)}
Corner 74 103 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 180 103 {wid=113 normal=(-0.0328681 0.998867 0.0344148)}
Corner 241 104 {wid=569 normal=(0.0786132 0.99551 0.0527507)}
Corner 51 104 {wid=159 normal=(0.194967 0.914066 -0.355629)}
Corner 247 104 {wid=584 normal=(-0.209074 0.919459 -0.332992)}
Corner 154 105 {wid=347 normal=(0.164302 0.985253 -0.0477602)}
Corner 75 105 {wid=160 normal=(0.148371 0.983734 -0.10126)}
Corner 155 106 {wid=162 normal=(0.997657 -0.0684201 0)}
Corner 76 106 {wid=163 normal=(0.997657 -0.0684201 0)}
Corner 75 106 {wid=161 normal=(0.997657 -0.0684201 0)}
Corner 157 107 {wid=354 normal=(-0.355922 -0.559206 0.748737)}
Corner 271 107 {wid=659 normal=(0.10493 0.59559 0.796406)}
Corner 229 107 {wid=544 normal=(-0.373235 0.168162 0.912369)}
Corner 37 108 {wid=69 normal=(-0.28723 -0.884656 -0.367265)}
Corner 234 108 {wid=556 normal=(0.150042 -0.175068 -0.973056)}
Corner 27 109 {wid=80 normal=(0.00222244 -0.310061 -0.950714)}
Corner 203 109 {wid=164 normal=(-0.458551 -0.818221 -0.346763)}
Corner 180 110 {wid=113 normal=(-0.0328681 0.998867 0.0344148)}
Corner 74 110 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 195 110 {wid=165 normal=(-0.257519 0.965337 0.0425238)}
Corner 107 111 {wid=122 normal=(0.216059 -0.00616429 0.976361)}
Corner 186 111 {wid=100 normal=(0.0831281 -0.0107116 0.996481)}
Corner 64 112 {wid=168 normal=(0.164784 0.622891 -0.764757)}
Corner 79 112 {wid=169 normal=(-0.221112 0.901735 -0.371459)}
Corner 269 112 {wid=656 normal=(-0.0018383 0.874822 0.484441)}
Corner 210 113 {wid=170 normal=(0.00313286 -0.00243266 -0.999992)}
Corner 97 114 {wid=172 normal=(-0.606667 0.705776 -0.365835)}
Corner 63 114 {wid=173 normal=(-0.607206 0.707161 0.362249)}
Corner 110 114 {wid=171 normal=(-0.609268 0.708465 -0.356186)}
Corner 57 115 {wid=105 normal=(0.122621 0.0192016 -0.992268)}
Corner 80 115 {wid=174 normal=(0.197282 0.850602 -0.487397)}
Corner 260 115 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 92 116 {wid=176 normal=(0.0181222 -0.958679 -0.283914)}
Corner 109 116 {wid=177 normal=(0.021003 -0.999763 -0.00581463)}
Corner 80 116 {wid=175 normal=(0.0207462 -0.999767 -0.0059661)}
Corner 57 117 {wid=180 normal=(-0.731931 -0.677594 -0.0717164)}
Corner 106 117 {wid=178 normal=(-0.718545 -0.663833 -0.207408)}
Corner 93 117 {wid=182 normal=(-0.712052 -0.657424 -0.246528)}
Corner 87 118 {wid=181 normal=(0.988103 0.000392534 -0.153795)}
Corner 109 118 {wid=183 normal=(0.988103 0.000392534 -0.153795)}
Corner 92 118 {wid=179 normal=(0.931526 -0.000237825 -0.363675)}
Corner 111 119 {wid=185 normal=(-0.731633 -0.677979 0.0711206)}
Corner 82 119 {wid=184 normal=(-0.718402 -0.664159 0.206859)}
Corner 201 119 {wid=187 normal=(-0.731633 -0.677979 0.0711206)}
Corner 111 120 {wid=186 normal=(0.0207398 -0.999763 0.00663167)}
Corner 152 120 {wid=154 normal=(0.0209982 -0.999759 0.00648044)}
Corner 82 120 {wid=156 normal=(0.0178007 -0.958498 0.284542)}
Corner 35 121 {wid=190 normal=(0.997657 -0.0684201 0)}
Corner 83 121 {wid=189 normal=(0.997657 -0.0684201 0)}
Corner 84 121 {wid=191 normal=(0.997657 -0.0684201 0)}
Corner 35 122 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 217 122 {wid=496 normal=(-0.117009 0.992018 0.0470098)}
Corner 147 122 {wid=335 normal=(0.16549 0.984885 -0.0511396)}
Corner 84 123 {wid=66 normal=(0.111257 -0.977469 -0.179379)}
Corner 83 123 {wid=188 normal=(0.727012 0.0197174 0.686342)}
Corner 34 124 {wid=34 normal=(-0.287232 -0.884655 0.367264)}
Corner 160 124 {wid=359 normal=(-0.35593 -0.559204 -0.748736)}
Corner 25 125 {wid=194 normal=(0.950039 -0.305795 0.062582)}
Corner 85 125 {wid=192 normal=(0.996656 -0.0469899 0.0668473)}
Corner 86 125 {wid=195 normal=(0.996901 -0.0452546 0.0643496)}
Corner 101 126 {wid=110 normal=(0.0686898 0.996968 -0.0365704)}
Corner 158 126 {wid=355 normal=(0.0996943 0.99368 -0.0515787)}
Corner 179 126 {wid=401 normal=(-0.0886436 0.925026 -0.369418)}
Corner 24 127 {wid=97 normal=(0.0134038 -0.99468 0.102141)}
Corner 227 127 {wid=538 normal=(0.0114029 -0.997569 0.0687507)}
Corner 52 127 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 24 128 {wid=198 normal=(0.0134038 -0.99468 0.102141)}
Corner 25 128 {wid=199 normal=(0.0227811 -0.989482 0.142853)}
Corner 86 128 {wid=197 normal=(0.014872 -0.99755 0.0683505)}
Corner 233 129 {wid=202 normal=(-0.189304 0.981784 -0.016235)}
Corner 87 129 {wid=200 normal=(0.0513537 0.998643 -0.0086256)}
Corner 233 130 {wid=552 normal=(0.120704 0.0243889 -0.992389)}
Corner 245 130 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 87 130 {wid=201 normal=(0.217125 0.0411699 -0.975275)}
Corner 51 131 {wid=159 normal=(0.194967 0.914066 -0.355629)}
Corner 88 131 {wid=204 normal=(-0.160976 0.719512 -0.675566)}
Corner 247 131 {wid=584 normal=(-0.209074 0.919459 -0.332992)}
Corner 51 132 {wid=87 normal=(0.0127709 -0.898657 -0.438466)}
Corner 236 132 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 88 132 {wid=205 normal=(-0.10967 -0.669017 -0.735111)}
Corner 71 133 {wid=151 normal=(-0.189291 0.981801 0.0153508)}
Corner 89 133 {wid=206 normal=(-0.0886396 0.996016 0.00980267)}
Corner 71 134 {wid=151 normal=(-0.189291 0.981801 0.0153508)}
Corner 89 134 {wid=206 normal=(-0.0886396 0.996016 0.00980267)}
Corner 71 135 {wid=146 normal=(0.11958 0.0249788 0.99251)}
Corner 90 135 {wid=207 normal=(0.215897 0.0417089 0.975525)}
Corner 48 135 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 71 136 {wid=151 normal=(-0.189291 0.981801 0.0153508)}
Corner 73 136 {wid=149 normal=(0.0378593 0.966038 0.255613)}
Corner 90 136 {wid=208 normal=(0.0513409 0.998649 0.00805669)}
Corner 165 137 {wid=59 normal=(-0.701569 0.711459 -0.0403479)}
Corner 91 137 {wid=209 normal=(-0.596131 0.801658 -0.0443976)}
Corner 69 137 {wid=57 normal=(-0.218075 0.974152 -0.0589111)}
Corner 165 138 {wid=211 normal=(-0.304145 -0.950162 0.0684756)}
Corner 98 138 {wid=212 normal=(-0.240495 -0.968163 0.0694492)}
Corner 91 138 {wid=210 normal=(-0.302077 -0.951019 0.0656712)}
Corner 106 139 {wid=214 normal=(0.0181222 -0.958679 -0.283914)}
Corner 92 139 {wid=176 normal=(0.0181222 -0.958679 -0.283914)}
Corner 93 139 {wid=215 normal=(0.0197448 -0.991322 -0.129969)}
Corner 87 140 {wid=200 normal=(0.0513537 0.998643 -0.0086256)}
Corner 92 140 {wid=213 normal=(0.0381629 0.965881 -0.256158)}
Corner 80 141 {wid=175 normal=(0.0207462 -0.999767 -0.0059661)}
Corner 93 141 {wid=215 normal=(0.0197448 -0.991322 -0.129969)}
Corner 92 141 {wid=176 normal=(0.0181222 -0.958679 -0.283914)}
Corner 80 142 {wid=216 normal=(-0.731931 -0.677594 -0.0717164)}
Corner 57 142 {wid=180 normal=(-0.731931 -0.677594 -0.0717164)}
Corner 93 142 {wid=182 normal=(-0.712052 -0.657424 -0.246528)}
Corner 60 143 {wid=112 normal=(0.162923 0.985532 0.0467299)}
Corner 27 143 {wid=114 normal=(0.141863 0.988737 0.047688)}
Corner 240 144 {wid=568 normal=(0.0755186 0.995733 0.0530426)}
Corner 74 144 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 63 145 {wid=128 normal=(-0.000672551 -0.000420194 1)}
Corner 95 145 {wid=218 normal=(-0.000330962 -0.000765221 1)}
Corner 78 145 {wid=125 normal=(-0.0020735 0.00133548 0.999997)}
Corner 63 146 {wid=121 normal=(-0.607206 0.707161 0.362249)}
Corner 112 146 {wid=124 normal=(-0.297219 0.89628 -0.329155)}
Corner 96 146 {wid=219 normal=(-0.298444 0.898583 0.321684)}
Corner 95 147 {wid=98 normal=(-0.000330962 -0.000765221 1)}
Corner 96 147 {wid=220 normal=(-0.00372708 0.00272159 0.999989)}
Corner 136 147 {wid=101 normal=(-0.0226901 0.0172872 0.999593)}
Corner 95 148 {wid=98 normal=(-0.000330962 -0.000765221 1)}
Corner 63 148 {wid=221 normal=(-0.000672551 -0.000420194 1)}
Corner 96 148 {wid=220 normal=(-0.00372708 0.00272159 0.999989)}
Corner 97 149 {wid=222 normal=(-6.57687e-005 -0.00271505 -0.999996)}
Corner 210 149 {wid=475 normal=(0.00522839 -0.00762786 -0.999957)}
Corner 112 150 {wid=259 normal=(-0.00298995 0.00193331 -0.999994)}
Corner 97 150 {wid=222 normal=(-6.57687e-005 -0.00271505 -0.999996)}
Corner 24 151 {wid=97 normal=(0.0134038 -0.99468 0.102141)}
Corner 98 151 {wid=224 normal=(-0.240495 -0.968163 0.0694492)}
Corner 54 151 {wid=225 normal=(-0.458952 -0.818032 0.34668)}
Corner 24 152 {wid=97 normal=(0.0134038 -0.99468 0.102141)}
Corner 58 152 {wid=106 normal=(-0.305999 -0.949197 0.0734175)}
Corner 98 152 {wid=224 normal=(-0.240495 -0.968163 0.0694492)}
Corner 50 153 {wid=228 normal=(0.99655 -0.0461941 -0.0689538)}
Corner 99 153 {wid=226 normal=(0.951724 -0.302046 -0.0546738)}
Corner 26 153 {wid=229 normal=(0.950884 -0.304673 -0.0547154)}
Corner 50 154 {wid=116 normal=(0.164898 0.984981 0.0512016)}
Corner 27 154 {wid=114 normal=(0.141863 0.988737 0.047688)}
Corner 99 154 {wid=227 normal=(0.170167 0.984141 0.0500912)}
Corner 266 155 {wid=650 normal=(-0.0798312 -0.39783 0.91398)}
Corner 100 155 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 165 156 {wid=59 normal=(-0.701569 0.711459 -0.0403479)}
Corner 100 156 {wid=231 normal=(-0.100391 0.99431 -0.035638)}
Corner 173 157 {wid=234 normal=(0.170221 0.984112 -0.0504855)}
Corner 228 157 {wid=232 normal=(-0.109181 0.992684 -0.05156)}
Corner 179 157 {wid=236 normal=(-0.0674596 0.990817 -0.117179)}
Corner 173 158 {wid=235 normal=(0.151961 0.596207 0.788318)}
Corner 100 158 {wid=237 normal=(-0.113835 0.641259 0.758834)}
Corner 228 158 {wid=233 normal=(0.0645628 0.0328336 0.997373)}
Corner 246 159 {wid=581 normal=(-0.427505 0.690879 0.583032)}
Corner 182 160 {wid=409 normal=(-0.166602 0.986024 -0.000410676)}
Corner 246 160 {wid=581 normal=(-0.427505 0.690879 0.583032)}
Corner 262 161 {wid=640 normal=(-0.170655 0.815429 -0.55313)}
Corner 131 161 {wid=303 normal=(-0.252204 0.389576 -0.88579)}
Corner 102 162 {wid=238 normal=(-0.420261 0.761677 -0.493183)}
Corner 182 162 {wid=409 normal=(-0.166602 0.986024 -0.000410676)}
Corner 140 163 {wid=320 normal=(-0.0282229 0.215469 0.976103)}
Corner 100 163 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 174 164 {wid=242 normal=(-0.371612 0.836493 0.402721)}
Corner 182 164 {wid=243 normal=(-0.389186 0.921159 -0.000558674)}
Corner 242 164 {wid=241 normal=(-0.334358 0.652262 0.680264)}
Corner 73 165 {wid=149 normal=(0.0378593 0.966038 0.255613)}
Corner 73 166 {wid=149 normal=(0.0378593 0.966038 0.255613)}
Corner 71 166 {wid=151 normal=(-0.189291 0.981801 0.0153508)}
Corner 106 167 {wid=245 normal=(-0.224742 0.892283 -0.391564)}
Corner 233 167 {wid=202 normal=(-0.189304 0.981784 -0.016235)}
Corner 108 168 {wid=246 normal=(-0.103077 0.904732 -0.413322)}
Corner 106 168 {wid=245 normal=(-0.224742 0.892283 -0.391564)}
Corner 64 169 {wid=249 normal=(1 -0.000185198 0.000807919)}
Corner 107 169 {wid=247 normal=(1 -0.000185199 0.00080792)}
Corner 53 169 {wid=251 normal=(0.997295 -0.0734987 0.000739386)}
Corner 64 170 {wid=250 normal=(0 1 0)}
Corner 269 170 {wid=252 normal=(0 1 0)}
Corner 107 170 {wid=248 normal=(0 1 0)}
Corner 108 171 {wid=253 normal=(-0.272628 0.962077 -0.00899747)}
Corner 106 172 {wid=245 normal=(-0.224742 0.892283 -0.391564)}
Corner 108 172 {wid=246 normal=(-0.103077 0.904732 -0.413322)}
Corner 245 173 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 109 173 {wid=99 normal=(0.214065 -0.00684393 -0.976795)}
Corner 87 173 {wid=201 normal=(0.217125 0.0411699 -0.975275)}
Corner 245 174 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 115 174 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 109 174 {wid=99 normal=(0.214065 -0.00684393 -0.976795)}
Corner 79 175 {wid=169 normal=(-0.221112 0.901735 -0.371459)}
Corner 110 175 {wid=254 normal=(-0.609268 0.708465 -0.356186)}
Corner 145 175 {wid=167 normal=(-0.225551 0.900124 0.372698)}
Corner 175 176 {wid=256 normal=(0.00309017 -0.00694389 -0.999971)}
Corner 97 176 {wid=257 normal=(-6.57687e-005 -0.00271505 -0.999996)}
Corner 110 176 {wid=255 normal=(0.00197757 -0.00532543 -0.999984)}
Corner 114 177 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 111 177 {wid=258 normal=(0.196726 0.851194 0.486588)}
Corner 201 177 {wid=454 normal=(0.121521 0.0199206 0.992389)}
Corner 114 178 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 152 178 {wid=27 normal=(0.212822 -0.0061729 0.977072)}
Corner 111 178 {wid=258 normal=(0.196726 0.851194 0.486588)}
Corner 202 179 {wid=132 normal=(-0.00722631 0.00580162 -0.999957)}
Corner 112 179 {wid=259 normal=(-0.00298995 0.00193331 -0.999994)}
Corner 264 180 {wid=260 normal=(-0.00625729 0.853341 -0.521316)}
Corner 96 180 {wid=219 normal=(-0.298444 0.898583 0.321684)}
Corner 112 180 {wid=124 normal=(-0.297219 0.89628 -0.329155)}
Corner 71 181 {wid=146 normal=(0.11958 0.0249788 0.99251)}
Corner 113 181 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 114 181 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 71 182 {wid=146 normal=(0.11958 0.0249788 0.99251)}
Corner 48 182 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 113 182 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 55 183 {wid=264 normal=(0.112664 -0.177998 0.97756)}
Corner 114 183 {wid=263 normal=(0.101861 -0.0143418 0.994695)}
Corner 113 183 {wid=265 normal=(0.112169 0.836901 0.535738)}
Corner 55 184 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 115 184 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 114 184 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 48 185 {wid=268 normal=(1 -4.96174e-005 0.000702549)}
Corner 115 185 {wid=267 normal=(1 -4.96174e-005 0.000702549)}
Corner 53 185 {wid=269 normal=(0.997295 -0.0734987 0.000739386)}
Corner 152 186 {wid=27 normal=(0.212822 -0.0061729 0.977072)}
Corner 114 186 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 115 186 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 92 187 {wid=213 normal=(0.0381629 0.965881 -0.256158)}
Corner 92 188 {wid=213 normal=(0.0381629 0.965881 -0.256158)}
Corner 106 188 {wid=245 normal=(-0.224742 0.892283 -0.391564)}
Corner 185 189 {wid=414 normal=(0.0143406 -0.996851 0.0779932)}
Corner 117 189 {wid=271 normal=(0.0122842 -0.898546 0.438707)}
Corner 70 189 {wid=143 normal=(-0.110499 -0.668863 0.735128)}
Corner 118 190 {wid=272 normal=(0.18964 0.981163 -0.0368239)}
Corner 238 190 {wid=566 normal=(0.10164 0.993552 -0.0502214)}
Corner 117 190 {wid=140 normal=(0.19458 0.914305 0.355226)}
Corner 185 191 {wid=275 normal=(0.985624 -0.000260697 0.168956)}
Corner 118 191 {wid=273 normal=(0.985624 -0.00025171 0.168955)}
Corner 117 191 {wid=277 normal=(0.856754 -0.000124531 0.515725)}
Corner 185 192 {wid=276 normal=(0.985624 -0.000260697 0.168956)}
Corner 119 192 {wid=278 normal=(0.985621 -0.00043018 0.168971)}
Corner 118 192 {wid=274 normal=(0.985624 -0.00025171 0.168955)}
Corner 158 193 {wid=355 normal=(0.0996943 0.99368 -0.0515787)}
Corner 119 193 {wid=279 normal=(0.173549 0.984038 -0.0393626)}
Corner 85 193 {wid=193 normal=(0.164955 0.98495 -0.051604)}
Corner 158 194 {wid=281 normal=(0.0996943 0.99368 -0.0515787)}
Corner 118 194 {wid=282 normal=(0.18964 0.981163 -0.0368239)}
Corner 119 194 {wid=280 normal=(0.173549 0.984038 -0.0393626)}
Corner 64 195 {wid=283 normal=(0.208976 0.0560059 -0.976315)}
Corner 79 195 {wid=284 normal=(0.00339018 0.137203 -0.990537)}
Corner 64 196 {wid=283 normal=(0.208976 0.0560059 -0.976315)}
Corner 53 196 {wid=130 normal=(0.13516 -0.0174153 -0.990671)}
Corner 57 197 {wid=105 normal=(0.122621 0.0192016 -0.992268)}
Corner 167 197 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 128 197 {wid=292 normal=(0.0841458 0.30055 -0.950046)}
Corner 57 198 {wid=105 normal=(0.122621 0.0192016 -0.992268)}
Corner 260 198 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 167 198 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 124 199 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 205 199 {wid=463 normal=(0.0397327 0.997129 0.0644528)}
Corner 264 199 {wid=81 normal=(0.0204892 0.997544 -0.0669848)}
Corner 123 200 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 141 200 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 122 200 {wid=286 normal=(-0.0039004 0.998631 0.0521583)}
Corner 124 201 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 123 201 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 206 201 {wid=464 normal=(-0.00384402 0.998598 -0.0527976)}
Corner 124 202 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 150 202 {wid=341 normal=(0.0267741 0.919766 -0.391554)}
Corner 123 202 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 66 203 {wid=133 normal=(0.0876848 0.864565 -0.494811)}
Corner 166 203 {wid=372 normal=(0.0790653 0.905989 -0.415851)}
Corner 202 203 {wid=458 normal=(0.0779111 0.9946 -0.0685672)}
Corner 125 204 {wid=290 normal=(0.100851 0.347142 -0.932374)}
Corner 167 204 {wid=291 normal=(0.067721 0.300547 -0.95136)}
Corner 166 204 {wid=289 normal=(0.0790653 0.905989 -0.415852)}
Corner 126 205 {wid=293 normal=(0.0981436 0.827201 -0.553269)}
Corner 127 205 {wid=296 normal=(0.0999646 0.82909 -0.550106)}
Corner 166 205 {wid=289 normal=(0.0790653 0.905989 -0.415852)}
Corner 66 206 {wid=133 normal=(0.0876848 0.864565 -0.494811)}
Corner 233 206 {wid=552 normal=(0.120704 0.0243889 -0.992389)}
Corner 128 206 {wid=292 normal=(0.0841458 0.30055 -0.950046)}
Corner 66 207 {wid=294 normal=(0.0876848 0.864565 -0.494812)}
Corner 126 207 {wid=293 normal=(0.0981436 0.827201 -0.553269)}
Corner 166 207 {wid=289 normal=(0.0790653 0.905989 -0.415852)}
Corner 66 208 {wid=294 normal=(0.0876848 0.864565 -0.494812)}
Corner 128 208 {wid=295 normal=(0.0841458 0.30055 -0.950047)}
Corner 126 208 {wid=293 normal=(0.0981436 0.827201 -0.553269)}
Corner 125 209 {wid=298 normal=(0.100851 0.347142 -0.932374)}
Corner 127 209 {wid=297 normal=(0.0999646 0.82909 -0.550106)}
Corner 126 209 {wid=299 normal=(0.0981436 0.827201 -0.553269)}
Corner 125 210 {wid=290 normal=(0.100851 0.347142 -0.932374)}
Corner 166 210 {wid=289 normal=(0.0790653 0.905989 -0.415852)}
Corner 127 210 {wid=296 normal=(0.0999646 0.82909 -0.550106)}
Corner 125 211 {wid=290 normal=(0.100851 0.347142 -0.932374)}
Corner 128 211 {wid=295 normal=(0.0841458 0.30055 -0.950047)}
Corner 167 211 {wid=291 normal=(0.067721 0.300547 -0.95136)}
Corner 129 212 {wid=300 normal=(0.0827748 0.35345 -0.931784)}
Corner 126 212 {wid=293 normal=(0.0981436 0.827201 -0.553269)}
Corner 128 212 {wid=295 normal=(0.0841458 0.30055 -0.950047)}
Corner 125 213 {wid=290 normal=(0.100851 0.347142 -0.932374)}
Corner 129 213 {wid=300 normal=(0.0827748 0.35345 -0.931784)}
Corner 128 213 {wid=295 normal=(0.0841458 0.30055 -0.950047)}
Corner 125 214 {wid=298 normal=(0.100851 0.347142 -0.932374)}
Corner 126 214 {wid=299 normal=(0.0981436 0.827201 -0.553269)}
Corner 129 214 {wid=301 normal=(0.0827748 0.35345 -0.931784)}
Corner 149 215 {wid=340 normal=(0.00455241 0.292118 -0.956372)}
Corner 130 215 {wid=302 normal=(-0.0271493 0.214852 -0.976269)}
Corner 204 215 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 121 216 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 27 216 {wid=80 normal=(0.00222244 -0.310061 -0.950714)}
Corner 130 216 {wid=302 normal=(-0.0271493 0.214852 -0.976269)}
Corner 130 217 {wid=305 normal=(-0.0537101 0.22696 -0.972422)}
Corner 131 217 {wid=304 normal=(-0.224497 0.395362 -0.890668)}
Corner 204 217 {wid=306 normal=(-0.0394127 0.777053 -0.628201)}
Corner 130 218 {wid=302 normal=(-0.0271493 0.214852 -0.976269)}
Corner 131 218 {wid=303 normal=(-0.252204 0.389576 -0.88579)}
Corner 145 219 {wid=331 normal=(-0.00327559 0.0446688 0.998996)}
Corner 107 219 {wid=122 normal=(0.216059 -0.00616429 0.976361)}
Corner 78 220 {wid=307 normal=(-0.00207356 0.00133552 0.999996)}
Corner 137 220 {wid=308 normal=(0.00219129 -0.00364436 0.999991)}
Corner 134 221 {wid=309 normal=(-0.627957 -0.778111 0.0145726)}
Corner 133 221 {wid=65 normal=(-0.469984 0.86773 -0.161741)}
Corner 36 221 {wid=36 normal=(-0.13648 0.955242 -0.262459)}
Corner 135 222 {wid=311 normal=(-0.499854 0.82733 -0.256262)}
Corner 33 222 {wid=64 normal=(-0.13648 0.955242 0.262462)}
Corner 133 222 {wid=65 normal=(-0.469984 0.86773 -0.161741)}
Corner 34 223 {wid=310 normal=(-0.481412 -0.813934 0.325198)}
Corner 134 223 {wid=309 normal=(-0.627957 -0.778111 0.0145726)}
Corner 160 223 {wid=358 normal=(-0.411212 -0.578794 -0.704203)}
Corner 34 224 {wid=310 normal=(-0.481412 -0.813934 0.325198)}
Corner 33 224 {wid=64 normal=(-0.13648 0.955242 0.262462)}
Corner 216 224 {wid=431 normal=(-0.594623 -0.263326 0.75966)}
Corner 134 225 {wid=313 normal=(-1 3.72529e-008 8.79169e-007)}
Corner 213 225 {wid=484 normal=(-0.943809 -0.157919 -0.290322)}
Corner 208 225 {wid=314 normal=(-0.997673 0.0681807 -0.000154302)}
Corner 134 226 {wid=309 normal=(-0.627957 -0.778111 0.0145726)}
Corner 34 226 {wid=310 normal=(-0.481412 -0.813934 0.325198)}
Corner 197 226 {wid=441 normal=(-0.732359 -0.640649 0.230693)}
Corner 49 227 {wid=316 normal=(-0.000546539 0 1)}
Corner 136 227 {wid=101 normal=(-0.0226901 0.0172872 0.999593)}
Corner 96 227 {wid=220 normal=(-0.00372708 0.00272159 0.999989)}
Corner 49 228 {wid=82 normal=(0.0204086 0.997586 0.0663801)}
Corner 141 228 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 162 228 {wid=364 normal=(0.0787042 0.906248 0.415356)}
Corner 137 229 {wid=308 normal=(0.00219129 -0.00364436 0.999991)}
Corner 78 229 {wid=307 normal=(-0.00207356 0.00133552 0.999996)}
Corner 186 230 {wid=100 normal=(0.0831281 -0.0107116 0.996481)}
Corner 137 230 {wid=317 normal=(0.0012807 -0.00141397 0.999998)}
Corner 95 231 {wid=98 normal=(-0.000330962 -0.000765221 1)}
Corner 78 231 {wid=307 normal=(-0.00207356 0.00133552 0.999996)}
Corner 95 232 {wid=98 normal=(-0.000330962 -0.000765221 1)}
Corner 136 232 {wid=101 normal=(-0.0226901 0.0172872 0.999593)}
Corner 229 233 {wid=545 normal=(-0.198153 0.196185 0.960337)}
Corner 265 233 {wid=646 normal=(-0.449139 0.41819 0.789551)}
Corner 157 233 {wid=353 normal=(-0.411211 -0.578795 0.704203)}
Corner 40 234 {wid=319 normal=(-0.11504 0.991803 0.0556074)}
Corner 38 234 {wid=38 normal=(-0.13648 0.955242 -0.262461)}
Corner 144 234 {wid=327 normal=(-0.499867 0.827321 -0.256272)}
Corner 163 235 {wid=365 normal=(0.00258078 0.280699 0.959792)}
Corner 140 235 {wid=320 normal=(-0.0282229 0.215469 0.976103)}
Corner 100 235 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 142 236 {wid=322 normal=(0.0224748 0.901768 0.431631)}
Corner 123 236 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 174 236 {wid=388 normal=(-0.236503 0.851449 0.468081)}
Corner 142 237 {wid=322 normal=(0.0224748 0.901768 0.431631)}
Corner 141 237 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 123 237 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 164 238 {wid=366 normal=(0.0497582 0.897929 0.437315)}
Corner 177 238 {wid=396 normal=(0.0264118 0.872582 0.487753)}
Corner 141 238 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 163 239 {wid=365 normal=(0.00258078 0.280699 0.959792)}
Corner 142 239 {wid=322 normal=(0.0224748 0.901768 0.431631)}
Corner 140 239 {wid=320 normal=(-0.0282229 0.215469 0.976103)}
Corner 163 240 {wid=324 normal=(0.0046211 0.367251 0.93011)}
Corner 141 240 {wid=325 normal=(0.00600091 0.848233 0.529589)}
Corner 142 240 {wid=323 normal=(0.0208575 0.846571 0.531868)}
Corner 144 241 {wid=327 normal=(-0.499867 0.827321 -0.256272)}
Corner 249 241 {wid=434 normal=(-0.469985 0.867729 0.161741)}
Corner 40 241 {wid=319 normal=(-0.11504 0.991803 0.0556074)}
Corner 139 242 {wid=40 normal=(-0.746698 -0.661827 -0.0665416)}
Corner 37 242 {wid=37 normal=(-0.481413 -0.813934 -0.325198)}
Corner 143 242 {wid=326 normal=(-0.694279 -0.71884 -0.0353024)}
Corner 211 243 {wid=476 normal=(-0.661444 -0.430147 -0.614383)}
Corner 144 243 {wid=327 normal=(-0.499867 0.827321 -0.256272)}
Corner 38 243 {wid=38 normal=(-0.13648 0.955242 -0.262461)}
Corner 212 244 {wid=329 normal=(-0.741272 -0.0252675 -0.670729)}
Corner 143 244 {wid=330 normal=(-0.95087 -0.15732 0.26664)}
Corner 144 244 {wid=328 normal=(-1 0 0)}
Corner 78 245 {wid=332 normal=(-0.0020735 0.00133548 0.999997)}
Corner 145 245 {wid=331 normal=(-0.00327559 0.0446688 0.998996)}
Corner 248 245 {wid=333 normal=(-0.00193934 0.0005402 0.999998)}
Corner 78 246 {wid=307 normal=(-0.00207356 0.00133552 0.999996)}
Corner 145 246 {wid=331 normal=(-0.00327559 0.0446688 0.998996)}
Corner 146 247 {wid=334 normal=(0.165507 0.984881 0.0511634)}
Corner 217 247 {wid=496 normal=(-0.117009 0.992018 0.0470098)}
Corner 83 248 {wid=188 normal=(0.727012 0.0197174 0.686342)}
Corner 35 248 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 148 248 {wid=336 normal=(0.164174 0.985293 0.0473962)}
Corner 146 249 {wid=334 normal=(0.165507 0.984881 0.0511634)}
Corner 147 249 {wid=335 normal=(0.16549 0.984885 -0.0511396)}
Corner 217 249 {wid=496 normal=(-0.117009 0.992018 0.0470098)}
Corner 259 250 {wid=630 normal=(0.165458 0.985215 -0.0444593)}
Corner 35 250 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 147 250 {wid=335 normal=(0.16549 0.984885 -0.0511396)}
Corner 146 251 {wid=338 normal=(0.164893 0.986311 0)}
Corner 148 251 {wid=337 normal=(0.164893 0.986311 0)}
Corner 147 251 {wid=339 normal=(0.164893 0.986311 0)}
Corner 146 252 {wid=334 normal=(0.165507 0.984881 0.0511634)}
Corner 83 252 {wid=188 normal=(0.727012 0.0197174 0.686342)}
Corner 148 252 {wid=336 normal=(0.164174 0.985293 0.0473962)}
Corner 121 253 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 149 253 {wid=340 normal=(0.00455241 0.292118 -0.956372)}
Corner 124 253 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 121 254 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 130 254 {wid=302 normal=(-0.0271493 0.214852 -0.976269)}
Corner 149 254 {wid=340 normal=(0.00455241 0.292118 -0.956372)}
Corner 151 255 {wid=342 normal=(0.000169096 0.882382 -0.470536)}
Corner 150 255 {wid=341 normal=(0.0267741 0.919766 -0.391554)}
Corner 124 255 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 149 256 {wid=340 normal=(0.00455241 0.292118 -0.956372)}
Corner 204 256 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 150 256 {wid=341 normal=(0.0267741 0.919766 -0.391554)}
Corner 149 257 {wid=340 normal=(0.00455241 0.292118 -0.956372)}
Corner 151 257 {wid=342 normal=(0.000169096 0.882382 -0.470536)}
Corner 124 257 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 149 258 {wid=344 normal=(0.00569222 0.366668 -0.930335)}
Corner 150 258 {wid=345 normal=(0.0214233 0.846235 -0.532379)}
Corner 151 258 {wid=343 normal=(0.00662427 0.847905 -0.530106)}
Corner 48 259 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 152 259 {wid=27 normal=(0.212822 -0.0061729 0.977072)}
Corner 115 259 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 48 260 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 90 260 {wid=207 normal=(0.215897 0.0417089 0.975525)}
Corner 152 260 {wid=27 normal=(0.212822 -0.0061729 0.977072)}
Corner 175 261 {wid=346 normal=(0.00309017 -0.00694389 -0.999971)}
Corner 97 261 {wid=222 normal=(-6.57687e-005 -0.00271505 -0.999996)}
Corner 79 262 {wid=284 normal=(0.00339018 0.137203 -0.990537)}
Corner 39 263 {wid=39 normal=(0.164872 0.985056 0.0498234)}
Corner 154 263 {wid=347 normal=(0.164302 0.985253 -0.0477602)}
Corner 156 264 {wid=349 normal=(0.164105 0.985296 0.0475515)}
Corner 75 264 {wid=160 normal=(0.148371 0.983734 -0.10126)}
Corner 154 264 {wid=347 normal=(0.164302 0.985253 -0.0477602)}
Corner 156 265 {wid=349 normal=(0.164105 0.985296 0.0475515)}
Corner 155 265 {wid=348 normal=(0.145391 0.974834 0.168995)}
Corner 75 265 {wid=160 normal=(0.148371 0.983734 -0.10126)}
Corner 39 266 {wid=39 normal=(0.164872 0.985056 0.0498234)}
Corner 40 266 {wid=71 normal=(-0.117008 0.992018 0.0470017)}
Corner 155 266 {wid=348 normal=(0.145391 0.974834 0.168995)}
Corner 39 267 {wid=351 normal=(0.164774 0.986331 0)}
Corner 156 267 {wid=350 normal=(0.164774 0.986331 0)}
Corner 154 267 {wid=352 normal=(0.164774 0.986331 0)}
Corner 39 268 {wid=39 normal=(0.164872 0.985056 0.0498234)}
Corner 155 268 {wid=348 normal=(0.145391 0.974834 0.168995)}
Corner 156 268 {wid=349 normal=(0.164105 0.985296 0.0475515)}
Corner 37 269 {wid=37 normal=(-0.481413 -0.813934 -0.325198)}
Corner 258 269 {wid=629 normal=(-0.49594 -0.868357 -1.51992e-006)}
Corner 143 269 {wid=326 normal=(-0.694279 -0.71884 -0.0353024)}
Corner 37 270 {wid=69 normal=(-0.28723 -0.884656 -0.367265)}
Corner 258 270 {wid=628 normal=(-0.241811 -0.970323 -1.95205e-005)}
Corner 238 271 {wid=566 normal=(0.10164 0.993552 -0.0502214)}
Corner 158 271 {wid=355 normal=(0.0996943 0.99368 -0.0515787)}
Corner 101 271 {wid=110 normal=(0.0686898 0.996968 -0.0365704)}
Corner 238 272 {wid=356 normal=(0.10164 0.993552 -0.0502214)}
Corner 118 272 {wid=282 normal=(0.18964 0.981163 -0.0368239)}
Corner 158 272 {wid=281 normal=(0.0996943 0.99368 -0.0515787)}
Corner 230 273 {wid=546 normal=(-0.375181 -0.898713 0.227054)}
Corner 246 273 {wid=581 normal=(-0.427505 0.690879 0.583032)}
Corner 266 274 {wid=650 normal=(-0.0798312 -0.39783 0.91398)}
Corner 36 275 {wid=36 normal=(-0.13648 0.955242 -0.262459)}
Corner 160 275 {wid=358 normal=(-0.411212 -0.578794 -0.704203)}
Corner 134 275 {wid=309 normal=(-0.627957 -0.778111 0.0145726)}
Corner 36 276 {wid=67 normal=(-0.246136 0.882619 -0.4005)}
Corner 218 276 {wid=500 normal=(0.111142 0.0162154 -0.993673)}
Corner 160 276 {wid=359 normal=(-0.35593 -0.559204 -0.748736)}
Corner 62 277 {wid=361 normal=(-0.305894 -0.949245 -0.0732299)}
Corner 161 277 {wid=360 normal=(-0.293306 -0.912085 -0.286483)}
Corner 88 277 {wid=363 normal=(-0.157124 -0.676987 -0.719028)}
Corner 62 278 {wid=362 normal=(-0.608967 0.792431 0.0348194)}
Corner 74 278 {wid=90 normal=(-0.218152 0.97419 0.0579926)}
Corner 161 278 {wid=92 normal=(-0.610547 0.770557 -0.182958)}
Corner 136 279 {wid=315 normal=(0.114342 0.990324 0.0786388)}
Corner 178 279 {wid=397 normal=(0.0888316 0.870374 0.484312)}
Corner 113 279 {wid=261 normal=(0.112169 0.836901 0.535738)}
Corner 136 280 {wid=315 normal=(0.114342 0.990324 0.0786388)}
Corner 49 280 {wid=82 normal=(0.0204086 0.997586 0.0663801)}
Corner 162 280 {wid=364 normal=(0.0787042 0.906248 0.415356)}
Corner 191 281 {wid=427 normal=(0.0146277 0.32386 0.945991)}
Corner 163 281 {wid=365 normal=(0.00258078 0.280699 0.959792)}
Corner 100 281 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 189 282 {wid=425 normal=(0.0345894 0.90103 0.432372)}
Corner 141 282 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 163 282 {wid=365 normal=(0.00258078 0.280699 0.959792)}
Corner 189 283 {wid=425 normal=(0.0345894 0.90103 0.432372)}
Corner 164 283 {wid=366 normal=(0.0497582 0.897929 0.437315)}
Corner 141 283 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 67 284 {wid=368 normal=(0.086207 0.360384 0.928812)}
Corner 177 284 {wid=369 normal=(0.0601684 0.839501 0.540017)}
Corner 164 284 {wid=367 normal=(0.0646539 0.842931 0.534122)}
Corner 54 285 {wid=371 normal=(-0.706193 0.706897 -0.0398573)}
Corner 165 285 {wid=59 normal=(-0.701569 0.711459 -0.0403479)}
Corner 100 285 {wid=231 normal=(-0.100391 0.99431 -0.035638)}
Corner 54 286 {wid=225 normal=(-0.458952 -0.818032 0.34668)}
Corner 98 286 {wid=224 normal=(-0.240495 -0.968163 0.0694492)}
Corner 165 286 {wid=370 normal=(-0.304145 -0.950162 0.0684756)}
Corner 124 287 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 168 287 {wid=374 normal=(0.0267388 0.872298 -0.488243)}
Corner 169 287 {wid=375 normal=(0.0496977 0.897813 -0.437563)}
Corner 124 288 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 202 288 {wid=458 normal=(0.0779111 0.9946 -0.0685672)}
Corner 166 288 {wid=372 normal=(0.0790653 0.905989 -0.415851)}
Corner 121 289 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 167 289 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 260 289 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 170 290 {wid=379 normal=(0.0504825 0.305107 -0.950979)}
Corner 166 290 {wid=372 normal=(0.0790653 0.905989 -0.415851)}
Corner 167 290 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 166 291 {wid=372 normal=(0.0790653 0.905989 -0.415851)}
Corner 168 291 {wid=374 normal=(0.0267388 0.872298 -0.488243)}
Corner 124 291 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 166 292 {wid=372 normal=(0.0790653 0.905989 -0.415851)}
Corner 170 292 {wid=379 normal=(0.0504825 0.305107 -0.950979)}
Corner 168 292 {wid=374 normal=(0.0267388 0.872298 -0.488243)}
Corner 171 293 {wid=377 normal=(0.0892618 0.362438 -0.927724)}
Corner 169 293 {wid=376 normal=(0.0652957 0.842608 -0.534555)}
Corner 168 293 {wid=378 normal=(0.0608079 0.839166 -0.540465)}
Corner 172 294 {wid=382 normal=(0.0107135 0.91999 -0.391797)}
Corner 124 294 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 169 294 {wid=375 normal=(0.0496977 0.897813 -0.437563)}
Corner 171 295 {wid=381 normal=(0.0926376 0.314472 -0.944736)}
Corner 170 295 {wid=379 normal=(0.0504825 0.305107 -0.950979)}
Corner 167 295 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 171 296 {wid=377 normal=(0.0892618 0.362438 -0.927724)}
Corner 168 296 {wid=378 normal=(0.0608079 0.839166 -0.540465)}
Corner 170 296 {wid=380 normal=(0.0852696 0.357134 -0.930153)}
Corner 121 297 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 171 297 {wid=381 normal=(0.0926376 0.314472 -0.944736)}
Corner 167 297 {wid=373 normal=(0.067721 0.300547 -0.95136)}
Corner 121 298 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 169 298 {wid=375 normal=(0.0496977 0.897813 -0.437563)}
Corner 171 298 {wid=381 normal=(0.0926376 0.314472 -0.944736)}
Corner 121 299 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 172 299 {wid=382 normal=(0.0107135 0.91999 -0.391797)}
Corner 169 299 {wid=375 normal=(0.0496977 0.897813 -0.437563)}
Corner 121 300 {wid=384 normal=(0.0229271 0.375912 -0.926372)}
Corner 124 300 {wid=385 normal=(0.0345243 0.850164 -0.525385)}
Corner 172 300 {wid=383 normal=(0.0243069 0.851665 -0.523523)}
Corner 25 301 {wid=194 normal=(0.950039 -0.305795 0.062582)}
Corner 173 301 {wid=387 normal=(0.926872 -0.369216 0.0677409)}
Corner 85 301 {wid=192 normal=(0.996656 -0.0469899 0.0668473)}
Corner 55 302 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 173 302 {wid=386 normal=(0.0545787 -0.278839 0.958787)}
Corner 140 303 {wid=390 normal=(-0.0668825 0.236152 0.969412)}
Corner 174 303 {wid=389 normal=(-0.110129 0.764433 0.635228)}
Corner 263 303 {wid=391 normal=(-0.225504 0.395949 0.890153)}
Corner 140 304 {wid=320 normal=(-0.0282229 0.215469 0.976103)}
Corner 142 304 {wid=322 normal=(0.0224748 0.901768 0.431631)}
Corner 174 304 {wid=388 normal=(-0.236503 0.851449 0.468081)}
Corner 79 305 {wid=284 normal=(0.00339018 0.137203 -0.990537)}
Corner 175 305 {wid=392 normal=(0.00309017 -0.00694389 -0.999971)}
Corner 110 305 {wid=394 normal=(0.00197757 -0.00532543 -0.999984)}
Corner 79 306 {wid=284 normal=(0.00339018 0.137203 -0.990537)}
Corner 175 306 {wid=393 normal=(0.00677647 -0.00826687 -0.999943)}
Corner 67 307 {wid=134 normal=(0.0723477 0.299683 0.951291)}
Corner 176 307 {wid=395 normal=(0.0813044 0.289608 0.953685)}
Corner 177 307 {wid=396 normal=(0.0264118 0.872582 0.487753)}
Corner 67 308 {wid=134 normal=(0.0723477 0.299683 0.951291)}
Corner 55 308 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 176 308 {wid=395 normal=(0.0813044 0.289608 0.953685)}
Corner 162 309 {wid=364 normal=(0.0787042 0.906248 0.415356)}
Corner 177 309 {wid=396 normal=(0.0264118 0.872582 0.487753)}
Corner 176 309 {wid=395 normal=(0.0813044 0.289608 0.953685)}
Corner 162 310 {wid=364 normal=(0.0787042 0.906248 0.415356)}
Corner 141 310 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 177 310 {wid=396 normal=(0.0264118 0.872582 0.487753)}
Corner 162 311 {wid=364 normal=(0.0787042 0.906248 0.415356)}
Corner 178 311 {wid=397 normal=(0.0888316 0.870374 0.484312)}
Corner 136 311 {wid=315 normal=(0.114342 0.990324 0.0786388)}
Corner 162 312 {wid=399 normal=(0.099318 0.829444 0.54969)}
Corner 176 312 {wid=400 normal=(0.091024 0.348804 0.932765)}
Corner 178 312 {wid=398 normal=(0.0971732 0.826582 0.554364)}
Corner 85 313 {wid=193 normal=(0.164955 0.98495 -0.051604)}
Corner 179 313 {wid=401 normal=(-0.0886436 0.925026 -0.369418)}
Corner 158 313 {wid=355 normal=(0.0996943 0.99368 -0.0515787)}
Corner 85 314 {wid=402 normal=(0.164955 0.98495 -0.051604)}
Corner 173 314 {wid=234 normal=(0.170221 0.984112 -0.0504855)}
Corner 179 314 {wid=236 normal=(-0.0674596 0.990817 -0.117179)}
Corner 27 315 {wid=404 normal=(0.136545 0.593755 -0.792975)}
Corner 180 315 {wid=403 normal=(-0.0480673 0.645862 -0.76194)}
Corner 203 315 {wid=406 normal=(-0.656741 0.217939 -0.721937)}
Corner 181 316 {wid=405 normal=(0.0686463 0.99699 0.0360287)}
Corner 180 316 {wid=113 normal=(-0.0328681 0.998867 0.0344148)}
Corner 27 317 {wid=404 normal=(0.136545 0.593755 -0.792975)}
Corner 181 317 {wid=407 normal=(0.0846528 0.323944 -0.942281)}
Corner 180 317 {wid=403 normal=(-0.0480673 0.645862 -0.76194)}
Corner 27 318 {wid=114 normal=(0.141863 0.988737 0.047688)}
Corner 181 318 {wid=408 normal=(-0.346356 0.936525 0.0543875)}
Corner 103 319 {wid=410 normal=(-0.384641 0.837717 -0.387661)}
Corner 182 319 {wid=243 normal=(-0.389186 0.921159 -0.000558674)}
Corner 174 319 {wid=242 normal=(-0.371612 0.836493 0.402721)}
Corner 262 320 {wid=640 normal=(-0.170655 0.815429 -0.55313)}
Corner 182 320 {wid=409 normal=(-0.166602 0.986024 -0.000410676)}
Corner 25 321 {wid=25 normal=(0.0227813 -0.989483 0.142855)}
Corner 173 321 {wid=412 normal=(0.176394 -0.968159 0.17763)}
Corner 25 322 {wid=25 normal=(0.0227813 -0.989483 0.142855)}
Corner 26 322 {wid=26 normal=(0.0229398 -0.989574 -0.142187)}
Corner 188 323 {wid=424 normal=(-0.464515 -0.300355 -0.833074)}
Corner 102 323 {wid=238 normal=(-0.420261 0.761677 -0.493183)}
Corner 27 324 {wid=80 normal=(0.00222244 -0.310061 -0.950714)}
Corner 52 325 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 261 325 {wid=638 normal=(0.0110887 -0.996936 0.0774315)}
Corner 70 325 {wid=143 normal=(-0.110499 -0.668863 0.735128)}
Corner 52 326 {wid=416 normal=(0.0110296 -0.996937 0.0774233)}
Corner 119 326 {wid=417 normal=(0.0139585 -0.99686 0.0779396)}
Corner 261 326 {wid=415 normal=(0.0110887 -0.996936 0.0774315)}
Corner 48 327 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 186 327 {wid=418 normal=(0.207871 0.975917 0.0661548)}
Corner 136 327 {wid=315 normal=(0.114342 0.990324 0.0786388)}
Corner 48 328 {wid=83 normal=(0.245107 0.946751 0.208769)}
Corner 53 328 {wid=419 normal=(0.255295 0.965949 0.0420414)}
Corner 186 328 {wid=418 normal=(0.207871 0.975917 0.0661548)}
Corner 69 329 {wid=57 normal=(-0.218075 0.974152 -0.0589111)}
Corner 187 329 {wid=420 normal=(-0.161864 0.720168 0.674655)}
Corner 69 330 {wid=422 normal=(-0.218075 0.974152 -0.0589111)}
Corner 58 330 {wid=423 normal=(-0.608938 0.792394 -0.036152)}
Corner 207 330 {wid=421 normal=(-0.61058 0.770795 0.181842)}
Corner 188 331 {wid=424 normal=(-0.464515 -0.300355 -0.833074)}
Corner 230 332 {wid=546 normal=(-0.375181 -0.898713 0.227054)}
Corner 188 332 {wid=424 normal=(-0.464515 -0.300355 -0.833074)}
Corner 67 333 {wid=134 normal=(0.0723477 0.299683 0.951291)}
Corner 190 333 {wid=426 normal=(0.034794 0.681983 0.730538)}
Corner 100 333 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 67 334 {wid=134 normal=(0.0723477 0.299683 0.951291)}
Corner 164 334 {wid=366 normal=(0.0497582 0.897929 0.437315)}
Corner 190 334 {wid=426 normal=(0.034794 0.681983 0.730538)}
Corner 189 335 {wid=425 normal=(0.0345894 0.90103 0.432372)}
Corner 190 335 {wid=426 normal=(0.034794 0.681983 0.730538)}
Corner 164 335 {wid=366 normal=(0.0497582 0.897929 0.437315)}
Corner 191 336 {wid=427 normal=(0.0146277 0.32386 0.945991)}
Corner 100 336 {wid=230 normal=(-0.0308193 -0.196562 0.980008)}
Corner 190 336 {wid=426 normal=(0.034794 0.681983 0.730538)}
Corner 189 337 {wid=429 normal=(0.0339074 0.850484 0.524906)}
Corner 191 337 {wid=428 normal=(0.0174884 0.375702 0.926575)}
Corner 190 337 {wid=430 normal=(0.0263132 0.646705 0.762286)}
Corner 189 338 {wid=425 normal=(0.0345894 0.90103 0.432372)}
Corner 163 338 {wid=365 normal=(0.00258078 0.280699 0.959792)}
Corner 191 338 {wid=427 normal=(0.0146277 0.32386 0.945991)}
Corner 135 339 {wid=311 normal=(-0.499854 0.82733 -0.256262)}
Corner 215 339 {wid=492 normal=(-0.463615 0.565893 0.681781)}
Corner 33 339 {wid=64 normal=(-0.13648 0.955242 0.262462)}
Corner 135 340 {wid=312 normal=(-0.326037 0.644753 -0.691371)}
Corner 237 340 {wid=564 normal=(-0.950881 -0.157225 0.266655)}
Corner 192 340 {wid=432 normal=(-0.666972 0.108266 0.737175)}
Corner 115 341 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 109 341 {wid=99 normal=(0.214065 -0.00684393 -0.976795)}
Corner 115 342 {wid=266 normal=(0.285351 -0.952123 -0.10971)}
Corner 220 343 {wid=436 normal=(-0.997641 0.0686437 0.000226945)}
Corner 194 343 {wid=435 normal=(-0.99758 0.0695359 -4.32845e-005)}
Corner 226 343 {wid=437 normal=(-0.997651 0.0684966 0.000256754)}
Corner 265 344 {wid=646 normal=(-0.449139 0.41819 0.789551)}
Corner 40 344 {wid=319 normal=(-0.11504 0.991803 0.0556074)}
Corner 249 344 {wid=434 normal=(-0.469985 0.867729 0.161741)}
Corner 77 345 {wid=120 normal=(-0.304086 -0.950194 -0.0682845)}
Corner 235 345 {wid=438 normal=(-0.30201 -0.951054 -0.0654767)}
Corner 62 345 {wid=86 normal=(-0.305894 -0.949245 -0.0732299)}
Corner 77 346 {wid=439 normal=(-0.699895 0.713368 0.0353903)}
Corner 180 346 {wid=113 normal=(-0.0328681 0.998867 0.0344148)}
Corner 195 346 {wid=165 normal=(-0.257519 0.965337 0.0425238)}
Corner 76 347 {wid=68 normal=(0.097815 -0.980487 0.17052)}
Corner 234 347 {wid=556 normal=(0.150042 -0.175068 -0.973056)}
Corner 258 348 {wid=628 normal=(-0.241811 -0.970323 -1.95205e-005)}
Corner 216 349 {wid=431 normal=(-0.594623 -0.263326 0.75966)}
Corner 197 349 {wid=441 normal=(-0.732359 -0.640649 0.230693)}
Corner 34 349 {wid=310 normal=(-0.481412 -0.813934 0.325198)}
Corner 214 350 {wid=488 normal=(0.00992953 0.175033 -0.984513)}
Corner 237 350 {wid=444 normal=(0.0566153 0.997991 0.0284449)}
Corner 197 350 {wid=442 normal=(0.0539041 0.950195 -0.30696)}
Corner 192 351 {wid=446 normal=(-0.0563406 -0.993337 0.100538)}
Corner 198 351 {wid=443 normal=(-3.72529e-009 2.98023e-008 -1)}
Corner 197 351 {wid=442 normal=(0.0539041 0.950195 -0.30696)}
Corner 199 352 {wid=447 normal=(-0.997656 0.0684249 7.37537e-005)}
Corner 237 352 {wid=448 normal=(-0.997651 0.0685005 7.27522e-005)}
Corner 214 352 {wid=445 normal=(-0.997603 0.0691906 0.000397439)}
Corner 192 353 {wid=446 normal=(-0.0563406 -0.993337 0.100538)}
Corner 252 353 {wid=449 normal=(-0.0563406 -0.993337 0.100538)}
Corner 198 353 {wid=443 normal=(-3.72529e-009 2.98023e-008 -1)}
Corner 192 354 {wid=451 normal=(-0.666972 0.108266 0.737175)}
Corner 237 354 {wid=452 normal=(-0.332538 -0.505702 0.796043)}
Corner 199 354 {wid=450 normal=(0.0088878 0.0821886 0.996577)}
Corner 34 355 {wid=34 normal=(-0.287232 -0.884655 0.367264)}
Corner 34 356 {wid=34 normal=(-0.287232 -0.884655 0.367264)}
Corner 84 356 {wid=66 normal=(0.111257 -0.977469 -0.179379)}
Corner 71 357 {wid=456 normal=(-0.189291 0.981801 0.0153508)}
Corner 201 357 {wid=455 normal=(-0.252502 0.967395 0.0197351)}
Corner 82 357 {wid=457 normal=(-0.250174 0.956697 0.148808)}
Corner 71 358 {wid=146 normal=(0.11958 0.0249788 0.99251)}
Corner 114 358 {wid=262 normal=(0.101861 -0.0143418 0.994695)}
Corner 201 358 {wid=454 normal=(0.121521 0.0199206 0.992389)}
Corner 264 359 {wid=81 normal=(0.0204892 0.997544 -0.0669848)}
Corner 202 359 {wid=458 normal=(0.0779111 0.9946 -0.0685672)}
Corner 124 359 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 264 360 {wid=459 normal=(0.000574811 0 -1)}
Corner 112 360 {wid=259 normal=(-0.00298995 0.00193331 -0.999994)}
Corner 202 360 {wid=132 normal=(-0.00722631 0.00580162 -0.999957)}
Corner 77 361 {wid=439 normal=(-0.699895 0.713368 0.0353903)}
Corner 203 361 {wid=460 normal=(-0.706228 0.70694 0.0384372)}
Corner 180 361 {wid=113 normal=(-0.0328681 0.998867 0.0344148)}
Corner 77 362 {wid=120 normal=(-0.304086 -0.950194 -0.0682845)}
Corner 26 362 {wid=119 normal=(0.0229394 -0.989574 -0.142187)}
Corner 203 362 {wid=461 normal=(-0.458551 -0.818221 -0.346763)}
Corner 123 363 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 204 363 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 103 363 {wid=239 normal=(-0.281292 0.901211 -0.329686)}
Corner 123 364 {wid=287 normal=(-0.0132257 0.998798 -0.0472074)}
Corner 150 364 {wid=341 normal=(0.0267741 0.919766 -0.391554)}
Corner 204 364 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 206 365 {wid=464 normal=(-0.00384402 0.998598 -0.0527976)}
Corner 205 365 {wid=463 normal=(0.0397327 0.997129 0.0644528)}
Corner 124 365 {wid=288 normal=(0.0351027 0.90077 -0.432875)}
Corner 122 366 {wid=286 normal=(-0.0039004 0.998631 0.0521583)}
Corner 141 366 {wid=321 normal=(-0.000181079 0.917626 0.397443)}
Corner 205 366 {wid=463 normal=(0.0397327 0.997129 0.0644528)}
Corner 253 367 {wid=466 normal=(-0.00199548 0.100004 -0.994985)}
Corner 206 367 {wid=465 normal=(-0.00199548 0.100004 -0.994985)}
Corner 123 367 {wid=467 normal=(-0.00199548 0.100004 -0.994985)}
Corner 122 368 {wid=286 normal=(-0.0039004 0.998631 0.0521583)}
Corner 205 368 {wid=463 normal=(0.0397327 0.997129 0.0644528)}
Corner 206 368 {wid=464 normal=(-0.00384402 0.998598 -0.0527976)}
Corner 187 369 {wid=468 normal=(-0.204755 -0.682227 0.701885)}
Corner 207 369 {wid=145 normal=(-0.293632 -0.911864 0.286851)}
Corner 70 369 {wid=142 normal=(-0.110499 -0.668863 0.735128)}
Corner 187 370 {wid=469 normal=(-0.161864 0.720168 0.674655)}
Corner 69 370 {wid=422 normal=(-0.218075 0.974152 -0.0589111)}
Corner 207 370 {wid=421 normal=(-0.61058 0.770795 0.181842)}
Corner 133 371 {wid=471 normal=(-0.0547706 -0.965807 0.25341)}
Corner 208 371 {wid=470 normal=(0.0197012 0.347282 0.937554)}
Corner 244 371 {wid=473 normal=(-0.0488522 -0.861518 0.505372)}
Corner 133 372 {wid=472 normal=(-0.994475 0.0799384 -0.0680414)}
Corner 134 372 {wid=313 normal=(-1 3.72529e-008 8.79169e-007)}
Corner 208 372 {wid=314 normal=(-0.997673 0.0681807 -0.000154302)}
Corner 83 373 {wid=188 normal=(0.727012 0.0197174 0.686342)}
Corner 83 374 {wid=188 normal=(0.727012 0.0197174 0.686342)}
Corner 146 374 {wid=334 normal=(0.165507 0.984881 0.0511634)}
Corner 210 375 {wid=475 normal=(0.00522839 -0.00762786 -0.999957)}
Corner 97 375 {wid=222 normal=(-6.57687e-005 -0.00271505 -0.999996)}
Corner 210 376 {wid=475 normal=(0.00522839 -0.00762786 -0.999957)}
Corner 139 377 {wid=40 normal=(-0.746698 -0.661827 -0.0665416)}
Corner 211 377 {wid=476 normal=(-0.661444 -0.430147 -0.614383)}
Corner 37 377 {wid=37 normal=(-0.481413 -0.813934 -0.325198)}
Corner 212 378 {wid=478 normal=(-0.546101 -0.833084 -0.0880058)}
Corner 144 378 {wid=479 normal=(-0.719171 -0.681414 -0.135896)}
Corner 211 378 {wid=477 normal=(-0.997666 0.068289 -9.69758e-005)}
Corner 139 379 {wid=481 normal=(-0.997631 0.0687942 -0.000406124)}
Corner 224 379 {wid=480 normal=(-0.997533 0.0701991 0.000799695)}
Corner 223 379 {wid=483 normal=(-0.997657 0.0683443 -0.00321824)}
Corner 139 380 {wid=482 normal=(-0.997293 0.0416895 -0.0605699)}
Corner 143 380 {wid=330 normal=(-0.95087 -0.15732 0.26664)}
Corner 212 380 {wid=329 normal=(-0.741272 -0.0252675 -0.670729)}
Corner 135 381 {wid=312 normal=(-0.326037 0.644753 -0.691371)}
Corner 213 381 {wid=484 normal=(-0.943809 -0.157919 -0.290322)}
Corner 134 381 {wid=313 normal=(-1 3.72529e-008 8.79169e-007)}
Corner 250 382 {wid=486 normal=(-0.997766 0.0668039 -0.00059008)}
Corner 257 382 {wid=487 normal=(-0.997646 0.068555 -0.0015005)}
Corner 213 382 {wid=485 normal=(-0.997533 0.0701991 0.000799715)}
Corner 198 383 {wid=443 normal=(-3.72529e-009 2.98023e-008 -1)}
Corner 214 383 {wid=488 normal=(0.00992953 0.175033 -0.984513)}
Corner 197 383 {wid=442 normal=(0.0539041 0.950195 -0.30696)}
Corner 198 384 {wid=490 normal=(0.0564777 0.996537 -0.0610344)}
Corner 199 384 {wid=491 normal=(0.0564777 0.996537 -0.0610344)}
Corner 214 384 {wid=489 normal=(0.0564777 0.996537 -0.0610344)}
Corner 192 385 {wid=432 normal=(-0.666972 0.108266 0.737175)}
Corner 215 385 {wid=493 normal=(-0.968109 0.216046 0.126843)}
Corner 135 385 {wid=312 normal=(-0.326037 0.644753 -0.691371)}
Corner 216 386 {wid=431 normal=(-0.594623 -0.263326 0.75966)}
Corner 33 386 {wid=64 normal=(-0.13648 0.955242 0.262462)}
Corner 215 386 {wid=492 normal=(-0.463615 0.565893 0.681781)}
Corner 192 387 {wid=432 normal=(-0.666972 0.108266 0.737175)}
Corner 216 387 {wid=494 normal=(-0.997676 0.0681403 -0.000108898)}
Corner 215 387 {wid=493 normal=(-0.968109 0.216046 0.126843)}
Corner 192 388 {wid=432 normal=(-0.666972 0.108266 0.737175)}
Corner 197 388 {wid=495 normal=(-0.997662 0.0683456 0.000111142)}
Corner 216 388 {wid=494 normal=(-0.997676 0.0681403 -0.000108898)}
Corner 33 389 {wid=498 normal=(0.743352 -0.534637 -0.401984)}
Corner 217 389 {wid=497 normal=(0.76875 -0.638766 -0.0316364)}
Corner 36 389 {wid=499 normal=(0.761557 -0.581396 0.286374)}
Corner 33 390 {wid=33 normal=(-0.317586 0.77419 0.547512)}
Corner 217 390 {wid=496 normal=(-0.117009 0.992018 0.0470098)}
Corner 35 391 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 218 391 {wid=500 normal=(0.111142 0.0162154 -0.993673)}
Corner 36 391 {wid=67 normal=(-0.246136 0.882619 -0.4005)}
Corner 35 392 {wid=190 normal=(0.997657 -0.0684201 0)}
Corner 84 392 {wid=191 normal=(0.997657 -0.0684201 0)}
Corner 218 392 {wid=501 normal=(0.997657 -0.0684201 0)}
Corner 221 393 {wid=504 normal=(-0.997654 0.0684565 -1.22736e-005)}
Corner 222 393 {wid=503 normal=(-0.997654 0.0684564 -1.22736e-005)}
Corner 194 393 {wid=505 normal=(-0.997654 0.0684564 -1.22736e-005)}
Corner 143 394 {wid=326 normal=(-0.694279 -0.71884 -0.0353024)}
Corner 157 394 {wid=353 normal=(-0.411211 -0.578795 0.704203)}
Corner 219 394 {wid=502 normal=(-0.594709 -0.263309 0.759598)}
Corner 143 395 {wid=508 normal=(-0.95087 -0.15732 0.26664)}
Corner 220 395 {wid=506 normal=(-0.0130124 -0.229419 0.973241)}
Corner 226 395 {wid=510 normal=(-0.326031 0.644757 0.69137)}
Corner 143 396 {wid=509 normal=(0.0564732 0.99604 -0.0686616)}
Corner 219 396 {wid=511 normal=(0.0564732 0.99604 -0.0686616)}
Corner 220 396 {wid=507 normal=(0.0564732 0.99604 -0.0686616)}
Corner 220 397 {wid=514 normal=(0.0565432 0.997159 -0.0497697)}
Corner 221 397 {wid=512 normal=(0.0565432 0.997159 -0.0497697)}
Corner 194 397 {wid=516 normal=(0.0565432 0.997159 -0.0497697)}
Corner 220 398 {wid=515 normal=(0.00643367 0.113462 -0.993522)}
Corner 222 398 {wid=517 normal=(0.00643367 0.113462 -0.993522)}
Corner 221 398 {wid=513 normal=(0.00643367 0.113462 -0.993522)}
Corner 219 399 {wid=519 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 222 399 {wid=518 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 220 399 {wid=520 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 219 400 {wid=519 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 194 400 {wid=521 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 222 400 {wid=518 normal=(-0.0565811 -0.996943 0.0538876)}
Corner 211 401 {wid=523 normal=(0.0429071 0.756345 0.652765)}
Corner 223 401 {wid=522 normal=(0 0 1)}
Corner 225 401 {wid=524 normal=(0 0 1)}
Corner 211 402 {wid=523 normal=(0.0429071 0.756345 0.652765)}
Corner 139 402 {wid=525 normal=(0.0566261 0.99818 0.0207183)}
Corner 223 402 {wid=522 normal=(0 0 1)}
Corner 212 403 {wid=528 normal=(-0.301302 0.36979 -0.878904)}
Corner 224 403 {wid=526 normal=(0.0138804 0.146092 -0.989174)}
Corner 139 403 {wid=530 normal=(-0.0399705 -0.704582 -0.708496)}
Corner 225 404 {wid=529 normal=(-0.997684 0.0680206 -2.63127e-005)}
Corner 223 404 {wid=531 normal=(-0.997684 0.0680206 -2.63127e-005)}
Corner 224 404 {wid=527 normal=(-0.997684 0.0680206 -2.63127e-005)}
Corner 272 405 {wid=533 normal=(-0.99765 0.0685132 0.000116429)}
Corner 225 405 {wid=532 normal=(-0.997665 0.0682954 0.000514509)}
Corner 224 405 {wid=535 normal=(-0.997634 0.0687471 0.000378501)}
Corner 212 406 {wid=534 normal=(-0.0563406 -0.993337 -0.100538)}
Corner 211 406 {wid=523 normal=(0.0429071 0.756345 0.652765)}
Corner 225 406 {wid=524 normal=(0 0 1)}
Corner 144 407 {wid=327 normal=(-0.499867 0.827321 -0.256272)}
Corner 226 407 {wid=536 normal=(-0.499854 0.827331 0.256261)}
Corner 249 407 {wid=434 normal=(-0.469985 0.867729 0.161741)}
Corner 144 408 {wid=328 normal=(-1 0 0)}
Corner 143 408 {wid=330 normal=(-0.95087 -0.15732 0.26664)}
Corner 226 408 {wid=537 normal=(-0.983531 0.126531 0.129061)}
Corner 86 409 {wid=197 normal=(0.014872 -0.99755 0.0683505)}
Corner 227 409 {wid=539 normal=(0.0114029 -0.997569 0.0687507)}
Corner 24 409 {wid=198 normal=(0.0134038 -0.99468 0.102141)}
Corner 86 410 {wid=196 normal=(0.014872 -0.99755 0.0683505)}
Corner 52 410 {wid=94 normal=(0.0110296 -0.996937 0.0774233)}
Corner 227 410 {wid=538 normal=(0.0114029 -0.997569 0.0687507)}
Corner 101 411 {wid=541 normal=(0.0926757 0.425215 0.900335)}
Corner 228 411 {wid=233 normal=(0.0645628 0.0328336 0.997373)}
Corner 100 411 {wid=237 normal=(-0.113835 0.641259 0.758834)}
Corner 101 412 {wid=542 normal=(0.1164 0.992324 -0.0417633)}
Corner 179 412 {wid=543 normal=(0.1164 0.992324 -0.0417633)}
Corner 228 412 {wid=540 normal=(0.1164 0.992324 -0.0417633)}
Corner 40 413 {wid=71 normal=(-0.117008 0.992018 0.0470017)}
Corner 229 413 {wid=544 normal=(-0.373235 0.168162 0.912369)}
Corner 155 413 {wid=348 normal=(0.145391 0.974834 0.168995)}
Corner 40 414 {wid=319 normal=(-0.11504 0.991803 0.0556074)}
Corner 265 414 {wid=646 normal=(-0.449139 0.41819 0.789551)}
Corner 229 414 {wid=545 normal=(-0.198153 0.196185 0.960337)}
Corner 230 415 {wid=546 normal=(-0.375181 -0.898713 0.227054)}
Corner 230 416 {wid=546 normal=(-0.375181 -0.898713 0.227054)}
Corner 29 417 {wid=29 normal=(0 -4.64916e-006 -1)}
Corner 232 417 {wid=548 normal=(0 -0.987688 0.156439)}
Corner 28 417 {wid=28 normal=(0 -0.987688 0.156436)}
Corner 29 418 {wid=29 normal=(0 -4.64916e-006 -1)}
Corner 31 418 {wid=31 normal=(0 0.951049 -0.30904)}
Corner 231 418 {wid=547 normal=(0 0.309008 0.951059)}
Corner 231 419 {wid=550 normal=(0 0.453988 0.891008)}
Corner 232 419 {wid=549 normal=(0 -0.987688 0.156434)}
Corner 29 419 {wid=551 normal=(0 0.156432 -0.987689)}
Corner 231 420 {wid=547 normal=(0 0.309008 0.951059)}
Corner 28 420 {wid=28 normal=(0 -0.987688 0.156436)}
Corner 232 420 {wid=548 normal=(0 -0.987688 0.156439)}
Corner 57 421 {wid=554 normal=(-0.252522 0.96737 -0.0206966)}
Corner 233 421 {wid=553 normal=(-0.189304 0.981784 -0.016235)}
Corner 106 421 {wid=555 normal=(-0.25007 0.956587 -0.149689)}
Corner 57 422 {wid=105 normal=(0.122621 0.0192016 -0.992268)}
Corner 128 422 {wid=292 normal=(0.0841458 0.30055 -0.950046)}
Corner 233 422 {wid=552 normal=(0.120704 0.0243889 -0.992389)}
Corner 75 423 {wid=160 normal=(0.148371 0.983734 -0.10126)}
Corner 234 423 {wid=556 normal=(0.150042 -0.175068 -0.973056)}
Corner 75 424 {wid=161 normal=(0.997657 -0.0684201 0)}
Corner 76 424 {wid=163 normal=(0.997657 -0.0684201 0)}
Corner 234 424 {wid=557 normal=(0.997657 -0.0684201 0)}
Corner 195 425 {wid=560 normal=(-0.257519 0.965337 0.0425238)}
Corner 235 425 {wid=558 normal=(-0.593933 0.803123 0.0473068)}
Corner 77 425 {wid=561 normal=(-0.699895 0.713368 0.0353903)}
Corner 195 426 {wid=165 normal=(-0.257519 0.965337 0.0425238)}
Corner 62 426 {wid=115 normal=(-0.608967 0.792431 0.0348194)}
Corner 235 426 {wid=559 normal=(-0.593933 0.803123 0.0473068)}
Corner 62 427 {wid=86 normal=(-0.305894 -0.949245 -0.0732299)}
Corner 236 427 {wid=562 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 77 427 {wid=120 normal=(-0.304086 -0.950194 -0.0682845)}
Corner 62 428 {wid=361 normal=(-0.305894 -0.949245 -0.0732299)}
Corner 88 428 {wid=363 normal=(-0.157124 -0.676987 -0.719028)}
Corner 236 428 {wid=563 normal=(-0.15614 -0.98517 -0.0711387)}
Corner 134 429 {wid=313 normal=(-1 3.72529e-008 8.79169e-007)}
Corner 237 429 {wid=564 normal=(-0.950881 -0.157225 0.266655)}
Corner 135 429 {wid=312 normal=(-0.326037 0.644753 -0.691371)}
Corner 134 430 {wid=313 normal=(-1 3.72529e-008 8.79169e-007)}
Corner 197 430 {wid=565 normal=(-0.997662 0.0683456 0.000111142)}
Corner 237 430 {wid=564 normal=(-0.950881 -0.157225 0.266655)}
Corner 238 431 {wid=566 normal=(0.10164 0.993552 -0.0502214)}
Corner 101 431 {wid=110 normal=(0.0686898 0.996968 -0.0365704)}
Corner 117 432 {wid=140 normal=(0.19458 0.914305 0.355226)}
Corner 238 432 {wid=566 normal=(0.10164 0.993552 -0.0502214)}
Corner 60 433 {wid=112 normal=(0.162923 0.985532 0.0467299)}
Corner 239 433 {wid=567 normal=(0.101585 0.993583 0.0497612)}
Corner 60 434 {wid=112 normal=(0.162923 0.985532 0.0467299)}
Corner 51 434 {wid=159 normal=(0.194967 0.914066 -0.355629)}
Corner 239 434 {wid=567 normal=(0.101585 0.993583 0.0497612)}
Corner 239 435 {wid=567 normal=(0.101585 0.993583 0.0497612)}
Corner 240 435 {wid=568 normal=(0.0755186 0.995733 0.0530426)}
Corner 241 436 {wid=569 normal=(0.0786132 0.99551 0.0527507)}
Corner 74 436 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 240 436 {wid=568 normal=(0.0755186 0.995733 0.0530426)}
Corner 239 437 {wid=571 normal=(0.106108 0.993105 0.0498361)}
Corner 241 437 {wid=570 normal=(0.106108 0.993105 0.0498361)}
Corner 240 437 {wid=572 normal=(0.106108 0.993105 0.0498361)}
Corner 239 438 {wid=567 normal=(0.101585 0.993583 0.0497612)}
Corner 51 438 {wid=159 normal=(0.194967 0.914066 -0.355629)}
Corner 241 438 {wid=569 normal=(0.0786132 0.99551 0.0527507)}
Corner 242 439 {wid=573 normal=(-0.153967 0.819245 0.552387)}
Corner 182 439 {wid=409 normal=(-0.166602 0.986024 -0.000410676)}
Corner 140 440 {wid=320 normal=(-0.0282229 0.215469 0.976103)}
Corner 263 440 {wid=642 normal=(-0.187047 0.732107 0.655006)}
Corner 76 441 {wid=68 normal=(0.097815 -0.980487 0.17052)}
Corner 271 442 {wid=659 normal=(0.10493 0.59559 0.796406)}
Corner 157 442 {wid=354 normal=(-0.355922 -0.559206 0.748737)}
Corner 250 443 {wid=576 normal=(-0.997641 0.0686437 -0.000226941)}
Corner 244 443 {wid=575 normal=(-0.997712 0.0675977 0.00111722)}
Corner 257 443 {wid=578 normal=(-0.997579 0.0695359 4.32822e-005)}
Corner 135 444 {wid=577 normal=(-0.0563406 -0.993337 -0.100539)}
Corner 133 444 {wid=471 normal=(-0.0547706 -0.965807 0.25341)}
Corner 244 444 {wid=473 normal=(-0.0488522 -0.861518 0.505372)}
Corner 53 445 {wid=580 normal=(0.254706 0.96623 -0.0390359)}
Corner 245 445 {wid=79 normal=(0.245345 0.946622 -0.209077)}
Corner 202 445 {wid=458 normal=(0.0779111 0.9946 -0.0685672)}
Corner 53 446 {wid=269 normal=(0.997295 -0.0734987 0.000739386)}
Corner 115 446 {wid=267 normal=(1 -4.96174e-005 0.000702549)}
Corner 245 446 {wid=579 normal=(1 -4.96209e-005 0.000702549)}
Corner 102 447 {wid=238 normal=(-0.420261 0.761677 -0.493183)}
Corner 246 447 {wid=581 normal=(-0.427505 0.690879 0.583032)}
Corner 182 447 {wid=409 normal=(-0.166602 0.986024 -0.000410676)}
Corner 102 448 {wid=135 normal=(-0.420261 0.761677 -0.493183)}
Corner 230 448 {wid=137 normal=(-0.375181 -0.898713 0.227054)}
Corner 246 448 {wid=582 normal=(-0.427505 0.690879 0.583032)}
Corner 74 449 {wid=90 normal=(-0.218152 0.97419 0.0579926)}
Corner 247 449 {wid=583 normal=(-0.209074 0.919459 -0.332992)}
Corner 161 449 {wid=92 normal=(-0.610547 0.770557 -0.182958)}
Corner 74 450 {wid=158 normal=(-0.218152 0.97419 0.0579946)}
Corner 241 450 {wid=569 normal=(0.0786132 0.99551 0.0527507)}
Corner 247 450 {wid=584 normal=(-0.209074 0.919459 -0.332992)}
Corner 110 451 {wid=254 normal=(-0.609268 0.708465 -0.356186)}
Corner 248 451 {wid=585 normal=(-0.608086 0.707951 0.359216)}
Corner 145 451 {wid=167 normal=(-0.225551 0.900124 0.372698)}
Corner 110 452 {wid=171 normal=(-0.609268 0.708465 -0.356186)}
Corner 63 452 {wid=173 normal=(-0.607206 0.707161 0.362249)}
Corner 248 452 {wid=586 normal=(-0.608086 0.707951 0.359216)}
Corner 194 453 {wid=589 normal=(-0.997613 0.069055 -4.07638e-005)}
Corner 249 453 {wid=587 normal=(-0.997613 0.069055 -4.07638e-005)}
Corner 226 453 {wid=591 normal=(-0.997613 0.069055 -4.07638e-005)}
Corner 194 454 {wid=590 normal=(-0.0112119 -0.197636 -0.980211)}
Corner 219 454 {wid=592 normal=(0 0 -1)}
Corner 249 454 {wid=588 normal=(-0.0488268 -0.861069 -0.506138)}
Corner 135 455 {wid=595 normal=(-0.147432 0.628776 -0.763482)}
Corner 250 455 {wid=593 normal=(0.0210551 0.34743 -0.93747)}
Corner 213 455 {wid=597 normal=(-0.587246 -0.35557 -0.727126)}
Corner 135 456 {wid=596 normal=(-0.997614 0.0690427 8.41708e-005)}
Corner 244 456 {wid=598 normal=(-0.997712 0.0675977 0.00111722)}
Corner 250 456 {wid=594 normal=(-0.997679 0.0680869 -0.00031462)}
Corner 38 457 {wid=70 normal=(-0.285088 0.771579 -0.568675)}
Corner 234 457 {wid=556 normal=(0.150042 -0.175068 -0.973056)}
Corner 38 458 {wid=70 normal=(-0.285088 0.771579 -0.568675)}
Corner 40 458 {wid=71 normal=(-0.117008 0.992018 0.0470017)}
Corner 199 459 {wid=450 normal=(0.0088878 0.0821886 0.996577)}
Corner 252 459 {wid=600 normal=(0.0440995 0.658045 0.751686)}
Corner 192 459 {wid=451 normal=(-0.666972 0.108266 0.737175)}
Corner 199 460 {wid=602 normal=(-0.997634 0.0687471 -0.000378513)}
Corner 198 460 {wid=603 normal=(-0.997644 0.0686081 -0.000382367)}
Corner 252 460 {wid=601 normal=(-0.997543 0.0700494 -0.000610059)}
Corner 255 461 {wid=606 normal=(-0.354051 0.935226 -0.000537551)}
Corner 254 461 {wid=604 normal=(-0.354051 0.935226 -0.000537551)}
Corner 123 461 {wid=608 normal=(-0.354051 0.935226 -0.000537551)}
Corner 122 462 {wid=607 normal=(0.538726 -0.842481 0.000634346)}
Corner 206 462 {wid=609 normal=(0.538726 -0.842481 0.000634346)}
Corner 253 462 {wid=605 normal=(0.538726 -0.842481 0.000634346)}
Corner 253 463 {wid=612 normal=(-0.0265561 0.999647 -0.000341139)}
Corner 254 463 {wid=610 normal=(-0.0265561 0.999647 -0.000341139)}
Corner 255 463 {wid=613 normal=(-0.0265561 0.999647 -0.000341139)}
Corner 253 464 {wid=466 normal=(-0.00199548 0.100004 -0.994985)}
Corner 123 464 {wid=467 normal=(-0.00199548 0.100004 -0.994985)}
Corner 254 464 {wid=611 normal=(-0.00199548 0.100004 -0.994985)}
Corner 122 465 {wid=615 normal=(-0.00318278 0.103159 0.99466)}
Corner 255 465 {wid=614 normal=(-0.00318278 0.103159 0.99466)}
Corner 123 465 {wid=616 normal=(-0.00318278 0.103159 0.99466)}
Corner 122 466 {wid=615 normal=(-0.00318278 0.103159 0.99466)}
Corner 253 466 {wid=617 normal=(-0.00318278 0.103159 0.99466)}
Corner 255 466 {wid=614 normal=(-0.00318278 0.103159 0.99466)}
Corner 41 467 {wid=620 normal=(-1 0 0)}
Corner 256 467 {wid=618 normal=(-1 0 0)}
Corner 45 467 {wid=622 normal=(-1 0 0)}
Corner 41 468 {wid=621 normal=(0 -1 3.47523e-006)}
Corner 43 468 {wid=623 normal=(0 0.271447 0.962453)}
Corner 256 468 {wid=619 normal=(0 -0.587805 0.809003)}
Corner 208 469 {wid=470 normal=(0.0197012 0.347282 0.937554)}
Corner 257 469 {wid=624 normal=(0.00498402 0.0878553 0.996121)}
Corner 244 469 {wid=473 normal=(-0.0488522 -0.861518 0.505372)}
Corner 208 470 {wid=626 normal=(-0.997588 0.0694172 0.000554126)}
Corner 213 470 {wid=627 normal=(-0.997633 0.0687606 6.87758e-005)}
Corner 257 470 {wid=625 normal=(-0.997621 0.0689344 -0.000175719)}
Corner 157 471 {wid=354 normal=(-0.355922 -0.559206 0.748737)}
Corner 258 471 {wid=628 normal=(-0.241811 -0.970323 -1.95205e-005)}
Corner 157 472 {wid=353 normal=(-0.411211 -0.578795 0.704203)}
Corner 143 472 {wid=326 normal=(-0.694279 -0.71884 -0.0353024)}
Corner 258 472 {wid=629 normal=(-0.49594 -0.868357 -1.51992e-006)}
Corner 148 473 {wid=632 normal=(0.164894 0.986311 0)}
Corner 259 473 {wid=631 normal=(0.164894 0.986311 0)}
Corner 147 473 {wid=633 normal=(0.164894 0.986311 0)}
Corner 148 474 {wid=336 normal=(0.164174 0.985293 0.0473962)}
Corner 35 474 {wid=35 normal=(0.143688 0.982099 -0.121797)}
Corner 259 474 {wid=630 normal=(0.165458 0.985215 -0.0444593)}
Corner 27 475 {wid=636 normal=(0.136544 0.593755 -0.792976)}
Corner 260 475 {wid=635 normal=(0.152865 0.595753 -0.788486)}
Corner 99 475 {wid=637 normal=(0.152865 0.595753 -0.788486)}
Corner 27 476 {wid=80 normal=(0.00222244 -0.310061 -0.950714)}
Corner 121 476 {wid=285 normal=(0.0295938 0.314764 -0.948709)}
Corner 260 476 {wid=634 normal=(0.0664426 -0.289164 -0.954971)}
Corner 185 477 {wid=639 normal=(0.0143406 -0.996851 0.0779932)}
Corner 261 477 {wid=415 normal=(0.0110887 -0.996936 0.0774315)}
Corner 119 477 {wid=417 normal=(0.0139585 -0.99686 0.0779396)}
Corner 185 478 {wid=414 normal=(0.0143406 -0.996851 0.0779932)}
Corner 70 478 {wid=143 normal=(-0.110499 -0.668863 0.735128)}
Corner 261 478 {wid=638 normal=(0.0110887 -0.996936 0.0774315)}
Corner 103 479 {wid=410 normal=(-0.384641 0.837717 -0.387661)}
Corner 262 479 {wid=641 normal=(-0.333548 0.651828 -0.681078)}
Corner 182 479 {wid=243 normal=(-0.389186 0.921159 -0.000558674)}
Corner 103 480 {wid=239 normal=(-0.281292 0.901211 -0.329686)}
Corner 204 480 {wid=462 normal=(-0.072887 0.805779 -0.587714)}
Corner 262 480 {wid=640 normal=(-0.170655 0.815429 -0.55313)}
Corner 242 481 {wid=573 normal=(-0.153967 0.819245 0.552387)}
Corner 263 481 {wid=642 normal=(-0.187047 0.732107 0.655006)}
Corner 174 481 {wid=643 normal=(-0.236503 0.85145 0.468081)}
Corner 242 482 {wid=573 normal=(-0.153967 0.819245 0.552387)}
Corner 263 482 {wid=642 normal=(-0.187047 0.732107 0.655006)}
Corner 49 483 {wid=644 normal=(-0.00684186 0.853552 0.520962)}
Corner 264 483 {wid=260 normal=(-0.00625729 0.853341 -0.521316)}
Corner 205 483 {wid=645 normal=(-0.0133995 0.853614 0.520733)}
Corner 49 484 {wid=644 normal=(-0.00684186 0.853552 0.520962)}
Corner 96 484 {wid=219 normal=(-0.298444 0.898583 0.321684)}
Corner 264 484 {wid=260 normal=(-0.00625729 0.853341 -0.521316)}
Corner 219 485 {wid=648 normal=(-0.997667 0.0682693 3.63864e-005)}
Corner 265 485 {wid=647 normal=(-0.980526 0.180048 0.0784285)}
Corner 249 485 {wid=649 normal=(-0.993899 0.105334 0.0327154)}
Corner 219 486 {wid=502 normal=(-0.594709 -0.263309 0.759598)}
Corner 157 486 {wid=353 normal=(-0.411211 -0.578795 0.704203)}
Corner 265 486 {wid=646 normal=(-0.449139 0.41819 0.789551)}
Corner 54 487 {wid=102 normal=(-0.458951 -0.818031 0.346681)}
Corner 266 487 {wid=650 normal=(-0.0798312 -0.39783 0.91398)}
Corner 54 488 {wid=652 normal=(-0.657628 0.218384 0.720995)}
Corner 100 488 {wid=653 normal=(-0.113835 0.641259 0.758834)}
Corner 266 488 {wid=651 normal=(-0.516469 0.357329 0.778187)}
Corner 84 489 {wid=66 normal=(0.111257 -0.977469 -0.179379)}
Corner 218 489 {wid=500 normal=(0.111142 0.0162154 -0.993673)}
Corner 84 490 {wid=66 normal=(0.111257 -0.977469 -0.179379)}
Corner 34 490 {wid=34 normal=(-0.287232 -0.884655 0.367264)}
Corner 9 491 {wid=9 normal=(0.823989 -0.487933 0.288032)}
Corner 11 492 {wid=11 normal=(0.26003 0.873864 -0.410786)}
Corner 145 493 {wid=167 normal=(-0.225551 0.900124 0.372698)}
Corner 269 493 {wid=656 normal=(-0.0018383 0.874822 0.484441)}
Corner 79 493 {wid=169 normal=(-0.221112 0.901735 -0.371459)}
Corner 145 494 {wid=167 normal=(-0.225551 0.900124 0.372698)}
Corner 107 494 {wid=657 normal=(0.172783 0.599748 0.781312)}
Corner 269 494 {wid=656 normal=(-0.0018383 0.874822 0.484441)}
Corner 25 495 {wid=25 normal=(0.0227813 -0.989483 0.142855)}
Corner 55 496 {wid=103 normal=(0.112664 -0.177998 0.97756)}
Corner 76 497 {wid=68 normal=(0.097815 -0.980487 0.17052)}
Corner 271 497 {wid=659 normal=(0.10493 0.59559 0.796406)}
Corner 76 498 {wid=163 normal=(0.997657 -0.0684201 0)}
Corner 155 498 {wid=162 normal=(0.997657 -0.0684201 0)}
Corner 271 498 {wid=660 normal=(0.997657 -0.0684201 0)}
Corner 212 499 {wid=528 normal=(-0.301302 0.36979 -0.878904)}
Corner 272 499 {wid=661 normal=(0.0440995 0.658045 -0.751686)}
Corner 224 499 {wid=526 normal=(0.0138804 0.146092 -0.989174)}
Corner 212 500 {wid=534 normal=(-0.0563406 -0.993337 -0.100538)}
Corner 225 500 {wid=524 normal=(0 0 1)}
Corner 272 500 {wid=662 normal=(-0.0563406 -0.993337 -0.100538)}
# (_write_mesh: 0.08)
# (FilterPM: 0.08)
================================================
FILE: models/dragon10k.m
================================================
Vertex 1 0.0426847 0.077947 0.0194524
Vertex 2 -0.0700004 0.150208 -0.0137753
Vertex 3 -0.0654998 0.153773 -0.00289576
Vertex 4 -0.0698508 0.150233 -0.0138021
Vertex 5 0.00614719 0.0937321 -0.0178742
Vertex 6 -0.0693374 0.156037 -0.0182349
Vertex 7 0.0257745 0.0597182 0.00744148
Vertex 8 0.0358972 0.0845348 -0.00191574
Vertex 9 0.011916 0.0762008 -0.0136377
Vertex 10 0.0119182 0.0762192 -0.0136841
Vertex 11 0.0119202 0.0762902 -0.0136208
Vertex 12 0.0357587 0.0846243 -0.00186089
Vertex 13 0.0119313 0.0762581 -0.0137207
Vertex 14 0.0119352 0.0763849 -0.0138214
Vertex 15 0.0275682 0.0663484 0.0116963
Vertex 16 0.024858 0.0599069 0.0077613
Vertex 17 0.0358415 0.0846433 -0.00192396
Vertex 18 0.0256428 0.0598314 0.00751453
Vertex 19 0.044582 0.0843205 0.0187839
Vertex 20 0.0446653 0.0843993 0.0187539
Vertex 21 0.0256842 0.0598028 0.00743018
Vertex 22 0.0333729 0.0856797 -0.00146812
Vertex 23 0.0443358 0.0858837 0.0188476
Vertex 24 0.0120592 0.0773313 -0.0185868
Vertex 25 0.0429743 0.079289 0.0187858
Vertex 26 -0.0558279 0.144186 -0.0146652
Vertex 27 0.0234132 0.0609752 0.00754347
Vertex 28 0.0122594 0.0812961 -0.0144974
Vertex 29 -0.0558627 0.144219 -0.0146213
Vertex 30 0.0122541 0.0812747 -0.0144419
Vertex 31 0.012233 0.0810645 -0.0144458
Vertex 32 0.0119964 0.0811458 -0.0144995
Vertex 33 0.0163617 0.0650257 0.0028451
Vertex 34 0.0231935 0.0610195 0.00748457
Vertex 35 0.0122318 0.0810871 -0.0145736
Vertex 36 0.0276219 0.0666358 0.0120598
Vertex 37 0.0161787 0.0652845 0.00295152
Vertex 38 0.0452743 0.0854659 0.019761
Vertex 39 0.0232942 0.0611942 0.0075198
Vertex 40 0.0442687 0.0859376 0.0187689
Vertex 41 0.0442917 0.08597 0.0188019
Vertex 42 0.0353777 0.119322 0.00649632
Vertex 43 0.0446106 0.0842065 0.0187412
Vertex 44 -0.0695441 0.156022 -0.0180847
Vertex 45 -0.0558532 0.14423 -0.0147975
Vertex 46 0.0446136 0.0843179 0.0188076
Vertex 47 0.0648869 0.0945978 -0.00381989
Vertex 48 0.0119258 0.0763824 -0.0135826
Vertex 49 -0.0563638 0.14471 -0.0147855
Vertex 50 0.0163673 0.0649547 0.0027857
Vertex 51 -0.000827267 0.142898 -0.0278687
Vertex 52 0.0443037 0.0858149 0.0188063
Vertex 53 0.0641591 0.107402 -0.0105832
Vertex 54 -0.0725437 0.149405 -0.0161212
Vertex 55 0.0418654 0.0845363 -0.00640331
Vertex 56 -0.0698508 0.155923 -0.0180001
Vertex 57 0.0650439 0.0944827 -0.00157173
Vertex 58 0.00607573 0.0935058 -0.0178919
Vertex 59 -0.0137663 0.064509 0.00319705
Vertex 60 -0.065693 0.153896 -0.00380872
Vertex 61 0.0275605 0.0663264 0.0116952
Vertex 62 0.0657384 0.124256 -0.0187537
Vertex 63 -0.0762237 0.165291 -0.00227343
Vertex 64 0.0441778 0.0854486 0.0184493
Vertex 65 0.0261527 0.0655012 0.0113045
Vertex 66 0.0353291 0.104335 0.0129557
Vertex 67 -0.0474911 0.179104 -0.021771
Vertex 68 0.0281885 0.0570244 0.00774162
Vertex 69 0.0442439 0.0860462 0.0187318
Vertex 70 -0.0672045 0.153397 -0.00381031
Vertex 71 -0.0693083 0.156004 -0.0181685
Vertex 72 0.0257592 0.0598077 0.00765418
Vertex 73 0.024568 0.123761 -0.022254
Vertex 74 0.0433825 0.0800739 0.0181993
Vertex 75 -0.0762098 0.165182 -0.00178802
Vertex 76 -0.0760143 0.165122 -0.00164998
Vertex 77 0.060604 0.0846742 0.00421528
Vertex 78 -0.0669222 0.153394 -0.00425434
Vertex 79 -0.0674579 0.153455 -0.00387949
Vertex 80 -0.0671344 0.153451 -0.0043895
Vertex 81 -0.0168796 0.0683221 -0.0273035
Vertex 82 0.0274244 0.0662655 0.0115902
Vertex 83 0.0644325 0.0937947 0.000318763
Vertex 84 -0.0671209 0.153252 -0.00414989
Vertex 85 -0.0670754 0.153463 -0.00398597
Vertex 86 0.032274 0.11915 -0.0113137
Vertex 87 0.0436436 0.0806563 0.0187651
Vertex 88 0.0644772 0.0931869 -0.00193549
Vertex 89 -0.0736186 0.0836488 -0.0284169
Vertex 90 0.0138405 0.0667685 0.0056043
Vertex 91 -0.0699661 0.150255 -0.0137663
Vertex 92 0.00706707 0.0967828 -0.0193581
Vertex 93 0.0645312 0.0932971 -0.00199045
Vertex 94 0.0308804 0.0897684 0.013911
Vertex 95 0.035307 0.119354 0.00659528
Vertex 96 -0.0691586 0.156082 -0.017871
Vertex 97 0.0275513 0.0663778 0.0117479
Vertex 98 0.0155624 0.0617266 0.0245445
Vertex 99 -0.0558271 0.144117 -0.0147432
Vertex 100 -0.0762141 0.165113 -0.00160396
Vertex 101 -0.0762188 0.165279 -0.00175708
Vertex 102 0.0649297 0.0945813 -0.00173721
Vertex 103 0.0274257 0.0660569 0.0113521
Vertex 104 0.0352878 0.119016 0.00665232
Vertex 105 -0.0558165 0.144215 -0.0149895
Vertex 106 0.0257228 0.0598352 0.00744908
Vertex 107 -0.0656451 0.153888 -0.00377984
Vertex 108 0.0301805 0.086153 0.0194261
Vertex 109 -0.069565 0.155994 -0.0181655
Vertex 110 0.0231254 0.0620619 0.00760928
Vertex 111 0.0366502 0.117322 0.0060149
Vertex 112 -0.0775816 0.165916 0.00495208
Vertex 113 -0.0543544 0.143782 -0.0159755
Vertex 114 0.0390378 0.0856671 -0.00360004
Vertex 115 -0.069657 0.156045 -0.0182895
Vertex 116 0.0233288 0.0609764 0.00764541
Vertex 117 0.00612364 0.093589 -0.0179351
Vertex 118 -0.0659724 0.153415 -0.00246964
Vertex 119 0.0351419 0.118805 0.007042
Vertex 120 0.0428444 0.0795786 0.0188241
Vertex 121 0.0425138 0.077432 0.0199952
Vertex 122 0.016251 0.0647522 0.00273069
Vertex 123 0.0592133 0.0715318 0.0254735
Vertex 124 0.0232358 0.0610505 0.00746139
Vertex 125 0.0431803 0.0796838 0.0187306
Vertex 126 0.0447166 0.0843932 0.0186416
Vertex 127 -0.0734551 0.148171 -0.0100037
Vertex 128 0.0358213 0.0846732 -0.00191888
Vertex 129 0.0665787 0.135392 -0.015953
Vertex 130 0.0441926 0.086203 0.0187114
Vertex 131 0.0647647 0.0943016 -0.00186179
Vertex 132 0.0352824 0.119194 0.00657663
Vertex 133 0.026228 0.0577939 0.00859598
Vertex 134 -0.05526 0.144229 -0.0136431
Vertex 135 0.0442774 0.0861774 0.0187719
Vertex 136 0.00618193 0.0933352 -0.0179135
Vertex 137 0.0424791 0.0781838 0.0169471
Vertex 138 0.0159994 0.0671233 0.00491769
Vertex 139 0.0360857 0.0883263 -0.0342347
Vertex 140 -0.0699273 0.150187 -0.0136737
Vertex 141 0.0438858 0.0794042 0.0193704
Vertex 142 -0.0656428 0.153778 -0.0018483
Vertex 143 0.042895 0.0783697 0.0194328
Vertex 144 -0.0612967 0.15808 -0.0187486
Vertex 145 0.0667401 0.0937645 -0.00166896
Vertex 146 0.0271034 0.0664075 0.0117039
Vertex 147 0.0646998 0.0939083 -0.00198213
Vertex 148 0.00432258 0.0959347 -0.0250863
Vertex 149 -0.07569 0.165311 -0.00123138
Vertex 150 0.0358229 0.084781 -0.00195952
Vertex 151 0.0163067 0.0650397 0.00286133
Vertex 152 0.0738995 0.0632899 0.00168544
Vertex 153 0.0186995 0.081965 -0.00277383
Vertex 154 0.0428774 0.0780705 0.0194331
Vertex 155 -0.0699969 0.150312 -0.0137652
Vertex 156 0.00365965 0.0877921 -0.0147431
Vertex 157 0.0251513 0.128013 -0.0287623
Vertex 158 -0.0714877 0.163778 0.00158044
Vertex 159 -0.0316673 0.101551 -0.014578
Vertex 160 -0.0460997 0.064005 0.032633
Vertex 161 0.0126208 0.0664484 -0.016547
Vertex 162 -0.0250939 0.158614 -0.00235348
Vertex 163 -0.0541114 0.179761 -0.00484433
Vertex 164 -0.0854826 0.0712933 -0.00514869
Vertex 165 -0.0209653 0.143411 -0.0232197
Vertex 166 0.0407566 0.131934 -0.00212322
Vertex 167 0.0354616 0.160461 -0.0184162
Vertex 168 -0.0517744 0.141038 -0.0254949
Vertex 169 -0.060559 0.117009 0.0074095
Vertex 170 -0.085949 0.145479 -0.00926912
Vertex 171 -0.0844201 0.139229 -0.008352
Vertex 172 -0.090029 0.152633 0.00287492
Vertex 173 -0.0537554 0.142945 -0.0130005
Vertex 174 0.0542412 0.0578413 -0.0278221
Vertex 175 0.0391673 0.113764 -0.0332752
Vertex 176 -0.0684246 0.156069 -0.0203261
Vertex 177 -0.0674291 0.121307 0.00268664
Vertex 178 -0.0510027 0.0777875 0.0290041
Vertex 179 -0.0106271 0.114754 0.000509582
Vertex 180 -0.0656493 0.153527 -0.00942126
Vertex 181 -0.0810801 0.151684 0.00577042
Vertex 182 -0.031224 0.145371 -0.00410203
Vertex 183 0.0363595 0.122739 0.00764196
Vertex 184 0.0354051 0.119292 0.00652427
Vertex 185 0.00286719 0.135805 -0.0340428
Vertex 186 -0.0504665 0.129033 -0.0262195
Vertex 187 -0.0525179 0.1414 -0.0199574
Vertex 188 0.0269054 0.0554413 0.0199014
Vertex 189 -0.0541356 0.0891094 -0.0235714
Vertex 190 0.0724728 0.0837831 0.0224825
Vertex 191 0.0471181 0.0912511 -0.0260415
Vertex 192 0.0395398 0.0735836 -0.0337942
Vertex 193 0.0135134 0.0881107 -0.014726
Vertex 194 -0.053311 0.146324 -0.000216524
Vertex 195 0.0446205 0.0844028 0.019139
Vertex 196 0.0461141 0.0993648 0.0151613
Vertex 197 -0.0203195 0.0679979 0.0186753
Vertex 198 -0.0335907 0.0540693 0.00737789
Vertex 199 -0.0957032 0.144033 0.0194957
Vertex 200 0.00653211 0.111087 -0.0044367
Vertex 201 -0.0617782 0.0928359 -0.0294815
Vertex 202 -0.0904009 0.170254 -9.74115e-005
Vertex 203 -0.0331782 0.168738 -0.0279104
Vertex 204 -0.0209574 0.100152 -0.0301031
Vertex 205 -0.0381667 0.0658001 -0.0370248
Vertex 206 -0.040156 0.0548551 -0.0233407
Vertex 207 0.0575534 0.142142 -0.0133324
Vertex 208 -0.076877 0.0940761 0.0124196
Vertex 209 -0.0454116 0.100859 -0.00506541
Vertex 210 -0.0667794 0.0711744 -0.0294341
Vertex 211 -0.056767 0.0665713 0.0375243
Vertex 212 0.00104699 0.142017 -0.00560329
Vertex 213 -0.0280837 0.154133 -0.0283305
Vertex 214 0.0274791 0.0891343 -0.0028323
Vertex 215 -0.0590158 0.0582044 0.0142288
Vertex 216 -0.0581795 0.0536342 0.0312405
Vertex 217 -0.041135 0.0664716 0.0243802
Vertex 218 0.0657866 0.0647942 -0.0127649
Vertex 219 0.0837868 0.100557 0.00105145
Vertex 220 -0.0556609 0.156704 -0.00614795
Vertex 221 -0.0674801 0.0667394 0.022461
Vertex 222 -0.049621 0.160131 0.00112202
Vertex 223 -0.0656805 0.153844 -0.00401925
Vertex 224 -0.0630317 0.154696 -0.00476519
Vertex 225 -0.0691191 0.155952 -0.0183035
Vertex 226 -0.0599067 0.154317 -0.014149
Vertex 227 0.012074 0.0813837 -0.014722
Vertex 228 0.0135133 0.0845081 -0.0206816
Vertex 229 0.0770677 0.12629 -0.0108806
Vertex 230 0.0710003 0.121372 -0.01945
Vertex 231 0.0503836 0.101945 -0.0303406
Vertex 232 0.0295502 0.0569176 0.011042
Vertex 233 -0.0407445 0.092604 0.00567749
Vertex 234 0.0890661 0.140095 -0.0137895
Vertex 235 0.0759752 0.140807 -0.00703264
Vertex 236 -0.0315531 0.0568465 -0.0414373
Vertex 237 0.037247 0.152808 -0.00869546
Vertex 238 -0.0513172 0.179148 -0.00393011
Vertex 239 0.0348296 0.151444 -0.0323457
Vertex 240 -0.0134688 0.0595073 -0.0122278
Vertex 241 -0.0457031 0.167299 -0.0357646
Vertex 242 0.0141802 0.0584625 0.013805
Vertex 243 0.0619323 0.127512 -0.0123941
Vertex 244 0.0558809 0.102994 -0.0101548
Vertex 245 0.0743815 0.0860064 -0.00192923
Vertex 246 -0.0742081 0.163506 0.0132183
Vertex 247 -0.0934155 0.165391 -0.010935
Vertex 248 -0.075993 0.165279 -0.00170154
Vertex 249 -0.0861543 0.160375 -0.0116006
Vertex 250 0.044332 0.10442 0.0216885
Vertex 251 0.00837875 0.0639459 0.0200476
Vertex 252 0.0393397 0.0653485 -0.0302448
Vertex 253 -0.0755068 0.171904 0.00530604
Vertex 254 -0.0798271 0.174039 -0.00547133
Vertex 255 0.0830404 0.133867 -0.00914657
Vertex 256 0.0846454 0.136448 -0.0168036
Vertex 257 0.059923 0.0533615 0.0161009
Vertex 258 0.0315874 0.0604 -0.0447527
Vertex 259 0.0388386 0.0794569 0.00223416
Vertex 260 0.0281421 0.0678091 0.0157297
Vertex 261 0.0426797 0.0770626 0.019243
Vertex 262 0.0273489 0.0664195 0.0117569
Vertex 263 0.0276332 0.0665992 0.012444
Vertex 264 -0.0740586 0.0599352 -0.0324035
Vertex 265 -0.0846868 0.074431 -0.0105033
Vertex 266 -0.0872988 0.0639255 -0.0267808
Vertex 267 -0.0833037 0.0584338 -0.0291281
Vertex 268 -0.0385211 0.155026 -0.0376767
Vertex 269 -0.0375993 0.172738 -0.0301568
Vertex 270 -0.0404273 0.174324 -0.0360001
Vertex 271 -0.0805435 0.0667637 -0.032929
Vertex 272 0.0664833 0.101934 0.00245125
Vertex 273 0.0248198 0.0640953 0.0148312
Vertex 274 -0.0202969 0.165857 -0.0122209
Vertex 275 0.0376208 0.158944 -0.0226395
Vertex 276 -0.10305 0.14452 0.00411943
Vertex 277 0.0122626 0.0810003 -0.0143889
Vertex 278 0.0263526 0.0567654 -0.025105
Vertex 279 -0.0596446 0.165213 -0.0270228
Vertex 280 -0.0299376 0.0902627 -0.0279516
Vertex 281 0.0340042 0.0636161 -0.0466243
Vertex 282 -0.0101455 0.162333 -0.00803689
Vertex 283 -0.0373095 0.177463 -0.0118522
Vertex 284 -0.00864877 0.162534 -0.0110086
Vertex 285 -0.0172416 0.169113 -0.0102791
Vertex 286 -0.0666829 0.147738 0.0109586
Vertex 287 -0.0422704 0.18077 -0.012996
Vertex 288 -0.00400028 0.194336 -0.0321217
Vertex 289 0.0382424 0.118934 0.00597669
Vertex 290 0.0389249 0.106521 0.0207239
Vertex 291 -0.0752339 0.060556 -0.0146785
Vertex 292 -0.0439017 0.0631209 0.0276648
Vertex 293 -0.0243217 0.0601392 0.0260459
Vertex 294 -0.0252974 0.160963 -0.0142874
Vertex 295 0.0557456 0.0542624 -0.0141865
Vertex 296 0.0118677 0.0760977 -0.0135792
Vertex 297 0.0166552 0.0651287 0.00245916
Vertex 298 0.0745449 0.0633458 0.0132431
Vertex 299 0.0378162 0.130186 -0.00286446
Vertex 300 -0.0852423 0.0930437 -0.0122213
Vertex 301 -0.0596261 0.106726 -0.0227118
Vertex 302 0.0210446 0.0746996 -0.0322263
Vertex 303 0.022072 0.0705271 -0.037659
Vertex 304 -0.0387195 0.0534768 -0.039709
Vertex 305 -0.069744 0.0639859 0.0138623
Vertex 306 0.0605158 0.103002 -0.0111698
Vertex 307 -0.0993597 0.143834 -0.00462765
Vertex 308 -0.0836664 0.172569 0.0153099
Vertex 309 -0.0548721 0.0533099 -0.015588
Vertex 310 -0.0838122 0.064742 -0.0228345
Vertex 311 -0.0556851 0.0938289 0.0181486
Vertex 312 -0.0409327 0.0691452 0.0267722
Vertex 313 -0.0297228 0.0606009 0.025401
Vertex 314 -0.0714704 0.108091 0.00904456
Vertex 315 0.0705247 0.0543643 -0.0131906
Vertex 316 -0.0659392 0.0729706 -0.0308715
Vertex 317 0.0327833 0.131601 -0.032373
Vertex 318 -0.0133093 0.186436 -0.0245365
Vertex 319 -0.0228657 0.174913 -0.00759132
Vertex 320 -0.0441109 0.149758 -0.034069
Vertex 321 -0.0592995 0.0532511 0.0233678
Vertex 322 0.0339822 0.0612524 0.0191338
Vertex 323 0.0424644 0.0786684 0.0189416
Vertex 324 -0.0691071 0.175608 -0.00109333
Vertex 325 -0.0363939 0.178967 -0.0143269
Vertex 326 -0.0152228 0.18812 -0.023656
Vertex 327 0.0682225 0.127432 -0.0101541
Vertex 328 0.0717286 0.138084 -0.0182494
Vertex 329 -0.0279408 0.0540809 0.0126608
Vertex 330 -0.0536375 0.0540949 0.00308759
Vertex 331 -0.0394284 0.176838 -0.0240613
Vertex 332 -0.0711024 0.175669 -0.0177444
Vertex 333 0.00542123 0.0633122 0.013989
Vertex 334 -0.0227486 0.147459 -0.00896856
Vertex 335 0.0731541 0.067351 -0.00379995
Vertex 336 -0.0213963 0.145345 -0.0212401
Vertex 337 0.0426291 0.0814746 0.0141608
Vertex 338 0.0491425 0.0761085 -0.00851201
Vertex 339 0.0434007 0.0573715 0.0188046
Vertex 340 0.0257585 0.0688442 -0.0407545
Vertex 341 -0.0991592 0.1513 0.0114744
Vertex 342 -0.0570943 0.154654 -0.0261783
Vertex 343 -0.0733175 0.160031 -0.0215467
Vertex 344 -0.0930575 0.149283 0.0195077
Vertex 345 -0.0445996 0.144276 0.00135901
Vertex 346 -0.0535274 0.123844 0.00456962
Vertex 347 -0.0032678 0.114651 0.00114421
Vertex 348 -0.0084236 0.0637651 0.0195417
Vertex 349 -0.0235457 0.0718996 0.0180295
Vertex 350 -0.0203188 0.0733388 0.0128289
Vertex 351 0.0443971 0.128937 -0.0344205
Vertex 352 -0.0898557 0.173444 0.0142107
Vertex 353 0.0312575 0.0760294 -0.035529
Vertex 354 0.0297118 0.0534478 -0.000618642
Vertex 355 0.0167376 0.141243 -0.00286859
Vertex 356 -0.048529 0.176833 -0.0266473
Vertex 357 -0.0446157 0.0994534 -0.0131624
Vertex 358 0.0250728 0.0840962 -0.000295331
Vertex 359 0.0298509 0.122397 -0.0170154
Vertex 360 0.065264 0.0882456 0.0192949
Vertex 361 -0.00655336 0.081475 -0.028127
Vertex 362 -0.0016559 0.101587 -0.0330642
Vertex 363 0.0599141 0.0716399 -0.0024289
Vertex 364 -0.016862 0.127493 -0.0155088
Vertex 365 0.0207341 0.0832157 0.00754704
Vertex 366 -0.029065 0.182185 -0.026458
Vertex 367 -0.0321063 0.185427 -0.0232469
Vertex 368 -0.0734976 0.172807 -0.0179401
Vertex 369 -0.0582434 0.0749181 0.0331745
Vertex 370 0.0723333 0.123863 -0.00764497
Vertex 371 -0.0740032 0.142815 0.0112077
Vertex 372 -0.0822068 0.10438 -0.0113218
Vertex 373 0.04487 0.0757561 0.0121759
Vertex 374 0.0551597 0.0779709 0.0202887
Vertex 375 -0.0231291 0.154649 -0.00492962
Vertex 376 -0.0912927 0.154588 0.00924887
Vertex 377 0.0717333 0.0599017 0.00809072
Vertex 378 -0.0666235 0.0538362 0.000945334
Vertex 379 0.037796 0.053802 0.00642108
Vertex 380 -0.0916913 0.179873 0.00270431
Vertex 381 0.0611538 0.137338 -0.0147066
Vertex 382 0.046285 0.158382 -0.0195578
Vertex 383 0.00902266 0.0577461 0.0266403
Vertex 384 -0.0372456 0.150256 -0.0368356
Vertex 385 -0.0696193 0.150253 -0.013736
Vertex 386 -0.0815315 0.147938 -0.0052747
Vertex 387 0.0456323 0.0824915 -0.0203064
Vertex 388 -0.0767744 0.0624509 -0.0391487
Vertex 389 -0.062999 0.166419 0.0113616
Vertex 390 -0.023244 0.162472 -0.0393335
Vertex 391 -0.0133583 0.0653972 -0.022309
Vertex 392 -0.0117776 0.122264 -0.0298408
Vertex 393 -0.0349728 0.0975977 -0.010937
Vertex 394 -0.0114066 0.172531 -0.0115642
Vertex 395 -0.0260451 0.0718281 -0.0372359
Vertex 396 -0.0289882 0.0821011 -0.0306774
Vertex 397 -0.0206938 0.156761 -0.0253269
Vertex 398 0.0441422 0.0637565 -0.0381432
Vertex 399 0.0455032 0.0734773 -0.0310279
Vertex 400 0.038297 0.0610942 -0.0257061
Vertex 401 0.0373382 0.156376 -0.0243828
Vertex 402 -0.0100006 0.0737119 0.00784352
Vertex 403 -0.0467161 0.0582221 0.0244841
Vertex 404 -0.0482411 0.170237 0.00327626
Vertex 405 -0.0546933 0.164117 0.00783717
Vertex 406 0.0601614 0.137712 -0.0232646
Vertex 407 0.0742378 0.0609617 -0.006017
Vertex 408 -0.0479575 0.0741902 0.0321569
Vertex 409 -0.0649813 0.0966666 -0.0240604
Vertex 410 0.0535258 0.131757 -0.00370556
Vertex 411 -0.0547319 0.0968769 0.0135877
Vertex 412 -0.0330798 0.0527821 -0.0383767
Vertex 413 0.0455837 0.0526762 -0.0121239
Vertex 414 -0.0707437 0.0981385 -0.0226468
Vertex 415 0.0667577 0.110197 -0.0131038
Vertex 416 -0.00880518 0.138645 -0.0147759
Vertex 417 0.0418381 0.0818487 0.0147238
Vertex 418 0.0455983 0.0839781 0.0274568
Vertex 419 -0.0408616 0.185083 -0.0377131
Vertex 420 -0.0403762 0.18281 -0.0368834
Vertex 421 -0.0338167 0.170467 -0.0396353
Vertex 422 -0.0271616 0.170677 -0.0391493
Vertex 423 -0.0415054 0.183884 -0.0379282
Vertex 424 -0.0245924 0.17577 -0.0423621
Vertex 425 0.036788 0.089215 0.0296098
Vertex 426 -0.0591626 0.0617554 -0.024257
Vertex 427 -0.0790993 0.112147 -0.00173332
Vertex 428 -0.0753375 0.174033 -0.00541801
Vertex 429 -0.0285095 0.185225 -0.00616668
Vertex 430 -0.0333065 0.184101 -0.00536504
Vertex 431 -0.0941118 0.139369 -0.00542212
Vertex 432 0.0478912 0.110124 -0.00235938
Vertex 433 0.0682673 0.136701 -0.0182048
Vertex 434 -0.0465607 0.0644967 0.0187636
Vertex 435 0.0381715 0.0532832 -0.0187255
Vertex 436 -0.0129567 0.0541683 0.0124924
Vertex 437 0.00705792 0.0608227 0.0165692
Vertex 438 0.0765704 0.108772 0.00507078
Vertex 439 -0.0588928 0.158735 -0.0183057
Vertex 440 -0.0324822 0.174891 -0.0187609
Vertex 441 -0.0190026 0.15334 -0.0242952
Vertex 442 -0.0499355 0.0853317 -0.0275339
Vertex 443 -0.0837817 0.0652943 -0.0332287
Vertex 444 -0.0255336 0.0758681 0.0108297
Vertex 445 -0.0277608 0.155621 -0.0341907
Vertex 446 -0.02453 0.162508 -0.0442125
Vertex 447 -0.0407004 0.0545511 -0.0260174
Vertex 448 -0.0262604 0.0530664 -0.0186867
Vertex 449 -0.045316 0.115429 0.00220462
Vertex 450 0.0286178 0.0711855 0.0206486
Vertex 451 0.0513892 0.0951264 -0.0158931
Vertex 452 0.0931436 0.147977 -0.00393442
Vertex 453 -0.0556946 0.138526 -0.013135
Vertex 454 0.0354193 0.0602571 0.0151848
Vertex 455 -0.0789344 0.0597105 -0.0180842
Vertex 456 -0.0273805 0.182689 -0.0184056
Vertex 457 -0.0426133 0.189224 -0.018706
Vertex 458 -0.0368591 0.129782 -0.00169362
Vertex 459 -0.0259708 0.141915 -0.00965985
Vertex 460 0.0583094 0.0543058 0.0189491
Vertex 461 0.0651625 0.0551132 -0.0198017
Vertex 462 -0.0686949 0.0708548 -0.022696
Vertex 463 -0.03582 0.0596476 0.0133648
Vertex 464 0.0693017 0.055003 -0.00140226
Vertex 465 0.00880625 0.064392 0.0171355
Vertex 466 0.0489931 0.0803734 -0.0257157
Vertex 467 -0.0585456 0.053256 0.0012433
Vertex 468 -0.0784762 0.170204 -0.00798009
Vertex 469 -0.055057 0.0612843 0.0379458
Vertex 470 -0.0658858 0.0680462 -0.0335478
Vertex 471 -0.0592276 0.0782679 0.0200944
Vertex 472 0.0114175 0.11004 -0.0132935
Vertex 473 -0.0336246 0.169767 -0.030949
Vertex 474 0.0215183 0.0547559 -0.00428793
Vertex 475 0.0154467 0.0650568 0.00305555
Vertex 476 -0.0979758 0.152402 0.00237853
Vertex 477 -0.100421 0.153526 0.00670426
Vertex 478 -0.106903 0.159497 0.0117983
Vertex 479 -0.0318645 0.17655 -0.00530225
Vertex 480 -0.0343947 0.133916 -0.0287483
Vertex 481 0.0480161 0.151953 -0.0233881
Vertex 482 -0.0233101 0.0712861 -0.0360611
Vertex 483 -0.0774411 0.158012 -0.0132865
Vertex 484 -0.0854135 0.181597 0.00450531
Vertex 485 -0.0548159 0.0817221 0.0204268
Vertex 486 -0.0373259 0.189135 -0.0171359
Vertex 487 -0.0409671 0.18835 -0.0159216
Vertex 488 -0.0331932 0.1954 -0.0206767
Vertex 489 -0.0383293 0.156652 0.000926
Vertex 490 0.0396492 0.0601263 -0.0457931
Vertex 491 0.0293471 0.0623955 -0.0436565
Vertex 492 0.057032 0.0799544 0.00160833
Vertex 493 0.0651799 0.101172 -0.00261913
Vertex 494 -0.0299346 0.182665 -0.00705964
Vertex 495 0.0518441 0.0919158 -0.00967271
Vertex 496 -0.0620003 0.0945831 0.014511
Vertex 497 0.0119198 0.0760411 -0.0140314
Vertex 498 0.0297814 0.0668927 -0.0476155
Vertex 499 -0.0706976 0.164254 -0.0180739
Vertex 500 -0.0338269 0.0540637 0.00136474
Vertex 501 -0.0304301 0.149651 -0.0324513
Vertex 502 0.013607 0.151212 -0.00797033
Vertex 503 -0.0279459 0.172994 -0.00227335
Vertex 504 0.0701158 0.0801933 0.001169
Vertex 505 0.0392308 0.106184 0.00815261
Vertex 506 -0.0753124 0.0738329 0.0139985
Vertex 507 -0.0610912 0.140659 -0.0242279
Vertex 508 0.0359244 0.070956 -0.0375092
Vertex 509 0.0573089 0.0816601 0.00327712
Vertex 510 0.0361532 0.0654144 0.0162707
Vertex 511 0.0800749 0.100552 -0.00706618
Vertex 512 -0.0497771 0.143823 0.0066076
Vertex 513 -0.0198068 0.0858355 -0.0328444
Vertex 514 -0.068629 0.0867056 -0.0329054
Vertex 515 0.0689246 0.0737542 0.000624691
Vertex 516 0.0360289 0.0573802 0.0239683
Vertex 517 -0.0678067 0.070782 -0.0265424
Vertex 518 -0.099127 0.177089 -0.000414642
Vertex 519 0.0814139 0.076052 0.0126517
Vertex 520 -0.0291133 0.169342 -0.00244854
Vertex 521 -0.086267 0.172845 0.017285
Vertex 522 0.0415706 0.101674 0.0276681
Vertex 523 0.0301041 0.0772653 -0.033866
Vertex 524 0.0418089 0.0893741 -0.0314903
Vertex 525 0.0123539 0.0634473 0.0247722
Vertex 526 -0.0749534 0.0682815 -0.0266341
Vertex 527 -0.0430201 0.0889566 -0.0190523
Vertex 528 -0.0107137 0.0570999 0.0213827
Vertex 529 -0.069935 0.0601499 -0.0208815
Vertex 530 -0.0168936 0.0873223 0.0104807
Vertex 531 0.0103561 0.147939 -0.031505
Vertex 532 -0.0157549 0.12759 -0.0139658
Vertex 533 -0.0255491 0.172953 -0.0435434
Vertex 534 -0.0231003 0.173208 -0.0415522
Vertex 535 0.0162936 0.124647 -0.0082582
Vertex 536 -0.0797679 0.0884523 -0.0200183
Vertex 537 0.0817668 0.137816 -0.017418
Vertex 538 -0.0273767 0.0748641 -0.0323913
Vertex 539 -0.0347082 0.0715863 -0.0311091
Vertex 540 -0.0654377 0.061613 0.034026
Vertex 541 0.0386888 0.0849 0.0122681
Vertex 542 0.0371162 0.0748151 0.015195
Vertex 543 0.0368498 0.0744195 0.0152347
Vertex 544 0.036877 0.0744621 0.0152302
Vertex 545 0.0376985 0.075672 0.0151315
Vertex 546 0.0358078 0.0728551 0.0154077
Vertex 547 0.0358223 0.072869 0.0154061
Vertex 548 0.0350757 0.0717636 0.0154568
Vertex 549 0.0358501 0.0729113 0.0154023
Vertex 550 0.0349369 0.0715708 0.0154568
Vertex 551 0.0350157 0.0716849 0.0154558
Vertex 552 0.0369253 0.074533 0.0152235
Vertex 553 0.0371106 0.0748077 0.0151955
Vertex 554 0.0375752 0.0754862 0.0151359
Vertex 555 -0.0593929 0.0618129 -0.0254553
Vertex 556 -0.0466298 0.181235 -0.0186496
Vertex 557 -0.0547862 0.141723 -0.0247239
Vertex 558 -0.0897088 0.178846 -0.00151706
Vertex 559 -0.0851615 0.168612 0.0139582
Vertex 560 0.0219263 0.0647211 -0.0455358
Vertex 561 -0.0653442 0.176336 0.00366852
Vertex 562 0.0766306 0.120418 -0.0148888
Vertex 563 0.0790234 0.125928 -0.0113151
Vertex 564 0.0378126 0.0687437 0.0220513
Vertex 565 -0.0191913 0.156054 -0.011281
Vertex 566 -0.0169987 0.150024 -0.00674678
Vertex 567 -0.0168466 0.158739 -0.0102071
Vertex 568 -0.0718125 0.142124 0.00328344
Vertex 569 0.0229633 0.053596 -0.0151878
Vertex 570 -0.0184144 0.0922751 -0.0321801
Vertex 571 -0.0277625 0.170905 -0.0115747
Vertex 572 0.0933334 0.149785 -0.00579849
Vertex 573 0.0345831 0.101615 0.0144143
Vertex 574 0.0605841 0.0844929 0.014759
Vertex 575 0.0381886 0.091331 0.0126829
Vertex 576 -0.086446 0.141686 0.0223238
Vertex 577 -0.0300538 0.0978315 -0.00985926
Vertex 578 -0.0437258 0.139789 -0.00112097
Vertex 579 0.0103631 0.0594778 0.00681743
Vertex 580 0.0085768 0.0596573 0.0111143
Vertex 581 -0.0573159 0.172685 -0.02767
Vertex 582 -0.036376 0.119491 -0.0211738
Vertex 583 0.0209948 0.0698098 0.0115048
Vertex 584 -0.0821931 0.142351 0.012805
Vertex 585 -0.0412599 0.108929 -0.00946075
Vertex 586 -0.0194032 0.0668007 -0.0300794
Vertex 587 -0.0260239 0.157577 -0.0368563
Vertex 588 -0.0333355 0.160395 -0.0393623
Vertex 589 -0.0508988 0.156339 -0.0293954
Vertex 590 -0.0553594 0.160807 -0.0285257
Vertex 591 -0.0767479 0.140903 -0.010621
Vertex 592 -0.0234452 0.0650224 0.0233662
Vertex 593 -0.0460149 0.176101 0.000222458
Vertex 594 -0.0412684 0.17877 -0.00720431
Vertex 595 -0.050181 0.177165 -0.0366838
Vertex 596 -0.0486318 0.17338 -0.0320514
Vertex 597 -0.0534248 0.171011 -0.030932
Vertex 598 0.0472339 0.151803 -0.0152104
Vertex 599 0.0611052 0.0529613 0.00480991
Vertex 600 -0.0726722 0.175059 -0.0104131
Vertex 601 -0.0786862 0.150482 0.00759833
Vertex 602 -0.028822 0.169114 -0.0397011
Vertex 603 -0.10154 0.140561 -0.0030325
Vertex 604 0.0330693 0.0813276 -0.0347476
Vertex 605 -0.0530582 0.144998 0.00479668
Vertex 606 -0.00230602 0.0894447 0.000684574
Vertex 607 -0.0343651 0.0945394 -0.00794141
Vertex 608 0.0445698 0.0787455 -0.00198727
Vertex 609 0.045031 0.0853623 -0.0209406
Vertex 610 0.0280307 0.158042 -0.0242387
Vertex 611 -0.0609393 0.0747545 0.0227426
Vertex 612 -0.00237691 0.152449 -0.0215511
Vertex 613 -0.0173858 0.122452 -0.0207473
Vertex 614 0.0256102 0.108156 -0.0158649
Vertex 615 0.038372 0.101258 0.0254709
Vertex 616 0.026241 0.0666385 -0.0408469
Vertex 617 0.0299755 0.157575 -0.0177127
Vertex 618 -0.0240451 0.119662 -0.0167713
Vertex 619 0.0836591 0.143788 -0.0139654
Vertex 620 -0.0422778 0.168212 -0.0360557
Vertex 621 -0.0862941 0.13928 -0.00957505
Vertex 622 -0.095286 0.138651 -0.00760158
Vertex 623 0.00870343 0.0576372 0.020905
Vertex 624 0.00227065 0.0568514 0.0238114
Vertex 625 -0.0232994 0.158466 -0.0124678
Vertex 626 -0.0101253 0.162431 -0.0118151
Vertex 627 0.0679517 0.0732877 -0.00514552
Vertex 628 0.0391436 0.061849 -0.0481118
Vertex 629 0.0161748 0.0629434 0.00268725
Vertex 630 0.0178629 0.0734391 -0.0364221
Vertex 631 0.0576261 0.103779 -0.0169708
Vertex 632 -0.078623 0.0582887 -0.0204846
Vertex 633 -0.0134969 0.150634 -0.0108602
Vertex 634 0.0420841 0.0830758 0.0157806
Vertex 635 0.0202251 0.0884959 -0.0315956
Vertex 636 -0.0510699 0.0536252 0.0302529
Vertex 637 -0.0413925 0.0622908 0.0316834
Vertex 638 -0.0303303 0.0943098 0.0018487
Vertex 639 0.0464214 0.0558142 0.00510452
Vertex 640 -0.0344098 0.182755 0.000677021
Vertex 641 0.0334726 0.0898343 0.0208877
Vertex 642 -0.0320003 0.176508 -0.0224191
Vertex 643 -0.101508 0.147501 0.0111683
Vertex 644 0.0338387 0.0799879 0.00473183
Vertex 645 -0.040313 0.115021 -0.0212042
Vertex 646 -0.0106513 0.172971 -0.00937147
Vertex 647 -0.0226644 0.17448 -0.00510079
Vertex 648 -0.0312165 0.175176 -0.00633879
Vertex 649 0.082833 0.137149 -0.00739547
Vertex 650 0.0818554 0.144018 -0.00619557
Vertex 651 0.0946362 0.147559 -0.00693016
Vertex 652 0.0900851 0.139311 -0.00776735
Vertex 653 0.0956251 0.137923 -0.00999808
Vertex 654 0.0612403 0.0638045 -0.0200496
Vertex 655 0.0408955 0.0727125 0.0158602
Vertex 656 -0.0341672 0.121167 -0.0110172
Vertex 657 0.0292483 0.0616576 0.0225427
Vertex 658 0.0356942 0.0546605 0.0255956
Vertex 659 0.034888 0.0563807 0.027899
Vertex 660 0.0301057 0.0528555 -0.0195649
Vertex 661 -0.062997 0.1688 -0.025933
Vertex 662 -0.0163972 0.0718763 0.0204198
Vertex 663 -0.0954618 0.174243 0.000659415
Vertex 664 -0.0950628 0.169409 -0.00299871
Vertex 665 0.0792361 0.151019 -0.00773816
Vertex 666 0.00858772 0.064197 0.00659463
Vertex 667 -0.063648 0.0620726 -0.0324226
Vertex 668 0.0308552 0.135554 -0.00333957
Vertex 669 -0.0428149 0.077831 -0.0283519
Vertex 670 -0.0843542 0.0610482 -0.0314768
Vertex 671 -0.103783 0.147585 0.00611819
Vertex 672 -0.0517843 0.15814 -0.00285804
Vertex 673 -0.0498737 0.157765 0.000540246
Vertex 674 -0.025081 0.149595 -0.0395686
Vertex 675 -0.0245645 0.150984 -0.0417122
Vertex 676 -0.0439602 0.0531949 -0.0349289
Vertex 677 -0.0932127 0.178513 0.0090749
Vertex 678 -0.0723271 0.172496 -0.0103748
Vertex 679 -0.0972342 0.153741 0.0122457
Vertex 680 -0.104874 0.157773 0.0076517
Vertex 681 -0.0260572 0.084476 -0.0350015
Vertex 682 0.0761451 0.145884 -0.00931734
Vertex 683 0.0758685 0.146048 -0.0136918
Vertex 684 0.0702268 0.137984 -0.0108098
Vertex 685 0.0361577 0.0648972 -0.0335706
Vertex 686 -0.0278855 0.0705658 -0.0392596
Vertex 687 0.0269447 0.0561367 0.0135392
Vertex 688 -0.0572718 0.153132 0.00657123
Vertex 689 0.0428058 0.072445 -0.0368446
Vertex 690 -0.0412417 0.111607 -0.00812821
Vertex 691 -0.041155 0.0994448 -0.00938874
Vertex 692 0.0728365 0.0737095 0.0246206
Vertex 693 -0.0489909 0.151855 -0.0300112
Vertex 694 0.00239293 0.0553739 0.02273
Vertex 695 0.019349 0.0628544 -0.000716811
Vertex 696 0.0262638 0.138562 -0.0349543
Vertex 697 0.0498179 0.0870557 -0.00928126
Vertex 698 0.0595666 0.0681054 -0.00674599
Vertex 699 0.0622451 0.0699843 -0.00691117
Vertex 700 -0.0377259 0.0853247 0.0185176
Vertex 701 -0.0545943 0.156642 -0.0282254
Vertex 702 -0.0652758 0.0728871 0.0213663
Vertex 703 -0.0481598 0.0950566 0.00910819
Vertex 704 -0.0349199 0.0558945 -0.0102936
Vertex 705 -0.00157915 0.0781976 -0.0186008
Vertex 706 -0.0435259 0.0727581 -0.0348905
Vertex 707 -0.0506798 0.0749506 0.0334703
Vertex 708 -0.0636565 0.0703328 0.0404955
Vertex 709 -0.0464766 0.16293 0.0037795
Vertex 710 -0.0257172 0.0530834 0.0133353
Vertex 711 -0.0401235 0.175809 -0.000708397
Vertex 712 -0.0929077 0.175181 -0.00406844
Vertex 713 0.0804474 0.150169 -0.00662232
Vertex 714 -0.0474351 0.0546686 0.0300445
Vertex 715 -0.0843337 0.0594786 -0.0232527
Vertex 716 -0.087263 0.059664 -0.0193017
Vertex 717 -0.0362237 0.138803 -0.0298883
Vertex 718 0.0580347 0.140451 -0.0239714
Vertex 719 -0.0188499 0.0842186 0.0119023
Vertex 720 -0.0793976 0.0676627 -0.0193468
Vertex 721 -0.0464342 0.180794 -0.0126823
Vertex 722 -0.0711274 0.0680743 -0.0346949
Vertex 723 -0.0685435 0.151031 0.00368782
Vertex 724 -0.0913331 0.141869 0.0219282
Vertex 725 -0.0107017 0.0734322 0.0141028
Vertex 726 -0.0764375 0.165364 -0.0011346
Vertex 727 -0.0866614 0.167881 0.00999064
Vertex 728 -0.00501203 0.137721 -0.00746862
Vertex 729 0.0254743 0.0700553 -0.0331488
Vertex 730 -0.027478 0.154342 -0.0375337
Vertex 731 -0.021262 0.161894 -0.0432857
Vertex 732 -0.0359043 0.162776 -0.0383191
Vertex 733 0.0402572 0.107518 0.0188109
Vertex 734 0.016401 0.064249 0.0129673
Vertex 735 -0.0545942 0.0541214 -0.0108764
Vertex 736 0.0155599 0.0770141 -0.00586898
Vertex 737 -0.0448579 0.14356 0.00364569
Vertex 738 -0.0207229 0.147972 -0.00691609
Vertex 739 -0.0330598 0.0552161 -0.0267758
Vertex 740 0.0338327 0.119707 -0.0286181
Vertex 741 -0.0476334 0.143302 -0.0293107
Vertex 742 -0.0421804 0.146449 -0.0333076
Vertex 743 -0.0339511 0.147661 -0.035306
Vertex 744 0.00394491 0.11016 -0.0328326
Vertex 745 0.0312528 0.100185 -0.00423337
Vertex 746 -0.0194936 0.121913 -0.019278
Vertex 747 -0.065258 0.0543405 0.0277596
Vertex 748 0.0124008 0.155315 -0.0166581
Vertex 749 0.0165846 0.0647276 0.00294295
Vertex 750 -0.0374878 0.0706963 -0.0310683
Vertex 751 -0.0386231 0.188828 -0.0225989
Vertex 752 0.0326229 0.0826728 0.0213855
Vertex 753 0.0772782 0.140456 -0.0173239
Vertex 754 0.0164947 0.0945725 -0.0186293
Vertex 755 -0.0252863 0.0533624 0.000107239
Vertex 756 -0.0159517 0.0527593 0.0114871
Vertex 757 0.0437931 0.0852704 0.0171238
Vertex 758 -0.0508524 0.144102 -0.00540441
Vertex 759 0.0115305 0.060213 0.00240143
Vertex 760 -0.0263118 0.0821805 -0.0360104
Vertex 761 -0.02924 0.0743858 -0.0307025
Vertex 762 -0.0472008 0.0539158 0.00865531
Vertex 763 0.0357205 0.105427 0.0205553
Vertex 764 0.0933758 0.128413 -0.0100521
Vertex 765 0.0493041 0.144012 -0.0304507
Vertex 766 0.0330587 0.0879555 0.0251071
Vertex 767 0.0157269 0.074926 0.00402325
Vertex 768 -0.0523698 0.142385 -0.0217769
Vertex 769 0.0458681 0.097185 0.0147433
Vertex 770 -0.0599605 0.0738733 0.0309781
Vertex 771 0.0779038 0.127573 -0.0181613
Vertex 772 -0.0692555 0.0789016 0.0158658
Vertex 773 0.0838689 0.145935 -0.00727005
Vertex 774 -0.09816 0.168532 -0.00885736
Vertex 775 -0.0845152 0.0605425 -0.0336014
Vertex 776 -0.0344998 0.196087 -0.0232708
Vertex 777 0.0542531 0.0714862 -0.00887057
Vertex 778 -0.106441 0.15928 0.0131033
Vertex 779 -0.0863683 0.150193 0.0163858
Vertex 780 0.0153644 0.156641 -0.023606
Vertex 781 -0.0656219 0.161047 0.00968276
Vertex 782 -0.0724352 0.0569054 0.00388704
Vertex 783 0.0622719 0.0720679 -0.00215892
Vertex 784 -0.00774813 0.145069 -0.0204554
Vertex 785 -0.0839432 0.150695 -0.00159433
Vertex 786 -0.0746452 0.148854 -0.00744366
Vertex 787 0.0717443 0.141989 -0.0151236
Vertex 788 -0.0533665 0.162137 -0.0314237
Vertex 789 -0.00817842 0.0646989 0.01663
Vertex 790 0.0645347 0.121132 -0.0124755
Vertex 791 -0.068903 0.0727986 0.0176645
Vertex 792 -0.0404883 0.170412 -0.0371361
Vertex 793 -0.0807052 0.16799 0.0161847
Vertex 794 0.0259612 0.0762651 -0.0415043
Vertex 795 0.022553 0.074278 -0.0400377
Vertex 796 -0.0856567 0.162301 -0.016595
Vertex 797 -0.0720847 0.0766874 -0.0235895
Vertex 798 0.00552159 0.153929 -0.0180624
Vertex 799 -0.0164653 0.0766376 0.0147537
Vertex 800 -0.0206208 0.0755997 0.0105168
Vertex 801 0.0539989 0.130428 -0.0321071
Vertex 802 0.00552856 0.055912 0.0123324
Vertex 803 -0.0671509 0.119661 -0.0195487
Vertex 804 -0.0579376 0.0695749 0.0379806
Vertex 805 -0.0881412 0.178508 0.007043
Vertex 806 -0.0258643 0.162214 -0.0175662
Vertex 807 -0.0229861 0.1534 -0.0197642
Vertex 808 -0.079144 0.167943 -0.0108622
Vertex 809 -0.0432624 0.160289 0.00212453
Vertex 810 -0.0929663 0.165575 -0.00576507
Vertex 811 -0.0698215 0.113178 0.00738589
Vertex 812 0.024619 0.0699007 -0.0394474
Vertex 813 -0.0595208 0.171181 0.0038898
Vertex 814 -0.0703648 0.171592 0.000407028
Vertex 815 -0.0899861 0.153069 0.0128224
Vertex 816 -0.0542283 0.0717216 0.0357916
Vertex 817 -0.035503 0.158185 -0.00106552
Vertex 818 -0.0669071 0.0662384 0.0183564
Vertex 819 -0.0745115 0.0852779 0.0145484
Vertex 820 -0.087446 0.0874975 -0.0040908
Vertex 821 -0.00142443 0.146939 -0.0169122
Vertex 822 -0.0842222 0.175271 -0.0066249
Vertex 823 -0.0538041 0.133563 -0.00185149
Vertex 824 -0.0914346 0.177196 -0.00161658
Vertex 825 -0.0445652 0.0681775 -0.0362487
Vertex 826 -0.041941 0.144516 -0.0322009
Vertex 827 0.0583584 0.143334 -0.0156174
Vertex 828 0.0449962 0.0922886 0.0298381
Vertex 829 -0.0168416 0.0539402 0.0248983
Vertex 830 0.0328841 0.0663934 -0.0459136
Vertex 831 -0.0679313 0.178157 -0.0136542
Vertex 832 0.0180078 0.124011 -0.0290878
Vertex 833 -0.0857957 0.0596811 -0.0374637
Vertex 834 0.00662399 0.126271 -0.00126891
Vertex 835 -0.0310784 0.0778924 0.0197602
Vertex 836 -0.0836081 0.163312 -0.0166689
Vertex 837 -0.0802805 0.16611 -0.0139343
Vertex 838 -0.0594589 0.0975428 0.0134071
Vertex 839 -0.0844214 0.0593494 -0.0251031
Vertex 840 0.0202293 0.0957205 -0.0106694
Vertex 841 0.0682875 0.053693 -0.0127984
Vertex 842 -0.0378857 0.18241 -0.0241728
Vertex 843 0.0398204 0.121201 0.00952577
Vertex 844 0.0432213 0.109334 0.0129638
Vertex 845 -0.0499014 0.114944 0.00558197
Vertex 846 -0.00227764 0.193196 -0.0321166
Vertex 847 0.0403082 0.10098 0.0114343
Vertex 848 -0.0837744 0.180655 -0.00279724
Vertex 849 -0.0444823 0.0658384 0.0231961
Vertex 850 -0.0352446 0.12342 -0.00520888
Vertex 851 0.0495691 0.0930553 -0.0175912
Vertex 852 -0.0431743 0.0551478 0.0326742
Vertex 853 -0.0319448 0.0824649 0.0126413
Vertex 854 0.0200803 0.0579399 0.0228796
Vertex 855 0.0650189 0.0955368 -0.00239943
Vertex 856 0.0587317 0.100402 -0.0103497
Vertex 857 -0.059128 0.0938905 -0.0229458
Vertex 858 -0.0845631 0.165519 -0.00485474
Vertex 859 -0.0740887 0.140444 -0.0135875
Vertex 860 -0.034968 0.175277 -0.00150869
Vertex 861 0.0656838 0.0673819 -0.0109142
Vertex 862 -0.0361885 0.0700275 -0.0346107
Vertex 863 -0.0659645 0.169253 0.00664789
Vertex 864 0.0196299 0.151535 -0.00648829
Vertex 865 -0.00281991 0.151796 -0.0202372
Vertex 866 0.0152069 0.0632049 -0.00948619
Vertex 867 0.047815 0.0942991 -0.00890493
Vertex 868 0.0955538 0.135473 -0.00838819
Vertex 869 0.0926652 0.131905 -0.00964792
Vertex 870 -0.0414969 0.166925 0.00211979
Vertex 871 -0.024453 0.0685274 -0.0396262
Vertex 872 -0.0277803 0.0563835 -0.0405946
Vertex 873 -0.0311918 0.0972623 -0.0175233
Vertex 874 -0.0448954 0.141957 -0.0284047
Vertex 875 -0.0637585 0.106079 -0.0224548
Vertex 876 0.0206415 0.0630633 0.00268445
Vertex 877 -0.0484525 0.0607419 0.0344521
Vertex 878 -0.0854317 0.0993461 -0.00824733
Vertex 879 0.0130666 0.0595599 0.00282308
Vertex 880 0.00693261 0.0604988 0.00506388
Vertex 881 -0.0330246 0.174541 -0.0219509
Vertex 882 0.0772543 0.0680168 0.00870194
Vertex 883 -0.0206204 0.0893734 0.00685702
Vertex 884 -0.0243268 0.149048 -0.0419417
Vertex 885 -0.0270998 0.0538277 -0.00500906
Vertex 886 0.0421659 0.0996594 -0.0339426
Vertex 887 -0.0319144 0.12247 -0.0140569
Vertex 888 -0.0277313 0.122776 -0.0171653
Vertex 889 -0.0822966 0.142097 0.0151314
Vertex 890 -0.0215557 0.172565 -0.00542705
Vertex 891 0.0645506 0.112591 -0.0146822
Vertex 892 0.0595756 0.113695 -0.00943736
Vertex 893 -0.0113232 0.175194 -0.0090936
Vertex 894 -0.0928334 0.146355 0.0215875
Vertex 895 0.0452896 0.0536851 -0.0155151
Vertex 896 -0.0937225 0.175378 0.00368105
Vertex 897 0.018519 0.158122 -0.0189479
Vertex 898 0.0242793 0.162051 -0.0214526
Vertex 899 -0.0734497 0.165266 -0.0172577
Vertex 900 -0.0143862 0.0854767 -0.0319376
Vertex 901 -0.009362 0.129743 -0.0285272
Vertex 902 -0.0291812 0.185996 -0.0200512
Vertex 903 0.0214071 0.0633382 0.020993
Vertex 904 0.00483436 0.15572 -0.0200773
Vertex 905 0.00285922 0.155419 -0.0219387
Vertex 906 -0.036529 0.142187 -0.00166438
Vertex 907 0.0202675 0.121609 -0.0222505
Vertex 908 -0.0859463 0.168072 -0.0029486
Vertex 909 -0.0634309 0.176852 -0.0195534
Vertex 910 0.0302905 0.121811 -0.0199989
Vertex 911 -0.0771237 0.0652042 0.0100883
Vertex 912 0.00444852 0.101609 -0.00438744
Vertex 913 -0.0641822 0.0853206 0.01667
Vertex 914 -0.0874642 0.176224 0.0151867
Vertex 915 -0.0902082 0.147784 -0.0064963
Vertex 916 -0.0845305 0.0801841 -0.0146559
Vertex 917 0.0615402 0.0532175 -0.000272445
Vertex 918 0.0285628 0.0700858 -0.0475606
Vertex 919 0.050844 0.0529352 0.0166596
Vertex 920 -0.0367959 0.170057 -0.000743632
Vertex 921 -0.0335747 0.164992 -0.00132729
Vertex 922 -0.0283845 0.166322 -0.00346118
Vertex 923 -0.0210249 0.162029 -0.00547676
Vertex 924 0.0454654 0.0657958 0.0216633
Vertex 925 -0.0849255 0.159523 -0.00883877
Vertex 926 0.0795091 0.102183 0.0102918
Vertex 927 0.0390759 0.0888159 0.0314089
Vertex 928 -0.0303414 0.0572883 0.0121609
Vertex 929 -0.0972548 0.1705 -0.00897412
Vertex 930 -0.0894144 0.168742 -0.0124378
Vertex 931 0.0376998 0.0756733 0.0151304
Vertex 932 0.0427319 0.0780839 0.0192685
Vertex 933 0.041171 0.0742532 0.016124
Vertex 934 -0.0777975 0.0681689 -0.0305844
Vertex 935 -0.087019 0.0665182 -0.0279016
Vertex 936 -0.0432209 0.0663081 0.018146
Vertex 937 -0.0208102 0.0562398 -0.0200385
Vertex 938 -0.0187812 0.15838 -0.00511013
Vertex 939 -0.0724357 0.171772 -0.0170266
Vertex 940 -0.0841439 0.065185 -0.0372349
Vertex 941 0.0115661 0.159022 -0.0207304
Vertex 942 -0.0863952 0.0770062 0.00318669
Vertex 943 -0.0841839 0.0821535 0.00726206
Vertex 944 -0.0895881 0.170239 0.00929261
Vertex 945 -0.0746782 0.164704 0.0144453
Vertex 946 -0.0664949 0.164043 0.0129562
Vertex 947 -0.0251721 0.058087 -0.0248453
Vertex 948 -0.012203 0.0852859 0.00703606
Vertex 949 0.017154 0.130768 -0.0342108
Vertex 950 -0.0731362 0.147284 -0.0168799
Vertex 951 -0.035911 0.0736114 0.0231462
Vertex 952 -0.0696995 0.120083 -0.0165251
Vertex 953 0.000860804 0.156178 -0.020469
Vertex 954 0.0390117 0.0711445 0.0162633
Vertex 955 -0.0808889 0.144655 0.0170142
Vertex 956 0.0252399 0.0806044 0.0161845
Vertex 957 0.0323487 0.0549601 -0.0484097
Vertex 958 0.0341696 0.0941277 0.0158487
Vertex 959 -0.0614249 0.0635366 0.037357
Vertex 960 0.0720829 0.148541 -0.0122151
Vertex 961 -0.0584585 0.156409 -0.0217319
Vertex 962 -0.0907478 0.16285 -0.00967478
Vertex 963 0.0177722 0.0847376 -0.00692653
Vertex 964 -0.0287949 0.0539986 -0.031226
Vertex 965 0.00780862 0.0640662 0.0233755
Vertex 966 -0.0143447 0.0646379 0.0207316
Vertex 967 0.0244183 0.0629566 -0.0454167
Vertex 968 0.075108 0.0599776 -0.00407318
Vertex 969 0.0702088 0.0976092 -0.00534097
Vertex 970 0.0673296 0.0839696 0.00233635
Vertex 971 0.0265484 0.130423 -0.00750957
Vertex 972 0.0570758 0.0992041 -0.0136459
Vertex 973 -0.0757804 0.163335 0.00843128
Vertex 974 0.0282268 0.0721532 -0.0421655
Vertex 975 0.03005 0.0740711 -0.0414068
Vertex 976 -0.068973 0.0934823 0.0141764
Vertex 977 0.0127117 0.0593145 0.0261993
Vertex 978 -0.030944 0.123384 -0.0205419
Vertex 979 -0.0352869 0.173839 -0.0370452
Vertex 980 -0.0834759 0.064642 -0.0189072
Vertex 981 0.0906998 0.14207 -0.00858021
Vertex 982 0.0617066 0.12443 -0.0244911
Vertex 983 0.0318125 0.070705 -0.0409374
Vertex 984 -0.0689951 0.167494 0.0129596
Vertex 985 0.0526996 0.111852 -0.0320408
Vertex 986 -0.0539253 0.0799169 0.0215553
Vertex 987 0.0500029 0.0756275 -0.0285387
Vertex 988 -0.0700656 0.150447 -0.0139129
Vertex 989 -0.0902656 0.15 -0.00426391
Vertex 990 -0.0827753 0.147283 -0.00855021
Vertex 991 -0.0406948 0.175672 -0.0335451
Vertex 992 -0.0412222 0.175119 -0.034577
Vertex 993 -0.0621487 0.144789 -0.0136422
Vertex 994 -0.0297085 0.0658126 0.0259856
Vertex 995 0.0405443 0.123714 -0.0337897
Vertex 996 -0.0442358 0.0662244 0.0166225
Vertex 997 -0.0608786 0.0940672 -0.0245382
Vertex 998 -0.0268733 0.14468 -0.00324228
Vertex 999 -0.0405 0.0902603 0.00882552
Vertex 1000 -0.0778942 0.0592685 -0.0390895
Vertex 1001 -0.078788 0.146452 0.0151044
Vertex 1002 0.0419019 0.0634193 -0.0330652
Vertex 1003 0.0707796 0.147604 -0.00923364
Vertex 1004 0.0583691 0.132159 -0.00799074
Vertex 1005 -0.0783551 0.142323 -0.0146504
Vertex 1006 -0.039989 0.161544 -0.0373642
Vertex 1007 0.084943 0.145619 -0.00632322
Vertex 1008 0.0732533 0.0614558 0.000242776
Vertex 1009 0.067157 0.134348 -0.0179918
Vertex 1010 -0.0383308 0.140767 -0.00190676
Vertex 1011 0.0871172 0.128933 -0.0129643
Vertex 1012 -0.0707509 0.169545 0.00969586
Vertex 1013 0.0457132 0.0860671 -0.0263596
Vertex 1014 -0.037539 0.109917 -0.0125705
Vertex 1015 -0.0914312 0.165658 -0.0133191
Vertex 1016 -0.0722285 0.158552 -0.0214149
Vertex 1017 -0.0819755 0.168797 -0.00919837
Vertex 1018 0.0808224 0.0923234 0.0153829
Vertex 1019 0.0284312 0.0642283 -0.0297854
Vertex 1020 -0.0333391 0.174804 -0.0119773
Vertex 1021 -0.0661575 0.14424 0.0080283
Vertex 1022 -0.0183352 0.148776 -0.00953513
Vertex 1023 0.0790393 0.133294 -0.0195018
Vertex 1024 -0.0652702 0.0626248 -0.0235912
Vertex 1025 -0.0234295 0.163829 -0.024021
Vertex 1026 -0.0243234 0.073769 0.011854
Vertex 1027 0.0168653 0.160548 -0.0225951
Vertex 1028 0.0224251 0.16233 -0.0224941
Vertex 1029 -0.0244009 0.154388 -0.00361208
Vertex 1030 -0.0806352 0.150571 0.0133139
Vertex 1031 -0.0764685 0.148942 0.00757916
Vertex 1032 -0.0833769 0.150433 0.0116005
Vertex 1033 -0.0131377 0.0667743 0.00550785
Vertex 1034 -0.0647575 0.0655537 0.0362447
Vertex 1035 -0.0630772 0.0593416 0.0165494
Vertex 1036 -0.0631846 0.173836 0.00460766
Vertex 1037 -0.0538702 0.0575386 0.016258
Vertex 1038 -0.0373791 0.0741319 -0.0290069
Vertex 1039 -0.035229 0.148508 -0.000254006
Vertex 1040 0.0748499 0.0690631 -0.000291435
Vertex 1041 -0.0518521 0.176914 -0.0239356
Vertex 1042 -0.043174 0.174624 -0.0282205
Vertex 1043 0.0844659 0.128159 -0.0106657
Vertex 1044 0.0870208 0.128483 -0.0107749
Vertex 1045 0.0880243 0.141574 -0.0136481
Vertex 1046 -0.0493148 0.0536183 -0.0192893
Vertex 1047 -0.0673308 0.173832 0.000616036
Vertex 1048 0.0671775 0.0715382 0.0255662
Vertex 1049 0.0913095 0.13313 -0.011167
Vertex 1050 0.0423938 0.159103 -0.017851
Vertex 1051 0.0400454 0.160589 -0.0205267
Vertex 1052 -0.0344733 0.0541209 -0.0172933
Vertex 1053 -0.0182802 0.07275 0.0190901
Vertex 1054 -0.0151998 0.0752656 0.0167271
Vertex 1055 -0.0357643 0.153567 -0.0379681
Vertex 1056 -0.0376723 0.17211 -1.83159e-005
Vertex 1057 -0.029399 0.157771 -0.00115271
Vertex 1058 -0.041841 0.156635 0.0030152
Vertex 1059 0.0182593 0.152814 -0.0304345
Vertex 1060 -0.0363844 0.188507 -0.0186355
Vertex 1061 -0.0670915 0.0698203 0.0205084
Vertex 1062 0.0601332 0.0640914 0.0253212
Vertex 1063 -0.0742914 0.0927903 -0.023292
Vertex 1064 0.0359526 0.081219 0.0299382
Vertex 1065 -0.023815 0.175929 -0.00514994
Vertex 1066 0.0364382 0.0896933 -0.00294055
Vertex 1067 -0.0996616 0.151678 0.00565267
Vertex 1068 -0.0589218 0.173985 -0.0260416
Vertex 1069 -0.0401165 0.097039 -0.0116547
Vertex 1070 -0.0417786 0.0916759 -0.0138692
Vertex 1071 -0.0482258 0.0940567 -0.015504
Vertex 1072 -0.0696518 0.169752 -0.0190059
Vertex 1073 -0.0221729 0.16613 -0.0426561
Vertex 1074 -0.0332167 0.0579956 0.0197106
Vertex 1075 0.00214945 0.151617 -0.0184222
Vertex 1076 0.00909387 0.158551 -0.0198114
Vertex 1077 0.0214261 0.0977138 -0.0273031
Vertex 1078 0.0525399 0.153191 -0.0186127
Vertex 1079 0.0522296 0.154375 -0.0202998
Vertex 1080 0.0513791 0.156301 -0.0202695
Vertex 1081 -0.0441043 0.174531 0.00087806
Vertex 1082 -0.0502759 0.174248 0.00256087
Vertex 1083 0.0805117 0.109247 0.00154457
Vertex 1084 -0.0916986 0.166072 -0.00309404
Vertex 1085 -0.0868997 0.0937549 -0.00743985
Vertex 1086 -0.0279308 0.142057 -0.0277793
Vertex 1087 0.0349701 0.0564344 -0.0451157
Vertex 1088 -0.00982256 0.187481 -0.0311089
Vertex 1089 0.0240673 0.155013 -0.00980265
Vertex 1090 0.0363105 0.141834 -0.00244659
Vertex 1091 -0.091179 0.144441 0.0148531
Vertex 1092 0.0550043 0.0548162 -0.0216169
Vertex 1093 0.0652951 0.0538678 -0.0187605
Vertex 1094 0.0157149 0.0576095 0.0227718
Vertex 1095 -0.0819673 0.0641587 -0.00116758
Vertex 1096 -0.0862273 0.0735416 -0.0053344
Vertex 1097 0.0918781 0.129503 -0.00845565
Vertex 1098 0.0855166 0.127216 -0.0113812
Vertex 1099 -0.0456346 0.0785999 0.0293984
Vertex 1100 -0.0312831 0.176575 -0.00391407
Vertex 1101 -0.0580478 0.179726 -0.0173692
Vertex 1102 0.0492656 0.0789149 -0.00353297
Vertex 1103 -0.0662973 0.0991272 0.0127779
Vertex 1104 -0.052628 0.155158 -0.0291413
Vertex 1105 -0.0569146 0.149237 -0.0257761
Vertex 1106 -0.0643109 0.149485 -0.0222973
Vertex 1107 -0.0764497 0.116382 -0.00359113
Vertex 1108 0.0302618 0.0577375 -0.0484596
Vertex 1109 -0.0642897 0.0726924 0.0239032
Vertex 1110 -0.0191892 0.166948 -0.00795651
Vertex 1111 -0.0775021 0.101275 -0.0190169
Vertex 1112 0.040961 0.0743666 0.016615
Vertex 1113 -0.0176078 0.0581187 0.00195056
Vertex 1114 -0.0136302 0.0951502 0.00572614
Vertex 1115 -0.0987612 0.137914 -0.00631881
Vertex 1116 -0.017347 0.0568257 0.026208
Vertex 1117 -0.0224511 0.0618175 0.0255305
Vertex 1118 -0.015711 0.0562717 -0.00850112
Vertex 1119 0.0367984 0.121781 -0.00451046
Vertex 1120 0.0430133 0.0784374 0.0193391
Vertex 1121 0.0428213 0.0781771 0.0195337
Vertex 1122 0.0424421 0.0780896 0.0193362
Vertex 1123 -0.0850131 0.150621 -0.00244681
Vertex 1124 -0.0207203 0.168352 -0.00639284
Vertex 1125 -0.0122854 0.0974472 0.00419639
Vertex 1126 -0.0414031 0.152127 0.00205282
Vertex 1127 -0.0379667 0.153431 3.71567e-006
Vertex 1128 0.0848712 0.145994 -0.01172
Vertex 1129 -0.0146334 0.18963 -0.0257574
Vertex 1130 -0.0443861 0.0800445 0.0214686
Vertex 1131 -0.0436336 0.062478 0.0337293
Vertex 1132 -0.0346332 0.0927612 0.00377183
Vertex 1133 -0.0565399 0.17821 -0.00114354
Vertex 1134 -0.0631521 0.178826 -0.00289166
Vertex 1135 -0.0423924 0.0813163 -0.0279036
Vertex 1136 -0.0254278 0.10828 -0.0175891
Vertex 1137 -0.034755 0.0608443 -0.04102
Vertex 1138 -0.0162011 0.0659011 0.0195295
Vertex 1139 -0.0313585 0.176649 -0.0192001
Vertex 1140 0.0261138 0.0642967 0.0206156
Vertex 1141 -0.0170887 0.0767816 -0.0321647
Vertex 1142 0.0479024 0.0687584 -0.0342565
Vertex 1143 0.0335806 0.0968716 0.0187727
Vertex 1144 -0.00979149 0.161002 -0.0102059
Vertex 1145 -0.0744837 0.0678141 -0.0249491
Vertex 1146 0.0281799 0.10831 -0.0260773
Vertex 1147 -0.0990655 0.146777 0.0118397
Vertex 1148 -0.049235 0.157828 -0.0294905
Vertex 1149 0.0426461 0.109866 0.0155074
Vertex 1150 -0.0275034 0.132652 -0.0233003
Vertex 1151 -0.0231563 0.137532 -0.0242964
Vertex 1152 -0.0396857 0.13998 -0.0308988
Vertex 1153 -0.0545168 0.149466 0.00769358
Vertex 1154 0.00751569 0.0619376 0.0205064
Vertex 1155 -0.0311688 0.0831277 0.0110689
Vertex 1156 0.0387595 0.0754031 0.0272894
Vertex 1157 -0.0302977 0.184174 -0.00380247
Vertex 1158 -0.0532251 0.0556138 -0.00728123
Vertex 1159 -0.0351266 0.19724 -0.0206066
Vertex 1160 -0.0185387 0.122725 -0.0134971
Vertex 1161 0.0828988 0.125249 -0.0143766
Vertex 1162 -0.0324345 0.145971 -0.0303346
Vertex 1163 -0.08326 0.174615 0.00989074
Vertex 1164 -0.0797073 0.174131 0.00740792
Vertex 1165 -0.0812969 0.179709 0.00210051
Vertex 1166 0.0108062 0.156883 -0.0224865
Vertex 1167 -0.096525 0.152874 0.0141181
Vertex 1168 0.0400947 0.0753542 0.0133291
Vertex 1169 0.0378625 0.0749365 0.0116352
Vertex 1170 0.0374009 0.0757616 0.0129114
Vertex 1171 0.0261862 0.0525713 -0.000494273
Vertex 1172 -0.0888015 0.0576091 -0.0279142
Vertex 1173 -0.0423922 0.0688983 0.0283408
Vertex 1174 0.0737313 0.105058 0.00961331
Vertex 1175 0.0324461 0.0527171 -0.0170948
Vertex 1176 -0.0137294 0.0583842 0.00855707
Vertex 1177 0.0625684 0.0779024 0.00288259
Vertex 1178 0.0723692 0.136881 -0.00934919
Vertex 1179 -0.0575429 0.129616 -0.0222578
Vertex 1180 -0.0512569 0.176765 -0.0279645
Vertex 1181 -0.0289332 0.169599 -0.036078
Vertex 1182 -0.0761525 0.115696 -0.0107013
Vertex 1183 -0.0669891 0.123726 -0.0168426
Vertex 1184 0.0424606 0.154243 -0.0244117
Vertex 1185 -0.0727827 0.17341 -0.0213436
Vertex 1186 0.0724638 0.115472 -0.0170785
Vertex 1187 -0.0583443 0.161527 -0.0126438
Vertex 1188 -0.0838454 0.168541 0.00860271
Vertex 1189 0.0245014 0.0641249 -0.0466125
Vertex 1190 -0.0522632 0.168459 -0.0314188
Vertex 1191 0.0301812 0.0711266 -0.0448906
Vertex 1192 -0.0797706 0.142005 0.0172569
Vertex 1193 -0.0215374 0.0937482 -0.031236
Vertex 1194 -0.0864158 0.0926232 0.00203793
Vertex 1195 -0.085078 0.090043 0.00473364
Vertex 1196 -0.0774796 0.0903456 0.0128214
Vertex 1197 -0.0326552 0.174375 -0.0021295
Vertex 1198 -0.0744621 0.167694 -0.0156542
Vertex 1199 -0.0835448 0.103825 -0.00634963
Vertex 1200 -0.081551 0.107455 0.000603396
Vertex 1201 0.0315888 0.161449 -0.0219028
Vertex 1202 0.022463 0.158215 -0.0235552
Vertex 1203 -0.048667 0.17041 -0.0335518
Vertex 1204 -0.100325 0.174083 -0.00568024
Vertex 1205 0.0189123 0.0780109 -0.0318536
Vertex 1206 0.0262007 0.124815 -0.015894
Vertex 1207 0.0384601 0.0537097 0.0126784
Vertex 1208 -0.0578872 0.14138 -0.0245755
Vertex 1209 -0.0556746 0.07368 0.0371125
Vertex 1210 0.0240589 0.159053 -0.0195713
Vertex 1211 0.0313134 0.161614 -0.0202347
Vertex 1212 0.0724782 0.0710008 -0.00151612
Vertex 1213 0.0714137 0.0730354 -0.000470892
Vertex 1214 -0.0245392 0.0557942 0.00850461
Vertex 1215 -0.0796477 0.0586159 -0.0327264
Vertex 1216 -0.0860077 0.0578548 -0.036569
Vertex 1217 0.0524032 0.148038 -0.0137017
Vertex 1218 -0.0929704 0.150086 -0.00465196
Vertex 1219 -0.0602386 0.124292 0.00321565
Vertex 1220 0.0462322 0.158202 -0.0211297
Vertex 1221 0.0454008 0.159634 -0.0203801
Vertex 1222 -0.0116395 0.132722 -0.0224808
Vertex 1223 -0.0267706 0.105782 -0.0120179
Vertex 1224 -0.0410121 0.17401 -0.0311557
Vertex 1225 0.0489836 0.0900405 -0.0136522
Vertex 1226 -0.023287 0.161392 -0.00407728
Vertex 1227 0.0706505 0.0647753 -0.00795866
Vertex 1228 0.0304039 0.0866728 0.00643685
Vertex 1229 0.00416241 0.0885025 -0.0112177
Vertex 1230 -0.0336478 0.155817 -0.0396905
Vertex 1231 -0.063655 0.070016 0.0351452
Vertex 1232 0.0198215 0.156868 -0.016854
Vertex 1233 -0.0407362 0.174068 0.000655021
Vertex 1234 -0.0335777 0.0529699 -0.0298347
Vertex 1235 -0.0653146 0.151426 -0.0142258
Vertex 1236 -0.0299691 0.104809 -0.0138574
Vertex 1237 -0.0306207 0.102706 -0.0121964
Vertex 1238 -0.034946 0.144108 -9.73255e-005
Vertex 1239 -0.0369822 0.143427 0.000987956
Vertex 1240 -0.0479718 0.0593112 0.0140168
Vertex 1241 -0.0707941 0.143069 -0.0139369
Vertex 1242 -0.0875378 0.172866 -0.0067325
Vertex 1243 0.0603607 0.107705 -0.0167956
Vertex 1244 -0.0431383 0.0735986 0.0294609
Vertex 1245 -0.0771233 0.0682263 -0.019117
Vertex 1246 -0.0455775 0.0925638 0.0106403
Vertex 1247 0.0357718 0.064063 -0.0481437
Vertex 1248 0.068024 0.10823 0.00304932
Vertex 1249 0.0358858 0.0757748 -0.0340331
Vertex 1250 -0.0243649 0.151548 -0.00264655
Vertex 1251 0.0318075 0.0832142 0.0202871
Vertex 1252 0.0321065 0.0852798 0.0216201
Vertex 1253 0.0664545 0.132068 -0.0151935
Vertex 1254 0.0810836 0.151283 -0.00937952
Vertex 1255 0.0170065 0.0644164 0.0105381
Vertex 1256 -0.0747731 0.0817236 -0.0229827
Vertex 1257 -0.0021459 0.094934 0.00141605
Vertex 1258 0.037579 0.0953532 0.0278201
Vertex 1259 0.036856 0.0943677 0.0262913
Vertex 1260 -0.0937335 0.140489 -0.00701445
Vertex 1261 0.0453812 0.147052 -0.00633645
Vertex 1262 0.0524134 0.155102 -0.0187999
Vertex 1263 0.0463549 0.154337 -0.0168899
Vertex 1264 -0.0288133 0.144498 -0.00419743
Vertex 1265 0.092816 0.147834 -0.00876959
Vertex 1266 0.00833613 0.0632237 0.0101569
Vertex 1267 -0.0586283 0.142711 0.0100819
Vertex 1268 0.060078 0.066365 -0.0185631
Vertex 1269 0.070413 0.0607592 -0.0117695
Vertex 1270 -0.0488609 0.0793078 0.0251687
Vertex 1271 0.040416 0.0616577 -0.0374516
Vertex 1272 -0.0315008 0.148686 -0.0354344
Vertex 1273 -0.034029 0.145807 -0.0341587
Vertex 1274 -0.0755042 0.170173 0.0144709
Vertex 1275 -0.00472252 0.151537 -0.021087
Vertex 1276 -0.0727345 0.0698787 -0.0280118
Vertex 1277 -0.0710042 0.16783 0.0147023
Vertex 1278 -0.0419341 0.056367 0.0308421
Vertex 1279 0.00780584 0.0565879 0.0235118
Vertex 1280 0.00865205 0.0574197 0.00285147
Vertex 1281 0.0243445 0.145607 -0.00350382
Vertex 1282 0.0377983 0.070409 0.0167191
Vertex 1283 -0.0642245 0.0682674 0.0336325
Vertex 1284 0.0673407 0.121221 -0.0182038
Vertex 1285 -0.02122 0.135844 -0.0214337
Vertex 1286 -0.0261669 0.127829 -0.0215361
Vertex 1287 -0.044101 0.184092 -0.0369668
Vertex 1288 -0.0874858 0.151401 0.00962289
Vertex 1289 0.0773912 0.086043 -0.00223898
Vertex 1290 -0.0778283 0.102218 0.00890637
Vertex 1291 -0.0592193 0.0568914 -0.020658
Vertex 1292 0.038102 0.0606203 -0.0497326
Vertex 1293 0.0124829 0.0637684 0.00192753
Vertex 1294 -0.0409424 0.102689 -0.010311
Vertex 1295 0.0398526 0.0787715 0.0150641
Vertex 1296 -0.0290154 0.073365 -0.0321609
Vertex 1297 0.0417466 0.0822234 0.0146836
Vertex 1298 -0.0292948 0.173899 -0.0422317
Vertex 1299 -0.0848777 0.174644 0.0090405
Vertex 1300 -0.0238142 0.138721 -0.0181573
Vertex 1301 0.0252903 0.0607662 0.00592221
Vertex 1302 -0.0509915 0.142515 -0.0056725
Vertex 1303 -0.00462806 0.144163 -0.0230606
Vertex 1304 0.0633015 0.0539948 -0.00382173
Vertex 1305 0.069611 0.0575117 0.00175937
Vertex 1306 -0.065215 0.140211 -0.019881
Vertex 1307 0.0272314 0.0775147 -0.036355
Vertex 1308 0.0785703 0.124539 -0.0134346
Vertex 1309 0.0367518 0.0955342 0.0140891
Vertex 1310 -0.0215654 0.0670033 -0.0360926
Vertex 1311 0.0460113 0.0540855 0.0117878
Vertex 1312 -0.0635932 0.0782279 0.0188456
Vertex 1313 0.0121854 0.0815224 -0.0140585
Vertex 1314 -0.0109893 0.141758 -0.0180209
Vertex 1315 -0.0091919 0.144515 -0.0189445
Vertex 1316 -0.00762339 0.144082 -0.0187807
Vertex 1317 0.0350412 0.159176 -0.023213
Vertex 1318 0.0307157 0.0563953 -0.047191
Vertex 1319 -0.0111259 0.0622933 -0.00310051
Vertex 1320 -0.0628816 0.129804 -0.00707788
Vertex 1321 0.0098954 0.158859 -0.0211607
Vertex 1322 -0.0388073 0.162762 0.000963952
Vertex 1323 0.0232002 0.145416 -0.0353547
Vertex 1324 -0.0573328 0.155818 -0.0170657
Vertex 1325 0.0291178 0.0666749 -0.0366098
Vertex 1326 -0.0792916 0.0689191 -0.0169117
Vertex 1327 -0.0781032 0.0631441 -0.0142976
Vertex 1328 0.00558135 0.0605481 0.0119746
Vertex 1329 -0.053942 0.103906 0.0094569
Vertex 1330 -0.07446 0.16861 -0.0101161
Vertex 1331 0.0472429 0.0815137 -0.00891693
Vertex 1332 -0.0832949 0.097366 0.00430886
Vertex 1333 -0.0823136 0.103887 0.000102789
Vertex 1334 0.02854 0.154332 -0.0298002
Vertex 1335 0.0345686 0.156605 -0.0154166
Vertex 1336 0.0482442 0.0961638 0.0194857
Vertex 1337 -0.0345377 0.175285 -0.00949588
Vertex 1338 -0.0187193 0.15597 -0.0066187
Vertex 1339 0.0420017 0.157163 -0.0231324
Vertex 1340 0.0387211 0.161447 -0.0214261
Vertex 1341 -0.0978945 0.154299 0.00409469
Vertex 1342 -0.0671831 0.0914291 -0.0316058
Vertex 1343 -0.0851466 0.0686659 -0.02622
Vertex 1344 -0.0759835 0.150794 0.00542796
Vertex 1345 -0.0745364 0.173542 -0.00673272
Vertex 1346 -0.0771148 0.174722 -0.00327933
Vertex 1347 -0.0135932 0.152979 -0.00930536
Vertex 1348 -0.042816 0.143943 -0.000539264
Vertex 1349 -0.0645741 0.180384 -0.0067349
Vertex 1350 -0.0505994 0.0580912 -0.0246653
Vertex 1351 -0.0811386 0.172585 0.0151557
Vertex 1352 -0.018301 0.149491 -0.0105399
Vertex 1353 0.0342597 0.0656608 0.0178629
Vertex 1354 0.034144 0.0609259 0.0241273
Vertex 1355 -0.0379713 0.0553474 -0.0248089
Vertex 1356 -0.038597 0.0530864 -0.0281761
Vertex 1357 -0.0540491 0.0584887 0.0141821
Vertex 1358 0.0741917 0.135782 -0.0197375
Vertex 1359 0.0544867 0.145764 -0.0238049
Vertex 1360 0.055931 0.143681 -0.0241563
Vertex 1361 0.0318729 0.0651382 0.0232214
Vertex 1362 -0.0583173 0.169435 -0.0280562
Vertex 1363 -0.0568431 0.167927 -0.0286344
Vertex 1364 -0.0598036 0.0741566 0.0386598
Vertex 1365 -0.0387951 0.15268 -0.0371081
Vertex 1366 -0.0898865 0.172195 -0.0069878
Vertex 1367 -0.0900132 0.176107 -0.00393827
Vertex 1368 -0.0433848 0.0655371 -0.0373945
Vertex 1369 -0.0348981 0.0659751 -0.0386016
Vertex 1370 0.0352034 0.133926 -0.0342481
Vertex 1371 -0.0463864 0.179857 -0.0374158
Vertex 1372 -0.0674761 0.170764 0.000980952
Vertex 1373 -0.0629132 0.169566 0.00585299
Vertex 1374 -0.0611321 0.168071 0.00628937
Vertex 1375 0.00360828 0.124145 -0.0348557
Vertex 1376 -0.0210537 0.161829 -0.0234207
Vertex 1377 -0.037751 0.141085 0.000711937
Vertex 1378 0.0412251 0.081573 0.0132802
Vertex 1379 -0.0659702 0.172471 -0.0235926
Vertex 1380 -0.062479 0.171651 -0.0253896
Vertex 1381 -0.0111188 0.0676534 0.0189617
Vertex 1382 -0.0729389 0.17102 -0.0133256
Vertex 1383 -0.068443 0.142598 0.0132993
Vertex 1384 -0.0460914 0.177941 -0.00542776
Vertex 1385 0.0533993 0.138146 -0.00590268
Vertex 1386 -0.0295189 0.0563597 0.00840339
Vertex 1387 0.0482787 0.0721777 0.0208495
Vertex 1388 -0.0475826 0.0555014 0.0321385
Vertex 1389 0.0458923 0.0786825 -0.0161073
Vertex 1390 -0.0921552 0.173376 0.00619747
Vertex 1391 -0.0239734 0.165893 -0.0220561
Vertex 1392 -0.0204318 0.159646 -0.0235342
Vertex 1393 -0.106892 0.157249 0.0123147
Vertex 1394 -0.0971112 0.15087 0.0161293
Vertex 1395 -0.0921424 0.150864 0.0184238
Vertex 1396 -0.0722499 0.16276 0.00869488
Vertex 1397 0.0839844 0.13003 -0.0103309
Vertex 1398 -0.100284 0.149925 7.5876e-005
Vertex 1399 -0.0801546 0.164059 -0.00643289
Vertex 1400 -0.0218553 0.173357 -0.0100463
Vertex 1401 0.0444774 0.0923417 0.0165709
Vertex 1402 -0.0644426 0.157531 -0.0236099
Vertex 1403 -0.067213 0.0629656 -0.0328781
Vertex 1404 -0.0847629 0.0648066 -0.0249022
Vertex 1405 -0.0807434 0.163372 0.00933076
Vertex 1406 -0.0692346 0.0556878 -0.0120002
Vertex 1407 -0.0791711 0.0625888 -0.0108072
Vertex 1408 -0.0838507 0.0652929 -0.0352249
Vertex 1409 -0.0503576 0.0548285 0.0207082
Vertex 1410 -0.0185309 0.111315 -0.0024413
Vertex 1411 -0.0184167 0.0985321 0.00314665
Vertex 1412 -0.0255233 0.0621286 -0.0408053
Vertex 1413 0.0316023 0.146975 -0.0350257
Vertex 1414 -0.0302077 0.162211 -0.0401124
Vertex 1415 -0.0698679 0.143266 -0.0127609
Vertex 1416 -0.0723902 0.142632 -0.0111921
Vertex 1417 0.00817023 0.14679 -0.00660988
Vertex 1418 -0.0342372 0.193135 -0.0220007
Vertex 1419 -0.031621 0.160764 -0.000830487
Vertex 1420 -0.0392344 0.164737 0.00213006
Vertex 1421 0.0449901 0.0536461 -0.00993336
Vertex 1422 -0.0577473 0.171852 0.00395922
Vertex 1423 -0.0540256 0.170716 0.00470372
Vertex 1424 0.0136896 0.156753 -0.0182554
Vertex 1425 0.0371621 0.082472 -0.000927321
Vertex 1426 -0.0945388 0.152857 0.00120924
Vertex 1427 0.0375661 0.10167 0.023197
Vertex 1428 0.0349138 0.0962943 0.0221135
Vertex 1429 -0.0504814 0.0696434 0.0334567
Vertex 1430 0.0184562 0.0596637 0.00707668
Vertex 1431 -0.0665691 0.127035 -0.00903098
Vertex 1432 -0.0640884 0.125569 4.96025e-005
Vertex 1433 -0.0883671 0.171593 0.00615499
Vertex 1434 0.0293634 0.0709086 -0.0429107
Vertex 1435 -0.0125313 0.0941188 0.00687073
Vertex 1436 -0.0106826 0.0900558 0.00528106
Vertex 1437 -0.0101616 0.0933413 0.00453699
Vertex 1438 0.0647468 0.0724597 0.0255778
Vertex 1439 -0.0931144 0.139333 -0.00668886
Vertex 1440 -0.0593709 0.0766114 0.0229097
Vertex 1441 0.0313403 0.0627911 -0.0454194
Vertex 1442 0.0278697 0.0562296 0.0219096
Vertex 1443 -0.0469327 0.152912 -0.0322038
Vertex 1444 0.0105811 0.157302 -0.0198211
Vertex 1445 0.0372542 0.0562555 -0.0476329
Vertex 1446 0.0681354 0.130831 -0.013337
Vertex 1447 -0.0552815 0.144965 -0.0171714
Vertex 1448 0.0147106 0.0761583 -0.00272681
Vertex 1449 0.0507956 0.0547898 0.0194559
Vertex 1450 -0.0382038 0.170632 -0.0366493
Vertex 1451 -0.0410785 0.1425 0.00274228
Vertex 1452 0.0211438 0.0634018 0.016701
Vertex 1453 0.0562499 0.074408 -0.00139393
Vertex 1454 -0.0998367 0.16971 -0.00624157
Vertex 1455 0.0106718 0.0656137 0.00361193
Vertex 1456 -0.0522595 0.0778955 -0.0363567
Vertex 1457 0.00778726 0.152317 -0.0249495
Vertex 1458 0.0301991 0.055511 0.0170327
Vertex 1459 -0.0212063 0.0535986 -0.00851834
Vertex 1460 -0.0109902 0.174089 -0.00834367
Vertex 1461 -0.0888296 0.0599781 -0.0203408
Vertex 1462 -0.0475782 0.1584 -0.0330633
Vertex 1463 -0.0286768 0.127385 -0.0218393
Vertex 1464 -0.0329579 0.125379 -0.0226246
Vertex 1465 -0.0194671 0.160027 -0.00510003
Vertex 1466 -0.0245115 0.159806 -0.0203938
Vertex 1467 0.0486935 0.0978106 0.0238858
Vertex 1468 0.0245486 0.0709599 -0.0353862
Vertex 1469 0.0211556 0.0727949 -0.03472
Vertex 1470 0.0216327 0.0742445 -0.0344227
Vertex 1471 -0.0706145 0.121886 -0.00347953
Vertex 1472 -0.0751129 0.118036 -0.00298799
Vertex 1473 -0.0684199 0.143996 0.00649712
Vertex 1474 -0.0353867 0.156961 -0.0402656
Vertex 1475 0.0284212 0.09351 -0.0344124
Vertex 1476 -0.0503388 0.0553316 0.0326933
Vertex 1477 0.0313241 0.0576987 0.0157969
Vertex 1478 -0.0165277 0.111148 -0.00122605
Vertex 1479 -0.0417542 0.168703 0.0011657
Vertex 1480 0.0482319 0.154836 -0.0220632
Vertex 1481 -0.0856095 0.0611405 -0.02524
Vertex 1482 0.05291 0.148654 -0.0157282
Vertex 1483 -0.0779104 0.0618713 0.00522681
Vertex 1484 -0.0808007 0.0670465 0.00656899
Vertex 1485 -0.0252713 0.0739136 -0.0356298
Vertex 1486 0.0321161 0.082836 0.000841624
Vertex 1487 -0.0531589 0.165118 -0.0306956
Vertex 1488 -0.0856391 0.178106 0.00698294
Vertex 1489 -0.0416002 0.0535873 0.00469642
Vertex 1490 0.0304363 0.116774 -0.0201236
Vertex 1491 -0.0436027 0.178716 -0.00349018
Vertex 1492 -0.0621348 0.0576739 0.011389
Vertex 1493 -0.0803608 0.152021 0.0111745
Vertex 1494 -0.0214787 0.135054 -0.022556
Vertex 1495 -0.0206181 0.1458 -0.0242097
Vertex 1496 0.0344394 0.0840598 0.0258749
Vertex 1497 0.0350576 0.0825217 0.0287254
Vertex 1498 -0.048016 0.145837 -0.0309622
Vertex 1499 0.0836567 0.0956668 0.000758642
Vertex 1500 -0.0895339 0.058771 -0.0294258
Vertex 1501 0.038939 0.0680149 -0.039834
Vertex 1502 -0.0624944 0.127942 -0.0181566
Vertex 1503 -0.0459144 0.179823 -0.0211953
Vertex 1504 -0.0201067 0.0924086 -0.0327036
Vertex 1505 -0.0229996 0.0873873 -0.0360392
Vertex 1506 -0.0806114 0.0971133 0.00880835
Vertex 1507 -0.0840796 0.148631 -0.00722764
Vertex 1508 0.0420333 0.147283 -0.032171
Vertex 1509 -0.015687 0.186608 -0.0303948
Vertex 1510 0.00295509 0.0570902 0.0122831
Vertex 1511 -0.0639973 0.106172 0.01064
Vertex 1512 -0.0880621 0.160125 -0.00795492
Vertex 1513 0.075268 0.088007 0.0203374
Vertex 1514 -0.0301661 0.18116 -0.00678889
Vertex 1515 -0.07592 0.0571154 -0.00612834
Vertex 1516 0.0382401 0.093277 0.0127714
Vertex 1517 0.0247876 0.0641728 0.0178275
Vertex 1518 0.0703547 0.139877 -0.0115777
Vertex 1519 -0.00458436 0.0802995 0.000264171
Vertex 1520 -0.0272573 0.167375 -0.0368157
Vertex 1521 0.0209646 0.0571811 0.0170375
Vertex 1522 -0.0517464 0.143719 -0.0286089
Vertex 1523 -0.0726978 0.176625 -0.00892623
Vertex 1524 -0.0719924 0.145867 0.0134172
Vertex 1525 -0.0579435 0.179084 -0.00373961
Vertex 1526 -0.0936163 0.141941 -0.00146955
Vertex 1527 0.0243261 0.0765378 -0.0373175
Vertex 1528 -0.000719264 0.151869 -0.0217028
Vertex 1529 -0.0811799 0.140613 0.0191425
Vertex 1530 -0.0561806 0.166227 0.00830215
Vertex 1531 0.0642672 0.106324 -0.00612414
Vertex 1532 0.0414721 0.0838374 0.015703
Vertex 1533 -0.0198055 0.169478 -0.0115402
Vertex 1534 0.0403257 0.120505 0.00808913
Vertex 1535 0.0364518 0.124448 0.00551346
Vertex 1536 -0.0406964 0.173194 -0.0384226
Vertex 1537 -0.0679163 0.0675628 0.0270485
Vertex 1538 -0.0957095 0.155657 0.0125161
Vertex 1539 0.0732699 0.12887 -0.0099698
Vertex 1540 0.0181782 0.0618337 -0.0237572
Vertex 1541 0.0791957 0.0783909 0.00207266
Vertex 1542 -0.0306427 0.0535071 -0.0392382
Vertex 1543 -0.0700305 0.145574 -0.0194194
Vertex 1544 0.0347291 0.115363 0.00710013
Vertex 1545 0.0345237 0.107356 0.00938795
Vertex 1546 -0.0539596 0.11565 -0.0243949
Vertex 1547 -0.0323118 0.0711344 -0.0381893
Vertex 1548 0.0420265 0.0787536 -0.0345777
Vertex 1549 -0.0255955 0.164911 -0.0129246
Vertex 1550 -0.0393484 0.163349 -0.0382775
Vertex 1551 -0.0472035 0.160717 -0.0336663
Vertex 1552 -0.00356181 0.193139 -0.0295924
Vertex 1553 -0.0255911 0.145922 -0.00686292
Vertex 1554 -0.0972504 0.141292 -0.00297383
Vertex 1555 -0.0482134 0.0999565 0.00411858
Vertex 1556 0.00786372 0.159085 -0.0214512
Vertex 1557 -0.0268057 0.163304 -0.0251352
Vertex 1558 -0.094685 0.145381 0.0219202
Vertex 1559 0.0557231 0.122456 -0.0311658
Vertex 1560 -0.0510075 0.062722 -0.0381785
Vertex 1561 0.0582952 0.0536352 0.00412777
Vertex 1562 -0.0579293 0.17024 0.00460359
Vertex 1563 -0.0621999 0.171953 0.00490502
Vertex 1564 -0.0353721 0.177033 -0.00269621
Vertex 1565 0.0115542 0.059637 0.0096344
Vertex 1566 0.0660293 0.0842981 0.00268794
Vertex 1567 -0.0362088 0.154926 8.18574e-005
Vertex 1568 -0.0373931 0.174865 -0.0251434
Vertex 1569 0.0281611 0.0536043 -0.0116236
Vertex 1570 -0.078768 0.152826 0.0116219
Vertex 1571 -0.0325536 0.144736 -0.00226253
Vertex 1572 -0.0835089 0.139963 -0.0034919
Vertex 1573 -0.0781345 0.168773 0.0162992
Vertex 1574 -0.0883042 0.150268 -0.00457721
Vertex 1575 0.0298657 0.162756 -0.0206102
Vertex 1576 0.00803898 0.153109 -0.0160844
Vertex 1577 -0.0581859 0.133926 -0.00685929
Vertex 1578 -0.061234 0.131001 -0.00619587
Vertex 1579 0.0314694 0.060227 -0.0462933
Vertex 1580 0.0649926 0.0963409 0.00240935
Vertex 1581 0.0468582 0.11662 -0.0341748
Vertex 1582 0.0524171 0.126482 -0.0330342
Vertex 1583 -0.0383306 0.0907992 -0.0168254
Vertex 1584 -0.0270081 0.0541908 0.0231498
Vertex 1585 -0.0620318 0.0533651 0.0285772
Vertex 1586 -0.00658599 0.124378 -0.00111084
Vertex 1587 -0.00757894 0.132223 -0.00534195
Vertex 1588 -0.0343787 0.168595 -0.0408507
Vertex 1589 -0.0216592 0.084989 -0.0353554
Vertex 1590 -0.0404538 0.189607 -0.0224133
Vertex 1591 -0.0594124 0.15543 -0.0121919
Vertex 1592 0.0319478 0.0582034 0.0154188
Vertex 1593 0.0342953 0.059619 0.0173036
Vertex 1594 -0.019767 0.127347 -0.0181946
Vertex 1595 -0.0488045 0.181071 -0.0168986
Vertex 1596 0.00767489 0.108427 -0.00682558
Vertex 1597 -0.0159881 0.134311 -0.0196899
Vertex 1598 0.0663893 0.0636713 0.0246364
Vertex 1599 0.0295805 0.0551587 -0.00662085
Vertex 1600 -0.0663498 0.0575186 0.0104758
Vertex 1601 -0.0474714 0.159272 -0.0340662
Vertex 1602 0.0182733 0.12896 -0.00602326
Vertex 1603 -0.0743582 0.157193 -0.0186388
Vertex 1604 -0.0875382 0.0814326 -0.00478699
Vertex 1605 -7.97689e-005 0.15061 -0.017825
Vertex 1606 0.0501266 0.0738313 -0.0142526
Vertex 1607 -0.0598602 0.0702347 0.0408657
Vertex 1608 -0.0298984 0.141627 -0.00596561
Vertex 1609 -0.0279333 0.13638 -0.00830652
Vertex 1610 -0.0146689 0.0684854 0.0209429
Vertex 1611 0.0961985 0.136517 -0.0108262
Vertex 1612 -0.0631386 0.160627 -0.0149561
Vertex 1613 -0.0727003 0.152362 0.00251962
Vertex 1614 -0.0243014 0.167162 -0.0238304
Vertex 1615 0.0573092 0.150176 -0.0184374
Vertex 1616 0.0572772 0.147996 -0.0172188
Vertex 1617 -0.0825726 0.166155 0.00931209
Vertex 1618 0.0193695 0.138888 -0.0355515
Vertex 1619 -0.0329331 0.0636312 -0.0394078
Vertex 1620 0.0434605 0.0663521 -0.0397839
Vertex 1621 -0.0747264 0.148939 0.0111321
Vertex 1622 -0.0269423 0.102148 -0.00992061
Vertex 1623 -0.028304 0.0986803 -0.00603324
Vertex 1624 0.024618 0.0770877 -0.033635
Vertex 1625 -0.00775996 0.065752 -0.0081297
Vertex 1626 -0.011535 0.0618806 -0.0124789
Vertex 1627 -0.0367157 0.143238 -0.0306537
Vertex 1628 -0.0860269 0.161224 -0.0147148
Vertex 1629 -0.0832302 0.0676922 0.000544435
Vertex 1630 -0.0698793 0.162959 -0.0208043
Vertex 1631 -0.0249395 0.153368 -0.0261157
Vertex 1632 -0.0357406 0.18552 -0.0167851
Vertex 1633 0.0667095 0.0989372 0.00816668
Vertex 1634 -0.099256 0.152174 0.0030815
Vertex 1635 -0.0618049 0.0926053 0.0161045
Vertex 1636 0.0572522 0.0686143 -0.0102656
Vertex 1637 0.061325 0.113457 -0.0108104
Vertex 1638 0.0615571 0.107167 -0.0146982
Vertex 1639 0.061793 0.107143 -0.0104627
Vertex 1640 -0.0408966 0.183614 -0.0355404
Vertex 1641 0.0343924 0.0792112 0.0280073
Vertex 1642 0.0613533 0.0832904 0.00255275
Vertex 1643 0.0353269 0.118914 0.00666981
Vertex 1644 0.0353529 0.11902 0.006566
Vertex 1645 -0.0343692 0.186224 -0.0198781
Vertex 1646 0.0706862 0.0591408 0.0148434
Vertex 1647 0.058734 0.102713 -0.0148286
Vertex 1648 -0.0888813 0.145802 0.0213538
Vertex 1649 0.0563399 0.150141 -0.0201984
Vertex 1650 0.0667076 0.136971 -0.0178523
Vertex 1651 -0.051842 0.143188 0.00836711
Vertex 1652 -0.0557137 0.175163 0.00369261
Vertex 1653 -0.0550164 0.176741 0.00199385
Vertex 1654 -0.0731382 0.171275 0.00360708
Vertex 1655 0.064838 0.131233 -0.0202273
Vertex 1656 0.0753777 0.123189 -0.00955611
Vertex 1657 0.0161516 0.0657814 0.00294291
Vertex 1658 0.0157739 0.070229 -0.00288003
Vertex 1659 -0.0876599 0.064185 -0.0283892
Vertex 1660 -0.0339991 0.166896 -0.0418923
Vertex 1661 -0.0326521 0.165606 -0.0409328
Vertex 1662 -0.0840686 0.0586998 -0.0330056
Vertex 1663 0.0122682 0.0802064 -0.0128757
Vertex 1664 0.0426645 0.156599 -0.0177232
Vertex 1665 -0.0607686 0.0745955 0.0361453
Vertex 1666 -0.0293265 0.155913 -0.00106933
Vertex 1667 -0.0639056 0.0646197 -0.0341757
Vertex 1668 -0.0580408 0.146138 0.000981994
Vertex 1669 -0.0567545 0.145576 -0.00284529
Vertex 1670 -0.0606511 0.145064 -0.00536252
Vertex 1671 0.0169813 0.161435 -0.0212547
Vertex 1672 -0.0236551 0.0532515 0.0227452
Vertex 1673 -0.0878185 0.0890386 -0.00532148
Vertex 1674 -0.0862598 0.0962337 -0.00509368
Vertex 1675 -0.0120066 0.138661 -0.0207298
Vertex 1676 -0.0105597 0.143551 -0.0209115
Vertex 1677 -0.00898781 0.143747 -0.0210257
Vertex 1678 -0.0824422 0.0674297 -0.00996082
Vertex 1679 0.0472904 0.0705152 -0.0310059
Vertex 1680 -0.0089843 0.0698844 0.0155987
Vertex 1681 0.0172006 0.119896 -0.0254065
Vertex 1682 0.027115 0.134208 -0.00407487
Vertex 1683 -0.0339116 0.115555 -0.0167574
Vertex 1684 -0.0399071 0.106719 -0.0131598
Vertex 1685 -0.0418232 0.158876 0.00204299
Vertex 1686 0.0312287 0.127482 -0.00884057
Vertex 1687 0.0570173 0.109295 -0.0274433
Vertex 1688 -0.0460481 0.0556812 -0.00196983
Vertex 1689 -0.0668056 0.057303 0.0309268
Vertex 1690 -0.0644586 0.17449 -0.0225528
Vertex 1691 -0.069228 0.174798 -0.0204184
Vertex 1692 0.0514834 0.0766694 0.0180274
Vertex 1693 0.0194972 0.0714553 -0.0386869
Vertex 1694 -0.0654132 0.177111 -0.0173219
Vertex 1695 -0.0707972 0.122765 -0.00669792
Vertex 1696 -0.0472726 0.0563942 -0.0381489
Vertex 1697 0.0154508 0.161937 -0.0221545
Vertex 1698 -0.0449462 0.182508 -0.0144357
Vertex 1699 -0.0801296 0.161625 0.0127259
Vertex 1700 -0.0839213 0.164098 0.0118957
Vertex 1701 0.0772953 0.1132 -0.000226947
Vertex 1702 0.052845 0.152259 -0.0207889
Vertex 1703 -0.049145 0.105617 -0.0206973
Vertex 1704 -0.0984161 0.151027 -1.1584e-005
Vertex 1705 -0.0889075 0.181563 -0.000356979
Vertex 1706 0.0309166 0.0717197 -0.0406106
Vertex 1707 -0.0858338 0.161443 -0.0057384
Vertex 1708 -0.0523951 0.0887594 0.0205311
Vertex 1709 -0.0356035 0.180004 0.000774692
Vertex 1710 -0.0371508 0.179271 0.00184885
Vertex 1711 -0.0964405 0.17628 -0.00528996
Vertex 1712 -0.0966013 0.145522 0.00968126
Vertex 1713 -0.0138827 0.125807 -0.00776904
Vertex 1714 -0.0141091 0.122147 -0.00579852
Vertex 1715 -0.0664882 0.170394 0.00443598
Vertex 1716 -0.066229 0.159884 -0.0252764
Vertex 1717 -0.0678749 0.161222 -0.0240144
Vertex 1718 -0.017237 0.0824664 0.0132374
Vertex 1719 0.0458811 0.0835883 -0.0310865
Vertex 1720 0.058377 0.148361 -0.019967
Vertex 1721 0.0606193 0.145946 -0.0191191
Vertex 1722 0.0606116 0.144334 -0.0196607
Vertex 1723 0.0632354 0.141653 -0.018981
Vertex 1724 -0.0723043 0.13925 -0.0172613
Vertex 1725 0.0484719 0.0806912 -0.0057039
Vertex 1726 0.0440754 0.082538 -0.00634476
Vertex 1727 0.0467776 0.0853102 -0.00718154
Vertex 1728 -0.0819577 0.0669646 -0.0231772
Vertex 1729 0.0572981 0.0989663 -0.0101208
Vertex 1730 0.0457137 0.0666436 -0.0376333
Vertex 1731 -0.0804568 0.0704405 0.00982057
Vertex 1732 -0.0812017 0.161553 0.0116698
Vertex 1733 0.0346526 0.086749 0.0268112
Vertex 1734 0.00468944 0.142339 -0.0325768
Vertex 1735 -0.0209325 0.159657 -0.025308
Vertex 1736 -0.0630592 0.0741393 0.0399121
Vertex 1737 0.0243799 0.0823158 -0.0341532
Vertex 1738 -0.0209467 0.16476 -0.043707
Vertex 1739 -0.0156604 0.119535 -0.00549353
Vertex 1740 -0.0317701 0.117163 -0.0153728
Vertex 1741 0.0631617 0.106199 -0.0080955
Vertex 1742 0.090451 0.13479 -0.01324
Vertex 1743 0.0910245 0.133706 -0.00958132
Vertex 1744 0.0301001 0.157089 -0.0247259
Vertex 1745 0.0518602 0.150714 -0.0163965
Vertex 1746 -0.0437571 0.183999 -0.0380733
Vertex 1747 -0.0860615 0.0810842 0.00230224
Vertex 1748 -0.0822116 0.179269 0.00569155
Vertex 1749 -0.00608694 0.0690457 -0.00450845
Vertex 1750 -0.0878344 0.14773 0.019332
Vertex 1751 -0.0596611 0.0789063 0.0184726
Vertex 1752 -0.00764068 0.138726 -0.0233378
Vertex 1753 0.00143811 0.123644 -0.000559004
Vertex 1754 -0.0858155 0.165537 0.0126002
Vertex 1755 -0.0888124 0.180311 0.0038731
Vertex 1756 -0.00766111 0.118687 -0.0332316
Vertex 1757 0.0525283 0.0915086 -0.0106363
Vertex 1758 0.0461981 0.0887636 -0.00866556
Vertex 1759 -0.0552813 0.070208 -0.034212
Vertex 1760 0.0300533 0.108518 -0.00737636
Vertex 1761 -0.0243395 0.156601 -0.00335269
Vertex 1762 -0.0966332 0.178978 0.0010084
Vertex 1763 -0.0602919 0.163352 -0.0275561
Vertex 1764 -0.0815155 0.0896196 0.0100115
Vertex 1765 -0.0803033 0.109707 -0.00987776
Vertex 1766 -0.0552077 0.17306 0.00490531
Vertex 1767 -0.0714044 0.141463 -0.00121154
Vertex 1768 0.0600203 0.0538674 0.00898873
Vertex 1769 -0.0824919 0.0586545 -0.0210708
Vertex 1770 -0.079975 0.173007 0.0110728
Vertex 1771 -0.0657048 0.15127 0.00428561
Vertex 1772 -0.0558993 0.160759 -0.0110203
Vertex 1773 -0.0255802 0.0932704 0.00452312
Vertex 1774 -0.0243573 0.0993533 -0.000168585
Vertex 1775 -0.0276986 0.0955671 0.00134275
Vertex 1776 0.00193138 0.149053 -0.0155513
Vertex 1777 0.0650996 0.136443 -0.0193616
Vertex 1778 -0.0255938 0.115625 -0.0143664
Vertex 1779 -0.0193842 0.12587 -0.0157159
Vertex 1780 0.0927182 0.129775 -0.0115554
Vertex 1781 -0.0272244 0.0838018 -0.0321648
Vertex 1782 -0.0244521 0.0891956 -0.0322347
Vertex 1783 0.0109469 0.121859 -0.00461058
Vertex 1784 -0.0360511 0.0872494 0.0103181
Vertex 1785 -0.0878878 0.16043 -0.00566644
Vertex 1786 -0.0875959 0.150674 0.000124144
Vertex 1787 -0.0834979 0.150157 -0.00306904
Vertex 1788 0.0681629 0.0595928 0.0202669
Vertex 1789 0.00377063 0.150925 -0.0235991
Vertex 1790 -0.0178866 0.188704 -0.0272459
Vertex 1791 -0.0388738 0.152425 0.000728311
Vertex 1792 -0.101429 0.148281 -0.000199886
Vertex 1793 -0.0361508 0.144879 -0.0359733
Vertex 1794 -0.0380241 0.144425 -0.0323981
Vertex 1795 -0.0524864 0.156581 -0.000156984
Vertex 1796 -0.0239031 0.146649 -0.00823717
Vertex 1797 0.033222 0.0537597 -0.0144881
Vertex 1798 -0.0810995 0.0796838 0.0109734
Vertex 1799 -0.081379 0.0824373 0.0110699
Vertex 1800 0.0399442 0.0861703 -0.0352402
Vertex 1801 0.0534834 0.0986862 -0.0207805
Vertex 1802 0.0393388 0.114477 0.0142014
Vertex 1803 -0.091893 0.180599 0.0080553
Vertex 1804 -0.0477513 0.163154 -0.0329878
Vertex 1805 -0.0731592 0.11446 -0.017483
Vertex 1806 -0.0635079 0.0646914 0.0375471
Vertex 1807 0.0349547 0.0964893 0.0145006
Vertex 1808 0.0183754 0.063746 0.0193374
Vertex 1809 -0.099469 0.157746 0.00622787
Vertex 1810 -0.0225307 0.0812768 0.00959321
Vertex 1811 -0.0728857 0.170634 0.00700635
Vertex 1812 -0.088902 0.161931 -0.0118089
Vertex 1813 0.0332441 0.161085 -0.0203282
Vertex 1814 0.0337273 0.093528 0.0189315
Vertex 1815 0.0659632 0.0881752 0.00155498
Vertex 1816 -0.0301192 0.160648 -0.0404742
Vertex 1817 0.0634993 0.139407 -0.0166497
Vertex 1818 0.0651174 0.136768 -0.0166632
Vertex 1819 0.0420821 0.0780221 0.0195604
Vertex 1820 0.0432186 0.0791378 0.0190695
Vertex 1821 0.0430331 0.0791598 0.0187046
Vertex 1822 0.0437336 0.0796162 0.0193998
Vertex 1823 0.00780606 0.059764 0.0175301
Vertex 1824 -0.0671995 0.143453 0.00122602
Vertex 1825 -0.0679899 0.142881 -0.00356724
Vertex 1826 0.0288843 0.0840572 0.00202635
Vertex 1827 -0.062237 0.176848 -0.0238826
Vertex 1828 -0.0213595 0.0545461 0.0259295
Vertex 1829 -0.102349 0.149084 0.00359791
Vertex 1830 -0.0482586 0.175155 -0.0328719
Vertex 1831 -0.0361491 0.112283 -0.0151298
Vertex 1832 0.0840391 0.124556 -0.010664
Vertex 1833 -0.0678435 0.169519 0.00315454
Vertex 1834 0.0378963 0.099054 0.0244746
Vertex 1835 -0.0359768 0.0551775 0.000366477
Vertex 1836 -0.019694 0.159029 -0.0114607
Vertex 1837 -0.060846 0.14592 0.0040268
Vertex 1838 -0.0656885 0.143149 -0.00601704
Vertex 1839 -0.0716511 0.143151 0.00768781
Vertex 1840 -0.0809525 0.170021 -0.00818492
Vertex 1841 -0.0889929 0.17172 0.0129231
Vertex 1842 -0.0909824 0.173668 0.00918842
Vertex 1843 -0.03847 0.0583813 -0.0405987
Vertex 1844 -0.039361 0.0609165 -0.0400035
Vertex 1845 0.0762227 0.101809 -0.00989804
Vertex 1846 -0.0971631 0.145619 0.0205071
Vertex 1847 -0.0411647 0.0569202 0.0336541
Vertex 1848 -0.0431193 0.0650565 0.0325877
Vertex 1849 0.0405304 0.0909938 -0.0323925
Vertex 1850 -0.081259 0.0661007 -0.0389568
Vertex 1851 -0.0203154 0.156657 -0.0236599
Vertex 1852 -0.0200859 0.150099 -0.0231413
Vertex 1853 0.015641 0.0796788 -0.0285629
Vertex 1854 -0.0843337 0.0874573 -0.0149525
Vertex 1855 -0.025794 0.146928 -0.00298288
Vertex 1856 0.0370564 0.0549092 0.0272665
Vertex 1857 -0.080926 0.109382 -0.0049675
Vertex 1858 -0.0909391 0.163342 -0.00761733
Vertex 1859 -0.0899516 0.16237 -0.00576122
Vertex 1860 0.0555704 0.0651859 -0.0265086
Vertex 1861 0.0892102 0.134484 -0.00812001
Vertex 1862 -0.0955171 0.178538 0.00345085
Vertex 1863 -0.085451 0.0679775 -0.0303949
Vertex 1864 -0.0840044 0.0661336 -0.0319862
Vertex 1865 -0.0429003 0.0757963 -0.0294204
Vertex 1866 0.0275577 0.125608 -0.0252039
Vertex 1867 -0.056206 0.159032 -0.0279569
Vertex 1868 0.0274707 0.0660652 0.0114627
Vertex 1869 -0.0550648 0.0676216 -0.0352795
Vertex 1870 -0.0291299 0.135924 -0.0267989
Vertex 1871 -0.0556005 0.0756357 0.0271498
Vertex 1872 -0.0745783 0.163833 -0.00561268
Vertex 1873 -0.0449808 0.0591654 0.027175
Vertex 1874 -0.0716298 0.0550966 -0.00741943
Vertex 1875 -0.0656993 0.0538651 -0.00924454
Vertex 1876 -0.0645774 0.0537464 0.000613891
Vertex 1877 0.0673139 0.134542 -0.0144036
Vertex 1878 -0.027491 0.111248 -0.0155446
Vertex 1879 0.0233683 0.0610279 0.00758324
Vertex 1880 0.0183372 0.0615837 0.00557585
Vertex 1881 -0.0705136 0.166453 -0.0175916
Vertex 1882 -0.0684216 0.16844 -0.0192872
Vertex 1883 0.0635863 0.0894505 0.00250677
Vertex 1884 -0.0866167 0.0804764 -0.00846844
Vertex 1885 -0.0541253 0.142247 0.0084138
Vertex 1886 0.0353479 0.105587 0.0172244
Vertex 1887 -0.0794244 0.140136 -0.0121421
Vertex 1888 0.043067 0.0695174 -0.0385421
Vertex 1889 0.0419706 0.0926707 -0.00485744
Vertex 1890 0.0214932 0.152852 -0.0311354
Vertex 1891 0.0519989 0.0775121 -0.00272808
Vertex 1892 -0.0207595 0.0748847 -0.0359955
Vertex 1893 -0.0138291 0.0766579 0.0151102
Vertex 1894 0.0342094 0.0600677 0.0179844
Vertex 1895 0.0341704 0.0607498 0.015858
Vertex 1896 0.0347695 0.0594447 0.0187414
Vertex 1897 0.0346697 0.0595771 0.0190181
Vertex 1898 0.0342731 0.0603168 0.0177429
Vertex 1899 -0.0409845 0.138942 -0.0293339
Vertex 1900 -0.0871019 0.0584662 -0.0208215
Vertex 1901 -0.0548079 0.0871664 -0.0309858
Vertex 1902 -0.0271231 0.168196 -0.0194719
Vertex 1903 -0.023627 0.0534127 0.00993932
Vertex 1904 -0.045582 0.0646686 0.0237533
Vertex 1905 -0.0817028 0.0751153 0.0103769
Vertex 1906 0.0147741 0.0695268 -0.00731305
Vertex 1907 -0.00805453 0.0869395 -0.0311369
Vertex 1908 -0.0151063 0.0761919 -0.0296582
Vertex 1909 -0.0882597 0.140491 -0.00256689
Vertex 1910 0.0413617 0.159478 -0.020834
Vertex 1911 -0.0601752 0.0529106 -0.00982803
Vertex 1912 -0.0622446 0.0543652 -0.0152766
Vertex 1913 -0.0442317 0.176175 -0.0293868
Vertex 1914 -0.0210978 0.15178 -0.00540474
Vertex 1915 0.017918 0.057494 -0.0162508
Vertex 1916 -0.0485774 0.179872 -0.0360662
Vertex 1917 -0.0815169 0.165744 0.0134436
Vertex 1918 0.0163905 0.0802654 0.000712754
Vertex 1919 0.0766251 0.0668582 0.0175679
Vertex 1920 -0.0263072 0.0598077 -0.0286288
Vertex 1921 -0.0416625 0.133414 0.000231059
Vertex 1922 0.0244169 0.0598681 0.0218728
Vertex 1923 -0.0706517 0.0555274 0.00272135
Vertex 1924 0.0774037 0.0740892 0.0214193
Vertex 1925 0.0407778 0.154882 -0.0160833
Vertex 1926 -0.0334646 0.096732 -0.0153009
Vertex 1927 -0.0921236 0.179104 0.0124842
Vertex 1928 -0.087039 0.141986 0.018345
Vertex 1929 -0.0838235 0.140352 0.0202588
Vertex 1930 -0.0448003 0.105999 -0.0059001
Vertex 1931 -0.0500966 0.14643 -0.0295715
Vertex 1932 0.0090288 0.0609393 0.00838763
Vertex 1933 -0.0145407 0.137495 -0.0184295
Vertex 1934 -0.0147737 0.131167 -0.0158378
Vertex 1935 0.0314218 0.0576583 0.0152188
Vertex 1936 0.0309291 0.0581519 0.0145435
Vertex 1937 0.030684 0.0579507 0.0141167
Vertex 1938 0.0316561 0.057228 0.0145522
Vertex 1939 -0.00243318 0.130106 -0.0333495
Vertex 1940 -0.016115 0.116286 -0.0275766
Vertex 1941 -0.0234192 0.0926009 0.00519256
Vertex 1942 -0.0124365 0.184766 -0.0267393
Vertex 1943 -0.0267882 0.150431 -0.0422284
Vertex 1944 0.0594197 0.0780357 0.00221189
Vertex 1945 0.0668546 0.0548149 0.00913699
Vertex 1946 0.0663883 0.0551739 0.0055106
Vertex 1947 0.0372142 0.0866816 -0.0344625
Vertex 1948 -0.0873992 0.0848484 0.00176966
Vertex 1949 -0.0512974 0.153412 -0.0292798
Vertex 1950 -0.10454 0.144998 -0.0011406
Vertex 1951 -0.0997698 0.140819 -0.00596372
Vertex 1952 0.0162064 0.154786 -0.0118802
Vertex 1953 0.00502556 0.0571453 0.0249521
Vertex 1954 0.0339452 0.0617895 0.0176983
Vertex 1955 0.0555534 0.0980462 -0.0143328
Vertex 1956 -0.0515418 0.146188 0.00801326
Vertex 1957 -0.0619073 0.178776 -0.000827945
Vertex 1958 0.0190077 0.0588886 0.010297
Vertex 1959 -0.0275917 0.171677 -0.00340413
Vertex 1960 -0.0107511 0.0680641 0.00775485
Vertex 1961 0.0832913 0.12843 -0.0146395
Vertex 1962 0.0949465 0.136386 -0.00729224
Vertex 1963 0.0433652 0.141218 -0.0340883
Vertex 1964 0.0459459 0.139075 -0.0335542
Vertex 1965 -0.0122256 0.163528 -0.00730029
Vertex 1966 0.0263393 0.0870138 0.00867071
Vertex 1967 -0.0682749 0.0779849 0.0175386
Vertex 1968 -0.0441447 0.0569952 0.0346363
Vertex 1969 -0.0240422 0.108316 -0.0194812
Vertex 1970 0.0517109 0.0551195 -0.0124782
Vertex 1971 0.0524223 0.0554322 -0.0148641
Vertex 1972 0.0038567 0.055791 0.0113314
Vertex 1973 0.0383378 0.137526 -0.0346543
Vertex 1974 -0.0306268 0.180711 -0.00392305
Vertex 1975 -0.0793459 0.140653 0.00544339
Vertex 1976 -0.0871902 0.14348 0.0146524
Vertex 1977 -0.0878511 0.142502 0.00954388
Vertex 1978 0.00195327 0.0912218 -0.00397503
Vertex 1979 0.0378451 0.115176 0.0131738
Vertex 1980 0.071729 0.0792457 -0.000393393
Vertex 1981 -0.0560892 0.0534386 0.00676981
Vertex 1982 0.0589202 0.099563 -0.0110537
Vertex 1983 -0.075794 0.166865 -0.0138038
Vertex 1984 -0.108674 0.158173 0.0116687
Vertex 1985 -0.0554129 0.0895906 -0.0255665
Vertex 1986 -0.0826212 0.105352 -0.00206722
Vertex 1987 0.0460067 0.062457 -0.0317139
Vertex 1988 -0.0176357 0.0579452 -0.0187481
Vertex 1989 0.0383412 0.150478 -0.0063403
Vertex 1990 -0.0822349 0.150107 0.00964348
Vertex 1991 -0.0845193 0.0964981 0.00124099
Vertex 1992 0.0157063 0.0624076 0.00194099
Vertex 1993 0.0735298 0.0765106 -0.00167162
Vertex 1994 -0.0795691 0.0607738 -0.00502923
Vertex 1995 0.00771363 0.159058 -0.0199688
Vertex 1996 0.00708179 0.153345 -0.0234622
Vertex 1997 0.0507285 0.149616 -0.0239798
Vertex 1998 -0.0533067 0.0572847 -0.0230658
Vertex 1999 -0.0821522 0.0735465 0.00840073
Vertex 2000 -0.0449942 0.165695 -0.0359932
Vertex 2001 -0.0493258 0.163814 -0.0327768
Vertex 2002 -0.0877315 0.169135 -0.011672
Vertex 2003 -0.0911059 0.0599068 -0.0276394
Vertex 2004 -0.0906239 0.0590404 -0.0268863
Vertex 2005 0.0662522 0.105579 -0.00259532
Vertex 2006 -0.0235562 0.168153 -0.0227691
Vertex 2007 -0.0673559 0.153488 -0.00389221
Vertex 2008 -0.00378445 0.148109 -0.0185708
Vertex 2009 -0.0539778 0.0575164 -0.0305261
Vertex 2010 -0.0386906 0.0819956 -0.0282746
Vertex 2011 -0.0664844 0.142135 0.0118238
Vertex 2012 0.0748654 0.141217 -0.00699098
Vertex 2013 0.07855 0.138311 -0.00722151
Vertex 2014 -0.0905778 0.179846 0.000758846
Vertex 2015 -0.0356882 0.055966 -0.00724012
Vertex 2016 -0.0406655 0.0557037 -0.0133196
Vertex 2017 -0.0332367 0.0553529 -0.0131051
Vertex 2018 0.0198646 0.0750166 -0.0384912
Vertex 2019 0.0639892 0.0896966 0.0139105
Vertex 2020 -0.024334 0.157592 -0.0254575
Vertex 2021 -0.0633359 0.0969139 -0.0227816
Vertex 2022 -0.0278622 0.10238 -0.0107648
Vertex 2023 -0.0240327 0.111387 -0.0125662
Vertex 2024 0.0655951 0.0592643 -0.0171454
Vertex 2025 -0.0379939 0.173495 -0.0378554
Vertex 2026 -0.0310677 0.0726948 -0.0369808
Vertex 2027 0.0469365 0.102314 0.02112
Vertex 2028 0.0422205 0.0751323 -0.0331196
Vertex 2029 -0.0638015 0.0550111 0.0322269
Vertex 2030 0.0657976 0.0718506 -0.00864649
Vertex 2031 -0.0304027 0.0538634 -0.015311
Vertex 2032 -0.0294453 0.127736 -0.0131874
Vertex 2033 -0.0128566 0.131827 -0.0128899
Vertex 2034 -0.0415438 0.0994823 -0.0112419
Vertex 2035 0.0556065 0.0958586 -0.0102769
Vertex 2036 -0.0903632 0.150241 -0.000759695
Vertex 2037 -0.0795809 0.14026 -0.00527757
Vertex 2038 -0.0232317 0.175529 -0.0432954
Vertex 2039 -0.0380469 0.159522 -0.000139828
Vertex 2040 -0.0321938 0.154533 -0.0387622
Vertex 2041 -0.0492842 0.146114 0.00662762
Vertex 2042 -0.0304822 0.164977 -0.0410744
Vertex 2043 -0.0238353 0.105663 -0.00633735
Vertex 2044 -0.0737169 0.16814 -0.0122797
Vertex 2045 -0.072231 0.174272 -0.00179862
Vertex 2046 -0.0372573 0.177431 -0.0080966
Vertex 2047 0.0579104 0.115896 -0.0288685
Vertex 2048 -0.0415693 0.153713 0.00235162
Vertex 2049 -0.0612182 0.149805 0.00912766
Vertex 2050 -0.0988621 0.14568 -0.00360891
Vertex 2051 0.0188284 0.160766 -0.0213434
Vertex 2052 -0.0684664 0.176645 -0.0160781
Vertex 2053 -0.0655586 0.163948 -0.0244138
Vertex 2054 -0.038723 0.0742545 0.0265754
Vertex 2055 0.0429521 0.0793474 0.0186496
Vertex 2056 0.0427107 0.0787976 0.0184249
Vertex 2057 -0.0570543 0.176569 0.00247057
Vertex 2058 -0.0348847 0.167634 0.000111635
Vertex 2059 -0.0681224 0.0700545 -0.0239804
Vertex 2060 -0.0505664 0.139457 -0.0241541
Vertex 2061 -0.0621689 0.142372 0.0096505
Vertex 2062 0.0808687 0.0799807 0.00358311
Vertex 2063 -0.0945432 0.150605 -0.00270321
Vertex 2064 -0.0910914 0.149728 -0.0022014
Vertex 2065 0.0355836 0.122578 0.0060638
Vertex 2066 -0.0786437 0.0645801 -0.0163682
Vertex 2067 -0.0700438 0.172241 -0.000253163
Vertex 2068 -0.0569054 0.157334 -0.0139822
Vertex 2069 -0.030332 0.167734 -0.00245191
Vertex 2070 0.0367993 0.144026 -0.0344412
Vertex 2071 0.0271357 0.147387 -0.0349417
Vertex 2072 -0.0621373 0.0752766 0.0219191
Vertex 2073 -0.0848302 0.142555 0.0216202
Vertex 2074 0.0442127 0.0839694 0.0165807
Vertex 2075 -0.0707705 0.0613558 0.0116396
Vertex 2076 -0.0921112 0.142666 -0.00738849
Vertex 2077 -0.0816371 0.144215 -0.0120518
Vertex 2078 -0.00203126 0.130976 -0.00200499
Vertex 2079 -0.0685764 0.125324 -0.00869462
Vertex 2080 -0.00997078 0.138045 -0.0222538
Vertex 2081 0.00726131 0.0662342 0.012987
Vertex 2082 -0.0939725 0.170603 -0.00883338
Vertex 2083 -0.00836672 0.0695572 -0.00023653
Vertex 2084 -0.0300253 0.185872 -0.00381396
Vertex 2085 -0.0461301 0.172949 -0.0331185
Vertex 2086 -0.0442515 0.177068 -0.0343006
Vertex 2087 -0.0284066 0.172687 -0.0104354
Vertex 2088 0.0589426 0.0828823 0.00245011
Vertex 2089 -0.0629152 0.160815 0.00496322
Vertex 2090 -0.0427793 0.141182 -0.0303206
Vertex 2091 -0.0393091 0.111715 -0.0109053
Vertex 2092 -0.0341589 0.118517 -0.0128282
Vertex 2093 -0.0266019 0.124703 -0.0193285
Vertex 2094 0.0646578 0.0739934 0.000606845
Vertex 2095 -0.0149599 0.15244 -0.00700871
Vertex 2096 0.0720966 0.131671 -0.0205141
Vertex 2097 -0.0187285 0.0890197 0.00693518
Vertex 2098 -0.0322737 0.148283 -0.0321205
Vertex 2099 -0.0561145 0.144876 -0.00890592
Vertex 2100 -0.0408879 0.0946736 -0.00483086
Vertex 2101 -0.0538471 0.160943 -0.0034256
Vertex 2102 0.0177048 0.0655123 0.00851551
Vertex 2103 -0.0236157 0.147256 -0.00502697
Vertex 2104 0.034947 0.125173 -0.00659416
Vertex 2105 -0.0853426 0.0633341 -0.031102
Vertex 2106 0.0653259 0.0832151 0.0227665
Vertex 2107 -0.0859835 0.170477 -0.00860892
Vertex 2108 -0.081981 0.0993051 0.00659258
Vertex 2109 -0.0845849 0.151045 -0.00570845
Vertex 2110 -0.00327783 0.128337 -0.00176915
Vertex 2111 0.00237677 0.156032 -0.0203303
Vertex 2112 0.0571548 0.145717 -0.0160003
Vertex 2113 0.0616377 0.143809 -0.0170758
Vertex 2114 0.0628976 0.14177 -0.0167647
Vertex 2115 -0.040287 0.0613279 0.013521
Vertex 2116 0.0137968 0.160005 -0.0192899
Vertex 2117 -0.0743805 0.142163 0.0144534
Vertex 2118 -0.0176931 0.0679033 0.0202963
Vertex 2119 0.0371278 0.0747216 0.013147
Vertex 2120 0.0525515 0.062031 0.0241532
Vertex 2121 0.0549182 0.116079 -0.00382893
Vertex 2122 -0.0672795 0.0729227 -0.0249686
Vertex 2123 0.0243312 0.105788 -0.0194391
Vertex 2124 -0.061541 0.101461 -0.0227108
Vertex 2125 -0.0544298 0.0997661 -0.0207688
Vertex 2126 -0.0378274 0.0633677 -0.0392009
Vertex 2127 0.0387452 0.0578169 -0.0453318
Vertex 2128 -0.0770447 0.174547 0.00111681
Vertex 2129 -0.0188911 0.0575374 0.0257787
Vertex 2130 -0.0160927 0.0602484 0.025351
Vertex 2131 -0.0442127 0.0730317 0.0308779
Vertex 2132 -0.0253814 0.0568118 -0.0349491
Vertex 2133 -0.0723667 0.162689 -0.019468
Vertex 2134 0.0571134 0.068666 -0.0079654
Vertex 2135 -0.0732747 0.176029 -0.015365
Vertex 2136 -0.0509154 0.097826 -0.0182027
Vertex 2137 -0.0631328 0.162167 0.010593
Vertex 2138 -0.0296092 0.120187 -0.0179688
Vertex 2139 -0.0331649 0.118679 -0.0185518
Vertex 2140 -0.0319514 0.122284 -0.0201094
Vertex 2141 0.0727314 0.147957 -0.0087097
Vertex 2142 -0.0138821 0.0638205 0.0226247
Vertex 2143 -0.0494049 0.144382 0.00420948
Vertex 2144 -0.0283132 0.149035 -0.036427
Vertex 2145 -0.0280136 0.14964 -0.0349286
Vertex 2146 0.00948971 0.0578135 0.00181402
Vertex 2147 0.00694148 0.0567219 0.00202091
Vertex 2148 -0.038227 0.175381 -0.00145936
Vertex 2149 -0.0435665 0.146939 0.00354835
Vertex 2150 0.00334264 0.116726 -0.000376469
Vertex 2151 -0.0949945 0.148473 0.0199847
Vertex 2152 -0.0766354 0.0749107 -0.0203556
Vertex 2153 -0.0299287 0.160878 -0.0310393
Vertex 2154 -0.0646326 0.139485 -0.0220915
Vertex 2155 0.0683597 0.130623 -0.0178439
Vertex 2156 -0.0619901 0.0882741 -0.0340546
Vertex 2157 0.0483497 0.15344 -0.0172613
Vertex 2158 -0.066997 0.06231 -0.0302717
Vertex 2159 0.0597204 0.0545856 -0.0233261
Vertex 2160 0.0562503 0.076421 0.0225387
Vertex 2161 -0.0218887 0.0564604 0.00729027
Vertex 2162 -0.0252684 0.163353 -0.0202523
Vertex 2163 0.077155 0.0704635 0.00200588
Vertex 2164 -0.0299132 0.170366 -0.0404879
Vertex 2165 -0.0433961 0.0539652 -0.0288593
Vertex 2166 -0.085395 0.174895 0.0104659
Vertex 2167 0.0903858 0.140068 -0.0105753
Vertex 2168 0.0530034 0.0790614 -0.000440263
Vertex 2169 -0.028926 0.0535388 -0.0218174
Vertex 2170 0.018761 0.155702 -0.0253979
Vertex 2171 0.0196385 0.158037 -0.0240126
Vertex 2172 0.0201807 0.0674787 -0.0298208
Vertex 2173 -0.0346791 0.0740907 0.0212923
Vertex 2174 -0.00152059 0.0758047 -0.0105868
Vertex 2175 -0.0484243 0.135522 -0.0262972
Vertex 2176 -0.0544572 0.136749 -0.0211834
Vertex 2177 -0.013656 0.0901314 0.00835248
Vertex 2178 -0.0914165 0.151032 0.00106019
Vertex 2179 0.0353775 0.0634646 -0.0481744
Vertex 2180 -0.022457 0.166397 -0.00484499
Vertex 2181 -0.0133781 0.054028 0.0189731
Vertex 2182 -0.0530308 0.142157 -0.027661
Vertex 2183 -0.0618284 0.0578348 0.0356379
Vertex 2184 -0.0288685 0.148775 -0.038955
Vertex 2185 -0.065765 0.153716 -0.00269174
Vertex 2186 -0.0668447 0.153469 -0.00418083
Vertex 2187 0.0118995 0.0764479 -0.0135257
Vertex 2188 -0.0907908 0.163475 -0.00396169
Vertex 2189 -0.0911244 0.168453 -0.0132968
Vertex 2190 0.034541 0.05823 0.0135216
Vertex 2191 -0.0431575 0.102574 -0.00817468
Vertex 2192 0.029581 0.147794 -0.00363179
Vertex 2193 0.0746551 0.145644 -0.00894487
Vertex 2194 -0.0666049 0.167365 -0.0228538
Vertex 2195 -0.0979953 0.144301 0.00311481
Vertex 2196 0.0676487 0.0587465 -0.0153486
Vertex 2197 0.00809325 0.1086 -0.027827
Vertex 2198 -0.024098 0.164924 -0.0435694
Vertex 2199 -0.02638 0.160561 -0.0425081
Vertex 2200 -0.0096421 0.0969431 -0.0331869
Vertex 2201 -0.0178443 0.0882527 -0.0322363
Vertex 2202 -0.0910778 0.152936 0.0161288
Vertex 2203 -0.0850476 0.151358 0.013599
Vertex 2204 -0.093667 0.170001 0.000382109
Vertex 2205 -0.0589778 0.0540702 -0.00337839
Vertex 2206 -0.0618314 0.156692 -0.0206315
Vertex 2207 -0.0870693 0.167663 0.0126104
Vertex 2208 -0.0233435 0.100206 -0.0276118
Vertex 2209 -0.0662754 0.0603567 -0.0202656
Vertex 2210 -0.0134716 0.134945 -0.0167642
Vertex 2211 0.0474394 0.0796303 -0.00465647
Vertex 2212 -0.0444817 0.165051 0.00349334
Vertex 2213 -0.012879 0.0649494 0.00678163
Vertex 2214 0.0423404 0.0688411 0.0190735
Vertex 2215 -0.0489909 0.105882 0.00494845
Vertex 2216 -0.0655367 0.175773 -0.0207513
Vertex 2217 0.036195 0.0771381 0.00729742
Vertex 2218 -0.0569222 0.144437 -0.0266396
Vertex 2219 -0.0540151 0.0561861 0.0105647
Vertex 2220 -0.0781338 0.058658 -0.0370775
Vertex 2221 0.0818241 0.151149 -0.00705669
Vertex 2222 -0.0259058 0.170546 -0.00409827
Vertex 2223 -0.025652 0.0586946 -0.039763
Vertex 2224 0.0668803 0.0695471 -0.0100172
Vertex 2225 -0.0327308 0.184894 -0.00232866
Vertex 2226 -0.0848872 0.0974993 -0.0107742
Vertex 2227 0.0594254 0.104885 -0.00985137
Vertex 2228 0.0369043 0.0949609 0.0229084
Vertex 2229 0.032866 0.0562657 -0.0501424
Vertex 2230 -0.0600738 0.181274 -0.0100278
Vertex 2231 -0.052707 0.154467 0.00532241
Vertex 2232 -0.0495992 0.152014 0.00488696
Vertex 2233 0.0293591 0.0535772 0.00554129
Vertex 2234 -0.0782808 0.0695062 -0.0287812
Vertex 2235 -0.0875431 0.149214 -0.00219575
Vertex 2236 -0.080415 0.150876 0.0088775
Vertex 2237 0.0724593 0.0542595 -0.00672267
Vertex 2238 -0.0811771 0.0941695 0.00933428
Vertex 2239 0.0780542 0.11713 -0.0103976
Vertex 2240 0.076797 0.113168 -0.0132881
Vertex 2241 0.0486008 0.13862 -0.0326693
Vertex 2242 0.0525341 0.0658569 0.0244624
Vertex 2243 0.0478583 0.0874395 -0.0129419
Vertex 2244 0.0400962 0.153609 -0.0118941
Vertex 2245 -0.0693182 0.139864 -0.0177534
Vertex 2246 -0.0119151 0.174157 -0.0116315
Vertex 2247 -0.0149568 0.0589735 -0.000645551
Vertex 2248 -0.0193628 0.055026 -0.000769646
Vertex 2249 -0.0162925 0.05578 -0.00562405
Vertex 2250 -0.0407879 0.109868 -0.0164157
Vertex 2251 -0.0680172 0.179573 -0.00706986
Vertex 2252 -0.0225485 0.139575 -0.0200393
Vertex 2253 -0.0715641 0.121321 -0.0120293
Vertex 2254 -0.0666312 0.151928 -0.0171131
Vertex 2255 0.0222086 0.15888 -0.0189675
Vertex 2256 0.074487 0.0658543 -0.000993285
Vertex 2257 0.0175559 0.136359 -0.0352788
Vertex 2258 -0.0316616 0.150034 -0.0398098
Vertex 2259 0.0302452 0.0673124 -0.0335659
Vertex 2260 -0.0462769 0.145828 0.00525237
Vertex 2261 0.0396874 0.0953458 0.0307768
Vertex 2262 -0.087621 0.0587447 -0.0349258
Vertex 2263 -0.0858132 0.0604422 -0.0226322
Vertex 2264 0.0495844 0.130114 -0.0334984
Vertex 2265 0.0539645 0.124018 -0.0322321
Vertex 2266 0.0165276 0.132994 -0.00269916
Vertex 2267 0.0414371 0.105414 -0.0345112
Vertex 2268 0.0375859 0.0941048 -0.0346462
Vertex 2269 -0.0215169 0.174685 -0.0073863
Vertex 2270 -0.0260731 0.133125 -0.0234073
Vertex 2271 -0.0507421 0.146453 0.000775062
Vertex 2272 -0.0469834 0.0570064 0.0277724
Vertex 2273 -0.0667555 0.103577 -0.0224611
Vertex 2274 -0.079404 0.0682721 -0.0262676
Vertex 2275 -0.0572241 0.13368 -0.0191681
Vertex 2276 -0.0490228 0.159709 -0.000372335
Vertex 2277 0.000884725 0.149312 -0.0232325
Vertex 2278 0.0622827 0.0599282 0.0228669
Vertex 2279 -0.0224642 0.15362 -0.0257611
Vertex 2280 -0.0201773 0.150378 -0.024398
Vertex 2281 0.0567216 0.138073 -0.0273926
Vertex 2282 0.0562539 0.140547 -0.0264065
Vertex 2283 -0.0652481 0.150204 0.00930762
Vertex 2284 -0.0864606 0.15121 -0.00707881
Vertex 2285 -0.0735968 0.0560166 -0.00598025
Vertex 2286 0.0215363 0.12562 -0.0115193
Vertex 2287 0.020368 0.128078 -0.00825669
Vertex 2288 -0.0860115 0.170668 0.000876099
Vertex 2289 0.0377442 0.14709 -0.0335991
Vertex 2290 0.0262093 0.151213 -0.0331519
Vertex 2291 0.029646 0.151466 -0.0326568
Vertex 2292 0.0301412 0.0556768 -0.0494789
Vertex 2293 0.0418727 0.150688 -0.0301504
Vertex 2294 -0.0125824 0.109672 0.00111476
Vertex 2295 -0.0763566 0.148083 0.0130851
Vertex 2296 -0.0810844 0.148131 0.0152436
Vertex 2297 0.0571274 0.0547895 0.00652962
Vertex 2298 -0.0457296 0.173872 0.0015919
Vertex 2299 -0.106057 0.156957 0.00942568
Vertex 2300 -0.0614406 0.167381 0.00832638
Vertex 2301 -0.0585222 0.134731 -0.0116355
Vertex 2302 -0.0548584 0.137732 -0.00863884
Vertex 2303 0.012342 0.058169 0.0175312
Vertex 2304 0.0309822 0.0555037 0.0221838
Vertex 2305 -0.0921071 0.150351 0.000104297
Vertex 2306 0.0526224 0.0790484 0.00218939
Vertex 2307 -0.0687703 0.176337 0.000237864
Vertex 2308 -0.0235324 0.11392 -0.0174052
Vertex 2309 0.0120157 0.0746934 -0.0120256
Vertex 2310 -0.0586354 0.144896 0.0107061
Vertex 2311 -0.0387919 0.0630908 0.0145523
Vertex 2312 0.0490495 0.0552769 -0.00148107
Vertex 2313 0.0440897 0.0566333 0.000957919
Vertex 2314 0.018648 0.0588683 -0.0057464
Vertex 2315 -0.0848937 0.164886 0.0109269
Vertex 2316 0.0363648 0.0908254 0.0119439
Vertex 2317 -0.00791301 0.0723976 -0.0224102
Vertex 2318 0.0853731 0.132578 -0.0154253
Vertex 2319 -0.0940696 0.179908 0.00512936
Vertex 2320 -0.0508181 0.0873059 -0.0244503
Vertex 2321 -0.00174352 0.146149 -0.0236099
Vertex 2322 0.0373364 0.104859 0.00877596
Vertex 2323 -0.00549805 0.149805 -0.0193801
Vertex 2324 -0.0335764 0.0530681 -0.0208707
Vertex 2325 -0.0347142 0.176284 -0.0234156
Vertex 2326 0.0267936 0.123634 -0.0180916
Vertex 2327 -0.0775252 0.0691193 0.0119583
Vertex 2328 -0.0815357 0.0667664 -0.035908
Vertex 2329 -0.0750701 0.0679531 -0.0328122
Vertex 2330 -0.0373293 0.0969294 -0.0125669
Vertex 2331 0.0287562 0.0777539 -0.0401301
Vertex 2332 -0.0289591 0.0537576 0.0177614
Vertex 2333 -0.0474727 0.0638439 0.0332191
Vertex 2334 0.0841076 0.0874137 0.00860015
Vertex 2335 0.0270302 0.132515 -0.0328834
Vertex 2336 -0.0664132 0.0834617 0.0162627
Vertex 2337 -0.0965081 0.174174 -0.00745301
Vertex 2338 -0.0182045 0.157475 -0.00929737
Vertex 2339 0.0591239 0.108107 -0.0200329
Vertex 2340 -0.0880016 0.149256 -0.00751155
Vertex 2341 -0.049091 0.0611832 0.0168306
Vertex 2342 -0.041579 0.149024 0.00271377
Vertex 2343 -0.0603926 0.164981 0.0109117
Vertex 2344 -0.0220407 0.181837 -0.0213933
Vertex 2345 0.0692666 0.098705 0.0130441
Vertex 2346 0.083584 0.101262 0.00453765
Vertex 2347 -0.0567333 0.155538 -0.0244444
Vertex 2348 -0.0217957 0.11379 -0.0115177
Vertex 2349 0.0636811 0.122245 -0.0200177
Vertex 2350 -0.0357463 0.0864218 -0.026928
Vertex 2351 -0.0340158 0.0911446 -0.0237696
Vertex 2352 -0.0329607 0.0869795 -0.0280593
Vertex 2353 0.0644489 0.134761 -0.0161807
Vertex 2354 0.0323688 0.0625388 0.0225539
Vertex 2355 0.0663031 0.0733041 -0.000764408
Vertex 2356 -0.00346689 0.0935669 -0.0312595
Vertex 2357 0.0734726 0.0988053 -0.00828714
Vertex 2358 0.0378158 0.117678 -0.0316941
Vertex 2359 0.0419594 0.119588 -0.0339946
Vertex 2360 -0.04352 0.0969886 -0.00592567
Vertex 2361 -0.0476785 0.142344 -0.0279665
Vertex 2362 -0.0411474 0.0595648 -0.0397103
Vertex 2363 -0.0334377 0.100213 -0.0134636
Vertex 2364 0.0832638 0.129961 -0.0153998
Vertex 2365 -0.0418743 0.119102 -0.025084
Vertex 2366 -0.0326857 0.128974 -0.0254284
Vertex 2367 0.0390162 0.102825 -0.00220253
Vertex 2368 -0.00113152 0.153247 -0.0203062
Vertex 2369 -0.091603 0.170714 0.00237322
Vertex 2370 -0.0559325 0.161379 -0.0295847
Vertex 2371 0.0413058 0.0672884 -0.0398611
Vertex 2372 -0.0209702 0.0893892 -0.0340926
Vertex 2373 -0.0522864 0.180793 -0.00874546
Vertex 2374 0.0805441 0.127742 -0.0107836
Vertex 2375 0.0229177 0.156797 -0.0246962
Vertex 2376 0.0343396 0.0528357 0.00673084
Vertex 2377 -0.0844454 0.16582 0.0135264
Vertex 2378 -0.0452311 0.0574169 0.0283507
Vertex 2379 0.00314845 0.128229 -0.00102871
Vertex 2380 -0.0921071 0.142994 0.0231729
Vertex 2381 0.0628944 0.114535 -0.0176609
Vertex 2382 0.0643591 0.119339 -0.0184202
Vertex 2383 -0.0232648 0.172829 -0.0423071
Vertex 2384 0.0456742 0.0826557 0.0241533
Vertex 2385 0.0428445 0.0776217 0.0198848
Vertex 2386 0.0434995 0.0782851 0.0240829
Vertex 2387 0.0189678 0.0559866 -0.0129367
Vertex 2388 0.0324189 0.0877694 0.0222159
Vertex 2389 0.0592575 0.0760023 0.00140284
Vertex 2390 -0.00707821 0.083036 0.00412132
Vertex 2391 -0.0589757 0.0960004 0.0146682
Vertex 2392 -0.00394977 0.194679 -0.0307951
Vertex 2393 -0.0181508 0.105075 -0.0307228
Vertex 2394 -0.0126242 0.110608 -0.0324986
Vertex 2395 -0.0155316 0.129432 -0.0204986
Vertex 2396 -0.0131763 0.133166 -0.0214078
Vertex 2397 0.0156719 0.0599352 0.00394984
Vertex 2398 -0.0818592 0.0690033 -0.0140709
Vertex 2399 0.0222714 0.0640501 -0.0438371
Vertex 2400 -0.0300874 0.165464 -0.00245493
Vertex 2401 -0.0213544 0.0656872 0.0201665
Vertex 2402 0.00521391 0.0607981 0.0234453
Vertex 2403 0.0700657 0.0704236 -0.00570726
Vertex 2404 -0.0850332 0.0996257 -0.000674899
Vertex 2405 0.0255752 0.161039 -0.0206107
Vertex 2406 0.0101334 0.115294 -0.0302024
Vertex 2407 -0.0267431 0.130244 -0.0170491
Vertex 2408 -0.0304041 0.123854 -0.0145244
Vertex 2409 -0.0158972 0.0531608 0.017762
Vertex 2410 0.0328221 0.080238 0.00300978
Vertex 2411 0.0251957 0.159881 -0.0225861
Vertex 2412 -0.0971247 0.145647 0.0168348
Vertex 2413 0.0332485 0.101684 0.0190203
Vertex 2414 -0.0554744 0.155904 -0.00359801
Vertex 2415 0.0315042 0.114541 -0.0258866
Vertex 2416 -0.0766156 0.0603467 0.00422384
Vertex 2417 0.0187489 0.120738 -0.0175617
Vertex 2418 0.0341147 0.0647188 0.0171035
Vertex 2419 0.0641983 0.101483 -0.00487311
Vertex 2420 -0.0854629 0.0598792 -0.0303265
Vertex 2421 0.0454109 0.10013 0.0257956
Vertex 2422 -0.0464586 0.137466 -0.00112909
Vertex 2423 -0.042357 0.0936918 0.00430979
Vertex 2424 -0.0551299 0.17674 -0.0251977
Vertex 2425 -0.00950473 0.174376 -0.0112239
Vertex 2426 0.00307541 0.138612 -0.00319564
Vertex 2427 0.0356623 0.079243 0.0026983
Vertex 2428 -0.00746698 0.0674738 -0.0144811
Vertex 2429 0.0476112 0.105185 -0.0329956
Vertex 2430 -0.0997226 0.153303 0.00942642
Vertex 2431 0.00601963 0.0566324 0.0105803
Vertex 2432 -0.0264559 0.167298 -0.0392811
Vertex 2433 0.0226843 0.0647673 0.0109549
Vertex 2434 0.0442235 0.0735092 0.0170952
Vertex 2435 -0.0241916 0.0557957 0.0052072
Vertex 2436 0.0144433 0.0895359 -0.0146958
Vertex 2437 -0.040741 0.172205 0.00144721
Vertex 2438 -0.0111191 0.0708041 0.017513
Vertex 2439 -0.0520113 0.139307 -0.00531297
Vertex 2440 -0.0320166 0.196381 -0.0226478
Vertex 2441 -0.0692246 0.142251 0.0119567
Vertex 2442 0.0224412 0.0632523 0.00641102
Vertex 2443 0.0538084 0.0967954 -0.0145005
Vertex 2444 0.0572309 0.144817 -0.0219904
Vertex 2445 0.036681 0.15861 -0.0184349
Vertex 2446 3.11492e-005 0.138286 -0.0317573
Vertex 2447 0.0374956 0.0568466 -0.0443427
Vertex 2448 0.0303252 0.0761486 0.017816
Vertex 2449 -0.0753961 0.097759 0.011869
Vertex 2450 -0.0166608 0.110498 -0.0295984
Vertex 2451 -0.0157491 0.113257 -0.0297889
Vertex 2452 -0.0373329 0.174288 -0.0338179
Vertex 2453 -0.0308765 0.173169 -0.0355126
Vertex 2454 0.0346043 0.0689908 -0.0423418
Vertex 2455 0.0268225 0.0783069 0.0171812
Vertex 2456 -0.10501 0.14328 0.00190608
Vertex 2457 -0.102806 0.141792 0.000452071
Vertex 2458 -0.0200493 0.0712437 0.0171545
Vertex 2459 0.0322602 0.057878 -0.0501877
Vertex 2460 0.0340204 0.101431 0.02016
Vertex 2461 0.0693652 0.0909034 -0.000793979
Vertex 2462 -0.0831002 0.16126 -0.00783509
Vertex 2463 0.0306297 0.120804 -0.0169445
Vertex 2464 -0.074769 0.173522 0.000911793
Vertex 2465 -0.0273593 0.168242 -0.00412163
Vertex 2466 -0.0468089 0.0603692 0.0343034
Vertex 2467 0.0709599 0.0616935 0.0202645
Vertex 2468 0.082204 0.102426 -0.00434404
Vertex 2469 -0.0547041 0.0552263 -0.00119719
Vertex 2470 -0.0832637 0.106322 -0.00525266
Vertex 2471 -0.0676263 0.116918 0.00565398
Vertex 2472 -0.0825578 0.0869465 0.00916803
Vertex 2473 -0.0699769 0.0567261 -0.0137201
Vertex 2474 -0.0374486 0.141681 0.00207092
Vertex 2475 0.0483109 0.0771078 0.0080037
Vertex 2476 0.0252878 0.0848665 -0.00200663
Vertex 2477 0.0263285 0.0527065 -0.0128111
Vertex 2478 -0.0654899 0.144873 0.00434841
Vertex 2479 -0.0914825 0.172631 -0.00586871
Vertex 2480 0.050772 0.0887784 -0.0107848
Vertex 2481 -0.0897818 0.173559 -0.0060012
Vertex 2482 0.0466944 0.0598596 -0.0234731
Vertex 2483 -0.0760432 0.0802251 -0.0215346
Vertex 2484 -0.0561006 0.129622 0.000137715
Vertex 2485 0.00483016 0.15439 -0.0217637
Vertex 2486 0.00126551 0.0894454 -0.025485
Vertex 2487 -0.0586448 0.157065 -0.0254329
Vertex 2488 0.00884352 0.0614517 0.0255844
Vertex 2489 -0.0448676 0.124447 -0.0270767
Vertex 2490 -0.0460867 0.121606 -0.0263429
Vertex 2491 -0.022953 0.131574 -0.0202777
Vertex 2492 -0.0262399 0.125409 -0.0184183
Vertex 2493 0.0506546 0.14295 -0.0305031
Vertex 2494 0.0587019 0.128276 -0.0282334
Vertex 2495 0.0596316 0.124476 -0.0272144
Vertex 2496 -0.0643733 0.0733897 0.0369237
Vertex 2497 0.0125692 0.111032 -0.0194755
Vertex 2498 -0.0304259 0.0557408 -0.0243838
Vertex 2499 -0.0213595 0.124145 -0.0160017
Vertex 2500 0.000561332 0.114373 -0.0348437
Vertex 2501 0.0670244 0.127763 -0.0186747
Vertex 2502 0.0712058 0.14186 -0.0117834
Vertex 2503 0.0509978 0.0897097 -0.00923921
Vertex 2504 0.0200762 0.0596755 -0.0235611
Vertex 2505 -0.0732165 0.0645443 -0.0373278
Vertex 2506 -0.0755229 0.0606586 -0.0373443
Vertex 2507 0.0658975 0.0985451 -0.00421701
Vertex 2508 0.064793 0.0942181 -0.00208666
Vertex 2509 0.0648703 0.0946882 -0.00128423
Vertex 2510 0.0647252 0.0941757 -0.00244836
Vertex 2511 0.0645936 0.0937055 -0.00199787
Vertex 2512 0.0647912 0.09446 -0.00351954
Vertex 2513 0.0314597 0.123258 -0.0117627
Vertex 2514 -0.0761342 0.11382 -0.0140267
Vertex 2515 0.0644026 0.139308 -0.0179679
Vertex 2516 -0.0816377 0.0666808 -0.0187537
Vertex 2517 -0.0108622 0.0592728 0.0106158
Vertex 2518 0.0210809 0.0644753 -0.0437685
Vertex 2519 0.0203942 0.0637223 -0.0431545
Vertex 2520 -0.0123634 0.0889359 -0.0323485
Vertex 2521 -0.0861356 0.149146 -0.00172704
Vertex 2522 -0.0225175 0.148973 -0.0182188
Vertex 2523 -0.100244 0.149476 0.0142379
Vertex 2524 0.0360418 0.106183 -0.0338468
Vertex 2525 -0.0174818 0.132506 -0.0184443
Vertex 2526 0.013161 0.0652544 0.00231605
Vertex 2527 -0.0240384 0.160187 -0.0393835
Vertex 2528 0.00963166 0.103833 -0.0140002
Vertex 2529 -0.0651098 0.0805484 0.016211
Vertex 2530 0.0482041 0.0840299 -0.00821188
Vertex 2531 -0.0638922 0.170418 -0.0255055
Vertex 2532 -0.0440559 0.090759 -0.0153926
Vertex 2533 0.0457121 0.0839721 -0.0147184
Vertex 2534 -0.0531344 0.143788 -0.0178419
Vertex 2535 -0.0803952 0.165952 0.0146535
Vertex 2536 -0.0387159 0.185188 -0.014942
Vertex 2537 -0.0372304 0.18633 -0.0225915
Vertex 2538 -0.0143456 0.105634 0.00188677
Vertex 2539 -0.056563 0.0753304 -0.0361279
Vertex 2540 -0.0481736 0.0768906 0.0313354
Vertex 2541 0.0112354 0.0640359 0.0191954
Vertex 2542 -0.0658697 0.143757 -0.0169284
Vertex 2543 -0.0778348 0.140619 0.00280494
Vertex 2544 -0.075656 0.140778 0.00196221
Vertex 2545 -0.0802424 0.107231 -0.0135018
Vertex 2546 -0.0252595 0.0838807 0.0094952
Vertex 2547 -0.0274117 0.0794588 0.0110035
Vertex 2548 -0.0166962 0.183362 -0.0285983
Vertex 2549 -0.0573104 0.169658 -0.0283862
Vertex 2550 0.062854 0.107984 -0.00868648
Vertex 2551 0.0337594 0.0983964 0.0215807
Vertex 2552 -0.0100113 0.0637992 -0.00221923
Vertex 2553 -0.0286459 0.0621947 -0.0405111
Vertex 2554 -0.0395463 0.0557792 -0.0125963
Vertex 2555 -0.0866097 0.0882531 -0.010059
Vertex 2556 0.0396874 0.0641766 -0.0282961
Vertex 2557 0.0445988 0.0595995 -0.0219034
Vertex 2558 0.0301226 0.0736263 0.0181491
Vertex 2559 0.0289291 0.0686198 0.0144312
Vertex 2560 -0.065381 0.0787648 -0.0339132
Vertex 2561 0.0534009 0.0736259 -0.0220511
Vertex 2562 0.0695241 0.0534145 -0.00503462
Vertex 2563 0.0867922 0.139503 -0.00670142
Vertex 2564 -0.0214526 0.110375 -0.0232216
Vertex 2565 0.0434967 0.0730134 -0.0329011
Vertex 2566 0.080198 0.0891514 -0.00199631
Vertex 2567 0.0307387 0.123459 -0.0246404
Vertex 2568 -0.0375524 0.0619175 0.0162217
Vertex 2569 -0.0862059 0.0908638 -0.00999217
Vertex 2570 0.0741021 0.116262 -0.00149993
Vertex 2571 0.0705175 0.119443 -0.00385782
Vertex 2572 -0.0314883 0.0673354 -0.0382688
Vertex 2573 0.0420576 0.078336 0.0140049
Vertex 2574 0.0425649 0.0825769 0.0155739
Vertex 2575 0.0429273 0.0821849 0.0158554
Vertex 2576 0.0427392 0.0819808 0.0158353
Vertex 2577 0.042484 0.0817089 0.0158319
Vertex 2578 0.0423659 0.0815693 0.0158297
Vertex 2579 0.0424211 0.0816357 0.0158288
Vertex 2580 0.0422348 0.0814059 0.0158199
Vertex 2581 0.0427657 0.0820343 0.015865
Vertex 2582 0.0415363 0.0813468 0.0148162
Vertex 2583 0.030165 0.0653614 -0.038052
Vertex 2584 -0.0252036 0.117226 -0.0159813
Vertex 2585 -0.0261558 0.113362 -0.0159779
Vertex 2586 0.0832698 0.146195 -0.011916
Vertex 2587 0.0797432 0.125685 -0.0152861
Vertex 2588 0.0714846 0.0917745 0.0187702
Vertex 2589 -0.0415864 0.0602303 0.0348506
Vertex 2590 -0.025838 0.0891644 -0.0307005
Vertex 2591 0.00535226 0.0574857 0.0140269
Vertex 2592 -0.0220468 0.149626 -0.00477184
Vertex 2593 0.0231245 0.0561164 0.0214984
Vertex 2594 -0.0145942 0.165577 -0.00764482
Vertex 2595 -0.0369358 0.116476 -0.0189369
Vertex 2596 -0.0552696 0.155268 0.00529139
Vertex 2597 0.0063442 0.116145 -0.0335538
Vertex 2598 -0.0244814 0.111051 -0.017481
Vertex 2599 -0.0612962 0.178637 -0.0176395
Vertex 2600 -0.0464225 0.1665 0.00507856
Vertex 2601 -0.014867 0.0939399 -0.0327694
Vertex 2602 0.0282524 0.1036 -0.0305146
Vertex 2603 -0.0791139 0.0828668 0.0121787
Vertex 2604 -0.0385562 0.0689355 -0.0353061
Vertex 2605 -0.0564625 0.143264 0.00691305
Vertex 2606 -0.0416111 0.1622 0.00185672
Vertex 2607 -0.0704079 0.168963 -0.0183309
Vertex 2608 -0.02301 0.165671 -0.0238238
Vertex 2609 0.0297135 0.135063 -0.0339386
Vertex 2610 0.0314657 0.136988 -0.0344805
Vertex 2611 0.030158 0.141133 -0.0353966
Vertex 2612 -0.0260738 0.135941 -0.0244884
Vertex 2613 -0.0216488 0.138992 -0.0244546
Vertex 2614 0.0447269 0.150465 -0.00929059
Vertex 2615 0.0835498 0.143481 -0.00591632
Vertex 2616 0.0217263 0.162163 -0.0203821
Vertex 2617 0.0225184 0.0529396 -0.00985597
Vertex 2618 -0.0646568 0.0705319 -0.0315926
Vertex 2619 0.0495677 0.0545348 -0.0129904
Vertex 2620 -0.0735015 0.0800099 0.0147904
Vertex 2621 -0.100819 0.158769 0.011808
Vertex 2622 -0.0450543 0.0876715 0.0205668
Vertex 2623 -0.013671 0.0736993 0.01846
Vertex 2624 0.0345394 0.0644461 -0.0454246
Vertex 2625 0.0777897 0.144952 -0.0143656
Vertex 2626 -0.0220634 0.0719688 -0.0363893
Vertex 2627 0.0363034 0.11054 0.00648848
Vertex 2628 0.000178253 0.0798023 -0.0103691
Vertex 2629 0.00593596 0.0929045 -0.0146068
Vertex 2630 0.00606095 0.0933405 -0.017588
Vertex 2631 0.00281174 0.0861268 -0.0101435
Vertex 2632 -0.0538577 0.141543 -0.0133948
Vertex 2633 0.0340425 0.156594 -0.0249677
Vertex 2634 -0.0266175 0.144105 -0.00857877
Vertex 2635 0.0450763 0.147172 -0.0311998
Vertex 2636 0.0481663 0.14629 -0.0297124
Vertex 2637 -0.00989373 0.100363 0.00361152
Vertex 2638 -0.00791092 0.107936 0.00226406
Vertex 2639 -0.00404128 0.106394 0.00230449
Vertex 2640 -0.0634352 0.144259 -0.00568319
Vertex 2641 -0.0653367 0.144086 -0.014484
Vertex 2642 -0.0685588 0.143659 -0.0137817
Vertex 2643 -0.0686614 0.142685 -0.0097489
Vertex 2644 0.075655 0.0815536 0.022535
Vertex 2645 -0.0314841 0.144566 -0.00473054
Vertex 2646 -0.0463183 0.144217 -0.00296813
Vertex 2647 0.0370264 0.107482 0.0154142
Vertex 2648 0.0492736 0.0887255 -0.00831661
Vertex 2649 0.0478732 0.0916651 -0.00933106
Vertex 2650 0.0523734 0.0976109 -0.00997938
Vertex 2651 0.0368085 0.0763618 0.0103373
Vertex 2652 -0.0410553 0.0573804 0.0304184
Vertex 2653 -0.085438 0.140961 0.00539237
Vertex 2654 -0.0823587 0.140599 0.00497869
Vertex 2655 -0.0330444 0.182589 -0.000193787
Vertex 2656 -0.0238773 0.148818 -0.0257167
Vertex 2657 -0.0214473 0.153474 -0.0216124
Vertex 2658 -0.0174434 0.0609185 -0.0221756
Vertex 2659 0.0482429 0.0866232 -0.00743112
Vertex 2660 -0.0531792 0.15086 0.00657016
Vertex 2661 0.0685945 0.125909 -0.0189313
Vertex 2662 -0.0614839 0.0732208 0.0333897
Vertex 2663 -0.0570748 0.153252 -0.0272443
Vertex 2664 0.0637757 0.128856 -0.0206818
Vertex 2665 0.0340592 0.133522 -0.00354765
Vertex 2666 0.0375418 0.0550435 0.00427529
Vertex 2667 0.0377373 0.0558343 -0.0220961
Vertex 2668 -0.0518154 0.150292 -0.0281676
Vertex 2669 0.0261039 0.0594578 0.00710743
Vertex 2670 0.0310528 0.0574087 0.0109733
Vertex 2671 -0.0713366 0.176994 -0.00249586
Vertex 2672 0.0303824 0.0696475 -0.0478036
Vertex 2673 -0.0484893 0.171563 -0.0323856
Vertex 2674 0.0615865 0.139932 -0.0213529
Vertex 2675 -0.017817 0.131748 -0.0191473
Vertex 2676 -0.0687049 0.0573408 0.00877955
Vertex 2677 0.0474002 0.1008 0.0174509
Vertex 2678 -0.0658422 0.177736 0.00027456
Vertex 2679 -0.0531894 0.159525 -0.00510807
Vertex 2680 -0.0523977 0.0768382 0.0330126
Vertex 2681 0.0543173 0.0621268 -0.0295639
Vertex 2682 -0.00544245 0.0725783 -0.00193464
Vertex 2683 0.0785084 0.0832746 0.0203038
Vertex 2684 0.0367786 0.125071 -0.0315246
Vertex 2685 0.0358045 0.124542 -0.0306458
Vertex 2686 -0.0745823 0.0886167 -0.0263006
Vertex 2687 -0.0156435 0.0858943 0.010742
Vertex 2688 -0.0162851 0.171612 -0.00669664
Vertex 2689 -0.0855281 0.150471 0.0111885
Vertex 2690 0.0494207 0.145408 -0.00732715
Vertex 2691 -0.0637674 0.126988 -0.00173257
Vertex 2692 -0.0215591 0.164867 -0.0412534
Vertex 2693 -0.0207552 0.162515 -0.0417572
Vertex 2694 -0.0686944 0.179415 -0.00397052
Vertex 2695 0.0183952 0.0720373 -0.0359603
Vertex 2696 -0.0929991 0.15372 0.0145225
Vertex 2697 -0.0438627 0.157589 0.00234246
Vertex 2698 0.0522561 0.100744 -0.0274987
Vertex 2699 0.0506708 0.104311 -0.0309738
Vertex 2700 -0.0284667 0.151986 -0.0343543
Vertex 2701 -0.0291068 0.15302 -0.0315098
Vertex 2702 0.0100146 0.154523 -0.0184198
Vertex 2703 0.037209 0.0636165 -0.048958
Vertex 2704 -0.0337973 0.0532578 0.00597797
Vertex 2705 0.0658033 0.105262 -0.00848488
Vertex 2706 0.0553133 0.12653 -0.00431067
Vertex 2707 0.0470461 0.134141 -0.0023175
Vertex 2708 -0.0147933 0.12124 -0.026003
Vertex 2709 -0.0508578 0.102933 0.0077599
Vertex 2710 0.0185877 0.159863 -0.0226267
Vertex 2711 0.0125604 0.0721926 -0.0209545
Vertex 2712 -0.0200569 0.145919 -0.0233297
Vertex 2713 -0.0212168 0.0648261 0.0217224
Vertex 2714 -0.0193198 0.0637409 0.0234246
Vertex 2715 0.017457 0.0738475 0.0085875
Vertex 2716 0.0920019 0.134205 -0.0105554
Vertex 2717 -0.0721093 0.152166 -0.00628341
Vertex 2718 -0.0753286 0.059024 -0.0109065
Vertex 2719 -0.0877652 0.177851 0.00946272
Vertex 2720 -0.0740334 0.0944225 -0.0220916
Vertex 2721 -0.0903402 0.175395 0.0164172
Vertex 2722 -0.0208836 0.0807989 0.0106213
Vertex 2723 -0.024835 0.160376 -0.0252221
Vertex 2724 -0.0265992 0.159247 -0.0264046
Vertex 2725 0.0096174 0.0581865 0.0116562
Vertex 2726 -0.00205449 0.148656 -0.0187611
Vertex 2727 -0.0633234 0.0605117 0.0147235
Vertex 2728 -0.0798059 0.161136 0.0108852
Vertex 2729 -0.0118089 0.0939755 0.00562494
Vertex 2730 -0.0708865 0.105859 -0.021199
Vertex 2731 -0.0784081 0.0959775 -0.0194282
Vertex 2732 -0.00867614 0.0695311 0.0116532
Vertex 2733 -0.0107943 0.0728403 0.00600137
Vertex 2734 0.0352416 0.0656064 0.0160003
Vertex 2735 0.0389638 0.0711572 0.0157173
Vertex 2736 -0.037448 0.177459 -0.00248226
Vertex 2737 -0.0187113 0.169009 -0.00769985
Vertex 2738 -0.0790817 0.153166 0.0109917
Vertex 2739 -0.0776656 0.149951 0.00939631
Vertex 2740 -0.0667453 0.0719439 -0.0265605
Vertex 2741 -0.00910072 0.0750375 0.00331859
Vertex 2742 0.0407525 0.0897227 0.015038
Vertex 2743 0.0249188 0.0676639 -0.0457299
Vertex 2744 -0.0305527 0.0963968 -0.00628164
Vertex 2745 -0.0753702 0.0669122 -0.0364446
Vertex 2746 -0.0596586 0.144967 -0.0179272
Vertex 2747 -0.0943579 0.165661 -0.00315327
Vertex 2748 0.0669455 0.0664035 -0.0108363
Vertex 2749 -0.026704 0.15849 -0.0357155
Vertex 2750 -0.0591428 0.141414 -0.022338
Vertex 2751 -0.0726699 0.173371 -0.0137433
Vertex 2752 -0.066901 0.0539927 -0.00719804
Vertex 2753 0.011063 0.13614 -0.00234194
Vertex 2754 -0.0630906 0.061644 -0.0226415
Vertex 2755 -0.0196309 0.167595 -0.0113226
Vertex 2756 -0.0596907 0.161983 -0.0285452
Vertex 2757 -0.0337979 0.115722 -0.0144998
Vertex 2758 -0.0403513 0.177937 -0.00952054
Vertex 2759 0.0669476 0.0557132 0.00379269
Vertex 2760 -0.078842 0.172403 0.0150779
Vertex 2761 -0.021568 0.0992482 0.00175415
Vertex 2762 -0.0644653 0.0566855 0.0205364
Vertex 2763 0.0764628 0.124193 -0.0178032
Vertex 2764 -0.000365045 0.0897354 -0.0269298
Vertex 2765 0.029566 0.0577195 0.0233097
Vertex 2766 0.0324449 0.0893229 0.0111608
Vertex 2767 0.0427128 0.115099 -0.00142136
Vertex 2768 0.0469266 0.126221 -0.0016535
Vertex 2769 -0.0228954 0.132317 -0.0222882
Vertex 2770 0.00684881 0.138652 -0.0346106
Vertex 2771 0.00725221 0.132013 -0.0352837
Vertex 2772 -0.0682247 0.0736613 -0.0286778
Vertex 2773 0.0117588 0.0572808 0.0253598
Vertex 2774 0.0436979 0.0805605 0.0199124
Vertex 2775 0.0622403 0.0730549 0.0255105
Vertex 2776 0.066981 0.0608923 -0.0151553
Vertex 2777 -0.0982482 0.17376 -0.00789926
Vertex 2778 0.0148562 0.0727043 0.00241827
Vertex 2779 0.0358461 0.10347 0.0121293
Vertex 2780 0.0284416 0.161349 -0.0231494
Vertex 2781 -0.0318338 0.173882 -0.019369
Vertex 2782 -0.0328256 0.174399 -0.0164264
Vertex 2783 -0.00637847 0.0960685 -0.0328898
Vertex 2784 -0.00377251 0.0964005 -0.0324518
Vertex 2785 -0.0362803 0.172485 -0.0381974
Vertex 2786 -0.0141683 0.0716413 0.0197281
Vertex 2787 0.0425611 0.0945394 0.0141479
Vertex 2788 -0.0742231 0.170057 0.00893905
Vertex 2789 -0.0132041 0.11605 -0.0309447
Vertex 2790 -0.0382895 0.0964714 -0.00943133
Vertex 2791 -0.0323651 0.0979986 -0.0111434
Vertex 2792 -0.0857533 0.0741799 0.000781044
Vertex 2793 0.0329705 0.0739276 -0.0382269
Vertex 2794 -0.0827577 0.0583687 -0.0354095
Vertex 2795 -0.0702323 0.171068 -0.0224218
Vertex 2796 0.00426868 0.146967 -0.00844054
Vertex 2797 0.00925805 0.152161 -0.0116257
Vertex 2798 -0.0251443 0.080698 -0.0363548
Vertex 2799 -0.0946 0.177986 -0.00213989
Vertex 2800 0.0442662 0.0858471 -0.00816172
Vertex 2801 0.0456043 0.0830773 -0.0066277
Vertex 2802 -0.0305208 0.11985 -0.0163203
Vertex 2803 0.0651372 0.0931702 -0.000839861
Vertex 2804 -0.016084 0.134179 -0.0174386
Vertex 2805 0.0270857 0.15782 -0.0174475
Vertex 2806 0.0459875 0.0563797 0.00203385
Vertex 2807 -0.00762883 0.14421 -0.0211282
Vertex 2808 -0.0547909 0.0548537 -0.0200878
Vertex 2809 -0.0603906 0.1455 0.00543034
Vertex 2810 -0.0402719 0.168192 -0.0367229
Vertex 2811 -0.0837001 0.0914345 -0.0156708
Vertex 2812 -0.0815697 0.0849755 -0.0182051
Vertex 2813 -0.00288163 0.147784 -0.0223484
Vertex 2814 0.0413341 0.055617 -0.00748544
Vertex 2815 -0.0980757 0.138402 -0.00511456
Vertex 2816 -0.0118298 0.124373 -0.00462593
Vertex 2817 0.0521497 0.0943587 -0.014443
Vertex 2818 0.0765799 0.0916446 -0.00456374
Vertex 2819 -0.0126032 0.150334 -0.00919638
Vertex 2820 -0.0689783 0.169876 0.00500187
Vertex 2821 -0.0401377 0.19368 -0.0214911
Vertex 2822 -0.0836955 0.16835 -0.0115427
Vertex 2823 -0.0892173 0.141151 0.00203564
Vertex 2824 -0.0042633 0.0714463 -0.00694463
Vertex 2825 -0.00785775 0.0675099 -0.00260793
Vertex 2826 0.059617 0.133601 -0.0255928
Vertex 2827 -0.0752061 0.118703 -0.00810018
Vertex 2828 0.0386702 0.120269 0.0101999
Vertex 2829 -0.0142122 0.137422 -0.0200324
Vertex 2830 -0.0608866 0.160663 0.00935761
Vertex 2831 0.0183696 0.0733908 -0.0303632
Vertex 2832 -0.0289497 0.150178 -0.0293408
Vertex 2833 0.0564358 0.152005 -0.0194103
Vertex 2834 -0.00659559 0.188591 -0.0300415
Vertex 2835 0.0467357 0.15677 -0.0187909
Vertex 2836 -0.0585665 0.0548116 0.018024
Vertex 2837 -0.0603025 0.0543756 0.0193423
Vertex 2838 -0.0870514 0.151447 -0.00585317
Vertex 2839 -0.0966858 0.171178 -0.00257693
Vertex 2840 -0.0774324 0.104562 0.00810115
Vertex 2841 -0.047471 0.126529 0.0027853
Vertex 2842 -0.0418107 0.123024 0.000775962
Vertex 2843 -0.0381761 0.126157 -0.00121473
Vertex 2844 -0.0400901 0.123738 -0.000188891
Vertex 2845 -0.0225846 0.0536245 -0.000548653
Vertex 2846 -0.0909437 0.171605 0.00767331
Vertex 2847 -0.089168 0.170116 0.0106036
Vertex 2848 -0.0944763 0.167325 -0.00239308
Vertex 2849 -0.0945117 0.169372 -0.000694331
Vertex 2850 0.0387324 0.10067 -0.0346774
Vertex 2851 0.0440116 0.109275 -0.0342846
Vertex 2852 0.0330752 0.0931052 -0.00315462
Vertex 2853 -0.0826796 0.14928 -0.00648725
Vertex 2854 -0.0335849 0.172892 -0.0234833
Vertex 2855 -0.0818233 0.0659393 0.00194299
Vertex 2856 -0.0482229 0.069298 0.0326354
Vertex 2857 -0.0665223 0.158821 -0.0238649
Vertex 2858 -0.0300829 0.0665553 -0.0389785
Vertex 2859 -0.0407763 0.184265 -0.0229989
Vertex 2860 -0.0633887 0.071428 0.0314488
Vertex 2861 -0.0446754 0.0946281 -0.0134782
Vertex 2862 -0.0412105 0.0938987 -0.0133543
Vertex 2863 0.0415878 0.115848 0.00998306
Vertex 2864 0.0411267 0.111063 0.0097675
Vertex 2865 0.063347 0.10883 -0.013529
Vertex 2866 -0.096287 0.153619 0.000938705
Vertex 2867 0.0309541 0.155837 -0.0123987
Vertex 2868 0.0304424 0.153555 -0.00790335
Vertex 2869 0.0206512 0.089806 -0.00714152
Vertex 2870 -0.066323 0.0939707 -0.0294087
Vertex 2871 -0.0672873 0.0656171 0.0161706
Vertex 2872 0.0314863 0.0609255 0.0237496
Vertex 2873 -0.0200066 0.10432 -0.000304935
Vertex 2874 -0.0174924 0.106713 0.000167623
Vertex 2875 -0.0727663 0.0693121 -0.0301991
Vertex 2876 -0.0517151 0.158778 -0.0288063
Vertex 2877 -0.0289829 0.104849 -0.0124352
Vertex 2878 -0.0277435 0.10851 -0.0135036
Vertex 2879 -0.0675895 0.0671736 0.0200435
Vertex 2880 -0.0760872 0.108647 0.0062395
Vertex 2881 0.0918898 0.144674 -0.00533478
Vertex 2882 0.0947227 0.149402 -0.00530112
Vertex 2883 -0.0721231 0.143893 0.0144185
Vertex 2884 -0.0672068 0.0579797 0.026378
Vertex 2885 -0.0843551 0.0734138 0.00310651
Vertex 2886 -0.0363514 0.163926 -2.2383e-005
Vertex 2887 0.0654378 0.114419 -0.00741957
Vertex 2888 -0.0760603 0.060737 -0.0169306
Vertex 2889 -0.0800802 0.0629399 -0.0175566
Vertex 2890 -0.0696463 0.0697727 0.0156024
Vertex 2891 0.0183957 0.0738715 -0.0383419
Vertex 2892 -0.0806717 0.139666 -0.00942461
Vertex 2893 -0.0423538 0.0653825 0.0287458
Vertex 2894 -0.0430265 0.0687448 0.0310133
Vertex 2895 -0.0972456 0.152379 -0.000134505
Vertex 2896 -0.0404445 0.0528488 -0.0376773
Vertex 2897 0.00305003 0.14538 -0.0297664
Vertex 2898 0.00699093 0.14706 -0.0304794
Vertex 2899 0.0710194 0.105927 0.00794776
Vertex 2900 -0.0833963 0.139508 -0.0107747
Vertex 2901 -0.00979165 0.112092 -0.0333347
Vertex 2902 -0.0312407 0.0569704 -0.0255123
Vertex 2903 0.0708112 0.145843 -0.0121582
Vertex 2904 -0.088664 0.16877 0.0119374
Vertex 2905 -0.0878565 0.169284 0.0138555
Vertex 2906 0.0346891 0.0552851 0.0275622
Vertex 2907 -0.0396517 0.182638 -0.036037
Vertex 2908 0.0715573 0.0896915 0.0202398
Vertex 2909 -0.0257844 0.174769 -0.00293906
Vertex 2910 0.0721312 0.0570387 -0.0117154
Vertex 2911 0.0412165 0.0634337 -0.0429619
Vertex 2912 -0.018847 0.168179 -0.0103207
Vertex 2913 -0.0235344 0.150422 -0.0131864
Vertex 2914 -0.024436 0.155833 -0.0148087
Vertex 2915 -0.0398168 0.154408 0.00116144
Vertex 2916 0.0472369 0.0966165 0.0167454
Vertex 2917 -0.0586739 0.0751889 0.0257406
Vertex 2918 -0.0429239 0.0549922 0.00267769
Vertex 2919 0.0130471 0.065201 0.0135296
Vertex 2920 0.049724 0.0577594 0.0213341
Vertex 2921 0.0458784 0.0599592 0.0212905
Vertex 2922 -0.0243192 0.156939 -0.0184709
Vertex 2923 -0.00232419 0.120964 -0.0344042
Vertex 2924 0.0361372 0.0993089 0.0129615
Vertex 2925 -0.0585333 0.17802 -0.00137487
Vertex 2926 -0.0246689 0.0568619 0.00691637
Vertex 2927 -0.0168268 0.101657 0.00247566
Vertex 2928 0.0293483 0.128685 -0.0289507
Vertex 2929 0.0317339 0.128299 -0.0294683
Vertex 2930 0.015092 0.0636595 0.0166064
Vertex 2931 0.0369882 0.0981988 0.0235054
Vertex 2932 -0.067008 0.144404 0.00587659
Vertex 2933 -0.07194 0.178737 -0.00710162
Vertex 2934 -0.0624214 0.130117 -0.0130882
Vertex 2935 0.0725239 0.0705227 -0.000958996
Vertex 2936 -0.0463523 0.0830159 -0.0274473
Vertex 2937 0.0360086 0.12263 0.00499147
Vertex 2938 -0.0375011 0.119493 -0.00511464
Vertex 2939 -0.0877431 0.177338 -0.00583684
Vertex 2940 -0.0865454 0.176871 -0.00604106
Vertex 2941 -0.027412 0.155894 -0.0365975
Vertex 2942 -0.024835 0.0530939 -0.00793594
Vertex 2943 -0.0497435 0.0716025 -0.0362456
Vertex 2944 0.0249096 0.0618748 0.00726993
Vertex 2945 0.0238692 0.161384 -0.0227661
Vertex 2946 -0.00515176 0.0914445 0.00325781
Vertex 2947 -0.00613814 0.0885333 0.00369635
Vertex 2948 0.0617803 0.067163 -0.0137143
Vertex 2949 -0.0307551 0.128857 -0.0231509
Vertex 2950 -0.0605385 0.0671688 0.0385218
Vertex 2951 -0.0240682 0.149847 -0.0411175
Vertex 2952 0.00887371 0.0628881 0.01794
Vertex 2953 -0.0279598 0.168913 -0.0381526
Vertex 2954 0.0625245 0.118351 -0.0120721
Vertex 2955 -0.0100818 0.164504 -0.0109877
Vertex 2956 -0.0112161 0.175111 -0.0109523
Vertex 2957 -0.052158 0.168477 0.00560589
Vertex 2958 -0.0298497 0.18461 -0.0255603
Vertex 2959 0.032504 0.109221 -0.0303358
Vertex 2960 0.0226966 0.0725525 -0.0338778
Vertex 2961 0.0221287 0.0713796 -0.0320624
Vertex 2962 -0.0413006 0.0858221 -0.0254996
Vertex 2963 -0.0371796 0.0890308 -0.0230029
Vertex 2964 0.0341901 0.146046 -0.00327646
Vertex 2965 0.030783 0.150391 -0.00520804
Vertex 2966 0.0344648 0.150223 -0.00534613
Vertex 2967 0.0378676 0.146156 -0.00358215
Vertex 2968 -0.0579694 0.155174 0.00453254
Vertex 2969 0.0531022 0.147853 -0.0229457
Vertex 2970 -0.0383356 0.180111 0.0014377
Vertex 2971 -0.0504547 0.0984271 0.00904576
Vertex 2972 -0.075606 0.156813 -0.0153327
Vertex 2973 -0.0322491 0.083312 -0.02972
Vertex 2974 0.0287136 0.0648149 0.0223944
Vertex 2975 0.0328784 0.123445 -0.00961432
Vertex 2976 0.0299218 0.127315 -0.00934884
Vertex 2977 -0.0295559 0.166461 -0.0256014
Vertex 2978 -0.084907 0.0701994 0.00111591
Vertex 2979 -0.0437838 0.131244 -0.0279926
Vertex 2980 -0.0437473 0.127591 -0.0276052
Vertex 2981 -0.0329048 0.143816 -0.00296307
Vertex 2982 -0.0198004 0.116621 -0.0209045
Vertex 2983 0.0621488 0.135929 -0.0211878
Vertex 2984 -0.0521092 0.178449 -2.7304e-005
Vertex 2985 -0.0632706 0.0717818 0.0334376
Vertex 2986 0.0575345 0.135883 -0.0274245
Vertex 2987 0.0560812 0.0660579 -0.0235315
Vertex 2988 -0.0663953 0.170005 -0.0233997
Vertex 2989 0.0521927 0.0693637 -0.0256779
Vertex 2990 -0.0668512 0.0626683 0.0208062
Vertex 2991 -0.0283457 0.0952562 -0.0255846
Vertex 2992 -0.0129967 0.189919 -0.0298383
Vertex 2993 0.0010214 0.103716 -2.07974e-005
Vertex 2994 0.00227848 0.107294 -0.000545337
Vertex 2995 -0.0343414 0.149868 -0.000449702
Vertex 2996 0.00457325 0.113794 -0.00136295
Vertex 2997 0.0199167 0.0832964 -0.00433235
Vertex 2998 -0.0878608 0.171375 -0.00803501
Vertex 2999 0.0939725 0.129707 -0.00921615
Vertex 3000 -0.0122397 0.0743921 0.0160102
Vertex 3001 -0.0801838 0.141319 0.0167876
Vertex 3002 0.0289832 0.0577021 -0.0257967
Vertex 3003 0.025766 0.0600239 -0.0271541
Vertex 3004 0.0240428 0.0627742 -0.0285991
Vertex 3005 -0.0624528 0.0822853 -0.0357117
Vertex 3006 0.0377353 0.0627825 -0.0353603
Vertex 3007 -0.0753053 0.100072 0.010862
Vertex 3008 0.0550905 0.110066 -0.00623805
Vertex 3009 -0.0326899 0.0760617 0.0209448
Vertex 3010 -0.0233208 0.157507 -0.0208491
Vertex 3011 -0.0533359 0.145 -0.0048845
Vertex 3012 -0.0821259 0.158728 -0.0147902
Vertex 3013 0.00800437 0.0650301 0.0102473
Vertex 3014 -0.0860696 0.158658 -0.0066536
Vertex 3015 -0.0765977 0.161646 -0.0100801
Vertex 3016 -0.0391878 0.0979894 -0.0104816
Vertex 3017 -0.104292 0.145817 0.00519975
Vertex 3018 -0.071246 0.161376 -0.021384
Vertex 3019 -0.0334912 0.176481 -0.0167136
Vertex 3020 0.0546332 0.0537222 0.0141962
Vertex 3021 -0.046681 0.161373 0.0033312
Vertex 3022 -0.0499769 0.171661 0.00360118
Vertex 3023 -0.0701747 0.0727835 -0.0224888
Vertex 3024 -0.037746 0.174283 -0.0369039
Vertex 3025 -0.0517636 0.143083 0.0061395
Vertex 3026 0.0535115 0.13311 -0.0319823
Vertex 3027 0.0496971 0.0754424 0.0189527
Vertex 3028 0.00186235 0.0970736 -0.00232293
Vertex 3029 -0.0259414 0.149138 -0.00337121
Vertex 3030 0.0473472 0.130039 -0.00204575
Vertex 3031 0.00850961 0.155511 -0.0188565
Vertex 3032 -0.0915553 0.162818 -0.00487328
Vertex 3033 0.028033 0.16098 -0.0190005
Vertex 3034 -0.0332108 0.141367 -0.0297026
Vertex 3035 -0.0695942 0.075644 0.0162115
Vertex 3036 -0.0474342 0.177799 -0.00259924
Vertex 3037 0.0312147 0.159168 -0.0191429
Vertex 3038 -0.0253491 0.0979863 -0.0270179
Vertex 3039 -0.028004 0.0721161 -0.038468
Vertex 3040 -0.090425 0.177563 0.0153361
Vertex 3041 -0.0772926 0.162419 0.0111103
Vertex 3042 0.0193892 0.144959 -0.00339134
Vertex 3043 0.0285415 0.143758 -0.00296353
Vertex 3044 0.0674573 0.130134 -0.0180269
Vertex 3045 -0.0781639 0.163743 0.0130249
Vertex 3046 0.0543302 0.0989171 -0.0166363
Vertex 3047 0.0771783 0.0802918 -0.00164059
Vertex 3048 -0.0814271 0.080011 -0.0179595
Vertex 3049 -0.0290355 0.0876835 0.00841488
Vertex 3050 -0.0311196 0.0908987 0.00612014
Vertex 3051 -0.0514982 0.128848 0.00185257
Vertex 3052 -0.0883271 0.0592182 -0.0266428
Vertex 3053 0.0383825 0.0708626 -0.038031
Vertex 3054 -0.0462747 0.176639 -0.0253097
Vertex 3055 -0.0868029 0.0626772 -0.0294506
Vertex 3056 -0.048352 0.0918102 0.0188772
Vertex 3057 -0.0706812 0.114249 -0.0195978
Vertex 3058 -0.0747663 0.10957 -0.0183116
Vertex 3059 0.0353549 0.065975 0.0195421
Vertex 3060 0.0597434 0.140145 -0.0153113
Vertex 3061 -0.0316506 0.0695391 -0.0382788
Vertex 3062 -0.0334654 0.183769 -0.0161768
Vertex 3063 -0.00138112 0.109462 0.00139618
Vertex 3064 -0.00455184 0.101994 0.00245725
Vertex 3065 -0.000776633 0.0989164 0.000768074
Vertex 3066 -0.00427223 0.0964709 0.00277853
Vertex 3067 0.0658399 0.0567149 0.0175992
Vertex 3068 -0.0616246 0.145713 0.0110309
Vertex 3069 -0.0621723 0.143199 0.0116986
Vertex 3070 -0.0447201 0.0556496 -0.0264297
Vertex 3071 0.0437999 0.0846459 0.0161013
Vertex 3072 0.0448973 0.0869148 0.0161904
Vertex 3073 -0.0813673 0.0680499 -0.0300587
Vertex 3074 0.080913 0.0841865 0.017964
Vertex 3075 0.0310672 0.152884 -0.0314166
Vertex 3076 -0.0445183 0.096669 -0.00335554
Vertex 3077 0.0114105 0.0576988 0.0208085
Vertex 3078 -0.0250221 0.145308 -0.0257729
Vertex 3079 -0.067441 0.14373 0.0129958
Vertex 3080 0.0102395 0.134713 -0.0353042
Vertex 3081 0.0634046 0.0895685 0.00534565
Vertex 3082 0.0347786 0.110819 0.0104425
Vertex 3083 -0.0630357 0.110356 0.00951696
Vertex 3084 -0.0587466 0.107719 0.00955036
Vertex 3085 0.0616716 0.0804956 0.00288861
Vertex 3086 0.0635658 0.0814449 0.00327966
Vertex 3087 0.0703655 0.133903 -0.0108594
Vertex 3088 -0.0173507 0.0826453 -0.0318996
Vertex 3089 -0.0580099 0.167859 0.00731035
Vertex 3090 0.0199738 0.131244 -0.00540989
Vertex 3091 0.0155181 0.12799 -0.00462162
Vertex 3092 0.0813983 0.0956988 -0.00392138
Vertex 3093 0.0640755 0.111742 -0.00882468
Vertex 3094 -0.0276603 0.17 -0.0231054
Vertex 3095 -0.0836088 0.0837682 0.00923625
Vertex 3096 -0.0489474 0.175999 0.00136125
Vertex 3097 0.0382701 0.117837 -0.00260781
Vertex 3098 0.0393684 0.126109 -0.00267249
Vertex 3099 0.0737874 0.0681878 -0.00051857
Vertex 3100 -0.0602598 0.178382 -0.0202967
Vertex 3101 -0.036085 0.160403 -0.000411396
Vertex 3102 0.0153016 0.0644044 0.022951
Vertex 3103 0.0104797 0.0631355 0.0262533
Vertex 3104 -0.0918241 0.145736 -0.00665593
Vertex 3105 -0.0955006 0.148747 -0.00386996
Vertex 3106 -0.0373437 0.142092 -0.0306685
Vertex 3107 0.0629992 0.132374 -0.0148742
Vertex 3108 0.0619104 0.129871 -0.0234513
Vertex 3109 0.0184151 0.127965 -0.032124
Vertex 3110 -0.0421665 0.173582 -0.0356603
Vertex 3111 -0.0440174 0.151911 0.00308394
Vertex 3112 -0.0110522 0.120577 -0.00197606
Vertex 3113 0.0565617 0.107111 -0.00957788
Vertex 3114 -0.0702907 0.150129 -0.0137699
Vertex 3115 -0.0766511 0.14788 -0.00878506
Vertex 3116 -0.0497562 0.159514 -0.0298378
Vertex 3117 -0.0441517 0.0786735 0.0228319
Vertex 3118 -0.0540338 0.0813443 -0.0357192
Vertex 3119 0.0679741 0.0724636 -0.00720779
Vertex 3120 -0.0265941 0.100393 -0.023396
Vertex 3121 -0.0246491 0.102653 -0.0242155
Vertex 3122 0.0157231 0.058127 0.0241709
Vertex 3123 0.0700381 0.0672877 0.0246159
Vertex 3124 -0.0443505 0.168834 0.00206398
Vertex 3125 -0.036655 0.0562643 0.0102679
Vertex 3126 0.0229805 0.057622 0.0126931
Vertex 3127 -0.0474841 0.11608 -0.0247946
Vertex 3128 -0.0922145 0.171346 0.00373058
Vertex 3129 -0.0337957 0.0605555 0.0234103
Vertex 3130 0.00760644 0.0627973 0.00394541
Vertex 3131 0.00963691 0.0641075 0.0033215
Vertex 3132 0.0105607 0.125125 -0.0029843
Vertex 3133 0.0700775 0.066796 -0.00795006
Vertex 3134 0.0373608 0.0773166 0.0116826
Vertex 3135 -0.0490677 0.149717 -0.0301208
Vertex 3136 -0.00812574 0.115482 -0.0337078
Vertex 3137 -0.0954699 0.145554 0.0139362
Vertex 3138 -0.0937792 0.143574 0.00684399
Vertex 3139 -0.0369842 0.117128 -0.00994882
Vertex 3140 0.0411898 0.055379 0.00579878
Vertex 3141 0.0678518 0.105095 -0.00944681
Vertex 3142 -0.0560412 0.145332 0.00970707
Vertex 3143 -0.0543291 0.146223 0.00891973
Vertex 3144 -0.0596353 0.132738 -0.0149397
Vertex 3145 -0.0820073 0.160257 -0.0110327
Vertex 3146 -0.0949593 0.153392 0.0136977
Vertex 3147 -0.0859937 0.14947 -0.00303606
Vertex 3148 -0.0947614 0.138465 -0.00636394
Vertex 3149 -0.0024632 0.19275 -0.0307265
Vertex 3150 -0.0357156 0.0717471 -0.0296636
Vertex 3151 -0.068061 0.0746341 0.0201342
Vertex 3152 -0.0547646 0.174164 -0.0303713
Vertex 3153 0.0567874 0.11753 -0.0300407
Vertex 3154 -0.0516843 0.0648214 0.036503
Vertex 3155 -0.00385905 0.135522 -0.0306619
Vertex 3156 -0.00565556 0.137248 -0.0274618
Vertex 3157 -0.00808569 0.133934 -0.0269301
Vertex 3158 0.070158 0.140265 -0.0157269
Vertex 3159 -0.0270977 0.145478 -0.0275433
Vertex 3160 -0.0665426 0.172246 0.000742957
Vertex 3161 -0.0490884 0.179389 -0.00654374
Vertex 3162 -0.0298491 0.0527293 -0.0342521
Vertex 3163 -0.00140641 0.123205 -0.0341379
Vertex 3164 -0.0197627 0.0594726 0.0255673
Vertex 3165 0.0812056 0.125416 -0.0107221
Vertex 3166 0.0260528 0.152177 -0.00602763
Vertex 3167 -0.0245674 0.186117 -0.0205554
Vertex 3168 -0.0217862 0.119589 -0.0141678
Vertex 3169 -0.020185 0.122015 -0.0143891
Vertex 3170 0.0326537 0.0586977 0.0136322
Vertex 3171 -0.0638614 0.0627845 -0.0262251
Vertex 3172 -0.088783 0.163472 -0.00457272
Vertex 3173 -0.0252312 0.126073 -0.0195645
Vertex 3174 0.0252315 0.0996174 -0.00821763
Vertex 3175 -0.0827409 0.0625011 -0.039117
Vertex 3176 0.0715727 0.0772013 0.0240144
Vertex 3177 -0.0199631 0.0590069 0.00598928
Vertex 3178 -0.0657152 0.12579 -0.0153478
Vertex 3179 -0.0305778 0.165697 -0.0328874
Vertex 3180 -0.0241372 0.163443 -0.0440501
Vertex 3181 -0.00295482 0.142675 -0.0107888
Vertex 3182 0.0494168 0.153573 -0.0217815
Vertex 3183 -0.00892819 0.124883 -0.0312589
Vertex 3184 0.0081092 0.061085 0.00280175
Vertex 3185 0.00881888 0.0579954 0.00148132
Vertex 3186 0.0234749 0.137096 -0.00333776
Vertex 3187 0.0208217 0.137437 -0.00290322
Vertex 3188 -0.094647 0.143697 0.0215389
Vertex 3189 -0.0635733 0.0542349 0.0231622
Vertex 3190 -0.0953007 0.164836 -0.00974013
Vertex 3191 -0.0304837 0.174868 -0.00319652
Vertex 3192 0.0661941 0.114658 -0.0160554
Vertex 3193 -0.00389324 0.144249 -0.0156958
Vertex 3194 0.0227107 0.0933368 -0.00723971
Vertex 3195 0.028773 0.0972669 -0.00485835
Vertex 3196 -0.0786653 0.0674951 -0.017318
Vertex 3197 -0.0769471 0.144521 -0.0147003
Vertex 3198 -0.0726683 0.144549 -0.0178659
Vertex 3199 -0.0430689 0.141503 -0.0320955
Vertex 3200 0.0116486 0.0649157 0.0110108
Vertex 3201 -0.0101103 0.0957421 0.00408654
Vertex 3202 0.0653295 0.127101 -0.0141343
Vertex 3203 -0.0644546 0.0572571 -0.0180441
Vertex 3204 0.0515832 0.057236 -0.0256242
Vertex 3205 -0.0288395 0.169394 -0.0174105
Vertex 3206 -0.0274835 0.16704 -0.0410335
Vertex 3207 -0.0946694 0.153904 0.0030332
Vertex 3208 -0.0180383 0.0985391 -0.0318947
Vertex 3209 -0.0934556 0.144209 0.0102321
Vertex 3210 -0.0321275 0.101641 -0.0126644
Vertex 3211 -0.00572326 0.145067 -0.0175285
Vertex 3212 -0.0419075 0.178441 -0.0358006
Vertex 3213 -0.0878199 0.145902 0.0200432
Vertex 3214 -0.00129088 0.139039 -0.0052105
Vertex 3215 -0.00888697 0.0655748 0.012436
Vertex 3216 -0.0774253 0.0883551 -0.0216409
Vertex 3217 0.0240863 0.0568924 0.0024532
Vertex 3218 -0.0438508 0.100406 -0.0078625
Vertex 3219 -0.0344106 0.0686285 -0.0381698
Vertex 3220 -0.035599 0.112704 -0.0138147
Vertex 3221 -0.0346043 0.165993 -0.000763401
Vertex 3222 -0.0394696 0.16704 0.00050286
Vertex 3223 0.0414938 0.0816968 -0.00491983
Vertex 3224 -0.0829119 0.150244 0.0143871
Vertex 3225 -0.0136852 0.149334 -0.0101091
Vertex 3226 -0.044961 0.162175 -0.0346306
Vertex 3227 0.0398029 0.0591287 0.0175315
Vertex 3228 -0.0174747 0.155895 -0.010253
Vertex 3229 -0.0623629 0.0548246 0.00789889
Vertex 3230 0.0602082 0.146115 -0.0173448
Vertex 3231 -0.0351526 0.0938605 -0.00459031
Vertex 3232 0.0327056 0.077956 -0.0347033
Vertex 3233 0.0695538 0.129151 -0.0106874
Vertex 3234 -0.0861923 0.0834183 -0.0110575
Vertex 3235 -0.0869346 0.0831963 -0.0088837
Vertex 3236 0.0424299 0.122056 -0.00174372
Vertex 3237 -0.0935231 0.165781 -0.00717725
Vertex 3238 -0.00938625 0.0905269 -0.0320688
Vertex 3239 -0.0367601 0.0698973 -0.0333229
Vertex 3240 -0.0752613 0.11062 0.00607322
Vertex 3241 -0.0259553 0.13888 -0.0252505
Vertex 3242 -0.0564232 0.0753942 0.0359803
Vertex 3243 -0.0121848 0.0692411 0.0194334
Vertex 3244 0.0416807 0.0763509 0.0160229
Vertex 3245 0.0400794 0.156569 -0.017048
Vertex 3246 0.0394741 0.158578 -0.0188134
Vertex 3247 -0.0116875 0.0959641 0.00511232
Vertex 3248 -0.0389144 0.12772 -0.0276606
Vertex 3249 -0.037316 0.131494 -0.0282632
Vertex 3250 -0.00964066 0.127888 -0.00441649
Vertex 3251 0.0122665 0.0764325 -0.0115527
Vertex 3252 -0.0812795 0.175284 0.00763498
Vertex 3253 -0.0793677 0.173082 0.00848871
Vertex 3254 0.0686794 0.0626626 -0.0127644
Vertex 3255 -0.0830758 0.158878 -0.0125886
Vertex 3256 -0.0911917 0.171604 0.00541937
Vertex 3257 -0.0934781 0.172399 0.00224316
Vertex 3258 0.0410859 0.0983118 -0.00353453
Vertex 3259 0.0369725 0.0560181 0.0274912
Vertex 3260 0.0482695 0.156806 -0.0207622
Vertex 3261 0.039916 0.102859 0.0268999
Vertex 3262 0.0386053 0.104726 0.0237394
Vertex 3263 0.0656698 0.0856391 0.0214943
Vertex 3264 0.074956 0.119141 -0.0174393
Vertex 3265 0.012542 0.117326 -0.0289282
Vertex 3266 0.0303473 0.0554529 -0.0475595
Vertex 3267 0.029879 0.0558805 -0.0475884
Vertex 3268 -0.0517602 0.110709 0.00706106
Vertex 3269 -0.054137 0.108887 0.00808848
Vertex 3270 -0.0795608 0.0582467 -0.0240127
Vertex 3271 -0.0179229 0.116006 -0.00543718
Vertex 3272 -0.101016 0.150754 0.00981871
Vertex 3273 -0.0402417 0.192542 -0.018304
Vertex 3274 -0.0576682 0.11078 0.00873952
Vertex 3275 -0.102351 0.148392 0.0102709
Vertex 3276 0.0591975 0.12232 -0.00773718
Vertex 3277 0.0591614 0.124948 -0.007955
Vertex 3278 -0.0469874 0.158537 0.000510076
Vertex 3279 -0.0545189 0.169939 -0.0295585
Vertex 3280 -0.0506517 0.171424 -0.0317237
Vertex 3281 -0.0353479 0.0929116 -0.0168363
Vertex 3282 -0.043764 0.0763138 0.0298646
Vertex 3283 -0.0219063 0.0717068 0.0158705
Vertex 3284 -0.0914999 0.149773 -0.00132572
Vertex 3285 -0.0883099 0.140319 -0.00541799
Vertex 3286 -0.0595302 0.176225 0.00517474
Vertex 3287 0.0615372 0.0793683 0.0234783
Vertex 3288 0.0363614 0.05892 -0.0500402
Vertex 3289 -0.0835046 0.149797 -0.00686193
Vertex 3290 -0.0335368 0.0556975 -0.00407142
Vertex 3291 -0.0787502 0.113889 -0.00204475
Vertex 3292 -0.00153534 0.108352 -0.0341784
Vertex 3293 -0.00502941 0.105463 -0.0342118
Vertex 3294 -0.00611663 0.101905 -0.0337667
Vertex 3295 0.0864091 0.133047 -0.00890439
Vertex 3296 0.0552202 0.0789964 0.000936413
Vertex 3297 -0.00646227 0.120347 -0.000348204
Vertex 3298 -0.0558527 0.144236 -0.0144824
Vertex 3299 -0.0558694 0.144152 -0.0141777
Vertex 3300 -0.0559221 0.144218 -0.0145194
Vertex 3301 -0.0558392 0.143858 -0.0140855
Vertex 3302 -0.0915876 0.154198 0.0106392
Vertex 3303 -0.0628965 0.161879 0.00119832
Vertex 3304 0.0428278 0.0907093 -0.0306534
Vertex 3305 -0.000185174 0.111081 -0.0344269
Vertex 3306 -0.0922136 0.176869 0.0132397
Vertex 3307 -0.0174246 0.12235 -0.0105882
Vertex 3308 -0.0195951 0.118579 -0.0112382
Vertex 3309 -0.0309504 0.184123 -0.00301244
Vertex 3310 -0.0443371 0.0659162 0.0259102
Vertex 3311 -0.0415483 0.0768621 0.0270161
Vertex 3312 -0.0851623 0.0639125 -0.0212146
Vertex 3313 -0.0839517 0.0656762 -0.0205792
Vertex 3314 -0.034865 0.175746 -0.00767414
Vertex 3315 -0.0737609 0.148907 0.008245
Vertex 3316 -0.0670898 0.151247 0.0069114
Vertex 3317 0.0295226 0.158982 -0.0186769
Vertex 3318 -0.0197786 0.15214 -0.0249507
Vertex 3319 0.0154877 0.147528 -0.0338514
Vertex 3320 0.0203119 0.149697 -0.0334694
Vertex 3321 0.0221465 0.149254 -0.0337414
Vertex 3322 -0.0347778 0.17242 -0.00162558
Vertex 3323 -0.0375999 0.173163 -0.0274019
Vertex 3324 0.0442797 0.0529356 0.0147257
Vertex 3325 -0.0540469 0.0979146 0.0119871
Vertex 3326 0.0536073 0.0942756 -0.00984655
Vertex 3327 0.0547473 0.0958928 -0.00967652
Vertex 3328 -0.0860601 0.0889191 0.00190526
Vertex 3329 -0.0623843 0.141877 0.0101887
Vertex 3330 0.043674 0.0803468 -0.0053496
Vertex 3331 -0.0675926 0.0619389 -0.0255462
Vertex 3332 0.0588601 0.114317 -0.0266749
Vertex 3333 -0.0211942 0.158039 -0.00356175
Vertex 3334 -0.0561844 0.0690187 -0.0337219
Vertex 3335 -0.0838745 0.169226 0.0165723
Vertex 3336 -0.0519133 0.14546 -0.0287647
Vertex 3337 0.0760269 0.100297 0.013008
Vertex 3338 0.0483661 0.116927 -0.00153247
Vertex 3339 -0.0478548 0.140756 -0.00282552
Vertex 3340 -0.0407291 0.156768 -0.0377475
Vertex 3341 -0.0928735 0.168418 -0.0112433
Vertex 3342 -0.0411517 0.0647499 0.0208136
Vertex 3343 0.0712339 0.113469 0.00135379
Vertex 3344 0.0391738 0.074892 0.012297
Vertex 3345 -0.0457148 0.140029 -0.0274885
Vertex 3346 0.0833048 0.146845 -0.00916975
Vertex 3347 -0.0246288 0.0695337 0.0198474
Vertex 3348 -0.0850318 0.1796 0.00596173
Vertex 3349 -0.0701561 0.0961571 -0.0236055
Vertex 3350 0.0475305 0.0645643 -0.03467
Vertex 3351 0.0216907 0.150354 -0.00516426
Vertex 3352 -0.0192758 0.0668175 -0.0278391
Vertex 3353 -0.0574035 0.143484 -0.0219967
Vertex 3354 -0.0536946 0.142667 -0.0237042
Vertex 3355 -0.0757028 0.13984 -0.0127738
Vertex 3356 -0.0559688 0.114244 0.00753669
Vertex 3357 -0.0988725 0.175674 -0.00513144
Vertex 3358 -0.0349844 0.197106 -0.0221598
Vertex 3359 0.0335902 0.0611715 0.018254
Vertex 3360 0.0341011 0.0625682 0.0208018
Vertex 3361 -0.00555779 0.132084 -0.00402155
Vertex 3362 -0.0848326 0.0978999 -0.000224488
Vertex 3363 -0.0268799 0.0926103 -0.0287836
Vertex 3364 -0.0311439 0.175417 -0.00451522
Vertex 3365 0.0541108 0.0943022 -0.0107957
Vertex 3366 -0.0551041 0.101651 0.0106103
Vertex 3367 -0.0476256 0.093271 0.0159536
Vertex 3368 -0.0435262 0.0893851 0.018149
Vertex 3369 -0.07885 0.0788044 0.0125831
Vertex 3370 -0.0830255 0.0661437 -0.0330638
Vertex 3371 -0.0243619 0.118629 -0.0149147
Vertex 3372 -0.0265746 0.112412 -0.0140541
Vertex 3373 0.0436549 0.153539 -0.0155829
Vertex 3374 -0.0508915 0.12597 -0.026041
Vertex 3375 0.0791048 0.0844159 -0.00104502
Vertex 3376 0.0732147 0.0566897 -0.0035548
Vertex 3377 0.0345675 0.0879829 0.0104546
Vertex 3378 -0.0376156 0.109678 -0.0146507
Vertex 3379 0.0675302 0.116176 -0.00364285
Vertex 3380 -0.0650764 0.140703 -0.0227693
Vertex 3381 -0.0738845 0.140998 -0.0179996
Vertex 3382 0.0794663 0.11396 -0.00455858
Vertex 3383 -0.0385566 0.147099 0.00153643
Vertex 3384 0.00889991 0.155408 -0.0229397
Vertex 3385 0.0129215 0.0655449 0.00876106
Vertex 3386 0.0473332 0.0895138 -0.0157313
Vertex 3387 0.0107202 0.154448 -0.0239028
Vertex 3388 -0.0141619 0.0628879 -0.0200885
Vertex 3389 0.0348269 0.0905131 -0.034944
Vertex 3390 -0.0409003 0.141675 -0.0321246
Vertex 3391 -0.0662788 0.151283 0.00875867
Vertex 3392 0.0302117 0.0989096 -0.0339172
Vertex 3393 0.0878282 0.138032 -0.00719907
Vertex 3394 -0.053192 0.0782722 0.0252159
Vertex 3395 0.0385037 0.114031 0.00696441
Vertex 3396 -0.0638959 0.14276 -0.0230829
Vertex 3397 -0.0488228 0.118712 0.00456287
Vertex 3398 -0.0882931 0.059494 -0.0215851
Vertex 3399 0.089378 0.13319 -0.0134775
Vertex 3400 -0.0489947 0.0542592 0.027673
Vertex 3401 0.0533198 0.0754318 -0.00220015
Vertex 3402 0.0532422 0.0777795 -0.00104946
Vertex 3403 0.030429 0.0826194 0.00119753
Vertex 3404 0.0199252 0.0552693 -0.0109367
Vertex 3405 -0.0185688 0.0598777 0.00469531
Vertex 3406 -0.0303474 0.101013 -0.0157683
Vertex 3407 -0.0257016 0.16119 -0.00279664
Vertex 3408 -0.0878506 0.149495 0.0183382
Vertex 3409 -0.00041306 0.13287 -0.033519
Vertex 3410 0.00263273 0.0550339 0.023885
Vertex 3411 0.0437674 0.0631266 -0.0351487
Vertex 3412 0.0236992 0.054541 -0.0184368
Vertex 3413 -0.0424488 0.160233 -0.0358399
Vertex 3414 -0.0190102 0.0869179 0.00918053
Vertex 3415 -0.0243018 0.146292 -0.0111017
Vertex 3416 -0.0596671 0.171587 -0.0269735
Vertex 3417 -0.0631152 0.0542196 -0.012547
Vertex 3418 -0.0211825 0.162933 -0.0444583
Vertex 3419 -0.0217555 0.14919 -0.0203471
Vertex 3420 -0.0609941 0.0549066 0.00736653
Vertex 3421 -0.0422743 0.153883 -0.0361945
Vertex 3422 0.0339001 0.0634773 -0.0378183
Vertex 3423 0.0304469 0.0622671 -0.0424608
Vertex 3424 0.0282119 0.0636682 -0.0419016
Vertex 3425 -0.0595056 0.128806 -0.000676564
Vertex 3426 0.0489122 0.092222 0.0230878
Vertex 3427 -0.00625284 0.111473 0.00154723
Vertex 3428 0.0162863 0.156505 -0.0175263
Vertex 3429 0.0822282 0.0797158 0.0149914
Vertex 3430 -0.0675173 0.125238 -0.00282765
Vertex 3431 -0.0816235 0.162941 -0.0167431
Vertex 3432 0.0125717 0.112559 -0.024628
Vertex 3433 -0.0266494 0.14466 -0.00584373
Vertex 3434 -0.0169742 0.0923539 0.00541601
Vertex 3435 0.0416696 0.0739428 0.0145882
Vertex 3436 0.00266345 0.152286 -0.0225437
Vertex 3437 -0.0739083 0.0620377 0.010248
Vertex 3438 0.09668 0.13687 -0.00891594
Vertex 3439 -0.0933995 0.165149 -0.00328236
Vertex 3440 0.0446045 0.0839751 0.0187667
Vertex 3441 -0.0448592 0.109122 -0.00236699
Vertex 3442 -0.084809 0.145174 0.0193051
Vertex 3443 0.0136768 0.0639176 0.00193225
Vertex 3444 -0.0486223 0.168574 -0.0347262
Vertex 3445 0.0656495 0.121861 -0.0181059
Vertex 3446 -0.0891119 0.179 0.0123647
Vertex 3447 0.0468947 0.08377 -0.0118788
Vertex 3448 -0.0169163 0.127625 -0.0201339
Vertex 3449 -0.0366267 0.14242 0.000310573
Vertex 3450 -0.0278518 0.0539369 -0.0355575
Vertex 3451 -0.0572507 0.161853 -0.00894294
Vertex 3452 0.0159788 0.15766 -0.0192852
Vertex 3453 -0.0978064 0.149124 0.0186187
Vertex 3454 0.0326784 0.15976 -0.0223874
Vertex 3455 0.0427163 0.0849871 0.0299867
Vertex 3456 0.0820577 0.123952 -0.0121525
Vertex 3457 -0.0597831 0.120879 -0.0230702
Vertex 3458 -0.06663 0.178797 -0.00298865
Vertex 3459 0.0372085 0.150827 -0.0315744
Vertex 3460 0.0505493 0.148032 -0.0109585
Vertex 3461 -0.0867847 0.0900852 0.000598363
Vertex 3462 -0.0604966 0.1449 -0.00896439
Vertex 3463 -0.0288538 0.152602 -0.00166659
Vertex 3464 -0.0353881 0.0775275 -0.0295106
Vertex 3465 -0.0558646 0.0953156 -0.0213034
Vertex 3466 -0.0359555 0.116451 -0.0123416
Vertex 3467 -0.0379337 0.113136 -0.0111764
Vertex 3468 -0.0585625 0.0569397 0.0160815
Vertex 3469 0.0217214 0.0636857 0.0136493
Vertex 3470 -0.0052999 0.132372 -0.0309652
Vertex 3471 -0.00520523 0.12732 -0.0323985
Vertex 3472 0.0771506 0.146364 -0.00745715
Vertex 3473 0.0778385 0.149465 -0.0103078
Vertex 3474 -0.0462792 0.143788 0.00308248
Vertex 3475 0.0315075 0.0822626 -0.0343627
Vertex 3476 0.0262949 0.0788202 -0.0340236
Vertex 3477 -0.0883014 0.151166 -0.00654938
Vertex 3478 0.0150491 0.0658903 -0.0232972
Vertex 3479 0.062435 0.054924 -0.0224048
Vertex 3480 -0.0958193 0.166215 -0.0074895
Vertex 3481 -0.0128027 0.139223 -0.0194607
Vertex 3482 -0.0585721 0.0857613 0.0192463
Vertex 3483 0.0189908 0.135524 -0.00293984
Vertex 3484 0.0736269 0.110773 0.00401628
Vertex 3485 0.0424156 0.0562297 0.00377257
Vertex 3486 -0.068864 0.075406 0.0177391
Vertex 3487 -0.0843674 0.151233 0.000394463
Vertex 3488 0.0534386 0.0786755 0.00979294
Vertex 3489 0.0404389 0.158253 -0.0221525
Vertex 3490 -0.0178521 0.130901 -0.0173458
Vertex 3491 0.0249642 0.0763837 -0.0352709
Vertex 3492 -0.0547591 0.146352 0.00322754
Vertex 3493 -0.0838373 0.142396 0.0130043
Vertex 3494 0.00353458 0.0574202 0.0113485
Vertex 3495 -0.08246 0.101884 -0.0130656
Vertex 3496 0.0340145 0.0718168 -0.0382986
Vertex 3497 0.0345849 0.0622135 0.0153628
Vertex 3498 0.0193729 0.0915119 -0.0297843
Vertex 3499 -0.047602 0.144303 0.00589817
Vertex 3500 0.0346182 0.0580315 -0.0433851
Vertex 3501 0.0474908 0.0838607 -0.00731206
Vertex 3502 0.0347336 0.0593763 0.0185682
Vertex 3503 -0.0751374 0.161288 -0.0202687
Vertex 3504 0.0521301 0.109144 -0.00426796
Vertex 3505 -0.0758147 0.139542 -0.0148744
Vertex 3506 -0.0868162 0.169443 0.00904193
Vertex 3507 -0.0383944 0.141707 -0.00066645
Vertex 3508 0.0246615 0.103192 -0.010707
Vertex 3509 0.0791512 0.149428 -0.0110345
Vertex 3510 0.0134272 0.147873 -0.00553235
Vertex 3511 0.0111265 0.145428 -0.0049004
Vertex 3512 0.0361538 0.117436 0.00947632
Vertex 3513 -0.0577673 0.100294 -0.0218438
Vertex 3514 -0.0387496 0.146437 -0.0368545
Vertex 3515 0.0514014 0.074596 -0.0172216
Vertex 3516 -0.0555251 0.117356 0.00669846
Vertex 3517 0.0309683 0.0771052 0.0242527
Vertex 3518 0.0157145 0.0891688 -0.0248055
Vertex 3519 0.0535044 0.071552 0.0236
Vertex 3520 0.0512298 0.0718691 0.0226232
Vertex 3521 -0.072266 0.150643 -0.00771649
Vertex 3522 0.0494687 0.101827 -0.00597731
Vertex 3523 -0.0715379 0.0632803 -0.0361767
Vertex 3524 0.0689439 0.129775 -0.018915
Vertex 3525 0.053768 0.0711697 -0.0246193
Vertex 3526 0.0588983 0.130557 -0.0277694
Vertex 3527 0.0621244 0.130554 -0.0137929
Vertex 3528 -0.0241675 0.181834 -0.0273941
Vertex 3529 0.0183022 0.0632707 0.00409072
Vertex 3530 0.0354223 0.141854 -0.0350698
Vertex 3531 -0.0409749 0.150768 -0.0363909
Vertex 3532 -0.0865443 0.0826927 0.00202137
Vertex 3533 -0.0848842 0.0631247 -0.0351584
Vertex 3534 -0.0333691 0.0593162 0.0135218
Vertex 3535 0.0112309 0.0633408 0.0176592
Vertex 3536 0.0442612 0.0824704 0.0186881
Vertex 3537 -0.0671024 0.170045 0.00874304
Vertex 3538 -0.0348129 0.0911246 0.00631461
Vertex 3539 0.00106779 0.126657 -0.0346092
Vertex 3540 -0.0315889 0.0565041 0.0161847
Vertex 3541 0.0606976 0.107832 -0.0101142
Vertex 3542 -0.0868379 0.0588966 -0.0281672
Vertex 3543 -0.0907779 0.0577243 -0.0273745
Vertex 3544 0.0223929 0.0631318 0.0192173
Vertex 3545 0.0707708 0.108296 0.00537358
Vertex 3546 -0.0131576 0.0576702 0.0241553
Vertex 3547 0.000787034 0.0867109 -0.00460182
Vertex 3548 -0.0494593 0.167479 0.0054493
Vertex 3549 -0.0888717 0.0581947 -0.019682
Vertex 3550 -0.0786003 0.110424 -0.0131026
Vertex 3551 -0.0201291 0.173724 -0.00694788
Vertex 3552 -0.00981843 0.163934 -0.00909744
Vertex 3553 0.064374 0.097011 -0.00203945
Vertex 3554 -0.00854584 0.103367 0.00299776
Vertex 3555 -0.0803406 0.151355 0.00670394
Vertex 3556 0.0496777 0.156691 -0.0181686
Vertex 3557 -0.0188983 0.124043 -0.0191885
Vertex 3558 -0.020567 0.119734 -0.0191865
Vertex 3559 -0.102694 0.141768 -0.00327404
Vertex 3560 0.0636858 0.0870533 0.00181871
Vertex 3561 0.0343452 0.0650149 0.0218067
Vertex 3562 -0.0500542 0.132991 -0.0259043
Vertex 3563 0.0451901 0.0861754 0.0177103
Vertex 3564 0.0743812 0.0954322 0.0165926
Vertex 3565 -0.0904488 0.145223 0.0232794
Vertex 3566 -0.0855592 0.176765 0.008901
Vertex 3567 -0.083228 0.175422 0.00854583
Vertex 3568 -0.0660696 0.168497 0.0103936
Vertex 3569 -0.0238159 0.168186 -0.0241442
Vertex 3570 -0.0345927 0.179298 -0.0070338
Vertex 3571 -0.0719312 0.164181 -0.00259412
Vertex 3572 -0.027375 0.0615262 -0.0406992
Vertex 3573 -0.0371929 0.0933506 0.00162647
Vertex 3574 -0.0631187 0.0664957 -0.0343356
Vertex 3575 0.0412447 0.145162 -0.00384841
Vertex 3576 0.0506394 0.135162 -0.0324504
Vertex 3577 -0.052854 0.152285 0.00583664
Vertex 3578 -0.00884511 0.141311 -0.0174439
Vertex 3579 0.0296387 0.0672608 -0.0320303
Vertex 3580 -0.0622255 0.1129 0.00881079
Vertex 3581 0.0176408 0.118879 -0.0204477
Vertex 3582 0.0420164 0.0913773 0.0155159
Vertex 3583 0.0192402 0.0807564 -0.0317798
Vertex 3584 -0.00621958 0.189601 -0.0287193
Vertex 3585 0.0260479 0.128443 -0.00905988
Vertex 3586 0.0281848 0.126895 -0.0101689
Vertex 3587 0.0045694 0.0602595 0.0124229
Vertex 3588 -0.0295805 0.167855 -0.0406377
Vertex 3589 0.00527323 0.0607749 0.0138926
Vertex 3590 -0.0549894 0.145265 -0.00473423
Vertex 3591 -0.0426506 0.106318 -0.00854331
Vertex 3592 -0.0229084 0.0619217 -0.0359066
Vertex 3593 0.0813903 0.0770887 0.00895498
Vertex 3594 -0.00514595 0.0797644 -0.0257814
Vertex 3595 -0.0914096 0.174747 -0.00450977
Vertex 3596 0.0447692 0.0687872 -0.038445
Vertex 3597 -0.0822089 0.0676466 -0.0197689
Vertex 3598 0.00649531 0.0613959 0.0239779
Vertex 3599 0.0356106 0.0857738 0.028516
Vertex 3600 -0.00227977 0.194414 -0.0311362
Vertex 3601 -0.0167532 0.0549171 0.00902736
Vertex 3602 -0.0128612 0.086688 0.00825826
Vertex 3603 -0.0600066 0.140035 -0.0234847
Vertex 3604 0.0303803 0.117145 -0.0170765
Vertex 3605 -0.0566012 0.142621 0.00818795
Vertex 3606 0.0178991 0.0655875 -0.00082786
Vertex 3607 -0.0254229 0.0538337 0.00373336
Vertex 3608 -0.0837076 0.0916127 0.00756467
Vertex 3609 -0.0199488 0.06605 -0.0340245
Vertex 3610 -0.0476871 0.109736 0.00326045
Vertex 3611 -0.0737287 0.141831 -0.0107233
Vertex 3612 -0.0707606 0.142643 -0.00811335
Vertex 3613 0.0404116 0.063425 0.0186556
Vertex 3614 0.0422099 0.0814096 0.0131577
Vertex 3615 -0.0524512 0.175333 -0.0344473
Vertex 3616 0.0601227 0.134872 -0.0123963
Vertex 3617 0.0357429 0.116113 -0.0306347
Vertex 3618 0.00836947 0.122309 -0.00222912
Vertex 3619 -0.0289022 0.150059 -0.0338644
Vertex 3620 0.0202524 0.0780551 0.0114708
Vertex 3621 0.0223401 0.0776453 0.013764
Vertex 3622 -0.060486 0.173953 0.00576651
Vertex 3623 -0.0554878 0.165897 -0.0293738
Vertex 3624 0.07957 0.0741894 0.00710558
Vertex 3625 0.0927166 0.148984 -0.00433492
Vertex 3626 -0.0727246 0.173443 -0.000592414
Vertex 3627 -0.0788052 0.145801 -0.0127403
Vertex 3628 0.012048 0.118839 -0.00766043
Vertex 3629 0.00543144 0.0558775 0.0243469
Vertex 3630 0.00497195 0.0554177 0.0226005
Vertex 3631 -0.0773997 0.166488 -0.0160218
Vertex 3632 0.0339168 0.0630625 0.0183799
Vertex 3633 0.0432847 0.079561 0.0186427
Vertex 3634 0.0167982 0.0830615 -0.0296066
Vertex 3635 0.0134963 0.153455 -0.0278394
Vertex 3636 0.0165645 0.15334 -0.0292815
Vertex 3637 -0.0232015 0.0754352 0.0100286
Vertex 3638 0.0124074 0.153704 -0.0119941
Vertex 3639 0.0108234 0.150353 -0.00817307
Vertex 3640 0.0161898 0.150265 -0.00650108
Vertex 3641 0.0279194 0.156896 -0.0153749
Vertex 3642 0.0510234 0.116774 -0.033155
Vertex 3643 -0.0211008 0.123917 -0.0180276
Vertex 3644 -0.0403105 0.0813461 0.0214274
Vertex 3645 -0.0459235 0.0850678 0.0211416
Vertex 3646 -0.044177 0.172888 0.00138371
Vertex 3647 0.0341276 0.0810528 0.00173773
Vertex 3648 -0.0662998 0.0669778 0.0318546
Vertex 3649 -0.0656375 0.17489 0.0034905
Vertex 3650 -0.0303028 0.0549907 -0.00430413
Vertex 3651 -0.0575065 0.158853 -0.0160468
Vertex 3652 0.00651339 0.14375 -0.00474038
Vertex 3653 0.00410838 0.143433 -0.00541175
Vertex 3654 -0.067861 0.0685601 0.0162704
Vertex 3655 0.0360331 0.0922424 0.0239848
Vertex 3656 0.0657534 0.126154 -0.0127599
Vertex 3657 -0.0693022 0.122699 -0.0019928
Vertex 3658 -0.0296767 0.0528837 -0.0177744
Vertex 3659 -0.0765986 0.140861 -0.00621606
Vertex 3660 -0.0468528 0.103661 -0.0173894
Vertex 3661 -0.0547035 0.103371 -0.0217836
Vertex 3662 -0.0508884 0.110508 -0.0235985
Vertex 3663 -0.0665911 0.145469 0.0123104
Vertex 3664 -0.0833858 0.0589862 -0.0314211
Vertex 3665 -0.072236 0.119468 -0.0135932
Vertex 3666 -0.100544 0.142575 0.000174857
Vertex 3667 0.0675975 0.137772 -0.0164167
Vertex 3668 0.0674236 0.136431 -0.0170342
Vertex 3669 0.066708 0.136266 -0.0166638
Vertex 3670 0.0282559 0.0638261 -0.0456214
Vertex 3671 -0.0315066 0.0952562 -0.0206612
Vertex 3672 -0.0323815 0.0927235 -0.0232768
Vertex 3673 0.058779 0.0807713 0.0205686
Vertex 3674 0.0389243 0.126309 -0.0332782
Vertex 3675 0.0151939 0.0768412 -0.00762706
Vertex 3676 -0.0589008 0.0541301 -0.0166136
Vertex 3677 0.074664 0.131886 -0.00947831
Vertex 3678 0.0530284 0.11521 -0.032426
Vertex 3679 0.0466672 0.122447 -0.0343872
Vertex 3680 -0.0823376 0.0584989 -0.0236122
Vertex 3681 0.0837147 0.0884122 0.0111531
Vertex 3682 -0.021364 0.0573594 0.0258109
Vertex 3683 -0.0790235 0.141181 -0.013674
Vertex 3684 -0.0826607 0.140662 -0.0116973
Vertex 3685 -0.021234 0.108 -0.00423932
Vertex 3686 0.00858416 0.0631662 0.0247105
Vertex 3687 0.0442628 0.139097 -0.00291696
Vertex 3688 0.0424017 0.137794 -0.00217972
Vertex 3689 0.0228822 0.0623349 -0.0279713
Vertex 3690 0.0397794 0.160233 -0.0214341
Vertex 3691 -0.0147982 0.149039 -0.00882935
Vertex 3692 -0.101861 0.145713 -0.00182319
Vertex 3693 -0.0324925 0.173351 -0.0221318
Vertex 3694 -0.086183 0.143061 -0.0101884
Vertex 3695 -0.0847083 0.0637119 -0.0196992
Vertex 3696 -0.0731292 0.175261 -0.00605863
Vertex 3697 0.0161833 0.0667071 0.00202573
Vertex 3698 -0.0508276 0.140453 -0.0243361
Vertex 3699 -0.0427243 0.164121 -0.0374799
Vertex 3700 -0.0122609 0.103842 -0.0335788
Vertex 3701 -0.0122168 0.0963449 -0.0331915
Vertex 3702 -0.0607442 0.0987967 -0.0224007
Vertex 3703 -0.0324116 0.131547 -0.00484748
Vertex 3704 -0.0616773 0.07264 0.0415233
Vertex 3705 -0.0574037 0.144979 -0.0170698
Vertex 3706 0.0216029 0.0858757 -0.0329897
Vertex 3707 -0.0745539 0.166878 -0.0144391
Vertex 3708 0.0699802 0.101049 0.0115187
Vertex 3709 0.0231305 0.0612067 0.00389396
Vertex 3710 -0.010968 0.0838892 0.00606845
Vertex 3711 0.0398526 0.0824155 -0.0354217
Vertex 3712 0.00129264 0.140591 -0.0312911
Vertex 3713 0.0149423 0.0660514 0.00369341
Vertex 3714 -0.100469 0.144685 0.00276578
Vertex 3715 0.00730901 0.0579954 0.00419474
Vertex 3716 -0.0995896 0.147166 0.0155468
Vertex 3717 -0.0240065 0.13033 -0.0215726
Vertex 3718 -0.0494988 0.0556249 -0.0224587
Vertex 3719 0.0484409 0.0909501 0.0257184
Vertex 3720 0.0821616 0.143546 -0.014777
Vertex 3721 -0.103434 0.157779 0.013445
Vertex 3722 0.0620354 0.0849005 0.00256677
Vertex 3723 0.0396178 0.0831136 0.0133485
Vertex 3724 0.0168879 0.123003 -0.0101845
Vertex 3725 -0.0565148 0.0559107 0.0104885
Vertex 3726 0.0141633 0.0891016 -0.01879
Vertex 3727 -0.0793076 0.150067 0.0131678
Vertex 3728 -0.0262983 0.133752 -0.0156722
Vertex 3729 0.0340464 0.158068 -0.0178391
Vertex 3730 -0.0868363 0.17085 0.0155797
Vertex 3731 -0.0363234 0.147837 -0.0367872
Vertex 3732 -0.0920701 0.168695 -0.000701687
Vertex 3733 0.0516511 0.0756762 0.019928
Vertex 3734 -0.0486461 0.152861 0.00419223
Vertex 3735 0.0624433 0.110135 -0.0161485
Vertex 3736 0.0656654 0.128982 -0.014439
Vertex 3737 -0.0786832 0.147706 -0.0109879
Vertex 3738 -0.0751812 0.0662712 0.0118713
Vertex 3739 -0.010553 0.172609 -0.0109768
Vertex 3740 -0.0248976 0.0611165 -0.0272112
Vertex 3741 -0.0171366 0.16606 -0.00814523
Vertex 3742 -0.0868149 0.0585152 -0.0193219
Vertex 3743 0.0280716 0.124296 -0.0156998
Vertex 3744 0.023743 0.123945 -0.0175496
Vertex 3745 0.075186 0.0682656 0.0208944
Vertex 3746 0.0742413 0.0760979 0.0236791
Vertex 3747 -0.0447862 0.0953757 0.00323881
Vertex 3748 -0.0637648 0.142758 0.0118376
Vertex 3749 -0.0281358 0.128293 -0.0162949
Vertex 3750 0.0252616 0.130391 -0.0315016
Vertex 3751 -0.072633 0.149092 0.00568153
Vertex 3752 -0.0438129 0.0535102 -0.037301
Vertex 3753 -0.0393315 0.169144 0.000551395
Vertex 3754 0.0949729 0.135238 -0.0107413
Vertex 3755 0.0800631 0.131142 -0.0186243
Vertex 3756 0.047359 0.0742038 0.0182893
Vertex 3757 -0.0486778 0.0793856 -0.033728
Vertex 3758 -0.0447541 0.0753421 -0.0333751
Vertex 3759 -0.0418957 0.0722143 -0.0337015
Vertex 3760 0.0130907 0.124671 -0.0332149
Vertex 3761 -0.0209602 0.161433 -0.024989
Vertex 3762 -0.0382625 0.124928 -0.0264481
Vertex 3763 0.0673309 0.132624 -0.0184818
Vertex 3764 -0.0537487 0.093715 -0.0204407
Vertex 3765 0.036427 0.0623849 -0.0496893
Vertex 3766 -0.0649328 0.172181 0.00400307
Vertex 3767 -0.0874027 0.0578151 -0.0350082
Vertex 3768 -0.046752 0.0558902 -0.0236694
Vertex 3769 -0.0114548 0.0909852 -0.0324111
Vertex 3770 -0.0286931 0.183361 -0.0060701
Vertex 3771 0.0323029 0.0608952 -0.043172
Vertex 3772 0.0314794 0.0589238 -0.046136
Vertex 3773 -0.0199973 0.159113 -0.0244684
Vertex 3774 -0.00694836 0.12951 -0.00318379
Vertex 3775 -0.0348643 0.145867 -0.0362578
Vertex 3776 -0.0413844 0.0608927 0.0292248
Vertex 3777 -0.042356 0.0640051 0.0284266
Vertex 3778 -0.000940924 0.0792131 -0.00628822
Vertex 3779 -0.00083615 0.0776775 -0.010159
Vertex 3780 -0.0390956 0.13464 -0.0289031
Vertex 3781 -0.0158033 0.0978952 -0.0324004
Vertex 3782 0.022051 0.0721343 -0.0396037
Vertex 3783 0.0104346 0.105319 -0.02047
Vertex 3784 0.0566597 0.146714 -0.0220084
Vertex 3785 -0.0666241 0.143571 -0.00984216
Vertex 3786 -0.0911803 0.141897 0.00251764
Vertex 3787 -0.091481 0.142656 0.00441315
Vertex 3788 -0.0578953 0.15618 -0.0200636
Vertex 3789 -0.107656 0.157836 0.0133389
Vertex 3790 -0.0809001 0.0693626 -0.0283531
Vertex 3791 -0.0390723 0.072409 -0.0294936
Vertex 3792 0.0548396 0.152688 -0.0176469
Vertex 3793 0.00272714 0.148839 -0.0253826
Vertex 3794 -0.0229386 0.111634 -0.0188797
Vertex 3795 0.0426669 0.0783786 0.0191027
Vertex 3796 0.0427826 0.077613 0.0207588
Vertex 3797 0.0341861 0.153514 -0.00868328
Vertex 3798 -0.0606652 0.175235 0.00618944
Vertex 3799 0.0277433 0.066822 0.0122848
Vertex 3800 0.0276646 0.0667115 0.0120835
Vertex 3801 -0.0602066 0.0570203 0.0112025
Vertex 3802 -0.0183572 0.0694203 -0.0305066
Vertex 3803 -0.0411015 0.097857 -0.00838128
Vertex 3804 -0.0377177 0.0564278 -0.0413563
Vertex 3805 -0.0528844 0.143673 -0.0218908
Vertex 3806 -0.0532303 0.14267 -0.0230068
Vertex 3807 0.00959786 0.0654425 0.0237614
Vertex 3808 -0.0693957 0.0883485 0.0151524
Vertex 3809 -0.0369769 0.193679 -0.0184929
Vertex 3810 0.0552908 0.140033 -0.00829791
Vertex 3811 -0.0286109 0.148116 -0.0015924
Vertex 3812 0.0617476 0.0589419 -0.0229629
Vertex 3813 0.0442523 0.0778019 0.00387649
Vertex 3814 -0.0295655 0.162649 -0.0278274
Vertex 3815 -0.0350617 0.0703281 -0.0372381
Vertex 3816 -0.0848596 0.061144 -0.0245448
Vertex 3817 -0.0517602 0.137305 -0.00342551
Vertex 3818 0.0841039 0.134768 -0.0164558
Vertex 3819 0.0604029 0.0675098 -0.00951886
Vertex 3820 0.0146043 0.0623726 -0.0167963
Vertex 3821 0.0167928 0.0593747 -0.0170948
Vertex 3822 -0.0636781 0.12892 -0.00421762
Vertex 3823 -0.0196956 0.0891271 -0.0324672
Vertex 3824 0.0826399 0.149775 -0.0093442
Vertex 3825 -0.0207774 0.140483 -0.0214087
Vertex 3826 0.0541178 0.0992173 -0.00979851
Vertex 3827 0.0100335 0.0577189 0.0132528
Vertex 3828 0.0328006 0.0714719 0.025978
Vertex 3829 -0.0356997 0.0533829 -0.0185246
Vertex 3830 0.0521601 0.140601 -0.0304798
Vertex 3831 0.0740123 0.0568769 -0.00778197
Vertex 3832 0.0182755 0.0627391 0.0234242
Vertex 3833 0.0459836 0.0797474 -0.0119483
Vertex 3834 0.0487637 0.0786051 -0.0066044
Vertex 3835 -0.0470282 0.108846 -0.0214036
Vertex 3836 0.0677178 0.0561664 -0.0173433
Vertex 3837 -0.00448655 0.150567 -0.0220423
Vertex 3838 -0.0883619 0.140901 0.0210067
Vertex 3839 0.0225794 0.157231 -0.0175499
Vertex 3840 -0.0583959 0.0854775 -0.0349708
Vertex 3841 -0.0623683 0.0902491 -0.0322964
Vertex 3842 -0.0787753 0.142296 0.0116558
Vertex 3843 0.0620833 0.121481 -0.0119523
Vertex 3844 -0.022008 0.0901668 -0.0356054
Vertex 3845 -0.0284707 0.121909 -0.0186235
Vertex 3846 0.0461283 0.121265 -0.00140375
Vertex 3847 0.00687099 0.0588786 0.00257858
Vertex 3848 0.0163348 0.0598378 -0.0100478
Vertex 3849 -0.0403014 0.174324 -0.0335552
Vertex 3850 -0.0144581 0.128088 -0.0106371
Vertex 3851 -0.035748 0.147551 0.00111862
Vertex 3852 -0.0461041 0.0803405 -0.0290541
Vertex 3853 -0.0914164 0.163646 -0.00456655
Vertex 3854 0.00296905 0.107743 -0.0326127
Vertex 3855 -0.0100662 0.134423 -0.0235149
Vertex 3856 -0.0547273 0.163588 -0.0300515
Vertex 3857 0.00545623 0.0984405 -0.00666856
Vertex 3858 -0.0597924 0.114295 -0.0230523
Vertex 3859 -0.0671243 0.113056 -0.0214875
Vertex 3860 -0.0623206 0.11121 -0.0224768
Vertex 3861 0.0454291 0.0860754 0.0176607
Vertex 3862 0.0449228 0.0864962 0.0158968
Vertex 3863 0.0442497 0.0895377 -0.00763247
Vertex 3864 0.0233128 0.161674 -0.0203182
Vertex 3865 -0.0624931 0.145151 0.000583389
Vertex 3866 -0.0273841 0.149987 -0.03704
Vertex 3867 -0.0135699 0.165661 -0.0102471
Vertex 3868 0.0457446 0.0551843 -0.00578043
Vertex 3869 0.00255654 0.102499 -0.0309856
Vertex 3870 -0.0720999 0.0594579 -0.0186978
Vertex 3871 0.0440312 0.0877292 -0.0306409
Vertex 3872 0.0404814 0.0884906 -0.033222
Vertex 3873 -0.00301735 0.088132 -0.0284179
Vertex 3874 -0.0471862 0.0733912 -0.0359793
Vertex 3875 0.0424655 0.0822309 0.0141666
Vertex 3876 0.0415706 0.0814289 0.0147713
Vertex 3877 -0.0445569 0.0633394 0.0149409
Vertex 3878 0.00614724 0.0558794 0.0110667
Vertex 3879 -0.0728058 0.114217 0.00518315
Vertex 3880 0.0284421 0.0767675 -0.0420972
Vertex 3881 -0.037757 0.0873236 0.0116085
Vertex 3882 -0.021836 0.162919 -0.0125461
Vertex 3883 0.0556304 0.055112 0.011203
Vertex 3884 -0.0402992 0.059466 0.0321378
Vertex 3885 -0.0645833 0.0618316 0.0354123
Vertex 3886 -0.0632313 0.0813561 0.0169218
Vertex 3887 -0.00968919 0.0651673 -0.0155399
Vertex 3888 -0.0392213 0.178226 -0.0238398
Vertex 3889 0.000623343 0.154256 -0.0223433
Vertex 3890 0.0457807 0.155903 -0.0217366
Vertex 3891 0.0530958 0.109123 -0.0309283
Vertex 3892 -0.0418198 0.184601 -0.0363146
Vertex 3893 0.0308902 0.0804376 0.0193653
Vertex 3894 -0.0837105 0.0670386 -0.00546839
Vertex 3895 0.0736546 0.125177 -0.0202724
Vertex 3896 0.0704527 0.127147 -0.0200943
Vertex 3897 0.0495451 0.0909585 -0.00901499
Vertex 3898 -0.033357 0.194912 -0.0230279
Vertex 3899 0.0443038 0.156849 -0.022227
Vertex 3900 -0.0834297 0.0655708 -0.0238709
Vertex 3901 -0.0742056 0.116541 -0.0140757
Vertex 3902 -0.0392457 0.107319 -0.0119754
Vertex 3903 -0.0769112 0.149653 0.0116859
Vertex 3904 0.0130403 0.157622 -0.0233399
Vertex 3905 -0.036525 0.189748 -0.0217636
Vertex 3906 -0.0620836 0.139413 -0.0220192
Vertex 3907 -0.033088 0.0719117 0.021775
Vertex 3908 0.0703758 0.105355 -0.0114743
Vertex 3909 0.0321758 0.0568634 0.0108368
Vertex 3910 0.00721965 0.109107 -0.0291289
Vertex 3911 -0.0215446 0.148922 -0.00975563
Vertex 3912 0.0156787 0.155568 -0.0247026
Vertex 3913 -0.062478 0.0687806 0.0403652
Vertex 3914 -0.0539061 0.0575246 0.0364083
Vertex 3915 -0.0301413 0.172229 -0.0123384
Vertex 3916 0.0338581 0.12948 -0.0312219
Vertex 3917 -0.038959 0.0879812 -0.0230723
Vertex 3918 -0.0229235 0.0567197 0.00529355
Vertex 3919 -0.0180599 0.104538 0.000466447
Vertex 3920 -0.0225424 0.121959 -0.0174873
Vertex 3921 -0.0821774 0.0684458 -0.0121011
Vertex 3922 -0.0390665 0.11186 -0.0171688
Vertex 3923 -0.0726021 0.170173 -0.017022
Vertex 3924 0.0448673 0.131139 -0.00184247
Vertex 3925 0.0295737 0.0838527 -1.1539e-005
Vertex 3926 0.0469925 0.092478 0.0195796
Vertex 3927 -0.00325373 0.19418 -0.0299989
Vertex 3928 -0.0880551 0.165902 -0.0151795
Vertex 3929 -0.0797513 0.074502 0.0114697
Vertex 3930 -0.0339104 0.175989 -0.00265064
Vertex 3931 0.0428487 0.11925 -0.00174616
Vertex 3932 0.0410083 0.113312 -0.00146873
Vertex 3933 -0.0857139 0.0789726 -0.0113718
Vertex 3934 -0.0880468 0.178719 0.00546906
Vertex 3935 -0.0872838 0.179566 0.00466012
Vertex 3936 -0.012058 0.135808 -0.0167272
Vertex 3937 -0.0565146 0.136725 -0.015552
Vertex 3938 -0.0815126 0.0601631 -0.0390167
Vertex 3939 -0.000795268 0.113114 0.00087884
Vertex 3940 -0.0342464 0.146076 -0.0319015
Vertex 3941 -0.0258722 0.0726866 -0.0356401
Vertex 3942 0.0600178 0.147479 -0.0176453
Vertex 3943 -0.0226443 0.154428 -0.0117842
Vertex 3944 -0.0583881 0.181149 -0.0120183
Vertex 3945 -0.0657576 0.153642 -0.00409849
Vertex 3946 -0.0873761 0.140613 0.021957
Vertex 3947 0.0338722 0.0555357 0.0218611
Vertex 3948 -0.0639046 0.148966 0.00995595
Vertex 3949 -0.103174 0.156473 0.0129167
Vertex 3950 -0.0988533 0.153682 0.0115356
Vertex 3951 0.068424 0.0934825 0.0168348
Vertex 3952 0.0712657 0.0966555 0.0156163
Vertex 3953 -0.0537569 0.106792 -0.0225883
Vertex 3954 -0.0571176 0.109462 -0.0232927
Vertex 3955 -0.0572625 0.106239 -0.022411
Vertex 3956 -0.0547906 0.111759 -0.0237612
Vertex 3957 -0.059782 0.118479 -0.0230546
Vertex 3958 -0.0611223 0.123943 -0.0221288
Vertex 3959 0.0683754 0.0962141 -0.00329058
Vertex 3960 0.0674933 0.0906927 6.97476e-005
Vertex 3961 0.0785224 0.110568 -0.0108288
Vertex 3962 0.00390899 0.150908 -0.0169689
Vertex 3963 -0.0783216 0.164255 -0.0171706
Vertex 3964 0.0626835 0.0874122 0.00260494
Vertex 3965 0.0720584 0.145619 -0.00751047
Vertex 3966 0.0256996 0.0528079 -0.00695063
Vertex 3967 -0.0180538 0.0556539 -0.01335
Vertex 3968 -0.0694739 0.165269 -0.0193541
Vertex 3969 0.0586394 0.0765463 0.0234718
Vertex 3970 0.0257767 0.139906 -0.00302593
Vertex 3971 0.0238311 0.142006 -0.00295855
Vertex 3972 -0.0702362 0.102521 0.0114017
Vertex 3973 0.0571768 0.0776217 0.00120155
Vertex 3974 -0.0234146 0.0669925 -0.0381071
Vertex 3975 -0.0234831 0.174748 -0.0416108
Vertex 3976 -0.000311931 0.117527 -0.0347858
Vertex 3977 0.0436859 0.149797 -0.0296302
Vertex 3978 0.0255801 0.0915394 -0.0049567
Vertex 3979 0.0640729 0.0613373 0.0234552
Vertex 3980 -0.0793054 0.111722 -0.0105144
Vertex 3981 -0.00839066 0.126131 -0.00272237
Vertex 3982 -0.030504 0.153593 -0.0392958
Vertex 3983 -0.0425086 0.156203 -0.0362804
Vertex 3984 0.0317373 0.0742673 0.0260658
Vertex 3985 -0.0411332 0.0732108 0.0282656
Vertex 3986 -0.0272021 0.0768489 -0.0339767
Vertex 3987 -0.0899003 0.14398 0.0171313
Vertex 3988 -0.0025393 0.15112 -0.0218245
Vertex 3989 -0.0694145 0.173688 -0.000633787
Vertex 3990 0.0361938 0.0861464 0.0304666
Vertex 3991 0.0779137 0.0760029 -9.83356e-005
Vertex 3992 0.0850015 0.124634 -0.0122675
Vertex 3993 -0.0127754 0.0787795 0.0133102
Vertex 3994 -0.0210711 0.155306 -0.00548747
Vertex 3995 -0.0724677 0.0936994 -0.025849
Vertex 3996 0.00910357 0.0583059 0.0167575
Vertex 3997 -0.0204978 0.154886 -0.0116736
Vertex 3998 0.0100847 0.0660531 0.00622524
Vertex 3999 -0.0945161 0.151397 -0.00101485
Vertex 4000 -0.0860402 0.077645 -0.00936348
Vertex 4001 0.0282559 0.0704443 -0.0441066
Vertex 4002 -0.0333531 0.0579294 0.0167357
Vertex 4003 0.0246248 0.0851667 0.0132851
Vertex 4004 -0.0814336 0.140571 0.0179145
Vertex 4005 -0.087897 0.058918 -0.0364981
Vertex 4006 -0.0690173 0.140158 -0.0201528
Vertex 4007 -0.0767413 0.0848421 -0.021621
Vertex 4008 -0.0811968 0.0974682 -0.0169645
Vertex 4009 0.00461943 0.111123 -0.0018173
Vertex 4010 -0.0892332 0.166697 -0.00377475
Vertex 4011 0.0229572 0.0655143 0.0101197
Vertex 4012 0.00701232 0.064005 0.0115289
Vertex 4013 0.034288 0.15525 -0.0124454
Vertex 4014 -0.00277968 0.12214 -0.000293073
Vertex 4015 -0.00222535 0.118944 0.000406971
Vertex 4016 0.041152 0.129095 -0.00176962
Vertex 4017 0.0318725 0.0906434 0.0180197
Vertex 4018 0.0464485 0.0871915 0.0206728
Vertex 4019 0.0638065 0.141249 -0.0176692
Vertex 4020 -0.0711418 0.0590227 -0.0163646
Vertex 4021 -0.0603333 0.143534 -0.0205543
Vertex 4022 0.0397474 0.155518 -0.0246105
Vertex 4023 -0.0545313 0.175387 -0.0266684
Vertex 4024 0.0807077 0.0751461 0.0154524
Vertex 4025 -0.0881509 0.151463 0.0125872
Vertex 4026 -0.0219781 0.0963899 -0.0302351
Vertex 4027 0.0382635 0.0760227 0.013066
Vertex 4028 0.0226969 0.0568332 -0.0226102
Vertex 4029 -0.0438585 0.108701 -0.0185708
Vertex 4030 -0.0884026 0.15267 0.0151123
Vertex 4031 -0.0871466 0.152077 0.0144861
Vertex 4032 0.0506575 0.0917061 -0.0136073
Vertex 4033 0.0423632 0.0636279 -0.0290405
Vertex 4034 -0.0598028 0.153748 -0.0187292
Vertex 4035 -0.048077 0.0618581 0.0152588
Vertex 4036 -0.0458745 0.0651494 0.016813
Vertex 4037 0.0360283 0.103036 0.0212186
Vertex 4038 0.0649619 0.0539948 0.0128527
Vertex 4039 0.0588152 0.128468 -0.00792938
Vertex 4040 0.0341557 0.123484 -0.0297
Vertex 4041 -0.0224681 0.122549 -0.0158342
Vertex 4042 -0.0334166 0.142366 -0.00413806
Vertex 4043 -0.0456567 0.0863071 -0.0244487
Vertex 4044 0.0617679 0.0532113 0.0114363
Vertex 4045 0.0643743 0.053223 0.00673569
Vertex 4046 0.0715253 0.148768 -0.00944302
Vertex 4047 -0.0888547 0.139245 -0.00662422
Vertex 4048 -0.0520496 0.08353 0.0208471
Vertex 4049 -0.0278288 0.149158 -0.0346344
Vertex 4050 -0.0221469 0.16147 -0.0409402
Vertex 4051 -0.0211461 0.0541552 -0.0155205
Vertex 4052 -0.0293465 0.151041 -0.00198371
Vertex 4053 -0.0237625 0.0950472 -0.0298041
Vertex 4054 0.0815743 0.109069 -0.00234643
Vertex 4055 0.0733155 0.0900878 -0.00305693
Vertex 4056 0.0672522 0.103916 0.00453735
Vertex 4057 0.0317468 0.0805457 0.0224996
Vertex 4058 0.02506 0.0680731 -0.0423104
Vertex 4059 -0.089077 0.171521 0.00367823
Vertex 4060 0.0466071 0.097821 -0.00582288
Vertex 4061 0.0514154 0.0964049 -0.0237013
Vertex 4062 0.0492425 0.0957266 -0.0266945
Vertex 4063 0.0896239 0.140561 -0.00827291
Vertex 4064 0.0366349 0.0678451 0.0165052
Vertex 4065 -0.0876684 0.0571151 -0.036263
Vertex 4066 0.00614653 0.0935259 -0.0180772
Vertex 4067 -0.0835539 0.178711 0.00765773
Vertex 4068 -0.0179178 0.115209 -0.0254852
Vertex 4069 0.0485603 0.122953 -0.0338554
Vertex 4070 -0.0750285 0.142397 0.00874058
Vertex 4071 0.0446016 0.0849343 0.0184954
Vertex 4072 -0.0878634 0.084103 -0.00657872
Vertex 4073 -0.0726785 0.165915 -0.0164752
Vertex 4074 -0.0809544 0.0589017 -0.0383163
Vertex 4075 0.0566582 0.11366 -0.029002
Vertex 4076 -0.0207096 0.111324 -0.00683307
Vertex 4077 -0.0139352 0.118913 -0.0287021
Vertex 4078 0.0340515 0.0842514 0.00650904
Vertex 4079 0.0330183 0.0606924 0.017994
Vertex 4080 0.0276844 0.094007 -0.00469688
Vertex 4081 0.00575014 0.150519 -0.012633
Vertex 4082 0.0435005 0.0560418 -0.0189621
Vertex 4083 0.0486114 0.0752535 -0.0133136
Vertex 4084 0.0407652 0.0946843 0.0310023
Vertex 4085 -0.0222262 0.116892 -0.0180095
Vertex 4086 0.0166285 0.135276 -0.00273882
Vertex 4087 -0.0727505 0.12081 -0.00760181
Vertex 4088 -0.00317499 0.102529 0.00179913
Vertex 4089 0.044587 0.153569 -0.0241192
Vertex 4090 -0.0258882 0.0659489 -0.0404359
Vertex 4091 0.0297871 0.131666 -0.00591114
Vertex 4092 0.0371383 0.130656 -0.0337225
Vertex 4093 0.0483379 0.14311 -0.0315658
Vertex 4094 0.00615318 0.0599801 0.0212104
Vertex 4095 -0.0702638 0.173769 -0.0214619
Vertex 4096 -0.0452306 0.180242 -0.0112926
Vertex 4097 0.0355654 0.114509 0.00646224
Vertex 4098 -0.0826915 0.150654 0.00878678
Vertex 4099 0.0286836 0.0677999 0.0224659
Vertex 4100 -0.0222491 0.143306 -0.0244924
Vertex 4101 0.0259852 0.0686014 -0.0382635
Vertex 4102 -0.0774247 0.0807417 0.013266
Vertex 4103 -0.077853 0.0745169 0.0126232
Vertex 4104 -0.0128593 0.119214 -0.00254374
Vertex 4105 -0.037588 0.180198 -0.00700564
Vertex 4106 0.0148433 0.0862851 -0.0118459
Vertex 4107 0.0141619 0.0878813 -0.0136203
Vertex 4108 0.0363084 0.101539 0.0217598
Vertex 4109 0.0156771 0.0706438 -0.00510346
Vertex 4110 -0.0175123 0.0533501 0.0233794
Vertex 4111 -0.0561657 0.0573674 0.0120074
Vertex 4112 -0.0660734 0.151223 -0.0115081
Vertex 4113 0.0275453 0.0866838 -0.00190799
Vertex 4114 -6.63455e-005 0.135379 -0.00291245
Vertex 4115 0.0472167 0.149862 -0.0273197
Vertex 4116 -0.0443659 0.146042 0.00410829
Vertex 4117 0.0466481 0.0788183 -0.0175645
Vertex 4118 -0.0409529 0.0888741 0.0154042
Vertex 4119 -0.0403698 0.0862744 0.0194005
Vertex 4120 -0.0200913 0.110417 -0.0255195
Vertex 4121 -0.0728106 0.171505 -0.00918233
Vertex 4122 -0.0378968 0.0690009 0.0268244
Vertex 4123 0.0443718 0.085765 0.018905
Vertex 4124 0.043359 0.0866473 0.0179919
Vertex 4125 -0.0663282 0.179413 -0.0123493
Vertex 4126 0.0458997 0.143717 -0.0325762
Vertex 4127 -0.0794678 0.0667683 -0.0183295
Vertex 4128 -0.0288309 0.094695 0.00185494
Vertex 4129 -0.0434363 0.102808 -0.0140532
Vertex 4130 0.0369094 0.0647676 -0.0447678
Vertex 4131 -0.0419741 0.0550182 -0.0396646
Vertex 4132 -0.0802642 0.0664949 -0.0315781
Vertex 4133 -0.0792902 0.066742 -0.0322817
Vertex 4134 0.0345012 0.148016 -0.0342453
Vertex 4135 0.0382896 0.143748 -0.0341965
Vertex 4136 0.0566362 0.150475 -0.0177487
Vertex 4137 -0.00674158 0.0945474 0.00341427
Vertex 4138 -0.0606283 0.0789873 -0.0358058
Vertex 4139 -0.0783948 0.17567 -0.00229335
Vertex 4140 -0.0688644 0.178031 -0.00217316
Vertex 4141 0.028024 0.149757 -0.0335684
Vertex 4142 -0.0268602 0.0529917 0.0162567
Vertex 4143 0.0428141 0.133187 -0.00191854
Vertex 4144 0.0257038 0.0709595 -0.0406633
Vertex 4145 0.0255003 0.0569871 0.0216456
Vertex 4146 -0.0424375 0.172845 -0.0369638
Vertex 4147 -0.0286236 0.129546 -0.0228842
Vertex 4148 0.00285635 0.130418 -0.034609
Vertex 4149 0.0650455 0.0658843 -0.0116716
Vertex 4150 0.0206381 0.141875 -0.0356265
Vertex 4151 0.0242269 0.14242 -0.0355493
Vertex 4152 0.0277845 0.151163 -0.00553375
Vertex 4153 -0.00121613 0.144461 -0.0260122
Vertex 4154 -0.0149469 0.0952439 0.00455031
Vertex 4155 0.00659559 0.133349 -0.00185947
Vertex 4156 0.00301523 0.133317 -0.001894
Vertex 4157 0.0325959 0.0601625 -0.0482509
Vertex 4158 -0.0577667 0.151197 -0.0261284
Vertex 4159 -0.0877294 0.180575 -0.00268972
Vertex 4160 -0.0264219 0.152162 -0.0411474
Vertex 4161 -0.08308 0.0594108 -0.019533
Vertex 4162 -0.0655279 0.0758514 0.0212843
Vertex 4163 -0.0854672 0.0618839 -0.0369175
Vertex 4164 -0.0591897 0.0804559 0.0187371
Vertex 4165 0.0516932 0.0606135 -0.0300994
Vertex 4166 0.0411282 0.0826963 0.0140817
Vertex 4167 -0.0462649 0.16808 0.00302768
Vertex 4168 -0.102663 0.1459 0.0061936
Vertex 4169 -0.0445135 0.056806 0.0116628
Vertex 4170 -0.0947326 0.172902 -0.00711815
Vertex 4171 -0.0818429 0.0672126 -0.0249494
Vertex 4172 -0.0817339 0.0613143 -0.0182926
Vertex 4173 -0.0830315 0.181722 0.000524276
Vertex 4174 -0.0469798 0.123296 0.00316594
Vertex 4175 0.0139287 0.121818 -0.0306589
Vertex 4176 -0.0286812 0.174726 -0.0422091
Vertex 4177 0.018356 0.0907782 -0.00982664
Vertex 4178 0.0510922 0.0790855 -0.00099903
Vertex 4179 0.0576225 0.11899 -0.00586742
Vertex 4180 -0.0906223 0.170848 -0.0106609
Vertex 4181 -0.0217347 0.0727573 0.0119767
Vertex 4182 0.0662221 0.0953423 0.0116751
Vertex 4183 0.0270127 0.156789 -0.0252687
Vertex 4184 0.0287391 0.0769632 -0.0346285
Vertex 4185 -0.0155902 0.125962 -0.0212569
Vertex 4186 0.0611594 0.0549696 0.0185443
Vertex 4187 0.0553124 0.0799584 0.000805268
Vertex 4188 0.0378742 0.153085 -0.0290984
Vertex 4189 -0.0904792 0.172377 0.0108556
Vertex 4190 0.0258228 0.0667266 -0.0312309
Vertex 4191 0.0622369 0.106768 -0.0116045
Vertex 4192 0.0564251 0.127424 -0.0307861
Vertex 4193 -0.0346214 0.149678 -0.0372097
Vertex 4194 0.0329766 0.0606683 0.017383
Vertex 4195 0.0330385 0.0584953 0.0161918
Vertex 4196 0.0331708 0.0584265 0.0158352
Vertex 4197 -0.0600657 0.141122 -0.0220401
Vertex 4198 0.0404518 0.134077 -0.0342409
Vertex 4199 0.0327973 0.138852 -0.0349628
Vertex 4200 0.0926327 0.135033 -0.0121871
Vertex 4201 -0.0124647 0.107029 0.00198786
Vertex 4202 -0.0246068 0.163761 -0.0246644
Vertex 4203 -0.0701298 0.178027 -0.0111743
Vertex 4204 -0.070595 0.178529 -0.00924181
Vertex 4205 -0.0233155 0.14295 -0.0158084
Vertex 4206 -0.0284773 0.100998 -0.0184161
Vertex 4207 0.048848 0.127992 -0.033684
Vertex 4208 0.0463551 0.113394 -0.00164533
Vertex 4209 -0.0462482 0.146181 -0.0318207
Vertex 4210 -0.0581139 0.144725 -0.0126741
Vertex 4211 0.0670093 0.0544681 -0.0181408
Vertex 4212 0.00039508 0.104319 -0.0329893
Vertex 4213 -0.0762899 0.170108 0.0160983
Vertex 4214 0.0456927 0.0716833 -0.0355397
Vertex 4215 -0.0201825 0.157594 -0.00473011
Vertex 4216 -0.0516532 0.0532669 0.027451
Vertex 4217 0.0414988 0.096008 0.0140074
Vertex 4218 0.0510489 0.093147 -0.00938454
Vertex 4219 0.0508847 0.122012 -0.00219757
Vertex 4220 0.085354 0.127138 -0.0127846
Vertex 4221 0.0256004 0.0595784 0.00762224
Vertex 4222 0.0293409 0.11238 -0.0113035
Vertex 4223 0.0341786 0.120624 -0.00804674
Vertex 4224 -0.0725143 0.0688927 -0.02257
Vertex 4225 -0.083704 0.0696672 -0.0269865
Vertex 4226 0.0673498 0.0545048 -0.00152567
Vertex 4227 0.00999619 0.143857 -0.0336889
Vertex 4228 0.0152847 0.143096 -0.0350477
Vertex 4229 0.0124276 0.146651 -0.033177
Vertex 4230 0.0584398 0.125042 -0.02916
Vertex 4231 0.0582807 0.122774 -0.0287345
Vertex 4232 -0.0837514 0.0639251 -0.0337778
Vertex 4233 0.0622837 0.0856875 0.0178779
Vertex 4234 -0.0608374 0.130282 -0.0172395
Vertex 4235 -0.0297326 0.0873134 -0.0292054
Vertex 4236 0.0140597 0.131073 -0.002809
Vertex 4237 -0.0231275 0.180116 -0.0239553
Vertex 4238 -0.0416146 0.142817 -0.00130491
Vertex 4239 -0.0179261 0.0937304 -0.0323174
Vertex 4240 -0.0689032 0.178775 -0.0102704
Vertex 4241 0.0452479 0.0564241 -0.000475081
Vertex 4242 0.0282983 0.0538444 -0.0213864
Vertex 4243 -0.0924905 0.15057 -0.00376985
Vertex 4244 -0.077702 0.0593494 -0.0043608
Vertex 4245 -0.0782201 0.159897 -0.0194001
Vertex 4246 -0.0247145 0.105991 -0.0102588
Vertex 4247 -0.0286329 0.171759 -0.0211547
Vertex 4248 0.0656005 0.0548372 -0.000362925
Vertex 4249 -0.0183472 0.166666 -0.0109269
Vertex 4250 -0.0296315 0.185559 -0.00363646
Vertex 4251 -0.0311966 0.171054 -0.00204138
Vertex 4252 0.0393407 0.139858 -0.00212985
Vertex 4253 -0.0597209 0.112375 -0.0229051
Vertex 4254 -0.0748316 0.171008 -0.00832722
Vertex 4255 -0.0538382 0.0768381 0.0295198
Vertex 4256 0.0561906 0.0800487 0.0161739
Vertex 4257 -0.023012 0.0737376 0.010084
Vertex 4258 0.0758645 0.0921737 0.0180884
Vertex 4259 -0.0784447 0.0820059 -0.0207402
Vertex 4260 0.0359144 0.0650335 -0.029613
Vertex 4261 -0.0443618 0.0789588 0.0217626
Vertex 4262 0.0439483 0.133997 -0.0340949
Vertex 4263 -0.0624429 0.0997401 -0.0223313
Vertex 4264 -0.0946303 0.155233 0.00474192
Vertex 4265 0.0180757 0.0854907 -0.0302938
Vertex 4266 0.0358078 0.0848179 -0.00195619
Vertex 4267 0.0675051 0.111999 -0.000961935
Vertex 4268 -0.0403569 0.179461 -0.0339446
Vertex 4269 -0.0987144 0.174745 -0.000728242
Vertex 4270 -0.0262017 0.149858 -0.0270024
Vertex 4271 -0.0186274 0.119314 -0.0211098
Vertex 4272 0.0164868 0.0714684 -0.0281707
Vertex 4273 0.0399894 0.145761 -0.0332418
Vertex 4274 0.0794859 0.0790049 0.0197383
Vertex 4275 0.0791284 0.0775993 0.0202747
Vertex 4276 -0.0212129 0.103401 -0.0284634
Vertex 4277 0.0457694 0.101206 -0.0040899
Vertex 4278 -0.0377443 0.0928016 -0.0149726
Vertex 4279 -0.0354778 0.0952837 -0.0146937
Vertex 4280 0.0310983 0.0654847 -0.0467575
Vertex 4281 -0.05053 0.175285 -0.0351995
Vertex 4282 -0.0711992 0.0744565 0.0155488
Vertex 4283 0.0371574 0.122805 0.00465625
Vertex 4284 0.0318135 0.0698482 -0.045278
Vertex 4285 -0.0548838 0.144824 -0.020716
Vertex 4286 0.0228427 0.0535577 -0.00579776
Vertex 4287 0.0505908 0.120103 -0.0335778
Vertex 4288 0.050714 0.122643 -0.0334715
Vertex 4289 -0.0925719 0.173813 0.00444363
Vertex 4290 0.054069 0.121708 -0.0321502
Vertex 4291 -0.0463025 0.170248 0.00233082
Vertex 4292 -0.0430732 0.179947 -0.0225835
Vertex 4293 -0.0502668 0.0967062 0.0100185
Vertex 4294 0.0410592 0.117044 0.00892355
Vertex 4295 0.0369212 0.156309 -0.0165974
Vertex 4296 0.0558137 0.0586613 0.0227871
Vertex 4297 -0.0707398 0.17559 -0.00173093
Vertex 4298 -0.0159553 0.0999865 -0.0321238
Vertex 4299 0.000383569 0.0943504 -0.0284301
Vertex 4300 -0.0762922 0.141868 -0.016283
Vertex 4301 -0.0982858 0.155409 0.0127431
Vertex 4302 -0.0715526 0.0915902 0.0142964
Vertex 4303 -0.0538187 0.174384 0.00452507
Vertex 4304 -0.0219012 0.0826647 0.00891335
Vertex 4305 0.0770858 0.122933 -0.0133947
Vertex 4306 -0.0797188 0.153309 0.0116135
Vertex 4307 -0.0833675 0.0943272 -0.0154059
Vertex 4308 0.0075038 0.157102 -0.0226276
Vertex 4309 0.0421613 0.0539414 0.0149683
Vertex 4310 0.0689753 0.0689584 -0.00819606
Vertex 4311 -0.0180838 0.166441 -0.00898959
Vertex 4312 -0.0106222 0.0762017 0.00595401
Vertex 4313 -0.0868352 0.158679 -0.00689
Vertex 4314 0.0720879 0.139172 -0.00943125
Vertex 4315 0.0255825 0.0773014 -0.0402225
Vertex 4316 0.0660604 0.0639282 -0.0144157
Vertex 4317 -0.0285843 0.0538879 -0.000925421
Vertex 4318 -0.0522382 0.160283 -0.00308658
Vertex 4319 -0.0539317 0.0540445 0.0193064
Vertex 4320 -0.0552961 0.053394 0.0219329
Vertex 4321 -0.0247405 0.128308 -0.0191672
Vertex 4322 -0.0464336 0.141114 -0.0271338
Vertex 4323 -0.0651045 0.0789493 0.0171669
Vertex 4324 0.00105753 0.119806 -2.96913e-005
Vertex 4325 0.00469874 0.12293 -0.000783336
Vertex 4326 0.0331244 0.0757558 -0.0342432
Vertex 4327 0.0928847 0.131974 -0.01079
Vertex 4328 0.0325903 0.151365 -0.00631625
Vertex 4329 -0.10504 0.146499 0.00189773
Vertex 4330 -0.0466429 0.0602394 0.0137629
Vertex 4331 -0.00546168 0.0713673 -0.0171729
Vertex 4332 -0.00309182 0.0745914 -0.0168291
Vertex 4333 -0.0690147 0.142051 -0.0205684
Vertex 4334 -0.0677555 0.109524 -0.0214615
Vertex 4335 0.0303896 0.160053 -0.0229713
Vertex 4336 -0.0352972 0.0805462 0.0205061
Vertex 4337 -0.071047 0.0611739 -0.0321398
Vertex 4338 0.0205694 0.160728 -0.0194691
Vertex 4339 -0.0250109 0.103134 -0.00562596
Vertex 4340 0.0170799 0.0726615 -0.0368936
Vertex 4341 -0.0103584 0.0705657 0.00204884
Vertex 4342 -0.00280989 0.12731 -0.0333799
Vertex 4343 0.0612965 0.113159 -0.0199607
Vertex 4344 -0.0416855 0.175475 0.000778469
Vertex 4345 -0.0744569 0.142111 0.0133543
Vertex 4346 0.0124567 0.0648478 0.023196
Vertex 4347 -0.0853838 0.0949203 -0.010636
Vertex 4348 -0.0646471 0.144093 0.000280426
Vertex 4349 -0.0134874 0.123639 -0.0262846
Vertex 4350 -0.0604947 0.153467 0.00218543
Vertex 4351 0.0219185 0.0631435 -0.0447782
Vertex 4352 -0.0814153 0.063218 -0.00653741
Vertex 4353 0.0391429 0.133035 -0.0343018
Vertex 4354 0.0336942 0.114431 -0.0054079
Vertex 4355 0.0389159 0.122947 -0.00258644
Vertex 4356 0.00390402 0.155035 -0.0208932
Vertex 4357 0.0529217 0.10473 -0.028885
Vertex 4358 -0.0567292 0.0547573 -0.0190392
Vertex 4359 0.0789803 0.13068 -0.0101364
Vertex 4360 0.00513215 0.0567555 0.0222984
Vertex 4361 -0.0242249 0.0642746 -0.0398053
Vertex 4362 0.0110534 0.0644008 0.0166304
Vertex 4363 -0.0120056 0.102133 0.00294295
Vertex 4364 0.0301712 0.129895 -0.030436
Vertex 4365 0.060415 0.0539705 -0.0209551
Vertex 4366 -0.0887736 0.178326 -0.00268404
Vertex 4367 -0.0101362 0.139028 -0.016327
Vertex 4368 0.0887946 0.146604 -0.010846
Vertex 4369 0.0472377 0.0866418 0.0252027
Vertex 4370 -0.0795824 0.0668031 -0.0241121
Vertex 4371 0.00410802 0.0898906 -0.0194977
Vertex 4372 -0.0534327 0.151283 -0.0280332
Vertex 4373 0.0427592 0.0977398 0.0137886
Vertex 4374 -0.0692708 0.0694778 -0.0314936
Vertex 4375 0.0410823 0.0738363 0.0148716
Vertex 4376 -0.0627226 0.176966 0.00375812
Vertex 4377 -0.0868905 0.163733 -0.00499757
Vertex 4378 -0.0451342 0.112927 -0.0227097
Vertex 4379 -0.0163146 0.105524 -0.0319013
Vertex 4380 -0.0714265 0.118058 0.00288083
Vertex 4381 -0.0720343 0.116191 0.0038376
Vertex 4382 0.0289995 0.0621467 -0.0283263
Vertex 4383 0.0651329 0.0801393 0.00316558
Vertex 4384 -0.0614312 0.169277 -0.0270648
Vertex 4385 -0.0779403 0.109194 -0.0153884
Vertex 4386 0.0360755 0.106155 0.0143355
Vertex 4387 0.0214096 0.144618 -0.00340321
Vertex 4388 0.0775202 0.0888841 -0.00277662
Vertex 4389 0.0765822 0.0871285 -0.00218376
Vertex 4390 -0.0302697 0.157996 -0.0410687
Vertex 4391 -0.0586524 0.090919 0.0184904
Vertex 4392 -0.062868 0.0883805 0.0171069
Vertex 4393 0.0159994 0.0776417 0.00408524
Vertex 4394 -0.0267284 0.154405 -0.0361607
Vertex 4395 -0.0355337 0.185068 -0.0230513
Vertex 4396 0.0354901 0.0658944 -0.0428641
Vertex 4397 -0.0108429 0.144135 -0.0196491
Vertex 4398 0.00956812 0.158361 -0.022044
Vertex 4399 0.0389941 0.0724017 -0.0362867
Vertex 4400 0.0250582 0.062328 0.00683802
Vertex 4401 -0.0459431 0.0558715 0.0297851
Vertex 4402 0.0838375 0.0880755 0.00425098
Vertex 4403 0.0825138 0.0923839 -0.000646902
Vertex 4404 -0.0238837 0.135711 -0.0235532
Vertex 4405 -0.0448748 0.11112 -0.0212158
Vertex 4406 -0.0419905 0.128073 0.000831277
Vertex 4407 -0.0482002 0.154783 0.00414521
Vertex 4408 -0.032856 0.158504 -0.0408692
Vertex 4409 -0.0426859 0.135183 -0.0285433
Vertex 4410 -0.0932466 0.154121 0.0127997
Vertex 4411 -0.00878778 0.117324 7.62848e-005
Vertex 4412 0.0217153 0.139746 -0.00291661
Vertex 4413 0.0243146 0.135647 -0.00379201
Vertex 4414 -0.0839916 0.0703702 -0.00928916
Vertex 4415 -0.0599343 0.126543 0.00163422
Vertex 4416 0.0470593 0.142749 -0.00457675
Vertex 4417 0.0439722 0.143734 -0.00431656
Vertex 4418 0.0398955 0.150379 -0.00696639
Vertex 4419 -0.0274607 0.171532 -0.0376203
Vertex 4420 0.0189926 0.0670806 0.00883611
Vertex 4421 0.00857177 0.128933 -0.0016553
Vertex 4422 0.0744736 0.0832897 0.0220473
Vertex 4423 0.05758 0.0542544 -0.00909629
Vertex 4424 -0.0484118 0.0851791 -0.026214
Vertex 4425 -0.0468653 0.113352 0.00340463
Vertex 4426 -0.0419512 0.116501 -0.00158363
Vertex 4427 -0.0812315 0.105127 0.0021345
Vertex 4428 -0.0429425 0.174426 -0.034813
Vertex 4429 0.0644083 0.0902257 0.000894653
Vertex 4430 0.0398269 0.0787565 0.0150615
Vertex 4431 0.0418992 0.0821014 0.0149069
Vertex 4432 0.0398521 0.0787894 0.0150583
Vertex 4433 0.0269863 0.0656899 0.0110151
Vertex 4434 0.025731 0.0665175 0.0111792
Vertex 4435 0.0754094 0.0952912 -0.00647108
Vertex 4436 0.0125877 0.0624382 0.00241324
Vertex 4437 -0.0628761 0.101049 0.0123343
Vertex 4438 -0.0606553 0.104013 0.0112665
Vertex 4439 0.0283567 0.0863029 -0.0348734
Vertex 4440 0.0272231 0.0894303 -0.0347466
Vertex 4441 0.0599757 0.102966 -0.0138018
Vertex 4442 -0.0381526 0.13927 -0.00169495
Vertex 4443 -0.0296343 0.0970235 -0.0215844
Vertex 4444 0.0692736 0.0874333 0.000397282
Vertex 4445 -0.0662628 0.17388 -0.0218453
Vertex 4446 0.0566064 0.104294 -0.0221595
Vertex 4447 0.04671 0.135888 -0.0338328
Vertex 4448 0.0674117 0.0816096 0.0237008
Vertex 4449 -0.0821932 0.164119 0.0106215
Vertex 4450 -0.0815587 0.16381 0.0126248
Vertex 4451 0.0222673 0.0558866 0.019738
Vertex 4452 -0.0543952 0.171321 -0.0310678
Vertex 4453 0.0510731 0.134946 -0.00371846
Vertex 4454 0.048252 0.139753 -0.00387797
Vertex 4455 0.0223778 0.0848534 0.00590811
Vertex 4456 -0.0724755 0.0883422 -0.0296555
Vertex 4457 0.0479717 0.0821589 -0.00701346
Vertex 4458 0.0256121 0.127103 -0.0107731
Vertex 4459 -0.0217323 0.172281 -0.0110748
Vertex 4460 -0.0584003 0.104669 -0.0222337
Vertex 4461 -0.0637194 0.121633 0.0037502
Vertex 4462 -0.0619231 0.119911 0.0053837
Vertex 4463 0.0346537 0.096676 -0.0348492
Vertex 4464 0.0301733 0.0760285 -0.0400814
Vertex 4465 -0.07368 0.0779435 0.0147637
Vertex 4466 -0.00745127 0.141392 -0.0169452
Vertex 4467 0.0766664 0.146711 -0.0115003
Vertex 4468 0.0216636 0.0831108 0.00986634
Vertex 4469 -0.0193255 0.112307 -0.0253065
Vertex 4470 -0.00442566 0.141343 -0.0251775
Vertex 4471 0.0306685 0.0770524 0.0186868
Vertex 4472 0.0813022 0.0897602 0.0152236
Vertex 4473 0.0639138 0.0725295 -0.00568401
Vertex 4474 0.0623954 0.0721347 -0.00124504
Vertex 4475 0.0949809 0.13812 -0.00829438
Vertex 4476 -0.0481554 0.0667969 -0.0361481
Vertex 4477 -0.0833287 0.0683034 -0.0255404
Vertex 4478 -0.0474294 0.100199 -0.0151579
Vertex 4479 -0.0366102 0.0975441 -0.0123884
Vertex 4480 0.0769671 0.120877 -0.0110566
Vertex 4481 -0.0185588 0.174179 -0.00953464
Vertex 4482 0.0257661 0.10471 -0.0260491
Vertex 4483 0.024095 0.10267 -0.0253746
Vertex 4484 -0.0815099 0.170186 0.0162179
Vertex 4485 -0.024295 0.140395 -0.0146169
Vertex 4486 -0.104328 0.142274 -0.000691908
Vertex 4487 0.0439762 0.154889 -0.0178101
Vertex 4488 -0.0670773 0.0649672 -0.0342657
Vertex 4489 0.0540269 0.135298 -0.0309151
Vertex 4490 0.0709351 0.116735 -0.00133511
Vertex 4491 0.0701552 0.11414 0.000434747
Vertex 4492 0.0372196 0.10627 0.0168723
Vertex 4493 -0.093046 0.144503 -0.00645218
Vertex 4494 -0.0797856 0.15119 0.00808513
Vertex 4495 0.0398702 0.0751218 0.0118573
Vertex 4496 -0.057981 0.155285 -0.0201596
Vertex 4497 -0.0225094 0.161296 -0.0215138
Vertex 4498 0.0805766 0.111065 -0.00628986
Vertex 4499 0.0507526 0.0771538 -0.004533
Vertex 4500 0.0811354 0.0872094 -0.00023707
Vertex 4501 0.0572343 0.097527 -0.0112538
Vertex 4502 -0.0131852 0.0665606 0.0037006
Vertex 4503 -0.0807445 0.148826 -0.00400219
Vertex 4504 0.0406726 0.104772 0.0244606
Vertex 4505 0.0466072 0.104116 -0.00339766
Vertex 4506 -0.0706936 0.0815595 -0.0308976
Vertex 4507 0.0428972 0.0820732 0.0156792
Vertex 4508 -0.0838211 0.102541 -0.00435506
Vertex 4509 -0.0837931 0.101755 -0.00918114
Vertex 4510 0.0859186 0.128727 -0.0126401
Vertex 4511 0.0227843 0.126671 -0.0103185
Vertex 4512 -0.0862662 0.0604022 -0.0300427
Vertex 4513 0.0408247 0.115464 0.011932
Vertex 4514 -0.0363853 0.0678406 -0.0370586
Vertex 4515 -0.0476579 0.057101 -0.0254913
Vertex 4516 -0.082114 0.141455 0.0164362
Vertex 4517 -0.0438457 0.112318 -0.00173543
Vertex 4518 0.0688056 0.103793 0.00734441
Vertex 4519 -0.0986192 0.177881 -0.00210206
Vertex 4520 -0.0955976 0.179393 0.000403055
Vertex 4521 -0.0643759 0.0699662 0.0372605
Vertex 4522 0.0395512 0.0599923 -0.0425802
Vertex 4523 0.0384759 0.0577946 -0.0475287
Vertex 4524 -0.0856003 0.172558 -0.00704718
Vertex 4525 -0.0100881 0.161416 -0.00856637
Vertex 4526 0.0111577 0.139634 -0.00285173
Vertex 4527 0.0503802 0.152296 -0.0174797
Vertex 4528 0.0465548 0.145672 -0.0310579
Vertex 4529 0.0582602 0.111706 -0.0270033
Vertex 4530 0.0557163 0.107543 -0.0276012
Vertex 4531 -0.0201466 0.161027 -0.00604781
Vertex 4532 0.0281107 0.0881041 0.0134642
Vertex 4533 0.0376458 0.0904467 0.0126055
Vertex 4534 -0.0352787 0.182862 0.000151276
Vertex 4535 0.0365404 0.0740374 -0.0354785
Vertex 4536 0.0783458 0.0948968 -0.0056618
Vertex 4537 -0.0512563 0.146196 -0.00149939
Vertex 4538 -0.066672 0.146848 -0.0207219
Vertex 4539 -0.0515093 0.172645 0.00351336
Vertex 4540 -0.0871343 0.0761041 -0.0061134
Vertex 4541 0.0177682 0.0724754 -0.0358086
Vertex 4542 0.0104506 0.151901 -0.0275633
Vertex 4543 -0.0962014 0.142516 -0.00200691
Vertex 4544 -0.0373118 0.0949909 -0.00835396
Vertex 4545 -0.0202145 0.0737328 0.0112592
Vertex 4546 0.0357348 0.128658 -0.00436683
Vertex 4547 0.0180975 0.160144 -0.0205361
Vertex 4548 -0.081522 0.103207 -0.0143243
Vertex 4549 -0.0458648 0.0680653 0.0329362
Vertex 4550 0.00710162 0.119492 -0.00205942
Vertex 4551 -0.0950687 0.142861 0.000597906
Vertex 4552 0.0146571 0.071528 -0.000674202
Vertex 4553 0.034814 0.0539396 0.00428771
Vertex 4554 0.0395852 0.0668913 -0.0403441
Vertex 4555 0.0421033 0.109053 -0.00170854
Vertex 4556 0.0419514 0.106192 -0.00215144
Vertex 4557 -0.047499 0.0977584 0.00497281
Vertex 4558 -0.0143526 0.0669032 0.0198075
Vertex 4559 0.0827268 0.146323 -0.00690037
Vertex 4560 -0.0540474 0.134924 -0.00322216
Vertex 4561 -0.0798674 0.0742498 -0.0178653
Vertex 4562 -0.0229033 0.1492 -0.0105548
Vertex 4563 -0.0269345 0.0760381 0.0164893
Vertex 4564 -0.0291778 0.14355 -0.00624236
Vertex 4565 0.0477988 0.0562995 -0.016427
Vertex 4566 0.0585704 0.143343 -0.0213823
Vertex 4567 0.0245955 0.066252 -0.0419682
Vertex 4568 -0.0657701 0.0597445 0.012726
Vertex 4569 -0.0620921 0.173658 -0.0249986
Vertex 4570 -0.0429062 0.188454 -0.0206163
Vertex 4571 0.0494302 0.0656768 -0.0333641
Vertex 4572 -0.0768117 0.0671674 -0.0317437
Vertex 4573 0.0674327 0.136677 -0.0143312
Vertex 4574 -0.0287771 0.16709 -0.0248007
Vertex 4575 0.00409396 0.152937 -0.0185579
Vertex 4576 0.0898713 0.142385 -0.011476
Vertex 4577 -0.0407453 0.142141 0.00132856
Vertex 4578 -0.0691675 0.142359 -0.00263758
Vertex 4579 -0.0898357 0.0605185 -0.0288037
Vertex 4580 -0.034187 0.0589979 0.0157515
Vertex 4581 0.0316601 0.0572244 0.0154832
Vertex 4582 0.0305745 0.0579433 0.0140117
Vertex 4583 0.0349357 0.0566857 0.0219169
Vertex 4584 0.0365937 0.0556702 0.0245719
Vertex 4585 0.035886 0.0565792 0.0229494
Vertex 4586 -0.0228759 0.115233 -0.0132699
Vertex 4587 -0.0248358 0.109532 -0.0125289
Vertex 4588 -0.0542642 0.0689809 0.0359724
Vertex 4589 -0.0758673 0.0875716 -0.0229661
Vertex 4590 -0.0748479 0.0844627 -0.024801
Vertex 4591 -0.0523872 0.085 -0.0320411
Vertex 4592 -0.0589266 0.172777 0.0044745
Vertex 4593 0.0489019 0.0857518 -0.00919578
Vertex 4594 -0.0584606 0.0723871 0.0395619
Vertex 4595 0.094144 0.137012 -0.0116513
Vertex 4596 0.0182519 0.1333 -0.0346946
Vertex 4597 -0.0430386 0.1157 -0.0237023
Vertex 4598 -0.0483027 0.113395 -0.0239826
Vertex 4599 0.0336213 0.0909119 0.0124812
Vertex 4600 -0.0649539 0.117941 -0.0212723
Vertex 4601 0.0526991 0.138623 -0.0306826
Vertex 4602 -0.0100056 0.0712373 0.00805212
Vertex 4603 0.0600009 0.14111 -0.0214926
Vertex 4604 -0.0515772 0.162437 -0.031688
Vertex 4605 0.0602376 0.0694008 -0.00570174
Vertex 4606 0.0708938 0.0787401 0.0236234
Vertex 4607 0.034229 0.0536051 -0.0208108
Vertex 4608 -0.0281365 0.0870811 0.00880893
Vertex 4609 0.00775989 0.1273 -0.035029
Vertex 4610 0.00479848 0.121311 -0.0345712
Vertex 4611 -0.00113043 0.096048 -0.0307737
Vertex 4612 0.0641509 0.114783 -0.0168873
Vertex 4613 -0.0115727 0.0775459 0.0119251
Vertex 4614 -0.0323091 0.169663 -0.00103314
Vertex 4615 -0.0681522 0.069283 0.017658
Vertex 4616 -0.0781105 0.173622 -0.00519132
Vertex 4617 0.061362 0.0541294 -0.00282945
Vertex 4618 0.0314488 0.0602015 -0.0269454
Vertex 4619 0.0400442 0.0588937 -0.0230698
Vertex 4620 0.00126605 0.083025 -0.0113235
Vertex 4621 0.0576462 0.0729122 -0.00281457
Vertex 4622 -0.0517918 0.0533504 -0.0140543
Vertex 4623 -0.0433854 0.143701 0.00241651
Vertex 4624 0.0394626 0.108672 0.00797452
Vertex 4625 -0.0417097 0.145641 -0.0321945
Vertex 4626 0.0686416 0.10141 0.00929571
Vertex 4627 0.0726545 0.0708903 0.0241319
Vertex 4628 -0.0944174 0.171054 -0.00017243
Vertex 4629 -0.034918 0.142894 -0.00195674
Vertex 4630 -0.0352313 0.0548351 -0.0412893
Vertex 4631 -0.0609518 0.0532075 -0.00408874
Vertex 4632 0.0374488 0.0891954 -0.00305993
Vertex 4633 -0.0202672 0.0538167 0.0255818
Vertex 4634 -0.0997097 0.154265 0.00525605
Vertex 4635 0.0605015 0.0682079 -0.00673678
Vertex 4636 0.0254231 0.154555 -0.0288795
Vertex 4637 0.030251 0.0781829 -0.0339228
Vertex 4638 0.0612763 0.119477 -0.0243533
Vertex 4639 0.0606012 0.1159 -0.0238087
Vertex 4640 0.0626144 0.0834771 0.0211428
Vertex 4641 -0.0890511 0.162302 -0.00833959
Vertex 4642 -0.0481753 0.15509 -0.0310563
Vertex 4643 -0.0248348 0.141632 -0.0256423
Vertex 4644 -0.0340641 0.0536776 -0.0274635
Vertex 4645 0.0438364 0.137484 -0.0341304
Vertex 4646 0.01383 0.128042 -0.0343403
Vertex 4647 0.0665384 0.124217 -0.0097667
Vertex 4648 0.0687926 0.134254 -0.0186673
Vertex 4649 0.0163214 0.160914 -0.0203853
Vertex 4650 0.0277853 0.141838 -0.0354027
Vertex 4651 -0.0602226 0.142094 -0.0246302
Vertex 4652 -0.0173368 0.15153 -0.0062664
Vertex 4653 0.0381205 0.0700072 0.0163361
Vertex 4654 -0.085177 0.148348 -0.00776304
Vertex 4655 0.0495047 0.148584 -0.0270074
Vertex 4656 -0.0537371 0.102632 0.00948073
Vertex 4657 0.00942313 0.143798 -0.00429688
Vertex 4658 0.00870473 0.148558 -0.00793869
Vertex 4659 -0.0836911 0.169786 0.00554581
Vertex 4660 -0.0764408 0.156796 -0.0165591
Vertex 4661 -0.0740563 0.104116 0.0100179
Vertex 4662 0.0276255 0.0538035 -0.00630784
Vertex 4663 -0.0606931 0.153144 -0.0153718
Vertex 4664 -0.0525432 0.15682 0.00324043
Vertex 4665 -0.0922463 0.175305 0.00719945
Vertex 4666 -0.0399664 0.143641 0.00296715
Vertex 4667 -0.0292138 0.185152 -0.00667986
Vertex 4668 0.0581488 0.134183 -0.0273335
Vertex 4669 0.0379933 0.161632 -0.0199337
Vertex 4670 -0.0714267 0.148088 0.0116433
Vertex 4671 -0.0209535 0.164942 -0.00479477
Vertex 4672 -0.023041 0.174905 -0.0441562
Vertex 4673 0.0328896 0.0563838 -0.0468126
Vertex 4674 -0.0647162 0.177824 -0.0162627
Vertex 4675 -0.0222409 0.0788932 0.0101766
Vertex 4676 -0.0784092 0.104302 -0.0177377
Vertex 4677 -0.0739416 0.174431 -0.0172291
Vertex 4678 0.0366797 0.0795114 0.0292667
Vertex 4679 0.0152959 0.0604551 0.00213336
Vertex 4680 -0.0397837 0.13453 -0.000663165
Vertex 4681 0.0428571 0.0789731 -0.00133136
Vertex 4682 -0.0683079 0.163218 -0.0230938
Vertex 4683 -0.0684332 0.0857175 0.0156414
Vertex 4684 -0.0169788 0.0894523 0.00928612
Vertex 4685 0.0549618 0.124003 -0.00372264
Vertex 4686 -0.0224585 0.151276 -0.0252287
Vertex 4687 -0.0356901 0.0556751 -0.0024908
Vertex 4688 -0.0123097 0.133578 -0.0147829
Vertex 4689 -0.0251036 0.0810791 0.0102962
Vertex 4690 0.0583231 0.107565 -0.010089
Vertex 4691 0.0573446 0.103651 -0.00986667
Vertex 4692 -0.0481753 0.142856 -0.00381679
Vertex 4693 -0.0843266 0.0748043 0.00500451
Vertex 4694 0.0239492 0.076317 -0.0393206
Vertex 4695 -0.0795654 0.110639 -0.0014288
Vertex 4696 0.0300163 0.125367 -0.0111377
Vertex 4697 -0.0465076 0.178688 -0.0362895
Vertex 4698 0.0631398 0.126797 -0.0136842
Vertex 4699 -0.0505151 0.108246 -0.0222846
Vertex 4700 -0.0509014 0.0837842 -0.0316658
Vertex 4701 0.0287239 0.0734712 0.0163114
Vertex 4702 0.0452311 0.0888643 -0.0270422
Vertex 4703 -0.0673221 0.172462 -0.000383911
Vertex 4704 0.00677577 0.141724 -0.00395251
Vertex 4705 -0.0302103 0.171294 -0.0146433
Vertex 4706 0.0147874 0.140343 -0.0353936
Vertex 4707 0.032808 0.145752 -0.0348471
Vertex 4708 -0.0789374 0.0611124 -0.0398671
Vertex 4709 -0.00691096 0.190535 -0.0321648
Vertex 4710 -0.0153012 0.114795 -0.00217655
Vertex 4711 -0.0159747 0.117515 -0.00451957
Vertex 4712 0.00975902 0.0650732 0.00891933
Vertex 4713 -0.0678922 0.0819905 -0.0330926
Vertex 4714 -0.0512847 0.0713546 0.0337122
Vertex 4715 -0.0724872 0.175295 -0.0190109
Vertex 4716 -0.0591197 0.0724581 -0.034141
Vertex 4717 0.0776379 0.0913327 0.0176372
Vertex 4718 -0.0737503 0.119583 -0.0028749
Vertex 4719 -0.0113505 0.0804759 -0.030082
Vertex 4720 0.0226396 0.0591562 0.0085578
Vertex 4721 0.0511466 0.0729943 -0.0115897
Vertex 4722 -0.0667773 0.171563 -0.0242768
Vertex 4723 -0.058355 0.0596416 -0.0230385
Vertex 4724 -0.00619238 0.109062 0.00199639
Vertex 4725 -0.00954614 0.059697 0.0163111
Vertex 4726 0.0511082 0.145706 -0.0279338
Vertex 4727 -0.100755 0.145698 0.00542582
Vertex 4728 -0.0871638 0.0795882 -0.00385319
Vertex 4729 -0.0567427 0.0551206 0.0342191
Vertex 4730 -0.00315345 0.136505 -0.00481222
Vertex 4731 -0.00302464 0.134192 -0.00375093
Vertex 4732 0.0840826 0.0929215 0.00926219
Vertex 4733 0.0118973 0.148788 -0.03155
Vertex 4734 0.0435793 0.082857 -0.0335151
Vertex 4735 0.0477555 0.0813143 -0.0294334
Vertex 4736 -0.0712921 0.167259 0.0152209
Vertex 4737 -0.0945889 0.167977 -0.0042775
Vertex 4738 0.043611 0.143927 -0.0328683
Vertex 4739 0.00309502 0.120709 -0.000553328
Vertex 4740 -0.0622409 0.158761 -0.0247676
Vertex 4741 0.0487117 0.13688 -0.00330848
Vertex 4742 -0.00985075 0.0806667 0.00526378
Vertex 4743 0.0727314 0.140229 -0.0172948
Vertex 4744 -0.0955981 0.169502 -0.0043577
Vertex 4745 -0.0124342 0.139135 -0.018277
Vertex 4746 -0.0968841 0.144474 0.019764
Vertex 4747 -0.0203719 0.140223 -0.0229306
Vertex 4748 0.0154641 0.138821 -0.00261593
Vertex 4749 0.0808679 0.129768 -0.010508
Vertex 4750 -0.056952 0.108338 0.00900283
Vertex 4751 -0.0198281 0.15252 -0.0241674
Vertex 4752 0.0703426 0.109987 -0.0144613
Vertex 4753 0.0681191 0.113122 -0.0152051
Vertex 4754 -0.0399662 0.179543 -0.0356914
Vertex 4755 -0.0325629 0.079474 -0.0299082
Vertex 4756 0.0711101 0.0720125 -9.55731e-005
Vertex 4757 -0.0397906 0.148713 -0.0363653
Vertex 4758 0.0235387 0.155227 -0.0280078
Vertex 4759 0.0792213 0.144195 -0.0150866
Vertex 4760 -0.0988338 0.1449 0.00585204
Vertex 4761 0.0796789 0.124661 -0.0126142
Vertex 4762 -0.0479632 0.0685687 -0.035538
Vertex 4763 0.0252232 0.0976621 -0.0315863
Vertex 4764 -0.0345183 0.133718 -0.00285684
Vertex 4765 -0.0395915 0.0587214 0.0121966
Vertex 4766 -0.0816012 0.0881551 -0.0182871
Vertex 4767 -0.0678721 0.0599241 -0.0192683
Vertex 4768 -0.0825096 0.142583 -0.0123838
Vertex 4769 -0.055381 0.177757 -0.0232093
Vertex 4770 -0.0599692 0.101612 0.0116823
Vertex 4771 -0.0275474 0.175372 -0.00674838
Vertex 4772 -0.0196727 0.0701948 -0.0351467
Vertex 4773 -0.00338177 0.0758539 -0.00350132
Vertex 4774 0.0172666 0.14746 -0.0341306
Vertex 4775 -0.00666603 0.109659 -0.0340271
Vertex 4776 -0.0594841 0.16003 0.00713448
Vertex 4777 0.0722643 0.0653057 0.0221011
Vertex 4778 -0.0825669 0.1399 0.0185685
Vertex 4779 -0.0366241 0.122509 -0.0240824
Vertex 4780 0.0101463 0.114113 -0.00768371
Vertex 4781 -0.0977988 0.150079 -0.00190241
Vertex 4782 0.0349084 0.0933822 0.0143514
Vertex 4783 0.0446022 0.105214 0.0143114
Vertex 4784 0.0562448 0.0716117 0.0246817
Vertex 4785 0.00638794 0.0645737 0.0118278
Vertex 4786 -0.0350728 0.150941 -0.038028
Vertex 4787 0.0426678 0.0767812 0.0202283
Vertex 4788 0.0414562 0.148769 -0.00637521
Vertex 4789 0.0162852 0.117642 -0.0174841
Vertex 4790 0.0210093 0.122602 -0.0183964
Vertex 4791 -0.0643954 0.068843 0.0388817
Vertex 4792 -0.0783504 0.165639 0.00670246
Vertex 4793 -0.0514475 0.0759008 -0.0362656
Vertex 4794 -0.0151171 0.112443 -0.00121405
Vertex 4795 0.0132753 0.115628 -0.0129954
Vertex 4796 0.0122778 0.112066 -0.0145227
Vertex 4797 -0.0708948 0.142419 0.0139579
Vertex 4798 0.0369061 0.0750746 0.0129407
Vertex 4799 0.0369086 0.0746736 0.0128137
Vertex 4800 -0.0477538 0.0792625 0.0221689
Vertex 4801 0.0585881 0.0538648 0.0127242
Vertex 4802 -0.0647741 0.128762 -0.0108347
Vertex 4803 0.0670298 0.104571 0.00181038
Vertex 4804 0.0660748 0.115499 -0.00564476
Vertex 4805 -0.0522144 0.142713 -0.0200681
Vertex 4806 -0.0983649 0.147409 -0.00307867
Vertex 4807 -0.0679517 0.152328 0.00214767
Vertex 4808 -0.0131518 0.0720312 0.0187957
Vertex 4809 0.0724592 0.148783 -0.010451
Vertex 4810 -0.0235123 0.0894485 -0.034756
Vertex 4811 -0.0638704 0.0919192 0.0152976
Vertex 4812 -0.0304561 0.185835 -0.00510934
Vertex 4813 0.00462001 0.148729 -0.0272264
Vertex 4814 0.00488756 0.144041 -0.0314331
Vertex 4815 -0.0510926 0.143361 -0.00647905
Vertex 4816 -0.0153833 0.0787862 -0.030525
Vertex 4817 0.0201637 0.0994349 -0.0157776
Vertex 4818 -0.0103307 0.160945 -0.0111854
Vertex 4819 0.0163954 0.0611633 0.00337446
Vertex 4820 -0.0284137 0.0840779 -0.0306347
Vertex 4821 -0.0691021 0.119808 0.00273777
Vertex 4822 -0.0239568 0.153908 -0.0132064
Vertex 4823 -0.0654822 0.0854949 -0.0345883
Vertex 4824 -0.0395493 0.176591 -3.71989e-005
Vertex 4825 -0.0379582 0.177982 -0.00142588
Vertex 4826 -0.0449157 0.163638 0.00284955
Vertex 4827 -0.0996439 0.151529 0.00903665
Vertex 4828 -0.0743042 0.0877728 0.0145493
Vertex 4829 -0.0776713 0.086213 0.0130196
Vertex 4830 -0.0206757 0.0578125 0.0043227
Vertex 4831 0.0491414 0.0681694 0.0229784
Vertex 4832 -0.0334059 0.15281 -0.0392622
Vertex 4833 -0.0874585 0.141303 -0.00993957
Vertex 4834 -0.0191821 0.130209 -0.0180543
Vertex 4835 -0.0654729 0.070853 0.0227428
Vertex 4836 0.0309821 0.0563542 0.0242329
Vertex 4837 -0.0105799 0.0679465 -0.0213799
Vertex 4838 -0.0266928 0.16469 -0.0184154
Vertex 4839 0.0701213 0.0722494 -0.00101796
Vertex 4840 0.0703506 0.0720659 -0.00237206
Vertex 4841 0.0408494 0.1099 0.0170424
Vertex 4842 -0.0855564 0.150215 -0.00144337
Vertex 4843 -0.0811002 0.150453 -0.00284578
Vertex 4844 -0.0265982 0.165886 -0.0196675
Vertex 4845 -0.0788452 0.106748 0.00553182
Vertex 4846 -0.00127464 0.124752 -0.000770002
Vertex 4847 0.0159587 0.0682021 0.00442478
Vertex 4848 -0.0390776 0.0552444 0.000982596
Vertex 4849 0.0106846 0.0657995 0.0148385
Vertex 4850 0.00667236 0.0620476 0.0160086
Vertex 4851 -0.0427764 0.0866917 0.0202346
Vertex 4852 0.0871747 0.143256 -0.0133843
Vertex 4853 0.0789175 0.113399 -0.0103905
Vertex 4854 -0.0350537 0.159402 -0.0398942
Vertex 4855 0.0318358 0.13956 -0.00263594
Vertex 4856 0.0345218 0.136489 -0.00261005
Vertex 4857 0.00995832 0.0645833 0.0251218
Vertex 4858 -0.0651005 0.153847 -0.0038801
Vertex 4859 -0.0653568 0.153918 -0.00266992
Vertex 4860 0.0560822 0.0966842 -0.00950294
Vertex 4861 -0.0576483 0.154367 -0.00120564
Vertex 4862 -0.0478308 0.179747 -0.0321695
Vertex 4863 -0.071293 0.170856 -0.0190915
Vertex 4864 -0.0290778 0.12439 -0.0199953
Vertex 4865 0.022767 0.066063 -0.0439787
Vertex 4866 -0.0512108 0.0960364 0.0116616
Vertex 4867 0.0265196 0.14622 -0.00332429
Vertex 4868 0.0481845 0.0796817 -0.00765329
Vertex 4869 0.0259391 0.0622189 0.0213855
Vertex 4870 0.0400162 0.0779688 -0.0348437
Vertex 4871 -0.0528753 0.109099 -0.0229828
Vertex 4872 -0.087351 0.148958 -0.00278658
Vertex 4873 0.00271398 0.0568482 0.0230463
Vertex 4874 -0.0111133 0.0656785 0.0202303
Vertex 4875 0.0601755 0.122734 -0.0266979
Vertex 4876 -0.0569796 0.151197 0.00719786
Vertex 4877 -0.0854986 0.166845 0.0103753
Vertex 4878 -0.0304327 0.178772 -0.00520959
Vertex 4879 -0.0161455 0.120527 -0.0242832
Vertex 4880 -0.0457547 0.16837 -0.0364296
Vertex 4881 0.0599186 0.127919 -0.0268453
Vertex 4882 -0.0460508 0.0625293 0.0333776
Vertex 4883 0.00335543 0.154849 -0.0204644
Vertex 4884 0.0401719 0.0549378 -0.00985593
Vertex 4885 0.0393017 0.160756 -0.0195065
Vertex 4886 0.0367691 0.0844034 -0.00226663
Vertex 4887 -0.0914389 0.171331 -0.00886651
Vertex 4888 0.0271804 0.0700032 -0.0416946
Vertex 4889 -0.0697532 0.176069 -0.0188505
Vertex 4890 -0.0130475 0.129371 -0.0228998
Vertex 4891 -0.0692265 0.177137 -0.0141001
Vertex 4892 -0.0640553 0.0619611 -0.0303401
Vertex 4893 -0.0226954 0.174641 -0.0432469
Vertex 4894 -0.0225179 0.168039 -0.00557189
Vertex 4895 -0.0427935 0.0843693 -0.0263227
Vertex 4896 0.0522027 0.143236 -0.00794276
Vertex 4897 0.0512208 0.14216 -0.00645207
Vertex 4898 -0.0335724 0.178726 -0.0248024
Vertex 4899 -0.0604713 0.165984 -0.0267583
Vertex 4900 -0.0119297 0.0988141 -0.0334283
Vertex 4901 0.0653006 0.0957524 0.00577172
Vertex 4902 -0.074649 0.164263 0.00621391
Vertex 4903 0.0228899 0.0559226 -0.000341133
Vertex 4904 -0.0467974 0.157103 -0.0322102
Vertex 4905 -0.0235887 0.147247 -0.013647
Vertex 4906 0.0139462 0.144528 -0.00391176
Vertex 4907 -0.0535394 0.143959 -0.00994942
Vertex 4908 0.0602726 0.0844353 0.003237
Vertex 4909 -0.0356356 0.12913 -0.0271225
Vertex 4910 0.0411044 0.0758191 0.0169431
Vertex 4911 -0.043032 0.142027 -0.00173737
Vertex 4912 -0.0787779 0.0664928 -0.0376132
Vertex 4913 0.0135978 0.0675141 -0.0110951
Vertex 4914 -0.000994981 0.14849 -0.0220813
Vertex 4915 -0.0153595 0.136869 -0.0189014
Vertex 4916 -0.00959506 0.12219 -0.031444
Vertex 4917 -0.00692252 0.121671 -0.0327851
Vertex 4918 0.0558832 0.129454 -0.0310946
Vertex 4919 0.0548309 0.127839 -0.031567
Vertex 4920 -0.0286621 0.15764 -0.0289532
Vertex 4921 0.0623423 0.137125 -0.0212973
Vertex 4922 0.0399422 0.147568 -0.032484
Vertex 4923 0.0342121 0.154825 -0.0279966
Vertex 4924 -0.013616 0.150241 -0.00774322
Vertex 4925 0.0105859 0.0587634 0.0271447
Vertex 4926 0.0644865 0.0984903 -0.0034283
Vertex 4927 0.0218977 0.0734606 -0.0331928
Vertex 4928 0.045083 0.0952969 -0.00551581
Vertex 4929 0.0190192 0.15522 -0.0116369
Vertex 4930 0.0375707 0.0592171 -0.0416404
Vertex 4931 0.0199342 0.0842866 -0.0318502
Vertex 4932 -0.0932734 0.165579 -0.00259607
Vertex 4933 -0.0783851 0.159021 -0.0181833
Vertex 4934 0.0316016 0.122238 -0.0249766
Vertex 4935 0.0344978 0.0557015 -0.0479046
Vertex 4936 0.0610858 0.0691761 -0.00635874
Vertex 4937 -0.0211209 0.115265 -0.0194412
Vertex 4938 -0.0885631 0.143239 0.0121566
Vertex 4939 0.0729639 0.126787 -0.00962026
Vertex 4940 0.0738766 0.121953 -0.00726094
Vertex 4941 -0.0695324 0.170017 0.00304466
Vertex 4942 -0.0332218 0.174156 -0.0358508
Vertex 4943 0.073036 0.0693616 -0.00224752
Vertex 4944 -0.0523326 0.136252 -0.0237288
Vertex 4945 -0.0773797 0.151353 -0.00326958
Vertex 4946 -0.0710178 0.0583269 0.00846469
Vertex 4947 0.0318423 0.0563171 0.0171798
Vertex 4948 -0.0839636 0.151811 0.00425254
Vertex 4949 0.0639526 0.118705 -0.0118743
Vertex 4950 -0.0219685 0.0915257 -0.0328719
Vertex 4951 0.0311286 0.155704 -0.0272533
Vertex 4952 0.0429459 0.0944818 -0.032263
Vertex 4953 -0.075503 0.0588573 -0.0230547
Vertex 4954 -0.014038 0.0866519 0.00958074
Vertex 4955 -0.0512331 0.160378 -0.0317586
Vertex 4956 0.0528844 0.103032 -0.00824127
Vertex 4957 -0.0263129 0.0871816 0.00828577
Vertex 4958 0.024799 0.147316 -0.0347744
Vertex 4959 -0.0109037 0.118671 -0.0315012
Vertex 4960 -0.0301521 0.0994378 -0.010829
Face 1 136 5 2630
Face 2 17 4266 8
Face 3 119 104 1643
Face 4 4123 38 64
Face 5 31 277 35
Face 6 35 227 32
Face 7 227 35 30
Face 8 2185 223 3
Face 9 1821 25 323
Face 10 40 130 52
Face 11 1821 323 2056
Face 12 41 52 130
Face 13 105 45 49
Face 14 107 3 223
Face 15 69 130 40
Face 16 25 2055 120
Face 17 1820 1822 25
Face 18 56 71 44
Face 19 497 296 13
Face 20 72 18 16
Face 21 10 48 14
Face 22 18 72 4221
Face 23 11 9 10
Face 24 10 9 296
Face 25 13 11 10
Face 26 82 15 97
Face 27 14 48 13
Face 28 13 48 11
Face 29 248 75 100
Face 30 14 13 2187
Face 31 248 100 76
Face 32 37 33 151
Face 33 15 3800 97
Face 34 33 122 151
Face 35 297 122 33
Face 36 6 96 115
Face 37 71 96 6
Face 38 18 106 21
Face 39 24 497 14
Face 40 2187 9 11
Face 41 184 1644 104
Face 42 3301 3300 99
Face 43 29 3300 26
Face 44 2187 11 48
Face 45 91 140 385
Face 46 110 34 39
Face 47 39 34 1879
Face 48 1879 116 39
Face 49 1643 104 95
Face 50 95 104 132
Face 51 78 80 84
Face 52 31 32 277
Face 53 32 31 30
Face 54 30 1313 32
Face 55 1313 227 28
Face 56 3300 29 3298
Face 57 2055 74 120
Face 58 1121 1 121
Face 59 7 21 2669
Face 60 3 118 2185
Face 61 195 3440 46
Face 62 126 195 46
Face 63 46 43 126
Face 64 30 35 277
Face 65 35 28 31
Face 66 28 35 32
Face 67 227 30 28
Face 68 28 30 31
Face 69 61 97 36
Face 70 3440 126 43
Face 71 126 20 195
Face 72 126 3536 3861
Face 73 97 3800 36
Face 74 20 3440 43
Face 75 43 46 20
Face 76 26 105 99
Face 77 29 26 99
Face 78 932 1122 1
Face 79 45 29 99
Face 80 154 261 1
Face 81 1 1121 154
Face 82 19 64 46
Face 83 46 64 20
Face 84 1121 143 932
Face 85 932 154 1121
Face 86 105 3298 45
Face 87 3298 29 45
Face 88 4066 58 136
Face 89 3114 140 155
Face 90 4123 23 38
Face 91 140 91 2
Face 92 2 91 3114
Face 93 2 3114 155
Face 94 2 4 140
Face 95 140 4 155
Face 96 149 76 101
Face 97 4 2 988
Face 98 101 76 100
Face 99 91 4 988
Face 100 23 41 40
Face 101 40 52 23
Face 102 27 39 116
Face 103 17 8 12
Face 104 69 40 41
Face 105 41 135 69
Face 106 20 4071 19
Face 107 4071 64 19
Face 108 130 135 41
Face 109 1313 28 32
Face 110 136 92 5
Face 111 10 497 13
Face 112 10 14 497
Face 113 296 48 10
Face 114 42 95 2065
Face 115 3299 3300 3301
Face 116 64 52 4123
Face 117 64 23 52
Face 118 128 1066 22
Face 119 1820 141 1120
Face 120 1309 847 4373
Face 121 1820 25 1821
Face 122 17 128 4266
Face 123 17 12 128
Face 124 3034 1162 1086
Face 125 2509 102 131
Face 126 248 76 63
Face 127 57 2509 147
Face 128 34 124 1879
Face 129 34 116 124
Face 130 27 1879 124
Face 131 1786 2036 2178
Face 132 136 58 117
Face 133 74 4507 2575
Face 134 213 1631 4270
Face 135 37 50 33
Face 136 37 122 50
Face 137 142 224 4859
Face 138 2508 102 57
Face 139 2508 131 102
Face 140 475 37 151
Face 141 3 4858 118
Face 142 19 3440 20
Face 143 4858 60 107
Face 144 347 2150 4015
Face 145 4787 121 3796
Face 146 42 132 1644
Face 147 184 95 132
Face 148 2630 117 58
Face 149 2630 5 117
Face 150 1120 3795 143
Face 151 232 687 133
Face 152 78 2186 70
Face 153 79 2007 78
Face 154 2 155 988
Face 155 44 71 6
Face 156 2944 72 16
Face 157 1120 932 3795
Face 158 101 75 248
Face 159 296 2187 48
Face 160 119 1544 3512
Face 161 7 2669 72
Face 162 82 146 103
Face 163 262 82 1868
Face 164 262 146 82
Face 165 110 39 124
Face 166 74 3633 125
Face 167 74 125 120
Face 168 18 21 16
Face 169 4928 4277 3258
Face 170 50 297 33
Face 171 50 151 297
Face 172 56 44 96
Face 173 1868 97 61
Face 174 1868 82 97
Face 175 125 25 1822
Face 176 2055 125 3633
Face 177 969 4055 2461
Face 178 2186 80 85
Face 179 15 103 1868
Face 180 109 6 225
Face 181 109 44 6
Face 182 385 155 4
Face 183 377 1305 152
Face 184 27 116 34
Face 185 855 102 2509
Face 186 21 4221 16
Face 187 7 18 4221
Face 188 7 4221 21
Face 189 1644 132 104
Face 190 57 147 2508
Face 191 99 49 45
Face 192 7 106 18
Face 193 7 72 106
Face 194 277 1313 30
Face 195 70 84 79
Face 196 2007 70 85
Face 197 70 2007 84
Face 198 4071 20 126
Face 199 56 109 225
Face 200 56 115 109
Face 201 1868 61 15
Face 202 37 1657 122
Face 203 149 726 100
Face 204 85 70 2186
Face 205 87 120 125
Face 206 87 2774 120
Face 207 3299 3301 134
Face 208 71 56 225
Face 209 71 225 96
Face 210 44 115 96
Face 211 44 109 115
Face 212 61 3800 15
Face 213 61 3799 3800
Face 214 61 36 3799
Face 215 88 147 2511
Face 216 2099 3590 3462
Face 217 24 277 32
Face 218 117 92 136
Face 219 3669 1650 1818
Face 220 63 76 149
Face 221 42 184 132
Face 222 4886 12 8
Face 223 1643 1544 119
Face 224 1643 1644 1544
Face 225 151 122 1657
Face 226 74 87 141
Face 227 6 115 225
Face 228 116 110 124
Face 229 80 78 85
Face 230 749 50 122
Face 231 2803 2509 57
Face 232 131 147 2509
Face 233 154 141 2385
Face 234 128 150 4886
Face 235 12 150 4266
Face 236 150 8 4266
Face 237 3105 4781 2063
Face 238 4858 107 223
Face 239 176 115 56
Face 240 75 63 100
Face 241 4420 4011 4434
Face 242 932 1 261
Face 243 475 1657 37
Face 244 855 57 102
Face 245 4018 135 130
Face 246 4018 69 135
Face 247 3298 105 26
Face 248 297 151 1657
Face 249 1122 121 1
Face 250 184 104 119
Face 251 80 79 84
Face 252 80 2007 79
Face 253 1255 3469 2433
Face 254 2186 78 84
Face 255 120 323 25
Face 256 149 158 112
Face 257 3049 1773 3050
Face 258 2385 141 1822
Face 259 8 150 128
Face 260 93 88 47
Face 261 2497 3783 3432
Face 262 4120 4276 2564
Face 263 25 125 2055
Face 264 136 4371 148
Face 265 726 101 100
Face 266 63 75 101
Face 267 142 2185 118
Face 268 3287 3969 123
Face 269 749 151 50
Face 270 121 2385 1822
Face 271 78 70 79
Face 272 3925 2476 358
Face 273 191 4061 1801
Face 274 64 195 20
Face 275 4066 5 58
Face 276 4221 72 2669
Face 277 47 88 2512
Face 278 101 158 149
Face 279 21 2944 1301
Face 280 924 2921 2242
Face 281 184 119 95
Face 282 140 127 385
Face 283 144 483 96
Face 284 145 57 855
Face 285 207 3810 1004
Face 286 103 146 4433
Face 287 1194 1991 1085
Face 288 147 93 47
Face 289 114 1425 3223
Face 290 1187 3571 1872
Face 291 110 27 34
Face 292 385 4 91
Face 293 148 92 117
Face 294 2174 2824 4331
Face 295 107 2185 142
Face 296 2629 5 92
Face 297 16 27 2944
Face 298 3586 3743 359
Face 299 153 365 4455
Face 300 4066 117 5
Face 301 12 4886 150
Face 302 103 15 82
Face 303 958 94 1814
Face 304 224 180 60
Face 305 113 2534 173
Face 306 2597 3976 4610
Face 307 786 4112 127
Face 308 228 24 32
Face 309 113 99 105
Face 310 64 69 23
Face 311 64 130 69
Face 312 118 84 142
Face 313 119 183 95
Face 314 4726 4655 2969
Face 315 22 4113 3925
Face 316 790 3202 2954
Face 317 115 176 225
Face 318 2936 1135 669
Face 319 142 220 224
Face 320 1175 2477 660
Face 321 2778 4847 2715
Face 322 2304 188 1458
Face 323 575 2787 3582
Face 324 21 72 2944
Face 325 21 106 72
Face 326 3421 1443 4642
Face 327 988 3114 91
Face 328 2197 3432 3783
Face 329 1122 323 121
Face 330 2168 4178 2306
Face 331 342 950 54
Face 332 1880 2442 110
Face 333 2313 1599 2814
Face 334 4498 219 2468
Face 335 1293 1455 2526
Face 336 214 22 1066
Face 337 1519 2628 3547
Face 338 63 726 908
Face 339 113 173 134
Face 340 1425 8 128
Face 341 4907 2099 134
Face 342 100 63 149
Face 343 1361 1156 3828
Face 344 4434 4701 583
Face 345 92 2528 2629
Face 346 83 4429 1883
Face 347 3440 19 46
Face 348 1876 467 1981
Face 349 63 101 726
Face 350 297 876 3529
Face 351 1269 335 407
Face 352 385 2254 155
Face 353 124 39 27
Face 354 262 65 263
Face 355 749 122 297
Face 356 2218 3396 1105
Face 357 142 4859 107
Face 358 12 1425 128
Face 359 12 4266 1425
Face 360 8 1425 4886
Face 361 13 9 2187
Face 362 296 9 13
Face 363 2571 370 327
Face 364 74 2074 3536
Face 365 3042 864 3640
Face 366 38 23 69
Face 367 3713 90 138
Face 368 2065 184 42
Face 369 85 78 2007
Face 370 147 88 93
Face 371 608 3813 2306
Face 372 3134 644 541
Face 373 56 96 2972
Face 374 3097 1760 745
Face 375 4420 2715 4847
Face 376 4858 3945 118
Face 377 695 1906 2314
Face 378 4647 3379 2571
Face 379 1580 493 3553
Face 380 2534 113 1447
Face 381 4599 4782 1516
Face 382 3115 386 4503
Face 383 1845 4752 1186
Face 384 2887 2005 4803
Face 385 2972 4660 56
Face 386 2928 2567 1866
Face 387 191 3304 4062
Face 388 2448 146 2559
Face 389 98 525 977
Face 390 1477 4079 4583
Face 391 705 156 4620
Face 392 2486 148 4371
Face 393 2851 3642 3678
Face 394 1077 2123 4483
Face 395 2260 2660 2041
Face 396 1057 3101 817
Face 397 3297 4411 347
Face 398 1969 3120 4206
Face 399 330 1981 467
Face 400 293 994 313
Face 401 1853 2711 24
Face 402 2961 729 4190
Face 403 946 405 2343
Face 404 4776 222 3021
Face 405 1101 2373 1595
Face 406 1628 1812 1015
Face 407 4728 4540 942
Face 408 2539 2943 1759
Face 409 690 3139 4426
Face 410 4129 3660 2250
Face 411 2367 3932 745
Face 412 4555 432 3932
Face 413 3387 3912 3635
Face 414 1089 2867 3641
Face 415 3662 1546 4598
Face 416 187 2632 2534
Face 417 346 3397 4174
Face 418 823 2301 1577
Face 419 2746 2542 4021
Face 420 993 1670 2641
Face 421 3105 4806 4781
Face 422 2154 1306 1724
Face 423 1394 341 2523
Face 424 4948 3487 172
Face 425 4238 4911 1010
Face 426 3590 2099 3011
Face 427 1800 3711 604
Face 428 3401 3296 1453
Face 429 2929 4040 4934
Face 430 4447 2264 351
Face 431 1101 2599 4125
Face 432 1536 4880 3444
Face 433 976 1103 2449
Face 434 169 4462 2471
Face 435 4557 3747 3076
Face 436 838 1103 496
Face 437 2043 4076 2348
Face 438 2744 1132 638
Face 439 80 2717 2007
Face 440 80 60 180
Face 441 142 4807 2414
Face 442 2007 2717 1613
Face 443 2032 3703 850
Face 444 1300 2522 4205
Face 445 1979 3512 3082
Face 446 2027 844 1149
Face 447 2937 184 2065
Face 448 2937 111 184
Face 449 2290 1890 4636
Face 450 3760 2597 4609
Face 451 168 4322 3698
Face 452 168 1208 2182
Face 453 3858 3957 1546
Face 454 3178 4802 1502
Face 455 1430 4819 1880
Face 456 687 1458 188
Face 457 89 4506 2772
Face 458 3858 1546 3956
Face 459 1438 4606 4448
Face 460 298 152 882
Face 461 851 191 1801
Face 462 387 466 1013
Face 463 987 1548 4734
Face 464 2667 3002 4619
Face 465 1760 3174 745
Face 466 4817 754 2436
Face 467 3499 3474 737
Face 468 3946 3838 1929
Face 469 38 195 64
Face 470 38 3440 195
Face 471 1467 2677 2027
Face 472 4018 4124 3926
Face 473 2409 1672 710
Face 474 3434 1411 883
Face 475 4773 2824 2174
Face 476 3215 789 2517
Face 477 4168 643 3017
Face 478 1572 2543 1975
Face 479 2528 3857 1229
Face 480 1206 4458 4511
Face 481 3349 2870 3995
Face 482 1985 442 4591
Face 483 3335 3730 2535
Face 484 2822 836 2002
Face 485 3096 3036 2984
Face 486 1852 1495 2280
Face 487 3293 3700 2394
Face 488 4820 4235 2590
Face 489 1141 1892 513
Face 490 2165 2009 676
Face 491 586 1920 964
Face 492 3352 2658 947
Face 493 2515 1817 1650
Face 494 598 2614 1217
Face 495 4568 305 2676
Face 496 770 2917 1109
Face 497 2100 3076 3747
Face 498 2532 189 1071
Face 499 1875 1406 1911
Face 500 1096 4000 265
Face 501 1689 3648 1537
Face 502 2856 408 4714
Face 503 3428 1952 1232
Face 504 3850 1713 3250
Face 505 1588 1660 2000
Face 506 1042 3323 269
Face 507 963 214 2869
Face 508 153 358 2476
Face 509 3125 762 198
Face 510 2762 2990 1035
Face 511 4216 1585 321
Face 512 469 211 959
Face 513 1848 2894 2131
Face 514 1409 1037 2341
Face 515 3836 1269 2910
Face 516 3812 2681 1860
Face 517 926 2346 1083
Face 518 2683 4274 3429
Face 519 222 2276 809
Face 520 4318 1772 2679
Face 521 702 4835 611
Face 522 2871 2727 818
Face 523 158 3303 1396
Face 524 158 3451 3303
Face 525 84 3945 60
Face 526 84 118 3945
Face 527 1591 224 220
Face 528 1591 180 224
Face 529 2206 225 176
Face 530 2206 96 225
Face 531 1772 2068 2679
Face 532 342 2254 4034
Face 533 228 227 193
Face 534 228 32 227
Face 535 635 3498 4763
Face 536 1853 24 228
Face 537 4498 4054 219
Face 538 1128 1007 572
Face 539 3524 3896 2661
Face 540 619 4852 537
Face 541 3763 2983 1777
Face 542 2349 4343 4638
Face 543 68 2670 133
Face 544 379 1311 919
Face 545 3367 1246 4866
Face 546 700 4563 853
Face 547 1962 4475 652
Face 548 3754 4200 1611
Face 549 3667 1518 3158
Face 550 3233 1539 3087
Face 551 2362 1696 1560
Face 552 2798 1505 2626
Face 553 4855 2192 3043
Face 554 1261 3460 2614
Face 555 440 325 283
Face 556 1790 367 902
Face 557 1370 3530 1973
Face 558 2335 1618 696
Face 559 3405 2247 59
Face 560 2942 448 1459
Face 561 3788 2347 4496
Face 562 2206 176 2487
Face 563 1521 242 1958
Face 564 623 4094 1823
Face 565 244 3113 2650
Face 566 2954 3202 4698
Face 567 2035 4860 3327
Face 568 855 3553 4926
Face 569 2163 1541 3624
Face 570 2163 1040 3991
Face 571 727 2207 2904
Face 572 1396 2089 781
Face 573 518 1204 1454
Face 574 518 4519 1204
Face 575 3571 248 63
Face 576 158 101 248
Face 577 3015 483 144
Face 578 1872 908 858
Face 579 733 250 4841
Face 580 522 828 2421
Face 581 1255 734 3469
Face 582 90 2526 1455
Face 583 3422 685 2583
Face 584 3350 4165 1987
Face 585 1133 2984 238
Face 586 1803 1927 3040
Face 587 1346 2128 2464
Face 588 1330 808 468
Face 589 3677 255 2013
Face 590 3456 1832 3165
Face 591 2587 1161 3456
Face 592 537 234 256
Face 593 298 377 152
Face 594 4296 2920 460
Face 595 281 1579 1441
Face 596 398 3411 1271
Face 597 137 337 74
Face 598 3813 4681 259
Face 599 3799 2559 3800
Face 600 450 4057 2558
Face 601 564 4787 2386
Face 602 564 3059 261
Face 603 36 262 263
Face 604 36 3800 262
Face 605 273 263 65
Face 606 273 260 263
Face 607 3023 2152 2483
Face 608 1667 1696 667
Face 609 264 3270 1215
Face 610 1407 4352 1678
Face 611 455 632 3870
Face 612 775 3664 670
Face 613 4374 722 2329
Face 614 1403 4337 3523
Face 615 3588 1660 1588
Face 616 3531 1443 3421
Face 617 2153 473 203
Face 618 587 2527 390
Face 619 1041 356 1180
Face 620 1042 1224 1913
Face 621 1404 935 266
Face 622 1276 210 2875
Face 623 1580 272 493
Face 624 509 3488 4256
Face 625 3832 903 3102
Face 626 1361 3828 2974
Face 627 1974 1100 3770
Face 628 3333 938 282
Face 629 4022 1184 2293
Face 630 167 4885 4669
Face 631 1260 307 2076
Face 632 4551 3138 2195
Face 633 1663 277 24
Face 634 1663 1313 277
Face 635 1540 2504 3820
Face 636 3478 4272 2172
Face 637 1717 2053 1763
Face 638 1382 678 2751
Face 639 4278 1583 1070
Face 640 4443 2991 3671
Face 641 4554 2624 4396
Face 642 2911 490 628
Face 643 4818 1144 567
Face 644 2594 2180 1965
Face 645 4818 284 1144
Face 646 3205 2782 4705
Face 647 2912 4249 2755
Face 648 2912 1124 1110
Face 649 4459 2246 1533
Face 650 4459 1400 2246
Face 651 3391 2283 688
Face 652 2380 724 3946
Face 653 3161 4096 2373
Face 654 3161 2758 4096
Face 655 4237 2548 1942
Face 656 4898 842 366
Face 657 2677 4783 2027
Face 658 196 4624 2864
Face 659 1143 2413 573
Face 660 4057 3517 1496
Face 661 264 529 4953
Face 662 4767 3203 4020
Face 663 4035 2341 1357
Face 664 217 312 849
Face 665 4725 528 436
Face 666 592 994 293
Face 667 1549 294 3915
Face 668 3943 4562 2913
Face 669 3204 1971 2482
Face 670 4617 917 1970
Face 671 1906 3251 4913
Face 672 963 4106 3251
Face 673 2778 3697 4847
Face 674 4109 695 3606
Face 675 3176 3746 2644
Face 676 2278 4186 3067
Face 677 1119 2104 4223
Face 678 1090 2192 4855
Face 679 3859 3057 803
Face 680 4259 3048 2812
Face 681 3764 2136 1071
Face 682 2021 414 4263
Face 683 3392 1475 4763
Face 684 1468 729 2960
Face 685 1470 1469 4927
Face 686 2518 2399 4567
Face 687 236 3804 1137
Face 688 412 1356 2896
Face 689 819 2620 2336
Face 690 942 1999 1905
Face 691 3192 2382 3445
Face 692 53 1639 4191
Face 693 276 2457 3666
Face 694 276 3017 2456
Face 695 984 1274 1277
Face 696 253 2128 1165
Face 697 206 1046 3768
Face 698 2554 1688 1158
Face 699 2066 2888 291
Face 700 1326 462 1245
Face 701 986 485 1751
Face 702 3907 2401 2173
Face 703 2054 994 592
Face 704 1244 1173 312
Face 705 217 313 4122
Face 706 928 329 3540
Face 707 177 2471 4461
Face 708 1333 2108 1290
Face 709 1092 4365 295
Face 710 3836 2910 315
Face 711 2618 316 3334
Face 712 210 2740 316
Face 713 157 2928 1866
Face 714 2335 2609 317
Face 715 3600 846 288
Face 716 2344 4237 1942
Face 717 3191 648 3364
Face 718 2222 2688 890
Face 719 1627 1794 3940
Face 720 4322 168 2361
Face 721 2727 1035 818
Face 722 1357 2341 1037
Face 723 4910 1282 1112
Face 724 137 261 1353
Face 725 38 2774 3536
Face 726 2386 4787 3796
Face 727 3989 4297 2045
Face 728 813 4592 1036
Face 729 456 2344 318
Face 730 287 283 325
Face 731 3167 326 1129
Face 732 456 318 326
Face 733 1446 3233 3087
Face 734 4804 3379 4647
Face 735 433 328 2096
Face 736 433 3667 3158
Face 737 1386 2926 928
Face 738 3405 1033 3177
Face 739 755 4317 885
Face 740 2704 762 1489
Face 741 881 642 1139
Face 742 1568 67 331
Face 743 1068 1827 2424
Face 744 661 1882 1072
Face 745 465 333 4850
Face 746 2930 1452 2919
Face 747 938 567 1144
Face 748 3415 2913 4562
Face 749 3973 2389 1453
Face 750 970 245 504
Face 751 3902 2091 585
Face 752 1495 1852 2712
Face 753 2217 2651 1169
Face 754 2217 644 2651
Face 755 851 609 191
Face 756 3223 259 4681
Face 757 454 3227 510
Face 758 3909 68 1207
Face 759 4541 4340 2695
Face 760 353 4535 2793
Face 761 2621 1538 376
Face 762 1634 1792 1067
Face 763 701 2347 961
Face 764 4642 1443 693
Face 765 1016 343 1716
Face 766 796 3928 836
Face 767 779 3408 2296
Face 768 2202 2696 1395
Face 769 3329 3605 1267
Face 770 4537 3011 2646
Face 771 758 4692 2646
Face 772 1302 453 2439
Face 773 402 948 4613
Face 774 2994 4009 3063
Face 775 1893 3993 2687
Face 776 1117 2130 2142
Face 777 3347 349 835
Face 778 662 2623 1054
Face 779 2097 3414 1114
Face 780 3283 197 2458
Face 781 175 1581 2524
Face 782 3674 4092 4353
Face 783 1862 677 2319
Face 784 1433 3506 944
Face 785 523 4184 1624
Face 786 4326 192 353
Face 787 2376 379 3324
Face 788 474 2314 3404
Face 789 2996 2150 3939
Face 790 3090 1682 4413
Face 791 270 992 3849
Face 792 3615 3152 1916
Face 793 1294 2034 1684
Face 794 2360 2790 3803
Face 795 4455 358 153
Face 796 3377 541 4078
Face 797 1490 910 740
Face 798 4223 2104 2975
Face 799 4182 360 2345
Face 800 4182 4901 2019
Face 801 81 361 391
Face 802 362 3869 4611
Face 803 2784 362 4611
Face 804 2783 2200 3294
Face 805 861 699 2030
Face 806 2561 3515 1636
Face 807 1321 1076 941
Face 808 2675 1594 4834
Face 809 2455 3621 583
Face 810 4017 4532 4003
Face 811 2992 1509 2958
Face 812 288 846 4709
Face 813 4292 842 3888
Face 814 556 1698 457
Face 815 1185 4677 2135
Face 816 1185 4722 2795
Face 817 3913 708 1806
Face 818 2680 4255 369
Face 819 229 1656 4305
Face 820 1539 3233 4939
Face 821 1668 1837 2640
Face 822 3492 605 2809
Face 823 2811 4008 536
Face 824 2226 878 3495
Face 825 954 655 933
Face 826 374 4256 1692
Face 827 4653 510 2735
Face 828 2734 3497 510
Face 829 1250 1029 1666
Face 830 738 1022 566
Face 831 3224 779 2296
Face 832 4948 172 376
Face 833 4186 4038 3067
Face 834 599 413 917
Face 835 1515 782 2416
Face 836 1515 2718 2285
Face 837 354 4553 1171
Face 838 1599 2313 2666
Face 839 4173 1705 484
Face 840 712 2337 824
Face 841 2114 1817 4019
Face 842 3616 243 3527
Face 843 1217 1482 598
Face 844 3616 381 3060
Face 845 1521 1094 2303
Face 846 4451 2593 1094
Face 847 1943 2258 4832
Face 848 1272 743 4193
Face 849 1235 385 127
Face 850 1235 2254 385
Face 851 54 3737 3115
Face 852 54 3627 3737
Face 853 338 1389 3833
Face 854 338 4621 777
Face 855 2220 2506 264
Face 856 1216 833 3938
Face 857 3089 1530 2957
Face 858 2788 1274 984
Face 859 534 422 2383
Face 860 3179 2749 390
Face 861 3887 391 4837
Face 862 2248 2845 1459
Face 863 3712 2446 51
Face 864 2923 3976 1756
Face 865 1878 2878 3372
Face 866 4479 3016 393
Face 867 3739 394 2425
Face 868 285 1533 394
Face 869 2858 686 2553
Face 870 4820 2590 1781
Face 871 3061 1547 686
Face 872 3757 4700 442
Face 873 203 2977 3814
Face 874 4247 2006 3094
Face 875 2371 2911 628
Face 876 1679 1860 1142
Face 877 1679 2989 2987
Face 878 192 1249 399
Face 879 252 3579 2259
Face 880 2482 1970 2557
Face 881 1697 1027 3904
Face 882 1813 1340 3454
Face 883 4502 1033 3405
Face 884 3710 948 4312
Face 885 3884 2652 3776
Face 886 3914 4729 636
Face 887 3548 2957 1530
Face 888 2736 1157 4825
Face 889 1420 1322 1057
Face 890 2600 2343 405
Face 891 4638 982 2349
Face 892 3678 3642 4290
Face 893 2256 407 335
Face 894 1008 464 3376
Face 895 951 2054 592
Face 896 178 2680 2540
Face 897 857 2021 3702
Face 898 2320 442 1985
Face 899 166 4252 4856
Face 900 3846 2121 4219
Face 901 2215 1555 209
Face 902 4437 1103 838
Face 903 872 1542 4630
Face 904 3609 586 2132
Face 905 435 1175 660
Face 906 895 917 413
Face 907 1063 2720 3349
Face 908 3216 2731 2720
Face 909 3141 415 3908
Face 910 53 2865 891
Face 911 1933 4745 3481
Face 912 2033 728 416
Face 913 4124 1532 2742
Face 914 3563 126 3861
Face 915 38 2384 2774
Face 916 4018 3426 4369
Face 917 356 3892 4862
Face 918 420 423 419
Face 919 1913 4268 1640
Face 920 1913 1224 991
Face 921 1536 792 4880
Face 922 979 4942 424
Face 923 2953 422 1181
Face 924 602 2164 422
Face 925 3110 4428 992
Face 926 3110 1203 2085
Face 927 2164 533 422
Face 928 2785 979 4176
Face 929 522 4084 828
Face 930 1258 766 425
Face 931 1024 2209 529
Face 932 555 3070 4515
Face 933 1107 3291 3879
Face 934 1107 3980 3291
Face 935 1523 3696 2671
Face 936 600 2751 678
Face 937 1491 430 594
Face 938 1491 2970 4534
Face 939 4250 2084 640
Face 940 429 4667 4812
Face 941 4047 431 1439
Face 942 4543 3714 1554
Face 943 4956 3504 3522
Face 944 3276 4685 4179
Face 945 2501 2155 2661
Face 946 1650 3669 3668
Face 947 849 434 936
Face 948 1904 403 434
Face 949 1970 4565 2557
Face 950 1970 917 2619
Face 951 1903 756 710
Face 952 2161 2213 1176
Face 953 3587 1510 3589
Face 954 2303 623 3996
Face 955 3951 2345 360
Face 956 926 1701 438
Face 957 144 1612 3015
Face 958 3788 1324 3651
Face 959 203 2854 2977
Face 960 1568 331 881
Face 961 1902 2006 4247
Face 962 807 3419 1852
Face 963 669 3852 2936
Face 964 539 3239 750
Face 965 2329 2875 4374
Face 966 775 670 4232
Face 967 1026 444 853
Face 968 1026 4181 4257
Face 969 3814 2153 203
Face 970 2700 674 445
Face 971 4390 2527 587
Face 972 588 1006 732
Face 973 3740 1920 3352
Face 974 206 4515 1355
Face 975 206 2324 1046
Face 976 2169 937 448
Face 977 3397 449 2842
Face 978 845 3268 2215
Face 979 273 1517 260
Face 980 903 1922 4869
Face 981 3326 1757 3365
Face 982 1726 2211 1725
Face 983 1007 3625 572
Face 984 2013 255 649
Face 985 187 453 2632
Face 986 3958 1183 1502
Face 987 1895 3497 2734
Face 988 2670 68 3909
Face 989 4127 2889 2066
Face 990 3312 3398 1461
Face 991 1698 3273 457
Face 992 287 325 2536
Face 993 2440 776 3358
Face 994 2859 1503 1590
Face 995 3703 458 850
Face 996 3449 1377 906
Face 997 4564 2634 3433
Face 998 4042 4442 1608
Face 999 257 460 919
Face 1000 257 4038 4186
Face 1001 2159 3479 4211
Face 1002 174 2681 3479
Face 1003 2772 797 89
Face 1004 2772 2740 2122
Face 1005 3534 463 1386
Face 1006 936 434 996
Face 1007 841 1304 295
Face 1008 2237 3376 464
Face 1009 2952 465 437
Face 1010 3535 1808 2930
Face 1011 2948 2561 1636
Face 1012 1268 2989 3525
Face 1013 1911 4631 1875
Face 1014 4622 1052 735
Face 1015 848 2940 4159
Face 1016 254 4616 468
Face 1017 877 3914 1476
Face 1018 877 3154 469
Face 1019 2618 470 722
Face 1020 2618 1869 3574
Face 1021 4102 2620 819
Face 1022 3654 818 4615
Face 1023 3581 2497 3432
Face 1024 4789 3724 4795
Face 1025 2453 3975 424
Face 1026 269 203 473
Face 1027 68 2233 1207
Face 1028 695 2314 3217
Face 1029 749 475 151
Face 1030 749 629 475
Face 1031 4634 1634 1067
Face 1032 1426 3999 2895
Face 1033 4827 1067 1829
Face 1034 4410 3302 1538
Face 1035 1809 2621 376
Face 1036 1809 680 478
Face 1037 3314 479 648
Face 1038 4667 429 1514
Face 1039 1086 480 3034
Face 1040 582 645 2365
Face 1041 1339 1184 4022
Face 1042 1649 2969 1997
Face 1043 2223 3592 2132
Face 1044 4361 3974 3592
Face 1045 2848 4932 3732
Face 1046 2972 96 483
Face 1047 805 3934 380
Face 1048 1274 2788 3253
Face 1049 3009 2173 3347
Face 1050 3482 913 485
Face 1051 456 3062 325
Face 1052 902 367 1645
Face 1053 2536 487 287
Face 1054 486 488 3809
Face 1055 4395 2537 1645
Face 1056 2859 1590 751
Face 1057 2276 1685 809
Face 1058 2968 3391 2596
Face 1059 3771 3500 3006
Face 1060 1318 3266 957
Face 1061 258 491 1441
Face 1062 3771 3006 3422
Face 1063 1815 3560 1883
Face 1064 1566 4383 3086
Face 1065 1637 3093 4949
Face 1066 1639 1741 2550
Face 1067 3570 494 1514
Face 1068 4105 430 494
Face 1069 867 2650 3113
Face 1070 3223 4681 3330
Face 1071 3482 4392 913
Face 1072 311 2391 1635
Face 1073 161 497 24
Face 1074 161 2309 497
Face 1075 560 1189 4351
Face 1076 983 3053 2454
Face 1077 1717 4682 2053
Face 1078 837 1017 808
Face 1079 1489 500 755
Face 1080 330 2469 2918
Face 1081 213 2701 2153
Face 1082 1162 1627 3940
Face 1083 3181 2796 3193
Face 1084 2426 4526 4704
Face 1085 920 3322 1056
Face 1086 520 1959 4251
Face 1087 3099 1040 152
Face 1088 515 970 504
Face 1089 2627 2322 1545
Face 1090 111 289 3395
Face 1091 305 2075 2676
Face 1092 2890 4282 506
Face 1093 2077 1005 3683
Face 1094 4538 1105 3396
Face 1095 983 508 3053
Face 1096 340 4101 812
Face 1097 77 509 574
Face 1098 77 2088 509
Face 1099 924 3613 339
Face 1100 1387 2434 2214
Face 1101 4388 2566 1289
Face 1102 1845 3961 511
Face 1103 3948 2310 2049
Face 1104 3079 2011 3748
Face 1105 1193 1504 4950
Face 1106 204 2393 3208
Face 1107 1342 514 4456
Face 1108 3840 3118 3005
Face 1109 4756 515 1213
Face 1110 2030 699 4473
Face 1111 1354 516 322
Face 1112 1442 188 2304
Face 1113 1276 517 210
Face 1114 1245 462 4224
Face 1115 896 1862 663
Face 1116 896 677 1862
Face 1117 2334 3593 4402
Face 1118 3681 3074 3429
Face 1119 4614 520 4251
Face 1120 2180 1110 4894
Face 1121 308 521 4484
Face 1122 805 1803 3446
Face 1123 290 4504 250
Face 1124 3261 4084 522
Face 1125 139 4440 1475
Face 1126 139 524 1947
Face 1127 4702 524 3304
Face 1128 4702 387 1013
Face 1129 2541 3102 1808
Face 1130 4873 624 2402
Face 1131 3900 1404 3816
Face 1132 1145 517 526
Face 1133 3671 3281 873
Face 1134 4043 2320 527
Face 1135 3546 528 348
Face 1136 1828 1584 4633
Face 1137 4020 3870 4767
Face 1138 291 2888 3870
Face 1139 1436 948 3710
Face 1140 1114 3414 4684
Face 1141 1618 4228 4150
Face 1142 2770 2446 3712
Face 1143 2210 4688 3936
Face 1144 3168 4586 2348
Face 1145 1298 533 421
Face 1146 424 3975 2038
Face 1147 4419 534 2453
Face 1148 4419 422 534
Face 1149 3132 3091 4421
Face 1150 3628 4795 3724
Face 1151 1063 3216 2720
Face 1152 1256 797 2483
Face 1153 771 3755 2364
Face 1154 2096 328 1358
Face 1155 395 3941 482
Face 1156 395 1296 3941
Face 1157 3150 539 750
Face 1158 1296 2026 539
Face 1159 2884 1689 1537
Face 1160 2183 469 959
Face 1161 634 1532 4124
Face 1162 417 3875 1297
Face 1163 3071 634 757
Face 1164 554 543 542
Face 1165 544 543 554
Face 1166 544 546 543
Face 1167 553 544 554
Face 1168 553 542 544
Face 1169 542 545 554
Face 1170 542 553 545
Face 1171 551 546 550
Face 1172 552 543 546
Face 1173 552 547 544
Face 1174 552 546 547
Face 1175 549 548 546
Face 1176 549 547 548
Face 1177 544 549 546
Face 1178 544 547 549
Face 1179 548 550 546
Face 1180 548 551 550
Face 1181 547 551 548
Face 1182 547 546 551
Face 1183 542 552 544
Face 1184 542 543 552
Face 1185 931 553 554
Face 1186 931 545 553
Face 1187 1295 554 545
Face 1188 1295 931 554
Face 1189 4337 3331 529
Face 1190 667 676 2009
Face 1191 67 1503 331
Face 1192 67 1595 556
Face 1193 168 557 1208
Face 1194 3805 4285 3354
Face 1195 824 558 1367
Face 1196 380 1755 2014
Face 1197 246 3045 3041
Face 1198 2535 3730 559
Face 1199 4058 4865 4567
Face 1200 918 1189 560
Face 1201 2307 561 2678
Face 1202 3798 4303 3286
Face 1203 1186 2240 1845
Face 1204 2587 4761 1308
Face 1205 229 563 2374
Face 1206 229 1308 563
Face 1207 657 1361 2974
Face 1208 2354 3360 3561
Face 1209 3225 2819 3691
Face 1210 633 3997 565
Face 1211 1338 2095 1347
Face 1212 375 1914 4652
Face 1213 3228 2338 1338
Face 1214 565 1836 2338
Face 1215 2809 1837 3492
Face 1216 371 3842 4070
Face 1217 2477 569 660
Face 1218 3966 1171 2617
Face 1219 513 2201 3088
Face 1220 1504 1193 570
Face 1221 283 1020 2782
Face 1222 1337 648 2087
Face 1223 2882 572 3625
Face 1224 1045 537 4852
Face 1225 66 573 1886
Face 1226 2779 847 2924
Face 1227 4233 574 3673
Face 1228 360 4182 2019
Face 1229 1966 1228 358
Face 1230 4599 1516 2316
Face 1231 2883 1192 2117
Face 1232 1001 1750 955
Face 1233 4587 4246 2348
Face 1234 3231 1132 2744
Face 1235 2439 3339 1302
Face 1236 3051 1921 2422
Face 1237 242 1565 1958
Face 1238 580 1266 1932
Face 1239 242 2725 1565
Face 1240 3827 3878 2725
Face 1241 2549 3152 3615
Face 1242 1068 2424 4023
Face 1243 1464 582 4779
Face 1244 3717 4321 3173
Face 1245 2102 4420 138
Face 1246 2102 4011 4420
Face 1247 2412 1091 3987
Face 1248 2412 1147 3137
Face 1249 209 1930 2215
Face 1250 2360 3803 3218
Face 1251 3088 1141 513
Face 1252 3352 1920 586
Face 1253 2749 587 390
Face 1254 4394 2951 675
Face 1255 4390 4408 446
Face 1256 3340 3413 1474
Face 1257 1716 2370 2857
Face 1258 788 1601 4955
Face 1259 4904 1462 3983
Face 1260 4740 2857 590
Face 1261 1572 2037 2543
Face 1262 1724 1306 2245
Face 1263 1381 966 4874
Face 1264 2401 951 2713
Face 1265 1384 1491 594
Face 1266 3036 3096 593
Face 1267 3314 2046 479
Face 1268 2758 1384 594
Face 1269 1746 595 1916
Face 1270 4452 2549 3615
Face 1271 597 596 3279
Face 1272 423 420 2086
Face 1273 1746 1371 595
Face 1274 423 2086 1830
Face 1275 3729 4295 2445
Face 1276 3641 2867 1335
Face 1277 257 4044 4038
Face 1278 2312 1421 1561
Face 1279 2694 2933 2671
Face 1280 4203 4715 2135
Face 1281 723 1771 4861
Face 1282 181 1288 4098
Face 1283 2692 1520 3179
Face 1284 2692 1738 1073
Face 1285 1950 4486 4329
Face 1286 1115 2815 603
Face 1287 3232 604 3711
Face 1288 3475 139 604
Face 1289 2143 605 2271
Face 1290 2143 512 3025
Face 1291 2741 4742 4312
Face 1292 1519 3547 606
Face 1293 2791 607 577
Face 1294 2790 2360 2100
Face 1295 4178 608 2306
Face 1296 2211 3330 608
Face 1297 1606 4721 2134
Face 1298 387 4702 609
Face 1299 2633 1317 275
Face 1300 2375 1059 2170
Face 1301 4255 1871 369
Face 1302 986 471 1440
Face 1303 3387 1166 780
Face 1304 1222 2396 1675
Face 1305 4470 1752 1303
Face 1306 4470 3156 1752
Face 1307 4222 614 3508
Face 1308 86 2513 2463
Face 1309 290 3262 4504
Face 1310 4037 1427 3262
Face 1311 2259 1325 685
Face 1312 303 812 4101
Face 1313 3729 617 1335
Face 1314 897 3428 1232
Face 1315 2308 4085 4937
Face 1316 1236 2878 1878
Face 1317 1254 3720 4759
Face 1318 665 713 2221
Face 1319 792 620 241
Face 1320 421 602 1588
Face 1321 171 2900 2892
Face 1322 4047 1439 621
Face 1323 1951 1115 3559
Face 1324 307 1260 622
Face 1325 1094 3077 2303
Face 1326 383 2488 1953
Face 1327 3630 3410 694
Face 1328 3629 383 1953
Face 1329 274 1549 571
Face 1330 626 567 1836
Face 1331 274 626 3882
Face 1332 274 2955 626
Face 1333 4839 627 2355
Face 1334 2403 2224 3119
Face 1335 2459 3288 2229
Face 1336 4130 2371 2703
Face 1337 4819 629 1880
Face 1338 759 3131 4436
Face 1339 3491 1470 1624
Face 1340 3491 1527 630
Face 1341 2865 3735 891
Face 1342 972 1955 631
Face 1343 3816 2263 310
Face 1344 3680 267 3270
Face 1345 1022 3225 3691
Face 1346 1352 3997 633
Face 1347 545 4430 1295
Face 1348 545 4432 4430
Face 1349 3583 3706 1737
Face 1350 4265 3518 635
Face 1351 1409 4216 4319
Face 1352 714 852 636
Face 1353 4549 1848 2131
Face 1354 2466 1388 1968
Face 1355 1411 1941 883
Face 1356 2761 2043 1774
Face 1357 2297 2312 1561
Face 1358 1311 379 3140
Face 1359 1081 2970 593
Face 1360 2655 4250 640
Face 1361 108 4017 4003
Face 1362 2388 3655 641
Face 1363 2325 642 881
Face 1364 2325 3528 642
Face 1365 2412 3716 1147
Face 1366 2412 4746 3716
Face 1367 1826 644 3403
Face 1368 4078 541 644
Face 1369 3465 2136 3764
Face 1370 3662 4598 4378
Face 1371 285 646 2737
Face 1372 285 394 3739
Face 1373 890 1959 2222
Face 1374 2909 503 647
Face 1375 2269 1065 647
Face 1376 319 2087 4771
Face 1377 452 2563 2881
Face 1378 452 2615 649
Face 1379 235 713 3472
Face 1380 2013 649 650
Face 1381 2167 4063 652
Face 1382 4576 1265 651
Face 1383 2563 652 4063
Face 1384 649 1861 3393
Face 1385 234 4595 256
Face 1386 2167 652 4475
Face 1387 1268 2987 2989
Face 1388 2024 3812 654
Face 1389 373 2434 3756
Face 1390 373 2427 4495
Face 1391 2091 3139 690
Face 1392 336 2522 1300
Face 1393 1922 657 4869
Face 1394 659 3259 1354
Face 1395 4583 3947 4947
Face 1396 1856 2906 658
Face 1397 2765 659 2872
Face 1398 4836 658 2906
Face 1399 278 4242 3412
Face 1400 278 4607 4242
Face 1401 1362 3416 581
Face 1402 2053 2194 661
Face 1403 197 2118 2458
Face 1404 2401 966 1138
Face 1405 1812 3190 247
Face 1406 2747 4932 2848
Face 1407 663 664 4628
Face 1408 3237 810 4737
Face 1409 4467 3473 2625
Face 1410 682 235 3472
Face 1411 1266 666 1932
Face 1412 4712 3385 666
Face 1413 2158 4892 3171
Face 1414 2158 1403 4892
Face 1415 971 1682 3090
Face 1416 299 166 4856
Face 1417 2973 2010 2350
Face 1418 761 539 3150
Face 1419 3542 2420 267
Face 1420 2003 1659 4579
Face 1421 3272 671 3275
Face 1422 3272 1829 671
Face 1423 220 2679 2068
Face 1424 673 2697 3278
Face 1425 2414 1795 672
Face 1426 4861 4350 1795
Face 1427 2184 674 2144
Face 1428 884 675 2951
Face 1429 730 4160 3982
Face 1430 730 4394 675
Face 1431 1696 3752 667
Face 1432 304 412 2896
Face 1433 352 3306 4665
Face 1434 352 2721 3306
Face 1435 428 4254 468
Face 1436 1345 1523 4121
Face 1437 1984 778 478
Face 1438 2430 341 3950
Face 1439 477 2299 4634
Face 1440 477 1393 2299
Face 1441 760 4810 1505
Face 1442 538 396 1781
Face 1443 683 4467 2625
Face 1444 2193 2012 682
Face 1445 4743 960 1358
Face 1446 2903 1003 960
Face 1447 2012 1178 3677
Face 1448 2012 2141 3965
Face 1449 1002 3006 1271
Face 1450 252 2259 685
Face 1451 3039 686 1547
Face 1452 871 4090 686
Face 1453 1879 1430 116
Face 1454 16 4720 1430
Face 1455 2342 3734 2149
Face 1456 2697 4664 2596
Face 1457 4535 689 4399
Face 1458 2565 4214 689
Face 1459 3218 1930 209
Face 1460 585 2091 690
Face 1461 1069 3016 2330
Face 1462 2034 1294 691
Face 1463 2467 3123 1598
Face 1464 1919 4024 1924
Face 1465 342 2663 950
Face 1466 2347 701 1104
Face 1467 4094 4873 2402
Face 1468 4094 623 4360
Face 1469 3709 695 3217
Face 1470 876 3606 695
Face 1471 2071 4650 1323
Face 1472 3530 1370 4199
Face 1473 3386 2533 609
Face 1474 2443 3365 1757
Face 1475 363 2134 777
Face 1476 699 861 4635
Face 1477 363 4605 698
Face 1478 363 783 4605
Face 1479 3056 3367 411
Face 1480 835 4563 700
Face 1481 1402 2487 176
Face 1482 589 1104 701
Face 1483 471 2072 1440
Face 1484 4615 818 2879
Face 1485 1329 2709 2215
Face 1486 4866 1246 703
Face 1487 1052 2016 735
Face 1488 885 3650 2017
Face 1489 3594 2317 391
Face 1490 2486 4371 705
Face 1491 2604 3759 750
Face 1492 3334 1759 4762
Face 1493 1607 4594 3704
Face 1494 4714 408 707
Face 1495 1665 1736 1364
Face 1496 4521 1034 4791
Face 1497 1322 2606 2039
Face 1498 405 2137 709
Face 1499 1584 4142 1672
Face 1500 3129 217 1074
Face 1501 1081 1710 2970
Face 1502 4344 1233 711
Face 1503 2939 1367 4366
Face 1504 2822 2002 2107
Face 1505 650 713 235
Face 1506 650 4559 713
Face 1507 3400 714 636
Face 1508 403 292 1873
Face 1509 1769 715 3680
Face 1510 4161 716 3742
Face 1511 4172 716 4161
Face 1512 4172 3695 716
Face 1513 3780 717 480
Face 1514 1899 1152 717
Face 1515 3899 3890 1184
Face 1516 1220 382 3260
Face 1517 800 2722 4675
Face 1518 1718 530 719
Face 1519 1145 1245 4224
Face 1520 3312 1461 3695
Face 1521 287 4096 283
Face 1522 1698 556 721
Face 1523 2505 722 470
Face 1524 4708 3175 1850
Face 1525 1613 4807 142
Face 1526 3555 601 1344
Face 1527 199 724 3188
Face 1528 199 1928 3838
Face 1529 348 1680 1381
Face 1530 789 2732 1680
Face 1531 112 726 149
Face 1532 4659 2288 726
Face 1533 112 4659 726
Face 1534 1405 4449 1617
Face 1535 1587 728 2033
Face 1536 212 2796 3181
Face 1537 4260 3579 252
Face 1538 4260 1019 3579
Face 1539 2941 730 2040
Face 1540 2941 4394 730
Face 1541 446 2199 4390
Face 1542 3418 2693 731
Face 1543 2198 2042 3206
Face 1544 2198 1816 1414
Face 1545 4492 2647 4386
Face 1546 290 250 733
Face 1547 1266 3013 666
Face 1548 333 465 2081
Face 1549 1158 735 2016
Face 1550 2205 1911 735
Face 1551 4552 736 1658
Face 1552 153 2476 2997
Face 1553 2645 1039 1571
Face 1554 182 2995 1039
Face 1555 1264 998 2995
Face 1556 1264 3433 998
Face 1557 1355 739 2902
Face 1558 1356 1234 4644
Face 1559 3674 2684 4092
Face 1560 2602 1077 4483
Face 1561 4625 826 3135
Face 1562 4625 1627 826
Face 1563 320 742 693
Face 1564 3775 1273 1793
Face 1565 4757 3731 3514
Face 1566 4757 384 3731
Face 1567 148 2197 3783
Face 1568 148 4299 3869
Face 1569 214 3978 2869
Face 1570 214 2852 3978
Face 1571 618 4085 2308
Face 1572 1594 2675 3448
Face 1573 1585 747 321
Face 1574 2029 1689 747
Face 1575 2702 748 1424
Face 1576 1776 2796 4081
Face 1577 1880 3529 2442
Face 1578 1880 629 3529
Face 1579 3852 1865 3758
Face 1580 3852 669 1865
Face 1581 1418 751 3898
Face 1582 1418 1060 3905
Face 1583 1252 752 1496
Face 1584 1251 4471 752
Face 1585 537 753 3720
Face 1586 1358 960 753
Face 1587 1077 754 2123
Face 1588 228 193 3726
Face 1589 2435 2845 2248
Face 1590 2704 1489 755
Face 1591 3601 756 1903
Face 1592 436 2181 756
Face 1593 4124 757 634
Face 1594 130 64 757
Face 1595 173 4907 134
Face 1596 1302 4692 4815
Face 1597 4679 759 1992
Face 1598 880 3130 3847
Face 1599 1485 2798 482
Face 1600 3986 681 760
Face 1601 4755 761 3464
Face 1602 396 538 761
Face 1603 4169 762 3125
Face 1604 3420 1876 1981
Face 1605 290 763 3262
Face 1606 1886 573 2413
Face 1607 3399 1780 2318
Face 1608 4327 869 2999
Face 1609 4135 1963 1973
Face 1610 3977 4115 2635
Face 1611 108 2388 641
Face 1612 1252 1733 766
Face 1613 153 1918 365
Face 1614 153 736 1448
Face 1615 168 768 557
Face 1616 168 3698 768
Face 1617 196 769 505
Face 1618 2916 1401 769
Face 1619 1231 1283 1034
Face 1620 369 1871 770
Face 1621 3264 2763 562
Face 1622 3895 3755 771
Face 1623 791 3035 3654
Face 1624 4164 485 3886
Face 1625 1128 773 1007
Face 1626 3720 1254 3824
Face 1627 962 3190 1812
Face 1628 2839 4269 1454
Face 1629 1408 775 4232
Face 1630 3175 3938 833
Face 1631 1590 776 751
Face 1632 2821 3358 776
Face 1633 1389 4083 1606
Face 1634 1389 338 4083
Face 1635 3949 1393 2430
Face 1636 1538 2621 778
Face 1637 4025 2203 2689
Face 1638 815 2696 2202
Face 1639 1027 780 3904
Face 1640 1202 2375 2170
Face 1641 2137 2830 709
Face 1642 246 1396 781
Face 1643 2285 782 1515
Face 1644 378 3229 1923
Face 1645 2094 4474 363
Face 1646 515 4839 2355
Face 1647 1275 784 2323
Face 1648 1303 1752 2807
Face 1649 4945 3487 1613
Face 1650 180 226 3521
Face 1651 785 4503 386
Face 1652 4843 2717 3521
Face 1653 328 4743 1358
Face 1654 3158 1518 787
Face 1655 2001 4604 1487
Face 1656 1551 1601 788
Face 1657 348 789 1680
Face 1658 348 528 789
Face 1659 1446 3656 327
Face 1660 1446 3736 3656
Face 1661 1312 1967 4162
Face 1662 4323 772 1967
Face 1663 2785 2025 979
Face 1664 1450 620 792
Face 1665 2535 793 3335
Face 1666 946 2343 4736
Face 1667 974 794 3880
Face 1668 2018 630 1527
Face 1669 4144 3782 794
Face 1670 812 303 1693
Face 1671 1016 4245 343
Face 1672 3012 1812 1628
Face 1673 462 2122 2740
Face 1674 3023 2483 797
Face 1675 1605 2111 953
Face 1676 3962 1576 798
Face 1677 4181 4545 4257
Face 1678 1054 3000 1893
Face 1679 799 4545 350
Face 1680 799 2722 800
Face 1681 2281 4489 4601
Face 1682 2983 2664 3108
Face 1683 3996 802 2303
Face 1684 437 3589 2591
Face 1685 187 2176 453
Face 1686 2060 3345 2175
Face 1687 211 2950 959
Face 1688 816 1209 804
Face 1689 308 2166 914
Face 1690 308 1163 2166
Face 1691 294 806 3915
Face 1692 2922 2657 3010
Face 1693 294 2922 806
Face 1694 2913 4905 2522
Face 1695 939 1382 2751
Face 1696 1630 3018 2133
Face 1697 2606 809 1685
Face 1698 709 2830 3021
Face 1699 249 4641 962
Face 1700 249 925 1512
Face 1701 3240 3879 3291
Face 1702 314 3083 811
Face 1703 974 4144 794
Face 1704 974 4888 4144
Face 1705 2464 3626 1346
Face 1706 3568 389 2300
Face 1707 4941 814 1654
Face 1708 4703 1047 3989
Face 1709 1288 4025 2689
Face 1710 3302 4410 815
Face 1711 4588 816 804
Face 1712 1429 2856 4714
Face 1713 489 2039 2606
Face 1714 2995 3811 1567
Face 1715 2990 818 1035
Face 1716 2990 2879 818
Face 1717 1196 4828 4302
Face 1718 942 1905 1798
Face 1719 2472 1948 3095
Face 1720 3461 1673 820
Face 1721 865 2726 2368
Face 1722 416 3181 3193
Face 1723 1840 822 254
Face 1724 1840 2107 4524
Face 1725 2484 823 1577
Face 1726 3051 2422 823
Face 1727 4519 2799 3357
Face 1728 380 2014 824
Face 1729 4793 2943 2539
Face 1730 706 2604 825
Face 1731 1152 3390 3106
Face 1732 1498 3135 4209
Face 1733 2157 4527 1078
Face 1734 2157 598 4527
Face 1735 3455 828 927
Face 1736 4369 3426 3719
Face 1737 2181 4110 2409
Face 1738 528 3546 829
Face 1739 4280 830 281
Face 1740 498 2672 830
Face 1741 2694 4204 2933
Face 1742 2230 1101 4125
Face 1743 3760 2406 2597
Face 1744 157 73 832
Face 1745 2262 4005 4065
Face 1746 2262 3533 4005
Face 1747 4236 4421 3091
Face 1748 2753 2426 4155
Face 1749 3056 2622 3368
Face 1750 1708 4048 2622
Face 1751 3503 3963 2133
Face 1752 343 4245 836
Face 1753 3431 3963 3503
Face 1754 3431 1017 837
Face 1755 2391 838 496
Face 1756 4866 4293 3325
Face 1757 3816 839 715
Face 1758 2003 1500 3543
Face 1759 2436 840 4817
Face 1760 2436 963 4177
Face 1761 4365 841 295
Face 1762 315 3831 2237
Face 1763 4395 842 2537
Face 1764 2958 366 842
Face 1765 183 843 1535
Face 1766 3512 1979 2828
Face 1767 289 2864 3395
Face 1768 1534 843 2863
Face 1769 3516 3397 346
Face 1770 3516 3268 845
Face 1771 3584 3149 1552
Face 1772 2834 1088 846
Face 1773 505 2322 2627
Face 1774 505 769 847
Face 1775 4139 4173 1165
Face 1776 254 822 848
Face 1777 1173 849 312
Face 1778 292 403 1904
Face 1779 4426 2938 2842
Face 1780 4426 3139 2938
Face 1781 451 851 1801
Face 1782 3386 609 851
Face 1783 1847 852 1278
Face 1784 2589 2466 1968
Face 1785 1784 853 1155
Face 1786 999 703 1246
Face 1787 1922 4145 657
Face 1788 98 977 854
Face 1789 1741 2507 2419
Face 1790 2705 3959 2507
Face 1791 2227 856 306
Face 1792 244 3826 1729
Face 1793 189 3764 1071
Face 1794 189 997 857
Face 1795 925 3014 4313
Face 1796 2462 1399 1707
Face 1797 2641 2542 2746
Face 1798 591 1887 3355
Face 1799 3322 860 1056
Face 1800 1197 1100 3930
Face 1801 2224 861 2030
Face 1802 4149 4635 861
Face 1803 539 862 3239
Face 1804 539 2026 862
Face 1805 3089 2300 1530
Face 1806 1372 814 1833
Face 1807 1989 2967 3575
Face 1808 2867 1089 3166
Face 1809 2323 865 1275
Face 1810 3211 3193 2008
Face 1811 161 4913 2309
Face 1812 161 3820 866
Face 1813 55 1889 114
Face 1814 55 2800 3863
Face 1815 255 1861 649
Face 1816 869 1049 1743
Face 1817 3295 869 1743
Face 1818 1097 2999 869
Face 1819 162 1419 1057
Face 1820 3222 1479 870
Face 1821 3039 871 686
Face 1822 395 482 3974
Face 1823 236 872 4630
Face 1824 1412 871 4361
Face 1825 1926 873 3281
Face 1826 1136 1969 4206
Face 1827 3780 1899 717
Face 1828 4409 2175 1899
Face 1829 414 2273 2124
Face 1830 414 1111 2273
Face 1831 3709 876 695
Face 1832 4400 2944 2442
Face 1833 2466 877 1388
Face 1834 2856 1429 2333
Face 1835 4427 1333 1290
Face 1836 1199 372 4509
Face 1837 579 2397 1430
Face 1838 2146 759 879
Face 1839 579 1280 879
Face 1840 1932 666 880
Face 1841 440 881 1139
Face 1842 4247 3094 3693
Face 1843 519 3593 2334
Face 1844 519 298 882
Face 1845 2546 883 4957
Face 1846 3637 800 4675
Face 1847 4193 2184 1272
Face 1848 2258 1943 884
Face 1849 1052 2031 2017
Face 1850 3658 2942 885
Face 1851 4952 2268 231
Face 1852 3389 1475 2268
Face 1853 888 2802 2138
Face 1854 2252 1300 2407
Face 1855 3825 1285 4747
Face 1856 2252 2407 2491
Face 1857 371 889 3842
Face 1858 2117 1192 3001
Face 1859 4481 2956 2246
Face 1860 2269 647 890
Face 1861 1284 3192 3445
Face 1862 415 53 891
Face 1863 3843 892 2954
Face 1864 3276 4179 892
Face 1865 3551 893 4481
Face 1866 890 1460 893
Face 1867 344 894 1648
Face 1868 3453 2523 1846
Face 1869 435 895 413
Face 1870 2667 4619 4082
Face 1871 3732 2204 2849
Face 1872 1433 2846 3256
Face 1873 2255 897 1232
Face 1874 898 1028 2616
Face 1875 1210 2255 3839
Face 1876 2405 2411 898
Face 1877 808 3631 837
Face 1878 3707 4073 899
Face 1879 81 1908 361
Face 1880 81 1141 1908
Face 1881 3470 3155 3409
Face 1882 3183 4349 901
Face 1883 456 3167 3062
Face 1884 456 326 3167
Face 1885 1452 3544 1517
Face 1886 1452 2930 1808
Face 1887 3889 905 2277
Face 1888 953 2111 905
Face 1889 4356 905 2111
Face 1890 2485 1789 3436
Face 1891 1010 906 3507
Face 1892 1010 4042 906
Face 1893 73 907 832
Face 1894 3744 2286 4790
Face 1895 1433 2288 4659
Face 1896 202 4010 908
Face 1897 4095 1691 1379
Face 1898 332 4891 2052
Face 1899 359 910 2463
Face 1900 359 2326 910
Face 1901 506 3738 305
Face 1902 1731 2978 1484
Face 1903 1596 3857 2528
Face 1904 200 2994 912
Face 1905 772 2529 2336
Face 1906 772 4323 2529
Face 1907 2721 3040 1927
Face 1908 521 308 914
Face 1909 170 2340 4654
Face 1910 170 3104 915
Face 1911 2555 4072 820
Face 1912 1854 3048 916
Face 1913 2759 917 4617
Face 1914 1946 4045 917
Face 1915 4001 918 2743
Face 1916 983 2454 4284
Face 1917 4309 3324 1449
Face 1918 1207 2233 3324
Face 1919 2058 920 3753
Face 1920 2058 520 4614
Face 1921 162 921 1419
Face 1922 2400 2069 921
Face 1923 1226 2400 921
Face 1924 923 4671 922
Face 1925 1226 923 922
Face 1926 4531 1965 923
Face 1927 2160 3519 4784
Face 1928 1387 2214 924
Face 1929 3145 925 249
Face 1930 3145 1399 2462
Face 1931 3337 926 1174
Face 1932 1018 2346 926
Face 1933 3990 927 2261
Face 1934 1064 3455 927
Face 1935 3342 2568 1074
Face 1936 936 2311 2568
Face 1937 2082 929 4170
Face 1938 247 774 929
Face 1939 1015 3928 796
Face 1940 3341 4887 2189
Face 1941 4432 931 1295
Face 1942 4432 545 931
Face 1943 2056 932 261
Face 1944 2056 3795 932
Face 1945 1168 933 4375
Face 1946 2573 137 3244
Face 1947 443 3370 271
Face 1948 935 1343 1863
Face 1949 2105 935 1863
Face 1950 2105 670 3055
Face 1951 3342 936 2568
Face 1952 3342 849 936
Face 1953 2658 1988 947
Face 1954 2658 240 1988
Face 1955 1761 4215 3333
Face 1956 1338 2338 4215
Face 1957 2194 1882 661
Face 1958 499 899 4073
Face 1959 3533 940 4163
Face 1960 2328 1850 940
Face 1961 1424 2116 1444
Face 1962 1671 1027 1697
Face 1963 1948 943 3095
Face 1964 1948 1604 3532
Face 1965 1747 3532 1604
Face 1966 1747 1798 943
Face 1967 352 1841 559
Face 1968 352 4665 1842
Face 1969 2535 945 793
Face 1970 246 2830 945
Face 1971 945 946 1573
Face 1972 2137 405 946
Face 1973 2169 947 937
Face 1974 2498 1355 2902
Face 1975 2177 3602 2729
Face 1976 4954 3993 3602
Face 1977 2335 4596 2257
Face 1978 3750 3109 949
Face 1979 2077 3197 1005
Face 1980 170 990 3627
Face 1981 4261 3907 1130
Face 1982 3311 2054 951
Face 1983 3057 952 803
Face 1984 3980 1107 2514
Face 1985 2813 1528 4914
Face 1986 612 865 2368
Face 1987 1282 954 1112
Face 1988 1954 1895 2734
Face 1989 576 1648 3565
Face 1990 1192 2883 955
Face 1991 4003 956 108
Face 1992 365 4393 3620
Face 1993 1445 2229 3288
Face 1994 4673 1318 957
Face 1995 573 1807 1143
Face 1996 2924 847 1309
Face 1997 3885 1806 4791
Face 1998 3885 2183 959
Face 1999 4809 960 4046
Face 2000 683 753 960
Face 2001 144 961 439
Face 2002 2206 2487 961
Face 2003 2839 4744 664
Face 2004 2839 1454 3480
Face 2005 3675 963 3251
Face 2006 736 153 2997
Face 2007 1234 964 4644
Face 2008 3450 872 2132
Face 2009 3103 2488 383
Face 2010 3807 251 965
Face 2011 2713 966 2401
Face 2012 2714 2142 966
Face 2013 491 967 3670
Face 2014 3424 4567 2399
Face 2015 2910 3831 315
Face 2016 407 2256 968
Face 2017 2705 969 3959
Face 2018 53 415 3141
Face 2019 1566 970 4383
Face 2020 3959 969 2461
Face 2021 2665 4091 1686
Face 2022 2665 668 4091
Face 2023 306 1982 4441
Face 2024 306 856 1982
Face 2025 4792 1405 1617
Face 2026 1396 246 973
Face 2027 3496 1706 975
Face 2028 508 983 1706
Face 2029 1307 2331 4315
Face 2030 353 2793 4464
Face 2031 4811 976 913
Face 2032 496 1103 976
Face 2033 4925 977 3103
Face 2034 3122 854 977
Face 2035 1683 2139 1740
Face 2036 582 1464 2139
Face 2037 1536 3024 2025
Face 2038 270 2452 3024
Face 2039 2516 980 2889
Face 2040 3597 3313 980
Face 2041 651 981 4576
Face 2042 2881 2563 981
Face 2043 1559 4231 3153
Face 2044 4918 4668 3526
Face 2045 1434 983 1191
Face 2046 1434 1706 983
Face 2047 389 984 1277
Face 2048 389 1012 984
Face 2049 4638 2047 982
Face 2050 2699 886 2429
Face 2051 3394 986 1440
Face 2052 3311 951 3117
Face 2053 466 987 4735
Face 2054 2561 1268 3525
Face 2055 2254 988 155
Face 2056 54 3114 988
Face 2057 1787 1123 785
Face 2058 2284 3477 2838
Face 2059 4654 990 170
Face 2060 386 3115 990
Face 2061 992 991 3849
Face 2062 4754 2907 991
Face 2063 4754 992 3212
Face 2064 4754 991 992
Face 2065 3705 2746 3353
Face 2066 3705 4210 993
Face 2067 4122 994 3985
Face 2068 4122 313 994
Face 2069 175 2359 1581
Face 2070 2959 1146 3617
Face 2071 2115 3877 4169
Face 2072 2311 936 996
Face 2073 409 997 201
Face 2074 2021 857 997
Face 2075 3029 1855 1553
Face 2076 4052 1567 1855
Face 2077 1132 999 3538
Face 2078 233 703 999
Face 2079 388 4708 1850
Face 2080 2506 2220 1000
Face 2081 1524 1001 955
Face 2082 3948 2049 2283
Face 2083 4033 1987 3204
Face 2084 252 685 1002
Face 2085 4314 1003 2502
Face 2086 1178 2012 3965
Face 2087 3843 3276 892
Face 2088 243 3616 1004
Face 2089 3396 3380 1543
Face 2090 3603 3906 2154
Face 2091 2001 1804 4604
Face 2092 2000 1660 3699
Face 2093 2615 1007 773
Face 2094 2615 3625 1007
Face 2095 152 2256 3099
Face 2096 152 1305 1008
Face 2097 62 2501 1284
Face 2098 1655 2983 3763
Face 2099 4680 4442 578
Face 2100 4764 1608 4442
Face 2101 1780 1011 2318
Face 2102 764 1044 1011
Face 2103 1811 1012 3537
Face 2104 2788 984 1012
Face 2105 4735 1013 466
Face 2106 3871 4702 1013
Face 2107 2250 1684 4129
Face 2108 2595 2139 1683
Face 2109 247 1015 1812
Face 2110 2082 4887 3341
Face 2111 1603 1016 1402
Face 2112 3012 1628 4933
Face 2113 1840 1017 2107
Face 2114 468 808 1017
Face 2115 4717 1018 926
Face 2116 2644 4274 2683
Face 2117 278 3002 2667
Face 2118 2172 2961 4190
Face 2119 2087 1020 1337
Face 2120 571 1549 3915
Face 2121 2061 2809 2605
Face 2122 371 1839 1021
Face 2123 334 1022 738
Face 2124 4562 3943 3911
Face 2125 1358 1023 2096
Face 2126 537 256 1023
Face 2127 3171 3331 2158
Face 2128 555 426 1024
Face 2129 1735 4202 3761
Face 2130 4574 2854 3094
Face 2131 4563 1026 853
Face 2132 349 4181 1026
Face 2133 2710 1027 2051
Face 2134 2710 780 1027
Face 2135 2945 1028 898
Face 2136 2945 2171 1028
Face 2137 375 1029 1914
Face 2138 1057 1666 1029
Face 2139 2739 1570 3903
Face 2140 1032 2203 3224
Face 2141 601 1031 1344
Face 2142 2739 3903 1621
Face 2143 2738 1493 4306
Face 2144 4494 3555 2236
Face 2145 2733 1033 4502
Face 2146 2732 789 3215
Face 2147 540 1034 1283
Face 2148 3885 4791 1034
Face 2149 3468 1035 215
Face 2150 2837 2762 1035
Face 2151 2307 3649 561
Face 2152 1047 3160 1036
Face 2153 4319 1037 1409
Face 2154 2836 1035 3468
Face 2155 669 1038 3791
Face 2156 2010 4755 3464
Face 2157 3383 3851 1126
Face 2158 1238 1571 3851
Face 2159 1213 1040 2935
Face 2160 3047 3991 1040
Face 2161 1101 4769 3100
Face 2162 3054 356 1041
Face 2163 67 3054 1041
Face 2164 67 1568 1042
Face 2165 1044 1043 1098
Face 2166 4749 229 2374
Face 2167 3295 1097 869
Face 2168 1397 1043 1044
Face 2169 2167 1045 981
Face 2170 234 537 1045
Face 2171 4622 1046 3829
Face 2172 1912 2473 3203
Face 2173 2307 1047 3649
Face 2174 324 3989 1047
Face 2175 1438 3176 4606
Face 2176 1598 3123 1048
Face 2177 1742 3399 2318
Face 2178 1742 2716 1049
Face 2179 1664 3245 1925
Face 2180 382 1221 1050
Face 2181 3246 2445 4295
Face 2182 3246 1910 1051
Face 2183 3829 1052 4622
Face 2184 3658 2031 1052
Face 2185 350 1054 799
Face 2186 350 3283 2458
Face 2187 1053 1054 350
Face 2188 1053 662 1054
Face 2189 3983 3421 4904
Face 2190 1230 2941 2040
Face 2191 4291 2437 3646
Face 2192 404 4167 3124
Face 2193 375 1761 1029
Face 2194 3994 4215 1761
Face 2195 2048 1058 4407
Face 2196 489 2606 1685
Face 2197 3321 1890 2290
Face 2198 531 4542 3635
Face 2199 486 1060 1418
Face 2200 1632 902 1645
Face 2201 702 1061 4835
Face 2202 3151 791 1061
Face 2203 1438 1062 1048
Face 2204 2242 2921 2120
Face 2205 4456 3995 1342
Face 2206 4589 3216 1063
Face 2207 3990 1064 927
Face 2208 1496 3517 1641
Face 2209 4771 1065 319
Face 2210 4771 3191 1065
Face 2211 4886 1066 128
Face 2212 114 1889 4632
Face 2213 2430 1067 4827
Face 2214 477 4634 1067
Face 2215 3416 1068 581
Face 2216 1380 1690 4569
Face 2217 1071 1070 2532
Face 2218 4129 1684 2034
Face 2219 1069 2861 357
Face 2220 1069 2330 2862
Face 2221 357 1071 4478
Face 2222 357 2861 1071
Face 2223 368 4863 939
Face 2224 368 1185 2795
Face 2225 3588 3206 2042
Face 2226 2953 1181 1520
Face 2227 4142 2332 329
Face 2228 4142 1584 2332
Face 2229 4575 1075 3962
Face 2230 4575 4883 1075
Face 2231 798 1076 1995
Face 2232 798 1576 3031
Face 2233 3518 3498 635
Face 2234 3518 754 1077
Face 2235 1649 2833 1615
Face 2236 1649 1997 1702
Face 2237 1078 1079 1262
Face 2238 1702 481 3182
Face 2239 1079 1080 1262
Face 2240 3182 481 1480
Face 2241 404 2298 593
Face 2242 404 3646 2298
Face 2243 4592 1766 3622
Face 2244 3022 593 1082
Face 2245 4480 3382 2239
Face 2246 4940 2570 1701
Face 2247 3172 2188 1859
Face 2248 4010 202 1084
Face 2249 300 2226 3495
Face 2250 2555 820 1673
Face 2251 1495 3078 2656
Face 2252 1870 480 1086
Face 2253 1445 1087 4935
Face 2254 4930 3006 3500
Face 2255 3528 2548 642
Face 2256 1509 288 4709
Face 2257 3638 1952 748
Face 2258 502 864 4929
Face 2259 2707 3687 4143
Face 2260 4788 1989 3575
Face 2261 4938 3138 3787
Face 2262 1976 3987 1091
Face 2263 4165 3204 1987
Face 2264 2159 4365 1092
Face 2265 4211 1093 2159
Face 2266 315 841 1093
Face 2267 4925 2773 977
Face 2268 383 1279 2773
Face 2269 2978 1629 1484
Face 2270 164 4414 3894
Face 2271 164 1096 265
Face 2272 2978 1731 2885
Face 2273 1044 1097 1397
Face 2274 1044 764 1097
Face 2275 1161 3992 3456
Face 2276 4510 1044 1098
Face 2277 178 1099 1270
Face 2278 178 2540 1099
Face 2279 479 3364 648
Face 2280 4878 3770 1100
Face 2281 67 1101 1595
Face 2282 67 1041 1101
Face 2283 1891 4178 2168
Face 2284 4499 3834 1102
Face 2285 314 3972 1511
Face 2286 1290 1506 3007
Face 2287 1949 1104 589
Face 2288 1106 950 2663
Face 2289 4372 4158 2663
Face 2290 2668 1931 1105
Face 2291 1105 4158 4372
Face 2292 1105 4538 1106
Face 2293 4821 1471 4380
Face 2294 1695 2253 4087
Face 2295 281 4157 1579
Face 2296 3765 3288 2459
Face 2297 221 4835 1061
Face 2298 1537 2860 1109
Face 2299 2594 3741 2180
Face 2300 2955 274 3867
Face 2301 3495 4008 4307
Face 2302 4385 2514 3058
Face 2303 933 1112 954
Face 2304 3244 4910 1112
Face 2305 1386 2435 2926
Face 2306 198 3607 2435
Face 2307 1435 1114 4684
Face 2308 2637 1411 1125
Face 2309 622 1115 1951
Face 2310 622 3148 1115
Face 2311 3164 2130 1117
Face 2312 1828 4633 1116
Face 2313 2713 2714 966
Face 2314 592 293 1117
Face 2315 240 1118 1988
Face 2316 1319 59 2247
Face 2317 3932 3097 745
Face 2318 4016 299 3098
Face 2319 154 1120 141
Face 2320 154 932 1120
Face 2321 1822 1121 121
Face 2322 1822 143 1121
Face 2323 143 1122 932
Face 2324 143 3795 1122
Face 2325 989 1574 915
Face 2326 4872 2521 3147
Face 2327 2222 1124 2688
Face 2328 2465 2180 4894
Face 2329 1114 3434 2097
Face 2330 1114 3247 1125
Face 2331 1791 1126 3851
Face 2332 2915 1058 2048
Face 2333 489 1127 1567
Face 2334 1791 1039 1127
Face 2335 4368 1128 572
Face 2336 619 2586 1128
Face 2337 288 2392 3600
Face 2338 288 1509 2992
Face 2339 485 1130 3645
Face 2340 485 986 1130
Face 2341 160 1131 1848
Face 2342 160 2333 4882
Face 2343 3573 1132 3231
Face 2344 233 999 1132
Face 2345 163 1133 238
Face 2346 2678 4376 1957
Face 2347 1525 1134 2925
Face 2348 1349 2251 1134
Face 2349 2962 4043 527
Face 2350 2962 2010 1135
Face 2351 3406 1136 4206
Face 2352 1236 1878 1136
Face 2353 1368 2362 1560
Face 2354 3061 686 2858
Face 2355 1381 1138 966
Face 2356 662 1053 2118
Face 2357 325 3019 456
Face 2358 325 440 3019
Face 2359 450 4099 3984
Face 2360 1517 3544 1140
Face 2361 3802 1141 81
Face 2362 3802 3609 1141
Face 2363 4571 1142 1860
Face 2364 1620 1888 3596
Face 2365 4017 1814 94
Face 2366 4108 2460 2551
Face 2367 4525 1144 284
Face 2368 4525 938 1144
Face 2369 3900 1728 4171
Face 2370 3313 3597 1728
Face 2371 740 2415 1490
Face 2372 740 3617 2415
Face 2373 4168 1147 643
Face 2374 3714 4543 2195
Face 2375 589 1148 693
Face 2376 2876 3116 1148
Face 2377 843 4513 2863
Face 2378 2828 1979 1802
Face 2379 4100 2613 4643
Face 2380 3717 1286 2270
Face 2381 1150 2270 1286
Face 2382 3241 4643 1151
Face 2383 741 2090 874
Face 2384 1498 4209 3199
Face 2385 3577 2660 2260
Face 2386 688 2283 4876
Face 2387 251 1154 965
Face 2388 2952 437 1154
Face 2389 444 1155 853
Face 2390 3637 4675 2547
Face 2391 418 1156 564
Face 2392 418 828 3455
Face 2393 3770 1157 1974
Face 2394 429 2084 4250
Face 2395 2205 2469 330
Face 2396 2205 735 1158
Face 2397 3273 1159 2821
Face 2398 3809 488 1159
Face 2399 3850 3307 1713
Face 2400 532 364 1160
Face 2401 2364 1961 771
Face 2402 4510 4220 1961
Face 2403 213 2832 2701
Face 2404 213 4270 2832
Face 2405 1164 1163 1770
Face 2406 1299 2166 1163
Face 2407 1165 1164 253
Face 2408 1299 1163 3252
Face 2409 484 1165 4173
Face 2410 3567 3252 1748
Face 2411 2485 1996 1789
Face 2412 1995 1076 1321
Face 2413 341 1167 679
Face 2414 341 1394 1167
Face 2415 2573 1168 3614
Face 2416 2573 933 1168
Face 2417 4375 3344 1168
Face 2418 3435 373 4495
Face 2419 4027 1170 1378
Face 2420 2119 1169 4799
Face 2421 2233 2376 3324
Face 2422 4286 2617 1171
Face 2423 839 3542 267
Face 2424 839 3052 3542
Face 2425 3776 2893 637
Face 2426 292 3310 1173
Face 2427 438 1174 926
Face 2428 3484 1248 3545
Face 2429 413 1175 435
Face 2430 3868 4241 2814
Face 2431 2517 1176 2213
Face 2432 436 756 3601
Face 2433 515 4383 970
Face 2434 2094 363 2389
Face 2435 1518 4314 2502
Face 2436 684 1539 1178
Face 2437 3958 1179 3374
Face 2438 3958 1502 1179
Face 2439 3152 1180 1916
Face 2440 4023 1041 1180
Face 2441 473 1181 2453
Face 2442 473 1520 1181
Face 2443 3665 1182 2827
Face 2444 952 1805 3901
Face 2445 952 1183 803
Face 2446 2253 2079 1183
Face 2447 481 4089 1480
Face 2448 4115 3977 4089
Face 2449 4715 1185 2135
Face 2450 4095 1379 1185
Face 2451 230 1186 4753
Face 2452 3895 2763 3264
Face 2453 439 1612 144
Face 2454 1772 2101 3451
Face 2455 1617 1188 4792
Face 2456 3506 1433 1188
Face 2457 498 1189 918
Face 2458 3670 967 1189
Face 2459 279 3623 3856
Face 2460 1363 3280 1190
Face 2461 918 2672 498
Face 2462 918 4001 1191
Face 2463 1529 1192 3442
Face 2464 4004 3001 1192
Face 2465 2991 3363 280
Face 2466 204 4239 4026
Face 2467 3461 1194 1673
Face 2468 2238 1991 1194
Face 2469 2472 1195 3328
Face 2470 2238 3608 1764
Face 2471 208 1196 4302
Face 2472 208 1764 1196
Face 2473 3322 1197 860
Face 2474 503 2909 1197
Face 2475 1983 3707 899
Face 2476 1983 1330 2044
Face 2477 4845 4427 2840
Face 2478 2470 372 1199
Face 2479 427 4695 2880
Face 2480 427 1765 1857
Face 2481 610 4335 1744
Face 2482 2780 1575 1201
Face 2483 2411 2945 898
Face 2484 2411 2375 1202
Face 2485 3444 1203 1536
Face 2486 1190 2673 1203
Face 2487 1711 3357 2799
Face 2488 2777 774 1204
Face 2489 1624 1205 3476
Face 2490 2961 2172 2831
Face 2491 73 3744 907
Face 2492 1866 2567 2326
Face 2493 339 4309 1449
Face 2494 3227 454 1207
Face 2495 507 3603 2154
Face 2496 4651 2182 1208
Face 2497 707 1209 816
Face 2498 2680 369 3242
Face 2499 3317 3033 2805
Face 2500 1211 1201 1575
Face 2501 3037 3317 617
Face 2502 1813 1201 1211
Face 2503 3099 2935 1040
Face 2504 2403 3119 1212
Face 2505 504 1213 515
Face 2506 3047 1040 1993
Face 2507 1903 2161 3601
Face 2508 329 928 1214
Face 2509 267 1215 3270
Face 2510 1216 4074 2794
Face 2511 1662 1216 2794
Face 2512 1662 2262 3767
Face 2513 207 1217 3810
Face 2514 207 827 1217
Face 2515 915 1218 989
Face 2516 915 3104 1218
Face 2517 346 1219 169
Face 2518 3051 823 2484
Face 2519 1339 3899 1184
Face 2520 1221 382 1220
Face 2521 1339 1221 1220
Face 2522 3690 1051 1910
Face 2523 4349 4890 901
Face 2524 4185 2395 4890
Face 2525 393 3210 2363
Face 2526 2791 4960 1237
Face 2527 269 1224 1042
Face 2528 2452 270 3849
Face 2529 451 1225 851
Face 2530 2817 1757 4032
Face 2531 162 3407 921
Face 2532 3333 282 1465
Face 2533 1269 1227 335
Face 2534 4149 861 2748
Face 2535 2316 3377 2766
Face 2536 2316 541 3377
Face 2537 2629 1229 156
Face 2538 2629 2528 1229
Face 2539 268 1230 1055
Face 2540 268 1474 1230
Face 2541 1665 2496 1736
Face 2542 2662 2860 2985
Face 2543 3641 3839 1089
Face 2544 2805 1210 3839
Face 2545 860 1233 2437
Face 2546 2148 711 1233
Face 2547 412 1234 1356
Face 2548 3450 964 3162
Face 2549 4112 1235 127
Face 2550 4496 342 4034
Face 2551 3406 1236 1136
Face 2552 159 3210 1236
Face 2553 2022 1237 4960
Face 2554 2877 1236 1237
Face 2555 1239 3383 2342
Face 2556 3449 4629 1238
Face 2557 2149 1239 2342
Face 2558 2149 1451 4666
Face 2559 1357 1240 4035
Face 2560 2219 762 1240
Face 2561 859 1241 591
Face 2562 2245 1306 2542
Face 2563 2939 2481 1367
Face 2564 822 1840 4524
Face 2565 631 1647 972
Face 2566 4343 2349 2381
Face 2567 2540 3282 1099
Face 2568 2131 1173 1244
Face 2569 720 1245 1145
Face 2570 720 3196 1245
Face 2571 3881 1246 4118
Face 2572 3881 999 1246
Face 2573 2179 1247 2703
Face 2574 281 830 2624
Face 2575 4803 1248 4804
Face 2576 4056 3545 1248
Face 2577 523 4326 353
Face 2578 4637 604 3232
Face 2579 738 2103 1796
Face 2580 2592 1029 1250
Face 2581 1252 1251 752
Face 2582 108 956 1251
Face 2583 108 1252 2388
Face 2584 108 1251 1252
Face 2585 2353 1253 129
Face 2586 3527 4698 3202
Face 2587 3473 3509 2625
Face 2588 665 2221 1254
Face 2589 2102 1255 2433
Face 2590 90 3998 3385
Face 2591 2686 4589 1063
Face 2592 89 797 1256
Face 2593 2946 1257 4137
Face 2594 606 3028 1257
Face 2595 3261 2261 4084
Face 2596 615 1427 1834
Face 2597 1258 1259 766
Face 2598 1258 615 1259
Face 2599 621 1260 2076
Face 2600 621 1439 1260
Face 2601 4454 4416 3687
Face 2602 4896 3460 2690
Face 2603 3556 1262 1080
Face 2604 1263 3373 2157
Face 2605 382 2835 3260
Face 2606 1664 1925 4487
Face 2607 182 1264 2995
Face 2608 4564 3433 1264
Face 2609 572 1265 4368
Face 2610 572 2882 1265
Face 2611 333 4012 1328
Face 2612 333 2081 4785
Face 2613 1885 1267 3605
Face 2614 2310 3948 3068
Face 2615 2948 1268 2561
Face 2616 218 654 1268
Face 2617 218 4316 654
Face 2618 218 1227 4316
Face 2619 986 4800 1130
Face 2620 986 3394 1270
Face 2621 2127 4930 2447
Face 2622 4522 398 1271
Face 2623 2144 1272 2184
Face 2624 2098 743 1272
Face 2625 501 2098 1272
Face 2626 501 2832 2098
Face 2627 2760 1770 1163
Face 2628 2760 4213 1274
Face 2629 612 1275 865
Face 2630 1303 2807 3837
Face 2631 1404 1343 935
Face 2632 526 517 1276
Face 2633 1573 4213 1351
Face 2634 1573 946 4736
Face 2635 714 1278 852
Face 2636 1873 292 2652
Face 2637 623 3630 4360
Face 2638 3077 2773 1279
Face 2639 880 3715 579
Face 2640 880 2147 3715
Face 2641 355 3042 4906
Face 2642 4413 1682 3970
Face 2643 1353 1282 4910
Face 2644 4079 1477 1592
Face 2645 2860 1283 2985
Face 2646 2860 1537 3648
Face 2647 4753 1284 230
Face 2648 4753 3192 1284
Face 2649 2491 1285 2252
Face 2650 2491 1494 1285
Face 2651 3845 2093 888
Face 2652 4864 1463 2093
Face 2653 3892 1287 4862
Face 2654 419 1746 1287
Face 2655 376 1288 181
Face 2656 3302 815 1288
Face 2657 1980 1289 1993
Face 2658 504 245 1289
Face 2659 314 4661 3972
Face 2660 2880 4845 2840
Face 2661 2808 1291 4723
Face 2662 2808 309 4358
Face 2663 2703 1292 3765
Face 2664 628 490 1292
Face 2665 1992 3443 475
Face 2666 1992 759 4436
Face 2667 585 1294 3902
Face 2668 2191 691 1294
Face 2669 417 1295 4430
Face 2670 417 3876 1295
Face 2671 761 1296 539
Face 2672 761 538 1296
Face 2673 4166 1297 3875
Face 2674 1532 634 1297
Face 2675 424 4176 979
Face 2676 424 2038 4176
Face 2677 1488 3566 4067
Face 2678 1488 2719 3566
Face 2679 2032 3728 1609
Face 2680 2032 3749 3728
Face 2681 68 1301 3217
Face 2682 2669 21 1301
Face 2683 173 1302 4815
Face 2684 2632 453 1302
Face 2685 2813 1303 3837
Face 2686 2813 2321 1303
Face 2687 4226 1304 2562
Face 2688 1305 2759 4248
Face 2689 4226 1305 4248
Face 2690 464 1008 1305
Face 2691 2750 3906 3603
Face 2692 4197 2542 1306
Face 2693 353 4184 523
Face 2694 353 2331 1307
Face 2695 562 4305 4480
Face 2696 562 2763 4305
Face 2697 4782 1309 4217
Face 2698 1807 2924 1309
Face 2699 482 1310 3974
Face 2700 4772 1141 3609
Face 2701 3883 1311 639
Face 2702 257 919 3020
Face 2703 471 1312 2072
Face 2704 1751 2529 4323
Face 2705 193 1313 1663
Face 2706 193 227 1313
Face 2707 416 3936 4688
Face 2708 1315 4397 1314
Face 2709 416 3578 4367
Face 2710 1316 784 1315
Face 2711 416 4466 3578
Face 2712 416 3193 4466
Face 2713 4335 3454 1744
Face 2714 1201 1813 3454
Face 2715 3772 1318 4673
Face 2716 3772 1108 1318
Face 2717 240 1319 1118
Face 2718 1625 2428 1749
Face 2719 1431 4802 3178
Face 2720 2691 4415 3822
Face 2721 1166 1321 941
Face 2722 3384 4308 4398
Face 2723 2212 1322 1420
Face 2724 2212 4826 1322
Face 2725 4228 4774 4150
Face 2726 4733 3635 3319
Face 2727 226 1324 4663
Face 2728 1591 220 2068
Face 2729 616 4101 340
Face 2730 2583 685 1325
Face 2731 2066 3196 4127
Face 2732 265 916 2398
Face 2733 3921 1327 1407
Face 2734 3921 2398 1327
Face 2735 580 1328 1266
Face 2736 2725 3878 2431
Face 2737 3325 3366 4770
Face 2738 3325 2971 3366
Face 2739 4121 4254 1345
Face 2740 4121 2044 1330
Face 2741 4593 3447 2243
Face 2742 1725 1102 3834
Face 2743 1333 2404 2108
Face 2744 878 1674 2404
Face 2745 4508 1333 1199
Face 2746 4508 2404 1333
Face 2747 1744 4183 610
Face 2748 4951 3075 1334
Face 2749 1925 4295 2244
Face 2750 1925 3245 4295
Face 2751 2916 1336 1401
Face 2752 2677 1467 1336
Face 2753 283 1337 1020
Face 2754 2758 2046 3314
Face 2755 3994 1338 4215
Face 2756 3994 2095 1338
Face 2757 275 3489 401
Face 2758 3690 1910 3489
Face 2759 3690 1340 1051
Face 2760 275 1317 1340
Face 2761 1809 1341 680
Face 2762 3207 476 1341
Face 2763 201 2870 409
Face 2764 2156 514 1342
Face 2765 1276 2234 526
Face 2766 1276 2875 2234
Face 2767 723 1344 3751
Face 2768 4807 1613 1344
Face 2769 428 1345 4254
Face 2770 428 3626 2045
Face 2771 428 1346 3626
Face 2772 428 468 4616
Face 2773 3228 1347 633
Face 2774 3228 1338 1347
Face 2775 3507 4238 1010
Face 2776 345 2271 1348
Face 2777 1525 1349 1134
Face 2778 2373 1101 3944
Face 2779 4723 1998 2808
Face 2780 426 555 1350
Face 2781 308 1351 1163
Face 2782 308 4484 1351
Face 2783 1022 1352 3225
Face 2784 1022 334 3911
Face 2785 3360 3059 3561
Face 2786 3632 2418 1353
Face 2787 2354 1354 3360
Face 2788 2872 659 1354
Face 2789 3070 1355 4515
Face 2790 447 739 1355
Face 2791 447 1356 4644
Face 2792 2165 676 1356
Face 2793 215 1357 1037
Face 2794 2219 1240 1357
Face 2795 537 1358 753
Face 2796 537 1023 1358
Face 2797 1360 1359 2444
Face 2798 1360 2493 1359
Face 2799 406 2281 718
Face 2800 406 2986 2281
Face 2801 3561 1361 2354
Face 2802 564 1156 1361
Face 2803 1363 3279 3280
Face 2804 4899 4384 1362
Face 2805 279 1363 1190
Face 2806 4899 1362 1363
Face 2807 1209 1364 804
Face 2808 3242 1665 1364
Face 2809 1055 1365 268
Face 2810 1055 4786 1365
Face 2811 2479 1366 2082
Face 2812 2479 1242 1366
Face 2813 3595 1367 2481
Face 2814 712 824 1367
Face 2815 205 1368 825
Face 2816 205 2126 1368
Face 2817 205 1369 1619
Face 2818 205 4514 1369
Face 2819 3916 4092 2684
Face 2820 317 2610 1370
Face 2821 1830 4697 423
Face 2822 4452 595 4281
Face 2823 1715 1372 1833
Face 2824 3766 1036 3160
Face 2825 1374 1373 863
Face 2826 3766 1372 1715
Face 2827 1562 3089 1423
Face 2828 813 1373 1374
Face 2829 4148 3539 1939
Face 2830 2771 4646 4609
Face 2831 1851 1392 3010
Face 2832 1851 397 3773
Face 2833 1451 1377 2474
Face 2834 345 1348 4577
Face 2835 3723 1378 1170
Face 2836 1532 1297 4166
Face 2837 1380 1379 1690
Face 2838 4722 1185 1379
Face 2839 4384 3416 1362
Face 2840 2531 1379 1380
Face 2841 662 1610 2786
Face 2842 662 2118 1610
Face 2843 1198 1382 3923
Face 2844 2044 678 1382
Face 2845 286 3663 3069
Face 2846 1524 955 2883
Face 2847 238 3161 163
Face 2848 3036 593 1384
Face 2849 4454 4897 4416
Face 2850 410 1004 3810
Face 2851 198 1386 463
Face 2852 198 2435 1386
Face 2853 374 3733 3520
Face 2854 374 1692 3733
Face 2855 636 1476 3914
Face 2856 636 852 1388
Face 2857 609 1389 387
Face 2858 609 2533 1389
Face 2859 4665 1390 1842
Face 2860 896 663 3257
Face 2861 1376 1391 2162
Face 2862 1376 1025 1391
Face 2863 3761 3773 1735
Face 2864 1376 4497 1392
Face 2865 3721 1393 3949
Face 2866 3789 1984 1393
Face 2867 344 2151 894
Face 2868 344 1167 1394
Face 2869 344 1395 1167
Face 2870 1750 1001 3408
Face 2871 4902 1396 973
Face 2872 4902 158 1396
Face 2873 3295 1397 1097
Face 2874 4359 229 4749
Face 2875 307 4493 2076
Face 2876 1829 1067 1792
Face 2877 63 1872 3571
Face 2878 63 908 1872
Face 2879 319 1400 2087
Face 2880 2269 3551 1400
Face 2881 4124 1401 3926
Face 2882 4124 2742 3582
Face 2883 2876 1867 590
Face 2884 589 701 1867
Face 2885 470 4488 2505
Face 2886 1667 667 1403
Face 2887 4171 1404 3900
Face 2888 4477 1343 1404
Face 2889 973 1405 4792
Face 2890 3041 1699 2728
Face 2891 2718 1406 1874
Face 2892 2473 1912 1406
Face 2893 2473 2718 1327
Face 2894 2473 1406 2718
Face 2895 271 1408 443
Face 2896 2328 940 1408
Face 2897 403 1409 2341
Face 2898 3400 4216 1409
Face 2899 1411 2761 1941
Face 2900 3271 3308 1410
Face 2901 179 2294 2638
Face 2902 1478 2874 2538
Face 2903 236 3572 872
Face 2904 2553 686 3572
Face 2905 2290 2071 4958
Face 2906 4273 1963 4135
Face 2907 732 1414 588
Face 2908 2042 2198 1414
Face 2909 3659 3611 1767
Face 2910 591 1241 1416
Face 2911 1415 1416 1241
Face 2912 2643 1825 1416
Face 2913 3640 3510 3042
Face 2914 2796 212 3653
Face 2915 2440 1418 3898
Face 2916 488 486 1418
Face 2917 870 2886 3222
Face 2918 1420 1057 1419
Face 2919 870 1420 2886
Face 2920 3548 1530 2600
Face 2921 413 1421 1175
Face 2922 413 1561 1421
Face 2923 1423 1422 1562
Face 2924 1423 1766 1422
Face 2925 2957 1423 3089
Face 2926 404 593 3022
Face 2927 897 3452 3428
Face 2928 2051 1027 1671
Face 2929 1486 1425 22
Face 2930 259 3223 1425
Face 2931 3207 1426 2866
Face 2932 172 1786 2178
Face 2933 2228 1428 1814
Face 2934 2228 1834 2931
Face 2935 1427 2931 1834
Face 2936 4108 2551 2931
Face 2937 4588 1429 816
Face 2938 3154 2333 1429
Face 2939 1958 1430 4720
Face 2940 1958 1565 1430
Face 2941 2079 1431 1183
Face 2942 1432 4415 2691
Face 2943 1695 2079 2253
Face 2944 177 1219 1432
Face 2945 3732 2369 2204
Face 2946 202 2288 4059
Face 2947 4058 4001 2743
Face 2948 4888 974 1434
Face 2949 2637 3201 3066
Face 2950 2637 1125 3201
Face 2951 1437 1436 2947
Face 2952 2729 948 1436
Face 2953 3247 3201 1125
Face 2954 2729 1436 1437
Face 2955 2775 1438 2106
Face 2956 2775 1062 1438
Face 2957 622 1439 3148
Face 2958 622 1260 1439
Face 2959 611 1440 2072
Face 2960 1871 3394 1440
Face 2961 498 3670 1189
Face 2962 4280 281 1441
Face 2963 4145 2765 657
Face 2964 2593 188 1442
Face 2965 320 1443 3531
Face 2966 320 693 1443
Face 2967 1076 1444 941
Face 2968 3031 1576 2702
Face 2969 4523 1445 3288
Face 2970 2127 2447 1445
Face 2971 4573 1877 684
Face 2972 129 1253 1877
Face 2973 105 1447 113
Face 2974 105 49 1447
Face 2975 2778 4552 3697
Face 2976 1918 153 1448
Face 2977 460 1449 919
Face 2978 460 2920 1449
Face 2979 421 2785 1298
Face 2980 421 2810 1450
Face 2981 345 4623 737
Face 2982 345 4577 4623
Face 2983 273 1452 1517
Face 2984 3469 734 1452
Face 2985 363 1453 2389
Face 2986 363 777 4621
Face 2987 774 1454 1204
Face 2988 3190 3480 1454
Face 2989 666 3130 880
Face 2990 3998 90 1455
Face 2991 3757 1456 4700
Face 2992 706 825 3874
Face 2993 1789 1457 4813
Face 2994 1789 1996 1457
Face 2995 232 1458 687
Face 2996 1477 4583 4947
Face 2997 937 4051 448
Face 2998 3967 2249 4051
Face 2999 646 2688 2737
Face 3000 646 2425 1460
Face 3001 716 1461 3549
Face 3002 716 3695 1461
Face 3003 590 3116 2876
Face 3004 4955 1601 1462
Face 3005 2949 1463 4864
Face 3006 1150 1286 4147
Face 3007 1150 2949 2366
Face 3008 1150 4147 2949
Face 3009 1226 4531 923
Face 3010 1226 162 1465
Face 3011 4844 2162 1391
Face 3012 806 2922 1466
Face 3013 828 1467 2421
Face 3014 828 418 3719
Face 3015 1469 1468 2960
Face 3016 303 4101 1468
Face 3017 2695 1469 4541
Face 3018 303 1468 1469
Face 3019 630 1470 3491
Face 3020 4541 1469 1470
Face 3021 1472 2827 1182
Face 3022 1472 4380 4718
Face 3023 1107 1472 1182
Face 3024 1107 3879 1472
Face 3025 1839 1473 1021
Face 3026 568 3659 1767
Face 3027 588 4854 1006
Face 3028 1816 3180 4408
Face 3029 3706 1475 4440
Face 3030 3706 4763 1475
Face 3031 1388 1476 636
Face 3032 1388 877 1476
Face 3033 1938 4581 1458
Face 3034 1938 1935 4581
Face 3035 179 4794 2294
Face 3036 1739 3307 3271
Face 3037 1056 3753 920
Face 3038 2437 4291 3124
Face 3039 3260 3890 1220
Face 3040 1080 1079 1480
Face 3041 266 1481 1404
Face 3042 3052 839 1481
Face 3043 2112 1482 1217
Face 3044 4136 3792 1745
Face 3045 3738 3437 305
Face 3046 911 2855 1483
Face 3047 911 1484 2855
Face 3048 3738 506 2327
Face 3049 538 3941 1296
Face 3050 3986 760 1485
Face 3051 2217 2410 644
Face 3052 259 1425 3647
Face 3053 3623 1487 3856
Face 3054 1190 1203 1487
Face 3055 484 3348 1748
Face 3056 3934 805 1488
Face 3057 330 1489 1981
Face 3058 330 2918 1489
Face 3059 2123 1490 1146
Face 3060 614 4222 3604
Face 3061 593 1491 1384
Face 3062 593 2970 1491
Face 3063 215 4111 1357
Face 3064 1600 1923 3229
Face 3065 1990 2236 3555
Face 3066 1032 1030 1493
Face 3067 4747 1494 2613
Face 3068 4747 1285 1494
Face 3069 165 1495 2712
Face 3070 4100 3078 1495
Face 3071 3990 1497 1064
Face 3072 1733 1252 1496
Face 3073 1496 3599 1733
Face 3074 1496 1641 1497
Face 3075 741 1498 2090
Face 3076 3336 1105 1931
Face 3077 4500 4402 2062
Face 3078 511 3961 2468
Face 3079 4512 1500 3055
Face 3080 2420 1172 1500
Face 3081 830 4396 2624
Face 3082 830 4284 2454
Face 3083 3144 2934 1577
Face 3084 2275 1179 1502
Face 3085 556 1503 67
Face 3086 556 4570 1503
Face 3087 2372 1504 3823
Face 3088 3844 4950 1504
Face 3089 2372 3844 1504
Face 3090 1589 2626 1505
Face 3091 2238 1506 1332
Face 3092 2449 3007 1506
Face 3093 1787 2109 1123
Face 3094 386 990 1507
Face 3095 4273 1508 4738
Face 3096 4188 4022 2293
Face 3097 3528 1509 2548
Face 3098 366 2958 1509
Face 3099 802 1510 1972
Face 3100 802 3996 2591
Face 3101 3356 3274 3268
Face 3102 169 811 3580
Face 3103 4641 1512 1785
Face 3104 4641 249 1512
Face 3105 190 2908 3263
Face 3106 4422 2683 1513
Face 3107 4878 1514 3770
Face 3108 479 3570 1514
Face 3109 1095 1994 1483
Face 3110 4352 1407 1994
Face 3111 4217 1516 4782
Face 3112 2787 575 1516
Face 3113 450 1517 1140
Face 3114 450 2558 1517
Face 3115 684 1518 4573
Face 3116 684 4314 1518
Face 3117 4502 4341 2733
Face 3118 59 2825 2083
Face 3119 1073 1520 2692
Face 3120 2432 2953 1520
Face 3121 188 4451 687
Face 3122 188 2593 4451
Face 3123 3336 1522 1105
Face 3124 2182 4651 2218
Face 3125 600 1523 4203
Face 3126 600 678 1523
Face 3127 286 1524 3663
Face 3128 286 4670 1524
Face 3129 163 1525 1133
Face 3130 163 1349 1525
Face 3131 3285 4543 1554
Face 3132 1572 1975 1909
Face 3133 794 4315 3880
Face 3134 794 795 4694
Face 3135 2368 1528 612
Face 3136 953 905 3889
Face 3137 2073 1529 3442
Face 3138 2073 1929 1529
Face 3139 389 1530 2300
Face 3140 2343 2600 1530
Face 3141 2419 1531 1741
Face 3142 2005 2887 1531
Face 3143 3723 1532 4166
Face 3144 3723 2742 1532
Face 3145 2755 1533 285
Face 3146 274 571 1533
Face 3147 289 4294 2864
Face 3148 1535 843 1534
Face 3149 4283 1535 1534
Face 3150 2937 2065 1535
Face 3151 4146 1536 1203
Face 3152 270 3024 1536
Face 3153 221 1537 4835
Face 3154 221 2884 1537
Face 3155 4301 1538 3721
Face 3156 679 1167 1538
Face 3157 229 1539 4939
Face 3158 229 4359 1539
Face 3159 161 1540 3820
Face 3160 2711 4272 3478
Face 3161 2566 3375 1289
Face 3162 4500 2062 3375
Face 3163 412 1542 3162
Face 3164 412 4630 1542
Face 3165 3627 3197 2077
Face 3166 950 1106 4538
Face 3167 1545 1544 2627
Face 3168 3082 3512 1544
Face 3169 66 2779 573
Face 3170 3082 1544 1545
Face 3171 3374 2489 3457
Face 3172 2980 3248 2489
Face 3173 4514 3815 1369
Face 3174 862 2026 3815
Face 3175 2028 1548 987
Face 3176 2028 3232 4870
Face 3177 1836 3882 626
Face 3178 625 294 1549
Face 3179 1006 1550 732
Face 3180 1551 4604 1804
Face 3181 3413 1551 3226
Face 3182 3413 3340 1551
Face 3183 326 3927 1129
Face 3184 326 318 1552
Face 3185 1796 1553 2634
Face 3186 1796 2103 1553
Face 3187 2815 3666 603
Face 3188 431 3285 1554
Face 3189 2971 2709 4656
Face 3190 703 3747 4557
Face 3191 4356 2485 905
Face 3192 1995 1321 1556
Face 3193 1735 1557 4202
Face 3194 1631 213 2724
Face 3195 2380 3188 724
Face 3196 894 2151 1558
Face 3197 4290 1559 3678
Face 3198 4918 2494 4192
Face 3199 470 1667 4488
Face 3200 3574 1869 1560
Face 3201 599 1561 413
Face 3202 599 1768 1561
Face 3203 813 1562 1422
Face 3204 813 1374 1562
Face 3205 813 1563 1373
Face 3206 813 1036 1563
Face 3207 2148 2736 711
Face 3208 860 1197 3930
Face 3209 1932 1565 580
Face 3210 579 1430 1565
Face 3211 1815 1566 3560
Face 3212 1815 970 1566
Face 3213 1666 1567 3463
Face 3214 817 489 1567
Face 3215 203 1568 2854
Face 3216 3323 1042 1568
Face 3217 1599 1569 1797
Face 3218 3966 2617 2477
Face 3219 1030 4306 1493
Face 3220 3727 3903 1570
Face 3221 4629 2981 1238
Face 3222 4629 4042 2981
Face 3223 3285 1572 1909
Face 3224 171 2037 1572
Face 3225 4484 1573 1351
Face 3226 793 945 1573
Face 3227 3147 1574 4872
Face 3228 1123 2109 2838
Face 3229 2405 1575 2780
Face 3230 3033 1211 1575
Face 3231 748 4081 2797
Face 3232 748 2702 1576
Face 3233 1320 1578 2934
Face 3234 1320 3425 1578
Face 3235 1577 1578 2484
Face 3236 1577 2934 1578
Face 3237 3772 1579 1108
Face 3238 258 1441 1579
Face 3239 1883 1580 83
Face 3240 77 2019 3081
Face 3241 351 3679 2359
Face 3242 351 2264 4207
Face 3243 3642 4287 4290
Face 3244 1581 2359 3679
Face 3245 527 1583 3917
Face 3246 2532 1070 1583
Face 3247 313 1584 1828
Face 3248 3129 1074 1584
Face 3249 216 1585 4216
Face 3250 2029 747 1585
Face 3251 4015 3297 347
Face 3252 4730 728 3361
Face 3253 3250 1587 3850
Face 3254 3361 728 1587
Face 3255 2810 1588 2000
Face 3256 2810 421 1588
Face 3257 513 2372 3823
Face 3258 513 1892 1589
Face 3259 4570 1590 1503
Face 3260 2821 776 1590
Face 3261 226 1591 1324
Face 3262 226 180 1591
Face 3263 1894 4195 1593
Face 3264 4194 4079 1592
Face 3265 1938 4196 1592
Face 3266 2670 2190 3170
Face 3267 3643 1594 746
Face 3268 3643 2499 1594
Face 3269 721 1595 2373
Face 3270 721 556 1595
Face 3271 1783 3628 535
Face 3272 200 912 1596
Face 3273 2829 1597 4915
Face 3274 2829 2396 1597
Face 3275 1062 1598 1048
Face 3276 1062 3979 1598
Face 3277 354 1599 4553
Face 3278 4662 1569 1599
Face 3279 2727 4568 1492
Face 3280 2727 305 4568
Face 3281 268 3340 1474
Face 3282 3983 1462 1601
Face 3283 535 3091 3132
Face 3284 2287 971 3090
Face 3285 176 1603 1402
Face 3286 176 56 1603
Face 3287 916 3234 1854
Face 3288 4728 1747 1604
Face 3289 821 2726 2008
Face 3290 1776 1075 1605
Face 3291 387 3515 466
Face 3292 4117 1389 1606
Face 3293 2950 3913 1806
Face 3294 804 4594 1607
Face 3295 1609 1608 4764
Face 3296 2634 4564 1608
Face 3297 4485 1609 1300
Face 3298 459 1608 1609
Face 3299 1381 4558 1138
Face 3300 1381 2438 3243
Face 3301 653 4595 234
Face 3302 3438 868 1611
Face 3303 1187 1612 439
Face 3304 1187 3015 1612
Face 3305 4948 1613 3487
Face 3306 181 1344 1613
Face 3307 1025 1614 2608
Face 3308 4202 1557 1614
Face 3309 1616 4136 1482
Face 3310 1616 1720 1615
Face 3311 2112 1616 1482
Face 3312 3230 1721 3942
Face 3313 4877 2315 1754
Face 3314 727 1188 1617
Face 3315 3080 2257 4596
Face 3316 2770 1734 4706
Face 3317 1137 1619 2553
Face 3318 2126 205 1619
Face 3319 1730 1620 3596
Face 3320 398 4522 2911
Face 3321 3316 3391 2968
Face 3322 1031 2739 1621
Face 3323 577 1622 2022
Face 3324 1623 1774 4339
Face 3325 577 1623 1622
Face 3326 577 607 2744
Face 3327 302 1624 1470
Face 3328 302 1205 1624
Face 3329 1626 1625 2552
Face 3330 1626 391 3887
Face 3331 240 1626 1319
Face 3332 240 3388 1626
Face 3333 3034 1627 1162
Face 3334 717 1152 3106
Face 3335 796 1628 1015
Face 3336 4245 4933 1628
Face 3337 1095 3894 1678
Face 3338 2855 1484 1629
Face 3339 499 1630 2133
Face 3340 2194 2053 4682
Face 3341 397 2279 2020
Face 3342 397 441 3318
Face 3343 486 1632 1060
Face 3344 2536 325 3062
Face 3345 4056 1633 4518
Face 3346 272 4901 1633
Face 3347 476 1634 1341
Face 3348 476 1398 1634
Face 3349 496 1635 2391
Face 3350 4811 913 4392
Face 3351 2134 1636 1606
Face 3352 4635 4149 3819
Face 3353 4690 1637 3113
Face 3354 3541 2550 1637
Face 3355 306 4191 1639
Face 3356 306 1243 1638
Face 3357 3541 1639 2550
Face 3358 2227 306 1639
Face 3359 2907 1640 4268
Face 3360 419 1287 3892
Face 3361 3828 3984 2974
Face 3362 1064 1497 1641
Face 3363 3086 3560 1566
Face 3364 492 509 2088
Face 3365 42 1643 95
Face 3366 42 1644 1643
Face 3367 111 1644 184
Face 3368 111 1544 1644
Face 3369 1060 1645 2537
Face 3370 1060 1632 1645
Face 3371 298 1646 377
Face 3372 2467 1598 1788
Face 3373 1243 1647 631
Face 3374 1243 306 4441
Face 3375 3442 3213 2073
Face 3376 3442 1750 3213
Face 3377 1720 1649 1615
Face 3378 1720 2969 1649
Face 3379 1009 1650 3668
Face 3380 1009 1777 1650
Face 3381 512 1885 3025
Face 3382 1956 1153 3143
Face 3383 4376 2057 1957
Face 3384 3286 4303 1652
Face 3385 2057 1653 1133
Face 3386 1652 1082 1653
Face 3387 253 1654 2128
Face 3388 1811 2820 1654
Face 3389 2664 1655 3044
Face 3390 2664 2983 1655
Face 3391 4939 1656 229
Face 3392 4940 1701 1656
Face 3393 138 1657 3713
Face 3394 138 3697 1657
Face 3395 297 3606 876
Face 3396 3697 4552 1658
Face 3397 935 1659 266
Face 3398 935 2105 1659
Face 3399 2042 1661 3588
Face 3400 732 1550 1661
Face 3401 1660 1661 1550
Face 3402 1660 3588 1661
Face 3403 3664 1662 1215
Face 3404 3664 775 1662
Face 3405 2309 1663 2187
Face 3406 2309 4913 3251
Face 3407 382 1664 2835
Face 3408 382 1050 1664
Face 3409 369 1665 3242
Face 3410 369 770 2662
Face 3411 817 1666 1057
Face 3412 817 1567 1666
Face 3413 1560 1667 3574
Face 3414 1560 1696 1667
Face 3415 3590 1669 3462
Face 3416 2271 605 3492
Face 3417 1668 1669 194
Face 3418 1670 3462 1669
Face 3419 1668 1670 1669
Face 3420 1668 2640 1670
Face 3421 1424 4649 2116
Face 3422 3452 4547 4649
Face 3423 4110 1672 2409
Face 3424 4633 1584 1672
Face 3425 1085 1673 1194
Face 3426 1085 2569 1673
Face 3427 1085 2226 4347
Face 3428 1085 1991 1674
Face 3429 4397 3481 1314
Face 3430 1676 2080 1675
Face 3431 1677 4397 1315
Face 3432 1677 2080 1676
Face 3433 784 1677 1315
Face 3434 2807 1752 1677
Face 3435 265 4414 164
Face 3436 3921 1407 1678
Face 3437 192 2565 689
Face 3438 192 399 2565
Face 3439 725 1680 2732
Face 3440 2438 1381 1680
Face 3441 3265 1681 2197
Face 3442 832 907 1681
Face 3443 668 1682 4091
Face 3444 668 3970 1682
Face 3445 1831 1683 2757
Face 3446 1831 2595 1683
Face 3447 1831 3378 3922
Face 3448 3902 1294 1684
Face 3449 2697 1685 3278
Face 3450 1058 489 1685
Face 3451 359 4696 3586
Face 3452 359 2463 2513
Face 3453 2698 4530 4446
Face 3454 2699 3891 4530
Face 3455 3650 3290 704
Face 3456 500 1489 1835
Face 3457 540 1689 2029
Face 3458 540 3648 1689
Face 3459 909 1690 2216
Face 3460 3100 4769 1827
Face 3461 1694 2052 831
Face 3462 1694 2216 4889
Face 3463 2475 3488 2306
Face 3464 373 3756 3027
Face 3465 2018 2891 630
Face 3466 3782 812 1693
Face 3467 4674 1694 831
Face 3468 909 2216 1694
Face 3469 4821 3657 1471
Face 3470 177 3430 3657
Face 3471 3804 4131 1843
Face 3472 304 3752 4131
Face 3473 941 1697 1166
Face 3474 2116 1671 1697
Face 3475 287 1698 721
Face 3476 287 487 1698
Face 3477 559 1917 2535
Face 3478 1754 2315 1700
Face 3479 4449 1700 1617
Face 3480 1917 2377 1700
Face 3481 1083 1701 926
Face 3482 3382 1656 1701
Face 3483 1078 1702 1079
Face 3484 2833 1649 1702
Face 3485 2125 3661 3660
Face 3486 3956 1546 3662
Face 3487 476 1704 1398
Face 3488 2866 1426 2895
Face 3489 4366 4159 2939
Face 3490 2014 1755 1705
Face 3491 974 1706 1434
Face 3492 974 975 1706
Face 3493 858 1707 1399
Face 3494 3172 1859 1785
Face 3495 3056 1708 2622
Face 3496 311 4391 1708
Face 3497 4824 1709 4344
Face 3498 4825 3309 1709
Face 3499 1709 1710 4344
Face 3500 1709 3309 2655
Face 3501 2337 1711 824
Face 3502 2777 3357 1711
Face 3503 1147 1712 3137
Face 3504 1147 4727 1712
Face 3505 1739 1714 3307
Face 3506 3112 1586 2816
Face 3507 2816 1714 3112
Face 3508 1713 3307 1714
Face 3509 1373 1715 863
Face 3510 1373 1563 1715
Face 3511 1763 1716 1717
Face 3512 788 2370 2756
Face 3513 343 1717 1716
Face 3514 3503 2133 3018
Face 3515 799 1718 719
Face 3516 1893 530 1718
Face 3517 1800 4734 3711
Face 3518 3871 1013 1719
Face 3519 1721 1720 3942
Face 3520 2444 1359 3784
Face 3521 1722 1721 2113
Face 3522 4566 1360 2444
Face 3523 1723 1722 2113
Face 3524 718 1360 4566
Face 3525 2674 2515 1650
Face 3526 4603 1722 1723
Face 3527 3505 1724 3355
Face 3528 3505 4300 1724
Face 3529 2530 4457 1331
Face 3530 2530 3501 4457
Face 3531 3501 2801 4457
Face 3532 1758 3863 2800
Face 3533 2659 3501 2530
Face 3534 1758 2800 1727
Face 3535 1145 4370 720
Face 3536 1145 526 4370
Face 3537 856 1729 1982
Face 3538 856 244 1729
Face 3539 3350 2681 4165
Face 3540 398 1620 1730
Face 3541 4103 1731 2327
Face 3542 3929 1999 1731
Face 3543 1699 1732 2728
Face 3544 1917 1700 4450
Face 3545 425 1733 3599
Face 3546 425 766 1733
Face 3547 2897 3712 51
Face 3548 4227 4706 1734
Face 3549 397 1735 3773
Face 3550 397 2020 1735
Face 3551 708 1736 2496
Face 3552 708 3913 3704
Face 3553 3475 4439 139
Face 3554 3476 1205 1737
Face 3555 446 3418 731
Face 3556 2198 1073 1738
Face 3557 179 4710 4794
Face 3558 179 4104 4710
Face 3559 2408 2802 888
Face 3560 2757 1683 1740
Face 3561 53 1741 1639
Face 3562 2705 2507 1741
Face 3563 3818 1742 2318
Face 3564 256 4595 1742
Face 3565 3754 2716 4200
Face 3566 1861 3295 1743
Face 3567 2633 1744 1317
Face 3568 4923 3075 4951
Face 3569 1482 1745 598
Face 3570 1482 4136 1745
Face 3571 423 1746 419
Face 3572 423 1371 1746
Face 3573 942 1747 4728
Face 3574 942 1798 1747
Face 3575 1165 1748 1164
Face 3576 1165 484 1748
Face 3577 2552 2825 59
Face 3578 2552 1625 2825
Face 3579 344 1750 3408
Face 3580 344 1648 1750
Face 3581 471 1751 1312
Face 3582 471 986 1751
Face 3583 3855 1752 3157
Face 3584 2080 1677 1752
Face 3585 2078 1753 2379
Face 3586 2078 2110 4846
Face 3587 2377 1754 1700
Face 3588 2207 4877 1754
Face 3589 484 3935 3348
Face 3590 484 1705 1755
Face 3591 4120 2393 4276
Face 3592 4917 2923 1756
Face 3593 697 2503 2648
Face 3594 697 2480 2503
Face 3595 2648 2659 697
Face 3596 2649 3863 1758
Face 3597 316 1759 3334
Face 3598 316 2539 4716
Face 3599 4222 1760 4354
Face 3600 4222 3508 1760
Face 3601 1057 1761 162
Face 3602 1057 1029 1761
Face 3603 1803 2319 1927
Face 3604 380 2799 4520
Face 3605 4604 3856 1487
Face 3606 788 2756 1763
Face 3607 1195 1764 3608
Face 3608 1195 2472 1764
Face 3609 4385 3550 2514
Face 3610 2545 1857 1765
Face 3611 1082 4539 3022
Face 3612 1082 1652 4303
Face 3613 4578 1767 3611
Face 3614 1473 568 1767
Face 3615 257 4801 4044
Face 3616 257 3020 4801
Face 3617 632 1769 3680
Face 3618 632 455 1769
Face 3619 1274 1770 2760
Face 3620 1274 3253 1770
Face 3621 3751 1771 723
Face 3622 1031 1621 3315
Face 3623 439 1772 1187
Face 3624 3651 2068 1772
Face 3625 1774 1773 2761
Face 3626 4128 3050 1773
Face 3627 1775 1774 1623
Face 3628 1775 1773 1774
Face 3629 638 1775 1623
Face 3630 4128 1773 1775
Face 3631 821 1776 1605
Face 3632 821 2796 1776
Face 3633 2674 4921 406
Face 3634 2674 1650 1777
Face 3635 3168 3371 4586
Face 3636 4041 618 3371
Face 3637 364 1779 1160
Face 3638 4834 1594 1779
Face 3639 2999 1780 4327
Face 3640 764 1011 1780
Face 3641 1782 1781 2590
Face 3642 681 3986 1781
Face 3643 4810 4950 3844
Face 3644 681 1781 1782
Face 3645 2996 1783 2150
Face 3646 200 4780 1783
Face 3647 999 1784 3538
Face 3648 999 3881 1784
Face 3649 3014 1785 4313
Face 3650 1707 4377 1785
Face 3651 3487 1786 172
Face 3652 4842 3147 2521
Face 3653 386 1787 785
Face 3654 386 2853 1787
Face 3655 3067 1788 2278
Face 3656 1646 2467 1788
Face 3657 4153 3793 2897
Face 3658 2277 3436 1789
Face 3659 1129 1790 902
Face 3660 2392 288 2992
Face 3661 489 2915 1127
Face 3662 489 1058 2915
Face 3663 1398 1792 1634
Face 3664 3104 170 4493
Face 3665 1794 1793 1273
Face 3666 742 320 3514
Face 3667 4625 1794 1627
Face 3668 742 1793 1794
Face 3669 2968 1795 4350
Face 3670 673 672 1795
Face 3671 334 1796 3415
Face 3672 334 738 1796
Face 3673 1175 1797 1569
Face 3674 1175 1421 1797
Face 3675 4829 2603 4102
Face 3676 1799 943 1798
Face 3677 4829 1799 2603
Face 3678 4829 1196 1799
Face 3679 3872 1800 1947
Face 3680 3871 1719 1800
Face 3681 4446 1801 2698
Face 3682 631 3046 1801
Face 3683 1149 4841 250
Face 3684 4513 843 1802
Face 3685 380 1803 805
Face 3686 380 2319 1803
Face 3687 1550 3699 1660
Face 3688 3226 1551 1804
Face 3689 2730 3057 4334
Face 3690 4676 4385 3058
Face 3691 959 1806 3885
Face 3692 959 2950 1806
Face 3693 4782 1807 1309
Face 3694 958 1143 1807
Face 3695 903 1808 3102
Face 3696 3544 1452 1808
Face 3697 4264 1809 376
Face 3698 4264 1341 1809
Face 3699 2097 4304 2722
Face 3700 883 2546 4304
Face 3701 253 1811 1654
Face 3702 2788 1012 1811
Face 3703 249 1812 3012
Face 3704 249 962 1812
Face 3705 3037 1813 1211
Face 3706 167 4669 1813
Face 3707 1143 1814 1428
Face 3708 1143 958 1814
Face 3709 2803 4429 83
Face 3710 3960 4444 1815
Face 3711 588 1816 4408
Face 3712 588 1414 1816
Face 3713 381 1817 3060
Face 3714 1818 1650 1817
Face 3715 381 1818 1817
Face 3716 2353 129 1818
Face 3717 323 1819 121
Face 3718 323 120 1819
Face 3719 143 1820 1120
Face 3720 143 1822 1820
Face 3721 3633 1821 2055
Face 3722 141 1820 1821
Face 3723 87 1822 141
Face 3724 87 125 1822
Face 3725 437 1823 1154
Face 3726 437 2591 1823
Face 3727 1825 4578 3612
Face 3728 1473 1767 1824
Face 3729 4348 1825 1838
Face 3730 2478 1824 1825
Face 3731 358 1826 3403
Face 3732 358 1228 1826
Face 3733 1690 1827 4569
Face 3734 1690 909 1827
Face 3735 3682 1828 2129
Face 3736 3682 313 1828
Face 3737 3692 1829 1792
Face 3738 1950 4329 1829
Face 3739 597 1830 596
Face 3740 597 4697 1830
Face 3741 1014 3220 3467
Face 3742 1014 3378 3220
Face 3743 4220 3992 1161
Face 3744 1098 1043 1832
Face 3745 3537 2820 1811
Face 3746 863 1715 1833
Face 3747 3655 1834 2228
Face 3748 1259 615 1834
Face 3749 2918 1835 1489
Face 3750 4687 2015 3290
Face 3751 625 1836 565
Face 3752 625 3882 1836
Face 3753 2478 1837 1021
Face 3754 2478 1825 4348
Face 3755 2643 1838 1825
Face 3756 2640 3865 1838
Face 3757 2543 4070 1975
Face 3758 568 1473 1839
Face 3759 468 1840 254
Face 3760 468 1017 1840
Face 3761 4189 1841 352
Face 3762 2847 3506 2904
Face 3763 2846 1842 1390
Face 3764 2847 1841 4189
Face 3765 2126 1844 1368
Face 3766 1137 3804 1843
Face 3767 1843 1844 1137
Face 3768 2362 1368 1844
Face 3769 4536 1845 511
Face 3770 4055 969 4435
Face 3771 3188 4746 199
Face 3772 1558 3453 1846
Face 3773 637 3884 3776
Face 3774 637 1131 2589
Face 3775 637 1848 1131
Face 3776 637 2893 1848
Face 3777 139 1849 524
Face 3778 3389 2268 1849
Face 3779 722 4912 2328
Face 3780 2745 388 4912
Face 3781 2657 1851 3010
Face 3782 441 397 1851
Face 3783 4751 1852 2280
Face 3784 2657 807 1852
Face 3785 1205 3583 1737
Face 3786 4272 2711 1853
Face 3787 2555 1854 3234
Face 3788 300 3495 4307
Face 3789 3811 1855 1567
Face 3790 998 3433 1855
Face 3791 4584 1856 658
Face 3792 516 1354 3259
Face 3793 2470 1857 2545
Face 3794 4845 2880 4695
Face 3795 1859 4641 1785
Face 3796 810 3237 1858
Face 3797 810 3032 3853
Face 3798 810 1858 3032
Face 3799 2987 1860 1679
Face 3800 654 3812 1860
Face 3801 868 1861 2716
Face 3802 1962 3393 1861
Face 3803 518 1862 1762
Face 3804 518 663 1862
Face 3805 3073 1863 3790
Face 3806 3073 4132 1864
Face 3807 1863 1864 443
Face 3808 1863 3073 1864
Face 3809 3791 1865 669
Face 3810 3791 3759 1865
Face 3811 73 1866 2326
Face 3812 73 157 1866
Face 3813 1402 1867 2487
Face 3814 4740 590 1867
Face 3815 4433 1868 103
Face 3816 65 262 1868
Face 3817 1368 4476 825
Face 3818 1368 1560 4476
Face 3819 1150 1870 2612
Face 3820 1150 2366 1870
Face 3821 611 1871 1440
Face 3822 2917 770 1871
Face 3823 1399 1872 858
Face 3824 3015 1187 1872
Face 3825 4401 2378 1278
Face 3826 4401 2272 2378
Face 3827 2752 1874 1406
Face 3828 378 1923 1874
Face 3829 1876 1875 4631
Face 3830 378 1874 2752
Face 3831 378 1876 3420
Face 3832 378 2752 1876
Face 3833 1446 1877 1253
Face 3834 1446 3087 1877
Face 3835 618 2584 3371
Face 3836 618 2308 2584
Face 3837 16 1879 27
Face 3838 16 1430 1879
Face 3839 116 1880 110
Face 3840 116 1430 1880
Face 3841 2607 1881 1198
Face 3842 1882 3968 1881
Face 3843 2607 1882 1881
Face 3844 2607 1072 1882
Face 3845 4908 3964 3722
Face 3846 77 3081 3964
Face 3847 3933 1884 3234
Face 3848 4000 4540 1884
Face 3849 1651 1885 512
Face 3850 2310 1267 1885
Face 3851 290 1886 763
Face 3852 290 733 4492
Face 3853 2900 3684 2892
Face 3854 2900 3694 3684
Face 3855 689 1888 1501
Face 3856 689 3596 1888
Face 3857 3863 1889 55
Face 3858 867 4956 3522
Face 3859 1059 1890 3320
Face 3860 1059 2375 1890
Face 3861 338 3401 4621
Face 3862 338 3834 4499
Face 3863 2626 4772 1310
Face 3864 2626 1589 1892
Face 3865 799 1893 1718
Face 3866 799 1054 1893
Face 3867 1954 1894 1898
Face 3868 1954 322 3359
Face 3869 1896 1895 1897
Face 3870 3170 454 1895
Face 3871 1593 1896 3502
Face 3872 1593 1895 1896
Face 3873 1894 1897 1898
Face 3874 1894 1593 3502
Face 3875 1895 1898 1897
Face 3876 1895 1954 1898
Face 3877 3345 1899 2175
Face 3878 874 2090 1899
Face 3879 3398 3549 1461
Face 3880 715 1769 1900
Face 3881 3840 1901 3118
Face 3882 201 1985 1901
Face 3883 3205 1902 2781
Face 3884 4838 2162 4844
Face 3885 329 1903 710
Face 3886 329 1214 1903
Face 3887 849 1904 434
Face 3888 849 1173 3310
Face 3889 4103 3929 1731
Face 3890 4103 3369 3929
Face 3891 736 4109 1658
Face 3892 3675 3251 1906
Face 3893 900 1907 361
Face 3894 900 2201 2520
Face 3895 3088 4816 1141
Face 3896 900 361 4719
Face 3897 3786 2823 1977
Face 3898 1526 3285 1909
Face 3899 1221 1910 1050
Face 3900 1221 3489 1910
Face 3901 309 1911 3417
Face 3902 4622 735 1911
Face 3903 309 3676 4358
Face 3904 309 3417 3676
Face 3905 356 1913 1640
Face 3906 356 1042 1913
Face 3907 738 2592 2103
Face 3908 738 566 1914
Face 3909 3412 1915 4028
Face 3910 2387 3848 1915
Face 3911 1287 1916 4862
Face 3912 1287 1746 1916
Face 3913 1699 1917 4450
Face 3914 3045 246 1917
Face 3915 767 1918 1448
Face 3916 4393 365 1918
Face 3917 298 1919 1646
Face 3918 298 519 1919
Face 3919 739 1920 2902
Face 3920 739 964 1920
Face 3921 2841 1921 3051
Face 3922 4680 578 1921
Face 3923 3832 1922 903
Face 3924 3832 854 1922
Face 3925 2676 1923 1600
Face 3926 782 1874 1923
Face 3927 3746 1924 2644
Face 3928 3745 1919 1924
Face 3929 3373 1925 2244
Face 3930 3373 4487 1925
Face 3931 2330 4278 1070
Face 3932 159 873 1926
Face 3933 677 1927 2319
Face 3934 3306 2721 1927
Face 3935 3987 1928 199
Face 3936 4516 4004 4778
Face 3937 4778 1929 3838
Face 3938 4778 1529 1929
Face 3939 690 1930 3591
Face 3940 690 3441 1930
Face 3941 1498 1931 2668
Face 3942 1498 741 1931
Face 3943 579 1932 880
Face 3944 579 1565 1932
Face 3945 2525 2804 1597
Face 3946 364 532 1934
Face 3947 2210 1934 4688
Face 3948 4915 1597 2804
Face 3949 1592 1935 1938
Face 3950 1936 1477 4582
Face 3951 1592 1936 1937
Face 3952 1592 1477 1936
Face 3953 1935 4582 1477
Face 3954 1935 1592 1937
Face 3955 232 1938 1458
Face 3956 232 3170 1938
Face 3957 3183 3471 2923
Face 3958 3183 901 3471
Face 3959 392 4077 2708
Face 3960 392 4959 4077
Face 3961 1773 1941 2761
Face 3962 1773 3049 1941
Face 3963 3584 2834 3149
Face 3964 318 2344 1942
Face 3965 4160 1943 3982
Face 3966 675 884 1943
Face 3967 3973 1944 2389
Face 3968 492 2088 1944
Face 3969 1946 1945 4045
Face 3970 377 1646 1945
Face 3971 2759 1946 917
Face 3972 377 1945 1946
Face 3973 604 1947 1800
Face 3974 604 139 1947
Face 3975 3328 1948 2472
Face 3976 820 4072 1948
Face 3977 693 1949 589
Face 3978 2668 1105 4372
Face 3979 3692 1950 1829
Face 3980 307 622 1951
Face 3981 1950 1951 3559
Face 3982 1950 307 1951
Face 3983 1089 4929 864
Face 3984 1089 1232 4929
Face 3985 624 1953 3598
Face 3986 3410 3629 1953
Face 3987 2418 1954 2734
Face 3988 2418 3632 1954
Face 3989 2443 1955 3365
Face 3990 3046 631 1955
Face 3991 512 1956 1651
Face 3992 2041 1153 1956
Face 3993 1133 2925 2057
Face 3994 1133 1525 2925
Face 3995 3126 1958 4720
Face 3996 3126 1521 1958
Face 3997 647 1959 890
Face 3998 647 503 1959
Face 3999 2213 1960 2517
Face 4000 1033 2733 1960
Face 4001 1161 1961 4220
Face 4002 1161 771 1961
Face 4003 868 1962 1861
Face 4004 868 3438 1962
Face 4005 2635 4738 1508
Face 4006 2241 2264 4447
Face 4007 4262 4447 351
Face 4008 4738 2635 4126
Face 4009 282 1965 1465
Face 4010 282 3552 1965
Face 4011 4532 1966 4003
Face 4012 2766 1228 1966
Face 4013 3486 1967 3035
Face 4014 3486 3151 1967
Face 4015 852 1968 1388
Face 4016 852 1847 1968
Face 4017 4271 2982 746
Face 4018 4271 4068 2982
Face 4019 1971 1970 2482
Face 4020 1971 4423 1970
Face 4021 295 1971 1092
Face 4022 295 4423 1971
Face 4023 3587 3494 1510
Face 4024 1328 580 2431
Face 4025 351 4198 4262
Face 4026 351 995 4198
Face 4027 1564 1974 1157
Face 4028 3930 1100 1974
Face 4029 3842 1975 4070
Face 4030 584 2823 2653
Face 4031 3493 1977 2823
Face 4032 3493 889 1976
Face 4033 1976 1977 3493
Face 4034 1976 3787 1977
Face 4035 3857 1978 1229
Face 4036 3028 606 1978
Face 4037 2647 1979 3082
Face 4038 733 1802 1979
Face 4039 504 1980 1213
Face 4040 504 1289 1980
Face 4041 762 1981 1489
Face 4042 762 2219 1981
Face 4043 4501 1982 1729
Face 4044 972 1647 1982
Face 4045 808 1983 3631
Face 4046 808 1330 1983
Face 4047 680 1984 478
Face 4048 2299 1393 1984
Face 4049 997 1985 201
Face 4050 997 189 1985
Face 4051 1199 1986 2470
Face 4052 1199 1333 1986
Face 4053 1002 1987 4033
Face 4054 3411 3350 1987
Face 4055 3967 1988 1118
Face 4056 937 947 1988
Face 4057 237 1989 4418
Face 4058 237 2966 1989
Face 4059 2689 4098 1288
Face 4060 1032 2236 1990
Face 4061 1332 1991 2238
Face 4062 3362 1674 1991
Face 4063 629 1992 475
Face 4064 629 4679 1992
Face 4065 1213 1993 1040
Face 4066 1213 1980 1993
Face 4067 4244 1994 1407
Face 4068 4244 2416 1994
Face 4069 904 1995 1556
Face 4070 904 4575 1995
Face 4071 1166 3384 4398
Face 4072 1166 3387 3384
Face 4073 4115 4655 2636
Face 4074 481 1702 1997
Face 4075 1350 1998 426
Face 4076 3718 1046 1998
Face 4077 1096 2792 942
Face 4078 1096 164 2792
Face 4079 2001 2000 1804
Face 4080 241 620 2000
Face 4081 4880 2001 3444
Face 4082 241 2000 2001
Face 4083 930 2002 836
Face 4084 930 2998 2002
Face 4085 2004 2003 3543
Face 4086 266 1659 2003
Face 4087 266 2004 1481
Face 4088 266 2003 2004
Face 4089 493 2005 1531
Face 4090 493 272 2005
Face 4091 1391 2006 1902
Face 4092 2608 3569 2006
Face 4093 142 2007 1613
Face 4094 142 84 2007
Face 4095 865 2008 2726
Face 4096 865 2323 2008
Face 4097 3171 2009 2165
Face 4098 3171 4892 2009
Face 4099 669 2010 1038
Face 4100 669 1135 2010
Face 4101 2441 2011 1383
Face 4102 2061 3605 3329
Face 4103 235 2012 3677
Face 4104 235 682 2012
Face 4105 235 2013 650
Face 4106 235 3677 2013
Face 4107 558 2014 1705
Face 4108 558 824 2014
Face 4109 2554 2015 4687
Face 4110 704 3290 2015
Face 4111 2017 2016 1052
Face 4112 704 2015 2554
Face 4113 704 2017 3650
Face 4114 704 2016 2017
Face 4115 795 2018 4694
Face 4116 795 2891 2018
Face 4117 574 2019 77
Face 4118 574 360 2019
Face 4119 2724 2020 1631
Face 4120 2723 1735 2020
Face 4121 409 2021 997
Face 4122 409 414 2021
Face 4123 1223 2022 1622
Face 4124 2877 1237 2022
Face 4125 1223 4587 3372
Face 4126 1223 4246 4587
Face 4127 3254 2776 654
Face 4128 2196 461 2024
Face 4129 792 2025 1450
Face 4130 792 1536 2025
Face 4131 395 2026 1296
Face 4132 3039 1547 2026
Face 4133 250 2027 1149
Face 4134 2421 1467 2027
Face 4135 399 2028 987
Face 4136 399 1249 2028
Face 4137 216 2029 1585
Face 4138 2183 540 2029
Face 4139 627 2030 4473
Face 4140 3119 2224 2030
Face 4141 885 2031 3658
Face 4142 885 2017 2031
Face 4143 656 2032 850
Face 4144 656 887 2032
Face 4145 532 2033 1934
Face 4146 3850 1587 2033
Face 4147 1069 2034 3016
Face 4148 1069 357 2034
Face 4149 4501 2035 1955
Face 4150 4501 4860 2035
Face 4151 2235 2036 1786
Face 4152 989 1218 4243
Face 4153 2892 2037 171
Face 4154 591 3611 3659
Face 4155 2383 4893 534
Face 4156 533 1298 4672
Face 4157 817 2039 489
Face 4158 817 1322 2039
Face 4159 4832 3982 1943
Face 4160 1055 1230 2040
Face 4161 512 2041 1956
Face 4162 512 2143 3499
Face 4163 732 2042 1414
Face 4164 732 1661 2042
Face 4165 4246 2043 2348
Face 4166 1622 1623 4339
Face 4167 1198 2044 1382
Face 4168 3707 1983 2044
Face 4169 3696 2045 4297
Face 4170 1345 428 2045
Face 4171 594 2046 2758
Face 4172 4105 494 3570
Face 4173 985 4075 4529
Face 4174 3678 1559 3153
Face 4175 1126 2048 4407
Face 4176 1126 1791 2048
Face 4177 1153 2049 3143
Face 4178 4876 2283 2049
Face 4179 1792 2050 3692
Face 4180 1792 1398 2050
Face 4181 897 4547 3452
Face 4182 2616 1028 2051
Face 4183 4889 2052 1694
Face 4184 4889 332 2052
Face 4185 4899 2053 4384
Face 4186 279 1763 2053
Face 4187 3282 2054 3311
Face 4188 3985 994 2054
Face 4189 2056 2055 1821
Face 4190 2056 74 2055
Face 4191 137 2056 261
Face 4192 137 74 2056
Face 4193 1652 2057 3286
Face 4194 1652 1653 2057
Face 4195 921 3221 2886
Face 4196 921 2069 3221
Face 4197 2740 2059 462
Face 4198 517 1145 2059
Face 4199 187 2060 4944
Face 4200 187 4805 3698
Face 4201 2441 2061 2011
Face 4202 2441 1021 2061
Face 4203 3593 2062 4402
Face 4204 3624 1541 2062
Face 4205 3999 2063 2895
Face 4206 2036 989 2064
Face 4207 2063 4243 1218
Face 4208 2063 3284 2064
Face 4209 183 2065 95
Face 4210 183 1535 2065
Face 4211 1327 2066 291
Face 4212 1327 3196 2066
Face 4213 3626 2067 2045
Face 4214 814 1372 2067
Face 4215 1324 2068 3651
Face 4216 1324 1591 2068
Face 4217 2222 2465 4894
Face 4218 520 2058 2069
Face 4219 3530 4135 1973
Face 4220 1413 239 4134
Face 4221 1413 2071 4141
Face 4222 1413 4650 2071
Face 4223 3151 4162 1967
Face 4224 702 611 2072
Face 4225 576 2073 1648
Face 4226 576 1929 2073
Face 4227 2575 2074 74
Face 4228 2574 634 3071
Face 4229 3437 2075 305
Face 4230 2416 782 4946
Face 4231 170 2076 4493
Face 4232 4768 3684 3694
Face 4233 170 2077 3694
Face 4234 170 3627 2077
Face 4235 4114 2078 2379
Face 4236 3214 728 4730
Face 4237 3430 2079 1695
Face 4238 1432 1431 2079
Face 4239 3855 2080 1752
Face 4240 1222 1675 2080
Face 4241 734 2919 1452
Face 4242 3013 4785 2081
Face 4243 247 2082 3341
Face 4244 247 929 2082
Face 4245 2682 2083 1749
Face 4246 1519 2390 2741
Face 4247 4812 2084 429
Face 4248 2225 640 2084
Face 4249 3280 2673 1190
Face 4250 2086 420 3212
Face 4251 596 2086 2085
Face 4252 596 1830 2086
Face 4253 4459 2087 1400
Face 4254 571 3915 2087
Face 4255 1642 2088 4908
Face 4256 1642 1944 2088
Face 4257 2101 3303 3451
Face 4258 222 4776 2089
Face 4259 3199 2090 1498
Face 4260 1152 1899 2090
Face 4261 2757 3466 3220
Face 4262 2092 656 3466
Face 4263 887 2092 1740
Face 4264 887 656 2092
Face 4265 1286 2093 1463
Face 4266 3173 2492 2093
Face 4267 515 2094 4383
Face 4268 515 2355 2094
Face 4269 566 4652 1914
Face 4270 4924 2819 2095
Face 4271 3895 2096 1023
Face 4272 3896 3524 2096
Face 4273 883 2097 3434
Face 4274 883 4304 2097
Face 4275 3940 2098 1162
Face 4276 1273 743 2098
Face 4277 49 4210 3705
Face 4278 49 134 4210
Face 4279 3231 2100 3573
Face 4280 4544 2790 2100
Face 4281 222 4318 2276
Face 4282 222 2089 2101
Face 4283 90 2102 138
Face 4284 90 3385 2102
Face 4285 1250 3029 2592
Face 4286 4052 1855 3029
Face 4287 299 4546 1119
Face 4288 2665 1686 4546
Face 4289 4232 2105 1863
Face 4290 4232 670 2105
Face 4291 3263 2106 190
Face 4292 4640 3673 3287
Face 4293 1366 2998 4180
Face 4294 1366 1242 2998
Face 4295 1506 2108 1332
Face 4296 1506 1290 2108
Face 4297 2853 2109 1787
Face 4298 4654 2340 2284
Face 4299 3981 2110 3774
Face 4300 1586 4846 2110
Face 4301 1075 2111 1605
Face 4302 1075 4883 2111
Face 4303 827 2112 1217
Face 4304 2113 1721 3230
Face 4305 827 2113 2112
Face 4306 2114 4019 2113
Face 4307 827 2114 2113
Face 4308 3060 1817 2114
Face 4309 463 3125 198
Face 4310 2311 3877 2115
Face 4311 941 2116 1697
Face 4312 941 1444 2116
Face 4313 4345 2117 3001
Face 4314 2441 1383 4797
Face 4315 1138 2118 197
Face 4316 1138 4558 2118
Face 4317 1168 4027 1378
Face 4318 1168 3344 2119
Face 4319 2278 4296 460
Face 4320 1062 123 2120
Face 4321 3338 2121 3846
Face 4322 3504 3008 2121
Face 4323 797 2122 3023
Face 4324 797 2772 2122
Face 4325 4817 2123 754
Face 4326 614 1490 2123
Face 4327 301 2124 875
Face 4328 3465 857 3702
Face 4329 4460 3513 2124
Face 4330 4460 3661 3513
Face 4331 1137 2126 1619
Face 4332 1137 1844 2126
Face 4333 490 4523 1292
Face 4334 4522 4930 2127
Face 4335 4139 2128 1346
Face 4336 4139 1165 2128
Face 4337 1116 2129 1828
Face 4338 2130 3164 2129
Face 4339 1116 2130 2129
Face 4340 3546 348 2130
Face 4341 408 2131 1244
Face 4342 408 4549 2131
Face 4343 964 2132 586
Face 4344 964 3450 2132
Face 4345 3631 2133 3963
Face 4346 899 499 2133
Face 4347 698 2134 363
Face 4348 698 1636 2134
Face 4349 600 2135 4677
Face 4350 600 4203 2135
Face 4351 3660 2136 2125
Face 4352 3660 357 4478
Face 4353 945 2137 946
Face 4354 945 2830 2137
Face 4355 2139 2138 1740
Face 4356 3845 888 2138
Face 4357 978 2140 1464
Face 4358 978 2138 2140
Face 4359 2139 2140 2138
Face 4360 2139 1464 2140
Face 4361 2193 2141 2012
Face 4362 683 960 4809
Face 4363 348 2142 2130
Face 4364 348 1381 4874
Face 4365 3474 2143 2271
Face 4366 3474 3499 2143
Face 4367 2700 3866 674
Face 4368 3619 4049 2145
Face 4369 2144 2145 4049
Face 4370 3866 2700 2145
Face 4371 1280 2146 879
Face 4372 1280 2147 2146
Face 4373 3847 2147 880
Face 4374 3185 2146 2147
Face 4375 860 2148 1233
Face 4376 860 1564 2148
Face 4377 2260 4116 3577
Face 4378 737 4623 4116
Face 4379 834 4325 3618
Face 4380 2379 1753 4325
Face 4381 1394 2151 344
Face 4382 3453 1558 2151
Face 4383 1326 2152 3023
Face 4384 2398 916 4561
Face 4385 445 2153 2701
Face 4386 445 3179 2153
Face 4387 4006 2154 1724
Face 4388 3380 507 2154
Face 4389 433 2155 1009
Face 4390 433 2096 4648
Face 4391 201 3841 2870
Face 4392 201 1901 3841
Face 4393 1262 2157 1078
Face 4394 1262 1263 2157
Face 4395 4337 2158 3331
Face 4396 4337 1403 2158
Face 4397 174 2159 1092
Face 4398 174 3479 2159
Face 4399 3969 2160 123
Face 4400 374 3520 2160
Face 4401 1214 2161 1903
Face 4402 2926 3918 2161
Face 4403 1466 2162 806
Face 4404 1466 1392 4497
Face 4405 152 2163 882
Face 4406 152 1040 2163
Face 4407 421 2164 602
Face 4408 421 533 2164
Face 4409 447 2165 1356
Face 4410 3070 555 2165
Face 4411 2719 2166 1299
Face 4412 2719 914 2166
Face 4413 234 2167 653
Face 4414 234 1045 2167
Face 4415 492 4187 509
Face 4416 3973 1453 3296
Face 4417 206 2169 2324
Face 4418 206 1355 2498
Face 4419 780 3912 3387
Face 4420 2171 1202 2170
Face 4421 780 2171 3912
Face 4422 780 2710 2171
Face 4423 278 3689 3003
Face 4424 2504 1540 3689
Face 4425 1130 2173 3009
Face 4426 1130 3907 2173
Face 4427 2628 2174 4332
Face 4428 3778 4773 2174
Face 4429 1179 3562 186
Face 4430 4944 2060 2175
Face 4431 1179 2176 3562
Face 4432 1179 2275 2176
Face 4433 530 2177 1435
Face 4434 2687 3993 4954
Face 4435 1426 2178 2305
Face 4436 1426 3207 2178
Face 4437 281 2179 4157
Face 4438 281 1247 2179
Face 4439 922 2180 2465
Face 4440 922 4671 2180
Face 4441 528 2181 436
Face 4442 528 829 2181
Face 4443 2361 2182 1522
Face 4444 2361 168 2182
Face 4445 216 2183 2029
Face 4446 4729 3914 2183
Face 4447 884 2184 2258
Face 4448 884 674 2184
Face 4449 60 2185 107
Face 4450 60 223 2185
Face 4451 60 2186 84
Face 4452 60 80 2186
Face 4453 24 2187 1663
Face 4454 24 14 2187
Face 4455 1084 2188 4010
Face 4456 1084 3439 3853
Face 4457 4180 2189 4887
Face 4458 930 836 3928
Face 4459 454 2190 1207
Face 4460 454 3170 2190
Face 4461 3591 2191 1294
Face 4462 3591 1930 2191
Face 4463 3166 4152 2868
Face 4464 3166 4867 4152
Face 4465 683 2193 682
Face 4466 683 2141 2193
Face 4467 3968 2194 4682
Face 4468 3968 1882 2194
Face 4469 4760 2195 3209
Face 4470 4760 3714 2195
Face 4471 1269 2196 2776
Face 4472 1269 3836 2196
Face 4473 3869 3910 148
Face 4474 744 2406 3910
Face 4475 3180 2198 1738
Face 4476 3180 1816 2198
Face 4477 731 2199 446
Face 4478 2527 4390 2199
Face 4479 2601 3701 3769
Face 4480 4298 4379 4900
Face 4481 570 3823 1504
Face 4482 570 2520 2201
Face 4483 779 2202 1395
Face 4484 4030 815 2202
Face 4485 779 4030 2202
Face 4486 779 3224 2203
Face 4487 3257 2204 2369
Face 4488 3257 663 4628
Face 4489 467 2205 330
Face 4490 4631 1911 2205
Face 4491 144 2206 961
Face 4492 144 96 2206
Face 4493 559 2207 1754
Face 4494 559 2905 2207
Face 4495 4276 2208 2564
Face 4496 204 4026 2208
Face 4497 426 2754 1024
Face 4498 4723 1291 2754
Face 4499 1933 2210 4745
Face 4500 1933 2804 2210
Face 4501 1102 2211 608
Face 4502 1102 1725 2211
Face 4503 405 2212 2600
Face 4504 405 4826 2212
Face 4505 1033 2213 3177
Face 4506 1033 1960 2213
Face 4507 510 2214 2735
Face 4508 3613 924 2214
Face 4509 3610 2215 1930
Face 4510 3610 845 2215
Face 4511 1379 4445 1690
Face 4512 1379 1691 4445
Face 4513 2427 2217 1169
Face 4514 2427 2410 2217
Face 4515 1522 2218 1105
Face 4516 1522 2182 2218
Face 4517 1492 4111 215
Face 4518 3801 1981 3725
Face 4519 1215 2220 264
Face 4520 2794 4074 2220
Face 4521 4559 2221 713
Face 4522 2586 3720 3824
Face 4523 520 2222 1959
Face 4524 520 2465 2222
Face 4525 872 2223 2132
Face 4526 872 1412 2223
Face 4527 4310 2224 2403
Face 4528 2748 861 2224
Face 4529 4812 2225 2084
Face 4530 430 1491 2225
Face 4531 1674 2226 1085
Face 4532 1674 878 2226
Face 4533 4690 3541 1637
Face 4534 4691 856 2227
Face 4535 641 2228 1814
Face 4536 641 3655 2228
Face 4537 4935 2229 1445
Face 4538 957 2292 2229
Face 4539 1349 2230 4125
Face 4540 1349 163 2230
Face 4541 2596 2231 2697
Face 4542 3577 4116 2232
Face 4543 3734 2232 2149
Face 4544 2231 3577 2232
Face 4545 3217 2233 68
Face 4546 474 1171 2233
Face 4547 4225 3790 1863
Face 4548 4225 2274 3790
Face 4549 989 4872 1574
Face 4550 989 2036 2235
Face 4551 1493 2236 1032
Face 4552 1493 4494 2236
Face 4553 2562 2237 464
Face 4554 841 315 2237
Face 4555 208 2238 1764
Face 4556 2449 1506 2238
Face 4557 3961 4853 2468
Face 4558 562 4480 2239
Face 4559 562 2240 3264
Face 4560 562 2239 2240
Face 4561 4093 2241 1964
Face 4562 4726 1359 2493
Face 4563 123 2242 2120
Face 4564 123 2160 4784
Face 4565 1225 3386 851
Face 4566 1225 697 2243
Face 4567 237 2244 1335
Face 4568 237 4418 2244
Face 4569 859 2245 1241
Face 4570 859 1724 2245
Face 4571 394 2246 2425
Face 4572 394 1533 2246
Face 4573 2249 2247 1113
Face 4574 1118 1319 2247
Face 4575 2249 2248 1459
Face 4576 2249 1113 2248
Face 4577 1118 2249 3967
Face 4578 1118 2247 2249
Face 4579 582 2250 645
Face 4580 2595 1831 3922
Face 4581 831 2251 1349
Face 4582 4891 332 4203
Face 4583 336 3825 165
Face 4584 336 1300 2252
Face 4585 952 2253 1183
Face 4586 3665 4087 2253
Face 4587 54 2254 342
Face 4588 54 988 2254
Face 4589 3864 2255 2405
Face 4590 3864 4338 2255
Face 4591 1008 2256 152
Face 4592 1008 968 2256
Face 4593 4706 2257 2770
Face 4594 1618 2335 2257
Face 4595 4193 2258 2184
Face 4596 384 1365 4786
Face 4597 1468 2259 729
Face 4598 1468 1325 2259
Face 4599 737 2260 3499
Face 4600 737 4116 2260
Face 4601 1258 2261 615
Face 4602 1258 425 2261
Face 4603 775 2262 1662
Face 4604 775 3533 2262
Face 4605 715 2263 3816
Face 4606 715 1900 2263
Face 4607 3576 2264 2241
Face 4608 801 1582 2264
Face 4609 4919 2265 1582
Face 4610 4919 4192 2265
Face 4611 3483 2266 3090
Face 4612 2753 4421 2266
Face 4613 886 2850 2429
Face 4614 4463 1475 3392
Face 4615 4463 2268 1475
Face 4616 886 231 2268
Face 4617 319 2269 1400
Face 4618 319 1065 2269
Face 4619 2612 2270 1150
Face 4620 2612 2769 2270
Face 4621 194 2271 3492
Face 4622 4537 1348 2271
Face 4623 403 3400 1409
Face 4624 403 1873 2272
Face 4625 875 2273 2730
Face 4626 875 2124 2273
Face 4627 526 4171 4370
Face 4628 526 2234 2274
Face 4629 2301 3144 1577
Face 4630 3937 2176 2275
Face 4631 2679 2276 4318
Face 4632 3278 1685 2276
Face 4633 4914 2277 3793
Face 4634 4914 1528 2277
Face 4635 1062 2278 3979
Face 4636 1062 4296 2278
Face 4637 2280 3318 4751
Face 4638 1631 2020 2279
Face 4639 2656 2280 1495
Face 4640 1631 2279 4686
Face 4641 1360 2282 2493
Face 4642 1360 718 2282
Face 4643 2281 2282 718
Face 4644 2281 3830 2282
Face 4645 2295 4670 1621
Face 4646 1001 1524 4670
Face 4647 2109 2284 2838
Face 4648 2109 3289 2284
Face 4649 1874 2285 2718
Face 4650 1874 782 2285
Face 4651 535 2287 1602
Face 4652 3724 4790 2286
Face 4653 2286 2287 535
Face 4654 4511 3585 2287
Face 4655 908 2288 202
Face 4656 908 726 2288
Face 4657 239 2289 4134
Face 4658 3459 2293 4922
Face 4659 3075 2291 1334
Face 4660 3075 1413 2291
Face 4661 4141 2291 1413
Face 4662 2290 1334 2291
Face 4663 1108 2292 3267
Face 4664 2459 2229 2292
Face 4665 3977 2293 1184
Face 4666 1508 4922 2293
Face 4667 2538 2294 1478
Face 4668 4201 2638 2294
Face 4669 2296 2295 3727
Face 4670 1001 4670 2295
Face 4671 1001 2296 3408
Face 4672 1001 2295 2296
Face 4673 1768 2297 1561
Face 4674 4801 3020 3883
Face 4675 1081 2298 3646
Face 4676 1081 593 2298
Face 4677 680 2299 1984
Face 4678 680 4634 2299
Face 4679 863 2300 1374
Face 4680 3537 3568 2300
Face 4681 2302 2301 4560
Face 4682 3937 2275 2301
Face 4683 453 2302 2439
Face 4684 453 2176 3937
Face 4685 3827 2303 802
Face 4686 242 1521 2303
Face 4687 658 3947 4583
Face 4688 658 4836 2304
Face 4689 2036 2305 2178
Face 4690 2036 2064 3284
Face 4691 509 2306 3488
Face 4692 509 4187 2306
Face 4693 324 2307 3458
Face 4694 324 1047 2307
Face 4695 2598 2308 3794
Face 4696 2598 2585 2308
Face 4697 296 2309 2187
Face 4698 296 497 2309
Face 4699 1651 2310 1885
Face 4700 3142 2049 2310
Face 4701 463 2311 2115
Face 4702 463 3534 2311
Face 4703 639 2312 2297
Face 4704 2806 3868 2312
Face 4705 2806 4241 3868
Face 4706 3140 379 3485
Face 4707 866 2314 1906
Face 4708 3848 2387 2314
Face 4709 1617 2315 4877
Face 4710 1617 1700 2315
Face 4711 575 2316 1516
Face 4712 4533 541 2316
Face 4713 705 2317 3594
Face 4714 4331 2824 2428
Face 4715 3755 2318 2364
Face 4716 3755 3818 2318
Face 4717 4520 2319 380
Face 4718 1762 1862 2319
Face 4719 189 2320 1985
Face 4720 189 527 2320
Face 4721 4153 2321 3793
Face 4722 4153 1303 2321
Face 4723 847 2322 505
Face 4724 847 2779 2322
Face 4725 1316 2323 784
Face 4726 3211 2008 2323
Face 4727 448 2324 2169
Face 4728 3658 1052 3829
Face 4729 331 2325 881
Face 4730 4898 366 2325
Face 4731 1206 2326 359
Face 4732 3744 73 2326
Face 4733 1484 2327 1731
Face 4734 1484 911 2327
Face 4735 271 2328 1408
Face 4736 2329 722 2328
Face 4737 271 2329 2328
Face 4738 4132 934 4572
Face 4739 2363 4479 393
Face 4740 2363 1926 4479
Face 4741 4464 2331 353
Face 4742 3880 4315 2331
Face 4743 1074 2332 1584
Face 4744 3540 329 2332
Face 4745 877 2333 3154
Face 4746 877 2466 2333
Face 4747 219 2334 1499
Face 4748 4732 1018 3681
Face 4749 3750 2335 317
Face 4750 3750 4596 2335
Face 4751 976 3808 913
Face 4752 4302 4828 3808
Face 4753 929 2337 4170
Face 4754 2777 1711 2337
Face 4755 567 2338 1836
Face 4756 567 938 2338
Face 4757 631 2339 1243
Face 4758 631 1801 4446
Face 4759 915 2340 170
Face 4760 915 1574 3477
Face 4761 434 2341 4036
Face 4762 434 403 2341
Face 4763 1126 2342 3383
Face 4764 1126 4407 3111
Face 4765 389 2343 1530
Face 4766 389 1277 2343
Face 4767 1139 2344 456
Face 4768 1139 4237 2344
Face 4769 1174 3708 3337
Face 4770 1174 4626 3708
Face 4771 219 4732 2334
Face 4772 219 4054 2346
Face 4773 342 2347 1104
Face 4774 342 4496 2347
Face 4775 3308 2348 1410
Face 4776 3308 3168 2348
Face 4777 2664 2349 982
Face 4778 3445 2382 2349
Face 4779 2351 2963 1583
Face 4780 2352 2973 2350
Face 4781 280 3672 2991
Face 4782 2352 2350 2351
Face 4783 280 2352 2351
Face 4784 280 2973 2352
Face 4785 381 2353 1818
Face 4786 3107 1253 2353
Face 4787 657 2354 1361
Face 4788 2872 1354 2354
Face 4789 4473 2355 627
Face 4790 4474 2094 2355
Face 4791 2764 4299 148
Face 4792 361 1907 3873
Face 4793 1845 3908 4752
Face 4794 1845 4536 2357
Face 4795 995 2358 2684
Face 4796 2359 175 2358
Face 4797 995 2359 2358
Face 4798 995 351 2359
Face 4799 209 2360 3218
Face 4800 3076 2100 2360
Face 4801 3336 2361 1522
Face 4802 741 874 2361
Face 4803 1843 2362 1844
Face 4804 1843 4131 2362
Face 4805 159 2363 3210
Face 4806 159 1926 2363
Face 4807 1011 2364 2318
Face 4808 4510 1961 2364
Face 4809 3762 2365 2490
Face 4810 2366 1464 4779
Face 4811 3248 3762 2489
Face 4812 480 1870 2366
Face 4813 2852 2367 745
Face 4814 3258 4277 2367
Face 4815 953 2368 1605
Face 4816 953 3889 2368
Face 4817 4059 2369 202
Face 4818 4059 3128 2369
Face 4819 590 2370 3116
Face 4820 590 2857 2370
Face 4821 1888 4554 1501
Face 4822 1888 1620 2371
Face 4823 1589 2372 513
Face 4824 1589 1505 2372
Face 4825 163 2373 3944
Face 4826 163 3161 2373
Face 4827 1043 3165 1832
Face 4828 1043 4749 2374
Face 4829 4183 2375 610
Face 4830 4183 4758 2375
Face 4831 1171 2376 2233
Face 4832 1171 4553 2376
Face 4833 559 2377 1917
Face 4834 559 1754 2377
Face 4835 1873 2378 2272
Face 4836 1873 1278 2378
Face 4837 834 2379 4325
Face 4838 4421 2753 4155
Face 4839 3565 2380 576
Face 4840 894 1558 2380
Face 4841 1243 3735 1638
Face 4842 1243 4343 2381
Face 4843 2381 4612 891
Face 4844 2381 2349 2382
Face 4845 533 2383 422
Face 4846 533 4672 2383
Face 4847 418 4369 3719
Face 4848 2386 2774 2384
Face 4849 4787 2385 121
Face 4850 261 154 2385
Face 4851 418 2386 2384
Face 4852 418 564 2386
Face 4853 569 3412 4242
Face 4854 3404 2314 2387
Face 4855 766 2388 1252
Face 4856 766 1259 2388
Face 4857 1177 2389 1944
Face 4858 1177 2094 2389
Face 4859 606 2390 1519
Face 4860 2947 1436 2390
Face 4861 411 2391 311
Face 4862 411 838 2391
Face 4863 1129 2392 1790
Face 4864 1129 3927 2392
Face 4865 2394 4379 2450
Face 4866 2394 3700 4379
Face 4867 4959 2789 4077
Face 4868 1756 2500 3136
Face 4869 3448 2395 4185
Face 4870 3448 1597 2395
Face 4871 2395 2396 4890
Face 4872 2395 1597 2396
Face 4873 879 2397 579
Face 4874 4679 629 4819
Face 4875 1326 2398 4561
Face 4876 1326 1327 2398
Face 4877 4351 2519 560
Face 4878 967 491 2399
Face 4879 922 2400 1226
Face 4880 922 2069 2400
Face 4881 197 2401 1138
Face 4882 3347 2173 2401
Face 4883 3598 2402 624
Face 4884 965 1154 2402
Face 4885 335 2403 1212
Face 4886 335 1227 2403
Face 4887 3362 2404 1674
Face 4888 1332 2108 2404
Face 4889 1210 2405 2255
Face 4890 3033 1575 2405
Face 4891 3109 4175 3760
Face 4892 3265 2197 2406
Face 4893 2408 3749 2032
Face 4894 2408 888 3749
Face 4895 887 2408 2032
Face 4896 887 2802 2408
Face 4897 756 2409 710
Face 4898 756 2181 2409
Face 4899 3647 2410 2427
Face 4900 3925 358 3403
Face 4901 2780 2411 2405
Face 4902 610 2375 2411
Face 4903 199 2412 3987
Face 4904 199 4746 2412
Face 4905 2460 2413 2551
Face 4906 763 1886 2413
Face 4907 220 2414 672
Face 4908 220 142 2414
Face 4909 1146 2415 3617
Face 4910 1146 1490 2415
Face 4911 3437 2416 2075
Face 4912 1483 1994 2416
Face 4913 3581 4789 2497
Face 4914 907 3744 4790
Face 4915 1282 2418 4064
Face 4916 1282 1353 2418
Face 4917 493 4926 3553
Face 4918 493 1531 2419
Face 4919 4512 2420 1500
Face 4920 670 3664 2420
Face 4921 250 2421 2027
Face 4922 250 522 2421
Face 4923 578 2422 1921
Face 4924 3339 3817 2422
Face 4925 233 2423 703
Face 4926 3573 2100 2423
Face 4927 1041 4769 1101
Face 4928 1041 4023 2424
Face 4929 2956 2425 2246
Face 4930 893 1460 2425
Face 4931 212 2426 3653
Face 4932 4114 4155 2426
Face 4933 259 2427 373
Face 4934 259 3647 2427
Face 4935 4837 2428 3887
Face 4936 4837 4331 2428
Face 4937 985 2429 2267
Face 4938 985 1687 3891
Face 4939 477 2430 1393
Face 4940 477 1067 2430
Face 4941 1972 2431 3878
Face 4942 3494 1328 2431
Face 4943 1073 2432 1520
Face 4944 1073 2198 3206
Face 4945 65 2433 273
Face 4946 65 4434 4011
Face 4947 4375 3435 3344
Face 4948 2735 2214 2434
Face 4949 1113 3918 2248
Face 4950 4830 3177 3918
Face 4951 193 2436 3726
Face 4952 193 1663 4107
Face 4953 1056 2437 1479
Face 4954 1056 860 2437
Face 4955 3000 2438 1680
Face 4956 3000 1054 2623
Face 4957 4560 3817 2302
Face 4958 4560 2422 3817
Face 4959 488 2440 1159
Face 4960 488 1418 2440
Face 4961 4345 2441 4797
Face 4962 4345 1021 2441
Face 4963 876 2442 3529
Face 4964 876 4400 2442
Face 4965 451 2817 4032
Face 4966 3046 1955 2443
Face 4967 1721 2444 3784
Face 4968 1721 1722 2444
Face 4969 4885 2445 3246
Face 4970 4885 167 2445
Face 4971 3155 2446 185
Face 4972 3155 51 2446
Face 4973 3500 2447 4930
Face 4974 1087 1445 2447
Face 4975 3893 2448 4471
Face 4976 2455 583 4701
Face 4977 208 2449 2238
Face 4978 208 976 2449
Face 4979 4068 2451 4469
Face 4980 1940 2789 2451
Face 4981 2450 2451 2394
Face 4982 2450 4469 2451
Face 4983 269 2452 1224
Face 4984 2453 424 4942
Face 4985 269 2453 4942
Face 4986 269 473 2453
Face 4987 1501 2454 3053
Face 4988 1501 830 2454
Face 4989 3893 2455 2448
Face 4990 3893 956 2455
Face 4991 3559 4486 1950
Face 4992 603 3666 2457
Face 4993 2456 2457 276
Face 4994 4486 603 2457
Face 4995 1053 2458 2118
Face 4996 1053 350 2458
Face 4997 1108 2459 2292
Face 4998 4157 2179 2459
Face 4999 763 4037 3262
Face 5000 763 2413 2460
Face 5001 970 4444 245
Face 5002 970 1815 4444
Face 5003 925 2462 3014
Face 5004 925 3145 2462
Face 5005 1490 2463 910
Face 5006 1490 614 3604
Face 5007 1654 2464 2128
Face 5008 1654 814 2464
Face 5009 2069 2465 520
Face 5010 2069 922 2465
Face 5011 1131 2466 2589
Face 5012 4882 2333 2466
Face 5013 1919 2467 1646
Face 5014 1919 3123 4777
Face 5015 1499 2468 219
Face 5016 1499 3092 2468
Face 5017 1158 2469 2205
Face 5018 1158 1688 2469
Face 5019 1200 2470 1986
Face 5020 1200 1857 2470
Face 5021 3879 4381 1472
Face 5022 811 169 2471
Face 5023 1196 2472 3095
Face 5024 1196 1764 2472
Face 5025 291 2473 1327
Face 5026 4020 3203 2473
Face 5027 3449 2474 1377
Face 5028 1239 2149 4666
Face 5029 373 3813 259
Face 5030 373 3027 2475
Face 5031 214 4113 22
Face 5032 214 2997 4113
Face 5033 1569 2477 1175
Face 5034 1569 3966 2477
Face 5035 2932 2478 1021
Face 5036 2932 1824 2478
Face 5037 4170 2479 2082
Face 5038 3595 2481 2479
Face 5039 1225 2480 697
Face 5040 1225 451 4032
Face 5041 1242 2481 822
Face 5042 1242 2479 2481
Face 5043 4033 2482 2556
Face 5044 4033 3204 2482
Face 5045 536 4259 2812
Face 5046 3216 4589 4007
Face 5047 4415 3425 3822
Face 5048 1219 346 2484
Face 5049 1556 2485 904
Face 5050 4308 1996 2485
Face 5051 3594 2486 705
Face 5052 361 3873 2764
Face 5053 701 2487 1867
Face 5054 701 961 2487
Face 5055 3686 2488 3103
Face 5056 3598 1953 2488
Face 5057 1546 2490 3127
Face 5058 1546 3457 2490
Face 5059 2489 2490 3457
Face 5060 2489 3762 2490
Face 5061 888 2492 3749
Face 5062 888 2093 2492
Face 5063 4321 2492 3173
Face 5064 4321 2407 2492
Face 5065 3830 2493 2282
Face 5066 2241 4093 2493
Face 5067 3108 3526 2826
Face 5068 4875 2047 4231
Face 5069 982 2495 4881
Face 5070 982 2047 4875
Face 5071 2985 2496 2662
Face 5072 4521 4791 2496
Face 5073 4795 2497 4789
Face 5074 472 3783 2497
Face 5075 2169 2498 947
Face 5076 2169 206 2498
Face 5077 3168 4041 3371
Face 5078 1779 1594 2499
Face 5079 3292 3305 744
Face 5080 4775 2901 3305
Face 5081 3763 3044 1655
Face 5082 3763 2155 3044
Face 5083 787 2903 960
Face 5084 787 1518 2502
Face 5085 1757 2503 2480
Face 5086 1757 495 2503
Face 5087 278 2504 3689
Face 5088 278 3412 4028
Face 5089 2506 3523 4337
Face 5090 388 2745 2505
Face 5091 388 2506 1000
Face 5092 388 3523 2506
Face 5093 855 2507 145
Face 5094 855 4926 2507
Face 5095 47 2510 147
Face 5096 47 2512 2510
Face 5097 83 2509 2803
Face 5098 3553 855 2509
Face 5099 2508 2510 131
Face 5100 2508 147 2510
Face 5101 131 2511 147
Face 5102 131 2510 2511
Face 5103 2511 2512 88
Face 5104 2511 2510 2512
Face 5105 2975 2513 86
Face 5106 4696 359 2513
Face 5107 1182 2514 1107
Face 5108 3901 1805 2514
Face 5109 1723 2515 2674
Face 5110 4019 1817 2515
Face 5111 720 4127 3196
Face 5112 3597 980 2516
Face 5113 436 2517 4725
Face 5114 436 1176 2517
Face 5115 4865 2518 4567
Face 5116 560 2519 2518
Face 5117 2399 2519 4351
Face 5118 2399 2518 2519
Face 5119 3238 3769 2200
Face 5120 1907 900 2520
Face 5121 1786 2521 2235
Face 5122 1786 3487 2521
Face 5123 807 2522 3419
Face 5124 807 2913 2522
Face 5125 643 3275 3017
Face 5126 3716 1846 2523
Face 5127 2851 2524 1581
Face 5128 2850 4463 3392
Face 5129 364 3490 1779
Face 5130 364 1934 3490
Face 5131 475 3713 1657
Face 5132 475 3443 2526
Face 5133 4050 2527 2199
Face 5134 4050 390 2527
Face 5135 472 2528 3783
Face 5136 472 1596 2528
Face 5137 913 3886 485
Face 5138 913 2336 3886
Face 5139 697 4593 2243
Face 5140 697 2659 4593
Face 5141 661 2531 1380
Face 5142 661 2988 2531
Face 5143 527 2532 1583
Face 5144 527 189 2532
Face 5145 1331 3447 2530
Face 5146 3833 1389 2533
Face 5147 3805 2534 1447
Face 5148 4805 187 2534
Face 5149 246 2535 1917
Face 5150 246 945 2535
Face 5151 486 2536 1632
Face 5152 486 487 2536
Face 5153 751 2537 2859
Face 5154 3905 1060 2537
Face 5155 2927 2538 3919
Face 5156 2927 4363 2538
Face 5157 2560 2539 316
Face 5158 3005 3118 4138
Face 5159 408 2540 707
Face 5160 408 3282 2540
Face 5161 2952 3535 465
Face 5162 251 3807 2541
Face 5163 1241 2542 2642
Face 5164 1241 2245 2542
Face 5165 568 2544 3659
Face 5166 568 1839 2544
Face 5167 2543 2544 4070
Face 5168 2543 2037 2544
Face 5169 4548 2545 4676
Face 5170 372 2470 2545
Face 5171 2547 2546 4608
Face 5172 2547 4689 2546
Face 5173 1155 2547 4608
Face 5174 1155 444 2547
Face 5175 1088 2548 1509
Face 5176 1088 1942 2548
Face 5177 1362 2549 1363
Face 5178 1362 581 2549
Face 5179 1531 2550 1741
Face 5180 3093 1637 2550
Face 5181 1143 2551 2413
Face 5182 1143 1428 2551
Face 5183 1319 2552 59
Face 5184 1319 1626 2552
Face 5185 236 2553 3572
Face 5186 236 1137 2553
Face 5187 2016 2554 1158
Face 5188 2016 704 2554
Face 5189 2569 2555 1673
Face 5190 300 1854 2555
Face 5191 2557 2556 2482
Face 5192 400 1019 2556
Face 5193 4619 2557 4082
Face 5194 400 2556 2557
Face 5195 2559 2558 2448
Face 5196 260 1517 2558
Face 5197 260 2559 263
Face 5198 260 2558 2559
Face 5199 514 4506 89
Face 5200 3005 4138 2560
Face 5201 466 2561 987
Face 5202 466 3515 2561
Face 5203 841 2562 1304
Face 5204 841 2237 2562
Face 5205 649 2563 452
Face 5206 649 3393 2563
Face 5207 1969 2564 3121
Face 5208 2982 4068 4469
Face 5209 1679 2565 399
Face 5210 1679 4214 2565
Face 5211 3092 2566 2818
Face 5212 3092 4403 2566
Face 5213 910 4934 740
Face 5214 910 2326 2567
Face 5215 3534 2568 2311
Face 5216 928 4002 4580
Face 5217 4347 2569 1085
Face 5218 300 2555 2569
Face 5219 2571 2570 370
Face 5220 438 1701 2570
Face 5221 3484 3343 1248
Face 5222 3484 2570 3343
Face 5223 1369 2572 1619
Face 5224 1369 3219 2572
Face 5225 337 2573 3614
Face 5226 337 137 2573
Face 5227 417 2574 3875
Face 5228 417 4431 2574
Face 5229 2576 2575 4507
Face 5230 2574 3071 2575
Face 5231 2574 2576 4507
Face 5232 2577 2575 2576
Face 5233 2581 2577 2576
Face 5234 2578 2575 2577
Face 5235 2580 2578 2577
Face 5236 2579 2575 2578
Face 5237 2581 2579 2577
Face 5238 2581 2575 2579
Face 5239 2579 2580 2577
Face 5240 2579 2578 2580
Face 5241 2574 2581 2576
Face 5242 2574 2575 2581
Face 5243 634 4431 1297
Face 5244 634 2574 4431
Face 5245 616 2583 1325
Face 5246 616 3424 2583
Face 5247 2585 2584 2308
Face 5248 2585 1778 2584
Face 5249 1878 2585 2598
Face 5250 1878 1778 2585
Face 5251 3346 2586 3824
Face 5252 773 1128 2586
Face 5253 2763 2587 1308
Face 5254 771 1161 2587
Face 5255 2908 2588 360
Face 5256 3337 2345 3952
Face 5257 1847 2589 1968
Face 5258 3884 637 2589
Face 5259 4053 3363 2991
Face 5260 1193 1782 2590
Face 5261 1510 2591 3589
Face 5262 1510 802 2591
Face 5263 1914 2592 738
Face 5264 1914 1029 2592
Face 5265 4145 2593 1442
Face 5266 854 3122 2593
Face 5267 284 3552 282
Face 5268 2955 3867 2594
Face 5269 582 2595 2250
Face 5270 582 2139 2595
Face 5271 688 2596 3391
Face 5272 688 2231 2596
Face 5273 744 2597 2406
Face 5274 744 2500 2597
Face 5275 1136 2598 1969
Face 5276 1136 1878 2598
Face 5277 3100 2599 1101
Face 5278 909 1694 4674
Face 5279 1420 2600 2212
Face 5280 1420 870 2600
Face 5281 570 2601 2520
Face 5282 3208 2393 4298
Face 5283 2959 2602 1146
Face 5284 2959 2524 2602
Face 5285 1798 2603 1799
Face 5286 1798 1905 3369
Face 5287 205 3239 862
Face 5288 205 825 2604
Face 5289 605 2605 2809
Face 5290 3025 1885 2605
Face 5291 4826 2606 1322
Face 5292 709 809 2606
Face 5293 3923 2607 1198
Face 5294 939 1072 2607
Face 5295 1391 2608 2006
Face 5296 1391 1025 2608
Face 5297 696 2609 2335
Face 5298 4650 1413 2611
Face 5299 2609 2610 317
Face 5300 4199 1370 2610
Face 5301 2609 2611 2610
Face 5302 2609 696 2611
Face 5303 1151 4404 3241
Face 5304 1151 1494 4404
Face 5305 1151 2613 1494
Face 5306 1151 4643 2613
Face 5307 2244 2614 3373
Face 5308 2244 4418 2614
Face 5309 650 2615 773
Face 5310 650 649 2615
Face 5311 897 4338 4547
Face 5312 897 2255 4338
Face 5313 3404 2617 474
Face 5314 569 2477 2617
Face 5315 4374 2618 722
Face 5316 210 316 2618
Face 5317 895 2619 917
Face 5318 895 2557 4565
Face 5319 3035 4282 2890
Face 5320 772 2336 2620
Face 5321 478 2621 1809
Face 5322 478 778 2621
Face 5323 3009 3644 1130
Face 5324 4336 700 3644
Face 5325 2786 2623 662
Face 5326 2438 3000 2623
Face 5327 4130 2624 4554
Face 5328 1247 281 2624
Face 5329 4759 2625 3509
Face 5330 753 683 2625
Face 5331 482 2626 1310
Face 5332 482 2798 2626
Face 5333 111 4097 1544
Face 5334 111 3395 4097
Face 5335 2631 4620 156
Face 5336 2631 3547 4620
Face 5337 58 2629 2630
Face 5338 58 5 2629
Face 5339 156 2630 2629
Face 5340 4371 136 2630
Face 5341 1229 2631 156
Face 5342 1229 1978 2631
Face 5343 173 2632 1302
Face 5344 173 2534 2632
Face 5345 401 2633 275
Face 5346 401 239 4923
Face 5347 459 2634 1608
Face 5348 3415 1796 2634
Face 5349 765 2636 4655
Face 5350 4093 4126 4528
Face 5351 4528 2636 4093
Face 5352 2635 4115 2636
Face 5353 2638 3554 3064
Face 5354 2638 4201 3554
Face 5355 2639 2638 3064
Face 5356 3427 179 2638
Face 5357 3063 2639 2993
Face 5358 3063 4724 2639
Face 5359 3785 2640 1838
Face 5360 2641 1670 2640
Face 5361 2642 2641 2640
Face 5362 2642 2542 2641
Face 5363 3785 2642 2640
Face 5364 1415 1241 2642
Face 5365 1415 2643 1416
Face 5366 1415 1838 2643
Face 5367 190 4422 1513
Face 5368 190 3176 4422
Face 5369 182 2645 1608
Face 5370 182 1039 2645
Face 5371 4238 2646 4911
Face 5372 1348 4537 2646
Face 5373 733 2647 4492
Face 5374 733 1979 2647
Face 5375 3897 2648 2503
Face 5376 2649 1758 2648
Face 5377 495 3897 2503
Face 5378 2650 867 2649
Face 5379 4218 2650 2649
Face 5380 3327 4860 3826
Face 5381 3134 2651 644
Face 5382 1170 2119 4798
Face 5383 1278 2652 1847
Face 5384 1278 1873 2652
Face 5385 2654 2653 1909
Face 5386 2654 584 2653
Face 5387 1975 2654 1909
Face 5388 1975 3842 2654
Face 5389 1710 2655 640
Face 5390 1710 1709 2655
Face 5391 1631 2656 3078
Face 5392 1631 4686 2656
Face 5393 4751 2657 1852
Face 5394 441 1851 2657
Face 5395 391 2658 81
Face 5396 3388 240 2658
Face 5397 1758 2659 2648
Face 5398 1758 1727 2659
Face 5399 4876 2660 688
Face 5400 1153 2041 2660
Face 5401 1284 2661 230
Face 5402 1284 2501 2661
Face 5403 1665 2662 2496
Face 5404 1665 369 2662
Face 5405 1104 2663 342
Face 5406 1104 1949 2663
Face 5407 62 2664 2501
Face 5408 62 2349 2664
Face 5409 299 2665 4546
Face 5410 299 4856 2665
Face 5411 379 2666 3485
Face 5412 4553 1599 2666
Face 5413 435 2667 4082
Face 5414 4607 278 2667
Face 5415 693 2668 1949
Face 5416 693 742 3135
Face 5417 68 2669 1301
Face 5418 68 4221 2669
Face 5419 232 2670 3170
Face 5420 232 133 2670
Face 5421 4297 2671 3696
Face 5422 324 4140 2671
Face 5423 1191 2672 918
Face 5424 4284 830 2672
Face 5425 2085 2673 596
Face 5426 2085 1203 2673
Face 5427 4603 2674 406
Face 5428 4603 1723 2674
Face 5429 1597 2675 2525
Face 5430 1597 3448 2675
Face 5431 782 2676 4946
Face 5432 782 1923 2676
Face 5433 2916 2677 1336
Face 5434 196 4783 2677
Face 5435 1134 2678 1957
Face 5436 3458 2307 2678
Face 5437 672 2679 220
Face 5438 672 2276 2679
Face 5439 707 2680 1209
Face 5440 707 2540 2680
Face 5441 4571 2681 3350
Face 5442 4571 1860 2681
Face 5443 1519 4773 3778
Face 5444 1519 2083 2682
Face 5445 3074 2683 3429
Face 5446 3074 1513 2683
Face 5447 740 2685 3617
Face 5448 4040 2929 2685
Face 5449 2684 2685 3916
Face 5450 2684 2358 2685
Face 5451 89 4456 514
Face 5452 89 4590 2686
Face 5453 530 2687 2177
Face 5454 530 1893 2687
Face 5455 1460 2688 646
Face 5456 1460 890 2688
Face 5457 1032 2689 2203
Face 5458 1032 1990 2689
Face 5459 1261 2690 3460
Face 5460 4416 4897 2690
Face 5461 1431 2691 3822
Face 5462 1431 1432 2691
Face 5463 390 2692 3179
Face 5464 390 4050 2693
Face 5465 2692 2693 1738
Face 5466 2692 390 2693
Face 5467 3458 4140 324
Face 5468 3458 2251 2694
Face 5469 303 2695 1693
Face 5470 303 1469 2695
Face 5471 1167 3146 1538
Face 5472 1167 1395 3146
Face 5473 1058 2697 2231
Face 5474 1058 1685 2697
Face 5475 231 2698 4952
Face 5476 4357 4530 2698
Face 5477 4357 2699 4530
Face 5478 231 886 2699
Face 5479 2701 2700 445
Face 5480 3619 2145 2700
Face 5481 501 2701 2832
Face 5482 501 2700 2701
Face 5483 1444 2702 1424
Face 5484 1444 3031 2702
Face 5485 628 2703 2371
Face 5486 628 1292 2703
Face 5487 198 2704 3607
Face 5488 198 762 2704
Face 5489 53 2705 1741
Face 5490 53 3141 2705
Face 5491 410 2706 1004
Face 5492 410 2768 4219
Face 5493 410 2707 3924
Face 5494 410 1385 4453
Face 5495 613 4879 1940
Face 5496 4185 4890 4349
Face 5497 1555 2709 2971
Face 5498 1555 2215 2709
Face 5499 1028 2710 2051
Face 5500 1028 2171 2710
Face 5501 161 2711 3478
Face 5502 161 24 2711
Face 5503 3419 2712 1852
Face 5504 336 165 2712
Face 5505 592 2713 951
Face 5506 592 2714 2713
Face 5507 1117 2714 592
Face 5508 1117 2142 2714
Face 5509 3620 2715 583
Face 5510 3620 4393 2715
Face 5511 1743 2716 1861
Face 5512 1743 1049 2716
Face 5513 180 2717 80
Face 5514 180 3521 2717
Face 5515 1407 2718 1515
Face 5516 1407 1327 2718
Face 5517 805 2719 1488
Face 5518 805 3446 2719
Face 5519 414 2720 2731
Face 5520 414 3349 2720
Face 5521 521 2721 3730
Face 5522 521 3040 2721
Face 5523 719 2722 799
Face 5524 3414 2097 2722
Face 5525 2724 2723 2020
Face 5526 1557 1735 2723
Face 5527 2977 2724 3814
Face 5528 1557 2723 2724
Face 5529 580 2725 2431
Face 5530 580 1565 2725
Face 5531 1605 2726 821
Face 5532 1605 2368 2726
Face 5533 215 2727 1492
Face 5534 215 1035 2727
Face 5535 1405 2728 1732
Face 5536 1405 973 2728
Face 5537 3247 2729 3201
Face 5538 1435 2177 2729
Face 5539 1111 2730 2273
Face 5540 4676 3058 2730
Face 5541 1111 4008 4548
Face 5542 1111 414 2731
Face 5543 402 2732 4602
Face 5544 402 725 2732
Face 5545 4312 2733 2741
Face 5546 402 4602 2733
Face 5547 4064 2734 510
Face 5548 4064 2418 2734
Face 5549 655 2735 2434
Face 5550 655 954 2735
Face 5551 1564 2736 2148
Face 5552 1564 1157 2736
Face 5553 1124 2737 2688
Face 5554 1124 2912 2737
Face 5555 2739 2738 1570
Face 5556 4494 1493 2738
Face 5557 601 2739 1031
Face 5558 601 2738 2739
Face 5559 517 2740 210
Face 5560 517 2059 2740
Face 5561 4341 2741 2733
Face 5562 2083 1519 2741
Face 5563 4533 2742 541
Face 5564 575 3582 2742
Face 5565 560 2743 918
Face 5566 560 2518 4865
Face 5567 1623 2744 638
Face 5568 1623 577 2744
Face 5569 722 2745 4912
Face 5570 722 2505 2745
Face 5571 993 2746 3705
Face 5572 993 2641 2746
Face 5573 810 2747 4737
Face 5574 810 3853 3439
Face 5575 4310 2748 2224
Face 5576 1227 218 2748
Face 5577 445 2749 3179
Face 5578 445 587 2749
Face 5579 557 2750 1208
Face 5580 3353 2746 4021
Face 5581 368 2751 600
Face 5582 368 939 2751
Face 5583 1875 2752 1406
Face 5584 1875 1876 2752
Face 5585 4748 2753 4086
Face 5586 355 4906 4526
Face 5587 2209 2754 1291
Face 5588 2209 1024 2754
Face 5589 274 2755 4249
Face 5590 274 1533 2755
Face 5591 1716 2756 2370
Face 5592 1716 1763 2756
Face 5593 2092 2757 1740
Face 5594 2092 3466 2757
Face 5595 283 2758 1337
Face 5596 283 4096 2758
Face 5597 377 2759 1305
Face 5598 377 1946 2759
Face 5599 1351 2760 1163
Face 5600 1351 4213 2760
Face 5601 2873 2761 1411
Face 5602 2873 2043 2761
Face 5603 747 3189 321
Face 5604 2884 2990 2762
Face 5605 771 2763 3895
Face 5606 771 2587 2763
Face 5607 2486 2764 148
Face 5608 2486 3594 2764
Face 5609 1442 2765 4145
Face 5610 4836 2906 2765
Face 5611 94 2766 1966
Face 5612 94 958 4599
Face 5613 3846 3931 3338
Face 5614 4016 3098 3236
Face 5615 3030 2768 410
Face 5616 4016 3236 2768
Face 5617 1494 2769 4404
Face 5618 1494 2491 2769
Face 5619 3080 2770 2257
Face 5620 185 2446 2770
Face 5621 4148 2771 4609
Face 5622 3080 949 2771
Face 5623 316 2772 4506
Face 5624 316 2740 2772
Face 5625 1094 2773 3077
Face 5626 3122 977 2773
Face 5627 3796 2774 2386
Face 5628 1819 120 2774
Face 5629 123 2775 2106
Face 5630 123 1062 2775
Face 5631 2024 2776 2196
Face 5632 2024 654 2776
Face 5633 929 2777 2337
Face 5634 929 774 2777
Face 5635 767 2778 2715
Face 5636 767 1448 2778
Face 5637 1545 2779 66
Face 5638 1545 2322 2779
Face 5639 610 2780 4335
Face 5640 610 2411 2780
Face 5641 440 2781 881
Face 5642 2782 3205 2781
Face 5643 440 2782 2781
Face 5644 440 283 2782
Face 5645 1907 2783 2356
Face 5646 3238 2200 2783
Face 5647 2783 2784 2356
Face 5648 2783 3294 2784
Face 5649 1450 2785 421
Face 5650 1450 2025 2785
Face 5651 2438 4808 3243
Face 5652 2438 2623 4808
Face 5653 4217 2787 1516
Face 5654 769 1401 2787
Face 5655 253 2788 1811
Face 5656 253 3253 2788
Face 5657 2901 3136 3305
Face 5658 2394 2451 2789
Face 5659 393 2790 4544
Face 5660 393 3016 2790
Face 5661 393 2791 3210
Face 5662 393 607 2791
Face 5663 2885 2792 164
Face 5664 4693 942 2792
Face 5665 4399 2793 4535
Face 5666 3496 975 2793
Face 5667 1215 2794 2220
Face 5668 1215 1662 2794
Face 5669 1072 2988 661
Face 5670 4863 368 2795
Face 5671 2797 2796 4658
Face 5672 2797 4081 2796
Face 5673 3639 2797 4658
Face 5674 3638 748 2797
Face 5675 760 2798 1485
Face 5676 760 1505 2798
Face 5677 824 2799 380
Face 5678 824 1711 2799
Face 5679 1726 2800 55
Face 5680 2801 1727 2800
Face 5681 1726 2801 2800
Face 5682 1726 1725 2801
Face 5683 1740 2802 887
Face 5684 1740 2138 2802
Face 5685 145 2803 57
Face 5686 3960 1815 2803
Face 5687 1934 2804 3490
Face 5688 1934 2210 2804
Face 5689 3641 2805 3839
Face 5690 617 3317 2805
Face 5691 639 2806 2312
Face 5692 3140 3485 2806
Face 5693 784 2807 1677
Face 5694 784 1275 2807
Face 5695 1046 2808 1998
Face 5696 1046 309 2808
Face 5697 1021 2809 2061
Face 5698 1021 1837 2809
Face 5699 620 2810 2000
Face 5700 620 1450 2810
Face 5701 1854 2811 4766
Face 5702 1854 300 2811
Face 5703 1854 2812 3048
Face 5704 1854 4766 2812
Face 5705 3988 2813 3837
Face 5706 3988 1528 2813
Face 5707 1797 4884 1599
Face 5708 1797 1421 4884
Face 5709 3148 2815 1115
Face 5710 431 1554 2815
Face 5711 1713 2816 3250
Face 5712 1713 1714 2816
Face 5713 2443 2817 3046
Face 5714 2443 1757 2817
Face 5715 4388 2818 2566
Face 5716 4055 4435 2818
Face 5717 1347 2819 633
Face 5718 1347 2095 2819
Face 5719 1833 2820 863
Face 5720 4941 1654 2820
Face 5721 4570 2821 1590
Face 5722 457 3273 2821
Face 5723 1017 2822 2107
Face 5724 1017 3431 2822
Face 5725 1909 2823 1526
Face 5726 1909 2653 2823
Face 5727 1749 2824 2682
Face 5728 1749 2428 2824
Face 5729 1749 2825 1625
Face 5730 1749 2083 2825
Face 5731 406 2826 2986
Face 5732 406 3108 2826
Face 5733 1471 4718 4380
Face 5734 4087 3665 2827
Face 5735 843 2828 1802
Face 5736 843 183 2828
Face 5737 3481 2829 1933
Face 5738 1675 2396 2829
Face 5739 781 2830 246
Face 5740 4776 3021 2830
Face 5741 1205 2831 1853
Face 5742 1205 302 2831
Face 5743 1162 2832 3159
Face 5744 1162 2098 2832
Face 5745 3792 2833 1702
Face 5746 3792 1615 2833
Face 5747 1942 2834 3584
Face 5748 1942 1088 2834
Face 5749 4487 2835 1664
Face 5750 1263 1262 3556
Face 5751 321 4320 4216
Face 5752 2837 1035 2836
Face 5753 321 2837 4320
Face 5754 321 3189 2837
Face 5755 1574 2838 3477
Face 5756 1574 1123 2838
Face 5757 663 2839 664
Face 5758 663 4269 2839
Face 5759 1290 2840 4427
Face 5760 4661 314 2840
Face 5761 4174 2841 346
Face 5762 458 1921 4406
Face 5763 458 2843 850
Face 5764 458 4406 2843
Face 5765 2844 2843 4406
Face 5766 2844 850 2843
Face 5767 2842 2844 4406
Face 5768 2842 2938 2844
Face 5769 755 3607 2704
Face 5770 2942 1459 2845
Face 5771 944 2846 1433
Face 5772 944 1842 2846
Face 5773 944 2847 4189
Face 5774 944 3506 2847
Face 5775 2849 2848 3732
Face 5776 664 2747 2848
Face 5777 664 2849 4628
Face 5778 664 2848 2849
Face 5779 2267 2850 3392
Face 5780 2267 2429 2850
Face 5781 2267 2851 985
Face 5782 2267 2524 2851
Face 5783 1066 2852 214
Face 5784 3258 2367 2852
Face 5785 1507 2853 386
Face 5786 3289 2109 2853
Face 5787 881 2854 1568
Face 5788 881 2781 3693
Face 5789 1095 2855 1629
Face 5790 1095 1483 2855
Face 5791 160 2856 2333
Face 5792 4549 408 2856
Face 5793 1016 2857 1402
Face 5794 1016 1716 2857
Face 5795 1619 2858 2553
Face 5796 1619 2572 2858
Face 5797 842 2859 2537
Face 5798 842 4292 2859
Face 5799 770 2860 2662
Face 5800 770 1109 2860
Face 5801 2862 2861 1069
Face 5802 1070 1071 2861
Face 5803 1070 2862 2330
Face 5804 1070 2861 2862
Face 5805 844 2863 4513
Face 5806 2864 4294 2863
Face 5807 844 2864 2863
Face 5808 4783 196 2864
Face 5809 4191 2865 53
Face 5810 1638 3735 2865
Face 5811 476 2866 1704
Face 5812 476 3207 2866
Face 5813 3797 2868 4328
Face 5814 237 1335 4013
Face 5815 2867 2868 3797
Face 5816 2867 3166 2868
Face 5817 4177 2869 3194
Face 5818 4177 963 2869
Face 5819 1342 2870 3841
Face 5820 1342 3995 2870
Face 5821 305 2890 506
Face 5822 305 2727 2871
Face 5823 657 2872 2354
Face 5824 657 2765 2872
Face 5825 2874 3919 2538
Face 5826 3685 2043 2873
Face 5827 1410 2874 1478
Face 5828 3685 2873 2874
Face 5829 934 2875 4572
Face 5830 934 2234 2875
Face 5831 589 2876 1148
Face 5832 589 1867 2876
Face 5833 1223 2877 2022
Face 5834 2878 1236 2877
Face 5835 1223 2878 2877
Face 5836 1223 3372 2878
Face 5837 1061 2879 221
Face 5838 1061 791 2879
Face 5839 314 2880 2840
Face 5840 314 811 3240
Face 5841 651 2881 981
Face 5842 651 452 2881
Face 5843 651 2882 452
Face 5844 651 1265 2882
Face 5845 1383 2883 4797
Face 5846 1383 1524 2883
Face 5847 747 2884 3189
Face 5848 747 1689 2884
Face 5849 1999 2885 1731
Face 5850 4693 2792 2885
Face 5851 1419 2886 1420
Face 5852 1419 921 2886
Face 5853 3656 4804 4647
Face 5854 4949 3093 2887
Face 5855 2889 2888 2066
Face 5856 455 3870 2888
Face 5857 4172 2889 980
Face 5858 455 2888 2889
Face 5859 2871 2890 305
Face 5860 3654 3035 2890
Face 5861 1693 2891 3782
Face 5862 1693 2695 4340
Face 5863 591 2892 1887
Face 5864 591 2037 2892
Face 5865 1173 2893 292
Face 5866 2894 1848 2893
Face 5867 1173 2894 2893
Face 5868 1173 2131 2894
Face 5869 4781 2895 2063
Face 5870 1704 2866 2895
Face 5871 676 2896 1356
Face 5872 3752 304 2896
Face 5873 531 2898 4542
Face 5874 4227 1734 4814
Face 5875 4814 2898 4227
Face 5876 4813 1457 2898
Face 5877 1174 4518 4626
Face 5878 1174 438 2899
Face 5879 621 2900 171
Face 5880 621 4833 2900
Face 5881 2394 2901 4775
Face 5882 2394 2789 2901
Face 5883 3740 2902 1920
Face 5884 3740 2498 2902
Face 5885 2502 2903 787
Face 5886 2502 1003 2903
Face 5887 2905 2904 2207
Face 5888 1841 2847 2904
Face 5889 1841 2905 559
Face 5890 1841 2904 2905
Face 5891 659 2906 1856
Face 5892 659 2765 2906
Face 5893 419 2907 420
Face 5894 419 1640 2907
Face 5895 1513 2908 190
Face 5896 4258 2588 2908
Face 5897 1065 2909 647
Face 5898 1065 3191 2909
Face 5899 407 2910 1269
Face 5900 407 3831 2910
Face 5901 1620 2911 2371
Face 5902 1620 398 2911
Face 5903 285 2912 2755
Face 5904 285 2737 2912
Face 5905 2914 4822 807
Face 5906 294 3943 4822
Face 5907 294 2914 2922
Face 5908 294 4822 2914
Face 5909 1791 2915 2048
Face 5910 1791 1127 2915
Face 5911 196 2916 769
Face 5912 196 2677 2916
Face 5913 611 2917 1871
Face 5914 611 1109 2917
Face 5915 1688 2918 2469
Face 5916 4848 1835 2918
Face 5917 2081 4849 3200
Face 5918 2081 465 4849
Face 5919 2921 2920 2120
Face 5920 339 1449 2920
Face 5921 339 2921 924
Face 5922 339 2920 2921
Face 5923 807 2922 2914
Face 5924 807 2657 2922
Face 5925 3539 3163 4342
Face 5926 4610 3976 2923
Face 5927 573 2924 1807
Face 5928 573 2779 2924
Face 5929 1957 2925 1134
Face 5930 1957 2057 2925
Face 5931 1214 2926 2161
Face 5932 1214 928 2926
Face 5933 1411 2927 2873
Face 5934 1411 2637 2927
Face 5935 317 4364 3750
Face 5936 3916 2685 2929
Face 5937 2928 2929 2567
Face 5938 4364 3916 2929
Face 5939 4362 2930 2919
Face 5940 4362 3535 2930
Face 5941 1428 2931 2551
Face 5942 1428 2228 2931
Face 5943 1473 2932 1021
Face 5944 1473 1824 2932
Face 5945 1523 2933 4204
Face 5946 1523 2671 2933
Face 5947 1502 4234 2275
Face 5948 1502 1320 2934
Face 5949 1212 2935 3099
Face 5950 4839 515 4756
Face 5951 2320 4424 442
Face 5952 2320 4043 4424
Face 5953 4283 2937 1535
Face 5954 289 111 2937
Face 5955 850 2938 656
Face 5956 850 2844 2938
Face 5957 822 2940 848
Face 5958 822 2481 2940
Face 5959 2939 2940 2481
Face 5960 2939 4159 2940
Face 5961 587 2941 1230
Face 5962 587 445 2941
Face 5963 755 2942 2845
Face 5964 755 885 2942
Face 5965 4762 2943 3874
Face 5966 4762 1759 2943
Face 5967 110 2944 27
Face 5968 110 2442 2944
Face 5969 1202 2945 2411
Face 5970 1202 2171 2945
Face 5971 2947 2946 1437
Face 5972 606 1257 2946
Face 5973 606 2947 2390
Face 5974 606 2946 2947
Face 5975 4149 2948 3819
Face 5976 218 1268 2948
Face 5977 1464 2949 978
Face 5978 1464 2366 2949
Face 5979 804 2950 211
Face 5980 804 1607 2950
Face 5981 674 2951 4394
Face 5982 674 884 2951
Face 5983 251 2952 1154
Face 5984 251 2541 2952
Face 5985 602 2953 2432
Face 5986 602 422 2953
Face 5987 1637 2954 892
Face 5988 1637 4949 2954
Face 5989 284 2955 3552
Face 5990 284 626 2955
Face 5991 893 2956 4481
Face 5992 893 2425 2956
Face 5993 404 2957 3548
Face 5994 404 3022 2957
Face 5995 4395 2958 842
Face 5996 367 1790 2958
Face 5997 175 2959 2358
Face 5998 175 2524 2959
Face 5999 2961 2960 729
Face 6000 302 1470 4927
Face 6001 302 2961 2831
Face 6002 302 4927 2961
Face 6003 3917 2962 527
Face 6004 2350 2010 2962
Face 6005 2350 2963 2351
Face 6006 3917 1583 2963
Face 6007 4152 2965 2868
Face 6008 2192 1090 2964
Face 6009 2964 2965 2192
Face 6010 2966 3797 4328
Face 6011 2964 2966 2965
Face 6012 2964 1989 2966
Face 6013 2964 2967 1989
Face 6014 2964 1090 2967
Face 6015 4664 2968 2596
Face 6016 4664 1795 2968
Face 6017 1359 2969 3784
Face 6018 1359 4726 2969
Face 6019 640 2970 1710
Face 6020 640 4534 2970
Face 6021 4293 2971 3325
Face 6022 4293 4557 2971
Face 6023 3255 2972 483
Face 6024 3255 4660 2972
Face 6025 4820 2973 4235
Face 6026 4755 2010 2973
Face 6027 1140 4099 450
Face 6028 4869 657 2974
Face 6029 1686 2975 2104
Face 6030 1686 2513 2975
Face 6031 1686 4696 2513
Face 6032 1686 971 2976
Face 6033 1557 4574 1614
Face 6034 1557 2724 2977
Face 6035 164 2978 2885
Face 6036 164 3894 2978
Face 6037 2980 2979 3248
Face 6038 186 3562 2979
Face 6039 3374 2980 2489
Face 6040 186 2979 2980
Face 6041 1571 2981 2645
Face 6042 1571 1238 2981
Face 6043 3794 4937 2564
Face 6044 3794 2308 4937
Face 6045 406 2983 3108
Face 6046 406 4921 2983
Face 6047 1653 2984 1133
Face 6048 1653 3096 2984
Face 6049 1231 2985 1283
Face 6050 1231 2496 2985
Face 6051 4918 3026 4668
Face 6052 801 2264 3026
Face 6053 654 2987 1268
Face 6054 654 1860 2987
Face 6055 2795 2988 4863
Face 6056 2795 2531 2988
Face 6057 399 2989 1679
Face 6058 399 987 2989
Face 6059 221 2990 2884
Face 6060 221 2879 2990
Face 6061 3120 3038 4443
Face 6062 2208 4053 3038
Face 6063 1790 2992 2958
Face 6064 1790 2392 2992
Face 6065 4088 2993 2639
Face 6066 3065 3028 2993
Face 6067 2993 2994 3063
Face 6068 2993 912 2994
Face 6069 1127 2995 1567
Face 6070 1127 1039 2995
Face 6071 4009 2996 3063
Face 6072 200 1783 2996
Face 6073 963 2997 214
Face 6074 963 3675 2997
Face 6075 2107 2998 4524
Face 6076 2107 2002 2998
Face 6077 764 2999 1097
Face 6078 764 1780 2999
Face 6079 725 3000 1680
Face 6080 725 1893 3000
Face 6081 4516 3001 4004
Face 6082 4516 4345 3001
Face 6083 3003 3002 278
Face 6084 3003 4618 3002
Face 6085 3004 3003 3689
Face 6086 4382 4618 3003
Face 6087 1019 3004 2172
Face 6088 1019 400 4382
Face 6089 4823 3005 2560
Face 6090 4823 2156 3005
Face 6091 685 3006 1002
Face 6092 685 3422 3006
Face 6093 1103 3007 2449
Face 6094 1103 1511 3972
Face 6095 3113 4956 867
Face 6096 892 2121 3008
Face 6097 835 3009 3347
Face 6098 4336 3644 3009
Face 6099 1466 3010 1392
Face 6100 1466 2922 3010
Face 6101 758 3011 2099
Face 6102 758 2646 3011
Face 6103 1603 3012 4933
Face 6104 4660 3255 3012
Face 6105 3200 3013 2081
Face 6106 3200 3385 4712
Face 6107 1707 3014 2462
Face 6108 1707 1785 3014
Face 6109 1399 3015 1872
Face 6110 1399 3145 3015
Face 6111 691 3016 2034
Face 6112 3803 2790 3016
Face 6113 671 3017 3275
Face 6114 671 2456 3017
Face 6115 1717 3018 1630
Face 6116 1717 343 3018
Face 6117 1139 3019 440
Face 6118 1139 456 3019
Face 6119 1311 3020 919
Face 6120 1311 3883 3020
Face 6121 809 3021 222
Face 6122 809 709 3021
Face 6123 1423 3022 4539
Face 6124 1423 2957 3022
Face 6125 462 3023 2122
Face 6126 462 1326 3023
Face 6127 979 3024 2452
Face 6128 979 2025 3024
Face 6129 605 3025 2605
Face 6130 605 2143 3025
Face 6131 3576 3026 2264
Face 6132 2986 4668 3026
Face 6133 1692 3027 3733
Face 6134 1692 2475 3027
Face 6135 912 3028 1978
Face 6136 912 2993 3028
Face 6137 2103 3029 1553
Face 6138 2103 2592 3029
Face 6139 3924 3030 410
Face 6140 4016 2768 3030
Face 6141 1076 3031 1444
Face 6142 1076 798 3031
Face 6143 1859 3032 1858
Face 6144 1859 2188 3032
Face 6145 1210 3033 2405
Face 6146 1210 2805 3033
Face 6147 717 3034 480
Face 6148 717 3106 3034
Face 6149 772 3035 1967
Face 6150 772 4282 3035
Face 6151 238 3036 1384
Face 6152 238 2984 3036
Face 6153 3729 3037 617
Face 6154 167 1813 3037
Face 6155 2991 3038 4053
Face 6156 2991 4443 3038
Face 6157 395 3039 2026
Face 6158 395 871 3039
Face 6159 914 3040 521
Face 6160 3446 1803 3040
Face 6161 973 3041 2728
Face 6162 973 246 3041
Face 6163 3971 4387 4412
Face 6164 1281 3351 4387
Face 6165 4867 3043 2192
Face 6166 3970 4855 3043
Face 6167 2501 3044 2155
Face 6168 2501 2664 3044
Face 6169 1699 3045 1917
Face 6170 1699 3041 3045
Face 6171 451 3046 2817
Face 6172 451 1801 3046
Face 6173 1289 3047 1993
Face 6174 1289 3375 3047
Face 6175 2152 3048 2483
Face 6176 4561 916 3048
Face 6177 1155 3049 1784
Face 6178 1155 4608 3049
Face 6179 1784 3050 3538
Face 6180 1784 3049 3050
Face 6181 346 3051 2484
Face 6182 346 2841 3051
Face 6183 2004 3052 1481
Face 6184 2004 1172 3052
Face 6185 689 3053 508
Face 6186 689 1501 3053
Face 6187 1042 3054 67
Face 6188 1042 356 3054
Face 6189 1659 3055 1500
Face 6190 1659 2105 3055
Face 6191 311 3056 411
Face 6192 311 1708 3056
Face 6193 1805 3057 2730
Face 6194 1805 952 3057
Face 6195 1805 3058 2514
Face 6196 1805 2730 3058
Face 6197 1353 3059 3632
Face 6198 1353 261 3059
Face 6199 827 3060 2114
Face 6200 827 207 3060
Face 6201 2572 3061 2858
Face 6202 2572 3219 3061
Face 6203 1632 3062 902
Face 6204 1632 2536 3062
Face 6205 3939 3063 2996
Face 6206 3427 4724 3063
Face 6207 3066 3064 2637
Face 6208 3065 2993 4088
Face 6209 1257 3065 3064
Face 6210 1257 3028 3065
Face 6211 1257 3066 4137
Face 6212 1257 3064 3066
Face 6213 1646 3067 1945
Face 6214 1646 1788 3067
Face 6215 3069 3068 286
Face 6216 1267 2310 3068
Face 6217 1267 3069 3329
Face 6218 1267 3068 3069
Face 6219 447 3070 2165
Face 6220 447 1355 3070
Face 6221 3072 3071 757
Face 6222 2074 2575 3071
Face 6223 3861 3072 3563
Face 6224 3862 3071 3072
Face 6225 934 3073 2234
Face 6226 934 4132 3073
Face 6227 4472 3074 3681
Face 6228 4472 4717 3074
Face 6229 239 3075 4923
Face 6230 239 1413 3075
Face 6231 209 3076 2360
Face 6232 209 1555 3076
Face 6233 623 3077 1279
Face 6234 623 2303 3077
Face 6235 1086 4643 3241
Face 6236 4270 1631 3078
Face 6237 1383 3079 1524
Face 6238 1383 2011 3079
Face 6239 185 3080 2771
Face 6240 185 2770 3080
Face 6241 4901 3081 2019
Face 6242 1580 1883 3081
Face 6243 66 3082 1545
Face 6244 4386 2647 3082
Face 6245 1511 3083 314
Face 6246 4438 1329 3084
Face 6247 4750 3084 1329
Face 6248 3083 1511 3084
Face 6249 1944 3085 1177
Face 6250 1944 1642 3085
Face 6251 3085 3086 1177
Face 6252 3085 1642 3086
Face 6253 684 3087 1539
Face 6254 684 1877 3087
Face 6255 900 3088 2201
Face 6256 900 4719 3088
Face 6257 1374 3089 1562
Face 6258 1374 2300 3089
Face 6259 1602 3090 2266
Face 6260 1602 2287 3090
Face 6261 1602 3091 535
Face 6262 1602 4236 3091
Face 6263 511 3092 4536
Face 6264 511 2468 3092
Face 6265 1531 3093 2550
Face 6266 1531 2887 3093
Face 6267 3569 3094 2006
Face 6268 1614 4574 3094
Face 6269 1799 3095 943
Face 6270 1799 1196 3095
Face 6271 1082 3096 1653
Face 6272 1082 593 3096
Face 6273 4355 3097 3236
Face 6274 4354 1760 3097
Face 6275 1119 3098 299
Face 6276 4355 3236 3098
Face 6277 335 4943 2256
Face 6278 335 1212 4943
Face 6279 909 3100 1827
Face 6280 909 2599 3100
Face 6281 1322 3101 1057
Face 6282 1322 817 3101
Face 6283 4346 3102 2541
Face 6284 525 98 3102
Face 6285 525 3103 977
Face 6286 4857 3686 3103
Face 6287 4806 3104 2050
Face 6288 4806 3105 3104
Face 6289 1218 3105 2063
Face 6290 1218 3104 3105
Face 6291 1627 3106 826
Face 6292 1627 3034 3106
Face 6293 381 3107 2353
Face 6294 381 3616 3527
Face 6295 982 3108 2664
Face 6296 982 4881 3108
Face 6297 832 3109 157
Face 6298 832 4175 3109
Face 6299 270 3110 992
Face 6300 270 1536 4146
Face 6301 2342 3111 3734
Face 6302 2342 1126 3111
Face 6303 179 4411 4104
Face 6304 179 347 4411
Face 6305 892 3113 1637
Face 6306 892 3008 3113
Face 6307 3115 3114 54
Face 6308 127 140 3114
Face 6309 127 3115 786
Face 6310 127 3114 3115
Face 6311 1462 3116 4955
Face 6312 1462 4904 3116
Face 6313 4800 4261 1130
Face 6314 1270 1099 3117
Face 6315 1456 3118 4700
Face 6316 1456 4138 3118
Face 6317 627 3119 2030
Face 6318 627 1212 3119
Face 6319 2208 3121 2564
Face 6320 2208 3038 3120
Face 6321 3120 3121 2208
Face 6322 3120 1969 3121
Face 6323 1094 3122 2773
Face 6324 1094 2593 3122
Face 6325 3745 3123 1919
Face 6326 4627 1048 3123
Face 6327 1479 3124 870
Face 6328 1479 2437 3124
Face 6329 2115 3125 463
Face 6330 4765 4169 3125
Face 6331 687 3126 133
Face 6332 687 1521 3126
Face 6333 2365 3127 2490
Face 6334 2365 645 4597
Face 6335 3256 3128 4059
Face 6336 3257 2369 3128
Face 6337 313 3129 1584
Face 6338 313 217 3129
Face 6339 1455 3130 3998
Face 6340 3131 3184 3130
Face 6341 1455 3131 3130
Face 6342 1455 1293 3131
Face 6343 3618 3132 834
Face 6344 1783 535 3132
Face 6345 1227 3133 2403
Face 6346 1227 2748 3133
Face 6347 1170 3134 3723
Face 6348 1170 4798 3134
Face 6349 2668 3135 1498
Face 6350 2668 693 3135
Face 6351 2789 3136 2901
Face 6352 2789 1756 3136
Face 6353 3209 3137 1712
Face 6354 1091 2412 3137
Face 6355 1091 3138 4938
Face 6356 3209 2195 3138
Face 6357 656 3139 3466
Face 6358 656 2938 3139
Face 6359 639 3140 2806
Face 6360 639 1311 3140
Face 6361 969 3141 2357
Face 6362 969 2705 3141
Face 6363 1651 3142 2310
Face 6364 3143 2049 3142
Face 6365 1651 3143 3142
Face 6366 1651 1956 3143
Face 6367 2275 3144 2301
Face 6368 2275 4234 3144
Face 6369 483 3145 3255
Face 6370 483 3015 3145
Face 6371 2696 3146 1395
Face 6372 4410 1538 3146
Face 6373 1123 3147 4842
Face 6374 1123 1574 3147
Face 6375 431 3148 1439
Face 6376 431 2815 3148
Face 6377 846 3149 2834
Face 6378 846 3600 3149
Face 6379 1038 3150 3791
Face 6380 1038 761 3150
Face 6381 702 3151 1061
Face 6382 702 4162 3151
Face 6383 581 3152 2549
Face 6384 4023 1180 3152
Face 6385 2047 3153 4231
Face 6386 4075 985 3153
Face 6387 4588 3154 1429
Face 6388 211 469 3154
Face 6389 3156 3155 3470
Face 6390 3156 4470 3155
Face 6391 3157 3156 3470
Face 6392 3157 1752 3156
Face 6393 901 3157 3470
Face 6394 901 3855 3157
Face 6395 328 3158 4743
Face 6396 328 433 3158
Face 6397 1086 3159 3078
Face 6398 1086 1162 3159
Face 6399 1372 4703 2067
Face 6400 1372 3766 3160
Face 6401 1384 3161 238
Face 6402 1384 2758 3161
Face 6403 1234 3162 964
Face 6404 1234 412 3162
Face 6405 2923 3163 1375
Face 6406 2923 4342 3163
Face 6407 293 3164 1117
Face 6408 3682 2129 3164
Face 6409 2374 3165 1043
Face 6410 2374 563 3165
Face 6411 3351 3166 1089
Face 6412 3351 1281 3166
Face 6413 902 3167 1129
Face 6414 902 3062 3167
Face 6415 1779 3169 1160
Face 6416 1779 2499 3169
Face 6417 3168 3169 2499
Face 6418 3168 3308 3169
Face 6419 4196 3170 1895
Face 6420 4196 1938 3170
Face 6421 555 3171 2165
Face 6422 555 1024 3171
Face 6423 858 4377 1707
Face 6424 4010 2188 3172
Face 6425 1286 3173 2093
Face 6426 1286 3717 3173
Face 6427 840 3508 4817
Face 6428 840 3195 3174
Face 6429 940 3175 4163
Face 6430 940 1850 3175
Face 6431 1048 3176 1438
Face 6432 1048 692 3176
Face 6433 2161 3177 2213
Face 6434 2161 3918 3177
Face 6435 1183 3178 1502
Face 6436 1183 1431 3178
Face 6437 473 3179 1520
Face 6438 473 2153 3179
Face 6439 446 3180 3418
Face 6440 446 4408 3180
Face 6441 728 3181 416
Face 6442 728 212 3181
Face 6443 1079 3182 1480
Face 6444 1079 1702 3182
Face 6445 4917 3183 2923
Face 6446 392 4349 3183
Face 6447 759 3184 3131
Face 6448 3185 2147 3847
Face 6449 759 3185 3184
Face 6450 759 2146 3185
Face 6451 355 3187 3042
Face 6452 3483 3090 3187
Face 6453 4413 3187 3090
Face 6454 4412 3042 3187
Face 6455 1558 3188 2380
Face 6456 1558 1846 3188
Face 6457 2762 3189 2884
Face 6458 2762 2837 3189
Face 6459 774 3190 1454
Face 6460 774 247 3190
Face 6461 1197 3191 3364
Face 6462 1197 2909 3191
Face 6463 891 3192 415
Face 6464 891 4612 3192
Face 6465 821 3193 2796
Face 6466 821 2008 3193
Face 6467 3195 4080 2852
Face 6468 3195 840 3194
Face 6469 745 3195 2852
Face 6470 745 3174 3195
Face 6471 1326 3196 1327
Face 6472 1326 1245 3196
Face 6473 1543 3198 950
Face 6474 1543 4333 3198
Face 6475 3197 3198 3381
Face 6476 3197 950 3198
Face 6477 1152 3199 3390
Face 6478 1152 2090 3199
Face 6479 734 3200 2919
Face 6480 734 1255 3200
Face 6481 1437 3201 2729
Face 6482 4137 3066 3201
Face 6483 1253 3736 1446
Face 6484 1253 3107 3736
Face 6485 1291 3203 2209
Face 6486 1291 1912 3203
Face 6487 1092 3204 174
Face 6488 1092 1971 3204
Face 6489 806 3205 4705
Face 6490 4838 1902 3205
Face 6491 2432 3206 3588
Face 6492 2432 1073 3206
Face 6493 4264 3207 1341
Face 6494 4264 2178 3207
Face 6495 4239 3208 2601
Face 6496 4239 204 3208
Face 6497 1091 3209 3138
Face 6498 1091 3137 3209
Face 6499 1237 3210 2791
Face 6500 1237 1236 3210
Face 6501 1316 3211 2323
Face 6502 4466 3193 3211
Face 6503 2085 4428 3110
Face 6504 2085 2086 3212
Face 6505 1648 3213 1750
Face 6506 1648 2073 3213
Face 6507 212 3214 2426
Face 6508 212 728 3214
Face 6509 1960 3215 2517
Face 6510 4602 2732 3215
Face 6511 536 3216 4007
Face 6512 536 2731 3216
Face 6513 474 4903 2314
Face 6514 474 2233 4903
Face 6515 2191 3218 691
Face 6516 2191 1930 3218
Face 6517 3815 3219 1369
Face 6518 1547 3061 3219
Face 6519 1831 3220 3378
Face 6520 1831 2757 3220
Face 6521 2058 3221 2069
Face 6522 3222 2886 3221
Face 6523 2058 3222 3221
Face 6524 2058 3753 3222
Face 6525 55 3223 3330
Face 6526 55 114 3223
Face 6527 1030 3224 2296
Face 6528 1030 1032 3224
Face 6529 633 3225 1352
Face 6530 633 2819 3225
Face 6531 1550 3226 3699
Face 6532 1550 1006 3226
Face 6533 339 3227 4309
Face 6534 339 3613 3227
Face 6535 565 3228 633
Face 6536 565 2338 3228
Face 6537 3801 3420 1981
Face 6538 1492 1600 3229
Face 6539 2112 3230 1616
Face 6540 2112 2113 3230
Face 6541 607 3231 2744
Face 6542 607 2100 3231
Face 6543 1249 3232 2028
Face 6544 1249 523 3232
Face 6545 327 3233 1446
Face 6546 327 4939 3233
Face 6547 1604 3235 1884
Face 6548 4072 2555 3235
Face 6549 3234 3235 2555
Face 6550 3234 1884 3235
Face 6551 3931 3236 3097
Face 6552 3931 3846 3236
Face 6553 3480 4744 2839
Face 6554 962 1858 3237
Face 6555 1907 3238 2783
Face 6556 1907 2520 3238
Face 6557 2604 3239 205
Face 6558 2604 750 3239
Face 6559 2880 3240 427
Face 6560 2880 314 3240
Face 6561 1870 3241 2612
Face 6562 1870 1086 3241
Face 6563 1209 3242 1364
Face 6564 1209 2680 3242
Face 6565 1610 3243 2786
Face 6566 4558 1381 3243
Face 6567 933 3244 1112
Face 6568 933 2573 3244
Face 6569 1050 3245 1664
Face 6570 3246 4295 3245
Face 6571 1050 3246 3245
Face 6572 1050 1910 3246
Face 6573 1435 3247 1114
Face 6574 1435 2729 3247
Face 6575 3249 3248 2979
Face 6576 480 2366 4909
Face 6577 480 3249 3780
Face 6578 480 4909 3249
Face 6579 1586 3981 2816
Face 6580 1586 2110 3981
Face 6581 1663 3251 4107
Face 6582 1663 2309 3251
Face 6583 1164 3252 1163
Face 6584 1164 1748 3252
Face 6585 1164 3253 253
Face 6586 1164 1770 3253
Face 6587 1269 3254 1227
Face 6588 1269 2776 3254
Face 6589 249 3255 3145
Face 6590 249 3012 3255
Face 6591 1390 3256 2846
Face 6592 4289 3128 3256
Face 6593 4289 3257 3128
Face 6594 4289 896 3257
Face 6595 1066 3258 2852
Face 6596 1066 1889 3258
Face 6597 1856 3259 659
Face 6598 1856 4584 3259
Face 6599 1080 3260 3556
Face 6600 1080 1480 3260
Face 6601 3262 3261 4504
Face 6602 615 2261 3261
Face 6603 615 3262 1427
Face 6604 615 3261 3262
Face 6605 360 3263 2908
Face 6606 4640 2106 3263
Face 6607 1186 3264 2240
Face 6608 1186 230 3264
Face 6609 832 3265 4175
Face 6610 832 1681 3265
Face 6611 2292 3266 3267
Face 6612 2292 957 3266
Face 6613 1318 3267 3266
Face 6614 1318 1108 3267
Face 6615 1329 3269 4750
Face 6616 1329 2215 3268
Face 6617 3268 3269 1329
Face 6618 3268 3274 3269
Face 6619 4953 3270 264
Face 6620 632 3680 3270
Face 6621 1478 3271 1410
Face 6622 1478 4710 3271
Face 6623 341 3272 2523
Face 6624 341 2430 4827
Face 6625 487 3273 1698
Face 6626 3809 1159 3273
Face 6627 3580 3274 169
Face 6628 3083 3084 3274
Face 6629 2523 3275 643
Face 6630 2523 3272 3275
Face 6631 4039 3277 243
Face 6632 4039 2706 3277
Face 6633 3276 3277 4685
Face 6634 3276 3843 3277
Face 6635 672 3278 2276
Face 6636 672 673 3278
Face 6637 2549 3279 1363
Face 6638 2549 597 3279
Face 6639 596 3280 3279
Face 6640 596 2673 3280
Face 6641 1583 3281 2351
Face 6642 1583 4278 3281
Face 6643 1244 3282 408
Face 6644 3985 2054 3282
Face 6645 349 3283 4181
Face 6646 349 197 3283
Face 6647 3999 3284 2063
Face 6648 2305 2036 3284
Face 6649 4047 3285 431
Face 6650 171 1572 3285
Face 6651 4376 3286 2057
Face 6652 561 3798 3286
Face 6653 2106 3287 123
Face 6654 2106 4640 3287
Face 6655 1292 3288 3765
Face 6656 1292 4523 3288
Face 6657 1507 3289 2853
Face 6658 1507 2284 3289
Face 6659 1835 3290 500
Face 6660 1835 4687 3290
Face 6661 427 3291 1765
Face 6662 427 3240 3291
Face 6663 4212 3292 3854
Face 6664 3293 2394 4775
Face 6665 362 3293 3292
Face 6666 3294 3700 3293
Face 6667 362 3294 3293
Face 6668 362 2784 3294
Face 6669 255 3295 1861
Face 6670 4359 1397 3295
Face 6671 2168 3296 3402
Face 6672 4187 492 3296
Face 6673 1586 3297 4014
Face 6674 1586 3112 3297
Face 6675 134 3298 3299
Face 6676 134 49 3298
Face 6677 26 3299 3298
Face 6678 26 3300 3299
Face 6679 49 3300 3298
Face 6680 49 99 3300
Face 6681 113 3301 99
Face 6682 113 134 3301
Face 6683 376 3302 1288
Face 6684 376 1538 3302
Face 6685 2089 3303 2101
Face 6686 2089 1396 3303
Face 6687 1849 3304 524
Face 6688 4952 2698 3304
Face 6689 2500 3305 3136
Face 6690 2500 744 3305
Face 6691 677 3306 1927
Face 6692 677 4665 3306
Face 6693 1160 3307 532
Face 6694 1160 3271 3307
Face 6695 1160 3308 3271
Face 6696 1160 3169 3308
Face 6697 1157 3309 4825
Face 6698 4250 2655 3309
Face 6699 1904 3310 292
Face 6700 1904 849 3310
Face 6701 1099 3311 3117
Face 6702 1099 3282 3311
Face 6703 3313 3312 3695
Face 6704 310 3398 3312
Face 6705 310 3313 1728
Face 6706 310 3312 3313
Face 6707 1337 3314 648
Face 6708 1337 2758 3314
Face 6709 3316 3315 1621
Face 6710 1771 3751 3315
Face 6711 4350 3316 2968
Face 6712 1771 3315 3316
Face 6713 1211 3317 3037
Face 6714 1211 3033 3317
Face 6715 2279 3318 4686
Face 6716 2279 397 3318
Face 6717 3320 4774 1059
Face 6718 1323 4150 4774
Face 6719 3321 3320 1890
Face 6720 1323 4774 3320
Face 6721 4958 3321 2290
Face 6722 1323 3320 3321
Face 6723 4251 3322 4614
Face 6724 503 1197 3322
Face 6725 203 3323 1568
Face 6726 203 269 3323
Face 6727 919 3324 379
Face 6728 919 1449 3324
Face 6729 838 3325 4770
Face 6730 838 411 3325
Face 6731 4218 3326 2650
Face 6732 495 1757 3326
Face 6733 3326 3327 2650
Face 6734 3326 2035 3327
Face 6735 820 3328 3461
Face 6736 820 1948 3328
Face 6737 2011 3329 3748
Face 6738 2011 2061 3329
Face 6739 1726 3330 2211
Face 6740 1726 55 3330
Face 6741 1024 3331 3171
Face 6742 1024 529 3331
Face 6743 4529 3332 4343
Face 6744 4529 4075 3332
Face 6745 162 3333 1465
Face 6746 162 1761 3333
Face 6747 4476 3334 4762
Face 6748 1869 2618 3334
Face 6749 521 3335 793
Face 6750 521 3730 3335
Face 6751 741 3336 1931
Face 6752 741 2361 3336
Face 6753 4258 3564 2588
Face 6754 4258 926 3337
Face 6755 4208 3338 2767
Face 6756 3504 2121 3338
Face 6757 578 3339 2422
Face 6758 4911 2646 4692
Face 6759 1601 3340 3983
Face 6760 1601 1551 3340
Face 6761 1015 3341 2189
Face 6762 1015 247 3341
Face 6763 217 3342 1074
Face 6764 217 849 3342
Face 6765 2571 4490 2570
Face 6766 2571 3379 4490
Face 6767 4495 3344 3435
Face 6768 1169 2119 3344
Face 6769 4322 3345 2060
Face 6770 874 1899 3345
Face 6771 773 4559 650
Face 6772 773 2586 3346
Face 6773 197 3347 2401
Face 6774 197 349 3347
Face 6775 1488 3348 3935
Face 6776 1488 4067 3348
Face 6777 409 3349 414
Face 6778 409 2870 3349
Face 6779 398 3350 3411
Face 6780 398 1730 3350
Face 6781 864 3351 1089
Face 6782 864 3042 3351
Face 6783 81 3352 3802
Face 6784 81 2658 3352
Face 6785 557 3353 2750
Face 6786 3354 4285 3353
Face 6787 557 3354 3353
Face 6788 557 3806 3354
Face 6789 859 3355 1724
Face 6790 859 591 3355
Face 6791 3516 3356 3268
Face 6792 169 3274 3356
Face 6793 1204 3357 2777
Face 6794 1204 4519 3357
Face 6795 1159 3358 2821
Face 6796 1159 2440 3358
Face 6797 1894 4194 4195
Face 6798 1894 1954 3359
Face 6799 322 3360 1354
Face 6800 3632 3059 3360
Face 6801 2110 3361 3774
Face 6802 2110 2078 3361
Face 6803 1332 3362 1991
Face 6804 1332 2404 3362
Face 6805 2590 3363 1193
Face 6806 2590 280 3363
Face 6807 1100 3364 479
Face 6808 1100 1197 3364
Face 6809 2035 3365 1955
Face 6810 2035 3326 3365
Face 6811 4656 3366 2971
Face 6812 1329 4438 3366
Face 6813 3368 3367 3056
Face 6814 4118 1246 3367
Face 6815 4119 4851 3644
Face 6816 4118 3367 3368
Face 6817 2603 3369 4102
Face 6818 2603 1798 3369
Face 6819 1864 3370 443
Face 6820 1864 4132 3370
Face 6821 1778 3371 2584
Face 6822 1778 2023 3371
Face 6823 1778 3372 2023
Face 6824 1778 1878 3372
Face 6825 598 3373 2614
Face 6826 598 2157 3373
Face 6827 186 3374 1179
Face 6828 186 2980 3374
Face 6829 1541 3375 2062
Face 6830 3991 3047 3375
Face 6831 968 3376 2237
Face 6832 968 1008 3376
Face 6833 1228 3377 4078
Face 6834 1228 2766 3377
Face 6835 1684 3378 1014
Face 6836 1684 2250 3378
Face 6837 1248 4267 4804
Face 6838 1248 3343 4267
Face 6839 3381 4006 1724
Face 6840 3381 3198 4006
Face 6841 4300 3381 1724
Face 6842 4300 3197 3381
Face 6843 1083 3382 1701
Face 6844 4054 2239 3382
Face 6845 1238 3383 1239
Face 6846 1238 3851 3383
Face 6847 1996 3384 1457
Face 6848 1996 4308 3384
Face 6849 1255 3385 3200
Face 6850 1255 2102 3385
Face 6851 2243 3386 1225
Face 6852 2243 2533 3386
Face 6853 1457 3387 3635
Face 6854 1457 3384 3387
Face 6855 391 3388 2658
Face 6856 391 1626 3388
Face 6857 139 3389 1849
Face 6858 139 1475 3389
Face 6859 4209 3390 3199
Face 6860 826 3106 3390
Face 6861 1621 3391 3316
Face 6862 1621 4670 3391
Face 6863 2524 3392 2602
Face 6864 2524 2267 3392
Face 6865 652 3393 1962
Face 6866 652 2563 3393
Face 6867 4255 3394 1871
Face 6868 178 1270 3394
Face 6869 505 4624 196
Face 6870 505 2627 4624
Face 6871 4651 3396 2218
Face 6872 507 3380 3396
Face 6873 845 3397 3516
Face 6874 845 4425 3397
Face 6875 2263 3398 310
Face 6876 2263 1900 3398
Face 6877 1049 3399 1742
Face 6878 4327 1780 3399
Face 6879 2272 3400 403
Face 6880 2272 714 3400
Face 6881 4499 3401 338
Face 6882 3402 3296 3401
Face 6883 1891 3402 3401
Face 6884 1891 2168 3402
Face 6885 2410 3403 644
Face 6886 2410 1486 3403
Face 6887 569 3404 2387
Face 6888 569 2617 3404
Face 6889 4830 3405 3177
Face 6890 1113 2247 3405
Face 6891 159 3406 873
Face 6892 159 1236 3406
Face 6893 1226 3407 162
Face 6894 1226 921 3407
Face 6895 1395 3408 779
Face 6896 1395 344 3408
Face 6897 185 3409 3155
Face 6898 185 2771 3409
Face 6899 624 3410 1953
Face 6900 624 694 3410
Face 6901 1002 3411 1987
Face 6902 1002 1271 3411
Face 6903 2387 3412 569
Face 6904 2387 1915 3412
Face 6905 1006 3413 3226
Face 6906 1006 1474 3413
Face 6907 719 3414 2722
Face 6908 719 4684 3414
Face 6909 459 3415 2634
Face 6910 4205 2522 4905
Face 6911 1380 3416 4384
Face 6912 1380 1068 3416
Face 6913 1406 3417 1911
Face 6914 1406 1912 3417
Face 6915 1738 3418 3180
Face 6916 1738 2693 3418
Face 6917 336 3419 2522
Face 6918 336 2712 3419
Face 6919 3229 3420 1492
Face 6920 3229 378 3420
Face 6921 1365 3421 268
Face 6922 1365 3531 3421
Face 6923 3423 3422 2583
Face 6924 3423 3771 3422
Face 6925 3424 3423 2583
Face 6926 491 258 3423
Face 6927 491 3424 2399
Face 6928 491 3423 3424
Face 6929 2484 3425 4415
Face 6930 2484 1578 3425
Face 6931 3926 3426 4018
Face 6932 1336 1467 3426
Face 6933 347 3427 3063
Face 6934 347 179 3427
Face 6935 748 3428 1424
Face 6936 748 1952 3428
Face 6937 4024 3429 4274
Face 6938 519 2334 3429
Face 6939 1432 3430 177
Face 6940 1432 2079 3430
Face 6941 836 3431 343
Face 6942 836 2822 3431
Face 6943 1681 3432 2197
Face 6944 1681 3581 3432
Face 6945 1553 3433 2634
Face 6946 1553 1855 3433
Face 6947 1125 4154 1114
Face 6948 1125 1411 4154
Face 6949 2434 3435 655
Face 6950 2434 373 3435
Face 6951 905 3436 2277
Face 6952 905 2485 3436
Face 6953 1483 3437 911
Face 6954 1483 2416 3437
Face 6955 653 3438 1611
Face 6956 4475 1962 3438
Face 6957 2747 3439 4932
Face 6958 2747 810 3439
Face 6959 3536 3440 38
Face 6960 3536 126 3440
Face 6961 4517 3441 690
Face 6962 3610 1930 3441
Face 6963 955 3442 1192
Face 6964 955 1750 3442
Face 6965 4436 3443 1992
Face 6966 1293 2526 3443
Face 6967 1487 3444 2001
Face 6968 1487 1203 3444
Face 6969 62 3445 2349
Face 6970 62 1284 3445
Face 6971 914 3446 3040
Face 6972 914 2719 3446
Face 6973 2533 3447 1331
Face 6974 2533 2243 3447
Face 6975 3557 3448 613
Face 6976 3557 1594 3448
Face 6977 1239 3449 1238
Face 6978 1239 2474 3449
Face 6979 1542 3450 3162
Face 6980 1542 872 3450
Face 6981 1187 3451 158
Face 6982 1187 1772 3451
Face 6983 1424 3452 4649
Face 6984 1424 3428 3452
Face 6985 1394 3453 2151
Face 6986 1394 2523 3453
Face 6987 1317 3454 1340
Face 6988 1317 1744 3454
Face 6989 1156 3455 4678
Face 6990 1156 418 3455
Face 6991 4761 3456 3165
Face 6992 4761 2587 3456
Face 6993 3957 3457 1546
Face 6994 3958 3374 3457
Face 6995 1134 3458 2678
Face 6996 1134 2251 3458
Face 6997 239 3459 2289
Face 6998 239 4022 4188
Face 6999 1217 3460 3810
Face 7000 1217 2614 3460
Face 7001 1195 3461 3328
Face 7002 1195 1194 3461
Face 7003 993 3462 1670
Face 7004 993 4210 3462
Face 7005 1250 3463 3029
Face 7006 1250 1666 3463
Face 7007 1038 3464 761
Face 7008 1038 2010 3464
Face 7009 3513 3465 3702
Face 7010 2125 2136 3465
Face 7011 3467 3466 3139
Face 7012 3467 3220 3466
Face 7013 2091 3467 3139
Face 7014 2091 1014 3467
Face 7015 1037 3468 215
Face 7016 1037 4319 3468
Face 7017 273 3469 1452
Face 7018 273 2433 3469
Face 7019 1939 3470 3409
Face 7020 1939 901 3470
Face 7021 1939 3471 901
Face 7022 4342 2923 3471
Face 7023 665 3472 713
Face 7024 665 682 3472
Face 7025 665 3473 682
Face 7026 665 1254 3473
Face 7027 345 3474 2271
Face 7028 345 737 3474
Face 7029 4637 3475 604
Face 7030 4637 1624 3476
Face 7031 3475 3476 1737
Face 7032 3475 4637 3476
Face 7033 2340 3477 2284
Face 7034 2340 915 3477
Face 7035 1540 3478 2172
Face 7036 1540 161 3478
Face 7037 3812 3479 2681
Face 7038 461 4211 3479
Face 7039 962 3480 3190
Face 7040 962 3237 3480
Face 7041 1675 3481 1676
Face 7042 1675 2829 3481
Face 7043 1708 3482 485
Face 7044 1708 4391 3482
Face 7045 355 3483 3187
Face 7046 4748 4086 3483
Face 7047 438 3484 2899
Face 7048 438 2570 3484
Face 7049 2313 3485 2666
Face 7050 2313 2806 3485
Face 7051 791 3486 3035
Face 7052 791 3151 3486
Face 7053 4843 3487 4945
Face 7054 4842 2521 3487
Face 7055 1692 3488 2475
Face 7056 1692 4256 3488
Face 7057 1339 3489 1221
Face 7058 1339 401 3489
Face 7059 2525 3490 2804
Face 7060 4834 1779 3490
Face 7061 4184 3491 1624
Face 7062 1307 1527 3491
Face 7063 1668 3492 1837
Face 7064 1668 194 3492
Face 7065 584 3493 2823
Face 7066 584 889 3493
Face 7067 1972 3494 2431
Face 7068 1972 1510 3494
Face 7069 372 3495 4509
Face 7070 4548 4008 3495
Face 7071 4399 3496 2793
Face 7072 508 1706 3496
Face 7073 454 3497 1895
Face 7074 454 510 3497
Face 7075 1077 3498 3518
Face 7076 1077 4763 3498
Face 7077 2041 3499 2260
Face 7078 2041 512 3499
Face 7079 1087 3500 258
Face 7080 1087 2447 3500
Face 7081 1727 3501 2659
Face 7082 1727 2801 3501
Face 7083 1897 3502 1896
Face 7084 1897 1894 3502
Face 7085 343 3503 3018
Face 7086 343 3431 3503
Face 7087 4208 3504 3338
Face 7088 432 3522 3504
Face 7089 3683 3505 3355
Face 7090 3683 1005 3505
Face 7091 727 3506 1188
Face 7092 727 2904 3506
Face 7093 1377 3507 906
Face 7094 4577 1348 3507
Face 7095 3174 3508 840
Face 7096 3174 1760 3508
Face 7097 1254 3509 3473
Face 7098 1254 4759 3509
Face 7099 1417 3510 3639
Face 7100 4906 3042 3510
Face 7101 1417 3511 3510
Face 7102 4657 4526 3511
Face 7103 183 3512 2828
Face 7104 183 119 3512
Face 7105 2125 3513 3661
Face 7106 2125 3465 3513
Face 7107 1793 3514 3775
Face 7108 1793 742 3514
Face 7109 1606 3515 4117
Face 7110 1606 1636 3515
Face 7111 169 3516 346
Face 7112 169 3356 3516
Face 7113 450 3517 4057
Face 7114 450 3984 3517
Face 7115 228 3518 3634
Face 7116 228 3726 3518
Face 7117 3520 3519 2160
Face 7118 4831 2242 3519
Face 7119 4831 3520 1387
Face 7120 4831 3519 3520
Face 7121 786 3521 4112
Face 7122 4503 4843 3521
Face 7123 4928 4060 4277
Face 7124 4928 867 4060
Face 7125 2505 3523 388
Face 7126 2505 4488 3523
Face 7127 2155 3524 2661
Face 7128 2155 433 4648
Face 7129 987 3525 2989
Face 7130 987 2561 3525
Face 7131 4881 3526 3108
Face 7132 2494 4918 3526
Face 7133 3107 3527 3736
Face 7134 3107 381 3527
Face 7135 366 3528 2325
Face 7136 366 1509 3528
Face 7137 749 3529 629
Face 7138 749 297 3529
Face 7139 4707 3530 4199
Face 7140 4707 2070 3530
Face 7141 384 3531 1365
Face 7142 384 4757 3531
Face 7143 943 3532 1747
Face 7144 943 1948 3532
Face 7145 1408 3533 775
Face 7146 1408 940 3533
Face 7147 928 3534 1386
Face 7148 928 4580 3534
Face 7149 2541 3535 2952
Face 7150 2541 1808 3535
Face 7151 87 3536 2774
Face 7152 87 74 3536
Face 7153 863 3537 2300
Face 7154 863 2820 3537
Face 7155 638 3538 3050
Face 7156 638 1132 3538
Face 7157 1375 3539 4148
Face 7158 1375 3163 3539
Face 7159 1074 3540 2332
Face 7160 1074 4580 4002
Face 7161 2227 3541 4690
Face 7162 2227 1639 3541
Face 7163 1172 3542 3052
Face 7164 1172 2420 3542
Face 7165 1172 3543 1500
Face 7166 1172 2004 3543
Face 7167 903 3544 1808
Face 7168 903 4869 3544
Face 7169 2899 3545 4056
Face 7170 2899 3484 3545
Face 7171 1116 3546 2130
Face 7172 1116 829 3546
Face 7173 1978 3547 2631
Face 7174 1978 606 3547
Face 7175 870 3548 2600
Face 7176 870 3124 4167
Face 7177 1900 3549 3398
Face 7178 3742 716 3549
Face 7179 1765 3550 2545
Face 7180 3980 2514 3550
Face 7181 890 3551 2269
Face 7182 890 893 3551
Face 7183 2594 3552 2955
Face 7184 2594 1965 3552
Face 7185 83 3553 2509
Face 7186 83 1580 3553
Face 7187 2637 4363 2927
Face 7188 2637 3064 3554
Face 7189 181 3555 1344
Face 7190 181 4098 3555
Face 7191 2835 3556 3260
Face 7192 2835 1263 3556
Face 7193 746 3557 4271
Face 7194 746 1594 3557
Face 7195 746 3558 3643
Face 7196 746 2982 3558
Face 7197 603 3559 1115
Face 7198 603 4486 3559
Face 7199 3722 3560 3086
Face 7200 3722 3964 3560
Face 7201 564 3561 3059
Face 7202 564 1361 3561
Face 7203 2175 3562 4944
Face 7204 2175 2979 3562
Face 7205 757 3563 3072
Face 7206 4071 126 3563
Face 7207 3337 3564 4258
Face 7208 3337 3952 3564
Face 7209 894 3565 1648
Face 7210 894 2380 3565
Face 7211 1299 3566 2719
Face 7212 3567 4067 3566
Face 7213 1299 3567 3566
Face 7214 1299 3252 3567
Face 7215 1012 3568 3537
Face 7216 1012 389 3568
Face 7217 1614 3569 2608
Face 7218 1614 3094 3569
Face 7219 2046 3570 479
Face 7220 2046 594 3570
Face 7221 158 3571 1187
Face 7222 158 248 3571
Face 7223 4090 3572 686
Face 7224 1412 872 3572
Face 7225 233 3573 2423
Face 7226 233 1132 3573
Face 7227 470 3574 1667
Face 7228 470 2618 3574
Face 7229 1090 3575 2967
Face 7230 3687 4417 3575
Face 7231 4489 3576 4601
Face 7232 4489 3026 3576
Face 7233 688 3577 2231
Face 7234 688 2660 3577
Face 7235 1315 3578 1316
Face 7236 1315 1314 3578
Face 7237 729 3579 4190
Face 7238 729 2259 3579
Face 7239 3083 3580 811
Face 7240 3083 3274 3580
Face 7241 907 3581 1681
Face 7242 907 2417 3581
Face 7243 1401 3582 2787
Face 7244 1401 4124 3582
Face 7245 1853 3583 1205
Face 7246 3634 4931 3583
Face 7247 318 3584 1552
Face 7248 318 1942 3584
Face 7249 971 3585 2976
Face 7250 971 2287 3585
Face 7251 3585 3586 2976
Face 7252 4458 3743 3586
Face 7253 1328 3587 333
Face 7254 1328 3494 3587
Face 7255 602 3588 1588
Face 7256 602 2432 3588
Face 7257 333 3589 4850
Face 7258 333 3587 3589
Face 7259 4537 3590 3011
Face 7260 194 1669 3590
Face 7261 585 3591 1294
Face 7262 585 690 3591
Face 7263 1310 3592 3974
Face 7264 3609 2132 3592
Face 7265 882 3593 519
Face 7266 3624 2062 3593
Face 7267 361 3594 391
Face 7268 361 2764 3594
Face 7269 712 3595 2479
Face 7270 712 1367 3595
Face 7271 4214 3596 689
Face 7272 1142 1730 3596
Face 7273 720 3597 2516
Face 7274 720 1728 3597
Face 7275 3686 3598 2488
Face 7276 965 2402 3598
Face 7277 1497 3599 1496
Face 7278 1497 3990 3599
Face 7279 3927 3600 2392
Face 7280 1552 3149 3600
Face 7281 1176 3601 2161
Face 7282 1176 436 3601
Face 7283 948 3602 4613
Face 7284 948 2729 3602
Face 7285 1208 3603 507
Face 7286 1208 2750 3603
Face 7287 2463 3604 86
Face 7288 2463 1490 3604
Face 7289 2605 3605 2061
Face 7290 2605 1885 3605
Face 7291 1658 3606 3697
Face 7292 1658 4109 3606
Face 7293 2845 3607 755
Face 7294 2845 2435 3607
Face 7295 1194 3608 2238
Face 7296 1194 1195 3608
Face 7297 1310 3609 3592
Face 7298 1310 4772 3609
Face 7299 4425 3610 3441
Face 7300 4425 845 3610
Face 7301 1416 3611 591
Face 7302 3612 4578 3611
Face 7303 1416 3612 3611
Face 7304 1416 1825 3612
Face 7305 510 3613 2214
Face 7306 510 3227 3613
Face 7307 1378 3614 1168
Face 7308 1378 3875 3614
Face 7309 595 3615 1916
Face 7310 595 4452 3615
Face 7311 207 3616 3060
Face 7312 207 1004 3616
Face 7313 2358 3617 2685
Face 7314 2358 2959 3617
Face 7315 1783 3618 4550
Face 7316 1783 3132 3618
Face 7317 501 3619 2700
Face 7318 501 4049 3619
Face 7319 3621 3620 583
Face 7320 956 4468 3620
Face 7321 956 3621 2455
Face 7322 956 3620 3621
Face 7323 3649 3798 561
Face 7324 1036 4592 3622
Face 7325 1190 3623 279
Face 7326 1190 1487 3623
Face 7327 882 3624 3593
Face 7328 882 2163 3624
Face 7329 452 3625 2615
Face 7330 452 2882 3625
Face 7331 814 3626 2464
Face 7332 814 2067 3626
Face 7333 950 3627 54
Face 7334 950 3197 3627
Face 7335 4780 3628 1783
Face 7336 4780 4795 3628
Face 7337 3630 3629 3410
Face 7338 1279 383 3629
Face 7339 1279 3630 623
Face 7340 1279 3629 3630
Face 7341 899 3631 1983
Face 7342 899 2133 3631
Face 7343 322 3632 3360
Face 7344 322 1954 3632
Face 7345 141 3633 74
Face 7346 141 1821 3633
Face 7347 1853 3634 3583
Face 7348 1853 228 3634
Face 7349 3636 3635 3912
Face 7350 3636 3319 3635
Face 7351 1059 3636 2170
Face 7352 1059 3319 3636
Face 7353 444 3637 2547
Face 7354 4257 800 3637
Face 7355 502 3638 2797
Face 7356 502 1952 3638
Face 7357 502 3639 3510
Face 7358 502 2797 3639
Face 7359 502 3640 864
Face 7360 502 3510 3640
Face 7361 617 3641 1335
Face 7362 617 2805 3641
Face 7363 1581 3642 2851
Face 7364 1581 4287 3642
Face 7365 618 3920 4085
Face 7366 618 4041 3920
Face 7367 3645 3644 4851
Face 7368 3645 1130 3644
Face 7369 2622 3645 4851
Face 7370 2622 4048 3645
Face 7371 1233 3646 2437
Face 7372 1233 1081 3646
Face 7373 1486 3647 1425
Face 7374 1486 2410 3647
Face 7375 1283 3648 540
Face 7376 1283 2860 3648
Face 7377 1036 3649 1047
Face 7378 1036 3622 3649
Face 7379 4317 3650 885
Face 7380 500 3290 3650
Face 7381 439 3651 1772
Face 7382 439 3788 3651
Face 7383 4657 4704 4526
Face 7384 1417 2796 3652
Face 7385 4704 3653 2426
Face 7386 3652 2796 3653
Face 7387 2871 3654 2890
Face 7388 2871 818 3654
Face 7389 1259 3655 2388
Face 7390 1259 1834 3655
Face 7391 790 3656 3202
Face 7392 790 2887 3656
Face 7393 1695 3657 3430
Face 7394 1695 1471 3657
Face 7395 448 3658 2324
Face 7396 448 2942 3658
Face 7397 2037 3659 2544
Face 7398 2037 591 3659
Face 7399 4029 3660 1703
Face 7400 4029 2250 3660
Face 7401 1703 3661 3953
Face 7402 1703 3660 3661
Face 7403 3835 3662 4378
Face 7404 1703 3953 4699
Face 7405 3079 3663 1524
Face 7406 3079 3748 3663
Face 7407 267 3664 1215
Face 7408 267 2420 3664
Face 7409 952 3665 2253
Face 7410 952 3901 3665
Face 7411 1554 3666 2815
Face 7412 1554 3714 3666
Face 7413 129 3669 1818
Face 7414 4573 1518 3667
Face 7415 433 3668 3667
Face 7416 433 1009 3668
Face 7417 3667 3669 129
Face 7418 3667 3668 3669
Face 7419 1441 3670 4280
Face 7420 1441 491 3670
Face 7421 3672 3671 2991
Face 7422 3672 3281 3671
Face 7423 2351 3672 280
Face 7424 2351 3281 3672
Face 7425 374 3673 4256
Face 7426 374 2160 3673
Face 7427 995 3674 4198
Face 7428 995 2684 3674
Face 7429 736 3675 1906
Face 7430 736 2997 3675
Face 7431 1912 3676 3417
Face 7432 1912 1291 3676
Face 7433 1539 3677 1178
Face 7434 1539 4359 3677
Face 7435 985 3678 3153
Face 7436 985 2851 3678
Face 7437 1582 4207 2264
Face 7438 4287 1581 4069
Face 7439 839 3680 715
Face 7440 839 267 3680
Face 7441 2334 3681 3429
Face 7442 2334 4732 3681
Face 7443 293 3682 3164
Face 7444 293 313 3682
Face 7445 1887 3683 3355
Face 7446 1887 4768 3683
Face 7447 1887 3684 4768
Face 7448 1887 2892 3684
Face 7449 1410 3685 2874
Face 7450 4076 2043 3685
Face 7451 965 3686 4857
Face 7452 965 3598 3686
Face 7453 4252 3688 3575
Face 7454 4252 166 3688
Face 7455 3687 3688 4143
Face 7456 3687 3575 3688
Face 7457 2172 3689 1540
Face 7458 2172 3004 3689
Face 7459 275 3690 3489
Face 7460 275 1340 3690
Face 7461 566 4924 4652
Face 7462 566 1022 3691
Face 7463 307 3692 2050
Face 7464 307 1950 3692
Face 7465 2854 3693 3094
Face 7466 2854 881 3693
Face 7467 2076 4833 621
Face 7468 2076 170 3694
Face 7469 980 3695 4172
Face 7470 980 3313 3695
Face 7471 1345 3696 1523
Face 7472 1345 2045 3696
Face 7473 297 3697 3606
Face 7474 297 1657 3697
Face 7475 2060 3698 4322
Face 7476 2060 187 3698
Face 7477 1804 3699 3226
Face 7478 1804 2000 3699
Face 7479 2200 3700 3294
Face 7480 4900 4379 3700
Face 7481 4900 3701 3781
Face 7482 2200 3769 3701
Face 7483 4263 3702 2021
Face 7484 2124 3513 3702
Face 7485 1609 3703 2032
Face 7486 1609 4764 3703
Face 7487 1736 3704 1364
Face 7488 1736 708 3704
Face 7489 4285 3705 3353
Face 7490 1447 49 3705
Face 7491 4931 3706 3583
Face 7492 635 4763 3706
Face 7493 1198 3707 2044
Face 7494 1198 4073 3707
Face 7495 2345 3708 4182
Face 7496 2345 3337 3708
Face 7497 1301 3709 3217
Face 7498 4400 876 3709
Face 7499 2390 4742 2741
Face 7500 2390 1436 3710
Face 7501 1548 3711 4734
Face 7502 4870 3232 3711
Face 7503 1734 3712 2897
Face 7504 1734 2770 3712
Face 7505 2526 3713 475
Face 7506 2526 90 3713
Face 7507 4168 4727 1147
Face 7508 276 3666 4727
Face 7509 1280 3715 2147
Face 7510 1280 579 3715
Face 7511 643 3716 2523
Face 7512 643 1147 3716
Face 7513 2769 3717 2270
Face 7514 2769 2491 3717
Face 7515 1350 3718 1998
Face 7516 4515 206 3768
Face 7517 1467 3719 3426
Face 7518 1467 828 3719
Face 7519 619 3720 2586
Face 7520 619 537 3720
Face 7521 778 3721 1538
Face 7522 778 1984 3789
Face 7523 1642 3722 3086
Face 7524 1642 4908 3722
Face 7525 541 3723 3134
Face 7526 541 2742 3723
Face 7527 535 3724 2286
Face 7528 535 3628 3724
Face 7529 2219 3725 1981
Face 7530 4111 3801 3725
Face 7531 754 3726 2436
Face 7532 754 3518 3726
Face 7533 1030 3727 1570
Face 7534 1030 2296 3727
Face 7535 1300 3728 2407
Face 7536 1300 1609 3728
Face 7537 167 3729 2445
Face 7538 167 3037 3729
Face 7539 352 3730 2721
Face 7540 352 559 3730
Face 7541 743 3731 4193
Face 7542 3775 3514 3731
Face 7543 202 3732 1084
Face 7544 202 2369 3732
Face 7545 1387 3733 3027
Face 7546 1387 3520 3733
Face 7547 4407 3734 3111
Face 7548 2231 2232 3734
Face 7549 2381 3735 1243
Face 7550 2381 891 3735
Face 7551 3202 3736 3527
Face 7552 3202 3656 3736
Face 7553 990 3737 3627
Face 7554 990 3115 3737
Face 7555 911 3738 2327
Face 7556 911 3437 3738
Face 7557 646 3739 2425
Face 7558 646 285 3739
Face 7559 947 3740 3352
Face 7560 947 2498 3740
Face 7561 3867 3741 2594
Face 7562 1110 2180 3741
Face 7563 1900 3742 3549
Face 7564 1900 4161 3742
Face 7565 1206 3743 4458
Face 7566 1206 359 3743
Face 7567 1206 3744 2326
Face 7568 1206 4511 3744
Face 7569 692 3745 1924
Face 7570 692 1048 4627
Face 7571 692 3746 3176
Face 7572 692 1924 3746
Face 7573 2423 3747 703
Face 7574 2423 2100 3747
Face 7575 3069 3748 3329
Face 7576 3069 3663 3748
Face 7577 2407 3749 2492
Face 7578 2407 3728 3749
Face 7579 157 3750 2928
Face 7580 157 3109 3750
Face 7581 1031 3751 1344
Face 7582 1031 3315 3751
Face 7583 676 3752 2896
Face 7584 676 667 3752
Face 7585 1479 3753 1056
Face 7586 1479 3222 3753
Face 7587 868 3754 1611
Face 7588 868 2716 3754
Face 7589 1023 3755 3895
Face 7590 1023 3818 3755
Face 7591 1387 3756 2434
Face 7592 1387 3027 3756
Face 7593 3758 3757 3852
Face 7594 3758 3874 3757
Face 7595 706 3758 1865
Face 7596 706 3874 3758
Face 7597 706 3759 2604
Face 7598 706 1865 3759
Face 7599 949 4646 2771
Face 7600 949 3109 4646
Face 7601 1376 3761 1025
Face 7602 1376 3773 3761
Face 7603 2366 3762 4909
Face 7604 2366 4779 3762
Face 7605 1009 3763 1777
Face 7606 1009 2155 3763
Face 7607 857 3764 189
Face 7608 857 3465 3764
Face 7609 2179 3765 2459
Face 7610 2179 2703 3765
Face 7611 1563 3766 1715
Face 7612 1563 1036 3766
Face 7613 4065 3767 2262
Face 7614 1216 1662 3767
Face 7615 3718 3768 1046
Face 7616 3718 1350 3768
Face 7617 2520 3769 3238
Face 7618 2520 2601 3769
Face 7619 429 3770 1514
Face 7620 429 4250 3770
Face 7621 258 3771 3423
Face 7622 258 3500 3771
Face 7623 258 3772 4673
Face 7624 258 1579 3772
Face 7625 1392 3773 1376
Face 7626 1392 1851 3773
Face 7627 1587 3774 3361
Face 7628 1587 3250 3774
Face 7629 743 3775 3731
Face 7630 743 1273 3775
Face 7631 292 3776 2652
Face 7632 292 2893 3777
Face 7633 3776 3777 2893
Face 7634 3776 292 3777
Face 7635 2628 3778 3779
Face 7636 2628 1519 3778
Face 7637 2174 3779 3778
Face 7638 2174 2628 3779
Face 7639 2979 3780 3249
Face 7640 2979 2175 4409
Face 7641 2601 3781 3701
Face 7642 2601 3208 3781
Face 7643 795 3782 2891
Face 7644 795 794 3782
Face 7645 92 3783 2528
Face 7646 92 148 3783
Face 7647 1720 3784 2969
Face 7648 1720 1721 3784
Face 7649 1415 3785 1838
Face 7650 1415 2642 3785
Face 7651 3787 3786 1977
Face 7652 1526 2823 3786
Face 7653 4551 3787 3138
Face 7654 4551 3786 3787
Face 7655 961 3788 439
Face 7656 961 2347 3788
Face 7657 3721 3789 1393
Face 7658 3721 778 3789
Face 7659 2234 3790 2274
Face 7660 2234 3073 3790
Face 7661 750 3791 3150
Face 7662 750 3759 3791
Face 7663 1078 3792 1702
Face 7664 1078 4527 3792
Face 7665 1789 3793 2277
Face 7666 1789 4813 3793
Face 7667 1969 3794 2564
Face 7668 1969 2598 3794
Face 7669 323 3795 2056
Face 7670 323 1122 3795
Face 7671 1819 3796 121
Face 7672 1819 2774 3796
Face 7673 237 3797 2966
Face 7674 237 4013 3797
Face 7675 3622 3798 3649
Face 7676 3622 1766 3798
Face 7677 263 3799 36
Face 7678 263 2559 3799
Face 7679 146 3800 2559
Face 7680 146 262 3800
Face 7681 1492 3801 4111
Face 7682 1492 3420 3801
Face 7683 586 3802 3352
Face 7684 586 3609 3802
Face 7685 691 3803 3016
Face 7686 691 3218 3803
Face 7687 4630 3804 236
Face 7688 304 4131 3804
Face 7689 768 3806 557
Face 7690 4805 2534 3805
Face 7691 3805 3806 768
Face 7692 3805 3354 3806
Face 7693 4857 3807 965
Face 7694 4346 2541 3807
Face 7695 4683 3808 4828
Face 7696 4683 913 3808
Face 7697 487 3809 3273
Face 7698 487 486 3809
Face 7699 4896 3810 3460
Face 7700 1385 410 3810
Face 7701 998 3811 2995
Face 7702 998 1855 3811
Face 7703 461 3812 2024
Face 7704 461 3479 3812
Face 7705 2475 3813 373
Face 7706 2475 2306 3813
Face 7707 4920 3814 2724
Face 7708 4920 2153 3814
Face 7709 1547 3815 2026
Face 7710 1547 3219 3815
Face 7711 1481 3816 1404
Face 7712 1481 839 3816
Face 7713 2439 3817 3339
Face 7714 2439 2302 3817
Face 7715 256 3818 1023
Face 7716 256 1742 3818
Face 7717 1636 3819 2948
Face 7718 1636 698 3819
Face 7719 1915 3821 4028
Face 7720 1915 3848 3821
Face 7721 3820 3821 3848
Face 7722 3820 2504 3821
Face 7723 1320 3822 3425
Face 7724 4802 1431 3822
Face 7725 2201 3823 570
Face 7726 2201 513 3823
Face 7727 2221 3824 1254
Face 7728 2221 3346 3824
Face 7729 2252 3825 336
Face 7730 2252 1285 3825
Face 7731 2650 3826 244
Face 7732 2650 3327 3826
Face 7733 242 3827 2725
Face 7734 242 2303 3827
Face 7735 4678 3828 1156
Face 7736 4678 1641 3828
Face 7737 2324 3829 1046
Face 7738 2324 3658 3829
Face 7739 4601 3830 2281
Face 7740 2241 2493 3830
Face 7741 968 3831 407
Face 7742 968 2237 3831
Face 7743 98 3832 3102
Face 7744 98 854 3832
Face 7745 1331 3833 2533
Face 7746 3834 338 3833
Face 7747 1331 4868 3833
Face 7748 1331 4457 4868
Face 7749 1703 3835 4029
Face 7750 1703 4699 3835
Face 7751 461 3836 4211
Face 7752 461 2196 3836
Face 7753 1275 3837 2807
Face 7754 1275 612 3837
Face 7755 724 3838 3946
Face 7756 724 199 3838
Face 7757 1232 3839 2255
Face 7758 1232 1089 3839
Face 7759 2156 3840 3005
Face 7760 2156 1901 3840
Face 7761 2156 3841 1901
Face 7762 2156 1342 3841
Face 7763 584 3842 889
Face 7764 584 2654 3842
Face 7765 4698 3843 2954
Face 7766 243 3277 3843
Face 7767 1505 3844 2372
Face 7768 1505 4810 3844
Face 7769 978 3845 2138
Face 7770 4864 2093 3845
Face 7771 2768 3846 4219
Face 7772 2768 3236 3846
Face 7773 3184 3847 3130
Face 7774 3184 3185 3847
Face 7775 866 3848 2314
Face 7776 866 3820 3848
Face 7777 1224 3849 991
Face 7778 1224 2452 3849
Face 7779 532 3850 2033
Face 7780 532 3307 3850
Face 7781 1039 3851 1571
Face 7782 1039 1791 3851
Face 7783 442 3852 3757
Face 7784 442 2936 3852
Face 7785 2188 3853 3032
Face 7786 2188 1084 3853
Face 7787 744 3854 3292
Face 7788 744 3910 3854
Face 7789 1222 3855 901
Face 7790 1222 2080 3855
Face 7791 1763 3856 788
Face 7792 1763 279 3856
Face 7793 912 3857 1596
Face 7794 912 1978 3857
Face 7795 875 3860 301
Face 7796 4334 3057 3859
Face 7797 3858 3859 3957
Face 7798 3860 875 3859
Face 7799 3858 3860 3859
Face 7800 4253 301 3860
Face 7801 2074 3861 3536
Face 7802 3862 3072 3861
Face 7803 2074 3862 3861
Face 7804 2074 3071 3862
Face 7805 867 3863 2649
Face 7806 867 4928 3863
Face 7807 898 3864 2405
Face 7808 898 2616 3864
Face 7809 1837 3865 2640
Face 7810 1837 2478 3865
Face 7811 2144 3866 2145
Face 7812 2144 674 3866
Face 7813 4249 3867 274
Face 7814 4311 3741 3867
Face 7815 1421 3868 4884
Face 7816 1421 2312 3868
Face 7817 3854 3869 4212
Face 7818 3854 3910 3869
Face 7819 529 3870 632
Face 7820 529 4767 3870
Face 7821 3872 3871 1800
Face 7822 524 4702 3871
Face 7823 524 3872 1947
Face 7824 524 3871 3872
Face 7825 2356 3873 1907
Face 7826 4299 2764 3873
Face 7827 4793 3874 2943
Face 7828 4793 3757 3874
Face 7829 4507 3875 2574
Face 7830 337 3614 3875
Face 7831 1297 3876 417
Face 7832 1297 2582 3876
Face 7833 996 3877 2311
Face 7834 4035 4330 3877
Face 7835 802 3878 3827
Face 7836 802 1972 3878
Face 7837 811 3879 3240
Face 7838 811 2471 3879
Face 7839 4464 3880 2331
Face 7840 975 974 3880
Face 7841 853 3881 700
Face 7842 853 1784 3881
Face 7843 1549 3882 625
Face 7844 1549 274 3882
Face 7845 2297 3883 639
Face 7846 2297 1768 3883
Face 7847 1847 3884 2589
Face 7848 1847 2652 3884
Face 7849 540 3885 1034
Face 7850 540 2183 3885
Face 7851 2529 3886 2336
Face 7852 2529 4164 3886
Face 7853 1625 3887 2428
Face 7854 1625 1626 3887
Face 7855 331 3888 2325
Face 7856 331 4292 3888
Face 7857 1528 3889 2277
Face 7858 1528 2368 3889
Face 7859 1480 3890 3260
Face 7860 1480 4089 3890
Face 7861 2429 3891 2699
Face 7862 2429 985 3891
Face 7863 1640 3892 356
Face 7864 1640 419 3892
Face 7865 1251 3893 4471
Face 7866 1251 956 3893
Face 7867 1629 3894 1095
Face 7868 1629 2978 3894
Face 7869 230 3895 3264
Face 7870 3896 2096 3895
Face 7871 230 3896 3895
Face 7872 230 2661 3896
Face 7873 2649 3897 4218
Face 7874 2649 2648 3897
Face 7875 776 3898 751
Face 7876 776 2440 3898
Face 7877 1220 3899 1339
Face 7878 1220 3890 3899
Face 7879 310 3900 3816
Face 7880 310 1728 3900
Face 7881 1182 3901 2514
Face 7882 1182 3665 3901
Face 7883 1014 3902 1684
Face 7884 1014 2091 3902
Face 7885 2295 3903 3727
Face 7886 2295 1621 3903
Face 7887 1166 3904 780
Face 7888 1166 1697 3904
Face 7889 751 3905 2537
Face 7890 751 1418 3905
Face 7891 1306 3906 4197
Face 7892 1306 2154 3906
Face 7893 951 3907 3117
Face 7894 951 2401 3907
Face 7895 2357 3908 1845
Face 7896 2357 3141 3908
Face 7897 2190 3909 1207
Face 7898 2190 2670 3909
Face 7899 2197 3910 2406
Face 7900 2197 148 3910
Face 7901 1352 3911 3943
Face 7902 1352 1022 3911
Face 7903 2170 3912 2171
Face 7904 2170 3636 3912
Face 7905 1607 3913 2950
Face 7906 1607 3704 3913
Face 7907 469 3914 877
Face 7908 469 2183 3914
Face 7909 4705 3915 806
Face 7910 1020 2087 3915
Face 7911 317 3916 4364
Face 7912 317 4092 3916
Face 7913 2350 3917 2963
Face 7914 2350 2962 3917
Face 7915 2435 3918 2926
Face 7916 2435 2248 3918
Face 7917 2873 3919 2874
Face 7918 2873 2927 3919
Face 7919 3643 3920 2499
Face 7920 3643 3558 3920
Face 7921 265 3921 4414
Face 7922 265 2398 3921
Face 7923 2250 3922 3378
Face 7924 2250 2595 3922
Face 7925 939 3923 1382
Face 7926 939 2607 3923
Face 7927 4143 3924 2707
Face 7928 4016 3030 3924
Face 7929 1486 3925 3403
Face 7930 1486 22 3925
Face 7931 1336 3926 1401
Face 7932 1336 3426 3926
Face 7933 1552 3927 326
Face 7934 1552 3600 3927
Face 7935 2189 3928 1015
Face 7936 2189 930 3928
Face 7937 1905 3929 3369
Face 7938 1905 1999 3929
Face 7939 1564 3930 1974
Face 7940 1564 860 3930
Face 7941 2767 3931 3097
Face 7942 2767 3338 3931
Face 7943 2767 3932 4208
Face 7944 2767 3097 3932
Face 7945 916 3933 3234
Face 7946 916 265 3933
Face 7947 3935 3934 1488
Face 7948 1755 380 3934
Face 7949 1755 3935 484
Face 7950 1755 3934 3935
Face 7951 1314 4367 3578
Face 7952 4745 2210 3936
Face 7953 2302 3937 2301
Face 7954 2302 453 3937
Face 7955 4708 3938 3175
Face 7956 1000 2220 4074
Face 7957 347 3939 2150
Face 7958 347 3063 3939
Face 7959 1273 3940 1794
Face 7960 1273 2098 3940
Face 7961 1485 3941 538
Face 7962 1485 482 3941
Face 7963 1616 3942 1720
Face 7964 1616 3230 3942
Face 7965 625 3943 294
Face 7966 3997 1352 3943
Face 7967 2230 3944 1101
Face 7968 2230 163 3944
Face 7969 223 3945 4858
Face 7970 223 60 3945
Face 7971 576 3946 1929
Face 7972 576 2380 3946
Face 7973 2304 3947 658
Face 7974 2304 1458 3947
Face 7975 286 3948 2283
Face 7976 286 3068 3948
Face 7977 3950 3949 2430
Face 7978 4301 3721 3949
Face 7979 679 3950 341
Face 7980 4301 3949 3950
Face 7981 2588 3951 360
Face 7982 2588 3564 3951
Face 7983 3951 3952 2345
Face 7984 3951 3564 3952
Face 7985 3955 3953 3661
Face 7986 3954 4871 3953
Face 7987 4460 3955 3661
Face 7988 301 4253 3954
Face 7989 3954 3955 301
Face 7990 3954 3953 3955
Face 7991 3954 3956 4871
Face 7992 3954 3858 3956
Face 7993 803 4600 3859
Face 7994 803 3457 4600
Face 7995 803 3958 3457
Face 7996 803 1183 3958
Face 7997 145 3959 2461
Face 7998 145 2507 3959
Face 7999 145 3960 2803
Face 8000 145 2461 3960
Face 8001 2240 3961 1845
Face 8002 2240 4853 3961
Face 8003 1776 3962 1075
Face 8004 1776 4081 3962
Face 8005 837 3963 3431
Face 8006 837 3631 3963
Face 8007 1883 3964 3081
Face 8008 1883 3560 3964
Face 8009 4046 3965 2141
Face 8010 1003 4314 3965
Face 8011 4662 3966 1569
Face 8012 354 1171 3966
Face 8013 937 3967 4051
Face 8014 937 1988 3967
Face 8015 499 3968 1630
Face 8016 499 1881 3968
Face 8017 3673 3969 3287
Face 8018 3673 2160 3969
Face 8019 4867 3970 3043
Face 8020 1281 4387 3971
Face 8021 3970 3971 3186
Face 8022 3970 1281 3971
Face 8023 3007 3972 4661
Face 8024 3007 1103 3972
Face 8025 492 3973 3296
Face 8026 492 1944 3973
Face 8027 871 3974 4361
Face 8028 871 395 3974
Face 8029 534 3975 2453
Face 8030 534 4893 3975
Face 8031 2500 3976 2597
Face 8032 2500 1756 3976
Face 8033 1508 3977 2635
Face 8034 1508 2293 3977
Face 8035 4080 3978 2852
Face 8036 3194 2869 3978
Face 8037 1788 3979 2278
Face 8038 1788 1598 3979
Face 8039 1765 3980 3550
Face 8040 1765 3291 3980
Face 8041 3250 3981 3774
Face 8042 3250 2816 3981
Face 8043 2040 3982 4832
Face 8044 2040 730 3982
Face 8045 268 3983 3340
Face 8046 268 3421 3983
Face 8047 1641 3984 3828
Face 8048 1641 3517 3984
Face 8049 1244 3985 3282
Face 8050 1244 312 3985
Face 8051 538 3986 1485
Face 8052 538 1781 3986
Face 8053 889 3987 1976
Face 8054 889 1928 3987
Face 8055 612 3988 3837
Face 8056 612 1528 3988
Face 8057 2067 3989 2045
Face 8058 2067 4703 3989
Face 8059 425 3990 2261
Face 8060 425 3599 3990
Face 8061 1541 3991 3375
Face 8062 1541 2163 3991
Face 8063 1832 3992 1098
Face 8064 1832 3456 3992
Face 8065 725 3993 1893
Face 8066 4613 3602 3993
Face 8067 375 3994 1761
Face 8068 375 4652 3994
Face 8069 1063 3995 2686
Face 8070 1063 3349 3995
Face 8071 1823 3996 623
Face 8072 1823 2591 3996
Face 8073 625 3997 3943
Face 8074 625 565 3997
Face 8075 666 3998 3130
Face 8076 666 3385 3998
Face 8077 2305 3999 1426
Face 8078 2305 3284 3999
Face 8079 3933 4000 1884
Face 8080 3933 265 4000
Face 8081 1434 4001 4058
Face 8082 1434 1191 4001
Face 8083 3540 4002 928
Face 8084 3540 1074 4002
Face 8085 4468 4003 4455
Face 8086 4468 956 4003
Face 8087 1529 4004 1192
Face 8088 1529 4778 4004
Face 8089 4163 4005 3533
Face 8090 833 4065 4005
Face 8091 4333 4006 3198
Face 8092 3380 2154 4006
Face 8093 2483 4007 1256
Face 8094 4259 536 4007
Face 8095 2731 4008 1111
Face 8096 2731 536 4008
Face 8097 200 4009 2994
Face 8098 200 2996 4009
Face 8099 858 4010 4377
Face 8100 858 908 4010
Face 8101 2433 4011 2102
Face 8102 2433 65 4011
Face 8103 1266 4012 3013
Face 8104 1266 1328 4012
Face 8105 2867 4013 1335
Face 8106 2867 3797 4013
Face 8107 1753 4014 4324
Face 8108 4846 1586 4014
Face 8109 4014 4015 4324
Face 8110 4014 3297 4015
Face 8111 166 4016 3924
Face 8112 166 299 4016
Face 8113 641 4017 108
Face 8114 641 1814 4017
Face 8115 38 4018 2384
Face 8116 38 69 4018
Face 8117 1723 4019 2515
Face 8118 1723 2113 4019
Face 8119 291 4020 2473
Face 8120 291 3870 4020
Face 8121 4197 4021 2542
Face 8122 2750 3353 4021
Face 8123 401 4022 239
Face 8124 401 1339 4022
Face 8125 581 4023 3152
Face 8126 581 1068 4023
Face 8127 519 4024 1919
Face 8128 519 3429 4024
Face 8129 815 4025 1288
Face 8130 815 4030 4025
Face 8131 1193 4026 4239
Face 8132 4053 2208 4026
Face 8133 2119 4027 1168
Face 8134 2119 1170 4027
Face 8135 2504 4028 3821
Face 8136 2504 278 4028
Face 8137 4405 4029 3835
Face 8138 645 2250 4029
Face 8139 2203 4031 779
Face 8140 2203 4025 4031
Face 8141 4030 4031 4025
Face 8142 4030 779 4031
Face 8143 2480 4032 1757
Face 8144 2480 1225 4032
Face 8145 252 4033 2556
Face 8146 252 1002 4033
Face 8147 1235 4034 2254
Face 8148 4663 1324 4034
Face 8149 4036 4035 3877
Face 8150 4036 2341 4035
Face 8151 996 4036 3877
Face 8152 996 434 4036
Face 8153 2460 4037 763
Face 8154 2460 4108 4037
Face 8155 1945 4038 4045
Face 8156 1945 3067 4038
Face 8157 1004 4039 243
Face 8158 1004 2706 4039
Face 8159 740 4040 2685
Face 8160 740 4934 4040
Face 8161 2499 4041 3168
Face 8162 2499 3920 4041
Face 8163 2645 4042 1608
Face 8164 2645 2981 4042
Face 8165 4895 4043 2962
Face 8166 4895 2936 4043
Face 8167 599 4044 1768
Face 8168 4045 4038 4044
Face 8169 599 4045 4044
Face 8170 599 917 4045
Face 8171 1003 4046 960
Face 8172 1003 3965 4046
Face 8173 171 4047 621
Face 8174 171 3285 4047
Face 8175 485 4048 1708
Face 8176 485 3645 4048
Face 8177 1272 4049 501
Face 8178 1272 2144 4049
Face 8179 731 4050 2199
Face 8180 731 2693 4050
Face 8181 1459 4051 2249
Face 8182 1459 448 4051
Face 8183 3463 4052 3029
Face 8184 3463 1567 4052
Face 8185 1193 4053 4026
Face 8186 1193 3363 4053
Face 8187 1083 4054 3382
Face 8188 1083 2346 4054
Face 8189 4388 4055 2818
Face 8190 245 4444 4055
Face 8191 4803 4056 1248
Face 8192 272 1633 4056
Face 8193 752 4057 1496
Face 8194 752 2558 4057
Face 8195 340 4058 616
Face 8196 4888 1434 4058
Face 8197 1433 4059 2288
Face 8198 1433 3256 4059
Face 8199 3522 4060 867
Face 8200 3522 4277 4060
Face 8201 2698 4062 3304
Face 8202 2698 1801 4061
Face 8203 4061 4062 2698
Face 8204 4061 191 4062
Face 8205 981 4063 2167
Face 8206 981 2563 4063
Face 8207 4653 4064 510
Face 8208 4653 1282 4064
Face 8209 1216 4065 833
Face 8210 1216 3767 4065
Face 8211 148 4066 136
Face 8212 148 117 4066
Face 8213 1748 4067 3567
Face 8214 1748 3348 4067
Face 8215 1940 4068 613
Face 8216 1940 2451 4068
Face 8217 3679 4069 1581
Face 8218 4207 1582 4069
Face 8219 1839 4070 2544
Face 8220 1839 371 4070
Face 8221 757 4071 3563
Face 8222 757 64 4071
Face 8223 1604 4072 3235
Face 8224 1604 1948 4072
Face 8225 1881 4073 1198
Face 8226 1881 499 4073
Face 8227 3938 4074 1216
Face 8228 3938 1000 4074
Face 8229 2047 4075 3153
Face 8230 2047 3332 4075
Face 8231 1410 4076 3685
Face 8232 1410 2348 4076
Face 8233 1940 4077 2789
Face 8234 1940 4879 4077
Face 8235 1826 4078 644
Face 8236 1826 1228 4078
Face 8237 322 4079 3359
Face 8238 322 516 4079
Face 8239 3194 4080 3195
Face 8240 3194 3978 4080
Face 8241 1576 4081 748
Face 8242 1576 3962 4081
Face 8243 895 4082 2557
Face 8244 895 435 4082
Face 8245 4721 4083 338
Face 8246 4721 1606 4083
Face 8247 927 4084 2261
Face 8248 927 828 4084
Face 8249 3558 4085 3920
Face 8250 3558 4937 4085
Face 8251 2266 4086 2753
Face 8252 2266 3483 4086
Face 8253 1471 4087 4718
Face 8254 1471 1695 4087
Face 8255 3064 4088 2639
Face 8256 3064 3065 4088
Face 8257 1184 4089 3977
Face 8258 1184 3890 4089
Face 8259 1412 4090 871
Face 8260 1412 3572 4090
Face 8261 971 4091 1682
Face 8262 971 1686 4091
Face 8263 1370 4092 317
Face 8264 1370 1973 4092
Face 8265 765 4093 2636
Face 8266 765 2493 4093
Face 8267 1154 4094 2402
Face 8268 1154 1823 4094
Face 8269 4715 4095 1185
Face 8270 332 1691 4095
Face 8271 721 4096 287
Face 8272 721 2373 4096
Face 8273 2627 4097 3395
Face 8274 2627 1544 4097
Face 8275 1990 4098 2689
Face 8276 1990 3555 4098
Face 8277 2974 4099 1140
Face 8278 2974 3984 4099
Face 8279 165 4100 1495
Face 8280 4747 2613 4100
Face 8281 1325 4101 616
Face 8282 1325 1468 4101
Face 8283 4103 4102 3369
Face 8284 506 4465 4102
Face 8285 506 4103 2327
Face 8286 506 4102 4103
Face 8287 1714 4104 3112
Face 8288 1714 1739 4104
Face 8289 594 4105 3570
Face 8290 594 430 4105
Face 8291 2436 4106 963
Face 8292 4107 3251 4106
Face 8293 2436 4107 4106
Face 8294 2436 193 4107
Face 8295 1427 4108 2931
Face 8296 1427 4037 4108
Face 8297 1906 4109 736
Face 8298 1906 695 4109
Face 8299 829 4110 2181
Face 8300 4633 1672 4110
Face 8301 2219 4111 3725
Face 8302 2219 1357 4111
Face 8303 226 4112 3521
Face 8304 226 4663 4112
Face 8305 2476 4113 2997
Face 8306 2476 3925 4113
Face 8307 3214 4114 2426
Face 8308 3214 4730 4114
Face 8309 481 4115 4089
Face 8310 481 1997 4115
Face 8311 2149 4116 1451
Face 8312 2149 2232 4116
Face 8313 387 4117 3515
Face 8314 387 1389 4117
Face 8315 4119 4118 3368
Face 8316 700 3881 4118
Face 8317 700 4119 3644
Face 8318 700 4118 4119
Face 8319 2450 4120 4469
Face 8320 2450 2393 4120
Face 8321 678 4121 1523
Face 8322 678 2044 4121
Face 8323 312 4122 3985
Face 8324 312 217 4122
Face 8325 41 4123 52
Face 8326 41 23 4123
Face 8327 130 4124 4018
Face 8328 130 757 4124
Face 8329 831 4125 4674
Face 8330 831 1349 4125
Face 8331 1964 4126 4093
Face 8332 1964 1963 4126
Face 8333 2516 4127 720
Face 8334 2516 2889 4127
Face 8335 638 4128 1775
Face 8336 638 3050 4128
Face 8337 357 4129 2034
Face 8338 357 3660 4129
Face 8339 1247 4130 2703
Face 8340 1247 2624 4130
Face 8341 1696 4131 3752
Face 8342 1696 2362 4131
Face 8343 4133 4132 4572
Face 8344 4133 3370 4132
Face 8345 271 4133 2329
Face 8346 271 3370 4133
Face 8347 2070 4134 2289
Face 8348 2070 4707 4134
Face 8349 2070 4135 3530
Face 8350 2070 2289 4135
Face 8351 1615 4136 1616
Face 8352 1615 3792 4136
Face 8353 1437 4137 3201
Face 8354 1437 2946 4137
Face 8355 2539 4138 1456
Face 8356 2539 2560 4138
Face 8357 254 4139 4616
Face 8358 254 848 4139
Face 8359 2694 4140 3458
Face 8360 2694 2671 4140
Face 8361 2290 4141 2071
Face 8362 2290 2291 4141
Face 8363 710 4142 329
Face 8364 710 1672 4142
Face 8365 166 4143 3688
Face 8366 166 3924 4143
Face 8367 812 4144 340
Face 8368 812 3782 4144
Face 8369 854 4145 1922
Face 8370 854 2593 4145
Face 8371 3110 4146 1203
Face 8372 3110 270 4146
Face 8373 1463 4147 1286
Face 8374 1463 2949 4147
Face 8375 3409 4148 1939
Face 8376 3409 2771 4148
Face 8377 218 4149 2748
Face 8378 218 2948 4149
Face 8379 4151 4150 1323
Face 8380 696 1618 4150
Face 8381 4650 4151 1323
Face 8382 696 4150 4151
Face 8383 2192 4152 4867
Face 8384 2192 2965 4152
Face 8385 51 4153 2897
Face 8386 4470 1303 4153
Face 8387 3434 4154 1411
Face 8388 3434 1114 4154
Face 8389 2379 4156 4114
Face 8390 2379 834 4156
Face 8391 4155 4156 834
Face 8392 4155 4114 4156
Face 8393 1108 4157 2459
Face 8394 1108 1579 4157
Face 8395 1106 4158 1105
Face 8396 1106 2663 4158
Face 8397 1705 4159 558
Face 8398 1705 848 4159
Face 8399 675 4160 730
Face 8400 675 1943 4160
Face 8401 1769 4161 1900
Face 8402 1769 455 4161
Face 8403 2072 4162 702
Face 8404 2072 1312 4162
Face 8405 833 4163 3175
Face 8406 833 4005 4163
Face 8407 1751 4164 2529
Face 8408 1751 485 4164
Face 8409 174 4165 2681
Face 8410 174 3204 4165
Face 8411 1378 4166 3875
Face 8412 1378 3723 4166
Face 8413 3548 4167 404
Face 8414 3548 870 4167
Face 8415 276 4168 3017
Face 8416 276 4727 4168
Face 8417 4330 4169 3877
Face 8418 1240 762 4169
Face 8419 712 4170 2337
Face 8420 712 2479 4170
Face 8421 2274 4171 526
Face 8422 4477 1404 4171
Face 8423 455 4172 4161
Face 8424 455 2889 4172
Face 8425 848 4173 4139
Face 8426 848 1705 4173
Face 8427 2842 4174 3397
Face 8428 2842 2841 4174
Face 8429 2406 4175 3265
Face 8430 2406 3760 4175
Face 8431 1298 4176 4672
Face 8432 1298 2785 4176
Face 8433 840 4177 3194
Face 8434 840 2436 4177
Face 8435 1102 4178 1891
Face 8436 1102 608 4178
Face 8437 2121 4179 4685
Face 8438 2121 892 4179
Face 8439 930 4180 2998
Face 8440 930 2189 4180
Face 8441 350 4181 3283
Face 8442 350 4545 4181
Face 8443 1633 4182 3708
Face 8444 1633 4901 4182
Face 8445 1334 4183 1744
Face 8446 4636 4758 4183
Face 8447 1307 4184 353
Face 8448 1307 3491 4184
Face 8449 613 4185 4879
Face 8450 613 3448 4185
Face 8451 460 4186 2278
Face 8452 460 257 4186
Face 8453 2168 4187 3296
Face 8454 2168 2306 4187
Face 8455 3459 4188 2293
Face 8456 3459 239 4188
Face 8457 1842 4189 352
Face 8458 1842 944 4189
Face 8459 1019 4190 3579
Face 8460 1019 2172 4190
Face 8461 1638 4191 306
Face 8462 1638 2865 4191
Face 8463 1559 4192 4230
Face 8464 1559 2265 4192
Face 8465 384 4193 3731
Face 8466 384 4786 4193
Face 8467 3359 4194 1894
Face 8468 3359 4079 4194
Face 8469 1592 4195 4194
Face 8470 1592 4196 4195
Face 8471 1593 4196 1895
Face 8472 1593 4195 4196
Face 8473 2750 4197 3906
Face 8474 2750 4021 4197
Face 8475 4353 4198 3674
Face 8476 1973 1963 4198
Face 8477 2611 4199 2610
Face 8478 2611 4707 4199
Face 8479 1742 4200 2716
Face 8480 1742 4595 4200
Face 8481 2538 4201 2294
Face 8482 2538 4363 4201
Face 8483 1025 4202 1614
Face 8484 1025 3761 4202
Face 8485 4204 4203 1523
Face 8486 4240 831 4203
Face 8487 2251 4204 2694
Face 8488 4240 4203 4204
Face 8489 459 4205 4905
Face 8490 459 1609 4485
Face 8491 4443 4206 3120
Face 8492 873 3406 4206
Face 8493 3679 4207 4069
Face 8494 3679 351 4207
Face 8495 432 4208 3932
Face 8496 432 3504 4208
Face 8497 826 4209 3135
Face 8498 826 3390 4209
Face 8499 2099 4210 134
Face 8500 2099 3462 4210
Face 8501 315 4211 3836
Face 8502 315 1093 4211
Face 8503 362 4212 3869
Face 8504 362 3292 4212
Face 8505 4736 4213 1573
Face 8506 1277 1274 4213
Face 8507 1142 4214 1679
Face 8508 1142 3596 4214
Face 8509 938 4215 2338
Face 8510 938 3333 4215
Face 8511 636 4216 3400
Face 8512 636 4729 4216
Face 8513 4373 4217 1309
Face 8514 769 2787 4217
Face 8515 495 4218 3897
Face 8516 495 3326 4218
Face 8517 4685 4219 2121
Face 8518 2706 410 4219
Face 8519 1098 4220 4510
Face 8520 1098 3992 4220
Face 8521 133 4221 68
Face 8522 133 16 4221
Face 8523 4223 4222 4354
Face 8524 86 3604 4222
Face 8525 86 4223 2975
Face 8526 86 4222 4223
Face 8527 2059 4224 462
Face 8528 2059 1145 4224
Face 8529 1343 4225 1863
Face 8530 1343 4477 4225
Face 8531 464 4226 2562
Face 8532 464 1305 4226
Face 8533 531 4227 2898
Face 8534 4228 4706 4227
Face 8535 4229 4228 4227
Face 8536 4229 3319 4228
Face 8537 531 4229 4227
Face 8538 4733 3319 4229
Face 8539 2494 4230 4192
Face 8540 2494 2495 4230
Face 8541 4230 4231 1559
Face 8542 4230 2495 4231
Face 8543 443 4232 1863
Face 8544 443 1408 4232
Face 8545 360 4233 3263
Face 8546 360 574 4233
Face 8547 2934 4234 1502
Face 8548 2934 3144 4234
Face 8549 280 4235 2973
Face 8550 280 2590 4235
Face 8551 2266 4236 1602
Face 8552 2266 4421 4236
Face 8553 642 4237 1139
Face 8554 642 2548 4237
Face 8555 1348 4238 3507
Face 8556 1348 2646 4238
Face 8557 570 4239 2601
Face 8558 570 1193 4239
Face 8559 2251 4240 4204
Face 8560 2251 831 4240
Face 8561 2313 4241 2806
Face 8562 2313 2814 4241
Face 8563 660 4242 4607
Face 8564 660 569 4242
Face 8565 2064 4243 2063
Face 8566 2064 989 4243
Face 8567 1515 4244 1407
Face 8568 1515 2416 4244
Face 8569 796 4245 1628
Face 8570 796 836 4245
Face 8571 1622 4246 1223
Face 8572 1622 4339 4246
Face 8573 2781 4247 3693
Face 8574 2781 1902 4247
Face 8575 4617 4248 2759
Face 8576 1304 4226 4248
Face 8577 1110 4249 2912
Face 8578 4311 3867 4249
Face 8579 1157 4250 3309
Face 8580 1157 3770 4250
Face 8581 503 4251 1959
Face 8582 503 3322 4251
Face 8583 1090 4252 3575
Face 8584 1090 4856 4252
Face 8585 3858 4253 3860
Face 8586 3858 3954 4253
Face 8587 1330 4254 4121
Face 8588 1330 468 4254
Face 8589 178 4255 2680
Face 8590 178 3394 4255
Face 8591 574 4256 3673
Face 8592 574 509 4256
Face 8593 444 4257 3637
Face 8594 444 1026 4257
Face 8595 1513 4258 2908
Face 8596 4717 926 4258
Face 8597 2483 4259 4007
Face 8598 2483 3048 4259
Face 8599 2556 4260 252
Face 8600 2556 1019 4260
Face 8601 3117 4261 4800
Face 8602 3117 3907 4261
Face 8603 1963 4645 4198
Face 8604 1963 1964 4645
Face 8605 2124 4263 414
Face 8606 2124 3702 4263
Face 8607 172 4264 376
Face 8608 172 2178 4264
Face 8609 3634 4265 4931
Face 8610 3634 3518 4265
Face 8611 22 4266 128
Face 8612 22 1425 4266
Face 8613 3379 4267 4490
Face 8614 3379 4804 4267
Face 8615 991 4268 1913
Face 8616 991 2907 4268
Face 8617 518 4269 663
Face 8618 518 1454 4269
Face 8619 3159 4270 3078
Face 8620 3159 2832 4270
Face 8621 613 4271 3557
Face 8622 613 4068 4271
Face 8623 2831 4272 1853
Face 8624 2831 2172 4272
Face 8625 2289 4273 4135
Face 8626 4922 1508 4273
Face 8627 1924 4275 2644
Face 8628 1924 4024 4275
Face 8629 4274 4275 4024
Face 8630 4274 2644 4275
Face 8631 204 4276 2393
Face 8632 204 2208 4276
Face 8633 432 4505 3522
Face 8634 432 4555 4505
Face 8635 1926 4279 4479
Face 8636 1926 3281 4279
Face 8637 4278 4279 3281
Face 8638 4278 2330 4279
Face 8639 498 4280 3670
Face 8640 498 830 4280
Face 8641 1371 4281 595
Face 8642 4697 597 4281
Face 8643 4465 4282 772
Face 8644 4465 506 4282
Face 8645 289 4283 4294
Face 8646 289 2937 4283
Face 8647 1191 4284 2672
Face 8648 1191 983 4284
Face 8649 1447 4285 3805
Face 8650 1447 3705 4285
Face 8651 474 4286 1171
Face 8652 474 2617 4286
Face 8653 1582 4288 4069
Face 8654 1582 2265 4288
Face 8655 4287 4288 4290
Face 8656 4287 4069 4288
Face 8657 1390 4289 3256
Face 8658 1390 896 4289
Face 8659 2265 4290 4288
Face 8660 2265 1559 4290
Face 8661 404 4291 3646
Face 8662 404 3124 4291
Face 8663 1503 4292 331
Face 8664 1503 2859 4292
Face 8665 703 4293 4866
Face 8666 703 4557 4293
Face 8667 1534 4294 4283
Face 8668 1534 2863 4294
Face 8669 1335 4295 3729
Face 8670 1335 2244 4295
Face 8671 2120 4296 1062
Face 8672 2120 2920 4296
Face 8673 324 4297 3989
Face 8674 324 2671 4297
Face 8675 3781 4298 4900
Face 8676 3781 3208 4298
Face 8677 2356 4299 3873
Face 8678 4611 3869 4299
Face 8679 1005 4300 3505
Face 8680 1005 3197 4300
Face 8681 679 4301 3950
Face 8682 679 1538 4301
Face 8683 976 4302 3808
Face 8684 976 208 4302
Face 8685 1766 4303 3798
Face 8686 4539 1082 4303
Face 8687 1810 4304 2546
Face 8688 1810 2722 4304
Face 8689 1308 4305 2763
Face 8690 1308 229 4305
Face 8691 1570 4306 1030
Face 8692 1570 2738 4306
Face 8693 2811 4307 4008
Face 8694 2811 300 4307
Face 8695 1556 4308 2485
Face 8696 1556 4398 4308
Face 8697 1207 4309 3227
Face 8698 1207 3324 4309
Face 8699 3133 4310 2403
Face 8700 3133 2748 4310
Face 8701 1110 4311 4249
Face 8702 1110 3741 4311
Face 8703 402 4312 948
Face 8704 402 2733 4312
Face 8705 1512 4313 1785
Face 8706 1512 925 4313
Face 8707 1178 4314 684
Face 8708 1178 3965 4314
Face 8709 4694 4315 794
Face 8710 1527 1307 4315
Face 8711 3254 4316 1227
Face 8712 3254 654 4316
Face 8713 500 4317 755
Face 8714 500 3650 4317
Face 8715 2101 4318 222
Face 8716 2101 1772 4318
Face 8717 4320 4319 4216
Face 8718 2836 3468 4319
Face 8719 2836 4320 2837
Face 8720 2836 4319 4320
Face 8721 2491 4321 3717
Face 8722 2491 2407 4321
Face 8723 874 4322 2361
Face 8724 874 3345 4322
Face 8725 1312 4323 1967
Face 8726 1312 1751 4323
Face 8727 2150 4324 4015
Face 8728 2150 4739 4324
Face 8729 2150 4550 4739
Face 8730 2150 1783 4550
Face 8731 1249 4326 523
Face 8732 1249 192 4326
Face 8733 1049 4327 3399
Face 8734 1049 869 4327
Face 8735 2965 4328 2868
Face 8736 2965 2966 4328
Face 8737 671 4329 2456
Face 8738 671 1829 4329
Face 8739 1240 4330 4035
Face 8740 1240 4169 4330
Face 8741 4332 4331 2317
Face 8742 4332 2174 4331
Face 8743 705 4332 2317
Face 8744 705 2628 4332
Face 8745 3380 4333 1543
Face 8746 3380 4006 4333
Face 8747 875 4334 3859
Face 8748 875 2730 4334
Face 8749 1201 4335 2780
Face 8750 1201 3454 4335
Face 8751 835 4336 3009
Face 8752 835 700 4336
Face 8753 264 4337 529
Face 8754 264 2506 4337
Face 8755 2616 4338 3864
Face 8756 2616 2051 4338
Face 8757 2043 4339 1774
Face 8758 2043 4246 4339
Face 8759 2891 4340 630
Face 8760 2891 1693 4340
Face 8761 2083 4341 59
Face 8762 2083 2741 4341
Face 8763 1939 4342 3471
Face 8764 1939 3539 4342
Face 8765 2339 4343 1243
Face 8766 2339 4529 4343
Face 8767 1081 4344 1710
Face 8768 1081 1233 4344
Face 8769 371 4345 889
Face 8770 371 1021 4345
Face 8771 4857 4346 3807
Face 8772 525 3102 4346
Face 8773 300 4347 2226
Face 8774 300 2569 4347
Face 8775 3865 4348 1838
Face 8776 3865 2478 4348
Face 8777 2708 4349 392
Face 8778 2708 4185 4349
Face 8779 1771 4350 4861
Face 8780 1771 3316 4350
Face 8781 967 4351 1189
Face 8782 967 2399 4351
Face 8783 1095 4352 1994
Face 8784 1095 1678 4352
Face 8785 1973 4353 4092
Face 8786 1973 4198 4353
Face 8787 1119 4354 3097
Face 8788 1119 4223 4354
Face 8789 1119 4355 3098
Face 8790 1119 3097 4355
Face 8791 4883 4356 2111
Face 8792 904 2485 4356
Face 8793 231 4357 2698
Face 8794 231 2699 4357
Face 8795 1291 4358 3676
Face 8796 1291 2808 4358
Face 8797 255 4359 3295
Face 8798 255 3677 4359
Face 8799 694 4360 3630
Face 8800 4873 4094 4360
Face 8801 2223 4361 3592
Face 8802 2223 1412 4361
Face 8803 465 4362 4849
Face 8804 465 3535 4362
Face 8805 3554 4363 2637
Face 8806 3554 4201 4363
Face 8807 2928 4364 2929
Face 8808 2928 3750 4364
Face 8809 1093 4365 2159
Face 8810 1093 841 4365
Face 8811 558 4366 1367
Face 8812 558 4159 4366
Face 8813 3936 4367 4745
Face 8814 3936 416 4367
Face 8815 619 4368 4852
Face 8816 619 1128 4368
Face 8817 2384 4369 418
Face 8818 2384 4018 4369
Face 8819 1728 4370 4171
Face 8820 1728 720 4370
Face 8821 156 4371 2630
Face 8822 156 705 4371
Face 8823 1949 4372 2663
Face 8824 1949 2668 4372
Face 8825 769 4373 847
Face 8826 769 4217 4373
Face 8827 210 4374 2875
Face 8828 210 2618 4374
Face 8829 655 4375 933
Face 8830 655 3435 4375
Face 8831 561 4376 2678
Face 8832 561 3286 4376
Face 8833 3172 4377 4010
Face 8834 3172 1785 4377
Face 8835 645 4378 4597
Face 8836 645 4029 4405
Face 8837 2393 4379 4298
Face 8838 2393 2450 4379
Face 8839 4381 4380 1472
Face 8840 2471 4821 4380
Face 8841 2471 4381 3879
Face 8842 2471 4380 4381
Face 8843 3004 4382 3003
Face 8844 3004 1019 4382
Face 8845 1177 4383 2094
Face 8846 1177 3086 4383
Face 8847 661 4384 2053
Face 8848 661 1380 4384
Face 8849 2545 4385 4676
Face 8850 2545 3550 4385
Face 8851 66 4386 3082
Face 8852 66 1886 4386
Face 8853 3042 4387 3351
Face 8854 3042 4412 4387
Face 8855 245 4389 1289
Face 8856 245 4055 4389
Face 8857 4388 4389 4055
Face 8858 4388 1289 4389
Face 8859 1230 4390 587
Face 8860 1230 1474 4390
Face 8861 1635 4391 311
Face 8862 4392 3482 4391
Face 8863 1635 4392 4391
Face 8864 1635 4811 4392
Face 8865 767 4393 1918
Face 8866 767 2715 4393
Face 8867 445 4394 2941
Face 8868 445 674 4394
Face 8869 367 4395 1645
Face 8870 367 2958 4395
Face 8871 1501 4396 830
Face 8872 1501 4554 4396
Face 8873 1676 4397 1677
Face 8874 1676 3481 4397
Face 8875 1321 4398 1556
Face 8876 1321 1166 4398
Face 8877 508 4399 689
Face 8878 508 3496 4399
Face 8879 1301 4400 3709
Face 8880 1301 2944 4400
Face 8881 714 4401 1278
Face 8882 714 2272 4401
Face 8883 4403 4402 4500
Face 8884 1499 2334 4402
Face 8885 1499 4403 3092
Face 8886 1499 4402 4403
Face 8887 2612 4404 2769
Face 8888 2612 3241 4404
Face 8889 4378 4405 3835
Face 8890 4378 645 4405
Face 8891 2841 4406 1921
Face 8892 2841 2842 4406
Face 8893 2231 4407 1058
Face 8894 2231 3734 4407
Face 8895 1474 4408 4390
Face 8896 4854 588 4408
Face 8897 3780 4409 1899
Face 8898 3780 2979 4409
Face 8899 2696 4410 3146
Face 8900 2696 815 4410
Face 8901 3112 4411 3297
Face 8902 3112 4104 4411
Face 8903 3186 4412 3187
Face 8904 3186 3971 4412
Face 8905 3186 4413 3970
Face 8906 3186 3187 4413
Face 8907 1678 4414 3921
Face 8908 1678 3894 4414
Face 8909 1219 4415 1432
Face 8910 1219 2484 4415
Face 8911 1261 4416 2690
Face 8912 4417 3687 4416
Face 8913 1261 4417 4416
Face 8914 1261 3575 4417
Face 8915 1261 4788 3575
Face 8916 1261 2614 4788
Face 8917 1181 4419 2453
Face 8918 1181 422 4419
Face 8919 583 4420 4434
Face 8920 583 2715 4420
Face 8921 834 4421 4155
Face 8922 834 3132 4421
Face 8923 2644 4422 3176
Face 8924 2644 2683 4422
Face 8925 1304 4423 295
Face 8926 4617 1970 4423
Face 8927 2936 4424 4043
Face 8928 2936 442 4424
Face 8929 4517 4425 3441
Face 8930 449 3397 4425
Face 8931 449 4426 2842
Face 8932 449 690 4426
Face 8933 1986 4427 1200
Face 8934 1986 1333 4427
Face 8935 3212 4428 2085
Face 8936 3212 992 4428
Face 8937 1815 4429 2803
Face 8938 1815 1883 4429
Face 8939 2582 4430 3876
Face 8940 2582 417 4430
Face 8941 2582 4431 417
Face 8942 2582 1297 4431
Face 8943 3876 4432 1295
Face 8944 3876 4430 4432
Face 8945 65 4433 4434
Face 8946 65 1868 4433
Face 8947 146 4434 4433
Face 8948 146 4701 4434
Face 8949 2357 4435 969
Face 8950 2357 4536 4435
Face 8951 1293 4436 3131
Face 8952 1293 3443 4436
Face 8953 4770 4437 838
Face 8954 1511 1103 4437
Face 8955 1511 4438 3084
Face 8956 1511 4437 4438
Face 8957 1737 4439 3475
Face 8958 1737 3706 4439
Face 8959 4439 4440 139
Face 8960 4439 3706 4440
Face 8961 1647 4441 1982
Face 8962 1647 1243 4441
Face 8963 1010 4442 4042
Face 8964 1010 4911 4442
Face 8965 873 4443 3671
Face 8966 873 4206 4443
Face 8967 2461 4444 3960
Face 8968 2461 4055 4444
Face 8969 2216 4445 1691
Face 8970 2216 1690 4445
Face 8971 2339 4446 1687
Face 8972 2339 631 4446
Face 8973 1964 4447 4262
Face 8974 1964 2241 4447
Face 8975 2106 4448 190
Face 8976 2106 1438 4448
Face 8977 1732 4449 1405
Face 8978 4450 1700 4449
Face 8979 1732 4450 4449
Face 8980 1732 1699 4450
Face 8981 1521 4451 1094
Face 8982 1521 687 4451
Face 8983 597 4452 4281
Face 8984 597 2549 4452
Face 8985 4741 4453 1385
Face 8986 2707 410 4453
Face 8987 4741 4454 3687
Face 8988 4741 1385 4454
Face 8989 1966 4455 4003
Face 8990 1966 358 4455
Face 8991 2686 4456 89
Face 8992 2686 3995 4456
Face 8993 1725 4457 2801
Face 8994 1725 4868 4457
Face 8995 3585 4458 3586
Face 8996 3585 4511 4458
Face 8997 571 4459 1533
Face 8998 571 2087 4459
Face 8999 301 4460 2124
Face 9000 301 3955 4460
Face 9001 4462 4461 2471
Face 9002 1219 177 4461
Face 9003 1219 4462 169
Face 9004 1219 4461 4462
Face 9005 886 4463 2850
Face 9006 886 2268 4463
Face 9007 975 4464 2793
Face 9008 975 3880 4464
Face 9009 2620 4465 772
Face 9010 2620 4102 4465
Face 9011 1316 4466 3211
Face 9012 1316 3578 4466
Face 9013 682 4467 683
Face 9014 682 3473 4467
Face 9015 365 4468 4455
Face 9016 365 3620 4468
Face 9017 2564 4469 4120
Face 9018 2564 2982 4469
Face 9019 51 4470 4153
Face 9020 51 3155 4470
Face 9021 2558 4471 2448
Face 9022 2558 752 4471
Face 9023 1018 4472 3681
Face 9024 1018 4717 4472
Face 9025 783 4473 4605
Face 9026 783 2355 4473
Face 9027 783 4474 2355
Face 9028 783 363 4474
Face 9029 653 4475 3438
Face 9030 653 2167 4475
Face 9031 1869 4476 1560
Face 9032 1869 3334 4476
Face 9033 2274 4477 4171
Face 9034 2274 4225 4477
Face 9035 2136 4478 1071
Face 9036 2136 3660 4478
Face 9037 2330 4479 4279
Face 9038 2330 3016 4479
Face 9039 1656 4480 4305
Face 9040 1656 3382 4480
Face 9041 1400 4481 2246
Face 9042 1400 3551 4481
Face 9043 1146 4482 2123
Face 9044 1146 2602 4482
Face 9045 4482 4483 2123
Face 9046 4482 2602 4483
Face 9047 793 4484 521
Face 9048 793 1573 4484
Face 9049 4205 4485 1300
Face 9050 4205 459 4485
Face 9051 2456 4486 2457
Face 9052 2456 4329 4486
Face 9053 1263 4487 3373
Face 9054 1263 2835 4487
Face 9055 1403 4488 1667
Face 9056 1403 3523 4488
Face 9057 2986 4489 2281
Face 9058 2986 3026 4489
Face 9059 4491 4490 4267
Face 9060 4491 2570 4490
Face 9061 3343 4491 4267
Face 9062 3343 2570 4491
Face 9063 1886 4492 4386
Face 9064 1886 290 4492
Face 9065 2050 4493 307
Face 9066 2050 3104 4493
Face 9067 601 4494 2738
Face 9068 601 3555 4494
Face 9069 1169 4495 2427
Face 9070 1169 3344 4495
Face 9071 1324 4496 4034
Face 9072 1324 3788 4496
Face 9073 2162 4497 1376
Face 9074 2162 1466 4497
Face 9075 4853 4498 2468
Face 9076 2239 4054 4498
Face 9077 1891 4499 1102
Face 9078 1891 3401 4499
Face 9079 2566 4500 3375
Face 9080 2566 4403 4500
Face 9081 972 4501 1955
Face 9082 972 1982 4501
Face 9083 59 4502 3405
Face 9084 59 4341 4502
Face 9085 786 4503 3521
Face 9086 786 3115 4503
Face 9087 522 4504 3261
Face 9088 522 250 4504
Face 9089 4277 4505 2367
Face 9090 4277 3522 4505
Face 9091 2560 4713 4823
Face 9092 2560 316 4713
Face 9093 337 4507 74
Face 9094 337 3875 4507
Face 9095 4509 4508 1199
Face 9096 878 2404 4508
Face 9097 878 4509 3495
Face 9098 878 4508 4509
Face 9099 1011 4510 2364
Face 9100 1011 1044 4510
Face 9101 2286 4511 2287
Face 9102 2286 3744 4511
Face 9103 670 4512 3055
Face 9104 670 2420 4512
Face 9105 1149 4513 4841
Face 9106 1149 844 4513
Face 9107 862 4514 205
Face 9108 862 3815 4514
Face 9109 1350 4515 3768
Face 9110 1350 555 4515
Face 9111 889 4516 1928
Face 9112 889 4345 4516
Face 9113 449 4517 690
Face 9114 449 4425 4517
Face 9115 2899 4518 1174
Face 9116 2899 4056 4518
Face 9117 1762 4519 518
Face 9118 4520 2799 4519
Face 9119 1762 4520 4519
Face 9120 1762 2319 4520
Face 9121 1231 4521 2496
Face 9122 1231 1034 4521
Face 9123 490 4522 2127
Face 9124 490 2911 4522
Face 9125 2127 4523 490
Face 9126 2127 1445 4523
Face 9127 1242 4524 2998
Face 9128 1242 822 4524
Face 9129 282 4525 284
Face 9130 282 938 4525
Face 9131 2753 4526 2426
Face 9132 2753 4748 4526
Face 9133 1745 4527 598
Face 9134 1745 3792 4527
Face 9135 2635 4528 4126
Face 9136 2635 2636 4528
Face 9137 1687 4529 2339
Face 9138 1687 985 4529
Face 9139 1687 4530 3891
Face 9140 1687 4446 4530
Face 9141 1465 4531 1226
Face 9142 1465 1965 4531
Face 9143 94 4532 4017
Face 9144 94 1966 4532
Face 9145 575 4533 2316
Face 9146 575 2742 4533
Face 9147 2225 4534 640
Face 9148 2225 1491 4534
Face 9149 192 4535 353
Face 9150 192 689 4535
Face 9151 2818 4536 3092
Face 9152 2818 4435 4536
Face 9153 194 4537 2271
Face 9154 194 3590 4537
Face 9155 1543 4538 3396
Face 9156 1543 950 4538
Face 9157 1766 4539 4303
Face 9158 1766 1423 4539
Face 9159 1096 4540 4000
Face 9160 1096 942 4540
Face 9161 630 4541 1470
Face 9162 630 4340 4541
Face 9163 1457 4542 2898
Face 9164 1457 3635 4542
Face 9165 1526 4543 3285
Face 9166 4551 2195 4543
Face 9167 607 4544 2100
Face 9168 607 393 4544
Face 9169 800 4545 799
Face 9170 800 4257 4545
Face 9171 2104 4546 1686
Face 9172 2104 1119 4546
Face 9173 2051 4547 4338
Face 9174 2051 1671 4547
Face 9175 372 4548 3495
Face 9176 372 2545 4548
Face 9177 160 4549 2856
Face 9178 160 1848 4549
Face 9179 4325 4550 3618
Face 9180 4325 4739 4550
Face 9181 1526 4551 4543
Face 9182 1526 3786 4551
Face 9183 1448 4552 2778
Face 9184 1448 736 4552
Face 9185 379 4553 2666
Face 9186 379 2376 4553
Face 9187 2371 4554 1888
Face 9188 2371 4130 4554
Face 9189 2367 4555 3932
Face 9190 2367 4505 4556
Face 9191 4555 4556 4505
Face 9192 4555 2367 4556
Face 9193 1555 4557 3076
Face 9194 1555 2971 4557
Face 9195 1610 4558 3243
Face 9196 1610 2118 4558
Face 9197 3346 4559 773
Face 9198 3346 2221 4559
Face 9199 823 4560 2301
Face 9200 823 2422 4560
Face 9201 2152 4561 3048
Face 9202 2152 1326 4561
Face 9203 334 4562 3911
Face 9204 334 3415 4562
Face 9205 349 4563 835
Face 9206 349 1026 4563
Face 9207 182 4564 1264
Face 9208 182 1608 4564
Face 9209 2619 4565 1970
Face 9210 2619 895 4565
Face 9211 1722 4566 2444
Face 9212 1722 4603 4566
Face 9213 616 4567 3424
Face 9214 616 4058 4567
Face 9215 1600 4568 2676
Face 9216 1600 1492 4568
Face 9217 1068 4569 1827
Face 9218 1068 1380 4569
Face 9219 457 4570 556
Face 9220 457 2821 4570
Face 9221 1730 4571 3350
Face 9222 1730 1142 4571
Face 9223 2329 4572 2875
Face 9224 2329 4133 4572
Face 9225 129 4573 3667
Face 9226 129 1877 4573
Face 9227 2977 4574 1557
Face 9228 2977 2854 4574
Face 9229 798 4575 3962
Face 9230 798 1995 4575
Face 9231 1045 4576 981
Face 9232 1045 1265 4576
Face 9233 1377 4577 3507
Face 9234 1377 1451 4577
Face 9235 1824 4578 1825
Face 9236 1824 1767 4578
Face 9237 1500 4579 1659
Face 9238 1500 2003 4579
Face 9239 2568 4580 1074
Face 9240 2568 3534 4580
Face 9241 1477 4581 1935
Face 9242 1477 4947 4581
Face 9243 1937 4582 1935
Face 9244 1937 1936 4582
Face 9245 516 4583 4079
Face 9246 4584 658 4583
Face 9247 4585 4584 4583
Face 9248 4585 3259 4584
Face 9249 516 4585 4583
Face 9250 516 3259 4585
Face 9251 2023 4586 3371
Face 9252 2023 2348 4586
Face 9253 2023 4587 2348
Face 9254 2023 3372 4587
Face 9255 211 4588 804
Face 9256 211 3154 4588
Face 9257 4590 4589 2686
Face 9258 4590 4007 4589
Face 9259 1256 4590 89
Face 9260 1256 4007 4590
Face 9261 1901 4591 3118
Face 9262 1901 1985 4591
Face 9263 1422 4592 813
Face 9264 1422 1766 4592
Face 9265 2530 4593 2659
Face 9266 2530 3447 4593
Face 9267 1364 4594 804
Face 9268 1364 3704 4594
Face 9269 1611 4595 653
Face 9270 1611 4200 4595
Face 9271 949 4596 3750
Face 9272 949 3080 4596
Face 9273 3127 4597 4378
Face 9274 3127 2365 4597
Face 9275 3127 4598 1546
Face 9276 3127 4378 4598
Face 9277 2766 4599 2316
Face 9278 2766 94 4599
Face 9279 3957 4600 3457
Face 9280 3957 3859 4600
Face 9281 2241 4601 3576
Face 9282 2241 3830 4601
Face 9283 1960 4602 3215
Face 9284 1960 2733 4602
Face 9285 718 4603 406
Face 9286 718 4566 4603
Face 9287 788 4604 1551
Face 9288 788 3856 4604
Face 9289 4936 4605 4473
Face 9290 4936 698 4605
Face 9291 190 4606 3176
Face 9292 190 4448 4606
Face 9293 435 4607 2667
Face 9294 435 660 4607
Face 9295 1941 4957 883
Face 9296 1941 3049 4957
Face 9297 4610 4609 2597
Face 9298 1375 4148 4609
Face 9299 1375 4610 2923
Face 9300 1375 4609 4610
Face 9301 2356 4611 4299
Face 9302 2356 2784 4611
Face 9303 2382 4612 2381
Face 9304 2382 3192 4612
Face 9305 725 4613 3993
Face 9306 725 402 4613
Face 9307 920 4614 3322
Face 9308 920 2058 4614
Face 9309 791 4615 2879
Face 9310 791 3654 4615
Face 9311 1346 4616 4139
Face 9312 1346 428 4616
Face 9313 1304 4617 4423
Face 9314 1304 4248 4617
Face 9315 400 4618 4382
Face 9316 4619 3002 4618
Face 9317 400 4619 4618
Face 9318 400 2557 4619
Face 9319 2628 4620 3547
Face 9320 2628 705 4620
Face 9321 1453 4621 3401
Face 9322 1453 363 4621
Face 9323 309 4622 1911
Face 9324 309 1046 4622
Face 9325 1451 4623 4577
Face 9326 1451 4116 4623
Face 9327 3395 4624 2627
Face 9328 3395 2864 4624
Face 9329 742 4625 3135
Face 9330 742 1794 4625
Face 9331 1633 4626 4518
Face 9332 1633 3708 4626
Face 9333 3745 4627 3123
Face 9334 3745 692 4627
Face 9335 2204 4628 2849
Face 9336 2204 3257 4628
Face 9337 906 4629 3449
Face 9338 906 4042 4629
Face 9339 304 4630 412
Face 9340 304 3804 4630
Face 9341 467 4631 2205
Face 9342 467 1876 4631
Face 9343 1066 4632 1889
Face 9344 1066 114 4632
Face 9345 829 4633 4110
Face 9346 829 1116 4633
Face 9347 1341 4634 680
Face 9348 1341 1634 4634
Face 9349 698 4635 3819
Face 9350 698 4936 4635
Face 9351 1334 4636 4183
Face 9352 1334 2290 4636
Face 9353 523 4637 3232
Face 9354 523 1624 4637
Face 9355 3332 4639 4343
Face 9356 3332 2047 4638
Face 9357 4638 4639 3332
Face 9358 4638 4343 4639
Face 9359 4233 4640 3263
Face 9360 4233 3673 4640
Face 9361 1858 4641 1859
Face 9362 1858 962 4641
Face 9363 1148 4642 693
Face 9364 4904 3421 4642
Face 9365 3078 4643 1086
Face 9366 3078 4100 4643
Face 9367 739 4644 964
Face 9368 739 447 4644
Face 9369 4262 4645 1964
Face 9370 4262 4198 4645
Face 9371 3760 4646 3109
Face 9372 3760 4609 4646
Face 9373 327 4647 2571
Face 9374 327 3656 4647
Face 9375 3524 4648 2096
Face 9376 3524 2155 4648
Face 9377 1671 4649 4547
Face 9378 1671 2116 4649
Face 9379 696 4650 2611
Face 9380 696 4151 4650
Face 9381 507 4651 1208
Face 9382 507 3396 4651
Face 9383 2095 4652 4924
Face 9384 2095 3994 4652
Face 9385 954 4653 2735
Face 9386 954 1282 4653
Face 9387 1507 4654 2284
Face 9388 1507 990 4654
Face 9389 1997 4655 4115
Face 9390 1997 2969 4655
Face 9391 1329 4656 2709
Face 9392 1329 3366 4656
Face 9393 1417 4657 3511
Face 9394 1417 3652 4657
Face 9395 1417 4658 2796
Face 9396 1417 3639 4658
Face 9397 1188 4659 112
Face 9398 1188 1433 4659
Face 9399 1603 4660 3012
Face 9400 1603 56 4660
Face 9401 1290 4661 2840
Face 9402 1290 3007 4661
Face 9403 354 4662 1599
Face 9404 354 3966 4662
Face 9405 1235 4663 4034
Face 9406 1235 4112 4663
Face 9407 673 4664 2697
Face 9408 673 1795 4664
Face 9409 896 4665 677
Face 9410 896 1390 4665
Face 9411 2474 4666 1451
Face 9412 2474 1239 4666
Face 9413 494 4667 1514
Face 9414 494 430 4667
Face 9415 2826 4668 2986
Face 9416 2826 3526 4668
Face 9417 1340 4669 1051
Face 9418 1340 1813 4669
Face 9419 2283 4670 286
Face 9420 2283 3391 4670
Face 9421 1965 4671 923
Face 9422 1965 2180 4671
Face 9423 2038 4672 4176
Face 9424 4893 2383 4672
Face 9425 1087 4673 4935
Face 9426 1087 258 4673
Face 9427 2599 4674 4125
Face 9428 2599 909 4674
Face 9429 1810 4675 2722
Face 9430 4689 2547 4675
Face 9431 1111 4676 2730
Face 9432 1111 4548 4676
Face 9433 368 4677 1185
Face 9434 368 600 4677
Face 9435 1064 4678 3455
Face 9436 1064 1641 4678
Face 9437 879 4679 2397
Face 9438 879 759 4679
Face 9439 458 4680 1921
Face 9440 4764 4442 4680
Face 9441 608 4681 3813
Face 9442 608 3330 4681
Face 9443 1630 4682 1717
Face 9444 1630 3968 4682
Face 9445 2336 4683 819
Face 9446 2336 913 4683
Face 9447 530 4684 719
Face 9448 530 1435 4684
Face 9449 2706 4685 3277
Face 9450 2706 4219 4685
Face 9451 2280 4686 3318
Face 9452 2280 2656 4686
Face 9453 4848 4687 1835
Face 9454 1688 2554 4687
Face 9455 2033 4688 1934
Face 9456 2033 416 4688
Face 9457 1810 4689 4675
Face 9458 1810 2546 4689
Face 9459 244 4690 3113
Face 9460 244 856 4691
Face 9461 4690 4691 2227
Face 9462 4690 244 4691
Face 9463 3339 4692 1302
Face 9464 3339 578 4692
Face 9465 1999 4693 2885
Face 9466 1999 942 4693
Face 9467 1527 4694 2018
Face 9468 1527 4315 4694
Face 9469 1857 4695 427
Face 9470 1857 1200 4695
Face 9471 2976 4696 1686
Face 9472 2976 3586 4696
Face 9473 1371 4697 4281
Face 9474 1371 423 4697
Face 9475 243 4698 3527
Face 9476 243 3843 4698
Face 9477 4871 4699 3953
Face 9478 3662 3835 4699
Face 9479 4591 4700 3118
Face 9480 4591 442 4700
Face 9481 2448 4701 146
Face 9482 2448 2455 4701
Face 9483 191 4702 3304
Face 9484 191 609 4702
Face 9485 3160 4703 1372
Face 9486 3160 1047 4703
Face 9487 3652 4704 4657
Face 9488 3652 3653 4704
Face 9489 1020 4705 2782
Face 9490 1020 3915 4705
Face 9491 1618 4706 4228
Face 9492 1618 2257 4706
Face 9493 1413 4707 2611
Face 9494 1413 4134 4707
Face 9495 1000 4708 388
Face 9496 1000 3938 4708
Face 9497 1088 4709 846
Face 9498 1088 1509 4709
Face 9499 4711 4710 4104
Face 9500 4711 3271 4710
Face 9501 1739 4711 4104
Face 9502 1739 3271 4711
Face 9503 3013 4712 666
Face 9504 3013 3200 4712
Face 9505 4506 4713 316
Face 9506 4506 514 4713
Face 9507 816 4714 707
Face 9508 816 1429 4714
Face 9509 332 4715 4203
Face 9510 332 4095 4715
Face 9511 1759 4716 2539
Face 9512 1759 316 4716
Face 9513 1513 4717 4258
Face 9514 1513 3074 4717
Face 9515 2827 4718 4087
Face 9516 2827 1472 4718
Face 9517 1908 4719 361
Face 9518 4816 3088 4719
Face 9519 133 4720 16
Face 9520 133 3126 4720
Face 9521 777 4721 338
Face 9522 777 2134 4721
Face 9523 2531 4722 1379
Face 9524 2531 2795 4722
Face 9525 426 4723 2754
Face 9526 426 1998 4723
Face 9527 2638 4724 3427
Face 9528 2638 2639 4724
Face 9529 789 4725 2517
Face 9530 789 528 4725
Face 9531 765 4726 2493
Face 9532 765 4655 4726
Face 9533 3714 4727 3666
Face 9534 3714 4760 4727
Face 9535 1884 4728 1604
Face 9536 1884 4540 4728
Face 9537 216 4729 2183
Face 9538 216 4216 4729
Face 9539 2078 4731 3361
Face 9540 2078 4114 4731
Face 9541 4730 4731 4114
Face 9542 4730 3361 4731
Face 9543 2346 4732 219
Face 9544 2346 1018 4732
Face 9545 531 4733 4229
Face 9546 531 3635 4733
Face 9547 1719 4734 1800
Face 9548 4735 987 4734
Face 9549 1719 4735 4734
Face 9550 1719 1013 4735
Face 9551 1277 4736 2343
Face 9552 1277 4213 4736
Face 9553 664 4737 2747
Face 9554 664 4744 4737
Face 9555 1963 4738 4126
Face 9556 1963 4273 4738
Face 9557 1753 4739 4325
Face 9558 1753 4324 4739
Face 9559 1402 4740 1867
Face 9560 1402 2857 4740
Face 9561 2707 4741 3687
Face 9562 2707 4453 4741
Face 9563 3710 4742 2390
Face 9564 3710 4312 4742
Face 9565 787 4743 3158
Face 9566 787 960 4743
Face 9567 3237 4744 3480
Face 9568 3237 4737 4744
Face 9569 1314 4745 4367
Face 9570 1314 3481 4745
Face 9571 1846 4746 3188
Face 9572 1846 3716 4746
Face 9573 165 4747 4100
Face 9574 165 3825 4747
Face 9575 355 4748 3483
Face 9576 355 4526 4748
Face 9577 1397 4749 1043
Face 9578 1397 4359 4749
Face 9579 3274 4750 3269
Face 9580 3274 3084 4750
Face 9581 441 4751 3318
Face 9582 441 2657 4751
Face 9583 415 4752 3908
Face 9584 4753 1186 4752
Face 9585 415 4753 4752
Face 9586 415 3192 4753
Face 9587 420 4754 3212
Face 9588 420 2907 4754
Face 9589 396 4755 2973
Face 9590 396 761 4755
Face 9591 2935 4756 1213
Face 9592 2935 1212 4756
Face 9593 320 4757 3514
Face 9594 320 3531 4757
Face 9595 1890 4758 4636
Face 9596 1890 2375 4758
Face 9597 753 4759 3720
Face 9598 753 2625 4759
Face 9599 1712 4760 3209
Face 9600 1712 4727 4760
Face 9601 563 4761 3165
Face 9602 563 1308 4761
Face 9603 825 4762 3874
Face 9604 825 4476 4762
Face 9605 2602 4763 1077
Face 9606 2602 3392 4763
Face 9607 458 4764 4680
Face 9608 458 3703 4764
Face 9609 2115 4765 3125
Face 9610 2115 4169 4765
Face 9611 536 4766 2811
Face 9612 536 2812 4766
Face 9613 2209 4767 529
Face 9614 2209 3203 4767
Face 9615 2077 4768 3694
Face 9616 2077 3683 4768
Face 9617 2424 4769 1041
Face 9618 2424 1827 4769
Face 9619 4438 4770 3366
Face 9620 4438 4437 4770
Face 9621 648 4771 2087
Face 9622 648 3191 4771
Face 9623 1892 4772 2626
Face 9624 1892 1141 4772
Face 9625 2682 4773 1519
Face 9626 2682 2824 4773
Face 9627 3319 4774 4228
Face 9628 3319 1059 4774
Face 9629 3292 4775 3305
Face 9630 3292 3293 4775
Face 9631 781 4776 2830
Face 9632 781 2089 4776
Face 9633 2467 4777 3123
Face 9634 2467 1919 4777
Face 9635 1928 4778 3838
Face 9636 1928 4516 4778
Face 9637 2365 4779 582
Face 9638 2365 3762 4779
Face 9639 1596 4780 200
Face 9640 1596 472 4780
Face 9641 1704 4781 1398
Face 9642 1704 2895 4781
Face 9643 958 4782 4599
Face 9644 958 1807 4782
Face 9645 844 4783 2864
Face 9646 844 2027 4783
Face 9647 2242 4784 3519
Face 9648 2242 123 4784
Face 9649 4012 4785 3013
Face 9650 4012 333 4785
Face 9651 2258 4786 4832
Face 9652 2258 4193 4786
Face 9653 261 4787 564
Face 9654 261 2385 4787
Face 9655 4418 4788 2614
Face 9656 4418 1989 4788
Face 9657 2417 4789 3581
Face 9658 2417 3724 4789
Face 9659 2417 4790 3724
Face 9660 2417 907 4790
Face 9661 708 4791 1806
Face 9662 708 2496 4791
Face 9663 112 4792 1188
Face 9664 4902 973 4792
Face 9665 1456 4793 2539
Face 9666 1456 3757 4793
Face 9667 1478 4794 4710
Face 9668 1478 2294 4794
Face 9669 4796 4795 4780
Face 9670 4796 2497 4795
Face 9671 472 4796 4780
Face 9672 472 2497 4796
Face 9673 2117 4797 2883
Face 9674 2117 4345 4797
Face 9675 4799 4798 2119
Face 9676 2651 3134 4798
Face 9677 2651 4799 1169
Face 9678 2651 4798 4799
Face 9679 1270 4800 986
Face 9680 1270 3117 4800
Face 9681 1768 4801 3883
Face 9682 1768 4044 4801
Face 9683 1320 4802 3822
Face 9684 1320 1502 4802
Face 9685 272 4803 2005
Face 9686 272 4056 4803
Face 9687 2887 4804 3656
Face 9688 2887 4803 4804
Face 9689 768 4805 3805
Face 9690 768 3698 4805
Face 9691 1398 4806 2050
Face 9692 1398 4781 4806
Face 9693 723 4807 1344
Face 9694 723 2414 4807
Face 9695 2786 4808 2623
Face 9696 2786 3243 4808
Face 9697 2141 4809 4046
Face 9698 2141 683 4809
Face 9699 681 4810 760
Face 9700 681 1782 4810
Face 9701 496 4811 1635
Face 9702 496 976 4811
Face 9703 430 4812 4667
Face 9704 430 2225 4812
Face 9705 4814 4813 2898
Face 9706 2897 3793 4813
Face 9707 2897 4814 1734
Face 9708 2897 4813 4814
Face 9709 758 4815 4692
Face 9710 4907 173 4815
Face 9711 1908 4816 4719
Face 9712 1908 1141 4816
Face 9713 614 4817 3508
Face 9714 614 2123 4817
Face 9715 626 4818 567
Face 9716 626 284 4818
Face 9717 2397 4819 1430
Face 9718 2397 4679 4819
Face 9719 396 4820 1781
Face 9720 396 2973 4820
Face 9721 177 4821 2471
Face 9722 177 3657 4821
Face 9723 2913 4822 3943
Face 9724 2913 807 4822
Face 9725 514 4823 4713
Face 9726 514 2156 4823
Face 9727 711 4824 4344
Face 9728 4825 1709 4824
Face 9729 711 4825 4824
Face 9730 711 2736 4825
Face 9731 709 4826 405
Face 9732 709 2606 4826
Face 9733 3272 4827 1829
Face 9734 3272 341 4827
Face 9735 4829 4828 1196
Face 9736 819 4683 4828
Face 9737 819 4829 4102
Face 9738 819 4828 4829
Face 9739 1113 4830 3918
Face 9740 1113 3405 4830
Face 9741 924 4831 1387
Face 9742 924 2242 4831
Face 9743 1055 4832 4786
Face 9744 1055 2040 4832
Face 9745 3694 4833 2076
Face 9746 3694 2900 4833
Face 9747 2525 4834 3490
Face 9748 2525 2675 4834
Face 9749 1109 4835 1537
Face 9750 1109 611 4835
Face 9751 1442 4836 2765
Face 9752 1442 2304 4836
Face 9753 2317 4837 391
Face 9754 2317 4331 4837
Face 9755 806 4838 3205
Face 9756 806 2162 4838
Face 9757 1212 4839 4756
Face 9758 1212 627 4840
Face 9759 4839 4840 627
Face 9760 4839 1212 4840
Face 9761 1802 4841 4513
Face 9762 1802 733 4841
Face 9763 785 4842 3487
Face 9764 785 1123 4842
Face 9765 785 4843 4503
Face 9766 785 3487 4843
Face 9767 1902 4844 1391
Face 9768 1902 4838 4844
Face 9769 1200 4845 4695
Face 9770 1200 4427 4845
Face 9771 1753 4846 4014
Face 9772 1753 2078 4846
Face 9773 138 4847 3697
Face 9774 138 4420 4847
Face 9775 1688 4848 2918
Face 9776 1688 4687 4848
Face 9777 2919 4849 4362
Face 9778 2919 3200 4849
Face 9779 437 4850 3589
Face 9780 437 465 4850
Face 9781 3368 4851 4119
Face 9782 3368 2622 4851
Face 9783 1265 4852 4368
Face 9784 1265 1045 4852
Face 9785 2239 4853 2240
Face 9786 2239 4498 4853
Face 9787 1474 4854 4408
Face 9788 1474 1006 4854
Face 9789 668 4855 3970
Face 9790 668 1090 4855
Face 9791 668 4856 1090
Face 9792 668 2665 4856
Face 9793 525 4857 3103
Face 9794 525 4346 4857
Face 9795 224 4858 4859
Face 9796 224 60 4858
Face 9797 3 4859 4858
Face 9798 3 107 4859
Face 9799 1729 4860 4501
Face 9800 1729 3826 4860
Face 9801 2414 4861 1795
Face 9802 2414 723 4861
Face 9803 1180 4862 1916
Face 9804 1180 356 4862
Face 9805 1072 4863 2988
Face 9806 1072 939 4863
Face 9807 978 4864 3845
Face 9808 978 2949 4864
Face 9809 2743 4865 4058
Face 9810 2743 560 4865
Face 9811 411 4866 3325
Face 9812 411 3367 4866
Face 9813 1281 4867 3166
Face 9814 1281 3970 4867
Face 9815 3834 4868 1725
Face 9816 3834 3833 4868
Face 9817 1140 4869 2974
Face 9818 1140 3544 4869
Face 9819 1548 4870 3711
Face 9820 1548 2028 4870
Face 9821 3662 4871 3956
Face 9822 3662 4699 4871
Face 9823 2235 4872 989
Face 9824 2235 2521 4872
Face 9825 694 4873 4360
Face 9826 694 624 4873
Face 9827 2142 4874 966
Face 9828 2142 348 4874
Face 9829 2495 4875 4231
Face 9830 2495 982 4875
Face 9831 1153 4876 2049
Face 9832 1153 2660 4876
Face 9833 727 4877 2207
Face 9834 727 1617 4877
Face 9835 479 4878 1100
Face 9836 479 1514 4878
Face 9837 2708 4879 4185
Face 9838 2708 4077 4879
Face 9839 241 4880 792
Face 9840 241 2001 4880
Face 9841 2494 4881 2495
Face 9842 2494 3526 4881
Face 9843 1131 4882 2466
Face 9844 1131 160 4882
Face 9845 904 4883 4575
Face 9846 904 4356 4883
Face 9847 2814 4884 3868
Face 9848 2814 1599 4884
Face 9849 1051 4885 3246
Face 9850 1051 4669 4885
Face 9851 114 4886 1425
Face 9852 114 1066 4886
Face 9853 1366 4887 2082
Face 9854 1366 4180 4887
Face 9855 340 4888 4058
Face 9856 340 4144 4888
Face 9857 1691 4889 2216
Face 9858 1691 332 4889
Face 9859 1222 4890 2396
Face 9860 1222 901 4890
Face 9861 831 4891 4203
Face 9862 831 2052 4891
Face 9863 667 4892 1403
Face 9864 667 2009 4892
Face 9865 2038 4893 4672
Face 9866 2038 3975 4893
Face 9867 1124 4894 1110
Face 9868 1124 2222 4894
Face 9869 1135 4895 2962
Face 9870 1135 2936 4895
Face 9871 4897 4896 2690
Face 9872 1385 3810 4896
Face 9873 1385 4897 4454
Face 9874 1385 4896 4897
Face 9875 3888 4898 2325
Face 9876 3888 842 4898
Face 9877 279 4899 1363
Face 9878 279 2053 4899
Face 9879 2200 4900 3700
Face 9880 2200 3701 4900
Face 9881 1580 4901 272
Face 9882 1580 3081 4901
Face 9883 112 4902 4792
Face 9884 112 158 4902
Face 9885 3217 4903 2233
Face 9886 3217 2314 4903
Face 9887 1148 4904 4642
Face 9888 1148 3116 4904
Face 9889 3415 4905 2913
Face 9890 3415 459 4905
Face 9891 3511 4906 3510
Face 9892 3511 4526 4906
Face 9893 758 4907 4815
Face 9894 758 2099 4907
Face 9895 77 4908 2088
Face 9896 77 3964 4908
Face 9897 3248 4909 3762
Face 9898 3248 3249 4909
Face 9899 137 4910 3244
Face 9900 137 1353 4910
Face 9901 578 4911 4692
Face 9902 578 4442 4911
Face 9903 1850 4912 388
Face 9904 1850 2328 4912
Face 9905 866 4913 161
Face 9906 866 1906 4913
Face 9907 2321 4914 3793
Face 9908 2321 2813 4914
Face 9909 1933 4915 2804
Face 9910 1933 2829 4915
Face 9911 392 4916 4959
Face 9912 392 3183 4916
Face 9913 4916 4917 1756
Face 9914 4916 3183 4917
Face 9915 4919 4918 4192
Face 9916 801 3026 4918
Face 9917 801 4919 1582
Face 9918 801 4918 4919
Face 9919 213 4920 2724
Face 9920 213 2153 4920
Face 9921 1777 4921 2674
Face 9922 1777 2983 4921
Face 9923 2289 4922 4273
Face 9924 2289 3459 4922
Face 9925 2633 4923 4951
Face 9926 2633 401 4923
Face 9927 3691 4924 566
Face 9928 3691 2819 4924
Face 9929 383 4925 3103
Face 9930 383 2773 4925
Face 9931 2419 4926 493
Face 9932 2419 2507 4926
Face 9933 2960 4927 1469
Face 9934 2960 2961 4927
Face 9935 1889 4928 3258
Face 9936 1889 3863 4928
Face 9937 1952 4929 1232
Face 9938 1952 502 4929
Face 9939 1271 4930 4522
Face 9940 1271 3006 4930
Face 9941 635 4931 4265
Face 9942 635 3706 4931
Face 9943 1084 4932 3439
Face 9944 1084 3732 4932
Face 9945 1016 4933 4245
Face 9946 1016 1603 4933
Face 9947 2567 4934 910
Face 9948 2567 2929 4934
Face 9949 957 4935 4673
Face 9950 957 2229 4935
Face 9951 699 4936 4473
Face 9952 699 4635 4936
Face 9953 2982 4937 3558
Face 9954 2982 2564 4937
Face 9955 1976 4938 3787
Face 9956 1976 1091 4938
Face 9957 370 4939 327
Face 9958 370 1656 4939
Face 9959 370 4940 1656
Face 9960 370 2570 4940
Face 9961 1833 4941 2820
Face 9962 1833 814 4941
Face 9963 2452 4942 979
Face 9964 2452 269 4942
Face 9965 3099 4943 1212
Face 9966 3099 2256 4943
Face 9967 2176 4944 3562
Face 9968 2176 187 4944
Face 9969 2717 4945 1613
Face 9970 2717 4843 4945
Face 9971 2075 4946 2676
Face 9972 2075 2416 4946
Face 9973 1458 4947 3947
Face 9974 1458 4581 4947
Face 9975 181 4948 376
Face 9976 181 1613 4948
Face 9977 790 4949 2887
Face 9978 790 2954 4949
Face 9979 1782 4950 4810
Face 9980 1782 1193 4950
Face 9981 1744 4951 1334
Face 9982 1744 2633 4951
Face 9983 1849 4952 3304
Face 9984 1849 2268 4952
Face 9985 632 4953 529
Face 9986 632 3270 4953
Face 9987 2177 4954 3602
Face 9988 2177 2687 4954
Face 9989 2370 4955 3116
Face 9990 2370 788 4955
Face 9991 3008 4956 3113
Face 9992 3008 3504 4956
Face 9993 4608 4957 3049
Face 9994 4608 2546 4957
Face 9995 1323 4958 2071
Face 9996 1323 3321 4958
Face 9997 1756 4959 4916
Face 9998 1756 2789 4959
Face 9999 577 4960 2791
Face 10000 577 2022 4960
================================================
FILE: models/dragon1K.m
================================================
Vertex 1 0.0426847 0.077947 0.0194524
Vertex 2 -0.0700004 0.150208 -0.0137753
Vertex 3 -0.0654391 0.153829 -0.00326653
Vertex 4 -0.0698508 0.150233 -0.0138021
Vertex 5 0.00614719 0.0937321 -0.0178742
Vertex 6 -0.0693374 0.156037 -0.0182349
Vertex 7 0.0257745 0.0597182 0.00744148
Vertex 8 0.0358972 0.0845348 -0.00191574
Vertex 9 0.011916 0.0762008 -0.0136377
Vertex 10 0.0119182 0.0762192 -0.0136841
Vertex 11 0.0119202 0.0762902 -0.0136208
Vertex 12 0.0357587 0.0846243 -0.00186089
Vertex 13 0.0119313 0.0762581 -0.0137207
Vertex 14 0.0119352 0.0763849 -0.0138214
Vertex 15 0.0275682 0.0663484 0.0116963
Vertex 16 0.0253856 0.0589582 0.0074633
Vertex 17 0.0358415 0.0846433 -0.00192396
Vertex 18 0.0256428 0.0598314 0.00751453
Vertex 19 0.044582 0.0843205 0.0187839
Vertex 20 0.0446653 0.0843993 0.0187539
Vertex 21 0.0256842 0.0598028 0.00743018
Vertex 22 0.0359447 0.0852205 -0.00152287
Vertex 23 0.0443358 0.0858837 0.0188476
Vertex 24 0.0108803 0.076515 -0.0141045
Vertex 25 0.0429743 0.079289 0.0187858
Vertex 26 -0.0558825 0.144131 -0.0144398
Vertex 27 0.0234132 0.0609752 0.00754347
Vertex 28 0.0122594 0.0812961 -0.0144974
Vertex 29 -0.0558627 0.144219 -0.0146213
Vertex 30 0.0122541 0.0812747 -0.0144419
Vertex 31 0.012233 0.0810645 -0.0144458
Vertex 32 0.0119964 0.0811458 -0.0144995
Vertex 33 0.0163617 0.0650257 0.0028451
Vertex 34 0.0231935 0.0610195 0.00748457
Vertex 35 0.0122318 0.0810871 -0.0145736
Vertex 36 0.0276219 0.0666358 0.0120598
Vertex 37 0.0161787 0.0652845 0.00295152
Vertex 38 0.0454897 0.0854233 0.0200736
Vertex 39 0.0232942 0.0611942 0.0075198
Vertex 40 0.0442687 0.0859376 0.0187689
Vertex 41 0.0442824 0.0858727 0.0188473
Vertex 42 0.0352826 0.119001 0.00641062
Vertex 43 0.0446106 0.0842065 0.0187412
Vertex 44 -0.0695441 0.156022 -0.0180847
Vertex 45 -0.0558532 0.14423 -0.0147975
Vertex 46 0.0446136 0.0843179 0.0188076
Vertex 47 0.0647362 0.093854 -0.00273571
Vertex 48 0.0119258 0.0763824 -0.0135826
Vertex 49 -0.0565903 0.14418 -0.0145865
Vertex 50 0.0163673 0.0649547 0.0027857
Vertex 51 -0.00437464 0.149382 -0.02158
Vertex 52 0.0443037 0.0858149 0.0188063
Vertex 53 0.0658652 0.104017 -0.00720835
Vertex 54 -0.0697664 0.151115 -0.0154794
Vertex 55 0.0442057 0.084754 -0.00907686
Vertex 56 -0.0698508 0.155923 -0.0180001
Vertex 57 0.0650439 0.0944827 -0.00157173
Vertex 58 0.0056597 0.0905095 -0.0127824
Vertex 59 -0.00820543 0.0746189 0.00448974
Vertex 60 -0.0657964 0.153842 -0.00400802
Vertex 61 0.0275605 0.0663264 0.0116952
Vertex 62 0.0667805 0.134478 -0.0189734
Vertex 63 -0.0773317 0.164989 -0.00475539
Vertex 64 0.0441778 0.0854486 0.0184493
Vertex 65 0.027179 0.0654494 0.0110168
Vertex 66 0.0348537 0.0975967 0.0135757
Vertex 67 -0.049076 0.179505 -0.0216301
Vertex 68 0.0238718 0.0557571 0.00459486
Vertex 69 0.0442439 0.0860462 0.0187318
Vertex 70 -0.0672045 0.153397 -0.00381031
Vertex 71 -0.0693083 0.156004 -0.0181685
Vertex 72 0.0257592 0.0598077 0.00765418
Vertex 73 0.0181869 0.122395 -0.0210975
Vertex 74 0.0433825 0.0800739 0.0181993
Vertex 75 -0.0762098 0.165182 -0.00178802
Vertex 76 -0.0760143 0.165122 -0.00164998
Vertex 77 0.0609677 0.0825985 0.00625
Vertex 78 -0.0669222 0.153394 -0.00425434
Vertex 79 -0.0674579 0.153455 -0.00387949
Vertex 80 -0.0671344 0.153451 -0.0043895
Vertex 81 -0.0153299 0.0725662 -0.0296598
Vertex 82 0.0274244 0.0662655 0.0115902
Vertex 83 0.064598 0.0947578 -0.0011528
Vertex 84 -0.0671209 0.153252 -0.00414989
Vertex 85 -0.0670754 0.153463 -0.00398597
Vertex 86 0.0303669 0.117849 -0.0112957
Vertex 87 0.043498 0.0795871 0.0188652
Vertex 88 0.0644772 0.0931869 -0.00193549
Vertex 89 -0.0783364 0.0900759 -0.0224203
Vertex 90 0.0169935 0.0665806 0.00734289
Vertex 91 -0.0699661 0.150255 -0.0137663
Vertex 92 0.00875395 0.10121 -0.0202371
Vertex 93 0.0645312 0.0932971 -0.00199045
Vertex 94 0.0311803 0.0902627 0.0101671
Vertex 95 0.035307 0.119354 0.00659528
Vertex 96 -0.0691586 0.156082 -0.017871
Vertex 97 0.0275513 0.0663778 0.0117479
Vertex 98 0.0315994 0.0587784 0.0221202
Vertex 99 -0.0558271 0.144117 -0.0147432
Vertex 100 -0.0762141 0.165113 -0.00160396
Vertex 101 -0.0762188 0.165279 -0.00175708
Vertex 102 0.0649297 0.0945813 -0.00173721
Vertex 103 0.0274257 0.0660569 0.0113521
Vertex 104 0.0352878 0.119016 0.00665232
Vertex 105 -0.0566062 0.146009 -0.0161785
Vertex 106 0.0257228 0.0598352 0.00744908
Vertex 107 -0.0656451 0.153888 -0.00377984
Vertex 108 0.0343299 0.0900589 0.0245302
Vertex 109 -0.069565 0.155994 -0.0181655
Vertex 110 0.0231131 0.0623926 0.00796008
Vertex 111 0.033821 0.113685 0.00416425
Vertex 112 -0.0802679 0.16546 0.00784167
Vertex 113 -0.0550989 0.143835 -0.0146987
Vertex 114 0.0363593 0.0912945 -0.00301161
Vertex 115 -0.069657 0.156045 -0.0182895
Vertex 116 0.0154087 0.0628354 0.00268985
Vertex 117 0.00612364 0.093589 -0.0179351
Vertex 118 -0.0659724 0.153415 -0.00246964
Vertex 119 0.0351419 0.118805 0.007042
Vertex 120 0.0428444 0.0795786 0.0188241
Vertex 121 0.0425138 0.077432 0.0199952
Vertex 122 0.016251 0.0647522 0.00273069
Vertex 123 0.0635712 0.0668207 0.027428
Vertex 124 0.0232358 0.0610505 0.00746139
Vertex 125 0.0431803 0.0796838 0.0187306
Vertex 126 0.0447166 0.0843932 0.0186416
Vertex 127 -0.0727133 0.14834 -0.0112227
Vertex 128 0.0358213 0.0846732 -0.00191888
Vertex 129 0.0666786 0.133857 -0.0147892
Vertex 130 0.0435601 0.0876886 0.0183317
Vertex 131 0.0646217 0.0939776 -0.00218335
Vertex 132 0.0352824 0.119194 0.00657663
Vertex 133 0.025148 0.0587998 0.00756686
Vertex 134 -0.0557595 0.14431 -0.0144439
Vertex 135 0.0442774 0.0861774 0.0187719
Vertex 136 0.00618193 0.0933352 -0.0179135
Vertex 137 0.0432167 0.0790472 0.0189669
Vertex 138 0.0158325 0.0677719 0.0036575
Vertex 139 0.0311304 0.0802692 -0.0354021
Vertex 140 -0.0699273 0.150187 -0.0136737
Vertex 141 0.0435223 0.0793642 0.0191667
Vertex 142 -0.0659187 0.154209 -0.00412103
Vertex 143 0.0411746 0.0778266 0.019688
Vertex 144 -0.059025 0.156905 -0.0209177
Vertex 145 0.0655713 0.0819597 0.00479666
Vertex 146 0.0273944 0.0665106 0.0117735
Vertex 147 0.0646998 0.0939083 -0.00198213
Vertex 148 0.0018213 0.100751 -0.0313258
Vertex 149 -0.07569 0.165311 -0.00123138
Vertex 150 0.0358229 0.084781 -0.00195952
Vertex 151 0.0163067 0.0650397 0.00286133
Vertex 152 0.0749755 0.0651107 0.00121577
Vertex 153 0.0137459 0.0785245 -0.00617058
Vertex 154 0.0429401 0.0783035 0.0193874
Vertex 155 -0.0699969 0.150312 -0.0137652
Vertex 156 0.00617349 0.0930135 -0.0178882
Vertex 157 0.0194412 0.129385 -0.0326285
Vertex 158 -0.0717622 0.164104 -0.000326263
Vertex 159 -0.0324476 0.099203 -0.0147245
Vertex 160 -0.0454377 0.0587781 0.0370134
Vertex 161 0.0103868 0.0679826 -0.0181143
Vertex 162 -0.0385147 0.168451 0.000541928
Vertex 163 -0.0708177 0.179909 -0.00473465
Vertex 164 -0.0847336 0.0660988 -0.00170299
Vertex 165 -0.0216159 0.136816 -0.0241447
Vertex 166 0.0421194 0.125987 -0.00110032
Vertex 167 0.0278143 0.160653 -0.018536
Vertex 168 -0.0536517 0.142376 -0.0250031
Vertex 169 -0.0544225 0.114978 0.00796353
Vertex 170 -0.0813534 0.142465 -0.0144296
Vertex 171 -0.0845388 0.138818 -0.00852711
Vertex 172 -0.0994996 0.156243 0.00507291
Vertex 173 -0.0530686 0.143395 -0.00895541
Vertex 174 0.0611595 0.0535446 -0.0249801
Vertex 175 0.0370073 0.116935 -0.0319087
Vertex 176 -0.076553 0.156879 -0.019603
Vertex 177 -0.0702354 0.124483 -0.0048582
Vertex 178 -0.0479959 0.0804544 0.0247983
Vertex 179 -0.0226237 0.0964518 0.00300877
Vertex 180 -0.0785629 0.149313 -0.00561722
Vertex 181 -0.0749894 0.15011 0.00881622
Vertex 182 -0.0319185 0.145652 -0.00125225
Vertex 183 0.0364097 0.123383 0.00737705
Vertex 184 0.0354051 0.119292 0.00652427
Vertex 185 0.011677 0.145555 -0.0362428
Vertex 186 -0.0382081 0.139824 -0.030028
Vertex 187 -0.0507137 0.139054 -0.0238205
Vertex 188 0.0243356 0.0560191 0.0187657
Vertex 189 -0.055838 0.0895987 -0.0234375
Vertex 190 0.079604 0.0913942 0.019654
Vertex 191 0.0439377 0.0895446 -0.0314658
Vertex 192 0.0449211 0.0718621 -0.0338783
Vertex 193 0.0129558 0.0850146 -0.0123994
Vertex 194 -0.053244 0.147078 0.000374961
Vertex 195 0.0446205 0.0844028 0.019139
Vertex 196 0.0479692 0.0968994 0.015679
Vertex 197 -0.018547 0.0645933 0.0207868
Vertex 198 -0.0241582 0.0533546 0.00505242
Vertex 199 -0.0934327 0.14365 0.0212099
Vertex 200 0.0140372 0.126294 -0.00616647
Vertex 201 -0.0636262 0.0886668 -0.0372807
Vertex 202 -0.0969306 0.175613 0.00320718
Vertex 203 -0.0358607 0.173542 -0.0263511
Vertex 204 -0.0221551 0.0954759 -0.0322654
Vertex 205 -0.0378728 0.064856 -0.0384175
Vertex 206 -0.0320225 0.0543998 -0.0247633
Vertex 207 0.0568064 0.145005 -0.0131547
Vertex 208 -0.0847486 0.0878039 0.0107292
Vertex 209 -0.045944 0.0991396 -0.00759843
Vertex 210 -0.067756 0.0697729 -0.0338768
Vertex 211 -0.0566095 0.0734758 0.0379291
Vertex 212 0.0040961 0.149303 -0.00623135
Vertex 213 -0.0287276 0.150407 -0.0303171
Vertex 214 0.0267468 0.0861129 -0.00336572
Vertex 215 -0.0586004 0.0547038 0.0109921
Vertex 216 -0.0674944 0.0537878 0.0332831
Vertex 217 -0.0417661 0.064223 0.0176682
Vertex 218 0.0624699 0.0640698 -0.0178876
Vertex 219 0.0865424 0.0885888 0.00881253
Vertex 220 -0.048249 0.157602 0.00261054
Vertex 221 -0.0688203 0.0687943 0.0200169
Vertex 222 -0.0523837 0.159873 0.000520146
Vertex 223 -0.0652588 0.153748 -0.00381984
Vertex 224 -0.0643863 0.154311 -0.003958
Vertex 225 -0.0691191 0.155952 -0.0183035
Vertex 226 -0.058135 0.154618 -0.0163518
Vertex 227 0.012074 0.0813837 -0.014722
Vertex 228 0.0154393 0.0917242 -0.0248719
Vertex 229 0.0789241 0.124373 -0.0106087
Vertex 230 0.0740512 0.127271 -0.0223449
Vertex 231 0.0567802 0.109216 -0.0292671
Vertex 232 0.0308661 0.0562398 0.0140038
Vertex 233 -0.04016 0.0900462 0.0100048
Vertex 234 0.0939098 0.149953 -0.00884179
Vertex 235 0.0755697 0.145097 -0.00610181
Vertex 236 -0.024037 0.0607682 -0.0408129
Vertex 237 0.0332658 0.152294 -0.00467124
Vertex 238 -0.0458484 0.177775 -0.00307329
Vertex 239 0.0384444 0.148173 -0.0357799
Vertex 240 -0.0118253 0.0585289 -0.00492733
Vertex 241 -0.0533189 0.162359 -0.0311789
Vertex 242 0.0100934 0.0589887 0.00534269
Vertex 243 0.0623051 0.11756 -0.00950182
Vertex 244 0.0643343 0.111124 -0.0109666
Vertex 245 0.0805827 0.090328 -0.004854
Vertex 246 -0.0733551 0.161793 0.0165761
Vertex 247 -0.099898 0.173481 -0.00901404
Vertex 248 -0.075993 0.165279 -0.00170154
Vertex 249 -0.0942965 0.162136 -0.00451331
Vertex 250 0.0464284 0.103127 0.0227388
Vertex 251 0.00924683 0.0665252 0.0216136
Vertex 252 0.0420544 0.06337 -0.0306221
Vertex 253 -0.0722905 0.170022 0.00443592
Vertex 254 -0.0809381 0.177647 -0.00175191
Vertex 255 0.0936874 0.133858 -0.00878446
Vertex 256 0.091579 0.130137 -0.0125941
Vertex 257 0.0617185 0.0557266 0.0128017
Vertex 258 0.0328223 0.0546378 -0.049039
Vertex 259 0.034898 0.0799025 0.00259474
Vertex 260 0.0291955 0.0697161 0.0163729
Vertex 261 0.0427806 0.0770015 0.0198323
Vertex 262 0.0273489 0.0664195 0.0117569
Vertex 263 0.0276216 0.0665642 0.0121712
Vertex 264 -0.065849 0.0622212 -0.0271475
Vertex 265 -0.0810252 0.0685964 -0.0158873
Vertex 266 -0.088346 0.0566164 -0.0247799
Vertex 267 -0.0825003 0.0576556 -0.0358679
Vertex 268 -0.035223 0.158631 -0.0401654
Vertex 269 -0.0320682 0.172715 -0.0340866
Vertex 270 -0.0396622 0.174061 -0.0374572
Vertex 271 -0.0870846 0.0639928 -0.036266
Vertex 272 0.0675013 0.102729 0.00550438
Vertex 273 0.0225887 0.0633421 0.0176351
Vertex 274 -0.0220003 0.1608 -0.0126876
Vertex 275 0.0500638 0.155907 -0.0216652
Vertex 276 -0.102674 0.146638 0.00606691
Vertex 277 0.0122626 0.0810003 -0.0143889
Vertex 278 0.0249746 0.0545305 -0.0241409
Vertex 279 -0.0586727 0.170465 -0.0282614
Vertex 280 -0.0418005 0.0869862 -0.0217555
Vertex 281 0.0355541 0.0632531 -0.0503587
Vertex 282 -0.00773972 0.162798 -0.00814775
Vertex 283 -0.0323547 0.177521 -0.00865744
Vertex 284 -0.0141732 0.166065 -0.00978416
Vertex 285 -0.0120693 0.171266 -0.00935746
Vertex 286 -0.069242 0.142186 0.0158646
Vertex 287 -0.0452721 0.181391 -0.012756
Vertex 288 -0.0060217 0.192819 -0.0309195
Vertex 289 0.0384994 0.120085 0.00574021
Vertex 290 0.0385754 0.10461 0.0255487
Vertex 291 -0.0730361 0.0585184 -0.0159704
Vertex 292 -0.0431154 0.0669724 0.0275478
Vertex 293 -0.0150836 0.0534687 0.0274685
Vertex 294 -0.0234232 0.15673 -0.0171254
Vertex 295 0.0535296 0.0547164 -0.0122812
Vertex 296 0.0112576 0.0764302 -0.0132845
Vertex 297 0.0167169 0.065944 0.000905449
Vertex 298 0.0753917 0.0648915 0.0223037
Vertex 299 0.0333914 0.133245 -0.00298706
Vertex 300 -0.08865 0.086616 -0.010114
Vertex 301 -0.0547857 0.100145 -0.0211789
Vertex 302 0.0176348 0.0772478 -0.0333903
Vertex 303 0.0248139 0.0688059 -0.0371254
Vertex 304 -0.0418959 0.052285 -0.0399166
Vertex 305 -0.0766024 0.0702364 0.0151039
Vertex 306 0.0611026 0.105422 -0.0140731
Vertex 307 -0.104657 0.142893 -0.0039265
Vertex 308 -0.0858174 0.176738 0.0153697
Vertex 309 -0.060409 0.0536814 -0.0145811
Vertex 310 -0.0783653 0.0688842 -0.0234126
Vertex 311 -0.0434322 0.0853281 0.0230432
Vertex 312 -0.0395074 0.070082 0.0267905
Vertex 313 -0.0300795 0.0533978 0.0209774
Vertex 314 -0.0743902 0.108928 0.00890992
Vertex 315 0.0707011 0.0533009 -0.00834904
Vertex 316 -0.0669878 0.0734885 -0.0295481
Vertex 317 0.0343601 0.132754 -0.033867
Vertex 318 -0.00408861 0.18919 -0.0287317
Vertex 319 -0.0241158 0.17536 -0.00614887
Vertex 320 -0.0421749 0.144712 -0.0340169
Vertex 321 -0.0593869 0.0543176 0.0149045
Vertex 322 0.0326964 0.0621658 0.0174544
Vertex 323 0.0425056 0.0778828 0.0198482
Vertex 324 -0.0654954 0.17542 0.00667666
Vertex 325 -0.0334488 0.177712 -0.0156059
Vertex 326 -0.00416268 0.192432 -0.0288008
Vertex 327 0.0677693 0.128202 -0.0108873
Vertex 328 0.0758526 0.149135 -0.0130239
Vertex 329 -0.0233307 0.0546215 0.00793462
Vertex 330 -0.0391858 0.0549833 0.00373724
Vertex 331 -0.0329941 0.175389 -0.024602
Vertex 332 -0.0726698 0.174691 -0.0203611
Vertex 333 0.00601661 0.0664443 0.00997178
Vertex 334 -0.0200533 0.150132 -0.0100239
Vertex 335 0.0713062 0.0747758 -0.000528598
Vertex 336 -0.023931 0.130863 -0.0192734
Vertex 337 0.0411171 0.0749232 0.016818
Vertex 338 0.0481553 0.0791353 -0.00419628
Vertex 339 0.0470012 0.0530785 0.0193218
Vertex 340 0.028132 0.0672231 -0.048624
Vertex 341 -0.103257 0.153148 0.0122142
Vertex 342 -0.0563721 0.154357 -0.0263118
Vertex 343 -0.0748725 0.161936 -0.0186973
Vertex 344 -0.0943128 0.145899 0.0238758
Vertex 345 -0.0429308 0.144412 0.0014772
Vertex 346 -0.0475007 0.138619 -0.00175567
Vertex 347 -0.0138866 0.0929959 0.00553812
Vertex 348 -0.00789513 0.0650087 0.0196652
Vertex 349 -0.0238413 0.0736411 0.0146673
Vertex 350 -0.0208906 0.0803487 0.012126
Vertex 351 0.0496653 0.121611 -0.0339889
Vertex 352 -0.092251 0.174354 0.0152339
Vertex 353 0.0265719 0.0792823 -0.0370835
Vertex 354 0.0219348 0.0535048 -0.0128763
Vertex 355 0.0117856 0.135489 -0.0020565
Vertex 356 -0.0464472 0.176749 -0.027201
Vertex 357 -0.0426488 0.0970166 -0.0109999
Vertex 358 0.0306178 0.0845578 0.00135343
Vertex 359 0.028867 0.120825 -0.0187229
Vertex 360 0.062304 0.08443 0.021324
Vertex 361 -0.00427816 0.0759494 -0.0238841
Vertex 362 -0.000541483 0.109826 -0.034662
Vertex 363 0.0597633 0.0670895 -0.00728524
Vertex 364 -0.0192855 0.126153 -0.0163139
Vertex 365 0.0199103 0.0811584 0.0113768
Vertex 366 -0.014052 0.185173 -0.0307044
Vertex 367 -0.0382126 0.185166 -0.0238273
Vertex 368 -0.0735208 0.171841 -0.0182164
Vertex 369 -0.0631388 0.0729037 0.0387861
Vertex 370 0.0770522 0.121985 -0.00824373
Vertex 371 -0.0719284 0.142494 0.0122221
Vertex 372 -0.0792659 0.10862 -0.0165161
Vertex 373 0.0427281 0.0735193 0.0157122
Vertex 374 0.0413267 0.0693511 0.0199724
Vertex 375 -0.0172808 0.153822 -0.00494297
Vertex 376 -0.0883844 0.153364 0.013546
Vertex 377 0.0670528 0.0537631 0.00637291
Vertex 378 -0.070886 0.0538556 0.000850248
Vertex 379 0.0363135 0.0539588 0.0058825
Vertex 380 -0.0927561 0.181208 0.00147937
Vertex 381 0.0660166 0.133742 -0.0160788
Vertex 382 0.049229 0.156254 -0.0175047
Vertex 383 0.0067152 0.0567098 0.0267035
Vertex 384 -0.0262906 0.14941 -0.0407265
Vertex 385 -0.0696193 0.150253 -0.013736
Vertex 386 -0.0844338 0.148524 -0.00536644
Vertex 387 0.0448541 0.0785038 -0.016474
Vertex 388 -0.07851 0.0628453 -0.0419598
Vertex 389 -0.0612295 0.165675 0.0105113
Vertex 390 -0.0219055 0.167019 -0.0417417
Vertex 391 -0.0196622 0.0549202 -0.018326
Vertex 392 -0.00603806 0.131224 -0.0322061
Vertex 393 -0.0319466 0.0961764 -0.0107761
Vertex 394 -0.0107647 0.173695 -0.0119902
Vertex 395 -0.0260845 0.0762342 -0.0369147
Vertex 396 -0.0344032 0.0717168 -0.0309867
Vertex 397 -0.022995 0.16207 -0.0251542
Vertex 398 0.0466415 0.0671277 -0.0369688
Vertex 399 0.0409771 0.0765522 -0.0347795
Vertex 400 0.0337886 0.0656809 -0.0316308
Vertex 401 0.0237007 0.160539 -0.0231436
Vertex 402 -0.00993119 0.0711184 0.00584154
Vertex 403 -0.0453267 0.0535451 0.0295096
Vertex 404 -0.0448573 0.172057 0.00306094
Vertex 405 -0.0426196 0.16423 0.00351818
Vertex 406 0.0610894 0.131797 -0.0272725
Vertex 407 0.07583 0.0583669 -0.00588114
Vertex 408 -0.0455547 0.0768558 0.0303777
Vertex 409 -0.0650809 0.0971321 -0.0239599
Vertex 410 0.0500153 0.139614 -0.00264704
Vertex 411 -0.0534771 0.0973068 0.013163
Vertex 412 -0.027361 0.0526746 -0.0355765
Vertex 413 0.0382651 0.0535064 -0.0156211
Vertex 414 -0.0703673 0.0991855 -0.0215085
Vertex 415 0.0672712 0.116399 -0.016903
Vertex 416 0.00124879 0.153063 -0.0191195
Vertex 417 0.0429958 0.0824741 0.0160638
Vertex 418 0.0482375 0.0874996 0.0295633
Vertex 419 -0.0414411 0.186472 -0.0373189
Vertex 420 -0.0398567 0.175908 -0.0336297
Vertex 421 -0.0411713 0.169665 -0.0376142
Vertex 422 -0.0271616 0.170677 -0.0391493
Vertex 423 -0.0459198 0.178298 -0.0372043
Vertex 424 -0.0223564 0.176718 -0.0458115
Vertex 425 0.0384957 0.0883812 0.0328012
Vertex 426 -0.0603715 0.0608304 -0.0240674
Vertex 427 -0.0839519 0.10555 -0.00294059
Vertex 428 -0.0739756 0.17286 -0.00532214
Vertex 429 -0.0286709 0.185862 -0.00468876
Vertex 430 -0.0309641 0.186262 -0.00453245
Vertex 431 -0.0967666 0.139449 -0.00500852
Vertex 432 0.0539881 0.116 -0.00275221
Vertex 433 0.0687457 0.135071 -0.0185391
Vertex 434 -0.0465184 0.0639582 0.0177131
Vertex 435 0.0445772 0.0542642 -0.0185071
Vertex 436 -0.0132795 0.0531857 0.0102547
Vertex 437 0.00474537 0.057694 0.0151092
Vertex 438 0.0736324 0.107577 0.00725329
Vertex 439 -0.0578263 0.161772 -0.0143444
Vertex 440 -0.0316716 0.173484 -0.0199685
Vertex 441 -0.0196691 0.161117 -0.0242362
Vertex 442 -0.0402124 0.074456 -0.0306041
Vertex 443 -0.0854306 0.0670249 -0.0312443
Vertex 444 -0.0255964 0.079295 0.010416
Vertex 445 -0.0271499 0.154103 -0.0344207
Vertex 446 -0.0228941 0.164068 -0.044932
Vertex 447 -0.0349712 0.0524742 -0.0261707
Vertex 448 -0.0307427 0.0540217 -0.0178628
Vertex 449 -0.0476001 0.109737 0.00269695
Vertex 450 0.0260833 0.0644659 0.0209188
Vertex 451 0.0470608 0.0854553 -0.00984386
Vertex 452 0.0900011 0.144272 -0.00418029
Vertex 453 -0.0593935 0.133753 -0.0158541
Vertex 454 0.0347449 0.0585102 0.0142453
Vertex 455 -0.0816465 0.0610191 -0.0177837
Vertex 456 -0.0343509 0.185277 -0.0154252
Vertex 457 -0.0409068 0.194069 -0.0224745
Vertex 458 -0.0330998 0.140743 -0.00325296
Vertex 459 -0.0245081 0.143438 -0.00974745
Vertex 460 0.0578996 0.054441 0.0200656
Face 1 136 5 156
Face 2 17 22 8
Face 3 119 104 42
Face 4 41 38 64
Face 5 31 277 35
Face 6 35 227 32
Face 7 227 35 30
Face 8 60 223 3
Face 9 141 25 323
Face 10 40 130 52
Face 11 141 323 137
Face 12 41 52 130
Face 13 105 45 49
Face 14 107 3 223
Face 15 69 130 40
Face 16 25 137 120
Face 17 143 87 25
Face 18 56 71 44
Face 19 161 296 13
Face 20 72 18 16
Face 21 10 48 14
Face 22 18 72 133
Face 23 11 9 10
Face 24 10 9 296
Face 25 13 11 10
Face 26 82 15 97
Face 27 14 48 13
Face 28 13 48 11
Face 29 248 75 100
Face 30 14 13 24
Face 31 248 100 76
Face 32 37 33 151
Face 33 15 146 97
Face 34 33 122 151
Face 35 297 122 33
Face 36 6 96 115
Face 37 71 96 6
Face 38 18 106 21
Face 39 24 161 14
Face 40 24 9 11
Face 41 184 111 104
Face 42 113 49 99
Face 43 29 49 26
Face 44 24 11 48
Face 45 91 140 385
Face 46 110 34 39
Face 47 39 34 16
Face 48 16 116 39
Face 49 42 104 95
Face 50 95 104 132
Face 51 78 80 84
Face 52 31 32 277
Face 53 32 31 30
Face 54 30 193 32
Face 55 193 227 28
Face 56 49 29 134
Face 57 137 74 120
Face 58 87 1 121
Face 59 7 21 68
Face 60 3 118 60
Face 61 195 87 46
Face 62 126 195 46
Face 63 46 43 126
Face 64 30 35 277
Face 65 35 28 31
Face 66 28 35 32
Face 67 227 30 28
Face 68 28 30 31
Face 69 61 97 36
Face 70 87 126 43
Face 71 126 20 195
Face 72 126 87 417
Face 73 97 146 36
Face 74 20 87 43
Face 75 43 46 20
Face 76 26 105 99
Face 77 29 26 99
Face 78 137 143 1
Face 79 45 29 99
Face 80 154 261 1
Face 81 1 87 154
Face 82 19 64 46
Face 83 46 64 20
Face 84 87 143 137
Face 85 137 154 87
Face 86 105 134 45
Face 87 134 29 45
Face 88 148 58 136
Face 89 127 140 155
Face 90 41 23 38
Face 91 140 91 2
Face 92 2 91 127
Face 93 2 127 155
Face 94 2 4 140
Face 95 140 4 155
Face 96 149 76 101
Face 97 4 2 54
Face 98 101 76 100
Face 99 91 4 54
Face 100 23 41 40
Face 101 40 52 23
Face 102 27 39 116
Face 103 17 8 12
Face 104 69 40 41
Face 105 41 135 69
Face 106 20 130 19
Face 107 130 64 19
Face 108 130 135 41
Face 109 193 28 32
Face 110 136 92 5
Face 111 10 161 13
Face 112 10 14 161
Face 113 296 48 10
Face 114 42 95 183
Face 115 26 49 113
Face 116 64 52 41
Face 117 64 23 52
Face 118 128 114 22
Face 119 143 141 154
Face 120 66 111 196
Face 121 143 25 141
Face 122 17 128 22
Face 123 17 12 128
Face 124 186 213 165
Face 125 83 102 131
Face 126 248 76 63
Face 127 57 83 147
Face 128 34 124 16
Face 129 34 116 124
Face 130 27 16 124
Face 131 180 386 172
Face 132 136 58 117
Face 133 74 337 417
Face 134 213 397 165
Face 135 37 50 33
Face 136 37 122 50
Face 137 142 224 3
Face 138 47 102 57
Face 139 47 131 102
Face 140 116 37 151
Face 141 3 224 118
Face 142 19 87 20
Face 143 224 60 107
Face 144 347 355 212
Face 145 261 121 323
Face 146 42 132 111
Face 147 184 95 132
Face 148 156 117 58
Face 149 156 5 117
Face 150 154 323 143
Face 151 232 16 133
Face 152 78 60 70
Face 153 79 142 78
Face 154 2 155 54
Face 155 44 71 6
Face 156 110 72 16
Face 157 154 137 323
Face 158 101 75 248
Face 159 296 24 48
Face 160 119 66 183
Face 161 7 68 72
Face 162 82 146 103
Face 163 262 82 65
Face 164 262 146 82
Face 165 110 39 124
Face 166 74 141 125
Face 167 74 125 120
Face 168 18 21 16
Face 169 55 432 114
Face 170 50 297 33
Face 171 50 151 297
Face 172 56 44 96
Face 173 65 97 61
Face 174 65 82 97
Face 175 125 25 87
Face 176 137 125 141
Face 177 53 245 145
Face 178 60 80 85
Face 179 15 103 65
Face 180 109 6 225
Face 181 109 44 6
Face 182 385 155 4
Face 183 377 315 152
Face 184 27 116 34
Face 185 53 102 83
Face 186 21 133 16
Face 187 7 18 133
Face 188 7 133 21
Face 189 111 132 104
Face 190 57 147 47
Face 191 99 49 45
Face 192 7 106 18
Face 193 7 72 106
Face 194 277 193 30
Face 195 70 84 79
Face 196 142 70 85
Face 197 70 142 84
Face 198 130 20 126
Face 199 56 109 225
Face 200 56 115 109
Face 201 65 61 15
Face 202 37 138 122
Face 203 149 112 100
Face 204 85 70 60
Face 205 87 120 125
Face 206 87 323 120
Face 207 26 113 134
Face 208 71 56 225
Face 209 71 225 96
Face 210 44 115 96
Face 211 44 109 115
Face 212 61 146 15
Face 213 61 263 146
Face 214 61 36 263
Face 215 88 147 131
Face 216 49 194 105
Face 217 24 277 32
Face 218 117 92 136
Face 219 129 62 381
Face 220 63 76 149
Face 221 42 184 132
Face 222 114 12 8
Face 223 42 66 119
Face 224 42 111 66
Face 225 151 122 138
Face 226 74 87 141
Face 227 6 115 225
Face 228 116 110 124
Face 229 80 78 85
Face 230 116 50 122
Face 231 145 83 57
Face 232 131 147 83
Face 233 154 141 261
Face 234 128 150 114
Face 235 12 150 22
Face 236 150 8 22
Face 237 170 172 386
Face 238 224 107 223
Face 239 176 115 56
Face 240 75 63 100
Face 241 90 65 146
Face 242 137 1 261
Face 243 116 138 37
Face 244 53 57 102
Face 245 38 135 130
Face 246 38 69 135
Face 247 134 105 26
Face 248 297 151 138
Face 249 143 121 1
Face 250 184 104 119
Face 251 80 79 84
Face 252 80 142 79
Face 253 90 273 65
Face 254 60 78 84
Face 255 120 323 25
Face 256 149 158 112
Face 257 444 179 233
Face 258 261 141 87
Face 259 8 150 128
Face 260 93 88 47
Face 261 73 92 157
Face 262 392 204 51
Face 263 25 125 137
Face 264 136 156 148
Face 265 112 101 100
Face 266 63 75 101
Face 267 142 60 118
Face 268 360 374 123
Face 269 116 151 50
Face 270 121 261 87
Face 271 78 70 79
Face 272 259 214 358
Face 273 191 231 306
Face 274 64 195 20
Face 275 148 5 58
Face 276 133 72 68
Face 277 47 88 131
Face 278 101 158 149
Face 279 21 110 68
Face 280 374 339 123
Face 281 184 119 95
Face 282 140 127 385
Face 283 144 249 96
Face 284 145 57 53
Face 285 207 410 243
Face 286 103 146 65
Face 287 208 427 300
Face 288 147 93 47
Face 289 114 259 55
Face 290 439 158 63
Face 291 110 27 34
Face 292 385 4 91
Face 293 148 92 117
Face 294 58 240 361
Face 295 107 60 142
Face 296 58 5 92
Face 297 16 27 110
Face 298 299 73 359
Face 299 153 365 94
Face 300 148 117 5
Face 301 12 114 150
Face 302 103 15 82
Face 303 66 94 108
Face 304 224 180 60
Face 305 113 168 173
Face 306 148 362 185
Face 307 180 226 127
Face 308 228 24 32
Face 309 113 99 105
Face 310 64 69 23
Face 311 64 130 69
Face 312 118 84 142
Face 313 119 183 95
Face 314 239 275 406
Face 315 22 214 259
Face 316 129 381 244
Face 317 115 176 225
Face 318 189 280 396
Face 319 142 220 224
Face 320 413 354 278
Face 321 153 138 365
Face 322 98 188 232
Face 323 94 196 130
Face 324 21 72 110
Face 325 21 106 72
Face 326 268 320 241
Face 327 54 127 91
Face 328 148 157 92
Face 329 143 323 121
Face 330 145 338 77
Face 331 342 170 54
Face 332 116 68 110
Face 333 257 354 413
Face 334 230 219 245
Face 335 242 333 116
Face 336 214 22 114
Face 337 59 58 200
Face 338 63 112 202
Face 339 113 173 134
Face 340 259 8 128
Face 341 173 49 134
Face 342 100 63 149
Face 343 98 418 425
Face 344 146 108 90
Face 345 92 73 58
Face 346 83 145 77
Face 347 87 19 46
Face 348 378 309 215
Face 349 63 101 112
Face 350 297 68 116
Face 351 218 335 407
Face 352 385 54 155
Face 353 124 39 27
Face 354 262 65 263
Face 355 116 122 297
Face 356 320 170 342
Face 357 142 3 107
Face 358 12 259 128
Face 359 12 22 259
Face 360 8 259 114
Face 361 13 9 24
Face 362 296 9 13
Face 363 438 370 327
Face 364 74 417 87
Face 365 355 237 212
Face 366 38 23 69
Face 367 116 90 138
Face 368 183 184 42
Face 369 85 78 142
Face 370 147 88 93
Face 371 338 373 77
Face 372 337 358 417
Face 373 56 96 249
Face 374 166 86 214
Face 375 90 365 138
Face 376 224 223 118
Face 377 68 153 161
Face 378 327 272 438
Face 379 77 244 83
Face 380 168 113 105
Face 381 94 66 196
Face 382 127 386 180
Face 383 245 415 230
Face 384 129 244 272
Face 385 249 176 56
Face 386 317 359 73
Face 387 191 139 231
Face 388 108 146 260
Face 389 98 251 383
Face 390 232 322 98
Face 391 361 156 58
Face 392 361 148 156
Face 393 139 351 231
Face 394 228 86 175
Face 395 182 220 286
Face 396 375 405 220
Face 397 212 179 347
Face 398 51 204 159
Face 399 330 215 309
Face 400 293 312 313
Face 401 302 161 24
Face 402 302 400 278
Face 403 246 405 389
Face 404 246 222 405
Face 405 67 163 287
Face 406 176 249 247
Face 407 300 164 208
Face 408 201 205 316
Face 409 209 336 449
Face 410 357 301 165
Face 411 114 166 214
Face 412 114 432 166
Face 413 51 401 185
Face 414 212 237 167
Face 415 301 186 165
Face 416 187 173 168
Face 417 346 169 458
Face 418 346 453 177
Face 419 105 171 168
Face 420 105 194 171
Face 421 170 307 172
Face 422 170 168 171
Face 423 344 341 199
Face 424 181 180 172
Face 425 345 346 458
Face 426 194 49 173
Face 427 191 399 139
Face 428 338 145 363
Face 429 317 175 359
Face 430 239 406 351
Face 431 67 332 163
Face 432 270 241 279
Face 433 311 314 208
Face 434 169 346 314
Face 435 411 233 209
Face 436 411 314 311
Face 437 393 179 364
Face 438 393 233 179
Face 439 80 180 142
Face 440 80 60 180
Face 441 142 181 220
Face 442 142 180 181
Face 443 336 459 449
Face 444 336 294 459
Face 445 290 183 66
Face 446 250 289 183
Face 447 289 184 183
Face 448 289 111 184
Face 449 239 185 401
Face 450 157 148 185
Face 451 168 186 187
Face 452 168 170 320
Face 453 414 187 186
Face 454 372 177 453
Face 455 16 242 116
Face 456 16 232 188
Face 457 89 201 316
Face 458 414 186 301
Face 459 123 190 360
Face 460 298 152 219
Face 461 451 191 306
Face 462 387 218 191
Face 463 218 399 191
Face 464 435 278 400
Face 465 86 193 214
Face 466 86 228 193
Face 467 286 345 182
Face 468 286 199 371
Face 469 38 195 64
Face 470 38 87 195
Face 471 418 196 250
Face 472 38 130 196
Face 473 436 293 313
Face 474 347 179 444
Face 475 59 240 58
Face 476 402 348 436
Face 477 276 199 341
Face 478 171 371 199
Face 479 73 200 58
Face 480 73 299 200
Face 481 409 201 89
Face 482 409 442 201
Face 483 308 352 246
Face 484 254 343 247
Face 485 404 238 324
Face 486 441 165 397
Face 487 362 204 392
Face 488 396 280 204
Face 489 81 236 204
Face 490 447 264 304
Face 491 81 447 412
Face 492 81 391 206
Face 493 275 381 62
Face 494 167 237 207
Face 495 215 305 378
Face 496 369 178 221
Face 497 393 209 233
Face 498 280 189 357
Face 499 378 291 309
Face 500 164 300 265
Face 501 216 369 221
Face 502 160 408 211
Face 503 416 212 167
Face 504 364 179 212
Face 505 421 446 241
Face 506 67 203 269
Face 507 153 214 193
Face 508 153 358 214
Face 509 217 215 198
Face 510 216 221 321
Face 511 403 216 321
Face 512 160 211 216
Face 513 160 292 408
Face 514 403 321 434
Face 515 174 218 407
Face 516 174 398 218
Face 517 190 219 370
Face 518 190 298 219
Face 519 222 220 405
Face 520 222 439 220
Face 521 305 221 178
Face 522 305 215 221
Face 523 158 222 112
Face 524 158 439 222
Face 525 84 223 60
Face 526 84 118 223
Face 527 226 224 220
Face 528 226 180 224
Face 529 144 225 176
Face 530 144 96 225
Face 531 439 226 220
Face 532 342 54 226
Face 533 228 227 193
Face 534 228 32 227
Face 535 302 228 175
Face 536 302 24 228
Face 537 230 370 219
Face 538 328 235 234
Face 539 433 230 415
Face 540 328 234 230
Face 541 62 406 275
Face 542 62 306 231
Face 543 68 232 133
Face 544 379 257 339
Face 545 311 233 411
Face 546 311 349 233
Face 547 255 234 452
Face 548 255 256 234
Face 549 129 235 328
Face 550 327 229 235
Face 551 205 304 210
Face 552 395 204 236
Face 553 299 237 355
Face 554 410 207 237
Face 555 440 325 283
Face 556 288 367 456
Face 557 317 239 351
Face 558 157 185 239
Face 559 198 240 59
Face 560 198 448 391
Face 561 144 342 226
Face 562 144 176 241
Face 563 188 242 16
Face 564 383 251 437
Face 565 244 243 55
Face 566 244 381 243
Face 567 306 244 55
Face 568 53 83 244
Face 569 152 245 219
Face 570 152 335 245
Face 571 112 246 352
Face 572 112 222 246
Face 573 202 247 249
Face 574 202 380 247
Face 575 158 248 63
Face 576 158 101 248
Face 577 63 249 144
Face 578 63 202 249
Face 579 290 250 183
Face 580 290 418 250
Face 581 90 333 273
Face 582 90 116 333
Face 583 258 252 303
Face 584 398 174 252
Face 585 163 324 238
Face 586 380 352 308
Face 587 428 254 253
Face 588 428 343 254
Face 589 229 255 235
Face 590 229 256 255
Face 591 230 256 229
Face 592 230 234 256
Face 593 298 377 152
Face 594 123 339 460
Face 595 281 258 340
Face 596 398 252 258
Face 597 137 337 74
Face 598 373 338 259
Face 599 263 260 146
Face 600 450 108 260
Face 601 98 261 418
Face 602 98 322 261
Face 603 36 262 263
Face 604 36 146 262
Face 605 273 263 65
Face 606 273 260 263
Face 607 316 265 89
Face 608 210 304 264
Face 609 264 266 267
Face 610 291 164 265
Face 611 455 266 291
Face 612 271 267 266
Face 613 210 388 271
Face 614 210 264 388
Face 615 390 446 421
Face 616 384 320 268
Face 617 445 269 203
Face 618 445 446 390
Face 619 67 356 279
Face 620 67 269 356
Face 621 310 443 266
Face 622 310 210 443
Face 623 77 272 244
Face 624 77 373 360
Face 625 98 273 251
Face 626 98 425 450
Face 627 162 283 429
Face 628 162 375 282
Face 629 401 275 239
Face 630 167 382 275
Face 631 171 307 170
Face 632 171 199 276
Face 633 296 277 24
Face 634 296 193 277
Face 635 161 278 354
Face 636 161 302 278
Face 637 343 279 241
Face 638 343 428 368
Face 639 159 280 357
Face 640 159 204 280
Face 641 192 281 340
Face 642 398 258 281
Face 643 274 282 334
Face 644 284 162 282
Face 645 274 284 282
Face 646 294 440 283
Face 647 285 284 274
Face 648 285 162 284
Face 649 283 394 274
Face 650 283 319 394
Face 651 181 286 220
Face 652 344 199 286
Face 653 238 287 163
Face 654 238 283 287
Face 655 331 366 318
Face 656 331 367 366
Face 657 196 289 250
Face 658 196 111 289
Face 659 108 290 66
Face 660 108 450 425
Face 661 264 291 266
Face 662 426 309 291
Face 663 217 434 215
Face 664 217 312 292
Face 665 348 293 436
Face 666 197 312 293
Face 667 274 294 283
Face 668 274 334 294
Face 669 174 295 252
Face 670 315 377 295
Face 671 153 296 161
Face 672 153 193 296
Face 673 153 297 138
Face 674 153 68 297
Face 675 123 298 190
Face 676 123 460 298
Face 677 166 299 86
Face 678 410 237 299
Face 679 414 372 187
Face 680 89 265 300
Face 681 189 301 357
Face 682 409 414 301
Face 683 139 302 175
Face 684 303 400 302
Face 685 353 303 302
Face 686 340 258 303
Face 687 236 304 205
Face 688 412 447 304
Face 689 208 305 311
Face 690 208 164 305
Face 691 415 306 62
Face 692 53 244 306
Face 693 276 307 431
Face 694 276 341 307
Face 695 389 308 246
Face 696 253 254 308
Face 697 206 309 426
Face 698 448 330 309
Face 699 265 455 291
Face 700 265 316 310
Face 701 178 311 305
Face 702 178 197 311
Face 703 408 312 197
Face 704 408 292 312
Face 705 217 313 312
Face 706 217 329 313
Face 707 177 314 346
Face 708 427 208 314
Face 709 174 315 295
Face 710 174 407 315
Face 711 210 316 205
Face 712 210 310 316
Face 713 157 317 73
Face 714 157 239 317
Face 715 326 318 288
Face 716 325 331 318
Face 717 162 319 283
Face 718 162 285 319
Face 719 186 320 213
Face 720 186 168 320
Face 721 215 321 221
Face 722 215 434 321
Face 723 137 322 337
Face 724 137 261 322
Face 725 38 323 87
Face 726 418 261 323
Face 727 253 324 428
Face 728 253 404 324
Face 729 456 325 318
Face 730 287 283 325
Face 731 456 326 288
Face 732 456 318 326
Face 733 129 327 235
Face 734 129 272 327
Face 735 433 328 230
Face 736 433 129 328
Face 737 198 329 217
Face 738 198 402 329
Face 739 198 330 448
Face 740 198 215 330
Face 741 440 331 325
Face 742 203 67 331
Face 743 279 332 67
Face 744 279 343 368
Face 745 251 333 437
Face 746 251 273 333
Face 747 375 334 282
Face 748 459 294 334
Face 749 145 335 363
Face 750 145 245 335
Face 751 165 336 209
Face 752 165 441 336
Face 753 259 337 373
Face 754 259 358 337
Face 755 451 387 191
Face 756 55 259 338
Face 757 454 339 374
Face 758 454 68 339
Face 759 353 340 303
Face 760 353 192 340
Face 761 172 341 376
Face 762 172 307 341
Face 763 241 342 144
Face 764 241 320 342
Face 765 176 343 241
Face 766 176 247 343
Face 767 376 344 286
Face 768 376 341 344
Face 769 371 345 286
Face 770 194 173 345
Face 771 173 346 345
Face 772 173 453 346
Face 773 402 347 348
Face 774 59 200 347
Face 775 350 348 347
Face 776 197 293 348
Face 777 197 349 311
Face 778 197 348 350
Face 779 444 350 347
Face 780 349 197 350
Face 781 175 351 139
Face 782 175 317 351
Face 783 202 352 380
Face 784 202 112 352
Face 785 139 353 302
Face 786 139 192 353
Face 787 68 379 339
Face 788 68 161 354
Face 789 200 355 347
Face 790 200 299 355
Face 791 270 420 269
Face 792 423 279 419
Face 793 209 357 165
Face 794 209 393 357
Face 795 94 358 153
Face 796 94 417 358
Face 797 86 359 175
Face 798 86 299 359
Face 799 272 360 438
Face 800 272 77 360
Face 801 81 361 391
Face 802 362 148 361
Face 803 81 362 361
Face 804 81 204 362
Face 805 218 363 335
Face 806 218 387 363
Face 807 51 416 167
Face 808 51 159 364
Face 809 108 365 90
Face 810 108 94 365
Face 811 288 366 367
Face 812 288 318 366
Face 813 67 367 331
Face 814 67 287 457
Face 815 332 368 163
Face 816 332 279 368
Face 817 211 369 216
Face 818 211 178 369
Face 819 229 370 230
Face 820 229 327 370
Face 821 194 371 171
Face 822 194 345 371
Face 823 300 372 89
Face 824 300 427 372
Face 825 322 373 337
Face 826 374 360 373
Face 827 322 374 373
Face 828 322 454 374
Face 829 182 375 220
Face 830 182 334 375
Face 831 181 376 286
Face 832 181 172 376
Face 833 460 377 298
Face 834 257 413 377
Face 835 164 378 305
Face 836 164 291 378
Face 837 354 379 68
Face 838 354 257 379
Face 839 254 380 308
Face 840 254 247 380
Face 841 382 381 275
Face 842 207 243 381
Face 843 207 382 167
Face 844 207 381 382
Face 845 188 383 242
Face 846 188 98 383
Face 847 445 384 268
Face 848 213 320 384
Face 849 226 385 127
Face 850 226 54 385
Face 851 54 386 127
Face 852 54 170 386
Face 853 338 387 451
Face 854 338 363 387
Face 855 267 388 264
Face 856 267 271 388
Face 857 253 389 404
Face 858 253 308 389
Face 859 269 422 424
Face 860 269 445 390
Face 861 240 391 361
Face 862 240 198 391
Face 863 185 392 51
Face 864 185 362 392
Face 865 159 393 364
Face 866 159 357 393
Face 867 285 394 319
Face 868 285 274 394
Face 869 205 395 236
Face 870 396 204 395
Face 871 205 396 395
Face 872 205 201 442
Face 873 203 397 213
Face 874 440 441 397
Face 875 192 398 281
Face 876 192 218 398
Face 877 192 399 218
Face 878 192 139 399
Face 879 252 400 303
Face 880 252 295 400
Face 881 167 401 51
Face 882 167 275 401
Face 883 59 402 198
Face 884 59 347 402
Face 885 160 403 292
Face 886 160 216 403
Face 887 162 404 389
Face 888 162 429 404
Face 889 162 405 375
Face 890 162 389 405
Face 891 231 406 62
Face 892 231 351 406
Face 893 152 407 335
Face 894 152 315 407
Face 895 178 408 197
Face 896 178 211 408
Face 897 189 409 301
Face 898 189 442 409
Face 899 166 410 299
Face 900 166 432 410
Face 901 449 411 209
Face 902 169 314 411
Face 903 236 412 304
Face 904 236 81 412
Face 905 435 413 278
Face 906 435 377 413
Face 907 89 414 409
Face 908 89 372 414
Face 909 53 415 245
Face 910 53 306 415
Face 911 364 416 51
Face 912 364 212 416
Face 913 130 417 94
Face 914 130 126 417
Face 915 38 418 323
Face 916 38 196 418
Face 917 356 419 279
Face 918 420 423 419
Face 919 356 420 419
Face 920 356 269 420
Face 921 270 421 241
Face 922 270 269 424
Face 923 390 422 269
Face 924 390 421 422
Face 925 270 423 420
Face 926 270 279 423
Face 927 421 424 422
Face 928 421 270 424
Face 929 290 425 418
Face 930 290 108 425
Face 931 264 426 291
Face 932 264 447 426
Face 933 177 427 314
Face 934 177 372 427
Face 935 163 428 324
Face 936 163 368 428
Face 937 238 430 283
Face 938 238 404 430
Face 939 429 430 404
Face 940 429 283 430
Face 941 171 431 307
Face 942 171 276 431
Face 943 243 432 55
Face 944 243 410 432
Face 945 62 433 415
Face 946 62 129 433
Face 947 292 434 217
Face 948 292 403 434
Face 949 295 435 400
Face 950 295 377 435
Face 951 329 436 313
Face 952 329 402 436
Face 953 242 437 333
Face 954 242 383 437
Face 955 190 438 360
Face 956 190 370 438
Face 957 144 439 63
Face 958 144 226 439
Face 959 203 440 397
Face 960 203 331 440
Face 961 294 441 440
Face 962 294 336 441
Face 963 396 442 189
Face 964 396 205 442
Face 965 271 443 210
Face 966 271 266 443
Face 967 349 444 233
Face 968 349 350 444
Face 969 213 445 203
Face 970 213 384 445
Face 971 268 446 445
Face 972 268 241 446
Face 973 206 447 81
Face 974 206 426 447
Face 975 206 448 309
Face 976 206 391 448
Face 977 169 449 458
Face 978 169 411 449
Face 979 273 450 260
Face 980 273 98 450
Face 981 55 451 306
Face 982 55 338 451
Face 983 235 452 234
Face 984 235 255 452
Face 985 187 453 173
Face 986 187 372 453
Face 987 232 454 322
Face 988 232 68 454
Face 989 310 455 265
Face 990 310 266 455
Face 991 287 456 457
Face 992 287 325 456
Face 993 367 457 456
Face 994 367 67 457
Face 995 459 458 449
Face 996 182 345 458
Face 997 182 459 334
Face 998 182 458 459
Face 999 257 460 339
Face 1000 257 377 460
================================================
FILE: models/fandisk_10k.m
================================================
# |Computing arc-length boundary...
# |Coarse Mesh L^2 Stretch Efficiency: 0.978106
# |Coarse Mesh L^i Stretch Efficiency: 0.831746
# |Optimizing coarse mesh...
# |Coarse Mesh L^2 Stretch Efficiency: 0.999996
# |Coarse Mesh L^i Stretch Efficiency: 0.997217
# |Optimizing coarse-to-fine...
# |(Timing on cpu=x86-L15-R0204 host=T-PEDROS)
# | (_ctf: 28.38)
# |Fine Mesh L^2 Stretch Efficiency: 0.947283
# |Fine Mesh L^i Stretch Efficiency: 0.286988
# |Intra-Rectangle Efficiency: 0.695684
# |Packing Efficiency: 0.475601
# Created on 2003/11/15 21:32:19 using:
# C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe fandisk_c4.param.m
# -removeinfo
# (Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# (_readmesh: 0.45)
# (Filtermesh: 0.48)
Vertex 1 1.00009e-006 15.435 -7.50641e-006
Vertex 2 2.6989 15.2005 -2.68026
Vertex 3 4.8279 15.6817 0
Vertex 4 2.42792 13.3987 -2.60171e-016
Vertex 5 4.72939 17.8486 0
Vertex 6 2.4279 13.1952 -2.32666
Vertex 7 0 15.2178 -2.58029
Vertex 8 4.8279 13.612 0
Vertex 9 3.36291 15.4688 -1.15891
Vertex 10 1.40376 12.7887 -2.255
Vertex 11 4.8279 14.4693 -0.884515
Vertex 12 4.72967 17.6364 -0.515759
Vertex 13 1.33003 15.7997 -0.764459
Vertex 14 2.80141 14.0977 -2.3986
Vertex 15 1.21061 14.156 0
Vertex 16 1.48195 12.8194 -3.3934e-014
Vertex 17 1.17006 15.7257 0
Vertex 18 0.1095 14.685 0
Vertex 19 0.962894 14.257 -2.40249
Vertex 20 3.18479 13.4853 -0.85611
Vertex 21 4.728 13.7105 -3.3934e-014
Vertex 22 2.4167 16.8869 -3.3934e-014
Vertex 23 2.75686 15.2784 -2.19299
Vertex 24 0.106062 15.221 -2.56136
Vertex 25 0.0894523 14.4784 -2.45454
Vertex 26 3.13211 14.2116 -1.20553
Vertex 27 3.10848 15.9237 -0.820067
Vertex 28 2.75104 17.0392 -0.621069
Vertex 29 4.7256 15.5698 -0.586026
Vertex 30 2.1779 12.622 -2.12698
Vertex 31 3.57702 14.9782 -1.56173
Vertex 32 2.6989 14.7966 -2.60904
Vertex 33 1.28544 13.781 -2.32227
Vertex 34 2.7029 13.3343 -2.35121
Vertex 35 2.27298 12.8188 -3.3934e-014
Vertex 36 4.8279 14.6961 0
Vertex 37 4.72976 14.3578 -0.37619
Vertex 38 2.82999 15.4325 -1.22654
Vertex 39 0.475907 15.4398 -1.12434
Vertex 40 3.76205 17.6837 0
Vertex 41 0.711558 14.6087 0
Vertex 42 4.15259 14.4326 -0.498937
Vertex 43 0.0964548 15.099 -2.66235
Vertex 44 2.60253 15.1041 -2.66325
Vertex 45 3.1864 14.8952 -2.62643
Vertex 46 3.73325 15.6945 -0.421432
Vertex 47 3.15442 15.1238 -1.33032
Vertex 48 4.74977 15.1799 -1.0117
Vertex 49 4.72802 15.744 -0.182128
Vertex 50 3.32464 14.2988 -1.85176
Vertex 51 2.6989 14.8952 -2.62643
Vertex 52 2.93122 15.356 -1.55959
Vertex 53 2.61139 15.2174 -2.58281
Vertex 54 1.30728 15.6929 -3.3934e-014
Vertex 55 1.703 16.1048 0
Vertex 56 4.04376 17.2871 -0.577365
Vertex 57 3.98035 17.7405 -0.436131
Vertex 58 1.3285 13.05 -3.3934e-014
Vertex 59 1.5785 12.622 -2.12698
Vertex 60 1.3285 12.9726 -2.1878
Vertex 61 1.34183 13.8831 -2.44796
Vertex 62 0.851675 14.4233 -2.54321
Vertex 63 4.30617 14.4546 -0.96834
Vertex 64 2.4279 13.3983 -0.10143
Vertex 65 3.31178 13.6288 -3.3934e-014
Vertex 66 2.15889 16.4661 -3.3934e-014
Vertex 67 0.466122 15.4788 -1.81899e-012
Vertex 68 5.21541e-008 14.7826 -0.0954076
Vertex 69 4.06026 13.6784 -0.399806
Vertex 70 3.81313 15.2008 -0.893356
Vertex 71 2.4279 12.8686 -2.1686
Vertex 72 4.8279 15.2649 -0.529773
Vertex 73 1.64587 15.8632 -0.838421
Vertex 74 0.618785 14.5342 -1.77338
Vertex 75 2.7029 14.1784 -2.50003
Vertex 76 3.18804 14.197 -2.42886
Vertex 77 4.72935 17.7514 0
Vertex 78 3.01433 17.3363 -0.49929
Vertex 79 1.56118 15.9821 -0.0936669
Vertex 80 2.4279 13.2134 -2.22054
Vertex 81 2.75937 13.3253 -1.85556
Vertex 82 3.3963 13.607 -0.80467
Vertex 83 3.8556 15.5294 -0.815025
Vertex 84 2.4279 13.0496 -0.100547
Vertex 85 4.8279 17.7415 -0.381192
Vertex 86 4.8279 14.9918 -0.0985593
Vertex 87 4.8279 15.6444 -0.162599
Vertex 88 3.0445 17.3614 -0.0715395
Vertex 89 3.77799 14.3233 -1.11903
Vertex 90 4.74747 14.3843 -0.773204
Vertex 91 4.15416 15.0536 -1.1344
Vertex 92 2.1779 12.7996 -0.0971304
Vertex 93 2.41598 13.5015 -3.3934e-014
Vertex 94 1.30944 13.8793 -3.3934e-014
Vertex 95 1.15997 14.2402 -0.108062
Vertex 96 0.711183 14.6085 -0.110857
Vertex 97 0.0657021 14.641 -1.13661
Vertex 98 2.98023e-008 14.5792 -2.47367
Vertex 99 0.82755 15.5757 -0.0937814
Vertex 100 1.6275 15.9135 -3.3934e-014
Vertex 101 4.48155 13.6068 -0.138112
Vertex 102 4.8279 14.4683 -0.296688
Vertex 103 4.8279 13.7034 -0.25849
Vertex 104 2.70517 14.0062 -2.37002
Vertex 105 0.0963893 15.2005 -2.68026
Vertex 106 3.72055 14.3947 -1.30775
Vertex 107 4.8279 17.7514 3.3934e-014
Vertex 108 1.3285 13.6846 -0.103826
Vertex 109 3.11194 15.6649 -0.83788
Vertex 110 1.4101 13.6888 -2.4137
Vertex 111 1.34744 12.7744 -2.15266
Vertex 112 3.20555 15.5257 -0.835885
Vertex 113 4.73292 17.8443 -0.395952
Vertex 114 1.23514 14.2997 0
Vertex 115 3.26329 14.3069 -1.21216
Vertex 116 3.274 14.8855 -2.0875
Vertex 117 3.32264 15.0464 -1.76898
Vertex 118 3.8889 15.1494 -1.1851
Vertex 119 0.0974048 15.4366 -0.0984598
Vertex 120 0 15.2667 -1.46527
Vertex 121 4.37527 15.6325 -0.230222
Vertex 122 3.79386 14.3116 -0.63843
Vertex 123 3.02119 13.5286 -1.24953
Vertex 124 2.8464 14.1225 -1.7107
Vertex 125 2.40563 16.8667 -0.571085
Vertex 126 4.8279 14.9949 -0.873678
Vertex 127 2.53376 13.3613 -1.22351
Vertex 128 3.36458 15.3521 -1.13674
Vertex 129 4.73129 15.2476 -0.628047
Vertex 130 3.7629 15.3152 -0.828564
Vertex 131 2.29315 12.7326 -2.24511
Vertex 132 0.0993613 15.3644 -1.47466
Vertex 133 1.6784 12.747 -1.16397
Vertex 134 0.745293 15.453 -1.18636
Vertex 135 2.82569 15.5979 -0.999213
Vertex 136 3.62319 13.5585 -2.60171e-016
Vertex 137 3.30779 14.2291 -1.65319
Vertex 138 3.08968 14.1819 -2.50066
Vertex 139 3.08679 14.7936 -2.60852
Vertex 140 2.70132 14.9129 -2.52645
Vertex 141 4.34229 17.7447 -0.496668
Vertex 142 0.108616 14.5674 -2.56863
Vertex 143 1.3285 13.0496 -0.0990275
Vertex 144 0.962894 14.4164 -1.09608
Vertex 145 4.72934 14.6961 0
Vertex 146 3.12871 17.4099 0
Vertex 147 1.40134 12.8732 -0.0976889
Vertex 148 1.46064 12.9293 -3.3934e-014
Vertex 149 2.40812 12.9525 -3.3934e-014
Vertex 150 2.35365 12.8718 -0.0976783
Vertex 151 2.52689 13.4157 -0.100692
Vertex 152 4.17514 15.7224 -0.262385
Vertex 153 5.84141e-007 15.3644 -1.47466
Vertex 154 3.02276 15.057 -1.70882
Vertex 155 0.543949 14.7684 0
Vertex 156 2.60251 15.2005 -2.68026
Vertex 157 2.84825 15.2209 -1.88842
Vertex 158 4.72659 15.3656 -0.549967
Vertex 159 4.8279 14.4517 -0.390453
Vertex 160 3.5796 16.5408 -0.651146
Vertex 161 5.21541e-008 14.7921 3.3934e-014
Vertex 162 4.8279 15.7803 0
Vertex 163 4.8279 15.944 -0.215429
Vertex 164 4.8279 15.5888 -0.478353
Vertex 165 4.72933 14.499 -3.3934e-014
Vertex 166 4.8279 14.3019 0
Vertex 167 4.72976 13.703 -0.260723
Vertex 168 3.74617 13.5625 -0.418348
Vertex 169 1.33769 14.1111 -3.3934e-014
Vertex 170 3.09142 14.0962 -2.4068
Vertex 171 4.03438 17.7588 -0.0624604
Vertex 172 0.426517 14.4761 -2.43941
Vertex 173 2.35388 12.6935 -2.13901
Vertex 174 0.0942346 15.3709 -1.42443
Vertex 175 3.02036 15.3872 -1.34948
Vertex 176 3.14626 15.3783 -1.38592
Vertex 177 3.09084 14.9095 -2.54549
Vertex 178 2.14674 16.5995 -0.0876714
Vertex 179 3.43368 17.4538 0
Vertex 180 2.41227 13.2945 -2.34417
Vertex 181 2.75934 13.4188 -1.87208
Vertex 182 2.54568 16.9919 -0.629406
Vertex 183 1.90328 16.3008 -0.658054
Vertex 184 1.5785 12.7996 -0.0971304
Vertex 185 0 15.4347 -0.0984361
Vertex 186 0.586286 15.4067 -6.79339e-015
Vertex 187 3.4848 15.5782 -0.538043
Vertex 188 2.86872 15.5058 -1.0664
Vertex 189 3.3963 14.3554 -0.936633
Vertex 190 4.73393 14.4346 -0.487822
Vertex 191 3.83659 14.39 -0.740582
Vertex 192 1.24447 15.6428 -0.960347
Vertex 193 1.06028 15.1056 -2.66352
Vertex 194 1.24229 14.0697 -2.48086
Vertex 195 1.82802 14.6573 -2.58447
Vertex 196 1.15997 14.0426 -2.36636
Vertex 197 2.70119 15.1171 -2.56522
Vertex 198 2.78505 14.9993 -2.03602
Vertex 199 2.88396 14.2318 -1.63788
Vertex 200 3.6957 17.6544 -0.512596
Vertex 201 -4.36436e-015 15.3309 -0.0978106
Vertex 202 2.4279 13.0978 -2.20731
Vertex 203 2.4279 13.3604 -1.01289
Vertex 204 0.426517 14.6798 -0.111398
Vertex 205 1.28544 13.9749 -0.106049
Vertex 206 3.93457 15.5475 -0.712278
Vertex 207 4.75152 15.0784 -0.99371
Vertex 208 2.80961 13.5632 -3.3934e-014
Vertex 209 2.52682 13.416 -2.60171e-016
Vertex 210 2.30105 12.9254 -3.3934e-014
Vertex 211 3.85179 15.2238 -0.763126
Vertex 212 0 15.1169 -2.56318
Vertex 213 4.8279 15.9831 -0.0814511
Vertex 214 2.1779 12.7378 -1.26066
Vertex 215 2.51973 13.2284 -2.2288
Vertex 216 0.503733 15.3873 -1.34923
Vertex 217 0.908582 15.5789 -0.917504
Vertex 218 1.58433 15.9807 -0.807706
Vertex 219 3.33447 15.0135 -1.9554
Vertex 220 4.65247 15.5871 -0.488069
Vertex 221 4.73334 15.6441 -0.164321
Vertex 222 4.8279 15.7443 -0.180209
Vertex 223 4.8279 17.542 -0.497191
Vertex 224 4.73068 13.6094 -0.244192
Vertex 225 4.34138 14.3484 -0.429544
Vertex 226 2.48854 16.9531 -0.0802978
Vertex 227 0.109503 14.793 0
Vertex 228 4.8279 17.7514 -0.0967413
Vertex 229 3.13244 13.4633 -1.0732
Vertex 230 2.66836 13.3428 -1.61007
Vertex 231 0.0895879 14.6847 -0.0949834
Vertex 232 5.21541e-008 14.6332 -1.23256
Vertex 233 4.8279 15.1972 -0.913848
Vertex 234 2.4279 13.2821 -0.10502
Vertex 235 1.3285 12.8517 -2.26611
Vertex 236 3.6274 13.5453 -0.607968
Vertex 237 4.15349 13.5907 -0.350194
Vertex 238 3.22306 13.5167 -0.100582
Vertex 239 1.6784 12.6055 -2.2227
Vertex 240 3.58499 16.8957 -0.646366
Vertex 241 3.6668 14.2842 -1.34047
Vertex 242 3.30371 15.4747 -1.12554
Vertex 243 2.60649 14.0828 -2.48317
Vertex 244 1.28545 13.7626 -2.42672
Vertex 245 1.32369 13.5914 -2.29033
Vertex 246 1.21071 13.9407 -2.45813
Vertex 247 0.885537 14.295 -2.52059
Vertex 248 3.18824 14.8071 -2.53197
Vertex 249 2.93392 14.2088 -1.76834
Vertex 250 2.7029 14.0828 -2.48317
Vertex 251 2.70517 14.0998 -2.38652
Vertex 252 2.70517 13.3514 -2.25456
Vertex 253 2.60707 13.9892 -2.46667
Vertex 254 2.7029 13.9892 -2.46667
Vertex 255 3.1864 14.1843 -2.50108
Vertex 256 3.29693 14.1856 -1.90011
Vertex 257 3.0897 14.0828 -2.48317
Vertex 258 2.6996 14.4707 -2.55158
Vertex 259 2.7964 14.8952 -2.62643
Vertex 260 3.47035 14.2731 -0.856676
Vertex 261 0.105421 15.3387 0
Vertex 262 4.32697 15.5598 -0.642467
Vertex 263 4.8279 14.5976 -0.0985593
Vertex 264 4.8279 13.9135 -0.0768457
Vertex 265 4.75221 14.4691 -0.886234
Vertex 266 4.30603 14.353 -0.950393
Vertex 267 0 15.095 -2.66165
Vertex 268 2.98023e-008 14.4781 -2.45659
Vertex 269 3.52626 17.593 -0.459178
Vertex 270 0.426517 14.6088 -1.44584
Vertex 271 3.63957 15.0919 -1.5112
Vertex 272 1.03589 14.3918 0
Vertex 273 0.962894 14.4576 -0.109712
Vertex 274 3.70923 13.6481 -0.571943
Vertex 275 1.25238 14.0272 -1.06649
Vertex 276 2.88504 15.3275 -1.81863
Vertex 277 4.8279 17.8436 -0.479237
Vertex 278 4.22776 15.3499 -0.632419
Vertex 279 4.8279 15.386 -0.098559
Vertex 280 4.8279 15.4864 -0.464109
Vertex 281 2.69974 17.0052 0
Vertex 282 3.76458 15.0108 -1.37697
Vertex 283 4.00684 15.142 -1.22663
Vertex 284 1.25212 15.7709 -0.09377
Vertex 285 4.19806 14.3641 -0.887756
Vertex 286 3.89989 14.3179 -1.14973
Vertex 287 3.96295 14.4266 -1.12714
Vertex 288 2.92551 17.2781 -0.578938
Vertex 289 3.5527 17.5011 -0.539627
Vertex 290 2.79869 14.912 -2.53132
Vertex 291 3.57017 17.6161 -0.0657807
Vertex 292 4.72934 16.963 0
Vertex 293 4.8279 16.963 3.3934e-014
Vertex 294 4.71318 17.8479 -0.0880591
Vertex 295 4.72651 15.2645 -0.532152
Vertex 296 3.15348 15.2043 -1.34575
Vertex 297 2.70517 13.2578 -2.23805
Vertex 298 5.21541e-008 14.6847 -0.094819
Vertex 299 2.72903 15.304 -2.00664
Vertex 300 2.40888 12.7576 -2.24951
Vertex 301 2.35377 12.8275 -1.07323
Vertex 302 0.620725 14.419 -2.54245
Vertex 303 0.1095 14.4619 -2.55002
Vertex 304 2.98023e-008 14.5674 -2.56863
Vertex 305 1.48184 12.7748 -1.06883
Vertex 306 2.75884 15.0822 -2.15005
Vertex 307 3.94087 16.2731 -3.3934e-014
Vertex 308 4.72934 16.3716 0
Vertex 309 4.8279 15.0903 0
Vertex 310 4.8279 14.7947 -0.0985591
Vertex 311 4.8279 14.6903 -0.819063
Vertex 312 4.8279 15.0787 -0.991959
Vertex 313 1.10151 14.2782 -1.08557
Vertex 314 2.79093 15.4688 -1.15892
Vertex 315 2.97407 15.5062 -0.946604
Vertex 316 4.08467 15.6253 -0.271343
Vertex 317 4.72842 17.5417 -0.499105
Vertex 318 4.31996 17.3863 -0.521492
Vertex 319 3.51616 14.3557 -1.52923
Vertex 320 4.72844 17.8421 -0.479488
Vertex 321 2.27379 12.6243 -2.22601
Vertex 322 4.72748 13.6116 -6.32432e-010
Vertex 323 4.42558 15.4641 -0.60385
Vertex 324 3.68057 15.4128 -0.89663
Vertex 325 1.02705 15.6253 -0.974745
Vertex 326 0.827502 15.5759 2.71406e-014
Vertex 327 0.438323 15.4234 -1.24662
Vertex 328 0.46614 15.4785 -0.0941778
Vertex 329 2.4279 13.2825 -3.3934e-014
Vertex 330 1.40201 12.6774 -2.23537
Vertex 331 0.618785 14.6078 -0.999201
Vertex 332 2.61113 13.2262 -2.33214
Vertex 333 4.8279 17.8497 -0.0958613
Vertex 334 0.799897 14.3644 -2.42059
Vertex 335 4.03257 17.1488 -0.556673
Vertex 336 3.16931 15.8966 -0.827587
Vertex 337 3.46492 16.5084 -0.714656
Vertex 338 3.40556 15.6622 -0.60461
Vertex 339 3.51188 15.2854 -0.995885
Vertex 340 3.434 15.1747 -1.04163
Vertex 341 3.4986 15.162 -1.11365
Vertex 342 4.25982 15.1806 -1.00785
Vertex 343 4.7452 15.1968 -0.91578
Vertex 344 4.8279 14.3582 -0.373957
Vertex 345 4.72976 14.4514 -0.392685
Vertex 346 4.8279 16.9692 -0.311392
Vertex 347 4.8279 14.4811 -0.788415
Vertex 348 1.01772 14.5366 0
Vertex 349 4.54336 15.7358 -0.194843
Vertex 350 2.97116 15.7746 -0.875969
Vertex 351 2.52782 13.3974 -0.710526
Vertex 352 2.9935 13.4434 -1.09382
Vertex 353 2.97172 13.4204 -1.31597
Vertex 354 2.88396 13.4834 -1.50591
Vertex 355 2.97145 14.1688 -1.44835
Vertex 356 3.02119 14.277 -1.3815
Vertex 357 3.05255 14.253 -1.51737
Vertex 358 3.54118 14.2857 -1.33247
Vertex 359 3.43186 14.2327 -1.63282
Vertex 360 3.18809 14.0957 -2.40974
Vertex 361 0.089964 15.2964 -2.06412
Vertex 362 2.61068 13.3246 -2.34948
Vertex 363 4.8279 13.834 -0.187292
Vertex 364 3.36402 14.9226 -1.87713
Vertex 365 3.44668 15.0492 -1.75291
Vertex 366 3.51474 15.0932 -1.50383
Vertex 367 3.17395 15.1 -1.46491
Vertex 368 2.98413 15.0801 -1.57811
Vertex 369 2.97577 15.2552 -1.62382
Vertex 370 2.93136 15.1585 -1.69057
Vertex 371 1.42633 13.7924 -3.3934e-014
Vertex 372 4.33733 17.8154 0
Vertex 373 1.48189 12.6412 -2.1302
Vertex 374 1.40136 12.811 -1.26791
Vertex 375 3.70923 14.3965 -0.703905
Vertex 376 3.67719 14.3728 -0.83837
Vertex 377 3.91037 14.3391 -1.02939
Vertex 378 4.02884 14.3317 -1.07105
Vertex 379 4.75205 14.3675 -0.868327
Vertex 380 3.6719 15.5235 -0.848359
Vertex 381 3.84302 15.5951 -0.442362
Vertex 382 4.45199 15.6396 -0.189965
Vertex 383 4.72294 15.6284 -0.253697
Vertex 384 4.36521 15.1687 -1.0755
Vertex 385 4.44701 15.0709 -1.03608
Vertex 386 3.19376 14.9222 -2.47351
Vertex 387 4.8279 15.179 -0.507114
Vertex 388 4.8279 15.4684 -0.56566
Vertex 389 3.27013 14.2742 -1.99138
Vertex 390 1.3237 13.5735 -2.39337
Vertex 391 1.43107 13.3729 -2.358
Vertex 392 2.31779 13.1778 -2.32361
Vertex 393 2.4279 13.0807 -2.30648
Vertex 394 3.94572 15.4379 -0.754599
Vertex 395 1.5732 15.976 -0.715433
Vertex 396 4.8279 14.3846 -0.771376
Vertex 397 4.43743 13.6971 -0.294122
Vertex 398 2.73908 14.057 -2.08214
Vertex 399 4.25602 15.2337 -0.706736
Vertex 400 4.32566 15.2545 -0.588949
Vertex 401 0 15.3279 0
Vertex 402 0.799897 14.533 -0.994082
Vertex 403 1.3285 13.4948 -2.27377
Vertex 404 2.9042 15.5627 -1.03451
Vertex 405 1.78261 16.1636 -0.775451
Vertex 406 1.86769 16.0929 -0.787921
Vertex 407 4.25629 17.7044 0
Vertex 408 2.41506 16.7492 0
Vertex 409 2.71644 17.1414 0
Vertex 410 3.46507 14.8767 -3.3934e-014
Vertex 411 2.31733 15.0764 -3.3934e-014
Vertex 412 3.67937 15.0541 -3.3934e-014
Vertex 413 2.01876 14.2001 -3.3934e-014
Vertex 414 2.93706 15.5891 -3.3934e-014
Vertex 415 2.41211 15.0211 -3.3934e-014
Vertex 416 4.7293 14.3019 -3.3934e-014
Vertex 417 4.8279 13.7105 0
Vertex 418 4.8279 15.6629 -0.0766924
Vertex 419 4.8279 15.5099 -0.180599
Vertex 420 2.69745 17.1186 -0.53258
Vertex 421 0.3285 14.6698 -0.668382
Vertex 422 0.426529 14.6802 0
Vertex 423 1.77066 16.1699 -0.0938335
Vertex 424 2.27307 12.7889 -0.874787
Vertex 425 2.75934 14.1672 -2.00404
Vertex 426 2.83278 14.1462 -2.12341
Vertex 427 3.15535 14.1649 -2.01747
Vertex 428 3.1864 14.0828 -2.48317
Vertex 429 2.7996 14.0828 -2.48317
Vertex 430 2.70123 15.2175 -2.5822
Vertex 431 2.27323 12.6407 -2.13012
Vertex 432 3.1864 14.7937 -2.60852
Vertex 433 0.993121 15.5297 -1.07229
Vertex 434 2.718 15.5026 -1.10772
Vertex 435 2.94417 15.4805 -1.09256
Vertex 436 3.15851 15.4321 -1.22723
Vertex 437 3.59669 15.5021 -0.96976
Vertex 438 3.21536 15.3047 -1.28709
Vertex 439 3.29141 15.2436 -1.19141
Vertex 440 3.59269 15.1963 -0.918734
Vertex 441 3.35872 15.1388 -1.24484
Vertex 442 3.69029 15.1236 -1.33128
Vertex 443 3.81291 15.1192 -1.35596
Vertex 444 3.94983 15.0345 -1.24268
Vertex 445 3.89914 14.4193 -1.16815
Vertex 446 3.56466 14.2648 -1.45092
Vertex 447 3.43874 14.2641 -1.45443
Vertex 448 3.38926 14.331 -1.07523
Vertex 449 3.25751 14.3314 -1.07332
Vertex 450 3.3253 14.2501 -0.9869
Vertex 451 3.19306 13.5701 -1.01428
Vertex 452 1.30929 13.8018 -1.47181
Vertex 453 0.0657107 14.5848 -1.71217
Vertex 454 4.8279 15.248 -0.625792
Vertex 455 4.8279 15.0977 -0.89629
Vertex 456 2.40812 12.9522 -0.0982879
Vertex 457 0.0938174 15.4368 -1.86446e-011
Vertex 458 3.18478 14.9941 -2.06558
Vertex 459 2.61129 13.243 -2.23509
Vertex 460 3.15056 16.0946 -0.787627
Vertex 461 1.69252 16.0191 -0.800935
Vertex 462 2.32999 13.283 -3.3934e-014
Vertex 463 1.9781 12.8 -3.3934e-014
Vertex 464 1.00009e-006 15.4149 -0.787352
Vertex 465 -4.36436e-015 15.3213 -0.684595
Vertex 466 5.21541e-008 14.7605 -0.763719
Vertex 467 5.21541e-008 14.685 -4.35332e-013
Vertex 468 0 15.2005 -2.68026
Vertex 469 0.665915 15.1093 -2.66417
Vertex 470 0.446869 14.5593 -2.5672
Vertex 471 4.8279 15.3001 -0.433602
Vertex 472 4.4937 15.5774 -0.543048
Vertex 473 4.8279 15.5702 -0.583604
Vertex 474 2.70133 15.013 -2.54403
Vertex 475 4.26954 14.4213 -0.562894
Vertex 476 4.8279 15.6259 -0.26785
Vertex 477 1.34748 12.9243 -0.884043
Vertex 478 2.1779 12.7819 -0.6796
Vertex 479 2.59743 14.8952 -2.62643
Vertex 480 2.6989 15.0987 -2.66232
Vertex 481 4.43743 14.4455 -0.426085
Vertex 482 4.8279 14.546 -0.407072
Vertex 483 4.8279 14.435 -0.485683
Vertex 484 4.8279 13.6098 -0.241995
Vertex 485 4.8279 16.7827 -0.0997973
Vertex 486 4.8279 16.8429 -0.37392
Vertex 487 4.8279 16.8165 -0.235386
Vertex 488 4.8279 16.0055 -0.146365
Vertex 489 3.32567 13.5018 -0.854611
Vertex 490 3.33006 13.5105 -0.713096
Vertex 491 2.98023e-008 14.7013 -1.5261
Vertex 492 2.98023e-008 14.4619 -2.55002
Vertex 493 2.08587 16.5129 -0.713871
Vertex 494 2.28015 16.596 -0.699214
Vertex 495 0.0964296 15.4114 -0.885797
Vertex 496 2.00141 14.9123 0
Vertex 497 1.61486 13.9862 -3.3934e-014
Vertex 498 1.94176 13.772 -3.3934e-014
Vertex 499 1.88314 12.8896 -3.3934e-014
Vertex 500 1.3285 13.685 -3.3934e-014
Vertex 501 0.88407 14.3959 -1.86747
Vertex 502 4.72556 15.4699 -0.568425
Vertex 503 1.3285 13.1554 -0.099892
Vertex 504 4.44176 17.8221 -0.483024
Vertex 505 4.54334 17.8336 -0.416007
Vertex 506 4.8279 17.8459 -0.383404
Vertex 507 3.22302 13.517 -2.60171e-016
Vertex 508 3.62322 13.5582 -0.100598
Vertex 509 4.39272 13.6047 -0.0939377
Vertex 510 1.03561 14.2581 -1.95973
Vertex 511 1.35173 15.8086 -0.859975
Vertex 512 2.40808 12.8794 -1.37345
Vertex 513 2.4279 13.1846 -1.60984
Vertex 514 2.42791 13.288 -1.719
Vertex 515 3.21513 14.8468 -2.30739
Vertex 516 3.37742 16.5552 -0.706406
Vertex 517 3.78231 16.9981 -0.628325
Vertex 518 3.35848 16.1155 -0.717322
Vertex 519 0.618785 14.4384 -2.43305
Vertex 520 1.10208 14.1011 -2.48641
Vertex 521 3.96957 14.3268 -0.55227
Vertex 522 0.95742 15.5226 -6.79339e-015
Vertex 523 1.83568 16.2379 1.61701e-025
Vertex 524 0.751171 14.7045 0
Vertex 525 1.84374 16.1092 -3.3934e-014
Vertex 526 1.96681 15.3586 -3.3934e-014
Vertex 527 1.48697 15.9253 2.424e-025
Vertex 528 4.41396 17.8253 -0.0602169
Vertex 529 2.85375 14.9784 -2.1545
Vertex 530 3.23251 14.9623 -2.24592
Vertex 531 3.10652 14.9381 -2.38304
Vertex 532 3.0889 14.8952 -2.62643
Vertex 533 4.8279 15.1803 -1.00987
Vertex 534 1.48179 12.8191 -0.0972781
Vertex 535 1.40139 12.6946 -2.1392
Vertex 536 1.5785 12.7702 -0.873503
Vertex 537 2.79744 17.2007 -0.0750397
Vertex 538 3.7943 13.5632 -0.506247
Vertex 539 3.83705 13.5708 -0.371184
Vertex 540 4.73429 13.611 -0.127247
Vertex 541 4.32199 13.7035 -3.3934e-014
Vertex 542 4.42615 13.606 -2.77556e-016
Vertex 543 1.52289 12.7303 -2.2447
Vertex 544 4.8279 17.4558 3.3934e-014
Vertex 545 4.8279 17.85 3.3934e-014
Vertex 546 4.52693 14.4645 -0.911919
Vertex 547 1.21042 14.0388 -1.82115
Vertex 548 1.34748 12.9545 -3.3934e-014
Vertex 549 4.8279 13.7529 -0.128726
Vertex 550 4.4127 17.7011 -0.504363
Vertex 551 4.73122 17.7476 -0.496166
Vertex 552 3.25571 17.4685 -0.54537
Vertex 553 3.84627 16.9356 -0.589261
Vertex 554 1.6784 12.7908 -0.48554
Vertex 555 2.7029 13.2408 -2.33471
Vertex 556 2.40806 12.7723 -2.1523
Vertex 557 3.9949 15.713 -0.316352
Vertex 558 2.078 12.6808 -1.74293
Vertex 559 2.82535 13.4579 -0.39933
Vertex 560 0.429066 14.4569 -2.54914
Vertex 561 1.48291 12.6243 -2.226
Vertex 562 1.5785 12.7172 -1.45383
Vertex 563 3.25296 15.5502 -0.697085
Vertex 564 1.3475 12.954 -0.0983021
Vertex 565 4.35865 17.5168 -0.536853
Vertex 566 4.35434 17.8127 -0.424648
Vertex 567 4.06381 17.7587 -0.494198
Vertex 568 2.31542 13.2773 -2.34114
Vertex 569 2.16039 12.6948 -2.23844
Vertex 570 2.27297 12.8184 -0.0972729
Vertex 571 0.776259 15.5208 -1.08348
Vertex 572 3.39376 17.5427 0
Vertex 573 4.8279 14.3678 -0.866607
Vertex 574 1.10773 14.2334 -2.50974
Vertex 575 2.71955 15.1504 -2.37106
Vertex 576 2.4279 12.9865 -1.28584
Vertex 577 0.884408 14.5162 0
Vertex 578 1.08634 15.6831 -0.0936316
Vertex 579 1.0783 15.6565 -0.848815
Vertex 580 4.8279 17.7427 -0.497019
Vertex 581 2.84955 15.4817 -1.08566
Vertex 582 2.63658 15.2491 -2.38818
Vertex 583 3.82581 16.641 0
Vertex 584 2.21119 16.6744 -3.3934e-014
Vertex 585 2.34536 16.817 -0.0831571
Vertex 586 2.20768 16.6595 -0.602817
Vertex 587 0 15.2943 -2.07907
Vertex 588 3.50898 15.5646 -0.615095
Vertex 589 3.39054 17.5411 -0.0674914
Vertex 590 1.03561 14.3818 -0.545933
Vertex 591 0.88407 14.506 -0.550651
Vertex 592 3.09305 17.277 0
Vertex 593 0.737312 15.5144 -0.993393
Vertex 594 3.18822 14.9087 -2.55026
Vertex 595 3.20157 14.223 -2.2818
Vertex 596 1.43428 13.0604 -3.3934e-014
Vertex 597 1.5785 12.8 -3.3934e-014
Vertex 598 0.0662514 14.6777 -0.463083
Vertex 599 3.61422 16.7595 -0.670396
Vertex 600 3.97721 17.3607 -0.564384
Vertex 601 3.05619 17.25 -0.5839
Vertex 602 3.21413 14.1349 -2.18736
Vertex 603 4.48217 17.4738 -0.509016
Vertex 604 1.21042 14.1364 -0.751616
Vertex 605 2.078 12.7867 -0.582587
Vertex 606 1.3285 12.9866 -1.28528
Vertex 607 1.3285 12.956 -2.28449
Vertex 608 1.3285 12.8686 -2.16852
Vertex 609 2.84775 15.5132 -1.09333
Vertex 610 2.1779 12.6055 -2.2227
Vertex 611 1.48859 15.7885 -0.869158
Vertex 612 4.8279 17.4597 -0.379714
Vertex 613 0.347584 15.2172 -2.58375
Vertex 614 4.43835 13.6035 -0.277464
Vertex 615 0.711183 14.4875 -1.87936
Vertex 616 0.426517 14.5435 -1.99895
Vertex 617 3.02924 15.6038 -0.906615
Vertex 618 3.01638 15.6791 -0.933092
Vertex 619 4.8279 13.6114 -0.121002
Vertex 620 3.88329 17.619 0
Vertex 621 1.25238 14.0673 -0.10675
Vertex 622 1.25253 14.0673 -3.3934e-014
Vertex 623 1.32369 13.7826 -0.10459
Vertex 624 2.4279 13.2513 -0.908958
Vertex 625 4.8279 16.5433 -0.32109
Vertex 626 1.5977 12.8912 -3.3934e-014
Vertex 627 4.39911 13.6038 -0.197304
Vertex 628 0.52359 14.6654 -0.111289
Vertex 629 0.426517 14.646 -1.00181
Vertex 630 3.90634 15.6146 -0.331865
Vertex 631 4.09961 15.6129 -0.341414
Vertex 632 4.21362 15.5651 -0.612377
Vertex 633 4.13326 15.55 -0.698344
Vertex 634 4.35836 15.7296 -0.221781
Vertex 635 2.27318 12.6995 -1.7455
Vertex 636 4.52474 15.3614 -0.568814
Vertex 637 4.8279 15.3667 -0.547717
Vertex 638 2.6989 14.997 -2.64437
Vertex 639 3.08016 15.3644 -1.47466
Vertex 640 3.08224 15.276 -1.45603
Vertex 641 3.031 15.1846 -1.51801
Vertex 642 3.2873 15.1504 -1.17934
Vertex 643 3.2319 15.1135 -1.38877
Vertex 644 3.41228 15.0706 -1.6319
Vertex 645 3.53726 15.0714 -1.62751
Vertex 646 3.48312 14.9571 -1.6815
Vertex 647 3.43033 14.3338 -1.65316
Vertex 648 0.884588 15.5865 -0.566131
Vertex 649 1.15997 14.1603 -1.51004
Vertex 650 0.0782145 15.2294 -2.51095
Vertex 651 4.24637 13.6893 -0.338378
Vertex 652 3.88071 13.6647 -0.477883
Vertex 653 2.52785 13.292 -1.82191
Vertex 654 2.6709 13.3267 -1.74134
Vertex 655 2.81309 13.3581 -1.66965
Vertex 656 3.106 14.124 -2.24928
Vertex 657 2.87506 14.1779 -1.94353
Vertex 658 2.81306 14.2 -1.81812
Vertex 659 2.78402 14.0902 -1.89398
Vertex 660 2.81306 13.4516 -1.68616
Vertex 661 3.88071 14.4131 -0.609846
Vertex 662 4.15259 14.3391 -0.482442
Vertex 663 3.5473 13.6288 -0.681182
Vertex 664 3.62699 14.2936 -0.740188
Vertex 665 2.27216 16.7276 -0.676007
Vertex 666 2.9808 15.3644 -1.47466
Vertex 667 3.98477 15.2162 -0.806295
Vertex 668 4.03214 15.1637 -1.10375
Vertex 669 4.2176 15.1598 -1.1258
Vertex 670 4.29807 15.0634 -1.07848
Vertex 671 4.16444 14.445 -1.02244
Vertex 672 4.52601 14.3629 -0.894186
Vertex 673 4.50675 14.3794 -0.800868
Vertex 674 4.54677 14.4316 -0.504957
Vertex 675 4.63183 14.4502 -0.39938
Vertex 676 4.53432 14.3547 -0.394025
Vertex 677 2.89124 15.0488 -1.75557
Vertex 678 1.70747 16.0942 -0.688228
Vertex 679 3.18032 17.4312 -0.484492
Vertex 680 2.078 12.7378 -1.26066
Vertex 681 1.6784 12.7172 -1.45383
Vertex 682 1.6784 12.622 -2.12698
Vertex 683 2.336 13.0614 -3.3934e-014
Vertex 684 2.16762 13.7249 -2.42006
Vertex 685 2.51946 13.211 -2.32945
Vertex 686 4.52517 15.6315 -0.235835
Vertex 687 2.4279 13.3849 -0.608296
Vertex 688 1.40135 12.8603 -0.585937
Vertex 689 0 15.1943 -2.06547
Vertex 690 2.98023e-008 14.6184 -2.18985
Vertex 691 5.21541e-008 14.5857 -1.70506
Vertex 692 0.0671235 14.5216 -2.18428
Vertex 693 0.585967 15.49 -0.673709
Vertex 694 2.4279 13.05 -3.3934e-014
Vertex 695 2.88626 15.4688 -1.15891
Vertex 696 3.10879 15.5291 -0.816824
Vertex 697 0.387655 15.4573 -0.495066
Vertex 698 4.66368 17.846 -0.062878
Vertex 699 1.34746 12.8814 -1.37366
Vertex 700 3.26758 15.4688 -1.15891
Vertex 701 3.21514 15.401 -1.3044
Vertex 702 2.72056 14.9478 -2.32814
Vertex 703 4.72934 17.2586 0
Vertex 704 3.91887 16.8331 0
Vertex 705 3.95133 17.7384 0
Vertex 706 0.0950345 15.3333 -1.76918
Vertex 707 2.4279 12.9832 -2.18793
Vertex 708 2.4279 12.8517 -2.26611
Vertex 709 2.4279 13.1116 -1.1987
Vertex 710 2.4279 13.1658 -0.10278
Vertex 711 2.4081 12.9342 -0.687696
Vertex 712 4.2294 15.4559 -0.650633
Vertex 713 4.03623 15.3383 -0.697731
Vertex 714 2.078 12.7996 -0.0971304
Vertex 715 2.1779 12.8 -3.3934e-014
Vertex 716 2.50612 15.1056 -2.66352
Vertex 717 2.59894 14.997 -2.64437
Vertex 718 0.3285 14.6242 -1.33538
Vertex 719 0.237054 14.4822 -2.43237
Vertex 720 0.3285 14.59 -1.66793
Vertex 721 2.81589 15.116 -1.9586
Vertex 722 0.648462 15.5203 -0.0937892
Vertex 723 2.78116 15.1932 -2.08386
Vertex 724 0.711183 14.5984 -0.554156
Vertex 725 0.52359 14.6552 -0.556315
Vertex 726 4.13113 15.2445 -0.645238
Vertex 727 3.56602 15.6794 -0.507042
Vertex 728 4.4184 15.1887 -0.962022
Vertex 729 0.711183 14.5668 -1.10751
Vertex 730 0.799897 14.4727 -1.65451
Vertex 731 3.84658 17.7095 -0.0636088
Vertex 732 3.79633 17.6889 -0.444189
Vertex 733 3.19288 15.6461 -0.763213
Vertex 734 0.319265 15.4086 -1.20263
Vertex 735 2.7964 14.7977 -2.60924
Vertex 736 4.26673 15.6336 -0.224002
Vertex 737 4.25842 15.6236 -0.280532
Vertex 738 4.57975 15.5813 -0.520498
Vertex 739 4.52517 15.5665 -0.604909
Vertex 740 0.194272 15.4271 -0.68973
Vertex 741 1.58414e-006 15.3735 -1.37664
Vertex 742 0.0741228 15.3839 -1.26899
Vertex 743 4.53883 15.2444 -0.646146
Vertex 744 5.21541e-008 14.6773 -0.474241
Vertex 745 3.8952 17.6207 -0.518533
Vertex 746 4.25175 17.7956 -0.4877
Vertex 747 4.27233 17.7124 -0.502359
Vertex 748 2.35381 12.7891 -1.46204
Vertex 749 1.48185 12.7472 -1.35934
Vertex 750 2.27309 12.7742 -1.06878
Vertex 751 2.1779 12.7632 -0.970382
Vertex 752 2.078 12.7632 -0.970382
Vertex 753 1.5785 12.747 -1.16397
Vertex 754 1.6784 12.7632 -0.970382
Vertex 755 1.6784 12.7996 -0.0971304
Vertex 756 1.48182 12.8062 -0.583472
Vertex 757 2.65875 15.4627 -1.16911
Vertex 758 0.608917 15.4667 -1.16237
Vertex 759 0.576486 15.4127 -1.27247
Vertex 760 4.59876 15.0759 -1.00779
Vertex 761 4.51721 15.1751 -1.03909
Vertex 762 4.72666 17.0423 -0.411115
Vertex 763 4.8279 15.8442 -0.197819
Vertex 764 4.8279 15.8788 0
Vertex 765 4.8279 16.2731 -0.0985586
Vertex 766 1.25238 13.8721 -2.33763
Vertex 767 2.17035 12.8976 -3.3934e-014
Vertex 768 2.35358 12.8721 -3.3934e-014
Vertex 769 1.41069 15.8708 -0.0937405
Vertex 770 1.40143 12.8735 -3.3934e-014
Vertex 771 2.3231 13.3927 -3.3934e-014
Vertex 772 1.28544 13.8965 -1.48191
Vertex 773 4.72934 16.0759 0
Vertex 774 4.63078 15.6817 -3.3934e-014
Vertex 775 3.61534 16.1857 0
Vertex 776 2.20836 15.6314 -3.3934e-014
Vertex 777 3.11652 15.8023 -3.3934e-014
Vertex 778 2.99681 15.3341 -3.3934e-014
Vertex 779 1.9106 16.1799 -3.3934e-014
Vertex 780 2.02501 16.4569 -3.3934e-014
Vertex 781 1.90328 16.3138 -0.0940265
Vertex 782 1.68945 12.7034 -2.23996
Vertex 783 1.4081 12.9445 -2.28246
Vertex 784 1.34756 12.7574 -2.24947
Vertex 785 1.28544 13.9495 -0.847878
Vertex 786 1.32369 13.7509 -0.940587
Vertex 787 0.280791 15.4505 -0.095072
Vertex 788 2.47025 15.3831 -1.36545
Vertex 789 2.18429 15.4067 -1.28832
Vertex 790 2.20488 15.5321 -1.06938
Vertex 791 2.62684 13.2786 -2.02958
Vertex 792 2.543 13.3203 -1.62319
Vertex 793 2.78515 13.382 -1.42687
Vertex 794 1.10151 14.319 -0.10866
Vertex 795 3.5183 15.3918 -1.00952
Vertex 796 1.9455 15.6628 -0.944939
Vertex 797 2.92286 15.7055 -0.915375
Vertex 798 4.8279 16.4607 -0.205309
Vertex 799 3.73322 15.6017 -0.405082
Vertex 800 2.078 12.622 -2.12698
Vertex 801 1.78757 15.9807 -0.807706
Vertex 802 2.71197 13.3684 -2.15811
Vertex 803 1.10151 14.1203 -2.37946
Vertex 804 2.81198 15.3044 -2.0034
Vertex 805 0.6188 14.6419 0
Vertex 806 0.799897 14.5665 -0.110538
Vertex 807 1.03561 14.311 -1.52611
Vertex 808 3.5473 14.3772 -0.813145
Vertex 809 3.52763 14.3531 -0.950249
Vertex 810 3.84312 14.3315 -1.07272
Vertex 811 3.83831 14.3102 -1.19337
Vertex 812 3.61323 14.376 -1.41372
Vertex 813 2.90837 15.0107 -1.9715
Vertex 814 3.13803 14.9665 -2.2223
Vertex 815 3.27637 14.9883 -2.09836
Vertex 816 3.30066 14.8981 -2.01595
Vertex 817 3.22897 14.2488 -2.13532
Vertex 818 2.6752 15.2781 -2.19555
Vertex 819 2.71984 15.2494 -2.38645
Vertex 820 2.30708 12.7896 -2.25515
Vertex 821 2.35483 12.6778 -2.23544
Vertex 822 2.1779 12.6808 -1.74293
Vertex 823 1.10151 14.186 -1.94982
Vertex 824 2.35371 12.8589 -0.585876
Vertex 825 2.40596 16.7316 -0.67531
Vertex 826 1.15997 14.2074 -0.971811
Vertex 827 2.97473 15.3474 -1.64195
Vertex 828 0.712934 14.3862 -2.53668
Vertex 829 0.578336 15.2005 -2.68026
Vertex 830 0.578336 15.1052 -2.66346
Vertex 831 0.656513 14.5067 -2.55792
Vertex 832 1.5785 12.6055 -2.2227
Vertex 833 4.12651 17.471 -0.544923
Vertex 834 4.19346 17.4116 -0.555405
Vertex 835 4.17046 17.2759 -0.537568
Vertex 836 0.52359 14.5439 -1.88668
Vertex 837 2.8769 17.2558 0
Vertex 838 4.12482 13.5938 -2.77556e-016
Vertex 839 1.30929 13.8545 -0.842103
Vertex 840 4.12483 13.5934 -0.100916
Vertex 841 4.68813 15.599 -0.420384
Vertex 842 0.331178 14.794 0
Vertex 843 0.219 14.685 0
Vertex 844 0.237229 14.6845 -0.11584
Vertex 845 0.52359 14.6236 -1.11183
Vertex 846 0.962894 14.3645 -1.64214
Vertex 847 0.962894 14.4376 -0.76763
Vertex 848 0.88407 14.4747 -1.10051
Vertex 849 4.8279 17.6419 -0.514801
Vertex 850 1.84414 16.2291 -0.763909
Vertex 851 1.97859 16.2479 -0.760591
Vertex 852 2.83956 15.3373 -1.73347
Vertex 853 2.73559 15.1656 -2.2745
Vertex 854 2.72057 15.0476 -2.34564
Vertex 855 3.85143 14.9152 -3.3934e-014
Vertex 856 3.87617 14.3032 -3.3934e-014
Vertex 857 3.71523 13.6677 -3.3934e-014
Vertex 858 3.50943 15.5044 -0.956798
Vertex 859 4.8279 15.4938 -0.364484
Vertex 860 4.72934 14.9918 0
Vertex 861 4.8279 14.9918 0
Vertex 862 4.8279 15.1791 -0.094154
Vertex 863 4.8279 15.2218 -0.415057
Vertex 864 1.25238 13.9641 -1.70382
Vertex 865 2.63955 17.0813 -0.0775816
Vertex 866 1.43107 13.6875 -3.3934e-014
Vertex 867 1.32376 13.7823 -3.3934e-014
Vertex 868 3.31339 14.4779 -3.3934e-014
Vertex 869 2.59669 14.2084 -3.3934e-014
Vertex 870 2.49705 14.5203 -3.3934e-014
Vertex 871 1.88335 14.4756 -3.3934e-014
Vertex 872 1.50051 13.938 -3.3934e-014
Vertex 873 1.37476 14.01 -3.3934e-014
Vertex 874 3.12203 15.8184 -0.855734
Vertex 875 3.03428 15.882 -0.832128
Vertex 876 2.82448 13.4633 -0.100537
Vertex 877 2.54791 16.9966 -0.551127
Vertex 878 2.72328 14.1337 -2.19405
Vertex 879 3.42853 17.5501 -0.530991
Vertex 880 3.29891 17.3857 -0.559977
Vertex 881 2.53909 16.8603 -0.652619
Vertex 882 1.40137 12.7537 -1.75295
Vertex 883 4.09163 14.4109 -0.621976
Vertex 884 3.67488 14.9965 -1.45791
Vertex 885 2.72329 13.2918 -2.04556
Vertex 886 3.76583 17.138 -0.603652
Vertex 887 3.90697 17.1477 -0.601943
Vertex 888 3.73339 16.7822 -0.613165
Vertex 889 0.0982647 15.4291 -0.492256
Vertex 890 1.10177 14.3191 0
Vertex 891 0.799896 14.5564 -0.552565
Vertex 892 4.8279 14.2033 0
Vertex 893 4.8279 14.3019 -0.0985592
Vertex 894 3.2152 17.4562 -0.0694204
Vertex 895 1.48188 12.6864 -1.8419
Vertex 896 1.5785 12.6672 -1.83911
Vertex 897 1.6784 12.6672 -1.83911
Vertex 898 3.59274 15.2961 -0.936278
Vertex 899 3.67632 15.2062 -0.862965
Vertex 900 3.65067 15.1827 -0.996054
Vertex 901 3.82043 15.1413 -1.23066
Vertex 902 3.94014 15.135 -1.2667
Vertex 903 3.88534 15.027 -1.28502
Vertex 904 3.83753 14.4116 -1.21188
Vertex 905 3.77886 14.302 -1.23977
Vertex 906 3.65446 14.3054 -1.22045
Vertex 907 3.15069 14.2808 -1.36006
Vertex 908 3.13211 14.3051 -1.22203
Vertex 909 3.97002 13.5784 -0.420125
Vertex 910 2.29281 15.6167 -0.982178
Vertex 911 1.99604 14.0363 -2.47498
Vertex 912 1.43251 13.4796 -2.37682
Vertex 913 1.3285 13.4771 -2.37637
Vertex 914 1.3285 13.3904 -2.25659
Vertex 915 1.17128 15.7219 -0.374934
Vertex 916 1.4127 15.855 -0.743442
Vertex 917 1.19081 15.7104 -0.912216
Vertex 918 3.47075 13.5247 -0.724421
Vertex 919 3.69484 15.1015 -1.45676
Vertex 920 3.57052 15.1038 -1.44354
Vertex 921 3.57323 15.1727 -1.05305
Vertex 922 3.35922 15.1629 -1.10854
Vertex 923 3.36528 15.2578 -1.11945
Vertex 924 3.28861 15.3277 -1.20921
Vertex 925 3.28764 15.4316 -1.22857
Vertex 926 3.38631 13.5322 -0.296186
Vertex 927 2.85333 17.2321 -0.515332
Vertex 928 1.10151 14.3091 -0.543175
Vertex 929 3.21186 15.8412 -0.781739
Vertex 930 4.22416 17.7974 -0.0615483
Vertex 931 1.5785 12.7908 -0.48554
Vertex 932 0 15.3203 -1.87796
Vertex 933 0 15.2203 -1.8657
Vertex 934 2.98023e-008 14.669 -1.81103
Vertex 935 5.21541e-008 14.523 -2.17556
Vertex 936 0.065704 14.6061 -1.52061
Vertex 937 0.262738 14.5524 -1.96921
Vertex 938 2.96935 15.564 -0.961855
Vertex 939 4.18694 17.5551 -0.530095
Vertex 940 3.35106 17.5168 -0.471059
Vertex 941 0.931118 14.5998 0
Vertex 942 1.40661 15.2983 0
Vertex 943 1.01215 15.329 0
Vertex 944 0.617657 15.2083 0
Vertex 945 0.108713 15.1136 0
Vertex 946 0.395613 15.3701 0
Vertex 947 1.33242 15.8197 1.14099e-025
Vertex 948 4.8279 16.2731 0
Vertex 949 1.21042 14.0876 -1.39425
Vertex 950 0.618785 14.6314 -0.55541
Vertex 951 1.69665 15.7909 -0.868024
Vertex 952 1.9729 15.7325 -0.898798
Vertex 953 1.67254 15.5995 -0.99776
Vertex 954 0.88407 14.4346 -1.53929
Vertex 955 2.99075 15.4502 -1.19153
Vertex 956 1.00111 15.6442 2.71406e-014
Vertex 957 0.803904 15.5555 -0.617726
Vertex 958 2.27302 12.8096 -0.486254
Vertex 959 4.16653 17.7817 -0.429783
Vertex 960 3.24528 15.4438 -1.2037
Vertex 961 0.648428 15.5206 2.71406e-014
Vertex 962 0.0833694 15.269 -2.25767
Vertex 963 4.72889 13.9076 -3.3934e-014
Vertex 964 4.8279 13.8091 0
Vertex 965 3.35809 14.2097 -1.7634
Vertex 966 3.23652 14.2041 -1.79484
Vertex 967 3.00905 14.2386 -1.59923
Vertex 968 2.92568 14.2472 -1.55036
Vertex 969 2.92568 14.1537 -1.53387
Vertex 970 2.97145 13.5139 -1.33288
Vertex 971 2.88419 13.3899 -1.48898
Vertex 972 1.27869 15.5029 -1.10728
Vertex 973 1.03561 14.3507 -1.09108
Vertex 974 2.92389 13.4781 -2.60171e-016
Vertex 975 2.52771 13.4101 -0.406157
Vertex 976 2.74159 13.3652 -1.51837
Vertex 977 2.52839 13.369 -1.12565
Vertex 978 2.72897 13.4318 -0.68254
Vertex 979 3.10702 13.4884 -0.621281
Vertex 980 1.30929 13.6871 -2.30646
Vertex 981 0.771114 15.2005 -2.68026
Vertex 982 1.0365 14.1726 -2.49901
Vertex 983 3.07478 14.1977 -1.284
Vertex 984 3.13211 13.5567 -1.09006
Vertex 985 4.63183 13.7018 -0.267417
Vertex 986 1.84308 16.2323 -0.665011
Vertex 987 1.3285 13.5788 -0.103036
Vertex 988 1.32369 13.6685 -1.77312
Vertex 989 1.3285 13.6374 -1.14077
Vertex 990 1.3285 13.1012 -1.19728
Vertex 991 1.30929 13.8797 -0.105327
Vertex 992 4.73745 17.4412 -0.481033
Vertex 993 2.73908 13.4022 -1.96667
Vertex 994 3.3253 13.5953 -0.871432
Vertex 995 3.58988 15.5731 -0.567217
Vertex 996 3.75718 15.5322 -0.799217
Vertex 997 3.76695 15.521 -0.862486
Vertex 998 3.85554 15.4301 -0.797544
Vertex 999 3.943 15.3314 -0.737074
Vertex 1000 4.03618 15.2384 -0.68014
Vertex 1001 4.07361 15.2228 -0.768813
Vertex 1002 4.10649 15.17 -1.06826
Vertex 1003 4.14576 15.1545 -1.1561
Vertex 1004 4.01622 15.0414 -1.20342
Vertex 1005 1.3285 13.0124 -0.989335
Vertex 1006 1.3285 13.1558 -3.3934e-014
Vertex 1007 3.25751 14.2378 -1.05682
Vertex 1008 2.72328 14.0402 -2.17755
Vertex 1009 2.4279 13.3125 -1.51766
Vertex 1010 1.60749 12.7124 -2.24154
Vertex 1011 1.45414 12.7609 -2.25008
Vertex 1012 3.10859 15.9807 -0.807706
Vertex 1013 1.60948 15.6506 -0.954229
Vertex 1014 1.49668 15.0923 -3.3934e-014
Vertex 1015 1.70209 15.976 -3.3934e-014
Vertex 1016 1.63317 16.0422 -7.60004e-026
Vertex 1017 1.7031 16.1046 -0.0937387
Vertex 1018 3.24933 16.7551 -0.671171
Vertex 1019 3.47673 16.7274 -0.676052
Vertex 1020 2.38836 16.0819 -0.789857
Vertex 1021 3.25018 16.0729 -0.791457
Vertex 1022 -4.36436e-015 15.2919 -1.17292
Vertex 1023 5.21541e-008 14.7429 -1.04993
Vertex 1024 5.21541e-008 14.6543 -0.948408
Vertex 1025 0.0657079 14.6704 -0.655488
Vertex 1026 0.3285 14.6508 -1.00214
Vertex 1027 4.8279 17.6419 -0.388938
Vertex 1028 1.32689 15.6876 -0.927204
Vertex 1029 1.29938 15.5811 -1.01556
Vertex 1030 4.8279 17.2424 -0.44436
Vertex 1031 0.104911 14.9895 -2.64305
Vertex 1032 0.331165 14.564 -2.56803
Vertex 1033 0.3285 14.4619 -2.55002
Vertex 1034 0.52359 14.4619 -2.43702
Vertex 1035 4.0441 13.5861 -0.299043
Vertex 1036 3.81916 15.7012 -0.383238
Vertex 1037 1.21042 14.156 -0.107423
Vertex 1038 2.76867 17.1697 -0.598058
Vertex 1039 0.52359 14.5831 -1.55513
Vertex 1040 1.00009e-006 15.43 -0.393752
Vertex 1041 0.426517 14.6764 -0.334168
Vertex 1042 1.00009e-006 15.3898 -1.18042
Vertex 1043 3.48363 16.785 0
Vertex 1044 2.56293 17.0183 0
Vertex 1045 0.3285 14.6812 -0.334278
Vertex 1046 3.43777 15.4805 -1.09225
Vertex 1047 3.32822 15.6529 -0.657663
Vertex 1048 3.40553 15.5694 -0.588257
Vertex 1049 3.35276 15.5462 -0.719929
Vertex 1050 3.36367 15.484 -1.07254
Vertex 1051 3.00476 15.4921 -1.02651
Vertex 1052 3.04021 15.5178 -0.880497
Vertex 1053 0.0978805 15.3547 -1.57272
Vertex 1054 0.496801 15.3644 -1.47466
Vertex 1055 0.711183 14.4058 -2.42756
Vertex 1056 4.63913 15.6432 -0.169471
Vertex 1057 4.63587 15.7396 -0.186708
Vertex 1058 4.7265 15.8438 -0.1998
Vertex 1059 4.8279 16.2437 -0.268259
Vertex 1060 1.10151 14.2387 -1.5184
Vertex 1061 1.20741 15.4628 -1.16892
Vertex 1062 0.922224 15.4058 -1.29089
Vertex 1063 0.605576 15.3791 -1.38239
Vertex 1064 0.266607 15.3915 -1.3344
Vertex 1065 0.220242 15.3932 -1.26004
Vertex 1066 0.0894205 15.3917 -1.17687
Vertex 1067 1.63259 15.7597 -0.883664
Vertex 1068 1.80335 15.8946 -0.828212
Vertex 1069 1.50847 15.9202 -0.820972
Vertex 1070 4.43906 15.6322 -0.232079
Vertex 1071 4.35896 15.6369 -0.205317
Vertex 1072 3.24891 14.1606 -2.04159
Vertex 1073 0.618784 14.5594 -1.5526
Vertex 1074 0.711183 14.5143 -1.65928
Vertex 1075 0.799897 14.4459 -1.87396
Vertex 1076 0.88407 14.3146 -2.4122
Vertex 1077 1.15997 14.1079 -1.93909
Vertex 1078 1.25256 13.8535 -2.44274
Vertex 1079 1.21042 13.9596 -2.35237
Vertex 1080 4.14311 17.7824 0
Vertex 1081 3.61055 17.5273 0
Vertex 1082 3.57568 17.6183 0
Vertex 1083 4.53711 17.7206 -0.500928
Vertex 1084 4.53828 17.5944 -0.523166
Vertex 1085 4.56733 17.5069 -0.504514
Vertex 1086 2.4279 13.2074 -1.41036
Vertex 1087 2.4279 13.0919 -1.39743
Vertex 1088 2.4279 13.0195 -0.89144
Vertex 1089 2.40809 12.8988 -1.17783
Vertex 1090 2.35379 12.8098 -1.26779
Vertex 1091 2.27313 12.7466 -1.35928
Vertex 1092 4.73596 15.2307 -0.723956
Vertex 1093 4.4992 15.1917 -0.944727
Vertex 1094 0 15.2657 -2.27983
Vertex 1095 0 15.1346 -2.46398
Vertex 1096 2.98023e-008 14.692 -2.48415
Vertex 1097 1.71865 16.1002 -0.786626
Vertex 1098 2.19404 15.9807 -0.807706
Vertex 1099 1.76026 16.046 -0.796202
Vertex 1100 0.974442 15.6245 -0.507571
Vertex 1101 4.34229 13.6 -0.297377
Vertex 1102 -4.36436e-015 15.3322 -0.293398
Vertex 1103 -4.36436e-015 15.2188 -0.105866
Vertex 1104 3.49829 13.5342 -0.584774
Vertex 1105 2.81709 14.9454 -2.34156
Vertex 1106 4.0957 14.4394 -1.05425
Vertex 1107 4.16462 14.3435 -1.00441
Vertex 1108 4.6249 15.4693 -0.575656
Vertex 1109 4.62529 15.3638 -0.557028
Vertex 1110 4.62526 15.2632 -0.539292
Vertex 1111 2.96045 15.6181 -0.981026
Vertex 1112 2.98159 15.4688 -1.15891
Vertex 1113 3.1357 15.5148 -0.897578
Vertex 1114 3.1309 15.4784 -1.10418
Vertex 1115 2.91058 15.4942 -1.01492
Vertex 1116 2.91841 15.5339 -1.01295
Vertex 1117 2.93115 17.175 0
Vertex 1118 1.6417 16.0342 -0.702763
Vertex 1119 1.65252 16.0392 -0.797383
Vertex 1120 1.68596 15.9807 -0.807706
Vertex 1121 0.88407 14.5161 -0.110156
Vertex 1122 1.3285 13.5229 -1.23477
Vertex 1123 1.3285 13.1422 -0.599151
Vertex 1124 1.3285 13.044 -0.396053
Vertex 1125 1.34748 12.941 -0.590104
Vertex 1126 4.23655 16.5687 0
Vertex 1127 4.43366 16.7659 0
Vertex 1128 4.06874 17.667 0
Vertex 1129 4.54087 17.7411 0
Vertex 1130 0.187445 15.442 -2.06409e-011
Vertex 1131 1.02807 14.305 -2.52236
Vertex 1132 1.03561 14.3917 -0.109212
Vertex 1133 1.03561 14.192 -2.39154
Vertex 1134 2.078 12.6055 -2.2227
Vertex 1135 0.618785 14.6415 -0.111108
Vertex 1136 4.8279 15.6073 -0.373101
Vertex 1137 1.17034 14.3858 0
Vertex 1138 1.15997 14.2303 -0.540185
Vertex 1139 1.25238 14.0478 -0.746906
Vertex 1140 3.56599 15.5866 -0.490691
Vertex 1141 3.67258 15.581 -0.522451
Vertex 1142 4.02609 15.5541 -0.674846
Vertex 1143 4.03863 15.5439 -0.733004
Vertex 1144 4.03858 15.4446 -0.715534
Vertex 1145 4.24637 14.4377 -0.47034
Vertex 1146 2.4279 12.9655 -1.48286
Vertex 1147 2.40807 12.8448 -1.66627
Vertex 1148 0.618784 14.5056 -1.99374
Vertex 1149 1.6784 12.8 -3.3934e-014
Vertex 1150 1.07746 15.5639 -1.03328
Vertex 1151 0.943813 15.5874 -1.00923
Vertex 1152 4.44872 17.8244 -0.421444
Vertex 1153 4.53712 17.8314 -0.481381
Vertex 1154 4.62631 17.0434 -0.417366
Vertex 1155 4.727 17.242 -0.446322
Vertex 1156 0.962894 14.308 -2.07733
Vertex 1157 4.8279 14.6355 -0.41446
Vertex 1158 4.8279 14.7513 -0.412027
Vertex 1159 4.8279 15.1513 -0.60875
Vertex 1160 4.8279 14.1711 -0.340966
Vertex 1161 4.8279 14.1878 -0.246231
Vertex 1162 4.8279 13.8399 -0.0858828
Vertex 1163 4.35038 14.373 -0.837252
Vertex 1164 4.45178 14.3602 -0.909605
Vertex 1165 4.45261 14.4618 -0.92733
Vertex 1166 4.52267 15.0737 -1.02015
Vertex 1167 4.59422 15.1774 -1.02633
Vertex 1168 0.350708 15.435 -0.874002
Vertex 1169 0.292974 15.4444 -0.493363
Vertex 1170 1.47165 15.7973 -3.3934e-014
Vertex 1171 0.774054 15.4578 -6.79339e-015
Vertex 1172 0.83423 15.2652 0
Vertex 1173 1.12861 15.3753 0
Vertex 1174 1.13546 15.6011 -6.79339e-015
Vertex 1175 2.20297 15.4656 -1.16428
Vertex 1176 2.63718 15.5299 -1.07216
Vertex 1177 4.8279 15.6099 -0.0843993
Vertex 1178 2.88787 13.4433 -0.894431
Vertex 1179 3.4006 14.9344 -1.81008
Vertex 1180 3.2312 14.8598 -2.2334
Vertex 1181 3.30778 16.0204 -0.737648
Vertex 1182 3.44025 16.0708 -0.653477
Vertex 1183 3.37437 16.3363 -0.74501
Vertex 1184 3.48618 16.3738 -0.677457
Vertex 1185 0.3285 14.4808 -2.44021
Vertex 1186 1.24668 15.7483 -0.789448
Vertex 1187 2.35384 12.7525 -1.75279
Vertex 1188 4.05078 14.3527 -0.952083
Vertex 1189 3.39192 14.3224 -1.71788
Vertex 1190 2.70213 15.8822 -0.832049
Vertex 1191 2.80374 15.9807 -0.807706
Vertex 1192 2.89707 16.0911 -0.78825
Vertex 1193 2.91984 16.5951 -0.699375
Vertex 1194 3.10946 16.7249 -0.676481
Vertex 1195 2.4053 16.8635 -0.652057
Vertex 1196 2.33748 16.7992 -0.58149
Vertex 1197 1.90328 16.3073 -0.470101
Vertex 1198 2.2095 16.6689 -0.344591
Vertex 1199 3.81304 13.5737 -0.10388
Vertex 1200 3.19367 14.8204 -2.4566
Vertex 1201 4.36059 14.4255 -0.539443
Vertex 1202 4.58719 14.3817 -0.787841
Vertex 1203 4.60092 14.3651 -0.882099
Vertex 1204 4.67683 14.4681 -0.891375
Vertex 1205 0 15.1657 -2.2649
Vertex 1206 0 15.2504 -2.38007
Vertex 1207 0.075019 15.2414 -2.43722
Vertex 1208 0.174338 15.2184 -2.577
Vertex 1209 2.47942 15.6457 -0.958057
Vertex 1210 4.8279 17.0615 -0.0985257
Vertex 1211 4.8279 16.8943 -0.286571
Vertex 1212 4.31749 13.6021 -0.0861552
Vertex 1213 3.11161 13.5001 -0.295287
Vertex 1214 3.36861 15.0257 -1.8862
Vertex 1215 3.24656 15.0208 -1.91401
Vertex 1216 4.53524 13.6063 -0.261942
Vertex 1217 4.8279 17.5543 -0.0979566
Vertex 1218 4.8279 17.5543 3.3934e-014
Vertex 1219 4.72934 17.3572 0
Vertex 1220 4.63096 17.8445 0
Vertex 1221 4.59117 17.8419 -0.0583671
Vertex 1222 4.72852 17.8479 -0.152001
Vertex 1223 2.1779 12.7908 -0.48554
Vertex 1224 2.68537 15.3856 -1.35555
Vertex 1225 2.60754 15.4284 -1.23544
Vertex 1226 2.95867 15.4167 -1.26166
Vertex 1227 2.92529 15.239 -1.71695
Vertex 1228 1.5906 15.4505 -1.19097
Vertex 1229 1.70768 15.5104 -1.09713
Vertex 1230 1.52483 15.6046 -0.993099
Vertex 1231 1.5489 15.7177 -0.907657
Vertex 1232 2.4279 13.1419 -0.80064
Vertex 1233 2.4279 13.2728 -0.507457
Vertex 1234 3.1789 14.1782 -1.94203
Vertex 1235 2.90245 14.1935 -1.85527
Vertex 1236 2.78402 14.1837 -1.91047
Vertex 1237 2.81306 14.1065 -1.80163
Vertex 1238 2.8464 13.4677 -1.59523
Vertex 1239 2.07799 16.08 -0.790206
Vertex 1240 2.50985 13.5147 -3.3934e-014
Vertex 1241 1.94478 13.4709 -3.3934e-014
Vertex 1242 2.31827 12.9865 -3.3934e-014
Vertex 1243 3.08816 17.3779 -0.561342
Vertex 1244 4.8279 14.0918 -0.239348
Vertex 1245 2.4279 13.3435 -1.21501
Vertex 1246 2.4279 13.2273 -1.21
Vertex 1247 2.4279 13.1282 -0.999699
Vertex 1248 2.4279 13.0045 -1.08876
Vertex 1249 2.40809 12.9152 -0.981941
Vertex 1250 2.35373 12.8486 -0.780959
Vertex 1251 2.27305 12.8007 -0.680599
Vertex 1252 2.1779 12.7702 -0.873503
Vertex 1253 2.078 12.7764 -0.776574
Vertex 1254 1.6784 12.7819 -0.6796
Vertex 1255 1.5785 12.7967 -0.291369
Vertex 1256 1.4818 12.8161 -0.291812
Vertex 1257 1.40135 12.8436 -0.878525
Vertex 1258 4.8279 16.1688 -0.0915076
Vertex 1259 3.87825 17.7116 -0.502509
Vertex 1260 4.8279 17.26 -0.344504
Vertex 1261 0.914614 15.608 -0.09346
Vertex 1262 2.07056 12.6895 -2.2375
Vertex 1263 1.30927 13.6691 -2.41023
Vertex 1264 4.62559 13.711 -3.3934e-014
Vertex 1265 3.80876 13.7769 -3.3934e-014
Vertex 1266 4.21179 13.9033 -3.3934e-014
Vertex 1267 4.3257 13.6027 -2.77556e-016
Vertex 1268 0.0760791 14.6838 -0.186024
Vertex 1269 2.078 12.7967 -0.291369
Vertex 1270 1.34745 12.8201 -1.86131
Vertex 1271 3.94485 16.3194 -0.441388
Vertex 1272 3.33039 16.4678 -0.72183
Vertex 1273 1.30929 13.8318 -1.15726
Vertex 1274 1.32369 13.7259 -1.25336
Vertex 1275 1.3285 13.6079 -1.45084
Vertex 1276 1.3285 13.4913 -1.54252
Vertex 1277 1.3285 13.0706 -1.49552
Vertex 1278 1.3285 12.9656 -1.48222
Vertex 1279 2.1779 12.7058 -1.55029
Vertex 1280 2.078 12.7058 -1.55029
Vertex 1281 4.3257 15.3545 -0.606567
Vertex 1282 0.219 14.4619 -2.55002
Vertex 1283 4.10001 16.3623 -0.396622
Vertex 1284 0.800255 14.5667 0
Vertex 1285 4.32647 15.6286 -0.252321
Vertex 1286 4.45076 15.7327 -0.206564
Vertex 1287 4.709 15.6132 -0.339859
Vertex 1288 4.52202 16.8428 -0.392541
Vertex 1289 4.42353 16.1373 -0.282178
Vertex 1290 4.62527 16.2423 -0.276181
Vertex 1291 4.52427 16.1407 -0.268469
Vertex 1292 4.72651 16.1434 -0.25263
Vertex 1293 4.62688 15.9427 -0.223222
Vertex 1294 4.54547 15.6417 -0.17801
Vertex 1295 4.6212 15.6303 -0.242786
Vertex 1296 2.55396 16.8816 0
Vertex 1297 1.43403 13.3675 -3.3934e-014
Vertex 1298 1.52286 12.9098 -3.3934e-014
Vertex 1299 0.838847 14.654 0
Vertex 1300 1.77358 14.9416 0
Vertex 1301 1.68295 14.505 0
Vertex 1302 1.02953 15.2379 0
Vertex 1303 1.12226 15.0162 0
Vertex 1304 1.24673 14.9441 0
Vertex 1305 1.29742 14.5286 0
Vertex 1306 0.963208 14.4578 0
Vertex 1307 1.99824 15.5534 -1.04467
Vertex 1308 2.31387 12.8701 -2.26935
Vertex 1309 2.23238 12.7129 -2.24163
Vertex 1310 1.97818 12.893 -3.3934e-014
Vertex 1311 2.078 12.8 -3.3934e-014
Vertex 1312 0 15.3437 -1.67649
Vertex 1313 0 15.2442 -1.66562
Vertex 1314 2.98023e-008 14.7198 -1.3358
Vertex 1315 5.21541e-008 14.6065 -1.51626
Vertex 1316 0.0657041 14.6248 -1.32871
Vertex 1317 0.262804 14.6631 -0.801709
Vertex 1318 0.426517 14.5852 -1.66738
Vertex 1319 0.3285 14.563 -1.88915
Vertex 1320 0.262798 14.5794 -1.75833
Vertex 1321 0.262804 14.6142 -1.4402
Vertex 1322 0.262804 14.6336 -1.22763
Vertex 1323 0.426517 14.6595 -0.779426
Vertex 1324 0.882168 15.0267 0
Vertex 1325 0.523606 14.6658 0
Vertex 1326 1.28567 13.9745 -3.3934e-014
Vertex 1327 1.16019 14.2402 0
Vertex 1328 2.85995 15.7917 -0.867652
Vertex 1329 2.88685 15.8845 -0.831309
Vertex 1330 3.07055 15.7459 -0.891132
Vertex 1331 2.7373 14.9651 -2.23
Vertex 1332 2.44779 15.469 -1.15847
Vertex 1333 2.41637 15.5462 -1.05279
Vertex 1334 2.96092 17.3103 -0.0726621
Vertex 1335 0.799897 14.5162 -1.21452
Vertex 1336 0.557522 15.4977 -0.0938585
Vertex 1337 0.65569 15.512 -0.570925
Vertex 1338 0.654015 15.4876 -1.03324
Vertex 1339 2.99346 14.9103 -2.54074
Vertex 1340 2.9914 14.8952 -2.62643
Vertex 1341 3.07666 16.8589 -0.652868
Vertex 1342 2.90779 17.1547 -0.600708
Vertex 1343 1.09258 15.6782 -0.506835
Vertex 1344 0.52359 14.6388 -0.889771
Vertex 1345 0.711183 14.5379 -1.43882
Vertex 1346 1.44536 12.9873 -3.3934e-014
Vertex 1347 1.48137 15.9129 -0.513535
Vertex 1348 1.36968 15.836 -0.490198
Vertex 1349 3.26073 17.37 0
Vertex 1350 2.4279 13.0568 -1.69437
Vertex 1351 2.4279 13.172 -1.70968
Vertex 1352 2.4279 13.2455 -2.02027
Vertex 1353 4.8279 17.1601 3.3934e-014
Vertex 1354 4.8279 17.2586 -0.0984536
Vertex 1355 4.8279 17.4421 -0.47958
Vertex 1356 4.8279 17.1583 -0.340981
Vertex 1357 1.49298 14.3468 -2.52972
Vertex 1358 1.29677 13.9787 -2.46483
Vertex 1359 2.92593 13.4054 -1.40148
Vertex 1360 2.83824 13.3981 -1.34793
Vertex 1361 2.53705 13.3406 -1.43753
Vertex 1362 2.77285 13.4129 -1.07537
Vertex 1363 3.06926 15.0718 -1.62508
Vertex 1364 3.03688 15.0951 -1.49287
Vertex 1365 2.88084 15.654 -0.951611
Vertex 1366 4.62494 15.5685 -0.593153
Vertex 1367 2.88736 15.1447 -1.78116
Vertex 1368 2.85126 15.0326 -1.84753
Vertex 1369 2.24277 12.9095 -3.3934e-014
Vertex 1370 4.42469 15.2582 -0.567718
Vertex 1371 3.82371 13.5749 -2.60171e-016
Vertex 1372 4.8279 13.9076 0
Vertex 1373 4.8279 14.0088 -0.0852482
Vertex 1374 0.3285 14.685 0
Vertex 1375 0.3285 14.6846 -0.111434
Vertex 1376 1.22111 15.549 -1.04966
Vertex 1377 1.03622 15.4855 -1.1324
Vertex 1378 4.8279 16.1595 -0.17004
Vertex 1379 4.8279 16.2603 -0.173904
Vertex 1380 4.48097 15.2084 -0.850403
Vertex 1381 4.34942 15.2381 -0.682082
Vertex 1382 1.16039 14.0236 -2.47273
Vertex 1383 1.28544 13.8592 -1.79785
Vertex 1384 0.963959 14.2375 -2.51045
Vertex 1385 0.801544 14.3447 -2.52936
Vertex 1386 0.618785 14.591 -1.22078
Vertex 1387 0.52359 14.5945 -1.44442
Vertex 1388 0.426517 14.6194 -1.33494
Vertex 1389 -4.36436e-015 15.3056 -0.977718
Vertex 1390 5.21541e-008 14.7553 -0.859153
Vertex 1391 5.21541e-008 14.6654 -0.758798
Vertex 1392 0.0657041 14.6605 -0.848046
Vertex 1393 0.3285 14.6339 -1.22437
Vertex 1394 0.262804 14.6499 -1.01478
Vertex 1395 0.26268 14.6771 -0.482412
Vertex 1396 4.24637 14.3441 -0.453845
Vertex 1397 3.00698 15.9807 -0.807706
Vertex 1398 3.21021 15.9807 -0.807706
Vertex 1399 4.8279 14.5296 -0.502376
Vertex 1400 4.8279 14.4182 -0.580914
Vertex 1401 2.4279 12.9284 -1.77737
Vertex 1402 2.4279 13.0296 -1.89213
Vertex 1403 2.4279 13.1446 -1.90906
Vertex 1404 2.4279 12.9662 -2.28629
Vertex 1405 0.88407 14.496 -0.770734
Vertex 1406 1.42451 13.1646 -2.32127
Vertex 1407 0.962894 14.3877 -1.42396
Vertex 1408 1.03561 14.3325 -1.30874
Vertex 1409 1.10151 14.2601 -1.30213
Vertex 1410 1.15997 14.1816 -1.29496
Vertex 1411 1.21042 14.1157 -1.07321
Vertex 1412 1.25238 13.9993 -1.38551
Vertex 1413 1.30929 13.7361 -1.9943
Vertex 1414 1.28544 13.9266 -1.16519
Vertex 1415 1.30929 13.7779 -1.6811
Vertex 1416 1.32369 13.6938 -1.56548
Vertex 1417 1.3285 13.5843 -1.65733
Vertex 1418 1.3285 13.4663 -1.74707
Vertex 1419 1.3285 13.0463 -1.69384
Vertex 1420 1.32369 13.6246 -2.0838
Vertex 1421 1.3285 13.5576 -1.86326
Vertex 1422 1.3285 13.4527 -1.8492
Vertex 1423 1.3285 13.2686 -2.33962
Vertex 1424 0.525907 14.4425 -2.54661
Vertex 1425 3.04335 17.3609 0
Vertex 1426 4.00459 14.4046 -0.657706
Vertex 1427 3.96957 14.4203 -0.568765
Vertex 1428 4.06026 14.3333 -0.515274
Vertex 1429 3.47326 14.2437 -1.57021
Vertex 1430 3.392 14.2528 -1.51869
Vertex 1431 3.20521 14.294 -1.28488
Vertex 1432 3.07478 14.2913 -1.3005
Vertex 1433 3.19306 14.2249 -1.12975
Vertex 1434 2.71197 14.0232 -2.27358
Vertex 1435 3.66146 17.6498 -0.065006
Vertex 1436 3.79386 13.6567 -0.522962
Vertex 1437 2.4279 13.1662 -3.3934e-014
Vertex 1438 1.47029 15.5024 -1.1079
Vertex 1439 0.88407 14.3659 -2.08573
Vertex 1440 0.799897 14.4158 -2.09298
Vertex 1441 2.4279 13.3953 -0.304235
Vertex 1442 1.27168 15.7578 -0.884619
Vertex 1443 1.40805 15.7361 -0.896682
Vertex 1444 1.38354 15.6224 -0.977276
Vertex 1445 4.53222 15.386 -3.3934e-014
Vertex 1446 4.72934 15.8788 0
Vertex 1447 4.8279 16.0759 0
Vertex 1448 2.76197 15.3159 -1.91397
Vertex 1449 3.24783 14.2616 -2.06299
Vertex 1450 3.22972 14.1478 -2.11431
Vertex 1451 3.1352 14.1514 -2.09415
Vertex 1452 2.85179 14.1621 -2.03295
Vertex 1453 2.73908 14.1505 -2.09863
Vertex 1454 2.75934 14.0737 -1.98755
Vertex 1455 2.94219 15.0264 -1.88232
Vertex 1456 3.21382 15.0076 -1.9892
Vertex 1457 3.30375 15.0011 -2.02617
Vertex 1458 3.33067 14.9105 -1.94582
Vertex 1459 3.35666 14.3107 -1.78415
Vertex 1460 3.32594 14.1977 -1.83108
Vertex 1461 3.2705 14.2168 -1.72312
Vertex 1462 3.09975 14.2671 -1.43759
Vertex 1463 2.97145 14.2623 -1.46484
Vertex 1464 3.02119 14.1835 -1.365
Vertex 1465 2.88396 14.1383 -1.62138
Vertex 1466 2.92395 13.4778 -0.100553
Vertex 1467 4.34138 13.6936 -0.314077
Vertex 1468 4.43743 14.3519 -0.40959
Vertex 1469 3.5473 14.2837 -0.79665
Vertex 1470 3.08486 14.2859 -2.51898
Vertex 1471 2.70309 14.5955 -2.57358
Vertex 1472 4.53432 13.6998 -0.278558
Vertex 1473 2.92568 13.4988 -1.4184
Vertex 1474 3.47035 13.6182 -0.741208
Vertex 1475 3.70966 13.5546 -0.555209
Vertex 1476 3.62699 13.6388 -0.624721
Vertex 1477 3.3963 14.2619 -0.920138
Vertex 1478 2.78402 13.4353 -1.77851
Vertex 1479 2.7391 13.3086 -1.95015
Vertex 1480 2.72328 13.3853 -2.06208
Vertex 1481 3.07509 13.4494 -1.15165
Vertex 1482 3.07478 13.5429 -1.16854
Vertex 1483 3.96957 13.6719 -0.436802
Vertex 1484 4.15259 13.6842 -0.366975
Vertex 1485 3.70923 14.3029 -0.68741
Vertex 1486 4.63183 14.3566 -0.382884
Vertex 1487 3.88071 14.3195 -0.593351
Vertex 1488 3.25786 13.4895 -0.924515
Vertex 1489 3.25751 13.5829 -0.941352
Vertex 1490 2.70439 15.4124 -1.27335
Vertex 1491 2.58162 15.4879 -1.12879
Vertex 1492 2.6097 15.7104 -0.912271
Vertex 1493 2.61536 15.6366 -0.965385
Vertex 1494 2.45327 15.5883 -1.00839
Vertex 1495 0.628507 15.2171 -2.58442
Vertex 1496 2.70855 15.0301 -2.4446
Vertex 1497 2.70809 15.1343 -2.46798
Vertex 1498 2.70821 15.2338 -2.48413
Vertex 1499 0.550347 15.4872 -0.530455
Vertex 1500 0.962894 14.4543 -0.329111
Vertex 1501 0.172578 14.6847 -0.0983474
Vertex 1502 4.72934 15.4846 0
Vertex 1503 3.74496 15.4844 -3.3934e-014
Vertex 1504 4.23656 15.1889 -3.3934e-014
Vertex 1505 4.03946 15.4846 -3.3934e-014
Vertex 1506 4.72934 15.6817 0
Vertex 1507 4.8279 15.5831 0
Vertex 1508 0.3285 14.5482 -1.99961
Vertex 1509 2.14674 16.594 -0.438308
Vertex 1510 1.68521 12.8857 -3.3934e-014
Vertex 1511 0.373724 15.4631 -7.81456e-012
Vertex 1512 0.480994 15.4504 -0.983442
Vertex 1513 0.260494 14.5078 -2.27466
Vertex 1514 0.172405 14.4792 -2.44994
Vertex 1515 3.43636 15.372 -1.07434
Vertex 1516 3.61539 17.6274 -0.453795
Vertex 1517 4.8279 14.2043 -0.089266
Vertex 1518 0.52359 14.4972 -2.21726
Vertex 1519 1.0977 14.4649 0
Vertex 1520 1.50161 14.0562 -2.47849
Vertex 1521 1.34038 14.1258 -2.49076
Vertex 1522 1.17901 14.1549 -2.49589
Vertex 1523 0.391467 15.3554 -1.56581
Vertex 1524 2.28528 15.3644 -1.47466
Vertex 1525 2.18641 15.3808 -1.37512
Vertex 1526 2.48472 15.4172 -1.26136
Vertex 1527 2.38687 15.7096 -0.912762
Vertex 1528 2.1621 15.6302 -0.970688
Vertex 1529 2.27902 15.5155 -1.09031
Vertex 1530 2.32013 15.4443 -1.20273
Vertex 1531 1.78888 15.4086 -1.28333
Vertex 1532 1.30554 15.4469 -1.19775
Vertex 1533 3.16196 15.7649 -0.810709
Vertex 1534 1.29103 14.2078 0
Vertex 1535 0.0757708 14.4935 -2.36367
Vertex 1536 0.64889 14.7414 0
Vertex 1537 1.42915 15.5621 -1.03517
Vertex 1538 0.768058 14.7115 -2.59403
Vertex 1539 0.942784 14.3683 -2.53351
Vertex 1540 1.59604 15.5307 -1.07115
Vertex 1541 4.72652 16.5429 -0.32307
Vertex 1542 4.8279 16.9428 -0.39153
Vertex 1543 0.739102 15.5442 -0.280777
Vertex 1544 2.52611 13.2469 -2.1232
Vertex 1545 1.28748 15.7828 -0.540671
Vertex 1546 0.711183 14.5883 -0.77564
Vertex 1547 5.21541e-008 14.8993 3.3934e-014
Vertex 1548 -4.36436e-015 15.0021 -0.105178
Vertex 1549 0.385558 15.1044 -2.66331
Vertex 1550 2.27688 16.7461 -0.0846313
Vertex 1551 4.53222 16.5687 0
Vertex 1552 4.8279 16.7659 3.3934e-014
Vertex 1553 4.8279 16.6673 -0.0985555
Vertex 1554 4.8279 16.5647 -0.209641
Vertex 1555 0.755475 14.4694 -2.55134
Vertex 1556 3.21877 15.2198 -1.26812
Vertex 1557 3.08363 14.3874 -2.53689
Vertex 1558 3.1864 14.6921 -2.59061
Vertex 1559 3.18807 14.6034 -2.49978
Vertex 1560 3.90637 15.7074 -0.348217
Vertex 1561 0.89175 15.4443 -1.20269
Vertex 1562 0.824886 15.4151 -1.26652
Vertex 1563 0.834288 15.4775 -1.14482
Vertex 1564 0.711183 14.441 -2.20866
Vertex 1565 3.64915 16.4924 -0.604522
Vertex 1566 0.375771 15.3794 -1.38117
Vertex 1567 3.64883 15.6872 -0.462719
Vertex 1568 1.48706 15.9251 -0.0937387
Vertex 1569 3.12142 17.4035 -0.281525
Vertex 1570 3.08712 15.1958 -1.43483
Vertex 1571 3.14746 15.2878 -1.36829
Vertex 1572 3.02568 15.3563 -1.55683
Vertex 1573 2.19276 15.7953 -0.865956
Vertex 1574 1.68144 15.71 -0.912515
Vertex 1575 1.6784 12.6808 -1.74293
Vertex 1576 2.4279 13.0364 -0.595083
Vertex 1577 4.01846 13.689 -3.3934e-014
Vertex 1578 1.21042 14.1462 -0.536992
Vertex 1579 4.3213 16.2353 -0.318254
Vertex 1580 4.41805 16.7437 -0.390006
Vertex 1581 2.40811 12.9432 -0.491325
Vertex 1582 2.35367 12.8689 -0.293013
Vertex 1583 2.273 12.8155 -0.291797
Vertex 1584 2.1779 12.7967 -0.291369
Vertex 1585 2.078 12.7941 -0.388466
Vertex 1586 1.6784 12.7967 -0.291369
Vertex 1587 1.5785 12.7819 -0.6796
Vertex 1588 1.48183 12.7896 -0.87483
Vertex 1589 2.078 12.6529 -1.93518
Vertex 1590 1.49433 15.9142 -0.72719
Vertex 1591 1.43075 15.8627 -0.838574
Vertex 1592 1.57068 15.8295 -0.851122
Vertex 1593 1.46647 15.6679 -0.941164
Vertex 1594 3.19328 14.1088 -2.33521
Vertex 1595 4.21983 16.2344 -0.341117
Vertex 1596 4.40226 15.5736 -0.564139
Vertex 1597 4.1813 15.6184 -0.310518
Vertex 1598 4.17516 15.6297 -0.246046
Vertex 1599 1.37711 13.7836 -2.43043
Vertex 1600 4.34138 14.4419 -0.446039
Vertex 1601 4.45294 14.4289 -0.520135
Vertex 1602 4.42821 14.3765 -0.817262
Vertex 1603 4.37851 14.3569 -0.928334
Vertex 1604 4.37903 14.4585 -0.946127
Vertex 1605 2.16805 15.4973 -1.11512
Vertex 1606 2.73504 15.4376 -1.21603
Vertex 1607 0.799897 14.5464 -0.773412
Vertex 1608 0.88407 14.4826 -0.990639
Vertex 1609 0.962894 14.4243 -0.98665
Vertex 1610 1.03561 14.3586 -0.982152
Vertex 1611 3.3042 17.5009 0
Vertex 1612 0.754438 15.5325 -0.769731
Vertex 1613 2.29206 15.7059 -0.915109
Vertex 1614 2.29488 15.792 -0.867531
Vertex 1615 2.29566 15.8834 -0.831678
Vertex 1616 2.60036 15.7883 -0.869259
Vertex 1617 2.83424 15.7272 -0.901925
Vertex 1618 2.71349 15.6739 -0.936811
Vertex 1619 2.70017 15.5799 -1.01675
Vertex 1620 0.196372 15.4377 -0.394045
Vertex 1621 2.58336 15.3644 -1.47466
Vertex 1622 2.86893 15.382 -1.36972
Vertex 1623 2.88384 15.347 -1.64573
Vertex 1624 2.54385 15.3558 -1.56198
Vertex 1625 0.89424 15.3644 -1.47466
Vertex 1626 1.06041 15.3463 -1.65194
Vertex 1627 1.27213 15.3557 -1.56298
Vertex 1628 2.68272 15.3644 -1.47466
Vertex 1629 2.56143 15.3927 -1.33054
Vertex 1630 1.28544 13.9608 -0.636079
Vertex 1631 4.22541 15.0588 -1.10478
Vertex 1632 3.4905 16.5839 0
Vertex 1633 2.27756 16.747 -3.3934e-014
Vertex 1634 3.33353 13.5222 -0.449463
Vertex 1635 3.58152 13.5445 -0.526916
Vertex 1636 3.6133 13.5546 -0.2896
Vertex 1637 3.07099 16.9373 0
Vertex 1638 2.28394 16.6098 0
Vertex 1639 4.43506 17.8279 0
Vertex 1640 4.8279 13.8905 -0.291481
Vertex 1641 1.5785 12.6808 -1.74293
Vertex 1642 1.48186 12.7251 -1.55264
Vertex 1643 1.40137 12.7903 -1.46218
Vertex 1644 4.53192 17.0573 -0.429174
Vertex 1645 2.52772 13.3851 -0.91293
Vertex 1646 4.6275 13.6099 -0.130594
Vertex 1647 2.76982 15.5462 -1.05287
Vertex 1648 3.21594 14.949 -2.32114
Vertex 1649 0.0920071 15.3093 -1.96595
Vertex 1650 0 15.3077 -1.97856
Vertex 1651 0 15.2076 -1.96563
Vertex 1652 2.98023e-008 14.6446 -2.00059
Vertex 1653 5.21541e-008 14.5624 -1.89354
Vertex 1654 0.0658891 14.5485 -1.99785
Vertex 1655 0.597038 15.0073 0
Vertex 1656 0.436898 14.7856 0
Vertex 1657 3.11733 13.4718 -0.932417
Vertex 1658 1.40238 13.9066 -3.3934e-014
Vertex 1659 3.47035 14.3666 -0.873171
Vertex 1660 3.60111 14.3632 -0.892572
Vertex 1661 3.71502 14.3146 -1.16834
Vertex 1662 3.72165 14.2933 -1.28884
Vertex 1663 3.77786 14.4034 -1.25853
Vertex 1664 3.82319 15.0191 -1.33013
Vertex 1665 3.87543 15.1274 -1.30984
Vertex 1666 3.75419 15.1327 -1.27941
Vertex 1667 3.73064 15.1921 -0.942806
Vertex 1668 3.76284 15.2153 -0.810988
Vertex 1669 3.67637 15.306 -0.880536
Vertex 1670 3.5973 15.4031 -0.951863
Vertex 1671 3.68063 15.5119 -0.914069
Vertex 1672 3.58911 15.5142 -0.901067
Vertex 1673 3.42985 15.5557 -0.66604
Vertex 1674 3.32819 15.56 -0.641313
Vertex 1675 1.09345 15.3804 -1.3766
Vertex 1676 1.19281 15.4092 -1.28158
Vertex 1677 2.34227 16.8108 -0.332512
Vertex 1678 2.48463 16.9468 -0.320911
Vertex 1679 2.99476 14.0967 -2.40396
Vertex 1680 2.80755 14.1139 -2.30626
Vertex 1681 3.90593 17.0092 -0.577933
Vertex 1682 4.08436 15.0478 -1.16731
Vertex 1683 3.73048 17.6716 -0.256937
Vertex 1684 2.78219 15.2918 -2.0976
Vertex 1685 4.67508 15.0775 -0.998979
Vertex 1686 3.21656 17.3426 -0.567563
Vertex 1687 4.63503 17.1535 -0.436083
Vertex 1688 4.22583 17.1991 -0.509744
Vertex 1689 1.07482 15.4447 -1.20186
Vertex 1690 0.260734 14.6824 -0.276979
Vertex 1691 3.20263 14.8336 -2.3818
Vertex 1692 4.372 15.0675 -1.05556
Vertex 1693 1.00009e-006 15.4036 -0.983978
Vertex 1694 2.60788 13.4279 -2.3677
Vertex 1695 2.51095 13.3111 -2.3471
Vertex 1696 1.99065 13.1376 -2.3165
Vertex 1697 2.06007 13.4218 -2.36662
Vertex 1698 1.41483 13.0469 -2.30053
Vertex 1699 3.62699 14.3872 -0.756683
Vertex 1700 3.75566 14.3817 -0.787693
Vertex 1701 4.1235 14.3587 -0.918271
Vertex 1702 4.09596 14.3379 -1.03623
Vertex 1703 4.23465 14.4501 -0.993781
Vertex 1704 3.02674 15.2653 -1.53908
Vertex 1705 2.97926 15.1721 -1.60293
Vertex 1706 2.93552 15.0646 -1.66578
Vertex 1707 2.98043 15.0419 -1.79452
Vertex 1708 3.28286 15.0338 -1.84064
Vertex 1709 3.40601 15.0377 -1.81863
Vertex 1710 3.44033 14.9459 -1.74483
Vertex 1711 2.81365 15.2103 -1.98183
Vertex 1712 2.78508 15.0992 -2.05355
Vertex 1713 2.81586 15.0161 -1.94106
Vertex 1714 2.87888 14.9947 -2.06226
Vertex 1715 3.15952 14.9804 -2.14334
Vertex 1716 3.25263 14.9754 -2.17168
Vertex 1717 3.25083 14.8727 -2.16004
Vertex 1718 2.63552 17.0755 -0.309996
Vertex 1719 3.45575 17.5667 -0.332566
Vertex 1720 3.51576 15.4916 -1.02915
Vertex 1721 3.91221 17.7263 -0.251798
Vertex 1722 1.34746 12.8591 -1.569
Vertex 1723 1.3285 12.9416 -1.67882
Vertex 1724 3.55713 16.3281 -0.626565
Vertex 1725 3.48483 15.6711 -0.554399
Vertex 1726 3.19306 14.3185 -1.14624
Vertex 1727 3.3247 14.3192 -1.14223
Vertex 1728 3.48856 14.2751 -1.39226
Vertex 1729 3.51756 14.2544 -1.50949
Vertex 1730 3.56335 14.3661 -1.47034
Vertex 1731 3.09371 15.1097 -1.41019
Vertex 1732 3.11961 15.0861 -1.54385
Vertex 1733 3.36575 15.0587 -1.69951
Vertex 1734 3.49046 15.0605 -1.68915
Vertex 1735 3.52883 14.9679 -1.62031
Vertex 1736 2.79353 17.1954 -0.299822
Vertex 1737 1.16281 15.7006 -0.817771
Vertex 1738 0.0815611 15.3783 -1.33713
Vertex 1739 0 15.2757 -1.36789
Vertex 1740 0 15.382 -1.27856
Vertex 1741 2.94153 13.4658 -0.63264
Vertex 1742 4.068 16.2369 -0.384378
Vertex 1743 3.99487 15.6202 -0.300005
Vertex 1744 4.08469 15.7179 -0.287669
Vertex 1745 4.8279 16.6432 -0.3387
Vertex 1746 2.8464 14.2161 -1.72719
Vertex 1747 2.9695 14.2238 -1.68303
Vertex 1748 3.20596 14.1912 -1.86782
Vertex 1749 3.27126 14.1732 -1.97019
Vertex 1750 3.29574 14.2866 -1.92096
Vertex 1751 3.79386 14.4051 -0.654925
Vertex 1752 3.91966 14.3977 -0.697219
Vertex 1753 3.97962 14.3462 -0.98914
Vertex 1754 3.96344 14.3251 -1.10892
Vertex 1755 4.02839 14.4333 -1.08922
Vertex 1756 4.63307 17.6205 -0.518577
Vertex 1757 4.63394 17.7358 -0.498237
Vertex 1758 4.6327 17.8381 -0.480202
Vertex 1759 4.63812 17.8402 -0.407332
Vertex 1760 3.47178 14.3449 -1.59022
Vertex 1761 1.10151 14.293 -0.868755
Vertex 1762 1.55466 15.9693 -0.501646
Vertex 1763 1.62949 16.0316 -0.488069
Vertex 1764 3.3253 14.3437 -1.00339
Vertex 1765 3.45693 14.3423 -1.01121
Vertex 1766 3.59652 14.2958 -1.27516
Vertex 1767 3.61444 14.2747 -1.39454
Vertex 1768 3.66566 14.3856 -1.3595
Vertex 1769 2.36623 15.4969 -1.11573
Vertex 1770 2.35387 15.5731 -1.02358
Vertex 1771 1.25238 13.9367 -1.91555
Vertex 1772 4.27991 17.8052 -0.244316
Vertex 1773 4.26644 15.7262 -0.240396
Vertex 1774 3.17225 15.4688 -1.15891
Vertex 1775 4.60164 14.4666 -0.899945
Vertex 1776 2.65408 15.264 -2.2915
Vertex 1777 2.73607 15.2643 -2.28932
Vertex 1778 1.3285 13.0331 -1.79285
Vertex 1779 1.3285 13.0602 -2.30286
Vertex 1780 3.81913 15.6084 -0.366889
Vertex 1781 3.92969 15.6014 -0.406774
Vertex 1782 4.11915 15.56 -0.641591
Vertex 1783 4.22945 15.5553 -0.66814
Vertex 1784 3.6488 15.5944 -0.446368
Vertex 1785 3.75705 15.5883 -0.48083
Vertex 1786 3.8449 15.5402 -0.753754
Vertex 1787 3.94577 15.537 -0.772045
Vertex 1788 4.09566 17.7708 -0.247743
Vertex 1789 1.25238 14.0576 -0.533627
Vertex 1790 2.84649 15.3164 -1.9098
Vertex 1791 0.0936072 15.3216 -1.86757
Vertex 1792 2.79886 15.327 -1.8229
Vertex 1793 1.14012 15.3365 -1.74125
Vertex 1794 2.40947 15.3465 -1.65014
Vertex 1795 2.92781 15.3378 -1.72928
Vertex 1796 3.21353 14.2359 -2.2084
Vertex 1797 2.62757 13.4296 -0.301968
Vertex 1798 1.13074 15.5182 -1.08681
Vertex 1799 3.19308 14.21 -2.35539
Vertex 1800 1.84007 16.2383 -0.374444
Vertex 1801 1.77562 16.1684 -0.466596
Vertex 1802 0.860044 15.5525 -1.04567
Vertex 1803 0.822748 15.545 -0.95468
Vertex 1804 3.21911 15.1374 -1.25319
Vertex 1805 2.95597 17.3049 -0.290337
Vertex 1806 4.29075 15.1646 -1.09887
Vertex 1807 4.18242 15.1756 -1.03628
Vertex 1808 4.1642 15.2286 -0.735597
Vertex 1809 4.22771 15.2499 -0.614812
Vertex 1810 4.32691 15.4604 -0.624953
Vertex 1811 4.13118 15.3445 -0.662837
Vertex 1812 4.66263 15.1958 -0.921591
Vertex 1813 3.04303 15.4421 -1.20707
Vertex 1814 2.4279 13.3742 -0.810839
Vertex 1815 2.93739 13.4284 -1.17857
Vertex 1816 4.52512 15.467 -0.587384
Vertex 1817 4.42563 15.5635 -0.621371
Vertex 1818 3.42298 13.5389 -0.10059
Vertex 1819 0.807539 15.3794 -1.38089
Vertex 1820 0.69173 15.402 -1.30173
Vertex 1821 0.52359 14.662 -0.33384
Vertex 1822 0.618785 14.6382 -0.333297
Vertex 1823 1.33251 15.8194 -0.0938387
Vertex 1824 4.14054 13.5919 -0.268865
Vertex 1825 3.99854 16.4052 -0.437149
Vertex 1826 4.09848 16.9642 -0.503222
Vertex 1827 1.34747 12.9094 -1.08008
Vertex 1828 1.3285 13.0316 -0.692873
Vertex 1829 1.3285 13.1251 -0.898337
Vertex 1830 1.3285 13.5401 -1.02938
Vertex 1831 1.3285 13.6598 -0.830102
Vertex 1832 1.40135 12.8554 -0.683508
Vertex 1833 1.34748 12.9362 -0.688288
Vertex 1834 1.3285 13.026 -0.791741
Vertex 1835 1.3285 13.1373 -0.698922
Vertex 1836 1.3285 13.56 -0.720919
Vertex 1837 1.67307 13.599 -3.3934e-014
Vertex 1838 1.3285 13.5792 -3.3934e-014
Vertex 1839 0.425312 14.8248 -2.61401
Vertex 1840 0.55264 14.5331 -2.56258
Vertex 1841 1.40134 12.8703 -0.293045
Vertex 1842 1.83578 16.2377 -0.0939496
Vertex 1843 0.426517 14.5114 -2.21943
Vertex 1844 1.7778 16.1632 -0.674686
Vertex 1845 1.70386 16.0949 -0.584621
Vertex 1846 1.56045 15.9698 -0.61938
Vertex 1847 1.63529 16.0328 -0.59969
Vertex 1848 1.63327 16.042 -0.0936947
Vertex 1849 1.7816 14.1376 -2.49285
Vertex 1850 1.42607 13.5834 -2.39512
Vertex 1851 3.43406 15.2742 -1.05913
Vertex 1852 0.651172 15.5186 -0.290784
Vertex 1853 1.00118 15.644 -0.0935443
Vertex 1854 2.41406 16.8827 -0.245039
Vertex 1855 4.7292 14.1047 -3.3934e-014
Vertex 1856 4.8279 14.0062 0
Vertex 1857 0.656809 15.4303 -1.23127
Vertex 1858 4.8279 15.4846 0
Vertex 1859 4.8279 15.4934 -0.0956645
Vertex 1860 2.98023e-008 14.4936 -2.36303
Vertex 1861 1.33483e-015 14.884 -2.62444
Vertex 1862 2.98023e-008 14.7983 -2.50092
Vertex 1863 0.192779 15.2005 -2.68026
Vertex 1864 0.192795 15.1018 -2.66285
Vertex 1865 0.10741 14.884 -2.62444
Vertex 1866 0.329023 14.6855 -2.58945
Vertex 1867 0.219012 14.5674 -2.56863
Vertex 1868 2.98023e-008 14.5917 -2.37901
Vertex 1869 0.10762 14.7785 -2.60584
Vertex 1870 2.98023e-008 14.6729 -2.58723
Vertex 1871 1.40138 12.7256 -1.9463
Vertex 1872 1.48188 12.6721 -1.93812
Vertex 1873 1.5785 12.6529 -1.93518
Vertex 1874 1.6784 12.6378 -2.03114
Vertex 1875 1.7783 12.6055 -2.2227
Vertex 1876 1.59517 12.9985 -2.29198
Vertex 1877 1.87388 12.6935 -2.2382
Vertex 1878 1.80024 15.5343 -1.0668
Vertex 1879 5.21541e-008 14.7753 -0.381835
Vertex 1880 6.6741e-016 14.9895 -2.64305
Vertex 1881 0.104195 15.2319 0
Vertex 1882 0.299237 15.357 0
Vertex 1883 0.32541 15.1525 0
Vertex 1884 0 15.2207 0
Vertex 1885 4.73678 17.3434 -0.463827
Vertex 1886 1.16191 15.6016 -0.995774
Vertex 1887 4.07542 15.1486 -1.18973
Vertex 1888 3.95947 15.1568 -1.14278
Vertex 1889 3.89806 15.2088 -0.847725
Vertex 1890 3.94295 15.2315 -0.719485
Vertex 1891 3.85184 15.3237 -0.780708
Vertex 1892 3.01012 13.5917 -3.3934e-014
Vertex 1893 2.72508 13.4486 -2.60171e-016
Vertex 1894 3.51182 15.1858 -0.978361
Vertex 1895 0.262586 14.5379 -2.07356
Vertex 1896 0.3285 14.5162 -2.22016
Vertex 1897 0.711183 14.6051 -0.332545
Vertex 1898 0.799897 14.5632 -0.33159
Vertex 1899 3.08487 13.8063 -3.3934e-014
Vertex 1900 3.42294 13.5393 -2.60171e-016
Vertex 1901 1.79866 15.6169 -0.981978
Vertex 1902 0.694047 15.4927 -1.12172
Vertex 1903 1.01462 15.6366 -0.650629
Vertex 1904 1.109 15.6661 -0.942426
Vertex 1905 0.923889 15.5968 -0.688262
Vertex 1906 0.994042 15.6162 -0.882224
Vertex 1907 2.54787 15.5603 -1.03708
Vertex 1908 3.62668 14.9879 -1.50677
Vertex 1909 2.65374 13.3109 -1.83774
Vertex 1910 2.78405 13.3418 -1.76199
Vertex 1911 2.49905 15.511 -1.09633
Vertex 1912 4.42473 15.3583 -0.585357
Vertex 1913 0.426517 14.6696 -0.556861
Vertex 1914 4.1332 15.4507 -0.680852
Vertex 1915 0.179535 15.4106 -0.976514
Vertex 1916 0.282146 15.4307 -0.791359
Vertex 1917 4.73292 17.8472 -0.22959
Vertex 1918 2.75613 15.1798 -2.17874
Vertex 1919 2.73732 15.065 -2.24752
Vertex 1920 3.25673 15.9274 -0.760615
Vertex 1921 3.26289 15.6511 -0.70704
Vertex 1922 3.7669 15.4218 -0.845021
Vertex 1923 0.618785 14.6213 -0.777395
Vertex 1924 2.75749 13.4216 -0.927246
Vertex 1925 1.39152 15.4092 -1.28171
Vertex 1926 1.88932 15.4507 -1.19066
Vertex 1927 4.8279 16.1438 -0.250649
Vertex 1928 4.8279 16.07 -0.086031
Vertex 1929 4.8279 16.062 -0.159573
Vertex 1930 1.7065 16.1037 -0.374169
Vertex 1931 1.88817 15.4964 -1.11647
Vertex 1932 2.61848 17.0533 -0.618586
Vertex 1933 0.452963 15.4642 -0.61381
Vertex 1934 4.63933 17.8439 -0.193321
Vertex 1935 0.187711 15.4417 -0.0961883
Vertex 1936 4.46382 17.8295 -0.23414
Vertex 1937 1.32369 13.7636 -0.731792
Vertex 1938 1.30929 13.8657 -0.631747
Vertex 1939 2.2747 16.7406 -0.338542
Vertex 1940 1.90328 16.2967 -0.751993
Vertex 1941 2.38428 15.401 -1.30462
Vertex 1942 1.17014 15.7255 -0.0937593
Vertex 1943 2.8056 14.9288 -2.43623
Vertex 1944 2.4279 13.3236 -1.41686
Vertex 1945 2.4279 13.2177 -1.31022
Vertex 1946 2.4279 13.0809 -1.49623
Vertex 1947 2.4279 12.9539 -1.58112
Vertex 1948 2.40808 12.8571 -1.56875
Vertex 1949 2.35383 12.7654 -1.65597
Vertex 1950 2.27315 12.7245 -1.55257
Vertex 1951 2.1779 12.6529 -1.93518
Vertex 1952 2.71772 17.1422 -0.0762844
Vertex 1953 2.55907 17.0121 -0.315365
Vertex 1954 2.14674 16.5884 -0.613563
Vertex 1955 2.70402 13.4354 -0.51443
Vertex 1956 4.07318 17.7624 -0.432789
Vertex 1957 4.15752 17.7784 -0.490721
Vertex 1958 4.176 17.687 -0.506845
Vertex 1959 4.35979 17.0708 -0.457989
Vertex 1960 4.30764 17.6252 -0.517741
Vertex 1961 4.44659 17.5595 -0.529321
Vertex 1962 4.8279 15.5019 -0.275462
Vertex 1963 0.618784 14.4736 -2.21365
Vertex 1964 2.4279 13.1567 -0.501928
Vertex 1965 2.4279 13.044 -0.397331
Vertex 1966 2.40811 12.9492 -0.294841
Vertex 1967 2.35369 12.8663 -0.390658
Vertex 1968 2.27301 12.8129 -0.389036
Vertex 1969 2.1779 12.7941 -0.388466
Vertex 1970 2.078 12.7908 -0.48554
Vertex 1971 1.6784 12.7867 -0.582587
Vertex 1972 1.5785 12.7867 -0.582587
Vertex 1973 1.48182 12.8014 -0.680632
Vertex 1974 1.40136 12.8288 -1.07334
Vertex 1975 1.34747 12.9008 -1.17801
Vertex 1976 1.3285 12.9959 -1.1867
Vertex 1977 1.3285 13.11 -1.09755
Vertex 1978 1.3285 13.5132 -1.33739
Vertex 1979 1.3285 13.6185 -1.34756
Vertex 1980 1.32369 13.716 -1.35748
Vertex 1981 1.30929 13.8226 -1.26218
Vertex 1982 1.28544 13.9174 -1.27084
Vertex 1983 1.25238 14.0187 -1.1729
Vertex 1984 1.21042 14.0977 -1.28731
Vertex 1985 1.15997 14.191 -1.18731
Vertex 1986 1.10151 14.2695 -1.19388
Vertex 1987 1.03561 14.342 -1.19995
Vertex 1988 0.962894 14.4077 -1.20544
Vertex 1989 0.88407 14.4563 -1.32005
Vertex 1990 0.799897 14.4961 -1.43468
Vertex 1991 3.26512 17.4752 -0.477556
Vertex 1992 3.3023 17.4999 -0.0684301
Vertex 1993 2.87435 17.2516 -0.294996
Vertex 1994 2.62248 15.2336 -2.48536
Vertex 1995 0.914558 15.6083 2.71406e-014
Vertex 1996 0.866346 15.4885 -6.79339e-015
Vertex 1997 0.529448 15.1888 0
Vertex 1998 0.706634 15.335 0
Vertex 1999 0.491438 15.3867 -6.79339e-015
Vertex 2000 0.557496 15.4979 2.71406e-014
Vertex 2001 0.738516 15.5463 -0.0937769
Vertex 2002 5.21541e-008 14.6838 -0.189658
Vertex 2003 2.61624 13.2611 -2.13017
Vertex 2004 3.02487 14.9558 -2.28287
Vertex 2005 2.75882 14.9823 -2.13252
Vertex 2006 4.52471 15.2612 -0.551143
Vertex 2007 2.40807 12.818 -1.86101
Vertex 2008 3.26639 15.9583 -3.3934e-014
Vertex 2009 2.86402 15.6812 -3.3934e-014
Vertex 2010 2.5944 15.7272 -3.3934e-014
Vertex 2011 2.87786 16.5671 0
Vertex 2012 2.81606 16.5115 -3.3934e-014
Vertex 2013 2.4793 16.2786 -3.3934e-014
Vertex 2014 1.90328 16.314 2.543e-025
Vertex 2015 1.96414 16.3852 -0.0924529
Vertex 2016 1.96414 16.3813 -0.369763
Vertex 2017 3.60567 17.622 -0.518298
Vertex 2018 2.75873 15.6333 -0.96811
Vertex 2019 1.21042 14.0095 -2.034
Vertex 2020 2.85129 15.1325 -1.86508
Vertex 2021 2.70854 14.9304 -2.4271
Vertex 2022 1.48227 15.9171 -0.386575
Vertex 2023 2.96572 13.4757 -0.472959
Vertex 2024 0.152869 15.3839 -1.31095
Vertex 2025 0.352547 15.4061 -1.2901
Vertex 2026 0.069942 14.6824 -0.275946
Vertex 2027 2.29566 15.9807 -0.807706
Vertex 2028 2.16731 16.1151 -0.78402
Vertex 2029 1.93514 16.1866 -0.771403
Vertex 2030 3.63934 17.5349 -0.533664
Vertex 2031 4.24727 13.5958 -0.321638
Vertex 2032 -4.36436e-015 15.3285 -0.489028
Vertex 2033 1.00009e-006 15.4237 -0.590594
Vertex 2034 0.52361 15.4436 -1.20413
Vertex 2035 0.0978253 15.4215 -0.689084
Vertex 2036 0.361407 15.4413 -0.786215
Vertex 2037 0.192176 15.4223 -0.788411
Vertex 2038 0.269455 15.4192 -0.967507
Vertex 2039 0.394534 15.4228 -1.15916
Vertex 2040 1.77056 16.17 7.9301e-026
Vertex 2041 4.52661 13.6086 -2.77556e-016
Vertex 2042 4.22072 13.5981 -0.0928618
Vertex 2043 4.42319 13.7069 -3.3934e-014
Vertex 2044 4.22525 13.5986 -2.77556e-016
Vertex 2045 2.52944 15.4482 -1.19527
Vertex 2046 0.483308 15.4771 -0.395536
Vertex 2047 0.554901 15.4596 -1.08057
Vertex 2048 0.612839 15.4826 -0.943338
Vertex 2049 0.696952 15.5079 -0.901882
Vertex 2050 0.522799 15.4771 -0.638072
Vertex 2051 2.71197 14.1168 -2.29008
Vertex 2052 0.79488 15.3644 -1.47466
Vertex 2053 0.880731 15.3556 -1.56324
Vertex 2054 0.0964393 15.3443 -1.67089
Vertex 2055 0.288661 15.3746 -1.40409
Vertex 2056 0.298081 15.3644 -1.47466
Vertex 2057 0.180379 15.3798 -1.37917
Vertex 2058 4.06072 13.5849 -0.383149
Vertex 2059 4.23907 16.885 -0.451134
Vertex 2060 4.62515 16.7416 -0.364242
Vertex 2061 4.52407 16.3404 -0.303711
Vertex 2062 4.42205 16.8573 -0.409377
Vertex 2063 4.31149 16.7559 -0.412097
Vertex 2064 4.40847 17.4354 -0.513565
Vertex 2065 4.06026 14.4268 -0.531769
Vertex 2066 4.53432 14.4482 -0.410521
Vertex 2067 4.67849 14.7728 -0.944947
Vertex 2068 4.75322 14.8753 -0.957819
Vertex 2069 3.39668 13.5136 -0.787865
Vertex 2070 2.71198 13.2749 -2.1416
Vertex 2071 0.0871604 15.2829 -2.16164
Vertex 2072 0.88407 14.5127 -0.330441
Vertex 2073 3.94878 13.5794 -0.334029
Vertex 2074 3.78471 13.5695 -0.253787
Vertex 2075 3.88115 13.5712 -0.461187
Vertex 2076 2.2732 12.6715 -1.93803
Vertex 2077 0.388562 15.4627 -0.29045
Vertex 2078 0.373734 15.4628 -0.0944964
Vertex 2079 2.70013 15.2914 -2.10054
Vertex 2080 3.54771 13.5353 -0.664412
Vertex 2081 3.02148 13.4351 -1.23264
Vertex 2082 2.4279 13.2636 -0.708532
Vertex 2083 2.4279 13.1525 -0.60166
Vertex 2084 2.4279 13.0316 -0.693911
Vertex 2085 2.4081 12.9286 -0.785825
Vertex 2086 2.35375 12.8423 -0.878437
Vertex 2087 2.27311 12.7657 -1.16568
Vertex 2088 2.1779 12.747 -1.16397
Vertex 2089 2.078 12.747 -1.16397
Vertex 2090 1.6784 12.7378 -1.26066
Vertex 2091 1.5785 12.7378 -1.26066
Vertex 2092 1.48185 12.7571 -1.26258
Vertex 2093 1.40136 12.801 -1.36509
Vertex 2094 1.34746 12.8707 -1.47137
Vertex 2095 1.3285 12.9539 -1.58056
Vertex 2096 1.3285 13.0815 -1.3962
Vertex 2097 1.3285 13.4792 -1.64484
Vertex 2098 1.3285 13.5713 -1.76034
Vertex 2099 1.32369 13.6816 -1.66935
Vertex 2100 1.30929 13.7903 -1.5765
Vertex 2101 1.28544 13.8848 -1.58732
Vertex 2102 1.25238 13.9884 -1.4917
Vertex 2103 1.21042 14.0648 -1.60789
Vertex 2104 1.15997 14.1357 -1.72476
Vertex 2105 1.10151 14.214 -1.73431
Vertex 2106 1.03561 14.2862 -1.74312
Vertex 2107 0.962894 14.3379 -1.85995
Vertex 2108 0.0788069 15.255 -2.3506
Vertex 2109 0.561259 15.4963 -0.281714
Vertex 2110 2.84357 15.4058 -1.29092
Vertex 2111 3.07692 15.4688 -1.15891
Vertex 2112 2.92011 15.4414 -1.20834
Vertex 2113 4.8279 15.2141 -0.817829
Vertex 2114 1.99088 15.8889 -0.829939
Vertex 2115 1.89667 15.8079 -0.860278
Vertex 2116 1.88063 15.7485 -0.889735
Vertex 2117 1.85367 15.6899 -0.925638
Vertex 2118 1.87573 15.5605 -1.03685
Vertex 2119 2.88291 15.2286 -1.80603
Vertex 2120 3.19341 13.4766 -0.997429
Vertex 2121 2.89608 14.9112 -2.53602
Vertex 2122 2.14996 16.4489 -0.725148
Vertex 2123 3.02476 16.7741 -0.667818
Vertex 2124 2.61834 16.6152 -0.695836
Vertex 2125 2.20847 16.6571 -0.68844
Vertex 2126 4.8279 13.998 -0.223759
Vertex 2127 2.99141 14.7976 -2.60921
Vertex 2128 2.8466 13.3742 -1.57829
Vertex 2129 4.74292 14.401 -0.678078
Vertex 2130 2.21068 16.6736 -0.0861492
Vertex 2131 4.8279 16.963 -0.0985401
Vertex 2132 4.8279 16.664 -0.218233
Vertex 2133 4.72655 16.8426 -0.375899
Vertex 2134 4.8279 16.743 -0.35631
Vertex 2135 1.88114 13.1729 -2.32275
Vertex 2136 2.31975 13.0806 -2.30646
Vertex 2137 3.42705 15.1507 -1.17764
Vertex 2138 3.2936 15.1264 -1.31531
Vertex 2139 3.58701 15.0818 -1.56815
Vertex 2140 3.04341 14.9705 -2.19919
Vertex 2141 3.06619 14.9853 -2.11566
Vertex 2142 3.09292 14.9998 -2.03351
Vertex 2143 3.12357 15.014 -1.95291
Vertex 2144 3.15825 15.028 -1.87338
Vertex 2145 3.19662 15.0417 -1.79589
Vertex 2146 3.23872 15.055 -1.72017
Vertex 2147 3.28425 15.0679 -1.64686
Vertex 2148 3.33347 15.0805 -1.57545
Vertex 2149 3.3859 15.0927 -1.50665
Vertex 2150 3.46192 15.0821 -1.56671
Vertex 2151 3.62902 15.1139 -1.38604
Vertex 2152 4.39568 15.2052 -0.868652
Vertex 2153 4.22846 15.1966 -0.916945
Vertex 2154 3.44175 15.1044 -1.44024
Vertex 2155 4.1467 15.1914 -0.946934
Vertex 2156 4.06653 15.1854 -0.980693
Vertex 2157 3.98816 15.1788 -1.01809
Vertex 2158 3.9114 15.1715 -1.05929
Vertex 2159 3.83689 15.1637 -1.10391
Vertex 2160 3.76463 15.1552 -1.15196
Vertex 2161 3.69466 15.1461 -1.20341
Vertex 2162 3.62715 15.1365 -1.25816
Vertex 2163 3.50069 15.1156 -1.37659
Vertex 2164 3.56244 15.1263 -1.31594
Vertex 2165 3.75267 15.1106 -1.40498
Vertex 2166 3.71238 15.0028 -1.4226
Vertex 2167 4.72976 14.1707 -0.343199
Vertex 2168 4.8279 13.984 -0.307976
Vertex 2169 4.63183 14.076 -0.333398
Vertex 2170 4.72976 13.9836 -0.310209
Vertex 2171 4.63275 13.6082 -0.250843
Vertex 2172 1.03561 14.3884 -0.32761
Vertex 2173 2.79554 17.1995 0
Vertex 2174 4.44598 17.7316 0
Vertex 2175 3.34155 17.5105 -0.537973
Vertex 2176 3.83254 17.2152 -0.590043
Vertex 2177 3.38243 17.4264 -0.55279
Vertex 2178 2.40115 15.4308 -1.23027
Vertex 2179 0.962894 14.4476 -0.548433
Vertex 2180 0.915647 15.6062 -0.280402
Vertex 2181 0.828603 15.5738 -0.281081
Vertex 2182 3.80912 16.8793 0
Vertex 2183 3.86194 16.5871 0
Vertex 2184 3.14464 16.9856 0
Vertex 2185 3.45258 16.6613 0
Vertex 2186 2.99886 16.8867 0
Vertex 2187 2.77516 17.0638 0
Vertex 2188 3.43374 15.4942 -1.01458
Vertex 2189 3.27795 15.5362 -0.776628
Vertex 2190 3.17981 15.5399 -0.755597
Vertex 2191 0.623412 15.3968 -1.31723
Vertex 2192 1.08684 15.6811 -0.280749
Vertex 2193 2.47582 16.9326 -0.561019
Vertex 2194 1.34749 12.9511 -0.294884
Vertex 2195 3.12045 14.9525 -2.30181
Vertex 2196 2.71378 17.1366 -0.304821
Vertex 2197 1.15997 14.0928 -2.04609
Vertex 2198 1.10151 14.1708 -2.05742
Vertex 2199 1.03561 14.2267 -2.17588
Vertex 2200 1.25204 15.7711 5.51004e-026
Vertex 2201 2.56311 17.0183 -0.0789183
Vertex 2202 1.08627 15.6833 2.71406e-014
Vertex 2203 0.280789 15.4508 -1.39983e-011
Vertex 2204 3.47985 17.5798 -0.0666094
Vertex 2205 1.55778 15.9751 -0.382701
Vertex 2206 1.77306 16.1701 -0.281339
Vertex 2207 1.70342 16.1041 -0.18748
Vertex 2208 1.63506 16.0394 -0.37463
Vertex 2209 1.56108 15.9823 -1.487e-025
Vertex 2210 0.292373 15.4493 -0.294974
Vertex 2211 4.5528 15.2276 -0.741176
Vertex 2212 4.7406 15.2138 -0.819867
Vertex 2213 4.63473 15.2464 -0.634835
Vertex 2214 3.51271 16.5931 -0.69973
Vertex 2215 3.62907 16.6226 -0.638204
Vertex 2216 3.74871 16.6515 -0.582806
Vertex 2217 3.83961 16.4859 -0.512793
Vertex 2218 3.72406 16.9203 -0.642028
Vertex 2219 3.79169 17.5911 0
Vertex 2220 4.02233 17.375 0
Vertex 2221 3.66821 17.6523 0
Vertex 2222 1.55061 15.8538 -3.3934e-014
Vertex 2223 1.44356 15.6602 -3.3934e-014
Vertex 2224 1.41061 15.871 1.764e-025
Vertex 2225 2.83331 14.9621 -2.24689
Vertex 2226 4.64737 17.5234 -0.500394
Vertex 2227 0.738475 15.5466 2.71406e-014
Vertex 2228 4.37269 15.2216 -0.775337
Vertex 2229 4.44378 15.2416 -0.661881
Vertex 2230 4.17982 14.4165 -0.590419
Vertex 2231 4.27349 14.3688 -0.860761
Vertex 2232 3.01002 14.126 -2.23762
Vertex 2233 3.04071 14.1549 -2.07387
Vertex 2234 3.06186 14.1692 -1.99309
Vertex 2235 3.08664 14.1832 -1.91347
Vertex 2236 3.11514 14.197 -1.83509
Vertex 2237 3.14731 14.2106 -1.7581
Vertex 2238 3.1831 14.224 -1.6824
Vertex 2239 3.22241 14.237 -1.60852
Vertex 2240 3.31114 14.262 -1.4665
Vertex 2241 3.36041 14.274 -1.39863
Vertex 2242 3.41296 14.2856 -1.3329
Vertex 2243 3.46847 14.2967 -1.26972
Vertex 2244 3.52682 14.3074 -1.2092
Vertex 2245 3.58794 14.3176 -1.15138
Vertex 2246 3.65187 14.3273 -1.09627
Vertex 2247 3.71834 14.3365 -1.04412
Vertex 2248 3.78707 14.3451 -0.995158
Vertex 2249 3.85803 14.3532 -0.949343
Vertex 2250 3.93118 14.3607 -0.906754
Vertex 2251 4.00634 14.3676 -0.867527
Vertex 2252 4.08312 14.3739 -0.831772
Vertex 2253 4.16199 14.3796 -0.799414
Vertex 2254 4.57359 14.3983 -0.693565
Vertex 2255 4.48811 14.3959 -0.707425
Vertex 2256 4.40514 14.3928 -0.724792
Vertex 2257 4.32284 14.3891 -0.745983
Vertex 2258 4.24161 14.3847 -0.770886
Vertex 2259 4.2347 14.3485 -0.975853
Vertex 2260 3.64067 17.6406 -0.259788
Vertex 2261 3.5517 17.6071 -0.262872
Vertex 2262 1.49109 15.4505 -1.19099
Vertex 2263 3.92406 13.5815 -0.100671
Vertex 2264 4.64016 14.4334 -0.494253
Vertex 2265 4.67635 14.3666 -0.873506
Vertex 2266 4.7384 14.4178 -0.582951
Vertex 2267 4.65809 14.4 -0.683895
Vertex 2268 4.66718 14.3833 -0.778704
Vertex 2269 3.74521 16.3346 -0.52859
Vertex 2270 1.33346 15.8178 -0.281576
Vertex 2271 2.86639 13.4493 -0.74492
Vertex 2272 3.05352 13.4578 -1.01171
Vertex 2273 1.10151 14.3157 -0.325955
Vertex 2274 3.0383 17.3555 -0.285843
Vertex 2275 3.31441 15.8646 -0.705212
Vertex 2276 3.39305 15.9365 -0.661519
Vertex 2277 0.416405 15.4454 -0.869929
Vertex 2278 2.4279 12.9 -1.97321
Vertex 2279 2.4279 12.9994 -2.08945
Vertex 2280 2.4279 13.1141 -2.10801
Vertex 2281 2.4279 13.2298 -2.12046
Vertex 2282 1.03561 14.3718 -0.764131
Vertex 2283 0.954271 15.4643 -1.16648
Vertex 2284 3.25574 13.4982 -0.782951
Vertex 2285 1.32214 15.4779 -1.14413
Vertex 2286 1.35262 15.5271 -1.07552
Vertex 2287 0.908409 15.499 -1.1127
Vertex 2288 1.96413 16.3727 -0.646937
Vertex 2289 1.2529 15.7691 -0.28136
Vertex 2290 2.81804 14.1301 -2.21445
Vertex 2291 2.62595 13.4323 -0.100499
Vertex 2292 2.92435 13.4748 -0.301233
Vertex 2293 2.5386 13.3066 -1.7257
Vertex 2294 2.35386 12.7245 -1.94613
Vertex 2295 2.77467 17.1765 -0.523811
Vertex 2296 3.2056 13.5057 -0.498724
Vertex 2297 4.44089 15.1722 -1.05544
Vertex 2298 4.8279 17.0625 -0.328766
Vertex 2299 2.67116 13.3732 -1.338
Vertex 2300 2.27142 16.73 -0.592067
Vertex 2301 3.20296 14.9356 -2.39711
Vertex 2302 2.87855 17.2567 -0.0738278
Vertex 2303 0.0927253 15.3996 -1.07053
Vertex 2304 3.20546 17.449 -0.277385
Vertex 2305 4.30845 15.5696 -0.586807
Vertex 2306 2.38926 15.6454 -0.958275
Vertex 2307 0.777068 15.5501 -0.519613
Vertex 2308 1.49089 15.3804 -1.37657
Vertex 2309 2.64137 15.3558 -1.56175
Vertex 2310 2.38464 15.3644 -1.47466
Vertex 2311 2.38511 15.3815 -1.3719
Vertex 2312 2.44564 15.3988 -1.31114
Vertex 2313 2.62183 17.0586 -0.541649
Vertex 2314 4.67182 15.179 -1.01719
Vertex 2315 2.93327 17.2854 -0.507148
Vertex 2316 1.41416 14.4559 -2.54896
Vertex 2317 1.08264 14.5542 -2.56629
Vertex 2318 0.867504 15.1055 -2.66351
Vertex 2319 4.37223 17.8186 -0.241356
Vertex 2320 4.31942 17.8128 -0.061045
Vertex 2321 0.711184 14.5484 -1.32846
Vertex 2322 0.618785 14.5708 -1.44207
Vertex 2323 0.52359 14.605 -1.33363
Vertex 2324 0.426517 14.6291 -1.22397
Vertex 2325 2.67908 16.9816 -0.631228
Vertex 2326 3.09668 17.3849 -0.491752
Vertex 2327 3.12926 17.41 -0.0704572
Vertex 2328 3.91465 16.4509 -0.476092
Vertex 2329 2.84633 17.225 -0.588311
Vertex 2330 2.41593 16.886 -0.081711
Vertex 2331 4.02442 13.5882 -2.60171e-016
Vertex 2332 4.58049 15.1941 -0.931268
Vertex 2333 3.01006 14.9406 -2.3691
Vertex 2334 3.09673 14.9238 -2.46409
Vertex 2335 0.989682 15.4335 -1.22455
Vertex 2336 4.33847 15.185 -0.983175
Vertex 2337 3.75364 17.6809 -0.0642692
Vertex 2338 3.82103 17.7002 -0.254306
Vertex 2339 3.888 17.716 -0.439966
Vertex 2340 1.28544 13.9689 -0.424134
Vertex 2341 2.34602 16.8179 -3.3934e-014
Vertex 2342 3.70544 17.6594 -0.448802
Vertex 2343 2.02486 16.4407 -0.726605
Vertex 2344 2.49252 16.0819 -0.789857
Vertex 2345 2.09565 16.3827 -0.736827
Vertex 2346 3.10199 16.4765 -0.720281
Vertex 2347 2.87206 16.496 -0.716846
Vertex 2348 2.54661 16.4808 -0.719536
Vertex 2349 2.39727 15.9807 -0.807706
Vertex 2350 2.19405 15.8844 -0.83136
Vertex 2351 2.09486 15.7996 -0.863981
Vertex 2352 2.07585 15.7233 -0.904243
Vertex 2353 2.04637 15.6471 -0.956973
Vertex 2354 2.12029 15.5455 -1.05367
Vertex 2355 3.20198 14.1219 -2.26098
Vertex 2356 4.62523 16.5419 -0.329014
Vertex 2357 4.52346 16.5401 -0.339001
Vertex 2358 4.42172 16.4377 -0.335445
Vertex 2359 4.31226 16.6486 -0.393007
Vertex 2360 4.20891 16.5486 -0.399265
Vertex 2361 4.8279 17.7463 -0.285877
Vertex 2362 4.72934 17.5543 0
Vertex 2363 4.8279 17.6529 3.3934e-014
Vertex 2364 4.8279 17.6529 -0.0974953
Vertex 2365 4.8279 17.849 -0.191716
Vertex 2366 3.97388 17.219 -0.589365
Vertex 2367 4.10023 17.2142 -0.546763
Vertex 2368 1.15997 14.2369 -0.324161
Vertex 2369 3.67391 13.555 -0.464651
Vertex 2370 3.39347 14.2213 -1.69723
Vertex 2371 2.22942 13.1729 -3.3934e-014
Vertex 2372 2.33554 13.1696 -3.3934e-014
Vertex 2373 4.00379 17.7498 -0.249685
Vertex 2374 3.94012 17.7354 -0.0629703
Vertex 2375 4.16212 17.687 0
Vertex 2376 4.04705 17.7618 0
Vertex 2377 4.12908 17.7794 -0.0619778
Vertex 2378 4.18772 17.7892 -0.246011
Vertex 2379 3.98522 17.6442 -0.514389
Vertex 2380 2.48903 16.9538 0
Vertex 2381 3.2418 16.291 -0.752998
Vertex 2382 3.09686 14.1101 -2.32786
Vertex 2383 4.10429 16.6994 -0.454773
Vertex 2384 3.9948 16.7063 -0.491541
Vertex 2385 3.96785 17.0803 -0.567092
Vertex 2386 3.34829 14.2411 -1.58501
Vertex 2387 2.89808 14.0972 -2.40123
Vertex 2388 3.11877 14.1377 -2.1715
Vertex 2389 1.77421 16.0413 -3.3934e-014
Vertex 2390 3.51336 13.6497 -3.3934e-014
Vertex 2391 4.26027 17.7985 -0.427128
Vertex 2392 4.32486 16.1337 -0.299621
Vertex 2393 4.8279 17.1425 -0.42675
Vertex 2394 1.59022 15.409 -1.2821
Vertex 2395 1.69022 15.4505 -1.19097
Vertex 2396 1.79536 15.4953 -1.11803
Vertex 2397 0.0984186 15.4357 -0.196916
Vertex 2398 1.04718 15.5602 -6.79339e-015
Vertex 2399 2.40806 12.7883 -2.05532
Vertex 2400 2.4279 12.8846 -2.07097
Vertex 2401 2.4279 13.0148 -1.99084
Vertex 2402 2.4279 13.1297 -2.00859
Vertex 2403 2.4279 13.2746 -1.81953
Vertex 2404 0.680654 15.4305 -6.79339e-015
Vertex 2405 3.58719 17.3183 0
Vertex 2406 3.42234 17.2435 0
Vertex 2407 3.01148 17.2273 0
Vertex 2408 2.95953 17.3096 0
Vertex 2409 1.15997 14.2205 -0.756085
Vertex 2410 3.44202 16.2887 -0.690744
Vertex 2411 2.90265 14.9271 -2.44545
Vertex 2412 2.99969 14.9255 -2.45473
Vertex 2413 2.8939 14.8952 -2.62643
Vertex 2414 1.22232 15.6455 -3.3934e-014
Vertex 2415 3.1864 14.2859 -2.51898
Vertex 2416 3.75594 17.3836 0
Vertex 2417 3.5217 17.4919 0
Vertex 2418 1.28544 13.8303 -2.00797
Vertex 2419 3.21579 17.4566 0
Vertex 2420 1.52769 15.7159 -3.3934e-014
Vertex 2421 1.39051 15.7437 -3.3934e-014
Vertex 2422 4.8279 16.0439 -0.233039
Vertex 2423 4.8279 14.4014 -0.676145
Vertex 2424 4.55286 17.8378 -0.21929
Vertex 2425 4.50576 17.8351 -0.0589868
Vertex 2426 3.78655 17.6842 -0.507335
Vertex 2427 3.81524 17.5954 -0.522999
Vertex 2428 3.903 17.2896 -0.576919
Vertex 2429 4.11681 17.3514 -0.566021
Vertex 2430 4.24373 17.3335 -0.529102
Vertex 2431 4.29864 17.2547 -0.502766
Vertex 2432 4.27439 17.4673 -0.545588
Vertex 2433 3.85627 17.7124 0
Vertex 2434 3.06864 15.5036 -0.961314
Vertex 2435 3.50625 15.9456 -0.589514
Vertex 2436 3.29625 17.4959 -0.205166
Vertex 2437 1.40318 12.8538 -2.26647
Vertex 2438 4.15139 15.9911 -0.316263
Vertex 2439 0.131118 15.3677 -1.44586
Vertex 2440 4.56669 15.2109 -0.836216
Vertex 2441 4.8279 15.231 -0.721811
Vertex 2442 3.48431 17.5818 0
Vertex 2443 3.22122 15.4771 -1.11175
Vertex 2444 1.21042 14.1234 -0.966067
Vertex 2445 1.25238 14.0418 -0.853484
Vertex 2446 1.28544 13.9351 -1.05948
Vertex 2447 1.30929 13.8477 -0.947211
Vertex 2448 1.32369 13.7434 -1.04491
Vertex 2449 1.3285 13.6456 -1.03727
Vertex 2450 1.3285 13.5475 -0.926612
Vertex 2451 1.3285 13.1316 -0.798653
Vertex 2452 1.3285 13.0196 -0.890563
Vertex 2453 1.34748 12.9306 -0.785944
Vertex 2454 1.40135 12.8499 -0.781039
Vertex 2455 1.48184 12.7825 -0.971856
Vertex 2456 1.5785 12.7632 -0.970382
Vertex 2457 1.6784 12.7702 -0.873503
Vertex 2458 3.42413 13.5241 -0.643235
Vertex 2459 1.41177 15.8693 -0.281371
Vertex 2460 2.48799 16.9521 -0.16056
Vertex 2461 2.56282 17.0175 -0.157799
Vertex 2462 2.6396 17.0808 -0.155125
Vertex 2463 2.63893 17.081 0
Vertex 2464 4.15447 17.0441 -0.501065
Vertex 2465 4.19136 16.7611 -0.441245
Vertex 2466 4.53269 17.8375 0
Vertex 2467 4.8279 14.9771 -0.974052
Vertex 2468 1.6784 12.7058 -1.55029
Vertex 2469 2.078 12.7172 -1.45383
Vertex 2470 1.43315 13.5792 -3.3934e-014
Vertex 2471 2.70196 14.3711 -2.53401
Vertex 2472 4.08818 17.5758 0
Vertex 2473 4.26504 17.2317 0
Vertex 2474 4.35387 17.4488 0
Vertex 2475 4.23999 17.8002 0
Vertex 2476 -4.36436e-015 14.8928 -0.101468
Vertex 2477 1.20401 15.7333 -0.581543
Vertex 2478 0.0695686 14.5077 -2.27474
Vertex 2479 4.23384 13.5968 -0.243545
Vertex 2480 2.09618 15.4583 -1.17678
Vertex 2481 2.72531 13.4471 -0.201028
Vertex 2482 5.21541e-008 14.7789 -0.190888
Vertex 2483 2.3991 15.6021 -0.995306
Vertex 2484 3.43813 17.5561 -0.464933
Vertex 2485 0.88407 14.4096 -1.75818
Vertex 2486 0.799897 14.4597 -1.76429
Vertex 2487 0.711183 14.4728 -1.98924
Vertex 2488 0.618785 14.5203 -1.88361
Vertex 2489 0.52359 14.5578 -1.77626
Vertex 2490 0.426517 14.5721 -1.77801
Vertex 2491 0.3285 14.6022 -1.55716
Vertex 2492 0.262803 14.5917 -1.65243
Vertex 2493 0.0657702 14.5612 -1.90303
Vertex 2494 1.73793 15.6627 -0.945053
Vertex 2495 2.81022 15.6801 -0.932404
Vertex 2496 2.63484 13.3857 -1.13945
Vertex 2497 2.79748 13.4048 -1.2146
Vertex 2498 4.72934 15.2875 0
Vertex 2499 4.8279 15.1889 0
Vertex 2500 4.8279 15.2875 -0.0985591
Vertex 2501 2.14674 16.5998 -3.3934e-014
Vertex 2502 0 15.2344 -2.48022
Vertex 2503 0.995597 15.2484 -2.39259
Vertex 2504 0.280776 15.2479 -2.39599
Vertex 2505 1.32899 15.2331 -2.48807
Vertex 2506 1.29168 15.3644 -1.47466
Vertex 2507 1.17428 15.3556 -1.56304
Vertex 2508 1.15679 15.3464 -1.65182
Vertex 2509 2.09005 15.3366 -1.73968
Vertex 2510 1.96777 15.3261 -1.8299
Vertex 2511 0.646275 15.3145 -1.92472
Vertex 2512 2.50552 15.3466 -1.64986
Vertex 2513 2.46909 15.3368 -1.73862
Vertex 2514 2.24861 15.3262 -1.82923
Vertex 2515 2.03493 15.315 -1.92084
Vertex 2516 2.01033 15.3032 -2.01308
Vertex 2517 2.0779 15.2906 -2.10619
Vertex 2518 0.692254 15.2769 -2.20342
Vertex 2519 2.3484 15.3557 -1.56224
Vertex 2520 1.8315 15.3464 -1.65101
Vertex 2521 2.18498 15.3367 -1.73949
Vertex 2522 2.06144 15.3262 -1.82971
Vertex 2523 2.21978 15.3151 -1.92034
Vertex 2524 2.19329 15.3032 -2.01258
Vertex 2525 1.07662 15.2903 -2.10822
Vertex 2526 0.543901 15.3023 -2.0193
Vertex 2527 1.75798 15.2633 -2.29609
Vertex 2528 1.6392 15.2486 -2.39184
Vertex 2529 1.78235 15.2773 -2.20105
Vertex 2530 1.21117 15.2631 -2.29691
Vertex 2531 1.62291 15.2905 -2.10716
Vertex 2532 1.41899 15.2772 -2.2017
Vertex 2533 0.484523 15.2626 -2.30027
Vertex 2534 0 15.1505 -2.36448
Vertex 2535 0 14.9585 -2.22868
Vertex 2536 0 14.9715 -2.13164
Vertex 2537 0 15.0513 -2.34898
Vertex 2538 0 15.0809 -2.15102
Vertex 2539 0 15.2803 -2.1795
Vertex 2540 3.3688 17.5281 -0.336961
Vertex 2541 4.8279 14.792 -0.836614
Vertex 2542 4.8279 14.4964 -0.692906
Vertex 2543 4.8279 14.5709 -0.902422
Vertex 2544 3.64239 16.9779 -0.631885
Vertex 2545 1.21042 14.1527 -0.322245
Vertex 2546 1.74737 15.5608 -1.03664
Vertex 2547 1.5785 12.7058 -1.55029
Vertex 2548 1.48187 12.7129 -1.64916
Vertex 2549 1.40137 12.7666 -1.65612
Vertex 2550 1.34745 12.8339 -1.76397
Vertex 2551 1.3285 12.9146 -1.87503
Vertex 2552 0.175195 15.3953 -1.1897
Vertex 2553 2.52777 13.4066 -0.507644
Vertex 2554 4.8279 14.1038 -0.0851429
Vertex 2555 2.14674 16.5977 -0.263005
Vertex 2556 4.63617 17.748 0
Vertex 2557 2.53356 13.3509 -1.33273
Vertex 2558 1.3285 13.1815 -2.22221
Vertex 2559 2.07192 13.7254 -2.42016
Vertex 2560 1.90996 13.5862 -2.39562
Vertex 2561 1.3285 13.3729 -2.358
Vertex 2562 0.909922 15.3803 -1.37722
Vertex 2563 1.00134 15.4085 -1.28355
Vertex 2564 2.87458 16.8306 -0.657857
Vertex 2565 2.53638 16.7319 -0.675254
Vertex 2566 2.33777 16.7964 -0.663879
Vertex 2567 0.962894 14.2918 -2.18585
Vertex 2568 0.88407 14.3496 -2.19468
Vertex 2569 0.799897 14.3995 -2.20231
Vertex 2570 3.3315 16.2491 -0.760382
Vertex 2571 2.4279 13.3926 -0.405614
Vertex 2572 2.4279 13.2789 -0.306273
Vertex 2573 3.10852 13.4801 -0.784587
Vertex 2574 2.69257 17.1124 -0.608171
Vertex 2575 2.20997 16.671 -0.258457
Vertex 2576 2.27554 16.743 -0.253907
Vertex 2577 2.34363 16.8136 -0.249377
Vertex 2578 2.41232 16.8796 -0.326656
Vertex 2579 2.4746 16.9286 -0.640565
Vertex 2580 4.44756 17.2097 -0.467484
Vertex 2581 4.57294 17.2721 -0.462537
Vertex 2582 4.3816 17.311 -0.496325
Vertex 2583 4.50238 17.3088 -0.477205
Vertex 2584 2.98023e-008 14.5086 -2.26936
Vertex 2585 4.34671 17.8102 -0.485128
Vertex 2586 0.423055 15.4354 -1.05024
Vertex 2587 3.35969 16.9369 -0.639111
Vertex 2588 3.1002 17.0841 -0.613148
Vertex 2589 2.88504 17.02 -0.62446
Vertex 2590 3.04385 17.1386 -0.60355
Vertex 2591 3.00614 17.3291 -0.569946
Vertex 2592 3.84329 17.074 -0.614928
Vertex 2593 3.51659 17.5873 -0.524431
Vertex 2594 2.71572 13.4224 -0.81425
Vertex 2595 3.02368 13.4904 -0.201087
Vertex 2596 3.34664 17.4132 0
Vertex 2597 2.48365 16.8165 0
Vertex 2598 5.21541e-008 14.6822 -0.284512
Vertex 2599 1.00137 15.6432 -0.187071
Vertex 2600 0.914974 15.6073 -0.186985
Vertex 2601 0.855815 15.5784 -0.488633
Vertex 2602 3.17109 17.4242 -0.553176
Vertex 2603 -4.36436e-015 14.878 -0.193509
Vertex 2604 5.21541e-008 14.7691 -0.572796
Vertex 2605 5.21541e-008 14.67 -0.663958
Vertex 2606 1.88919 15.9807 -0.807706
Vertex 2607 1.72311 15.8802 -0.832708
Vertex 2608 1.75171 15.8106 -0.859067
Vertex 2609 3.1232 13.5048 -2.60171e-016
Vertex 2610 3.53254 13.543 -0.441122
Vertex 2611 1.48181 12.8102 -0.486278
Vertex 2612 3.85591 16.8045 -0.562096
Vertex 2613 3.78865 16.8598 -0.601066
Vertex 2614 1.3285 13.6708 -0.622744
Vertex 2615 1.32369 13.7731 -0.522829
Vertex 2616 0.564674 15.4805 -0.770155
Vertex 2617 3.9707 17.7364 -0.498129
Vertex 2618 3.97568 17.6443 0
Vertex 2619 0 15.0104 -2.54141
Vertex 2620 4.53413 17.5549 0
Vertex 2621 4.35095 17.7193 0
Vertex 2622 1.5785 12.7985 -0.194255
Vertex 2623 1.6784 12.7941 -0.388466
Vertex 2624 2.4279 13.1628 -0.302387
Vertex 2625 2.4279 13.0485 -0.199488
Vertex 2626 2.40812 12.951 -0.19657
Vertex 2627 2.35366 12.8707 -0.195351
Vertex 2628 2.27299 12.8173 -0.19454
Vertex 2629 2.1779 12.7985 -0.194255
Vertex 2630 1.7783 12.7996 -0.0971304
Vertex 2631 2.078 12.7985 -0.194255
Vertex 2632 2.1419 13.2646 -3.3934e-014
Vertex 2633 1.66713 13.479 -3.3934e-014
Vertex 2634 1.8782 12.8 -3.3934e-014
Vertex 2635 3.03803 13.4661 -0.864518
Vertex 2636 2.52785 13.2778 -1.92246
Vertex 2637 2.6427 13.2961 -1.92965
Vertex 2638 1.63787 13.152 -3.3934e-014
Vertex 2639 1.7783 12.8 -3.3934e-014
Vertex 2640 1.78269 12.8859 -3.3934e-014
Vertex 2641 0.93605 15.4266 -1.23952
Vertex 2642 2.12056 15.2005 -2.68026
Vertex 2643 2.23827 15.2172 -2.58367
Vertex 2644 1.30929 13.8737 -0.421245
Vertex 2645 -4.36436e-015 15.3167 -0.782338
Vertex 2646 -4.36436e-015 15.2017 -1.06851
Vertex 2647 0 15.397 -1.08223
Vertex 2648 4.64909 14.4167 -0.589078
Vertex 2649 4.56012 14.4149 -0.59927
Vertex 2650 4.47016 14.4124 -0.613848
Vertex 2651 4.3826 14.4091 -0.632186
Vertex 2652 4.2959 14.4052 -0.654529
Vertex 2653 4.21039 14.4006 -0.680771
Vertex 2654 4.12651 14.3953 -0.710822
Vertex 2655 4.04348 14.3892 -0.744917
Vertex 2656 3.96263 14.3826 -0.78257
Vertex 2657 3.8835 14.3753 -0.823899
Vertex 2658 3.80646 14.3674 -0.868779
Vertex 2659 3.73176 14.3589 -0.917038
Vertex 2660 3.65939 14.3498 -0.968626
Vertex 2661 3.5894 14.3401 -1.02357
Vertex 2662 3.5221 14.3299 -1.08163
Vertex 2663 3.45773 14.3191 -1.14256
Vertex 2664 3.39631 14.3079 -1.20631
Vertex 2665 3.33787 14.2962 -1.27287
Vertex 2666 3.28256 14.2839 -1.34211
Vertex 2667 3.18224 14.2583 -1.48738
Vertex 2668 3.13733 14.245 -1.56324
Vertex 2669 3.09595 14.2312 -1.6411
Vertex 2670 3.05829 14.2172 -1.72084
Vertex 2671 3.02446 14.2029 -1.80193
Vertex 2672 2.9945 14.1883 -1.88454
Vertex 2673 2.96843 14.1735 -1.96844
Vertex 2674 2.92809 14.1433 -2.13953
Vertex 2675 3.02343 14.1405 -2.15556
Vertex 2676 2.94623 14.1585 -2.05348
Vertex 2677 2.91403 14.1281 -2.22601
Vertex 2678 2.90399 14.1127 -2.31339
Vertex 2679 3.00043 14.1114 -2.32059
Vertex 2680 2.993 14.0828 -2.48317
Vertex 2681 3.21543 13.5109 -0.374356
Vertex 2682 3.3231 13.527 -0.200941
Vertex 2683 3.50525 13.5461 -0.201158
Vertex 2684 2.82511 17.095 -0.611236
Vertex 2685 0.52359 14.6506 -0.667507
Vertex 2686 3.89006 14.093 -3.3934e-014
Vertex 2687 3.91734 13.6826 -3.3934e-014
Vertex 2688 3.57903 15.9482 -0.546989
Vertex 2689 3.5142 16.2438 -0.637246
Vertex 2690 3.08329 13.4918 -0.462077
Vertex 2691 2.83803 13.4549 -0.539669
Vertex 2692 1.25238 13.906 -2.12683
Vertex 2693 0.482705 15.0648 0
Vertex 2694 0.108137 14.8993 0
Vertex 2695 0.221127 15.007 0
Vertex 2696 0.212102 15.2447 0
Vertex 2697 0.202452 15.3476 0
Vertex 2698 3.69823 16.5728 -0.593476
Vertex 2699 3.7915 16.4104 -0.520554
Vertex 2700 3.87719 16.247 -0.455027
Vertex 2701 4.01555 15.6073 -0.373438
Vertex 2702 0.52359 14.5136 -2.10718
Vertex 2703 1.90328 16.3116 -0.282079
Vertex 2704 0.257798 15.2175 -2.58208
Vertex 2705 0.0673757 14.6804 -0.368261
Vertex 2706 0.262774 14.6732 -0.588562
Vertex 2707 4.32131 13.6008 -0.217192
Vertex 2708 2.99967 16.1259 -0.782115
Vertex 2709 0.711183 14.582 -0.886318
Vertex 2710 0.496317 15.4607 -0.862305
Vertex 2711 3.66807 16.8407 -0.656066
Vertex 2712 0.3285 14.658 -0.890936
Vertex 2713 2.0501 13.1031 -2.31043
Vertex 2714 1.77332 12.8521 -2.26618
Vertex 2715 1.8782 12.6055 -2.2227
Vertex 2716 1.56686 12.9021 -2.27499
Vertex 2717 1.77822 12.697 -2.23883
Vertex 2718 3.80133 16.7288 -0.57228
Vertex 2719 3.68011 16.7031 -0.625606
Vertex 2720 3.56238 16.6767 -0.684989
Vertex 2721 1.25238 14.064 -0.320226
Vertex 2722 0.700886 15.3786 -1.3845
Vertex 2723 0.401757 15.2331 -2.48841
Vertex 2724 0.632151 15.4989 -0.732678
Vertex 2725 0.713698 15.5243 -0.677305
Vertex 2726 0.834822 15.5616 -0.726707
Vertex 2727 0.959951 15.6068 -0.787226
Vertex 2728 1.38611 15.4878 -1.12892
Vertex 2729 2.60825 16.9219 -0.641757
Vertex 2730 4.23853 16.1085 -0.314357
Vertex 2731 4.42686 16.0352 -0.263649
Vertex 2732 1.97501 12.69 -2.23759
Vertex 2733 1.98606 15.4075 -1.28634
Vertex 2734 2.52739 13.4146 -0.203119
Vertex 2735 2.69881 15.7269 -0.902096
Vertex 2736 2.60051 15.8823 -0.832017
Vertex 2737 2.70215 15.8021 -0.862839
Vertex 2738 1.10151 14.3046 -0.651742
Vertex 2739 1.15997 14.2258 -0.648154
Vertex 2740 1.21042 14.1417 -0.644323
Vertex 2741 1.25238 14.0531 -0.640285
Vertex 2742 1.28544 13.9556 -0.742
Vertex 2743 1.30929 13.8605 -0.736946
Vertex 2744 1.32369 13.7576 -0.836213
Vertex 2745 1.3285 13.6531 -0.933713
Vertex 2746 1.3285 13.5542 -0.823789
Vertex 2747 1.3285 13.4729 -0.102248
Vertex 2748 1.3285 13.3675 -3.3934e-014
Vertex 2749 4.04266 16.7678 -0.486171
Vertex 2750 1.75543 13.2042 -2.32826
Vertex 2751 1.636 13.3444 -2.35298
Vertex 2752 1.42858 13.2687 -2.33963
Vertex 2753 3.3994 16.2026 -0.704086
Vertex 2754 2.8963 14.1793 -2.50019
Vertex 2755 2.8963 14.0828 -2.48317
Vertex 2756 3.53188 16.4577 -0.664297
Vertex 2757 3.41875 16.4227 -0.729779
Vertex 2758 3.64623 16.1751 -0.55012
Vertex 2759 3.60198 16.4108 -0.615665
Vertex 2760 5.21541e-008 15.0064 3.3934e-014
Vertex 2761 0.108108 15.0064 0
Vertex 2762 0.219001 14.7936 0
Vertex 2763 3.45168 17.4567 -0.547451
Vertex 2764 1.39443 15.8473 -0.635168
Vertex 2765 4.72653 16.7427 -0.358289
Vertex 2766 4.62512 16.8415 -0.381858
Vertex 2767 4.52226 16.7411 -0.374582
Vertex 2768 4.41918 16.6407 -0.371661
Vertex 2769 4.31481 16.5431 -0.373878
Vertex 2770 4.21385 16.4512 -0.380835
Vertex 2771 4.11176 16.4647 -0.41117
Vertex 2772 4.05526 16.6541 -0.462016
Vertex 2773 2.98526 17.2059 -0.591684
Vertex 2774 0.474202 15.4778 -0.285124
Vertex 2775 0.3285 14.6744 -0.557044
Vertex 2776 1.00009e-006 15.4337 -0.196874
Vertex 2777 -4.36436e-015 15.3323 -0.195583
Vertex 2778 -4.36436e-015 15.1106 -0.106955
Vertex 2779 1.48814 15.9237 -0.281293
Vertex 2780 1.96414 16.3844 -0.1849
Vertex 2781 4.8279 14.5777 -0.802563
Vertex 2782 4.00036 13.9957 -3.3934e-014
Vertex 2783 4.11962 13.6946 -3.3934e-014
Vertex 2784 1.21042 13.9937 -2.14025
Vertex 2785 1.15997 14.0769 -2.15297
Vertex 2786 2.54006 13.3308 -1.53019
Vertex 2787 2.42791 13.3006 -1.61838
Vertex 2788 2.90898 13.4363 -1.03376
Vertex 2789 0.291223 15.4407 -0.59236
Vertex 2790 4.72651 16.4431 -0.30546
Vertex 2791 4.8279 16.3435 -0.285869
Vertex 2792 0.566614 15.4947 -0.406965
Vertex 2793 0.658248 15.5175 -0.42001
Vertex 2794 1.1068 15.6812 -0.616345
Vertex 2795 0.751352 15.5454 -0.401317
Vertex 2796 0.827927 15.5749 -0.187571
Vertex 2797 0.916807 15.6022 -0.465219
Vertex 2798 0.993882 15.6364 -0.380816
Vertex 2799 2.24448 16.139 -3.3934e-014
Vertex 2800 1.97442 16.2523 -3.3934e-014
Vertex 2801 2.1779 12.7172 -1.45383
Vertex 2802 2.27314 12.7359 -1.45597
Vertex 2803 2.3538 12.7998 -1.36495
Vertex 2804 2.40808 12.8895 -1.27568
Vertex 2805 2.4279 12.9959 -1.18733
Vertex 2806 2.4279 13.1203 -1.09923
Vertex 2807 2.4279 13.2441 -1.00936
Vertex 2808 2.4279 13.3523 -1.11398
Vertex 2809 2.52776 13.3778 -1.01421
Vertex 2810 2.63315 13.4037 -0.899487
Vertex 2811 2.67107 13.4024 -1.00408
Vertex 2812 4.2725 16.9876 -0.461425
Vertex 2813 4.33997 16.0169 -0.275997
Vertex 2814 2.3485 16.6804 0
Vertex 2815 2.70213 15.9807 -0.807706
Vertex 2816 2.59265 16.08 -0.790198
Vertex 2817 3.09229 16.2476 -0.760652
Vertex 2818 3.19981 16.2017 -0.768749
Vertex 2819 3.29012 16.1612 -0.775875
Vertex 2820 4.08066 17.5704 -0.527408
Vertex 2821 4.07587 17.6654 -0.510645
Vertex 2822 3.12325 13.5044 -0.100576
Vertex 2823 3.9642 16.1581 -0.405805
Vertex 2824 1.56223 15.9808 -0.281087
Vertex 2825 2.76912 15.7009 -0.918317
Vertex 2826 0.262804 14.6569 -0.908266
Vertex 2827 0.0657041 14.6546 -0.944272
Vertex 2828 2.6319 13.4154 -0.700553
Vertex 2829 3.92977 13.5805 -0.220557
Vertex 2830 1.98115 15.2332 -2.48752
Vertex 2831 2.09846 15.2486 -2.3912
Vertex 2832 2.48162 15.2636 -2.29376
Vertex 2833 2.50349 15.2777 -2.19829
Vertex 2834 2.52785 15.291 -2.1037
Vertex 2835 2.55515 15.3035 -2.01017
Vertex 2836 2.49521 15.3153 -1.91886
Vertex 2837 2.52773 15.3264 -1.82783
Vertex 2838 2.56321 15.3368 -1.73805
Vertex 2839 2.69653 15.3467 -1.64876
Vertex 2840 2.73863 15.3558 -1.56138
Vertex 2841 2.88144 15.3644 -1.47466
Vertex 2842 2.77782 15.3831 -1.36532
Vertex 2843 4.04744 15.9743 -0.344696
Vertex 2844 1.88833 15.3805 -1.37634
Vertex 2845 1.78848 15.3644 -1.47466
Vertex 2846 1.95709 15.3557 -1.56253
Vertex 2847 2.12063 15.3465 -1.65064
Vertex 2848 1.90011 15.3366 -1.74001
Vertex 2849 1.49922 15.326 -1.83081
Vertex 2850 1.57212 15.3149 -1.92182
Vertex 2851 1.27714 15.303 -2.01462
Vertex 2852 0.44041 15.2892 -2.11666
Vertex 2853 0.335487 15.2751 -2.21586
Vertex 2854 0.312878 15.2616 -2.30695
Vertex 2855 0.537283 15.2483 -2.39358
Vertex 2856 0.583973 15.2331 -2.48867
Vertex 2857 0.236078 15.2338 -2.48431
Vertex 2858 0.289168 15.2005 -2.68026
Vertex 2859 3.47348 16.1583 -0.647454
Vertex 2860 3.1761 17.3245 0
Vertex 2861 2.62586 16.9442 0
Vertex 2862 3.7005 17.5603 0
Vertex 2863 2.72647 13.4428 -0.401609
Vertex 2864 4.10786 16.8453 -0.479433
Vertex 2865 4.20747 17.0083 -0.480677
Vertex 2866 3.28006 13.5089 -0.63093
Vertex 2867 2.34214 16.6646 -0.687117
Vertex 2868 2.08587 16.5223 -0.446279
Vertex 2869 2.08587 16.5165 -0.624694
Vertex 2870 2.14674 16.5849 -0.701167
Vertex 2871 3.81524 16.1726 -0.468058
Vertex 2872 3.73081 16.0227 -0.480471
Vertex 2873 3.43001 14.74 -1.72531
Vertex 2874 1.40134 12.8677 -0.3907
Vertex 2875 4.62705 13.6105 -2.77556e-016
Vertex 2876 2.82489 13.4604 -0.301367
Vertex 2877 1.48105 15.2171 -2.5841
Vertex 2878 1.42219 15.2332 -2.488
Vertex 2879 1.36338 15.2485 -2.39216
Vertex 2880 1.57573 15.2632 -2.29637
Vertex 2881 1.60068 15.2772 -2.20138
Vertex 2882 1.53187 15.2905 -2.10734
Vertex 2883 1.55213 15.303 -2.01406
Vertex 2884 1.29437 15.3148 -1.92238
Vertex 2885 1.21806 15.326 -1.83134
Vertex 2886 1.04512 15.3364 -1.7414
Vertex 2887 0.771239 15.3463 -1.65238
Vertex 2888 0.293611 15.3552 -1.56763
Vertex 2889 0.19604 15.4348 -0.492575
Vertex 2890 0.194976 15.4413 -0.196504
Vertex 2891 1.3948 15.4475 -1.19658
Vertex 2892 1.30847 15.7907 -0.665547
Vertex 2893 3.10557 17.0669 0
Vertex 2894 2.85214 17.1201 0
Vertex 2895 1.10151 14.138 -2.27224
Vertex 2896 3.26559 14.0364 -3.3934e-014
Vertex 2897 3.61426 13.6591 -3.3934e-014
Vertex 2898 3.72342 13.5671 -2.60171e-016
Vertex 2899 3.71252 13.5658 -0.102374
Vertex 2900 3.66818 13.5596 -0.281259
Vertex 2901 1.8782 12.7996 -0.0971304
Vertex 2902 1.7783 12.7985 -0.194255
Vertex 2903 4.8279 15.39 -0.287527
Vertex 2904 4.8279 15.3843 -0.448028
Vertex 2905 4.0515 17.4193 -0.554051
Vertex 2906 3.2829 17.4872 -0.34163
Vertex 2907 2.47167 16.7968 -0.663804
Vertex 2908 2.078 12.6672 -1.83911
Vertex 2909 1.6784 12.6529 -1.93518
Vertex 2910 2.078 12.7702 -0.873503
Vertex 2911 3.67239 16.3673 -0.570368
Vertex 2912 0.0983514 15.4319 -0.393817
Vertex 2913 4.16464 16.9261 -0.477488
Vertex 2914 3.37655 17.5328 -0.269698
Vertex 2915 3.47025 17.5748 -0.199705
Vertex 2916 3.72689 17.5663 -0.528119
Vertex 2917 4.13495 16.6289 -0.433352
Vertex 2918 2.29238 15.404 -1.2958
Vertex 2919 3.54197 17.1866 -0.595083
Vertex 2920 3.70238 17.0586 -0.617647
Vertex 2921 3.20363 15.7259 -0.768252
Vertex 2922 3.26526 15.7627 -0.724851
Vertex 2923 3.34133 15.7531 -0.665756
Vertex 2924 3.40974 15.8394 -0.633008
Vertex 2925 3.4939 15.8499 -0.580262
Vertex 2926 3.40558 15.7551 -0.620968
Vertex 2927 3.35705 15.8187 -0.666004
Vertex 2928 5.21541e-008 14.9663 -0.969608
Vertex 2929 0 15.2841 -1.27043
Vertex 2930 5.21541e-008 14.9523 -1.1638
Vertex 2931 2.98023e-008 14.7281 -1.24056
Vertex 2932 5.21541e-008 14.6409 -1.13789
Vertex 2933 2.9684 13.8912 -3.3934e-014
Vertex 2934 3.11057 13.6048 -3.3934e-014
Vertex 2935 2.44051 14.299 -3.3934e-014
Vertex 2936 2.70956 13.5477 -3.3934e-014
Vertex 2937 2.77855 15.4054 -1.29207
Vertex 2938 2.63841 13.3553 -1.45901
Vertex 2939 4.02723 13.5869 -0.198232
Vertex 2940 3.61338 14.7823 -1.48519
Vertex 2941 3.21765 13.5132 -0.291562
Vertex 2942 4.8279 17.7499 -0.190636
Vertex 2943 4.8279 15.0808 -0.0964747
Vertex 2944 2.47838 16.5457 -0.708084
Vertex 2945 2.21899 16.5254 -0.711669
Vertex 2946 1.04655 15.6465 -0.752418
Vertex 2947 3.90096 15.994 -0.400888
Vertex 2948 0.872468 15.5704 -0.823608
Vertex 2949 2.08587 16.5245 -0.357045
Vertex 2950 2.08587 16.5274 -0.178539
Vertex 2951 2.71697 17.1402 -0.228718
Vertex 2952 2.63837 17.079 -0.2326
Vertex 2953 2.56155 17.0155 -0.236621
Vertex 2954 2.48674 16.95 -0.240771
Vertex 2955 2.41523 16.8848 -0.163392
Vertex 2956 2.34464 16.8156 -0.166288
Vertex 2957 2.27625 16.7448 -0.16926
Vertex 2958 2.21033 16.6725 -0.172307
Vertex 2959 2.14674 16.5988 -0.175341
Vertex 2960 2.08588 16.5281 -0.0892726
Vertex 2961 2.08588 16.5283 -3.3934e-014
Vertex 2962 0 15.4096 -0.885684
Vertex 2963 0.0948766 15.4054 -0.984086
Vertex 2964 4.34591 17.1672 -0.477651
Vertex 2965 4.26415 17.1285 -0.488184
Vertex 2966 3.13599 17.2974 -0.575532
Vertex 2967 0 14.9841 -2.03497
Vertex 2968 0 14.9066 -1.64063
Vertex 2969 0 14.9177 -1.54544
Vertex 2970 0 14.9444 -1.25987
Vertex 2971 0 15.3544 -1.57562
Vertex 2972 2.4279 13.1964 -1.50991
Vertex 2973 2.4279 13.0692 -1.59535
Vertex 2974 2.4279 12.9415 -1.6793
Vertex 2975 2.40807 12.8318 -1.76369
Vertex 2976 2.35385 12.7388 -1.84951
Vertex 2977 2.27319 12.6859 -1.84182
Vertex 2978 2.1779 12.6672 -1.83911
Vertex 2979 2.078 12.6378 -2.03114
Vertex 2980 2.63351 13.378 -1.22421
Vertex 2981 2.88531 13.413 -1.26577
Vertex 2982 4.8279 17.6534 -0.192288
Vertex 2983 4.8279 17.8477 -0.287563
Vertex 2984 4.124 16.0873 -0.341006
Vertex 2985 4.52608 16.04 -0.250506
Vertex 2986 3.91268 16.8785 -0.552241
Vertex 2987 3.8701 16.6793 -0.534145
Vertex 2988 3.94118 16.6342 -0.498278
Vertex 2989 4.03529 16.4891 -0.439448
Vertex 2990 1.76493 15.7757 -0.875403
Vertex 2991 1.78551 15.7211 -0.905579
Vertex 2992 0.376928 15.4518 -0.60235
Vertex 2993 1.73528 15.752 -0.887767
Vertex 2994 2.4279 13.3339 -1.31597
Vertex 2995 2.4279 13.236 -1.10971
Vertex 2996 2.4279 13.1021 -1.2981
Vertex 2997 2.4279 12.9764 -1.38427
Vertex 2998 2.40808 12.8686 -1.47114
Vertex 2999 2.35382 12.7776 -1.55905
Vertex 3000 2.27317 12.7123 -1.64908
Vertex 3001 2.1779 12.6936 -1.64666
Vertex 3002 2.078 12.6936 -1.64666
Vertex 3003 2.52785 13.2628 -2.0229
Vertex 3004 2.5278 13.4024 -0.609102
Vertex 3005 2.4279 13.3799 -0.709588
Vertex 3006 2.4279 13.2685 -0.608011
Vertex 3007 2.4279 13.1354 -0.900114
Vertex 3008 2.4279 13.0124 -0.99013
Vertex 3009 2.40809 12.9074 -1.07992
Vertex 3010 2.35378 12.819 -1.17054
Vertex 3011 2.27312 12.7565 -1.26252
Vertex 3012 2.1779 12.7278 -1.35728
Vertex 3013 2.078 12.7278 -1.35728
Vertex 3014 2.77155 15.7372 -0.89608
Vertex 3015 0.799897 14.5401 -0.883773
Vertex 3016 0.88407 14.4897 -0.880712
Vertex 3017 0.962894 14.4314 -0.877165
Vertex 3018 1.03561 14.3656 -0.873167
Vertex 3019 1.10151 14.286 -0.97719
Vertex 3020 1.15997 14.1996 -1.07959
Vertex 3021 1.21042 14.1071 -1.18029
Vertex 3022 1.25238 14.0094 -1.27924
Vertex 3023 1.28544 13.9073 -1.37641
Vertex 3024 1.30929 13.8126 -1.36704
Vertex 3025 1.32369 13.7053 -1.46152
Vertex 3026 1.3285 13.5965 -1.55422
Vertex 3027 1.3285 13.5026 -1.43995
Vertex 3028 1.3285 13.0918 -1.29678
Vertex 3029 1.3285 12.9764 -1.38379
Vertex 3030 1.34747 12.8915 -1.27588
Vertex 3031 1.40136 12.8202 -1.17066
Vertex 3032 1.48184 12.7663 -1.16573
Vertex 3033 1.5785 12.7554 -1.0672
Vertex 3034 1.6784 12.7554 -1.0672
Vertex 3035 0.289172 15.1034 -2.66315
Vertex 3036 0.301086 14.8998 -2.62723
Vertex 3037 2.00224e-015 14.7785 -2.60584
Vertex 3038 3.52442 16.0478 -0.596498
Vertex 3039 3.58579 16.203 -0.588088
Vertex 3040 1.26055 15.7715 -0.380411
Vertex 3041 1.18778 15.7274 -0.494738
Vertex 3042 5.21541e-008 14.616 -1.42176
Vertex 3043 0.618785 14.6268 -0.666422
Vertex 3044 0.711183 14.5937 -0.664917
Vertex 3045 0.799897 14.5518 -0.663008
Vertex 3046 0.88407 14.5014 -0.660711
Vertex 3047 0.962894 14.443 -0.65805
Vertex 3048 1.03561 14.3772 -0.655051
Vertex 3049 1.10151 14.2992 -0.76027
Vertex 3050 1.15997 14.2143 -0.863973
Vertex 3051 1.21042 14.1303 -0.858866
Vertex 3052 1.25238 14.0349 -0.960013
Vertex 3053 1.28544 13.9427 -0.953707
Vertex 3054 1.30929 13.8401 -1.05227
Vertex 3055 1.32369 13.735 -1.14916
Vertex 3056 1.3285 13.6283 -1.2442
Vertex 3057 1.3285 13.5319 -1.13209
Vertex 3058 1.3285 13.1179 -0.997971
Vertex 3059 1.3285 13.0046 -1.08805
Vertex 3060 1.34747 12.9172 -0.982092
Vertex 3061 1.40135 12.8365 -0.975961
Vertex 3062 1.48183 12.7958 -0.777753
Vertex 3063 1.5785 12.7764 -0.776574
Vertex 3064 1.6784 12.7764 -0.776573
Vertex 3065 2.078 12.7819 -0.6796
Vertex 3066 3.56829 14.8749 -1.55403
Vertex 3067 3.51627 14.7619 -1.60071
Vertex 3068 3.39156 14.7285 -1.79014
Vertex 3069 3.35627 14.7168 -1.85655
Vertex 3070 3.32413 14.7048 -1.92452
Vertex 3071 3.29518 14.6926 -1.99402
Vertex 3072 3.27111 14.7825 -2.07801
Vertex 3073 3.24725 14.6674 -2.13665
Vertex 3074 3.22848 14.6547 -2.20903
Vertex 3075 3.2132 14.6418 -2.28176
Vertex 3076 3.20141 14.629 -2.35457
Vertex 3077 3.19306 14.6162 -2.4272
Vertex 3078 3.18805 14.5017 -2.48244
Vertex 3079 3.0853 14.6921 -2.59061
Vertex 3080 3.47043 14.6493 -1.64589
Vertex 3081 3.1864 14.5905 -2.57271
Vertex 3082 3.42893 14.6381 -1.70912
Vertex 3083 3.39061 14.6267 -1.77392
Vertex 3084 3.35572 14.5135 -1.82184
Vertex 3085 3.32378 14.5016 -1.8895
Vertex 3086 3.29471 14.5908 -1.97733
Vertex 3087 3.26914 14.5783 -2.04803
Vertex 3088 3.24716 14.4643 -2.10112
Vertex 3089 3.22841 14.4515 -2.17351
Vertex 3090 3.21314 14.4387 -2.24631
Vertex 3091 3.20129 14.5273 -2.33754
Vertex 3092 3.19299 14.5145 -2.41013
Vertex 3093 3.18814 14.7052 -2.51629
Vertex 3094 0.426517 14.5279 -2.10925
Vertex 3095 0.3285 14.6833 -0.222862
Vertex 3096 2.40652 14.8165 -2.61255
Vertex 3097 1.63862 15.1056 -2.66352
Vertex 3098 1.64569 14.6639 -2.58565
Vertex 3099 0.582418 14.8051 -2.61053
Vertex 3100 0.810842 14.8178 -2.61279
Vertex 3101 1.09846 14.7662 -2.60368
Vertex 3102 1.06028 15.2005 -2.68026
Vertex 3103 0.912615 15.2171 -2.58432
Vertex 3104 0.769848 15.2331 -2.48851
Vertex 3105 0.719846 15.2484 -2.39297
Vertex 3106 0.755498 15.263 -2.29769
Vertex 3107 0.964741 15.2771 -2.20249
Vertex 3108 0.803464 15.2903 -2.10886
Vertex 3109 0.727158 15.3028 -2.01613
Vertex 3110 1.01662 15.3147 -1.92294
Vertex 3111 0.749469 15.3258 -1.83246
Vertex 3112 0.481946 15.2005 -2.68026
Vertex 3113 0.534072 15.2171 -2.5844
Vertex 3114 0.475096 15.3359 -1.74594
Vertex 3115 0.491968 15.2331 -2.48867
Vertex 3116 0.447933 15.2482 -2.39413
Vertex 3117 0.573994 15.2628 -2.29886
Vertex 3118 0.511634 15.2765 -2.20644
Vertex 3119 0.530682 15.2897 -2.11268
Vertex 3120 0.361332 15.301 -2.02945
Vertex 3121 0.461147 15.3139 -1.93008
Vertex 3122 0.374591 15.3247 -1.84232
Vertex 3123 0 15.3323 -1.77727
Vertex 3124 1.134 15.6905 -0.720176
Vertex 3125 2.95681 13.4593 -0.795063
Vertex 3126 0.784502 15.5374 -0.861821
Vertex 3127 3.52982 16.8122 -0.661095
Vertex 3128 0.711183 14.4238 -2.31817
Vertex 3129 0.618785 14.4564 -2.32342
Vertex 3130 0.52359 14.48 -2.3272
Vertex 3131 0.3285 14.5326 -2.10995
Vertex 3132 0.262094 14.5229 -2.17609
Vertex 3133 0.0662172 14.5352 -2.09179
Vertex 3134 5.21541e-008 14.5367 -2.08166
Vertex 3135 4.8279 14.8756 -0.956144
Vertex 3136 4.8279 14.8935 -0.854515
Vertex 3137 4.8279 15.1161 -0.800543
Vertex 3138 3.18272 13.4936 -0.707981
Vertex 3139 3.02968 13.4739 -0.710649
Vertex 3140 3.02487 13.481 -0.546378
Vertex 3141 0.426517 14.4942 -2.32949
Vertex 3142 1.17038 15.7248 -0.187509
Vertex 3143 1.96413 16.3688 -0.739285
Vertex 3144 3.19805 17.4439 -0.346562
Vertex 3145 3.11424 17.3982 -0.351737
Vertex 3146 3.03141 17.3501 -0.357124
Vertex 3147 2.94945 17.2994 -0.362736
Vertex 3148 2.86829 17.246 -0.368564
Vertex 3149 2.78803 17.19 -0.374595
Vertex 3150 2.70895 17.1315 -0.380833
Vertex 3151 3.55873 17.6107 -0.197228
Vertex 3152 3.64811 17.6441 -0.194914
Vertex 3153 3.74601 17.6781 -0.128532
Vertex 3154 3.82929 17.7035 -0.190775
Vertex 3155 3.93017 17.7325 -0.125997
Vertex 3156 4.01278 17.7528 -0.187327
Vertex 3157 4.10502 17.7736 -0.18586
Vertex 3158 4.19745 17.7918 -0.184557
Vertex 3159 4.29002 17.8075 -0.18317
Vertex 3160 4.38227 17.8206 -0.180416
Vertex 3161 0 15.0339 -2.44692
Vertex 3162 2.98023e-008 14.9043 -2.52065
Vertex 3163 2.98023e-008 14.8175 -2.30608
Vertex 3164 2.98023e-008 14.605 -2.28442
Vertex 3165 0.426517 14.6785 -0.222789
Vertex 3166 0.523591 14.6641 -0.222571
Vertex 3167 0.618785 14.6403 -0.222209
Vertex 3168 2.8939 14.7984 -2.60935
Vertex 3169 1.32629 15.8095 -0.446065
Vertex 3170 1.39534 15.856 -0.383137
Vertex 3171 3.42609 16.6418 -0.691149
Vertex 3172 0.66684 15.5044 -0.811176
Vertex 3173 4.8279 16.3606 -0.189047
Vertex 3174 0.9936 15.3644 -1.47466
Vertex 3175 0.994088 15.3804 -1.37659
Vertex 3176 1.08337 15.4085 -1.28365
Vertex 3177 5.21541e-008 14.7725 -0.477316
Vertex 3178 5.21541e-008 14.6801 -0.379375
Vertex 3179 2.78249 15.4234 -1.24661
Vertex 3180 4.32575 16.8672 -0.428777
Vertex 3181 4.20993 16.6447 -0.415955
Vertex 3182 1.6784 12.6936 -1.64666
Vertex 3183 4.75277 14.9768 -0.975745
Vertex 3184 1.6784 12.7278 -1.35728
Vertex 3185 2.078 12.7554 -1.0672
Vertex 3186 3.37982 13.5234 -0.552411
Vertex 3187 3.4776 13.5408 -0.328307
Vertex 3188 2.89123 14.379 -2.53541
Vertex 3189 2.99299 14.1803 -2.50036
Vertex 3190 4.72679 17.1422 -0.42872
Vertex 3191 4.64539 17.2568 -0.453517
Vertex 3192 4.59193 17.3503 -0.474475
Vertex 3193 0.199304 15.3709 -1.42461
Vertex 3194 0.0657011 14.6332 -1.23275
Vertex 3195 0.262804 14.6243 -1.33395
Vertex 3196 2.75378 13.3926 -1.27349
Vertex 3197 1.22119 15.7384 -0.690899
Vertex 3198 1.5785 12.6378 -2.03114
Vertex 3199 1.48189 12.657 -2.03422
Vertex 3200 1.40138 12.7105 -2.04281
Vertex 3201 1.34744 12.7904 -2.05566
Vertex 3202 0.385668 15.3458 -1.65741
Vertex 3203 0.380086 15.3355 -1.74955
Vertex 3204 0.4683 15.3252 -1.83762
Vertex 3205 0.368687 15.3131 -1.9357
Vertex 3206 0.452466 15.3018 -2.02319
Vertex 3207 0.350925 15.2883 -2.12309
Vertex 3208 0.422706 15.276 -2.20999
Vertex 3209 0.397089 15.2623 -2.30274
Vertex 3210 0.361686 15.2481 -2.39489
Vertex 3211 0.315264 15.2333 -2.48735
Vertex 3212 0.440189 15.2171 -2.58427
Vertex 3213 0.587176 15.3556 -1.56388
Vertex 3214 0.385557 15.2005 -2.68026
Vertex 3215 0.481947 15.1049 -2.6634
Vertex 3216 0.578457 15.3462 -1.65351
Vertex 3217 0.665109 15.3363 -1.74259
Vertex 3218 0.655747 15.3258 -1.8332
Vertex 3219 0.738863 15.3146 -1.92382
Vertex 3220 1.09382 15.3029 -2.015
Vertex 3221 0.712422 15.2902 -2.10938
Vertex 3222 0.601667 15.2768 -2.20444
Vertex 3223 0.664525 15.263 -2.29809
Vertex 3224 0.628218 15.2483 -2.3932
Vertex 3225 0.676763 15.2331 -2.48859
Vertex 3226 0.508845 14.9347 -2.63338
Vertex 3227 0.723157 15.2171 -2.58439
Vertex 3228 0.674725 15.2005 -2.68026
Vertex 3229 0.761769 15.1078 -2.66392
Vertex 3230 0.59616 15.3644 -1.47466
Vertex 3231 0.426517 14.665 -0.668163
Vertex 3232 0.52359 14.6451 -0.778661
Vertex 3233 0.618785 14.615 -0.888324
Vertex 3234 0.711183 14.5748 -0.996945
Vertex 3235 0.799897 14.525 -1.10433
Vertex 3236 0.88407 14.4659 -1.21032
Vertex 3237 0.962894 14.3981 -1.31474
Vertex 3238 1.03561 14.3221 -1.41747
Vertex 3239 1.10151 14.2498 -1.41031
Vertex 3240 1.15997 14.1713 -1.40254
Vertex 3241 1.21042 14.0766 -1.50111
Vertex 3242 1.25238 13.9767 -1.59781
Vertex 3243 1.28544 13.8724 -1.69263
Vertex 3244 1.30929 13.7648 -1.78561
Vertex 3245 1.32369 13.6546 -1.87679
Vertex 3246 1.3285 13.5277 -2.06875
Vertex 3247 1.3285 13.4231 -2.05313
Vertex 3248 1.3285 13.0771 -2.20501
Vertex 3249 1.3285 13.0191 -1.89176
Vertex 3250 1.3285 12.9 -1.97298
Vertex 3251 4.45576 17.3668 -0.493952
Vertex 3252 0.0658047 14.6743 -0.559165
Vertex 3253 0.262274 14.6801 -0.377739
Vertex 3254 0.3285 14.6782 -0.445673
Vertex 3255 0.426517 14.6734 -0.445527
Vertex 3256 1.03561 14.2098 -2.28378
Vertex 3257 0.962894 14.2748 -2.29423
Vertex 3258 0.88407 14.3325 -2.30351
Vertex 3259 0.799897 14.3823 -2.31152
Vertex 3260 0.711183 14.4573 -2.09901
Vertex 3261 0.618784 14.49 -2.10376
Vertex 3262 0.52359 14.5292 -1.99699
Vertex 3263 1.30929 13.7042 -2.20253
Vertex 3264 1.28544 13.7982 -2.21763
Vertex 3265 1.25238 13.8894 -2.2323
Vertex 3266 1.21042 13.977 -2.24637
Vertex 3267 1.15997 14.0601 -2.25973
Vertex 3268 1.10151 14.1548 -2.16489
Vertex 3269 1.03561 14.2428 -2.06786
Vertex 3270 0.962894 14.3233 -1.9687
Vertex 3271 0.88407 14.3813 -1.97666
Vertex 3272 0.799897 14.4312 -1.98353
Vertex 3273 0.711184 14.5013 -1.76937
Vertex 3274 0.618785 14.5472 -1.66303
Vertex 3275 0.52359 14.5709 -1.66574
Vertex 3276 2.03608 16.3242 -3.3934e-014
Vertex 3277 1.96414 16.3855 -3.3934e-014
Vertex 3278 2.02501 16.4566 -0.0908666
Vertex 3279 3.97027 15.9625 -0.369116
Vertex 3280 4.02338 16.0574 -0.367293
Vertex 3281 3.28746 16.6057 -0.697513
Vertex 3282 3.19375 16.4251 -0.729357
Vertex 3283 3.28531 16.3797 -0.737353
Vertex 3284 0.3285 14.4989 -2.33025
Vertex 3285 0.52359 14.659 -0.44509
Vertex 3286 4.64099 17.8431 -0.261043
Vertex 3287 4.73358 17.846 -0.312106
Vertex 3288 3.52303 13.5493 -2.60171e-016
Vertex 3289 1.63361 16.0415 -0.187393
Vertex 3290 2.78181 15.7995 -0.864033
Vertex 3291 3.71898 16.4473 -0.561094
Vertex 3292 2.63141 17.0706 -0.387284
Vertex 3293 2.55566 17.0076 -0.394008
Vertex 3294 2.48188 16.9426 -0.400933
Vertex 3295 2.4102 16.8758 -0.408217
Vertex 3296 2.34077 16.8074 -0.41561
Vertex 3297 2.27368 16.7376 -0.423121
Vertex 3298 1.96414 16.3761 -0.554566
Vertex 3299 2.9241 13.4767 -0.201079
Vertex 3300 1.84077 16.2337 -0.561638
Vertex 3301 2.17941 15.7127 -0.910781
Vertex 3302 2.79703 17.1991 -0.224967
Vertex 3303 2.87815 17.2552 -0.221344
Vertex 3304 2.96009 17.3086 -0.217848
Vertex 3305 3.04279 17.3592 -0.214475
Vertex 3306 3.12632 17.4073 -0.211233
Vertex 3307 2.6142 13.4172 -0.602511
Vertex 3308 2.1779 12.7554 -1.0672
Vertex 3309 2.27308 12.7819 -0.971809
Vertex 3310 2.35376 12.8353 -0.975864
Vertex 3311 2.4081 12.9223 -0.883909
Vertex 3312 2.4279 13.0259 -0.792698
Vertex 3313 2.4279 13.1475 -0.70136
Vertex 3314 2.4279 13.2578 -0.808818
Vertex 3315 2.4279 13.3677 -0.911733
Vertex 3316 2.1779 12.7867 -0.582587
Vertex 3317 2.27303 12.8055 -0.583443
Vertex 3318 2.3537 12.863 -0.488281
Vertex 3319 2.40811 12.9466 -0.393095
Vertex 3320 2.4279 13.0466 -0.298418
Vertex 3321 2.4279 13.1647 -0.202589
Vertex 3322 2.4279 13.2809 -0.205652
Vertex 3323 2.4279 13.3972 -0.202838
Vertex 3324 0.426517 14.5974 -1.55665
Vertex 3325 0.3285 14.6136 -1.44631
Vertex 3326 0.262804 14.6033 -1.54637
Vertex 3327 0.065705 14.5958 -1.61644
Vertex 3328 4.09529 14.8456 -1.12608
Vertex 3329 0.618785 14.6352 -0.444367
Vertex 3330 0.711183 14.6021 -0.443363
Vertex 3331 0.799897 14.5602 -0.44209
Vertex 3332 0.88407 14.5098 -0.440559
Vertex 3333 0.198721 15.3644 -1.47466
Vertex 3334 2.98023e-008 14.6911 -1.62115
Vertex 3335 3.44654 13.5324 -0.502482
Vertex 3336 1.48157 15.9088 -0.630795
Vertex 3337 2.2092 12.8677 -2.26891
Vertex 3338 2.04835 13.0494 -2.30096
Vertex 3339 1.8782 12.622 -2.12698
Vertex 3340 1.9781 12.6055 -2.2227
Vertex 3341 1.9781 12.6378 -2.03114
Vertex 3342 1.9781 12.622 -2.12698
Vertex 3343 2.1779 12.6378 -2.03114
Vertex 3344 2.27322 12.6565 -2.03413
Vertex 3345 2.35387 12.7093 -2.04263
Vertex 3346 2.40806 12.8035 -1.95822
Vertex 3347 2.4279 12.9145 -1.87535
Vertex 3348 2.4279 13.0435 -1.7933
Vertex 3349 2.4279 13.1587 -1.80942
Vertex 3350 2.4279 13.2604 -1.91995
Vertex 3351 2.72514 13.4482 -0.100519
Vertex 3352 2.1149 13.636 -3.3934e-014
Vertex 3353 2.24278 13.8033 -3.3934e-014
Vertex 3354 2.59379 13.6277 -3.3934e-014
Vertex 3355 2.82442 13.4637 -2.60171e-016
Vertex 3356 1.34749 12.9485 -0.393152
Vertex 3357 2.88101 13.7765 -3.3934e-014
Vertex 3358 3.02349 13.4918 -2.60171e-016
Vertex 3359 4.44451 17.075 -0.444191
Vertex 3360 2.1779 12.7764 -0.776574
Vertex 3361 2.27306 12.7952 -0.777715
Vertex 3362 2.35372 12.8541 -0.683437
Vertex 3363 2.4081 12.9391 -0.589528
Vertex 3364 2.4279 13.0406 -0.496222
Vertex 3365 2.4279 13.1601 -0.402169
Vertex 3366 2.4279 13.2762 -0.406876
Vertex 3367 2.4279 13.3891 -0.506969
Vertex 3368 2.025 16.4446 -0.635819
Vertex 3369 0.711183 14.6072 -0.221707
Vertex 3370 1.6784 12.7985 -0.194255
Vertex 3371 1.28544 13.9717 -0.318122
Vertex 3372 3.76764 16.5261 -0.551831
Vertex 3373 0.426517 14.5582 -1.88853
Vertex 3374 2.62824 13.4269 -0.406597
Vertex 3375 0.962894 14.4514 -0.438785
Vertex 3376 1.03561 14.3855 -0.436785
Vertex 3377 1.5785 12.7278 -1.35728
Vertex 3378 1.48186 12.7365 -1.45603
Vertex 3379 1.10151 14.3128 -0.434578
Vertex 3380 1.40137 12.7788 -1.5592
Vertex 3381 1.3285 13.0485 -0.198049
Vertex 3382 1.3285 13.1524 -0.299653
Vertex 3383 1.15997 14.234 -0.432186
Vertex 3384 1.21042 14.1499 -0.429631
Vertex 3385 1.34746 12.8469 -1.66653
Vertex 3386 1.25238 14.0612 -0.426939
Vertex 3387 1.28544 13.9652 -0.530122
Vertex 3388 1.30929 13.8701 -0.526511
Vertex 3389 1.32369 13.7687 -0.627329
Vertex 3390 1.3285 13.6657 -0.726444
Vertex 3391 1.3285 13.3671 -0.101461
Vertex 3392 1.3285 13.5651 -0.618008
Vertex 3393 1.3285 12.9284 -1.77698
Vertex 3394 1.3285 13.0588 -1.59473
Vertex 3395 1.3285 13.2479 -0.603852
Vertex 3396 1.3285 13.243 -0.704406
Vertex 3397 1.3285 13.2372 -0.804919
Vertex 3398 1.3285 13.2307 -0.905386
Vertex 3399 1.3285 13.2235 -1.0058
Vertex 3400 1.3285 13.2155 -1.10616
Vertex 3401 1.3285 13.2067 -1.20661
Vertex 3402 1.3285 13.1971 -1.30693
Vertex 3403 1.3285 13.1868 -1.40717
Vertex 3404 1.3285 13.1757 -1.5073
Vertex 3405 1.3285 13.1513 -1.70717
Vertex 3406 1.3285 13.4382 -1.95122
Vertex 3407 1.3285 13.3537 -0.608562
Vertex 3408 1.3285 13.3486 -0.709901
Vertex 3409 1.3285 13.3429 -0.811197
Vertex 3410 1.3285 13.3363 -0.912448
Vertex 3411 1.3285 13.329 -1.01365
Vertex 3412 1.3285 13.3209 -1.11479
Vertex 3413 1.3285 13.3121 -1.21597
Vertex 3414 1.3285 13.3025 -1.31708
Vertex 3415 1.3285 13.2921 -1.41811
Vertex 3416 1.3285 13.2809 -1.51905
Vertex 3417 1.3285 13.1239 -1.90664
Vertex 3418 1.3285 13.138 -1.80695
Vertex 3419 1.3285 13.2137 -2.02186
Vertex 3420 1.3285 13.2563 -1.72048
Vertex 3421 1.3285 13.1639 -1.60728
Vertex 3422 1.3285 13.269 -1.61981
Vertex 3423 1.3285 13.2429 -1.82105
Vertex 3424 1.3285 13.2287 -1.92151
Vertex 3425 1.3285 13.543 -1.96606
Vertex 3426 1.32369 13.64 -1.98035
Vertex 3427 1.30929 13.7508 -1.89001
Vertex 3428 1.28544 13.8451 -1.90297
Vertex 3429 1.25238 13.9508 -1.80974
Vertex 3430 1.21042 14.0522 -1.71457
Vertex 3431 1.15997 14.1484 -1.61745
Vertex 3432 1.10151 14.2267 -1.6264
Vertex 3433 1.03561 14.299 -1.63466
Vertex 3434 0.962894 14.3765 -1.53309
Vertex 3435 0.88407 14.4459 -1.42971
Vertex 3436 0.799897 14.5066 -1.32464
Vertex 3437 0.711183 14.5265 -1.54909
Vertex 3438 0.618784 14.5813 -1.33146
Vertex 3439 0.52359 14.6147 -1.22276
Vertex 3440 0.426517 14.6379 -1.11292
Vertex 3441 0.3285 14.6427 -1.11329
Vertex 3442 0.262804 14.6421 -1.12123
Vertex 3443 1.98761 15.805 -0.861575
Vertex 3444 3.71843 14.8006 -1.38129
Vertex 3445 0.296506 15.4119 -1.12157
Vertex 3446 0.364519 15.4237 -1.08312
Vertex 3447 0.711183 14.558 -1.21802
Vertex 3448 0.618784 14.5998 -1.11002
Vertex 3449 0.52359 14.6316 -1.00083
Vertex 3450 0.426517 14.6531 -0.890644
Vertex 3451 0.3285 14.6643 -0.779682
Vertex 3452 0.262798 14.6685 -0.695115
Vertex 3453 3.92404 13.5819 -2.60171e-016
Vertex 3454 2.62622 13.4312 -0.201425
Vertex 3455 2.62587 13.4327 -2.60171e-016
Vertex 3456 3.02354 13.4915 -0.100566
Vertex 3457 0.799897 14.5652 -0.22107
Vertex 3458 0.88407 14.5148 -0.220305
Vertex 3459 0.962894 14.4564 -0.219418
Vertex 3460 1.3285 13.0406 -0.495023
Vertex 3461 1.3285 13.1464 -0.499345
Vertex 3462 1.3285 13.2556 -0.402646
Vertex 3463 1.3285 13.3614 -0.405786
Vertex 3464 1.3285 13.5694 -0.515061
Vertex 3465 1.3285 13.6752 -0.519008
Vertex 3466 1.32369 13.7767 -0.418299
Vertex 3467 3.77537 14.8093 -1.3322
Vertex 3468 3.83538 14.8176 -1.28512
Vertex 3469 3.3108 13.5223 -0.364223
Vertex 3470 3.89764 14.8254 -1.2408
Vertex 3471 5.21541e-008 14.5744 -1.79935
Vertex 3472 4.23479 14.8563 -1.06536
Vertex 3473 1.4818 12.818 -0.19455
Vertex 3474 1.83782 16.2391 -0.187228
Vertex 3475 4.48471 17.8328 -0.116518
Vertex 3476 4.55599 17.8387 -0.161254
Vertex 3477 3.12338 13.5033 -0.201075
Vertex 3478 3.32298 13.5281 -0.100587
Vertex 3479 3.82119 16.0364 -0.441466
Vertex 3480 3.62809 16.2859 -0.579353
Vertex 3481 3.69465 16.252 -0.538704
Vertex 3482 3.76247 16.1131 -0.481424
Vertex 3483 2.10441 15.4979 -1.11433
Vertex 3484 1.9905 15.4564 -1.18025
Vertex 3485 0.0973224 15.4168 -0.787458
Vertex 3486 2.97145 13.4514 -0.947623
Vertex 3487 3.40131 13.5308 -0.408277
Vertex 3488 3.66738 14.8937 -1.44734
Vertex 3489 0.3285 14.5769 -1.77859
Vertex 3490 0.283752 15.45 -0.192139
Vertex 3491 4.62526 16.3421 -0.293791
Vertex 3492 4.72651 16.2433 -0.27024
Vertex 3493 4.8279 16.4434 -0.303479
Vertex 3494 0.262784 14.5662 -1.86399
Vertex 3495 0 15.4322 -0.295314
Vertex 3496 4.44302 15.9217 -0.241073
Vertex 3497 4.54664 17.8353 -0.349548
Vertex 3498 4.45778 17.8279 -0.296357
Vertex 3499 4.35945 17.8148 -0.363779
Vertex 3500 4.2662 17.8009 -0.366314
Vertex 3501 4.17311 17.7844 -0.368676
Vertex 3502 4.08037 17.7654 -0.37126
Vertex 3503 3.99568 17.7469 -0.312006
Vertex 3504 3.90402 17.7231 -0.314728
Vertex 3505 -4.36436e-015 15.3253 -0.586823
Vertex 3506 -4.36436e-015 15.214 -0.874477
Vertex 3507 0 15.4196 -0.688986
Vertex 3508 2.85088 13.4207 -1.12279
Vertex 3509 5.21541e-008 14.6602 -0.853616
Vertex 3510 3.40497 13.5359 -0.200704
Vertex 3511 1.5785 12.7941 -0.388466
Vertex 3512 2.62808 13.4084 -0.812983
Vertex 3513 0.473044 15.4718 -0.50779
Vertex 3514 2.80334 13.4339 -0.847293
Vertex 3515 -4.36436e-015 15.2313 -0.389301
Vertex 3516 -4.36436e-015 15.3308 -0.391217
Vertex 3517 0.0657272 14.5733 -1.80773
Vertex 3518 0.0657041 14.6481 -1.04046
Vertex 3519 3.08442 14.5905 -2.57271
Vertex 3520 2.70049 14.6955 -2.59122
Vertex 3521 0.799897 14.4848 -1.54464
Vertex 3522 0.390144 15.4606 -0.394616
Vertex 3523 3.32294 13.5285 -2.60171e-016
Vertex 3524 0.430893 15.4526 -0.782606
Vertex 3525 1.89554 15.8917 -0.829077
Vertex 3526 3.21078 17.4528 -0.208127
Vertex 3527 2.72578 13.4453 -0.301414
Vertex 3528 1.7759 16.1653 -0.570639
Vertex 3529 1.70467 16.0993 -0.477062
Vertex 3530 3.52307 13.5489 -0.100593
Vertex 3531 2.5276 13.4127 -0.304647
Vertex 3532 4.02443 13.5878 -0.100756
Vertex 3533 3.80462 17.693 -0.381052
Vertex 3534 3.72234 17.6679 -0.321025
Vertex 3535 2.42895 16.4655 -0.722237
Vertex 3536 2.29061 16.096 -0.787374
Vertex 3537 2.03363 16.3123 -0.749247
Vertex 3538 3.02853 13.4855 -0.435059
Vertex 3539 3.02393 13.4885 -0.300946
Vertex 3540 2.82464 13.4622 -0.201059
Vertex 3541 2.52783 13.3916 -0.811908
Vertex 3542 0.648677 15.5195 -0.187617
Vertex 3543 0.557863 15.4969 -0.187855
Vertex 3544 0.466579 15.4778 -0.18862
Vertex 3545 0.374274 15.462 -0.189659
Vertex 3546 2.20842 16.6633 -0.516775
Vertex 3547 3.81788 16.6035 -0.542889
Vertex 3548 3.88944 16.5607 -0.505387
Vertex 3549 3.96379 16.5228 -0.470268
Vertex 3550 5.21541e-008 15.1136 3.3934e-014
Vertex 3551 2.60764 13.8021 -2.43368
Vertex 3552 0.88407 14.4225 -1.64878
Vertex 3553 4.0148 16.5951 -0.46503
Vertex 3554 3.1864 14.3874 -2.53689
Vertex 3555 0.962894 14.3516 -1.7511
Vertex 3556 1.03561 14.2725 -1.85147
Vertex 3557 1.10151 14.2004 -1.84212
Vertex 3558 1.15997 14.1222 -1.83198
Vertex 3559 1.21042 14.0245 -1.92763
Vertex 3560 1.25238 13.9217 -2.02125
Vertex 3561 1.28544 13.8146 -2.11286
Vertex 3562 1.30929 13.7205 -2.09847
Vertex 3563 1.32369 13.6084 -2.18712
Vertex 3564 1.3285 13.5117 -2.17133
Vertex 3565 1.3285 13.4071 -2.15493
Vertex 3566 1.3285 13.2859 -2.23941
Vertex 3567 1.9781 12.6529 -1.93518
Vertex 3568 1.8782 12.6378 -2.03114
Vertex 3569 1.7783 12.622 -2.12698
Vertex 3570 1.7783 12.7967 -0.291369
Vertex 3571 1.8782 12.7985 -0.194255
Vertex 3572 1.7783 12.7941 -0.388466
Vertex 3573 1.7783 12.7908 -0.48554
Vertex 3574 1.8782 12.7967 -0.291369
Vertex 3575 1.8782 12.7941 -0.388466
Vertex 3576 1.7783 12.7867 -0.582587
Vertex 3577 1.7783 12.7819 -0.6796
Vertex 3578 1.8782 12.7908 -0.48554
Vertex 3579 1.8782 12.7867 -0.582587
Vertex 3580 1.7783 12.7764 -0.776574
Vertex 3581 1.8782 12.7819 -0.6796
Vertex 3582 1.7783 12.7702 -0.873503
Vertex 3583 1.8782 12.7764 -0.776573
Vertex 3584 1.7783 12.7632 -0.970382
Vertex 3585 1.8782 12.7702 -0.873503
Vertex 3586 1.9781 12.6672 -1.83911
Vertex 3587 1.8782 12.6529 -1.93518
Vertex 3588 1.7783 12.6378 -2.03114
Vertex 3589 1.9781 12.6808 -1.74293
Vertex 3590 1.9781 12.7996 -0.0971304
Vertex 3591 1.8782 12.6672 -1.83911
Vertex 3592 1.9781 12.7985 -0.194255
Vertex 3593 1.9781 12.7967 -0.291369
Vertex 3594 1.9781 12.7941 -0.388466
Vertex 3595 1.9781 12.7908 -0.48554
Vertex 3596 1.9781 12.6936 -1.64666
Vertex 3597 1.9781 12.7867 -0.582587
Vertex 3598 1.9781 12.7819 -0.6796
Vertex 3599 1.7783 12.7554 -1.0672
Vertex 3600 1.7783 12.747 -1.16397
Vertex 3601 1.8782 12.7632 -0.970382
Vertex 3602 1.9781 12.7764 -0.776574
Vertex 3603 1.8782 12.7554 -1.0672
Vertex 3604 1.9781 12.7702 -0.873503
Vertex 3605 1.7783 12.7378 -1.26066
Vertex 3606 1.9781 12.7632 -0.970382
Vertex 3607 1.9781 12.747 -1.16397
Vertex 3608 1.8782 12.7278 -1.35728
Vertex 3609 1.9781 12.7378 -1.26066
Vertex 3610 1.9781 12.7554 -1.0672
Vertex 3611 1.9781 12.7172 -1.45383
Vertex 3612 1.8782 12.747 -1.16397
Vertex 3613 1.9781 12.7278 -1.35728
Vertex 3614 1.9781 12.7058 -1.55029
Vertex 3615 1.7783 12.6529 -1.93518
Vertex 3616 1.8782 12.6808 -1.74293
Vertex 3617 1.8782 12.7378 -1.26066
Vertex 3618 1.8782 12.6936 -1.64666
Vertex 3619 1.8782 12.7172 -1.45383
Vertex 3620 1.7783 12.6672 -1.83911
Vertex 3621 1.7783 12.7278 -1.35728
Vertex 3622 1.8782 12.7058 -1.55029
Vertex 3623 1.7783 12.6808 -1.74293
Vertex 3624 1.7783 12.7172 -1.45383
Vertex 3625 1.7783 12.6936 -1.64666
Vertex 3626 1.7783 12.7058 -1.55029
Vertex 3627 1.5785 12.6936 -1.64666
Vertex 3628 1.48187 12.7 -1.74558
Vertex 3629 1.40138 12.74 -1.84968
Vertex 3630 1.34745 12.8056 -1.95854
Vertex 3631 1.3285 12.9889 -2.08924
Vertex 3632 1.3285 12.8847 -2.07081
Vertex 3633 1.3285 13.109 -2.00621
Vertex 3634 1.3285 13.0044 -1.99056
Vertex 3635 1.3285 13.198 -2.1221
Vertex 3636 1.3285 13.0934 -2.10567
Vertex 3637 1.3285 13.1644 -2.32124
Vertex 3638 0.0657041 14.6657 -0.751783
Vertex 3639 5.21541e-008 14.7494 -0.954561
Vertex 3640 5.21541e-008 14.674 -0.569104
Vertex 3641 5.21541e-008 14.7651 -0.668265
Vertex 3642 5.21541e-008 14.9721 -0.87297
Vertex 3643 5.21541e-008 14.9769 -0.776675
Vertex 3644 5.21541e-008 14.9842 -0.584251
Vertex 3645 -4.36436e-015 15.2299 -0.486229
Vertex 3646 -4.36436e-015 15.2272 -0.58326
Vertex 3647 -4.36436e-015 15.2191 -0.777412
Vertex 3648 -4.36436e-015 15.2305 -0.293378
Vertex 3649 5.21541e-008 14.981 -0.68048
Vertex 3650 -4.36436e-015 14.9864 -0.199559
Vertex 3651 -4.36436e-015 14.9796 -0.295378
Vertex 3652 -4.36436e-015 14.985 -0.486533
Vertex 3653 -4.36436e-015 15.2236 -0.680333
Vertex 3654 0 15.4271 -0.49218
Vertex 3655 0.0981082 15.4256 -0.590681
Vertex 3656 4.26171 15.9098 -0.273856
Vertex 3657 2.60967 13.5314 -3.3934e-014
Vertex 3658 4.55491 17.1645 -0.445473
Vertex 3659 3.63969 13.5549 -0.372636
Vertex 3660 1.08721 15.6793 -0.37426
Vertex 3661 0.255399 14.6838 -0.185395
Vertex 3662 0.0657041 14.6157 -1.4247
Vertex 3663 3.62331 13.5571 -0.199893
Vertex 3664 1.78951 15.4505 -1.19096
Vertex 3665 0.0983962 15.4341 -0.295368
Vertex 3666 0.196667 15.4399 -0.295529
Vertex 3667 3.64895 15.8726 -0.495349
Vertex 3668 3.59486 16.0364 -0.553625
Vertex 3669 3.55156 16.1313 -0.595116
Vertex 3670 1.40134 12.8721 -0.195372
Vertex 3671 3.97141 16.9505 -0.542907
Vertex 3672 0.19542 15.4313 -0.591129
Vertex 3673 3.86333 16.3707 -0.482514
Vertex 3674 1.68961 15.3804 -1.37652
Vertex 3675 1.29216 15.4092 -1.28162
Vertex 3676 1.48181 12.8135 -0.389056
Vertex 3677 0.584805 15.4812 -0.847002
Vertex 3678 0.501026 15.4662 -0.7767
Vertex 3679 0.29387 15.4473 -0.394556
Vertex 3680 1.81211 15.8163 -0.856595
Vertex 3681 1.30929 13.8765 -0.315955
Vertex 3682 2.39727 15.8828 -0.831859
Vertex 3683 2.9649 16.4381 -0.727063
Vertex 3684 2.60051 15.9807 -0.807706
Vertex 3685 2.79477 15.8864 -0.830718
Vertex 3686 0.836912 15.5743 -0.392318
Vertex 3687 0.28791 15.4361 -0.691667
Vertex 3688 4.63273 17.844 -0.137337
Vertex 3689 4.02354 14.9406 -1.18143
Vertex 3690 0.402288 15.4377 -0.960092
Vertex 3691 0.188456 15.4166 -0.887198
Vertex 3692 3.66323 16.0292 -0.515476
Vertex 3693 3.03797 15.4794 -1.09844
Vertex 3694 2.98023e-008 14.7523 -1.91811
Vertex 3695 2.98023e-008 14.6316 -2.09525
Vertex 3696 4.8279 17.0426 -0.40914
Vertex 3697 2.62822 13.4234 -0.508248
Vertex 3698 1.80345 13.1368 -3.3934e-014
Vertex 3699 2.07802 12.8959 -3.3934e-014
Vertex 3700 1.03561 14.3904 -0.218417
Vertex 3701 2.49864 15.7889 -0.868977
Vertex 3702 3.62408 17.6322 -0.389289
Vertex 3703 2.93989 13.4748 -0.387864
Vertex 3704 3.22319 13.5155 -0.201032
Vertex 3705 2.61281 13.3434 -1.52748
Vertex 3706 3.21112 13.6172 -3.3934e-014
Vertex 3707 2.98023e-008 14.8153 -1.34446
Vertex 3708 5.21541e-008 14.6249 -1.32719
Vertex 3709 1.68956 15.4089 -1.28255
Vertex 3710 1.40134 12.8643 -0.488332
Vertex 3711 1.33286 15.8188 -0.187687
Vertex 3712 4.51978 17.4017 -0.491374
Vertex 3713 3.69325 13.5629 -0.212645
Vertex 3714 3.39141 13.8425 -3.3934e-014
Vertex 3715 3.41253 13.6396 -3.3934e-014
Vertex 3716 2.79472 13.6621 -3.3934e-014
Vertex 3717 2.9098 13.5778 -3.3934e-014
Vertex 3718 2.484 15.3644 -1.47466
Vertex 3719 2.50612 15.2005 -2.68026
Vertex 3720 2.51941 15.2173 -2.58313
Vertex 3721 2.53386 15.2335 -2.48603
Vertex 3722 2.55023 15.249 -2.38919
Vertex 3723 2.56896 15.2638 -2.29283
Vertex 3724 2.59046 15.2778 -2.19717
Vertex 3725 2.61508 15.2911 -2.10242
Vertex 3726 2.64315 15.3037 -2.00874
Vertex 3727 2.67485 15.3156 -1.91631
Vertex 3728 2.71018 15.3267 -1.8253
Vertex 3729 2.74898 15.3371 -1.73575
Vertex 3730 2.79092 15.3468 -1.64763
Vertex 3731 2.83538 15.3559 -1.56074
Vertex 3732 2.78208 15.3644 -1.47466
Vertex 3733 5.21541e-008 14.5499 -1.98765
Vertex 3734 2.82649 13.4286 -0.975627
Vertex 3735 3.47579 14.8537 -1.67399
Vertex 3736 4.03215 17.0201 -0.534133
Vertex 3737 0.179676 15.4052 -1.05776
Vertex 3738 4.12967 13.5928 -0.182421
Vertex 3739 2.98023e-008 14.7966 -1.53599
Vertex 3740 2.98023e-008 14.6803 -1.71613
Vertex 3741 3.81627 13.6755 -3.3934e-014
Vertex 3742 4.22079 13.6994 -3.3934e-014
Vertex 3743 0.375705 15.4479 -0.692076
Vertex 3744 2.72962 13.3988 -1.16384
Vertex 3745 4.35214 15.9149 -0.255632
Vertex 3746 3.95738 14.9338 -1.2201
Vertex 3747 1.00172 15.6419 -0.280434
Vertex 3748 0.128821 15.3862 -1.2676
Vertex 3749 5.21541e-008 14.5964 -1.6107
Vertex 3750 1.10151 14.3177 -0.217314
Vertex 3751 3.1012 13.4968 -0.375474
Vertex 3752 -4.36436e-015 15.3115 -0.880047
Vertex 3753 0.255191 14.4934 -2.3642
Vertex 3754 1.41108 15.8702 -0.187519
Vertex 3755 1.48745 15.9246 -0.187492
Vertex 3756 4.52439 13.7094 -3.3934e-014
Vertex 3757 1.08653 15.6823 -0.18725
Vertex 3758 0.738721 15.5455 -0.187566
Vertex 3759 4.65739 17.4324 -0.483641
Vertex 3760 3.81548 16.298 -0.490086
Vertex 3761 2.08705 15.3806 -1.37577
Vertex 3762 2.08071 15.4068 -1.28818
Vertex 3763 1.15997 14.2389 -0.216118
Vertex 3764 1.21042 14.1548 -0.21484
Vertex 3765 0.91549 15.6039 -0.384647
Vertex 3766 0.135777 14.6827 -0.262035
Vertex 3767 0.196608 14.6815 -0.320869
Vertex 3768 0.132021 14.6783 -0.444303
Vertex 3769 0.131562 14.675 -0.541835
Vertex 3770 0.131423 14.671 -0.640414
Vertex 3771 0.131405 14.6664 -0.739125
Vertex 3772 0.131405 14.6611 -0.837803
Vertex 3773 0.131404 14.6332 -1.2321
Vertex 3774 0.131405 14.6551 -0.936443
Vertex 3775 0.131405 14.6485 -1.03504
Vertex 3776 0.131405 14.6412 -1.13359
Vertex 3777 5.21541e-008 14.6479 -1.04317
Vertex 3778 0.277104 15.4154 -1.03904
Vertex 3779 0.344823 15.4252 -1.0202
Vertex 3780 2.49188 15.7121 -0.911151
Vertex 3781 3.72135 16.076 -0.494469
Vertex 3782 1.19232 15.3644 -1.47466
Vertex 3783 1.39153 15.3804 -1.37658
Vertex 3784 1.49087 15.4091 -1.28185
Vertex 3785 4.3037 14.9622 -1.0587
Vertex 3786 4.37727 14.9662 -1.03616
Vertex 3787 4.45444 14.8681 -0.998537
Vertex 3788 3.8928 16.0987 -0.422596
Vertex 3789 3.98219 15.8878 -0.351664
Vertex 3790 4.06156 15.8933 -0.325846
Vertex 3791 4.16404 15.9007 -0.296842
Vertex 3792 5.21541e-008 14.7358 -1.14527
Vertex 3793 1.99488 15.4976 -1.1147
Vertex 3794 3.4226 16.1546 0
Vertex 3795 3.98595 16.5364 -3.3934e-014
Vertex 3796 4.00838 16.454 0
Vertex 3797 4.72934 16.7659 0
Vertex 3798 4.8279 16.8644 3.3934e-014
Vertex 3799 4.8279 16.8839 -0.0994754
Vertex 3800 0 15.1803 -2.16523
Vertex 3801 0 15.1869 -1.26236
Vertex 3802 0 15.2556 -1.56549
Vertex 3803 1.17078 15.7236 -0.281208
Vertex 3804 2.09734 16.3953 -3.3934e-014
Vertex 3805 2.22063 16.5364 -3.3934e-014
Vertex 3806 4.8279 14.2813 -0.263249
Vertex 3807 1.3475 12.9529 -0.196599
Vertex 3808 4.07173 16.566 -0.441246
Vertex 3809 4.53432 14.074 -0.344539
Vertex 3810 4.63183 13.9824 -0.316903
Vertex 3811 4.72976 13.8901 -0.293713
Vertex 3812 4.8279 13.7969 -0.274985
Vertex 3813 4.8279 13.9064 -0.203803
Vertex 3814 4.09526 17.087 -0.52584
Vertex 3815 4.16101 17.1505 -0.518044
Vertex 3816 4.72659 16.9424 -0.393508
Vertex 3817 4.62533 16.9421 -0.399567
Vertex 3818 4.52308 16.9453 -0.410492
Vertex 3819 0.69552 15.3644 -1.47466
Vertex 3820 3.18805 14.2986 -2.4465
Vertex 3821 1.3285 13.0466 -0.29706
Vertex 3822 1.43417 13.2617 -3.3934e-014
Vertex 3823 1.3285 13.2617 -3.3934e-014
Vertex 3824 1.3285 13.1543 -0.199778
Vertex 3825 1.3285 13.2613 -0.100676
Vertex 3826 3.92423 16.7534 -0.52573
Vertex 3827 1.34749 12.9451 -0.491398
Vertex 3828 1.3285 13.0365 -0.593965
Vertex 3829 1.3285 13.1498 -0.399511
Vertex 3830 1.3285 13.3025 -2.13852
Vertex 3831 1.3285 13.3184 -2.0375
Vertex 3832 1.3285 13.3335 -1.93637
Vertex 3833 1.3285 13.3478 -1.83513
Vertex 3834 1.3285 13.3613 -1.73378
Vertex 3835 1.3285 13.3741 -1.63234
Vertex 3836 1.3285 13.3861 -1.53079
Vertex 3837 1.3285 13.3973 -1.42904
Vertex 3838 1.3285 13.4078 -1.32724
Vertex 3839 1.3285 13.4175 -1.22536
Vertex 3840 1.3285 13.4264 -1.12343
Vertex 3841 1.3285 13.4346 -1.02151
Vertex 3842 1.3285 13.4419 -0.919523
Vertex 3843 1.3285 13.4485 -0.817488
Vertex 3844 1.3285 13.4543 -0.715405
Vertex 3845 1.3285 13.2521 -0.503263
Vertex 3846 1.3285 13.4594 -0.613281
Vertex 3847 1.3285 13.3579 -0.507189
Vertex 3848 1.3285 13.4636 -0.511122
Vertex 3849 1.3285 13.2582 -0.302005
Vertex 3850 1.3285 13.4733 -3.3934e-014
Vertex 3851 1.19281 15.3804 -1.37659
Vertex 3852 0 15.2325 -1.76569
Vertex 3853 1.27225 15.7761 -0.464046
Vertex 3854 3.5351 17.5981 -0.393905
Vertex 3855 3.89301 14.9264 -1.26185
Vertex 3856 0.275604 15.425 -0.882204
Vertex 3857 3.83069 14.9185 -1.30655
Vertex 3858 0.397441 15.3644 -1.47466
Vertex 3859 0.489322 15.3555 -1.56459
Vertex 3860 3.96186 14.8327 -1.19944
Vertex 3861 -4.36436e-015 15.299 -1.07534
Vertex 3862 1.80667 15.7668 -0.879927
Vertex 3863 2.98023e-008 14.7108 -1.43098
Vertex 3864 3.61644 16.1088 -0.554451
Vertex 3865 3.67962 16.0903 -0.517815
Vertex 3866 2.98023e-008 14.657 -1.90585
Vertex 3867 4.43108 16.9599 -0.426018
Vertex 3868 4.35213 16.9713 -0.441915
Vertex 3869 1.3285 13.4671 -0.408933
Vertex 3870 1.3285 13.5729 -0.412085
Vertex 3871 1.3285 13.6787 -0.415242
Vertex 3872 1.32369 13.7795 -0.313746
Vertex 3873 1.25241 15.7702 -0.187559
Vertex 3874 3.31885 13.525 -0.287152
Vertex 3875 1.99081 15.9807 -0.807706
Vertex 3876 2.09244 15.8861 -0.830811
Vertex 3877 1.25238 14.0661 -0.213494
Vertex 3878 4.2024 17.0949 -0.497247
Vertex 3879 4.23043 17.0564 -0.483453
Vertex 3880 4.5427 17.3521 -0.47991
Vertex 3881 3.29999 17.4984 -0.136825
Vertex 3882 3.38723 17.5392 -0.134949
Vertex 3883 4.08829 16.617 -0.445105
Vertex 3884 0.440828 15.4581 -0.704781
Vertex 3885 4.16063 14.9525 -1.11364
Vertex 3886 1.88816 15.4081 -1.28462
Vertex 3887 1.54625 13.5806 -3.3934e-014
Vertex 3888 1.43376 13.4733 -3.3934e-014
Vertex 3889 1.56156 15.9816 -0.187358
Vertex 3890 1.77095 16.1693 -0.187539
Vertex 3891 1.70401 16.1032 -0.281228
Vertex 3892 1.6342 16.0406 -0.28109
Vertex 3893 4.13087 16.5519 -0.420966
Vertex 3894 3.44708 17.5616 -0.398843
Vertex 3895 3.3601 17.5227 -0.404108
Vertex 3896 3.2742 17.4814 -0.409698
Vertex 3897 3.1894 17.4378 -0.415614
Vertex 3898 3.1057 17.3919 -0.421832
Vertex 3899 3.02312 17.3435 -0.428291
Vertex 3900 2.94157 17.2927 -0.435027
Vertex 3901 2.86099 17.2394 -0.442025
Vertex 3902 2.78149 17.1835 -0.44927
Vertex 3903 2.70331 17.1253 -0.456743
Vertex 3904 2.62672 17.0649 -0.464433
Vertex 3905 2.55182 17.0023 -0.472537
Vertex 3906 2.47884 16.9378 -0.481016
Vertex 3907 2.40792 16.8715 -0.48973
Vertex 3908 2.33913 16.8035 -0.498602
Vertex 3909 2.27258 16.734 -0.507635
Vertex 3910 2.20899 16.6663 -0.430695
Vertex 3911 2.14674 16.5961 -0.350662
Vertex 3912 2.08587 16.5261 -0.267798
Vertex 3913 1.96414 16.3831 -0.277337
Vertex 3914 1.90328 16.313 -0.188055
Vertex 3915 1.83923 16.2393 -0.280828
Vertex 3916 1.77469 16.1699 -0.373821
Vertex 3917 3.81937 15.955 -0.427902
Vertex 3918 3.90604 15.8826 -0.379239
Vertex 3919 3.95231 16.0248 -0.386663
Vertex 3920 0.144308 14.6839 -0.181743
Vertex 3921 0.10799 14.6729 -2.58723
Vertex 3922 2.67284 13.427 -0.596359
Vertex 3923 3.66495 14.7917 -1.43183
Vertex 3924 3.6176 14.8847 -1.49854
Vertex 3925 3.56368 14.7724 -1.54158
Vertex 3926 4.07532 15.8076 -0.306401
Vertex 3927 0.549954 15.4793 -0.724229
Vertex 3928 3.77134 14.9102 -1.35344
Vertex 3929 2.14674 16.5914 -0.525943
Vertex 3930 2.08587 16.5196 -0.535496
Vertex 3931 1.96414 16.3789 -0.462173
Vertex 3932 2.025 16.4478 -0.545037
Vertex 3933 2.02501 16.4559 -0.181726
Vertex 3934 2.025 16.4546 -0.272576
Vertex 3935 2.025 16.4529 -0.363412
Vertex 3936 2.025 16.4506 -0.454234
Vertex 3937 1.90328 16.3097 -0.376096
Vertex 3938 1.84052 16.2364 -0.468051
Vertex 3939 2.39682 15.79 -0.868461
Vertex 3940 2.7996 14.1787 -2.50009
Vertex 3941 2.70269 14.2744 -2.51696
Vertex 3942 3.52076 14.8645 -1.61277
Vertex 3943 2.08656 15.3644 -1.47466
Vertex 3944 2.28576 15.381 -1.37396
Vertex 3945 4.25262 16.0045 -0.292667
Vertex 3946 4.28155 17.0633 -0.472759
Vertex 3947 3.56607 15.7722 -0.523376
Vertex 3948 3.48488 15.764 -0.570743
Vertex 3949 4.8279 15.1339 -0.704681
Vertex 3950 0.135234 14.5059 -2.28676
Vertex 3951 0.132614 14.5191 -2.20094
Vertex 3952 0.131807 14.5327 -2.10964
Vertex 3953 0.197004 14.5425 -2.04063
Vertex 3954 5.21541e-008 14.8711 -0.384295
Vertex 3955 5.21541e-008 14.7774 -0.286357
Vertex 3956 3.71652 14.9019 -1.40093
Vertex 3957 4.22367 13.5975 -0.165279
Vertex 3958 4.31338 13.6014 -0.153548
Vertex 3959 3.47551 17.5777 -0.133183
Vertex 3960 2.44617 15.3558 -1.56213
Vertex 3961 2.60128 15.3466 -1.64944
Vertex 3962 2.65665 15.3369 -1.73717
Vertex 3963 2.61958 15.3265 -1.82684
Vertex 3964 2.5857 15.3154 -1.91785
Vertex 3965 2.46574 15.3034 -2.01113
Vertex 3966 2.34952 15.2908 -2.10518
Vertex 3967 2.32562 15.2775 -2.19959
Vertex 3968 2.21273 15.2634 -2.29517
Vertex 3969 4.75254 14.5706 -0.904126
Vertex 3970 4.8279 14.6725 -0.920329
Vertex 3971 4.72855 13.8091 -3.3934e-014
Vertex 3972 0.143892 14.4931 -2.36611
Vertex 3973 4.52694 14.9723 -1.00145
Vertex 3974 4.60392 14.8729 -0.971264
Vertex 3975 2.71814 17.142 -0.152537
Vertex 3976 2.79813 17.2007 -0.150032
Vertex 3977 2.87931 17.2568 -0.147617
Vertex 3978 3.75346 16.2171 -0.503965
Vertex 3979 3.70738 16.1468 -0.513803
Vertex 3980 1.98769 15.3805 -1.37613
Vertex 3981 1.32943 15.8132 -0.381648
Vertex 3982 3.70524 13.5615 -0.332153
Vertex 3983 2.19 15.2487 -2.39101
Vertex 3984 2.25968 15.2333 -2.4871
Vertex 3985 1.85996 15.2172 -2.58394
Vertex 3986 1.54223 14.9157 -2.63005
Vertex 3987 1.54223 15.2005 -2.68026
Vertex 3988 4.72651 16.0436 -0.23502
Vertex 3989 4.62527 16.0425 -0.24096
Vertex 3990 4.53446 15.9312 -0.230318
Vertex 3991 2.70755 13.3905 -1.21789
Vertex 3992 0.289268 15.3454 -1.66098
Vertex 3993 0.195749 15.3549 -1.56999
Vertex 3994 4.24517 15.5934 -0.452293
Vertex 3995 1.90328 16.3043 -0.564089
Vertex 3996 1.99489 16.0774 -0.79065
Vertex 3997 3.73329 15.8797 -0.454073
Vertex 3998 3.65666 15.9551 -0.505837
Vertex 3999 3.57303 15.8606 -0.534959
Vertex 4000 3.9804 16.8257 -0.517685
Vertex 4001 4.03851 16.8961 -0.510157
Vertex 4002 3.1864 14.489 -2.5548
Vertex 4003 3.8192 15.7939 -0.399559
Vertex 4004 3.90642 15.7999 -0.364518
Vertex 4005 3.99476 15.8054 -0.332691
Vertex 4006 4.32305 15.5991 -0.419937
Vertex 4007 1.28544 13.9737 -0.212092
Vertex 4008 2.71043 16.0871 -0.788957
Vertex 4009 0.285076 15.3349 -1.75478
Vertex 4010 0.280908 15.3238 -1.84907
Vertex 4011 0.27635 15.3121 -1.94374
Vertex 4012 0.270578 15.2998 -2.03846
Vertex 4013 0.262376 15.287 -2.13259
Vertex 4014 0.502359 15.4696 -0.713177
Vertex 4015 2.90536 15.9807 -0.807706
Vertex 4016 2.70422 13.4165 -0.878985
Vertex 4017 2.96148 17.3102 -0.145284
Vertex 4018 4.64007 17.8418 -0.333648
Vertex 4019 4.5499 17.8367 -0.283181
Vertex 4020 4.45295 17.8262 -0.359124
Vertex 4021 4.36501 17.8167 -0.30265
Vertex 4022 4.2724 17.803 -0.305385
Vertex 4023 4.17994 17.7868 -0.307398
Vertex 4024 4.08769 17.7681 -0.309562
Vertex 4025 3.98797 17.7438 -0.37417
Vertex 4026 3.89601 17.7196 -0.377434
Vertex 4027 3.81285 17.6967 -0.317738
Vertex 4028 3.71395 17.6638 -0.385004
Vertex 4029 3.6326 17.6366 -0.32459
Vertex 4030 3.54371 17.6028 -0.32844
Vertex 4031 3.46364 17.5711 -0.266173
Vertex 4032 3.38274 17.5365 -0.202356
Vertex 4033 3.04461 17.361 -0.143036
Vertex 4034 3.29049 17.4921 -0.273435
Vertex 4035 3.21381 17.455 -0.1388
Vertex 4036 3.1287 17.4093 -0.140873
Vertex 4037 1.78897 15.3805 -1.37645
Vertex 4038 1.88784 15.3644 -1.47466
Vertex 4039 1.85924 15.3557 -1.5626
Vertex 4040 1.92789 15.3465 -1.65089
Vertex 4041 1.61512 15.3366 -1.74048
Vertex 4042 1.59294 15.3261 -1.83063
Vertex 4043 1.76139 15.3557 -1.56266
Vertex 4044 1.44596 15.3464 -1.65147
Vertex 4045 1.42512 15.3365 -1.74079
Vertex 4046 3.0246 13.4868 -0.374002
Vertex 4047 4.17413 15.8144 -0.278886
Vertex 4048 3.1933 14.7182 -2.4426
Vertex 4049 3.20187 14.7311 -2.3692
Vertex 4050 3.21391 14.7441 -2.29589
Vertex 4051 3.22947 14.757 -2.22274
Vertex 4052 3.24854 14.7698 -2.15004
Vertex 4053 3.26951 14.6801 -2.06485
Vertex 4054 3.29715 14.795 -2.00689
Vertex 4055 3.32651 14.8073 -1.93712
Vertex 4056 3.3591 14.8194 -1.86885
Vertex 4057 3.39487 14.8311 -1.80218
Vertex 4058 3.43378 14.8426 -1.7372
Vertex 4059 4.5849 17.4182 -0.487107
Vertex 4060 0.166682 15.2718 -2.23874
Vertex 4061 0.232746 15.2605 -2.31427
Vertex 4062 3.47161 14.7511 -1.66209
Vertex 4063 2.49889 15.8825 -0.83196
Vertex 4064 1.2718 14.7468 -2.60025
Vertex 4065 0.143051 15.2462 -2.40695
Vertex 4066 0.197104 14.5816 -1.73923
Vertex 4067 4.65869 17.3506 -0.469129
Vertex 4068 4.09132 14.9468 -1.14594
Vertex 4069 4.0278 14.8394 -1.16118
Vertex 4070 4.30683 14.8608 -1.03975
Vertex 4071 4.38019 14.8648 -1.01743
Vertex 4072 4.45185 14.9696 -1.01704
Vertex 4073 4.52914 14.8708 -0.983143
Vertex 4074 4.67754 14.9759 -0.980847
Vertex 4075 4.60225 14.9744 -0.989398
Vertex 4076 4.6786 14.8744 -0.962845
Vertex 4077 4.75306 14.7737 -0.939918
Vertex 4078 4.8279 14.7084 -0.63112
Vertex 4079 4.8279 14.774 -0.938237
Vertex 4080 4.16136 15.5879 -0.482988
Vertex 4081 4.07323 15.5825 -0.513764
Vertex 4082 3.98336 15.5768 -0.54633
Vertex 4083 3.89426 15.5705 -0.582132
Vertex 4084 3.80667 15.5635 -0.621592
Vertex 4085 3.72096 15.5559 -0.66456
Vertex 4086 3.63712 15.5477 -0.711014
Vertex 4087 0.34449 15.4291 -0.957822
Vertex 4088 1.75728 15.3149 -1.92144
Vertex 4089 1.73545 15.3031 -2.01369
Vertex 4090 1.80499 15.2905 -2.1068
Vertex 4091 1.96393 15.2773 -2.2007
Vertex 4092 3.56477 17.6136 -0.131528
Vertex 4093 3.65496 17.6471 -0.129981
Vertex 4094 3.73833 17.675 -0.192769
Vertex 4095 3.83779 17.7066 -0.127198
Vertex 4096 3.92083 17.7294 -0.188949
Vertex 4097 4.02303 17.7558 -0.124914
Vertex 4098 4.11625 17.7764 -0.123936
Vertex 4099 4.20973 17.7945 -0.123065
Vertex 4100 4.30333 17.81 -0.122081
Vertex 4101 4.39601 17.8228 -0.120214
Vertex 4102 4.72652 16.6428 -0.34068
Vertex 4103 4.6252 16.6418 -0.346627
Vertex 4104 4.52285 16.64 -0.356688
Vertex 4105 4.42059 16.5388 -0.353464
Vertex 4106 4.31742 16.4392 -0.355016
Vertex 4107 4.21868 16.3481 -0.361459
Vertex 4108 1.30929 13.8785 -0.210647
Vertex 4109 4.28387 15.2175 -0.79879
Vertex 4110 4.19662 15.2127 -0.826184
Vertex 4111 4.11043 15.2071 -0.857778
Vertex 4112 4.02594 15.2008 -0.89338
Vertex 4113 3.94347 15.1939 -0.932737
Vertex 4114 3.86262 15.1862 -0.976142
Vertex 4115 3.78414 15.1779 -1.02315
Vertex 4116 3.70804 15.169 -1.07376
Vertex 4117 3.63434 15.1594 -1.12795
Vertex 4118 3.56326 15.1493 -1.18562
Vertex 4119 3.49512 15.1385 -1.24647
Vertex 4120 3.43009 15.1273 -1.31035
Vertex 4121 3.36803 15.1154 -1.3774
Vertex 4122 3.30923 15.1031 -1.44734
Vertex 4123 3.25402 15.0904 -1.51978
Vertex 4124 0.131458 14.5591 -1.91859
Vertex 4125 1.4055 15.326 -1.83098
Vertex 4126 1.47954 15.3149 -1.922
Vertex 4127 1.46047 15.303 -2.01425
Vertex 4128 1.34977 15.2904 -2.10769
Vertex 4129 1.23729 15.2771 -2.20201
Vertex 4130 3.08391 14.489 -2.5548
Vertex 4131 4.47204 17.831 -0.174025
Vertex 4132 4.56357 17.8397 -0.110634
Vertex 4133 0.197106 14.5934 -1.63771
Vertex 4134 0.197106 14.6045 -1.53602
Vertex 4135 0.197106 14.6148 -1.43422
Vertex 4136 0.131405 14.6246 -1.33052
Vertex 4137 0.197106 14.6334 -1.23038
Vertex 4138 0.197106 14.6416 -1.12836
Vertex 4139 0.197106 14.6491 -1.02628
Vertex 4140 0.197106 14.6559 -0.924155
Vertex 4141 0.197106 14.662 -0.821985
Vertex 4142 0.197106 14.6673 -0.719774
Vertex 4143 0.197104 14.672 -0.617578
Vertex 4144 4.56259 15.607 -0.375167
Vertex 4145 4.39271 15.6055 -0.383486
Vertex 4146 4.45018 15.6132 -0.340008
Vertex 4147 1.02889 15.2631 -2.29718
Vertex 4148 1.08754 15.2485 -2.39248
Vertex 4149 1.04941 15.2331 -2.48829
Vertex 4150 1.29158 15.2171 -2.58417
Vertex 4151 4.23143 14.9577 -1.08455
Vertex 4152 1.3285 13.364 -0.30436
Vertex 4153 1.3285 13.4698 -0.30672
Vertex 4154 1.3285 13.5757 -0.309084
Vertex 4155 1.3285 13.6815 -0.311453
Vertex 4156 2.2506 15.3557 -1.56232
Vertex 4157 2.31327 15.3465 -1.65034
Vertex 4158 2.37458 15.3367 -1.739
Vertex 4159 2.4351 15.3263 -1.82847
Vertex 4160 2.31197 15.3151 -1.91999
Vertex 4161 2.37542 15.3033 -2.01178
Vertex 4162 2.43916 15.2908 -2.10458
Vertex 4163 4.16427 14.8512 -1.09415
Vertex 4164 3.55522 15.5389 -0.760884
Vertex 4165 3.47565 15.5296 -0.8139
Vertex 4166 3.39882 15.5198 -0.869718
Vertex 4167 3.32518 15.5095 -0.927787
Vertex 4168 2.14523 15.2774 -2.20026
Vertex 4169 2.03116 15.2633 -2.29562
Vertex 4170 3.25531 15.499 -0.987249
Vertex 4171 4.51364 15.5977 -0.427908
Vertex 4172 4.44582 15.591 -0.46548
Vertex 4173 0.197099 14.5692 -1.84045
Vertex 4174 0.192861 15.3449 -1.66558
Vertex 4175 0.190062 15.3342 -1.76148
Vertex 4176 0.187252 15.3228 -1.85767
Vertex 4177 0.184147 15.3108 -1.954
Vertex 4178 0.18017 15.2982 -2.05019
Vertex 4179 4.43743 14.2584 -0.393094
Vertex 4180 4.53432 14.2611 -0.37753
Vertex 4181 4.63183 14.2631 -0.366389
Vertex 4182 4.72976 14.2643 -0.359695
Vertex 4183 4.8279 14.2647 -0.357462
Vertex 4184 1.68912 15.3644 -1.47466
Vertex 4185 1.36998 15.3557 -1.56291
Vertex 4186 1.54235 15.3464 -1.65136
Vertex 4187 1.52012 15.3365 -1.74063
Vertex 4188 1.78037 15.3261 -1.83027
Vertex 4189 1.84985 15.315 -1.92125
Vertex 4190 1.91873 15.3031 -2.01329
Vertex 4191 1.98698 15.2906 -2.10641
Vertex 4192 2.05464 15.2773 -2.2005
Vertex 4193 2.12205 15.2634 -2.29542
Vertex 4194 2.00674 15.2486 -2.39136
Vertex 4195 4.60393 14.7714 -0.953355
Vertex 4196 0.978581 15.3556 -1.56317
Vertex 4197 0.964016 15.3463 -1.65206
Vertex 4198 0.855115 15.3364 -1.74174
Vertex 4199 0.936908 15.3259 -1.83188
Vertex 4200 0.831449 15.3147 -1.92339
Vertex 4201 0.910488 15.3029 -2.01538
Vertex 4202 0.985567 15.2903 -2.1084
Vertex 4203 1.05559 15.2771 -2.20233
Vertex 4204 1.30231 15.2632 -2.29677
Vertex 4205 2.40834 14.9157 -2.63005
Vertex 4206 1.63862 15.0107 -2.64678
Vertex 4207 2.31334 15.1056 -2.66352
Vertex 4208 1.34945 15.2005 -2.68026
Vertex 4209 1.57579 15.2172 -2.58406
Vertex 4210 4.36654 15.5858 -0.495337
Vertex 4211 4.28069 15.5809 -0.522702
Vertex 4212 4.19073 15.5761 -0.550234
Vertex 4213 4.09877 15.5709 -0.579628
Vertex 4214 4.007 15.5652 -0.612214
Vertex 4215 3.91671 15.5587 -0.648636
Vertex 4216 4.63272 15.8367 -0.204081
Vertex 4217 4.54006 15.8303 -0.211885
Vertex 4218 2.18592 15.3644 -1.47466
Vertex 4219 2.15277 15.3557 -1.5624
Vertex 4220 2.21697 15.3465 -1.6505
Vertex 4221 2.27984 15.3367 -1.73927
Vertex 4222 2.34199 15.3263 -1.82891
Vertex 4223 2.40386 15.3152 -1.91953
Vertex 4224 2.28452 15.3033 -2.01224
Vertex 4225 2.25928 15.2907 -2.10561
Vertex 4226 2.41504 15.2775 -2.19906
Vertex 4227 0.170829 15.2349 -2.47721
Vertex 4228 1.60856 15.2332 -2.48785
Vertex 4229 1.54727 15.2485 -2.39195
Vertex 4230 3.73111 15.959 -0.469109
Vertex 4231 4.75277 14.6722 -0.922023
Vertex 4232 2.37191 15.2488 -2.3904
Vertex 4233 2.16704 15.2333 -2.48727
Vertex 4234 3.71961 14.6993 -1.36232
Vertex 4235 3.77717 14.708 -1.31281
Vertex 4236 0.174601 15.2851 -2.14552
Vertex 4237 1.09296 15.3644 -1.47466
Vertex 4238 1.07643 15.3556 -1.5631
Vertex 4239 1.25318 15.3464 -1.6517
Vertex 4240 1.23512 15.3365 -1.74109
Vertex 4241 1.12435 15.3259 -1.83151
Vertex 4242 0.197116 14.6759 -0.51579
Vertex 4243 0.197066 14.6791 -0.415811
Vertex 4244 2.7029 13.8021 -2.43368
Vertex 4245 3.83716 14.7163 -1.26588
Vertex 4246 1.66686 15.2632 -2.29623
Vertex 4247 1.29217 15.3804 -1.37659
Vertex 4248 1.39104 15.3644 -1.47466
Vertex 4249 1.56569 15.3557 -1.56279
Vertex 4250 1.63873 15.3464 -1.65124
Vertex 4251 1.71012 15.3366 -1.74032
Vertex 4252 1.68665 15.3261 -1.83045
Vertex 4253 1.6647 15.3149 -1.92163
Vertex 4254 1.64379 15.3031 -2.01388
Vertex 4255 1.71396 15.2905 -2.10698
Vertex 4256 1.69152 15.2772 -2.20121
Vertex 4257 3.82817 15.5516 -0.688891
Vertex 4258 3.74151 15.5439 -0.732887
Vertex 4259 3.65675 15.5355 -0.78062
Vertex 4260 3.57442 15.5265 -0.8317
Vertex 4261 2.91359 14.943 -2.35527
Vertex 4262 2.92918 14.9591 -2.26444
Vertex 4263 3.16234 15.5013 -0.974575
Vertex 4264 3.2306 15.5121 -0.913078
Vertex 4265 3.30212 15.5227 -0.853256
Vertex 4266 3.37649 15.5328 -0.795744
Vertex 4267 3.45348 15.5425 -0.740886
Vertex 4268 3.53282 15.5516 -0.688963
Vertex 4269 3.61412 15.5602 -0.640195
Vertex 4270 3.69718 15.5682 -0.594704
Vertex 4271 3.78212 15.5757 -0.552472
Vertex 4272 3.86875 15.5825 -0.513632
Vertex 4273 1.9872 15.3644 -1.47466
Vertex 4274 2.05493 15.3557 -1.56246
Vertex 4275 2.02426 15.3465 -1.65077
Vertex 4276 1.99509 15.3366 -1.73985
Vertex 4277 2.15507 15.3262 -1.82949
Vertex 4278 2.12741 15.315 -1.92061
Vertex 4279 2.10186 15.3032 -2.01285
Vertex 4280 2.16869 15.2907 -2.10593
Vertex 4281 2.23561 15.2774 -2.19998
Vertex 4282 2.30306 15.2634 -2.29484
Vertex 4283 2.28122 15.2487 -2.39075
Vertex 4284 2.3519 15.2333 -2.48685
Vertex 4285 2.42627 15.2173 -2.58337
Vertex 4286 2.40973 15.2005 -2.68026
Vertex 4287 1.1092 15.3148 -1.92275
Vertex 4288 1.00215 15.3029 -2.01518
Vertex 4289 1.16767 15.2904 -2.10805
Vertex 4290 1.32369 13.7814 -0.209174
Vertex 4291 0.385197 15.4319 -1.00926
Vertex 4292 3.36252 13.5281 -0.357386
Vertex 4293 2.09242 15.9807 -0.807706
Vertex 4294 2.39281 15.2635 -2.29439
Vertex 4295 2.46175 15.2489 -2.3899
Vertex 4296 2.44344 15.2334 -2.48651
Vertex 4297 2.33246 15.2172 -2.58354
Vertex 4298 2.12051 14.6323 -2.58006
Vertex 4299 4.8279 14.5131 -0.59765
Vertex 4300 3.2022 15.0771 -1.59498
Vertex 4301 3.15426 15.0635 -1.6722
Vertex 4302 3.10992 15.0494 -1.75195
Vertex 4303 3.06955 15.035 -1.83354
Vertex 4304 3.03302 15.0203 -1.9173
Vertex 4305 3.89931 14.724 -1.22176
Vertex 4306 0.197077 14.5561 -1.94111
Vertex 4307 0.131548 14.5461 -2.015
Vertex 4308 0.196781 14.5286 -2.13776
Vertex 4309 4.31135 15.2012 -0.890937
Vertex 4310 4.52385 16.4403 -0.321347
Vertex 4311 4.42263 16.3377 -0.317674
Vertex 4312 4.31967 16.3367 -0.336483
Vertex 4313 0.482064 15.346 -1.65497
Vertex 4314 0.570104 15.3362 -1.74375
Vertex 4315 0.562023 15.3256 -1.83475
Vertex 4316 0.553693 15.3143 -1.9266
Vertex 4317 0.635501 15.3026 -2.01717
Vertex 4318 0.621442 15.29 -2.11047
Vertex 4319 0.783048 15.277 -2.20293
Vertex 4320 0.846609 15.2631 -2.29747
Vertex 4321 4.62027 17.8435 -0.103945
Vertex 4322 0.811717 15.2484 -2.39281
Vertex 4323 4.72909 14.0062 -3.3934e-014
Vertex 4324 4.59701 15.6181 -0.312096
Vertex 4325 4.49418 15.6219 -0.290188
Vertex 4326 0.13307 14.6808 -0.35003
Vertex 4327 0.195135 14.6831 -0.237317
Vertex 4328 1.73113 15.2486 -2.39173
Vertex 4329 1.84909 15.2633 -2.29594
Vertex 4330 3.66477 14.6901 -1.4141
Vertex 4331 3.61241 14.6806 -1.46834
Vertex 4332 3.56243 14.6705 -1.52516
Vertex 4333 3.51502 14.6601 -1.58444
Vertex 4334 2.40938 13.4102 -2.36459
Vertex 4335 2.60776 13.7086 -2.41719
Vertex 4336 2.16533 13.954 -2.46046
Vertex 4337 0.131425 14.5716 -1.82125
Vertex 4338 4.8279 17.4558 -0.0982214
Vertex 4339 0.685028 15.3556 -1.56351
Vertex 4340 0.674849 15.3463 -1.65275
Vertex 4341 0.760113 15.3364 -1.74203
Vertex 4342 0.843189 15.3259 -1.8321
Vertex 4343 0.924034 15.3147 -1.92314
Vertex 4344 0.818823 15.3028 -2.01565
Vertex 4345 4.26491 15.8181 -0.256952
Vertex 4346 4.35622 15.8216 -0.23841
Vertex 4347 3.95657 15.5888 -0.478035
Vertex 4348 4.04393 15.5947 -0.444905
Vertex 4349 0.196163 14.5147 -2.22987
Vertex 4350 0.194664 14.502 -2.31128
Vertex 4351 3.7333 15.7872 -0.437761
Vertex 4352 3.81891 15.8862 -0.415964
Vertex 4353 3.90045 15.9444 -0.392337
Vertex 4354 4.8279 14.3748 -0.280037
Vertex 4355 1.32814 15.2771 -2.20185
Vertex 4356 2.31414 14.1771 -2.4998
Vertex 4357 2.60743 13.8956 -2.45018
Vertex 4358 2.41775 13.6148 -2.40066
Vertex 4359 2.4175 13.7082 -2.41713
Vertex 4360 2.7029 13.8956 -2.45018
Vertex 4361 1.95002 14.497 -2.55622
Vertex 4362 3.00078 15.0053 -2.00215
Vertex 4363 2.97264 14.9901 -2.08863
Vertex 4364 4.64409 15.2295 -0.730415
Vertex 4365 1.48459 15.2632 -2.2965
Vertex 4366 1.50983 15.2772 -2.20154
Vertex 4367 1.44082 15.2904 -2.10752
Vertex 4368 3.64888 15.78 -0.479057
Vertex 4369 0.131413 14.5835 -1.72345
Vertex 4370 4.44795 15.8255 -0.223357
Vertex 4371 0.894516 15.2903 -2.10859
Vertex 4372 0.873892 15.277 -2.20267
Vertex 4373 1.59025 15.3804 -1.37655
Vertex 4374 1.58976 15.3644 -1.47466
Vertex 4375 1.66354 15.3557 -1.56272
Vertex 4376 1.73512 15.3464 -1.65112
Vertex 4377 1.80511 15.3366 -1.74017
Vertex 4378 1.87407 15.3261 -1.83009
Vertex 4379 1.94241 15.315 -1.92105
Vertex 4380 1.8271 15.3031 -2.01349
Vertex 4381 1.896 15.2906 -2.10661
Vertex 4382 1.15669 14.9158 -2.63005
Vertex 4383 0.191911 14.4927 -2.36901
Vertex 4384 1.36881 15.303 -2.01444
Vertex 4385 1.38696 15.3148 -1.92219
Vertex 4386 2.14384 15.2172 -2.58376
Vertex 4387 2.07417 15.2332 -2.48741
Vertex 4388 4.1283 15.6003 -0.412675
Vertex 4389 1.5485 13.9431 -2.45854
Vertex 4390 4.36613 13.6033 -0.148592
Vertex 4391 0.78288 15.3556 -1.56333
Vertex 4392 0.867628 15.3463 -1.65219
Vertex 4393 0.950116 15.3364 -1.74156
Vertex 4394 1.03063 15.3259 -1.83169
Vertex 4395 1.20179 15.3148 -1.92256
Vertex 4396 1.18548 15.3029 -2.01481
Vertex 4397 1.45532 15.2485 -2.39206
Vertex 4398 1.51538 15.2332 -2.48793
Vertex 4399 4.09644 14.7442 -1.1076
Vertex 4400 4.8279 17.3572 3.3934e-014
Vertex 4401 1.25872 15.2904 -2.10787
Vertex 4402 3.49484 15.5169 -0.885811
Vertex 4403 3.41853 15.5069 -0.942412
Vertex 4404 3.47066 14.5478 -1.62764
Vertex 4405 3.4292 14.5366 -1.69078
Vertex 4406 3.39088 14.5252 -1.75554
Vertex 4407 3.35548 14.615 -1.84021
Vertex 4408 3.32351 14.603 -1.90802
Vertex 4409 3.29498 14.4894 -1.95872
Vertex 4410 3.2694 14.4769 -2.02934
Vertex 4411 3.24696 14.5657 -2.11975
Vertex 4412 3.22825 14.5529 -2.19209
Vertex 4413 3.21303 14.5401 -2.26479
Vertex 4414 3.20135 14.4258 -2.31917
Vertex 4415 3.19301 14.413 -2.39197
Vertex 4416 3.18805 14.4002 -2.46452
Vertex 4417 3.098 15.4903 -1.03674
Vertex 4418 4.20839 15.6061 -0.380169
Vertex 4419 3.96337 14.7313 -1.18061
Vertex 4420 3.51529 14.5586 -1.56619
Vertex 4421 1.39346 15.2632 -2.29664
Vertex 4422 1.14644 15.2771 -2.20217
Vertex 4423 1.27144 15.2485 -2.39227
Vertex 4424 1.12003 15.2631 -2.29704
Vertex 4425 3.56264 14.569 -1.507
Vertex 4426 4.02914 14.738 -1.14253
Vertex 4427 4.42321 16.238 -0.299986
Vertex 4428 4.8279 17.5532 -0.384363
Vertex 4429 0.192286 14.6839 -0.178574
Vertex 4430 1.2358 15.2331 -2.48815
Vertex 4431 1.35639 14.9227 -2.63128
Vertex 4432 1.34945 15.1056 -2.66352
Vertex 4433 1.63862 15.2005 -2.68026
Vertex 4434 1.38632 15.2171 -2.58414
Vertex 4435 4.65339 15.2127 -0.826
Vertex 4436 0.937749 15.2631 -2.29732
Vertex 4437 4.28296 15.612 -0.346379
Vertex 4438 0.131407 14.5948 -1.6254
Vertex 4439 0.131405 14.6054 -1.5272
Vertex 4440 0.131405 14.6153 -1.4289
Vertex 4441 0.197106 14.6244 -1.33233
Vertex 4442 4.23503 14.5517 -1.01154
Vertex 4443 4.16528 14.7498 -1.0758
Vertex 4444 0.723288 14.9305 -2.63265
Vertex 4445 3.99268 14.3065 -3.3934e-014
Vertex 4446 4.3201 14.111 -3.3934e-014
Vertex 4447 4.13302 14.5021 -3.3934e-014
Vertex 4448 4.33481 14.5977 0
Vertex 4449 4.53125 14.2036 -3.3934e-014
Vertex 4450 4.62968 14.0063 -3.3934e-014
Vertex 4451 4.63019 14.1048 -3.3934e-014
Vertex 4452 4.43353 14.5976 -3.3934e-014
Vertex 4453 4.63061 14.3019 -3.3934e-014
Vertex 4454 4.8279 14.1047 0
Vertex 4455 2.40973 15.0107 -2.64678
Vertex 4456 2.21695 15.1056 -2.66352
Vertex 4457 2.31334 15.2005 -2.68026
Vertex 4458 3.34638 15.4967 -1.00041
Vertex 4459 2.81237 16.0899 -0.788448
Vertex 4460 2.50022 14.9123 -2.62944
Vertex 4461 1.92779 14.8208 -2.61331
Vertex 4462 1.87127 13.0683 -2.3043
Vertex 4463 4.72934 17.1601 0
Vertex 4464 4.8279 17.2586 3.3934e-014
Vertex 4465 4.8279 17.3572 -0.0983698
Vertex 4466 4.8279 17.3599 -0.362108
Vertex 4467 4.8279 17.3423 -0.46197
Vertex 4468 4.34138 14.1613 -0.396553
Vertex 4469 3.26508 14.2497 -1.53653
Vertex 4470 3.2307 14.2713 -1.41362
Vertex 4471 4.4625 15.225 -0.75612
Vertex 4472 3.61264 14.579 -1.45018
Vertex 4473 1.87316 15.2773 -2.20088
Vertex 4474 3.27361 17.2751 -0.579467
Vertex 4475 3.38903 17.2666 -0.580972
Vertex 4476 3.59463 17.2931 -0.576291
Vertex 4477 3.19025 15.4886 -1.04666
Vertex 4478 3.27989 15.4866 -1.0579
Vertex 4479 3.19305 14.3115 -2.37361
Vertex 4480 3.20146 14.3244 -2.30047
Vertex 4481 3.21333 14.3373 -2.22735
Vertex 4482 3.22868 14.3501 -2.15444
Vertex 4483 2.21993 14.2878 -2.51932
Vertex 4484 0.250289 15.2738 -2.22504
Vertex 4485 0.155983 15.2585 -2.32751
Vertex 4486 0.207756 15.2475 -2.39846
Vertex 4487 1.17949 15.2485 -2.39237
Vertex 4488 3.2475 14.3629 -2.08205
Vertex 4489 4.24637 14.157 -0.420854
Vertex 4490 4.43743 14.0713 -0.360104
Vertex 4491 4.34138 14.0677 -0.380058
Vertex 4492 3.66507 14.5886 -1.3959
Vertex 4493 4.15259 14.152 -0.449451
Vertex 4494 4.06026 14.1462 -0.482283
Vertex 4495 3.96957 14.1397 -0.519279
Vertex 4496 3.88071 14.1324 -0.56036
Vertex 4497 3.79386 14.1245 -0.605439
Vertex 4498 3.70923 14.1158 -0.654419
Vertex 4499 3.62699 14.1065 -0.707197
Vertex 4500 3.5473 14.0966 -0.763659
Vertex 4501 3.47035 14.086 -0.823685
Vertex 4502 3.3963 14.0748 -0.887147
Vertex 4503 3.3253 14.063 -0.953909
Vertex 4504 3.25751 14.0507 -1.02383
Vertex 4505 4.24637 14.0635 -0.404359
Vertex 4506 4.15259 14.0584 -0.432956
Vertex 4507 4.06026 14.0526 -0.465788
Vertex 4508 3.96957 14.0461 -0.502783
Vertex 4509 3.88071 14.0389 -0.543865
Vertex 4510 3.79386 14.0309 -0.588944
Vertex 4511 3.70923 14.0223 -0.637924
Vertex 4512 3.62699 14.013 -0.690702
Vertex 4513 3.5473 14.003 -0.747164
Vertex 4514 3.47035 13.9924 -0.80719
Vertex 4515 3.3963 13.9812 -0.870652
Vertex 4516 3.19306 14.0378 -1.09676
Vertex 4517 3.3253 13.9695 -0.937414
Vertex 4518 3.25751 13.9572 -1.00733
Vertex 4519 1.31178 15.326 -1.83116
Vertex 4520 3.26978 14.3756 -2.01033
Vertex 4521 3.29536 14.388 -1.93984
Vertex 4522 3.32419 14.4002 -1.87067
Vertex 4523 3.35619 14.4121 -1.80298
Vertex 4524 3.3914 14.4238 -1.73671
Vertex 4525 3.42973 14.4352 -1.67203
Vertex 4526 2.21695 15.2005 -2.68026
Vertex 4527 0.875409 14.6625 -2.5854
Vertex 4528 1.28222 14.6117 -2.57644
Vertex 4529 2.49889 15.9807 -0.807706
Vertex 4530 1.3285 13.2601 -0.201346
Vertex 4531 1.3285 13.366 -0.202917
Vertex 4532 1.3285 13.4718 -0.20449
Vertex 4533 1.3285 13.5776 -0.206066
Vertex 4534 1.3285 13.6834 -0.207645
Vertex 4535 2.32963 13.8933 -2.44977
Vertex 4536 0.130965 15.2369 -2.465
Vertex 4537 1.25306 15.0106 -2.64678
Vertex 4538 2.04928 15.2172 -2.58383
Vertex 4539 4.52778 14.5661 -0.92967
Vertex 4540 2.25843 16.3147 -0.748812
Vertex 4541 1.70175 15.2332 -2.48778
Vertex 4542 1.67052 15.2172 -2.58402
Vertex 4543 0.956214 15.2331 -2.48836
Vertex 4544 0.963916 15.0106 -2.64677
Vertex 4545 0.817877 15.2171 -2.58436
Vertex 4546 0.867504 15.2005 -2.68026
Vertex 4547 0.963893 15.1055 -2.66352
Vertex 4548 3.72005 14.5978 -1.34402
Vertex 4549 2.24629 13.8123 -2.43548
Vertex 4550 4.45352 14.5634 -0.945027
Vertex 4551 0.903652 15.2484 -2.39269
Vertex 4552 1.63287 13.5861 -2.39559
Vertex 4553 4.53432 13.9805 -0.328044
Vertex 4554 4.43743 13.9777 -0.343608
Vertex 4555 4.34138 13.9742 -0.363562
Vertex 4556 4.24637 13.9699 -0.387864
Vertex 4557 4.15259 13.9649 -0.416461
Vertex 4558 1.51626 14.7655 -2.60356
Vertex 4559 2.59885 14.5962 -2.5737
Vertex 4560 2.88398 14.4896 -2.55491
Vertex 4561 2.89382 14.6991 -2.59185
Vertex 4562 2.88675 14.5933 -2.57319
Vertex 4563 2.59683 14.6936 -2.59089
Vertex 4564 0.290563 15.0041 -2.64562
Vertex 4565 3.13211 14.0245 -1.17254
Vertex 4566 3.07478 14.0106 -1.25101
Vertex 4567 3.02119 13.9964 -1.33201
Vertex 4568 2.97145 13.9817 -1.41536
Vertex 4569 2.92568 13.9666 -1.50088
Vertex 4570 2.88396 13.9511 -1.58839
Vertex 4571 2.8464 13.9354 -1.67771
Vertex 4572 4.37969 14.5601 -0.963852
Vertex 4573 4.30671 14.5562 -0.986069
Vertex 4574 4.23543 14.6532 -1.0293
Vertex 4575 4.30762 14.7593 -1.02158
Vertex 4576 4.38081 14.7633 -0.999354
Vertex 4577 4.45487 14.7666 -0.980531
Vertex 4578 0.216288 14.7787 -2.60589
Vertex 4579 0.211936 14.8853 -2.62469
Vertex 4580 2.94865 14.9745 -2.17658
Vertex 4581 1.372 14.2761 -2.51726
Vertex 4582 1.29191 14.3737 -2.53448
Vertex 4583 1.44584 15.1056 -2.66352
Vertex 4584 1.44584 15.2005 -2.68026
Vertex 4585 4.34912 15.6184 -0.310228
Vertex 4586 4.06026 13.9591 -0.449292
Vertex 4587 3.96957 13.9526 -0.486288
Vertex 4588 3.88071 13.9453 -0.527369
Vertex 4589 3.79386 13.9374 -0.572448
Vertex 4590 3.70923 13.9287 -0.621429
Vertex 4591 3.62699 13.9194 -0.674206
Vertex 4592 3.5473 13.9095 -0.730668
Vertex 4593 3.19306 13.9443 -1.08026
Vertex 4594 3.47035 13.8989 -0.790695
Vertex 4595 3.3963 13.8877 -0.854156
Vertex 4596 3.3253 13.8759 -0.920918
Vertex 4597 3.25751 13.8636 -0.990838
Vertex 4598 3.13211 13.9309 -1.15604
Vertex 4599 3.19306 13.8507 -1.06377
Vertex 4600 1.70691 14.2953 -2.52064
Vertex 4601 3.47122 14.4463 -1.60893
Vertex 4602 2.81306 13.9194 -1.76864
Vertex 4603 2.78402 13.9031 -1.86098
Vertex 4604 2.75934 13.8866 -1.95455
Vertex 4605 2.73908 13.8699 -2.04915
Vertex 4606 2.72328 13.8531 -2.14456
Vertex 4607 2.71197 13.8362 -2.24059
Vertex 4608 2.70517 13.8191 -2.33703
Vertex 4609 2.7029 13.7086 -2.41719
Vertex 4610 1.74979 13.0968 -2.30931
Vertex 4611 2.32265 13.7079 -2.41706
Vertex 4612 2.86918 16.2499 -0.760246
Vertex 4613 1.65646 12.8622 -2.26794
Vertex 4614 4.67743 14.5697 -0.909228
Vertex 4615 4.60248 14.5682 -0.917738
Vertex 4616 1.82304 15.2486 -2.39161
Vertex 4617 3.77754 14.6065 -1.2946
Vertex 4618 3.83752 14.6147 -1.24771
Vertex 4619 2.81856 16.3896 -0.735603
Vertex 4620 2.13123 12.8663 -2.26868
Vertex 4621 2.02417 15.2005 -2.68026
Vertex 4622 1.88928 13.2903 -2.34344
Vertex 4623 2.21537 13.5631 -2.39154
Vertex 4624 2.30905 13.4033 -2.36337
Vertex 4625 2.32177 13.6255 -2.40253
Vertex 4626 1.94016 15.2633 -2.29579
Vertex 4627 1.81466 14.5864 -2.57198
Vertex 4628 2.36053 14.5164 -2.55963
Vertex 4629 2.28342 14.5456 -2.56479
Vertex 4630 4.7265 15.9437 -0.21741
Vertex 4631 1.87783 12.7872 -2.25473
Vertex 4632 4.62527 16.1424 -0.25857
Vertex 4633 3.47943 17.3029 -0.574577
Vertex 4634 1.1021 15.2171 -2.58425
Vertex 4635 1.15667 15.2005 -2.68026
Vertex 4636 1.15667 15.1056 -2.66352
Vertex 4637 1.06029 15.0106 -2.64678
Vertex 4638 0.96397 14.9158 -2.63005
Vertex 4639 3.77611 17.284 -0.577914
Vertex 4640 1.79491 15.2332 -2.4877
Vertex 4641 4.63183 13.8889 -0.300408
Vertex 4642 4.53432 13.8869 -0.311549
Vertex 4643 4.43743 13.8842 -0.327113
Vertex 4644 4.34138 13.8806 -0.347067
Vertex 4645 2.61039 16.305 -0.750532
Vertex 4646 3.56053 17.0433 -0.620341
Vertex 4647 4.52864 14.6677 -0.94742
Vertex 4648 2.50878 14.1779 -2.49994
Vertex 4649 2.41123 14.2734 -2.51679
Vertex 4650 4.24637 13.8764 -0.371368
Vertex 4651 4.15259 13.8713 -0.399966
Vertex 4652 4.06026 13.8655 -0.432797
Vertex 4653 3.96957 13.859 -0.469793
Vertex 4654 3.88071 13.8518 -0.510874
Vertex 4655 3.79386 13.8438 -0.555953
Vertex 4656 3.70923 13.8352 -0.604934
Vertex 4657 3.62699 13.8259 -0.657711
Vertex 4658 3.5473 13.8159 -0.714173
Vertex 4659 3.47035 13.8053 -0.774199
Vertex 4660 3.3963 13.7942 -0.837661
Vertex 4661 3.3253 13.7824 -0.904423
Vertex 4662 3.25751 13.7701 -0.974343
Vertex 4663 0.576925 14.9417 -2.63462
Vertex 4664 1.1426 15.2331 -2.48822
Vertex 4665 3.8995 14.6225 -1.20372
Vertex 4666 3.96342 14.6297 -1.16267
Vertex 4667 4.40279 15.6252 -0.271707
Vertex 4668 2.21695 14.8208 -2.61331
Vertex 4669 2.02397 14.6427 -2.5819
Vertex 4670 2.02417 14.9157 -2.63005
Vertex 4671 2.02417 14.8208 -2.61331
Vertex 4672 2.30051 14.6287 -2.57943
Vertex 4673 1.76431 13.4567 -2.37278
Vertex 4674 1.88595 13.715 -2.41832
Vertex 4675 1.83106 13.9987 -2.46834
Vertex 4676 1.61443 13.7052 -2.41659
Vertex 4677 1.71786 13.8379 -2.44
Vertex 4678 0.400817 14.9184 -2.63052
Vertex 4679 3.51572 14.4571 -1.54771
Vertex 4680 3.56298 14.4675 -1.48869
Vertex 4681 2.21198 12.9684 -2.28669
Vertex 4682 2.05601 13.2249 -2.33191
Vertex 4683 2.11014 13.1318 -2.31549
Vertex 4684 2.47349 16.2549 -0.75936
Vertex 4685 2.38152 16.1785 -0.772841
Vertex 4686 2.08058 13.8741 -2.44638
Vertex 4687 2.23447 13.9766 -2.46446
Vertex 4688 1.33012 15.3365 -1.74094
Vertex 4689 1.34957 15.3464 -1.65159
Vertex 4690 2.60782 13.615 -2.40069
Vertex 4691 3.07478 13.9171 -1.23452
Vertex 4692 3.13211 13.8374 -1.13955
Vertex 4693 3.02119 13.9028 -1.31551
Vertex 4694 2.97145 13.8881 -1.39886
Vertex 4695 3.07478 13.8235 -1.21802
Vertex 4696 3.02119 13.8093 -1.29902
Vertex 4697 2.92568 13.873 -1.48438
Vertex 4698 2.88396 13.8576 -1.5719
Vertex 4699 2.8464 13.8419 -1.66121
Vertex 4700 2.81306 13.8258 -1.75214
Vertex 4701 2.78402 13.8095 -1.84449
Vertex 4702 2.75934 13.793 -1.93806
Vertex 4703 2.97145 13.7946 -1.38237
Vertex 4704 2.92568 13.7795 -1.46789
Vertex 4705 2.88396 13.764 -1.5554
Vertex 4706 2.8464 13.7483 -1.64472
Vertex 4707 2.81306 13.7323 -1.73565
Vertex 4708 2.73908 13.7764 -2.03265
Vertex 4709 2.72328 13.7595 -2.12807
Vertex 4710 2.71197 13.7426 -2.2241
Vertex 4711 2.70517 13.7256 -2.32054
Vertex 4712 2.78402 13.716 -1.82799
Vertex 4713 2.7029 13.615 -2.40069
Vertex 4714 2.75934 13.6995 -1.92156
Vertex 4715 2.73908 13.6828 -2.01616
Vertex 4716 2.72328 13.666 -2.11157
Vertex 4717 2.71197 13.649 -2.2076
Vertex 4718 2.70517 13.632 -2.30404
Vertex 4719 2.7029 13.4279 -2.3677
Vertex 4720 1.67959 14.5818 -2.57116
Vertex 4721 1.57024 14.2288 -2.50892
Vertex 4722 1.63433 14.0971 -2.48571
Vertex 4723 2.05539 14.3552 -2.53121
Vertex 4724 2.12175 14.561 -2.5675
Vertex 4725 2.12056 15.0107 -2.64678
Vertex 4726 2.40973 15.1056 -2.66352
Vertex 4727 2.31334 14.9157 -2.63005
Vertex 4728 2.31334 15.0107 -2.64678
Vertex 4729 2.50537 15.0079 -2.64631
Vertex 4730 2.03554 14.4554 -2.54888
Vertex 4731 0.651222 15.0116 -2.64694
Vertex 4732 1.93463 14.5762 -2.57017
Vertex 4733 2.98377 14.5912 -2.57282
Vertex 4734 2.51282 13.5214 -2.38419
Vertex 4735 2.51273 13.615 -2.40068
Vertex 4736 2.23254 13.6435 -2.40571
Vertex 4737 4.72976 13.7965 -0.277218
Vertex 4738 4.63183 13.7953 -0.283912
Vertex 4739 4.53432 13.7934 -0.295054
Vertex 4740 4.43743 13.7906 -0.310618
Vertex 4741 4.34138 13.7871 -0.330572
Vertex 4742 4.24637 13.7828 -0.354873
Vertex 4743 4.15259 13.7778 -0.38347
Vertex 4744 4.09631 14.6426 -1.08976
Vertex 4745 4.16511 14.6482 -1.05796
Vertex 4746 4.23569 14.7548 -1.04711
Vertex 4747 4.30725 14.6578 -1.0038
Vertex 4748 4.38035 14.6617 -0.981575
Vertex 4749 4.45427 14.665 -0.962761
Vertex 4750 4.52935 14.7693 -0.965199
Vertex 4751 2.80814 16.9681 -0.6336
Vertex 4752 4.67803 14.6713 -0.927081
Vertex 4753 4.60327 14.6698 -0.935537
Vertex 4754 3.61294 14.4775 -1.43195
Vertex 4755 3.66537 14.4871 -1.3777
Vertex 4756 3.72031 14.4962 -1.32588
Vertex 4757 4.02877 14.5349 -1.10692
Vertex 4758 3.96322 14.5282 -1.14488
Vertex 4759 2.89548 14.2773 -2.51748
Vertex 4760 2.79762 14.3738 -2.53448
Vertex 4761 4.06026 13.772 -0.416302
Vertex 4762 3.96957 13.7655 -0.453298
Vertex 4763 3.88071 13.7582 -0.494379
Vertex 4764 3.79386 13.7503 -0.539458
Vertex 4765 3.70923 13.7416 -0.588438
Vertex 4766 3.62699 13.7323 -0.641216
Vertex 4767 3.5473 13.7224 -0.697678
Vertex 4768 2.49067 14.6908 -2.59038
Vertex 4769 2.44292 14.4734 -2.55205
Vertex 4770 2.59944 14.4831 -2.55375
Vertex 4771 2.6053 14.37 -2.53382
Vertex 4772 3.19306 13.7572 -1.04727
Vertex 4773 1.19684 15.2171 -2.58421
Vertex 4774 2.02417 15.1056 -2.66352
Vertex 4775 1.73501 15.2005 -2.68026
Vertex 4776 1.87316 14.3667 -2.53324
Vertex 4777 3.13211 13.7438 -1.12305
Vertex 4778 3.07478 13.73 -1.20153
Vertex 4779 3.02119 13.7157 -1.28252
Vertex 4780 2.97145 13.701 -1.36587
Vertex 4781 2.92568 13.6859 -1.45139
Vertex 4782 2.88396 13.6705 -1.53891
Vertex 4783 2.60786 13.5215 -2.3842
Vertex 4784 1.44551 14.9261 -2.63187
Vertex 4785 1.25307 14.9157 -2.63005
Vertex 4786 2.23079 16.2419 -0.761654
Vertex 4787 2.10628 16.1749 -0.77347
Vertex 4788 2.93193 16.1998 -0.769086
Vertex 4789 2.76533 16.3004 -0.751333
Vertex 4790 2.56774 16.1886 -0.771051
Vertex 4791 2.50303 16.4017 -0.73347
Vertex 4792 2.20584 14.1766 -2.49972
Vertex 4793 2.12414 14.0633 -2.47973
Vertex 4794 2.31394 14.2732 -2.51675
Vertex 4795 2.12059 14.191 -2.50227
Vertex 4796 1.48486 13.8107 -2.4352
Vertex 4797 1.95464 15.2172 -2.58389
Vertex 4798 1.92779 15.2005 -2.68026
Vertex 4799 2.11479 13.6064 -2.39917
Vertex 4800 3.47035 13.7118 -0.757704
Vertex 4801 3.3963 13.7006 -0.821166
Vertex 4802 3.3253 13.6888 -0.887928
Vertex 4803 3.25751 13.6765 -0.957847
Vertex 4804 3.19306 13.6636 -1.03078
Vertex 4805 1.51612 13.1445 -2.31773
Vertex 4806 0.386323 15.0071 -2.64616
Vertex 4807 1.78939 14.4936 -2.55562
Vertex 4808 1.62557 14.4274 -2.54394
Vertex 4809 2.1996 13.2613 -2.33832
Vertex 4810 0.911539 14.5191 -2.5601
Vertex 4811 3.67207 17.4501 -0.548608
Vertex 4812 3.76633 17.4847 -0.542516
Vertex 4813 3.99797 17.5523 -0.530597
Vertex 4814 3.90928 17.5321 -0.534152
Vertex 4815 2.31658 12.9662 -2.28629
Vertex 4816 3.19805 16.6628 -0.687444
Vertex 4817 3.42451 17.3097 -0.573365
Vertex 4818 3.41937 17.0257 -0.623458
Vertex 4819 3.48351 17.1014 -0.610103
Vertex 4820 3.04598 17.0153 -0.62529
Vertex 4821 3.14216 16.9566 -0.635628
Vertex 4822 3.34203 17.0697 -0.615695
Vertex 4823 3.18375 17.0381 -0.62127
Vertex 4824 2.8464 13.6547 -1.62822
Vertex 4825 1.10329 14.3879 -2.53697
Vertex 4826 2.41697 13.8015 -2.43358
Vertex 4827 2.32182 13.8007 -2.43344
Vertex 4828 4.16471 14.5466 -1.04023
Vertex 4829 4.09605 14.541 -1.07198
Vertex 4830 4.02913 14.6364 -1.12463
Vertex 4831 2.22108 12.7801 -2.25348
Vertex 4832 4.72926 14.2033 -3.3934e-014
Vertex 4833 2.34229 14.4512 -2.54813
Vertex 4834 1.52966 13.3622 -2.35611
Vertex 4835 1.53133 13.4742 -2.37587
Vertex 4836 2.70517 13.9127 -2.35353
Vertex 4837 2.71197 13.9297 -2.25709
Vertex 4838 2.72328 13.9466 -2.16106
Vertex 4839 2.73908 13.9635 -2.06564
Vertex 4840 2.75934 13.9801 -1.97105
Vertex 4841 2.78402 13.9966 -1.87748
Vertex 4842 2.81306 14.0129 -1.78513
Vertex 4843 2.8464 14.0289 -1.6942
Vertex 4844 2.88396 14.0447 -1.60489
Vertex 4845 2.92568 14.0601 -1.51737
Vertex 4846 2.97145 14.0752 -1.43185
Vertex 4847 3.02119 14.0899 -1.34851
Vertex 4848 3.07478 14.1042 -1.26751
Vertex 4849 3.13211 14.118 -1.18904
Vertex 4850 3.19306 14.1314 -1.11325
Vertex 4851 3.25751 14.1442 -1.04032
Vertex 4852 3.3253 14.1566 -0.970404
Vertex 4853 3.3963 14.1684 -0.903642
Vertex 4854 3.47035 14.1795 -0.840181
Vertex 4855 3.5473 14.1901 -0.780155
Vertex 4856 3.62699 14.2001 -0.723692
Vertex 4857 3.70923 14.2094 -0.670915
Vertex 4858 3.79386 14.218 -0.621934
Vertex 4859 3.88071 14.226 -0.576855
Vertex 4860 3.96957 14.2332 -0.535774
Vertex 4861 4.06026 14.2397 -0.498778
Vertex 4862 4.15259 14.2455 -0.465947
Vertex 4863 4.24637 14.2506 -0.43735
Vertex 4864 2.12809 12.9663 -2.28631
Vertex 4865 2.0495 12.9577 -2.2848
Vertex 4866 1.86701 12.9633 -2.28579
Vertex 4867 1.96853 13.0617 -2.30314
Vertex 4868 2.73814 16.9119 -0.643522
Vertex 4869 3.89928 14.5209 -1.18597
Vertex 4870 2.60566 14.274 -2.51689
Vertex 4871 2.79915 14.2754 -2.51714
Vertex 4872 2.41419 13.9875 -2.46638
Vertex 4873 2.22115 13.0725 -2.30504
Vertex 4874 0.196758 14.9983 -2.6446
Vertex 4875 0.863022 15.2331 -2.48844
Vertex 4876 1.00735 15.2171 -2.58428
Vertex 4877 2.51257 13.7085 -2.41717
Vertex 4878 2.99152 14.2807 -2.51807
Vertex 4879 2.9832 14.387 -2.53681
Vertex 4880 2.31566 13.5387 -2.38724
Vertex 4881 2.19531 13.4108 -2.36468
Vertex 4882 0.851972 15.0128 -2.64717
Vertex 4883 0.742555 15.0131 -2.64721
Vertex 4884 2.31108 14.7259 -2.59658
Vertex 4885 2.31727 13.9856 -2.46603
Vertex 4886 4.34138 14.2549 -0.413048
Vertex 4887 4.43743 14.1648 -0.376599
Vertex 4888 4.53432 14.1676 -0.361035
Vertex 4889 4.63183 14.1695 -0.349894
Vertex 4890 4.72976 14.0772 -0.326704
Vertex 4891 3.13211 13.6503 -1.10656
Vertex 4892 3.07478 13.6364 -1.18503
Vertex 4893 3.02119 13.6222 -1.26603
Vertex 4894 2.79207 14.4783 -2.55292
Vertex 4895 2.17812 13.6604 -2.4087
Vertex 4896 3.3894 16.7836 -0.666139
Vertex 4897 0.217731 14.6735 -2.58733
Vertex 4898 1.4476 14.8571 -2.61971
Vertex 4899 1.47057 12.8424 -2.26446
Vertex 4900 2.59039 16.7808 -0.666624
Vertex 4901 2.85504 16.8839 -0.648455
Vertex 4902 2.89697 16.7465 -0.672684
Vertex 4903 1.26246 14.8306 -2.61503
Vertex 4904 1.63862 14.8208 -2.61331
Vertex 4905 1.83139 14.7264 -2.59666
Vertex 4906 4.62525 16.442 -0.311402
Vertex 4907 4.5242 16.2405 -0.286087
Vertex 4908 2.51226 13.8019 -2.43366
Vertex 4909 2.5117 13.8954 -2.45013
Vertex 4910 2.41594 13.8946 -2.44999
Vertex 4911 2.82309 16.1733 -0.773759
Vertex 4912 1.54223 15.1056 -2.66352
Vertex 4913 1.34945 15.0106 -2.64678
Vertex 4914 1.44584 15.0107 -2.64678
Vertex 4915 2.78094 16.557 -0.706093
Vertex 4916 2.72355 16.455 -0.724087
Vertex 4917 2.64566 16.5203 -0.712558
Vertex 4918 3.05726 16.3833 -0.736716
Vertex 4919 1.18745 14.4795 -2.55312
Vertex 4920 2.23533 13.7141 -2.41817
Vertex 4921 2.81306 13.6387 -1.71915
Vertex 4922 2.78402 13.6224 -1.8115
Vertex 4923 2.75934 13.6059 -1.90507
Vertex 4924 2.73908 13.5893 -1.99966
Vertex 4925 2.72328 13.5724 -2.09507
Vertex 4926 2.71197 13.5555 -2.1911
Vertex 4927 2.70517 13.5385 -2.28755
Vertex 4928 2.7029 13.5215 -2.3842
Vertex 4929 1.54418 12.82 -2.26052
Vertex 4930 1.63333 12.7981 -2.25665
Vertex 4931 1.7282 12.9387 -2.28144
Vertex 4932 1.62541 13.1235 -2.31403
Vertex 4933 1.75944 13.3187 -2.34844
Vertex 4934 4.8279 14.0775 -0.324471
Vertex 4935 2.79927 14.5977 -2.57398
Vertex 4936 2.49408 14.7968 -2.60908
Vertex 4937 2.59694 14.7947 -2.6087
Vertex 4938 1.25306 15.2005 -2.68026
Vertex 4939 2.18978 14.4822 -2.55361
Vertex 4940 2.27339 14.4753 -2.55238
Vertex 4941 2.97145 13.6075 -1.34938
Vertex 4942 2.92568 13.5924 -1.4349
Vertex 4943 2.88396 13.577 -1.52241
Vertex 4944 1.92779 15.0107 -2.64678
Vertex 4945 1.8314 15.1056 -2.66352
Vertex 4946 1.91492 15.2486 -2.39149
Vertex 4947 1.88805 15.2332 -2.48761
Vertex 4948 1.76525 15.2172 -2.58398
Vertex 4949 1.8314 15.2005 -2.68026
Vertex 4950 1.13526 14.6587 -2.58473
Vertex 4951 1.38451 14.7701 -2.60436
Vertex 4952 1.55796 14.5353 -2.56297
Vertex 4953 1.48372 14.6705 -2.58681
Vertex 4954 1.92779 14.9157 -2.63005
Vertex 4955 1.5342 14.8377 -2.61628
Vertex 4956 1.8314 15.0107 -2.64678
Vertex 4957 1.63862 14.9157 -2.63005
Vertex 4958 1.54223 15.0107 -2.64678
Vertex 4959 1.92778 14.7262 -2.59662
Vertex 4960 2.12056 14.726 -2.59659
Vertex 4961 2.12056 15.1056 -2.66352
Vertex 4962 2.21695 15.0107 -2.64678
Vertex 4963 2.12056 14.9157 -2.63005
Vertex 4964 2.12056 14.8208 -2.61331
Vertex 4965 2.02417 14.726 -2.5966
Vertex 4966 2.25796 13.893 -2.44972
Vertex 4967 2.27997 16.4617 -0.722891
Vertex 4968 2.50939 13.4174 -2.36584
Vertex 4969 0.963893 15.2005 -2.68026
Vertex 4970 1.68216 13.9685 -2.46302
Vertex 4971 2.36522 16.3595 -0.740922
Vertex 4972 1.63065 13.2344 -2.33359
Vertex 4973 1.50066 13.0283 -2.29724
Vertex 4974 1.48563 12.9276 -2.27948
Vertex 4975 2.51072 13.9887 -2.46659
Vertex 4976 2.50934 14.0822 -2.48307
Vertex 4977 3.62346 17.1271 -0.605571
Vertex 4978 1.89872 13.4367 -2.36926
Vertex 4979 2.48301 14.6056 -2.57536
Vertex 4980 2.39896 14.374 -2.53452
Vertex 4981 0.705256 14.6168 -2.57733
Vertex 4982 3.21862 17.1374 -0.603747
Vertex 4983 3.33156 17.2118 -0.590642
Vertex 4984 3.18259 17.2192 -0.589329
Vertex 4985 2.09833 16.269 -0.756874
Vertex 4986 3.77765 14.5049 -1.2766
Vertex 4987 2.8464 13.5612 -1.61172
Vertex 4988 2.81306 13.5452 -1.70265
Vertex 4989 2.77691 16.7163 -0.678012
Vertex 4990 2.48509 16.1787 -0.772795
Vertex 4991 2.60109 16.4333 -0.72791
Vertex 4992 2.54038 16.2691 -0.756849
Vertex 4993 0.969952 14.7884 -2.6076
Vertex 4994 1.92857 14.6503 -2.58324
Vertex 4995 2.02822 14.5706 -2.56918
Vertex 4996 3.33726 16.695 -0.681759
Vertex 4997 3.23958 16.5157 -0.713381
Vertex 4998 3.14895 16.5699 -0.703817
Vertex 4999 1.52521 13.2575 -2.33765
Vertex 5000 1.63937 13.47 -2.37512
Vertex 5001 1.76106 13.5899 -2.39627
Vertex 5002 1.87093 13.857 -2.44336
Vertex 5003 1.46784 15.3557 -1.56285
Vertex 5004 4.72651 16.3432 -0.28785
Vertex 5005 1.97065 12.7841 -2.25418
Vertex 5006 2.05916 12.7801 -2.25348
Vertex 5007 2.14518 12.78 -2.25346
Vertex 5008 3.71292 17.3628 -0.564006
Vertex 5009 1.70911 12.8286 -2.26202
Vertex 5010 1.44751 13.9198 -2.45444
Vertex 5011 1.39922 14.0251 -2.473
Vertex 5012 2.32974 14.3797 -2.53553
Vertex 5013 2.88225 16.1541 -0.777131
Vertex 5014 2.72248 16.7841 -0.666055
Vertex 5015 1.04954 14.7073 -2.5933
Vertex 5016 1.07681 14.8305 -2.61501
Vertex 5017 1.16294 14.8316 -2.6152
Vertex 5018 2.41204 14.0812 -2.4829
Vertex 5019 0.807825 14.5711 -2.56927
Vertex 5020 0.701447 14.8447 -2.61753
Vertex 5021 0.836596 14.9221 -2.63117
Vertex 5022 2.21695 14.7259 -2.59658
Vertex 5023 2.47077 14.3739 -2.53451
Vertex 5024 2.21127 13.1613 -2.3207
Vertex 5025 0.600421 14.6612 -2.58516
Vertex 5026 0.660259 14.7551 -2.60172
Vertex 5027 0.48317 14.7124 -2.59419
Vertex 5028 0.317264 14.7916 -2.60816
Vertex 5029 1.44456 14.1704 -2.49862
Vertex 5030 1.27151 14.2203 -2.50742
Vertex 5031 1.19359 14.3072 -2.52275
Vertex 5032 3.14967 16.334 -0.745416
Vertex 5033 2.79735 14.6987 -2.59177
Vertex 5034 3.57405 17.4136 -0.55505
Vertex 5035 2.98671 14.6932 -2.59081
Vertex 5036 2.78402 13.5289 -1.795
Vertex 5037 1.58585 13.8239 -2.43752
Vertex 5038 1.51103 13.6992 -2.41554
Vertex 5039 1.52579 13.586 -2.39558
Vertex 5040 2.20512 16.3828 -0.736814
Vertex 5041 3.50091 16.9579 -0.635403
Vertex 5042 2.39164 14.4323 -2.54481
Vertex 5043 2.66917 16.8537 -0.653782
Vertex 5044 2.79022 16.8451 -0.65529
Vertex 5045 1.00995 14.458 -2.54933
Vertex 5046 0.980245 14.6112 -2.57635
Vertex 5047 3.69046 17.2083 -0.591261
Vertex 5048 3.84746 17.3613 -0.564269
Vertex 5049 3.80007 17.4224 -0.5535
Vertex 5050 2.21032 14.0782 -2.48236
Vertex 5051 2.31449 14.0799 -2.48266
Vertex 5052 2.35008 16.536 -0.709792
Vertex 5053 2.47253 16.6683 -0.686465
Vertex 5054 1.74166 13.709 -2.41726
Vertex 5055 2.213 16.2 -0.769045
Vertex 5056 2.37439 16.2484 -0.760517
Vertex 5057 4.8279 16.9804 -0.247911
Vertex 5058 4.8279 17.1601 -0.0984999
Vertex 5059 4.63078 16.8644 0
Vertex 5060 4.72934 17.4558 0
Vertex 5061 4.63078 17.2586 0
Vertex 5062 4.63078 17.1601 0
Vertex 5063 4.8279 17.0615 3.3934e-014
Vertex 5064 1.36722 14.8416 -2.61698
Vertex 5065 2.6903 16.212 -0.766921
Vertex 5066 2.67225 16.3688 -0.739281
Vertex 5067 2.55395 16.3603 -0.740777
Vertex 5068 2.75934 13.5124 -1.88857
Vertex 5069 2.91648 16.3285 -0.746384
Vertex 5070 2.99705 16.2927 -0.752705
Vertex 5071 3.01059 16.5338 -0.710177
Vertex 5072 3.05885 16.6298 -0.693265
Vertex 5073 2.96991 16.6923 -0.682232
Vertex 5074 2.20573 13.8907 -2.44931
Vertex 5075 2.17663 13.8297 -2.43855
Vertex 5076 1.78329 12.7817 -2.25376
Vertex 5077 3.83752 14.5132 -1.2298
Vertex 5078 2.41261 13.5228 -2.38444
Vertex 5079 1.95673 12.9557 -2.28444
Vertex 5080 2.60592 14.1783 -2.50002
Vertex 5081 2.41149 14.1775 -2.49987
Vertex 5082 2.4912 14.2744 -2.51696
Vertex 5083 0.578571 15.0097 -2.64661
Vertex 5084 1.9794 14.2272 -2.50864
Vertex 5085 1.70254 12.7776 -2.25303
Vertex 5086 1.54261 13.3677 -3.3934e-014
Vertex 5087 1.54158 13.2618 -3.3934e-014
Vertex 5088 1.43424 13.1558 -3.3934e-014
Vertex 5089 0.63813 14.9374 -2.63387
Vertex 5090 2.15544 16.33 -0.746121
Vertex 5091 2.15858 16.2327 -0.76327
Vertex 5092 2.94749 16.9077 -0.644264
Vertex 5093 2.93209 16.8142 -0.660747
Vertex 5094 2.0312 14.5078 -2.55813
Vertex 5095 2.11118 14.4955 -2.55595
Vertex 5096 2.21692 14.6317 -2.57996
Vertex 5097 2.20825 14.5591 -2.56717
Vertex 5098 2.04844 16.2092 -0.767419
Vertex 5099 2.59173 16.5634 -0.704963
Vertex 5100 3.84871 17.4611 -0.546678
Vertex 5101 4.07401 17.5085 -0.538316
Vertex 5102 3.83547 17.5141 -0.537324
Vertex 5103 4.01382 17.4825 -0.542912
Vertex 5104 2.12485 13.0598 -2.3028
Vertex 5105 4.8279 14.4004 0
Vertex 5106 2.39474 14.7132 -2.59433
Vertex 5107 2.63814 16.7035 -0.680264
Vertex 5108 2.68432 16.6188 -0.695196
Vertex 5109 3.34346 17.3171 -0.572066
Vertex 5110 0.495535 15.0104 -2.64674
Vertex 5111 3.44399 16.8713 -0.650678
Vertex 5112 3.30316 16.8465 -0.655042
Vertex 5113 1.87211 12.8753 -2.27027
Vertex 5114 2.38819 14.6242 -2.57864
Vertex 5115 2.24841 14.3896 -2.53727
Vertex 5116 2.16914 14.4017 -2.53941
Vertex 5117 2.14442 14.3126 -2.5237
Vertex 5118 2.73908 13.4957 -1.98317
Vertex 5119 2.28545 16.1875 -0.771248
Vertex 5120 2.27901 16.2487 -0.760463
Vertex 5121 1.25306 15.1056 -2.66352
Vertex 5122 1.15668 15.0106 -2.64678
Vertex 5123 3.16266 16.8191 -0.659884
Vertex 5124 3.21905 16.9114 -0.643601
Vertex 5125 3.27895 16.9903 -0.629698
Vertex 5126 1.06032 14.9158 -2.63005
Vertex 5127 3.45166 17.2263 -0.588079
Vertex 5128 3.40852 17.1494 -0.601641
Vertex 5129 2.97014 17.0854 -0.612929
Vertex 5130 2.06492 16.1375 -0.780059
Vertex 5131 3.10143 17.1859 -0.595201
Vertex 5132 3.91268 17.443 -0.549868
Vertex 5133 1.16335 14.7536 -2.60146
Vertex 5134 1.44676 14.8029 -2.61015
Vertex 5135 1.73501 15.1056 -2.66352
Vertex 5136 1.73501 15.0107 -2.64678
Vertex 5137 1.73501 14.9157 -2.63005
Vertex 5138 1.73501 14.8208 -2.61331
Vertex 5139 0.577217 14.8928 -2.626
Vertex 5140 3.46878 17.3774 -0.561436
Vertex 5141 3.40676 17.3551 -0.565363
Vertex 5142 2.9821 14.4894 -2.55487
Vertex 5143 1.96438 12.8639 -2.26825
Vertex 5144 0.530928 14.866 -2.62127
Vertex 5145 2.58697 16.6584 -0.688217
Vertex 5146 2.72328 13.4789 -2.07858
Vertex 5147 2.71197 13.462 -2.17461
Vertex 5148 2.70517 13.4449 -2.27105
Vertex 5149 4.8279 14.499 -0.098559
Vertex 5150 4.8279 14.499 0
Vertex 5151 4.72932 14.4004 -3.3934e-014
Vertex 5152 2.2004 16.2789 -0.755136
Vertex 5153 4.72934 17.6529 0
Vertex 5154 2.47143 16.3326 -0.74566
Vertex 5155 2.5209 16.3211 -0.747685
Vertex 5156 1.73542 14.7433 -2.59964
Vertex 5157 1.7367 14.6759 -2.58776
Vertex 5158 2.05031 12.8553 -2.26674
Vertex 5159 2.8455 16.658 -0.688289
Vertex 5160 1.98646 14.4219 -2.54297
Vertex 5161 1.92779 15.1056 -2.66352
Vertex 5162 2.02417 15.0107 -2.64678
Vertex 5163 1.8314 14.9157 -2.63005
Vertex 5164 1.8314 14.8208 -2.61331
Vertex 5165 1.63697 14.7452 -2.59998
Vertex 5166 2.53908 16.6096 -0.696814
Vertex 5167 0.624349 14.8718 -2.6223
Vertex 5168 2.01509 16.1533 -0.777272
Vertex 5169 3.13189 17.1371 -0.603802
Vertex 5170 1.73968 14.6199 -2.57788
Vertex 5171 4.72933 14.5976 -3.3934e-014
Vertex 5172 1.4904 15.3644 -1.47466
Vertex 5173 2.31334 14.8208 -2.61331
Vertex 5174 2.8395 16.7917 -0.664717
Vertex 5175 2.09573 14.4274 -2.54394
Vertex 5176 4.8279 16.5687 3.3934e-014
Vertex 5177 4.8279 16.4702 -0.0985587
Vertex 5178 2.41057 16.603 -0.697978
Vertex 5179 2.21695 14.9157 -2.63005
Vertex 5180 4.72934 16.5687 0
Vertex 5181 4.8279 16.4702 3.3934e-014
Vertex 5182 4.8279 16.5687 -0.0985575
Vertex 5183 2.98023e-008 14.7277 -2.10854
Vertex 5184 0 15.0948 -2.05189
Vertex 5185 0 15.1081 -1.95266
Vertex 5186 0 15.1333 -1.75384
Vertex 5187 5.21541e-008 14.8649 -0.576499
Vertex 5188 5.21541e-008 14.8609 -0.67259
Vertex 5189 5.21541e-008 14.8562 -0.768665
Vertex 5190 -4.36436e-015 15.2082 -0.971515
Vertex 5191 2.98023e-008 14.83 -2.20979
Vertex 5192 0 15.1696 -1.45541
Vertex 5193 0 15.1946 -1.16547
Vertex 5194 4.8279 14.6075 -0.614095
Vertex 5195 5.21541e-008 14.851 -0.864721
Vertex 5196 5.21541e-008 14.8451 -0.96075
Vertex 5197 5.21541e-008 14.8386 -1.05674
Vertex 5198 2.98023e-008 14.7642 -1.82272
Vertex 5199 4.63078 15.0904 0
Vertex 5200 2.98023e-008 14.7756 -1.72723
Vertex 5201 4.72934 15.0904 0
Vertex 5202 4.63078 16.0759 0
Vertex 5203 4.8279 16.3716 3.3934e-014
Vertex 5204 4.72934 16.2731 0
Vertex 5205 4.53222 16.0759 0
Vertex 5206 4.72934 15.9774 0
Vertex 5207 4.8279 15.389 -0.182386
Vertex 5208 4.8279 15.2747 -0.189218
Vertex 5209 4.8279 15.2875 0
Vertex 5210 4.43366 15.2875 -3.3934e-014
Vertex 5211 4.33507 14.7947 0
Vertex 5212 4.72934 15.1889 0
Vertex 5213 4.8279 15.0541 -0.591215
Vertex 5214 4.8279 14.8254 -0.653728
Vertex 5215 4.8279 15.0029 -0.454104
Vertex 5216 4.8279 15.0561 -0.280168
Vertex 5217 4.8279 14.8932 0
Vertex 5218 4.72934 14.7947 0
Vertex 5219 4.53222 15.8788 -3.3934e-014
Vertex 5220 4.72934 15.5831 0
Vertex 5221 4.72934 17.0615 0
Vertex 5222 4.72934 15.7803 0
Vertex 5223 4.72934 16.6673 0
Vertex 5224 4.63078 16.7659 0
Vertex 5225 4.72934 16.4702 0
Vertex 5226 4.72934 16.8644 0
Vertex 5227 4.72934 14.8932 0
Vertex 5228 4.63078 15.1889 0
Vertex 5229 4.63078 15.4846 0
Vertex 5230 4.72934 15.386 0
Vertex 5231 4.8279 15.9774 0
Vertex 5232 4.33499 14.6962 0
Vertex 5233 4.8279 14.5609 -0.303515
Vertex 5234 4.8279 14.6571 -0.303044
Vertex 5235 4.8279 14.891 -0.291157
Vertex 5236 4.8279 14.9918 -0.197576
Vertex 5237 4.8279 14.7947 0
Vertex 5238 4.8279 14.8932 -0.098559
Vertex 5239 4.62879 13.9079 -3.3934e-014
Vertex 5240 4.52579 13.9092 -3.3934e-014
Vertex 5241 4.42021 13.8084 -3.3934e-014
Vertex 5242 4.52234 13.8104 -3.3934e-014
Vertex 5243 4.8279 14.6234 -0.518572
Vertex 5244 2.16668 12.9931 -3.3934e-014
Vertex 5245 2.06643 13.1696 -3.3934e-014
Vertex 5246 4.72934 16.1745 0
Vertex 5247 4.63078 14.8932 0
Vertex 5248 4.63078 16.4702 0
Vertex 5249 4.63078 15.8788 0
Vertex 5250 4.63078 16.3716 0
Vertex 5251 4.63077 14.7947 0
Vertex 5252 4.8279 16.1745 0
Vertex 5253 4.63078 16.2731 0
Vertex 5254 4.8279 15.0356 -0.686629
Vertex 5255 2.05659 15.9062 -3.3934e-014
Vertex 5256 2.25137 16.0056 -3.3934e-014
Vertex 5257 4.8279 14.483 -0.19731
Vertex 5258 1.01363 15.0725 0
Vertex 5259 4.8279 16.6673 3.3934e-014
Vertex 5260 4.8279 15.1596 -0.193263
Vertex 5261 1.62615 13.0601 -3.3934e-014
Vertex 5262 4.8279 15.1458 -0.288876
Vertex 5263 4.63075 14.5976 -3.3934e-014
Vertex 5264 4.63073 14.499 -3.3934e-014
Vertex 5265 4.8279 15.386 0
Vertex 5266 4.8279 14.5808 -0.203504
Vertex 5267 4.8279 14.5976 0
Vertex 5268 2.98023e-008 14.8108 -2.40653
Vertex 5269 2.24259 12.993 -3.3934e-014
Vertex 5270 1.53661 13.0638 -3.3934e-014
Vertex 5271 -4.36436e-015 15.2263 -0.199046
Vertex 5272 4.33725 16.7755 0
Vertex 5273 3.88207 16.8809 0
Vertex 5274 3.57767 17.0151 0
Vertex 5275 3.68817 16.7147 0
Vertex 5276 3.45161 17.1584 0
Vertex 5277 3.47561 17.0721 0
Vertex 5278 4.63069 14.4004 -3.3934e-014
Vertex 5279 3.32792 16.3699 0
Vertex 5280 3.23064 15.3257 -3.3934e-014
Vertex 5281 2.16853 16.3337 -3.3934e-014
Vertex 5282 4.23656 15.2875 -3.3934e-014
Vertex 5283 2.35909 16.412 -3.3934e-014
Vertex 5284 2.90199 16.7015 0
Vertex 5285 3.45117 15.6823 0
Vertex 5286 2.42838 15.9309 -3.3934e-014
Vertex 5287 3.28941 15.8541 0
Vertex 5288 3.106 15.3712 -3.3934e-014
Vertex 5289 2.3664 16.1431 -3.3934e-014
Vertex 5290 3.59042 16.2641 0
Vertex 5291 3.09138 15.9953 -3.3934e-014
Vertex 5292 3.08443 16.516 0
Vertex 5293 3.21077 16.1012 -3.3934e-014
Vertex 5294 2.71019 16.531 -3.3934e-014
Vertex 5295 2.90388 15.9864 -3.3934e-014
Vertex 5296 3.12537 16.0376 -3.3934e-014
Vertex 5297 3.04694 15.9327 -3.3934e-014
Vertex 5298 3.14106 17.1954 0
Vertex 5299 3.29609 17.076 0
Vertex 5300 4.8279 14.4004 -0.0985591
Vertex 5301 2.4987 13.612 -3.3934e-014
Vertex 5302 4.8279 17.5547 -0.194284
Vertex 5303 3.94085 14.9047 -3.3934e-014
Vertex 5304 4.8279 17.5596 -0.286786
Vertex 5305 3.89436 14.5089 -3.3934e-014
Vertex 5306 4.3351 16.1745 -3.3934e-014
Vertex 5307 4.8279 14.0081 -0.155768
Vertex 5308 4.8279 14.1023 -0.165874
Vertex 5309 1.06964 14.8927 0
Vertex 5310 4.8279 14.1992 -0.167056
Vertex 5311 4.13803 15.1889 -3.3934e-014
Vertex 5312 4.8279 14.2954 -0.175555
Vertex 5313 3.78347 14.978 -3.3934e-014
Vertex 5314 1.8772 14.8156 0
Vertex 5315 0.672528 14.8398 0
Vertex 5316 1.64018 15.0012 0
Vertex 5317 0.783345 14.7949 0
Vertex 5318 1.46228 14.0479 -3.3934e-014
Vertex 5319 1.39226 15.158 -3.3934e-014
Vertex 5320 3.77102 16.0602 -3.3934e-014
Vertex 5321 4.43366 16.2731 0
Vertex 5322 -4.36436e-015 15.1024 -0.300363
Vertex 5323 4.43366 15.9774 -3.3934e-014
Vertex 5324 4.63078 16.963 0
Vertex 5325 4.53222 15.6817 -3.3934e-014
Vertex 5326 4.3351 17.0615 0
Vertex 5327 3.9038 13.8862 -3.3934e-014
Vertex 5328 3.90854 17.5286 0
Vertex 5329 4.13801 15.2875 -3.3934e-014
Vertex 5330 3.85651 17.3245 0
Vertex 5331 4.23655 15.4846 -3.3934e-014
Vertex 5332 4.43366 17.2586 0
Vertex 5333 3.81966 17.5014 0
Vertex 5334 4.43366 15.7803 -3.3934e-014
Vertex 5335 4.138 15.386 -3.3934e-014
Vertex 5336 4.03264 17.0197 0
Vertex 5337 4.23655 15.8788 -3.3934e-014
Vertex 5338 3.94803 17.2507 0
Vertex 5339 4.18558 17.3133 0
Vertex 5340 3.84235 15.4845 -3.3934e-014
Vertex 5341 4.18118 17.2174 0
Vertex 5342 4.3351 15.6817 -3.3934e-014
Vertex 5343 4.02657 17.2741 0
Vertex 5344 1.47213 14.5183 0
Vertex 5345 2.40302 14.6589 -3.3934e-014
Vertex 5346 3.79359 13.982 -3.3934e-014
Vertex 5347 2.08537 14.6291 0
Vertex 5348 3.78591 14.0857 -3.3934e-014
Vertex 5349 1.08713 15.4695 0
Vertex 5350 3.44313 14.381 -3.3934e-014
Vertex 5351 2.06114 14.4386 -3.3934e-014
Vertex 5352 1.53551 12.9802 -3.3934e-014
Vertex 5353 4.63078 15.5831 -3.3934e-014
Vertex 5354 3.05697 14.0072 -3.3934e-014
Vertex 5355 4.43366 15.386 -3.3934e-014
Vertex 5356 2.84244 14.4847 -3.3934e-014
Vertex 5357 4.63078 15.2875 0
Vertex 5358 4.8279 15.2757 -0.318863
Vertex 5359 2.98023e-008 14.6973 -2.39071
Vertex 5360 1.76695 13.3485 -3.3934e-014
Vertex 5361 2.98023e-008 14.7052 -2.29698
Vertex 5362 4.8279 16.9044 -0.190062
Vertex 5363 1.79551 13.0581 -3.3934e-014
Vertex 5364 2.61624 16.8109 0
Vertex 5365 2.22252 13.2756 -3.3934e-014
Vertex 5366 1.69427 12.9727 -3.3934e-014
Vertex 5367 4.8279 16.926 -0.242884
Vertex 5368 4.00076 14.4091 -3.3934e-014
Vertex 5369 1.54097 13.1559 -3.3934e-014
Vertex 5370 4.23201 14.4028 -3.3934e-014
Vertex 5371 2.67809 13.7392 -3.3934e-014
Vertex 5372 4.22641 14.3068 -3.3934e-014
Vertex 5373 3.29902 15.5085 0
Vertex 5374 2.49413 13.7087 -3.3934e-014
Vertex 5375 4.23609 16.6811 0
Vertex 5376 4.8279 17.0725 -0.18702
Vertex 5377 4.13917 16.8111 0
Vertex 5378 2.57847 13.9128 -3.3934e-014
Vertex 5379 4.43366 17.0615 0
Vertex 5380 2.69405 13.6455 -3.3934e-014
Vertex 5381 3.56681 15.0259 -3.3934e-014
Vertex 5382 3.30429 17.286 0
Vertex 5383 1.75377 15.7573 -3.3934e-014
Vertex 5384 3.37407 15.6747 -3.3934e-014
Vertex 5385 3.53494 15.4007 0
Vertex 5386 3.02891 15.129 -3.3934e-014
Vertex 5387 3.33741 15.4511 0
Vertex 5388 2.77296 14.5368 -3.3934e-014
Vertex 5389 2.10312 15.2277 0
Vertex 5390 3.26272 15.4451 0
Vertex 5391 2.54132 15.2108 -3.3934e-014
Vertex 5392 1.93979 15.2194 0
Vertex 5393 3.3008 15.4699 0
Vertex 5394 2.02292 14.9501 -3.3934e-014
Vertex 5395 2.04957 15.105 0
Vertex 5396 2.66491 14.8242 -3.3934e-014
Vertex 5397 2.11553 14.9744 -3.3934e-014
Vertex 5398 2.92983 15.2118 -3.3934e-014
Vertex 5399 1.81366 15.0327 0
Vertex 5400 2.2897 14.8523 -3.3934e-014
Vertex 5401 1.6881 15.3003 -3.3934e-014
Vertex 5402 2.8744 15.3848 -3.3934e-014
Vertex 5403 2.58717 14.8936 -3.3934e-014
Vertex 5404 2.22427 15.4712 -3.3934e-014
Vertex 5405 1.86487 15.1269 0
Vertex 5406 2.44024 14.881 -3.3934e-014
Vertex 5407 1.97728 15.6681 -3.3934e-014
Vertex 5408 4.53222 15.5831 -3.3934e-014
Vertex 5409 1.78122 15.1939 0
Vertex 5410 1.90367 15.7476 -3.3934e-014
Vertex 5411 2.76782 15.5441 -3.3934e-014
Vertex 5412 1.78965 15.3694 0
Vertex 5413 1.73497 15.6072 -3.3934e-014
Vertex 5414 2.83345 15.2957 -3.3934e-014
Vertex 5415 1.80197 15.5185 0
Vertex 5416 2.47831 15.1141 -3.3934e-014
Vertex 5417 3.94087 15.7803 -3.3934e-014
Vertex 5418 2.28844 15.2515 -3.3934e-014
Vertex 5419 4.8279 17.456 -0.195546
Vertex 5420 3.94406 16.0081 -3.3934e-014
Vertex 5421 2.5306 15.4537 -3.3934e-014
Vertex 5422 3.53584 16.518 0
Vertex 5423 2.43491 15.478 -3.3934e-014
Vertex 5424 3.42119 16.4359 0
Vertex 5425 2.31815 15.9328 -3.3934e-014
Vertex 5426 2.98023e-008 14.8062 -1.44026
Vertex 5427 2.59765 15.6059 -3.3934e-014
Vertex 5428 3.8022 16.1698 -3.3934e-014
Vertex 5429 3.82032 16.1161 -3.3934e-014
Vertex 5430 2.51906 15.5411 -3.3934e-014
Vertex 5431 3.70226 16.2127 -3.3934e-014
Vertex 5432 2.79513 15.4247 -3.3934e-014
Vertex 5433 4.8279 14.3967 -0.189903
Vertex 5434 3.50423 17.2821 0
Vertex 5435 4.8279 16.3716 -0.0985587
Vertex 5436 3.61122 17.2315 0
Vertex 5437 0.510115 15.2896 -6.79339e-015
Vertex 5438 0.565439 14.8773 0
Vertex 5439 0 14.8829 -1.83215
Vertex 5440 0.440569 15.1718 0
Vertex 5441 2.98023e-008 14.7864 -1.63165
Vertex 5442 3.55748 17.4046 0
Vertex 5443 4.8279 13.8662 -0.139167
Vertex 5444 3.69243 17.2646 0
Vertex 5445 3.69866 13.8711 -3.3934e-014
Vertex 5446 3.82193 17.0322 0
Vertex 5447 3.58701 13.9651 -3.3934e-014
Vertex 5448 4.63078 17.0615 0
Vertex 5449 3.49376 13.8528 -3.3934e-014
Vertex 5450 2.81579 14.2821 -3.3934e-014
Vertex 5451 3.27755 13.9335 -3.3934e-014
Vertex 5452 2.91671 14.1865 -3.3934e-014
Vertex 5453 3.927 14.7097 -3.3934e-014
Vertex 5454 3.1614 14.023 -3.3934e-014
Vertex 5455 3.2393 14.2492 -3.3934e-014
Vertex 5456 3.68185 14.7944 -3.3934e-014
Vertex 5457 3.03999 14.1079 -3.3934e-014
Vertex 5458 4.8279 17.2624 -0.264179
Vertex 5459 3.35831 14.153 -3.3934e-014
Vertex 5460 4.8279 17.1621 -0.192098
Vertex 5461 3.6491 14.504 -3.3934e-014
Vertex 5462 4.8279 17.2595 -0.18736
Vertex 5463 3.453 14.2707 -3.3934e-014
Vertex 5464 2.99269 14.3233 -3.3934e-014
Vertex 5465 3.81372 14.7394 -3.3934e-014
Vertex 5466 3.40769 14.6116 -3.3934e-014
Vertex 5467 2.92662 14.7147 -3.3934e-014
Vertex 5468 3.01853 14.2132 -3.3934e-014
Vertex 5469 4.2365 14.7948 0
Vertex 5470 2.89286 14.4546 -3.3934e-014
Vertex 5471 3.55868 15.5086 -3.3934e-014
Vertex 5472 4.33438 14.4994 -3.3934e-014
Vertex 5473 3.44369 15.592 0
Vertex 5474 4.43089 14.2043 -3.3934e-014
Vertex 5475 3.2993 15.7562 0
Vertex 5476 4.53034 14.1052 -3.3934e-014
Vertex 5477 3.55997 15.6018 0
Vertex 5478 4.62731 13.8095 -3.3934e-014
Vertex 5479 3.88831 17.0571 0
Vertex 5480 4.52866 14.0071 -3.3934e-014
Vertex 5481 3.63597 16.11 0
Vertex 5482 4.42336 14.0096 -3.3934e-014
Vertex 5483 3.76288 14.403 -3.3934e-014
Vertex 5484 3.74406 15.6817 -3.3934e-014
Vertex 5485 4.42815 14.1066 -3.3934e-014
Vertex 5486 3.46339 14.1637 -3.3934e-014
Vertex 5487 3.84827 15.8961 -3.3934e-014
Vertex 5488 3.9881 14.2041 -3.3934e-014
Vertex 5489 3.7439 15.7803 -3.3934e-014
Vertex 5490 3.88064 14.4083 -3.3934e-014
Vertex 5491 -4.36436e-015 15.1144 -0.398854
Vertex 5492 3.77352 14.5066 -3.3934e-014
Vertex 5493 -4.36436e-015 15.1182 -0.494223
Vertex 5494 3.52738 14.6208 -3.3934e-014
Vertex 5495 -4.36436e-015 15.1046 -0.876601
Vertex 5496 3.37769 15.8657 0
Vertex 5497 -4.36436e-015 15.1096 -0.780196
Vertex 5498 3.56033 15.7899 -3.3934e-014
Vertex 5499 -4.36436e-015 15.1142 -0.684328
Vertex 5500 4.2163 13.801 -3.3934e-014
Vertex 5501 2.48164 16.6825 0
Vertex 5502 2.54803 16.7478 0
Vertex 5503 4.01247 13.7905 -3.3934e-014
Vertex 5504 2.60655 16.6778 0
Vertex 5505 2.41695 16.6154 0
Vertex 5506 4.43336 14.4991 -3.3934e-014
Vertex 5507 3.19431 15.9553 -3.3934e-014
Vertex 5508 4.53209 14.499 -3.3934e-014
Vertex 5509 2.8994 16.2351 -3.3934e-014
Vertex 5510 3.93223 16.3769 -3.3934e-014
Vertex 5511 2.58658 16.2719 -3.3934e-014
Vertex 5512 2.54218 16.6143 0
Vertex 5513 2.83641 16.6465 0
Vertex 5514 2.64989 16.4706 -3.3934e-014
Vertex 5515 4.43302 14.4007 -3.3934e-014
Vertex 5516 2.66049 16.6056 0
Vertex 5517 4.63046 14.2034 -3.3934e-014
Vertex 5518 3.51674 16.7022 0
Vertex 5519 1.86965 15.2814 -3.3934e-014
Vertex 5520 3.00103 16.1001 -3.3934e-014
Vertex 5521 1.89151 15.5906 -3.3934e-014
Vertex 5522 2.84745 16.1799 -3.3934e-014
Vertex 5523 3.64089 16.3691 0
Vertex 5524 2.05784 15.752 -3.3934e-014
Vertex 5525 3.58039 16.402 0
Vertex 5526 2.20611 15.7843 -3.3934e-014
Vertex 5527 2.74796 16.066 -3.3934e-014
Vertex 5528 0 15.0855 -1.16587
Vertex 5529 1.89645 13.3135 -3.3934e-014
Vertex 5530 0 14.9362 -1.35545
Vertex 5531 2.32068 13.5887 -3.3934e-014
Vertex 5532 0 15.0695 -1.35849
Vertex 5533 2.31678 13.4991 -3.3934e-014
Vertex 5534 2.37099 15.9998 -3.3934e-014
Vertex 5535 2.04688 13.4682 -3.3934e-014
Vertex 5536 2.53925 16.0718 -3.3934e-014
Vertex 5537 -4.36436e-015 15.0989 -0.973039
Vertex 5538 2.90586 15.8651 -3.3934e-014
Vertex 5539 0 15.0925 -1.06947
Vertex 5540 2.15122 13.1742 -3.3934e-014
Vertex 5541 5.21541e-008 14.9597 -1.06707
Vertex 5542 2.69984 15.7374 -3.3934e-014
Vertex 5543 5.21541e-008 14.8314 -1.1527
Vertex 5544 1.88026 13.1826 -3.3934e-014
Vertex 5545 2.7033 15.608 -3.3934e-014
Vertex 5546 1.15237 15.2756 0
Vertex 5547 4.1038 14.0014 -3.3934e-014
Vertex 5548 2.59106 16.136 -3.3934e-014
Vertex 5549 4.10353 14.2057 -3.3934e-014
Vertex 5550 0.213531 15.1336 0
Vertex 5551 4.3145 13.9074 -3.3934e-014
Vertex 5552 4.53197 14.4005 -3.3934e-014
Vertex 5553 4.03863 14.8092 -3.3934e-014
Vertex 5554 4.31111 14.0098 -3.3934e-014
Vertex 5555 2.77932 13.7589 -3.3934e-014
Vertex 5556 4.32737 14.2065 -3.3934e-014
Vertex 5557 4.12558 14.4089 -3.3934e-014
Vertex 5558 2.58231 13.8122 -3.3934e-014
Vertex 5559 4.20305 14.1098 -3.3934e-014
Vertex 5560 4.11193 14.3062 -3.3934e-014
Vertex 5561 2.42441 13.9495 -3.3934e-014
Vertex 5562 4.2161 14.2136 -3.3934e-014
Vertex 5563 2.35387 13.9148 -3.3934e-014
Vertex 5564 4.33143 14.3035 -3.3934e-014
Vertex 5565 2.32668 13.6919 -3.3934e-014
Vertex 5566 4.43231 14.3024 -3.3934e-014
Vertex 5567 4.4336 14.6961 0
Vertex 5568 4.53172 14.302 -3.3934e-014
Vertex 5569 4.13793 14.7949 0
Vertex 5570 4.43366 14.9918 0
Vertex 5571 0.334941 14.9034 0
Vertex 5572 4.33343 14.4012 -3.3934e-014
Vertex 5573 4.23657 15.0904 0
Vertex 5574 0.330658 15.0281 0
Vertex 5575 4.23582 14.5981 0
Vertex 5576 4.13807 14.9918 0
Vertex 5577 0.45479 14.9032 0
Vertex 5578 4.03906 14.6976 -3.3934e-014
Vertex 5579 4.23631 14.6963 0
Vertex 5580 0.547142 15.1281 0
Vertex 5581 4.13748 14.6967 0
Vertex 5582 0.622804 15.1129 0
Vertex 5583 2.40759 13.6044 -3.3934e-014
Vertex 5584 0.706791 14.9534 0
Vertex 5585 4.8279 17.6476 -0.290003
Vertex 5586 4.8279 14.9557 -0.572358
Vertex 5587 4.8279 17.4577 -0.279347
Vertex 5588 4.8279 15.0159 -0.781223
Vertex 5589 1.9127 16.0414 -3.3934e-014
Vertex 5590 4.8279 14.9114 -0.756367
Vertex 5591 4.53216 14.5976 -3.3934e-014
Vertex 5592 4.8279 14.6776 -0.207987
Vertex 5593 4.63077 14.6961 0
Vertex 5594 4.8279 14.7286 -0.5361
Vertex 5595 0.826461 14.914 0
Vertex 5596 4.8279 14.8544 -0.551696
Vertex 5597 4.8279 14.8932 -0.197375
Vertex 5598 4.8279 14.9153 -0.398844
Vertex 5599 4.63078 17.4558 0
Vertex 5600 4.8279 14.9865 -0.279175
Vertex 5601 4.8279 14.6961 -0.0985592
Vertex 5602 2.6728 16.7392 0
Vertex 5603 4.8279 14.7823 -0.202251
Vertex 5604 2.8586 16.7799 0
Vertex 5605 4.8279 14.7709 -0.300888
Vertex 5606 3.14546 16.5586 0
Vertex 5607 4.8279 14.9903 -0.345892
Vertex 5608 3.9414 15.1888 -3.3934e-014
Vertex 5609 4.8279 15.1231 -0.389445
Vertex 5610 4.8279 15.088 -0.486725
Vertex 5611 4.63078 17.3572 0
Vertex 5612 3.22601 14.8514 -3.3934e-014
Vertex 5613 4.34783 17.3429 0
Vertex 5614 3.40001 15.0931 -3.3934e-014
Vertex 5615 4.34164 17.2435 0
Vertex 5616 3.41157 15.427 0
Vertex 5617 4.53222 17.1601 0
Vertex 5618 4.01372 17.4642 0
Vertex 5619 4.24647 16.873 0
Vertex 5620 3.92724 17.4397 0
Vertex 5621 4.17873 17.5955 0
Vertex 5622 -4.36436e-015 15.1174 -0.589069
Vertex 5623 4.26854 17.3293 0
Vertex 5624 4.35161 17.6266 0
Vertex 5625 4.10056 17.4862 0
Vertex 5626 1.80177 13.6072 -3.3934e-014
Vertex 5627 4.26966 17.6129 0
Vertex 5628 3.99809 17.5535 0
Vertex 5629 1.99148 13.5916 -3.3934e-014
Vertex 5630 4.18762 17.5058 0
Vertex 5631 1.91671 13.9326 -3.3934e-014
Vertex 5632 4.27007 17.5194 0
Vertex 5633 2.09512 14.7936 -3.3934e-014
Vertex 5634 2.80637 15.0026 -3.3934e-014
Vertex 5635 2.36019 14.5144 -3.3934e-014
Vertex 5636 2.03751 15.2939 -3.3934e-014
Vertex 5637 2.45045 14.7278 -3.3934e-014
Vertex 5638 2.71021 15.0705 -3.3934e-014
Vertex 5639 4.11437 13.7961 -3.3934e-014
Vertex 5640 5.21541e-008 14.8683 -0.480399
Vertex 5641 4.1091 13.8984 -3.3934e-014
Vertex 5642 2.28577 15.5753 -3.3934e-014
Vertex 5643 4.00643 13.8927 -3.3934e-014
Vertex 5644 2.32761 15.7983 -3.3934e-014
Vertex 5645 2.59361 16.0063 -3.3934e-014
Vertex 5646 4.8279 14.809 -0.738889
Vertex 5647 2.58971 15.8615 -3.3934e-014
Vertex 5648 4.8279 14.6932 -0.724874
Vertex 5649 2.49178 15.7328 -3.3934e-014
Vertex 5650 4.8279 14.5913 -0.708796
Vertex 5651 2.44957 15.6735 -3.3934e-014
Vertex 5652 2.55588 15.5677 -3.3934e-014
Vertex 5653 2.56484 15.0489 -3.3934e-014
Vertex 5654 2.65774 15.5489 -3.3934e-014
Vertex 5655 2.67889 15.4203 -3.3934e-014
Vertex 5656 0 15.0664 -2.25004
Vertex 5657 2.60129 15.4987 -3.3934e-014
Vertex 5658 3.55171 16.8219 0
Vertex 5659 2.7553 15.3599 -3.3934e-014
Vertex 5660 2.29503 15.4145 -3.3934e-014
Vertex 5661 1.65405 13.2609 -3.3934e-014
Vertex 5662 2.20857 15.3181 -3.3934e-014
Vertex 5663 0 14.9428 -2.32523
Vertex 5664 3.06116 15.8248 -3.3934e-014
Vertex 5665 1.6465 15.5436 -3.3934e-014
Vertex 5666 3.00203 15.9779 -3.3934e-014
Vertex 5667 1.55601 15.4837 -3.3934e-014
Vertex 5668 2.39254 15.1735 -3.3934e-014
Vertex 5669 1.69689 15.1101 0
Vertex 5670 2.98978 15.4627 -3.3934e-014
Vertex 5671 2.16324 15.1376 0
Vertex 5672 2.25728 14.9928 -3.3934e-014
Vertex 5673 3.23722 15.5733 -3.3934e-014
Vertex 5674 2.07944 15.0496 -3.3934e-014
Vertex 5675 1.81959 14.6046 0
Vertex 5676 2.35596 14.9421 -3.3934e-014
Vertex 5677 2.17885 14.7115 -3.3934e-014
Vertex 5678 2.13146 13.9983 -3.3934e-014
Vertex 5679 2.2365 14.788 -3.3934e-014
Vertex 5680 1.62502 14.2917 -3.3934e-014
Vertex 5681 1.9643 14.8399 -3.3934e-014
Vertex 5682 2.74285 14.9225 -3.3934e-014
Vertex 5683 1.9953 14.5574 0
Vertex 5684 2.69999 15.2606 -3.3934e-014
Vertex 5685 2.65104 14.9865 -3.3934e-014
Vertex 5686 1.4796 14.753 0
Vertex 5687 1.93742 15.0817 0
Vertex 5688 2.87258 15.1125 -3.3934e-014
Vertex 5689 1.74209 14.7933 0
Vertex 5690 3.14509 15.5594 -3.3934e-014
Vertex 5691 2.77527 15.1891 -3.3934e-014
Vertex 5692 1.93248 14.6758 -3.3934e-014
Vertex 5693 2.00196 15.0429 0
Vertex 5694 3.0886 15.2145 -3.3934e-014
Vertex 5695 1.87815 14.9201 0
Vertex 5696 2.40449 13.708 -3.3934e-014
Vertex 5697 1.89856 14.9921 0
Vertex 5698 3.13721 15.6422 0
Vertex 5699 1.9543 14.9124 0
Vertex 5700 3.06091 15.5513 -3.3934e-014
Vertex 5701 3.80773 17.1109 0
Vertex 5702 3.15 16.0107 -3.3934e-014
Vertex 5703 3.93925 17.3509 0
Vertex 5704 3.10527 15.8965 -3.3934e-014
Vertex 5705 3.87958 17.136 0
Vertex 5706 3.16392 16.0669 -3.3934e-014
Vertex 5707 3.79208 17.1983 0
Vertex 5708 2.9412 16.621 0
Vertex 5709 3.64399 17.4391 0
Vertex 5710 3.43022 16.5451 0
Vertex 5711 2.06108 15.5944 -3.3934e-014
Vertex 5712 3.50004 16.36 0
Vertex 5713 2.27585 15.7287 -3.3934e-014
Vertex 5714 3.5804 16.3518 0
Vertex 5715 2.69298 16.1323 -3.3934e-014
Vertex 5716 3.67117 17.352 0
Vertex 5717 3.47369 14.0589 -3.3934e-014
Vertex 5718 3.47202 17.3675 0
Vertex 5719 3.9106 13.784 -3.3934e-014
Vertex 5720 3.55221 17.1092 0
Vertex 5721 3.59618 13.8623 -3.3934e-014
Vertex 5722 3.38762 17.328 0
Vertex 5723 3.80121 13.8791 -3.3934e-014
Vertex 5724 3.5309 17.1961 0
Vertex 5725 1.97511 12.9883 -3.3934e-014
Vertex 5726 2.17708 16.2015 -3.3934e-014
Vertex 5727 1.88247 13.0631 -3.3934e-014
Vertex 5728 1.98096 16.1156 -3.3934e-014
Vertex 5729 2.11646 16.1296 -3.3934e-014
Vertex 5730 2.70193 14.4272 -3.3934e-014
Vertex 5731 2.74551 14.7357 -3.3934e-014
Vertex 5732 4.63078 15.7803 0
Vertex 5733 2.67375 14.6515 -3.3934e-014
Vertex 5734 3.71257 17.1682 0
Vertex 5735 2.81642 14.4035 -3.3934e-014
Vertex 5736 3.77425 17.2957 0
Vertex 5737 3.86889 17.2251 0
Vertex 5738 3.86134 16.2702 -3.3934e-014
Vertex 5739 3.9557 17.161 0
Vertex 5740 4.3351 16.2731 -3.3934e-014
Vertex 5741 4.23654 16.0759 -3.3934e-014
Vertex 5742 4.17767 17.1323 0
Vertex 5743 4.43366 16.3716 0
Vertex 5744 4.13799 16.1745 -3.3934e-014
Vertex 5745 4.03398 16.958 0
Vertex 5746 4.13018 16.4627 -3.3934e-014
Vertex 5747 3.86935 16.1757 -3.3934e-014
Vertex 5748 4.0881 16.7081 0
Vertex 5749 3.96112 17.0807 0
Vertex 5750 4.01631 16.7903 0
Vertex 5751 4.03943 15.8788 -3.3934e-014
Vertex 5752 3.8987 16.9873 0
Vertex 5753 4.03942 16.0759 -3.3934e-014
Vertex 5754 3.90756 16.9326 0
Vertex 5755 4.03903 15.9922 -3.3934e-014
Vertex 5756 3.97708 16.8979 0
Vertex 5757 2.04548 16.1905 -3.3934e-014
Vertex 5758 2.47948 16.5489 0
Vertex 5759 2.10732 16.2629 -3.3934e-014
Vertex 5760 2.59813 16.5436 0
Vertex 5761 4.53222 15.7803 -3.3934e-014
Vertex 5762 2.23773 16.2718 -3.3934e-014
Vertex 5763 2.53746 16.4799 -3.3934e-014
Vertex 5764 4.43366 15.6817 -3.3934e-014
Vertex 5765 2.36305 16.2778 -3.3934e-014
Vertex 5766 3.94116 15.2874 -3.3934e-014
Vertex 5767 2.756 16.4541 -3.3934e-014
Vertex 5768 2.42129 16.3468 -3.3934e-014
Vertex 5769 4.43366 15.4846 -3.3934e-014
Vertex 5770 3.8429 15.1885 -3.3934e-014
Vertex 5771 2.41856 16.482 -3.3934e-014
Vertex 5772 2.59129 16.4084 -3.3934e-014
Vertex 5773 4.23655 15.386 -3.3934e-014
Vertex 5774 4.03943 15.6817 -3.3934e-014
Vertex 5775 2.47853 16.4147 -3.3934e-014
Vertex 5776 4.13799 15.5831 -3.3934e-014
Vertex 5777 2.23853 13.0716 -3.3934e-014
Vertex 5778 4.03944 15.5831 -3.3934e-014
Vertex 5779 3.64205 15.2736 0
Vertex 5780 3.6508 15.5967 -3.3934e-014
Vertex 5781 3.30751 15.6666 0
Vertex 5782 3.35241 15.5081 0
Vertex 5783 1.97661 13.0795 -3.3934e-014
Vertex 5784 3.74438 15.583 -3.3934e-014
Vertex 5785 3.3039 15.5814 -3.3934e-014
Vertex 5786 3.64015 15.3842 -3.3934e-014
Vertex 5787 2.0757 12.993 -3.3934e-014
Vertex 5788 3.43213 15.5084 0
Vertex 5789 2.81075 16.8564 0
Vertex 5790 1.79835 13.7495 -3.3934e-014
Vertex 5791 2.74097 16.7987 0
Vertex 5792 3.36626 15.9642 0
Vertex 5793 2.15881 13.0798 -3.3934e-014
Vertex 5794 3.21065 15.7425 0
Vertex 5795 2.07359 13.0867 -3.3934e-014
Vertex 5796 3.23532 15.6567 0
Vertex 5797 2.70127 16.0047 -3.3934e-014
Vertex 5798 2.97674 15.6014 -3.3934e-014
Vertex 5799 2.79692 16.1228 -3.3934e-014
Vertex 5800 3.1268 15.7263 -3.3934e-014
Vertex 5801 2.74376 16.1913 -3.3934e-014
Vertex 5802 2.94922 15.6559 -3.3934e-014
Vertex 5803 1.5559 14.4046 0
Vertex 5804 0.410724 15.2724 0
Vertex 5805 1.80057 14.2512 -3.3934e-014
Vertex 5806 0.310673 15.2588 0
Vertex 5807 1.73162 14.0379 -3.3934e-014
Vertex 5808 1.01989 14.7783 0
Vertex 5809 1.77847 13.8874 -3.3934e-014
Vertex 5810 1.53096 13.8173 -3.3934e-014
Vertex 5811 4.10391 17.294 0
Vertex 5812 1.65355 13.8482 -3.3934e-014
Vertex 5813 3.17498 15.8511 -3.3934e-014
Vertex 5814 1.7178 13.1433 -3.3934e-014
Vertex 5815 1.54017 13.7039 -3.3934e-014
Vertex 5816 3.24412 16.0394 -3.3934e-014
Vertex 5817 1.78441 13.4782 -3.3934e-014
Vertex 5818 1.443 14.9783 0
Vertex 5819 0.918962 14.8507 0
Vertex 5820 2.02187 14.7316 -3.3934e-014
Vertex 5821 1.27728 14.7203 0
Vertex 5822 2.45522 15.2898 -3.3934e-014
Vertex 5823 1.1171 14.701 0
Vertex 5824 2.37074 15.3567 -3.3934e-014
Vertex 5825 1.14911 14.5343 0
Vertex 5826 2.62356 15.3416 -3.3934e-014
Vertex 5827 1.3819 14.432 0
Vertex 5828 0.993941 15.4306 -6.79339e-015
Vertex 5829 1.45556 14.3277 0
Vertex 5830 0.899389 15.3952 0
Vertex 5831 4.63078 16.5687 0
Vertex 5832 0.803584 15.3633 -6.79339e-015
Vertex 5833 3.48562 16.4831 0
Vertex 5834 0.733605 15.2358 0
Vertex 5835 3.00404 15.8704 -3.3934e-014
Vertex 5836 0.886871 15.1781 0
Vertex 5837 2.64394 16.0701 -3.3934e-014
Vertex 5838 2.90315 15.7303 -3.3934e-014
Vertex 5839 0.96907 14.9674 0
Vertex 5840 2.80644 15.8698 -3.3934e-014
Vertex 5841 1.04146 15.157 0
Vertex 5842 4.03971 15.0903 -3.3934e-014
Vertex 5843 1.18117 15.1518 -3.3934e-014
Vertex 5844 3.84331 15.0897 -3.3934e-014
Vertex 5845 1.50811 15.3353 -3.3934e-014
Vertex 5846 3.66154 15.1611 -3.3934e-014
Vertex 5847 1.3168 15.2347 0
Vertex 5848 1.58591 15.6314 -3.3934e-014
Vertex 5849 3.76375 14.8845 -3.3934e-014
Vertex 5850 1.49868 15.5736 -3.3934e-014
Vertex 5851 3.85434 14.9882 -3.3934e-014
Vertex 5852 1.31751 15.4675 -3.3934e-014
Vertex 5853 2.42347 16.2111 -3.3934e-014
Vertex 5854 4.8279 15.3209 -0.374598
Vertex 5855 2.3039 16.2085 -3.3934e-014
Vertex 5856 3.43422 16.0842 0
Vertex 5857 2.48008 16.1416 -3.3934e-014
Vertex 5858 3.33793 16.0875 0
Vertex 5859 2.53361 16.2075 -3.3934e-014
Vertex 5860 0 15.1577 -1.55452
Vertex 5861 1.91049 15.8976 -3.3934e-014
Vertex 5862 2.05238 16.052 -3.3934e-014
Vertex 5863 0 14.9277 -1.45066
Vertex 5864 1.98363 15.9733 -3.3934e-014
Vertex 5865 3.63478 17.1368 0
Vertex 5866 3.45782 15.7773 0
Vertex 5867 3.7311 17.0818 0
Vertex 5868 3.56411 15.8883 0
Vertex 5869 3.65292 17.0488 0
Vertex 5870 3.65345 15.6963 -3.3934e-014
Vertex 5871 4.53222 14.8932 0
Vertex 5872 1.41824 14.1536 0
Vertex 5873 4.63078 14.9918 0
Vertex 5874 1.569 14.1077 -3.3934e-014
Vertex 5875 4.53222 15.2875 0
Vertex 5876 1.67763 14.1706 -3.3934e-014
Vertex 5877 2.11118 13.7956 -3.3934e-014
Vertex 5878 4.53222 14.9918 0
Vertex 5879 1.85598 14.1061 -3.3934e-014
Vertex 5880 4.43365 14.8932 0
Vertex 5881 2.25115 14.1354 -3.3934e-014
Vertex 5882 2.90365 14.5461 -3.3934e-014
Vertex 5883 2.65164 14.0134 -3.3934e-014
Vertex 5884 2.2729 13.943 -3.3934e-014
Vertex 5885 3.18154 15.1435 -3.3934e-014
Vertex 5886 3.27921 14.6022 -3.3934e-014
Vertex 5887 2.72403 14.1412 -3.3934e-014
Vertex 5888 2.24051 14.3796 -3.3934e-014
Vertex 5889 3.11222 14.98 -3.3934e-014
Vertex 5890 2.93231 14.083 -3.3934e-014
Vertex 5891 2.47147 13.9666 -3.3934e-014
Vertex 5892 2.91369 14.9298 -3.3934e-014
Vertex 5893 2.73985 14.0301 -3.3934e-014
Vertex 5894 3.32052 14.9784 -3.3934e-014
Vertex 5895 2.62381 14.1138 -3.3934e-014
Vertex 5896 3.22203 14.9651 -3.3934e-014
Vertex 5897 0.876668 14.7454 0
Vertex 5898 1.20793 14.616 0
Vertex 5899 0.971985 14.6808 0
Vertex 5900 1.58321 14.883 0
Vertex 5901 1.06353 14.6113 0
Vertex 5902 1.36581 14.8565 0
Vertex 5903 2.14819 15.5278 -3.3934e-014
Vertex 5904 1.58609 14.6345 0
Vertex 5905 1.17356 14.8072 0
Vertex 5906 2.13797 15.38 -3.3934e-014
Vertex 5907 1.378 14.6255 0
Vertex 5908 4.53221 14.7947 0
Vertex 5909 3.94091 15.5831 -3.3934e-014
Vertex 5910 3.94088 15.8788 -3.3934e-014
Vertex 5911 4.43364 14.7947 0
Vertex 5912 4.03943 15.7803 -3.3934e-014
Vertex 5913 3.94103 15.386 -3.3934e-014
Vertex 5914 3.84231 15.5831 -3.3934e-014
Vertex 5915 3.84128 17.413 0
Vertex 5916 3.94095 15.4845 -3.3934e-014
Vertex 5917 3.73146 17.4713 0
Vertex 5918 3.74787 15.287 -3.3934e-014
Vertex 5919 4.53222 16.4702 0
Vertex 5920 3.76285 15.0727 -3.3934e-014
Vertex 5921 4.53222 16.3716 0
Vertex 5922 3.75341 15.1784 -3.3934e-014
Vertex 5923 4.53222 16.2731 0
Vertex 5924 3.8426 15.2872 -3.3934e-014
Vertex 5925 4.43366 16.1745 0
Vertex 5926 4.63078 16.1745 0
Vertex 5927 4.23655 15.6817 -3.3934e-014
Vertex 5928 4.3351 16.0759 -3.3934e-014
Vertex 5929 4.53222 16.1745 0
Vertex 5930 4.3351 15.7803 -3.3934e-014
Vertex 5931 4.53222 16.7659 0
Vertex 5932 4.43366 16.0759 0
Vertex 5933 3.84229 15.7803 -3.3934e-014
Vertex 5934 4.63078 15.9774 0
Vertex 5935 4.3351 15.9774 -3.3934e-014
Vertex 5936 3.84229 15.6817 -3.3934e-014
Vertex 5937 4.63078 16.6673 0
Vertex 5938 4.53222 15.9774 0
Vertex 5939 3.94088 15.6817 -3.3934e-014
Vertex 5940 4.53222 16.6673 0
Vertex 5941 4.43366 15.8788 -3.3934e-014
Vertex 5942 4.13799 15.8788 -3.3934e-014
Vertex 5943 4.43366 16.4702 0
Vertex 5944 0 15.1209 -1.85332
Vertex 5945 4.3351 15.8788 -3.3934e-014
Vertex 5946 4.3351 16.3716 0
Vertex 5947 4.53222 15.0904 0
Vertex 5948 4.13799 15.7803 -3.3934e-014
Vertex 5949 0 15.1455 -1.65422
Vertex 5950 4.03987 14.9918 -3.3934e-014
Vertex 5951 4.23655 15.9774 -3.3934e-014
Vertex 5952 4.33511 15.1889 -3.3934e-014
Vertex 5953 4.43366 16.6673 0
Vertex 5954 0 14.8948 -1.73633
Vertex 5955 4.43366 15.1889 0
Vertex 5956 4.33511 16.4702 0
Vertex 5957 4.13799 15.9774 -3.3934e-014
Vertex 5958 4.23655 16.2731 -3.3934e-014
Vertex 5959 0 15.049 -1.54996
Vertex 5960 4.43366 16.5687 0
Vertex 5961 4.23655 16.1745 -3.3934e-014
Vertex 5962 0 15.0356 -1.64706
Vertex 5963 3.06148 17.1471 0
Vertex 5964 4.3351 16.6673 0
Vertex 5965 4.63078 15.386 0
Vertex 5966 0 15.0221 -1.74474
Vertex 5967 4.3351 14.8933 0
Vertex 5968 4.53222 15.1889 0
Vertex 5969 4.33511 15.2875 -3.3934e-014
Vertex 5970 4.33511 15.0904 0
Vertex 5971 0 15.009 -1.8419
Vertex 5972 4.33511 15.386 -3.3934e-014
Vertex 5973 4.23657 14.9918 0
Vertex 5974 4.43366 15.0904 0
Vertex 5975 4.3351 15.4846 -3.3934e-014
Vertex 5976 3.31559 16.5677 0
Vertex 5977 4.33511 14.9918 0
Vertex 5978 4.13806 14.8933 0
Vertex 5979 4.53222 15.4846 -3.3934e-014
Vertex 5980 3.20759 16.6019 0
Vertex 5981 4.23656 14.8933 0
Vertex 5982 4.43366 15.5831 -3.3934e-014
Vertex 5983 4.23655 15.7803 -3.3934e-014
Vertex 5984 4.23654 16.3716 0
Vertex 5985 4.13798 16.0759 -3.3934e-014
Vertex 5986 4.3351 16.5687 0
Vertex 5987 4.13799 15.6817 -3.3934e-014
Vertex 5988 4.3351 15.5831 -3.3934e-014
Vertex 5989 4.13799 16.2731 -3.3934e-014
Vertex 5990 4.23655 16.4702 0
Vertex 5991 4.23655 15.5831 -3.3934e-014
Vertex 5992 4.03942 16.1745 -3.3934e-014
Vertex 5993 4.138 15.4846 -3.3934e-014
Vertex 5994 2.86539 13.8725 -3.3934e-014
Vertex 5995 4.13798 16.3716 0
Vertex 5996 4.03948 15.386 -3.3934e-014
Vertex 5997 3.94239 14.9916 -3.3934e-014
Vertex 5998 4.03943 16.2731 -3.3934e-014
Vertex 5999 4.03953 15.2874 -3.3934e-014
Vertex 6000 2.19548 15.9319 -3.3934e-014
Vertex 6001 3.94249 16.0932 -3.3934e-014
Vertex 6002 4.0396 15.1889 -3.3934e-014
Vertex 6003 2.37734 15.8661 -3.3934e-014
Vertex 6004 3.86197 16.0268 -3.3934e-014
Vertex 6005 3.94086 16.1745 -3.3934e-014
Vertex 6006 3.13815 16.2415 -3.3934e-014
Vertex 6007 3.9418 15.0902 -3.3934e-014
Vertex 6008 3.87136 16.1052 -3.3934e-014
Vertex 6009 3.02336 16.4659 0
Vertex 6010 4.13805 15.0904 -3.3934e-014
Vertex 6011 4.43366 16.8644 0
Vertex 6012 3.0449 15.6233 -3.3934e-014
Vertex 6013 4.04001 14.8934 0
Vertex 6014 0.933672 15.2982 0
Vertex 6015 4.10553 17.3968 0
Vertex 6016 3.90835 14.6103 -3.3934e-014
Vertex 6017 4.3351 16.8644 0
Vertex 6018 4.18867 17.4165 0
Vertex 6019 3.93574 14.8262 -3.3934e-014
Vertex 6020 4.53222 17.4558 0
Vertex 6021 4.27146 17.4342 0
Vertex 6022 3.6125 14.9202 -3.3934e-014
Vertex 6023 4.53222 16.8644 0
Vertex 6024 4.43366 17.3572 0
Vertex 6025 3.71449 14.9564 -3.3934e-014
Vertex 6026 4.53222 16.963 0
Vertex 6027 3.2522 14.7274 -3.3934e-014
Vertex 6028 4.53222 17.3572 0
Vertex 6029 4.43366 16.963 0
Vertex 6030 3.34906 14.8606 -3.3934e-014
Vertex 6031 4.53222 17.2586 0
Vertex 6032 3.83966 14.8505 -3.3934e-014
Vertex 6033 1.22847 14.4498 0
Vertex 6034 4.43366 17.1601 0
Vertex 6035 3.80025 14.9239 -3.3934e-014
Vertex 6036 1.3005 14.3575 0
Vertex 6037 4.53222 17.0615 0
Vertex 6038 3.36355 16.1461 0
Vertex 6039 1.36619 14.2565 0
Vertex 6040 4.03531 14.6043 -3.3934e-014
Vertex 6041 3.48619 15.2691 0
Vertex 6042 1.51701 14.2191 -3.3934e-014
Vertex 6043 3.53203 15.1209 -3.3934e-014
Vertex 6044 3.30474 15.2518 -3.3934e-014
Vertex 6045 3.37206 15.343 0
Vertex 6046 1.74541 14.3751 -3.3934e-014
Vertex 6047 3.50702 16.2475 0
Vertex 6048 3.3648 15.1845 0
Vertex 6049 4.01843 14.5065 -3.3934e-014
Vertex 6050 1.94874 14.3526 -3.3934e-014
Vertex 6051 3.54101 16.4287 0
Vertex 6052 3.6546 14.6181 -3.3934e-014
Vertex 6053 3.37976 16.3029 0
Vertex 6054 3.78515 14.6123 -3.3934e-014
Vertex 6055 4.8279 17.0727 -0.260327
Vertex 6056 3.74789 16.9988 0
Vertex 6057 3.28756 16.2515 0
Vertex 6058 1.68942 15.8367 -3.3934e-014
Vertex 6059 3.40002 17.0329 0
Vertex 6060 3.18114 16.4781 0
Vertex 6061 1.60966 15.7746 -3.3934e-014
Vertex 6062 3.5034 16.9804 0
Vertex 6063 3.24226 16.5174 0
Vertex 6064 1.82094 15.6753 -3.3934e-014
Vertex 6065 3.07193 14.8361 -3.3934e-014
Vertex 6066 2.65244 15.9418 -3.3934e-014
Vertex 6067 1.67101 15.6925 -3.3934e-014
Vertex 6068 2.99345 14.6176 -3.3934e-014
Vertex 6069 2.40764 14.0982 -3.3934e-014
Vertex 6070 2.52463 14.8183 -3.3934e-014
Vertex 6071 2.84175 14.6221 -3.3934e-014
Vertex 6072 1.83371 15.8257 -3.3934e-014
Vertex 6073 2.8956 13.6776 -3.3934e-014
Vertex 6074 2.59387 14.7468 -3.3934e-014
Vertex 6075 2.14618 14.2924 -3.3934e-014
Vertex 6076 2.49697 14.1555 -3.3934e-014
Vertex 6077 3.28914 13.8313 -3.3934e-014
Vertex 6078 1.84117 15.9701 -3.3934e-014
Vertex 6079 2.34093 14.2175 -3.3934e-014
Vertex 6080 2.99665 13.6919 -3.3934e-014
Vertex 6081 1.76666 15.9019 -3.3934e-014
Vertex 6082 2.15463 14.5201 -3.3934e-014
Vertex 6083 2.52743 14.6718 -3.3934e-014
Vertex 6084 3.07145 13.9071 -3.3934e-014
Vertex 6085 2.97101 14.4085 -3.3934e-014
Vertex 6086 2.47644 14.6292 -3.3934e-014
Vertex 6087 2.95226 13.9877 -3.3934e-014
Vertex 6088 3.35817 16.9033 0
Vertex 6089 2.71138 14.2505 -3.3934e-014
Vertex 6090 3.09783 13.7054 -3.3934e-014
Vertex 6091 3.17449 13.921 -3.3934e-014
Vertex 6092 3.20854 16.8183 0
Vertex 6093 2.82198 14.1637 -3.3934e-014
Vertex 6094 3.19913 13.7179 -3.3934e-014
Vertex 6095 2.18543 16.0685 -3.3934e-014
Vertex 6096 2.66976 13.8282 -3.3934e-014
Vertex 6097 1.98257 15.8244 -3.3934e-014
Vertex 6098 2.98288 13.7921 -3.3934e-014
Vertex 6099 2.82863 14.0526 -3.3934e-014
Vertex 6100 2.76278 13.8501 -3.3934e-014
Vertex 6101 2.90004 14.3019 -3.3934e-014
Vertex 6102 2.13121 15.8422 -3.3934e-014
Vertex 6103 2.84769 13.9629 -3.3934e-014
Vertex 6104 3.22411 14.3628 -3.3934e-014
Vertex 6105 2.12449 15.9906 -3.3934e-014
Vertex 6106 2.75688 13.9384 -3.3934e-014
Vertex 6107 3.19948 14.4593 -3.3934e-014
Vertex 6108 2.30866 16.0746 -3.3934e-014
Vertex 6109 3.03774 16.806 0
Vertex 6110 3.1676 14.5831 -3.3934e-014
Vertex 6111 2.42483 16.0673 -3.3934e-014
Vertex 6112 2.75816 16.9311 0
Vertex 6113 3.04269 14.5298 -3.3934e-014
Vertex 6114 2.48127 15.9963 -3.3934e-014
Vertex 6115 3.0297 17.0175 0
Vertex 6116 3.07301 14.4373 -3.3934e-014
Vertex 6117 2.53236 15.9303 -3.3934e-014
Vertex 6118 3.50087 14.7519 -3.3934e-014
Vertex 6119 2.83166 16.9881 0
Vertex 6120 2.98345 17.0963 0
Vertex 6121 3.37858 14.7366 -3.3934e-014
Vertex 6122 2.88224 16.912 0
Vertex 6123 2.90687 17.043 0
Vertex 6124 3.43005 14.997 -3.3934e-014
Vertex 6125 4.31825 13.8051 -3.3934e-014
Vertex 6126 2.95534 16.9657 0
Vertex 6127 3.22344 15.0563 -3.3934e-014
Vertex 6128 3.12516 16.4398 0
Vertex 6129 2.69783 16.395 -3.3934e-014
Vertex 6130 3.18696 13.8193 -3.3934e-014
Vertex 6131 3.06616 16.3904 -3.3934e-014
Vertex 6132 2.86567 16.4288 -3.3934e-014
Vertex 6133 3.17577 16.6807 0
Vertex 6134 2.58377 13.7207 -3.3934e-014
Vertex 6135 2.75169 16.3154 -3.3934e-014
Vertex 6136 3.2758 16.4407 0
Vertex 6137 2.48289 13.9006 -3.3934e-014
Vertex 6138 2.90622 16.3609 -3.3934e-014
Vertex 6139 3.43033 16.9425 0
Vertex 6140 3.16439 16.3588 0
Vertex 6141 3.34152 17.2026 0
Vertex 6142 3.52903 16.8946 0
Vertex 6143 3.05294 16.2674 -3.3934e-014
Vertex 6144 3.37335 17.1183 0
Vertex 6145 3.22205 17.2417 0
Vertex 6146 3.32537 16.9914 0
Vertex 6147 3.08977 16.0834 -3.3934e-014
Vertex 6148 3.26173 17.1594 0
Vertex 6149 3.28725 16.8634 0
Vertex 6150 3.14738 15.0714 -3.3934e-014
Vertex 6151 3.2447 15.5014 0
Vertex 6152 3.183 17.1141 0
Vertex 6153 3.45877 16.8571 0
Vertex 6154 3.16083 15.2734 -3.3934e-014
Vertex 6155 3.21979 17.0317 0
Vertex 6156 3.38941 16.8174 0
Vertex 6157 3.22778 15.1108 -3.3934e-014
Vertex 6158 3.00607 16.6731 0
Vertex 6159 3.25161 16.948 0
Vertex 6160 3.29642 15.0668 -3.3934e-014
Vertex 6161 3.27639 16.6519 0
Vertex 6162 3.17889 16.9028 0
Vertex 6163 2.9533 16.2884 -3.3934e-014
Vertex 6164 3.32088 16.7757 0
Vertex 6165 2.79088 16.7236 0
Vertex 6166 3.40439 16.224 0
Vertex 6167 3.10756 16.8555 0
Vertex 6168 2.72475 16.6655 0
Vertex 6169 3.23732 16.2139 0
Vertex 6170 3.24506 16.7266 0
Vertex 6171 2.7724 16.5896 0
Vertex 6172 3.21698 16.399 0
Vertex 6173 3.41629 16.7459 0
Vertex 6174 3.1995 16.285 0
Vertex 6175 3.38933 16.6228 0
Vertex 6176 3.60027 16.9301 0
Vertex 6177 2.98023e-008 14.8588 -2.02277
Vertex 6178 3.34961 16.7054 0
Vertex 6179 3.57819 16.7411 0
Vertex 6180 4.24078 16.7869 0
Vertex 6181 3.55278 16.6208 0
Vertex 6182 2.98023e-008 14.8709 -1.92782
Vertex 6183 2.80498 15.9919 -3.3934e-014
Vertex 6184 2.75683 15.9367 -3.3934e-014
Vertex 6185 0 14.9965 -1.93852
Vertex 6186 2.95535 15.9211 -3.3934e-014
Vertex 6187 1.94316 13.2229 -3.3934e-014
Vertex 6188 3.61298 16.6634 0
Vertex 6189 2.8546 15.9282 -3.3934e-014
Vertex 6190 3.02244 15.7242 -3.3934e-014
Vertex 6191 3.76942 16.5918 0
Vertex 6192 1.81783 13.2141 -3.3934e-014
Vertex 6193 2.95672 15.8032 -3.3934e-014
Vertex 6194 4.11681 16.5627 -3.3934e-014
Vertex 6195 2.04421 13.3557 -3.3934e-014
Vertex 6196 3.23384 15.1957 -3.3934e-014
Vertex 6197 3.90813 16.5094 0
Vertex 6198 2.05565 13.2563 -3.3934e-014
Vertex 6199 3.27522 15.1354 -3.3934e-014
Vertex 6200 3.84877 16.3839 -3.3934e-014
Vertex 6201 3.70698 13.769 -3.3934e-014
Vertex 6202 3.78484 16.2501 -3.3934e-014
Vertex 6203 4.54211 17.6482 0
Vertex 6204 3.60526 13.7603 -3.3934e-014
Vertex 6205 3.96803 17.0059 0
Vertex 6206 4.63196 17.6529 0
Vertex 6207 3.5036 13.7509 -3.3934e-014
Vertex 6208 4.63078 17.5543 0
Vertex 6209 3.30053 13.7297 -3.3934e-014
Vertex 6210 4.10265 17.1998 0
Vertex 6211 3.75769 16.3322 -3.3934e-014
Vertex 6212 3.40202 13.7407 -3.3934e-014
Vertex 6213 4.25908 17.0654 0
Vertex 6214 4.10068 17.1139 0
Vertex 6215 3.38065 13.9449 -3.3934e-014
Vertex 6216 4.3351 16.963 0
Vertex 6217 4.02978 17.1824 0
Vertex 6218 3.4838 13.9554 -3.3934e-014
Vertex 6219 4.25235 16.9777 0
Vertex 6220 3.97293 16.9495 0
Vertex 6221 2.94714 14.4816 -3.3934e-014
Vertex 6222 1.70973 15.452 0
Vertex 6223 1.73805 13.2434 -3.3934e-014
Vertex 6224 4.17344 17.048 0
Vertex 6225 1.61569 15.3902 -3.3934e-014
Vertex 6226 1.27079 15.3235 0
Vertex 6227 2.64323 16.1964 -3.3934e-014
Vertex 6228 4.03076 17.0979 0
Vertex 6229 1.54659 15.2233 0
Vertex 6230 2.69687 16.2563 -3.3934e-014
Vertex 6231 4.09705 17.0327 0
Vertex 6232 1.44167 15.2304 -3.3934e-014
Vertex 6233 4.41753 13.9101 -3.3934e-014
Vertex 6234 4.16034 16.8864 0
Vertex 6235 3.12924 14.6873 -3.3934e-014
Vertex 6236 -4.36436e-015 15.102 -0.200791
Vertex 6237 4.16956 16.9704 0
Vertex 6238 4.06827 16.8424 0
Vertex 6239 3.65335 15.9 0
Vertex 6240 4.09368 16.9634 0
Vertex 6241 3.16261 15.4836 0
Vertex 6242 3.73048 16.1361 -3.3934e-014
Vertex 6243 3.08934 16.1999 -3.3934e-014
Vertex 6244 4.8279 17.3619 -0.273357
Vertex 6245 3.67461 16.294 0
Vertex 6246 3.14693 14.1264 -3.3934e-014
Vertex 6247 4.8279 17.3573 -0.196259
Vertex 6248 2.4801 15.8665 -3.3934e-014
Vertex 6249 4.08649 16.8993 0
Vertex 6250 2.7962 16.2495 -3.3934e-014
Vertex 6251 2.70948 15.8753 -3.3934e-014
Vertex 6252 3.58341 16.4597 0
Vertex 6253 4.44253 17.6386 0
Vertex 6254 2.64747 15.6693 -3.3934e-014
Vertex 6255 2.4682 15.5673 -3.3934e-014
Vertex 6256 2.75938 15.8112 -3.3934e-014
Vertex 6257 2.9036 16.1061 -3.3934e-014
Vertex 6258 2.43436 15.7998 -3.3934e-014
Vertex 6259 2.648 15.7929 -3.3934e-014
Vertex 6260 3.59273 16.5513 0
Vertex 6261 2.50538 15.6137 -3.3934e-014
Vertex 6262 2.53656 15.7964 -3.3934e-014
Vertex 6263 2.26223 15.8611 -3.3934e-014
Vertex 6264 2.91028 15.6173 -3.3934e-014
Vertex 6265 2.5469 15.6663 -3.3934e-014
Vertex 6266 2.99807 16.2128 -3.3934e-014
Vertex 6267 2.85355 15.8052 -3.3934e-014
Vertex 6268 2.75536 15.6798 -3.3934e-014
Vertex 6269 1.269 15.5581 -3.3934e-014
Vertex 6270 1.46302 15.4267 0
Vertex 6271 2.80882 15.7501 -3.3934e-014
Vertex 6272 2.92573 15.5471 -3.3934e-014
Vertex 6273 1.3572 15.6074 -3.3934e-014
Vertex 6274 1.61889 12.9764 -3.3934e-014
Vertex 6275 2.83695 15.4965 -3.3934e-014
Vertex 6276 2.38912 15.7356 -3.3934e-014
Vertex 6277 3.27625 16.1473 0
Vertex 6278 3.13282 16.1239 -3.3934e-014
Vertex 6279 2.87637 15.5682 -3.3934e-014
Vertex 6280 2.34397 15.6702 -3.3934e-014
Vertex 6281 3.17926 16.1651 -3.3934e-014
Vertex 6282 2.81884 15.6128 -3.3934e-014
Vertex 6283 2.13881 15.6866 -3.3934e-014
Vertex 6284 2.35411 16.5467 0
Vertex 6285 2.22227 13.5696 -3.3934e-014
Vertex 6286 3.57773 14.0687 -3.3934e-014
Vertex 6287 3.83962 16.9672 0
Vertex 6288 2.92799 16.8342 0
Vertex 6289 3.65168 16.785 0
Vertex 6290 2.96917 16.7547 0
Vertex 6291 3.43516 14.4919 -3.3934e-014
Vertex 6292 3.6709 16.9648 0
Vertex 6293 3.79363 16.6926 0
Vertex 6294 3.33534 14.373 -3.3934e-014
Vertex 6295 3.36966 14.0482 -3.3934e-014
Vertex 6296 3.7635 16.7637 0
Vertex 6297 3.54237 14.4979 -3.3934e-014
Vertex 6298 3.77044 14.296 -3.3934e-014
Vertex 6299 3.9204 16.745 0
Vertex 6300 4.03129 16.9055 0
Vertex 6301 3.65647 14.3958 -3.3934e-014
Vertex 6302 3.69027 13.9739 -3.3934e-014
Vertex 6303 3.77817 14.1903 -3.3934e-014
Vertex 6304 3.98697 16.8477 0
Vertex 6305 3.66472 14.2882 -3.3934e-014
Vertex 6306 3.6818 14.0776 -3.3934e-014
Vertex 6307 4.02922 16.8664 0
Vertex 6308 2.29209 16.4742 -3.3934e-014
Vertex 6309 3.67325 14.1823 -3.3934e-014
Vertex 6310 1.88299 13.1283 -3.3934e-014
Vertex 6311 2.29854 16.3418 -3.3934e-014
Vertex 6312 3.56834 14.1734 -3.3934e-014
Vertex 6313 2.85427 16.049 -3.3934e-014
Vertex 6314 2.23004 16.4039 -3.3934e-014
Vertex 6315 3.67596 16.4516 0
Vertex 6316 3.99425 14.0995 -3.3934e-014
Vertex 6317 3.13965 16.7719 0
Vertex 6318 2.5344 16.3447 -3.3934e-014
Vertex 6319 4.20726 14.0063 -3.3934e-014
Vertex 6320 3.07224 16.7234 0
Vertex 6321 2.64137 16.3342 -3.3934e-014
Vertex 6322 2.95217 16.0428 -3.3934e-014
Vertex 6323 3.34663 14.2608 -3.3934e-014
Vertex 6324 3.11163 16.635 0
Vertex 6325 2.80786 16.3729 -3.3934e-014
Vertex 6326 2.95299 16.1628 -3.3934e-014
Vertex 6327 3.25292 14.1409 -3.3934e-014
Vertex 6328 3.04845 16.5876 0
Vertex 6329 2.85026 16.3061 -3.3934e-014
Vertex 6330 3.041 16.1492 -3.3934e-014
Vertex 6331 3.10031 14.3394 -3.3934e-014
Vertex 6332 2.98658 16.5357 0
Vertex 6333 3.00894 16.3403 -3.3934e-014
Vertex 6334 3.05077 16.0372 -3.3934e-014
Vertex 6335 3.13021 14.2343 -3.3934e-014
Vertex 6336 2.92516 16.4833 0
Vertex 6337 4.23466 14.5001 -3.3934e-014
Vertex 6338 3.70231 16.541 0
Vertex 6339 2.96397 16.4142 -3.3934e-014
Vertex 6340 3.72472 16.8292 0
Vertex 6341 1.31628 15.0624 -3.3934e-014
Vertex 6342 2.59678 14.5687 -3.3934e-014
Vertex 6343 3.85764 16.8274 0
Vertex 6344 2.41356 13.8098 -3.3934e-014
Vertex 6345 4.13622 14.5989 0
Vertex 6346 4.8279 17.1669 -0.269863
Vertex 6347 2.12127 13.5483 -3.3934e-014
Vertex 6348 3.61526 16.4197 0
Vertex 6349 3.71239 16.4014 0
Vertex 6350 0.95784 15.2151 0
Vertex 6351 3.62082 16.8567 0
Vertex 6352 3.72636 16.6449 0
Vertex 6353 3.6495 15.7937 0
Vertex 6354 3.84243 15.3859 -3.3934e-014
Vertex 6355 3.69767 16.8968 0
Vertex 6356 3.65504 16.5937 0
Vertex 6357 3.4599 15.9757 0
Vertex 6358 -4.36436e-015 14.9853 -0.390098
Vertex 6359 3.10511 16.3121 0
Vertex 6360 3.77377 16.9346 0
Vertex 6361 3.53497 16.0907 0
Vertex 6362 3.641 16.4955 0
Vertex 6363 1.70696 13.0536 -3.3934e-014
Vertex 6364 1.88307 15.4427 -3.3934e-014
Vertex 6365 4.8279 15.3914 -0.364252
Vertex 6366 0 15.0609 -1.4546
Vertex 6367 1.78994 12.9764 -3.3934e-014
Vertex 6368 3.81498 16.5401 0
Vertex 6369 1.97409 15.5211 -3.3934e-014
Vertex 6370 4.02293 16.3736 0
Vertex 6371 3.8787 16.4434 -3.3934e-014
Vertex 6372 5.21541e-008 14.8236 -1.24861
Vertex 6373 2.05845 15.4436 -3.3934e-014
Vertex 6374 4.35309 17.5351 0
Vertex 6375 3.85089 16.4837 0
Vertex 6376 2.90426 15.4731 -3.3934e-014
Vertex 6377 2.00174 15.1635 0
Vertex 6378 4.44163 17.5431 0
Vertex 6379 3.7453 16.495 0
Vertex 6380 1.96863 14.9699 0
Vertex 6381 0.980532 15.1629 0
Vertex 6382 2.4891 13.8143 -3.3934e-014
Vertex 6383 4.43636 17.4567 0
Vertex 6384 2.66451 13.9194 -3.3934e-014
Vertex 6385 3.75252 15.9106 -3.3934e-014
Vertex 6386 4.8279 14.9346 -0.664897
Vertex 6387 2.52828 14.0737 -3.3934e-014
Vertex 6388 3.79006 16.4458 0
Vertex 6389 0.608602 15.3103 0
Vertex 6390 2.55662 13.9992 -3.3934e-014
Vertex 6391 2.38973 13.9816 -3.3934e-014
Vertex 6392 3.89696 13.9892 -3.3934e-014
Vertex 6393 0 14.9275 -2.42165
Vertex 6394 2.82736 14.8377 -3.3934e-014
Vertex 6395 2.44588 14.0239 -3.3934e-014
Vertex 6396 4.26322 17.1484 0
Vertex 6397 3.36616 15.5863 -3.3934e-014
Vertex 6398 3.88312 14.1976 -3.3934e-014
Vertex 6399 2.98023e-008 14.7401 -2.01339
Vertex 6400 3.54997 14.3885 -3.3934e-014
Vertex 6401 2.07312 14.9139 -3.3934e-014
Vertex 6402 3.1877 16.0197 -3.3934e-014
Vertex 6403 0.218521 14.9011 0
Vertex 6404 2.05485 15.0099 -3.3934e-014
Vertex 6405 2.32697 14.7129 -3.3934e-014
Vertex 6406 0.77363 15.106 0
Vertex 6407 -4.36436e-015 14.8732 -0.288196
Vertex 6408 1.17885 15.512 -3.3934e-014
Vertex 6409 2.20644 14.9198 -3.3934e-014
Vertex 6410 0.944274 15.114 0
Vertex 6411 3.36174 16.5007 0
Vertex 6412 3.51755 16.1674 0
Vertex 6413 0 15.0778 -1.26222
Vertex 6414 2.89328 14.3957 -3.3934e-014
Vertex 6415 2.15368 14.8553 -3.3934e-014
Vertex 6416 3.55895 14.2798 -3.3934e-014
Vertex 6417 2.3723 14.7845 -3.3934e-014
Vertex 6418 0 15.1785 -1.3592
Vertex 6419 2.62664 15.1326 -3.3934e-014
Vertex 6420 1.54426 13.4738 -3.3934e-014
Vertex 6421 3.65213 15.497 -3.3934e-014
Vertex 6422 2.98401 15.5446 -3.3934e-014
Vertex 6423 2.68638 16.8719 0
Vertex 6424 2.50047 14.9582 -3.3934e-014
Vertex 6425 3.64581 16.0239 0
Vertex 6426 2.02671 14.871 -3.3934e-014
Vertex 6427 2.55324 14.3546 -3.3934e-014
Vertex 6428 1.65989 13.366 -3.3934e-014
Vertex 6429 3.4623 15.8771 0
Vertex 6430 2.21674 13.4868 -3.3934e-014
Vertex 6431 4.8279 16.9765 -0.182103
Vertex 6432 4.53219 14.6961 0
Vertex 6433 4.09846 14.1052 -3.3934e-014
Vertex 6434 3.55211 16 0
Vertex 6435 2.12571 13.3711 -3.3934e-014
Vertex 6436 3.30578 15.3963 0
Vertex 6437 3.92629 16.4464 -3.3934e-014
Vertex 6438 3.07893 15.4717 -3.3934e-014
Vertex 6439 1.40908 15.5187 0
Vertex 6440 2.21463 13.3861 -3.3934e-014
Vertex 6441 2.35814 15.5223 -3.3934e-014
Vertex 6442 3.92186 16.6504 0
Vertex 6443 3.18201 15.4032 0
Vertex 6444 1.22393 15.4195 -3.3934e-014
Vertex 6445 4.8279 13.9175 -0.142534
Vertex 6446 3.13742 15.9695 -3.3934e-014
Vertex 6447 3.86389 16.674 0
Vertex 6448 1.96716 13.1513 -3.3934e-014
Vertex 6449 2.05949 13.5329 -3.3934e-014
Vertex 6450 2.25653 14.623 -3.3934e-014
Vertex 6451 1.87945 12.9851 -3.3934e-014
Vertex 6452 3.91623 16.8839 0
Vertex 6453 1.36795 15.3734 0
Vertex 6454 4.8279 15.0478 -0.366942
Vertex 6455 2.72213 15.4816 -3.3934e-014
Vertex 6456 3.25103 16.3219 0
Vertex 6457 2.33615 14.0373 -3.3934e-014
Vertex 6458 3.8622 16.9168 0
Vertex 6459 3.85829 16.7213 0
Vertex 6460 2.33556 13.8067 -3.3934e-014
Vertex 6461 2.12034 13.4776 -3.3934e-014
Vertex 6462 4.3351 17.1601 0
Vertex 6463 2.98023e-008 14.8457 -2.11648
Vertex 6464 2.97382 15.033 -3.3934e-014
Vertex 6465 4.8279 15.0691 -0.195495
Vertex 6466 3.3777 15.7679 0
Vertex 6467 1.67354 13.725 -3.3934e-014
Vertex 6468 2.14328 15.0447 -3.3934e-014
Vertex 6469 2.41029 15.6142 -3.3934e-014
Vertex 6470 2.98023e-008 14.7157 -2.20303
Vertex 6471 3.74602 15.3857 -3.3934e-014
Vertex 6472 2.41925 13.8994 -3.3934e-014
Vertex 6473 3.56024 15.6945 0
Vertex 6474 3.33311 16.1899 0
Vertex 6475 2.22982 13.6676 -3.3934e-014
Face 1 1553 2132 485
Face 2 2498 5209 5265
Face 3 2101 3243 1415
Face 4 4468 4887 4490
Face 5 2914 1719 2540
Face 6 5950 5303 6013
Face 7 1985 3021 3020
Face 8 4332 4331 4425
Face 9 4087 3779 2038
Face 10 4952 4808 1357
Face 11 6082 6450 5347
Face 12 979 3139 3138
Face 13 1710 3735 4058
Face 14 981 3228 3227
Face 15 75 5080 4870
Face 16 558 3589 3586
Face 17 4748 4572 4747
Face 18 5234 5233 1157
Face 19 2922 929 2275
Face 20 3300 3938 1197
Face 21 5154 5056 4971
Face 22 3718 2310 788
Face 23 3125 3139 1741
Face 24 4759 4760 3188
Face 25 526 5392 5636
Face 26 5537 5539 2928
Face 27 3584 3034 3599
Face 28 5351 5683 871
Face 29 2793 2307 1337
Face 30 1174 5349 6408
Face 31 3015 2709 402
Face 32 5409 5401 5669
Face 33 2970 3707 6372
Face 34 4528 4953 2316
Face 35 4841 4842 4602
Face 36 2245 2246 2661
Face 37 838 1577 2331
Face 38 36 145 5171
Face 39 3711 2459 2270
Face 40 5407 5524 5410
Face 41 2513 2837 4159
Face 42 437 1670 795
Face 43 829 3113 1495
Face 44 153 741 174
Face 45 4981 5025 5026
Face 46 1335 3447 3436
Face 47 4504 4850 4851
Face 48 4571 4602 4842
Face 49 1113 696 112
Face 50 3939 1614 3682
Face 51 141 747 746
Face 52 1193 2347 4915
Face 53 4268 4086 4164
Face 54 5265 5209 279
Face 55 4799 1697 2560
Face 56 1089 3009 3010
Face 57 369 1705 370
Face 58 176 701 438
Face 59 4965 4994 4959
Face 60 2142 2143 1456
Face 61 5094 4995 4724
Face 62 3056 3055 1274
Face 63 2497 2981 1815
Face 64 253 243 250
Face 65 1248 3009 1089
Face 66 5629 5626 1241
Face 67 5267 36 5171
Face 68 3806 4183 4354
Face 69 812 446 1730
Face 70 1399 482 483
Face 71 4170 4263 4264
Face 72 436 176 175
Face 73 1903 1100 1343
Face 74 796 2353 1307
Face 75 6442 2183 3795
Face 76 4131 1936 3160
Face 77 944 6389 5437
Face 78 3662 4440 4136
Face 79 2654 2655 2252
Face 80 4863 4489 4862
Face 81 2619 1880 3162
Face 82 3228 981 3229
Face 83 3102 193 4547
Face 84 51 32 479
Face 85 5142 4130 4879
Face 86 735 51 259
Face 87 2823 3788 2700
Face 88 630 1781 1780
Face 89 1887 668 1003
Face 90 1735 1734 645
Face 91 1922 1891 130
Face 92 87 1177 419
Face 93 1553 1554 2132
Face 94 418 87 222
Face 95 447 1429 1729
Face 96 4054 816 4055
Face 97 638 51 717
Face 98 1918 723 306
Face 99 1226 175 1622
Face 100 1226 1813 175
Face 101 276 1792 852
Face 102 819 1498 582
Face 103 527 1170 2222
Face 104 17 1174 2414
Face 105 2501 3805 1638
Face 106 79 527 2209
Face 107 939 2820 1958
Face 108 3817 1288 3818
Face 109 4031 1719 2914
Face 110 3160 1936 2319
Face 111 1974 1975 3031
Face 112 2639 2634 2640
Face 113 606 3030 1975
Face 114 1877 2732 2715
Face 115 110 390 1263
Face 116 784 111 235
Face 117 245 1263 390
Face 118 1078 1358 61
Face 119 520 1522 1382
Face 120 1385 828 1555
Face 121 4550 4572 4748
Face 122 1399 483 1400
Face 123 209 151 2291
Face 124 4 329 64
Face 125 2897 2390 136
Face 126 6294 6291 868
Face 127 2961 66 2501
Face 128 410 6118 6022
Face 129 1336 2000 722
Face 130 5804 5440 5437
Face 131 2932 3792 2931
Face 132 161 2476 68
Face 133 1475 1436 538
Face 134 4501 4854 4500
Face 135 2148 2149 2150
Face 136 795 1670 898
Face 137 6 393 392
Face 138 513 2973 1350
Face 139 1159 5610 5213
Face 140 4309 2153 4109
Face 141 917 192 1904
Face 142 3143 2343 3537
Face 143 936 4440 3662
Face 144 3260 1440 2487
Face 145 254 250 104
Face 146 254 253 250
Face 147 966 1748 256
Face 148 2387 2755 2680
Face 149 5203 5204 948
Face 150 2475 1080 407
Face 151 289 2593 2017
Face 152 2345 3537 2343
Face 153 2501 178 2961
Face 154 2130 2958 178
Face 155 6 202 393
Face 156 6 685 215
Face 157 802 2070 297
Face 158 4606 4838 4605
Face 159 918 1474 663
Face 160 2128 655 1238
Face 161 4270 4085 4269
Face 162 1816 636 323
Face 163 1246 2996 1945
Face 164 234 329 710
Face 165 486 487 2134
Face 166 141 2585 504
Face 167 5610 6454 5215
Face 168 387 863 5609
Face 169 164 1136 859
Face 170 4080 4081 4348
Face 171 2501 2130 178
Face 172 22 2380 226
Face 173 2658 2248 2249
Face 174 2660 2661 2246
Face 175 286 377 810
Face 176 672 546 1203
Face 177 31 1908 3924
Face 178 31 2139 1908
Face 179 694 456 84
Face 180 2634 2630 2901
Face 181 4 93 771
Face 182 507 3706 2934
Face 183 3401 3413 3414
Face 184 498 5631 5809
Face 185 1327 95 1037
Face 186 1327 890 95
Face 187 1284 806 1121
Face 188 1325 422 628
Face 189 3774 3775 4139
Face 190 1024 1023 3777
Face 191 1869 1870 3037
Face 192 692 935 2584
Face 193 17 578 2202
Face 194 947 769 1823
Face 195 2961 3804 66
Face 196 2209 527 2222
Face 197 397 1101 1467
Face 198 838 2331 3532
Face 199 36 5601 310
Face 200 36 5267 5601
Face 201 5300 5312 5433
Face 202 1646 101 1216
Face 203 14 251 250
Face 204 249 1746 658
Face 205 212 468 267
Face 206 7 24 468
Face 207 3860 3470 3746
Face 208 286 811 445
Face 209 2365 2942 2983
Face 210 5 77 107
Face 211 867 108 500
Face 212 622 15 621
Face 213 1330 618 350
Face 214 874 929 1533
Face 215 2560 2559 4799
Face 216 391 913 912
Face 217 535 111 784
Face 218 1643 749 2093
Face 219 2190 112 696
Face 220 1140 1141 995
Face 221 2983 1917 2365
Face 222 849 12 551
Face 223 1327 114 890
Face 224 15 169 1534
Face 225 1433 1726 1007
Face 226 356 1462 907
Face 227 1717 3072 4052
Face 228 365 646 1710
Face 229 1457 219 1458
Face 230 1456 2143 1215
Face 231 2154 920 366
Face 232 4114 4113 2158
Face 233 1693 2963 2303
Face 234 1130 2203 787
Face 235 153 1739 741
Face 236 2969 5426 5863
Face 237 1070 121 1071
Face 238 4144 4171 4146
Face 239 1751 122 375
Face 240 42 1396 662
Face 241 4565 4566 4848
Face 242 984 1481 1482
Face 243 1433 908 1726
Face 244 4848 4566 4847
Face 245 3293 3294 1678
Face 246 1038 28 2574
Face 247 5243 1157 482
Face 248 4079 3135 2541
Face 249 203 1645 3315
Face 250 3705 976 2938
Face 251 1556 438 439
Face 252 1705 369 1704
Face 253 1000 667 1890
Face 254 454 2441 1092
Face 255 70 211 1889
Face 256 441 642 922
Face 257 321 131 821
Face 258 3340 2715 2732
Face 259 2053 1625 4196
Face 260 1053 153 132
Face 261 754 3034 3584
Face 262 3377 562 3184
Face 263 327 1566 2025
Face 264 1904 192 1886
Face 265 609 135 404
Face 266 1770 1529 910
Face 267 3355 974 208
Face 268 3355 876 974
Face 269 4470 2240 2666
Face 270 2670 2236 2237
Face 271 3554 1470 1557
Face 272 1679 2387 2680
Face 273 177 1340 1339
Face 274 4002 3554 4130
Face 275 51 290 259
Face 276 51 474 140
Face 277 12 1757 551
Face 278 1756 1084 1083
Face 279 302 1840 831
Face 280 303 492 142
Face 281 548 564 147
Face 282 2748 3391 3825
Face 283 1989 1335 3436
Face 284 510 2198 823
Face 285 292 5226 293
Face 286 1126 5746 5990
Face 287 2221 2862 2219
Face 288 2204 589 572
Face 289 754 3033 3034
Face 290 770 548 147
Face 291 500 866 867
Face 292 548 770 148
Face 293 463 1310 499
Face 294 768 150 149
Face 295 570 150 768
Face 296 1251 3361 3362
Face 297 64 151 4
Face 298 3005 351 3004
Face 299 1541 4906 2356
Face 300 49 1056 1057
Face 301 2971 153 1053
Face 302 2971 120 153
Face 303 1731 1732 1364
Face 304 1804 2138 643
Face 305 1325 155 422
Face 306 272 1137 1519
Face 307 2 156 53
Face 308 2 44 156
Face 309 23 723 1918
Face 310 1572 1704 369
Face 311 72 158 637
Face 312 72 129 295
Face 313 4182 1160 2167
Face 314 1145 42 475
Face 315 516 337 1272
Face 316 2699 2269 3291
Face 317 298 467 68
Face 318 422 155 1656
Face 319 3 162 1506
Face 320 418 222 162
Face 321 222 763 162
Face 322 2133 486 2134
Face 323 502 388 158
Face 324 841 1136 164
Face 325 5350 6297 6291
Face 326 416 5105 5151
Face 327 1856 4454 1855
Face 328 964 549 1162
Face 329 103 4737 3812
Face 330 103 619 484
Face 331 627 1101 614
Face 332 3186 2296 2866
Face 333 622 169 15
Face 334 622 873 169
Face 335 360 170 428
Face 336 1072 1749 1234
Face 337 2221 1435 1082
Face 338 1080 2475 930
Face 339 4438 4133 4134
Face 340 560 470 1424
Face 341 424 2086 1250
Face 342 321 821 173
Face 343 3193 2057 2055
Face 344 132 153 174
Face 345 52 666 1572
Face 346 3960 2310 3718
Face 347 276 1795 1227
Face 348 276 852 1795
Face 349 1457 1456 219
Face 350 532 1340 177
Face 351 3278 2950 3933
Face 352 3278 780 2960
Face 353 1082 1081 2221
Face 354 2380 22 1296
Face 355 6 180 685
Face 356 6 568 180
Face 357 655 660 1238
Face 358 885 1480 993
Face 359 2288 2343 3143
Face 360 2193 877 182
Face 361 3912 3933 2950
Face 362 3368 2343 2288
Face 363 2639 2630 2634
Face 364 770 147 534
Face 365 1884 1103 3550
Face 366 457 119 185
Face 367 2202 1174 17
Face 368 67 946 1999
Face 369 1047 1674 1921
Face 370 1036 630 1780
Face 371 109 618 1330
Face 372 733 2190 696
Face 373 115 1726 908
Face 374 1765 809 189
Face 375 483 190 1400
Face 376 483 345 190
Face 377 661 1752 1426
Face 378 1751 375 191
Face 379 1443 1028 1442
Face 380 1614 3939 1527
Face 381 44 716 156
Face 382 4671 4959 4461
Face 383 574 1522 520
Face 384 2316 4952 1357
Face 385 4600 4807 4776
Face 386 4721 1357 4808
Face 387 33 1078 244
Face 388 3429 864 3430
Face 389 638 474 51
Face 390 1498 819 575
Face 391 1455 677 1707
Face 392 702 1496 854
Face 393 1464 356 983
Face 394 124 658 1746
Face 395 269 2017 2593
Face 396 566 504 2585
Face 397 185 201 1
Face 398 1740 2929 1022
Face 399 80 202 6
Face 400 2994 1246 1945
Face 401 1944 2994 1945
Face 402 1944 2557 2994
Face 403 1387 1388 270
Face 404 1135 1325 628
Face 405 3055 1273 1274
Face 406 623 94 991
Face 407 1783 1782 632
Face 408 997 1671 380
Face 409 384 1692 670
Face 410 3135 4079 2068
Face 411 5631 5807 5809
Face 412 1240 209 3657
Face 413 4 209 93
Face 414 4 151 209
Face 415 149 210 768
Face 416 329 4 462
Face 417 439 922 642
Face 418 130 1891 211
Face 419 1312 1313 3802
Face 420 7 468 212
Face 421 948 5435 5203
Face 422 764 763 213
Face 423 2908 558 3586
Face 424 1091 1090 3011
Face 425 1009 2786 1361
Face 426 80 6 215
Face 427 759 216 327
Face 428 1490 2937 1224
Face 429 1151 325 1150
Face 430 1337 2307 957
Face 431 579 917 1904
Face 432 986 183 1940
Face 433 1215 219 1456
Face 434 644 645 1734
Face 435 29 220 473
Face 436 1817 262 2305
Face 437 87 221 222
Face 438 1136 841 1287
Face 439 49 222 221
Face 440 49 763 222
Face 441 3190 3696 762
Face 442 12 849 223
Face 443 397 614 1101
Face 444 167 103 224
Face 445 1145 1396 42
Face 446 3809 4490 4887
Face 447 537 1952 2173
Face 448 1736 3149 2196
Face 449 3550 945 1884
Face 450 161 18 227
Face 451 107 228 333
Face 452 1552 1553 485
Face 453 2120 229 451
Face 454 1815 2981 353
Face 455 655 230 654
Face 456 655 2128 976
Face 457 1374 844 1375
Face 458 18 467 231
Face 459 3662 1315 936
Face 460 3518 1024 3777
Face 461 533 312 207
Face 462 343 2212 2113
Face 463 3315 624 203
Face 464 64 329 234
Face 465 60 235 608
Face 466 403 245 913
Face 467 20 489 2284
Face 468 2272 229 2120
Face 469 168 538 539
Face 470 2369 1475 538
Face 471 2900 3663 1636
Face 472 2899 136 508
Face 473 3569 1875 3339
Face 474 373 330 561
Face 475 834 833 939
Face 476 56 2366 2428
Face 477 810 811 286
Face 478 1661 906 1662
Face 479 1671 1672 380
Face 480 701 176 436
Face 481 4686 911 4336
Face 482 4970 1849 4675
Face 483 61 244 1078
Face 484 61 1599 244
Face 485 3244 988 1415
Face 486 980 1263 245
Face 487 1079 246 766
Face 488 196 520 1382
Face 489 1133 982 803
Face 490 334 828 1385
Face 491 4002 3078 3554
Face 492 1716 116 1717
Face 493 1452 657 425
Face 494 2676 2233 2673
Face 495 75 250 243
Face 496 429 14 250
Face 497 659 1236 1237
Face 498 104 250 251
Face 499 34 252 297
Face 500 4360 4836 4608
Face 501 4736 4611 4625
Face 502 684 2559 5075
Face 503 4928 4713 4927
Face 504 3551 4357 4360
Face 505 76 2415 3820
Face 506 76 428 255
Face 507 50 256 1750
Face 508 319 1729 1429
Face 509 3189 2680 2754
Face 510 138 255 428
Face 511 3520 4559 4563
Face 512 4560 3188 4894
Face 513 2127 1340 532
Face 514 2127 3168 1340
Face 515 1485 664 1699
Face 516 4857 4498 4856
Face 517 1130 2697 2203
Face 518 401 1881 261
Face 519 324 1922 130
Face 520 1787 206 1143
Face 521 102 5233 5257
Face 522 482 1157 5233
Face 523 5150 5149 263
Face 524 4454 1856 1373
Face 525 3970 4231 4077
Face 526 573 379 265
Face 527 287 286 445
Face 528 1604 1165 1164
Face 529 43 267 468
Face 530 1865 1869 3037
Face 531 690 2584 935
Face 532 1096 3037 1870
Face 533 1683 3534 2260
Face 534 732 2426 2342
Face 535 836 2490 3373
Face 536 1039 1387 270
Face 537 920 271 366
Face 538 442 443 2165
Face 539 41 1284 1299
Face 540 41 806 1284
Face 541 3019 1610 313
Face 542 1132 1306 273
Face 543 4495 4496 4859
Face 544 1483 2075 652
Face 545 2739 604 2740
Face 546 3019 313 3020
Face 547 1790 276 157
Face 548 1790 1792 276
Face 549 2361 2983 2942
Face 550 1027 223 849
Face 551 636 1912 323
Face 552 1000 1890 999
Face 553 2943 862 309
Face 554 6465 5262 5260
Face 555 473 388 502
Face 556 164 859 280
Face 557 5869 5720 5274
Face 558 1349 146 2860
Face 559 443 282 2165
Face 560 3689 3860 3746
Face 561 1682 1887 1003
Face 562 1004 444 283
Face 563 1261 1853 2600
Face 564 1261 956 1853
Face 565 2231 285 2259
Face 566 2258 2653 2253
Face 567 1754 286 287
Face 568 1754 377 286
Face 569 4744 4830 4426
Face 570 1106 378 1755
Face 571 420 1038 2574
Face 572 2484 269 2593
Face 573 4818 4819 4646
Face 574 880 2175 2177
Face 575 140 290 51
Face 576 2005 198 529
Face 577 731 2337 40
Face 578 2338 1683 4094
Face 579 5221 292 5063
Face 580 6447 2183 6442
Face 581 5063 293 1210
Face 582 5063 292 293
Face 583 1639 2425 528
Face 584 545 107 333
Face 585 636 2006 1912
Face 586 158 72 295
Face 587 642 1556 439
Face 588 1731 1364 1570
Face 589 792 654 230
Face 590 215 685 459
Face 591 2827 1024 3518
Face 592 231 467 298
Face 593 1994 582 1498
Face 594 4875 3104 4322
Face 595 707 1404 202
Face 596 71 556 300
Face 597 1949 2999 3000
Face 598 1948 2998 2999
Face 599 1055 828 334
Face 600 1034 560 1424
Face 601 1185 1033 172
Face 602 25 492 303
Face 603 268 492 25
Face 604 268 98 492
Face 605 1974 305 2455
Face 606 1974 3031 305
Face 607 1706 370 1705
Face 608 198 2005 306
Face 609 5846 5922 5779
Face 610 5997 5303 5950
Face 611 5229 5220 5353
Face 612 1502 1507 5220
Face 613 36 5237 145
Face 614 36 310 5237
Face 615 5605 5234 1158
Face 616 5238 5237 310
Face 617 3136 2541 3135
Face 618 1158 5234 1157
Face 619 455 312 533
Face 620 455 126 2467
Face 621 973 313 1610
Face 622 3238 807 1060
Face 623 1051 1115 315
Face 624 3179 1490 1606
Face 625 1116 315 1115
Face 626 1116 938 315
Face 627 557 1743 1560
Face 628 349 1294 382
Face 629 1756 2226 1085
Face 630 12 223 317
Face 631 4107 4312 1595
Face 632 1084 1756 1085
Face 633 1459 1189 965
Face 634 4056 364 4057
Face 635 1152 504 566
Face 636 113 277 320
Face 637 431 321 173
Face 638 3342 2715 3340
Face 639 619 540 484
Face 640 8 21 322
Face 641 1143 394 1787
Face 642 262 1817 323
Face 643 997 324 1671
Face 644 997 1922 324
Face 645 217 325 1151
Face 646 217 1906 325
Face 647 961 2227 2001
Face 648 961 2404 2227
Face 649 39 327 2039
Face 650 1803 217 1151
Face 651 3687 2992 3743
Face 652 787 2203 2078
Face 653 1437 329 2372
Face 654 1437 710 329
Face 655 10 784 235
Face 656 543 561 330
Face 657 3234 729 3235
Face 658 3233 1344 331
Face 659 362 332 1695
Face 660 34 297 555
Face 661 1222 2365 1917
Face 662 294 545 333
Face 663 19 1076 247
Face 664 807 1407 3434
Face 665 56 2367 2366
Face 666 834 318 2430
Face 667 875 1330 350
Face 668 2818 2819 1021
Face 669 2215 2720 2719
Face 670 518 1021 2819
Face 671 2435 1182 3038
Face 672 1725 187 338
Face 673 1669 898 1670
Face 674 1669 899 898
Face 675 211 1668 130
Face 676 211 70 1668
Face 677 900 921 440
Face 678 4116 2161 4117
Face 679 118 1888 283
Face 680 2159 4114 2158
Face 681 533 343 233
Face 682 384 342 2336
Face 683 159 344 345
Face 684 159 102 344
Face 685 37 345 344
Face 686 676 1468 481
Face 687 4428 612 223
Face 688 2982 1217 5302
Face 689 573 347 396
Face 690 2543 311 2781
Face 691 5546 5841 5843
Face 692 524 41 1299
Face 693 1773 634 736
Face 694 1595 1579 2392
Face 695 1365 797 1111
Face 696 1209 3780 1492
Face 697 2809 1645 203
Face 698 3508 352 2788
Face 699 2272 352 229
Face 700 2272 2788 352
Face 701 2081 353 123
Face 702 2081 1815 353
Face 703 4568 4569 4845
Face 704 970 1359 1473
Face 705 4843 4844 4570
Face 706 124 1746 1465
Face 707 968 1463 355
Face 708 968 357 1463
Face 709 1747 967 199
Face 710 2670 2237 2669
Face 711 2239 4469 2667
Face 712 2386 359 1430
Face 713 256 1460 966
Face 714 256 50 1460
Face 715 76 360 428
Face 716 389 1749 1072
Face 717 4013 4012 3207
Face 718 2071 587 361
Face 719 4928 4783 4713
Face 720 34 555 362
Face 721 103 549 619
Face 722 103 3812 363
Face 723 1458 364 4056
Face 724 1458 219 364
Face 725 1709 365 1710
Face 726 1709 117 365
Face 727 1733 644 1734
Face 728 1733 2147 644
Face 729 2145 2146 117
Face 730 1363 1364 1732
Face 731 677 1706 1707
Face 732 677 370 1706
Face 733 2119 1227 1367
Face 734 2119 276 1227
Face 735 721 2020 1368
Face 736 721 157 2020
Face 737 1297 3888 2748
Face 738 5817 1241 5626
Face 739 2466 1639 1129
Face 740 2466 2425 1639
Face 741 59 373 561
Face 742 896 1575 1641
Face 743 3030 3031 1975
Face 744 2094 1643 2093
Face 745 189 1659 260
Face 746 189 809 1659
Face 747 2657 2658 2249
Face 748 1700 1699 376
Face 749 1753 377 1754
Face 750 2250 2657 2249
Face 751 2259 1107 1703
Face 752 2259 285 1107
Face 753 396 379 573
Face 754 1202 672 1203
Face 755 4083 4084 4271
Face 756 206 1787 1786
Face 757 2701 1781 630
Face 758 4348 4081 4347
Face 759 1598 736 737
Face 760 1598 1773 736
Face 761 1294 686 382
Face 762 221 87 383
Face 763 761 2297 728
Face 764 761 385 2297
Face 765 1166 385 761
Face 766 1166 4072 385
Face 767 594 386 1200
Face 768 594 177 386
Face 769 454 387 1159
Face 770 72 863 387
Face 771 280 388 473
Face 772 471 72 637
Face 773 1796 817 602
Face 774 4050 515 4051
Face 775 2561 913 391
Face 776 2561 914 913
Face 777 4933 4673 4978
Face 778 1406 1423 2752
Face 779 4815 2136 1404
Face 780 5104 4683 4873
Face 781 708 1404 707
Face 782 708 1308 1404
Face 783 1144 394 1143
Face 784 1144 713 394
Face 785 1590 395 1069
Face 786 3170 2022 1347
Face 787 2129 1400 2266
Face 788 90 379 396
Face 789 3810 4553 3809
Face 790 985 1216 1472
Face 791 4837 4838 4606
Face 792 1434 2051 1008
Face 793 2213 743 1110
Face 794 1380 2152 4471
Face 795 1110 2006 636
Face 796 1110 743 2006
Face 797 1 401 261
Face 798 1 201 401
Face 799 3237 3236 1989
Face 800 144 1609 1608
Face 801 60 3248 1779
Face 802 3403 3402 3415
Face 803 1116 404 938
Face 804 188 609 404
Face 805 218 1119 1120
Face 806 218 395 1119
Face 807 2607 1120 801
Face 808 73 218 1120
Face 809 5377 5750 5748
Face 810 2174 372 2621
Face 811 1043 5518 6179
Face 812 1296 22 2597
Face 813 146 1425 592
Face 814 146 88 1425
Face 815 6264 414 5802
Face 816 6283 776 5713
Face 817 5637 5345 6086
Face 818 415 6424 5653
Face 819 5288 6154 6443
Face 820 5288 5694 6154
Face 821 6460 5884 3353
Face 822 5730 6342 6427
Face 823 5682 5685 5403
Face 824 5885 6154 5694
Face 825 5882 5388 5356
Face 826 5882 6071 5388
Face 827 2896 5459 6327
Face 828 1855 4454 4832
Face 829 8 417 21
Face 830 619 549 417
Face 831 3 418 162
Face 832 1507 1859 1177
Face 833 1859 419 1177
Face 834 5208 5358 2903
Face 835 3148 3149 1736
Face 836 927 2329 2295
Face 837 1344 3450 3449
Face 838 1913 3254 2775
Face 839 1374 422 1656
Face 840 1374 204 422
Face 841 3529 3528 1845
Face 842 1017 2040 423
Face 843 3308 3309 751
Face 844 3012 1091 3011
Face 845 878 1453 398
Face 846 878 426 1453
Face 847 2290 426 878
Face 848 2678 2679 2677
Face 849 2679 2232 2677
Face 850 2382 1594 656
Face 851 257 428 170
Face 852 257 138 428
Face 853 75 429 250
Face 854 2754 2680 2755
Face 855 2 430 197
Face 856 2 53 430
Face 857 2801 1091 3012
Face 858 30 610 431
Face 859 532 432 139
Face 860 594 248 432
Face 861 2395 2396 3664
Face 862 2287 1802 433
Face 863 581 609 188
Face 864 1332 1769 1333
Face 865 38 695 2112
Face 866 38 314 695
Face 867 2443 1774 1114
Face 868 242 9 700
Face 869 1720 437 795
Face 870 1720 858 437
Face 871 924 438 701
Face 872 924 439 438
Face 873 339 1851 1515
Face 874 339 1894 1851
Face 875 1894 440 921
Face 876 1894 339 440
Face 877 2137 441 922
Face 878 4119 2163 4120
Face 879 2161 2162 4117
Face 880 1666 443 442
Face 881 283 902 118
Face 882 283 444 902
Face 883 3855 3746 3470
Face 884 903 902 444
Face 885 904 445 811
Face 886 3468 3855 3470
Face 887 1767 446 812
Face 888 1767 358 446
Face 889 1728 447 1729
Face 890 2242 2665 2241
Face 891 1727 448 449
Face 892 2663 2244 2662
Face 893 1764 449 448
Face 894 1764 450 449
Face 895 1477 450 1764
Face 896 4853 4502 4852
Face 897 4503 4504 4851
Face 898 994 1488 1489
Face 899 3054 1273 3055
Face 900 2446 1414 1273
Face 901 2478 692 2584
Face 902 1895 937 3953
Face 903 72 454 129
Face 904 72 387 454
Face 905 233 455 533
Face 906 2441 454 1159
Face 907 150 456 149
Face 908 1250 2086 2085
Face 909 1 457 185
Face 910 1 261 457
Face 911 2195 814 530
Face 912 2195 2004 814
Face 913 297 459 555
Face 914 297 2070 2003
Face 915 1012 460 1398
Face 916 2027 3536 1020
Face 917 406 1099 405
Face 918 406 801 1099
Face 919 5544 6192 3698
Face 920 2372 329 462
Face 921 1311 463 3590
Face 922 1311 1310 463
Face 923 2033 3507 465
Face 924 2033 2035 3507
Face 925 6407 3651 3954
Face 926 3516 1040 2032
Face 927 3641 466 2605
Face 928 3649 5497 3643
Face 929 161 467 18
Face 930 161 68 467
Face 931 105 468 24
Face 932 105 43 468
Face 933 5027 3099 5025
Face 934 3215 3112 830
Face 935 142 1867 303
Face 936 4578 1866 4897
Face 937 2904 471 637
Face 938 2904 6365 5854
Face 939 220 4171 4144
Face 940 220 29 738
Face 941 164 473 220
Face 942 164 280 473
Face 943 197 474 638
Face 944 575 854 1496
Face 945 2650 2651 2256
Face 946 1201 1145 475
Face 947 87 476 383
Face 948 87 419 476
Face 949 1833 2453 1832
Face 950 3059 1976 1827
Face 951 1251 3360 3361
Face 952 3573 1971 3576
Face 953 717 4460 4729
Face 954 717 51 479
Face 955 2 480 44
Face 956 2 197 480
Face 957 2066 481 674
Face 958 2066 676 481
Face 959 102 482 5233
Face 960 102 159 482
Face 961 159 483 482
Face 962 159 345 483
Face 963 224 484 540
Face 964 224 103 484
Face 965 4338 4465 5419
Face 966 4338 4400 4465
Face 967 223 1355 992
Face 968 223 612 1355
Face 969 1211 487 486
Face 970 1211 5367 5362
Face 971 163 488 213
Face 972 1745 2132 1554
Face 973 2069 489 82
Face 974 2069 2284 489
Face 975 2369 1635 1475
Face 976 3659 3187 2610
Face 977 5191 6463 2535
Face 978 3164 2584 690
Face 979 304 492 98
Face 980 304 142 492
Face 981 2125 2870 1954
Face 982 2125 494 2870
Face 983 825 2867 665
Face 984 5159 1193 4915
Face 985 3485 495 464
Face 986 2210 3522 3679
Face 987 5344 5904 5907
Face 988 1301 871 5675
Face 989 5318 5874 5872
Face 990 5318 872 497
Face 991 873 872 5318
Face 992 1837 5817 5626
Face 993 6428 2633 6420
Face 994 2640 2634 499
Face 995 3823 2748 3825
Face 996 3823 1297 2748
Face 997 3271 501 1075
Face 998 3271 3270 501
Face 999 1817 1816 323
Face 1000 29 473 502
Face 1001 3059 1977 1976
Face 1002 143 1006 503
Face 1003 1153 504 1152
Face 1004 1153 1083 504
Face 1005 1917 3286 1934
Face 1006 113 320 1759
Face 1007 277 506 85
Face 1008 277 113 506
Face 1009 3523 507 3478
Face 1010 3523 3706 507
Face 1011 238 3478 507
Face 1012 3187 1636 2683
Face 1013 2900 3713 3663
Face 1014 101 542 509
Face 1015 3270 510 2107
Face 1016 3269 2198 510
Face 1017 1591 511 916
Face 1018 1591 611 511
Face 1019 1146 2998 1948
Face 1020 1146 2997 2998
Face 1021 1351 513 1350
Face 1022 1351 514 513
Face 1023 2403 514 1351
Face 1024 2403 653 514
Face 1025 1200 1691 4049
Face 1026 1200 386 1691
Face 1027 3127 1019 4896
Face 1028 3127 599 1019
Face 1029 2214 2720 2215
Face 1030 2214 3171 2720
Face 1031 2756 1184 2757
Face 1032 2689 2859 2753
Face 1033 3262 1148 836
Face 1034 1034 1424 519
Face 1035 247 1384 19
Face 1036 247 1539 1384
Face 1037 4858 4859 4496
Face 1038 122 1751 1487
Face 1039 1996 522 1995
Face 1040 1996 5830 522
Face 1041 2040 523 423
Face 1042 2040 525 523
Face 1043 943 1173 5828
Face 1044 1536 805 524
Face 1045 1015 2389 55
Face 1046 6097 5524 6102
Face 1047 2223 5850 2420
Face 1048 6273 6439 5850
Face 1049 17 2200 284
Face 1050 17 2414 2200
Face 1051 1772 3159 2319
Face 1052 930 2475 2320
Face 1053 2333 2004 2195
Face 1054 1105 1331 2225
Face 1055 386 2301 1691
Face 1056 386 2334 2301
Face 1057 177 2334 386
Face 1058 177 1339 2334
Face 1059 594 532 177
Face 1060 45 432 532
Face 1061 48 533 207
Face 1062 48 343 533
Face 1063 1587 3062 3063
Face 1064 184 16 534
Face 1065 373 535 330
Face 1066 895 3628 3629
Face 1067 305 2456 2455
Face 1068 3378 562 3377
Face 1069 2302 537 837
Face 1070 1993 3148 1736
Face 1071 2058 909 69
Face 1072 2058 2073 909
Face 1073 2707 2479 1101
Face 1074 2707 3957 2479
Face 1075 322 540 619
Face 1076 2041 101 1646
Face 1077 3756 2043 2041
Face 1078 6433 5488 6316
Face 1079 2875 2041 1646
Face 1080 2875 1264 2041
Face 1081 1011 543 330
Face 1082 2750 4622 2135
Face 1083 1218 544 1217
Face 1084 1218 5060 544
Face 1085 5 545 294
Face 1086 5 107 545
Face 1087 2067 4195 3974
Face 1088 1204 2265 1775
Face 1089 2019 3559 1077
Face 1090 2019 3560 3559
Face 1091 58 548 1346
Face 1092 58 143 548
Face 1093 363 549 103
Face 1094 363 1162 549
Face 1095 1960 550 1961
Face 1096 141 504 550
Face 1097 1758 551 1757
Face 1098 320 277 551
Face 1099 2591 1243 601
Face 1100 2591 78 1243
Face 1101 335 2385 887
Face 1102 3736 4001 3671
Face 1103 2902 1586 3570
Face 1104 1587 3063 1254
Face 1105 332 555 459
Face 1106 332 362 555
Face 1107 1949 1948 2999
Face 1108 173 821 556
Face 1109 3791 3926 3790
Face 1110 152 316 1744
Face 1111 3012 2469 2801
Face 1112 3013 3611 2469
Face 1113 2863 559 3527
Face 1114 3004 2828 3307
Face 1115 303 1282 1514
Face 1116 303 1867 1282
Face 1117 239 832 1010
Face 1118 239 682 832
Face 1119 895 1641 3628
Face 1120 895 896 1641
Face 1121 187 1048 338
Face 1122 187 588 1048
Face 1123 143 564 548
Face 1124 1834 2453 1833
Face 1125 2432 565 318
Face 1126 2432 1960 565
Face 1127 2391 566 2585
Face 1128 4022 1772 4021
Face 1129 2426 1259 745
Face 1130 2426 732 1259
Face 1131 392 568 6
Face 1132 5024 4683 4809
Face 1133 4681 5104 4873
Face 1134 1309 610 569
Face 1135 92 570 35
Face 1136 1223 3316 958
Face 1137 1902 571 134
Face 1138 1902 1338 571
Face 1139 146 2419 894
Face 1140 146 1349 2419
Face 1141 11 573 265
Face 1142 11 347 573
Face 1143 62 1539 247
Face 1144 1538 3100 4527
Face 1145 1497 575 1496
Face 1146 1497 1498 575
Face 1147 2806 709 2995
Face 1148 1576 711 2084
Face 1149 1306 577 273
Face 1150 1306 348 577
Face 1151 1942 578 17
Face 1152 1343 2798 3660
Face 1153 3124 1903 2794
Face 1154 1737 917 579
Face 1155 277 580 551
Face 1156 277 85 580
Face 1157 314 581 695
Face 1158 314 609 581
Face 1159 4380 4090 4089
Face 1160 299 1684 2079
Face 1161 1632 6181 2185
Face 1162 6169 6281 6277
Face 1163 2341 1633 408
Face 1164 2341 585 1633
Face 1165 2330 585 2341
Face 1166 1854 2578 2577
Face 1167 3296 1939 1677
Face 1168 1196 2566 2300
Face 1169 2539 587 2071
Face 1170 2539 689 587
Face 1171 4267 4268 4164
Face 1172 1673 1048 588
Face 1173 3305 3306 1569
Face 1174 88 146 2327
Face 1175 3375 590 3376
Face 1176 1609 973 1610
Face 1177 3047 847 2282
Face 1178 3332 3331 591
Face 1179 2894 1117 2173
Face 1180 5276 5724 2406
Face 1181 2047 1338 758
Face 1182 3884 1933 2050
Face 1183 45 594 432
Face 1184 45 532 594
Face 1185 1799 595 1594
Face 1186 4479 4415 4414
Face 1187 1346 596 58
Face 1188 2638 5814 5661
Face 1189 16 597 1298
Face 1190 16 184 597
Face 1191 1690 3767 3253
Face 1192 2026 2598 2705
Face 1193 2711 599 3127
Face 1194 2711 888 599
Face 1195 2176 2428 2366
Face 1196 4639 5008 5048
Face 1197 5112 2587 5111
Face 1198 1342 288 2773
Face 1199 1594 2355 656
Face 1200 1594 595 2355
Face 1201 1579 4311 4427
Face 1202 2064 1961 603
Face 1203 275 2444 1411
Face 1204 275 3052 2444
Face 1205 751 752 3185
Face 1206 3316 1223 605
Face 1207 2096 3029 3028
Face 1208 2096 1278 3029
Face 1209 235 607 783
Face 1210 235 60 607
Face 1211 111 608 235
Face 1212 699 3029 1278
Face 1213 434 609 314
Face 1214 1647 135 609
Face 1215 321 610 1309
Face 1216 321 431 610
Face 1217 73 1592 1069
Face 1218 3876 2350 2351
Face 1219 2298 1356 6055
Face 1220 2298 2393 1356
Face 1221 2704 613 2858
Face 1222 3105 4322 3104
Face 1223 2171 1216 985
Face 1224 2171 1646 1216
Face 1225 1073 1074 3437
Face 1226 74 2488 615
Face 1227 3094 616 1508
Face 1228 3262 836 3373
Face 1229 109 617 618
Face 1230 109 696 617
Face 1231 1111 618 617
Face 1232 1111 797 618
Face 1233 8 619 417
Face 1234 8 322 619
Face 1235 5619 6234 5377
Face 1236 1128 705 2618
Face 1237 2446 3052 275
Face 1238 205 622 621
Face 1239 1326 622 205
Face 1240 1326 873 622
Face 1241 2745 786 2449
Face 1242 108 867 623
Face 1243 3314 624 3315
Face 1244 3314 3007 624
Face 1245 3493 625 798
Face 1246 3493 1541 625
Face 1247 5352 6274 5270
Face 1248 1298 597 626
Face 1249 101 627 614
Face 1250 101 509 627
Face 1251 204 628 422
Face 1252 3231 1323 3232
Face 1253 421 1323 3231
Face 1254 1393 718 1388
Face 1255 316 1743 1744
Face 1256 316 631 1743
Face 1257 1597 631 316
Face 1258 3994 4080 4388
Face 1259 4211 4080 3994
Face 1260 2305 262 632
Face 1261 262 1783 632
Face 1262 262 1810 1783
Face 1263 2061 4427 4311
Face 1264 349 382 1286
Face 1265 2076 2977 1951
Face 1266 2076 2976 2977
Face 1267 1109 636 1816
Face 1268 1109 1110 636
Face 1269 388 637 158
Face 1270 388 2904 637
Face 1271 480 638 717
Face 1272 480 197 638
Face 1273 176 639 175
Face 1274 176 640 639
Face 1275 438 1571 176
Face 1276 438 296 1571
Face 1277 296 1570 1571
Face 1278 296 1731 1570
Face 1279 47 1804 643
Face 1280 47 1556 1804
Face 1281 2147 2148 644
Face 1282 367 47 643
Face 1283 2150 644 2148
Face 1284 2150 645 644
Face 1285 2139 645 2150
Face 1286 2139 31 645
Face 1287 31 1735 645
Face 1288 3066 3942 1735
Face 1289 4333 3080 4062
Face 1290 319 1429 1760
Face 1291 2948 2727 1906
Face 1292 957 2307 648
Face 1293 313 1985 3020
Face 1294 1060 807 3432
Face 1295 2857 2504 3211
Face 1296 24 7 650
Face 1297 1484 651 237
Face 1298 4493 4862 4489
Face 1299 1436 652 538
Face 1300 4497 4858 4496
Face 1301 3003 2636 1352
Face 1302 3003 791 2636
Face 1303 459 2003 1544
Face 1304 459 297 2003
Face 1305 1910 655 654
Face 1306 1910 660 655
Face 1307 427 1451 1450
Face 1308 2234 2673 2233
Face 1309 2671 2672 2235
Face 1310 249 658 1235
Face 1311 425 1236 659
Face 1312 425 657 1236
Face 1313 4840 4841 4603
Face 1314 1454 425 659
Face 1315 1478 660 1910
Face 1316 4603 4841 4602
Face 1317 2065 1427 883
Face 1318 2065 1428 1427
Face 1319 4861 4862 4493
Face 1320 1428 2065 662
Face 1321 4498 4499 4856
Face 1322 274 236 1476
Face 1323 4854 4855 4500
Face 1324 260 1659 1469
Face 1325 182 2579 2193
Face 1326 182 2729 2579
Face 1327 175 666 1622
Face 1328 175 639 666
Face 1329 1808 1001 726
Face 1330 4110 2155 4111
Face 1331 2155 2156 4111
Face 1332 1807 669 1002
Face 1333 384 1806 342
Face 1334 384 670 1806
Face 1335 4745 4442 4828
Face 1336 91 669 1631
Face 1337 63 1703 4442
Face 1338 63 266 1703
Face 1339 266 1603 1163
Face 1340 266 63 1603
Face 1341 1202 673 672
Face 1342 2254 2649 2255
Face 1343 2266 2648 2267
Face 1344 190 675 2264
Face 1345 345 675 190
Face 1346 345 37 675
Face 1347 1486 676 2066
Face 1348 4181 4889 4180
Face 1349 1713 1368 813
Face 1350 1713 721 1368
Face 1351 395 1118 1119
Face 1352 1846 1847 1118
Face 1353 2326 679 2602
Face 1354 3145 2274 1569
Face 1355 3012 3013 2469
Face 1356 3308 751 3185
Face 1357 3608 3619 3613
Face 1358 3184 562 681
Face 1359 896 897 1575
Face 1360 59 832 682
Face 1361 5244 5269 5777
Face 1362 210 149 1242
Face 1363 4881 4623 4880
Face 1364 4881 1697 4623
Face 1365 332 685 1695
Face 1366 332 459 685
Face 1367 383 1295 1056
Face 1368 1287 841 4324
Face 1369 3367 687 2553
Face 1370 3367 1233 687
Face 1371 3710 688 2611
Face 1372 3710 1125 688
Face 1373 3800 689 2539
Face 1374 2535 6463 2536
Face 1375 934 3866 1653
Face 1376 6182 2967 6177
Face 1377 3749 691 3327
Face 1378 3749 3334 691
Face 1379 4124 4307 4306
Face 1380 2493 3733 1654
Face 1381 3172 2724 1612
Face 1382 2048 2710 3677
Face 1383 149 694 1242
Face 1384 149 456 694
Face 1385 435 695 581
Face 1386 1114 1774 2111
Face 1387 1052 696 1113
Face 1388 1052 617 696
Face 1389 3522 697 3679
Face 1390 1499 2050 1933
Face 1391 294 698 5
Face 1392 1934 2424 3476
Face 1393 1722 2094 2095
Face 1394 1722 1643 2094
Face 1395 436 960 701
Face 1396 436 2111 1774
Face 1397 9 925 700
Face 1398 9 128 925
Face 1399 2021 702 1943
Face 1400 2021 1496 702
Face 1401 1219 703 4400
Face 1402 1219 5611 5061
Face 1403 5752 6287 5754
Face 1404 5446 5867 6056
Face 1405 40 2433 731
Face 1406 40 620 2433
Face 1407 4379 2510 2515
Face 1408 1649 932 1791
Face 1409 2974 1350 2973
Face 1410 71 708 707
Face 1411 300 708 71
Face 1412 300 820 708
Face 1413 2805 709 2806
Face 1414 2997 1146 1087
Face 1415 84 710 1437
Face 1416 1576 2084 2083
Face 1417 1581 3363 3364
Face 1418 1581 824 3363
Face 1419 323 1810 262
Face 1420 323 1912 1810
Face 1421 1811 713 1144
Face 1422 1811 726 713
Face 1423 1223 1970 605
Face 1424 92 715 714
Face 1425 35 715 92
Face 1426 35 1369 715
Face 1427 5157 4905 195
Face 1428 5121 4208 4432
Face 1429 44 717 4729
Face 1430 44 480 717
Face 1431 270 718 3325
Face 1432 270 1388 718
Face 1433 4350 1513 4349
Face 1434 1514 1282 719
Face 1435 1319 937 1508
Face 1436 3489 2490 720
Face 1437 306 1712 198
Face 1438 306 723 1712
Face 1439 99 2001 2227
Face 1440 2601 648 2307
Face 1441 157 1711 1790
Face 1442 157 721 1711
Face 1443 3330 724 891
Face 1444 3329 3285 950
Face 1445 3285 725 950
Face 1446 3285 3255 725
Face 1447 400 1809 278
Face 1448 400 399 1809
Face 1449 3998 3668 3692
Face 1450 1567 1784 727
Face 1451 1093 2152 1380
Face 1452 1093 761 728
Face 1453 331 729 3234
Face 1454 2322 1073 3437
Face 1455 1074 730 3437
Face 1456 2487 1440 3272
Face 1457 2374 731 2433
Face 1458 4096 1721 3154
Face 1459 1721 3504 2338
Face 1460 57 2617 2339
Face 1461 109 733 696
Face 1462 1533 929 2921
Face 1463 2025 734 327
Face 1464 2303 3737 2552
Face 1465 4562 4561 4733
Face 1466 32 51 735
Face 1467 1071 736 634
Face 1468 1071 1285 736
Face 1469 1285 737 736
Face 1470 4145 4172 4006
Face 1471 472 738 1366
Face 1472 4172 4145 4171
Face 1473 29 1366 738
Face 1474 29 1108 1366
Face 1475 1915 2038 3778
Face 1476 495 3485 3691
Face 1477 2962 1693 1389
Face 1478 2962 2963 1693
Face 1479 1738 742 3748
Face 1480 1738 1740 742
Face 1481 4109 2228 2152
Face 1482 399 400 1381
Face 1483 2598 3178 2705
Face 1484 2598 1879 3178
Face 1485 5008 5049 5048
Face 1486 2916 200 2427
Face 1487 1957 746 747
Face 1488 1957 959 746
Face 1489 2821 1958 2820
Face 1490 2821 567 1958
Face 1491 3010 1090 1089
Face 1492 3010 3011 1090
Face 1493 305 3032 3033
Face 1494 305 3031 3032
Face 1495 424 3309 2086
Face 1496 424 751 3309
Face 1497 1252 751 424
Face 1498 1252 752 751
Face 1499 1253 2910 3360
Face 1500 3580 2457 3582
Face 1501 2456 3033 754
Face 1502 2456 305 3033
Face 1503 1254 3064 3577
Face 1504 1254 3063 3064
Face 1505 184 755 1149
Face 1506 2622 3370 755
Face 1507 3473 1256 2622
Face 1508 3473 1841 1256
Face 1509 314 1606 434
Face 1510 314 38 1606
Face 1511 2034 758 759
Face 1512 2034 2047 758
Face 1513 1857 759 758
Face 1514 2395 3664 1531
Face 1515 207 1685 48
Face 1516 3183 4076 4074
Face 1517 1167 761 1093
Face 1518 1167 1166 761
Face 1519 2790 1541 3493
Face 1520 2790 4906 1541
Face 1521 163 763 4630
Face 1522 163 213 763
Face 1523 162 764 5222
Face 1524 162 763 764
Face 1525 1258 765 948
Face 1526 1258 1379 765
Face 1527 33 766 1078
Face 1528 1383 864 3429
Face 1529 1369 767 715
Face 1530 1369 5269 5244
Face 1531 35 768 210
Face 1532 35 570 768
Face 1533 79 1568 527
Face 1534 2205 1762 2022
Face 1535 16 770 534
Face 1536 16 148 770
Face 1537 462 2371 2372
Face 1538 462 4 771
Face 1539 275 1414 2446
Face 1540 1412 949 2102
Face 1541 5246 773 5252
Face 1542 5932 5323 5205
Face 1543 307 5998 6370
Face 1544 5282 5311 1504
Face 1545 6349 6245 6211
Face 1546 5833 5710 5424
Face 1547 5418 5662 5671
Face 1548 5418 5660 5662
Face 1549 5813 777 5794
Face 1550 5704 5835 5664
Face 1551 5670 778 5288
Face 1552 5402 5414 778
Face 1553 525 779 523
Face 1554 6254 5545 6268
Face 1555 3277 780 3278
Face 1556 3277 3276 780
Face 1557 1800 2703 3937
Face 1558 1842 523 781
Face 1559 1010 782 239
Face 1560 2716 1876 4613
Face 1561 4974 1876 2716
Face 1562 2437 235 783
Face 1563 330 784 1011
Face 1564 330 535 784
Face 1565 2743 839 2744
Face 1566 2742 1139 785
Face 1567 2744 786 2745
Face 1568 2744 839 786
Face 1569 1620 2210 3679
Face 1570 1935 1130 787
Face 1571 3175 1675 3174
Face 1572 3175 3176 1675
Face 1573 1676 3675 3851
Face 1574 1676 1532 3675
Face 1575 2396 1931 1926
Face 1576 1878 1901 2118
Face 1577 2637 791 1479
Face 1578 2637 2636 791
Face 1579 2293 792 514
Face 1580 2293 654 792
Face 1581 230 976 3705
Face 1582 230 655 976
Face 1583 3050 1761 826
Face 1584 95 890 794
Face 1585 1515 795 339
Face 1586 1515 1046 795
Face 1587 1901 796 2118
Face 1588 1444 1443 1593
Face 1589 1616 1492 3780
Face 1590 350 618 797
Face 1591 1379 3173 765
Face 1592 1379 2791 3173
Face 1593 187 1140 995
Face 1594 187 1725 1140
Face 1595 30 800 1134
Face 1596 822 558 2908
Face 1597 4529 2349 2344
Face 1598 2350 3876 1098
Face 1599 252 802 297
Face 1600 4608 4836 4607
Face 1601 196 803 520
Face 1602 2197 823 2198
Face 1603 1684 804 723
Face 1604 1684 299 804
Face 1605 41 805 96
Face 1606 41 524 805
Face 1607 96 806 41
Face 1608 3330 891 3331
Face 1609 3433 807 3434
Face 1610 3433 3432 807
Face 1611 1699 808 376
Face 1612 1699 664 808
Face 1613 2658 2659 2248
Face 1614 376 808 1660
Face 1615 2247 2248 2659
Face 1616 89 811 810
Face 1617 905 811 89
Face 1618 905 904 811
Face 1619 3444 3923 3488
Face 1620 106 241 1768
Face 1621 2004 2140 814
Face 1622 529 198 1714
Face 1623 458 1715 2141
Face 1624 458 815 1715
Face 1625 1716 815 116
Face 1626 1716 1715 815
Face 1627 116 816 4054
Face 1628 116 815 816
Face 1629 4520 4488 4410
Face 1630 389 1072 1449
Face 1631 582 1776 819
Face 1632 2503 4436 4147
Face 1633 1777 819 1776
Face 1634 1777 853 819
Face 1635 131 820 300
Face 1636 4831 3337 820
Face 1637 300 821 131
Face 1638 300 556 821
Face 1639 3343 1951 2979
Face 1640 3343 2076 1951
Face 1641 1077 823 2197
Face 1642 3431 1060 3432
Face 1643 1967 3318 3319
Face 1644 1967 958 3318
Face 1645 2907 825 1195
Face 1646 1341 4821 5123
Face 1647 2444 826 1411
Face 1648 2444 3050 826
Face 1649 1572 827 52
Face 1650 1572 369 827
Face 1651 302 828 1055
Face 1652 302 831 828
Face 1653 3214 3112 3215
Face 1654 3214 3212 3112
Face 1655 469 830 829
Face 1656 5020 1538 5026
Face 1657 1538 4981 5026
Face 1658 1555 828 831
Face 1659 561 832 59
Face 1660 561 543 832
Face 1661 2905 833 2429
Face 1662 2905 5103 5101
Face 1663 2429 834 2430
Face 1664 2429 833 834
Face 1665 1283 4107 1595
Face 1666 2367 56 835
Face 1667 74 2489 2488
Face 1668 1073 1387 1039
Face 1669 2173 837 537
Face 1670 2173 1117 837
Face 1671 542 1267 509
Face 1672 542 541 1267
Face 1673 785 839 2742
Face 1674 2446 1273 3054
Face 1675 3958 3957 2707
Face 1676 1212 2044 2042
Face 1677 220 841 164
Face 1678 220 4144 841
Face 1679 1883 5440 5804
Face 1680 2762 1374 842
Face 1681 18 843 227
Face 1682 18 1501 843
Face 1683 1501 844 843
Face 1684 4327 3767 1690
Face 1685 2322 1387 1073
Face 1686 331 1344 3449
Face 1687 3435 3434 1407
Face 1688 501 3270 2107
Face 1689 3046 847 3047
Face 1690 3046 1405 847
Face 1691 402 1608 3015
Face 1692 1335 1989 3236
Face 1693 580 849 551
Face 1694 580 1027 849
Face 1695 405 850 406
Face 1696 405 1844 850
Face 1697 406 3996 2606
Face 1698 406 850 2029
Face 1699 4196 4197 2053
Face 1700 52 827 1623
Face 1701 575 853 854
Face 1702 575 819 853
Face 1703 1919 854 853
Face 1704 1919 1331 854
Face 1705 5490 5483 856
Face 1706 5578 5569 5553
Face 1707 5488 856 6398
Face 1708 4445 5490 856
Face 1709 2783 1577 838
Face 1710 6316 5488 2686
Face 1711 2188 858 1720
Face 1712 4166 4266 4165
Face 1713 1962 859 1136
Face 1714 1962 5207 2903
Face 1715 5576 5573 6010
Face 1716 5218 5217 5227
Face 1717 309 861 2943
Face 1718 309 860 861
Face 1719 5207 5208 2903
Face 1720 279 5209 2500
Face 1721 471 863 72
Face 1722 5358 5208 5262
Face 1723 2101 3242 3243
Face 1724 772 1412 2102
Face 1725 1678 1953 3293
Face 1726 226 2380 2201
Face 1727 371 5815 5810
Face 1728 371 867 866
Face 1729 94 867 371
Face 1730 94 623 867
Face 1731 6106 6103 5893
Face 1732 6091 5454 5354
Face 1733 5563 6391 5884
Face 1734 5883 6106 5893
Face 1735 413 6075 6050
Face 1736 5884 6391 6457
Face 1737 497 5874 5318
Face 1738 497 5807 5874
Face 1739 6467 5810 5815
Face 1740 5812 497 872
Face 1741 371 1658 94
Face 1742 371 5810 1658
Face 1743 336 874 27
Face 1744 336 929 874
Face 1745 4529 3682 2349
Face 1746 27 874 875
Face 1747 3299 3540 2292
Face 1748 1466 974 876
Face 1749 3150 3292 1718
Face 1750 420 2574 2313
Face 1751 251 2051 1434
Face 1752 251 1680 2051
Face 1753 552 2175 880
Face 1754 552 1991 2175
Face 1755 5124 2587 5112
Face 1756 1686 552 880
Face 1757 2325 2729 182
Face 1758 2589 4820 5092
Face 1759 1871 3629 3630
Face 1760 1871 895 3629
Face 1761 2651 2652 2257
Face 1762 475 42 2230
Face 1763 2166 884 919
Face 1764 3956 3444 3488
Face 1765 81 1479 181
Face 1766 81 1909 1479
Face 1767 240 2544 2218
Face 1768 5041 4818 4646
Face 1769 517 2592 1681
Face 1770 517 2920 2592
Face 1771 553 2613 2218
Face 1772 3673 3760 2699
Face 1773 3665 2912 3495
Face 1774 3666 2210 1620
Face 1775 272 890 1137
Face 1776 272 794 890
Face 1777 3046 3045 1405
Face 1778 591 3331 891
Face 1779 166 892 1517
Face 1780 166 416 892
Face 1781 2554 1517 892
Face 1782 5308 1161 5310
Face 1783 1992 894 2419
Face 1784 4034 2906 2304
Face 1785 1872 895 1871
Face 1786 1872 896 895
Face 1787 1873 896 1872
Face 1788 1873 897 896
Face 1789 1874 2909 3198
Face 1790 3568 3341 3567
Face 1791 339 898 440
Face 1792 339 795 898
Face 1793 440 899 900
Face 1794 440 898 899
Face 1795 70 1667 1668
Face 1796 4114 2159 4115
Face 1797 2159 2160 4115
Face 1798 118 902 901
Face 1799 1665 902 903
Face 1800 1665 901 902
Face 1801 3857 3855 3468
Face 1802 1664 1665 903
Face 1803 1663 904 905
Face 1804 3467 3857 3468
Face 1805 241 1662 906
Face 1806 241 106 1662
Face 1807 2243 2244 2663
Face 1808 358 1767 1766
Face 1809 2664 2665 2242
Face 1810 115 908 1431
Face 1811 356 1432 983
Face 1812 356 907 1432
Face 1813 538 2075 539
Face 1814 538 652 2075
Face 1815 1618 1493 1492
Face 1816 1619 1176 1493
Face 1817 4795 4723 5117
Face 1818 4793 4336 911
Face 1819 1850 912 390
Face 1820 4677 5002 5054
Face 1821 390 913 245
Face 1822 390 912 913
Face 1823 1275 3027 1978
Face 1824 403 913 914
Face 1825 3142 3803 2192
Face 1826 2289 3040 915
Face 1827 13 916 511
Face 1828 3040 2289 2270
Face 1829 1442 917 1737
Face 1830 1442 1028 917
Face 1831 2080 918 663
Face 1832 2080 2458 918
Face 1833 271 919 884
Face 1834 271 920 919
Face 1835 2164 2163 4119
Face 1836 2151 919 920
Face 1837 4118 4117 2162
Face 1838 341 1894 921
Face 1839 340 922 923
Face 1840 340 2137 922
Face 1841 439 923 922
Face 1842 439 924 923
Face 1843 128 924 925
Face 1844 128 923 924
Face 1845 701 925 924
Face 1846 701 960 925
Face 1847 238 2682 3478
Face 1848 2681 2296 1634
Face 1849 3146 3147 1805
Face 1850 78 2591 2315
Face 1851 3379 928 1138
Face 1852 3376 590 928
Face 1853 1181 1920 1398
Face 1854 1181 2275 1920
Face 1855 1788 2378 4023
Face 1856 2377 1080 930
Face 1857 184 2622 755
Face 1858 184 3473 2622
Face 1859 1650 932 1649
Face 1860 1650 933 932
Face 1861 1651 933 1650
Face 1862 2967 6182 6185
Face 1863 3740 934 3471
Face 1864 5200 5439 5198
Face 1865 3471 1653 3517
Face 1866 3471 934 1653
Face 1867 453 3327 691
Face 1868 4369 4133 4438
Face 1869 3494 937 1319
Face 1870 4173 4124 4306
Face 1871 617 938 1111
Face 1872 617 1052 938
Face 1873 141 1960 747
Face 1874 141 550 1960
Face 1875 679 1991 552
Face 1876 3144 2304 2906
Face 1877 348 941 577
Face 1878 5818 6341 1304
Face 1879 1302 5546 943
Face 1880 1302 5841 5546
Face 1881 6406 5834 5582
Face 1882 5836 6014 1172
Face 1883 2693 5440 1883
Face 1884 2693 5580 5440
Face 1885 2761 945 3550
Face 1886 2761 6403 2695
Face 1887 261 2697 1130
Face 1888 261 2696 2697
Face 1889 2224 947 2421
Face 1890 2224 769 947
Face 1891 1447 5252 773
Face 1892 1447 1258 5252
Face 1893 3241 949 3240
Face 1894 3241 2102 949
Face 1895 3234 3233 331
Face 1896 724 3329 950
Face 1897 1592 1067 1231
Face 1898 1592 73 1067
Face 1899 796 952 2353
Face 1900 2117 2991 2116
Face 1901 192 1029 1376
Face 1902 1444 1593 1230
Face 1903 2485 3552 730
Face 1904 2485 3555 3552
Face 1905 436 1813 2111
Face 1906 436 175 1813
Face 1907 1995 956 1261
Face 1908 1995 522 956
Face 1909 2948 2726 2727
Face 1910 217 1803 3126
Face 1911 1968 958 1967
Face 1912 1968 1223 958
Face 1913 57 1956 567
Face 1914 2373 1788 4024
Face 1915 1774 960 436
Face 1916 700 925 960
Face 1917 67 2000 1336
Face 1918 67 1999 2000
Face 1919 3105 3106 4322
Face 1920 2108 1094 962
Face 1921 5554 6319 1266
Face 1922 3971 964 963
Face 1923 417 964 3971
Face 1924 417 549 964
Face 1925 2370 965 1189
Face 1926 2370 137 965
Face 1927 1461 966 1460
Face 1928 2238 2669 2237
Face 1929 2668 2669 2238
Face 1930 357 968 967
Face 1931 199 968 969
Face 1932 199 967 968
Face 1933 355 969 968
Face 1934 4846 4568 4845
Face 1935 4567 4568 4846
Face 1936 123 353 970
Face 1937 353 1359 970
Face 1938 353 1360 1359
Face 1939 1376 972 1061
Face 1940 1376 1029 972
Face 1941 144 973 1609
Face 1942 1407 807 3238
Face 1943 3358 974 1466
Face 1944 3358 3717 974
Face 1945 2734 1797 3454
Face 1946 2734 1441 3531
Face 1947 793 976 971
Face 1948 793 2938 976
Face 1949 127 977 1245
Face 1950 3196 2981 2497
Face 1951 351 2828 3004
Face 1952 3734 1362 2788
Face 1953 3539 4046 3751
Face 1954 1955 978 2691
Face 1955 3243 3244 1415
Face 1956 33 244 980
Face 1957 4938 4635 4773
Face 1958 4938 4636 4635
Face 1959 520 982 574
Face 1960 520 803 982
Face 1961 26 983 1432
Face 1962 4849 4565 4848
Face 1963 4516 4565 4849
Face 1964 451 229 984
Face 1965 2167 4889 4181
Face 1966 167 2171 985
Face 1967 678 1844 405
Face 1968 1845 3528 1844
Face 1969 108 987 500
Face 1970 2745 2449 2450
Face 1971 3245 988 3244
Face 1972 3245 1421 988
Face 1973 1979 3056 1274
Face 1974 1979 1122 3056
Face 1975 3058 1977 3059
Face 1976 3399 3412 3400
Face 1977 205 991 1326
Face 1978 2742 839 2743
Face 1979 1154 3190 762
Face 1980 317 223 992
Face 1981 4604 4605 4839
Face 1982 181 1479 993
Face 1983 4502 4503 4852
Face 1984 82 489 994
Face 1985 4268 4269 4086
Face 1986 588 187 995
Face 1987 380 996 997
Face 1988 4086 4269 4085
Face 1989 83 997 996
Face 1990 83 998 997
Face 1991 394 998 83
Face 1992 394 999 998
Face 1993 713 999 394
Face 1994 713 1000 999
Face 1995 726 1000 713
Face 1996 726 1001 1000
Face 1997 4112 4111 2156
Face 1998 667 1000 1001
Face 1999 668 1002 1003
Face 2000 2157 4112 2156
Face 2001 669 1003 1002
Face 2002 669 91 1003
Face 2003 91 1682 1003
Face 2004 91 4068 1682
Face 2005 3828 1828 1125
Face 2006 3828 1123 1828
Face 2007 58 1006 143
Face 2008 58 596 1006
Face 2009 450 1007 449
Face 2010 4852 4503 4851
Face 2011 398 1008 878
Face 2012 4839 4605 4838
Face 2013 514 2787 513
Face 2014 514 792 2787
Face 2015 543 1010 832
Face 2016 543 1011 4929
Face 2017 10 1011 784
Face 2018 4899 4929 1011
Face 2019 27 1012 336
Face 2020 27 875 1397
Face 2021 2117 2494 2991
Face 2022 2117 1901 2494
Face 2023 6225 5845 6229
Face 2024 5665 5848 5667
Face 2025 100 1015 1016
Face 2026 5383 6064 5410
Face 2027 55 1016 1015
Face 2028 55 1017 1016
Face 2029 1763 3529 1845
Face 2030 79 2209 1848
Face 2031 4996 4896 1019
Face 2032 1194 1341 5123
Face 2033 516 3171 2214
Face 2034 3281 4996 3171
Face 2035 4997 2346 4998
Face 2036 2708 1397 1192
Face 2037 1398 1021 1181
Face 2038 1398 460 1021
Face 2039 5497 5495 3643
Face 2040 465 3507 2645
Face 2041 1390 3639 3509
Face 2042 3642 5537 2928
Face 2043 2605 1391 3638
Face 2044 2605 466 1391
Face 2045 3769 3770 4143
Face 2046 3252 3640 1025
Face 2047 421 3451 1323
Face 2048 4143 3770 4142
Face 2049 85 1027 580
Face 2050 2982 5302 5304
Face 2051 192 1028 1029
Face 2052 192 917 1028
Face 2053 1230 1537 1444
Face 2054 1230 1438 1537
Face 2055 3696 2393 2298
Face 2056 3696 3190 2393
Face 2057 43 1031 1880
Face 2058 4678 3226 1839
Face 2059 470 1032 1866
Face 2060 470 560 1032
Face 2061 560 1033 1032
Face 2062 560 172 1033
Face 2063 3094 2702 616
Face 2064 172 560 1034
Face 2065 2074 2829 1199
Face 2066 539 909 2073
Face 2067 46 1036 1780
Face 2068 2269 2699 3760
Face 2069 1139 2740 604
Face 2070 621 15 1037
Face 2071 288 2329 927
Face 2072 288 1342 2329
Face 2073 3275 1039 3324
Face 2074 3275 3274 1039
Face 2075 2776 3495 1102
Face 2076 2776 3665 3495
Face 2077 3165 1041 1821
Face 2078 3095 1045 1041
Face 2079 1740 1042 742
Face 2080 1740 1022 1042
Face 2081 1637 6167 6162
Face 2082 6109 6320 6317
Face 2083 2463 1044 281
Face 2084 2463 865 1044
Face 2085 3661 1690 3095
Face 2086 3661 4327 1690
Face 2087 9 1046 1515
Face 2088 9 1050 1046
Face 2089 2276 2275 1181
Face 2090 338 1048 1047
Face 2091 1674 1048 1673
Face 2092 1674 1047 1048
Face 2093 4265 4266 4166
Face 2094 2189 563 1049
Face 2095 242 1050 9
Face 2096 4170 4264 4167
Face 2097 4417 4263 4477
Face 2098 435 1115 1051
Face 2099 315 1052 2434
Face 2100 315 938 1052
Face 2101 4198 2887 4392
Face 2102 706 1312 2054
Face 2103 3858 1054 3859
Face 2104 3858 1566 1054
Face 2105 1148 3260 2487
Face 2106 519 302 1055
Face 2107 221 1056 49
Face 2108 221 383 1056
Face 2109 349 1057 1294
Face 2110 4310 2356 4906
Face 2111 49 1058 763
Face 2112 49 4216 1058
Face 2113 1927 1059 1378
Face 2114 1927 3492 1059
Face 2115 3239 1060 649
Face 2116 3239 3238 1060
Face 2117 1561 2641 1062
Face 2118 2287 433 2283
Face 2119 1562 1062 2562
Face 2120 1562 1561 1062
Face 2121 216 1063 1054
Face 2122 216 759 1063
Face 2123 2057 1064 2055
Face 2124 2057 2024 1064
Face 2125 3445 2552 3737
Face 2126 734 2025 1065
Face 2127 742 1066 3748
Face 2128 742 1042 1066
Face 2129 951 1067 73
Face 2130 3862 2116 2991
Face 2131 73 2607 951
Face 2132 73 1120 2607
Face 2133 218 1069 395
Face 2134 218 73 1069
Face 2135 686 1070 382
Face 2136 4324 841 4144
Face 2137 382 1071 1286
Face 2138 382 1070 1071
Face 2139 1450 1072 427
Face 2140 1450 1449 1072
Face 2141 3274 1073 1039
Face 2142 3274 1074 1073
Face 2143 3273 1074 3274
Face 2144 3273 2486 1074
Face 2145 730 2486 2485
Face 2146 730 1074 2486
Face 2147 1440 1439 3272
Face 2148 334 1385 1076
Face 2149 649 3431 2103
Face 2150 649 1060 3431
Face 2151 246 1078 766
Face 2152 246 1358 1078
Face 2153 2197 2019 1077
Face 2154 196 1382 1079
Face 2155 705 2376 171
Face 2156 705 1128 2376
Face 2157 2417 1081 1082
Face 2158 5869 6056 5867
Face 2159 572 2442 2204
Face 2160 572 2417 2442
Face 2161 550 1083 1084
Face 2162 550 504 1083
Face 2163 1961 1084 603
Face 2164 1961 550 1084
Face 2165 2062 3818 1288
Face 2166 603 1084 1085
Face 2167 2972 1086 1946
Face 2168 2972 1009 1086
Face 2169 2996 1087 1945
Face 2170 2996 2997 1087
Face 2171 576 2805 2804
Face 2172 576 709 2805
Face 2173 512 2804 2803
Face 2174 512 576 2804
Face 2175 748 2803 2802
Face 2176 748 512 2803
Face 2177 1950 2802 1279
Face 2178 1950 748 2802
Face 2179 2213 2211 743
Face 2180 129 454 1092
Face 2181 2332 1093 1380
Face 2182 2332 1167 1093
Face 2183 7 2502 650
Face 2184 7 1095 2502
Face 2185 212 1095 7
Face 2186 2619 3162 6393
Face 2187 98 1096 1870
Face 2188 5191 2535 3163
Face 2189 405 1097 678
Face 2190 405 1099 1097
Face 2191 4293 1098 3876
Face 2192 4293 1239 1098
Face 2193 1120 1099 801
Face 2194 461 1097 1099
Face 2195 648 1100 1903
Face 2196 648 2601 2797
Face 2197 237 2031 1824
Face 2198 237 651 2031
Face 2199 3515 3516 3645
Face 2200 201 185 2777
Face 2201 201 1103 1884
Face 2202 201 2777 1103
Face 2203 2866 2458 3186
Face 2204 490 918 2458
Face 2205 2333 4261 2004
Face 2206 290 140 1943
Face 2207 4828 4744 4745
Face 2208 671 1702 1106
Face 2209 378 1702 1188
Face 2210 378 1106 1702
Face 2211 502 1108 29
Face 2212 502 1109 1108
Face 2213 158 1109 502
Face 2214 158 295 1109
Face 2215 295 1110 1109
Face 2216 295 2213 1110
Face 2217 404 1111 938
Face 2218 404 1365 1111
Face 2219 695 1112 2112
Face 2220 695 435 1112
Face 2221 2434 4263 4417
Face 2222 2434 1052 1113
Face 2223 3693 1114 2111
Face 2224 3693 1051 4417
Face 2225 581 1115 435
Face 2226 581 188 1115
Face 2227 188 1116 1115
Face 2228 188 404 1116
Face 2229 6155 2184 6159
Face 2230 592 1425 2407
Face 2231 678 1118 1847
Face 2232 678 1097 1118
Face 2233 1097 1119 1118
Face 2234 1097 461 1119
Face 2235 461 1120 1119
Face 2236 461 1099 1120
Face 2237 2179 3332 591
Face 2238 273 577 1121
Face 2239 3410 3411 3398
Face 2240 1830 989 3057
Face 2241 3461 1123 3828
Face 2242 3829 3462 3845
Face 2243 3821 1124 2194
Face 2244 3821 3382 1124
Face 2245 3827 1125 3710
Face 2246 3827 3828 1125
Face 2247 5986 1126 5990
Face 2248 5986 5964 1126
Face 2249 6023 1127 5931
Face 2250 6031 5332 6034
Face 2251 6028 5332 6031
Face 2252 407 1080 2375
Face 2253 5060 5599 5611
Face 2254 77 1220 2556
Face 2255 457 1130 119
Face 2256 457 261 1130
Face 2257 2316 4919 4528
Face 2258 574 982 1131
Face 2259 3379 3376 928
Face 2260 794 272 1132
Face 2261 3270 3269 510
Face 2262 19 1384 1133
Face 2263 610 1134 569
Face 2264 610 30 1134
Face 2265 3330 3329 724
Face 2266 96 805 1135
Face 2267 476 1136 1287
Face 2268 476 1962 1136
Face 2269 114 1137 890
Face 2270 5872 6042 6039
Face 2271 3383 1138 1578
Face 2272 3383 3379 1138
Face 2273 2741 1139 2742
Face 2274 2741 2740 1139
Face 2275 799 1784 1567
Face 2276 799 1785 1784
Face 2277 381 1785 799
Face 2278 4272 4083 4271
Face 2279 206 1142 1143
Face 2280 4083 4272 4082
Face 2281 633 1143 1142
Face 2282 633 1144 1143
Face 2283 1914 1144 633
Face 2284 1914 1811 1144
Face 2285 1600 1145 1201
Face 2286 1600 225 1145
Face 2287 1401 2974 2975
Face 2288 1401 1350 2974
Face 2289 2007 2975 2976
Face 2290 2007 1401 2975
Face 2291 3261 1148 3262
Face 2292 3261 3260 1148
Face 2293 597 1149 626
Face 2294 597 184 1149
Face 2295 433 1150 1377
Face 2296 433 1151 1150
Face 2297 1802 1151 433
Face 2298 1802 1803 1151
Face 2299 2424 1936 4131
Face 2300 505 1153 1152
Face 2301 320 1758 1759
Face 2302 320 551 1758
Face 2303 1687 1154 1644
Face 2304 1687 3190 1154
Face 2305 1885 1155 3191
Face 2306 1885 1030 1155
Face 2307 2567 1156 1439
Face 2308 2567 2199 1156
Face 2309 4078 5594 5243
Face 2310 5596 1158 5594
Face 2311 5586 5215 5596
Face 2312 5213 5610 5215
Face 2313 3137 3949 5254
Face 2314 3137 2113 3949
Face 2315 4183 1160 4182
Face 2316 4183 3806 1160
Face 2317 363 5443 1162
Face 2318 363 1640 3813
Face 2319 264 1162 5443
Face 2320 264 1372 1162
Face 2321 1602 1163 1603
Face 2322 2256 2651 2257
Face 2323 672 1164 1165
Face 2324 672 673 1164
Face 2325 4647 4577 4750
Face 2326 546 672 1165
Face 2327 760 1166 1167
Face 2328 3974 4195 4750
Face 2329 48 2314 1812
Face 2330 48 1685 2314
Face 2331 3884 3743 1933
Face 2332 4291 3779 4087
Face 2333 1916 3687 2036
Face 2334 740 3672 3687
Face 2335 54 2421 947
Face 2336 6408 1173 6444
Face 2337 186 2404 961
Face 2338 186 1998 2404
Face 2339 5830 1172 6014
Face 2340 5830 5832 1172
Face 2341 5546 1173 943
Face 2342 6226 6444 1173
Face 2343 522 2398 956
Face 2344 5828 5349 2398
Face 2345 757 1491 1176
Face 2346 757 1225 1491
Face 2347 434 1176 1619
Face 2348 434 757 1176
Face 2349 418 1177 87
Face 2350 418 1507 1177
Face 2351 978 2271 2691
Face 2352 978 2594 2271
Face 2353 364 1179 4057
Face 2354 364 1214 1179
Face 2355 515 1180 4051
Face 2356 515 1648 1180
Face 2357 518 1181 1021
Face 2358 518 1182 1181
Face 2359 2276 1182 2435
Face 2360 2276 1181 1182
Face 2361 2757 1183 3283
Face 2362 2757 1184 1183
Face 2363 518 2753 2859
Face 2364 518 2819 2753
Face 2365 1895 1508 937
Face 2366 719 1033 1185
Face 2367 2892 3197 2477
Face 2368 13 1442 1186
Face 2369 2294 2976 2076
Face 2370 2294 2007 2976
Face 2371 285 1701 1107
Face 2372 2253 2654 2252
Face 2373 4058 4057 1179
Face 2374 647 2370 1189
Face 2375 1329 3685 1191
Face 2376 1329 1328 3685
Face 2377 4015 1191 4459
Face 2378 4015 1329 1191
Face 2379 2344 2816 4529
Face 2380 2347 1193 5071
Face 2381 4998 5072 4816
Face 2382 4998 5071 5072
Face 2383 5159 5073 1193
Face 2384 2123 1341 1194
Face 2385 2566 1195 825
Face 2386 2566 1196 1195
Face 2387 3295 3296 1677
Face 2388 125 1195 1196
Face 2389 3936 3935 2868
Face 2390 3995 3300 1197
Face 2391 3297 1939 3296
Face 2392 3930 3936 2868
Face 2393 3532 2263 2939
Face 2394 3532 2331 2263
Face 2395 3820 4415 4479
Face 2396 248 594 1200
Face 2397 2648 2649 2254
Face 2398 674 481 1601
Face 2399 2268 1202 1203
Face 2400 2267 2648 2254
Face 2401 379 2265 1204
Face 2402 379 90 2265
Face 2403 4231 2067 4077
Face 2404 265 379 1204
Face 2405 2534 1205 1206
Face 2406 5663 3163 2535
Face 2407 1094 1206 1205
Face 2408 1094 2108 1206
Face 2409 4227 4486 2857
Face 2410 650 2502 1207
Face 2411 24 1208 105
Face 2412 24 4227 1208
Face 2413 2306 1209 2483
Face 2414 2306 1527 1209
Face 2415 2131 1210 293
Face 2416 5367 346 5057
Face 2417 346 1211 1542
Face 2418 346 5367 1211
Face 2419 509 4390 627
Face 2420 509 1267 1212
Face 2421 3477 1213 2941
Face 2422 3299 3539 2595
Face 2423 219 1214 364
Face 2424 219 1215 1214
Face 2425 117 1708 2145
Face 2426 117 1709 1708
Face 2427 614 1216 101
Face 2428 614 1472 1216
Face 2429 2364 1217 2982
Face 2430 2364 1218 1217
Face 2431 2363 1218 2364
Face 2432 2363 2362 1218
Face 2433 2362 5060 1218
Face 2434 2362 5599 5060
Face 2435 5 1220 77
Face 2436 5 698 1220
Face 2437 698 1221 1220
Face 2438 3688 1934 3476
Face 2439 294 1222 3688
Face 2440 294 333 1222
Face 2441 1969 1223 1968
Face 2442 1969 1970 1223
Face 2443 1629 1224 1621
Face 2444 1629 1225 1224
Face 2445 1526 1225 1629
Face 2446 1526 2045 1225
Face 2447 3179 2937 1490
Face 2448 38 2112 2110
Face 2449 369 1227 827
Face 2450 369 370 1227
Face 2451 1061 1532 1676
Face 2452 1061 972 1532
Face 2453 1438 1540 1228
Face 2454 1438 1230 1540
Face 2455 953 1230 1013
Face 2456 953 1540 1230
Face 2457 1013 1231 1067
Face 2458 1013 1230 1231
Face 2459 1964 2083 1233
Face 2460 1964 1576 2083
Face 2461 2572 3366 2571
Face 2462 2572 3365 3366
Face 2463 2234 2235 2672
Face 2464 427 1072 1234
Face 2465 657 1235 1236
Face 2466 2673 2234 2672
Face 2467 658 1236 1235
Face 2468 658 1237 1236
Face 2469 124 1237 658
Face 2470 4843 4571 4842
Face 2471 4570 4571 4843
Face 2472 354 2128 1238
Face 2473 2029 3996 406
Face 2474 5091 5055 4787
Face 2475 3352 5877 498
Face 2476 93 209 1240
Face 2477 5777 5793 5244
Face 2478 5365 6435 2632
Face 2479 683 1242 694
Face 2480 683 5777 5269
Face 2481 552 2602 679
Face 2482 552 1686 2602
Face 2483 1161 1244 1160
Face 2484 1161 5308 1244
Face 2485 2808 1245 977
Face 2486 2808 2995 1245
Face 2487 2807 2995 2808
Face 2488 2807 2806 2995
Face 2489 3007 1247 624
Face 2490 3007 3008 1247
Face 2491 3008 1248 1247
Face 2492 3008 3009 1248
Face 2493 711 2085 2084
Face 2494 711 1250 2085
Face 2495 824 3362 3363
Face 2496 824 1251 3362
Face 2497 958 3317 3318
Face 2498 958 3316 3317
Face 2499 478 3360 1251
Face 2500 478 1253 3360
Face 2501 605 3065 3316
Face 2502 3576 1254 3577
Face 2503 1971 1254 3576
Face 2504 1971 1587 1254
Face 2505 931 3511 2611
Face 2506 931 2623 3511
Face 2507 756 2611 688
Face 2508 756 931 2611
Face 2509 1832 2454 1973
Face 2510 1832 2453 2454
Face 2511 1928 1258 1447
Face 2512 1928 1378 1258
Face 2513 567 2617 57
Face 2514 567 2821 2617
Face 2515 612 4466 1355
Face 2516 5302 4338 5419
Face 2517 99 1261 2600
Face 2518 99 326 1261
Face 2519 4864 5104 4681
Face 2520 569 1134 1262
Face 2521 244 1263 980
Face 2522 244 1599 1263
Face 2523 21 1264 2875
Face 2524 3971 963 5239
Face 2525 6207 5449 3714
Face 2526 5327 5643 6392
Face 2527 5503 5643 5327
Face 2528 5551 5554 1266
Face 2529 2044 1267 3742
Face 2530 2044 1212 1267
Face 2531 4429 4327 3661
Face 2532 231 298 1268
Face 2533 2631 1269 2629
Face 2534 3571 2902 3570
Face 2535 3201 3630 3632
Face 2536 3201 1871 3630
Face 2537 4005 3789 3790
Face 2538 4005 4004 3789
Face 2539 460 2818 1021
Face 2540 2817 4918 5032
Face 2541 452 3024 3023
Face 2542 452 3025 3024
Face 2543 1416 3025 452
Face 2544 1416 3026 3025
Face 2545 1417 3026 1416
Face 2546 1417 1276 3026
Face 2547 2097 1276 1417
Face 2548 3416 3403 3415
Face 2549 3421 3404 3422
Face 2550 3394 2095 1277
Face 2551 1723 2095 3394
Face 2552 1723 1722 2095
Face 2553 822 3001 558
Face 2554 822 3000 3001
Face 2555 558 3002 3589
Face 2556 558 3001 3002
Face 2557 278 1281 400
Face 2558 278 712 1281
Face 2559 1033 1282 1032
Face 2560 1033 719 1282
Face 2561 3736 1826 4001
Face 2562 2367 835 3815
Face 2563 577 1284 1121
Face 2564 577 941 1284
Face 2565 121 1285 1071
Face 2566 4146 4171 4145
Face 2567 634 1286 1071
Face 2568 2392 1579 4427
Face 2569 383 1287 1295
Face 2570 383 476 1287
Face 2571 1291 4907 1290
Face 2572 1291 4427 4907
Face 2573 2731 1289 1291
Face 2574 2731 2392 1289
Face 2575 4632 1290 1292
Face 2576 4632 1291 1290
Face 2577 2985 1291 4632
Face 2578 2985 2731 1291
Face 2579 3988 1292 2422
Face 2580 3988 4632 1292
Face 2581 4216 1293 1058
Face 2582 4216 3990 1293
Face 2583 1056 1294 1057
Face 2584 1056 1295 1294
Face 2585 4324 1295 1287
Face 2586 686 1294 1295
Face 2587 6115 1637 2184
Face 2588 281 1044 2861
Face 2589 3822 1297 3823
Face 2590 5087 2638 5661
Face 2591 1346 5352 5270
Face 2592 148 16 1298
Face 2593 941 1299 1284
Face 2594 1304 6341 1303
Face 2595 5898 5907 5821
Face 2596 1305 5344 5907
Face 2597 6033 5827 1305
Face 2598 1137 114 6036
Face 2599 6410 6381 5836
Face 2600 5258 5841 6381
Face 2601 5309 1303 5839
Face 2602 5309 1304 1303
Face 2603 5808 5905 5309
Face 2604 5823 5898 5821
Face 2605 348 5825 5901
Face 2606 1519 6033 5825
Face 2607 272 1306 1132
Face 2608 272 1519 1306
Face 2609 790 2354 1528
Face 2610 1931 1878 2118
Face 2611 820 1308 708
Face 2612 820 3337 1308
Face 2613 131 4831 820
Face 2614 131 321 1309
Face 2615 767 3699 1311
Face 2616 5244 5793 5787
Face 2617 715 1311 714
Face 2618 715 767 1311
Face 2619 3123 1312 706
Face 2620 3123 1313 1312
Face 2621 933 3852 932
Face 2622 2968 3739 2969
Face 2623 3739 5426 2969
Face 2624 491 3042 3863
Face 2625 3708 3042 1316
Face 2626 3708 3863 3042
Face 2627 3773 1316 4136
Face 2628 3194 3708 1316
Face 2629 4138 4139 3775
Face 2630 3451 421 3452
Face 2631 270 3324 1039
Face 2632 270 3325 3324
Face 2633 616 1319 1508
Face 2634 3373 2490 3489
Face 2635 720 1320 3489
Face 2636 2491 3326 2492
Face 2637 718 1321 3325
Face 2638 718 3195 1321
Face 2639 1393 1322 718
Face 2640 3441 1394 3442
Face 2641 3450 1323 3451
Face 2642 3450 1344 1323
Face 2643 155 5438 1656
Face 2644 5315 5595 5584
Face 2645 805 1325 1135
Face 2646 805 1536 1325
Face 2647 94 1326 991
Face 2648 94 1658 1326
Face 2649 15 1327 1037
Face 2650 15 1534 1327
Face 2651 350 1328 1329
Face 2652 350 797 1328
Face 2653 875 1329 1397
Face 2654 875 350 1329
Face 2655 874 1330 875
Face 2656 874 1533 1330
Face 2657 702 1331 1105
Face 2658 702 854 1331
Face 2659 2178 1332 1526
Face 2660 2178 1769 1332
Face 2661 1176 1907 1493
Face 2662 1176 1491 1907
Face 2663 88 1334 1425
Face 2664 2274 3146 1805
Face 2665 3235 1335 3236
Face 2666 3235 729 1335
Face 2667 1499 2793 1337
Face 2668 328 67 1336
Face 2669 693 1337 2725
Face 2670 693 1499 1337
Face 2671 2049 2048 3677
Face 2672 593 571 1338
Face 2673 2121 1339 2413
Face 2674 2411 4261 2333
Face 2675 259 2413 3168
Face 2676 259 2121 2413
Face 2677 4901 5092 5093
Face 2678 4901 2589 5092
Face 2679 4751 2589 4901
Face 2680 2684 2329 1342
Face 2681 915 1343 3660
Face 2682 2477 3197 2794
Face 2683 3232 1344 3233
Face 2684 3232 1323 1344
Face 2685 729 3447 1335
Face 2686 729 3448 3447
Face 2687 148 1346 548
Face 2688 148 5352 1346
Face 2689 395 1846 1118
Face 2690 395 1590 1846
Face 2691 2764 1348 1347
Face 2692 2764 1545 1348
Face 2693 5716 2405 5444
Face 2694 179 1611 2596
Face 2695 3348 1350 1401
Face 2696 3348 1351 1350
Face 2697 3349 1351 3348
Face 2698 3349 2403 1351
Face 2699 2281 1352 2402
Face 2700 2281 1544 1352
Face 2701 4464 1353 1354
Face 2702 4464 4463 1353
Face 2703 1210 5058 5063
Face 2704 6055 6346 5460
Face 2705 1030 4467 1260
Face 2706 1030 1885 4467
Face 2707 1260 1356 1030
Face 2708 5458 5460 6346
Face 2709 1358 1521 5011
Face 2710 4581 2316 1357
Face 2711 194 1358 246
Face 2712 194 1521 1358
Face 2713 971 1359 793
Face 2714 971 1473 1359
Face 2715 793 1360 3196
Face 2716 793 1359 1360
Face 2717 2299 2938 793
Face 2718 2557 1944 1361
Face 2719 2496 1362 2811
Face 2720 2496 3991 3744
Face 2721 2144 2145 1708
Face 2722 154 368 1363
Face 2723 368 1364 1363
Face 2724 368 641 1364
Face 2725 135 1365 404
Face 2726 1619 1493 1618
Face 2727 739 1366 1108
Face 2728 739 472 1366
Face 2729 370 1367 1227
Face 2730 370 677 1367
Face 2731 677 1368 1367
Face 2732 677 1455 1368
Face 2733 210 1369 35
Face 2734 210 5269 1369
Face 2735 400 1370 1381
Face 2736 400 1281 1370
Face 2737 2898 1371 857
Face 2738 2898 1199 1371
Face 2739 964 1372 963
Face 2740 964 1162 1372
Face 2741 264 1373 1856
Face 2742 264 6445 1373
Face 2743 843 1374 2762
Face 2744 843 844 1374
Face 2745 3165 3095 1041
Face 2746 204 1374 1375
Face 2747 1886 1376 1798
Face 2748 1886 192 1376
Face 2749 1061 1798 1376
Face 2750 2641 1561 2283
Face 2751 1929 1378 1928
Face 2752 1929 1927 1378
Face 2753 1378 1379 1258
Face 2754 1378 1059 1379
Face 2755 4364 2211 2213
Face 2756 2440 2332 1380
Face 2757 2229 1381 1370
Face 2758 743 2211 4471
Face 2759 246 1382 194
Face 2760 246 1079 1382
Face 2761 3428 1383 3429
Face 2762 3428 3427 1383
Face 2763 982 1384 1131
Face 2764 982 1133 1384
Face 2765 247 1385 62
Face 2766 247 1076 1385
Face 2767 331 3448 729
Face 2768 331 3449 3448
Face 2769 2323 1387 2322
Face 2770 2323 1388 1387
Face 2771 2324 1388 2323
Face 2772 2324 1393 1388
Face 2773 3861 1389 2647
Face 2774 5537 3642 5495
Face 2775 466 1390 1391
Face 2776 3643 5495 3642
Face 2777 3509 1391 1390
Face 2778 3509 1392 1391
Face 2779 3771 3772 4141
Face 2780 3638 1391 1392
Face 2781 1026 3441 3440
Face 2782 1026 1394 3441
Face 2783 1317 2826 2712
Face 2784 4141 3772 4140
Face 2785 421 2706 3452
Face 2786 2775 3254 1395
Face 2787 225 1396 1145
Face 2788 4886 4468 4863
Face 2789 1012 1397 2708
Face 2790 1012 27 1397
Face 2791 336 1398 1920
Face 2792 336 1012 1398
Face 2793 4299 1399 1400
Face 2794 5194 4078 5243
Face 2795 2423 1400 2129
Face 2796 2423 4299 1400
Face 2797 3347 1401 2007
Face 2798 3347 3348 1401
Face 2799 2401 1402 2278
Face 2800 2401 1403 1402
Face 2801 2280 2402 2279
Face 2802 2280 2281 2402
Face 2803 393 1404 2136
Face 2804 393 202 1404
Face 2805 848 1608 402
Face 2806 848 144 1608
Face 2807 1876 4932 4610
Face 2808 783 607 1698
Face 2809 144 1988 1987
Face 2810 144 848 1988
Face 2811 973 1987 1986
Face 2812 973 144 1987
Face 2813 313 1986 1985
Face 2814 313 973 1986
Face 2815 3240 1410 1409
Face 2816 3240 949 1410
Face 2817 1984 3021 1985
Face 2818 1984 3022 3021
Face 2819 275 1983 1414
Face 2820 275 1411 1983
Face 2821 3263 3562 3561
Face 2822 3263 3563 3562
Face 2823 772 3023 1412
Face 2824 772 452 3023
Face 2825 452 2100 1416
Face 2826 452 772 2100
Face 2827 2099 1416 2100
Face 2828 2099 1417 1416
Face 2829 1421 2098 988
Face 2830 1421 1418 2098
Face 2831 1422 1418 1421
Face 2832 3423 3405 3420
Face 2833 1778 1419 3418
Face 2834 1778 3393 1419
Face 2835 245 3563 3263
Face 2836 245 403 3563
Face 2837 3425 1421 3245
Face 2838 3425 1422 1421
Face 2839 3247 3406 3246
Face 2840 3419 3417 3424
Face 2841 3637 1423 1406
Face 2842 3637 2558 1423
Face 2843 302 1424 1840
Face 2844 302 519 1424
Face 2845 2408 1425 1334
Face 2846 2408 2407 1425
Face 2847 2653 2654 2253
Face 2848 883 1427 1426
Face 2849 661 1427 521
Face 2850 661 1426 1427
Face 2851 4860 4861 4494
Face 2852 521 1427 1428
Face 2853 359 1429 1430
Face 2854 359 1760 1429
Face 2855 447 1430 1429
Face 2856 2241 2666 2240
Face 2857 907 1431 1432
Face 2858 2666 2241 2665
Face 2859 908 1432 1431
Face 2860 908 26 1432
Face 2861 4849 4850 4516
Face 2862 26 908 1433
Face 2863 4836 4837 4607
Face 2864 104 251 1434
Face 2865 4030 4029 3702
Face 2866 291 1082 1435
Face 2867 274 1436 1475
Face 2868 4498 4857 4497
Face 2869 694 1437 683
Face 2870 694 84 1437
Face 2871 2728 1438 2262
Face 2872 2286 1537 1438
Face 2873 2568 1439 1440
Face 2874 2568 2567 1439
Face 2875 2569 1440 3260
Face 2876 2569 2568 1440
Face 2877 3323 1441 2734
Face 2878 3323 3322 1441
Face 2879 511 1442 13
Face 2880 511 1443 1442
Face 2881 611 1443 511
Face 2882 611 1593 1443
Face 2883 1028 1444 1029
Face 2884 1028 1443 1444
Face 2885 5979 1445 5229
Face 2886 5773 5282 5972
Face 2887 773 5206 1447
Face 2888 5934 5219 5249
Face 2889 5231 1447 5206
Face 2890 5231 213 1447
Face 2891 299 1448 804
Face 2892 2516 4379 2515
Face 2893 817 1449 1450
Face 2894 4051 1180 4052
Face 2895 602 1450 1451
Face 2896 602 817 1450
Face 2897 2232 2675 2674
Face 2898 2388 602 1451
Face 2899 426 1452 1453
Face 2900 2677 2232 2674
Face 2901 425 1453 1452
Face 2902 425 1454 1453
Face 2903 4839 4840 4604
Face 2904 398 1453 1454
Face 2905 2141 2142 458
Face 2906 813 1368 1455
Face 2907 458 1456 1457
Face 2908 458 2142 1456
Face 2909 815 1457 816
Face 2910 815 458 1457
Face 2911 816 1458 4055
Face 2912 816 1457 1458
Face 2913 50 1459 1460
Face 2914 4055 1458 4056
Face 2915 965 1460 1459
Face 2916 965 1461 1460
Face 2917 137 1461 965
Face 2918 2239 2668 2238
Face 2919 357 1462 1463
Face 2920 2668 2239 2667
Face 2921 356 1463 1462
Face 2922 356 1464 1463
Face 2923 4846 4847 4567
Face 2924 355 1463 1464
Face 2925 969 1465 199
Face 2926 4845 4569 4844
Face 2927 3456 1466 2595
Face 2928 3456 3358 1466
Face 2929 651 1467 2031
Face 2930 4489 4863 4468
Face 2931 4886 4887 4468
Face 2932 225 1600 1468
Face 2933 664 1469 808
Face 2934 4856 4499 4855
Face 2935 138 1470 2415
Face 2936 3189 4759 4878
Face 2937 4760 4894 3188
Face 2938 4672 5106 5114
Face 2939 397 1472 614
Face 2940 4490 3809 4553
Face 2941 354 1473 971
Face 2942 4570 4844 4569
Face 2943 82 1474 2069
Face 2944 4502 4853 4501
Face 2945 236 1475 1635
Face 2946 236 274 1475
Face 2947 663 1476 2080
Face 2948 4500 4855 4499
Face 2949 260 1477 189
Face 2950 4854 4501 4853
Face 2951 181 1478 81
Face 2952 4604 4840 4603
Face 2953 885 1479 791
Face 2954 885 993 1479
Face 2955 802 1480 2070
Face 2956 4607 4837 4606
Face 2957 229 1481 984
Face 2958 229 352 1481
Face 2959 123 1482 2081
Face 2960 4567 4847 4566
Face 2961 4494 4495 4860
Face 2962 69 909 1483
Face 2963 69 1484 2058
Face 2964 4494 4861 4493
Face 2965 122 1485 375
Face 2966 4858 4497 4857
Face 2967 37 1486 675
Face 2968 4182 2167 4181
Face 2969 521 1487 661
Face 2970 4860 4495 4859
Face 2971 489 1488 994
Face 2972 489 20 1488
Face 2973 451 1489 2120
Face 2974 4516 4850 4504
Face 2975 1225 1490 1224
Face 2976 1225 757 1490
Face 2977 2045 1491 1225
Face 2978 1332 1333 1911
Face 2979 2735 1492 1616
Face 2980 2735 1618 1492
Face 2981 1209 1493 1907
Face 2982 1209 1492 1493
Face 2983 1333 1494 1911
Face 2984 2483 1209 1494
Face 2985 4875 4545 3104
Face 2986 4948 4775 4542
Face 2987 474 1496 140
Face 2988 474 1497 1496
Face 2989 197 1497 474
Face 2990 197 430 1497
Face 2991 430 1498 1497
Face 2992 430 1994 1498
Face 2993 3522 2046 697
Face 2994 328 3543 3544
Face 2995 3459 1500 2172
Face 2996 3459 3458 1500
Face 2997 231 1501 18
Face 2998 231 1268 3920
Face 2999 5970 5955 5952
Face 3000 860 309 5201
Face 3001 6242 5320 5429
Face 3002 6242 6425 5320
Face 3003 5952 1504 5573
Face 3004 5969 5282 1504
Face 3005 5975 5773 5972
Face 3006 5941 5938 5323
Face 3007 5222 1506 162
Face 3008 5222 774 1506
Face 3009 3 1507 418
Face 3010 3 5220 1507
Face 3011 3131 1508 1895
Face 3012 3131 3094 1508
Face 3013 1198 3911 2555
Face 3014 1198 3910 3911
Face 3015 5261 2638 5369
Face 3016 626 1149 1510
Face 3017 67 1511 946
Face 3018 67 328 1511
Face 3019 2047 1512 2048
Face 3020 3690 1168 2277
Face 3021 3753 1513 4350
Face 3022 3753 3284 1513
Face 3023 4350 4383 3753
Face 3024 25 303 1514
Face 3025 128 1515 1851
Face 3026 128 9 1515
Face 3027 269 1516 2017
Face 3028 3854 4030 3702
Face 3029 893 5310 5312
Face 3030 893 166 1517
Face 3031 3130 1518 1843
Face 3032 3130 3129 1518
Face 3033 348 1519 5825
Face 3034 348 1306 1519
Face 3035 61 5010 1599
Face 3036 5011 5029 1520
Face 3037 1357 5029 4581
Face 3038 1357 4721 5029
Face 3039 194 5030 1521
Face 3040 194 1382 1522
Face 3041 2887 4391 4392
Face 3042 2888 2056 1523
Face 3043 2052 1625 2053
Face 3044 2052 1819 1625
Face 3045 2311 3944 2918
Face 3046 2311 2310 3944
Face 3047 2918 1941 2311
Face 3048 2918 1530 1941
Face 3049 3301 1613 1528
Face 3050 3301 1573 1613
Face 3051 910 1528 1613
Face 3052 910 790 1528
Face 3053 1605 1529 1175
Face 3054 790 910 1529
Face 3055 1175 1530 789
Face 3056 1175 1529 1530
Face 3057 789 3762 2480
Face 3058 789 3761 3762
Face 3059 1228 2262 1438
Face 3060 1228 2394 2262
Face 3061 109 1533 2921
Face 3062 109 1330 1533
Face 3063 114 1534 6039
Face 3064 114 1327 1534
Face 3065 25 1535 268
Face 3066 25 3972 1535
Face 3067 155 5315 5438
Face 3068 155 1325 1536
Face 3069 1029 1537 2286
Face 3070 1029 1444 1537
Face 3071 62 5019 4810
Face 3072 1555 4981 5019
Face 3073 4527 4810 5019
Face 3074 1131 1384 1539
Face 3075 1229 1540 953
Face 3076 1229 1228 1540
Face 3077 2765 4102 4103
Face 3078 2765 1745 4102
Face 3079 486 1542 1211
Face 3080 486 3816 1542
Face 3081 3542 1543 1852
Face 3082 3758 2796 1543
Face 3083 215 1544 2281
Face 3084 215 459 1544
Face 3085 2892 1545 2764
Face 3086 2892 2477 1545
Face 3087 3044 1546 1607
Face 3088 3044 3043 1546
Face 3089 161 1547 2476
Face 3090 161 2694 1547
Face 3091 2778 1548 2760
Face 3092 3648 1102 3515
Face 3093 43 1864 4874
Face 3094 43 105 1864
Face 3095 585 1550 1633
Face 3096 2956 2957 1550
Face 3097 5929 5932 5205
Face 3098 5226 5059 5224
Face 3099 293 3798 3799
Face 3100 293 5226 3798
Face 3101 5435 5177 5203
Face 3102 5435 798 5177
Face 3103 798 1554 5177
Face 3104 798 625 1554
Face 3105 62 1555 5019
Face 3106 62 1385 1555
Face 3107 296 1556 47
Face 3108 296 438 1556
Face 3109 4733 4130 5142
Face 3110 3519 4002 4130
Face 3111 432 1558 139
Face 3112 432 3093 1558
Face 3113 248 3093 432
Face 3114 248 4048 3093
Face 3115 1036 1560 630
Face 3116 2871 2700 3788
Face 3117 1563 1561 1562
Face 3118 2287 2283 1561
Face 3119 1820 1562 1819
Face 3120 1820 134 1562
Face 3121 134 1563 1562
Face 3122 134 571 1563
Face 3123 3128 1564 1963
Face 3124 3128 3259 1564
Face 3125 3039 2758 3864
Face 3126 2215 2216 2698
Face 3127 216 1566 327
Face 3128 216 1054 1566
Face 3129 2872 3998 3692
Face 3130 46 799 1567
Face 3131 2459 2022 3170
Face 3132 769 2224 1568
Face 3133 3144 1569 2304
Face 3134 3144 3145 1569
Face 3135 641 1570 1364
Face 3136 641 640 1570
Face 3137 640 1571 1570
Face 3138 640 176 1571
Face 3139 639 1572 666
Face 3140 639 1704 1572
Face 3141 2115 3443 952
Face 3142 2115 2114 3443
Face 3143 1067 1574 1013
Face 3144 1067 951 1574
Face 3145 3596 3589 3002
Face 3146 3182 1641 1575
Face 3147 1965 3364 3365
Face 3148 1965 1581 3364
Face 3149 2687 5719 1265
Face 3150 2687 2331 1577
Face 3151 3384 1578 1789
Face 3152 3384 3383 1578
Face 3153 4106 4312 4107
Face 3154 4106 2358 4312
Face 3155 3867 2062 3868
Face 3156 3867 3818 2062
Face 3157 1966 3319 3320
Face 3158 1966 1967 3319
Face 3159 2627 1582 2626
Face 3160 2627 1583 1582
Face 3161 2628 1583 2627
Face 3162 2628 1584 1583
Face 3163 2629 1584 2628
Face 3164 2629 1269 1584
Face 3165 1269 1585 1584
Face 3166 3570 2623 3572
Face 3167 554 2623 931
Face 3168 554 3572 2623
Face 3169 931 1972 554
Face 3170 931 756 1972
Face 3171 756 1973 1972
Face 3172 756 1832 1973
Face 3173 3339 3341 3568
Face 3174 800 3343 2979
Face 3175 916 1590 1591
Face 3176 2764 1347 3336
Face 3177 1069 1591 1590
Face 3178 1069 611 1591
Face 3179 611 1592 1231
Face 3180 611 1069 1592
Face 3181 1231 1593 611
Face 3182 1231 1230 1593
Face 3183 360 1594 2382
Face 3184 360 1799 1594
Face 3185 2730 1595 2392
Face 3186 2984 1742 1595
Face 3187 4172 4210 4006
Face 3188 472 739 1596
Face 3189 737 1597 1598
Face 3190 4006 4210 3994
Face 3191 316 1598 1597
Face 3192 316 152 1598
Face 3193 4796 1599 5010
Face 3194 110 1263 1599
Face 3195 481 1600 1601
Face 3196 481 1468 1600
Face 3197 1201 1601 1600
Face 3198 2650 2255 2649
Face 3199 673 1602 1164
Face 3200 2255 2650 2256
Face 3201 1164 1603 1604
Face 3202 1164 1602 1603
Face 3203 63 1604 1603
Face 3204 4573 4747 4572
Face 3205 790 1605 2354
Face 3206 790 1529 1605
Face 3207 757 1606 1490
Face 3208 757 434 1606
Face 3209 3045 1607 1405
Face 3210 3045 3044 1607
Face 3211 3016 1608 1609
Face 3212 3016 3015 1608
Face 3213 3017 1609 1610
Face 3214 3017 3016 1609
Face 3215 3018 1610 3019
Face 3216 3018 3017 1610
Face 3217 572 1611 179
Face 3218 572 589 1611
Face 3219 957 2725 1337
Face 3220 2726 2948 1612
Face 3221 1527 1613 1614
Face 3222 1527 2306 1613
Face 3223 1573 1614 1613
Face 3224 1573 1615 1614
Face 3225 3682 1615 2349
Face 3226 3682 1614 1615
Face 3227 3290 2737 1190
Face 3228 3290 3014 2737
Face 3229 797 1617 1328
Face 3230 797 1365 1617
Face 3231 2825 1618 2735
Face 3232 2825 2018 1618
Face 3233 2018 1619 1618
Face 3234 2018 1647 1619
Face 3235 3655 3672 740
Face 3236 2912 3665 1620
Face 3237 3732 1628 2842
Face 3238 3732 2840 1628
Face 3239 1224 2842 1628
Face 3240 1224 2937 2842
Face 3241 852 1623 1795
Face 3242 1793 2886 1626
Face 3243 2840 2309 1628
Face 3244 2840 2839 2309
Face 3245 2845 4184 3674
Face 3246 2845 4043 4184
Face 3247 4376 4250 4375
Face 3248 4376 4251 4250
Face 3249 4039 4043 2845
Face 3250 4039 2520 4043
Face 3251 1621 1628 2309
Face 3252 1621 1224 1628
Face 3253 788 1629 1621
Face 3254 788 1526 1629
Face 3255 3387 1630 1938
Face 3256 3387 1789 1630
Face 3257 670 1631 1806
Face 3258 4747 4573 4574
Face 3259 5708 6158 5284
Face 3260 6174 6006 6169
Face 3261 584 1633 1550
Face 3262 584 1638 1633
Face 3263 3487 1634 3335
Face 3264 3469 2681 1634
Face 3265 1104 3335 3186
Face 3266 1104 236 1635
Face 3267 2369 3659 2610
Face 3268 168 3982 3659
Face 3269 2861 6112 281
Face 3270 6423 5364 5791
Face 3271 5502 5501 5504
Face 3272 408 1633 2814
Face 3273 372 1639 528
Face 3274 372 2174 1639
Face 3275 1160 4934 2167
Face 3276 1160 1244 4934
Face 3277 3627 1641 3182
Face 3278 3627 3628 1641
Face 3279 3378 1642 562
Face 3280 3378 3380 1642
Face 3281 2549 3380 3385
Face 3282 2549 1642 3380
Face 3283 3658 1644 3359
Face 3284 3658 1687 1644
Face 3285 351 3512 2828
Face 3286 351 1814 3541
Face 3287 540 1646 224
Face 3288 540 322 1646
Face 3289 434 1647 609
Face 3290 434 1619 1647
Face 3291 530 1648 2195
Face 3292 530 1180 1648
Face 3293 4089 4088 4380
Face 3294 361 1650 1649
Face 3295 587 1650 361
Face 3296 587 1651 1650
Face 3297 689 1651 587
Face 3298 2536 6177 2967
Face 3299 6463 6177 2536
Face 3300 690 935 3695
Face 3301 3134 3733 1652
Face 3302 3134 1654 3733
Face 3303 3133 1654 3134
Face 3304 4308 1895 3953
Face 3305 5584 5438 5315
Face 3306 5584 5582 1655
Face 3307 5577 1656 5438
Face 3308 842 1374 1656
Face 3309 20 1657 1488
Face 3310 2573 3125 2635
Face 3311 873 1658 872
Face 3312 873 1326 1658
Face 3313 808 1659 1660
Face 3314 808 1469 1659
Face 3315 809 1660 1659
Face 3316 2660 2247 2659
Face 3317 89 1661 905
Face 3318 2247 2660 2246
Face 3319 905 1662 1663
Face 3320 905 1661 1662
Face 3321 106 1663 1662
Face 3322 3444 3928 3467
Face 3323 3928 3857 3467
Face 3324 282 443 1664
Face 3325 443 1665 1664
Face 3326 443 1666 1665
Face 3327 2160 2161 4116
Face 3328 901 1665 1666
Face 3329 4116 4115 2160
Face 3330 900 899 1667
Face 3331 899 1668 1667
Face 3332 899 1669 1668
Face 3333 130 1669 324
Face 3334 130 1668 1669
Face 3335 324 1670 1671
Face 3336 324 1669 1670
Face 3337 437 1671 1670
Face 3338 437 1672 1671
Face 3339 858 1672 437
Face 3340 4165 4267 4164
Face 3341 4266 4267 4165
Face 3342 1049 1674 1673
Face 3343 563 1674 1049
Face 3344 563 1921 1674
Face 3345 4247 3851 3675
Face 3346 4247 3782 3851
Face 3347 3176 1676 1675
Face 3348 3176 1689 1676
Face 3349 585 2956 1550
Face 3350 585 2955 2956
Face 3351 2330 2955 585
Face 3352 2460 2953 2954
Face 3353 170 1679 257
Face 3354 2382 2232 2679
Face 3355 14 1680 251
Face 3356 2387 1679 2678
Face 3357 3673 2328 1271
Face 3358 553 517 1681
Face 3359 3689 1682 4068
Face 3360 1004 1887 1682
Face 3361 4027 1683 2338
Face 3362 4027 3534 1683
Face 3363 23 1684 723
Face 3364 23 2079 1684
Face 3365 3974 4074 4076
Face 3366 760 2314 1685
Face 3367 4820 4821 1341
Face 3368 601 1243 2966
Face 3369 4067 3191 3192
Face 3370 4067 1885 3191
Face 3371 835 1688 3815
Face 3372 835 2431 1688
Face 3373 1061 1689 1798
Face 3374 1061 1676 1689
Face 3375 1045 1690 3253
Face 3376 1045 3095 1690
Face 3377 515 1691 2301
Face 3378 515 4050 1691
Face 3379 385 1692 2297
Face 3380 385 4072 3786
Face 3381 2647 1693 2303
Face 3382 2647 1389 1693
Face 3383 362 1694 34
Face 3384 362 4968 1694
Face 3385 180 1695 685
Face 3386 5078 4734 4968
Face 3387 4867 1696 2713
Face 3388 4931 1876 4610
Face 3389 4809 1697 4881
Face 3390 4809 4682 1697
Face 3391 1406 1698 1779
Face 3392 4933 4622 2750
Face 3393 375 1699 1700
Face 3394 375 1485 1699
Face 3395 2656 2657 2250
Face 3396 191 375 1700
Face 3397 2251 2252 2655
Face 3398 1188 1702 1701
Face 3399 1107 1702 671
Face 3400 1107 1701 1702
Face 3401 671 1703 1107
Face 3402 4828 4442 1703
Face 3403 640 1704 639
Face 3404 640 641 1704
Face 3405 641 1705 1704
Face 3406 641 368 1705
Face 3407 368 1706 1705
Face 3408 368 154 1706
Face 3409 154 1707 1706
Face 3410 2144 1215 2143
Face 3411 1215 1708 1214
Face 3412 1215 2144 1708
Face 3413 1214 1709 1179
Face 3414 1214 1708 1709
Face 3415 1179 1710 4058
Face 3416 1179 1709 1710
Face 3417 723 1711 1712
Face 3418 723 804 1711
Face 3419 721 1712 1711
Face 3420 721 1713 1712
Face 3421 198 1713 1714
Face 3422 198 1712 1713
Face 3423 813 1714 1713
Face 3424 2141 1715 2140
Face 3425 814 1715 1716
Face 3426 814 2140 1715
Face 3427 530 1716 1717
Face 3428 530 814 1716
Face 3429 1180 1717 4052
Face 3430 1180 530 1717
Face 3431 2461 2953 2460
Face 3432 2196 3150 1718
Face 3433 3854 1719 4030
Face 3434 3854 3894 1719
Face 3435 1046 1720 795
Face 3436 1046 2188 1720
Face 3437 2373 1721 4096
Face 3438 3503 3504 1721
Face 3439 2550 3385 3393
Face 3440 2550 2549 3385
Face 3441 2551 3393 1778
Face 3442 2551 2550 3393
Face 3443 2756 2759 1184
Face 3444 2756 1565 2759
Face 3445 2688 2435 3038
Face 3446 727 1140 1725
Face 3447 449 1726 1727
Face 3448 449 1007 1726
Face 3449 115 1727 1726
Face 3450 2664 2243 2663
Face 3451 358 1728 446
Face 3452 2243 2664 2242
Face 3453 446 1729 1730
Face 3454 446 1728 1729
Face 3455 319 1730 1729
Face 3456 4420 4332 4425
Face 3457 47 1731 296
Face 3458 47 367 1731
Face 3459 367 1732 1731
Face 3460 2147 1733 2146
Face 3461 117 1733 365
Face 3462 117 2146 1733
Face 3463 365 1734 646
Face 3464 365 1733 1734
Face 3465 646 1735 3942
Face 3466 646 1734 1735
Face 3467 3302 1736 2951
Face 3468 3302 1993 1736
Face 3469 3197 3124 2794
Face 3470 1186 1442 1737
Face 3471 2057 1738 2024
Face 3472 174 741 1738
Face 3473 120 1739 153
Face 3474 2970 2930 6413
Face 3475 741 1740 1738
Face 3476 741 2929 1740
Face 3477 3140 1741 3139
Face 3478 2296 2681 2690
Face 3479 1283 1742 1271
Face 3480 1283 1595 1742
Face 3481 630 1743 2701
Face 3482 630 1560 1743
Face 3483 557 1744 1743
Face 3484 4005 3790 3926
Face 3485 625 1745 1554
Face 3486 625 4102 1745
Face 3487 199 1746 1747
Face 3488 199 1465 1746
Face 3489 249 1747 1746
Face 3490 2671 2236 2670
Face 3491 2235 2236 2671
Face 3492 1234 1749 1748
Face 3493 256 1749 1750
Face 3494 256 1748 1749
Face 3495 389 1750 1749
Face 3496 4520 4410 4409
Face 3497 661 1751 1752
Face 3498 661 1487 1751
Face 3499 191 1752 1751
Face 3500 2656 2251 2655
Face 3501 1188 1753 378
Face 3502 2251 2656 2250
Face 3503 378 1754 1755
Face 3504 378 1753 1754
Face 3505 287 1755 1754
Face 3506 4666 4426 4830
Face 3507 12 1756 1757
Face 3508 12 317 1756
Face 3509 1083 1757 1756
Face 3510 1083 1153 1757
Face 3511 1153 1758 1757
Face 3512 1153 505 1758
Face 3513 505 1759 1758
Face 3514 2424 1934 3286
Face 3515 647 1760 359
Face 3516 2873 4062 3080
Face 3517 3049 1761 3050
Face 3518 3049 2282 1761
Face 3519 1347 1846 3336
Face 3520 1347 2022 1762
Face 3521 2205 1763 1762
Face 3522 2205 2208 1763
Face 3523 189 1764 1765
Face 3524 189 1477 1764
Face 3525 448 1765 1764
Face 3526 2662 2245 2661
Face 3527 906 1766 241
Face 3528 2245 2662 2244
Face 3529 241 1767 1768
Face 3530 241 1766 1767
Face 3531 812 1768 1767
Face 3532 3924 3488 3923
Face 3533 1529 1769 1530
Face 3534 1529 1770 1769
Face 3535 1333 2483 1494
Face 3536 1333 1769 1770
Face 3537 2692 3560 2019
Face 3538 2692 3561 3560
Face 3539 2378 1772 4022
Face 3540 3158 3159 1772
Face 3541 152 1773 1598
Face 3542 2984 1595 2730
Face 3543 700 1774 2443
Face 3544 700 960 1774
Face 3545 546 1775 1203
Face 3546 4647 4750 4753
Face 3547 4168 4193 4192
Face 3548 818 1777 1776
Face 3549 23 1777 818
Face 3550 23 1918 1777
Face 3551 3249 3417 3633
Face 3552 3249 2551 1778
Face 3553 607 1779 1698
Face 3554 607 60 1779
Face 3555 799 1780 381
Face 3556 799 46 1780
Face 3557 4272 4347 4082
Face 3558 381 1780 1781
Face 3559 1142 1782 633
Face 3560 4082 4347 4081
Face 3561 633 1783 712
Face 3562 633 1782 1783
Face 3563 1140 1784 1141
Face 3564 1140 727 1784
Face 3565 4270 4271 4084
Face 3566 1141 1784 1785
Face 3567 996 1786 83
Face 3568 4085 4270 4084
Face 3569 83 1787 394
Face 3570 83 1786 1787
Face 3571 3156 1788 2373
Face 3572 3157 2378 1788
Face 3573 3386 1789 3387
Face 3574 3386 3384 1789
Face 3575 804 1790 1711
Face 3576 804 1448 1790
Face 3577 706 1791 3123
Face 3578 2886 1793 4241
Face 3579 1448 1792 1790
Face 3580 2836 4159 2837
Face 3581 2838 2513 2512
Face 3582 2838 2837 2513
Face 3583 2839 3961 2309
Face 3584 2839 3962 3961
Face 3585 827 1795 1623
Face 3586 827 1227 1795
Face 3587 595 1796 2355
Face 3588 4049 1691 4050
Face 3589 3531 1797 2734
Face 3590 3697 1955 3374
Face 3591 1377 1798 1689
Face 3592 1377 1150 1798
Face 3593 76 1799 360
Face 3594 76 3820 4479
Face 3595 1801 3938 3300
Face 3596 3915 2703 1800
Face 3597 3916 1801 1930
Face 3598 3916 1800 1801
Face 3599 571 1802 1563
Face 3600 571 593 1802
Face 3601 593 1803 1802
Face 3602 2049 3126 1803
Face 3603 642 1804 1556
Face 3604 642 2138 1804
Face 3605 3303 1993 3302
Face 3606 3304 2274 1805
Face 3607 669 1806 1631
Face 3608 669 1807 1806
Face 3609 2153 2155 4110
Face 3610 342 1806 1807
Face 3611 399 1808 1809
Face 3612 4109 2153 4110
Face 3613 726 1809 1808
Face 3614 726 1811 1809
Face 3615 712 1810 1281
Face 3616 712 1783 1810
Face 3617 278 1811 1914
Face 3618 278 1809 1811
Face 3619 343 1812 4435
Face 3620 343 48 1812
Face 3621 955 1813 1226
Face 3622 955 1112 1813
Face 3623 3005 1814 351
Face 3624 3005 2082 1814
Face 3625 352 1815 1481
Face 3626 352 3508 1815
Face 3627 1108 1816 739
Face 3628 1108 1109 1816
Face 3629 739 1817 1596
Face 3630 739 1816 1817
Face 3631 3663 2683 1636
Face 3632 508 3288 3530
Face 3633 2722 1819 2052
Face 3634 2722 1820 1819
Face 3635 2191 1820 2722
Face 3636 2191 1857 1820
Face 3637 3166 1821 1822
Face 3638 3166 3165 1821
Face 3639 3167 1822 1897
Face 3640 3167 3166 1822
Face 3641 2289 3711 2270
Face 3642 284 2200 1823
Face 3643 2939 1824 3738
Face 3644 1035 237 1824
Face 3645 1271 1825 1283
Face 3646 1271 2328 1825
Face 3647 2383 2864 2465
Face 3648 2383 2749 2864
Face 3649 477 3060 1257
Face 3650 477 1005 3060
Face 3651 1005 2452 1829
Face 3652 1005 477 2452
Face 3653 2451 1829 2452
Face 3654 3397 3410 3398
Face 3655 3408 3409 3396
Face 3656 2746 2745 2450
Face 3657 3390 1831 1836
Face 3658 3390 1937 1831
Face 3659 688 1832 756
Face 3660 688 1833 1832
Face 3661 1125 1833 688
Face 3662 1125 1828 1833
Face 3663 1828 1834 1833
Face 3664 1828 1835 1834
Face 3665 1123 1835 1828
Face 3666 3395 3408 3396
Face 3667 3462 3847 3845
Face 3668 3392 3390 1836
Face 3669 866 5815 371
Face 3670 3888 5086 6420
Face 3671 500 1838 2470
Face 3672 500 987 1838
Face 3673 5028 1866 4578
Face 3674 3036 4678 1839
Face 3675 470 1840 1424
Face 3676 470 5027 5025
Face 3677 3670 1841 3473
Face 3678 3670 2194 1841
Face 3679 3916 3915 1800
Face 3680 423 523 1842
Face 3681 3141 1843 1896
Face 3682 3141 3130 1843
Face 3683 986 1844 3528
Face 3684 986 850 1844
Face 3685 678 1845 1844
Face 3686 678 1847 1845
Face 3687 1762 1846 1347
Face 3688 1762 1847 1846
Face 3689 1763 1847 1762
Face 3690 1763 1845 1847
Face 3691 1017 1848 1016
Face 3692 3529 1763 2208
Face 3693 1520 4722 4389
Face 3694 1520 5029 4721
Face 3695 110 1850 390
Face 3696 4796 5010 4389
Face 3697 923 1851 340
Face 3698 923 128 1851
Face 3699 2109 1852 2792
Face 3700 2109 3542 1852
Face 3701 578 1853 2202
Face 3702 3757 3747 2599
Face 3703 2954 2955 2460
Face 3704 1678 2578 1854
Face 3705 5480 5485 5482
Face 3706 4323 1856 1855
Face 3707 1372 1856 4323
Face 3708 1372 264 1856
Face 3709 134 1857 1902
Face 3710 134 1820 1857
Face 3711 1507 1858 1859
Face 3712 1507 1502 1858
Face 3713 279 1859 1858
Face 3714 5207 419 1859
Face 3715 268 1860 1868
Face 3716 268 1535 1860
Face 3717 1880 1861 3162
Face 3718 1880 1031 1861
Face 3719 1096 1862 3037
Face 3720 3163 5663 5268
Face 3721 105 1863 1864
Face 3722 105 1208 1863
Face 3723 1549 3035 2858
Face 3724 4806 3036 4564
Face 3725 1031 1865 1861
Face 3726 4874 4564 4579
Face 3727 1839 1866 5028
Face 3728 5027 470 1866
Face 3729 1032 4897 1866
Face 3730 1032 1282 1867
Face 3731 98 1868 5359
Face 3732 98 268 1868
Face 3733 3921 4578 4897
Face 3734 3921 1870 1869
Face 3735 304 1870 3921
Face 3736 304 98 1870
Face 3737 535 3200 111
Face 3738 535 3199 3200
Face 3739 373 3199 535
Face 3740 373 3198 3199
Face 3741 59 3198 373
Face 3742 59 1874 3198
Face 3743 682 1874 59
Face 3744 3569 3339 3568
Face 3745 239 1875 3569
Face 3746 239 782 1875
Face 3747 4973 1876 4974
Face 3748 4973 4932 1876
Face 3749 2717 1877 1875
Face 3750 4613 1876 4931
Face 3751 2396 1878 1931
Face 3752 1229 953 2546
Face 3753 2482 3955 2598
Face 3754 2482 6407 3955
Face 3755 267 1880 2619
Face 3756 267 43 1880
Face 3757 945 1881 1884
Face 3758 5574 2693 1883
Face 3759 5804 5806 1883
Face 3760 946 1511 1882
Face 3761 2696 1883 5806
Face 3762 5550 5574 1883
Face 3763 401 1884 1881
Face 3764 401 201 1884
Face 3765 992 1885 4067
Face 3766 992 1355 1885
Face 3767 1150 1886 1798
Face 3768 1150 325 1886
Face 3769 283 1887 1004
Face 3770 283 1888 1887
Face 3771 2157 2158 4113
Face 3772 668 1887 1888
Face 3773 667 1889 1890
Face 3774 4112 2157 4113
Face 3775 211 1890 1889
Face 3776 211 1891 1890
Face 3777 999 1891 998
Face 3778 999 1890 1891
Face 3779 5378 6390 5891
Face 3780 208 974 3717
Face 3781 3455 1893 3657
Face 3782 3455 2291 1893
Face 3783 340 1894 341
Face 3784 340 1851 1894
Face 3785 1513 3132 4349
Face 3786 1513 1896 3132
Face 3787 3284 1896 1513
Face 3788 3284 3141 1896
Face 3789 3369 1897 1898
Face 3790 3369 3167 1897
Face 3791 3457 1898 2072
Face 3792 3457 3369 1898
Face 3793 6090 6098 6080
Face 3794 2390 6207 6212
Face 3795 136 3288 508
Face 3796 136 2390 3288
Face 3797 953 1901 2546
Face 3798 953 2494 1901
Face 3799 758 1902 1857
Face 3800 758 1338 1902
Face 3801 2946 1903 3124
Face 3802 2946 1905 1903
Face 3803 325 1904 1886
Face 3804 325 1906 1904
Face 3805 648 1905 957
Face 3806 648 1903 1905
Face 3807 579 1906 2727
Face 3808 579 1904 1906
Face 3809 1494 1907 1911
Face 3810 1494 1209 1907
Face 3811 884 1908 271
Face 3812 3488 3924 1908
Face 3813 654 1909 81
Face 3814 654 2293 1909
Face 3815 81 1910 654
Face 3816 81 1478 1910
Face 3817 1491 1911 1907
Face 3818 1491 2045 1911
Face 3819 1281 1912 1370
Face 3820 1281 1810 1912
Face 3821 3255 1913 725
Face 3822 3255 3254 1913
Face 3823 712 1914 633
Face 3824 712 278 1914
Face 3825 2963 3737 2303
Face 3826 495 3691 1915
Face 3827 3691 2038 1915
Face 3828 740 3687 1916
Face 3829 3287 1917 2983
Face 3830 3287 3286 1917
Face 3831 853 1918 1919
Face 3832 853 1777 1918
Face 3833 306 1919 1918
Face 3834 306 2005 1919
Face 3835 929 1920 2275
Face 3836 929 336 1920
Face 3837 733 1921 563
Face 3838 2921 929 2922
Face 3839 998 1922 997
Face 3840 998 1891 1922
Face 3841 3043 1923 1546
Face 3842 3043 2685 1923
Face 3843 3512 2594 2828
Face 3844 2810 2809 2811
Face 3845 1531 3709 2395
Face 3846 1531 3674 3709
Face 3847 3484 1926 1931
Face 3848 3484 2733 1926
Face 3849 163 2422 488
Face 3850 163 3988 2422
Face 3851 213 1928 1447
Face 3852 213 488 1928
Face 3853 488 1929 1928
Face 3854 488 2422 1929
Face 3855 3891 1930 2208
Face 3856 3891 2206 1930
Face 3857 3793 1931 1307
Face 3858 3793 3484 1931
Face 3859 182 1932 2325
Face 3860 182 877 1932
Face 3861 2992 1933 3743
Face 3862 697 3513 1933
Face 3863 1222 1934 3688
Face 3864 1222 1917 1934
Face 3865 3665 3666 1620
Face 3866 119 1130 1935
Face 3867 3498 1936 4019
Face 3868 3498 2319 1936
Face 3869 3389 1937 3390
Face 3870 3389 1938 1937
Face 3871 3388 1938 3389
Face 3872 3388 3387 1938
Face 3873 1198 1939 3297
Face 3874 2958 2130 2957
Face 3875 850 1940 2029
Face 3876 850 986 1940
Face 3877 1526 2312 2178
Face 3878 1526 788 2312
Face 3879 284 1942 17
Face 3880 2289 3803 3142
Face 3881 1105 1943 702
Face 3882 4261 2411 1943
Face 3883 1009 1944 1086
Face 3884 1009 1361 1944
Face 3885 1086 1945 1087
Face 3886 1086 1944 1945
Face 3887 1087 1946 1086
Face 3888 1087 1146 1946
Face 3889 1146 1947 1946
Face 3890 1146 1948 1947
Face 3891 1147 1948 1949
Face 3892 1147 1947 1948
Face 3893 1187 1949 635
Face 3894 1187 1147 1949
Face 3895 635 3000 822
Face 3896 635 1949 3000
Face 3897 822 2978 635
Face 3898 822 2908 2978
Face 3899 2462 2951 2952
Face 3900 865 409 1952
Face 3901 2952 2953 2461
Face 3902 1718 3292 1953
Face 3903 3546 3929 1509
Face 3904 586 2125 1954
Face 3905 559 1955 2691
Face 3906 559 2863 1955
Face 3907 4023 4024 1788
Face 3908 959 1957 1956
Face 3909 567 1957 1958
Face 3910 567 1956 1957
Face 3911 747 1958 1957
Face 3912 747 1960 1958
Face 3913 2431 2964 1688
Face 3914 2582 2580 2964
Face 3915 939 1960 2432
Face 3916 939 1958 1960
Face 3917 565 1961 2064
Face 3918 565 1960 1961
Face 3919 419 1962 476
Face 3920 419 5207 1962
Face 3921 3129 1963 1518
Face 3922 3129 3128 1963
Face 3923 2624 3365 2572
Face 3924 2624 1965 3365
Face 3925 2625 3320 3321
Face 3926 2625 1966 3320
Face 3927 2626 1966 2625
Face 3928 2626 1582 1966
Face 3929 1582 1967 1966
Face 3930 1582 1968 1967
Face 3931 1583 1968 1582
Face 3932 1583 1969 1968
Face 3933 1584 1969 1583
Face 3934 1584 1585 1969
Face 3935 1585 1970 1969
Face 3936 3572 554 3573
Face 3937 554 1971 3573
Face 3938 554 1972 1971
Face 3939 1587 1972 1973
Face 3940 1587 1971 1972
Face 3941 3062 1973 2454
Face 3942 3062 1587 1973
Face 3943 3061 1974 2455
Face 3944 3061 1827 1974
Face 3945 1827 1975 1974
Face 3946 1827 1976 1975
Face 3947 606 1976 990
Face 3948 606 1975 1976
Face 3949 3401 3400 3413
Face 3950 990 1976 1977
Face 3951 3412 3413 3400
Face 3952 1122 1979 1978
Face 3953 1275 1979 1980
Face 3954 1275 1978 1979
Face 3955 1274 1980 1979
Face 3956 1274 1981 1980
Face 3957 1273 1981 1274
Face 3958 1273 1414 1981
Face 3959 1414 1982 1981
Face 3960 1414 1983 1982
Face 3961 1412 3022 1984
Face 3962 1412 3023 3022
Face 3963 949 1984 1410
Face 3964 949 1412 1984
Face 3965 1410 1985 1986
Face 3966 1410 1984 1985
Face 3967 1409 1986 1987
Face 3968 1409 1410 1986
Face 3969 1408 1987 1988
Face 3970 1408 1409 1987
Face 3971 1407 3237 1989
Face 3972 1407 3238 3237
Face 3973 3435 1989 3436
Face 3974 3435 1407 1989
Face 3975 730 3521 3437
Face 3976 730 3552 3521
Face 3977 2540 2906 4034
Face 3978 940 2175 1991
Face 3979 589 1992 1611
Face 3980 2914 2540 4034
Face 3981 1805 1993 3303
Face 3982 1805 3147 1993
Face 3983 53 1994 430
Face 3984 4948 4542 4541
Face 3985 326 1995 1261
Face 3986 326 1996 1995
Face 3987 1171 1996 326
Face 3988 1171 1998 5832
Face 3989 944 1997 5580
Face 3990 944 5437 1997
Face 3991 5834 6389 944
Face 3992 5834 5832 1998
Face 3993 186 5437 6389
Face 3994 186 2000 1999
Face 3995 961 2000 186
Face 3996 961 722 2000
Face 3997 3542 3758 1543
Face 3998 722 961 2001
Face 3999 298 2002 1268
Face 4000 298 2482 2002
Face 4001 791 2003 885
Face 4002 791 3003 2003
Face 4003 2225 4262 4261
Face 4004 4580 2140 4262
Face 4005 1331 2005 2225
Face 4006 1331 1919 2005
Face 4007 1370 2006 2229
Face 4008 1370 1912 2006
Face 4009 3346 2007 2294
Face 4010 3346 3347 2007
Face 4011 6132 6339 6336
Face 4012 5799 6313 6257
Face 4013 5527 6313 5799
Face 4014 5797 5645 6066
Face 4015 2799 6108 5289
Face 4016 6105 5255 6000
Face 4017 2814 5501 408
Face 4018 5758 5763 5760
Face 4019 5771 5763 5758
Face 4020 5765 2013 5768
Face 4021 5762 5855 5765
Face 4022 5726 2799 5855
Face 4023 523 2014 781
Face 4024 523 779 2014
Face 4025 781 2015 2780
Face 4026 781 2014 2015
Face 4027 3937 2016 3931
Face 4028 3937 2703 2016
Face 4029 200 2017 1516
Face 4030 200 2030 2017
Face 4031 135 2018 2495
Face 4032 135 1647 2018
Face 4033 2784 2019 2197
Face 4034 2784 2692 2019
Face 4035 1367 2020 2119
Face 4036 1367 1368 2020
Face 4037 140 2021 1943
Face 4038 140 1496 2021
Face 4039 2779 2022 2459
Face 4040 2779 2205 2022
Face 4041 2691 2023 559
Face 4042 1741 3140 2023
Face 4043 2552 3748 1066
Face 4044 1065 1064 2024
Face 4045 1064 2025 1566
Face 4046 1064 1065 2025
Face 4047 1268 3766 3920
Face 4048 1268 2002 2026
Face 4049 1098 2027 2350
Face 4050 1098 3536 2027
Face 4051 1239 2028 1098
Face 4052 3996 5168 5130
Face 4053 851 2029 1940
Face 4054 5168 3996 2029
Face 4055 4476 5008 5047
Face 4056 289 2017 2030
Face 4057 1101 2031 1467
Face 4058 1101 2479 2031
Face 4059 3505 2032 3654
Face 4060 3652 5640 6358
Face 4061 1040 3654 2032
Face 4062 1040 889 3654
Face 4063 327 2034 759
Face 4064 327 39 2034
Face 4065 3655 2035 2033
Face 4066 3655 740 2035
Face 4067 1168 2036 2277
Face 4068 1168 1916 2036
Face 4069 740 2037 2035
Face 4070 740 1916 2037
Face 4071 3856 2038 3691
Face 4072 3856 4087 2038
Face 4073 734 2039 327
Face 4074 3778 2038 3779
Face 4075 55 2040 1017
Face 4076 55 2389 2040
Face 4077 542 2041 2043
Face 4078 542 101 2041
Face 4079 840 2042 838
Face 4080 3738 2479 3957
Face 4081 541 6125 5500
Face 4082 541 542 2043
Face 4083 838 2044 2783
Face 4084 838 2042 2044
Face 4085 1332 2045 1526
Face 4086 1332 1911 2045
Face 4087 2792 2046 2109
Face 4088 1499 1933 3513
Face 4089 39 2047 2034
Face 4090 2586 1512 2047
Face 4091 1338 2048 593
Face 4092 1338 2047 2048
Face 4093 593 2049 1803
Face 4094 593 2048 2049
Face 4095 693 2050 1499
Face 4096 2724 3172 2616
Face 4097 878 2051 2290
Face 4098 878 1008 2051
Face 4099 3230 3819 4339
Face 4100 3230 1063 3819
Face 4101 4339 4391 2887
Face 4102 4339 3819 4391
Face 4103 1053 2054 2971
Face 4104 2888 1523 3202
Face 4105 1566 2055 1064
Face 4106 1566 2056 2055
Face 4107 3333 2056 2888
Face 4108 3193 2055 2056
Face 4109 174 2057 2439
Face 4110 174 1738 2057
Face 4111 237 2058 1484
Face 4112 237 1035 2058
Face 4113 1688 3878 3815
Face 4114 3946 2812 3879
Face 4115 3817 2766 1288
Face 4116 3817 3816 2766
Face 4117 2767 4104 2768
Face 4118 2767 2060 4104
Face 4119 1580 2062 1288
Face 4120 1580 2063 2062
Face 4121 3868 2812 3946
Face 4122 3868 2062 3180
Face 4123 2431 2582 2964
Face 4124 318 565 2064
Face 4125 42 2065 2230
Face 4126 42 662 2065
Face 4127 675 2066 2264
Face 4128 675 1486 2066
Face 4129 4614 4752 3969
Face 4130 4614 4753 4752
Face 4131 3183 2068 4076
Face 4132 3183 2467 2068
Face 4133 918 2069 1474
Face 4134 918 490 2069
Face 4135 885 2070 1480
Face 4136 885 2003 2070
Face 4137 4436 3107 4147
Face 4138 962 2539 2071
Face 4139 3458 2072 1500
Face 4140 3458 3457 2072
Face 4141 1035 2073 2058
Face 4142 2939 2263 2829
Face 4143 539 3982 168
Face 4144 539 2829 2074
Face 4145 909 2075 1483
Face 4146 909 539 2075
Face 4147 3344 2076 3343
Face 4148 3344 2294 2076
Face 4149 2078 3545 3490
Face 4150 2078 3544 3545
Face 4151 328 2078 1511
Face 4152 328 3544 2078
Face 4153 818 2079 23
Face 4154 4168 4192 2517
Face 4155 236 2080 1476
Face 4156 236 1104 2080
Face 4157 1481 2081 1482
Face 4158 1481 1815 2081
Face 4159 1233 3006 687
Face 4160 1233 2083 3006
Face 4161 3313 2083 2084
Face 4162 3313 3006 2083
Face 4163 3312 2084 2085
Face 4164 3312 3313 2084
Face 4165 3311 2085 2086
Face 4166 3311 3312 2085
Face 4167 3310 2086 3309
Face 4168 3310 3311 2086
Face 4169 750 2087 301
Face 4170 750 2088 2087
Face 4171 214 2088 680
Face 4172 214 2087 2088
Face 4173 3605 3600 2090
Face 4174 680 2088 2089
Face 4175 133 2090 3600
Face 4176 133 2091 2090
Face 4177 753 2091 133
Face 4178 753 2092 2091
Face 4179 749 2092 2093
Face 4180 749 2091 2092
Face 4181 374 2093 2092
Face 4182 374 699 2093
Face 4183 699 2094 2093
Face 4184 699 1278 2094
Face 4185 1278 2095 2094
Face 4186 1278 1277 2095
Face 4187 3404 3403 3416
Face 4188 1277 1278 2096
Face 4189 1418 2097 2098
Face 4190 3422 3404 3416
Face 4191 1417 2098 2097
Face 4192 1417 2099 2098
Face 4193 988 2099 1415
Face 4194 988 2098 2099
Face 4195 1415 2100 2101
Face 4196 1415 2099 2100
Face 4197 772 2101 2100
Face 4198 772 2102 2101
Face 4199 3242 2102 3241
Face 4200 3242 2101 2102
Face 4201 3430 2103 3431
Face 4202 3430 864 2103
Face 4203 1077 3558 3557
Face 4204 1077 3559 3558
Face 4205 823 3557 3556
Face 4206 823 1077 3557
Face 4207 510 3556 2107
Face 4208 510 823 3556
Face 4209 3555 2107 3556
Face 4210 3555 2485 2107
Face 4211 4486 2504 2857
Face 4212 1207 1206 2108
Face 4213 1336 3543 328
Face 4214 1336 3542 3543
Face 4215 1226 2110 2112
Face 4216 1226 1622 2110
Face 4217 1112 2111 1813
Face 4218 1112 3693 2111
Face 4219 955 2112 1112
Face 4220 955 1226 2112
Face 4221 233 2113 3137
Face 4222 233 343 2113
Face 4223 3525 2114 2115
Face 4224 3525 3875 2114
Face 4225 3862 2115 2116
Face 4226 3680 3525 2115
Face 4227 952 2116 2115
Face 4228 952 796 2116
Face 4229 796 2117 2116
Face 4230 796 1901 2117
Face 4231 1307 2118 796
Face 4232 1307 1931 2118
Face 4233 157 2119 2020
Face 4234 157 276 2119
Face 4235 1488 2120 1489
Face 4236 1488 1657 2120
Face 4237 290 2121 259
Face 4238 290 1943 2411
Face 4239 2945 2122 493
Face 4240 5099 2348 2944
Face 4241 5107 4989 5108
Face 4242 5107 5014 4989
Face 4243 5053 5166 2944
Face 4244 5053 2565 5145
Face 4245 665 2125 586
Face 4246 665 494 2125
Face 4247 1244 2126 2168
Face 4248 1244 5307 2126
Face 4249 139 2127 532
Face 4250 5035 4561 2127
Face 4251 971 2128 354
Face 4252 971 976 2128
Face 4253 2268 2267 1202
Face 4254 90 2423 2129
Face 4255 1550 2130 584
Face 4256 1550 2957 2130
Face 4257 3799 2131 293
Face 4258 3799 5362 2131
Face 4259 487 2132 2134
Face 4260 487 485 2132
Face 4261 3816 2133 2766
Face 4262 3816 486 2133
Face 4263 1745 2134 2132
Face 4264 1745 2765 2134
Face 4265 4683 4682 4809
Face 4266 1696 4462 2135
Face 4267 5024 4873 4683
Face 4268 392 393 2136
Face 4269 341 2137 340
Face 4270 4118 2164 4119
Face 4271 441 2138 642
Face 4272 4120 2163 2154
Face 4273 271 2139 366
Face 4274 271 1908 2139
Face 4275 4363 2140 4580
Face 4276 4363 2141 2140
Face 4277 4362 2141 4363
Face 4278 4362 2142 2141
Face 4279 4304 2142 4362
Face 4280 4304 2143 2142
Face 4281 4303 2143 4304
Face 4282 4303 2144 2143
Face 4283 4302 2144 4303
Face 4284 4302 2145 2144
Face 4285 4301 2145 4302
Face 4286 4301 2146 2145
Face 4287 4300 2146 4301
Face 4288 4300 2147 2146
Face 4289 4123 2147 4300
Face 4290 4123 2148 2147
Face 4291 4122 2148 4123
Face 4292 4122 2149 2148
Face 4293 4121 2149 4122
Face 4294 4121 4120 2154
Face 4295 366 2150 2149
Face 4296 366 2139 2150
Face 4297 2162 2164 4118
Face 4298 442 2165 2151
Face 4299 728 2152 1093
Face 4300 2336 2153 4309
Face 4301 342 2153 2336
Face 4302 342 2155 2153
Face 4303 2149 2154 366
Face 4304 2149 4121 2154
Face 4305 1807 2155 342
Face 4306 1807 2156 2155
Face 4307 1002 2156 1807
Face 4308 1002 2157 2156
Face 4309 668 2157 1002
Face 4310 668 2158 2157
Face 4311 1888 2158 668
Face 4312 1888 2159 2158
Face 4313 118 2159 1888
Face 4314 118 2160 2159
Face 4315 901 2160 118
Face 4316 901 2161 2160
Face 4317 1666 2161 901
Face 4318 1666 2162 2161
Face 4319 442 2162 1666
Face 4320 442 2164 2162
Face 4321 920 2163 2151
Face 4322 920 2154 2163
Face 4323 2151 2164 442
Face 4324 2151 2163 2164
Face 4325 919 2165 2166
Face 4326 919 2151 2165
Face 4327 282 2166 2165
Face 4328 3928 3444 3956
Face 4329 2170 4890 2168
Face 4330 2170 2169 4890
Face 4331 1640 2168 2126
Face 4332 1640 2170 2168
Face 4333 4641 3810 3811
Face 4334 4641 4553 3810
Face 4335 4737 3811 3812
Face 4336 4737 4641 3811
Face 4337 224 2171 167
Face 4338 224 1646 2171
Face 4339 3700 2172 2273
Face 4340 3700 3459 2172
Face 4341 409 2173 1952
Face 4342 409 2187 2173
Face 4343 6208 5599 2362
Face 4344 1129 1639 2174
Face 4345 879 2175 940
Face 4346 879 2763 2175
Face 4347 886 2176 887
Face 4348 886 4977 5047
Face 4349 2763 2177 2175
Face 4350 4476 5047 2919
Face 4351 1530 2178 1941
Face 4352 1530 1769 2178
Face 4353 3375 2179 590
Face 4354 3375 3332 2179
Face 4355 3747 2180 2599
Face 4356 1100 648 2797
Face 4357 99 2796 3758
Face 4358 99 2600 2796
Face 4359 6293 5275 6352
Face 4360 6287 5446 6056
Face 4361 583 2183 6447
Face 4362 6181 1632 5422
Face 4363 2893 2184 6155
Face 4364 2893 6115 2184
Face 4365 6173 2185 5518
Face 4366 6149 6162 6092
Face 4367 1637 2186 6167
Face 4368 6112 6423 5789
Face 4369 281 2187 409
Face 4370 281 6119 2187
Face 4371 1050 2188 1046
Face 4372 4167 4265 4166
Face 4373 4264 4265 4167
Face 4374 112 2190 2189
Face 4375 563 2190 733
Face 4376 563 2189 2190
Face 4377 759 2191 1063
Face 4378 759 1857 2191
Face 4379 578 3757 2599
Face 4380 578 1942 3757
Face 4381 125 2193 2579
Face 4382 2578 1678 3294
Face 4383 3807 2194 3670
Face 4384 3807 3821 2194
Face 4385 531 2195 1648
Face 4386 531 2333 2195
Face 4387 3975 2951 2462
Face 4388 3975 3302 2951
Face 4389 2785 2197 2198
Face 4390 2785 2784 2197
Face 4391 3268 2198 3269
Face 4392 3268 2785 2198
Face 4393 3256 2199 2567
Face 4394 3256 2895 2199
Face 4395 947 2200 54
Face 4396 947 1823 2200
Face 4397 865 2201 1044
Face 4398 2462 2952 2461
Face 4399 956 2202 1853
Face 4400 956 2398 2202
Face 4401 1511 2203 1882
Face 4402 1511 2078 2203
Face 4403 291 2204 2442
Face 4404 4030 1719 4031
Face 4405 2824 2205 2779
Face 4406 2824 2208 2205
Face 4407 3890 2206 3891
Face 4408 3890 3474 2206
Face 4409 1017 2207 1848
Face 4410 1017 3890 2207
Face 4411 3892 2208 2824
Face 4412 3892 3891 2208
Face 4413 1016 2209 100
Face 4414 1016 1848 2209
Face 4415 3490 2210 3666
Face 4416 3490 3545 2210
Face 4417 1380 2211 2440
Face 4418 1380 4471 2211
Face 4419 4364 2440 2211
Face 4420 1092 2441 2212
Face 4421 129 2213 295
Face 4422 129 4364 2213
Face 4423 337 2214 160
Face 4424 337 516 2214
Face 4425 160 2215 2698
Face 4426 160 2214 2215
Face 4427 2719 2216 2215
Face 4428 2719 2718 2216
Face 4429 3547 2217 3372
Face 4430 3548 2328 2217
Face 4431 517 2218 2544
Face 4432 517 553 2218
Face 4433 5618 2220 6015
Face 4434 620 40 2219
Face 4435 5328 5620 5618
Face 4436 5915 2416 5330
Face 4437 40 2221 2219
Face 4438 40 2337 2221
Face 4439 6067 5848 5665
Face 4440 100 2209 2222
Face 4441 2421 2223 2420
Face 4442 2421 54 2223
Face 4443 527 2224 1170
Face 4444 527 1568 2224
Face 4445 529 2225 2005
Face 4446 529 4262 2225
Face 4447 317 2226 1756
Face 4448 317 992 2226
Face 4449 326 2227 1171
Face 4450 326 99 2227
Face 4451 1381 2228 4109
Face 4452 1381 2229 2228
Face 4453 743 2229 2006
Face 4454 743 4471 2229
Face 4455 883 2230 2065
Face 4456 2653 2258 2652
Face 4457 1163 2231 266
Face 4458 2257 2652 2258
Face 4459 656 2232 2382
Face 4460 656 2675 2232
Face 4461 1451 2233 2388
Face 4462 1451 2234 2233
Face 4463 427 2234 1451
Face 4464 427 2235 2234
Face 4465 1234 2235 427
Face 4466 1234 2236 2235
Face 4467 1748 2236 1234
Face 4468 1748 2237 2236
Face 4469 966 2237 1748
Face 4470 966 2238 2237
Face 4471 1461 2238 966
Face 4472 1461 2239 2238
Face 4473 137 2239 1461
Face 4474 137 4469 2239
Face 4475 1430 2240 2386
Face 4476 1430 2241 2240
Face 4477 447 2241 1430
Face 4478 447 2242 2241
Face 4479 1728 2242 447
Face 4480 1728 2243 2242
Face 4481 358 2243 1728
Face 4482 358 2244 2243
Face 4483 1766 2244 358
Face 4484 1766 2245 2244
Face 4485 906 2245 1766
Face 4486 906 2246 2245
Face 4487 1661 2246 906
Face 4488 1661 2247 2246
Face 4489 89 2247 1661
Face 4490 89 2248 2247
Face 4491 810 2248 89
Face 4492 810 2249 2248
Face 4493 377 2249 810
Face 4494 377 2250 2249
Face 4495 1753 2250 377
Face 4496 1753 2251 2250
Face 4497 1188 2251 1753
Face 4498 1188 2252 2251
Face 4499 1701 2252 1188
Face 4500 1701 2253 2252
Face 4501 285 2253 1701
Face 4502 285 2258 2253
Face 4503 1202 2254 673
Face 4504 1202 2267 2254
Face 4505 673 2255 1602
Face 4506 673 2254 2255
Face 4507 1602 2256 1163
Face 4508 1602 2255 2256
Face 4509 1163 2257 2231
Face 4510 1163 2256 2257
Face 4511 2231 2258 285
Face 4512 2231 2257 2258
Face 4513 266 2259 1703
Face 4514 266 2231 2259
Face 4515 3152 2260 3151
Face 4516 3152 1683 2260
Face 4517 3151 2261 2915
Face 4518 3151 2260 2261
Face 4519 2891 2262 3784
Face 4520 2891 2728 2262
Face 4521 1199 2263 1371
Face 4522 1199 2829 2263
Face 4523 674 2264 2066
Face 4524 2648 2266 2264
Face 4525 1203 2265 2268
Face 4526 1203 1775 2265
Face 4527 190 2266 1400
Face 4528 190 2264 2266
Face 4529 2129 2267 2268
Face 4530 2129 2266 2267
Face 4531 90 2268 2265
Face 4532 90 2129 2268
Face 4533 3997 4230 3917
Face 4534 3997 3998 4230
Face 4535 3170 2270 2459
Face 4536 3170 3981 2270
Face 4537 1178 2271 3514
Face 4538 1178 3486 3125
Face 4539 1657 2272 2120
Face 4540 3486 2788 2272
Face 4541 3750 2273 2368
Face 4542 3750 3700 2273
Face 4543 3305 2274 3304
Face 4544 3305 1569 2274
Face 4545 2923 2275 2927
Face 4546 2923 2922 2275
Face 4547 2926 2924 3948
Face 4548 2926 2923 2927
Face 4549 4014 3884 2050
Face 4550 1512 3690 2277
Face 4551 2400 2278 2399
Face 4552 2400 2401 2278
Face 4553 707 2279 71
Face 4554 707 2280 2279
Face 4555 202 2280 707
Face 4556 202 80 2280
Face 4557 80 2281 2280
Face 4558 80 215 2281
Face 4559 3048 2282 3049
Face 4560 3048 3047 2282
Face 4561 1377 2283 433
Face 4562 1377 2335 2283
Face 4563 490 2284 2069
Face 4564 2866 979 3138
Face 4565 972 2285 1532
Face 4566 2286 1438 2728
Face 4567 972 2286 2285
Face 4568 972 1029 2286
Face 4569 1563 2287 1561
Face 4570 1563 1802 2287
Face 4571 183 2288 3143
Face 4572 3995 1197 3298
Face 4573 3873 2289 3142
Face 4574 3873 3711 2289
Face 4575 1680 2290 2051
Face 4576 1680 2387 2678
Face 4577 2481 3454 1797
Face 4578 876 3355 3351
Face 4579 559 2292 2876
Face 4580 559 2023 3703
Face 4581 653 2293 514
Face 4582 653 1909 2293
Face 4583 3345 2294 3344
Face 4584 3345 3346 2294
Face 4585 420 2295 1038
Face 4586 3150 2196 3149
Face 4587 979 2296 2690
Face 4588 979 2866 2296
Face 4589 384 2297 1692
Face 4590 384 2336 2297
Face 4591 346 2298 5057
Face 4592 346 3696 2298
Face 4593 127 2980 2496
Face 4594 2557 2938 2299
Face 4595 586 2300 665
Face 4596 3910 1198 3297
Face 4597 1648 2301 531
Face 4598 1648 515 2301
Face 4599 1334 2302 2408
Face 4600 3304 1805 3303
Face 4601 1066 2303 2552
Face 4602 1066 2647 2303
Face 4603 3306 2304 1569
Face 4604 3526 4034 2304
Face 4605 4210 4211 3994
Face 4606 1596 1817 2305
Face 4607 910 2306 1770
Face 4608 910 1613 2306
Face 4609 2795 2307 2793
Face 4610 2795 2601 2307
Face 4611 4037 3674 1531
Face 4612 4037 2845 3674
Face 4613 1624 2309 3961
Face 4614 1624 1621 2309
Face 4615 1524 2310 2519
Face 4616 1524 3944 2310
Face 4617 788 2311 2312
Face 4618 788 2310 2311
Face 4619 1941 2312 2311
Face 4620 1941 2178 2312
Face 4621 877 2313 1932
Face 4622 3293 1953 3292
Face 4623 1167 2314 760
Face 4624 1167 2332 2314
Face 4625 927 2315 288
Face 4626 3148 1993 3147
Face 4627 4582 2316 4581
Face 4628 4582 4919 2316
Face 4629 4825 4919 5031
Face 4630 4825 5045 2317
Face 4631 3100 4993 4527
Face 4632 3229 981 2318
Face 4633 4021 2319 3498
Face 4634 4021 1772 2319
Face 4635 528 2320 372
Face 4636 3160 2319 3159
Face 4637 1345 2321 3438
Face 4638 1345 1990 2321
Face 4639 1386 3438 2321
Face 4640 1386 3439 3438
Face 4641 845 3439 1386
Face 4642 845 3440 3439
Face 4643 629 3440 845
Face 4644 629 1026 3440
Face 4645 28 2325 1932
Face 4646 2684 2589 4751
Face 4647 78 2326 1243
Face 4648 3146 2274 3145
Face 4649 894 2327 146
Face 4650 3526 2304 3306
Face 4651 3826 2988 2987
Face 4652 3826 2384 2988
Face 4653 1038 2329 2684
Face 4654 1038 2295 2329
Face 4655 226 2330 22
Face 4656 2460 2955 2330
Face 4657 3453 2331 2687
Face 4658 3453 2263 2331
Face 4659 1812 2332 2440
Face 4660 1812 2314 2332
Face 4661 2412 2333 531
Face 4662 2412 2411 2333
Face 4663 531 2334 2412
Face 4664 531 2301 2334
Face 4665 1689 2335 1377
Face 4666 1689 3176 2335
Face 4667 728 2336 4309
Face 4668 728 2297 2336
Face 4669 3152 4094 1683
Face 4670 1435 2221 2337
Face 4671 3154 2338 4094
Face 4672 3154 1721 2338
Face 4673 732 2339 1259
Face 4674 4027 2338 3504
Face 4675 3371 2340 2644
Face 4676 3371 2721 2340
Face 4677 22 2341 2597
Face 4678 22 2330 2341
Face 4679 1516 2342 200
Face 4680 3702 4029 4028
Face 4681 493 2343 3368
Face 4682 493 2122 2343
Face 4683 1020 2344 2349
Face 4684 4917 4915 4916
Face 4685 2122 2345 2343
Face 4686 2944 2348 3535
Face 4687 5070 4918 2817
Face 4688 3683 2347 5071
Face 4689 5066 4916 4619
Face 4690 5066 4991 4916
Face 4691 4990 4992 4790
Face 4692 5154 3535 4791
Face 4693 2027 2349 1615
Face 4694 2027 1020 2349
Face 4695 1615 2350 2027
Face 4696 1615 1573 2350
Face 4697 1573 2351 2350
Face 4698 1573 3301 2351
Face 4699 952 2352 2353
Face 4700 952 3443 2352
Face 4701 1528 2353 2352
Face 4702 1528 2354 2353
Face 4703 1307 2354 3483
Face 4704 1307 2353 2354
Face 4705 602 2355 1796
Face 4706 602 2388 2355
Face 4707 2060 4103 4104
Face 4708 2060 2765 4103
Face 4709 4310 2357 2356
Face 4710 4310 2358 2357
Face 4711 4105 2358 4106
Face 4712 4105 2357 2358
Face 4713 2063 2359 3181
Face 4714 2063 1580 2359
Face 4715 3181 2360 2917
Face 4716 3181 2359 2360
Face 4717 85 2361 5585
Face 4718 85 506 2361
Face 4719 5153 2362 2363
Face 4720 5153 6206 2362
Face 4721 107 2363 228
Face 4722 107 5153 2363
Face 4723 2942 2364 2982
Face 4724 228 2363 2364
Face 4725 333 2365 1222
Face 4726 333 228 2365
Face 4727 887 2366 335
Face 4728 887 2176 2366
Face 4729 3736 3814 1826
Face 4730 335 2366 2367
Face 4731 3763 2368 2545
Face 4732 3763 3750 2368
Face 4733 168 2369 538
Face 4734 168 3659 2369
Face 4735 359 2370 647
Face 4736 359 2386 2370
Face 4737 5365 2371 462
Face 4738 5365 5540 2371
Face 4739 683 2372 5777
Face 4740 683 1437 2372
Face 4741 3503 2373 4024
Face 4742 3503 1721 2373
Face 4743 171 2374 705
Face 4744 3156 2373 4096
Face 4745 1128 2375 1080
Face 4746 1128 2472 5621
Face 4747 1080 2376 1128
Face 4748 1080 2377 2376
Face 4749 3156 3157 1788
Face 4750 171 2376 2377
Face 4751 3158 2378 3157
Face 4752 3158 1772 2378
Face 4753 4813 2379 2820
Face 4754 745 1259 2379
Face 4755 1044 2380 1296
Face 4756 1044 2201 2380
Face 4757 3282 5032 4918
Face 4758 3283 1183 2381
Face 4759 170 2382 2679
Face 4760 170 360 2382
Face 4761 2771 3893 2360
Face 4762 2771 2989 3808
Face 4763 3553 2384 2772
Face 4764 3553 2988 2384
Face 4765 3826 4000 2384
Face 4766 1681 2592 2385
Face 4767 137 2386 4469
Face 4768 137 2370 2386
Face 4769 14 2387 1680
Face 4770 14 2755 2387
Face 4771 656 2388 2675
Face 4772 656 2355 2388
Face 4773 6095 5256 6108
Face 4774 525 2040 2389
Face 4775 65 3715 6209
Face 4776 65 1900 3715
Face 4777 959 2391 746
Face 4778 4023 2378 4022
Face 4779 2813 2392 2731
Face 4780 2813 2730 2392
Face 4781 1030 2393 1155
Face 4782 1030 1356 2393
Face 4783 3784 2394 2308
Face 4784 3784 2262 2394
Face 4785 1228 2395 3709
Face 4786 1228 1229 2395
Face 4787 1229 2396 2395
Face 4788 1229 1878 2396
Face 4789 119 2397 2776
Face 4790 119 1935 2397
Face 4791 1174 2398 5349
Face 4792 1174 2202 2398
Face 4793 556 2399 173
Face 4794 556 2400 2399
Face 4795 71 2400 556
Face 4796 71 2279 2400
Face 4797 2279 2401 2400
Face 4798 2279 2402 2401
Face 4799 1403 2402 1352
Face 4800 1403 2401 2402
Face 4801 1352 3350 1403
Face 4802 1352 2636 3350
Face 4803 1171 2404 1998
Face 4804 1171 2227 2404
Face 4805 2596 5718 179
Face 4806 5434 2406 5724
Face 4807 5382 2406 5722
Face 4808 6152 2893 6155
Face 4809 1117 2407 837
Face 4810 5963 5298 2407
Face 4811 837 2408 2302
Face 4812 837 2407 2408
Face 4813 2739 2409 604
Face 4814 2739 2738 2409
Face 4815 1184 2410 1183
Face 4816 1184 1724 2410
Face 4817 2121 2411 2412
Face 4818 2121 290 2411
Face 4819 1339 2412 2334
Face 4820 1339 2121 2412
Face 4821 1340 2413 1339
Face 4822 1340 3168 2413
Face 4823 54 6269 6273
Face 4824 54 2200 2414
Face 4825 255 2415 76
Face 4826 255 138 2415
Face 4827 5917 2416 5915
Face 4828 5709 5716 2416
Face 4829 179 2417 572
Face 4830 5442 5709 2417
Face 4831 3264 3561 2692
Face 4832 3264 3263 3561
Face 4833 1611 2419 2596
Face 4834 1611 1992 2419
Face 4835 2222 2420 6061
Face 4836 2222 1170 2420
Face 4837 1170 2421 2420
Face 4838 1170 2224 2421
Face 4839 1927 2422 1292
Face 4840 1927 1929 2422
Face 4841 396 2423 90
Face 4842 396 2542 2423
Face 4843 4019 2424 3286
Face 4844 4019 1936 2424
Face 4845 1221 2425 2466
Face 4846 3476 2424 4131
Face 4847 200 2426 2427
Face 4848 200 2342 2426
Face 4849 745 2427 2426
Face 4850 5103 5132 4814
Face 4851 5132 5048 5100
Face 4852 600 56 2428
Face 4853 56 2429 835
Face 4854 56 2905 2429
Face 4855 835 2430 2431
Face 4856 835 2429 2430
Face 4857 318 2431 2430
Face 4858 318 2582 2431
Face 4859 834 2432 318
Face 4860 834 939 2432
Face 4861 705 2433 2618
Face 4862 705 2374 2433
Face 4863 1051 2434 4417
Face 4864 1051 315 2434
Face 4865 2925 2435 3999
Face 4866 2925 2924 2435
Face 4867 3881 2436 4035
Face 4868 3881 4032 2436
Face 4869 10 4899 1011
Face 4870 10 235 2437
Face 4871 4047 3791 3656
Face 4872 4047 3926 3791
Face 4873 3333 3193 2056
Face 4874 132 174 2439
Face 4875 4435 2440 4364
Face 4876 4435 1812 2440
Face 4877 2113 2441 3949
Face 4878 2113 2212 2441
Face 4879 1082 2442 2417
Face 4880 1082 291 2442
Face 4881 4170 4477 4263
Face 4882 242 700 2443
Face 4883 3051 2444 3052
Face 4884 3051 3050 2444
Face 4885 1139 2445 785
Face 4886 1139 604 2445
Face 4887 3053 2446 3054
Face 4888 3053 3052 2446
Face 4889 839 2447 786
Face 4890 839 785 2447
Face 4891 786 2448 2449
Face 4892 786 2447 2448
Face 4893 989 2449 2448
Face 4894 989 1830 2449
Face 4895 1830 2450 2449
Face 4896 3410 3397 3409
Face 4897 1835 2451 1834
Face 4898 3396 3409 3397
Face 4899 1834 2452 2453
Face 4900 1834 2451 2452
Face 4901 477 2453 2452
Face 4902 477 2454 2453
Face 4903 1257 2454 477
Face 4904 1257 3062 2454
Face 4905 1588 2455 536
Face 4906 1588 3061 2455
Face 4907 536 2456 2457
Face 4908 536 2455 2456
Face 4909 754 2457 2456
Face 4910 754 3582 2457
Face 4911 1104 2458 2080
Face 4912 1104 3186 2458
Face 4913 3754 2459 3711
Face 4914 3754 2779 2459
Face 4915 226 2460 2330
Face 4916 226 2461 2460
Face 4917 2201 2461 226
Face 4918 2201 2462 2461
Face 4919 865 2462 2201
Face 4920 865 3975 2462
Face 4921 409 2463 281
Face 4922 409 865 2463
Face 4923 1826 2464 2865
Face 4924 1826 3814 2464
Face 4925 2059 2465 2864
Face 4926 2059 2063 2465
Face 4927 1220 2466 2556
Face 4928 1220 1221 2466
Face 4929 312 2467 3183
Face 4930 312 455 2467
Face 4931 3611 3614 2469
Face 4932 681 2547 2468
Face 4933 1280 2469 3614
Face 4934 1280 2801 2469
Face 4935 866 2470 3887
Face 4936 866 500 2470
Face 4937 5082 4870 4648
Face 4938 258 4894 4760
Face 4939 2618 2472 1128
Face 4940 620 5328 5628
Face 4941 5613 5332 6024
Face 4942 5630 2472 5625
Face 4943 6374 2474 6383
Face 4944 6374 5632 2474
Face 4945 372 2475 2621
Face 4946 372 2320 2475
Face 4947 1548 2476 1547
Face 4948 3650 3651 6407
Face 4949 3041 2477 1343
Face 4950 3041 1545 2477
Face 4951 1535 2478 1860
Face 4952 1535 3972 3950
Face 4953 1824 2479 3738
Face 4954 1824 2031 2479
Face 4955 1175 2480 1605
Face 4956 1175 789 2480
Face 4957 876 3540 3299
Face 4958 876 3351 2481
Face 4959 68 2482 298
Face 4960 68 2603 2482
Face 4961 1770 2483 1333
Face 4962 1770 2306 2483
Face 4963 940 2484 879
Face 4964 2540 1719 3894
Face 4965 501 2485 2486
Face 4966 501 2107 2485
Face 4967 1075 2486 3273
Face 4968 1075 501 2486
Face 4969 615 2487 3272
Face 4970 615 2488 2487
Face 4971 1148 2488 836
Face 4972 1148 2487 2488
Face 4973 836 2489 2490
Face 4974 836 2488 2489
Face 4975 1318 2490 2489
Face 4976 1318 720 2490
Face 4977 720 2491 2492
Face 4978 720 1318 2491
Face 4979 4066 4133 4369
Face 4980 1320 720 2492
Face 4981 4369 4337 4066
Face 4982 453 3471 3517
Face 4983 1013 2494 953
Face 4984 1013 1574 2494
Face 4985 1365 2495 1617
Face 4986 1365 135 2495
Face 4987 2809 2496 2811
Face 4988 977 127 2496
Face 4989 3508 2497 1815
Face 4990 1362 2496 3744
Face 4991 5230 2498 5265
Face 4992 5965 1445 5875
Face 4993 309 2499 5201
Face 4994 309 862 2499
Face 4995 862 2500 2499
Face 4996 5260 5262 5208
Face 4997 584 2501 1638
Face 4998 584 2130 2501
Face 4999 1206 2502 2534
Face 5000 1206 1207 2502
Face 5001 4194 4946 4626
Face 5002 4194 2830 4946
Face 5003 4061 2504 4486
Face 5004 4061 2854 2504
Face 5005 4640 4541 4328
Face 5006 4640 4948 4541
Face 5007 3174 4237 4238
Face 5008 3174 1675 4237
Face 5009 1627 2507 3782
Face 5010 1627 4239 2507
Face 5011 1626 2508 1793
Face 5012 1626 4238 2508
Face 5013 4240 4688 4519
Face 5014 4240 4239 4688
Face 5015 2885 4519 2884
Face 5016 2885 4240 4519
Face 5017 4011 3205 3120
Face 5018 4011 4010 3205
Face 5019 1794 2512 2513
Face 5020 1794 3960 2512
Face 5021 2521 4221 2514
Face 5022 2521 4220 4221
Face 5023 4277 2514 2523
Face 5024 4277 2521 2514
Face 5025 2836 4223 4159
Face 5026 2836 3965 4223
Face 5027 4224 2524 2523
Face 5028 4224 4225 2524
Face 5029 4280 2517 4279
Face 5030 4280 4168 2517
Face 5031 4013 2853 4484
Face 5032 4013 3207 2853
Face 5033 3960 2519 2310
Face 5034 3960 1794 2519
Face 5035 4220 2847 4219
Face 5036 4220 2521 2847
Face 5037 2509 2521 4277
Face 5038 2509 2847 2521
Face 5039 2510 2522 2515
Face 5040 2510 4276 2522
Face 5041 4278 2523 2524
Face 5042 4278 4277 2523
Face 5043 2516 4279 2517
Face 5044 2516 2515 4279
Face 5045 4381 4090 4380
Face 5046 4381 4473 4090
Face 5047 4012 3120 3207
Face 5048 4012 4011 3120
Face 5049 4169 4626 4091
Face 5050 4169 4194 4626
Face 5051 4148 4487 4664
Face 5052 4148 4424 4487
Face 5053 4366 2881 2880
Face 5054 4366 2882 2881
Face 5055 4365 4421 2532
Face 5056 4365 4397 4421
Face 5057 4401 4128 4355
Face 5058 4401 2851 4128
Face 5059 3107 4203 4147
Face 5060 3107 4202 4203
Face 5061 4484 2854 4061
Face 5062 4484 2853 2854
Face 5063 1095 2534 2502
Face 5064 6393 5268 5663
Face 5065 2538 2535 2536
Face 5066 5656 5663 2535
Face 5067 5184 2536 2967
Face 5068 5184 2538 2536
Face 5069 2534 2537 5656
Face 5070 2534 1095 2537
Face 5071 3800 2538 5184
Face 5072 1205 2534 5656
Face 5073 1094 2539 962
Face 5074 1094 3800 2539
Face 5075 3895 2540 3894
Face 5076 3895 2906 2540
Face 5077 4078 5214 5594
Face 5078 311 4079 2541
Face 5079 347 2542 396
Face 5080 2781 5648 5650
Face 5081 11 2543 2781
Face 5082 11 3969 2543
Face 5083 2920 4646 4977
Face 5084 2920 517 2544
Face 5085 3764 2545 2721
Face 5086 3764 3763 2545
Face 5087 1878 2546 1901
Face 5088 1878 1229 2546
Face 5089 562 2547 681
Face 5090 562 1642 2547
Face 5091 1642 2548 2547
Face 5092 1642 2549 2548
Face 5093 882 2549 2550
Face 5094 882 2548 2549
Face 5095 1270 2550 2551
Face 5096 1270 882 2550
Face 5097 3250 2551 3249
Face 5098 3250 1270 2551
Face 5099 1065 2552 734
Face 5100 1065 3748 2552
Face 5101 975 3697 3374
Face 5102 975 3367 2553
Face 5103 1373 2554 4454
Face 5104 5307 1244 5308
Face 5105 2960 2950 3278
Face 5106 178 2958 2959
Face 5107 1129 2556 2466
Face 5108 6208 2362 6206
Face 5109 127 2557 2980
Face 5110 127 2994 2557
Face 5111 3419 3633 3417
Face 5112 914 2561 3566
Face 5113 5001 4674 2560
Face 5114 4552 4676 5054
Face 5115 5000 4673 2751
Face 5116 5000 5001 4673
Face 5117 1423 2561 2752
Face 5118 1423 3566 2561
Face 5119 1819 2562 1625
Face 5120 1819 1562 2562
Face 5121 1062 2563 3175
Face 5122 1062 2641 2563
Face 5123 4900 5014 5107
Face 5124 4868 4751 4901
Face 5125 825 2565 5053
Face 5126 825 2907 2565
Face 5127 665 2566 825
Face 5128 665 2300 2566
Face 5129 3257 2567 2568
Face 5130 3257 3256 2567
Face 5131 3258 2568 2569
Face 5132 3258 3257 2568
Face 5133 334 3259 3128
Face 5134 334 1076 3259
Face 5135 1183 2570 2381
Face 5136 1183 2410 2570
Face 5137 1441 2571 3531
Face 5138 1441 2572 2571
Face 5139 3322 2572 1441
Face 5140 3322 2624 2572
Face 5141 20 2573 2635
Face 5142 20 2284 2573
Face 5143 1932 2574 28
Face 5144 1932 2313 2574
Face 5145 1198 2575 1939
Face 5146 1198 2555 2575
Face 5147 1939 2576 1677
Face 5148 1939 2575 2576
Face 5149 1677 2577 2578
Face 5150 1677 2576 2577
Face 5151 3295 2578 3294
Face 5152 3295 1677 2578
Face 5153 1195 2579 881
Face 5154 1195 125 2579
Face 5155 2583 2580 2582
Face 5156 2583 2581 2580
Face 5157 1085 4059 3712
Face 5158 1085 3759 4059
Face 5159 2064 2582 318
Face 5160 2064 3251 2582
Face 5161 603 3251 2064
Face 5162 603 1085 3712
Face 5163 1860 2584 3164
Face 5164 1860 2478 2584
Face 5165 746 2585 141
Face 5166 746 2391 2585
Face 5167 39 2586 2047
Face 5168 39 2039 2586
Face 5169 4822 2587 5125
Face 5170 4822 5128 4818
Face 5171 5131 5169 2590
Face 5172 5131 4984 5169
Face 5173 1342 2589 2684
Face 5174 1342 5129 2589
Face 5175 2773 5129 1342
Face 5176 601 5131 2590
Face 5177 288 2591 2773
Face 5178 288 2315 2591
Face 5179 887 2592 886
Face 5180 887 2385 2592
Face 5181 879 2593 289
Face 5182 879 2484 2593
Face 5183 1924 4016 2810
Face 5184 3734 1178 3514
Face 5185 1213 2595 3539
Face 5186 1213 3477 2595
Face 5187 1349 2596 2419
Face 5188 1349 5382 5722
Face 5189 408 2597 2341
Face 5190 5502 5602 5364
Face 5191 2002 2598 2026
Face 5192 2002 2482 2598
Face 5193 1853 2599 2600
Face 5194 1853 578 2599
Face 5195 2180 2600 2599
Face 5196 2180 2796 2600
Face 5197 2181 3686 2795
Face 5198 2181 3765 3686
Face 5199 1243 2602 1686
Face 5200 1243 2326 2602
Face 5201 2476 2603 68
Face 5202 2476 3650 2603
Face 5203 1879 3177 3178
Face 5204 3955 6407 3954
Face 5205 744 3640 3252
Face 5206 744 2604 3640
Face 5207 801 2606 1068
Face 5208 801 406 2606
Face 5209 1068 2607 801
Face 5210 1068 2608 2607
Face 5211 3862 3680 2115
Face 5212 951 2607 2608
Face 5213 507 2609 238
Face 5214 507 2934 2609
Face 5215 1635 3335 1104
Face 5216 1635 2369 2610
Face 5217 3676 2611 3511
Face 5218 3676 3710 2611
Face 5219 553 2612 2613
Face 5220 553 2986 2612
Face 5221 888 2613 2612
Face 5222 888 2711 2613
Face 5223 3465 2614 3464
Face 5224 3465 2615 2614
Face 5225 3466 2615 3465
Face 5226 3466 2644 2615
Face 5227 2050 3927 4014
Face 5228 2050 693 3927
Face 5229 1259 2617 2379
Face 5230 1259 2339 2617
Face 5231 620 2618 2433
Face 5232 620 5628 2618
Face 5233 212 2619 3161
Face 5234 212 267 2619
Face 5235 2174 6253 6203
Face 5236 2174 2621 6253
Face 5237 407 2621 2475
Face 5238 5624 6253 2621
Face 5239 1255 2622 1256
Face 5240 1255 3370 2622
Face 5241 1586 2623 3570
Face 5242 1586 3511 2623
Face 5243 710 3321 234
Face 5244 710 2625 3321
Face 5245 84 2625 710
Face 5246 84 2626 2625
Face 5247 456 2626 84
Face 5248 456 2627 2626
Face 5249 150 2627 456
Face 5250 150 2628 2627
Face 5251 570 2628 150
Face 5252 570 2629 2628
Face 5253 92 2629 570
Face 5254 92 2631 2629
Face 5255 755 2630 2639
Face 5256 755 3370 2630
Face 5257 714 2631 92
Face 5258 2901 2902 3571
Face 5259 1241 6195 5535
Face 5260 6192 5544 6187
Face 5261 5363 5814 6363
Face 5262 3698 6192 5814
Face 5263 463 2634 2901
Face 5264 463 499 2634
Face 5265 1657 3486 2272
Face 5266 1657 20 2635
Face 5267 653 2636 1909
Face 5268 653 3350 2636
Face 5269 1909 2637 1479
Face 5270 1909 2636 2637
Face 5271 1510 5366 6274
Face 5272 2640 6367 5366
Face 5273 1149 2639 1510
Face 5274 1149 755 2639
Face 5275 1510 2640 5366
Face 5276 1510 2639 2640
Face 5277 2335 2641 2283
Face 5278 2335 2563 2641
Face 5279 4457 4526 2643
Face 5280 4457 4456 4526
Face 5281 4297 2643 3984
Face 5282 4297 4457 2643
Face 5283 3681 2644 3466
Face 5284 3681 3371 2644
Face 5285 1389 3752 2962
Face 5286 5190 5537 5495
Face 5287 3861 2646 5190
Face 5288 1022 5193 2646
Face 5289 1042 2647 1066
Face 5290 1042 3861 2647
Face 5291 674 2648 2264
Face 5292 674 2649 2648
Face 5293 1601 2649 674
Face 5294 1601 2650 2649
Face 5295 1201 2650 1601
Face 5296 1201 2651 2650
Face 5297 475 2651 1201
Face 5298 475 2652 2651
Face 5299 2230 2652 475
Face 5300 2230 2653 2652
Face 5301 883 2653 2230
Face 5302 883 2654 2653
Face 5303 1426 2654 883
Face 5304 1426 2655 2654
Face 5305 1752 2655 1426
Face 5306 1752 2656 2655
Face 5307 191 2656 1752
Face 5308 191 2657 2656
Face 5309 1700 2657 191
Face 5310 1700 2658 2657
Face 5311 376 2658 1700
Face 5312 376 2659 2658
Face 5313 1660 2659 376
Face 5314 1660 2660 2659
Face 5315 809 2660 1660
Face 5316 809 2661 2660
Face 5317 1765 2661 809
Face 5318 1765 2662 2661
Face 5319 448 2662 1765
Face 5320 448 2663 2662
Face 5321 1727 2663 448
Face 5322 1727 2664 2663
Face 5323 115 2664 1727
Face 5324 115 2665 2664
Face 5325 1431 2665 115
Face 5326 1431 2666 2665
Face 5327 907 2666 1431
Face 5328 907 4470 2666
Face 5329 1462 2667 907
Face 5330 1462 2668 2667
Face 5331 357 2668 1462
Face 5332 357 2669 2668
Face 5333 967 2669 357
Face 5334 967 2670 2669
Face 5335 1747 2670 967
Face 5336 1747 2671 2670
Face 5337 249 2671 1747
Face 5338 249 2672 2671
Face 5339 1235 2672 249
Face 5340 1235 2673 2672
Face 5341 657 2673 1235
Face 5342 657 2676 2673
Face 5343 1452 2676 657
Face 5344 1452 426 2674
Face 5345 2233 2675 2388
Face 5346 2233 2676 2675
Face 5347 2674 2676 1452
Face 5348 2674 2675 2676
Face 5349 426 2677 2674
Face 5350 426 2290 2677
Face 5351 2290 2678 2677
Face 5352 2290 1680 2678
Face 5353 1679 2679 2678
Face 5354 1679 170 2679
Face 5355 257 2680 3189
Face 5356 257 1679 2680
Face 5357 1213 2681 2941
Face 5358 3751 2690 2681
Face 5359 3469 2941 2681
Face 5360 926 3510 2682
Face 5361 3530 2683 3663
Face 5362 3478 2682 3510
Face 5363 28 2684 4751
Face 5364 28 1038 2684
Face 5365 725 2685 3043
Face 5366 725 1913 2685
Face 5367 2896 6295 5459
Face 5368 5346 5327 6392
Face 5369 857 3741 6201
Face 5370 857 1371 3741
Face 5371 3947 3999 4368
Face 5372 3947 2925 3999
Face 5373 1724 2689 2410
Face 5374 3039 3864 3669
Face 5375 2023 3538 3703
Face 5376 2023 3140 3538
Face 5377 1741 2691 2271
Face 5378 1741 2023 2691
Face 5379 3265 2692 2784
Face 5380 3265 3264 2692
Face 5381 5571 5577 5574
Face 5382 5571 1656 5577
Face 5383 227 2694 161
Face 5384 2762 6403 2694
Face 5385 945 2695 5550
Face 5386 945 2761 2695
Face 5387 1881 2696 261
Face 5388 1881 945 5550
Face 5389 5806 2697 2696
Face 5390 1882 2203 2697
Face 5391 2911 3291 2269
Face 5392 1565 160 2698
Face 5393 3372 2699 3291
Face 5394 3372 2217 2699
Face 5395 2217 3673 2699
Face 5396 2217 2328 3673
Face 5397 631 2701 1743
Face 5398 4388 4080 4348
Face 5399 1518 2702 3094
Face 5400 1518 1963 2702
Face 5401 781 3914 3474
Face 5402 781 2780 3914
Face 5403 1208 2704 1863
Face 5404 1208 4227 2857
Face 5405 598 2705 3178
Face 5406 4243 3253 3767
Face 5407 1395 2706 2775
Face 5408 4242 3769 4143
Face 5409 627 2707 1101
Face 5410 627 4390 2707
Face 5411 460 2817 2818
Face 5412 460 1012 2708
Face 5413 1546 2709 3015
Face 5414 1546 1923 2709
Face 5415 1512 2710 2048
Face 5416 1512 2277 2710
Face 5417 2218 2711 240
Face 5418 2218 2613 2711
Face 5419 1026 2712 2826
Face 5420 1026 629 2712
Face 5421 3338 5104 4864
Face 5422 3338 4867 2713
Face 5423 5113 4866 5079
Face 5424 1877 2717 5076
Face 5425 1875 2715 3339
Face 5426 1875 1877 2715
Face 5427 1010 4929 4930
Face 5428 1010 543 4929
Face 5429 782 2717 1875
Face 5430 782 1010 4930
Face 5431 2612 2718 888
Face 5432 3548 2217 3547
Face 5433 888 2719 599
Face 5434 888 2718 2719
Face 5435 599 2720 1019
Face 5436 599 2719 2720
Face 5437 3877 2721 3371
Face 5438 3877 3764 2721
Face 5439 1063 2722 3819
Face 5440 1063 2191 2722
Face 5441 3113 2856 1495
Face 5442 613 2704 3211
Face 5443 693 2724 3927
Face 5444 693 2725 2724
Face 5445 1612 2725 2726
Face 5446 1612 2724 2725
Face 5447 957 2726 2725
Face 5448 957 1905 2726
Face 5449 1905 2727 2726
Face 5450 1905 2946 2727
Face 5451 2285 2728 2891
Face 5452 2285 2286 2728
Face 5453 4900 5043 5014
Face 5454 881 2579 2729
Face 5455 3945 2730 2813
Face 5456 3945 2438 2730
Face 5457 3496 2731 2985
Face 5458 3496 3745 2731
Face 5459 5079 5143 5113
Face 5460 1262 3340 2732
Face 5461 3886 2733 2844
Face 5462 3886 1926 2733
Face 5463 151 2734 3454
Face 5464 151 64 2734
Face 5465 1617 3014 3290
Face 5466 1617 2825 3014
Face 5467 1190 2736 2815
Face 5468 1190 2737 2736
Face 5469 1616 2737 2735
Face 5470 1616 2736 2737
Face 5471 928 2738 2739
Face 5472 928 590 2738
Face 5473 1138 2739 2740
Face 5474 1138 928 2739
Face 5475 1578 2740 2741
Face 5476 1578 1138 2740
Face 5477 1789 2741 1630
Face 5478 1789 1578 2741
Face 5479 1630 2742 2743
Face 5480 1630 2741 2742
Face 5481 1938 2743 1937
Face 5482 1938 1630 2743
Face 5483 1937 2744 1831
Face 5484 1937 2743 2744
Face 5485 1831 2745 2746
Face 5486 1831 2744 2745
Face 5487 3407 3408 3395
Face 5488 1836 1831 2746
Face 5489 987 2747 1838
Face 5490 3846 3847 3848
Face 5491 1838 3850 2470
Face 5492 1838 2747 3850
Face 5493 2384 2749 2383
Face 5494 2384 4000 2749
Face 5495 4805 4932 4973
Face 5496 4805 4999 4972
Face 5497 1406 4999 4805
Face 5498 1406 2752 4999
Face 5499 391 2752 2561
Face 5500 4834 4999 2752
Face 5501 2410 2753 2570
Face 5502 2410 2689 2753
Face 5503 3940 2754 2755
Face 5504 3940 4871 2754
Face 5505 429 2755 14
Face 5506 429 3940 2755
Face 5507 160 2756 337
Face 5508 160 1565 2756
Face 5509 337 2757 1272
Face 5510 337 2756 2757
Face 5511 3481 2758 3480
Face 5512 3481 3979 2758
Face 5513 3039 3480 2758
Face 5514 1724 1184 2759
Face 5515 1547 2760 1548
Face 5516 1547 2761 2760
Face 5517 2694 2761 1547
Face 5518 2694 6403 2761
Face 5519 227 2762 2694
Face 5520 227 843 2762
Face 5521 289 2763 879
Face 5522 289 4811 5034
Face 5523 916 2764 3336
Face 5524 916 2892 2764
Face 5525 2133 2765 2060
Face 5526 2133 2134 2765
Face 5527 2060 2766 2133
Face 5528 2060 2767 2766
Face 5529 1288 2767 1580
Face 5530 1288 2766 2767
Face 5531 1580 2768 2359
Face 5532 1580 2767 2768
Face 5533 2359 2769 2360
Face 5534 2359 2768 2769
Face 5535 2360 2770 2771
Face 5536 2360 2769 2770
Face 5537 1283 2771 2770
Face 5538 1283 1825 2771
Face 5539 2383 2772 2384
Face 5540 3893 2771 3808
Face 5541 601 2773 2591
Face 5542 601 2590 2773
Face 5543 2046 2774 2109
Face 5544 2046 3522 2774
Face 5545 421 2775 2706
Face 5546 421 3231 2775
Face 5547 185 2776 2777
Face 5548 185 119 2776
Face 5549 1102 2777 2776
Face 5550 1102 3648 2777
Face 5551 1103 2778 3550
Face 5552 1103 2777 5271
Face 5553 3755 2779 3754
Face 5554 3755 2824 2779
Face 5555 3934 3933 3912
Face 5556 3913 3914 2780
Face 5557 347 2781 5650
Face 5558 347 11 2781
Face 5559 1266 5500 6125
Face 5560 6316 2686 2782
Face 5561 3742 2783 2044
Face 5562 3742 5639 2783
Face 5563 3266 2784 2785
Face 5564 3266 3265 2784
Face 5565 3267 2785 3268
Face 5566 3267 3266 2785
Face 5567 792 2786 2787
Face 5568 792 230 3705
Face 5569 1009 2787 2786
Face 5570 1009 2972 2787
Face 5571 1178 2788 3486
Face 5572 1178 3734 2788
Face 5573 1169 2789 2889
Face 5574 1169 2992 2789
Face 5575 1292 3492 1927
Face 5576 1292 1290 3492
Face 5577 1059 2791 1379
Face 5578 1059 5004 2791
Face 5579 1499 2792 2793
Face 5580 1499 3513 2792
Face 5581 1852 2793 2792
Face 5582 1852 2795 2793
Face 5583 1343 2794 1903
Face 5584 1343 2477 2794
Face 5585 1543 2795 1852
Face 5586 1543 2181 2795
Face 5587 2181 2796 2180
Face 5588 2181 1543 2796
Face 5589 2180 3765 2181
Face 5590 2180 2798 3765
Face 5591 1100 2798 1343
Face 5592 1100 2797 2798
Face 5593 525 5728 779
Face 5594 525 5589 5728
Face 5595 779 2800 2014
Face 5596 5757 5728 5729
Face 5597 1279 2801 1280
Face 5598 1279 2802 2801
Face 5599 1091 2802 2803
Face 5600 1091 2801 2802
Face 5601 1090 2803 2804
Face 5602 1090 1091 2803
Face 5603 1089 2804 2805
Face 5604 1089 1090 2804
Face 5605 1248 2805 2806
Face 5606 1248 1089 2805
Face 5607 1247 2806 2807
Face 5608 1247 1248 2806
Face 5609 624 2807 203
Face 5610 624 1247 2807
Face 5611 203 2808 2809
Face 5612 203 2807 2808
Face 5613 977 2809 2808
Face 5614 977 2496 2809
Face 5615 3541 3512 351
Face 5616 1645 2809 2810
Face 5617 1924 2811 1362
Face 5618 1924 2810 2811
Face 5619 3180 2812 3868
Face 5620 3180 2059 2812
Face 5621 4346 3745 3496
Face 5622 4346 4345 3745
Face 5623 1638 2814 1633
Face 5624 1638 3805 6284
Face 5625 1191 2815 4008
Face 5626 1191 3685 2815
Face 5627 4788 5070 2817
Face 5628 4459 1191 4008
Face 5629 2708 2817 460
Face 5630 2708 4788 2817
Face 5631 5032 2818 2817
Face 5632 2381 2570 2818
Face 5633 2570 2819 2818
Face 5634 2570 2753 2819
Face 5635 833 2820 939
Face 5636 833 2905 5101
Face 5637 2379 2821 2820
Face 5638 2379 2617 2821
Face 5639 3704 3477 2941
Face 5640 238 2609 2822
Face 5641 1271 2823 2700
Face 5642 1271 1742 2823
Face 5643 3889 2824 3755
Face 5644 3889 3892 2824
Face 5645 2495 2825 1617
Face 5646 2495 2018 2825
Face 5647 4139 4140 3774
Face 5648 1394 1026 2826
Face 5649 3772 3774 4140
Face 5650 1392 3509 2827
Face 5651 978 2828 2594
Face 5652 978 3922 2828
Face 5653 2073 2829 539
Face 5654 2073 1035 2829
Face 5655 3721 4296 4295
Face 5656 3721 3720 4296
Face 5657 3722 4295 2832
Face 5658 3722 3721 4295
Face 5659 3723 2832 2833
Face 5660 3723 3722 2832
Face 5661 3724 2833 2834
Face 5662 3724 3723 2833
Face 5663 3725 2834 2835
Face 5664 3725 3724 2834
Face 5665 3726 2835 3964
Face 5666 3726 3725 2835
Face 5667 3727 3964 3963
Face 5668 3727 3726 3964
Face 5669 3728 3963 3962
Face 5670 3728 3727 3963
Face 5671 3729 3962 2839
Face 5672 3729 3728 3962
Face 5673 3730 2839 2840
Face 5674 3730 3729 2839
Face 5675 3731 2840 3732
Face 5676 3731 3730 2840
Face 5677 666 2841 1622
Face 5678 666 52 2841
Face 5679 1622 2842 2110
Face 5680 1622 3732 2842
Face 5681 1742 3280 2823
Face 5682 1742 2984 3280
Face 5683 3980 2844 2733
Face 5684 3980 4273 2844
Face 5685 4273 4038 2844
Face 5686 4273 2846 4038
Face 5687 4274 2846 4273
Face 5688 4274 4275 2846
Face 5689 4040 4275 4276
Face 5690 4040 2846 4275
Face 5691 4276 2848 4040
Face 5692 4276 2510 2848
Face 5693 4378 4188 4377
Face 5694 4378 4189 4188
Face 5695 4385 4126 4127
Face 5696 4385 4125 4126
Face 5697 4396 2851 4401
Face 5698 4396 4395 2851
Face 5699 4318 3119 2526
Face 5700 4318 3222 3119
Face 5701 3118 3208 2852
Face 5702 3118 2533 3208
Face 5703 2533 3209 3208
Face 5704 2533 3116 3209
Face 5705 3210 3116 2723
Face 5706 3210 3209 3116
Face 5707 3115 2856 3113
Face 5708 3115 2855 2856
Face 5709 2704 2857 3211
Face 5710 2704 1208 2857
Face 5711 1863 2858 3035
Face 5712 1863 2704 2858
Face 5713 1182 2859 3038
Face 5714 1182 518 2859
Face 5715 592 2860 146
Face 5716 5298 6148 6145
Face 5717 1296 2861 1044
Face 5718 1296 5364 6423
Face 5719 1081 2862 2221
Face 5720 1081 2417 5709
Face 5721 1797 2863 3527
Face 5722 1797 3531 3374
Face 5723 1826 2864 4001
Face 5724 1826 2913 2864
Face 5725 2059 2913 2812
Face 5726 2059 2864 2913
Face 5727 490 2866 3138
Face 5728 490 2458 2866
Face 5729 494 2867 5178
Face 5730 494 665 2867
Face 5731 3911 3912 2555
Face 5732 1509 3929 2868
Face 5733 3929 3930 2868
Face 5734 1954 2870 2869
Face 5735 493 2870 2945
Face 5736 493 2869 2870
Face 5737 4003 4352 3918
Face 5738 4003 4351 4352
Face 5739 2269 3978 3481
Face 5740 2269 3760 3978
Face 5741 4525 4405 4404
Face 5742 4525 4524 4405
Face 5743 1841 2874 1256
Face 5744 1841 3356 2874
Face 5745 322 2875 1646
Face 5746 322 21 2875
Face 5747 2481 3540 876
Face 5748 2481 1797 3527
Face 5749 4876 4634 3102
Face 5750 4876 4149 4634
Face 5751 2505 2878 4434
Face 5752 2505 2879 2878
Face 5753 4229 4397 4365
Face 5754 4229 4398 4397
Face 5755 4246 2880 2881
Face 5756 4246 2528 2880
Face 5757 4256 2881 2531
Face 5758 4256 4246 2881
Face 5759 2531 2882 2883
Face 5760 2531 2881 2882
Face 5761 2851 4384 4128
Face 5762 2851 2884 4384
Face 5763 4395 2884 2851
Face 5764 4395 2885 2884
Face 5765 4199 4394 3110
Face 5766 4199 4393 4394
Face 5767 3217 4341 3111
Face 5768 3217 4340 4341
Face 5769 3992 3202 3203
Face 5770 3992 2888 3202
Face 5771 3993 2888 3992
Face 5772 3993 3333 2888
Face 5773 1620 2889 2912
Face 5774 1620 1169 2889
Face 5775 1935 2890 2397
Face 5776 1935 787 2890
Face 5777 1532 2891 1925
Face 5778 1532 2285 2891
Face 5779 13 2892 916
Face 5780 13 1186 2892
Face 5781 5963 2893 6152
Face 5782 1117 2894 6120
Face 5783 2187 2894 2173
Face 5784 6123 6120 2894
Face 5785 803 2895 3256
Face 5786 803 196 2895
Face 5787 6204 5449 6207
Face 5788 6218 6295 6215
Face 5789 857 2897 2898
Face 5790 857 6204 2897
Face 5791 136 2898 2897
Face 5792 136 2899 2898
Face 5793 1199 3713 2074
Face 5794 1199 2898 2899
Face 5795 2074 3982 539
Face 5796 2074 3713 3982
Face 5797 3590 2901 3571
Face 5798 3590 463 2901
Face 5799 2630 2902 2901
Face 5800 2630 3370 2902
Face 5801 859 6365 2904
Face 5802 859 1962 2903
Face 5803 280 2904 388
Face 5804 280 859 2904
Face 5805 600 2905 56
Face 5806 600 5103 2905
Face 5807 3896 2906 3895
Face 5808 3896 3144 2906
Face 5809 881 2907 1195
Face 5810 881 5043 4900
Face 5811 1589 2908 3567
Face 5812 1589 2978 2908
Face 5813 3586 3567 2908
Face 5814 897 1873 2909
Face 5815 3584 3582 754
Face 5816 752 1252 2910
Face 5817 1565 2911 2759
Face 5818 1565 3291 2911
Face 5819 889 2912 2889
Face 5820 889 1040 2912
Face 5821 2865 2913 1826
Face 5822 2865 2812 2913
Face 5823 3882 4032 3881
Face 5824 3882 2915 4032
Face 5825 3959 2915 3882
Face 5826 3959 3151 2915
Face 5827 2030 4811 289
Face 5828 2030 200 2916
Face 5829 2383 2917 3883
Face 5830 2383 3181 2917
Face 5831 789 2918 1525
Face 5832 789 1530 2918
Face 5833 4819 4977 4646
Face 5834 4633 4476 2919
Face 5835 886 2920 4977
Face 5836 886 2592 2920
Face 5837 733 2921 1921
Face 5838 733 109 2921
Face 5839 1921 2922 2923
Face 5840 1921 2921 2922
Face 5841 1047 2923 338
Face 5842 1047 1921 2923
Face 5843 2276 2924 2275
Face 5844 2276 2435 2924
Face 5845 1725 3948 3947
Face 5846 1725 2926 3948
Face 5847 338 2926 1725
Face 5848 338 2923 2926
Face 5849 2924 2927 2275
Face 5850 2924 2926 2927
Face 5851 3792 6372 2931
Face 5852 5196 3642 2928
Face 5853 1739 2929 741
Face 5854 5528 5541 5539
Face 5855 5541 2930 5543
Face 5856 5541 5528 2930
Face 5857 3707 2931 6372
Face 5858 1314 232 2931
Face 5859 232 2932 2931
Face 5860 232 3194 2932
Face 5861 1899 6098 6090
Face 5862 6084 6087 2933
Face 5863 3357 6080 6098
Face 5864 1892 2609 2934
Face 5865 5895 6387 6390
Face 5866 869 6427 2935
Face 5867 208 2936 3355
Face 5868 6382 6472 6344
Face 5869 2110 2937 3179
Face 5870 2110 2842 2937
Face 5871 1361 2938 2557
Face 5872 1361 3705 2938
Face 5873 1035 2939 2829
Face 5874 1035 1824 2939
Face 5875 4472 4331 4330
Face 5876 4472 4425 4331
Face 5877 3874 2941 3469
Face 5878 3874 3704 2941
Face 5879 228 2942 2365
Face 5880 228 2364 2942
Face 5881 86 2943 861
Face 5882 5216 5262 6465
Face 5883 4967 5052 3535
Face 5884 4967 2945 5052
Face 5885 494 2945 2870
Face 5886 494 5052 2945
Face 5887 579 2946 1737
Face 5888 579 2727 2946
Face 5889 4004 3918 3789
Face 5890 4004 4003 3918
Face 5891 217 2948 1906
Face 5892 217 3126 2948
Face 5893 2868 2949 1509
Face 5894 2868 3935 2949
Face 5895 2959 2950 2960
Face 5896 2555 3912 2950
Face 5897 2196 2951 1736
Face 5898 2196 2952 2951
Face 5899 1718 2952 2196
Face 5900 1718 2953 2952
Face 5901 1953 2953 1718
Face 5902 1953 2954 2953
Face 5903 1678 2954 1953
Face 5904 1678 1854 2954
Face 5905 1854 2955 2954
Face 5906 1854 2956 2955
Face 5907 2577 2956 1854
Face 5908 2577 2957 2956
Face 5909 2576 2957 2577
Face 5910 2576 2958 2957
Face 5911 2575 2958 2576
Face 5912 2575 2959 2958
Face 5913 2555 2959 2575
Face 5914 2555 2950 2959
Face 5915 178 2960 2961
Face 5916 178 2959 2960
Face 5917 780 2961 2960
Face 5918 780 3804 2961
Face 5919 464 2962 3752
Face 5920 464 495 2962
Face 5921 495 2963 2962
Face 5922 495 1915 2963
Face 5923 1959 2964 3359
Face 5924 1959 2965 2964
Face 5925 1688 2965 3878
Face 5926 1688 2964 2965
Face 5927 1686 2966 1243
Face 5928 1686 4984 2966
Face 5929 5185 2967 6185
Face 5930 5185 5184 2967
Face 5931 5186 5966 5962
Face 5932 5971 5185 6185
Face 5933 5959 2969 5863
Face 5934 5949 5186 5962
Face 5935 5192 6366 5532
Face 5936 5192 5860 6366
Face 5937 1312 2971 2054
Face 5938 1312 3802 2971
Face 5939 513 2972 2973
Face 5940 513 2787 2972
Face 5941 1946 2973 2972
Face 5942 1946 1947 2973
Face 5943 1947 2974 2973
Face 5944 1947 1147 2974
Face 5945 1147 2975 2974
Face 5946 1147 1187 2975
Face 5947 1187 2976 2975
Face 5948 1187 2977 2976
Face 5949 635 2977 1187
Face 5950 635 2978 2977
Face 5951 1951 2978 1589
Face 5952 1951 2977 2978
Face 5953 1589 2979 1951
Face 5954 1589 3567 3341
Face 5955 2299 2980 2557
Face 5956 3196 2497 3991
Face 5957 1360 2981 3196
Face 5958 1360 353 2981
Face 5959 2361 2982 5585
Face 5960 2361 2942 2982
Face 5961 506 2983 2361
Face 5962 506 3287 2983
Face 5963 2438 2984 2730
Face 5964 2438 2843 2984
Face 5965 4217 3990 4216
Face 5966 4217 3496 3990
Face 5967 1681 2986 553
Face 5968 1681 3671 2986
Face 5969 2612 2987 2718
Face 5970 2612 3826 2987
Face 5971 2328 3549 1825
Face 5972 2328 3548 3549
Face 5973 1825 2989 2771
Face 5974 1825 3549 2989
Face 5975 951 2993 1574
Face 5976 951 2608 2993
Face 5977 1574 2991 2494
Face 5978 1574 2993 2991
Face 5979 697 2992 1169
Face 5980 697 1933 2992
Face 5981 2990 2993 2608
Face 5982 2990 2991 2993
Face 5983 1245 2994 127
Face 5984 1245 1246 2994
Face 5985 1246 2995 709
Face 5986 1246 1245 2995
Face 5987 709 2996 1246
Face 5988 709 576 2996
Face 5989 576 2997 2996
Face 5990 576 512 2997
Face 5991 512 2998 2997
Face 5992 512 748 2998
Face 5993 748 2999 2998
Face 5994 748 1950 2999
Face 5995 1950 3000 2999
Face 5996 1950 3001 3000
Face 5997 1279 3001 1950
Face 5998 1279 3002 3001
Face 5999 1280 3002 1279
Face 6000 1280 3596 3002
Face 6001 1544 3003 1352
Face 6002 1544 2003 3003
Face 6003 2553 3004 3307
Face 6004 2553 687 3004
Face 6005 687 3005 3004
Face 6006 687 3006 3005
Face 6007 2082 3006 3313
Face 6008 2082 3005 3006
Face 6009 1232 3007 3314
Face 6010 1232 1088 3007
Face 6011 1088 3008 3007
Face 6012 1088 1249 3008
Face 6013 1249 3009 3008
Face 6014 1249 301 3009
Face 6015 301 3010 3009
Face 6016 301 2087 3010
Face 6017 2087 3011 3010
Face 6018 2087 214 3011
Face 6019 214 3012 3011
Face 6020 214 3013 3012
Face 6021 680 3013 214
Face 6022 3609 3608 3613
Face 6023 2735 3014 2825
Face 6024 2735 2737 3014
Face 6025 1607 3015 3016
Face 6026 1607 1546 3015
Face 6027 1405 3016 3017
Face 6028 1405 1607 3016
Face 6029 847 3017 3018
Face 6030 847 1405 3017
Face 6031 2282 3018 1761
Face 6032 2282 847 3018
Face 6033 1761 3019 826
Face 6034 1761 3018 3019
Face 6035 826 3020 1411
Face 6036 826 3019 3020
Face 6037 1411 3021 1983
Face 6038 1411 3020 3021
Face 6039 1983 3022 1982
Face 6040 1983 3021 3022
Face 6041 1982 3023 3024
Face 6042 1982 3022 3023
Face 6043 1981 3024 1980
Face 6044 1981 1982 3024
Face 6045 1980 3025 1275
Face 6046 1980 3024 3025
Face 6047 1275 3026 3027
Face 6048 1275 3025 3026
Face 6049 1276 3027 3026
Face 6050 3415 3402 3414
Face 6051 990 3028 606
Face 6052 3401 3414 3402
Face 6053 606 3029 3030
Face 6054 606 3028 3029
Face 6055 699 3030 3029
Face 6056 699 374 3030
Face 6057 374 3031 3030
Face 6058 374 3032 3031
Face 6059 2092 3032 374
Face 6060 2092 753 3032
Face 6061 753 3033 3032
Face 6062 753 3034 3033
Face 6063 133 3034 753
Face 6064 133 3599 3034
Face 6065 1864 4564 4874
Face 6066 1864 1863 3035
Face 6067 4579 5028 4578
Face 6068 4579 4564 3036
Face 6069 1861 3037 1862
Face 6070 1861 1865 3037
Face 6071 2689 3669 2859
Face 6072 2689 3039 3669
Face 6073 1724 3039 2689
Face 6074 1724 3480 3039
Face 6075 3981 3040 2270
Face 6076 3853 3041 3040
Face 6077 915 3041 1343
Face 6078 915 3040 3041
Face 6079 1315 3042 491
Face 6080 1315 3662 3042
Face 6081 950 3043 3044
Face 6082 950 725 3043
Face 6083 724 3044 3045
Face 6084 724 950 3044
Face 6085 891 3045 3046
Face 6086 891 724 3045
Face 6087 591 3046 3047
Face 6088 591 891 3046
Face 6089 2179 3047 3048
Face 6090 2179 591 3047
Face 6091 590 3048 2738
Face 6092 590 2179 3048
Face 6093 2738 3049 2409
Face 6094 2738 3048 3049
Face 6095 2409 3050 3051
Face 6096 2409 3049 3050
Face 6097 604 3051 2445
Face 6098 604 2409 3051
Face 6099 2445 3052 3053
Face 6100 2445 3051 3052
Face 6101 785 3053 2447
Face 6102 785 2445 3053
Face 6103 2447 3054 2448
Face 6104 2447 3053 3054
Face 6105 2448 3055 989
Face 6106 2448 3054 3055
Face 6107 989 3056 3057
Face 6108 989 3055 3056
Face 6109 1122 3057 3056
Face 6110 3412 3399 3411
Face 6111 1829 3058 1005
Face 6112 3398 3411 3399
Face 6113 1005 3059 3060
Face 6114 1005 3058 3059
Face 6115 1827 3060 3059
Face 6116 1827 3061 3060
Face 6117 1257 3061 1588
Face 6118 1257 3060 3061
Face 6119 1588 3062 1257
Face 6120 1588 3063 3062
Face 6121 536 3063 1588
Face 6122 536 3064 3063
Face 6123 2457 3064 536
Face 6124 2457 3580 3064
Face 6125 3580 3577 3064
Face 6126 1253 478 3065
Face 6127 31 3066 1735
Face 6128 31 3924 3066
Face 6129 4420 4333 4332
Face 6130 4420 4404 4333
Face 6131 4524 4406 4405
Face 6132 4524 4523 4406
Face 6133 4523 3084 4406
Face 6134 4523 4522 3084
Face 6135 4522 3085 3084
Face 6136 4522 4521 3085
Face 6137 4521 4409 3085
Face 6138 4521 4520 4409
Face 6139 116 3072 1717
Face 6140 116 4054 3072
Face 6141 4488 3088 4410
Face 6142 4488 4482 3088
Face 6143 4482 3089 3088
Face 6144 4482 4481 3089
Face 6145 4481 3090 3089
Face 6146 4481 4480 3090
Face 6147 4480 4414 3090
Face 6148 4480 4479 4414
Face 6149 1200 4048 248
Face 6150 1200 4049 4048
Face 6151 1559 3078 3081
Face 6152 1559 3092 3078
Face 6153 139 3079 2127
Face 6154 139 1558 3079
Face 6155 4601 4404 4420
Face 6156 4601 4525 4404
Face 6157 1558 3081 3079
Face 6158 1558 1559 3081
Face 6159 2873 3082 3068
Face 6160 2873 3080 3082
Face 6161 3068 3083 3069
Face 6162 3068 3082 3083
Face 6163 3069 4407 3070
Face 6164 3069 3083 4407
Face 6165 3070 4408 3071
Face 6166 3070 4407 4408
Face 6167 3071 3086 4053
Face 6168 3071 4408 3086
Face 6169 4053 3087 3073
Face 6170 4053 3086 3087
Face 6171 3073 4411 3074
Face 6172 3073 3087 4411
Face 6173 3074 4412 3075
Face 6174 3074 4411 4412
Face 6175 3075 4413 3076
Face 6176 3075 4412 4413
Face 6177 3076 3091 3077
Face 6178 3076 4413 3091
Face 6179 3077 3092 1559
Face 6180 3077 3091 3092
Face 6181 1559 3093 3077
Face 6182 1559 1558 3093
Face 6183 1843 3094 3131
Face 6184 1843 1518 3094
Face 6185 1375 3095 3165
Face 6186 1375 3661 3095
Face 6187 479 4460 717
Face 6188 4936 4768 5106
Face 6189 716 4726 3719
Face 6190 4725 4670 5162
Face 6191 4951 4953 4528
Face 6192 5134 4898 4955
Face 6193 5144 3099 1839
Face 6194 5167 5020 5026
Face 6195 4444 5020 5089
Face 6196 5021 4638 3100
Face 6197 4638 4993 3100
Face 6198 4382 5017 5016
Face 6199 4546 4969 4547
Face 6200 4546 3103 4969
Face 6201 3227 4545 981
Face 6202 3227 3104 4545
Face 6203 2856 3225 1495
Face 6204 2856 3224 3225
Face 6205 2855 3224 2856
Face 6206 2855 3117 3224
Face 6207 3117 3223 3224
Face 6208 3117 3222 3223
Face 6209 4372 3107 4436
Face 6210 4372 4371 3107
Face 6211 4202 4371 4201
Face 6212 4202 3107 4371
Face 6213 4317 3109 3221
Face 6214 4317 2511 3109
Face 6215 4343 3110 4288
Face 6216 4343 4199 3110
Face 6217 3204 4315 4316
Face 6218 3204 3114 4315
Face 6219 829 3112 3113
Face 6220 829 830 3112
Face 6221 3212 3113 3112
Face 6222 3212 3115 3113
Face 6223 4009 3203 3122
Face 6224 4009 3992 3203
Face 6225 2723 3115 3212
Face 6226 2723 3116 3115
Face 6227 2855 3116 2533
Face 6228 2855 3115 3116
Face 6229 2533 3117 2855
Face 6230 2533 3118 3117
Face 6231 3222 3118 3119
Face 6232 3222 3117 3118
Face 6233 2852 3119 3118
Face 6234 2852 3206 3119
Face 6235 2526 3206 3121
Face 6236 2526 3119 3206
Face 6237 4316 3121 3204
Face 6238 4316 2526 3121
Face 6239 4010 3122 3205
Face 6240 4010 4009 3122
Face 6241 932 3123 1791
Face 6242 932 3852 3123
Face 6243 1737 3124 1186
Face 6244 1737 2946 3124
Face 6245 2271 3125 1741
Face 6246 2271 1178 3125
Face 6247 1612 3126 3172
Face 6248 1612 2948 3126
Face 6249 5041 5111 2587
Face 6250 240 2711 3127
Face 6251 1055 3128 3129
Face 6252 1055 334 3128
Face 6253 519 3129 3130
Face 6254 519 1055 3129
Face 6255 1034 3130 3141
Face 6256 1034 519 3130
Face 6257 1896 3131 3132
Face 6258 1896 1843 3131
Face 6259 1895 3132 3131
Face 6260 1895 4308 3132
Face 6261 692 3133 935
Face 6262 4349 3132 4308
Face 6263 935 3134 3695
Face 6264 935 3133 3134
Face 6265 2467 3135 2068
Face 6266 2467 126 3135
Face 6267 126 3136 3135
Face 6268 5254 3949 5213
Face 6269 455 3137 5588
Face 6270 455 233 3137
Face 6271 2284 3138 2573
Face 6272 2284 490 3138
Face 6273 2573 3139 3125
Face 6274 2573 3138 3139
Face 6275 979 3140 3139
Face 6276 979 2690 3140
Face 6277 172 3141 3284
Face 6278 172 1034 3141
Face 6279 1942 3142 3757
Face 6280 1942 3873 3142
Face 6281 1940 3143 851
Face 6282 1940 183 3143
Face 6283 3897 3144 3896
Face 6284 3897 3145 3144
Face 6285 3898 3145 3897
Face 6286 3898 3146 3145
Face 6287 3899 3146 3898
Face 6288 3899 3147 3146
Face 6289 3900 3147 3899
Face 6290 3900 3148 3147
Face 6291 3901 3148 3900
Face 6292 3901 3149 3148
Face 6293 3902 3149 3901
Face 6294 3902 3150 3149
Face 6295 3903 3150 3902
Face 6296 3903 3292 3150
Face 6297 4092 3151 3959
Face 6298 4092 3152 3151
Face 6299 1435 4093 291
Face 6300 1435 3153 4093
Face 6301 2337 3153 1435
Face 6302 2337 4095 3153
Face 6303 731 4095 2337
Face 6304 731 3155 4095
Face 6305 2374 3155 731
Face 6306 2374 4097 3155
Face 6307 171 4097 2374
Face 6308 171 4098 4097
Face 6309 2377 4098 171
Face 6310 2377 4099 4098
Face 6311 930 4099 2377
Face 6312 930 4100 4099
Face 6313 2320 4100 930
Face 6314 2320 4101 4100
Face 6315 528 4101 2320
Face 6316 528 3475 4101
Face 6317 1095 3161 2537
Face 6318 1095 212 3161
Face 6319 1862 3162 1861
Face 6320 5268 6393 3162
Face 6321 1096 5359 5268
Face 6322 1096 98 5359
Face 6323 1868 5361 5359
Face 6324 1868 1860 3164
Face 6325 204 3165 3166
Face 6326 204 1375 3165
Face 6327 628 3166 3167
Face 6328 628 204 3166
Face 6329 1135 3167 3369
Face 6330 1135 628 3167
Face 6331 4561 3168 2127
Face 6332 735 259 3168
Face 6333 1545 3169 1348
Face 6334 3853 3040 3169
Face 6335 1348 3170 1347
Face 6336 1348 3169 3170
Face 6337 1019 3171 4996
Face 6338 1019 2720 3171
Face 6339 2049 3172 3126
Face 6340 2049 3677 3172
Face 6341 798 3173 3493
Face 6342 798 5435 3173
Face 6343 1625 3174 4196
Face 6344 1625 2562 3174
Face 6345 2562 3175 3174
Face 6346 2562 1062 3175
Face 6347 2563 3176 3175
Face 6348 2563 2335 3176
Face 6349 5187 5640 3652
Face 6350 2604 744 3177
Face 6351 744 3178 3177
Face 6352 744 598 3178
Face 6353 38 3179 1606
Face 6354 38 2110 3179
Face 6355 2063 3180 2062
Face 6356 2063 2059 3180
Face 6357 2465 3181 2383
Face 6358 2465 2063 3181
Face 6359 3614 3596 1280
Face 6360 2468 3627 3182
Face 6361 207 3183 4074
Face 6362 207 312 3183
Face 6363 2090 3184 3605
Face 6364 2090 3377 3184
Face 6365 3600 3599 133
Face 6366 2089 3308 3185
Face 6367 1634 3186 3335
Face 6368 1634 2296 3186
Face 6369 926 3187 3510
Face 6370 4292 1634 3487
Face 6371 4878 4879 1557
Face 6372 4878 4759 3188
Face 6373 138 3189 4878
Face 6374 138 257 3189
Face 6375 1155 3190 1687
Face 6376 1155 2393 3190
Face 6377 1687 3191 1155
Face 6378 1687 3658 3191
Face 6379 2581 3192 3191
Face 6380 2581 3880 3192
Face 6381 2439 3193 3333
Face 6382 2439 2057 3193
Face 6383 3776 3773 4137
Face 6384 97 2932 3194
Face 6385 1322 3195 718
Face 6386 4137 3773 4136
Face 6387 2299 3196 3991
Face 6388 2299 793 3196
Face 6389 1186 3197 2892
Face 6390 1186 3124 3197
Face 6391 1873 3198 2909
Face 6392 1873 3199 3198
Face 6393 1872 3199 1873
Face 6394 1872 3200 3199
Face 6395 1871 3200 1872
Face 6396 1871 3201 3200
Face 6397 111 3201 608
Face 6398 111 3200 3201
Face 6399 4340 3216 3213
Face 6400 4340 3217 3216
Face 6401 3114 3203 3202
Face 6402 3114 3204 3203
Face 6403 3122 3204 3121
Face 6404 3122 3203 3204
Face 6405 3121 3205 3122
Face 6406 3121 3206 3205
Face 6407 3120 3206 2852
Face 6408 3120 3205 3206
Face 6409 2852 3207 3120
Face 6410 2852 3208 3207
Face 6411 2853 3208 3209
Face 6412 2853 3207 3208
Face 6413 2854 3209 3210
Face 6414 2854 2853 3209
Face 6415 2504 3210 3211
Face 6416 2504 2854 3210
Face 6417 2723 3211 3210
Face 6418 2723 613 3211
Face 6419 613 3212 3214
Face 6420 613 2723 3212
Face 6421 3859 3213 3216
Face 6422 3859 1054 3213
Face 6423 2858 3214 1549
Face 6424 2858 613 3214
Face 6425 4806 4678 3036
Face 6426 1549 3214 3215
Face 6427 4313 3216 4314
Face 6428 4313 3859 3216
Face 6429 4314 3217 3218
Face 6430 4314 3216 3217
Face 6431 3111 3218 3217
Face 6432 3111 3219 3218
Face 6433 2511 3219 3109
Face 6434 2511 3218 3219
Face 6435 3109 4344 3108
Face 6436 3109 3219 4344
Face 6437 3108 3221 3109
Face 6438 3108 4319 3221
Face 6439 2518 3222 4318
Face 6440 2518 3223 3222
Face 6441 3106 3223 2518
Face 6442 3106 3105 3223
Face 6443 3105 3224 3223
Face 6444 3105 3225 3224
Face 6445 3104 3225 3105
Face 6446 3104 3227 3225
Face 6447 830 5083 5110
Face 6448 830 4731 5083
Face 6449 1495 3227 3228
Face 6450 1495 3225 3227
Face 6451 829 3228 469
Face 6452 829 1495 3228
Face 6453 4731 4444 5089
Face 6454 469 3228 3229
Face 6455 1054 3230 3213
Face 6456 1054 1063 3230
Face 6457 1913 3231 2685
Face 6458 1913 2775 3231
Face 6459 2685 3232 1923
Face 6460 2685 3231 3232
Face 6461 1923 3233 2709
Face 6462 1923 3232 3233
Face 6463 2709 3234 402
Face 6464 2709 3233 3234
Face 6465 402 3235 848
Face 6466 402 3234 3235
Face 6467 848 3236 1988
Face 6468 848 3235 3236
Face 6469 1988 3237 1408
Face 6470 1988 3236 3237
Face 6471 1408 3238 3239
Face 6472 1408 3237 3238
Face 6473 1409 3239 3240
Face 6474 1409 1408 3239
Face 6475 649 3240 3239
Face 6476 649 3241 3240
Face 6477 2103 3241 649
Face 6478 2103 3242 3241
Face 6479 864 3242 2103
Face 6480 864 3243 3242
Face 6481 1383 3243 864
Face 6482 1383 3244 3243
Face 6483 3427 3244 1383
Face 6484 3427 3245 3244
Face 6485 3426 3245 3427
Face 6486 3426 3425 3245
Face 6487 3564 3246 1420
Face 6488 3564 3247 3246
Face 6489 3565 3247 3564
Face 6490 3830 3635 3419
Face 6491 3635 3633 3419
Face 6492 2558 3637 3248
Face 6493 3634 3249 3633
Face 6494 3634 3250 3249
Face 6495 608 3632 3631
Face 6496 608 3201 3632
Face 6497 3712 3251 603
Face 6498 2583 2582 3251
Face 6499 3768 3769 4242
Face 6500 598 744 3252
Face 6501 1395 3253 4243
Face 6502 1395 3254 3253
Face 6503 1045 3254 3255
Face 6504 1045 3253 3254
Face 6505 1041 3255 3285
Face 6506 1041 1045 3255
Face 6507 1133 3256 3257
Face 6508 1133 803 3256
Face 6509 19 3257 3258
Face 6510 19 1133 3257
Face 6511 1076 3258 3259
Face 6512 1076 19 3258
Face 6513 2569 3259 3258
Face 6514 2569 1564 3259
Face 6515 1564 3260 3261
Face 6516 1564 2569 3260
Face 6517 1963 3261 2702
Face 6518 1963 1564 3261
Face 6519 2702 3262 616
Face 6520 2702 3261 3262
Face 6521 980 3263 3264
Face 6522 980 245 3263
Face 6523 33 3264 3265
Face 6524 33 980 3264
Face 6525 766 3265 3266
Face 6526 766 33 3265
Face 6527 1079 3266 3267
Face 6528 1079 766 3266
Face 6529 196 3267 2895
Face 6530 196 1079 3267
Face 6531 2895 3268 2199
Face 6532 2895 3267 3268
Face 6533 2199 3269 1156
Face 6534 2199 3268 3269
Face 6535 1156 3270 3271
Face 6536 1156 3269 3270
Face 6537 1439 3271 3272
Face 6538 1439 1156 3271
Face 6539 1075 3272 3271
Face 6540 1075 615 3272
Face 6541 615 3273 74
Face 6542 615 1075 3273
Face 6543 74 3274 3275
Face 6544 74 3273 3274
Face 6545 2489 3275 1318
Face 6546 2489 74 3275
Face 6547 2800 3276 2014
Face 6548 5726 5855 5762
Face 6549 2014 3277 2015
Face 6550 2014 3276 3277
Face 6551 2015 3278 3933
Face 6552 2015 3277 3278
Face 6553 2823 3919 3788
Face 6554 2823 3280 3919
Face 6555 2843 3280 2984
Face 6556 2843 3279 3280
Face 6557 516 3281 3171
Face 6558 516 4997 3281
Face 6559 1272 4997 516
Face 6560 3283 5032 3282
Face 6561 1272 3283 3282
Face 6562 1272 2757 3283
Face 6563 1185 3284 3753
Face 6564 1185 172 3284
Face 6565 1821 3285 3329
Face 6566 1821 1041 3285
Face 6567 4018 3286 3287
Face 6568 4018 4019 3286
Face 6569 113 3287 506
Face 6570 113 4018 3287
Face 6571 1900 3288 3715
Face 6572 1900 3530 3288
Face 6573 1848 3289 79
Face 6574 1848 2207 3289
Face 6575 1328 3290 3685
Face 6576 1328 1617 3290
Face 6577 2698 3291 1565
Face 6578 2698 3372 3291
Face 6579 3904 3292 3903
Face 6580 3904 3293 3292
Face 6581 3905 3293 3904
Face 6582 3905 3294 3293
Face 6583 3906 3294 3905
Face 6584 3906 3295 3294
Face 6585 3907 3295 3906
Face 6586 3907 3296 3295
Face 6587 3908 3296 3907
Face 6588 3908 3297 3296
Face 6589 3909 3297 3908
Face 6590 3909 3910 3297
Face 6591 2288 3298 3368
Face 6592 2288 3995 3298
Face 6593 1466 3299 2595
Face 6594 1466 876 3299
Face 6595 986 3300 183
Face 6596 986 3528 3300
Face 6597 2352 3301 1528
Face 6598 2352 2351 3301
Face 6599 3976 3302 3975
Face 6600 3976 3303 3302
Face 6601 3977 3303 3976
Face 6602 3977 3304 3303
Face 6603 4017 3304 3977
Face 6604 4017 3305 3304
Face 6605 4033 3305 4017
Face 6606 4033 3306 3305
Face 6607 4036 3306 4033
Face 6608 4036 3526 3306
Face 6609 1955 3922 978
Face 6610 1955 3697 3922
Face 6611 2088 3308 2089
Face 6612 2088 750 3308
Face 6613 750 3309 3308
Face 6614 750 3310 3309
Face 6615 301 3310 750
Face 6616 301 1249 3310
Face 6617 1249 3311 3310
Face 6618 1249 1088 3311
Face 6619 1088 3312 3311
Face 6620 1088 1232 3312
Face 6621 1232 3313 3312
Face 6622 1232 2082 3313
Face 6623 2082 3314 1814
Face 6624 2082 1232 3314
Face 6625 1814 3315 1645
Face 6626 1814 3314 3315
Face 6627 478 3316 3065
Face 6628 478 3317 3316
Face 6629 1251 3317 478
Face 6630 1251 824 3317
Face 6631 824 3318 3317
Face 6632 824 1581 3318
Face 6633 1581 3319 3318
Face 6634 1581 1965 3319
Face 6635 1965 3320 3319
Face 6636 1965 2624 3320
Face 6637 2624 3321 3320
Face 6638 2624 3322 3321
Face 6639 234 3322 3323
Face 6640 234 3321 3322
Face 6641 64 3323 2734
Face 6642 64 234 3323
Face 6643 1318 3324 2491
Face 6644 1318 3275 3324
Face 6645 2491 3325 3326
Face 6646 2491 3324 3325
Face 6647 1321 3326 3325
Face 6648 4135 4439 4134
Face 6649 4439 4438 4134
Face 6650 936 3749 3327
Face 6651 1106 4829 671
Face 6652 1106 4757 4829
Face 6653 1822 3329 3330
Face 6654 1822 1821 3329
Face 6655 1897 3330 3331
Face 6656 1897 1822 3330
Face 6657 1898 3331 3332
Face 6658 1898 1897 3331
Face 6659 2072 3332 3375
Face 6660 2072 1898 3332
Face 6661 132 3333 3993
Face 6662 132 2439 3333
Face 6663 491 3334 1315
Face 6664 5441 5954 5200
Face 6665 2610 3335 1635
Face 6666 2610 3487 3335
Face 6667 1590 3336 1846
Face 6668 1590 916 3336
Face 6669 5007 3337 4831
Face 6670 4620 4865 4864
Face 6671 5158 4865 4620
Face 6672 5158 5143 4865
Face 6673 3342 3339 2715
Face 6674 3342 3341 3339
Face 6675 1134 3340 1262
Face 6676 1134 800 3340
Face 6677 2979 3341 3342
Face 6678 2979 1589 3341
Face 6679 800 3342 3340
Face 6680 800 2979 3342
Face 6681 30 3343 800
Face 6682 30 3344 3343
Face 6683 431 3344 30
Face 6684 431 3345 3344
Face 6685 173 3345 431
Face 6686 173 2399 3345
Face 6687 2399 3346 3345
Face 6688 2399 2278 3346
Face 6689 2278 3347 3346
Face 6690 2278 1402 3347
Face 6691 1402 3348 3347
Face 6692 1402 3349 3348
Face 6693 1403 3349 1402
Face 6694 1403 3350 3349
Face 6695 2403 3350 653
Face 6696 2403 3349 3350
Face 6697 2291 3351 1893
Face 6698 2291 2481 3351
Face 6699 6440 6435 5365
Face 6700 6430 6285 6347
Face 6701 6285 6475 3352
Face 6702 5565 6460 3353
Face 6703 3657 3354 5301
Face 6704 2936 5380 3354
Face 6705 1893 3355 2936
Face 6706 1893 3351 3355
Face 6707 2194 3356 1841
Face 6708 2194 1124 3356
Face 6709 6073 3357 5555
Face 6710 6073 6080 3357
Face 6711 2609 3358 2822
Face 6712 2609 1892 3358
Face 6713 2580 3359 2964
Face 6714 2580 3658 3359
Face 6715 1252 3360 2910
Face 6716 1252 3361 3360
Face 6717 424 3361 1252
Face 6718 424 1250 3361
Face 6719 1250 3362 3361
Face 6720 1250 711 3362
Face 6721 711 3363 3362
Face 6722 711 1576 3363
Face 6723 1576 3364 3363
Face 6724 1576 1964 3364
Face 6725 1964 3365 3364
Face 6726 1964 3366 3365
Face 6727 1233 3366 1964
Face 6728 1233 3367 3366
Face 6729 2571 3367 975
Face 6730 2571 3366 3367
Face 6731 3932 3368 3298
Face 6732 2869 493 3368
Face 6733 96 3369 3457
Face 6734 96 1135 3369
Face 6735 1586 3370 1255
Face 6736 1586 2902 3370
Face 6737 4007 3371 3681
Face 6738 4007 3877 3371
Face 6739 2216 3372 2698
Face 6740 2216 3547 3372
Face 6741 616 3373 1319
Face 6742 616 3262 3373
Face 6743 2863 3374 1955
Face 6744 2863 1797 3374
Face 6745 1500 3375 3376
Face 6746 1500 2072 3375
Face 6747 2172 3376 3379
Face 6748 2172 1500 3376
Face 6749 2091 3377 2090
Face 6750 2091 749 3377
Face 6751 749 3378 3377
Face 6752 749 1643 3378
Face 6753 2273 3379 3383
Face 6754 2273 2172 3379
Face 6755 1643 3380 3378
Face 6756 1643 1722 3380
Face 6757 143 3381 564
Face 6758 143 503 3381
Face 6759 503 3824 3381
Face 6760 4530 3849 3824
Face 6761 2368 3383 3384
Face 6762 2368 2273 3383
Face 6763 2545 3384 3386
Face 6764 2545 2368 3384
Face 6765 1722 3385 3380
Face 6766 1722 1723 3385
Face 6767 2721 3386 2340
Face 6768 2721 2545 3386
Face 6769 2340 3387 3388
Face 6770 2340 3386 3387
Face 6771 2644 3388 2615
Face 6772 2644 2340 3388
Face 6773 2615 3389 2614
Face 6774 2615 3388 3389
Face 6775 2614 3390 3392
Face 6776 2614 3389 3390
Face 6777 2747 3391 3850
Face 6778 3463 3847 3462
Face 6779 3464 3392 3848
Face 6780 3464 2614 3392
Face 6781 1723 3393 3385
Face 6782 1723 1419 3393
Face 6783 1419 3405 3418
Face 6784 1419 1723 3394
Face 6785 1123 3395 3396
Face 6786 1123 3461 3395
Face 6787 1835 3396 3397
Face 6788 1835 1123 3396
Face 6789 2451 3397 3398
Face 6790 2451 1835 3397
Face 6791 1829 3398 3399
Face 6792 1829 2451 3398
Face 6793 3058 3399 3400
Face 6794 3058 1829 3399
Face 6795 1977 3400 3401
Face 6796 1977 3058 3400
Face 6797 990 3401 3402
Face 6798 990 1977 3401
Face 6799 3028 3402 3403
Face 6800 3028 990 3402
Face 6801 2096 3403 3404
Face 6802 2096 3028 3403
Face 6803 1277 3404 3421
Face 6804 1277 2096 3404
Face 6805 3394 3405 1419
Face 6806 3394 1277 3421
Face 6807 3423 3418 3405
Face 6808 1422 3425 3406
Face 6809 3844 3407 3846
Face 6810 3844 3408 3407
Face 6811 3843 3408 3844
Face 6812 3843 3409 3408
Face 6813 3842 3409 3843
Face 6814 3842 3410 3409
Face 6815 3841 3410 3842
Face 6816 3841 3411 3410
Face 6817 3840 3411 3841
Face 6818 3840 3412 3411
Face 6819 3839 3412 3840
Face 6820 3839 3413 3412
Face 6821 3838 3413 3839
Face 6822 3838 3414 3413
Face 6823 3837 3414 3838
Face 6824 3837 3415 3414
Face 6825 3836 3415 3837
Face 6826 3836 3416 3415
Face 6827 3835 3416 3836
Face 6828 3835 3422 3416
Face 6829 1778 3417 3249
Face 6830 1778 3418 3417
Face 6831 3424 3418 3423
Face 6832 3424 3417 3418
Face 6833 3831 3419 3424
Face 6834 3831 3830 3419
Face 6835 3834 3422 3835
Face 6836 3834 3833 3420
Face 6837 3405 3421 3420
Face 6838 3405 3394 3421
Face 6839 3420 3422 3834
Face 6840 3420 3421 3422
Face 6841 3833 3423 3420
Face 6842 3833 3832 3423
Face 6843 3832 3424 3423
Face 6844 3832 3831 3424
Face 6845 3246 3425 3426
Face 6846 3246 3406 3425
Face 6847 1420 3426 1413
Face 6848 1420 3246 3426
Face 6849 1413 3427 3428
Face 6850 1413 3426 3427
Face 6851 2418 3428 1771
Face 6852 2418 1413 3428
Face 6853 1771 3429 547
Face 6854 1771 3428 3429
Face 6855 547 3430 2104
Face 6856 547 3429 3430
Face 6857 2104 3431 3432
Face 6858 2104 3430 3431
Face 6859 2105 3432 3433
Face 6860 2105 2104 3432
Face 6861 2106 3433 846
Face 6862 2106 2105 3433
Face 6863 846 3434 954
Face 6864 846 3433 3434
Face 6865 954 3435 1990
Face 6866 954 3434 3435
Face 6867 1990 3436 2321
Face 6868 1990 3435 3436
Face 6869 1345 3437 3521
Face 6870 1345 2322 3437
Face 6871 2322 3438 2323
Face 6872 2322 1345 3438
Face 6873 2323 3439 2324
Face 6874 2323 3438 3439
Face 6875 2324 3440 3441
Face 6876 2324 3439 3440
Face 6877 1393 3441 3442
Face 6878 1393 2324 3441
Face 6879 4137 4138 3776
Face 6880 1322 1393 3442
Face 6881 2351 3443 3876
Face 6882 2351 2352 3443
Face 6883 4234 3444 3467
Face 6884 4234 4330 3444
Face 6885 734 3445 2039
Face 6886 734 2552 3445
Face 6887 2039 3446 2586
Face 6888 2039 3445 3446
Face 6889 2321 3447 1386
Face 6890 2321 3436 3447
Face 6891 1386 3448 845
Face 6892 1386 3447 3448
Face 6893 845 3449 629
Face 6894 845 3448 3449
Face 6895 629 3450 2712
Face 6896 629 3449 3450
Face 6897 2712 3451 1317
Face 6898 2712 3450 3451
Face 6899 4141 4142 3771
Face 6900 1317 3451 3452
Face 6901 1371 3453 3741
Face 6902 1371 2263 3453
Face 6903 2291 3454 2481
Face 6904 2291 151 3454
Face 6905 209 3455 3657
Face 6906 209 2291 3455
Face 6907 3477 3456 2595
Face 6908 2822 3358 3456
Face 6909 806 3457 3458
Face 6910 806 96 3457
Face 6911 1121 3458 3459
Face 6912 1121 806 3458
Face 6913 273 3459 3700
Face 6914 273 1121 3459
Face 6915 1124 3460 3356
Face 6916 1124 3829 3460
Face 6917 3382 3829 1124
Face 6918 3382 3462 3829
Face 6919 3849 3462 3382
Face 6920 3849 3463 3462
Face 6921 3869 3463 4152
Face 6922 3869 3464 3848
Face 6923 3870 3464 3869
Face 6924 3870 3465 3464
Face 6925 3871 3465 3870
Face 6926 3871 3466 3465
Face 6927 3872 3466 3871
Face 6928 3872 3681 3466
Face 6929 4235 3467 3468
Face 6930 4235 4234 3467
Face 6931 4245 3468 3470
Face 6932 4245 4235 3468
Face 6933 926 4292 3487
Face 6934 926 3874 4292
Face 6935 4305 3470 3860
Face 6936 4305 4245 3470
Face 6937 691 3471 453
Face 6938 691 3740 3471
Face 6939 4151 3472 4163
Face 6940 4151 3785 3472
Face 6941 534 3473 184
Face 6942 534 3670 3473
Face 6943 1842 3474 3890
Face 6944 1842 781 3474
Face 6945 2425 3475 528
Face 6946 2425 4132 3475
Face 6947 1221 4132 2425
Face 6948 1221 4321 4132
Face 6949 2822 3477 3704
Face 6950 2822 3456 3477
Face 6951 1818 3478 3510
Face 6952 1818 3523 3478
Face 6953 2871 3479 3482
Face 6954 2871 3788 3479
Face 6955 2759 3480 1724
Face 6956 2759 2911 3480
Face 6957 2911 3481 3480
Face 6958 2911 2269 3481
Face 6959 2872 3482 3479
Face 6960 3979 3481 3978
Face 6961 1605 3483 2354
Face 6962 1605 2480 3483
Face 6963 2480 3484 3793
Face 6964 2480 3762 3484
Face 6965 2035 3485 3507
Face 6966 2035 2037 3485
Face 6967 2635 3486 1657
Face 6968 2635 3125 3486
Face 6969 3187 3487 2610
Face 6970 3187 926 3487
Face 6971 884 3488 1908
Face 6972 884 3956 3488
Face 6973 1319 3489 3494
Face 6974 1319 3373 3489
Face 6975 787 3490 2890
Face 6976 787 2078 3490
Face 6977 1290 3491 3492
Face 6978 1290 4907 3491
Face 6979 5004 3492 3491
Face 6980 5004 1059 3492
Face 6981 2791 3493 3173
Face 6982 2791 2790 3493
Face 6983 1320 3494 3489
Face 6984 4066 4337 4173
Face 6985 1040 3495 2912
Face 6986 1040 3516 3495
Face 6987 4370 3496 4217
Face 6988 4370 4346 3496
Face 6989 505 3497 1759
Face 6990 505 4020 3497
Face 6991 1152 4020 505
Face 6992 1152 3499 4020
Face 6993 566 3499 1152
Face 6994 566 3500 3499
Face 6995 2391 3500 566
Face 6996 2391 3501 3500
Face 6997 959 3501 2391
Face 6998 959 3502 3501
Face 6999 1956 3502 959
Face 7000 1956 4025 3502
Face 7001 57 4025 1956
Face 7002 57 4026 4025
Face 7003 2339 4026 57
Face 7004 2339 3533 4026
Face 7005 465 3505 2033
Face 7006 5497 3649 5499
Face 7007 2645 3506 3647
Face 7008 3752 5190 3506
Face 7009 464 3507 3485
Face 7010 464 2645 3507
Face 7011 1362 3508 2788
Face 7012 1362 3744 3508
Face 7013 1024 3509 3639
Face 7014 1024 2827 3509
Face 7015 2683 3510 3187
Face 7016 2683 1818 3510
Face 7017 1255 3511 1586
Face 7018 1255 3676 3511
Face 7019 2810 3512 3541
Face 7020 2810 4016 3512
Face 7021 2046 3513 697
Face 7022 2046 2792 3513
Face 7023 2594 3514 2271
Face 7024 4016 1924 3514
Face 7025 1548 3650 2476
Face 7026 1548 6236 3650
Face 7027 1102 3516 3515
Face 7028 1102 3495 3516
Face 7029 2493 3517 1653
Face 7030 4124 4173 4337
Face 7031 97 3518 3777
Face 7032 3776 4138 3775
Face 7033 5035 4733 4561
Face 7034 3079 3081 3519
Face 7035 32 3520 4937
Face 7036 4562 4733 5142
Face 7037 1990 3521 954
Face 7038 1990 1345 3521
Face 7039 2077 3522 2210
Face 7040 2077 2774 3522
Face 7041 1900 3523 1818
Face 7042 1900 65 3523
Face 7043 2277 3524 2710
Face 7044 2277 2036 3524
Face 7045 1068 3525 3680
Face 7046 1068 2606 3525
Face 7047 894 4035 2327
Face 7048 894 3881 4035
Face 7049 2876 3527 559
Face 7050 3540 2481 3527
Face 7051 1801 3528 3529
Face 7052 1801 3300 3528
Face 7053 1930 3529 2208
Face 7054 1930 1801 3529
Face 7055 1818 3530 1900
Face 7056 1818 2683 3530
Face 7057 975 3531 2571
Face 7058 975 3374 3531
Face 7059 3738 3532 2939
Face 7060 840 838 3532
Face 7061 732 3533 2339
Face 7062 732 4028 3533
Face 7063 2342 4028 732
Face 7064 2342 3702 4028
Face 7065 4540 4971 5056
Face 7066 4540 4967 4971
Face 7067 2028 3536 1098
Face 7068 2028 5055 3536
Face 7069 5098 4985 4787
Face 7070 851 3143 3537
Face 7071 2690 3538 3140
Face 7072 2690 3751 3538
Face 7073 2292 3539 3299
Face 7074 3703 4046 3539
Face 7075 2876 3540 3527
Face 7076 2876 2292 3540
Face 7077 1645 3541 1814
Face 7078 1645 2810 3541
Face 7079 722 3542 1336
Face 7080 722 3758 3542
Face 7081 2109 3543 3542
Face 7082 2109 2774 3543
Face 7083 2774 3544 3543
Face 7084 2774 2077 3544
Face 7085 2077 3545 3544
Face 7086 2077 2210 3545
Face 7087 586 3546 2300
Face 7088 586 3929 3546
Face 7089 2718 3547 2216
Face 7090 2718 2987 3547
Face 7091 2987 3548 3547
Face 7092 2987 2988 3548
Face 7093 2988 3549 3548
Face 7094 2988 3553 3549
Face 7095 2760 3550 2778
Face 7096 2760 2761 3550
Face 7097 4783 4690 4713
Face 7098 1694 4968 4734
Face 7099 954 3552 846
Face 7100 954 3521 3552
Face 7101 2989 3553 3808
Face 7102 2989 3549 3553
Face 7103 2415 3554 4416
Face 7104 2415 1470 3554
Face 7105 846 3555 2106
Face 7106 846 3552 3555
Face 7107 2106 3556 3557
Face 7108 2106 3555 3556
Face 7109 2105 3557 3558
Face 7110 2105 2106 3557
Face 7111 2104 3558 547
Face 7112 2104 2105 3558
Face 7113 547 3559 1771
Face 7114 547 3558 3559
Face 7115 1771 3560 2418
Face 7116 1771 3559 3560
Face 7117 2418 3561 3562
Face 7118 2418 3560 3561
Face 7119 1413 3562 1420
Face 7120 1413 2418 3562
Face 7121 1420 3563 3564
Face 7122 1420 3562 3563
Face 7123 403 3564 3563
Face 7124 403 3565 3564
Face 7125 914 3565 403
Face 7126 914 3566 3830
Face 7127 2558 3566 1423
Face 7128 3635 3830 3566
Face 7129 3587 3567 3586
Face 7130 3587 3568 3567
Face 7131 3588 3568 3587
Face 7132 3588 3569 3568
Face 7133 682 3569 3588
Face 7134 682 239 3569
Face 7135 3574 3570 3572
Face 7136 3574 3571 3570
Face 7137 3592 3571 3574
Face 7138 3592 3590 3571
Face 7139 3575 3572 3573
Face 7140 3575 3574 3572
Face 7141 3578 3573 3576
Face 7142 3578 3575 3573
Face 7143 3593 3574 3575
Face 7144 3593 3592 3574
Face 7145 3594 3575 3578
Face 7146 3594 3593 3575
Face 7147 3579 3576 3577
Face 7148 3579 3578 3576
Face 7149 3581 3577 3580
Face 7150 3581 3579 3577
Face 7151 3595 3578 3579
Face 7152 3595 3594 3578
Face 7153 3597 3579 3581
Face 7154 3597 3595 3579
Face 7155 3583 3580 3582
Face 7156 3583 3581 3580
Face 7157 3598 3581 3583
Face 7158 3598 3597 3581
Face 7159 3585 3582 3584
Face 7160 3585 3583 3582
Face 7161 3602 3583 3585
Face 7162 3602 3598 3583
Face 7163 3601 3584 3599
Face 7164 3601 3585 3584
Face 7165 3604 3585 3601
Face 7166 3604 3602 3585
Face 7167 3591 3586 3589
Face 7168 3591 3587 3586
Face 7169 3615 3587 3591
Face 7170 3615 3588 3587
Face 7171 1874 3588 3615
Face 7172 1874 682 3588
Face 7173 3616 3589 3596
Face 7174 3616 3591 3589
Face 7175 714 3590 3592
Face 7176 714 1311 3590
Face 7177 3620 3591 3616
Face 7178 3620 3615 3591
Face 7179 2631 3592 3593
Face 7180 2631 714 3592
Face 7181 1269 3593 3594
Face 7182 1269 2631 3593
Face 7183 1585 3594 3595
Face 7184 1585 1269 3594
Face 7185 1970 3595 3597
Face 7186 1970 1585 3595
Face 7187 3618 3596 3614
Face 7188 3618 3616 3596
Face 7189 605 3597 3598
Face 7190 605 1970 3597
Face 7191 3065 3598 3602
Face 7192 3065 605 3598
Face 7193 3603 3599 3600
Face 7194 3603 3601 3599
Face 7195 3612 3600 3605
Face 7196 3612 3603 3600
Face 7197 3606 3601 3603
Face 7198 3606 3604 3601
Face 7199 1253 3602 3604
Face 7200 1253 3065 3602
Face 7201 3610 3603 3612
Face 7202 3610 3606 3603
Face 7203 2910 3604 3606
Face 7204 2910 1253 3604
Face 7205 3617 3605 3621
Face 7206 3617 3612 3605
Face 7207 752 3606 3610
Face 7208 752 2910 3606
Face 7209 2089 3607 3609
Face 7210 2089 3185 3607
Face 7211 3184 3621 3605
Face 7212 3184 681 3621
Face 7213 680 3609 3613
Face 7214 680 2089 3609
Face 7215 3185 3610 3607
Face 7216 3185 752 3610
Face 7217 681 3624 3621
Face 7218 681 2468 3624
Face 7219 3607 3612 3617
Face 7220 3607 3610 3612
Face 7221 3013 3613 3611
Face 7222 3013 680 3613
Face 7223 3622 3614 3611
Face 7224 3622 3618 3614
Face 7225 2909 3615 3620
Face 7226 2909 1874 3615
Face 7227 3623 3616 3618
Face 7228 3623 3620 3616
Face 7229 3609 3617 3608
Face 7230 3609 3607 3617
Face 7231 3625 3618 3622
Face 7232 3625 3623 3618
Face 7233 3611 3619 3622
Face 7234 3611 3613 3619
Face 7235 897 3620 3623
Face 7236 897 2909 3620
Face 7237 3608 3621 3624
Face 7238 3608 3617 3621
Face 7239 3626 3622 3619
Face 7240 3626 3625 3622
Face 7241 1575 3623 3625
Face 7242 1575 897 3623
Face 7243 3619 3624 3626
Face 7244 3619 3608 3624
Face 7245 3182 3625 3626
Face 7246 3182 1575 3625
Face 7247 2468 3626 3624
Face 7248 2468 3182 3626
Face 7249 2547 3627 2468
Face 7250 2547 2548 3627
Face 7251 2548 3628 3627
Face 7252 2548 882 3628
Face 7253 882 3629 3628
Face 7254 882 1270 3629
Face 7255 1270 3630 3629
Face 7256 1270 3250 3630
Face 7257 60 3631 3248
Face 7258 60 608 3631
Face 7259 3250 3632 3630
Face 7260 3250 3634 3632
Face 7261 3636 3633 3635
Face 7262 3636 3634 3633
Face 7263 3631 3634 3636
Face 7264 3631 3632 3634
Face 7265 2558 3635 3566
Face 7266 2558 3636 3635
Face 7267 3248 3636 2558
Face 7268 3248 3631 3636
Face 7269 1779 3637 1406
Face 7270 1779 3248 3637
Face 7271 3770 3771 4142
Face 7272 1025 2605 3638
Face 7273 5197 5196 2928
Face 7274 1023 1024 3639
Face 7275 2605 3640 3641
Face 7276 2605 1025 3640
Face 7277 2604 3641 3640
Face 7278 5187 3652 3644
Face 7279 5195 3642 5196
Face 7280 5195 3643 3642
Face 7281 5189 3643 5195
Face 7282 5189 3649 3643
Face 7283 5188 3649 5189
Face 7284 5188 5187 3644
Face 7285 2032 3645 3516
Face 7286 2032 3646 3645
Face 7287 3505 3646 2032
Face 7288 5499 3644 5622
Face 7289 465 3647 3653
Face 7290 465 2645 3647
Face 7291 2778 6236 1548
Face 7292 2778 1103 5271
Face 7293 3644 3649 5188
Face 7294 3644 5499 3649
Face 7295 5322 3650 6236
Face 7296 5322 3651 3650
Face 7297 5491 6358 5322
Face 7298 5491 3652 6358
Face 7299 5493 3652 5491
Face 7300 5493 3644 3652
Face 7301 3505 3653 3646
Face 7302 3505 465 3653
Face 7303 2033 3654 3655
Face 7304 2033 3505 3654
Face 7305 889 3655 3654
Face 7306 889 3672 3655
Face 7307 4345 3656 3745
Face 7308 4345 4047 3656
Face 7309 2936 3657 1893
Face 7310 2936 3354 3657
Face 7311 2581 3658 2580
Face 7312 2581 3191 3658
Face 7313 1636 3659 2900
Face 7314 1636 3187 3659
Face 7315 2192 3660 3747
Face 7316 2192 3803 3660
Face 7317 844 3661 1375
Face 7318 844 4429 3661
Face 7319 1316 3662 4136
Face 7320 1316 3042 3662
Face 7321 508 3663 3713
Face 7322 508 3530 3663
Face 7323 1926 3664 2396
Face 7324 1926 3886 3664
Face 7325 2397 3665 2776
Face 7326 2397 2890 3665
Face 7327 2890 3666 3665
Face 7328 2890 3490 3666
Face 7329 1567 4368 4351
Face 7330 1567 3947 4368
Face 7331 2688 3668 3998
Face 7332 2688 3038 3668
Face 7333 3038 3669 3668
Face 7334 3038 2859 3669
Face 7335 147 3670 534
Face 7336 147 3807 3670
Face 7337 2385 3671 1681
Face 7338 2385 3736 3671
Face 7339 2889 3672 889
Face 7340 2889 2789 3672
Face 7341 2700 3673 1271
Face 7342 2700 3760 3673
Face 7343 2308 4373 4374
Face 7344 2308 2394 4373
Face 7345 1925 3675 1532
Face 7346 1925 4247 3675
Face 7347 1256 3676 1255
Face 7348 1256 2874 3676
Face 7349 2616 3677 3678
Face 7350 2616 3172 3677
Face 7351 2710 3678 3677
Face 7352 2710 3524 3678
Face 7353 1169 3679 697
Face 7354 1169 1620 3679
Face 7355 2608 3680 2990
Face 7356 2608 1068 3680
Face 7357 4108 3681 3872
Face 7358 4108 4007 3681
Face 7359 2736 4063 3684
Face 7360 2736 3701 4063
Face 7361 4008 5065 4911
Face 7362 2816 4790 5065
Face 7363 2815 3684 2816
Face 7364 2815 2736 3684
Face 7365 1190 3685 3290
Face 7366 1190 2815 3685
Face 7367 2601 3686 2797
Face 7368 2601 2795 3686
Face 7369 2789 3687 3672
Face 7370 2789 2992 3687
Face 7371 698 4321 1221
Face 7372 698 294 3688
Face 7373 1004 3689 3746
Face 7374 1004 1682 3689
Face 7375 2586 3690 1512
Face 7376 2586 3446 4291
Face 7377 2037 3691 3485
Face 7378 2037 3856 3691
Face 7379 2758 3865 3864
Face 7380 2758 3979 3865
Face 7381 435 3693 1112
Face 7382 435 1051 3693
Face 7383 3695 6399 5183
Face 7384 3866 5198 3694
Face 7385 1652 3695 3134
Face 7386 1652 6399 3695
Face 7387 1542 3696 346
Face 7388 1542 762 3696
Face 7389 2553 3697 975
Face 7390 2553 3307 3697
Face 7391 499 6367 2640
Face 7392 5727 6310 3698
Face 7393 6310 5544 3698
Face 7394 1310 1311 3699
Face 7395 1132 3700 3750
Face 7396 1132 273 3700
Face 7397 1616 3701 2736
Face 7398 1616 3780 3701
Face 7399 1516 3702 2342
Face 7400 1516 3854 3702
Face 7401 2292 3703 3539
Face 7402 2292 559 3703
Face 7403 238 3704 2682
Face 7404 238 2822 3704
Face 7405 2786 3705 1361
Face 7406 2786 792 3705
Face 7407 65 3706 3523
Face 7408 65 6094 3706
Face 7409 3863 5426 3739
Face 7410 1314 2931 3707
Face 7411 232 3708 3194
Face 7412 232 1314 3708
Face 7413 2394 3709 4373
Face 7414 2394 1228 3709
Face 7415 2874 3710 3676
Face 7416 2874 3827 3710
Face 7417 1823 3711 3873
Face 7418 1823 3754 3711
Face 7419 2583 3880 2581
Face 7420 2583 3251 3880
Face 7421 2899 3713 1199
Face 7422 2899 508 3713
Face 7423 6091 6077 5451
Face 7424 6094 65 6209
Face 7425 2390 3715 3288
Face 7426 2390 6212 3715
Face 7427 208 5380 2936
Face 7428 208 3717 3716
Face 7429 1892 3717 3358
Face 7430 6073 3716 3717
Face 7431 1621 3718 788
Face 7432 1621 1624 3718
Face 7433 156 3719 3720
Face 7434 156 716 3719
Face 7435 53 3720 3721
Face 7436 53 156 3720
Face 7437 1994 3721 3722
Face 7438 1994 53 3721
Face 7439 582 3722 3723
Face 7440 582 1994 3722
Face 7441 1776 3723 3724
Face 7442 1776 582 3723
Face 7443 818 3724 3725
Face 7444 818 1776 3724
Face 7445 2079 3725 3726
Face 7446 2079 818 3725
Face 7447 299 3726 3727
Face 7448 299 2079 3726
Face 7449 1448 3727 3728
Face 7450 1448 299 3727
Face 7451 1792 3728 3729
Face 7452 1792 1448 3728
Face 7453 852 3729 3730
Face 7454 852 1792 3729
Face 7455 1623 3730 3731
Face 7456 1623 852 3730
Face 7457 52 3731 2841
Face 7458 52 1623 3731
Face 7459 2841 3732 1622
Face 7460 2841 3731 3732
Face 7461 1653 3733 2493
Face 7462 1653 3866 3733
Face 7463 1924 3734 3514
Face 7464 1924 1362 3734
Face 7465 646 3735 1710
Face 7466 646 3942 3735
Face 7467 335 3736 2385
Face 7468 335 3814 3736
Face 7469 1915 3737 2963
Face 7470 1915 3778 3737
Face 7471 840 3738 3957
Face 7472 840 3532 3738
Face 7473 491 5441 3334
Face 7474 491 3863 3739
Face 7475 3334 3740 691
Face 7476 3334 5441 5200
Face 7477 2687 3741 3453
Face 7478 2687 1265 3741
Face 7479 541 3742 1267
Face 7480 541 5500 3742
Face 7481 2036 3743 3524
Face 7482 2036 3687 3743
Face 7483 2497 3744 3991
Face 7484 2497 3508 3744
Face 7485 2813 3745 3656
Face 7486 2813 2731 3745
Face 7487 444 3746 3855
Face 7488 444 1004 3746
Face 7489 2798 3747 3660
Face 7490 2798 2180 3747
Face 7491 2024 3748 1065
Face 7492 2024 1738 3748
Face 7493 1315 3749 936
Face 7494 1315 3334 3749
Face 7495 794 3750 3763
Face 7496 794 1132 3750
Face 7497 1213 3751 2681
Face 7498 1213 3539 3751
Face 7499 2645 3752 3506
Face 7500 2645 464 3752
Face 7501 719 3753 4383
Face 7502 719 1185 3753
Face 7503 769 3754 1823
Face 7504 769 3755 3754
Face 7505 1568 3755 769
Face 7506 1568 3889 3755
Face 7507 1264 3756 2041
Face 7508 5239 5480 5240
Face 7509 2192 3757 3142
Face 7510 2192 3747 3757
Face 7511 2001 3758 722
Face 7512 2001 99 3758
Face 7513 2226 3759 1085
Face 7514 2226 992 3759
Face 7515 2871 3760 2700
Face 7516 2871 3978 3760
Face 7517 1525 3761 789
Face 7518 1525 4218 3761
Face 7519 2733 3762 3980
Face 7520 2733 3484 3762
Face 7521 95 3763 3764
Face 7522 95 794 3763
Face 7523 1037 3764 3877
Face 7524 1037 95 3764
Face 7525 2797 3765 2798
Face 7526 2797 3686 3765
Face 7527 2026 3766 1268
Face 7528 2026 4326 3766
Face 7529 2705 4326 2026
Face 7530 2705 3768 4326
Face 7531 598 3768 2705
Face 7532 598 3769 3768
Face 7533 3252 3769 598
Face 7534 3252 3770 3769
Face 7535 1025 3770 3252
Face 7536 1025 3771 3770
Face 7537 3638 3771 1025
Face 7538 3638 3772 3771
Face 7539 1392 3772 3638
Face 7540 1392 3774 3772
Face 7541 3194 3773 97
Face 7542 3194 1316 3773
Face 7543 2827 3774 1392
Face 7544 2827 3775 3774
Face 7545 3518 3775 2827
Face 7546 3518 3776 3775
Face 7547 97 3776 3518
Face 7548 97 3773 3776
Face 7549 2932 3777 3792
Face 7550 2932 97 3777
Face 7551 3445 3778 3446
Face 7552 3445 3737 3778
Face 7553 3446 3779 4291
Face 7554 3446 3778 3779
Face 7555 1527 3780 1209
Face 7556 1527 3939 3780
Face 7557 2872 3781 3482
Face 7558 2872 3692 3781
Face 7559 2506 3782 4247
Face 7560 2506 1627 3782
Face 7561 2308 3783 3784
Face 7562 2308 4248 3783
Face 7563 1925 3784 3783
Face 7564 1925 2891 3784
Face 7565 670 3785 4151
Face 7566 670 1692 3785
Face 7567 1692 3786 3785
Face 7568 1692 385 3786
Face 7569 4550 4749 4539
Face 7570 4550 4748 4749
Face 7571 2947 3788 3919
Face 7572 2947 3479 3788
Face 7573 3279 3789 3918
Face 7574 3279 2843 3789
Face 7575 2843 3790 3789
Face 7576 2843 2438 3790
Face 7577 2438 3791 3790
Face 7578 2438 3945 3791
Face 7579 1023 3792 3777
Face 7580 5543 6372 3792
Face 7581 3483 3793 1307
Face 7582 3483 2480 3793
Face 7583 5858 6277 5816
Face 7584 775 5431 5290
Face 7585 6202 6211 6245
Face 7586 307 6370 5510
Face 7587 5919 5743 5921
Face 7588 5990 5746 5995
Face 7589 5223 3797 5937
Face 7590 5223 1552 3797
Face 7591 1552 3798 3797
Face 7592 1552 485 3798
Face 7593 485 3799 3798
Face 7594 485 5362 3799
Face 7595 1205 3800 1094
Face 7596 1205 2538 3800
Face 7597 1739 3801 2929
Face 7598 1739 5192 6418
Face 7599 120 5192 1739
Face 7600 120 2971 3802
Face 7601 915 3803 2289
Face 7602 915 3660 3803
Face 7603 3276 3804 780
Face 7604 3276 5759 3804
Face 7605 66 3805 2501
Face 7606 66 5281 6314
Face 7607 1161 3806 5310
Face 7608 1161 1160 3806
Face 7609 564 3807 147
Face 7610 564 3381 3807
Face 7611 2772 3883 3553
Face 7612 2772 2383 3883
Face 7613 4180 4888 4179
Face 7614 4180 4889 4888
Face 7615 2169 3810 3809
Face 7616 2169 2170 3810
Face 7617 2170 3811 3810
Face 7618 2170 1640 3811
Face 7619 1640 3812 3811
Face 7620 1640 363 3812
Face 7621 2126 3813 1640
Face 7622 2126 5307 3813
Face 7623 2367 3814 335
Face 7624 2367 3815 3814
Face 7625 2464 3815 3878
Face 7626 2464 3814 3815
Face 7627 762 3816 3817
Face 7628 762 1542 3816
Face 7629 1154 3817 3818
Face 7630 1154 762 3817
Face 7631 1644 3818 3867
Face 7632 1644 1154 3818
Face 7633 2052 3819 2722
Face 7634 2052 4391 3819
Face 7635 3078 4416 3554
Face 7636 3078 3092 4416
Face 7637 3381 3821 3807
Face 7638 3381 3824 3821
Face 7639 5088 3822 1006
Face 7640 5270 5261 5369
Face 7641 1006 3823 503
Face 7642 1006 3822 3823
Face 7643 3382 3824 3849
Face 7644 3382 3821 3824
Face 7645 503 4530 3824
Face 7646 503 3823 3825
Face 7647 2986 3826 2612
Face 7648 2986 4000 3826
Face 7649 3356 3827 2874
Face 7650 3356 3460 3827
Face 7651 3460 3828 3827
Face 7652 3460 3461 3828
Face 7653 3461 3829 3845
Face 7654 3461 3460 3829
Face 7655 3565 3830 3831
Face 7656 3565 914 3830
Face 7657 3247 3831 3832
Face 7658 3247 3565 3831
Face 7659 3406 3832 3833
Face 7660 3406 3247 3832
Face 7661 1422 3833 3834
Face 7662 1422 3406 3833
Face 7663 1418 3834 3835
Face 7664 1418 1422 3834
Face 7665 2097 3835 3836
Face 7666 2097 1418 3835
Face 7667 1276 3836 3837
Face 7668 1276 2097 3836
Face 7669 3027 3837 3838
Face 7670 3027 1276 3837
Face 7671 1978 3838 3839
Face 7672 1978 3027 3838
Face 7673 1122 3839 3840
Face 7674 1122 1978 3839
Face 7675 3057 3840 3841
Face 7676 3057 1122 3840
Face 7677 1830 3841 3842
Face 7678 1830 3057 3841
Face 7679 2450 3842 3843
Face 7680 2450 1830 3842
Face 7681 2746 3843 3844
Face 7682 2746 2450 3843
Face 7683 1836 3844 3846
Face 7684 1836 2746 3844
Face 7685 3395 3845 3407
Face 7686 3395 3461 3845
Face 7687 3392 3846 3848
Face 7688 3392 1836 3846
Face 7689 3407 3847 3846
Face 7690 3407 3845 3847
Face 7691 3463 3848 3847
Face 7692 3463 3869 3848
Face 7693 4152 3849 4530
Face 7694 4152 3463 3849
Face 7695 2748 3850 3391
Face 7696 2748 3888 3850
Face 7697 1675 3851 4237
Face 7698 1675 1676 3851
Face 7699 5959 5949 5962
Face 7700 1313 3123 3852
Face 7701 1545 3853 3169
Face 7702 1545 3041 3853
Face 7703 269 3854 1516
Face 7704 269 3894 3854
Face 7705 903 3855 3857
Face 7706 903 444 3855
Face 7707 1916 3856 2037
Face 7708 1916 1168 3856
Face 7709 1664 3857 3928
Face 7710 1664 903 3857
Face 7711 2056 3858 1523
Face 7712 2056 1566 3858
Face 7713 1523 3859 4313
Face 7714 1523 3858 3859
Face 7715 4758 4666 4757
Face 7716 4758 4665 4666
Face 7717 1022 3861 1042
Face 7718 1022 2646 3861
Face 7719 2990 3862 2991
Face 7720 2990 3680 3862
Face 7721 1314 3863 3708
Face 7722 1314 5426 3863
Face 7723 3668 3864 3692
Face 7724 3668 3669 3864
Face 7725 3692 3865 3781
Face 7726 3692 3864 3865
Face 7727 1652 3866 3694
Face 7728 1652 3733 3866
Face 7729 3359 3867 1959
Face 7730 3359 1644 3867
Face 7731 1959 3868 3946
Face 7732 1959 3867 3868
Face 7733 4153 3869 4152
Face 7734 4153 3870 3869
Face 7735 4154 3870 4153
Face 7736 4154 3871 3870
Face 7737 4155 3871 4154
Face 7738 4155 3872 3871
Face 7739 4290 3872 4155
Face 7740 4290 4108 3872
Face 7741 284 3873 1942
Face 7742 284 1823 3873
Face 7743 2682 3874 926
Face 7744 2682 3704 3874
Face 7745 2606 3875 3525
Face 7746 2606 3996 3875
Face 7747 2114 3876 3443
Face 7748 2114 4293 3876
Face 7749 621 3877 4007
Face 7750 621 1037 3877
Face 7751 3879 3878 2965
Face 7752 3879 2464 3878
Face 7753 2865 3879 2812
Face 7754 2865 2464 3879
Face 7755 3712 3880 3251
Face 7756 3712 4059 3880
Face 7757 1992 3881 894
Face 7758 1992 3882 3881
Face 7759 589 3882 1992
Face 7760 589 3959 3882
Face 7761 3808 3883 3893
Face 7762 3808 3553 3883
Face 7763 3524 3884 3678
Face 7764 3524 3743 3884
Face 7765 91 3885 4068
Face 7766 91 1631 3885
Face 7767 1531 3886 4037
Face 7768 1531 3664 3886
Face 7769 1837 3887 2633
Face 7770 5815 866 3887
Face 7771 2470 3888 6420
Face 7772 2470 3850 3888
Face 7773 79 3889 1568
Face 7774 79 3289 3889
Face 7775 423 3890 1017
Face 7776 423 1842 3890
Face 7777 2207 3891 3892
Face 7778 2207 3890 3891
Face 7779 3289 3892 3889
Face 7780 3289 2207 3892
Face 7781 2917 3893 3883
Face 7782 2917 2360 3893
Face 7783 2484 3894 269
Face 7784 2484 3895 3894
Face 7785 940 3895 2484
Face 7786 940 3896 3895
Face 7787 1991 3896 940
Face 7788 1991 3897 3896
Face 7789 679 3897 1991
Face 7790 679 3898 3897
Face 7791 2326 3898 679
Face 7792 2326 3899 3898
Face 7793 78 3899 2326
Face 7794 78 3900 3899
Face 7795 2315 3900 78
Face 7796 2315 3901 3900
Face 7797 927 3901 2315
Face 7798 927 3902 3901
Face 7799 2295 3902 927
Face 7800 2295 3903 3902
Face 7801 420 3903 2295
Face 7802 420 3904 3903
Face 7803 2313 3904 420
Face 7804 2313 3905 3904
Face 7805 877 3905 2313
Face 7806 877 3906 3905
Face 7807 2193 3906 877
Face 7808 2193 3907 3906
Face 7809 125 3907 2193
Face 7810 125 3908 3907
Face 7811 1196 3908 125
Face 7812 1196 3909 3908
Face 7813 2300 3909 1196
Face 7814 2300 3546 3909
Face 7815 3546 3910 3909
Face 7816 3546 1509 3910
Face 7817 1509 3911 3910
Face 7818 1509 2949 3911
Face 7819 2949 3912 3911
Face 7820 2949 3934 3912
Face 7821 3935 3934 2949
Face 7822 2016 2703 3913
Face 7823 2703 3914 3913
Face 7824 2703 3915 3914
Face 7825 3474 3915 2206
Face 7826 3474 3914 3915
Face 7827 2206 3916 1930
Face 7828 2206 3915 3916
Face 7829 3479 3917 4230
Face 7830 3479 2947 3917
Face 7831 4353 3918 4352
Face 7832 4353 3279 3918
Face 7833 3279 3919 3280
Face 7834 3279 2947 3919
Face 7835 1501 4429 844
Face 7836 1501 231 3920
Face 7837 142 3921 4897
Face 7838 142 304 3921
Face 7839 3307 3922 3697
Face 7840 3307 2828 3922
Face 7841 4492 4330 4234
Face 7842 4492 4472 4330
Face 7843 2940 3924 3923
Face 7844 2940 3066 3924
Face 7845 3066 3925 3942
Face 7846 3066 2940 3925
Face 7847 1744 3926 4047
Face 7848 1744 557 3926
Face 7849 2616 3927 2724
Face 7850 2616 3678 3927
Face 7851 282 3928 3956
Face 7852 282 1664 3928
Face 7853 1954 3929 586
Face 7854 1954 3930 3929
Face 7855 2869 3930 1954
Face 7856 2869 3368 3932
Face 7857 3298 3931 3932
Face 7858 3298 1197 3931
Face 7859 3930 3932 3936
Face 7860 3930 2869 3932
Face 7861 2780 3933 3934
Face 7862 2780 2015 3933
Face 7863 3913 3934 3935
Face 7864 3913 2780 3934
Face 7865 2016 3935 3936
Face 7866 2016 3913 3935
Face 7867 3931 3936 3932
Face 7868 3931 2016 3936
Face 7869 1197 3937 3931
Face 7870 1197 3938 3937
Face 7871 1800 3938 1801
Face 7872 1800 3937 3938
Face 7873 3701 3939 4063
Face 7874 3701 3780 3939
Face 7875 75 3940 429
Face 7876 75 3941 3940
Face 7877 2471 3941 4771
Face 7878 4871 3940 3941
Face 7879 3067 3942 3925
Face 7880 3067 3735 3942
Face 7881 4218 3943 3761
Face 7882 4218 4219 3943
Face 7883 1525 3944 1524
Face 7884 1525 2918 3944
Face 7885 3656 3945 2813
Face 7886 3656 3791 3945
Face 7887 2965 3946 3879
Face 7888 2965 1959 3946
Face 7889 727 3947 1567
Face 7890 727 1725 3947
Face 7891 2925 3948 2924
Face 7892 2925 3947 3948
Face 7893 1159 3949 2441
Face 7894 1159 5213 3949
Face 7895 2478 3950 3951
Face 7896 2478 1535 3950
Face 7897 692 3951 3952
Face 7898 692 2478 3951
Face 7899 3133 3952 4307
Face 7900 3133 692 3952
Face 7901 1654 4307 4124
Face 7902 1654 3133 4307
Face 7903 3177 5640 5187
Face 7904 3177 1879 5640
Face 7905 1879 3955 3954
Face 7906 1879 2598 3955
Face 7907 2166 3956 884
Face 7908 2166 282 3956
Face 7909 2042 3957 3958
Face 7910 2042 840 3957
Face 7911 1212 4390 509
Face 7912 1212 2042 3958
Face 7913 2204 3959 589
Face 7914 2204 4092 3959
Face 7915 1624 3960 3718
Face 7916 1624 2512 3960
Face 7917 2512 3961 2838
Face 7918 2512 1624 3961
Face 7919 2838 3962 3963
Face 7920 2838 3961 3962
Face 7921 2837 3963 3964
Face 7922 2837 2838 3963
Face 7923 2836 3964 2835
Face 7924 2836 2837 3964
Face 7925 2835 3965 2836
Face 7926 2835 2834 3965
Face 7927 2834 4162 3965
Face 7928 2834 2833 4162
Face 7929 2833 4226 4162
Face 7930 2833 2832 4226
Face 7931 4294 4282 3967
Face 7932 4294 4232 4282
Face 7933 265 3969 11
Face 7934 265 4614 3969
Face 7935 2543 3970 311
Face 7936 2543 4231 3970
Face 7937 21 3971 5478
Face 7938 21 417 3971
Face 7939 1514 3972 25
Face 7940 1514 719 4383
Face 7941 1166 3973 4072
Face 7942 1166 760 3973
Face 7943 760 4075 3973
Face 7944 760 1685 4075
Face 7945 1952 3975 865
Face 7946 1952 3976 3975
Face 7947 537 3976 1952
Face 7948 537 3977 3976
Face 7949 2302 3977 537
Face 7950 2302 4017 3977
Face 7951 3482 3978 2871
Face 7952 3482 3979 3978
Face 7953 3781 3979 3482
Face 7954 3781 3865 3979
Face 7955 3761 3980 3762
Face 7956 3761 3943 3980
Face 7957 3169 3981 3170
Face 7958 3169 3040 3981
Face 7959 2900 3982 3713
Face 7960 2900 3659 3982
Face 7961 2831 3983 4233
Face 7962 2831 4193 3983
Face 7963 4387 4233 4386
Face 7964 4387 2831 4233
Face 7965 4797 3985 4947
Face 7966 4797 4798 3985
Face 7967 3097 4206 4958
Face 7968 4961 4725 5162
Face 7969 4798 4949 3985
Face 7970 4798 4945 4949
Face 7971 1058 4630 763
Face 7972 1058 1293 4630
Face 7973 1293 3989 3988
Face 7974 1293 2985 3989
Face 7975 2985 3990 3496
Face 7976 2985 1293 3990
Face 7977 2980 3991 2496
Face 7978 2980 2299 3991
Face 7979 4174 3992 4009
Face 7980 4174 3993 3992
Face 7981 1053 3993 4174
Face 7982 1053 132 3993
Face 7983 4418 3994 4388
Face 7984 4418 4006 3994
Face 7985 183 3995 2288
Face 7986 183 3300 3995
Face 7987 1239 3996 5130
Face 7988 1239 3875 3996
Face 7989 46 4351 4003
Face 7990 46 1567 4351
Face 7991 3667 3998 3997
Face 7992 3667 2688 3998
Face 7993 2688 3999 2435
Face 7994 2688 3667 3999
Face 7995 3671 4000 2986
Face 7996 3671 4001 4000
Face 7997 2749 4001 2864
Face 7998 2749 4000 4001
Face 7999 3081 4002 3519
Face 8000 3081 3078 4002
Face 8001 1036 4003 4004
Face 8002 1036 46 4003
Face 8003 1560 4004 4005
Face 8004 1560 1036 4004
Face 8005 557 4005 3926
Face 8006 557 1560 4005
Face 8007 4437 4006 4418
Face 8008 4437 4145 4006
Face 8009 205 4007 4108
Face 8010 205 621 4007
Face 8011 2816 4008 2815
Face 8012 2816 5065 4008
Face 8013 4175 4009 4010
Face 8014 4175 4174 4009
Face 8015 4176 4010 4011
Face 8016 4176 4175 4010
Face 8017 4177 4011 4012
Face 8018 4177 4176 4011
Face 8019 4178 4012 4013
Face 8020 4178 4177 4012
Face 8021 4236 4013 4484
Face 8022 4236 4178 4013
Face 8023 3678 4014 3927
Face 8024 3678 3884 4014
Face 8025 1397 4015 1192
Face 8026 1397 1329 4015
Face 8027 2594 4016 3514
Face 8028 2594 3512 4016
Face 8029 1334 4017 2302
Face 8030 1334 4033 4017
Face 8031 1759 4018 113
Face 8032 1759 3497 4018
Face 8033 3497 4019 4018
Face 8034 3497 3498 4019
Face 8035 3498 4020 4021
Face 8036 3498 3497 4020
Face 8037 3499 4021 4020
Face 8038 3499 4022 4021
Face 8039 3500 4022 3499
Face 8040 3500 4023 4022
Face 8041 3501 4023 3500
Face 8042 3501 4024 4023
Face 8043 3502 4024 3501
Face 8044 3502 3503 4024
Face 8045 3503 4025 3504
Face 8046 3503 3502 4025
Face 8047 3504 4026 4027
Face 8048 3504 4025 4026
Face 8049 3533 4027 4026
Face 8050 3533 3534 4027
Face 8051 3534 4028 4029
Face 8052 3534 3533 4028
Face 8053 2260 4029 2261
Face 8054 2260 3534 4029
Face 8055 2261 4030 4031
Face 8056 2261 4029 4030
Face 8057 2915 4031 4032
Face 8058 2915 2261 4031
Face 8059 2914 4032 4031
Face 8060 2914 2436 4032
Face 8061 88 4033 1334
Face 8062 88 4036 4033
Face 8063 2436 4034 3526
Face 8064 2436 2914 4034
Face 8065 3526 4035 2436
Face 8066 3526 4036 4035
Face 8067 2327 4036 88
Face 8068 2327 4035 4036
Face 8069 2844 4037 3886
Face 8070 2844 4038 4037
Face 8071 2845 4038 4039
Face 8072 2845 4037 4038
Face 8073 2846 4039 4038
Face 8074 2846 4040 4039
Face 8075 2520 4040 2848
Face 8076 2520 4039 4040
Face 8077 4377 4251 4376
Face 8078 4377 4188 4251
Face 8079 2849 4042 2850
Face 8080 2849 4187 4042
Face 8081 4249 4375 4250
Face 8082 4249 4374 4375
Face 8083 4239 4689 4688
Face 8084 4239 1627 4689
Face 8085 4187 4045 4044
Face 8086 4187 2849 4045
Face 8087 3538 4046 3703
Face 8088 3538 3751 4046
Face 8089 152 4047 4345
Face 8090 152 1744 4047
Face 8091 3077 4048 3076
Face 8092 3077 3093 4048
Face 8093 3076 4049 3075
Face 8094 3076 4048 4049
Face 8095 3075 4050 3074
Face 8096 3075 4049 4050
Face 8097 3074 4051 3073
Face 8098 3074 4050 4051
Face 8099 3073 4052 4053
Face 8100 3073 4051 4052
Face 8101 3072 4053 4052
Face 8102 3072 3071 4053
Face 8103 3071 4054 3070
Face 8104 3071 3072 4054
Face 8105 3070 4055 3069
Face 8106 3070 4054 4055
Face 8107 3069 4056 3068
Face 8108 3069 4055 4056
Face 8109 3068 4057 2873
Face 8110 3068 4056 4057
Face 8111 2873 4058 4062
Face 8112 2873 4057 4058
Face 8113 3192 4059 4067
Face 8114 3192 3880 4059
Face 8115 962 4060 4485
Face 8116 962 2071 4060
Face 8117 2108 4485 4065
Face 8118 2108 962 4485
Face 8119 3735 4062 4058
Face 8120 3735 3067 4062
Face 8121 3682 4063 3939
Face 8122 3682 4529 4063
Face 8123 4785 5017 4382
Face 8124 4537 4432 4913
Face 8125 1207 4065 4536
Face 8126 1207 2108 4065
Face 8127 1320 4066 4173
Face 8128 1320 2492 4066
Face 8129 3759 4067 4059
Face 8130 3759 992 4067
Face 8131 3328 4068 3885
Face 8132 3328 4069 4068
Face 8133 3689 4069 3860
Face 8134 3689 4068 4069
Face 8135 3785 4070 3472
Face 8136 3785 3786 4070
Face 8137 3786 4071 4070
Face 8138 3786 4072 4071
Face 8139 3787 4072 3973
Face 8140 3787 4071 4072
Face 8141 3973 4073 3787
Face 8142 3973 4075 4073
Face 8143 1685 4074 4075
Face 8144 1685 207 4074
Face 8145 3974 4075 4074
Face 8146 3974 4073 4075
Face 8147 2067 4076 4077
Face 8148 2067 3974 4076
Face 8149 2068 4077 4076
Face 8150 2068 4079 4077
Face 8151 311 5648 2781
Face 8152 311 5646 5648
Face 8153 3970 4079 311
Face 8154 3970 4077 4079
Face 8155 4212 4080 4211
Face 8156 4212 4081 4080
Face 8157 4213 4081 4212
Face 8158 4213 4082 4081
Face 8159 4214 4082 4213
Face 8160 4214 4083 4082
Face 8161 4215 4083 4214
Face 8162 4215 4084 4083
Face 8163 4257 4084 4215
Face 8164 4257 4085 4084
Face 8165 4258 4085 4257
Face 8166 4258 4086 4085
Face 8167 4259 4086 4258
Face 8168 4259 4164 4086
Face 8169 1168 4087 3856
Face 8170 1168 3690 4087
Face 8171 4253 4088 4089
Face 8172 4253 4252 4088
Face 8173 2883 4254 2531
Face 8174 2883 2850 4254
Face 8175 4255 4090 2529
Face 8176 4255 4089 4090
Face 8177 2529 4473 4329
Face 8178 2529 4090 4473
Face 8179 291 4092 2204
Face 8180 291 4093 4092
Face 8181 3152 4093 4094
Face 8182 3152 4092 4093
Face 8183 3153 4094 4093
Face 8184 3153 3154 4094
Face 8185 3154 4095 4096
Face 8186 3154 3153 4095
Face 8187 3155 4096 4095
Face 8188 3155 3156 4096
Face 8189 3156 4097 3157
Face 8190 3156 3155 4097
Face 8191 3157 4098 3158
Face 8192 3157 4097 4098
Face 8193 3158 4099 3159
Face 8194 3158 4098 4099
Face 8195 3159 4100 3160
Face 8196 3159 4099 4100
Face 8197 3160 4101 4131
Face 8198 3160 4100 4101
Face 8199 1541 4102 625
Face 8200 1541 2356 4102
Face 8201 2356 4103 4102
Face 8202 2356 2357 4103
Face 8203 2357 4104 4103
Face 8204 2357 4105 4104
Face 8205 2768 4105 2769
Face 8206 2768 4104 4105
Face 8207 2769 4106 2770
Face 8208 2769 4105 4106
Face 8209 2770 4107 1283
Face 8210 2770 4106 4107
Face 8211 991 4108 4290
Face 8212 991 205 4108
Face 8213 399 4109 4110
Face 8214 399 1381 4109
Face 8215 1808 4110 4111
Face 8216 1808 399 4110
Face 8217 1001 4111 4112
Face 8218 1001 1808 4111
Face 8219 667 4112 4113
Face 8220 667 1001 4112
Face 8221 1889 4113 4114
Face 8222 1889 667 4113
Face 8223 70 4114 4115
Face 8224 70 1889 4114
Face 8225 1667 4115 4116
Face 8226 1667 70 4115
Face 8227 900 4116 4117
Face 8228 900 1667 4116
Face 8229 921 4117 4118
Face 8230 921 900 4117
Face 8231 341 4118 4119
Face 8232 341 921 4118
Face 8233 2137 4119 4120
Face 8234 2137 341 4119
Face 8235 441 4120 4121
Face 8236 441 2137 4120
Face 8237 2138 4121 4122
Face 8238 2138 441 4121
Face 8239 643 4122 4123
Face 8240 643 2138 4122
Face 8241 367 4123 4300
Face 8242 367 643 4123
Face 8243 2493 4124 4337
Face 8244 2493 1654 4124
Face 8245 2849 4125 4045
Face 8246 2849 4126 4125
Face 8247 2850 4126 2849
Face 8248 2850 2883 4126
Face 8249 2883 4127 4126
Face 8250 2883 2882 4127
Face 8251 2882 4367 4127
Face 8252 2882 4366 4367
Face 8253 2532 4355 4128
Face 8254 2532 4421 4355
Face 8255 1557 4130 3554
Face 8256 1557 4879 4130
Face 8257 3475 4131 4101
Face 8258 3475 3476 4131
Face 8259 3476 4132 3688
Face 8260 3476 3475 4132
Face 8261 2492 4133 4066
Face 8262 2492 3326 4133
Face 8263 3326 4134 4133
Face 8264 3326 1321 4134
Face 8265 1321 4135 4134
Face 8266 1321 3195 4135
Face 8267 4441 4136 4440
Face 8268 4441 4137 4136
Face 8269 1322 4137 3195
Face 8270 1322 4138 4137
Face 8271 3442 4138 1322
Face 8272 3442 4139 4138
Face 8273 1394 4139 3442
Face 8274 1394 4140 4139
Face 8275 2826 4140 1394
Face 8276 2826 4141 4140
Face 8277 1317 4141 2826
Face 8278 1317 4142 4141
Face 8279 3452 4142 1317
Face 8280 3452 4143 4142
Face 8281 2706 4143 3452
Face 8282 2706 4242 4143
Face 8283 4325 4144 4146
Face 8284 4325 4324 4144
Face 8285 4585 4145 4437
Face 8286 4585 4146 4145
Face 8287 4667 4146 4585
Face 8288 4667 4325 4146
Face 8289 4424 4147 4203
Face 8290 4424 4148 4147
Face 8291 2503 4148 4149
Face 8292 2503 4147 4148
Face 8293 4664 4149 4148
Face 8294 4664 4634 4149
Face 8295 4434 4150 2505
Face 8296 4434 4208 4150
Face 8297 1631 4151 3885
Face 8298 1631 670 4151
Face 8299 4531 4152 4530
Face 8300 4531 4153 4152
Face 8301 4532 4153 4531
Face 8302 4532 4154 4153
Face 8303 4533 4154 4532
Face 8304 4533 4155 4154
Face 8305 4534 4155 4533
Face 8306 4534 4290 4155
Face 8307 2519 4156 1524
Face 8308 2519 4157 4156
Face 8309 1794 4157 2519
Face 8310 1794 4158 4157
Face 8311 2513 4158 1794
Face 8312 2513 4159 4158
Face 8313 2514 4222 4160
Face 8314 2514 4221 4222
Face 8315 2523 4160 4224
Face 8316 2523 2514 4160
Face 8317 3965 4161 4223
Face 8318 3965 4162 4161
Face 8319 3966 4162 4226
Face 8320 3966 4161 4162
Face 8321 3885 4163 3328
Face 8322 3885 4151 4163
Face 8323 4260 4164 4259
Face 8324 4260 4165 4164
Face 8325 4402 4165 4260
Face 8326 4402 4166 4165
Face 8327 4403 4166 4402
Face 8328 4403 4167 4166
Face 8329 4458 4167 4403
Face 8330 4458 4170 4167
Face 8331 3967 4281 4225
Face 8332 3967 4282 4281
Face 8333 3968 4193 4168
Face 8334 3968 3983 4193
Face 8335 4478 4170 4458
Face 8336 4478 4477 4170
Face 8337 738 4171 220
Face 8338 738 4172 4171
Face 8339 472 4172 738
Face 8340 472 4210 4172
Face 8341 3494 4173 4306
Face 8342 3494 1320 4173
Face 8343 2054 4174 4175
Face 8344 2054 1053 4174
Face 8345 706 4175 4176
Face 8346 706 2054 4175
Face 8347 1791 4176 4177
Face 8348 1791 706 4176
Face 8349 1649 4177 4178
Face 8350 1649 1791 4177
Face 8351 361 4178 4236
Face 8352 361 1649 4178
Face 8353 1468 4179 225
Face 8354 1468 4180 4179
Face 8355 676 4180 1468
Face 8356 676 4181 4180
Face 8357 1486 4181 676
Face 8358 1486 4182 4181
Face 8359 37 4182 1486
Face 8360 37 4183 4182
Face 8361 344 4183 37
Face 8362 344 4354 4183
Face 8363 5172 4374 4249
Face 8364 5172 2308 4374
Face 8365 1627 4185 4689
Face 8366 1627 2506 4185
Face 8367 4044 4186 4187
Face 8368 4044 5003 4186
Face 8369 4041 4187 4186
Face 8370 4041 4042 4187
Face 8371 4252 4188 4088
Face 8372 4252 4251 4188
Face 8373 4088 4189 4380
Face 8374 4088 4188 4189
Face 8375 2516 4190 4379
Face 8376 2516 4191 4190
Face 8377 2517 4191 2516
Face 8378 2517 4192 4191
Face 8379 4091 4192 4169
Face 8380 4091 4191 4192
Face 8381 4169 4193 2831
Face 8382 4169 4192 4193
Face 8383 2831 4194 4169
Face 8384 2831 4387 4194
Face 8385 4615 4753 4614
Face 8386 4615 4647 4753
Face 8387 4238 4196 3174
Face 8388 4238 1626 4196
Face 8389 1626 4197 4196
Face 8390 1626 2886 4197
Face 8391 4393 4198 4392
Face 8392 4393 4199 4198
Face 8393 3111 4342 4200
Face 8394 3111 4341 4342
Face 8395 3219 4200 4344
Face 8396 3219 3111 4200
Face 8397 4288 4201 4343
Face 8398 4288 4202 4201
Face 8399 2525 4202 4288
Face 8400 2525 4203 4202
Face 8401 4422 4203 2525
Face 8402 4422 4424 4203
Face 8403 2530 4204 4423
Face 8404 2530 4129 4204
Face 8405 3096 4460 4936
Face 8406 4671 4461 4670
Face 8407 4954 5162 4670
Face 8408 3986 4958 4206
Face 8409 4774 4961 5162
Face 8410 4774 2642 4961
Face 8411 4584 4208 4434
Face 8412 4584 4432 4208
Face 8413 2877 4209 3987
Face 8414 2877 4398 4209
Face 8415 1596 4210 472
Face 8416 1596 4211 4210
Face 8417 2305 4211 1596
Face 8418 2305 4212 4211
Face 8419 632 4212 2305
Face 8420 632 4213 4212
Face 8421 1782 4213 632
Face 8422 1782 4214 4213
Face 8423 1142 4214 1782
Face 8424 1142 4215 4214
Face 8425 206 4215 1142
Face 8426 206 4257 4215
Face 8427 1057 4216 49
Face 8428 1057 4217 4216
Face 8429 349 4217 1057
Face 8430 349 1286 4217
Face 8431 1524 4218 1525
Face 8432 1524 4156 4218
Face 8433 4156 4219 4218
Face 8434 4156 4220 4219
Face 8435 4157 4220 4156
Face 8436 4157 4221 4220
Face 8437 4158 4221 4157
Face 8438 4158 4222 4221
Face 8439 4159 4222 4158
Face 8440 4159 4223 4222
Face 8441 4160 4223 4161
Face 8442 4160 4222 4223
Face 8443 4161 4224 4160
Face 8444 4161 3966 4224
Face 8445 3966 4225 4224
Face 8446 3966 3967 4225
Face 8447 3967 4226 4294
Face 8448 3967 3966 4226
Face 8449 650 4227 24
Face 8450 650 1207 4536
Face 8451 4398 4228 4209
Face 8452 4398 4229 4228
Face 8453 2528 4229 2880
Face 8454 2528 4228 4229
Face 8455 2872 4230 3998
Face 8456 2872 3479 4230
Face 8457 3969 4231 2543
Face 8458 3969 4752 4231
Face 8459 4283 4232 4284
Face 8460 4283 4282 4232
Face 8461 3984 4233 3983
Face 8462 3984 2643 4233
Face 8463 4548 4234 4235
Face 8464 4548 4492 4234
Face 8465 4617 4235 4245
Face 8466 4617 4548 4235
Face 8467 2071 4236 4060
Face 8468 2071 361 4236
Face 8469 3782 4237 3851
Face 8470 3782 2507 4237
Face 8471 2507 4238 4237
Face 8472 2507 2508 4238
Face 8473 2508 4239 4240
Face 8474 2508 2507 4239
Face 8475 1793 4240 2885
Face 8476 1793 2508 4240
Face 8477 2885 4241 1793
Face 8478 2885 4395 4241
Face 8479 1395 4242 2706
Face 8480 1395 4243 4242
Face 8481 3768 4243 4326
Face 8482 3768 4242 4243
Face 8483 4360 4244 3551
Face 8484 4360 4608 4244
Face 8485 4618 4245 4305
Face 8486 4618 4617 4245
Face 8487 2527 4246 4256
Face 8488 2527 4328 4246
Face 8489 3783 4247 1925
Face 8490 3783 2506 4247
Face 8491 2506 4248 4185
Face 8492 2506 3783 4248
Face 8493 5003 4249 4186
Face 8494 5003 5172 4249
Face 8495 4186 4250 4041
Face 8496 4186 4249 4250
Face 8497 4041 4251 4252
Face 8498 4041 4250 4251
Face 8499 4042 4252 4253
Face 8500 4042 4041 4252
Face 8501 2850 4253 4254
Face 8502 2850 4042 4253
Face 8503 4089 4254 4253
Face 8504 4089 4255 4254
Face 8505 2531 4255 4256
Face 8506 2531 4254 4255
Face 8507 2529 4256 4255
Face 8508 2529 2527 4256
Face 8509 1786 4257 206
Face 8510 1786 4258 4257
Face 8511 996 4258 1786
Face 8512 996 4259 4258
Face 8513 380 4259 996
Face 8514 380 4260 4259
Face 8515 1672 4260 380
Face 8516 1672 4402 4260
Face 8517 1105 4261 1943
Face 8518 1105 2225 4261
Face 8519 2004 4262 2140
Face 8520 2004 4261 4262
Face 8521 1113 4263 2434
Face 8522 1113 4264 4263
Face 8523 112 4264 1113
Face 8524 112 4265 4264
Face 8525 2189 4265 112
Face 8526 2189 4266 4265
Face 8527 1049 4266 2189
Face 8528 1049 4267 4266
Face 8529 1673 4267 1049
Face 8530 1673 4268 4267
Face 8531 588 4268 1673
Face 8532 588 4269 4268
Face 8533 995 4269 588
Face 8534 995 4270 4269
Face 8535 1141 4270 995
Face 8536 1141 4271 4270
Face 8537 1785 4271 1141
Face 8538 1785 4272 4271
Face 8539 381 4272 1785
Face 8540 381 4347 4272
Face 8541 3943 4273 3980
Face 8542 3943 4274 4273
Face 8543 4219 4274 3943
Face 8544 4219 2847 4274
Face 8545 2847 4275 4274
Face 8546 2847 2509 4275
Face 8547 2509 4276 4275
Face 8548 2509 2522 4276
Face 8549 2522 4277 4278
Face 8550 2522 2509 4277
Face 8551 2515 4278 4279
Face 8552 2515 2522 4278
Face 8553 2524 4279 4278
Face 8554 2524 4280 4279
Face 8555 4225 4280 2524
Face 8556 4225 4281 4280
Face 8557 4168 4281 3968
Face 8558 4168 4280 4281
Face 8559 3968 4282 4283
Face 8560 3968 4281 4282
Face 8561 3983 4283 3984
Face 8562 3983 3968 4283
Face 8563 3984 4284 4297
Face 8564 3984 4283 4284
Face 8565 3720 4285 4296
Face 8566 3720 3719 4285
Face 8567 3719 4286 4285
Face 8568 3719 4726 4286
Face 8569 3110 4287 3220
Face 8570 3110 4394 4287
Face 8571 3220 4288 3110
Face 8572 3220 2525 4288
Face 8573 2525 4289 4422
Face 8574 2525 3220 4289
Face 8575 623 4290 4534
Face 8576 623 991 4290
Face 8577 3690 4291 4087
Face 8578 3690 2586 4291
Face 8579 3469 4292 3874
Face 8580 3469 1634 4292
Face 8581 3875 4293 2114
Face 8582 3875 1239 4293
Face 8583 2832 4294 4226
Face 8584 2832 4295 4294
Face 8585 4232 4295 4296
Face 8586 4232 4294 4295
Face 8587 4284 4296 4285
Face 8588 4284 4232 4296
Face 8589 4285 4297 4284
Face 8590 4285 4286 4297
Face 8591 4770 4979 4559
Face 8592 4771 4870 5082
Face 8593 2542 4299 2423
Face 8594 2542 347 5650
Face 8595 1732 4300 4301
Face 8596 1732 367 4300
Face 8597 1363 4301 4302
Face 8598 1363 1732 4301
Face 8599 154 4302 4303
Face 8600 154 1363 4302
Face 8601 1707 4303 4304
Face 8602 1707 154 4303
Face 8603 1455 4304 4362
Face 8604 1455 1707 4304
Face 8605 4869 4665 4758
Face 8606 4869 4618 4665
Face 8607 937 4306 3953
Face 8608 937 3494 4306
Face 8609 3953 4307 3952
Face 8610 3953 4306 4307
Face 8611 3952 4308 3953
Face 8612 3952 3951 4308
Face 8613 2152 4309 4109
Face 8614 2152 728 4309
Face 8615 2061 4310 4906
Face 8616 2061 4311 4310
Face 8617 2358 4311 4312
Face 8618 2358 4310 4311
Face 8619 1579 4312 4311
Face 8620 1579 1595 4312
Face 8621 3202 4313 3114
Face 8622 3202 1523 4313
Face 8623 3114 4314 4315
Face 8624 3114 4313 4314
Face 8625 3218 4315 4314
Face 8626 3218 2511 4315
Face 8627 2511 4316 4315
Face 8628 2511 4317 4316
Face 8629 2526 4317 4318
Face 8630 2526 4316 4317
Face 8631 3221 4318 4317
Face 8632 3221 2518 4318
Face 8633 2518 4319 3106
Face 8634 2518 3221 4319
Face 8635 3106 4320 4322
Face 8636 3106 4319 4320
Face 8637 3688 4321 698
Face 8638 3688 4132 4321
Face 8639 2503 4551 4436
Face 8640 2503 4543 4551
Face 8641 963 4450 5239
Face 8642 963 1372 4323
Face 8643 686 4324 4325
Face 8644 686 1295 4324
Face 8645 1070 4325 4667
Face 8646 1070 686 4325
Face 8647 3767 4326 4243
Face 8648 3767 3766 4326
Face 8649 3766 4327 3920
Face 8650 3766 3767 4327
Face 8651 2528 4328 4541
Face 8652 2528 4246 4328
Face 8653 2527 4329 4616
Face 8654 2527 2529 4329
Face 8655 3923 4330 2940
Face 8656 3923 3444 4330
Face 8657 2940 4331 3925
Face 8658 2940 4330 4331
Face 8659 3925 4332 3067
Face 8660 3925 4331 4332
Face 8661 3067 4333 4062
Face 8662 3067 4332 4333
Face 8663 180 4334 1695
Face 8664 180 568 4624
Face 8665 4358 4734 5078
Face 8666 3551 4244 4335
Face 8667 4885 4687 5051
Face 8668 4359 4625 4611
Face 8669 3517 4337 4369
Face 8670 3517 2493 4337
Face 8671 1217 4338 5302
Face 8672 1217 544 4338
Face 8673 3213 4339 4340
Face 8674 3213 3230 4339
Face 8675 2887 4340 4339
Face 8676 2887 4341 4340
Face 8677 4198 4341 2887
Face 8678 4198 4342 4341
Face 8679 4199 4342 4198
Face 8680 4199 4343 4342
Face 8681 4200 4343 4201
Face 8682 4200 4342 4343
Face 8683 4201 4344 4200
Face 8684 4201 4371 4344
Face 8685 1773 4345 4346
Face 8686 1773 152 4345
Face 8687 634 4346 4370
Face 8688 634 1773 4346
Face 8689 1781 4347 381
Face 8690 1781 4348 4347
Face 8691 2701 4348 1781
Face 8692 2701 4388 4348
Face 8693 3951 4349 4308
Face 8694 3951 3950 4349
Face 8695 3950 4350 4349
Face 8696 3950 3972 4350
Face 8697 3997 4351 4368
Face 8698 3997 4352 4351
Face 8699 3917 4352 3997
Face 8700 3917 4353 4352
Face 8701 2947 4353 3917
Face 8702 2947 3279 4353
Face 8703 102 4354 344
Face 8704 102 5257 5433
Face 8705 4129 4355 4204
Face 8706 4129 4401 4355
Face 8707 5080 4648 4870
Face 8708 4976 5018 5081
Face 8709 4975 4872 4976
Face 8710 253 254 4357
Face 8711 4877 4358 4359
Face 8712 4877 4335 4735
Face 8713 4357 4909 253
Face 8714 4357 3551 4908
Face 8715 254 4360 4357
Face 8716 254 4836 4360
Face 8717 911 5084 4795
Face 8718 911 1849 5084
Face 8719 813 4362 4363
Face 8720 813 1455 4362
Face 8721 1714 4363 4580
Face 8722 1714 813 4363
Face 8723 1092 4364 129
Face 8724 1092 4435 4364
Face 8725 2880 4365 4366
Face 8726 2880 4229 4365
Face 8727 2532 4366 4365
Face 8728 2532 4367 4366
Face 8729 4128 4367 2532
Face 8730 4128 4384 4367
Face 8731 3667 4368 3999
Face 8732 3667 3997 4368
Face 8733 453 4369 4438
Face 8734 453 3517 4369
Face 8735 1286 4370 4217
Face 8736 1286 634 4370
Face 8737 3108 4371 4372
Face 8738 3108 4344 4371
Face 8739 4319 4372 4320
Face 8740 4319 3108 4372
Face 8741 3674 4373 3709
Face 8742 3674 4184 4373
Face 8743 4184 4374 4373
Face 8744 4184 4375 4374
Face 8745 4043 4375 4184
Face 8746 4043 4376 4375
Face 8747 2520 4376 4043
Face 8748 2520 4377 4376
Face 8749 2848 4377 2520
Face 8750 2848 4378 4377
Face 8751 2510 4378 2848
Face 8752 2510 4379 4378
Face 8753 4189 4379 4190
Face 8754 4189 4378 4379
Face 8755 4190 4380 4189
Face 8756 4190 4381 4380
Face 8757 4191 4381 4190
Face 8758 4191 4091 4381
Face 8759 4882 4638 5021
Face 8760 4544 4637 4638
Face 8761 3972 4383 4350
Face 8762 3972 1514 4383
Face 8763 4127 4384 4385
Face 8764 4127 4367 4384
Face 8765 2884 4385 4384
Face 8766 2884 4519 4385
Face 8767 2643 4386 4233
Face 8768 2643 4526 4386
Face 8769 2830 4387 4538
Face 8770 2830 4194 4387
Face 8771 631 4388 2701
Face 8772 631 4418 4388
Face 8773 5039 4676 4552
Face 8774 5039 5038 4676
Face 8775 3958 4390 1212
Face 8776 3958 2707 4390
Face 8777 2053 4391 2052
Face 8778 2053 4392 4391
Face 8779 4197 4392 2053
Face 8780 4197 4393 4392
Face 8781 2886 4393 4197
Face 8782 2886 4394 4393
Face 8783 4241 4394 2886
Face 8784 4241 4287 4394
Face 8785 4287 4395 4396
Face 8786 4287 4241 4395
Face 8787 3220 4396 4289
Face 8788 3220 4287 4396
Face 8789 2879 4397 2878
Face 8790 2879 4421 4397
Face 8791 2878 4398 2877
Face 8792 2878 4397 4398
Face 8793 3328 4399 4426
Face 8794 3328 4163 4399
Face 8795 544 4400 4338
Face 8796 544 1219 4400
Face 8797 4289 4401 4129
Face 8798 4289 4396 4401
Face 8799 858 4402 1672
Face 8800 858 4403 4402
Face 8801 2188 4403 858
Face 8802 2188 4458 4403
Face 8803 3080 4404 4405
Face 8804 3080 4333 4404
Face 8805 3082 4405 4406
Face 8806 3082 3080 4405
Face 8807 3083 4406 3084
Face 8808 3083 3082 4406
Face 8809 3084 4407 3083
Face 8810 3084 3085 4407
Face 8811 3085 4408 4407
Face 8812 3085 4409 4408
Face 8813 3086 4409 4410
Face 8814 3086 4408 4409
Face 8815 3087 4410 3088
Face 8816 3087 3086 4410
Face 8817 3088 4411 3087
Face 8818 3088 3089 4411
Face 8819 3089 4412 4411
Face 8820 3089 3090 4412
Face 8821 3090 4413 4412
Face 8822 3090 4414 4413
Face 8823 3091 4414 4415
Face 8824 3091 4413 4414
Face 8825 3092 4415 4416
Face 8826 3092 3091 4415
Face 8827 3820 4416 4415
Face 8828 3820 2415 4416
Face 8829 1114 4417 4477
Face 8830 1114 3693 4417
Face 8831 1597 4418 631
Face 8832 1597 4437 4418
Face 8833 3860 4419 4305
Face 8834 3860 4069 4419
Face 8835 4679 4420 4425
Face 8836 4679 4601 4420
Face 8837 4204 4421 2879
Face 8838 4204 4355 4421
Face 8839 4129 4422 4289
Face 8840 4129 2530 4422
Face 8841 2879 4423 4204
Face 8842 2879 2505 4423
Face 8843 2530 4424 4422
Face 8844 2530 4487 4424
Face 8845 4680 4425 4472
Face 8846 4680 4679 4425
Face 8847 4069 4426 4419
Face 8848 4069 3328 4426
Face 8849 1289 4427 1291
Face 8850 1289 2392 4427
Face 8851 1027 4428 223
Face 8852 1027 85 5585
Face 8853 3920 4429 1501
Face 8854 3920 4327 4429
Face 8855 2505 4430 4423
Face 8856 2505 4150 4430
Face 8857 4903 4431 5064
Face 8858 4903 4785 4431
Face 8859 3097 4912 4433
Face 8860 3097 4958 4912
Face 8861 3987 4433 4912
Face 8862 3987 4209 4433
Face 8863 2877 4434 2878
Face 8864 2877 4584 4434
Face 8865 2212 4435 1092
Face 8866 2212 343 4435
Face 8867 4320 4436 4551
Face 8868 4320 4372 4436
Face 8869 737 4437 1597
Face 8870 737 4585 4437
Face 8871 3327 4438 4439
Face 8872 3327 453 4438
Face 8873 936 4439 4440
Face 8874 936 3327 4439
Face 8875 4135 4440 4439
Face 8876 4135 4441 4440
Face 8877 3195 4441 4135
Face 8878 3195 4137 4441
Face 8879 3472 4746 4443
Face 8880 3472 4070 4746
Face 8881 4163 4443 4399
Face 8882 4163 3472 4443
Face 8883 3229 4883 469
Face 8884 3229 4882 4883
Face 8885 5560 4445 5549
Face 8886 5560 5368 4445
Face 8887 5476 5485 5480
Face 8888 5476 5474 5485
Face 8889 5515 5572 5566
Face 8890 5506 4448 5472
Face 8891 5232 4448 4452
Face 8892 5232 5211 5469
Face 8893 5517 4449 4451
Face 8894 5517 5568 4449
Face 8895 4323 4450 963
Face 8896 4323 4451 4450
Face 8897 1855 4451 4323
Face 8898 1855 5517 4451
Face 8899 5552 5568 4453
Face 8900 5591 5567 4452
Face 8901 4832 5517 1855
Face 8902 416 5278 4453
Face 8903 892 4454 2554
Face 8904 892 4832 4454
Face 8905 716 4455 4726
Face 8906 4729 4460 4455
Face 8907 4207 4456 4457
Face 8908 4207 4962 4456
Face 8909 4286 4457 4297
Face 8910 4286 4207 4457
Face 8911 1050 4458 2188
Face 8912 1050 4478 4458
Face 8913 1192 4788 2708
Face 8914 1192 4015 4459
Face 8915 4205 4460 3096
Face 8916 4205 4455 4460
Face 8917 4954 4461 5164
Face 8918 4954 4670 4461
Face 8919 2714 4866 5113
Face 8920 4931 4610 4866
Face 8921 703 4463 4464
Face 8922 5061 5617 5062
Face 8923 4400 4464 4465
Face 8924 4400 703 4464
Face 8925 1354 4465 4464
Face 8926 5462 6247 4465
Face 8927 6247 5419 4465
Face 8928 1260 4467 4466
Face 8929 1355 4467 1885
Face 8930 1355 4466 4467
Face 8931 4491 4468 4490
Face 8932 4491 4489 4468
Face 8933 2240 4469 2386
Face 8934 2240 4470 4469
Face 8935 2667 4470 907
Face 8936 2667 4469 4470
Face 8937 2228 4471 2152
Face 8938 2228 2229 4471
Face 8939 4754 4472 4492
Face 8940 4754 4680 4472
Face 8941 4091 4473 4381
Face 8942 4091 4626 4473
Face 8943 880 4474 1686
Face 8944 880 5109 4474
Face 8945 5141 5109 880
Face 8946 4633 2919 5127
Face 8947 5140 5034 4633
Face 8948 2763 289 5034
Face 8949 2443 4477 4478
Face 8950 2443 1114 4477
Face 8951 242 4478 1050
Face 8952 242 2443 4478
Face 8953 1799 4479 4480
Face 8954 1799 76 4479
Face 8955 595 4480 4481
Face 8956 595 1799 4480
Face 8957 1796 4481 4482
Face 8958 1796 595 4481
Face 8959 817 4482 4488
Face 8960 817 1796 4482
Face 8961 5116 5117 4723
Face 8962 5023 4771 5082
Face 8963 4060 4484 4061
Face 8964 4060 4236 4484
Face 8965 4061 4485 4060
Face 8966 4061 4486 4485
Face 8967 4065 4486 4227
Face 8968 4065 4485 4486
Face 8969 4423 4487 2530
Face 8970 4423 4430 4487
Face 8971 1449 4488 4520
Face 8972 1449 817 4488
Face 8973 4505 4489 4491
Face 8974 4505 4493 4489
Face 8975 4554 4490 4553
Face 8976 4554 4491 4490
Face 8977 4555 4491 4554
Face 8978 4555 4505 4491
Face 8979 4755 4492 4548
Face 8980 4755 4754 4492
Face 8981 4506 4493 4505
Face 8982 4506 4494 4493
Face 8983 4507 4494 4506
Face 8984 4507 4495 4494
Face 8985 4508 4495 4507
Face 8986 4508 4496 4495
Face 8987 4509 4496 4508
Face 8988 4509 4497 4496
Face 8989 4510 4497 4509
Face 8990 4510 4498 4497
Face 8991 4511 4498 4510
Face 8992 4511 4499 4498
Face 8993 4512 4499 4511
Face 8994 4512 4500 4499
Face 8995 4513 4500 4512
Face 8996 4513 4501 4500
Face 8997 4514 4501 4513
Face 8998 4514 4502 4501
Face 8999 4515 4502 4514
Face 9000 4515 4503 4502
Face 9001 4517 4503 4515
Face 9002 4517 4504 4503
Face 9003 4518 4504 4517
Face 9004 4518 4516 4504
Face 9005 4556 4505 4555
Face 9006 4556 4506 4505
Face 9007 4557 4506 4556
Face 9008 4557 4507 4506
Face 9009 4586 4507 4557
Face 9010 4586 4508 4507
Face 9011 4587 4508 4586
Face 9012 4587 4509 4508
Face 9013 4588 4509 4587
Face 9014 4588 4510 4509
Face 9015 4589 4510 4588
Face 9016 4589 4511 4510
Face 9017 4590 4511 4589
Face 9018 4590 4512 4511
Face 9019 4591 4512 4590
Face 9020 4591 4513 4512
Face 9021 4592 4513 4591
Face 9022 4592 4514 4513
Face 9023 4594 4514 4592
Face 9024 4594 4515 4514
Face 9025 4595 4515 4594
Face 9026 4595 4517 4515
Face 9027 4593 4516 4518
Face 9028 4593 4565 4516
Face 9029 4596 4517 4595
Face 9030 4596 4518 4517
Face 9031 4597 4518 4596
Face 9032 4597 4593 4518
Face 9033 4125 4519 4688
Face 9034 4125 4385 4519
Face 9035 389 4520 4521
Face 9036 389 1449 4520
Face 9037 1750 4521 4522
Face 9038 1750 389 4521
Face 9039 50 4522 4523
Face 9040 50 1750 4522
Face 9041 1459 4523 4524
Face 9042 1459 50 4523
Face 9043 1189 4524 4525
Face 9044 1189 1459 4524
Face 9045 647 4525 4601
Face 9046 647 1189 4525
Face 9047 2642 4526 4961
Face 9048 2642 4386 4526
Face 9049 5046 4527 5015
Face 9050 5046 4810 4527
Face 9051 4993 5015 4527
Face 9052 5133 4064 4950
Face 9053 3684 4529 2816
Face 9054 3684 4063 4529
Face 9055 3825 4530 503
Face 9056 3825 4531 4530
Face 9057 3391 4531 3825
Face 9058 3391 4532 4531
Face 9059 2747 4532 3391
Face 9060 2747 4533 4532
Face 9061 987 4533 2747
Face 9062 987 4534 4533
Face 9063 108 4534 987
Face 9064 108 623 4534
Face 9065 4909 4910 4975
Face 9066 4826 4827 4535
Face 9067 4227 4536 4065
Face 9068 4227 650 4536
Face 9069 193 4637 4544
Face 9070 5121 4432 4537
Face 9071 4386 4538 4387
Face 9072 4386 2642 4538
Face 9073 546 4539 1775
Face 9074 546 4550 4539
Face 9075 5090 5152 5091
Face 9076 5040 4967 4540
Face 9077 4228 4541 4542
Face 9078 4228 2528 4541
Face 9079 4209 4542 4433
Face 9080 4209 4228 4542
Face 9081 4149 4543 2503
Face 9082 4149 4876 4543
Face 9083 2318 4882 3229
Face 9084 4547 193 4544
Face 9085 3103 4545 4875
Face 9086 3103 4546 4545
Face 9087 981 4546 2318
Face 9088 981 4545 4546
Face 9089 2318 4547 4544
Face 9090 2318 4546 4547
Face 9091 4756 4548 4617
Face 9092 4756 4755 4548
Face 9093 5074 5075 4686
Face 9094 4966 4535 4827
Face 9095 1165 4550 546
Face 9096 1165 4572 4550
Face 9097 4322 4551 4875
Face 9098 4322 4320 4551
Face 9099 4835 4552 5000
Face 9100 4835 5039 4552
Face 9101 4642 4553 4641
Face 9102 4642 4554 4553
Face 9103 4643 4554 4642
Face 9104 4643 4555 4554
Face 9105 4644 4555 4643
Face 9106 4644 4556 4555
Face 9107 4650 4556 4644
Face 9108 4650 4557 4556
Face 9109 4651 4557 4650
Face 9110 4651 4586 4557
Face 9111 3098 4558 5165
Face 9112 4952 2316 4953
Face 9113 1471 4559 3520
Face 9114 1471 4770 4559
Face 9115 4935 4560 4894
Face 9116 4935 4562 4560
Face 9117 735 4561 5033
Face 9118 735 3168 4561
Face 9119 32 5033 3520
Face 9120 32 735 5033
Face 9121 479 4936 4460
Face 9122 479 32 4937
Face 9123 3035 4564 1864
Face 9124 3035 4806 4564
Face 9125 4598 4565 4593
Face 9126 4598 4566 4565
Face 9127 4691 4566 4598
Face 9128 4691 4567 4566
Face 9129 4693 4567 4691
Face 9130 4693 4568 4567
Face 9131 4694 4568 4693
Face 9132 4694 4569 4568
Face 9133 4697 4569 4694
Face 9134 4697 4570 4569
Face 9135 4698 4570 4697
Face 9136 4698 4571 4570
Face 9137 4699 4571 4698
Face 9138 4699 4602 4571
Face 9139 1604 4572 1165
Face 9140 1604 4573 4572
Face 9141 63 4573 1604
Face 9142 63 4442 4573
Face 9143 4442 4574 4573
Face 9144 4442 4745 4574
Face 9145 4070 4575 4746
Face 9146 4070 4071 4575
Face 9147 4071 4576 4575
Face 9148 4071 3787 4576
Face 9149 3787 4577 4576
Face 9150 3787 4073 4577
Face 9151 1869 4578 3921
Face 9152 1869 4579 4578
Face 9153 1865 4579 1869
Face 9154 1865 4874 4579
Face 9155 529 4580 4262
Face 9156 529 1714 4580
Face 9157 1522 5030 194
Face 9158 1522 5031 5030
Face 9159 574 5031 1522
Face 9160 574 4825 5031
Face 9161 4432 4583 4913
Face 9162 4432 4584 4583
Face 9163 3987 4584 2877
Face 9164 3987 4583 4584
Face 9165 1285 4585 737
Face 9166 1285 4667 4585
Face 9167 4652 4586 4651
Face 9168 4652 4587 4586
Face 9169 4653 4587 4652
Face 9170 4653 4588 4587
Face 9171 4654 4588 4653
Face 9172 4654 4589 4588
Face 9173 4655 4589 4654
Face 9174 4655 4590 4589
Face 9175 4656 4590 4655
Face 9176 4656 4591 4590
Face 9177 4657 4591 4656
Face 9178 4657 4592 4591
Face 9179 4658 4592 4657
Face 9180 4658 4594 4592
Face 9181 4599 4593 4597
Face 9182 4599 4598 4593
Face 9183 4659 4594 4658
Face 9184 4659 4595 4594
Face 9185 4660 4595 4659
Face 9186 4660 4596 4595
Face 9187 4661 4596 4660
Face 9188 4661 4597 4596
Face 9189 4662 4597 4661
Face 9190 4662 4599 4597
Face 9191 4692 4598 4599
Face 9192 4692 4691 4598
Face 9193 4772 4599 4662
Face 9194 4772 4692 4599
Face 9195 1849 4600 4776
Face 9196 4722 1520 4721
Face 9197 1760 4601 4679
Face 9198 1760 647 4601
Face 9199 4700 4602 4699
Face 9200 4700 4603 4602
Face 9201 4701 4603 4700
Face 9202 4701 4604 4603
Face 9203 4702 4604 4701
Face 9204 4702 4605 4604
Face 9205 4708 4605 4702
Face 9206 4708 4606 4605
Face 9207 4709 4606 4708
Face 9208 4709 4607 4606
Face 9209 4710 4607 4709
Face 9210 4710 4608 4607
Face 9211 4711 4608 4710
Face 9212 4711 4244 4608
Face 9213 4244 4609 4335
Face 9214 4244 4711 4609
Face 9215 2135 4610 2750
Face 9216 2135 4462 4610
Face 9217 4549 4827 4920
Face 9218 4549 4966 4827
Face 9219 4459 5013 1192
Face 9220 4459 4008 4911
Face 9221 5085 5009 5076
Face 9222 5085 782 4930
Face 9223 1204 4614 265
Face 9224 1204 4615 4614
Face 9225 1775 4615 1204
Face 9226 1775 4539 4615
Face 9227 4328 4616 4640
Face 9228 4328 2527 4616
Face 9229 4986 4617 4618
Face 9230 4986 4756 4617
Face 9231 5077 4618 4869
Face 9232 5077 4986 4618
Face 9233 3683 4619 2347
Face 9234 3683 5069 4619
Face 9235 569 5007 4831
Face 9236 569 1262 5007
Face 9237 2642 4621 4538
Face 9238 2642 4774 4621
Face 9239 1697 4978 2560
Face 9240 1697 4682 4622
Face 9241 4799 4623 1697
Face 9242 684 4549 4920
Face 9243 5078 4624 4880
Face 9244 4334 180 4624
Face 9245 4358 4625 4359
Face 9246 4358 5078 4880
Face 9247 4329 4626 4946
Face 9248 4329 4473 4626
Face 9249 4808 4807 4600
Face 9250 195 4994 4627
Face 9251 4298 4724 4995
Face 9252 4672 5114 4628
Face 9253 4628 4629 4672
Face 9254 4940 5115 4939
Face 9255 3988 4630 1293
Face 9256 3988 163 4630
Face 9257 1877 4631 5005
Face 9258 1877 5076 4631
Face 9259 3989 4632 3988
Face 9260 3989 2985 4632
Face 9261 2177 5141 880
Face 9262 2177 5140 5141
Face 9263 4773 4634 4664
Face 9264 4773 4635 4634
Face 9265 3102 4635 193
Face 9266 3102 4634 4635
Face 9267 193 4636 4637
Face 9268 193 4635 4636
Face 9269 4537 5122 5121
Face 9270 4537 4382 5122
Face 9271 5126 4638 4637
Face 9272 5126 5016 4638
Face 9273 2176 4639 2428
Face 9274 2176 886 5047
Face 9275 2830 4947 4946
Face 9276 2830 4797 4947
Face 9277 4738 4641 4737
Face 9278 4738 4642 4641
Face 9279 4739 4642 4738
Face 9280 4739 4643 4642
Face 9281 4740 4643 4739
Face 9282 4740 4644 4643
Face 9283 4741 4644 4740
Face 9284 4741 4650 4644
Face 9285 2344 4790 2816
Face 9286 2344 4990 4790
Face 9287 2544 4646 2920
Face 9288 2544 5041 4646
Face 9289 4539 4647 4615
Face 9290 4539 4749 4647
Face 9291 4356 5081 5018
Face 9292 4356 4794 5081
Face 9293 4794 4649 5081
Face 9294 4794 4980 4649
Face 9295 4742 4650 4741
Face 9296 4742 4651 4650
Face 9297 4743 4651 4742
Face 9298 4743 4652 4651
Face 9299 4761 4652 4743
Face 9300 4761 4653 4652
Face 9301 4762 4653 4761
Face 9302 4762 4654 4653
Face 9303 4763 4654 4762
Face 9304 4763 4655 4654
Face 9305 4764 4655 4763
Face 9306 4764 4656 4655
Face 9307 4765 4656 4764
Face 9308 4765 4657 4656
Face 9309 4766 4657 4765
Face 9310 4766 4658 4657
Face 9311 4767 4658 4766
Face 9312 4767 4659 4658
Face 9313 4800 4659 4767
Face 9314 4800 4660 4659
Face 9315 4801 4660 4800
Face 9316 4801 4661 4660
Face 9317 4802 4661 4801
Face 9318 4802 4662 4661
Face 9319 4803 4662 4802
Face 9320 4803 4772 4662
Face 9321 5144 5139 3099
Face 9322 5083 4731 5089
Face 9323 4430 4664 4487
Face 9324 4430 4773 4664
Face 9325 4305 4665 4618
Face 9326 4305 4419 4665
Face 9327 4419 4666 4665
Face 9328 4419 4426 4666
Face 9329 121 4667 1285
Face 9330 121 1070 4667
Face 9331 3096 5173 4205
Face 9332 3096 4884 5173
Face 9333 4298 4669 4960
Face 9334 4298 4995 4669
Face 9335 4963 4670 4725
Face 9336 4963 4671 4670
Face 9337 4964 4671 4963
Face 9338 4960 4669 4965
Face 9339 4298 5096 5097
Face 9340 4298 4960 5022
Face 9341 2560 4673 5001
Face 9342 2560 4978 4673
Face 9343 2559 4674 5002
Face 9344 2559 2560 4674
Face 9345 911 4675 1849
Face 9346 911 4686 5002
Face 9347 4389 5037 4796
Face 9348 4677 5054 4676
Face 9349 4970 4677 5037
Face 9350 4970 4675 4677
Face 9351 3215 5110 4806
Face 9352 3215 830 5110
Face 9353 319 4679 4680
Face 9354 319 1760 4679
Face 9355 1730 4680 4754
Face 9356 1730 319 4680
Face 9357 4815 4681 4873
Face 9358 1308 3337 4681
Face 9359 2135 4682 1696
Face 9360 2135 4622 4682
Face 9361 1696 4683 2713
Face 9362 1696 4682 4683
Face 9363 1020 4990 2344
Face 9364 1020 4685 4990
Face 9365 3536 4685 1020
Face 9366 3536 5119 4685
Face 9367 2559 4686 5075
Face 9368 2559 5002 4686
Face 9369 4336 5074 4686
Face 9370 5050 5051 4687
Face 9371 4045 4688 4689
Face 9372 4045 4125 4688
Face 9373 4044 4689 4185
Face 9374 4044 4045 4689
Face 9375 4335 4690 4735
Face 9376 4335 4609 4690
Face 9377 4695 4691 4692
Face 9378 4695 4693 4691
Face 9379 4777 4692 4772
Face 9380 4777 4695 4692
Face 9381 4696 4693 4695
Face 9382 4696 4694 4693
Face 9383 4703 4694 4696
Face 9384 4703 4697 4694
Face 9385 4778 4695 4777
Face 9386 4778 4696 4695
Face 9387 4779 4696 4778
Face 9388 4779 4703 4696
Face 9389 4704 4697 4703
Face 9390 4704 4698 4697
Face 9391 4705 4698 4704
Face 9392 4705 4699 4698
Face 9393 4706 4699 4705
Face 9394 4706 4700 4699
Face 9395 4707 4700 4706
Face 9396 4707 4701 4700
Face 9397 4712 4701 4707
Face 9398 4712 4702 4701
Face 9399 4714 4702 4712
Face 9400 4714 4708 4702
Face 9401 4780 4703 4779
Face 9402 4780 4704 4703
Face 9403 4781 4704 4780
Face 9404 4781 4705 4704
Face 9405 4782 4705 4781
Face 9406 4782 4706 4705
Face 9407 4824 4706 4782
Face 9408 4824 4707 4706
Face 9409 4921 4707 4824
Face 9410 4921 4712 4707
Face 9411 4715 4708 4714
Face 9412 4715 4709 4708
Face 9413 4716 4709 4715
Face 9414 4716 4710 4709
Face 9415 4717 4710 4716
Face 9416 4717 4711 4710
Face 9417 4718 4711 4717
Face 9418 4718 4609 4711
Face 9419 4922 4712 4921
Face 9420 4922 4714 4712
Face 9421 4609 4713 4690
Face 9422 4609 4718 4713
Face 9423 4923 4714 4922
Face 9424 4923 4715 4714
Face 9425 4924 4715 4923
Face 9426 4924 4716 4715
Face 9427 4925 4716 4924
Face 9428 4925 4717 4716
Face 9429 4926 4717 4925
Face 9430 4926 4718 4717
Face 9431 4927 4718 4926
Face 9432 4927 4713 4718
Face 9433 34 4719 252
Face 9434 34 1694 4719
Face 9435 195 5170 5157
Face 9436 195 4627 5170
Face 9437 4600 4721 4808
Face 9438 4600 4722 4721
Face 9439 1849 4722 4600
Face 9440 1849 4970 4722
Face 9441 4776 5084 1849
Face 9442 5175 5116 4723
Face 9443 5097 4724 4298
Face 9444 4939 5095 4724
Face 9445 4728 4962 4207
Face 9446 4728 5179 4962
Face 9447 4207 4726 4728
Face 9448 4207 4286 4726
Face 9449 4205 4727 4728
Face 9450 4205 5173 4727
Face 9451 4455 4728 4726
Face 9452 4455 4205 4728
Face 9453 716 4729 4455
Face 9454 716 44 4729
Face 9455 4776 5160 4723
Face 9456 5094 4724 5095
Face 9457 469 4731 830
Face 9458 469 4883 4731
Face 9459 4627 4732 4361
Face 9460 4627 4994 4732
Face 9461 3519 4733 5035
Face 9462 3519 4130 4733
Face 9463 4690 4734 4735
Face 9464 4690 4783 4734
Face 9465 4358 4735 4734
Face 9466 4358 4877 4735
Face 9467 4623 4736 4625
Face 9468 4623 4895 4736
Face 9469 167 4737 103
Face 9470 167 4738 4737
Face 9471 985 4738 167
Face 9472 985 4739 4738
Face 9473 1472 4739 985
Face 9474 1472 4740 4739
Face 9475 397 4740 1472
Face 9476 397 4741 4740
Face 9477 1467 4741 397
Face 9478 1467 4742 4741
Face 9479 651 4742 1467
Face 9480 651 4743 4742
Face 9481 1484 4743 651
Face 9482 1484 4761 4743
Face 9483 4399 4744 4426
Face 9484 4399 4745 4744
Face 9485 4443 4745 4399
Face 9486 4443 4574 4745
Face 9487 4574 4746 4747
Face 9488 4574 4443 4746
Face 9489 4575 4747 4746
Face 9490 4575 4748 4747
Face 9491 4576 4748 4575
Face 9492 4576 4749 4748
Face 9493 4577 4749 4576
Face 9494 4577 4647 4749
Face 9495 4073 4750 4577
Face 9496 4073 3974 4750
Face 9497 2325 4751 4868
Face 9498 2325 28 4751
Face 9499 2067 4752 4195
Face 9500 2067 4231 4752
Face 9501 4195 4753 4750
Face 9502 4195 4752 4753
Face 9503 812 4754 4755
Face 9504 812 1730 4754
Face 9505 1768 4755 4756
Face 9506 1768 812 4755
Face 9507 106 4756 4986
Face 9508 106 1768 4756
Face 9509 1755 4757 1106
Face 9510 1755 4758 4757
Face 9511 287 4758 1755
Face 9512 287 4869 4758
Face 9513 2754 4759 3189
Face 9514 2754 4871 4759
Face 9515 4871 4760 4759
Face 9516 2471 258 4760
Face 9517 69 4761 1484
Face 9518 69 4762 4761
Face 9519 1483 4762 69
Face 9520 1483 4763 4762
Face 9521 652 4763 1483
Face 9522 652 4764 4763
Face 9523 1436 4764 652
Face 9524 1436 4765 4764
Face 9525 274 4765 1436
Face 9526 274 4766 4765
Face 9527 1476 4766 274
Face 9528 1476 4767 4766
Face 9529 663 4767 1476
Face 9530 663 4800 4767
Face 9531 4559 4768 4563
Face 9532 4559 4979 4768
Face 9533 4980 5023 4649
Face 9534 4628 5114 4979
Face 9535 258 4770 1471
Face 9536 4771 5023 4770
Face 9537 258 4771 4770
Face 9538 258 2471 4771
Face 9539 4804 4772 4803
Face 9540 4804 4777 4772
Face 9541 4150 4773 4430
Face 9542 4150 4938 4773
Face 9543 4945 5161 4956
Face 9544 4945 4798 5161
Face 9545 4433 4775 3097
Face 9546 4433 4542 4775
Face 9547 4361 4776 4807
Face 9548 4361 5160 4776
Face 9549 4891 4777 4804
Face 9550 4891 4778 4777
Face 9551 4892 4778 4891
Face 9552 4892 4779 4778
Face 9553 4893 4779 4892
Face 9554 4893 4780 4779
Face 9555 4941 4780 4893
Face 9556 4941 4781 4780
Face 9557 4942 4781 4941
Face 9558 4942 4782 4781
Face 9559 4943 4782 4942
Face 9560 4943 4824 4782
Face 9561 1694 4783 4928
Face 9562 1694 4734 4783
Face 9563 4431 4784 4898
Face 9564 4431 4914 4784
Face 9565 4537 4785 4382
Face 9566 4537 4913 4785
Face 9567 4540 5152 5090
Face 9568 4540 5056 5120
Face 9569 2028 4787 5055
Face 9570 2028 1239 4787
Face 9571 5013 4788 1192
Face 9572 4612 4619 5069
Face 9573 4619 4789 5066
Face 9574 4619 4612 4789
Face 9575 4645 4790 4992
Face 9576 4645 5065 4790
Face 9577 2348 4791 3535
Face 9578 5067 4645 5155
Face 9579 4356 4792 4794
Face 9580 4356 5050 4792
Face 9581 4795 4793 911
Face 9582 4792 5050 4793
Face 9583 4483 4794 4792
Face 9584 5115 5012 4794
Face 9585 4792 4795 4483
Face 9586 4792 4793 4795
Face 9587 110 5038 1850
Face 9588 110 1599 4796
Face 9589 4538 4797 2830
Face 9590 4538 4621 4797
Face 9591 4621 4798 4797
Face 9592 4621 5161 4798
Face 9593 4895 4799 2559
Face 9594 4895 4623 4799
Face 9595 1474 4800 663
Face 9596 1474 4801 4800
Face 9597 82 4801 1474
Face 9598 82 4802 4801
Face 9599 994 4802 82
Face 9600 994 4803 4802
Face 9601 1489 4803 994
Face 9602 1489 4804 4803
Face 9603 451 4804 1489
Face 9604 451 4891 4804
Face 9605 1698 4805 4973
Face 9606 1698 1406 4805
Face 9607 1549 4806 3035
Face 9608 1549 3215 4806
Face 9609 4627 4807 4720
Face 9610 4627 4361 4807
Face 9611 4720 4808 4952
Face 9612 4720 4807 4808
Face 9613 568 4809 4624
Face 9614 568 392 4809
Face 9615 1539 5045 1131
Face 9616 1539 62 4810
Face 9617 2916 4811 2030
Face 9618 2916 4812 4811
Face 9619 5102 4812 2916
Face 9620 4814 5132 5100
Face 9621 745 4813 4814
Face 9622 745 2379 4813
Face 9623 2427 5102 2916
Face 9624 2427 745 4814
Face 9625 1308 4815 1404
Face 9626 1308 4681 4815
Face 9627 1194 4816 5072
Face 9628 1194 1018 4816
Face 9629 4633 4817 5140
Face 9630 4633 5127 4817
Face 9631 2587 4818 5041
Face 9632 2587 4822 4818
Face 9633 5128 4819 4818
Face 9634 4475 4817 5127
Face 9635 5129 4820 2589
Face 9636 2590 2588 4820
Face 9637 2588 4821 4820
Face 9638 5125 2587 5124
Face 9639 4983 4822 4982
Face 9640 4983 5128 4822
Face 9641 2588 4823 4821
Face 9642 4982 4822 5125
Face 9643 4987 4824 4943
Face 9644 4987 4921 4824
Face 9645 1131 4825 574
Face 9646 1131 5045 4825
Face 9647 4908 4909 4357
Face 9648 4359 4611 4826
Face 9649 4611 4827 4826
Face 9650 4611 4920 4827
Face 9651 671 4828 1703
Face 9652 671 4829 4828
Face 9653 4744 4829 4830
Face 9654 4744 4828 4829
Face 9655 4757 4830 4829
Face 9656 4757 4666 4830
Face 9657 1309 4831 131
Face 9658 1309 569 4831
Face 9659 416 4832 892
Face 9660 416 4453 4832
Face 9661 4940 5012 5115
Face 9662 4628 4769 5042
Face 9663 391 4834 2752
Face 9664 391 4835 4834
Face 9665 912 4835 391
Face 9666 912 5039 4835
Face 9667 104 4836 254
Face 9668 104 4837 4836
Face 9669 1434 4837 104
Face 9670 1434 4838 4837
Face 9671 1008 4838 1434
Face 9672 1008 4839 4838
Face 9673 398 4839 1008
Face 9674 398 4840 4839
Face 9675 1454 4840 398
Face 9676 1454 4841 4840
Face 9677 659 4841 1454
Face 9678 659 4842 4841
Face 9679 1237 4842 659
Face 9680 1237 4843 4842
Face 9681 124 4843 1237
Face 9682 124 4844 4843
Face 9683 1465 4844 124
Face 9684 1465 4845 4844
Face 9685 969 4845 1465
Face 9686 969 4846 4845
Face 9687 355 4846 969
Face 9688 355 4847 4846
Face 9689 1464 4847 355
Face 9690 1464 4848 4847
Face 9691 983 4848 1464
Face 9692 983 4849 4848
Face 9693 26 4849 983
Face 9694 26 4850 4849
Face 9695 1433 4850 26
Face 9696 1433 4851 4850
Face 9697 1007 4851 1433
Face 9698 1007 4852 4851
Face 9699 450 4852 1007
Face 9700 450 4853 4852
Face 9701 1477 4853 450
Face 9702 1477 4854 4853
Face 9703 260 4854 1477
Face 9704 260 4855 4854
Face 9705 1469 4855 260
Face 9706 1469 4856 4855
Face 9707 664 4856 1469
Face 9708 664 4857 4856
Face 9709 1485 4857 664
Face 9710 1485 4858 4857
Face 9711 122 4858 1485
Face 9712 122 4859 4858
Face 9713 1487 4859 122
Face 9714 1487 4860 4859
Face 9715 521 4860 1487
Face 9716 521 4861 4860
Face 9717 1428 4861 521
Face 9718 1428 4862 4861
Face 9719 662 4862 1428
Face 9720 662 4863 4862
Face 9721 1396 4863 662
Face 9722 1396 4886 4863
Face 9723 3337 4864 4681
Face 9724 3337 4620 4864
Face 9725 5079 4865 5143
Face 9726 3338 4864 4865
Face 9727 4462 4866 4610
Face 9728 4867 5079 4866
Face 9729 4462 4867 4866
Face 9730 4462 1696 4867
Face 9731 2729 5043 881
Face 9732 2729 2325 5043
Face 9733 445 4869 287
Face 9734 445 5077 4869
Face 9735 3941 4870 4771
Face 9736 3941 75 4870
Face 9737 2471 4871 3941
Face 9738 2471 4760 4871
Face 9739 4910 4872 4975
Face 9740 4885 5051 5018
Face 9741 2136 4873 5024
Face 9742 2136 4815 4873
Face 9743 1031 4874 1865
Face 9744 1031 43 4874
Face 9745 4543 4875 4551
Face 9746 4543 3103 4875
Face 9747 3103 4876 4969
Face 9748 3103 4543 4876
Face 9749 3551 4877 4908
Face 9750 3551 4335 4877
Face 9751 1470 4878 1557
Face 9752 1470 138 4878
Face 9753 3188 4879 4878
Face 9754 3188 4560 4879
Face 9755 4625 4880 4623
Face 9756 4625 4358 4880
Face 9757 4624 4881 4880
Face 9758 4624 4809 4881
Face 9759 4544 4882 2318
Face 9760 4544 4638 4882
Face 9761 5021 4883 4882
Face 9762 4444 4731 4883
Face 9763 4672 4884 5106
Face 9764 5096 4298 5022
Face 9765 4535 4885 4872
Face 9766 4535 4966 4885
Face 9767 225 4886 1396
Face 9768 225 4179 4886
Face 9769 4179 4887 4886
Face 9770 4179 4888 4887
Face 9771 3809 4888 2169
Face 9772 3809 4887 4888
Face 9773 2169 4889 4890
Face 9774 2169 4888 4889
Face 9775 2167 4890 4889
Face 9776 2167 4934 4890
Face 9777 984 4891 451
Face 9778 984 4892 4891
Face 9779 1482 4892 984
Face 9780 1482 4893 4892
Face 9781 123 4893 1482
Face 9782 123 4941 4893
Face 9783 1471 4894 258
Face 9784 1471 4935 4894
Face 9785 684 4895 2559
Face 9786 684 4920 4895
Face 9787 1018 4896 4996
Face 9788 5123 5124 5112
Face 9789 1867 4897 1032
Face 9790 1867 142 4897
Face 9791 3986 4898 4784
Face 9792 3986 4955 4898
Face 9793 2437 4899 10
Face 9794 4974 2716 4899
Face 9795 2907 4900 2565
Face 9796 2907 881 4900
Face 9797 2564 4901 5093
Face 9798 5044 4868 4901
Face 9799 5093 4902 2564
Face 9800 5093 5073 4902
Face 9801 4064 4903 5064
Face 9802 4064 5133 4903
Face 9803 4558 4904 5165
Face 9804 4558 5134 4955
Face 9805 4461 4905 5164
Face 9806 4461 4959 4905
Face 9807 3491 4906 5004
Face 9808 3491 2061 4906
Face 9809 2061 4907 4427
Face 9810 2061 3491 4907
Face 9811 4359 4908 4877
Face 9812 4359 4826 4908
Face 9813 4826 4909 4908
Face 9814 4826 4910 4909
Face 9815 4535 4910 4826
Face 9816 4535 4872 4910
Face 9817 4612 4911 4789
Face 9818 5013 4459 4911
Face 9819 4914 4912 4958
Face 9820 4583 3987 4912
Face 9821 4431 4913 4914
Face 9822 4431 4785 4913
Face 9823 4583 4914 4913
Face 9824 4583 4912 4914
Face 9825 5108 4915 4917
Face 9826 5108 4989 4915
Face 9827 2347 4916 4915
Face 9828 2347 4619 4916
Face 9829 4991 4917 4916
Face 9830 2348 5099 4917
Face 9831 2346 4918 3683
Face 9832 2346 3282 4918
Face 9833 2317 4919 4825
Face 9834 2317 4950 4919
Face 9835 4736 4920 4611
Face 9836 4736 4895 4920
Face 9837 4988 4921 4987
Face 9838 4988 4922 4921
Face 9839 5036 4922 4988
Face 9840 5036 4923 4922
Face 9841 5068 4923 5036
Face 9842 5068 4924 4923
Face 9843 5118 4924 5068
Face 9844 5118 4925 4924
Face 9845 5146 4925 5118
Face 9846 5146 4926 4925
Face 9847 5147 4926 5146
Face 9848 5147 4927 4926
Face 9849 5148 4927 5147
Face 9850 5148 4928 4927
Face 9851 4719 4928 5148
Face 9852 4719 1694 4928
Face 9853 2716 4929 4899
Face 9854 2716 4613 4929
Face 9855 4613 4930 4929
Face 9856 5009 5085 4930
Face 9857 2714 4931 4866
Face 9858 2714 5009 4931
Face 9859 4972 4932 4805
Face 9860 2750 4610 4932
Face 9861 2751 4933 4972
Face 9862 2751 4673 4933
Face 9863 2168 4934 1244
Face 9864 2168 4890 4934
Face 9865 3520 4935 1471
Face 9866 3520 5033 4935
Face 9867 4563 4937 3520
Face 9868 4563 4768 4936
Face 9869 4936 4937 4563
Face 9870 4936 479 4937
Face 9871 4208 4938 4150
Face 9872 4208 5121 4938
Face 9873 5097 4939 4724
Face 9874 5097 4940 4939
Face 9875 4628 4940 4629
Face 9876 4628 4833 4940
Face 9877 970 4941 123
Face 9878 970 4942 4941
Face 9879 1473 4942 970
Face 9880 1473 4943 4942
Face 9881 354 4943 1473
Face 9882 354 4987 4943
Face 9883 4956 4944 5163
Face 9884 4956 5161 4944
Face 9885 3097 5135 4206
Face 9886 3097 4775 5135
Face 9887 4616 4946 4947
Face 9888 4616 4329 4946
Face 9889 4640 4947 3985
Face 9890 4640 4616 4947
Face 9891 3985 4948 4640
Face 9892 3985 4949 4948
Face 9893 4775 4949 5135
Face 9894 4775 4948 4949
Face 9895 4528 4950 4064
Face 9896 4528 4919 4950
Face 9897 4064 4951 4528
Face 9898 4064 5064 4951
Face 9899 3098 4952 4953
Face 9900 3098 4720 4952
Face 9901 4558 4953 4951
Face 9902 4558 3098 4953
Face 9903 5137 5163 5138
Face 9904 5137 4956 5163
Face 9905 4904 4955 4957
Face 9906 4904 4558 4955
Face 9907 4206 5136 4957
Face 9908 4206 5135 5136
Face 9909 3986 4957 4955
Face 9910 3986 4206 4957
Face 9911 4784 4958 3986
Face 9912 4784 4914 4958
Face 9913 195 4959 4994
Face 9914 195 4905 4959
Face 9915 4964 4960 4965
Face 9916 4668 5022 4960
Face 9917 4456 4961 4526
Face 9918 4456 4725 4961
Face 9919 4725 4962 4963
Face 9920 4725 4456 4962
Face 9921 5179 4963 4962
Face 9922 5179 4964 4963
Face 9923 4668 4964 5179
Face 9924 4668 4960 4964
Face 9925 4671 4965 4959
Face 9926 4671 4964 4965
Face 9927 4687 5074 4336
Face 9928 4687 4885 4966
Face 9929 2122 4967 5040
Face 9930 2122 2945 4967
Face 9931 1695 4968 362
Face 9932 1695 4334 4968
Face 9933 3102 4969 4876
Face 9934 3102 4547 4969
Face 9935 4389 4970 5037
Face 9936 4389 4722 4970
Face 9937 3535 4971 4967
Face 9938 3535 5154 4971
Face 9939 2750 4972 4933
Face 9940 2750 4932 4972
Face 9941 783 4973 4974
Face 9942 783 1698 4973
Face 9943 2437 4974 4899
Face 9944 2437 783 4974
Face 9945 253 4975 243
Face 9946 253 4909 4975
Face 9947 243 5080 75
Face 9948 243 4975 4976
Face 9949 2919 4977 4819
Face 9950 2919 5047 4977
Face 9951 4622 4978 1697
Face 9952 4622 4933 4978
Face 9953 4769 4979 4770
Face 9954 4769 4628 4979
Face 9955 5012 4980 4794
Face 9956 5042 5023 4980
Face 9957 831 4981 1555
Face 9958 831 5025 4981
Face 9959 5169 4982 4823
Face 9960 5169 4984 4982
Face 9961 4984 4983 4982
Face 9962 4474 5109 4983
Face 9963 4474 4984 1686
Face 9964 4474 4983 4984
Face 9965 3537 4985 5098
Face 9966 3537 2345 4985
Face 9967 1663 4986 5077
Face 9968 1663 106 4986
Face 9969 1238 4987 354
Face 9970 1238 4988 4987
Face 9971 660 4988 1238
Face 9972 660 5036 4988
Face 9973 4902 4989 5174
Face 9974 5159 4915 4989
Face 9975 4684 4990 4685
Face 9976 4684 4992 4990
Face 9977 2348 4991 4791
Face 9978 2348 4917 4991
Face 9979 4791 5155 5154
Face 9980 4791 5067 5155
Face 9981 5016 4993 4638
Face 9982 5016 5015 4993
Face 9983 4669 4994 4965
Face 9984 4669 4732 4994
Face 9985 4732 4995 4361
Face 9986 4732 4669 4995
Face 9987 4816 4996 3281
Face 9988 4816 1018 4996
Face 9989 3282 4997 1272
Face 9990 3282 2346 4997
Face 9991 3281 4998 4816
Face 9992 3281 4997 4998
Face 9993 2751 4999 4834
Face 9994 2751 4972 4999
Face 9995 4834 5000 2751
Face 9996 4834 4835 5000
Face 9997 4552 5001 5000
Face 9998 4552 5054 5001
Face 9999 4675 5002 4677
Face 10000 4675 911 5002
Face 10001 4185 5003 4044
Face 10002 4185 4248 5003
Face 10003 2790 5004 4906
Face 10004 2790 2791 5004
Face 10005 2732 5005 5006
Face 10006 2732 1877 5005
Face 10007 1262 5006 5007
Face 10008 1262 2732 5006
Face 10009 4620 5007 5006
Face 10010 4620 3337 5007
Face 10011 4811 5008 5034
Face 10012 4811 5049 5008
Face 10013 4613 5009 4930
Face 10014 4613 4931 5009
Face 10015 1520 5010 5011
Face 10016 1520 4389 5010
Face 10017 61 5011 5010
Face 10018 61 1358 5011
Face 10019 4833 5012 4940
Face 10020 5042 4980 5012
Face 10021 4612 5013 4911
Face 10022 4612 4788 5013
Face 10023 2564 5044 4901
Face 10024 5174 4989 5014
Face 10025 4950 5015 3101
Face 10026 4950 2317 5015
Face 10027 3101 5016 5017
Face 10028 3101 5015 5016
Face 10029 4903 5017 4785
Face 10030 4903 5133 5017
Face 10031 4872 5018 4976
Face 10032 4872 4885 5018
Face 10033 1538 5019 4981
Face 10034 1538 4527 5019
Face 10035 3100 5020 4444
Face 10036 3100 1538 5020
Face 10037 4444 5021 3100
Face 10038 4444 4883 5021
Face 10039 4884 5022 4668
Face 10040 4884 4672 5022
Face 10041 4769 5023 5042
Face 10042 4769 4770 5023
Face 10043 392 5024 4809
Face 10044 392 2136 5024
Face 10045 1840 5025 831
Face 10046 1840 470 5025
Face 10047 3099 5026 5025
Face 10048 3099 5167 5026
Face 10049 1839 5027 1866
Face 10050 1839 3099 5027
Face 10051 3036 5028 4579
Face 10052 3036 1839 5028
Face 10053 1521 5029 5011
Face 10054 1521 4581 5029
Face 10055 4581 5030 4582
Face 10056 4581 1521 5030
Face 10057 4582 5031 4919
Face 10058 4582 5030 5031
Face 10059 2381 5032 3283
Face 10060 2381 2818 5032
Face 10061 4562 5033 4561
Face 10062 4562 4935 5033
Face 10063 4476 5034 5008
Face 10064 4476 4633 5034
Face 10065 3079 5035 2127
Face 10066 3079 3519 5035
Face 10067 1478 5036 660
Face 10068 1478 5068 5036
Face 10069 4676 5037 4677
Face 10070 4676 5038 5037
Face 10071 4796 5038 110
Face 10072 4796 5037 5038
Face 10073 1850 5039 912
Face 10074 1850 5038 5039
Face 10075 5090 5040 4540
Face 10076 2345 2122 5040
Face 10077 240 5041 2544
Face 10078 240 5111 5041
Face 10079 4833 5042 5012
Face 10080 4833 4628 5042
Face 10081 4868 5043 2325
Face 10082 4868 5044 5043
Face 10083 5014 5044 5174
Face 10084 5014 5043 5044
Face 10085 4810 5045 1539
Face 10086 4810 5046 5045
Face 10087 2317 5046 5015
Face 10088 2317 5045 5046
Face 10089 4639 5047 5008
Face 10090 4639 2176 5047
Face 10091 2428 5048 600
Face 10092 2428 4639 5048
Face 10093 4812 5049 4811
Face 10094 5100 5048 5049
Face 10095 4336 5050 4687
Face 10096 4336 4793 5050
Face 10097 4356 5051 5050
Face 10098 4356 5018 5051
Face 10099 2944 5178 5053
Face 10100 2944 3535 5052
Face 10101 2867 5053 5178
Face 10102 2867 825 5053
Face 10103 4674 5054 5002
Face 10104 4674 5001 5054
Face 10105 4786 5055 5091
Face 10106 5119 3536 5055
Face 10107 4685 5056 4684
Face 10108 4685 5119 5056
Face 10109 1210 5376 5058
Face 10110 1210 6431 5376
Face 10111 5460 5058 5376
Face 10112 1354 1353 5058
Face 10113 292 5059 5226
Face 10114 292 5324 5059
Face 10115 1219 5060 5611
Face 10116 1219 544 5060
Face 10117 703 5061 5062
Face 10118 703 1219 5061
Face 10119 5221 5324 292
Face 10120 4463 703 5062
Face 10121 1353 5063 5058
Face 10122 1353 5221 5063
Face 10123 4898 5064 4431
Face 10124 4898 5134 5064
Face 10125 4789 5065 4645
Face 10126 4789 4911 5065
Face 10127 4645 5066 4789
Face 10128 4645 5067 5066
Face 10129 4991 5067 4791
Face 10130 4991 5066 5067
Face 10131 181 5068 1478
Face 10132 181 5118 5068
Face 10133 4788 5069 5070
Face 10134 4788 4612 5069
Face 10135 3683 5070 5069
Face 10136 3683 4918 5070
Face 10137 2346 5071 4998
Face 10138 2346 3683 5071
Face 10139 1193 5072 5071
Face 10140 1193 5073 5072
Face 10141 1194 5073 2123
Face 10142 1194 5072 5073
Face 10143 4966 5074 4687
Face 10144 4966 4549 5074
Face 10145 4549 5075 5074
Face 10146 4549 684 5075
Face 10147 2714 5076 5009
Face 10148 2714 4631 5076
Face 10149 904 5077 445
Face 10150 904 1663 5077
Face 10151 4334 5078 4968
Face 10152 4334 4624 5078
Face 10153 3338 5079 4867
Face 10154 3338 4865 5079
Face 10155 4976 5080 243
Face 10156 4976 4648 5080
Face 10157 4648 5081 5082
Face 10158 4648 4976 5081
Face 10159 4649 5082 5081
Face 10160 4649 5023 5082
Face 10161 3226 5083 4663
Face 10162 3226 5110 5083
Face 10163 4723 5084 4776
Face 10164 4723 4795 5084
Face 10165 2717 5085 5076
Face 10166 2717 782 5085
Face 10167 1297 5086 3888
Face 10168 1297 5087 5086
Face 10169 3822 5087 1297
Face 10170 3822 5088 5369
Face 10171 596 5088 1006
Face 10172 5270 5369 5088
Face 10173 5167 5089 5020
Face 10174 4663 5083 5089
Face 10175 2345 5090 4985
Face 10176 2345 5040 5090
Face 10177 4985 5091 4787
Face 10178 4985 5090 5091
Face 10179 1341 5092 4820
Face 10180 1341 5093 5092
Face 10181 2123 5093 1341
Face 10182 2123 5073 5093
Face 10183 4361 5094 4730
Face 10184 4361 4995 5094
Face 10185 4730 5175 4723
Face 10186 4730 5094 5095
Face 10187 4672 5096 5022
Face 10188 4672 4629 5096
Face 10189 4629 5097 5096
Face 10190 4629 4940 5097
Face 10191 851 5168 2029
Face 10192 851 3537 5098
Face 10193 5145 5166 5053
Face 10194 2124 4917 5099
Face 10195 4812 5100 5049
Face 10196 4812 5102 5100
Face 10197 2820 5101 4813
Face 10198 2820 833 5101
Face 10199 4814 5102 2427
Face 10200 4814 5100 5102
Face 10201 4813 5103 4814
Face 10202 4813 5101 5103
Face 10203 2713 5104 3338
Face 10204 2713 4683 5104
Face 10205 166 5105 416
Face 10206 166 5300 5105
Face 10207 3096 5106 4884
Face 10208 3096 4936 5106
Face 10209 2565 5107 5145
Face 10210 2565 4900 5107
Face 10211 2124 5108 4917
Face 10212 2124 5107 5108
Face 10213 4475 5109 4817
Face 10214 4475 4983 5109
Face 10215 4678 5110 3226
Face 10216 4678 4806 5110
Face 10217 3127 5111 240
Face 10218 3127 4896 5111
Face 10219 4896 5112 5111
Face 10220 4896 1018 5112
Face 10221 4631 5113 5143
Face 10222 4631 2714 5113
Face 10223 4768 5114 5106
Face 10224 4768 4979 5114
Face 10225 4483 5115 4794
Face 10226 4483 5116 5115
Face 10227 4939 5116 5175
Face 10228 4939 5115 5116
Face 10229 4483 5117 5116
Face 10230 4483 4795 5117
Face 10231 993 5118 181
Face 10232 993 5146 5118
Face 10233 4786 5119 5055
Face 10234 5120 5056 5119
Face 10235 4786 5120 5119
Face 10236 4786 4540 5120
Face 10237 4636 5121 5122
Face 10238 4636 4938 5121
Face 10239 4637 5122 5126
Face 10240 4637 4636 5122
Face 10241 1018 5123 5112
Face 10242 1018 1194 5123
Face 10243 4821 5124 5123
Face 10244 4821 4823 5124
Face 10245 4823 5125 5124
Face 10246 4823 4982 5125
Face 10247 4382 5126 5122
Face 10248 4382 5016 5126
Face 10249 4819 5127 2919
Face 10250 4819 5128 5127
Face 10251 4475 5128 4983
Face 10252 4475 5127 5128
Face 10253 2590 5129 2773
Face 10254 2590 4820 5129
Face 10255 4787 5130 5098
Face 10256 4787 1239 5130
Face 10257 2966 5131 601
Face 10258 2966 4984 5131
Face 10259 600 5132 5103
Face 10260 600 5048 5132
Face 10261 3101 5133 4950
Face 10262 3101 5017 5133
Face 10263 4951 5134 4558
Face 10264 4951 5064 5134
Face 10265 4945 5135 4949
Face 10266 4945 5136 5135
Face 10267 4956 5136 4945
Face 10268 4956 5137 5136
Face 10269 4957 5137 4904
Face 10270 4957 5136 5137
Face 10271 4904 5138 5165
Face 10272 4904 5137 5138
Face 10273 4663 5139 3226
Face 10274 4663 5089 5139
Face 10275 2763 5140 2177
Face 10276 2763 5034 5140
Face 10277 4817 5141 5140
Face 10278 4817 5109 5141
Face 10279 4560 5142 4879
Face 10280 4560 4562 5142
Face 10281 5005 5143 5158
Face 10282 5005 4631 5143
Face 10283 3226 5144 1839
Face 10284 3226 5139 5144
Face 10285 2124 5145 5107
Face 10286 2124 5166 5145
Face 10287 1480 5146 993
Face 10288 1480 5147 5146
Face 10289 802 5147 1480
Face 10290 802 5148 5147
Face 10291 252 5148 802
Face 10292 252 4719 5148
Face 10293 5300 5149 5105
Face 10294 5300 5433 5257
Face 10295 5105 5150 5151
Face 10296 5105 5149 5150
Face 10297 165 5151 5150
Face 10298 5278 416 5151
Face 10299 4786 5152 4540
Face 10300 4786 5091 5152
Face 10301 77 5153 107
Face 10302 77 2556 5153
Face 10303 4684 5154 5155
Face 10304 4684 5056 5154
Face 10305 4992 5155 4645
Face 10306 4992 4684 5155
Face 10307 4905 5156 5164
Face 10308 4905 5157 5156
Face 10309 3098 5157 5170
Face 10310 3098 5156 5157
Face 10311 5006 5158 4620
Face 10312 5006 5005 5158
Face 10313 4902 5159 4989
Face 10314 4902 5073 5159
Face 10315 4730 5160 4361
Face 10316 4730 4723 5160
Face 10317 4774 5161 4621
Face 10318 4774 4944 5161
Face 10319 4944 5162 4954
Face 10320 4944 4774 5162
Face 10321 4954 5163 4944
Face 10322 4954 5164 5163
Face 10323 5138 5164 5156
Face 10324 5138 5163 5164
Face 10325 5156 5165 5138
Face 10326 5156 3098 5165
Face 10327 5099 5166 2124
Face 10328 5099 2944 5166
Face 10329 5139 5167 3099
Face 10330 5139 5089 5167
Face 10331 5098 5168 851
Face 10332 5098 5130 5168
Face 10333 2588 5169 4823
Face 10334 2588 2590 5169
Face 10335 4720 5170 4627
Face 10336 4720 3098 5170
Face 10337 5508 5591 4452
Face 10338 165 5267 5171
Face 10339 4248 5172 5003
Face 10340 4248 2308 5172
Face 10341 4668 5173 4884
Face 10342 4668 4727 5173
Face 10343 2564 5174 5044
Face 10344 2564 4902 5174
Face 10345 5095 5175 4730
Face 10346 5095 4939 5175
Face 10347 1552 5259 1553
Face 10348 1552 5223 5259
Face 10349 1553 5182 1554
Face 10350 1553 5176 5182
Face 10351 5052 5178 2944
Face 10352 5052 494 5178
Face 10353 4727 5179 4728
Face 10354 4727 4668 5179
Face 10355 5923 5921 5321
Face 10356 308 5181 5225
Face 10357 5176 5181 5182
Face 10358 5176 5225 5181
Face 10359 5177 5182 5181
Face 10360 5177 1554 5182
Face 10361 690 5183 6470
Face 10362 690 3695 5183
Face 10363 689 5184 5185
Face 10364 689 3800 5184
Face 10365 1651 5185 5944
Face 10366 1651 689 5185
Face 10367 933 5186 3852
Face 10368 933 1651 5944
Face 10369 2604 5187 5188
Face 10370 2604 3177 5187
Face 10371 3641 5188 5189
Face 10372 3641 2604 5188
Face 10373 466 5189 5195
Face 10374 466 3641 5189
Face 10375 1389 5190 3752
Face 10376 1389 3861 5190
Face 10377 3164 5361 1868
Face 10378 3164 690 6470
Face 10379 3802 5192 120
Face 10380 3802 5860 5192
Face 10381 2929 5193 1022
Face 10382 2929 3801 5193
Face 10383 4299 5194 5243
Face 10384 4299 2542 5650
Face 10385 1390 5195 5196
Face 10386 1390 466 5195
Face 10387 3639 5196 5197
Face 10388 3639 1390 5196
Face 10389 1023 5543 3792
Face 10390 1023 3639 5197
Face 10391 934 5198 3866
Face 10392 934 5200 5198
Face 10393 5911 5211 5567
Face 10394 860 5201 5873
Face 10395 3740 5200 934
Face 10396 3740 3334 5200
Face 10397 2498 5212 5209
Face 10398 5228 5199 5212
Face 10399 773 5934 5206
Face 10400 773 5246 5202
Face 10401 5181 5203 5177
Face 10402 5181 308 5203
Face 10403 308 5204 5203
Face 10404 5929 5205 5926
Face 10405 5934 5938 5219
Face 10406 5202 5926 5205
Face 10407 5249 5206 5934
Face 10408 1446 5231 5206
Face 10409 279 5207 1859
Face 10410 279 2500 5207
Face 10411 2500 5208 5207
Face 10412 2500 862 5208
Face 10413 2499 5209 5212
Face 10414 2499 2500 5209
Face 10415 1445 5210 5875
Face 10416 5972 5282 5969
Face 10417 5880 5211 5911
Face 10418 5970 5952 5573
Face 10419 5201 5212 5199
Face 10420 5201 2499 5212
Face 10421 5586 5213 5215
Face 10422 5586 5254 5213
Face 10423 5646 5214 4078
Face 10424 5646 5590 5214
Face 10425 5607 5215 6454
Face 10426 5598 5596 5215
Face 10427 5600 5216 5236
Face 10428 5600 5607 5216
Face 10429 861 5217 86
Face 10430 861 5227 5217
Face 10431 145 5593 5263
Face 10432 145 5237 5218
Face 10433 5979 5769 5355
Face 10434 774 5732 5325
Face 10435 1506 5220 3
Face 10436 1506 5353 5220
Face 10437 4463 5221 1353
Face 10438 4463 5448 5221
Face 10439 1446 5222 764
Face 10440 5732 774 5222
Face 10441 5180 5223 5831
Face 10442 5180 5259 5223
Face 10443 1551 5937 5940
Face 10444 5919 5248 5831
Face 10445 5180 5225 5176
Face 10446 5180 5831 5248
Face 10447 3797 5226 5224
Face 10448 3797 3798 5226
Face 10449 860 5227 861
Face 10450 860 5873 5247
Face 10451 2498 5228 5212
Face 10452 2498 5357 5228
Face 10453 5230 5357 2498
Face 10454 1502 5220 5229
Face 10455 1502 5230 1858
Face 10456 1502 5965 5230
Face 10457 764 5231 1446
Face 10458 764 213 5231
Face 10459 6432 5567 5591
Face 10460 5908 5911 5567
Face 10461 5266 5233 5234
Face 10462 5266 5257 5233
Face 10463 5592 5234 5605
Face 10464 5592 5266 5234
Face 10465 5597 5600 5236
Face 10466 5597 5603 5235
Face 10467 2943 6465 5260
Face 10468 2943 86 6465
Face 10469 5217 5237 5238
Face 10470 5217 5218 5237
Face 10471 86 5597 5236
Face 10472 86 5217 5238
Face 10473 1264 5478 5242
Face 10474 1264 21 5478
Face 10475 5242 5240 6233
Face 10476 5242 5478 5240
Face 10477 2043 6125 541
Face 10478 2043 5242 5241
Face 10479 3756 5242 2043
Face 10480 3756 1264 5242
Face 10481 1399 5243 482
Face 10482 1399 4299 5243
Face 10483 767 5244 3699
Face 10484 767 1369 5244
Face 10485 3699 5787 5725
Face 10486 3699 5244 5787
Face 10487 5204 5246 948
Face 10488 5926 5202 5246
Face 10489 5227 5247 5251
Face 10490 5227 860 5247
Face 10491 5225 5248 5250
Face 10492 5225 5180 5248
Face 10493 1446 5732 5222
Face 10494 1446 5206 5249
Face 10495 308 5250 5253
Face 10496 308 5225 5250
Face 10497 5218 5593 145
Face 10498 5218 5227 5251
Face 10499 948 5252 1258
Face 10500 948 5246 5252
Face 10501 5204 5926 5246
Face 10502 5204 308 5253
Face 10503 126 5588 3136
Face 10504 126 455 5588
Face 10505 1015 6081 6078
Face 10506 1015 100 6081
Face 10507 2389 5589 525
Face 10508 2389 1015 6078
Face 10509 5149 5257 5266
Face 10510 5149 5300 5257
Face 10511 5317 5595 5315
Face 10512 5317 5819 5595
Face 10513 5176 5259 5180
Face 10514 5176 1553 5259
Face 10515 862 5260 5208
Face 10516 862 2943 5260
Face 10517 626 6274 5352
Face 10518 626 1510 6274
Face 10519 863 5262 5609
Face 10520 863 5358 5262
Face 10521 5171 5263 5264
Face 10522 5171 145 5263
Face 10523 165 5264 5151
Face 10524 165 5171 5264
Face 10525 1858 5265 279
Face 10526 1858 5230 5265
Face 10527 263 5266 5592
Face 10528 263 5149 5266
Face 10529 5150 5267 165
Face 10530 5150 263 5267
Face 10531 1862 5268 3162
Face 10532 1862 1096 5268
Face 10533 1242 5269 210
Face 10534 1242 683 5269
Face 10535 596 5270 5088
Face 10536 596 1346 5270
Face 10537 3648 5271 2777
Face 10538 3648 5322 6236
Face 10539 5964 5272 5375
Face 10540 6017 5619 6180
Face 10541 6293 6296 5275
Face 10542 704 6452 5273
Face 10543 5277 5274 5720
Face 10544 2182 6458 6360
Face 10545 6289 5275 6296
Face 10546 6176 5274 6062
Face 10547 6149 6159 6162
Face 10548 6088 6139 6146
Face 10549 5658 6153 1043
Face 10550 5658 6142 6153
Face 10551 5264 5278 5151
Face 10552 5264 5591 5508
Face 10553 1632 5710 5833
Face 10554 5606 5292 6060
Face 10555 6025 6022 5849
Face 10556 6043 6048 5614
Face 10557 3804 5281 66
Face 10558 3804 5759 5281
Face 10559 5918 5924 6354
Face 10560 5770 5608 5766
Face 10561 6308 5771 6284
Face 10562 6314 5281 6311
Face 10563 6290 5284 6158
Face 10564 5791 5364 5602
Face 10565 6239 6353 5489
Face 10566 5475 5384 6466
Face 10567 5425 5534 5256
Face 10568 6258 6248 6003
Face 10569 6357 5792 6429
Face 10570 5856 6038 5858
Face 10571 5700 5690 5698
Face 10572 5700 5670 6438
Face 10573 6114 6111 5534
Face 10574 5853 5765 5855
Face 10575 6277 6474 6169
Face 10576 3794 6412 6047
Face 10577 6066 6184 5797
Face 10578 6271 6267 6256
Face 10579 2011 5708 5513
Face 10580 2011 2012 6336
Face 10581 5704 6446 5297
Face 10582 5816 6277 5293
Face 10583 5511 6318 2013
Face 10584 2012 6171 5294
Face 10585 6193 5538 6267
Face 10586 5666 6322 5295
Face 10587 6243 6330 6278
Face 10588 6163 6329 5509
Face 10589 5291 5297 6446
Face 10590 5666 5295 6186
Face 10591 592 5298 6145
Face 10592 592 2407 5298
Face 10593 6148 5299 6144
Face 10594 6148 6152 5299
Face 10595 893 5300 166
Face 10596 893 5312 5300
Face 10597 5583 5531 93
Face 10598 1240 3657 5301
Face 10599 5587 5302 5419
Face 10600 5587 5304 5302
Face 10601 855 5303 5997
Face 10602 5305 5368 6049
Face 10603 4428 5304 612
Face 10604 4428 1027 5304
Face 10605 5849 5456 5465
Face 10606 5849 6022 5456
Face 10607 5942 5951 5957
Face 10608 5337 5945 5935
Face 10609 1373 5307 2554
Face 10610 1373 6445 5307
Face 10611 2554 5308 5310
Face 10612 2554 5307 5308
Face 10613 5897 5819 5317
Face 10614 5897 5808 5819
Face 10615 1517 5310 893
Face 10616 1517 2554 5310
Face 10617 5608 6002 5999
Face 10618 5313 6035 5851
Face 10619 3806 5312 5310
Face 10620 3806 4354 5312
Face 10621 5920 5313 5851
Face 10622 6025 6035 5313
Face 10623 5695 5314 5681
Face 10624 5695 1300 5314
Face 10625 1536 5315 155
Face 10626 1536 5317 5315
Face 10627 5686 5902 5821
Face 10628 1300 5399 5316
Face 10629 524 5317 1536
Face 10630 524 5897 5317
Face 10631 169 5318 5872
Face 10632 169 873 5318
Face 10633 1014 6341 5818
Face 10634 6232 5847 5319
Face 10635 5471 5780 5477
Face 10636 5912 5942 5751
Face 10637 5743 5321 5921
Face 10638 5743 5740 5321
Face 10639 3515 5322 3648
Face 10640 3515 5491 5322
Face 10641 5306 5928 5925
Face 10642 5306 5741 5928
Face 10643 5448 5324 5221
Face 10644 6026 6011 6023
Face 10645 5761 5325 5732
Face 10646 5941 5323 5945
Face 10647 6011 6017 5272
Face 10648 6037 5062 5617
Face 10649 1577 5719 2687
Face 10650 1577 5503 5719
Face 10651 2219 5328 620
Face 10652 2219 2862 5333
Face 10653 5282 5329 5311
Face 10654 5282 5773 5329
Face 10655 5752 5446 6287
Face 10656 5703 5915 5330
Face 10657 5991 5331 5988
Face 10658 6354 5924 5913
Face 10659 5625 6018 5630
Face 10660 6396 5326 6462
Face 10661 5328 5333 5620
Face 10662 5328 2219 5333
Face 10663 5975 5988 5331
Face 10664 5325 5761 5764
Face 10665 5773 5335 5329
Face 10666 5331 5993 5335
Face 10667 2220 5811 6015
Face 10668 5620 5915 5703
Face 10669 5774 5948 5912
Face 10670 5987 5983 5948
Face 10671 5749 5739 5705
Face 10672 5343 2220 5703
Face 10673 2473 5339 5341
Face 10674 2473 5623 5339
Face 10675 1505 5916 5913
Face 10676 5987 5948 5774
Face 10677 6228 6217 5739
Face 10678 5742 6396 5341
Face 10679 1505 5776 5778
Face 10680 1505 5996 5993
Face 10681 6217 5343 5338
Face 10682 5811 2220 5343
Face 10683 6039 6036 114
Face 10684 1301 5904 5344
Face 10685 5679 5677 6405
Face 10686 6426 496 5681
Face 10687 6201 6204 857
Face 10688 1265 5719 5723
Face 10689 5314 5675 5692
Face 10690 5904 1301 5675
Face 10691 6392 5348 5346
Face 10692 2686 5488 6398
Face 10693 1173 5349 5828
Face 10694 1173 6408 5349
Face 10695 5486 5459 6295
Face 10696 5486 5463 5459
Face 10697 5635 5888 2935
Face 10698 6082 5683 5351
Face 10699 1298 5352 148
Face 10700 1298 626 5352
Face 10701 774 5353 1506
Face 10702 774 5325 5408
Face 10703 6104 5455 6294
Face 10704 6414 5735 6101
Face 10705 1445 5355 5210
Face 10706 1445 5979 5355
Face 10707 869 6089 6427
Face 10708 5887 6093 6089
Face 10709 5229 5965 1502
Face 10710 5229 1445 5965
Face 10711 471 5854 863
Face 10712 471 2904 5854
Face 10713 3163 5359 5361
Face 10714 3163 5268 5359
Face 10715 5817 5360 5529
Face 10716 2633 6428 5360
Face 10717 6470 5361 3164
Face 10718 6470 3163 5361
Face 10719 487 5362 485
Face 10720 487 1211 5362
Face 10721 3698 5363 5727
Face 10722 3698 5814 5363
Face 10723 2597 5364 1296
Face 10724 2597 5502 5364
Face 10725 771 5365 462
Face 10726 771 6440 5365
Face 10727 6363 5366 6367
Face 10728 6363 5261 5366
Face 10729 2131 6431 1210
Face 10730 2131 5362 6431
Face 10731 5557 5368 5560
Face 10732 5557 6049 5368
Face 10733 5087 5369 2638
Face 10734 5087 3822 5369
Face 10735 5564 5372 5556
Face 10736 5564 5572 5370
Face 10737 3716 5380 208
Face 10738 6096 6384 5378
Face 10739 5370 5372 5564
Face 10740 5370 5557 5372
Face 10741 5788 5385 5471
Face 10742 5788 6397 5782
Face 10743 3354 5374 5301
Face 10744 3354 6134 5374
Face 10745 1126 5375 6194
Face 10746 1126 5964 5375
Face 10747 5057 5376 6431
Face 10748 5057 2298 6055
Face 10749 6180 5377 5375
Face 10750 6180 5619 5377
Face 10751 5380 6134 3354
Face 10752 5371 6096 5558
Face 10753 1127 6011 5272
Face 10754 1127 6023 6011
Face 10755 5371 5380 3716
Face 10756 5371 6134 5380
Face 10757 5280 6044 6045
Face 10758 6196 6157 6199
Face 10759 2860 5382 1349
Face 10760 2860 592 6145
Face 10761 6058 5383 6072
Face 10762 6058 2222 6061
Face 10763 5690 5673 5698
Face 10764 5690 6151 5673
Face 10765 5782 5616 5788
Face 10766 6436 5280 6045
Face 10767 5892 6394 5467
Face 10768 6127 6160 6157
Face 10769 5373 5782 5785
Face 10770 5390 5280 6436
Face 10771 6070 5637 6074
Face 10772 6405 5345 5637
Face 10773 5695 5399 1300
Face 10774 496 5394 6380
Face 10775 5373 5393 5782
Face 10776 5373 5673 6151
Face 10777 411 5418 5671
Face 10778 411 5668 5418
Face 10779 5697 5399 5695
Face 10780 6377 5636 5392
Face 10781 6151 5393 5373
Face 10782 5390 6436 5393
Face 10783 6401 5394 496
Face 10784 6404 6380 5394
Face 10785 5671 5395 6468
Face 10786 6377 5687 5395
Face 10787 5896 5889 5612
Face 10788 5386 5398 5688
Face 10789 6409 5679 5400
Face 10790 5672 5671 6468
Face 10791 5694 5398 5386
Face 10792 778 5414 5398
Face 10793 5687 5399 5697
Face 10794 5409 5669 5399
Face 10795 5406 6417 5637
Face 10796 5406 5676 5400
Face 10797 5413 5665 6222
Face 10798 5413 6067 5665
Face 10799 5670 5402 778
Face 10800 6279 6282 5411
Face 10801 6070 5403 6424
Face 10802 6070 5396 5403
Face 10803 776 5903 5642
Face 10804 5711 6369 6373
Face 10805 5687 5405 5399
Face 10806 5392 5519 5405
Face 10807 415 5406 6424
Face 10808 415 5676 5406
Face 10809 5519 6364 5412
Face 10810 6369 5711 5407
Face 10811 5353 5979 5229
Face 10812 5353 774 5408
Face 10813 5405 5409 5399
Face 10814 5405 5519 5409
Face 10815 6097 5410 5524
Face 10816 6081 6058 6072
Face 10817 5660 6441 5404
Face 10818 6275 6279 5411
Face 10819 5409 5412 5401
Face 10820 5409 5519 5412
Face 10821 5521 5413 5415
Face 10822 5407 5410 6064
Face 10823 5391 5684 5826
Face 10824 5416 415 5653
Face 10825 6222 5415 5413
Face 10826 5412 6364 5415
Face 10827 5391 5416 6419
Face 10828 5391 5668 5416
Face 10829 5918 5786 5779
Face 10830 1503 5914 5784
Face 10831 5822 5418 5668
Face 10832 5822 5824 5418
Face 10833 6244 5419 6247
Face 10834 6244 5587 5419
Face 10835 6385 5487 6004
Face 10836 5933 5417 5910
Face 10837 5826 5421 5822
Face 10838 5655 5657 5421
Face 10839 5523 6348 5525
Face 10840 6315 6362 6348
Face 10841 5430 5423 5421
Face 10842 5651 6276 6280
Face 10843 5290 6047 6412
Face 10844 5525 6252 6051
Face 10845 5644 5526 5713
Face 10846 6263 6003 5425
Face 10847 3707 5426 1314
Face 10848 3707 5863 5426
Face 10849 5411 6455 6275
Face 10850 5545 6254 5427
Face 10851 5747 5428 5429
Face 10852 6202 6245 5431
Face 10853 6001 6004 5420
Face 10854 6008 5747 5429
Face 10855 5657 5430 5421
Face 10856 6255 5423 5430
Face 10857 5428 6242 5429
Face 10858 5428 6202 5431
Face 10859 5427 5652 5654
Face 10860 6261 5430 5652
Face 10861 4354 5433 5312
Face 10862 4354 102 5433
Face 10863 2596 5722 5718
Face 10864 2596 1349 5722
Face 10865 765 5435 948
Face 10866 765 3173 5435
Face 10867 2405 5436 5444
Face 10868 2405 5434 5436
Face 10869 1999 5437 186
Face 10870 1999 946 5437
Face 10871 1655 5438 5584
Face 10872 1655 5577 5438
Face 10873 5954 5439 5200
Face 10874 5954 5971 5439
Face 10875 1997 5440 5580
Face 10876 1997 5437 5440
Face 10877 3739 5441 491
Face 10878 3739 2968 5441
Face 10879 179 5442 2417
Face 10880 179 5718 5442
Face 10881 3813 5443 363
Face 10882 3813 5307 6445
Face 10883 5707 5734 5701
Face 10884 5736 5716 5444
Face 10885 5723 5445 1265
Face 10886 6302 5447 5445
Face 10887 5701 5446 5479
Face 10888 5701 5867 5446
Face 10889 6286 5447 6302
Face 10890 6286 6312 5717
Face 10891 5062 5448 4463
Face 10892 5062 6037 5448
Face 10893 2896 6215 6295
Face 10894 5451 3714 6215
Face 10895 6099 6093 5887
Face 10896 6335 6331 5468
Face 10897 2896 5451 6215
Face 10898 5454 6091 5451
Face 10899 5890 5452 6093
Face 10900 5354 5454 5457
Face 10901 5303 6019 6013
Face 10902 6032 5849 5465
Face 10903 2896 5454 5451
Face 10904 2896 6246 5454
Face 10905 5452 5457 5468
Face 10906 5452 5890 5457
Face 10907 5494 6118 5466
Face 10908 6052 5465 5456
Face 10909 6246 5457 5454
Face 10910 6246 5468 5457
Face 10911 1260 5458 6346
Face 10912 1260 6244 5458
Face 10913 6323 5459 5463
Face 10914 6323 6327 5459
Face 10915 5462 5460 5458
Face 10916 5462 5058 5460
Face 10917 5463 6400 5350
Face 10918 6052 6118 5494
Face 10919 1354 5462 4465
Face 10920 1354 5058 5462
Face 10921 6416 5463 5486
Face 10922 6416 6400 5463
Face 10923 868 6104 6294
Face 10924 5882 5356 5470
Face 10925 6016 5465 6054
Face 10926 6019 6032 5465
Face 10927 6121 5466 6118
Face 10928 5886 868 5466
Face 10929 6221 5882 5470
Face 10930 6107 6110 6113
Face 10931 5450 6101 5735
Face 10932 5450 5452 6101
Face 10933 5569 5978 5553
Face 10934 5569 5579 5469
Face 10935 5464 6414 6101
Face 10936 5464 6085 6414
Face 10937 6421 5786 1503
Face 10938 6421 5780 5471
Face 10939 4447 6337 6345
Face 10940 4447 5370 6337
Face 10941 5477 5473 5471
Face 10942 5285 5384 5473
Face 10943 4449 5474 5476
Face 10944 5566 5572 5564
Face 10945 5287 5475 6466
Face 10946 5287 5813 5794
Face 10947 4451 5476 4450
Face 10948 4451 4449 5476
Face 10949 6466 5496 5287
Face 10950 5285 5473 5477
Face 10951 5239 5478 3971
Face 10952 5239 5240 5478
Face 10953 5336 6205 5745
Face 10954 5749 5705 5479
Face 10955 4450 5480 5239
Face 10956 4450 5476 5480
Face 10957 775 5481 5431
Face 10958 6412 3794 5856
Face 10959 5240 5482 6233
Face 10960 5240 5480 5482
Face 10961 5492 5483 5490
Face 10962 5492 5461 5483
Face 10963 6385 5489 5487
Face 10964 6385 6239 5489
Face 10965 5549 5562 5560
Face 10966 4446 5482 5485
Face 10967 6303 6298 6309
Face 10968 856 5483 6298
Face 10969 5910 5487 5933
Face 10970 5420 6004 5487
Face 10971 4445 5488 5549
Face 10972 4445 856 5488
Face 10973 5780 5870 5477
Face 10974 5933 5487 5489
Face 10975 5368 5490 4445
Face 10976 5368 5305 5490
Face 10977 3645 5491 3515
Face 10978 3645 5493 5491
Face 10979 5305 5492 5490
Face 10980 6054 5465 6052
Face 10981 3646 5493 3645
Face 10982 5622 3644 5493
Face 10983 6297 5494 6291
Face 10984 6297 6052 5494
Face 10985 3506 5495 5497
Face 10986 3506 5190 5495
Face 10987 5866 5496 6466
Face 10988 5866 5498 6429
Face 10989 3647 5497 5499
Face 10990 3647 3506 5497
Face 10991 5489 5870 5484
Face 10992 5489 6353 5870
Face 10993 3653 5499 5622
Face 10994 3653 3647 5499
Face 10995 5643 5639 5641
Face 10996 5643 5503 5639
Face 10997 5516 5760 5294
Face 10998 5516 5504 5512
Face 10999 408 5502 2597
Face 11000 408 5501 5502
Face 11001 2783 5503 1577
Face 11002 2783 5639 5503
Face 11003 6168 5504 5516
Face 11004 5602 5502 5504
Face 11005 2814 5505 5501
Face 11006 2814 1638 5505
Face 11007 4452 5506 5508
Face 11008 4452 4448 5506
Face 11009 2008 5507 5287
Face 11010 6402 5702 5507
Face 11011 5552 5508 5506
Face 11012 5278 5264 5508
Face 11013 6334 6322 5666
Face 11014 5296 5706 6147
Face 11015 6437 5510 3796
Face 11016 6437 6197 6371
Face 11017 6329 6250 5509
Face 11018 2012 5294 5767
Face 11019 5501 5512 5504
Face 11020 5501 5505 5512
Face 11021 5284 5513 5708
Face 11022 5602 5504 6168
Face 11023 5294 5514 5767
Face 11024 5294 5760 5514
Face 11025 5506 5515 5552
Face 11026 5506 5472 5515
Face 11027 6171 5516 5294
Face 11028 6171 6168 5516
Face 11029 4453 5517 4832
Face 11030 4453 5568 5517
Face 11031 6362 6260 6252
Face 11032 6362 6356 6260
Face 11033 526 5519 5392
Face 11034 526 6364 5519
Face 11035 6147 5520 6334
Face 11036 5509 5522 6326
Face 11037 5407 5521 6369
Face 11038 5407 6064 5521
Face 11039 5511 6321 6318
Face 11040 5799 6257 5522
Face 11041 6388 6349 6211
Face 11042 6388 6379 6349
Face 11043 5711 5524 5407
Face 11044 5711 6283 5524
Face 11045 5290 5714 6047
Face 11046 6245 5523 5714
Face 11047 6102 5526 6263
Face 11048 6102 5524 5526
Face 11049 5548 5837 5715
Face 11050 5853 5289 5857
Face 11051 3801 5528 5193
Face 11052 6418 5192 5532
Face 11053 1241 5529 6195
Face 11054 1241 5817 5529
Face 11055 2970 5530 3707
Face 11056 2970 5532 5530
Face 11057 5565 5531 5583
Face 11058 5565 6475 5531
Face 11059 6413 5532 2970
Face 11060 6413 6418 5532
Face 11061 93 5533 771
Face 11062 93 5531 5533
Face 11063 5286 5534 5425
Face 11064 5286 6114 5534
Face 11065 6347 6461 6430
Face 11066 6449 1241 5535
Face 11067 5837 5536 5645
Face 11068 5837 5548 5536
Face 11069 2646 5537 5190
Face 11070 2646 5539 5537
Face 11071 5295 6189 6186
Face 11072 6313 5527 6183
Face 11073 5193 5539 2646
Face 11074 5193 5528 5539
Face 11075 2632 5540 5365
Face 11076 2632 5245 5540
Face 11077 2928 5541 5197
Face 11078 2928 5539 5541
Face 11079 6282 6268 5545
Face 11080 6271 6256 5542
Face 11081 5197 5543 1023
Face 11082 5197 5541 5543
Face 11083 5795 6448 5783
Face 11084 5245 6187 6448
Face 11085 5411 5654 6455
Face 11086 5411 6282 5545
Face 11087 5847 5546 5843
Face 11088 6226 1173 5546
Face 11089 5641 5547 2782
Face 11090 1266 6319 5547
Face 11091 2013 5859 5511
Face 11092 5853 5857 5859
Face 11093 5559 6433 5547
Face 11094 5559 5562 5549
Face 11095 2696 5550 1883
Face 11096 2696 1881 5550
Face 11097 5241 6125 2043
Face 11098 6233 5554 5551
Face 11099 5278 5552 4453
Face 11100 5278 5508 5552
Face 11101 5453 6019 5465
Face 11102 5453 5578 5553
Face 11103 5482 5554 6233
Face 11104 5482 4446 5554
Face 11105 3716 5555 5371
Face 11106 3716 6073 5555
Face 11107 5485 5556 4446
Face 11108 5485 5474 5556
Face 11109 4447 5557 5370
Face 11110 4447 6049 5557
Face 11111 5378 5558 6096
Face 11112 6382 5374 6134
Face 11113 4446 5559 5554
Face 11114 4446 5562 5559
Face 11115 5372 5560 5562
Face 11116 5372 5557 5560
Face 11117 5891 5561 6137
Face 11118 6395 6457 6391
Face 11119 5556 5562 4446
Face 11120 5556 5372 5562
Face 11121 6344 6460 5696
Face 11122 6344 6472 5563
Face 11123 5474 5564 5556
Face 11124 5474 5566 5564
Face 11125 5696 5565 5583
Face 11126 5696 6460 5565
Face 11127 4449 5566 5474
Face 11128 4449 5568 5566
Face 11129 5232 5567 5211
Face 11130 5232 4452 5567
Face 11131 5515 5568 5552
Face 11132 5515 5566 5568
Face 11133 5581 5569 5578
Face 11134 5581 5579 5569
Face 11135 5878 5880 5871
Face 11136 5878 5947 5570
Face 11137 6403 5571 2695
Face 11138 842 1656 5571
Face 11139 5472 5572 5515
Face 11140 5472 5575 6337
Face 11141 5967 5981 5469
Face 11142 5967 5977 5981
Face 11143 2695 5574 5550
Face 11144 2695 5571 5574
Face 11145 4448 5575 5472
Face 11146 4448 5579 5575
Face 11147 5469 5978 5569
Face 11148 5469 5981 5978
Face 11149 2693 5577 1655
Face 11150 2693 5574 5577
Face 11151 4447 6040 6049
Face 11152 4447 6345 6040
Face 11153 5232 5579 4448
Face 11154 5232 5469 5579
Face 11155 1655 5580 2693
Face 11156 1655 5582 5580
Face 11157 6345 5581 6040
Face 11158 5575 5579 5581
Face 11159 944 5582 5834
Face 11160 944 5580 5582
Face 11161 1240 5583 93
Face 11162 1240 5301 5583
Face 11163 1324 5584 5595
Face 11164 6406 5582 5584
Face 11165 5304 5585 2982
Face 11166 5304 1027 5585
Face 11167 3136 5590 5646
Face 11168 3136 5588 5590
Face 11169 612 5587 4466
Face 11170 612 5304 5587
Face 11171 5254 5588 3137
Face 11172 5254 6386 5588
Face 11173 5864 6078 5861
Face 11174 5864 5862 5589
Face 11175 6386 5590 5588
Face 11176 6386 5214 5590
Face 11177 5263 5591 5264
Face 11178 5263 5593 5591
Face 11179 310 5603 5597
Face 11180 310 5601 5603
Face 11181 5251 5593 5218
Face 11182 6432 5591 5593
Face 11183 1157 5594 1158
Face 11184 1157 5243 5594
Face 11185 5839 5595 5819
Face 11186 5839 1324 5595
Face 11187 5214 5596 5594
Face 11188 5214 6386 5596
Face 11189 5238 5597 86
Face 11190 5238 310 5597
Face 11191 1158 5598 5605
Face 11192 1158 5596 5598
Face 11193 2620 5599 6208
Face 11194 6378 6374 6383
Face 11195 5235 5600 5597
Face 11196 5235 5607 5600
Face 11197 263 5601 5267
Face 11198 263 5592 5601
Face 11199 6165 5602 6168
Face 11200 6165 5791 5602
Face 11201 5592 5603 5601
Face 11202 5592 5605 5603
Face 11203 6290 5604 5284
Face 11204 5789 6423 5791
Face 11205 5235 5605 5598
Face 11206 5235 5603 5605
Face 11207 6063 5606 6060
Face 11208 6320 6290 6158
Face 11209 5598 5607 5235
Face 11210 5598 5215 5607
Face 11211 5846 5920 5922
Face 11212 6025 5313 5920
Face 11213 5216 6454 5262
Face 11214 5216 5607 6454
Face 11215 387 5610 1159
Face 11216 387 5609 5610
Face 11217 6024 6028 6383
Face 11218 6024 5332 6028
Face 11219 6121 5886 5466
Face 11220 5894 5896 5612
Face 11221 5632 6021 2474
Face 11222 2375 1128 5621
Face 11223 6124 5614 5894
Face 11224 6124 6043 5614
Face 11225 5332 5615 6034
Face 11226 5332 5613 5615
Face 11227 6048 6045 6044
Face 11228 5385 5788 5616
Face 11229 5326 6034 6462
Face 11230 5326 5379 6034
Face 11231 5628 5618 5625
Face 11232 5628 5328 5618
Face 11233 6219 5619 6216
Face 11234 6219 6237 5619
Face 11235 2220 5620 5703
Face 11236 2220 5618 5620
Face 11237 6021 5630 6018
Face 11238 6021 5632 5630
Face 11239 3646 5622 5493
Face 11240 3646 3653 5622
Face 11241 5615 5623 2473
Face 11242 5615 5613 5623
Face 11243 407 5624 2621
Face 11244 407 5627 5624
Face 11245 6015 5625 5618
Face 11246 6015 6018 5625
Face 11247 498 5626 5629
Face 11248 6467 1837 5626
Face 11249 2375 5627 407
Face 11250 2375 5621 5627
Face 11251 2472 5628 5625
Face 11252 2472 2618 5628
Face 11253 6347 6449 6461
Face 11254 3352 498 5629
Face 11255 5621 5630 5632
Face 11256 5621 2472 5630
Face 11257 6475 5877 3352
Face 11258 3353 5884 5877
Face 11259 5627 5632 6374
Face 11260 5627 5621 5632
Face 11261 6450 5677 5347
Face 11262 6450 6405 5677
Face 11263 5396 5682 5403
Face 11264 5731 5467 6394
Face 11265 870 5635 2935
Face 11266 6086 5345 5635
Face 11267 5906 5636 5389
Face 11268 5903 5711 6373
Face 11269 6083 5637 6086
Face 11270 6083 6074 5637
Face 11271 5691 5638 5688
Face 11272 5691 6419 5638
Face 11273 5500 5639 3742
Face 11274 5500 5641 5639
Face 11275 3954 5640 1879
Face 11276 3954 6358 5640
Face 11277 1266 5641 5500
Face 11278 1266 5547 5641
Face 11279 6441 5642 5404
Face 11280 6441 6469 5642
Face 11281 2782 5643 5641
Face 11282 2782 6392 5643
Face 11283 6276 5644 5713
Face 11284 6258 6003 5644
Face 11285 5286 6117 6114
Face 11286 5286 6248 6117
Face 11287 2541 5646 311
Face 11288 2541 3136 5646
Face 11289 6259 5647 6262
Face 11290 6066 6117 5647
Face 11291 4078 5648 5646
Face 11292 4078 5194 5648
Face 11293 6265 5649 5651
Face 11294 6262 6248 6258
Face 11295 5194 5650 5648
Face 11296 5194 4299 5650
Face 11297 6261 6255 5430
Face 11298 6261 6265 5651
Face 11299 5657 5652 5430
Face 11300 5657 5654 5652
Face 11301 5684 6419 5691
Face 11302 5684 5391 6419
Face 11303 5545 5654 5411
Face 11304 5545 5427 5654
Face 11305 5659 5826 5684
Face 11306 5659 5432 5655
Face 11307 2538 5656 2535
Face 11308 2538 1205 5656
Face 11309 6455 5657 5655
Face 11310 6455 5654 5657
Face 11311 6179 5658 1043
Face 11312 6179 6289 5658
Face 11313 5402 5659 5414
Face 11314 5402 5432 5659
Face 11315 5824 5660 5418
Face 11316 5824 5423 5660
Face 11317 6428 5661 5360
Face 11318 5086 5087 5661
Face 11319 5404 5662 5660
Face 11320 5903 6373 5906
Face 11321 2537 5663 5656
Face 11322 2537 6393 5663
Face 11323 6422 5798 414
Face 11324 777 5704 5664
Face 11325 6225 5665 5667
Face 11326 6225 6222 5665
Face 11327 5291 5666 5297
Face 11328 5291 6334 5666
Face 11329 5845 5667 6270
Face 11330 5845 6225 5667
Face 11331 415 5668 411
Face 11332 415 5416 5668
Face 11333 5316 5669 1014
Face 11334 5316 5399 5669
Face 11335 6272 5670 6422
Face 11336 6376 5402 5670
Face 11337 5389 5671 5662
Face 11338 5389 5395 5671
Face 11339 411 5676 415
Face 11340 411 5671 5672
Face 11341 5785 5673 5373
Face 11342 5785 5796 5673
Face 11343 5397 6404 5394
Face 11344 5397 6409 6468
Face 11345 5347 5683 6082
Face 11346 5347 5692 5683
Face 11347 5672 5676 411
Face 11348 5672 5400 5676
Face 11349 5633 5677 5679
Face 11350 5820 5347 5677
Face 11351 413 5678 5881
Face 11352 413 5631 5678
Face 11353 6415 5679 6409
Face 11354 6415 5633 5679
Face 11355 6050 5805 413
Face 11356 871 1301 6046
Face 11357 5820 5692 5347
Face 11358 5633 6426 5681
Face 11359 6394 5682 5396
Face 11360 5634 5638 5682
Face 11361 5675 5683 5692
Face 11362 5675 871 5683
Face 11363 5414 5684 5691
Face 11364 5414 5659 5684
Face 11365 5638 5685 5682
Face 11366 5638 5653 5685
Face 11367 5900 5686 5904
Face 11368 5900 5902 5686
Face 11369 5392 5687 6377
Face 11370 5392 5405 5687
Face 11371 5634 5688 5638
Face 11372 5634 5892 6464
Face 11373 5314 5689 5675
Face 11374 5314 1300 5689
Face 11375 5288 6438 5670
Face 11376 5288 6443 6438
Face 11377 5398 5691 5688
Face 11378 5398 5414 5691
Face 11379 5681 5692 5820
Face 11380 5681 5314 5692
Face 11381 5395 5693 5674
Face 11382 5395 5687 5693
Face 11383 778 5694 5288
Face 11384 778 5398 5694
Face 11385 5699 5695 5681
Face 11386 5699 5697 5695
Face 11387 5301 5696 5583
Face 11388 5301 5374 5696
Face 11389 6380 5697 5699
Face 11390 5693 5687 5697
Face 11391 5796 5698 5673
Face 11392 5794 5800 5698
Face 11393 496 5699 5681
Face 11394 496 6380 5699
Face 11395 6012 5700 5698
Face 11396 6012 5798 5700
Face 11397 5705 5701 5479
Face 11398 5705 5707 5701
Face 11399 5296 5702 5706
Face 11400 5296 5291 5702
Face 11401 5338 5703 5330
Face 11402 5338 5343 5703
Face 11403 5813 5704 777
Face 11404 5507 6446 5704
Face 11405 5737 5705 5739
Face 11406 5737 5707 5705
Face 11407 5816 6402 5507
Face 11408 5816 5293 6402
Face 11409 2416 5736 5330
Face 11410 2416 5716 5736
Face 11411 6336 6332 2011
Face 11412 5292 6328 6332
Face 11413 5917 5709 2416
Face 11414 5917 1081 5709
Face 11415 6172 6060 6128
Face 11416 5279 5424 6411
Face 11417 776 5711 5903
Face 11418 776 6283 5711
Face 11419 6051 5712 5714
Face 11420 5424 5279 6053
Face 11421 5642 6280 776
Face 11422 5642 6469 6280
Face 11423 5525 5714 5523
Face 11424 5525 6051 5714
Face 11425 5511 6227 6230
Face 11426 5511 5859 6227
Face 11427 5442 5716 5709
Face 11428 5442 2405 5716
Face 11429 5447 5717 6218
Face 11430 5447 6286 5717
Face 11431 2405 5718 5434
Face 11432 2405 5442 5718
Face 11433 5327 5719 5503
Face 11434 5327 5723 5719
Face 11435 5276 5720 5724
Face 11436 5276 5277 5720
Face 11437 5445 5721 6201
Face 11438 5445 5447 5721
Face 11439 5434 5722 2406
Face 11440 5434 5718 5722
Face 11441 5346 5723 5327
Face 11442 6302 5445 5723
Face 11443 5865 5724 5720
Face 11444 5436 5434 5724
Face 11445 1310 5725 499
Face 11446 1310 3699 5725
Face 11447 5759 5726 5762
Face 11448 5759 5757 5726
Face 11449 499 6451 6367
Face 11450 499 5725 6451
Face 11451 6095 5862 6105
Face 11452 6095 5729 5862
Face 11453 5726 5729 2799
Face 11454 5726 5757 5729
Face 11455 5735 5730 5450
Face 11456 5735 5388 5730
Face 11457 5396 5731 6394
Face 11458 6074 5733 5731
Face 11459 5249 5732 1446
Face 11460 5249 5761 5732
Face 11461 5388 6342 5730
Face 11462 5388 6071 5733
Face 11463 5444 5734 5707
Face 11464 5444 5436 5734
Face 11465 5356 5735 5470
Face 11466 5356 5388 5735
Face 11467 5707 5736 5444
Face 11468 5707 5737 5736
Face 11469 5330 5737 5338
Face 11470 5330 5736 5737
Face 11471 5747 6202 5428
Face 11472 307 5510 5738
Face 11473 5338 5739 6217
Face 11474 5338 5737 5739
Face 11475 5744 5989 5992
Face 11476 5306 5321 5740
Face 11477 5420 5755 5753
Face 11478 5751 5942 5957
Face 11479 5749 6228 5739
Face 11480 6234 5619 6237
Face 11481 6370 5995 5746
Face 11482 6370 5998 5995
Face 11483 5961 5985 5741
Face 11484 5961 5958 5744
Face 11485 5377 6238 5750
Face 11486 5377 6234 6238
Face 11487 6194 5746 1126
Face 11488 6194 3796 5746
Face 11489 6005 5747 6008
Face 11490 307 5738 5747
Face 11491 5375 5748 6194
Face 11492 5375 5377 5748
Face 11493 5336 5749 6205
Face 11494 5336 6228 5749
Face 11495 704 6304 6452
Face 11496 6299 6442 5750
Face 11497 5420 5910 5755
Face 11498 5420 5487 5910
Face 11499 5479 6205 5749
Face 11500 5479 5446 5752
Face 11501 5985 5753 5755
Face 11502 5744 5992 5753
Face 11503 6220 5754 5756
Face 11504 6220 5752 5754
Face 11505 5957 5755 5751
Face 11506 5957 5985 5755
Face 11507 6304 5756 6452
Face 11508 6304 6307 5756
Face 11509 779 5757 2800
Face 11510 779 5728 5757
Face 11511 5505 5758 5512
Face 11512 5505 1638 6284
Face 11513 2800 5759 3276
Face 11514 2800 5757 5759
Face 11515 5512 5760 5516
Face 11516 5512 5758 5760
Face 11517 5219 5761 5249
Face 11518 5219 5334 5761
Face 11519 5281 5762 6311
Face 11520 5281 5759 5762
Face 11521 6318 5768 2013
Face 11522 5514 5760 5763
Face 11523 5334 5764 5761
Face 11524 5334 5342 5764
Face 11525 6311 5765 5768
Face 11526 6311 5762 5765
Face 11527 5999 5766 5608
Face 11528 5999 5996 5766
Face 11529 6230 6321 5511
Face 11530 6325 6132 5767
Face 11531 5763 5775 5772
Face 11532 5763 5771 5775
Face 11533 5982 5769 5408
Face 11534 5982 5988 5975
Face 11535 5918 5770 5924
Face 11536 5918 5779 5922
Face 11537 5283 5771 6308
Face 11538 5283 5775 5771
Face 11539 5514 5772 6129
Face 11540 5514 5763 5772
Face 11541 5331 5773 5975
Face 11542 5331 5335 5773
Face 11543 5340 5914 1503
Face 11544 5916 1505 5778
Face 11545 5768 5775 5283
Face 11546 5768 6318 5775
Face 11547 5991 5993 5331
Face 11548 5987 5778 5776
Face 11549 2371 5777 2372
Face 11550 2371 5793 5777
Face 11551 5774 5778 5987
Face 11552 5909 5916 5778
Face 11553 5385 5779 5786
Face 11554 5385 6045 6041
Face 11555 5484 5780 5784
Face 11556 5484 5870 5780
Face 11557 5475 5781 5384
Face 11558 5794 5698 5796
Face 11559 5387 5782 5393
Face 11560 5387 5616 5782
Face 11561 5725 5783 5727
Face 11562 5725 5787 5783
Face 11563 5936 5784 5914
Face 11564 5936 5484 5784
Face 11565 6397 5785 5782
Face 11566 6397 5781 5785
Face 11567 5471 5786 6421
Face 11568 5471 5385 5786
Face 11569 5795 5787 5793
Face 11570 5795 5783 5787
Face 11571 5473 5788 5471
Face 11572 5473 6397 5788
Face 11573 6288 5789 5604
Face 11574 6122 6112 5789
Face 11575 498 5790 5626
Face 11576 498 5809 5790
Face 11577 5604 5791 6165
Face 11578 5604 5789 5791
Face 11579 5287 5792 2008
Face 11580 5287 5496 5792
Face 11581 5540 5793 2371
Face 11582 5540 5795 5793
Face 11583 5475 5794 5796
Face 11584 5475 5287 5794
Face 11585 5245 5795 5540
Face 11586 5245 6448 5795
Face 11587 5781 5796 5785
Face 11588 5781 5475 5796
Face 11589 5527 5797 6183
Face 11590 5527 5715 5837
Face 11591 6190 5802 6012
Face 11592 5838 2009 5802
Face 11593 5715 5799 5801
Face 11594 5715 5527 5799
Face 11595 777 5800 5794
Face 11596 777 5664 5800
Face 11597 5522 5801 5799
Face 11598 6135 6321 6230
Face 11599 5798 5802 414
Face 11600 5798 6012 5802
Face 11601 1301 5803 6046
Face 11602 1301 5344 5803
Face 11603 946 5804 5437
Face 11604 946 1882 5804
Face 11605 5680 6046 5803
Face 11606 5874 5807 5876
Face 11607 1882 5806 5804
Face 11608 1882 2697 5806
Face 11609 5879 5807 5631
Face 11610 5879 5876 5807
Face 11611 5899 5808 5897
Face 11612 941 348 5901
Face 11613 497 5809 5807
Face 11614 497 5812 5809
Face 11615 872 5810 5812
Face 11616 872 1658 5810
Face 11617 6210 5811 5343
Face 11618 5341 5339 5811
Face 11619 6467 5812 5810
Face 11620 5790 5809 5812
Face 11621 5507 5813 5287
Face 11622 5507 5704 5813
Face 11623 5360 6223 6192
Face 11624 5360 5661 6223
Face 11625 1837 5815 3887
Face 11626 1837 6467 5815
Face 11627 2008 5816 5507
Face 11628 2008 5792 5816
Face 11629 2633 5817 1837
Face 11630 2633 5360 5817
Face 11631 5316 5818 5900
Face 11632 5316 1014 5818
Face 11633 5309 5819 5808
Face 11634 5309 5839 5819
Face 11635 5633 5820 5677
Face 11636 5633 5681 5820
Face 11637 1304 5905 5902
Face 11638 1304 5309 5905
Face 11639 5391 5822 5668
Face 11640 5391 5826 5822
Face 11641 5808 5823 5905
Face 11642 5808 5899 5823
Face 11643 5421 5824 5822
Face 11644 5421 5423 5824
Face 11645 1305 5825 6033
Face 11646 5898 5901 5825
Face 11647 5655 5826 5659
Face 11648 5655 5421 5826
Face 11649 5344 5827 5803
Face 11650 5344 1305 5827
Face 11651 522 5828 2398
Face 11652 522 5830 5828
Face 11653 5803 5829 5680
Face 11654 5803 5827 5829
Face 11655 943 5830 6014
Face 11656 943 5828 5830
Face 11657 5937 5831 5223
Face 11658 5937 1551 5831
Face 11659 1996 5832 5830
Face 11660 1996 1171 5832
Face 11661 5422 5833 6051
Face 11662 5422 1632 5833
Face 11663 1172 5834 5836
Face 11664 1172 5832 5834
Face 11665 5297 5835 5704
Face 11666 5297 5666 6186
Face 11667 6406 5836 5834
Face 11668 1324 6410 5836
Face 11669 5797 5837 5645
Face 11670 5797 5527 5837
Face 11671 6190 5838 5802
Face 11672 6190 6193 5838
Face 11673 5258 5839 1303
Face 11674 5258 1324 5839
Face 11675 5538 5840 6267
Face 11676 6183 5797 6184
Face 11677 1303 5841 5258
Face 11678 1303 5843 5841
Face 11679 5311 5842 6010
Face 11680 6002 5608 6007
Face 11681 6341 5843 1303
Face 11682 6341 5847 5843
Face 11683 5608 5844 6007
Face 11684 5608 5770 5844
Face 11685 1014 6232 5319
Face 11686 1014 6229 6232
Face 11687 412 6043 5381
Face 11688 412 5920 5846
Face 11689 942 5847 6232
Face 11690 6226 5546 5847
Face 11691 2420 5848 6061
Face 11692 2420 5850 5848
Face 11693 6035 5849 6032
Face 11694 6035 6025 5849
Face 11695 5667 5850 6439
Face 11696 5667 5848 5850
Face 11697 5997 5851 855
Face 11698 6007 5844 5851
Face 11699 2223 6273 5850
Face 11700 2223 54 6273
Face 11701 2013 5853 5859
Face 11702 2013 5765 5853
Face 11703 5358 5854 2903
Face 11704 5358 863 5854
Face 11705 5289 5855 2799
Face 11706 5289 5853 5855
Face 11707 6357 5856 5792
Face 11708 6361 6412 5856
Face 11709 5536 5857 6111
Face 11710 5536 5548 5857
Face 11711 5792 5858 5816
Face 11712 5792 5856 5858
Face 11713 5548 5859 5857
Face 11714 5548 6227 5859
Face 11715 1313 5860 3802
Face 11716 1313 5949 5860
Face 11717 6097 5861 6072
Face 11718 5255 5864 5861
Face 11719 5728 5862 5729
Face 11720 5728 5589 5862
Face 11721 5530 5863 3707
Face 11722 6366 5959 5863
Face 11723 6105 5864 5255
Face 11724 6105 5862 5864
Face 11725 5436 5865 5734
Face 11726 5436 5724 5865
Face 11727 5477 6473 5285
Face 11728 5477 5870 6473
Face 11729 5734 5867 5701
Face 11730 5734 5865 5867
Face 11731 5496 6429 5792
Face 11732 5496 5866 6429
Face 11733 5865 5869 5867
Face 11734 5865 5720 5869
Face 11735 5498 5870 6353
Face 11736 5498 6473 5870
Face 11737 5247 5871 5908
Face 11738 5247 5873 5871
Face 11739 1534 5872 6039
Face 11740 1534 169 5872
Face 11741 5199 5873 5201
Face 11742 5878 5871 5873
Face 11743 6042 5874 5876
Face 11744 6042 5872 5874
Face 11745 5228 5947 5199
Face 11746 5968 5357 5875
Face 11747 5805 5876 5879
Face 11748 5805 5680 5876
Face 11749 5631 5877 5678
Face 11750 5631 498 5877
Face 11751 5199 5878 5873
Face 11752 5199 5947 5878
Face 11753 413 5879 5631
Face 11754 413 5805 5879
Face 11755 5570 5880 5878
Face 11756 5570 5967 5880
Face 11757 5351 5888 6082
Face 11758 6075 413 5881
Face 11759 6113 5882 6221
Face 11760 6068 6071 5882
Face 11761 6100 6384 6096
Face 11762 6100 6106 6384
Face 11763 5678 5884 5881
Face 11764 5678 5877 5884
Face 11765 5386 5885 5694
Face 11766 5386 5889 6150
Face 11767 6027 5886 6121
Face 11768 6235 6068 6110
Face 11769 869 5887 6089
Face 11770 5895 5883 5893
Face 11771 5881 6079 6075
Face 11772 5881 5884 6457
Face 11773 6464 5889 5386
Face 11774 6464 5892 5889
Face 11775 6103 6099 5893
Face 11776 5354 5457 5890
Face 11777 6076 6387 5895
Face 11778 6076 6069 6387
Face 11779 6065 5892 5467
Face 11780 6065 5889 5892
Face 11781 5887 5893 6099
Face 11782 5887 5895 5893
Face 11783 6121 6030 6027
Face 11784 410 6124 6030
Face 11785 869 5895 5887
Face 11786 869 6076 5895
Face 11787 6150 5896 6127
Face 11788 6150 5889 5896
Face 11789 1299 5897 524
Face 11790 1299 5899 5897
Face 11791 1305 5898 5825
Face 11792 1305 5907 5898
Face 11793 941 5899 1299
Face 11794 941 5901 5899
Face 11795 1300 5900 5689
Face 11796 1300 5316 5900
Face 11797 5823 5901 5898
Face 11798 5823 5899 5901
Face 11799 5818 5902 5900
Face 11800 5818 1304 5902
Face 11801 5404 5903 5906
Face 11802 5404 5642 5903
Face 11803 5689 5904 5675
Face 11804 5689 5900 5904
Face 11805 5821 5905 5823
Face 11806 5821 5902 5905
Face 11807 5662 5906 5389
Face 11808 5662 5404 5906
Face 11809 5686 5907 5904
Face 11810 5686 5821 5907
Face 11811 5251 6432 5593
Face 11812 5251 5247 5908
Face 11813 5774 5909 5778
Face 11814 5774 5939 5909
Face 11815 5751 5910 5417
Face 11816 5751 5755 5910
Face 11817 5871 5911 5908
Face 11818 5871 5880 5911
Face 11819 5417 5912 5751
Face 11820 5936 5914 5939
Face 11821 5996 5913 5766
Face 11822 5996 1505 5913
Face 11823 5909 5914 5340
Face 11824 5909 5939 5914
Face 11825 5333 5915 5620
Face 11826 5333 5917 5915
Face 11827 5340 5916 5909
Face 11828 6354 5913 5916
Face 11829 2862 5917 5333
Face 11830 2862 1081 5917
Face 11831 6471 5918 6354
Face 11832 6471 5786 5918
Face 11833 1551 5919 5831
Face 11834 5943 5743 5919
Face 11835 5844 5920 5851
Face 11836 5844 5922 5920
Face 11837 5248 5921 5250
Face 11838 5248 5919 5921
Face 11839 5770 5922 5844
Face 11840 5770 5918 5922
Face 11841 5250 5923 5253
Face 11842 5250 5921 5923
Face 11843 5766 5924 5770
Face 11844 5766 5913 5924
Face 11845 5321 5925 5923
Face 11846 5321 5306 5925
Face 11847 5253 5926 5204
Face 11848 5253 5929 5926
Face 11849 5991 5927 5776
Face 11850 5342 5930 5927
Face 11851 5951 5928 5741
Face 11852 5935 5932 5928
Face 11853 5923 5929 5253
Face 11854 5923 5925 5929
Face 11855 5334 5930 5342
Face 11856 5334 5941 5930
Face 11857 5059 5931 5224
Face 11858 5059 6023 5931
Face 11859 5925 5932 5929
Face 11860 5925 5928 5932
Face 11861 5484 5933 5489
Face 11862 5484 5936 5933
Face 11863 5202 5934 773
Face 11864 5202 5938 5934
Face 11865 5323 5935 5945
Face 11866 5323 5932 5935
Face 11867 5417 5936 5939
Face 11868 5417 5933 5936
Face 11869 5224 5937 3797
Face 11870 5224 5940 5937
Face 11871 5205 5938 5202
Face 11872 5205 5323 5938
Face 11873 5912 5939 5774
Face 11874 5912 5417 5939
Face 11875 5931 5940 5224
Face 11876 5931 1127 5953
Face 11877 5219 5941 5334
Face 11878 5219 5938 5941
Face 11879 5948 5942 5912
Face 11880 5337 5951 5942
Face 11881 1551 5943 5919
Face 11882 1551 5960 5943
Face 11883 5186 5944 5966
Face 11884 5186 933 5944
Face 11885 5983 5945 5337
Face 11886 5930 5941 5945
Face 11887 5743 5946 5740
Face 11888 5743 5943 5946
Face 11889 5974 5947 5968
Face 11890 5974 5570 5947
Face 11891 5337 5948 5983
Face 11892 5337 5942 5948
Face 11893 3852 5949 1313
Face 11894 3852 5186 5949
Face 11895 1504 6010 5573
Face 11896 1504 5311 6010
Face 11897 5935 5951 5337
Face 11898 5935 5928 5951
Face 11899 5210 5952 5955
Face 11900 5969 1504 5952
Face 11901 5940 5960 1551
Face 11902 5940 5931 5953
Face 11903 2968 5954 5441
Face 11904 5966 5971 5954
Face 11905 5875 5955 5968
Face 11906 5875 5210 5955
Face 11907 5943 5956 5946
Face 11908 5943 5960 5956
Face 11909 5741 5957 5951
Face 11910 5741 5985 5957
Face 11911 5740 5958 5961
Face 11912 5740 5946 5958
Face 11913 5860 5959 6366
Face 11914 5860 5949 5959
Face 11915 5953 5960 5940
Face 11916 5986 5956 5960
Face 11917 5306 5961 5741
Face 11918 5306 5740 5961
Face 11919 2969 5962 2968
Face 11920 2969 5959 5962
Face 11921 1117 5963 2407
Face 11922 1117 6120 5963
Face 11923 1127 5964 5953
Face 11924 1127 5272 5964
Face 11925 5357 5965 5875
Face 11926 5357 5230 5965
Face 11927 2968 5966 5954
Face 11928 2968 5962 5966
Face 11929 5211 5967 5469
Face 11930 5211 5880 5967
Face 11931 5228 5968 5947
Face 11932 5228 5357 5968
Face 11933 5210 5969 5952
Face 11934 5210 5355 5969
Face 11935 5570 5977 5967
Face 11936 5570 5974 5977
Face 11937 5944 5971 5966
Face 11938 5944 5185 5971
Face 11939 5355 5972 5969
Face 11940 5355 5769 5972
Face 11941 5573 5973 5970
Face 11942 5573 5576 5973
Face 11943 5955 5974 5968
Face 11944 5955 5970 5974
Face 11945 5769 5975 5972
Face 11946 5769 5982 5975
Face 11947 6175 5976 5710
Face 11948 6175 6178 6161
Face 11949 5970 5977 5974
Face 11950 5970 5973 5977
Face 11951 5576 5978 5973
Face 11952 6013 5553 5978
Face 11953 5408 5979 5353
Face 11954 5408 5769 5979
Face 11955 6328 6158 5708
Face 11956 5606 6063 5980
Face 11957 5973 5981 5977
Face 11958 5973 5978 5981
Face 11959 5325 5982 5408
Face 11960 5325 5764 5982
Face 11961 5930 5983 5927
Face 11962 5930 5945 5983
Face 11963 5946 5984 5958
Face 11964 5946 5956 5984
Face 11965 5744 5985 5961
Face 11966 5744 5753 5985
Face 11967 5953 5986 5960
Face 11968 5953 5964 5986
Face 11969 5927 5987 5776
Face 11970 5927 5983 5987
Face 11971 5764 5988 5982
Face 11972 5764 5342 5988
Face 11973 5958 5989 5744
Face 11974 5958 5984 5989
Face 11975 5956 5990 5984
Face 11976 5956 5986 5990
Face 11977 5342 5991 5988
Face 11978 5342 5927 5991
Face 11979 307 6005 5998
Face 11980 307 5747 6005
Face 11981 5776 5993 5991
Face 11982 5776 1505 5993
Face 11983 6098 5994 3357
Face 11984 2933 6103 5994
Face 11985 5984 5995 5989
Face 11986 5984 5990 5995
Face 11987 5335 5996 5999
Face 11988 5335 5993 5996
Face 11989 5842 5997 5950
Face 11990 6007 5851 5997
Face 11991 5989 5998 5992
Face 11992 5989 5995 5998
Face 11993 5329 5999 6002
Face 11994 5329 5335 5999
Face 11995 5425 6000 6263
Face 11996 5425 5256 6000
Face 11997 5753 6001 5420
Face 11998 5753 5992 6001
Face 11999 5311 6002 5842
Face 12000 5311 5329 6002
Face 12001 5286 6003 6248
Face 12002 5286 5425 6003
Face 12003 5429 6004 6008
Face 12004 5429 5320 6004
Face 12005 5992 6005 6001
Face 12006 5992 5998 6005
Face 12007 6281 6243 6278
Face 12008 6281 6169 6006
Face 12009 5842 6007 5997
Face 12010 5842 6002 6007
Face 12011 6001 6008 6004
Face 12012 6001 6005 6008
Face 12013 6128 6009 6131
Face 12014 5292 6332 6009
Face 12015 5950 6010 5842
Face 12016 5950 5576 6010
Face 12017 6037 6029 6026
Face 12018 5379 6216 6029
Face 12019 5800 6012 5698
Face 12020 5800 6190 6012
Face 12021 5576 6013 5978
Face 12022 5576 5950 6013
Face 12023 1302 6014 6350
Face 12024 1302 943 6014
Face 12025 5339 6015 5811
Face 12026 5339 6018 6015
Face 12027 5453 6016 6040
Face 12028 5453 5465 6016
Face 12029 6216 6017 6029
Face 12030 6216 5619 6017
Face 12031 5623 6018 5339
Face 12032 5623 6021 6018
Face 12033 5553 6019 5453
Face 12034 5553 6013 6019
Face 12035 5599 6020 6028
Face 12036 5599 2620 6020
Face 12037 5613 6021 5623
Face 12038 5613 2474 6021
Face 12039 5381 6022 412
Face 12040 5381 410 6022
Face 12041 5324 6023 5059
Face 12042 5324 6026 6023
Face 12043 2474 6024 6383
Face 12044 2474 5613 6024
Face 12045 412 6025 5920
Face 12046 412 6022 6025
Face 12047 5448 6026 5324
Face 12048 5448 6037 6026
Face 12049 5612 6027 6030
Face 12050 5612 5889 6065
Face 12051 5611 6028 6031
Face 12052 5611 5599 6028
Face 12053 6011 6029 6017
Face 12054 6011 6026 6029
Face 12055 5894 6030 6124
Face 12056 5894 5612 6030
Face 12057 5061 6031 5617
Face 12058 5061 5611 6031
Face 12059 5303 6032 6019
Face 12060 5303 855 6032
Face 12061 1137 6033 1519
Face 12062 1137 6036 6033
Face 12063 5617 6034 5379
Face 12064 5617 6031 6034
Face 12065 855 6035 6032
Face 12066 855 5851 6035
Face 12067 5827 6036 5829
Face 12068 5827 6033 6036
Face 12069 5379 6037 5617
Face 12070 5379 6029 6037
Face 12071 3794 6038 5856
Face 12072 3794 6166 6038
Face 12073 5829 6039 6042
Face 12074 5829 6036 6039
Face 12075 5578 6040 5581
Face 12076 5578 5453 6040
Face 12077 5779 6041 6043
Face 12078 5779 5385 6041
Face 12079 5680 6042 5876
Face 12080 5680 5829 6042
Face 12081 5846 6043 412
Face 12082 5846 5779 6043
Face 12083 5614 6160 5894
Face 12084 5614 6048 6199
Face 12085 5616 6045 5385
Face 12086 5616 6436 6045
Face 12087 5805 6046 5680
Face 12088 5805 6050 6046
Face 12089 5712 6047 5714
Face 12090 6166 3794 6047
Face 12091 6041 6048 6043
Face 12092 6041 6045 6048
Face 12093 6016 6049 6040
Face 12094 6016 5305 6049
Face 12095 871 6050 5351
Face 12096 871 6046 6050
Face 12097 5424 6051 5833
Face 12098 5424 5712 6051
Face 12099 5492 6052 5461
Face 12100 5492 6054 6052
Face 12101 5712 6053 6047
Face 12102 5712 5424 6053
Face 12103 5305 6054 5492
Face 12104 5305 6016 6054
Face 12105 5376 6055 5460
Face 12106 5376 5057 6055
Face 12107 5274 6292 5869
Face 12108 5274 6176 6292
Face 12109 5279 6057 6053
Face 12110 6456 6174 6057
Face 12111 100 6058 6081
Face 12112 100 2222 6058
Face 12113 6144 6059 5277
Face 12114 6144 5299 6059
Face 12115 6136 6060 6172
Face 12116 6136 6063 6060
Face 12117 6067 6061 5848
Face 12118 5383 6058 6061
Face 12119 5277 6062 5274
Face 12120 5277 6059 6062
Face 12121 5976 6063 6411
Face 12122 5976 5980 6063
Face 12123 5413 6064 6067
Face 12124 5413 5521 6064
Face 12125 6027 6235 6110
Face 12126 6027 5612 6235
Face 12127 6251 6066 5647
Face 12128 6251 6184 6066
Face 12129 5383 6067 6064
Face 12130 5383 6061 6067
Face 12131 5467 6068 6235
Face 12132 5467 6071 6068
Face 12133 6079 6069 6076
Face 12134 6079 5881 6069
Face 12135 5406 6070 6424
Face 12136 5406 5637 6070
Face 12137 5731 6071 5467
Face 12138 5731 5733 6071
Face 12139 5410 6072 5383
Face 12140 5410 6097 6072
Face 12141 1892 6073 3717
Face 12142 1892 6080 6073
Face 12143 5396 6074 5731
Face 12144 5396 6070 6074
Face 12145 5351 6075 5888
Face 12146 5351 6050 6075
Face 12147 2935 6076 869
Face 12148 2935 6079 6076
Face 12149 6212 6209 3715
Face 12150 3714 5451 6077
Face 12151 5589 6078 5864
Face 12152 5589 2389 6078
Face 12153 5888 6079 2935
Face 12154 5888 6075 6079
Face 12155 2934 6080 1892
Face 12156 2934 6090 6080
Face 12157 5861 6081 6072
Face 12158 5861 6078 6081
Face 12159 5635 6082 5888
Face 12160 5635 6450 6082
Face 12161 5733 6342 5388
Face 12162 5733 6074 6083
Face 12163 1899 6084 2933
Face 12164 6094 6209 6130
Face 12165 6116 6085 5464
Face 12166 6116 6113 6221
Face 12167 870 6086 5635
Face 12168 870 6342 6086
Face 12169 5354 6087 6084
Face 12170 5354 5890 6087
Face 12171 1043 6173 5518
Face 12172 1043 6153 6156
Face 12173 5730 6089 5450
Face 12174 5730 6427 6089
Face 12175 3706 6090 2934
Face 12176 3706 6094 6090
Face 12177 6084 6091 5354
Face 12178 6084 1899 6130
Face 12179 6170 6317 6133
Face 12180 6164 6149 6092
Face 12181 5450 6093 5452
Face 12182 5450 6089 6093
Face 12183 1899 6094 6130
Face 12184 1899 6090 6094
Face 12185 2799 6095 6108
Face 12186 2799 5729 6095
Face 12187 5555 6096 5371
Face 12188 5555 6100 6096
Face 12189 5255 6097 6102
Face 12190 5255 5861 6097
Face 12191 2933 6098 1899
Face 12192 2933 5994 6098
Face 12193 5890 6099 6087
Face 12194 5890 6093 6099
Face 12195 3357 6100 5555
Face 12196 3357 5994 6100
Face 12197 5468 6101 5452
Face 12198 5468 5464 6101
Face 12199 6000 6102 6263
Face 12200 6000 5255 6102
Face 12201 6087 6103 2933
Face 12202 6087 6099 6103
Face 12203 5464 6331 6116
Face 12204 5464 5468 6331
Face 12205 5256 6105 6000
Face 12206 5256 6095 6105
Face 12207 5994 6106 6100
Face 12208 5994 6103 6106
Face 12209 868 6107 6104
Face 12210 868 5886 6107
Face 12211 5534 6108 5256
Face 12212 5534 6111 6108
Face 12213 2186 6109 6167
Face 12214 6288 5604 6290
Face 12215 5886 6110 6107
Face 12216 5886 6027 6110
Face 12217 5289 6111 5857
Face 12218 5289 6108 6111
Face 12219 6119 6112 6122
Face 12220 6119 281 6112
Face 12221 6068 6113 6110
Face 12222 6068 5882 6113
Face 12223 5536 6114 5645
Face 12224 5536 6111 6114
Face 12225 2187 6123 2894
Face 12226 2187 6119 6123
Face 12227 6107 6116 6331
Face 12228 6107 6113 6116
Face 12229 5645 6117 6066
Face 12230 5645 6114 6117
Face 12231 5456 6118 6052
Face 12232 5456 6022 6118
Face 12233 6126 6119 6122
Face 12234 6126 6123 6119
Face 12235 2893 6120 6115
Face 12236 2893 5963 6120
Face 12237 410 6121 6118
Face 12238 410 6030 6121
Face 12239 2186 6288 6109
Face 12240 2186 6126 6122
Face 12241 6115 6123 6126
Face 12242 6115 6120 6123
Face 12243 5381 6124 410
Face 12244 5381 6043 6124
Face 12245 5551 6125 6233
Face 12246 5551 1266 6125
Face 12247 1637 6126 2186
Face 12248 1637 6115 6126
Face 12249 5894 6127 5896
Face 12250 5894 6160 6127
Face 12251 5292 6128 6060
Face 12252 5292 6009 6128
Face 12253 5767 6129 6325
Face 12254 5767 5514 6129
Face 12255 6091 6130 6077
Face 12256 6091 6084 6130
Face 12257 6243 6143 6266
Face 12258 6006 6359 6143
Face 12259 2012 6132 6336
Face 12260 2012 5767 6132
Face 12261 5976 6161 5980
Face 12262 5976 6175 6161
Face 12263 5558 6134 5371
Face 12264 5558 6382 6134
Face 12265 6250 6135 6230
Face 12266 6250 6329 6135
Face 12267 5710 6411 5424
Face 12268 5710 5976 6411
Face 12269 5378 6382 5558
Face 12270 5378 5891 6137
Face 12271 6132 6138 6339
Face 12272 6132 6325 6138
Face 12273 6062 6139 6142
Face 12274 6062 6059 6139
Face 12275 6128 6140 6172
Face 12276 6128 6131 6140
Face 12277 2406 6141 5276
Face 12278 2406 5382 6141
Face 12279 6351 6142 5658
Face 12280 6176 6062 6142
Face 12281 6333 6143 6359
Face 12282 6333 6138 6163
Face 12283 5276 6144 5277
Face 12284 5276 6141 6144
Face 12285 5382 6145 6141
Face 12286 5382 2860 6145
Face 12287 6059 6146 6139
Face 12288 6059 5299 6146
Face 12289 5509 6266 6163
Face 12290 5509 6326 6266
Face 12291 6141 6148 6144
Face 12292 6141 6145 6148
Face 12293 6156 6149 6164
Face 12294 6088 6159 6149
Face 12295 6157 6150 6127
Face 12296 5885 5386 6150
Face 12297 6241 6151 5690
Face 12298 5390 5393 6151
Face 12299 5298 6152 6148
Face 12300 5298 5963 6152
Face 12301 6139 6153 6142
Face 12302 6139 6088 6153
Face 12303 6196 6154 5885
Face 12304 5280 6443 6154
Face 12305 5299 6155 6146
Face 12306 5299 6152 6155
Face 12307 6088 6156 6153
Face 12308 6088 6149 6156
Face 12309 5885 6157 6196
Face 12310 5885 6150 6157
Face 12311 5980 6324 5606
Face 12312 5980 6133 6324
Face 12313 6146 6159 6088
Face 12314 6146 6155 6159
Face 12315 6199 6160 5614
Face 12316 6199 6157 6160
Face 12317 6133 6161 6170
Face 12318 6133 5980 6161
Face 12319 2184 6162 6159
Face 12320 2184 1637 6162
Face 12321 6143 6163 6266
Face 12322 6143 6333 6163
Face 12323 6178 6170 6161
Face 12324 6178 6173 6164
Face 12325 5284 6165 5513
Face 12326 5284 5604 6165
Face 12327 6053 6166 6047
Face 12328 6053 6057 6166
Face 12329 6092 6317 6170
Face 12330 6092 6162 6167
Face 12331 5513 6168 6171
Face 12332 5513 6165 6168
Face 12333 6057 6169 6474
Face 12334 6057 6174 6169
Face 12335 6164 6170 6178
Face 12336 6164 6092 6170
Face 12337 2011 6171 2012
Face 12338 2011 5513 6171
Face 12339 5279 6456 6057
Face 12340 5279 6136 6172
Face 12341 6156 6173 1043
Face 12342 6156 6164 6173
Face 12343 6140 6174 6456
Face 12344 6359 6006 6174
Face 12345 1632 6175 5710
Face 12346 1632 2185 6175
Face 12347 6289 6351 5658
Face 12348 6340 6355 6351
Face 12349 3694 6399 1652
Face 12350 3694 6182 6177
Face 12351 2185 6178 6175
Face 12352 2185 6173 6178
Face 12353 5275 6188 6352
Face 12354 5275 6289 6179
Face 12355 5272 6180 5375
Face 12356 5272 6017 6180
Face 12357 5518 6181 6188
Face 12358 5518 2185 6181
Face 12359 5198 6182 3694
Face 12360 5198 5439 6182
Face 12361 6189 6183 6184
Face 12362 6189 5295 6183
Face 12363 5840 6184 6251
Face 12364 5840 6189 6184
Face 12365 5439 6185 6182
Face 12366 5439 5971 6185
Face 12367 5835 6186 5538
Face 12368 5835 5297 6186
Face 12369 6198 6187 5245
Face 12370 2632 6435 6195
Face 12371 6179 6188 5275
Face 12372 6179 5518 6188
Face 12373 5538 6189 5840
Face 12374 5538 6186 6189
Face 12375 5664 6190 5800
Face 12376 5664 6193 6190
Face 12377 583 6191 2183
Face 12378 6352 6356 6338
Face 12379 5529 6192 6187
Face 12380 5529 5360 6192
Face 12381 5835 6193 5664
Face 12382 5835 5538 6193
Face 12383 3795 6194 5748
Face 12384 3795 3796 6194
Face 12385 6187 6195 5529
Face 12386 6187 6198 6195
Face 12387 5280 6196 6044
Face 12388 5280 6154 6196
Face 12389 2183 6197 3795
Face 12390 2183 6368 6197
Face 12391 2632 6198 5245
Face 12392 2632 6195 6198
Face 12393 6044 6199 6048
Face 12394 6044 6196 6199
Face 12395 5510 6200 5738
Face 12396 6371 6388 6200
Face 12397 1265 6201 3741
Face 12398 1265 5445 6201
Face 12399 5738 6202 5747
Face 12400 5738 6211 6202
Face 12401 1129 6203 6206
Face 12402 1129 2174 6203
Face 12403 5721 6204 6201
Face 12404 5721 5449 6204
Face 12405 5752 6205 5479
Face 12406 5752 6220 6205
Face 12407 2556 6206 5153
Face 12408 2556 1129 6206
Face 12409 2897 6207 2390
Face 12410 2897 6204 6207
Face 12411 6203 6208 6206
Face 12412 6203 2620 6208
Face 12413 6077 6209 6212
Face 12414 6077 6130 6209
Face 12415 5341 6210 5742
Face 12416 5341 5811 6210
Face 12417 6200 6211 5738
Face 12418 6200 6388 6211
Face 12419 3714 6212 6207
Face 12420 3714 6077 6212
Face 12421 2473 6396 6462
Face 12422 2473 5341 6396
Face 12423 6231 6228 5336
Face 12424 5742 6210 6214
Face 12425 5449 6215 3714
Face 12426 5449 6218 6215
Face 12427 5326 6216 5379
Face 12428 5326 6219 6216
Face 12429 6210 6217 6214
Face 12430 6210 5343 6217
Face 12431 5721 6218 5449
Face 12432 5721 5447 6218
Face 12433 6213 6219 5326
Face 12434 6213 6224 6219
Face 12435 6300 6220 5756
Face 12436 5745 6205 6220
Face 12437 6085 6221 5470
Face 12438 6085 6116 6221
Face 12439 5412 6222 5401
Face 12440 5412 5415 6222
Face 12441 5814 6223 5661
Face 12442 5814 6192 6223
Face 12443 5742 6224 6213
Face 12444 5742 6214 6224
Face 12445 5401 6225 6229
Face 12446 5401 6222 6225
Face 12447 942 6226 5847
Face 12448 6453 6444 6226
Face 12449 5715 6227 5548
Face 12450 5715 5801 6227
Face 12451 6214 6228 6231
Face 12452 6214 6217 6228
Face 12453 5669 6229 1014
Face 12454 5669 5401 6229
Face 12455 5801 6230 6227
Face 12456 5801 6250 6230
Face 12457 6224 6237 6219
Face 12458 6224 6214 6231
Face 12459 5845 6232 6229
Face 12460 5845 942 6232
Face 12461 5241 6233 6125
Face 12462 5241 5242 6233
Face 12463 6240 6234 6237
Face 12464 6240 5745 6249
Face 12465 6065 6235 5612
Face 12466 6065 5467 6235
Face 12467 5271 6236 2778
Face 12468 5271 3648 6236
Face 12469 6231 6237 6224
Face 12470 6231 6240 6237
Face 12471 5745 6300 6249
Face 12472 5745 6220 6300
Face 12473 6425 6239 6385
Face 12474 6361 5856 6357
Face 12475 5336 6240 6231
Face 12476 5336 5745 6240
Face 12477 5390 6443 5280
Face 12478 5390 6151 6241
Face 12479 5431 6242 5428
Face 12480 5431 5481 6242
Face 12481 6006 6243 6281
Face 12482 6006 6143 6243
Face 12483 4466 6244 1260
Face 12484 4466 5587 6244
Face 12485 5290 6245 5714
Face 12486 5290 5431 6245
Face 12487 6327 6246 2896
Face 12488 6335 5468 6246
Face 12489 5458 6247 5462
Face 12490 5458 6244 6247
Face 12491 5647 6248 6262
Face 12492 5647 6117 6248
Face 12493 6234 6249 6238
Face 12494 6234 6240 6249
Face 12495 5522 6250 5801
Face 12496 5522 5509 6250
Face 12497 6259 6251 5647
Face 12498 6259 6256 6251
Face 12499 5422 6252 6260
Face 12500 5422 6051 6252
Face 12501 2620 6378 6020
Face 12502 2620 6203 6253
Face 12503 2010 6254 5542
Face 12504 2010 5649 6265
Face 12505 5651 6469 6261
Face 12506 5651 6280 6469
Face 12507 5840 6256 6267
Face 12508 5840 6251 6256
Face 12509 5520 6322 6334
Face 12510 6326 5522 6257
Face 12511 5649 6276 5651
Face 12512 5649 6262 6258
Face 12513 5542 6259 2010
Face 12514 5542 6256 6259
Face 12515 6181 6260 6356
Face 12516 6181 5422 6260
Face 12517 5427 6261 5652
Face 12518 5427 6265 6261
Face 12519 2010 6262 5649
Face 12520 2010 6259 6262
Face 12521 5644 6263 5526
Face 12522 5644 6003 6263
Face 12523 2009 6264 5802
Face 12524 2009 6268 6282
Face 12525 6254 6265 5427
Face 12526 6254 2010 6265
Face 12527 6330 6266 6326
Face 12528 6330 6243 6266
Face 12529 5838 6267 6271
Face 12530 5838 6193 6267
Face 12531 5542 6268 6271
Face 12532 5542 6254 6268
Face 12533 2414 6269 54
Face 12534 2414 1174 6269
Face 12535 942 6453 6226
Face 12536 942 5845 6270
Face 12537 2009 6271 6268
Face 12538 2009 5838 6271
Face 12539 414 6272 6422
Face 12540 414 6264 6279
Face 12541 5852 6273 6269
Face 12542 5852 6439 6273
Face 12543 5261 6274 5366
Face 12544 5261 5270 6274
Face 12545 5402 6275 5432
Face 12546 5402 6376 6275
Face 12547 6258 6276 5649
Face 12548 6258 5644 6276
Face 12549 6038 6277 5858
Face 12550 6038 6474 6277
Face 12551 5706 6278 6147
Face 12552 5706 5293 6278
Face 12553 6376 6279 6275
Face 12554 6272 414 6279
Face 12555 5713 6280 6276
Face 12556 5713 776 6280
Face 12557 5293 6281 6278
Face 12558 5293 6277 6281
Face 12559 6264 6282 6279
Face 12560 6264 2009 6282
Face 12561 5526 6283 5713
Face 12562 5526 5524 6283
Face 12563 5758 6284 5771
Face 12564 5758 5505 6284
Face 12565 5531 6285 5533
Face 12566 5531 6475 6285
Face 12567 6306 6286 6302
Face 12568 6306 6303 6309
Face 12569 5273 6458 2182
Face 12570 5273 5754 6458
Face 12571 6122 6288 2186
Face 12572 6122 5789 6288
Face 12573 6340 6289 6296
Face 12574 6340 6351 6289
Face 12575 6109 6290 6320
Face 12576 6109 6288 6290
Face 12577 5466 6291 5494
Face 12578 5466 868 6291
Face 12579 6360 6355 2182
Face 12580 6056 5869 6292
Face 12581 6447 6293 583
Face 12582 6447 6459 6293
Face 12583 5350 6323 5463
Face 12584 5350 6291 6294
Face 12585 5717 6295 6218
Face 12586 5717 5486 6295
Face 12587 6459 6296 6293
Face 12588 6343 2182 6296
Face 12589 6400 6297 5350
Face 12590 5461 6052 6297
Face 12591 5486 6312 6416
Face 12592 5486 5717 6312
Face 12593 704 6299 5750
Face 12594 704 6343 6299
Face 12595 6307 6300 5756
Face 12596 6307 6249 6300
Face 12597 5483 6301 6305
Face 12598 5483 5461 6301
Face 12599 5346 6302 5723
Face 12600 5346 6306 6302
Face 12601 856 6303 6398
Face 12602 856 6298 6303
Face 12603 5750 6304 704
Face 12604 5750 6307 6304
Face 12605 6298 6305 6309
Face 12606 6298 5483 6305
Face 12607 5348 6306 5346
Face 12608 5348 6303 6306
Face 12609 6238 6307 5750
Face 12610 6238 6249 6307
Face 12611 3805 6308 6284
Face 12612 3805 66 6314
Face 12613 6286 6309 6312
Face 12614 6286 6306 6309
Face 12615 5783 6310 5727
Face 12616 5783 6448 6310
Face 12617 5283 6311 5768
Face 12618 5283 6314 6311
Face 12619 6305 6312 6309
Face 12620 6305 6416 6312
Face 12621 5295 6313 6183
Face 12622 5295 6322 6313
Face 12623 6308 6314 5283
Face 12624 6308 3805 6314
Face 12625 5523 6315 6348
Face 12626 5523 6245 6349
Face 12627 5547 6316 2782
Face 12628 5547 6433 6316
Face 12629 6167 6317 6092
Face 12630 6167 6109 6317
Face 12631 5772 6318 6321
Face 12632 5772 5775 6318
Face 12633 5559 6319 5554
Face 12634 5559 5547 6319
Face 12635 6133 6320 6324
Face 12636 6133 6317 6320
Face 12637 6129 6321 6135
Face 12638 6129 5772 6321
Face 12639 6257 6322 5520
Face 12640 6257 6313 6322
Face 12641 6294 6323 5350
Face 12642 6294 5455 6323
Face 12643 6158 6324 6320
Face 12644 6158 6328 6324
Face 12645 6135 6325 6129
Face 12646 6135 6329 6325
Face 12647 5520 6326 6257
Face 12648 5520 6330 6326
Face 12649 5455 6327 6323
Face 12650 5455 6246 6327
Face 12651 5606 6328 5292
Face 12652 5606 6324 6328
Face 12653 6138 6329 6163
Face 12654 6138 6325 6329
Face 12655 6147 6330 5520
Face 12656 6147 6278 6330
Face 12657 6104 6331 6335
Face 12658 6104 6107 6331
Face 12659 5708 6332 6328
Face 12660 5708 2011 6332
Face 12661 6131 6333 6359
Face 12662 6339 6138 6333
Face 12663 5296 6334 5291
Face 12664 5296 6147 6334
Face 12665 5455 6335 6246
Face 12666 5455 6104 6335
Face 12667 6009 6336 6339
Face 12668 6009 6332 6336
Face 12669 5572 6337 5370
Face 12670 5572 5472 6337
Face 12671 6379 6338 6315
Face 12672 6191 6352 6338
Face 12673 6131 6339 6333
Face 12674 6131 6009 6339
Face 12675 2182 6340 6296
Face 12676 2182 6355 6340
Face 12677 5319 6341 1014
Face 12678 5319 5847 6341
Face 12679 6083 6342 5733
Face 12680 6083 6086 6342
Face 12681 5273 6343 704
Face 12682 5273 2182 6343
Face 12683 5374 6344 5696
Face 12684 5374 6382 6344
Face 12685 5575 6345 6337
Face 12686 5575 5581 6345
Face 12687 1356 6346 6055
Face 12688 1356 1260 6346
Face 12689 3352 6347 6285
Face 12690 3352 6449 6347
Face 12691 6252 6348 6362
Face 12692 6252 5525 6348
Face 12693 6315 6349 6379
Face 12694 6315 5523 6349
Face 12695 5836 6350 6014
Face 12696 5836 6381 6350
Face 12697 6176 6351 6355
Face 12698 6176 6142 6351
Face 12699 583 6352 6191
Face 12700 583 6293 6352
Face 12701 5868 6353 6239
Face 12702 5868 5498 6353
Face 12703 5340 6354 5916
Face 12704 5340 6471 6354
Face 12705 6292 6355 6360
Face 12706 6292 6176 6355
Face 12707 6188 6356 6352
Face 12708 6188 6181 6356
Face 12709 6434 6357 5868
Face 12710 6434 6361 6357
Face 12711 3651 6358 3954
Face 12712 3651 5322 6358
Face 12713 6140 6359 6174
Face 12714 6140 6131 6359
Face 12715 6056 6360 6287
Face 12716 6056 6292 6360
Face 12717 6425 6361 6434
Face 12718 5481 775 6361
Face 12719 6338 6362 6315
Face 12720 6338 6356 6362
Face 12721 2638 6363 5814
Face 12722 2638 5261 6363
Face 12723 5521 6364 6369
Face 12724 5521 5415 6364
Face 12725 2903 6365 859
Face 12726 2903 5854 6365
Face 12727 5530 6366 5863
Face 12728 5530 5532 6366
Face 12729 5363 6367 6451
Face 12730 5363 6363 6367
Face 12731 6191 6368 2183
Face 12732 6191 6338 6379
Face 12733 526 6369 6364
Face 12734 526 6373 6369
Face 12735 3796 6370 5746
Face 12736 3796 5510 6370
Face 12737 5510 6371 6200
Face 12738 5510 6437 6371
Face 12739 2930 6372 5543
Face 12740 2930 2970 6372
Face 12741 5636 6373 526
Face 12742 5636 5906 6373
Face 12743 5624 6374 6378
Face 12744 5624 5627 6374
Face 12745 6197 6375 6371
Face 12746 6197 6368 6375
Face 12747 6272 6376 5670
Face 12748 6272 6279 6376
Face 12749 5389 6377 5395
Face 12750 5389 5636 6377
Face 12751 6253 6378 2620
Face 12752 6253 5624 6378
Face 12753 6368 6379 6388
Face 12754 6368 6191 6379
Face 12755 5693 6380 6404
Face 12756 5693 5697 6380
Face 12757 1302 6381 5841
Face 12758 1302 6350 6381
Face 12759 6137 6382 5378
Face 12760 6137 6472 6382
Face 12761 6020 6383 6028
Face 12762 6020 6378 6383
Face 12763 5883 6384 6106
Face 12764 5883 5378 6384
Face 12765 5320 6385 6004
Face 12766 5320 6425 6385
Face 12767 5586 6386 5254
Face 12768 5586 5596 6386
Face 12769 6395 6387 6069
Face 12770 6395 6390 6387
Face 12771 6375 6388 6371
Face 12772 6375 6368 6388
Face 12773 1998 6389 5834
Face 12774 1998 186 6389
Face 12775 5883 6390 5378
Face 12776 5883 5895 6390
Face 12777 5561 6391 5563
Face 12778 5561 6395 6391
Face 12779 2686 6392 2782
Face 12780 2686 5348 6392
Face 12781 3161 6393 2537
Face 12782 3161 2619 6393
Face 12783 5634 6394 5892
Face 12784 5634 5682 6394
Face 12785 5891 6395 5561
Face 12786 5891 6390 6395
Face 12787 6213 6396 5742
Face 12788 6213 5326 6396
Face 12789 5384 6397 5473
Face 12790 5384 5781 6397
Face 12791 5348 6398 6303
Face 12792 5348 2686 6398
Face 12793 6177 6399 3694
Face 12794 6177 6463 6399
Face 12795 5461 6400 6301
Face 12796 5461 6297 6400
Face 12797 6415 6401 5633
Face 12798 5397 5394 6401
Face 12799 5706 6402 5293
Face 12800 5706 5702 6402
Face 12801 842 6403 2762
Face 12802 842 5571 6403
Face 12803 5674 6404 5397
Face 12804 5674 5693 6404
Face 12805 6417 6405 5637
Face 12806 6417 5679 6405
Face 12807 1324 6406 5584
Face 12808 1324 5836 6406
Face 12809 2603 6407 2482
Face 12810 2603 3650 6407
Face 12811 6269 6408 5852
Face 12812 6269 1174 6408
Face 12813 5672 6409 5400
Face 12814 5672 6468 6409
Face 12815 5258 6410 1324
Face 12816 5258 6381 6410
Face 12817 6136 6411 6063
Face 12818 6136 5279 6411
Face 12819 775 6412 6361
Face 12820 775 5290 6412
Face 12821 5528 6413 2930
Face 12822 5528 3801 6413
Face 12823 5470 6414 6085
Face 12824 5470 5735 6414
Face 12825 5397 6415 6409
Face 12826 5397 6401 6415
Face 12827 6301 6416 6305
Face 12828 6301 6400 6416
Face 12829 5400 6417 5406
Face 12830 5400 5679 6417
Face 12831 3801 6418 6413
Face 12832 3801 1739 6418
Face 12833 5653 6419 5416
Face 12834 5653 5638 6419
Face 12835 3887 6420 2633
Face 12836 3887 2470 6420
Face 12837 5784 6421 1503
Face 12838 5784 5780 6421
Face 12839 5700 6422 5670
Face 12840 5700 5798 6422
Face 12841 2861 6423 6112
Face 12842 2861 1296 6423
Face 12843 5685 6424 5403
Face 12844 5685 5653 6424
Face 12845 5481 6425 6242
Face 12846 5481 6361 6425
Face 12847 6401 6426 5633
Face 12848 6401 496 6426
Face 12849 870 6427 6342
Face 12850 870 2935 6427
Face 12851 5086 6428 6420
Face 12852 5086 5661 6428
Face 12853 5868 6429 5498
Face 12854 5868 6357 6429
Face 12855 5533 6430 771
Face 12856 5533 6285 6430
Face 12857 5367 6431 5362
Face 12858 5367 5057 6431
Face 12859 5908 6432 5251
Face 12860 5908 5567 6432
Face 12861 5549 6433 5559
Face 12862 5549 5488 6433
Face 12863 6239 6434 5868
Face 12864 6239 6425 6434
Face 12865 6461 6435 6440
Face 12866 5535 6195 6435
Face 12867 5387 6436 5616
Face 12868 5387 5393 6436
Face 12869 3795 6437 3796
Face 12870 3795 6197 6437
Face 12871 5690 6438 6241
Face 12872 5690 5700 6438
Face 12873 6453 6439 5852
Face 12874 6270 5667 6439
Face 12875 6430 6440 771
Face 12876 6430 6461 6440
Face 12877 5423 6441 5660
Face 12878 5423 6255 6441
Face 12879 5748 6442 3795
Face 12880 5748 5750 6442
Face 12881 6241 6443 5390
Face 12882 6241 6438 6443
Face 12883 5852 6444 6453
Face 12884 5852 6408 6444
Face 12885 5443 6445 264
Face 12886 5443 3813 6445
Face 12887 5702 6446 5507
Face 12888 5702 5291 6446
Face 12889 6299 6447 6442
Face 12890 6299 6459 6447
Face 12891 5544 6448 6187
Face 12892 5544 6310 6448
Face 12893 5629 6449 3352
Face 12894 5629 1241 6449
Face 12895 5345 6450 5635
Face 12896 5345 6405 6450
Face 12897 5727 6451 5725
Face 12898 5727 5363 6451
Face 12899 5754 6452 5756
Face 12900 5754 5273 6452
Face 12901 6270 6453 942
Face 12902 6270 6439 6453
Face 12903 5609 6454 5610
Face 12904 5609 5262 6454
Face 12905 5432 6455 5655
Face 12906 5432 6275 6455
Face 12907 6172 6456 5279
Face 12908 6172 6140 6456
Face 12909 6069 6457 6395
Face 12910 6069 5881 6457
Face 12911 6287 6458 5754
Face 12912 6287 6360 6458
Face 12913 6343 6459 6299
Face 12914 6343 6296 6459
Face 12915 5563 6460 6344
Face 12916 5563 5884 6460
Face 12917 5535 6461 6449
Face 12918 5535 6435 6461
Face 12919 5615 6462 6034
Face 12920 5615 2473 6462
Face 12921 5183 6463 5191
Face 12922 5183 6399 6463
Face 12923 5688 6464 5386
Face 12924 5688 5634 6464
Face 12925 5236 6465 86
Face 12926 5236 5216 6465
Face 12927 5285 6466 5384
Face 12928 5285 5866 6466
Face 12929 5790 6467 5626
Face 12930 5790 5812 6467
Face 12931 5674 6468 5395
Face 12932 5674 5397 6468
Face 12933 6255 6469 6441
Face 12934 6255 6261 6469
Face 12935 5191 6470 5183
Face 12936 5191 3163 6470
Face 12937 1503 6471 5340
Face 12938 1503 5786 6471
Face 12939 5561 6472 6137
Face 12940 5561 5563 6472
Face 12941 5866 6473 5498
Face 12942 5866 5285 6473
Face 12943 6166 6474 6038
Face 12944 6166 6057 6474
Face 12945 3353 6475 5565
Face 12946 3353 5877 6475
================================================
FILE: models/fandisk_1k.m
================================================
# ||Computing arc-length boundary...
# ||Coarse Mesh L^2 Stretch Efficiency: 0.978106
# ||Coarse Mesh L^i Stretch Efficiency: 0.831746
# ||Optimizing coarse mesh...
# ||Coarse Mesh L^2 Stretch Efficiency: 0.999996
# ||Coarse Mesh L^i Stretch Efficiency: 0.997217
# ||Optimizing coarse-to-fine...
# ||(Timing on cpu=x86-L15-R0204 host=T-PEDROS)
# || (_ctf: 28.38)
# ||Fine Mesh L^2 Stretch Efficiency: 0.947283
# ||Fine Mesh L^i Stretch Efficiency: 0.286988
# ||Intra-Rectangle Efficiency: 0.695684
# ||Packing Efficiency: 0.475601
# |Created on 2003/11/15 21:32:19 using:
# | C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe fandisk_c4.param.m
# | -removeinfo
# |(Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# | (_readmesh: 0.45)
# | (Filtermesh: 0.48)
# Created on 2003/11/16 00:08:29 using:
# C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe fandisk_10k.m -qemc -nfaces
# 1000 -reduce -renumber
# (Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# (_readmesh: 0.27)
# Sred: (19419 ) 0:1e+030 av=4.11968e+026 sd=2.02933e+028
# (__initpq: 0.38)
# Reduced 5973 times, deleted 17919 edges, 11946 faces
# (_reduce: 9.32)
# (_renumber: 0.00)
# (Filtermesh: 9.58)
Vertex 1 1.00009e-006 15.435 -7.50641e-006
Vertex 2 2.6989 15.2005 -2.68026
Vertex 3 4.8279 15.3879 4.24175e-015
Vertex 4 2.42792 13.3987 -2.60171e-016
Vertex 5 4.56981 17.8381 0
Vertex 6 2.4279 13.1952 -2.32666
Vertex 7 0 15.2827 -2.14145
Vertex 8 4.8279 13.612 0
Vertex 9 3.36291 15.4688 -1.15891
Vertex 10 1.76296 12.8582 -2.26725
Vertex 11 4.8279 14.8311 -0.94831
Vertex 12 4.65767 17.6219 -0.518315
Vertex 13 1.19925 15.7352 -0.431031
Vertex 14 3.11549 14.1974 -1.83314
Vertex 15 1.23157 14.1117 -1.6967e-014
Vertex 16 1.48195 12.8194 -3.3934e-014
Vertex 17 1.043 15.6654 2.03554e-014
Vertex 18 0.246375 14.685 0
Vertex 19 0.962894 14.2763 -2.28059
Vertex 20 3.06532 13.4793 -0.66492
Vertex 21 4.4083 14.0734 -3.04793e-014
Vertex 22 2.45286 16.9203 -1.6967e-014
Vertex 23 2.79075 15.2948 -2.07435
Vertex 24 1.00825 15.2567 -2.33516
Vertex 25 0.219095 14.5109 -2.24763
Vertex 26 3.16259 13.7154 -1.07898
Vertex 27 3.08313 15.9522 -0.813887
Vertex 28 2.88726 16.7497 -0.672114
Vertex 29 4.65033 15.5686 -0.592528
Vertex 30 2.1779 12.6577 -1.89907
Vertex 31 3.54748 14.8687 -1.57953
Vertex 32 1.3723 14.554 -2.56627
Vertex 33 1.28544 13.8848 -1.53726
Vertex 34 2.7029 13.5536 -2.38987
Vertex 35 2.27298 12.8188 -3.3934e-014
Vertex 36 4.6808 13.9348 -0.30505
Vertex 37 2.86002 15.4289 -1.23598
Vertex 38 0.468401 15.448 -0.99236
Vertex 39 3.6454 17.6432 0
Vertex 40 0.755906 14.5877 0
Vertex 41 4.08375 14.4281 -0.524602
Vertex 42 3.1864 14.8952 -2.62643
Vertex 43 3.65709 16.295 -0.565927
Vertex 44 3.12406 15.1168 -1.37025
Vertex 45 4.6914 15.1791 -1.01673
Vertex 46 4.66207 16.7933 -0.371721
Vertex 47 3.37027 14.7624 -1.83926
Vertex 48 2.6989 14.8952 -2.62643
Vertex 49 1.31342 15.334 -1.75385
Vertex 50 1.33777 15.0173 -1.67492e-014
Vertex 51 1.66808 16.0735 -3.80002e-026
Vertex 52 3.99209 17.2352 -0.586509
Vertex 53 3.86614 17.7119 -0.260764
Vertex 54 1.3285 13.05 -3.3934e-014
Vertex 55 1.5785 12.6707 -1.80282
Vertex 56 1.3285 13.348 -0.16424
Vertex 57 4.26675 14.8551 -1.05348
Vertex 58 2.4279 13.3914 -0.405581
Vertex 59 0.534542 15.494 -8.95925e-013
Vertex 60 3.98722e-009 15.2116 -0.868653
Vertex 61 4.10642 13.8845 -0.419216
Vertex 62 4.03199 15.1849 -0.98351
Vertex 63 2.4279 12.9235 -1.78915
Vertex 64 4.8279 15.2649 -0.529773
Vertex 65 2.17085 15.8801 -0.832819
Vertex 66 0.618785 14.5236 -1.85603
Vertex 67 3.19283 14.4903 -2.42199
Vertex 68 3.05396 17.3636 -0.304684
Vertex 69 1.57914 15.9915 -0.423411
Vertex 70 2.4279 13.239 -2.05775
Vertex 71 2.7924 13.3458 -1.73921
Vertex 72 3.3963 13.8643 -0.850032
Vertex 73 3.83382 15.5271 -0.82801
Vertex 74 2.4279 13.0233 -0.749192
Vertex 75 4.8279 16.1461 -0.135251
Vertex 76 4.8279 14.5818 -0.291872
Vertex 77 4.8279 15.6444 -0.162599
Vertex 78 4.13829 14.3824 -0.783669
Vertex 79 4.12391 14.9186 -1.12532
Vertex 80 2.1779 12.7952 -0.327767
Vertex 81 1.29755 13.9269 -3.3934e-014
Vertex 82 1.13074 14.2738 -0.386023
Vertex 83 0.711183 14.6044 -0.318668
Vertex 84 0.25459 14.6278 -1.28453
Vertex 85 0.952842 15.6176 -0.424606
Vertex 86 4.53392 13.607 -0.135116
Vertex 87 4.8279 14.0834 -0.325502
Vertex 88 2.70517 13.6788 -2.31229
Vertex 89 0.715766 15.2005 -2.68026
Vertex 90 3.65697 14.8654 -1.45442
Vertex 91 4.8279 17.3318 3.3934e-014
Vertex 92 1.3285 13.6203 -1.11659
Vertex 93 3.16329 15.7127 -0.801885
Vertex 94 1.34745 12.8343 -1.73924
Vertex 95 3.43123 15.52 -0.868481
Vertex 96 4.66556 17.8433 -0.253128
Vertex 97 3.26022 14.6525 -2.0911
Vertex 98 3.11928 14.9974 -2.04668
Vertex 99 0.0981646 15.431 -0.393804
Vertex 100 4.235 15.5905 -0.468514
Vertex 101 3.83729 13.9034 -0.543208
Vertex 102 3.04799 13.7733 -1.25092
Vertex 103 2.8464 13.6811 -1.63286
Vertex 104 2.37702 16.8444 -0.319205
Vertex 105 2.6622 13.3758 -1.28888
Vertex 106 3.40007 15.314 -1.09741
Vertex 107 3.8093 15.3727 -0.812959
Vertex 108 0.199944 15.3722 -1.42135
Vertex 109 1.90161 12.7531 -1.09138
Vertex 110 0.812951 15.4329 -1.22791
Vertex 111 2.78034 15.5805 -1.01701
Vertex 112 3.82378 13.5737 -2.60171e-016
Vertex 113 2.70793 14.926 -2.45203
Vertex 114 4.40646 17.6739 -0.509152
Vertex 115 1.3285 13.0039 -0.931253
Vertex 116 0.962894 14.4103 -1.16438
Vertex 117 3.19435 17.4443 0
Vertex 118 1.40134 12.8673 -0.366257
Vertex 119 2.40812 12.9525 -3.3934e-014
Vertex 120 2.35369 12.8624 -0.445499
Vertex 121 2.66454 13.4312 -0.398007
Vertex 122 4.13511 16.6618 -0.439433
Vertex 123 5.84141e-007 15.3644 -1.47466
Vertex 124 2.89789 15.1902 -1.76947
Vertex 125 4.67558 15.4171 -0.562769
Vertex 126 4.8279 14.4517 -0.390453
Vertex 127 1.95578e-008 15.1437 1.27253e-014
Vertex 128 4.8279 16.8008 -0.366491
Vertex 129 4.8279 15.612 -0.346789
Vertex 130 4.8279 13.9446 0
Vertex 131 3.92773 13.5787 -0.22482
Vertex 132 0.426517 14.5084 -2.23305
Vertex 133 2.35386 12.7165 -1.99432
Vertex 134 2.67733 15.3853 -1.35712
Vertex 135 3.1807 15.3897 -1.34516
Vertex 136 2.16644 16.6167 -0.324911
Vertex 137 2.30407 13.2655 -2.33905
Vertex 138 2.74921 13.5567 -1.94515
Vertex 139 2.63732 17.0675 -0.616084
Vertex 140 1.87142 16.2723 -0.387658
Vertex 141 1.5785 12.7952 -0.327767
Vertex 142 6.87562e-007 15.428 -0.424496
Vertex 143 3.44517 15.5738 -0.56315
Vertex 144 2.94643 15.5519 -0.986955
Vertex 145 3.37931 14.3524 -0.954146
Vertex 146 1.78206 15.5742 -1.02458
Vertex 147 1.18519 14.0521 -2.02304
Vertex 148 2.70773 15.0778 -2.48097
Vertex 149 2.7939 15.0035 -2.01267
Vertex 150 2.87561 14.2278 -1.66066
Vertex 151 3.62842 17.6295 -0.51698
Vertex 152 2.4279 13.1773 -1.02208
Vertex 153 2.4279 13.358 -1.0255
Vertex 154 0.426517 14.673 -0.417655
Vertex 155 1.28544 13.9612 -0.569768
Vertex 156 4.69567 14.8253 -0.953911
Vertex 157 2.81223 13.4605 -2.60171e-016
Vertex 158 3.89737 15.2276 -0.741305
Vertex 159 2.1779 12.7257 -1.36316
Vertex 160 2.56989 13.249 -2.1542
Vertex 161 0.584547 15.3814 -1.37315
Vertex 162 0.771821 15.5428 -0.654081
Vertex 163 1.63496 16.0252 -0.799855
Vertex 164 3.31911 15.0073 -1.99079
Vertex 165 4.66282 15.6433 -0.169031
Vertex 166 4.60848 13.6075 -0.25473
Vertex 167 4.38941 13.9139 -0.342632
Vertex 168 2.53125 16.9878 -0.275502
Vertex 169 3.10377 13.4564 -1.11242
Vertex 170 2.60645 13.3231 -1.68016
Vertex 171 0.222986 14.6781 -0.416478
Vertex 172 5.21541e-008 14.6343 -1.20883
Vertex 173 4.8279 15.2226 -0.76982
Vertex 174 1.3285 12.8517 -2.26611
Vertex 175 3.68969 13.5521 -0.569348
Vertex 176 4.20038 13.5933 -0.335916
Vertex 177 3.10959 13.5002 -0.223271
Vertex 178 1.86571 12.6055 -2.2227
Vertex 179 3.73654 14.2954 -1.27721
Vertex 180 1.26901 13.8081 -2.43473
Vertex 181 1.32369 13.6654 -1.75955
Vertex 182 1.21071 13.9407 -2.45813
Vertex 183 0.885537 14.295 -2.52059
Vertex 184 2.7029 14.0828 -2.48317
Vertex 185 2.70857 14.1083 -2.3383
Vertex 186 3.1864 14.6032 -2.57494
Vertex 187 3.33476 14.2007 -1.8145
Vertex 188 2.94465 14.0828 -2.48317
Vertex 189 2.94265 14.8952 -2.62643
Vertex 190 3.50883 13.8355 -0.748568
Vertex 191 0.226303 15.352 -8.49174e-016
Vertex 192 4.35192 15.5605 -0.638337
Vertex 193 4.8279 14.0784 -0.149536
Vertex 194 4.34227 14.3549 -0.939363
Vertex 195 1.11759e-008 14.8048 -2.61049
Vertex 196 4.79631e-008 14.5577 -1.90782
Vertex 197 3.6102 17.6292 -0.226172
Vertex 198 0.426517 14.5891 -1.62578
Vertex 199 3.68166 15.099 -1.47104
Vertex 200 1.06883 14.3554 0
Vertex 201 0.962894 14.4474 -0.493538
Vertex 202 3.66811 13.8437 -0.633642
Vertex 203 1.25238 14.018 -1.15275
Vertex 204 2.86577 15.3219 -1.86422
Vertex 205 4.8279 17.8436 -0.479237
Vertex 206 4.22858 15.4029 -0.641526
Vertex 207 3.81664 14.8565 -1.30816
Vertex 208 4.04113 15.1453 -1.20818
Vertex 209 3.91627 14.3196 -1.14023
Vertex 210 3.98799 14.9353 -1.20195
Vertex 211 2.88666 17.2505 -0.583813
Vertex 212 4.67589 15.2638 -0.535722
Vertex 213 3.18377 15.2542 -1.31731
Vertex 214 2.70517 13.2578 -2.23805
Vertex 215 5.21541e-008 14.6719 -0.569081
Vertex 216 2.40888 12.7576 -2.24951
Vertex 217 2.35378 12.8229 -1.12186
Vertex 218 0.620725 14.419 -2.54245
Vertex 219 0.246375 14.4619 -2.55002
Vertex 220 1.48184 12.7783 -1.02031
Vertex 221 2.7703 15.1386 -2.11655
Vertex 222 4.8279 14.5576 -0.799614
Vertex 223 1.10151 14.277 -1.07867
Vertex 224 2.79093 15.4688 -1.15892
Vertex 225 2.9436 15.5 -0.98192
Vertex 226 4.03977 15.6228 -0.285674
Vertex 227 4.30076 16.9533 -0.449911
Vertex 228 4.585 17.8334 -0.481024
Vertex 229 2.27379 12.6243 -2.22601
Vertex 230 4.48265 13.6061 -1.58108e-010
Vertex 231 4.37573 15.4093 -0.605182
Vertex 232 3.63674 15.3545 -0.916327
Vertex 233 0.985432 15.6063 -0.991987
Vertex 234 0.782989 15.5613 2.71406e-014
Vertex 235 0.37395 15.4111 -1.27944
Vertex 236 0.559758 15.4964 -0.266792
Vertex 237 2.4279 13.2243 -3.3934e-014
Vertex 238 1.40201 12.6774 -2.23537
Vertex 239 0.618785 14.611 -0.943735
Vertex 240 2.56529 13.2186 -2.33079
Vertex 241 4.8279 17.8481 -0.239636
Vertex 242 0.799897 14.4024 -2.17481
Vertex 243 3.87712 16.4777 -0.497175
Vertex 244 3.18976 15.9387 -0.817647
Vertex 245 3.48414 16.5394 -0.709192
Vertex 246 3.47052 16.216 -0.660643
Vertex 247 3.51509 15.3386 -1.0027
Vertex 248 3.41606 15.1716 -1.05927
Vertex 249 4.65642 14.4503 -0.398818
Vertex 250 2.86836 15.7839 -0.871484
Vertex 251 2.78046 13.4209 -0.970419
Vertex 252 2.9966 13.4277 -1.2743
Vertex 253 2.93814 13.7269 -1.43708
Vertex 254 2.99632 14.2696 -1.42317
Vertex 255 3.41266 14.227 -1.66502
Vertex 256 3.19937 14.1153 -2.29832
Vertex 257 3.39748 15.0346 -1.83598
Vertex 258 2.97301 15.0761 -1.60064
Vertex 259 3.00319 15.2193 -1.57096
Vertex 260 1.48188 12.6696 -1.95004
Vertex 261 1.40136 12.8056 -1.31646
Vertex 262 3.81613 14.4069 -0.64463
Vertex 263 4.0624 14.3348 -1.05364
Vertex 264 4.65756 14.3661 -0.876508
Vertex 265 4.45199 15.6396 -0.189965
Vertex 266 4.3469 15.1675 -1.08217
Vertex 267 4.41289 14.9075 -1.0164
Vertex 268 3.19329 14.9188 -2.49278
Vertex 269 4.8279 15.4176 -0.556688
Vertex 270 1.3261 13.5253 -2.38487
Vertex 271 2.4279 13.0234 -2.29638
Vertex 272 3.94436 15.3846 -0.745836
Vertex 273 4.8279 14.4098 -0.628529
Vertex 274 4.44994 15.2588 -0.564738
Vertex 275 0.799897 14.533 -0.994082
Vertex 276 2.87598 15.538 -1.06392
Vertex 277 1.82816 16.2132 -0.766701
Vertex 278 2.67846 17.11 0
Vertex 279 4.8279 15.569 -0.109339
Vertex 280 2.65945 17.0922 -0.38007
Vertex 281 0.256643 14.66 -0.848884
Vertex 282 0.475067 14.673 0
Vertex 283 1.73928 16.1335 -0.398373
Vertex 284 2.27307 12.7884 -0.862566
Vertex 285 2.77894 14.1795 -1.93417
Vertex 286 3.1864 14.0828 -2.48317
Vertex 287 2.70763 15.2295 -2.50874
Vertex 288 2.2732 12.6725 -1.92588
Vertex 289 1.3568 15.5238 -1.0811
Vertex 290 2.718 15.5026 -1.10772
Vertex 291 3.20189 15.438 -1.21546
Vertex 292 3.63866 15.507 -0.941914
Vertex 293 3.29001 15.2857 -1.20031
Vertex 294 3.65614 15.2035 -0.877855
Vertex 295 3.86035 15.1252 -1.32211
Vertex 296 3.58955 14.2698 -1.42273
Vertex 297 3.22529 14.3249 -1.10978
Vertex 298 3.2914 13.7674 -0.937836
Vertex 299 1.30929 13.7412 -1.9352
Vertex 300 0.25921 14.5885 -1.67481
Vertex 301 4.8279 15.0865 -0.81965
Vertex 302 2.40811 12.9423 -0.460561
Vertex 303 0.140631 15.4394 -1.96427e-011
Vertex 304 1.82201 12.8 -3.3934e-014
Vertex 305 6.35557e-007 15.3953 -1.08826
Vertex 306 5.21541e-008 14.685 -4.35332e-013
Vertex 307 0 15.2005 -2.68026
Vertex 308 4.8279 15.5702 -0.583604
Vertex 309 1.34749 12.9445 -0.448465
Vertex 310 2.1779 12.7766 -0.76442
Vertex 311 2.6989 15.0478 -2.65335
Vertex 312 4.36565 14.4426 -0.442137
Vertex 313 4.8279 13.6098 -0.241995
Vertex 314 3.36118 13.5077 -0.821238
Vertex 315 2.98023e-008 14.4619 -2.55002
Vertex 316 2.14336 16.5805 -0.701952
Vertex 317 0.145762 15.405 -1.01529
Vertex 318 1.32613 13.7337 -3.3934e-014
Vertex 319 0.88407 14.3882 -1.92201
Vertex 320 3.34796 13.531 -2.60171e-016
Vertex 321 1.03561 14.2402 -2.07438
Vertex 322 1.3117 15.7832 -0.872297
Vertex 323 2.40807 12.8335 -1.73292
Vertex 324 2.42791 13.3015 -1.60572
Vertex 325 3.22163 14.5537 -2.22491
Vertex 326 3.7477 16.9481 -0.637128
Vertex 327 0.618785 14.4646 -2.26847
Vertex 328 1.13124 14.0623 -2.47957
Vertex 329 3.96957 13.9292 -0.482164
Vertex 330 1.80312 16.2039 1.20501e-025
Vertex 331 1.46732 15.9124 1.11625e-025
Vertex 332 4.39709 17.8214 -0.187295
Vertex 333 3.22423 14.9557 -2.28353
Vertex 334 4.8279 15.1803 -1.00987
Vertex 335 1.48181 12.8085 -0.492299
Vertex 336 1.40138 12.7331 -1.88568
Vertex 337 1.5785 12.7691 -0.873428
Vertex 338 2.85152 17.2345 -0.286842
Vertex 339 4.8279 17.85 3.3934e-014
Vertex 340 4.52632 14.8072 -0.972469
Vertex 341 1.34748 12.9545 -3.3934e-014
Vertex 342 3.36358 17.5198 -0.536331
Vertex 343 1.89225 12.7817 -0.667429
Vertex 344 2.7029 13.2408 -2.33471
Vertex 345 1.89069 12.6661 -1.83895
Vertex 346 0.477486 14.4497 -2.54787
Vertex 347 1.48291 12.6243 -2.226
Vertex 348 1.5785 12.7324 -1.30894
Vertex 349 3.27229 15.5525 -0.683827
Vertex 350 4.38156 17.5258 -0.535271
Vertex 351 3.92483 17.7227 -0.500543
Vertex 352 2.273 12.814 -0.328248
Vertex 353 0.797598 15.5296 -1.07414
Vertex 354 3.43903 17.5623 0
Vertex 355 4.8279 14.3678 -0.866607
Vertex 356 0.923808 14.487 0
Vertex 357 4.8279 17.7427 -0.497019
Vertex 358 2.26149 16.7284 -3.3934e-014
Vertex 359 3.40916 17.5467 -0.242345
Vertex 360 1.03561 14.3844 -0.423094
Vertex 361 0.88407 14.493 -0.811942
Vertex 362 0.65837 15.4958 -0.924036
Vertex 363 1.5785 12.8 -3.3934e-014
Vertex 364 4.45111 16.9538 -0.422
Vertex 365 1.21042 14.1215 -0.979396
Vertex 366 1.3285 13.1514 -2.31894
Vertex 367 2.1779 12.6055 -2.2227
Vertex 368 1.71946 15.7968 -0.865815
Vertex 369 4.39032 13.6018 -0.287421
Vertex 370 0.711183 14.5056 -1.72801
Vertex 371 3.04347 15.7125 -0.912112
Vertex 372 4.8279 13.6114 -0.121002
Vertex 373 1.25238 14.0606 -0.386872
Vertex 374 1.31649 13.8144 -0.588547
Vertex 375 0.571188 14.6483 -0.36829
Vertex 376 0.426517 14.6388 -1.08506
Vertex 377 3.86273 15.6115 -0.349377
Vertex 378 4.08595 15.5469 -0.715674
Vertex 379 4.52493 15.4142 -0.578099
Vertex 380 3.05292 15.3603 -1.51575
Vertex 381 3.08468 15.2359 -1.44543
Vertex 382 3.25321 15.1439 -1.21626
Vertex 383 3.5263 15.0686 -1.64349
Vertex 384 3.45669 14.7883 -1.69217
Vertex 385 1.15997 14.1666 -1.44279
Vertex 386 4.24637 13.9232 -0.379616
Vertex 387 2.79854 13.5867 -1.75759
Vertex 388 2.37246 16.829 -0.658127
Vertex 389 2.09374 15.3644 -1.47466
Vertex 390 4.18168 15.1572 -1.14095
Vertex 391 4.48889 14.3615 -0.901896
Vertex 392 4.53432 13.9132 -0.316188
Vertex 393 2.87125 15.0407 -1.80155
Vertex 394 3.20297 17.4473 -0.268566
Vertex 395 1.83918 12.7221 -1.40551
Vertex 396 0.464329 15.4672 -0.59689
Vertex 397 2.4279 13.05 -3.3934e-014
Vertex 398 3.065 15.4688 -1.15891
Vertex 399 3.10879 15.5291 -0.816824
Vertex 400 3.97543 17.7436 0
Vertex 401 2.4279 12.8517 -2.26611
Vertex 402 4.0848 15.3945 -0.689238
Vertex 403 1.86103 12.7972 -0.242805
Vertex 404 2.1779 12.8 -3.3934e-014
Vertex 405 2.81477 15.1632 -1.97022
Vertex 406 4.15568 15.2457 -0.63875
Vertex 407 0.711183 14.5607 -1.17653
Vertex 408 0.799897 14.4841 -1.53762
Vertex 409 0.314398 15.4188 -1.04986
Vertex 410 4.244 15.6325 -0.230353
Vertex 411 0.254471 15.4407 -0.449587
Vertex 412 4.27567 17.7986 -0.487169
Vertex 413 2.35382 12.7782 -1.54682
Vertex 414 1.48186 12.7326 -1.48007
Vertex 415 2.54408 15.4698 -1.15885
Vertex 416 0.566263 15.4551 -1.18325
Vertex 417 0.617028 15.406 -1.29097
Vertex 418 4.51721 15.1751 -1.03909
Vertex 419 1.25238 13.9222 -2.00783
Vertex 420 2.35358 12.8721 -3.3934e-014
Vertex 421 1.37341 15.8405 -0.371367
Vertex 422 1.40143 12.8735 -3.3934e-014
Vertex 423 1.99838 16.4256 -1.6967e-014
Vertex 424 1.34756 12.7574 -2.24947
Vertex 425 2.3822 15.4186 -1.26026
Vertex 426 1.61985 15.6817 -0.93249
Vertex 427 2.59054 15.7161 -0.908807
Vertex 428 3.6285 15.5923 -0.458208
Vertex 429 2.08846 15.9807 -0.807706
Vertex 430 2.71763 13.564 -2.14309
Vertex 431 1.10151 14.1518 -2.17817
Vertex 432 0.6188 14.6419 0
Vertex 433 0.799897 14.5587 -0.43513
Vertex 434 1.03561 14.3228 -1.40382
Vertex 435 3.58715 14.3822 -0.784914
Vertex 436 3.2645 14.9818 -2.13502
Vertex 437 3.29823 14.7288 -1.99245
Vertex 438 2.35483 12.6778 -2.23544
Vertex 439 1.15997 14.2126 -0.877396
Vertex 440 2.95127 15.3426 -1.68562
Vertex 441 0.757239 14.3654 -2.53302
Vertex 442 1.5785 12.6055 -2.2227
Vertex 443 4.15514 17.3815 -0.560713
Vertex 444 0.52359 14.5141 -2.0932
Vertex 445 2.93917 17.2955 0
Vertex 446 0.52359 14.6012 -1.36122
Vertex 447 0.962894 14.3558 -1.71016
Vertex 448 0.88407 14.4526 -1.34736
Vertex 449 4.8279 17.6419 -0.514801
Vertex 450 2.73645 15.1153 -2.26101
Vertex 451 3.12203 15.8184 -0.855734
Vertex 452 3.03428 15.882 -0.832128
Vertex 453 2.73118 14.1421 -2.14634
Vertex 454 2.72837 13.296 -2.02186
Vertex 455 3.10345 14.2982 -1.26127
Vertex 456 3.94826 13.5764 -0.431412
Vertex 457 2.36357 15.6311 -0.970172
Vertex 458 1.1499 15.6882 -0.927321
Vertex 459 3.50923 13.53 -0.694417
Vertex 460 3.28764 15.4316 -1.22857
Vertex 461 3.44915 13.5375 -0.295471
Vertex 462 4.16291 17.7828 -0.278933
Vertex 463 1.29223 15.7954 8.45997e-026
Vertex 464 1.21042 14.0716 -1.54109
Vertex 465 2.89566 13.3937 -1.46756
Vertex 466 1.03561 14.3601 -0.954891
Vertex 467 1.00023 14.205 -2.50473
Vertex 468 1.3285 13.4072 -3.3934e-014
Vertex 469 3.30083 16.1831 -0.772024
Vertex 470 1.21042 14.1509 -0.349063
Vertex 471 3.47676 15.486 -1.0607
Vertex 472 3.32152 15.8964 -0.705653
Vertex 473 0.711183 14.432 -2.26335
Vertex 474 1.11649 15.467 -1.16347
Vertex 475 1.46961 15.8915 -0.829773
Vertex 476 3.25529 14.1637 -2.02407
Vertex 477 0.618785 14.5659 -1.48345
Vertex 478 0.88407 14.3278 -2.33065
Vertex 479 4.19155 17.7913 0
Vertex 480 2.40809 12.9075 -1.0676
Vertex 481 2.27314 12.7394 -1.41965
Vertex 482 4.19966 14.346 -0.990131
Vertex 483 2.96045 15.6181 -0.981026
Vertex 484 0.88407 14.5124 -0.316662
Vertex 485 2.26155 15.455 -1.18351
Vertex 486 2.49786 15.5551 -1.04369
Vertex 487 3.12962 17.4011 -0.557259
Vertex 488 1.40135 12.8404 -0.915025
Vertex 489 1.30927 13.6691 -2.41023
Vertex 490 1.16019 14.2402 0
Vertex 491 2.7373 14.9651 -2.23
Vertex 492 0.52359 14.6415 -0.834192
Vertex 493 2.78305 15.6506 -0.954551
Vertex 494 3.49541 14.2491 -1.53985
Vertex 495 3.22564 13.483 -0.960972
Vertex 496 0.327257 15.457 -1.09064e-011
Vertex 497 2.32263 15.5062 -1.10302
Vertex 498 1.66063 15.4085 -1.28359
Vertex 499 0.711183 14.5865 -0.803298
Vertex 500 2.73607 15.2643 -2.28932
Vertex 501 1.34747 12.907 -1.10455
Vertex 502 1.10151 14.2169 -1.70731
Face 1 385 365 439
Face 2 433 499 275
Face 3 230 21 112
Face 4 292 232 247
Face 5 123 305 108
Face 6 130 3 21
Face 7 193 87 76
Face 8 90 296 31
Face 9 291 135 134
Face 10 32 48 189
Face 11 208 62 390
Face 12 279 77 128
Face 13 311 48 32
Face 14 488 501 261
Face 15 115 94 501
Face 16 32 270 489
Face 17 424 94 174
Face 18 181 489 270
Face 19 4 237 58
Face 20 6 271 137
Face 21 473 242 370
Face 22 34 184 88
Face 23 34 32 184
Face 24 6 152 271
Face 25 6 240 160
Face 26 430 454 214
Face 27 465 71 103
Face 28 114 412 228
Face 29 391 340 264
Face 30 31 383 90
Face 31 397 302 74
Face 32 490 82 470
Face 33 490 200 82
Face 34 40 433 484
Face 35 230 112 131
Face 36 3 130 76
Face 37 14 185 184
Face 38 14 150 285
Face 39 60 307 195
Face 40 7 24 307
Face 41 5 21 91
Face 42 336 94 424
Face 43 349 95 399
Face 44 449 12 114
Face 45 490 50 200
Face 46 26 297 298
Face 47 303 496 411
Face 48 123 60 305
Face 49 41 386 61
Face 50 26 169 102
Face 51 26 455 297
Face 52 211 28 139
Face 53 406 62 158
Face 54 98 382 248
Face 55 229 10 438
Face 56 49 123 108
Face 57 486 497 457
Face 58 48 98 189
Face 59 48 148 113
Face 60 219 315 32
Face 61 341 309 118
Face 62 422 341 118
Face 63 341 422 50
Face 64 420 120 119
Face 65 352 120 420
Face 66 58 121 4
Face 67 7 123 49
Face 68 7 60 123
Face 69 44 98 258
Face 70 2 89 24
Face 71 2 32 89
Face 72 64 125 269
Face 73 64 62 212
Face 74 312 41 78
Face 75 215 306 60
Face 76 279 128 3
Face 77 87 372 313
Face 78 256 14 286
Face 79 229 438 133
Face 80 49 389 380
Face 81 204 440 124
Face 82 204 49 440
Face 83 6 137 240
Face 84 71 387 103
Face 85 454 430 138
Face 86 422 118 335
Face 87 303 99 142
Face 88 472 349 93
Face 89 93 349 399
Face 90 14 297 455
Face 91 273 249 78
Face 92 311 148 48
Face 93 103 285 150
Face 94 332 228 412
Face 95 142 60 1
Face 96 70 152 6
Face 97 324 153 152
Face 98 324 105 153
Face 99 446 376 198
Face 100 73 292 95
Face 101 266 267 57
Face 102 4 157 50
Face 103 4 121 157
Face 104 119 50 420
Face 105 237 4 50
Face 106 293 248 382
Face 107 7 307 60
Face 108 3 128 75
Face 109 70 6 160
Face 110 417 161 235
Face 111 29 100 308
Face 112 77 165 128
Face 113 46 128 165
Face 114 12 449 128
Face 115 36 87 166
Face 116 312 386 41
Face 117 338 280 278
Face 118 127 18 50
Face 119 91 75 241
Face 120 495 169 26
Face 121 251 105 252
Face 122 71 465 170
Face 123 18 306 171
Face 124 334 11 156
Face 125 58 237 152
Face 126 56 174 115
Face 127 92 181 270
Face 128 20 169 495
Face 129 260 238 347
Face 130 299 489 181
Face 131 147 182 419
Face 132 321 467 431
Face 133 188 14 184
Face 134 88 184 185
Face 135 34 88 214
Face 136 67 286 186
Face 137 47 187 437
Face 138 32 186 286
Face 139 303 191 496
Face 140 127 50 191
Face 141 73 95 378
Face 142 355 264 156
Face 143 210 209 207
Face 144 32 195 307
Face 145 62 199 98
Face 146 62 295 199
Face 147 360 356 201
Face 148 329 456 101
Face 149 439 365 470
Face 150 75 128 449
Face 151 406 158 272
Face 152 308 269 125
Face 153 295 207 199
Face 154 79 208 390
Face 155 79 263 210
Face 156 280 211 139
Face 157 359 197 151
Face 158 113 98 48
Face 159 339 91 241
Face 160 379 274 231
Face 161 125 64 212
Face 162 382 213 293
Face 163 44 258 381
Face 164 281 172 84
Face 165 171 306 215
Face 166 63 323 216
Face 167 473 441 242
Face 168 25 219 132
Face 169 25 315 219
Face 170 196 315 25
Face 171 196 60 315
Face 172 488 261 220
Face 173 258 124 259
Face 174 301 11 334
Face 175 301 76 11
Face 176 46 165 265
Face 177 12 128 46
Face 178 96 205 228
Face 179 288 229 133
Face 180 372 86 313
Face 181 8 21 230
Face 182 378 272 73
Face 183 73 232 292
Face 184 73 107 232
Face 185 162 85 233
Face 186 59 234 162
Face 187 59 50 234
Face 188 38 235 409
Face 189 411 496 396
Face 190 10 424 174
Face 191 10 347 238
Face 192 34 214 344
Face 193 96 339 241
Face 194 19 478 183
Face 195 434 116 447
Face 196 452 371 250
Face 197 158 294 107
Face 198 158 62 294
Face 199 334 62 173
Face 200 126 87 249
Face 201 126 76 87
Face 202 36 249 87
Face 203 392 167 312
Face 204 355 222 273
Face 205 493 427 483
Face 206 20 251 169
Face 207 103 150 253
Face 208 150 254 253
Face 209 150 14 254
Face 210 67 256 286
Face 211 34 344 137
Face 212 87 193 372
Face 213 393 258 98
Face 214 393 124 258
Face 215 405 124 393
Face 216 55 260 347
Face 217 94 261 501
Face 218 273 264 355
Face 219 78 391 264
Face 220 165 100 265
Face 221 165 77 100
Face 222 418 266 62
Face 223 418 267 266
Face 224 340 267 418
Face 225 76 269 308
Face 226 76 64 269
Face 227 366 270 32
Face 228 366 56 270
Face 229 10 366 32
Face 230 401 271 152
Face 231 401 10 271
Face 232 402 272 378
Face 233 78 264 273
Face 234 36 166 392
Face 235 212 274 379
Face 236 212 62 274
Face 237 1 127 191
Face 238 1 60 127
Face 239 65 163 429
Face 240 117 445 50
Face 241 117 68 445
Face 242 8 130 21
Face 243 372 193 130
Face 244 18 282 50
Face 245 18 154 282
Face 246 188 286 14
Face 247 188 32 286
Face 248 32 188 184
Face 249 2 287 148
Face 250 2 24 287
Face 251 30 367 288
Face 252 189 186 32
Face 253 268 67 186
Face 254 474 353 289
Face 255 225 276 144
Face 256 415 497 486
Face 257 37 224 398
Face 258 95 9 398
Face 259 471 292 247
Face 260 471 95 292
Face 261 293 213 135
Face 262 247 248 106
Face 263 248 294 62
Face 264 248 247 294
Face 265 62 98 248
Face 266 208 295 62
Face 267 208 210 295
Face 268 207 295 210
Face 269 145 297 14
Face 270 145 298 297
Face 271 72 298 145
Face 272 64 173 62
Face 273 64 76 173
Face 274 173 301 334
Face 275 120 302 119
Face 276 1 303 142
Face 277 1 191 303
Face 278 214 160 344
Face 279 214 454 160
Face 280 27 28 244
Face 281 142 305 60
Face 282 142 317 305
Face 283 127 306 18
Face 284 127 60 306
Face 285 89 307 24
Face 286 89 32 307
Face 287 129 308 100
Face 288 129 76 308
Face 289 77 129 100
Face 290 77 279 129
Face 291 2 311 32
Face 292 2 148 311
Face 293 249 312 78
Face 294 249 392 312
Face 295 126 273 76
Face 296 126 249 273
Face 297 166 313 86
Face 298 166 87 313
Face 299 131 461 175
Face 300 195 315 60
Face 301 195 32 315
Face 302 192 379 231
Face 303 29 308 125
Face 304 115 468 56
Face 305 205 241 75
Face 306 205 96 241
Face 307 177 461 320
Face 308 475 322 421
Face 309 475 368 322
Face 310 70 324 152
Face 311 70 170 324
Face 312 444 346 327
Face 313 183 467 19
Face 314 183 32 467
Face 315 17 463 13
Face 316 17 50 463
Face 317 462 479 332
Face 318 268 189 98
Face 319 42 186 189
Face 320 45 334 156
Face 321 45 62 334
Face 322 141 16 335
Face 323 260 336 238
Face 324 260 414 336
Face 325 230 86 372
Face 326 5 339 96
Face 327 5 91 339
Face 328 54 341 50
Face 329 54 115 341
Face 330 228 205 114
Face 331 211 487 28
Face 332 211 68 487
Face 333 240 344 160
Face 334 240 137 344
Face 335 133 438 323
Face 336 122 226 243
Face 337 178 442 10
Face 338 178 345 442
Face 339 260 55 414
Face 340 115 309 341
Face 341 462 332 412
Face 342 80 352 35
Face 343 80 310 352
Face 344 11 355 156
Face 345 11 222 355
Face 346 13 85 17
Face 347 13 458 85
Face 348 205 357 114
Face 349 205 75 357
Face 350 224 225 398
Face 351 224 276 225
Face 352 104 388 136
Face 353 484 433 361
Face 354 38 362 416
Face 355 42 268 186
Face 356 42 189 268
Face 357 16 363 50
Face 358 16 141 363
Face 359 28 114 52
Face 360 227 350 364
Face 361 310 80 343
Face 362 174 366 10
Face 363 174 56 366
Face 364 94 115 174
Face 365 290 276 224
Face 366 229 367 10
Face 367 229 288 367
Face 368 65 368 475
Face 369 93 144 371
Face 370 93 399 144
Face 371 483 371 144
Face 372 483 427 371
Face 373 8 372 130
Face 374 8 230 372
Face 375 155 15 373
Face 376 81 15 155
Face 377 81 50 15
Face 378 92 318 374
Face 379 154 375 282
Face 380 154 376 492
Face 381 281 376 154
Face 382 46 265 364
Face 383 125 212 379
Face 384 135 380 134
Face 385 135 381 380
Face 386 213 44 381
Face 387 44 382 98
Face 388 44 213 382
Face 389 31 494 384
Face 390 223 385 439
Face 391 223 434 502
Face 392 61 386 176
Face 393 160 170 70
Face 394 138 285 387
Face 395 139 388 168
Face 396 139 28 388
Face 397 134 380 389
Face 398 79 390 57
Face 399 36 392 249
Face 400 149 393 98
Face 401 149 405 393
Face 402 68 394 487
Face 403 55 442 345
Face 404 362 38 396
Face 405 119 397 50
Face 406 119 302 397
Face 407 95 398 225
Face 408 225 399 95
Face 409 225 144 399
Face 410 9 460 398
Face 411 9 106 460
Face 412 39 400 53
Face 413 39 21 400
Face 414 63 401 152
Face 415 216 401 63
Face 416 216 10 401
Face 417 74 152 237
Face 418 80 404 403
Face 419 35 404 80
Face 420 35 50 404
Face 421 198 376 84
Face 422 85 162 234
Face 423 124 405 204
Face 424 274 406 206
Face 425 274 62 406
Face 426 43 428 246
Face 427 310 159 284
Face 428 310 109 159
Face 429 141 403 304
Face 430 224 37 290
Face 431 110 417 416
Face 432 45 418 62
Face 433 45 340 418
Face 434 33 419 180
Face 435 35 420 50
Face 436 35 352 420
Face 437 16 422 335
Face 438 16 50 422
Face 439 238 424 10
Face 440 238 336 424
Face 441 161 134 389
Face 442 161 110 134
Face 443 110 498 134
Face 444 110 474 498
Face 445 170 160 454
Face 446 106 471 247
Face 447 250 371 427
Face 448 143 428 95
Face 449 143 246 428
Face 450 30 345 178
Face 451 88 430 214
Face 452 147 431 328
Face 453 40 432 83
Face 454 40 50 432
Face 455 83 433 40
Face 456 321 434 447
Face 457 321 502 434
Face 458 179 209 78
Face 459 179 207 209
Face 460 97 436 437
Face 461 500 287 24
Face 462 500 450 287
Face 463 216 438 10
Face 464 216 323 438
Face 465 385 223 502
Face 466 380 440 49
Face 467 380 259 440
Face 468 218 441 473
Face 469 218 32 441
Face 470 347 442 55
Face 471 347 10 442
Face 472 243 52 122
Face 473 278 445 338
Face 474 278 50 445
Face 475 448 447 116
Face 476 275 361 433
Face 477 357 449 114
Face 478 357 75 449
Face 479 148 287 450
Face 480 450 491 148
Face 481 81 318 50
Face 482 81 374 318
Face 483 244 451 27
Face 484 244 93 451
Face 485 27 451 452
Face 486 177 157 121
Face 487 71 454 138
Face 488 71 170 454
Face 489 359 394 117
Face 490 247 232 294
Face 491 254 455 102
Face 492 254 14 455
Face 493 175 456 131
Face 494 175 101 456
Face 495 111 486 493
Face 496 92 270 56
Face 497 13 421 322
Face 498 322 458 13
Face 499 322 426 458
Face 500 293 106 248
Face 501 106 293 460
Face 502 135 460 293
Face 503 135 291 460
Face 504 177 20 461
Face 505 68 211 338
Face 506 472 93 244
Face 507 394 359 342
Face 508 331 463 50
Face 509 331 421 463
Face 510 319 448 408
Face 511 319 447 448
Face 512 291 37 398
Face 513 291 134 37
Face 514 53 462 351
Face 515 398 460 291
Face 516 255 187 47
Face 517 255 14 187
Face 518 102 252 253
Face 519 252 465 253
Face 520 252 105 465
Face 521 105 170 465
Face 522 33 180 299
Face 523 328 467 32
Face 524 328 431 467
Face 525 26 102 455
Face 526 92 56 318
Face 527 155 374 81
Face 528 72 314 298
Face 529 272 107 73
Face 530 402 406 272
Face 531 54 468 115
Face 532 54 50 468
Face 533 138 430 453
Face 534 244 469 472
Face 535 244 28 469
Face 536 146 458 426
Face 537 346 219 32
Face 538 346 132 219
Face 539 132 346 444
Face 540 43 243 377
Face 541 373 470 365
Face 542 373 15 470
Face 543 9 471 106
Face 544 9 95 471
Face 545 246 143 472
Face 546 349 143 95
Face 547 349 472 143
Face 548 66 473 370
Face 549 327 218 473
Face 550 108 317 235
Face 551 409 235 317
Face 552 163 475 69
Face 553 163 65 475
Face 554 265 410 364
Face 555 265 100 410
Face 556 242 441 478
Face 557 182 180 419
Face 558 182 32 180
Face 559 350 12 364
Face 560 350 114 12
Face 561 364 12 46
Face 562 323 480 413
Face 563 323 74 480
Face 564 277 163 283
Face 565 277 28 163
Face 566 20 459 461
Face 567 276 483 144
Face 568 276 493 483
Face 569 283 163 69
Face 570 28 429 163
Face 571 201 484 361
Face 572 201 356 484
Face 573 82 200 360
Face 574 19 467 321
Face 575 367 178 10
Face 576 367 30 178
Face 577 83 432 375
Face 578 327 66 444
Face 579 327 473 66
Face 580 363 304 50
Face 581 363 141 304
Face 582 353 233 289
Face 583 353 162 233
Face 584 96 228 332
Face 585 301 173 76
Face 586 340 391 267
Face 587 156 340 45
Face 588 409 411 38
Face 589 290 486 111
Face 590 290 415 486
Face 591 121 251 20
Face 592 246 472 469
Face 593 384 255 47
Face 594 164 257 47
Face 595 164 98 257
Face 596 369 166 86
Face 597 369 392 166
Face 598 425 37 134
Face 599 425 415 37
Face 600 259 124 440
Face 601 103 387 285
Face 602 253 465 103
Face 603 50 157 21
Face 604 342 487 394
Face 605 342 28 487
Face 606 352 284 120
Face 607 352 310 284
Face 608 180 489 299
Face 609 180 32 489
Face 610 30 159 345
Face 611 30 481 159
Face 612 206 231 274
Face 613 356 40 484
Face 614 356 50 40
Face 615 227 364 410
Face 616 200 356 360
Face 617 200 50 356
Face 618 404 304 403
Face 619 404 50 304
Face 620 132 300 25
Face 621 432 282 375
Face 622 432 50 282
Face 623 15 490 470
Face 624 15 50 490
Face 625 452 65 27
Face 626 452 250 65
Face 627 451 371 452
Face 628 451 93 371
Face 629 113 491 98
Face 630 113 148 491
Face 631 425 497 415
Face 632 68 338 445
Face 633 396 236 162
Face 634 105 324 170
Face 635 111 493 276
Face 636 154 18 171
Face 637 182 328 32
Face 638 182 147 328
Face 639 183 441 32
Face 640 183 478 441
Face 641 167 386 312
Face 642 448 361 275
Face 643 448 116 361
Face 644 466 434 223
Face 645 466 116 434
Face 646 464 365 385
Face 647 464 203 365
Face 648 218 346 32
Face 649 218 327 346
Face 650 262 41 329
Face 651 262 78 41
Face 652 329 41 61
Face 653 255 494 14
Face 654 255 384 494
Face 655 88 185 430
Face 656 202 101 175
Face 657 397 237 50
Face 658 397 74 237
Face 659 478 319 242
Face 660 478 19 319
Face 661 368 426 322
Face 662 325 97 476
Face 663 256 476 14
Face 664 256 325 476
Face 665 285 453 14
Face 666 285 138 453
Face 667 436 164 437
Face 668 436 98 164
Face 669 437 164 47
Face 670 253 254 102
Face 671 386 167 176
Face 672 202 190 435
Face 673 167 392 369
Face 674 72 190 314
Face 675 190 202 459
Face 676 190 72 145
Face 677 138 387 71
Face 678 61 456 329
Face 679 101 202 262
Face 680 329 101 262
Face 681 314 495 298
Face 682 314 20 495
Face 683 26 298 495
Face 684 457 493 486
Face 685 457 427 493
Face 686 59 496 191
Face 687 59 236 496
Face 688 76 130 193
Face 689 457 426 427
Face 690 457 146 426
Face 691 289 497 485
Face 692 146 457 497
Face 693 425 498 474
Face 694 425 134 498
Face 695 104 136 358
Face 696 417 110 161
Face 697 110 353 474
Face 698 421 331 69
Face 699 259 381 258
Face 700 381 135 213
Face 701 343 403 141
Face 702 141 337 343
Face 703 141 335 337
Face 704 421 69 475
Face 705 226 410 100
Face 706 226 122 410
Face 707 391 194 267
Face 708 391 78 194
Face 709 57 267 194
Face 710 146 497 289
Face 711 415 290 37
Face 712 201 116 466
Face 713 201 361 116
Face 714 354 117 21
Face 715 354 359 117
Face 716 121 153 251
Face 717 290 111 276
Face 718 435 145 78
Face 719 435 190 145
Face 720 90 207 179
Face 721 107 294 232
Face 722 210 208 79
Face 723 325 67 268
Face 724 137 32 34
Face 725 262 435 78
Face 726 262 202 435
Face 727 482 263 79
Face 728 482 78 263
Face 729 79 57 482
Face 730 381 259 380
Face 731 47 257 384
Face 732 221 23 405
Face 733 405 149 221
Face 734 333 436 97
Face 735 333 98 436
Face 736 325 333 97
Face 737 78 14 296
Face 738 296 494 31
Face 739 296 14 494
Face 740 257 383 384
Face 741 257 98 383
Face 742 384 383 31
Face 743 108 305 317
Face 744 377 226 100
Face 745 377 243 226
Face 746 187 476 437
Face 747 187 14 476
Face 748 97 437 476
Face 749 263 209 210
Face 750 263 78 209
Face 751 14 78 145
Face 752 179 296 90
Face 753 179 78 296
Face 754 122 227 410
Face 755 340 156 264
Face 756 23 500 24
Face 757 23 221 500
Face 758 428 377 100
Face 759 428 43 377
Face 760 95 100 378
Face 761 378 192 206
Face 762 378 100 192
Face 763 95 428 100
Face 764 23 204 405
Face 765 23 49 204
Face 766 67 325 256
Face 767 362 162 353
Face 768 390 266 57
Face 769 390 62 266
Face 770 206 192 231
Face 771 206 406 402
Face 772 125 379 29
Face 773 29 192 100
Face 774 29 379 192
Face 775 131 112 461
Face 776 13 463 421
Face 777 309 501 488
Face 778 309 115 501
Face 779 118 488 335
Face 780 118 309 488
Face 781 318 468 50
Face 782 318 56 468
Face 783 283 330 140
Face 784 140 277 283
Face 785 283 69 51
Face 786 76 279 3
Face 787 289 233 146
Face 788 272 158 107
Face 789 416 353 110
Face 790 416 362 353
Face 791 233 458 146
Face 792 233 85 458
Face 793 206 402 378
Face 794 450 500 221
Face 795 221 149 450
Face 796 375 239 499
Face 797 375 492 239
Face 798 99 303 411
Face 799 288 481 30
Face 800 288 413 481
Face 801 351 412 114
Face 802 351 462 412
Face 803 279 76 129
Face 804 403 343 80
Face 805 234 17 85
Face 806 234 50 17
Face 807 50 59 191
Face 808 236 59 162
Face 809 491 149 98
Face 810 491 450 149
Face 811 330 423 140
Face 812 330 50 423
Face 813 140 423 136
Face 814 369 176 167
Face 815 369 86 176
Face 816 235 416 417
Face 817 235 38 416
Face 818 99 317 142
Face 819 99 411 317
Face 820 411 409 317
Face 821 51 330 283
Face 822 51 50 330
Face 823 131 86 230
Face 824 453 185 14
Face 825 453 430 185
Face 826 161 108 235
Face 827 176 456 61
Face 828 176 131 456
Face 829 459 314 190
Face 830 459 20 314
Face 831 24 7 49
Face 832 236 396 496
Face 833 24 49 23
Face 834 175 459 202
Face 835 175 461 459
Face 836 169 252 102
Face 837 169 251 252
Face 838 480 302 120
Face 839 480 74 302
Face 840 217 120 284
Face 841 217 480 120
Face 842 395 159 109
Face 843 109 348 395
Face 844 431 502 321
Face 845 431 147 502
Face 846 427 426 368
Face 847 388 316 136
Face 848 388 28 316
Face 849 137 271 10
Face 850 199 383 98
Face 851 199 90 383
Face 852 207 90 199
Face 853 485 497 425
Face 854 104 168 388
Face 855 280 168 278
Face 856 197 359 354
Face 857 51 331 50
Face 858 51 69 331
Face 859 194 482 57
Face 860 194 78 482
Face 861 140 136 316
Face 862 121 20 177
Face 863 280 338 211
Face 864 333 268 98
Face 865 333 325 268
Face 866 168 280 139
Face 867 394 68 117
Face 868 168 104 22
Face 869 197 39 53
Face 870 22 358 50
Face 871 22 104 358
Face 872 197 53 151
Face 873 479 400 21
Face 874 479 462 400
Face 875 53 400 462
Face 876 278 22 50
Face 877 278 168 22
Face 878 96 332 5
Face 879 151 351 114
Face 880 151 53 351
Face 881 52 443 122
Face 882 52 114 443
Face 883 122 443 227
Face 884 443 350 227
Face 885 443 114 350
Face 886 39 354 21
Face 887 39 197 354
Face 888 373 203 155
Face 889 373 365 203
Face 890 109 343 337
Face 891 5 479 21
Face 892 5 332 479
Face 893 131 176 86
Face 894 485 474 289
Face 895 485 425 474
Face 896 242 408 370
Face 897 242 319 408
Face 898 300 198 84
Face 899 358 423 50
Face 900 358 136 423
Face 901 222 11 76
Face 902 222 76 273
Face 903 348 55 395
Face 904 348 414 55
Face 905 245 469 28
Face 906 245 246 469
Face 907 52 326 28
Face 908 52 243 326
Face 909 342 151 28
Face 910 342 359 151
Face 911 320 157 177
Face 912 320 21 157
Face 913 375 154 492
Face 914 243 43 326
Face 915 326 245 28
Face 916 326 43 245
Face 917 396 162 362
Face 918 82 439 470
Face 919 43 246 245
Face 920 281 154 171
Face 921 217 413 480
Face 922 217 481 413
Face 923 105 251 153
Face 924 50 21 117
Face 925 109 310 343
Face 926 28 151 114
Face 927 413 133 323
Face 928 413 288 133
Face 929 74 63 152
Face 930 74 323 63
Face 931 395 345 159
Face 932 58 153 121
Face 933 58 152 153
Face 934 284 481 217
Face 935 284 159 481
Face 936 360 466 223
Face 937 360 201 466
Face 938 374 299 181
Face 939 374 33 299
Face 940 414 220 261
Face 941 414 348 220
Face 942 348 337 220
Face 943 348 109 337
Face 944 196 172 60
Face 945 196 300 172
Face 946 83 499 433
Face 947 83 375 499
Face 948 82 223 439
Face 949 82 360 223
Face 950 155 33 374
Face 951 155 203 33
Face 952 374 181 92
Face 953 220 335 488
Face 954 220 337 335
Face 955 277 316 28
Face 956 277 140 316
Face 957 395 55 345
Face 958 108 389 49
Face 959 108 161 389
Face 960 499 407 275
Face 961 499 239 407
Face 962 275 408 448
Face 963 275 407 408
Face 964 419 203 464
Face 965 419 33 203
Face 966 19 447 319
Face 967 19 321 447
Face 968 66 477 446
Face 969 66 370 477
Face 970 444 446 198
Face 971 444 66 446
Face 972 320 112 21
Face 973 320 461 112
Face 974 132 198 300
Face 975 132 444 198
Face 976 261 336 414
Face 977 261 94 336
Face 978 147 419 464
Face 979 147 385 502
Face 980 147 464 385
Face 981 407 370 408
Face 982 407 477 370
Face 983 84 376 281
Face 984 477 239 446
Face 985 477 407 239
Face 986 446 492 376
Face 987 446 239 492
Face 988 172 215 60
Face 989 172 281 215
Face 990 25 300 196
Face 991 171 215 281
Face 992 84 172 300
Face 993 250 368 65
Face 994 250 427 368
Face 995 38 411 396
Face 996 27 429 28
Face 997 27 65 429
Face 998 137 10 32
Face 999 91 3 75
Face 1000 91 21 3
================================================
FILE: models/gameguy.m
================================================
# ||Created using:
# || Filtermesh gameguy.poly.m.gz -rmcomp 0 -ge
# ||(Timing on cpu=sgi host=squiggle)
# || (_readmesh: 3.47)
# ||Removed 0 mesh components
# ||Removed 1 isolated vertices
# || (_rmcomponents: 0.30)
# ||Genus: c=8 b=3 v=11044 f=11608 e=22639 genus=0 sharpe=2895 cuspv=0
# || (Filtermesh: 4.17)
# |Created using:
# | Filtermesh gameguy.orig.poly.m -genus -fixvertices -fixfaces -genus
# | -rmcomp 0 -genus -assign_normals -removekey sharp -renormalizenor -triang
# | -genus -nice
# |(Timing on cpu=sgi host=squiggle)
# | (_readmesh: 2.57)
# |Genus: c=8 b=3 v=11044 f=11608 e=22639 genus=0 sharpe=2895 cuspv=0
# |Fixed 0 vertices
# |Fixed 0 faces
# |Genus: c=8 b=3 v=11044 f=11608 e=22639 genus=0 sharpe=2895 cuspv=0
# |Removed 0 mesh components
# | (_rmcomponents: 0.27)
# |Genus: c=8 b=3 v=11044 f=11608 e=22639 genus=0 sharpe=2895 cuspv=0
# |Renormalized 1417 normals
# |Found 10368 faces to triangulate
# |Sfverts: (10368 ) 4:4 av=4 sd=0
# |Genus: c=8 b=3 v=21412 f=42712 e=64111 genus=0 sharpe=2895 cuspv=0
# | (Filtermesh: 20.95)
# Created on 2003/11/20 18:00:06 using:
# C:\cygwin\home\Zoe\hh_src\bin\filtermesh.exe gameguy.orig.m -renumber
# (Timing on cpu=x86-L6-R0806 host=BUTTERCUP)
# (_readmesh: 1.72)
# (_renumber: 0.10)
# (Filtermesh: 1.82)
Vertex 1 -14.2166 -3.8585 -2.81153
Vertex 2 -14.2093 -3.88703 -3.73767
Vertex 3 -13.9084 -3.91663 -4.65365
Vertex 4 -13.8998 -3.85809 -3.18274
Vertex 5 -13.8939 -3.86429 -3.88233
Vertex 6 -13.8829 -3.91081 -1.81014
Vertex 7 -13.778 -3.86076 -2.16002
Vertex 8 -13.574 -3.92145 -4.38341
Vertex 9 -13.5736 -2.10811 -3.96817 {normal=(-0.912263 0.248185 -0.325853)}
Vertex 10 -13.5719 -3.94771 -5.17191
Vertex 11 -13.3528 -11.4309 -2.78944
Vertex 12 -13.3284 -2.1332 -3.24909 {normal=(-0.945569 0.240993 0.218683)}
Vertex 13 -13.2755 -3.92045 -4.90121
Vertex 14 -13.2647 -2.13805 -2.53271 {normal=(-0.906263 0.296109 0.301673)}
Vertex 15 -13.2365 -11.1051 -1.65732
Vertex 16 -13.2273 -3.91312 -1.28873
Vertex 17 -13.2132 -3.96835 -1.02144
Vertex 18 -13.1866 -12.2705 -2.19852 {normal=(-0.998857 -0.0307789 -0.0365805)}
Vertex 19 -13.1823 -15.4512 -0.749206
Vertex 20 -13.1636 -14.9335 -0.873964 {normal=(-0.999264 0.00809945 -0.0374997)}
Vertex 21 -13.1601 -11.3579 -2.28557
Vertex 22 -13.1247 -0.384085 -3.65645 {normal=(-0.939556 0.162336 -0.301467)}
Vertex 23 -13.1091 -14.0454 -1.09586 {normal=(-0.998725 0.0197564 0.046462)}
Vertex 24 -13.0964 -11.6413 -3.40508
Vertex 25 -13.0885 -12.4209 -2.7996 {normal=(-0.987732 -0.053346 -0.146765)}
Vertex 26 -13.0882 1.50948 -3.18203 {normal=(-0.992285 0.0452006 0.115441)}
Vertex 27 -13.0808 -2.15287 -5.042 {normal=(-0.864751 0.174658 -0.47085)}
Vertex 28 -13.0708 0.653736 -3.52864 {normal=(-0.97878 0.044816 -0.199953)}
Vertex 29 -13.0692 -12.1111 -1.60546 {normal=(-0.981432 0.0482212 0.18565)}
Vertex 30 -13.0607 -15.4069 -0.42389
Vertex 31 -13.0574 -0.446797 -3.10432 {normal=(-0.939033 0.120829 0.321896)}
Vertex 32 -13.0529 -11.5229 -2.84846
Vertex 33 -13.0434 2.38388 -3.19151 {normal=(-0.97932 0.147355 0.138635)}
Vertex 34 -13.0428 -15.5527 -1.06836
Vertex 35 -13.0341 -11.1979 -1.72699
Vertex 36 -13.0305 -14.9534 -0.544583 {normal=(-0.940874 0.127365 0.313901)}
Vertex 37 -13.0209 -2.1583 -1.83543 {normal=(-0.763018 0.303339 0.570779)}
Vertex 38 -13.0205 -13.9035 -0.549554 {normal=(-0.974233 0.0762851 0.212251)}
Vertex 39 -13.0201 -2.18379 -4.40473 {normal=(-0.898259 0.214022 -0.383829)}
Vertex 40 -13.0145 -15.0787 -1.15939 {normal=(-0.852333 -0.140573 -0.503753)}
Vertex 41 -13.0045 -12.4813 -3.31957 {normal=(-0.945242 -0.0438228 -0.323415)}
Vertex 42 -12.9762 -15.0122 0.408439
Vertex 43 -12.9736 -15.3536 -0.105384
Vertex 44 -12.9673 0.674524 -3.07725 {normal=(-0.960407 -0.000926065 0.278599)}
Vertex 45 -12.9654 -14.464 0.248668 {normal=(-0.97766 0.0826488 0.193262)}
Vertex 46 -12.9612 1.48173 -3.83178 {normal=(-0.916337 0.0294108 -0.399327)}
Vertex 47 -12.9552 -14.1652 -1.71735 {normal=(-0.982178 -0.130144 -0.135604)}
Vertex 48 -12.9539 -14.8624 -0.299966 {normal=(-0.966111 0.0596627 0.251136)}
Vertex 49 -12.9518 1.49059 -3.34286 {normal=(-0.974587 0.0274459 -0.222323)}
Vertex 50 -12.9517 -11.6649 -3.32659
Vertex 51 -12.9428 -15.6583 -2.00614
Vertex 52 -12.9371 -15.0637 -2.12628 {normal=(-0.999647 -0.0194243 -0.0181452)}
Vertex 53 -12.9266 2.4349 -3.41759 {normal=(-0.96906 0.1399 -0.203351)}
Vertex 54 -12.9147 -11.9981 -1.21193 {normal=(-0.933059 0.126419 0.336778)}
Vertex 55 -12.8946 -14.234 -2.34105 {normal=(-0.996373 -0.0708938 -0.0470625)}
Vertex 56 -12.8794 -11.7767 -3.84397
Vertex 57 -12.8793 0.641095 -3.82312 {normal=(-0.89214 0.0390998 -0.450063)}
Vertex 58 -12.8792 -11.0924 -1.35474
Vertex 59 -12.8694 -14.0649 -2.86136 {normal=(-0.969081 -0.120022 -0.215586)}
Vertex 60 -12.8619 2.37791 -4.01278 {normal=(-0.9152 0.0439518 -0.400597)}
Vertex 61 -12.8502 -14.8982 0.710457
Vertex 62 -12.848 -13.6203 0.034911 {normal=(-0.887783 0.245387 0.389392)}
Vertex 63 -12.8456 -15.1558 0.143662
Vertex 64 -12.8339 -15.6389 -2.30819
Vertex 65 -12.8322 -10.8359 -0.694152
Vertex 66 -12.8208 -14.6864 0.001691 {normal=(-0.997193 -0.0710841 -0.0235099)}
Vertex 67 -12.8155 -15.1038 -2.37665 {normal=(-0.930663 -0.154132 -0.331829)}
Vertex 68 -12.8096 -15.6314 -1.69251
Vertex 69 -12.7903 -15.1108 -1.78169 {normal=(-0.966567 0.0579047 0.249792)}
Vertex 70 -12.7843 -15.6495 -1.3861
Vertex 71 -12.7758 -12.5228 -3.68024 {normal=(-0.782759 -0.034339 -0.621377)}
Vertex 72 -12.7722 -15.0902 -1.47382 {normal=(-0.965396 -0.089983 -0.244774)}
Vertex 73 -12.7665 1.4201 -2.55286 {normal=(-0.830509 0.117769 0.544412)}
Vertex 74 -12.7598 -0.360883 -4.5732 {normal=(-0.907428 0.172936 -0.382972)}
Vertex 75 -12.743 3.41511 -2.91249 {normal=(-0.887269 0.15706 0.433688)}
Vertex 76 -12.7383 3.40037 -3.41662 {normal=(-0.974394 0.218943 -0.0511968)}
Vertex 77 -12.7351 -11.7667 -3.66032
Vertex 78 -12.732 -15.2943 -2.73725 {normal=(-0.936674 -0.189075 -0.294775)}
Vertex 79 -12.728 -15.8175 -0.648377 {normal=(-0.604827 -0.778764 0.166467)}
Vertex 80 -12.7269 3.4279 -3.60051 {normal=(-0.982848 0.183745 -0.0157191)}
Vertex 81 -12.7222 -15.7062 -0.337668 {normal=(-0.567032 -0.724355 0.392153)}
Vertex 82 -12.7204 -14.1419 0.552464 {normal=(-0.754161 0.298961 0.584691)}
Vertex 83 -12.7175 -3.98985 -5.39489
Vertex 84 -12.7032 -14.0047 -3.47366 {normal=(-0.812348 -0.156388 -0.561813)}
Vertex 85 -12.693 -4.02814 -5.90212
Vertex 86 -12.6896 -15.8729 -0.95515 {normal=(-0.555862 -0.82096 -0.130546)}
Vertex 87 -12.6833 -0.435565 -4.03055 {normal=(-0.905307 0.141002 -0.400672)}
Vertex 88 -12.6686 3.39306 -4.04017 {normal=(-0.975091 0.0890337 -0.203151)}
Vertex 89 -12.6531 0.637841 -2.41103 {normal=(-0.877814 -0.0261349 0.478289)}
Vertex 90 -12.6528 -11.8301 -0.768943 {normal=(-0.887132 0.188902 0.421086)}
Vertex 91 -12.631 0.596058 -4.38827 {normal=(-0.839626 0.126888 -0.528136)}
Vertex 92 -12.6238 -10.9717 -0.925443
Vertex 93 -12.6103 3.35823 -4.47984 {normal=(-0.817676 -0.0968961 -0.567465)}
Vertex 94 -12.6092 -11.8677 -4.13247
Vertex 95 -12.5946 -14.797 1.02564
Vertex 96 -12.5914 -15.6773 -3.36636
Vertex 97 -12.5877 1.31546 -4.21875 {normal=(-0.736267 0.0668445 -0.673381)}
Vertex 98 -12.574 8.30105 -2.36556 {normal=(-0.994098 -0.105263 -0.0262371)}
Vertex 99 -12.5724 4.9783 -4.37186 {normal=(-0.96247 0.249503 -0.106768)}
Vertex 100 -12.5716 -15.7805 -3.04087
Vertex 101 -12.5491 8.81888 -2.66419 {normal=(-0.83832 0.224825 0.496663)}
Vertex 102 -12.5459 8.52124 -2.56425 {normal=(-0.984038 -0.0296634 -0.175466)}
Vertex 103 -12.5336 -15.0717 -3.41853 {normal=(-0.840499 -0.100519 -0.532408)}
Vertex 104 -12.5281 -15.2503 0.848337
Vertex 105 -12.5121 -13.8528 -3.65664 {normal=(-0.628093 -0.14487 -0.764534)}
Vertex 106 -12.511 8.68854 -1.86261 {normal=(-0.962322 -0.0298913 0.270264)}
Vertex 107 -12.5104 -15.2222 -3.06807 {normal=(-0.978544 -0.114621 -0.171215)}
Vertex 108 -12.5034 8.27288 -2.05473 {normal=(-0.953729 -0.153158 0.258734)}
Vertex 109 -12.5021 -15.376 0.565035 {normal=(-0.594803 -0.782631 0.183573)}
Vertex 110 -12.4873 -0.552108 -2.16414 {normal=(-0.843327 0.135086 0.520146)}
Vertex 111 -12.4862 -15.7972 -2.75547
Vertex 112 -12.4817 -10.7163 -0.250181
Vertex 113 -12.4715 9.46644 -2.32582 {normal=(-0.989358 0.145488 0.00185556)}
Vertex 114 -12.4552 1.13583 -2.03142 {normal=(-0.791411 0.162503 0.589289)}
Vertex 115 -12.4545 -15.9789 -1.82921 {normal=(-0.578526 -0.808992 0.104117)}
Vertex 116 -12.4533 -15.8923 -1.53692 {normal=(-0.554702 -0.810578 0.187803)}
Vertex 117 -12.4457 9.25042 -1.68808 {normal=(-0.965341 0.0412295 0.257713)}
Vertex 118 -12.4446 -12.305 0.017973 {normal=(-0.731052 0.225264 0.644065)}
Vertex 119 -12.4407 2.34491 -4.33406 {normal=(-0.709303 -0.0475312 -0.703299)}
Vertex 120 -12.4386 -14.0457 0.833116
Vertex 121 -12.4359 -12.5867 -4.00745 {normal=(-0.502511 0.0185568 -0.864372)}
Vertex 122 -12.435 -15.4485 0.270509
Vertex 123 -12.4212 -11.8389 -3.89164
Vertex 124 -12.4111 -16.0125 -2.13623 {normal=(-0.491325 -0.857691 -0.151545)}
Vertex 125 -12.4087 9.56463 -2.91148 {normal=(-0.965832 0.120641 -0.229378)}
Vertex 126 -12.3658 2.19166 -2.47457 {normal=(-0.786167 0.169971 0.594181)}
Vertex 127 -12.356 5.14346 -3.60313 {normal=(-0.951023 0.306534 0.0399079)}
Vertex 128 -12.3508 3.658 -1.41856 {normal=(-0.983311 0.126256 0.130991)}
Vertex 129 -12.3479 5.15924 -3.41971 {normal=(-0.961768 0.266794 -0.0618386)}
Vertex 130 -12.3431 5.24845 -2.7205 {normal=(-0.905409 0.125839 0.405461)}
Vertex 131 -12.3421 -15.6477 -3.59771
Vertex 132 -12.3411 7.22459 -2.39375 {normal=(-0.945553 -0.310295 -0.0982146)}
Vertex 133 -12.3389 0.601157 -1.74481 {normal=(-0.771773 0.0201621 0.635579)}
Vertex 134 -12.3385 2.36776 -1.45757 {normal=(-0.981191 -0.0956074 0.167701)}
Vertex 135 -12.3344 10.1008 -2.14571 {normal=(-0.972188 0.233564 0.0172994)}
Vertex 136 -12.3315 4.73032 -5.05921 {normal=(-0.818446 0.0878502 -0.567828)}
Vertex 137 -12.3267 -15.6914 0.039615
Vertex 138 -12.3198 -15.9654 -1.21536
Vertex 139 -12.3121 10.0612 -2.96147 {normal=(-0.931746 0.251888 -0.261536)}
Vertex 140 -12.3116 3.42665 -2.64554 {normal=(-0.794263 0.0763564 0.602757)}
Vertex 141 -12.3093 -2.22293 -5.61416 {normal=(-0.53368 0.122763 -0.836729)}
Vertex 142 -12.309 -12.9969 0.425631
Vertex 143 -12.2969 9.97666 -1.40516 {normal=(-0.946177 0.132429 0.295316)}
Vertex 144 -12.2954 7.50564 -2.93177 {normal=(-0.861461 -0.285332 -0.420085)}
Vertex 145 -12.2898 -15.0625 -3.6052 {normal=(-0.568541 -0.11602 -0.814433)}
Vertex 146 -12.2888 2.29246 -2.27515 {normal=(-0.966497 0.0568226 0.250311)}
Vertex 147 -12.2859 7.15385 -1.93038 {normal=(-0.90234 -0.311 0.298431)}
Vertex 148 -12.2517 -16.0741 -2.88932 {normal=(-0.63811 -0.757415 0.138343)}
Vertex 149 -12.2341 3.46057 -2.41887 {normal=(-0.986335 0.106049 0.126087)}
Vertex 150 -12.2239 -13.964 -4.07233 {normal=(-0.238866 -0.171927 -0.955711)}
Vertex 151 -12.2233 7.90069 -3.3034 {normal=(-0.795618 -0.228928 -0.560879)}
Vertex 152 -12.2232 -15.0992 1.11797
Vertex 153 -12.2169 -11.9245 -4.30735
Vertex 154 -12.2144 -2.23155 -1.06716 {normal=(-0.222819 0.272827 0.935904)}
Vertex 155 -12.2016 -16.0535 -3.25553 {normal=(-0.560739 -0.763621 -0.320086)}
Vertex 156 -12.1824 -13.8478 0.709292
Vertex 157 -12.1767 6.47339 -2.5183 {normal=(-0.985936 -0.0397193 0.162337)}
Vertex 158 -12.173 6.75602 -2.46361 {normal=(-0.954772 -0.288359 -0.072518)}
Vertex 159 -12.1561 1.04236 -1.77804 {normal=(-0.877582 0.164343 0.450378)}
Vertex 160 -12.145 -10.7893 -0.283205
Vertex 161 -12.136 -0.406476 -5.22722 {normal=(-0.568586 0.215216 -0.793973)}
Vertex 162 -12.1333 -4.02416 -0.835584
Vertex 163 -12.1252 -11.0006 -0.057117
Vertex 164 -12.109 2.46215 -0.613683 {normal=(-0.749732 -0.146782 0.645258)}
Vertex 165 -12.1068 7.62323 -1.35667 {normal=(-0.79326 -0.230534 0.563554)}
Vertex 166 -12.0986 11.0863 -1.9961 {normal=(-0.89374 0.443077 0.0700872)}
Vertex 167 -12.0792 -10.6409 0.044497
Vertex 168 -12.0786 -16.2229 -0.559301 {normal=(-0.483041 -0.862128 0.152993)}
Vertex 169 -12.0674 8.85264 -3.90827 {normal=(-0.738326 -0.0995884 -0.667051)}
Vertex 170 -12.0635 -4.06951 -0.517512
Vertex 171 -12.0562 0.430306 -5.04898 {normal=(-0.617502 0.214939 -0.756632)}
Vertex 172 -12.0522 -16.0288 -2.51998
Vertex 173 -12.0449 10.6861 -1.0921 {normal=(-0.856472 0.328315 0.398327)}
Vertex 174 -12.0439 -16.1654 -0.305275 {normal=(-0.438664 -0.765177 0.471252)}
Vertex 175 -12.0428 5.18181 -2.54117 {normal=(-0.778578 0.0490559 0.625628)}
Vertex 176 -12.0298 6.6407 -1.97261 {normal=(-0.784787 -0.488333 0.381628)}
Vertex 177 -12.0157 -0.540127 -1.58394 {normal=(-0.378463 0.0259973 0.925251)}
Vertex 178 -12.0125 6.05295 -4.52471 {normal=(-0.845374 0.509979 -0.158945)}
Vertex 179 -12.0053 8.53473 -0.901799 {normal=(-0.742825 -0.170965 0.647289)}
Vertex 180 -11.9965 0.971716 -1.33469 {normal=(-0.788446 -0.175023 0.589678)}
Vertex 181 -11.9953 -16.291 -0.805464 {normal=(-0.397277 -0.894761 -0.203898)}
Vertex 182 -11.9905 -16.0764 -3.4622
Vertex 183 -11.9769 5.16 -2.30496 {normal=(-0.962769 0.202221 0.179395)}
Vertex 184 -11.976 5.87936 -5.00302 {normal=(-0.73344 0.432979 -0.524019)}
Vertex 185 -11.9646 3.70072 -0.412197 {normal=(-0.734795 0.0712405 0.674538)}
Vertex 186 -11.9635 -16.2711 -1.70445 {normal=(-0.484065 -0.869049 0.102149)}
Vertex 187 -11.9567 9.13365 -0.662654 {normal=(-0.733637 -0.101501 0.671918)}
Vertex 188 -11.9467 -11.8588 -3.94525
Vertex 189 -11.9451 5.14042 -1.31956 {normal=(-0.939663 0.279273 0.197587)}
Vertex 190 -11.9415 -12.5996 -4.08569 {normal=(-0.0343968 0.064742 -0.997309)}
Vertex 191 -11.9116 -15.7159 0.699502 {normal=(-0.585126 -0.803983 0.106017)}
Vertex 192 -11.9053 -16.2528 -1.44791 {normal=(-0.417145 -0.821399 0.388965)}
Vertex 193 -11.9028 -16.3015 -1.95603 {normal=(-0.351633 -0.903089 -0.246547)}
Vertex 194 -11.8969 6.26146 -3.57864 {normal=(-0.91954 0.332823 -0.208988)}
Vertex 195 -11.8919 -11.2679 0.185742
Vertex 196 -11.8909 6.24238 -3.74949 {normal=(-0.882918 0.461191 -0.0880884)}
Vertex 197 -11.8894 1.15972 -4.94565 {normal=(-0.63192 0.158303 -0.758695)}
Vertex 198 -11.8848 -15.6597 0.943686
Vertex 199 -11.8829 -15.0816 -3.78264 {normal=(0.0207577 -0.197839 -0.980015)}
Vertex 200 -11.8707 -15.562 -3.72178 {normal=(0.145932 -0.213196 -0.966049)}
Vertex 201 -11.8616 6.92034 -3.1044 {normal=(-0.880302 -0.0358768 -0.473055)}
Vertex 202 -11.8588 11.3491 -2.94042 {normal=(-0.814542 0.514382 -0.268203)}
Vertex 203 -11.8518 7.09864 -1.27433 {normal=(-0.705554 -0.374444 0.601652)}
Vertex 204 -11.8439 -16.3714 -2.67096 {normal=(-0.526826 -0.799496 0.28855)}
Vertex 205 -11.8152 9.97106 -4.12256 {normal=(-0.685073 0.17634 -0.706809)}
Vertex 206 -11.8123 3.39867 -5.12748 {normal=(-0.564294 -0.225306 -0.794235)}
Vertex 207 -11.8069 -15.7694 0.450244
Vertex 208 -11.8023 -16.3919 -2.95023 {normal=(-0.407845 -0.896454 -0.173302)}
Vertex 209 -11.7965 -15.974 -0.047374
Vertex 210 -11.7839 -14.8969 -1.00311 {normal=(0.996325 -0.0204889 -0.0831659)}
Vertex 211 -11.7785 4.53781 -5.59161 {normal=(-0.50915 -0.0363563 -0.859909)}
Vertex 212 -11.7553 -15.335 -0.623129
Vertex 213 -11.751 -4.05887 -5.78443
Vertex 214 -11.7428 1.36648 -0.736056 {normal=(-0.570119 -0.349072 0.743715)}
Vertex 215 -11.7391 2.52511 -4.92307 {normal=(-0.60914 -0.0767428 -0.789341)}
Vertex 216 -11.7198 -14.2587 -1.35265 {normal=(0.97462 -0.220648 -0.0378171)}
Vertex 217 -11.6926 -16.2389 -1.09365
Vertex 218 -11.6845 6.24356 -2.07001 {normal=(-0.836091 -0.195423 0.512603)}
Vertex 219 -11.6766 -16.1171 -2.33609
Vertex 220 -11.6763 9.97247 -0.338218 {normal=(-0.659415 0.0679491 0.748702)}
Vertex 221 -11.6674 -14.9406 -2.24356
Vertex 222 -11.6642 -2.2815 -6.03182 {normal=(-0.212097 0.0675834 -0.974909)}
Vertex 223 -11.6509 -11.9104 -4.22488
Vertex 224 -11.6503 -14.7353 -1.54377 {normal=(0.982599 0.0589869 0.176122)}
Vertex 225 -11.6363 -15.3961 1.10208
Vertex 226 -11.6338 -15.1566 -2.25184
Vertex 227 -11.6231 -14.7672 -2.15108 {normal=(0.986388 -0.00583592 0.164328)}
Vertex 228 -11.6227 -14.9452 -2.38692 {normal=(0.959404 0.106116 0.26131)}
Vertex 229 -11.6205 -15.9941 -3.47278 {normal=(0.32855 -0.404176 -0.853637)}
Vertex 230 -11.6146 -16.3906 -3.14493
Vertex 231 -11.6131 -10.6159 0.158918
Vertex 232 -11.6121 -14.1644 0.578828
Vertex 233 -11.6052 6.11762 -1.23264 {normal=(-0.903903 0.337878 0.262294)}
Vertex 234 -11.6002 -14.8653 -2.2431
Vertex 235 -11.5966 -4.12637 -6.20579
Vertex 236 -11.5957 -14.9972 -2.07351 {normal=(-0.807236 0.136784 0.574161)}
Vertex 237 -11.594 -14.993 -2.41156 {normal=(-0.808412 0.149838 -0.569227)}
Vertex 238 -11.5932 6.20771 -1.89763 {normal=(-0.971034 0.0763112 0.226428)}
Vertex 239 -11.5855 -15.2001 -2.12791
Vertex 240 -11.5819 -15.4065 -0.351269
Vertex 241 -11.5799 -15.1968 -2.37561 {normal=(-0.823722 -0.415635 -0.385655)}
Vertex 242 -11.5795 -16.0353 -1.18026
Vertex 243 -11.5792 -16.1325 -2.24427
Vertex 244 -11.5678 0.328381 -5.44424 {normal=(-0.516006 0.168755 -0.839797)}
Vertex 245 -11.5675 4.97147 -0.359619 {normal=(-0.683989 0.222467 0.694743)}
Vertex 246 -11.5491 -13.7826 -1.61184 {normal=(0.959477 -0.275482 -0.059279)}
Vertex 247 -11.5463 -13.6625 0.543902
Vertex 248 -11.5453 -15.5176 -1.37737
Vertex 249 -11.5452 -14.2384 -1.86785 {normal=(0.976555 -0.121628 0.177617)}
Vertex 250 -11.5379 -14.7618 0.85201
Vertex 251 -11.5342 -14.9009 -2.42464 {normal=(-0.651104 0.477389 -0.590053)}
Vertex 252 -11.5337 -14.9112 -2.05298 {normal=(-0.638649 0.435305 0.634537)}
Vertex 253 -11.5315 -14.7997 -2.24012
Vertex 254 -11.5178 -14.8373 -2.0536
Vertex 255 -11.5171 6.43823 -4.8814 {normal=(-0.701165 0.564725 -0.435263)}
Vertex 256 -11.5138 -14.829 -2.42467
Vertex 257 -11.5095 -15.2379 -2.06001
Vertex 258 -11.5092 -15.5923 -1.95637
Vertex 259 -11.5063 -15.2357 -2.4386 {normal=(-0.627894 -0.332242 -0.703821)}
Vertex 260 -11.5005 -14.1902 -2.49444 {normal=(0.935556 -0.122167 0.331375)}
Vertex 261 -11.4971 5.6358 -5.49496 {normal=(-0.458255 0.301218 -0.836224)}
Vertex 262 -11.497 -15.0316 -2.51499 {normal=(-0.578045 0.0117327 -0.815921)}
Vertex 263 -11.4969 -15.0457 -1.97368 {normal=(-0.561158 -0.0254515 0.827317)}
Vertex 264 -11.4853 1.17198 -5.19011 {normal=(-0.549642 0.15642 -0.820626)}
Vertex 265 -11.4794 7.85952 -0.759694 {normal=(-0.697304 -0.235457 0.676998)}
Vertex 266 -11.4649 6.71814 -1.14636 {normal=(-0.76616 -0.286249 0.575378)}
Vertex 267 -11.4642 7.32507 -3.69177 {normal=(-0.788294 -0.0465156 -0.613538)}
Vertex 268 -11.4556 -14.2987 -0.62301 {normal=(0.912555 -0.279458 -0.298574)}
Vertex 269 -11.44 6.54124 -1.12531 {normal=(-0.884711 0.075596 0.45997)}
Vertex 270 -11.4339 7.00977 -3.97974 {normal=(-0.832157 0.475647 -0.285087)}
Vertex 271 -11.429 7.14219 -3.84169 {normal=(-0.86907 0.285579 -0.403934)}
Vertex 272 -11.4286 -14.5305 -0.43956 {normal=(0.923936 -0.176167 -0.339569)}
Vertex 273 -11.4259 -12.8786 0.852354 {normal=(-0.591117 0.233314 0.772105)}
Vertex 274 -11.4175 -15.6445 -2.21244
Vertex 275 -11.4129 0.104779 -1.15676 {normal=(-0.108936 -0.475932 0.872709)}
Vertex 276 -11.3967 -15.6828 0.069326
Vertex 277 -11.3953 -15.0347 -2.9148 {normal=(0.977489 0.102418 0.184459)}
Vertex 278 -11.3899 -15.6268 -1.23258
Vertex 279 -11.3874 -15.6146 -1.94062
Vertex 280 -11.3657 -14.8991 0.445296
Vertex 281 -11.3629 -12.9147 -2.2641 {normal=(0.948792 -0.312255 0.0478671)}
Vertex 282 -11.3623 -14.9145 -2.55677
Vertex 283 -11.3615 -15.413 -2.47544 {normal=(-0.50142 -0.727532 -0.468268)}
Vertex 284 -11.3555 0.396001 -5.58136 {normal=(-0.537246 0.188483 -0.822095)}
Vertex 285 -11.3534 -14.8825 -2.50652
Vertex 286 -11.3532 -14.8954 -1.97322
Vertex 287 -11.345 -14.9334 -1.92578
Vertex 288 -11.3441 -14.9346 -3.43658
Vertex 289 -11.3437 -11.8273 -3.81615
Vertex 290 -11.3437 -14.9225 -0.467114
Vertex 291 -11.3385 -14.9955 0.883968
Vertex 292 -11.3345 12.042 -1.93847 {normal=(-0.698311 0.700951 0.145012)}
Vertex 293 -11.3324 8.64157 -0.444411 {normal=(-0.683574 -0.155468 0.713131)}
Vertex 294 -11.3252 -15.3504 -0.077584
Vertex 295 -11.3244 11.6914 -0.936978 {normal=(-0.657108 0.598894 0.457749)}
Vertex 296 -11.3231 -15.6883 -2.31779
Vertex 297 -11.3229 -16.1298 -3.25517 {normal=(0.395037 -0.322148 -0.860329)}
Vertex 298 -11.3201 -13.6075 -0.037681
Vertex 299 -11.3195 -14.692 -0.473394
Vertex 300 -11.3165 -14.081 -3.89894
Vertex 301 -11.3132 -15.5891 -0.24729
Vertex 302 -11.3032 -14.9824 -0.336742
Vertex 303 -11.302 -13.7591 0.972896
Vertex 304 -11.3019 -14.99 -0.593574
Vertex 305 -11.2993 -13.1626 1.29423
Vertex 306 -11.294 -11.8727 -4.1656
Vertex 307 -11.2904 -15.1544 -0.173487 {normal=(0.917848 -0.0916883 -0.386197)}
Vertex 308 -11.2867 -16.5628 -2.39795 {normal=(-0.391254 -0.84808 0.357325)}
Vertex 309 -11.2828 -15.349 -1.98084
Vertex 310 -11.2824 -15.3415 -2.52305 {normal=(-0.271006 -0.394644 -0.877959)}
Vertex 311 -11.2749 -13.9913 0.167229
Vertex 312 -11.2661 -0.564555 -5.63842 {normal=(-0.353336 0.09127 -0.931033)}
Vertex 313 -11.2599 1.18203 -5.31531 {normal=(-0.479211 0.164195 -0.862205)}
Vertex 314 -11.2554 -14.7618 -0.29562 {normal=(-0.716479 0.428875 0.550204)}
Vertex 315 -11.2536 -14.7722 -0.6464 {normal=(-0.710569 0.396775 -0.581087)}
Vertex 316 -11.2486 -15.03 -0.27166
Vertex 317 -11.2466 -15.0413 -0.655389
Vertex 318 -11.2452 5.79061 -0.426924 {normal=(-0.671586 0.257201 0.694853)}
Vertex 319 -11.2424 -15.7842 -1.01411
Vertex 320 -11.2348 -15.0822 -2.62578
Vertex 321 -11.2324 -15.1001 -1.87066
Vertex 322 -11.2317 -16.2788 -2.11918
Vertex 323 -11.2264 -14.1507 -3.46387 {normal=(0.982426 -0.170001 -0.0770684)}
Vertex 324 -11.2234 -15.3993 -3.30074
Vertex 325 -11.2208 -14.6527 -0.474016
Vertex 326 -11.2192 -14.1644 -2.85257 {normal=(0.951345 -0.155957 0.265745)}
Vertex 327 -11.2182 -15.6405 -2.71987
Vertex 328 -11.2168 -15.596 -2.78502
Vertex 329 -11.2127 12.1837 -2.51991 {normal=(-0.630213 0.75904 -0.163372)}
Vertex 330 -11.2082 -16.5797 -2.66788 {normal=(-0.189198 -0.977106 -0.0973038)}
Vertex 331 -11.208 -15.538 -0.652813
Vertex 332 -11.2044 11.4128 -3.86788 {normal=(-0.55446 0.52875 -0.642649)}
Vertex 333 -11.1955 -13.2825 -1.11614 {normal=(0.86453 -0.335378 -0.374312)}
Vertex 334 -11.1942 -14.2264 0.051637
Vertex 335 -11.1854 -14.5798 -0.475874
Vertex 336 -11.1843 -15.7151 -3.18251
Vertex 337 -11.1807 -15.3073 0.866062
Vertex 338 -11.1789 -14.8236 -0.192706 {normal=(-0.570885 0.205129 0.794992)}
Vertex 339 -11.1761 -14.8398 -0.745 {normal=(-0.562961 0.160429 -0.810763)}
Vertex 340 -11.1748 -15.7971 -2.20037
Vertex 341 -11.17 -14.7094 -0.280875
Vertex 342 -11.168 -14.7207 -0.663212 {normal=(-0.556303 0.529331 -0.640574)}
Vertex 343 -11.1586 -14.6281 -0.279951
Vertex 344 -11.158 -11.73 -3.47793
Vertex 345 -11.1566 -14.6396 -0.668533
Vertex 346 -11.1565 -15.0708 0.460273 {normal=(0.819003 0.572136 -0.0435255)}
Vertex 347 -11.1552 -12.5531 -2.33756 {normal=(0.930828 -0.365292 -0.010973)}
Vertex 348 -11.152 -15.261 -0.456826 {normal=(-0.705685 -0.708317 0.0171648)}
Vertex 349 -11.1448 6.62236 -5.13339 {normal=(-0.548327 0.504969 -0.666591)}
Vertex 350 -11.1427 -13.8584 -0.467892
Vertex 351 -11.1306 -15.7872 -2.14632
Vertex 352 -11.1183 -12.5874 -3.86544
Vertex 353 -11.1167 -15.6203 -1.35304
Vertex 354 -11.1132 -15.6962 -2.13671
Vertex 355 -11.107 -15.5363 -2.63813
Vertex 356 -11.0867 -12.6562 0.903111 {normal=(-0.373155 0.426736 0.823803)}
Vertex 357 -11.0824 -15.1123 -1.33438
Vertex 358 -11.0818 -14.8644 -1.35063
Vertex 359 -11.0813 -0.426052 -5.7302 {normal=(-0.463686 -0.133158 -0.875936)}
Vertex 360 -11.0811 -11.8187 -3.95914
Vertex 361 -11.0768 3.52213 -5.5801 {normal=(-0.299054 -0.213041 -0.930151)}
Vertex 362 -11.0737 -14.9358 -2.00814 {normal=(0.0827074 0.960507 0.265681)}
Vertex 363 -11.0701 -14.9261 -2.47691 {normal=(0.0687977 0.979932 -0.187083)}
Vertex 364 -11.0634 -11.6735 -3.27665
Vertex 365 -11.0628 -16.6754 -1.59999 {normal=(-0.345405 -0.934679 0.0840932)}
Vertex 366 -11.0626 -14.1711 1.09935
Vertex 367 -11.0584 -12.6486 -1.53876 {normal=(0.917257 -0.324561 -0.230867)}
Vertex 368 -11.057 -16.5528 -2.89091
Vertex 369 -11.0541 2.74427 -5.47023 {normal=(-0.417355 -0.0722163 -0.90587)}
Vertex 370 -11.054 4.38983 -5.81123 {normal=(-0.215729 -0.0837911 -0.972852)}
Vertex 371 -11.0536 -15.8961 -2.12827
Vertex 372 -11.0521 -15.1926 -1.46406
Vertex 373 -11.05 -15.2046 -0.17414
Vertex 374 -11.0471 -15.2213 -0.741196
Vertex 375 -11.0463 -15.5077 -1.76154
Vertex 376 -11.0438 2.44672 -0.137604 {normal=(-0.153191 -0.201993 0.967332)}
Vertex 377 -11.0417 -15.6353 -2.57005 {normal=(0.530943 0.792368 0.300421)}
Vertex 378 -11.0342 -14.9531 -1.52806 {normal=(-0.819656 0.295157 -0.490964)}
Vertex 379 -11.0333 -15.657 -3.03296
Vertex 380 -11.0285 -16.6503 -1.32995 {normal=(-0.382167 -0.787969 0.482756)}
Vertex 381 -11.0283 7.33807 -4.52109 {normal=(-0.715051 0.4599 -0.526492)}
Vertex 382 -11.0177 10.9967 -0.088386 {normal=(-0.514259 0.323364 0.794338)}
Vertex 383 -11.0171 -15.17 -1.21031
Vertex 384 -11.0162 -11.3374 0.051851
Vertex 385 -11.015 -16.7028 -1.86513 {normal=(-0.315202 -0.885503 -0.341368)}
Vertex 386 -11.0141 -14.8927 -2.24054 {normal=(0.0335306 0.998993 0.0297974)}
Vertex 387 -11.0111 -14.7373 -0.148298
Vertex 388 -11.0099 -15.7912 -2.09578
Vertex 389 -11.0097 8.43216 -4.33767 {normal=(-0.672763 -0.0867454 -0.734756)}
Vertex 390 -11.0094 -14.72 -0.199952
Vertex 391 -11.0079 -14.7563 -0.79252
Vertex 392 -11.0066 -14.7359 -0.741896
Vertex 393 -11.002 7.49626 -4.43586 {normal=(-0.802738 0.199492 -0.561974)}
Vertex 394 -11.0019 3.62603 0.05797 {normal=(-0.180554 -0.0573081 0.981894)}
Vertex 395 -11.0012 -15.2484 -1.53167
Vertex 396 -10.9997 -15.6564 -2.50629
Vertex 397 -10.9983 -13.9289 -0.199665
Vertex 398 -10.9884 -15.7216 -2.52619
Vertex 399 -10.9882 -14.8158 -1.36632
Vertex 400 -10.9869 -15.427 -2.54073 {normal=(-0.262595 -0.468487 -0.843542)}
Vertex 401 -10.9865 -14.9222 -1.18149 {normal=(-0.671685 0.374095 0.639447)}
Vertex 402 -10.983 -15.538 0.097654
Vertex 403 -10.9819 -15.438 -1.96812
Vertex 404 -10.9799 -12.4648 -2.93526 {normal=(0.97731 -0.103909 0.184577)}
Vertex 405 -10.9758 -11.5893 -2.975
Vertex 406 -10.9737 -14.9251 -2.52603
Vertex 407 -10.9726 -16.5373 0.688335 {normal=(-0.629973 -0.776616 0.00112666)}
Vertex 408 -10.9712 -14.946 -1.95459
Vertex 409 -10.9702 -14.0223 0.047072
Vertex 410 -10.9657 -16.3151 -1.9689
Vertex 411 -10.9657 -15.0234 -1.63395 {normal=(-0.683208 0.0787642 -0.725964)}
Vertex 412 -10.9613 -16.536 0.95254
Vertex 413 -10.9596 -14.7406 -1.37632
Vertex 414 -10.9573 -14.8917 -1.55793 {normal=(-0.683066 0.438242 -0.584265)}
Vertex 415 -10.9565 -15.6155 -2.37041 {normal=(-0.299732 -0.950764 -0.0787971)}
Vertex 416 -10.9539 -14.8092 -1.56813
Vertex 417 -10.9492 -15.3097 0.459072 {normal=(0.781023 0.619189 -0.0812893)}
Vertex 418 -10.949 -15.2146 -1.15255
Vertex 419 -10.9349 -15.8461 -0.527289
Vertex 420 -10.9324 -12.4849 -3.50545 {normal=(0.949235 0.0558398 -0.309572)}
Vertex 421 -10.9309 -10.8519 -0.438323
Vertex 422 -10.9303 -15.1218 -2.66084
Vertex 423 -10.9201 -15.1404 -1.84063
Vertex 424 -10.92 -14.9482 -0.066932
Vertex 425 -10.916 -14.9716 -0.861211
Vertex 426 -10.9148 1.60911 -0.336224 {normal=(-0.0999056 -0.34091 0.934772)}
Vertex 427 -10.9125 -10.7331 -0.184582
Vertex 428 -10.9075 -15.6035 -2.39309 {normal=(-0.359286 -0.909459 -0.20928)}
Vertex 429 -10.9053 -14.858 -1.18018
Vertex 430 -10.9022 -15.0368 0.246844
Vertex 431 -10.9013 -12.47 -3.27844 {normal=(0.999923 0.0116358 -0.00424683)}
Vertex 432 -10.901 9.45982 -0.000788 {normal=(-0.667006 0.0725027 0.741516)}
Vertex 433 -10.901 -14.7751 -1.18422
Vertex 434 -10.897 -16.5672 0.427453
Vertex 435 -10.8951 -15.0804 0.388548
Vertex 436 -10.8905 -14.9748 -1.08829 {normal=(-0.465532 0.179983 0.866537)}
Vertex 437 -10.8878 -15.6608 1.04154
Vertex 438 -10.8832 0.752879 -0.844994 {normal=(0.0177161 -0.584541 0.811171)}
Vertex 439 -10.8809 -15.5007 -2.05257
Vertex 440 -10.8806 -16.3333 1.20423
Vertex 441 -10.8805 -15.6845 -2.41068 {normal=(-0.495315 0.865984 -0.0688107)}
Vertex 442 -10.8791 -4.13804 -0.986501
Vertex 443 -10.8728 -14.8769 -2.24192 {normal=(0.146105 0.987794 0.0540006)}
Vertex 444 -10.8706 -15.7268 -1.67847 {normal=(0.630827 0.774921 -0.0394313)}
Vertex 445 -10.8702 -15.9098 -0.091778
Vertex 446 -10.8681 -15.135 0.138505
Vertex 447 -10.864 -15.1282 0.466755
Vertex 448 -10.8603 -11.0918 -0.213886
Vertex 449 -10.8545 6.71498 -0.409505 {normal=(-0.737132 -0.20431 0.644123)}
Vertex 450 -10.8532 -15.492 -1.34794 {normal=(-0.690101 -0.707548 0.15211)}
Vertex 451 -10.8501 6.5401 -0.418145 {normal=(-0.690501 0.0768489 0.719237)}
Vertex 452 -10.8481 -15.5361 0.615558 {normal=(0.855697 0.502818 0.122298)}
Vertex 453 -10.8456 -11.2438 -1.77865
Vertex 454 -10.8426 -16.3463 -1.08643
Vertex 455 -10.8394 -13.6742 1.35711
Vertex 456 -10.8379 -15.6465 -2.03831
Vertex 457 -10.8361 -12.9673 1.26495
Vertex 458 -10.8361 -12.1674 -1.66008 {normal=(0.961959 -0.241082 -0.12851)}
Vertex 459 -10.8357 -16.6305 -2.13986
Vertex 460 -10.8344 -11.4471 -2.47008
Vertex 461 -10.8332 -15.7729 -2.92082
Vertex 462 -10.8327 -15.8253 -1.24594
Vertex 463 -10.8293 -16.7344 -1.57647
Vertex 464 -10.8277 -2.35746 -1.27515 {normal=(0.41555 0.208832 0.885272)}
Vertex 465 -10.8236 -15.2098 0.093167
Vertex 466 -10.8187 -15.4068 0.331408 {normal=(-0.877963 -0.478627 0.0098814)}
Vertex 467 -10.8179 -4.18087 -0.639688
Vertex 468 -10.817 -15.5095 -0.44835 {normal=(-0.440418 -0.897696 0.0132109)}
Vertex 469 -10.8156 -15.6309 -2.37675
Vertex 470 -10.8149 0.381758 -5.94557 {normal=(-0.265855 0.217487 -0.93916)}
Vertex 471 -10.814 -14.1873 0.185369
Vertex 472 -10.8136 -14.9301 -1.70804
Vertex 473 -10.8131 5.51172 -5.70524 {normal=(-0.16873 0.212803 -0.962416)}
Vertex 474 -10.8119 -14.8261 0.212714
Vertex 475 -10.8072 -14.9043 -1.65857
Vertex 476 -10.8029 -16.7017 -1.23085
Vertex 477 -10.7977 -16.273 -3.03447 {normal=(0.384879 -0.198236 -0.901427)}
Vertex 478 -10.7968 -15.4446 -1.64196
Vertex 479 -10.7955 -16.0007 -0.923008
Vertex 480 -10.7955 -15.9079 -2.07957
Vertex 481 -10.7941 -16.451 -2.14016
Vertex 482 -10.7904 -14.8768 0.405624 {normal=(-0.617148 0.696345 0.366377)}
Vertex 483 -10.7897 -15.3667 -0.157165
Vertex 484 -10.7895 -0.209263 -6.05512 {normal=(-0.286636 -0.0835695 -0.954388)}
Vertex 485 -10.787 -19.6814 -3.33927
Vertex 486 -10.7868 -15.3841 -0.746702
Vertex 487 -10.7833 -15.7841 0.509618
Vertex 488 -10.7815 -15.5478 -2.02272
Vertex 489 -10.7792 -11.7079 -3.53787
Vertex 490 -10.7772 -15.8206 -0.511851
Vertex 491 -10.7722 -15.7787 -1.66207
Vertex 492 -10.7715 -16.1306 -1.94264
Vertex 493 -10.7666 -16.7698 -1.91735
Vertex 494 -10.7664 -16.7971 -0.414976
Vertex 495 -10.7629 -11.0447 -1.08783
Vertex 496 -10.7599 -15.7087 0.213064
Vertex 497 -10.7535 -14.9514 0.064113 {normal=(-0.499025 0.462884 -0.732607)}
Vertex 498 -10.7525 -16.3803 -1.04931
Vertex 499 -10.7498 -14.4184 0.589041
Vertex 500 -10.7495 -16.7526 -0.146369
Vertex 501 -10.7467 -14.9368 0.52599 {normal=(-0.568594 0.487586 0.662541)}
Vertex 502 -10.7437 -19.8397 -2.59471
Vertex 503 -10.7429 -15.9078 -1.22531
Vertex 504 -10.7426 -15.6939 -0.506093
Vertex 505 -10.7413 -16.3522 0.15375
Vertex 506 -10.7382 -16.0004 0.970921
Vertex 507 -10.7362 -15.3288 0.615248
Vertex 508 -10.7335 -14.8566 -1.12313
Vertex 509 -10.7327 -15.8539 -2.86529
Vertex 510 -10.7269 -15.9091 -0.072221
Vertex 511 -10.7259 -14.8734 -1.07157
Vertex 512 -10.7249 -16.6535 -2.46258
Vertex 513 -10.7244 -11.7558 -0.984979 {normal=(0.997857 -0.0525639 -0.038963)}
Vertex 514 -10.7226 -12.1474 -0.269684
Vertex 515 -10.7196 -15.3947 -1.08171
Vertex 516 -10.7191 -15.7961 0.527957
Vertex 517 -10.7157 -15.7347 -2.83193
Vertex 518 -10.7148 -15.5037 -2.68454 {normal=(-0.23555 -0.455227 -0.858653)}
Vertex 519 -10.7127 1.21392 -5.59313 {normal=(-0.237238 0.184731 -0.953726)}
Vertex 520 -10.71 -15.1684 -1.78481
Vertex 521 -10.7098 -14.8587 -0.222102 {normal=(0.266738 0.962117 0.0564005)}
Vertex 522 -10.7079 -15.6787 -1.64124
Vertex 523 -10.7073 -14.8731 -0.709271 {normal=(0.267285 0.957294 -0.11021)}
Vertex 524 -10.7066 -14.8155 0.221239
Vertex 525 -10.7014 -16.8112 -0.679954
Vertex 526 -10.699 -12.519 0.999461
Vertex 527 -10.6982 -15.9909 -2.06029
Vertex 528 -10.6956 -14.8473 0.42543
Vertex 529 -10.6939 -16.4894 -2.14899
Vertex 530 -10.6925 7.13321 0.082106 {normal=(-0.633104 -0.356989 0.686832)}
Vertex 531 -10.6886 -15.0544 -0.011704 {normal=(-0.404373 0.161185 -0.900279)}
Vertex 532 -10.6845 -16.3902 0.084887
Vertex 533 -10.6792 -10.8455 -0.544866
Vertex 534 -10.678 -4.1563 -5.78225
Vertex 535 -10.678 7.94452 0.527652 {normal=(-0.653918 -0.234478 0.719313)}
Vertex 536 -10.6765 -15.4494 0.063173
Vertex 537 -10.6651 -12.9828 -0.666245 {normal=(0.757554 -0.150716 -0.635136)}
Vertex 538 -10.6614 -14.7733 0.416879
Vertex 539 -10.6589 4.60609 0.086972 {normal=(-0.145829 0.0466376 0.98821)}
Vertex 540 -10.6554 -14.9287 0.053196 {normal=(-0.308436 0.535946 -0.785894)}
Vertex 541 -10.6516 -14.7563 0.214658
Vertex 542 -10.6505 -15.6214 -2.71031
Vertex 543 -10.6474 -15.8692 0.973914
Vertex 544 -10.6463 9.76304 -4.7473 {normal=(-0.645107 0.164263 -0.746227)}
Vertex 545 -10.6461 -15.5561 -0.464796
Vertex 546 -10.6423 -15.7912 -1.20308
Vertex 547 -10.6405 -19.7502 -2.96992
Vertex 548 -10.6371 -15.0617 -0.026158
Vertex 549 -10.6354 -14.861 -0.169522
Vertex 550 -10.6334 -0.765666 -2.08109 {normal=(0.454276 -0.0748109 0.887714)}
Vertex 551 -10.6328 -15.0873 -0.892955
Vertex 552 -10.6324 -14.8784 -0.760937
Vertex 553 -10.629 -16.4459 1.13878
Vertex 554 -10.6224 -15.5636 -0.447075 {normal=(-0.387812 -0.921731 -0.00360869)}
Vertex 555 -10.6205 -14.8559 0.038575
Vertex 556 -10.6188 -15.7534 -0.069459
Vertex 557 -10.6134 -14.5472 1.21956
Vertex 558 -10.6133 2.79154 -5.59136 {normal=(-0.192014 -0.0314113 -0.980889)}
Vertex 559 -10.6122 -16.127 0.148446
Vertex 560 -10.61 -14.8464 -0.465764 {normal=(0.140256 0.989707 -0.0284243)}
Vertex 561 -10.6048 -15.9776 -0.907205
Vertex 562 -10.6019 -15.0985 -1.00007
Vertex 563 -10.6017 -15.5486 -2.6712
Vertex 564 -10.597 6.45553 -5.50768 {normal=(-0.192739 0.379445 -0.904916)}
Vertex 565 -10.5967 -15.7235 -1.4972 {normal=(0.0424418 0.99663 0.0702025)}
Vertex 566 -10.5902 -16.5051 -0.965312
Vertex 567 -10.5853 -16.7737 1.02883
Vertex 568 -10.5767 -16.837 0.685875
Vertex 569 -10.5727 -15.7302 0.422932 {normal=(-0.688004 -0.721243 0.0803674)}
Vertex 570 -10.567 -14.892 0.582293
Vertex 571 -10.566 -16.6071 -2.74803
Vertex 572 -10.5619 -15.592 -0.454099
Vertex 573 -10.56 -1.0925 -5.79057 {normal=(0.241449 0.0112347 -0.970349)}
Vertex 574 -10.5577 -15.7618 -1.45611
Vertex 575 -10.5561 1.24434 -0.551981 {normal=(0.127782 -0.491734 0.861318)}
Vertex 576 -10.5547 -14.8855 0.52964
Vertex 577 -10.554 -16.2804 -2.90411
Vertex 578 -10.5529 -15.8316 -2.03726
Vertex 579 -10.5516 -15.8172 -0.905828
Vertex 580 -10.5501 -15.1011 0.704146
Vertex 581 -10.55 -15.2231 -2.67935
Vertex 582 -10.5492 -13.4731 1.26807 {normal=(0.0742598 0.191989 0.978584)}
Vertex 583 -10.548 -15.7557 -1.47685
Vertex 584 -10.548 -15.9902 0.146957
Vertex 585 -10.5439 -15.3174 -1.84967
Vertex 586 -10.5411 -16.2934 -2.09395
Vertex 587 -10.54 -15.5169 -0.087701
Vertex 588 -10.5383 -15.452 -0.100028
Vertex 589 -10.5372 -15.5489 0.692284
Vertex 590 -10.5331 -15.6176 -1.86309
Vertex 591 -10.5329 -2.38423 -5.89145 {normal=(0.271651 0.0217085 -0.962151)}
Vertex 592 -10.5312 -11.4201 -2.49583
Vertex 593 -10.5305 -14.6859 0.651277
Vertex 594 -10.5271 -14.8386 -0.465588 {normal=(0.192863 0.981073 -0.0173147)}
Vertex 595 -10.5195 9.12227 0.911131 {normal=(-0.665664 0.130153 0.734814)}
Vertex 596 -10.5183 3.54133 -5.62425 {normal=(-0.105146 -0.14251 -0.984193)}
Vertex 597 -10.5182 -15.6378 -1.68701
Vertex 598 -10.5039 -0.840393 -5.82585 {normal=(0.129675 -0.394275 -0.909798)}
Vertex 599 -10.5037 -15.4386 -1.85885
Vertex 600 -10.5016 -15.4526 -0.783953
Vertex 601 -10.4992 -15.0291 -0.044895
Vertex 602 -10.4976 -15.0008 0.002019
Vertex 603 -10.4946 -15.0218 -1.6631 {normal=(0.174764 0.956257 -0.234586)}
Vertex 604 -10.4924 -11.0253 -1.15006
Vertex 605 -10.4923 -16.8496 0.389597
Vertex 606 -10.4884 -15.7835 -1.38983
Vertex 607 -10.4859 -16.3042 0.1161
Vertex 608 -10.4807 -15.7519 -1.12062
Vertex 609 -10.4787 -16.2539 -1.08276
Vertex 610 -10.4773 -16.5984 0.148561
Vertex 611 -10.4752 -15.6743 0.118331
Vertex 612 -10.4743 5.49132 0.03785 {normal=(-0.213158 0.0819238 0.973577)}
Vertex 613 -10.4739 12.3414 -3.34505 {normal=(-0.379122 0.779829 -0.49813)}
Vertex 614 -10.4665 -15.2701 -0.069142
Vertex 615 -10.462 12.7106 -2.03032 {normal=(-0.392216 0.917647 0.0639596)}
Vertex 616 -10.46 -15.5197 -0.811788
Vertex 617 -10.4596 -15.5196 -0.094213
Vertex 618 -10.4525 -16.3158 -2.33928 {normal=(0.795815 -0.534729 0.284152)}
Vertex 619 -10.4419 -15.642 -1.79093
Vertex 620 -10.4405 -16.2802 1.13673
Vertex 621 -10.44 -15.7404 -1.84434
Vertex 622 -10.4379 -15.586 -1.10456
Vertex 623 -10.4378 7.29163 -5.12198 {normal=(-0.348707 0.37417 -0.859302)}
Vertex 624 -10.4344 -0.524662 -6.01673 {normal=(0.133478 -0.33389 -0.933114)}
Vertex 625 -10.4337 -14.2675 1.51813
Vertex 626 -10.4325 -13.6979 -0.190373
Vertex 627 -10.4287 -4.22971 -5.97208
Vertex 628 -10.4283 -14.9789 -1.18179 {normal=(0.209569 0.977702 0.013386)}
Vertex 629 -10.4271 -15.0278 -1.72507
Vertex 630 -10.4232 -15.2761 -1.85305
Vertex 631 -10.4228 -17.6652 -1.96881
Vertex 632 -10.4136 -15.7521 -1.11693
Vertex 633 -10.4136 -15.4701 -0.797937
Vertex 634 -10.4134 -15.7945 0.46378
Vertex 635 -10.4119 -15.6659 -1.1103
Vertex 636 -10.4049 -15.7899 0.465994 {normal=(-0.241552 0.93281 -0.267427)}
Vertex 637 -10.4049 -17.4539 -2.61459
Vertex 638 -10.4033 -16.0661 -2.82281
Vertex 639 -10.3985 -15.0905 -2.0049
Vertex 640 -10.3981 -12.782 1.20435
Vertex 641 -10.3977 -15.0368 -2.4732
Vertex 642 -10.396 -16.4804 -1.56853 {normal=(0.483703 -0.875232 0.000109364)}
Vertex 643 -10.3943 -15.7329 -1.81436
Vertex 644 -10.39 7.47559 -5.08956 {normal=(-0.486227 0.106107 -0.867366)}
Vertex 645 -10.3828 -14.2139 0.30043
Vertex 646 -10.3711 -15.0746 -2.24184 {normal=(0.337819 0.936216 0.0968443)}
Vertex 647 -10.3704 -16.3094 -2.08445
Vertex 648 -10.368 -14.961 -1.43453 {normal=(0.0656146 0.993335 -0.0947671)}
Vertex 649 -10.3604 -16.61 -0.056382
Vertex 650 -10.3498 -15.7605 0.838861
Vertex 651 -10.3471 -16.2631 -2.56731
Vertex 652 -10.3466 -14.9758 -1.14076
Vertex 653 -10.3409 -16.3972 -0.983203
Vertex 654 -10.3406 -15.7759 0.466045
Vertex 655 -10.3349 4.23102 -5.82585 {normal=(-0.0307861 -0.105974 -0.993892)}
Vertex 656 -10.3252 -16.4802 -1.82208
Vertex 657 -10.3211 8.35868 -5.18312 {normal=(-0.576228 -0.073174 -0.814006)}
Vertex 658 -10.3195 -16.6556 -0.4016 {normal=(0.527028 -0.838228 0.140056)}
Vertex 659 -10.3182 -15.2769 0.801145
Vertex 660 -10.3129 -16.5418 -1.29802
Vertex 661 -10.3126 -16.4159 0.14436
Vertex 662 -10.3119 -15.7251 0.800386
Vertex 663 -10.3082 12.4185 -0.866307 {normal=(-0.347701 0.824493 0.446447)}
Vertex 664 -10.3073 -15.1012 0.570992 {normal=(0.526156 0.849323 -0.0425522)}
Vertex 665 -10.3052 -15.1998 -0.996663
Vertex 666 -10.3017 -16.1019 0.063706
Vertex 667 -10.2971 6.33747 0.050988 {normal=(-0.332193 -0.0663457 0.940875)}
Vertex 668 -10.2905 -17.5936 -2.30108
Vertex 669 -10.2866 -14.9481 -1.44648
Vertex 670 -10.2811 -15.5724 -2.70249
Vertex 671 -10.2795 -13.9457 -0.018693
Vertex 672 -10.2792 -15.7233 0.819898
Vertex 673 -10.2772 -15.9533 0.138717
Vertex 674 -10.2733 -0.053182 -1.91368 {normal=(0.598715 -0.480383 0.640916)}
Vertex 675 -10.2701 -21.311 -3.44826
Vertex 676 -10.2685 6.5225 0.103263 {normal=(-0.378412 -0.298762 0.876097)}
Vertex 677 -10.2676 -15.4349 -2.6733
Vertex 678 -10.2658 -15.611 -1.98963
Vertex 679 -10.2575 -21.32 -2.89933
Vertex 680 -10.256 -15.2048 0.096699 {normal=(0.541278 0.815431 -0.205161)}
Vertex 681 -10.2557 0.277446 -5.88806 {normal=(0.298352 0.17647 -0.938)}
Vertex 682 -10.2511 -16.6647 -0.743094
Vertex 683 -10.2494 -16.6207 0.69106 {normal=(0.602677 -0.773006 0.198098)}
Vertex 684 -10.2429 -15.1136 0.633678
Vertex 685 -10.2414 -16.5666 0.948636
Vertex 686 -10.2356 -15.1002 0.797242
Vertex 687 -10.232 -15.882 0.137164
Vertex 688 -10.227 -15.4613 -0.042742
Vertex 689 -10.2212 -16.1784 -0.939108
Vertex 690 -10.2185 -15.266 0.014522
Vertex 691 -10.2165 -15.1736 0.533762
Vertex 692 -10.2162 9.76619 -5.44123 {normal=(-0.596692 0.157231 -0.786916)}
Vertex 693 -10.2152 1.33698 -5.60939 {normal=(0.129104 0.0709436 -0.98909)}
Vertex 694 -10.2094 -15.9057 0.14528
Vertex 695 -10.2058 -13.3561 1.23215
Vertex 696 -10.2043 -14.0961 1.46342 {normal=(0.0500185 0.281336 0.958305)}
Vertex 697 -10.1922 -16.017 -1.01276
Vertex 698 -10.1908 2.33905 -0.264528 {normal=(0.225667 -0.240555 0.944038)}
Vertex 699 -10.1903 -15.2376 1.29131
Vertex 700 -10.1867 -14.535 0.336458
Vertex 701 -10.1822 -15.161 0.345594 {normal=(0.422048 0.89403 -0.150285)}
Vertex 702 -10.1807 -15.2394 0.057896
Vertex 703 -10.1782 -15.545 0.046677
Vertex 704 -10.1756 -16.6364 0.438455
Vertex 705 -10.1721 -15.626 -2.22149 {normal=(0.905656 -0.374125 0.199543)}
Vertex 706 -10.1711 -15.2668 -0.865934
Vertex 707 -10.1489 -0.004846 -2.15999 {normal=(0.708377 -0.204946 0.675426)}
Vertex 708 -10.146 -21.2852 -3.17337
Vertex 709 -10.1421 -19.9816 -0.674959 {normal=(-0.880156 -0.196577 0.432068)}
Vertex 710 -10.1388 1.32248 -0.667843 {normal=(0.430404 -0.493903 0.755522)}
Vertex 711 -10.138 -16.0187 -1.93088
Vertex 712 -10.1335 10.3171 0.35981 {normal=(-0.485 0.318486 0.814458)}
Vertex 713 -10.132 -15.5939 -2.45618
Vertex 714 -10.1302 -15.4011 0.024308
Vertex 715 -10.1168 -15.4365 0.946823
Vertex 716 -10.1163 -15.3133 0.355448
Vertex 717 -10.1011 -15.1757 0.356879 {normal=(0.480047 0.866139 -0.139134)}
Vertex 718 -10.0979 2.70569 -5.68303 {normal=(0.0171046 -0.0195918 -0.999662)}
Vertex 719 -10.0974 -0.474518 -5.85231 {normal=(0.651328 -0.259794 -0.712937)}
Vertex 720 -10.0877 -15.9294 -1.01747
Vertex 721 -10.077 -15.5485 -0.868527
Vertex 722 -10.0713 -15.6141 -1.9045
Vertex 723 -10.0703 -12.9986 0.337294
Vertex 724 -10.0656 -16.3722 -0.406254 {normal=(0.855944 -0.500299 0.130615)}
Vertex 725 -10.0628 -13.9021 0.410332
Vertex 726 -10.062 -15.034 -0.18731
Vertex 727 -10.0605 -15.9198 -1.90888
Vertex 728 -10.0548 -15.2401 -1.93361
Vertex 729 -10.0542 -15.3998 -0.865201
Vertex 730 -10.0513 -16.3232 -0.148261
Vertex 731 -10.0497 -15.1603 -2.54581
Vertex 732 -10.0377 -14.9516 1.60192
Vertex 733 -10.0372 -15.0344 -0.64981
Vertex 734 -10.036 -15.6257 -1.02428
Vertex 735 -10.0315 -15.0685 -0.417614 {normal=(0.591011 0.806093 0.0303427)}
Vertex 736 -10.0298 -16.3056 -1.46581 {normal=(0.627658 -0.778215 -0.0206705)}
Vertex 737 -10.0297 0.740176 -1.21487 {normal=(0.641258 -0.617424 0.455605)}
Vertex 738 -10.0284 -0.933655 -2.35618 {normal=(0.662809 0.0490969 0.747177)}
Vertex 739 -10.026 5.30314 -5.82455 {normal=(0.0673661 0.142937 -0.987437)}
Vertex 740 -10.0195 -15.2187 -2.24603
Vertex 741 -10.0194 -16.2767 -1.22267
Vertex 742 -10.0175 -15.866 0.997665
Vertex 743 -10.015 -15.6201 0.760091
Vertex 744 -10.01 -16.3625 -0.663164
Vertex 745 -10.0076 -13.4063 -0.144325
Vertex 746 -10.0026 11.1862 -4.56491 {normal=(-0.520634 0.55206 -0.651283)}
Vertex 747 -9.99053 -16.2791 -1.70685
Vertex 748 -9.98007 -14.7642 0.578683
Vertex 749 -9.97415 3.50325 -5.6892 {normal=(0.0296027 -0.109298 -0.993568)}
Vertex 750 -9.97122 -14.8082 0.37878 {normal=(-0.56431 0.649292 -0.509877)}
Vertex 751 -9.96899 -15.5808 0.90871
Vertex 752 -9.96338 -4.2212 -5.44755
Vertex 753 -9.94118 -0.772566 -5.41739 {normal=(0.734116 -0.236309 -0.636579)}
Vertex 754 -9.93864 -14.0007 1.39393
Vertex 755 -9.92759 -16.1117 0.112918
Vertex 756 -9.91631 -13.2561 0.680038
Vertex 757 -9.89984 -15.7575 0.961197
Vertex 758 -9.89669 3.36702 -0.11203 {normal=(0.260442 -0.14493 0.95455)}
Vertex 759 -9.88896 -15.5752 0.09549
Vertex 760 -9.88576 -15.6557 -0.141455
Vertex 761 -9.88332 -2.44321 -2.029 {normal=(0.700089 0.142851 0.699621)}
Vertex 762 -9.88307 -2.44324 -5.57819 {normal=(0.622611 0.014429 -0.782399)}
Vertex 763 -9.88043 -14.9543 0.203369 {normal=(-0.454624 0.47344 -0.754435)}
Vertex 764 -9.8715 0.167996 -5.67131 {normal=(0.738623 0.010097 -0.674043)}
Vertex 765 -9.87019 11.8408 -0.00659 {normal=(-0.242992 0.599231 0.762809)}
Vertex 766 -9.8662 -15.7829 0.054908
Vertex 767 -9.86292 -15.6942 -0.382872 {normal=(0.968496 -0.228383 0.0992811)}
Vertex 768 -9.85591 -13.5405 -0.037375
Vertex 769 -9.84828 -15.4341 1.23197
Vertex 770 -9.84366 -13.5396 0.834674
Vertex 771 -9.84129 -15.4283 -1.69507
Vertex 772 -9.84089 -4.23232 -1.97828
Vertex 773 -9.83412 -14.6562 1.63673
Vertex 774 -9.83246 -15.6575 -0.623767
Vertex 775 -9.8301 -15.4674 -1.46372
Vertex 776 -9.82831 4.14704 -5.78171 {normal=(0.0638109 -0.127118 -0.989833)}
Vertex 777 -9.82793 -15.3148 -0.080776
Vertex 778 -9.82779 -15.8746 0.416379
Vertex 779 -9.82697 -17.6931 -0.000768 {normal=(-0.886088 0.122042 0.447162)}
Vertex 780 -9.82394 -0.959323 -5.26112 {normal=(0.738026 0.0145501 -0.674615)}
Vertex 781 -9.8233 1.24077 -5.45815 {normal=(0.61358 -0.0394517 -0.788646)}
Vertex 782 -9.82269 -15.4349 -1.23279
Vertex 783 -9.80722 -14.2928 0.470013
Vertex 784 -9.80458 -16.0672 -1.45693
Vertex 785 -9.79645 -16.0396 -1.14011
Vertex 786 -9.7942 -15.3524 -0.39644
Vertex 787 -9.7936 -15.9753 0.100159
Vertex 788 -9.78416 4.38373 -0.036203 {normal=(0.24192 -0.0854412 0.966527)}
Vertex 789 -9.77716 -16.0328 -1.77378
Vertex 790 -9.77394 -15.3139 -0.713082
Vertex 791 -9.76182 5.40737 0.003398 {normal=(0.176597 -0.0573567 0.982611)}
Vertex 792 -9.7604 -21.461 -1.2275
Vertex 793 -9.75612 -15.4313 0.683442
Vertex 794 -9.75577 -19.7527 -6.08434
Vertex 795 -9.74596 -4.28925 -5.4962
Vertex 796 -9.73866 2.44708 -5.66819 {normal=(0.382813 -0.129496 -0.914705)}
Vertex 797 -9.73715 12.8281 -2.73469 {normal=(-0.238095 0.926131 -0.292561)}
Vertex 798 -9.73661 -16.0595 0.850463
Vertex 799 -9.73154 0.01042 -5.26248 {normal=(0.882801 -0.0776922 -0.463277)}
Vertex 800 -9.73154 -14.0222 0.985885
Vertex 801 -9.72934 -16.1599 0.625094 {normal=(0.757255 -0.613485 0.224055)}
Vertex 802 -9.72184 1.3262 -2.23653 {normal=(0.919343 -0.374696 0.120046)}
Vertex 803 -9.71841 -15.5205 0.468435 {normal=(0.794558 0.605243 -0.0485663)}
Vertex 804 -9.70212 -15.5374 0.234933
Vertex 805 -9.68869 -16.1883 0.384223
Vertex 806 -9.67989 -15.8386 -0.1016
Vertex 807 -9.67962 -15.2565 -0.05794 {normal=(-0.372879 0.343106 -0.862113)}
Vertex 808 -9.67313 -15.6468 0.928454
Vertex 809 -9.66799 7.74706 0.924819 {normal=(-0.187264 -0.443854 0.876314)}
Vertex 810 -9.65546 1.26999 -2.45644 {normal=(0.711896 -0.214527 0.668717)}
Vertex 811 -9.64369 -16.0826 0.155483
Vertex 812 -9.63894 7.02585 0.456604 {normal=(-0.0441308 -0.547013 0.83596)}
Vertex 813 -9.63827 2.09717 -0.490344 {normal=(0.565849 -0.347977 0.747481)}
Vertex 814 -9.63054 -0.150637 -2.6132 {normal=(0.727683 -0.150915 0.669105)}
Vertex 815 -9.61605 6.44918 0.13333 {normal=(0.137717 -0.466713 0.873621)}
Vertex 816 -9.61545 1.08211 -5.16186 {normal=(0.867829 -0.111896 -0.4841)}
Vertex 817 -9.59717 6.00617 -5.57221 {normal=(0.170976 0.243262 -0.954773)}
Vertex 818 -9.5879 -0.053116 -5.00576 {normal=(0.890856 -0.0199154 -0.45385)}
Vertex 819 -9.58468 8.99371 1.34566 {normal=(-0.290185 -0.0419521 0.956051)}
Vertex 820 -9.58199 -15.7702 0.867382
Vertex 821 -9.58125 6.28773 0.06475 {normal=(0.250481 -0.232061 0.939897)}
Vertex 822 -9.57185 -4.29444 -1.54782
Vertex 823 -9.5696 -14.5516 0.682242
Vertex 824 -9.55726 -15.9385 0.526657
Vertex 825 -9.54713 -15.8851 0.56992
Vertex 826 -9.54451 -14.5447 1.49722
Vertex 827 -9.54165 -14.6553 0.45666
Vertex 828 -9.5341 -15.2045 1.24693 {normal=(0.47011 -0.467224 0.748798)}
Vertex 829 -9.52467 -1.09417 -2.9647 {normal=(0.828883 0.0793682 0.553763)}
Vertex 830 -9.50647 -15.9251 0.255295
Vertex 831 -9.46959 -15.51 -1.22994
Vertex 832 -9.46207 -14.8063 0.280058
Vertex 833 -9.45522 -15.9969 -0.23507
Vertex 834 -9.44853 3.47707 -5.55829 {normal=(0.368421 -0.159727 -0.915835)}
Vertex 835 -9.44826 -15.3865 -1.76839
Vertex 836 -9.44726 4.77119 -5.7723 {normal=(0.300863 0.0365478 -0.952967)}
Vertex 837 -9.44532 11.2386 -5.18265 {normal=(-0.459384 0.547022 -0.699809)}
Vertex 838 -9.44467 -16.0094 0.412612 {normal=(0.198283 -0.673139 0.712438)}
Vertex 839 -9.44001 -16.2222 0.175871
Vertex 840 -9.42007 -15.3946 0.986371 {normal=(0.514313 -0.568324 0.642253)}
Vertex 841 -9.41079 -16.206 -0.042953 {normal=(-0.437698 -0.805916 -0.398649)}
Vertex 842 -9.40524 -4.27188 -2.68702
Vertex 843 -9.36658 -15.6872 -0.257401 {normal=(-0.26658 0.198211 -0.943211)}
Vertex 844 -9.36295 12.0082 -3.99928 {normal=(-0.37952 0.760209 -0.527302)}
Vertex 845 -9.36026 -16.2195 0.208991
Vertex 846 -9.34365 -4.27747 -4.70197
Vertex 847 -9.33784 -15.4982 -1.50529
Vertex 848 -9.33232 -14.5438 1.13985
Vertex 849 -9.32171 4.06305 -5.73758 {normal=(0.355402 -0.125697 -0.926223)}
Vertex 850 -9.32017 0.94983 -4.4582 {normal=(0.933013 -0.154233 -0.325114)}
Vertex 851 -9.31843 -16.0043 -0.265824
Vertex 852 -9.31831 2.13904 -5.14951 {normal=(0.771785 -0.258861 -0.580809)}
Vertex 853 -9.30952 -19.7285 -6.43079
Vertex 854 -9.30795 -15.1184 0.014277
Vertex 855 -9.30604 1.628 -1.35177 {normal=(0.883305 -0.441581 0.157409)}
Vertex 856 -9.29982 -0.208133 -4.24676 {normal=(0.969871 -0.0202809 -0.242775)}
Vertex 857 -9.29334 -0.93602 -4.59519 {normal=(0.929326 0.0857393 -0.359168)}
Vertex 858 -9.28865 10.0415 1.28198 {normal=(-0.29863 0.374524 0.877811)}
Vertex 859 -9.28703 -17.6027 -5.58686
Vertex 860 -9.27918 -15.6482 0.662059 {normal=(0.514415 -0.568742 0.641802)}
Vertex 861 -9.27479 3.10244 -0.442654 {normal=(0.662635 -0.222995 0.714974)}
Vertex 862 -9.27318 -21.3452 -5.73709
Vertex 863 -9.25302 -2.50044 -2.70947 {normal=(0.851469 0.0858792 0.517325)}
Vertex 864 -9.25048 -0.176438 -3.27873 {normal=(0.967111 -0.148887 0.206228)}
Vertex 865 -9.24875 -2.50084 -4.82542 {normal=(0.901209 0.0133499 -0.43318)}
Vertex 866 -9.24557 2.61353 -2.19345 {normal=(0.919171 -0.383696 0.0888896)}
Vertex 867 -9.24255 -0.993387 -3.47699 {normal=(0.982179 0.0699884 0.174433)}
Vertex 868 -9.24253 -14.9671 1.16286
Vertex 869 -9.23886 -14.7596 0.84387
Vertex 870 -9.22194 -16.2233 -0.121848 {normal=(-0.0798424 -0.846543 -0.526299)}
Vertex 871 -9.20513 2.55755 -2.41703 {normal=(0.64026 -0.352765 0.682367)}
Vertex 872 -9.20505 0.8743 -3.91664 {normal=(0.959092 -0.173456 -0.223732)}
Vertex 873 -9.19965 -16.2701 0.016926 {normal=(0.0317213 -0.992031 -0.121937)}
Vertex 874 -9.19829 6.73228 -5.36579 {normal=(0.17347 0.156073 -0.972394)}
Vertex 875 -9.19167 -15.8061 0.452515 {normal=(0.478215 -0.513568 0.712431)}
Vertex 876 -9.18908 -19.7174 -6.98808
Vertex 877 -9.16963 -16.2903 0.101243
Vertex 878 -9.16476 -4.33881 -4.65661
Vertex 879 -9.15542 -15.9807 -0.317903
Vertex 880 -9.14724 -45.027 3.87047
Vertex 881 -9.14485 -15.2381 0.870755
Vertex 882 -9.1409 1.04284 -2.6797 {normal=(0.694072 -0.200473 0.691429)}
Vertex 883 -9.13092 -15.4145 -0.164885
Vertex 884 -9.12588 -44.3663 3.86857
Vertex 885 -9.12383 -4.29743 -3.38804
Vertex 886 -9.12111 -14.9301 0.658219
Vertex 887 -9.10999 6.90209 -5.35687 {normal=(0.109839 -0.0667698 -0.991704)}
Vertex 888 -9.09858 -4.33885 -2.40005
Vertex 889 -9.07901 7.93967 -5.49622 {normal=(-0.0829 -0.211654 -0.973823)}
Vertex 890 -9.0753 11.1982 0.508086 {normal=(-0.168588 0.56024 0.810993)}
Vertex 891 -9.07107 -15.833 -0.318259
Vertex 892 -9.05243 -15.6891 -0.281141
Vertex 893 -9.03366 -45.027 1.92883
Vertex 894 -9.02326 -44.3842 1.9165 {normal=(-0.977223 0.0862423 -0.193903)}
Vertex 895 -9.01907 5.47591 -5.51982 {normal=(0.467179 0.0947489 -0.879071)}
Vertex 896 -9.00267 5.85447 -0.203232 {normal=(0.574295 -0.0629755 0.816222)}
Vertex 897 -8.99822 -16.1599 -0.172204 {normal=(0.418308 -0.660946 -0.623032)}
Vertex 898 -8.99399 4.18484 -0.408676 {normal=(0.685609 -0.178309 0.705794)}
Vertex 899 -8.98669 5.18228 -0.208585 {normal=(0.594376 -0.100539 0.797878)}
Vertex 900 -8.97982 -15.2233 0.317066
Vertex 901 -8.96696 -15.4864 0.456328
Vertex 902 -8.96265 -16.1634 0.09069
Vertex 903 -8.95974 -16.1879 -0.032894 {normal=(0.580253 -0.785748 -0.214257)}
Vertex 904 -8.94586 -15.6253 0.355535 {normal=(0.700615 -0.290117 0.651898)}
Vertex 905 -8.94565 -15.4831 0.513085 {normal=(-0.861469 0.246963 0.443712)}
Vertex 906 -8.94353 -22.1882 -3.16712
Vertex 907 -8.94161 -43.3202 3.79385
Vertex 908 -8.93978 -19.9924 0.945029 {normal=(-0.626647 -0.303988 0.717569)}
Vertex 909 -8.92681 -2.49958 -3.49388 {normal=(0.99274 0.0430153 0.112329)}
Vertex 910 -8.92533 -45.271 3.84484
Vertex 911 -8.92126 -4.35677 -3.23025
Vertex 912 -8.90431 -17.6212 -5.81033
Vertex 913 -8.89958 12.3419 -0.439584 {normal=(-0.0221869 0.790893 0.611552)}
Vertex 914 -8.89332 2.68893 -1.38139 {normal=(0.954542 -0.289887 0.0693906)}
Vertex 915 -8.88844 0.992296 -3.15284 {normal=(0.96454 -0.237943 0.114214)}
Vertex 916 -8.88696 2.02234 -4.19029 {normal=(0.899924 -0.344286 -0.267589)}
Vertex 917 -8.87638 -15.9571 -0.162388 {normal=(0.764526 -0.209123 -0.609727)}
Vertex 918 -8.87107 -43.3143 1.918 {normal=(-0.91621 0.352374 -0.190765)}
Vertex 919 -8.86626 -15.4825 0.067004
Vertex 920 -8.86187 2.11765 -3.80763 {normal=(0.906723 -0.357603 -0.223549)}
Vertex 921 -8.85424 -21.3421 -5.99528
Vertex 922 -8.84542 9.6329 -6.00456 {normal=(-0.129533 0.0347002 -0.990968)}
Vertex 923 -8.84097 -17.4761 -6.22582
Vertex 924 -8.83348 -15.762 -0.109212 {normal=(0.829315 0.178483 -0.52951)}
Vertex 925 -8.83057 12.0761 -4.63657 {normal=(-0.280459 0.773887 -0.56784)}
Vertex 926 -8.82183 -45.271 2.0883
Vertex 927 -8.81493 -15.9751 -0.026694 {normal=(0.925371 -0.303637 -0.226923)}
Vertex 928 -8.79583 -15.785 0.144167
Vertex 929 -8.79141 -15.9987 0.057748
Vertex 930 -8.79092 2.40505 -2.65504 {normal=(0.594598 -0.365052 0.716373)}
Vertex 931 -8.7899 11.1911 -5.36334 {normal=(-0.129588 0.476111 -0.869785)}
Vertex 932 -8.78664 12.8215 -1.445 {normal=(-0.0360193 0.948956 0.313346)}
Vertex 933 -8.7794 -15.7098 0.102446
Vertex 934 -8.77833 -45.027 1.1626
Vertex 935 -8.7668 -44.436 1.17209
Vertex 936 -8.76669 -21.352 -6.45892
Vertex 937 -8.71394 7.75887 0.933331 {normal=(0.235766 -0.501065 0.832675)}
Vertex 938 -8.69749 13.0495 -2.47229 {normal=(-0.0351491 0.998213 -0.04832)}
Vertex 939 -8.69484 -22.1384 -3.2422
Vertex 940 -8.68706 3.31266 -5.17191 {normal=(0.735817 -0.27114 -0.62053)}
Vertex 941 -8.67558 6.23456 -0.448852 {normal=(0.67366 -0.15371 0.72288)}
Vertex 942 -8.67112 12.6136 -3.55732 {normal=(-0.160401 0.882252 -0.44261)}
Vertex 943 -8.66928 6.86513 -0.165417 {normal=(0.461409 -0.642369 0.611935)}
Vertex 944 -8.66265 -21.4709 0.144578
Vertex 945 -8.65723 2.23391 -3.04478 {normal=(0.904937 -0.409626 0.115307)}
Vertex 946 -8.65485 4.19353 -1.71193 {normal=(0.887746 -0.3784 0.262145)}
Vertex 947 -8.64004 -23.7411 -3.16115
Vertex 948 -8.63254 6.77266 -0.327621 {normal=(0.567455 -0.480457 0.668697)}
Vertex 949 -8.62763 7.16986 0.288609 {normal=(0.372556 -0.657327 0.655075)}
Vertex 950 -8.62559 -17.8018 1.65954 {normal=(-0.648967 -0.0147364 0.760674)}
Vertex 951 -8.6147 -43.3518 1.2424
Vertex 952 -8.60523 4.22854 -1.30917 {normal=(0.970249 -0.191691 0.147889)}
Vertex 953 -8.59473 -27.9859 -3.52662
Vertex 954 -8.57845 5.19998 -0.725376 {normal=(0.889503 -0.11187 0.443024)}
Vertex 955 -8.56571 -44.9304 1.31904
Vertex 956 -8.56386 -24.1367 -3.27614
Vertex 957 -8.56337 -45.271 1.31489
Vertex 958 -8.52179 10.9701 1.11311
Vertex 959 -8.50861 -26.9064 -2.8585
Vertex 960 -8.50654 4.58203 -5.16603 {normal=(0.703215 -0.114498 -0.701697)}
Vertex 961 -8.50521 6.42801 -5.05533 {normal=(0.636415 0.0701957 -0.768147)}
Vertex 962 -8.50151 -42.6843 3.20377
Vertex 963 -8.48754 -44.4112 0.423698
Vertex 964 -8.48493 11.0335 1.2752 {normal=(-0.934556 0.0976895 0.342144)}
Vertex 965 -8.4849 -45.027 0.418482
Vertex 966 -8.48024 -44.9365 1.28196
Vertex 967 -8.47776 5.2242 -1.14207 {normal=(0.834691 -0.259016 0.486005)}
Vertex 968 -8.47363 -27.9028 -3.61108
Vertex 969 -8.46957 8.95833 1.41415 {normal=(0.205825 -0.197479 0.958456)}
Vertex 970 -8.46614 6.60781 -5.04073 {normal=(0.709269 -0.199807 -0.676029)}
Vertex 971 -8.46009 -44.4595 1.29137
Vertex 972 -8.45587 -42.643 2.10917
Vertex 973 -8.44611 -28.4977 -3.44355 {normal=(-0.919173 -0.210212 0.333064)}
Vertex 974 -8.43062 10.9166 0.966035
Vertex 975 -8.41631 -12.9309 -0.638932
Vertex 976 -8.41438 4.17157 -1.96465 {normal=(0.529423 -0.451713 0.718099)}
Vertex 977 -8.41045 12.1842 0.211048
Vertex 978 -8.40726 -15.374 -4.54654
Vertex 979 -8.40378 -12.9112 -1.18576
Vertex 980 -8.39982 -44.3648 5.10133 {normal=(-0.706935 0.10166 0.699934)}
Vertex 981 -8.39821 -27.353 -2.74804 {normal=(-0.905325 -0.146421 0.398681)}
Vertex 982 -8.39419 9.92694 1.40347 {normal=(0.127118 0.23884 0.962703)}
Vertex 983 -8.38225 -45.0271 5.06772
Vertex 984 -8.38146 -23.7552 -3.22256
Vertex 985 -8.37739 11.1107 1.46784
Vertex 986 -8.37072 -26.8347 -2.97015
Vertex 987 -8.36886 12.2991 0.334827 {normal=(-0.916393 0.357164 0.180717)}
Vertex 988 -8.34849 6.61465 -0.694472 {normal=(0.652581 -0.385182 0.652513)}
Vertex 989 -8.34231 -43.3374 4.82455
Vertex 990 -8.33907 -43.3015 0.493351
Vertex 991 -8.32824 -24.0221 -3.22699
Vertex 992 -8.32492 12.0691 0.109669
Vertex 993 -8.32261 3.3509 -4.13582 {normal=(0.864007 -0.361923 -0.350006)}
Vertex 994 -8.31915 -22.1684 -5.511
Vertex 995 -8.31444 -43.4288 1.3497
Vertex 996 -8.30544 -13.0015 -0.922785
Vertex 997 -8.29881 9.31748 1.24736
Vertex 998 -8.29388 -25.4908 -3.29862
Vertex 999 -8.28326 -30.1194 -4.21108
Vertex 1000 -8.25639 12.4301 0.487534
Vertex 1001 -8.25428 7.52254 -5.24379 {normal=(0.472443 -0.355649 -0.806419)}
Vertex 1002 -8.25409 -44.9304 0.436705
Vertex 1003 -8.25396 11.1308 1.51011 {normal=(-0.254694 0.334955 0.907158)}
Vertex 1004 -8.25248 9.31063 1.41515 {normal=(-0.894756 -0.216397 0.39062)}
Vertex 1005 -8.25174 -45.271 0.432554
Vertex 1006 -8.23746 -45.271 4.91516
Vertex 1007 -8.22614 -44.3719 -0.295623 {normal=(-0.927687 0.0153091 -0.373045)}
Vertex 1008 -8.22038 10.9114 0.935422
Vertex 1009 -8.21893 9.34764 1.09348
Vertex 1010 -8.21509 -43.291 -0.061943 {normal=(-0.933192 0.225077 -0.280166)}
Vertex 1011 -8.21442 -25.8795 -3.19961
Vertex 1012 -8.20447 -22.125 -4.99594
Vertex 1013 -8.1959 12.8479 -0.730817
Vertex 1014 -8.19173 -45.0271 -0.278554
Vertex 1015 -8.18958 -42.5911 1.42024
Vertex 1016 -8.18682 -44.9365 0.537845
Vertex 1017 -8.18082 -44.4346 0.542982
Vertex 1018 -8.18049 6.64974 -4.28675 {normal=(0.751381 -0.0953868 -0.652938)}
Vertex 1019 -8.1486 -30.0369 -4.30088
Vertex 1020 -8.14521 12.991 -0.647036 {normal=(-0.878344 0.477819 0.0141603)}
Vertex 1021 -8.13685 10.9443 0.814305 {normal=(0.0928051 0.577115 0.811372)}
Vertex 1022 -8.13507 9.31474 1.61373
Vertex 1023 -8.13296 12.4502 0.529803 {normal=(-0.275344 0.681511 0.678033)}
Vertex 1024 -8.12424 -19.7211 -8.09466
Vertex 1025 -8.12124 12.6992 -0.784484
Vertex 1026 -8.11792 12.0286 0.105356
Vertex 1027 -8.1136 -30.5863 -4.13192 {normal=(-0.954319 -0.273822 0.119566)}
Vertex 1028 -8.10949 3.36266 -3.69303 {normal=(0.839265 -0.434384 -0.327024)}
Vertex 1029 -8.10894 -26.5016 -2.12342
Vertex 1030 -8.1075 -15.4977 -4.72907
Vertex 1031 -8.09503 -15.3683 -5.06338
Vertex 1032 -8.08957 -23.7329 -5.22963
Vertex 1033 -8.04387 -24.1321 -5.13846
Vertex 1034 -8.04338 -10.8848 -0.228495
Vertex 1035 -8.04053 -42.6782 3.77032 {normal=(-0.31278 0.899028 0.306459)}
Vertex 1036 -8.03881 -43.3786 0.600656
Vertex 1037 -8.03752 -26.9019 -2.00118 {normal=(-0.786456 -0.0436317 0.616103)}
Vertex 1038 -8.0333 -25.5016 -3.25155
Vertex 1039 -8.02324 13.1514 -0.536025
Vertex 1040 -8.01519 9.39067 1.05896
Vertex 1041 -8.01164 9.33482 1.656 {normal=(-0.424956 -0.0280583 0.904779)}
Vertex 1042 -8.0053 -13.0103 1.00777 {normal=(-0.883661 0.149241 0.443701)}
Vertex 1043 -7.99733 -30.181 -3.65386 {normal=(-0.994947 -0.0609584 0.0797787)}
Vertex 1044 -7.98766 5.2484 -1.55877 {normal=(0.539786 -0.383009 0.749623)}
Vertex 1045 -7.98007 -25.7685 -3.25598
Vertex 1046 -7.96631 6.90082 -0.876599 {normal=(0.729097 -0.410546 0.547604)}
Vertex 1047 -7.96207 -26.4116 -2.25786
Vertex 1048 -7.95283 -42.8053 1.46782
Vertex 1049 -7.95196 -45.271 -0.286458
Vertex 1050 -7.93532 7.94025 0.840468
Vertex 1051 -7.9205 12.6393 -0.761338
Vertex 1052 -7.9124 -42.4073 0.693917
Vertex 1053 -7.90837 -22.1205 -5.57303
Vertex 1054 -7.90535 -27.4298 -3.22534
Vertex 1055 -7.89981 13.1714 -0.493756 {normal=(-0.312185 0.8602 0.403233)}
Vertex 1056 -7.89086 -22.0812 -5.30726
Vertex 1057 -7.8867 5.53516 -4.62686 {normal=(0.749981 0.0809532 -0.656487)}
Vertex 1058 -7.88002 11.9198 -0.116802 {normal=(0.139609 0.696507 0.703837)}
Vertex 1059 -7.87406 -42.3419 0.440428
Vertex 1060 -7.87386 8.04017 0.707204
Vertex 1061 -7.87356 7.87492 0.990975 {normal=(-0.832596 -0.457516 0.312191)}
Vertex 1062 -7.86606 -31.5471 -4.78395
Vertex 1063 -7.86286 -10.9122 1.09587 {normal=(-0.913163 0.148111 0.379731)}
Vertex 1064 -7.85131 -23.7495 -5.11313
Vertex 1065 -7.83119 -15.6207 1.95268 {normal=(-0.6263 0.115757 0.77094)}
Vertex 1066 -7.8166 -25.4854 -5.04524
Vertex 1067 -7.81562 3.79219 -2.41983 {normal=(0.605307 -0.474848 0.638845)}
Vertex 1068 -7.80632 -24.0174 -5.09468
Vertex 1069 -7.79831 13.3084 -2.11062
Vertex 1070 -7.78966 -21.3532 -7.36365
Vertex 1071 -7.76148 4.96266 -4.32859 {normal=(0.82433 -0.197654 -0.530484)}
Vertex 1072 -7.75892 12.9316 -2.48278 {normal=(0.233327 0.972271 -0.0157122)}
Vertex 1073 -7.74719 12.7431 -3.50605 {normal=(0.201251 0.908516 -0.366193)}
Vertex 1074 -7.74378 13.1363 -2.09439
Vertex 1075 -7.74006 7.81806 1.17155
Vertex 1076 -7.73222 -25.8734 -5.07774
Vertex 1077 -7.73073 13.471 -2.08544 {normal=(-0.811906 0.536692 -0.229718)}
Vertex 1078 -7.71974 -17.4998 -7.56352 {normal=(-0.50639 0.429792 -0.747562)}
Vertex 1079 -7.70332 -31.4477 -4.87229
Vertex 1080 -7.68501 3.53338 -2.93775 {normal=(0.850759 -0.524655 0.0307544)}
Vertex 1081 -7.68071 8.12335 0.68454
Vertex 1082 -7.67565 -42.6215 0.741497
Vertex 1083 -7.67358 -31.9761 -4.70322 {normal=(-0.927404 -0.336405 -0.163564)}
Vertex 1084 -7.65852 -27.3814 -3.28275
Vertex 1085 -7.65184 -30.1758 -5.53014 {normal=(-0.91722 0.005296 -0.398346)}
Vertex 1086 -7.63661 -22.3253 -0.783916
Vertex 1087 -7.63149 10.8124 -5.64342 {normal=(0.313832 0.351815 -0.881893)}
Vertex 1088 -7.62621 9.35865 -5.83151 {normal=(0.410341 -0.130632 -0.902527)}
Vertex 1089 -7.62261 12.036 -4.81852 {normal=(0.246229 0.718998 -0.649933)}
Vertex 1090 -7.61663 7.83815 1.21381 {normal=(-0.690115 -0.36492 0.62496)}
Vertex 1091 -7.59849 -43.2583 -1.67611 {normal=(-0.938845 0.112684 -0.32538)}
Vertex 1092 -7.59116 13.6518 -2.03551
Vertex 1093 -7.56545 12.5855 -0.899039 {normal=(0.19972 0.882056 0.426718)}
Vertex 1094 -7.56263 -42.3769 2.50256 {normal=(-0.186003 0.979781 0.0737061)}
Vertex 1095 -7.55794 -25.4963 -4.9928
Vertex 1096 -7.55463 13.063 -2.03102
Vertex 1097 -7.51897 -44.3451 5.6843 {normal=(-0.133086 0.125328 0.983149)}
Vertex 1098 -7.51413 -44.4004 -1.75187 {normal=(-0.913644 -0.0325008 -0.405214)}
Vertex 1099 -7.51296 -25.7642 -4.97435
Vertex 1100 -7.50323 6.99802 0.025754
Vertex 1101 -7.48562 -22.2817 -0.988529
Vertex 1102 -7.48314 -45.0271 -1.79581
Vertex 1103 -7.4719 -27.4234 -4.97097
Vertex 1104 -7.46773 13.6718 -1.99324 {normal=(-0.315797 0.948825 0.00210441)}
Vertex 1105 -7.45504 7.13056 -0.084245
Vertex 1106 -7.43949 -9.01958 0.66656 {normal=(-0.935838 0.292622 0.196418)}
Vertex 1107 -7.43434 -45.0273 5.69717
Vertex 1108 -7.43035 6.90536 0.156759 {normal=(-0.742386 -0.65404 0.145241)}
Vertex 1109 -7.42978 -23.8644 -0.953655
Vertex 1110 -7.4291 -41.7705 -0.706719
Vertex 1111 -7.42907 -42.3373 -1.50223 {normal=(-0.950154 0.22633 -0.214436)}
Vertex 1112 -7.40119 -45.271 5.47066
Vertex 1113 -7.3915 -9.11913 -0.899686 {normal=(-0.955283 0.26622 -0.128693)}
Vertex 1114 -7.38405 7.43221 2.55887 {normal=(-0.923628 0.0421934 0.38096)}
Vertex 1115 -7.37731 -43.3377 5.39664
Vertex 1116 -7.37725 -24.2586 -0.997458
Vertex 1117 -7.35804 5.8667 -3.90135 {normal=(0.767072 -0.0893887 -0.635303)}
Vertex 1118 -7.34724 -32.0742 -3.54329 {normal=(-0.960758 -0.27245 0.0521051)}
Vertex 1119 -7.34298 6.36847 2.67728 {normal=(-0.971087 -0.131536 0.199219)}
Vertex 1120 -7.31846 -42.3313 1.79142
Vertex 1121 -7.31193 5.15508 -3.58199 {normal=(0.799706 -0.288373 -0.526604)}
Vertex 1122 -7.30844 -43.2583 -2.57767 {normal=(-0.944383 -0.0159308 -0.328462)}
Vertex 1123 -7.3006 -45.271 -1.68567
Vertex 1124 -7.28524 6.82002 0.316999
Vertex 1125 -7.27506 -32.6227 -5.37381
Vertex 1126 -7.27034 -23.8838 -1.16521
Vertex 1127 -7.26954 7.23251 -0.093519
Vertex 1128 -7.26897 -41.4482 -1.31473
Vertex 1129 -7.2683 -22.1541 -6.51797
Vertex 1130 -7.2653 -10.881 -2.97793 {normal=(-0.84335 0.225973 -0.487541)}
Vertex 1131 -7.26168 7.2993 -1.87648 {normal=(0.907658 -0.187279 0.37561)}
Vertex 1132 -7.24208 -27.3771 -4.86325
Vertex 1133 -7.23499 13.0197 -3.61834
Vertex 1134 -7.23428 -24.152 -1.19479
Vertex 1135 -7.22757 -42.6339 1.749
Vertex 1136 -7.21797 -26.2768 -1.33962
Vertex 1137 -7.21482 5.19364 -2.01751 {normal=(0.718152 -0.33818 0.608187)}
Vertex 1138 -7.20901 12.8624 -3.52573
Vertex 1139 -7.1969 -25.6007 -1.14547
Vertex 1140 -7.19111 -42.3079 -2.54227 {normal=(-0.967524 0.0961672 -0.233773)}
Vertex 1141 -7.18781 -26.6616 -1.23954 {normal=(-0.576686 0.0345573 0.816235)}
Vertex 1142 -7.16729 -30.31 -1.77421 {normal=(-0.747232 -0.054759 0.662303)}
Vertex 1143 -7.16181 6.84011 0.359268 {normal=(-0.737947 -0.624582 0.255601)}
Vertex 1144 -7.14481 -45.027 -2.51383
Vertex 1145 -7.14457 -32.0689 -5.459 {normal=(-0.885459 -0.347232 -0.308857)}
Vertex 1146 -7.14446 -25.9948 -1.18934
Vertex 1147 -7.14424 5.34338 2.54972 {normal=(-0.941584 -0.302747 0.147525)}
Vertex 1148 -7.14349 13.1701 -3.65718 {normal=(-0.70115 0.468376 -0.5376)}
Vertex 1149 -7.14173 -44.4004 -2.53413 {normal=(-0.913882 -0.0761191 -0.39878)}
Vertex 1150 -7.13799 -40.9886 -2.19132
Vertex 1151 -7.12399 -23.7202 -6.15428
Vertex 1152 -7.12247 6.24603 -1.71512 {normal=(0.796847 -0.0985602 0.596088)}
Vertex 1153 -7.12112 -22.1146 -6.30932
Vertex 1154 -7.12023 7.79835 -0.347202 {normal=(0.678303 -0.705721 0.204604)}
Vertex 1155 -7.10766 -26.197 -1.51474
Vertex 1156 -7.09948 -41.8982 0.751682 {normal=(-0.420569 0.813032 0.402618)}
Vertex 1157 -7.09673 -32.4618 -5.42216
Vertex 1158 -7.07023 -40.6563 -2.82789
Vertex 1159 -7.06988 -35.0264 -4.23679 {normal=(-0.936815 -0.210089 -0.279716)}
Vertex 1160 -7.06977 -8.98465 -2.44379 {normal=(-0.882137 0.22445 -0.414074)}
Vertex 1161 -7.06705 -12.9289 -4.08971
Vertex 1162 -7.05698 -33.0271 -5.28221 {normal=(-0.765756 -0.385259 -0.514968)}
Vertex 1163 -7.05507 -11.0373 2.1656 {normal=(-0.683367 0.0613141 0.727496)}
Vertex 1164 -7.05203 -35.0229 -3.24765 {normal=(-0.968197 -0.171817 0.181859)}
Vertex 1165 -7.05183 -24.1134 -6.12901
Vertex 1166 -7.05155 -42.1343 1.06901
Vertex 1167 -7.03702 -25.6199 -1.35668
Vertex 1168 -7.03667 -15.3518 -6.24693 {normal=(-0.484002 0.540804 -0.687948)}
Vertex 1169 -7.03628 12.7974 -3.4184
Vertex 1170 -7.0145 9.58546 2.02911 {normal=(-0.557975 0.273926 0.783344)}
Vertex 1171 -7.00097 -25.8881 -1.38626
Vertex 1172 -6.99251 -32.2059 -1.86392 {normal=(-0.771776 -0.192497 0.606058)}
Vertex 1173 -6.99152 -45.271 -2.34218
Vertex 1174 -6.98442 -13.1871 2.36055 {normal=(-0.591761 0.0598183 0.803891)}
Vertex 1175 -6.98115 -33.4003 -3.24674 {normal=(-0.927549 -0.370879 0.045838)}
Vertex 1176 -6.97899 13.3381 -3.674
Vertex 1177 -6.96941 -23.7437 -5.93948
Vertex 1178 -6.96067 -42.437 1.02659
Vertex 1179 -6.93828 -24.0127 -5.91091
Vertex 1180 -6.93763 -27.5339 -1.35908
Vertex 1181 -6.93323 -30.1706 -6.35018 {normal=(-0.610768 0.133997 -0.780389)}
Vertex 1182 -6.93024 -42.6753 4.42051 {normal=(0.0344191 0.890175 0.454318)}
Vertex 1183 -6.91636 -41.3607 -0.163031 {normal=(-0.494316 0.784725 0.373976)}
Vertex 1184 -6.90083 11.1018 1.47198 {normal=(-0.265034 0.372704 0.889297)}
Vertex 1185 -6.89534 -25.4655 -5.9854
Vertex 1186 -6.89199 5.38138 0.224029 {normal=(-0.961165 -0.201152 -0.188946)}
Vertex 1187 -6.88131 -25.8629 -5.92282
Vertex 1188 -6.88025 -41.3396 -3.59481
Vertex 1189 -6.87902 8.8035 0.386456 {normal=(0.612997 -0.424843 0.66614)}
Vertex 1190 -6.87612 8.19083 0.022637 {normal=(0.685665 -0.589626 0.426856)}
Vertex 1191 -6.86986 -42.1568 -3.79467
Vertex 1192 -6.86823 6.30921 -1.50033
Vertex 1193 -6.86256 -9.08388 2.00808 {normal=(-0.769489 0.204915 0.604894)}
Vertex 1194 -6.86083 6.49176 -1.51502
Vertex 1195 -6.86055 2.03823 1.06127 {normal=(-0.998836 -0.00295098 -0.0481411)}
Vertex 1196 -6.85651 4.69352 2.11507 {normal=(-0.807068 -0.588159 0.0520616)}
Vertex 1197 -6.85556 13.3582 -3.63173 {normal=(-0.206436 0.840046 -0.501705)}
Vertex 1198 -6.84599 8.19581 -1.28649 {normal=(0.844056 -0.532767 0.0610591)}
Vertex 1199 -6.83329 5.06838 -2.92306 {normal=(0.936343 -0.347301 -0.0514215)}
Vertex 1200 -6.82914 -32.0635 -6.53945 {normal=(-0.652332 -0.280331 -0.704186)}
Vertex 1201 -6.82564 -43.2598 -3.86012
Vertex 1202 -6.79683 13.4976 -0.269359 {normal=(-0.360006 0.801827 0.476937)}
Vertex 1203 -6.78568 -27.4902 -1.56294
Vertex 1204 -6.78562 12.5256 0.974956 {normal=(-0.20847 0.591895 0.778589)}
Vertex 1205 -6.77517 1.21205 0.781024 {normal=(-0.957164 -0.286304 -0.0432181)}
Vertex 1206 -6.76735 -40.8037 -2.8256
Vertex 1207 -6.76727 8.31049 -3.18002 {normal=(0.956279 -0.291717 0.0207614)}
Vertex 1208 -6.76718 -25.4909 -5.75389
Vertex 1209 -6.76576 -40.8285 -0.850633 {normal=(-0.573984 0.720469 0.389187)}
Vertex 1210 -6.76116 6.17462 -1.44923 {normal=(-0.636593 -0.760962 -0.125241)}
Vertex 1211 -6.7566 7.33689 3.72476 {normal=(-0.652182 0.274141 0.706757)}
Vertex 1212 -6.73605 -25.7599 -5.72532
Vertex 1213 -6.73365 -40.1227 -3.27867
Vertex 1214 -6.7323 14.1705 -1.95675 {normal=(-0.467677 0.882404 -0.0513851)}
Vertex 1215 -6.70624 7.92342 -4.01511 {normal=(0.859014 -0.295312 -0.418194)}
Vertex 1216 -6.7047 3.24627 1.66763 {normal=(-0.996253 0.0264008 0.0823625)}
Vertex 1217 -6.70196 -27.4125 -5.75822
Vertex 1218 -6.70125 7.57214 -3.60192 {normal=(0.905455 -0.0653332 -0.419383)}
Vertex 1219 -6.69879 6.6225 -1.46944
Vertex 1220 -6.69555 8.75321 -4.53803 {normal=(0.804928 -0.362576 -0.469711)}
Vertex 1221 -6.68899 -33.3956 -4.92897 {normal=(-0.806768 -0.493232 -0.325343)}
Vertex 1222 -6.68515 3.24156 1.85189 {normal=(-0.991824 0.0794344 0.0998809)}
Vertex 1223 -6.68438 7.35665 -3.20158 {normal=(0.996192 -0.0668249 -0.0560079)}
Vertex 1224 -6.68011 6.14707 4.02962 {normal=(-0.71321 -0.0117527 0.700852)}
Vertex 1225 -6.67727 3.24332 1.76913 {normal=(-0.993889 0.0883456 0.0661861)}
Vertex 1226 -6.67587 -33.516 -1.98357 {normal=(-0.742836 -0.367342 0.559692)}
Vertex 1227 -6.67093 -20.0105 2.1196
Vertex 1228 -6.66898 -37.8187 -3.32421 {normal=(-0.992624 -0.0763612 0.0941677)}
Vertex 1229 -6.66719 -38.6947 -3.32432 {normal=(-0.99811 0.0205264 0.0579207)}
Vertex 1230 -6.65892 4.70734 -0.130068 {normal=(-0.897976 -0.400142 -0.183099)}
Vertex 1231 -6.65775 5.93729 -3.16594 {normal=(0.977416 -0.136262 -0.161525)}
Vertex 1232 -6.65377 4.53229 1.77602
Vertex 1233 -6.62939 -35.0181 -1.91999 {normal=(-0.756901 -0.135311 0.639369)}
Vertex 1234 -6.61981 -6.3647 -0.69964 {normal=(-0.952562 0.266635 0.146738)}
Vertex 1235 -6.61716 -34.2156 -3.28398
Vertex 1236 -6.61467 4.52287 2.14453
Vertex 1237 -6.5989 4.52639 1.97901
Vertex 1238 -6.59868 -40.6476 -3.96669
Vertex 1239 -6.58357 -42.1677 -3.62182
Vertex 1240 -6.58061 -44.3777 -3.75025
Vertex 1241 -6.58042 6.04556 -1.37229
Vertex 1242 -6.57996 -41.3874 -3.45416
Vertex 1243 -6.57928 -45.027 -3.75244
Vertex 1244 -6.56011 -43.3325 5.06993
Vertex 1245 -6.55897 -6.28919 -0.115199 {normal=(-0.956504 0.286716 -0.0537959)}
Vertex 1246 -6.55853 0.821168 -0.329246
Vertex 1247 -6.54939 -27.3727 -5.55402
Vertex 1248 -6.54444 -37.8216 -4.19285 {normal=(-0.931912 -0.0809279 -0.353539)}
Vertex 1249 -6.54267 9.7923 0.586904 {normal=(0.588143 -0.212262 0.780405)}
Vertex 1250 -6.54265 -38.6976 -4.19296 {normal=(-0.925879 -0.0071328 -0.377753)}
Vertex 1251 -6.54181 -40.339 -1.48537
Vertex 1252 -6.54138 -43.2346 -3.68517
Vertex 1253 -6.53305 11.5787 -4.8895
Vertex 1254 -6.52297 11.6676 -5.05488
Vertex 1255 -6.51848 -6.62575 -2.30468 {normal=(-0.872739 0.259862 -0.413278)}
Vertex 1256 -6.51729 5.23794 3.99098 {normal=(-0.686205 -0.338386 0.643908)}
Vertex 1257 -6.51104 8.60197 -0.420323 {normal=(0.845885 -0.502275 0.179437)}
Vertex 1258 -6.5054 4.52261 -0.020655
Vertex 1259 -6.50462 -6.34977 -0.408374 {normal=(-0.957689 0.287763 0.00488362)}
Vertex 1260 -6.50445 -21.488 1.17528
Vertex 1261 -6.47728 2.16204 3.06955 {normal=(-0.762058 -0.114756 0.637258)}
Vertex 1262 -6.47605 1.95106 -2.12188
Vertex 1263 -6.46829 -45.271 5.06899
Vertex 1264 -6.45699 6.06565 -1.33002 {normal=(-0.66523 -0.73128 -0.15066)}
Vertex 1265 -6.45459 2.29483 -0.139645 {normal=(-0.88389 0.0189441 -0.467311)}
Vertex 1266 -6.44519 9.04369 -3.91063 {normal=(0.914963 -0.362578 -0.177146)}
Vertex 1267 -6.44475 -41.0984 -4.3525
Vertex 1268 -6.43659 10.1028 -4.7254 {normal=(0.752845 -0.111734 -0.648645)}
Vertex 1269 -6.43317 3.48004 -0.254737 {normal=(-0.990537 0.0452662 -0.12957)}
Vertex 1270 -6.43077 -40.27 -3.27638
Vertex 1271 -6.42047 -45.271 -3.57574
Vertex 1272 -6.42015 1.93037 -2.3071 {normal=(-0.926702 0.0803646 -0.367104)}
Vertex 1273 -6.41935 -33.3096 -5.85585
Vertex 1274 -6.41786 1.27036 2.91128 {normal=(-0.681342 -0.414243 0.60347)}
Vertex 1275 -6.416 1.90913 -2.20403 {normal=(-0.921437 0.103305 -0.374542)}
Vertex 1276 -6.41526 -44.3557 5.28254 {normal=(0.465596 0.116879 0.877245)}
Vertex 1277 -6.40608 0.818348 -0.855766
Vertex 1278 -6.40123 11.7606 -5.15473 {normal=(-0.589478 0.239699 -0.771401)}
Vertex 1279 -6.39423 11.0366 0.195314 {normal=(0.45397 0.49958 0.737788)}
Vertex 1280 -6.39154 -39.8123 -2.07588
Vertex 1281 -6.38792 5.38028 -1.47809 {normal=(-0.926902 -0.153031 -0.342686)}
Vertex 1282 -6.38108 11.5532 -4.74029
Vertex 1283 -6.38007 -34.2126 -4.37666
Vertex 1284 -6.37656 1.01116 -2.3548
Vertex 1285 -6.37597 -45.0271 5.24633
Vertex 1286 -6.37416 -19.9011 2.09065
Vertex 1287 -6.36776 2.3148 -0.723716 {normal=(-0.971395 -0.108034 0.211473)}
Vertex 1288 -6.34904 11.5146 -4.02476 {normal=(0.622783 0.574638 -0.530973)}
Vertex 1289 -6.34225 -0.83396 -0.685627
Vertex 1290 -6.34225 0.584039 -0.685606
Vertex 1291 -6.34091 9.06014 -0.168211 {normal=(0.837727 -0.413833 0.35631)}
Vertex 1292 -6.33968 -42.1528 -4.60068
Vertex 1293 -6.33793 3.20008 -1.83464
Vertex 1294 -6.33015 -42.3167 3.00224 {normal=(0.0737594 0.980348 0.182967)}
Vertex 1295 -6.32992 1.38414 -0.288502 {normal=(-0.809369 0.139151 -0.570578)}
Vertex 1296 -6.32948 -3.66996 -0.752633
Vertex 1297 -6.32948 -2.25196 -0.752612
Vertex 1298 -6.32924 4.56952 3.6647 {normal=(-0.565955 -0.695447 0.442773)}
Vertex 1299 -6.32025 -37.8146 -2.12507 {normal=(-0.789689 -0.067175 0.609819)}
Vertex 1300 -6.31846 -38.6906 -2.12518 {normal=(-0.793575 0.0255973 0.607934)}
Vertex 1301 -6.31783 10.5068 0.489034 {normal=(0.558598 0.178768 0.809945)}
Vertex 1302 -6.31461 6.74698 -3.23127
Vertex 1303 -6.31436 11.8814 -0.574578 {normal=(0.463006 0.682486 0.565543)}
Vertex 1304 -6.30445 -40.5515 -1.59844
Vertex 1305 -6.2984 -40.6954 -3.82604
Vertex 1306 -6.29518 -44.949 -3.59249
Vertex 1307 -6.29485 -44.3273 -3.58288
Vertex 1308 -6.29324 12.1047 -3.23163 {normal=(0.568205 0.744421 -0.350684)}
Vertex 1309 -6.29287 6.57805 -3.30816
Vertex 1310 -6.29198 9.71615 2.58683 {normal=(-0.480513 0.445314 0.755515)}
Vertex 1311 -6.28068 -33.0951 -5.82118
Vertex 1312 -6.27652 -43.2598 -4.71564
Vertex 1313 -6.27322 12.3165 -1.57702 {normal=(0.498043 0.836218 0.22955)}
Vertex 1314 -6.27143 12.3355 -2.50084 {normal=(0.525379 0.846258 -0.0884511)}
Vertex 1315 -6.27037 3.29993 3.29292 {normal=(-0.744444 -0.0797229 0.662908)}
Vertex 1316 -6.25653 -44.9899 -3.48905
Vertex 1317 -6.24917 1.40467 -0.873569 {normal=(-0.932118 -0.120208 0.341622)}
Vertex 1318 -6.24251 10.9961 -4.45964 {normal=(0.705948 0.281502 -0.649919)}
Vertex 1319 -6.23709 3.16811 -1.96624 {normal=(-0.859142 0.207187 -0.467919)}
Vertex 1320 -6.22696 2.35364 -0.387596 {normal=(-0.976299 -0.130554 -0.172613)}
Vertex 1321 -6.22563 4.70799 -1.70401 {normal=(-0.885562 -0.303257 -0.351873)}
Vertex 1322 -6.21448 -33.6837 -5.73291 {normal=(-0.490234 -0.322749 -0.809632)}
Vertex 1323 -6.20521 11.8687 -5.23514
Vertex 1324 -6.20458 4.44575 3.35634
Vertex 1325 -6.20403 -21.3785 1.13725
Vertex 1326 -6.16935 6.86988 -3.13298
Vertex 1327 -6.16635 -22.2915 -0.400585
Vertex 1328 -6.16136 6.45487 -3.33383 {normal=(-0.546802 -0.71134 -0.441592)}
Vertex 1329 -6.15929 -41.1163 -4.17897
Vertex 1330 -6.15861 0.529734 -2.4611
Vertex 1331 -6.15638 9.10637 -1.68459 {normal=(0.854447 -0.518295 -0.0359219)}
Vertex 1332 -6.15419 -40.0247 -2.18896
Vertex 1333 -6.15343 9.3637 -2.66082 {normal=(0.869112 -0.489118 -0.0735427)}
Vertex 1334 -6.15328 -17.8217 2.94429
Vertex 1335 -6.14736 3.19252 -2.22149 {normal=(-0.887692 0.189116 -0.419808)}
Vertex 1336 -6.14374 11.3101 1.60497 {normal=(-0.337963 0.433611 0.835322)}
Vertex 1337 -6.14 10.0157 -5.2945
Vertex 1338 -6.12274 4.42306 -1.73434
Vertex 1339 -6.11941 0.620633 2.1421
Vertex 1340 -6.11191 -34.2907 -2.09497
Vertex 1341 -6.10893 10.0212 -5.48149
Vertex 1342 -6.10871 -6.13414 1.51869 {normal=(-0.843076 0.263572 0.468777)}
Vertex 1343 -6.10574 1.44355 -0.537757 {normal=(-0.989948 -0.0158311 -0.140545)}
Vertex 1344 -6.10108 -35.0221 -5.50011 {normal=(-0.60737 -0.171734 -0.775635)}
Vertex 1345 -6.09971 -20.0135 2.21433
Vertex 1346 -6.0965 4.43579 3.46793
Vertex 1347 -6.08178 11.8888 -5.19287 {normal=(-0.0229929 0.49268 -0.869907)}
Vertex 1348 -6.06534 7.54771 -4.33965
Vertex 1349 -6.05492 9.76061 -0.015878 {normal=(0.831817 -0.352839 0.428467)}
Vertex 1350 -6.05421 -42.1707 -4.42714
Vertex 1351 -6.03363 4.40313 -1.80879
Vertex 1352 -6.03228 -44.3732 -4.67526
Vertex 1353 -6.03095 -45.027 -4.67746
Vertex 1354 -6.0303 7.4215 -4.47569
Vertex 1355 -6.02786 9.41271 -1.21125 {normal=(0.879862 -0.473871 0.0359049)}
Vertex 1356 -6.02166 -19.8563 -8.95316
Vertex 1357 -6.0091 14.7242 -1.76119
Vertex 1358 -6.00741 8.69988 -5.05631
Vertex 1359 -6.0014 -2.25196 -0.657592
Vertex 1360 -6.0014 -0.83396 -0.657572
Vertex 1361 -6.0014 0.584038 -0.657551
Vertex 1362 -6.00009 10.0383 -5.13285
Vertex 1363 -5.9986 4.43593 3.59473
Vertex 1364 -5.99433 9.95947 -4.05303 {normal=(0.886887 -0.295861 -0.354822)}
Vertex 1365 -5.99226 -43.2346 -4.54069
Vertex 1366 -5.99163 -42.5324 2.28711
Vertex 1367 -5.98667 14.9066 -1.79195
Vertex 1368 -5.98105 0.889254 -0.691035 {normal=(-0.992059 0.0756262 0.100501)}
Vertex 1369 -5.97792 4.42493 -2.01676
Vertex 1370 -5.97771 -42.2253 2.36976
Vertex 1371 -5.96962 10.0443 -5.59945 {normal=(-0.517864 -0.0600949 -0.85335)}
Vertex 1372 -5.96928 8.63516 -5.2306
Vertex 1373 -5.95515 6.33772 -3.33691
Vertex 1374 -5.95223 -34.2095 -4.85423
Vertex 1375 -5.9302 -3.66997 -0.365996
Vertex 1376 -5.92977 -21.4898 1.2608
Vertex 1377 -5.92869 -3.66996 -0.952019
Vertex 1378 -5.92834 -3.66995 -2.37695
Vertex 1379 -5.92834 -2.25195 -2.37693
Vertex 1380 -5.92773 7.64602 -4.20732
Vertex 1381 -5.92537 13.6395 -3.90961 {normal=(-0.354523 0.705078 -0.614149)}
Vertex 1382 -5.92145 -22.3298 -0.028688
Vertex 1383 -5.90908 -21.477 -8.04778
Vertex 1384 -5.88764 7.33415 -4.55093 {normal=(-0.500625 -0.546845 -0.671071)}
Vertex 1385 -5.88332 9.87669 -2.86252 {normal=(0.882619 -0.452323 -0.128015)}
Vertex 1386 -5.87664 -22.2386 -0.668153
Vertex 1387 -5.87522 -0.833996 1.29024
Vertex 1388 -5.87522 0.584002 1.29026
Vertex 1389 -5.87513 -0.833947 -2.4805
Vertex 1390 -5.87513 0.584052 -2.48048
Vertex 1391 -5.87158 8.7628 -4.90198
Vertex 1392 -5.86792 -45.2711 -4.58649
Vertex 1393 -5.86702 -33.3909 -5.90739 {normal=(-0.521965 -0.640996 -0.56274)}
Vertex 1394 -5.86217 -3.67 1.32148
Vertex 1395 -5.86217 -2.252 1.3215
Vertex 1396 -5.86059 -30.3209 -1.12206 {normal=(-0.221825 -0.0329473 0.97453)}
Vertex 1397 -5.83172 6.3578 -3.29464 {normal=(-0.44329 -0.741179 -0.50413)}
Vertex 1398 -5.8279 -42.6859 3.88862 {normal=(0.382021 0.804807 0.454253)}
Vertex 1399 -5.82766 9.77829 -1.08318 {normal=(0.90076 -0.426293 0.0830971)}
Vertex 1400 -5.82403 8.59933 -5.3379 {normal=(-0.491743 -0.326557 -0.807186)}
Vertex 1401 -5.81218 -23.8675 -0.244348
Vertex 1402 -5.80873 10.2514 -0.090255 {normal=(0.886853 -0.117221 0.446935)}
Vertex 1403 -5.78984 -23.8943 -0.507997
Vertex 1404 -5.78495 -24.2627 -0.299833
Vertex 1405 -5.78207 -32.217 -1.19807 {normal=(-0.247273 -0.105514 0.963184)}
Vertex 1406 -5.77408 -37.8179 -5.31527 {normal=(-0.636501 -0.0646306 -0.768563)}
Vertex 1407 -5.77229 -38.6939 -5.31538 {normal=(-0.656008 -0.00638433 -0.754727)}
Vertex 1408 -5.77072 -24.1632 -0.545718
Vertex 1409 -5.75572 -45.271 4.57053
Vertex 1410 -5.75526 10.0795 -5.69875
Vertex 1411 -5.75195 10.6058 -3.85106 {normal=(0.920884 -0.0238566 -0.389106)}
Vertex 1412 -5.74685 -44.949 -4.51751
Vertex 1413 -5.74652 -44.3227 -4.50789
Vertex 1414 -5.74572 15.0931 -1.76401
Vertex 1415 -5.73663 -26.6598 -0.434434 {normal=(-0.307296 0.0567199 0.949922)}
Vertex 1416 -5.7354 -30.2473 -6.81719 {normal=(-0.10685 0.195397 -0.974886)}
Vertex 1417 -5.7189 -26.275 -0.507952
Vertex 1418 -5.7043 -22.197 -6.8207
Vertex 1419 -5.70398 -44.99 -4.4998
Vertex 1420 -5.70241 10.0802 -1.16296 {normal=(0.946307 -0.313182 0.080127)}
Vertex 1421 -5.69107 -3.7011 -0.608438
Vertex 1422 -5.68972 -25.6028 -0.487784
Vertex 1423 -5.68476 10.7311 -0.303523 {normal=(0.889011 0.160856 0.428702)}
Vertex 1424 -5.67705 -23.8201 -6.41017
Vertex 1425 -5.6698 7.25433 -4.60571
Vertex 1426 -5.66964 -17.6304 -8.38756
Vertex 1427 -5.66652 -25.6295 -0.751366
Vertex 1428 -5.66641 -24.09 -6.37565
Vertex 1429 -5.66252 -25.998 -0.543273
Vertex 1430 -5.66176 10.2129 -2.69847 {normal=(0.946056 -0.305455 -0.108055)}
Vertex 1431 -5.65774 -26.1975 -0.708506
Vertex 1432 -5.65755 -22.2346 -7.07236
Vertex 1433 -5.65666 -43.3196 4.47069
Vertex 1434 -5.65041 11.0944 -3.51062 {normal=(0.906677 0.237532 -0.348592)}
Vertex 1435 -5.64741 -25.8985 -0.789087
Vertex 1436 -5.64026 -32.1419 -7.01627 {normal=(-0.148877 -0.21558 -0.96507)}
Vertex 1437 -5.63194 -23.794 -6.67481
Vertex 1438 -5.63183 10.0996 -5.65648 {normal=(0.0733021 0.078643 -0.994204)}
Vertex 1439 -5.62406 11.3731 -0.888613 {normal=(0.877444 0.346987 0.331198)}
Vertex 1440 -5.62208 -13.4371 -5.64686 {normal=(-0.505 0.413124 -0.757829)}
Vertex 1441 -5.61914 -24.1909 -6.61883
Vertex 1442 -5.61836 14.0195 0.14405
Vertex 1443 -5.61713 -42.3382 1.599
Vertex 1444 -5.60838 -25.5613 -6.18742
Vertex 1445 -5.60801 11.5428 -2.90787 {normal=(0.893036 0.370557 -0.255293)}
Vertex 1446 -5.60349 8.57324 -5.4261
Vertex 1447 -5.60321 -42.0311 1.68165
Vertex 1448 -5.60027 -3.66995 -2.28193
Vertex 1449 -5.60027 -2.25195 -2.28191
Vertex 1450 -5.60027 -0.83395 -2.28189
Vertex 1451 -5.60027 0.584049 -2.28187
Vertex 1452 -5.59774 -25.8311 -6.15289
Vertex 1453 -5.59368 -15.6399 3.11395 {normal=(-0.129983 -0.014591 0.991409)}
Vertex 1454 -5.5928 11.7038 -1.65043 {normal=(0.88201 0.454631 0.123971)}
Vertex 1455 -5.59144 11.7182 -2.3525 {normal=(0.88886 0.453066 -0.0682547)}
Vertex 1456 -5.58622 -41.8602 1.37018 {normal=(0.067965 0.828942 0.55519)}
Vertex 1457 -5.57724 -45.027 4.68656
Vertex 1458 -5.57212 -40.4605 -5.47911
Vertex 1459 -5.56625 13.8445 -0.001265
Vertex 1460 -5.56611 -25.5356 -6.4468
Vertex 1461 -5.56186 5.38039 -3.25141 {normal=(-0.841365 -0.239766 -0.484372)}
Vertex 1462 -5.56004 -44.3629 4.66877 {normal=(0.744197 0.0810641 0.663023)}
Vertex 1463 -5.55324 -27.5357 -0.758933
Vertex 1464 -5.55268 -25.932 -6.39647
Vertex 1465 -5.55256 -22.2926 -0.319962
Vertex 1466 -5.55213 -3.67 1.18242
Vertex 1467 -5.55213 -2.252 1.18245
Vertex 1468 -5.55213 -0.833995 1.18246
Vertex 1469 -5.55213 0.584003 1.18249
Vertex 1470 -5.54637 7.27442 -4.56344 {normal=(-0.179281 -0.583562 -0.792031)}
Vertex 1471 -5.54354 12.6985 1.06746 {normal=(-0.291077 0.583065 0.758492)}
Vertex 1472 -5.53439 -27.4373 -5.9474
Vertex 1473 -5.53364 -27.4993 -1.0136
Vertex 1474 -5.52922 10.4657 -1.63571 {normal=(0.982114 -0.182892 0.0447415)}
Vertex 1475 -5.5227 15.1033 -1.68382
Vertex 1476 -5.52261 -33.5257 -1.39886 {normal=(-0.231628 -0.305091 0.923725)}
Vertex 1477 -5.50332 10.4921 -2.23541 {normal=(0.983496 -0.177279 -0.0361601)}
Vertex 1478 -5.49323 -42.8654 2.55611
Vertex 1479 -5.49183 -27.4749 -6.19907
Vertex 1480 -5.48377 -42.6296 3.44 {normal=(0.530582 0.786827 0.315255)}
Vertex 1481 -5.48006 8.59332 -5.38383 {normal=(0.0258946 -0.278492 -0.960089)}
Vertex 1482 -5.4709 14.2604 0.28676
Vertex 1483 -5.4584 -41.3445 -5.64498
Vertex 1484 -5.44949 -43.2908 -5.88366 {normal=(-0.601404 -0.0309282 -0.798346)}
Vertex 1485 -5.44897 -9.08938 3.26283
Vertex 1486 -5.39875 -9.56262 -4.59858 {normal=(-0.607815 0.218732 -0.763359)}
Vertex 1487 -5.39807 -33.4598 -6.32609 {normal=(-0.15949 -0.655676 -0.738005)}
Vertex 1488 -5.3977 11.4409 1.92598 {normal=(-0.368211 0.4784 0.797217)}
Vertex 1489 -5.34342 -40.4779 -5.2375
Vertex 1490 -5.34099 -34.2971 -1.71518
Vertex 1491 -5.32684 -33.5901 -6.19562
Vertex 1492 -5.32534 14.7589 -1.74606
Vertex 1493 -5.31601 -42.6252 2.67321
Vertex 1494 -5.30159 -41.3699 0.564513 {normal=(-0.0404718 0.828331 0.558776)}
Vertex 1495 -5.27109 -42.045 -5.7485 {normal=(-0.555708 0.0531386 -0.829678)}
Vertex 1496 -5.27059 -45.271 3.60876
Vertex 1497 -5.26009 -34.2542 -5.12619
Vertex 1498 -5.25716 14.3528 0.296421
Vertex 1499 -5.25684 -7.49152 -4.12092 {normal=(-0.565728 0.245698 -0.787137)}
Vertex 1500 -5.24866 -33.3726 -6.10603
Vertex 1501 -5.23547 -44.3783 -5.79089 {normal=(-0.603513 -0.0688046 -0.794379)}
Vertex 1502 -5.23414 -45.027 -5.79309
Vertex 1503 -5.2297 -41.3618 -5.40337
Vertex 1504 -5.2152 12.9418 1.30627
Vertex 1505 -5.20691 3.27182 -3.51849 {normal=(-0.73283 0.180563 -0.656016)}
Vertex 1506 -5.20261 2.03074 -3.85679 {normal=(-0.621437 0.0413723 -0.782371)}
Vertex 1507 -5.19304 -33.9544 -6.04996 {normal=(-0.298407 -0.282916 -0.911544)}
Vertex 1508 -5.18213 -15.4691 -6.98895
Vertex 1509 -5.18126 9.74168 2.96163 {normal=(-0.323321 0.474925 0.81848)}
Vertex 1510 -5.17381 -11.3275 3.17279 {normal=(-0.256637 -0.0785189 0.963313)}
Vertex 1511 -5.17206 12.7691 1.16771
Vertex 1512 -5.16693 -9.67127 -4.76261 {normal=(-0.635178 0.212444 -0.742575)}
Vertex 1513 -5.16278 4.70925 -3.60492 {normal=(-0.693481 -0.431135 -0.577241)}
Vertex 1514 -5.15434 7.39397 4.47908 {normal=(-0.317988 0.359678 0.87722)}
Vertex 1515 -5.14865 1.51228 3.34183 {normal=(-0.290066 -0.315543 0.90349)}
Vertex 1516 -5.14812 2.39902 3.53297 {normal=(-0.200896 -0.216941 0.955289)}
Vertex 1517 -5.13382 -44.2869 2.7425
Vertex 1518 -5.13011 6.17703 4.85359 {normal=(-0.323825 0.0675048 0.943706)}
Vertex 1519 -5.11843 -42.8077 1.82997
Vertex 1520 -5.11209 -44.9388 2.74304
Vertex 1521 -5.10928 -43.3669 2.73583
Vertex 1522 -5.10154 -45.2712 -5.67839
Vertex 1523 -5.08428 3.27382 -3.63027 {normal=(-0.729157 0.178379 -0.660689)}
Vertex 1524 -5.07721 -44.3565 3.6494 {normal=(0.922146 0.0289147 0.385761)}
Vertex 1525 -5.06929 14.0353 0.16341
Vertex 1526 -5.06679 -43.2985 3.65831
Vertex 1527 -5.06304 13.1813 1.4141
Vertex 1528 -5.06023 4.48478 -3.39564
Vertex 1529 -5.05968 1.12404 -3.91608 {normal=(-0.565329 -0.149123 -0.811274)}
Vertex 1530 -5.05284 -40.8669 -0.040656 {normal=(-0.0342295 0.76759 0.640027)}
Vertex 1531 -5.04323 -6.28307 2.68218 {normal=(-0.526422 0.211056 0.823611)}
Vertex 1532 -5.04299 -45.0271 3.62325
Vertex 1533 -5.03416 -44.9304 2.82993
Vertex 1534 -5.03182 -45.271 2.82578
Vertex 1535 -5.02319 -13.1969 3.10061 {normal=(-0.113127 -0.0380971 0.99285)}
Vertex 1536 -5.02191 5.24898 4.81932 {normal=(-0.309668 -0.270786 0.911472)}
Vertex 1537 -5.01211 0.729243 3.07933
Vertex 1538 -4.99817 3.2824 -3.74281 {normal=(-0.674935 0.121065 -0.727878)}
Vertex 1539 -4.98869 -9.67015 -5.00347 {normal=(-0.672671 0.183522 -0.716821)}
Vertex 1540 -4.98695 13.9792 -4.02141 {normal=(-0.53026 0.467919 -0.707019)}
Vertex 1541 -4.98507 3.41862 3.87127 {normal=(-0.221378 -0.248522 0.942989)}
Vertex 1542 -4.98179 -7.53615 -4.24421 {normal=(-0.583435 0.263903 -0.768088)}
Vertex 1543 -4.96212 -42.5194 1.60902 {normal=(0.831553 0.481169 0.277481)}
Vertex 1544 -4.95323 -11.7906 -5.48958 {normal=(-0.56878 0.237885 -0.787337)}
Vertex 1545 -4.94121 -42.5676 1.94707
Vertex 1546 -4.92916 -45.271 0.012773
Vertex 1547 -4.90062 12.2646 -5.24404 {normal=(-0.160071 0.407244 -0.899183)}
Vertex 1548 -4.8932 0.896571 3.29041
Vertex 1549 -4.89038 4.48092 -3.52633
Vertex 1550 -4.88339 -35.0158 -0.892796 {normal=(-0.103064 -0.0993503 0.989701)}
Vertex 1551 -4.86735 14.194 -4.08115
Vertex 1552 -4.86296 13.2774 1.37785
Vertex 1553 -4.85666 -43.3244 2.00333
Vertex 1554 -4.8524 1.59846 3.38413
Vertex 1555 -4.85155 2.48294 3.57381
Vertex 1556 -4.85129 4.58553 4.42604 {normal=(-0.252385 -0.654805 0.712413)}
Vertex 1557 -4.84001 -44.2711 2.01426
Vertex 1558 -4.83678 3.46058 3.89169
Vertex 1559 -4.83434 -43.2387 2.8515
Vertex 1560 -4.8256 -3.67003 2.97433
Vertex 1561 -4.8256 -2.25203 2.97435
Vertex 1562 -4.82477 -44.2895 2.85553
Vertex 1563 -4.82231 -45.271 1.26514
Vertex 1564 -4.82201 4.43822 4.20956
Vertex 1565 -4.81891 -0.834026 2.97957
Vertex 1566 -4.81891 0.583972 2.97959
Vertex 1567 -4.81614 -44.9388 2.01289
Vertex 1568 -4.8129 -45.027 2.85613
Vertex 1569 -4.80725 11.7225 2.32642
Vertex 1570 -4.8025 -7.52484 -4.49775 {normal=(-0.649237 0.271932 -0.710313)}
Vertex 1571 -4.79302 0.586182 -3.85386
Vertex 1572 -4.78895 4.49637 -3.69587
Vertex 1573 -4.77974 -44.4204 0.112964 {normal=(0.977231 -0.0920955 0.191149)}
Vertex 1574 -4.77786 11.5497 2.19269
Vertex 1575 -4.7777 0.890581 3.55255
Vertex 1576 -4.77709 -37.8124 -1.1712 {normal=(-0.129176 -0.0555222 0.990066)}
Vertex 1577 -4.7753 -38.6884 -1.17131 {normal=(-0.145463 0.0332023 0.988806)}
Vertex 1578 -4.76989 -45.027 0.088799
Vertex 1579 -4.76249 -3.67002 2.46685
Vertex 1580 -4.75184 -6.32716 2.79893
Vertex 1581 -4.74967 3.41923 4.05976 {normal=(-0.727061 -0.0774096 0.682195)}
Vertex 1582 -4.73212 -43.2792 1.476 {normal=(0.996897 0.0787102 0.000562743)}
Vertex 1583 -4.73094 -40.3117 -0.582392
Vertex 1584 -4.72778 -44.9304 1.97401
Vertex 1585 -4.72543 -45.271 1.96986
Vertex 1586 -4.70385 -44.3783 1.44491 {normal=(0.993215 -0.000345332 -0.116295)}
Vertex 1587 -4.70377 5.38122 -4.37494 {normal=(-0.63234 -0.325056 -0.703196)}
Vertex 1588 -4.68918 13.0009 1.20876
Vertex 1589 -4.68699 -40.5613 -0.806952
Vertex 1590 -4.68298 -39.838 -1.11674
Vertex 1591 -4.67837 1.50848 3.71893 {normal=(-0.773506 -0.158611 0.613621)}
Vertex 1592 -4.67733 2.40024 3.90997 {normal=(-0.771404 -0.099737 0.628481)}
Vertex 1593 -4.66635 -26.8989 -0.309795 {normal=(0.153826 0.0149265 0.987985)}
Vertex 1594 -4.66416 -35.0191 -6.12998 {normal=(-0.0437962 -0.12716 -0.990915)}
Vertex 1595 -4.6581 -45.0271 1.4287
Vertex 1596 -4.65329 -41.4931 0.595577 {normal=(0.590252 0.513555 0.622787)}
Vertex 1597 -4.64987 -26.399 -0.576924
Vertex 1598 -4.63903 -40.0876 -1.3413
Vertex 1599 -4.63256 11.9667 2.40584
Vertex 1600 -4.62103 14.3687 -3.97251
Vertex 1601 -4.62089 -45.271 -0.75666
Vertex 1602 -4.6084 -26.5058 -0.367619
Vertex 1603 -4.60536 -2.25202 2.72245
Vertex 1604 -4.60536 -0.834022 2.72247
Vertex 1605 -4.60536 0.583976 2.72249
Vertex 1606 -4.58554 -37.8152 -5.88243 {normal=(0.00777884 -0.0608838 -0.998115)}
Vertex 1607 -4.58375 -38.6912 -5.88253 {normal=(0.0305187 0.0131984 -0.999447)}
Vertex 1608 -4.58172 -43.1962 2.11899
Vertex 1609 -4.57663 -6.32902 3.04433
Vertex 1610 -4.54862 -33.7304 -6.32419
Vertex 1611 -4.5456 -40.072 -5.91457
Vertex 1612 -4.53481 -33.5226 -6.19712
Vertex 1613 -4.53096 -44.2737 2.12728
Vertex 1614 -4.51694 -45.027 2.12598
Vertex 1615 -4.50814 -40.1085 -5.58813
Vertex 1616 -4.50055 14.3583 -3.76364 {normal=(0.62001 0.784045 -0.0293387)}
Vertex 1617 -4.47985 -43.2609 0.242264 {normal=(0.947994 -0.116773 0.296094)}
Vertex 1618 -4.46877 12.058 2.31527
Vertex 1619 -4.467 -45.0273 -6.14099
Vertex 1620 -4.44992 -44.4206 -0.710606 {normal=(0.866145 -0.127529 0.483248)}
Vertex 1621 -4.44434 -45.027 -0.723774
Vertex 1622 -4.4437 -45.2711 -5.97899
Vertex 1623 -4.44197 -40.9603 -5.99738
Vertex 1624 -4.44005 -41.2177 0.152154 {normal=(0.629049 0.442727 0.638975)}
Vertex 1625 -4.43405 -3.68358 2.52432
Vertex 1626 -4.43305 -34.0951 -6.17119 {normal=(0.0483542 -0.231803 -0.97156)}
Vertex 1627 -4.41288 -3.66993 -3.30975
Vertex 1628 -4.40451 -40.9968 -5.67094
Vertex 1629 -4.40082 -42.2893 0.277072 {normal=(0.913343 0.0347563 0.405705)}
Vertex 1630 -4.38725 -0.833926 -3.77448
Vertex 1631 -4.38725 0.584073 -3.77446
Vertex 1632 -4.37255 -44.3802 -6.14642
Vertex 1633 -4.35581 -3.66993 -3.79357
Vertex 1634 -4.35581 -2.25193 -3.79355
Vertex 1635 -4.34243 -3.67003 2.86751
Vertex 1636 -4.33972 14.0406 -3.75157
Vertex 1637 -4.33952 -40.6304 -0.889129
Vertex 1638 -4.33316 -41.9992 -6.18445
Vertex 1639 -4.30907 11.8225 2.11012
Vertex 1640 -4.29247 -34.2941 -1.83348
Vertex 1641 -4.28453 -43.2549 -6.22179
Vertex 1642 -4.24468 -34.3057 -4.9717
Vertex 1643 -4.18597 -2.25193 -3.50615
Vertex 1644 -4.18597 -0.833929 -3.50613
Vertex 1645 -4.18597 0.584069 -3.50611
Vertex 1646 -4.12434 10.3749 -5.79659 {normal=(-0.106802 0.120784 -0.986917)}
Vertex 1647 -4.10725 -3.71535 -3.40232
Vertex 1648 -4.10425 -40.5012 -0.68469
Vertex 1649 -4.10167 -40.0803 -1.4952
Vertex 1650 -4.09808 -43.3268 -0.650871 {normal=(0.867199 -0.169033 0.468395)}
Vertex 1651 -4.06881 -27.5118 -5.72395
Vertex 1652 -4.02625 -27.5494 -5.97562
Vertex 1653 -3.99554 -30.3357 -6.55192 {normal=(0.429595 0.185367 -0.883791)}
Vertex 1654 -3.96711 12.9869 -4.95245 {normal=(-0.225965 0.353935 -0.907563)}
Vertex 1655 -3.96221 -42.0763 -0.571919 {normal=(0.882049 0.0116378 0.471014)}
Vertex 1656 -3.96043 -37.8157 -1.41258 {normal=(0.497577 -0.0439861 0.866304)}
Vertex 1657 -3.95864 -38.6917 -1.41269 {normal=(0.517444 0.0381519 0.854866)}
Vertex 1658 -3.95429 -25.9126 -5.9099
Vertex 1659 -3.93498 -25.6428 -5.94127
Vertex 1660 -3.93069 -35.0198 -1.15539 {normal=(0.479427 -0.0766423 0.874229)}
Vertex 1661 -3.91627 -26.0134 -6.15422
Vertex 1662 -3.90599 -33.5211 -1.25683 {normal=(0.304019 -0.343974 0.8884)}
Vertex 1663 -3.90467 -3.66993 -3.61716
Vertex 1664 -3.88568 -25.6172 -6.19991
Vertex 1665 -3.87485 -27.3481 -0.748987 {normal=(0.452165 -0.047622 0.890662)}
Vertex 1666 -3.8664 -39.9511 -1.29076
Vertex 1667 -3.86232 -32.2322 -6.74542 {normal=(0.424648 -0.148288 -0.893132)}
Vertex 1668 -3.85659 -26.8085 -0.961159
Vertex 1669 -3.84974 -41.0249 -1.62188
Vertex 1670 -3.84438 9.77242 3.41274
Vertex 1671 -3.84228 9.94833 3.54526
Vertex 1672 -3.83364 13.0827 -4.93915
Vertex 1673 -3.83353 -33.539 -6.08826 {normal=(0.357653 -0.621057 -0.697404)}
Vertex 1674 -3.83012 -24.1785 -6.11155
Vertex 1675 -3.8273 -32.2118 -1.24345 {normal=(0.321282 -0.0662715 0.944662)}
Vertex 1676 -3.82627 -26.904 -0.758538
Vertex 1677 -3.81164 4.70619 -4.6926 {normal=(-0.468109 -0.429581 -0.772227)}
Vertex 1678 -3.8108 -23.9087 -6.14291
Vertex 1679 -3.79003 -22.2879 -0.503097
Vertex 1680 -3.78988 -24.2794 -6.35547
Vertex 1681 -3.77203 -30.3158 -1.16317 {normal=(0.315367 -0.0458355 0.947862)}
Vertex 1682 -3.76544 -13.7685 -6.78005
Vertex 1683 -3.75965 -23.8831 -6.40122
Vertex 1684 -3.72002 -23.8888 -0.712648
Vertex 1685 -3.71962 -45.0361 -2.35503
Vertex 1686 -3.71774 -40.0178 -5.11773
Vertex 1687 -3.70822 -24.1585 -0.747953
Vertex 1688 -3.70323 10.189 3.55257
Vertex 1689 -3.68882 4.7136 -4.75333 {normal=(-0.354503 -0.405132 -0.842731)}
Vertex 1690 -3.67462 -22.311 -0.27351
Vertex 1691 -3.67398 -22.299 -6.45561
Vertex 1692 -3.67097 5.38223 -4.87526 {normal=(-0.372927 -0.223207 -0.900613)}
Vertex 1693 -3.6505 8.03122 -5.81563 {normal=(-0.208433 -0.158141 -0.965167)}
Vertex 1694 -3.6441 -25.6244 -0.939852
Vertex 1695 -3.63231 -25.8941 -0.975157
Vertex 1696 -3.62736 -22.3367 -6.70651
Vertex 1697 -3.61705 2.41446 -4.51005
Vertex 1698 -3.61548 3.46973 -4.56373
Vertex 1699 -3.61447 -40.8957 -1.41745
Vertex 1700 -3.6139 4.525 -4.61741
Vertex 1701 -3.60737 -23.8486 -0.474778
Vertex 1702 -3.60217 -40.4421 -2.18242
Vertex 1703 -3.59631 2.28685 4.8478 {normal=(-0.397747 -0.0529736 0.915965)}
Vertex 1704 -3.59248 -21.6048 -7.39691
Vertex 1705 -3.59208 -33.5417 -5.98628
Vertex 1706 -3.57885 13.295 -4.76504
Vertex 1707 -3.57421 -40.9441 -5.20574
Vertex 1708 -3.56937 -44.3406 -2.3818
Vertex 1709 -3.56584 -34.2877 -2.43025
Vertex 1710 -3.5623 -27.495 -1.18471
Vertex 1711 -3.54276 -24.2452 -0.55738
Vertex 1712 -3.54125 -41.3936 -2.08358
Vertex 1713 -3.53528 10.2807 3.43794
Vertex 1714 -3.53395 19.9427 -0.846049 {normal=(-0.992636 0.0849501 -0.0863603)}
Vertex 1715 -3.53257 19.9792 -0.681118 {normal=(-0.997572 0.0665736 -0.0204496)}
Vertex 1716 -3.53173 19.9732 -0.529949 {normal=(-0.996668 0.0758053 0.0301127)}
Vertex 1717 -3.53144 19.9245 -0.392541 {normal=(-0.987675 0.0665358 0.141672)}
Vertex 1718 -3.52384 -25.9814 -0.749304
Vertex 1719 -3.52254 19.8646 -0.993864 {normal=(-0.987282 0.0532896 -0.149779)}
Vertex 1720 -3.52162 1.25598 4.70198 {normal=(-0.404929 -0.281611 0.869901)}
Vertex 1721 -3.50711 19.8414 -0.28179 {normal=(-0.957873 -0.0291975 0.285704)}
Vertex 1722 -3.50641 19.8286 -0.459689 {normal=(-0.906751 -0.403103 -0.123738)}
Vertex 1723 -3.50171 20.0627 -0.504071 {normal=(-0.757133 0.624662 0.191173)}
Vertex 1724 -3.50083 20.0782 -0.680108 {normal=(-0.757356 0.648001 -0.0806646)}
Vertex 1725 -3.50044 19.8507 -0.567278 {normal=(-0.899758 -0.432995 -0.0543168)}
Vertex 1726 -3.49891 -34.0953 -5.99427 {normal=(0.373671 -0.229814 -0.898641)}
Vertex 1727 -3.49834 19.7451 -1.12457 {normal=(-0.983655 -0.0192092 -0.179038)}
Vertex 1728 -3.49668 -33.7243 -6.11202
Vertex 1729 -3.4966 19.8468 -0.68719 {normal=(-0.900532 -0.432085 0.0484179)}
Vertex 1730 -3.49492 19.817 -0.819425 {normal=(-0.900894 -0.418348 0.115647)}
Vertex 1731 -3.49356 19.7715 -0.370696 {normal=(-0.91541 -0.389251 -0.102511)}
Vertex 1732 -3.49287 -45.271 -2.27047
Vertex 1733 -3.48872 19.9889 -0.336631 {normal=(-0.71298 0.549093 0.436069)}
Vertex 1734 -3.4861 20.0354 -0.86474 {normal=(-0.695365 0.652343 -0.301524)}
Vertex 1735 -3.48585 19.7593 -0.933209 {normal=(-0.902755 -0.398045 0.163077)}
Vertex 1736 -3.48418 -25.5847 -0.732716
Vertex 1737 -3.48275 -44.7921 -2.35031
Vertex 1738 -3.47549 -37.8152 -5.27795 {normal=(0.605878 -0.0765463 -0.791866)}
Vertex 1739 -3.4737 -38.6912 -5.27822 {normal=(0.667697 -0.0104117 -0.744361)}
Vertex 1740 -3.47123 19.9464 -1.03603 {normal=(-0.682987 0.583848 -0.438919)}
Vertex 1741 -3.4695 -6.42517 3.66297 {normal=(-0.138658 0.0758706 0.98743)}
Vertex 1742 -3.46941 19.6737 -1.02854 {normal=(-0.919439 -0.332899 0.209311)}
Vertex 1743 -3.46918 1.49115 -4.4775
Vertex 1744 -3.46772 19.59 -1.21309 {normal=(-0.97883 -0.0987657 -0.17927)}
Vertex 1745 -3.46189 19.6792 -0.300301 {normal=(-0.921972 -0.377453 -0.0865866)}
Vertex 1746 -3.45873 19.7236 -0.197696 {normal=(-0.928564 -0.142528 0.342718)}
Vertex 1747 -3.4583 19.8838 -0.206647 {normal=(-0.698725 0.363645 0.616073)}
Vertex 1748 -3.45685 -12.2219 -6.38517
Vertex 1749 -3.4566 -27.5189 -0.950573
Vertex 1750 -3.45625 19.8111 -1.19399 {normal=(-0.733706 0.393646 -0.553822)}
Vertex 1751 -3.45601 3.40753 4.78684 {normal=(-0.293892 0.0412806 0.954947)}
Vertex 1752 -3.45335 10.0753 2.95122
Vertex 1753 -3.44734 19.5442 -1.09907 {normal=(-0.942771 -0.245474 0.225665)}
Vertex 1754 -3.44686 19.7339 -0.431751 {normal=(-0.635705 -0.653927 -0.410194)}
Vertex 1755 -3.44417 -21.5941 -7.10822
Vertex 1756 -3.43405 19.77 -0.584154 {normal=(-0.597975 -0.800799 -0.0338753)}
Vertex 1757 -3.43376 19.762 -0.68321 {normal=(-0.626967 -0.769266 0.123054)}
Vertex 1758 -3.43317 19.7583 -0.498676 {normal=(-0.574059 -0.781365 -0.244796)}
Vertex 1759 -3.43252 19.6357 -1.2974 {normal=(-0.771437 0.144874 -0.619594)}
Vertex 1760 -3.43229 19.7344 -0.795844 {normal=(-0.659197 -0.710847 0.245269)}
Vertex 1761 -3.43067 19.3994 -1.25943 {normal=(-0.976682 -0.141877 -0.161129)}
Vertex 1762 -3.42505 -39.9594 -5.26247
Vertex 1763 -3.42503 19.6876 -0.886943 {normal=(-0.686544 -0.627676 0.366988)}
Vertex 1764 -3.42428 19.5706 -0.268911 {normal=(-0.930918 -0.332046 -0.152109)}
Vertex 1765 -3.42355 19.6544 -0.368205 {normal=(-0.674169 -0.509963 -0.534261)}
Vertex 1766 -3.41963 19.3706 -1.14479 {normal=(-0.961973 -0.185942 0.200086)}
Vertex 1767 -3.41702 19.5928 -0.157033 {normal=(-0.92555 -0.212314 0.313497)}
Vertex 1768 -3.41337 -34.3175 -4.1362
Vertex 1769 -3.41196 19.6215 -0.956503 {normal=(-0.726723 -0.479374 0.492011)}
Vertex 1770 -3.41043 19.7473 -0.114119 {normal=(-0.71638 0.129634 0.685562)}
Vertex 1771 -3.41036 20.1192 -0.489645 {normal=(-0.634631 0.721838 0.276034)}
Vertex 1772 -3.40917 0.827907 -4.44123
Vertex 1773 -3.40233 20.1812 -0.468777 {normal=(-0.993599 0.0990535 0.0543108)}
Vertex 1774 -3.40174 -41.9441 -2.39168
Vertex 1775 -3.40139 20.1436 -0.684159 {normal=(-0.49812 0.845768 -0.191189)}
Vertex 1776 -3.40004 19.4204 -1.34626 {normal=(-0.800471 -0.0350459 -0.598346)}
Vertex 1777 -3.39963 3.4923 -4.51652
Vertex 1778 -3.39909 19.5103 -1.01404 {normal=(-0.776142 -0.302714 0.553144)}
Vertex 1779 -3.39569 19.1802 -1.25948 {normal=(-0.982058 -0.152694 -0.110663)}
Vertex 1780 -3.39269 -43.2833 -2.35691
Vertex 1781 -3.38825 -19.9735 -8.16416
Vertex 1782 -3.38642 19.354 -1.05955 {normal=(-0.833157 -0.19277 0.518353)}
Vertex 1783 -3.38636 19.1789 -1.15149 {normal=(-0.965634 -0.149771 0.212414)}
Vertex 1784 -3.38301 20.5772 0.01634 {normal=(-0.994288 0.0881931 0.0601073)}
Vertex 1785 -3.38231 3.46415 -4.7463
Vertex 1786 -3.38198 19.449 -0.159801 {normal=(-0.930702 -0.279784 0.235617)}
Vertex 1787 -3.38072 19.4455 -0.276528 {normal=(-0.927628 -0.27981 -0.247413)}
Vertex 1788 -3.3793 20.1695 -0.505619 {normal=(-0.938877 0.307413 -0.154941)}
Vertex 1789 -3.37826 20.0217 -0.291958 {normal=(-0.554793 0.6231 0.551318)}
Vertex 1790 -3.37617 19.5784 -0.362015 {normal=(-0.66679 -0.347089 -0.659486)}
Vertex 1791 -3.37575 19.3079 -0.838801 {normal=(-0.999846 -0.0174366 0.00177258)}
Vertex 1792 -3.37404 13.2127 -4.47829 {normal=(0.532135 0.841598 0.0924428)}
Vertex 1793 -3.3707 19.6031 -0.069744 {normal=(-0.728112 -0.0790573 0.680884)}
Vertex 1794 -3.36974 20.6943 -0.262411 {normal=(-0.986919 0.160216 0.0179343)}
Vertex 1795 -3.36948 -7.48904 -5.39941 {normal=(-0.330109 0.283453 -0.900379)}
Vertex 1796 -3.36882 19.1776 -1.34473 {normal=(-0.834859 -0.145389 -0.530917)}
Vertex 1797 -3.36829 19.2524 -0.858272 {normal=(-0.976426 -0.193505 0.0956439)}
Vertex 1798 -3.3669 -40.3129 -1.97798
Vertex 1799 -3.36621 19.184 -0.896428 {normal=(-0.973625 -0.18743 0.130093)}
Vertex 1800 -3.36593 20.3819 0.265248 {normal=(-0.993571 -0.00433062 0.113128)}
Vertex 1801 -3.36424 4.69447 4.91997 {normal=(-0.0754536 -0.536852 0.840296)}
Vertex 1802 -3.36297 19.4072 -0.77675 {normal=(-0.988783 0.147469 0.0236708)}
Vertex 1803 -3.36276 18.9325 -1.21324 {normal=(-0.985397 -0.167869 -0.0285024)}
Vertex 1804 -3.36247 20.2371 -0.514588 {normal=(-0.65451 0.732591 -0.186889)}
Vertex 1805 -3.36127 19.3175 -0.89228 {normal=(-0.911642 0.157955 -0.379419)}
Vertex 1806 -3.36124 19.1818 -1.07244 {normal=(-0.859337 -0.136359 0.492896)}
Vertex 1807 -3.36062 13.1817 -4.29178
Vertex 1808 -3.35924 -37.8189 -1.99606 {normal=(0.821033 -0.0527624 0.568437)}
Vertex 1809 -3.35745 -38.6949 -1.99616 {normal=(0.850261 0.0157169 0.526126)}
Vertex 1810 -3.35671 10.0236 3.24507
Vertex 1811 -3.35512 20.7659 -0.57664 {normal=(-0.98223 0.187625 -0.00459975)}
Vertex 1812 -3.35501 19.1837 -0.923355 {normal=(-0.884989 -0.0369824 -0.46414)}
Vertex 1813 -3.35486 19.3589 -0.73084 {normal=(-0.855986 -0.255897 0.449227)}
Vertex 1814 -3.3531 0.63495 4.33226
Vertex 1815 -3.35137 20.0952 -0.875498 {normal=(-0.349969 0.848064 -0.397881)}
Vertex 1816 -3.34826 19.4675 -0.724485 {normal=(-0.984161 0.142428 0.105549)}
Vertex 1817 -3.34802 20.4945 -0.568 {normal=(-0.973034 -0.230492 -0.00883252)}
Vertex 1818 -3.34778 20.4735 -0.320456 {normal=(-0.94927 -0.310136 -0.0519901)}
Vertex 1819 -3.34754 18.9691 -1.11917 {normal=(-0.954618 -0.119977 0.2726)}
Vertex 1820 -3.3474 19.3034 -0.75031 {normal=(-0.69045 -0.454704 0.562604)}
Vertex 1821 -3.34714 19.8988 -0.145266 {normal=(-0.5015 0.457412 0.734351)}
Vertex 1822 -3.34708 19.4244 -0.834293 {normal=(-0.919787 0.275994 -0.278961)}
Vertex 1823 -3.34608 19.6949 -0.775307 {normal=(-0.612029 -0.732986 0.296904)}
Vertex 1824 -3.34418 19.1598 0.524635 {normal=(-0.998928 -0.0077284 -0.0456449)}
Vertex 1825 -3.34404 19.7249 -0.669176 {normal=(-0.562394 -0.81075 0.162471)}
Vertex 1826 -3.34387 19.3142 -0.1896 {normal=(-0.933666 -0.3292 0.14105)}
Vertex 1827 -3.34313 19.8717 -1.23681 {normal=(-0.324442 0.630687 -0.704962)}
Vertex 1828 -3.34174 19.6814 -1.352 {normal=(-0.292282 0.314504 -0.903138)}
Vertex 1829 -3.34076 20.4686 -0.848672 {normal=(-0.985127 -0.169004 -0.0310152)}
Vertex 1830 -3.34006 19.6494 -0.855067 {normal=(-0.693294 -0.600019 0.39915)}
Vertex 1831 -3.34003 20.4054 -0.106043 {normal=(-0.922055 -0.359743 -0.142825)}
Vertex 1832 -3.33952 20.673 0.089084 {normal=(-0.648137 0.658283 0.382859)}
Vertex 1833 -3.33944 20.2253 -0.55143 {normal=(-0.503002 0.797439 -0.333288)}
Vertex 1834 -3.33915 20.792 -0.926346 {normal=(-0.978715 0.182322 -0.0942142)}
Vertex 1835 -3.33912 19.4511 -0.073519 {normal=(-0.715281 -0.251228 0.652117)}
Vertex 1836 -3.33906 19.0298 -0.902933 {normal=(-0.757622 -0.518586 0.396329)}
Vertex 1837 -3.33883 18.9074 -1.29281 {normal=(-0.853173 -0.243691 -0.461205)}
Vertex 1838 -3.33861 19.426 -0.677616 {normal=(-0.87539 -0.177763 0.449548)}
Vertex 1839 -3.33803 19.3354 -0.305583 {normal=(-0.922645 -0.235294 -0.305554)}
Vertex 1840 -3.33765 20.0603 -0.292809 {normal=(-0.667766 0.53437 0.518206)}
Vertex 1841 -3.3358 19.3792 0.541624 {normal=(-0.99932 0.0364207 0.00570827)}
Vertex 1842 -3.33556 19.5091 -0.782048 {normal=(-0.953523 0.23882 -0.183734)}
Vertex 1843 -3.3355 18.998 0.562747 {normal=(-0.992845 -0.114292 -0.0345723)}
Vertex 1844 -3.33314 19.185 -0.854631 {normal=(-0.574957 -0.480361 0.662328)}
Vertex 1845 -3.33302 19.4688 -0.364806 {normal=(-0.698821 -0.18489 -0.690988)}
Vertex 1846 -3.33259 19.7311 -0.580576 {normal=(-0.557081 -0.830076 0.0252025)}
Vertex 1847 -3.33195 20.0045 -1.05971 {normal=(-0.29298 0.795869 -0.529863)}
Vertex 1848 -3.33105 19.1166 -0.892787 {normal=(-0.3462 -0.227589 0.910137)}
Vertex 1849 -3.33103 19.3496 -1.0037 {normal=(-0.874757 -0.119286 0.469651)}
Vertex 1850 -3.33037 7.39789 4.98044 {normal=(-0.0995418 0.340179 0.935077)}
Vertex 1851 -3.33005 19.538 -0.676623 {normal=(-0.97611 0.125504 0.177367)}
Vertex 1852 -3.32832 19.0231 -0.92752 {normal=(-0.903868 -0.368527 -0.217278)}
Vertex 1853 -3.32775 19.4336 -1.40529 {normal=(-0.264081 0.0767597 -0.961441)}
Vertex 1854 -3.3267 19.5716 -0.735543 {normal=(-0.979211 0.189253 -0.0730033)}
Vertex 1855 -3.32598 19.5884 -0.908457 {normal=(-0.779913 -0.406131 0.476228)}
Vertex 1856 -3.32496 18.7289 -1.14703 {normal=(-0.977085 -0.209932 0.0351336)}
Vertex 1857 -3.32357 18.9938 -1.0527 {normal=(-0.857503 -0.0854242 0.507338)}
Vertex 1858 -3.32297 19.4885 -0.958001 {normal=(-0.834322 -0.203072 0.512512)}
Vertex 1859 -3.32271 20.279 0.053825 {normal=(-0.919863 -0.318918 -0.228348)}
Vertex 1860 -3.32264 19.3375 -0.947944 {normal=(-0.982833 0.0912405 -0.160359)}
Vertex 1861 -3.3224 19.6096 0.561051 {normal=(-0.997414 0.0435909 0.0571428)}
Vertex 1862 -3.32032 19.189 -1.02231 {normal=(-0.910729 -0.119098 0.39546)}
Vertex 1863 -3.32008 -35.0194 -5.7129 {normal=(0.519016 -0.160102 -0.839637)}
Vertex 1864 -3.31995 20.4445 0.386052 {normal=(-0.682521 0.484748 0.546977)}
Vertex 1865 -3.31907 19.6195 -0.689574 {normal=(-0.983239 0.177323 0.0424102)}
Vertex 1866 -3.3185 20.1085 0.484315 {normal=(-0.990291 -0.0165515 0.138022)}
Vertex 1867 -3.31824 19.1896 -0.972614 {normal=(-0.960627 -0.0678471 -0.26943)}
Vertex 1868 -3.31734 19.51 -0.62784 {normal=(-0.897047 -0.0438864 0.439751)}
Vertex 1869 -3.31699 19.7504 -0.049569 {normal=(-0.472796 0.263566 0.840831)}
Vertex 1870 -3.31649 20.8115 -0.223744 {normal=(-0.606589 0.761702 0.227728)}
Vertex 1871 -3.31571 4.52821 4.72588
Vertex 1872 -3.31542 19.6863 -0.449782 {normal=(-0.52819 -0.654507 -0.540958)}
Vertex 1873 -3.31291 20.1997 -0.406052 {normal=(-0.514252 0.726416 0.455921)}
Vertex 1874 -3.3129 19.1524 0.705567 {normal=(-0.821715 0.0563601 0.567104)}
Vertex 1875 -3.31172 19.7136 -0.509505 {normal=(-0.582015 -0.796591 -0.163405)}
Vertex 1876 -3.31117 19.6079 -0.634217 {normal=(-0.958764 0.113873 0.260395)}
Vertex 1877 -3.31047 -45.271 -5.4912
Vertex 1878 -3.31011 20.3775 -1.12855 {normal=(-0.986586 -0.126983 -0.102582)}
Vertex 1879 -3.30975 18.8939 0.655959 {normal=(-0.987213 -0.150554 0.0523885)}
Vertex 1880 -3.30904 -45.0363 -3.47801
Vertex 1881 -3.30747 19.6573 -0.759032 {normal=(-0.954562 -0.269033 0.128188)}
Vertex 1882 -3.30729 19.6107 -0.8046 {normal=(-0.989379 -0.13392 0.0565127)}
Vertex 1883 -3.30647 18.7891 -1.06206 {normal=(-0.942396 -0.0945195 0.320869)}
Vertex 1884 -3.30642 19.3036 -0.108023 {normal=(-0.69721 -0.381042 0.607212)}
Vertex 1885 -3.30575 19.1711 -1.40725 {normal=(-0.295686 -0.109625 -0.948974)}
Vertex 1886 -3.30563 19.4598 -0.898085 {normal=(-0.990377 0.123133 -0.0631752)}
Vertex 1887 -3.30403 17.7149 0.266997 {normal=(-0.896527 -0.280128 -0.343172)}
Vertex 1888 -3.30399 19.8511 0.582915 {normal=(-0.991342 0.0295807 0.127929)}
Vertex 1889 -3.30381 19.0042 0.752311 {normal=(-0.838543 0.158158 0.521375)}
Vertex 1890 -3.30368 19.6885 -0.656154 {normal=(-0.926331 -0.344262 0.152953)}
Vertex 1891 -3.30288 18.8933 -0.894838 {normal=(-0.991976 -0.0515476 0.115436)}
Vertex 1892 -3.30268 19.1884 -0.246428 {normal=(-0.933549 -0.358379 0.00718182)}
Vertex 1893 -3.30051 19.5509 -0.850304 {normal=(-0.999903 -0.0101118 -0.0095438)}
Vertex 1894 -3.29958 18.6893 -1.22236 {normal=(-0.830502 -0.374517 -0.412315)}
Vertex 1895 -3.29622 17.7784 0.390975 {normal=(-0.982857 -0.0866781 0.162723)}
Vertex 1896 -3.2962 19.2402 -0.356078 {normal=(-0.908307 -0.22073 -0.355326)}
Vertex 1897 -3.29581 20.0943 0.159149 {normal=(-0.944419 -0.209431 -0.253399)}
Vertex 1898 -3.29565 20.9068 -0.567151 {normal=(-0.599833 0.790372 0.124552)}
Vertex 1899 -3.29538 19.358 0.730354 {normal=(-0.762307 -0.00679753 0.647179)}
Vertex 1900 -3.29496 18.8487 -1.02179 {normal=(-0.863538 -0.0264199 0.503591)}
Vertex 1901 -3.29305 -28.3492 -1.17067 {normal=(0.471589 -0.0736988 0.878733)}
Vertex 1902 -3.29278 19.5869 -0.580943 {normal=(-0.892938 0.0172774 0.449848)}
Vertex 1903 -3.29243 19.0163 -0.9721 {normal=(-0.943519 -0.178239 -0.27929)}
Vertex 1904 -3.29215 -9.32543 3.74982 {normal=(-0.043362 -0.0554727 0.997518)}
Vertex 1905 -3.29163 19.6771 -0.597264 {normal=(-0.922296 -0.319576 0.21735)}
Vertex 1906 -3.29141 19.3723 -0.390593 {normal=(-0.734383 -0.0403898 -0.677533)}
Vertex 1907 -3.29085 19.0065 -1.01382 {normal=(-0.930237 -0.110477 0.349934)}
Vertex 1908 -3.29058 -9.97451 -6.16875 {normal=(-0.248293 0.164952 -0.954537)}
Vertex 1909 -3.28659 19.2894 -0.733335 {normal=(-0.334136 -0.638492 0.693311)}
Vertex 1910 -3.28534 19.6015 -0.007041 {normal=(-0.489027 0.00735675 0.872238)}
Vertex 1911 -3.28301 20.7208 -1.26632 {normal=(-0.963939 0.125512 -0.234668)}
Vertex 1912 -3.28227 18.5694 -1.06084 {normal=(-0.979474 -0.198014 0.0376939)}
Vertex 1913 -3.28199 19.3934 -0.621834 {normal=(-0.639855 -0.459789 0.615776)}
Vertex 1914 -3.28152 -40.8857 -5.35049
Vertex 1915 -3.27945 20.2049 -0.651923 {normal=(-0.289167 0.904059 -0.314737)}
Vertex 1916 -3.27872 18.7942 -0.825307 {normal=(-0.980487 -0.0122725 0.196201)}
Vertex 1917 -3.27859 19.8951 0.213979 {normal=(-0.959947 -0.0871654 -0.266279)}
Vertex 1918 -3.27743 17.924 0.466778 {normal=(-0.992139 0.00665749 0.124962)}
Vertex 1919 -3.27702 20.959 -0.941135 {normal=(-0.676757 0.734943 0.0431068)}
Vertex 1920 -3.27602 18.737 0.749067 {normal=(-0.986503 -0.13495 0.0927429)}
Vertex 1921 -3.27573 18.8938 -1.35787 {normal=(-0.329079 -0.269036 -0.905167)}
Vertex 1922 -3.27528 -27.7529 -1.31757
Vertex 1923 -3.27405 20.3417 -0.560044 {normal=(-0.64559 -0.759059 0.0839287)}
Vertex 1924 -3.27332 19.4848 -0.570497 {normal=(-0.740459 -0.263975 0.618092)}
Vertex 1925 -3.2727 19.6163 -0.436342 {normal=(-0.608236 -0.374949 -0.699615)}
Vertex 1926 -3.27259 19.1606 -0.173256 {normal=(-0.711121 -0.483079 0.510824)}
Vertex 1927 -3.27233 19.1711 -0.837656 {normal=(-0.256974 -0.556214 0.79031)}
Vertex 1928 -3.27175 20.2887 -0.800189 {normal=(-0.696788 -0.696139 0.172852)}
Vertex 1929 -3.27163 19.5872 0.758989 {normal=(-0.733782 -0.00733129 0.679345)}
Vertex 1930 -3.27103 19.6813 0.218313 {normal=(-0.941463 -0.0223088 -0.336379)}
Vertex 1931 -3.27049 18.8595 -0.944758 {normal=(-0.96294 -0.200686 -0.1802)}
Vertex 1932 -3.26852 19.5575 -0.540063 {normal=(-0.800047 -0.123673 0.587052)}
Vertex 1933 -3.26813 18.9132 0.870588 {normal=(-0.732271 0.360244 0.57793)}
Vertex 1934 -3.26718 19.4405 0.222538 {normal=(-0.915517 -0.00838818 -0.402192)}
Vertex 1935 -3.26702 19.1725 0.226651 {normal=(-0.898647 -0.0347634 -0.437294)}
Vertex 1936 -3.26634 18.8642 -0.988546 {normal=(-0.944258 -0.0533093 0.324861)}
Vertex 1937 -3.26608 20.3483 -0.347785 {normal=(-0.58433 -0.809537 -0.0566422)}
Vertex 1938 -3.26492 19.6565 -0.536926 {normal=(-0.905033 -0.37227 0.205744)}
Vertex 1939 -3.2634 18.9747 0.248166 {normal=(-0.906954 -0.116445 -0.404815)}
Vertex 1940 -3.26315 18.6391 -0.98018 {normal=(-0.966564 -0.0534938 0.250783)}
Vertex 1941 -3.26264 18.4369 -0.997359 {normal=(-0.986043 -0.150952 -0.070237)}
Vertex 1942 -3.26057 18.148 -0.76292 {normal=(-0.984672 -0.055863 -0.16523)}
Vertex 1943 -3.26029 18.0805 -0.543494 {normal=(-0.996269 -0.048256 0.0715443)}
Vertex 1944 -3.25985 20.1018 -0.226386 {normal=(-0.622544 0.580378 0.524976)}
Vertex 1945 -3.25914 17.9817 0.180115 {normal=(-0.875259 0.0267218 -0.482916)}
Vertex 1946 -3.25808 18.3157 -0.896969 {normal=(-0.982367 -0.140312 -0.123565)}
Vertex 1947 -3.25803 18.0291 -0.702485 {normal=(-0.953064 -0.272284 -0.1324)}
Vertex 1948 -3.25776 20.1259 0.66716 {normal=(-0.677261 0.344446 0.650134)}
Vertex 1949 -3.25743 18.1049 0.606018 {normal=(-0.992582 0.00410755 0.121506)}
Vertex 1950 -3.25733 -44.3833 -2.26356
Vertex 1951 -3.25732 -3.67004 3.46626
Vertex 1952 -3.2563 18.8468 0.287083 {normal=(-0.937123 -0.162411 -0.308907)}
Vertex 1953 -3.25607 20.2211 -1.40764 {normal=(-0.976019 -0.0896867 -0.198352)}
Vertex 1954 -3.256 -45.027 -2.26575
Vertex 1955 -3.25578 19.092 -0.303671 {normal=(-0.886994 -0.439544 -0.141572)}
Vertex 1956 -3.25524 18.6909 -0.749573 {normal=(-0.97104 0.00573921 0.238848)}
Vertex 1957 -3.25498 20.1885 -1.04436 {normal=(-0.737754 -0.636647 0.224499)}
Vertex 1958 -3.2546 18.2329 -0.732831 {normal=(-0.998207 0.0438651 -0.040733)}
Vertex 1959 -3.25452 19.0126 -0.883095 {normal=(-0.413698 0.0538465 0.90882)}
Vertex 1960 -3.25432 18.1654 -0.513402 {normal=(-0.985181 0.085452 0.148714)}
Vertex 1961 -3.25322 -34.289 -3.32258
Vertex 1962 -3.25278 18.3215 -0.844462 {normal=(-0.999588 -0.00969707 -0.0269972)}
Vertex 1963 -3.25243 18.7192 -0.890591 {normal=(-0.988207 -0.150252 -0.0295298)}
Vertex 1964 -3.25221 -27.8381 -1.14416
Vertex 1965 -3.25217 19.4519 -0.01768 {normal=(-0.519131 -0.208907 0.828771)}
Vertex 1966 -3.2521 19.3208 -0.677197 {normal=(-0.446558 -0.67885 0.582879)}
Vertex 1967 -3.25136 19.289 -0.439375 {normal=(-0.770243 0.0366267 -0.636698)}
Vertex 1968 -3.25132 18.7033 -0.94206 {normal=(-0.978549 -0.0575373 0.197817)}
Vertex 1969 -3.25106 18.5234 -1.13337 {normal=(-0.796331 -0.430959 -0.424419)}
Vertex 1970 -3.25101 19.8722 -1.26568 {normal=(0.183716 0.607058 -0.773129)}
Vertex 1971 -3.25073 19.1611 -0.407207 {normal=(-0.880416 -0.273269 -0.387546)}
Vertex 1972 -3.25061 17.6113 0.31685 {normal=(-0.659247 -0.748961 -0.0667141)}
Vertex 1973 -3.24785 20.3084 -0.163413 {normal=(-0.524182 -0.793402 -0.30943)}
Vertex 1974 -3.2475 19.067 -0.231317 {normal=(-0.706986 -0.614641 0.349839)}
Vertex 1975 -3.24729 18.9352 -0.847878 {normal=(-0.596029 0.368507 0.713409)}
Vertex 1976 -3.24696 18.027 -0.46577 {normal=(-0.959427 -0.193124 0.205432)}
Vertex 1977 -3.24692 18.7059 0.331665 {normal=(-0.963056 -0.145074 -0.226883)}
Vertex 1978 -3.24686 19.0948 -0.870731 {normal=(-0.253943 -0.2811 0.925471)}
Vertex 1979 -3.24669 18.3338 -0.761522 {normal=(-0.994795 0.0802029 0.0628556)}
Vertex 1980 -3.24656 -21.4863 0.859684 {normal=(0.336975 -0.677849 0.653428)}
Vertex 1981 -3.24609 18.0934 0.211268 {normal=(-0.936764 0.107244 -0.333124)}
Vertex 1982 -3.24469 17.9756 -0.624762 {normal=(-0.885684 -0.463422 -0.0283626)}
Vertex 1983 -3.24321 18.5113 -0.918858 {normal=(-0.987964 0.0127638 0.154155)}
Vertex 1984 -3.24165 19.8402 0.791473 {normal=(-0.667571 0.117139 0.735274)}
Vertex 1985 -3.24146 18.46 -0.787334 {normal=(-0.998077 0.0470109 0.0404085)}
Vertex 1986 -3.2411 17.6776 0.455791 {normal=(-0.688777 -0.575187 0.4413)}
Vertex 1987 -3.24078 18.6121 -0.823511 {normal=(-0.995182 -0.0935663 0.0292885)}
Vertex 1988 -3.23893 18.2522 0.72887 {normal=(-0.991185 -0.00468414 0.132402)}
Vertex 1989 -3.23886 19.5187 -0.424636 {normal=(-0.686919 -0.177694 -0.704675)}
Vertex 1990 -3.23792 18.517 -0.866352 {normal=(-0.998149 0.013861 0.0592173)}
Vertex 1991 -3.23756 18.2067 0.261209 {normal=(-0.96775 0.133415 -0.213683)}
Vertex 1992 -3.23752 18.4455 -0.722854 {normal=(-0.995334 0.0413265 0.0871968)}
Vertex 1993 -3.23657 19.6928 -1.34058 {normal=(0.297805 0.307766 -0.903655)}
Vertex 1994 -3.2365 19.6273 -0.492515 {normal=(-0.924326 -0.38099 -0.0216394)}
Vertex 1995 -3.23592 12.9219 -5.0927
Vertex 1996 -3.23554 18.5382 -0.743518 {normal=(-0.998089 -0.0321058 0.0528031)}
Vertex 1997 -3.23526 18.5521 0.381914 {normal=(-0.984546 -0.088209 -0.151292)}
Vertex 1998 -3.23431 18.5274 0.842066 {normal=(-0.984929 -0.0997582 0.141292)}
Vertex 1999 -3.23413 18.3686 -0.582123 {normal=(-0.978538 0.151492 0.139688)}
Vertex 2000 -3.23318 -20.0215 1.78738 {normal=(0.392397 -0.394878 0.83072)}
Vertex 2001 -3.23244 18.5834 -0.667633 {normal=(-0.958699 0.0612747 0.277744)}
Vertex 2002 -3.23233 18.3163 0.316394 {normal=(-0.97988 0.112179 -0.16508)}
Vertex 2003 -3.23115 19.4294 -1.38958 {normal=(0.37578 0.103865 -0.92087)}
Vertex 2004 -3.23082 18.1486 -0.399648 {normal=(-0.92697 0.0974786 0.362248)}
Vertex 2005 -3.2304 18.4222 0.376823 {normal=(-0.992124 0.0295003 -0.121734)}
Vertex 2006 -3.23032 18.6704 -1.28805 {normal=(-0.311845 -0.430206 -0.847157)}
Vertex 2007 -3.2301 20.2183 -0.046999 {normal=(-0.500949 -0.587783 -0.635264)}
Vertex 2008 -3.22858 20.1523 -0.853471 {normal=(-0.283042 0.866354 -0.411483)}
Vertex 2009 -3.22837 18.4427 -0.629277 {normal=(-0.981416 0.126147 0.144603)}
Vertex 2010 -3.22673 20.0038 -1.07902 {normal=(-0.0347421 0.757924 -0.651417)}
Vertex 2011 -3.22661 17.9887 -0.775618 {normal=(-0.843284 -0.382073 -0.37801)}
Vertex 2012 -3.2257 19.3037 -0.060853 {normal=(-0.564332 -0.344163 0.750387)}
Vertex 2013 -3.22517 18.8626 -0.765079 {normal=(-0.691016 0.431803 0.579692)}
Vertex 2014 -3.22462 18.3757 -1.03901 {normal=(-0.783511 -0.400263 -0.475289)}
Vertex 2015 -3.22407 -41.3635 -1.97742
Vertex 2016 -3.22373 20.0411 -1.29254 {normal=(-0.803031 -0.531789 0.268966)}
Vertex 2017 -3.22348 18.5006 -0.627533 {normal=(-0.963942 0.117159 0.238933)}
Vertex 2018 -3.22338 17.8191 0.617218 {normal=(-0.727369 -0.424328 0.539334)}
Vertex 2019 -3.22269 6.2201 5.13146 {normal=(-0.0423583 0.0509262 0.997804)}
Vertex 2020 -3.22244 -19.9758 -7.85713
Vertex 2021 -3.22195 18.3658 0.835335 {normal=(-0.984082 -0.061239 0.166832)}
Vertex 2022 -3.22156 18.7472 0.985109 {normal=(-0.733411 0.193771 0.651584)}
Vertex 2023 -3.22092 18.1171 -0.85148 {normal=(-0.854749 -0.263137 -0.447396)}
Vertex 2024 -3.22026 18.2461 -0.939277 {normal=(-0.835775 -0.34574 -0.426549)}
Vertex 2025 -3.21729 -41.1654 -3.02543
Vertex 2026 -3.21461 19.1638 -1.3917 {normal=(0.387169 -0.0452872 -0.920896)}
Vertex 2027 -3.21291 19.9002 -0.072314 {normal=(-0.458015 0.344923 0.819299)}
Vertex 2028 -3.21285 20.078 0.001454 {normal=(-0.483853 -0.313118 -0.817217)}
Vertex 2029 -3.21064 18.3519 -0.468369 {normal=(-0.932901 0.188248 0.307016)}
Vertex 2030 -3.20956 20.6929 0.112191 {normal=(-0.264212 0.836938 0.479298)}
Vertex 2031 -3.20906 17.7053 0.200731 {normal=(-0.428672 -0.397804 -0.811167)}
Vertex 2032 -3.20811 19.216 -0.497212 {normal=(-0.812735 0.0175659 -0.582368)}
Vertex 2033 -3.20806 -0.834043 3.86842
Vertex 2034 -3.20806 0.583956 3.86844
Vertex 2035 -3.20736 18.0362 -0.352014 {normal=(-0.897572 -0.146639 0.415767)}
Vertex 2036 -3.20731 19.5357 -0.473559 {normal=(-0.959572 -0.281372 -0.00712268)}
Vertex 2037 -3.20723 17.934 -0.452032 {normal=(-0.817284 -0.54989 0.172246)}
Vertex 2038 -3.20594 19.1567 -0.136562 {normal=(-0.602868 -0.448551 0.659812)}
Vertex 2039 -3.20401 19.4249 -0.444627 {normal=(-0.807623 -0.042156 -0.588191)}
Vertex 2040 -3.20399 20.0291 -0.111514 {normal=(-0.589153 0.398617 0.702854)}
Vertex 2041 -3.20382 17.9361 -0.626065 {normal=(-0.715139 -0.698841 0.0140593)}
Vertex 2042 -3.20358 18.7692 -0.68319 {normal=(-0.752638 0.335308 0.566661)}
Vertex 2043 -3.20317 19.025 -0.361331 {normal=(-0.847703 -0.483035 -0.219263)}
Vertex 2044 -3.20227 -44.3414 -3.45309
Vertex 2045 -3.20162 19.0982 -0.458968 {normal=(-0.854824 -0.328179 -0.401963)}
Vertex 2046 -3.19832 17.9181 -0.685209 {normal=(-0.863372 -0.503434 0.0338039)}
Vertex 2047 -3.19798 19.4625 -0.504596 {normal=(-0.925708 -0.304932 0.223788)}
Vertex 2048 -3.19797 -35.0239 -1.79187 {normal=(0.761394 -0.108263 0.639186)}
Vertex 2049 -3.19744 18.0359 0.80113 {normal=(-0.751674 -0.37405 0.543205)}
Vertex 2050 -3.19365 19.9083 0.03575 {normal=(-0.487457 -0.1816 -0.854054)}
Vertex 2051 -3.19313 18.998 -0.291927 {normal=(-0.822982 -0.560385 0.0931135)}
Vertex 2052 -3.19121 19.7353 0.007712 {normal=(-0.343367 0.24038 0.907919)}
Vertex 2053 -3.18801 20.8248 -0.204453 {normal=(-0.261675 0.913477 0.311586)}
Vertex 2054 -3.18787 19.0612 -0.199863 {normal=(-0.651072 -0.531056 0.542297)}
Vertex 2055 -3.18714 18.4237 -0.448687 {normal=(-0.928424 0.178393 0.325892)}
Vertex 2056 -3.18696 18.896 -1.34692 {normal=(0.377499 -0.1644 -0.9113)}
Vertex 2057 -3.18671 20.5523 -1.59655 {normal=(-0.92597 0.0648222 -0.371992)}
Vertex 2058 -3.18535 2.45959 -4.41563
Vertex 2059 -3.18476 20.4668 0.416238 {normal=(-0.309677 0.678868 0.665762)}
Vertex 2060 -3.18438 -45.0273 -5.58524
Vertex 2061 -3.18394 18.5499 -0.529639 {normal=(-0.919821 0.303546 0.248575)}
Vertex 2062 -3.18252 18.6549 -0.602216 {normal=(-0.810274 0.290745 0.508844)}
Vertex 2063 -3.18204 18.5206 -0.488304 {normal=(-0.921396 0.262981 0.286131)}
Vertex 2064 -3.17839 19.3697 -0.55714 {normal=(-0.82535 -0.488556 0.283036)}
Vertex 2065 -3.1782 20.2835 -0.476055 {normal=(-0.497483 0.86744 -0.00763835)}
Vertex 2066 -3.17651 -17.7867 -7.41635
Vertex 2067 -3.17597 18.5818 -0.551032 {normal=(-0.880016 0.330802 0.340795)}
Vertex 2068 -3.17509 19.9639 -1.64774 {normal=(-0.954175 -0.0874617 -0.286182)}
Vertex 2069 -3.17316 19.1503 0.769449 {normal=(-0.429929 0.109907 0.896148)}
Vertex 2070 -3.17251 19.7092 0.055891 {normal=(-0.436873 -0.0973273 -0.894242)}
Vertex 2071 -3.1722 18.2046 0.957628 {normal=(-0.748061 -0.393202 0.5346)}
Vertex 2072 -3.1715 19.8073 -1.48368 {normal=(-0.849609 -0.414066 0.32667)}
Vertex 2073 -3.17036 17.9411 -0.343169 {normal=(-0.788164 -0.475254 0.391065)}
Vertex 2074 -3.16961 20.9171 -0.53953 {normal=(-0.202468 0.96336 0.175908)}
Vertex 2075 -3.16951 18.5009 -1.19777 {normal=(-0.262717 -0.524117 -0.810112)}
Vertex 2076 -3.16834 18.993 0.816863 {normal=(-0.372952 0.503745 0.779197)}
Vertex 2077 -3.16818 19.335 -0.49632 {normal=(-0.871342 -0.032729 -0.489584)}
Vertex 2078 -3.16668 19.5649 0.044491 {normal=(-0.350753 0.0295714 0.936001)}
Vertex 2079 -3.16636 17.8945 -0.453336 {normal=(-0.546685 -0.836681 0.0331746)}
Vertex 2080 -3.16616 17.9344 0.125657 {normal=(-0.417263 -0.171829 -0.892394)}
Vertex 2081 -3.16602 5.30195 5.10544 {normal=(-0.0291798 -0.143479 0.989223)}
Vertex 2082 -3.16509 -40.188 -3.96481
Vertex 2083 -3.16443 17.9025 -0.795744 {normal=(-0.478958 -0.629012 -0.612326)}
Vertex 2084 -3.16439 20.0504 -1.02667 {normal=(-0.313368 0.724844 -0.613515)}
Vertex 2085 -3.16409 18.5059 1.09587 {normal=(-0.686688 0.0535065 0.72498)}
Vertex 2086 -3.16163 19.1532 -0.564104 {normal=(-0.840914 -0.0739357 -0.536095)}
Vertex 2087 -3.16062 18.1659 -0.277815 {normal=(-0.799685 0.118247 0.58866)}
Vertex 2088 -3.15976 18.571 0.142244 {normal=(-0.647652 -0.0281294 -0.761417)}
Vertex 2089 -3.15934 19.4677 0.073503 {normal=(-0.391187 -0.0621155 -0.918213)}
Vertex 2090 -3.15831 18.4531 0.133459 {normal=(-0.682439 0.14956 -0.715478)}
Vertex 2091 -3.15765 13.124 -4.85645
Vertex 2092 -3.15719 18.7013 0.122821 {normal=(-0.544486 -0.107705 -0.831826)}
Vertex 2093 -3.15689 18.9372 -0.267693 {normal=(-0.934821 -0.302736 0.185634)}
Vertex 2094 -3.15481 18.8353 0.108866 {normal=(-0.46315 -0.0962827 -0.881034)}
Vertex 2095 -3.15464 18.1562 0.074372 {normal=(-0.531713 0.00554679 -0.846906)}
Vertex 2096 -3.15438 20.9696 -0.893036 {normal=(-0.198534 0.963915 0.177345)}
Vertex 2097 -3.15413 19.1837 0.08859 {normal=(-0.371631 -0.0543273 -0.92679)}
Vertex 2098 -3.15385 -6.42699 3.65097
Vertex 2099 -3.15284 18.3476 0.096469 {normal=(-0.621993 0.216592 -0.752471)}
Vertex 2100 -3.15262 18.9729 0.100377 {normal=(-0.395417 -0.0749884 -0.915435)}
Vertex 2101 -3.15162 18.2487 0.076774 {normal=(-0.585787 0.135431 -0.799069)}
Vertex 2102 -3.15071 2.4033 -4.8752
Vertex 2103 -3.14764 18.3251 1.08671 {normal=(-0.665931 -0.295054 0.685186)}
Vertex 2104 -3.14592 19.3769 0.788728 {normal=(-0.398943 -0.041664 0.916029)}
Vertex 2105 -3.14439 18.7992 -0.330651 {normal=(-0.981974 -0.127354 -0.139673)}
Vertex 2106 -3.14438 17.8223 -0.689909 {normal=(-0.627656 -0.770709 -0.109802)}
Vertex 2107 -3.14415 18.679 -1.2805 {normal=(0.386507 -0.272584 -0.881085)}
Vertex 2108 -3.14368 18.7249 -0.307003 {normal=(-0.992943 -0.114463 -0.0310219)}
Vertex 2109 -3.14362 18.87 -0.361994 {normal=(-0.962156 -0.168379 -0.214251)}
Vertex 2110 -3.14229 18.05 -0.902461 {normal=(-0.324868 -0.515915 -0.792649)}
Vertex 2111 -3.142 18.9441 -0.422569 {normal=(-0.877917 -0.359466 -0.316301)}
Vertex 2112 -3.1419 21.1066 -1.38976 {normal=(-0.705474 0.708358 0.0231479)}
Vertex 2113 -3.14027 20.2692 -0.363819 {normal=(-0.800463 0.485364 0.351684)}
Vertex 2114 -3.13989 18.0515 -0.235074 {normal=(-0.761698 -0.0675304 0.644403)}
Vertex 2115 -3.13955 -3.67004 3.90811
Vertex 2116 -3.13955 -2.25204 3.90813
Vertex 2117 -3.13953 19.0215 -0.512374 {normal=(-0.82533 -0.374326 -0.422741)}
Vertex 2118 -3.13932 19.3888 0.038026 {normal=(-0.476365 -0.141396 0.867804)}
Vertex 2119 -3.13713 18.3431 -1.10343 {normal=(-0.274688 -0.538948 -0.796293)}
Vertex 2120 -3.13713 18.2378 -0.258133 {normal=(-0.877184 0.0934793 0.470966)}
Vertex 2121 -3.13682 18.4361 -0.32092 {normal=(-0.921458 0.119564 0.36962)}
Vertex 2122 -3.13502 20.2618 -0.583401 {normal=(-0.75711 0.620846 -0.20331)}
Vertex 2123 -3.13501 20.7112 0.131225 {normal=(-0.559063 0.721982 0.407665)}
Vertex 2124 -3.13436 19.2965 -0.613106 {normal=(-0.776951 -0.614518 0.136801)}
Vertex 2125 -3.13321 20.3074 -0.552774 {normal=(-0.886174 -0.462618 0.0260864)}
Vertex 2126 -3.13319 18.1969 -1.00502 {normal=(-0.30841 -0.544643 -0.779902)}
Vertex 2127 -3.13215 19.8485 -1.19474 {normal=(0.366581 0.476907 -0.79886)}
Vertex 2128 -3.13213 20.2523 -0.780897 {normal=(-0.707113 -0.68214 0.186214)}
Vertex 2129 -3.13172 18.5329 -0.360538 {normal=(-0.942913 0.180623 0.279803)}
Vertex 2130 -3.13146 18.9049 0.930968 {normal=(-0.345582 0.571818 0.744041)}
Vertex 2131 -3.12966 21.0254 -1.58801 {normal=(-0.913613 0.240984 -0.327471)}
Vertex 2132 -3.12791 19.2566 -0.573691 {normal=(-0.901829 -0.0661189 -0.427004)}
Vertex 2133 -3.12721 -33.5402 -5.6836
Vertex 2134 -3.12541 19.0865 -0.592485 {normal=(-0.810965 -0.283351 -0.511907)}
Vertex 2135 -3.12505 19.1965 -0.79037 {normal=(-0.433416 -0.640635 0.633828)}
Vertex 2136 -3.12466 20.3187 -0.344397 {normal=(-0.807603 -0.58589 0.0671613)}
Vertex 2137 -3.12401 18.9868 -0.147434 {normal=(-0.849165 -0.297844 0.436129)}
Vertex 2138 -3.12241 18.8407 -0.209509 {normal=(-0.934467 -0.129556 0.331642)}
Vertex 2139 -3.12214 18.584 -0.315212 {normal=(-0.985332 0.0185497 0.169636)}
Vertex 2140 -3.12112 19.2284 0.004268 {normal=(-0.652654 -0.241595 0.718105)}
Vertex 2141 -3.11872 19.6142 0.812128 {normal=(-0.362221 -0.0591218 0.930215)}
Vertex 2142 -3.11774 20.2068 -0.798657 {normal=(-0.908066 0.366338 -0.203009)}
Vertex 2143 -3.11763 20.1539 -1.01373 {normal=(-0.612236 -0.729962 0.303846)}
Vertex 2144 -3.11703 19.6697 -1.26314 {normal=(0.472731 0.244495 -0.846609)}
Vertex 2145 -3.11672 18.6252 -0.416603 {normal=(-0.957608 0.252633 0.138433)}
Vertex 2146 -3.11646 17.5608 0.317309 {normal=(-0.552852 -0.832253 0.0413576)}
Vertex 2147 -3.1162 13.1539 -4.59755
Vertex 2148 -3.11588 20.7278 0.146185 {normal=(-0.907741 0.351084 0.229665)}
Vertex 2149 -3.11564 -44.7921 -3.4216
Vertex 2150 -3.11535 20.84 -0.18779 {normal=(-0.581105 0.770759 0.261243)}
Vertex 2151 -3.11359 20.1466 0.707685 {normal=(-0.367503 0.504297 0.781426)}
Vertex 2152 -3.1134 18.6554 -0.462611 {normal=(-0.933904 0.345545 0.0917735)}
Vertex 2153 -3.11325 17.8763 -0.352182 {normal=(-0.55896 -0.802062 0.210382)}
Vertex 2154 -3.11282 -44.4287 -5.5505
Vertex 2155 -3.11209 19.0839 -0.05678 {normal=(-0.77937 -0.297389 0.551492)}
Vertex 2156 -3.11047 20.2173 -0.176757 {normal=(-0.885003 0.304023 0.352618)}
Vertex 2157 -3.11023 19.4077 -1.29914 {normal=(0.506608 0.0872202 -0.857754)}
Vertex 2158 -3.11 21.4149 -0.208897 {normal=(-0.998183 0.0580655 0.0161188)}
Vertex 2159 -3.10835 17.9522 -0.236016 {normal=(-0.730794 -0.414396 0.542417)}
Vertex 2160 -3.10714 18.6763 -0.371279 {normal=(-0.979581 0.0247706 -0.199518)}
Vertex 2161 -3.10651 20.4864 0.438927 {normal=(-0.558203 0.56742 0.605346)}
Vertex 2162 -3.10647 20.2862 -0.155766 {normal=(-0.696873 -0.6828 -0.219435)}
Vertex 2163 -3.10619 19.0521 -0.842463 {normal=(-0.416094 0.100274 0.903776)}
Vertex 2164 -3.10371 18.9852 -0.803877 {normal=(-0.498806 0.555884 0.664971)}
Vertex 2165 -3.10355 17.6325 0.486175 {normal=(-0.416551 -0.756567 0.504075)}
Vertex 2166 -3.10299 20.9083 -0.347762 {normal=(-0.632158 0.751471 0.188859)}
Vertex 2167 -3.10291 1.53595 -4.34686
Vertex 2168 -3.10209 21.3375 -0.113226 {normal=(-0.996926 0.0152936 0.0768457)}
Vertex 2169 -3.10022 18.7385 -0.396281 {normal=(-0.948989 0.0263699 -0.314206)}
Vertex 2170 -3.10017 17.6022 0.205911 {normal=(-0.438285 -0.504702 -0.743762)}
Vertex 2171 -3.09923 19.1249 -0.825664 {normal=(-0.469052 -0.421199 0.776262)}
Vertex 2172 -3.09889 20.9321 -0.521924 {normal=(-0.550912 0.828351 0.101639)}
Vertex 2173 -3.09853 20.8571 -0.173755 {normal=(-0.925514 0.362999 0.10796)}
Vertex 2174 -3.09828 19.487 -1.61777 {normal=(-0.877025 -0.346648 0.332659)}
Vertex 2175 -3.09712 18.7217 -0.184613 {normal=(-0.913636 -0.104333 0.392918)}
Vertex 2176 -3.09539 19.1559 -1.29808 {normal=(0.516383 -0.0325578 -0.855739)}
Vertex 2177 -3.09507 21.4832 -0.392774 {normal=(-0.992077 0.104919 -0.0690985)}
Vertex 2178 -3.09498 18.689 -0.493349 {normal=(-0.931404 0.336884 0.137824)}
Vertex 2179 -3.09352 -21.6238 -7.0905
Vertex 2180 -3.09316 20.8161 0.22009 {normal=(-0.987422 0.0883989 0.131083)}
Vertex 2181 -3.0918 18.9242 -0.709901 {normal=(-0.706635 0.573483 0.414469)}
Vertex 2182 -3.09159 21.0947 -0.295767 {normal=(-0.999372 -0.0335316 -0.0114894)}
Vertex 2183 -3.09158 19.8624 0.839648 {normal=(-0.434702 0.117468 0.89288)}
Vertex 2184 -3.09056 19.2278 -0.734232 {normal=(-0.721936 -0.604303 0.337084)}
Vertex 2185 -3.09043 19.1536 0.814444 {normal=(-0.59463 0.120831 0.794868)}
Vertex 2186 -3.0897 20.0123 -1.25126 {normal=(-0.555112 -0.679488 0.479736)}
Vertex 2187 -3.08931 20.9741 -0.086473 {normal=(-0.998825 0.0442556 0.0197607)}
Vertex 2188 -3.08885 -41.932 -2.26927
Vertex 2189 -3.08879 21.067 -0.258426 {normal=(-0.999568 -0.0228552 0.0184807)}
Vertex 2190 -3.08812 18.9949 0.861272 {normal=(-0.5728 0.424089 0.701462)}
Vertex 2191 -3.08811 20.1998 -0.037223 {normal=(-0.569053 -0.525958 -0.632097)}
Vertex 2192 -3.0877 21.1912 0.074053 {normal=(-0.995324 0.0376317 0.0889563)}
Vertex 2193 -3.08757 20.9285 -0.342364 {normal=(-0.957699 0.278536 0.0723248)}
Vertex 2194 -3.08743 20.1078 -1.00783 {normal=(-0.958956 0.107683 -0.262311)}
Vertex 2195 -3.08732 20.9256 -0.334188 {normal=(-0.948919 0.294246 0.113895)}
Vertex 2196 -3.08689 19.8993 -1.17151 {normal=(-0.466443 0.431337 -0.772256)}
Vertex 2197 -3.08674 -11.2865 3.18666 {normal=(-0.000517219 -0.225314 0.974286)}
Vertex 2198 -3.08617 18.5127 -1.19242 {normal=(0.442501 -0.352423 -0.824615)}
Vertex 2199 -3.08583 18.8468 -0.624364 {normal=(-0.854933 0.341977 0.390052)}
Vertex 2200 -3.08579 18.7528 -0.547267 {normal=(-0.905046 0.285836 0.314944)}
Vertex 2201 -3.08547 12.6564 -5.16987 {normal=(-0.035075 0.296059 -0.954525)}
Vertex 2202 -3.08536 20.9846 -0.863001 {normal=(-0.557032 0.823151 0.110172)}
Vertex 2203 -3.08522 20.5033 0.454121 {normal=(-0.858156 0.289756 0.423804)}
Vertex 2204 -3.0842 18.7851 -0.430336 {normal=(-0.955541 -0.0193029 -0.294227)}
Vertex 2205 -3.08393 17.7788 0.662587 {normal=(-0.42869 -0.610973 0.665535)}
Vertex 2206 -3.08391 17.7858 -0.657132 {normal=(-0.255435 -0.95986 -0.115854)}
Vertex 2207 -3.08354 18.7364 1.03979 {normal=(-0.360829 0.36066 0.860074)}
Vertex 2208 -3.08347 20.952 -0.514334 {normal=(-0.944564 0.328172 0.0101081)}
Vertex 2209 -3.08346 17.8689 -0.470985 {normal=(-0.476117 -0.877895 0.0511178)}
Vertex 2210 -3.08322 19.1899 -0.676738 {normal=(-0.945427 -0.219782 -0.240551)}
Vertex 2211 -3.08229 -45.2711 -3.39345
Vertex 2212 -3.0822 21.1357 -0.471285 {normal=(-0.997834 0.00742348 -0.0653599)}
Vertex 2213 -3.081 18.5802 -0.193003 {normal=(-0.918411 -0.0720799 0.389007)}
Vertex 2214 -3.08033 -43.2994 -2.23312
Vertex 2215 -3.07796 17.8509 -0.530128 {normal=(-0.636296 -0.719347 0.278689)}
Vertex 2216 -3.07499 21.0171 -1.0373 {normal=(-0.426605 0.880765 0.205574)}
Vertex 2217 -3.07251 18.9141 -1.25996 {normal=(0.536755 -0.125886 -0.834294)}
Vertex 2218 -3.07242 18.4207 -0.178118 {normal=(-0.894631 0.0424774 0.444782)}
Vertex 2219 -3.07229 18.8492 -0.487384 {normal=(-0.97313 -0.107432 -0.203656)}
Vertex 2220 -3.07138 18.243 -0.139958 {normal=(-0.868029 0.00481133 0.496491)}
Vertex 2221 -3.06995 21.0038 -0.851028 {normal=(-0.935949 0.35211 0.00421097)}
Vertex 2222 -3.06961 20.0594 0.01123 {normal=(-0.493942 -0.282751 -0.822237)}
Vertex 2223 -3.06827 17.8443 -0.745797 {normal=(0.144969 -0.743056 -0.653339)}
Vertex 2224 -3.06719 19.6061 -1.84885 {normal=(-0.925054 -0.134632 -0.355174)}
Vertex 2225 -3.06685 20.9759 0.35294 {normal=(-0.984847 0.0489466 0.166377)}
Vertex 2226 -3.06623 20.1677 -0.058187 {normal=(-0.986293 -0.00368756 0.164963)}
Vertex 2227 -3.06468 19.1622 0.84055 {normal=(-0.826989 0.102604 0.552776)}
Vertex 2228 -3.06448 18.9309 -0.567425 {normal=(-0.97815 -0.108319 -0.177452)}
Vertex 2229 -3.06376 -0.833912 -4.30515
Vertex 2230 -3.06376 0.584086 -4.30513
Vertex 2231 -3.06315 19.0097 0.885542 {normal=(-0.834426 0.218574 0.505924)}
Vertex 2232 -3.06121 -41.0922 -4.23682
Vertex 2233 -3.06059 21.1898 -0.784979 {normal=(-0.995231 0.054062 -0.0811963)}
Vertex 2234 -3.05986 -41.9279 -5.5235
Vertex 2235 -3.05965 17.8762 -0.259146 {normal=(-0.663229 -0.686342 0.298432)}
Vertex 2236 -3.05958 21.0361 -1.02313 {normal=(-0.924995 0.379833 0.0105037)}
Vertex 2237 -3.05931 19.3858 0.83067 {normal=(-0.591375 0.00726687 0.806364)}
Vertex 2238 -3.05761 17.9996 0.846544 {normal=(-0.419016 -0.56271 0.712589)}
Vertex 2239 -3.0573 21.5425 -0.664855 {normal=(-0.982485 0.147002 -0.114511)}
Vertex 2240 -3.05645 21.0457 -1.0415 {normal=(-0.932203 0.335128 -0.136701)}
Vertex 2241 -3.05629 -15.6303 2.61602 {normal=(0.36475 -0.126155 0.922519)}
Vertex 2242 -3.0556 19.8879 0.012211 {normal=(-0.826834 0.118368 0.54985)}
Vertex 2243 -3.05553 18.1252 -0.101187 {normal=(-0.840723 -0.111603 0.529839)}
Vertex 2244 -3.05459 18.3524 -1.09866 {normal=(0.464075 -0.43059 -0.774098)}
Vertex 2245 -3.0526 21.7261 -0.005925 {normal=(-0.972605 0.213821 0.091219)}
Vertex 2246 -3.05243 20.264 -1.91928 {normal=(-0.887213 0.0356302 -0.459983)}
Vertex 2247 -3.0524 18.9096 0.971156 {normal=(-0.618584 0.393414 0.680131)}
Vertex 2248 -3.05217 20.5803 0.5174 {normal=(-0.948538 0.0945837 0.302209)}
Vertex 2249 -3.04996 -3.66991 -4.3096
Vertex 2250 -3.04996 -2.25192 -4.30958
Vertex 2251 -3.04941 18.1979 -0.999199 {normal=(0.435873 -0.482342 -0.759843)}
Vertex 2252 -3.04918 19.8906 0.048231 {normal=(-0.660989 -0.165258 -0.731972)}
Vertex 2253 -3.04862 21.6112 0.133394 {normal=(-0.977904 0.140223 0.155055)}
Vertex 2254 -3.04788 19.1213 -0.7232 {normal=(-0.901454 -0.397586 -0.171188)}
Vertex 2255 -3.04768 18.998 -0.642656 {normal=(-0.930346 -0.0393187 -0.364568)}
Vertex 2256 -3.0471 20.0274 -0.009733 {normal=(-0.948403 0.0413234 0.314364)}
Vertex 2257 -3.04555 17.491 0.22268 {normal=(-0.775909 -0.465587 -0.425668)}
Vertex 2258 -3.04546 18.8461 1.51862 {normal=(-0.996453 0.00122159 -0.0841462)}
Vertex 2259 -3.04526 18.7078 1.69045 {normal=(-0.998603 -0.0325592 0.041616)}
Vertex 2260 -3.04428 17.6561 0.178052 {normal=(-0.379021 -0.246175 -0.892043)}
Vertex 2261 -3.04423 17.5233 0.321667 {normal=(-0.74378 -0.639204 0.19547)}
Vertex 2262 -3.04409 19.965 -1.21092 {normal=(-0.973849 -0.199834 -0.108097)}
Vertex 2263 -3.04279 18.8948 1.54046 {normal=(-0.983616 0.173022 0.0506325)}
Vertex 2264 -3.04192 21.2211 -0.986897 {normal=(-0.98758 0.0966355 -0.123883)}
Vertex 2265 -3.04164 19.7939 -1.4271 {normal=(-0.562261 -0.499497 0.659064)}
Vertex 2266 -3.04105 18.7151 -1.1997 {normal=(0.576563 -0.199503 -0.792322)}
Vertex 2267 -3.04006 -17.8602 -7.10841
Vertex 2268 -3.03847 19.1167 0.909688 {normal=(-0.93674 0.0915807 0.337832)}
Vertex 2269 -3.038 17.9734 -0.149976 {normal=(-0.770343 -0.274482 0.575527)}
Vertex 2270 -3.03605 17.8417 -0.379054 {normal=(-0.46755 -0.882795 0.0454973)}
Vertex 2271 -3.03557 19.3847 0.85618 {normal=(-0.852951 0.0600315 0.518528)}
Vertex 2272 -3.03547 17.9849 -0.85095 {normal=(0.305584 -0.555457 -0.77336)}
Vertex 2273 -3.0352 17.8887 0.110841 {normal=(-0.522322 -0.247794 -0.815952)}
Vertex 2274 -3.03429 18.8631 -0.032859 {normal=(-0.922405 -0.134647 0.361994)}
Vertex 2275 -3.03385 21.4336 0.329014 {normal=(-0.979741 0.109432 0.167727)}
Vertex 2276 -3.03307 19.702 0.057723 {normal=(-0.737022 0.0700696 0.672227)}
Vertex 2277 -3.03226 17.4655 0.224608 {normal=(-0.949309 -0.220669 -0.22387)}
Vertex 2278 -3.03212 18.1733 1.00267 {normal=(-0.397705 -0.600066 0.694083)}
Vertex 2279 -3.0312 21.8327 -0.212922 {normal=(-0.962625 0.27082 -0.00300404)}
Vertex 2280 -3.03101 19.6235 0.851017 {normal=(-0.579544 -0.0144631 0.814812)}
Vertex 2281 -3.03096 18.9274 0.991155 {normal=(-0.882685 0.145019 0.447032)}
Vertex 2282 -3.03091 18.6264 1.62458 {normal=(-0.976724 -0.186874 -0.105304)}
Vertex 2283 -3.03086 19.0421 -0.79213 {normal=(-0.796965 0.225852 0.560213)}
Vertex 2284 -3.03079 18.7775 1.47372 {normal=(-0.975842 -0.120729 -0.182089)}
Vertex 2285 -3.03046 18.8005 1.74942 {normal=(-0.967016 0.175649 0.184465)}
Vertex 2286 -3.02986 20.1658 0.735316 {normal=(-0.544973 0.492093 0.678859)}
Vertex 2287 -3.0293 21.1144 -1.31737 {normal=(-0.305927 0.915616 0.260877)}
Vertex 2288 -3.02835 19.624 -1.23287 {normal=(-0.327549 0.00927971 -0.944789)}
Vertex 2289 -3.02807 17.5017 0.210685 {normal=(-0.662183 -0.133468 -0.73736)}
Vertex 2290 -3.02684 19.6933 0.073783 {normal=(-0.749563 -0.121635 -0.650661)}
Vertex 2291 -3.02671 -10.0006 3.60659 {normal=(0.159874 -0.222855 0.961653)}
Vertex 2292 -3.02623 17.4988 0.329922 {normal=(-0.943263 -0.282163 0.175038)}
Vertex 2293 -3.02618 21.2296 -1.07704 {normal=(-0.961289 0.0848596 -0.26215)}
Vertex 2294 -3.02554 17.5984 0.507645 {normal=(-0.65653 -0.613869 0.43833)}
Vertex 2295 -3.02461 18.4877 1.14334 {normal=(-0.399557 0.118918 0.908962)}
Vertex 2296 -3.02425 19.1102 -0.773111 {normal=(-0.878824 -0.3707 0.300415)}
Vertex 2297 -3.02404 18.9869 -0.692567 {normal=(-0.912019 0.390812 -0.124449)}
Vertex 2298 -3.02241 17.4754 0.204259 {normal=(-0.860934 -0.097583 -0.499269)}
Vertex 2299 -3.02196 19.7412 -1.29007 {normal=(-0.915433 -0.0789236 -0.394656)}
Vertex 2300 -3.02111 17.8818 -0.192219 {normal=(-0.822572 -0.492483 0.284317)}
Vertex 2301 -3.02108 18.5796 1.89687 {normal=(-0.990447 -0.0438908 0.130724)}
Vertex 2302 -3.02086 19.3628 -1.26237 {normal=(0.158444 0.0331856 -0.98681)}
Vertex 2303 -3.0201 18.9725 1.56106 {normal=(-0.952765 0.2725 0.134096)}
Vertex 2304 -3.01929 -43.2789 -5.5188
Vertex 2305 -3.01793 21.5752 -0.917749 {normal=(-0.967382 0.195484 -0.161114)}
Vertex 2306 -3.01759 17.8144 -0.497353 {normal=(-0.511171 -0.823569 0.245842)}
Vertex 2307 -3.01607 17.0405 0.543803 {normal=(-0.989483 -0.0184156 0.143473)}
Vertex 2308 -3.01588 17.2795 0.261742 {normal=(-0.987024 -0.0696849 -0.144665)}
Vertex 2309 -3.01575 12.9848 -4.37449
Vertex 2310 -3.01565 17.3379 0.403967 {normal=(-0.994656 -0.0108678 0.102674)}
Vertex 2311 -3.01503 -41.9203 -3.44988
Vertex 2312 -3.01473 19.4933 0.084852 {normal=(-0.744733 -0.0119975 0.667254)}
Vertex 2313 -3.01466 18.0857 -0.905655 {normal=(0.475149 -0.434892 -0.76492)}
Vertex 2314 -3.01409 19.3158 0.933712 {normal=(-0.953874 0.0796573 0.289446)}
Vertex 2315 -3.01286 16.9895 0.350843 {normal=(-0.984644 -0.109157 -0.136235)}
Vertex 2316 -3.01229 19.4609 0.094523 {normal=(-0.546795 -0.077313 -0.833689)}
Vertex 2317 -3.01179 19.0173 1.02186 {normal=(-0.96965 0.0426522 0.24075)}
Vertex 2318 -3.00904 -3.67196 3.38582
Vertex 2319 -3.00851 19.6151 0.875653 {normal=(-0.863342 0.0476128 0.502368)}
Vertex 2320 -3.00829 21.193 0.580934 {normal=(-0.976206 0.0615695 0.20792)}
Vertex 2321 -3.00781 18.5842 0.123053 {normal=(-0.646622 0.00539685 -0.762792)}
Vertex 2322 -3.00747 18.3 1.13096 {normal=(-0.471461 -0.408091 0.781784)}
Vertex 2323 -3.00738 20.7174 0.628767 {normal=(-0.957087 0.0277131 0.288473)}
Vertex 2324 -3.00737 18.4725 1.78906 {normal=(-0.971715 -0.235532 -0.0171774)}
Vertex 2325 -3.00682 18.7231 0.122532 {normal=(-0.660318 -0.0882447 -0.745783)}
Vertex 2326 -3.00655 20.1836 0.750053 {normal=(-0.818648 0.266135 0.508908)}
Vertex 2327 -3.00575 18.7399 1.07631 {normal=(-0.623151 0.219242 0.750743)}
Vertex 2328 -3.00573 17.5752 0.5202 {normal=(-0.923425 -0.259907 0.282372)}
Vertex 2329 -3.0057 18.4586 0.105242 {normal=(-0.654886 0.133569 -0.743831)}
Vertex 2330 -3.00553 19.8668 0.87548 {normal=(-0.642124 0.0575987 0.764434)}
Vertex 2331 -3.00552 19.1933 0.110452 {normal=(-0.499802 -0.0505758 -0.864662)}
Vertex 2332 -3.00528 18.8593 0.121307 {normal=(-0.706545 0.0413578 -0.706459)}
Vertex 2333 -3.00506 1.47742 -4.84007
Vertex 2334 -3.00356 17.7473 0.692657 {normal=(-0.636262 -0.501514 0.58622)}
Vertex 2335 -3.00318 18.9928 0.11938 {normal=(-0.560248 -0.0204019 -0.828074)}
Vertex 2336 -3.0031 18.1124 0.056089 {normal=(-0.534867 -0.0433403 -0.843824)}
Vertex 2337 -3.00247 19.0344 1.29032 {normal=(-0.99554 0.0495593 -0.0802707)}
Vertex 2338 -3.00228 17.3486 0.191148 {normal=(-0.92625 -0.102875 -0.362599)}
Vertex 2339 -3.00104 18.5588 -1.11732 {normal=(0.619083 -0.277967 -0.734487)}
Vertex 2340 -3.00073 17.4969 0.154635 {normal=(-0.913218 -0.011601 -0.407306)}
Vertex 2341 -3.00058 19.2617 0.093597 {normal=(-0.936475 -0.102862 0.335312)}
Vertex 2342 -3.00055 19.16 -1.69615 {normal=(-0.886751 -0.340823 0.31227)}
Vertex 2343 -3.00049 -34.093 -5.66988 {normal=(0.619205 -0.206048 -0.757714)}
Vertex 2344 -3.00049 18.3462 0.069096 {normal=(-0.654231 0.125025 -0.745889)}
Vertex 2345 -3.00037 19.6402 -1.2806 {normal=(-0.913355 -0.211424 -0.347968)}
Vertex 2346 -2.99979 19.0831 1.31216 {normal=(-0.981554 0.188269 0.0332677)}
Vertex 2347 -2.99963 18.2308 0.052713 {normal=(-0.545719 0.0153992 -0.837827)}
Vertex 2348 -2.99791 18.7249 1.37258 {normal=(-0.974431 -0.142274 -0.173906)}
Vertex 2349 -2.9967 17.5966 0.164886 {normal=(-0.772211 -0.0828943 -0.629935)}
Vertex 2350 -2.99623 19.8111 -1.35861 {normal=(-0.944805 -0.317177 0.0821137)}
Vertex 2351 -2.99488 19.1793 1.06327 {normal=(-0.988722 0.0547162 0.139408)}
Vertex 2352 -2.99451 -2.25204 3.6113
Vertex 2353 -2.99451 -0.834039 3.61132
Vertex 2354 -2.99451 0.583959 3.61134
Vertex 2355 -2.99399 17.8235 -0.304463 {normal=(-0.666248 -0.743997 0.0508094)}
Vertex 2356 -2.99361 19.1663 -1.25406 {normal=(0.207245 -0.094113 -0.973752)}
Vertex 2357 -2.99268 19.078 0.087345 {normal=(-0.978496 -0.122295 0.166099)}
Vertex 2358 -2.99259 20.871 -1.91213 {normal=(-0.868721 0.0945436 -0.486194)}
Vertex 2359 -2.99104 18.9422 0.066092 {normal=(-0.984167 -0.0574494 0.167677)}
Vertex 2360 -2.99044 -17.7994 2.44164 {normal=(0.426038 -0.20385 0.88144)}
Vertex 2361 -2.98949 18.9824 1.20956 {normal=(-0.999187 -0.0237894 -0.032541)}
Vertex 2362 -2.98818 18.7575 1.09467 {normal=(-0.921475 0.0155926 0.388126)}
Vertex 2363 -2.98773 19.5267 0.965002 {normal=(-0.960594 0.0818127 0.265643)}
Vertex 2364 -2.9868 18.7299 0.020054 {normal=(-0.979205 -0.183438 0.086655)}
Vertex 2365 -2.9865 18.9046 1.80149 {normal=(-0.924375 0.288664 0.249406)}
Vertex 2366 -2.98542 -33.7225 -5.77918
Vertex 2367 -2.98469 18.7115 2.00828 {normal=(-0.948222 0.189636 0.25478)}
Vertex 2368 -2.9844 21.931 -0.487595 {normal=(-0.945002 0.312062 -0.0979235)}
Vertex 2369 -2.98362 19.9973 0.893347 {normal=(-0.683589 0.238788 0.6897)}
Vertex 2370 -2.98351 19.8535 0.898968 {normal=(-0.867208 0.046785 0.495744)}
Vertex 2371 -2.98329 19.1091 1.54664 {normal=(-0.957037 0.256695 0.13486)}
Vertex 2372 -2.98276 18.8383 1.13909 {normal=(-0.993854 -0.0604472 0.0927359)}
Vertex 2373 -2.98227 17.7247 0.707429 {normal=(-0.891278 -0.248247 0.379469)}
Vertex 2374 -2.98175 -9.33591 3.68109
Vertex 2375 -2.98155 18.5873 0.011305 {normal=(-0.992179 -0.0359113 0.119548)}
Vertex 2376 -2.9815 17.4301 0.593601 {normal=(-0.977457 -0.0154033 0.210571)}
Vertex 2377 -2.97987 16.6937 0.494729 {normal=(-0.970602 -0.240677 -0.00259678)}
Vertex 2378 -2.97836 16.8163 0.670118 {normal=(-0.960258 -0.134328 0.244666)}
Vertex 2379 -2.97707 18.4478 0.001382 {normal=(-0.993668 0.00526825 0.112235)}
Vertex 2380 -2.97699 18.4035 -1.02469 {normal=(0.654109 -0.352427 -0.669281)}
Vertex 2381 -2.97696 21.5814 -1.15145 {normal=(-0.93966 0.204989 -0.273894)}
Vertex 2382 -2.97664 17.97 0.876703 {normal=(-0.61197 -0.463377 0.640916)}
Vertex 2383 -2.97656 18.4839 1.51494 {normal=(-0.951818 -0.261006 -0.16099)}
Vertex 2384 -2.97448 18.4791 2.14688 {normal=(-0.980386 -0.0113015 0.196765)}
Vertex 2385 -2.97361 0.793936 -4.64973
Vertex 2386 -2.97344 19.4988 -1.54124 {normal=(-0.647756 -0.350576 0.676395)}
Vertex 2387 -2.97334 18.3113 -0.009712 {normal=(-0.991232 0.00095477 0.132129)}
Vertex 2388 -2.97191 18.3628 2.02422 {normal=(-0.968121 -0.240642 0.0695249)}
Vertex 2389 -2.97176 18.9381 -1.21424 {normal=(0.291769 -0.201957 -0.934925)}
Vertex 2390 -2.97161 17.2347 0.13361 {normal=(-0.932947 -0.0965597 -0.346823)}
Vertex 2391 -2.96892 18.2493 -0.921801 {normal=(0.675224 -0.363378 -0.641895)}
Vertex 2392 -2.96866 19.3584 1.11906 {normal=(-0.981007 0.107824 0.161244)}
Vertex 2393 -2.96856 -13.0955 2.71639 {normal=(0.147579 -0.138585 0.979293)}
Vertex 2394 -2.96836 17.8035 -0.418505 {normal=(-0.540556 -0.839001 0.0622552)}
Vertex 2395 -2.9678 19.9808 0.913021 {normal=(-0.858192 0.105642 0.502341)}
Vertex 2396 -2.96719 19.2192 1.31294 {normal=(-0.976317 0.198685 0.0856171)}
Vertex 2397 -2.96713 -43.2615 -3.42964
Vertex 2398 -2.96707 17.53 0.075737 {normal=(-0.91344 0.0221885 -0.406368)}
Vertex 2399 -2.96636 20.2669 0.805459 {normal=(-0.918068 0.115916 0.379098)}
Vertex 2400 -2.96542 21.1309 -1.27932 {normal=(-0.654421 0.753922 0.0577526)}
Vertex 2401 -2.96526 20.0148 0.904617 {normal=(-0.832967 0.246859 0.495203)}
Vertex 2402 -2.96136 19.9968 0.91781 {normal=(-0.88809 0.189301 0.418881)}
Vertex 2403 -2.95985 18.0827 0.010697 {normal=(-0.997915 -0.0452868 -0.0459909)}
Vertex 2404 -2.95955 16.9297 0.215619 {normal=(-0.942023 -0.157054 -0.296524)}
Vertex 2405 -2.95938 19.7494 1.00356 {normal=(-0.962372 0.0800486 0.259678)}
Vertex 2406 -2.95899 18.0793 0.972486 {normal=(-0.603243 -0.475901 0.640013)}
Vertex 2407 -2.9576 21.2489 -1.24759 {normal=(-0.924237 0.0442659 -0.379245)}
Vertex 2408 -2.95715 17.7721 -0.554103 {normal=(-0.182855 -0.977823 -0.102106)}
Vertex 2409 -2.95642 17.1629 0.727849 {normal=(-0.960796 0.0104959 0.277058)}
Vertex 2410 -2.95614 18.2141 0.004432 {normal=(-0.999887 0.00415531 0.0144502)}
Vertex 2411 -2.95455 17.9472 0.891605 {normal=(-0.865596 -0.243692 0.437444)}
Vertex 2412 -2.9543 19.2482 -1.95203 {normal=(-0.88862 -0.229976 -0.396818)}
Vertex 2413 -2.95359 17.7758 0.085283 {normal=(-0.779778 -0.243564 -0.576734)}
Vertex 2414 -2.95137 18.5798 1.26137 {normal=(-0.983638 -0.169101 -0.0621316)}
Vertex 2415 -2.95105 18.3322 1.65031 {normal=(-0.933743 -0.337272 -0.119878)}
Vertex 2416 -2.95036 18.1485 1.03412 {normal=(-0.591643 -0.501864 0.630945)}
Vertex 2417 -2.95027 21.1561 -1.27562 {normal=(-0.912253 0.304748 -0.27372)}
Vertex 2418 -2.94834 20.9252 0.827575 {normal=(-0.961237 -0.00983918 0.275548)}
Vertex 2419 -2.94818 18.4857 1.17674 {normal=(-0.633603 0.148149 0.759341)}
Vertex 2420 -2.94759 1.01701 -4.2787
Vertex 2421 -2.9466 17.585 0.780746 {normal=(-0.964516 -0.0652426 0.255838)}
Vertex 2422 -2.94572 18.7428 -1.15232 {normal=(0.355283 -0.305777 -0.883331)}
Vertex 2423 -2.94384 17.7423 -0.237242 {normal=(-0.878969 -0.476677 -0.0138914)}
Vertex 2424 -2.94257 17.8689 -0.087485 {normal=(-0.926117 -0.337834 0.167854)}
Vertex 2425 -2.94146 19.8897 1.0296 {normal=(-0.962372 0.086202 0.257699)}
Vertex 2426 -2.94044 -3.66992 -3.99761
Vertex 2427 -2.94044 -2.25192 -3.99758
Vertex 2428 -2.94044 -0.833917 -3.99756
Vertex 2429 -2.94044 0.584082 -3.99754
Vertex 2430 -2.93852 17.8141 -0.625776 {normal=(0.173852 -0.786922 -0.592056)}
Vertex 2431 -2.93788 19.3909 -1.27298 {normal=(-0.545956 -0.102216 -0.831555)}
Vertex 2432 -2.9365 18.0563 0.987455 {normal=(-0.848975 -0.208049 0.485754)}
Vertex 2433 -2.93516 18.0614 0.991254 {normal=(-0.846034 -0.230742 0.480609)}
Vertex 2434 -2.93479 18.5 1.19609 {normal=(-0.953493 -0.0835388 0.289607)}
Vertex 2435 -2.9346 17.7769 -0.348415 {normal=(-0.716231 -0.676919 -0.169688)}
Vertex 2436 -2.93396 19.9478 1.04313 {normal=(-0.95695 0.129524 0.25975)}
Vertex 2437 -2.93313 19.5544 1.18924 {normal=(-0.975056 0.113794 0.190568)}
Vertex 2438 -2.93273 18.1372 -0.826546 {normal=(0.670823 -0.283934 -0.685111)}
Vertex 2439 -2.93158 19.2938 1.58703 {normal=(-0.959806 0.222383 0.171223)}
Vertex 2440 -2.93111 19.0523 1.83428 {normal=(-0.911313 0.30085 0.281066)}
Vertex 2441 -2.93055 19.5285 -1.46277 {normal=(-0.937678 -0.271877 0.216432)}
Vertex 2442 -2.92894 17.3663 -2.05436 {normal=(-0.999033 -0.0052218 0.0436525)}
Vertex 2443 -2.92852 20.0102 1.02479 {normal=(-0.943382 0.19733 0.266629)}
Vertex 2444 -2.9284 21.8883 0.481434 {normal=(-0.936062 0.273594 0.22121)}
Vertex 2445 -2.92775 21.7013 0.678409 {normal=(-0.947 0.21567 0.238072)}
Vertex 2446 -2.9269 18.13 1.05199 {normal=(-0.854109 -0.279921 0.438341)}
Vertex 2447 -2.92603 18.2775 1.16111 {normal=(-0.655586 -0.40306 0.638553)}
Vertex 2448 -2.92584 17.4648 -0.014704 {normal=(-0.890236 0.00467677 -0.455476)}
Vertex 2449 -2.92546 18.2165 1.91355 {normal=(-0.921571 -0.38809 -0.00967074)}
Vertex 2450 -2.92514 20.0768 0.974591 {normal=(-0.927895 0.181413 0.32573)}
Vertex 2451 -2.92454 18.2971 2.33005 {normal=(-0.968873 -0.194084 0.153674)}
Vertex 2452 -2.92386 19.4025 1.38373 {normal=(-0.976864 0.179732 0.115899)}
Vertex 2453 -2.92227 18.3892 1.36952 {normal=(-0.950736 -0.285591 -0.120579)}
Vertex 2454 -2.92058 18.6233 2.2847 {normal=(-0.932686 0.205394 0.296497)}
Vertex 2455 -2.92002 16.5905 0.32074 {normal=(-0.94727 -0.265198 -0.179861)}
Vertex 2456 -2.91941 22.0283 0.313151 {normal=(-0.920324 0.350136 0.174379)}
Vertex 2457 -2.91747 21.4673 0.904073 {normal=(-0.952971 0.14109 0.268216)}
Vertex 2458 -2.91551 18.5805 -1.0683 {normal=(0.379128 -0.399242 -0.834786)}
Vertex 2459 -2.91544 16.9581 0.846905 {normal=(-0.930937 -0.058181 0.360515)}
Vertex 2460 -2.91353 17.8028 0.965402 {normal=(-0.951648 -0.0890401 0.294003)}
Vertex 2461 -2.9128 -45.2821 -4.66994
Vertex 2462 -2.91038 17.7618 -0.470535 {normal=(-0.505846 -0.857973 -0.0894541)}
Vertex 2463 -2.9099 19.4071 -1.32071 {normal=(-0.908439 -0.266485 -0.322063)}
Vertex 2464 -2.90978 18.3474 1.23268 {normal=(-0.748021 -0.217581 0.626996)}
Vertex 2465 -2.9093 20.4156 0.901536 {normal=(-0.942332 0.0483168 0.331174)}
Vertex 2466 -2.90928 19.195 -1.25964 {normal=(-0.460578 -0.17764 -0.869662)}
Vertex 2467 -2.90896 19.4276 -1.4533 {normal=(-0.942632 -0.305048 0.135613)}
Vertex 2468 -2.90819 21.9942 -0.810047 {normal=(-0.910785 0.365708 -0.191648)}
Vertex 2469 -2.90583 17.1618 -0.012849 {normal=(-0.913311 -0.0884293 -0.397546)}
Vertex 2470 -2.90548 18.4062 2.44049 {normal=(-0.959693 0.0475518 0.276997)}
Vertex 2471 -2.90459 19.7242 1.24308 {normal=(-0.974475 0.101927 0.200023)}
Vertex 2472 -2.90392 17.7836 -0.005511 {normal=(-0.93083 -0.261279 -0.255515)}
Vertex 2473 -2.90332 18.2578 1.17717 {normal=(-0.86534 -0.27057 0.421876)}
Vertex 2474 -2.90225 16.5181 0.613766 {normal=(-0.94826 -0.292165 0.124266)}
Vertex 2475 -2.90159 18.3581 1.24882 {normal=(-0.943527 -0.24025 0.228115)}
Vertex 2476 -2.90046 17.9219 -0.696945 {normal=(0.269037 -0.520439 -0.810408)}
Vertex 2477 -2.90031 17.3284 0.912612 {normal=(-0.953809 -0.0368327 0.298147)}
Vertex 2478 -2.90029 16.6652 0.782911 {normal=(-0.933176 -0.194364 0.302334)}
Vertex 2479 -2.9001 -41.1353 -2.91926
Vertex 2480 -2.89821 18.8684 2.1233 {normal=(-0.90167 0.305539 0.306001)}
Vertex 2481 -2.89799 -6.42017 3.83833 {normal=(-0.419315 0.0143741 0.907727)}
Vertex 2482 -2.89721 18.4231 -0.9742 {normal=(0.386974 -0.470944 -0.792756)}
Vertex 2483 -2.89575 21.5996 -1.39378 {normal=(-0.88046 0.204195 -0.427895)}
Vertex 2484 -2.89333 17.9221 1.06795 {normal=(-0.935298 -0.0716528 0.346531)}
Vertex 2485 -2.89082 18.2708 -0.870027 {normal=(0.403821 -0.493585 -0.770262)}
Vertex 2486 -2.89061 19.4407 1.63507 {normal=(-0.965344 0.173631 0.194841)}
Vertex 2487 -2.89057 22.1841 0.068272 {normal=(-0.909103 0.402736 0.106472)}
Vertex 2488 -2.89054 18.325 1.24413 {normal=(-0.884774 -0.27766 0.374273)}
Vertex 2489 -2.89039 18.2933 1.38409 {normal=(-0.935349 -0.333185 -0.11879)}
Vertex 2490 -2.89028 21.3495 -1.91302 {normal=(-0.70824 0.70563 -0.0219523)}
Vertex 2491 -2.89022 -44.384 -3.33485
Vertex 2492 -2.88961 18.1596 2.20613 {normal=(-0.912299 -0.405235 0.0591189)}
Vertex 2493 -2.8889 -45.027 -3.33704
Vertex 2494 -2.88858 18.3317 1.25285 {normal=(-0.934177 -0.318727 0.160395)}
Vertex 2495 -2.88765 19.5745 1.4449 {normal=(-0.978309 0.152142 0.140585)}
Vertex 2496 -2.88702 20.0621 1.5606 {normal=(-0.981303 -0.111431 0.156934)}
Vertex 2497 -2.88589 17.9429 1.08838 {normal=(-0.936118 -0.0905374 0.339831)}
Vertex 2498 -2.88472 18.9678 -1.20977 {normal=(-0.367714 -0.284354 -0.885398)}
Vertex 2499 -2.88305 19.8678 1.28057 {normal=(-0.972016 0.125843 0.198365)}
Vertex 2500 -2.88249 20.088 1.53948 {normal=(-0.886862 0.338913 -0.314028)}
Vertex 2501 -2.88123 18.1521 -0.791601 {normal=(0.43745 -0.425068 -0.792436)}
Vertex 2502 -2.88117 17.7365 -0.391005 {normal=(-0.678184 -0.661294 -0.320555)}
Vertex 2503 -2.88081 16.7969 0.046449 {normal=(-0.926913 -0.16274 -0.338153)}
Vertex 2504 -2.88017 19.8559 -2.23448 {normal=(-0.851198 -0.0386996 -0.523415)}
Vertex 2505 -2.87832 18.8263 -1.71885 {normal=(-0.895109 -0.21412 0.391066)}
Vertex 2506 -2.87829 20.0154 1.5357 {normal=(-0.74561 -0.656489 -0.114403)}
Vertex 2507 -2.87813 19.1844 -1.60966 {normal=(-0.715268 -0.325285 0.618531)}
Vertex 2508 -2.878 18.1417 -1.82615 {normal=(-0.987165 0.103804 0.121365)}
Vertex 2509 -2.87739 17.5742 -0.201547 {normal=(-0.962358 -0.267485 -0.0481551)}
Vertex 2510 -2.87722 18.0062 -0.73466 {normal=(0.468601 -0.28576 -0.835915)}
Vertex 2511 -2.87599 -37.7788 -3.30363 {normal=(0.969367 -0.0857847 0.230151)}
Vertex 2512 -2.87586 18.1776 1.57035 {normal=(-0.927655 -0.358042 -0.106127)}
Vertex 2513 -2.87506 21.2038 1.11383 {normal=(-0.948937 0.0421199 0.312641)}
Vertex 2514 -2.87478 -20.013 -7.81698
Vertex 2515 -2.87442 18.0105 1.15317 {normal=(-0.9505 -0.136415 0.279178)}
Vertex 2516 -2.87352 17.113 -1.92053 {normal=(-0.962868 -0.127245 0.238106)}
Vertex 2517 -2.8724 -40.1296 -4.10955
Vertex 2518 -2.87095 20.0575 1.50145 {normal=(-0.582226 0.0568593 -0.811037)}
Vertex 2519 -2.86938 -38.6938 -3.30424 {normal=(0.982211 0.0011058 0.187776)}
Vertex 2520 -2.86927 20.0209 1.23397 {normal=(-0.961292 0.184197 0.204913)}
Vertex 2521 -2.86723 -40.2267 -3.27711 {normal=(0.986871 0.00538587 0.161423)}
Vertex 2522 -2.86428 19.2436 1.84779 {normal=(-0.90547 0.270252 0.327242)}
Vertex 2523 -2.86337 17.4277 -2.34323 {normal=(-0.942395 0.103918 -0.317951)}
Vertex 2524 -2.86326 20.1835 1.10327 {normal=(-0.953193 0.141364 0.267282)}
Vertex 2525 -2.86286 16.8475 -2.39809 {normal=(-0.9775 -0.103241 -0.183943)}
Vertex 2526 -2.86189 16.3745 0.443334 {normal=(-0.943248 -0.3285 -0.0487003)}
Vertex 2527 -2.86055 18.2209 1.34557 {normal=(-0.962512 -0.268654 -0.0373729)}
Vertex 2528 -2.8604 19.5499 1.69076 {normal=(-0.966415 0.142438 0.213902)}
Vertex 2529 -2.86028 18.2153 2.58777 {normal=(-0.956265 -0.165167 0.241408)}
Vertex 2530 -2.85943 17.7252 -0.4997 {normal=(-0.611029 -0.705401 -0.35924)}
Vertex 2531 -2.85893 18.1249 1.26233 {normal=(-0.962508 -0.139506 0.23263)}
Vertex 2532 -2.85853 19.7352 1.49645 {normal=(-0.977564 0.131119 0.16485)}
Vertex 2533 -2.85839 17.6108 -0.329164 {normal=(-0.840276 -0.326946 -0.432485)}
Vertex 2534 -2.85816 18.7621 -1.13834 {normal=(-0.304844 -0.406637 -0.86123)}
Vertex 2535 -2.85617 16.8157 0.950768 {normal=(-0.919343 -0.108866 0.378097)}
Vertex 2536 -2.85456 19.2061 -1.33843 {normal=(-0.898373 -0.244475 -0.364908)}
Vertex 2537 -2.8543 18.1951 1.32647 {normal=(-0.976911 -0.177491 0.118921)}
Vertex 2538 -2.85402 20.6302 1.06894 {normal=(-0.958503 -0.0137587 0.284749)}
Vertex 2539 -2.85357 17.5368 1.09809 {normal=(-0.944845 -0.0721489 0.319473)}
Vertex 2540 -2.85116 17.1266 1.02812 {normal=(-0.926044 -0.0632244 0.372083)}
Vertex 2541 -2.85007 21.2915 -2.09364 {normal=(-0.839624 0.29365 -0.456947)}
Vertex 2542 -2.84615 19.3647 1.8227 {normal=(-0.926263 0.166541 0.338085)}
Vertex 2543 -2.84573 16.4894 0.13968 {normal=(-0.928947 -0.259775 -0.263769)}
Vertex 2544 -2.84572 16.5907 0.887409 {normal=(-0.945001 -0.150937 0.290158)}
Vertex 2545 -2.84273 -37.7533 -4.46973 {normal=(0.939161 -0.113403 -0.324216)}
Vertex 2546 -2.84189 22.3555 -0.2532 {normal=(-0.886149 0.462894 -0.0216668)}
Vertex 2547 -2.84145 17.379 -0.163082 {normal=(-0.937798 -0.0855902 -0.336467)}
Vertex 2548 -2.8412 18.0922 2.44638 {normal=(-0.90489 -0.413832 0.0995844)}
Vertex 2549 -2.83813 18.5358 2.57866 {normal=(-0.910238 0.201461 0.361773)}
Vertex 2550 -2.83644 18.8904 -1.95729 {normal=(-0.934629 -0.163368 -0.315879)}
Vertex 2551 -2.83612 -38.6683 -4.47035 {normal=(0.951183 -0.0189996 -0.308041)}
Vertex 2552 -2.83605 19.9967 1.53417 {normal=(-0.552364 -0.726215 -0.409275)}
Vertex 2553 -2.83555 -22.2492 -1.89586
Vertex 2554 -2.8351 18.0404 1.81488 {normal=(-0.90412 -0.427168 -0.00972473)}
Vertex 2555 -2.83367 -3.67281 3.59712
Vertex 2556 -2.83279 16.3645 0.747485 {normal=(-0.950253 -0.272831 0.150275)}
Vertex 2557 -2.83262 17.7005 -0.41545 {normal=(-0.700296 -0.624891 -0.345104)}
Vertex 2558 -2.83027 17.7617 -0.562423 {normal=(-0.369088 -0.722736 -0.584318)}
Vertex 2559 -2.82958 18.5777 -1.04536 {normal=(-0.292117 -0.493415 -0.819273)}
Vertex 2560 -2.82946 19.1998 -1.49042 {normal=(-0.942451 -0.31693 0.106501)}
Vertex 2561 -2.82835 20.5607 -2.24634 {normal=(-0.830464 0.0899866 -0.549756)}
Vertex 2562 -2.82763 20.2066 1.76968 {normal=(-0.958324 0.000380571 0.285685)}
Vertex 2563 -2.82758 20.0451 1.49478 {normal=(-0.918813 0.103283 -0.38094)}
Vertex 2564 -2.82572 18.0211 -0.699714 {normal=(-0.0682851 -0.280213 -0.957506)}
Vertex 2565 -2.82483 17.9002 -1.69966 {normal=(-0.923296 -0.01104 0.383931)}
Vertex 2566 -2.82276 17.0762 -0.171864 {normal=(-0.890306 -0.122055 -0.4387)}
Vertex 2567 -2.82243 17.6671 1.21768 {normal=(-0.931135 -0.0696648 0.357958)}
Vertex 2568 -2.8223 16.4909 0.936403 {normal=(-0.957023 -0.158837 0.242647)}
Vertex 2569 -2.82097 17.6322 -0.376616 {normal=(-0.746793 -0.314399 -0.586049)}
Vertex 2570 -2.82014 20.246 1.73753 {normal=(-0.959645 0.260349 0.106301)}
Vertex 2571 -2.81982 19.6799 1.78915 {normal=(-0.965566 0.1196 0.231039)}
Vertex 2572 -2.81956 20.1569 1.7472 {normal=(-0.658196 -0.530137 0.534539)}
Vertex 2573 -2.81817 18.312 2.70753 {normal=(-0.924799 0.0583651 0.375954)}
Vertex 2574 -2.81786 -29.8672 -1.54866 {normal=(0.548578 -0.109425 0.828908)}
Vertex 2575 -2.81752 18.0258 1.52695 {normal=(-0.951951 -0.305148 -0.0259667)}
Vertex 2576 -2.81655 19.8848 1.61865 {normal=(-0.977816 0.0949139 0.186728)}
Vertex 2577 -2.81561 20.272 1.71641 {normal=(-0.96058 0.254079 0.112827)}
Vertex 2578 -2.8154 19.4481 1.88047 {normal=(-0.929778 0.0620527 0.362854)}
Vertex 2579 -2.81522 18.4111 -0.947201 {normal=(-0.282038 -0.537815 -0.794487)}
Vertex 2580 -2.8151 18.2623 -0.843877 {normal=(-0.241403 -0.546881 -0.801652)}
Vertex 2581 -2.81168 16.7454 1.0508 {normal=(-0.933246 -0.084269 0.349213)}
Vertex 2582 -2.81064 19.0486 2.17587 {normal=(-0.858755 0.361255 0.363367)}
Vertex 2583 -2.8102 18.7955 2.43765 {normal=(-0.86465 0.351928 0.358507)}
Vertex 2584 -2.80953 20.3103 1.68519 {normal=(-0.837131 0.50788 -0.203149)}
Vertex 2585 -2.80863 18.1453 -0.765874 {normal=(-0.242734 -0.496293 -0.833531)}
Vertex 2586 -2.80662 20.3718 1.26508 {normal=(-0.970318 0.0675136 0.232216)}
Vertex 2587 -2.80614 20.1499 1.41599 {normal=(-0.972504 0.173363 0.155505)}
Vertex 2588 -2.80613 18.2836 -2.08769 {normal=(-0.952655 0.111639 -0.282818)}
Vertex 2589 -2.80462 16.5428 -2.25228 {normal=(-0.964748 -0.263132 -0.00486515)}
Vertex 2590 -2.8045 18.9527 -1.30293 {normal=(-0.859918 -0.278134 -0.427998)}
Vertex 2591 -2.80279 17.7194 1.27138 {normal=(-0.934283 -0.0985945 0.342629)}
Vertex 2592 -2.80256 22.0221 -1.18027 {normal=(-0.852208 0.412889 -0.321347)}
Vertex 2593 -2.8013 16.1979 0.572681 {normal=(-0.937507 -0.346513 0.0317715)}
Vertex 2594 -2.80105 17.9575 1.4797 {normal=(-0.968284 -0.235911 0.0822929)}
Vertex 2595 -2.80068 17.9937 2.06872 {normal=(-0.877719 -0.477505 0.0399874)}
Vertex 2596 -2.80053 20.9108 1.30767 {normal=(-0.9495 0.00430876 0.313737)}
Vertex 2597 -2.79752 20.2832 1.64445 {normal=(-0.357689 0.631398 -0.688038)}
Vertex 2598 -2.79621 16.9796 1.12726 {normal=(-0.912414 -0.0715146 0.402972)}
Vertex 2599 -2.79522 16.7116 -0.133838 {normal=(-0.880774 -0.175043 -0.439996)}
Vertex 2600 -2.79475 -29.3108 -1.68521
Vertex 2601 -2.79435 21.3514 -1.81252 {normal=(-0.393453 0.873331 0.287206)}
Vertex 2602 -2.79335 16.2394 0.266842 {normal=(-0.922235 -0.344625 -0.175259)}
Vertex 2603 -2.79293 17.7899 1.33769 {normal=(-0.951476 -0.165849 0.259206)}
Vertex 2604 -2.79286 17.8788 1.41661 {normal=(-0.962843 -0.200023 0.181452)}
Vertex 2605 -2.79063 18.5446 -1.67106 {normal=(-0.875934 0.0379224 0.480938)}
Vertex 2606 -2.79033 17.3652 -0.333941 {normal=(-0.87166 -0.171819 -0.459007)}
Vertex 2607 -2.78982 17.3216 1.21375 {normal=(-0.918148 -0.0924711 0.385296)}
Vertex 2608 -2.78629 16.9452 -1.73777 {normal=(-0.926899 -0.164469 0.337355)}
Vertex 2609 -2.78385 16.6711 1.11341 {normal=(-0.941612 -0.0591069 0.33147)}
Vertex 2610 -2.78154 -29.3563 -1.49686
Vertex 2611 -2.78117 17.838 -0.642591 {normal=(-0.386745 -0.551807 -0.738875)}
Vertex 2612 -2.78025 18.0143 2.63432 {normal=(-0.902763 -0.408805 0.13378)}
Vertex 2613 -2.78019 17.6656 -0.467027 {normal=(-0.743377 -0.518615 -0.422409)}
Vertex 2614 -2.77913 18.1172 2.79736 {normal=(-0.932122 -0.169575 0.319988)}
Vertex 2615 -2.77863 20.1321 1.7505 {normal=(-0.790255 -0.38744 0.47475)}
Vertex 2616 -2.77251 17.8993 1.72788 {normal=(-0.919381 -0.390978 0.0432977)}
Vertex 2617 -2.77076 16.2328 0.895883 {normal=(-0.942762 -0.286822 0.170099)}
Vertex 2618 -2.77069 16.3678 1.06798 {normal=(-0.952456 -0.186293 0.241088)}
Vertex 2619 -2.7692 16.5771 1.13944 {normal=(-0.949226 -0.0553898 0.309681)}
Vertex 2620 -2.76887 19.8307 1.93024 {normal=(-0.959762 0.108017 0.259209)}
Vertex 2621 -2.76852 -41.0338 -4.38157
Vertex 2622 -2.76499 19.5354 1.99348 {normal=(-0.933003 0.00126047 0.359867)}
Vertex 2623 -2.7638 -33.5113 -2.17558 {normal=(0.739044 -0.41981 0.526852)}
Vertex 2624 -2.76201 18.7263 -1.23555 {normal=(-0.827606 -0.34124 -0.445671)}
Vertex 2625 -2.76173 20.0234 1.81152 {normal=(-0.96675 0.0713544 0.245567)}
Vertex 2626 -2.76095 17.9427 2.28338 {normal=(-0.868539 -0.492919 0.0516861)}
Vertex 2627 -2.7557 18.8507 -1.63235 {normal=(-0.775 -0.220473 0.592256)}
Vertex 2628 -2.75522 20.6419 1.46001 {normal=(-0.960059 0.0419098 0.276641)}
Vertex 2629 -2.75503 16.3906 -0.048453 {normal=(-0.875199 -0.287703 -0.388913)}
Vertex 2630 -2.75492 16.8656 1.20748 {normal=(-0.919056 -0.0409259 0.391996)}
Vertex 2631 -2.75324 20.2775 1.63233 {normal=(-0.738054 0.54762 -0.394194)}
Vertex 2632 -2.75291 17.5367 -0.432151 {normal=(-0.827038 -0.218176 -0.518081)}
Vertex 2633 -2.74779 17.4599 1.34982 {normal=(-0.909832 -0.104592 0.401581)}
Vertex 2634 -2.74698 17.9424 -0.72466 {normal=(-0.539715 -0.358562 -0.76167)}
Vertex 2635 -2.74672 20.3887 2.02243 {normal=(-0.963876 0.0581478 0.259928)}
Vertex 2636 -2.74452 21.4696 -1.69711 {normal=(-0.828158 0.205449 -0.521484)}
Vertex 2637 -2.74389 17.6869 -0.55574 {normal=(-0.725965 -0.461794 -0.509628)}
Vertex 2638 -2.7422 21.3616 -1.75252 {normal=(-0.633129 0.771813 0.0587491)}
Vertex 2639 -2.73938 19.4489 -2.37729 {normal=(-0.803562 -0.171284 -0.570043)}
Vertex 2640 -2.73914 20.3971 1.57085 {normal=(-0.969266 0.139965 0.202322)}
Vertex 2641 -2.73873 17.7384 -1.52057 {normal=(-0.905633 -0.0280883 0.423132)}
Vertex 2642 -2.73831 16.0607 0.70878 {normal=(-0.922838 -0.376107 0.0831507)}
Vertex 2643 -2.73768 17.7934 1.65255 {normal=(-0.928677 -0.351998 0.116862)}
Vertex 2644 -2.7375 16.4656 1.22508 {normal=(-0.946045 -0.080635 0.313843)}
Vertex 2645 -2.73749 18.3149 -1.5528 {normal=(-0.770588 0.179009 0.611678)}
Vertex 2646 -2.737 18.4241 2.8482 {normal=(-0.87568 0.162849 0.454603)}
Vertex 2647 -2.73573 20.4414 1.99199 {normal=(-0.956787 0.265563 0.118471)}
Vertex 2648 -2.73485 -45.0392 -4.65225
Vertex 2649 -2.73381 21.3802 -1.73304 {normal=(-0.852512 0.400152 -0.336305)}
Vertex 2650 -2.73343 17.0099 -0.310019 {normal=(-0.818206 -0.159334 -0.552405)}
Vertex 2651 -2.73302 20.3457 2.03922 {normal=(-0.770013 -0.404591 0.493341)}
Vertex 2652 -2.73185 16.0387 0.396913 {normal=(-0.908132 -0.408973 -0.0896471)}
Vertex 2653 -2.7311 18.8928 -1.49371 {normal=(-0.955088 -0.29572 0.0189048)}
Vertex 2654 -2.72776 18.0749 -0.808631 {normal=(-0.718874 -0.341795 -0.605306)}
Vertex 2655 -2.72728 16.7844 1.26877 {normal=(-0.923794 -0.0199863 0.382368)}
Vertex 2656 -2.72709 18.5269 -1.1363 {normal=(-0.802956 -0.379289 -0.459784)}
Vertex 2657 -2.72574 20.4905 1.96259 {normal=(-0.956725 0.265552 0.118994)}
Vertex 2658 -2.72554 17.8414 1.94836 {normal=(-0.888043 -0.454563 0.0689373)}
Vertex 2659 -2.72548 19.6774 2.09807 {normal=(-0.934034 0.0205819 0.35659)}
Vertex 2660 -2.72298 17.1571 1.31238 {normal=(-0.904135 -0.0887842 0.417919)}
Vertex 2661 -2.7228 16.2743 1.16199 {normal=(-0.923636 -0.268911 0.273101)}
Vertex 2662 -2.72247 18.6858 2.74457 {normal=(-0.854438 0.313688 0.414168)}
Vertex 2663 -2.72199 19.252 2.16602 {normal=(-0.842835 0.333451 0.42242)}
Vertex 2664 -2.72116 16.3378 -2.06287 {normal=(-0.928647 -0.341773 0.14424)}
Vertex 2665 -2.72019 21.7218 1.31112 {normal=(-0.899688 0.256461 0.353255)}
Vertex 2666 -2.71711 17.5414 1.43631 {normal=(-0.916118 -0.145358 0.37363)}
Vertex 2667 -2.71703 17.3208 -0.427868 {normal=(-0.847392 -0.164484 -0.504848)}
Vertex 2668 -2.71676 20.5359 1.93423 {normal=(-0.863196 0.490636 -0.119033)}
Vertex 2669 -2.71663 16.135 0.999102 {normal=(-0.914479 -0.342371 0.215663)}
Vertex 2670 -2.71602 18.2127 -0.909629 {normal=(-0.749629 -0.39102 -0.534003)}
Vertex 2671 -2.71592 17.8876 2.45887 {normal=(-0.874836 -0.481455 0.0535125)}
Vertex 2672 -2.71565 17.7008 1.58106 {normal=(-0.929244 -0.312528 0.197059)}
Vertex 2673 -2.71524 21.9483 1.11448 {normal=(-0.885507 0.335515 0.321413)}
Vertex 2674 -2.71371 17.9147 2.77667 {normal=(-0.905536 -0.392132 0.161978)}
Vertex 2675 -2.7127 22.4781 -0.66379 {normal=(-0.829672 0.52831 -0.18037)}
Vertex 2676 -2.71255 18.1963 2.948 {normal=(-0.884516 0.0199094 0.466084)}
Vertex 2677 -2.71176 18.3557 -1.02766 {normal=(-0.779123 -0.392583 -0.488719)}
Vertex 2678 -2.7064 17.6217 1.51339 {normal=(-0.928128 -0.239564 0.284933)}
Vertex 2679 -2.70381 21.4671 1.48556 {normal=(-0.911539 0.156089 0.380437)}
Vertex 2680 -2.70199 16.6943 1.32983 {normal=(-0.926893 -0.00498785 0.375293)}
Vertex 2681 -2.70181 22.1443 0.920609 {normal=(-0.868893 0.397813 0.294568)}
Vertex 2682 -2.70171 16.3772 1.30143 {normal=(-0.92988 -0.155436 0.33341)}
Vertex 2683 -2.70163 -17.8091 -7.05958
Vertex 2684 -2.69968 -44.4185 -4.63377
Vertex 2685 -2.69688 16.113 0.08429 {normal=(-0.867726 -0.385668 -0.313546)}
Vertex 2686 -2.6959 -9.30989 3.83926 {normal=(-0.273709 -0.187444 0.943371)}
Vertex 2687 -2.69464 20.3124 2.04236 {normal=(-0.802048 -0.362813 0.474433)}
Vertex 2688 -2.69402 -41.8967 -3.35468
Vertex 2689 -2.69395 17.9969 2.95227 {normal=(-0.899996 -0.216148 0.378532)}
Vertex 2690 -2.69294 19.3791 2.12925 {normal=(-0.889874 0.121073 0.439848)}
Vertex 2691 -2.69243 18.1647 -1.42782 {normal=(-0.797459 0.235075 0.555698)}
Vertex 2692 -2.68995 20.558 1.91187 {normal=(-0.456417 0.735244 -0.501098)}
Vertex 2693 -2.68719 16.6421 -0.284089 {normal=(-0.782456 -0.210206 -0.586153)}
Vertex 2694 -2.68467 17.788 2.13377 {normal=(-0.886814 -0.45865 0.0565717)}
Vertex 2695 -2.68373 15.9593 0.812778 {normal=(-0.901375 -0.413681 0.128032)}
Vertex 2696 -2.6799 16.2104 1.21842 {normal=(-0.931598 -0.269773 0.243614)}
Vertex 2697 -2.67989 22.3098 0.729512 {normal=(-0.844825 0.471719 0.252492)}
Vertex 2698 -2.67979 17.7331 -0.687887 {normal=(-0.792072 -0.314384 -0.523244)}
Vertex 2699 -2.67979 16.5852 -2.85734 {normal=(-0.895339 -0.129339 -0.426191)}
Vertex 2700 -2.67897 16.5953 1.39063 {normal=(-0.927577 -0.0044448 0.373606)}
Vertex 2701 -2.67835 -27.5289 -4.51545
Vertex 2702 -2.67834 20.0194 2.14604 {normal=(-0.941418 0.0851845 0.326305)}
Vertex 2703 -2.67681 17.2972 -2.78714 {normal=(-0.862165 0.120828 -0.492008)}
Vertex 2704 -2.67641 20.2037 2.07797 {normal=(-0.950064 0.0169516 0.311594)}
Vertex 2705 -2.6762 17.0274 1.39103 {normal=(-0.913365 -0.0460826 0.404526)}
Vertex 2706 -2.67372 21.1773 -2.35437 {normal=(-0.779546 0.157599 -0.606194)}
Vertex 2707 -2.67248 16.071 1.05714 {normal=(-0.919219 -0.338015 0.201946)}
Vertex 2708 -2.67058 17.5206 -0.577197 {normal=(-0.886935 -0.192882 -0.419693)}
Vertex 2709 -2.66961 17.8125 2.59321 {normal=(-0.895771 -0.441984 0.0473655)}
Vertex 2710 -2.6694 17.3002 1.46435 {normal=(-0.902179 -0.111677 0.416655)}
Vertex 2711 -2.66725 16.863 -1.50606 {normal=(-0.507178 -0.281912 0.81443)}
Vertex 2712 -2.66683 18.5749 -1.58911 {normal=(-0.828352 -0.0345488 0.559142)}
Vertex 2713 -2.66611 21.1841 1.63782 {normal=(-0.925362 0.0964541 0.36661)}
Vertex 2714 -2.66419 17.7027 1.84503 {normal=(-0.897894 -0.424106 0.117983)}
Vertex 2715 -2.66242 15.8873 0.529894 {normal=(-0.886424 -0.462411 -0.0207113)}
Vertex 2716 -2.66224 16.3121 1.3685 {normal=(-0.944301 -0.1461 0.294874)}
Vertex 2717 -2.65729 18.6355 -1.44394 {normal=(-0.960796 -0.272044 -0.0535077)}
Vertex 2718 -2.65477 -43.2775 -3.30585
Vertex 2719 -2.65432 18.9624 2.5848 {normal=(-0.783827 0.474136 0.401012)}
Vertex 2720 -2.65205 19.4514 2.23165 {normal=(-0.896315 -0.0458187 0.441044)}
Vertex 2721 -2.65199 21.9563 -1.53875 {normal=(-0.763977 0.402856 -0.50403)}
Vertex 2722 -2.6516 16.5118 1.45579 {normal=(-0.925996 -0.0323727 0.376144)}
Vertex 2723 -2.65053 -15.6171 -6.12914
Vertex 2724 -2.64988 17.7392 2.28414 {normal=(-0.89902 -0.435204 0.0485887)}
Vertex 2725 -2.64893 16.9325 1.4497 {normal=(-0.920306 -0.0171806 0.390821)}
Vertex 2726 -2.64698 22.5005 0.431061 {normal=(-0.824109 0.5275 0.206368)}
Vertex 2727 -2.64531 20.5566 1.89549 {normal=(-0.741416 0.609974 -0.279704)}
Vertex 2728 -2.64189 16.1152 1.30624 {normal=(-0.970192 -0.195014 0.143868)}
Vertex 2729 -2.64158 17.7933 2.87342 {normal=(-0.919013 -0.347022 0.187057)}
Vertex 2730 -2.64119 20.921 1.75729 {normal=(-0.941262 0.08795 0.326023)}
Vertex 2731 -2.63989 15.8937 0.884676 {normal=(-0.897273 -0.42155 0.131137)}
Vertex 2732 -2.63962 19.8563 2.27449 {normal=(-0.915345 0.0530263 0.399165)}
Vertex 2733 -2.63794 16.3134 -0.200914 {normal=(-0.756088 -0.335879 -0.561709)}
Vertex 2734 -2.63693 20.0946 -2.59064 {normal=(-0.789906 0.0211228 -0.612864)}
Vertex 2735 -2.63692 16.9631 -0.427312 {normal=(-0.84272 -0.192665 -0.502696)}
Vertex 2736 -2.6367 -22.2785 -1.38675
Vertex 2737 -2.63356 17.8308 -0.813758 {normal=(-0.821794 -0.247239 -0.513349)}
Vertex 2738 -2.63269 16.2221 1.44832 {normal=(-0.975096 -0.0766501 0.208117)}
Vertex 2739 -2.63158 19.5635 2.31502 {normal=(-0.88954 -0.0828553 0.449281)}
Vertex 2740 -2.63052 -11.4725 3.13479 {normal=(0.278586 -0.199132 0.93954)}
Vertex 2741 -2.63007 19.043 -2.34768 {normal=(-0.827497 -0.0956509 -0.553263)}
Vertex 2742 -2.6299 15.8869 0.220182 {normal=(-0.8526 -0.472402 -0.223406)}
Vertex 2743 -2.62906 20.6776 1.84396 {normal=(-0.958074 0.157067 0.239635)}
Vertex 2744 -2.62886 17.4089 1.58317 {normal=(-0.911901 -0.161462 0.377316)}
Vertex 2745 -2.62728 17.5909 1.75567 {normal=(-0.908997 -0.372188 0.187619)}
Vertex 2746 -2.62724 15.9766 1.15445 {normal=(-0.949197 -0.291749 0.11793)}
Vertex 2747 -2.62699 20.6434 2.39926 {normal=(-0.94503 0.143677 0.293727)}
Vertex 2748 -2.62587 19.1405 2.43426 {normal=(-0.771753 0.437938 0.461094)}
Vertex 2749 -2.62266 16.8424 1.50757 {normal=(-0.921674 -0.00692991 0.387902)}
Vertex 2750 -2.62216 17.6562 -1.28886 {normal=(-0.477377 -0.17858 0.860361)}
Vertex 2751 -2.62201 17.7174 2.68639 {normal=(-0.928674 -0.368479 0.0422756)}
Vertex 2752 -2.61995 16.4437 1.5253 {normal=(-0.93939 -0.0228056 0.342092)}
Vertex 2753 -2.61868 20.5817 2.41176 {normal=(-0.855737 -0.285734 0.431358)}
Vertex 2754 -2.61814 16.1898 -2.69491 {normal=(-0.893888 -0.347871 -0.282755)}
Vertex 2755 -2.6172 18.2882 3.0933 {normal=(-0.825109 0.109061 0.554347)}
Vertex 2756 -2.61677 18.5516 3.00978 {normal=(-0.81948 0.230246 0.524822)}
Vertex 2757 -2.6165 12.4786 -1.75525 {normal=(-0.999724 0.0215 0.00943003)}
Vertex 2758 -2.61636 17.2627 -0.626796 {normal=(-0.917199 -0.153261 -0.367773)}
Vertex 2759 -2.61576 17.675 2.40404 {normal=(-0.917469 -0.396249 0.0351828)}
Vertex 2760 -2.61546 17.1745 1.55251 {normal=(-0.91781 -0.070353 0.390736)}
Vertex 2761 -2.61482 17.5058 1.68027 {normal=(-0.919384 -0.272861 0.283337)}
Vertex 2762 -2.61288 12.4583 -1.76683
Vertex 2763 -2.61269 16.1074 1.54091 {normal=(-0.977798 -0.0870327 0.19062)}
Vertex 2764 -2.61248 16.2325 -1.82985
Vertex 2765 -2.61234 17.628 1.99755 {normal=(-0.907026 -0.415103 0.0706631)}
Vertex 2766 -2.61151 18.3572 -1.47995 {normal=(-0.862795 0.11515 0.492266)}
Vertex 2767 -2.61035 18.0591 3.12002 {normal=(-0.838692 -0.0738655 0.539573)}
Vertex 2768 -2.60921 18.3257 -2.48429 {normal=(-0.853745 0.135422 -0.502773)}
Vertex 2769 -2.60902 20.7228 2.37224 {normal=(-0.928267 0.296157 0.224969)}
Vertex 2770 -2.60873 17.9802 -0.933352 {normal=(-0.836713 -0.270408 -0.476226)}
Vertex 2771 -2.60804 18.4278 -1.34112 {normal=(-0.955114 -0.267125 -0.128068)}
Vertex 2772 -2.60793 15.9885 1.42547 {normal=(-0.973633 -0.203282 0.103518)}
Vertex 2773 -2.60477 17.8542 3.05248 {normal=(-0.87074 -0.252057 0.422231)}
Vertex 2774 -2.60368 15.7795 0.641156 {normal=(-0.862182 -0.505705 0.0300771)}
Vertex 2775 -2.60305 22.7165 0.025255 {normal=(-0.780332 0.621072 0.0731492)}
Vertex 2776 -2.59732 16.757 1.56464 {normal=(-0.924745 0.00589197 0.380542)}
Vertex 2777 -2.59653 16.3548 1.59802 {normal=(-0.955634 0.0177794 0.29402)}
Vertex 2778 -2.59359 18.1221 -1.06729 {normal=(-0.885981 -0.319529 -0.336064)}
Vertex 2779 -2.59263 20.7922 2.34741 {normal=(-0.92598 0.306051 0.22112)}
Vertex 2780 -2.59235 17.5464 -0.773231 {normal=(-0.904214 -0.145533 -0.401518)}
Vertex 2781 -2.58839 15.8065 0.992934 {normal=(-0.907708 -0.411734 0.0808843)}
Vertex 2782 -2.58681 18.2567 -1.21556 {normal=(-0.94632 -0.236278 -0.220571)}
Vertex 2783 -2.58607 17.0827 1.61429 {normal=(-0.929949 -0.0377955 0.365742)}
Vertex 2784 -2.58408 20.5375 2.40973 {normal=(-0.800906 -0.39437 0.45058)}
Vertex 2785 -2.58408 16.0237 -0.060493 {normal=(-0.740981 -0.451448 -0.497134)}
Vertex 2786 -2.58296 18.8343 2.89304 {normal=(-0.793001 0.418797 0.442445)}
Vertex 2787 -2.58278 17.5992 2.74792 {normal=(-0.963144 -0.266049 0.0396394)}
Vertex 2788 -2.5823 17.5956 2.49348 {normal=(-0.941922 -0.335768 0.00651182)}
Vertex 2789 -2.58214 17.569 2.11011 {normal=(-0.922785 -0.382946 0.0426585)}
Vertex 2790 -2.58116 16.2451 1.67393 {normal=(-0.95549 0.015722 0.294605)}
Vertex 2791 -2.58082 17.6472 2.93921 {normal=(-0.937982 -0.26706 0.221062)}
Vertex 2792 -2.57982 12.2693 -1.38885 {normal=(-0.966866 -0.0860102 0.24036)}
Vertex 2793 -2.57974 15.8519 1.29102 {normal=(-0.949375 -0.308191 0.060871)}
Vertex 2794 -2.57784 20.8517 2.32476 {normal=(-0.851081 0.52066 0.0676334)}
Vertex 2795 -2.57693 -41.8906 -4.63483
Vertex 2796 -2.57655 12.249 -1.40043
Vertex 2797 -2.57472 16.678 1.62506 {normal=(-0.931011 0.0172984 0.364581)}
Vertex 2798 -2.57339 18.0825 -1.19612 {normal=(-0.941176 -0.205472 0.26827)}
Vertex 2799 -2.57212 12.6898 -1.6739 {normal=(-0.979091 0.178577 0.0974232)}
Vertex 2800 -2.57008 15.9819 1.66138 {normal=(-0.962738 -0.135552 0.234012)}
Vertex 2801 -2.5687 17.3068 1.69191 {normal=(-0.931213 -0.126043 0.341987)}
Vertex 2802 -2.56846 17.5042 1.88749 {normal=(-0.926949 -0.355002 0.121405)}
Vertex 2803 -2.5661 19.2863 2.4123 {normal=(-0.787456 0.267685 0.55521)}
Vertex 2804 -2.56535 18.2129 -1.35952 {normal=(-0.902731 0.251042 0.349363)}
Vertex 2805 -2.5606 20.4257 2.41799 {normal=(-0.918936 -0.0869448 0.384705)}
Vertex 2806 -2.56024 19.7143 2.46331 {normal=(-0.869747 -0.0276869 0.49272)}
Vertex 2807 -2.55959 16.9957 1.67326 {normal=(-0.937196 -0.0280236 0.347675)}
Vertex 2808 -2.55948 15.8423 1.56129 {normal=(-0.962974 -0.238557 0.125586)}
Vertex 2809 -2.55856 15.7154 0.730696 {normal=(-0.845677 -0.531345 0.0500258)}
Vertex 2810 -2.55698 17.5027 2.55192 {normal=(-0.968892 -0.244404 -0.0389207)}
Vertex 2811 -2.55636 12.7847 -2.26327 {normal=(-0.974997 0.118131 -0.18822)}
Vertex 2812 -2.55599 16.5884 -0.404305 {normal=(-0.821113 -0.241953 -0.516944)}
Vertex 2813 -2.55488 16.6052 1.68884 {normal=(-0.938243 0.0267328 0.344944)}
Vertex 2814 -2.55304 17.4167 1.80357 {normal=(-0.941377 -0.246711 0.230094)}
Vertex 2815 -2.55274 12.7644 -2.27484
Vertex 2816 -2.55218 17.5022 2.20915 {normal=(-0.936254 -0.349909 0.0314951)}
Vertex 2817 -2.5519 17.4578 2.7778 {normal=(-0.980504 -0.187927 0.0574125)}
Vertex 2818 -2.55014 15.7125 0.359228 {normal=(-0.828459 -0.542675 -0.138419)}
Vertex 2819 -2.54825 20.246 2.43654 {normal=(-0.918917 0.0089991 0.394348)}
Vertex 2820 -2.54823 20.8817 2.30371 {normal=(-0.499954 0.829021 -0.250542)}
Vertex 2821 -2.54513 16.1221 1.77984 {normal=(-0.945274 -0.0275537 0.325112)}
Vertex 2822 -2.5434 19.4069 2.40731 {normal=(-0.818503 -0.0533592 0.572019)}
Vertex 2823 -2.54333 15.9162 -2.49587 {normal=(-0.876401 -0.465353 -0.123965)}
Vertex 2824 -2.54318 16.9639 -0.656394 {normal=(-0.916734 -0.209968 -0.33987)}
Vertex 2825 -2.54139 -33.5573 -4.80197 {normal=(0.739668 -0.556421 -0.378534)}
Vertex 2826 -2.53978 17.3966 2.57937 {normal=(-0.983797 -0.16471 -0.0708137)}
Vertex 2827 -2.5392 17.4407 1.9765 {normal=(-0.944925 -0.320136 0.0680416)}
Vertex 2828 -2.53662 17.235 1.76255 {normal=(-0.949598 -0.0886739 0.300667)}
Vertex 2829 -2.53595 16.9135 1.7294 {normal=(-0.942632 -0.0241676 0.332959)}
Vertex 2830 -2.53533 -43.2861 -4.6068
Vertex 2831 -2.53499 16.5131 1.75532 {normal=(-0.941449 0.0398656 0.334791)}
Vertex 2832 -2.53365 12.4805 -1.3075 {normal=(-0.941931 0.0857737 0.324666)}
Vertex 2833 -2.53203 19.4851 2.46193 {normal=(-0.766579 -0.220441 0.603128)}
Vertex 2834 -2.53177 16.6195 -1.59291
Vertex 2835 -2.53143 17.4765 2.97405 {normal=(-0.936131 -0.215886 0.277583)}
Vertex 2836 -2.53056 17.3188 2.78524 {normal=(-0.986575 -0.136669 0.0893985)}
Vertex 2837 -2.52887 17.6853 3.10756 {normal=(-0.83354 -0.255937 0.489599)}
Vertex 2838 -2.5281 15.6976 1.13755 {normal=(-0.89968 -0.435547 0.0295763)}
Vertex 2839 -2.5267 17.2785 2.5925 {normal=(-0.989764 -0.114877 -0.0846739)}
Vertex 2840 -2.52613 17.6398 -0.949556 {normal=(-0.895742 -0.123915 -0.426957)}
Vertex 2841 -2.52577 -30.3561 -5.11725 {normal=(0.772716 0.11571 -0.624117)}
Vertex 2842 -2.52525 15.7087 1.44572 {normal=(-0.937179 -0.347659 0.0287969)}
Vertex 2843 -2.52318 17.2779 -0.898622 {normal=(-0.924198 -0.116403 -0.363743)}
Vertex 2844 -2.52245 17.4276 2.29467 {normal=(-0.951182 -0.308596 0.00457196)}
Vertex 2845 -2.52104 17.3544 1.88329 {normal=(-0.962517 -0.210977 0.170441)}
Vertex 2846 -2.52063 15.7903 0.085578 {normal=(-0.707812 -0.568507 -0.419288)}
Vertex 2847 -2.51875 17.182 2.77026 {normal=(-0.986081 -0.120005 0.115077)}
Vertex 2848 -2.51773 17.1483 2.59134 {normal=(-0.989436 -0.10079 -0.104203)}
Vertex 2849 -2.51561 16.8307 1.78394 {normal=(-0.942388 -0.0157878 0.33415)}
Vertex 2850 -2.51493 16.4017 1.82452 {normal=(-0.938582 0.0442801 0.342203)}
Vertex 2851 -2.51226 17.3703 2.05971 {normal=(-0.959049 -0.278757 0.0501887)}
Vertex 2852 -2.51169 17.1543 1.82689 {normal=(-0.962822 -0.0616744 0.263004)}
Vertex 2853 -2.51158 17.9003 3.22359 {normal=(-0.781224 -0.180555 0.597569)}
Vertex 2854 -2.51088 12.9959 -2.18192 {normal=(-0.958827 0.260777 -0.112459)}
Vertex 2855 -2.50948 17.0267 2.60169 {normal=(-0.987476 -0.126872 -0.0937794)}
Vertex 2856 -2.50739 20.0721 2.52272 {normal=(-0.898359 0.0273441 0.438411)}
Vertex 2857 -2.50617 18.1271 3.26325 {normal=(-0.756988 0.0133185 0.653293)}
Vertex 2858 -2.505 15.8455 1.80972 {normal=(-0.946989 -0.160218 0.278464)}
Vertex 2859 -2.5038 20.8824 2.28425 {normal=(-0.691781 0.714191 -0.106635)}
Vertex 2860 -2.50342 17.3578 2.35121 {normal=(-0.971977 -0.226875 -0.0615555)}
Vertex 2861 -2.503 22.5517 -1.1635 {normal=(-0.755194 0.556696 -0.34608)}
Vertex 2862 -2.50285 20.8542 -2.62892 {normal=(-0.748985 0.139 -0.647842)}
Vertex 2863 -2.50269 15.6349 0.851211 {normal=(-0.839341 -0.543064 0.0242591)}
Vertex 2864 -2.49855 16.7473 1.83687 {normal=(-0.940269 0.00792461 0.340339)}
Vertex 2865 -2.4976 17.0121 2.74047 {normal=(-0.980757 -0.149295 0.125805)}
Vertex 2866 -2.49644 15.6766 1.7137 {normal=(-0.955513 -0.237959 0.174273)}
Vertex 2867 -2.49608 17.323 2.98348 {normal=(-0.918548 -0.193787 0.344553)}
Vertex 2868 -2.49601 17.2791 1.95571 {normal=(-0.977076 -0.165221 0.134255)}
Vertex 2869 -2.49521 16.2579 -0.317702 {normal=(-0.815917 -0.311492 -0.487085)}
Vertex 2870 -2.49508 17.2929 2.37876 {normal=(-0.981719 -0.153261 -0.112868)}
Vertex 2871 -2.49389 17.0646 1.88492 {normal=(-0.967743 -0.0647529 0.243476)}
Vertex 2872 -2.49309 18.3928 3.23327 {normal=(-0.749383 0.164611 0.641348)}
Vertex 2873 -2.48853 15.9856 1.91575 {normal=(-0.937426 -0.0775666 0.339436)}
Vertex 2874 -2.48826 17.4991 -1.35206
Vertex 2875 -2.48767 17.2928 2.13712 {normal=(-0.972322 -0.228784 0.0474063)}
Vertex 2876 -2.48592 16.263 1.91669 {normal=(-0.936903 0.0278373 0.348479)}
Vertex 2877 -2.4849 21.699 -2.29608 {normal=(-0.670662 0.738972 -0.0642826)}
Vertex 2878 -2.48451 17.2021 2.40527 {normal=(-0.981528 -0.134016 -0.136541)}
Vertex 2879 -2.48409 -25.9314 -4.5961
Vertex 2880 -2.48331 13.0918 -1.52276 {normal=(-0.986575 0.144929 0.0752683)}
Vertex 2881 -2.48299 15.5955 0.484235 {normal=(-0.806323 -0.588394 -0.0602895)}
Vertex 2882 -2.48023 16.6466 1.89546 {normal=(-0.940725 0.0302268 0.33782)}
Vertex 2883 -2.47963 18.6968 3.14426 {normal=(-0.753689 0.287401 0.591061)}
Vertex 2884 -2.47795 17.191 2.02083 {normal=(-0.983554 -0.128407 0.127013)}
Vertex 2885 -2.477 19.6306 -2.75249 {normal=(-0.736847 -0.128481 -0.663739)}
Vertex 2886 -2.4769 17.8008 -1.10617 {normal=(-0.887305 -0.177951 -0.425468)}
Vertex 2887 -2.4759 20.9915 2.23531 {normal=(-0.918701 0.250961 0.304971)}
Vertex 2888 -2.47514 17.2571 2.20544 {normal=(-0.984347 -0.176243 -2.57521e-05)}
Vertex 2889 -2.47477 17.1866 2.96751 {normal=(-0.903017 -0.188848 0.385871)}
Vertex 2890 -2.47423 16.8292 2.56088 {normal=(-0.989355 -0.121393 -0.0802511)}
Vertex 2891 -2.47308 16.9698 1.93242 {normal=(-0.960395 -0.0904615 0.263548)}
Vertex 2892 -2.47171 17.0855 2.43074 {normal=(-0.977292 -0.124221 -0.171666)}
Vertex 2893 -2.47123 17.2127 2.23305 {normal=(-0.99072 -0.130381 -0.0384067)}
Vertex 2894 -2.46886 19.6056 2.57903 {normal=(-0.716674 -0.235416 0.656474)}
Vertex 2895 -2.46869 17.15 2.083 {normal=(-0.987061 -0.132121 0.0908563)}
Vertex 2896 -2.4681 12.1569 -1.16407 {normal=(-0.92424 -0.135705 0.356882)}
Vertex 2897 -2.4676 20.7164 2.76485 {normal=(-0.869315 0.204901 0.449785)}
Vertex 2898 -2.46742 15.5809 1.31468 {normal=(-0.881863 -0.47099 -0.0220476)}
Vertex 2899 -2.4671 16.809 2.69587 {normal=(-0.979898 -0.167437 0.108461)}
Vertex 2900 -2.46658 20.6412 2.77232 {normal=(-0.881283 -0.206549 0.425061)}
Vertex 2901 -2.46625 17.4901 3.11752 {normal=(-0.763125 -0.253946 0.594265)}
Vertex 2902 -2.46513 12.1366 -1.17564
Vertex 2903 -2.46453 21.2092 2.1569 {normal=(-0.901335 0.196724 0.38587)}
Vertex 2904 -2.46405 15.547 1.61857 {normal=(-0.928574 -0.371023 0.00960955)}
Vertex 2905 -2.46249 -27.5559 -4.65414
Vertex 2906 -2.46155 16.9707 2.45441 {normal=(-0.974648 -0.0999387 -0.200186)}
Vertex 2907 -2.46062 16.5286 1.95973 {normal=(-0.943082 0.0345448 0.330761)}
Vertex 2908 -2.46059 17.1328 2.23541 {normal=(-0.987045 -0.15833 -0.0259771)}
Vertex 2909 -2.45824 19.2511 2.55918 {normal=(-0.732269 0.430824 0.52742)}
Vertex 2910 -2.45647 21.7966 -1.88546 {normal=(-0.712306 0.375763 -0.592809)}
Vertex 2911 -2.45634 -32.2006 -2.28971 {normal=(0.803197 -0.132349 0.580826)}
Vertex 2912 -2.45537 15.7644 -2.26022
Vertex 2913 -2.45494 17.0705 2.08291 {normal=(-0.98271 -0.14438 0.115913)}
Vertex 2914 -2.45363 17.0113 2.93344 {normal=(-0.895651 -0.194157 0.400141)}
Vertex 2915 -2.45295 19.124 2.72613 {normal=(-0.737654 0.543042 0.401213)}
Vertex 2916 -2.45126 -25.6615 -4.60973
Vertex 2917 -2.45082 22.8572 -0.487035 {normal=(-0.689944 0.713776 -0.120422)}
Vertex 2918 -2.45075 21.4503 2.0594 {normal=(-0.874623 0.229086 0.427264)}
Vertex 2919 -2.45053 19.3447 2.5227 {normal=(-0.715866 0.224235 0.661252)}
Vertex 2920 -2.44972 16.6241 -0.665994 {normal=(-0.920631 -0.223513 -0.320125)}
Vertex 2921 -2.44954 19.3096 2.12694 {normal=(-0.997417 -8.52791e-06 0.0718274)}
Vertex 2922 -2.44924 16.87 1.9694 {normal=(-0.961767 -0.0629394 0.266538)}
Vertex 2923 -2.44856 15.9717 -0.167505 {normal=(-0.823177 -0.379448 -0.422373)}
Vertex 2924 -2.44836 19.3096 1.90957 {normal=(-0.996426 -1.0779e-05 -0.0844764)}
Vertex 2925 -2.44831 16.394 2.00706 {normal=(-0.944746 0.0298683 0.326439)}
Vertex 2926 -2.44783 16.0969 2.03181 {normal=(-0.93108 -0.0217423 0.364168)}
Vertex 2927 -2.44701 20.5256 2.70008 {normal=(-0.895527 -0.163614 0.413838)}
Vertex 2928 -2.4468 17.0122 -0.997265 {normal=(-0.914623 -0.176698 -0.363652)}
Vertex 2929 -2.44411 16.7588 2.43201 {normal=(-0.984318 -0.0537619 -0.168012)}
Vertex 2930 -2.44386 15.6132 0.2373 {normal=(-0.669895 -0.656606 -0.346568)}
Vertex 2931 -2.44277 17.0234 2.27174 {normal=(-0.987784 -0.141519 -0.0652348)}
Vertex 2932 -2.44127 20.8154 2.74016 {normal=(-0.8315 0.342714 0.437213)}
Vertex 2933 -2.44102 12.8825 -1.15636 {normal=(-0.947921 0.048974 0.314718)}
Vertex 2934 -2.43905 19.4018 2.52046 {normal=(-0.706123 -0.00152699 0.708088)}
Vertex 2935 -2.43822 20.59 2.76255 {normal=(-0.845371 -0.387047 0.368162)}
Vertex 2936 -2.43802 19.9041 2.67653 {normal=(-0.851477 -0.0487395 0.522123)}
Vertex 2937 -2.43727 16.8988 2.33728 {normal=(-0.988345 -0.0862791 -0.12542)}
Vertex 2938 -2.43703 13.5027 -1.37436 {normal=(-0.995604 0.08889 0.0295243)}
Vertex 2939 -2.43542 15.5382 1.0027 {normal=(-0.827024 -0.562061 -0.0108679)}
Vertex 2940 -2.4351 16.5502 2.44011 {normal=(-0.995309 -0.08672 -0.042894)}
Vertex 2941 -2.43458 21.7149 1.94278 {normal=(-0.843876 0.288947 0.452088)}
Vertex 2942 -2.43379 19.1035 2.13082 {normal=(-0.986041 -0.148836 0.0746362)}
Vertex 2943 -2.43379 19.5157 2.13081 {normal=(-0.986046 0.148817 0.0746168)}
Vertex 2944 -2.43357 15.5359 0.595206 {normal=(-0.795242 -0.606279 -0.00410099)}
Vertex 2945 -2.43282 21.6292 -2.48196 {normal=(-0.719347 0.423363 -0.55073)}
Vertex 2946 -2.43265 16.7969 2.88128 {normal=(-0.896828 -0.213515 0.387441)}
Vertex 2947 -2.43253 16.5678 2.62457 {normal=(-0.980951 -0.166188 0.100585)}
Vertex 2948 -2.432 19.0956 1.9136 {normal=(-0.984615 -0.154521 -0.0815825)}
Vertex 2949 -2.432 19.5237 1.91359 {normal=(-0.984614 0.154536 -0.0815772)}
Vertex 2950 -2.4309 -11.3423 3.0219
Vertex 2951 -2.43089 16.962 2.11436 {normal=(-0.987468 -0.131019 0.0879837)}
Vertex 2952 -2.43048 16.7552 2.01844 {normal=(-0.972973 -0.0125768 0.230576)}
Vertex 2953 -2.42812 17.3692 -1.13206 {normal=(-0.89466 -0.083133 -0.438944)}
Vertex 2954 -2.42751 20.3482 2.69387 {normal=(-0.898248 -0.0659742 0.434509)}
Vertex 2955 -2.42691 17.7134 3.25298 {normal=(-0.69376 -0.28733 0.660408)}
Vertex 2956 -2.42683 19.4423 2.53882 {normal=(-0.640276 -0.212539 0.738156)}
Vertex 2957 -2.42637 12.6895 -1.66557
Vertex 2958 -2.42633 14.7589 -1.74606
Vertex 2959 -2.42618 12.1175 -0.013846
Vertex 2960 -2.42616 14.0353 0.16341
Vertex 2961 -2.42613 17.8762 -1.25594
Vertex 2962 -2.42593 11.8018 0.889532
Vertex 2963 -2.42592 13.0009 1.20876
Vertex 2964 -2.42576 13.2844 -3.40238
Vertex 2965 -2.4257 14.0406 -3.75157
Vertex 2966 -2.42568 11.5285 1.66807
Vertex 2967 -2.42568 11.8225 2.11012
Vertex 2968 -2.42234 15.8273 2.0426 {normal=(-0.926836 -0.131748 0.351593)}
Vertex 2969 -2.42194 12.3681 -1.08271 {normal=(-0.902121 0.0411498 0.429516)}
Vertex 2970 -2.4215 17.3248 3.11051 {normal=(-0.664852 -0.255544 0.701904)}
Vertex 2971 -2.4196 18.9814 3.02407 {normal=(-0.746517 0.485181 0.455316)}
Vertex 2972 -2.41925 16.2132 2.1118 {normal=(-0.972894 -0.0130131 0.230883)}
Vertex 2973 -2.41714 20.9017 2.7179 {normal=(-0.825557 0.357571 0.436576)}
Vertex 2974 -2.41678 16.6257 2.07954 {normal=(-0.983165 0.00107383 0.182715)}
Vertex 2975 -2.41671 19.3097 2.34183 {normal=(-0.974031 3.02813e-05 0.226417)}
Vertex 2976 -2.41645 16.8393 2.16571 {normal=(-0.99736 -0.0705452 0.0172429)}
Vertex 2977 -2.41644 21.9564 1.80206 {normal=(-0.816952 0.36721 0.444686)}
Vertex 2978 -2.4154 13.398 -2.03078 {normal=(-0.960104 0.239774 -0.143903)}
Vertex 2979 -2.41446 15.4838 1.87269 {normal=(-0.944329 -0.227496 0.237672)}
Vertex 2980 -2.41319 19.3096 1.69506 {normal=(-0.986826 -1.13487e-05 -0.161785)}
Vertex 2981 -2.41282 19.3352 2.56621 {normal=(-0.722335 0.293425 0.626206)}
Vertex 2982 -2.41248 15.4049 1.76572 {normal=(-0.927738 -0.372853 0.0168279)}
Vertex 2983 -2.41181 15.6667 1.98798 {normal=(-0.931009 -0.176404 0.319538)}
Vertex 2984 -2.4116 16.7024 2.23696 {normal=(-0.997763 -0.0429951 -0.0511969)}
Vertex 2985 -2.41024 16.2728 2.36158 {normal=(-0.991996 -0.118575 0.0434057)}
Vertex 2986 -2.40879 16.497 2.255 {normal=(-0.998874 -0.0220765 -0.0419813)}
Vertex 2987 -2.40835 13.9226 -1.22871 {normal=(-0.998599 0.048869 -0.0202839)}
Vertex 2988 -2.40802 16.2231 2.21983 {normal=(-0.995825 -0.0668095 0.0621964)}
Vertex 2989 -2.40766 15.4565 1.52431 {normal=(-0.861533 -0.500409 -0.0857485)}
Vertex 2990 -2.40704 16.4854 2.12529 {normal=(-0.987632 0.00862924 0.15655)}
Vertex 2991 -2.40562 14.439 -1.07529 {normal=(-0.996743 0.0339748 -0.0731429)}
Vertex 2992 -2.40561 21.6929 -2.1762 {normal=(-0.485596 0.818505 0.306996)}
Vertex 2993 -2.40391 17.9407 3.35805 {normal=(-0.672248 -0.135644 0.727793)}
Vertex 2994 -2.40195 19.1166 2.34546 {normal=(-0.96337 -0.139474 0.229054)}
Vertex 2995 -2.40195 19.5027 2.34545 {normal=(-0.963372 0.139505 0.229024)}
Vertex 2996 -2.40109 16.55 2.80839 {normal=(-0.895752 -0.24273 0.37244)}
Vertex 2997 -2.39663 19.0929 1.69913 {normal=(-0.974903 -0.155976 -0.158856)}
Vertex 2998 -2.39663 19.5263 1.69912 {normal=(-0.974907 0.15594 -0.158867)}
Vertex 2999 -2.39653 15.7488 -0.0069 {normal=(-0.820826 -0.472649 -0.320698)}
Vertex 3000 -2.39631 22.1747 1.63722 {normal=(-0.794141 0.44087 0.418299)}
Vertex 3001 -2.39532 14.8428 -0.547725 {normal=(-0.983295 -0.0387231 0.177853)}
Vertex 3002 -2.39522 20.9752 2.69806 {normal=(-0.736799 0.567164 0.368038)}
Vertex 3003 -2.39463 17.1894 3.08652 {normal=(-0.592772 -0.261467 0.761745)}
Vertex 3004 -2.39406 15.0521 -0.914126 {normal=(-0.99288 0.0715898 -0.0952036)}
Vertex 3005 -2.39388 16.2886 2.52657 {normal=(-0.973485 -0.186733 0.132128)}
Vertex 3006 -2.3934 13.2935 -1.00796 {normal=(-0.958294 -0.0161893 0.285326)}
Vertex 3007 -2.39288 12.0844 -0.979927 {normal=(-0.954289 -0.0954347 0.28324)}
Vertex 3008 -2.39148 15.9239 2.14826 {normal=(-0.942719 -0.114789 0.313217)}
Vertex 3009 -2.39036 -33.5131 -4.9756
Vertex 3010 -2.39025 16.3144 -0.622332 {normal=(-0.940369 -0.195106 -0.278639)}
Vertex 3011 -2.39019 12.0641 -0.991501
Vertex 3012 -2.38938 7.39991 4.99909
Vertex 3013 -2.38907 16.4629 -3.28168 {normal=(-0.762844 -0.159546 -0.62659)}
Vertex 3014 -2.38693 18.9025 2.14235 {normal=(-0.952197 -0.294005 0.08296)}
Vertex 3015 -2.38692 19.7168 2.14233 {normal=(-0.952201 0.294 0.0829253)}
Vertex 3016 -2.3865 11.132 -5.6933 {normal=(-0.0423271 0.227806 -0.972786)}
Vertex 3017 -2.38552 -32.2529 -5.28061 {normal=(0.819317 -0.134023 -0.557456)}
Vertex 3018 -2.3836 14.2297 -0.708894 {normal=(-0.974188 -0.0773913 0.212056)}
Vertex 3019 -2.38355 17.2575 -3.2152 {normal=(-0.765187 0.135325 -0.629426)}
Vertex 3020 -2.38333 18.8868 1.92557 {normal=(-0.949471 -0.305257 -0.0729572)}
Vertex 3021 -2.38333 19.7324 1.92555 {normal=(-0.949479 0.30523 -0.072975)}
Vertex 3022 -2.38268 19.3997 2.57875 {normal=(-0.588591 0.164157 0.791589)}
Vertex 3023 -2.38142 18.2008 3.38196 {normal=(-0.625112 0.0740662 0.777013)}
Vertex 3024 -2.38131 19.3922 2.58178 {normal=(-0.609975 0.210148 0.764047)}
Vertex 3025 -2.37983 16.2147 -1.99832 {normal=(0.594369 -0.384521 0.706307)}
Vertex 3026 -2.37958 15.4877 0.373321 {normal=(-0.687484 -0.678973 -0.257608)}
Vertex 3027 -2.37773 15.9721 2.22351 {normal=(-0.97178 -0.155452 0.17742)}
Vertex 3028 -2.37364 15.462 0.729283 {normal=(-0.789673 -0.613527 0.000812972)}
Vertex 3029 -2.37281 -31.3416 -2.10853 {normal=(0.700858 -0.159383 0.695266)}
Vertex 3030 -2.37127 17.014 3.04722 {normal=(-0.554704 -0.255655 0.791798)}
Vertex 3031 -2.37053 15.4358 1.19234 {normal=(-0.816438 -0.5752 -0.0507295)}
Vertex 3032 -2.37004 19.4215 2.57898 {normal=(-0.607712 -0.0703815 0.791033)}
Vertex 3033 -2.36949 13.7133 -0.862307 {normal=(-0.965249 -0.0634931 0.253503)}
Vertex 3034 -2.36885 22.3794 1.45092 {normal=(-0.769623 0.508542 0.38609)}
Vertex 3035 -2.36811 15.294 -0.36364 {normal=(-0.988894 -0.026805 0.146188)}
Vertex 3036 -2.36797 13.0508 -2.68051 {normal=(-0.879552 0.23463 -0.41393)}
Vertex 3037 -2.36744 16.0201 2.34359 {normal=(-0.969878 -0.193897 0.147449)}
Vertex 3038 -2.36646 20.2103 2.79921 {normal=(-0.889105 -0.0401708 0.455938)}
Vertex 3039 -2.3655 19.5301 2.62167 {normal=(-0.572121 -0.340901 0.745965)}
Vertex 3040 -2.36479 13.0305 -2.69208
Vertex 3041 -2.36455 19.3914 2.59108 {normal=(-0.646858 0.34956 0.677778)}
Vertex 3042 -2.36415 21.6966 -2.1019 {normal=(-0.631039 0.774785 0.0386949)}
Vertex 3043 -2.36378 19.4121 2.58402 {normal=(-0.595087 0.0767192 0.799991)}
Vertex 3044 -2.36249 21.0142 2.67548 {normal=(-0.394473 0.908885 0.135346)}
Vertex 3045 -2.36241 19.4046 2.58704 {normal=(-0.584264 0.209662 0.784014)}
Vertex 3046 -2.36222 16.0345 -0.525407 {normal=(-0.969162 -0.145 -0.199247)}
Vertex 3047 -2.36166 15.4926 -0.744391 {normal=(-0.993104 0.072752 -0.0919288)}
Vertex 3048 -2.36053 21.7101 -2.07318 {normal=(-0.723409 0.558443 -0.405982)}
Vertex 3049 -2.36038 16.7494 -1.06916 {normal=(-0.916375 -0.183098 -0.355994)}
Vertex 3050 -2.35894 16.2705 2.7148 {normal=(-0.892415 -0.262719 0.366843)}
Vertex 3051 -2.35804 18.9282 2.35626 {normal=(-0.931634 -0.275588 0.236873)}
Vertex 3052 -2.35804 19.6911 2.35624 {normal=(-0.931646 0.275583 0.236831)}
Vertex 3053 -2.35756 19.3933 2.5966 {normal=(-0.795513 0.321543 0.513584)}
Vertex 3054 -2.35674 12.0519 -0.836433 {normal=(-0.949362 -0.0835949 0.302859)}
Vertex 3055 -2.35655 15.333 1.68986 {normal=(-0.842013 -0.514769 -0.161326)}
Vertex 3056 -2.35635 17.4984 3.2082 {normal=(-0.568809 -0.329386 0.753632)}
Vertex 3057 -2.35542 19.4065 2.59256 {normal=(-0.785179 0.161673 0.597792)}
Vertex 3058 -2.35476 15.7606 -0.566094 {normal=(-0.99775 0.00726066 -0.0666568)}
Vertex 3059 -2.35474 -30.8039 -2.24334
Vertex 3060 -2.35429 12.0315 -0.848005
Vertex 3061 -2.3542 13.8089 -1.88238 {normal=(-0.959595 0.19765 -0.20028)}
Vertex 3062 -2.35391 19.7684 2.75862 {normal=(-0.677477 -0.300114 0.671533)}
Vertex 3063 -2.35334 19.3997 2.60385 {normal=(-0.890939 0.274618 0.36168)}
Vertex 3064 -2.35143 16.7983 2.99258 {normal=(-0.552087 -0.26753 0.789701)}
Vertex 3065 -2.35066 19.3097 2.54893 {normal=(-0.926813 2.86242e-05 0.375524)}
Vertex 3066 -2.34856 19.1688 -2.73188 {normal=(-0.750661 -0.0693445 -0.657038)}
Vertex 3067 -2.34834 19.3666 2.63376 {normal=(-0.846309 0.282501 0.451613)}
Vertex 3068 -2.34735 18.8816 1.71125 {normal=(-0.939446 -0.308049 -0.150158)}
Vertex 3069 -2.34735 19.7377 1.71123 {normal=(-0.939434 0.308086 -0.150156)}
Vertex 3070 -2.34716 15.5833 -0.156639 {normal=(-0.985332 -0.167974 0.0300994)}
Vertex 3071 -2.34571 12.2956 -0.898571 {normal=(-0.935917 0.0870472 0.341296)}
Vertex 3072 -2.34433 18.5497 3.33846 {normal=(-0.650254 0.198441 0.733343)}
Vertex 3073 -2.34184 19.3236 2.67149 {normal=(-0.827131 0.363805 0.428369)}
Vertex 3074 -2.33919 -35.0338 -3.30494 {normal=(0.943779 -0.162573 0.28784)}
Vertex 3075 -2.33784 17.5367 -1.3271 {normal=(-0.878569 -0.116575 -0.463171)}
Vertex 3076 -2.33747 20.3223 -2.91731 {normal=(-0.709723 0.0708181 -0.700912)}
Vertex 3077 -2.33726 19.1343 2.55223 {normal=(-0.917124 -0.126768 0.377908)}
Vertex 3078 -2.33726 19.485 2.55222 {normal=(-0.917123 0.126796 0.377899)}
Vertex 3079 -2.33724 19.3852 2.65199 {normal=(-0.892372 0.262695 0.366965)}
Vertex 3080 -2.33679 15.5892 0.164112 {normal=(-0.791991 -0.561385 -0.239994)}
Vertex 3081 -2.33474 15.9937 2.47786 {normal=(-0.950656 -0.234803 0.202782)}
Vertex 3082 -2.33416 15.4141 0.493643 {normal=(-0.741842 -0.65944 -0.121698)}
Vertex 3083 -2.33406 22.5705 1.24316 {normal=(-0.731354 0.593297 0.336334)}
Vertex 3084 -2.33396 15.9939 -3.08556 {normal=(-0.732021 -0.418413 -0.537657)}
Vertex 3085 -2.33377 7.56557 5.12066
Vertex 3086 -2.33247 17.1237 -1.27432 {normal=(-0.859181 -0.121134 -0.497126)}
Vertex 3087 -2.33131 19.2218 2.82139 {normal=(-0.775685 0.508975 0.373172)}
Vertex 3088 -2.32818 12.7701 -0.931575 {normal=(-0.905612 0.00610877 0.424063)}
Vertex 3089 -2.32559 18.8597 3.25166 {normal=(-0.685606 0.339665 0.643872)}
Vertex 3090 -2.32526 -30.3048 -2.1879 {normal=(0.779013 -0.0659338 0.623531)}
Vertex 3091 -2.32193 15.1855 1.90996 {normal=(-0.875086 -0.481901 0.0446856)}
Vertex 3092 -2.32021 13.262 -2.59915 {normal=(-0.868408 0.343606 -0.357495)}
Vertex 3093 -2.31896 21.0188 2.65016 {normal=(-0.527427 0.816049 0.236399)}
Vertex 3094 -2.3174 18.3778 -2.88612 {normal=(-0.769343 0.158071 -0.618971)}
Vertex 3095 -2.31673 17.267 -1.71016 {normal=(0.742924 -0.243053 0.62369)}
Vertex 3096 -2.31639 17.733 3.36637 {normal=(-0.57618 -0.315807 0.753845)}
Vertex 3097 -2.31596 -30.8593 -2.03129
Vertex 3098 -2.31481 16.5473 2.92496 {normal=(-0.567558 -0.294273 0.768948)}
Vertex 3099 -2.31428 15.2638 2.03824 {normal=(-0.887831 -0.324026 0.326746)}
Vertex 3100 -2.314 -34.0872 -4.97328 {normal=(0.801999 -0.169747 -0.572698)}
Vertex 3101 -2.31245 19.3388 2.73603 {normal=(-0.858071 0.303288 0.414404)}
Vertex 3102 -2.31073 19.4876 2.64537 {normal=(-0.639772 -0.214846 0.737925)}
Vertex 3103 -2.3101 18.7115 2.16124 {normal=(-0.896724 -0.431924 0.0965793)}
Vertex 3104 -2.3101 19.9078 2.16121 {normal=(-0.896706 0.431965 0.0965632)}
Vertex 3105 -2.30978 20.0342 2.90092 {normal=(-0.834598 -0.13704 0.533542)}
Vertex 3106 -2.30933 15.3276 1.42013 {normal=(-0.809923 -0.577679 -0.101548)}
Vertex 3107 -2.30863 -23.877 -1.74521
Vertex 3108 -2.30848 19.3809 2.72552 {normal=(-0.876881 0.251127 0.409896)}
Vertex 3109 -2.30814 12.2631 -0.755078 {normal=(-0.931976 0.0889871 0.351428)}
Vertex 3110 -2.30787 19.086 3.09316 {normal=(-0.696271 0.529947 0.48411)}
Vertex 3111 -2.30682 17.3241 3.16631 {normal=(-0.429894 -0.327855 0.84125)}
Vertex 3112 -2.30532 14.2287 -1.73672 {normal=(-0.952753 0.159788 -0.258322)}
Vertex 3113 -2.30463 16.0309 2.66512 {normal=(-0.873015 -0.2785 0.400353)}
Vertex 3114 -2.30457 19.4781 2.65015 {normal=(-0.763763 0.0123568 0.645378)}
Vertex 3115 -2.30355 18.6885 1.94519 {normal=(-0.891884 -0.448427 -0.0587978)}
Vertex 3116 -2.30354 19.9308 1.94516 {normal=(-0.891881 0.448427 -0.0588316)}
Vertex 3117 -2.30271 15.3737 0.886465 {normal=(-0.780077 -0.625324 -0.0212063)}
Vertex 3118 -2.30262 -24.1483 -1.76796
Vertex 3119 -2.30095 19.4693 2.65741 {normal=(-0.839905 0.233703 0.489839)}
Vertex 3120 -2.3006 16.4828 -1.1148 {normal=(-0.936926 -0.125229 -0.326324)}
Vertex 3121 -2.30041 22.7821 0.875445 {normal=(-0.697415 0.659425 0.280662)}
Vertex 3122 -2.30041 14.7304 -0.322939 {normal=(-0.932302 -0.114594 0.343046)}
Vertex 3123 -2.29985 19.461 2.66714 {normal=(-0.855869 0.349067 0.381629)}
Vertex 3124 -2.29739 18.9633 2.56203 {normal=(-0.888275 -0.250453 0.38502)}
Vertex 3125 -2.29739 19.656 2.56201 {normal=(-0.888305 0.250426 0.384969)}
Vertex 3126 -2.29416 15.6057 2.2721 {normal=(-0.898709 -0.219595 0.379605)}
Vertex 3127 -2.29206 15.4456 2.19616 {normal=(-0.880771 -0.243052 0.406409)}
Vertex 3128 -2.28939 19.2559 2.87058 {normal=(-0.734812 0.536716 0.414712)}
Vertex 3129 -2.28939 -33.5132 -3.54935 {normal=(0.869741 -0.489497 0.0627903)}
Vertex 3130 -2.28828 15.4563 0.308415 {normal=(-0.804896 -0.554517 -0.211311)}
Vertex 3131 -2.28778 15.172 -0.149886 {normal=(-0.950374 -0.12812 0.283504)}
Vertex 3132 -2.28675 19.4542 2.7067 {normal=(-0.8581 0.366742 0.359396)}
Vertex 3133 -2.28617 15.4422 0.035051 {normal=(-0.958721 -0.25274 0.130293)}
Vertex 3134 -2.28607 18.7493 2.37396 {normal=(-0.879645 -0.404828 0.249676)}
Vertex 3135 -2.28606 19.87 2.37393 {normal=(-0.879637 0.404887 0.24961)}
Vertex 3136 -2.28465 12.0021 -0.670662 {normal=(-0.90227 -0.128988 0.411425)}
Vertex 3137 -2.28249 11.9817 -0.682235
Vertex 3138 -2.28176 17.9757 3.45587 {normal=(-0.505529 -0.0899261 0.85811)}
Vertex 3139 -2.28128 15.6539 2.34734 {normal=(-0.909908 -0.262444 0.321232)}
Vertex 3140 -2.27861 15.6648 -2.85336 {normal=(-0.704307 -0.584893 -0.402309)}
Vertex 3141 -2.27839 14.7452 -1.58331 {normal=(-0.941943 0.132453 -0.308543)}
Vertex 3142 -2.27833 13.1811 -0.783177 {normal=(-0.910864 -0.0619154 0.408036)}
Vertex 3143 -2.27832 17.1904 3.12731 {normal=(-0.322767 -0.312357 0.893451)}
Vertex 3144 -2.27673 20.5244 3.12088 {normal=(-0.837665 -0.184813 0.513966)}
Vertex 3145 -2.27621 14.1173 -0.484108 {normal=(-0.920726 -0.137348 0.36524)}
Vertex 3146 -2.27592 -26.0217 -4.7316
Vertex 3147 -2.27571 16.2122 -1.1342 {normal=(-0.954651 -0.0623939 -0.291116)}
Vertex 3148 -2.27559 21.1295 2.60413 {normal=(-0.799824 0.376323 0.467613)}
Vertex 3149 -2.27358 15.3341 0.633656 {normal=(-0.761581 -0.647456 -0.0281971)}
Vertex 3150 -2.27341 -24.1989 -4.68357
Vertex 3151 -2.2702 20.4037 3.0332 {normal=(-0.901413 -0.165612 0.400034)}
Vertex 3152 -2.27015 -25.6136 -1.89087
Vertex 3153 -2.26854 20.6076 3.1192 {normal=(-0.758582 0.219464 0.613505)}
Vertex 3154 -2.26789 23.0141 0.347768 {normal=(-0.626769 0.766071 0.142464)}
Vertex 3155 -2.26657 18.6807 1.73112 {normal=(-0.88131 -0.45259 -0.135846)}
Vertex 3156 -2.26656 19.9385 1.73109 {normal=(-0.881327 0.452538 -0.135913)}
Vertex 3157 -2.26589 17.6154 -1.49608 {normal=(-0.864398 -0.206938 -0.45825)}
Vertex 3158 -2.26585 19.3432 2.81356 {normal=(-0.756279 0.361722 0.54516)}
Vertex 3159 -2.26414 -25.8848 -1.91362
Vertex 3160 -2.26162 19.4488 2.7761 {normal=(-0.847398 0.311844 0.429731)}
Vertex 3161 -2.2614 16.2607 2.84436 {normal=(-0.594614 -0.303086 0.744697)}
Vertex 3162 -2.25874 17.7304 -1.59039
Vertex 3163 -2.25808 19.3885 2.8094 {normal=(-0.804635 0.188603 0.56302)}
Vertex 3164 -2.25735 15.2036 1.6368 {normal=(-0.800231 -0.57139 -0.182056)}
Vertex 3165 -2.25706 20.4698 3.10082 {normal=(-0.837994 -0.335917 0.430031)}
Vertex 3166 -2.25674 15.3499 0.426008 {normal=(-0.830684 -0.547818 -0.0992991)}
Vertex 3167 -2.25611 22.4791 -1.63011 {normal=(-0.668078 0.515919 -0.536189)}
Vertex 3168 -2.25512 15.683 2.47845 {normal=(-0.880758 -0.329315 0.340319)}
Vertex 3169 -2.25506 13.6009 -0.637521 {normal=(-0.914188 -0.116096 0.388307)}
Vertex 3170 -2.25506 19.665 2.76901 {normal=(-0.518091 -0.422875 0.743477)}
Vertex 3171 -2.25303 19.3097 2.74314 {normal=(-0.856893 3.48615e-05 0.515494)}
Vertex 3172 -2.25165 15.9739 -1.19331 {normal=(-0.954474 0.000216207 -0.298295)}
Vertex 3173 -2.25053 17.0201 3.08181 {normal=(-0.26406 -0.276475 0.924031)}
Vertex 3174 -2.24935 21.4833 -2.73383 {normal=(-0.666811 0.277059 -0.69181)}
Vertex 3175 -2.24919 12.6976 -0.747435 {normal=(-0.937022 0.0489101 0.34583)}
Vertex 3176 -2.24778 19.1484 3.10031 {normal=(-0.611961 0.606494 0.507611)}
Vertex 3177 -2.2436 17.504 3.2882 {normal=(-0.487544 -0.406426 0.772734)}
Vertex 3178 -2.24329 15.3582 -1.42214 {normal=(-0.936672 0.141674 -0.320272)}
Vertex 3179 -2.24245 -25.6286 -4.77163
Vertex 3180 -2.24132 19.1564 2.74603 {normal=(-0.848418 -0.110905 0.517578)}
Vertex 3181 -2.24132 19.4629 2.74602 {normal=(-0.848411 0.110935 0.517583)}
Vertex 3182 -2.24058 -23.929 -4.6972
Vertex 3183 -2.24051 19.2803 2.91 {normal=(-0.581231 0.639593 0.503082)}
Vertex 3184 -2.23816 15.8314 2.65936 {normal=(-0.822207 -0.31966 0.470948)}
Vertex 3185 -2.23773 -33.7206 -5.04736
Vertex 3186 -2.23651 16.9032 -1.37634 {normal=(-0.839482 -0.114528 -0.531182)}
Vertex 3187 -2.23644 15.3215 0.192417 {normal=(-0.958265 -0.272293 0.0870899)}
Vertex 3188 -2.23475 12.2132 -0.589307 {normal=(-0.884299 0.0402034 0.465187)}
Vertex 3189 -2.23251 15.2732 1.07871 {normal=(-0.77233 -0.632095 -0.0629514)}
Vertex 3190 -2.23249 20.7193 3.09577 {normal=(-0.696498 0.355851 0.623105)}
Vertex 3191 -2.23239 21.3462 2.5374 {normal=(-0.791027 0.329273 0.515612)}
Vertex 3192 -2.23235 19.8915 2.94114 {normal=(-0.628119 -0.423363 0.652864)}
Vertex 3193 -2.23204 18.8009 2.5781 {normal=(-0.84104 -0.367846 0.396663)}
Vertex 3194 -2.23204 19.8185 2.57807 {normal=(-0.841035 0.367935 0.396591)}
Vertex 3195 -2.22866 -27.4857 -2.0479
Vertex 3196 -2.2239 19.4421 2.83946 {normal=(-0.788811 0.166579 0.591632)}
Vertex 3197 -2.22345 16.8133 3.0298 {normal=(-0.248079 -0.263496 0.932216)}
Vertex 3198 -2.22299 15.4756 -2.58509
Vertex 3199 -2.22199 14.6579 -0.1388 {normal=(-0.939114 -0.123078 0.320806)}
Vertex 3200 -2.2208 15.7678 -1.29214 {normal=(-0.941622 0.0891326 -0.32466)}
Vertex 3201 -2.2205 15.0835 0.025329 {normal=(-0.955366 -0.154047 0.252081)}
Vertex 3202 -2.22008 -22.2766 -1.94615
Vertex 3203 -2.21682 20.2707 3.10395 {normal=(-0.827058 -0.135745 0.54548)}
Vertex 3204 -2.21616 15.0636 1.84234 {normal=(-0.772793 -0.617957 -0.144638)}
Vertex 3205 -2.21479 19.3456 2.86844 {normal=(-0.65438 0.370261 0.659313)}
Vertex 3206 -2.2147 13.664 -2.44802 {normal=(-0.863902 0.33082 -0.379778)}
Vertex 3207 -2.21147 16.0618 2.80064 {normal=(-0.608813 -0.285694 0.740085)}
Vertex 3208 -2.20855 17.2983 -1.48755 {normal=(-0.810203 -0.139666 -0.569267)}
Vertex 3209 -2.20838 12.6651 -0.60394 {normal=(-0.931401 0.0481408 0.360797)}
Vertex 3210 -2.20647 19.007 2.7546 {normal=(-0.823187 -0.219139 0.523777)}
Vertex 3211 -2.20647 19.6124 2.75458 {normal=(-0.823187 0.219124 0.523783)}
Vertex 3212 -2.20598 18.254 3.48179 {normal=(-0.443543 0.0706443 0.893465)}
Vertex 3213 -2.2052 18.5352 2.18703 {normal=(-0.820956 -0.55925 0.115196)}
Vertex 3214 -2.2052 20.084 2.18699 {normal=(-0.820927 0.559292 0.115204)}
Vertex 3215 -2.20497 15.2214 0.315462 {normal=(-0.933432 -0.342809 0.10577)}
Vertex 3216 -2.20264 19.6084 2.77633 {normal=(-0.617682 -0.260282 0.742106)}
Vertex 3217 -2.20104 19.3914 2.87476 {normal=(-0.722882 0.116093 0.681149)}
Vertex 3218 -2.19977 15.2515 0.564334 {normal=(-0.808667 -0.587566 0.0286947)}
Vertex 3219 -2.19928 20.8189 3.07408 {normal=(-0.69332 0.362658 0.622725)}
Vertex 3220 -2.19774 15.2479 0.793363 {normal=(-0.753113 -0.657679 -0.016702)}
Vertex 3221 -2.19728 17.7443 3.44772 {normal=(-0.400229 -0.312052 0.86165)}
Vertex 3222 -2.19667 19.5987 2.7806 {normal=(-0.757994 -0.00127717 0.652261)}
Vertex 3223 -2.195 13.1086 -0.599037 {normal=(-0.93818 -0.0294421 0.344894)}
Vertex 3224 -2.195 19.5772 2.79264 {normal=(-0.839778 0.347619 0.417053)}
Vertex 3225 -2.19461 18.5054 1.97197 {normal=(-0.81321 -0.580629 -0.0394829)}
Vertex 3226 -2.1946 20.1139 1.97193 {normal=(-0.81321 0.580634 -0.0394266)}
Vertex 3227 -2.19412 19.5883 2.78604 {normal=(-0.824724 0.211349 0.524559)}
Vertex 3228 -2.19214 17.3234 3.22211 {normal=(-0.398886 -0.414876 0.817782)}
Vertex 3229 -2.19158 14.0449 -0.299968 {normal=(-0.93324 -0.135029 0.332912)}
Vertex 3230 -2.19132 18.9711 3.31763 {normal=(-0.577662 0.426236 0.696154)}
Vertex 3231 -2.19127 19.5586 2.81904 {normal=(-0.83221 0.391154 0.39297)}
Vertex 3232 -2.19027 22.9227 -1.10581 {normal=(-0.594121 0.743951 -0.305872)}
Vertex 3233 -2.18948 18.4809 3.47171 {normal=(-0.492035 0.125873 0.861428)}
Vertex 3234 -2.1878 18.5841 2.39812 {normal=(-0.808614 -0.524186 0.267155)}
Vertex 3235 -2.18779 20.0352 2.39808 {normal=(-0.808587 0.524286 0.267042)}
Vertex 3236 -2.18579 19.3479 2.89498 {normal=(-0.417204 0.388426 0.821624)}
Vertex 3237 -2.18468 19.2951 2.93966 {normal=(-0.471343 0.68183 0.559415)}
Vertex 3238 -2.18293 19.5323 2.86524 {normal=(-0.817863 0.312264 0.483312)}
Vertex 3239 -2.18224 21.5831 2.44988 {normal=(-0.752165 0.373961 0.542588)}
Vertex 3240 -2.18206 19.1996 3.09872 {normal=(-0.466731 0.711438 0.525374)}
Vertex 3241 -2.17885 19.3501 2.89318 {normal=(0.775095 0.281492 0.565676)}
Vertex 3242 -2.1768 11.935 -0.482614 {normal=(-0.860512 -0.159723 0.483744)}
Vertex 3243 -2.17651 15.0284 0.162007 {normal=(-0.940869 -0.213418 0.263093)}
Vertex 3244 -2.17593 19.3504 2.35203 {normal=(0.635332 0.307776 0.708256)}
Vertex 3245 -2.17556 19.351 2.71219 {normal=(0.983799 0.179199 0.00517859)}
Vertex 3246 -2.17551 20.1046 3.13649 {normal=(-0.737033 -0.246202 0.629418)}
Vertex 3247 -2.17503 11.9146 -0.494187
Vertex 3248 -2.1737 16.5597 2.97428 {normal=(-0.292781 -0.263369 0.919193)}
Vertex 3249 -2.17358 19.4339 2.89678 {normal=(-0.714178 0.0714443 0.696308)}
Vertex 3250 -2.17207 7.80563 5.07598
Vertex 3251 -2.17154 14.6254 0.004696 {normal=(-0.925834 -0.143074 0.349801)}
Vertex 3252 -2.17091 18.759 3.40889 {normal=(-0.595249 0.246299 0.764863)}
Vertex 3253 -2.16977 19.3925 2.90644 {normal=(-0.298743 -0.180399 0.937128)}
Vertex 3254 -2.16919 13.5284 -0.453381 {normal=(-0.935172 -0.0980561 0.34035)}
Vertex 3255 -2.1689 20.9064 3.05414 {normal=(-0.610022 0.524014 0.594376)}
Vertex 3256 -2.16715 19.7935 -3.07764 {normal=(-0.663593 -0.0780433 -0.744012)}
Vertex 3257 -2.16664 15.1605 1.30602 {normal=(-0.765932 -0.63278 -0.11374)}
Vertex 3258 -2.16503 15.9504 2.7938 {normal=(-0.635292 -0.241572 0.733517)}
Vertex 3259 -2.16428 19.3919 2.90443 {normal=(0.663677 -0.546407 0.510854)}
Vertex 3260 -2.16396 15.9525 -2.29455 {normal=(0.458136 -0.404826 0.791346)}
Vertex 3261 -2.16332 19.5038 2.90373 {normal=(-0.751961 0.115953 0.64893)}
Vertex 3262 -2.16316 19.3892 2.36297 {normal=(0.6137 -0.428505 0.663141)}
Vertex 3263 -2.16207 19.3908 2.72327 {normal=(0.894602 -0.446816 0.00659227)}
Vertex 3264 -2.16201 17.1913 3.1681 {normal=(-0.314081 -0.383214 0.86862)}
Vertex 3265 -2.15681 16.6679 -1.47148 {normal=(-0.842524 -0.0532155 -0.536024)}
Vertex 3266 -2.15628 18.4954 1.75824 {normal=(-0.801917 -0.586004 -0.116314)}
Vertex 3267 -2.15627 20.1239 1.7582 {normal=(-0.801942 0.585956 -0.116381)}
Vertex 3268 -2.15623 17.0575 3.11865 {normal=(-0.26826 -0.307554 0.912933)}
Vertex 3269 -2.1545 -32.3061 -3.02674
Vertex 3270 -2.1527 19.304 2.95305 {normal=(-0.268005 0.798246 0.539423)}
Vertex 3271 -2.15024 -32.8637 -2.9009 {normal=(0.863126 -0.205624 0.46123)}
Vertex 3272 -2.14978 13.076 -0.455543 {normal=(-0.930454 -0.0302035 0.365161)}
Vertex 3273 -2.14935 18.865 2.76864 {normal=(-0.781854 -0.321892 0.533937)}
Vertex 3274 -2.14935 19.7544 2.76862 {normal=(-0.781824 0.321942 0.533951)}
Vertex 3275 -2.14654 15.0562 2.20287 {normal=(-0.792558 -0.433139 0.429236)}
Vertex 3276 -2.14597 19.4287 2.92424 {normal=(-0.356252 -0.30123 0.884503)}
Vertex 3277 -2.14458 19.3071 2.95019 {normal=(0.242084 0.927012 0.286433)}
Vertex 3278 -2.14281 18.6509 2.60004 {normal=(-0.776521 -0.476284 0.412515)}
Vertex 3279 -2.14281 19.9684 2.60001 {normal=(-0.776475 0.476385 0.412486)}
Vertex 3280 -2.14224 15.1281 0.460017 {normal=(-0.865834 -0.467241 0.178933)}
Vertex 3281 -2.14215 19.3094 2.40781 {normal=(0.369225 0.872675 0.319549)}
Vertex 3282 -2.14119 19.4219 2.37983 {normal=(0.485573 -0.691028 0.535443)}
Vertex 3283 -2.14106 19.3088 2.76844 {normal=(0.629775 0.776728 0.0087761)}
Vertex 3284 -2.14105 19.4264 2.92183 {normal=(0.470614 -0.754046 0.458188)}
Vertex 3285 -2.14009 14.0123 -0.156473 {normal=(-0.920098 -0.143672 0.364387)}
Vertex 3286 -2.13947 -11.2875 3.18019 {normal=(-0.19916 -0.390296 0.898891)}
Vertex 3287 -2.13946 19.4241 2.74036 {normal=(0.742477 -0.669831 0.00735437)}
Vertex 3288 -2.13852 -24.2354 -1.57445
Vertex 3289 -2.13531 19.0389 3.30479 {normal=(-0.476496 0.55715 0.6801)}
Vertex 3290 -2.13501 14.0749 -2.29962 {normal=(-0.856337 0.295243 -0.423697)}
Vertex 3291 -2.13415 19.7821 2.91988 {normal=(-0.441789 -0.536674 0.718891)}
Vertex 3292 -2.13274 20.9554 3.02718 {normal=(-0.295697 0.857443 0.421135)}
Vertex 3293 -2.13242 19.4732 2.93451 {normal=(-0.664171 -0.00451598 0.747567)}
Vertex 3294 -2.13197 12.6153 -0.438169 {normal=(-0.882389 0.00754846 0.47046)}
Vertex 3295 -2.12798 17.5067 3.35752 {normal=(-0.347448 -0.426367 0.835159)}
Vertex 3296 -2.12734 17.4561 -1.65197 {normal=(-0.773475 -0.227073 -0.591755)}
Vertex 3297 -2.12621 19.3097 2.9197 {normal=(-0.765959 3.95072e-05 0.64289)}
Vertex 3298 -2.12571 12.1461 -0.401259 {normal=(-0.843991 0.00745827 0.536305)}
Vertex 3299 -2.12553 16.855 3.06795 {normal=(-0.22267 -0.275586 0.935131)}
Vertex 3300 -2.12515 21.8402 2.34155 {normal=(-0.706676 0.424767 0.565845)}
Vertex 3301 -2.12499 -35.0093 -4.66006 {normal=(0.929559 -0.166825 -0.32877)}
Vertex 3302 -2.12433 -33.3832 -4.43682
Vertex 3303 -2.12255 23.1317 -0.279779 {normal=(-0.496978 0.865474 -0.062992)}
Vertex 3304 -2.12116 -22.2883 -1.48167
Vertex 3305 -2.12004 13.4958 -0.309886 {normal=(-0.924278 -0.104202 0.367222)}
Vertex 3306 -2.11838 15.1482 0.980799 {normal=(-0.734749 -0.675467 -0.0623629)}
Vertex 3307 -2.11798 15.1609 0.723394 {normal=(-0.771519 -0.634034 0.0525252)}
Vertex 3308 -2.11765 15.252 2.37663 {normal=(-0.771664 -0.367191 0.519331)}
Vertex 3309 -2.11673 -33.1107 -3.69455
Vertex 3310 -2.11648 19.1823 2.9221 {normal=(-0.758904 -0.0922973 0.644629)}
Vertex 3311 -2.11648 19.437 2.92209 {normal=(-0.758896 0.0923621 0.644629)}
Vertex 3312 -2.11437 19.4564 2.9484 {normal=(-0.344227 -0.413062 0.843142)}
Vertex 3313 -2.1107 19.2398 3.08839 {normal=(-0.353691 0.778209 0.518935)}
Vertex 3314 -2.11003 19.4487 2.4026 {normal=(0.38263 -0.795176 0.470414)}
Vertex 3315 -2.10978 18.0238 3.53373 {normal=(-0.327395 -0.0615137 0.942883)}
Vertex 3316 -2.10917 19.4534 2.94538 {normal=(0.356567 -0.840245 0.40847)}
Vertex 3317 -2.10887 -25.5735 -1.68668
Vertex 3318 -2.10772 19.4509 2.76344 {normal=(0.623105 -0.782097 0.00805207)}
Vertex 3319 -2.10747 15.0418 1.50788 {normal=(-0.756322 -0.628564 -0.181339)}
Vertex 3320 -2.10416 19.9748 3.1266 {normal=(-0.51491 -0.547006 0.66004)}
Vertex 3321 -2.10206 15.4463 2.54847 {normal=(-0.764541 -0.422366 0.486913)}
Vertex 3322 -2.10151 17.0957 -1.98176 {normal=(0.545987 -0.296944 0.783405)}
Vertex 3323 -2.10127 16.2594 2.91527 {normal=(-0.356683 -0.261777 0.8968)}
Vertex 3324 -2.09955 14.9641 0.320706 {normal=(-0.887393 -0.31342 0.338085)}
Vertex 3325 -2.09891 16.4177 -1.55974 {normal=(-0.842389 -0.00926592 -0.538791)}
Vertex 3326 -2.09634 15.6392 2.71839 {normal=(-0.731345 -0.392776 0.55755)}
Vertex 3327 -2.09151 14.8963 2.04352 {normal=(-0.772243 -0.624568 0.116427)}
Vertex 3328 -2.09079 20.966 2.99322 {normal=(-0.353026 0.814969 0.459563)}
Vertex 3329 -2.08816 21.1173 -2.98346 {normal=(-0.644244 0.196165 -0.739236)}
Vertex 3330 -2.08772 17.5969 -1.76757
Vertex 3331 -2.08752 19.058 2.92922 {normal=(-0.737912 -0.182439 0.64977)}
Vertex 3332 -2.08751 19.5613 2.9292 {normal=(-0.737897 0.182443 0.649786)}
Vertex 3333 -2.08711 17.0856 -1.58755 {normal=(-0.758902 -0.113195 -0.641291)}
Vertex 3334 -2.08709 -23.8256 -1.61062
Vertex 3335 -2.08542 14.5756 0.170467 {normal=(-0.877954 -0.183045 0.44237)}
Vertex 3336 -2.08424 16.5654 2.99983 {normal=(-0.174321 -0.23103 0.957203)}
Vertex 3337 -2.08344 16.8201 3.06475 {normal=(-0.123168 -0.288709 0.949461)}
Vertex 3338 -2.08273 19.7221 2.91099 {normal=(-0.587626 -0.296222 0.752959)}
Vertex 3339 -2.0825 19.1269 3.25832 {normal=(-0.386044 0.67294 0.630969)}
Vertex 3340 -2.08028 7.90822 4.89768
Vertex 3341 -2.07999 -24.2927 -4.83908
Vertex 3342 -2.07818 -33.679 -3.59156 {normal=(0.959938 -0.19281 0.20333)}
Vertex 3343 -2.07806 19.7113 2.91446 {normal=(-0.74122 0.0123401 0.671149)}
Vertex 3344 -2.07746 17.3227 3.27791 {normal=(-0.29674 -0.467785 0.83254)}
Vertex 3345 -2.07704 19.6632 2.94151 {normal=(-0.800486 0.36753 0.473438)}
Vertex 3346 -2.07697 19.6253 2.97265 {normal=(-0.778659 0.278508 0.562249)}
Vertex 3347 -2.07673 19.6881 2.9235 {normal=(-0.807036 0.305269 0.505475)}
Vertex 3348 -2.07624 22.0806 2.21092 {normal=(-0.667613 0.47994 0.569166)}
Vertex 3349 -2.07607 19.7 2.91863 {normal=(-0.789282 0.170525 0.589877)}
Vertex 3350 -2.07482 18.378 2.21909 {normal=(-0.726751 -0.672818 0.138382)}
Vertex 3351 -2.07481 20.2412 2.21904 {normal=(-0.726812 0.672755 0.138363)}
Vertex 3352 -2.07136 18.7339 2.78782 {normal=(-0.725418 -0.416717 0.547829)}
Vertex 3353 -2.07136 19.8854 2.78779 {normal=(-0.725363 0.416824 0.54782)}
Vertex 3354 -2.0705 19.2608 3.08064 {normal=(-0.187008 0.872052 0.452275)}
Vertex 3355 -2.06883 14.4947 -2.15396 {normal=(-0.844703 0.248851 -0.473868)}
Vertex 3356 -2.06795 13.0262 -0.289771 {normal=(-0.88033 -0.0621694 0.47027)}
Vertex 3357 -2.06673 19.5849 2.99489 {normal=(-0.698118 0.0547693 0.713885)}
Vertex 3358 -2.06573 -32.4382 -2.82081
Vertex 3359 -2.06564 18.4369 2.42815 {normal=(-0.720314 -0.630638 0.288867)}
Vertex 3360 -2.06564 20.1824 2.42811 {normal=(-0.72034 0.63066 0.288753)}
Vertex 3361 -2.06536 13.2767 -3.00697 {normal=(-0.724356 0.329669 -0.605497)}
Vertex 3362 -2.06281 13.2564 -3.01855
Vertex 3363 -2.06184 19.2661 2.53032 {normal=(0.223463 0.948821 0.223167)}
Vertex 3364 -2.06175 -27.4876 -3.33859
Vertex 3365 -2.06164 18.8891 3.44123 {normal=(-0.511215 0.372355 0.774604)}
Vertex 3366 -2.06146 19.2627 3.07545 {normal=(0.200363 0.958719 0.201773)}
Vertex 3367 -2.06027 18.7047 3.50347 {normal=(-0.500576 0.169316 0.848974)}
Vertex 3368 -2.05921 18.3422 2.00527 {normal=(-0.715478 -0.698465 -0.0154425)}
Vertex 3369 -2.0592 20.2771 2.00522 {normal=(-0.715514 0.69843 -0.0153411)}
Vertex 3370 -2.05857 19.2645 2.89201 {normal=(0.443864 0.896057 0.00821238)}
Vertex 3371 -2.05527 16.0862 2.88443 {normal=(-0.403042 -0.244249 0.881986)}
Vertex 3372 -2.05489 14.917 1.68431 {normal=(-0.722082 -0.66871 -0.177271)}
Vertex 3373 -2.05332 -33.9647 -4.37041 {normal=(0.979053 -0.179485 -0.0961304)}
Vertex 3374 -2.05185 13.9625 0.009298 {normal=(-0.87145 -0.167901 0.460851)}
Vertex 3375 -2.04864 15.0418 0.626083 {normal=(-0.802751 -0.565569 0.189005)}
Vertex 3376 -2.04856 20.4067 3.38556 {normal=(-0.697055 -0.174699 0.695409)}
Vertex 3377 -2.04854 16.817 3.06417 {normal=(0.078273 -0.320005 0.944177)}
Vertex 3378 -2.04828 15.7991 2.84817 {normal=(-0.671678 -0.230945 0.703927)}
Vertex 3379 -2.04645 16.5643 3.00162 {normal=(0.0510952 -0.188637 0.980717)}
Vertex 3380 -2.04632 19.5421 3.00823 {normal=(-0.600318 -0.100767 0.793388)}
Vertex 3381 -2.04631 -22.3315 -4.77785
Vertex 3382 -2.0457 17.1922 3.20889 {normal=(-0.264826 -0.428167 0.864026)}
Vertex 3383 -2.04308 11.868 -0.286415 {normal=(-0.823356 -0.178807 0.538621)}
Vertex 3384 -2.04252 16.2022 -1.6426 {normal=(-0.831582 0.0129575 -0.555251)}
Vertex 3385 -2.04173 11.8477 -0.297987
Vertex 3386 -2.04003 18.94 2.9409 {normal=(-0.70348 -0.268044 0.658231)}
Vertex 3387 -2.04003 19.6793 2.94088 {normal=(-0.703469 0.268009 0.658258)}
Vertex 3388 -2.03911 17.0592 3.15193 {normal=(-0.243481 -0.347076 0.905679)}
Vertex 3389 -2.03846 15.035 1.19596 {normal=(-0.709786 -0.693618 -0.122879)}
Vertex 3390 -2.03662 20.4937 3.38503 {normal=(-0.584463 0.22233 0.780367)}
Vertex 3391 -2.03571 16.0401 2.88179 {normal=(-0.506217 -0.130379 0.852494)}
Vertex 3392 -2.03551 22.3044 2.058 {normal=(-0.63245 0.549023 0.546426)}
Vertex 3393 -2.03429 20.3507 3.36013 {normal=(-0.705996 -0.372028 0.602632)}
Vertex 3394 -2.03406 13.446 -0.144115 {normal=(-0.874519 -0.130368 0.467141)}
Vertex 3395 -2.03342 19.5189 3.01298 {normal=(-0.306664 -0.4784 0.822855)}
Vertex 3396 -2.0319 18.5172 2.62731 {normal=(-0.69629 -0.573046 0.432203)}
Vertex 3397 -2.03189 20.1021 2.62727 {normal=(-0.696269 0.573076 0.432196)}
Vertex 3398 -2.02943 19.5105 2.46567 {normal=(0.353724 -0.85844 0.37143)}
Vertex 3399 -2.02895 -25.9603 -1.81046
Vertex 3400 -2.02813 21.0915 2.95041 {normal=(-0.655593 0.433331 0.618403)}
Vertex 3401 -2.02803 19.5153 3.00914 {normal=(0.333878 -0.858124 0.390063)}
Vertex 3402 -2.0267 19.5125 2.82671 {normal=(0.596868 -0.802299 0.00805324)}
Vertex 3403 -2.02669 15.0607 0.898606 {normal=(-0.730154 -0.683276 0.00296433)}
Vertex 3404 -2.02606 15.0112 -2.00055 {normal=(-0.833523 0.202328 -0.514103)}
Vertex 3405 -2.02388 17.7922 3.51682 {normal=(-0.225355 -0.276921 0.934093)}
Vertex 3406 -2.02068 12.5482 -0.250121 {normal=(-0.842241 -0.0166561 0.538845)}
Vertex 3407 -2.01918 18.3301 1.79195 {normal=(-0.703302 -0.704905 -0.0920611)}
Vertex 3408 -2.01917 20.2892 1.7919 {normal=(-0.703305 0.704902 -0.0920601)}
Vertex 3409 -2.01796 13.4879 -2.92562 {normal=(-0.721126 0.390022 -0.572591)}
Vertex 3410 -2.01508 18.4905 3.54399 {normal=(-0.283035 0.0715119 0.95644)}
Vertex 3411 -2.01094 19.1837 3.22366 {normal=(-0.296493 0.750378 0.590784)}
Vertex 3412 -2.0078 20.2563 3.34013 {normal=(-0.663848 -0.302311 0.684043)}
Vertex 3413 -2.00743 -32.2028 -3.85415 {normal=(0.983832 -0.176856 -0.0282187)}
Vertex 3414 -2.00594 7.82099 4.60024
Vertex 3415 -2.003 18.8963 3.47092 {normal=(-0.36129 0.45751 0.812499)}
Vertex 3416 -2.00279 16.2603 2.95321 {normal=(-0.224192 -0.208331 0.952017)}
Vertex 3417 -2.00278 19.8815 3.07429 {normal=(-0.329923 -0.662043 0.672942)}
Vertex 3418 -2.00046 18.9796 3.42278 {normal=(-0.36152 0.503965 0.784425)}
Vertex 3419 -2.00039 17.0244 3.14796 {normal=(-0.0815956 -0.372993 0.924239)}
Vertex 3420 -1.99973 -23.8937 -4.80727
Vertex 3421 -1.99846 20.612 3.35853 {normal=(-0.519334 0.345032 0.781822)}
Vertex 3422 -1.99488 -27.4976 -1.93941
Vertex 3423 -1.99467 18.8178 3.52002 {normal=(-0.581748 0.24302 0.776215)}
Vertex 3424 -1.99368 18.8262 3.51748 {normal=(-0.519266 0.358808 0.775642)}
Vertex 3425 -1.99365 18.6968 3.5354 {normal=(-0.283251 0.0882908 0.954973)}
Vertex 3426 -1.99189 19.2678 -3.10991 {normal=(-0.675388 -0.0304208 -0.736835)}
Vertex 3427 -1.99118 12.0792 -0.205059 {normal=(-0.810677 -0.0173479 0.585237)}
Vertex 3428 -1.9909 22.5201 1.87003 {normal=(-0.593892 0.624796 0.506875)}
Vertex 3429 -1.9907 16.4807 -3.6711 {normal=(-0.637644 -0.171066 -0.751097)}
Vertex 3430 -1.9887 14.8906 0.501426 {normal=(-0.837614 -0.396861 0.375371)}
Vertex 3431 -1.98542 15.6243 -1.83938 {normal=(-0.831843 0.180034 -0.525)}
Vertex 3432 -1.98533 18.8134 3.52791 {normal=(-0.394982 0.194302 0.897907)}
Vertex 3433 -1.98434 18.8218 3.52537 {normal=(-0.336368 0.321131 0.885286)}
Vertex 3434 -1.98357 17.3087 -3.62741 {normal=(-0.672538 0.140122 -0.726677)}
Vertex 3435 -1.98245 16.0213 -1.72006 {normal=(-0.827182 0.0976999 -0.553376)}
Vertex 3436 -1.98194 18.8013 3.53177 {normal=(-0.277081 0.132887 0.951613)}
Vertex 3437 -1.97985 18.2866 3.56273 {normal=(-0.265343 0.0569578 0.96247)}
Vertex 3438 -1.97798 18.8349 3.52164 {normal=(-0.274259 0.411358 0.869233)}
Vertex 3439 -1.97709 16.8698 -1.69237 {normal=(-0.739866 -0.0396797 -0.671584)}
Vertex 3440 -1.9752 18.8311 2.95684 {normal=(-0.656483 -0.346971 0.669807)}
Vertex 3441 -1.9752 19.7883 2.95681 {normal=(-0.656465 0.347039 0.66979)}
Vertex 3442 -1.97442 18.617 2.81165 {normal=(-0.655232 -0.501372 0.565064)}
Vertex 3443 -1.97442 20.0023 2.81162 {normal=(-0.655191 0.501447 0.565044)}
Vertex 3444 -1.97334 19.3097 3.07424 {normal=(-0.656209 4.55267e-05 0.754579)}
Vertex 3445 -1.97223 17.0215 3.14584 {normal=(0.0933301 -0.427069 0.899389)}
Vertex 3446 -1.97202 22.2602 -2.0636 {normal=(-0.624274 0.483665 -0.613474)}
Vertex 3447 -1.97078 19.2131 3.20281 {normal=(-0.126958 0.867832 0.480364)}
Vertex 3448 -1.96909 20.1235 3.32556 {normal=(-0.549947 -0.413302 0.725768)}
Vertex 3449 -1.9669 20.7222 3.33205 {normal=(-0.522662 0.338765 0.782344)}
Vertex 3450 -1.96609 16.1024 2.92862 {normal=(-0.276926 -0.195312 0.940832)}
Vertex 3451 -1.96599 16.2635 2.95818 {normal=(-0.0499346 -0.0887205 0.994804)}
Vertex 3452 -1.96583 19.2113 3.07609 {normal=(-0.650744 -0.0714611 0.755927)}
Vertex 3453 -1.96582 19.4081 3.07609 {normal=(-0.650742 0.071553 0.75592)}
Vertex 3454 -1.96402 -33.2993 -3.565
Vertex 3455 -1.96376 19.2187 2.64949 {normal=(0.212371 0.95409 0.211214)}
Vertex 3456 -1.96284 14.9174 1.38324 {normal=(-0.685792 -0.701803 -0.192772)}
Vertex 3457 -1.96232 14.5085 0.358514 {normal=(-0.836227 -0.214018 0.504896)}
Vertex 3458 -1.96203 19.2151 3.19577 {normal=(0.220388 0.955717 0.195025)}
Vertex 3459 -1.96019 -25.887 -3.31673
Vertex 3460 -1.95997 16.089 2.92806 {normal=(-0.41835 -0.00852956 0.908246)}
Vertex 3461 -1.95968 19.2169 3.01133 {normal=(0.411275 0.911482 0.00729506)}
Vertex 3462 -1.95962 16.5644 2.98442 {normal=(0.206404 -0.151817 0.966617)}
Vertex 3463 -1.95918 17.2729 -1.77223 {normal=(-0.704221 -0.180475 -0.68666)}
Vertex 3464 -1.95789 15.9261 2.93779 {normal=(-0.643268 -0.0570825 0.76351)}
Vertex 3465 -1.95333 -33.605 -4.43582
Vertex 3466 -1.95209 15.9554 -3.42424 {normal=(-0.573671 -0.454648 -0.68132)}
Vertex 3467 -1.95098 19.8285 3.04934 {normal=(-0.514865 -0.354525 0.780529)}
Vertex 3468 -1.95053 14.7724 1.89858 {normal=(-0.679377 -0.726538 -0.102905)}
Vertex 3469 -1.95051 16.8134 3.04239 {normal=(0.208263 -0.332471 0.919831)}
Vertex 3470 -1.94992 12.9591 -0.101725 {normal=(-0.839879 -0.0787724 0.537027)}
Vertex 3471 -1.94925 20.531 -3.23084 {normal=(-0.615755 0.109914 -0.780234)}
Vertex 3472 -1.94875 19.816 3.05174 {normal=(-0.684456 0.0385173 0.728036)}
Vertex 3473 -1.9483 17.1362 3.1968 {normal=(0.392457 -0.559974 0.729662)}
Vertex 3474 -1.94826 17.5591 3.43109 {normal=(-0.179198 -0.401735 0.898052)}
Vertex 3475 -1.94677 19.8044 3.05521 {normal=(-0.712517 0.145765 0.686347)}
Vertex 3476 -1.94507 19.7937 3.05973 {normal=(-0.728048 0.266969 0.631406)}
Vertex 3477 -1.94477 21.3321 2.89878 {normal=(-0.662292 0.395801 0.636169)}
Vertex 3478 -1.94405 19.7681 3.0741 {normal=(-0.728378 0.350775 0.588576)}
Vertex 3479 -1.94374 19.7277 3.09832 {normal=(-0.71048 0.252208 0.65697)}
Vertex 3480 -1.94345 19.1153 3.08159 {normal=(-0.63448 -0.141216 0.75993)}
Vertex 3481 -1.94345 19.504 3.08158 {normal=(-0.634491 0.141266 0.759911)}
Vertex 3482 -1.94295 -25.6153 -3.31302
Vertex 3483 -1.94242 22.7277 1.64701 {normal=(-0.5413 0.716276 0.440389)}
Vertex 3484 -1.94197 20.8244 3.30558 {normal=(-0.456891 0.477759 0.750332)}
Vertex 3485 -1.94183 19.0621 3.3888 {normal=(-0.298076 0.61593 0.729233)}
Vertex 3486 -1.94158 17.3809 3.34799 {normal=(-0.160983 -0.471685 0.866947)}
Vertex 3487 -1.93925 14.9497 0.801957 {normal=(-0.740855 -0.657161 0.138829)}
Vertex 3488 -1.93415 19.6852 3.11293 {normal=(-0.634915 0.00148957 0.772581)}
Vertex 3489 -1.9307 18.4396 -3.29316 {normal=(-0.688632 0.171489 -0.704541)}
Vertex 3490 -1.92977 16.1077 2.93519 {normal=(-0.558702 -0.085505 0.824949)}
Vertex 3491 -1.92812 14.9509 1.08997 {normal=(-0.679428 -0.729846 -0.0755189)}
Vertex 3492 -1.92697 15.5838 -3.13535 {normal=(-0.533641 -0.634198 -0.559482)}
Vertex 3493 -1.92617 13.8954 0.197345 {normal=(-0.830071 -0.183454 0.526619)}
Vertex 3494 -1.92577 22.155 -2.53895 {normal=(-0.634019 0.771393 -0.0545203)}
Vertex 3495 -1.92473 3.46099 4.90409 {normal=(0.1258 0.109169 0.986031)}
Vertex 3496 -1.92351 17.1335 3.1939 {normal=(-0.0146254 -0.477864 0.878312)}
Vertex 3497 -1.92263 18.3111 2.46332 {normal=(-0.617031 -0.721482 0.314222)}
Vertex 3498 -1.92262 20.3082 2.46327 {normal=(-0.617054 0.721483 0.314175)}
Vertex 3499 -1.92216 18.2438 2.25662 {normal=(-0.616551 -0.769715 0.165538)}
Vertex 3500 -1.92215 20.3755 2.25657 {normal=(-0.61657 0.769712 0.165482)}
Vertex 3501 -1.92145 -12.9329 2.61846 {normal=(0.278036 -0.277311 0.919671)}
Vertex 3502 -1.91665 22.8178 -1.66263 {normal=(-0.510383 0.688122 -0.515749)}
Vertex 3503 -1.91536 15.3659 -2.80445
Vertex 3504 -1.91528 19.6404 3.11792 {normal=(-0.542303 -0.177956 0.821121)}
Vertex 3505 -1.91333 14.8609 2.36657 {normal=(-0.732067 -0.43737 0.522288)}
Vertex 3506 -1.91224 13.89 -2.77448 {normal=(-0.721519 0.380314 -0.578594)}
Vertex 3507 -1.91122 13.3789 0.043932 {normal=(-0.833897 -0.14452 0.532663)}
Vertex 3508 -1.91007 20.8837 3.2716 {normal=(-0.198638 0.799092 0.567446)}
Vertex 3509 -1.90901 17.2512 3.27146 {normal=(-0.118474 -0.508318 0.852981)}
Vertex 3510 -1.9081 20.0208 3.28393 {normal=(-0.356258 -0.671358 0.649891)}
Vertex 3511 -1.90678 19.0241 3.09061 {normal=(-0.607808 -0.207544 0.766482)}
Vertex 3512 -1.90678 19.5952 3.0906 {normal=(-0.60784 0.207534 0.76646)}
Vertex 3513 -1.9042 17.1638 3.21703 {normal=(0.00594015 -0.584008 0.811726)}
Vertex 3514 -1.90311 19.616 3.11799 {normal=(-0.291862 -0.525313 0.799289)}
Vertex 3515 -1.90204 18.403 2.65924 {normal=(-0.602432 -0.655587 0.455281)}
Vertex 3516 -1.90203 20.2163 2.65919 {normal=(-0.602419 0.655608 0.455269)}
Vertex 3517 -1.90067 18.2027 2.04425 {normal=(-0.601074 -0.799092 0.0127772)}
Vertex 3518 -1.90066 20.4166 2.04419 {normal=(-0.600991 0.799154 0.0127928)}
Vertex 3519 -1.90049 22.9589 1.24197 {normal=(-0.504451 0.785164 0.35923)}
Vertex 3520 -1.89939 19.6072 2.56906 {normal=(0.311797 -0.884572 0.346864)}
Vertex 3521 -1.89923 16.0004 2.98583 {normal=(-0.556305 0.145363 0.818165)}
Vertex 3522 -1.89918 16.2739 2.95175 {normal=(0.124454 0.0619686 0.990288)}
Vertex 3523 -1.89762 19.6119 3.11311 {normal=(0.260795 -0.89215 0.368856)}
Vertex 3524 -1.89638 19.609 2.93014 {normal=(0.526874 -0.849902 0.00835964)}
Vertex 3525 -1.89462 18.7339 2.97665 {normal=(-0.598082 -0.417372 0.684177)}
Vertex 3526 -1.89462 19.8854 2.97662 {normal=(-0.598054 0.417467 0.684144)}
Vertex 3527 -1.88929 14.7954 1.54263 {normal=(-0.644405 -0.736684 -0.205033)}
Vertex 3528 -1.88797 18.0853 3.59162 {normal=(-0.215674 -0.0460703 0.975378)}
Vertex 3529 -1.88696 15.0857 2.52937 {normal=(-0.691375 -0.403965 0.59901)}
Vertex 3530 -1.88573 12.4812 -0.053921 {normal=(-0.810005 -0.0343349 0.585417)}
Vertex 3531 -1.88538 19.1269 3.34546 {normal=(-0.250332 0.702454 0.666253)}
Vertex 3532 -1.88491 11.8013 -0.082061 {normal=(-0.645932 -0.269107 0.71439)}
Vertex 3533 -1.88476 14.7017 2.24035 {normal=(-0.750893 -0.612545 0.246877)}
Vertex 3534 -1.88416 15.833 -2.48162 {normal=(0.42478 -0.405705 0.809299)}
Vertex 3535 -1.88402 11.7809 -0.093635
Vertex 3536 -1.87916 15.4545 2.84222 {normal=(-0.689591 -0.441045 0.574407)}
Vertex 3537 -1.87867 19.4128 2.37497 {normal=(-0.142031 -0.176732 0.973957)}
Vertex 3538 -1.87791 22.0385 -2.75298 {normal=(-0.644053 0.510457 -0.569762)}
Vertex 3539 -1.87678 16.6511 -1.80202 {normal=(-0.722252 0.0150028 -0.691467)}
Vertex 3540 -1.87557 15.2836 2.68792 {normal=(-0.685664 -0.459515 0.564544)}
Vertex 3541 -1.87229 16.022 2.99229 {normal=(-0.351971 0.265852 0.897463)}
Vertex 3542 -1.87183 17.0211 3.12566 {normal=(0.19945 -0.47719 0.855868)}
Vertex 3543 -1.87121 20.9002 3.2301 {normal=(-0.220536 0.769832 0.598934)}
Vertex 3544 -1.86984 19.3585 2.37892 {normal=(-0.177104 0.545095 0.819454)}
Vertex 3545 -1.86513 23.2137 0.654922 {normal=(-0.434595 0.878385 0.198915)}
Vertex 3546 -1.86436 23.135 -1.0072 {normal=(-0.381509 0.89118 -0.245458)}
Vertex 3547 -1.86307 22.1388 -2.40843 {normal=(-0.512459 0.805322 0.298065)}
Vertex 3548 -1.86124 15.6079 2.96373 {normal=(-0.698547 -0.312226 0.643854)}
Vertex 3549 -1.86092 18.5172 2.83956 {normal=(-0.573035 -0.573667 0.585267)}
Vertex 3550 -1.86091 20.1021 2.83952 {normal=(-0.573071 0.573685 0.585214)}
Vertex 3551 -1.86057 21.5826 2.80926 {normal=(-0.616541 0.460962 0.638272)}
Vertex 3552 -1.85867 18.1889 1.83141 {normal=(-0.587857 -0.806454 -0.0636874)}
Vertex 3553 -1.85866 20.4304 1.83135 {normal=(-0.587706 0.806567 -0.0636452)}
Vertex 3554 -1.85754 2.26245 5.09119 {normal=(0.132721 0.0368036 0.99047)}
Vertex 3555 -1.85671 18.94 3.10292 {normal=(-0.571407 -0.268704 0.77543)}
Vertex 3556 -1.8567 19.6793 3.10291 {normal=(-0.571429 0.268686 0.77542)}
Vertex 3557 -1.85537 17.4652 -1.9304
Vertex 3558 -1.85498 14.8153 0.690851 {normal=(-0.792841 -0.479843 0.375705)}
Vertex 3559 -1.85406 -24.2144 -3.29388
Vertex 3560 -1.85353 19.1609 3.31957 {normal=(-0.133879 0.834239 0.534903)}
Vertex 3561 -1.84836 17.1682 3.21515 {normal=(0.104015 -0.589941 0.800719)}
Vertex 3562 -1.84791 19.1673 2.76533 {normal=(0.166588 0.967064 0.192445)}
Vertex 3563 -1.84628 19.1641 3.31113 {normal=(0.102007 0.971753 0.212816)}
Vertex 3564 -1.8444 19.1663 3.12638 {normal=(0.271653 0.962362 0.00801342)}
Vertex 3565 -1.8443 -6.48107 4.07782 {normal=(0.028763 -0.0367933 0.998909)}
Vertex 3566 -1.84341 17.2558 3.28036 {normal=(-0.0862599 -0.517285 0.851455)}
Vertex 3567 -1.83799 17.1982 3.23715 {normal=(0.0763119 -0.612431 0.786832)}
Vertex 3568 -1.83337 16.9852 -2.16686 {normal=(0.456492 -0.319557 0.83036)}
Vertex 3569 -1.83265 12.0125 -0.000706 {normal=(-0.636156 -0.131314 0.760304)}
Vertex 3570 -1.83128 22.1358 -2.32746 {normal=(-0.610953 0.791439 0.0190101)}
Vertex 3571 -1.83064 18.8397 3.5407 {normal=(-0.115555 0.1961 0.973751)}
Vertex 3572 -1.83041 22.1458 -2.29606 {normal=(-0.653878 0.628347 -0.421454)}
Vertex 3573 -1.8301 19.459 2.39687 {normal=(-0.186256 -0.478668 0.858012)}
Vertex 3574 -1.82919 18.8278 3.54333 {normal=(-0.104811 0.167649 0.980259)}
Vertex 3575 -1.82874 -23.8152 -3.28843
Vertex 3576 -1.82666 18.8527 3.53811 {normal=(-0.149427 0.296676 0.943215)}
Vertex 3577 -1.82496 14.8303 1.26287 {normal=(-0.636335 -0.753346 -0.165975)}
Vertex 3578 -1.82482 19.9482 3.21522 {normal=(-0.236724 -0.757912 0.607891)}
Vertex 3579 -1.82374 16.5655 2.94824 {normal=(0.220309 -0.134554 0.966105)}
Vertex 3580 -1.82231 18.817 3.546 {normal=(-0.0930574 0.0996471 0.990662)}
Vertex 3581 -1.82221 14.3009 -2.62608 {normal=(-0.718671 0.348941 -0.601458)}
Vertex 3582 -1.82181 15.7439 3.05243 {normal=(-0.715331 -0.167916 0.678311)}
Vertex 3583 -1.81961 16.0576 2.98864 {normal=(-0.11339 0.330687 0.936904)}
Vertex 3584 -1.81635 14.852 0.987641 {normal=(-0.674159 -0.737515 0.0397701)}
Vertex 3585 -1.81317 -22.3595 -4.88473
Vertex 3586 -1.81255 14.4415 0.554714 {normal=(-0.801391 -0.241302 0.547308)}
Vertex 3587 -1.81147 -27.5065 -3.39832
Vertex 3588 -1.80859 21.034 3.18265 {normal=(-0.485428 0.417205 0.76831)}
Vertex 3589 -1.80834 12.8922 0.094476 {normal=(-0.808164 -0.0881092 0.582329)}
Vertex 3590 -1.80703 17.2714 3.29425 {normal=(-0.048038 -0.548524 0.834754)}
Vertex 3591 -1.80674 18.8945 3.52829 {normal=(-0.194983 0.351237 0.915759)}
Vertex 3592 -1.80516 18.7172 3.55861 {normal=(-0.0944605 0.0795578 0.992345)}
Vertex 3593 -1.80237 16.2916 2.93389 {normal=(0.134914 0.0971107 0.986087)}
Vertex 3594 -1.80078 14.608 2.15071 {normal=(-0.654226 -0.756135 -0.0157246)}
Vertex 3595 -1.80028 18.6509 2.99985 {normal=(-0.529615 -0.477603 0.701002)}
Vertex 3596 -1.80027 19.9684 2.99981 {normal=(-0.529679 0.477631 0.700934)}
Vertex 3597 -1.79818 19.3097 3.20297 {normal=(-0.530295 5.22638e-05 0.847813)}
Vertex 3598 -1.79616 17.8767 3.57367 {normal=(-0.15692 -0.240133 0.957973)}
Vertex 3599 -1.79447 18.865 3.11823 {normal=(-0.526222 -0.323143 0.786555)}
Vertex 3600 -1.79446 19.7544 3.1182 {normal=(-0.526227 0.323242 0.786511)}
Vertex 3601 -1.79306 19.2427 3.20423 {normal=(-0.526555 -0.0488837 0.848734)}
Vertex 3602 -1.79306 19.3766 3.20422 {normal=(-0.526553 0.0489327 0.848733)}
Vertex 3603 -1.79189 15.8258 3.09935 {normal=(-0.676094 0.0634438 0.734079)}
Vertex 3604 -1.79172 19.9419 -3.38087 {normal=(-0.585182 -0.0258354 -0.81049)}
Vertex 3605 -1.78935 16.8093 2.99942 {normal=(0.214045 -0.337193 0.91678)}
Vertex 3606 -1.78892 4.66595 4.768
Vertex 3607 -1.78883 14.6635 1.75923 {normal=(-0.598108 -0.783471 -0.168641)}
Vertex 3608 -1.78675 17.2673 3.28907 {normal=(0.0943818 -0.634718 0.766958)}
Vertex 3609 -1.78243 19.9051 3.18142 {normal=(-0.425803 -0.426545 0.797967)}
Vertex 3610 -1.78228 19.8036 3.22073 {normal=(-0.610752 0.280404 0.74051)}
Vertex 3611 -1.78221 17.0972 -1.91025 {normal=(-0.678165 -0.096086 -0.728601)}
Vertex 3612 -1.78208 20.2879 3.56635 {normal=(-0.586756 -0.194237 0.786123)}
Vertex 3613 -1.78112 16.4455 -1.91395 {normal=(-0.708776 0.0480365 -0.703796)}
Vertex 3614 -1.78093 19.8916 3.18251 {normal=(-0.577526 0.0374507 0.815513)}
Vertex 3615 -1.78091 17.1485 3.18192 {normal=(0.17322 -0.609705 0.77347)}
Vertex 3616 -1.77944 19.8798 3.18503 {normal=(-0.595201 0.163851 0.786694)}
Vertex 3617 -1.77891 19.8443 3.20087 {normal=(-0.608025 0.391243 0.690822)}
Vertex 3618 -1.77826 19.7611 3.22985 {normal=(-0.570894 0.0018629 0.821021)}
Vertex 3619 -1.77796 19.8697 3.18897 {normal=(-0.602855 0.306149 0.736776)}
Vertex 3620 -1.77784 19.1774 3.20797 {normal=(-0.515444 -0.0965431 0.851467)}
Vertex 3621 -1.77784 19.442 3.20796 {normal=(-0.515461 0.0966087 0.85145)}
Vertex 3622 -1.77771 18.5286 3.58116 {normal=(-0.111096 0.0970412 0.989061)}
Vertex 3623 -1.77551 21.8428 2.68186 {normal=(-0.575518 0.503563 0.644363)}
Vertex 3624 -1.77519 13.8285 0.393545 {normal=(-0.796225 -0.19262 0.573519)}
Vertex 3625 -1.77184 20.3748 3.56234 {normal=(-0.460063 0.207416 0.86332)}
Vertex 3626 -1.77147 15.8534 3.10449 {normal=(-0.494718 0.378791 0.782158)}
Vertex 3627 -1.77105 19.309 2.46677 {normal=(-0.180235 0.734419 0.654328)}
Vertex 3628 -1.77087 18.965 3.51124 {normal=(-0.21969 0.41109 0.884727)}
Vertex 3629 -1.77002 -13.8469 -5.28026
Vertex 3630 -1.7699 20.2327 3.54048 {normal=(-0.603503 -0.483237 0.634245)}
Vertex 3631 -1.76685 19.7169 3.22822 {normal=(-0.504878 -0.205182 0.83845)}
Vertex 3632 -1.76445 13.312 0.240132 {normal=(-0.801961 -0.151837 0.577758)}
Vertex 3633 -1.76226 18.2099 2.50275 {normal=(-0.501196 -0.794585 0.342691)}
Vertex 3634 -1.76225 20.4094 2.50269 {normal=(-0.501182 0.794595 0.342688)}
Vertex 3635 -1.76018 8.04807 -6.14647 {normal=(-0.100278 -0.0589065 -0.993214)}
Vertex 3636 -1.75865 19.6923 3.22444 {normal=(-0.308376 -0.554613 0.772858)}
Vertex 3637 -1.75643 18.3111 2.69504 {normal=(-0.497133 -0.722023 0.481187)}
Vertex 3638 -1.75642 20.3082 2.69499 {normal=(-0.497168 0.722042 0.481123)}
Vertex 3639 -1.75575 19.6829 2.67416 {normal=(0.179256 -0.930047 0.320749)}
Vertex 3640 -1.75391 2.2504 5.03539 {normal=(-0.0595237 0.065632 0.996067)}
Vertex 3641 -1.75365 19.6873 3.21849 {normal=(0.146023 -0.928214 0.342193)}
Vertex 3642 -1.75287 19.1153 3.21411 {normal=(-0.497192 -0.141918 0.855955)}
Vertex 3643 -1.75287 19.504 3.2141 {normal=(-0.497187 0.141934 0.855956)}
Vertex 3644 -1.75269 19.6842 3.03506 {normal=(0.391282 -0.920231 0.00859286)}
Vertex 3645 -1.75099 18.1358 2.29871 {normal=(-0.492998 -0.84768 0.195939)}
Vertex 3646 -1.75098 20.4835 2.29865 {normal=(-0.492981 0.847712 0.195841)}
Vertex 3647 -1.75076 16.566 2.93199 {normal=(-0.0617775 -0.105576 0.99249)}
Vertex 3648 -1.7489 16.3024 2.92708 {normal=(-0.122348 0.0806769 0.989203)}
Vertex 3649 -1.74848 14.7207 -2.48043 {normal=(-0.711288 0.296687 -0.637218)}
Vertex 3650 -1.74547 3.45723 4.84657 {normal=(-0.0509089 0.144134 0.988248)}
Vertex 3651 -1.7412 16.107 2.97485 {normal=(-0.113707 0.374847 0.920087)}
Vertex 3652 -1.74068 16.5659 2.93569 {normal=(-0.556512 -0.0418079 0.829787)}
Vertex 3653 -1.73938 20.167 3.50775 {normal=(-0.555487 -0.545237 0.627815)}
Vertex 3654 -1.73917 20.4934 3.52846 {normal=(-0.411422 0.320912 0.853081)}
Vertex 3655 -1.73878 16.3064 2.9313 {normal=(-0.54247 0.00732603 0.840043)}
Vertex 3656 -1.73365 18.4369 2.87085 {normal=(-0.480892 -0.631774 0.607951)}
Vertex 3657 -1.73365 20.1824 2.87081 {normal=(-0.481046 0.631783 0.60782)}
Vertex 3658 -1.73154 14.5826 2.38827 {normal=(-0.705259 -0.585279 0.400073)}
Vertex 3659 -1.73123 -22.2784 -3.26744
Vertex 3660 -1.731 19.0325 3.48129 {normal=(-0.211962 0.55598 0.803715)}
Vertex 3661 -1.73026 1.18158 -5.50375 {normal=(-0.180007 -0.291226 -0.939566)}
Vertex 3662 -1.72853 17.2588 3.27161 {normal=(-0.133684 -0.606841 0.7835)}
Vertex 3663 -1.72811 12.4145 0.150431 {normal=(-0.637668 -0.138114 0.757829)}
Vertex 3664 -1.72291 18.3448 3.60811 {normal=(-0.147362 0.119382 0.981852)}
Vertex 3665 -1.7229 18.0905 2.08795 {normal=(-0.472702 -0.880104 0.0443834)}
Vertex 3666 -1.72289 20.5287 2.08789 {normal=(-0.472645 0.880142 0.044245)}
Vertex 3667 -1.7222 21.2852 3.12926 {normal=(-0.486962 0.396876 0.778047)}
Vertex 3668 -1.7216 18.8009 3.13614 {normal=(-0.473278 -0.369746 0.79956)}
Vertex 3669 -1.72159 19.8185 3.13612 {normal=(-0.473222 0.369847 0.799546)}
Vertex 3670 -1.72101 17.2293 3.25187 {normal=(-0.100589 -0.701692 0.705344)}
Vertex 3671 -1.72092 15.9154 3.09509 {normal=(-0.362511 0.512924 0.778135)}
Vertex 3672 -1.72002 20.6115 3.4918 {normal=(-0.435268 0.30037 0.848716)}
Vertex 3673 -1.71948 21.7892 -3.05052 {normal=(-0.58144 0.351509 -0.733737)}
Vertex 3674 -1.71879 19.0581 3.22249 {normal=(-0.472291 -0.183716 0.862084)}
Vertex 3675 -1.71879 19.5613 3.22248 {normal=(-0.47232 0.183741 0.862063)}
Vertex 3676 -1.71808 14.6988 1.4173 {normal=(-0.585914 -0.784527 -0.203033)}
Vertex 3677 -1.71441 20.7291 3.45238 {normal=(-0.369528 0.433514 0.821897)}
Vertex 3678 -1.71396 -25.9697 -3.37733
Vertex 3679 -1.7096 14.7115 2.50578 {normal=(-0.68522 -0.416017 0.597832)}
Vertex 3680 -1.70444 17.6611 3.50888 {normal=(-0.138117 -0.3619 0.921928)}
Vertex 3681 -1.70392 16.8057 2.97947 {normal=(-0.0639027 -0.274665 0.959414)}
Vertex 3682 -1.70363 16.5558 2.97955 {normal=(-0.775534 -0.019288 0.631011)}
Vertex 3683 -1.70136 14.7382 0.88898 {normal=(-0.699098 -0.623816 0.349449)}
Vertex 3684 -1.70046 15.2372 -2.32701 {normal=(-0.704728 0.236638 -0.66885)}
Vertex 3685 -1.6996 22.0945 2.53771 {normal=(-0.541525 0.541637 0.642946)}
Vertex 3686 -1.6992 17.0231 3.08743 {normal=(0.194503 -0.462319 0.865118)}
Vertex 3687 -1.69761 16.1354 2.96954 {normal=(-0.284274 0.309339 0.907468)}
Vertex 3688 -1.69448 20.7991 3.40872 {normal=(-0.108738 0.759156 0.641762)}
Vertex 3689 -1.69448 18.5842 3.02585 {normal=(-0.452923 -0.526022 0.719835)}
Vertex 3690 -1.69448 20.0352 3.02582 {normal=(-0.453026 0.526003 0.719784)}
Vertex 3691 -1.69422 16.8026 2.98256 {normal=(-0.576135 -0.060112 0.815141)}
Vertex 3692 -1.6939 0.598831 -5.11583
Vertex 3693 -1.69272 19.5291 2.47629 {normal=(-0.234129 -0.532573 0.813357)}
Vertex 3694 -1.69268 14.9517 2.66028 {normal=(-0.679981 -0.399126 0.615081)}
Vertex 3695 -1.69178 16.253 -2.02816 {normal=(-0.705763 0.121156 -0.698011)}
Vertex 3696 -1.69085 16.2828 2.97602 {normal=(-0.722252 -0.0452452 0.690148)}
Vertex 3697 -1.69053 20.091 3.46814 {normal=(-0.457189 -0.668303 0.586813)}
Vertex 3698 -1.68988 14.739 1.16265 {normal=(-0.617994 -0.781245 -0.0879758)}
Vertex 3699 -1.68984 -12.6992 2.5306
Vertex 3700 -1.68971 17.4916 3.43627 {normal=(-0.100819 -0.448591 0.888032)}
Vertex 3701 -1.68885 16.1426 2.97269 {normal=(-0.569363 0.102521 0.815669)}
Vertex 3702 -1.68829 -10.0787 -6.05037 {normal=(0.05927 0.0514572 -0.996915)}
Vertex 3703 -1.6874 16.764 2.99708 {normal=(-0.80571 0.0468134 0.590457)}
Vertex 3704 -1.68713 19.097 3.43845 {normal=(-0.198118 0.6509 0.732856)}
Vertex 3705 -1.68623 17.3276 3.3224 {normal=(-0.230142 -0.516513 0.824772)}
Vertex 3706 -1.68444 2.14296 -5.6208 {normal=(-0.186606 -0.0451965 -0.981395)}
Vertex 3707 -1.68404 -25.5711 -3.3471
Vertex 3708 -1.6805 23.3306 -0.050574 {normal=(-0.304668 0.952173 -0.023315)}
Vertex 3709 -1.67868 18.0753 1.87566 {normal=(-0.458241 -0.88826 -0.0317683)}
Vertex 3710 -1.67867 20.5439 1.8756 {normal=(-0.458141 0.888309 -0.0318539)}
Vertex 3711 -1.67804 14.504 2.32628 {normal=(-0.589139 -0.796186 0.137852)}
Vertex 3712 -1.67774 17.1955 3.21117 {normal=(-0.0437578 -0.81741 0.574391)}
Vertex 3713 -1.67642 19.007 3.23291 {normal=(-0.441424 -0.220946 0.869671)}
Vertex 3714 -1.67642 19.6124 3.23289 {normal=(-0.441411 0.221016 0.86966)}
Vertex 3715 -1.67418 -11.7335 -6.09934
Vertex 3716 -1.67113 15.1583 2.83113 {normal=(-0.67785 -0.456507 0.576299)}
Vertex 3717 -1.66948 14.5215 2.03304 {normal=(-0.544428 -0.830694 -0.116385)}
Vertex 3718 -1.66737 15.8502 -2.16584 {normal=(-0.707558 0.196167 -0.678882)}
Vertex 3719 -1.66279 19.1315 3.41236 {normal=(-0.135249 0.803925 0.579148)}
Vertex 3720 -1.66024 20.8214 3.36082 {normal=(-0.161599 0.715247 0.679932)}
Vertex 3721 -1.6598 -0.834047 4.44957
Vertex 3722 -1.6598 0.583952 4.44959
Vertex 3723 -1.6592 19.1388 2.85758 {normal=(0.0114856 0.980829 0.194533)}
Vertex 3724 -1.65877 2.26427 5.11082 {normal=(-0.319817 0.0223206 0.947216)}
Vertex 3725 -1.65798 19.1358 3.40302 {normal=(-0.00441173 0.974768 0.223179)}
Vertex 3726 -1.65679 19.1382 3.2181 {normal=(0.0816776 0.996629 0.00772588)}
Vertex 3727 -1.6542 -0.833917 -4.65355
Vertex 3728 -1.6542 0.584082 -4.65353
Vertex 3729 -1.64632 12.8254 0.298828 {normal=(-0.639728 -0.169001 0.749791)}
Vertex 3730 -1.64495 15.3313 3.01833 {normal=(-0.67066 -0.461369 0.580822)}
Vertex 3731 -1.64415 20.0294 3.41312 {normal=(-0.333925 -0.806543 0.487834)}
Vertex 3732 -1.64308 15.655 3.22924 {normal=(-0.713547 -0.277925 0.643124)}
Vertex 3733 -1.64076 18.1657 3.63946 {normal=(-0.174217 0.0249097 0.984392)}
Vertex 3734 -1.64024 16.0117 3.07113 {normal=(-0.337954 0.536862 0.773024)}
Vertex 3735 -1.63996 15.7489 3.26876 {normal=(-0.734116 0.0101728 0.678948)}
Vertex 3736 -1.63989 18.7493 3.15623 {normal=(-0.413909 -0.407286 0.814124)}
Vertex 3737 -1.63988 19.87 3.1562 {normal=(-0.41384 0.407262 0.814171)}
Vertex 3738 -1.63963 16.5357 3.06359 {normal=(-0.734526 -0.0546799 0.676374)}
Vertex 3739 -1.63944 14.3748 0.759066 {normal=(-0.650099 -0.339165 0.679955)}
Vertex 3740 -1.63566 17.1391 3.13747 {normal=(0.172899 -0.614795 0.769502)}
Vertex 3741 -1.6356 15.4969 3.15103 {normal=(-0.683183 -0.382255 0.622207)}
Vertex 3742 -1.63425 16.7594 3.08052 {normal=(-0.767022 0.0478639 0.639833)}
Vertex 3743 -1.63362 22.9724 -1.63633 {normal=(-0.313978 0.831513 -0.458262)}
Vertex 3744 -1.63341 -3.66992 -4.65662
Vertex 3745 -1.63341 -2.25192 -4.6566
Vertex 3746 -1.63283 22.3375 2.37682 {normal=(-0.465103 0.621446 0.630463)}
Vertex 3747 -1.63182 17.4842 3.43883 {normal=(-0.161712 -0.415171 0.895255)}
Vertex 3748 -1.62996 22.5426 -2.15751 {normal=(-0.491652 0.620321 -0.611131)}
Vertex 3749 -1.62867 21.5434 3.03602 {normal=(-0.440609 0.481157 0.75786)}
Vertex 3750 -1.62682 18.9633 3.2451 {normal=(-0.405264 -0.252823 0.878545)}
Vertex 3751 -1.62682 19.656 3.24508 {normal=(-0.405174 0.252886 0.878569)}
Vertex 3752 -1.62657 1.21441 5.00383 {normal=(-0.0851943 -0.286625 0.954247)}
Vertex 3753 -1.62625 15.7786 3.26957 {normal=(-0.623694 0.46034 0.631738)}
Vertex 3754 -1.62552 19.2696 2.56202 {normal=(-0.139201 0.836092 0.530634)}
Vertex 3755 -1.6208 13.5146 -3.28495 {normal=(-0.564862 0.385092 -0.729818)}
Vertex 3756 -1.61911 13.4943 -3.29652
Vertex 3757 -1.61697 20.9569 3.30085 {normal=(-0.381037 0.405539 0.830872)}
Vertex 3758 -1.61555 19.35 -3.43355 {normal=(-0.595933 0.0101737 -0.80297)}
Vertex 3759 -1.61436 0.612496 4.76566
Vertex 3760 -1.61328 -3.67005 4.45599
Vertex 3761 -1.61328 -2.25205 4.45601
Vertex 3762 -1.61088 17.4757 3.44003 {normal=(-0.245632 -0.47507 0.84497)}
Vertex 3763 -1.60838 17.0215 3.06951 {normal=(-0.0968532 -0.350231 0.931643)}
Vertex 3764 -1.60611 4.67001 4.70145
Vertex 3765 -1.60512 16.2316 3.06124 {normal=(-0.677328 -0.0772922 0.73161)}
Vertex 3766 -1.60504 19.3097 3.30271 {normal=(-0.391251 2.83215e-05 0.920284)}
Vertex 3767 -1.60482 14.5695 1.62546 {normal=(-0.53089 -0.825781 -0.19037)}
Vertex 3768 -1.60245 19.2758 3.30334 {normal=(-0.389348 -0.0250772 0.920749)}
Vertex 3769 -1.60245 19.3436 3.30334 {normal=(-0.389374 0.0251271 0.920737)}
Vertex 3770 -1.60231 13.7617 0.597897 {normal=(-0.633323 -0.229695 0.739015)}
Vertex 3771 -1.60101 19.7713 3.33912 {normal=(-0.458323 -0.208488 0.863987)}
Vertex 3772 -1.60052 -7.48821 -5.80326 {normal=(-0.0772543 0.243104 -0.966919)}
Vertex 3773 -1.60034 16.5047 -3.96301 {normal=(-0.514088 -0.194909 -0.835299)}
Vertex 3774 -1.60025 19.9823 3.34269 {normal=(-0.268962 -0.840588 0.470182)}
Vertex 3775 -1.60003 19.7476 3.33233 {normal=(-0.347062 -0.542757 0.764828)}
Vertex 3776 -1.5994 17.0164 3.07191 {normal=(-0.604979 -0.0668119 0.793434)}
Vertex 3777 -1.59919 -24.2339 -3.32883
Vertex 3778 -1.59907 19.8126 3.34564 {normal=(-0.490635 0.0278839 0.870919)}
Vertex 3779 -1.59873 17.1574 3.14952 {normal=(-0.0664141 -0.841728 0.535802)}
Vertex 3780 -1.59866 18.2438 2.73383 {normal=(-0.383142 -0.770635 0.509239)}
Vertex 3781 -1.59865 20.3755 2.73377 {normal=(-0.383122 0.770705 0.509148)}
Vertex 3782 -1.59851 19.7378 2.78096 {normal=(0.0242539 -0.957039 0.288942)}
Vertex 3783 -1.59832 -9.59247 3.72333 {normal=(0.171671 -0.193933 0.965877)}
Vertex 3784 -1.59831 17.4596 3.42851 {normal=(-0.342867 -0.499804 0.795386)}
Vertex 3785 -1.59702 13.2452 0.444484 {normal=(-0.634529 -0.208183 0.744334)}
Vertex 3786 -1.59689 16.0648 3.05938 {normal=(-0.423969 0.420222 0.802287)}
Vertex 3787 -1.59612 19.7415 3.32526 {normal=(-0.0511054 -0.940367 0.336301)}
Vertex 3788 -1.59593 5.38226 -5.60642 {normal=(-0.188714 -0.139996 -0.972002)}
Vertex 3789 -1.59575 18.3781 2.90475 {normal=(-0.381179 -0.67429 0.632483)}
Vertex 3790 -1.59574 20.2413 2.90471 {normal=(-0.381112 0.674425 0.632381)}
Vertex 3791 -1.59561 19.7382 3.14147 {normal=(0.166293 -0.986031 0.00950011)}
Vertex 3792 -1.59499 16.9288 -2.06602 {normal=(-0.654417 -0.0285009 -0.755597)}
Vertex 3793 -1.59474 19.2427 3.30524 {normal=(-0.383669 -0.0494556 0.922145)}
Vertex 3794 -1.59474 19.3766 3.30524 {normal=(-0.383622 0.0495209 0.922161)}
Vertex 3795 -1.59294 16.9768 3.08609 {normal=(-0.751172 0.094712 0.653277)}
Vertex 3796 -1.59281 -13.1294 -4.98923
Vertex 3797 -1.5926 19.8527 3.33987 {normal=(-0.481712 0.330216 0.811733)}
Vertex 3798 -1.59089 6.31946 4.9391
Vertex 3799 -1.59088 16.0747 3.05984 {normal=(-0.573176 0.119398 0.810687)}
Vertex 3800 -1.59014 17.3568 -3.94348 {normal=(-0.565801 0.132369 -0.813847)}
Vertex 3801 -1.59004 17.2794 3.37943 {normal=(-0.596343 -0.418415 0.685057)}
Vertex 3802 -1.58849 18.1358 2.54547 {normal=(-0.375731 -0.848107 0.373552)}
Vertex 3803 -1.58848 20.4835 2.5454 {normal=(-0.375716 0.848115 0.373548)}
Vertex 3804 -1.58427 21.35 -3.30994 {normal=(-0.560048 0.243158 -0.791972)}
Vertex 3805 -1.5821 19.2113 3.30835 {normal=(-0.374272 -0.0727679 0.924459)}
Vertex 3806 -1.5821 19.4081 3.30834 {normal=(-0.374308 0.0728984 0.924435)}
Vertex 3807 -1.58161 19.8918 3.32182 {normal=(-0.460228 0.445658 0.767841)}
Vertex 3808 -1.58119 17.3499 -2.12512
Vertex 3809 -1.57985 18.5353 3.05404 {normal=(-0.369937 -0.561449 0.740218)}
Vertex 3810 -1.57985 20.0841 3.054 {normal=(-0.369811 0.561472 0.740263)}
Vertex 3811 -1.57909 -3.66992 -4.33347
Vertex 3812 -1.57909 -2.25192 -4.33345
Vertex 3813 -1.57909 -0.833921 -4.33343
Vertex 3814 -1.57909 0.584077 -4.33341
Vertex 3815 -1.57894 15.932 -3.67969 {normal=(-0.461576 -0.471669 -0.751316)}
Vertex 3816 -1.57809 13.7258 -3.20359 {normal=(-0.565733 0.396467 -0.723022)}
Vertex 3817 -1.57805 15.8488 3.24238 {normal=(-0.474885 0.650933 0.59226)}
Vertex 3818 -1.57707 19.9519 3.30724 {normal=(-0.406697 -0.532079 0.742624)}
Vertex 3819 -1.57685 -13.1939 2.41279 {normal=(0.322109 -0.0832098 0.943039)}
Vertex 3820 -1.57543 19.9163 3.31122 {normal=(-0.465412 0.371451 0.803378)}
Vertex 3821 -1.57518 3.47644 4.9251 {normal=(-0.268049 0.158617 0.950258)}
Vertex 3822 -1.57478 17.2506 3.36193 {normal=(-0.455627 -0.729627 0.509949)}
Vertex 3823 -1.5746 19.9381 3.30676 {normal=(-0.489024 -0.024615 0.871923)}
Vertex 3824 -1.57415 -3.67004 4.13388
Vertex 3825 -1.57415 -2.25204 4.1339
Vertex 3826 -1.57415 -0.834042 4.13392
Vertex 3827 -1.57415 0.583956 4.13394
Vertex 3828 -1.57405 19.9263 3.30809 {normal=(-0.482202 0.189215 0.855382)}
Vertex 3829 -1.57184 -23.8351 -3.30151
Vertex 3830 -1.57121 18.9282 3.25878 {normal=(-0.364609 -0.278446 0.888554)}
Vertex 3831 -1.5712 19.6911 3.25876 {normal=(-0.364569 0.27854 0.888541)}
Vertex 3832 -1.56954 22.3245 -2.84237 {normal=(-0.554237 0.602668 -0.574119)}
Vertex 3833 -1.56795 22.5665 2.17793 {normal=(-0.417984 0.682741 0.599295)}
Vertex 3834 -1.56713 15.5269 -3.37354 {normal=(-0.452233 -0.634834 -0.626475)}
Vertex 3835 -1.56551 18.0566 2.34431 {normal=(-0.359013 -0.904857 0.228787)}
Vertex 3836 -1.5655 20.5627 2.34424 {normal=(-0.359049 0.904858 0.228728)}
Vertex 3837 -1.56489 15.2895 -3.04454
Vertex 3838 -1.56484 19.1823 3.31259 {normal=(-0.361522 -0.0941857 0.927594)}
Vertex 3839 -1.56484 19.437 3.31258 {normal=(-0.361479 0.0942125 0.927608)}
Vertex 3840 -1.56467 21.2055 3.22883 {normal=(-0.364226 0.38374 0.848577)}
Vertex 3841 -1.56392 22.4278 -2.67225 {normal=(-0.551487 0.831262 -0.069751)}
Vertex 3842 -1.56178 14.6107 1.32698 {normal=(-0.552811 -0.817049 -0.163803)}
Vertex 3843 -1.56111 5.41059 4.93892 {normal=(0.0443522 -0.0386323 0.998269)}
Vertex 3844 -1.56079 17.1318 3.11535 {normal=(-0.104397 -0.486857 0.867221)}
Vertex 3845 -1.55956 3.34044 -5.5179 {normal=(-0.192213 0.0555936 -0.979777)}
Vertex 3846 -1.55902 17.359 3.43395 {normal=(-0.665583 -0.167164 0.727362)}
Vertex 3847 -1.55698 17.1356 3.1188 {normal=(-0.313362 -0.677364 0.66557)}
Vertex 3848 -1.55559 14.6435 1.08259 {normal=(-0.563621 -0.810356 0.160173)}
Vertex 3849 -1.55349 17.9829 3.63558 {normal=(-0.168098 -0.174976 0.970117)}
Vertex 3850 -1.55216 17.1256 3.1174 {normal=(-0.586613 -0.200474 0.784663)}
Vertex 3851 -1.55135 18.7115 3.178 {normal=(-0.34951 -0.43475 0.829961)}
Vertex 3852 -1.55134 19.9078 3.17797 {normal=(-0.349487 0.43472 0.829987)}
Vertex 3853 -1.54836 18.4883 -3.62108 {normal=(-0.59791 0.181214 -0.78081)}
Vertex 3854 -1.54782 14.4335 2.26505 {normal=(-0.458559 -0.888109 0.0314133)}
Vertex 3855 -1.54479 15.7472 -2.71817 {normal=(0.470489 -0.401896 0.78557)}
Vertex 3856 -1.54408 17.2111 3.31463 {normal=(-0.332573 -0.865318 0.374994)}
Vertex 3857 -1.54368 14.478 2.5058 {normal=(-0.583711 -0.716093 0.382743)}
Vertex 3858 -1.5434 19.1564 3.31786 {normal=(-0.345761 -0.113313 0.931456)}
Vertex 3859 -1.5434 19.4629 3.31785 {normal=(-0.345761 0.113283 0.931459)}
Vertex 3860 -1.54226 -6.47624 4.00547
Vertex 3861 -1.53984 20.1741 3.70902 {normal=(-0.553627 -0.260415 0.791)}
Vertex 3862 -1.53474 14.85 2.76936 {normal=(-0.719151 -0.382873 0.579853)}
Vertex 3863 -1.53367 20.2589 3.70935 {normal=(-0.450909 0.141723 0.881247)}
Vertex 3864 -1.53238 18.887 3.56704 {normal=(-0.0310827 0.0796973 0.996334)}
Vertex 3865 -1.53172 14.6079 2.62049 {normal=(-0.683547 -0.457342 0.568859)}
Vertex 3866 -1.53159 18.8741 3.56735 {normal=(-0.0205017 0.045776 0.998741)}
Vertex 3867 -1.53028 18.0084 2.13531 {normal=(-0.333551 -0.939453 0.0785621)}
Vertex 3868 -1.53027 20.6109 2.13524 {normal=(-0.333665 0.939429 0.0783682)}
Vertex 3869 -1.52974 20.1226 3.67867 {normal=(-0.56867 -0.584139 0.579134)}
Vertex 3870 -1.52801 21.8087 2.90295 {normal=(-0.414499 0.529998 0.739792)}
Vertex 3871 -1.52427 18.8635 3.56764 {normal=(-0.0181211 0.0635744 0.997813)}
Vertex 3872 -1.52174 19.5614 2.56725 {normal=(-0.324804 -0.56205 0.760659)}
Vertex 3873 -1.52021 11.7368 0.081587 {normal=(-0.343364 -0.371875 0.862444)}
Vertex 3874 -1.51982 11.7165 0.070014
Vertex 3875 -1.51829 19.1344 3.32404 {normal=(-0.327096 -0.129533 0.936071)}
Vertex 3876 -1.51829 19.485 3.32403 {normal=(-0.327184 0.129614 0.936029)}
Vertex 3877 -1.51743 16.7884 3.19162 {normal=(-0.67955 0.0299232 0.733018)}
Vertex 3878 -1.51631 18.9226 3.56327 {normal=(-0.0460855 0.127973 0.990706)}
Vertex 3879 -1.51231 16.5184 3.18214 {normal=(-0.645136 -0.0908093 0.758652)}
Vertex 3880 -1.51122 20.3771 3.67967 {normal=(-0.439505 0.258436 0.860259)}
Vertex 3881 -1.51094 18.9025 3.27359 {normal=(-0.320487 -0.29727 0.899399)}
Vertex 3882 -1.51094 19.7168 3.27357 {normal=(-0.320534 0.297309 0.899369)}
Vertex 3883 -1.51062 22.4025 -2.53831 {normal=(-0.447354 0.8442 0.295298)}
Vertex 3884 -1.51043 18.8554 3.5679 {normal=(0.0101093 0.0956662 0.995362)}
Vertex 3885 -1.50682 16.8999 -2.39442 {normal=(0.490812 -0.326431 0.807803)}
Vertex 3886 -1.50495 22.7814 1.94106 {normal=(-0.380097 0.770022 0.512438)}
Vertex 3887 -1.50465 20.6201 3.61062 {normal=(-0.44558 0.373111 0.813785)}
Vertex 3888 -1.5025 20.0707 3.63454 {normal=(-0.539491 -0.697263 0.471989)}
Vertex 3889 -1.50155 20.4975 3.64675 {normal=(-0.498538 0.232515 0.835103)}
Vertex 3890 -1.49933 4.98294 4.96264 {normal=(0.0316835 -0.32091 0.94658)}
Vertex 3891 -1.49792 17.1608 3.23754 {normal=(-0.326024 -0.881709 0.341025)}
Vertex 3892 -1.4959 6.47029 5.06669
Vertex 3893 -1.49536 15.9595 3.18719 {normal=(-0.392753 0.658904 0.641553)}
Vertex 3894 -1.49479 18.766 3.5731 {normal=(-0.0227233 0.0912832 0.995566)}
Vertex 3895 -1.4908 14.4422 1.88735 {normal=(-0.479608 -0.865009 -0.14743)}
Vertex 3896 -1.49013 19.1166 3.33096 {normal=(-0.306294 -0.142743 0.941174)}
Vertex 3897 -1.49013 19.5028 3.33095 {normal=(-0.306308 0.142843 0.941154)}
Vertex 3898 -1.48988 20.6943 3.56852 {normal=(-0.149564 0.727116 0.670025)}
Vertex 3899 -1.48874 15.0706 2.9781 {normal=(-0.724729 -0.404769 0.557611)}
Vertex 3900 -1.48656 21.4657 3.13016 {normal=(-0.297252 0.460368 0.836482)}
Vertex 3901 -1.48596 22.4012 -2.42155 {normal=(-0.532545 0.739626 -0.411521)}
Vertex 3902 -1.48463 22.3936 -2.45474 {normal=(-0.509068 0.860336 0.0259282)}
Vertex 3903 -1.48441 14.1278 -3.05245 {normal=(-0.574685 0.386805 -0.721193)}
Vertex 3904 -1.48366 17.9921 1.92361 {normal=(-0.317818 -0.948147 0.00290094)}
Vertex 3905 -1.48365 20.6271 1.92354 {normal=(-0.317976 0.948095 0.00264081)}
Vertex 3906 -1.48338 17.0069 3.19346 {normal=(-0.686458 0.0772461 0.723055)}
Vertex 3907 -1.48338 18.981 3.55602 {normal=(-0.077707 0.249217 0.965325)}
Vertex 3908 -1.48174 17.4894 3.52547 {normal=(-0.652963 -0.00689797 0.757358)}
Vertex 3909 -1.47736 18.5954 3.58323 {normal=(-0.0573101 0.136461 0.988986)}
Vertex 3910 -1.47558 22.0368 2.76383 {normal=(-0.406438 0.563089 0.71954)}
Vertex 3911 -1.47433 -22.2983 -3.28052
Vertex 3912 -1.47387 11.948 0.162942 {normal=(-0.342163 -0.266972 0.900917)}
Vertex 3913 -1.47272 17.1308 3.19784 {normal=(-0.51392 -0.683037 0.518986)}
Vertex 3914 -1.47228 20.7208 -3.53124 {normal=(-0.561021 0.135391 -0.816654)}
Vertex 3915 -1.46848 17.1211 3.19554 {normal=(-0.680571 -0.194867 0.706293)}
Vertex 3916 -1.46804 16.1969 3.16502 {normal=(-0.591415 -0.122091 0.797071)}
Vertex 3917 -1.4611 17.7963 3.59646 {normal=(-0.182805 -0.286426 0.940501)}
Vertex 3918 -1.45994 -12.5875 2.70649 {normal=(-0.127587 -0.518529 0.845488)}
Vertex 3919 -1.45963 19.1036 3.33846 {normal=(-0.2837 -0.152323 0.946738)}
Vertex 3920 -1.45962 19.5158 3.33845 {normal=(-0.283644 0.152488 0.946728)}
Vertex 3921 -1.4592 18.5054 3.0837 {normal=(-0.282424 -0.583086 0.76174)}
Vertex 3922 -1.4592 20.1139 3.08366 {normal=(-0.282277 0.583125 0.761765)}
Vertex 3923 -1.45816 18.6885 3.20091 {normal=(-0.281688 -0.451433 0.846676)}
Vertex 3924 -1.45816 19.9308 3.20088 {normal=(-0.281713 0.451461 0.846653)}
Vertex 3925 -1.45812 20.0184 3.57665 {normal=(-0.514241 -0.772281 0.373012)}
Vertex 3926 -1.45789 -21.4916 -0.735368
Vertex 3927 -1.45724 20.72 3.52045 {normal=(-0.17938 0.715955 0.674708)}
Vertex 3928 -1.45353 4.73062 -5.62246 {normal=(-0.184828 -0.387079 -0.903332)}
Vertex 3929 -1.45198 16.0202 3.15881 {normal=(-0.41549 0.494002 0.763761)}
Vertex 3930 -1.45061 18.3422 2.94043 {normal=(-0.276185 -0.700267 0.658292)}
Vertex 3931 -1.4506 20.2771 2.94039 {normal=(-0.276003 0.700344 0.658286)}
Vertex 3932 -1.45001 19.0382 3.53581 {normal=(-0.119422 0.463597 0.877961)}
Vertex 3933 -1.44793 16.0308 3.15725 {normal=(-0.519384 0.109592 0.847484)}
Vertex 3934 -1.44751 18.8869 3.28919 {normal=(-0.274147 -0.308661 0.910808)}
Vertex 3935 -1.44751 19.7325 3.28916 {normal=(-0.274182 0.308779 0.910758)}
Vertex 3936 -1.44722 23.031 1.53065 {normal=(-0.357613 0.834585 0.419023)}
Vertex 3937 -1.44662 14.4936 1.53985 {normal=(-0.473589 -0.861733 -0.182016)}
Vertex 3938 -1.44461 16.7321 -2.19873 {normal=(-0.627157 0.0217092 -0.77859)}
Vertex 3939 -1.44345 15.7698 3.49405 {normal=(-0.713271 0.0296408 0.700261)}
Vertex 3940 -1.44051 19.7402 2.85416 {normal=(-0.223024 -0.9357 0.273362)}
Vertex 3941 -1.44023 19.7499 3.40663 {normal=(-0.362739 -0.559331 0.745365)}
Vertex 3942 -1.4384 19.7403 3.21442 {normal=(-0.150111 -0.988621 0.00976508)}
Vertex 3943 -1.43831 19.7435 3.39858 {normal=(-0.267499 -0.909749 0.317493)}
Vertex 3944 -1.43778 19.7714 3.41598 {normal=(-0.385875 -0.273259 0.881153)}
Vertex 3945 -1.43663 15.7978 3.48753 {normal=(-0.613353 0.553843 0.563078)}
Vertex 3946 -1.43514 18.4285 3.61794 {normal=(-0.121357 0.219245 0.968093)}
Vertex 3947 -1.43468 4.53792 -5.415
Vertex 3948 -1.43279 4.6941 4.77574
Vertex 3949 -1.4326 18.2027 2.77465 {normal=(-0.263065 -0.800337 0.538756)}
Vertex 3950 -1.43259 20.4166 2.77459 {normal=(-0.263072 0.800353 0.538728)}
Vertex 3951 -1.43095 19.8082 3.42663 {normal=(-0.37173 -0.0227576 0.928062)}
Vertex 3952 -1.43031 22.6438 -2.16719 {normal=(-0.32591 0.757002 -0.566331)}
Vertex 3953 -1.42752 19.0956 3.34635 {normal=(-0.259984 -0.158349 0.952541)}
Vertex 3954 -1.42751 19.5237 3.34634 {normal=(-0.259888 0.158289 0.952577)}
Vertex 3955 -1.42716 23.2997 -4.89584 {normal=(-0.998688 -0.0416964 -0.0297429)}
Vertex 3956 -1.42649 19.9789 3.51097 {normal=(-0.479134 -0.836279 0.266587)}
Vertex 3957 -1.42578 20.8576 3.4476 {normal=(-0.402335 0.443384 0.80096)}
Vertex 3958 -1.42364 22.0236 -3.16275 {normal=(-0.463502 0.454689 -0.760542)}
Vertex 3959 -1.42251 17.26 3.56062 {normal=(-0.698651 -0.371681 0.611343)}
Vertex 3960 -1.4217 15.6591 3.46823 {normal=(-0.664296 -0.312164 0.679164)}
Vertex 3961 -1.42106 14.5312 1.27168 {normal=(-0.348223 -0.899547 -0.263734)}
Vertex 3962 -1.42084 19.8442 3.4244 {normal=(-0.294909 0.309082 0.904155)}
Vertex 3963 -1.41618 19.0943 3.50263 {normal=(-0.140646 0.589707 0.795276)}
Vertex 3964 -1.41247 14.3995 2.45526 {normal=(-0.441994 -0.891531 0.0990664)}
Vertex 3965 -1.40967 17.2322 3.54534 {normal=(-0.541383 -0.725458 0.424989)}
Vertex 3966 -1.40837 17.6929 3.57602 {normal=(-0.25337 -0.275694 0.927252)}
Vertex 3967 -1.40761 19.9522 3.4375 {normal=(-0.44029 -0.857132 0.267337)}
Vertex 3968 -1.40745 19.8793 3.40929 {normal=(-0.250487 0.441016 0.861836)}
Vertex 3969 -1.40561 18.0905 2.59043 {normal=(-0.243434 -0.880855 0.405998)}
Vertex 3970 -1.40559 20.5288 2.59036 {normal=(-0.243548 0.880842 0.405958)}
Vertex 3971 -1.40386 22.4184 -2.86419 {normal=(-0.384757 0.701133 -0.600312)}
Vertex 3972 -1.40202 19.2713 2.63387 {normal=(-0.177664 0.820765 0.542937)}
Vertex 3973 -1.4012 23.397 -5.10793 {normal=(-0.91942 0.175591 -0.351903)}
Vertex 3974 -1.40092 17.3376 3.59945 {normal=(-0.722668 -0.0825687 0.686246)}
Vertex 3975 -1.40071 23.2012 -4.6514 {normal=(-0.976576 -0.168239 0.134143)}
Vertex 3976 -1.39984 14.5387 -2.90405 {normal=(-0.582537 0.359984 -0.728741)}
Vertex 3977 -1.39934 22.5175 -2.69597 {normal=(-0.397221 0.913839 -0.0843449)}
Vertex 3978 -1.39927 19.9013 3.40042 {normal=(-0.266684 0.397087 0.878181)}
Vertex 3979 -1.39867 19.3097 3.371 {normal=(-0.238728 3.75024e-05 0.971087)}
Vertex 3980 -1.39856 19.1249 3.48117 {normal=(-0.128617 0.757789 0.639697)}
Vertex 3981 -1.39764 19.1331 2.92622 {normal=(-0.0745271 0.976506 0.202194)}
Vertex 3982 -1.39734 19.9327 3.39969 {normal=(-0.49542 -0.606711 0.62166)}
Vertex 3983 -1.39714 19.1302 3.47145 {normal=(-0.081501 0.963316 0.255694)}
Vertex 3984 -1.39684 19.1329 3.28646 {normal=(-0.0394864 0.999189 0.00787664)}
Vertex 3985 -1.3963 19.91 3.39779 {normal=(-0.34581 0.188519 0.919172)}
Vertex 3986 -1.39579 22.2894 2.59895 {normal=(-0.239305 0.803371 0.545278)}
Vertex 3987 -1.39566 19.9205 3.39755 {normal=(-0.441549 -0.103694 0.891225)}
Vertex 3988 -1.39549 21.1069 3.34995 {normal=(-0.366085 0.4171 0.831871)}
Vertex 3989 -1.39527 17.6727 3.57427 {normal=(-0.457692 -0.0528099 0.887541)}
Vertex 3990 -1.39475 23.3154 0.946713 {normal=(-0.322308 0.914401 0.244926)}
Vertex 3991 -1.3946 19.093 3.35445 {normal=(-0.235676 -0.160143 0.958546)}
Vertex 3992 -1.39459 19.5264 3.35443 {normal=(-0.235693 0.160347 0.958508)}
Vertex 3993 -1.39371 15.2697 3.2467 {normal=(-0.710473 -0.385924 0.588465)}
Vertex 3994 -1.3928 -21.4147 -1.03516
Vertex 3995 -1.39137 -30.307 -3.72014 {normal=(0.996775 0.00466779 -0.080109)}
Vertex 3996 -1.391 15.8579 3.43053 {normal=(-0.446433 0.779674 0.439097)}
Vertex 3997 -1.38582 17.6223 3.59296 {normal=(-0.627004 0.150044 0.76443)}
Vertex 3998 -1.38321 12.35 0.31408 {normal=(-0.350786 -0.262235 0.89899)}
Vertex 3999 -1.38265 21.7377 3.00482 {normal=(-0.254848 0.517936 0.816575)}
Vertex 4000 -1.38248 18.8816 3.30517 {normal=(-0.22676 -0.312568 0.922432)}
Vertex 4001 -1.38248 19.7377 3.30515 {normal=(-0.226795 0.312539 0.922433)}
Vertex 4002 -1.37991 17.1954 3.49231 {normal=(-0.393195 -0.870905 0.294826)}
Vertex 4003 -1.37203 14.7141 2.91863 {normal=(-0.799184 -0.351144 0.487856)}
Vertex 4004 -1.37137 15.4659 3.41008 {normal=(-0.674511 -0.357109 0.646148)}
Vertex 4005 -1.3703 18.0084 2.3923 {normal=(-0.217948 -0.939737 0.263424)}
Vertex 4006 -1.37029 20.6109 2.39223 {normal=(-0.217993 0.939746 0.263357)}
Vertex 4007 -1.36814 18.2652 3.67724 {normal=(-0.179854 0.153552 0.971635)}
Vertex 4008 -1.36803 14.3536 2.12409 {normal=(-0.413798 -0.909885 -0.0296636)}
Vertex 4009 -1.36465 23.607 -4.60149 {normal=(-0.963801 0.250347 0.0917298)}
Vertex 4010 -1.36262 18.6808 3.2244 {normal=(-0.212336 -0.456999 0.863751)}
Vertex 4011 -1.36262 19.9386 3.22436 {normal=(-0.212315 0.457139 0.863682)}
Vertex 4012 -1.36168 19.0956 3.36254 {normal=(-0.211267 -0.158338 0.964518)}
Vertex 4013 -1.36167 19.5237 3.36253 {normal=(-0.211389 0.158272 0.964502)}
Vertex 4014 -1.35535 -11.6515 3.06806 {normal=(0.24549 -0.310622 0.918286)}
Vertex 4015 -1.35533 14.4973 2.77853 {normal=(-0.737792 -0.511752 0.440196)}
Vertex 4016 -1.35454 19.5229 2.62421 {normal=(-0.415163 -0.498721 0.760866)}
Vertex 4017 -1.35275 23.6603 -4.89928 {normal=(-0.873731 0.440125 -0.207086)}
Vertex 4018 -1.3507 20.0758 -3.66219 {normal=(-0.558739 0.00284415 -0.829339)}
Vertex 4019 -1.34909 6.71821 5.02003
Vertex 4020 -1.34893 23.0478 -5.10143 {normal=(-0.87065 -0.422793 -0.251427)}
Vertex 4021 -1.34826 22.4838 -2.56583 {normal=(-0.336368 0.897635 0.284794)}
Vertex 4022 -1.34688 14.3876 1.80127 {normal=(-0.391493 -0.903554 -0.174137)}
Vertex 4023 -1.34662 23.3096 -0.874511 {normal=(-0.216496 0.955166 -0.201958)}
Vertex 4024 -1.34493 17.465 3.66181 {normal=(-0.697927 0.0634173 0.713356)}
Vertex 4025 -1.33889 12.5013 -1.62561 {normal=(0.0570678 -0.871279 -0.487459)}
Vertex 4026 -1.33551 18.4954 3.11411 {normal=(-0.192706 -0.590314 0.783833)}
Vertex 4027 -1.3355 20.1239 3.11406 {normal=(-0.192666 0.590379 0.783793)}
Vertex 4028 -1.33323 17.1496 3.40153 {normal=(-0.34809 -0.890789 0.292111)}
Vertex 4029 -1.33299 16.777 3.35632 {normal=(-0.596899 -0.000446828 0.802317)}
Vertex 4030 -1.33133 16.5071 -2.3084 {normal=(-0.603779 0.103161 -0.790448)}
Vertex 4031 -1.32958 14.9586 -2.7584 {normal=(-0.584246 0.308997 -0.750452)}
Vertex 4032 -1.32957 19.1036 3.37043 {normal=(-0.187491 -0.152303 0.970387)}
Vertex 4033 -1.32957 19.5158 3.37042 {normal=(-0.187572 0.152465 0.970346)}
Vertex 4034 -1.3292 23.5204 -4.33204 {normal=(-0.958857 0.112228 0.260764)}
Vertex 4035 -1.32859 21.9691 2.86957 {normal=(-0.236672 0.5649 0.79049)}
Vertex 4036 -1.32755 17.9583 2.18515 {normal=(-0.187277 -0.975606 0.114541)}
Vertex 4037 -1.32753 20.661 2.18508 {normal=(-0.187246 0.975625 0.114432)}
Vertex 4038 -1.32718 22.4764 -2.44965 {normal=(-0.383826 0.839619 -0.384341)}
Vertex 4039 -1.32513 14.9207 3.12934 {normal=(-0.816639 -0.300498 0.492749)}
Vertex 4040 -1.3242 22.4701 -2.48373 {normal=(-0.375938 0.92637 0.0225533)}
Vertex 4041 -1.3234 22.9482 -4.87701 {normal=(-0.833198 -0.551585 -0.0391854)}
Vertex 4042 -1.32318 21.3686 3.23779 {normal=(-0.267923 0.471741 0.840046)}
Vertex 4043 -1.32211 20.146 3.82607 {normal=(-0.430586 0.00660025 0.902526)}
Vertex 4044 -1.32185 23.1016 -4.37459 {normal=(-0.912471 -0.277998 0.300189)}
Vertex 4045 -1.32184 20.0651 3.81358 {normal=(-0.515668 -0.379998 0.767911)}
Vertex 4046 -1.3217 16.5039 3.3352 {normal=(-0.568174 -0.128574 0.812802)}
Vertex 4047 -1.31785 23.16 -5.26138 {normal=(-0.807876 -0.191725 -0.557296)}
Vertex 4048 -1.31745 18.8869 3.32116 {normal=(-0.179386 -0.308664 0.934102)}
Vertex 4049 -1.31745 19.7325 3.32114 {normal=(-0.179342 0.308782 0.934072)}
Vertex 4050 -1.31529 14.4359 1.50241 {normal=(-0.293907 -0.927428 -0.231292)}
Vertex 4051 -1.31462 20.263 3.81217 {normal=(-0.435772 0.135988 0.889725)}
Vertex 4052 -1.31381 20.0205 3.77469 {normal=(-0.534271 -0.648143 0.542646)}
Vertex 4053 -1.31348 16.9978 3.35072 {normal=(-0.604594 0.0659126 0.793802)}
Vertex 4054 -1.31267 20.4974 3.78028 {normal=(-0.47888 0.268958 0.835665)}
Vertex 4055 -1.31147 20.3802 3.7969 {normal=(-0.507485 0.122445 0.852916)}
Vertex 4056 -1.31131 12.761 0.462476 {normal=(-0.360376 -0.266606 0.893896)}
Vertex 4057 -1.30944 12.361 -1.36256 {normal=(0.0958943 -0.892554 -0.440627)}
Vertex 4058 -1.30834 17.122 3.35409 {normal=(-0.473507 -0.72224 0.504143)}
Vertex 4059 -1.30655 15.9503 3.32305 {normal=(-0.364233 0.797486 0.480989)}
Vertex 4060 -1.30526 17.1128 3.34998 {normal=(-0.610001 -0.234275 0.756977)}
Vertex 4061 -1.30271 14.3103 0.922714 {normal=(-0.37739 -0.368273 0.849678)}
Vertex 4062 -1.30181 18.3301 2.97702 {normal=(-0.16836 -0.709023 0.684793)}
Vertex 4063 -1.3018 20.2892 2.97697 {normal=(-0.168338 0.709037 0.684783)}
Vertex 4064 -1.29923 -9.53645 3.60708
Vertex 4065 -1.29906 19.1166 3.37793 {normal=(-0.164963 -0.142759 0.975914)}
Vertex 4066 -1.29906 19.5028 3.37792 {normal=(-0.164937 0.142815 0.97591)}
Vertex 4067 -1.29716 19.9673 3.72052 {normal=(-0.534197 -0.710915 0.457421)}
Vertex 4068 -1.29625 20.5694 3.75098 {normal=(-0.201043 0.65705 0.726544)}
Vertex 4069 -1.29585 18.1106 3.70253 {normal=(-0.188852 -0.0534408 0.98055)}
Vertex 4070 -1.28717 15.475 -2.60498 {normal=(-0.583641 0.245086 -0.774142)}
Vertex 4071 -1.28179 6.82776 4.84247
Vertex 4072 -1.28175 19.6903 2.89376 {normal=(-0.400496 -0.872153 0.280985)}
Vertex 4073 -1.28104 19.6903 3.25392 {normal=(-0.374753 -0.927083 0.00883971)}
Vertex 4074 -1.28021 19.6932 3.43845 {normal=(-0.410273 -0.862674 0.295752)}
Vertex 4075 -1.2796 16.1787 3.28736 {normal=(-0.527865 -0.167411 0.832666)}
Vertex 4076 -1.27926 19.699 3.44736 {normal=(-0.387065 -0.601277 0.699033)}
Vertex 4077 -1.2784 17.9414 1.97407 {normal=(-0.170267 -0.984618 0.0392019)}
Vertex 4078 -1.27839 20.6779 1.974 {normal=(-0.170213 0.984636 0.0389917)}
Vertex 4079 -1.27716 19.7173 3.45882 {normal=(-0.345535 -0.386604 0.855069)}
Vertex 4080 -1.27437 16.0881 -2.44382 {normal=(-0.592361 0.192621 -0.782308)}
Vertex 4081 -1.2739 19.7481 3.47283 {normal=(-0.275187 -0.144821 0.95042)}
Vertex 4082 -1.27187 19.9058 3.65108 {normal=(-0.551484 -0.75792 0.348457)}
Vertex 4083 -1.2709 19.1344 3.38485 {normal=(-0.144294 -0.129625 0.981008)}
Vertex 4084 -1.2709 19.485 3.38484 {normal=(-0.14417 0.129672 0.98102)}
Vertex 4085 -1.26961 14.318 2.00957 {normal=(-0.324201 -0.93839 -0.119655)}
Vertex 4086 -1.26709 18.6885 3.24788 {normal=(-0.142987 -0.451424 0.880779)}
Vertex 4087 -1.26708 19.9308 3.24785 {normal=(-0.14294 0.451477 0.880759)}
Vertex 4088 -1.26699 19.778 3.47432 {normal=(-0.121599 0.215895 0.968815)}
Vertex 4089 -1.26687 17.251 -2.35172
Vertex 4090 -1.26685 13.6972 0.761545 {normal=(-0.364204 -0.26157 0.893832)}
Vertex 4091 -1.26625 -21.6502 -5.13275
Vertex 4092 -1.26421 13.1808 0.608134 {normal=(-0.363021 -0.268852 0.892152)}
Vertex 4093 -1.26289 16.0013 3.26785 {normal=(-0.41042 0.60548 0.681872)}
Vertex 4094 -1.26235 18.1889 2.81651 {normal=(-0.139886 -0.810351 0.569002)}
Vertex 4095 -1.26234 20.4304 2.81645 {normal=(-0.139903 0.810301 0.569069)}
Vertex 4096 -1.26221 20.5961 3.70901 {normal=(-0.144614 0.709495 0.689712)}
Vertex 4097 -1.26 16.0111 3.26491 {normal=(-0.504205 0.121298 0.855023)}
Vertex 4098 -1.25965 17.5963 3.71472 {normal=(-0.651177 0.228803 0.723615)}
Vertex 4099 -1.25916 23.8393 -4.4419 {normal=(-0.83945 0.529627 0.121733)}
Vertex 4100 -1.25779 14.338 2.65833 {normal=(-0.577273 -0.79425 0.189533)}
Vertex 4101 -1.25643 19.807 3.4633 {normal=(-0.0336229 0.381742 0.923657)}
Vertex 4102 -1.25512 19.8693 3.57747 {normal=(-0.555982 -0.811458 0.180055)}
Vertex 4103 -1.25402 18.9025 3.33675 {normal=(-0.13295 -0.297249 0.945498)}
Vertex 4104 -1.25402 19.7168 3.33673 {normal=(-0.132984 0.297306 0.945476)}
Vertex 4105 -1.25198 14.5685 1.10039 {normal=(-0.332623 -0.901625 0.276467)}
Vertex 4106 -1.24949 19.8247 3.45656 {normal=(-0.038768 0.376526 0.925595)}
Vertex 4107 -1.24823 -6.50608 4.13236 {normal=(-0.189539 -0.0742442 0.979062)}
Vertex 4108 -1.24733 23.8561 -4.77555 {normal=(-0.735569 0.654641 -0.174309)}
Vertex 4109 -1.24718 12.2607 -1.14015 {normal=(0.0852375 -0.904024 -0.418898)}
Vertex 4110 -1.2469 19.8578 3.49966 {normal=(-0.547673 -0.826139 0.132471)}
Vertex 4111 -1.24638 23.4006 -4.09093 {normal=(-0.897714 -0.0557278 0.437039)}
Vertex 4112 -1.24619 19.8311 3.45412 {normal=(-0.158305 0.173176 0.972085)}
Vertex 4113 -1.24579 19.1564 3.39103 {normal=(-0.125609 -0.113373 0.985581)}
Vertex 4114 -1.24579 19.4629 3.39102 {normal=(-0.125598 0.113318 0.985588)}
Vertex 4115 -1.24467 -13.46 2.32892 {normal=(0.471303 -0.0828566 0.878071)}
Vertex 4116 -1.2441 19.8387 3.45486 {normal=(-0.358196 -0.187077 0.914712)}
Vertex 4117 -1.24323 19.8476 3.45879 {normal=(-0.543184 -0.640054 0.543398)}
Vertex 4118 -1.24126 22.8612 -4.58811 {normal=(-0.771531 -0.628061 0.101383)}
Vertex 4119 -1.23778 14.3578 1.77479 {normal=(-0.242593 -0.948156 -0.205303)}
Vertex 4120 -1.23753 17.2349 3.75608 {normal=(-0.700585 -0.34596 0.624093)}
Vertex 4121 -1.23598 6.77915 4.54701
Vertex 4122 -1.23554 19.4513 2.65104 {normal=(-0.400053 -0.385358 0.831539)}
Vertex 4123 -1.23501 20.7361 3.62288 {normal=(-0.366529 0.486041 0.79336)}
Vertex 4124 -1.2305 14.3035 2.33568 {normal=(-0.404307 -0.914057 0.0321931)}
Vertex 4125 -1.22687 17.2084 3.74123 {normal=(-0.525027 -0.74607 0.409544)}
Vertex 4126 -1.22543 17.3114 3.78082 {normal=(-0.718485 -0.0537438 0.693463)}
Vertex 4127 -1.22434 19.1823 3.3963 {normal=(-0.109723 -0.0941296 0.989495)}
Vertex 4128 -1.22434 19.437 3.39629 {normal=(-0.109746 0.094148 0.989491)}
Vertex 4129 -1.22333 15.796 3.69142 {normal=(-0.629402 0.0731913 0.773625)}
Vertex 4130 -1.22253 23.7643 -4.15932 {normal=(-0.843456 0.393938 0.365232)}
Vertex 4131 -1.21953 19.4152 -3.70281 {normal=(-0.566494 0.0281775 -0.823584)}
Vertex 4132 -1.21879 15.8234 3.68091 {normal=(-0.531047 0.613412 0.584564)}
Vertex 4133 -1.21825 17.9648 3.6938 {normal=(-0.219961 -0.161993 0.961964)}
Vertex 4134 -1.2181 18.0754 2.63652 {normal=(-0.107981 -0.891858 0.439238)}
Vertex 4135 -1.21809 20.544 2.63646 {normal=(-0.107984 0.891866 0.439221)}
Vertex 4136 -1.21798 16.5351 -4.15741 {normal=(-0.405716 -0.225364 -0.88578)}
Vertex 4137 -1.21508 21.4985 -3.49464 {normal=(-0.423548 0.293808 -0.856904)}
Vertex 4138 -1.21464 20.9895 3.49261 {normal=(-0.342428 0.462685 0.81772)}
Vertex 4139 -1.21463 15.1169 3.41067 {normal=(-0.775008 -0.238924 0.585046)}
Vertex 4140 -1.21454 15.9239 -3.85193 {normal=(-0.32865 -0.485452 -0.810139)}
Vertex 4141 -1.21182 18.5054 3.14452 {normal=(-0.102963 -0.583077 0.805866)}
Vertex 4142 -1.21181 20.1139 3.14447 {normal=(-0.103079 0.583124 0.805817)}
Vertex 4143 -1.20888 21.6426 3.1111 {normal=(-0.200147 0.514162 0.834013)}
Vertex 4144 -1.20777 12.7302 -2.01553 {normal=(0.0852033 -0.86893 -0.487547)}
Vertex 4145 -1.20762 23.477 -5.33031 {normal=(-0.668976 0.367516 -0.646068)}
Vertex 4146 -1.20709 19.2113 3.40054 {normal=(-0.0969781 -0.0726743 0.99263)}
Vertex 4147 -1.20709 19.4081 3.40053 {normal=(-0.0969482 0.0728357 0.992621)}
Vertex 4148 -1.20589 18.8022 3.57277 {normal=(-0.0110151 0.205429 0.97861)}
Vertex 4149 -1.20479 19.3205 2.65031 {normal=(-0.309662 0.461443 0.831372)}
Vertex 4150 -1.20454 14.5442 3.10809 {normal=(-0.800737 -0.403961 0.442308)}
Vertex 4151 -1.20326 17.4017 -4.16339 {normal=(-0.499413 0.113547 -0.858891)}
Vertex 4152 -1.20247 18.9753 3.54262 {normal=(0.17679 -0.156816 0.971676)}
Vertex 4153 -1.20062 18.6514 3.59139 {normal=(-0.0747722 0.20937 0.974973)}
Vertex 4154 -1.19907 15.4944 -3.56792 {normal=(-0.328857 -0.621181 -0.711328)}
Vertex 4155 -1.19831 15.6789 3.67411 {normal=(-0.60656 -0.267743 0.748598)}
Vertex 4156 -1.1977 18.9645 3.53953 {normal=(0.178317 -0.100079 0.97887)}
Vertex 4157 -1.19545 19.0015 3.54576 {normal=(0.169094 -0.147033 0.974571)}
Vertex 4158 -1.19445 19.2427 3.40364 {normal=(-0.0876206 -0.0495053 0.994923)}
Vertex 4159 -1.19445 19.3766 3.40364 {normal=(-0.0876784 0.0496012 0.994913)}
Vertex 4160 -1.19424 22.0632 -3.23088 {normal=(-0.349511 0.524686 -0.776239)}
Vertex 4161 -1.19376 18.9283 3.35157 {normal=(-0.0889742 -0.278378 0.956342)}
Vertex 4162 -1.19376 19.6911 3.35155 {normal=(-0.0889755 0.278527 0.956298)}
Vertex 4163 -1.19058 17.4379 3.81548 {normal=(-0.691397 0.097164 0.715911)}
Vertex 4164 -1.18984 17.1714 3.67379 {normal=(-0.342131 -0.908244 0.240912)}
Vertex 4165 -1.18935 18.9546 3.53833 {normal=(0.118072 0.0932076 0.988621)}
Vertex 4166 -1.18675 19.2758 3.40554 {normal=(-0.0819706 -0.0250289 0.99632)}
Vertex 4167 -1.18675 19.3436 3.40554 {normal=(-0.0819558 0.0250797 0.99632)}
Vertex 4168 -1.18415 19.3097 3.40617 {normal=(-0.0800072 4.81054e-06 0.996794)}
Vertex 4169 -1.18236 22.4308 -2.9496 {normal=(-0.322028 0.673275 -0.665582)}
Vertex 4170 -1.18111 20.8314 -3.71129 {normal=(-0.5342 0.175867 -0.826862)}
Vertex 4171 -1.18044 14.3797 2.9799 {normal=(-0.731044 -0.581002 0.357787)}
Vertex 4172 -1.18029 14.7087 3.28486 {normal=(-0.829717 -0.319782 0.457503)}
Vertex 4173 -1.17743 18.9457 3.53903 {normal=(0.0547253 0.233794 0.970745)}
Vertex 4174 -1.17691 18.5019 3.63473 {normal=(-0.156525 0.302358 0.940255)}
Vertex 4175 -1.17664 19.043 3.54893 {normal=(0.116542 0.00392152 0.993178)}
Vertex 4176 -1.1741 23.6721 -5.18989 {normal=(-0.609632 0.591379 -0.527844)}
Vertex 4177 -1.17395 15.8801 3.6063 {normal=(-0.381943 0.841601 0.381873)}
Vertex 4178 -1.1739 18.7115 3.27079 {normal=(-0.075125 -0.434711 0.897431)}
Vertex 4179 -1.1739 19.9078 3.27076 {normal=(-0.075199 0.434744 0.897409)}
Vertex 4180 -1.17304 17.882 3.69195 {normal=(-0.321131 -0.106115 0.941071)}
Vertex 4181 -1.17166 14.3021 1.98857 {normal=(-0.204669 -0.963172 -0.174383)}
Vertex 4182 -1.17159 15.2465 -3.30537
Vertex 4183 -1.17039 18.5238 -3.86987 {normal=(-0.55257 0.175757 -0.814724)}
Vertex 4184 -1.17016 17.9922 2.4415 {normal=(-0.073497 -0.951432 0.298959)}
Vertex 4185 -1.17014 20.6271 2.44144 {normal=(-0.0734721 0.951464 0.29886)}
Vertex 4186 -1.16647 22.2805 2.66827 {normal=(-0.218957 0.63812 0.738147)}
Vertex 4187 -1.16579 19.3678 2.65738 {normal=(-0.443594 -0.120407 0.888103)}
Vertex 4188 -1.16097 21.877 -3.38221 {normal=(-0.361511 0.393988 -0.845034)}
Vertex 4189 -1.16023 19.0845 3.53999 {normal=(0.0130521 0.313018 0.949657)}
Vertex 4190 -1.16021 17.8624 3.69696 {normal=(-0.500601 0.117915 0.85761)}
Vertex 4191 -1.15664 21.9466 2.92126 {normal=(-0.181744 0.560304 0.808102)}
Vertex 4192 -1.15389 22.9823 -4.14796 {normal=(-0.75959 -0.433576 0.484804)}
Vertex 4193 -1.153 18.3422 3.0136 {normal=(-0.0605175 -0.700271 0.711307)}
Vertex 4194 -1.15299 20.2771 3.01355 {normal=(-0.0606665 0.700335 0.711231)}
Vertex 4195 -1.15089 17.8123 3.71904 {normal=(-0.607077 0.269184 0.747661)}
Vertex 4196 -1.14994 -21.4987 -1.24995
Vertex 4197 -1.14948 22.8024 -4.35597 {normal=(-0.699044 -0.6663 0.259581)}
Vertex 4198 -1.14624 19.1259 3.51896 {normal=(-0.0565866 0.507807 0.85961)}
Vertex 4199 -1.14585 15.695 -3.00421 {normal=(0.420933 -0.40716 0.810578)}
Vertex 4200 -1.14521 -12.6054 2.63504 {normal=(0.288423 -0.328524 0.89938)}
Vertex 4201 -1.14458 22.5651 2.41699 {normal=(-0.283109 0.684251 0.672049)}
Vertex 4202 -1.14375 15.4721 3.62896 {normal=(-0.637498 -0.310849 0.70496)}
Vertex 4203 -1.14314 14.4718 1.29458 {normal=(-0.0793893 -0.924785 -0.372117)}
Vertex 4204 -1.14254 19.622 2.91353 {normal=(-0.517022 -0.805889 0.288499)}
Vertex 4205 -1.14254 19.622 3.27363 {normal=(-0.516815 -0.856055 0.00845428)}
Vertex 4206 -1.14205 19.1578 2.94925 {normal=(-0.168591 0.95808 0.231647)}
Vertex 4207 -1.14205 19.1578 3.30935 {normal=(-0.156342 0.987668 0.00827573)}
Vertex 4208 -1.14135 19.155 3.49416 {normal=(-0.147061 0.946002 0.288884)}
Vertex 4209 -1.14118 19.6246 3.45831 {normal=(-0.509468 -0.805913 0.301574)}
Vertex 4210 -1.13995 19.1494 3.50368 {normal=(-0.0994153 0.709407 0.697753)}
Vertex 4211 -1.13854 21.252 3.35891 {normal=(-0.244755 0.503906 0.828356)}
Vertex 4212 -1.13846 19.6299 3.46758 {normal=(-0.409316 -0.597232 0.689764)}
Vertex 4213 -1.13814 18.9633 3.36524 {normal=(-0.0483562 -0.252894 0.966285)}
Vertex 4214 -1.13814 19.656 3.36522 {normal=(-0.0483962 0.252895 0.966283)}
Vertex 4215 -1.13806 18.9222 3.54242 {normal=(0.0532442 0.275874 0.959718)}
Vertex 4216 -1.13746 23.6311 -3.92781 {normal=(-0.790495 0.244801 0.561418)}
Vertex 4217 -1.13478 18.3538 3.70276 {normal=(-0.189237 0.260926 0.946629)}
Vertex 4218 -1.13453 19.6456 3.47951 {normal=(-0.318548 -0.436043 0.841662)}
Vertex 4219 -1.13387 23.2906 -5.44041 {normal=(-0.617118 0.017236 -0.786682)}
Vertex 4220 -1.13223 20.0379 3.90175 {normal=(-0.364394 -0.13812 0.920945)}
Vertex 4221 -1.13058 20.7976 -4.14715 {normal=(-0.994547 0.0732181 0.0742589)}
Vertex 4222 -1.13054 19.9612 3.87784 {normal=(-0.463418 -0.498833 0.7324)}
Vertex 4223 -1.1302 20.1531 3.90348 {normal=(-0.365287 -0.00203814 0.930893)}
Vertex 4224 -1.13003 14.2599 2.23184 {normal=(-0.30777 -0.948754 -0.0717173)}
Vertex 4225 -1.12997 22.8513 -5.21825 {normal=(-0.542815 -0.732309 -0.411188)}
Vertex 4226 -1.12938 19.6716 3.4941 {normal=(-0.180939 -0.208209 0.961202)}
Vertex 4227 -1.129 20.2688 3.9048 {normal=(-0.433438 -0.00225471 0.90118)}
Vertex 4228 -1.12863 20.3849 3.90569 {normal=(-0.417188 0.14909 0.896508)}
Vertex 4229 -1.12673 17.6031 3.82859 {normal=(-0.640288 0.25927 0.723056)}
Vertex 4230 -1.12642 17.1241 3.55376 {normal=(-0.292465 -0.926739 0.235836)}
Vertex 4231 -1.12511 19.9231 3.83174 {normal=(-0.497146 -0.701163 0.511092)}
Vertex 4232 -1.12472 20.1199 -4.35024 {normal=(-0.988213 -0.147739 0.0401019)}
Vertex 4233 -1.12469 23.4539 0.20058 {normal=(-0.209479 0.977751 -0.0110667)}
Vertex 4234 -1.12185 16.8397 -2.66445 {normal=(0.433106 -0.380907 0.816902)}
Vertex 4235 -1.12151 19.697 3.49626 {normal=(0.0453795 0.157966 0.986401)}
Vertex 4236 -1.1197 17.9414 2.23625 {normal=(-0.0372386 -0.987759 0.151475)}
Vertex 4237 -1.11968 20.6779 2.23617 {normal=(-0.0372084 0.987779 0.151356)}
Vertex 4238 -1.11907 23.1282 -1.58431 {normal=(-0.200724 0.894672 -0.399089)}
Vertex 4239 -1.11559 19.8711 3.7697 {normal=(-0.485898 -0.7144 0.503523)}
Vertex 4240 -1.1118 20.4584 3.88761 {normal=(-0.186963 0.555631 0.810135)}
Vertex 4241 -1.11093 19.7218 3.48598 {normal=(0.165055 0.331521 0.928898)}
Vertex 4242 -1.11068 23.9965 -4.41706 {normal=(-0.502892 0.858758 0.0981604)}
Vertex 4243 -1.10771 14.8731 3.51022 {normal=(-0.810653 -0.208687 0.547076)}
Vertex 4244 -1.10554 16.7751 3.49899 {normal=(-0.471099 -0.0101417 0.882022)}
Vertex 4245 -1.10388 19.7367 3.47956 {normal=(0.169835 0.335945 0.926443)}
Vertex 4246 -1.10317 20.1507 -3.8384 {normal=(-0.633975 0.00365941 -0.773345)}
Vertex 4247 -1.1027 22.9494 -5.3596 {normal=(-0.520639 -0.517867 -0.678785)}
Vertex 4248 -1.102 19.8052 3.69171 {normal=(-0.499612 -0.759647 0.416321)}
Vertex 4249 -1.10151 20.8012 -4.35621 {normal=(-0.917872 0.226482 -0.325908)}
Vertex 4250 -1.10035 19.7416 3.47701 {normal=(0.0309395 0.108514 0.993613)}
Vertex 4251 -1.0974 19.7472 3.47815 {normal=(-0.253784 -0.313958 0.91489)}
Vertex 4252 -1.09727 22.7614 -5.00888 {normal=(-0.50088 -0.842631 -0.197717)}
Vertex 4253 -1.09501 19.7535 3.48297 {normal=(-0.502444 -0.702947 0.503404)}
Vertex 4254 -1.09485 19.7683 3.61088 {normal=(-0.530757 -0.819843 0.214834)}
Vertex 4255 -1.09483 16.9803 3.48885 {normal=(-0.467866 0.0561816 0.882012)}
Vertex 4256 -1.09416 19.7605 3.52722 {normal=(-0.54901 -0.826177 0.126565)}
Vertex 4257 -1.09356 16.5113 3.47571 {normal=(-0.470951 -0.139196 0.871108)}
Vertex 4258 -1.0934 17.0961 3.49125 {normal=(-0.390424 -0.772653 0.500576)}
Vertex 4259 -1.09306 20.1312 -4.58962 {normal=(-0.925663 -0.0799799 -0.369799)}
Vertex 4260 -1.09245 23.2677 -3.89421 {normal=(-0.758054 -0.253372 0.600963)}
Vertex 4261 -1.0921 18.2027 2.85836 {normal=(-0.0167135 -0.800341 0.599313)}
Vertex 4262 -1.09209 20.4166 2.8583 {normal=(-0.0167082 0.800347 0.599304)}
Vertex 4263 -1.09117 18.5353 3.17418 {normal=(-0.0154389 -0.56144 0.827374)}
Vertex 4264 -1.09116 20.0841 3.17413 {normal=(-0.015581 0.561487 0.827339)}
Vertex 4265 -1.09098 22.8003 2.16742 {normal=(-0.27117 0.774691 0.571244)}
Vertex 4266 -1.09078 17.0873 3.48627 {normal=(-0.486107 -0.265212 0.832684)}
Vertex 4267 -1.08881 15.966 3.4676 {normal=(-0.347481 0.8595 0.374855)}
Vertex 4268 -1.08854 19.007 3.37743 {normal=(-0.0121307 -0.220969 0.975205)}
Vertex 4269 -1.08853 19.6124 3.37742 {normal=(-0.0121227 0.221007 0.975197)}
Vertex 4270 -1.08578 23.8215 -5.09601 {normal=(-0.512815 0.713573 -0.47732)}
Vertex 4271 -1.08536 18.7493 3.29256 {normal=(-0.0107571 -0.407256 0.913251)}
Vertex 4272 -1.08536 19.87 3.29253 {normal=(-0.010849 0.407273 0.913242)}
Vertex 4273 -1.08496 23.9844 -4.73675 {normal=(-0.430389 0.883168 -0.186496)}
Vertex 4274 -1.08477 18.2158 3.74192 {normal=(-0.173636 0.0822986 0.981365)}
Vertex 4275 -1.0838 14.2489 2.87425 {normal=(-0.572668 -0.801978 0.169948)}
Vertex 4276 -1.08123 12.1513 -0.910214 {normal=(0.0258079 -0.909563 -0.414763)}
Vertex 4277 -1.08118 -11.5593 2.94872
Vertex 4278 -1.08071 23.9328 -4.13322 {normal=(-0.50424 0.764625 0.401362)}
Vertex 4279 -1.07942 14.2363 2.55803 {normal=(-0.438295 -0.898778 0.00983097)}
Vertex 4280 -1.07852 20.4892 3.85057 {normal=(-0.10845 0.660109 0.7433)}
Vertex 4281 -1.07594 -13.1685 2.17756
Vertex 4282 -1.07571 20.8629 -3.77099 {normal=(-0.786809 0.209592 -0.580519)}
Vertex 4283 -1.07365 15.3573 3.62561 {normal=(-0.667491 -0.47208 0.575844)}
Vertex 4284 -1.0706 14.3893 1.52017 {normal=(-0.0969243 -0.95015 -0.296345)}
Vertex 4285 -1.06796 17.9243 2.0258 {normal=(-0.0187842 -0.996899 0.0764118)}
Vertex 4286 -1.06795 20.6949 2.02573 {normal=(-0.0187324 0.996917 0.076193)}
Vertex 4287 -1.06184 15.328 3.61275 {normal=(-0.610171 -0.262975 0.747352)}
Vertex 4288 -1.06107 15.2065 3.61844 {normal=(-0.653298 -0.0751777 0.753359)}
Vertex 4289 -1.0589 16.1889 3.41903 {normal=(-0.47765 -0.177714 0.860388)}
Vertex 4290 -1.05887 20.8516 -3.91628 {normal=(-0.993266 0.0489085 0.105027)}
Vertex 4291 -1.05631 20.1562 -4.08011 {normal=(-0.979849 -0.14906 0.132953)}
Vertex 4292 -1.05163 20.6174 3.77163 {normal=(-0.297298 0.494496 0.816754)}
Vertex 4293 -1.04912 20.1665 -3.9095 {normal=(-0.916758 -0.0614616 -0.394687)}
Vertex 4294 -1.04901 23.4883 -3.77377 {normal=(-0.691756 0.0469009 0.720607)}
Vertex 4295 -1.04617 19.0581 3.38785 {normal=(0.0187883 -0.183683 0.982806)}
Vertex 4296 -1.04617 19.5613 3.38783 {normal=(0.0188169 0.183698 0.982803)}
Vertex 4297 -1.04507 16.0136 3.39636 {normal=(-0.439685 0.669708 0.598472)}
Vertex 4298 -1.0428 23.0726 1.74578 {normal=(-0.269826 0.842659 0.465962)}
Vertex 4299 -1.04273 16.023 3.39258 {normal=(-0.516904 0.14122 0.844314)}
Vertex 4300 -1.0423 13.7644 -3.51443 {normal=(-0.441819 0.408294 -0.798806)}
Vertex 4301 -1.04169 13.744 -3.526
Vertex 4302 -1.04124 17.0622 -2.49695
Vertex 4303 -1.03512 17.2042 3.96579 {normal=(-0.655725 -0.357365 0.665068)}
Vertex 4304 -1.03391 17.8072 3.82015 {normal=(-0.608243 0.301686 0.734184)}
Vertex 4305 -1.03255 17.2806 3.97808 {normal=(-0.711294 -0.0361459 0.701964)}
Vertex 4306 -1.03236 14.3211 1.77717 {normal=(-0.138021 -0.959682 -0.244869)}
Vertex 4307 -1.03115 20.8429 3.6508 {normal=(-0.304723 0.488511 0.817619)}
Vertex 4308 -1.0306 18.0905 2.68262 {normal=(0.027441 -0.880853 0.472593)}
Vertex 4309 -1.03058 20.5288 2.68256 {normal=(0.0275597 0.880841 0.47261)}
Vertex 4310 -1.02688 18.088 3.7522 {normal=(-0.199644 -0.00910161 0.979826)}
Vertex 4311 -1.02639 17.1791 3.94962 {normal=(-0.47607 -0.769539 0.425637)}
Vertex 4312 -1.02288 19.5352 2.91346 {normal=(-0.578331 -0.754346 0.310636)}
Vertex 4313 -1.02288 19.5352 3.27356 {normal=(-0.606225 -0.795253 0.00798108)}
Vertex 4314 -1.0212 19.5377 3.45818 {normal=(-0.577854 -0.762516 0.290954)}
Vertex 4315 -1.01993 -13.4847 2.14227 {normal=(0.749591 -0.135404 0.647904)}
Vertex 4316 -1.01869 17.4082 3.98648 {normal=(-0.692318 0.121375 0.711311)}
Vertex 4317 -1.01783 19.5426 3.46731 {normal=(-0.43041 -0.578626 0.692776)}
Vertex 4318 -1.01209 19.1153 3.39622 {normal=(0.0436859 -0.141905 0.988916)}
Vertex 4319 -1.01209 19.504 3.39621 {normal=(0.043635 0.141941 0.988913)}
Vertex 4320 -1.0099 13.9755 -3.43307 {normal=(-0.440828 0.381884 -0.812303)}
Vertex 4321 -1.00989 19.5563 3.47807 {normal=(-0.299271 -0.418845 0.857325)}
Vertex 4322 -1.00887 14.3917 3.27809 {normal=(-0.715985 -0.542464 0.43943)}
Vertex 4323 -1.00786 18.3781 3.04928 {normal=(0.0444873 -0.674295 0.737121)}
Vertex 4324 -1.00785 20.2413 3.04923 {normal=(0.0444653 0.674414 0.737014)}
Vertex 4325 -1.00671 21.5235 3.2218 {normal=(-0.187016 0.523676 0.831137)}
Vertex 4326 -1.0062 14.5139 3.42066 {normal=(-0.765745 -0.463907 0.44545)}
Vertex 4327 -1.0046 22.6795 -4.73149 {normal=(-0.445689 -0.892531 -0.0689213)}
Vertex 4328 -1.00365 18.8009 3.31264 {normal=(0.0485751 -0.369757 0.927858)}
Vertex 4329 -1.00364 19.8185 3.31262 {normal=(0.0485787 0.369849 0.927821)}
Vertex 4330 -1.00004 23.3818 1.15206 {normal=(-0.260567 0.919287 0.294984)}
Vertex 4331 -0.998805 -9.53699 3.74189 {normal=(-0.176587 -0.242163 0.954031)}
Vertex 4332 -0.997866 22.7864 -2.17998 {normal=(-0.251109 0.828618 -0.500336)}
Vertex 4333 -0.997381 14.2623 2.02183 {normal=(-0.19496 -0.959843 -0.201722)}
Vertex 4334 -0.997373 19.5787 3.49046 {normal=(-0.114033 -0.196288 0.973893)}
Vertex 4335 -0.995076 23.7931 -3.88523 {normal=(-0.431336 0.622756 0.652782)}
Vertex 4336 -0.994924 -12.9984 2.40676
Vertex 4337 -0.992853 18.0139 3.76184 {normal=(-0.313684 0.0830781 0.945886)}
Vertex 4338 -0.989805 -19.9874 -0.37697
Vertex 4339 -0.987792 22.6542 -2.74836 {normal=(-0.368483 0.92925 -0.026738)}
Vertex 4340 -0.987128 19.1774 3.40236 {normal=(0.0618804 -0.0965603 0.993402)}
Vertex 4341 -0.987125 19.442 3.40235 {normal=(0.0618904 0.0966529 0.993392)}
Vertex 4342 -0.985686 14.9699 3.68112 {normal=(-0.676807 -0.0683749 0.732978)}
Vertex 4343 -0.984394 19.6012 3.49021 {normal=(0.174399 0.16327 0.971045)}
Vertex 4344 -0.982692 17.9934 3.77084 {normal=(-0.458656 0.309731 0.832887)}
Vertex 4345 -0.98185 14.2785 3.1689 {normal=(-0.637421 -0.676264 0.369272)}
Vertex 4346 -0.981284 19.4564 -3.87598 {normal=(-0.636613 0.00947285 -0.771125)}
Vertex 4347 -0.981275 17.5621 3.97371 {normal=(-0.638169 0.281101 0.716744)}
Vertex 4348 -0.980573 21.5628 -3.53756 {normal=(-0.550794 0.358112 -0.753911)}
Vertex 4349 -0.979581 15.8275 3.86088 {normal=(-0.542265 0.147269 0.8272)}
Vertex 4350 -0.976537 18.5842 3.20235 {normal=(0.06756 -0.526008 0.847792)}
Vertex 4351 -0.976529 20.0352 3.20232 {normal=(0.0676412 0.52603 0.847772)}
Vertex 4352 -0.973853 17.1392 3.85909 {normal=(-0.290108 -0.934636 0.205655)}
Vertex 4353 -0.973851 14.645 3.59662 {normal=(-0.771196 -0.334559 0.541597)}
Vertex 4354 -0.973467 21.558 -3.76905 {normal=(-0.975086 0.174895 0.136452)}
Vertex 4355 -0.972917 15.7142 3.84687 {normal=(-0.543175 -0.180364 0.820018)}
Vertex 4356 -0.972742 15.8556 3.84971 {normal=(-0.453433 0.650565 0.609232)}
Vertex 4357 -0.971899 19.2427 3.4061 {normal=(0.0730146 -0.0488626 0.996133)}
Vertex 4358 -0.971898 19.3766 3.4061 {normal=(0.0729961 0.0489165 0.996132)}
Vertex 4359 -0.971654 20.8624 -4.54346 {normal=(-0.644185 0.386237 -0.660187)}
Vertex 4360 -0.970954 19.6236 3.47732 {normal=(0.307748 0.324768 0.894325)}
Vertex 4361 -0.970016 18.0084 2.49071 {normal=(0.0709653 -0.939738 0.334451)}
Vertex 4362 -0.970003 20.6109 2.49064 {normal=(0.0710382 0.939748 0.334406)}
Vertex 4363 -0.96862 17.9685 3.7937 {normal=(-0.527348 0.449961 0.720722)}
Vertex 4364 -0.96678 19.3097 3.40736 {normal=(0.07675 8.64544e-06 0.99705)}
Vertex 4365 -0.965931 19.8623 3.90179 {normal=(-0.391829 -0.628111 0.67227)}
Vertex 4366 -0.964046 19.9346 3.93639 {normal=(-0.30864 -0.271188 0.911701)}
Vertex 4367 -0.963622 19.8305 3.84983 {normal=(-0.401846 -0.776507 0.485343)}
Vertex 4368 -0.96242 19.6372 3.46941 {normal=(0.313804 0.321414 0.893432)}
Vertex 4369 -0.961312 20.19 -4.79822 {normal=(-0.655598 0.0392005 -0.754092)}
Vertex 4370 -0.960084 14.2131 2.25414 {normal=(-0.24392 -0.953459 -0.177255)}
Vertex 4371 -0.958788 19.6418 3.46648 {normal=(0.135217 0.0816475 0.987446)}
Vertex 4372 -0.957967 20.0474 3.95362 {normal=(-0.299446 -0.118598 0.946714)}
Vertex 4373 -0.957809 19.7819 3.78207 {normal=(-0.375757 -0.759147 0.531509)}
Vertex 4374 -0.955891 19.5248 -4.37833 {normal=(-0.979491 -0.195116 0.0502775)}
Vertex 4375 -0.955538 19.6461 3.46742 {normal=(-0.226514 -0.363355 0.903695)}
Vertex 4376 -0.955067 17.9078 3.84226 {normal=(-0.577033 0.379554 0.723167)}
Vertex 4377 -0.95413 20.1634 3.97044 {normal=(-0.351666 -0.10894 0.929765)}
Vertex 4378 -0.953293 11.6543 0.192958
Vertex 4379 -0.953293 11.6747 0.20453 {normal=(-0.206839 -0.404667 0.890765)}
Vertex 4380 -0.952852 23.1127 -5.52019 {normal=(-0.42475 -0.301095 -0.853774)}
Vertex 4381 -0.952752 15.5157 3.80768 {normal=(-0.564991 -0.274761 0.778005)}
Vertex 4382 -0.95267 19.6503 3.47224 {normal=(-0.499096 -0.687646 0.5273)}
Vertex 4383 -0.952535 20.2826 3.98684 {normal=(-0.322529 0.0402376 0.945704)}
Vertex 4384 -0.952371 -13.4461 -3.2809
Vertex 4385 -0.950309 22.6211 -2.61506 {normal=(-0.271908 0.932889 0.236186)}
Vertex 4386 -0.950101 21.102 3.50996 {normal=(-0.239161 0.531623 0.812514)}
Vertex 4387 -0.949385 19.6603 3.52017 {normal=(-0.550823 -0.801909 0.23138)}
Vertex 4388 -0.948489 19.7166 3.69852 {normal=(-0.391183 -0.788243 0.475025)}
Vertex 4389 -0.948483 21.5699 -3.90335 {normal=(-0.855015 0.403986 -0.325184)}
Vertex 4390 -0.948216 18.5651 3.65845 {normal=(-0.269817 0.345345 0.898853)}
Vertex 4391 -0.947478 18.6965 3.60565 {normal=(-0.21625 0.325593 0.920448)}
Vertex 4392 -0.945681 19.6761 3.61122 {normal=(-0.471178 -0.82514 0.311665)}
Vertex 4393 -0.942642 23.9251 -5.04869 {normal=(-0.31132 0.856295 -0.412115)}
Vertex 4394 -0.941746 14.3776 -3.28193 {normal=(-0.4545 0.370137 -0.810203)}
Vertex 4395 -0.940664 18.4314 3.71602 {normal=(-0.269287 0.290465 0.918213)}
Vertex 4396 -0.938449 18.8258 3.55761 {normal=(-0.128201 0.341709 0.931021)}
Vertex 4397 -0.936545 20.3613 3.9784 {normal=(-0.107027 0.441892 0.890661)}
Vertex 4398 -0.936424 -12.7659 2.51495
Vertex 4399 -0.935837 22.6128 -2.49546 {normal=(-0.315314 0.887745 -0.33539)}
Vertex 4400 -0.934067 17.4389 -4.31825 {normal=(-0.487934 0.0836057 -0.868868)}
Vertex 4401 -0.93299 22.6073 -2.53077 {normal=(-0.312071 0.949964 0.0134179)}
Vertex 4402 -0.930777 18.865 3.33056 {normal=(0.101553 -0.323151 0.940883)}
Vertex 4403 -0.930773 19.7544 3.33053 {normal=(0.101584 0.323237 0.94085)}
Vertex 4404 -0.92928 17.2854 4.08205 {normal=(-0.589449 -0.101184 0.801443)}
Vertex 4405 -0.926925 15.9152 3.7697 {normal=(-0.34146 0.857334 0.385207)}
Vertex 4406 -0.926039 18.2438 2.89918 {normal=(0.10336 -0.770642 0.62883)}
Vertex 4407 -0.926029 20.3755 2.89913 {normal=(0.103381 0.770694 0.628763)}
Vertex 4408 -0.925917 17.4136 4.07733 {normal=(-0.685521 0.151005 0.712221)}
Vertex 4409 -0.924916 18.5525 -4.03593 {normal=(-0.58314 0.155938 -0.797265)}
Vertex 4410 -0.923131 19.5597 -4.60358 {normal=(-0.920479 -0.143295 -0.363574)}
Vertex 4411 -0.920308 17.7425 3.93976 {normal=(-0.60179 0.325245 0.729427)}
Vertex 4412 -0.920253 18.2985 3.75376 {normal=(-0.230457 0.146155 0.962044)}
Vertex 4413 -0.919928 11.8859 0.285886 {normal=(-0.20876 -0.317919 0.92485)}
Vertex 4414 -0.914602 14.1519 2.79114 {normal=(-0.441677 -0.896388 0.0375636)}
Vertex 4415 -0.911847 17.9583 2.28734 {normal=(0.112821 -0.975607 0.188315)}
Vertex 4416 -0.911833 20.661 2.28727 {normal=(0.11285 0.975625 0.188205)}
Vertex 4417 -0.908335 19.4435 2.91038 {normal=(-0.618412 -0.704508 0.348188)}
Vertex 4418 -0.908335 19.4435 3.27048 {normal=(-0.643859 -0.765106 0.00760023)}
Vertex 4419 -0.907557 22.6232 -4.50509 {normal=(-0.355396 -0.933205 0.0531176)}
Vertex 4420 -0.907109 17.4102 4.09573 {normal=(-0.551107 0.123373 0.825264)}
Vertex 4421 -0.906353 23.647 -3.72296 {normal=(-0.308365 0.427112 0.849992)}
Vertex 4422 -0.906238 19.4454 3.45509 {normal=(-0.612461 -0.739004 0.280649)}
Vertex 4423 -0.906162 20.3993 3.94512 {normal=(-0.0147657 0.568318 0.822677)}
Vertex 4424 -0.904181 16.7837 -2.56079 {normal=(-0.471915 0.0681848 -0.879004)}
Vertex 4425 -0.902047 19.4493 3.46421 {normal=(-0.455816 -0.567837 0.685415)}
Vertex 4426 -0.901436 -12.4844 2.49631
Vertex 4427 -0.900802 19.4737 -3.95306 {normal=(-0.899948 -0.0856174 -0.427509)}
Vertex 4428 -0.900037 21.5826 -3.62903 {normal=(-0.97783 0.209346 -0.00472746)}
Vertex 4429 -0.899847 15.405 3.80731 {normal=(-0.483808 -0.486583 0.727438)}
Vertex 4430 -0.899411 14.1819 3.07855 {normal=(-0.503702 -0.833636 0.226572)}
Vertex 4431 -0.898065 16.5687 -4.29868 {normal=(-0.324393 -0.264603 -0.90816)}
Vertex 4432 -0.897828 17.5376 4.05795 {normal=(-0.640905 0.302223 0.705622)}
Vertex 4433 -0.896805 22.8432 -3.97151 {normal=(-0.794704 -0.418756 0.439419)}
Vertex 4434 -0.892442 19.2129 2.92664 {normal=(-0.240391 0.931673 0.272392)}
Vertex 4435 -0.892442 19.2129 3.28674 {normal=(-0.260766 0.96537 0.00786141)}
Vertex 4436 -0.892338 19.4965 -4.12051 {normal=(-0.97984 -0.181756 0.0829335)}
Vertex 4437 -0.892102 12.9034 -2.28661 {normal=(0.0925801 -0.856366 -0.508003)}
Vertex 4438 -0.891147 19.4597 3.47431 {normal=(-0.310746 -0.40097 0.861777)}
Vertex 4439 -0.890607 19.2102 3.47115 {normal=(-0.221865 0.93159 0.287951)}
Vertex 4440 -0.890209 17.905 3.8949 {normal=(-0.638172 0.36921 0.675589)}
Vertex 4441 -0.888333 21.8398 3.04437 {normal=(-0.180472 0.54252 0.820428)}
Vertex 4442 -0.886984 18.1661 3.77166 {normal=(-0.238476 0.0768224 0.968105)}
Vertex 4443 -0.886938 19.2049 3.47988 {normal=(-0.115569 0.688492 0.715976)}
Vertex 4444 -0.886827 14.7413 3.73469 {normal=(-0.656786 -0.165875 0.735607)}
Vertex 4445 -0.884369 14.7885 -3.13354 {normal=(-0.469984 0.346609 -0.811774)}
Vertex 4446 -0.882921 17.96 3.86165 {normal=(-0.616247 0.512755 0.597765)}
Vertex 4447 -0.882313 22.6888 -2.84609 {normal=(-0.343155 0.854992 -0.388887)}
Vertex 4448 -0.878233 17.8369 3.93381 {normal=(-0.634944 0.278483 0.72062)}
Vertex 4449 -0.877506 17.0845 3.69421 {normal=(-0.252503 -0.947562 0.19588)}
Vertex 4450 -0.877295 19.192 3.48745 {normal=(-0.0233133 0.439165 0.898104)}
Vertex 4451 -0.876392 17.5294 4.08131 {normal=(-0.529113 0.273763 0.803177)}
Vertex 4452 -0.876386 22.6668 -4.16744 {normal=(-0.505625 -0.833344 0.223343)}
Vertex 4453 -0.875765 -21.5005 -3.24821
Vertex 4454 -0.875654 20.5013 3.89383 {normal=(-0.170622 0.443407 0.879931)}
Vertex 4455 -0.873762 14.1491 2.49111 {normal=(-0.350656 -0.930756 -0.103605)}
Vertex 4456 -0.873541 19.4765 3.48542 {normal=(-0.102249 -0.169425 0.980225)}
Vertex 4457 -0.870743 18.6509 3.22836 {normal=(0.144234 -0.4776 0.866657)}
Vertex 4458 -0.870736 19.9684 3.22833 {normal=(0.144322 0.477637 0.866622)}
Vertex 4459 -0.869961 18.4369 3.08318 {normal=(0.144212 -0.631767 0.761626)}
Vertex 4460 -0.869952 20.1824 3.08313 {normal=(0.144378 0.631786 0.761578)}
Vertex 4461 -0.868538 18.94 3.34585 {normal=(0.146787 -0.268651 0.951987)}
Vertex 4462 -0.868534 19.6793 3.34584 {normal=(0.146771 0.268671 0.951984)}
Vertex 4463 -0.867803 18.0886 3.78571 {normal=(-0.310538 0.197864 0.92974)}
Vertex 4464 -0.867391 23.1217 -3.7419 {normal=(-0.713088 -0.189149 0.675076)}
Vertex 4465 -0.866932 18.0258 4.04017 {normal=(-0.996906 0.0501499 0.0605324)}
Vertex 4466 -0.865548 18.6902 -4.54415 {normal=(-0.993952 -0.0801618 0.0750624)}
Vertex 4467 -0.864426 15.1894 3.75266 {normal=(-0.502689 0.0569143 0.862592)}
Vertex 4468 -0.863465 18.935 3.51255 {normal=(-0.13255 0.424519 0.895664)}
Vertex 4469 -0.862715 18.0658 3.7959 {normal=(-0.438509 0.396413 0.806577)}
Vertex 4470 -0.861906 21.9578 -3.41673 {normal=(-0.414481 0.440757 -0.796203)}
Vertex 4471 -0.86168 19.1715 3.49385 {normal=(0.111568 0.134622 0.984596)}
Vertex 4472 -0.861276 21.9714 -3.55436 {normal=(-0.884424 0.404449 0.232842)}
Vertex 4473 -0.860535 17.944 3.97675 {normal=(-0.998684 -0.0400956 -0.0319783)}
Vertex 4474 -0.85884 -20.0577 -5.38738 {normal=(0.868265 -0.0874454 -0.488333)}
Vertex 4475 -0.858285 15.3468 3.77413 {normal=(-0.410708 -0.586222 0.698329)}
Vertex 4476 -0.857668 17.9034 3.92718 {normal=(-0.875797 0.236351 0.420853)}
Vertex 4477 -0.857522 17.9414 2.07754 {normal=(0.132682 -0.984617 0.113684)}
Vertex 4478 -0.857507 20.6779 2.07747 {normal=(0.132735 0.984635 0.113469)}
Vertex 4479 -0.857447 17.9032 3.93908 {normal=(-0.996452 -0.061532 0.0574291)}
Vertex 4480 -0.857033 19.4937 3.48398 {normal=(0.229982 0.190554 0.954357)}
Vertex 4481 -0.855053 17.8453 3.95586 {normal=(-0.744041 0.176296 0.644455)}
Vertex 4482 -0.854972 12.2879 0.437024 {normal=(-0.217598 -0.310188 0.925438)}
Vertex 4483 -0.85369 17.6161 -4.84768 {normal=(-0.989876 -0.0581705 0.129469)}
Vertex 4484 -0.852613 15.2878 3.75587 {normal=(-0.491034 -0.00241332 0.871137)}
Vertex 4485 -0.851178 18.0397 3.81936 {normal=(-0.563625 0.52829 0.635009)}
Vertex 4486 -0.850634 19.1513 3.48996 {normal=(0.28173 -0.257383 0.924328)}
Vertex 4487 -0.850161 17.7012 4.01621 {normal=(-0.618966 0.34001 0.708008)}
Vertex 4488 -0.850039 17.9696 4.07183 {normal=(-0.938211 -0.175483 0.298271)}
Vertex 4489 -0.84771 18.1358 2.72758 {normal=(0.159701 -0.848104 0.505188)}
Vertex 4490 -0.847697 20.4835 2.72752 {normal=(0.1597 0.848113 0.505174)}
Vertex 4491 -0.846475 15.3175 3.76127 {normal=(-0.464557 -0.30232 0.83234)}
Vertex 4492 -0.846421 23.5397 -5.56298 {normal=(-0.463459 0.480163 -0.744748)}
Vertex 4493 -0.845981 21.9821 -3.61898 {normal=(-0.737901 0.630786 -0.240025)}
Vertex 4494 -0.845023 20.6672 3.82453 {normal=(-0.212513 0.45788 0.863241)}
Vertex 4495 -0.844159 19.1311 3.47576 {normal=(0.330647 -0.369876 0.868254)}
Vertex 4496 -0.843601 18.1077 4.00712 {normal=(-0.925949 0.318871 -0.202336)}
Vertex 4497 -0.843352 17.8981 4.01384 {normal=(-0.943608 -0.254661 0.211548)}
Vertex 4498 -0.843211 22.5249 -3.00634
Vertex 4499 -0.8426 17.8527 3.97137 {normal=(-0.891501 -0.00121278 0.453017)}
Vertex 4500 -0.842275 18.0983 4.10842 {normal=(-0.931873 0.203382 0.300414)}
Vertex 4501 -0.84213 16.0065 3.62084 {normal=(-0.330844 0.871208 0.362682)}
Vertex 4502 -0.841621 19.5112 3.47 {normal=(0.381075 0.346996 0.856957)}
Vertex 4503 -0.840872 17.8591 3.98035 {normal=(-0.943007 -0.205478 0.261756)}
Vertex 4504 -0.84061 23.5293 0.52043 {normal=(-0.196767 0.979223 0.0490493)}
Vertex 4505 -0.840061 18.0312 3.94688 {normal=(-0.920566 0.235778 -0.311396)}
Vertex 4506 -0.839972 23.3388 -3.63353 {normal=(-0.282997 -0.123381 0.951152)}
Vertex 4507 -0.839312 22.2115 -3.25307
Vertex 4508 -0.838495 15.2083 -2.98788 {normal=(-0.478845 0.301666 -0.824442)}
Vertex 4509 -0.838353 17.6796 -5.07831 {normal=(-0.950132 0.0825181 -0.300733)}
Vertex 4510 -0.83823 18.7425 -4.76648 {normal=(-0.941414 0.0297634 -0.335936)}
Vertex 4511 -0.837669 17.9941 3.91019 {normal=(-0.957466 0.242127 -0.156952)}
Vertex 4512 -0.83694 19.1177 3.46486 {normal=(0.337167 -0.375046 0.863515)}
Vertex 4513 -0.836423 17.9963 3.89708 {normal=(-0.889518 0.412436 0.196608)}
Vertex 4514 -0.836402 12.0577 -0.700179 {normal=(0.0028529 -0.909813 -0.415008)}
Vertex 4515 -0.835847 17.0162 -5.27256 {normal=(-0.959269 0.0565069 -0.276786)}
Vertex 4516 -0.835082 16.7827 3.61961 {normal=(-0.394708 -0.00228305 0.918804)}
Vertex 4517 -0.834912 16.9218 -5.04656 {normal=(-0.976473 -0.11179 0.1844)}
Vertex 4518 -0.833735 17.176 4.11351 {normal=(-0.484269 -0.421909 0.76647)}
Vertex 4519 -0.831882 19.5219 3.46133 {normal=(0.386041 0.342675 0.856473)}
Vertex 4520 -0.83071 16.7525 -5.34922 {normal=(-0.966431 0.00518351 -0.256875)}
Vertex 4521 -0.830435 17.7915 3.99121 {normal=(-0.720564 0.154773 0.675894)}
Vertex 4522 -0.829643 16.3379 -2.6733 {normal=(-0.478092 0.185536 -0.85849)}
Vertex 4523 -0.828977 19.111 3.45726 {normal=(0.306455 -0.258744 0.916044)}
Vertex 4524 -0.828724 23.6424 -5.47334 {normal=(-0.404858 0.644469 -0.648652)}
Vertex 4525 -0.828093 17.8056 3.99796 {normal=(-0.807206 0.00190723 0.590267)}
Vertex 4526 -0.827914 16.5403 3.60367 {normal=(-0.406684 -0.115411 0.90625)}
Vertex 4527 -0.827901 17.053 3.60932 {normal=(-0.347303 -0.796702 0.494618)}
Vertex 4528 -0.827815 19.5257 3.45797 {normal=(0.194167 0.132597 0.971966)}
Vertex 4529 -0.82743 16.9546 3.60786 {normal=(-0.395682 0.0529337 0.916861)}
Vertex 4530 -0.827351 18.0363 4.14044 {normal=(-0.888812 -0.0211247 0.457785)}
Vertex 4531 -0.826855 17.1518 4.09573 {normal=(-0.374704 -0.795902 0.475539)}
Vertex 4532 -0.826748 17.2486 4.12981 {normal=(-0.462881 -0.138484 0.875536)}
Vertex 4533 -0.825864 17.9142 4.1003 {normal=(-0.896505 -0.2683 0.352554)}
Vertex 4534 -0.825647 18.024 3.87183 {normal=(-0.82745 0.488909 0.276215)}
Vertex 4535 -0.825084 21.6184 -4.03195 {normal=(-0.546334 0.569602 -0.614063)}
Vertex 4536 -0.825037 17.0447 3.60442 {normal=(-0.424396 -0.277636 0.861862)}
Vertex 4537 -0.824439 19.101 3.45543 {normal=(0.161986 0.129549 0.978252)}
Vertex 4538 -0.823982 19.5292 3.45835 {normal=(-0.218157 -0.288043 0.932437)}
Vertex 4539 -0.823472 17.6835 4.04949 {normal=(-0.552796 0.316111 0.771032)}
Vertex 4540 -0.823325 19.0879 3.45936 {normal=(0.0536096 0.342017 0.938163)}
Vertex 4541 -0.820754 17.8082 4.00942 {normal=(-0.832291 -0.080062 0.548526)}
Vertex 4542 -0.820382 19.5324 3.4625 {normal=(-0.480081 -0.57473 0.662727)}
Vertex 4543 -0.81991 18.1744 4.06893 {normal=(-0.888525 0.453039 0.0726544)}
Vertex 4544 -0.818464 19.0242 3.35816 {normal=(0.183141 -0.207529 0.960932)}
Vertex 4545 -0.818462 19.5952 3.35815 {normal=(0.183162 0.207548 0.960924)}
Vertex 4546 -0.81833 17.8515 4.04762 {normal=(-0.894333 -0.3341 0.297567)}
Vertex 4547 -0.817788 15.7248 -2.83447 {normal=(-0.479163 0.244179 -0.843077)}
Vertex 4548 -0.816907 15.9419 -3.97719 {normal=(-0.192548 -0.502068 -0.843121)}
Vertex 4549 -0.816626 17.8162 4.01733 {normal=(-0.875429 -0.221811 0.429447)}
Vertex 4550 -0.81422 14.9991 3.79755 {normal=(-0.502141 0.0331746 0.864149)}
Vertex 4551 -0.813052 14.4327 3.66987 {normal=(-0.695634 -0.494659 0.520966)}
Vertex 4552 -0.811949 18.5744 -4.11926 {normal=(-0.868547 0.0578906 -0.492215)}
Vertex 4553 -0.811083 19.5522 3.5053 {normal=(-0.482694 -0.723361 0.493715)}
Vertex 4554 -0.809211 16.6074 -5.14078 {normal=(-0.954016 -0.219326 0.204329)}
Vertex 4555 -0.808475 21.3945 3.3491 {normal=(-0.203465 0.540461 0.816397)}
Vertex 4556 -0.807561 12.6988 0.585421 {normal=(-0.227654 -0.304799 0.924809)}
Vertex 4557 -0.805926 16.2275 3.56004 {normal=(-0.436811 -0.147178 0.887432)}
Vertex 4558 -0.805893 17.3696 4.14462 {normal=(-0.408571 0.0640923 0.910473)}
Vertex 4559 -0.805705 17.975 4.16889 {normal=(-0.868014 -0.129802 0.479274)}
Vertex 4560 -0.805351 14.2482 1.04566 {normal=(-0.238027 -0.390654 0.889231)}
Vertex 4561 -0.80534 18.0772 3.83447 {normal=(-0.790039 0.485551 0.37427)}
Vertex 4562 -0.803581 19.8021 3.92179 {normal=(-0.253997 -0.751193 0.609258)}
Vertex 4563 -0.802854 14.3362 3.53674 {normal=(-0.674136 -0.616408 0.406918)}
Vertex 4564 -0.80149 19.7777 3.86656 {normal=(-0.224416 -0.860594 0.457182)}
Vertex 4565 -0.801117 17.769 4.02946 {normal=(-0.704888 0.13215 0.6969)}
Vertex 4566 -0.800678 18.131 3.80075 {normal=(-0.496157 0.191451 0.846862)}
Vertex 4567 -0.798905 19.3468 2.90429 {normal=(-0.68514 -0.611784 0.395352)}
Vertex 4568 -0.798905 19.3468 3.26439 {normal=(-0.729753 -0.683677 0.00683606)}
Vertex 4569 -0.798789 19.8635 3.96322 {normal=(-0.249483 -0.396716 0.883388)}
Vertex 4570 -0.798531 16.0569 3.54436 {normal=(-0.431648 0.684655 0.587305)}
Vertex 4571 -0.798147 22.0524 -3.38713 {normal=(-0.448429 0.526008 -0.722653)}
Vertex 4572 -0.798125 18.1071 3.81153 {normal=(-0.694688 0.392744 0.602627)}
Vertex 4573 -0.79748 19.7258 3.78608 {normal=(-0.199547 -0.807471 0.555131)}
Vertex 4574 -0.797061 18.3683 3.78154 {normal=(-0.408445 0.144928 0.901204)}
Vertex 4575 -0.796987 23.4393 -5.63853 {normal=(-0.44609 0.18985 -0.87462)}
Vertex 4576 -0.796302 19.3479 3.44905 {normal=(-0.70077 -0.663797 0.261333)}
Vertex 4577 -0.796132 16.0664 3.54027 {normal=(-0.494449 0.157803 0.854762)}
Vertex 4578 -0.796085 19.5886 3.58678 {normal=(-0.334108 -0.793072 0.509322)}
Vertex 4579 -0.794408 17.8595 4.12558 {normal=(-0.804154 -0.411869 0.428602)}
Vertex 4580 -0.794057 19.6012 -4.79626 {normal=(-0.63675 -0.0495384 -0.769477)}
Vertex 4581 -0.79216 18.6203 -4.28866 {normal=(-0.994231 -0.0836604 0.0671285)}
Vertex 4582 -0.79213 17.7699 4.04131 {normal=(-0.64597 0.0941235 0.757538)}
Vertex 4583 -0.79155 19.6465 3.68037 {normal=(-0.222671 -0.802422 0.553657)}
Vertex 4584 -0.791094 19.3501 3.45826 {normal=(-0.537156 -0.509817 0.671975)}
Vertex 4585 -0.789582 14.514 1.21606 {normal=(-0.156069 -0.954182 0.255304)}
Vertex 4586 -0.789355 19.0623 3.46438 {normal=(-0.152375 0.502031 0.851321)}
Vertex 4587 -0.787116 19.9621 3.99086 {normal=(-0.255896 -0.21646 0.942158)}
Vertex 4588 -0.787033 16.4849 -5.48485 {normal=(-0.957309 -0.0464737 -0.285306)}
Vertex 4589 -0.786984 21.9814 -3.45977 {normal=(-0.876123 0.476344 -0.0741929)}
Vertex 4590 -0.786565 18.1615 4.18147 {normal=(-0.814722 0.331545 0.475716)}
Vertex 4591 -0.785596 18.1344 3.81547 {normal=(-0.801343 0.348919 0.485906)}
Vertex 4592 -0.785469 17.8043 4.0781 {normal=(-0.718321 -0.540338 0.438236)}
Vertex 4593 -0.785021 14.2566 3.42863 {normal=(-0.620041 -0.677235 0.396108)}
Vertex 4594 -0.78471 17.7744 4.05001 {normal=(-0.651533 -0.186744 0.735276)}
Vertex 4595 -0.783415 22.2008 2.82662 {normal=(-0.184259 0.592007 0.784587)}
Vertex 4596 -0.782565 17.4685 -4.40807 {normal=(-0.877538 -0.076742 -0.473326)}
Vertex 4597 -0.782283 -17.856 -4.60472 {normal=(0.878249 0.145416 -0.455558)}
Vertex 4598 -0.781929 18.16 3.92423 {normal=(-0.813695 0.388559 -0.432346)}
Vertex 4599 -0.78179 19.1153 3.36718 {normal=(0.209815 -0.141248 0.967485)}
Vertex 4600 -0.781789 19.504 3.36717 {normal=(0.209814 0.141285 0.96748)}
Vertex 4601 -0.781535 18.132 3.8937 {normal=(-0.876561 0.402689 -0.263595)}
Vertex 4602 -0.781374 18.1311 3.83348 {normal=(-0.880445 0.44396 0.166483)}
Vertex 4603 -0.780044 18.2155 3.97267 {normal=(-0.829456 0.462305 -0.313492)}
Vertex 4604 -0.778864 18.1315 3.88108 {normal=(-0.893373 0.446321 -0.0517826)}
Vertex 4605 -0.778809 18.1312 3.86101 {normal=(-0.890721 0.452749 0.0404216)}
Vertex 4606 -0.778288 19.3558 3.46824 {normal=(-0.358522 -0.350774 0.865113)}
Vertex 4607 -0.777336 17.9144 4.19376 {normal=(-0.808787 -0.287114 0.513253)}
Vertex 4608 -0.777325 24.0858 -4.43327 {normal=(-0.141413 0.987793 0.0653254)}
Vertex 4609 -0.777287 20.065 4.01618 {normal=(-0.278498 -0.181217 0.943186)}
Vertex 4610 -0.776394 18.7339 3.25155 {normal=(0.212681 -0.417379 0.883494)}
Vertex 4611 -0.776389 19.8854 3.25152 {normal=(0.21269 0.417476 0.883446)}
Vertex 4612 -0.7761 18.2337 3.80326 {normal=(-0.407145 0.078439 0.909989)}
Vertex 4613 -0.77529 18.0981 4.21967 {normal=(-0.802167 0.133428 0.582001)}
Vertex 4614 -0.775265 18.4818 3.76523 {normal=(-0.459956 0.257329 0.849837)}
Vertex 4615 -0.774803 18.0566 2.5387 {normal=(0.212015 -0.904857 0.369167)}
Vertex 4616 -0.77479 20.5627 2.53863 {normal=(0.212079 0.904858 0.369126)}
Vertex 4617 -0.774491 23.7353 -5.4033 {normal=(-0.342152 0.710007 -0.615485)}
Vertex 4618 -0.77403 13.6351 0.884489 {normal=(-0.233107 -0.2676 0.934907)}
Vertex 4619 -0.774019 13.1186 0.731077 {normal=(-0.233057 -0.289784 0.928283)}
Vertex 4620 -0.771035 17.1111 3.99207 {normal=(-0.237186 -0.948833 0.208468)}
Vertex 4621 -0.769356 -11.5418 3.0213
Vertex 4622 -0.769305 20.1724 4.03917 {normal=(-0.205887 -0.0202184 0.978367)}
Vertex 4623 -0.768988 18.2312 4.1323 {normal=(-0.781667 0.551393 0.291483)}
Vertex 4624 -0.768262 18.3111 2.93797 {normal=(0.217365 -0.722024 0.656836)}
Vertex 4625 -0.768252 20.3082 2.93792 {normal=(0.217416 0.722039 0.656802)}
Vertex 4626 -0.766695 -17.7746 0.381241 {normal=(0.840732 -0.164061 0.515997)}
Vertex 4627 -0.765365 22.7632 -5.31193 {normal=(-0.187529 -0.861312 -0.472202)}
Vertex 4628 -0.764492 14.5208 3.77918 {normal=(-0.601271 -0.306308 0.738003)}
Vertex 4629 -0.764469 17.8306 4.13953 {normal=(-0.450123 -0.692141 0.564207)}
Vertex 4630 -0.762632 17.5277 4.13305 {normal=(-0.378173 0.237829 0.894663)}
Vertex 4631 -0.762128 18.613 3.72161 {normal=(-0.489732 0.323339 0.8097)}
Vertex 4632 -0.761774 19.2549 2.91181 {normal=(-0.633764 0.671901 0.383265)}
Vertex 4633 -0.761774 19.2549 3.27191 {normal=(-0.681243 0.732005 0.00870806)}
Vertex 4634 -0.761554 14.1017 3.00703 {normal=(-0.416569 -0.897667 0.143749)}
Vertex 4635 -0.761286 15.4971 -3.70517 {normal=(-0.17269 -0.594228 -0.785539)}
Vertex 4636 -0.760253 18.2645 4.02198 {normal=(-0.814198 0.577336 -0.0613621)}
Vertex 4637 -0.759552 14.1938 3.34554 {normal=(-0.544972 -0.767821 0.336832)}
Vertex 4638 -0.759418 19.2113 3.37267 {normal=(0.226092 -0.0714575 0.971482)}
Vertex 4639 -0.759417 19.4081 3.37267 {normal=(0.226088 0.0715402 0.971476)}
Vertex 4640 -0.759395 15.562 3.94887 {normal=(-0.454553 -0.230745 0.860313)}
Vertex 4641 -0.75926 19.2531 3.45624 {normal=(-0.598716 0.726776 0.336654)}
Vertex 4642 -0.758546 16.3321 -5.30589 {normal=(-0.931449 -0.335288 0.141368)}
Vertex 4643 -0.757957 15.7468 3.97779 {normal=(-0.453694 -0.0940203 0.886184)}
Vertex 4644 -0.757883 19.365 3.47897 {normal=(-0.070165 -0.125523 0.989606)}
Vertex 4645 -0.757865 20.9187 3.69092 {normal=(-0.183927 0.521294 0.833321)}
Vertex 4646 -0.757853 18.0339 4.2534 {normal=(-0.800415 0.0248737 0.59893)}
Vertex 4647 -0.757353 24.0278 -4.15956 {normal=(-0.111908 0.921017 0.373101)}
Vertex 4648 -0.756553 17.6663 4.09154 {normal=(-0.413095 0.264698 0.871371)}
Vertex 4649 -0.755772 17.5275 -4.58455 {normal=(-0.959772 -0.14811 0.23854)}
Vertex 4650 -0.75423 19.2496 3.46481 {normal=(-0.324926 0.515553 0.792861)}
Vertex 4651 -0.754027 17.7884 4.09338 {normal=(-0.317469 -0.68379 0.656996)}
Vertex 4652 -0.753428 15.8534 3.98593 {normal=(-0.438957 0.213301 0.872823)}
Vertex 4653 -0.75283 24.057 -4.7259 {normal=(-0.13062 0.974124 -0.184448)}
Vertex 4654 -0.751898 19.3097 3.37452 {normal=(0.231552 7.89764e-06 0.972823)}
Vertex 4655 -0.751421 20.2453 4.03418 {normal=(0.0420867 0.361486 0.931427)}
Vertex 4656 -0.750052 19.2839 2.90477 {normal=(-0.88015 -0.0853086 0.466967)}
Vertex 4657 -0.750052 19.2839 3.26486 {normal=(-0.990432 -0.137793 0.00756323)}
Vertex 4658 -0.749325 18.7423 3.66899 {normal=(-0.507318 0.356775 0.784436)}
Vertex 4659 -0.749156 17.8759 4.20569 {normal=(-0.577877 -0.58263 0.57149)}
Vertex 4660 -0.747309 19.2838 3.44943 {normal=(-0.942763 -0.122024 0.310337)}
Vertex 4661 -0.746344 22.8544 -5.44599 {normal=(-0.206929 -0.6776 -0.705718)}
Vertex 4662 -0.745807 15.8817 3.97329 {normal=(-0.364512 0.673202 0.643374)}
Vertex 4663 -0.745636 18.2125 3.82554 {normal=(-0.59558 0.184321 0.781864)}
Vertex 4664 -0.745135 14.8028 3.83488 {normal=(-0.508804 -0.0462669 0.859638)}
Vertex 4665 -0.742693 18.5172 3.11446 {normal=(0.23636 -0.57366 0.78425)}
Vertex 4666 -0.742684 20.1021 3.11442 {normal=(0.236402 0.573683 0.78422)}
Vertex 4667 -0.741823 19.2835 3.45846 {normal=(-0.610164 -0.0558339 0.790305)}
Vertex 4668 -0.741709 18.1952 3.84364 {normal=(-0.852003 0.504137 0.1412)}
Vertex 4669 -0.741659 22.6517 -3.7285 {normal=(-0.866219 -0.498518 0.0338323)}
Vertex 4670 -0.7398 -15.6092 0.833923 {normal=(0.850293 -0.167974 0.498786)}
Vertex 4671 -0.739428 19.3746 3.47756 {normal=(0.317186 0.179574 0.931207)}
Vertex 4672 -0.738505 15.4331 3.91009 {normal=(-0.36079 -0.487944 0.794822)}
Vertex 4673 -0.738416 14.0705 2.73272 {normal=(-0.382079 -0.923487 -0.0344621)}
Vertex 4674 -0.73815 22.6763 -5.10651 {normal=(-0.160088 -0.938649 -0.305466)}
Vertex 4675 -0.737582 19.2447 3.47007 {normal=(-0.140224 0.253036 0.957241)}
Vertex 4676 -0.736857 18.8698 3.60737 {normal=(-0.511669 0.438079 0.739108)}
Vertex 4677 -0.736124 18.2089 3.83739 {normal=(-0.780243 0.388887 0.489886)}
Vertex 4678 -0.736048 17.8275 4.14214 {normal=(0.0604008 -0.854461 0.515993)}
Vertex 4679 -0.735474 14.4325 1.39568 {normal=(-0.018711 -0.920984 -0.389151)}
Vertex 4680 -0.734557 22.9295 -3.50799 {normal=(-0.884874 0.171085 0.433276)}
Vertex 4681 -0.734254 17.9692 4.28263 {normal=(-0.760235 -0.155897 0.630666)}
Vertex 4682 -0.733469 14.2773 1.80841 {normal=(-0.101543 -0.945918 -0.308103)}
Vertex 4683 -0.731203 15.2342 -3.48261
Vertex 4684 -0.729335 14.2074 2.02125 {normal=(-0.163584 -0.94894 -0.26973)}
Vertex 4685 -0.727707 18.222 3.86625 {normal=(-0.815508 0.567158 -0.115234)}
Vertex 4686 -0.727636 -21.5569 -3.54963
Vertex 4687 -0.7271 19.2841 3.46682 {normal=(-0.320253 -0.0839935 0.943601)}
Vertex 4688 -0.725809 22.0242 -3.71826 {normal=(-0.419316 0.771166 -0.479038)}
Vertex 4689 -0.724005 17.804 4.09347 {normal=(0.147035 -0.414449 0.898116)}
Vertex 4690 -0.723637 20.2837 4.0012 {normal=(0.155906 0.478528 0.864121)}
Vertex 4691 -0.723224 22.076 -3.43017 {normal=(-0.897106 0.257432 -0.359067)}
Vertex 4692 -0.722925 19.3846 3.46401 {normal=(0.409985 0.273865 0.870006)}
Vertex 4693 -0.722558 18.3072 4.07217 {normal=(-0.728306 0.66728 0.155912)}
Vertex 4694 -0.721165 17.8595 4.20467 {normal=(-0.169037 -0.837447 0.519721)}
Vertex 4695 -0.720807 22.5158 2.58719 {normal=(-0.191462 0.656365 0.729745)}
Vertex 4696 -0.720643 18.2564 3.91252 {normal=(-0.721828 0.501696 -0.476723)}
Vertex 4697 -0.716457 14.3536 1.59313 {normal=(-0.0493234 -0.93729 -0.345044)}
Vertex 4698 -0.716119 21.6851 3.18107 {normal=(-0.197801 0.534737 0.821542)}
Vertex 4699 -0.716045 18.3014 3.95507 {normal=(-0.710689 0.580805 -0.396973)}
Vertex 4700 -0.715893 17.8332 4.14796 {normal=(0.334272 -0.871557 0.358678)}
Vertex 4701 -0.712261 19.3908 3.45532 {normal=(0.401146 0.300039 0.865482)}
Vertex 4702 -0.710206 18.7772 -4.95567 {normal=(-0.658051 0.150835 -0.737711)}
Vertex 4703 -0.709783 15.6737 -3.19752 {normal=(0.272072 -0.419312 0.866114)}
Vertex 4704 -0.70976 17.7179 -5.27645 {normal=(-0.666576 0.212471 -0.714515)}
Vertex 4705 -0.709315 19.2386 3.47202 {normal=(0.163613 -0.0907859 0.982338)}
Vertex 4706 -0.709195 18.2508 3.88334 {normal=(-0.795205 0.581791 -0.170786)}
Vertex 4707 -0.709115 18.0084 2.33718 {normal=(0.259105 -0.939453 0.22426)}
Vertex 4708 -0.709101 20.6109 2.33711 {normal=(0.259295 0.939429 0.224141)}
Vertex 4709 -0.708088 17.9245 4.29186 {normal=(-0.559664 -0.510031 0.65318)}
Vertex 4710 -0.707931 22.0867 -3.49479
Vertex 4711 -0.70792 18.2113 4.25313 {normal=(-0.680458 0.43026 0.593173)}
Vertex 4712 -0.707444 -15.6751 -3.66791 {normal=(0.90075 0.114685 -0.418923)}
Vertex 4713 -0.707435 19.3933 3.45149 {normal=(0.272239 0.191673 0.942946)}
Vertex 4714 -0.706967 17.0765 -5.46646 {normal=(-0.667329 0.191662 -0.719679)}
Vertex 4715 -0.706854 18.2577 3.89558 {normal=(-0.753221 0.582109 -0.30628)}
Vertex 4716 -0.704817 16.2133 -5.67947 {normal=(-0.944114 -0.0683953 -0.322446)}
Vertex 4717 -0.704699 15.941 3.88917 {normal=(-0.276783 0.864931 0.418672)}
Vertex 4718 -0.704639 14.1368 3.27122 {normal=(-0.44128 -0.862794 0.246696)}
Vertex 4719 -0.704165 16.7933 -4.78845 {normal=(-0.820436 -0.274452 0.501559)}
Vertex 4720 -0.704153 18.3283 3.98378 {normal=(-0.712032 0.673318 -0.199132)}
Vertex 4721 -0.703141 19.2857 3.4745 {normal=(0.0852147 -0.0455627 0.99532)}
Vertex 4722 -0.703049 17.819 4.09803 {normal=(0.315028 -0.536283 0.783044)}
Vertex 4723 -0.703003 -21.5335 -2.96162
Vertex 4724 -0.702729 19.3963 3.45096 {normal=(-0.126725 -0.175392 0.976309)}
Vertex 4725 -0.701831 16.853 -5.52568 {normal=(-0.670032 0.197182 -0.715665)}
Vertex 4726 -0.700788 17.6955 4.10674 {normal=(-0.344363 0.271556 0.898705)}
Vertex 4727 -0.700508 22.7845 2.3261 {normal=(-0.196055 0.757206 0.623058)}
Vertex 4728 -0.699552 18.2762 4.19376 {normal=(-0.642894 0.634461 0.429122)}
Vertex 4729 -0.698849 14.144 2.23167 {normal=(-0.217626 -0.948362 -0.230756)}
Vertex 4730 -0.698144 19.3998 3.45375 {normal=(-0.378293 -0.418709 0.825577)}
Vertex 4731 -0.697025 16.8156 -2.84991 {normal=(0.291111 -0.322771 0.900596)}
Vertex 4732 -0.695837 18.1439 4.29676 {normal=(-0.676358 0.256916 0.690315)}
Vertex 4733 -0.695812 18.8311 3.27136 {normal=(0.271104 -0.346931 0.897854)}
Vertex 4734 -0.695808 19.7883 3.27134 {normal=(0.271089 0.347052 0.897812)}
Vertex 4735 -0.695287 15.3604 3.86145 {normal=(-0.275373 -0.594403 0.755549)}
Vertex 4736 -0.694201 17.8565 4.19603 {normal=(0.23215 -0.9201 0.315472)}
Vertex 4737 -0.693944 22.6911 -3.19247 {normal=(-0.900862 0.42997 0.0597831)}
Vertex 4738 -0.693811 20.3756 3.96236 {normal=(0.0367206 0.351258 0.935558)}
Vertex 4739 -0.692914 23.8832 -3.90476 {normal=(-0.0391762 0.768435 0.638728)}
Vertex 4740 -0.691634 17.8478 4.13655 {normal=(0.512445 -0.809892 0.285439)}
Vertex 4741 -0.688451 22.4076 -3.41895 {normal=(-0.909224 -0.0239115 -0.415619)}
Vertex 4742 -0.687271 19.0189 3.53854 {normal=(-0.543169 0.531278 0.650163)}
Vertex 4743 -0.687232 23.0836 1.88735 {normal=(-0.19248 0.843452 0.501537)}
Vertex 4744 -0.683722 23.8184 -5.35287 {normal=(-0.222725 0.808774 -0.544314)}
Vertex 4745 -0.682919 16.0958 -5.54189 {normal=(-0.918916 -0.386672 0.0779615)}
Vertex 4746 -0.682843 15.2795 3.82912 {normal=(-0.337931 -0.00187187 0.941169)}
Vertex 4747 -0.680982 23.4129 1.27096 {normal=(-0.173524 0.926279 0.334511)}
Vertex 4748 -0.680421 23.3413 -5.70001 {normal=(-0.303161 -0.0790734 -0.949653)}
Vertex 4749 -0.680046 20.9412 -4.66502 {normal=(-0.31467 0.476529 -0.820916)}
Vertex 4750 -0.679354 17.8999 4.28107 {normal=(-0.192681 -0.817577 0.542624)}
Vertex 4751 -0.679254 19.4363 3.48262 {normal=(-0.383356 -0.533613 0.753853)}
Vertex 4752 -0.67905 19.2376 3.45865 {normal=(0.482987 -0.254568 0.837806)}
Vertex 4753 -0.677767 18.0754 4.33555 {normal=(-0.672296 0.165379 0.721574)}
Vertex 4754 -0.676732 15.3092 3.83446 {normal=(-0.302872 -0.331495 0.893521)}
Vertex 4755 -0.676528 19.2829 3.46481 {normal=(0.489916 -0.019968 0.871541)}
Vertex 4756 -0.673942 18.2099 2.7703 {normal=(0.285175 -0.794583 0.536015)}
Vertex 4757 -0.67393 20.4094 2.77024 {normal=(0.285168 0.794598 0.535998)}
Vertex 4758 -0.673071 18.3639 4.02737 {normal=(-0.640998 0.767088 0.0263978)}
Vertex 4759 -0.67158 20.2654 -4.93332 {normal=(-0.294742 0.123671 -0.94754)}
Vertex 4760 -0.671512 16.5929 -5.63521 {normal=(-0.656873 0.236906 -0.715817)}
Vertex 4761 -0.671368 17.7571 4.09753 {normal=(-0.223961 0.204215 0.952963)}
Vertex 4762 -0.670731 18.3387 4.11866 {normal=(-0.577087 0.754025 0.313716)}
Vertex 4763 -0.668949 15.1856 3.84497 {normal=(-0.343865 0.123208 0.930901)}
Vertex 4764 -0.668265 17.8671 4.17977 {normal=(0.427215 -0.894344 0.1328)}
Vertex 4765 -0.66628 17.0539 3.80255 {normal=(-0.219436 -0.957134 0.189056)}
Vertex 4766 -0.664703 22.5937 -4.82972 {normal=(-0.118897 -0.980213 -0.158259)}
Vertex 4767 -0.663775 18.3867 3.858 {normal=(-0.538476 0.132583 0.832145)}
Vertex 4768 -0.663406 19.223 3.44137 {normal=(0.550353 -0.26968 0.79018)}
Vertex 4769 -0.661943 20.5208 3.91767 {normal=(0.000124253 0.3708 0.928713)}
Vertex 4770 -0.661407 19.2959 3.4542 {normal=(0.569648 -0.0102708 0.821825)}
Vertex 4771 -0.657173 14.6006 3.86466 {normal=(-0.486965 -0.180676 0.85453)}
Vertex 4772 -0.65371 18.0057 4.36949 {normal=(-0.640539 -0.0511014 0.766224)}
Vertex 4773 -0.653306 23.9826 -5.02644 {normal=(-0.101379 0.935364 -0.338845)}
Vertex 4774 -0.65272 19.1923 3.42534 {normal=(0.502667 -0.358737 0.786533)}
Vertex 4775 -0.652617 19.2839 3.44398 {normal=(0.322031 -0.161029 0.932934)}
Vertex 4776 -0.652262 17.9921 2.128 {normal=(0.280244 -0.948147 0.149937)}
Vertex 4777 -0.652248 20.6271 2.12793 {normal=(0.280506 0.948095 0.149777)}
Vertex 4778 -0.652237 19.2369 3.43402 {normal=(0.381605 -0.245457 0.891139)}
Vertex 4779 -0.651659 18.3202 3.88689 {normal=(-0.813304 0.580401 0.0408727)}
Vertex 4780 -0.651553 -12.3686 2.50251
Vertex 4781 -0.651513 19.3235 3.45113 {normal=(0.493803 0.114057 0.862061)}
Vertex 4782 -0.650342 17.889 4.2627 {normal=(0.139381 -0.93457 0.32734)}
Vertex 4783 -0.649951 17.8443 4.08603 {normal=(0.296385 -0.304363 0.905273)}
Vertex 4784 -0.649538 19.1163 3.4713 {normal=(-0.531236 0.593604 0.604502)}
Vertex 4785 -0.646758 23.0343 -5.5855 {normal=(-0.177184 -0.459969 -0.870077)}
Vertex 4786 -0.646308 19.3254 3.44706 {normal=(0.37364 -0.0191988 0.927375)}
Vertex 4787 -0.646101 19.3191 3.44555 {normal=(0.305826 -0.109782 0.945737)}
Vertex 4788 -0.64606 19.506 3.53756 {normal=(-0.317103 -0.638386 0.701363)}
Vertex 4789 -0.644561 17.791 4.09104 {normal=(-0.10079 0.179712 0.978542)}
Vertex 4790 -0.644388 18.3804 4.05337 {normal=(-0.501217 0.845297 0.185078)}
Vertex 4791 -0.643577 19.2003 3.41851 {normal=(0.378427 -0.257396 0.889123)}
Vertex 4792 -0.643483 19.7806 3.93783 {normal=(-0.0482738 -0.856163 0.514446)}
Vertex 4793 -0.643162 19.1876 3.41549 {normal=(0.302129 -0.138408 0.943166)}
Vertex 4794 -0.642881 19.3272 3.44641 {normal=(-0.0698392 -0.193373 0.978637)}
Vertex 4795 -0.642673 19.3209 3.4449 {normal=(-0.123056 -0.13558 0.983095)}
Vertex 4796 -0.641939 19.1627 3.42071 {normal=(-0.349931 0.508495 0.786754)}
Vertex 4797 -0.640817 14.0764 2.45759 {normal=(-0.256857 -0.946472 -0.195486)}
Vertex 4798 -0.640598 16.6057 -4.38681 {normal=(-0.258987 -0.328757 -0.908209)}
Vertex 4799 -0.640505 18.3409 3.88351 {normal=(-0.792201 0.422849 0.440019)}
Vertex 4800 -0.63888 18.3585 3.87741 {normal=(-0.633947 0.192986 0.748911)}
Vertex 4801 -0.638711 19.7647 3.88193 {normal=(-0.104517 -0.875069 0.472579)}
Vertex 4802 -0.638581 18.505 3.8504 {normal=(-0.56537 0.21512 0.796291)}
Vertex 4803 -0.638537 17.8731 4.12455 {normal=(0.454699 -0.83472 0.31063)}
Vertex 4804 -0.637802 19.3307 3.44852 {normal=(-0.375627 -0.281956 0.882839)}
Vertex 4805 -0.637649 19.1779 3.41515 {normal=(-0.217431 0.24815 0.944005)}
Vertex 4806 -0.637334 16.4176 -4.90037 {normal=(-0.696713 -0.397983 0.596825)}
Vertex 4807 -0.637048 23.4465 -0.70775 {normal=(-0.109078 0.97762 -0.179892)}
Vertex 4808 -0.636773 19.1998 3.41733 {normal=(-0.156851 -0.285796 0.945367)}
Vertex 4809 -0.63646 19.8248 3.98227 {normal=(-0.129097 -0.518434 0.845317)}
Vertex 4810 -0.636358 19.1872 3.4143 {normal=(-0.187023 -0.036742 0.981668)}
Vertex 4811 -0.635882 14.2782 3.71387 {normal=(-0.536625 -0.664969 0.51947)}
Vertex 4812 -0.635801 23.6624 -3.72647 {normal=(0.0188436 0.502147 0.864577)}
Vertex 4813 -0.635047 15.0273 3.88203 {normal=(-0.368312 0.112923 0.922819)}
Vertex 4814 -0.634914 17.2509 -2.68712
Vertex 4815 -0.634609 19.7028 3.78174 {normal=(-0.252733 -0.802725 0.540147)}
Vertex 4816 -0.633871 22.7252 -2.90825
Vertex 4817 -0.633383 17.1505 4.19925 {normal=(-0.352851 -0.430874 0.830568)}
Vertex 4818 -0.631177 19.5948 3.63727 {normal=(-0.268245 -0.743019 0.613162)}
Vertex 4819 -0.630982 18.94 3.28729 {normal=(0.318092 -0.268031 0.909383)}
Vertex 4820 -0.630978 19.6793 3.28728 {normal=(0.318083 0.268026 0.909387)}
Vertex 4821 -0.630102 16.0316 3.73357 {normal=(-0.262501 0.878735 0.398644)}
Vertex 4822 -0.629191 18.617 3.14236 {normal=(0.318541 -0.501375 0.804459)}
Vertex 4823 -0.629183 20.0023 3.14233 {normal=(0.318534 0.501435 0.804425)}
Vertex 4824 -0.628261 17.1265 4.17956 {normal=(-0.291328 -0.813392 0.503508)}
Vertex 4825 -0.628005 17.9578 4.37472 {normal=(-0.444411 -0.532485 0.720388)}
Vertex 4826 -0.62742 18.3541 3.90386 {normal=(-0.802131 0.596556 0.0265785)}
Vertex 4827 -0.626912 15.9765 -5.84563 {normal=(-0.937085 -0.0898359 -0.337345)}
Vertex 4828 -0.626833 17.219 4.21763 {normal=(-0.356955 -0.153994 0.921341)}
Vertex 4829 -0.626795 19.1813 3.42145 {normal=(-0.727004 0.327776 0.603347)}
Vertex 4830 -0.625503 19.1906 3.42061 {normal=(-0.693279 0.0228809 0.720306)}
Vertex 4831 -0.624788 19.3064 3.45034 {normal=(-0.367014 -0.148117 0.918347)}
Vertex 4832 -0.622651 18.403 2.97376 {normal=(0.322675 -0.655584 0.682708)}
Vertex 4833 -0.622642 20.2163 2.97372 {normal=(0.32266 0.655606 0.682694)}
Vertex 4834 -0.621687 18.3752 3.93267 {normal=(-0.472969 0.734744 -0.486263)}
Vertex 4835 -0.621052 17.8916 4.23674 {normal=(0.334414 -0.936322 0.107093)}
Vertex 4836 -0.620279 14.0856 3.20569 {normal=(-0.394054 -0.894906 0.209438)}
Vertex 4837 -0.619156 14.0291 2.95338 {normal=(-0.39632 -0.912523 0.101155)}
Vertex 4838 -0.61913 19.2547 3.44111 {normal=(-0.298322 -0.241259 0.923471)}
Vertex 4839 -0.618648 18.6457 3.8242 {normal=(-0.593815 0.26814 0.758607)}
Vertex 4840 -0.618433 17.8895 4.15477 {normal=(0.42397 -0.899847 0.102594)}
Vertex 4841 -0.617646 19.8971 4.01522 {normal=(-0.139819 -0.336868 0.931113)}
Vertex 4842 -0.616291 22.5774 -4.52112 {normal=(-0.0633901 -0.996824 0.0482075)}
Vertex 4843 -0.616013 16.2963 -5.79505 {normal=(-0.631031 0.251558 -0.733838)}
Vertex 4844 -0.615389 14.3507 3.79727 {normal=(-0.469598 -0.491208 0.733616)}
Vertex 4845 -0.614277 14.1724 3.53392 {normal=(-0.505029 -0.782951 0.363227)}
Vertex 4846 -0.614181 21.2559 3.493 {normal=(-0.182532 0.541728 0.820495)}
Vertex 4847 -0.613625 18.3714 3.91585 {normal=(-0.727045 0.67334 -0.134234)}
Vertex 4848 -0.612579 17.0213 3.70516 {normal=(-0.325457 -0.813722 0.481596)}
Vertex 4849 -0.611601 18.3094 4.25331 {normal=(-0.649975 0.621156 0.437833)}
Vertex 4850 -0.611298 15.8927 -5.74753 {normal=(-0.91312 -0.40318 0.0604796)}
Vertex 4851 -0.609938 17.0132 3.6999 {normal=(-0.414795 -0.306616 0.856698)}
Vertex 4852 -0.609794 18.4021 3.96138 {normal=(-0.402951 0.850757 -0.337406)}
Vertex 4853 -0.608607 17.3322 4.23469 {normal=(-0.355273 0.0274151 0.93436)}
Vertex 4854 -0.608283 19.3426 3.4673 {normal=(-0.437025 -0.281989 0.854103)}
Vertex 4855 -0.608185 16.9339 3.70182 {normal=(-0.378702 0.0224448 0.925246)}
Vertex 4856 -0.607325 16.7836 3.71093 {normal=(-0.354715 -0.0103419 0.934917)}
Vertex 4857 -0.606341 18.2477 4.32339 {normal=(-0.687184 0.40279 0.604597)}
Vertex 4858 -0.606159 18.7887 3.78142 {normal=(-0.739197 0.261556 0.620626)}
Vertex 4859 -0.606146 17.8369 4.08603 {normal=(-0.115889 0.11024 0.987126)}
Vertex 4860 -0.605989 14.2084 3.61558 {normal=(-0.510182 -0.760042 0.402554)}
Vertex 4861 -0.60477 18.3591 4.16146 {normal=(-0.594852 0.738404 0.317663)}
Vertex 4862 -0.603548 19.1755 3.47496 {normal=(-0.8008 0.41484 0.432003)}
Vertex 4863 -0.602238 16.5553 3.69832 {normal=(-0.356461 -0.0899532 0.92997)}
Vertex 4864 -0.601112 18.9341 3.72206 {normal=(-0.760643 0.354939 0.543544)}
Vertex 4865 -0.600653 17.9317 4.35124 {normal=(-0.107346 -0.871138 0.479162)}
Vertex 4866 -0.600008 17.4955 4.20664 {normal=(-0.343504 0.224651 0.911886)}
Vertex 4867 -0.598472 19.9736 4.04203 {normal=(-0.147646 -0.250268 0.956852)}
Vertex 4868 -0.594658 19.2569 3.45516 {normal=(-0.67968 -0.0129717 0.733394)}
Vertex 4869 -0.592925 16.2489 3.66401 {normal=(-0.385552 -0.107834 0.916363)}
Vertex 4870 -0.592912 22.6275 -4.18071 {normal=(-0.0986023 -0.995065 -0.0111266)}
Vertex 4871 -0.59167 16.0815 3.65353 {normal=(-0.350412 0.698569 0.623869)}
Vertex 4872 -0.590803 14.8527 3.91407 {normal=(-0.411289 0.046896 0.910298)}
Vertex 4873 -0.589588 14.1348 3.46388 {normal=(-0.448779 -0.843383 0.295468)}
Vertex 4874 -0.589424 18.3943 4.0878 {normal=(-0.572518 0.788555 0.224508)}
Vertex 4875 -0.589403 16.091 3.64908 {normal=(-0.423629 0.187452 0.886228)}
Vertex 4876 -0.589325 18.1358 2.58429 {normal=(0.345956 -0.847681 0.402184)}
Vertex 4877 -0.589312 20.4835 2.58423 {normal=(0.345986 0.847715 0.402085)}
Vertex 4878 -0.588992 18.1739 4.3717 {normal=(-0.668119 0.24057 0.70409)}
Vertex 4879 -0.587388 18.4102 3.91106 {normal=(-0.787343 0.440265 0.431576)}
Vertex 4880 -0.586052 16.1345 -5.09833 {normal=(-0.668375 -0.588142 0.455372)}
Vertex 4881 -0.586015 23.3653 -3.6247 {normal=(-0.125746 0.377561 0.917407)}
Vertex 4882 -0.584644 20.7836 3.79112 {normal=(-0.016315 0.454805 0.890442)}
Vertex 4883 -0.5835 19.058 3.29896 {normal=(0.352521 -0.182449 0.917846)}
Vertex 4884 -0.583497 19.5613 3.29895 {normal=(0.352513 0.182449 0.917849)}
Vertex 4885 -0.583255 19.0845 3.62641 {normal=(-0.76513 0.455306 0.455271)}
Vertex 4886 -0.581381 17.0871 4.07273 {normal=(-0.216662 -0.951966 0.216377)}
Vertex 4887 -0.581112 18.4186 3.98738 {normal=(-0.73863 0.671462 0.0597056)}
Vertex 4888 -0.580194 18.4348 3.90783 {normal=(-0.669447 0.222573 0.708733)}
Vertex 4889 -0.578941 20.0544 4.06268 {normal=(-0.0629823 -0.0597008 0.996227)}
Vertex 4890 -0.572572 17.9197 4.32185 {normal=(0.143741 -0.958179 0.247452)}
Vertex 4891 -0.572538 21.6796 -4.10097 {normal=(-0.244638 0.64851 -0.720824)}
Vertex 4892 -0.570019 18.4915 3.90093 {normal=(-0.664707 0.199874 0.719872)}
Vertex 4893 -0.569543 17.91 4.20688 {normal=(0.381237 -0.924477 -0.000675219)}
Vertex 4894 -0.5683 19.3926 3.50056 {normal=(-0.496689 -0.37904 0.780787)}
Vertex 4895 -0.567987 17.634 4.17127 {normal=(-0.323765 0.293751 0.899381)}
Vertex 4896 -0.567866 18.4327 3.92293 {normal=(-0.912507 0.343101 0.222739)}
Vertex 4897 -0.565447 18.0993 4.41534 {normal=(-0.642703 0.172395 0.746467)}
Vertex 4898 -0.563684 15.6108 4.05253 {normal=(-0.350002 -0.211618 0.912533)}
Vertex 4899 -0.563589 16.0357 -5.92805 {normal=(-0.60012 0.235585 -0.764432)}
Vertex 4900 -0.562152 14.11 3.41968 {normal=(-0.390614 -0.888381 0.241245)}
Vertex 4901 -0.560956 13.9435 -3.65347
Vertex 4902 -0.560956 13.9639 -3.64189 {normal=(-0.308927 0.421735 -0.852469)}
Vertex 4903 -0.558908 22.5299 -3.85635 {normal=(-0.265213 -0.898184 -0.35061)}
Vertex 4904 -0.557691 18.4894 3.91602 {normal=(-0.877171 0.237298 0.417445)}
Vertex 4905 -0.556431 20.1106 4.05494 {normal=(0.260827 0.327123 0.908273)}
Vertex 4906 -0.555239 14.0047 2.69901 {normal=(-0.285382 -0.951111 -0.118087)}
Vertex 4907 -0.554534 19.1823 3.30608 {normal=(0.373517 -0.0923094 0.923019)}
Vertex 4908 -0.554533 19.437 3.30608 {normal=(0.373517 0.0923488 0.923015)}
Vertex 4909 -0.55383 22.0598 2.98093 {normal=(-0.168847 0.563498 0.808678)}
Vertex 4910 -0.553433 15.7767 4.06686 {normal=(-0.359422 -0.0219161 0.932918)}
Vertex 4911 -0.553319 15.7744 -5.98334 {normal=(-0.833907 -0.26084 -0.486376)}
Vertex 4912 -0.551136 19.8014 3.96631 {normal=(0.399502 -0.736115 0.546381)}
Vertex 4913 -0.550316 15.9439 -5.38234 {normal=(-0.647996 -0.678343 0.346341)}
Vertex 4914 -0.549363 18.3344 4.33192 {normal=(-0.821415 0.453554 0.345784)}
Vertex 4915 -0.548254 23.0984 -3.4152 {normal=(-0.395658 0.626488 0.671541)}
Vertex 4916 -0.54714 19.6521 -4.90585 {normal=(-0.247635 0.0234722 -0.968569)}
Vertex 4917 -0.546688 18.637 3.88344 {normal=(-0.804317 0.172368 0.56865)}
Vertex 4918 -0.546601 18.3833 4.24653 {normal=(-0.775657 0.577828 0.253911)}
Vertex 4919 -0.545544 15.4769 4.00558 {normal=(-0.257667 -0.502989 0.824991)}
Vertex 4920 -0.544868 15.8737 4.06657 {normal=(-0.341614 0.271611 0.899737)}
Vertex 4921 -0.544799 19.3097 3.30847 {normal=(0.380575 2.09704e-05 0.92475)}
Vertex 4922 -0.544508 14.4258 3.8658 {normal=(-0.404195 -0.376673 0.833513)}
Vertex 4923 -0.543993 19.3211 3.50115 {normal=(-0.721538 -0.0327525 0.6916)}
Vertex 4924 -0.543886 19.2054 3.55099 {normal=(-0.810915 0.360918 0.460604)}
Vertex 4925 -0.543764 17.9218 4.28655 {normal=(0.301521 -0.951921 0.0541351)}
Vertex 4926 -0.543683 15.7227 -5.9228 {normal=(-0.814683 -0.571366 -0.0991565)}
Vertex 4927 -0.543105 23.5687 -5.68444 {normal=(-0.224689 0.501101 -0.835711)}
Vertex 4928 -0.542812 19.7935 3.91536 {normal=(0.0960101 -0.76964 0.631218)}
Vertex 4929 -0.542702 18.2706 4.39458 {normal=(-0.866742 0.214021 0.450503)}
Vertex 4930 -0.540437 14.1751 -3.56054 {normal=(-0.296826 0.368145 -0.881115)}
Vertex 4931 -0.539813 23.5705 0.627992 {normal=(-0.114015 0.990584 0.0757952)}
Vertex 4932 -0.539159 18.425 4.16108 {normal=(-0.770829 0.609742 0.184494)}
Vertex 4933 -0.539057 23.6469 -5.6087 {normal=(-0.207417 0.69629 -0.687138)}
Vertex 4934 -0.537987 15.9017 4.05165 {normal=(-0.279047 0.69763 0.659883)}
Vertex 4935 -0.536215 14.6618 3.94111 {normal=(-0.442458 -0.102322 0.890933)}
Vertex 4936 -0.535705 18.024 4.45433 {normal=(-0.656121 -0.0225279 0.754319)}
Vertex 4937 -0.532251 18.7339 3.16619 {normal=(0.388722 -0.416712 0.821733)}
Vertex 4938 -0.532245 19.8854 3.16616 {normal=(0.388688 0.416834 0.821688)}
Vertex 4939 -0.530941 20.1425 4.0188 {normal=(0.268135 0.378534 0.885898)}
Vertex 4940 -0.527039 18.4597 4.07556 {normal=(-0.851621 0.483656 0.202037)}
Vertex 4941 -0.526617 18.1919 4.43451 {normal=(-0.854069 0.0624531 0.516397)}
Vertex 4942 -0.526539 19.8644 4.00722 {normal=(0.462551 -0.526315 0.71347)}
Vertex 4943 -0.523452 16.9796 -2.70916 {normal=(-0.27419 0.0607591 -0.959754)}
Vertex 4944 -0.522518 22.8617 -3.09795 {normal=(-0.395089 0.784579 0.477849)}
Vertex 4945 -0.521678 19.5179 3.61635 {normal=(-0.550144 -0.557121 0.622059)}
Vertex 4946 -0.520797 21.5687 3.30643 {normal=(-0.183978 0.540352 0.821079)}
Vertex 4947 -0.518179 17.9299 4.23698 {normal=(0.362992 -0.931399 -0.0270583)}
Vertex 4948 -0.517003 18.2801 4.46667 {normal=(-0.927465 0.101327 0.35992)}
Vertex 4949 -0.516745 15.7844 -5.63376 {normal=(-0.615239 -0.713604 0.335036)}
Vertex 4950 -0.516686 18.5516 4.0133 {normal=(-0.935338 0.222461 0.275052)}
Vertex 4951 -0.516495 17.7365 4.15197 {normal=(-0.303027 0.353087 0.885158)}
Vertex 4952 -0.516493 18.0905 2.38453 {normal=(0.398242 -0.880104 0.258497)}
Vertex 4953 -0.51648 20.5287 2.38447 {normal=(0.398253 0.880143 0.258346)}
Vertex 4954 -0.515983 14.0248 3.15309 {normal=(-0.409116 -0.889245 0.204614)}
Vertex 4955 -0.514279 22.2848 -3.54805 {normal=(-0.338574 -0.463749 -0.818721)}
Vertex 4956 -0.514244 15.8109 -6.0342 {normal=(-0.518196 0.0440165 -0.854129)}
Vertex 4957 -0.513798 19.8641 3.96686 {normal=(0.531863 -0.547045 0.646424)}
Vertex 4958 -0.513574 18.3111 2.80972 {normal=(0.401001 -0.721483 0.5645)}
Vertex 4959 -0.513564 20.3082 2.80967 {normal=(0.400992 0.721499 0.564487)}
Vertex 4960 -0.51284 18.3513 4.42956 {normal=(-0.894652 0.336585 0.293783)}
Vertex 4961 -0.512079 22.0771 -3.71268 {normal=(-0.19515 0.855103 -0.480329)}
Vertex 4962 -0.510047 18.1257 4.46165 {normal=(-0.82999 0.00508224 0.557755)}
Vertex 4963 -0.50891 17.9758 4.45428 {normal=(-0.479957 -0.633926 0.606448)}
Vertex 4964 -0.508711 18.1979 4.4852 {normal=(-0.921371 -0.050651 0.385369)}
Vertex 4965 -0.5081 18.701 3.97431 {normal=(-0.927137 0.131855 0.350757)}
Vertex 4966 -0.507273 15.9574 3.96473 {normal=(-0.209913 0.873798 0.43865)}
Vertex 4967 -0.506102 20.2402 3.97723 {normal=(0.0829471 0.278774 0.956768)}
Vertex 4968 -0.504543 14.0733 3.35714 {normal=(-0.377926 -0.897502 0.227293)}
Vertex 4969 -0.504314 19.6321 3.77478 {normal=(-0.458333 -0.641016 0.615654)}
Vertex 4970 -0.5035 17.9344 4.09998 {normal=(0.161865 -0.648451 0.743849)}
Vertex 4971 -0.500415 19.9328 4.03709 {normal=(0.474523 -0.433739 0.765962)}
Vertex 4972 -0.499971 18.8516 3.9225 {normal=(-0.895585 0.192582 0.401049)}
Vertex 4973 -0.499398 14.5771 -3.4094 {normal=(-0.30732 0.355443 -0.882732)}
Vertex 4974 -0.499013 15.3752 3.92602 {normal=(-0.185092 -0.610263 0.770272)}
Vertex 4975 -0.498957 11.6121 0.261136
Vertex 4976 -0.498957 11.6324 0.272709 {normal=(-0.119881 -0.41937 0.899865)}
Vertex 4977 -0.49867 22.1338 -3.50016
Vertex 4978 -0.497717 17.7884 4.13487 {normal=(-0.288995 0.367657 0.883918)}
Vertex 4979 -0.496222 18.4114 4.37388 {normal=(-0.853098 0.465983 0.2347)}
Vertex 4980 -0.496038 18.13 4.50164 {normal=(-0.90729 -0.137155 0.397509)}
Vertex 4981 -0.492791 18.5172 3.00568 {normal=(0.41657 -0.573033 0.705764)}
Vertex 4982 -0.492782 20.1021 3.00564 {normal=(0.416529 0.573061 0.705765)}
Vertex 4983 -0.492739 17.0323 3.87878 {normal=(-0.211992 -0.958517 0.190539)}
Vertex 4984 -0.492298 19.0034 3.85787 {normal=(-0.866772 0.293882 0.402915)}
Vertex 4985 -0.485335 15.6559 -5.85259 {normal=(-0.540611 -0.825254 0.163389)}
Vertex 4986 -0.48506 17.9546 4.41519 {normal=(-0.0704165 -0.951602 0.299156)}
Vertex 4987 -0.484836 15.2799 3.87841 {normal=(-0.211976 0.0185844 0.977098)}
Vertex 4988 -0.484645 18.8145 -5.05631 {normal=(-0.257583 0.218381 -0.941255)}
Vertex 4989 -0.484097 17.7527 -5.38471 {normal=(-0.267189 0.278466 -0.922533)}
Vertex 4990 -0.4834 17.9508 4.13019 {normal=(0.23765 -0.936706 0.257108)}
Vertex 4991 -0.483115 19.9424 4.00136 {normal=(0.638853 -0.419796 0.6447)}
Vertex 4992 -0.481913 20.4038 3.93023 {normal=(0.0517002 0.317313 0.94691)}
Vertex 4993 -0.481896 17.1209 -5.57253 {normal=(-0.26462 0.243935 -0.932991)}
Vertex 4994 -0.480467 11.8436 0.354064 {normal=(-0.119684 -0.341721 0.932149)}
Vertex 4995 -0.479093 16.7425 -4.67317
Vertex 4996 -0.478777 15.3096 3.88363 {normal=(-0.198363 -0.365179 0.909558)}
Vertex 4997 -0.478752 23.8626 -5.33489 {normal=(-0.0771127 0.873906 -0.47994)}
Vertex 4998 -0.478045 18.4691 4.31817 {normal=(-0.85235 0.483754 0.1987)}
Vertex 4999 -0.478044 16.9191 -5.61978 {normal=(-0.259611 0.267564 -0.927907)}
Vertex 5000 -0.477608 19.7229 3.87786 {normal=(-0.233729 -0.557073 0.796894)}
Vertex 5001 -0.477463 18.0476 4.50316 {normal=(-0.813925 -0.0741264 0.576221)}
Vertex 5002 -0.474782 19.1507 3.77372 {normal=(-0.854337 0.373426 0.361471)}
Vertex 5003 -0.474633 15.1949 3.89539 {normal=(-0.223397 0.199734 0.954044)}
Vertex 5004 -0.472762 20.0065 4.05591 {normal=(0.565094 -0.104152 0.818426)}
Vertex 5005 -0.472217 13.9641 2.91762 {normal=(-0.319848 -0.947352 0.0148546)}
Vertex 5006 -0.471405 -13.4333 -1.26545
Vertex 5007 -0.47008 14.988 -3.261 {normal=(-0.319541 0.335969 -0.886013)}
Vertex 5008 -0.466604 23.3031 -5.73047 {normal=(-0.0848509 -0.186561 -0.978772)}
Vertex 5009 -0.463317 17.8433 4.12455 {normal=(-0.302908 0.316756 0.89884)}
Vertex 5010 -0.463053 19.4159 3.61761 {normal=(-0.81118 -0.172513 0.558772)}
Vertex 5011 -0.462049 18.305 4.58757 {normal=(-0.907006 0.102516 0.408448)}
Vertex 5012 -0.461916 21.1642 3.58271 {normal=(-0.097061 0.509334 0.855078)}
Vertex 5013 -0.461712 16.5374 -2.80076 {normal=(-0.299014 0.197836 -0.933516)}
Vertex 5014 -0.46089 17.9486 4.3735 {normal=(0.132213 -0.987787 0.0824405)}
Vertex 5015 -0.460314 16.6619 -5.71419 {normal=(-0.245776 0.35312 -0.902718)}
Vertex 5016 -0.459697 17.927 4.09998 {normal=(-0.279301 -0.230639 0.932093)}
Vertex 5017 -0.459061 14.4857 3.93301 {normal=(-0.404661 -0.333962 0.851304)}
Vertex 5018 -0.458307 18.5244 4.26243 {normal=(-0.896075 0.384813 0.221289)}
Vertex 5019 -0.457639 18.2149 4.59382 {normal=(-0.894117 -0.050469 0.444981)}
Vertex 5020 -0.457239 18.0753 2.17594 {normal=(0.420738 -0.888258 0.184329)}
Vertex 5021 -0.457226 20.5439 2.17588 {normal=(0.420687 0.888308 0.184207)}
Vertex 5022 -0.454991 16.7335 -4.49453
Vertex 5023 -0.45426 18.865 3.18536 {normal=(0.445163 -0.321877 0.835599)}
Vertex 5024 -0.454255 19.7544 3.18534 {normal=(0.44514 0.321965 0.835577)}
Vertex 5025 -0.45357 18.3849 4.56082 {normal=(-0.885549 0.330635 0.326319)}
Vertex 5026 -0.452728 16.0411 3.80579 {normal=(-0.195035 0.886601 0.419404)}
Vertex 5027 -0.452483 15.4078 -3.11535 {normal=(-0.323852 0.299821 -0.897344)}
Vertex 5028 -0.450767 20.0287 4.01886 {normal=(0.450962 0.0041454 0.892534)}
Vertex 5029 -0.450629 14.1629 2.03861 {normal=(-0.103828 -0.940582 -0.323305)}
Vertex 5030 -0.449693 15.9243 -2.96193 {normal=(-0.316595 0.254436 -0.9138)}
Vertex 5031 -0.448167 15.0546 3.93457 {normal=(-0.263511 0.198138 0.944089)}
Vertex 5032 -0.447439 17.0008 3.77877 {normal=(-0.310254 -0.828116 0.466868)}
Vertex 5033 -0.447422 19.2935 3.67007 {normal=(-0.8788 0.241746 0.411424)}
Vertex 5034 -0.446737 18.1255 4.59616 {normal=(-0.881 -0.135279 0.453364)}
Vertex 5035 -0.446563 18.6284 4.20866 {normal=(-0.932548 0.204937 0.297247)}
Vertex 5036 -0.445481 16.9928 3.77271 {normal=(-0.393908 -0.357674 0.846703)}
Vertex 5037 -0.44372 14.2373 1.8417 {normal=(-0.0840203 -0.932063 -0.352419)}
Vertex 5038 -0.443487 12.2456 0.505202 {normal=(-0.125364 -0.332814 0.934622)}
Vertex 5039 -0.442811 18.7811 4.15684 {normal=(-0.926089 0.18442 0.329162)}
Vertex 5040 -0.442339 14.1817 3.72862 {normal=(-0.333681 -0.772055 0.540914)}
Vertex 5041 -0.441558 19.7902 3.92558 {normal=(-0.0857646 -0.437873 0.894937)}
Vertex 5042 -0.439514 14.231 3.78899 {normal=(-0.302372 -0.648124 0.698932)}
Vertex 5043 -0.437091 16.9184 3.77076 {normal=(-0.352153 -0.0408335 0.935051)}
Vertex 5044 -0.436402 17.9577 4.32922 {normal=(0.231296 -0.971356 -0.0544903)}
Vertex 5045 -0.434728 19.8805 3.96359 {normal=(0.132072 -0.327707 0.935503)}
Vertex 5046 -0.432442 15.6526 -6.02943
Vertex 5047 -0.432206 18.4547 4.51358 {normal=(-0.858855 0.440102 0.262064)}
Vertex 5048 -0.432034 17.9708 4.16028 {normal=(0.16419 -0.960408 0.225072)}
Vertex 5049 -0.430928 14.0949 2.23152 {normal=(-0.123968 -0.949402 -0.288562)}
Vertex 5050 -0.430761 18.9309 4.09222 {normal=(-0.904527 0.256633 0.340545)}
Vertex 5051 -0.430438 20.6969 3.81057 {normal=(0.0156273 0.400946 0.915968)}
Vertex 5052 -0.430382 -19.9594 -2.99256
Vertex 5053 -0.429341 18.037 4.59459 {normal=(-0.816455 -0.320924 0.480009)}
Vertex 5054 -0.428707 16.3494 -5.85576 {normal=(-0.216616 0.377705 -0.900231)}
Vertex 5055 -0.426549 14.2059 1.11384 {normal=(-0.144534 -0.396548 0.906565)}
Vertex 5056 -0.425836 14.474 1.28091 {normal=(-0.127769 -0.956869 0.260915)}
Vertex 5057 -0.425481 14.1037 3.58896 {normal=(-0.340759 -0.868541 0.359888)}
Vertex 5058 -0.42457 23.7132 -5.5602 {normal=(-0.093776 0.75566 -0.648216)}
Vertex 5059 -0.424486 16.0875 3.72389 {normal=(-0.271798 0.71288 0.646473)}
Vertex 5060 -0.423829 14.891 3.97227 {normal=(-0.313113 0.140336 0.93929)}
Vertex 5061 -0.422548 16.0969 3.71901 {normal=(-0.352529 0.217298 0.910222)}
Vertex 5062 -0.422269 16.7778 3.77294 {normal=(-0.314488 -0.0428809 0.948292)}
Vertex 5063 -0.419899 16.253 3.73093 {normal=(-0.332038 -0.0779289 0.940041)}
Vertex 5064 -0.419123 17.2965 4.2953 {normal=(-0.263504 -0.0531076 0.963195)}
Vertex 5065 -0.418807 14.0312 3.34634 {normal=(-0.398167 -0.881264 0.25463)}
Vertex 5066 -0.418148 18.2438 2.62637 {normal=(0.46952 -0.769718 0.432533)}
Vertex 5067 -0.418137 20.3755 2.62632 {normal=(0.469492 0.769768 0.432474)}
Vertex 5068 -0.417897 23.5195 -5.73171 {normal=(-0.0482478 0.327929 -0.943469)}
Vertex 5069 -0.417656 12.6566 0.653598 {normal=(-0.132149 -0.323613 0.936916)}
Vertex 5070 -0.416537 16.556 3.75966 {normal=(-0.307876 -0.0763987 0.948354)}
Vertex 5071 -0.41561 14.1304 3.65719 {normal=(-0.310944 -0.841147 0.442477)}
Vertex 5072 -0.413876 17.4319 4.28708 {normal=(-0.310173 0.136463 0.940835)}
Vertex 5073 -0.413547 16.3433 -4.79865 {normal=(-0.157893 -0.479992 0.862947)}
Vertex 5074 -0.413018 17.9826 4.561 {normal=(-0.537069 -0.754221 0.377767)}
Vertex 5075 -0.412977 17.9693 4.27515 {normal=(0.228003 -0.971488 -0.0649997)}
Vertex 5076 -0.410842 18.5244 4.46634 {normal=(-0.867836 0.435168 0.239771)}
Vertex 5077 -0.410427 14.3181 1.64081 {normal=(-0.0717502 -0.924284 -0.374901)}
Vertex 5078 -0.410414 19.0778 4.01479 {normal=(-0.876725 0.319291 0.359732)}
Vertex 5079 -0.407372 17.1807 4.27805 {normal=(-0.239325 -0.216848 0.946415)}
Vertex 5080 -0.407137 14.2784 3.83831 {normal=(-0.27428 -0.568372 0.775709)}
Vertex 5081 -0.406598 19.5137 3.76522 {normal=(-0.765545 -0.290966 0.573829)}
Vertex 5082 -0.404251 14.397 1.45388 {normal=(-0.0597872 -0.916057 -0.396566)}
Vertex 5083 -0.40297 13.0764 0.799254 {normal=(-0.135992 -0.300657 0.943987)}
Vertex 5084 -0.402798 13.5928 0.952667 {normal=(-0.135412 -0.269607 0.953402)}
Vertex 5085 -0.401615 14.7044 4.00851 {normal=(-0.334914 -0.0181827 0.942073)}
Vertex 5086 -0.400032 19.973 3.98043 {normal=(0.17468 -0.227897 0.957888)}
Vertex 5087 -0.399906 17.1109 4.25906 {normal=(-0.249404 -0.466432 0.848669)}
Vertex 5088 -0.398947 16.0735 -5.97134 {normal=(-0.175349 0.35493 -0.918301)}
Vertex 5089 -0.398659 14.029 2.4433 {normal=(-0.138584 -0.957869 -0.251559)}
Vertex 5090 -0.398047 14.079 3.54476 {normal=(-0.361417 -0.893265 0.26731)}
Vertex 5091 -0.397766 17.9624 4.49538 {normal=(-0.219893 -0.962497 0.15889)}
Vertex 5092 -0.397138 19.007 3.1994 {normal=(0.486492 -0.21913 0.845758)}
Vertex 5093 -0.397134 19.6124 3.19939 {normal=(0.486508 0.219127 0.84575)}
Vertex 5094 -0.396724 17.0869 4.23832 {normal=(-0.2516 -0.818426 0.516601)}
Vertex 5095 -0.396179 21.5986 3.31504 {normal=(-0.132393 0.545242 0.827758)}
Vertex 5096 -0.39175 13.9544 3.11342 {normal=(-0.355025 -0.923685 0.144096)}
Vertex 5097 -0.39163 17.5868 4.25339 {normal=(-0.367048 0.250433 0.895857)}
Vertex 5098 -0.391091 23.4245 1.35452 {normal=(-0.0912035 0.932517 0.349419)}
Vertex 5099 -0.390032 13.0669 -2.47061 {normal=(0.0807865 -0.804368 -0.588613)}
Vertex 5100 -0.389615 19.2271 3.92217 {normal=(-0.863068 0.357146 0.357155)}
Vertex 5101 -0.389477 18.5941 4.4191 {normal=(-0.891024 0.367156 0.26697)}
Vertex 5102 -0.388764 17.8375 4.15456 {normal=(-0.38731 0.314154 0.866775)}
Vertex 5103 -0.387431 22.0867 2.98813 {normal=(-0.111597 0.577101 0.809012)}
Vertex 5104 -0.386051 15.9861 -4.05547 {normal=(-0.0810625 -0.522275 -0.848916)}
Vertex 5105 -0.385143 17.9211 4.12999 {normal=(-0.469125 -0.186958 0.863115)}
Vertex 5106 -0.382357 17.9765 4.17396 {normal=(-0.285548 -0.89118 0.352507)}
Vertex 5107 -0.382086 23.0841 1.99238 {normal=(-0.130808 0.845032 0.518469)}
Vertex 5108 -0.38188 18.6509 3.03295 {normal=(0.496782 -0.476306 0.725493)}
Vertex 5109 -0.381872 19.9684 3.03291 {normal=(0.496712 0.476384 0.72549)}
Vertex 5110 -0.381689 22.4766 2.69633 {normal=(-0.134166 0.625688 0.768449)}
Vertex 5111 -0.380016 17.9569 4.42882 {normal=(-0.0813 -0.99653 -0.0178435)}
Vertex 5112 -0.379505 17.6996 4.22024 {normal=(-0.375446 0.344262 0.860537)}
Vertex 5113 -0.378953 22.7681 2.43965 {normal=(-0.148499 0.736347 0.660107)}
Vertex 5114 -0.377837 18.3453 4.75726 {normal=(-0.774988 0.128126 0.618851)}
Vertex 5115 -0.377501 17.7703 4.18764 {normal=(-0.37477 0.371671 0.849357)}
Vertex 5116 -0.375531 18.7008 4.36335 {normal=(-0.895275 0.269071 0.355083)}
Vertex 5117 -0.374854 16.0573 -5.01324 {normal=(-0.125208 -0.743805 0.656565)}
Vertex 5118 -0.373404 18.2429 4.76035 {normal=(-0.76905 -0.0444159 0.637643)}
Vertex 5119 -0.373025 23.2854 -1.50657 {normal=(-0.0776998 0.940368 -0.331167)}
Vertex 5120 -0.371554 18.4354 4.72569 {normal=(-0.759954 0.386623 0.522487)}
Vertex 5121 -0.371029 15.8342 -6.06092 {normal=(-0.120174 0.198559 -0.972693)}
Vertex 5122 -0.370553 18.4369 2.84487 {normal=(0.504317 -0.630582 0.589942)}
Vertex 5123 -0.370544 20.1824 2.84483 {normal=(0.504314 0.630624 0.589899)}
Vertex 5124 -0.369004 18.8445 4.2991 {normal=(-0.859676 0.285448 0.423647)}
Vertex 5125 -0.368365 19.3787 3.81435 {normal=(-0.883367 0.17422 0.435098)}
Vertex 5126 -0.366267 -15.6179 -1.5736
Vertex 5127 -0.364985 15.6862 -6.07089
Vertex 5128 -0.364914 17.0505 4.13331 {normal=(-0.224785 -0.949233 0.220063)}
Vertex 5129 -0.363667 18.1413 4.75803 {normal=(-0.761955 -0.12189 0.636056)}
Vertex 5130 -0.363299 17.975 4.28883 {normal=(-0.159363 -0.986264 -0.0434351)}
Vertex 5131 -0.363012 15.8846 -5.31692 {normal=(-0.12089 -0.862835 0.490817)}
Vertex 5132 -0.362292 19.1564 3.20797 {normal=(0.511721 -0.110909 0.851963)}
Vertex 5133 -0.362291 19.4629 3.20796 {normal=(0.511732 0.11093 0.851953)}
Vertex 5134 -0.359767 17.9661 4.36134 {normal=(-0.114872 -0.988539 -0.0979558)}
Vertex 5135 -0.359343 14.3244 3.88978 {normal=(-0.259476 -0.545042 0.797247)}
Vertex 5136 -0.359051 14.5304 3.99889 {normal=(-0.287216 -0.275522 0.917385)}
Vertex 5137 -0.358233 17.9559 4.17665 {normal=(-0.688691 -0.564132 0.455477)}
Vertex 5138 -0.355521 19.5894 3.8538 {normal=(-0.562124 -0.250589 0.788176)}
Vertex 5139 -0.354842 -17.7762 -2.31877
Vertex 5140 -0.354552 18.5132 4.66564 {normal=(-0.744945 0.504963 0.435969)}
Vertex 5141 -0.354087 18.9876 4.22274 {normal=(-0.816622 0.364319 0.447661)}
Vertex 5142 -0.353825 13.9652 2.67394 {normal=(-0.149219 -0.970379 -0.189996)}
Vertex 5143 -0.353528 15.6095 -5.9818
Vertex 5144 -0.35346 17.9279 4.16278 {normal=(-0.727242 -0.278592 0.6273)}
Vertex 5145 -0.352101 15.7421 -5.58711 {normal=(-0.106512 -0.879936 0.462999)}
Vertex 5146 -0.351679 21.1196 3.61823 {normal=(-0.0468258 0.478883 0.876629)}
Vertex 5147 -0.351638 23.582 0.676545 {normal=(-0.0373008 0.994829 0.0944654)}
Vertex 5148 -0.35058 19.3097 3.21084 {normal=(0.520207 3.69401e-05 0.85404)}
Vertex 5149 -0.349781 20.1739 3.99692 {normal=(-0.0638795 0.115028 0.991306)}
Vertex 5150 -0.349371 15.6466 4.13339 {normal=(-0.259171 -0.203763 0.944093)}
Vertex 5151 -0.348628 18.0404 4.75027 {normal=(-0.705777 -0.353475 0.61395)}
Vertex 5152 -0.347656 11.988 -0.569456 {normal=(-0.0130915 -0.903453 -0.428487)}
Vertex 5153 -0.342142 20.3444 3.95272 {normal=(-0.153679 0.295822 0.9428)}
Vertex 5154 -0.342121 15.6298 -5.82381 {normal=(-0.0774511 -0.950867 0.299754)}
Vertex 5155 -0.340328 17.9782 4.69487 {normal=(-0.654747 -0.629099 0.418975)}
Vertex 5156 -0.339659 -13.4311 -1.57917
Vertex 5157 -0.338771 17.9548 4.59181 {normal=(-0.525722 -0.84094 0.128203)}
Vertex 5158 -0.338723 18.2027 2.42823 {normal=(0.526638 -0.799092 0.290008)}
Vertex 5159 -0.338711 20.4166 2.42817 {normal=(0.526534 0.799188 0.289932)}
Vertex 5160 -0.338378 15.7973 4.13902 {normal=(-0.280049 0.0229543 0.959711)}
Vertex 5161 -0.33755 18.591 4.60559 {normal=(-0.75603 0.498589 0.424061)}
Vertex 5162 -0.336796 15.5071 4.07752 {normal=(-0.184851 -0.51721 0.835658)}
Vertex 5163 -0.333865 20.5782 3.86313 {normal=(-0.178884 0.379048 0.907922)}
Vertex 5164 -0.332622 22.9704 -2.19588 {normal=(-0.117279 0.891508 -0.43756)}
Vertex 5165 -0.330781 19.13 4.13428 {normal=(-0.788013 0.409415 0.459798)}
Vertex 5166 -0.33044 15.8865 4.13357 {normal=(-0.26805 0.30628 0.913423)}
Vertex 5167 -0.329946 17.9445 4.48783 {normal=(-0.457744 -0.888813 -0.0219446)}
Vertex 5168 -0.329264 22.8378 -2.8294 {normal=(-0.146391 0.985231 0.0888191)}
Vertex 5169 -0.327627 14.0482 3.53314 {normal=(-0.273096 -0.893323 0.356922)}
Vertex 5170 -0.325558 15.9144 4.11704 {normal=(-0.21317 0.710955 0.670151)}
Vertex 5171 -0.321242 13.9695 3.30389 {normal=(-0.34314 -0.904637 0.252759)}
Vertex 5172 -0.320547 18.6688 4.54554 {normal=(-0.767074 0.464723 0.442301)}
Vertex 5173 -0.31947 17.9528 4.29169 {normal=(-0.559314 -0.826659 0.0616659)}
Vertex 5174 -0.31677 22.8144 -2.68599 {normal=(-0.131433 0.977008 0.167873)}
Vertex 5175 -0.313858 17.9472 4.38291 {normal=(-0.489197 -0.868744 -0.0772721)}
Vertex 5176 -0.312966 19.2816 4.02798 {normal=(-0.776547 0.424091 0.465963)}
Vertex 5177 -0.311945 22.8104 -2.55897 {normal=(-0.152585 0.944043 -0.292404)}
Vertex 5178 -0.310998 22.8053 -2.59584 {normal=(-0.148154 0.988959 -0.0032231)}
Vertex 5179 -0.309822 19.643 3.88336 {normal=(-0.514567 -0.206372 0.832245)}
Vertex 5180 -0.307932 17.8136 4.20609 {normal=(-0.624947 0.172173 0.761445)}
Vertex 5181 -0.30642 15.9675 4.02834 {normal=(-0.156582 0.880636 0.447171)}
Vertex 5182 -0.306205 19.9678 3.98603 {normal=(-0.0693113 -0.211501 0.974917)}
Vertex 5183 -0.304477 17.0018 3.94404 {normal=(-0.22741 -0.955062 0.19011)}
Vertex 5184 -0.303883 13.9239 2.89099 {normal=(-0.178701 -0.979733 -0.0904962)}
Vertex 5185 -0.303589 18.7688 4.47737 {normal=(-0.750054 0.424017 0.50757)}
Vertex 5186 -0.300656 15.3789 3.9714 {normal=(-0.141798 -0.620099 0.771603)}
Vertex 5187 -0.300641 19.4423 3.90384 {normal=(-0.764379 0.230476 0.602167)}
Vertex 5188 -0.298168 19.7263 3.9123 {normal=(-0.168475 -0.220807 0.960656)}
Vertex 5189 -0.296136 14.3691 3.94341 {normal=(-0.164618 -0.509644 0.844491)}
Vertex 5190 -0.295346 17.9322 4.29438 {normal=(-0.742736 -0.652325 0.151046)}
Vertex 5191 -0.294104 22.8372 -2.92034 {normal=(-0.160629 0.910003 -0.382222)}
Vertex 5192 -0.292648 18.8009 3.05488 {normal=(0.561262 -0.367879 0.741384)}
Vertex 5193 -0.292643 19.8185 3.05485 {normal=(0.56127 0.367949 0.741343)}
Vertex 5194 -0.2913 14.1545 3.75204 {normal=(-0.0833915 -0.785016 0.613837)}
Vertex 5195 -0.289375 15.2704 3.91069 {normal=(-0.129985 0.0479271 0.990357)}
Vertex 5196 -0.286676 18.8912 4.40108 {normal=(-0.698334 0.438213 0.565949)}
Vertex 5197 -0.285771 17.9063 4.49378 {normal=(-0.770959 -0.635113 -0.0474643)}
Vertex 5198 -0.285549 17.9089 4.59877 {normal=(-0.737538 -0.6668 0.106841)}
Vertex 5199 -0.284849 15.3 3.9158 {normal=(-0.140678 -0.384403 0.912384)}
Vertex 5200 -0.283912 17.7366 4.24935 {normal=(-0.649595 0.228829 0.725027)}
Vertex 5201 -0.283106 15.1923 3.93154 {normal=(-0.14024 0.289858 0.946739)}
Vertex 5202 -0.277277 19.3096 2.35648 {normal=(-0.949363 -4.70957e-06 0.314181)}
Vertex 5203 -0.277254 18.1889 2.22019 {normal=(0.550379 -0.806451 0.216148)}
Vertex 5204 -0.277241 20.4304 2.22013 {normal=(0.550222 0.806567 0.216115)}
Vertex 5205 -0.27709 21.022 3.67883 {normal=(-0.0742779 0.445068 0.892411)}
Vertex 5206 -0.276249 17.8204 4.23887 {normal=(-0.83168 -0.0090512 0.555181)}
Vertex 5207 -0.276085 23.5288 -0.430094 {normal=(-0.0586661 0.984845 -0.163214)}
Vertex 5208 -0.275007 17.9139 4.38759 {normal=(-0.768389 -0.637046 -0.0612411)}
Vertex 5209 -0.274339 17.9216 4.70257 {normal=(-0.586431 -0.681027 0.438521)}
Vertex 5210 -0.273651 16.9735 3.84597 {normal=(-0.306771 -0.834633 0.45747)}
Vertex 5211 -0.27303 16.0461 3.86748 {normal=(-0.147226 0.893069 0.425149)}
Vertex 5212 -0.27244 16.9655 3.8391 {normal=(-0.364475 -0.40674 0.837688)}
Vertex 5213 -0.270153 14.2029 3.8091 {normal=(-0.053286 -0.713298 0.698832)}
Vertex 5214 -0.269945 19.0216 4.31407 {normal=(-0.652022 0.47677 0.58954)}
Vertex 5215 -0.269086 -20.0511 -2.71263
Vertex 5216 -0.266803 17.8924 4.2996 {normal=(-0.854508 -0.464116 0.233266)}
Vertex 5217 -0.266146 21.5721 3.35719 {normal=(-0.0501105 0.545935 0.836328)}
Vertex 5218 -0.266141 17.3954 4.33281 {normal=(-0.257468 0.00123924 0.966286)}
Vertex 5219 -0.266045 15.0656 3.97835 {normal=(-0.191605 0.278594 0.941102)}
Vertex 5220 -0.265489 18.378 2.6639 {normal=(0.579759 -0.672789 0.459604)}
Vertex 5221 -0.265478 20.2413 2.66385 {normal=(0.5798 0.672773 0.459575)}
Vertex 5222 -0.263658 16.8973 3.83218 {normal=(-0.320676 -0.113208 0.940399)}
Vertex 5223 -0.262028 17.8645 4.28572 {normal=(-0.885646 -0.275368 0.373904)}
Vertex 5224 -0.260716 19.5263 2.3524 {normal=(-0.937449 0.155949 0.311237)}
Vertex 5225 -0.260715 19.0929 2.35241 {normal=(-0.937441 -0.155968 0.311252)}
Vertex 5226 -0.260694 14.0093 3.48904 {normal=(-0.22477 -0.899283 0.375192)}
Vertex 5227 -0.2604 17.6465 4.30234 {normal=(-0.661336 0.188165 0.726105)}
Vertex 5228 -0.259108 24.1069 -4.49053 {normal=(-0.015451 0.998967 0.0427447)}
Vertex 5229 -0.257942 14.1038 3.68155 {normal=(-0.0662956 -0.846839 0.527702)}
Vertex 5230 -0.256735 -19.9197 -3.28034
Vertex 5231 -0.255671 16.09 3.78441 {normal=(-0.218366 0.72416 0.654148)}
Vertex 5232 -0.255256 14.9151 4.0169 {normal=(-0.213031 0.177868 0.960719)}
Vertex 5233 -0.255121 22.7834 -5.38247 {normal=(-0.0174006 -0.877585 -0.479105)}
Vertex 5234 -0.254476 17.5327 4.33016 {normal=(-0.453173 0.0365042 0.890675)}
Vertex 5235 -0.25434 16.0993 3.77913 {normal=(-0.299177 0.236959 0.924307)}
Vertex 5236 -0.253763 15.535 -3.78528 {normal=(-0.0457311 -0.563976 -0.824524)}
Vertex 5237 -0.253399 19.16 4.21632 {normal=(-0.627534 0.504223 0.593263)}
Vertex 5238 -0.252451 24.0495 -4.23832 {normal=(0.00767036 0.934295 0.356417)}
Vertex 5239 -0.2518 18.3727 4.85374 {normal=(-0.401422 0.189649 0.896043)}
Vertex 5240 -0.250943 24.0738 -4.74302 {normal=(-0.0203695 0.98063 -0.194809)}
Vertex 5241 -0.250737 14.741 4.04721 {normal=(-0.157763 0.00856454 0.98744)}
Vertex 5242 -0.250038 16.2541 3.7878 {normal=(-0.289556 -0.0568164 0.955473)}
Vertex 5243 -0.248832 13.9049 3.09444 {normal=(-0.223946 -0.973121 0.0536957)}
Vertex 5244 -0.248781 22.8749 -5.52053 {normal=(-0.0367949 -0.697929 -0.715221)}
Vertex 5245 -0.248464 18.2629 4.85866 {normal=(-0.407315 -0.00282459 0.913283)}
Vertex 5246 -0.248401 18.5842 2.8749 {normal=(0.592586 -0.524154 0.611641)}
Vertex 5247 -0.248395 20.0352 2.87486 {normal=(0.592604 0.524246 0.611545)}
Vertex 5248 -0.247909 18.4674 4.81895 {normal=(-0.393142 0.475972 0.786696)}
Vertex 5249 -0.24749 17.8424 4.44667 {normal=(-0.91732 -0.393966 -0.0575712)}
Vertex 5250 -0.247304 16.7688 3.82521 {normal=(-0.282426 -0.0827348 0.955715)}
Vertex 5251 -0.247066 20.5742 3.8995 {normal=(-0.214319 0.378112 0.90061)}
Vertex 5252 -0.246113 17.7886 4.29781 {normal=(-0.908202 0.0314646 0.417349)}
Vertex 5253 -0.24605 22.6931 -5.1699 {normal=(-0.00679315 -0.93893 -0.344042)}
Vertex 5254 -0.244833 19.3143 4.09115 {normal=(-0.612466 0.524147 0.591739)}
Vertex 5255 -0.244248 19.4843 3.93855 {normal=(-0.548286 0.305992 0.778301)}
Vertex 5256 -0.243734 15.2525 -3.57626
Vertex 5257 -0.243218 17.8661 4.37536 {normal=(-0.91878 -0.393716 -0.0288408)}
Vertex 5258 -0.242765 16.5544 3.81041 {normal=(-0.271614 -0.0697324 0.959877)}
Vertex 5259 -0.242632 20.3426 3.98513 {normal=(-0.205286 0.274349 0.939463)}
Vertex 5260 -0.241599 18.153 4.85547 {normal=(-0.414831 -0.0887692 0.905558)}
Vertex 5261 -0.2381 17.8247 4.51626 {normal=(-0.864116 -0.494193 0.0952687)}
Vertex 5262 -0.237438 17.2624 4.32645 {normal=(-0.180947 -0.134365 0.974271)}
Vertex 5263 -0.236794 18.5471 4.75427 {normal=(-0.38787 0.614279 0.687181)}
Vertex 5264 -0.236595 15.6833 -3.29809 {normal=(0.0991071 -0.423181 0.900608)}
Vertex 5265 -0.232918 17.8011 4.39853 {normal=(-0.979555 -0.198086 0.0351166)}
Vertex 5266 -0.232341 16.8277 -2.95079 {normal=(0.106361 -0.326627 0.93915)}
Vertex 5267 -0.231893 17.8328 4.34466 {normal=(-0.983015 -0.118531 0.140115)}
Vertex 5268 -0.231785 14.5695 4.03046 {normal=(-0.0620956 -0.235217 0.969957)}
Vertex 5269 -0.231432 17.7355 4.32891 {normal=(-0.91386 -0.0551559 0.402265)}
Vertex 5270 -0.231202 18.043 4.84419 {normal=(-0.394456 -0.351705 0.848945)}
Vertex 5271 -0.230971 23.9014 -3.98638 {normal=(0.0351712 0.778789 0.6263)}
Vertex 5272 -0.227295 18.9633 3.07094 {normal=(0.608507 -0.250449 0.752991)}
Vertex 5273 -0.227291 19.656 3.07092 {normal=(0.608552 0.250426 0.752962)}
Vertex 5274 -0.226682 21.0376 -4.72091 {normal=(-0.0971816 0.516999 -0.850451)}
Vertex 5275 -0.225677 18.6268 4.68959 {normal=(-0.397326 0.612548 0.683314)}
Vertex 5276 -0.224847 20.1765 4.02142 {normal=(-0.174711 0.0527838 0.983204)}
Vertex 5277 -0.22386 20.3572 -4.9949 {normal=(-0.0768208 0.156634 -0.984665)}
Vertex 5278 -0.221568 22.604 -4.88282 {normal=(0.0031393 -0.984471 -0.175518)}
Vertex 5279 -0.220061 17.7669 4.4263 {normal=(-0.933008 -0.324045 0.156496)}
Vertex 5280 -0.217768 23.9941 -5.02929 {normal=(-0.0161301 0.947811 -0.318425)}
Vertex 5281 -0.215585 23.0553 -5.63636 {normal=(-0.0303346 -0.45524 -0.889852)}
Vertex 5282 -0.21505 17.8128 4.58411 {normal=(-0.665791 -0.660752 0.346596)}
Vertex 5283 -0.214562 18.7065 4.62492 {normal=(-0.409721 0.59422 0.692121)}
Vertex 5284 -0.212275 -15.5639 -1.88101
Vertex 5285 -0.211934 23.69 -3.79719 {normal=(0.0484605 0.542721 0.838514)}
Vertex 5286 -0.211637 17.2982 -2.76926
Vertex 5287 -0.21144 19.7377 2.34028 {normal=(-0.901981 0.308077 0.30252)}
Vertex 5288 -0.211435 18.8816 2.34031 {normal=(-0.901987 -0.308049 0.302532)}
Vertex 5289 -0.211415 19.7262 3.92006 {normal=(-0.196443 -0.0731389 0.977784)}
Vertex 5290 -0.21129 22.8124 -2.9588
Vertex 5291 -0.211039 23.6941 -5.59144 {normal=(-0.0146003 0.727624 -0.685821)}
Vertex 5292 -0.210194 23.5602 -5.69608 {normal=(0.0125703 0.400841 -0.916061)}
Vertex 5293 -0.208981 19.3096 2.56285 {normal=(-0.922021 -5.10925e-06 0.387139)}
Vertex 5294 -0.208779 14.235 3.83776 {normal=(0.0577063 -0.688345 0.723085)}
Vertex 5295 -0.20543 22.5908 -4.56631 {normal=(0.0212782 -0.998056 0.0585833)}
Vertex 5296 -0.204344 13.9245 3.28341 {normal=(-0.219093 -0.944063 0.24646)}
Vertex 5297 -0.201551 17.9267 4.76913 {normal=(-0.337061 -0.661905 0.669531)}
Vertex 5298 -0.200713 18.8044 4.55065 {normal=(-0.415238 0.564528 0.713362)}
Vertex 5299 -0.200598 -13.3633 -1.00287
Vertex 5300 -0.198399 14.4006 3.96665 {normal=(0.0384904 -0.483616 0.874434)}
Vertex 5301 -0.197638 22.6537 -4.22038 {normal=(0.0293054 -0.998568 -0.044751)}
Vertex 5302 -0.196986 17.6545 4.38876 {normal=(-0.783305 -0.240632 0.573174)}
Vertex 5303 -0.195338 23.4152 -3.67074 {normal=(0.0238149 0.519933 0.853875)}
Vertex 5304 -0.192624 19.5237 2.55882 {normal=(-0.910213 0.154543 0.384225)}
Vertex 5305 -0.192621 19.0956 2.55883 {normal=(-0.910215 -0.154519 0.38423)}
Vertex 5306 -0.191632 14.0847 3.64455 {normal=(0.0151626 -0.846828 0.53165)}
Vertex 5307 -0.190847 21.7535 -4.1104 {normal=(-0.0793972 0.683575 -0.725549)}
Vertex 5308 -0.190234 -17.6897 -2.59716
Vertex 5309 -0.18987 21.0829 3.64715 {normal=(0.0629707 0.489036 0.869988)}
Vertex 5310 -0.189266 17.7238 4.47951 {normal=(-0.769239 -0.516669 0.375932)}
Vertex 5311 -0.187426 19.1343 3.08074 {normal=(0.637364 -0.126759 0.760065)}
Vertex 5312 -0.187425 19.485 3.08073 {normal=(0.637367 0.126792 0.760057)}
Vertex 5313 -0.186303 22.5642 -3.89153 {normal=(0.0181227 -0.895454 -0.444785)}
Vertex 5314 -0.184135 18.9206 4.46679 {normal=(-0.40932 0.556182 0.723269)}
Vertex 5315 -0.182751 23.1584 -3.45014 {normal=(-0.0184957 0.719687 0.694052)}
Vertex 5316 -0.18238 19.7123 -4.93236 {normal=(-0.0429436 0.0287825 -0.998663)}
Vertex 5317 -0.182192 -17.8652 -2.04799
Vertex 5318 -0.180183 18.3422 2.4672 {normal=(0.641085 -0.698469 0.318043)}
Vertex 5319 -0.180172 20.2771 2.46715 {normal=(0.641095 0.698442 0.318081)}
Vertex 5320 -0.178783 21.4665 3.42663 {normal=(0.0975487 0.512363 0.853211)}
Vertex 5321 -0.175634 19.9779 4.00873 {normal=(-0.131626 -0.205898 0.969681)}
Vertex 5322 -0.174483 17.0948 -2.75351 {normal=(-0.0788864 0.0475359 -0.99575)}
Vertex 5323 -0.174173 22.9195 -3.1354 {normal=(-0.0386822 0.823913 0.565394)}
Vertex 5324 -0.174099 -15.6627 -1.30384
Vertex 5325 -0.174026 19.3097 3.08403 {normal=(0.647053 3.69197e-05 0.762445)}
Vertex 5326 -0.17384 22.0545 3.02744 {normal=(-0.0310716 0.575516 0.8172)}
Vertex 5327 -0.171426 22.3225 -3.57976 {normal=(0.00590506 -0.620076 -0.784519)}
Vertex 5328 -0.170906 19.0474 4.37324 {normal=(-0.407218 0.56159 0.720271)}
Vertex 5329 -0.170693 22.134 -3.70982 {normal=(-0.094054 0.82282 -0.560465)}
Vertex 5330 -0.170421 13.9828 3.45791 {normal=(-0.104211 -0.901186 0.420718)}
Vertex 5331 -0.168367 17.1338 4.31108 {normal=(-0.133591 -0.253947 0.957948)}
Vertex 5332 -0.167353 20.648 3.87423 {normal=(-0.0184236 0.43669 0.899423)}
Vertex 5333 -0.166223 22.1791 -3.5192
Vertex 5334 -0.162038 19.5175 3.9699 {normal=(-0.344367 0.388039 0.85489)}
Vertex 5335 -0.161548 18.8546 -5.06843 {normal=(-0.0390511 0.226701 -0.973181)}
Vertex 5336 -0.161365 17.7839 -5.4031 {normal=(-0.0395628 0.290672 -0.956004)}
Vertex 5337 -0.161262 14.1288 2.07389 {normal=(-0.0363973 -0.940721 -0.337222)}
Vertex 5338 -0.161031 19.185 4.26999 {normal=(-0.407237 0.579321 0.706077)}
Vertex 5339 -0.160632 17.1493 -5.59079 {normal=(-0.0368165 0.246452 -0.968455)}
Vertex 5340 -0.159697 16.7695 -4.7007
Vertex 5341 -0.159584 23.8678 -5.34936 {normal=(-0.0126455 0.878429 -0.477706)}
Vertex 5342 -0.159347 16.9508 -5.63151 {normal=(-0.0322293 0.268354 -0.962781)}
Vertex 5343 -0.159007 14.201 1.87705 {normal=(-0.0386818 -0.934025 -0.355106)}
Vertex 5344 -0.158681 14.0928 -3.67892
Vertex 5345 -0.158681 14.1131 -3.66734 {normal=(-0.107669 0.422999 -0.899711)}
Vertex 5346 -0.158075 19.3417 4.13555 {normal=(-0.407998 0.606242 0.682648)}
Vertex 5347 -0.15632 14.0659 2.25372 {normal=(-0.0378415 -0.950856 -0.307313)}
Vertex 5348 -0.155535 23.3246 -5.72994 {normal=(0.00553141 -0.1199 -0.992771)}
Vertex 5349 -0.1544 11.5898 0.274548
Vertex 5350 -0.1544 11.6101 0.286121 {normal=(-0.0319113 -0.428486 0.902985)}
Vertex 5351 -0.153808 15.6826 -6.06314
Vertex 5352 -0.153438 16.6918 -5.72178 {normal=(-0.0298101 0.366191 -0.930062)}
Vertex 5353 -0.153421 14.4485 1.29495 {normal=(-0.0564371 -0.959313 0.276648)}
Vertex 5354 -0.152643 17.8041 4.63032 {normal=(-0.339338 -0.740875 0.579615)}
Vertex 5355 -0.151332 14.3243 -3.58599 {normal=(-0.100791 0.359487 -0.927691)}
Vertex 5356 -0.150836 15.6232 -5.99561
Vertex 5357 -0.150128 18.7493 2.89906 {normal=(0.663589 -0.404876 0.629067)}
Vertex 5358 -0.150121 19.87 2.89903 {normal=(0.663629 0.404899 0.629009)}
Vertex 5359 -0.149881 16.6866 -2.82621 {normal=(-0.0894327 0.207404 -0.974159)}
Vertex 5360 -0.149549 14.2826 1.66321 {normal=(-0.0428113 -0.925181 -0.377105)}
Vertex 5361 -0.149323 14.1836 1.12725 {normal=(-0.0396716 -0.39632 0.917255)}
Vertex 5362 -0.14729 14.0071 2.44827 {normal=(-0.0390943 -0.962124 -0.269794)}
Vertex 5363 -0.14719 11.8213 0.367476 {normal=(-0.0308608 -0.353895 0.934776)}
Vertex 5364 -0.146804 14.3651 1.46917 {normal=(-0.0412251 -0.912595 -0.406781)}
Vertex 5365 -0.144657 20.348 4.00229 {normal=(-0.0756165 0.272232 0.959256)}
Vertex 5366 -0.144205 17.368 4.35447 {normal=(-0.124477 -0.115507 0.985476)}
Vertex 5367 -0.143953 19.7324 2.54685 {normal=(-0.875093 0.30523 0.375563)}
Vertex 5368 -0.143949 18.8868 2.54687 {normal=(-0.875073 -0.30526 0.375584)}
Vertex 5369 -0.142902 16.3723 -5.8616 {normal=(-0.0251507 0.389208 -0.920806)}
Vertex 5370 -0.139425 17.4915 4.37142 {normal=(-0.272224 -0.237058 0.932576)}
Vertex 5371 -0.137849 16.3845 -4.83563 {normal=(0.0868112 -0.457124 0.885156)}
Vertex 5372 -0.137377 16.0735 -2.98738 {normal=(-0.0999602 0.264984 -0.959058)}
Vertex 5373 -0.136633 14.7263 -3.43485 {normal=(-0.103982 0.348142 -0.931657)}
Vertex 5374 -0.135105 18.5352 2.69595 {normal=(0.673943 -0.559234 0.482761)}
Vertex 5375 -0.135096 20.084 2.6959 {normal=(0.673981 0.55923 0.482713)}
Vertex 5376 -0.134823 17.6007 4.42515 {normal=(-0.435518 -0.478822 0.762269)}
Vertex 5377 -0.134562 13.5705 0.966079 {normal=(-0.0346418 -0.270283 0.962158)}
Vertex 5378 -0.134174 13.9521 2.65753 {normal=(-0.0406401 -0.974413 -0.221061)}
Vertex 5379 -0.133302 17.0572 4.29293 {normal=(-0.0926979 -0.472111 0.876652)}
Vertex 5380 -0.132982 16.0899 -5.9755 {normal=(-0.018468 0.358008 -0.933536)}
Vertex 5381 -0.132772 12.2233 0.518614 {normal=(-0.0322732 -0.344255 0.938321)}
Vertex 5382 -0.132241 17.0328 4.27201 {normal=(-0.118964 -0.834114 0.538611)}
Vertex 5383 -0.131225 15.5571 -3.14079 {normal=(-0.105693 0.302552 -0.947255)}
Vertex 5384 -0.130659 19.9385 2.32042 {normal=(-0.843891 0.45253 0.288209)}
Vertex 5385 -0.130653 18.6807 2.32045 {normal=(-0.843837 -0.452596 0.288263)}
Vertex 5386 -0.1304 17.6954 4.51566 {normal=(-0.431026 -0.661011 0.614233)}
Vertex 5387 -0.130364 23.4167 1.40274 {normal=(-0.0233399 0.934893 0.354163)}
Vertex 5388 -0.130308 17.2634 4.34226 {normal=(-0.0723896 -0.140729 0.987398)}
Vertex 5389 -0.129931 15.1373 -3.28645 {normal=(-0.107384 0.333845 -0.936491)}
Vertex 5390 -0.127806 13.0541 0.812668 {normal=(-0.0351356 -0.306412 0.95125)}
Vertex 5391 -0.127362 23.074 2.06086 {normal=(-0.0483608 0.847236 0.529011)}
Vertex 5392 -0.12723 22.4474 2.7444 {normal=(-0.0401581 0.603802 0.796122)}
Vertex 5393 -0.126317 22.751 2.50808 {normal=(-0.0579576 0.717947 0.693681)}
Vertex 5394 -0.126311 12.6342 0.667011 {normal=(-0.0340897 -0.332787 0.942386)}
Vertex 5395 -0.124951 16.1006 -5.05061 {normal=(0.103725 -0.734752 0.670358)}
Vertex 5396 -0.123677 15.8444 -6.06348 {normal=(-0.00524936 0.180267 -0.983604)}
Vertex 5397 -0.121785 20.1831 4.03133 {normal=(-0.049721 0.0548558 0.997256)}
Vertex 5398 -0.121638 17.0012 4.17381 {normal=(-0.115221 -0.962646 0.245024)}
Vertex 5399 -0.121004 15.9179 -5.34565 {normal=(0.0880293 -0.858247 0.505631)}
Vertex 5400 -0.117367 15.7658 -5.6076 {normal=(0.0645465 -0.876907 0.476306)}
Vertex 5401 -0.116737 18.3301 2.25964 {normal=(0.665822 -0.704901 0.244532)}
Vertex 5402 -0.116727 20.2892 2.25959 {normal=(0.665817 0.704906 0.244532)}
Vertex 5403 -0.116457 15.6695 4.19146 {normal=(-0.10812 -0.206729 0.972406)}
Vertex 5404 -0.114198 14.2209 3.80199 {normal=(0.0722451 -0.717707 0.692587)}
Vertex 5405 -0.114154 13.9085 2.87349 {normal=(-0.0535663 -0.98656 -0.154371)}
Vertex 5406 -0.11404 15.6444 -5.83645 {normal=(0.0423991 -0.954379 0.295572)}
Vertex 5407 -0.113747 16.1175 -4.15826 {normal=(-0.0295369 -0.55 -0.834642)}
Vertex 5408 -0.113747 16.7534 -4.51734
Vertex 5409 -0.112793 15.8086 4.19426 {normal=(-0.120141 0.0353088 0.992129)}
Vertex 5410 -0.112265 15.5238 4.12591 {normal=(-0.0759854 -0.524359 0.8481)}
Vertex 5411 -0.110757 14.1041 3.65393 {normal=(0.0447703 -0.816176 0.576067)}
Vertex 5412 -0.110146 15.892 4.18693 {normal=(-0.115425 0.315368 0.941924)}
Vertex 5413 -0.109242 19.3096 2.75599 {normal=(-0.850422 -3.70305e-06 0.526101)}
Vertex 5414 -0.108519 15.9198 4.16946 {normal=(-0.0910709 0.712865 0.695363)}
Vertex 5415 -0.10214 15.9713 4.08003 {normal=(-0.0653891 0.885746 0.459541)}
Vertex 5416 -0.101492 16.9625 3.99833 {normal=(-0.118262 -0.970053 0.212161)}
Vertex 5417 -0.100218 15.3714 3.9976 {normal=(-0.060791 -0.620394 0.781931)}
Vertex 5418 -0.098088 20.0237 4.02734 {normal=(-0.00690231 -0.135982 0.990687)}
Vertex 5419 -0.096459 15.251 3.92598 {normal=(-0.0421655 0.0915905 0.994904)}
Vertex 5420 -0.094994 19.7465 3.94706 {normal=(-0.170802 -0.042798 0.984375)}
Vertex 5421 -0.094949 15.2805 3.93096 {normal=(-0.054973 -0.383452 0.921923)}
Vertex 5422 -0.094368 15.1776 3.95345 {normal=(-0.0484866 0.375948 0.925371)}
Vertex 5423 -0.093492 19.5157 2.75212 {normal=(-0.839055 0.148816 0.523298)}
Vertex 5424 -0.093489 19.1035 2.75213 {normal=(-0.83904 -0.148836 0.523316)}
Vertex 5425 -0.091217 16.9392 3.90675 {normal=(-0.153638 -0.869367 0.469676)}
Vertex 5426 -0.09101 16.0466 3.91863 {normal=(-0.0616062 0.899538 0.432477)}
Vertex 5427 -0.090813 16.9314 3.89908 {normal=(-0.183356 -0.458089 0.86979)}
Vertex 5428 -0.088682 15.0603 4.01337 {normal=(-0.0774229 0.332405 0.939954)}
Vertex 5429 -0.08791 23.5403 -0.381542 {normal=(-0.0108442 0.988311 -0.152063)}
Vertex 5430 -0.08791 23.5752 0.71464 {normal=(0.0043337 0.994656 0.103153)}
Vertex 5431 -0.087885 16.8705 3.88608 {normal=(-0.153687 -0.16772 0.973781)}
Vertex 5432 -0.087231 13.8762 3.09614 {normal=(-0.0799765 -0.996797 0.000118898)}
Vertex 5433 -0.085224 16.0889 3.8351 {normal=(-0.0941245 0.74653 0.65866)}
Vertex 5434 -0.085085 14.925 4.04796 {normal=(-0.0793571 0.166559 0.982833)}
Vertex 5435 -0.084779 16.0982 3.82943 {normal=(-0.138474 0.259047 0.955887)}
Vertex 5436 -0.083933 18.3872 4.87702 {normal=(-0.0803824 0.227123 0.970543)}
Vertex 5437 -0.08358 14.7717 4.05721 {normal=(-0.0364391 -0.0252737 0.999016)}
Vertex 5438 -0.083346 16.252 3.83459 {normal=(-0.134784 -0.0461743 0.989799)}
Vertex 5439 -0.082822 18.2748 4.88873 {normal=(-0.0881072 0.0384756 0.995368)}
Vertex 5440 -0.082636 18.4812 4.84061 {normal=(-0.0787697 0.502065 0.861235)}
Vertex 5441 -0.082436 16.7566 3.86775 {normal=(-0.132607 -0.111867 0.984836)}
Vertex 5442 -0.080921 16.5504 3.85059 {normal=(-0.126778 -0.0684123 0.989569)}
Vertex 5443 -0.080532 18.1606 4.8885 {normal=(-0.0970605 -0.0600985 0.993462)}
Vertex 5444 -0.078931 18.5565 4.77948 {normal=(-0.0797365 0.632633 0.770336)}
Vertex 5445 -0.078149 18.9282 2.91674 {normal=(0.715618 -0.275591 0.641826)}
Vertex 5446 -0.078146 19.6911 2.91673 {normal=(0.715637 0.275585 0.641807)}
Vertex 5447 -0.077262 14.603 4.02773 {normal=(0.022571 -0.243036 0.969755)}
Vertex 5448 -0.077068 18.0448 4.87633 {normal=(-0.096261 -0.3338 0.937716)}
Vertex 5449 -0.07581 -13.0023 0.423076
Vertex 5450 -0.075226 18.6319 4.71835 {normal=(-0.083347 0.63262 0.769964)}
Vertex 5451 -0.071521 18.7072 4.65723 {normal=(-0.090252 0.616971 0.781794)}
Vertex 5452 -0.068115 13.8962 3.2849 {normal=(-0.0786603 -0.96191 0.261804)}
Vertex 5453 -0.067184 17.9241 4.79846 {normal=(-0.0871774 -0.656775 0.749031)}
Vertex 5454 -0.066905 18.8075 4.58318 {normal=(-0.103759 0.588881 0.801532)}
Vertex 5455 -0.066132 14.4188 3.95951 {normal=(0.0571394 -0.487104 0.871473)}
Vertex 5456 -0.064168 19.9308 2.52723 {normal=(-0.817498 0.448423 0.361404)}
Vertex 5457 -0.064161 18.6885 2.52726 {normal=(-0.817489 -0.448424 0.361425)}
Vertex 5458 -0.06329 21.0583 3.6331 {normal=(0.0830507 0.502331 0.860678)}
Vertex 5459 -0.061378 18.9327 4.49621 {normal=(-0.120661 0.583078 0.803406)}
Vertex 5460 -0.056969 19.0652 4.40025 {normal=(-0.135103 0.593939 0.793085)}
Vertex 5461 -0.056807 13.9685 3.43977 {normal=(-0.0270627 -0.886116 0.462673)}
Vertex 5462 -0.055784 20.6489 3.87302 {normal=(0.018559 0.45281 0.891414)}
Vertex 5463 -0.054012 19.5418 3.99787 {normal=(-0.191721 0.420109 0.88699)}
Vertex 5464 -0.053677 19.2049 4.29528 {normal=(-0.144572 0.619835 0.7713)}
Vertex 5465 -0.052692 19.3638 4.16116 {normal=(-0.153904 0.654541 0.740196)}
Vertex 5466 -0.050881 17.7985 4.65489 {normal=(-0.0976218 -0.741448 0.663871)}
Vertex 5467 -0.04822 20.3607 4.0042 {normal=(-0.00892763 0.283178 0.959026)}
Vertex 5468 -0.048069 17.3499 4.35206 {normal=(-0.00605682 -0.169625 0.98549)}
Vertex 5469 -0.046626 19.7168 2.74059 {normal=(-0.805218 0.294009 0.514959)}
Vertex 5470 -0.046622 18.9025 2.74061 {normal=(-0.805195 -0.294012 0.514993)}
Vertex 5471 -0.046475 17.4633 4.37717 {normal=(-0.065863 -0.323046 0.944089)}
Vertex 5472 -0.044941 17.574 4.43807 {normal=(-0.126591 -0.564686 0.815539)}
Vertex 5473 -0.044777 18.5054 2.50049 {normal=(0.738828 -0.580627 0.34206)}
Vertex 5474 -0.044768 20.1139 2.50045 {normal=(0.738827 0.580607 0.342097)}
Vertex 5475 -0.044695 21.4291 3.40616 {normal=(0.121667 0.510058 0.851492)}
Vertex 5476 -0.044695 21.9459 3.09546 {normal=(0.0164096 0.554023 0.83234)}
Vertex 5477 -0.043467 17.6818 4.53476 {normal=(-0.124629 -0.694138 0.708971)}
Vertex 5478 -0.040595 20.1937 4.02663 {normal=(0.0197306 0.0581923 0.99811)}
Vertex 5479 -0.034242 19.1166 2.92754 {normal=(0.747354 -0.139469 0.649623)}
Vertex 5480 -0.034239 19.5027 2.92753 {normal=(0.747366 0.139499 0.649603)}
Vertex 5481 -0.032577 17.1284 4.32783 {normal=(-0.0228198 -0.827099 0.561593)}
Vertex 5482 -0.032577 17.2503 4.33577 {normal=(0.0204888 -0.105763 0.99418)}
Vertex 5483 -0.030207 18.7115 2.72173 {normal=(0.74971 -0.431936 0.501364)}
Vertex 5484 -0.0302 19.9078 2.7217 {normal=(0.749719 0.431974 0.501318)}
Vertex 5485 -0.024522 19.7975 3.96782 {normal=(-0.000724807 -0.0950745 0.99547)}
Vertex 5486 -0.024522 20.0332 4.01934 {normal=(0.05268 -0.121442 0.9912)}
Vertex 5487 -0.020366 20.1239 2.2933 {normal=(-0.76449 0.585962 0.268707)}
Vertex 5488 -0.020357 18.4954 2.29334 {normal=(-0.764442 -0.586001 0.268758)}
Vertex 5489 -0.019484 19.3097 2.93116 {normal=(0.758021 3.63537e-05 0.65223)}
Vertex 5490 0 -13.2231 -2.00432
Vertex 5491 0 -13.0514 -4.14164
Vertex 5492 0 -12.7555 0.184287
Vertex 5493 0 -11.8938 2.15542
Vertex 5494 0 -11.7856 -5.46618
Vertex 5495 0 -11.3829 2.9253
Vertex 5496 0 -10.3873 -5.9477 {normal=(-5.70278e-09 -0.0508035 -0.998709)}
Vertex 5497 0 -9.73968 3.77928 {normal=(4.24299e-09 -0.273082 0.961991)}
Vertex 5498 0 -7.49681 -5.86605 {normal=(6.02588e-10 0.209797 -0.977745)}
Vertex 5499 0 -6.55576 4.09214 {normal=(4.75136e-09 -0.0498565 0.998756)}
Vertex 5500 0 -3.67003 4.33465
Vertex 5501 0 -3.67003 4.0128
Vertex 5502 0 -3.66993 -4.4091
Vertex 5503 0 -3.66992 -4.73393
Vertex 5504 0 -2.25203 4.33467
Vertex 5505 0 -2.25203 4.01283
Vertex 5506 0 -2.25193 -4.40908
Vertex 5507 0 -2.25192 -4.73391
Vertex 5508 0 -0.834032 4.3285
Vertex 5509 0 -0.834028 4.01285
Vertex 5510 0 -0.833925 -4.40906
Vertex 5511 0 -0.833921 -4.72918
Vertex 5512 0 0.583966 4.32852
Vertex 5513 0 0.583971 4.01287
Vertex 5514 0 0.584074 -4.40904
Vertex 5515 0 0.584078 -4.72916
Vertex 5516 0 0.703731 -5.05308
Vertex 5517 0 0.721301 4.74723
Vertex 5518 0 1.39494 -5.30325 {normal=(-2.39753e-09 -0.293384 -0.955995)}
Vertex 5519 0 1.41114 5.06045 {normal=(-1.19664e-09 -0.257517 0.966274)}
Vertex 5520 0 2.31433 5.22469 {normal=(3.63158e-09 0.0152907 0.999883)}
Vertex 5521 0 2.37276 -5.47608 {normal=(0 -0.0526228 -0.998614)}
Vertex 5522 0 3.45529 -5.50295 {normal=(-1.18677e-09 0.0331238 -0.999451)}
Vertex 5523 0 3.55283 5.01156 {normal=(1.18774e-09 0.155526 0.987832)}
Vertex 5524 0 4.53781 -5.52982
Vertex 5525 0 4.72949 -5.74467 {normal=(-2.6814e-09 -0.379263 -0.925289)}
Vertex 5526 0 4.79133 4.79843
Vertex 5527 0 4.98491 4.9385 {normal=(3.10229e-10 -0.28161 0.959529)}
Vertex 5528 0 5.38226 -5.69874 {normal=(-2.38113e-09 -0.0786925 -0.996899)}
Vertex 5529 0 5.58705 4.93805 {normal=(2.96473e-10 0.0112021 0.999937)}
Vertex 5530 0 6.32359 4.93752
Vertex 5531 0 6.47282 5.06542
Vertex 5532 0 6.73449 5.01656
Vertex 5533 0 6.78313 4.54561
Vertex 5534 0 6.83189 4.84103
Vertex 5535 0 7.82099 4.60024
Vertex 5536 0 8.04785 -6.21318 {normal=(-1.20953e-09 -0.0239698 -0.999713)}
Vertex 5537 0 10.0236 3.24507
Vertex 5538 0 10.0753 2.95122
Vertex 5539 0 11.1452 -5.72641 {normal=(7.45338e-10 0.241907 -0.970299)}
Vertex 5540 0 11.5285 1.6681
Vertex 5541 0 11.8018 0.889561 {normal=(-7.66382e-10 0.943784 0.330564)}
Vertex 5542 0 11.8225 2.11012
Vertex 5543 0 12.1175 -0.013817 {normal=(6.7671e-10 0.94448 0.32857)}
Vertex 5544 0 12.6615 -5.16946 {normal=(1.45029e-09 0.309452 -0.950915)}
Vertex 5545 0 12.6895 -1.66554 {normal=(1.74302e-09 0.945494 0.325641)}
Vertex 5546 0 12.8945 -4.37406
Vertex 5547 0 12.9177 -5.09135
Vertex 5548 0 13.1562 -4.85618
Vertex 5549 0 13.1698 -4.59738
Vertex 5550 0 13.2844 -3.40235
Vertex 5551 0 14.0406 -3.75157
Vertex 5552 0 22.1597 -3.69346 {normal=(0 0.53701 -0.843576)}
Vertex 5553 0 22.199 -3.51378 {normal=(0.00267716 -0.42919 -0.90321)}
Vertex 5554 0.019484 19.3097 2.93116 {normal=(-0.758021 3.63513e-05 0.65223)}
Vertex 5555 0.020357 18.4954 2.29334 {normal=(0.764442 -0.586001 0.268758)}
Vertex 5556 0.020366 20.1239 2.2933 {normal=(0.76449 0.585962 0.268707)}
Vertex 5557 0.024522 19.7975 3.96782 {normal=(0.107975 -0.0963041 0.989478)}
Vertex 5558 0.024522 20.0332 4.01934 {normal=(-0.05268 -0.121442 0.9912)}
Vertex 5559 0.0302 19.9078 2.7217 {normal=(-0.749719 0.431974 0.501318)}
Vertex 5560 0.030207 18.7115 2.72173 {normal=(-0.74971 -0.431936 0.501364)}
Vertex 5561 0.032012 11.9635 -0.538888 {normal=(0.000134243 -0.902395 -0.43091)}
Vertex 5562 0.032577 17.1284 4.32783 {normal=(0.0228198 -0.827099 0.561593)}
Vertex 5563 0.032577 17.2503 4.33577 {normal=(-0.0204888 -0.105763 0.99418)}
Vertex 5564 0.034239 19.5027 2.92753 {normal=(-0.747366 0.139499 0.649603)}
Vertex 5565 0.034242 19.1166 2.92754 {normal=(-0.747354 -0.139469 0.649623)}
Vertex 5566 0.040595 20.1937 4.02663 {normal=(-0.0197306 0.0581923 0.99811)}
Vertex 5567 0.043013 13.1548 -2.50719 {normal=(-3.4547e-05 -0.789676 -0.613524)}
Vertex 5568 0.043467 17.6818 4.53476 {normal=(0.124629 -0.694138 0.708971)}
Vertex 5569 0.044695 21.4291 3.40616 {normal=(-0.121667 0.510058 0.851492)}
Vertex 5570 0.044695 21.9459 3.09546 {normal=(-0.0323312 0.554082 0.831834)}
Vertex 5571 0.044768 20.1139 2.50045 {normal=(-0.738827 0.580607 0.342097)}
Vertex 5572 0.044777 18.5054 2.50049 {normal=(-0.738828 -0.580627 0.34206)}
Vertex 5573 0.044941 17.574 4.43807 {normal=(0.126591 -0.564686 0.815539)}
Vertex 5574 0.046475 17.4633 4.37717 {normal=(0.065863 -0.323046 0.944089)}
Vertex 5575 0.046622 18.9025 2.74061 {normal=(0.805195 -0.294012 0.514993)}
Vertex 5576 0.046626 19.7168 2.74059 {normal=(0.805218 0.294009 0.514959)}
Vertex 5577 0.048069 17.3499 4.35206 {normal=(0.00605682 -0.169625 0.98549)}
Vertex 5578 0.04822 20.3607 4.0042 {normal=(0.00892762 0.283178 0.959026)}
Vertex 5579 0.050881 17.7985 4.65489 {normal=(0.0976217 -0.741448 0.663871)}
Vertex 5580 0.052692 19.3638 4.16116 {normal=(0.153904 0.65454 0.740196)}
Vertex 5581 0.053677 19.2049 4.29528 {normal=(0.144572 0.619835 0.7713)}
Vertex 5582 0.054012 19.5418 3.99787 {normal=(0.136248 0.42432 0.895203)}
Vertex 5583 0.055784 20.6489 3.87302 {normal=(-0.018559 0.45281 0.891414)}
Vertex 5584 0.056807 13.9685 3.43977 {normal=(0.0270627 -0.886116 0.462673)}
Vertex 5585 0.056969 19.0652 4.40025 {normal=(0.135103 0.593939 0.793085)}
Vertex 5586 0.061378 18.9327 4.49621 {normal=(0.120661 0.583078 0.803406)}
Vertex 5587 0.06329 21.0583 3.6331 {normal=(-0.0830507 0.502331 0.860678)}
Vertex 5588 0.064161 18.6885 2.52726 {normal=(0.817489 -0.448424 0.361425)}
Vertex 5589 0.064168 19.9308 2.52723 {normal=(0.817498 0.448423 0.361404)}
Vertex 5590 0.066132 14.4188 3.95951 {normal=(-0.0571322 -0.487106 0.871472)}
Vertex 5591 0.066905 18.8075 4.58318 {normal=(0.103759 0.588881 0.801532)}
Vertex 5592 0.067184 17.9241 4.79846 {normal=(0.0871774 -0.656775 0.749031)}
Vertex 5593 0.068115 13.8962 3.2849 {normal=(0.0792629 -0.96224 0.260406)}
Vertex 5594 0.071521 18.7072 4.65723 {normal=(0.090252 0.616971 0.781794)}
Vertex 5595 0.075226 18.6319 4.71835 {normal=(0.083347 0.63262 0.769964)}
Vertex 5596 0.07581 -13.0023 0.423076
Vertex 5597 0.077068 18.0448 4.87633 {normal=(0.0962611 -0.3338 0.937716)}
Vertex 5598 0.077262 14.603 4.02773 {normal=(-0.022571 -0.243036 0.969755)}
Vertex 5599 0.077585 13.8762 3.09614 {normal=(0.0771895 -0.997011 -0.00331834)}
Vertex 5600 0.078146 19.6911 2.91673 {normal=(-0.715637 0.275585 0.641807)}
Vertex 5601 0.078149 18.9282 2.91674 {normal=(-0.715618 -0.275591 0.641826)}
Vertex 5602 0.078931 18.5565 4.77948 {normal=(0.0797365 0.632633 0.770336)}
Vertex 5603 0.080532 18.1606 4.8885 {normal=(0.0970605 -0.0600985 0.993462)}
Vertex 5604 0.080921 16.5504 3.85059 {normal=(0.126778 -0.0684123 0.989569)}
Vertex 5605 0.082436 16.7566 3.86775 {normal=(0.132607 -0.111867 0.984836)}
Vertex 5606 0.082636 18.4812 4.84061 {normal=(0.0787697 0.502065 0.861235)}
Vertex 5607 0.082822 18.2748 4.88873 {normal=(0.0881072 0.0384756 0.995368)}
Vertex 5608 0.083346 16.252 3.83459 {normal=(0.134784 -0.0461743 0.989799)}
Vertex 5609 0.08358 14.7717 4.05721 {normal=(0.0364391 -0.0252737 0.999016)}
Vertex 5610 0.083933 18.3872 4.87702 {normal=(0.0803824 0.227123 0.970543)}
Vertex 5611 0.084779 16.0982 3.82943 {normal=(0.138474 0.259047 0.955887)}
Vertex 5612 0.085085 14.925 4.04796 {normal=(0.0793571 0.166559 0.982833)}
Vertex 5613 0.085219 13.9085 2.87349 {normal=(0.0486389 -0.986235 -0.158036)}
Vertex 5614 0.085224 16.0889 3.8351 {normal=(0.0941245 0.74653 0.65866)}
Vertex 5615 0.087885 16.8705 3.88608 {normal=(0.153687 -0.16772 0.973781)}
Vertex 5616 0.08791 23.5403 -0.381542 {normal=(0.00707539 0.987702 -0.156185)}
Vertex 5617 0.08791 23.5752 0.71464 {normal=(-0.0043337 0.994656 0.103153)}
Vertex 5618 0.088682 15.0603 4.01337 {normal=(0.0774228 0.332405 0.939954)}
Vertex 5619 0.090813 16.9314 3.89908 {normal=(0.183356 -0.458089 0.86979)}
Vertex 5620 0.09101 16.0466 3.91863 {normal=(0.0616062 0.899538 0.432477)}
Vertex 5621 0.091217 16.9392 3.90675 {normal=(0.153638 -0.869367 0.469676)}
Vertex 5622 0.093489 19.1035 2.75213 {normal=(0.83904 -0.148836 0.523316)}
Vertex 5623 0.093492 19.5157 2.75212 {normal=(0.839055 0.148816 0.523298)}
Vertex 5624 0.094368 15.1776 3.95345 {normal=(0.0484866 0.375948 0.925371)}
Vertex 5625 0.094949 15.2805 3.93096 {normal=(0.054973 -0.383452 0.921923)}
Vertex 5626 0.094994 19.7465 3.94706 {normal=(0.194506 -0.0406771 0.980058)}
Vertex 5627 0.095465 13.9521 2.65753 {normal=(0.0372438 -0.974147 -0.222822)}
Vertex 5628 0.096459 15.251 3.92598 {normal=(0.0421655 0.0915905 0.994904)}
Vertex 5629 0.098088 20.0237 4.02734 {normal=(0.00690231 -0.135982 0.990687)}
Vertex 5630 0.100218 15.3714 3.9976 {normal=(0.060791 -0.620394 0.781931)}
Vertex 5631 0.101492 16.9625 3.99833 {normal=(0.118262 -0.970053 0.212161)}
Vertex 5632 0.10214 15.9713 4.08003 {normal=(0.0653891 0.885746 0.459541)}
Vertex 5633 0.107801 14.3651 1.46917 {normal=(0.041468 -0.912285 -0.407451)}
Vertex 5634 0.108326 14.0071 2.44827 {normal=(0.0374507 -0.961952 -0.270639)}
Vertex 5635 0.108519 15.9198 4.16946 {normal=(0.0910709 0.712865 0.695363)}
Vertex 5636 0.109242 19.3096 2.75599 {normal=(0.850422 -3.70305e-06 0.526101)}
Vertex 5637 0.110146 15.892 4.18693 {normal=(0.115425 0.315368 0.941924)}
Vertex 5638 0.110757 14.1041 3.65393 {normal=(-0.0447626 -0.816085 0.576196)}
Vertex 5639 0.111972 14.2826 1.66321 {normal=(0.0425923 -0.924996 -0.377583)}
Vertex 5640 0.112265 15.5238 4.12591 {normal=(0.0759854 -0.524359 0.8481)}
Vertex 5641 0.11278 14.4485 1.29495 {normal=(0.0569402 -0.959228 0.276839)}
Vertex 5642 0.112793 15.8086 4.19426 {normal=(0.120141 0.0353088 0.992129)}
Vertex 5643 0.113747 16.1175 -4.15826 {normal=(0.0295369 -0.55 -0.834642)}
Vertex 5644 0.113747 16.7534 -4.51734
Vertex 5645 0.11404 15.6444 -5.83645 {normal=(-0.0423991 -0.954379 0.295572)}
Vertex 5646 0.114198 14.2209 3.80199 {normal=(-0.0722371 -0.717702 0.692593)}
Vertex 5647 0.116457 15.6695 4.19146 {normal=(0.10812 -0.206729 0.972406)}
Vertex 5648 0.116727 20.2892 2.25959 {normal=(-0.665817 0.704906 0.244532)}
Vertex 5649 0.116737 18.3301 2.25964 {normal=(-0.665822 -0.704901 0.244532)}
Vertex 5650 0.117367 15.7658 -5.6076 {normal=(-0.0645465 -0.876907 0.476306)}
Vertex 5651 0.119054 14.0659 2.25372 {normal=(0.0373171 -0.950867 -0.307343)}
Vertex 5652 0.121004 15.9179 -5.34565 {normal=(-0.0880293 -0.858247 0.505631)}
Vertex 5653 0.121278 14.1836 1.12725 {normal=(0.0406249 -0.394581 0.917963)}
Vertex 5654 0.121638 17.0012 4.17381 {normal=(0.115221 -0.962646 0.245024)}
Vertex 5655 0.121785 20.1831 4.03133 {normal=(0.049721 0.0548558 0.997256)}
Vertex 5656 0.123677 15.8444 -6.06348 {normal=(0.00524936 0.180267 -0.983604)}
Vertex 5657 0.124951 16.1006 -5.05061 {normal=(-0.103725 -0.734752 0.670358)}
Vertex 5658 0.12529 14.201 1.87705 {normal=(0.0388974 -0.933919 -0.355362)}
Vertex 5659 0.126317 22.751 2.50808 {normal=(0.0579576 0.717947 0.69368)}
Vertex 5660 0.12723 22.4474 2.7444 {normal=(0.0466818 0.603723 0.795826)}
Vertex 5661 0.127362 23.074 2.06086 {normal=(0.0483608 0.847236 0.52901)}
Vertex 5662 0.127651 14.1288 2.07389 {normal=(0.0366825 -0.940798 -0.336977)}
Vertex 5663 0.130308 17.2634 4.34226 {normal=(0.0723896 -0.140729 0.987398)}
Vertex 5664 0.130364 23.4167 1.40274 {normal=(0.0233399 0.934893 0.354163)}
Vertex 5665 0.1304 17.6954 4.51566 {normal=(0.431026 -0.661011 0.614233)}
Vertex 5666 0.130653 18.6807 2.32045 {normal=(0.843837 -0.452596 0.288263)}
Vertex 5667 0.130659 19.9385 2.32042 {normal=(0.843891 0.45253 0.288209)}
Vertex 5668 0.132241 17.0328 4.27201 {normal=(0.118964 -0.834114 0.538611)}
Vertex 5669 0.132982 16.0899 -5.9755 {normal=(0.018468 0.358008 -0.933536)}
Vertex 5670 0.133295 13.5705 0.966079 {normal=(0.0347322 -0.268788 0.962573)}
Vertex 5671 0.133302 17.0572 4.29293 {normal=(0.092698 -0.472111 0.876652)}
Vertex 5672 0.134823 17.6007 4.42515 {normal=(0.435518 -0.478822 0.762269)}
Vertex 5673 0.135096 20.084 2.6959 {normal=(-0.673981 0.55923 0.482713)}
Vertex 5674 0.135105 18.5352 2.69595 {normal=(-0.673943 -0.559234 0.482761)}
Vertex 5675 0.137849 16.3845 -4.83563 {normal=(-0.0868112 -0.457124 0.885156)}
Vertex 5676 0.139425 17.4915 4.37142 {normal=(0.272224 -0.237058 0.932576)}
Vertex 5677 0.142902 16.3723 -5.8616 {normal=(0.0251507 0.389208 -0.920806)}
Vertex 5678 0.143949 18.8868 2.54687 {normal=(0.875073 -0.30526 0.375584)}
Vertex 5679 0.143953 19.7324 2.54685 {normal=(0.875093 0.30523 0.375563)}
Vertex 5680 0.144205 17.368 4.35447 {normal=(0.124477 -0.115507 0.985476)}
Vertex 5681 0.144657 20.348 4.00229 {normal=(0.0756165 0.272232 0.959256)}
Vertex 5682 0.148166 13.0541 0.812668 {normal=(0.0348447 -0.305021 0.951708)}
Vertex 5683 0.150121 19.87 2.89903 {normal=(-0.663629 0.404899 0.62901)}
Vertex 5684 0.150128 18.7493 2.89906 {normal=(-0.663589 -0.404876 0.629067)}
Vertex 5685 0.150836 15.6232 -5.99561
Vertex 5686 0.152643 17.8041 4.63032 {normal=(0.339338 -0.740875 0.579615)}
Vertex 5687 0.153438 16.6918 -5.72178 {normal=(0.0298101 0.366191 -0.930062)}
Vertex 5688 0.153808 15.6826 -6.06314
Vertex 5689 0.155535 23.3246 -5.72994 {normal=(-0.00553141 -0.1199 -0.992771)}
Vertex 5690 0.158075 19.3417 4.13555 {normal=(0.407998 0.606242 0.682648)}
Vertex 5691 0.159347 16.9508 -5.63151 {normal=(0.0322293 0.268354 -0.962781)}
Vertex 5692 0.159584 23.8678 -5.34936 {normal=(0.0126455 0.878429 -0.477706)}
Vertex 5693 0.159697 16.7695 -4.7007
Vertex 5694 0.160632 17.1493 -5.59079 {normal=(0.0368165 0.246452 -0.968455)}
Vertex 5695 0.161031 19.185 4.26999 {normal=(0.407237 0.579321 0.706077)}
Vertex 5696 0.161365 17.7839 -5.4031 {normal=(0.0395628 0.290672 -0.956004)}
Vertex 5697 0.161548 18.8546 -5.06843 {normal=(0.0390511 0.226701 -0.973181)}
Vertex 5698 0.162038 19.5175 3.9699 {normal=(0.344366 0.388039 0.85489)}
Vertex 5699 0.165889 12.6342 0.667011 {normal=(0.0341583 -0.331846 0.942715)}
Vertex 5700 0.166223 22.1791 -3.5192
Vertex 5701 0.167353 20.648 3.87423 {normal=(0.0184236 0.43669 0.899423)}
Vertex 5702 0.168367 17.1338 4.31108 {normal=(0.133591 -0.253947 0.957948)}
Vertex 5703 0.169032 16.6866 -2.82621 {normal=(0.0851494 0.21181 -0.973594)}
Vertex 5704 0.170421 13.9828 3.45791 {normal=(0.104211 -0.901186 0.420718)}
Vertex 5705 0.170693 22.134 -3.70982 {normal=(0.094054 0.82282 -0.560465)}
Vertex 5706 0.170906 19.0474 4.37324 {normal=(0.407218 0.56159 0.720271)}
Vertex 5707 0.171426 22.3225 -3.57976 {normal=(-0.0068336 -0.613513 -0.789655)}
Vertex 5708 0.17384 22.0545 3.02744 {normal=(0.0258077 0.576183 0.816913)}
Vertex 5709 0.174026 19.3097 3.08403 {normal=(-0.647053 3.69173e-05 0.762445)}
Vertex 5710 0.174099 -15.6627 -1.30384
Vertex 5711 0.174173 22.9195 -3.1354 {normal=(0.0386822 0.823913 0.565394)}
Vertex 5712 0.175634 19.9779 4.00873 {normal=(0.131626 -0.205898 0.969681)}
Vertex 5713 0.176147 17.0948 -2.75351 {normal=(0.0749239 0.0510346 -0.995883)}
Vertex 5714 0.178783 21.4665 3.42663 {normal=(-0.0975487 0.512363 0.853211)}
Vertex 5715 0.178855 12.2233 0.518614 {normal=(0.0323859 -0.344232 0.938326)}
Vertex 5716 0.180172 20.2771 2.46715 {normal=(-0.641095 0.698442 0.318081)}
Vertex 5717 0.180183 18.3422 2.4672 {normal=(-0.641085 -0.698469 0.318043)}
Vertex 5718 0.182192 -17.8652 -2.04799
Vertex 5719 0.18238 19.7123 -4.93236 {normal=(0.0429436 0.0287825 -0.998663)}
Vertex 5720 0.182751 23.1584 -3.45014 {normal=(0.0184957 0.719687 0.694052)}
Vertex 5721 0.184135 18.9206 4.46679 {normal=(0.40932 0.556182 0.723269)}
Vertex 5722 0.184496 16.0735 -2.98738 {normal=(0.0954533 0.268578 -0.958517)}
Vertex 5723 0.186303 22.5642 -3.89153 {normal=(-0.0181227 -0.895454 -0.444785)}
Vertex 5724 0.187064 11.8213 0.367476 {normal=(0.0306895 -0.354306 0.934626)}
Vertex 5725 0.187425 19.485 3.08073 {normal=(-0.637367 0.126792 0.760057)}
Vertex 5726 0.187426 19.1343 3.08074 {normal=(-0.637364 -0.126759 0.760065)}
Vertex 5727 0.189266 17.7238 4.47951 {normal=(0.769239 -0.516669 0.375932)}
Vertex 5728 0.18987 21.0829 3.64715 {normal=(-0.0629707 0.489036 0.869988)}
Vertex 5729 0.190234 -17.6897 -2.59716
Vertex 5730 0.190847 21.7535 -4.1104 {normal=(0.0793972 0.683575 -0.725549)}
Vertex 5731 0.191168 11.5898 0.274548
Vertex 5732 0.191168 11.6101 0.286121 {normal=(0.0316037 -0.428676 0.902905)}
Vertex 5733 0.191632 14.0847 3.64455 {normal=(-0.0153913 -0.845998 0.532964)}
Vertex 5734 0.192621 19.0956 2.55883 {normal=(0.910215 -0.154519 0.38423)}
Vertex 5735 0.192624 19.5237 2.55882 {normal=(0.910213 0.154543 0.384225)}
Vertex 5736 0.195338 23.4152 -3.67074 {normal=(-0.0238149 0.519933 0.853875)}
Vertex 5737 0.195413 15.5571 -3.14079 {normal=(0.101719 0.305257 -0.946822)}
Vertex 5738 0.196986 17.6545 4.38876 {normal=(0.783303 -0.240634 0.573178)}
Vertex 5739 0.197638 22.6537 -4.22038 {normal=(-0.0293054 -0.998568 -0.044751)}
Vertex 5740 0.198399 14.4006 3.96665 {normal=(-0.0384837 -0.483625 0.874429)}
Vertex 5741 0.200598 -13.3633 -1.00287
Vertex 5742 0.200713 18.8044 4.55065 {normal=(0.415238 0.564528 0.713362)}
Vertex 5743 0.201551 17.9267 4.76913 {normal=(0.337061 -0.661905 0.669531)}
Vertex 5744 0.204344 13.9245 3.28341 {normal=(0.217695 -0.945053 0.243895)}
Vertex 5745 0.20543 22.5908 -4.56631 {normal=(-0.0212782 -0.998056 0.0585833)}
Vertex 5746 0.208779 14.235 3.83775 {normal=(-0.0577142 -0.688345 0.723084)}
Vertex 5747 0.208981 19.3096 2.56285 {normal=(0.922021 -5.11644e-06 0.387139)}
Vertex 5748 0.210194 23.5602 -5.69608 {normal=(-0.0125703 0.400841 -0.916061)}
Vertex 5749 0.210528 15.1373 -3.28645 {normal=(0.106393 0.336041 -0.935819)}
Vertex 5750 0.211039 23.6941 -5.59144 {normal=(0.0146003 0.727624 -0.685821)}
Vertex 5751 0.21129 22.8124 -2.9588
Vertex 5752 0.211415 19.7262 3.92006 {normal=(0.196443 -0.0731389 0.977784)}
Vertex 5753 0.211435 18.8816 2.34031 {normal=(0.901987 -0.308049 0.302532)}
Vertex 5754 0.21144 19.7377 2.34028 {normal=(0.901981 0.308077 0.30252)}
Vertex 5755 0.211637 17.2982 -2.76926
Vertex 5756 0.211934 23.69 -3.79719 {normal=(-0.0484605 0.542721 0.838514)}
Vertex 5757 0.212275 -15.5639 -1.88101
Vertex 5758 0.214562 18.7065 4.62492 {normal=(0.409721 0.59422 0.692121)}
Vertex 5759 0.21505 17.8128 4.58411 {normal=(0.665791 -0.660752 0.346596)}
Vertex 5760 0.215585 23.0553 -5.63636 {normal=(0.0303346 -0.45524 -0.889852)}
Vertex 5761 0.217768 23.9941 -5.02929 {normal=(0.0161301 0.947811 -0.318425)}
Vertex 5762 0.220061 17.7669 4.4263 {normal=(0.933009 -0.324042 0.156495)}
Vertex 5763 0.221568 22.604 -4.88282 {normal=(-0.0031393 -0.984471 -0.175518)}
Vertex 5764 0.22386 20.3572 -4.9949 {normal=(0.0768208 0.156634 -0.984665)}
Vertex 5765 0.224847 20.1765 4.02142 {normal=(0.174711 0.0527838 0.983204)}
Vertex 5766 0.225677 18.6268 4.68959 {normal=(0.397326 0.612548 0.683314)}
Vertex 5767 0.226132 14.7263 -3.43485 {normal=(0.104532 0.348695 -0.931389)}
Vertex 5768 0.226682 21.0376 -4.72091 {normal=(0.0971817 0.516999 -0.850451)}
Vertex 5769 0.227291 19.656 3.07092 {normal=(-0.608552 0.250426 0.752962)}
Vertex 5770 0.227295 18.9633 3.07094 {normal=(-0.608507 -0.250449 0.752991)}
Vertex 5771 0.230971 23.9014 -3.98638 {normal=(-0.0351712 0.778789 0.6263)}
Vertex 5772 0.231202 18.043 4.84419 {normal=(0.394456 -0.351705 0.848945)}
Vertex 5773 0.231432 17.7355 4.32891 {normal=(0.913855 -0.055152 0.402278)}
Vertex 5774 0.231785 14.5695 4.03046 {normal=(0.0620956 -0.235217 0.969957)}
Vertex 5775 0.231893 17.8328 4.34466 {normal=(0.983015 -0.118531 0.140117)}
Vertex 5776 0.232341 16.8277 -2.95079 {normal=(-0.105557 -0.32587 0.939503)}
Vertex 5777 0.232918 17.8011 4.39853 {normal=(0.979556 -0.198081 0.0351186)}
Vertex 5778 0.236595 15.6833 -3.29809 {normal=(-0.0991071 -0.423181 0.900608)}
Vertex 5779 0.236794 18.5471 4.75427 {normal=(0.38787 0.614279 0.687181)}
Vertex 5780 0.237438 17.2624 4.32645 {normal=(0.180947 -0.134365 0.974271)}
Vertex 5781 0.237774 14.3243 -3.58599 {normal=(0.100533 0.358824 -0.927976)}
Vertex 5782 0.2381 17.8247 4.51626 {normal=(0.864117 -0.494192 0.0952667)}
Vertex 5783 0.241599 18.153 4.85547 {normal=(0.414831 -0.0887691 0.905558)}
Vertex 5784 0.242632 20.3426 3.98513 {normal=(0.205286 0.274349 0.939463)}
Vertex 5785 0.242765 16.5544 3.81041 {normal=(0.271614 -0.0697324 0.959877)}
Vertex 5786 0.243218 17.8661 4.37536 {normal=(0.918778 -0.393721 -0.0288376)}
Vertex 5787 0.243594 14.0928 -3.67892
Vertex 5788 0.243594 14.1131 -3.66734 {normal=(0.107333 0.422629 -0.899925)}
Vertex 5789 0.243734 15.2525 -3.57626
Vertex 5790 0.244248 19.4843 3.93855 {normal=(0.548286 0.305992 0.778301)}
Vertex 5791 0.244833 19.3143 4.09115 {normal=(0.612466 0.524147 0.591739)}
Vertex 5792 0.245617 13.9049 3.09444 {normal=(0.218287 -0.974726 0.0475407)}
Vertex 5793 0.24605 22.6931 -5.1699 {normal=(0.00679315 -0.93893 -0.344042)}
Vertex 5794 0.246113 17.7886 4.29781 {normal=(0.908202 0.0314646 0.417349)}
Vertex 5795 0.247066 20.5742 3.8995 {normal=(0.214319 0.378112 0.90061)}
Vertex 5796 0.247304 16.7688 3.82521 {normal=(0.282426 -0.0827348 0.955715)}
Vertex 5797 0.247489 17.8424 4.44667 {normal=(0.91732 -0.393966 -0.0575692)}
Vertex 5798 0.247909 18.4674 4.81895 {normal=(0.393142 0.475972 0.786696)}
Vertex 5799 0.248395 20.0352 2.87486 {normal=(-0.592604 0.524246 0.611545)}
Vertex 5800 0.248401 18.5842 2.8749 {normal=(-0.592586 -0.524154 0.611641)}
Vertex 5801 0.248464 18.2629 4.85866 {normal=(0.407315 -0.00282458 0.913283)}
Vertex 5802 0.248781 22.8749 -5.52053 {normal=(0.0367949 -0.697929 -0.715221)}
Vertex 5803 0.250038 16.2541 3.7878 {normal=(0.289556 -0.0568164 0.955473)}
Vertex 5804 0.250737 14.741 4.04721 {normal=(0.157763 0.00856453 0.98744)}
Vertex 5805 0.250943 24.0738 -4.74302 {normal=(0.0203695 0.98063 -0.194809)}
Vertex 5806 0.2518 18.3727 4.85374 {normal=(0.401422 0.189649 0.896043)}
Vertex 5807 0.252451 24.0495 -4.23832 {normal=(-0.00767036 0.934295 0.356417)}
Vertex 5808 0.253399 19.16 4.21632 {normal=(0.627534 0.504223 0.593263)}
Vertex 5809 0.253763 15.535 -3.78528 {normal=(0.0457311 -0.563976 -0.824524)}
Vertex 5810 0.25434 16.0993 3.77913 {normal=(0.299177 0.236959 0.924307)}
Vertex 5811 0.254476 17.5327 4.33016 {normal=(0.453173 0.0365042 0.890675)}
Vertex 5812 0.255121 22.7834 -5.38247 {normal=(0.0174006 -0.877585 -0.479105)}
Vertex 5813 0.255256 14.9151 4.0169 {normal=(0.213031 0.177868 0.960719)}
Vertex 5814 0.255671 16.09 3.78441 {normal=(0.218366 0.72416 0.654148)}
Vertex 5815 0.256735 -19.9197 -3.28034
Vertex 5816 0.257942 14.1038 3.68155 {normal=(0.0662992 -0.846819 0.527733)}
Vertex 5817 0.259108 24.1069 -4.49053 {normal=(0.015451 0.998967 0.0427447)}
Vertex 5818 0.2604 17.6465 4.30234 {normal=(0.661333 0.188154 0.726111)}
Vertex 5819 0.260694 14.0093 3.48904 {normal=(0.22477 -0.899283 0.375192)}
Vertex 5820 0.260715 19.0929 2.35241 {normal=(0.937441 -0.155968 0.311252)}
Vertex 5821 0.260716 19.5263 2.3524 {normal=(0.937449 0.155949 0.311237)}
Vertex 5822 0.262028 17.8645 4.28572 {normal=(0.885646 -0.275368 0.373904)}
Vertex 5823 0.263658 16.8973 3.83218 {normal=(0.320676 -0.113208 0.940399)}
Vertex 5824 0.265478 20.2413 2.66385 {normal=(-0.5798 0.672773 0.459575)}
Vertex 5825 0.265489 18.378 2.6639 {normal=(-0.579759 -0.672789 0.459604)}
Vertex 5826 0.266045 15.0656 3.97835 {normal=(0.191605 0.278594 0.941102)}
Vertex 5827 0.266141 17.3954 4.33281 {normal=(0.257468 0.00123924 0.966286)}
Vertex 5828 0.266146 21.5721 3.35719 {normal=(0.0501105 0.545935 0.836328)}
Vertex 5829 0.266803 17.8924 4.2996 {normal=(0.854507 -0.464119 0.233263)}
Vertex 5830 0.269086 -20.0511 -2.71263
Vertex 5831 0.269945 19.0216 4.31407 {normal=(0.652022 0.47677 0.58954)}
Vertex 5832 0.270153 14.2029 3.8091 {normal=(0.0532324 -0.713348 0.698785)}
Vertex 5833 0.27244 16.9655 3.8391 {normal=(0.364475 -0.40674 0.837688)}
Vertex 5834 0.27303 16.0461 3.86748 {normal=(0.147226 0.893069 0.425149)}
Vertex 5835 0.273651 16.9735 3.84597 {normal=(0.306771 -0.834633 0.45747)}
Vertex 5836 0.274339 17.9216 4.70257 {normal=(0.586431 -0.681027 0.438521)}
Vertex 5837 0.275008 17.9139 4.38759 {normal=(0.768387 -0.637049 -0.0612405)}
Vertex 5838 0.276085 23.5288 -0.430094 {normal=(0.0558039 0.984233 -0.167841)}
Vertex 5839 0.276249 17.8204 4.23887 {normal=(0.83168 -0.00905122 0.555181)}
Vertex 5840 0.27709 21.022 3.67883 {normal=(0.074278 0.445068 0.892411)}
Vertex 5841 0.277241 20.4304 2.22013 {normal=(-0.550222 0.806567 0.216115)}
Vertex 5842 0.277254 18.1889 2.22019 {normal=(-0.550379 -0.806451 0.216148)}
Vertex 5843 0.277277 19.3096 2.35648 {normal=(0.949363 -4.71912e-06 0.314181)}
Vertex 5844 0.283106 15.1923 3.93154 {normal=(0.14024 0.289858 0.946739)}
Vertex 5845 0.283912 17.7366 4.24936 {normal=(0.649597 0.228838 0.725022)}
Vertex 5846 0.284849 15.3 3.9158 {normal=(0.140678 -0.384403 0.912384)}
Vertex 5847 0.285549 17.9089 4.59877 {normal=(0.737538 -0.666801 0.10684)}
Vertex 5848 0.285771 17.9063 4.49378 {normal=(0.770959 -0.635114 -0.0474642)}
Vertex 5849 0.286676 18.8912 4.40108 {normal=(0.698334 0.438213 0.565949)}
Vertex 5850 0.289375 15.2704 3.91069 {normal=(0.129985 0.0479271 0.990357)}
Vertex 5851 0.2913 14.1545 3.75204 {normal=(0.0828002 -0.785027 0.613903)}
Vertex 5852 0.292643 19.8185 3.05485 {normal=(-0.56127 0.367949 0.741343)}
Vertex 5853 0.292648 18.8009 3.05488 {normal=(-0.561262 -0.367879 0.741384)}
Vertex 5854 0.294104 22.8372 -2.92034 {normal=(0.160629 0.910003 -0.382222)}
Vertex 5855 0.294238 13.9239 2.89099 {normal=(0.170092 -0.980499 -0.0984419)}
Vertex 5856 0.295346 17.9322 4.29438 {normal=(0.742737 -0.652325 0.151044)}
Vertex 5857 0.296136 14.3691 3.94341 {normal=(0.164603 -0.509652 0.844489)}
Vertex 5858 0.298168 19.7263 3.9123 {normal=(0.168475 -0.220807 0.960656)}
Vertex 5859 0.300641 19.4423 3.90384 {normal=(0.764379 0.230476 0.602167)}
Vertex 5860 0.300656 15.3789 3.9714 {normal=(0.141798 -0.620099 0.771603)}
Vertex 5861 0.303589 18.7688 4.47737 {normal=(0.750054 0.424017 0.507571)}
Vertex 5862 0.304477 17.0018 3.94404 {normal=(0.22741 -0.955062 0.19011)}
Vertex 5863 0.306205 19.9678 3.98603 {normal=(0.0693113 -0.211501 0.974917)}
Vertex 5864 0.30642 15.9675 4.02834 {normal=(0.156582 0.880636 0.447171)}
Vertex 5865 0.307932 17.8136 4.20609 {normal=(0.624946 0.172199 0.76144)}
Vertex 5866 0.309822 19.643 3.88336 {normal=(0.514567 -0.206372 0.832245)}
Vertex 5867 0.310998 22.8053 -2.59584 {normal=(0.148154 0.988959 -0.00322314)}
Vertex 5868 0.311945 22.8104 -2.55897 {normal=(0.152585 0.944043 -0.292404)}
Vertex 5869 0.312966 19.2816 4.02798 {normal=(0.776547 0.424091 0.465963)}
Vertex 5870 0.313858 17.9472 4.38291 {normal=(0.4892 -0.868742 -0.0772721)}
Vertex 5871 0.31677 22.8144 -2.68599 {normal=(0.131433 0.977008 0.167873)}
Vertex 5872 0.31947 17.9528 4.29169 {normal=(0.559315 -0.826658 0.0616654)}
Vertex 5873 0.320547 18.6688 4.54554 {normal=(0.767074 0.464723 0.442301)}
Vertex 5874 0.321242 13.9695 3.30389 {normal=(0.342418 -0.905157 0.251876)}
Vertex 5875 0.325558 15.9144 4.11704 {normal=(0.21317 0.710955 0.670151)}
Vertex 5876 0.327627 14.0482 3.53314 {normal=(0.273096 -0.893323 0.356922)}
Vertex 5877 0.329264 22.8378 -2.8294 {normal=(0.146391 0.985231 0.0888191)}
Vertex 5878 0.329946 17.9445 4.48783 {normal=(0.457745 -0.888813 -0.021944)}
Vertex 5879 0.33044 15.8865 4.13357 {normal=(0.26805 0.30628 0.913423)}
Vertex 5880 0.330781 19.13 4.13428 {normal=(0.788013 0.409415 0.459798)}
Vertex 5881 0.332622 22.9704 -2.19588 {normal=(0.117279 0.891508 -0.43756)}
Vertex 5882 0.333865 20.5782 3.86313 {normal=(0.178865 0.379054 0.907924)}
Vertex 5883 0.335094 13.9652 2.67394 {normal=(0.1414 -0.969999 -0.197757)}
Vertex 5884 0.336796 15.5071 4.07752 {normal=(0.184851 -0.51721 0.835658)}
Vertex 5885 0.33755 18.591 4.60559 {normal=(0.75603 0.498589 0.424061)}
Vertex 5886 0.338378 15.7973 4.13902 {normal=(0.280049 0.0229543 0.959711)}
Vertex 5887 0.338711 20.4166 2.42817 {normal=(-0.526534 0.799188 0.289932)}
Vertex 5888 0.338723 18.2027 2.42823 {normal=(-0.526638 -0.799092 0.290008)}
Vertex 5889 0.338771 17.9548 4.59181 {normal=(0.525722 -0.84094 0.128203)}
Vertex 5890 0.339659 -13.4311 -1.57917
Vertex 5891 0.340328 17.9782 4.69487 {normal=(0.654747 -0.629099 0.418975)}
Vertex 5892 0.342121 15.6298 -5.82381 {normal=(0.0774511 -0.950867 0.299754)}
Vertex 5893 0.342142 20.3444 3.95272 {normal=(0.153664 0.295816 0.942804)}
Vertex 5894 0.348628 18.0404 4.75027 {normal=(0.705777 -0.353475 0.61395)}
Vertex 5895 0.349371 15.6466 4.13339 {normal=(0.259171 -0.203763 0.944093)}
Vertex 5896 0.349781 20.1739 3.99692 {normal=(0.0638757 0.115023 0.991307)}
Vertex 5897 0.35058 19.3097 3.21084 {normal=(-0.520207 3.69306e-05 0.85404)}
Vertex 5898 0.351638 23.582 0.676545 {normal=(0.0373005 0.994829 0.0944651)}
Vertex 5899 0.351679 21.1196 3.61823 {normal=(0.0468258 0.478883 0.876629)}
Vertex 5900 0.352101 15.7421 -5.58711 {normal=(0.106512 -0.879936 0.462999)}
Vertex 5901 0.35346 17.9279 4.16278 {normal=(0.678854 -0.307925 0.666588)}
Vertex 5902 0.353528 15.6095 -5.9818
Vertex 5903 0.354087 18.9876 4.22274 {normal=(0.816622 0.364319 0.447661)}
Vertex 5904 0.354552 18.5132 4.66564 {normal=(0.744945 0.504963 0.435969)}
Vertex 5905 0.354842 -17.7762 -2.31877
Vertex 5906 0.355521 19.5894 3.8538 {normal=(0.562124 -0.250589 0.788176)}
Vertex 5907 0.358233 17.9559 4.17665 {normal=(0.641393 -0.554773 0.529944)}
Vertex 5908 0.359051 14.5304 3.99889 {normal=(0.287216 -0.275522 0.917385)}
Vertex 5909 0.359343 14.3244 3.88978 {normal=(0.25946 -0.545042 0.797251)}
Vertex 5910 0.359767 17.9661 4.36134 {normal=(0.114872 -0.988539 -0.0979558)}
Vertex 5911 0.362291 19.4629 3.20796 {normal=(-0.511732 0.11093 0.851953)}
Vertex 5912 0.362292 19.1564 3.20797 {normal=(-0.511721 -0.110909 0.851963)}
Vertex 5913 0.363012 15.8846 -5.31692 {normal=(0.12089 -0.862835 0.490817)}
Vertex 5914 0.363299 17.975 4.28883 {normal=(0.159363 -0.986264 -0.0434352)}
Vertex 5915 0.363667 18.1413 4.75803 {normal=(0.761955 -0.12189 0.636056)}
Vertex 5916 0.363696 14.397 1.45388 {normal=(0.0599621 -0.915408 -0.398037)}
Vertex 5917 0.364914 17.0505 4.13331 {normal=(0.224785 -0.949234 0.220062)}
Vertex 5918 0.364985 15.6862 -6.07089
Vertex 5919 0.366267 -15.6179 -1.5736
Vertex 5920 0.368187 14.029 2.4433 {normal=(0.132446 -0.957227 -0.257245)}
Vertex 5921 0.368365 19.3787 3.81435 {normal=(0.883367 0.17422 0.435097)}
Vertex 5922 0.369004 18.8445 4.2991 {normal=(0.859676 0.285448 0.423647)}
Vertex 5923 0.370544 20.1824 2.84483 {normal=(-0.504314 0.630624 0.589899)}
Vertex 5924 0.370553 18.4369 2.84487 {normal=(-0.504317 -0.630581 0.589942)}
Vertex 5925 0.371029 15.8342 -6.06092 {normal=(0.120174 0.198559 -0.972693)}
Vertex 5926 0.371554 18.4354 4.72569 {normal=(0.759954 0.386623 0.522487)}
Vertex 5927 0.373025 23.2854 -1.50657 {normal=(0.0776998 0.940368 -0.331167)}
Vertex 5928 0.373404 18.2429 4.76035 {normal=(0.76905 -0.0444159 0.637643)}
Vertex 5929 0.374361 14.3181 1.64081 {normal=(0.0710704 -0.923885 -0.376012)}
Vertex 5930 0.374854 16.0573 -5.01324 {normal=(0.125208 -0.743805 0.656565)}
Vertex 5931 0.375531 18.7008 4.36335 {normal=(0.895275 0.269071 0.355083)}
Vertex 5932 0.377173 14.474 1.28091 {normal=(0.131564 -0.956271 0.261223)}
Vertex 5933 0.377501 17.7703 4.18764 {normal=(0.374788 0.371674 0.849348)}
Vertex 5934 0.377837 18.3453 4.75726 {normal=(0.774988 0.128126 0.618851)}
Vertex 5935 0.378953 22.7681 2.43965 {normal=(0.148499 0.736346 0.660108)}
Vertex 5936 0.379505 17.6996 4.22024 {normal=(0.375467 0.344241 0.860536)}
Vertex 5937 0.380016 17.9569 4.42882 {normal=(0.0813 -0.99653 -0.0178435)}
Vertex 5938 0.381689 22.4766 2.69633 {normal=(0.134166 0.625688 0.768449)}
Vertex 5939 0.381872 19.9684 3.03291 {normal=(-0.496712 0.476384 0.72549)}
Vertex 5940 0.38188 18.6509 3.03295 {normal=(-0.496782 -0.476306 0.725493)}
Vertex 5941 0.382086 23.0841 1.99238 {normal=(0.130808 0.845032 0.518469)}
Vertex 5942 0.382357 17.9765 4.17396 {normal=(0.279259 -0.862528 0.421972)}
Vertex 5943 0.385143 17.9211 4.12999 {normal=(0.450634 -0.403983 0.79607)}
Vertex 5944 0.386051 15.9861 -4.05547 {normal=(0.0810625 -0.522275 -0.848916)}
Vertex 5945 0.387431 22.0867 2.98813 {normal=(0.111597 0.577101 0.809012)}
Vertex 5946 0.388764 17.8375 4.15456 {normal=(0.387313 0.31416 0.866771)}
Vertex 5947 0.389477 18.5941 4.4191 {normal=(0.891024 0.367156 0.26697)}
Vertex 5948 0.389615 19.2271 3.92217 {normal=(0.863068 0.357146 0.357155)}
Vertex 5949 0.389919 14.2059 1.11384 {normal=(0.148271 -0.38968 0.908936)}
Vertex 5950 0.391091 23.4245 1.35452 {normal=(0.0912033 0.932517 0.349419)}
Vertex 5951 0.39163 17.5868 4.25339 {normal=(0.367048 0.250433 0.895857)}
Vertex 5952 0.39175 13.9544 3.11342 {normal=(0.351924 -0.925326 0.141143)}
Vertex 5953 0.395192 14.0949 2.23152 {normal=(0.120128 -0.949335 -0.290399)}
Vertex 5954 0.396179 21.5986 3.31504 {normal=(0.132393 0.545242 0.827758)}
Vertex 5955 0.396724 17.0869 4.23832 {normal=(0.2516 -0.818426 0.516601)}
Vertex 5956 0.397134 19.6124 3.19939 {normal=(-0.486508 0.219127 0.84575)}
Vertex 5957 0.397138 19.007 3.1994 {normal=(-0.486492 -0.21913 0.845758)}
Vertex 5958 0.397766 17.9624 4.49538 {normal=(0.219893 -0.962497 0.15889)}
Vertex 5959 0.398047 14.079 3.54476 {normal=(0.361418 -0.893265 0.267311)}
Vertex 5960 0.398947 16.0735 -5.97134 {normal=(0.175349 0.35493 -0.918301)}
Vertex 5961 0.399906 17.1109 4.25906 {normal=(0.249404 -0.466432 0.848669)}
Vertex 5962 0.400032 19.973 3.98043 {normal=(-0.17468 -0.227897 0.957888)}
Vertex 5963 0.401615 14.7044 4.00851 {normal=(0.334914 -0.0181827 0.942073)}
Vertex 5964 0.401937 13.5928 0.952667 {normal=(0.136342 -0.262288 0.955309)}
Vertex 5965 0.406598 19.5137 3.76522 {normal=(0.765545 -0.290966 0.573829)}
Vertex 5966 0.407137 14.2784 3.83831 {normal=(0.27428 -0.568372 0.775709)}
Vertex 5967 0.407372 17.1807 4.27805 {normal=(0.239325 -0.216848 0.946415)}
Vertex 5968 0.409168 14.2373 1.8417 {normal=(0.0828051 -0.931967 -0.352961)}
Vertex 5969 0.410414 19.0778 4.01479 {normal=(0.876725 0.319291 0.359732)}
Vertex 5970 0.410842 18.5244 4.46634 {normal=(0.867836 0.435168 0.239771)}
Vertex 5971 0.412977 17.9693 4.27515 {normal=(-0.228002 -0.971489 -0.0650003)}
Vertex 5972 0.413018 17.9826 4.561 {normal=(0.537069 -0.754221 0.377767)}
Vertex 5973 0.413163 11.988 -0.569456 {normal=(0.0128825 -0.905071 -0.425066)}
Vertex 5974 0.413547 16.3433 -4.79865 {normal=(0.157893 -0.479992 0.862947)}
Vertex 5975 0.413876 17.4319 4.28708 {normal=(0.310173 0.136463 0.940835)}
Vertex 5976 0.41561 14.1304 3.65719 {normal=(0.310944 -0.841147 0.442477)}
Vertex 5977 0.416112 14.1629 2.03861 {normal=(0.101888 -0.940813 -0.323248)}
Vertex 5978 0.416537 16.556 3.75966 {normal=(0.307876 -0.0763988 0.948354)}
Vertex 5979 0.417897 23.5195 -5.73171 {normal=(0.0482478 0.327929 -0.943469)}
Vertex 5980 0.418137 20.3755 2.62632 {normal=(-0.469492 0.769768 0.432474)}
Vertex 5981 0.418148 18.2438 2.62637 {normal=(-0.46952 -0.769718 0.432533)}
Vertex 5982 0.418807 14.0312 3.34634 {normal=(0.398167 -0.881264 0.254629)}
Vertex 5983 0.419123 17.2965 4.2953 {normal=(0.263504 -0.0531076 0.963195)}
Vertex 5984 0.419899 16.253 3.73093 {normal=(0.332038 -0.0779289 0.940041)}
Vertex 5985 0.422269 16.7778 3.77294 {normal=(0.314483 -0.0428879 0.948294)}
Vertex 5986 0.422548 16.0969 3.71901 {normal=(0.352529 0.217298 0.910222)}
Vertex 5987 0.423829 14.891 3.97227 {normal=(0.313113 0.140336 0.93929)}
Vertex 5988 0.424486 16.0875 3.72389 {normal=(0.271798 0.71288 0.646474)}
Vertex 5989 0.42457 23.7132 -5.5602 {normal=(0.093776 0.75566 -0.648216)}
Vertex 5990 0.424944 13.0764 0.799254 {normal=(0.133893 -0.294785 0.946137)}
Vertex 5991 0.425481 14.1037 3.58896 {normal=(0.34076 -0.868541 0.359888)}
Vertex 5992 0.428707 16.3494 -5.85576 {normal=(0.216616 0.377705 -0.900231)}
Vertex 5993 0.429341 18.037 4.59459 {normal=(0.816455 -0.320924 0.480009)}
Vertex 5994 0.430382 -19.9594 -2.99256
Vertex 5995 0.430438 20.6969 3.81057 {normal=(-0.0156285 0.400952 0.915966)}
Vertex 5996 0.430761 18.9309 4.09222 {normal=(0.904527 0.256633 0.340545)}
Vertex 5997 0.432035 17.9708 4.16028 {normal=(-0.164191 -0.960408 0.225071)}
Vertex 5998 0.432206 18.4547 4.51358 {normal=(0.858855 0.440102 0.262064)}
Vertex 5999 0.432442 15.6526 -6.02943
Vertex 6000 0.434728 19.8805 3.96359 {normal=(-0.132072 -0.327707 0.935503)}
Vertex 6001 0.436402 17.9577 4.32922 {normal=(-0.231296 -0.971356 -0.0544903)}
Vertex 6002 0.437091 16.9184 3.77076 {normal=(0.35214 -0.0408284 0.935056)}
Vertex 6003 0.439514 14.231 3.78899 {normal=(0.302372 -0.648124 0.698932)}
Vertex 6004 0.441558 19.7902 3.92558 {normal=(0.0857646 -0.437873 0.894937)}
Vertex 6005 0.442339 14.1817 3.72862 {normal=(0.333681 -0.772055 0.540915)}
Vertex 6006 0.442811 18.7811 4.15684 {normal=(0.926089 0.18442 0.329162)}
Vertex 6007 0.445481 16.9928 3.77271 {normal=(0.393903 -0.357658 0.846712)}
Vertex 6008 0.446563 18.6284 4.20866 {normal=(0.932548 0.204937 0.297247)}
Vertex 6009 0.446737 18.1255 4.59616 {normal=(0.881 -0.135279 0.453364)}
Vertex 6010 0.447422 19.2935 3.67007 {normal=(0.8788 0.241746 0.411424)}
Vertex 6011 0.447439 17.0008 3.77877 {normal=(0.310254 -0.828116 0.466868)}
Vertex 6012 0.448167 15.0546 3.93457 {normal=(0.263511 0.198138 0.944089)}
Vertex 6013 0.450767 20.0287 4.01886 {normal=(-0.450962 0.00414543 0.892534)}
Vertex 6014 0.452728 16.0411 3.80579 {normal=(0.195035 0.886601 0.419404)}
Vertex 6015 0.45357 18.3849 4.56082 {normal=(0.885549 0.330635 0.326319)}
Vertex 6016 0.454255 19.7544 3.18534 {normal=(-0.44514 0.321965 0.835577)}
Vertex 6017 0.45426 18.865 3.18536 {normal=(-0.445163 -0.321877 0.835599)}
Vertex 6018 0.454991 16.7335 -4.49453
Vertex 6019 0.457226 20.5439 2.17588 {normal=(-0.420687 0.888308 0.184207)}
Vertex 6020 0.457239 18.0753 2.17594 {normal=(-0.420738 -0.888258 0.184329)}
Vertex 6021 0.457639 18.2149 4.59382 {normal=(0.894117 -0.050469 0.444981)}
Vertex 6022 0.458307 18.5244 4.26243 {normal=(0.896075 0.384813 0.221289)}
Vertex 6023 0.458943 12.6566 0.653598 {normal=(0.129878 -0.320088 0.938443)}
Vertex 6024 0.459061 14.4857 3.93301 {normal=(0.404661 -0.333962 0.851304)}
Vertex 6025 0.459697 17.927 4.09998 {normal=(0.285359 -0.429643 0.856725)}
Vertex 6026 0.460314 16.6619 -5.71419 {normal=(0.245776 0.35312 -0.902718)}
Vertex 6027 0.46089 17.9486 4.3735 {normal=(-0.132213 -0.987787 0.0824403)}
Vertex 6028 0.461916 21.1642 3.58271 {normal=(0.0970609 0.509335 0.855077)}
Vertex 6029 0.462049 18.305 4.58757 {normal=(0.907007 0.102516 0.408448)}
Vertex 6030 0.463053 19.4159 3.61761 {normal=(0.81118 -0.172513 0.558772)}
Vertex 6031 0.463317 17.8433 4.12455 {normal=(0.302908 0.316756 0.89884)}
Vertex 6032 0.466604 23.3031 -5.73047 {normal=(0.0848539 -0.186561 -0.978772)}
Vertex 6033 0.471405 -13.4333 -1.26545
Vertex 6034 0.472217 13.9641 2.91762 {normal=(0.314978 -0.949062 0.0083541)}
Vertex 6035 0.472762 20.0065 4.05591 {normal=(-0.565094 -0.104152 0.818426)}
Vertex 6036 0.474633 15.1949 3.89539 {normal=(0.223397 0.199734 0.954044)}
Vertex 6037 0.474782 19.1507 3.77372 {normal=(0.854337 0.373426 0.361471)}
Vertex 6038 0.475942 13.0669 -2.47061 {normal=(-0.0814931 -0.805294 -0.587249)}
Vertex 6039 0.477463 18.0476 4.50316 {normal=(0.813925 -0.0741264 0.576221)}
Vertex 6040 0.477608 19.7229 3.87786 {normal=(0.233729 -0.557074 0.796894)}
Vertex 6041 0.478044 16.9191 -5.61978 {normal=(0.259612 0.267564 -0.927907)}
Vertex 6042 0.478045 18.4691 4.31817 {normal=(0.85235 0.483754 0.1987)}
Vertex 6043 0.478752 23.8626 -5.33489 {normal=(0.0771127 0.873906 -0.47994)}
Vertex 6044 0.478777 15.3096 3.88363 {normal=(0.198363 -0.365179 0.909558)}
Vertex 6045 0.479093 16.7425 -4.67317
Vertex 6046 0.481896 17.1209 -5.57253 {normal=(0.26462 0.243935 -0.932991)}
Vertex 6047 0.481913 20.4038 3.93024 {normal=(-0.0517023 0.317307 0.946913)}
Vertex 6048 0.483115 19.9424 4.00136 {normal=(-0.638853 -0.419796 0.6447)}
Vertex 6049 0.4834 17.9508 4.13019 {normal=(-0.237647 -0.936706 0.25711)}
Vertex 6050 0.484097 17.7527 -5.38471 {normal=(0.267189 0.278466 -0.922533)}
Vertex 6051 0.484645 18.8145 -5.05631 {normal=(0.257583 0.218381 -0.941255)}
Vertex 6052 0.484836 15.2799 3.87841 {normal=(0.211976 0.0185844 0.977098)}
Vertex 6053 0.48506 17.9546 4.41519 {normal=(0.0704164 -0.951603 0.299156)}
Vertex 6054 0.485335 15.6559 -5.85259 {normal=(0.540611 -0.825254 0.163389)}
Vertex 6055 0.491392 12.2456 0.505202 {normal=(0.123315 -0.332888 0.934869)}
Vertex 6056 0.492298 19.0034 3.85787 {normal=(0.866772 0.293882 0.402915)}
Vertex 6057 0.492739 17.0323 3.87878 {normal=(0.211992 -0.958517 0.19054)}
Vertex 6058 0.492782 20.1021 3.00564 {normal=(-0.416529 0.573061 0.705765)}
Vertex 6059 0.492791 18.5172 3.00568 {normal=(-0.41657 -0.573033 0.705764)}
Vertex 6060 0.496038 18.13 4.50164 {normal=(0.90729 -0.137155 0.397509)}
Vertex 6061 0.496222 18.4114 4.37388 {normal=(0.853098 0.465983 0.2347)}
Vertex 6062 0.497717 17.7884 4.13487 {normal=(0.288995 0.367657 0.883918)}
Vertex 6063 0.49867 22.1338 -3.50016
Vertex 6064 0.499013 15.3752 3.92602 {normal=(0.185092 -0.610263 0.770272)}
Vertex 6065 0.499971 18.8516 3.9225 {normal=(0.895585 0.192582 0.401049)}
Vertex 6066 0.500415 19.9328 4.03709 {normal=(-0.474523 -0.433739 0.765962)}
Vertex 6067 0.503502 17.9344 4.09998 {normal=(-0.155279 -0.663065 0.732279)}
Vertex 6068 0.504314 19.6321 3.77478 {normal=(0.458333 -0.641016 0.615654)}
Vertex 6069 0.504543 14.0733 3.35714 {normal=(0.377926 -0.897502 0.227293)}
Vertex 6070 0.504907 16.5374 -2.80076 {normal=(0.276588 0.213448 -0.936984)}
Vertex 6071 0.506102 20.2402 3.97723 {normal=(-0.0829456 0.278762 0.956772)}
Vertex 6072 0.507273 15.9574 3.96473 {normal=(0.209913 0.873798 0.43865)}
Vertex 6073 0.5081 18.701 3.97431 {normal=(0.927137 0.131855 0.350757)}
Vertex 6074 0.508711 18.1979 4.4852 {normal=(0.921371 -0.050651 0.385369)}
Vertex 6075 0.50891 17.9758 4.45428 {normal=(0.479957 -0.633926 0.606448)}
Vertex 6076 0.510047 18.1257 4.46165 {normal=(0.82999 0.00508225 0.557755)}
Vertex 6077 0.512079 22.0771 -3.71268 {normal=(0.19515 0.855103 -0.480329)}
Vertex 6078 0.51284 18.3513 4.42956 {normal=(0.894652 0.336585 0.293783)}
Vertex 6079 0.513564 20.3082 2.80967 {normal=(-0.400992 0.721499 0.564487)}
Vertex 6080 0.513574 18.3111 2.80972 {normal=(-0.401001 -0.721483 0.5645)}
Vertex 6081 0.513798 19.8641 3.96686 {normal=(-0.531863 -0.547045 0.646424)}
Vertex 6082 0.514244 15.8109 -6.0342 {normal=(0.518196 0.0440165 -0.854129)}
Vertex 6083 0.514279 22.2848 -3.54805 {normal=(0.391639 -0.434521 -0.811055)}
Vertex 6084 0.515983 14.0248 3.15309 {normal=(0.409116 -0.889245 0.204614)}
Vertex 6085 0.51648 20.5287 2.38447 {normal=(-0.398253 0.880143 0.258346)}
Vertex 6086 0.516493 18.0905 2.38453 {normal=(-0.398242 -0.880104 0.258497)}
Vertex 6087 0.516495 17.7365 4.15197 {normal=(0.303027 0.353087 0.885158)}
Vertex 6088 0.516686 18.5516 4.0133 {normal=(0.935338 0.222461 0.275052)}
Vertex 6089 0.516745 15.7844 -5.63376 {normal=(0.615239 -0.713604 0.335036)}
Vertex 6090 0.517003 18.2801 4.46667 {normal=(0.927465 0.101327 0.35992)}
Vertex 6091 0.518179 17.9299 4.23698 {normal=(-0.362993 -0.931399 -0.0270586)}
Vertex 6092 0.519204 15.9243 -2.96193 {normal=(0.293793 0.264136 -0.91865)}
Vertex 6093 0.520797 21.5687 3.30643 {normal=(0.183978 0.540353 0.821079)}
Vertex 6094 0.521678 19.5179 3.61635 {normal=(0.550144 -0.557121 0.622059)}
Vertex 6095 0.522294 11.8436 0.354064 {normal=(0.117261 -0.343542 0.931788)}
Vertex 6096 0.522518 22.8617 -3.09795 {normal=(0.395089 0.784579 0.477849)}
Vertex 6097 0.526539 19.8644 4.00722 {normal=(-0.462551 -0.526315 0.71347)}
Vertex 6098 0.526617 18.1919 4.43451 {normal=(0.854069 0.0624531 0.516397)}
Vertex 6099 0.527039 18.4597 4.07556 {normal=(0.851621 0.483656 0.202037)}
Vertex 6100 0.530941 20.1425 4.0188 {normal=(-0.268135 0.378534 0.885898)}
Vertex 6101 0.531922 15.4078 -3.11535 {normal=(0.305455 0.304646 -0.902158)}
Vertex 6102 0.532245 19.8854 3.16616 {normal=(-0.388688 0.416834 0.821688)}
Vertex 6103 0.532251 18.7339 3.16619 {normal=(-0.388722 -0.416712 0.821733)}
Vertex 6104 0.535705 18.024 4.45433 {normal=(0.656121 -0.0225279 0.754319)}
Vertex 6105 0.536215 14.6618 3.94111 {normal=(0.442458 -0.102322 0.890933)}
Vertex 6106 0.537745 11.6121 0.261136
Vertex 6107 0.537745 11.6324 0.272709 {normal=(0.117216 -0.420321 0.899773)}
Vertex 6108 0.537987 15.9017 4.05165 {normal=(0.279047 0.69763 0.659883)}
Vertex 6109 0.539057 23.6469 -5.6087 {normal=(0.207417 0.69629 -0.687138)}
Vertex 6110 0.539159 18.425 4.16108 {normal=(0.770829 0.609742 0.184494)}
Vertex 6111 0.539813 23.5705 0.627994 {normal=(0.114015 0.990583 0.0757961)}
Vertex 6112 0.542702 18.2706 4.39458 {normal=(0.866742 0.214021 0.450503)}
Vertex 6113 0.542812 19.7935 3.91536 {normal=(-0.0960102 -0.769641 0.631217)}
Vertex 6114 0.543105 23.5687 -5.68444 {normal=(0.224689 0.501101 -0.835711)}
Vertex 6115 0.543683 15.7227 -5.9228 {normal=(0.814683 -0.571366 -0.0991565)}
Vertex 6116 0.543764 17.9218 4.28655 {normal=(-0.301521 -0.951922 0.0541352)}
Vertex 6117 0.543886 19.2054 3.55099 {normal=(0.810915 0.360918 0.460604)}
Vertex 6118 0.543993 19.3211 3.50115 {normal=(0.721538 -0.0327525 0.6916)}
Vertex 6119 0.544324 16.9796 -2.70916 {normal=(0.254495 0.0770141 -0.964003)}
Vertex 6120 0.544508 14.4258 3.8658 {normal=(0.404195 -0.376673 0.833513)}
Vertex 6121 0.544799 19.3097 3.30847 {normal=(-0.380575 2.09638e-05 0.92475)}
Vertex 6122 0.544868 15.8737 4.06657 {normal=(0.341614 0.271611 0.899737)}
Vertex 6123 0.545544 15.4769 4.00558 {normal=(0.257667 -0.502989 0.824991)}
Vertex 6124 0.546601 18.3833 4.24653 {normal=(0.775657 0.577828 0.253911)}
Vertex 6125 0.546688 18.637 3.88344 {normal=(0.804317 0.172368 0.56865)}
Vertex 6126 0.54714 19.6521 -4.90585 {normal=(0.247635 0.0234722 -0.968569)}
Vertex 6127 0.548254 23.0984 -3.4152 {normal=(0.309097 0.610617 0.729113)}
Vertex 6128 0.548682 14.0047 2.69901 {normal=(0.27779 -0.951784 -0.130156)}
Vertex 6129 0.549363 18.3344 4.33192 {normal=(0.821415 0.453554 0.345784)}
Vertex 6130 0.550316 15.9439 -5.38234 {normal=(0.647996 -0.678343 0.346341)}
Vertex 6131 0.551136 19.8014 3.96631 {normal=(-0.399502 -0.736115 0.546381)}
Vertex 6132 0.553319 15.7744 -5.98334 {normal=(0.833907 -0.26084 -0.486376)}
Vertex 6133 0.553433 15.7767 4.06686 {normal=(0.359423 -0.0219161 0.932917)}
Vertex 6134 0.55383 22.0598 2.98093 {normal=(0.168847 0.563498 0.808678)}
Vertex 6135 0.554533 19.437 3.30608 {normal=(-0.373517 0.0923489 0.923015)}
Vertex 6136 0.554534 19.1823 3.30608 {normal=(-0.373517 -0.0923094 0.923019)}
Vertex 6137 0.556431 20.1106 4.05494 {normal=(-0.260827 0.327123 0.908273)}
Vertex 6138 0.556959 14.988 -3.261 {normal=(0.309214 0.337662 -0.889028)}
Vertex 6139 0.557691 18.4894 3.91602 {normal=(0.870838 0.288353 0.398113)}
Vertex 6140 0.558908 22.5299 -3.85635 {normal=(0.265213 -0.898184 -0.35061)}
Vertex 6141 0.562152 14.11 3.41968 {normal=(0.390616 -0.88838 0.241247)}
Vertex 6142 0.563589 16.0357 -5.92805 {normal=(0.60012 0.235585 -0.764432)}
Vertex 6143 0.563684 15.6108 4.05253 {normal=(0.350002 -0.211618 0.912533)}
Vertex 6144 0.565447 18.0993 4.41534 {normal=(0.642703 0.172395 0.746467)}
Vertex 6145 0.567866 18.4327 3.92293 {normal=(0.894292 0.363542 -0.26092)}
Vertex 6146 0.567987 17.634 4.17127 {normal=(0.323765 0.293751 0.899381)}
Vertex 6147 0.5683 19.3926 3.50056 {normal=(0.496689 -0.37904 0.780787)}
Vertex 6148 0.569543 17.91 4.20688 {normal=(-0.381238 -0.924477 -0.000675011)}
Vertex 6149 0.570019 18.4915 3.90093 {normal=(0.665594 0.195761 0.720182)}
Vertex 6150 0.572538 21.6796 -4.10097 {normal=(0.244638 0.64851 -0.720824)}
Vertex 6151 0.572572 17.9197 4.32185 {normal=(-0.143741 -0.958178 0.247453)}
Vertex 6152 0.578941 20.0544 4.06268 {normal=(0.0629823 -0.0597008 0.996227)}
Vertex 6153 0.580194 18.4348 3.90783 {normal=(0.698207 0.236804 0.675596)}
Vertex 6154 0.581112 18.4186 3.98738 {normal=(0.731869 0.663231 0.156498)}
Vertex 6155 0.581379 17.0871 4.07273 {normal=(0.216662 -0.951966 0.216376)}
Vertex 6156 0.583255 19.0845 3.62641 {normal=(0.76513 0.455306 0.455271)}
Vertex 6157 0.583497 19.5613 3.29895 {normal=(-0.352513 0.182449 0.917849)}
Vertex 6158 0.5835 19.058 3.29896 {normal=(-0.352521 -0.182449 0.917846)}
Vertex 6159 0.584644 20.7836 3.79112 {normal=(0.0163184 0.454809 0.89044)}
Vertex 6160 0.586015 23.3653 -3.6247 {normal=(0.0798947 0.429247 0.899646)}
Vertex 6161 0.586052 16.1345 -5.09833 {normal=(0.668375 -0.588142 0.455372)}
Vertex 6162 0.587388 18.4102 3.91106 {normal=(0.787343 0.440265 0.431576)}
Vertex 6163 0.588921 14.5771 -3.4094 {normal=(0.302974 0.35353 -0.884999)}
Vertex 6164 0.588992 18.1739 4.3717 {normal=(0.668119 0.24057 0.70409)}
Vertex 6165 0.589312 20.4835 2.58423 {normal=(-0.345986 0.847715 0.402085)}
Vertex 6166 0.589325 18.1358 2.58429 {normal=(-0.345956 -0.847681 0.402184)}
Vertex 6167 0.589403 16.091 3.64908 {normal=(0.423629 0.187452 0.886228)}
Vertex 6168 0.589424 18.3943 4.0878 {normal=(0.572518 0.788555 0.224508)}
Vertex 6169 0.589586 14.1348 3.46388 {normal=(0.448779 -0.843384 0.295468)}
Vertex 6170 0.590803 14.8527 3.91407 {normal=(0.411289 0.046896 0.910298)}
Vertex 6171 0.59167 16.0815 3.65353 {normal=(0.350412 0.698569 0.623869)}
Vertex 6172 0.592912 22.6275 -4.18071 {normal=(0.0986023 -0.995065 -0.0111266)}
Vertex 6173 0.592925 16.2489 3.66401 {normal=(0.385552 -0.107834 0.916363)}
Vertex 6174 0.594658 19.2569 3.45516 {normal=(0.67968 -0.0129717 0.733394)}
Vertex 6175 0.598472 19.9736 4.04203 {normal=(0.147646 -0.250268 0.956852)}
Vertex 6176 0.600008 17.4955 4.20664 {normal=(0.343504 0.224651 0.911886)}
Vertex 6177 0.600652 17.9317 4.35124 {normal=(0.107344 -0.871139 0.47916)}
Vertex 6178 0.601112 18.9341 3.72206 {normal=(0.760643 0.354939 0.543544)}
Vertex 6179 0.602238 16.5553 3.69832 {normal=(0.356461 -0.0899532 0.92997)}
Vertex 6180 0.603548 19.1755 3.47496 {normal=(0.8008 0.41484 0.432003)}
Vertex 6181 0.60477 18.3591 4.16146 {normal=(0.594852 0.738405 0.317663)}
Vertex 6182 0.605989 14.2084 3.61558 {normal=(0.510182 -0.760042 0.402554)}
Vertex 6183 0.606146 17.8369 4.08603 {normal=(0.110938 0.116334 0.986995)}
Vertex 6184 0.606159 18.7887 3.78142 {normal=(0.739197 0.261556 0.620626)}
Vertex 6185 0.606341 18.2477 4.32339 {normal=(0.687184 0.40279 0.604597)}
Vertex 6186 0.607325 16.7836 3.71093 {normal=(0.354715 -0.0103568 0.934917)}
Vertex 6187 0.608185 16.9339 3.70183 {normal=(0.378697 0.0224584 0.925248)}
Vertex 6188 0.608283 19.3426 3.4673 {normal=(0.437025 -0.281989 0.854103)}
Vertex 6189 0.608607 17.3322 4.23469 {normal=(0.355273 0.0274151 0.93436)}
Vertex 6190 0.609794 18.4021 3.96138 {normal=(0.698935 0.715101 -0.0109955)}
Vertex 6191 0.609938 17.0132 3.6999 {normal=(0.414795 -0.306589 0.856708)}
Vertex 6192 0.611298 15.8927 -5.74753 {normal=(0.91312 -0.40318 0.0604796)}
Vertex 6193 0.611601 18.3094 4.25331 {normal=(0.649975 0.621156 0.437833)}
Vertex 6194 0.612579 17.0213 3.70516 {normal=(0.325457 -0.813722 0.481596)}
Vertex 6195 0.613625 18.3714 3.91585 {normal=(0.757406 0.564166 -0.328713)}
Vertex 6196 0.614181 21.2559 3.493 {normal=(0.182532 0.541728 0.820495)}
Vertex 6197 0.614277 14.1724 3.53392 {normal=(0.505029 -0.782952 0.363224)}
Vertex 6198 0.615389 14.3507 3.79727 {normal=(0.469598 -0.491208 0.733616)}
Vertex 6199 0.616013 16.2963 -5.79505 {normal=(0.631031 0.251558 -0.733838)}
Vertex 6200 0.616291 22.5774 -4.52112 {normal=(0.0633901 -0.996824 0.0482075)}
Vertex 6201 0.617646 19.8971 4.01522 {normal=(0.139819 -0.336868 0.931113)}
Vertex 6202 0.618433 17.8895 4.15477 {normal=(-0.423971 -0.899847 0.102589)}
Vertex 6203 0.618648 18.6457 3.8242 {normal=(0.593815 0.26814 0.758607)}
Vertex 6204 0.61913 19.2547 3.44111 {normal=(0.298322 -0.241259 0.923471)}
Vertex 6205 0.619156 14.0291 2.95338 {normal=(0.395411 -0.913262 0.0979944)}
Vertex 6206 0.620279 14.0856 3.20569 {normal=(0.394054 -0.894906 0.209438)}
Vertex 6207 0.621052 17.8916 4.23674 {normal=(-0.334414 -0.936322 0.107093)}
Vertex 6208 0.621146 14.0764 2.45759 {normal=(0.245987 -0.946858 -0.207245)}
Vertex 6209 0.621687 18.3752 3.93267 {normal=(0.64616 0.576106 -0.500579)}
Vertex 6210 0.622642 20.2163 2.97372 {normal=(-0.32266 0.655606 0.682694)}
Vertex 6211 0.622651 18.403 2.97376 {normal=(-0.322675 -0.655584 0.682708)}
Vertex 6212 0.624788 19.3064 3.45034 {normal=(0.367015 -0.148117 0.918347)}
Vertex 6213 0.625503 19.1906 3.42061 {normal=(0.693277 0.0228867 0.720307)}
Vertex 6214 0.626795 19.1813 3.42145 {normal=(0.726996 0.327781 0.603354)}
Vertex 6215 0.626833 17.219 4.21763 {normal=(0.356955 -0.153994 0.921341)}
Vertex 6216 0.626878 14.1751 -3.56054 {normal=(0.295068 0.365648 -0.882744)}
Vertex 6217 0.626912 15.9765 -5.84563 {normal=(0.937085 -0.0898359 -0.337345)}
Vertex 6218 0.62742 18.3541 3.90386 {normal=(0.802131 0.596556 0.0265786)}
Vertex 6219 0.628005 17.9578 4.37472 {normal=(0.444411 -0.532485 0.720388)}
Vertex 6220 0.628261 17.1265 4.17956 {normal=(0.291328 -0.813393 0.503508)}
Vertex 6221 0.629183 20.0023 3.14233 {normal=(-0.318534 0.501435 0.804425)}
Vertex 6222 0.629191 18.617 3.14236 {normal=(-0.318541 -0.501375 0.804459)}
Vertex 6223 0.630102 16.0316 3.73357 {normal=(0.262501 0.878735 0.398644)}
Vertex 6224 0.630978 19.6793 3.28728 {normal=(-0.318083 0.268026 0.909387)}
Vertex 6225 0.630982 18.94 3.28729 {normal=(-0.318092 -0.268031 0.909383)}
Vertex 6226 0.631177 19.5948 3.63727 {normal=(0.268245 -0.743019 0.613162)}
Vertex 6227 0.633383 17.1505 4.19925 {normal=(0.352851 -0.430874 0.830568)}
Vertex 6228 0.633871 22.7252 -2.90825
Vertex 6229 0.634609 19.7028 3.78174 {normal=(0.252733 -0.802725 0.540147)}
Vertex 6230 0.635047 15.0273 3.88203 {normal=(0.368312 0.112923 0.922819)}
Vertex 6231 0.635801 23.6624 -3.72647 {normal=(-0.0188436 0.502147 0.864577)}
Vertex 6232 0.635882 14.2782 3.71387 {normal=(0.536625 -0.664969 0.51947)}
Vertex 6233 0.636358 19.1872 3.4143 {normal=(0.184381 -0.0474756 0.981708)}
Vertex 6234 0.63646 19.8248 3.98227 {normal=(0.129097 -0.518434 0.845317)}
Vertex 6235 0.636773 19.1998 3.41733 {normal=(0.156851 -0.285796 0.945367)}
Vertex 6236 0.637048 23.4465 -0.70775 {normal=(0.109069 0.977547 -0.180294)}
Vertex 6237 0.637334 16.4176 -4.90037 {normal=(0.696713 -0.397983 0.596825)}
Vertex 6238 0.63765 19.1779 3.41515 {normal=(0.21937 0.245847 0.944159)}
Vertex 6239 0.637802 19.3307 3.44852 {normal=(0.375627 -0.281956 0.882839)}
Vertex 6240 0.638537 17.8731 4.12455 {normal=(-0.454701 -0.83472 0.310627)}
Vertex 6241 0.638581 18.505 3.8504 {normal=(0.560078 0.208114 0.801873)}
Vertex 6242 0.638711 19.7647 3.88193 {normal=(0.104517 -0.875069 0.472579)}
Vertex 6243 0.63888 18.3585 3.87741 {normal=(0.636482 0.210358 0.742051)}
Vertex 6244 0.640505 18.3409 3.88351 {normal=(0.7922 0.422849 0.44002)}
Vertex 6245 0.640598 16.6057 -4.38681 {normal=(0.258987 -0.328757 -0.908209)}
Vertex 6246 0.641939 19.1627 3.42071 {normal=(0.349934 0.508493 0.786754)}
Vertex 6247 0.642673 19.3209 3.4449 {normal=(0.123057 -0.135581 0.983095)}
Vertex 6248 0.642881 19.3272 3.44641 {normal=(0.0698393 -0.193373 0.978637)}
Vertex 6249 0.643162 19.1876 3.41549 {normal=(-0.316744 -0.183395 0.930612)}
Vertex 6250 0.643483 19.7806 3.93783 {normal=(0.0482738 -0.856163 0.514446)}
Vertex 6251 0.643577 19.2003 3.41851 {normal=(-0.378427 -0.257396 0.889123)}
Vertex 6252 0.644388 18.3804 4.05337 {normal=(0.501217 0.845297 0.185078)}
Vertex 6253 0.644561 17.791 4.09104 {normal=(0.0984731 0.221722 0.970125)}
Vertex 6254 0.64587 13.9435 -3.65347
Vertex 6255 0.64587 13.9639 -3.64189 {normal=(0.308029 0.420677 -0.853316)}
Vertex 6256 0.64606 19.506 3.53756 {normal=(0.317103 -0.638386 0.701363)}
Vertex 6257 0.646101 19.3191 3.44555 {normal=(-0.305805 -0.109776 0.945745)}
Vertex 6258 0.646308 19.3254 3.44706 {normal=(-0.373615 -0.0192116 0.927385)}
Vertex 6259 0.646758 23.0343 -5.5855 {normal=(0.17719 -0.459964 -0.870079)}
Vertex 6260 0.649223 17.2509 -2.68712
Vertex 6261 0.649538 19.1163 3.4713 {normal=(0.531236 0.593604 0.604502)}
Vertex 6262 0.649951 17.8443 4.08603 {normal=(-0.300069 -0.394852 0.868361)}
Vertex 6263 0.650342 17.889 4.2627 {normal=(-0.139381 -0.93457 0.32734)}
Vertex 6264 0.651514 19.3235 3.45113 {normal=(-0.493777 0.114059 0.862076)}
Vertex 6265 0.651553 -12.3686 2.50251
Vertex 6266 0.651659 18.3202 3.88689 {normal=(0.813304 0.580401 0.0408728)}
Vertex 6267 0.652237 19.2369 3.43402 {normal=(-0.381605 -0.245457 0.891139)}
Vertex 6268 0.652248 20.6271 2.12793 {normal=(-0.280506 0.948095 0.149777)}
Vertex 6269 0.652262 17.9921 2.128 {normal=(-0.280244 -0.948147 0.149937)}
Vertex 6270 0.652616 19.2839 3.44398 {normal=(-0.322012 -0.161026 0.932941)}
Vertex 6271 0.65272 19.1923 3.42534 {normal=(-0.502667 -0.358737 0.786533)}
Vertex 6272 0.653306 23.9826 -5.02644 {normal=(0.101379 0.935364 -0.338845)}
Vertex 6273 0.65371 18.0057 4.36949 {normal=(0.640539 -0.0511014 0.766224)}
Vertex 6274 0.657173 14.6006 3.86466 {normal=(0.486965 -0.180676 0.85453)}
Vertex 6275 0.661407 19.2959 3.4542 {normal=(-0.569636 -0.0102645 0.821833)}
Vertex 6276 0.661943 20.5208 3.91767 {normal=(-0.00011146 0.370802 0.928712)}
Vertex 6277 0.663406 19.223 3.44137 {normal=(-0.550353 -0.26968 0.79018)}
Vertex 6278 0.663775 18.3867 3.858 {normal=(0.534763 0.140116 0.833304)}
Vertex 6279 0.664703 22.5937 -4.82972 {normal=(0.118897 -0.980213 -0.158259)}
Vertex 6280 0.66628 17.0539 3.80255 {normal=(0.219436 -0.957134 0.189057)}
Vertex 6281 0.668265 17.8671 4.17977 {normal=(-0.427217 -0.894343 0.132799)}
Vertex 6282 0.668949 15.1856 3.84497 {normal=(0.343865 0.123208 0.930901)}
Vertex 6283 0.670731 18.3387 4.11866 {normal=(0.577087 0.754025 0.313716)}
Vertex 6284 0.671368 17.7571 4.09753 {normal=(0.125377 0.225069 0.966242)}
Vertex 6285 0.671512 16.5929 -5.63521 {normal=(0.656873 0.236906 -0.715817)}
Vertex 6286 0.67158 20.2654 -4.93332 {normal=(0.294742 0.123671 -0.94754)}
Vertex 6287 0.672623 14.144 2.23167 {normal=(0.206935 -0.949468 -0.235985)}
Vertex 6288 0.673071 18.3639 4.02737 {normal=(0.640998 0.767088 0.0263978)}
Vertex 6289 0.67393 20.4094 2.77024 {normal=(-0.285168 0.794598 0.535998)}
Vertex 6290 0.673942 18.2099 2.7703 {normal=(-0.285175 -0.794583 0.536015)}
Vertex 6291 0.676528 19.2829 3.46481 {normal=(-0.489912 -0.0199696 0.871543)}
Vertex 6292 0.676732 15.3092 3.83446 {normal=(0.302872 -0.331495 0.893521)}
Vertex 6293 0.677767 18.0754 4.33555 {normal=(0.672295 0.165379 0.721574)}
Vertex 6294 0.67905 19.2376 3.45865 {normal=(-0.482987 -0.254568 0.837806)}
Vertex 6295 0.679254 19.4363 3.48262 {normal=(0.383356 -0.533613 0.753853)}
Vertex 6296 0.679354 17.8999 4.28107 {normal=(0.192681 -0.817578 0.542624)}
Vertex 6297 0.680046 20.9412 -4.66502 {normal=(0.31467 0.476529 -0.820916)}
Vertex 6298 0.680421 23.3413 -5.70001 {normal=(0.303166 -0.0790789 -0.949651)}
Vertex 6299 0.680982 23.4129 1.27096 {normal=(0.173524 0.926278 0.334511)}
Vertex 6300 0.682843 15.2795 3.82912 {normal=(0.337931 -0.00187186 0.941169)}
Vertex 6301 0.682919 16.0958 -5.54189 {normal=(0.918916 -0.386672 0.0779615)}
Vertex 6302 0.683491 14.3536 1.59313 {normal=(0.0480728 -0.936703 -0.346808)}
Vertex 6303 0.683722 23.8184 -5.35287 {normal=(0.222725 0.808774 -0.544314)}
Vertex 6304 0.687232 23.0836 1.88735 {normal=(0.19248 0.843452 0.501537)}
Vertex 6305 0.687271 19.0189 3.53854 {normal=(0.543169 0.531278 0.650163)}
Vertex 6306 0.688451 22.4076 -3.41895 {normal=(0.893893 -0.131471 -0.428569)}
Vertex 6307 0.690304 14.4325 1.39568 {normal=(0.0185052 -0.920394 -0.390555)}
Vertex 6308 0.691634 17.8478 4.13655 {normal=(-0.512451 -0.809889 0.285437)}
Vertex 6309 0.692914 23.8832 -3.90476 {normal=(0.0391762 0.768435 0.638728)}
Vertex 6310 0.69381 20.3756 3.96236 {normal=(-0.0367082 0.35125 0.935562)}
Vertex 6311 0.693944 22.6911 -3.19247 {normal=(0.900862 0.42997 0.0597831)}
Vertex 6312 0.694201 17.8565 4.19603 {normal=(-0.232151 -0.920099 0.315473)}
Vertex 6313 0.695287 15.3604 3.86145 {normal=(0.275373 -0.594403 0.755549)}
Vertex 6314 0.695808 19.7883 3.27134 {normal=(-0.271089 0.347052 0.897812)}
Vertex 6315 0.695812 18.8311 3.27136 {normal=(-0.271104 -0.346931 0.897854)}
Vertex 6316 0.695837 18.1439 4.29676 {normal=(0.676358 0.256916 0.690315)}
Vertex 6317 0.697025 16.8156 -2.84991 {normal=(-0.290148 -0.319633 0.902025)}
Vertex 6318 0.698144 19.3998 3.45375 {normal=(0.378293 -0.418709 0.825577)}
Vertex 6319 0.699552 18.2762 4.19376 {normal=(0.642894 0.634461 0.429122)}
Vertex 6320 0.700508 22.7845 2.3261 {normal=(0.196055 0.757206 0.623058)}
Vertex 6321 0.700788 17.6955 4.10674 {normal=(0.328315 0.210924 0.920717)}
Vertex 6322 0.701831 16.853 -5.52568 {normal=(0.670032 0.197182 -0.715665)}
Vertex 6323 0.702729 19.3963 3.45096 {normal=(0.126725 -0.175392 0.976309)}
Vertex 6324 0.703003 -21.5335 -2.96162
Vertex 6325 0.703049 17.819 4.09803 {normal=(-0.276718 -0.586478 0.76123)}
Vertex 6326 0.703108 14.2074 2.02125 {normal=(0.156057 -0.949787 -0.271202)}
Vertex 6327 0.703141 19.2857 3.4745 {normal=(-0.0852147 -0.0455627 0.99532)}
Vertex 6328 0.704153 18.3283 3.98378 {normal=(0.712032 0.673318 -0.199132)}
Vertex 6329 0.704165 16.7933 -4.78845 {normal=(0.820436 -0.274452 0.501559)}
Vertex 6330 0.704639 14.1368 3.27122 {normal=(0.44128 -0.862794 0.246697)}
Vertex 6331 0.704699 15.941 3.88917 {normal=(0.276783 0.864931 0.418672)}
Vertex 6332 0.704817 16.2133 -5.67947 {normal=(0.944114 -0.0683953 -0.322446)}
Vertex 6333 0.706731 14.2773 1.80841 {normal=(0.0978151 -0.945814 -0.309625)}
Vertex 6334 0.706854 18.2577 3.89558 {normal=(0.753221 0.582109 -0.30628)}
Vertex 6335 0.706967 17.0765 -5.46646 {normal=(0.667329 0.191662 -0.719679)}
Vertex 6336 0.707435 19.3933 3.45149 {normal=(-0.272232 0.191665 0.94295)}
Vertex 6337 0.707444 -15.6751 -3.66791 {normal=(-0.90075 0.114685 -0.418924)}
Vertex 6338 0.70792 18.2113 4.25313 {normal=(0.680458 0.43026 0.593173)}
Vertex 6339 0.707931 22.0867 -3.49479
Vertex 6340 0.708088 17.9245 4.29186 {normal=(0.559663 -0.510032 0.65318)}
Vertex 6341 0.709101 20.6109 2.33711 {normal=(-0.259295 0.939429 0.224141)}
Vertex 6342 0.709115 18.0084 2.33718 {normal=(-0.259105 -0.939453 0.22426)}
Vertex 6343 0.709195 18.2508 3.88334 {normal=(0.795205 0.581791 -0.170786)}
Vertex 6344 0.709315 19.2386 3.47202 {normal=(-0.163613 -0.0907859 0.982338)}
Vertex 6345 0.70976 17.7179 -5.27645 {normal=(0.666576 0.212471 -0.714515)}
Vertex 6346 0.709783 15.6737 -3.19752 {normal=(-0.272072 -0.419312 0.866114)}
Vertex 6347 0.710206 18.7772 -4.95567 {normal=(0.658051 0.150835 -0.737711)}
Vertex 6348 0.712261 19.3908 3.45532 {normal=(-0.401143 0.300035 0.865484)}
Vertex 6349 0.715892 17.8332 4.14796 {normal=(-0.334277 -0.871557 0.358675)}
Vertex 6350 0.716045 18.3014 3.95507 {normal=(0.710689 0.580805 -0.396973)}
Vertex 6351 0.716119 21.6851 3.18107 {normal=(0.197801 0.534737 0.821542)}
Vertex 6352 0.720643 18.2564 3.91252 {normal=(0.721828 0.501696 -0.476723)}
Vertex 6353 0.720807 22.5158 2.58719 {normal=(0.191462 0.656364 0.729745)}
Vertex 6354 0.721165 17.8595 4.20467 {normal=(0.169037 -0.837446 0.519721)}
Vertex 6355 0.722558 18.3072 4.07217 {normal=(0.728305 0.66728 0.155912)}
Vertex 6356 0.722925 19.3846 3.46401 {normal=(-0.409986 0.273865 0.870005)}
Vertex 6357 0.723224 22.076 -3.43017
Vertex 6358 0.723637 20.2837 4.0012 {normal=(-0.155905 0.478528 0.864121)}
Vertex 6359 0.724005 17.804 4.09347 {normal=(-0.131209 -0.441646 0.887543)}
Vertex 6360 0.725809 22.0242 -3.71826 {normal=(0.419316 0.771166 -0.479037)}
Vertex 6361 0.7271 19.2841 3.46682 {normal=(0.320253 -0.0839935 0.943601)}
Vertex 6362 0.727169 14.514 1.21606 {normal=(0.163887 -0.952391 0.257085)}
Vertex 6363 0.727636 -21.5569 -3.54963
Vertex 6364 0.727707 18.222 3.86625 {normal=(0.815508 0.567158 -0.115234)}
Vertex 6365 0.731203 15.2342 -3.48261
Vertex 6366 0.734254 17.9692 4.28263 {normal=(0.760235 -0.155897 0.630666)}
Vertex 6367 0.734557 22.9295 -3.50799 {normal=(0.873033 0.122497 0.472026)}
Vertex 6368 0.736048 17.8275 4.14214 {normal=(-0.0603985 -0.854461 0.515993)}
Vertex 6369 0.736124 18.2089 3.83739 {normal=(0.780243 0.388887 0.489886)}
Vertex 6370 0.73623 14.0705 2.73272 {normal=(0.376999 -0.925171 -0.0439325)}
Vertex 6371 0.736857 18.8698 3.60737 {normal=(0.511669 0.438079 0.739108)}
Vertex 6372 0.737582 19.2447 3.47007 {normal=(0.140224 0.253036 0.957241)}
Vertex 6373 0.73815 22.6763 -5.10651 {normal=(0.160088 -0.938649 -0.305466)}
Vertex 6374 0.738505 15.4331 3.91009 {normal=(0.36079 -0.487944 0.794822)}
Vertex 6375 0.739428 19.3746 3.47756 {normal=(-0.317186 0.179574 0.931207)}
Vertex 6376 0.7398 -15.6092 0.833923 {normal=(-0.850293 -0.167974 0.498786)}
Vertex 6377 0.741659 22.6517 -3.7285 {normal=(0.866219 -0.498518 0.0338323)}
Vertex 6378 0.741709 18.1952 3.84364 {normal=(0.852003 0.504137 0.1412)}
Vertex 6379 0.741823 19.2835 3.45846 {normal=(0.610164 -0.0558339 0.790305)}
Vertex 6380 0.742684 20.1021 3.11442 {normal=(-0.236402 0.573683 0.78422)}
Vertex 6381 0.742693 18.5172 3.11446 {normal=(-0.23636 -0.57366 0.78425)}
Vertex 6382 0.745135 14.8028 3.83488 {normal=(0.508809 -0.0462648 0.859635)}
Vertex 6383 0.745636 18.2125 3.82554 {normal=(0.59558 0.184321 0.781864)}
Vertex 6384 0.745807 15.8817 3.97329 {normal=(0.364512 0.673202 0.643374)}
Vertex 6385 0.746344 22.8544 -5.44599 {normal=(0.206933 -0.677595 -0.705722)}
Vertex 6386 0.747309 19.2838 3.44943 {normal=(0.942763 -0.122024 0.310337)}
Vertex 6387 0.749156 17.8759 4.20569 {normal=(0.577877 -0.58263 0.57149)}
Vertex 6388 0.749325 18.7423 3.66899 {normal=(0.507318 0.356775 0.784436)}
Vertex 6389 0.750052 19.2839 2.90477 {normal=(0.88015 -0.0853086 0.466967)}
Vertex 6390 0.750052 19.2839 3.26486 {normal=(0.990432 -0.137793 0.00756323)}
Vertex 6391 0.751421 20.2453 4.03418 {normal=(-0.0420867 0.361486 0.931427)}
Vertex 6392 0.751898 19.3097 3.37452 {normal=(-0.231552 7.89585e-06 0.972823)}
Vertex 6393 0.752447 14.2482 1.04566 {normal=(0.246736 -0.377293 0.892621)}
Vertex 6394 0.75283 24.057 -4.7259 {normal=(0.13062 0.974124 -0.184448)}
Vertex 6395 0.753428 15.8534 3.98593 {normal=(0.438957 0.213301 0.872823)}
Vertex 6396 0.754027 17.7884 4.09338 {normal=(0.420773 -0.465436 0.778665)}
Vertex 6397 0.75423 19.2496 3.46481 {normal=(0.324926 0.515553 0.792861)}
Vertex 6398 0.755772 17.5275 -4.58455 {normal=(0.959772 -0.14811 0.23854)}
Vertex 6399 0.756553 17.6663 4.09154 {normal=(0.413095 0.264698 0.871371)}
Vertex 6400 0.757353 24.0278 -4.15956 {normal=(0.111908 0.921017 0.373101)}
Vertex 6401 0.757853 18.0339 4.2534 {normal=(0.800415 0.0248737 0.59893)}
Vertex 6402 0.757865 20.9187 3.69092 {normal=(0.183927 0.521294 0.833321)}
Vertex 6403 0.757883 19.365 3.47897 {normal=(0.070165 -0.125523 0.989606)}
Vertex 6404 0.757957 15.7468 3.97779 {normal=(0.453694 -0.0940203 0.886184)}
Vertex 6405 0.758546 16.3321 -5.30589 {normal=(0.931449 -0.335288 0.141368)}
Vertex 6406 0.75926 19.2531 3.45624 {normal=(0.598716 0.726776 0.336654)}
Vertex 6407 0.759395 15.562 3.94887 {normal=(0.454553 -0.230745 0.860313)}
Vertex 6408 0.759417 19.4081 3.37267 {normal=(-0.226088 0.0715402 0.971476)}
Vertex 6409 0.759418 19.2113 3.37267 {normal=(-0.226092 -0.0714575 0.971482)}
Vertex 6410 0.759552 14.1938 3.34554 {normal=(0.544972 -0.767822 0.336832)}
Vertex 6411 0.760253 18.2645 4.02198 {normal=(0.814198 0.577336 -0.0613621)}
Vertex 6412 0.761286 15.4971 -3.70517 {normal=(0.17269 -0.594228 -0.785539)}
Vertex 6413 0.761554 14.1017 3.00703 {normal=(0.416197 -0.897986 0.142833)}
Vertex 6414 0.761774 19.2549 2.91181 {normal=(0.633764 0.671901 0.383265)}
Vertex 6415 0.761774 19.2549 3.27191 {normal=(0.681243 0.732005 0.00870806)}
Vertex 6416 0.762128 18.613 3.72161 {normal=(0.489732 0.323339 0.8097)}
Vertex 6417 0.762632 17.5277 4.13305 {normal=(0.378173 0.237829 0.894663)}
Vertex 6418 0.764469 17.8306 4.13953 {normal=(0.450123 -0.692141 0.564207)}
Vertex 6419 0.764492 14.5208 3.77918 {normal=(0.601271 -0.306307 0.738004)}
Vertex 6420 0.765365 22.7632 -5.31193 {normal=(0.187529 -0.861312 -0.472202)}
Vertex 6421 0.766695 -17.7746 0.381241 {normal=(-0.840732 -0.164061 0.515997)}
Vertex 6422 0.768252 20.3082 2.93792 {normal=(-0.217416 0.722039 0.656802)}
Vertex 6423 0.768262 18.3111 2.93797 {normal=(-0.217365 -0.722024 0.656836)}
Vertex 6424 0.768988 18.2312 4.1323 {normal=(0.781667 0.551393 0.291483)}
Vertex 6425 0.769305 20.1724 4.03917 {normal=(0.205887 -0.0202184 0.978367)}
Vertex 6426 0.769356 -11.5418 3.0213
Vertex 6427 0.769639 13.6351 0.884489 {normal=(0.235809 -0.250606 0.938931)}
Vertex 6428 0.771035 17.1111 3.99207 {normal=(0.237186 -0.948833 0.208468)}
Vertex 6429 0.774491 23.7353 -5.4033 {normal=(0.342152 0.710007 -0.615485)}
Vertex 6430 0.77479 20.5627 2.53863 {normal=(-0.212079 0.904858 0.369126)}
Vertex 6431 0.774803 18.0566 2.5387 {normal=(-0.212015 -0.904857 0.369167)}
Vertex 6432 0.775265 18.4818 3.76523 {normal=(0.459956 0.257329 0.849837)}
Vertex 6433 0.77529 18.0981 4.21967 {normal=(0.802167 0.133428 0.582001)}
Vertex 6434 0.7761 18.2337 3.80326 {normal=(0.407145 0.078439 0.909989)}
Vertex 6435 0.776389 19.8854 3.25152 {normal=(-0.21269 0.417476 0.883446)}
Vertex 6436 0.776394 18.7339 3.25155 {normal=(-0.212681 -0.417379 0.883494)}
Vertex 6437 0.777287 20.065 4.01618 {normal=(0.278498 -0.181217 0.943186)}
Vertex 6438 0.777325 24.0858 -4.43327 {normal=(0.141413 0.987793 0.0653254)}
Vertex 6439 0.777336 17.9144 4.19376 {normal=(0.808787 -0.287114 0.513253)}
Vertex 6440 0.778288 19.3558 3.46824 {normal=(0.358522 -0.350774 0.865113)}
Vertex 6441 0.778809 18.1312 3.86101 {normal=(0.890721 0.452749 0.0404216)}
Vertex 6442 0.778864 18.1315 3.88108 {normal=(0.893373 0.446321 -0.0517825)}
Vertex 6443 0.780044 18.2155 3.97267 {normal=(0.829456 0.462305 -0.313492)}
Vertex 6444 0.781374 18.1311 3.83348 {normal=(0.880445 0.44396 0.166483)}
Vertex 6445 0.781535 18.132 3.8937 {normal=(0.876561 0.402689 -0.263595)}
Vertex 6446 0.781789 19.504 3.36717 {normal=(-0.209814 0.141285 0.96748)}
Vertex 6447 0.78179 19.1153 3.36718 {normal=(-0.209815 -0.141248 0.967485)}
Vertex 6448 0.781929 18.16 3.92423 {normal=(0.813695 0.388559 -0.432346)}
Vertex 6449 0.782283 -17.856 -4.60472 {normal=(-0.878249 0.145416 -0.455558)}
Vertex 6450 0.782565 17.4685 -4.40807 {normal=(0.877538 -0.076742 -0.473326)}
Vertex 6451 0.783415 22.2008 2.82662 {normal=(0.184259 0.592007 0.784587)}
Vertex 6452 0.78471 17.7744 4.05001 {normal=(0.712325 -0.139487 0.687849)}
Vertex 6453 0.785021 14.2566 3.42863 {normal=(0.62004 -0.677236 0.396108)}
Vertex 6454 0.785469 17.8043 4.0781 {normal=(0.777032 -0.438584 0.451515)}
Vertex 6455 0.785596 18.1344 3.81547 {normal=(0.801343 0.348919 0.485906)}
Vertex 6456 0.786565 18.1615 4.18147 {normal=(0.814722 0.331545 0.475716)}
Vertex 6457 0.786984 21.9814 -3.45977 {normal=(0.876123 0.476344 -0.0741929)}
Vertex 6458 0.787033 16.4849 -5.48485 {normal=(0.957309 -0.0464737 -0.285306)}
Vertex 6459 0.787116 19.9621 3.99086 {normal=(0.255896 -0.21646 0.942158)}
Vertex 6460 0.789355 19.0623 3.46438 {normal=(0.152375 0.502031 0.851321)}
Vertex 6461 0.791094 19.3501 3.45826 {normal=(0.537156 -0.509817 0.671975)}
Vertex 6462 0.79155 19.6465 3.68037 {normal=(0.222671 -0.802422 0.553657)}
Vertex 6463 0.79213 17.7699 4.04131 {normal=(0.64597 0.0941235 0.757538)}
Vertex 6464 0.79216 18.6203 -4.28866 {normal=(0.994231 -0.0836604 0.0671285)}
Vertex 6465 0.794057 19.6012 -4.79626 {normal=(0.63675 -0.0495384 -0.769477)}
Vertex 6466 0.794408 17.8595 4.12558 {normal=(0.804156 -0.411869 0.428599)}
Vertex 6467 0.796085 19.5886 3.58678 {normal=(0.334108 -0.793072 0.509322)}
Vertex 6468 0.796132 16.0664 3.54027 {normal=(0.494449 0.157803 0.854762)}
Vertex 6469 0.796302 19.3479 3.44905 {normal=(0.70077 -0.663797 0.261333)}
Vertex 6470 0.796987 23.4393 -5.63853 {normal=(0.44609 0.189841 -0.874622)}
Vertex 6471 0.797061 18.3683 3.78154 {normal=(0.408445 0.144928 0.901204)}
Vertex 6472 0.79748 19.7258 3.78608 {normal=(0.199547 -0.807471 0.555132)}
Vertex 6473 0.798125 18.1071 3.81153 {normal=(0.694688 0.392744 0.602627)}
Vertex 6474 0.798147 22.0524 -3.38713
Vertex 6475 0.798531 16.0569 3.54436 {normal=(0.431648 0.684655 0.587305)}
Vertex 6476 0.798789 19.8635 3.96322 {normal=(0.249483 -0.396716 0.883388)}
Vertex 6477 0.798905 19.3468 2.90429 {normal=(0.68514 -0.611784 0.395352)}
Vertex 6478 0.798905 19.3468 3.26439 {normal=(0.729753 -0.683677 0.00683606)}
Vertex 6479 0.800678 18.131 3.80075 {normal=(0.496157 0.191451 0.846862)}
Vertex 6480 0.801117 17.769 4.02946 {normal=(0.704888 0.13215 0.6969)}
Vertex 6481 0.80149 19.7777 3.86656 {normal=(0.224416 -0.860594 0.457182)}
Vertex 6482 0.802854 14.3362 3.53674 {normal=(0.674136 -0.616408 0.406918)}
Vertex 6483 0.803581 19.8021 3.92179 {normal=(0.253997 -0.751193 0.609258)}
Vertex 6484 0.805236 13.1186 0.731077 {normal=(0.229517 -0.276685 0.933149)}
Vertex 6485 0.80534 18.0772 3.83447 {normal=(0.790039 0.485551 0.37427)}
Vertex 6486 0.805705 17.975 4.16889 {normal=(0.868014 -0.129802 0.479274)}
Vertex 6487 0.805893 17.3696 4.14462 {normal=(0.408571 0.0640923 0.910474)}
Vertex 6488 0.805926 16.2275 3.56004 {normal=(0.436811 -0.147178 0.887432)}
Vertex 6489 0.808475 21.3945 3.3491 {normal=(0.203465 0.540461 0.816397)}
Vertex 6490 0.809211 16.6074 -5.14078 {normal=(0.954016 -0.219326 0.204329)}
Vertex 6491 0.811083 19.5522 3.5053 {normal=(0.482694 -0.723362 0.493715)}
Vertex 6492 0.811949 18.5744 -4.11926 {normal=(0.868547 0.0578906 -0.492215)}
Vertex 6493 0.813052 14.4327 3.66987 {normal=(0.695634 -0.494659 0.520966)}
Vertex 6494 0.81422 14.9991 3.79755 {normal=(0.50215 0.0331714 0.864144)}
Vertex 6495 0.816626 17.8162 4.01733 {normal=(0.875428 -0.221807 0.42945)}
Vertex 6496 0.816907 15.9419 -3.97719 {normal=(0.192548 -0.502068 -0.843121)}
Vertex 6497 0.818329 17.8515 4.04762 {normal=(0.894333 -0.334099 0.297569)}
Vertex 6498 0.818462 19.5952 3.35815 {normal=(-0.183162 0.207548 0.960924)}
Vertex 6499 0.818464 19.0242 3.35816 {normal=(-0.183141 -0.207529 0.960932)}
Vertex 6500 0.81991 18.1744 4.06893 {normal=(0.888525 0.453039 0.0726543)}
Vertex 6501 0.820382 19.5324 3.4625 {normal=(0.480081 -0.57473 0.662727)}
Vertex 6502 0.820754 17.8082 4.00942 {normal=(0.832291 -0.080062 0.548526)}
Vertex 6503 0.823325 19.0879 3.45936 {normal=(-0.0536094 0.342017 0.938163)}
Vertex 6504 0.823472 17.6835 4.04949 {normal=(0.552796 0.316111 0.771032)}
Vertex 6505 0.823982 19.5292 3.45835 {normal=(0.218157 -0.288043 0.932437)}
Vertex 6506 0.824439 19.101 3.45543 {normal=(-0.159281 0.139781 0.977288)}
Vertex 6507 0.825037 17.0447 3.60442 {normal=(0.4244 -0.277624 0.861864)}
Vertex 6508 0.825084 21.6184 -4.03195 {normal=(0.546334 0.569602 -0.614063)}
Vertex 6509 0.825647 18.024 3.87183 {normal=(0.82745 0.488909 0.276215)}
Vertex 6510 0.825864 17.9142 4.1003 {normal=(0.896505 -0.268303 0.352552)}
Vertex 6511 0.826748 17.2486 4.12981 {normal=(0.462881 -0.138484 0.875536)}
Vertex 6512 0.826855 17.1518 4.09573 {normal=(0.374703 -0.795902 0.475539)}
Vertex 6513 0.827351 18.0363 4.14044 {normal=(0.888812 -0.0211247 0.457785)}
Vertex 6514 0.82743 16.9546 3.60786 {normal=(0.395689 0.052941 0.916857)}
Vertex 6515 0.827815 19.5257 3.45797 {normal=(-0.194167 0.132597 0.971966)}
Vertex 6516 0.827901 17.053 3.60932 {normal=(0.347303 -0.796702 0.494618)}
Vertex 6517 0.827914 16.5403 3.60367 {normal=(0.406684 -0.115411 0.90625)}
Vertex 6518 0.828093 17.8056 3.99796 {normal=(0.807206 0.00190722 0.590267)}
Vertex 6519 0.828724 23.6424 -5.47334 {normal=(0.404858 0.644469 -0.648653)}
Vertex 6520 0.828977 19.111 3.45726 {normal=(-0.305448 -0.251167 0.918486)}
Vertex 6521 0.830435 17.7915 3.99121 {normal=(0.720564 0.154773 0.675894)}
Vertex 6522 0.83071 16.7525 -5.34922 {normal=(0.966431 0.0051835 -0.256875)}
Vertex 6523 0.831882 19.5219 3.46133 {normal=(-0.386041 0.342675 0.856473)}
Vertex 6524 0.833735 17.176 4.11351 {normal=(0.484269 -0.421909 0.76647)}
Vertex 6525 0.834912 16.9218 -5.04656 {normal=(0.976473 -0.11179 0.1844)}
Vertex 6526 0.835082 16.7827 3.61961 {normal=(0.394712 -0.00229014 0.918802)}
Vertex 6527 0.835847 17.0162 -5.27256 {normal=(0.959269 0.0565069 -0.276787)}
Vertex 6528 0.836423 17.9963 3.89708 {normal=(0.889518 0.412436 0.196608)}
Vertex 6529 0.83694 19.1177 3.46486 {normal=(-0.337167 -0.375046 0.863515)}
Vertex 6530 0.837669 17.9941 3.91019 {normal=(0.957465 0.242127 -0.156956)}
Vertex 6531 0.83823 18.7425 -4.76648 {normal=(0.941414 0.0297634 -0.335936)}
Vertex 6532 0.838353 17.6796 -5.07831 {normal=(0.950132 0.0825182 -0.300733)}
Vertex 6533 0.839312 22.2115 -3.25307
Vertex 6534 0.839972 23.3388 -3.63353 {normal=(0.481756 0.0976654 0.870846)}
Vertex 6535 0.840061 18.0312 3.94688 {normal=(0.920565 0.235779 -0.311398)}
Vertex 6536 0.84061 23.5293 0.52043 {normal=(0.196767 0.979223 0.0490492)}
Vertex 6537 0.840872 17.8591 3.98035 {normal=(0.943006 -0.20548 0.261759)}
Vertex 6538 0.841621 19.5112 3.47 {normal=(-0.381075 0.346997 0.856957)}
Vertex 6539 0.84213 16.0065 3.62084 {normal=(0.330844 0.871208 0.362682)}
Vertex 6540 0.842275 18.0983 4.10842 {normal=(0.931873 0.203382 0.300414)}
Vertex 6541 0.8426 17.8527 3.97137 {normal=(0.891501 -0.00121282 0.453017)}
Vertex 6542 0.843211 22.5249 -3.00634
Vertex 6543 0.843352 17.8981 4.01384 {normal=(0.943605 -0.254666 0.211553)}
Vertex 6544 0.843601 18.1077 4.00712 {normal=(0.925949 0.318872 -0.202336)}
Vertex 6545 0.844159 19.1311 3.47576 {normal=(-0.330647 -0.369876 0.868254)}
Vertex 6546 0.845023 20.6672 3.82453 {normal=(0.212513 0.45788 0.863241)}
Vertex 6547 0.845981 21.9821 -3.61898 {normal=(0.737901 0.630786 -0.240025)}
Vertex 6548 0.846421 23.5397 -5.56298 {normal=(0.463459 0.480163 -0.744748)}
Vertex 6549 0.846475 15.3175 3.76127 {normal=(0.464557 -0.30232 0.83234)}
Vertex 6550 0.847697 20.4835 2.72752 {normal=(-0.1597 0.848113 0.505174)}
Vertex 6551 0.84771 18.1358 2.72758 {normal=(-0.159701 -0.848104 0.505188)}
Vertex 6552 0.850039 17.9696 4.07183 {normal=(0.93821 -0.175485 0.298275)}
Vertex 6553 0.850161 17.7012 4.01621 {normal=(0.618966 0.34001 0.708008)}
Vertex 6554 0.850634 19.1513 3.48996 {normal=(-0.28173 -0.257383 0.924328)}
Vertex 6555 0.851178 18.0397 3.81936 {normal=(0.563625 0.52829 0.635009)}
Vertex 6556 0.852613 15.2878 3.75587 {normal=(0.491034 -0.00241332 0.871137)}
Vertex 6557 0.85369 17.6161 -4.84768 {normal=(0.989876 -0.0581705 0.129469)}
Vertex 6558 0.855053 17.8453 3.95586 {normal=(0.744041 0.176296 0.644455)}
Vertex 6559 0.857033 19.4937 3.48398 {normal=(-0.229982 0.190554 0.954357)}
Vertex 6560 0.857447 17.9032 3.93908 {normal=(0.996452 -0.0615348 0.0574266)}
Vertex 6561 0.857507 20.6779 2.07747 {normal=(-0.132735 0.984635 0.113469)}
Vertex 6562 0.857522 17.9414 2.07754 {normal=(-0.132682 -0.984617 0.113684)}
Vertex 6563 0.857668 17.9034 3.92718 {normal=(0.875797 0.236351 0.420853)}
Vertex 6564 0.858285 15.3468 3.77413 {normal=(0.410708 -0.586222 0.698329)}
Vertex 6565 0.85884 -20.0577 -5.38738 {normal=(-0.868265 -0.0874453 -0.488333)}
Vertex 6566 0.859508 12.6988 0.585421 {normal=(0.221223 -0.298276 0.928489)}
Vertex 6567 0.860536 17.944 3.97675 {normal=(0.998684 -0.0400975 -0.0319799)}
Vertex 6568 0.861276 21.9714 -3.55436 {normal=(0.884424 0.404449 0.232842)}
Vertex 6569 0.86168 19.1715 3.49385 {normal=(-0.111568 0.134622 0.984596)}
Vertex 6570 0.861906 21.9578 -3.41673 {normal=(0.414481 0.440757 -0.796203)}
Vertex 6571 0.862715 18.0658 3.7959 {normal=(0.438509 0.396413 0.806577)}
Vertex 6572 0.863465 18.935 3.51255 {normal=(0.13255 0.424519 0.895664)}
Vertex 6573 0.864426 15.1894 3.75266 {normal=(0.502694 0.0569061 0.862589)}
Vertex 6574 0.865548 18.6902 -4.54415 {normal=(0.993952 -0.0801618 0.0750624)}
Vertex 6575 0.866932 18.0258 4.04017 {normal=(0.996905 0.0501515 0.0605345)}
Vertex 6576 0.867205 14.1491 2.49111 {normal=(0.340328 -0.933432 -0.113495)}
Vertex 6577 0.867391 23.1217 -3.7419 {normal=(0.806584 -0.255389 0.533103)}
Vertex 6578 0.867803 18.0886 3.78571 {normal=(0.310522 0.197852 0.929748)}
Vertex 6579 0.868534 19.6793 3.34584 {normal=(-0.146771 0.268671 0.951984)}
Vertex 6580 0.868538 18.94 3.34585 {normal=(-0.146787 -0.268651 0.951987)}
Vertex 6581 0.869952 20.1824 3.08313 {normal=(-0.144378 0.631786 0.761578)}
Vertex 6582 0.869961 18.4369 3.08318 {normal=(-0.144212 -0.631767 0.761626)}
Vertex 6583 0.870736 19.9684 3.22833 {normal=(-0.144322 0.477637 0.866622)}
Vertex 6584 0.870743 18.6509 3.22836 {normal=(-0.144234 -0.4776 0.866657)}
Vertex 6585 0.873541 19.4765 3.48542 {normal=(0.102249 -0.169425 0.980225)}
Vertex 6586 0.875654 20.5013 3.89383 {normal=(0.170621 0.443407 0.879931)}
Vertex 6587 0.875765 -21.5005 -3.24821
Vertex 6588 0.876386 22.6668 -4.16744 {normal=(0.505625 -0.833344 0.223343)}
Vertex 6589 0.876392 17.5294 4.08131 {normal=(0.529113 0.273763 0.803177)}
Vertex 6590 0.877295 19.192 3.48745 {normal=(0.0233133 0.439165 0.898104)}
Vertex 6591 0.877506 17.0845 3.69421 {normal=(0.252503 -0.947562 0.19588)}
Vertex 6592 0.878233 17.8369 3.93381 {normal=(0.634944 0.278483 0.72062)}
Vertex 6593 0.882313 22.6888 -2.84609 {normal=(0.343155 0.854992 -0.388887)}
Vertex 6594 0.882921 17.96 3.86165 {normal=(0.616247 0.512754 0.597765)}
Vertex 6595 0.886827 14.7413 3.73469 {normal=(0.656789 -0.165867 0.735606)}
Vertex 6596 0.886938 19.2049 3.47988 {normal=(0.115569 0.688492 0.715976)}
Vertex 6597 0.886984 18.1661 3.77166 {normal=(0.238461 0.0768257 0.968109)}
Vertex 6598 0.888333 21.8398 3.04437 {normal=(0.180472 0.54252 0.820428)}
Vertex 6599 0.890209 17.905 3.8949 {normal=(0.638172 0.36921 0.675589)}
Vertex 6600 0.890607 19.2102 3.47115 {normal=(0.221865 0.93159 0.287951)}
Vertex 6601 0.891147 19.4597 3.47431 {normal=(0.310746 -0.40097 0.861777)}
Vertex 6602 0.892338 19.4965 -4.12051 {normal=(0.97984 -0.181756 0.0829335)}
Vertex 6603 0.892442 19.2129 2.92664 {normal=(0.240391 0.931673 0.272392)}
Vertex 6604 0.892442 19.2129 3.28674 {normal=(0.260766 0.96537 0.00786141)}
Vertex 6605 0.896805 22.8432 -3.97151 {normal=(0.794704 -0.418756 0.439419)}
Vertex 6606 0.897828 17.5376 4.05795 {normal=(0.640905 0.302223 0.705622)}
Vertex 6607 0.898065 16.5687 -4.29868 {normal=(0.324393 -0.264603 -0.90816)}
Vertex 6608 0.899411 14.1819 3.07855 {normal=(0.503702 -0.833636 0.226572)}
Vertex 6609 0.899847 15.405 3.80731 {normal=(0.483808 -0.486583 0.727438)}
Vertex 6610 0.900037 21.5826 -3.62903 {normal=(0.97783 0.209346 -0.00472747)}
Vertex 6611 0.900802 19.4737 -3.95306 {normal=(0.899948 -0.0856174 -0.427509)}
Vertex 6612 0.901436 -12.4844 2.49631
Vertex 6613 0.902047 19.4493 3.46421 {normal=(0.455816 -0.567837 0.685415)}
Vertex 6614 0.906162 20.3993 3.94512 {normal=(0.0147656 0.568318 0.822677)}
Vertex 6615 0.906238 19.4454 3.45509 {normal=(0.612461 -0.739004 0.280649)}
Vertex 6616 0.906353 23.647 -3.72296 {normal=(0.308365 0.427112 0.849992)}
Vertex 6617 0.907109 17.4102 4.09573 {normal=(0.551107 0.123373 0.825264)}
Vertex 6618 0.907557 22.6232 -4.50509 {normal=(0.355396 -0.933205 0.0531176)}
Vertex 6619 0.908335 19.4435 2.91038 {normal=(0.618412 -0.704508 0.348188)}
Vertex 6620 0.908335 19.4435 3.27048 {normal=(0.643859 -0.765106 0.00760023)}
Vertex 6621 0.911833 20.661 2.28727 {normal=(-0.11285 0.975625 0.188205)}
Vertex 6622 0.911847 17.9583 2.28734 {normal=(-0.112821 -0.975607 0.188315)}
Vertex 6623 0.914204 12.2879 0.437024 {normal=(0.210973 -0.310921 0.926725)}
Vertex 6624 0.914602 14.1519 2.79114 {normal=(0.439737 -0.897469 0.0343693)}
Vertex 6625 0.915141 12.0577 -0.700179 {normal=(-0.0028821 -0.909888 -0.414844)}
Vertex 6626 0.920253 18.2985 3.75376 {normal=(0.230454 0.146164 0.962043)}
Vertex 6627 0.920308 17.7425 3.93976 {normal=(0.60179 0.325245 0.729427)}
Vertex 6628 0.923131 19.5597 -4.60358 {normal=(0.920479 -0.143295 -0.363574)}
Vertex 6629 0.924916 18.5525 -4.03593 {normal=(0.58314 0.155938 -0.797265)}
Vertex 6630 0.925917 17.4136 4.07733 {normal=(0.685526 0.150999 0.712217)}
Vertex 6631 0.925922 16.3379 -2.6733 {normal=(0.436758 0.210172 -0.874683)}
Vertex 6632 0.926029 20.3755 2.89913 {normal=(-0.103381 0.770694 0.628763)}
Vertex 6633 0.926039 18.2438 2.89918 {normal=(-0.10336 -0.770642 0.62883)}
Vertex 6634 0.926925 15.9152 3.7697 {normal=(0.34146 0.857334 0.385207)}
Vertex 6635 0.92928 17.2854 4.08205 {normal=(0.589458 -0.101184 0.801437)}
Vertex 6636 0.930773 19.7544 3.33053 {normal=(-0.101584 0.323238 0.94085)}
Vertex 6637 0.930777 18.865 3.33056 {normal=(-0.101553 -0.323151 0.940883)}
Vertex 6638 0.93299 22.6073 -2.53077 {normal=(0.312071 0.949964 0.0134179)}
Vertex 6639 0.933409 15.7248 -2.83447 {normal=(0.440629 0.253658 -0.861106)}
Vertex 6640 0.934067 17.4389 -4.31825 {normal=(0.487934 0.0836058 -0.868868)}
Vertex 6641 0.935837 22.6128 -2.49546 {normal=(0.315314 0.887745 -0.33539)}
Vertex 6642 0.936424 -12.7659 2.51495
Vertex 6643 0.936545 20.3613 3.9784 {normal=(0.107027 0.441891 0.890661)}
Vertex 6644 0.938449 18.8258 3.55761 {normal=(0.128201 0.341709 0.931021)}
Vertex 6645 0.940664 18.4314 3.71602 {normal=(0.269287 0.290465 0.918213)}
Vertex 6646 0.942642 23.9251 -5.04869 {normal=(0.31132 0.856295 -0.412115)}
Vertex 6647 0.945681 19.6761 3.61122 {normal=(0.471179 -0.82514 0.311665)}
Vertex 6648 0.947478 18.6965 3.60565 {normal=(0.21625 0.325593 0.920448)}
Vertex 6649 0.948216 18.5651 3.65845 {normal=(0.269817 0.345344 0.898853)}
Vertex 6650 0.948483 21.5699 -3.90335 {normal=(0.855015 0.403986 -0.325184)}
Vertex 6651 0.948489 19.7166 3.69852 {normal=(0.391183 -0.788243 0.475025)}
Vertex 6652 0.949385 19.6603 3.52017 {normal=(0.550823 -0.801909 0.23138)}
Vertex 6653 0.950101 21.102 3.50996 {normal=(0.239161 0.531623 0.812514)}
Vertex 6654 0.950309 22.6211 -2.61506 {normal=(0.271908 0.932889 0.236186)}
Vertex 6655 0.951343 14.2131 2.25414 {normal=(0.23118 -0.955561 -0.18292)}
Vertex 6656 0.951543 15.2083 -2.98788 {normal=(0.447926 0.30027 -0.84214)}
Vertex 6657 0.952371 -13.4461 -3.2809
Vertex 6658 0.952535 20.2826 3.98684 {normal=(0.322529 0.0402376 0.945704)}
Vertex 6659 0.95267 19.6503 3.47224 {normal=(0.499096 -0.687646 0.5273)}
Vertex 6660 0.952752 15.5157 3.80768 {normal=(0.564992 -0.274761 0.778004)}
Vertex 6661 0.952852 23.1127 -5.52018 {normal=(0.42475 -0.301095 -0.853774)}
Vertex 6662 0.95413 20.1634 3.97044 {normal=(0.351666 -0.10894 0.929765)}
Vertex 6663 0.955067 17.9078 3.84226 {normal=(0.577033 0.379554 0.723167)}
Vertex 6664 0.955538 19.6461 3.46742 {normal=(0.226514 -0.363355 0.903695)}
Vertex 6665 0.955891 19.5248 -4.37833 {normal=(0.979491 -0.195116 0.0502775)}
Vertex 6666 0.957809 19.7819 3.78207 {normal=(0.375757 -0.759147 0.531509)}
Vertex 6667 0.957967 20.0474 3.95362 {normal=(0.299446 -0.118598 0.946714)}
Vertex 6668 0.958788 19.6418 3.46648 {normal=(-0.135217 0.0816474 0.987446)}
Vertex 6669 0.961312 20.19 -4.79822 {normal=(0.655598 0.0392005 -0.754092)}
Vertex 6670 0.96242 19.6372 3.46941 {normal=(-0.313804 0.321414 0.893432)}
Vertex 6671 0.963622 19.8305 3.84983 {normal=(0.401846 -0.776506 0.485343)}
Vertex 6672 0.964046 19.9346 3.93639 {normal=(0.30864 -0.271188 0.911701)}
Vertex 6673 0.965931 19.8623 3.90179 {normal=(0.391829 -0.628111 0.67227)}
Vertex 6674 0.96678 19.3097 3.40736 {normal=(-0.07675 8.64157e-06 0.99705)}
Vertex 6675 0.96862 17.9685 3.7937 {normal=(0.527348 0.449961 0.720722)}
Vertex 6676 0.970003 20.6109 2.49064 {normal=(-0.0710382 0.939748 0.334406)}
Vertex 6677 0.970016 18.0084 2.49071 {normal=(-0.0709653 -0.939738 0.334451)}
Vertex 6678 0.970954 19.6236 3.47732 {normal=(-0.307748 0.324768 0.894325)}
Vertex 6679 0.971654 20.8624 -4.54346 {normal=(0.644185 0.386237 -0.660187)}
Vertex 6680 0.971898 19.3766 3.4061 {normal=(-0.0729961 0.0489165 0.996132)}
Vertex 6681 0.971899 19.2427 3.4061 {normal=(-0.0730146 -0.0488626 0.996133)}
Vertex 6682 0.972742 15.8556 3.84971 {normal=(0.453433 0.650565 0.609232)}
Vertex 6683 0.972917 15.7142 3.84687 {normal=(0.543175 -0.180364 0.820018)}
Vertex 6684 0.973467 21.558 -3.76905 {normal=(0.975086 0.174894 0.136452)}
Vertex 6685 0.973641 11.8859 0.285886 {normal=(0.202188 -0.321667 0.925014)}
Vertex 6686 0.973851 14.645 3.59662 {normal=(0.771196 -0.334555 0.5416)}
Vertex 6687 0.973853 17.1392 3.85909 {normal=(0.290108 -0.934636 0.205655)}
Vertex 6688 0.976529 20.0352 3.20232 {normal=(-0.0676412 0.52603 0.847772)}
Vertex 6689 0.976537 18.5842 3.20235 {normal=(-0.06756 -0.526008 0.847792)}
Vertex 6690 0.977179 16.7837 -2.56079 {normal=(0.431685 0.100637 -0.896393)}
Vertex 6691 0.978268 12.9034 -2.28661 {normal=(-0.0557437 -0.830099 -0.554822)}
Vertex 6692 0.979581 15.8275 3.86088 {normal=(0.542265 0.147269 0.8272)}
Vertex 6693 0.980573 21.5628 -3.53756 {normal=(0.550794 0.358112 -0.753911)}
Vertex 6694 0.981275 17.5621 3.97371 {normal=(0.638169 0.281101 0.716744)}
Vertex 6695 0.981284 19.4564 -3.87598 {normal=(0.636613 0.00947284 -0.771125)}
Vertex 6696 0.98185 14.2785 3.1689 {normal=(0.637421 -0.676264 0.369272)}
Vertex 6697 0.982692 17.9934 3.77084 {normal=(0.458656 0.309731 0.832887)}
Vertex 6698 0.984394 19.6012 3.49021 {normal=(-0.174399 0.16327 0.971045)}
Vertex 6699 0.985686 14.9699 3.68111 {normal=(0.676812 -0.0683784 0.732974)}
Vertex 6700 0.987125 19.442 3.40235 {normal=(-0.0618904 0.0966529 0.993392)}
Vertex 6701 0.987128 19.1774 3.40236 {normal=(-0.0618804 -0.0965603 0.993402)}
Vertex 6702 0.987792 22.6542 -2.74836 {normal=(0.368483 0.92925 -0.026738)}
Vertex 6703 0.988638 14.2623 2.02183 {normal=(0.185597 -0.961001 -0.205013)}
Vertex 6704 0.989805 -19.9874 -0.37697
Vertex 6705 0.991334 14.7885 -3.13354 {normal=(0.449806 0.338526 -0.826483)}
Vertex 6706 0.992853 18.0139 3.76184 {normal=(0.313668 0.0830524 0.945894)}
Vertex 6707 0.994924 -12.9984 2.40676
Vertex 6708 0.995076 23.7931 -3.88523 {normal=(0.431336 0.622756 0.652782)}
Vertex 6709 0.997373 19.5787 3.49046 {normal=(0.114033 -0.196288 0.973893)}
Vertex 6710 0.997866 22.7864 -2.17998 {normal=(0.251109 0.828618 -0.500336)}
Vertex 6711 0.998805 -9.53699 3.74189 {normal=(0.176587 -0.242163 0.954031)}
Vertex 6712 1.00004 23.3818 1.15206 {normal=(0.260568 0.919287 0.294984)}
Vertex 6713 1.00364 19.8185 3.31262 {normal=(-0.0485787 0.369849 0.927821)}
Vertex 6714 1.00365 18.8009 3.31264 {normal=(-0.0485751 -0.369757 0.927858)}
Vertex 6715 1.00437 11.6543 0.192958
Vertex 6716 1.00437 11.6747 0.20453 {normal=(0.200104 -0.406806 0.891329)}
Vertex 6717 1.0046 22.6795 -4.73149 {normal=(0.445689 -0.892531 -0.0689213)}
Vertex 6718 1.0062 14.5139 3.42066 {normal=(0.765745 -0.463907 0.44545)}
Vertex 6719 1.00671 21.5235 3.2218 {normal=(0.187016 0.523676 0.831137)}
Vertex 6720 1.00785 20.2413 3.04923 {normal=(-0.0444653 0.674414 0.737014)}
Vertex 6721 1.00786 18.3781 3.04928 {normal=(-0.0444873 -0.674295 0.737121)}
Vertex 6722 1.00887 14.3917 3.27809 {normal=(0.715985 -0.542464 0.43943)}
Vertex 6723 1.00989 19.5563 3.47807 {normal=(0.299271 -0.418845 0.857325)}
Vertex 6724 1.01209 19.504 3.39621 {normal=(-0.043635 0.141941 0.988913)}
Vertex 6725 1.01209 19.1153 3.39622 {normal=(-0.0436859 -0.141905 0.988916)}
Vertex 6726 1.01783 19.5426 3.46731 {normal=(0.43041 -0.578626 0.692776)}
Vertex 6727 1.01798 14.3211 1.77717 {normal=(0.134684 -0.958691 -0.250545)}
Vertex 6728 1.01869 17.4082 3.98648 {normal=(0.692323 0.12136 0.711309)}
Vertex 6729 1.01993 -13.4847 2.14227 {normal=(-0.749591 -0.135404 0.647904)}
Vertex 6730 1.0212 19.5377 3.45818 {normal=(0.577854 -0.762516 0.290954)}
Vertex 6731 1.02288 19.5352 2.91346 {normal=(0.578328 -0.754348 0.310637)}
Vertex 6732 1.02288 19.5352 3.27356 {normal=(0.606225 -0.795253 0.00798108)}
Vertex 6733 1.02639 17.1791 3.94962 {normal=(0.47607 -0.769539 0.425637)}
Vertex 6734 1.02688 18.088 3.75221 {normal=(0.199632 -0.00910921 0.979829)}
Vertex 6735 1.03058 20.5288 2.68256 {normal=(-0.0275597 0.880841 0.47261)}
Vertex 6736 1.0306 18.0905 2.68262 {normal=(-0.0274411 -0.880853 0.472593)}
Vertex 6737 1.03115 20.8429 3.6508 {normal=(0.304723 0.488511 0.817619)}
Vertex 6738 1.03255 17.2806 3.97807 {normal=(0.711304 -0.0361224 0.701955)}
Vertex 6739 1.03391 17.8072 3.82015 {normal=(0.608243 0.301686 0.734184)}
Vertex 6740 1.03512 17.2042 3.96579 {normal=(0.655734 -0.357341 0.665072)}
Vertex 6741 1.03677 14.3776 -3.28193 {normal=(0.444213 0.359461 -0.820648)}
Vertex 6742 1.03936 14.3893 1.52017 {normal=(0.0976119 -0.947693 -0.30389)}
Vertex 6743 1.04273 16.023 3.39258 {normal=(0.516908 0.141226 0.844311)}
Vertex 6744 1.0428 23.0726 1.74578 {normal=(0.269826 0.842659 0.465962)}
Vertex 6745 1.04507 16.0136 3.39636 {normal=(0.439685 0.669708 0.598472)}
Vertex 6746 1.04617 19.5613 3.38783 {normal=(-0.0188169 0.183698 0.982803)}
Vertex 6747 1.04617 19.0581 3.38785 {normal=(-0.0187883 -0.183683 0.982806)}
Vertex 6748 1.04901 23.4883 -3.77377 {normal=(0.691756 0.0469009 0.720607)}
Vertex 6749 1.04912 20.1665 -3.9095 {normal=(0.916758 -0.0614616 -0.394687)}
Vertex 6750 1.05163 20.6174 3.77163 {normal=(0.297298 0.494496 0.816754)}
Vertex 6751 1.05631 20.1562 -4.08011 {normal=(0.979849 -0.14906 0.132953)}
Vertex 6752 1.05887 20.8516 -3.91628 {normal=(0.993266 0.0489085 0.105027)}
Vertex 6753 1.0589 16.1889 3.41903 {normal=(0.477658 -0.177711 0.860385)}
Vertex 6754 1.06107 15.2065 3.61844 {normal=(0.65246 -0.0911479 0.752322)}
Vertex 6755 1.06184 15.328 3.61275 {normal=(-0.0739409 -0.174529 0.981872)}
Vertex 6756 1.06795 20.6949 2.02573 {normal=(0.0187324 0.996917 0.076193)}
Vertex 6757 1.06796 17.9243 2.0258 {normal=(0.0187842 -0.996899 0.0764118)}
Vertex 6758 1.07365 15.3573 3.62561 {normal=(0.53336 -0.348338 0.770836)}
Vertex 6759 1.07571 20.8629 -3.77099 {normal=(0.786809 0.209592 -0.580519)}
Vertex 6760 1.07594 -13.1685 2.17756
Vertex 6761 1.07852 20.4892 3.85057 {normal=(0.10845 0.660109 0.7433)}
Vertex 6762 1.07942 14.2363 2.55803 {normal=(0.435293 -0.900254 0.00796472)}
Vertex 6763 1.08071 23.9328 -4.13322 {normal=(0.50424 0.764625 0.401362)}
Vertex 6764 1.08118 -11.5593 2.94872
Vertex 6765 1.0838 14.2489 2.87425 {normal=(0.572668 -0.801978 0.169948)}
Vertex 6766 1.08477 18.2158 3.74192 {normal=(0.173642 0.0823137 0.981363)}
Vertex 6767 1.08496 23.9844 -4.73675 {normal=(0.430389 0.883168 -0.186496)}
Vertex 6768 1.08536 19.87 3.29253 {normal=(0.010849 0.407273 0.913242)}
Vertex 6769 1.08536 18.7493 3.29256 {normal=(0.0107571 -0.407256 0.913251)}
Vertex 6770 1.08578 23.8215 -5.09601 {normal=(0.512815 0.713573 -0.47732)}
Vertex 6771 1.08762 14.4718 1.29458 {normal=(0.0813779 -0.921031 -0.380893)}
Vertex 6772 1.08853 19.6124 3.37742 {normal=(0.0121227 0.221007 0.975197)}
Vertex 6773 1.08854 19.007 3.37743 {normal=(0.0121307 -0.220969 0.975205)}
Vertex 6774 1.08881 15.966 3.4676 {normal=(0.347481 0.8595 0.374855)}
Vertex 6775 1.09078 17.0873 3.48627 {normal=(0.486107 -0.265212 0.832684)}
Vertex 6776 1.09098 22.8003 2.16742 {normal=(0.27117 0.774691 0.571244)}
Vertex 6777 1.09116 20.0841 3.17413 {normal=(0.015581 0.561487 0.827339)}
Vertex 6778 1.09117 18.5353 3.17418 {normal=(0.0154388 -0.56144 0.827374)}
Vertex 6779 1.09209 20.4166 2.8583 {normal=(0.0167082 0.800347 0.599304)}
Vertex 6780 1.0921 18.2027 2.85836 {normal=(0.0167134 -0.800341 0.599313)}
Vertex 6781 1.09245 23.2677 -3.89421 {normal=(0.758054 -0.253372 0.600963)}
Vertex 6782 1.09306 20.1312 -4.58962 {normal=(0.925663 -0.0799799 -0.369799)}
Vertex 6783 1.0934 17.0961 3.49125 {normal=(0.390424 -0.772653 0.500576)}
Vertex 6784 1.09356 16.5113 3.47571 {normal=(0.470954 -0.139199 0.871106)}
Vertex 6785 1.09416 19.7605 3.52722 {normal=(0.54901 -0.826177 0.126565)}
Vertex 6786 1.09483 16.9803 3.48885 {normal=(0.467866 0.0561816 0.882012)}
Vertex 6787 1.09485 19.7683 3.61088 {normal=(0.530757 -0.819843 0.214834)}
Vertex 6788 1.09501 19.7535 3.48297 {normal=(0.502444 -0.702947 0.503404)}
Vertex 6789 1.09727 22.7614 -5.00888 {normal=(0.50088 -0.842631 -0.197717)}
Vertex 6790 1.0974 19.7472 3.47815 {normal=(0.253784 -0.313958 0.91489)}
Vertex 6791 1.09768 13.9755 -3.43307 {normal=(0.437482 0.375734 -0.816966)}
Vertex 6792 1.10035 19.7416 3.47701 {normal=(-0.0309394 0.108514 0.993613)}
Vertex 6793 1.10151 20.8012 -4.35621 {normal=(0.917872 0.226482 -0.325908)}
Vertex 6794 1.102 19.8052 3.69171 {normal=(0.499612 -0.759647 0.416321)}
Vertex 6795 1.1027 22.9494 -5.3596 {normal=(0.520636 -0.517864 -0.678789)}
Vertex 6796 1.10317 20.1507 -3.8384 {normal=(0.633975 0.0036594 -0.773345)}
Vertex 6797 1.10388 19.7367 3.47956 {normal=(-0.169835 0.335945 0.926443)}
Vertex 6798 1.10554 16.7751 3.49899 {normal=(0.471099 -0.0101417 0.882022)}
Vertex 6799 1.10596 17.0622 -2.49695
Vertex 6800 1.10771 14.8731 3.51022 {normal=(0.81065 -0.208685 0.547081)}
Vertex 6801 1.11068 23.9965 -4.41706 {normal=(0.502892 0.858758 0.0981604)}
Vertex 6802 1.11093 19.7218 3.48598 {normal=(-0.165055 0.331521 0.928898)}
Vertex 6803 1.1118 20.4584 3.88761 {normal=(0.186963 0.555631 0.810135)}
Vertex 6804 1.11559 19.8711 3.7697 {normal=(0.485898 -0.7144 0.503523)}
Vertex 6805 1.11907 23.1282 -1.58431 {normal=(0.200724 0.894672 -0.399089)}
Vertex 6806 1.11968 20.6779 2.23617 {normal=(0.0372084 0.987779 0.151356)}
Vertex 6807 1.1197 17.9414 2.23625 {normal=(0.0372386 -0.987759 0.151475)}
Vertex 6808 1.12151 19.697 3.49626 {normal=(-0.0453795 0.157966 0.986401)}
Vertex 6809 1.12185 16.8397 -2.66445 {normal=(-0.435592 -0.357141 0.826262)}
Vertex 6810 1.12469 23.4539 0.20058 {normal=(0.209479 0.97775 -0.0110666)}
Vertex 6811 1.12472 20.1199 -4.35024 {normal=(0.988213 -0.147739 0.0401019)}
Vertex 6812 1.12511 19.9231 3.83174 {normal=(0.497146 -0.701163 0.511092)}
Vertex 6813 1.12642 17.1241 3.55376 {normal=(0.292465 -0.926739 0.235836)}
Vertex 6814 1.12673 17.6031 3.82859 {normal=(0.640288 0.25927 0.723056)}
Vertex 6815 1.12755 13.744 -3.526
Vertex 6816 1.12821 13.7644 -3.51443 {normal=(0.440956 0.406502 -0.800196)}
Vertex 6817 1.12863 20.3849 3.90569 {normal=(0.417188 0.14909 0.896508)}
Vertex 6818 1.129 20.2688 3.9048 {normal=(0.433438 -0.0022547 0.90118)}
Vertex 6819 1.12938 19.6716 3.4941 {normal=(0.180939 -0.208209 0.961202)}
Vertex 6820 1.12997 22.8513 -5.21825 {normal=(0.542815 -0.732309 -0.411188)}
Vertex 6821 1.13003 14.2599 2.23184 {normal=(0.302241 -0.950388 -0.073573)}
Vertex 6822 1.1302 20.1531 3.90348 {normal=(0.365287 -0.00203814 0.930893)}
Vertex 6823 1.13054 19.9612 3.87784 {normal=(0.463418 -0.498833 0.7324)}
Vertex 6824 1.13058 20.7976 -4.14715 {normal=(0.994547 0.073218 0.0742589)}
Vertex 6825 1.13223 20.0379 3.90175 {normal=(0.364394 -0.13812 0.920945)}
Vertex 6826 1.13387 23.2906 -5.44041 {normal=(0.617113 0.0172314 -0.786686)}
Vertex 6827 1.13453 19.6456 3.47951 {normal=(0.318548 -0.436043 0.841662)}
Vertex 6828 1.13478 18.3538 3.70276 {normal=(0.189237 0.260926 0.946629)}
Vertex 6829 1.13746 23.6311 -3.92781 {normal=(0.790495 0.244801 0.561418)}
Vertex 6830 1.13806 18.9222 3.54242 {normal=(-0.064648 0.273571 0.959677)}
Vertex 6831 1.13814 19.656 3.36522 {normal=(0.0483962 0.252895 0.966283)}
Vertex 6832 1.13814 18.9633 3.36524 {normal=(0.0483562 -0.252894 0.966285)}
Vertex 6833 1.13846 19.6299 3.46758 {normal=(0.409316 -0.597232 0.689764)}
Vertex 6834 1.13854 21.252 3.35891 {normal=(0.244755 0.503906 0.828356)}
Vertex 6835 1.13995 19.1494 3.50368 {normal=(0.0994153 0.709406 0.697753)}
Vertex 6836 1.14118 19.6246 3.45831 {normal=(0.509468 -0.805913 0.301574)}
Vertex 6837 1.14135 19.155 3.49416 {normal=(0.147061 0.946002 0.288884)}
Vertex 6838 1.14205 19.1578 2.94925 {normal=(0.168591 0.95808 0.231647)}
Vertex 6839 1.14205 19.1578 3.30935 {normal=(0.156342 0.987668 0.00827573)}
Vertex 6840 1.14254 19.622 2.91353 {normal=(0.517018 -0.805891 0.288502)}
Vertex 6841 1.14254 19.622 3.27363 {normal=(0.516815 -0.856055 0.00845428)}
Vertex 6842 1.14375 15.4721 3.62896 {normal=(0.617626 -0.290856 0.730712)}
Vertex 6843 1.14458 22.5651 2.41699 {normal=(0.283109 0.684251 0.672049)}
Vertex 6844 1.14521 -12.6054 2.63504 {normal=(-0.288423 -0.328523 0.89938)}
Vertex 6845 1.14585 15.695 -3.00421 {normal=(-0.420933 -0.40716 0.810578)}
Vertex 6846 1.14624 19.1259 3.51896 {normal=(0.0565866 0.507807 0.85961)}
Vertex 6847 1.14948 22.8024 -4.35597 {normal=(0.699044 -0.6663 0.259581)}
Vertex 6848 1.14994 -21.4987 -1.24995
Vertex 6849 1.15089 17.8123 3.71904 {normal=(0.607077 0.269184 0.747661)}
Vertex 6850 1.15299 20.2771 3.01355 {normal=(0.0606665 0.700335 0.711231)}
Vertex 6851 1.153 18.3422 3.0136 {normal=(0.0605175 -0.700271 0.711307)}
Vertex 6852 1.15389 22.9823 -4.14796 {normal=(0.75959 -0.433576 0.484804)}
Vertex 6853 1.15664 21.9466 2.92126 {normal=(0.181744 0.560304 0.808102)}
Vertex 6854 1.16021 17.8624 3.69696 {normal=(0.500601 0.117915 0.85761)}
Vertex 6855 1.16023 19.0845 3.53999 {normal=(-0.0130521 0.313018 0.949657)}
Vertex 6856 1.16097 21.877 -3.38221 {normal=(0.361512 0.393988 -0.845034)}
Vertex 6857 1.16121 12.1513 -0.910214 {normal=(-0.0232956 -0.911426 -0.410804)}
Vertex 6858 1.16579 19.3678 2.65738 {normal=(0.44359 -0.120406 0.888105)}
Vertex 6859 1.1658 14.5685 1.10039 {normal=(0.347917 -0.898437 0.26789)}
Vertex 6860 1.16647 22.2805 2.66827 {normal=(0.218957 0.63812 0.738147)}
Vertex 6861 1.17014 20.6271 2.44144 {normal=(0.073472 0.951464 0.29886)}
Vertex 6862 1.17016 17.9922 2.4415 {normal=(0.073497 -0.951432 0.298959)}
Vertex 6863 1.17039 18.5238 -3.86987 {normal=(0.55257 0.175757 -0.814724)}
Vertex 6864 1.17073 14.3021 1.98857 {normal=(0.202393 -0.962727 -0.179429)}
Vertex 6865 1.17159 15.2465 -3.30537
Vertex 6866 1.17304 17.882 3.69195 {normal=(0.321128 -0.106127 0.941071)}
Vertex 6867 1.1739 19.9078 3.27076 {normal=(0.075199 0.434744 0.897409)}
Vertex 6868 1.1739 18.7115 3.27079 {normal=(0.075125 -0.434711 0.897431)}
Vertex 6869 1.17395 15.8801 3.6063 {normal=(0.381943 0.841601 0.381873)}
Vertex 6870 1.1741 23.6721 -5.18989 {normal=(0.609632 0.591379 -0.527845)}
Vertex 6871 1.17664 19.043 3.54893 {normal=(-0.116542 0.00392153 0.993178)}
Vertex 6872 1.17691 18.5019 3.63473 {normal=(0.156525 0.302358 0.940255)}
Vertex 6873 1.17743 18.9457 3.53903 {normal=(-0.0677767 0.236825 0.969185)}
Vertex 6874 1.18029 14.7087 3.28486 {normal=(0.829717 -0.319782 0.457503)}
Vertex 6875 1.18044 14.3797 2.9799 {normal=(0.731044 -0.581002 0.357787)}
Vertex 6876 1.18111 20.8314 -3.71129 {normal=(0.5342 0.175867 -0.826862)}
Vertex 6877 1.18236 22.4308 -2.9496 {normal=(0.322028 0.673275 -0.665582)}
Vertex 6878 1.18415 19.3097 3.40617 {normal=(0.0800072 4.81084e-06 0.996794)}
Vertex 6879 1.18675 19.2758 3.40554 {normal=(0.0819705 -0.0250288 0.99632)}
Vertex 6880 1.18675 19.3436 3.40554 {normal=(0.0819558 0.0250797 0.99632)}
Vertex 6881 1.18935 18.9546 3.53833 {normal=(-0.118072 0.0932075 0.988621)}
Vertex 6882 1.18984 17.1714 3.67379 {normal=(0.342131 -0.908244 0.240912)}
Vertex 6883 1.19058 17.4379 3.81548 {normal=(0.691396 0.0971552 0.715914)}
Vertex 6884 1.19376 19.6911 3.35155 {normal=(0.0889755 0.278527 0.956298)}
Vertex 6885 1.19376 18.9283 3.35157 {normal=(0.0889742 -0.278378 0.956342)}
Vertex 6886 1.19424 22.0632 -3.23088 {normal=(0.349511 0.524686 -0.776239)}
Vertex 6887 1.19445 19.3766 3.40364 {normal=(0.0876784 0.0496013 0.994913)}
Vertex 6888 1.19445 19.2427 3.40364 {normal=(0.0876206 -0.0495053 0.994923)}
Vertex 6889 1.19545 19.0015 3.54576 {normal=(-0.169094 -0.147033 0.974571)}
Vertex 6890 1.1977 18.9645 3.53953 {normal=(-0.178317 -0.100079 0.97887)}
Vertex 6891 1.19831 15.6789 3.67411 {normal=(0.60656 -0.267743 0.748598)}
Vertex 6892 1.19907 15.4944 -3.56792 {normal=(0.328857 -0.621181 -0.711328)}
Vertex 6893 1.20062 18.6514 3.59139 {normal=(0.0747722 0.20937 0.974973)}
Vertex 6894 1.20247 18.9753 3.54262 {normal=(-0.17679 -0.156816 0.971676)}
Vertex 6895 1.20326 17.4017 -4.16339 {normal=(0.499413 0.113547 -0.858891)}
Vertex 6896 1.20454 14.5442 3.10809 {normal=(0.800737 -0.403961 0.442308)}
Vertex 6897 1.20479 19.3205 2.65031 {normal=(0.275077 0.455179 0.846844)}
Vertex 6898 1.20589 18.8022 3.57277 {normal=(-0.00307514 0.194657 0.980867)}
Vertex 6899 1.20709 19.4081 3.40053 {normal=(0.0969482 0.0728357 0.992621)}
Vertex 6900 1.20709 19.2113 3.40054 {normal=(0.0969781 -0.0726743 0.99263)}
Vertex 6901 1.20762 23.477 -5.33031 {normal=(0.668976 0.367516 -0.646068)}
Vertex 6902 1.20888 21.6426 3.1111 {normal=(0.200147 0.514162 0.834013)}
Vertex 6903 1.21181 20.1139 3.14447 {normal=(0.103079 0.583124 0.805817)}
Vertex 6904 1.21182 18.5054 3.14452 {normal=(0.102963 -0.583077 0.805866)}
Vertex 6905 1.21454 15.9239 -3.85193 {normal=(0.32865 -0.485452 -0.810139)}
Vertex 6906 1.21463 15.1169 3.41067 {normal=(0.78842 -0.25186 0.561213)}
Vertex 6907 1.21464 20.9895 3.49261 {normal=(0.342438 0.46268 0.817719)}
Vertex 6908 1.21508 21.4985 -3.49464 {normal=(0.423548 0.293808 -0.856904)}
Vertex 6909 1.21798 16.5351 -4.15741 {normal=(0.405716 -0.225364 -0.88578)}
Vertex 6910 1.21809 20.544 2.63646 {normal=(0.107984 0.891866 0.439221)}
Vertex 6911 1.2181 18.0754 2.63652 {normal=(0.107981 -0.891858 0.439238)}
Vertex 6912 1.21825 17.9648 3.6938 {normal=(0.219965 -0.162003 0.961962)}
Vertex 6913 1.21879 15.8234 3.68091 {normal=(0.531047 0.613412 0.584564)}
Vertex 6914 1.21953 19.4152 -3.70281 {normal=(0.566494 0.0281775 -0.823584)}
Vertex 6915 1.22253 23.7643 -4.15932 {normal=(0.843456 0.393938 0.365232)}
Vertex 6916 1.22306 14.3103 0.922714 {normal=(0.394018 -0.342271 0.852995)}
Vertex 6917 1.22333 15.796 3.69142 {normal=(0.629402 0.0731913 0.773625)}
Vertex 6918 1.22434 19.437 3.39629 {normal=(0.109746 0.094148 0.989491)}
Vertex 6919 1.22434 19.1823 3.3963 {normal=(0.109723 -0.0941296 0.989495)}
Vertex 6920 1.22543 17.3114 3.78082 {normal=(0.718478 -0.0537307 0.693471)}
Vertex 6921 1.22687 17.2084 3.74123 {normal=(0.525015 -0.746083 0.409535)}
Vertex 6922 1.22756 14.3578 1.77479 {normal=(0.24659 -0.943935 -0.219499)}
Vertex 6923 1.2305 14.3035 2.33568 {normal=(0.402505 -0.914876 0.031498)}
Vertex 6924 1.23501 20.7361 3.62288 {normal=(0.366532 0.486046 0.793356)}
Vertex 6925 1.23554 19.4513 2.65104 {normal=(0.400043 -0.385363 0.831541)}
Vertex 6926 1.23598 6.77915 4.54701
Vertex 6927 1.23753 17.2349 3.75608 {normal=(0.700579 -0.345961 0.6241)}
Vertex 6928 1.24126 22.8612 -4.58811 {normal=(0.771531 -0.628061 0.101383)}
Vertex 6929 1.24323 19.8476 3.45879 {normal=(0.543184 -0.640054 0.543398)}
Vertex 6930 1.2441 19.8387 3.45486 {normal=(0.358196 -0.187077 0.914712)}
Vertex 6931 1.24467 -13.46 2.32892 {normal=(-0.471303 -0.0828566 0.878071)}
Vertex 6932 1.24579 19.4629 3.39102 {normal=(0.125598 0.113318 0.985588)}
Vertex 6933 1.24579 19.1564 3.39103 {normal=(0.125609 -0.113373 0.985581)}
Vertex 6934 1.24619 19.8311 3.45412 {normal=(0.158305 0.173176 0.972085)}
Vertex 6935 1.24638 23.4006 -4.09093 {normal=(0.897714 -0.0557278 0.437039)}
Vertex 6936 1.2469 19.8578 3.49966 {normal=(0.547673 -0.826139 0.132471)}
Vertex 6937 1.24733 23.8561 -4.77555 {normal=(0.735569 0.654641 -0.174309)}
Vertex 6938 1.24823 -6.50608 4.13236 {normal=(0.189539 -0.0742441 0.979062)}
Vertex 6939 1.24949 19.8247 3.45656 {normal=(0.0387681 0.376526 0.925595)}
Vertex 6940 1.25131 13.6972 0.761545 {normal=(0.374676 -0.224811 0.899488)}
Vertex 6941 1.25402 19.7168 3.33673 {normal=(0.132984 0.297306 0.945476)}
Vertex 6942 1.25402 18.9025 3.33675 {normal=(0.13295 -0.297249 0.945498)}
Vertex 6943 1.25512 19.8693 3.57747 {normal=(0.555982 -0.811458 0.180055)}
Vertex 6944 1.25643 19.807 3.4633 {normal=(0.033623 0.381742 0.923657)}
Vertex 6945 1.25779 14.338 2.65833 {normal=(0.577273 -0.79425 0.189533)}
Vertex 6946 1.25916 23.8393 -4.4419 {normal=(0.83945 0.529627 0.121733)}
Vertex 6947 1.25965 17.5963 3.71472 {normal=(0.651177 0.228803 0.723615)}
Vertex 6948 1.26 16.0111 3.26491 {normal=(0.504204 0.12131 0.855022)}
Vertex 6949 1.26221 20.5961 3.70901 {normal=(0.144613 0.709498 0.68971)}
Vertex 6950 1.26234 20.4304 2.81645 {normal=(0.139903 0.810301 0.569069)}
Vertex 6951 1.26235 18.1889 2.81651 {normal=(0.139886 -0.810351 0.569002)}
Vertex 6952 1.26289 16.0013 3.26785 {normal=(0.41042 0.60548 0.681872)}
Vertex 6953 1.26625 -21.6502 -5.13275
Vertex 6954 1.26699 19.778 3.47432 {normal=(0.121599 0.215895 0.968815)}
Vertex 6955 1.26708 19.9308 3.24785 {normal=(0.14294 0.451477 0.880759)}
Vertex 6956 1.26709 18.6885 3.24788 {normal=(0.142987 -0.451424 0.880779)}
Vertex 6957 1.26836 14.318 2.00957 {normal=(0.328196 -0.936007 -0.127196)}
Vertex 6958 1.2709 19.485 3.38484 {normal=(0.14417 0.129672 0.98102)}
Vertex 6959 1.2709 19.1344 3.38485 {normal=(0.144294 -0.129625 0.981008)}
Vertex 6960 1.27187 19.9058 3.65108 {normal=(0.551484 -0.75792 0.348457)}
Vertex 6961 1.2739 19.7481 3.47283 {normal=(0.275187 -0.144821 0.95042)}
Vertex 6962 1.27716 19.7173 3.45882 {normal=(0.345535 -0.386604 0.855069)}
Vertex 6963 1.27839 20.6779 1.974 {normal=(0.170213 0.984636 0.0389917)}
Vertex 6964 1.2784 17.9414 1.97407 {normal=(0.170267 -0.984618 0.0392019)}
Vertex 6965 1.27926 19.699 3.44736 {normal=(0.387065 -0.601277 0.699033)}
Vertex 6966 1.2796 16.1787 3.28735 {normal=(0.527865 -0.167403 0.832667)}
Vertex 6967 1.28021 19.6932 3.43845 {normal=(0.410273 -0.862674 0.295752)}
Vertex 6968 1.28104 19.6903 3.25392 {normal=(0.374753 -0.927083 0.00883971)}
Vertex 6969 1.28155 14.4359 1.50241 {normal=(0.30342 -0.917537 -0.257025)}
Vertex 6970 1.28175 19.6903 2.89376 {normal=(0.400499 -0.87215 0.280989)}
Vertex 6971 1.28179 6.82776 4.84247
Vertex 6972 1.29298 12.7302 -2.01553 {normal=(-0.0449627 -0.858151 -0.511425)}
Vertex 6973 1.29585 18.1106 3.70253 {normal=(0.188861 -0.053436 0.980549)}
Vertex 6974 1.29625 20.5694 3.75098 {normal=(0.201042 0.65705 0.726544)}
Vertex 6975 1.29716 19.9673 3.72052 {normal=(0.534197 -0.710915 0.457421)}
Vertex 6976 1.29906 19.5028 3.37792 {normal=(0.164937 0.142815 0.97591)}
Vertex 6977 1.29906 19.1166 3.37793 {normal=(0.164963 -0.142759 0.975914)}
Vertex 6978 1.29923 -9.53645 3.60708
Vertex 6979 1.3018 20.2892 2.97697 {normal=(0.168338 0.709037 0.684783)}
Vertex 6980 1.30181 18.3301 2.97702 {normal=(0.16836 -0.709023 0.684793)}
Vertex 6981 1.30343 13.1808 0.608134 {normal=(0.364682 -0.237516 0.900329)}
Vertex 6982 1.30526 17.1128 3.34998 {normal=(0.610001 -0.234275 0.756977)}
Vertex 6983 1.30655 15.9503 3.32305 {normal=(0.364233 0.797486 0.480989)}
Vertex 6984 1.30834 17.122 3.35409 {normal=(0.473507 -0.72224 0.504143)}
Vertex 6985 1.31147 20.3802 3.7969 {normal=(0.507485 0.122445 0.852916)}
Vertex 6986 1.31267 20.4974 3.78028 {normal=(0.47888 0.268958 0.835665)}
Vertex 6987 1.31348 16.9978 3.35072 {normal=(0.604594 0.0659126 0.793802)}
Vertex 6988 1.31381 20.0205 3.77469 {normal=(0.534271 -0.648143 0.542646)}
Vertex 6989 1.31462 20.263 3.81217 {normal=(0.435772 0.135988 0.889725)}
Vertex 6990 1.31745 19.7325 3.32114 {normal=(0.179342 0.308782 0.934072)}
Vertex 6991 1.31745 18.8869 3.32116 {normal=(0.179386 -0.308664 0.934102)}
Vertex 6992 1.31785 23.16 -5.26138 {normal=(0.807874 -0.191726 -0.557298)}
Vertex 6993 1.3217 16.5039 3.3352 {normal=(0.568173 -0.12858 0.812801)}
Vertex 6994 1.32184 20.0651 3.81358 {normal=(0.515668 -0.379998 0.767911)}
Vertex 6995 1.32185 23.1016 -4.37459 {normal=(0.912471 -0.277998 0.300189)}
Vertex 6996 1.32211 20.146 3.82607 {normal=(0.430586 0.00660024 0.902526)}
Vertex 6997 1.32318 21.3686 3.23779 {normal=(0.267923 0.471741 0.840046)}
Vertex 6998 1.3234 22.9482 -4.87701 {normal=(0.833198 -0.551585 -0.0391854)}
Vertex 6999 1.3242 22.4701 -2.48373 {normal=(0.375938 0.92637 0.0225533)}
Vertex 7000 1.32513 14.9207 3.12934 {normal=(0.816639 -0.300498 0.492749)}
Vertex 7001 1.32718 22.4764 -2.44965 {normal=(0.383826 0.839619 -0.384341)}
Vertex 7002 1.32753 20.661 2.18508 {normal=(0.187246 0.975625 0.114432)}
Vertex 7003 1.32755 17.9583 2.18515 {normal=(0.187277 -0.975606 0.114541)}
Vertex 7004 1.32839 12.2607 -1.14015 {normal=(-0.0469074 -0.913477 -0.404178)}
Vertex 7005 1.32859 21.9691 2.86957 {normal=(0.236672 0.5649 0.79049)}
Vertex 7006 1.3292 23.5204 -4.33204 {normal=(0.958857 0.112228 0.260764)}
Vertex 7007 1.32957 19.5158 3.37042 {normal=(0.187572 0.152465 0.970346)}
Vertex 7008 1.32957 19.1036 3.37043 {normal=(0.187491 -0.152303 0.970387)}
Vertex 7009 1.33299 16.777 3.35632 {normal=(0.596899 -0.00044684 0.802317)}
Vertex 7010 1.33323 17.1496 3.40153 {normal=(0.34809 -0.890789 0.292111)}
Vertex 7011 1.33548 14.3876 1.80127 {normal=(0.399214 -0.895218 -0.198022)}
Vertex 7012 1.3355 20.1239 3.11406 {normal=(0.192666 0.590379 0.783793)}
Vertex 7013 1.33551 18.4954 3.11411 {normal=(0.192706 -0.590314 0.783833)}
Vertex 7014 1.3378 17.251 -2.35172
Vertex 7015 1.34493 17.465 3.66181 {normal=(0.697927 0.0634173 0.713356)}
Vertex 7016 1.34662 23.3096 -0.874511 {normal=(0.216495 0.955166 -0.201958)}
Vertex 7017 1.34826 22.4838 -2.56583 {normal=(0.336368 0.897635 0.284794)}
Vertex 7018 1.34893 23.0478 -5.10143 {normal=(0.87065 -0.422793 -0.251427)}
Vertex 7019 1.34909 6.71821 5.02003
Vertex 7020 1.3507 20.0758 -3.66219 {normal=(0.558739 0.00284415 -0.829339)}
Vertex 7021 1.35275 23.6603 -4.89928 {normal=(0.873731 0.440125 -0.207086)}
Vertex 7022 1.35455 19.5229 2.62421 {normal=(0.40196 -0.401093 0.823136)}
Vertex 7023 1.35533 14.4973 2.77853 {normal=(0.737792 -0.511752 0.440196)}
Vertex 7024 1.35535 -11.6515 3.06806 {normal=(-0.24549 -0.310622 0.918286)}
Vertex 7025 1.35634 14.5312 1.27168 {normal=(0.359612 -0.882852 -0.30208)}
Vertex 7026 1.36167 19.5237 3.36253 {normal=(0.211389 0.158272 0.964502)}
Vertex 7027 1.36168 19.0956 3.36254 {normal=(0.211267 -0.158338 0.964518)}
Vertex 7028 1.36262 19.9386 3.22436 {normal=(0.212315 0.457139 0.863682)}
Vertex 7029 1.36262 18.6808 3.2244 {normal=(0.212336 -0.456999 0.863751)}
Vertex 7030 1.36465 23.607 -4.60149 {normal=(0.963801 0.250347 0.0917298)}
Vertex 7031 1.36784 14.3536 2.12409 {normal=(0.416096 -0.908588 -0.0365029)}
Vertex 7032 1.36814 18.2652 3.67724 {normal=(0.179854 0.153552 0.971635)}
Vertex 7033 1.37029 20.6109 2.39223 {normal=(0.217993 0.939746 0.263357)}
Vertex 7034 1.3703 18.0084 2.3923 {normal=(0.217948 -0.939737 0.263424)}
Vertex 7035 1.37137 15.4659 3.41008 {normal=(0.672545 -0.350497 0.651794)}
Vertex 7036 1.37203 14.7141 2.91863 {normal=(0.799184 -0.351144 0.487856)}
Vertex 7037 1.37991 17.1954 3.49231 {normal=(0.393195 -0.870905 0.294826)}
Vertex 7038 1.38248 19.7377 3.30515 {normal=(0.226795 0.312539 0.922433)}
Vertex 7039 1.38248 18.8816 3.30517 {normal=(0.22676 -0.312568 0.922432)}
Vertex 7040 1.38265 21.7377 3.00482 {normal=(0.254848 0.517936 0.816575)}
Vertex 7041 1.3832 12.761 0.462476 {normal=(0.35526 -0.250374 0.900613)}
Vertex 7042 1.38582 17.6223 3.59296 {normal=(0.627004 0.150044 0.76443)}
Vertex 7043 1.391 15.8579 3.43053 {normal=(0.446433 0.779674 0.439097)}
Vertex 7044 1.39137 -30.307 -3.72014 {normal=(-0.996775 0.00466779 -0.080109)}
Vertex 7045 1.39194 12.361 -1.36256 {normal=(-0.0542199 -0.894947 -0.442865)}
Vertex 7046 1.3928 -21.4147 -1.03516
Vertex 7047 1.39371 15.2697 3.2467 {normal=(0.715927 -0.388363 0.580191)}
Vertex 7048 1.39459 19.5264 3.35443 {normal=(0.235693 0.160347 0.958508)}
Vertex 7049 1.3946 19.093 3.35445 {normal=(0.235676 -0.160143 0.958546)}
Vertex 7050 1.39475 23.3154 0.946713 {normal=(0.322308 0.914401 0.244926)}
Vertex 7051 1.39527 17.6727 3.57427 {normal=(0.457692 -0.0528099 0.887541)}
Vertex 7052 1.39549 21.1069 3.34995 {normal=(0.366087 0.417093 0.831874)}
Vertex 7053 1.39566 19.9205 3.39755 {normal=(0.441549 -0.103694 0.891225)}
Vertex 7054 1.39579 22.2894 2.59895 {normal=(0.239305 0.803371 0.545278)}
Vertex 7055 1.3963 19.91 3.39779 {normal=(0.34581 0.188519 0.919172)}
Vertex 7056 1.39684 19.1329 3.28646 {normal=(0.0394864 0.999189 0.00787664)}
Vertex 7057 1.39714 19.1302 3.47145 {normal=(0.081501 0.963316 0.255694)}
Vertex 7058 1.39734 19.9327 3.39969 {normal=(0.49542 -0.606711 0.62166)}
Vertex 7059 1.39764 19.1331 2.92622 {normal=(0.0745271 0.976506 0.202194)}
Vertex 7060 1.39856 19.1249 3.48117 {normal=(0.128617 0.757789 0.639697)}
Vertex 7061 1.39867 19.3097 3.371 {normal=(0.238728 3.75067e-05 0.971087)}
Vertex 7062 1.39927 19.9013 3.40042 {normal=(0.266684 0.397087 0.878181)}
Vertex 7063 1.39934 22.5175 -2.69597 {normal=(0.397221 0.913839 -0.0843449)}
Vertex 7064 1.40071 23.2012 -4.6514 {normal=(0.976576 -0.168239 0.134143)}
Vertex 7065 1.40092 17.3376 3.59945 {normal=(0.722666 -0.0825488 0.68625)}
Vertex 7066 1.4012 23.397 -5.10793 {normal=(0.91942 0.175591 -0.351903)}
Vertex 7067 1.40202 19.2713 2.63387 {normal=(0.195165 0.599773 0.776005)}
Vertex 7068 1.40386 22.4184 -2.86419 {normal=(0.384757 0.701133 -0.600312)}
Vertex 7069 1.40559 20.5288 2.59036 {normal=(0.243548 0.880842 0.405958)}
Vertex 7070 1.40561 18.0905 2.59043 {normal=(0.243434 -0.880855 0.405997)}
Vertex 7071 1.40745 19.8793 3.40929 {normal=(0.250487 0.441016 0.861836)}
Vertex 7072 1.40761 19.9522 3.4375 {normal=(0.44029 -0.857132 0.267337)}
Vertex 7073 1.40837 17.6929 3.57602 {normal=(0.25337 -0.275694 0.927252)}
Vertex 7074 1.40967 17.2322 3.54534 {normal=(0.541364 -0.725484 0.424967)}
Vertex 7075 1.41006 14.4936 1.53985 {normal=(0.485716 -0.844222 -0.226646)}
Vertex 7076 1.41247 14.3995 2.45526 {normal=(0.441986 -0.891541 0.0990095)}
Vertex 7077 1.41618 19.0943 3.50263 {normal=(0.140646 0.589707 0.795277)}
Vertex 7078 1.42084 19.8442 3.4244 {normal=(0.294909 0.309082 0.904155)}
Vertex 7079 1.4217 15.6591 3.46823 {normal=(0.664296 -0.312164 0.679164)}
Vertex 7080 1.42251 17.26 3.56063 {normal=(0.69865 -0.371691 0.611338)}
Vertex 7081 1.4227 12.5013 -1.62561 {normal=(-0.0475215 -0.869491 -0.491657)}
Vertex 7082 1.42364 22.0236 -3.16275 {normal=(0.463502 0.454689 -0.760542)}
Vertex 7083 1.42578 20.8576 3.44759 {normal=(0.402334 0.443386 0.80096)}
Vertex 7084 1.42649 19.9789 3.51097 {normal=(0.479134 -0.836279 0.266587)}
Vertex 7085 1.42716 23.2997 -4.89584 {normal=(0.998688 -0.0416964 -0.0297429)}
Vertex 7086 1.42751 19.5237 3.34634 {normal=(0.259888 0.158289 0.952577)}
Vertex 7087 1.42752 19.0956 3.34635 {normal=(0.259984 -0.158349 0.952541)}
Vertex 7088 1.43031 22.6438 -2.16719 {normal=(0.32591 0.757002 -0.566331)}
Vertex 7089 1.43095 19.8082 3.42663 {normal=(0.37173 -0.0227576 0.928062)}
Vertex 7090 1.43259 20.4166 2.77459 {normal=(0.263072 0.800353 0.538728)}
Vertex 7091 1.4326 18.2027 2.77465 {normal=(0.263065 -0.800337 0.538756)}
Vertex 7092 1.43279 4.6941 4.77574
Vertex 7093 1.43468 4.53792 -5.415
Vertex 7094 1.43514 18.4285 3.61794 {normal=(0.121357 0.219245 0.968093)}
Vertex 7095 1.43663 15.7978 3.48753 {normal=(0.613353 0.553843 0.563078)}
Vertex 7096 1.43778 19.7714 3.41598 {normal=(0.385875 -0.273259 0.881153)}
Vertex 7097 1.43794 16.0881 -2.44382 {normal=(0.55634 0.213613 -0.803029)}
Vertex 7098 1.43831 19.7435 3.39858 {normal=(0.267499 -0.909749 0.317493)}
Vertex 7099 1.4384 19.7403 3.21442 {normal=(0.150111 -0.988621 0.00976507)}
Vertex 7100 1.44023 19.7499 3.40663 {normal=(0.362739 -0.559331 0.745365)}
Vertex 7101 1.44051 19.7402 2.85416 {normal=(0.223028 -0.935698 0.273363)}
Vertex 7102 1.44345 15.7698 3.49405 {normal=(0.713271 0.0296408 0.700261)}
Vertex 7103 1.44722 23.031 1.53065 {normal=(0.357613 0.834585 0.419023)}
Vertex 7104 1.44751 19.7325 3.28916 {normal=(0.274182 0.308779 0.910758)}
Vertex 7105 1.44751 18.8869 3.28919 {normal=(0.274147 -0.308661 0.910808)}
Vertex 7106 1.44793 16.0308 3.15725 {normal=(0.519379 0.109599 0.847487)}
Vertex 7107 1.45001 19.0382 3.53581 {normal=(0.119422 0.463597 0.877961)}
Vertex 7108 1.4506 20.2771 2.94039 {normal=(0.276003 0.700344 0.658286)}
Vertex 7109 1.45061 18.3422 2.94043 {normal=(0.276185 -0.700267 0.658292)}
Vertex 7110 1.45198 16.0202 3.15881 {normal=(0.41549 0.494002 0.763761)}
Vertex 7111 1.45353 4.73062 -5.62246 {normal=(0.184828 -0.387079 -0.903332)}
Vertex 7112 1.45718 15.475 -2.60498 {normal=(0.55382 0.243994 -0.796085)}
Vertex 7113 1.45724 20.72 3.52045 {normal=(0.179373 0.715963 0.674702)}
Vertex 7114 1.45789 -21.4916 -0.735368
Vertex 7115 1.45805 14.6435 1.08259 {normal=(0.588013 -0.802156 0.10386)}
Vertex 7116 1.45812 20.0184 3.57665 {normal=(0.514241 -0.772281 0.373012)}
Vertex 7117 1.45816 19.9308 3.20088 {normal=(0.281713 0.451461 0.846653)}
Vertex 7118 1.45816 18.6885 3.20091 {normal=(0.281688 -0.451433 0.846676)}
Vertex 7119 1.4592 20.1139 3.08366 {normal=(0.282277 0.583125 0.761765)}
Vertex 7120 1.4592 18.5054 3.0837 {normal=(0.282424 -0.583086 0.76174)}
Vertex 7121 1.45962 19.5158 3.33845 {normal=(0.283644 0.152488 0.946728)}
Vertex 7122 1.45963 19.1036 3.33846 {normal=(0.2837 -0.152323 0.946738)}
Vertex 7123 1.45994 -12.5875 2.70649 {normal=(0.127587 -0.518528 0.845488)}
Vertex 7124 1.4611 17.7963 3.59646 {normal=(0.182805 -0.286426 0.940501)}
Vertex 7125 1.46361 12.35 0.31408 {normal=(0.342323 -0.262498 0.902169)}
Vertex 7126 1.46804 16.1969 3.16502 {normal=(0.591408 -0.122089 0.797077)}
Vertex 7127 1.46848 17.1211 3.19554 {normal=(0.680571 -0.194867 0.706293)}
Vertex 7128 1.47228 20.7208 -3.53124 {normal=(0.561021 0.135391 -0.816654)}
Vertex 7129 1.47272 17.1308 3.19784 {normal=(0.51392 -0.683037 0.518986)}
Vertex 7130 1.47433 -22.2983 -3.28052
Vertex 7131 1.47558 22.0368 2.76383 {normal=(0.406438 0.563089 0.71954)}
Vertex 7132 1.47736 18.5954 3.58323 {normal=(0.0573101 0.136461 0.988986)}
Vertex 7133 1.47947 16.5071 -2.3084 {normal=(0.564487 0.137982 -0.813828)}
Vertex 7134 1.48093 14.4422 1.88735 {normal=(0.486608 -0.856173 -0.173724)}
Vertex 7135 1.48174 17.4894 3.52547 {normal=(0.652963 -0.00689798 0.757358)}
Vertex 7136 1.48338 17.0069 3.19346 {normal=(0.686458 0.0772461 0.723055)}
Vertex 7137 1.48338 18.981 3.55602 {normal=(0.077707 0.249217 0.965325)}
Vertex 7138 1.48365 20.6271 1.92354 {normal=(0.317976 0.948095 0.00264081)}
Vertex 7139 1.48366 17.9921 1.92361 {normal=(0.317818 -0.948147 0.00290094)}
Vertex 7140 1.48374 14.9586 -2.7584 {normal=(0.56149 0.293948 -0.773514)}
Vertex 7141 1.48463 22.3936 -2.45474 {normal=(0.509068 0.860336 0.0259282)}
Vertex 7142 1.48596 22.4012 -2.42155 {normal=(0.532545 0.739626 -0.411521)}
Vertex 7143 1.48656 21.4657 3.13016 {normal=(0.297252 0.460368 0.836482)}
Vertex 7144 1.48874 15.0706 2.9781 {normal=(0.724729 -0.404769 0.557611)}
Vertex 7145 1.48988 20.6943 3.56852 {normal=(0.149564 0.727116 0.670025)}
Vertex 7146 1.49013 19.5028 3.33095 {normal=(0.306308 0.142843 0.941154)}
Vertex 7147 1.49013 19.1166 3.33096 {normal=(0.306294 -0.142743 0.941174)}
Vertex 7148 1.49448 14.6107 1.32698 {normal=(0.568244 -0.790522 -0.228415)}
Vertex 7149 1.49479 18.766 3.5731 {normal=(0.0362563 0.0775369 0.99633)}
Vertex 7150 1.49536 15.9595 3.18719 {normal=(0.392753 0.658904 0.641553)}
Vertex 7151 1.4959 6.47029 5.06669
Vertex 7152 1.49792 17.1608 3.23754 {normal=(0.326024 -0.881709 0.341025)}
Vertex 7153 1.49933 4.98294 4.96264 {normal=(-0.0316835 -0.32091 0.94658)}
Vertex 7154 1.50155 20.4975 3.64675 {normal=(0.498538 0.232515 0.835103)}
Vertex 7155 1.5025 20.0707 3.63454 {normal=(0.539491 -0.697263 0.471989)}
Vertex 7156 1.50465 20.6201 3.61062 {normal=(0.44558 0.373111 0.813785)}
Vertex 7157 1.50495 22.7814 1.94106 {normal=(0.380097 0.770022 0.512438)}
Vertex 7158 1.50682 16.8999 -2.39442 {normal=(-0.503124 -0.285768 0.8156)}
Vertex 7159 1.51043 18.8554 3.5679 {normal=(0.00706919 0.104189 0.994532)}
Vertex 7160 1.51062 22.4025 -2.53831 {normal=(0.447354 0.8442 0.295298)}
Vertex 7161 1.51094 19.7168 3.27357 {normal=(0.320534 0.297309 0.899369)}
Vertex 7162 1.51094 18.9025 3.27359 {normal=(0.320487 -0.29727 0.899399)}
Vertex 7163 1.51122 20.3771 3.67967 {normal=(0.439505 0.258436 0.860259)}
Vertex 7164 1.51231 16.5184 3.18214 {normal=(0.645133 -0.0908119 0.758654)}
Vertex 7165 1.51631 18.9226 3.56327 {normal=(0.0460855 0.127973 0.990706)}
Vertex 7166 1.51743 16.7884 3.19162 {normal=(0.67955 0.0299232 0.733018)}
Vertex 7167 1.51829 19.485 3.32403 {normal=(0.327184 0.129614 0.936029)}
Vertex 7168 1.51829 19.1344 3.32404 {normal=(0.327096 -0.129533 0.936071)}
Vertex 7169 1.52174 19.5614 2.56725 {normal=(0.317565 -0.589921 0.742392)}
Vertex 7170 1.52427 18.8635 3.56764 {normal=(0.0181211 0.0635744 0.997813)}
Vertex 7171 1.52801 21.8087 2.90295 {normal=(0.414499 0.529998 0.739792)}
Vertex 7172 1.52974 20.1226 3.67867 {normal=(0.56867 -0.584139 0.579134)}
Vertex 7173 1.53027 20.6109 2.13524 {normal=(0.333665 0.939429 0.0783682)}
Vertex 7174 1.53028 18.0084 2.13531 {normal=(0.333551 -0.939453 0.0785621)}
Vertex 7175 1.53159 18.8741 3.56735 {normal=(0.0205017 0.045776 0.998741)}
Vertex 7176 1.53172 14.6079 2.62049 {normal=(0.683547 -0.457342 0.568859)}
Vertex 7177 1.53238 18.887 3.56704 {normal=(0.0310827 0.0796973 0.996334)}
Vertex 7178 1.53367 20.2589 3.70935 {normal=(0.450909 0.141723 0.881247)}
Vertex 7179 1.53419 14.5387 -2.90405 {normal=(0.566958 0.336106 -0.752058)}
Vertex 7180 1.53474 14.85 2.76936 {normal=(0.719151 -0.382873 0.579853)}
Vertex 7181 1.53776 14.3748 0.759066 {normal=(0.680276 -0.287216 0.674338)}
Vertex 7182 1.53984 20.1741 3.70902 {normal=(0.553627 -0.260415 0.791)}
Vertex 7183 1.54226 -6.47624 4.00547
Vertex 7184 1.5434 19.4629 3.31785 {normal=(0.345761 0.113283 0.931459)}
Vertex 7185 1.5434 19.1564 3.31786 {normal=(0.345761 -0.113313 0.931456)}
Vertex 7186 1.54368 14.478 2.5058 {normal=(0.583711 -0.716093 0.382743)}
Vertex 7187 1.54408 17.2111 3.31463 {normal=(0.332573 -0.865318 0.374994)}
Vertex 7188 1.54479 15.7472 -2.71817 {normal=(-0.470489 -0.401896 0.78557)}
Vertex 7189 1.54782 14.4335 2.26505 {normal=(0.459816 -0.887632 0.0260631)}
Vertex 7190 1.54836 18.4883 -3.62108 {normal=(0.59791 0.181214 -0.78081)}
Vertex 7191 1.54992 11.948 0.162942 {normal=(0.3326 -0.273167 0.902639)}
Vertex 7192 1.55134 19.9078 3.17797 {normal=(0.349487 0.43472 0.829987)}
Vertex 7193 1.55135 18.7115 3.178 {normal=(0.34951 -0.43475 0.829961)}
Vertex 7194 1.55216 17.1256 3.1174 {normal=(0.586613 -0.200474 0.784663)}
Vertex 7195 1.55349 17.9829 3.63558 {normal=(0.168098 -0.174976 0.970117)}
Vertex 7196 1.55698 17.1356 3.1188 {normal=(0.313362 -0.677364 0.66557)}
Vertex 7197 1.55902 17.359 3.43395 {normal=(0.665588 -0.167148 0.727361)}
Vertex 7198 1.55956 3.34044 -5.5179 {normal=(0.192213 0.0555936 -0.979777)}
Vertex 7199 1.56079 17.1318 3.11535 {normal=(0.104397 -0.486857 0.867221)}
Vertex 7200 1.56111 5.41059 4.93892 {normal=(-0.0443522 -0.0386323 0.998269)}
Vertex 7201 1.56392 22.4278 -2.67225 {normal=(0.551488 0.831262 -0.069751)}
Vertex 7202 1.56467 21.2055 3.22883 {normal=(0.364225 0.383738 0.848578)}
Vertex 7203 1.56484 19.1823 3.31259 {normal=(0.361522 -0.0941857 0.927594)}
Vertex 7204 1.56484 19.437 3.31258 {normal=(0.361479 0.0942125 0.927608)}
Vertex 7205 1.56489 15.2895 -3.04454
Vertex 7206 1.5655 20.5627 2.34424 {normal=(0.359049 0.904858 0.228728)}
Vertex 7207 1.56551 18.0566 2.34431 {normal=(0.359013 -0.904857 0.228787)}
Vertex 7208 1.56713 15.5269 -3.37354 {normal=(0.452233 -0.634834 -0.626476)}
Vertex 7209 1.56735 13.7617 0.597897 {normal=(0.658927 -0.152787 0.736526)}
Vertex 7210 1.56795 22.5665 2.17793 {normal=(0.417984 0.682741 0.599295)}
Vertex 7211 1.56954 22.3245 -2.84237 {normal=(0.554237 0.602668 -0.574119)}
Vertex 7212 1.56978 14.5695 1.62546 {normal=(0.539631 -0.80719 -0.239256)}
Vertex 7213 1.5712 19.6911 3.25876 {normal=(0.364569 0.27854 0.888541)}
Vertex 7214 1.57121 18.9282 3.25878 {normal=(0.364609 -0.278446 0.888554)}
Vertex 7215 1.57184 -23.8351 -3.30151
Vertex 7216 1.57405 19.9263 3.30809 {normal=(0.482209 0.189271 0.855366)}
Vertex 7217 1.57415 -3.67004 4.13388
Vertex 7218 1.57415 -2.25204 4.1339
Vertex 7219 1.57415 -0.834042 4.13392
Vertex 7220 1.57415 0.583956 4.13394
Vertex 7221 1.5746 19.9381 3.30676 {normal=(0.489029 -0.0246123 0.87192)}
Vertex 7222 1.57478 17.2506 3.36193 {normal=(0.455621 -0.729639 0.509938)}
Vertex 7223 1.57518 3.47644 4.9251 {normal=(0.268049 0.158617 0.950258)}
Vertex 7224 1.57543 19.9163 3.31122 {normal=(0.465412 0.371451 0.803378)}
Vertex 7225 1.57685 -13.1939 2.41279 {normal=(-0.322109 -0.0832098 0.943039)}
Vertex 7226 1.57707 19.9519 3.30724 {normal=(0.40668 -0.532115 0.742607)}
Vertex 7227 1.57805 15.8488 3.24238 {normal=(0.474885 0.650933 0.59226)}
Vertex 7228 1.57894 15.932 -3.67969 {normal=(0.461576 -0.471669 -0.751316)}
Vertex 7229 1.57909 -3.66992 -4.33347
Vertex 7230 1.57909 -2.25192 -4.33345
Vertex 7231 1.57909 -0.833921 -4.33343
Vertex 7232 1.57909 0.584077 -4.33341
Vertex 7233 1.57946 14.7382 0.88898 {normal=(0.728827 -0.605524 0.319611)}
Vertex 7234 1.57985 20.0841 3.054 {normal=(0.369811 0.561472 0.740263)}
Vertex 7235 1.57985 18.5353 3.05404 {normal=(0.369937 -0.561448 0.740218)}
Vertex 7236 1.58161 19.8918 3.32182 {normal=(0.460228 0.445658 0.767841)}
Vertex 7237 1.5821 19.4081 3.30834 {normal=(0.374308 0.0728984 0.924435)}
Vertex 7238 1.5821 19.2113 3.30835 {normal=(0.374272 -0.0727679 0.924459)}
Vertex 7239 1.58427 21.35 -3.30994 {normal=(0.560048 0.243158 -0.791972)}
Vertex 7240 1.58848 20.4835 2.5454 {normal=(0.375716 0.848115 0.373548)}
Vertex 7241 1.58849 18.1358 2.54547 {normal=(0.375731 -0.848107 0.373552)}
Vertex 7242 1.58939 14.1278 -3.05245 {normal=(0.565298 0.362405 -0.741013)}
Vertex 7243 1.59004 17.2794 3.37943 {normal=(0.596344 -0.418425 0.685051)}
Vertex 7244 1.59014 17.3568 -3.94348 {normal=(0.565801 0.132369 -0.813847)}
Vertex 7245 1.59082 16.7321 -2.19873 {normal=(0.592375 0.0670339 -0.802869)}
Vertex 7246 1.59088 16.0747 3.05984 {normal=(0.573176 0.119399 0.810687)}
Vertex 7247 1.59089 6.31946 4.9391
Vertex 7248 1.5926 19.8527 3.33987 {normal=(0.481712 0.330216 0.811733)}
Vertex 7249 1.59278 14.739 1.16265 {normal=(0.634008 -0.757432 -0.155983)}
Vertex 7250 1.59281 -13.1294 -4.98923
Vertex 7251 1.59294 16.9768 3.08609 {normal=(0.751172 0.0947121 0.653277)}
Vertex 7252 1.5937 11.7165 0.070014
Vertex 7253 1.5941 11.7368 0.081587 {normal=(0.333342 -0.375795 0.864674)}
Vertex 7254 1.59474 19.2427 3.30524 {normal=(0.383669 -0.0494556 0.922145)}
Vertex 7255 1.59474 19.3766 3.30524 {normal=(0.383622 0.0495209 0.922161)}
Vertex 7256 1.59561 19.7382 3.14147 {normal=(-0.166293 -0.986031 0.00950011)}
Vertex 7257 1.59574 20.2413 2.90471 {normal=(0.381112 0.674425 0.632381)}
Vertex 7258 1.59575 18.3781 2.90475 {normal=(0.381179 -0.67429 0.632483)}
Vertex 7259 1.59593 5.38226 -5.60642 {normal=(0.188714 -0.139996 -0.972002)}
Vertex 7260 1.59612 19.7415 3.32526 {normal=(0.0511054 -0.940367 0.336301)}
Vertex 7261 1.59689 16.0648 3.05938 {normal=(0.423968 0.420222 0.802287)}
Vertex 7262 1.59831 17.4596 3.42851 {normal=(0.342867 -0.499804 0.795386)}
Vertex 7263 1.59832 -9.59247 3.72333 {normal=(-0.171671 -0.193933 0.965877)}
Vertex 7264 1.59851 19.7378 2.78096 {normal=(-0.0242539 -0.957039 0.288942)}
Vertex 7265 1.59865 20.3755 2.73377 {normal=(0.383122 0.770705 0.509148)}
Vertex 7266 1.59866 18.2438 2.73383 {normal=(0.383142 -0.770635 0.509239)}
Vertex 7267 1.59873 17.1574 3.14952 {normal=(0.0664141 -0.841728 0.535802)}
Vertex 7268 1.59907 19.8126 3.34564 {normal=(0.490635 0.0278839 0.870919)}
Vertex 7269 1.59919 -24.2339 -3.32883
Vertex 7270 1.5994 17.0164 3.07191 {normal=(0.604979 -0.0668118 0.793434)}
Vertex 7271 1.60003 19.7476 3.33233 {normal=(0.347062 -0.542757 0.764828)}
Vertex 7272 1.60025 19.9823 3.34269 {normal=(0.268962 -0.840588 0.470182)}
Vertex 7273 1.60034 16.5047 -3.96301 {normal=(0.514088 -0.194909 -0.835299)}
Vertex 7274 1.60052 -7.48821 -5.80326 {normal=(0.0772543 0.243104 -0.966919)}
Vertex 7275 1.60101 19.7713 3.33912 {normal=(0.458323 -0.208488 0.863987)}
Vertex 7276 1.60245 19.2758 3.30334 {normal=(0.389348 -0.0250772 0.920749)}
Vertex 7277 1.60245 19.3436 3.30334 {normal=(0.389374 0.0251271 0.920737)}
Vertex 7278 1.60504 19.3097 3.30271 {normal=(0.391251 2.83388e-05 0.920284)}
Vertex 7279 1.60512 16.2316 3.06124 {normal=(0.677328 -0.0772923 0.73161)}
Vertex 7280 1.60611 4.67001 4.70145
Vertex 7281 1.60838 17.0215 3.06951 {normal=(0.0968531 -0.350231 0.931643)}
Vertex 7282 1.61088 17.4757 3.44003 {normal=(0.245632 -0.47507 0.84497)}
Vertex 7283 1.61328 -3.67005 4.45599
Vertex 7284 1.61328 -2.25205 4.45601
Vertex 7285 1.61436 0.612496 4.76566
Vertex 7286 1.61555 19.35 -3.43355 {normal=(0.595933 0.0101737 -0.80297)}
Vertex 7287 1.61697 20.9569 3.30085 {normal=(0.381029 0.405539 0.830876)}
Vertex 7288 1.62552 19.2696 2.56202 {normal=(0.247483 0.69135 0.678813)}
Vertex 7289 1.62625 15.7786 3.26957 {normal=(0.623694 0.46034 0.631738)}
Vertex 7290 1.62657 1.21441 5.00383 {normal=(0.0851943 -0.286625 0.954247)}
Vertex 7291 1.62682 19.656 3.24508 {normal=(0.405174 0.252886 0.878569)}
Vertex 7292 1.62682 18.9633 3.2451 {normal=(0.405264 -0.252823 0.878545)}
Vertex 7293 1.62867 21.5434 3.03602 {normal=(0.440609 0.481157 0.75786)}
Vertex 7294 1.62996 22.5426 -2.15751 {normal=(0.491652 0.620321 -0.611131)}
Vertex 7295 1.63002 13.2452 0.444484 {normal=(0.651013 -0.131639 0.747565)}
Vertex 7296 1.63182 17.4842 3.43883 {normal=(0.161712 -0.415171 0.895255)}
Vertex 7297 1.63283 22.3375 2.37682 {normal=(0.465103 0.621446 0.630463)}
Vertex 7298 1.63341 -3.66992 -4.65662
Vertex 7299 1.63341 -2.25192 -4.6566
Vertex 7300 1.63362 22.9724 -1.63633 {normal=(0.313978 0.831513 -0.458262)}
Vertex 7301 1.63425 16.7594 3.08052 {normal=(0.767022 0.0478639 0.639833)}
Vertex 7302 1.6356 15.4969 3.15103 {normal=(0.683183 -0.382255 0.622207)}
Vertex 7303 1.63566 17.1391 3.13747 {normal=(-0.172899 -0.614795 0.769502)}
Vertex 7304 1.63963 16.5357 3.06359 {normal=(0.734526 -0.0546799 0.676374)}
Vertex 7305 1.63988 19.87 3.1562 {normal=(0.41384 0.407262 0.814171)}
Vertex 7306 1.63989 18.7493 3.15623 {normal=(0.413909 -0.407286 0.814124)}
Vertex 7307 1.63996 15.7489 3.26876 {normal=(0.734116 0.0101728 0.678948)}
Vertex 7308 1.64024 16.0117 3.07113 {normal=(0.337954 0.536862 0.773024)}
Vertex 7309 1.64076 18.1657 3.63946 {normal=(0.174217 0.0249097 0.984392)}
Vertex 7310 1.64308 15.655 3.22924 {normal=(0.713547 -0.277925 0.643124)}
Vertex 7311 1.64415 20.0294 3.41312 {normal=(0.333925 -0.806543 0.487834)}
Vertex 7312 1.64495 15.3313 3.01833 {normal=(0.67066 -0.461369 0.580822)}
Vertex 7313 1.6536 14.6988 1.4173 {normal=(0.594024 -0.757283 -0.271399)}
Vertex 7314 1.6542 -0.833917 -4.65355
Vertex 7315 1.6542 0.584082 -4.65353
Vertex 7316 1.65679 19.1382 3.2181 {normal=(-0.0816776 0.996629 0.00772588)}
Vertex 7317 1.65798 19.1358 3.40302 {normal=(0.00441174 0.974768 0.223179)}
Vertex 7318 1.65877 2.26427 5.11082 {normal=(0.319817 0.0223206 0.947216)}
Vertex 7319 1.6592 19.1388 2.85758 {normal=(-0.0114856 0.980829 0.194533)}
Vertex 7320 1.6598 -0.834047 4.44957
Vertex 7321 1.6598 0.583952 4.44959
Vertex 7322 1.66024 20.8214 3.36082 {normal=(0.161588 0.715252 0.67993)}
Vertex 7323 1.66279 19.1315 3.41236 {normal=(0.135249 0.803925 0.579148)}
Vertex 7324 1.6639 14.5215 2.03304 {normal=(0.548534 -0.82408 -0.141433)}
Vertex 7325 1.66606 13.7258 -3.20359 {normal=(0.562623 0.384454 -0.731881)}
Vertex 7326 1.67102 17.3499 -2.12512
Vertex 7327 1.67113 15.1583 2.83113 {normal=(0.67785 -0.456507 0.576299)}
Vertex 7328 1.67418 -11.7335 -6.09934
Vertex 7329 1.67642 19.6124 3.23289 {normal=(0.441411 0.221016 0.86966)}
Vertex 7330 1.67642 19.007 3.23291 {normal=(0.441424 -0.220946 0.869671)}
Vertex 7331 1.67774 17.1955 3.21117 {normal=(0.0437578 -0.81741 0.574392)}
Vertex 7332 1.67804 14.504 2.32628 {normal=(0.589964 -0.796381 0.133117)}
Vertex 7333 1.67867 20.5439 1.8756 {normal=(0.458141 0.888309 -0.0318539)}
Vertex 7334 1.67868 18.0753 1.87566 {normal=(0.458241 -0.88826 -0.0317683)}
Vertex 7335 1.6805 23.3306 -0.050574 {normal=(0.304668 0.952173 -0.023315)}
Vertex 7336 1.68404 -25.5711 -3.3471
Vertex 7337 1.68444 2.14296 -5.6208 {normal=(0.186606 -0.0451965 -0.981395)}
Vertex 7338 1.68623 17.3276 3.3224 {normal=(0.230142 -0.516513 0.824772)}
Vertex 7339 1.68713 19.097 3.43845 {normal=(0.198118 0.6509 0.732856)}
Vertex 7340 1.6874 16.764 2.99708 {normal=(0.80571 0.0468134 0.590457)}
Vertex 7341 1.68829 -10.0787 -6.05037 {normal=(-0.05927 0.0514572 -0.996915)}
Vertex 7342 1.68885 16.1426 2.97269 {normal=(0.569362 0.102521 0.815669)}
Vertex 7343 1.68971 17.4916 3.43627 {normal=(0.100819 -0.448591 0.888032)}
Vertex 7344 1.68984 -12.6992 2.5306
Vertex 7345 1.69053 20.091 3.46814 {normal=(0.457189 -0.668303 0.586813)}
Vertex 7346 1.69085 16.2828 2.97602 {normal=(0.722252 -0.0452452 0.690148)}
Vertex 7347 1.69268 14.9517 2.66028 {normal=(0.679984 -0.399127 0.615077)}
Vertex 7348 1.69272 19.5291 2.47629 {normal=(0.223536 -0.582737 0.781312)}
Vertex 7349 1.6939 0.598831 -5.11583
Vertex 7350 1.69422 16.8026 2.98256 {normal=(0.576135 -0.0601119 0.815141)}
Vertex 7351 1.69448 20.0352 3.02582 {normal=(0.453026 0.526003 0.719784)}
Vertex 7352 1.69448 18.5842 3.02585 {normal=(0.452923 -0.526022 0.719835)}
Vertex 7353 1.69448 20.7991 3.40872 {normal=(0.108738 0.759156 0.641762)}
Vertex 7354 1.69482 14.4415 0.554714 {normal=(0.823065 -0.179943 0.538688)}
Vertex 7355 1.69647 14.852 0.987641 {normal=(0.68772 -0.725873 -0.0122643)}
Vertex 7356 1.69761 16.1354 2.96954 {normal=(0.284274 0.309339 0.907468)}
Vertex 7357 1.6992 17.0231 3.08743 {normal=(-0.194503 -0.462319 0.865118)}
Vertex 7358 1.6996 22.0945 2.53771 {normal=(0.541525 0.541637 0.642946)}
Vertex 7359 1.70363 16.5558 2.97955 {normal=(0.775534 -0.019288 0.631011)}
Vertex 7360 1.70392 16.8057 2.97947 {normal=(0.0639027 -0.274665 0.959414)}
Vertex 7361 1.70444 17.6611 3.50888 {normal=(0.138117 -0.3619 0.921928)}
Vertex 7362 1.70515 13.4943 -3.29652
Vertex 7363 1.70687 13.5146 -3.28495 {normal=(0.56478 0.382643 -0.731169)}
Vertex 7364 1.7096 14.7115 2.50578 {normal=(0.685517 -0.416244 0.597334)}
Vertex 7365 1.71396 -25.9697 -3.37733
Vertex 7366 1.71441 20.7291 3.45238 {normal=(0.369528 0.433514 0.821897)}
Vertex 7367 1.71808 13.8285 0.393545 {normal=(0.819932 -0.0934787 0.564778)}
Vertex 7368 1.71879 19.5613 3.22248 {normal=(0.47232 0.183741 0.862063)}
Vertex 7369 1.71879 19.0581 3.22249 {normal=(0.472291 -0.183716 0.862084)}
Vertex 7370 1.71938 14.8153 0.690851 {normal=(0.811772 -0.45922 0.360754)}
Vertex 7371 1.71948 21.7892 -3.05052 {normal=(0.58144 0.351509 -0.733737)}
Vertex 7372 1.72002 20.6115 3.4918 {normal=(0.435268 0.30037 0.848717)}
Vertex 7373 1.72092 15.9154 3.09509 {normal=(0.362511 0.512924 0.778135)}
Vertex 7374 1.72101 17.2293 3.25187 {normal=(0.100589 -0.701692 0.705344)}
Vertex 7375 1.72159 19.8185 3.13612 {normal=(0.473222 0.369847 0.799546)}
Vertex 7376 1.7216 18.8009 3.13614 {normal=(0.473278 -0.369746 0.79956)}
Vertex 7377 1.7222 21.2852 3.12926 {normal=(0.486962 0.396876 0.778047)}
Vertex 7378 1.72289 20.5287 2.08789 {normal=(0.472645 0.880142 0.044245)}
Vertex 7379 1.7229 18.0905 2.08795 {normal=(0.472702 -0.880104 0.0443834)}
Vertex 7380 1.72291 18.3448 3.60811 {normal=(0.147362 0.119382 0.981852)}
Vertex 7381 1.72436 12.8254 0.298828 {normal=(0.645449 -0.122964 0.75384)}
Vertex 7382 1.72853 17.2588 3.27161 {normal=(0.133684 -0.606841 0.7835)}
Vertex 7383 1.73026 1.18158 -5.50375 {normal=(0.180007 -0.291226 -0.939566)}
Vertex 7384 1.731 19.0325 3.48129 {normal=(0.211962 0.55598 0.803715)}
Vertex 7385 1.73123 -22.2784 -3.26744
Vertex 7386 1.73154 14.5826 2.38827 {normal=(0.706211 -0.585986 0.39735)}
Vertex 7387 1.73349 14.8303 1.26287 {normal=(0.642237 -0.72798 -0.239951)}
Vertex 7388 1.73365 20.1824 2.87081 {normal=(0.481046 0.631783 0.60782)}
Vertex 7389 1.73365 18.4369 2.87085 {normal=(0.480892 -0.631774 0.607951)}
Vertex 7390 1.73726 16.9288 -2.06602 {normal=(0.627902 0.0291705 -0.777746)}
Vertex 7391 1.73878 16.3064 2.9313 {normal=(0.54247 0.00732602 0.840043)}
Vertex 7392 1.73917 20.4934 3.52846 {normal=(0.411422 0.320912 0.853081)}
Vertex 7393 1.73938 20.167 3.50775 {normal=(0.555487 -0.545237 0.627815)}
Vertex 7394 1.74068 16.5659 2.93569 {normal=(0.556512 -0.0418079 0.829787)}
Vertex 7395 1.7412 16.107 2.97485 {normal=(0.113707 0.374847 0.920087)}
Vertex 7396 1.74547 3.45723 4.84657 {normal=(0.0509089 0.144134 0.988248)}
Vertex 7397 1.7489 16.3024 2.92708 {normal=(0.122348 0.0806769 0.989203)}
Vertex 7398 1.75076 16.566 2.93199 {normal=(0.0617775 -0.105576 0.99249)}
Vertex 7399 1.75098 20.4835 2.29865 {normal=(0.492981 0.847712 0.195841)}
Vertex 7400 1.75099 18.1358 2.29871 {normal=(0.492998 -0.84768 0.19594)}
Vertex 7401 1.75269 19.6842 3.03506 {normal=(-0.391282 -0.920231 0.00859286)}
Vertex 7402 1.75287 19.504 3.2141 {normal=(0.497187 0.141934 0.855956)}
Vertex 7403 1.75287 19.1153 3.21411 {normal=(0.497192 -0.141918 0.855955)}
Vertex 7404 1.75365 19.6873 3.21849 {normal=(-0.146023 -0.928214 0.342193)}
Vertex 7405 1.75391 2.2504 5.03539 {normal=(0.0595237 0.065632 0.996067)}
Vertex 7406 1.75575 19.6829 2.67416 {normal=(-0.179256 -0.930047 0.320749)}
Vertex 7407 1.75642 20.3082 2.69499 {normal=(0.497168 0.722042 0.481123)}
Vertex 7408 1.75643 18.3111 2.69504 {normal=(0.497133 -0.722023 0.481187)}
Vertex 7409 1.75865 19.6923 3.22444 {normal=(0.308376 -0.554613 0.772858)}
Vertex 7410 1.76018 8.04807 -6.14647 {normal=(0.100278 -0.0589065 -0.993214)}
Vertex 7411 1.7607 14.6635 1.75923 {normal=(0.602607 -0.767163 -0.219833)}
Vertex 7412 1.76225 20.4094 2.50269 {normal=(0.501182 0.794595 0.342688)}
Vertex 7413 1.76226 18.2099 2.50275 {normal=(0.501196 -0.794585 0.342691)}
Vertex 7414 1.76685 19.7169 3.22822 {normal=(0.504878 -0.205182 0.83845)}
Vertex 7415 1.7699 20.2327 3.54048 {normal=(0.603503 -0.483237 0.634245)}
Vertex 7416 1.77002 -13.8469 -5.28026
Vertex 7417 1.77087 18.965 3.51124 {normal=(0.21969 0.41109 0.884727)}
Vertex 7418 1.77105 19.309 2.46677 {normal=(0.272323 0.697627 0.66269)}
Vertex 7419 1.77147 15.8534 3.10449 {normal=(0.494718 0.378791 0.782158)}
Vertex 7420 1.77184 20.3748 3.56234 {normal=(0.460063 0.207416 0.86332)}
Vertex 7421 1.77551 21.8428 2.68186 {normal=(0.575518 0.503563 0.644363)}
Vertex 7422 1.77771 18.5286 3.58116 {normal=(0.111096 0.0970412 0.989061)}
Vertex 7423 1.77784 19.1774 3.20797 {normal=(0.515444 -0.0965431 0.851467)}
Vertex 7424 1.77784 19.442 3.20796 {normal=(0.515461 0.0966087 0.85145)}
Vertex 7425 1.77796 19.8697 3.18897 {normal=(0.602854 0.30615 0.736776)}
Vertex 7426 1.77826 19.7611 3.22985 {normal=(0.570894 0.00186291 0.821021)}
Vertex 7427 1.77891 19.8443 3.20087 {normal=(0.608025 0.391243 0.690822)}
Vertex 7428 1.77944 19.8798 3.18503 {normal=(0.595227 0.163973 0.786649)}
Vertex 7429 1.78091 17.1485 3.18192 {normal=(-0.17322 -0.609705 0.77347)}
Vertex 7430 1.78092 19.8916 3.18251 {normal=(0.577502 0.037448 0.81553)}
Vertex 7431 1.78158 13.312 0.240132 {normal=(0.818989 -0.0404895 0.572379)}
Vertex 7432 1.78208 20.2879 3.56635 {normal=(0.586756 -0.194237 0.786123)}
Vertex 7433 1.78228 19.8036 3.22073 {normal=(0.610752 0.280404 0.74051)}
Vertex 7434 1.78243 19.9051 3.18142 {normal=(0.425771 -0.426626 0.797941)}
Vertex 7435 1.78675 17.2673 3.28907 {normal=(-0.0943818 -0.634718 0.766958)}
Vertex 7436 1.78892 4.66595 4.768
Vertex 7437 1.78935 16.8093 2.99942 {normal=(-0.214045 -0.337193 0.91678)}
Vertex 7438 1.79172 19.9419 -3.38087 {normal=(0.585182 -0.0258353 -0.810491)}
Vertex 7439 1.79189 15.8258 3.09935 {normal=(0.676094 0.0634437 0.734079)}
Vertex 7440 1.79306 19.3766 3.20422 {normal=(0.526553 0.0489327 0.848733)}
Vertex 7441 1.79306 19.2427 3.20423 {normal=(0.526555 -0.0488837 0.848734)}
Vertex 7442 1.79446 19.7544 3.1182 {normal=(0.526227 0.323242 0.786511)}
Vertex 7443 1.79447 18.865 3.11823 {normal=(0.526222 -0.323143 0.786555)}
Vertex 7444 1.79616 17.8767 3.57367 {normal=(0.15692 -0.240133 0.957973)}
Vertex 7445 1.79816 14.608 2.15071 {normal=(0.656861 -0.753006 -0.038929)}
Vertex 7446 1.79818 19.3097 3.20297 {normal=(0.530295 5.22932e-05 0.847813)}
Vertex 7447 1.80027 19.9684 2.99981 {normal=(0.529679 0.477631 0.700934)}
Vertex 7448 1.80028 18.6509 2.99985 {normal=(0.529615 -0.477603 0.701002)}
Vertex 7449 1.80237 16.2916 2.93389 {normal=(-0.134914 0.0971107 0.986087)}
Vertex 7450 1.80516 18.7172 3.55861 {normal=(0.0944605 0.0795578 0.992345)}
Vertex 7451 1.80586 14.9497 0.801957 {normal=(0.747123 -0.655663 0.109147)}
Vertex 7452 1.80674 18.8945 3.52829 {normal=(0.194983 0.351237 0.915759)}
Vertex 7453 1.80703 17.2714 3.29425 {normal=(0.0480381 -0.548524 0.834754)}
Vertex 7454 1.80859 21.034 3.18265 {normal=(0.485428 0.417205 0.76831)}
Vertex 7455 1.81147 -27.5065 -3.39832
Vertex 7456 1.81317 -22.3595 -4.88473
Vertex 7457 1.81355 14.9509 1.08997 {normal=(0.683417 -0.717231 -0.136088)}
Vertex 7458 1.81875 12.4145 0.150431 {normal=(0.63644 -0.130899 0.760138)}
Vertex 7459 1.81961 16.0576 2.98864 {normal=(0.11339 0.330687 0.936904)}
Vertex 7460 1.82181 15.7439 3.05243 {normal=(0.715331 -0.167916 0.678311)}
Vertex 7461 1.82231 18.817 3.546 {normal=(0.0930574 0.099647 0.990662)}
Vertex 7462 1.82374 16.5655 2.94824 {normal=(-0.220309 -0.134554 0.966105)}
Vertex 7463 1.82482 19.9482 3.21522 {normal=(0.236724 -0.757912 0.607891)}
Vertex 7464 1.82666 18.8527 3.53811 {normal=(0.149427 0.296676 0.943215)}
Vertex 7465 1.82874 -23.8152 -3.28843
Vertex 7466 1.82919 18.8278 3.54333 {normal=(0.104811 0.167649 0.980259)}
Vertex 7467 1.8301 19.459 2.39687 {normal=(0.206359 -0.426225 0.880766)}
Vertex 7468 1.83041 22.1458 -2.29606 {normal=(0.653878 0.628347 -0.421454)}
Vertex 7469 1.83064 18.8397 3.5407 {normal=(0.115555 0.1961 0.973751)}
Vertex 7470 1.83128 22.1358 -2.32746 {normal=(0.610953 0.791439 0.0190101)}
Vertex 7471 1.83337 16.9852 -2.16686 {normal=(-0.48336 -0.280275 0.829342)}
Vertex 7472 1.83369 14.7954 1.54263 {normal=(0.644963 -0.712098 -0.277378)}
Vertex 7473 1.83799 17.1982 3.23715 {normal=(-0.0763119 -0.612431 0.786832)}
Vertex 7474 1.83944 14.5085 0.358514 {normal=(0.839358 -0.163699 0.518344)}
Vertex 7475 1.84341 17.2558 3.28036 {normal=(0.0945897 -0.51483 0.852058)}
Vertex 7476 1.8443 -6.48107 4.07782 {normal=(-0.028763 -0.0367933 0.998909)}
Vertex 7477 1.8444 19.1663 3.12638 {normal=(-0.271653 0.962362 0.00801342)}
Vertex 7478 1.84628 19.1641 3.31113 {normal=(-0.102007 0.971753 0.212816)}
Vertex 7479 1.84791 19.1673 2.76533 {normal=(-0.166588 0.967064 0.192445)}
Vertex 7480 1.84836 17.1682 3.21515 {normal=(-0.104015 -0.589941 0.800719)}
Vertex 7481 1.84972 14.8906 0.501427 {normal=(0.839222 -0.385451 0.383581)}
Vertex 7482 1.85353 19.1609 3.31957 {normal=(0.133879 0.834239 0.534903)}
Vertex 7483 1.85406 -24.2144 -3.29388
Vertex 7484 1.8567 19.6793 3.10291 {normal=(0.571429 0.268686 0.77542)}
Vertex 7485 1.85671 18.94 3.10292 {normal=(0.571407 -0.268705 0.77543)}
Vertex 7486 1.85747 13.8954 0.197345 {normal=(0.839443 -0.0922359 0.535563)}
Vertex 7487 1.85754 2.26245 5.09119 {normal=(-0.132721 0.0368036 0.99047)}
Vertex 7488 1.85866 20.4304 1.83135 {normal=(0.587706 0.806567 -0.0636452)}
Vertex 7489 1.85867 18.1889 1.83141 {normal=(0.587857 -0.806454 -0.0636874)}
Vertex 7490 1.86057 21.5826 2.80926 {normal=(0.616541 0.460962 0.638272)}
Vertex 7491 1.86091 20.1021 2.83952 {normal=(0.573071 0.573685 0.585214)}
Vertex 7492 1.86092 18.5172 2.83956 {normal=(0.573035 -0.573667 0.585267)}
Vertex 7493 1.86124 15.6079 2.96373 {normal=(0.698547 -0.312226 0.643854)}
Vertex 7494 1.86307 22.1388 -2.40843 {normal=(0.512459 0.805322 0.298065)}
Vertex 7495 1.86372 15.8502 -2.16584 {normal=(0.698911 0.201159 -0.686338)}
Vertex 7496 1.86436 23.135 -1.0072 {normal=(0.381509 0.89118 -0.245458)}
Vertex 7497 1.86513 23.2137 0.654922 {normal=(0.434595 0.878385 0.198915)}
Vertex 7498 1.86984 19.3585 2.37892 {normal=(0.23908 0.440831 0.865164)}
Vertex 7499 1.87121 20.9002 3.2301 {normal=(0.220536 0.769832 0.598934)}
Vertex 7500 1.87183 17.0211 3.12566 {normal=(-0.199451 -0.47719 0.855867)}
Vertex 7501 1.87229 16.022 2.99229 {normal=(0.351971 0.265852 0.897463)}
Vertex 7502 1.87557 15.2836 2.68792 {normal=(0.685681 -0.459523 0.564517)}
Vertex 7503 1.87791 22.0385 -2.75298 {normal=(0.644053 0.510457 -0.569762)}
Vertex 7504 1.87867 19.4128 2.37497 {normal=(0.165884 -0.237275 0.957174)}
Vertex 7505 1.87916 15.4545 2.84222 {normal=(0.689591 -0.441045 0.574407)}
Vertex 7506 1.87917 16.253 -2.02816 {normal=(0.691377 0.14157 -0.708488)}
Vertex 7507 1.87996 12.8922 0.094476 {normal=(0.814068 -0.0154126 0.580564)}
Vertex 7508 1.88286 14.9174 1.38324 {normal=(0.682571 -0.677015 -0.275223)}
Vertex 7509 1.88373 14.7017 2.24035 {normal=(0.755793 -0.613454 0.229021)}
Vertex 7510 1.88416 15.833 -2.48162 {normal=(-0.42478 -0.405705 0.809299)}
Vertex 7511 1.88538 19.1269 3.34546 {normal=(0.250332 0.702454 0.666253)}
Vertex 7512 1.88696 15.0857 2.52937 {normal=(0.692297 -0.404384 0.59766)}
Vertex 7513 1.88728 15.2372 -2.32701 {normal=(0.702564 0.217723 -0.677495)}
Vertex 7514 1.88797 18.0853 3.59162 {normal=(0.215674 -0.0460703 0.975378)}
Vertex 7515 1.89462 19.8854 2.97662 {normal=(0.598054 0.417467 0.684144)}
Vertex 7516 1.89462 18.7339 2.97665 {normal=(0.598082 -0.417372 0.684177)}
Vertex 7517 1.89638 19.609 2.93014 {normal=(-0.526874 -0.849903 0.00835965)}
Vertex 7518 1.89737 15.0607 0.898606 {normal=(0.729603 -0.682996 -0.0345872)}
Vertex 7519 1.89762 19.6119 3.11311 {normal=(-0.260795 -0.89215 0.368856)}
Vertex 7520 1.89918 16.2739 2.95175 {normal=(-0.124454 0.0619686 0.990288)}
Vertex 7521 1.89923 16.0004 2.98583 {normal=(0.556305 0.145363 0.818165)}
Vertex 7522 1.89939 19.6072 2.56906 {normal=(-0.311797 -0.884572 0.346864)}
Vertex 7523 1.90049 22.9589 1.24197 {normal=(0.504451 0.785164 0.35923)}
Vertex 7524 1.90066 20.4166 2.04419 {normal=(0.600991 0.799154 0.0127928)}
Vertex 7525 1.90067 18.2027 2.04425 {normal=(0.601074 -0.799092 0.0127772)}
Vertex 7526 1.90203 20.2163 2.65919 {normal=(0.602419 0.655608 0.455269)}
Vertex 7527 1.90204 18.403 2.65924 {normal=(0.602432 -0.655587 0.455281)}
Vertex 7528 1.90311 19.616 3.11799 {normal=(0.291862 -0.525313 0.799289)}
Vertex 7529 1.9042 17.1638 3.21703 {normal=(-0.00594013 -0.584008 0.811726)}
Vertex 7530 1.90678 19.5952 3.0906 {normal=(0.60784 0.207534 0.76646)}
Vertex 7531 1.90678 19.0241 3.09061 {normal=(0.607808 -0.207544 0.766483)}
Vertex 7532 1.9081 20.0208 3.28393 {normal=(0.356258 -0.671358 0.649891)}
Vertex 7533 1.90901 17.2512 3.27146 {normal=(0.139318 -0.510287 0.848645)}
Vertex 7534 1.91007 20.8837 3.2716 {normal=(0.198638 0.799092 0.567446)}
Vertex 7535 1.9108 14.7207 -2.48043 {normal=(0.713168 0.267047 -0.648134)}
Vertex 7536 1.91121 15.0418 0.626083 {normal=(0.798815 -0.573136 0.182782)}
Vertex 7537 1.91303 13.3789 0.043932 {normal=(0.843259 -0.0277208 0.536792)}
Vertex 7538 1.91332 14.8609 2.36657 {normal=(0.736306 -0.439206 0.514734)}
Vertex 7539 1.91528 19.6404 3.11792 {normal=(0.542303 -0.177956 0.821121)}
Vertex 7540 1.91536 15.3659 -2.80445
Vertex 7541 1.91665 22.8178 -1.66263 {normal=(0.510383 0.688122 -0.515749)}
Vertex 7542 1.91778 17.0972 -1.91025 {normal=(0.665392 -0.0277993 -0.745976)}
Vertex 7543 1.91961 12.0125 -0.000706 {normal=(0.632395 -0.138632 0.76214)}
Vertex 7544 1.92145 -12.9329 2.61846 {normal=(-0.278036 -0.277311 0.919671)}
Vertex 7545 1.92215 20.3755 2.25657 {normal=(0.61657 0.769712 0.165482)}
Vertex 7546 1.92216 18.2438 2.25662 {normal=(0.616551 -0.769715 0.165538)}
Vertex 7547 1.92262 20.3082 2.46327 {normal=(0.617054 0.721483 0.314175)}
Vertex 7548 1.92263 18.3111 2.46332 {normal=(0.617031 -0.721482 0.314222)}
Vertex 7549 1.92351 17.1335 3.1939 {normal=(0.0146254 -0.477864 0.878312)}
Vertex 7550 1.92473 3.46099 4.90409 {normal=(-0.1258 0.109169 0.986031)}
Vertex 7551 1.92577 22.155 -2.53895 {normal=(0.634019 0.771393 -0.0545203)}
Vertex 7552 1.92697 15.5838 -3.13535 {normal=(0.53364 -0.634198 -0.559482)}
Vertex 7553 1.92977 16.1077 2.93519 {normal=(0.558702 -0.085505 0.824949)}
Vertex 7554 1.9307 18.4396 -3.29316 {normal=(0.688632 0.171489 -0.704541)}
Vertex 7555 1.93101 14.7724 1.89858 {normal=(0.680831 -0.715957 -0.154513)}
Vertex 7556 1.93242 15.035 1.19596 {normal=(0.705565 -0.681199 -0.195311)}
Vertex 7557 1.93415 19.6852 3.11293 {normal=(0.634915 0.00148959 0.772581)}
Vertex 7558 1.94158 17.3809 3.34799 {normal=(0.160983 -0.471685 0.866947)}
Vertex 7559 1.94183 19.0621 3.3888 {normal=(0.298076 0.61593 0.729233)}
Vertex 7560 1.94197 20.8244 3.30558 {normal=(0.456891 0.477759 0.750332)}
Vertex 7561 1.94242 22.7277 1.64701 {normal=(0.5413 0.716276 0.44039)}
Vertex 7562 1.94295 -25.6153 -3.31302
Vertex 7563 1.94345 19.504 3.08158 {normal=(0.634491 0.141266 0.759911)}
Vertex 7564 1.94345 19.1153 3.08159 {normal=(0.63448 -0.141216 0.75993)}
Vertex 7565 1.94374 19.7277 3.09832 {normal=(0.71048 0.252208 0.65697)}
Vertex 7566 1.94405 19.7681 3.0741 {normal=(0.728378 0.350775 0.588576)}
Vertex 7567 1.94477 21.3321 2.89878 {normal=(0.662292 0.395801 0.636169)}
Vertex 7568 1.94507 19.7937 3.05973 {normal=(0.728048 0.266969 0.631406)}
Vertex 7569 1.94607 17.4652 -1.9304
Vertex 7570 1.94677 19.8044 3.05521 {normal=(0.712523 0.145826 0.686328)}
Vertex 7571 1.94826 17.5591 3.43109 {normal=(0.179198 -0.401735 0.898052)}
Vertex 7572 1.9483 17.1362 3.1968 {normal=(0.0636405 -0.461804 0.884696)}
Vertex 7573 1.94875 19.816 3.05174 {normal=(0.684454 0.0385292 0.728037)}
Vertex 7574 1.94925 20.531 -3.23084 {normal=(0.615755 0.109914 -0.780234)}
Vertex 7575 1.95051 16.8134 3.04239 {normal=(-0.208263 -0.332471 0.919831)}
Vertex 7576 1.95098 19.8285 3.04934 {normal=(0.514832 -0.354578 0.780527)}
Vertex 7577 1.95209 15.9554 -3.42424 {normal=(0.573671 -0.454648 -0.68132)}
Vertex 7578 1.95333 -33.605 -4.43582
Vertex 7579 1.95789 15.9261 2.93779 {normal=(0.643268 -0.0570825 0.76351)}
Vertex 7580 1.95962 16.5644 2.98442 {normal=(-0.206404 -0.151817 0.966617)}
Vertex 7581 1.95968 19.2169 3.01133 {normal=(-0.411275 0.911482 0.00729506)}
Vertex 7582 1.95997 16.089 2.92806 {normal=(0.41835 -0.00852956 0.908246)}
Vertex 7583 1.96019 -25.887 -3.31673
Vertex 7584 1.96203 19.2151 3.19577 {normal=(-0.220388 0.955717 0.195025)}
Vertex 7585 1.96255 14.3009 -2.62608 {normal=(0.720903 0.312517 -0.618572)}
Vertex 7586 1.96376 19.2187 2.64949 {normal=(-0.212371 0.95409 0.211214)}
Vertex 7587 1.96402 -33.2993 -3.565
Vertex 7588 1.9656 14.9641 0.320706 {normal=(0.874382 -0.313191 0.370631)}
Vertex 7589 1.96578 16.4455 -1.91395 {normal=(0.699099 0.0755896 -0.711018)}
Vertex 7590 1.96582 19.4081 3.07609 {normal=(0.650742 0.071553 0.75592)}
Vertex 7591 1.96583 19.2113 3.07609 {normal=(0.650744 -0.0714611 0.755927)}
Vertex 7592 1.96599 16.2635 2.95818 {normal=(0.0499346 -0.0887205 0.994804)}
Vertex 7593 1.96609 16.1024 2.92862 {normal=(0.276926 -0.195312 0.940832)}
Vertex 7594 1.96629 14.5756 0.170467 {normal=(0.86619 -0.144351 0.478411)}
Vertex 7595 1.9669 20.7222 3.33205 {normal=(0.522662 0.338765 0.782344)}
Vertex 7596 1.96909 20.1235 3.32556 {normal=(0.549947 -0.413302 0.725768)}
Vertex 7597 1.9692 11.7809 -0.093635
Vertex 7598 1.9701 11.8013 -0.082061 {normal=(0.641504 -0.273565 0.716683)}
Vertex 7599 1.97078 19.2131 3.20281 {normal=(0.12695 0.867834 0.480362)}
Vertex 7600 1.97202 22.2602 -2.0636 {normal=(0.624274 0.483665 -0.613474)}
Vertex 7601 1.97223 17.0215 3.14584 {normal=(-0.0933301 -0.427069 0.899389)}
Vertex 7602 1.97334 19.3097 3.07424 {normal=(0.656209 4.55386e-05 0.754579)}
Vertex 7603 1.97442 20.0023 2.81162 {normal=(0.655191 0.501447 0.565044)}
Vertex 7604 1.97442 18.617 2.81165 {normal=(0.655232 -0.501372 0.565064)}
Vertex 7605 1.9752 19.7883 2.95681 {normal=(0.656465 0.347039 0.66979)}
Vertex 7606 1.9752 18.8311 2.95684 {normal=(0.656483 -0.346971 0.669807)}
Vertex 7607 1.97622 12.4812 -0.053921 {normal=(0.811597 -0.0180672 0.583939)}
Vertex 7608 1.97798 18.8349 3.52164 {normal=(0.274259 0.411358 0.869233)}
Vertex 7609 1.97985 18.2866 3.56273 {normal=(0.265343 0.0569578 0.96247)}
Vertex 7610 1.98031 13.9625 0.009298 {normal=(0.867726 -0.0881997 0.489154)}
Vertex 7611 1.98194 18.8013 3.53177 {normal=(0.277081 0.132887 0.951613)}
Vertex 7612 1.98357 17.3087 -3.62741 {normal=(0.672538 0.140122 -0.726677)}
Vertex 7613 1.98385 15.1609 0.723394 {normal=(0.764275 -0.643704 0.0390895)}
Vertex 7614 1.98434 18.8218 3.52537 {normal=(0.336368 0.321131 0.885286)}
Vertex 7615 1.98533 18.8134 3.52791 {normal=(0.394982 0.194302 0.897907)}
Vertex 7616 1.9907 16.4807 -3.6711 {normal=(0.637644 -0.171066 -0.751097)}
Vertex 7617 1.9909 22.5201 1.87003 {normal=(0.593892 0.624796 0.506875)}
Vertex 7618 1.99189 19.2678 -3.10991 {normal=(0.675388 -0.0304208 -0.736835)}
Vertex 7619 1.99365 18.6968 3.5354 {normal=(0.283251 0.0882908 0.954973)}
Vertex 7620 1.99368 18.8262 3.51748 {normal=(0.510978 0.354229 0.783213)}
Vertex 7621 1.99419 15.1482 0.980799 {normal=(0.727599 -0.677296 -0.108948)}
Vertex 7622 1.99467 18.8178 3.52002 {normal=(0.539559 0.215479 0.813907)}
Vertex 7623 1.99488 -27.4976 -1.93941
Vertex 7624 1.99846 20.612 3.35853 {normal=(0.519334 0.345032 0.781822)}
Vertex 7625 1.99973 -23.8937 -4.80727
Vertex 7626 2.00039 17.0244 3.14796 {normal=(0.0741218 -0.363228 0.928747)}
Vertex 7627 2.00046 18.9796 3.42278 {normal=(0.36152 0.503965 0.784425)}
Vertex 7628 2.00278 19.8815 3.07429 {normal=(0.329923 -0.662043 0.672942)}
Vertex 7629 2.00279 16.2603 2.95321 {normal=(0.224192 -0.208331 0.952017)}
Vertex 7630 2.003 18.8963 3.47092 {normal=(0.36129 0.45751 0.812499)}
Vertex 7631 2.00594 7.82099 4.60024
Vertex 7632 2.00743 -32.2028 -3.85415 {normal=(-0.983832 -0.176856 -0.0282187)}
Vertex 7633 2.0078 20.2563 3.34013 {normal=(0.663848 -0.302311 0.684043)}
Vertex 7634 2.00832 15.1281 0.460017 {normal=(0.851331 -0.485878 0.197883)}
Vertex 7635 2.01094 19.1837 3.22366 {normal=(0.296489 0.750378 0.590786)}
Vertex 7636 2.01193 14.917 1.68431 {normal=(0.716239 -0.650612 -0.252401)}
Vertex 7637 2.01404 12.9591 -0.101724 {normal=(0.842608 0.00839751 0.538462)}
Vertex 7638 2.01508 18.4905 3.54399 {normal=(0.283035 0.0715119 0.95644)}
Vertex 7639 2.01917 20.2892 1.7919 {normal=(0.703305 0.704902 -0.0920601)}
Vertex 7640 2.01918 18.3301 1.79195 {normal=(0.703302 -0.704905 -0.0920611)}
Vertex 7641 2.02047 13.89 -2.77448 {normal=(0.72183 0.345571 -0.599618)}
Vertex 7642 2.02388 17.7922 3.51682 {normal=(0.225355 -0.276921 0.934093)}
Vertex 7643 2.0261 13.446 -0.144115 {normal=(0.874555 -0.0160252 0.484661)}
Vertex 7644 2.0267 19.5125 2.82671 {normal=(-0.596868 -0.802299 0.00805323)}
Vertex 7645 2.02803 19.5153 3.00914 {normal=(-0.333878 -0.858124 0.390063)}
Vertex 7646 2.02813 21.0915 2.95041 {normal=(0.655593 0.433331 0.618403)}
Vertex 7647 2.02895 -25.9603 -1.81046
Vertex 7648 2.02943 19.5105 2.46567 {normal=(-0.353724 -0.85844 0.37143)}
Vertex 7649 2.03189 20.1021 2.62727 {normal=(0.696269 0.573076 0.432196)}
Vertex 7650 2.0319 18.5172 2.62731 {normal=(0.69629 -0.573046 0.432203)}
Vertex 7651 2.03342 19.5189 3.01298 {normal=(0.306663 -0.4784 0.822855)}
Vertex 7652 2.03429 20.3507 3.36013 {normal=(0.705996 -0.372028 0.602632)}
Vertex 7653 2.03551 22.3044 2.058 {normal=(0.63245 0.549023 0.546426)}
Vertex 7654 2.03571 16.0401 2.88179 {normal=(0.506217 -0.130379 0.852494)}
Vertex 7655 2.03662 20.4937 3.38503 {normal=(0.584463 0.22233 0.780367)}
Vertex 7656 2.03911 17.0592 3.15193 {normal=(0.20528 -0.340967 0.917388)}
Vertex 7657 2.04003 19.6793 2.94088 {normal=(0.703469 0.268009 0.658258)}
Vertex 7658 2.04003 18.94 2.9409 {normal=(0.70348 -0.268044 0.658231)}
Vertex 7659 2.04093 15.0418 1.50788 {normal=(0.744799 -0.609591 -0.27143)}
Vertex 7660 2.0457 17.1922 3.20889 {normal=(0.231971 -0.445563 0.864675)}
Vertex 7661 2.04631 -22.3315 -4.77785
Vertex 7662 2.04632 19.5421 3.00823 {normal=(0.600318 -0.100767 0.793388)}
Vertex 7663 2.04645 16.5643 3.00162 {normal=(-0.0510952 -0.188637 0.980717)}
Vertex 7664 2.04828 15.7991 2.84817 {normal=(0.671678 -0.230945 0.703927)}
Vertex 7665 2.04854 16.817 3.06417 {normal=(-0.0782731 -0.320005 0.944177)}
Vertex 7666 2.04856 20.4067 3.38556 {normal=(0.697055 -0.174699 0.695409)}
Vertex 7667 2.0522 16.6511 -1.80202 {normal=(0.719268 0.0564428 -0.692436)}
Vertex 7668 2.053 15.0284 0.162007 {normal=(0.919334 -0.226777 0.321555)}
Vertex 7669 2.05332 -33.9647 -4.37041 {normal=(-0.979053 -0.179485 -0.0961304)}
Vertex 7670 2.05527 16.0862 2.88443 {normal=(0.403042 -0.244249 0.881986)}
Vertex 7671 2.05857 19.2645 2.89201 {normal=(-0.443864 0.896057 0.00821238)}
Vertex 7672 2.0592 20.2771 2.00522 {normal=(0.715514 0.69843 -0.0153411)}
Vertex 7673 2.05921 18.3422 2.00527 {normal=(0.715478 -0.698465 -0.0154425)}
Vertex 7674 2.06027 18.7047 3.50347 {normal=(0.498944 0.159258 0.851875)}
Vertex 7675 2.06146 19.2627 3.07545 {normal=(-0.200363 0.958719 0.201773)}
Vertex 7676 2.06164 18.8891 3.44123 {normal=(0.511845 0.382234 0.769358)}
Vertex 7677 2.06175 -27.4876 -3.33859
Vertex 7678 2.06184 19.2661 2.53032 {normal=(-0.223463 0.948821 0.223167)}
Vertex 7679 2.06203 14.6254 0.004696 {normal=(0.905016 -0.115799 0.409312)}
Vertex 7680 2.06564 20.1824 2.42811 {normal=(0.72034 0.63066 0.288753)}
Vertex 7681 2.06564 18.4369 2.42815 {normal=(0.720314 -0.630638 0.288867)}
Vertex 7682 2.06573 -32.4382 -2.82081
Vertex 7683 2.06673 19.5849 2.99489 {normal=(0.698118 0.0547692 0.713885)}
Vertex 7684 2.0674 15.2479 0.793363 {normal=(0.741428 -0.670005 -0.0371085)}
Vertex 7685 2.06818 15.2515 0.564334 {normal=(0.794208 -0.606356 0.0395657)}
Vertex 7686 2.0705 19.2608 3.08064 {normal=(0.18699 0.87206 0.452267)}
Vertex 7687 2.07136 19.8854 2.78779 {normal=(0.725363 0.416824 0.54782)}
Vertex 7688 2.07136 18.7339 2.78782 {normal=(0.725418 -0.416716 0.547829)}
Vertex 7689 2.07213 15.1605 1.30602 {normal=(0.754745 -0.625156 -0.198844)}
Vertex 7690 2.07252 14.0123 -0.156473 {normal=(0.90807 -0.0747012 0.412103)}
Vertex 7691 2.07481 20.2412 2.21904 {normal=(0.726812 0.672755 0.138363)}
Vertex 7692 2.07482 18.378 2.21909 {normal=(0.726751 -0.672818 0.138382)}
Vertex 7693 2.07607 19.7 2.91863 {normal=(0.789282 0.170525 0.589877)}
Vertex 7694 2.07624 22.0806 2.21092 {normal=(0.667613 0.47994 0.569166)}
Vertex 7695 2.07673 19.6881 2.9235 {normal=(0.807035 0.305269 0.505475)}
Vertex 7696 2.07697 19.6253 2.97265 {normal=(0.778659 0.278507 0.562249)}
Vertex 7697 2.07704 19.6632 2.94151 {normal=(0.800486 0.36753 0.473438)}
Vertex 7698 2.07746 17.3227 3.27791 {normal=(0.29674 -0.467785 0.83254)}
Vertex 7699 2.07796 12.0792 -0.205059 {normal=(0.811969 -0.0233326 0.583234)}
Vertex 7700 2.07806 19.7113 2.91446 {normal=(0.74122 0.01234 0.671149)}
Vertex 7701 2.07818 -33.679 -3.59156 {normal=(-0.959938 -0.19281 0.20333)}
Vertex 7702 2.07953 17.2729 -1.77223 {normal=(0.709583 -0.0581521 -0.702218)}
Vertex 7703 2.07999 -24.2927 -4.83908
Vertex 7704 2.08026 15.2214 0.315462 {normal=(0.913736 -0.37689 0.151791)}
Vertex 7705 2.08028 7.90822 4.89768
Vertex 7706 2.08069 14.8963 2.04352 {normal=(0.778147 -0.623924 0.0721536)}
Vertex 7707 2.0825 19.1269 3.25832 {normal=(0.386046 0.672936 0.630971)}
Vertex 7708 2.08273 19.7221 2.91099 {normal=(0.587626 -0.296222 0.752959)}
Vertex 7709 2.08344 16.8201 3.06475 {normal=(0.123168 -0.288709 0.949461)}
Vertex 7710 2.08424 16.5654 2.99983 {normal=(0.174321 -0.23103 0.957203)}
Vertex 7711 2.08709 -23.8256 -1.61062
Vertex 7712 2.08718 17.5969 -1.76757
Vertex 7713 2.08751 19.5613 2.9292 {normal=(0.737897 0.182443 0.649786)}
Vertex 7714 2.08752 19.058 2.92922 {normal=(0.737912 -0.182439 0.64977)}
Vertex 7715 2.08816 21.1173 -2.98346 {normal=(0.644244 0.196165 -0.739236)}
Vertex 7716 2.09079 20.966 2.99322 {normal=(0.353026 0.814969 0.459563)}
Vertex 7717 2.09634 15.6392 2.71839 {normal=(0.731345 -0.392776 0.55755)}
Vertex 7718 2.10127 16.2594 2.91527 {normal=(0.356683 -0.261777 0.8968)}
Vertex 7719 2.10151 17.0957 -1.98176 {normal=(-0.571848 -0.271661 0.774074)}
Vertex 7720 2.10206 15.4463 2.54847 {normal=(0.764582 -0.422407 0.486813)}
Vertex 7721 2.10416 19.9748 3.1266 {normal=(0.51491 -0.547006 0.66004)}
Vertex 7722 2.105 13.4879 -2.92562 {normal=(0.721189 0.373436 -0.583465)}
Vertex 7723 2.10772 19.4509 2.76344 {normal=(-0.623105 -0.782097 0.00805207)}
Vertex 7724 2.10887 -25.5735 -1.68668
Vertex 7725 2.10917 19.4534 2.94538 {normal=(-0.356567 -0.840245 0.40847)}
Vertex 7726 2.10978 18.0238 3.53373 {normal=(0.327395 -0.0615137 0.942883)}
Vertex 7727 2.10985 13.4958 -0.309886 {normal=(0.917401 0.00441733 0.397939)}
Vertex 7728 2.11003 19.4487 2.4026 {normal=(-0.38263 -0.795176 0.470415)}
Vertex 7729 2.11009 15.0835 0.025329 {normal=(0.926263 -0.178889 0.331716)}
Vertex 7730 2.11071 19.2398 3.08839 {normal=(0.353687 0.778214 0.51893)}
Vertex 7731 2.11084 12.5482 -0.250121 {normal=(0.843338 0.00709514 0.537336)}
Vertex 7732 2.11437 19.4564 2.9484 {normal=(0.344227 -0.413062 0.843142)}
Vertex 7733 2.11648 19.437 2.92209 {normal=(0.758896 0.0923621 0.644629)}
Vertex 7734 2.11648 19.1823 2.9221 {normal=(0.758904 -0.0922973 0.644629)}
Vertex 7735 2.11673 -33.1107 -3.69455
Vertex 7736 2.117 15.2732 1.07871 {normal=(0.759947 -0.638602 -0.12111)}
Vertex 7737 2.11758 15.252 2.37663 {normal=(0.776414 -0.369272 0.510705)}
Vertex 7738 2.12116 -22.2883 -1.48167
Vertex 7739 2.12255 23.1317 -0.279779 {normal=(0.496978 0.865474 -0.062992)}
Vertex 7740 2.12433 -33.3832 -4.43682
Vertex 7741 2.12469 14.6579 -0.1388 {normal=(0.910317 -0.106945 0.399858)}
Vertex 7742 2.12471 15.3215 0.192417 {normal=(0.934643 -0.319287 0.156518)}
Vertex 7743 2.12471 13.0262 -0.289771 {normal=(0.878075 0.0354101 0.477212)}
Vertex 7744 2.12499 -35.0093 -4.66006 {normal=(-0.929559 -0.166825 -0.32877)}
Vertex 7745 2.12515 21.8402 2.34155 {normal=(0.706676 0.424767 0.565845)}
Vertex 7746 2.12553 16.855 3.06795 {normal=(0.22267 -0.275586 0.935131)}
Vertex 7747 2.12621 19.3097 2.9197 {normal=(0.765959 3.95251e-05 0.64289)}
Vertex 7748 2.12677 11.8477 -0.297987
Vertex 7749 2.12798 17.5067 3.35752 {normal=(0.347448 -0.426367 0.835159)}
Vertex 7750 2.12812 11.868 -0.286415 {normal=(0.823726 -0.181502 0.537152)}
Vertex 7751 2.13146 14.0449 -0.299968 {normal=(0.914355 -0.0784905 0.397234)}
Vertex 7752 2.13242 19.4732 2.93451 {normal=(0.664171 -0.00451598 0.747567)}
Vertex 7753 2.13274 20.9554 3.02718 {normal=(0.295697 0.857443 0.421135)}
Vertex 7754 2.13329 15.3499 0.426008 {normal=(0.814237 -0.577008 -0.0638765)}
Vertex 7755 2.13415 19.7821 2.91988 {normal=(0.441789 -0.536674 0.718891)}
Vertex 7756 2.13531 19.0389 3.30479 {normal=(0.476496 0.55715 0.6801)}
Vertex 7757 2.1368 16.8698 -1.69237 {normal=(0.744686 0.0156652 -0.667231)}
Vertex 7758 2.13852 -24.2354 -1.57445
Vertex 7759 2.13946 19.4241 2.74036 {normal=(-0.742477 -0.669831 0.00735437)}
Vertex 7760 2.13947 -11.2875 3.18019 {normal=(0.19916 -0.390296 0.898891)}
Vertex 7761 2.14105 19.4264 2.92183 {normal=(-0.470614 -0.754046 0.458188)}
Vertex 7762 2.14106 19.3088 2.76844 {normal=(-0.629775 0.776728 0.0087761)}
Vertex 7763 2.14119 19.4219 2.37983 {normal=(-0.485573 -0.691028 0.535443)}
Vertex 7764 2.14215 19.3094 2.40781 {normal=(-0.369225 0.872675 0.319549)}
Vertex 7765 2.14281 19.9684 2.60001 {normal=(0.776475 0.476385 0.412486)}
Vertex 7766 2.14281 18.6509 2.60004 {normal=(0.776521 -0.476284 0.412515)}
Vertex 7767 2.14288 15.0562 2.20287 {normal=(0.802804 -0.437534 0.405055)}
Vertex 7768 2.14458 19.3071 2.95019 {normal=(-0.242084 0.927012 0.286433)}
Vertex 7769 2.14496 15.3341 0.633656 {normal=(0.744435 -0.667194 -0.0258453)}
Vertex 7770 2.14597 19.4287 2.92424 {normal=(0.356252 -0.30123 0.884503)}
Vertex 7771 2.148 13.2564 -3.01855
Vertex 7772 2.14935 19.7544 2.76862 {normal=(0.781824 0.321942 0.533952)}
Vertex 7773 2.14935 18.865 2.76864 {normal=(0.781854 -0.321892 0.533937)}
Vertex 7774 2.15024 -32.8637 -2.9009 {normal=(-0.863126 -0.205624 0.46123)}
Vertex 7775 2.15055 13.2767 -3.00697 {normal=(0.724952 0.326739 -0.606371)}
Vertex 7776 2.1527 19.304 2.95305 {normal=(0.26799 0.798257 0.539413)}
Vertex 7777 2.1545 -32.3061 -3.02674
Vertex 7778 2.15623 17.0575 3.11865 {normal=(0.26826 -0.307554 0.912933)}
Vertex 7779 2.15627 20.1239 1.7582 {normal=(0.801942 0.585956 -0.116381)}
Vertex 7780 2.15628 18.4954 1.75824 {normal=(0.801917 -0.586004 -0.116314)}
Vertex 7781 2.16114 13.5284 -0.453381 {normal=(0.92343 -0.00240812 0.38376)}
Vertex 7782 2.16201 17.1913 3.1681 {normal=(0.314081 -0.383214 0.86862)}
Vertex 7783 2.16207 19.3908 2.72327 {normal=(-0.894602 -0.446816 0.00659227)}
Vertex 7784 2.16316 19.3892 2.36297 {normal=(-0.6137 -0.428505 0.663141)}
Vertex 7785 2.16332 19.5038 2.90373 {normal=(0.751961 0.115953 0.64893)}
Vertex 7786 2.16396 15.9525 -2.29455 {normal=(-0.458136 -0.404826 0.791346)}
Vertex 7787 2.16428 19.3919 2.90443 {normal=(-0.663677 -0.546407 0.510854)}
Vertex 7788 2.16503 15.9504 2.7938 {normal=(0.635292 -0.241572 0.733517)}
Vertex 7789 2.16715 19.7935 -3.07764 {normal=(0.663593 -0.0780433 -0.744012)}
Vertex 7790 2.1689 20.9064 3.05414 {normal=(0.610022 0.524014 0.594376)}
Vertex 7791 2.16977 19.3925 2.90644 {normal=(0.298743 -0.180399 0.937128)}
Vertex 7792 2.17091 18.759 3.40889 {normal=(0.595506 0.24601 0.764756)}
Vertex 7793 2.17186 16.0213 -1.72006 {normal=(0.848701 0.0898847 -0.521178)}
Vertex 7794 2.17207 7.80563 5.07598
Vertex 7795 2.17358 19.4339 2.89678 {normal=(0.714178 0.0714443 0.696308)}
Vertex 7796 2.1737 16.5597 2.97428 {normal=(0.292781 -0.263369 0.919193)}
Vertex 7797 2.17551 20.1046 3.13649 {normal=(0.737033 -0.246202 0.629418)}
Vertex 7798 2.17556 19.351 2.71219 {normal=(-0.983799 0.179199 0.00517859)}
Vertex 7799 2.17593 19.3504 2.35203 {normal=(-0.635332 0.307776 0.708256)}
Vertex 7800 2.17593 15.6243 -1.83938 {normal=(0.857683 0.158371 -0.489182)}
Vertex 7801 2.17681 15.4563 0.308415 {normal=(0.789699 -0.593529 -0.155238)}
Vertex 7802 2.17885 19.3501 2.89318 {normal=(-0.775095 0.281492 0.565676)}
Vertex 7803 2.17962 15.3737 0.886465 {normal=(0.764478 -0.642658 -0.0506326)}
Vertex 7804 2.18206 19.1996 3.09872 {normal=(0.466739 0.711432 0.525376)}
Vertex 7805 2.18224 21.5831 2.44988 {normal=(0.752165 0.373961 0.542588)}
Vertex 7806 2.18293 19.5323 2.86524 {normal=(0.817863 0.312264 0.483312)}
Vertex 7807 2.18468 19.2951 2.93966 {normal=(0.471347 0.681831 0.559409)}
Vertex 7808 2.18579 19.3479 2.89498 {normal=(0.417204 0.388426 0.821624)}
Vertex 7809 2.18779 20.0352 2.39808 {normal=(0.808587 0.524286 0.267042)}
Vertex 7810 2.1878 18.5841 2.39812 {normal=(0.808614 -0.524186 0.267156)}
Vertex 7811 2.18832 15.0636 1.84234 {normal=(0.76281 -0.608602 -0.21846)}
Vertex 7812 2.18948 18.4809 3.47171 {normal=(0.512189 0.111509 0.851603)}
Vertex 7813 2.19027 22.9227 -1.10581 {normal=(0.594121 0.743951 -0.305872)}
Vertex 7814 2.19127 19.5586 2.81904 {normal=(0.83221 0.391154 0.39297)}
Vertex 7815 2.19132 18.9711 3.31763 {normal=(0.577662 0.426236 0.696154)}
Vertex 7816 2.19214 17.3234 3.22211 {normal=(0.398886 -0.414876 0.817782)}
Vertex 7817 2.19412 19.5883 2.78604 {normal=(0.824724 0.211349 0.524558)}
Vertex 7818 2.1946 20.1139 1.97193 {normal=(0.81321 0.580634 -0.0394266)}
Vertex 7819 2.19461 18.5054 1.97197 {normal=(0.81321 -0.580629 -0.0394829)}
Vertex 7820 2.195 19.5772 2.79264 {normal=(0.839778 0.347619 0.417053)}
Vertex 7821 2.19533 15.0112 -2.00055 {normal=(0.861127 0.162687 -0.481657)}
Vertex 7822 2.19631 15.4422 0.035051 {normal=(0.924807 -0.308823 0.222172)}
Vertex 7823 2.19667 19.5987 2.7806 {normal=(0.757994 -0.00127731 0.65226)}
Vertex 7824 2.19728 17.7443 3.44772 {normal=(0.400229 -0.312052 0.86165)}
Vertex 7825 2.19928 20.8189 3.07408 {normal=(0.69332 0.362658 0.622725)}
Vertex 7826 2.20053 15.172 -0.149886 {normal=(0.908856 -0.165418 0.382907)}
Vertex 7827 2.20104 19.3914 2.87476 {normal=(0.722882 0.116093 0.681149)}
Vertex 7828 2.20167 13.076 -0.455543 {normal=(0.92304 0.0722734 0.377855)}
Vertex 7829 2.20264 19.6084 2.77633 {normal=(0.617682 -0.260282 0.742106)}
Vertex 7830 2.2052 20.084 2.18699 {normal=(0.820927 0.559292 0.115204)}
Vertex 7831 2.2052 18.5352 2.18703 {normal=(0.820956 -0.55925 0.115196)}
Vertex 7832 2.20598 18.254 3.48179 {normal=(0.455451 0.0786629 0.886779)}
Vertex 7833 2.20647 19.6124 2.75458 {normal=(0.823187 0.219124 0.523783)}
Vertex 7834 2.20647 19.007 2.7546 {normal=(0.823187 -0.219139 0.523777)}
Vertex 7835 2.20662 15.2036 1.6368 {normal=(0.782091 -0.560593 -0.272156)}
Vertex 7836 2.21147 16.0618 2.80064 {normal=(0.608813 -0.285694 0.740085)}
Vertex 7837 2.2122 12.1461 -0.401259 {normal=(0.845739 0.00187825 0.533593)}
Vertex 7838 2.21221 15.4141 0.493643 {normal=(0.721632 -0.684887 -0.100884)}
Vertex 7839 2.21279 14.4947 -2.15396 {normal=(0.869533 0.209099 -0.447426)}
Vertex 7840 2.21479 19.3456 2.86844 {normal=(0.65438 0.370261 0.659313)}
Vertex 7841 2.21682 20.2707 3.10395 {normal=(0.827058 -0.135745 0.54548)}
Vertex 7842 2.22008 -22.2766 -1.94615
Vertex 7843 2.22096 12.6153 -0.438169 {normal=(0.882174 0.0394876 0.469265)}
Vertex 7844 2.22299 15.4756 -2.58509
Vertex 7845 2.22345 16.8133 3.0298 {normal=(0.248079 -0.263496 0.932216)}
Vertex 7846 2.2239 19.4421 2.83946 {normal=(0.788811 0.166579 0.591632)}
Vertex 7847 2.22479 14.7304 -0.322939 {normal=(0.89055 -0.114554 0.440224)}
Vertex 7848 2.22611 17.4561 -1.65197 {normal=(0.764789 -0.0742756 -0.639985)}
Vertex 7849 2.22615 17.0856 -1.58755 {normal=(0.772745 -0.0450082 -0.633119)}
Vertex 7850 2.22866 -27.4857 -2.0479
Vertex 7851 2.22951 16.2022 -1.6426 {normal=(0.854725 0.012046 -0.518942)}
Vertex 7852 2.22983 14.1173 -0.484108 {normal=(0.889622 -0.10072 0.445452)}
Vertex 7853 2.23109 15.3276 1.42013 {normal=(0.792164 -0.577988 -0.195975)}
Vertex 7854 2.23204 19.8185 2.57807 {normal=(0.841035 0.367935 0.396591)}
Vertex 7855 2.23204 18.8009 2.5781 {normal=(0.84104 -0.367846 0.396663)}
Vertex 7856 2.23235 19.8915 2.94114 {normal=(0.628119 -0.423363 0.652864)}
Vertex 7857 2.23239 21.3462 2.5374 {normal=(0.791027 0.329273 0.515612)}
Vertex 7858 2.23249 20.7193 3.09577 {normal=(0.696498 0.355851 0.623105)}
Vertex 7859 2.23773 -33.7206 -5.04736
Vertex 7860 2.23816 15.8314 2.65936 {normal=(0.822207 -0.31966 0.470948)}
Vertex 7861 2.24051 19.2803 2.91 {normal=(0.581235 0.639591 0.50308)}
Vertex 7862 2.24058 -23.929 -4.6972
Vertex 7863 2.24132 19.4629 2.74602 {normal=(0.848411 0.110935 0.517583)}
Vertex 7864 2.24132 19.1564 2.74603 {normal=(0.848418 -0.110905 0.517578)}
Vertex 7865 2.24245 -25.6286 -4.77163
Vertex 7866 2.2436 17.504 3.2882 {normal=(0.487544 -0.406426 0.772734)}
Vertex 7867 2.24474 13.1086 -0.599037 {normal=(0.927905 0.0658286 0.366958)}
Vertex 7868 2.24534 15.5892 0.164112 {normal=(0.774484 -0.61037 -0.166202)}
Vertex 7869 2.24778 19.1484 3.10031 {normal=(0.611961 0.606494 0.507611)}
Vertex 7870 2.24935 21.4833 -2.73383 {normal=(0.666811 0.277059 -0.69181)}
Vertex 7871 2.25053 17.0201 3.08181 {normal=(0.26406 -0.276475 0.924031)}
Vertex 7872 2.2514 15.462 0.729283 {normal=(0.769556 -0.638556 -0.00539536)}
Vertex 7873 2.25209 13.6009 -0.637521 {normal=(0.893914 -0.0442155 0.446053)}
Vertex 7874 2.25303 19.3097 2.74314 {normal=(0.856893 3.4877e-05 0.515494)}
Vertex 7875 2.25506 19.665 2.76901 {normal=(0.518091 -0.422875 0.743477)}
Vertex 7876 2.25512 15.683 2.47845 {normal=(0.880781 -0.32936 0.340216)}
Vertex 7877 2.25611 22.4791 -1.63011 {normal=(0.668078 0.515919 -0.536189)}
Vertex 7878 2.25706 20.4698 3.10082 {normal=(0.837994 -0.335917 0.430031)}
Vertex 7879 2.25808 19.3885 2.8094 {normal=(0.804635 0.188603 0.56302)}
Vertex 7880 2.25981 11.9146 -0.494187
Vertex 7881 2.2614 16.2607 2.84436 {normal=(0.594614 -0.303086 0.744697)}
Vertex 7882 2.26158 11.935 -0.482614 {normal=(0.861039 -0.162244 0.481964)}
Vertex 7883 2.26162 19.4488 2.7761 {normal=(0.847398 0.311844 0.429731)}
Vertex 7884 2.26193 14.0749 -2.29962 {normal=(0.874099 0.257058 -0.412156)}
Vertex 7885 2.26414 -25.8848 -1.91362
Vertex 7886 2.26585 19.3432 2.81356 {normal=(0.756279 0.361722 0.54516)}
Vertex 7887 2.26656 19.9385 1.73109 {normal=(0.881327 0.452538 -0.135913)}
Vertex 7888 2.26657 18.6807 1.73112 {normal=(0.88131 -0.45259 -0.135846)}
Vertex 7889 2.26717 15.4877 0.373321 {normal=(0.668377 -0.710083 -0.221485)}
Vertex 7890 2.26789 23.0141 0.347768 {normal=(0.626769 0.766071 0.142464)}
Vertex 7891 2.26854 20.6076 3.1192 {normal=(0.758582 0.219464 0.613505)}
Vertex 7892 2.26908 15.4358 1.19234 {normal=(0.798535 -0.589234 -0.123065)}
Vertex 7893 2.27015 -25.6136 -1.89087
Vertex 7894 2.2702 20.4037 3.0332 {normal=(0.901413 -0.165612 0.400034)}
Vertex 7895 2.27341 -24.1989 -4.68357
Vertex 7896 2.27559 21.1295 2.60413 {normal=(0.799824 0.376323 0.467613)}
Vertex 7897 2.27592 -26.0217 -4.7316
Vertex 7898 2.27673 20.5244 3.12088 {normal=(0.837665 -0.184813 0.513966)}
Vertex 7899 2.2778 16.4177 -1.55974 {normal=(0.867465 0.00699543 -0.497449)}
Vertex 7900 2.27832 17.1904 3.12731 {normal=(0.322767 -0.312357 0.893451)}
Vertex 7901 2.27861 15.6648 -2.85336 {normal=(0.704307 -0.584893 -0.402309)}
Vertex 7902 2.28124 15.6539 2.34734 {normal=(0.911807 -0.264369 0.314193)}
Vertex 7903 2.28176 17.9757 3.45587 {normal=(0.505529 -0.0899261 0.85811)}
Vertex 7904 2.28606 19.87 2.37393 {normal=(0.879637 0.404887 0.24961)}
Vertex 7905 2.28607 18.7493 2.37396 {normal=(0.879645 -0.404828 0.249676)}
Vertex 7906 2.28675 19.4542 2.7067 {normal=(0.8581 0.366742 0.359396)}
Vertex 7907 2.28841 15.4456 2.19616 {normal=(0.892143 -0.249718 0.37646)}
Vertex 7908 2.28939 -33.5132 -3.54935 {normal=(-0.869741 -0.489497 0.0627902)}
Vertex 7909 2.28939 19.2559 2.87058 {normal=(0.734812 0.536716 0.414712)}
Vertex 7910 2.29109 15.5833 -0.156639 {normal=(0.957593 -0.239189 0.160635)}
Vertex 7911 2.29315 15.6057 2.2721 {normal=(0.905874 -0.225814 0.35833)}
Vertex 7912 2.29621 12.6651 -0.60394 {normal=(0.928563 0.0861079 0.361049)}
Vertex 7913 2.29739 19.656 2.56201 {normal=(0.888305 0.250426 0.384969)}
Vertex 7914 2.29739 18.9633 2.56203 {normal=(0.888275 -0.250453 0.38502)}
Vertex 7915 2.29985 19.461 2.66714 {normal=(0.855869 0.349067 0.381629)}
Vertex 7916 2.30041 22.7821 0.875445 {normal=(0.697415 0.659425 0.280662)}
Vertex 7917 2.3005 15.1855 1.90996 {normal=(0.87488 -0.483757 -0.0237492)}
Vertex 7918 2.30095 19.4693 2.65741 {normal=(0.837589 0.214113 0.502593)}
Vertex 7919 2.3023 15.2638 2.03824 {normal=(0.901695 -0.330444 0.278841)}
Vertex 7920 2.30262 -24.1483 -1.76796
Vertex 7921 2.30354 19.9308 1.94516 {normal=(0.891881 0.448427 -0.0588315)}
Vertex 7922 2.30355 18.6885 1.94519 {normal=(0.891884 -0.448427 -0.0587978)}
Vertex 7923 2.30457 19.4781 2.65015 {normal=(0.753527 -0.0141448 0.657265)}
Vertex 7924 2.30463 16.0309 2.66512 {normal=(0.873015 -0.2785 0.400353)}
Vertex 7925 2.30682 17.3241 3.16631 {normal=(0.429894 -0.327855 0.84125)}
Vertex 7926 2.30787 19.086 3.09316 {normal=(0.696271 0.529947 0.48411)}
Vertex 7927 2.30848 19.3809 2.72552 {normal=(0.876881 0.251127 0.409896)}
Vertex 7928 2.30863 -23.877 -1.74521
Vertex 7929 2.30978 20.0342 2.90092 {normal=(0.834598 -0.13704 0.533542)}
Vertex 7930 2.3101 19.9078 2.16121 {normal=(0.896706 0.431965 0.0965632)}
Vertex 7931 2.3101 18.7115 2.16124 {normal=(0.896724 -0.431924 0.0965792)}
Vertex 7932 2.31073 19.4876 2.64537 {normal=(0.639772 -0.214846 0.737925)}
Vertex 7933 2.31245 19.3388 2.73603 {normal=(0.858071 0.303288 0.414404)}
Vertex 7934 2.31344 15.333 1.68986 {normal=(0.819629 -0.513546 -0.253928)}
Vertex 7935 2.314 -34.0872 -4.97328 {normal=(-0.801999 -0.169747 -0.572698)}
Vertex 7936 2.31481 16.5473 2.92496 {normal=(0.567558 -0.294274 0.768948)}
Vertex 7937 2.31596 -30.8593 -2.03129
Vertex 7938 2.31639 17.733 3.36637 {normal=(0.57618 -0.315807 0.753845)}
Vertex 7939 2.31661 15.5359 0.595206 {normal=(0.771099 -0.636657 0.00857263)}
Vertex 7940 2.31673 17.267 -1.71016 {normal=(-0.711306 -0.225581 0.665701)}
Vertex 7941 2.3174 18.3778 -2.88612 {normal=(0.769343 0.158071 -0.618971)}
Vertex 7942 2.31829 15.294 -0.36364 {normal=(0.954114 -0.0861008 0.286799)}
Vertex 7943 2.31857 13.664 -2.44802 {normal=(0.873635 0.296714 -0.385647)}
Vertex 7944 2.31896 21.0188 2.65016 {normal=(0.527427 0.816049 0.236399)}
Vertex 7945 2.32049 17.7304 -1.59039
Vertex 7946 2.32066 16.6679 -1.47148 {normal=(0.869108 -0.0185185 -0.494275)}
Vertex 7947 2.32092 12.2132 -0.589307 {normal=(0.886194 0.035315 0.461967)}
Vertex 7948 2.32317 17.2983 -1.48755 {normal=(0.829235 -0.0572671 -0.555958)}
Vertex 7949 2.32472 15.5382 1.0027 {normal=(0.807182 -0.587793 -0.0543783)}
Vertex 7950 2.32526 -30.3048 -2.1879 {normal=(-0.779013 -0.0659338 0.623531)}
Vertex 7951 2.32559 18.8597 3.25166 {normal=(0.685606 0.339665 0.643872)}
Vertex 7952 2.32563 13.1811 -0.783177 {normal=(0.89699 0.018532 0.441662)}
Vertex 7953 2.33131 19.2218 2.82139 {normal=(0.775685 0.508975 0.373172)}
Vertex 7954 2.33377 7.56557 5.12066
Vertex 7955 2.33396 15.9939 -3.08556 {normal=(0.732021 -0.418413 -0.537657)}
Vertex 7956 2.33406 22.5705 1.24316 {normal=(0.731354 0.593297 0.336334)}
Vertex 7957 2.33474 15.9937 2.47786 {normal=(0.95066 -0.234821 0.202741)}
Vertex 7958 2.33525 15.7488 -0.0069 {normal=(0.813155 -0.53762 -0.223032)}
Vertex 7959 2.33646 12.6976 -0.747435 {normal=(0.932755 0.0857211 0.350171)}
Vertex 7960 2.33724 19.3852 2.65199 {normal=(0.892372 0.262695 0.366965)}
Vertex 7961 2.33726 19.485 2.55222 {normal=(0.917123 0.126796 0.377899)}
Vertex 7962 2.33726 19.1343 2.55223 {normal=(0.917124 -0.126768 0.377908)}
Vertex 7963 2.33747 20.3223 -2.91731 {normal=(0.709723 0.0708181 -0.700912)}
Vertex 7964 2.33919 -35.0338 -3.30494 {normal=(-0.943779 -0.162573 0.28784)}
Vertex 7965 2.34184 19.3236 2.67149 {normal=(0.827131 0.363805 0.428369)}
Vertex 7966 2.34338 17.6154 -1.49608 {normal=(0.86218 -0.0812571 -0.500044)}
Vertex 7967 2.34433 18.5497 3.33846 {normal=(0.656496 0.177594 0.733126)}
Vertex 7968 2.34643 15.4565 1.52431 {normal=(0.840271 -0.508905 -0.186978)}
Vertex 7969 2.34735 19.7377 1.71123 {normal=(0.939434 0.308086 -0.150156)}
Vertex 7970 2.34735 18.8816 1.71125 {normal=(0.939446 -0.308049 -0.150158)}
Vertex 7971 2.34834 19.3666 2.63376 {normal=(0.846309 0.282501 0.451613)}
Vertex 7972 2.34856 19.1688 -2.73188 {normal=(0.750661 -0.0693445 -0.657038)}
Vertex 7973 2.3491 15.6132 0.2373 {normal=(0.655248 -0.695586 -0.294636)}
Vertex 7974 2.35066 19.3097 2.54893 {normal=(0.926813 2.86218e-05 0.375524)}
Vertex 7975 2.35143 16.7983 2.99258 {normal=(0.552087 -0.26753 0.789701)}
Vertex 7976 2.35334 19.3997 2.60385 {normal=(0.890939 0.274618 0.36168)}
Vertex 7977 2.35391 19.7684 2.75862 {normal=(0.677477 -0.300114 0.671533)}
Vertex 7978 2.35474 -30.8039 -2.24334
Vertex 7979 2.35498 14.8428 -0.547725 {normal=(0.947291 -0.0649519 0.31372)}
Vertex 7980 2.35542 19.4065 2.59256 {normal=(0.783835 0.215916 0.582223)}
Vertex 7981 2.35635 17.4984 3.2082 {normal=(0.568809 -0.329386 0.753632)}
Vertex 7982 2.35756 19.3933 2.5966 {normal=(0.795513 0.321543 0.513584)}
Vertex 7983 2.35804 19.6911 2.35624 {normal=(0.931646 0.275583 0.236831)}
Vertex 7984 2.35804 18.9282 2.35626 {normal=(0.931634 -0.275588 0.236873)}
Vertex 7985 2.35894 16.2705 2.7148 {normal=(0.892415 -0.262719 0.366843)}
Vertex 7986 2.36053 21.7101 -2.07318 {normal=(0.723409 0.558443 -0.405982)}
Vertex 7987 2.36119 14.2297 -0.708894 {normal=(0.943711 -0.069229 0.323445)}
Vertex 7988 2.36241 19.4046 2.58704 {normal=(0.550008 0.271426 0.789822)}
Vertex 7989 2.36249 21.0142 2.67548 {normal=(0.394473 0.908885 0.135346)}
Vertex 7990 2.36378 19.4121 2.58402 {normal=(0.59018 0.118267 0.798561)}
Vertex 7991 2.36412 15.7678 -1.29214 {normal=(0.976666 0.043107 -0.210393)}
Vertex 7992 2.36415 21.6966 -2.1019 {normal=(0.631039 0.774785 0.0386949)}
Vertex 7993 2.36455 19.3914 2.59108 {normal=(0.646858 0.34956 0.677778)}
Vertex 7994 2.3655 19.5301 2.62167 {normal=(0.572121 -0.340901 0.745965)}
Vertex 7995 2.36646 20.2103 2.79921 {normal=(0.889105 -0.0401707 0.455938)}
Vertex 7996 2.36698 11.9817 -0.682235
Vertex 7997 2.36744 16.0201 2.34359 {normal=(0.969991 -0.194226 0.146266)}
Vertex 7998 2.36885 22.3794 1.45092 {normal=(0.769623 0.508542 0.38609)}
Vertex 7999 2.36913 12.0021 -0.670662 {normal=(0.902772 -0.131518 0.409519)}
Vertex 8000 2.37004 19.4215 2.57898 {normal=(0.607712 -0.0703815 0.791032)}
Vertex 8001 2.37127 17.014 3.04722 {normal=(0.554704 -0.255655 0.791798)}
Vertex 8002 2.37281 -31.3416 -2.10853 {normal=(-0.700858 -0.159383 0.695266)}
Vertex 8003 2.37332 15.5955 0.484235 {normal=(0.780374 -0.624628 -0.0292503)}
Vertex 8004 2.37727 15.9721 2.22351 {normal=(0.97297 -0.158026 0.168395)}
Vertex 8005 2.378 15.7606 -0.566094 {normal=(0.99348 -0.0644677 0.0940285)}
Vertex 8006 2.37844 13.7133 -0.862307 {normal=(0.941761 -0.0208018 0.33564)}
Vertex 8007 2.3789 15.4049 1.76572 {normal=(0.921359 -0.38171 -0.073457)}
Vertex 8008 2.37983 16.2147 -1.99832 {normal=(-0.590466 -0.381996 0.710936)}
Vertex 8009 2.37996 15.3582 -1.42214 {normal=(0.973519 0.0919999 -0.209276)}
Vertex 8010 2.38011 16.9032 -1.37634 {normal=(0.869074 -0.0638865 -0.490539)}
Vertex 8011 2.38131 19.3922 2.58178 {normal=(0.609975 0.210148 0.764047)}
Vertex 8012 2.38142 18.2008 3.38196 {normal=(0.606175 0.125984 0.785289)}
Vertex 8013 2.38268 19.3997 2.57875 {normal=(0.588591 0.164158 0.791589)}
Vertex 8014 2.38333 19.7324 1.92555 {normal=(0.949479 0.30523 -0.072975)}
Vertex 8015 2.38333 18.8868 1.92557 {normal=(0.949471 -0.305257 -0.0729572)}
Vertex 8016 2.38355 17.2575 -3.2152 {normal=(0.765187 0.135325 -0.629426)}
Vertex 8017 2.38386 15.5809 1.31468 {normal=(0.861967 -0.494325 -0.112498)}
Vertex 8018 2.38552 -32.2529 -5.28061 {normal=(-0.819317 -0.134023 -0.557456)}
Vertex 8019 2.3865 11.132 -5.6933 {normal=(0.0352919 0.224886 -0.973746)}
Vertex 8020 2.38692 19.7168 2.14233 {normal=(0.952201 0.294 0.0829253)}
Vertex 8021 2.38693 18.9025 2.14235 {normal=(0.952197 -0.294005 0.08296)}
Vertex 8022 2.38907 16.4629 -3.28168 {normal=(0.762844 -0.159546 -0.62659)}
Vertex 8023 2.38917 15.9239 2.14826 {normal=(0.94928 -0.123093 0.289337)}
Vertex 8024 2.38938 7.39991 4.99909
Vertex 8025 2.39036 -33.5131 -4.9756
Vertex 8026 2.39158 15.4838 1.87269 {normal=(0.956327 -0.241072 0.165295)}
Vertex 8027 2.39191 15.6349 0.851211 {normal=(0.816811 -0.576888 0.00453481)}
Vertex 8028 2.39223 15.9739 -1.19331 {normal=(0.982748 -0.0425311 -0.179992)}
Vertex 8029 2.39261 14.7452 -1.58331 {normal=(0.973818 0.0832568 -0.211535)}
Vertex 8030 2.39331 15.4926 -0.744391 {normal=(0.997339 0.0030692 0.0728445)}
Vertex 8031 2.39388 16.2886 2.52657 {normal=(0.973485 -0.186733 0.132128)}
Vertex 8032 2.39403 12.2631 -0.755078 {normal=(0.933463 0.0844324 0.348595)}
Vertex 8033 2.39463 17.1894 3.08652 {normal=(0.592772 -0.261467 0.761745)}
Vertex 8034 2.39522 20.9752 2.69806 {normal=(0.736799 0.567164 0.368038)}
Vertex 8035 2.39631 22.1747 1.63722 {normal=(0.794141 0.44087 0.418299)}
Vertex 8036 2.39663 19.5263 1.69912 {normal=(0.974907 0.15594 -0.158867)}
Vertex 8037 2.39663 19.0929 1.69913 {normal=(0.974903 -0.155976 -0.158856)}
Vertex 8038 2.39878 16.0345 -0.525407 {normal=(0.978031 -0.202133 -0.0509631)}
Vertex 8039 2.39945 15.6667 1.98798 {normal=(0.944591 -0.19027 0.267478)}
Vertex 8040 2.40109 16.55 2.80839 {normal=(0.895752 -0.24273 0.37244)}
Vertex 8041 2.40195 19.5027 2.34545 {normal=(0.963372 0.139505 0.229024)}
Vertex 8042 2.40195 19.1166 2.34546 {normal=(0.96337 -0.139474 0.229054)}
Vertex 8043 2.40391 17.9407 3.35805 {normal=(0.672248 -0.135644 0.727793)}
Vertex 8044 2.40524 14.2287 -1.73672 {normal=(0.975298 0.127031 -0.180711)}
Vertex 8045 2.40561 21.6929 -2.1762 {normal=(0.485596 0.818505 0.306996)}
Vertex 8046 2.4061 13.262 -2.59915 {normal=(0.871867 0.327292 -0.364318)}
Vertex 8047 2.40704 16.4854 2.12529 {normal=(0.988276 0.00676456 0.152525)}
Vertex 8048 2.40802 16.2231 2.21983 {normal=(0.995993 -0.0685183 0.0574667)}
Vertex 8049 2.40879 16.497 2.255 {normal=(0.998833 -0.0223692 -0.0427951)}
Vertex 8050 2.41024 16.2728 2.36158 {normal=(0.991988 -0.118735 0.0431416)}
Vertex 8051 2.4116 16.7024 2.23696 {normal=(0.997763 -0.0429951 -0.0511969)}
Vertex 8052 2.41282 19.3352 2.56621 {normal=(0.722335 0.293424 0.626206)}
Vertex 8053 2.41319 19.3096 1.69506 {normal=(0.986826 -1.13463e-05 -0.161785)}
Vertex 8054 2.41395 12.7701 -0.931575 {normal=(0.900609 0.0420817 0.432588)}
Vertex 8055 2.41467 16.2122 -1.1342 {normal=(0.980603 -0.0851172 -0.176558)}
Vertex 8056 2.41507 15.8273 2.0426 {normal=(0.939101 -0.145694 0.311227)}
Vertex 8057 2.41644 21.9564 1.80206 {normal=(0.816952 0.36721 0.444686)}
Vertex 8058 2.41645 16.8393 2.16571 {normal=(0.99736 -0.0705452 0.0172429)}
Vertex 8059 2.41671 19.3097 2.34183 {normal=(0.974031 3.02837e-05 0.226417)}
Vertex 8060 2.41678 16.6257 2.07954 {normal=(0.983615 -0.000434814 0.180279)}
Vertex 8061 2.41691 15.547 1.61857 {normal=(0.916658 -0.388686 -0.093069)}
Vertex 8062 2.41714 20.9017 2.7179 {normal=(0.825557 0.357571 0.436576)}
Vertex 8063 2.41832 16.2132 2.1118 {normal=(0.97643 -0.019137 0.214984)}
Vertex 8064 2.4196 18.9814 3.02407 {normal=(0.746517 0.485181 0.455316)}
Vertex 8065 2.42123 17.5367 -1.3271 {normal=(0.896289 -0.0222058 -0.442914)}
Vertex 8066 2.4215 17.3248 3.11051 {normal=(0.664852 -0.255544 0.701904)}
Vertex 8067 2.42548 15.9717 -0.167505 {normal=(0.835973 -0.449367 -0.314989)}
Vertex 8068 2.42568 11.5285 1.66807
Vertex 8069 2.42568 11.8225 2.11012
Vertex 8070 2.4257 14.0406 -3.75157
Vertex 8071 2.42576 13.2844 -3.40238
Vertex 8072 2.42592 13.0009 1.20876
Vertex 8073 2.42593 11.8018 0.889532
Vertex 8074 2.42616 14.0353 0.16341
Vertex 8075 2.42618 12.1175 -0.013846
Vertex 8076 2.42633 14.7589 -1.74606
Vertex 8077 2.42637 12.6895 -1.66557
Vertex 8078 2.42644 15.0521 -0.914126 {normal=(0.997841 0.0189939 0.0628717)}
Vertex 8079 2.42683 19.4423 2.53882 {normal=(0.640276 -0.212539 0.738156)}
Vertex 8080 2.42691 17.7134 3.25298 {normal=(0.69376 -0.28733 0.660408)}
Vertex 8081 2.42751 20.3482 2.69387 {normal=(0.898248 -0.0659742 0.434509)}
Vertex 8082 2.43048 16.7552 2.01844 {normal=(0.973402 -0.0138631 0.228684)}
Vertex 8083 2.43089 16.962 2.11436 {normal=(0.987468 -0.131019 0.0879837)}
Vertex 8084 2.4309 -11.3423 3.0219
Vertex 8085 2.43145 12.2956 -0.898571 {normal=(0.937332 0.0832409 0.338348)}
Vertex 8086 2.432 19.5237 1.91359 {normal=(0.984614 0.154536 -0.0815772)}
Vertex 8087 2.432 19.0956 1.9136 {normal=(0.984615 -0.154521 -0.0815825)}
Vertex 8088 2.43253 16.5678 2.62457 {normal=(0.980951 -0.166188 0.100585)}
Vertex 8089 2.43265 16.7969 2.88128 {normal=(0.896828 -0.213515 0.387441)}
Vertex 8090 2.43282 21.6292 -2.48196 {normal=(0.719347 0.423363 -0.55073)}
Vertex 8091 2.43379 19.5157 2.13081 {normal=(0.986046 0.148817 0.0746168)}
Vertex 8092 2.43379 19.1035 2.13082 {normal=(0.986041 -0.148835 0.0746362)}
Vertex 8093 2.4341 15.6976 1.13755 {normal=(0.880701 -0.472354 -0.0353134)}
Vertex 8094 2.43458 21.7149 1.94278 {normal=(0.843876 0.288947 0.452088)}
Vertex 8095 2.4351 16.5502 2.44011 {normal=(0.995309 -0.08672 -0.042894)}
Vertex 8096 2.43583 14.439 -1.07529 {normal=(0.998204 0.00466879 0.0597216)}
Vertex 8097 2.43727 16.8988 2.33728 {normal=(0.988345 -0.0862791 -0.12542)}
Vertex 8098 2.43738 16.4828 -1.1148 {normal=(0.966202 -0.12357 -0.22624)}
Vertex 8099 2.43802 19.9041 2.67653 {normal=(0.851477 -0.0487395 0.522122)}
Vertex 8100 2.43822 20.59 2.76255 {normal=(0.845371 -0.387047 0.368162)}
Vertex 8101 2.43854 12.0315 -0.848005
Vertex 8102 2.43905 19.4018 2.52046 {normal=(0.706123 -0.001527 0.708088)}
Vertex 8103 2.44098 12.0519 -0.836433 {normal=(0.949658 -0.0862711 0.301176)}
Vertex 8104 2.44127 20.8154 2.74016 {normal=(0.8315 0.342714 0.437213)}
Vertex 8105 2.44203 13.2935 -1.00796 {normal=(0.941159 0.0431402 0.335198)}
Vertex 8106 2.44277 17.0234 2.27174 {normal=(0.987784 -0.141519 -0.0652348)}
Vertex 8107 2.44363 16.0969 2.03181 {normal=(0.942251 -0.0341902 0.333159)}
Vertex 8108 2.44411 16.7588 2.43201 {normal=(0.984318 -0.0537619 -0.168012)}
Vertex 8109 2.44691 16.394 2.00706 {normal=(0.950643 0.021901 0.309513)}
Vertex 8110 2.44701 20.5256 2.70008 {normal=(0.895527 -0.163614 0.413838)}
Vertex 8111 2.44836 19.3096 1.90957 {normal=(0.996426 -1.07766e-05 -0.0844764)}
Vertex 8112 2.44896 13.0305 -2.69208
Vertex 8113 2.44924 16.87 1.9694 {normal=(0.962089 -0.0640171 0.265115)}
Vertex 8114 2.4494 13.9226 -1.22871 {normal=(0.995485 0.0499654 0.0807068)}
Vertex 8115 2.44954 19.3096 2.12694 {normal=(0.997417 -8.5291e-06 0.0718274)}
Vertex 8116 2.45053 19.3447 2.5227 {normal=(0.715866 0.224235 0.661253)}
Vertex 8117 2.45075 21.4503 2.0594 {normal=(0.874623 0.229086 0.427264)}
Vertex 8118 2.45082 22.8572 -0.487035 {normal=(0.689944 0.713776 -0.120422)}
Vertex 8119 2.45126 -25.6615 -4.60973
Vertex 8120 2.45147 13.8089 -1.88238 {normal=(0.972342 0.177899 -0.151338)}
Vertex 8121 2.45184 15.7154 0.730696 {normal=(0.820232 -0.569928 0.0490162)}
Vertex 8122 2.45213 13.0508 -2.68051 {normal=(0.88016 0.23146 -0.414421)}
Vertex 8123 2.45256 17.1237 -1.27432 {normal=(0.888209 -0.0566482 -0.455934)}
Vertex 8124 2.45295 19.124 2.72613 {normal=(0.737654 0.543042 0.401213)}
Vertex 8125 2.45335 15.7903 0.085578 {normal=(0.702611 -0.619316 -0.350408)}
Vertex 8126 2.45363 17.0113 2.93344 {normal=(0.895651 -0.194157 0.400141)}
Vertex 8127 2.45494 17.0705 2.08291 {normal=(0.98271 -0.14438 0.115913)}
Vertex 8128 2.45512 15.7125 0.359228 {normal=(0.80442 -0.587501 -0.0880463)}
Vertex 8129 2.45537 15.7644 -2.26022
Vertex 8130 2.45624 16.3144 -0.622332 {normal=(0.9629 -0.226941 -0.146021)}
Vertex 8131 2.45634 -32.2006 -2.28971 {normal=(-0.803197 -0.132349 0.580826)}
Vertex 8132 2.45647 21.7966 -1.88546 {normal=(0.712306 0.375763 -0.592809)}
Vertex 8133 2.45824 19.2511 2.55918 {normal=(0.732269 0.430824 0.52742)}
Vertex 8134 2.45965 16.5286 1.95973 {normal=(0.948315 0.0260367 0.316262)}
Vertex 8135 2.46059 17.1328 2.23541 {normal=(0.987045 -0.15833 -0.0259771)}
Vertex 8136 2.46155 16.9707 2.45441 {normal=(0.974648 -0.0999387 -0.200186)}
Vertex 8137 2.46249 -27.5559 -4.65414
Vertex 8138 2.4625 15.7087 1.44572 {normal=(0.922732 -0.378317 -0.0737689)}
Vertex 8139 2.46262 15.6766 1.7137 {normal=(0.961209 -0.262359 0.0851177)}
Vertex 8140 2.46453 21.2092 2.1569 {normal=(0.901335 0.196724 0.38587)}
Vertex 8141 2.46625 17.4901 3.11752 {normal=(0.763125 -0.253947 0.594265)}
Vertex 8142 2.46658 20.6412 2.77232 {normal=(0.881283 -0.206549 0.425061)}
Vertex 8143 2.4671 16.809 2.69587 {normal=(0.979898 -0.167437 0.108461)}
Vertex 8144 2.46745 17.8762 -1.25594
Vertex 8145 2.4676 20.7164 2.76485 {normal=(0.869315 0.204901 0.449785)}
Vertex 8146 2.46869 17.15 2.083 {normal=(0.987061 -0.132121 0.0908563)}
Vertex 8147 2.46886 19.6056 2.57903 {normal=(0.716674 -0.235416 0.656474)}
Vertex 8148 2.47123 17.2127 2.23305 {normal=(0.99072 -0.130381 -0.0384067)}
Vertex 8149 2.47171 17.0855 2.43074 {normal=(0.977292 -0.124221 -0.171666)}
Vertex 8150 2.47308 16.9698 1.93242 {normal=(0.960571 -0.0913544 0.2626)}
Vertex 8151 2.47423 16.8292 2.56088 {normal=(0.989355 -0.121393 -0.0802511)}
Vertex 8152 2.47431 12.0641 -0.991499
Vertex 8153 2.47477 17.1866 2.96751 {normal=(0.903017 -0.188848 0.385871)}
Vertex 8154 2.47514 17.2571 2.20544 {normal=(0.984347 -0.176243 -2.57568e-05)}
Vertex 8155 2.4759 20.9915 2.23531 {normal=(0.918701 0.250961 0.304971)}
Vertex 8156 2.47698 12.0844 -0.979927 {normal=(0.954625 -0.0976694 0.28134)}
Vertex 8157 2.477 19.6306 -2.75249 {normal=(0.736847 -0.128481 -0.663739)}
Vertex 8158 2.47721 15.9856 1.91575 {normal=(0.951788 -0.0970005 0.291017)}
Vertex 8159 2.47795 17.191 2.02083 {normal=(0.983554 -0.128407 0.127013)}
Vertex 8160 2.47937 16.6466 1.89546 {normal=(0.94578 0.0210203 0.324126)}
Vertex 8161 2.47963 18.6968 3.14426 {normal=(0.753689 0.287401 0.591061)}
Vertex 8162 2.4799 16.263 1.91669 {normal=(0.949243 0.0116938 0.314327)}
Vertex 8163 2.48354 15.8455 1.80972 {normal=(0.960189 -0.184881 0.209419)}
Vertex 8164 2.48409 -25.9314 -4.5961
Vertex 8165 2.48451 17.2021 2.40527 {normal=(0.981528 -0.134016 -0.136541)}
Vertex 8166 2.4849 21.699 -2.29608 {normal=(0.670662 0.738972 -0.0642826)}
Vertex 8167 2.48531 16.7494 -1.06916 {normal=(0.949414 -0.160217 -0.270081)}
Vertex 8168 2.48767 17.2928 2.13712 {normal=(0.972322 -0.228784 0.0474063)}
Vertex 8169 2.4926 15.8065 0.992934 {normal=(0.888485 -0.457087 0.0408139)}
Vertex 8170 2.49309 18.3928 3.23327 {normal=(0.733952 0.161974 0.659605)}
Vertex 8171 2.49389 17.0646 1.88492 {normal=(0.967835 -0.065521 0.242904)}
Vertex 8172 2.49508 17.2929 2.37876 {normal=(0.981719 -0.153261 -0.112868)}
Vertex 8173 2.49601 17.2791 1.95571 {normal=(0.977079 -0.165207 0.134254)}
Vertex 8174 2.49608 17.323 2.98348 {normal=(0.918548 -0.193787 0.344553)}
Vertex 8175 2.4976 17.0121 2.74047 {normal=(0.980757 -0.149295 0.125805)}
Vertex 8176 2.49782 16.7473 1.83687 {normal=(0.944884 -0.00156175 0.327401)}
Vertex 8177 2.49941 13.5027 -1.37436 {normal=(0.989584 0.109724 0.0931878)}
Vertex 8178 2.50242 15.7795 0.641156 {normal=(0.834655 -0.54889 0.0455101)}
Vertex 8179 2.50285 20.8542 -2.62892 {normal=(0.748985 0.139 -0.647842)}
Vertex 8180 2.503 22.5517 -1.1635 {normal=(0.755194 0.556696 -0.34608)}
Vertex 8181 2.50342 17.3578 2.35121 {normal=(0.971977 -0.226875 -0.0615555)}
Vertex 8182 2.5038 20.8824 2.28425 {normal=(0.691781 0.714191 -0.106635)}
Vertex 8183 2.50617 18.1271 3.26325 {normal=(0.756988 0.0133184 0.653293)}
Vertex 8184 2.50656 15.8519 1.29102 {normal=(0.935685 -0.351919 -0.0254448)}
Vertex 8185 2.50687 13.398 -2.03078 {normal=(0.966258 0.223569 -0.127914)}
Vertex 8186 2.50733 12.3681 -1.08271 {normal=(0.903856 0.0391135 0.426045)}
Vertex 8187 2.50739 20.0721 2.52272 {normal=(0.898359 0.0273441 0.438411)}
Vertex 8188 2.50798 16.4017 1.82452 {normal=(0.95145 0.0246513 0.306816)}
Vertex 8189 2.50948 17.0267 2.60169 {normal=(0.987476 -0.126872 -0.0937794)}
Vertex 8190 2.51158 17.9003 3.22359 {normal=(0.781224 -0.180555 0.597569)}
Vertex 8191 2.51169 17.1543 1.82689 {normal=(0.962848 -0.0622955 0.262762)}
Vertex 8192 2.51207 16.2579 -0.317702 {normal=(0.847029 -0.366425 -0.385064)}
Vertex 8193 2.51226 17.3703 2.05971 {normal=(0.959054 -0.278742 0.0501762)}
Vertex 8194 2.515 16.8307 1.78394 {normal=(0.946326 -0.0257665 0.322186)}
Vertex 8195 2.51541 15.8423 1.56129 {normal=(0.961385 -0.273755 0.0282392)}
Vertex 8196 2.51773 17.1483 2.59134 {normal=(0.989436 -0.10079 -0.104203)}
Vertex 8197 2.5186 17.3692 -1.13206 {normal=(0.918055 -0.0076161 -0.39638)}
Vertex 8198 2.51875 17.182 2.77026 {normal=(0.986081 -0.120005 0.115077)}
Vertex 8199 2.52104 17.3544 1.88329 {normal=(0.962517 -0.210963 0.170455)}
Vertex 8200 2.52245 17.4276 2.29467 {normal=(0.951182 -0.308596 0.00457195)}
Vertex 8201 2.52384 17.8008 -1.10617 {normal=(0.909513 -0.0875271 -0.406356)}
Vertex 8202 2.52454 12.8825 -1.15636 {normal=(0.941051 0.0800286 0.328663)}
Vertex 8203 2.52577 -30.3561 -5.11725 {normal=(-0.772716 0.11571 -0.624117)}
Vertex 8204 2.5267 17.2785 2.5925 {normal=(0.989764 -0.114877 -0.0846739)}
Vertex 8205 2.52765 16.6241 -0.665994 {normal=(0.950746 -0.230063 -0.207732)}
Vertex 8206 2.52786 16.5131 1.75532 {normal=(0.953679 0.0172794 0.300331)}
Vertex 8207 2.52885 16.1221 1.77984 {normal=(0.961367 -0.053263 0.270068)}
Vertex 8208 2.52887 17.6853 3.10756 {normal=(0.83354 -0.255937 0.489599)}
Vertex 8209 2.53056 17.3188 2.78524 {normal=(0.986575 -0.136669 0.0893985)}
Vertex 8210 2.53143 17.4765 2.97405 {normal=(0.936131 -0.215886 0.277583)}
Vertex 8211 2.53177 16.6195 -1.59291
Vertex 8212 2.53203 19.4851 2.46193 {normal=(0.766579 -0.220441 0.603128)}
Vertex 8213 2.53533 -43.2861 -4.6068
Vertex 8214 2.53549 16.9135 1.7294 {normal=(0.945921 -0.0344643 0.322561)}
Vertex 8215 2.53662 17.235 1.76255 {normal=(0.949567 -0.0890892 0.300642)}
Vertex 8216 2.53919 17.4407 1.9765 {normal=(0.944926 -0.320131 0.0680462)}
Vertex 8217 2.53978 17.3966 2.57937 {normal=(0.983797 -0.16471 -0.0708137)}
Vertex 8218 2.54068 15.9819 1.66138 {normal=(0.973247 -0.16942 0.155199)}
Vertex 8219 2.54139 -33.5573 -4.80197 {normal=(-0.739668 -0.55642 -0.378534)}
Vertex 8220 2.54333 15.9162 -2.49587 {normal=(0.876401 -0.465353 -0.123965)}
Vertex 8221 2.5434 19.4069 2.40731 {normal=(0.818503 -0.0533592 0.572019)}
Vertex 8222 2.54658 15.8937 0.884676 {normal=(0.87556 -0.470377 0.110185)}
Vertex 8223 2.54751 16.6052 1.68884 {normal=(0.95005 0.00183902 0.312093)}
Vertex 8224 2.54823 20.8817 2.30371 {normal=(0.499954 0.829021 -0.250542)}
Vertex 8225 2.54825 20.246 2.43654 {normal=(0.918917 0.00899909 0.394348)}
Vertex 8226 2.54894 12.1366 -1.17564
Vertex 8227 2.55027 15.9766 1.15445 {normal=(0.937205 -0.344396 0.0551207)}
Vertex 8228 2.55107 16.0237 -0.060493 {normal=(0.752068 -0.509698 -0.417854)}
Vertex 8229 2.5519 12.1569 -1.16407 {normal=(0.924884 -0.137491 0.354522)}
Vertex 8230 2.5519 17.4578 2.7778 {normal=(0.980504 -0.187927 0.0574125)}
Vertex 8231 2.55194 17.0122 -0.997265 {normal=(0.947568 -0.135762 -0.289282)}
Vertex 8232 2.55218 17.5022 2.20915 {normal=(0.936255 -0.349907 0.0314856)}
Vertex 8233 2.55304 17.4167 1.80357 {normal=(0.941374 -0.24671 0.230107)}
Vertex 8234 2.55588 15.9885 1.42547 {normal=(0.968468 -0.24899 0.00863908)}
Vertex 8235 2.55698 17.5027 2.55192 {normal=(0.968892 -0.244404 -0.0389207)}
Vertex 8236 2.5582 15.8869 0.220182 {normal=(0.836474 -0.526047 -0.153579)}
Vertex 8237 2.55928 16.9957 1.67326 {normal=(0.940029 -0.0380811 0.338961)}
Vertex 8238 2.56024 19.7143 2.46331 {normal=(0.869747 -0.0276869 0.49272)}
Vertex 8239 2.5606 20.4257 2.41799 {normal=(0.918936 -0.0869448 0.384705)}
Vertex 8240 2.56176 16.2451 1.67393 {normal=(0.971755 -0.0153248 0.235495)}
Vertex 8241 2.56478 13.0918 -1.52276 {normal=(0.982665 0.157478 0.0978244)}
Vertex 8242 2.5661 19.2863 2.4123 {normal=(0.787456 0.267685 0.55521)}
Vertex 8243 2.56694 16.678 1.62506 {normal=(0.942709 -0.00985339 0.33347)}
Vertex 8244 2.56846 17.5042 1.88749 {normal=(0.926943 -0.355013 0.121422)}
Vertex 8245 2.5687 17.3068 1.69191 {normal=(0.931183 -0.126204 0.342009)}
Vertex 8246 2.57146 17.4991 -1.35206
Vertex 8247 2.57204 15.8873 0.529894 {normal=(0.859246 -0.51142 0.0120582)}
Vertex 8248 2.57294 18.2129 -1.35952 {normal=(0.902773 0.271781 0.333371)}
Vertex 8249 2.57595 16.3548 1.59802 {normal=(0.971585 -0.0185421 0.235965)}
Vertex 8250 2.57693 -41.8906 -4.63483
Vertex 8251 2.57773 16.1074 1.54091 {normal=(0.985928 -0.12852 0.106905)}
Vertex 8252 2.57784 20.8517 2.32476 {normal=(0.851081 0.52066 0.0676334)}
Vertex 8253 2.58082 17.6472 2.93921 {normal=(0.937982 -0.26706 0.221062)}
Vertex 8254 2.58214 17.569 2.11011 {normal=(0.922783 -0.382953 0.0426497)}
Vertex 8255 2.5823 17.5956 2.49348 {normal=(0.941922 -0.335768 0.00651182)}
Vertex 8256 2.5827 17.6398 -0.949556 {normal=(0.919096 -0.0461911 -0.391318)}
Vertex 8257 2.58278 17.5992 2.74792 {normal=(0.963144 -0.266049 0.0396394)}
Vertex 8258 2.58296 18.8343 2.89304 {normal=(0.793001 0.418797 0.442445)}
Vertex 8259 2.58408 20.5375 2.40973 {normal=(0.800906 -0.39437 0.45058)}
Vertex 8260 2.58473 16.1152 1.30624 {normal=(0.966219 -0.249984 0.0626892)}
Vertex 8261 2.58594 17.0827 1.61429 {normal=(0.932239 -0.0468897 0.358792)}
Vertex 8262 2.58971 16.757 1.56464 {normal=(0.93567 -0.0226982 0.352145)}
Vertex 8263 2.58982 18.0825 -1.19612 {normal=(0.986434 0.161393 0.0300164)}
Vertex 8264 2.59181 18.2567 -1.21556 {normal=(0.95565 -0.196332 -0.219513)}
Vertex 8265 2.59263 20.7922 2.34741 {normal=(0.92598 0.306051 0.22112)}
Vertex 8266 2.59426 15.9593 0.812778 {normal=(0.876803 -0.465239 0.121527)}
Vertex 8267 2.59467 16.2221 1.44832 {normal=(0.983709 -0.12602 0.1282)}
Vertex 8268 2.59579 12.9959 -2.18192 {normal=(0.961414 0.250775 -0.113118)}
Vertex 8269 2.59637 16.071 1.05714 {normal=(0.905336 -0.393693 0.159286)}
Vertex 8270 2.59736 16.5884 -0.404305 {normal=(0.861902 -0.270985 -0.428594)}
Vertex 8271 2.59833 16.4437 1.5253 {normal=(0.955136 -0.0647461 0.289005)}
Vertex 8272 2.60305 22.7165 0.025255 {normal=(0.780332 0.621072 0.0731492)}
Vertex 8273 2.60382 17.2779 -0.898622 {normal=(0.952058 -0.061283 -0.299716)}
Vertex 8274 2.60477 17.8542 3.05248 {normal=(0.87074 -0.252057 0.422231)}
Vertex 8275 2.60592 18.1221 -1.06729 {normal=(0.936265 -0.208076 -0.28304)}
Vertex 8276 2.60816 18.4278 -1.34112 {normal=(0.958877 -0.253507 -0.127631)}
Vertex 8277 2.60902 20.7228 2.37224 {normal=(0.928267 0.296157 0.224969)}
Vertex 8278 2.60921 18.3257 -2.48429 {normal=(0.853745 0.135422 -0.502773)}
Vertex 8279 2.61035 18.0591 3.12002 {normal=(0.838692 -0.0738655 0.539573)}
Vertex 8280 2.61234 17.628 1.99755 {normal=(0.90702 -0.415115 0.0706669)}
Vertex 8281 2.61248 16.2325 -1.82985
Vertex 8282 2.61259 18.3572 -1.47995 {normal=(0.865903 0.122337 0.485022)}
Vertex 8283 2.61482 17.5058 1.68027 {normal=(0.919384 -0.272861 0.283337)}
Vertex 8284 2.61532 16.9639 -0.656394 {normal=(0.949362 -0.193084 -0.247852)}
Vertex 8285 2.61545 17.1745 1.55251 {normal=(0.919284 -0.077711 0.385847)}
Vertex 8286 2.61576 17.675 2.40404 {normal=(0.917469 -0.396249 0.0351828)}
Vertex 8287 2.61581 16.8424 1.50757 {normal=(0.931293 -0.0359073 0.362497)}
Vertex 8288 2.61677 18.5516 3.00978 {normal=(0.81948 0.230246 0.524822)}
Vertex 8289 2.6172 18.2882 3.0933 {normal=(0.825109 0.109061 0.554347)}
Vertex 8290 2.61814 16.1898 -2.69491 {normal=(0.893888 -0.347871 -0.282755)}
Vertex 8291 2.61848 12.4805 -1.3075 {normal=(0.942999 0.0850187 0.321752)}
Vertex 8292 2.61868 20.5817 2.41176 {normal=(0.855737 -0.285734 0.431358)}
Vertex 8293 2.62192 16.2104 1.21842 {normal=(0.926725 -0.329275 0.180994)}
Vertex 8294 2.62201 17.7174 2.68639 {normal=(0.928674 -0.368479 0.0422756)}
Vertex 8295 2.62236 16.3121 1.3685 {normal=(0.952713 -0.202542 0.226526)}
Vertex 8296 2.62587 19.1405 2.43426 {normal=(0.780354 0.422357 0.461152)}
Vertex 8297 2.62699 20.6434 2.39926 {normal=(0.94503 0.143677 0.293727)}
Vertex 8298 2.62728 17.5909 1.75567 {normal=(0.908997 -0.372188 0.187619)}
Vertex 8299 2.62886 17.4089 1.58317 {normal=(0.911899 -0.161472 0.377315)}
Vertex 8300 2.6289 16.5118 1.45579 {normal=(0.941843 -0.0779282 0.326892)}
Vertex 8301 2.62906 20.6776 1.84396 {normal=(0.958074 0.157067 0.239635)}
Vertex 8302 2.63007 19.043 -2.34768 {normal=(0.827497 -0.0956509 -0.553263)}
Vertex 8303 2.63052 -11.4725 3.13479 {normal=(-0.278586 -0.199132 0.93954)}
Vertex 8304 2.63084 17.9802 -0.933352 {normal=(0.86293 -0.199229 -0.464392)}
Vertex 8305 2.63158 19.5635 2.31502 {normal=(0.88954 -0.0828553 0.449281)}
Vertex 8306 2.63607 12.7644 -2.27484
Vertex 8307 2.6367 -22.2785 -1.38675
Vertex 8308 2.63693 20.0946 -2.59064 {normal=(0.789906 0.0211228 -0.612864)}
Vertex 8309 2.63962 19.8563 2.27449 {normal=(0.915345 0.0530264 0.399165)}
Vertex 8310 2.63966 12.7847 -2.26327 {normal=(0.975197 0.115303 -0.188934)}
Vertex 8311 2.64076 16.3134 -0.200914 {normal=(0.78532 -0.386387 -0.483713)}
Vertex 8312 2.64119 20.921 1.75729 {normal=(0.941262 0.08795 0.326023)}
Vertex 8313 2.64158 17.7933 2.87342 {normal=(0.919013 -0.347022 0.187057)}
Vertex 8314 2.64308 16.135 0.999102 {normal=(0.897414 -0.399944 0.18626)}
Vertex 8315 2.64315 16.9325 1.4497 {normal=(0.928522 -0.0453971 0.368491)}
Vertex 8316 2.64531 20.5566 1.89549 {normal=(0.741416 0.609974 -0.279704)}
Vertex 8317 2.64604 17.5464 -0.773231 {normal=(0.931902 -0.0850858 -0.352588)}
Vertex 8318 2.64698 22.5005 0.431061 {normal=(0.824109 0.5275 0.206368)}
Vertex 8319 2.64988 17.7392 2.28414 {normal=(0.89902 -0.435204 0.0485887)}
Vertex 8320 2.65053 -15.6171 -6.12914
Vertex 8321 2.65199 21.9563 -1.53875 {normal=(0.763977 0.402856 -0.50403)}
Vertex 8322 2.65205 19.4514 2.23165 {normal=(0.896315 -0.0458187 0.441044)}
Vertex 8323 2.65413 16.113 0.08429 {normal=(0.866369 -0.44311 -0.230345)}
Vertex 8324 2.65432 18.9624 2.5848 {normal=(0.790944 0.466863 0.395532)}
Vertex 8325 2.65477 -43.2775 -3.30585
Vertex 8326 2.65651 16.0607 0.70878 {normal=(0.897694 -0.430952 0.0917947)}
Vertex 8327 2.65655 16.5953 1.39063 {normal=(0.943183 -0.0517655 0.328217)}
Vertex 8328 2.6567 12.6898 -1.6739 {normal=(0.979649 0.175737 0.09698)}
Vertex 8329 2.65729 18.6355 -1.44394 {normal=(0.961099 -0.271066 -0.0530293)}
Vertex 8330 2.65897 16.0387 0.396913 {normal=(0.885506 -0.463093 -0.0377301)}
Vertex 8331 2.65989 12.249 -1.40043
Vertex 8332 2.66081 16.3772 1.30143 {normal=(0.937406 -0.213756 0.274916)}
Vertex 8333 2.66312 12.2693 -1.38885 {normal=(0.967209 -0.0877282 0.238352)}
Vertex 8334 2.66419 17.7027 1.84503 {normal=(0.897894 -0.424106 0.117983)}
Vertex 8335 2.66603 17.8308 -0.813758 {normal=(0.850943 -0.179795 -0.493528)}
Vertex 8336 2.66605 16.2743 1.16199 {normal=(0.917231 -0.329668 0.223619)}
Vertex 8337 2.66611 21.1841 1.63782 {normal=(0.925362 0.0964541 0.36661)}
Vertex 8338 2.66683 18.5749 -1.58911 {normal=(0.828699 -0.033677 0.558681)}
Vertex 8339 2.66725 16.863 -1.50606 {normal=(0.506737 -0.286864 0.812974)}
Vertex 8340 2.6694 17.3002 1.46435 {normal=(0.902739 -0.116654 0.414071)}
Vertex 8341 2.66961 17.8125 2.59321 {normal=(0.895771 -0.441984 0.0473655)}
Vertex 8342 2.67173 17.0274 1.39103 {normal=(0.919528 -0.0722857 0.38632)}
Vertex 8343 2.67372 21.1773 -2.35437 {normal=(0.779545 0.157599 -0.606194)}
Vertex 8344 2.67489 17.2627 -0.626796 {normal=(0.948077 -0.117983 -0.295346)}
Vertex 8345 2.67641 20.2037 2.07797 {normal=(0.950064 0.0169516 0.311594)}
Vertex 8346 2.67681 17.2972 -2.78714 {normal=(0.862165 0.120828 -0.492008)}
Vertex 8347 2.67834 20.0194 2.14604 {normal=(0.941418 0.0851845 0.326305)}
Vertex 8348 2.67835 -27.5289 -4.51545
Vertex 8349 2.67979 16.5852 -2.85734 {normal=(0.895339 -0.129339 -0.426191)}
Vertex 8350 2.67989 22.3098 0.729512 {normal=(0.844825 0.471719 0.252492)}
Vertex 8351 2.68127 16.6943 1.32983 {normal=(0.940877 -0.0529827 0.334579)}
Vertex 8352 2.68236 17.6562 -1.28886 {normal=(0.537093 -0.226403 0.812572)}
Vertex 8353 2.68341 16.9631 -0.427312 {normal=(0.883093 -0.193513 -0.427433)}
Vertex 8354 2.68467 17.788 2.13377 {normal=(0.886814 -0.45865 0.0565717)}
Vertex 8355 2.68995 20.558 1.91187 {normal=(0.456417 0.735244 -0.501098)}
Vertex 8356 2.69243 18.1647 -1.42782 {normal=(0.813267 0.257363 0.521882)}
Vertex 8357 2.69294 19.3791 2.12925 {normal=(0.889874 0.121073 0.439848)}
Vertex 8358 2.69395 17.9969 2.95227 {normal=(0.899996 -0.216148 0.378532)}
Vertex 8359 2.69402 -41.8967 -3.35468
Vertex 8360 2.69464 20.3124 2.04236 {normal=(0.802048 -0.362813 0.474433)}
Vertex 8361 2.6959 -9.30989 3.83926 {normal=(0.273709 -0.187444 0.943371)}
Vertex 8362 2.69596 12.4583 -1.76683
Vertex 8363 2.69698 16.4656 1.22508 {normal=(0.954326 -0.140204 0.263827)}
Vertex 8364 2.69955 12.4786 -1.75525 {normal=(0.999781 0.0192997 0.00804362)}
Vertex 8365 2.69968 -44.4185 -4.63377
Vertex 8366 2.70163 -17.8091 -7.05958
Vertex 8367 2.70176 16.2328 0.895883 {normal=(0.925111 -0.346671 0.154881)}
Vertex 8368 2.70181 22.1443 0.920609 {normal=(0.868893 0.397813 0.294568)}
Vertex 8369 2.70381 21.4671 1.48556 {normal=(0.911539 0.156089 0.380437)}
Vertex 8370 2.7064 17.6217 1.51339 {normal=(0.928128 -0.239564 0.284933)}
Vertex 8371 2.70827 16.7844 1.26877 {normal=(0.935653 -0.0680942 0.346289)}
Vertex 8372 2.71223 18.3557 -1.02766 {normal=(0.787255 -0.376507 -0.488336)}
Vertex 8373 2.71255 18.1963 2.948 {normal=(0.884516 0.0199094 0.466084)}
Vertex 8374 2.71268 17.5206 -0.577197 {normal=(0.917979 -0.148144 -0.367925)}
Vertex 8375 2.7127 22.4781 -0.66379 {normal=(0.829672 0.52831 -0.18037)}
Vertex 8376 2.71316 16.6421 -0.284089 {normal=(0.822647 -0.240198 -0.515322)}
Vertex 8377 2.71371 17.9147 2.77667 {normal=(0.905536 -0.392132 0.161978)}
Vertex 8378 2.7142 17.7331 -0.687887 {normal=(0.825847 -0.263282 -0.498658)}
Vertex 8379 2.71524 21.9483 1.11448 {normal=(0.885507 0.335515 0.321413)}
Vertex 8380 2.71565 17.7008 1.58106 {normal=(0.929244 -0.312528 0.197059)}
Vertex 8381 2.71586 16.3678 1.06798 {normal=(0.946721 -0.248474 0.204891)}
Vertex 8382 2.71592 17.8876 2.45887 {normal=(0.874836 -0.481455 0.0535125)}
Vertex 8383 2.71676 20.5359 1.93423 {normal=(0.863196 0.490636 -0.119033)}
Vertex 8384 2.71711 17.5414 1.43631 {normal=(0.916118 -0.145358 0.37363)}
Vertex 8385 2.72009 18.2127 -0.909629 {normal=(0.765927 -0.359509 -0.533019)}
Vertex 8386 2.72019 21.7218 1.31112 {normal=(0.899688 0.256461 0.353255)}
Vertex 8387 2.72041 17.1571 1.31238 {normal=(0.907614 -0.111013 0.404863)}
Vertex 8388 2.72116 16.3378 -2.06287 {normal=(0.928647 -0.341773 0.14424)}
Vertex 8389 2.72199 19.252 2.16602 {normal=(0.842835 0.333451 0.42242)}
Vertex 8390 2.72247 18.6858 2.74457 {normal=(0.854438 0.313688 0.414168)}
Vertex 8391 2.72548 19.6774 2.09807 {normal=(0.934034 0.0205819 0.35659)}
Vertex 8392 2.72554 17.8414 1.94836 {normal=(0.888043 -0.454563 0.0689373)}
Vertex 8393 2.72574 20.4905 1.96259 {normal=(0.956725 0.265552 0.118994)}
Vertex 8394 2.72709 18.5269 -1.1363 {normal=(0.8048 -0.37551 -0.459662)}
Vertex 8395 2.7309 16.5771 1.13944 {normal=(0.955982 -0.11555 0.269717)}
Vertex 8396 2.7311 18.8928 -1.49371 {normal=(0.955088 -0.29572 0.0189048)}
Vertex 8397 2.73251 16.1979 0.572681 {normal=(0.91342 -0.402743 0.0588333)}
Vertex 8398 2.73302 20.3457 2.03922 {normal=(0.770013 -0.404591 0.493341)}
Vertex 8399 2.73381 21.3802 -1.73304 {normal=(0.852512 0.400152 -0.336305)}
Vertex 8400 2.73485 -45.0392 -4.65225
Vertex 8401 2.73573 20.4414 1.99199 {normal=(0.956787 0.265563 0.118471)}
Vertex 8402 2.737 18.4241 2.8482 {normal=(0.87568 0.162849 0.454603)}
Vertex 8403 2.73749 18.3149 -1.5528 {normal=(0.773164 0.178827 0.608472)}
Vertex 8404 2.73754 16.8656 1.20748 {normal=(0.928185 -0.0886341 0.36141)}
Vertex 8405 2.73768 17.7934 1.65255 {normal=(0.928677 -0.351998 0.116862)}
Vertex 8406 2.7379 18.0749 -0.808631 {normal=(0.741638 -0.297148 -0.601396)}
Vertex 8407 2.73873 17.7384 -1.52057 {normal=(0.928564 -0.00897362 0.371065)}
Vertex 8408 2.73914 20.3971 1.57085 {normal=(0.969266 0.139965 0.202322)}
Vertex 8409 2.73938 19.4489 -2.37729 {normal=(0.803562 -0.171284 -0.570043)}
Vertex 8410 2.7422 21.3616 -1.75252 {normal=(0.633129 0.771813 0.0587491)}
Vertex 8411 2.74307 16.3906 -0.048453 {normal=(0.891199 -0.337225 -0.303388)}
Vertex 8412 2.74323 16.2394 0.266842 {normal=(0.909999 -0.400254 -0.10816)}
Vertex 8413 2.74452 21.4696 -1.69711 {normal=(0.828158 0.205449 -0.521484)}
Vertex 8414 2.74672 20.3887 2.02243 {normal=(0.963876 0.0581478 0.259928)}
Vertex 8415 2.74779 17.4599 1.34982 {normal=(0.909924 -0.106783 0.400795)}
Vertex 8416 2.75031 16.6711 1.11341 {normal=(0.948265 -0.117176 0.295065)}
Vertex 8417 2.75324 20.2775 1.63233 {normal=(0.738054 0.54762 -0.394194)}
Vertex 8418 2.75522 20.6419 1.46001 {normal=(0.960059 0.0419098 0.276641)}
Vertex 8419 2.7557 18.8507 -1.63235 {normal=(0.775 -0.220473 0.592256)}
Vertex 8420 2.75593 17.3208 -0.427868 {normal=(0.883053 -0.143979 -0.446641)}
Vertex 8421 2.76095 17.9427 2.28338 {normal=(0.868539 -0.492919 0.0516861)}
Vertex 8422 2.76173 20.0234 1.81152 {normal=(0.966748 0.0713645 0.245573)}
Vertex 8423 2.76201 18.7263 -1.23555 {normal=(0.827641 -0.341175 -0.445656)}
Vertex 8424 2.7638 -33.5113 -2.17558 {normal=(-0.739044 -0.41981 0.526852)}
Vertex 8425 2.76467 17.9424 -0.72466 {normal=(0.562235 -0.318231 -0.763296)}
Vertex 8426 2.76499 19.5354 1.99348 {normal=(0.933003 0.00126045 0.359867)}
Vertex 8427 2.76643 17.0099 -0.310019 {normal=(0.856782 -0.164244 -0.488823)}
Vertex 8428 2.76852 -41.0338 -4.38157
Vertex 8429 2.76887 19.8307 1.93024 {normal=(0.95976 0.108017 0.259218)}
Vertex 8430 2.77175 16.4909 0.936403 {normal=(0.949665 -0.219933 0.223083)}
Vertex 8431 2.77248 16.3645 0.747485 {normal=(0.929871 -0.334594 0.152927)}
Vertex 8432 2.77251 17.8993 1.72788 {normal=(0.919381 -0.390978 0.0432977)}
Vertex 8433 2.77396 17.6869 -0.55574 {normal=(0.760942 -0.430743 -0.485208)}
Vertex 8434 2.77863 20.1321 1.7505 {normal=(0.790259 -0.387431 0.474751)}
Vertex 8435 2.77913 18.1172 2.79736 {normal=(0.932122 -0.169575 0.319988)}
Vertex 8436 2.78025 18.0143 2.63432 {normal=(0.902763 -0.408805 0.13378)}
Vertex 8437 2.78039 16.7454 1.0508 {normal=(0.936733 -0.140897 0.320435)}
Vertex 8438 2.78154 -29.3563 -1.49686
Vertex 8439 2.7819 16.9796 1.12726 {normal=(0.917944 -0.116275 0.379287)}
Vertex 8440 2.78392 17.5367 -0.432151 {normal=(0.859321 -0.185698 -0.476533)}
Vertex 8441 2.78629 16.9452 -1.73777 {normal=(0.936167 -0.165506 0.310161)}
Vertex 8442 2.7892 17.3216 1.21375 {normal=(0.919794 -0.107821 0.377298)}
Vertex 8443 2.79063 18.5446 -1.67106 {normal=(0.68653 0.00736448 0.727064)}
Vertex 8444 2.79286 17.8788 1.41661 {normal=(0.962843 -0.200023 0.181452)}
Vertex 8445 2.79293 17.7899 1.33769 {normal=(0.951476 -0.165849 0.259206)}
Vertex 8446 2.79435 21.3514 -1.81252 {normal=(0.393453 0.873331 0.287206)}
Vertex 8447 2.79475 -29.3108 -1.68521
Vertex 8448 2.79752 20.2832 1.64445 {normal=(0.357689 0.631397 -0.688038)}
Vertex 8449 2.80053 20.9108 1.30767 {normal=(0.9495 0.00430876 0.313737)}
Vertex 8450 2.80068 17.9937 2.06872 {normal=(0.877719 -0.477505 0.0399874)}
Vertex 8451 2.8008 16.5907 0.887409 {normal=(0.938445 -0.20568 0.277519)}
Vertex 8452 2.80105 17.9575 1.4797 {normal=(0.968284 -0.235911 0.0822929)}
Vertex 8453 2.80256 22.0221 -1.18027 {normal=(0.852208 0.412889 -0.321347)}
Vertex 8454 2.80279 17.7194 1.27138 {normal=(0.934283 -0.0985945 0.342629)}
Vertex 8455 2.80371 17.838 -0.642591 {normal=(0.407331 -0.534098 -0.740824)}
Vertex 8456 2.8045 18.9527 -1.30293 {normal=(0.859918 -0.278134 -0.427998)}
Vertex 8457 2.80462 16.5428 -2.25228 {normal=(0.964748 -0.263132 -0.00486516)}
Vertex 8458 2.80545 16.7116 -0.133838 {normal=(0.909022 -0.205482 -0.362568)}
Vertex 8459 2.80613 18.2836 -2.08769 {normal=(0.942152 0.0886688 -0.323244)}
Vertex 8460 2.80614 20.1499 1.41599 {normal=(0.972505 0.173354 0.155506)}
Vertex 8461 2.80652 17.6656 -0.467027 {normal=(0.778199 -0.491117 -0.39142)}
Vertex 8462 2.80662 20.3718 1.26508 {normal=(0.970318 0.0675136 0.232216)}
Vertex 8463 2.80953 20.3103 1.68519 {normal=(0.837131 0.50788 -0.203149)}
Vertex 8464 2.8102 18.7955 2.43765 {normal=(0.86175 0.372434 0.3445)}
Vertex 8465 2.81054 16.3745 0.443334 {normal=(0.923827 -0.382765 -0.00593386)}
Vertex 8466 2.81064 19.0486 2.17587 {normal=(0.85442 0.358403 0.376184)}
Vertex 8467 2.81309 18.1453 -0.765874 {normal=(0.255291 -0.485535 -0.836112)}
Vertex 8468 2.81522 18.4111 -0.947201 {normal=(0.285066 -0.535297 -0.795106)}
Vertex 8469 2.8154 19.4481 1.88047 {normal=(0.929778 0.0620527 0.362854)}
Vertex 8470 2.81561 20.272 1.71641 {normal=(0.96058 0.254079 0.112827)}
Vertex 8471 2.81621 18.2623 -0.843877 {normal=(0.250371 -0.540392 -0.8033)}
Vertex 8472 2.81656 19.8848 1.61865 {normal=(0.976285 0.0873579 0.198083)}
Vertex 8473 2.81752 18.0258 1.52695 {normal=(0.951951 -0.305148 -0.0259667)}
Vertex 8474 2.81786 -29.8672 -1.54866 {normal=(-0.548578 -0.109425 0.828908)}
Vertex 8475 2.81817 18.312 2.70753 {normal=(0.924799 0.0583651 0.375954)}
Vertex 8476 2.81956 20.1569 1.7472 {normal=(0.658196 -0.530137 0.534539)}
Vertex 8477 2.81982 19.6799 1.78915 {normal=(0.965565 0.119591 0.231045)}
Vertex 8478 2.81989 17.3652 -0.333941 {normal=(0.900577 -0.15654 -0.405533)}
Vertex 8479 2.82014 20.246 1.73753 {normal=(0.959645 0.260349 0.106301)}
Vertex 8480 2.82091 16.4894 0.13968 {normal=(0.93199 -0.308409 -0.190469)}
Vertex 8481 2.82243 17.6671 1.21768 {normal=(0.931149 -0.0700301 0.357852)}
Vertex 8482 2.82483 17.9002 -1.69966 {normal=(0.923296 -0.01104 0.383931)}
Vertex 8483 2.8265 16.8157 0.950768 {normal=(0.918255 -0.163875 0.360489)}
Vertex 8484 2.82758 20.0451 1.49478 {normal=(0.907627 0.16182 -0.387333)}
Vertex 8485 2.82763 20.2066 1.76968 {normal=(0.958324 0.000380571 0.285685)}
Vertex 8486 2.82835 20.5607 -2.24634 {normal=(0.830464 0.0899866 -0.549756)}
Vertex 8487 2.82946 19.1998 -1.49042 {normal=(0.942451 -0.31693 0.106501)}
Vertex 8488 2.82958 18.5777 -1.04536 {normal=(0.29239 -0.493189 -0.819313)}
Vertex 8489 2.83367 -3.67281 3.59712
Vertex 8490 2.8351 18.0404 1.81488 {normal=(0.90412 -0.427168 -0.00972474)}
Vertex 8491 2.8354 18.0211 -0.699714 {normal=(0.0744061 -0.276933 -0.958004)}
Vertex 8492 2.83555 -22.2492 -1.89586
Vertex 8493 2.83605 19.9967 1.53417 {normal=(0.953 -0.283661 0.106434)}
Vertex 8494 2.83612 -38.6683 -4.47035 {normal=(-0.951183 -0.0189996 -0.308041)}
Vertex 8495 2.83644 18.8904 -1.95729 {normal=(0.922246 -0.125518 -0.36566)}
Vertex 8496 2.83813 18.5358 2.57866 {normal=(0.910238 0.201461 0.361773)}
Vertex 8497 2.8412 18.0922 2.44638 {normal=(0.90489 -0.413832 0.0995844)}
Vertex 8498 2.84135 17.1266 1.02812 {normal=(0.929428 -0.101281 0.354833)}
Vertex 8499 2.84189 22.3555 -0.2532 {normal=(0.886149 0.462894 -0.0216668)}
Vertex 8500 2.84241 17.0762 -0.171864 {normal=(0.918327 -0.129027 -0.374203)}
Vertex 8501 2.84273 -37.7533 -4.46973 {normal=(-0.939161 -0.113403 -0.324216)}
Vertex 8502 2.84371 17.6322 -0.376616 {normal=(0.776695 -0.287932 -0.560215)}
Vertex 8503 2.84615 19.3647 1.8227 {normal=(0.926263 0.166541 0.338085)}
Vertex 8504 2.85007 21.2915 -2.09364 {normal=(0.839624 0.29365 -0.456947)}
Vertex 8505 2.85357 17.5368 1.09809 {normal=(0.945227 -0.0793016 0.316635)}
Vertex 8506 2.85377 17.7617 -0.562423 {normal=(0.389385 -0.715705 -0.579781)}
Vertex 8507 2.85378 17.7005 -0.41545 {normal=(0.731552 -0.600866 -0.322167)}
Vertex 8508 2.85402 20.6302 1.06894 {normal=(0.958503 -0.0137587 0.284749)}
Vertex 8509 2.8543 18.1951 1.32647 {normal=(0.976911 -0.177491 0.118921)}
Vertex 8510 2.85456 19.2061 -1.33843 {normal=(0.898373 -0.244475 -0.364908)}
Vertex 8511 2.85461 16.5181 0.613766 {normal=(0.927389 -0.346024 0.142184)}
Vertex 8512 2.85816 18.7621 -1.13834 {normal=(0.304844 -0.406637 -0.86123)}
Vertex 8513 2.85853 19.7352 1.49645 {normal=(0.976771 0.137493 0.164359)}
Vertex 8514 2.85893 18.1249 1.26233 {normal=(0.962508 -0.139506 0.23263)}
Vertex 8515 2.85914 17.379 -0.163082 {normal=(0.955979 -0.0772456 -0.283084)}
Vertex 8516 2.85997 16.6652 0.782911 {normal=(0.921185 -0.2465 0.301091)}
Vertex 8517 2.86028 18.2153 2.58777 {normal=(0.956265 -0.165167 0.241408)}
Vertex 8518 2.8604 19.5499 1.69076 {normal=(0.966416 0.142431 0.213901)}
Vertex 8519 2.86055 18.2209 1.34557 {normal=(0.962512 -0.268654 -0.0373729)}
Vertex 8520 2.86286 16.8475 -2.39809 {normal=(0.9775 -0.103241 -0.183943)}
Vertex 8521 2.86326 20.1835 1.10327 {normal=(0.953193 0.141364 0.267282)}
Vertex 8522 2.86337 17.4277 -2.34323 {normal=(0.942395 0.103918 -0.317951)}
Vertex 8523 2.86428 19.2436 1.84779 {normal=(0.90547 0.270252 0.327242)}
Vertex 8524 2.86723 -40.2267 -3.27711 {normal=(-0.986871 0.00538587 0.161423)}
Vertex 8525 2.86927 20.0209 1.23397 {normal=(0.961295 0.184175 0.204919)}
Vertex 8526 2.86938 -38.6938 -3.30424 {normal=(-0.982211 0.0011058 0.187776)}
Vertex 8527 2.87095 20.0575 1.50145 {normal=(0.582226 0.0568593 -0.811036)}
Vertex 8528 2.8724 -40.1296 -4.10955
Vertex 8529 2.87352 17.113 -1.92053 {normal=(0.962868 -0.127245 0.238106)}
Vertex 8530 2.87442 18.0105 1.15317 {normal=(0.9505 -0.136415 0.279178)}
Vertex 8531 2.87478 -20.013 -7.81698
Vertex 8532 2.87506 21.2038 1.11383 {normal=(0.948937 0.0421199 0.312641)}
Vertex 8533 2.87586 18.1776 1.57035 {normal=(0.927655 -0.358042 -0.106127)}
Vertex 8534 2.87599 -37.7788 -3.30363 {normal=(-0.969367 -0.0857847 0.230151)}
Vertex 8535 2.87683 16.7969 0.046449 {normal=(0.942721 -0.195063 -0.270607)}
Vertex 8536 2.878 18.1417 -1.82615 {normal=(0.989593 0.0408142 0.137988)}
Vertex 8537 2.87813 19.1844 -1.60966 {normal=(0.715268 -0.325285 0.618531)}
Vertex 8538 2.87829 20.0154 1.5357 {normal=(0.74561 -0.656489 -0.114403)}
Vertex 8539 2.87832 18.8263 -1.71885 {normal=(0.908075 -0.172176 0.38178)}
Vertex 8540 2.87891 17.6108 -0.329164 {normal=(0.867323 -0.298311 -0.398448)}
Vertex 8541 2.88017 19.8559 -2.23448 {normal=(0.851198 -0.0386996 -0.523415)}
Vertex 8542 2.8819 17.7252 -0.4997 {normal=(0.640011 -0.686474 -0.345164)}
Vertex 8543 2.88249 20.088 1.53948 {normal=(0.886862 0.338913 -0.314028)}
Vertex 8544 2.88304 19.8678 1.28057 {normal=(0.972945 0.124485 0.194634)}
Vertex 8545 2.88456 18.1521 -0.791601 {normal=(-0.436512 -0.437684 -0.78606)}
Vertex 8546 2.88472 18.9678 -1.20977 {normal=(0.367714 -0.284354 -0.885398)}
Vertex 8547 2.88589 17.9429 1.08838 {normal=(0.936118 -0.0905374 0.339831)}
Vertex 8548 2.88702 20.0621 1.5606 {normal=(0.981303 -0.111431 0.156934)}
Vertex 8549 2.8871 18.0062 -0.73466 {normal=(-0.466728 -0.301699 -0.83135)}
Vertex 8550 2.88765 19.5745 1.4449 {normal=(0.978308 0.152148 0.140585)}
Vertex 8551 2.88822 16.5905 0.32074 {normal=(0.941084 -0.312759 -0.128616)}
Vertex 8552 2.88858 18.3317 1.25285 {normal=(0.934177 -0.318727 0.160395)}
Vertex 8553 2.8889 -45.027 -3.33704
Vertex 8554 2.88961 18.1596 2.20613 {normal=(0.912299 -0.405235 0.0591189)}
Vertex 8555 2.89022 -44.384 -3.33485
Vertex 8556 2.89028 21.3495 -1.91302 {normal=(0.70824 0.70563 -0.0219523)}
Vertex 8557 2.89039 18.2933 1.38409 {normal=(0.935349 -0.333185 -0.11879)}
Vertex 8558 2.89054 18.325 1.24413 {normal=(0.884774 -0.27766 0.374273)}
Vertex 8559 2.89057 22.1841 0.068272 {normal=(0.909103 0.402736 0.106472)}
Vertex 8560 2.89061 19.4407 1.63507 {normal=(0.965344 0.173631 0.194841)}
Vertex 8561 2.89135 18.2708 -0.870027 {normal=(-0.40297 -0.497999 -0.767862)}
Vertex 8562 2.89257 16.9581 0.846903 {normal=(0.930381 -0.107272 0.350547)}
Vertex 8563 2.89288 17.5742 -0.201547 {normal=(0.97031 -0.241706 -0.00879154)}
Vertex 8564 2.89333 17.9221 1.06795 {normal=(0.935298 -0.0716528 0.346531)}
Vertex 8565 2.89575 21.5996 -1.39378 {normal=(0.88046 0.204195 -0.427895)}
Vertex 8566 2.89621 17.3284 0.912612 {normal=(0.955675 -0.0632003 0.287559)}
Vertex 8567 2.89721 18.4231 -0.9742 {normal=(-0.386879 -0.471521 -0.79246)}
Vertex 8568 2.89799 -6.42017 3.83833 {normal=(0.419315 0.0143741 0.907727)}
Vertex 8569 2.89821 18.8684 2.1233 {normal=(0.891212 0.322554 0.318905)}
Vertex 8570 2.89853 17.7365 -0.391005 {normal=(0.707258 -0.64064 -0.298942)}
Vertex 8571 2.9001 -41.1353 -2.91926
Vertex 8572 2.90159 18.3581 1.24882 {normal=(0.943527 -0.240249 0.228115)}
Vertex 8573 2.90332 18.2578 1.17717 {normal=(0.86534 -0.27057 0.421876)}
Vertex 8574 2.90459 19.7242 1.24308 {normal=(0.974472 0.101944 0.20003)}
Vertex 8575 2.90548 18.4062 2.44049 {normal=(0.959693 0.0475518 0.276997)}
Vertex 8576 2.90788 17.7836 -0.005511 {normal=(0.955897 -0.104151 -0.274617)}
Vertex 8577 2.90819 21.9942 -0.810047 {normal=(0.910785 0.365708 -0.191648)}
Vertex 8578 2.90896 19.4276 -1.4533 {normal=(0.942632 -0.305048 0.135613)}
Vertex 8579 2.90928 19.195 -1.25964 {normal=(0.460578 -0.17764 -0.869662)}
Vertex 8580 2.9093 20.4156 0.901536 {normal=(0.942332 0.0483167 0.331174)}
Vertex 8581 2.90978 18.3474 1.23268 {normal=(0.748021 -0.217581 0.626996)}
Vertex 8582 2.9099 19.4071 -1.32071 {normal=(0.908439 -0.266485 -0.322063)}
Vertex 8583 2.9128 -45.2821 -4.66994
Vertex 8584 2.91353 17.8028 0.965402 {normal=(0.951582 -0.0906863 0.293713)}
Vertex 8585 2.91364 17.1618 -0.012849 {normal=(0.933437 -0.0994752 -0.344675)}
Vertex 8586 2.91452 17.9219 -0.696945 {normal=(-0.269096 -0.532214 -0.802705)}
Vertex 8587 2.91551 18.5805 -1.0683 {normal=(-0.379128 -0.399242 -0.834786)}
Vertex 8588 2.91747 21.4673 0.904073 {normal=(0.952971 0.14109 0.268216)}
Vertex 8589 2.91941 22.0283 0.313151 {normal=(0.920324 0.350136 0.174379)}
Vertex 8590 2.92058 18.6233 2.2847 {normal=(0.932686 0.205394 0.296497)}
Vertex 8591 2.92227 18.3892 1.36952 {normal=(0.950736 -0.285591 -0.120579)}
Vertex 8592 2.92386 19.4025 1.38373 {normal=(0.976864 0.179732 0.115899)}
Vertex 8593 2.92454 18.2971 2.33005 {normal=(0.968873 -0.194084 0.153674)}
Vertex 8594 2.92514 20.0768 0.974591 {normal=(0.927895 0.181413 0.32573)}
Vertex 8595 2.92546 18.2165 1.91355 {normal=(0.921571 -0.38809 -0.00967075)}
Vertex 8596 2.92603 18.2775 1.16111 {normal=(0.655586 -0.40306 0.638553)}
Vertex 8597 2.9269 18.13 1.05199 {normal=(0.854109 -0.279921 0.438341)}
Vertex 8598 2.92775 21.7013 0.678409 {normal=(0.947 0.21567 0.238072)}
Vertex 8599 2.9284 21.8883 0.481434 {normal=(0.936062 0.273594 0.22121)}
Vertex 8600 2.92846 17.7618 -0.470535 {normal=(0.532018 -0.84357 -0.0731147)}
Vertex 8601 2.92852 20.0102 1.02479 {normal=(0.943383 0.197322 0.266632)}
Vertex 8602 2.92894 17.3663 -2.05436 {normal=(0.999033 -0.0052218 0.0436525)}
Vertex 8603 2.93055 19.5285 -1.46277 {normal=(0.937678 -0.271877 0.216432)}
Vertex 8604 2.93111 19.0523 1.83428 {normal=(0.911313 0.30085 0.281066)}
Vertex 8605 2.93158 19.2938 1.58703 {normal=(0.959806 0.222383 0.171223)}
Vertex 8606 2.93313 19.5544 1.18924 {normal=(0.975056 0.113794 0.190568)}
Vertex 8607 2.93396 19.9478 1.04313 {normal=(0.956947 0.129519 0.259765)}
Vertex 8608 2.93403 17.4648 -0.014704 {normal=(0.908708 0.00919911 -0.417332)}
Vertex 8609 2.93479 18.5 1.19609 {normal=(0.953493 -0.0835388 0.289607)}
Vertex 8610 2.93516 18.0614 0.991254 {normal=(0.846034 -0.230742 0.480609)}
Vertex 8611 2.93611 18.1372 -0.826546 {normal=(-0.669391 -0.304088 -0.677825)}
Vertex 8612 2.9365 18.0563 0.987455 {normal=(0.848975 -0.208049 0.485754)}
Vertex 8613 2.93788 19.3909 -1.27298 {normal=(0.545956 -0.102216 -0.831555)}
Vertex 8614 2.94044 -3.66992 -3.99761
Vertex 8615 2.94044 -2.25192 -3.99758
Vertex 8616 2.94044 -0.833917 -3.99756
Vertex 8617 2.94044 0.584082 -3.99754
Vertex 8618 2.94146 19.8897 1.0296 {normal=(0.962368 0.0862134 0.257711)}
Vertex 8619 2.94253 17.1629 0.727849 {normal=(0.961829 -0.0283964 0.272175)}
Vertex 8620 2.94554 17.8689 -0.087485 {normal=(0.91757 -0.270461 0.291405)}
Vertex 8621 2.94572 18.7428 -1.15232 {normal=(-0.355283 -0.305778 -0.883331)}
Vertex 8622 2.94649 17.585 0.780746 {normal=(0.964663 -0.0784037 0.251552)}
Vertex 8623 2.94655 16.6937 0.494729 {normal=(0.957223 -0.28828 0.0248843)}
Vertex 8624 2.94745 17.7769 -0.348415 {normal=(0.741863 -0.653663 -0.149548)}
Vertex 8625 2.94759 1.01701 -4.2787
Vertex 8626 2.94818 18.4857 1.17674 {normal=(0.633603 0.148149 0.759341)}
Vertex 8627 2.94819 16.8163 0.670118 {normal=(0.950072 -0.183041 0.252704)}
Vertex 8628 2.94834 20.9252 0.827575 {normal=(0.961237 -0.00983918 0.275548)}
Vertex 8629 2.94843 16.9297 0.215621 {normal=(0.950043 -0.188842 -0.24851)}
Vertex 8630 2.95027 21.1561 -1.27562 {normal=(0.912253 0.304748 -0.27372)}
Vertex 8631 2.95036 18.1485 1.03412 {normal=(0.591643 -0.501864 0.630945)}
Vertex 8632 2.95105 18.3322 1.65031 {normal=(0.933743 -0.337272 -0.119878)}
Vertex 8633 2.95137 18.5798 1.26137 {normal=(0.983638 -0.169101 -0.0621316)}
Vertex 8634 2.9543 19.2482 -1.95203 {normal=(0.88862 -0.229976 -0.396818)}
Vertex 8635 2.95443 17.7423 -0.237242 {normal=(0.895304 -0.44539 0.00768848)}
Vertex 8636 2.95455 17.9472 0.891605 {normal=(0.865575 -0.24375 0.437454)}
Vertex 8637 2.95552 17.7758 0.085283 {normal=(0.752667 -0.102111 -0.650435)}
Vertex 8638 2.95614 18.2141 0.004432 {normal=(0.999887 0.00415533 0.0144502)}
Vertex 8639 2.95728 17.8141 -0.625776 {normal=(-0.177023 -0.788884 -0.588493)}
Vertex 8640 2.9576 21.2489 -1.24759 {normal=(0.924237 0.0442659 -0.379245)}
Vertex 8641 2.95899 18.0793 0.972486 {normal=(0.603243 -0.475901 0.640013)}
Vertex 8642 2.95938 19.7494 1.00356 {normal=(0.962372 0.0800486 0.259678)}
Vertex 8643 2.95985 18.0827 0.010697 {normal=(0.981727 -0.145255 0.122938)}
Vertex 8644 2.96136 19.9968 0.91781 {normal=(0.88809 0.189301 0.418881)}
Vertex 8645 2.96526 20.0148 0.904617 {normal=(0.832967 0.246859 0.495203)}
Vertex 8646 2.96542 21.1309 -1.27932 {normal=(0.654421 0.753922 0.0577526)}
Vertex 8647 2.96636 20.2669 0.805459 {normal=(0.918068 0.115916 0.379098)}
Vertex 8648 2.96713 -43.2615 -3.42964
Vertex 8649 2.96719 19.2192 1.31294 {normal=(0.976317 0.198685 0.0856171)}
Vertex 8650 2.9678 19.9808 0.913021 {normal=(0.85819 0.105642 0.502344)}
Vertex 8651 2.96856 -13.0955 2.71639 {normal=(-0.147579 -0.138585 0.979293)}
Vertex 8652 2.96866 19.3584 1.11906 {normal=(0.981007 0.107824 0.161244)}
Vertex 8653 2.96944 18.2493 -0.921801 {normal=(-0.673673 -0.371738 -0.63873)}
Vertex 8654 2.97116 17.53 0.075737 {normal=(0.924255 0.0257453 -0.380906)}
Vertex 8655 2.97176 18.9381 -1.21424 {normal=(-0.291769 -0.201957 -0.934925)}
Vertex 8656 2.97182 17.2347 0.13361 {normal=(0.945559 -0.111659 -0.305698)}
Vertex 8657 2.97191 18.3628 2.02422 {normal=(0.968121 -0.240642 0.0695249)}
Vertex 8658 2.97334 18.3113 -0.009712 {normal=(0.991232 0.000954772 0.132129)}
Vertex 8659 2.97344 19.4988 -1.54124 {normal=(0.647756 -0.350576 0.676395)}
Vertex 8660 2.97361 0.793936 -4.64973
Vertex 8661 2.97448 18.4791 2.14688 {normal=(0.980386 -0.0113015 0.196765)}
Vertex 8662 2.97591 17.7721 -0.554103 {normal=(0.193868 -0.976738 -0.0916451)}
Vertex 8663 2.97656 18.4839 1.51494 {normal=(0.951818 -0.261006 -0.16099)}
Vertex 8664 2.97664 17.97 0.876703 {normal=(0.61197 -0.463377 0.640916)}
Vertex 8665 2.97668 17.4301 0.593601 {normal=(0.977129 -0.0408137 0.208693)}
Vertex 8666 2.97696 21.5814 -1.15145 {normal=(0.93966 0.204989 -0.273894)}
Vertex 8667 2.97699 18.4035 -1.02469 {normal=(-0.653804 -0.353607 -0.668956)}
Vertex 8668 2.97707 18.4478 0.001382 {normal=(0.993668 0.00526824 0.112235)}
Vertex 8669 2.98115 17.8035 -0.418505 {normal=(0.563465 -0.822527 0.0771773)}
Vertex 8670 2.98155 18.5873 0.011305 {normal=(0.992179 -0.0359113 0.119548)}
Vertex 8671 2.98175 -9.33591 3.68109
Vertex 8672 2.98227 17.7247 0.707429 {normal=(0.890298 -0.253292 0.378434)}
Vertex 8673 2.98276 18.8383 1.13909 {normal=(0.993854 -0.0604472 0.0927359)}
Vertex 8674 2.98329 19.1091 1.54664 {normal=(0.957037 0.256695 0.13486)}
Vertex 8675 2.98351 19.8535 0.898968 {normal=(0.867208 0.0467843 0.495744)}
Vertex 8676 2.98362 19.9973 0.893347 {normal=(0.683587 0.238789 0.689702)}
Vertex 8677 2.9844 21.931 -0.487595 {normal=(0.945002 0.312062 -0.0979235)}
Vertex 8678 2.98469 18.7115 2.00828 {normal=(0.948222 0.189636 0.25478)}
Vertex 8679 2.98542 -33.7225 -5.77918
Vertex 8680 2.9865 18.9046 1.80149 {normal=(0.924375 0.288664 0.249406)}
Vertex 8681 2.9868 18.7299 0.020054 {normal=(0.979205 -0.183438 0.086655)}
Vertex 8682 2.98773 19.5267 0.965002 {normal=(0.960594 0.0818127 0.265643)}
Vertex 8683 2.98818 18.7575 1.09467 {normal=(0.921475 0.0155926 0.388126)}
Vertex 8684 2.98949 18.9824 1.20956 {normal=(0.999187 -0.0237894 -0.032541)}
Vertex 8685 2.99044 -17.7994 2.44164 {normal=(-0.426038 -0.20385 0.88144)}
Vertex 8686 2.99104 18.9422 0.066092 {normal=(0.984167 -0.0574494 0.167677)}
Vertex 8687 2.99259 20.871 -1.91213 {normal=(0.868721 0.0945437 -0.486194)}
Vertex 8688 2.99268 19.078 0.087345 {normal=(0.978496 -0.122295 0.166099)}
Vertex 8689 2.99361 19.1663 -1.25406 {normal=(-0.207245 -0.094113 -0.973752)}
Vertex 8690 2.99451 -2.25204 3.6113
Vertex 8691 2.99451 -0.834039 3.61132
Vertex 8692 2.99451 0.583959 3.61134
Vertex 8693 2.99488 19.1793 1.06327 {normal=(0.988722 0.0547162 0.139408)}
Vertex 8694 2.99623 19.8111 -1.35861 {normal=(0.944805 -0.317177 0.0821137)}
Vertex 8695 2.99782 16.9895 0.350843 {normal=(0.984036 -0.143882 -0.104746)}
Vertex 8696 2.99791 18.7249 1.37258 {normal=(0.974431 -0.142274 -0.173906)}
Vertex 8697 2.99812 17.5966 0.164886 {normal=(0.781834 -0.0816822 -0.618112)}
Vertex 8698 2.99821 17.0405 0.543803 {normal=(0.985946 -0.0578368 0.156731)}
Vertex 8699 2.99963 18.2308 0.052713 {normal=(0.545719 0.0153992 -0.837827)}
Vertex 8700 2.99979 19.0831 1.31216 {normal=(0.981554 0.188269 0.0332677)}
Vertex 8701 3.00037 19.6402 -1.2806 {normal=(0.913355 -0.211424 -0.347968)}
Vertex 8702 3.00049 18.3462 0.069096 {normal=(0.654231 0.125025 -0.745889)}
Vertex 8703 3.00049 -34.093 -5.66988 {normal=(-0.619205 -0.206048 -0.757714)}
Vertex 8704 3.00055 19.16 -1.69615 {normal=(0.886751 -0.340823 0.31227)}
Vertex 8705 3.00058 19.2617 0.093597 {normal=(0.936475 -0.102862 0.335312)}
Vertex 8706 3.00104 18.5588 -1.11732 {normal=(-0.619083 -0.277967 -0.734487)}
Vertex 8707 3.00157 17.3486 0.191148 {normal=(0.934807 -0.11559 -0.335819)}
Vertex 8708 3.00225 17.4969 0.154635 {normal=(0.922368 -0.0151031 -0.386018)}
Vertex 8709 3.00225 17.8235 -0.304463 {normal=(0.687196 -0.723341 0.0673714)}
Vertex 8710 3.00247 19.0344 1.29032 {normal=(0.99554 0.0495593 -0.0802707)}
Vertex 8711 3.0031 18.1124 0.056089 {normal=(0.551482 -0.103372 -0.827757)}
Vertex 8712 3.00318 18.9928 0.11938 {normal=(0.560248 -0.0204019 -0.828074)}
Vertex 8713 3.00356 17.7473 0.692657 {normal=(0.634798 -0.503498 0.586106)}
Vertex 8714 3.00429 17.5752 0.5202 {normal=(0.91962 -0.273499 0.281951)}
Vertex 8715 3.00506 1.47742 -4.84007
Vertex 8716 3.00528 18.8593 0.121307 {normal=(0.706545 0.0413578 -0.706459)}
Vertex 8717 3.00552 19.1933 0.110452 {normal=(0.499802 -0.0505758 -0.864662)}
Vertex 8718 3.00553 19.8668 0.875481 {normal=(0.642123 0.0575972 0.764435)}
Vertex 8719 3.0057 18.4586 0.105242 {normal=(0.654886 0.133569 -0.743831)}
Vertex 8720 3.00575 18.7399 1.07631 {normal=(0.623151 0.219242 0.750743)}
Vertex 8721 3.00655 20.1836 0.750053 {normal=(0.818648 0.266135 0.508908)}
Vertex 8722 3.00682 18.7231 0.122532 {normal=(0.660318 -0.0882447 -0.745783)}
Vertex 8723 3.00737 18.4725 1.78906 {normal=(0.971715 -0.235532 -0.0171774)}
Vertex 8724 3.00738 20.7174 0.628767 {normal=(0.957087 0.0277131 0.288473)}
Vertex 8725 3.00747 18.3 1.13096 {normal=(0.471461 -0.408091 0.781784)}
Vertex 8726 3.00781 18.5842 0.123053 {normal=(0.646622 0.00539685 -0.762792)}
Vertex 8727 3.00829 21.193 0.580934 {normal=(0.976206 0.0615696 0.20792)}
Vertex 8728 3.00851 19.6151 0.875653 {normal=(0.863346 0.0476136 0.502362)}
Vertex 8729 3.00904 -3.67196 3.38582
Vertex 8730 3.0095 17.3379 0.403967 {normal=(0.99259 -0.0359897 0.116061)}
Vertex 8731 3.01179 19.0173 1.02186 {normal=(0.96965 0.0426522 0.24075)}
Vertex 8732 3.0118 17.2795 0.261742 {normal=(0.987621 -0.0953966 -0.124514)}
Vertex 8733 3.01229 19.4609 0.094523 {normal=(0.546795 -0.0773131 -0.833689)}
Vertex 8734 3.01409 19.3158 0.933712 {normal=(0.953874 0.0796573 0.289446)}
Vertex 8735 3.01473 19.4933 0.084852 {normal=(0.744733 -0.0119975 0.667254)}
Vertex 8736 3.01503 -41.9203 -3.44988
Vertex 8737 3.01575 12.9848 -4.37449
Vertex 8738 3.01793 21.5752 -0.917749 {normal=(0.967382 0.195484 -0.161114)}
Vertex 8739 3.01922 18.0857 -0.905655 {normal=(-0.474647 -0.448258 -0.757479)}
Vertex 8740 3.01929 -43.2789 -5.5188
Vertex 8741 3.0201 18.9725 1.56106 {normal=(0.952765 0.2725 0.134096)}
Vertex 8742 3.02086 19.3628 -1.26237 {normal=(-0.158444 0.0331856 -0.98681)}
Vertex 8743 3.02108 18.5796 1.89687 {normal=(0.990447 -0.0438908 0.130724)}
Vertex 8744 3.02196 19.7412 -1.29007 {normal=(0.915433 -0.0789236 -0.394656)}
Vertex 8745 3.02245 17.4754 0.204259 {normal=(0.870313 -0.105238 -0.481124)}
Vertex 8746 3.02404 18.9869 -0.692567 {normal=(0.912019 0.390812 -0.124449)}
Vertex 8747 3.02415 17.4988 0.329922 {normal=(0.93752 -0.294842 0.184727)}
Vertex 8748 3.02425 19.1102 -0.773111 {normal=(0.868451 -0.400408 0.292345)}
Vertex 8749 3.02427 17.8818 -0.192219 {normal=(0.833691 -0.465693 0.296797)}
Vertex 8750 3.02461 17.5984 0.507645 {normal=(0.651504 -0.619384 0.43807)}
Vertex 8751 3.02461 18.4877 1.14334 {normal=(0.399557 0.118918 0.908962)}
Vertex 8752 3.02618 21.2296 -1.07704 {normal=(0.961289 0.0848596 -0.26215)}
Vertex 8753 3.02671 -10.0006 3.60659 {normal=(-0.159859 -0.222857 0.961655)}
Vertex 8754 3.02684 19.6933 0.073783 {normal=(0.749563 -0.121635 -0.650661)}
Vertex 8755 3.02812 17.5017 0.210685 {normal=(0.671421 -0.136839 -0.728333)}
Vertex 8756 3.02835 19.624 -1.23287 {normal=(0.327549 0.0092797 -0.944789)}
Vertex 8757 3.0293 21.1144 -1.31737 {normal=(0.305927 0.915616 0.260877)}
Vertex 8758 3.02986 20.1658 0.735316 {normal=(0.544973 0.492093 0.678859)}
Vertex 8759 3.03046 18.8005 1.74942 {normal=(0.967016 0.175649 0.184465)}
Vertex 8760 3.0305 17.8144 -0.497353 {normal=(0.533764 -0.804419 0.260782)}
Vertex 8761 3.03079 18.7775 1.47372 {normal=(0.975842 -0.120729 -0.182089)}
Vertex 8762 3.03086 19.0421 -0.79213 {normal=(0.796964 0.225852 0.560213)}
Vertex 8763 3.03091 18.6264 1.62458 {normal=(0.976724 -0.186874 -0.105304)}
Vertex 8764 3.03096 18.9274 0.991155 {normal=(0.882685 0.145019 0.447032)}
Vertex 8765 3.03101 19.6235 0.851015 {normal=(0.579547 -0.0144639 0.81481)}
Vertex 8766 3.0312 21.8327 -0.212922 {normal=(0.962625 0.27082 -0.00300404)}
Vertex 8767 3.03172 17.4655 0.224608 {normal=(0.951564 -0.231876 -0.201889)}
Vertex 8768 3.03212 18.1733 1.00267 {normal=(0.397705 -0.600066 0.694083)}
Vertex 8769 3.03307 19.702 0.057723 {normal=(0.737022 0.0700696 0.672227)}
Vertex 8770 3.03385 21.4336 0.329014 {normal=(0.979741 0.109432 0.167727)}
Vertex 8771 3.03429 18.8631 -0.032859 {normal=(0.922405 -0.134647 0.361994)}
Vertex 8772 3.0352 17.8887 0.110841 {normal=(0.453162 -0.220002 -0.863854)}
Vertex 8773 3.03557 19.3847 0.85618 {normal=(0.852954 0.060033 0.518523)}
Vertex 8774 3.03845 17.9734 -0.149976 {normal=(0.772705 -0.263511 0.577486)}
Vertex 8775 3.03847 19.1167 0.909688 {normal=(0.93674 0.0915807 0.337832)}
Vertex 8776 3.04006 -17.8602 -7.10841
Vertex 8777 3.04105 18.7151 -1.1997 {normal=(-0.576563 -0.199503 -0.792322)}
Vertex 8778 3.04164 19.7939 -1.4271 {normal=(0.562261 -0.499497 0.659064)}
Vertex 8779 3.04192 21.2211 -0.986897 {normal=(0.98758 0.0966355 -0.123883)}
Vertex 8780 3.04259 17.5233 0.321667 {normal=(0.737533 -0.644778 0.200765)}
Vertex 8781 3.04279 18.8948 1.54046 {normal=(0.983616 0.173022 0.0506325)}
Vertex 8782 3.04396 17.9849 -0.85095 {normal=(-0.305845 -0.564831 -0.766436)}
Vertex 8783 3.04409 19.965 -1.21092 {normal=(0.973849 -0.199834 -0.108097)}
Vertex 8784 3.04421 17.8417 -0.379054 {normal=(0.485675 -0.872329 0.0562359)}
Vertex 8785 3.04517 17.6561 0.178052 {normal=(0.38264 -0.245844 -0.890588)}
Vertex 8786 3.04523 17.491 0.22268 {normal=(0.776898 -0.471861 -0.416866)}
Vertex 8787 3.04526 18.7078 1.69045 {normal=(0.998603 -0.0325592 0.041616)}
Vertex 8788 3.04546 18.8461 1.51862 {normal=(0.996453 0.00122158 -0.0841462)}
Vertex 8789 3.0471 20.0274 -0.009733 {normal=(0.948403 0.0413234 0.314364)}
Vertex 8790 3.04768 18.998 -0.642656 {normal=(0.930346 -0.0393211 -0.364569)}
Vertex 8791 3.04788 19.1213 -0.7232 {normal=(0.843378 -0.497537 -0.202905)}
Vertex 8792 3.04862 21.6112 0.133394 {normal=(0.977904 0.140223 0.155055)}
Vertex 8793 3.04918 19.8906 0.048231 {normal=(0.660989 -0.165258 -0.731972)}
Vertex 8794 3.04996 -3.66991 -4.3096
Vertex 8795 3.04996 -2.25192 -4.30958
Vertex 8796 3.0504 18.1979 -0.999199 {normal=(-0.436758 -0.486527 -0.75666)}
Vertex 8797 3.05217 20.5803 0.5174 {normal=(0.948538 0.0945837 0.302209)}
Vertex 8798 3.0524 18.9096 0.971156 {normal=(0.618584 0.393414 0.680131)}
Vertex 8799 3.05243 20.264 -1.91928 {normal=(0.887213 0.0356302 -0.459983)}
Vertex 8800 3.0526 21.7261 -0.005925 {normal=(0.972605 0.213821 0.0912189)}
Vertex 8801 3.05459 18.3524 -1.09866 {normal=(-0.464381 -0.431296 -0.773521)}
Vertex 8802 3.05553 18.1252 -0.101187 {normal=(0.841081 -0.109231 0.529766)}
Vertex 8803 3.0556 19.8879 0.012211 {normal=(0.826834 0.118368 0.54985)}
Vertex 8804 3.05629 -15.6303 2.61602 {normal=(-0.36475 -0.126155 0.922519)}
Vertex 8805 3.05645 21.0457 -1.0415 {normal=(0.932203 0.335128 -0.1367)}
Vertex 8806 3.0573 21.5425 -0.664855 {normal=(0.982485 0.147002 -0.114511)}
Vertex 8807 3.05761 17.9996 0.846544 {normal=(0.419016 -0.56271 0.712589)}
Vertex 8808 3.05931 19.3858 0.83067 {normal=(0.591376 0.00726901 0.806363)}
Vertex 8809 3.05958 21.0361 -1.02313 {normal=(0.924996 0.379833 0.0105037)}
Vertex 8810 3.05986 -41.9279 -5.5235
Vertex 8811 3.06059 21.1898 -0.784979 {normal=(0.995231 0.054062 -0.0811963)}
Vertex 8812 3.06121 -41.0922 -4.23682
Vertex 8813 3.06315 19.0097 0.885542 {normal=(0.834426 0.218574 0.505924)}
Vertex 8814 3.06345 17.8762 -0.259146 {normal=(0.677916 -0.66632 0.310561)}
Vertex 8815 3.06376 -0.833912 -4.30515
Vertex 8816 3.06376 0.584086 -4.30513
Vertex 8817 3.06448 18.9309 -0.567425 {normal=(0.97815 -0.10832 -0.177452)}
Vertex 8818 3.06468 19.1622 0.84055 {normal=(0.826989 0.102604 0.552776)}
Vertex 8819 3.06623 20.1677 -0.058187 {normal=(0.986292 -0.00365989 0.164967)}
Vertex 8820 3.06685 20.9759 0.35294 {normal=(0.984847 0.0489466 0.166377)}
Vertex 8821 3.06719 19.6061 -1.84885 {normal=(0.925054 -0.134632 -0.355174)}
Vertex 8822 3.06961 20.0594 0.01123 {normal=(0.493942 -0.282751 -0.822237)}
Vertex 8823 3.06995 21.0038 -0.851028 {normal=(0.935949 0.35211 0.00421097)}
Vertex 8824 3.07138 18.243 -0.139958 {normal=(0.867884 0.00526688 0.496739)}
Vertex 8825 3.07229 18.8492 -0.487384 {normal=(0.97313 -0.107432 -0.203656)}
Vertex 8826 3.07242 18.4207 -0.178118 {normal=(0.893837 0.0482513 0.445788)}
Vertex 8827 3.07251 18.9141 -1.25996 {normal=(-0.536755 -0.125886 -0.834294)}
Vertex 8828 3.07499 21.0171 -1.0373 {normal=(0.42661 0.880763 0.205572)}
Vertex 8829 3.08033 -43.2994 -2.23312
Vertex 8830 3.081 18.5802 -0.193003 {normal=(0.91707 -0.0576677 0.394534)}
Vertex 8831 3.0822 21.1357 -0.471285 {normal=(0.997834 0.00742348 -0.0653599)}
Vertex 8832 3.08229 -45.2711 -3.39345
Vertex 8833 3.08295 17.8443 -0.745797 {normal=(-0.140983 -0.747027 -0.649673)}
Vertex 8834 3.08322 19.1899 -0.676738 {normal=(0.934837 -0.26468 -0.236695)}
Vertex 8835 3.08347 20.952 -0.514334 {normal=(0.944564 0.328172 0.0101081)}
Vertex 8836 3.08354 18.7364 1.03979 {normal=(0.360829 0.36066 0.860074)}
Vertex 8837 3.08393 17.7788 0.662587 {normal=(0.428129 -0.611402 0.665502)}
Vertex 8838 3.0842 18.7851 -0.430336 {normal=(0.955541 -0.0193029 -0.294227)}
Vertex 8839 3.08522 20.5033 0.454121 {normal=(0.858156 0.289756 0.423804)}
Vertex 8840 3.08536 20.9846 -0.863001 {normal=(0.557033 0.82315 0.110172)}
Vertex 8841 3.08547 12.6564 -5.16987 {normal=(0.0367793 0.303792 -0.952028)}
Vertex 8842 3.08579 18.7528 -0.547267 {normal=(0.905043 0.285835 0.314953)}
Vertex 8843 3.08583 18.8468 -0.624364 {normal=(0.854929 0.341982 0.390057)}
Vertex 8844 3.08617 18.5127 -1.19242 {normal=(-0.442501 -0.352423 -0.824615)}
Vertex 8845 3.08674 -11.2865 3.18666 {normal=(0.000815849 -0.225463 0.974251)}
Vertex 8846 3.08689 19.8993 -1.17151 {normal=(0.466443 0.431338 -0.772256)}
Vertex 8847 3.08732 20.9256 -0.334188 {normal=(0.948919 0.294246 0.113895)}
Vertex 8848 3.08743 20.1078 -1.00783 {normal=(0.958956 0.107683 -0.262311)}
Vertex 8849 3.08757 20.9285 -0.342364 {normal=(0.957699 0.278535 0.0723248)}
Vertex 8850 3.0877 17.8509 -0.530128 {normal=(0.661154 -0.690486 0.293437)}
Vertex 8851 3.0877 21.1912 0.074053 {normal=(0.995324 0.0376316 0.0889563)}
Vertex 8852 3.08811 20.1998 -0.037223 {normal=(0.569058 -0.52594 -0.632108)}
Vertex 8853 3.08812 18.9949 0.861272 {normal=(0.5728 0.424089 0.701462)}
Vertex 8854 3.08879 21.067 -0.258426 {normal=(0.999568 -0.0228552 0.0184807)}
Vertex 8855 3.08885 -41.932 -2.26927
Vertex 8856 3.08931 20.9741 -0.086473 {normal=(0.998825 0.0442556 0.0197607)}
Vertex 8857 3.0897 20.0123 -1.25126 {normal=(0.555112 -0.679488 0.479736)}
Vertex 8858 3.09043 19.1536 0.814444 {normal=(0.59463 0.120831 0.794868)}
Vertex 8859 3.09056 19.2278 -0.734232 {normal=(0.745772 -0.566962 0.349826)}
Vertex 8860 3.09093 17.8689 -0.470985 {normal=(0.495106 -0.866661 0.0613833)}
Vertex 8861 3.09158 19.8624 0.839648 {normal=(0.434702 0.117467 0.892881)}
Vertex 8862 3.09159 21.0947 -0.295767 {normal=(0.999372 -0.0335316 -0.0114895)}
Vertex 8863 3.0918 18.9242 -0.709901 {normal=(0.706632 0.573488 0.414467)}
Vertex 8864 3.09316 20.8161 0.22009 {normal=(0.987422 0.0883989 0.131083)}
Vertex 8865 3.09352 -21.6238 -7.0905
Vertex 8866 3.09498 18.689 -0.493349 {normal=(0.931404 0.336884 0.137824)}
Vertex 8867 3.09507 21.4832 -0.392774 {normal=(0.992077 0.104919 -0.0690985)}
Vertex 8868 3.09539 19.1559 -1.29808 {normal=(-0.516383 -0.0325578 -0.855739)}
Vertex 8869 3.09712 18.7217 -0.184613 {normal=(0.913636 -0.104333 0.392918)}
Vertex 8870 3.09828 19.487 -1.61777 {normal=(0.877025 -0.346648 0.332659)}
Vertex 8871 3.09853 20.8571 -0.173755 {normal=(0.925514 0.362999 0.10796)}
Vertex 8872 3.09889 20.9321 -0.521924 {normal=(0.550912 0.828351 0.101639)}
Vertex 8873 3.09923 19.1249 -0.825664 {normal=(0.506847 -0.373622 0.776861)}
Vertex 8874 3.10017 17.6022 0.205911 {normal=(0.438834 -0.506491 -0.742221)}
Vertex 8875 3.10019 17.7858 -0.657132 {normal=(0.275576 -0.955479 -0.105441)}
Vertex 8876 3.10022 18.7385 -0.396281 {normal=(0.948989 0.0263689 -0.314204)}
Vertex 8877 3.10209 21.3375 -0.113225 {normal=(0.996926 0.0152938 0.0768458)}
Vertex 8878 3.10291 1.53595 -4.34686
Vertex 8879 3.10299 20.9083 -0.347762 {normal=(0.632158 0.751471 0.188859)}
Vertex 8880 3.10355 17.6325 0.486175 {normal=(0.414345 -0.75783 0.503995)}
Vertex 8881 3.10371 18.9852 -0.803877 {normal=(0.498806 0.555884 0.664971)}
Vertex 8882 3.10619 19.0521 -0.842463 {normal=(0.416094 0.100274 0.903776)}
Vertex 8883 3.10646 20.2862 -0.155766 {normal=(0.696908 -0.68277 -0.219418)}
Vertex 8884 3.10651 20.4864 0.438927 {normal=(0.558203 0.56742 0.605346)}
Vertex 8885 3.10714 18.6763 -0.371277 {normal=(0.97958 0.0247823 -0.19952)}
Vertex 8886 3.10922 17.9522 -0.236016 {normal=(0.735367 -0.40018 0.546892)}
Vertex 8887 3.11 21.4149 -0.208897 {normal=(0.998183 0.0580655 0.0161186)}
Vertex 8888 3.11023 19.4077 -1.29914 {normal=(-0.506608 0.0872202 -0.857754)}
Vertex 8889 3.11047 20.2173 -0.176757 {normal=(0.884986 0.304063 0.352627)}
Vertex 8890 3.11209 19.0839 -0.05678 {normal=(0.77937 -0.297388 0.551491)}
Vertex 8891 3.11282 -44.4287 -5.5505
Vertex 8892 3.1134 18.6554 -0.462611 {normal=(0.933904 0.345545 0.0917733)}
Vertex 8893 3.11359 20.1466 0.707685 {normal=(0.367503 0.504297 0.781426)}
Vertex 8894 3.11535 20.84 -0.18779 {normal=(0.581105 0.770759 0.261243)}
Vertex 8895 3.11564 -44.7921 -3.4216
Vertex 8896 3.11588 20.7278 0.146185 {normal=(0.907741 0.351084 0.229665)}
Vertex 8897 3.1162 13.1539 -4.59755
Vertex 8898 3.11646 17.5608 0.317309 {normal=(0.549481 -0.834418 0.0426248)}
Vertex 8899 3.11672 18.6252 -0.416603 {normal=(0.957601 0.252661 0.138426)}
Vertex 8900 3.11703 19.6697 -1.26314 {normal=(-0.472731 0.244495 -0.846609)}
Vertex 8901 3.11758 17.8763 -0.352182 {normal=(0.573416 -0.789244 0.219745)}
Vertex 8902 3.11763 20.1539 -1.01373 {normal=(0.612236 -0.729962 0.303846)}
Vertex 8903 3.11774 20.2068 -0.798657 {normal=(0.908066 0.366338 -0.203009)}
Vertex 8904 3.11872 19.6142 0.812128 {normal=(0.362218 -0.0591224 0.930217)}
Vertex 8905 3.12112 19.2284 0.004268 {normal=(0.652655 -0.241595 0.718104)}
Vertex 8906 3.12214 18.584 -0.315212 {normal=(0.986484 -0.0348564 0.160109)}
Vertex 8907 3.12241 18.8407 -0.209509 {normal=(0.934467 -0.129556 0.331642)}
Vertex 8908 3.12401 18.9868 -0.147434 {normal=(0.849165 -0.297844 0.436129)}
Vertex 8909 3.12466 20.3187 -0.344397 {normal=(0.807609 -0.58588 0.0671785)}
Vertex 8910 3.12505 19.1965 -0.79037 {normal=(0.503819 -0.548027 0.667707)}
Vertex 8911 3.12541 19.0865 -0.592487 {normal=(0.810965 -0.283349 -0.511908)}
Vertex 8912 3.12721 -33.5402 -5.6836
Vertex 8913 3.12791 19.2566 -0.573691 {normal=(0.901829 -0.0661188 -0.427004)}
Vertex 8914 3.12966 21.0254 -1.58801 {normal=(0.913613 0.240984 -0.327471)}
Vertex 8915 3.13146 18.9049 0.930968 {normal=(0.345582 0.571818 0.744041)}
Vertex 8916 3.13173 18.5329 -0.360538 {normal=(0.94806 0.159686 0.275104)}
Vertex 8917 3.13213 20.2523 -0.780897 {normal=(0.707113 -0.68214 0.186214)}
Vertex 8918 3.13215 19.8485 -1.19474 {normal=(-0.366581 0.476907 -0.79886)}
Vertex 8919 3.13321 20.3074 -0.552774 {normal=(0.886174 -0.462618 0.0260863)}
Vertex 8920 3.13356 18.1969 -1.00503 {normal=(0.30848 -0.543465 -0.780696)}
Vertex 8921 3.13436 19.2965 -0.613106 {normal=(0.776951 -0.614518 0.136801)}
Vertex 8922 3.13501 20.7112 0.131225 {normal=(0.559063 0.721982 0.407665)}
Vertex 8923 3.13502 20.2618 -0.583401 {normal=(0.75711 0.620846 -0.20331)}
Vertex 8924 3.13682 18.4361 -0.32092 {normal=(0.923446 0.113507 0.366558)}
Vertex 8925 3.13713 18.2378 -0.258133 {normal=(0.877228 0.0936959 0.470843)}
Vertex 8926 3.13713 18.3431 -1.10343 {normal=(0.274605 -0.538857 -0.796382)}
Vertex 8927 3.13932 19.3888 0.038026 {normal=(0.476366 -0.141397 0.867803)}
Vertex 8928 3.13953 19.0215 -0.512374 {normal=(0.825331 -0.374327 -0.42274)}
Vertex 8929 3.13955 -3.67004 3.90811
Vertex 8930 3.13955 -2.25204 3.90813
Vertex 8931 3.13989 18.0515 -0.235074 {normal=(0.762144 -0.0634916 0.644287)}
Vertex 8932 3.14027 20.2692 -0.363819 {normal=(0.800452 0.485376 0.351691)}
Vertex 8933 3.1419 21.1066 -1.38976 {normal=(0.705474 0.708358 0.0231482)}
Vertex 8934 3.142 18.9441 -0.422569 {normal=(0.877917 -0.359466 -0.316301)}
Vertex 8935 3.14362 18.87 -0.361994 {normal=(0.962156 -0.168379 -0.214251)}
Vertex 8936 3.14368 18.7249 -0.307003 {normal=(0.992943 -0.114465 -0.0310238)}
Vertex 8937 3.14415 18.679 -1.2805 {normal=(-0.386507 -0.272584 -0.881085)}
Vertex 8938 3.14439 18.7992 -0.330651 {normal=(0.981974 -0.127356 -0.139673)}
Vertex 8939 3.14579 18.05 -0.902461 {normal=(0.330282 -0.509778 -0.794381)}
Vertex 8940 3.14592 19.3769 0.788728 {normal=(0.398941 -0.0416635 0.91603)}
Vertex 8941 3.14764 18.3251 1.08671 {normal=(0.665931 -0.295054 0.685186)}
Vertex 8942 3.15071 2.4033 -4.8752
Vertex 8943 3.15162 18.2487 0.076774 {normal=(0.585791 0.13542 -0.799069)}
Vertex 8944 3.15262 18.9729 0.100377 {normal=(0.395417 -0.0749884 -0.915436)}
Vertex 8945 3.15284 18.3476 0.096469 {normal=(0.621993 0.216592 -0.752471)}
Vertex 8946 3.15385 -6.42699 3.65097
Vertex 8947 3.15413 19.1837 0.08859 {normal=(0.371631 -0.0543273 -0.92679)}
Vertex 8948 3.15438 20.9696 -0.893038 {normal=(0.198534 0.963916 0.177345)}
Vertex 8949 3.15464 18.1562 0.074372 {normal=(0.531722 0.00553589 -0.846901)}
Vertex 8950 3.15481 18.8353 0.108866 {normal=(0.46315 -0.0962827 -0.881034)}
Vertex 8951 3.1567 17.8223 -0.689909 {normal=(0.65411 -0.748828 -0.106753)}
Vertex 8952 3.15689 18.9372 -0.267693 {normal=(0.934821 -0.302736 0.185634)}
Vertex 8953 3.15719 18.7013 0.122821 {normal=(0.544486 -0.107705 -0.831826)}
Vertex 8954 3.15765 13.124 -4.85645
Vertex 8955 3.15831 18.4531 0.133459 {normal=(0.682439 0.14956 -0.715478)}
Vertex 8956 3.15934 19.4677 0.073503 {normal=(0.391187 -0.0621155 -0.918213)}
Vertex 8957 3.15976 18.571 0.142244 {normal=(0.647652 -0.0281294 -0.761417)}
Vertex 8958 3.16062 18.1659 -0.277815 {normal=(0.800067 0.118212 0.588148)}
Vertex 8959 3.16163 19.1532 -0.564104 {normal=(0.840915 -0.073934 -0.536093)}
Vertex 8960 3.16409 18.5059 1.09587 {normal=(0.686688 0.0535065 0.72498)}
Vertex 8961 3.16439 20.0504 -1.02667 {normal=(0.313368 0.724844 -0.613515)}
Vertex 8962 3.16509 -40.188 -3.96481
Vertex 8963 3.16602 5.30195 5.10544 {normal=(0.0291798 -0.143479 0.989223)}
Vertex 8964 3.16616 17.9344 0.125657 {normal=(0.417269 -0.171824 -0.892392)}
Vertex 8965 3.16668 19.5649 0.044491 {normal=(0.350753 0.0295714 0.936001)}
Vertex 8966 3.16818 19.335 -0.49632 {normal=(0.871342 -0.032729 -0.489584)}
Vertex 8967 3.16834 18.993 0.816863 {normal=(0.372952 0.503745 0.779197)}
Vertex 8968 3.16951 18.5009 -1.19777 {normal=(0.262717 -0.524117 -0.810112)}
Vertex 8969 3.16961 20.9171 -0.53953 {normal=(0.202466 0.963361 0.175908)}
Vertex 8970 3.17048 17.8945 -0.453336 {normal=(0.562057 -0.826134 0.0399285)}
Vertex 8971 3.1715 19.8073 -1.48368 {normal=(0.849609 -0.414066 0.32667)}
Vertex 8972 3.17175 17.9411 -0.343169 {normal=(0.794783 -0.45943 0.396539)}
Vertex 8973 3.1722 18.2046 0.957628 {normal=(0.748061 -0.393202 0.5346)}
Vertex 8974 3.17251 19.7092 0.055891 {normal=(0.436873 -0.0973273 -0.894242)}
Vertex 8975 3.17306 17.9025 -0.795744 {normal=(0.495992 -0.614078 -0.613922)}
Vertex 8976 3.17316 19.1503 0.769449 {normal=(0.429929 0.109907 0.896148)}
Vertex 8977 3.17509 19.9639 -1.64774 {normal=(0.954175 -0.0874617 -0.286182)}
Vertex 8978 3.17597 18.5818 -0.551032 {normal=(0.880017 0.330802 0.340793)}
Vertex 8979 3.17651 -17.7867 -7.41635
Vertex 8980 3.1782 20.2835 -0.476055 {normal=(0.497483 0.86744 -0.00763834)}
Vertex 8981 3.17839 19.3697 -0.55714 {normal=(0.82535 -0.488556 0.283036)}
Vertex 8982 3.18204 18.5206 -0.488304 {normal=(0.921401 0.262977 0.286117)}
Vertex 8983 3.18252 18.6549 -0.602216 {normal=(0.810274 0.290734 0.508851)}
Vertex 8984 3.18394 18.5499 -0.529639 {normal=(0.919821 0.303547 0.248573)}
Vertex 8985 3.18438 -45.0273 -5.58524
Vertex 8986 3.18476 20.4668 0.416238 {normal=(0.309677 0.678868 0.665762)}
Vertex 8987 3.18535 2.45959 -4.41563
Vertex 8988 3.18671 20.5523 -1.59655 {normal=(0.92597 0.0648222 -0.371992)}
Vertex 8989 3.18696 18.896 -1.34692 {normal=(-0.377499 -0.1644 -0.9113)}
Vertex 8990 3.18714 18.4237 -0.448687 {normal=(0.928429 0.178377 0.325885)}
Vertex 8991 3.18787 19.0612 -0.199863 {normal=(0.651072 -0.531056 0.542297)}
Vertex 8992 3.18801 20.8248 -0.204453 {normal=(0.261673 0.913477 0.311587)}
Vertex 8993 3.19121 19.7353 0.007712 {normal=(0.343367 0.24038 0.907919)}
Vertex 8994 3.19313 18.998 -0.291927 {normal=(0.822982 -0.560385 0.0931134)}
Vertex 8995 3.19365 19.9083 0.03575 {normal=(0.487457 -0.1816 -0.854054)}
Vertex 8996 3.19744 18.0359 0.80113 {normal=(0.751674 -0.37405 0.543205)}
Vertex 8997 3.19797 -35.0239 -1.79187 {normal=(-0.761394 -0.108263 0.639186)}
Vertex 8998 3.19798 19.4625 -0.504596 {normal=(0.925708 -0.304931 0.223789)}
Vertex 8999 3.20162 19.0982 -0.458968 {normal=(0.854825 -0.328178 -0.401962)}
Vertex 9000 3.20227 -44.3414 -3.45309
Vertex 9001 3.20317 19.025 -0.361331 {normal=(0.847704 -0.483035 -0.219263)}
Vertex 9002 3.20359 18.7692 -0.683192 {normal=(0.752647 0.335299 0.566654)}
Vertex 9003 3.20389 17.9181 -0.685209 {normal=(0.885825 -0.46167 0.0466419)}
Vertex 9004 3.20399 20.0291 -0.111514 {normal=(0.589153 0.398617 0.702854)}
Vertex 9005 3.20401 19.4249 -0.444627 {normal=(0.807624 -0.042153 -0.588189)}
Vertex 9006 3.20594 19.1567 -0.136562 {normal=(0.602868 -0.44855 0.659812)}
Vertex 9007 3.20731 19.5357 -0.473559 {normal=(0.959572 -0.281373 -0.00711826)}
Vertex 9008 3.20738 18.0362 -0.352014 {normal=(0.89991 -0.136123 0.414285)}
Vertex 9009 3.20785 17.9361 -0.626065 {normal=(0.735077 -0.677553 0.0241569)}
Vertex 9010 3.20806 -0.834043 3.86842
Vertex 9011 3.20806 0.583956 3.86844
Vertex 9012 3.20811 19.216 -0.497212 {normal=(0.812735 0.0175659 -0.582368)}
Vertex 9013 3.20906 17.7053 0.200731 {normal=(0.428924 -0.397706 -0.811082)}
Vertex 9014 3.20936 17.934 -0.452032 {normal=(0.827675 -0.532014 0.178651)}
Vertex 9015 3.20956 20.6929 0.112191 {normal=(0.264212 0.836938 0.479298)}
Vertex 9016 3.21064 18.3519 -0.468369 {normal=(0.932901 0.188248 0.307016)}
Vertex 9017 3.21285 20.078 0.001454 {normal=(0.483853 -0.313118 -0.817217)}
Vertex 9018 3.21291 19.9002 -0.072314 {normal=(0.458016 0.344923 0.819298)}
Vertex 9019 3.21461 19.1638 -1.3917 {normal=(-0.387169 -0.0452872 -0.920896)}
Vertex 9020 3.21729 -41.1654 -3.02543
Vertex 9021 3.22026 18.2461 -0.939277 {normal=(0.837172 -0.342091 -0.426752)}
Vertex 9022 3.22145 18.1171 -0.85148 {normal=(0.862517 -0.233374 -0.449001)}
Vertex 9023 3.22156 18.7472 0.985109 {normal=(0.733411 0.193771 0.651584)}
Vertex 9024 3.22195 18.3658 0.835335 {normal=(0.984082 -0.061239 0.166832)}
Vertex 9025 3.22244 -19.9758 -7.85713
Vertex 9026 3.22269 6.2201 5.13146 {normal=(0.0423583 0.0509262 0.997804)}
Vertex 9027 3.22338 17.8191 0.617218 {normal=(0.727369 -0.424328 0.539334)}
Vertex 9028 3.22348 18.5006 -0.627535 {normal=(0.963943 0.117158 0.238929)}
Vertex 9029 3.22373 20.0411 -1.29254 {normal=(0.803031 -0.531789 0.268966)}
Vertex 9030 3.22407 -41.3635 -1.97742
Vertex 9031 3.22462 18.3757 -1.03901 {normal=(0.783701 -0.399972 -0.475221)}
Vertex 9032 3.22517 18.8626 -0.765079 {normal=(0.691018 0.431812 0.579683)}
Vertex 9033 3.2257 19.3037 -0.060854 {normal=(0.564332 -0.344163 0.750387)}
Vertex 9034 3.22673 20.0038 -1.07902 {normal=(0.0347402 0.757925 -0.651416)}
Vertex 9035 3.22837 18.4427 -0.629277 {normal=(0.981416 0.126149 0.144603)}
Vertex 9036 3.22858 20.1523 -0.853471 {normal=(0.283042 0.866354 -0.411483)}
Vertex 9037 3.22975 17.9887 -0.775618 {normal=(0.85752 -0.35494 -0.372394)}
Vertex 9038 3.2301 20.2183 -0.046999 {normal=(0.500948 -0.587783 -0.635265)}
Vertex 9039 3.23032 18.6704 -1.28805 {normal=(0.311845 -0.430206 -0.847157)}
Vertex 9040 3.2304 18.4222 0.376823 {normal=(0.992124 0.0295002 -0.121734)}
Vertex 9041 3.23082 18.1486 -0.399648 {normal=(0.932977 0.0808951 0.350728)}
Vertex 9042 3.23115 19.4294 -1.38958 {normal=(-0.37578 0.103865 -0.92087)}
Vertex 9043 3.23233 18.3163 0.316394 {normal=(0.97988 0.112179 -0.16508)}
Vertex 9044 3.23244 18.5834 -0.667633 {normal=(0.9587 0.0612635 0.277743)}
Vertex 9045 3.23318 -20.0215 1.78738 {normal=(-0.392397 -0.394878 0.83072)}
Vertex 9046 3.23413 18.3686 -0.582123 {normal=(0.978538 0.151492 0.139688)}
Vertex 9047 3.23431 18.5274 0.842066 {normal=(0.984929 -0.0997582 0.141292)}
Vertex 9048 3.23526 18.5521 0.381914 {normal=(0.984546 -0.088209 -0.151292)}
Vertex 9049 3.23554 18.5382 -0.743518 {normal=(0.998089 -0.032106 0.0528036)}
Vertex 9050 3.23592 12.9219 -5.0927
Vertex 9051 3.2365 19.6273 -0.492515 {normal=(0.924326 -0.380991 -0.0216384)}
Vertex 9052 3.23657 19.6928 -1.34058 {normal=(-0.297807 0.307765 -0.903655)}
Vertex 9053 3.23752 18.4455 -0.722854 {normal=(0.995334 0.041327 0.0871971)}
Vertex 9054 3.23756 18.2067 0.261209 {normal=(0.967751 0.1334 -0.213686)}
Vertex 9055 3.23792 18.517 -0.866352 {normal=(0.998149 0.013861 0.0592173)}
Vertex 9056 3.23886 19.5187 -0.424634 {normal=(0.686917 -0.177694 -0.704677)}
Vertex 9057 3.23893 18.2522 0.72887 {normal=(0.991185 -0.00468415 0.132402)}
Vertex 9058 3.24078 18.6121 -0.823511 {normal=(0.995182 -0.0935663 0.0292885)}
Vertex 9059 3.2411 17.6776 0.455791 {normal=(0.688777 -0.575187 0.4413)}
Vertex 9060 3.24146 18.46 -0.787334 {normal=(0.998077 0.0470109 0.0404085)}
Vertex 9061 3.24165 19.8402 0.791473 {normal=(0.667571 0.117139 0.735274)}
Vertex 9062 3.24321 18.5113 -0.918858 {normal=(0.987964 0.0127638 0.154155)}
Vertex 9063 3.24608 18.0934 0.211268 {normal=(0.936764 0.107241 -0.333124)}
Vertex 9064 3.24656 -21.4863 0.859684 {normal=(-0.336975 -0.677849 0.653428)}
Vertex 9065 3.24669 18.3338 -0.761522 {normal=(0.999148 0.0327068 0.0251568)}
Vertex 9066 3.24672 17.9756 -0.624762 {normal=(0.89559 -0.444301 -0.0226989)}
Vertex 9067 3.24686 19.0948 -0.870731 {normal=(0.253943 -0.2811 0.925471)}
Vertex 9068 3.24692 18.7059 0.331665 {normal=(0.963056 -0.145074 -0.226883)}
Vertex 9069 3.24715 18.027 -0.46577 {normal=(0.966416 -0.0938912 0.239218)}
Vertex 9070 3.24729 18.9352 -0.847878 {normal=(0.596029 0.368507 0.713409)}
Vertex 9071 3.2475 19.067 -0.231317 {normal=(0.706986 -0.614641 0.349839)}
Vertex 9072 3.24785 20.3084 -0.163413 {normal=(0.52418 -0.793403 -0.309431)}
Vertex 9073 3.25061 17.6113 0.31685 {normal=(0.659247 -0.748961 -0.0667141)}
Vertex 9074 3.25073 19.1611 -0.407207 {normal=(0.880416 -0.273269 -0.387546)}
Vertex 9075 3.25101 19.8722 -1.26568 {normal=(-0.183718 0.607059 -0.773128)}
Vertex 9076 3.25106 18.5234 -1.13337 {normal=(0.796331 -0.430959 -0.424419)}
Vertex 9077 3.25132 18.7033 -0.94206 {normal=(0.978549 -0.0575373 0.197817)}
Vertex 9078 3.25136 19.289 -0.439375 {normal=(0.770243 0.0366268 -0.636698)}
Vertex 9079 3.2521 19.3208 -0.677197 {normal=(0.446558 -0.67885 0.582879)}
Vertex 9080 3.25217 19.4519 -0.01768 {normal=(0.51913 -0.208908 0.828771)}
Vertex 9081 3.25221 -27.8381 -1.14416
Vertex 9082 3.25243 18.7192 -0.890591 {normal=(0.988207 -0.150252 -0.0295298)}
Vertex 9083 3.25278 18.3215 -0.844462 {normal=(0.999059 -0.0356643 -0.0246669)}
Vertex 9084 3.25322 -34.289 -3.32258
Vertex 9085 3.25432 18.1654 -0.513402 {normal=(0.98648 0.0690641 0.14862)}
Vertex 9086 3.25452 19.0126 -0.883095 {normal=(0.413698 0.0538465 0.90882)}
Vertex 9087 3.2546 18.2329 -0.732831 {normal=(0.998 0.0443508 -0.0450527)}
Vertex 9088 3.25498 20.1885 -1.04436 {normal=(0.737754 -0.636647 0.224499)}
Vertex 9089 3.25524 18.6909 -0.749573 {normal=(0.971043 0.00572776 0.238836)}
Vertex 9090 3.25578 19.092 -0.303671 {normal=(0.886994 -0.439544 -0.141572)}
Vertex 9091 3.256 -45.027 -2.26575
Vertex 9092 3.25607 20.2211 -1.40764 {normal=(0.976019 -0.0896867 -0.198352)}
Vertex 9093 3.2563 18.8468 0.287083 {normal=(0.937123 -0.162411 -0.308907)}
Vertex 9094 3.25732 -3.67004 3.46626
Vertex 9095 3.25733 -44.3833 -2.26356
Vertex 9096 3.25743 18.1049 0.606018 {normal=(0.992583 0.00410407 0.121501)}
Vertex 9097 3.25776 20.1259 0.66716 {normal=(0.677261 0.344446 0.650134)}
Vertex 9098 3.25808 18.3157 -0.896969 {normal=(0.982397 -0.139552 -0.124183)}
Vertex 9099 3.25914 17.9817 0.180115 {normal=(0.875266 0.0267443 -0.482901)}
Vertex 9100 3.25914 18.0291 -0.702485 {normal=(0.958395 -0.255499 -0.127278)}
Vertex 9101 3.25985 20.1018 -0.226386 {normal=(0.622541 0.58038 0.524979)}
Vertex 9102 3.2603 18.0805 -0.543494 {normal=(0.994419 -0.0456276 0.0951291)}
Vertex 9103 3.26057 18.148 -0.76292 {normal=(0.966019 0.0510745 -0.253373)}
Vertex 9104 3.26264 18.4369 -0.997359 {normal=(0.986043 -0.150952 -0.070237)}
Vertex 9105 3.26315 18.6391 -0.98018 {normal=(0.966564 -0.0534938 0.250783)}
Vertex 9106 3.2634 18.9747 0.248166 {normal=(0.906954 -0.116445 -0.404815)}
Vertex 9107 3.26492 19.6565 -0.536927 {normal=(0.905034 -0.372266 0.205747)}
Vertex 9108 3.26608 20.3483 -0.347785 {normal=(0.584329 -0.809538 -0.0566413)}
Vertex 9109 3.26634 18.8642 -0.988546 {normal=(0.944258 -0.0533093 0.324861)}
Vertex 9110 3.26702 19.1725 0.226651 {normal=(0.898647 -0.0347634 -0.437294)}
Vertex 9111 3.26718 19.4405 0.222538 {normal=(0.915517 -0.00838819 -0.402192)}
Vertex 9112 3.26813 18.9132 0.870588 {normal=(0.732271 0.360244 0.57793)}
Vertex 9113 3.26852 19.5575 -0.540063 {normal=(0.800048 -0.123671 0.587051)}
Vertex 9114 3.27049 18.8595 -0.944758 {normal=(0.96294 -0.200686 -0.1802)}
Vertex 9115 3.27103 19.6813 0.218313 {normal=(0.941463 -0.0223088 -0.336379)}
Vertex 9116 3.27163 19.5872 0.758989 {normal=(0.733782 -0.00733129 0.679345)}
Vertex 9117 3.27175 20.2887 -0.800189 {normal=(0.696788 -0.696139 0.172852)}
Vertex 9118 3.27233 19.1711 -0.837656 {normal=(0.256974 -0.556214 0.79031)}
Vertex 9119 3.27259 19.1606 -0.173256 {normal=(0.71112 -0.483079 0.510825)}
Vertex 9120 3.2727 19.6163 -0.436342 {normal=(0.608236 -0.374953 -0.699614)}
Vertex 9121 3.27332 19.4848 -0.570497 {normal=(0.740459 -0.263975 0.618092)}
Vertex 9122 3.27405 20.3417 -0.560044 {normal=(0.64559 -0.759059 0.0839287)}
Vertex 9123 3.27528 -27.7529 -1.31757
Vertex 9124 3.27573 18.8938 -1.35787 {normal=(0.329079 -0.269036 -0.905167)}
Vertex 9125 3.27602 18.737 0.749067 {normal=(0.986503 -0.13495 0.0927429)}
Vertex 9126 3.27702 20.959 -0.941135 {normal=(0.676758 0.734943 0.0431032)}
Vertex 9127 3.27743 17.924 0.466778 {normal=(0.99214 0.00666237 0.124958)}
Vertex 9128 3.27859 19.8951 0.213979 {normal=(0.959947 -0.0871654 -0.266279)}
Vertex 9129 3.27872 18.7942 -0.825307 {normal=(0.980489 -0.0122723 0.196189)}
Vertex 9130 3.27945 20.2049 -0.651923 {normal=(0.289168 0.904059 -0.314737)}
Vertex 9131 3.28152 -40.8857 -5.35049
Vertex 9132 3.28199 19.3934 -0.621834 {normal=(0.639855 -0.459789 0.615776)}
Vertex 9133 3.28227 18.5694 -1.06084 {normal=(0.979474 -0.198014 0.037694)}
Vertex 9134 3.28301 20.7208 -1.26632 {normal=(0.963939 0.125512 -0.234668)}
Vertex 9135 3.28534 19.6015 -0.007041 {normal=(0.489027 0.00735673 0.872238)}
Vertex 9136 3.28659 19.2894 -0.733335 {normal=(0.334136 -0.638492 0.693311)}
Vertex 9137 3.29058 -9.97451 -6.16875 {normal=(0.248293 0.164952 -0.954537)}
Vertex 9138 3.29085 19.0065 -1.01382 {normal=(0.930237 -0.110477 0.349934)}
Vertex 9139 3.29141 19.3723 -0.390593 {normal=(0.734374 -0.0403916 -0.677542)}
Vertex 9140 3.29163 19.6771 -0.597263 {normal=(0.922295 -0.319578 0.217352)}
Vertex 9141 3.29215 -9.32543 3.74982 {normal=(0.0776773 -0.0919342 0.992731)}
Vertex 9142 3.29243 19.0163 -0.9721 {normal=(0.943519 -0.178239 -0.27929)}
Vertex 9143 3.29278 19.5869 -0.580943 {normal=(0.892937 0.0172776 0.44985)}
Vertex 9144 3.29305 -28.3492 -1.17067 {normal=(-0.471589 -0.0736988 0.878733)}
Vertex 9145 3.29496 18.8487 -1.02179 {normal=(0.863538 -0.0264199 0.503591)}
Vertex 9146 3.29538 19.358 0.730354 {normal=(0.762307 -0.00679753 0.647179)}
Vertex 9147 3.29566 20.9068 -0.567151 {normal=(0.599848 0.790361 0.124549)}
Vertex 9148 3.29581 20.0943 0.159149 {normal=(0.944419 -0.209431 -0.253399)}
Vertex 9149 3.2962 19.2402 -0.356078 {normal=(0.908307 -0.22073 -0.355326)}
Vertex 9150 3.29622 17.7784 0.390975 {normal=(0.982857 -0.0866708 0.162725)}
Vertex 9151 3.29958 18.6893 -1.22236 {normal=(0.830502 -0.374517 -0.412315)}
Vertex 9152 3.30051 19.5509 -0.850304 {normal=(0.999903 -0.0101118 -0.00954382)}
Vertex 9153 3.30268 19.1884 -0.246428 {normal=(0.933549 -0.358379 0.00718181)}
Vertex 9154 3.30288 18.8933 -0.894838 {normal=(0.991976 -0.0515477 0.115436)}
Vertex 9155 3.30368 19.6885 -0.656154 {normal=(0.926332 -0.344261 0.152952)}
Vertex 9156 3.30381 19.0042 0.752311 {normal=(0.838543 0.158158 0.521375)}
Vertex 9157 3.30399 19.8511 0.582915 {normal=(0.991342 0.0295807 0.127929)}
Vertex 9158 3.30403 17.7149 0.266997 {normal=(0.896527 -0.280128 -0.343172)}
Vertex 9159 3.30563 19.4598 -0.898085 {normal=(0.990377 0.123133 -0.0631752)}
Vertex 9160 3.30575 19.1711 -1.40725 {normal=(0.295678 -0.109627 -0.948977)}
Vertex 9161 3.30642 19.3036 -0.108023 {normal=(0.697208 -0.381042 0.607213)}
Vertex 9162 3.30647 18.7891 -1.06206 {normal=(0.942396 -0.0945195 0.320869)}
Vertex 9163 3.30729 19.6107 -0.8046 {normal=(0.989379 -0.13392 0.0565127)}
Vertex 9164 3.30747 19.6573 -0.759032 {normal=(0.954562 -0.269033 0.128188)}
Vertex 9165 3.30904 -45.0363 -3.47801
Vertex 9166 3.30975 18.8939 0.655959 {normal=(0.987213 -0.150554 0.0523885)}
Vertex 9167 3.31011 20.3775 -1.12855 {normal=(0.986586 -0.126983 -0.102582)}
Vertex 9168 3.31047 -45.271 -5.4912
Vertex 9169 3.31117 19.6079 -0.634217 {normal=(0.958764 0.113872 0.260395)}
Vertex 9170 3.31172 19.7136 -0.509505 {normal=(0.582015 -0.796591 -0.163405)}
Vertex 9171 3.3129 19.1524 0.705567 {normal=(0.821715 0.0563601 0.567104)}
Vertex 9172 3.31291 20.1997 -0.406052 {normal=(0.514237 0.726424 0.455925)}
Vertex 9173 3.31542 19.6863 -0.449782 {normal=(0.52819 -0.654508 -0.540957)}
Vertex 9174 3.31571 4.52821 4.72588
Vertex 9175 3.31649 20.8115 -0.223744 {normal=(0.606592 0.761698 0.227732)}
Vertex 9176 3.31699 19.7504 -0.049569 {normal=(0.472796 0.263566 0.840831)}
Vertex 9177 3.31734 19.51 -0.62784 {normal=(0.897047 -0.0438864 0.439751)}
Vertex 9178 3.31824 19.1896 -0.972614 {normal=(0.960627 -0.0678471 -0.26943)}
Vertex 9179 3.3185 20.1085 0.484315 {normal=(0.990291 -0.0165515 0.138022)}
Vertex 9180 3.31907 19.6195 -0.689574 {normal=(0.983239 0.177323 0.0424099)}
Vertex 9181 3.31995 20.4445 0.386052 {normal=(0.682521 0.484748 0.546977)}
Vertex 9182 3.32008 -35.0194 -5.7129 {normal=(-0.519016 -0.160102 -0.839637)}
Vertex 9183 3.32032 19.189 -1.02231 {normal=(0.910729 -0.119098 0.39546)}
Vertex 9184 3.3224 19.6096 0.561051 {normal=(0.997414 0.0435909 0.0571428)}
Vertex 9185 3.32264 19.3375 -0.947944 {normal=(0.982833 0.0912405 -0.160359)}
Vertex 9186 3.32271 20.279 0.053825 {normal=(0.919863 -0.318918 -0.228348)}
Vertex 9187 3.32297 19.4885 -0.958001 {normal=(0.834322 -0.203072 0.512512)}
Vertex 9188 3.32357 18.9938 -1.0527 {normal=(0.857503 -0.0854242 0.507338)}
Vertex 9189 3.32496 18.7289 -1.14703 {normal=(0.977085 -0.209932 0.0351336)}
Vertex 9190 3.32598 19.5884 -0.908457 {normal=(0.779913 -0.406131 0.476228)}
Vertex 9191 3.3267 19.5716 -0.735543 {normal=(0.979211 0.189253 -0.0730033)}
Vertex 9192 3.32775 19.4336 -1.40529 {normal=(0.264067 0.076761 -0.961445)}
Vertex 9193 3.32832 19.0231 -0.92752 {normal=(0.903879 -0.368522 -0.217242)}
Vertex 9194 3.33005 19.538 -0.676623 {normal=(0.976109 0.125504 0.177367)}
Vertex 9195 3.33037 7.39789 4.98044 {normal=(0.0995418 0.340179 0.935077)}
Vertex 9196 3.33103 19.3496 -1.0037 {normal=(0.874757 -0.119286 0.469651)}
Vertex 9197 3.33105 19.1166 -0.892787 {normal=(0.346231 -0.227583 0.910126)}
Vertex 9198 3.33195 20.0045 -1.05971 {normal=(0.292974 0.795873 -0.529861)}
Vertex 9199 3.33259 19.7311 -0.580576 {normal=(0.557081 -0.830076 0.0252027)}
Vertex 9200 3.33302 19.4688 -0.364806 {normal=(0.698805 -0.184882 -0.691007)}
Vertex 9201 3.33314 19.185 -0.854631 {normal=(0.574997 -0.480364 0.662291)}
Vertex 9202 3.3355 18.998 0.562747 {normal=(0.992845 -0.114292 -0.0345723)}
Vertex 9203 3.33556 19.5091 -0.782048 {normal=(0.953517 0.23884 -0.183742)}
Vertex 9204 3.3358 19.3792 0.541624 {normal=(0.99932 0.0364207 0.00570827)}
Vertex 9205 3.33765 20.0603 -0.292809 {normal=(0.667762 0.53437 0.518211)}
Vertex 9206 3.33803 19.3354 -0.305583 {normal=(0.922639 -0.23531 -0.305558)}
Vertex 9207 3.33861 19.426 -0.677616 {normal=(0.875378 -0.177764 0.44957)}
Vertex 9208 3.33883 18.9074 -1.29281 {normal=(0.853173 -0.243691 -0.461205)}
Vertex 9209 3.33906 19.0298 -0.902933 {normal=(0.757618 -0.518553 0.396381)}
Vertex 9210 3.33912 19.4511 -0.073519 {normal=(0.71528 -0.251229 0.652118)}
Vertex 9211 3.33915 20.792 -0.926346 {normal=(0.978716 0.182315 -0.0942187)}
Vertex 9212 3.33944 20.2253 -0.55143 {normal=(0.502995 0.797437 -0.333302)}
Vertex 9213 3.33952 20.673 0.089084 {normal=(0.648137 0.658283 0.382859)}
Vertex 9214 3.34003 20.4054 -0.106043 {normal=(0.922055 -0.359743 -0.142825)}
Vertex 9215 3.34006 19.6494 -0.855067 {normal=(0.693294 -0.600019 0.39915)}
Vertex 9216 3.34076 20.4686 -0.848672 {normal=(0.985127 -0.169004 -0.0310152)}
Vertex 9217 3.34174 19.6814 -1.352 {normal=(0.292277 0.314502 -0.90314)}
Vertex 9218 3.34314 19.8717 -1.23681 {normal=(0.324448 0.630682 -0.704963)}
Vertex 9219 3.34387 19.3142 -0.1896 {normal=(0.933661 -0.329211 0.14106)}
Vertex 9220 3.34404 19.7249 -0.669176 {normal=(0.562394 -0.81075 0.162471)}
Vertex 9221 3.34418 19.1598 0.524635 {normal=(0.998928 -0.0077284 -0.0456449)}
Vertex 9222 3.34608 19.6949 -0.775307 {normal=(0.612029 -0.732986 0.296904)}
Vertex 9223 3.34708 19.4244 -0.834293 {normal=(0.919773 0.276011 -0.278989)}
Vertex 9224 3.34714 19.8988 -0.145266 {normal=(0.5015 0.457412 0.734351)}
Vertex 9225 3.3474 19.3034 -0.75031 {normal=(0.69045 -0.454704 0.562604)}
Vertex 9226 3.34754 18.9691 -1.11917 {normal=(0.954618 -0.119977 0.272599)}
Vertex 9227 3.34778 20.4735 -0.320456 {normal=(0.94927 -0.310136 -0.0519901)}
Vertex 9228 3.34802 20.4945 -0.568 {normal=(0.973034 -0.230492 -0.00883252)}
Vertex 9229 3.34826 19.4675 -0.724485 {normal=(0.984157 0.142448 0.105565)}
Vertex 9230 3.35137 20.0952 -0.875498 {normal=(0.349966 0.848066 -0.397879)}
Vertex 9231 3.3531 0.63495 4.33226
Vertex 9232 3.35486 19.3589 -0.73084 {normal=(0.855963 -0.255923 0.449255)}
Vertex 9233 3.35501 19.1837 -0.923355 {normal=(0.885016 -0.0369946 -0.464088)}
Vertex 9234 3.35512 20.7659 -0.576641 {normal=(0.982233 0.187609 -0.0046024)}
Vertex 9235 3.35671 10.0236 3.24507
Vertex 9236 3.35745 -38.6949 -1.99616 {normal=(-0.850261 0.0157169 0.526126)}
Vertex 9237 3.35924 -37.8189 -1.99606 {normal=(-0.821033 -0.0527624 0.568437)}
Vertex 9238 3.36062 13.1817 -4.29178
Vertex 9239 3.36124 19.1818 -1.07244 {normal=(0.859337 -0.136359 0.492896)}
Vertex 9240 3.36127 19.3175 -0.89228 {normal=(0.91164 0.157946 -0.379427)}
Vertex 9241 3.36247 20.2371 -0.514588 {normal=(0.654487 0.732603 -0.186922)}
Vertex 9242 3.36276 18.9325 -1.21324 {normal=(0.985397 -0.167869 -0.0285024)}
Vertex 9243 3.36298 19.4072 -0.77675 {normal=(0.988784 0.147465 0.0236826)}
Vertex 9244 3.36424 4.69447 4.91997 {normal=(0.0754536 -0.536852 0.840296)}
Vertex 9245 3.36593 20.3819 0.265248 {normal=(0.993571 -0.00433062 0.113128)}
Vertex 9246 3.3662 19.184 -0.896428 {normal=(0.973623 -0.18744 0.130094)}
Vertex 9247 3.3669 -40.3129 -1.97798
Vertex 9248 3.36829 19.2524 -0.858272 {normal=(0.976422 -0.193525 0.0956492)}
Vertex 9249 3.36882 19.1776 -1.34473 {normal=(0.834858 -0.145398 -0.530916)}
Vertex 9250 3.36948 -7.48904 -5.39941 {normal=(0.330109 0.283453 -0.900379)}
Vertex 9251 3.36974 20.6943 -0.262411 {normal=(0.98692 0.160207 0.0179357)}
Vertex 9252 3.3707 19.6031 -0.069744 {normal=(0.728112 -0.0790573 0.680884)}
Vertex 9253 3.37404 13.2127 -4.47829 {normal=(-0.532135 0.841598 0.0924428)}
Vertex 9254 3.37575 19.3079 -0.838801 {normal=(0.999846 -0.0174493 0.00175235)}
Vertex 9255 3.37617 19.5784 -0.362015 {normal=(0.666785 -0.347079 -0.659496)}
Vertex 9256 3.37826 20.0217 -0.291958 {normal=(0.554793 0.6231 0.551318)}
Vertex 9257 3.3793 20.1695 -0.505619 {normal=(0.938879 0.307382 -0.154995)}
Vertex 9258 3.38073 19.4455 -0.276528 {normal=(0.927628 -0.279813 -0.247409)}
Vertex 9259 3.38198 19.449 -0.159801 {normal=(0.930697 -0.279784 0.235634)}
Vertex 9260 3.38231 3.46415 -4.7463
Vertex 9261 3.38301 20.5772 0.01634 {normal=(0.994288 0.0881931 0.0601073)}
Vertex 9262 3.38636 19.1789 -1.15149 {normal=(0.965634 -0.149771 0.212414)}
Vertex 9263 3.38642 19.354 -1.05955 {normal=(0.833157 -0.19277 0.518353)}
Vertex 9264 3.38825 -19.9735 -8.16416
Vertex 9265 3.39269 -43.2833 -2.35691
Vertex 9266 3.39569 19.1802 -1.25948 {normal=(0.982059 -0.152699 -0.11065)}
Vertex 9267 3.39909 19.5103 -1.01404 {normal=(0.776142 -0.302714 0.553144)}
Vertex 9268 3.39963 3.4923 -4.51652
Vertex 9269 3.40005 19.4204 -1.34626 {normal=(0.800478 -0.0350477 -0.598337)}
Vertex 9270 3.40139 20.1436 -0.684157 {normal=(0.498122 0.845767 -0.191188)}
Vertex 9271 3.40174 -41.9441 -2.39168
Vertex 9272 3.40234 20.1812 -0.468777 {normal=(0.993605 0.0990242 0.054261)}
Vertex 9273 3.40917 0.827907 -4.44123
Vertex 9274 3.41036 20.1192 -0.489645 {normal=(0.63463 0.721837 0.276035)}
Vertex 9275 3.41043 19.7473 -0.114119 {normal=(0.71638 0.129634 0.685562)}
Vertex 9276 3.41196 19.6215 -0.956503 {normal=(0.726723 -0.479373 0.492011)}
Vertex 9277 3.41337 -34.3175 -4.1362
Vertex 9278 3.41702 19.5928 -0.157033 {normal=(0.925549 -0.212306 0.313504)}
Vertex 9279 3.41963 19.3706 -1.14479 {normal=(0.961973 -0.185942 0.200086)}
Vertex 9280 3.42355 19.6544 -0.368205 {normal=(0.674169 -0.509963 -0.53426)}
Vertex 9281 3.42428 19.5706 -0.268911 {normal=(0.930924 -0.332029 -0.152108)}
Vertex 9282 3.42503 19.6876 -0.886943 {normal=(0.686544 -0.627676 0.366988)}
Vertex 9283 3.42505 -39.9594 -5.26247
Vertex 9284 3.43067 19.3994 -1.25943 {normal=(0.976686 -0.141881 -0.161102)}
Vertex 9285 3.43229 19.7344 -0.795844 {normal=(0.659196 -0.710847 0.245269)}
Vertex 9286 3.43252 19.6357 -1.2974 {normal=(0.77144 0.144877 -0.619589)}
Vertex 9287 3.43317 19.7583 -0.498676 {normal=(0.574059 -0.781365 -0.244796)}
Vertex 9288 3.43376 19.762 -0.68321 {normal=(0.626967 -0.769266 0.123054)}
Vertex 9289 3.43405 19.77 -0.584154 {normal=(0.597975 -0.800799 -0.0338753)}
Vertex 9290 3.44417 -21.5941 -7.10822
Vertex 9291 3.44686 19.7339 -0.431751 {normal=(0.635705 -0.653926 -0.410194)}
Vertex 9292 3.44734 19.5442 -1.09907 {normal=(0.942771 -0.245474 0.225665)}
Vertex 9293 3.45335 10.0753 2.95122
Vertex 9294 3.45601 3.40753 4.78684 {normal=(0.293892 0.0412806 0.954947)}
Vertex 9295 3.45625 19.8111 -1.19399 {normal=(0.733713 0.393632 -0.553822)}
Vertex 9296 3.4566 -27.5189 -0.950573
Vertex 9297 3.45685 -12.2219 -6.38517
Vertex 9298 3.4583 19.8838 -0.206647 {normal=(0.698725 0.363645 0.616073)}
Vertex 9299 3.45873 19.7236 -0.197696 {normal=(0.928564 -0.142528 0.342718)}
Vertex 9300 3.46189 19.6792 -0.300301 {normal=(0.921972 -0.377453 -0.0865866)}
Vertex 9301 3.46772 19.59 -1.21309 {normal=(0.978832 -0.0987632 -0.179256)}
Vertex 9302 3.46918 1.49115 -4.4775
Vertex 9303 3.46941 19.6737 -1.02854 {normal=(0.919439 -0.332899 0.209311)}
Vertex 9304 3.4695 -6.42517 3.66297 {normal=(0.138658 0.0758706 0.98743)}
Vertex 9305 3.47124 19.9464 -1.03603 {normal=(0.683006 0.583835 -0.438908)}
Vertex 9306 3.4737 -38.6912 -5.27822 {normal=(-0.667697 -0.0104117 -0.744361)}
Vertex 9307 3.47549 -37.8152 -5.27795 {normal=(-0.605878 -0.0765463 -0.791866)}
Vertex 9308 3.48275 -44.7921 -2.35031
Vertex 9309 3.48418 -25.5847 -0.732716
Vertex 9310 3.48585 19.7593 -0.933209 {normal=(0.902755 -0.398045 0.163077)}
Vertex 9311 3.4861 20.0354 -0.86474 {normal=(0.695366 0.652345 -0.301515)}
Vertex 9312 3.48872 19.9889 -0.336631 {normal=(0.71298 0.549093 0.436069)}
Vertex 9313 3.49287 -45.271 -2.27047
Vertex 9314 3.49356 19.7715 -0.370696 {normal=(0.91541 -0.389251 -0.102511)}
Vertex 9315 3.49492 19.817 -0.819425 {normal=(0.900894 -0.418348 0.115647)}
Vertex 9316 3.4966 19.8468 -0.68719 {normal=(0.900532 -0.432085 0.0484179)}
Vertex 9317 3.49668 -33.7243 -6.11202
Vertex 9318 3.49834 19.7451 -1.12457 {normal=(0.983655 -0.0192219 -0.179035)}
Vertex 9319 3.49891 -34.0953 -5.99427 {normal=(-0.373671 -0.229814 -0.898641)}
Vertex 9320 3.50044 19.8507 -0.567278 {normal=(0.899758 -0.432995 -0.0543168)}
Vertex 9321 3.50083 20.0782 -0.680108 {normal=(0.757355 0.648002 -0.0806652)}
Vertex 9322 3.50171 20.0627 -0.504071 {normal=(0.757133 0.624662 0.191173)}
Vertex 9323 3.50641 19.8286 -0.459689 {normal=(0.906751 -0.403103 -0.123738)}
Vertex 9324 3.50711 19.8414 -0.28179 {normal=(0.957873 -0.0291975 0.285704)}
Vertex 9325 3.52162 1.25598 4.70198 {normal=(0.404929 -0.281612 0.869901)}
Vertex 9326 3.52254 19.8646 -0.993864 {normal=(0.987285 0.0532697 -0.149766)}
Vertex 9327 3.52384 -25.9814 -0.749304
Vertex 9328 3.53144 19.9245 -0.392541 {normal=(0.987675 0.0665358 0.141672)}
Vertex 9329 3.53173 19.9732 -0.529949 {normal=(0.996668 0.0758053 0.0301127)}
Vertex 9330 3.53257 19.9792 -0.681118 {normal=(0.997572 0.0665736 -0.0204496)}
Vertex 9331 3.53395 19.9427 -0.846049 {normal=(0.992637 0.0849423 -0.0863481)}
Vertex 9332 3.53528 10.2807 3.43794
Vertex 9333 3.54125 -41.3936 -2.08358
Vertex 9334 3.54276 -24.2452 -0.55738
Vertex 9335 3.5623 -27.495 -1.18471
Vertex 9336 3.56584 -34.2877 -2.43025
Vertex 9337 3.56937 -44.3406 -2.3818
Vertex 9338 3.57421 -40.9441 -5.20574
Vertex 9339 3.57885 13.295 -4.76504
Vertex 9340 3.59208 -33.5417 -5.98628
Vertex 9341 3.59248 -21.6048 -7.39691
Vertex 9342 3.59631 2.28685 4.8478 {normal=(0.397747 -0.0529736 0.915965)}
Vertex 9343 3.60217 -40.4421 -2.18242
Vertex 9344 3.60737 -23.8486 -0.474778
Vertex 9345 3.6139 4.525 -4.61741
Vertex 9346 3.61447 -40.8957 -1.41745
Vertex 9347 3.61548 3.46973 -4.56373
Vertex 9348 3.61705 2.41446 -4.51005
Vertex 9349 3.62736 -22.3367 -6.70651
Vertex 9350 3.63231 -25.8941 -0.975157
Vertex 9351 3.6441 -25.6244 -0.939852
Vertex 9352 3.6505 8.03122 -5.81563 {normal=(0.221029 -0.164311 -0.961326)}
Vertex 9353 3.67097 5.38223 -4.87526 {normal=(0.346697 -0.218094 -0.91227)}
Vertex 9354 3.67398 -22.299 -6.45561
Vertex 9355 3.67462 -22.311 -0.27351
Vertex 9356 3.68882 4.7136 -4.75333 {normal=(0.354503 -0.405132 -0.842731)}
Vertex 9357 3.70323 10.189 3.55257
Vertex 9358 3.70822 -24.1585 -0.747953
Vertex 9359 3.71774 -40.0178 -5.11773
Vertex 9360 3.71962 -45.0361 -2.35503
Vertex 9361 3.72002 -23.8888 -0.712648
Vertex 9362 3.75965 -23.8831 -6.40122
Vertex 9363 3.76544 -13.7685 -6.78005
Vertex 9364 3.77203 -30.3158 -1.16317 {normal=(-0.315367 -0.0458355 0.947862)}
Vertex 9365 3.78988 -24.2794 -6.35547
Vertex 9366 3.79003 -22.2879 -0.503097
Vertex 9367 3.8108 -23.9087 -6.14291
Vertex 9368 3.81164 4.70619 -4.6926 {normal=(0.468109 -0.429581 -0.772227)}
Vertex 9369 3.82627 -26.904 -0.758538
Vertex 9370 3.8273 -32.2118 -1.24345 {normal=(-0.321282 -0.0662716 0.944662)}
Vertex 9371 3.83012 -24.1785 -6.11155
Vertex 9372 3.83353 -33.539 -6.08826 {normal=(-0.357653 -0.621057 -0.697404)}
Vertex 9373 3.83364 13.0827 -4.93915
Vertex 9374 3.84228 9.94833 3.54526
Vertex 9375 3.84438 9.77242 3.41274
Vertex 9376 3.84974 -41.0249 -1.62188
Vertex 9377 3.85659 -26.8085 -0.961159
Vertex 9378 3.86232 -32.2322 -6.74542 {normal=(-0.424648 -0.148288 -0.893132)}
Vertex 9379 3.8664 -39.9511 -1.29076
Vertex 9380 3.87485 -27.3481 -0.748987 {normal=(-0.452165 -0.047622 0.890662)}
Vertex 9381 3.88568 -25.6172 -6.19991
Vertex 9382 3.90467 -3.66993 -3.61716
Vertex 9383 3.90599 -33.5211 -1.25683 {normal=(-0.304019 -0.343974 0.8884)}
Vertex 9384 3.91627 -26.0134 -6.15422
Vertex 9385 3.93069 -35.0198 -1.15539 {normal=(-0.479427 -0.0766423 0.874229)}
Vertex 9386 3.93498 -25.6428 -5.94127
Vertex 9387 3.95429 -25.9126 -5.9099
Vertex 9388 3.95864 -38.6917 -1.41269 {normal=(-0.517444 0.038152 0.854866)}
Vertex 9389 3.96043 -37.8157 -1.41258 {normal=(-0.497577 -0.0439861 0.866304)}
Vertex 9390 3.96221 -42.0763 -0.571919 {normal=(-0.882049 0.0116378 0.471014)}
Vertex 9391 3.96711 12.9869 -4.95245 {normal=(0.235228 0.395193 -0.88797)}
Vertex 9392 3.99554 -30.3357 -6.55192 {normal=(-0.429595 0.185367 -0.883791)}
Vertex 9393 4.02625 -27.5494 -5.97562
Vertex 9394 4.06881 -27.5118 -5.72395
Vertex 9395 4.09808 -43.3268 -0.650871 {normal=(-0.867199 -0.169033 0.468395)}
Vertex 9396 4.10167 -40.0803 -1.4952
Vertex 9397 4.10425 -40.5012 -0.68469
Vertex 9398 4.10725 -3.71535 -3.40232
Vertex 9399 4.12434 10.3749 -5.79659 {normal=(0.105365 0.115991 -0.987646)}
Vertex 9400 4.18597 -2.25193 -3.50615
Vertex 9401 4.18597 -0.833929 -3.50613
Vertex 9402 4.18597 0.584069 -3.50611
Vertex 9403 4.24468 -34.3057 -4.9717
Vertex 9404 4.28453 -43.2549 -6.22179
Vertex 9405 4.29247 -34.2941 -1.83348
Vertex 9406 4.30907 11.8225 2.11012
Vertex 9407 4.33316 -41.9992 -6.18445
Vertex 9408 4.33952 -40.6304 -0.889129
Vertex 9409 4.33972 14.0406 -3.75157
Vertex 9410 4.34243 -3.67003 2.86751
Vertex 9411 4.35581 -3.66993 -3.79357
Vertex 9412 4.35581 -2.25193 -3.79355
Vertex 9413 4.37255 -44.3802 -6.14642
Vertex 9414 4.38725 -0.833926 -3.77448
Vertex 9415 4.38725 0.584073 -3.77446
Vertex 9416 4.40082 -42.2893 0.277072 {normal=(-0.913343 0.0347563 0.405705)}
Vertex 9417 4.40451 -40.9968 -5.67094
Vertex 9418 4.41288 -3.66993 -3.30975
Vertex 9419 4.43305 -34.0951 -6.17119 {normal=(-0.0483542 -0.231803 -0.97156)}
Vertex 9420 4.43405 -3.68358 2.52432
Vertex 9421 4.44005 -41.2177 0.152154 {normal=(-0.629049 0.442727 0.638975)}
Vertex 9422 4.44197 -40.9603 -5.99738
Vertex 9423 4.4437 -45.2711 -5.97899
Vertex 9424 4.44434 -45.027 -0.723774
Vertex 9425 4.44992 -44.4206 -0.710606 {normal=(-0.866145 -0.127529 0.483248)}
Vertex 9426 4.467 -45.0273 -6.14099
Vertex 9427 4.46877 12.058 2.31527
Vertex 9428 4.47985 -43.2609 0.242264 {normal=(-0.947994 -0.116773 0.296094)}
Vertex 9429 4.50055 14.3583 -3.76364 {normal=(-0.62001 0.784045 -0.0293388)}
Vertex 9430 4.50814 -40.1085 -5.58813
Vertex 9431 4.51694 -45.027 2.12598
Vertex 9432 4.53096 -44.2737 2.12728
Vertex 9433 4.53481 -33.5226 -6.19712
Vertex 9434 4.5456 -40.072 -5.91457
Vertex 9435 4.54862 -33.7304 -6.32419
Vertex 9436 4.57663 -6.32902 3.04433
Vertex 9437 4.58172 -43.1962 2.11899
Vertex 9438 4.58375 -38.6912 -5.88253 {normal=(-0.0305187 0.0131984 -0.999447)}
Vertex 9439 4.58554 -37.8152 -5.88243 {normal=(-0.00777884 -0.0608838 -0.998115)}
Vertex 9440 4.60536 -2.25202 2.72245
Vertex 9441 4.60536 -0.834022 2.72247
Vertex 9442 4.60536 0.583976 2.72249
Vertex 9443 4.6084 -26.5058 -0.367619
Vertex 9444 4.62089 -45.271 -0.75666
Vertex 9445 4.62103 14.3687 -3.97251
Vertex 9446 4.63256 11.9667 2.40584
Vertex 9447 4.63903 -40.0876 -1.3413
Vertex 9448 4.64987 -26.399 -0.576924
Vertex 9449 4.65329 -41.4931 0.595577 {normal=(-0.590252 0.513555 0.622787)}
Vertex 9450 4.6581 -45.0271 1.4287
Vertex 9451 4.66416 -35.0191 -6.12998 {normal=(0.0437962 -0.12716 -0.990915)}
Vertex 9452 4.66635 -26.8989 -0.309795 {normal=(-0.153826 0.0149265 0.987985)}
Vertex 9453 4.67733 2.40024 3.90997 {normal=(0.771404 -0.099737 0.628481)}
Vertex 9454 4.67837 1.50848 3.71893 {normal=(0.773506 -0.158611 0.613621)}
Vertex 9455 4.68298 -39.838 -1.11674
Vertex 9456 4.68699 -40.5613 -0.806952
Vertex 9457 4.68918 13.0009 1.20876
Vertex 9458 4.70377 5.38122 -4.37494 {normal=(0.605678 -0.319914 -0.728566)}
Vertex 9459 4.70385 -44.3783 1.44491 {normal=(-0.993215 -0.000345329 -0.116295)}
Vertex 9460 4.72543 -45.271 1.96986
Vertex 9461 4.72778 -44.9304 1.97401
Vertex 9462 4.73094 -40.3117 -0.582392
Vertex 9463 4.73212 -43.2792 1.476 {normal=(-0.996897 0.0787102 0.000562738)}
Vertex 9464 4.74967 3.41923 4.05976 {normal=(0.727061 -0.0774096 0.682195)}
Vertex 9465 4.75184 -6.32716 2.79893
Vertex 9466 4.76249 -3.67002 2.46685
Vertex 9467 4.76989 -45.027 0.088799
Vertex 9468 4.7753 -38.6884 -1.17131 {normal=(0.145463 0.0332023 0.988806)}
Vertex 9469 4.77709 -37.8124 -1.1712 {normal=(0.129176 -0.0555222 0.990066)}
Vertex 9470 4.7777 0.890581 3.55255
Vertex 9471 4.77786 11.5497 2.19269
Vertex 9472 4.77974 -44.4204 0.112964 {normal=(-0.977231 -0.0920954 0.191149)}
Vertex 9473 4.78895 4.49637 -3.69587
Vertex 9474 4.79302 0.586182 -3.85386
Vertex 9475 4.8025 -7.52484 -4.49775 {normal=(0.649237 0.271932 -0.710313)}
Vertex 9476 4.80725 11.7225 2.32642
Vertex 9477 4.8129 -45.027 2.85613
Vertex 9478 4.81614 -44.9388 2.01289
Vertex 9479 4.81891 -0.834026 2.97957
Vertex 9480 4.81891 0.583972 2.97959
Vertex 9481 4.82201 4.43822 4.20956
Vertex 9482 4.82231 -45.271 1.26514
Vertex 9483 4.82477 -44.2895 2.85553
Vertex 9484 4.8256 -3.67003 2.97433
Vertex 9485 4.8256 -2.25203 2.97435
Vertex 9486 4.83434 -43.2387 2.8515
Vertex 9487 4.83678 3.46058 3.89169
Vertex 9488 4.84001 -44.2711 2.01426
Vertex 9489 4.85129 4.58553 4.42604 {normal=(0.252385 -0.654805 0.712413)}
Vertex 9490 4.85155 2.48294 3.57381
Vertex 9491 4.8524 1.59846 3.38413
Vertex 9492 4.85666 -43.3244 2.00333
Vertex 9493 4.86296 13.2774 1.37785
Vertex 9494 4.86735 14.194 -4.08115
Vertex 9495 4.88339 -35.0158 -0.892796 {normal=(0.103064 -0.0993502 0.989701)}
Vertex 9496 4.89038 4.48092 -3.52633
Vertex 9497 4.8932 0.896571 3.29041
Vertex 9498 4.90062 12.2646 -5.24404 {normal=(0.165844 0.411122 -0.896367)}
Vertex 9499 4.92916 -45.271 0.012773
Vertex 9500 4.94121 -42.5676 1.94707
Vertex 9501 4.95323 -11.7906 -5.48958 {normal=(0.56878 0.237885 -0.787337)}
Vertex 9502 4.96212 -42.5194 1.60902 {normal=(-0.831553 0.481169 0.277481)}
Vertex 9503 4.98179 -7.53615 -4.24421 {normal=(0.583435 0.263903 -0.768088)}
Vertex 9504 4.98507 3.41862 3.87127 {normal=(0.221378 -0.248522 0.942989)}
Vertex 9505 4.98695 13.9792 -4.02141 {normal=(0.53026 0.467919 -0.707019)}
Vertex 9506 4.98869 -9.67015 -5.00347 {normal=(0.672671 0.183522 -0.716821)}
Vertex 9507 4.99817 3.2824 -3.74281 {normal=(0.674935 0.121065 -0.727878)}
Vertex 9508 5.01211 0.729243 3.07933
Vertex 9509 5.02191 5.24898 4.81932 {normal=(0.309668 -0.270786 0.911472)}
Vertex 9510 5.02319 -13.1969 3.10061
Vertex 9511 5.03182 -45.271 2.82578
Vertex 9512 5.03416 -44.9304 2.82993
Vertex 9513 5.04299 -45.0271 3.62325
Vertex 9514 5.04323 -6.28307 2.68218 {normal=(0.526422 0.211056 0.823611)}
Vertex 9515 5.05284 -40.8669 -0.040656 {normal=(0.0342295 0.76759 0.640027)}
Vertex 9516 5.05968 1.12404 -3.91608 {normal=(0.565329 -0.149123 -0.811274)}
Vertex 9517 5.06023 4.48478 -3.39564
Vertex 9518 5.06304 13.1813 1.4141
Vertex 9519 5.06679 -43.2985 3.65831
Vertex 9520 5.06929 14.0353 0.16341
Vertex 9521 5.07721 -44.3565 3.6494 {normal=(-0.922145 0.0289147 0.385761)}
Vertex 9522 5.08428 3.27382 -3.63027 {normal=(0.729157 0.178379 -0.660689)}
Vertex 9523 5.10154 -45.2712 -5.67839
Vertex 9524 5.10928 -43.3669 2.73583
Vertex 9525 5.11209 -44.9388 2.74304
Vertex 9526 5.11843 -42.8077 1.82997
Vertex 9527 5.13011 6.17703 4.85359 {normal=(0.323825 0.0675048 0.943706)}
Vertex 9528 5.13382 -44.2869 2.7425
Vertex 9529 5.14812 2.39902 3.53297 {normal=(0.200896 -0.216941 0.955289)}
Vertex 9530 5.14865 1.51228 3.34183 {normal=(0.290066 -0.315543 0.90349)}
Vertex 9531 5.15434 7.39397 4.47908 {normal=(0.317988 0.359678 0.87722)}
Vertex 9532 5.16278 4.70925 -3.60492 {normal=(0.693481 -0.431135 -0.577241)}
Vertex 9533 5.16693 -9.67127 -4.76261 {normal=(0.635177 0.212444 -0.742575)}
Vertex 9534 5.17206 12.7691 1.16771
Vertex 9535 5.17381 -11.3275 3.17279
Vertex 9536 5.18126 9.74168 2.96163 {normal=(0.323321 0.474925 0.81848)}
Vertex 9537 5.18213 -15.4691 -6.98895
Vertex 9538 5.19304 -33.9544 -6.04996 {normal=(0.298407 -0.282916 -0.911544)}
Vertex 9539 5.20261 2.03074 -3.85679 {normal=(0.621437 0.0413723 -0.782371)}
Vertex 9540 5.20691 3.27182 -3.51849 {normal=(0.73283 0.180563 -0.656016)}
Vertex 9541 5.2152 12.9418 1.30627
Vertex 9542 5.2297 -41.3618 -5.40337
Vertex 9543 5.23414 -45.027 -5.79309
Vertex 9544 5.23547 -44.3783 -5.79089 {normal=(0.603513 -0.0688046 -0.794379)}
Vertex 9545 5.24866 -33.3726 -6.10603
Vertex 9546 5.25684 -7.49152 -4.12092 {normal=(0.565728 0.245698 -0.787137)}
Vertex 9547 5.25716 14.3528 0.296421
Vertex 9548 5.26009 -34.2542 -5.12619
Vertex 9549 5.27059 -45.271 3.60876
Vertex 9550 5.27109 -42.045 -5.7485 {normal=(0.555708 0.0531386 -0.829678)}
Vertex 9551 5.30159 -41.3699 0.564513 {normal=(0.0404718 0.828331 0.558776)}
Vertex 9552 5.31601 -42.6252 2.67321
Vertex 9553 5.32534 14.7589 -1.74606
Vertex 9554 5.32684 -33.5901 -6.19562
Vertex 9555 5.34099 -34.2971 -1.71518
Vertex 9556 5.34342 -40.4779 -5.2375
Vertex 9557 5.3977 11.4409 1.92598 {normal=(0.368211 0.4784 0.797217)}
Vertex 9558 5.39807 -33.4598 -6.32609 {normal=(0.15949 -0.655676 -0.738005)}
Vertex 9559 5.39875 -9.56262 -4.59858 {normal=(0.607815 0.218732 -0.763359)}
Vertex 9560 5.44897 -9.08938 3.26283
Vertex 9561 5.44949 -43.2908 -5.88366 {normal=(0.601404 -0.0309282 -0.798346)}
Vertex 9562 5.4584 -41.3445 -5.64498
Vertex 9563 5.4709 14.2604 0.28676
Vertex 9564 5.48006 8.59332 -5.38383 {normal=(-0.0167107 -0.281545 -0.959402)}
Vertex 9565 5.48377 -42.6296 3.44 {normal=(-0.530582 0.786827 0.315255)}
Vertex 9566 5.49183 -27.4749 -6.19907
Vertex 9567 5.49323 -42.8654 2.55611
Vertex 9568 5.50332 10.4921 -2.23541 {normal=(-0.982627 -0.17927 -0.0480332)}
Vertex 9569 5.52261 -33.5257 -1.39886 {normal=(0.231628 -0.305091 0.923725)}
Vertex 9570 5.5227 15.1033 -1.68382
Vertex 9571 5.52922 10.4657 -1.63571 {normal=(-0.985992 -0.157168 0.055834)}
Vertex 9572 5.53364 -27.4993 -1.0136
Vertex 9573 5.53439 -27.4373 -5.9474
Vertex 9574 5.54354 12.6985 1.06746 {normal=(0.291077 0.583065 0.758492)}
Vertex 9575 5.54637 7.27442 -4.56344 {normal=(0.264511 -0.601793 -0.753577)}
Vertex 9576 5.55213 -3.67 1.18242
Vertex 9577 5.55213 -2.252 1.18245
Vertex 9578 5.55213 -0.833995 1.18246
Vertex 9579 5.55213 0.584003 1.18249
Vertex 9580 5.55256 -22.2926 -0.319962
Vertex 9581 5.55268 -25.932 -6.39647
Vertex 9582 5.55324 -27.5357 -0.758933
Vertex 9583 5.56004 -44.3629 4.66877 {normal=(-0.744197 0.0810641 0.663023)}
Vertex 9584 5.56186 5.38039 -3.25141 {normal=(0.841365 -0.239766 -0.484372)}
Vertex 9585 5.56611 -25.5356 -6.4468
Vertex 9586 5.56625 13.8445 -0.001265
Vertex 9587 5.57212 -40.4605 -5.47911
Vertex 9588 5.57724 -45.027 4.68656
Vertex 9589 5.58622 -41.8602 1.37018 {normal=(-0.067965 0.828942 0.55519)}
Vertex 9590 5.59144 11.7182 -2.3525 {normal=(-0.88886 0.453066 -0.0682547)}
Vertex 9591 5.5928 11.7038 -1.65043 {normal=(-0.88201 0.454631 0.123971)}
Vertex 9592 5.59368 -15.6399 3.11395
Vertex 9593 5.59774 -25.8311 -6.15289
Vertex 9594 5.60027 -3.66995 -2.28193
Vertex 9595 5.60027 -2.25195 -2.28191
Vertex 9596 5.60027 -0.83395 -2.28189
Vertex 9597 5.60027 0.584049 -2.28187
Vertex 9598 5.60321 -42.0311 1.68165
Vertex 9599 5.60349 8.57324 -5.4261
Vertex 9600 5.60801 11.5428 -2.90787 {normal=(-0.893036 0.370557 -0.255293)}
Vertex 9601 5.60838 -25.5613 -6.18742
Vertex 9602 5.61713 -42.3382 1.599
Vertex 9603 5.61836 14.0195 0.14405
Vertex 9604 5.61914 -24.1909 -6.61883
Vertex 9605 5.62208 -13.4371 -5.64686 {normal=(0.505 0.413124 -0.757829)}
Vertex 9606 5.62406 11.3731 -0.888613 {normal=(-0.877444 0.346987 0.331198)}
Vertex 9607 5.63183 10.0996 -5.65648 {normal=(-0.0733021 0.078643 -0.994204)}
Vertex 9608 5.63194 -23.794 -6.67481
Vertex 9609 5.64026 -32.1419 -7.01627 {normal=(0.148877 -0.21558 -0.96507)}
Vertex 9610 5.64741 -25.8985 -0.789087
Vertex 9611 5.65041 11.0944 -3.51062 {normal=(-0.906677 0.237532 -0.348592)}
Vertex 9612 5.65666 -43.3196 4.47069
Vertex 9613 5.65755 -22.2346 -7.07236
Vertex 9614 5.65774 -26.1975 -0.708506
Vertex 9615 5.66176 10.2129 -2.69847 {normal=(-0.940301 -0.325273 -0.100154)}
Vertex 9616 5.66252 -25.998 -0.543273
Vertex 9617 5.66641 -24.09 -6.37565
Vertex 9618 5.66652 -25.6295 -0.751366
Vertex 9619 5.66964 -17.6304 -8.38756
Vertex 9620 5.6698 7.25433 -4.60571
Vertex 9621 5.67705 -23.8201 -6.41017
Vertex 9622 5.68476 10.7311 -0.303523 {normal=(-0.889011 0.160856 0.428702)}
Vertex 9623 5.68972 -25.6028 -0.487784
Vertex 9624 5.69107 -3.7011 -0.608438
Vertex 9625 5.70241 10.0802 -1.16296 {normal=(-0.94727 -0.309438 0.083228)}
Vertex 9626 5.70398 -44.99 -4.4998
Vertex 9627 5.7043 -22.197 -6.8207
Vertex 9628 5.7189 -26.275 -0.507952
Vertex 9629 5.7354 -30.2473 -6.81719 {normal=(0.10685 0.195397 -0.974886)}
Vertex 9630 5.73663 -26.6598 -0.434434 {normal=(0.307296 0.05672 0.949922)}
Vertex 9631 5.74572 15.0931 -1.76401
Vertex 9632 5.74652 -44.3227 -4.50789
Vertex 9633 5.74685 -44.949 -4.51751
Vertex 9634 5.75195 10.6058 -3.85106 {normal=(-0.920884 -0.0238566 -0.389106)}
Vertex 9635 5.75526 10.0795 -5.69875
Vertex 9636 5.75572 -45.271 4.57053
Vertex 9637 5.77072 -24.1632 -0.545718
Vertex 9638 5.77229 -38.6939 -5.31538 {normal=(0.656008 -0.00638433 -0.754727)}
Vertex 9639 5.77408 -37.8179 -5.31527 {normal=(0.636501 -0.0646306 -0.768563)}
Vertex 9640 5.78207 -32.217 -1.19807 {normal=(0.247273 -0.105514 0.963184)}
Vertex 9641 5.78495 -24.2627 -0.299833
Vertex 9642 5.78984 -23.8943 -0.507997
Vertex 9643 5.80873 10.2514 -0.090255 {normal=(-0.886853 -0.117221 0.446935)}
Vertex 9644 5.81218 -23.8675 -0.244348
Vertex 9645 5.82403 8.59933 -5.3379 {normal=(0.491743 -0.326557 -0.807186)}
Vertex 9646 5.82766 9.77829 -1.08318 {normal=(-0.900438 -0.426364 0.0861668)}
Vertex 9647 5.8279 -42.6859 3.88862 {normal=(-0.382021 0.804807 0.454253)}
Vertex 9648 5.83172 6.3578 -3.29464 {normal=(0.44329 -0.74118 -0.50413)}
Vertex 9649 5.86059 -30.3209 -1.12206 {normal=(0.221825 -0.0329473 0.97453)}
Vertex 9650 5.86217 -3.67 1.32148
Vertex 9651 5.86217 -2.252 1.3215
Vertex 9652 5.86702 -33.3909 -5.90739 {normal=(0.521965 -0.640996 -0.56274)}
Vertex 9653 5.86792 -45.2711 -4.58649
Vertex 9654 5.87158 8.7628 -4.90198
Vertex 9655 5.87513 -0.833947 -2.4805
Vertex 9656 5.87513 0.584052 -2.48048
Vertex 9657 5.87522 -0.833996 1.29024
Vertex 9658 5.87522 0.584002 1.29026
Vertex 9659 5.87664 -22.2386 -0.668153
Vertex 9660 5.88332 9.87669 -2.86252 {normal=(-0.886862 -0.453056 -0.0906416)}
Vertex 9661 5.88764 7.33415 -4.55093 {normal=(0.500625 -0.546845 -0.671071)}
Vertex 9662 5.90908 -21.477 -8.04778
Vertex 9663 5.92145 -22.3298 -0.028688
Vertex 9664 5.92537 13.6395 -3.90961 {normal=(0.354523 0.705078 -0.614149)}
Vertex 9665 5.92773 7.64602 -4.20732
Vertex 9666 5.92834 -3.66995 -2.37695
Vertex 9667 5.92834 -2.25195 -2.37693
Vertex 9668 5.92869 -3.66996 -0.952019
Vertex 9669 5.92977 -21.4898 1.2608
Vertex 9670 5.9302 -3.66997 -0.365996
Vertex 9671 5.95223 -34.2095 -4.85423
Vertex 9672 5.95515 6.33772 -3.33691
Vertex 9673 5.96928 8.63516 -5.2306
Vertex 9674 5.96962 10.0443 -5.59945 {normal=(0.517864 -0.0600949 -0.85335)}
Vertex 9675 5.97771 -42.2253 2.36976
Vertex 9676 5.97792 4.42493 -2.01676
Vertex 9677 5.98105 0.889254 -0.691035 {normal=(0.992059 0.0756262 0.100501)}
Vertex 9678 5.98667 14.9066 -1.79195
Vertex 9679 5.99163 -42.5324 2.28711
Vertex 9680 5.99226 -43.2346 -4.54069
Vertex 9681 5.99433 9.95947 -4.05303 {normal=(-0.886887 -0.295861 -0.354822)}
Vertex 9682 5.9986 4.43593 3.59473
Vertex 9683 6.00009 10.0383 -5.13285
Vertex 9684 6.0014 -2.25196 -0.657592
Vertex 9685 6.0014 -0.83396 -0.657572
Vertex 9686 6.0014 0.584038 -0.657551
Vertex 9687 6.00741 8.69988 -5.05631
Vertex 9688 6.0091 14.7242 -1.76119
Vertex 9689 6.02166 -19.8563 -8.95316
Vertex 9690 6.02786 9.41271 -1.21125 {normal=(-0.880377 -0.472979 0.0350361)}
Vertex 9691 6.0303 7.4215 -4.47569
Vertex 9692 6.03095 -45.027 -4.67746
Vertex 9693 6.03228 -44.3732 -4.67526
Vertex 9694 6.03363 4.40313 -1.80879
Vertex 9695 6.05421 -42.1707 -4.42714
Vertex 9696 6.05492 9.76061 -0.015878 {normal=(-0.831817 -0.352839 0.428467)}
Vertex 9697 6.06534 7.54771 -4.33965
Vertex 9698 6.08178 11.8888 -5.19287 {normal=(0.0229928 0.49268 -0.869907)}
Vertex 9699 6.0965 4.43579 3.46793
Vertex 9700 6.09971 -20.0135 2.21433
Vertex 9701 6.10108 -35.0221 -5.50011 {normal=(0.60737 -0.171734 -0.775635)}
Vertex 9702 6.10574 1.44355 -0.537757 {normal=(0.989948 -0.0158311 -0.140545)}
Vertex 9703 6.10871 -6.13414 1.51869 {normal=(0.843076 0.263572 0.468777)}
Vertex 9704 6.10893 10.0212 -5.48149
Vertex 9705 6.11191 -34.2907 -2.09497
Vertex 9706 6.11941 0.620633 2.1421
Vertex 9707 6.12274 4.42306 -1.73434
Vertex 9708 6.14 10.0157 -5.2945
Vertex 9709 6.14374 11.3101 1.60497 {normal=(0.337963 0.433611 0.835322)}
Vertex 9710 6.14736 3.19252 -2.22149 {normal=(0.887692 0.189116 -0.419808)}
Vertex 9711 6.15328 -17.8217 2.94429
Vertex 9712 6.15343 9.3637 -2.66082 {normal=(-0.869161 -0.489921 -0.067347)}
Vertex 9713 6.15419 -40.0247 -2.18896
Vertex 9714 6.15638 9.10637 -1.68459 {normal=(-0.856184 -0.515404 -0.0361647)}
Vertex 9715 6.15861 0.529734 -2.4611
Vertex 9716 6.15929 -41.1163 -4.17897
Vertex 9717 6.16136 6.45487 -3.33383 {normal=(0.546802 -0.71134 -0.441592)}
Vertex 9718 6.16635 -22.2915 -0.400585
Vertex 9719 6.16935 6.86988 -3.13298
Vertex 9720 6.20403 -21.3785 1.13725
Vertex 9721 6.20458 4.44575 3.35634
Vertex 9722 6.20521 11.8687 -5.23514
Vertex 9723 6.21448 -33.6837 -5.73291 {normal=(0.490234 -0.322749 -0.809632)}
Vertex 9724 6.22563 4.70799 -1.70401 {normal=(0.885562 -0.303257 -0.351873)}
Vertex 9725 6.22696 2.35364 -0.387596 {normal=(0.976299 -0.130554 -0.172613)}
Vertex 9726 6.23709 3.16811 -1.96624 {normal=(0.859142 0.207187 -0.467919)}
Vertex 9727 6.24251 10.9961 -4.45964 {normal=(-0.705948 0.281502 -0.649919)}
Vertex 9728 6.24917 1.40467 -0.873569 {normal=(0.932118 -0.120208 0.341622)}
Vertex 9729 6.25653 -44.9899 -3.48905
Vertex 9730 6.27037 3.29993 3.29292 {normal=(0.744444 -0.0797229 0.662908)}
Vertex 9731 6.27143 12.3355 -2.50084 {normal=(-0.525379 0.846258 -0.0884511)}
Vertex 9732 6.27322 12.3165 -1.57702 {normal=(-0.498043 0.836218 0.22955)}
Vertex 9733 6.27652 -43.2598 -4.71564
Vertex 9734 6.28068 -33.0951 -5.82118
Vertex 9735 6.29198 9.71615 2.58683 {normal=(0.480513 0.445314 0.755515)}
Vertex 9736 6.29287 6.57805 -3.30816
Vertex 9737 6.29324 12.1047 -3.23163 {normal=(-0.568205 0.744421 -0.350684)}
Vertex 9738 6.29485 -44.3273 -3.58288
Vertex 9739 6.29518 -44.949 -3.59249
Vertex 9740 6.2984 -40.6954 -3.82604
Vertex 9741 6.30445 -40.5515 -1.59844
Vertex 9742 6.31436 11.8814 -0.574578 {normal=(-0.463006 0.682486 0.565543)}
Vertex 9743 6.31461 6.74698 -3.23127
Vertex 9744 6.31783 10.5068 0.489034 {normal=(-0.558598 0.178768 0.809945)}
Vertex 9745 6.31846 -38.6906 -2.12518 {normal=(0.793575 0.0255973 0.607934)}
Vertex 9746 6.32025 -37.8146 -2.12507 {normal=(0.789689 -0.067175 0.609819)}
Vertex 9747 6.32924 4.56952 3.6647 {normal=(0.565955 -0.695447 0.442773)}
Vertex 9748 6.32948 -3.66996 -0.752633
Vertex 9749 6.32948 -2.25196 -0.752612
Vertex 9750 6.32992 1.38414 -0.288502 {normal=(0.809369 0.139151 -0.570578)}
Vertex 9751 6.33015 -42.3167 3.00224 {normal=(-0.0737594 0.980348 0.182967)}
Vertex 9752 6.33793 3.20008 -1.83464
Vertex 9753 6.33968 -42.1528 -4.60068
Vertex 9754 6.34091 9.06014 -0.168211 {normal=(-0.837727 -0.413833 0.35631)}
Vertex 9755 6.34225 -0.83396 -0.685627
Vertex 9756 6.34225 0.584039 -0.685606
Vertex 9757 6.34904 11.5146 -4.02476 {normal=(-0.622783 0.574638 -0.530973)}
Vertex 9758 6.36776 2.3148 -0.723716 {normal=(0.971395 -0.108034 0.211472)}
Vertex 9759 6.37416 -19.9011 2.09065
Vertex 9760 6.37597 -45.0271 5.24633
Vertex 9761 6.37656 1.01116 -2.3548
Vertex 9762 6.38007 -34.2126 -4.37666
Vertex 9763 6.38108 11.5532 -4.74029
Vertex 9764 6.38792 5.38028 -1.47809 {normal=(0.926902 -0.153031 -0.342686)}
Vertex 9765 6.39154 -39.8123 -2.07588
Vertex 9766 6.39423 11.0366 0.195314 {normal=(-0.45397 0.49958 0.737788)}
Vertex 9767 6.40123 11.7606 -5.15473 {normal=(0.589478 0.239698 -0.771401)}
Vertex 9768 6.40608 0.818348 -0.855766
Vertex 9769 6.41526 -44.3557 5.28254 {normal=(-0.465596 0.116879 0.877245)}
Vertex 9770 6.416 1.90913 -2.20403 {normal=(0.921437 0.103305 -0.374542)}
Vertex 9771 6.41786 1.27036 2.91128 {normal=(0.681342 -0.414243 0.60347)}
Vertex 9772 6.41935 -33.3096 -5.85585
Vertex 9773 6.42015 1.93037 -2.3071 {normal=(0.926702 0.0803646 -0.367104)}
Vertex 9774 6.42047 -45.271 -3.57574
Vertex 9775 6.43077 -40.27 -3.27638
Vertex 9776 6.43317 3.48004 -0.254737 {normal=(0.990537 0.0452662 -0.12957)}
Vertex 9777 6.43659 10.1028 -4.7254 {normal=(-0.752845 -0.111734 -0.648645)}
Vertex 9778 6.44475 -41.0984 -4.3525
Vertex 9779 6.44519 9.04369 -3.91063 {normal=(-0.914963 -0.362578 -0.177146)}
Vertex 9780 6.45459 2.29483 -0.139645 {normal=(0.88389 0.0189441 -0.467311)}
Vertex 9781 6.45699 6.06565 -1.33002 {normal=(0.66523 -0.73128 -0.15066)}
Vertex 9782 6.46829 -45.271 5.06899
Vertex 9783 6.47605 1.95106 -2.12188
Vertex 9784 6.47728 2.16204 3.06955 {normal=(0.762058 -0.114756 0.637258)}
Vertex 9785 6.50445 -21.488 1.17528
Vertex 9786 6.50462 -6.34977 -0.408374 {normal=(0.957689 0.287763 0.00488369)}
Vertex 9787 6.5054 4.52261 -0.020655
Vertex 9788 6.51104 8.60197 -0.420323 {normal=(-0.845885 -0.502275 0.179437)}
Vertex 9789 6.51729 5.23794 3.99098 {normal=(0.686205 -0.338386 0.643908)}
Vertex 9790 6.51848 -6.62575 -2.30468 {normal=(0.872739 0.259862 -0.413278)}
Vertex 9791 6.52297 11.6676 -5.05488
Vertex 9792 6.53305 11.5787 -4.8895
Vertex 9793 6.54138 -43.2346 -3.68517
Vertex 9794 6.54181 -40.339 -1.48537
Vertex 9795 6.54265 -38.6976 -4.19296 {normal=(0.925879 -0.00713279 -0.377753)}
Vertex 9796 6.54267 9.7923 0.586904 {normal=(-0.588143 -0.212262 0.780405)}
Vertex 9797 6.54444 -37.8216 -4.19285 {normal=(0.931912 -0.0809279 -0.353539)}
Vertex 9798 6.54939 -27.3727 -5.55402
Vertex 9799 6.55853 0.821168 -0.329246
Vertex 9800 6.55897 -6.28919 -0.115199 {normal=(0.956504 0.286716 -0.0537958)}
Vertex 9801 6.56011 -43.3325 5.06993
Vertex 9802 6.57928 -45.027 -3.75244
Vertex 9803 6.57996 -41.3874 -3.45416
Vertex 9804 6.58042 6.04556 -1.37229
Vertex 9805 6.58061 -44.3777 -3.75025
Vertex 9806 6.58357 -42.1677 -3.62182
Vertex 9807 6.59868 -40.6476 -3.96669
Vertex 9808 6.5989 4.52639 1.97901
Vertex 9809 6.61467 4.52287 2.14453
Vertex 9810 6.61716 -34.2156 -3.28398
Vertex 9811 6.61981 -6.3647 -0.69964 {normal=(0.952562 0.266635 0.146738)}
Vertex 9812 6.62939 -35.0181 -1.91999 {normal=(0.756901 -0.13531 0.639369)}
Vertex 9813 6.65377 4.53229 1.77602
Vertex 9814 6.65775 5.93729 -3.16594 {normal=(-0.977416 -0.136262 -0.161525)}
Vertex 9815 6.65892 4.70734 -0.130068 {normal=(0.897976 -0.400142 -0.183099)}
Vertex 9816 6.66719 -38.6947 -3.32432 {normal=(0.99811 0.0205264 0.0579206)}
Vertex 9817 6.66898 -37.8187 -3.32421 {normal=(0.992624 -0.0763612 0.0941677)}
Vertex 9818 6.67093 -20.0105 2.1196
Vertex 9819 6.67587 -33.516 -1.98357 {normal=(0.742836 -0.367342 0.559692)}
Vertex 9820 6.67727 3.24332 1.76913 {normal=(0.993889 0.0883456 0.0661861)}
Vertex 9821 6.68011 6.14707 4.02962 {normal=(0.71321 -0.0117527 0.700852)}
Vertex 9822 6.68438 7.35665 -3.20158 {normal=(-0.996192 -0.0668249 -0.0560079)}
Vertex 9823 6.68515 3.24156 1.85189 {normal=(0.991824 0.0794344 0.0998809)}
Vertex 9824 6.68899 -33.3956 -4.92897 {normal=(0.806768 -0.493232 -0.325343)}
Vertex 9825 6.69555 8.75321 -4.53803 {normal=(-0.804928 -0.362576 -0.469711)}
Vertex 9826 6.69879 6.6225 -1.46944
Vertex 9827 6.70125 7.57214 -3.60192 {normal=(-0.905455 -0.0653332 -0.419383)}
Vertex 9828 6.70196 -27.4125 -5.75822
Vertex 9829 6.7047 3.24627 1.66763 {normal=(0.996253 0.0264008 0.0823625)}
Vertex 9830 6.70624 7.92342 -4.01511 {normal=(-0.859014 -0.295312 -0.418194)}
Vertex 9831 6.7323 14.1705 -1.95675 {normal=(0.467677 0.882404 -0.0513851)}
Vertex 9832 6.73365 -40.1227 -3.27867
Vertex 9833 6.73605 -25.7599 -5.72532
Vertex 9834 6.7566 7.33689 3.72476 {normal=(0.652182 0.274141 0.706757)}
Vertex 9835 6.76116 6.17462 -1.44923 {normal=(0.636593 -0.760962 -0.125241)}
Vertex 9836 6.76576 -40.8285 -0.850633 {normal=(0.573984 0.720469 0.389187)}
Vertex 9837 6.76718 -25.4909 -5.75389
Vertex 9838 6.76727 8.31049 -3.18002 {normal=(-0.956279 -0.291717 0.0207614)}
Vertex 9839 6.76735 -40.8037 -2.8256
Vertex 9840 6.77517 1.21205 0.781024 {normal=(0.957164 -0.286304 -0.0432181)}
Vertex 9841 6.78562 12.5256 0.974956 {normal=(0.20847 0.591895 0.778589)}
Vertex 9842 6.78568 -27.4902 -1.56294
Vertex 9843 6.79683 13.4976 -0.269359 {normal=(0.360006 0.801827 0.476937)}
Vertex 9844 6.82564 -43.2598 -3.86012
Vertex 9845 6.82914 -32.0635 -6.53945 {normal=(0.652332 -0.280331 -0.704186)}
Vertex 9846 6.83329 5.06838 -2.92306 {normal=(-0.936343 -0.347301 -0.0514215)}
Vertex 9847 6.84599 8.19581 -1.28649 {normal=(-0.844056 -0.532767 0.0610591)}
Vertex 9848 6.85556 13.3582 -3.63173 {normal=(0.206436 0.840046 -0.501705)}
Vertex 9849 6.85651 4.69352 2.11507 {normal=(0.807068 -0.588159 0.0520616)}
Vertex 9850 6.86055 2.03823 1.06127 {normal=(0.998836 -0.00295098 -0.0481411)}
Vertex 9851 6.86083 6.49176 -1.51502
Vertex 9852 6.86256 -9.08388 2.00808 {normal=(0.769489 0.204915 0.604894)}
Vertex 9853 6.86823 6.30921 -1.50033
Vertex 9854 6.86986 -42.1568 -3.79467
Vertex 9855 6.87612 8.19083 0.022637 {normal=(-0.685665 -0.589626 0.426856)}
Vertex 9856 6.87902 8.8035 0.386456 {normal=(-0.612997 -0.424843 0.66614)}
Vertex 9857 6.88025 -41.3396 -3.59481
Vertex 9858 6.88131 -25.8629 -5.92282
Vertex 9859 6.89199 5.38138 0.224029 {normal=(0.961165 -0.201152 -0.188946)}
Vertex 9860 6.89534 -25.4655 -5.9854
Vertex 9861 6.90083 11.1018 1.47198 {normal=(0.265034 0.372704 0.889297)}
Vertex 9862 6.91636 -41.3607 -0.163031 {normal=(0.494316 0.784725 0.373976)}
Vertex 9863 6.93024 -42.6753 4.42051 {normal=(-0.0344191 0.890175 0.454318)}
Vertex 9864 6.93323 -30.1706 -6.35018 {normal=(0.610768 0.133997 -0.780389)}
Vertex 9865 6.93763 -27.5339 -1.35908
Vertex 9866 6.93828 -24.0127 -5.91091
Vertex 9867 6.96067 -42.437 1.02659
Vertex 9868 6.96941 -23.7437 -5.93948
Vertex 9869 6.97899 13.3381 -3.674
Vertex 9870 6.98115 -33.4003 -3.24674 {normal=(0.927549 -0.370879 0.045838)}
Vertex 9871 6.98442 -13.1871 2.36055 {normal=(0.591761 0.0598183 0.803891)}
Vertex 9872 6.99152 -45.271 -2.34218
Vertex 9873 6.99251 -32.2059 -1.86392 {normal=(0.771776 -0.192497 0.606058)}
Vertex 9874 7.00097 -25.8881 -1.38626
Vertex 9875 7.0145 9.58546 2.02911 {normal=(0.557975 0.273926 0.783344)}
Vertex 9876 7.03628 12.7974 -3.4184
Vertex 9877 7.03667 -15.3518 -6.24693 {normal=(0.484002 0.540804 -0.687948)}
Vertex 9878 7.03702 -25.6199 -1.35668
Vertex 9879 7.05155 -42.1343 1.06901
Vertex 9880 7.05183 -24.1134 -6.12901
Vertex 9881 7.05203 -35.0229 -3.24765 {normal=(0.968197 -0.171817 0.181859)}
Vertex 9882 7.05507 -11.0373 2.1656 {normal=(0.683367 0.0613141 0.727496)}
Vertex 9883 7.05698 -33.0271 -5.28221 {normal=(0.765756 -0.385259 -0.514968)}
Vertex 9884 7.06705 -12.9289 -4.08971
Vertex 9885 7.06977 -8.98465 -2.44379 {normal=(0.882137 0.22445 -0.414074)}
Vertex 9886 7.06988 -35.0264 -4.23679 {normal=(0.936815 -0.210089 -0.279716)}
Vertex 9887 7.07023 -40.6563 -2.82789
Vertex 9888 7.09673 -32.4618 -5.42216
Vertex 9889 7.09948 -41.8982 0.751682 {normal=(0.420569 0.813032 0.402618)}
Vertex 9890 7.10766 -26.197 -1.51474
Vertex 9891 7.12023 7.79835 -0.347202 {normal=(-0.678303 -0.705721 0.204604)}
Vertex 9892 7.12112 -22.1146 -6.30932
Vertex 9893 7.12247 6.24603 -1.71512 {normal=(-0.796847 -0.0985602 0.596088)}
Vertex 9894 7.12399 -23.7202 -6.15428
Vertex 9895 7.13799 -40.9886 -2.19132
Vertex 9896 7.14173 -44.4004 -2.53413 {normal=(0.913882 -0.0761191 -0.39878)}
Vertex 9897 7.14349 13.1701 -3.65718 {normal=(0.70115 0.468376 -0.5376)}
Vertex 9898 7.14424 5.34338 2.54972 {normal=(0.941584 -0.302747 0.147525)}
Vertex 9899 7.14446 -25.9948 -1.18934
Vertex 9900 7.14457 -32.0689 -5.459 {normal=(0.885459 -0.347232 -0.308857)}
Vertex 9901 7.14481 -45.027 -2.51383
Vertex 9902 7.16181 6.84011 0.359268 {normal=(0.737947 -0.624582 0.255601)}
Vertex 9903 7.16729 -30.31 -1.77421 {normal=(0.747232 -0.054759 0.662303)}
Vertex 9904 7.18781 -26.6616 -1.23954 {normal=(0.576686 0.0345573 0.816235)}
Vertex 9905 7.19111 -42.3079 -2.54227 {normal=(0.967524 0.0961672 -0.233773)}
Vertex 9906 7.1969 -25.6007 -1.14547
Vertex 9907 7.20901 12.8624 -3.52573
Vertex 9908 7.21482 5.19364 -2.01751 {normal=(-0.718152 -0.33818 0.608187)}
Vertex 9909 7.21797 -26.2768 -1.33962
Vertex 9910 7.22757 -42.6339 1.749
Vertex 9911 7.23428 -24.152 -1.19479
Vertex 9912 7.23499 13.0197 -3.61834
Vertex 9913 7.24208 -27.3771 -4.86325
Vertex 9914 7.26168 7.2993 -1.87648 {normal=(-0.907658 -0.187279 0.37561)}
Vertex 9915 7.2653 -10.881 -2.97793 {normal=(0.84335 0.225973 -0.487541)}
Vertex 9916 7.2683 -22.1541 -6.51797
Vertex 9917 7.26897 -41.4482 -1.31473
Vertex 9918 7.26954 7.23251 -0.093519
Vertex 9919 7.27034 -23.8838 -1.16521
Vertex 9920 7.27506 -32.6227 -5.37381
Vertex 9921 7.28524 6.82002 0.316999
Vertex 9922 7.3006 -45.271 -1.68567
Vertex 9923 7.30844 -43.2583 -2.57767 {normal=(0.944383 -0.0159308 -0.328462)}
Vertex 9924 7.31193 5.15508 -3.58199 {normal=(-0.799706 -0.288373 -0.526604)}
Vertex 9925 7.31846 -42.3313 1.79142
Vertex 9926 7.34298 6.36847 2.67728 {normal=(0.971087 -0.131536 0.199219)}
Vertex 9927 7.34724 -32.0742 -3.54329 {normal=(0.960758 -0.27245 0.0521051)}
Vertex 9928 7.35804 5.8667 -3.90135 {normal=(-0.767072 -0.0893887 -0.635303)}
Vertex 9929 7.37725 -24.2586 -0.997458
Vertex 9930 7.37731 -43.3377 5.39664
Vertex 9931 7.38405 7.43221 2.55887 {normal=(0.923628 0.0421934 0.38096)}
Vertex 9932 7.3915 -9.11913 -0.899686 {normal=(0.955283 0.26622 -0.128693)}
Vertex 9933 7.40119 -45.271 5.47066
Vertex 9934 7.42907 -42.3373 -1.50223 {normal=(0.950154 0.22633 -0.214436)}
Vertex 9935 7.4291 -41.7705 -0.706719
Vertex 9936 7.42978 -23.8644 -0.953655
Vertex 9937 7.43035 6.90536 0.156759 {normal=(0.742386 -0.65404 0.145241)}
Vertex 9938 7.43434 -45.0273 5.69717
Vertex 9939 7.43949 -9.01958 0.66656 {normal=(0.935838 0.292622 0.196418)}
Vertex 9940 7.45504 7.13056 -0.084245
Vertex 9941 7.46773 13.6718 -1.99324 {normal=(0.315797 0.948825 0.00210444)}
Vertex 9942 7.4719 -27.4234 -4.97097
Vertex 9943 7.48314 -45.0271 -1.79581
Vertex 9944 7.48562 -22.2817 -0.988529
Vertex 9945 7.50323 6.99802 0.025754
Vertex 9946 7.51296 -25.7642 -4.97435
Vertex 9947 7.51413 -44.4004 -1.75187 {normal=(0.913644 -0.0325008 -0.405214)}
Vertex 9948 7.51897 -44.3451 5.6843 {normal=(0.133085 0.125328 0.983149)}
Vertex 9949 7.55463 13.063 -2.03102
Vertex 9950 7.55794 -25.4963 -4.9928
Vertex 9951 7.56263 -42.3769 2.50256 {normal=(0.186003 0.979781 0.0737061)}
Vertex 9952 7.56545 12.5855 -0.899039 {normal=(-0.19972 0.882056 0.426718)}
Vertex 9953 7.59116 13.6518 -2.03551
Vertex 9954 7.59849 -43.2583 -1.67611 {normal=(0.938845 0.112684 -0.32538)}
Vertex 9955 7.61663 7.83815 1.21381 {normal=(0.690115 -0.36492 0.62496)}
Vertex 9956 7.62261 12.036 -4.81852 {normal=(-0.246229 0.718998 -0.649933)}
Vertex 9957 7.62621 9.35865 -5.83151 {normal=(-0.410341 -0.130632 -0.902527)}
Vertex 9958 7.63149 10.8124 -5.64342 {normal=(-0.313832 0.351815 -0.881893)}
Vertex 9959 7.63661 -22.3253 -0.783916
Vertex 9960 7.65184 -30.1758 -5.53014 {normal=(0.91722 0.005296 -0.398346)}
Vertex 9961 7.65852 -27.3814 -3.28275
Vertex 9962 7.67358 -31.9761 -4.70322 {normal=(0.927404 -0.336405 -0.163564)}
Vertex 9963 7.67565 -42.6215 0.741497
Vertex 9964 7.68071 8.12335 0.68454
Vertex 9965 7.68501 3.53338 -2.93775 {normal=(-0.850759 -0.524655 0.0307544)}
Vertex 9966 7.70332 -31.4477 -4.87229
Vertex 9967 7.71974 -17.4998 -7.56352 {normal=(0.50639 0.429792 -0.747562)}
Vertex 9968 7.73073 13.471 -2.08544 {normal=(0.811906 0.536692 -0.229718)}
Vertex 9969 7.73222 -25.8734 -5.07774
Vertex 9970 7.74006 7.81806 1.17155
Vertex 9971 7.74378 13.1363 -2.09439
Vertex 9972 7.74719 12.7431 -3.50605 {normal=(-0.201251 0.908516 -0.366193)}
Vertex 9973 7.75892 12.9316 -2.48278 {normal=(-0.233327 0.972271 -0.0157122)}
Vertex 9974 7.76148 4.96266 -4.32859 {normal=(-0.82433 -0.197654 -0.530484)}
Vertex 9975 7.78966 -21.3532 -7.36365
Vertex 9976 7.79831 13.3084 -2.11062
Vertex 9977 7.80632 -24.0174 -5.09468
Vertex 9978 7.81562 3.79219 -2.41983 {normal=(-0.605307 -0.474848 0.638845)}
Vertex 9979 7.8166 -25.4854 -5.04524
Vertex 9980 7.83119 -15.6207 1.95268 {normal=(0.6263 0.115757 0.77094)}
Vertex 9981 7.85131 -23.7495 -5.11313
Vertex 9982 7.86286 -10.9122 1.09587 {normal=(0.913163 0.148111 0.379731)}
Vertex 9983 7.86606 -31.5471 -4.78395
Vertex 9984 7.87356 7.87492 0.990975 {normal=(0.832596 -0.457516 0.312191)}
Vertex 9985 7.87386 8.04017 0.707204
Vertex 9986 7.87406 -42.3419 0.440428
Vertex 9987 7.88002 11.9198 -0.116802 {normal=(-0.139609 0.696508 0.703837)}
Vertex 9988 7.8867 5.53516 -4.62686 {normal=(-0.749981 0.0809532 -0.656487)}
Vertex 9989 7.89086 -22.0812 -5.30726
Vertex 9990 7.89981 13.1714 -0.493756 {normal=(0.312185 0.8602 0.403233)}
Vertex 9991 7.90535 -27.4298 -3.22534
Vertex 9992 7.90837 -22.1205 -5.57303
Vertex 9993 7.9124 -42.4073 0.693917
Vertex 9994 7.9205 12.6393 -0.761338
Vertex 9995 7.93532 7.94025 0.840468
Vertex 9996 7.95196 -45.271 -0.286458
Vertex 9997 7.95283 -42.8053 1.46782
Vertex 9998 7.96207 -26.4116 -2.25786
Vertex 9999 7.96631 6.90082 -0.876599 {normal=(-0.729097 -0.410546 0.547604)}
Vertex 10000 7.98007 -25.7685 -3.25598
Vertex 10001 7.98766 5.2484 -1.55877 {normal=(-0.539786 -0.383009 0.749623)}
Vertex 10002 7.99733 -30.181 -3.65386 {normal=(0.994947 -0.0609584 0.0797786)}
Vertex 10003 8.0053 -13.0103 1.00777 {normal=(0.883661 0.149241 0.443701)}
Vertex 10004 8.01164 9.33482 1.656 {normal=(0.424956 -0.0280583 0.904779)}
Vertex 10005 8.01519 9.39067 1.05896
Vertex 10006 8.02324 13.1514 -0.536025
Vertex 10007 8.0333 -25.5016 -3.25155
Vertex 10008 8.03752 -26.9019 -2.00118 {normal=(0.786456 -0.0436317 0.616103)}
Vertex 10009 8.03881 -43.3786 0.600656
Vertex 10010 8.04053 -42.6782 3.77032 {normal=(0.31278 0.899028 0.306459)}
Vertex 10011 8.04338 -10.8848 -0.228495
Vertex 10012 8.04387 -24.1321 -5.13846
Vertex 10013 8.08957 -23.7329 -5.22963
Vertex 10014 8.09503 -15.3683 -5.06338
Vertex 10015 8.1075 -15.4977 -4.72907
Vertex 10016 8.10894 -26.5016 -2.12342
Vertex 10017 8.10949 3.36266 -3.69303 {normal=(-0.839265 -0.434384 -0.327024)}
Vertex 10018 8.1136 -30.5863 -4.13192 {normal=(0.954319 -0.273822 0.119566)}
Vertex 10019 8.11792 12.0286 0.105356
Vertex 10020 8.12124 12.6992 -0.784484
Vertex 10021 8.12424 -19.7211 -8.09466
Vertex 10022 8.13296 12.4502 0.529803 {normal=(0.275344 0.681511 0.678033)}
Vertex 10023 8.13507 9.31474 1.61373
Vertex 10024 8.13685 10.9443 0.814305 {normal=(-0.0928051 0.577115 0.811372)}
Vertex 10025 8.14521 12.991 -0.647036 {normal=(0.878344 0.477819 0.0141603)}
Vertex 10026 8.1486 -30.0369 -4.30088
Vertex 10027 8.18049 6.64974 -4.28675 {normal=(-0.751381 -0.0953868 -0.652938)}
Vertex 10028 8.18082 -44.4346 0.542982
Vertex 10029 8.18682 -44.9365 0.537845
Vertex 10030 8.18958 -42.5911 1.42024
Vertex 10031 8.19173 -45.0271 -0.278554
Vertex 10032 8.1959 12.8479 -0.730817
Vertex 10033 8.20447 -22.125 -4.99594
Vertex 10034 8.21442 -25.8795 -3.19961
Vertex 10035 8.21509 -43.291 -0.061943 {normal=(0.933192 0.225077 -0.280166)}
Vertex 10036 8.21893 9.34764 1.09348
Vertex 10037 8.22038 10.9114 0.935422
Vertex 10038 8.22614 -44.3719 -0.295623 {normal=(0.927687 0.0153091 -0.373045)}
Vertex 10039 8.23746 -45.271 4.91516
Vertex 10040 8.25174 -45.271 0.432554
Vertex 10041 8.25248 9.31063 1.41515 {normal=(0.894756 -0.216397 0.39062)}
Vertex 10042 8.25396 11.1308 1.51011 {normal=(0.254694 0.334955 0.907158)}
Vertex 10043 8.25409 -44.9304 0.436705
Vertex 10044 8.25428 7.52254 -5.24379 {normal=(-0.472443 -0.355649 -0.806419)}
Vertex 10045 8.25639 12.4301 0.487534
Vertex 10046 8.28326 -30.1194 -4.21108
Vertex 10047 8.29388 -25.4908 -3.29862
Vertex 10048 8.29881 9.31748 1.24736
Vertex 10049 8.30544 -13.0015 -0.922785
Vertex 10050 8.31444 -43.4288 1.3497
Vertex 10051 8.31915 -22.1684 -5.511
Vertex 10052 8.32261 3.3509 -4.13582 {normal=(-0.864007 -0.361923 -0.350005)}
Vertex 10053 8.32492 12.0691 0.109669
Vertex 10054 8.32824 -24.0221 -3.22699
Vertex 10055 8.33907 -43.3015 0.493351
Vertex 10056 8.34231 -43.3374 4.82455
Vertex 10057 8.34849 6.61465 -0.694472 {normal=(-0.652581 -0.385182 0.652513)}
Vertex 10058 8.36886 12.2991 0.334827 {normal=(0.916393 0.357164 0.180717)}
Vertex 10059 8.37072 -26.8347 -2.97015
Vertex 10060 8.37739 11.1107 1.46784
Vertex 10061 8.38146 -23.7552 -3.22256
Vertex 10062 8.38225 -45.0271 5.06772
Vertex 10063 8.39419 9.92694 1.40347 {normal=(-0.127118 0.23884 0.962703)}
Vertex 10064 8.39821 -27.353 -2.74804 {normal=(0.905325 -0.146421 0.398681)}
Vertex 10065 8.39982 -44.3648 5.10133 {normal=(0.706935 0.10166 0.699934)}
Vertex 10066 8.40378 -12.9112 -1.18576
Vertex 10067 8.40726 -15.374 -4.54654
Vertex 10068 8.41045 12.1842 0.211048
Vertex 10069 8.41438 4.17157 -1.96465 {normal=(-0.529423 -0.451713 0.7181)}
Vertex 10070 8.41631 -12.9309 -0.638932
Vertex 10071 8.43062 10.9166 0.966035
Vertex 10072 8.44611 -28.4977 -3.44355 {normal=(0.919173 -0.210212 0.333064)}
Vertex 10073 8.45587 -42.643 2.10917
Vertex 10074 8.46009 -44.4595 1.29137
Vertex 10075 8.46614 6.60781 -5.04073 {normal=(-0.709269 -0.199807 -0.676029)}
Vertex 10076 8.46957 8.95833 1.41415 {normal=(-0.205825 -0.197479 0.958456)}
Vertex 10077 8.47363 -27.9028 -3.61108
Vertex 10078 8.47776 5.2242 -1.14207 {normal=(-0.834691 -0.259016 0.486005)}
Vertex 10079 8.48024 -44.9365 1.28196
Vertex 10080 8.4849 -45.027 0.418482
Vertex 10081 8.48493 11.0335 1.2752 {normal=(0.934556 0.0976895 0.342144)}
Vertex 10082 8.48754 -44.4112 0.423698
Vertex 10083 8.50151 -42.6843 3.20377
Vertex 10084 8.50521 6.42801 -5.05533 {normal=(-0.636415 0.0701957 -0.768147)}
Vertex 10085 8.50654 4.58203 -5.16603 {normal=(-0.703215 -0.114498 -0.701697)}
Vertex 10086 8.50861 -26.9064 -2.8585
Vertex 10087 8.52179 10.9701 1.11311
Vertex 10088 8.56337 -45.271 1.31489
Vertex 10089 8.56386 -24.1367 -3.27614
Vertex 10090 8.56571 -44.9304 1.31904
Vertex 10091 8.57845 5.19998 -0.725376 {normal=(-0.889503 -0.11187 0.443024)}
Vertex 10092 8.59473 -27.9859 -3.52662
Vertex 10093 8.60523 4.22854 -1.30917 {normal=(-0.970249 -0.191691 0.147889)}
Vertex 10094 8.6147 -43.3518 1.2424
Vertex 10095 8.62559 -17.8018 1.65954 {normal=(0.648967 -0.0147364 0.760674)}
Vertex 10096 8.62763 7.16986 0.288609 {normal=(-0.372556 -0.657327 0.655075)}
Vertex 10097 8.63254 6.77266 -0.327621 {normal=(-0.567455 -0.480457 0.668697)}
Vertex 10098 8.64004 -23.7411 -3.16115
Vertex 10099 8.65485 4.19353 -1.71193 {normal=(-0.887746 -0.3784 0.262145)}
Vertex 10100 8.65723 2.23391 -3.04478 {normal=(-0.904937 -0.409626 0.115307)}
Vertex 10101 8.66265 -21.4709 0.144578
Vertex 10102 8.66928 6.86513 -0.165417 {normal=(-0.461409 -0.642369 0.611935)}
Vertex 10103 8.67112 12.6136 -3.55732 {normal=(0.160401 0.882252 -0.442609)}
Vertex 10104 8.67558 6.23456 -0.448852 {normal=(-0.67366 -0.15371 0.72288)}
Vertex 10105 8.68706 3.31266 -5.17191 {normal=(-0.735817 -0.27114 -0.62053)}
Vertex 10106 8.69484 -22.1384 -3.2422
Vertex 10107 8.69749 13.0495 -2.47229 {normal=(0.0351491 0.998213 -0.04832)}
Vertex 10108 8.71394 7.75887 0.933331 {normal=(-0.235766 -0.501065 0.832675)}
Vertex 10109 8.76669 -21.352 -6.45892
Vertex 10110 8.7668 -44.436 1.17209
Vertex 10111 8.77833 -45.027 1.1626
Vertex 10112 8.7794 -15.7098 0.102446
Vertex 10113 8.78664 12.8215 -1.445 {normal=(0.0360193 0.948956 0.313346)}
Vertex 10114 8.7899 11.1911 -5.36334 {normal=(0.129588 0.476111 -0.869785)}
Vertex 10115 8.79092 2.40505 -2.65504 {normal=(-0.594598 -0.365052 0.716373)}
Vertex 10116 8.79141 -15.9987 0.057748
Vertex 10117 8.79583 -15.785 0.144167
Vertex 10118 8.81493 -15.9751 -0.026694 {normal=(-0.925371 -0.303637 -0.226923)}
Vertex 10119 8.82183 -45.271 2.0883
Vertex 10120 8.83057 12.0761 -4.63657 {normal=(0.280459 0.773887 -0.56784)}
Vertex 10121 8.83348 -15.762 -0.109212 {normal=(-0.829315 0.178483 -0.52951)}
Vertex 10122 8.84097 -17.4761 -6.22582
Vertex 10123 8.84542 9.6329 -6.00456 {normal=(0.129533 0.0347002 -0.990968)}
Vertex 10124 8.85424 -21.3421 -5.99528
Vertex 10125 8.86187 2.11765 -3.80763 {normal=(-0.906723 -0.357603 -0.223549)}
Vertex 10126 8.86626 -15.4825 0.067004
Vertex 10127 8.87107 -43.3143 1.918 {normal=(0.91621 0.352374 -0.190765)}
Vertex 10128 8.87638 -15.9571 -0.162388 {normal=(-0.764526 -0.209123 -0.609727)}
Vertex 10129 8.88696 2.02234 -4.19029 {normal=(-0.899924 -0.344286 -0.267589)}
Vertex 10130 8.88844 0.992296 -3.15284 {normal=(-0.96454 -0.237943 0.114214)}
Vertex 10131 8.89332 2.68893 -1.38139 {normal=(-0.954542 -0.289887 0.0693906)}
Vertex 10132 8.89958 12.3419 -0.439584 {normal=(0.0221869 0.790893 0.611552)}
Vertex 10133 8.90431 -17.6212 -5.81033
Vertex 10134 8.92126 -4.35677 -3.23025
Vertex 10135 8.92533 -45.271 3.84484
Vertex 10136 8.92681 -2.49958 -3.49388 {normal=(-0.99274 0.0430153 0.112329)}
Vertex 10137 8.93978 -19.9924 0.945029 {normal=(0.626647 -0.303988 0.717569)}
Vertex 10138 8.94161 -43.3202 3.79385
Vertex 10139 8.94353 -22.1882 -3.16712
Vertex 10140 8.94565 -15.4831 0.513085 {normal=(0.861469 0.246963 0.443712)}
Vertex 10141 8.94586 -15.6253 0.355535 {normal=(-0.697634 -0.308789 0.646495)}
Vertex 10142 8.95974 -16.1879 -0.032894 {normal=(-0.580253 -0.785748 -0.214257)}
Vertex 10143 8.96265 -16.1634 0.09069
Vertex 10144 8.96696 -15.4864 0.456328
Vertex 10145 8.97982 -15.2233 0.317066
Vertex 10146 8.98669 5.18228 -0.208585 {normal=(-0.594376 -0.100539 0.797878)}
Vertex 10147 8.99399 4.18484 -0.408676 {normal=(-0.685609 -0.178309 0.705794)}
Vertex 10148 8.99822 -16.1599 -0.172204 {normal=(-0.418308 -0.660946 -0.623032)}
Vertex 10149 9.00267 5.85447 -0.203232 {normal=(-0.574295 -0.0629756 0.816222)}
Vertex 10150 9.01907 5.47591 -5.51982 {normal=(-0.467179 0.0947489 -0.879071)}
Vertex 10151 9.02326 -44.3842 1.9165 {normal=(0.977223 0.0862423 -0.193903)}
Vertex 10152 9.03366 -45.027 1.92883
Vertex 10153 9.05243 -15.6891 -0.281141
Vertex 10154 9.07107 -15.833 -0.318259
Vertex 10155 9.0753 11.1982 0.508086 {normal=(0.168588 0.56024 0.810993)}
Vertex 10156 9.07901 7.93967 -5.49622 {normal=(0.0829001 -0.211654 -0.973823)}
Vertex 10157 9.09858 -4.33885 -2.40005
Vertex 10158 9.10999 6.90209 -5.35687 {normal=(-0.109839 -0.0667698 -0.991704)}
Vertex 10159 9.12111 -14.9301 0.658219
Vertex 10160 9.12383 -4.29743 -3.38804
Vertex 10161 9.12588 -44.3663 3.86857
Vertex 10162 9.13092 -15.4145 -0.164885
Vertex 10163 9.1409 1.04284 -2.6797 {normal=(-0.694072 -0.200473 0.691429)}
Vertex 10164 9.14485 -15.2381 0.870755
Vertex 10165 9.14724 -45.027 3.87047
Vertex 10166 9.15542 -15.9807 -0.317903
Vertex 10167 9.16476 -4.33881 -4.65661
Vertex 10168 9.16963 -16.2903 0.101243
Vertex 10169 9.18908 -19.7174 -6.98808
Vertex 10170 9.19167 -15.8061 0.452515 {normal=(-0.482999 -0.511776 0.710491)}
Vertex 10171 9.19829 6.73228 -5.36579 {normal=(-0.17347 0.156073 -0.972394)}
Vertex 10172 9.19965 -16.2701 0.016926 {normal=(-0.0317213 -0.992031 -0.121937)}
Vertex 10173 9.20505 0.8743 -3.91664 {normal=(-0.959092 -0.173456 -0.223731)}
Vertex 10174 9.20513 2.55755 -2.41703 {normal=(-0.64026 -0.352765 0.682366)}
Vertex 10175 9.22194 -16.2233 -0.121848 {normal=(0.0798424 -0.846543 -0.526299)}
Vertex 10176 9.23886 -14.7596 0.84387
Vertex 10177 9.24253 -14.9671 1.16286
Vertex 10178 9.24255 -0.993387 -3.47699 {normal=(-0.982179 0.0699884 0.174433)}
Vertex 10179 9.24557 2.61353 -2.19345 {normal=(-0.919171 -0.383696 0.0888897)}
Vertex 10180 9.24875 -2.50084 -4.82542 {normal=(-0.901209 0.0133499 -0.43318)}
Vertex 10181 9.25048 -0.176438 -3.27873 {normal=(-0.967111 -0.148887 0.206228)}
Vertex 10182 9.25302 -2.50044 -2.70947 {normal=(-0.851469 0.0858792 0.517325)}
Vertex 10183 9.27318 -21.3452 -5.73709
Vertex 10184 9.27479 3.10244 -0.442654 {normal=(-0.662635 -0.222995 0.714974)}
Vertex 10185 9.27918 -15.6482 0.662059 {normal=(-0.514415 -0.568742 0.641802)}
Vertex 10186 9.28703 -17.6027 -5.58686
Vertex 10187 9.28865 10.0415 1.28198 {normal=(0.29863 0.374524 0.877811)}
Vertex 10188 9.29334 -0.93602 -4.59519 {normal=(-0.929326 0.0857393 -0.359168)}
Vertex 10189 9.29982 -0.208133 -4.24676 {normal=(-0.969871 -0.0202809 -0.242775)}
Vertex 10190 9.30604 1.628 -1.35177 {normal=(-0.883305 -0.441581 0.157409)}
Vertex 10191 9.30795 -15.1184 0.014277
Vertex 10192 9.30952 -19.7285 -6.43079
Vertex 10193 9.31831 2.13904 -5.14951 {normal=(-0.771785 -0.258861 -0.580809)}
Vertex 10194 9.31843 -16.0043 -0.265824
Vertex 10195 9.32017 0.94983 -4.4582 {normal=(-0.933013 -0.154233 -0.325114)}
Vertex 10196 9.32171 4.06305 -5.73758 {normal=(-0.355402 -0.125697 -0.926223)}
Vertex 10197 9.33232 -14.5438 1.13985
Vertex 10198 9.33784 -15.4982 -1.50529
Vertex 10199 9.34365 -4.27747 -4.70197
Vertex 10200 9.36026 -16.2195 0.208991
Vertex 10201 9.36295 12.0082 -3.99928 {normal=(0.37952 0.760209 -0.527302)}
Vertex 10202 9.36658 -15.6872 -0.257401 {normal=(0.26658 0.198211 -0.943211)}
Vertex 10203 9.40524 -4.27188 -2.68702
Vertex 10204 9.41079 -16.206 -0.042953 {normal=(0.437698 -0.805916 -0.398649)}
Vertex 10205 9.42007 -15.3946 0.986371 {normal=(-0.514313 -0.568324 0.642253)}
Vertex 10206 9.44001 -16.2222 0.175871
Vertex 10207 9.44467 -16.0094 0.412612 {normal=(-0.206552 -0.670828 0.712268)}
Vertex 10208 9.44532 11.2386 -5.18265 {normal=(0.459384 0.547022 -0.699809)}
Vertex 10209 9.44726 4.77119 -5.7723 {normal=(-0.300863 0.0365478 -0.952967)}
Vertex 10210 9.44826 -15.3865 -1.76839
Vertex 10211 9.44853 3.47707 -5.55829 {normal=(-0.368421 -0.159727 -0.915835)}
Vertex 10212 9.45522 -15.9969 -0.23507
Vertex 10213 9.46207 -14.8063 0.280058
Vertex 10214 9.46959 -15.51 -1.22994
Vertex 10215 9.50647 -15.9251 0.255295
Vertex 10216 9.52467 -1.09417 -2.9647 {normal=(-0.828883 0.0793682 0.553763)}
Vertex 10217 9.5341 -15.2045 1.24693 {normal=(-0.47011 -0.467224 0.748798)}
Vertex 10218 9.54165 -14.6553 0.45666
Vertex 10219 9.54451 -14.5447 1.49722
Vertex 10220 9.54713 -15.8851 0.56992
Vertex 10221 9.55726 -15.9385 0.526657
Vertex 10222 9.5696 -14.5516 0.682242
Vertex 10223 9.57185 -4.29444 -1.54782
Vertex 10224 9.58125 6.28773 0.06475 {normal=(-0.250481 -0.232061 0.939897)}
Vertex 10225 9.58199 -15.7702 0.867382
Vertex 10226 9.58468 8.99371 1.34566 {normal=(0.290185 -0.0419521 0.956051)}
Vertex 10227 9.5879 -0.053116 -5.00576 {normal=(-0.890856 -0.0199154 -0.45385)}
Vertex 10228 9.59717 6.00617 -5.57221 {normal=(-0.170976 0.243262 -0.954773)}
Vertex 10229 9.61545 1.08211 -5.16186 {normal=(-0.867829 -0.111896 -0.4841)}
Vertex 10230 9.61605 6.44918 0.13333 {normal=(-0.137717 -0.466713 0.873621)}
Vertex 10231 9.63054 -0.150637 -2.6132 {normal=(-0.727683 -0.150915 0.669105)}
Vertex 10232 9.63827 2.09717 -0.490344 {normal=(-0.565849 -0.347977 0.747481)}
Vertex 10233 9.63894 7.02585 0.456604 {normal=(0.0441308 -0.547013 0.83596)}
Vertex 10234 9.64369 -16.0826 0.155483
Vertex 10235 9.65546 1.26999 -2.45644 {normal=(-0.711896 -0.214527 0.668717)}
Vertex 10236 9.66799 7.74706 0.924819 {normal=(0.187264 -0.443854 0.876314)}
Vertex 10237 9.67313 -15.6468 0.928454
Vertex 10238 9.67962 -15.2565 -0.05794 {normal=(0.372879 0.343106 -0.862113)}
Vertex 10239 9.67989 -15.8386 -0.1016
Vertex 10240 9.68869 -16.1883 0.384223
Vertex 10241 9.70212 -15.5374 0.234933
Vertex 10242 9.71841 -15.5205 0.468435 {normal=(-0.794558 0.605243 -0.0485663)}
Vertex 10243 9.72184 1.3262 -2.23653 {normal=(-0.919343 -0.374696 0.120046)}
Vertex 10244 9.72934 -16.1599 0.625094 {normal=(-0.757255 -0.613485 0.224055)}
Vertex 10245 9.73154 -14.0222 0.985885
Vertex 10246 9.73154 0.01042 -5.26248 {normal=(-0.882801 -0.0776922 -0.463277)}
Vertex 10247 9.73661 -16.0595 0.850463
Vertex 10248 9.73715 12.8281 -2.73469 {normal=(0.238096 0.926131 -0.292561)}
Vertex 10249 9.73866 2.44708 -5.66819 {normal=(-0.382813 -0.129496 -0.914705)}
Vertex 10250 9.74596 -4.28925 -5.4962
Vertex 10251 9.75577 -19.7527 -6.08434
Vertex 10252 9.75612 -15.4313 0.683442
Vertex 10253 9.7604 -21.461 -1.2275
Vertex 10254 9.76182 5.40737 0.003398 {normal=(-0.176597 -0.0573567 0.982611)}
Vertex 10255 9.77394 -15.3139 -0.713082
Vertex 10256 9.77716 -16.0328 -1.77378
Vertex 10257 9.78416 4.38373 -0.036203 {normal=(-0.24192 -0.0854412 0.966527)}
Vertex 10258 9.7936 -15.9753 0.100159
Vertex 10259 9.7942 -15.3524 -0.39644
Vertex 10260 9.79645 -16.0396 -1.14011
Vertex 10261 9.80458 -16.0672 -1.45693
Vertex 10262 9.80722 -14.2928 0.470013
Vertex 10263 9.82269 -15.4349 -1.23279
Vertex 10264 9.8233 1.24077 -5.45815 {normal=(-0.61358 -0.0394517 -0.788646)}
Vertex 10265 9.82394 -0.959323 -5.26112 {normal=(-0.738026 0.0145501 -0.674615)}
Vertex 10266 9.82697 -17.6931 -0.000768 {normal=(0.886088 0.122042 0.447162)}
Vertex 10267 9.82779 -15.8746 0.416379
Vertex 10268 9.82793 -15.3148 -0.080776
Vertex 10269 9.82831 4.14704 -5.78171 {normal=(-0.0638109 -0.127118 -0.989833)}
Vertex 10270 9.8301 -15.4674 -1.46372
Vertex 10271 9.83246 -15.6575 -0.623767
Vertex 10272 9.83412 -14.6562 1.63673
Vertex 10273 9.84089 -4.23232 -1.97828
Vertex 10274 9.84129 -15.4283 -1.69507
Vertex 10275 9.84366 -13.5396 0.834674
Vertex 10276 9.84828 -15.4341 1.23197
Vertex 10277 9.85591 -13.5405 -0.037375
Vertex 10278 9.86292 -15.6942 -0.382872 {normal=(-0.968496 -0.228383 0.0992811)}
Vertex 10279 9.8662 -15.7829 0.054908
Vertex 10280 9.87019 11.8408 -0.00659 {normal=(0.242992 0.599231 0.762809)}
Vertex 10281 9.8715 0.167996 -5.67131 {normal=(-0.738623 0.010097 -0.674043)}
Vertex 10282 9.88043 -14.9543 0.203369 {normal=(0.454624 0.47344 -0.754435)}
Vertex 10283 9.88307 -2.44324 -5.57819 {normal=(-0.622611 0.014429 -0.782399)}
Vertex 10284 9.88332 -2.44321 -2.029 {normal=(-0.700089 0.142851 0.699621)}
Vertex 10285 9.88576 -15.6557 -0.141455
Vertex 10286 9.88896 -15.5752 0.09549
Vertex 10287 9.89669 3.36702 -0.11203 {normal=(-0.260442 -0.14493 0.95455)}
Vertex 10288 9.89984 -15.7575 0.961197
Vertex 10289 9.91631 -13.2561 0.680038
Vertex 10290 9.92759 -16.1117 0.112918
Vertex 10291 9.93864 -14.0007 1.39393
Vertex 10292 9.94118 -0.772566 -5.41739 {normal=(-0.734116 -0.236309 -0.636579)}
Vertex 10293 9.96338 -4.2212 -5.44755
Vertex 10294 9.96899 -15.5808 0.90871
Vertex 10295 9.97122 -14.8082 0.37878 {normal=(0.56431 0.649292 -0.509877)}
Vertex 10296 9.97415 3.50325 -5.6892 {normal=(-0.0296027 -0.109298 -0.993568)}
Vertex 10297 9.98007 -14.7642 0.578683
Vertex 10298 9.99053 -16.2791 -1.70685
Vertex 10299 10.0026 11.1862 -4.56491 {normal=(0.520634 0.55206 -0.651283)}
Vertex 10300 10.0076 -13.4063 -0.144325
Vertex 10301 10.01 -16.3625 -0.663164
Vertex 10302 10.015 -15.6201 0.760091
Vertex 10303 10.0175 -15.866 0.997665
Vertex 10304 10.0194 -16.2767 -1.22267
Vertex 10305 10.0195 -15.2187 -2.24603
Vertex 10306 10.026 5.30314 -5.82455 {normal=(-0.0673661 0.142937 -0.987437)}
Vertex 10307 10.0284 -0.933655 -2.35618 {normal=(-0.662809 0.0490969 0.747177)}
Vertex 10308 10.0297 0.740176 -1.21487 {normal=(-0.641258 -0.617424 0.455605)}
Vertex 10309 10.0298 -16.3056 -1.46581 {normal=(-0.627658 -0.778215 -0.0206705)}
Vertex 10310 10.0315 -15.0685 -0.417614 {normal=(-0.591011 0.806093 0.0303428)}
Vertex 10311 10.036 -15.6257 -1.02428
Vertex 10312 10.0372 -15.0344 -0.64981
Vertex 10313 10.0377 -14.9516 1.60192
Vertex 10314 10.0497 -15.1603 -2.54581
Vertex 10315 10.0513 -16.3232 -0.148261
Vertex 10316 10.0542 -15.3998 -0.865201
Vertex 10317 10.0548 -15.2401 -1.93361
Vertex 10318 10.0605 -15.9198 -1.90888
Vertex 10319 10.062 -15.034 -0.18731
Vertex 10320 10.0628 -13.9021 0.410332
Vertex 10321 10.0656 -16.3722 -0.406254 {normal=(-0.855944 -0.500299 0.130615)}
Vertex 10322 10.0703 -12.9986 0.337294
Vertex 10323 10.0713 -15.6141 -1.9045
Vertex 10324 10.077 -15.5485 -0.868527
Vertex 10325 10.0877 -15.9294 -1.01747
Vertex 10326 10.0974 -0.474518 -5.85231 {normal=(-0.651328 -0.259794 -0.712937)}
Vertex 10327 10.0979 2.70569 -5.68303 {normal=(-0.0171046 -0.0195918 -0.999662)}
Vertex 10328 10.1011 -15.1757 0.356879 {normal=(-0.480047 0.866139 -0.139134)}
Vertex 10329 10.1163 -15.3133 0.355448
Vertex 10330 10.1168 -15.4365 0.946823
Vertex 10331 10.1302 -15.4011 0.024308
Vertex 10332 10.132 -15.5939 -2.45618
Vertex 10333 10.1335 10.3171 0.35981 {normal=(0.485 0.318486 0.814458)}
Vertex 10334 10.138 -16.0187 -1.93088
Vertex 10335 10.1388 1.32248 -0.667843 {normal=(-0.430404 -0.493903 0.755522)}
Vertex 10336 10.1421 -19.9816 -0.674959 {normal=(0.880156 -0.196577 0.432068)}
Vertex 10337 10.146 -21.2852 -3.17337
Vertex 10338 10.1489 -0.004846 -2.15999 {normal=(-0.708377 -0.204946 0.675426)}
Vertex 10339 10.1711 -15.2668 -0.865934
Vertex 10340 10.1721 -15.626 -2.22149 {normal=(-0.905656 -0.374125 0.199543)}
Vertex 10341 10.1756 -16.6364 0.438455
Vertex 10342 10.1782 -15.545 0.046677
Vertex 10343 10.1807 -15.2394 0.057896
Vertex 10344 10.1822 -15.161 0.345594 {normal=(-0.421163 0.894788 -0.148247)}
Vertex 10345 10.1867 -14.535 0.336458
Vertex 10346 10.1903 -15.2376 1.29131
Vertex 10347 10.1908 2.33905 -0.264528 {normal=(-0.225667 -0.240555 0.944038)}
Vertex 10348 10.1922 -16.017 -1.01276
Vertex 10349 10.2043 -14.0961 1.46342 {normal=(-0.0500185 0.281336 0.958305)}
Vertex 10350 10.2058 -13.3561 1.23215
Vertex 10351 10.2094 -15.9057 0.14528
Vertex 10352 10.2152 1.33698 -5.60939 {normal=(-0.129104 0.0709436 -0.98909)}
Vertex 10353 10.2162 9.76619 -5.44123 {normal=(0.596692 0.157231 -0.786916)}
Vertex 10354 10.2165 -15.1736 0.533762
Vertex 10355 10.2185 -15.266 0.014522
Vertex 10356 10.2212 -16.1784 -0.939108
Vertex 10357 10.227 -15.4613 -0.042742
Vertex 10358 10.232 -15.882 0.137164
Vertex 10359 10.2356 -15.1002 0.797242
Vertex 10360 10.2414 -16.5666 0.948636
Vertex 10361 10.2429 -15.1136 0.633678
Vertex 10362 10.2494 -16.6207 0.69106 {normal=(-0.602677 -0.773006 0.198098)}
Vertex 10363 10.2511 -16.6647 -0.743094
Vertex 10364 10.2557 0.277446 -5.88806 {normal=(-0.298352 0.17647 -0.938)}
Vertex 10365 10.256 -15.2048 0.096699 {normal=(-0.538933 0.818721 -0.198109)}
Vertex 10366 10.2575 -21.32 -2.89933
Vertex 10367 10.2658 -15.611 -1.98963
Vertex 10368 10.2676 -15.4349 -2.6733
Vertex 10369 10.2685 6.5225 0.103263 {normal=(0.378412 -0.298762 0.876097)}
Vertex 10370 10.2701 -21.311 -3.44826
Vertex 10371 10.2733 -0.053182 -1.91368 {normal=(-0.598715 -0.480383 0.640916)}
Vertex 10372 10.2772 -15.9533 0.138717
Vertex 10373 10.2792 -15.7233 0.819898
Vertex 10374 10.2795 -13.9457 -0.018693
Vertex 10375 10.2811 -15.5724 -2.70249
Vertex 10376 10.2866 -14.9481 -1.44648
Vertex 10377 10.2905 -17.5936 -2.30108
Vertex 10378 10.2971 6.33747 0.050988 {normal=(0.332193 -0.0663457 0.940875)}
Vertex 10379 10.3017 -16.1019 0.063706
Vertex 10380 10.3052 -15.1998 -0.996663
Vertex 10381 10.3073 -15.1012 0.570992 {normal=(-0.526111 0.849344 -0.0426811)}
Vertex 10382 10.3082 12.4185 -0.866307 {normal=(0.347701 0.824493 0.446447)}
Vertex 10383 10.3119 -15.7251 0.800386
Vertex 10384 10.3126 -16.4159 0.14436
Vertex 10385 10.3129 -16.5418 -1.29802
Vertex 10386 10.3182 -15.2769 0.801145
Vertex 10387 10.3195 -16.6556 -0.4016 {normal=(-0.527028 -0.838228 0.140056)}
Vertex 10388 10.3211 8.35868 -5.18312 {normal=(0.576228 -0.073174 -0.814006)}
Vertex 10389 10.3252 -16.4802 -1.82208
Vertex 10390 10.3349 4.23102 -5.82585 {normal=(0.0307861 -0.105974 -0.993892)}
Vertex 10391 10.3406 -15.7759 0.466045
Vertex 10392 10.3409 -16.3972 -0.983203
Vertex 10393 10.3466 -14.9758 -1.14076
Vertex 10394 10.3471 -16.2631 -2.56731
Vertex 10395 10.3498 -15.7605 0.838861
Vertex 10396 10.3604 -16.61 -0.056382
Vertex 10397 10.368 -14.961 -1.43453 {normal=(-0.0649105 0.99373 -0.0910301)}
Vertex 10398 10.3704 -16.3094 -2.08445
Vertex 10399 10.3711 -15.0746 -2.24184 {normal=(-0.337819 0.936216 0.0968443)}
Vertex 10400 10.3828 -14.2139 0.30043
Vertex 10401 10.39 7.47559 -5.08956 {normal=(0.486227 0.106107 -0.867366)}
Vertex 10402 10.3943 -15.7329 -1.81436
Vertex 10403 10.396 -16.4804 -1.56853 {normal=(-0.483703 -0.875232 0.000109375)}
Vertex 10404 10.3977 -15.0368 -2.4732
Vertex 10405 10.3981 -12.782 1.20435
Vertex 10406 10.3985 -15.0905 -2.0049
Vertex 10407 10.4033 -16.0661 -2.82281
Vertex 10408 10.4049 -17.4539 -2.61459
Vertex 10409 10.4049 -15.7899 0.465994 {normal=(0.241552 0.93281 -0.267427)}
Vertex 10410 10.4119 -15.6659 -1.1103
Vertex 10411 10.4134 -15.7945 0.46378
Vertex 10412 10.4136 -15.4701 -0.797937
Vertex 10413 10.4136 -15.7521 -1.11693
Vertex 10414 10.4228 -17.6652 -1.96881
Vertex 10415 10.4232 -15.2761 -1.85305
Vertex 10416 10.4271 -15.0278 -1.72507
Vertex 10417 10.4283 -14.9789 -1.18179 {normal=(-0.210563 0.97747 0.0146675)}
Vertex 10418 10.4287 -4.22971 -5.97208
Vertex 10419 10.4325 -13.6979 -0.190373
Vertex 10420 10.4337 -14.2675 1.51813
Vertex 10421 10.4344 -0.524662 -6.01673 {normal=(-0.133478 -0.33389 -0.933114)}
Vertex 10422 10.4378 7.29163 -5.12198 {normal=(0.348707 0.37417 -0.859302)}
Vertex 10423 10.4379 -15.586 -1.10456
Vertex 10424 10.44 -15.7404 -1.84434
Vertex 10425 10.4405 -16.2802 1.13673
Vertex 10426 10.4419 -15.642 -1.79093
Vertex 10427 10.4525 -16.3158 -2.33928 {normal=(-0.795815 -0.534729 0.284152)}
Vertex 10428 10.4596 -15.5196 -0.094213
Vertex 10429 10.46 -15.5197 -0.811788
Vertex 10430 10.462 12.7106 -2.03032 {normal=(0.392217 0.917647 0.0639596)}
Vertex 10431 10.4665 -15.2701 -0.069142
Vertex 10432 10.4739 12.3414 -3.34505 {normal=(0.379122 0.779829 -0.49813)}
Vertex 10433 10.4743 5.49132 0.03785 {normal=(0.213158 0.0819238 0.973577)}
Vertex 10434 10.4752 -15.6743 0.118331
Vertex 10435 10.4773 -16.5984 0.148561
Vertex 10436 10.4787 -16.2539 -1.08276
Vertex 10437 10.4807 -15.7519 -1.12062
Vertex 10438 10.4859 -16.3042 0.1161
Vertex 10439 10.4884 -15.7835 -1.38983
Vertex 10440 10.4923 -16.8496 0.389597
Vertex 10441 10.4924 -11.0253 -1.15006
Vertex 10442 10.4946 -15.0218 -1.6631 {normal=(-0.172872 0.959641 -0.221821)}
Vertex 10443 10.4976 -15.0008 0.002019
Vertex 10444 10.4992 -15.0291 -0.044895
Vertex 10445 10.5016 -15.4526 -0.783953
Vertex 10446 10.5037 -15.4386 -1.85885
Vertex 10447 10.5039 -0.840393 -5.82585 {normal=(-0.129675 -0.394275 -0.909798)}
Vertex 10448 10.5182 -15.6378 -1.68701
Vertex 10449 10.5183 3.54133 -5.62425 {normal=(0.105146 -0.14251 -0.984193)}
Vertex 10450 10.5195 9.12227 0.911131 {normal=(0.665664 0.130153 0.734814)}
Vertex 10451 10.5271 -14.8386 -0.465588 {normal=(-0.192863 0.981073 -0.0173146)}
Vertex 10452 10.5305 -14.6859 0.651277
Vertex 10453 10.5312 -11.4201 -2.49583
Vertex 10454 10.5329 -2.38423 -5.89145 {normal=(-0.271651 0.0217085 -0.962151)}
Vertex 10455 10.5331 -15.6176 -1.86309
Vertex 10456 10.5372 -15.5489 0.692284
Vertex 10457 10.5383 -15.452 -0.100028
Vertex 10458 10.54 -15.5169 -0.087701
Vertex 10459 10.5411 -16.2934 -2.09395
Vertex 10460 10.5439 -15.3174 -1.84967
Vertex 10461 10.548 -15.9902 0.146957
Vertex 10462 10.548 -15.7557 -1.47685
Vertex 10463 10.5492 -13.4731 1.26807 {normal=(-0.0742598 0.191989 0.978584)}
Vertex 10464 10.55 -15.2231 -2.67935
Vertex 10465 10.5501 -15.1011 0.704146
Vertex 10466 10.5516 -15.8172 -0.905828
Vertex 10467 10.5529 -15.8316 -2.03726
Vertex 10468 10.554 -16.2804 -2.90411
Vertex 10469 10.5547 -14.8855 0.52964
Vertex 10470 10.5561 1.24434 -0.551981 {normal=(-0.127782 -0.491734 0.861318)}
Vertex 10471 10.5577 -15.7618 -1.45611
Vertex 10472 10.56 -1.0925 -5.79057 {normal=(-0.241449 0.0112347 -0.970349)}
Vertex 10473 10.5619 -15.592 -0.454099
Vertex 10474 10.566 -16.6071 -2.74803
Vertex 10475 10.567 -14.892 0.582293
Vertex 10476 10.5727 -15.7302 0.422932 {normal=(0.688004 -0.721243 0.0803675)}
Vertex 10477 10.5767 -16.837 0.685875
Vertex 10478 10.5853 -16.7737 1.02883
Vertex 10479 10.5902 -16.5051 -0.965312
Vertex 10480 10.5967 -15.7235 -1.4972 {normal=(-0.0424419 0.99663 0.0702025)}
Vertex 10481 10.597 6.45553 -5.50768 {normal=(0.192739 0.379445 -0.904916)}
Vertex 10482 10.6017 -15.5486 -2.6712
Vertex 10483 10.6019 -15.0985 -1.00007
Vertex 10484 10.6048 -15.9776 -0.907205
Vertex 10485 10.61 -14.8464 -0.465764 {normal=(-0.139495 0.989874 -0.0262834)}
Vertex 10486 10.6122 -16.127 0.148446
Vertex 10487 10.6133 2.79154 -5.59136 {normal=(0.192014 -0.0314113 -0.980889)}
Vertex 10488 10.6134 -14.5472 1.21956
Vertex 10489 10.6188 -15.7534 -0.069459
Vertex 10490 10.6205 -14.8559 0.038575
Vertex 10491 10.6224 -15.5636 -0.447075 {normal=(0.387812 -0.921731 -0.00360869)}
Vertex 10492 10.629 -16.4459 1.13878
Vertex 10493 10.6324 -14.8784 -0.760937
Vertex 10494 10.6328 -15.0873 -0.892955
Vertex 10495 10.6334 -0.765666 -2.08109 {normal=(-0.454276 -0.074811 0.887714)}
Vertex 10496 10.6354 -14.861 -0.169522
Vertex 10497 10.6371 -15.0617 -0.026158
Vertex 10498 10.6405 -19.7502 -2.96992
Vertex 10499 10.6423 -15.7912 -1.20308
Vertex 10500 10.6461 -15.5561 -0.464796
Vertex 10501 10.6463 9.76304 -4.7473 {normal=(0.645107 0.164263 -0.746227)}
Vertex 10502 10.6474 -15.8692 0.973914
Vertex 10503 10.6505 -15.6214 -2.71031
Vertex 10504 10.6516 -14.7563 0.214658
Vertex 10505 10.6554 -14.9287 0.053196 {normal=(0.308436 0.535946 -0.785894)}
Vertex 10506 10.6589 4.60609 0.086972 {normal=(0.145829 0.0466376 0.98821)}
Vertex 10507 10.6614 -14.7733 0.416879
Vertex 10508 10.6651 -12.9828 -0.666245 {normal=(-0.757554 -0.150716 -0.635136)}
Vertex 10509 10.6765 -15.4494 0.063173
Vertex 10510 10.678 7.94452 0.527652 {normal=(0.653918 -0.234478 0.719313)}
Vertex 10511 10.678 -4.1563 -5.78225
Vertex 10512 10.6792 -10.8455 -0.544866
Vertex 10513 10.6845 -16.3902 0.084887
Vertex 10514 10.6886 -15.0544 -0.011704 {normal=(0.404373 0.161185 -0.900279)}
Vertex 10515 10.6925 7.13321 0.082106 {normal=(0.633104 -0.356989 0.686832)}
Vertex 10516 10.6939 -16.4894 -2.14899
Vertex 10517 10.6956 -14.8473 0.42543
Vertex 10518 10.6982 -15.9909 -2.06029
Vertex 10519 10.699 -12.519 0.999461
Vertex 10520 10.7014 -16.8112 -0.679954
Vertex 10521 10.7066 -14.8155 0.221239
Vertex 10522 10.7073 -14.8731 -0.709271 {normal=(-0.265179 0.958743 -0.102431)}
Vertex 10523 10.7079 -15.6787 -1.64124
Vertex 10524 10.7098 -14.8587 -0.222102 {normal=(-0.266615 0.962164 0.0561865)}
Vertex 10525 10.71 -15.1684 -1.78481
Vertex 10526 10.7127 1.21392 -5.59313 {normal=(0.237238 0.184731 -0.953726)}
Vertex 10527 10.7148 -15.5037 -2.68454 {normal=(0.23555 -0.455227 -0.858653)}
Vertex 10528 10.7157 -15.7347 -2.83193
Vertex 10529 10.7191 -15.7961 0.527957
Vertex 10530 10.7196 -15.3947 -1.08171
Vertex 10531 10.7226 -12.1474 -0.269684
Vertex 10532 10.7244 -11.7558 -0.984979 {normal=(-0.997857 -0.0525639 -0.0389629)}
Vertex 10533 10.7249 -16.6535 -2.46258
Vertex 10534 10.7259 -14.8734 -1.07157
Vertex 10535 10.7269 -15.9091 -0.072221
Vertex 10536 10.7327 -15.8539 -2.86529
Vertex 10537 10.7335 -14.8566 -1.12313
Vertex 10538 10.7362 -15.3288 0.615248
Vertex 10539 10.7382 -16.0004 0.970921
Vertex 10540 10.7413 -16.3522 0.15375
Vertex 10541 10.7426 -15.6939 -0.506093
Vertex 10542 10.7429 -15.9078 -1.22531
Vertex 10543 10.7437 -19.8397 -2.59471
Vertex 10544 10.7467 -14.9368 0.52599 {normal=(0.568594 0.487586 0.662541)}
Vertex 10545 10.7495 -16.7526 -0.146369
Vertex 10546 10.7498 -14.4184 0.589041
Vertex 10547 10.7525 -16.3803 -1.04931
Vertex 10548 10.7535 -14.9514 0.064113 {normal=(0.499025 0.462884 -0.732607)}
Vertex 10549 10.7599 -15.7087 0.213064
Vertex 10550 10.7629 -11.0447 -1.08783
Vertex 10551 10.7664 -16.7971 -0.414976
Vertex 10552 10.7666 -16.7698 -1.91735
Vertex 10553 10.7715 -16.1306 -1.94264
Vertex 10554 10.7722 -15.7787 -1.66207
Vertex 10555 10.7772 -15.8206 -0.511851
Vertex 10556 10.7792 -11.7079 -3.53787
Vertex 10557 10.7815 -15.5478 -2.02272
Vertex 10558 10.7833 -15.7841 0.509618
Vertex 10559 10.7868 -15.3841 -0.746702
Vertex 10560 10.787 -19.6814 -3.33927
Vertex 10561 10.7895 -0.209263 -6.05512 {normal=(0.286636 -0.0835695 -0.954388)}
Vertex 10562 10.7897 -15.3667 -0.157165
Vertex 10563 10.7904 -14.8768 0.405624 {normal=(0.617148 0.696345 0.366377)}
Vertex 10564 10.7941 -16.451 -2.14016
Vertex 10565 10.7955 -15.9079 -2.07957
Vertex 10566 10.7955 -16.0007 -0.923008
Vertex 10567 10.7968 -15.4446 -1.64196
Vertex 10568 10.7977 -16.273 -3.03447 {normal=(-0.384879 -0.198236 -0.901427)}
Vertex 10569 10.8029 -16.7017 -1.23085
Vertex 10570 10.8072 -14.9043 -1.65857
Vertex 10571 10.8119 -14.8261 0.212714
Vertex 10572 10.8131 5.51172 -5.70524 {normal=(0.16873 0.212803 -0.962416)}
Vertex 10573 10.8136 -14.9301 -1.70804
Vertex 10574 10.814 -14.1873 0.185369
Vertex 10575 10.8149 0.381758 -5.94557 {normal=(0.265855 0.217487 -0.93916)}
Vertex 10576 10.8156 -15.6309 -2.37675
Vertex 10577 10.817 -15.5095 -0.44835 {normal=(0.440419 -0.897695 0.0132109)}
Vertex 10578 10.8179 -4.18087 -0.639688
Vertex 10579 10.8187 -15.4068 0.331408 {normal=(0.877963 -0.478627 0.00988142)}
Vertex 10580 10.8236 -15.2098 0.093167
Vertex 10581 10.8277 -2.35746 -1.27515 {normal=(-0.41555 0.208832 0.885272)}
Vertex 10582 10.8293 -16.7344 -1.57647
Vertex 10583 10.8327 -15.8253 -1.24594
Vertex 10584 10.8332 -15.7729 -2.92082
Vertex 10585 10.8344 -11.4471 -2.47008
Vertex 10586 10.8357 -16.6305 -2.13986
Vertex 10587 10.8361 -12.1674 -1.66008 {normal=(-0.961959 -0.241082 -0.12851)}
Vertex 10588 10.8361 -12.9673 1.26495
Vertex 10589 10.8379 -15.6465 -2.03831
Vertex 10590 10.8394 -13.6742 1.35711
Vertex 10591 10.8426 -16.3463 -1.08643
Vertex 10592 10.8456 -11.2438 -1.77865
Vertex 10593 10.8481 -15.5361 0.615558 {normal=(-0.855697 0.502818 0.122298)}
Vertex 10594 10.8501 6.5401 -0.418145 {normal=(0.690501 0.0768489 0.719237)}
Vertex 10595 10.8532 -15.492 -1.34794 {normal=(0.690101 -0.707548 0.15211)}
Vertex 10596 10.8545 6.71498 -0.409505 {normal=(0.737132 -0.20431 0.644123)}
Vertex 10597 10.8603 -11.0918 -0.213886
Vertex 10598 10.864 -15.1282 0.466755
Vertex 10599 10.8681 -15.135 0.138505
Vertex 10600 10.8702 -15.9098 -0.091778
Vertex 10601 10.8706 -15.7268 -1.67847 {normal=(-0.630827 0.774921 -0.0394313)}
Vertex 10602 10.8728 -14.8769 -2.24192 {normal=(-0.146105 0.987794 0.0540006)}
Vertex 10603 10.8791 -4.13804 -0.986501
Vertex 10604 10.8805 -15.6845 -2.41068 {normal=(0.495315 0.865984 -0.0688107)}
Vertex 10605 10.8806 -16.3333 1.20423
Vertex 10606 10.8809 -15.5007 -2.05257
Vertex 10607 10.8832 0.752879 -0.844994 {normal=(-0.0177161 -0.584541 0.811171)}
Vertex 10608 10.8878 -15.6608 1.04154
Vertex 10609 10.8905 -14.9748 -1.08829 {normal=(0.465532 0.179983 0.866537)}
Vertex 10610 10.8951 -15.0804 0.388548
Vertex 10611 10.897 -16.5672 0.427453
Vertex 10612 10.901 -14.7751 -1.18422
Vertex 10613 10.901 9.45982 -0.000788 {normal=(0.667006 0.0725027 0.741516)}
Vertex 10614 10.9013 -12.47 -3.27844 {normal=(-0.999923 0.0116359 -0.00424685)}
Vertex 10615 10.9022 -15.0368 0.246844
Vertex 10616 10.9053 -14.858 -1.18018
Vertex 10617 10.9075 -15.6035 -2.39309 {normal=(0.359286 -0.909459 -0.20928)}
Vertex 10618 10.9125 -10.7331 -0.184582
Vertex 10619 10.9148 1.60911 -0.336224 {normal=(0.0999056 -0.34091 0.934772)}
Vertex 10620 10.916 -14.9716 -0.861211
Vertex 10621 10.92 -14.9482 -0.066932
Vertex 10622 10.9201 -15.1404 -1.84063
Vertex 10623 10.9303 -15.1218 -2.66084
Vertex 10624 10.9309 -10.8519 -0.438323
Vertex 10625 10.9324 -12.4849 -3.50545 {normal=(-0.949235 0.0558398 -0.309572)}
Vertex 10626 10.9349 -15.8461 -0.527289
Vertex 10627 10.949 -15.2146 -1.15255
Vertex 10628 10.9492 -15.3097 0.459072 {normal=(-0.781023 0.619189 -0.0812893)}
Vertex 10629 10.9539 -14.8092 -1.56813
Vertex 10630 10.9565 -15.6155 -2.37041 {normal=(0.299732 -0.950764 -0.0787971)}
Vertex 10631 10.9573 -14.8917 -1.55793 {normal=(0.683066 0.438242 -0.584265)}
Vertex 10632 10.9596 -14.7406 -1.37632
Vertex 10633 10.9613 -16.536 0.95254
Vertex 10634 10.9657 -15.0234 -1.63395 {normal=(0.683208 0.0787642 -0.725964)}
Vertex 10635 10.9657 -16.3151 -1.9689
Vertex 10636 10.9702 -14.0223 0.047072
Vertex 10637 10.9712 -14.946 -1.95459
Vertex 10638 10.9726 -16.5373 0.688335 {normal=(0.629973 -0.776616 0.00112665)}
Vertex 10639 10.9737 -14.9251 -2.52603
Vertex 10640 10.9758 -11.5893 -2.975
Vertex 10641 10.9799 -12.4648 -2.93526 {normal=(-0.97731 -0.103909 0.184577)}
Vertex 10642 10.9819 -15.438 -1.96812
Vertex 10643 10.983 -15.538 0.097654
Vertex 10644 10.9865 -14.9222 -1.18149 {normal=(0.671685 0.374095 0.639447)}
Vertex 10645 10.9869 -15.427 -2.54073 {normal=(0.262595 -0.468487 -0.843542)}
Vertex 10646 10.9882 -14.8158 -1.36632
Vertex 10647 10.9884 -15.7216 -2.52619
Vertex 10648 10.9983 -13.9289 -0.199665
Vertex 10649 10.9997 -15.6564 -2.50629
Vertex 10650 11.0012 -15.2484 -1.53167
Vertex 10651 11.0019 3.62603 0.05797 {normal=(0.180554 -0.0573081 0.981894)}
Vertex 10652 11.002 7.49626 -4.43586 {normal=(0.802738 0.199492 -0.561974)}
Vertex 10653 11.0066 -14.7359 -0.741896
Vertex 10654 11.0079 -14.7563 -0.79252
Vertex 10655 11.0094 -14.72 -0.199952
Vertex 10656 11.0097 8.43216 -4.33767 {normal=(0.672763 -0.0867454 -0.734756)}
Vertex 10657 11.0099 -15.7912 -2.09578
Vertex 10658 11.0111 -14.7373 -0.148298
Vertex 10659 11.0141 -14.8927 -2.24054 {normal=(-0.0319558 0.998943 0.0330298)}
Vertex 10660 11.015 -16.7028 -1.86513 {normal=(0.315202 -0.885503 -0.341368)}
Vertex 10661 11.0162 -11.3374 0.051851
Vertex 10662 11.0171 -15.17 -1.21031
Vertex 10663 11.0177 10.9967 -0.088386 {normal=(0.514259 0.323364 0.794338)}
Vertex 10664 11.0283 7.33807 -4.52109 {normal=(0.715051 0.4599 -0.526492)}
Vertex 10665 11.0285 -16.6503 -1.32995 {normal=(0.382167 -0.787969 0.482756)}
Vertex 10666 11.0333 -15.657 -3.03296
Vertex 10667 11.0342 -14.9531 -1.52806 {normal=(0.819656 0.295157 -0.490964)}
Vertex 10668 11.0417 -15.6353 -2.57005 {normal=(-0.530943 0.792368 0.300421)}
Vertex 10669 11.0438 2.44672 -0.137604 {normal=(0.153191 -0.201993 0.967332)}
Vertex 10670 11.0463 -15.5077 -1.76154
Vertex 10671 11.0471 -15.2213 -0.741196
Vertex 10672 11.05 -15.2046 -0.17414
Vertex 10673 11.0521 -15.1926 -1.46406
Vertex 10674 11.0536 -15.8961 -2.12827
Vertex 10675 11.054 4.38983 -5.81123 {normal=(0.215729 -0.0837911 -0.972852)}
Vertex 10676 11.0541 2.74427 -5.47023 {normal=(0.417355 -0.0722163 -0.90587)}
Vertex 10677 11.057 -16.5528 -2.89091
Vertex 10678 11.0584 -12.6486 -1.53876 {normal=(-0.917257 -0.324561 -0.230867)}
Vertex 10679 11.0626 -14.1711 1.09935
Vertex 10680 11.0628 -16.6754 -1.59999 {normal=(0.345405 -0.934679 0.0840932)}
Vertex 10681 11.0634 -11.6735 -3.27665
Vertex 10682 11.0701 -14.9261 -2.47691 {normal=(-0.0673688 0.981526 -0.179077)}
Vertex 10683 11.0737 -14.9358 -2.00814 {normal=(-0.0767225 0.963078 0.258058)}
Vertex 10684 11.0768 3.52213 -5.5801 {normal=(0.299055 -0.213041 -0.93015)}
Vertex 10685 11.0811 -11.8187 -3.95914
Vertex 10686 11.0813 -0.426052 -5.7302 {normal=(0.463686 -0.133158 -0.875936)}
Vertex 10687 11.0818 -14.8644 -1.35063
Vertex 10688 11.0824 -15.1123 -1.33438
Vertex 10689 11.0867 -12.6562 0.903111 {normal=(0.373155 0.426736 0.823803)}
Vertex 10690 11.107 -15.5363 -2.63813
Vertex 10691 11.1132 -15.6962 -2.13671
Vertex 10692 11.1167 -15.6203 -1.35304
Vertex 10693 11.1183 -12.5874 -3.86544
Vertex 10694 11.1306 -15.7872 -2.14632
Vertex 10695 11.1427 -13.8584 -0.467892
Vertex 10696 11.1448 6.62236 -5.13339 {normal=(0.548327 0.504969 -0.666591)}
Vertex 10697 11.152 -15.261 -0.456826 {normal=(0.705685 -0.708317 0.0171648)}
Vertex 10698 11.1552 -12.5531 -2.33756 {normal=(-0.930828 -0.365292 -0.010973)}
Vertex 10699 11.1565 -15.0708 0.460273 {normal=(-0.819003 0.572136 -0.0435255)}
Vertex 10700 11.1566 -14.6396 -0.668533
Vertex 10701 11.158 -11.73 -3.47793
Vertex 10702 11.1586 -14.6281 -0.279951
Vertex 10703 11.168 -14.7207 -0.663212 {normal=(0.556303 0.529331 -0.640574)}
Vertex 10704 11.17 -14.7094 -0.280875
Vertex 10705 11.1748 -15.7971 -2.20037
Vertex 10706 11.1761 -14.8398 -0.745 {normal=(0.562961 0.160429 -0.810763)}
Vertex 10707 11.1789 -14.8236 -0.192706 {normal=(0.570885 0.205129 0.794992)}
Vertex 10708 11.1807 -15.3073 0.866062
Vertex 10709 11.1843 -15.7151 -3.18251
Vertex 10710 11.1854 -14.5798 -0.475874
Vertex 10711 11.1942 -14.2264 0.051637
Vertex 10712 11.1955 -13.2825 -1.11614 {normal=(-0.86453 -0.335378 -0.374312)}
Vertex 10713 11.2044 11.4128 -3.86788 {normal=(0.55446 0.52875 -0.642649)}
Vertex 10714 11.208 -15.538 -0.652813
Vertex 10715 11.2082 -16.5797 -2.66788 {normal=(0.189198 -0.977106 -0.0973038)}
Vertex 10716 11.2127 12.1837 -2.51991 {normal=(0.630213 0.75904 -0.163372)}
Vertex 10717 11.2168 -15.596 -2.78502
Vertex 10718 11.2182 -15.6405 -2.71987
Vertex 10719 11.2192 -14.1644 -2.85257 {normal=(-0.951345 -0.155957 0.265745)}
Vertex 10720 11.2208 -14.6527 -0.474016
Vertex 10721 11.2234 -15.3993 -3.30074
Vertex 10722 11.2264 -14.1507 -3.46387 {normal=(-0.982426 -0.170001 -0.0770684)}
Vertex 10723 11.2317 -16.2788 -2.11918
Vertex 10724 11.2324 -15.1001 -1.87066
Vertex 10725 11.2348 -15.0822 -2.62578
Vertex 10726 11.2424 -15.7842 -1.01411
Vertex 10727 11.2452 5.79061 -0.426924 {normal=(0.671586 0.257201 0.694853)}
Vertex 10728 11.2466 -15.0413 -0.655389
Vertex 10729 11.2486 -15.03 -0.27166
Vertex 10730 11.2536 -14.7722 -0.6464 {normal=(0.710569 0.396775 -0.581087)}
Vertex 10731 11.2554 -14.7618 -0.29562 {normal=(0.716479 0.428875 0.550203)}
Vertex 10732 11.2599 1.18203 -5.31531 {normal=(0.479211 0.164195 -0.862205)}
Vertex 10733 11.2661 -0.564555 -5.63842 {normal=(0.353336 0.09127 -0.931033)}
Vertex 10734 11.2749 -13.9913 0.167229
Vertex 10735 11.2824 -15.3415 -2.52305 {normal=(0.271006 -0.394644 -0.877959)}
Vertex 10736 11.2828 -15.349 -1.98084
Vertex 10737 11.2867 -16.5628 -2.39795 {normal=(0.391254 -0.84808 0.357325)}
Vertex 10738 11.2904 -15.1544 -0.173487 {normal=(-0.917848 -0.0916883 -0.386197)}
Vertex 10739 11.294 -11.8727 -4.1656
Vertex 10740 11.2993 -13.1626 1.29423
Vertex 10741 11.3019 -14.99 -0.593574
Vertex 10742 11.302 -13.7591 0.972896
Vertex 10743 11.3032 -14.9824 -0.336742
Vertex 10744 11.3132 -15.5891 -0.24729
Vertex 10745 11.3165 -14.081 -3.89894
Vertex 10746 11.3195 -14.692 -0.473394
Vertex 10747 11.3201 -13.6075 -0.037681
Vertex 10748 11.3229 -16.1298 -3.25517 {normal=(-0.395037 -0.322148 -0.860329)}
Vertex 10749 11.3231 -15.6883 -2.31779
Vertex 10750 11.3244 11.6914 -0.936978 {normal=(0.657108 0.598894 0.457749)}
Vertex 10751 11.3252 -15.3504 -0.077584
Vertex 10752 11.3324 8.64157 -0.444411 {normal=(0.683574 -0.155468 0.713131)}
Vertex 10753 11.3345 12.042 -1.93847 {normal=(0.698311 0.700951 0.145012)}
Vertex 10754 11.3385 -14.9955 0.883968
Vertex 10755 11.3437 -14.9225 -0.467114
Vertex 10756 11.3437 -11.8273 -3.81615
Vertex 10757 11.3441 -14.9346 -3.43658
Vertex 10758 11.345 -14.9334 -1.92578
Vertex 10759 11.3532 -14.8954 -1.97322
Vertex 10760 11.3534 -14.8825 -2.50652
Vertex 10761 11.3555 0.396001 -5.58136 {normal=(0.537246 0.188483 -0.822095)}
Vertex 10762 11.3615 -15.413 -2.47544 {normal=(0.50142 -0.727532 -0.468268)}
Vertex 10763 11.3623 -14.9145 -2.55677
Vertex 10764 11.3629 -12.9147 -2.2641 {normal=(-0.948792 -0.312255 0.0478671)}
Vertex 10765 11.3657 -14.8991 0.445296
Vertex 10766 11.3874 -15.6146 -1.94062
Vertex 10767 11.3899 -15.6268 -1.23258
Vertex 10768 11.3953 -15.0347 -2.9148 {normal=(-0.977489 0.102418 0.184459)}
Vertex 10769 11.3967 -15.6828 0.069326
Vertex 10770 11.4129 0.104779 -1.15676 {normal=(0.108936 -0.475932 0.872709)}
Vertex 10771 11.4175 -15.6445 -2.21244
Vertex 10772 11.4259 -12.8786 0.852354 {normal=(0.591117 0.233314 0.772105)}
Vertex 10773 11.4286 -14.5305 -0.43956 {normal=(-0.923936 -0.176167 -0.339569)}
Vertex 10774 11.429 7.14219 -3.84169 {normal=(0.86907 0.285579 -0.403934)}
Vertex 10775 11.4339 7.00977 -3.97974 {normal=(0.832157 0.475647 -0.285087)}
Vertex 10776 11.44 6.54124 -1.12531 {normal=(0.884711 0.0755959 0.45997)}
Vertex 10777 11.4556 -14.2987 -0.62301 {normal=(-0.912555 -0.279458 -0.298574)}
Vertex 10778 11.4642 7.32507 -3.69177 {normal=(0.788294 -0.0465156 -0.613538)}
Vertex 10779 11.4649 6.71814 -1.14636 {normal=(0.76616 -0.286249 0.575378)}
Vertex 10780 11.4794 7.85952 -0.759694 {normal=(0.697304 -0.235457 0.676998)}
Vertex 10781 11.4853 1.17198 -5.19011 {normal=(0.549642 0.15642 -0.820626)}
Vertex 10782 11.4969 -15.0457 -1.97368 {normal=(0.561158 -0.0254515 0.827317)}
Vertex 10783 11.497 -15.0316 -2.51499 {normal=(0.578045 0.0117327 -0.815921)}
Vertex 10784 11.4971 5.6358 -5.49496 {normal=(0.458255 0.301218 -0.836224)}
Vertex 10785 11.5005 -14.1902 -2.49444 {normal=(-0.935556 -0.122167 0.331375)}
Vertex 10786 11.5063 -15.2357 -2.4386 {normal=(0.627894 -0.332242 -0.703821)}
Vertex 10787 11.5092 -15.5923 -1.95637
Vertex 10788 11.5095 -15.2379 -2.06001
Vertex 10789 11.5138 -14.829 -2.42467
Vertex 10790 11.5171 6.43823 -4.8814 {normal=(0.701165 0.564725 -0.435263)}
Vertex 10791 11.5178 -14.8373 -2.0536
Vertex 10792 11.5315 -14.7997 -2.24012
Vertex 10793 11.5337 -14.9112 -2.05298 {normal=(0.638649 0.435305 0.634537)}
Vertex 10794 11.5342 -14.9009 -2.42464 {normal=(0.651104 0.477389 -0.590053)}
Vertex 10795 11.5379 -14.7618 0.85201
Vertex 10796 11.5452 -14.2384 -1.86785 {normal=(-0.976555 -0.121628 0.177617)}
Vertex 10797 11.5453 -15.5176 -1.37737
Vertex 10798 11.5463 -13.6625 0.543902
Vertex 10799 11.5491 -13.7826 -1.61184 {normal=(-0.959477 -0.275481 -0.059279)}
Vertex 10800 11.5675 4.97147 -0.359619 {normal=(0.683989 0.222467 0.694743)}
Vertex 10801 11.5678 0.328381 -5.44424 {normal=(0.516006 0.168755 -0.839797)}
Vertex 10802 11.5792 -16.1325 -2.24427
Vertex 10803 11.5795 -16.0353 -1.18026
Vertex 10804 11.5799 -15.1968 -2.37561 {normal=(0.823722 -0.415635 -0.385655)}
Vertex 10805 11.5819 -15.4065 -0.351269
Vertex 10806 11.5855 -15.2001 -2.12791
Vertex 10807 11.5932 6.20771 -1.89763 {normal=(0.971034 0.0763112 0.226428)}
Vertex 10808 11.594 -14.993 -2.41156 {normal=(0.808412 0.149838 -0.569227)}
Vertex 10809 11.5957 -14.9972 -2.07351 {normal=(0.807236 0.136784 0.574161)}
Vertex 10810 11.5966 -4.12637 -6.20579
Vertex 10811 11.6002 -14.8653 -2.2431
Vertex 10812 11.6052 6.11762 -1.23264 {normal=(0.903903 0.337878 0.262294)}
Vertex 10813 11.6121 -14.1644 0.578828
Vertex 10814 11.6131 -10.6159 0.158918
Vertex 10815 11.6146 -16.3906 -3.14493
Vertex 10816 11.6205 -15.9941 -3.47278 {normal=(-0.32855 -0.404176 -0.853637)}
Vertex 10817 11.6227 -14.9452 -2.38692 {normal=(-0.959404 0.106116 0.26131)}
Vertex 10818 11.6231 -14.7672 -2.15108 {normal=(-0.986388 -0.00583593 0.164328)}
Vertex 10819 11.6338 -15.1566 -2.25184
Vertex 10820 11.6363 -15.3961 1.10208
Vertex 10821 11.6503 -14.7353 -1.54377 {normal=(-0.982599 0.0589869 0.176122)}
Vertex 10822 11.6509 -11.9104 -4.22488
Vertex 10823 11.6642 -2.2815 -6.03182 {normal=(0.212097 0.0675834 -0.974909)}
Vertex 10824 11.6674 -14.9406 -2.24356
Vertex 10825 11.6763 9.97247 -0.338218 {normal=(0.659415 0.0679491 0.748702)}
Vertex 10826 11.6766 -16.1171 -2.33609
Vertex 10827 11.6845 6.24356 -2.07001 {normal=(0.836091 -0.195423 0.512603)}
Vertex 10828 11.6926 -16.2389 -1.09365
Vertex 10829 11.7198 -14.2587 -1.35265 {normal=(-0.97462 -0.220648 -0.0378171)}
Vertex 10830 11.7391 2.52511 -4.92307 {normal=(0.60914 -0.0767428 -0.789341)}
Vertex 10831 11.7428 1.36648 -0.736056 {normal=(0.570119 -0.349072 0.743716)}
Vertex 10832 11.751 -4.05887 -5.78443
Vertex 10833 11.7553 -15.335 -0.623129
Vertex 10834 11.7785 4.53781 -5.59161 {normal=(0.50915 -0.0363563 -0.859909)}
Vertex 10835 11.7839 -14.8969 -1.00311 {normal=(-0.996325 -0.0204889 -0.0831658)}
Vertex 10836 11.7965 -15.974 -0.047374
Vertex 10837 11.8023 -16.3919 -2.95023 {normal=(0.407845 -0.896454 -0.173302)}
Vertex 10838 11.8069 -15.7694 0.450244
Vertex 10839 11.8123 3.39867 -5.12748 {normal=(0.564294 -0.225306 -0.794235)}
Vertex 10840 11.8152 9.97106 -4.12256 {normal=(0.685073 0.17634 -0.706809)}
Vertex 10841 11.8439 -16.3714 -2.67096 {normal=(0.526826 -0.799496 0.28855)}
Vertex 10842 11.8518 7.09864 -1.27433 {normal=(0.705554 -0.374444 0.601652)}
Vertex 10843 11.8588 11.3491 -2.94042 {normal=(0.814542 0.514382 -0.268203)}
Vertex 10844 11.8616 6.92034 -3.1044 {normal=(0.880302 -0.0358768 -0.473055)}
Vertex 10845 11.8707 -15.562 -3.72178 {normal=(-0.145932 -0.213196 -0.966049)}
Vertex 10846 11.8829 -15.0816 -3.78264 {normal=(-0.0207577 -0.197839 -0.980015)}
Vertex 10847 11.8848 -15.6597 0.943686
Vertex 10848 11.8894 1.15972 -4.94565 {normal=(0.63192 0.158303 -0.758695)}
Vertex 10849 11.8909 6.24238 -3.74949 {normal=(0.882918 0.461191 -0.0880885)}
Vertex 10850 11.8919 -11.2679 0.185742
Vertex 10851 11.8969 6.26146 -3.57864 {normal=(0.91954 0.332823 -0.208988)}
Vertex 10852 11.9028 -16.3015 -1.95603 {normal=(0.351633 -0.903089 -0.246547)}
Vertex 10853 11.9053 -16.2528 -1.44791 {normal=(0.417145 -0.821399 0.388965)}
Vertex 10854 11.9116 -15.7159 0.699502 {normal=(0.585126 -0.803983 0.106017)}
Vertex 10855 11.9415 -12.5996 -4.08569 {normal=(0.0343967 0.064742 -0.997309)}
Vertex 10856 11.9451 5.14042 -1.31956 {normal=(0.939663 0.279273 0.197587)}
Vertex 10857 11.9467 -11.8588 -3.94525
Vertex 10858 11.9567 9.13365 -0.662654 {normal=(0.733637 -0.101501 0.671918)}
Vertex 10859 11.9635 -16.2711 -1.70445 {normal=(0.484064 -0.86905 0.102149)}
Vertex 10860 11.9646 3.70072 -0.412197 {normal=(0.734795 0.0712405 0.674538)}
Vertex 10861 11.976 5.87936 -5.00302 {normal=(0.733439 0.432979 -0.524019)}
Vertex 10862 11.9769 5.16 -2.30496 {normal=(0.962769 0.202221 0.179395)}
Vertex 10863 11.9905 -16.0764 -3.4622
Vertex 10864 11.9953 -16.291 -0.805464 {normal=(0.397277 -0.894761 -0.203898)}
Vertex 10865 11.9965 0.971716 -1.33469 {normal=(0.788446 -0.175023 0.589678)}
Vertex 10866 12.0053 8.53473 -0.901799 {normal=(0.742825 -0.170965 0.647289)}
Vertex 10867 12.0125 6.05295 -4.52471 {normal=(0.845374 0.509979 -0.158945)}
Vertex 10868 12.0157 -0.540127 -1.58394 {normal=(0.378463 0.0259973 0.925251)}
Vertex 10869 12.0298 6.6407 -1.97261 {normal=(0.784787 -0.488333 0.381628)}
Vertex 10870 12.0428 5.18181 -2.54117 {normal=(0.778578 0.0490559 0.625628)}
Vertex 10871 12.0439 -16.1654 -0.305275 {normal=(0.438664 -0.765177 0.471252)}
Vertex 10872 12.0449 10.6861 -1.0921 {normal=(0.856472 0.328315 0.398327)}
Vertex 10873 12.0522 -16.0288 -2.51998
Vertex 10874 12.0562 0.430306 -5.04898 {normal=(0.617502 0.214939 -0.756632)}
Vertex 10875 12.0635 -4.06951 -0.517512
Vertex 10876 12.0674 8.85264 -3.90827 {normal=(0.738326 -0.0995883 -0.667051)}
Vertex 10877 12.0786 -16.2229 -0.559301 {normal=(0.483041 -0.862128 0.152993)}
Vertex 10878 12.0792 -10.6409 0.044497
Vertex 10879 12.0986 11.0863 -1.9961 {normal=(0.89374 0.443077 0.0700872)}
Vertex 10880 12.1068 7.62323 -1.35667 {normal=(0.79326 -0.230534 0.563554)}
Vertex 10881 12.109 2.46215 -0.613683 {normal=(0.749732 -0.146782 0.645258)}
Vertex 10882 12.1252 -11.0006 -0.057117
Vertex 10883 12.1333 -4.02416 -0.835584
Vertex 10884 12.136 -0.406476 -5.22722 {normal=(0.568586 0.215216 -0.793973)}
Vertex 10885 12.145 -10.7893 -0.283205
Vertex 10886 12.1561 1.04236 -1.77804 {normal=(0.877582 0.164343 0.450378)}
Vertex 10887 12.173 6.75602 -2.46361 {normal=(0.954772 -0.288359 -0.072518)}
Vertex 10888 12.1767 6.47339 -2.5183 {normal=(0.985936 -0.0397193 0.162337)}
Vertex 10889 12.1824 -13.8478 0.709292
Vertex 10890 12.2016 -16.0535 -3.25553 {normal=(0.560739 -0.763621 -0.320086)}
Vertex 10891 12.2144 -2.23155 -1.06716 {normal=(0.222819 0.272827 0.935904)}
Vertex 10892 12.2169 -11.9245 -4.30735
Vertex 10893 12.2232 -15.0992 1.11797
Vertex 10894 12.2233 7.90069 -3.3034 {normal=(0.795618 -0.228928 -0.560879)}
Vertex 10895 12.2239 -13.964 -4.07233 {normal=(0.238866 -0.171927 -0.955711)}
Vertex 10896 12.2341 3.46057 -2.41887 {normal=(0.986335 0.106049 0.126087)}
Vertex 10897 12.2517 -16.0741 -2.88932 {normal=(0.63811 -0.757415 0.138343)}
Vertex 10898 12.2859 7.15385 -1.93038 {normal=(0.90234 -0.311 0.298431)}
Vertex 10899 12.2888 2.29246 -2.27515 {normal=(0.966497 0.0568226 0.250311)}
Vertex 10900 12.2898 -15.0625 -3.6052 {normal=(0.56854 -0.11602 -0.814433)}
Vertex 10901 12.2954 7.50564 -2.93177 {normal=(0.861461 -0.285332 -0.420085)}
Vertex 10902 12.2969 9.97666 -1.40516 {normal=(0.946177 0.132429 0.295316)}
Vertex 10903 12.309 -12.9969 0.425631
Vertex 10904 12.3093 -2.22293 -5.61416 {normal=(0.53368 0.122763 -0.836729)}
Vertex 10905 12.3116 3.42665 -2.64554 {normal=(0.794263 0.0763564 0.602757)}
Vertex 10906 12.3121 10.0612 -2.96147 {normal=(0.931746 0.251888 -0.261536)}
Vertex 10907 12.3198 -15.9654 -1.21536
Vertex 10908 12.3267 -15.6914 0.039615
Vertex 10909 12.3315 4.73032 -5.05921 {normal=(0.818445 0.0878502 -0.567829)}
Vertex 10910 12.3344 10.1008 -2.14571 {normal=(0.972188 0.233564 0.0172994)}
Vertex 10911 12.3385 2.36776 -1.45757 {normal=(0.981191 -0.0956074 0.167701)}
Vertex 10912 12.3389 0.601157 -1.74481 {normal=(0.771773 0.0201621 0.635579)}
Vertex 10913 12.3411 7.22459 -2.39375 {normal=(0.945553 -0.310295 -0.0982145)}
Vertex 10914 12.3421 -15.6477 -3.59771
Vertex 10915 12.3431 5.24845 -2.7205 {normal=(0.905409 0.125839 0.405461)}
Vertex 10916 12.3479 5.15924 -3.41971 {normal=(0.961768 0.266794 -0.0618387)}
Vertex 10917 12.3508 3.658 -1.41856 {normal=(0.983311 0.126256 0.130991)}
Vertex 10918 12.356 5.14346 -3.60313 {normal=(0.951023 0.306534 0.0399079)}
Vertex 10919 12.3658 2.19166 -2.47457 {normal=(0.786167 0.169971 0.594181)}
Vertex 10920 12.4087 9.56463 -2.91148 {normal=(0.965138 0.119012 -0.233118)}
Vertex 10921 12.4111 -16.0125 -2.13623 {normal=(0.491325 -0.857691 -0.151545)}
Vertex 10922 12.4212 -11.8389 -3.89164
Vertex 10923 12.435 -15.4485 0.270509
Vertex 10924 12.4359 -12.5867 -4.00745 {normal=(0.502511 0.0185568 -0.864372)}
Vertex 10925 12.4386 -14.0457 0.833116
Vertex 10926 12.4407 2.34491 -4.33406 {normal=(0.709303 -0.0475313 -0.703299)}
Vertex 10927 12.4446 -12.305 0.017973 {normal=(0.731052 0.225264 0.644064)}
Vertex 10928 12.4457 9.25042 -1.68808 {normal=(0.964635 0.0367469 0.261017)}
Vertex 10929 12.4533 -15.8923 -1.53692 {normal=(0.554702 -0.810578 0.187803)}
Vertex 10930 12.4545 -15.9789 -1.82921 {normal=(0.578526 -0.808992 0.104117)}
Vertex 10931 12.4552 1.13583 -2.03142 {normal=(0.791411 0.162503 0.589289)}
Vertex 10932 12.4715 9.46644 -2.32582 {normal=(0.989727 0.142963 -0.00141034)}
Vertex 10933 12.4817 -10.7163 -0.250181
Vertex 10934 12.4862 -15.7972 -2.75547
Vertex 10935 12.4873 -0.552108 -2.16414 {normal=(0.843327 0.135086 0.520146)}
Vertex 10936 12.5021 -15.376 0.565035 {normal=(0.594802 -0.782631 0.183572)}
Vertex 10937 12.5034 8.27288 -2.05473 {normal=(0.9665 -0.113734 0.23009)}
Vertex 10938 12.5104 -15.2222 -3.06807
Vertex 10939 12.511 8.68854 -1.86261 {normal=(0.958066 -0.0494983 0.28224)}
Vertex 10940 12.5121 -13.8528 -3.65664 {normal=(0.628093 -0.14487 -0.764534)}
Vertex 10941 12.5281 -15.2503 0.848337
Vertex 10942 12.5336 -15.0717 -3.41853
Vertex 10943 12.5459 8.52124 -2.56425 {normal=(0.999457 0.0209141 -0.0254609)}
Vertex 10944 12.5491 8.81888 -2.66419 {normal=(0.995523 0.0915658 -0.0234294)}
Vertex 10945 12.5716 -15.7805 -3.04087
Vertex 10946 12.5724 4.9783 -4.37186 {normal=(0.96247 0.249503 -0.106768)}
Vertex 10947 12.574 8.30105 -2.36556 {normal=(0.996102 -0.0867499 -0.0159763)}
Vertex 10948 12.5877 1.31546 -4.21875 {normal=(0.736267 0.0668445 -0.673381)}
Vertex 10949 12.5914 -15.6773 -3.36636
Vertex 10950 12.5946 -14.797 1.02564
Vertex 10951 12.6092 -11.8677 -4.13247
Vertex 10952 12.6103 3.35823 -4.47984 {normal=(0.817676 -0.0968961 -0.567465)}
Vertex 10953 12.6238 -10.9717 -0.925443
Vertex 10954 12.631 0.596058 -4.38827 {normal=(0.839626 0.126888 -0.528136)}
Vertex 10955 12.6528 -11.8301 -0.768943 {normal=(0.887132 0.188902 0.421086)}
Vertex 10956 12.6531 0.637841 -2.41103 {normal=(0.877814 -0.0261349 0.478289)}
Vertex 10957 12.6686 3.39306 -4.04017 {normal=(0.975091 0.0890337 -0.203151)}
Vertex 10958 12.6833 -0.435565 -4.03055 {normal=(0.905307 0.141002 -0.400672)}
Vertex 10959 12.6896 -15.8729 -0.95515 {normal=(0.555862 -0.82096 -0.130546)}
Vertex 10960 12.693 -4.02814 -5.90212
Vertex 10961 12.7032 -14.0047 -3.47366 {normal=(0.813606 -0.149786 -0.561791)}
Vertex 10962 12.7175 -3.98985 -5.39489
Vertex 10963 12.7204 -14.1419 0.552464 {normal=(0.754161 0.298961 0.584691)}
Vertex 10964 12.7222 -15.7062 -0.337668 {normal=(0.567033 -0.724355 0.392153)}
Vertex 10965 12.7269 3.4279 -3.60051 {normal=(0.982848 0.183745 -0.0157191)}
Vertex 10966 12.728 -15.8175 -0.648377 {normal=(0.604827 -0.778764 0.166467)}
Vertex 10967 12.732 -15.2943 -2.73725
Vertex 10968 12.7351 -11.7667 -3.66032
Vertex 10969 12.7383 3.40037 -3.41662 {normal=(0.974394 0.218943 -0.0511968)}
Vertex 10970 12.743 3.41511 -2.91249 {normal=(0.887269 0.15706 0.433688)}
Vertex 10971 12.7598 -0.360883 -4.5732 {normal=(0.907428 0.172936 -0.382972)}
Vertex 10972 12.7665 1.4201 -2.55286 {normal=(0.830509 0.117769 0.544412)}
Vertex 10973 12.7722 -15.0902 -1.47382
Vertex 10974 12.7758 -12.5228 -3.68024 {normal=(0.782759 -0.034339 -0.621377)}
Vertex 10975 12.7843 -15.6495 -1.3861
Vertex 10976 12.7903 -15.1108 -1.78169
Vertex 10977 12.8096 -15.6314 -1.69251
Vertex 10978 12.8155 -15.1038 -2.37665
Vertex 10979 12.8208 -14.6864 0.001691 {normal=(0.867472 -0.44029 0.231598)}
Vertex 10980 12.8322 -10.8359 -0.694152
Vertex 10981 12.8339 -15.6389 -2.30819
Vertex 10982 12.8456 -15.1558 0.143662
Vertex 10983 12.848 -13.6203 0.034911 {normal=(0.901364 0.219423 0.373359)}
Vertex 10984 12.8502 -14.8982 0.710457
Vertex 10985 12.8619 2.37791 -4.01278 {normal=(0.9152 0.0439518 -0.400597)}
Vertex 10986 12.8694 -14.0649 -2.86136 {normal=(0.964048 -0.127789 -0.232982)}
Vertex 10987 12.8792 -11.0924 -1.35474
Vertex 10988 12.8793 0.641095 -3.82312 {normal=(0.89214 0.0390998 -0.450063)}
Vertex 10989 12.8794 -11.7767 -3.84397
Vertex 10990 12.8946 -14.234 -2.34105 {normal=(0.990646 -0.0981605 -0.0947932)}
Vertex 10991 12.9147 -11.9981 -1.21193 {normal=(0.933059 0.126419 0.336778)}
Vertex 10992 12.9266 2.4349 -3.41759 {normal=(0.96906 0.1399 -0.203351)}
Vertex 10993 12.9371 -15.0637 -2.12628
Vertex 10994 12.9428 -15.6583 -2.00614
Vertex 10995 12.9517 -11.6649 -3.32659
Vertex 10996 12.9518 1.49059 -3.34286 {normal=(0.974587 0.0274459 -0.222323)}
Vertex 10997 12.9539 -14.8624 -0.299966 {normal=(0.959116 0.0445072 0.279493)}
Vertex 10998 12.9552 -14.1652 -1.71735 {normal=(0.989796 -0.102575 -0.0989075)}
Vertex 10999 12.9612 1.48173 -3.83178 {normal=(0.916337 0.0294108 -0.399327)}
Vertex 11000 12.9654 -14.464 0.248668 {normal=(0.973569 0.0651387 0.218908)}
Vertex 11001 12.9673 0.674524 -3.07725 {normal=(0.960407 -0.000926073 0.278599)}
Vertex 11002 12.9736 -15.3536 -0.105384
Vertex 11003 12.9762 -15.0122 0.408439
Vertex 11004 13.0045 -12.4813 -3.31957 {normal=(0.945242 -0.0438228 -0.323415)}
Vertex 11005 13.0145 -15.0787 -1.15939 {normal=(0.820766 0.135609 -0.554935)}
Vertex 11006 13.0201 -2.18379 -4.40473 {normal=(0.898259 0.214022 -0.383829)}
Vertex 11007 13.0205 -13.9035 -0.549554 {normal=(0.970935 0.100791 0.217085)}
Vertex 11008 13.0209 -2.1583 -1.83543 {normal=(0.763018 0.303339 0.570779)}
Vertex 11009 13.0305 -14.9534 -0.544583 {normal=(0.943429 -0.00847763 0.331467)}
Vertex 11010 13.0341 -11.1979 -1.72699
Vertex 11011 13.0428 -15.5527 -1.06836
Vertex 11012 13.0434 2.38388 -3.19151 {normal=(0.97932 0.147355 0.138634)}
Vertex 11013 13.0529 -11.5229 -2.84846
Vertex 11014 13.0574 -0.446797 -3.10432 {normal=(0.939033 0.120829 0.321896)}
Vertex 11015 13.0607 -15.4069 -0.42389
Vertex 11016 13.0692 -12.1111 -1.60546 {normal=(0.981432 0.0482212 0.18565)}
Vertex 11017 13.0708 0.653736 -3.52864 {normal=(0.97878 0.044816 -0.199953)}
Vertex 11018 13.0808 -2.15287 -5.042 {normal=(0.864751 0.174658 -0.47085)}
Vertex 11019 13.0882 1.50948 -3.18203 {normal=(0.992285 0.0452006 0.115441)}
Vertex 11020 13.0885 -12.4209 -2.7996 {normal=(0.987732 -0.053346 -0.146765)}
Vertex 11021 13.0964 -11.6413 -3.40508
Vertex 11022 13.1091 -14.0454 -1.09586 {normal=(0.999737 -0.0148134 0.0175367)}
Vertex 11023 13.1247 -0.384085 -3.65645 {normal=(0.939556 0.162336 -0.301467)}
Vertex 11024 13.1601 -11.3579 -2.28557
Vertex 11025 13.1636 -14.9335 -0.873964
Vertex 11026 13.1823 -15.4512 -0.749206
Vertex 11027 13.1866 -12.2705 -2.19852 {normal=(0.998857 -0.0307789 -0.0365805)}
Vertex 11028 13.2132 -3.96835 -1.02144
Vertex 11029 13.2273 -3.91312 -1.28873
Vertex 11030 13.2365 -11.1051 -1.65732
Vertex 11031 13.2647 -2.13805 -2.53271 {normal=(0.906263 0.296109 0.301673)}
Vertex 11032 13.2755 -3.92045 -4.90121
Vertex 11033 13.3284 -2.1332 -3.24909 {normal=(0.945569 0.240993 0.218683)}
Vertex 11034 13.3528 -11.4309 -2.78944
Vertex 11035 13.5719 -3.94771 -5.17191
Vertex 11036 13.5736 -2.10811 -3.96817 {normal=(0.912263 0.248185 -0.325853)}
Vertex 11037 13.574 -3.92145 -4.38341
Vertex 11038 13.778 -3.86076 -2.16002
Vertex 11039 13.8829 -3.91081 -1.81014
Vertex 11040 13.8939 -3.86429 -3.88233
Vertex 11041 13.8998 -3.85809 -3.18274
Vertex 11042 13.9084 -3.91663 -4.65365
Vertex 11043 14.2093 -3.88703 -3.73767
Vertex 11044 14.2166 -3.8585 -2.81153
Vertex 11045 -1.19839 20.6779 2.10525 {normal=(-0.103350 0.986239 0.095243)}
Vertex 11046 -1.40496 20.6442 2.05447 {normal=(-0.252275 0.961946 0.058608)}
Vertex 11047 -1.60387 20.5777 2.00557 {normal=(-0.395607 0.913994 0.023350)}
Vertex 11048 -1.79022 20.4799 1.95976 {normal=(-0.529871 0.843543 -0.009615)}
Vertex 11049 -1.95942 20.3533 1.91816 {normal=(-0.651879 0.752263 -0.039563)}
Vertex 11050 -2.10731 20.201 1.88181 {normal=(-0.758493 0.642480 -0.065802)}
Vertex 11051 -2.23024 20.0268 1.8516 {normal=(-0.847090 0.516889 -0.087638)}
Vertex 11052 -2.3252 19.8349 1.82826 {normal=(-0.915530 0.378570 -0.104469)}
Vertex 11053 -2.38983 19.63 1.81237 {normal=(-0.962108 0.230948 -0.115894)}
Vertex 11054 -2.42254 19.4173 1.80433 {normal=(-0.985693 0.077613 -0.121676)}
Vertex 11055 -2.42254 19.2019 1.80434 {normal=(-0.985693 -0.077630 -0.121675)}
Vertex 11056 -2.38983 18.9892 1.81239 {normal=(-0.962109 -0.230951 -0.115888)}
Vertex 11057 -2.3252 18.7844 1.82828 {normal=(-0.915528 -0.378581 -0.104440)}
Vertex 11058 -2.23025 18.5925 1.85163 {normal=(-0.847080 -0.516912 -0.087610)}
Vertex 11059 -2.10732 18.4183 1.88186 {normal=(-0.758477 -0.642501 -0.065825)}
Vertex 11060 -1.95943 18.266 1.91822 {normal=(-0.651928 -0.752229 -0.039603)}
Vertex 11061 -1.79023 18.1394 1.95982 {normal=(-0.529969 -0.843477 -0.009574)}
Vertex 11062 -1.60388 18.0416 2.00563 {normal=(-0.395578 -0.913991 0.023520)}
Vertex 11063 -1.40497 17.975 2.05453 {normal=(-0.252228 -0.961956 0.058801)}
Vertex 11064 -1.1984 17.9413 2.10532 {normal=(-0.103392 -0.986220 0.095407)}
Vertex 11065 -0.989257 17.9413 2.15673 {normal=(0.047370 -0.986220 0.132471)}
Vertex 11066 -0.782686 17.975 2.20752 {normal=(0.196213 -0.961956 0.169049)}
Vertex 11067 -0.583777 18.0416 2.25641 {normal=(0.339582 -0.913990 0.204256)}
Vertex 11068 -0.397427 18.1394 2.30222 {normal=(0.473999 -0.843476 0.237246)}
Vertex 11069 -0.228224 18.266 2.34382 {normal=(0.595981 -0.752228 0.267183)}
Vertex 11070 -0.080335 18.4183 2.38017 {normal=(0.702544 -0.642499 0.293348)}
Vertex 11071 0.0425985 18.5925 2.41038 {normal=(0.791149 -0.516912 0.315127)}
Vertex 11072 0.137549 18.7844 2.43372 {normal=(0.859596 -0.378582 0.331951)}
Vertex 11073 0.20218 18.9892 2.44961 {normal=(0.906179 -0.230949 0.343399)}
Vertex 11074 0.234899 19.2019 2.45764 {normal=(0.929760 -0.077624 0.349200)}
Vertex 11075 0.234899 19.4173 2.45764 {normal=(0.929761 0.077621 0.349196)}
Vertex 11076 0.202183 19.63 2.44959 {normal=(0.906184 0.230950 0.343386)}
Vertex 11077 0.137555 19.8349 2.4337 {normal=(0.859616 0.378565 0.331924)}
Vertex 11078 0.0426062 20.0268 2.41035 {normal=(0.791176 0.516881 0.315104)}
Vertex 11079 -0.0803252 20.201 2.38012 {normal=(0.702557 0.642479 0.293354)}
Vertex 11080 -0.228213 20.3533 2.34376 {normal=(0.595917 0.752276 0.267165)}
Vertex 11081 -0.397415 20.4799 2.30216 {normal=(0.473924 0.843552 0.237150)}
Vertex 11082 -0.583764 20.5777 2.25635 {normal=(0.339685 0.913994 0.204118)}
Vertex 11083 -0.782672 20.6442 2.20745 {normal=(0.196347 0.961946 0.168898)}
Vertex 11084 -0.989243 20.6779 2.15666 {normal=(0.047411 0.986239 0.132306)}
Vertex 11085 -1.24691 20.6442 2.31373 {normal=(-0.128980 0.963654 0.207001)}
Vertex 11086 -1.4484 20.6114 2.2642 {normal=(-0.274488 0.939914 0.171221)}
Vertex 11087 -1.64241 20.5464 2.2165 {normal=(-0.414585 0.893035 0.136796)}
Vertex 11088 -1.82417 20.4511 2.17182 {normal=(-0.545797 0.824180 0.104590)}
Vertex 11089 -1.98921 20.3276 2.13126 {normal=(-0.664972 0.735013 0.075324)}
Vertex 11090 -2.13345 20.1791 2.09579 {normal=(-0.769116 0.627778 0.049700)}
Vertex 11091 -2.25336 20.0091 2.06632 {normal=(-0.855681 0.505080 0.028377)}
Vertex 11092 -2.34597 19.8219 2.04356 {normal=(-0.922567 0.369906 0.011920)}
Vertex 11093 -2.40901 19.6222 2.02807 {normal=(-0.968085 0.225646 0.000747)}
Vertex 11094 -2.44092 19.4146 2.02023 {normal=(-0.991126 0.075833 -0.004902)}
Vertex 11095 -2.44092 19.2046 2.02023 {normal=(-0.991125 -0.075844 -0.004899)}
Vertex 11096 -2.40901 18.9971 2.02808 {normal=(-0.968081 -0.225655 0.000764)}
Vertex 11097 -2.34598 18.7973 2.04359 {normal=(-0.922569 -0.369903 0.011946)}
Vertex 11098 -2.25337 18.6102 2.06636 {normal=(-0.855694 -0.505057 0.028374)}
Vertex 11099 -2.13346 18.4402 2.09584 {normal=(-0.769099 -0.627791 0.049663)}
Vertex 11100 -1.98922 18.2917 2.13131 {normal=(-0.664963 -0.735023 0.075314)}
Vertex 11101 -1.82418 18.1682 2.17188 {normal=(-0.545831 -0.824148 0.104659)}
Vertex 11102 -1.64242 18.0728 2.21657 {normal=(-0.414566 -0.893023 0.136918)}
Vertex 11103 -1.44841 18.0079 2.26427 {normal=(-0.274447 -0.939913 0.171329)}
Vertex 11104 -1.24693 17.9751 2.3138 {normal=(-0.128990 -0.963633 0.207100)}
Vertex 11105 -1.04293 17.9751 2.36395 {normal=(0.018263 -0.963634 0.243300)}
Vertex 11106 -0.841445 18.0079 2.41348 {normal=(0.163727 -0.939914 0.279048)}
Vertex 11107 -0.647434 18.0728 2.46117 {normal=(0.303829 -0.893024 0.313527)}
Vertex 11108 -0.465672 18.1682 2.50586 {normal=(0.435089 -0.824149 0.345805)}
Vertex 11109 -0.300636 18.2917 2.54642 {normal=(0.554250 -0.735017 0.375047)}
Vertex 11110 -0.156389 18.4402 2.58188 {normal=(0.658404 -0.627780 0.400617)}
Vertex 11111 -0.036482 18.6101 2.61136 {normal=(0.744992 -0.505055 0.421903)}
Vertex 11112 0.0561313 18.7973 2.63412 {normal=(0.811867 -0.369908 0.438341)}
Vertex 11113 0.11917 18.9971 2.64961 {normal=(0.857381 -0.225657 0.449531)}
Vertex 11114 0.151083 19.2046 2.65745 {normal=(0.880424 -0.075841 0.455196)}
Vertex 11115 0.151085 19.4146 2.65744 {normal=(0.880428 0.075838 0.455191)}
Vertex 11116 0.119174 19.6222 2.6496 {normal=(0.857395 0.225650 0.449511)}
Vertex 11117 0.0561367 19.822 2.63409 {normal=(0.811882 0.369909 0.438311)}
Vertex 11118 -0.036474 20.0091 2.61132 {normal=(0.745006 0.505059 0.421883)}
Vertex 11119 -0.156378 20.1791 2.58184 {normal=(0.658426 0.627763 0.400617)}
Vertex 11120 -0.300624 20.3276 2.54637 {normal=(0.554230 0.735043 0.375015)}
Vertex 11121 -0.46566 20.4511 2.5058 {normal=(0.435066 0.824203 0.345709)}
Vertex 11122 -0.647421 20.5464 2.46111 {normal=(0.303903 0.893036 0.313424)}
Vertex 11123 -0.841432 20.6114 2.41341 {normal=(0.163816 0.939915 0.278969)}
Vertex 11124 -1.04291 20.6442 2.36388 {normal=(0.018302 0.963654 0.243207)}
Vertex 11125 -1.29103 20.5777 2.51512 {normal=(-0.160749 0.915980 0.351849)}
Vertex 11126 -1.48247 20.5465 2.46806 {normal=(-0.299076 0.893390 0.317898)}
Vertex 11127 -1.6668 20.4848 2.42274 {normal=(-0.432232 0.848820 0.285201)}
Vertex 11128 -1.8395 20.3941 2.3803 {normal=(-0.556947 0.783376 0.254546)}
Vertex 11129 -1.9963 20.2768 2.34175 {normal=(-0.670194 0.698653 0.226693)}
Vertex 11130 -2.13336 20.1357 2.30805 {normal=(-0.769167 0.596748 0.202341)}
Vertex 11131 -2.24729 19.9743 2.28005 {normal=(-0.851464 0.480107 0.182105)}
Vertex 11132 -2.33528 19.7964 2.25843 {normal=(-0.915048 0.351609 0.166482)}
Vertex 11133 -2.39517 19.6066 2.24371 {normal=(-0.958316 0.214476 0.155849)}
Vertex 11134 -2.4255 19.4094 2.23626 {normal=(-0.980217 0.072086 0.150471)}
Vertex 11135 -2.4255 19.2099 2.23626 {normal=(-0.980215 -0.072072 0.150484)}
Vertex 11136 -2.39518 19.0127 2.24372 {normal=(-0.958310 -0.214476 0.155881)}
Vertex 11137 -2.33529 18.8229 2.25845 {normal=(-0.915050 -0.351586 0.166522)}
Vertex 11138 -2.24729 18.645 2.28009 {normal=(-0.851485 -0.480047 0.182152)}
Vertex 11139 -2.13336 18.4835 2.3081 {normal=(-0.769159 -0.596723 0.202400)}
Vertex 11140 -1.99631 18.3424 2.34179 {normal=(-0.670162 -0.698663 0.226752)}
Vertex 11141 -1.83951 18.2252 2.38035 {normal=(-0.556944 -0.783365 0.254597)}
Vertex 11142 -1.66681 18.1345 2.42281 {normal=(-0.432234 -0.848807 0.285242)}
Vertex 11143 -1.48248 18.0728 2.46813 {normal=(-0.299031 -0.893389 0.317940)}
Vertex 11144 -1.29104 18.0416 2.51519 {normal=(-0.160715 -0.915971 0.351905)}
Vertex 11145 -1.09722 18.0416 2.56284 {normal=(-0.020768 -0.915970 0.386310)}
Vertex 11146 -0.905782 18.0728 2.6099 {normal=(0.117531 -0.893388 0.420350)}
Vertex 11147 -0.721445 18.1345 2.65522 {normal=(0.250712 -0.848806 0.453138)}
Vertex 11148 -0.548747 18.2252 2.69767 {normal=(0.375413 -0.783366 0.483808)}
Vertex 11149 -0.391941 18.3424 2.73622 {normal=(0.488649 -0.698643 0.511645)}
Vertex 11150 -0.254887 18.4836 2.7699 {normal=(0.587651 -0.596690 0.535987)}
Vertex 11151 -0.14096 18.6451 2.79791 {normal=(0.669957 -0.480050 0.556208)}
Vertex 11152 -0.0529655 18.8229 2.81953 {normal=(0.733528 -0.351604 0.571812)}
Vertex 11153 0.00693 19.0127 2.83425 {normal=(0.776802 -0.214477 0.582439)}
Vertex 11154 0.0372512 19.2099 2.84171 {normal=(0.798709 -0.072068 0.587818)}
Vertex 11155 0.0372528 19.4094 2.8417 {normal=(0.798716 0.072087 0.587808)}
Vertex 11156 0.00693325 19.6066 2.83424 {normal=(0.776819 0.214477 0.582417)}
Vertex 11157 -0.0529603 19.7964 2.81951 {normal=(0.733551 0.351617 0.571773)}
Vertex 11158 -0.140953 19.9743 2.79787 {normal=(0.669983 0.480087 0.556146)}
Vertex 11159 -0.254878 20.1357 2.76986 {normal=(0.587675 0.596718 0.535933)}
Vertex 11160 -0.391931 20.2768 2.73617 {normal=(0.488650 0.698666 0.511609)}
Vertex 11161 -0.548736 20.3941 2.69761 {normal=(0.375409 0.783395 0.483761)}
Vertex 11162 -0.721432 20.4848 2.65516 {normal=(0.250733 0.848821 0.453096)}
Vertex 11163 -0.905768 20.5465 2.60984 {normal=(0.117594 0.893390 0.420329)}
Vertex 11164 -1.0972 20.5777 2.56277 {normal=(-0.020715 0.915980 0.386274)}
Vertex 11165 -1.32965 20.4799 2.70446 {normal=(-0.188627 0.845841 0.488244)}
Vertex 11166 -1.50633 20.4511 2.66103 {normal=(-0.316364 0.825004 0.456845)}
Vertex 11167 -1.67645 20.3941 2.61921 {normal=(-0.439297 0.783864 0.426627)}
Vertex 11168 -1.83583 20.3105 2.58003 {normal=(-0.554456 0.723432 0.398314)}
Vertex 11169 -1.98055 20.2022 2.54446 {normal=(-0.659020 0.645207 0.372598)}
Vertex 11170 -2.10703 20.072 2.51337 {normal=(-0.750418 0.551102 0.350119)}
Vertex 11171 -2.21217 19.923 2.48752 {normal=(-0.826434 0.443373 0.331432)}
Vertex 11172 -2.29338 19.7589 2.46756 {normal=(-0.885156 0.324708 0.317000)}
Vertex 11173 -2.34866 19.5837 2.45398 {normal=(-0.925112 0.198077 0.307181)}
Vertex 11174 -2.37665 19.4018 2.44711 {normal=(-0.945335 0.066590 0.302216)}
Vertex 11175 -2.37665 19.2176 2.44711 {normal=(-0.945334 -0.066546 0.302226)}
Vertex 11176 -2.34866 19.0356 2.45399 {normal=(-0.925101 -0.198071 0.307214)}
Vertex 11177 -2.29339 18.8604 2.46759 {normal=(-0.885149 -0.324679 0.317058)}
Vertex 11178 -2.21218 18.6963 2.48756 {normal=(-0.826455 -0.443286 0.331502)}
Vertex 11179 -2.10704 18.5473 2.5134 {normal=(-0.750435 -0.551039 0.350185)}
Vertex 11180 -1.98055 18.417 2.5445 {normal=(-0.659017 -0.645188 0.372643)}
Vertex 11181 -1.83584 18.3088 2.58009 {normal=(-0.554448 -0.723419 0.398345)}
Vertex 11182 -1.67646 18.2251 2.61927 {normal=(-0.439301 -0.783838 0.426667)}
Vertex 11183 -1.50634 18.1682 2.6611 {normal=(-0.316343 -0.824984 0.456886)}
Vertex 11184 -1.32967 18.1394 2.70453 {normal=(-0.188592 -0.845850 0.488248)}
Vertex 11185 -1.15079 18.1394 2.7485 {normal=(-0.059285 -0.845851 0.520037)}
Vertex 11186 -0.974112 18.1682 2.79193 {normal=(0.068447 -0.824985 0.551481)}
Vertex 11187 -0.803988 18.2252 2.83376 {normal=(0.191400 -0.783838 0.581717)}
Vertex 11188 -0.644607 18.3088 2.87294 {normal=(0.306554 -0.723418 0.610015)}
Vertex 11189 -0.499892 18.417 2.90851 {normal=(0.411141 -0.645170 0.635728)}
Vertex 11190 -0.373406 18.5473 2.9396 {normal=(0.502564 -0.551019 0.658210)}
Vertex 11191 -0.268264 18.6963 2.96545 {normal=(0.578555 -0.443304 0.676896)}
Vertex 11192 -0.187055 18.8604 2.9854 {normal=(0.637244 -0.324699 0.691317)}
Vertex 11193 -0.131778 19.0356 2.99899 {normal=(0.677211 -0.198067 0.701126)}
Vertex 11194 -0.103795 19.2176 3.00587 {normal=(0.697448 -0.066539 0.706091)}
Vertex 11195 -0.103794 19.4018 3.00586 {normal=(0.697452 0.066591 0.706084)}
Vertex 11196 -0.131775 19.5837 2.99898 {normal=(0.677230 0.198075 0.701107)}
Vertex 11197 -0.18705 19.7589 2.98538 {normal=(0.637272 0.324715 0.691280)}
Vertex 11198 -0.268258 19.923 2.96541 {normal=(0.578554 0.443370 0.676847)}
Vertex 11199 -0.373398 20.072 2.93956 {normal=(0.502540 0.551079 0.658175)}
Vertex 11200 -0.499883 20.2022 2.90846 {normal=(0.411124 0.645198 0.635711)}
Vertex 11201 -0.644597 20.3105 2.87289 {normal=(0.306559 0.723435 0.609995)}
Vertex 11202 -0.803977 20.3941 2.8337 {normal=(0.191416 0.783861 0.581684)}
Vertex 11203 -0.974099 20.4511 2.79188 {normal=(0.068483 0.824999 0.551463)}
Vertex 11204 -1.15078 20.4799 2.74844 {normal=(-0.059259 0.845839 0.520051)}
Vertex 11205 -1.36183 20.3533 2.8771 {normal=(-0.211829 0.755009 0.612716)}
Vertex 11206 -1.51939 20.3276 2.83836 {normal=(-0.325827 0.736457 0.584636)}
Vertex 11207 -1.67111 20.2768 2.80107 {normal=(-0.435612 0.699739 0.557618)}
Vertex 11208 -1.81325 20.2023 2.76613 {normal=(-0.538426 0.645779 0.532357)}
Vertex 11209 -1.94231 20.1057 2.7344 {normal=(-0.631737 0.575954 0.509431)}
Vertex 11210 -2.05512 19.9895 2.70667 {normal=(-0.713324 0.491933 0.489386)}
Vertex 11211 -2.14889 19.8567 2.68362 {normal=(-0.781174 0.395771 0.472712)}
Vertex 11212 -2.22131 19.7103 2.66582 {normal=(-0.833588 0.289857 0.459823)}
Vertex 11213 -2.27061 19.5541 2.65371 {normal=(-0.869257 0.176820 0.451059)}
Vertex 11214 -2.29557 19.3918 2.64758 {normal=(-0.887310 0.059449 0.446625)}
Vertex 11215 -2.29557 19.2275 2.64758 {normal=(-0.887312 -0.059402 0.446626)}
Vertex 11216 -2.27061 19.0653 2.65372 {normal=(-0.869251 -0.176816 0.451071)}
Vertex 11217 -2.22131 18.909 2.66584 {normal=(-0.833589 -0.289833 0.459849)}
Vertex 11218 -2.14889 18.7627 2.68365 {normal=(-0.781208 -0.395685 0.472736)}
Vertex 11219 -2.05512 18.6297 2.70671 {normal=(-0.713365 -0.491855 0.489403)}
Vertex 11220 -1.94232 18.5136 2.73444 {normal=(-0.631747 -0.575918 0.509454)}
Vertex 11221 -1.81326 18.417 2.76617 {normal=(-0.538373 -0.645763 0.532421)}
Vertex 11222 -1.67112 18.3425 2.80112 {normal=(-0.435586 -0.699681 0.557715)}
Vertex 11223 -1.51941 18.2917 2.83842 {normal=(-0.325893 -0.736382 0.584692)}
Vertex 11224 -1.36184 18.266 2.87715 {normal=(-0.211874 -0.754995 0.612711)}
Vertex 11225 -1.20231 18.266 2.91637 {normal=(-0.096369 -0.754997 0.641104)}
Vertex 11226 -1.04475 18.2917 2.95511 {normal=(0.017654 -0.736387 0.669143)}
Vertex 11227 -0.89303 18.3425 2.9924 {normal=(0.127356 -0.699682 0.696103)}
Vertex 11228 -0.750892 18.417 3.02734 {normal=(0.230153 -0.645759 0.721355)}
Vertex 11229 -0.621831 18.5136 3.05906 {normal=(0.323537 -0.575913 0.744295)}
Vertex 11230 -0.509028 18.6298 3.0868 {normal=(0.405154 -0.491857 0.764362)}
Vertex 11231 -0.41526 18.7627 3.10984 {normal=(0.472982 -0.395694 0.781052)}
Vertex 11232 -0.342835 18.909 3.12765 {normal=(0.525356 -0.289834 0.793933)}
Vertex 11233 -0.293538 19.0653 3.13976 {normal=(0.561021 -0.176812 0.802694)}
Vertex 11234 -0.268581 19.2275 3.1459 {normal=(0.579086 -0.059399 0.807128)}
Vertex 11235 -0.26858 19.3918 3.14589 {normal=(0.579090 0.059449 0.807124)}
Vertex 11236 -0.293535 19.5541 3.13975 {normal=(0.561040 0.176819 0.802680)}
Vertex 11237 -0.342831 19.7103 3.12762 {normal=(0.525367 0.289867 0.793908)}
Vertex 11238 -0.415254 19.8567 3.10982 {normal=(0.472952 0.395783 0.781025)}
Vertex 11239 -0.509021 19.9895 3.08676 {normal=(0.405116 0.491929 0.764342)}
Vertex 11240 -0.621823 20.1057 3.05903 {normal=(0.323531 0.575946 0.744276)}
Vertex 11241 -0.750882 20.2022 3.0273 {normal=(0.230214 0.645779 0.721323)}
Vertex 11242 -0.893021 20.2768 2.99235 {normal=(0.127410 0.699733 0.696039)}
Vertex 11243 -1.04474 20.3276 2.95505 {normal=(0.017618 0.736447 0.669078)}
Vertex 11244 -1.20231 20.3533 2.91632 {normal=(-0.096404 0.755005 0.641097)}
Vertex 11245 -1.38678 20.201 3.02877 {normal=(-0.229821 0.645721 0.722157)}
Vertex 11246 -1.52135 20.1791 2.99569 {normal=(-0.327301 0.629842 0.698174)}
Vertex 11247 -1.65093 20.1357 2.96383 {normal=(-0.421249 0.598421 0.675062)}
Vertex 11248 -1.77233 20.072 2.93399 {normal=(-0.509206 0.552276 0.653438)}
Vertex 11249 -1.88256 19.9895 2.90689 {normal=(-0.588999 0.492557 0.633834)}
Vertex 11250 -1.9789 19.8904 2.88321 {normal=(-0.658768 0.420694 0.616699)}
Vertex 11251 -2.05899 19.7768 2.86352 {normal=(-0.716780 0.338454 0.602455)}
Vertex 11252 -2.12084 19.6518 2.84832 {normal=(-0.761594 0.247880 0.591444)}
Vertex 11253 -2.16295 19.5184 2.83797 {normal=(-0.792098 0.151216 0.583945)}
Vertex 11254 -2.18426 19.3798 2.83274 {normal=(-0.807540 0.050843 0.580149)}
Vertex 11255 -2.18426 19.2395 2.83274 {normal=(-0.807544 -0.050782 0.580148)}
Vertex 11256 -2.16295 19.1009 2.83799 {normal=(-0.792105 -0.151195 0.583938)}
Vertex 11257 -2.12084 18.9675 2.84834 {normal=(-0.761608 -0.247878 0.591429)}
Vertex 11258 -2.05898 18.8425 2.86355 {normal=(-0.716809 -0.338406 0.602451)}
Vertex 11259 -1.9789 18.729 2.88324 {normal=(-0.658804 -0.420608 0.616719)}
Vertex 11260 -1.88256 18.6297 2.90693 {normal=(-0.588991 -0.492503 0.633878)}
Vertex 11261 -1.77233 18.5473 2.93403 {normal=(-0.509116 -0.552266 0.653514)}
Vertex 11262 -1.65093 18.4836 2.96387 {normal=(-0.421233 -0.598384 0.675122)}
Vertex 11263 -1.52135 18.4403 2.99573 {normal=(-0.327431 -0.629773 0.698183)}
Vertex 11264 -1.38678 18.4183 3.02882 {normal=(-0.229919 -0.645673 0.722165)}
Vertex 11265 -1.25054 18.4183 3.06231 {normal=(-0.131137 -0.645671 0.746450)}
Vertex 11266 -1.11596 18.4403 3.0954 {normal=(-0.033608 -0.629771 0.770417)}
Vertex 11267 -0.986382 18.4836 3.12725 {normal=(0.060205 -0.598377 0.793478)}
Vertex 11268 -0.864983 18.5473 3.15709 {normal=(0.148091 -0.552259 0.815081)}
Vertex 11269 -0.754755 18.6297 3.18418 {normal=(0.227954 -0.492503 0.834715)}
Vertex 11270 -0.658412 18.729 3.20786 {normal=(0.297762 -0.420599 0.851885)}
Vertex 11271 -0.578326 18.8425 3.22755 {normal=(0.355770 -0.338388 0.866142)}
Vertex 11272 -0.51647 18.9675 3.24275 {normal=(0.400567 -0.247872 0.877146)}
Vertex 11273 -0.474366 19.1009 3.2531 {normal=(0.431063 -0.151199 0.884646)}
Vertex 11274 -0.453051 19.2395 3.25834 {normal=(0.446505 -0.050790 0.888443)}
Vertex 11275 -0.453051 19.3798 3.25834 {normal=(0.446508 0.050834 0.888440)}
Vertex 11276 -0.474364 19.5184 3.2531 {normal=(0.431067 0.151214 0.884642)}
Vertex 11277 -0.516466 19.6518 3.24274 {normal=(0.400561 0.247892 0.877141)}
Vertex 11278 -0.578321 19.7768 3.22753 {normal=(0.355750 0.338469 0.866116)}
Vertex 11279 -0.658406 19.8904 3.20784 {normal=(0.297750 0.420699 0.851843)}
Vertex 11280 -0.754748 19.9896 3.18415 {normal=(0.227987 0.492558 0.834678)}
Vertex 11281 -0.864975 20.072 3.15705 {normal=(0.148186 0.552284 0.815048)}
Vertex 11282 -0.986373 20.1357 3.1272 {normal=(0.060226 0.598429 0.793426)}
Vertex 11283 -1.11595 20.1791 3.09535 {normal=(-0.033715 0.629840 0.770350)}
Vertex 11284 -1.25052 20.201 3.06226 {normal=(-0.131187 0.645719 0.746406)}
Vertex 11285 -1.40387 20.0268 3.15574 {normal=(-0.242243 0.520526 0.813973)}
Vertex 11286 -1.51214 20.0091 3.12913 {normal=(-0.320822 0.507694 0.794667)}
Vertex 11287 -1.61639 19.9743 3.1035 {normal=(-0.396541 0.482364 0.776051)}
Vertex 11288 -1.71405 19.923 3.07949 {normal=(-0.467442 0.445186 0.758609)}
Vertex 11289 -1.80274 19.8567 3.05769 {normal=(-0.531796 0.397047 0.742784)}
Vertex 11290 -1.88024 19.7768 3.03864 {normal=(-0.588044 0.339109 0.728966)}
Vertex 11291 -1.94468 19.6855 3.0228 {normal=(-0.634801 0.272817 0.717482)}
Vertex 11292 -1.99444 19.5849 3.01057 {normal=(-0.670924 0.199813 0.708604)}
Vertex 11293 -2.02832 19.4776 3.00224 {normal=(-0.695507 0.121906 0.702561)}
Vertex 11294 -2.04546 19.3661 2.99803 {normal=(-0.707951 0.041000 0.699504)}
Vertex 11295 -2.04546 19.2533 2.99803 {normal=(-0.707954 -0.040918 0.699506)}
Vertex 11296 -2.02832 19.1417 3.00225 {normal=(-0.695510 -0.121853 0.702564)}
Vertex 11297 -1.99444 19.0344 3.01058 {normal=(-0.670920 -0.199811 0.708603)}
Vertex 11298 -1.94468 18.9338 3.02282 {normal=(-0.634795 -0.272816 0.717488)}
Vertex 11299 -1.88025 18.8425 3.03866 {normal=(-0.588049 -0.339047 0.728992)}
Vertex 11300 -1.80274 18.7627 3.05772 {normal=(-0.531799 -0.396966 0.742823)}
Vertex 11301 -1.71406 18.6963 3.07952 {normal=(-0.467431 -0.445164 0.758630)}
Vertex 11302 -1.61639 18.6451 3.10353 {normal=(-0.396570 -0.482377 0.776034)}
Vertex 11303 -1.51214 18.6102 3.12916 {normal=(-0.320890 -0.507680 0.794649)}
Vertex 11304 -1.40387 18.5925 3.15578 {normal=(-0.242289 -0.520458 0.814000)}
Vertex 11305 -1.29426 18.5925 3.18273 {normal=(-0.162748 -0.520453 0.833557)}
Vertex 11306 -1.18599 18.6102 3.20934 {normal=(-0.084128 -0.507663 0.852862)}
Vertex 11307 -1.08174 18.6451 3.23497 {normal=(-0.008440 -0.482354 0.871462)}
Vertex 11308 -0.984073 18.6963 3.25898 {normal=(0.062403 -0.445155 0.888890)}
Vertex 11309 -0.895391 18.7627 3.28078 {normal=(0.126761 -0.396972 0.904723)}
Vertex 11310 -0.81788 18.8425 3.29983 {normal=(0.183031 -0.339028 0.918554)}
Vertex 11311 -0.753449 18.9338 3.31567 {normal=(0.229781 -0.272785 0.930039)}
Vertex 11312 -0.703684 19.0344 3.3279 {normal=(0.265892 -0.199814 0.938911)}
Vertex 11313 -0.669811 19.1417 3.33622 {normal=(0.290486 -0.121866 0.944958)}
Vertex 11314 -0.652662 19.2533 3.34044 {normal=(0.302934 -0.040935 0.948019)}
Vertex 11315 -0.652662 19.3661 3.34044 {normal=(0.302933 0.040979 0.948016)}
Vertex 11316 -0.669809 19.4776 3.33622 {normal=(0.290483 0.121906 0.944955)}
Vertex 11317 -0.703681 19.5849 3.32789 {normal=(0.265893 0.199827 0.938910)}
Vertex 11318 -0.753446 19.6855 3.31565 {normal=(0.229776 0.272824 0.930027)}
Vertex 11319 -0.817876 19.7768 3.29981 {normal=(0.183033 0.339109 0.918523)}
Vertex 11320 -0.895385 19.8567 3.28075 {normal=(0.126794 0.397050 0.904685)}
Vertex 11321 -0.984066 19.923 3.25895 {normal=(0.062423 0.445197 0.888864)}
Vertex 11322 -1.08174 19.9743 3.23493 {normal=(-0.008497 0.482384 0.871440)}
Vertex 11323 -1.18599 20.0091 3.2093 {normal=(-0.084200 0.507708 0.852831)}
Vertex 11324 -1.29425 20.0268 3.18268 {normal=(-0.162750 0.520530 0.833513)}
Vertex 11325 -1.41269 19.8349 3.25489 {normal=(-0.248751 0.382479 0.885881)}
Vertex 11326 -1.49199 19.822 3.23539 {normal=(-0.306479 0.373067 0.871692)}
Vertex 11327 -1.56834 19.7964 3.21663 {normal=(-0.362108 0.354458 0.858017)}
Vertex 11328 -1.63987 19.7589 3.19904 {normal=(-0.414201 0.327134 0.845207)}
Vertex 11329 -1.70482 19.7103 3.18307 {normal=(-0.461509 0.291748 0.833572)}
Vertex 11330 -1.76159 19.6518 3.16912 {normal=(-0.502847 0.249171 0.823413)}
Vertex 11331 -1.80879 19.5849 3.15752 {normal=(-0.537194 0.200474 0.814975)}
Vertex 11332 -1.84523 19.5113 3.14856 {normal=(-0.563745 0.146836 0.808444)}
Vertex 11333 -1.87004 19.4327 3.14246 {normal=(-0.581812 0.089590 0.804003)}
Vertex 11334 -1.8826 19.351 3.13938 {normal=(-0.590950 0.030146 0.801761)}
Vertex 11335 -1.8826 19.2684 3.13938 {normal=(-0.590951 -0.030062 0.801763)}
Vertex 11336 -1.87005 19.1867 3.14247 {normal=(-0.581806 -0.089526 0.804015)}
Vertex 11337 -1.84523 19.108 3.14857 {normal=(-0.563731 -0.146805 0.808459)}
Vertex 11338 -1.80879 19.0344 3.15753 {normal=(-0.537175 -0.200470 0.814988)}
Vertex 11339 -1.7616 18.9675 3.16914 {normal=(-0.502836 -0.249127 0.823435)}
Vertex 11340 -1.70483 18.909 3.18309 {normal=(-0.461547 -0.291665 0.833583)}
Vertex 11341 -1.63988 18.8604 3.19906 {normal=(-0.414265 -0.327075 0.845196)}
Vertex 11342 -1.56835 18.8229 3.21665 {normal=(-0.362129 -0.354438 0.858010)}
Vertex 11343 -1.49199 18.7973 3.23542 {normal=(-0.306458 -0.373029 0.871711)}
Vertex 11344 -1.41269 18.7845 3.25492 {normal=(-0.248733 -0.382415 0.885917)}
Vertex 11345 -1.33241 18.7845 3.27465 {normal=(-0.190367 -0.382414 0.900266)}
Vertex 11346 -1.25311 18.7974 3.29415 {normal=(-0.132612 -0.373012 0.914453)}
Vertex 11347 -1.17676 18.8229 3.31292 {normal=(-0.076952 -0.354398 0.928131)}
Vertex 11348 -1.10523 18.8605 3.3305 {normal=(-0.024878 -0.327071 0.940934)}
Vertex 11349 -1.04028 18.909 3.34647 {normal=(0.022410 -0.291693 0.952558)}
Vertex 11350 -0.983506 18.9675 3.36042 {normal=(0.063749 -0.249114 0.962720)}
Vertex 11351 -0.936315 19.0344 3.37202 {normal=(0.098101 -0.200442 0.971160)}
Vertex 11352 -0.899868 19.108 3.38098 {normal=(0.124631 -0.146811 0.977684)}
Vertex 11353 -0.875059 19.1867 3.38708 {normal=(0.142701 -0.089532 0.982126)}
Vertex 11354 -0.862499 19.2684 3.39016 {normal=(0.151852 -0.030076 0.984372)}
Vertex 11355 -0.862498 19.351 3.39016 {normal=(0.151847 0.030118 0.984370)}
Vertex 11356 -0.875057 19.4327 3.38707 {normal=(0.142697 0.089599 0.982120)}
Vertex 11357 -0.899867 19.5113 3.38097 {normal=(0.124625 0.146857 0.977677)}
Vertex 11358 -0.936314 19.5849 3.37201 {normal=(0.098096 0.200465 0.971156)}
Vertex 11359 -0.983502 19.6519 3.3604 {normal=(0.063762 0.249153 0.962709)}
Vertex 11360 -1.04027 19.7103 3.34645 {normal=(0.022411 0.291747 0.952538)}
Vertex 11361 -1.10522 19.7589 3.33048 {normal=(-0.024911 0.327136 0.940911)}
Vertex 11362 -1.17676 19.7964 3.31289 {normal=(-0.077002 0.354463 0.928106)}
Vertex 11363 -1.25311 19.822 3.29412 {normal=(-0.132616 0.373077 0.914429)}
Vertex 11364 -1.33241 19.8349 3.27463 {normal=(-0.190348 0.382484 0.900236)}
Vertex 11365 -1.41302 19.6301 3.32377 {normal=(-0.249140 0.234989 0.936069)}
Vertex 11366 -1.4614 19.6222 3.31188 {normal=(-0.284562 0.229216 0.927358)}
Vertex 11367 -1.50797 19.6066 3.30043 {normal=(-0.318764 0.217795 0.918948)}
Vertex 11368 -1.55161 19.5837 3.28971 {normal=(-0.350809 0.200971 0.911073)}
Vertex 11369 -1.59123 19.5541 3.27996 {normal=(-0.379883 0.179200 0.903929)}
Vertex 11370 -1.62586 19.5184 3.27145 {normal=(-0.405243 0.153063 0.897698)}
Vertex 11371 -1.65465 19.4776 3.26437 {normal=(-0.426324 0.123196 0.892516)}
Vertex 11372 -1.67689 19.4327 3.25891 {normal=(-0.442644 0.090241 0.888500)}
Vertex 11373 -1.69202 19.3847 3.25519 {normal=(-0.453753 0.055047 0.885770)}
Vertex 11374 -1.69968 19.3349 3.25331 {normal=(-0.459368 0.018535 0.884392)}
Vertex 11375 -1.69968 19.2845 3.25331 {normal=(-0.459362 -0.018470 0.884395)}
Vertex 11376 -1.69202 19.2346 3.25519 {normal=(-0.453754 -0.054990 0.885774)}
Vertex 11377 -1.67689 19.1867 3.25892 {normal=(-0.442644 -0.090171 0.888507)}
Vertex 11378 -1.65465 19.1418 3.26438 {normal=(-0.426319 -0.123147 0.892523)}
Vertex 11379 -1.62586 19.101 3.27146 {normal=(-0.405249 -0.153040 0.897701)}
Vertex 11380 -1.59123 19.0653 3.27998 {normal=(-0.379886 -0.179154 0.903936)}
Vertex 11381 -1.55161 19.0356 3.28972 {normal=(-0.350816 -0.200886 0.911086)}
Vertex 11382 -1.50798 19.0127 3.30045 {normal=(-0.318772 -0.217696 0.918966)}
Vertex 11383 -1.4614 18.9972 3.3119 {normal=(-0.284580 -0.229151 0.927372)}
Vertex 11384 -1.41303 18.9893 3.32379 {normal=(-0.249142 -0.234930 0.936082)}
Vertex 11385 -1.36405 18.9893 3.33583 {normal=(-0.213272 -0.234928 0.944899)}
Vertex 11386 -1.31568 18.9972 3.34772 {normal=(-0.177774 -0.229138 0.953626)}
Vertex 11387 -1.2691 19.0128 3.35917 {normal=(-0.143595 -0.217672 0.962035)}
Vertex 11388 -1.22547 19.0357 3.3699 {normal=(-0.111647 -0.200914 0.969887)}
Vertex 11389 -1.18584 19.0653 3.37964 {normal=(-0.082597 -0.179215 0.977020)}
Vertex 11390 -1.15121 19.1009 3.38815 {normal=(-0.057169 -0.153039 0.983272)}
Vertex 11391 -1.12242 19.1418 3.39523 {normal=(-0.036057 -0.123098 0.988462)}
Vertex 11392 -1.10019 19.1867 3.40069 {normal=(-0.019758 -0.090161 0.992468)}
Vertex 11393 -1.08506 19.2347 3.40441 {normal=(-0.008674 -0.054989 0.995194)}
Vertex 11394 -1.07739 19.2845 3.40629 {normal=(-0.003053 -0.018470 0.996574)}
Vertex 11395 -1.07739 19.3349 3.40629 {normal=(-0.003054 0.018502 0.996574)}
Vertex 11396 -1.08506 19.3847 3.40441 {normal=(-0.008687 0.055063 0.995189)}
Vertex 11397 -1.10019 19.4327 3.40068 {normal=(-0.019775 0.090258 0.992460)}
Vertex 11398 -1.12242 19.4776 3.39522 {normal=(-0.036061 0.123156 0.988457)}
Vertex 11399 -1.15121 19.5184 3.38814 {normal=(-0.057162 0.153043 0.983270)}
Vertex 11400 -1.18584 19.5541 3.37963 {normal=(-0.082572 0.179223 0.977022)}
Vertex 11401 -1.22546 19.5837 3.36988 {normal=(-0.111620 0.200977 0.969878)}
Vertex 11402 -1.2691 19.6066 3.35916 {normal=(-0.143617 0.217778 0.962008)}
Vertex 11403 -1.31568 19.6222 3.3477 {normal=(-0.177822 0.229206 0.953599)}
Vertex 11404 -1.36405 19.6301 3.33581 {normal=(-0.213305 0.234985 0.944879)}
Vertex 11405 -0.684054 23.1287 -3.57245 {normal=(-0.529841 0.246496 0.674325)}
Vertex 11406 -0.692466 22.619 -3.98325 {normal=(-0.433915 -0.806278 -0.026140)}
Vertex 11407 -0.687493 22.2477 -3.42871 {normal=(-0.645240 -0.033558 -0.655153)}
Vertex 11408 -0.0415558 22.2558 -3.54813 {normal=(-0.000060 -0.513842 -0.849274)}
Vertex 11409 0.677199 23.183 -3.54535 {normal=(0.435945 0.315007 0.742908)}
Vertex 11410 0.692466 22.619 -3.98325 {normal=(0.433915 -0.806278 -0.026140)}
Vertex 11411 0.640048 22.1792 -3.44902 {normal=(0.531359 -0.024334 -0.778089)}
Vertex 11412 -0.76623 22.4588 -3.21771 {normal=(-0.860653 0.289735 -0.285812)}
Vertex 11413 -0.385463 22.8297 -3.0251 {normal=(-0.262399 0.814599 0.447735)}
Vertex 11414 -0.33765 22.2301 -3.53679 {normal=(-0.081346 -0.449520 -0.867440)}
Vertex 11415 0 22.4433 -3.73565 {normal=(-0.000232 -0.756124 -0.615936)}
Vertex 11416 -0.38394 22.5938 -4.03724 {normal=(-0.079097 -0.946818 -0.212818)}
Vertex 11417 -0.625824 22.4685 -3.63796 {normal=(-0.594808 -0.471091 -0.387779)}
Vertex 11418 -0.624818 22.8952 -3.3034 {normal=(-0.644121 0.503030 0.410612)}
Vertex 11419 -0.378089 23.2593 -3.54019 {normal=(-0.129021 0.560917 0.784219)}
Vertex 11420 0 23.0389 -3.29277 {normal=(0.000000 0.771800 0.629723)}
Vertex 11421 -0.810103 22.8865 -3.73747 {normal=(-0.814721 -0.233835 0.395401)}
Vertex 11422 0.76623 22.4588 -3.21771 {normal=(0.848407 0.250708 -0.305288)}
Vertex 11423 0.385463 22.8297 -3.0251 {normal=(0.262399 0.814599 0.447735)}
Vertex 11424 0.38394 22.5938 -4.03724 {normal=(0.079097 -0.946818 -0.212818)}
Vertex 11425 0.337649 22.23 -3.53679 {normal=(0.169024 -0.356794 -0.870222)}
Vertex 11426 0.625824 22.4685 -3.63796 {normal=(0.604241 -0.490673 -0.389100)}
Vertex 11427 0.378089 23.2593 -3.54019 {normal=(0.095918 0.569871 0.794172)}
Vertex 11428 0.624818 22.8952 -3.3034 {normal=(0.619520 0.486916 0.434693)}
Vertex 11429 0.810103 22.8865 -3.73747 {normal=(0.835135 -0.262542 0.369595)}
Vertex 11430 -0.673386 22.7007 -3.05125 {normal=(-0.673936 0.624440 0.131758)}
Vertex 11431 0 22.866 -3.0471 {normal=(0.000000 0.837556 0.543500)}
Vertex 11432 0.673386 22.7007 -3.05125 {normal=(0.673936 0.624440 0.131758)}
Vertex 11433 0 22.6089 -4.05595 {normal=(0.000000 -0.947011 -0.244768)}
Vertex 11434 -3.72529e-009 23.2868 -3.56044 {normal=(0.000000 0.619810 0.773963)}
Vertex 11435 0.714653 22.67 -3.46198 {normal=(0.883502 -0.019381 0.034268)}
Vertex 11436 0.356924 23.0095 -3.27467 {normal=(0.190341 0.734699 0.616602)}
Vertex 11437 0.357729 22.4254 -3.71892 {normal=(0.157974 -0.710418 -0.599026)}
Vertex 11438 -0.714653 22.67 -3.46198 {normal=(-0.890295 0.019656 0.027818)}
Vertex 11439 -0.356924 23.0095 -3.27467 {normal=(-0.211981 0.738667 0.602209)}
Vertex 11440 -0.357729 22.4254 -3.71892 {normal=(-0.144940 -0.719366 -0.599659)}
Vertex 11441 -2.66578 20.6117 2.16856 {normal=(-0.941940 0.283331 0.170889)}
Vertex 11442 -2.76691 20.4022 1.8246 {normal=(-0.904408 0.379537 -0.022590)}
Vertex 11443 -2.63319 20.7068 2.11864 {normal=(-0.667662 0.643890 -0.200760)}
Vertex 11444 -2.49571 20.8802 2.52203 {normal=(-0.834854 0.437862 0.273342)}
Vertex 11445 -2.85132 20.167 1.6385 {normal=(-0.947097 0.185477 0.015509)}
Vertex 11446 -2.84012 20.1847 1.59264 {normal=(-0.665977 0.383763 -0.504063)}
Vertex 11447 -0.69513 19.9744 4.01607 {normal=(-0.205465 -0.246203 0.943327)}
Vertex 11448 -0.863314 20.1709 4.00316 {normal=(-0.289645 -0.067534 0.949255)}
Vertex 11449 -0.664025 20.1457 4.04774 {normal=(0.008511 0.152172 0.953574)}
Vertex 11450 -0.537647 19.9918 4.04943 {normal=(0.207247 -0.211965 0.884367)}
Vertex 11451 -2.32255 20.8138 2.90698 {normal=(-0.761719 0.354698 0.529905)}
Vertex 11452 -2.26484 20.9628 2.86371 {normal=(-0.509248 0.714376 0.379724)}
Vertex 11453 -2.06926 20.818 3.19146 {normal=(-0.570724 0.425799 0.687444)}
Vertex 11454 -1.85614 20.6098 3.42771 {normal=(-0.472172 0.326270 0.816491)}
Vertex 11455 -1.81523 20.8091 3.35957 {normal=(-0.283449 0.617380 0.695359)}
Vertex 11456 -1.61016 20.6145 3.55039 {normal=(-0.437229 0.334877 0.829875)}
Vertex 11457 -1.40971 20.3794 3.73387 {normal=(-0.470325 0.187346 0.859501)}
Vertex 11458 -1.40086 20.5953 3.6776 {normal=(-0.318767 0.506559 0.761505)}
Vertex 11459 -1.22044 20.3828 3.84692 {normal=(-0.459248 0.134560 0.871567)}
Vertex 11460 -1.04282 20.1582 3.93308 {normal=(-0.362459 -0.057958 0.927138)}
Vertex 11461 -1.03238 20.3718 3.93964 {normal=(-0.258427 0.296713 0.885752)}
Vertex 11462 -2.78256 20.3207 1.88041 {normal=(-0.959658 0.146110 0.192596)}
Vertex 11463 -2.85313 20.1103 1.6533 {normal=(-0.835858 -0.324419 0.215689)}
Vertex 11464 -2.53622 20.7245 2.56913 {normal=(-0.893528 0.246862 0.351424)}
Vertex 11465 -2.68135 20.4899 2.21817 {normal=(-0.883664 -0.122125 0.369588)}
Vertex 11466 -2.13403 20.6081 3.23963 {normal=(-0.639719 0.285669 0.699700)}
Vertex 11467 -2.36986 20.6224 2.94431 {normal=(-0.836711 0.008251 0.500579)}
Vertex 11468 -1.63898 20.376 3.61996 {normal=(-0.440475 0.232122 0.864477)}
Vertex 11469 -1.90978 20.3908 3.47482 {normal=(-0.582084 0.015203 0.781305)}
Vertex 11470 -1.22479 20.15 3.86087 {normal=(-0.399010 0.000608 0.911022)}
Vertex 11471 -1.42936 20.161 3.76451 {normal=(-0.487698 -0.123022 0.835671)}
Vertex 11472 -0.876979 19.9519 3.96102 {normal=(-0.278366 -0.250740 0.920990)}
Vertex 11473 -1.04819 19.949 3.90444 {normal=(-0.382070 -0.384063 0.809329)}
Vertex 11474 -0.582945 19.8469 3.99275 {normal=(0.148284 -0.529433 0.759070)}
Vertex 11475 -0.720578 19.8178 3.95128 {normal=(-0.170213 -0.630626 0.713102)}
Vertex 11476 -2.7215 20.4188 1.77103 {normal=(-0.573394 0.631059 -0.465759)}
Vertex 11477 -2.75646 20.2368 1.89482 {normal=(-0.755128 -0.421245 0.494266)}
Vertex 11478 -2.52689 20.5876 2.58909 {normal=(-0.845824 -0.318425 0.418790)}
Vertex 11479 -2.15416 20.4379 3.24185 {normal=(-0.769678 -0.266864 0.560510)}
Vertex 11480 -1.65539 20.2043 3.62363 {normal=(-0.578139 -0.380507 0.697625)}
Vertex 11481 -1.22283 19.9925 3.82446 {normal=(-0.502626 -0.557034 0.638512)}
Vertex 11482 -0.883656 19.8181 3.88499 {normal=(-0.318022 -0.754101 0.556013)}
Vertex 11483 -0.594036 19.7851 3.92536 {normal=(0.085680 -0.809247 0.541156)}
Vertex 11484 -0.502725 20.0721 4.03713 {normal=(0.386254 0.151413 0.876283)}
Vertex 11485 -0.829441 20.3224 3.98973 {normal=(0.019050 0.462556 0.877221)}
Vertex 11486 -1.1872 20.5283 3.79954 {normal=(-0.160268 0.645571 0.742423)}
Vertex 11487 -1.57546 20.7587 3.46463 {normal=(-0.149820 0.729369 0.666607)}
Vertex 11488 -2.0012 20.9263 3.13053 {normal=(-0.266974 0.810334 0.511769)}
Vertex 11489 -2.43337 20.9493 2.4784 {normal=(-0.528409 0.817037 0.003642)}
Vertex 11490 2.63319 20.7068 2.11864 {normal=(0.667662 0.643890 -0.200760)}
Vertex 11491 2.76691 20.4022 1.82461 {normal=(0.904408 0.379537 -0.022590)}
Vertex 11492 2.66578 20.6117 2.16856 {normal=(0.941940 0.283331 0.170888)}
Vertex 11493 2.49571 20.8802 2.52203 {normal=(0.834854 0.437862 0.273342)}
Vertex 11494 2.84012 20.1847 1.59264 {normal=(0.665977 0.383762 -0.504063)}
Vertex 11495 2.85132 20.167 1.6385 {normal=(0.947097 0.185477 0.015509)}
Vertex 11496 0.664024 20.1457 4.04774 {normal=(-0.008511 0.152172 0.953573)}
Vertex 11497 0.863314 20.1709 4.00316 {normal=(0.289645 -0.067534 0.949255)}
Vertex 11498 0.69513 19.9745 4.01607 {normal=(0.205465 -0.246203 0.943327)}
Vertex 11499 0.537647 19.9918 4.04943 {normal=(-0.207247 -0.211965 0.884367)}
Vertex 11500 2.26484 20.9628 2.86371 {normal=(0.509248 0.714377 0.379724)}
Vertex 11501 2.32255 20.8138 2.90698 {normal=(0.761719 0.354698 0.529905)}
Vertex 11502 2.06926 20.818 3.19146 {normal=(0.570724 0.425799 0.687444)}
Vertex 11503 1.81523 20.8091 3.35957 {normal=(0.283449 0.617380 0.695359)}
Vertex 11504 1.85614 20.6098 3.42771 {normal=(0.472172 0.326270 0.816491)}
Vertex 11505 1.61016 20.6145 3.55039 {normal=(0.437229 0.334877 0.829876)}
Vertex 11506 1.40086 20.5953 3.6776 {normal=(0.318767 0.506559 0.761505)}
Vertex 11507 1.40971 20.3794 3.73387 {normal=(0.470325 0.187346 0.859501)}
Vertex 11508 1.22044 20.3828 3.84692 {normal=(0.459248 0.134560 0.871567)}
Vertex 11509 1.03238 20.3718 3.93963 {normal=(0.258427 0.296712 0.885752)}
Vertex 11510 1.04282 20.1582 3.93308 {normal=(0.362459 -0.057958 0.927138)}
Vertex 11511 2.78256 20.3207 1.88041 {normal=(0.959658 0.146110 0.192596)}
Vertex 11512 2.85313 20.1103 1.6533 {normal=(0.835858 -0.324419 0.215689)}
Vertex 11513 2.68135 20.4899 2.21817 {normal=(0.883664 -0.122125 0.369588)}
Vertex 11514 2.53622 20.7245 2.56913 {normal=(0.893528 0.246862 0.351424)}
Vertex 11515 2.36986 20.6224 2.94431 {normal=(0.836711 0.008251 0.500579)}
Vertex 11516 2.13403 20.6082 3.23963 {normal=(0.639719 0.285669 0.699700)}
Vertex 11517 1.90978 20.3908 3.47482 {normal=(0.582084 0.015203 0.781305)}
Vertex 11518 1.63898 20.376 3.61996 {normal=(0.440475 0.232122 0.864477)}
Vertex 11519 1.42936 20.161 3.7645 {normal=(0.487697 -0.123022 0.835671)}
Vertex 11520 1.22479 20.15 3.86087 {normal=(0.399010 0.000608 0.911022)}
Vertex 11521 1.04819 19.949 3.90444 {normal=(0.382070 -0.384063 0.809329)}
Vertex 11522 0.87698 19.9519 3.96102 {normal=(0.278366 -0.250740 0.920990)}
Vertex 11523 0.720578 19.8178 3.95128 {normal=(0.170213 -0.630626 0.713102)}
Vertex 11524 0.582945 19.8469 3.99275 {normal=(-0.148284 -0.529433 0.759070)}
Vertex 11525 2.7215 20.4188 1.77104 {normal=(0.573394 0.631059 -0.465759)}
Vertex 11526 2.75646 20.2368 1.89482 {normal=(0.755129 -0.421243 0.494266)}
Vertex 11527 2.52689 20.5876 2.58909 {normal=(0.845824 -0.318425 0.418790)}
Vertex 11528 2.15416 20.4379 3.24185 {normal=(0.769678 -0.266864 0.560510)}
Vertex 11529 1.65539 20.2043 3.62363 {normal=(0.578139 -0.380507 0.697626)}
Vertex 11530 1.22283 19.9925 3.82446 {normal=(0.502626 -0.557034 0.638512)}
Vertex 11531 0.883656 19.8181 3.88499 {normal=(0.318022 -0.754101 0.556013)}
Vertex 11532 0.594036 19.785 3.92536 {normal=(-0.085680 -0.809247 0.541156)}
Vertex 11533 0.505967 19.9009 4.00313 {normal=(-0.526947 -0.481724 0.692639)}
Vertex 11534 0.502725 20.0721 4.03713 {normal=(-0.386254 0.151413 0.876283)}
Vertex 11535 0.829441 20.3224 3.98973 {normal=(-0.019050 0.462556 0.877222)}
Vertex 11536 1.1872 20.5283 3.79954 {normal=(0.160267 0.645572 0.742422)}
Vertex 11537 1.57546 20.7587 3.46463 {normal=(0.149816 0.729372 0.666605)}
Vertex 11538 2.0012 20.9263 3.13052 {normal=(0.266974 0.810334 0.511769)}
Vertex 11539 2.43337 20.9493 2.4784 {normal=(0.528409 0.817037 0.003642)}
Vertex 11540 -0.869125 20.0595 3.98277 {normal=(-0.296376 -0.156304 0.940456)}
Vertex 11541 -1.22132 20.2663 3.85434 {normal=(-0.435495 0.063535 0.893678)}
Vertex 11542 -1.61799 20.4949 3.58667 {normal=(-0.446183 0.278058 0.849290)}
Vertex 11543 -2.09928 20.7181 3.21511 {normal=(-0.607953 0.350576 0.702499)}
Vertex 11544 -2.51501 20.808 2.54443 {normal=(-0.877826 0.325623 0.329969)}
Vertex 11545 -2.7743 20.3625 1.85213 {normal=(-0.958434 0.261386 0.114148)}
Vertex 11546 -2.75344 20.4218 1.79394 {normal=(-0.628608 0.591289 -0.377829)}
Vertex 11547 -2.87969 20.0558 1.53431 {normal=(-0.799000 -0.093037 -0.270633)}
Vertex 11548 -2.78173 20.2745 1.89463 {normal=(-0.837602 -0.219050 0.393373)}
Vertex 11549 -2.54496 20.6457 2.58705 {normal=(-0.887841 -0.035926 0.399983)}
Vertex 11550 -2.15761 20.5081 3.25267 {normal=(-0.719441 0.020571 0.650812)}
Vertex 11551 -1.65686 20.2739 3.63677 {normal=(-0.512839 -0.026378 0.830423)}
Vertex 11552 -1.22668 20.0526 3.85481 {normal=(-0.443516 -0.252588 0.830945)}
Vertex 11553 -0.883087 19.8656 3.9308 {normal=(-0.300987 -0.511802 0.769154)}
Vertex 11554 -0.560768 19.917 4.02539 {normal=(0.162402 -0.386797 0.841849)}
Vertex 11555 -0.852451 20.2654 4.00965 {normal=(-0.148339 0.205849 0.936540)}
Vertex 11556 -1.21234 20.4775 3.83114 {normal=(-0.321018 0.407682 0.817213)}
Vertex 11557 -1.60085 20.7106 3.51006 {normal=(-0.268353 0.573224 0.736867)}
Vertex 11558 -2.03842 20.8925 3.16462 {normal=(-0.390312 0.664577 0.583322)}
Vertex 11559 -2.47094 20.9307 2.5005 {normal=(-0.620577 0.706432 0.080119)}
Vertex 11560 0.869125 20.0595 3.98277 {normal=(0.296376 -0.156304 0.940456)}
Vertex 11561 1.22132 20.2663 3.85434 {normal=(0.435495 0.063535 0.893678)}
Vertex 11562 1.61799 20.4949 3.58667 {normal=(0.446183 0.278058 0.849290)}
Vertex 11563 2.09928 20.7181 3.21511 {normal=(0.607953 0.350576 0.702499)}
Vertex 11564 2.51501 20.808 2.54443 {normal=(0.877826 0.325623 0.329970)}
Vertex 11565 2.7743 20.3625 1.85213 {normal=(0.958434 0.261386 0.114148)}
Vertex 11566 2.75344 20.4219 1.79394 {normal=(0.628608 0.591289 -0.377829)}
Vertex 11567 2.87969 20.0557 1.53431 {normal=(0.799000 -0.093037 -0.270633)}
Vertex 11568 2.78173 20.2745 1.89463 {normal=(0.837602 -0.219050 0.393373)}
Vertex 11569 2.54496 20.6457 2.58705 {normal=(0.887841 -0.035926 0.399983)}
Vertex 11570 2.15761 20.5081 3.25267 {normal=(0.719441 0.020571 0.650812)}
Vertex 11571 1.65686 20.2739 3.63676 {normal=(0.512839 -0.026378 0.830423)}
Vertex 11572 1.22668 20.0526 3.85481 {normal=(0.443516 -0.252588 0.830945)}
Vertex 11573 0.883087 19.8656 3.9308 {normal=(0.300987 -0.511802 0.769154)}
Vertex 11574 0.560768 19.917 4.02539 {normal=(-0.162402 -0.386797 0.841849)}
Vertex 11575 0.852451 20.2654 4.00965 {normal=(0.148339 0.205849 0.936540)}
Vertex 11576 1.21234 20.4775 3.83114 {normal=(0.321018 0.407682 0.817213)}
Vertex 11577 1.60085 20.7106 3.51006 {normal=(0.268353 0.573224 0.736867)}
Vertex 11578 2.03842 20.8925 3.16462 {normal=(0.390312 0.664577 0.583322)}
Vertex 11579 2.47094 20.9307 2.5005 {normal=(0.620577 0.706432 0.080119)}
Vertex 11580 2.59682 20.7197 2.09883 {normal=(0.597392 0.722107 -0.284495)}
Vertex 11581 2.22624 20.9886 2.83651 {normal=(0.392656 0.849337 0.313111)}
Vertex 11582 1.784 20.8511 3.31781 {normal=(0.172375 0.760833 0.622018)}
Vertex 11583 1.37639 20.645 3.63724 {normal=(0.168648 0.702407 0.690245)}
Vertex 11584 1.00826 20.427 3.91543 {normal=(0.104301 0.556487 0.816693)}
Vertex 11585 0.640608 20.1955 4.02728 {normal=(-0.181738 0.386418 0.897430)}
Vertex 11586 0.476765 19.9776 4.02831 {normal=(-0.532358 -0.238385 0.780406)}
Vertex 11587 0.533571 19.8309 3.96394 {normal=(-0.372482 -0.644779 0.634373)}
Vertex 11588 0.721816 19.7813 3.90203 {normal=(0.157801 -0.835755 0.513366)}
Vertex 11589 1.0463 19.8943 3.8653 {normal=(0.438560 -0.651153 0.600276)}
Vertex 11590 1.42631 20.0956 3.74399 {normal=(0.543059 -0.468174 0.670173)}
Vertex 11591 1.90871 20.3195 3.46313 {normal=(0.648327 -0.306050 0.679602)}
Vertex 11592 2.35965 20.5564 2.93914 {normal=(0.850578 -0.278582 0.434305)}
Vertex 11593 2.6576 20.4443 2.22577 {normal=(0.807176 -0.361877 0.462428)}
Vertex 11594 2.82813 20.0753 1.64189 {normal=(0.786766 -0.464429 0.250330)}
Vertex 11595 2.81232 20.1658 1.56825 {normal=(0.646399 0.349424 -0.570150)}
Vertex 11596 0.710003 19.8869 3.98789 {normal=(0.193574 -0.367119 0.900494)}
Vertex 11597 1.04611 20.0433 3.92381 {normal=(0.334442 -0.132486 0.927563)}
Vertex 11598 1.42041 20.2612 3.75681 {normal=(0.439193 0.135687 0.883439)}
Vertex 11599 1.88652 20.4935 3.45859 {normal=(0.493820 0.273923 0.819648)}
Vertex 11600 2.35248 20.7147 2.92999 {normal=(0.788974 0.280733 0.530902)}
Vertex 11601 2.67962 20.5491 2.19648 {normal=(0.948490 0.190886 0.224274)}
Vertex 11602 1.04107 20.2749 3.94194 {normal=(0.381205 0.019533 0.918289)}
Vertex 11603 1.40759 20.4988 3.70864 {normal=(0.482621 0.249257 0.834367)}
Vertex 11604 1.83582 20.7218 3.39545 {normal=(0.446087 0.387602 0.800822)}
Vertex 11605 2.29514 20.9006 2.88604 {normal=(0.716425 0.452852 0.505429)}
Vertex 11606 0.681001 20.0664 4.04001 {normal=(0.173753 -0.127851 0.968658)}
Vertex 11607 2.65324 20.6676 2.14225 {normal=(0.899246 0.395725 0.072179)}
Vertex 11608 -2.59682 20.7197 2.09883 {normal=(-0.597392 0.722107 -0.284495)}
Vertex 11609 -2.22624 20.9886 2.83651 {normal=(-0.392656 0.849337 0.313111)}
Vertex 11610 -1.784 20.8511 3.31781 {normal=(-0.172378 0.760832 0.622018)}
Vertex 11611 -1.37639 20.645 3.63724 {normal=(-0.168650 0.702404 0.690247)}
Vertex 11612 -1.00826 20.427 3.91543 {normal=(-0.104301 0.556488 0.816693)}
Vertex 11613 -0.640607 20.1955 4.02728 {normal=(0.181739 0.386418 0.897430)}
Vertex 11614 -0.721816 19.7813 3.90203 {normal=(-0.157801 -0.835755 0.513366)}
Vertex 11615 -1.0463 19.8943 3.8653 {normal=(-0.438560 -0.651154 0.600276)}
Vertex 11616 -1.42631 20.0956 3.74399 {normal=(-0.543059 -0.468174 0.670173)}
Vertex 11617 -1.90871 20.3195 3.46313 {normal=(-0.648327 -0.306050 0.679602)}
Vertex 11618 -2.35965 20.5564 2.93914 {normal=(-0.850578 -0.278582 0.434305)}
Vertex 11619 -2.6576 20.4443 2.22577 {normal=(-0.807176 -0.361877 0.462428)}
Vertex 11620 -2.82813 20.0753 1.64189 {normal=(-0.686606 -0.575070 0.121403)}
Vertex 11621 -2.81232 20.1658 1.56825 {normal=(-0.649195 0.334790 -0.568552)}
Vertex 11622 -0.710003 19.8869 3.98789 {normal=(-0.193574 -0.367119 0.900494)}
Vertex 11623 -1.04611 20.0433 3.92381 {normal=(-0.334442 -0.132486 0.927563)}
Vertex 11624 -1.42041 20.2612 3.75681 {normal=(-0.439193 0.135687 0.883439)}
Vertex 11625 -1.88652 20.4935 3.45859 {normal=(-0.493820 0.273923 0.819647)}
Vertex 11626 -2.35248 20.7147 2.92999 {normal=(-0.788974 0.280733 0.530902)}
Vertex 11627 -2.67962 20.5491 2.19648 {normal=(-0.948490 0.190886 0.224274)}
Vertex 11628 -1.04107 20.2749 3.94194 {normal=(-0.381205 0.019533 0.918289)}
Vertex 11629 -1.40758 20.4988 3.70864 {normal=(-0.482621 0.249257 0.834367)}
Vertex 11630 -1.83582 20.7218 3.39545 {normal=(-0.446087 0.387602 0.800822)}
Vertex 11631 -2.29514 20.9006 2.88605 {normal=(-0.716425 0.452852 0.505429)}
Vertex 11632 -0.681001 20.0664 4.04001 {normal=(-0.173753 -0.127851 0.968658)}
Vertex 11633 -2.65324 20.6676 2.14225 {normal=(-0.899246 0.395725 0.072179)}
Vertex 11634 -1.52424 17.0576 3.14812 {normal=(-0.676203 -0.055846 0.716822)}
Vertex 11635 1.52424 17.0576 3.14812 {normal=(0.676203 -0.055846 0.716822)}
Vertex 11636 -0.178699 16.9162 3.86411 {normal=(-0.255549 -0.286439 0.905415)}
Vertex 11637 0 16.8135 3.87691 {normal=(0.000000 -0.139794 0.979308)}
Vertex 11638 -0.163356 16.6575 3.83849 {normal=(-0.203356 -0.083187 0.972499)}
Vertex 11639 -0.34258 16.8406 3.80027 {normal=(-0.317436 -0.069914 0.944864)}
Vertex 11640 0 16.4012 3.84259 {normal=(0.000000 -0.057293 0.989684)}
Vertex 11641 -0.168126 16.1759 3.80774 {normal=(-0.215498 0.098254 0.956367)}
Vertex 11642 -0.33231 16.4044 3.7722 {normal=(-0.300271 -0.070219 0.950936)}
Vertex 11643 -0.525174 16.9646 3.7363 {normal=(-0.384890 -0.170670 0.890925)}
Vertex 11644 -0.512092 16.6682 3.73546 {normal=(-0.333385 -0.054894 0.940383)}
Vertex 11645 -0.719505 16.8637 3.66006 {normal=(-0.380952 0.015688 0.923957)}
Vertex 11646 -0.506194 16.1725 3.69076 {normal=(-0.373437 0.054747 0.913213)}
Vertex 11647 -0.707251 16.393 3.63151 {normal=(-0.396377 -0.115094 0.910004)}
Vertex 11648 -0.959519 17.0167 3.54685 {normal=(-0.443513 -0.108433 0.873355)}
Vertex 11649 -0.965524 16.6523 3.54949 {normal=(-0.435860 -0.066758 0.894546)}
Vertex 11650 -1.21171 16.8826 3.42372 {normal=(-0.535114 0.027876 0.840038)}
Vertex 11651 -0.925922 16.1264 3.47798 {normal=(-0.481454 -0.006467 0.861724)}
Vertex 11652 -1.18844 16.3457 3.37933 {normal=(-0.511160 -0.153224 0.844241)}
Vertex 11653 -1.39265 17.0597 3.27242 {normal=(-0.645406 -0.071496 0.745032)}
Vertex 11654 -1.42111 16.6469 3.26632 {normal=(-0.622440 -0.047477 0.776697)}
Vertex 11655 -1.557 16.8829 3.13792 {normal=(-0.721051 0.062436 0.687296)}
Vertex 11656 -1.36389 16.1044 3.21864 {normal=(-0.535717 -0.014653 0.833061)}
Vertex 11657 -1.55628 16.3706 3.118 {normal=(-0.662101 -0.086218 0.740927)}
Vertex 11658 -1.64393 16.1829 3.01745 {normal=(-0.635530 0.024845 0.762029)}
Vertex 11659 -1.71848 16.4277 2.95564 {normal=(-0.649192 -0.024754 0.747747)}
Vertex 11660 -1.66623 16.6537 3.03018 {normal=(-0.770698 0.005177 0.634419)}
Vertex 11661 -1.64349 16.8899 3.03441 {normal=(-0.684499 0.003650 0.713077)}
Vertex 11662 -1.51259 17.1283 3.15739 {normal=(-0.523616 -0.438935 0.668878)}
Vertex 11663 -1.58018 17.0738 3.09354 {normal=(-0.348211 -0.276093 0.844240)}
Vertex 11664 -0.359753 16.9831 3.80914 {normal=(-0.343852 -0.606791 0.652182)}
Vertex 11665 0 16.9353 3.90292 {normal=(0.000000 -0.663728 0.669733)}
Vertex 11666 -0.718864 17.0331 3.6547 {normal=(-0.377988 -0.548669 0.673693)}
Vertex 11667 -1.19945 17.1045 3.4204 {normal=(-0.490010 -0.498595 0.648595)}
Vertex 11668 -1.72239 16.6851 2.95743 {normal=(-0.314582 -0.120540 0.899208)}
Vertex 11669 -1.71853 16.2217 2.95015 {normal=(-0.379614 0.124966 0.888096)}
Vertex 11670 -1.52192 16.0476 3.10882 {normal=(-0.483005 0.285803 0.806055)}
Vertex 11671 -1.15267 16.0123 3.33042 {normal=(-0.467804 0.384427 0.744920)}
Vertex 11672 -0.693934 16.0739 3.59681 {normal=(-0.425034 0.432120 0.738041)}
Vertex 11673 -0.339261 16.0934 3.75161 {normal=(-0.285468 0.472824 0.783787)}
Vertex 11674 0 16.0935 3.83227 {normal=(0.000000 0.502788 0.807274)}
Vertex 11675 0.163356 16.6576 3.83849 {normal=(0.203356 -0.083187 0.972499)}
Vertex 11676 0.178699 16.9162 3.86411 {normal=(0.255549 -0.286439 0.905414)}
Vertex 11677 0.34258 16.8406 3.80027 {normal=(0.317431 -0.069915 0.944866)}
Vertex 11678 0.168126 16.1759 3.80774 {normal=(0.215498 0.098254 0.956367)}
Vertex 11679 0.33231 16.4044 3.7722 {normal=(0.300271 -0.070219 0.950936)}
Vertex 11680 0.512092 16.6682 3.73546 {normal=(0.333384 -0.054899 0.940384)}
Vertex 11681 0.525174 16.9646 3.7363 {normal=(0.384884 -0.170654 0.890931)}
Vertex 11682 0.719506 16.8637 3.66006 {normal=(0.380953 0.015688 0.923956)}
Vertex 11683 0.506194 16.1724 3.69076 {normal=(0.373437 0.054747 0.913214)}
Vertex 11684 0.707251 16.393 3.63151 {normal=(0.396377 -0.115094 0.910004)}
Vertex 11685 0.965524 16.6523 3.54949 {normal=(0.435862 -0.066760 0.894545)}
Vertex 11686 0.959519 17.0167 3.54685 {normal=(0.443516 -0.108428 0.873354)}
Vertex 11687 1.21171 16.8826 3.42372 {normal=(0.535114 0.027876 0.840038)}
Vertex 11688 0.925922 16.1264 3.47798 {normal=(0.481456 -0.006465 0.861722)}
Vertex 11689 1.18844 16.3457 3.37932 {normal=(0.511163 -0.153223 0.844240)}
Vertex 11690 1.42111 16.6469 3.26632 {normal=(0.622439 -0.047479 0.776698)}
Vertex 11691 1.39265 17.0597 3.27242 {normal=(0.645406 -0.071496 0.745032)}
Vertex 11692 1.557 16.8829 3.13792 {normal=(0.721051 0.062436 0.687296)}
Vertex 11693 1.36389 16.1044 3.21863 {normal=(0.535714 -0.014646 0.833063)}
Vertex 11694 1.55627 16.3706 3.118 {normal=(0.662099 -0.086218 0.740929)}
Vertex 11695 1.71848 16.4277 2.95564 {normal=(0.649192 -0.024754 0.747747)}
Vertex 11696 1.64393 16.1829 3.01745 {normal=(0.635530 0.024846 0.762029)}
Vertex 11697 1.66623 16.6537 3.03018 {normal=(0.770698 0.005177 0.634419)}
Vertex 11698 1.64349 16.8899 3.03441 {normal=(0.684499 0.003650 0.713077)}
Vertex 11699 1.58018 17.0738 3.09354 {normal=(0.348211 -0.276093 0.844240)}
Vertex 11700 1.51259 17.1283 3.15739 {normal=(0.523616 -0.438936 0.668878)}
Vertex 11701 0.359753 16.9831 3.80914 {normal=(0.343851 -0.606787 0.652184)}
Vertex 11702 0.718864 17.0331 3.6547 {normal=(0.377989 -0.548659 0.673697)}
Vertex 11703 1.19945 17.1045 3.4204 {normal=(0.490010 -0.498595 0.648595)}
Vertex 11704 1.72239 16.6851 2.95743 {normal=(0.314582 -0.120540 0.899208)}
Vertex 11705 1.71854 16.2217 2.95015 {normal=(0.379614 0.124966 0.888096)}
Vertex 11706 1.52192 16.0476 3.10882 {normal=(0.483003 0.285805 0.806055)}
Vertex 11707 1.15267 16.0123 3.33043 {normal=(0.467804 0.384431 0.744919)}
Vertex 11708 0.693934 16.0739 3.59681 {normal=(0.425035 0.432120 0.738041)}
Vertex 11709 0.339261 16.0934 3.75161 {normal=(0.285468 0.472824 0.783788)}
Vertex 11710 -0.332219 16.6642 3.79205 {normal=(-0.294101 -0.067937 0.953059)}
Vertex 11711 0 16.6535 3.85917 {normal=(0.000000 -0.090140 0.987202)}
Vertex 11712 -0.71814 16.6655 3.65813 {normal=(-0.378142 -0.054497 0.922485)}
Vertex 11713 -1.21345 16.6418 3.41656 {normal=(-0.526781 -0.069590 0.842062)}
Vertex 11714 -1.5759 16.6505 3.12947 {normal=(-0.706559 -0.016926 0.701969)}
Vertex 11715 -0.354667 16.9435 3.80369 {normal=(-0.357803 -0.229614 0.889960)}
Vertex 11716 -0.717647 16.9866 3.6535 {normal=(-0.403394 -0.127218 0.890167)}
Vertex 11717 -1.20109 17.0445 3.41895 {normal=(-0.542142 -0.094348 0.816369)}
Vertex 11718 -1.70648 16.6721 2.97372 {normal=(-0.678473 -0.018599 0.716599)}
Vertex 11719 -1.52799 16.1335 3.11084 {normal=(-0.590326 0.007402 0.796713)}
Vertex 11720 -1.16031 16.1004 3.34097 {normal=(-0.506656 -0.020652 0.848098)}
Vertex 11721 -0.696097 16.1584 3.60335 {normal=(-0.435110 0.022561 0.886196)}
Vertex 11722 -0.336706 16.1758 3.75422 {normal=(-0.318325 0.079878 0.932511)}
Vertex 11723 0 16.1751 3.83201 {normal=(0.000000 0.106436 0.972843)}
Vertex 11724 0.332219 16.6642 3.79205 {normal=(0.294100 -0.067938 0.953060)}
Vertex 11725 0.71814 16.6655 3.65813 {normal=(0.378143 -0.054503 0.922485)}
Vertex 11726 1.21345 16.6418 3.41655 {normal=(0.526781 -0.069592 0.842062)}
Vertex 11727 1.5759 16.6505 3.12947 {normal=(0.706558 -0.016926 0.701970)}
Vertex 11728 0 16.901 3.89258 {normal=(0.000000 -0.312905 0.921785)}
Vertex 11729 0.354667 16.9435 3.80369 {normal=(0.357799 -0.229609 0.889964)}
Vertex 11730 0.717647 16.9866 3.6535 {normal=(0.403395 -0.127203 0.890169)}
Vertex 11731 1.20109 17.0445 3.41896 {normal=(0.542142 -0.094348 0.816369)}
Vertex 11732 1.70648 16.6721 2.97372 {normal=(0.678473 -0.018599 0.716599)}
Vertex 11733 1.52799 16.1335 3.11084 {normal=(0.590323 0.007404 0.796715)}
Vertex 11734 1.16031 16.1004 3.34097 {normal=(0.506659 -0.020644 0.848096)}
Vertex 11735 0.696097 16.1584 3.60335 {normal=(0.435110 0.022561 0.886196)}
Vertex 11736 0.336706 16.1758 3.75422 {normal=(0.318325 0.079878 0.932511)}
Vertex 11737 0.170004 16.0941 3.80702 {normal=(0.187535 0.491674 0.798250)}
Vertex 11738 0.507027 16.0892 3.68638 {normal=(0.349592 0.454050 0.766698)}
Vertex 11739 0.920616 16.04 3.46839 {normal=(0.470672 0.413348 0.721213)}
Vertex 11740 1.3557 16.0159 3.2122 {normal=(0.462373 0.332598 0.787036)}
Vertex 11741 1.64356 16.1044 3.01536 {normal=(0.462695 0.237870 0.834028)}
Vertex 11742 1.74478 16.4352 2.93151 {normal=(0.320777 -0.014845 0.912881)}
Vertex 11743 1.65148 16.9116 3.02586 {normal=(0.335467 -0.187955 0.874908)}
Vertex 11744 1.3887 17.1217 3.27436 {normal=(0.569500 -0.458605 0.621600)}
Vertex 11745 0.95928 17.0703 3.54782 {normal=(0.412059 -0.528048 0.672436)}
Vertex 11746 0.528859 17.007 3.73914 {normal=(0.361102 -0.576521 0.662971)}
Vertex 11747 0.18203 16.9524 3.87273 {normal=(0.252060 -0.642207 0.658656)}
Vertex 11748 1.65981 16.4015 3.0201 {normal=(0.727410 -0.049126 0.682286)}
Vertex 11749 1.39541 16.3495 3.24243 {normal=(0.583145 -0.127221 0.800300)}
Vertex 11750 1.41182 16.8925 3.27303 {normal=(0.641875 0.043159 0.763048)}
Vertex 11751 0.946575 16.367 3.51461 {normal=(0.448027 -0.144875 0.881293)}
Vertex 11752 0.965721 16.8732 3.55383 {normal=(0.432341 0.024173 0.899923)}
Vertex 11753 0.5079 16.4033 3.71323 {normal=(0.345482 -0.088029 0.933682)}
Vertex 11754 0.518718 16.8534 3.73911 {normal=(0.350009 -0.017904 0.935879)}
Vertex 11755 0.164267 16.4027 3.82085 {normal=(0.205683 -0.060284 0.973679)}
Vertex 11756 0.170321 16.8233 3.85281 {normal=(0.222349 -0.118882 0.963683)}
Vertex 11757 -0.170004 16.0941 3.80702 {normal=(-0.187535 0.491674 0.798251)}
Vertex 11758 -0.507027 16.0892 3.68638 {normal=(-0.349592 0.454050 0.766698)}
Vertex 11759 -0.920616 16.04 3.46839 {normal=(-0.470672 0.413346 0.721213)}
Vertex 11760 -1.3557 16.0159 3.2122 {normal=(-0.462375 0.332593 0.787035)}
Vertex 11761 -1.64356 16.1044 3.01536 {normal=(-0.462696 0.237870 0.834028)}
Vertex 11762 -1.74478 16.4352 2.93151 {normal=(-0.320777 -0.014845 0.912881)}
Vertex 11763 -1.65148 16.9115 3.02586 {normal=(-0.335467 -0.187955 0.874908)}
Vertex 11764 -1.3887 17.1217 3.27436 {normal=(-0.569500 -0.458605 0.621600)}
Vertex 11765 -0.959279 17.0703 3.54782 {normal=(-0.412057 -0.528051 0.672435)}
Vertex 11766 -0.528859 17.007 3.73914 {normal=(-0.361104 -0.576532 0.662966)}
Vertex 11767 -0.18203 16.9524 3.87273 {normal=(-0.252060 -0.642207 0.658656)}
Vertex 11768 -1.65981 16.4015 3.0201 {normal=(-0.727410 -0.049126 0.682286)}
Vertex 11769 -1.39541 16.3495 3.24243 {normal=(-0.583148 -0.127221 0.800298)}
Vertex 11770 -1.41182 16.8925 3.27303 {normal=(-0.641875 0.043159 0.763048)}
Vertex 11771 -0.946575 16.367 3.51461 {normal=(-0.448024 -0.144875 0.881294)}
Vertex 11772 -0.965721 16.8732 3.55383 {normal=(-0.432339 0.024173 0.899925)}
Vertex 11773 -0.5079 16.4033 3.71323 {normal=(-0.345482 -0.088029 0.933682)}
Vertex 11774 -0.518718 16.8534 3.73911 {normal=(-0.350015 -0.017903 0.935876)}
Vertex 11775 -0.164267 16.4027 3.82085 {normal=(-0.205683 -0.060284 0.973679)}
Vertex 11776 -0.170321 16.8233 3.8528 {normal=(-0.222349 -0.118882 0.963683)}
Vertex 11777 -1.41995 21.6287 -3.30933 {normal=(-0.481637 0.320616 -0.806912)}
Vertex 11778 -2.82788 18.6362 -1.85872 {normal=(-0.914582 -0.056982 0.068327)}
Vertex 11779 -3.22343 20.9112 -1.29261 {normal=(-0.890435 0.314294 -0.158301)}
Vertex 11780 -1.24334 22.5052 -2.81453 {normal=(-0.368122 0.804374 -0.344244)}
Vertex 11781 0 21.9438 -3.91011 {normal=(0.000000 0.753197 -0.643007)}
Vertex 11782 -3.14399 20.8725 -0.319884 {normal=(-0.419352 0.849767 0.234399)}
Vertex 11783 -3.04858 19.9683 0.82904 {normal=(-0.531979 0.229538 0.782110)}
Vertex 11784 -2.96697 18.3531 1.16702 {normal=(-0.568656 -0.227454 0.739074)}
Vertex 11785 -3.00634 18.0555 0.924601 {normal=(-0.507984 -0.525514 0.671900)}
Vertex 11786 1.41995 21.6287 -3.30933 {normal=(0.481637 0.320616 -0.806912)}
Vertex 11787 2.84972 18.5355 -1.8975 {normal=(0.940516 -0.042053 -0.042284)}
Vertex 11788 3.22343 20.9112 -1.29261 {normal=(0.890436 0.314292 -0.158302)}
Vertex 11789 1.24334 22.5052 -2.81453 {normal=(0.368122 0.804374 -0.344244)}
Vertex 11790 -7.45058e-009 15.7605 -3.92037 {normal=(0.000000 -0.543126 -0.836720)}
Vertex 11791 3.14399 20.8726 -0.319884 {normal=(0.419351 0.849767 0.234399)}
Vertex 11792 3.04858 19.9683 0.82904 {normal=(0.531979 0.229538 0.782111)}
Vertex 11793 2.96697 18.3531 1.16702 {normal=(0.568656 -0.227454 0.739074)}
Vertex 11794 3.00634 18.0555 0.924601 {normal=(0.507984 -0.525514 0.671900)}
Vertex 11795 0.325448 15.6429 -6.01943 {normal=(-0.000858 -0.756102 -0.654440)}
Vertex 11796 3.0974 17.7131 0.173884 {normal=(0.425890 -0.342511 -0.826936)}
Vertex 11797 0.429443 23.6557 -5.6112 {normal=(0.135121 0.670169 -0.714222)}
Vertex 11798 -0.325448 15.6429 -6.01943 {normal=(0.000858 -0.756102 -0.654440)}
Vertex 11799 -3.09718 17.7131 0.173884 {normal=(-0.442075 -0.349119 -0.815731)}
Vertex 11800 -0.429443 23.6557 -5.6112 {normal=(-0.135121 0.670169 -0.714222)}
Vertex 11801 -1.36918 17.0851 -2.38393 {normal=(0.440444 -0.389753 0.806746)}
Vertex 11802 -1.08488 16.4292 -2.49658 {normal=(-0.536537 0.137376 -0.827563)}
Vertex 11803 -0.775947 17.0191 -2.6135 {normal=(-0.385450 0.020704 -0.913852)}
Vertex 11804 0.000415999 17.1965 -2.76138 {normal=(-0.001798 -0.002181 -0.995509)}
Vertex 11805 -0.443979 17.0481 -2.81427 {normal=(0.201528 -0.356401 0.905892)}
Vertex 11806 -0.327382 16.8246 -2.77241 {normal=(-0.185381 0.128384 -0.965795)}
Vertex 11807 -1.74359 15.4415 -3.08947 {normal=(-0.486268 -0.680630 -0.541306)}
Vertex 11808 -1.35678 15.4946 -3.01807 {normal=(0.419096 -0.468712 0.773536)}
Vertex 11809 -0.965787 15.368 -3.51527 {normal=(-0.257120 -0.643921 -0.712525)}
Vertex 11810 -1.38992 15.7193 -3.61827 {normal=(-0.392829 -0.553284 -0.724815)}
Vertex 11811 -0.480329 15.4609 -3.38862 {normal=(0.175946 -0.480833 0.852254)}
Vertex 11812 0 15.3938 -3.68077 {normal=(0.000000 -0.586784 -0.807778)}
Vertex 11813 -0.554502 15.74 -3.88078 {normal=(-0.123008 -0.545637 -0.825525)}
Vertex 11814 -1.78052 16.2182 -3.68451 {normal=(-0.546745 -0.323073 -0.754758)}
Vertex 11815 -1.03687 16.2424 -4.0713 {normal=(-0.312827 -0.369372 -0.861800)}
Vertex 11816 -1.40293 16.9496 -4.05682 {normal=(-0.496255 -0.043589 -0.848454)}
Vertex 11817 -0.398847 16.3607 -4.27377 {normal=(-0.217703 -0.460516 -0.834064)}
Vertex 11818 -0.813824 17.0205 -4.35295 {normal=(-0.487213 -0.146624 -0.789641)}
Vertex 11819 -1.89158 19.5883 -3.25049 {normal=(-0.630024 -0.031031 -0.773577)}
Vertex 11820 -1.38846 18.9443 -3.65683 {normal=(-0.578227 0.098831 -0.805522)}
Vertex 11821 -1.16367 19.7745 -3.76985 {normal=(-0.598955 0.011038 -0.799348)}
Vertex 11822 -1.64099 20.3174 -3.45128 {normal=(-0.580174 0.055578 -0.809179)}
Vertex 11823 -0.904738 19.0142 -3.99606 {normal=(-0.747062 0.034421 -0.622028)}
Vertex 11824 -0.974643 19.8232 -4.0158 {normal=(-0.944099 -0.119474 -0.151577)}
Vertex 11825 -1.10228 20.5029 -3.80754 {normal=(-0.717936 0.081914 -0.643853)}
Vertex 11826 -2.21943 20.7062 -2.94013 {normal=(-0.679677 0.128974 -0.717056)}
Vertex 11827 -1.36318 21.1002 -3.51178 {normal=(-0.519704 0.212056 -0.823098)}
Vertex 11828 -1.91032 21.4349 -3.01944 {normal=(-0.613136 0.266973 -0.739189)}
Vertex 11829 -1.0038 21.215 -3.71347 {normal=(-0.827175 0.206490 -0.308533)}
Vertex 11830 -1.05463 21.724 -3.45778 {normal=(-0.437584 0.371666 -0.813013)}
Vertex 11831 -2.55149 21.3953 -2.41595 {normal=(-0.751332 0.287918 -0.576420)}
Vertex 11832 -1.64764 22.0439 -2.95216 {normal=(-0.560808 0.479831 -0.659540)}
Vertex 11833 -2.18035 21.8804 -2.51749 {normal=(-0.667020 0.611046 -0.309824)}
Vertex 11834 -1.48416 22.4221 -2.7687 {normal=(-0.471925 0.762226 -0.332132)}
Vertex 11835 -1.30103 22.234 -3.05186 {normal=(-0.379950 0.588446 -0.700669)}
Vertex 11836 -0.689327 23.5994 -5.58237 {normal=(-0.325106 0.580506 -0.729062)}
Vertex 11837 -0.609602 23.4672 -5.68867 {normal=(-0.255547 0.234952 -0.900863)}
Vertex 11838 -0.312557 23.4268 -5.72205 {normal=(-0.028749 0.105577 -0.957768)}
Vertex 11839 0 23.6271 -5.64376 {normal=(0.000000 0.564232 -0.800941)}
Vertex 11840 -0.318486 23.7844 -5.45897 {normal=(-0.049534 0.808905 -0.572921)}
Vertex 11841 -0.60546 23.7284 -5.48127 {normal=(-0.216518 0.742683 -0.623788)}
Vertex 11842 -3.26972 17.9444 0.312284 {normal=(-0.946755 0.013486 -0.132089)}
Vertex 11843 -3.27299 17.6955 0.357653 {normal=(-0.806852 -0.422739 0.048534)}
Vertex 11844 -3.2346 17.8341 0.193375 {normal=(-0.654430 -0.205760 -0.632412)}
Vertex 11845 -2.37247 17.5932 -1.47714 {normal=(0.779739 -0.249869 0.571450)}
Vertex 11846 -2.69679 16.5946 -1.78414 {normal=(-0.810205 -0.290654 0.398472)}
Vertex 11847 -2.49486 16.2078 -1.92033 {normal=(0.573394 -0.413144 0.680184)}
Vertex 11848 -2.37508 15.7052 -2.54864 {normal=(-0.786404 -0.552597 -0.203825)}
Vertex 11849 -2.67181 16.2467 -2.37648 {normal=(-0.915921 -0.354532 -0.066836)}
Vertex 11850 -2.86749 16.9674 -2.15632 {normal=(-0.976037 -0.124710 0.023238)}
Vertex 11851 -2.50524 16.3079 -2.97987 {normal=(-0.821023 -0.263792 -0.468298)}
Vertex 11852 -2.77071 17.0394 -2.59645 {normal=(-0.919350 -0.001958 -0.355023)}
Vertex 11853 -2.9174 19.0312 -1.83108 {normal=(-0.901277 -0.237072 -0.002340)}
Vertex 11854 -2.72046 18.6357 -2.21924 {normal=(-0.892132 -0.002989 -0.413683)}
Vertex 11855 -2.54875 19.3228 -2.55234 {normal=(-0.779642 -0.116190 -0.611021)}
Vertex 11856 -2.91026 19.5398 -2.10316 {normal=(-0.867109 -0.143648 -0.461363)}
Vertex 11857 -3.12802 19.7161 -1.64951 {normal=(-0.901466 -0.245702 0.004493)}
Vertex 11858 -2.84947 20.1938 -2.24768 {normal=(-0.839695 0.027010 -0.536505)}
Vertex 11859 -3.16757 20.2503 -1.6428 {normal=(-0.935844 -0.019174 -0.329127)}
Vertex 11860 -3.26122 20.2071 -1.21827 {normal=(-0.875847 -0.346276 0.048133)}
Vertex 11861 -3.14799 20.7924 -1.59075 {normal=(-0.918061 0.131465 -0.355081)}
Vertex 11862 -3.31826 20.5897 -1.04247 {normal=(-0.978592 0.002962 -0.115620)}
Vertex 11863 -3.30865 20.3984 -0.694226 {normal=(-0.825135 -0.463674 0.054233)}
Vertex 11864 -3.31673 20.8559 -0.752818 {normal=(-0.809384 0.473816 0.017211)}
Vertex 11865 -3.35517 20.607 -0.431877 {normal=(-0.972863 -0.048197 -0.011872)}
Vertex 11866 -3.30044 20.3839 -0.234424 {normal=(-0.744959 -0.568205 -0.140222)}
Vertex 11867 -3.35219 20.689 -0.0951828 {normal=(-0.808983 0.417099 0.172157)}
Vertex 11868 -3.35292 20.4109 0.0573425 {normal=(-0.957444 -0.148700 -0.049484)}
Vertex 11869 -1.96949 17.2858 -1.96165 {normal=(0.491199 -0.331535 0.802045)}
Vertex 11870 -2.04662 15.6567 -2.54143 {normal=(0.400093 -0.470635 0.782212)}
Vertex 11871 -2.12291 15.7995 -3.12463 {normal=(-0.635910 -0.523038 -0.545192)}
Vertex 11872 -2.18672 16.8774 -3.44885 {normal=(-0.709553 -0.013791 -0.683447)}
Vertex 11873 -2.14714 18.8135 -3.00527 {normal=(-0.721006 0.057449 -0.679346)}
Vertex 11874 -2.40464 19.9603 -2.83452 {normal=(-0.725017 -0.028646 -0.680382)}
Vertex 11875 -2.74938 20.8658 -2.28544 {normal=(-0.806929 0.120282 -0.572497)}
Vertex 11876 -3.00298 21.1932 -1.74611 {normal=(-0.791738 0.487155 -0.195806)}
Vertex 11877 -3.29922 19.9873 0.36009 {normal=(-0.971500 -0.070892 -0.063432)}
Vertex 11878 -3.26537 20.1674 0.0418573 {normal=(-0.712271 -0.357313 -0.483557)}
Vertex 11879 -3.31554 20.2652 0.450694 {normal=(-0.835911 0.202078 0.362065)}
Vertex 11880 -3.2991 19.5276 0.385881 {normal=(-0.963428 0.012329 -0.168930)}
Vertex 11881 -3.22895 19.7985 0.130983 {normal=(-0.706435 -0.097100 -0.587739)}
Vertex 11882 -3.28492 19.722 0.673607 {normal=(-0.847527 0.045745 0.399923)}
Vertex 11883 -3.30253 19.0763 0.39055 {normal=(-0.949344 -0.068307 -0.230582)}
Vertex 11884 -3.21192 19.3161 0.15282 {normal=(-0.644245 -0.039899 -0.671122)}
Vertex 11885 -3.32206 19.2623 0.625545 {normal=(-0.895568 0.019564 0.293587)}
Vertex 11886 -3.19748 18.1763 0.155906 {normal=(-0.755504 0.095409 -0.548195)}
Vertex 11887 -3.24156 18.22 0.478123 {normal=(-0.982849 0.061254 -0.031214)}
Vertex 11888 -3.23892 17.971 0.622786 {normal=(-0.865941 -0.196903 0.332252)}
Vertex 11889 -3.19347 18.3848 0.230786 {normal=(-0.819109 0.126958 -0.438691)}
Vertex 11890 -3.23048 18.4669 0.609034 {normal=(-0.986420 -0.054926 0.008775)}
Vertex 11891 -3.19518 18.2869 0.902136 {normal=(-0.847315 -0.188545 0.379755)}
Vertex 11892 -3.27225 18.7959 0.505943 {normal=(-0.968474 -0.148247 -0.097665)}
Vertex 11893 -3.20678 18.9074 0.186123 {normal=(-0.675661 -0.112532 -0.627548)}
Vertex 11894 -3.3043 18.9523 0.710401 {normal=(-0.887718 0.063389 0.279280)}
Vertex 11895 -3.19978 18.6326 0.244661 {normal=(-0.784935 -0.092279 -0.492854)}
Vertex 11896 -3.22399 18.6294 0.918028 {normal=(-0.847883 0.003142 0.402650)}
Vertex 11897 -2.65668 17.9104 -1.35834 {normal=(-0.780411 -0.044266 0.526865)}
Vertex 11898 -2.6517 18.2624 -1.45502 {normal=(-0.833393 0.195069 0.502251)}
Vertex 11899 -2.80774 18.2253 -1.68742 {normal=(-0.889246 0.077424 0.399478)}
Vertex 11900 -2.77287 18.6991 -1.65284 {normal=(-0.843599 -0.107805 0.505850)}
Vertex 11901 -2.9876 19.3326 -1.6162 {normal=(-0.781700 -0.340833 0.484964)}
Vertex 11902 -3.13164 19.9137 -1.36364 {normal=(-0.692503 -0.531210 0.433609)}
Vertex 11903 -3.19412 20.2208 -0.909794 {normal=(-0.688473 -0.686222 0.221853)}
Vertex 11904 -3.1995 20.329 -0.45125 {normal=(-0.730924 -0.654276 0.030134)}
Vertex 11905 -3.16813 20.2532 -0.10085 {normal=(-0.572764 -0.647486 -0.449057)}
Vertex 11906 -3.13132 19.9841 0.0241662 {normal=(-0.531560 -0.235682 -0.806370)}
Vertex 11907 -3.08102 18.7797 0.118882 {normal=(-0.593625 -0.062719 -0.791276)}
Vertex 11908 -3.0829 18.5167 0.126 {normal=(-0.657900 0.065099 -0.745879)}
Vertex 11909 -3.07614 18.2933 0.073763 {normal=(-0.601933 0.123112 -0.783814)}
Vertex 11910 -3.08978 18.0229 0.0917398 {normal=(-0.501541 -0.114354 -0.849769)}
Vertex 11911 -3.16908 17.6199 0.2602 {normal=(-0.519764 -0.620930 -0.395071)}
Vertex 11912 -3.05452 17.5627 0.204332 {normal=(-0.563850 -0.337483 -0.699708)}
Vertex 11913 -3.07244 17.5788 0.408199 {normal=(-0.592428 -0.710473 0.294808)}
Vertex 11914 -3.16299 17.727 0.555443 {normal=(-0.565347 -0.591764 0.537561)}
Vertex 11915 -3.03044 17.8739 0.769623 {normal=(-0.523984 -0.534644 0.651315)}
Vertex 11916 -3.11484 18.1033 0.901993 {normal=(-0.579114 -0.482507 0.621119)}
Vertex 11917 -2.979 18.2248 1.08221 {normal=(-0.529099 -0.478270 0.686341)}
Vertex 11918 -3.08595 18.4047 1.11422 {normal=(-0.555909 -0.132680 0.775228)}
Vertex 11919 -3.01552 18.6124 1.10905 {normal=(-0.504285 0.211742 0.819780)}
Vertex 11920 -3.17617 18.8254 0.956614 {normal=(-0.543023 0.371623 0.708407)}
Vertex 11921 -3.11008 18.9506 0.895065 {normal=(-0.477480 0.473267 0.726208)}
Vertex 11922 -3.23955 19.075 0.761047 {normal=(-0.615785 0.207043 0.690956)}
Vertex 11923 -3.1172 19.2666 0.800823 {normal=(-0.503719 0.049085 0.853352)}
Vertex 11924 -3.20791 19.4841 0.77255 {normal=(-0.564313 -0.028729 0.793192)}
Vertex 11925 -3.06171 19.7417 0.844568 {normal=(-0.504648 0.025370 0.850585)}
Vertex 11926 -3.17615 19.9938 0.751491 {normal=(-0.536759 0.270837 0.764929)}
Vertex 11927 -3.10868 20.3164 0.574542 {normal=(-0.445089 0.560670 0.682848)}
Vertex 11928 -3.26345 20.5693 0.250891 {normal=(-0.476137 0.664709 0.518724)}
Vertex 11929 -3.16198 20.7672 -0.0372068 {normal=(-0.416514 0.810789 0.364948)}
Vertex 11930 -3.24244 20.865 -0.38372 {normal=(-0.417641 0.857228 0.209944)}
Vertex 11931 -3.12706 20.9508 -0.704373 {normal=(-0.377236 0.894694 0.141266)}
Vertex 11932 -3.15065 21.0374 -1.13533 {normal=(-0.471673 0.830708 0.126119)}
Vertex 11933 -2.88282 21.2396 -1.54043 {normal=(-0.496733 0.828671 0.166146)}
Vertex 11934 -2.64378 21.5232 -2.04946 {normal=(-0.564488 0.784110 0.126992)}
Vertex 11935 -2.11603 21.916 -2.2535 {normal=(-0.560012 0.797513 0.165692)}
Vertex 11936 -1.71585 22.281 -2.53948 {normal=(-0.536330 0.813044 0.117273)}
Vertex 11937 -1.41693 22.4375 -2.51065 {normal=(-0.417182 0.882135 0.157143)}
Vertex 11938 -1.17143 22.5692 -2.65631 {normal=(-0.343495 0.918403 0.102474)}
Vertex 11939 -0.627767 22.712 -2.60691 {normal=(-0.215891 0.962205 0.103563)}
Vertex 11940 -0.623368 22.7545 -2.83605 {normal=(-0.254665 0.919869 -0.177257)}
Vertex 11941 0 22.8261 -2.7577 {normal=(0.000000 0.981120 0.128346)}
Vertex 11942 0 16.2555 -3.12444 {normal=(0.000201 -0.374715 0.919967)}
Vertex 11943 -0.918627 16.256 -2.92902 {normal=(0.354306 -0.382538 0.848548)}
Vertex 11944 -1.69229 16.3663 -2.44027 {normal=(0.460643 -0.363397 0.808258)}
Vertex 11945 -2.24051 16.6325 -1.9962 {normal=(0.585354 -0.332336 0.726187)}
Vertex 11946 -2.57736 17.1595 -1.43497 {normal=(-0.265392 -0.289717 0.876606)}
Vertex 11947 -2.80584 17.4242 -1.71963 {normal=(-0.929674 -0.082711 0.345631)}
Vertex 11948 -2.86911 17.8048 -2.07786 {normal=(-0.970312 0.078535 -0.108938)}
Vertex 11949 -2.49674 17.8146 -2.84319 {normal=(-0.812610 0.137411 -0.560794)}
Vertex 11950 -1.76319 17.8983 -3.62128 {normal=(-0.631220 0.156298 -0.756469)}
Vertex 11951 -1.05816 17.9792 -4.09686 {normal=(-0.530764 0.132212 -0.834937)}
Vertex 11952 -0.785612 18.0477 -4.35013 {normal=(-0.925022 -0.062655 -0.164968)}
Vertex 11953 -0.792565 22.0169 -3.42345 {normal=(-0.659035 0.425135 -0.488029)}
Vertex 11954 -0.998167 22.051 -3.31332 {normal=(-0.377201 0.497961 -0.776140)}
Vertex 11955 -0.885439 22.5924 -2.92757 {normal=(-0.301042 0.698678 -0.626159)}
Vertex 11956 0 22.8248 -2.93957 {normal=(0.000000 0.862449 -0.480127)}
Vertex 11957 0 22.6222 -4.39334 {normal=(0.000000 -0.998312 0.006916)}
Vertex 11958 -0.426998 22.5915 -4.69999 {normal=(-0.039467 -0.989891 -0.056747)}
Vertex 11959 -0.748286 22.6237 -4.34359 {normal=(-0.255753 -0.939610 0.078385)}
Vertex 11960 -1.01914 22.8237 -4.16072 {normal=(-0.689741 -0.587994 0.351787)}
Vertex 11961 -1.20364 23.188 -4.12692 {normal=(-0.831957 -0.255168 0.455749)}
Vertex 11962 -0.962206 23.3041 -3.76085 {normal=(-0.611474 -0.129750 0.736950)}
Vertex 11963 -0.742035 23.5034 -3.67692 {normal=(-0.174566 0.295860 0.895782)}
Vertex 11964 -0.442905 23.7843 -3.8537 {normal=(0.015825 0.648023 0.742030)}
Vertex 11965 0 23.5526 -3.73396 {normal=(0.000000 0.531327 0.846194)}
Vertex 11966 0 22.6486 -5.02636 {normal=(0.000000 -0.961700 -0.259780)}
Vertex 11967 -0.501171 22.729 -5.2427 {normal=(-0.092953 -0.904119 -0.400204)}
Vertex 11968 -0.876181 22.6777 -4.91915 {normal=(-0.306388 -0.913506 -0.182591)}
Vertex 11969 -1.32181 23.028 -4.62278 {normal=(-0.873444 -0.406471 0.124132)}
Vertex 11970 -1.38043 23.4071 -4.62019 {normal=(-0.974481 0.038160 0.114223)}
Vertex 11971 -1.23389 23.5791 -4.12752 {normal=(-0.872630 0.173810 0.406113)}
Vertex 11972 -0.881513 23.9092 -4.02069 {normal=(-0.271665 0.769208 0.516493)}
Vertex 11973 -0.511559 24.0675 -4.33042 {normal=(-0.065275 0.960518 0.209397)}
Vertex 11974 0 23.9754 -4.11235 {normal=(0.000000 0.856542 0.491358)}
Vertex 11975 0 22.8291 -5.4515 {normal=(0.000000 -0.787757 -0.597163)}
Vertex 11976 -0.464367 22.9547 -5.5471 {normal=(-0.112811 -0.572685 -0.795217)}
Vertex 11977 -0.936095 22.8546 -5.33394 {normal=(-0.364478 -0.697272 -0.566973)}
Vertex 11978 -1.37379 23.2261 -5.09165 {normal=(-0.899158 -0.120156 -0.297592)}
Vertex 11979 -1.28392 23.5516 -5.13185 {normal=(-0.767940 0.393653 -0.433225)}
Vertex 11980 -1.30597 23.7407 -4.67955 {normal=(-0.853138 0.468685 -0.041983)}
Vertex 11981 -0.931449 24.0309 -4.57825 {normal=(-0.301328 0.925961 -0.051865)}
Vertex 11982 -0.468712 24.0269 -4.88116 {normal=(-0.067125 0.959482 -0.259132)}
Vertex 11983 0 24.0904 -4.61678 {normal=(0.000000 0.989798 -0.076032)}
Vertex 11984 0 23.1899 -5.68315 {normal=(0.000000 -0.287570 -0.941311)}
Vertex 11985 -0.686659 23.1979 -5.63404 {normal=(-0.247486 -0.256675 -0.913069)}
Vertex 11986 -0.996225 23.4366 -5.49306 {normal=(-0.548911 0.263691 -0.763029)}
Vertex 11987 -0.965774 23.7178 -5.29064 {normal=(-0.467364 0.664857 -0.567325)}
Vertex 11988 -0.689605 23.8972 -5.19072 {normal=(-0.178134 0.868585 -0.443804)}
Vertex 11989 0 23.931 -5.18933 {normal=(0.000000 0.913120 -0.398066)}
Vertex 11990 -1.02197 23.6399 -3.82744 {normal=(-0.555488 0.335392 0.696200)}
Vertex 11991 -1.16827 23.8832 -4.28788 {normal=(-0.672509 0.636737 0.246622)}
Vertex 11992 -1.09018 23.8968 -4.91425 {normal=(-0.497523 0.776919 -0.312560)}
Vertex 11993 -1.12682 23.1282 -5.39539 {normal=(-0.592596 -0.248363 -0.719134)}
Vertex 11994 -1.22489 22.9022 -5.05139 {normal=(-0.686886 -0.637329 -0.224879)}
Vertex 11995 -1.07572 22.7416 -4.54517 {normal=(-0.567915 -0.780024 0.086290)}
Vertex 11996 -0.880441 21.7733 -3.60305 {normal=(-0.928366 0.316258 0.072593)}
Vertex 11997 -0.784603 22.029 -3.52457 {normal=(-0.770189 0.525486 -0.134853)}
Vertex 11998 -0.76233 21.2754 -4.33535 {normal=(-0.437457 0.520220 -0.703997)}
Vertex 11999 -0.450542 20.6504 -4.82854 {normal=(-0.195854 0.318458 -0.900893)}
Vertex 12000 0 21.3955 -4.41566 {normal=(0.000000 0.600287 -0.788000)}
Vertex 12001 -0.361539 21.9111 -3.90847 {normal=(-0.153310 0.752502 -0.621792)}
Vertex 12002 -0.743522 19.9272 -4.85841 {normal=(-0.458681 0.034201 -0.859920)}
Vertex 12003 -0.343928 19.2584 -4.99074 {normal=(-0.146803 0.124334 -0.970417)}
Vertex 12004 0 20.0347 -4.96363 {normal=(0.000000 0.092708 -0.991664)}
Vertex 12005 -0.597177 18.2656 -5.16829 {normal=(-0.462350 0.215038 -0.829004)}
Vertex 12006 -0.321998 17.4517 -5.48778 {normal=(-0.152047 0.264881 -0.944996)}
Vertex 12007 0 18.3193 -5.23576 {normal=(0.000000 0.258687 -0.964593)}
Vertex 12008 0 16.4355 -4.3378 {normal=(0.000000 -0.520826 -0.852657)}
Vertex 12009 -0.301882 16.7497 -4.59644 {normal=(0.048312 -0.995245 -0.082960)}
Vertex 12010 -0.240131 15.6267 -5.90942 {normal=(-0.051109 -0.968411 0.188811)}
Vertex 12011 0 15.6529 -6.02938 {normal=(0.000000 -0.751317 -0.659924)}
Vertex 12012 -0.253375 15.7619 -6.06461 {normal=(-0.081989 0.082224 -0.982985)}
Vertex 12013 -0.466247 15.731 -6.02946 {normal=(-0.539966 -0.224474 -0.707144)}
Vertex 12014 -0.453747 15.6602 -5.94666 {normal=(-0.541162 -0.747227 -0.103168)}
Vertex 12015 -0.787135 17.2147 -4.81681 {normal=(-0.936639 -0.148131 0.263492)}
Vertex 12016 -0.848955 18.1821 -4.80915 {normal=(-0.968843 -0.006513 -0.108034)}
Vertex 12017 -0.876484 19.083 -4.33291 {normal=(-0.986879 -0.135174 0.068850)}
Vertex 12018 -1.0242 19.8339 -4.48044 {normal=(-0.953462 -0.141532 -0.160748)}
Vertex 12019 -1.09262 20.4813 -4.12345 {normal=(-0.988969 -0.043668 0.088085)}
Vertex 12020 -1.03851 21.1817 -4.04394 {normal=(-0.935630 0.219645 -0.110095)}
Vertex 12021 -0.611122 22.0805 -3.60647 {normal=(-0.340392 0.847160 -0.342869)}
Vertex 12022 -0.836339 21.7987 -3.81814 {normal=(-0.639642 0.593885 -0.414577)}
Vertex 12023 -1.03188 20.4962 -4.57188 {normal=(-0.785829 0.142985 -0.527496)}
Vertex 12024 -0.816406 19.1702 -4.7805 {normal=(-0.789173 -0.003059 -0.551674)}
Vertex 12025 -0.772732 17.3726 -5.27345 {normal=(-0.810826 0.135789 -0.502928)}
Vertex 12026 0 16.577 -4.76817 {normal=(0.000000 -0.386103 0.915828)}
Vertex 12027 -0.2628 16.2214 -4.92453 {normal=(-0.023141 -0.603918 0.768756)}
Vertex 12028 -0.558535 16.5742 -4.79016 {normal=(-0.564460 -0.389132 0.666587)}
Vertex 12029 -0.697786 16.3729 -5.11134 {normal=(-0.812638 -0.385185 0.349474)}
Vertex 12030 -0.82767 16.8245 -5.20228 {normal=(-0.964047 -0.067356 -0.036233)}
Vertex 12031 -0.747772 16.6708 -5.49874 {normal=(-0.812661 0.098199 -0.493416)}
Vertex 12032 -0.592184 16.9924 -5.54611 {normal=(-0.465398 0.225086 -0.824060)}
Vertex 12033 -0.312786 16.8059 -5.67181 {normal=(-0.141857 0.313807 -0.930867)}
Vertex 12034 0 17.05 -5.61115 {normal=(0.000000 0.257403 -0.965618)}
Vertex 12035 0 16.0093 -5.19813 {normal=(0.000000 -0.796499 0.587995)}
Vertex 12036 -0.238371 15.8276 -5.46432 {normal=(-0.018707 -0.869481 0.483938)}
Vertex 12037 -0.468558 16.0051 -5.20271 {normal=(-0.390617 -0.718281 0.487274)}
Vertex 12038 -0.59032 15.9292 -5.57638 {normal=(-0.773818 -0.545450 0.204955)}
Vertex 12039 -0.733329 16.2815 -5.50303 {normal=(-0.937947 -0.209207 -0.097106)}
Vertex 12040 -0.627833 16.1304 -5.81205 {normal=(-0.778087 0.082228 -0.539515)}
Vertex 12041 -0.544136 16.4751 -5.75005 {normal=(-0.437574 0.304822 -0.813151)}
Vertex 12042 -0.275885 16.2213 -5.91605 {normal=(-0.108896 0.369963 -0.918218)}
Vertex 12043 0 16.532 -5.79169 {normal=(0.000000 0.377699 -0.925434)}
Vertex 12044 0 15.7051 -5.72203 {normal=(0.000000 -0.915643 0.385939)}
Vertex 12045 -0.424075 15.7031 -5.72432 {normal=(-0.334953 -0.842415 0.315295)}
Vertex 12046 -0.583803 15.8416 -5.87483 {normal=(-0.874699 -0.331305 -0.215599)}
Vertex 12047 -0.461952 15.9386 -5.99863 {normal=(-0.353460 0.208273 -0.877389)}
Vertex 12048 0 15.9671 -6.01949 {normal=(0.000000 0.269138 -0.958570)}
Vertex 12049 1.40937 17.0851 -2.38393 {normal=(-0.461952 -0.332419 0.820939)}
Vertex 12050 0.447557 17.0481 -2.81427 {normal=(-0.198565 -0.350398 0.909446)}
Vertex 12051 0.965787 15.368 -3.51527 {normal=(0.257120 -0.643921 -0.712525)}
Vertex 12052 1.35678 15.4945 -3.01807 {normal=(-0.419096 -0.468712 0.773536)}
Vertex 12053 1.74359 15.4415 -3.08947 {normal=(0.486268 -0.680630 -0.541306)}
Vertex 12054 1.38992 15.7193 -3.61827 {normal=(0.392829 -0.553284 -0.724815)}
Vertex 12055 0.480329 15.4609 -3.38862 {normal=(-0.175946 -0.480833 0.852254)}
Vertex 12056 0.554502 15.74 -3.88078 {normal=(0.123008 -0.545637 -0.825525)}
Vertex 12057 1.03687 16.2424 -4.0713 {normal=(0.312827 -0.369372 -0.861800)}
Vertex 12058 1.78052 16.2182 -3.68451 {normal=(0.546745 -0.323073 -0.754758)}
Vertex 12059 1.40293 16.9496 -4.05682 {normal=(0.496255 -0.043589 -0.848454)}
Vertex 12060 0.398847 16.3607 -4.27377 {normal=(0.217703 -0.460517 -0.834063)}
Vertex 12061 0.813824 17.0204 -4.35295 {normal=(0.487213 -0.146624 -0.789641)}
Vertex 12062 1.16367 19.7745 -3.76985 {normal=(0.598955 0.011038 -0.799348)}
Vertex 12063 1.38846 18.9443 -3.65683 {normal=(0.578227 0.098831 -0.805522)}
Vertex 12064 1.89158 19.5883 -3.25049 {normal=(0.630024 -0.031031 -0.773577)}
Vertex 12065 1.64099 20.3174 -3.45128 {normal=(0.580174 0.055578 -0.809179)}
Vertex 12066 0.974643 19.8232 -4.01579 {normal=(0.944099 -0.119474 -0.151577)}
Vertex 12067 0.904738 19.0142 -3.99606 {normal=(0.747062 0.034421 -0.622029)}
Vertex 12068 1.10228 20.5029 -3.80754 {normal=(0.717936 0.081914 -0.643853)}
Vertex 12069 1.36319 21.1002 -3.51178 {normal=(0.519704 0.212056 -0.823098)}
Vertex 12070 2.21943 20.7062 -2.94013 {normal=(0.679677 0.128974 -0.717056)}
Vertex 12071 1.91032 21.4349 -3.01944 {normal=(0.613136 0.266973 -0.739189)}
Vertex 12072 1.0038 21.215 -3.71346 {normal=(0.827175 0.206490 -0.308533)}
Vertex 12073 1.05463 21.724 -3.45778 {normal=(0.437584 0.371666 -0.813013)}
Vertex 12074 1.64764 22.0439 -2.95216 {normal=(0.560808 0.479831 -0.659540)}
Vertex 12075 2.55149 21.3953 -2.41595 {normal=(0.751332 0.287918 -0.576420)}
Vertex 12076 2.18035 21.8804 -2.51749 {normal=(0.667020 0.611046 -0.309824)}
Vertex 12077 1.48417 22.4221 -2.76869 {normal=(0.471926 0.762226 -0.332132)}
Vertex 12078 1.30103 22.234 -3.05186 {normal=(0.379950 0.588446 -0.700669)}
Vertex 12079 0.318486 23.7844 -5.45897 {normal=(0.049534 0.808905 -0.572921)}
Vertex 12080 0.312557 23.4268 -5.72205 {normal=(0.028750 0.105577 -0.957768)}
Vertex 12081 0.609603 23.4672 -5.68867 {normal=(0.255548 0.234948 -0.900863)}
Vertex 12082 0.689327 23.5994 -5.58237 {normal=(0.325106 0.580506 -0.729062)}
Vertex 12083 0.60546 23.7284 -5.48127 {normal=(0.216518 0.742683 -0.623788)}
Vertex 12084 3.27299 17.6955 0.357653 {normal=(0.806852 -0.422737 0.048535)}
Vertex 12085 3.26972 17.9444 0.312284 {normal=(0.946757 0.013494 -0.132086)}
Vertex 12086 3.2346 17.8341 0.193375 {normal=(0.654497 -0.205728 -0.632387)}
Vertex 12087 2.41903 17.5932 -1.47714 {normal=(-0.748497 -0.235252 0.617821)}
Vertex 12088 2.24429 17.5997 -1.6265 {normal=(0.791765 -0.074950 -0.598167)}
Vertex 12089 2.37507 15.7052 -2.54864 {normal=(0.786404 -0.552597 -0.203825)}
Vertex 12090 2.49486 16.2078 -1.92033 {normal=(-0.565244 -0.407695 0.692998)}
Vertex 12091 2.69679 16.5946 -1.78414 {normal=(0.812412 -0.292152 0.391309)}
Vertex 12092 2.67181 16.2467 -2.37648 {normal=(0.915921 -0.354532 -0.066836)}
Vertex 12093 2.50524 16.3079 -2.97987 {normal=(0.821023 -0.263792 -0.468298)}
Vertex 12094 2.86748 16.9674 -2.15631 {normal=(0.976037 -0.124710 0.023238)}
Vertex 12095 2.77071 17.0394 -2.59645 {normal=(0.919350 -0.001958 -0.355023)}
Vertex 12096 2.54875 19.3228 -2.55234 {normal=(0.779642 -0.116190 -0.611021)}
Vertex 12097 2.72046 18.6357 -2.21924 {normal=(0.886410 0.000730 -0.436235)}
Vertex 12098 2.9174 19.0312 -1.83108 {normal=(0.901423 -0.217123 -0.017107)}
Vertex 12099 2.91026 19.5398 -2.10316 {normal=(0.867108 -0.143648 -0.461363)}
Vertex 12100 2.84947 20.1938 -2.24768 {normal=(0.839695 0.027010 -0.536505)}
Vertex 12101 3.12802 19.7161 -1.64951 {normal=(0.901466 -0.245702 0.004493)}
Vertex 12102 3.16757 20.2503 -1.6428 {normal=(0.935844 -0.019174 -0.329127)}
Vertex 12103 3.14799 20.7924 -1.59075 {normal=(0.918061 0.131465 -0.355081)}
Vertex 12104 3.26122 20.2071 -1.21827 {normal=(0.875847 -0.346276 0.048133)}
Vertex 12105 3.31826 20.5897 -1.04247 {normal=(0.978592 0.002960 -0.115621)}
Vertex 12106 3.31674 20.8559 -0.752818 {normal=(0.809389 0.473807 0.017208)}
Vertex 12107 3.30864 20.3984 -0.694226 {normal=(0.825135 -0.463673 0.054233)}
Vertex 12108 3.35517 20.607 -0.431877 {normal=(0.972864 -0.048203 -0.011872)}
Vertex 12109 3.35219 20.689 -0.0951827 {normal=(0.808984 0.417095 0.172158)}
Vertex 12110 3.30044 20.3839 -0.234424 {normal=(0.744959 -0.568205 -0.140222)}
Vertex 12111 3.35292 20.4109 0.0573425 {normal=(0.957444 -0.148700 -0.049484)}
Vertex 12112 1.99203 17.2857 -1.96165 {normal=(-0.526728 -0.288528 0.798061)}
Vertex 12113 2.04662 15.6567 -2.54143 {normal=(-0.400093 -0.470635 0.782212)}
Vertex 12114 2.12291 15.7995 -3.12463 {normal=(0.635910 -0.523038 -0.545192)}
Vertex 12115 2.18672 16.8774 -3.44885 {normal=(0.709553 -0.013791 -0.683447)}
Vertex 12116 2.14714 18.8135 -3.00527 {normal=(0.721006 0.057449 -0.679346)}
Vertex 12117 2.40464 19.9603 -2.83452 {normal=(0.725017 -0.028646 -0.680382)}
Vertex 12118 2.74938 20.8658 -2.28544 {normal=(0.806929 0.120282 -0.572496)}
Vertex 12119 3.00298 21.1933 -1.74611 {normal=(0.791738 0.487155 -0.195806)}
Vertex 12120 3.26537 20.1674 0.0418573 {normal=(0.712271 -0.357313 -0.483557)}
Vertex 12121 3.29922 19.9873 0.360089 {normal=(0.971500 -0.070892 -0.063432)}
Vertex 12122 3.31554 20.2652 0.450694 {normal=(0.835911 0.202078 0.362065)}
Vertex 12123 3.22895 19.7985 0.130983 {normal=(0.706435 -0.097100 -0.587739)}
Vertex 12124 3.2991 19.5276 0.385881 {normal=(0.963428 0.012329 -0.168930)}
Vertex 12125 3.28492 19.722 0.673607 {normal=(0.847527 0.045745 0.399923)}
Vertex 12126 3.21192 19.3161 0.152821 {normal=(0.644246 -0.039899 -0.671122)}
Vertex 12127 3.30253 19.0763 0.39055 {normal=(0.949344 -0.068307 -0.230582)}
Vertex 12128 3.32206 19.2624 0.625545 {normal=(0.895567 0.019564 0.293587)}
Vertex 12129 3.24156 18.22 0.478123 {normal=(0.982850 0.061250 -0.031216)}
Vertex 12130 3.19747 18.1763 0.155906 {normal=(0.755507 0.095399 -0.548195)}
Vertex 12131 3.23892 17.971 0.622786 {normal=(0.865941 -0.196903 0.332249)}
Vertex 12132 3.23048 18.4669 0.609034 {normal=(0.986420 -0.054926 0.008775)}
Vertex 12133 3.19347 18.3848 0.230786 {normal=(0.819109 0.126958 -0.438691)}
Vertex 12134 3.19518 18.2869 0.902136 {normal=(0.847315 -0.188545 0.379755)}
Vertex 12135 3.20678 18.9074 0.186123 {normal=(0.675661 -0.112532 -0.627548)}
Vertex 12136 3.27225 18.7959 0.505944 {normal=(0.968474 -0.148247 -0.097665)}
Vertex 12137 3.3043 18.9523 0.710401 {normal=(0.887718 0.063389 0.279280)}
Vertex 12138 3.19978 18.6326 0.244661 {normal=(0.784935 -0.092279 -0.492854)}
Vertex 12139 3.22399 18.6294 0.918028 {normal=(0.847883 0.003142 0.402650)}
Vertex 12140 2.67583 17.9104 -1.35834 {normal=(0.816339 0.045845 0.433884)}
Vertex 12141 2.65386 18.2624 -1.45502 {normal=(0.838777 0.207577 0.487187)}
Vertex 12142 2.80774 18.2253 -1.68742 {normal=(0.843146 0.053991 0.464364)}
Vertex 12143 2.77287 18.6991 -1.65284 {normal=(0.799576 -0.104740 0.564945)}
Vertex 12144 2.9876 19.3326 -1.6162 {normal=(0.781700 -0.340833 0.484964)}
Vertex 12145 3.13164 19.9137 -1.36364 {normal=(0.692503 -0.531210 0.433609)}
Vertex 12146 3.19412 20.2208 -0.909794 {normal=(0.688473 -0.686222 0.221853)}
Vertex 12147 3.1995 20.329 -0.45125 {normal=(0.730926 -0.654274 0.030138)}
Vertex 12148 3.16813 20.2532 -0.10085 {normal=(0.572773 -0.647474 -0.449055)}
Vertex 12149 3.13132 19.9841 0.0241662 {normal=(0.531560 -0.235682 -0.806370)}
Vertex 12150 3.09275 19.5828 0.074425 {normal=(0.531105 -0.089598 -0.824201)}
Vertex 12151 3.07886 19.0857 0.1047 {normal=(0.456775 -0.050073 -0.883740)}
Vertex 12152 3.08103 18.7798 0.118882 {normal=(0.593625 -0.062719 -0.791275)}
Vertex 12153 3.0829 18.5167 0.126 {normal=(0.657900 0.065099 -0.745879)}
Vertex 12154 3.07614 18.2933 0.073763 {normal=(0.601933 0.123109 -0.783814)}
Vertex 12155 3.08978 18.0229 0.0917397 {normal=(0.488409 -0.122416 -0.857726)}
Vertex 12156 3.16908 17.6199 0.2602 {normal=(0.519121 -0.621894 -0.394348)}
Vertex 12157 3.05467 17.5627 0.204332 {normal=(0.567448 -0.340259 -0.694502)}
Vertex 12158 3.0718 17.5788 0.408199 {normal=(0.588216 -0.714103 0.296364)}
Vertex 12159 3.16299 17.727 0.555443 {normal=(0.564655 -0.592187 0.537533)}
Vertex 12160 3.03043 17.8739 0.769623 {normal=(0.523478 -0.535247 0.651278)}
Vertex 12161 3.11484 18.1033 0.901993 {normal=(0.579114 -0.482507 0.621119)}
Vertex 12162 2.979 18.2248 1.08221 {normal=(0.529099 -0.478270 0.686341)}
Vertex 12163 3.08595 18.4047 1.11422 {normal=(0.555909 -0.132680 0.775228)}
Vertex 12164 3.01552 18.6124 1.10905 {normal=(0.504285 0.211742 0.819780)}
Vertex 12165 3.17617 18.8254 0.956614 {normal=(0.543023 0.371623 0.708407)}
Vertex 12166 3.11008 18.9506 0.895065 {normal=(0.477480 0.473266 0.726208)}
Vertex 12167 3.23955 19.075 0.761047 {normal=(0.615785 0.207043 0.690956)}
Vertex 12168 3.1172 19.2667 0.800823 {normal=(0.503719 0.049086 0.853352)}
Vertex 12169 3.20791 19.4841 0.77255 {normal=(0.564312 -0.028729 0.793193)}
Vertex 12170 3.06171 19.7417 0.844568 {normal=(0.504647 0.025369 0.850586)}
Vertex 12171 3.17614 19.9938 0.751491 {normal=(0.536759 0.270837 0.764929)}
Vertex 12172 3.10868 20.3164 0.574542 {normal=(0.445089 0.560669 0.682848)}
Vertex 12173 3.26345 20.5693 0.250891 {normal=(0.476137 0.664709 0.518724)}
Vertex 12174 3.16198 20.7672 -0.0372068 {normal=(0.416513 0.810789 0.364948)}
Vertex 12175 3.24244 20.8651 -0.38372 {normal=(0.417645 0.857224 0.209944)}
Vertex 12176 3.12706 20.9509 -0.704373 {normal=(0.377236 0.894695 0.141266)}
Vertex 12177 3.15065 21.0374 -1.13533 {normal=(0.471673 0.830708 0.126118)}
Vertex 12178 2.88282 21.2396 -1.54043 {normal=(0.496733 0.828671 0.166146)}
Vertex 12179 2.64378 21.5232 -2.04946 {normal=(0.564488 0.784109 0.126992)}
Vertex 12180 2.11603 21.916 -2.2535 {normal=(0.560012 0.797513 0.165692)}
Vertex 12181 1.71585 22.281 -2.53948 {normal=(0.536330 0.813044 0.117273)}
Vertex 12182 1.41693 22.4375 -2.51065 {normal=(0.417182 0.882135 0.157143)}
Vertex 12183 1.17143 22.5691 -2.65631 {normal=(0.343495 0.918403 0.102474)}
Vertex 12184 0.623368 22.7545 -2.83605 {normal=(0.254665 0.919869 -0.177257)}
Vertex 12185 0.627767 22.712 -2.60691 {normal=(0.215892 0.962205 0.103563)}
Vertex 12186 0.918627 16.256 -2.92902 {normal=(-0.354686 -0.375812 0.851245)}
Vertex 12187 1.69229 16.3663 -2.44027 {normal=(-0.470438 -0.343411 0.809953)}
Vertex 12188 2.24051 16.6325 -1.9962 {normal=(-0.582939 -0.321016 0.735514)}
Vertex 12189 2.61321 17.1595 -1.43497 {normal=(0.267744 -0.309069 0.859601)}
Vertex 12190 2.80584 17.4242 -1.71963 {normal=(0.937724 -0.078191 0.325816)}
Vertex 12191 2.86911 17.8048 -2.07786 {normal=(0.968293 0.057045 -0.114889)}
Vertex 12192 2.49674 17.8145 -2.84319 {normal=(0.812610 0.137412 -0.560794)}
Vertex 12193 1.76319 17.8983 -3.62128 {normal=(0.631220 0.156299 -0.756469)}
Vertex 12194 1.05816 17.9792 -4.09686 {normal=(0.530764 0.132212 -0.834937)}
Vertex 12195 0.785612 18.0477 -4.35013 {normal=(0.925022 -0.062655 -0.164968)}
Vertex 12196 0.792565 22.0169 -3.42345 {normal=(0.594684 0.546207 -0.438603)}
Vertex 12197 0.998167 22.051 -3.31332 {normal=(0.351336 0.513662 -0.777166)}
Vertex 12198 0.885439 22.5924 -2.92757 {normal=(0.301042 0.698678 -0.626159)}
Vertex 12199 0.426998 22.5915 -4.69999 {normal=(0.039467 -0.989891 -0.056747)}
Vertex 12200 0.748286 22.6237 -4.34359 {normal=(0.255753 -0.939610 0.078385)}
Vertex 12201 1.20364 23.1881 -4.12692 {normal=(0.831957 -0.255168 0.455749)}
Vertex 12202 1.01914 22.8237 -4.16072 {normal=(0.689741 -0.587994 0.351787)}
Vertex 12203 0.962206 23.3041 -3.76085 {normal=(0.684537 -0.091049 0.681380)}
Vertex 12204 0.442905 23.7843 -3.8537 {normal=(-0.015825 0.648023 0.742030)}
Vertex 12205 0.742035 23.5034 -3.67691 {normal=(0.212793 0.364043 0.871265)}
Vertex 12206 0.501171 22.729 -5.2427 {normal=(0.092953 -0.904119 -0.400204)}
Vertex 12207 0.876181 22.6777 -4.91915 {normal=(0.306388 -0.913506 -0.182591)}
Vertex 12208 1.38043 23.4071 -4.62019 {normal=(0.974480 0.038160 0.114223)}
Vertex 12209 1.32181 23.028 -4.62278 {normal=(0.873444 -0.406471 0.124132)}
Vertex 12210 1.23389 23.5791 -4.12752 {normal=(0.872631 0.173810 0.406113)}
Vertex 12211 0.511559 24.0675 -4.33042 {normal=(0.065275 0.960518 0.209397)}
Vertex 12212 0.881513 23.9092 -4.02069 {normal=(0.271665 0.769208 0.516493)}
Vertex 12213 0.464367 22.9547 -5.5471 {normal=(0.112813 -0.572682 -0.795218)}
Vertex 12214 0.936095 22.8546 -5.33394 {normal=(0.364478 -0.697270 -0.566975)}
Vertex 12215 1.28392 23.5516 -5.13185 {normal=(0.767940 0.393653 -0.433225)}
Vertex 12216 1.37378 23.2261 -5.09165 {normal=(0.899158 -0.120156 -0.297593)}
Vertex 12217 1.30597 23.7407 -4.67955 {normal=(0.853138 0.468685 -0.041983)}
Vertex 12218 0.468712 24.0269 -4.88116 {normal=(0.067125 0.959482 -0.259132)}
Vertex 12219 0.931449 24.0309 -4.57825 {normal=(0.301329 0.925961 -0.051865)}
Vertex 12220 0.686659 23.1979 -5.63404 {normal=(0.247490 -0.256675 -0.913069)}
Vertex 12221 0.996225 23.4366 -5.49306 {normal=(0.548910 0.263688 -0.763031)}
Vertex 12222 0.965774 23.7178 -5.29064 {normal=(0.467364 0.664857 -0.567326)}
Vertex 12223 0.689605 23.8972 -5.19072 {normal=(0.178134 0.868585 -0.443804)}
Vertex 12224 1.02197 23.6399 -3.82744 {normal=(0.555488 0.335392 0.696200)}
Vertex 12225 1.16827 23.8832 -4.28787 {normal=(0.672510 0.636737 0.246622)}
Vertex 12226 1.09018 23.8968 -4.91425 {normal=(0.497523 0.776919 -0.312560)}
Vertex 12227 1.12682 23.1282 -5.39539 {normal=(0.592593 -0.248363 -0.719137)}
Vertex 12228 1.22489 22.9022 -5.05139 {normal=(0.686886 -0.637330 -0.224879)}
Vertex 12229 1.07572 22.7416 -4.54517 {normal=(0.567915 -0.780024 0.086290)}
Vertex 12230 0.880441 21.7733 -3.60305 {normal=(0.928366 0.316258 0.072593)}
Vertex 12231 0.784603 22.0291 -3.52458 {normal=(0.686657 0.658868 -0.074988)}
Vertex 12232 0.450542 20.6503 -4.82854 {normal=(0.195854 0.318458 -0.900893)}
Vertex 12233 0.76233 21.2754 -4.33535 {normal=(0.437457 0.520220 -0.703997)}
Vertex 12234 0.361539 21.9111 -3.90847 {normal=(0.153310 0.752502 -0.621792)}
Vertex 12235 0.343928 19.2584 -4.99074 {normal=(0.146803 0.124334 -0.970417)}
Vertex 12236 0.743522 19.9272 -4.85841 {normal=(0.458681 0.034201 -0.859919)}
Vertex 12237 0.321997 17.4517 -5.48778 {normal=(0.152047 0.264881 -0.944996)}
Vertex 12238 0.597177 18.2656 -5.16828 {normal=(0.462350 0.215038 -0.829003)}
Vertex 12239 0.301882 16.7497 -4.59643 {normal=(-0.048312 -0.995245 -0.082960)}
Vertex 12240 0.466247 15.731 -6.02947 {normal=(0.539966 -0.224474 -0.707144)}
Vertex 12241 0.253375 15.7619 -6.06461 {normal=(0.081989 0.082224 -0.982985)}
Vertex 12242 0.240131 15.6267 -5.90942 {normal=(0.051109 -0.968411 0.188811)}
Vertex 12243 0.453747 15.6602 -5.94666 {normal=(0.541162 -0.747227 -0.103168)}
Vertex 12244 0.848955 18.1821 -4.80915 {normal=(0.968843 -0.006513 -0.108034)}
Vertex 12245 0.787135 17.2147 -4.81681 {normal=(0.936639 -0.148131 0.263492)}
Vertex 12246 0.876484 19.083 -4.33291 {normal=(0.986879 -0.135174 0.068850)}
Vertex 12247 1.0242 19.8339 -4.48044 {normal=(0.953462 -0.141532 -0.160748)}
Vertex 12248 1.09262 20.4813 -4.12345 {normal=(0.988969 -0.043668 0.088085)}
Vertex 12249 1.03851 21.1817 -4.04394 {normal=(0.935630 0.219645 -0.110095)}
Vertex 12250 0.611122 22.0805 -3.60647 {normal=(0.310315 0.866636 -0.333501)}
Vertex 12251 0.836339 21.7987 -3.81814 {normal=(0.639642 0.593885 -0.414577)}
Vertex 12252 1.03188 20.4962 -4.57188 {normal=(0.785829 0.142985 -0.527496)}
Vertex 12253 0.816406 19.1702 -4.7805 {normal=(0.789173 -0.003059 -0.551675)}
Vertex 12254 0.772732 17.3725 -5.27345 {normal=(0.810827 0.135790 -0.502928)}
Vertex 12255 0.2628 16.2214 -4.92453 {normal=(0.023141 -0.603918 0.768756)}
Vertex 12256 0.558535 16.5742 -4.79016 {normal=(0.564460 -0.389132 0.666587)}
Vertex 12257 0.697786 16.3729 -5.11134 {normal=(0.812638 -0.385185 0.349474)}
Vertex 12258 0.82767 16.8245 -5.20228 {normal=(0.964047 -0.067356 -0.036233)}
Vertex 12259 0.747772 16.6708 -5.49874 {normal=(0.812661 0.098199 -0.493416)}
Vertex 12260 0.592184 16.9924 -5.54611 {normal=(0.465398 0.225086 -0.824060)}
Vertex 12261 0.312786 16.8059 -5.67181 {normal=(0.141857 0.313807 -0.930867)}
Vertex 12262 0.238371 15.8276 -5.46432 {normal=(0.018707 -0.869481 0.483938)}
Vertex 12263 0.468558 16.0051 -5.20271 {normal=(0.390617 -0.718281 0.487274)}
Vertex 12264 0.59032 15.9292 -5.57638 {normal=(0.773818 -0.545450 0.204955)}
Vertex 12265 0.733329 16.2815 -5.50303 {normal=(0.937947 -0.209207 -0.097106)}
Vertex 12266 0.627833 16.1305 -5.81205 {normal=(0.778087 0.082228 -0.539515)}
Vertex 12267 0.544137 16.4751 -5.75005 {normal=(0.437574 0.304822 -0.813151)}
Vertex 12268 0.275885 16.2213 -5.91605 {normal=(0.108896 0.369963 -0.918218)}
Vertex 12269 0.424075 15.703 -5.72432 {normal=(0.334953 -0.842415 0.315295)}
Vertex 12270 0.583803 15.8416 -5.87483 {normal=(0.874699 -0.331305 -0.215599)}
Vertex 12271 0.461952 15.9386 -5.99863 {normal=(0.353460 0.208273 -0.877389)}
Vertex 12272 -0.679747 16.6597 -2.686 {normal=(-0.380803 0.128079 -0.907691)}
Vertex 12273 -1.75628 15.7495 -3.4032 {normal=(-0.505280 -0.548837 -0.654648)}
Vertex 12274 -0.997951 15.7143 -3.77555 {normal=(-0.255686 -0.550732 -0.787532)}
Vertex 12275 -1.77162 18.8864 -3.36442 {normal=(-0.639466 0.083114 -0.756289)}
Vertex 12276 -1.07403 18.987 -3.87115 {normal=(-0.584704 0.092336 -0.801675)}
Vertex 12277 -2.0614 20.1472 -3.15166 {normal=(-0.643563 0.019213 -0.758912)}
Vertex 12278 -1.27682 20.4447 -3.68578 {normal=(-0.571984 0.079440 -0.811550)}
Vertex 12279 -2.37852 21.158 -2.67515 {normal=(-0.709897 0.192456 -0.671270)}
Vertex 12280 -1.37458 21.9382 -3.20659 {normal=(-0.438991 0.431218 -0.778888)}
Vertex 12281 -2.44351 15.9412 -2.78242 {normal=(-0.801654 -0.454133 -0.336672)}
Vertex 12282 -2.47631 18.7288 -2.61249 {normal=(-0.800311 0.032124 -0.583011)}
Vertex 12283 -2.68337 19.7575 -2.48872 {normal=(-0.795378 -0.079335 -0.592515)}
Vertex 12284 -3.01502 20.562 -1.91857 {normal=(-0.878092 0.071246 -0.466981)}
Vertex 12285 -1.69419 17.1751 -2.1542 {normal=(0.450113 -0.357566 0.816887)}
Vertex 12286 -2.19117 17.4225 -1.76247 {normal=(0.648523 -0.283630 0.693965)}
Vertex 12287 -2.74837 18.0295 -1.55021 {normal=(-0.849244 0.093739 0.493610)}
Vertex 12288 -3.03008 19.3753 -1.7787 {normal=(-0.894363 -0.263020 -0.026766)}
Vertex 12289 -3.2066 20.0084 -1.4579 {normal=(-0.895709 -0.280751 0.027775)}
Vertex 12290 -3.2944 20.3308 -0.955443 {normal=(-0.851564 -0.407193 0.065938)}
Vertex 12291 -3.30898 20.4145 -0.449071 {normal=(-0.788056 -0.527306 -0.008384)}
Vertex 12292 -3.28517 20.3028 -0.0656575 {normal=(-0.716762 -0.514961 -0.328967)}
Vertex 12293 -3.24523 19.9939 0.102583 {normal=(-0.718919 -0.197829 -0.547737)}
Vertex 12294 -3.21751 19.5747 0.142561 {normal=(-0.671260 -0.047535 -0.637756)}
Vertex 12295 -3.20929 19.076 0.165946 {normal=(-0.643162 -0.070131 -0.671084)}
Vertex 12296 -3.2038 18.7723 0.212609 {normal=(-0.726954 -0.127868 -0.562163)}
Vertex 12297 -3.19593 18.4996 0.25861 {normal=(-0.826690 0.015680 -0.437480)}
Vertex 12298 -3.19359 18.2798 0.187711 {normal=(-0.788853 0.149404 -0.482576)}
Vertex 12299 -3.20651 18.0414 0.147853 {normal=(-0.690250 -0.008079 -0.638835)}
Vertex 12300 -3.25953 17.7998 0.482691 {normal=(-0.847786 -0.269884 0.317080)}
Vertex 12301 -3.2165 18.1494 0.773412 {normal=(-0.870875 -0.191957 0.332928)}
Vertex 12302 -3.192 18.431 0.964995 {normal=(-0.830408 -0.100636 0.429573)}
Vertex 12303 -3.26887 18.8228 0.815181 {normal=(-0.859850 0.067128 0.343661)}
Vertex 12304 -3.3241 19.0786 0.636315 {normal=(-0.913008 0.023124 0.252065)}
Vertex 12305 -3.3063 19.4835 0.648005 {normal=(-0.873206 0.016471 0.347344)}
Vertex 12306 -3.28047 19.9814 0.631466 {normal=(-0.831616 0.118654 0.412840)}
Vertex 12307 -3.3521 20.5191 0.189181 {normal=(-0.829629 0.306723 0.275768)}
Vertex 12308 -3.33425 20.7946 -0.407486 {normal=(-0.793893 0.474979 0.091404)}
Vertex 12309 -2.66452 21.4923 -2.19618 {normal=(-0.734468 0.540404 -0.273478)}
Vertex 12310 -1.73429 22.2365 -2.70164 {normal=(-0.595949 0.678945 -0.317038)}
Vertex 12311 -7.45058e-009 22.8375 -2.87487 {normal=(0.000000 0.947617 -0.146701)}
Vertex 12312 -0.939607 15.4623 -3.24743 {normal=(0.325079 -0.474320 0.811893)}
Vertex 12313 -1.7273 15.5589 -2.76219 {normal=(0.420570 -0.470618 0.771365)}
Vertex 12314 -2.30554 15.8518 -2.28454 {normal=(0.457436 -0.457385 0.754141)}
Vertex 12315 -2.7964 16.7347 -1.99336 {normal=(-0.945791 -0.224155 0.178709)}
Vertex 12316 -2.53231 16.9007 -3.03534 {normal=(-0.821384 -0.008183 -0.543554)}
Vertex 12317 -1.79119 16.9127 -3.80125 {normal=(-0.597518 -0.023371 -0.781730)}
Vertex 12318 -1.06334 16.9861 -4.23443 {normal=(-0.429364 -0.073204 -0.880425)}
Vertex 12319 -3.72529e-009 23.7957 -3.89179 {normal=(0.000000 0.660755 0.732407)}
Vertex 12320 0 22.7383 -5.27619 {normal=(0.000000 -0.908257 -0.411573)}
Vertex 12321 0 23.4424 -5.71301 {normal=(0.000000 0.140471 -0.954416)}
Vertex 12322 0 23.7809 -5.4704 {normal=(0.000000 0.803026 -0.581764)}
Vertex 12323 -1.13133 23.4469 -3.92168 {normal=(-0.784505 -0.004349 0.580007)}
Vertex 12324 -0.807536 23.7464 -3.80985 {normal=(-0.190008 0.580113 0.751520)}
Vertex 12325 -1.29388 23.6828 -4.38369 {normal=(-0.901391 0.321535 0.209865)}
Vertex 12326 -0.931517 24.0107 -4.28578 {normal=(-0.315113 0.883048 0.234487)}
Vertex 12327 -1.21499 23.7525 -4.99018 {normal=(-0.682937 0.599929 -0.346640)}
Vertex 12328 -0.858434 23.9873 -4.88445 {normal=(-0.243427 0.912238 -0.280476)}
Vertex 12329 -1.26514 23.3312 -5.28501 {normal=(-0.753348 0.092155 -0.585487)}
Vertex 12330 -0.862163 22.9877 -5.47782 {normal=(-0.332375 -0.489133 -0.777089)}
Vertex 12331 -1.37505 23.1242 -4.88142 {normal=(-0.919778 -0.296078 -0.046553)}
Vertex 12332 -0.932689 22.7631 -5.16139 {normal=(-0.347828 -0.843725 -0.346643)}
Vertex 12333 -1.21662 22.9369 -4.36666 {normal=(-0.785659 -0.501484 0.286489)}
Vertex 12334 -0.798288 22.6185 -4.64686 {normal=(-0.245843 -0.950693 -0.031464)}
Vertex 12335 -0.882375 21.7712 -3.51077 {normal=(-0.704807 0.371140 -0.407259)}
Vertex 12336 -1.06 20.5093 -3.91922 {normal=(-0.919170 0.011995 -0.184307)}
Vertex 12337 -0.849312 19.0412 -4.12037 {normal=(-0.935642 -0.073286 -0.192416)}
Vertex 12338 -0.680399 17.1329 -4.61356 {normal=(-0.810135 -0.225852 0.242948)}
Vertex 12339 3.72529e-009 17.4666 -5.49694 {normal=(0.000000 0.268562 -0.962230)}
Vertex 12340 0 19.2835 -5.00039 {normal=(0.000000 0.127742 -0.985922)}
Vertex 12341 -0.907302 21.7703 -3.71144 {normal=(-0.863106 0.403529 -0.048979)}
Vertex 12342 -0.658877 21.8498 -3.89096 {normal=(-0.351360 0.711095 -0.573564)}
Vertex 12343 -1.11247 20.4625 -4.36081 {normal=(-0.956574 0.017995 -0.145337)}
Vertex 12344 -0.821148 20.5648 -4.735 {normal=(-0.477299 0.256409 -0.795684)}
Vertex 12345 -0.8957 19.1293 -4.57313 {normal=(-0.958834 -0.097202 -0.143543)}
Vertex 12346 -0.634012 19.2113 -4.92852 {normal=(-0.450005 0.085787 -0.854253)}
Vertex 12347 -0.840701 17.3084 -5.06128 {normal=(-0.968938 -0.007734 -0.065913)}
Vertex 12348 -0.59568 17.417 -5.42504 {normal=(-0.466429 0.231633 -0.822430)}
Vertex 12349 -0.502947 16.2382 -4.95265 {normal=(-0.412047 -0.552480 0.642927)}
Vertex 12350 -0.796375 16.5442 -5.32019 {normal=(-0.952301 -0.148976 -0.049121)}
Vertex 12351 -0.577925 16.7567 -5.62371 {normal=(-0.458073 0.263693 -0.815527)}
Vertex 12352 0 15.8419 -5.47663 {normal=(0.000000 -0.867577 0.490968)}
Vertex 12353 -0.445543 15.8387 -5.48003 {normal=(-0.372659 -0.783679 0.408798)}
Vertex 12354 -0.656487 16.0446 -5.70363 {normal=(-0.928309 -0.237021 -0.130337)}
Vertex 12355 -0.501814 16.1887 -5.88755 {normal=(-0.405779 0.304945 -0.829201)}
Vertex 12356 -1.13894 22.5456 -2.54885 {normal=(-0.324071 0.926714 0.139238)}
Vertex 12357 0 22.8098 -2.64091 {normal=(0.000000 0.982983 0.082325)}
Vertex 12358 -1.6724 22.2677 -2.43224 {normal=(-0.519958 0.825324 0.159575)}
Vertex 12359 -2.57658 21.5256 -1.96079 {normal=(-0.535804 0.809609 0.172911)}
Vertex 12360 -3.15896 20.5893 0.274645 {normal=(-0.422789 0.701302 0.539518)}
Vertex 12361 -3.08874 19.5001 0.820636 {normal=(-0.483021 -0.026996 0.866855)}
Vertex 12362 -3.13001 19.073 0.815507 {normal=(-0.492578 0.289643 0.792919)}
Vertex 12363 -3.06829 18.8227 1.00456 {normal=(-0.487036 0.386283 0.758747)}
Vertex 12364 -3.05415 17.6892 0.587266 {normal=(-0.534508 -0.620731 0.548540)}
Vertex 12365 -3.0766 17.5443 0.266892 {normal=(-0.627707 -0.610436 -0.233151)}
Vertex 12366 1.75628 15.7495 -3.4032 {normal=(0.505280 -0.548837 -0.654648)}
Vertex 12367 0.997951 15.7143 -3.77555 {normal=(0.255686 -0.550732 -0.787532)}
Vertex 12368 1.77162 18.8864 -3.36442 {normal=(0.639466 0.083114 -0.756289)}
Vertex 12369 1.07403 18.987 -3.87115 {normal=(0.584704 0.092336 -0.801675)}
Vertex 12370 2.0614 20.1472 -3.15166 {normal=(0.643563 0.019213 -0.758912)}
Vertex 12371 1.27682 20.4447 -3.68578 {normal=(0.571984 0.079440 -0.811550)}
Vertex 12372 2.37852 21.158 -2.67515 {normal=(0.709896 0.192456 -0.671270)}
Vertex 12373 1.37458 21.9382 -3.20659 {normal=(0.438991 0.431218 -0.778888)}
Vertex 12374 2.44351 15.9412 -2.78242 {normal=(0.801654 -0.454132 -0.336672)}
Vertex 12375 2.47631 18.7288 -2.61249 {normal=(0.800311 0.032124 -0.583011)}
Vertex 12376 2.68337 19.7575 -2.48872 {normal=(0.795378 -0.079335 -0.592515)}
Vertex 12377 3.01502 20.562 -1.91857 {normal=(0.878092 0.071246 -0.466981)}
Vertex 12378 0 17.063 -2.86002 {normal=(0.000580 -0.344776 0.932721)}
Vertex 12379 1.73932 17.1751 -2.1542 {normal=(-0.489122 -0.299031 0.819113)}
Vertex 12380 2.20648 17.4225 -1.76247 {normal=(-0.641132 -0.258853 0.715612)}
Vertex 12381 2.74837 18.0295 -1.55021 {normal=(0.859573 0.104044 0.471337)}
Vertex 12382 3.03008 19.3753 -1.7787 {normal=(0.894363 -0.263020 -0.026766)}
Vertex 12383 3.2066 20.0084 -1.4579 {normal=(0.895709 -0.280751 0.027775)}
Vertex 12384 3.2944 20.3308 -0.955443 {normal=(0.851564 -0.407193 0.065938)}
Vertex 12385 3.30898 20.4145 -0.449071 {normal=(0.788056 -0.527306 -0.008384)}
Vertex 12386 3.28517 20.3028 -0.0656575 {normal=(0.716761 -0.514962 -0.328967)}
Vertex 12387 3.24523 19.9939 0.102583 {normal=(0.718919 -0.197829 -0.547737)}
Vertex 12388 3.21751 19.5747 0.142561 {normal=(0.671260 -0.047535 -0.637756)}
Vertex 12389 3.20929 19.076 0.165946 {normal=(0.643162 -0.070131 -0.671084)}
Vertex 12390 3.2038 18.7723 0.212609 {normal=(0.726954 -0.127868 -0.562163)}
Vertex 12391 3.19593 18.4996 0.25861 {normal=(0.826690 0.015680 -0.437480)}
Vertex 12392 3.19359 18.2798 0.187711 {normal=(0.788854 0.149398 -0.482576)}
Vertex 12393 3.20651 18.0414 0.147853 {normal=(0.690255 -0.008076 -0.638829)}
Vertex 12394 3.25953 17.7998 0.482691 {normal=(0.847786 -0.269881 0.317079)}
Vertex 12395 3.2165 18.1494 0.773412 {normal=(0.870876 -0.191958 0.332927)}
Vertex 12396 3.192 18.431 0.964995 {normal=(0.830408 -0.100636 0.429572)}
Vertex 12397 3.26887 18.8228 0.815181 {normal=(0.859850 0.067128 0.343661)}
Vertex 12398 3.3241 19.0786 0.636315 {normal=(0.913008 0.023124 0.252065)}
Vertex 12399 3.3063 19.4835 0.648004 {normal=(0.873206 0.016471 0.347344)}
Vertex 12400 3.28048 19.9814 0.631466 {normal=(0.831616 0.118654 0.412840)}
Vertex 12401 3.3521 20.5191 0.189181 {normal=(0.829629 0.306723 0.275768)}
Vertex 12402 3.33425 20.7946 -0.407487 {normal=(0.793898 0.474969 0.091404)}
Vertex 12403 2.66452 21.4923 -2.19618 {normal=(0.734468 0.540404 -0.273478)}
Vertex 12404 1.73429 22.2365 -2.70164 {normal=(0.595949 0.678945 -0.317038)}
Vertex 12405 0 15.4679 -3.43718 {normal=(0.000000 -0.482970 0.867827)}
Vertex 12406 0.939606 15.4623 -3.24743 {normal=(-0.325079 -0.474320 0.811893)}
Vertex 12407 1.7273 15.5589 -2.76219 {normal=(-0.420570 -0.470618 0.771365)}
Vertex 12408 2.30554 15.8518 -2.28454 {normal=(-0.456460 -0.456754 0.755298)}
Vertex 12409 2.7964 16.7347 -1.99336 {normal=(0.948108 -0.224414 0.171910)}
Vertex 12410 2.53231 16.9007 -3.03534 {normal=(0.821384 -0.008183 -0.543554)}
Vertex 12411 1.79119 16.9127 -3.80125 {normal=(0.597518 -0.023371 -0.781730)}
Vertex 12412 1.06334 16.9861 -4.23443 {normal=(0.429364 -0.073204 -0.880425)}
Vertex 12413 0 16.7615 -4.60902 {normal=(0.000000 -0.995894 -0.084492)}
Vertex 12414 0 16.0518 -4.10686 {normal=(0.000000 -0.536137 -0.841779)}
Vertex 12415 0 22.5974 -4.72457 {normal=(0.000000 -0.991264 -0.058467)}
Vertex 12416 0 24.0782 -4.36442 {normal=(0.000000 0.966631 0.199581)}
Vertex 12417 0 22.9651 -5.57845 {normal=(0.000000 -0.576585 -0.802536)}
Vertex 12418 -3.72529e-009 24.034 -4.88616 {normal=(0.000000 0.964221 -0.256617)}
Vertex 12419 1.13133 23.4469 -3.92168 {normal=(0.784505 -0.004349 0.580007)}
Vertex 12420 0.807536 23.7464 -3.80985 {normal=(0.190008 0.580112 0.751520)}
Vertex 12421 1.29388 23.6827 -4.38369 {normal=(0.901391 0.321535 0.209865)}
Vertex 12422 0.931517 24.0107 -4.28578 {normal=(0.315113 0.883048 0.234487)}
Vertex 12423 1.21499 23.7525 -4.99018 {normal=(0.682937 0.599929 -0.346640)}
Vertex 12424 0.858434 23.9873 -4.88445 {normal=(0.243427 0.912238 -0.280476)}
Vertex 12425 1.26514 23.3312 -5.28501 {normal=(0.753346 0.092153 -0.585489)}
Vertex 12426 0.862163 22.9877 -5.47782 {normal=(0.332377 -0.489130 -0.777091)}
Vertex 12427 1.37505 23.1242 -4.88142 {normal=(0.919778 -0.296078 -0.046553)}
Vertex 12428 0.932689 22.7631 -5.16139 {normal=(0.347828 -0.843725 -0.346643)}
Vertex 12429 1.21662 22.9369 -4.36666 {normal=(0.785659 -0.501484 0.286489)}
Vertex 12430 0.798288 22.6185 -4.64685 {normal=(0.245843 -0.950693 -0.031464)}
Vertex 12431 0.882375 21.7712 -3.51077 {normal=(0.704807 0.371140 -0.407259)}
Vertex 12432 1.06 20.5093 -3.91922 {normal=(0.919170 0.011995 -0.184307)}
Vertex 12433 0.849312 19.0412 -4.12037 {normal=(0.935641 -0.073286 -0.192416)}
Vertex 12434 0.680399 17.1329 -4.61356 {normal=(0.810135 -0.225852 0.242948)}
Vertex 12435 0 20.6974 -4.85791 {normal=(0.000000 0.336816 -0.917558)}
Vertex 12436 0.907302 21.7704 -3.71143 {normal=(0.863106 0.403529 -0.048979)}
Vertex 12437 0.658877 21.8498 -3.89096 {normal=(0.351359 0.711095 -0.573563)}
Vertex 12438 1.11247 20.4625 -4.36081 {normal=(0.956574 0.017995 -0.145337)}
Vertex 12439 0.821148 20.5648 -4.735 {normal=(0.477299 0.256409 -0.795684)}
Vertex 12440 0.8957 19.1293 -4.57313 {normal=(0.958834 -0.097202 -0.143543)}
Vertex 12441 0.634012 19.2113 -4.92852 {normal=(0.450005 0.085787 -0.854253)}
Vertex 12442 0.840701 17.3084 -5.06128 {normal=(0.968938 -0.007734 -0.065913)}
Vertex 12443 0.59568 17.417 -5.42504 {normal=(0.466429 0.231633 -0.822430)}
Vertex 12444 0 16.8213 -5.67664 {normal=(0.000000 0.317272 -0.946422)}
Vertex 12445 0 16.2425 -4.94312 {normal=(0.000000 -0.595938 0.777757)}
Vertex 12446 0.502947 16.2382 -4.95265 {normal=(0.412047 -0.552481 0.642927)}
Vertex 12447 0.796375 16.5442 -5.32019 {normal=(0.952301 -0.148976 -0.049121)}
Vertex 12448 0.577925 16.7567 -5.62371 {normal=(0.458073 0.263693 -0.815527)}
Vertex 12449 0 16.2311 -5.91855 {normal=(0.000000 0.373608 -0.927171)}
Vertex 12450 0.445543 15.8387 -5.48003 {normal=(0.372659 -0.783679 0.408798)}
Vertex 12451 0.656487 16.0446 -5.70363 {normal=(0.928309 -0.237021 -0.130337)}
Vertex 12452 0.501814 16.1887 -5.88755 {normal=(0.405779 0.304945 -0.829201)}
Vertex 12453 0 15.7635 -6.06331 {normal=(0.000000 0.098073 -0.991730)}
Vertex 12454 0 15.6338 -5.91603 {normal=(0.000000 -0.972878 0.210055)}
Vertex 12455 1.13894 22.5456 -2.54885 {normal=(0.324071 0.926715 0.139238)}
Vertex 12456 1.6724 22.2677 -2.43224 {normal=(0.519958 0.825324 0.159575)}
Vertex 12457 2.57658 21.5256 -1.96079 {normal=(0.535804 0.809609 0.172912)}
Vertex 12458 3.15896 20.5893 0.274645 {normal=(0.422789 0.701302 0.539518)}
Vertex 12459 3.08874 19.5001 0.820635 {normal=(0.483020 -0.026995 0.866855)}
Vertex 12460 3.13001 19.073 0.815507 {normal=(0.492578 0.289643 0.792919)}
Vertex 12461 3.06829 18.8227 1.00456 {normal=(0.487036 0.386284 0.758747)}
Vertex 12462 3.05391 17.6892 0.587266 {normal=(0.532194 -0.623029 0.548418)}
Vertex 12463 3.07611 17.5443 0.266892 {normal=(0.625687 -0.614387 -0.228924)}
Vertex 12464 0.256659 15.9605 -6.01781 {normal=(0.079810 0.272941 -0.952034)}
Vertex 12465 0.564516 15.8994 -5.9478 {normal=(0.722327 -0.017769 -0.610570)}
Vertex 12466 0.539265 15.7639 -5.78917 {normal=(0.720913 -0.628351 0.114937)}
Vertex 12467 0.231407 15.6955 -5.71374 {normal=(0.019254 -0.915522 0.383658)}
Vertex 12468 0.29634 16.5188 -5.78833 {normal=(0.129338 0.371556 -0.913454)}
Vertex 12469 0.694844 16.3969 -5.64864 {normal=(0.797332 0.093399 -0.514352)}
Vertex 12470 0.644458 16.1266 -5.33211 {normal=(0.791684 -0.497111 0.255261)}
Vertex 12471 0.245955 15.9901 -5.1816 {normal=(0.013586 -0.799910 0.580843)}
Vertex 12472 0.31998 17.035 -5.60365 {normal=(0.148319 0.256576 -0.948034)}
Vertex 12473 0.768839 16.9246 -5.40348 {normal=(0.815765 0.112634 -0.492252)}
Vertex 12474 0.746405 16.685 -4.96904 {normal=(0.861910 -0.250888 0.371778)}
Vertex 12475 0.297546 16.5599 -4.75204 {normal=(0.146043 -0.414075 0.849905)}
Vertex 12476 0.774137 18.2293 -5.01923 {normal=(0.804043 0.118897 -0.522224)}
Vertex 12477 0.94289 19.8705 -4.69692 {normal=(0.784622 -0.058403 -0.564236)}
Vertex 12478 0.961683 21.213 -4.20874 {normal=(0.740852 0.396577 -0.481336)}
Vertex 12479 0.336916 22.131 -3.61047 {normal=(0.156559 0.897750 -0.378861)}
Vertex 12480 1.01574 21.1975 -3.86538 {normal=(0.985182 0.126592 0.077753)}
Vertex 12481 1.00731 19.8243 -4.2323 {normal=(0.981848 -0.168418 0.076566)}
Vertex 12482 0.816792 18.1135 -4.56626 {normal=(0.984458 -0.092526 0.127550)}
Vertex 12483 0.322914 18.3014 -5.22814 {normal=(0.150846 0.253555 -0.948243)}
Vertex 12484 0.40624 19.9967 -4.94161 {normal=(0.165535 0.083140 -0.974859)}
Vertex 12485 0.417528 21.353 -4.39933 {normal=(0.183972 0.581403 -0.779435)}
Vertex 12486 1.16663 22.8126 -4.80137 {normal=(0.637824 -0.728702 -0.051110)}
Vertex 12487 1.22486 23.0021 -5.23516 {normal=(0.685494 -0.466173 -0.474675)}
Vertex 12488 0.891032 23.296 -5.57478 {normal=(0.447780 -0.043275 -0.866183)}
Vertex 12489 0.871659 23.8251 -5.22522 {normal=(0.347253 0.772162 -0.512308)}
Vertex 12490 1.17553 23.9191 -4.59281 {normal=(0.627075 0.731548 -0.035228)}
Vertex 12491 1.10894 23.7803 -4.02639 {normal=(0.642382 0.506530 0.495198)}
Vertex 12492 0.377353 23.9268 -5.185 {normal=(0.051817 0.908877 -0.403729)}
Vertex 12493 1.01422 23.5828 -5.38913 {normal=(0.536731 0.520882 -0.641828)}
Vertex 12494 0.371121 23.1793 -5.67057 {normal=(0.071712 -0.305416 -0.932868)}
Vertex 12495 0.510051 24.0809 -4.59818 {normal=(0.076963 0.985379 -0.067797)}
Vertex 12496 1.38644 23.491 -4.87613 {normal=(0.938910 0.206092 -0.124251)}
Vertex 12497 0.503903 22.819 -5.41523 {normal=(0.112164 -0.778605 -0.593062)}
Vertex 12498 0.483422 23.9655 -4.07226 {normal=(0.027061 0.850634 0.498636)}
Vertex 12499 1.32454 23.306 -4.36224 {normal=(0.936404 -0.097434 0.283034)}
Vertex 12500 0.467618 22.6418 -4.99724 {normal=(0.070660 -0.960566 -0.245821)}
Vertex 12501 0.407272 23.5332 -3.70478 {normal=(-0.002806 0.498512 0.864153)}
Vertex 12502 1.00263 23.0537 -3.9389 {normal=(0.779733 -0.340273 0.514572)}
Vertex 12503 0.403068 22.6124 -4.37213 {normal=(0.027852 -0.997128 0.012728)}
Vertex 12504 0.505395 22.7659 -2.90837 {normal=(0.199323 0.807289 -0.516791)}
Vertex 12505 1.01478 22.3076 -3.10997 {normal=(0.312303 0.599110 -0.733605)}
Vertex 12506 0.863374 18.0086 -4.22038 {normal=(0.704290 0.055173 -0.657918)}
Vertex 12507 1.37804 17.9426 -3.89946 {normal=(0.553923 0.150722 -0.817068)}
Vertex 12508 2.15381 17.8459 -3.25547 {normal=(0.723925 0.151252 -0.669904)}
Vertex 12509 2.73888 17.8335 -2.42559 {normal=(0.900114 0.112209 -0.408994)}
Vertex 12510 2.87632 17.6303 -1.87517 {normal=(0.968697 -0.025673 0.200919)}
Vertex 12511 2.71866 17.3007 -1.51331 {normal=(0.727140 -0.171937 0.576693)}
Vertex 12512 2.44995 16.9001 -1.66336 {normal=(-0.713552 -0.263118 0.639024)}
Vertex 12513 1.99575 16.4666 -2.2312 {normal=(-0.484531 -0.340617 0.801015)}
Vertex 12514 1.32983 16.2955 -2.69531 {normal=(-0.457534 -0.362991 0.809502)}
Vertex 12515 0.468936 16.2501 -3.07408 {normal=(-0.191721 -0.371999 0.902063)}
Vertex 12516 0.646034 22.7319 -2.7197 {normal=(0.229554 0.956095 0.116535)}
Vertex 12517 1.45554 22.4579 -2.61809 {normal=(0.433108 0.871734 0.106499)}
Vertex 12518 2.16984 21.9214 -2.35492 {normal=(0.575684 0.783548 0.121565)}
Vertex 12519 2.96396 21.2305 -1.60817 {normal=(0.528273 0.800734 0.137320)}
Vertex 12520 3.22417 20.9381 -0.735214 {normal=(0.419401 0.863145 0.130226)}
Vertex 12521 3.26339 20.7505 -0.0567305 {normal=(0.445154 0.792599 0.350369)}
Vertex 12522 3.21902 20.2959 0.544284 {normal=(0.509241 0.503090 0.661075)}
Vertex 12523 3.1809 19.726 0.80056 {normal=(0.549568 0.042038 0.809429)}
Vertex 12524 3.23184 19.2594 0.748525 {normal=(0.603223 0.029452 0.756615)}
Vertex 12525 3.21794 18.9538 0.842683 {normal=(0.572337 0.398491 0.655636)}
Vertex 12526 3.12345 18.6193 1.06603 {normal=(0.545121 0.181714 0.786400)}
Vertex 12527 3.08986 18.2507 1.04449 {normal=(0.570790 -0.424103 0.673913)}
Vertex 12528 3.14059 17.9083 0.73187 {normal=(0.581547 -0.493122 0.615158)}
Vertex 12529 3.17793 17.6206 0.394031 {normal=(0.577962 -0.729099 0.230301)}
Vertex 12530 3.07725 18.187 0.064987 {normal=(0.553679 0.013246 -0.827888)}
Vertex 12531 3.07933 18.4014 0.101066 {normal=(0.653387 0.156186 -0.739417)}
Vertex 12532 3.0829 18.6449 0.127663 {normal=(0.624770 -0.054671 -0.775454)}
Vertex 12533 3.07897 18.9151 0.112482 {normal=(0.531340 -0.037579 -0.832751)}
Vertex 12534 3.08282 19.3264 0.091767 {normal=(0.452354 -0.061083 -0.885839)}
Vertex 12535 3.11054 19.8004 0.0534137 {normal=(0.583721 -0.141455 -0.782732)}
Vertex 12536 3.15017 20.1389 -0.0178845 {normal=(0.511950 -0.427398 -0.726707)}
Vertex 12537 3.18626 20.3154 -0.25284 {normal=(0.653257 -0.717898 -0.129578)}
Vertex 12538 3.20279 20.2975 -0.673476 {normal=(0.733916 -0.649989 0.117270)}
Vertex 12539 3.17151 20.0989 -1.15047 {normal=(0.677033 -0.644472 0.319262)}
Vertex 12540 3.07121 19.6467 -1.51745 {normal=(0.734163 -0.402697 0.498697)}
Vertex 12541 2.87818 19.0054 -1.66425 {normal=(0.821273 -0.264689 0.476209)}
Vertex 12542 2.70188 18.4479 -1.57323 {normal=(0.788574 0.068713 0.594810)}
Vertex 12543 3.24813 18.6306 0.576178 {normal=(0.979759 -0.116998 -0.036035)}
Vertex 12544 3.29124 18.9284 0.438489 {normal=(0.956034 -0.135926 -0.173976)}
Vertex 12545 3.2309 18.3391 0.564355 {normal=(0.986818 0.018939 0.003105)}
Vertex 12546 3.25463 18.0822 0.386318 {normal=(0.972309 0.062852 -0.075088)}
Vertex 12547 3.30354 19.288 0.378862 {normal=(0.953103 -0.003615 -0.219856)}
Vertex 12548 3.294 19.7593 0.394064 {normal=(0.972541 -0.009076 -0.104397)}
Vertex 12549 3.32574 20.2159 0.240634 {normal=(0.962036 -0.137308 -0.057649)}
Vertex 12550 2.91151 21.0913 -1.98704 {normal=(0.850376 0.196694 -0.469202)}
Vertex 12551 2.5764 20.458 -2.5958 {normal=(0.769769 0.080232 -0.627843)}
Vertex 12552 2.24615 19.4652 -2.91798 {normal=(0.706622 -0.076572 -0.700406)}
Vertex 12553 2.16646 16.2232 -3.36564 {normal=(0.676545 -0.300918 -0.649166)}
Vertex 12554 2.08598 15.5225 -2.84456 {normal=(0.613499 -0.649320 -0.425614)}
Vertex 12555 2.08472 17.4478 -1.78054 {normal=(0.713801 -0.057535 -0.696049)}
Vertex 12556 3.36014 20.5376 -0.168142 {normal=(0.963133 -0.105370 -0.029193)}
Vertex 12557 3.34576 20.6302 -0.729915 {normal=(0.979777 -0.007393 -0.034667)}
Vertex 12558 3.25898 20.4679 -1.34977 {normal=(0.963129 -0.006584 -0.226898)}
Vertex 12559 3.04372 19.9225 -1.91259 {normal=(0.904410 -0.056291 -0.406188)}
Vertex 12560 2.79005 19.1576 -2.15857 {normal=(0.860481 -0.155607 -0.471446)}
Vertex 12561 2.74135 16.5413 -2.55066 {normal=(0.932869 -0.210896 -0.224439)}
Vertex 12562 2.58309 16.0627 -2.1622 {normal=(0.885886 -0.422795 0.078191)}
Vertex 12563 0.345559 23.5856 -5.67592 {normal=(0.068742 0.489374 -0.845266)}
Vertex 12564 2.06989 21.7351 -2.75482 {normal=(0.652913 0.390597 -0.636510)}
Vertex 12565 1.11312 21.1889 -3.62862 {normal=(0.573838 0.259345 -0.754549)}
Vertex 12566 1.77349 20.9298 -3.26387 {normal=(0.595267 0.171157 -0.782024)}
Vertex 12567 1.00859 19.8118 -3.89424 {normal=(0.771824 -0.033487 -0.591667)}
Vertex 12568 1.49437 19.6957 -3.54486 {normal=(0.576587 0.003840 -0.816596)}
Vertex 12569 0.685405 16.2756 -4.17954 {normal=(0.214248 -0.404426 -0.877102)}
Vertex 12570 1.40295 16.2239 -3.91301 {normal=(0.427507 -0.344348 -0.820633)}
Vertex 12571 0.497497 15.3797 -3.63733 {normal=(0.113172 -0.606000 -0.783311)}
Vertex 12572 1.37567 15.3893 -3.32284 {normal=(0.393260 -0.671484 -0.620285)}
Vertex 12573 0.395333 17.1559 -2.72976 {normal=(0.168098 0.014759 -0.979998)}
Vertex 12574 -0.256659 15.9605 -6.01781 {normal=(-0.079810 0.272941 -0.952034)}
Vertex 12575 -0.564516 15.8994 -5.9478 {normal=(-0.722327 -0.017769 -0.610571)}
Vertex 12576 -0.539265 15.7639 -5.78917 {normal=(-0.720913 -0.628351 0.114937)}
Vertex 12577 -0.231407 15.6955 -5.71374 {normal=(-0.019254 -0.915522 0.383658)}
Vertex 12578 -0.29634 16.5188 -5.78833 {normal=(-0.129338 0.371556 -0.913454)}
Vertex 12579 -0.694844 16.3969 -5.64864 {normal=(-0.797332 0.093399 -0.514352)}
Vertex 12580 -0.644458 16.1266 -5.33211 {normal=(-0.791684 -0.497111 0.255261)}
Vertex 12581 -0.245955 15.9901 -5.1816 {normal=(-0.013586 -0.799910 0.580843)}
Vertex 12582 -0.31998 17.035 -5.60365 {normal=(-0.148319 0.256576 -0.948034)}
Vertex 12583 -0.768839 16.9245 -5.40348 {normal=(-0.815765 0.112634 -0.492251)}
Vertex 12584 -0.746405 16.685 -4.96904 {normal=(-0.861910 -0.250888 0.371778)}
Vertex 12585 -0.297547 16.5599 -4.75204 {normal=(-0.146043 -0.414075 0.849905)}
Vertex 12586 -0.774137 18.2293 -5.01923 {normal=(-0.804043 0.118897 -0.522224)}
Vertex 12587 -0.94289 19.8705 -4.69692 {normal=(-0.784622 -0.058403 -0.564236)}
Vertex 12588 -0.961683 21.213 -4.20874 {normal=(-0.740852 0.396577 -0.481336)}
Vertex 12589 -0.336916 22.131 -3.61047 {normal=(-0.156559 0.897750 -0.378861)}
Vertex 12590 -1.01574 21.1975 -3.86538 {normal=(-0.985182 0.126592 0.077753)}
Vertex 12591 -1.00731 19.8244 -4.2323 {normal=(-0.981848 -0.168418 0.076566)}
Vertex 12592 -0.816792 18.1135 -4.56626 {normal=(-0.984458 -0.092526 0.127550)}
Vertex 12593 -0.322914 18.3014 -5.22814 {normal=(-0.150846 0.253555 -0.948243)}
Vertex 12594 -0.40624 19.9967 -4.94161 {normal=(-0.165535 0.083140 -0.974859)}
Vertex 12595 -0.417528 21.353 -4.39933 {normal=(-0.183972 0.581403 -0.779435)}
Vertex 12596 -1.16663 22.8126 -4.80137 {normal=(-0.637824 -0.728702 -0.051110)}
Vertex 12597 -1.22486 23.0021 -5.23516 {normal=(-0.685495 -0.466174 -0.474674)}
Vertex 12598 -0.891032 23.296 -5.57478 {normal=(-0.447780 -0.043271 -0.866182)}
Vertex 12599 -0.871659 23.8251 -5.22522 {normal=(-0.347253 0.772162 -0.512308)}
Vertex 12600 -1.17553 23.9191 -4.59281 {normal=(-0.627075 0.731548 -0.035228)}
Vertex 12601 -1.10894 23.7803 -4.02639 {normal=(-0.642382 0.506530 0.495198)}
Vertex 12602 -0.377353 23.9268 -5.185 {normal=(-0.051817 0.908878 -0.403729)}
Vertex 12603 -1.01422 23.5828 -5.38913 {normal=(-0.536731 0.520882 -0.641828)}
Vertex 12604 -0.371121 23.1793 -5.67057 {normal=(-0.071710 -0.305418 -0.932868)}
Vertex 12605 -0.510051 24.0809 -4.59818 {normal=(-0.076963 0.985379 -0.067797)}
Vertex 12606 -1.38644 23.491 -4.87614 {normal=(-0.938910 0.206092 -0.124251)}
Vertex 12607 -0.503903 22.819 -5.41523 {normal=(-0.112163 -0.778607 -0.593062)}
Vertex 12608 -0.483422 23.9655 -4.07226 {normal=(-0.027061 0.850634 0.498637)}
Vertex 12609 -1.32454 23.306 -4.36224 {normal=(-0.936405 -0.097434 0.283034)}
Vertex 12610 -0.467618 22.6418 -4.99724 {normal=(-0.070660 -0.960566 -0.245821)}
Vertex 12611 -0.407272 23.5332 -3.70477 {normal=(-0.008657 0.485590 0.868593)}
Vertex 12612 -1.00263 23.0537 -3.9389 {normal=(-0.756359 -0.323713 0.550066)}
Vertex 12613 -0.403068 22.6124 -4.37213 {normal=(-0.027852 -0.997128 0.012728)}
Vertex 12614 -0.505395 22.7659 -2.90837 {normal=(-0.199323 0.807289 -0.516791)}
Vertex 12615 -1.01478 22.3076 -3.10997 {normal=(-0.327273 0.590575 -0.733650)}
Vertex 12616 -0.863374 18.0086 -4.22038 {normal=(-0.704290 0.055173 -0.657919)}
Vertex 12617 -1.37804 17.9426 -3.89946 {normal=(-0.553923 0.150722 -0.817068)}
Vertex 12618 -2.15381 17.8459 -3.25547 {normal=(-0.723925 0.151252 -0.669904)}
Vertex 12619 -2.73888 17.8335 -2.42559 {normal=(-0.902740 0.117952 -0.398887)}
Vertex 12620 -2.87632 17.6303 -1.87517 {normal=(-0.968090 -0.009926 0.196764)}
Vertex 12621 -2.70361 17.3007 -1.51331 {normal=(-0.704272 -0.163262 0.608819)}
Vertex 12622 -2.42915 16.9001 -1.66336 {normal=(0.737392 -0.276580 0.602926)}
Vertex 12623 -1.99575 16.4666 -2.2312 {normal=(0.471349 -0.356758 0.803602)}
Vertex 12624 -1.32983 16.2955 -2.69531 {normal=(0.453835 -0.379099 0.805213)}
Vertex 12625 -0.468936 16.2501 -3.07408 {normal=(0.192163 -0.372973 0.901617)}
Vertex 12626 -0.646034 22.7319 -2.7197 {normal=(-0.229554 0.956095 0.116535)}
Vertex 12627 -1.45554 22.4579 -2.61809 {normal=(-0.433107 0.871734 0.106499)}
Vertex 12628 -2.16984 21.9214 -2.35492 {normal=(-0.575684 0.783548 0.121565)}
Vertex 12629 -2.96396 21.2305 -1.60817 {normal=(-0.528273 0.800734 0.137320)}
Vertex 12630 -3.22417 20.9381 -0.735213 {normal=(-0.419398 0.863148 0.130228)}
Vertex 12631 -3.26339 20.7505 -0.0567305 {normal=(-0.445153 0.792600 0.350368)}
Vertex 12632 -3.21902 20.2959 0.544284 {normal=(-0.509241 0.503090 0.661075)}
Vertex 12633 -3.1809 19.726 0.80056 {normal=(-0.549569 0.042038 0.809428)}
Vertex 12634 -3.23184 19.2594 0.748524 {normal=(-0.603224 0.029451 0.756615)}
Vertex 12635 -3.21794 18.9538 0.842683 {normal=(-0.572337 0.398491 0.655636)}
Vertex 12636 -3.12345 18.6193 1.06603 {normal=(-0.545121 0.181714 0.786400)}
Vertex 12637 -3.08986 18.2507 1.04449 {normal=(-0.570790 -0.424103 0.673913)}
Vertex 12638 -3.14059 17.9083 0.73187 {normal=(-0.581687 -0.493015 0.615166)}
Vertex 12639 -3.17793 17.6206 0.394031 {normal=(-0.579357 -0.728242 0.230005)}
Vertex 12640 -3.07725 18.187 0.064987 {normal=(-0.549522 0.028259 -0.831906)}
Vertex 12641 -3.07933 18.4014 0.101066 {normal=(-0.653387 0.156186 -0.739417)}
Vertex 12642 -3.0829 18.6449 0.127662 {normal=(-0.624769 -0.054671 -0.775455)}
Vertex 12643 -3.11054 19.8004 0.0534137 {normal=(-0.583721 -0.141455 -0.782732)}
Vertex 12644 -3.15017 20.1389 -0.0178845 {normal=(-0.511949 -0.427402 -0.726704)}
Vertex 12645 -3.18626 20.3154 -0.25284 {normal=(-0.653247 -0.717907 -0.129586)}
Vertex 12646 -3.20279 20.2975 -0.673476 {normal=(-0.733916 -0.649989 0.117270)}
Vertex 12647 -3.17151 20.0989 -1.15047 {normal=(-0.677033 -0.644471 0.319262)}
Vertex 12648 -3.07122 19.6467 -1.51745 {normal=(-0.734163 -0.402697 0.498697)}
Vertex 12649 -2.87818 19.0054 -1.66425 {normal=(-0.818032 -0.275175 0.478531)}
Vertex 12650 -2.70162 18.4479 -1.57323 {normal=(-0.834417 0.074383 0.536006)}
Vertex 12651 -3.24813 18.6306 0.576178 {normal=(-0.979759 -0.116998 -0.036035)}
Vertex 12652 -3.29124 18.9284 0.438489 {normal=(-0.956034 -0.135926 -0.173976)}
Vertex 12653 -3.2309 18.3391 0.564355 {normal=(-0.986818 0.018939 0.003105)}
Vertex 12654 -3.25463 18.0822 0.386318 {normal=(-0.972309 0.062856 -0.075085)}
Vertex 12655 -3.30355 19.288 0.378862 {normal=(-0.953103 -0.003615 -0.219856)}
Vertex 12656 -3.294 19.7593 0.394064 {normal=(-0.972541 -0.009076 -0.104397)}
Vertex 12657 -3.32574 20.2159 0.240634 {normal=(-0.962036 -0.137308 -0.057649)}
Vertex 12658 -2.91151 21.0913 -1.98704 {normal=(-0.850376 0.196694 -0.469202)}
Vertex 12659 -2.5764 20.458 -2.5958 {normal=(-0.769769 0.080232 -0.627843)}
Vertex 12660 -2.24615 19.4652 -2.91798 {normal=(-0.706622 -0.076572 -0.700406)}
Vertex 12661 -2.16646 16.2232 -3.36564 {normal=(-0.676545 -0.300918 -0.649166)}
Vertex 12662 -2.08598 15.5225 -2.84456 {normal=(-0.613499 -0.649320 -0.425614)}
Vertex 12663 -3.36014 20.5376 -0.168142 {normal=(-0.963133 -0.105367 -0.029193)}
Vertex 12664 -3.34576 20.6302 -0.729914 {normal=(-0.979777 -0.007387 -0.034665)}
Vertex 12665 -3.25898 20.4679 -1.34977 {normal=(-0.963129 -0.006584 -0.226898)}
Vertex 12666 -3.04372 19.9225 -1.91259 {normal=(-0.904410 -0.056291 -0.406188)}
Vertex 12667 -2.79005 19.1576 -2.15857 {normal=(-0.863577 -0.165070 -0.459001)}
Vertex 12668 -2.74135 16.5413 -2.55066 {normal=(-0.932869 -0.210896 -0.224439)}
Vertex 12669 -2.58309 16.0627 -2.1622 {normal=(-0.885886 -0.422795 0.078191)}
Vertex 12670 -0.345559 23.5856 -5.67592 {normal=(-0.068742 0.489374 -0.845266)}
Vertex 12671 -2.06989 21.7351 -2.75482 {normal=(-0.652913 0.390597 -0.636510)}
Vertex 12672 -1.11312 21.1889 -3.62862 {normal=(-0.573838 0.259345 -0.754549)}
Vertex 12673 -1.77349 20.9298 -3.26387 {normal=(-0.595267 0.171157 -0.782024)}
Vertex 12674 -1.00859 19.8118 -3.89424 {normal=(-0.771824 -0.033487 -0.591667)}
Vertex 12675 -1.49437 19.6957 -3.54486 {normal=(-0.576587 0.003840 -0.816596)}
Vertex 12676 -0.685405 16.2756 -4.17954 {normal=(-0.214248 -0.404426 -0.877102)}
Vertex 12677 -1.40295 16.2239 -3.91301 {normal=(-0.427507 -0.344348 -0.820634)}
Vertex 12678 -0.497496 15.3797 -3.63733 {normal=(-0.113172 -0.606000 -0.783311)}
Vertex 12679 -1.37567 15.3893 -3.32284 {normal=(-0.393260 -0.671484 -0.620284)}
Vertex 12680 -0.386122 17.1559 -2.72976 {normal=(-0.179550 0.005386 -0.977369)}
Vertex 12681 -1.18034 16.7713 -2.39122 {normal=(-0.554207 0.044729 -0.826432)}
Vertex 12682 -3.1738 18.9761 -0.33588 {normal=(-0.870856 -0.426405 -0.064204)}
Vertex 12683 -3.25253 18.6432 -0.932922 {normal=(-0.980321 -0.062130 0.143306)}
Vertex 12684 -3.24722 18.2049 -0.797923 {normal=(-0.959304 -0.071208 -0.170089)}
Vertex 12685 -3.23801 18.2501 -0.883047 {normal=(-0.918120 -0.189722 -0.256127)}
Vertex 12686 -3.21427 18.4283 -0.552352 {normal=(-0.953169 0.192358 0.209971)}
Vertex 12687 -3.07245 18.925 -0.636087 {normal=(-0.867516 0.191956 0.065625)}
Vertex 12688 -3.28325 18.966 -0.888333 {normal=(-0.726393 0.000570 0.380097)}
Vertex 12689 -3.36269 19.2344 -0.892584 {normal=(-0.936671 -0.064991 -0.154456)}
Vertex 12690 -3.28214 19.6709 -0.497182 {normal=(-0.734891 -0.551090 -0.130065)}
Vertex 12691 -3.30689 19.3748 -0.676872 {normal=(-0.704447 -0.393075 0.524357)}
Vertex 12692 -3.23486 18.0943 -0.432709 {normal=(-0.942288 -0.039208 0.283040)}
Vertex 12693 -3.11578 18.4934 -0.293697 {normal=(-0.936084 0.090304 0.315960)}
Vertex 12694 -3.23329 17.9824 -0.682232 {normal=(-0.849293 -0.454155 -0.131178)}
Vertex 12695 -3.08668 19.1839 -0.731135 {normal=(-0.750558 -0.465576 0.139793)}
Vertex 12696 -3.38262 20.1644 -0.557713 {normal=(-0.643658 0.668114 -0.100846)}
Vertex 12697 -3.26907 20.0756 -0.953837 {normal=(-0.309840 0.808783 -0.488185)}
Vertex 12698 -3.08489 18.1326 -0.953084 {normal=(0.069436 -0.494448 -0.774328)}
Vertex 12699 -3.03684 17.8344 -0.479243 {normal=(-0.541035 -0.814953 0.159476)}
Vertex 12700 -2.90908 17.7774 -0.553209 {normal=(-0.220984 -0.836363 -0.341983)}
Vertex 12701 -2.83759 17.9729 -0.713995 {normal=(0.032409 -0.361243 -0.841375)}
Vertex 12702 -2.86764 16.5662 0.805122 {normal=(-0.945865 -0.199076 0.239851)}
Vertex 12703 -2.38862 15.8346 -0.214113 {normal=(-0.899624 -0.291268 -0.228055)}
Vertex 12704 -2.84643 19.8832 1.47261 {normal=(-0.961552 0.113790 0.042251)}
Vertex 12705 -2.84651 20.0209 1.35633 {normal=(-0.956156 0.146672 0.044461)}
Vertex 12706 -1.37796 22.4374 2.41 {normal=(-0.346288 0.656640 0.659989)}
Vertex 12707 -0.609935 22.3132 2.77277 {normal=(-0.169684 0.609389 0.772865)}
Vertex 12708 -0.459398 20.1463 4.00295 {normal=(0.184541 0.194120 0.931626)}
Vertex 12709 -0.268425 21.295 3.52022 {normal=(-0.018416 0.495562 0.864645)}
Vertex 12710 -0.0546338 22.2238 2.90293 {normal=(-0.002035 0.584266 0.810372)}
Vertex 12711 -2.18903 15.5088 2.43772 {normal=(-0.831718 -0.345329 0.416949)}
Vertex 12712 -2.21856 15.1005 2.04865 {normal=(-0.831930 -0.465908 0.229274)}
Vertex 12713 -1.42213 14.4803 2.64079 {normal=(-0.645581 -0.619859 0.395333)}
Vertex 12714 -1.07843 14.2372 2.40417 {normal=(-0.375257 -0.923086 -0.033325)}
Vertex 12715 -2.39912 16.0831 2.17585 {normal=(-0.970805 -0.087516 0.195929)}
Vertex 12716 -1.53709 14.5813 0.957757 {normal=(-0.561360 -0.668741 0.366511)}
Vertex 12717 -2.45224 16.6891 2.58036 {normal=(-0.986378 -0.135435 0.021475)}
Vertex 12718 -2.47387 17.119 2.01792 {normal=(-0.980267 -0.117415 0.144315)}
Vertex 12719 -0.228967 19.6136 3.9352 {normal=(-0.314393 0.100021 0.892908)}
Vertex 12720 -0.540229 18.7446 3.89042 {normal=(-0.841559 0.189590 0.485271)}
Vertex 12721 -0.686536 19.1659 3.42555 {normal=(0.051032 -0.046436 0.946221)}
Vertex 12722 -0.540861 19.7283 3.86248 {normal=(-0.175142 -0.710700 0.629086)}
Vertex 12723 -0.487855 18.0211 4.50159 {normal=(-0.691615 -0.262876 0.604249)}
Vertex 12724 -0.280427 17.9971 4.76462 {normal=(-0.523010 -0.499046 0.637850)}
Vertex 12725 -0.432674 17.9398 4.12598 {normal=(-0.218027 -0.489307 0.722891)}
Vertex 12726 -0.450323 17.9581 4.1411 {normal=(0.069539 -0.859186 0.394634)}
Vertex 12727 -0.181427 17.5699 4.37887 {normal=(-0.486055 -0.230002 0.789674)}
Vertex 12728 -2.2803 18.3713 3.41848 {normal=(-0.552736 0.117256 0.816312)}
Vertex 12729 -0.356665 14.0965 3.61521 {normal=(-0.247774 -0.862462 0.421747)}
Vertex 12730 -2.34564 19.4231 2.60526 {normal=(-0.701109 0.170439 0.667909)}
Vertex 12731 -2.12899 20.3369 3.22626 {normal=(-0.758724 -0.286500 0.565547)}
Vertex 12732 -2.61362 19.3809 2.29513 {normal=(-0.848037 0.072395 0.502030)}
Vertex 12733 -2.72526 18.9867 2.40814 {normal=(-0.819746 0.406314 0.395995)}
Vertex 12734 -2.98453 19.1738 1.25862 {normal=(-0.983605 0.136084 0.049965)}
Vertex 12735 -2.95882 17.8293 0.025782 {normal=(-0.789762 -0.272618 -0.370087)}
Vertex 12736 -2.83298 17.3486 -0.217609 {normal=(-0.915531 -0.161737 -0.320582)}
Vertex 12737 -3.14277 20.2929 -0.489157 {normal=(-0.737092 0.109945 -0.029425)}
Vertex 12738 -0.265431 17.7895 4.26792 {normal=(-0.819672 0.034858 0.534060)}
Vertex 12739 -0.66944 17.8127 4.09214 {normal=(0.061346 -0.165195 0.911707)}
Vertex 12740 -0.545632 18.4798 3.99806 {normal=(-0.850690 0.403719 0.238560)}
Vertex 12741 -0.8588 17.9713 3.88136 {normal=(-0.742847 0.445827 0.436544)}
Vertex 12742 -0.748893 17.781 4.07976 {normal=(-0.477821 -0.301664 0.695868)}
Vertex 12743 -0.613142 18.4545 3.87929 {normal=(-0.609500 0.192538 0.764260)}
Vertex 12744 -0.80235 18.1858 3.8003 {normal=(-0.434339 0.132758 0.876705)}
Vertex 12745 -1.01665 17.933 3.77594 {normal=(-0.515909 0.314290 0.783596)}
Vertex 12746 -1.46843 17.565 3.53318 {normal=(-0.495823 -0.096183 0.813575)}
Vertex 12747 -1.55143 17.6586 3.53005 {normal=(-0.184001 -0.334798 0.921234)}
Vertex 12748 -1.88927 16.1542 2.97271 {normal=(-0.097710 0.142447 0.954865)}
Vertex 12749 -2.12916 16.7634 3.04058 {normal=(-0.192060 -0.264705 0.943503)}
Vertex 12750 -1.99855 17.1318 3.19506 {normal=(-0.177094 -0.414138 0.886731)}
Vertex 12751 -1.86833 17.0898 3.16714 {normal=(0.142504 -0.525976 0.832361)}
Vertex 12752 -0.906221 17.2285 4.07279 {normal=(-0.548081 -0.254735 0.777129)}
Vertex 12753 -1.12032 15.2809 3.5677 {normal=(-0.668994 -0.221981 0.697679)}
Vertex 12754 -1.28086 15.3312 3.4241 {normal=(-0.699373 -0.323202 0.631155)}
Vertex 12755 -1.25404 18.859 3.55683 {normal=(0.018558 0.201595 0.976160)}
Vertex 12756 -2.07162 18.7948 3.46777 {normal=(-0.531577 0.286694 0.791021)}
Vertex 12757 -3.00936 18.8469 0.069268 {normal=(-0.818359 -0.059746 -0.230643)}
Vertex 12758 -3.11891 18.1072 -0.230249 {normal=(-0.802227 -0.032572 0.569889)}
Vertex 12759 -2.8975 19.3277 -1.52365 {normal=(-0.812027 -0.324460 0.384260)}
Vertex 12760 -3.0911 19.7604 -1.21556 {normal=(0.011330 0.290505 -0.840629)}
Vertex 12761 -2.52634 17.9448 -1.09069 {normal=(-0.873717 -0.292144 -0.250040)}
Vertex 12762 -3.28557 19.9624 -0.155263 {normal=(-0.525865 0.456013 0.701955)}
Vertex 12763 3.1738 18.9761 -0.33588 {normal=(0.870856 -0.426405 -0.064204)}
Vertex 12764 3.25253 18.6432 -0.932922 {normal=(0.980321 -0.062130 0.143306)}
Vertex 12765 3.24388 18.2513 -0.797574 {normal=(0.964681 -0.047995 -0.123391)}
Vertex 12766 3.23814 18.2501 -0.883047 {normal=(0.920286 -0.187670 -0.256151)}
Vertex 12767 3.21427 18.4283 -0.552352 {normal=(0.953169 0.192359 0.209970)}
Vertex 12768 3.07245 18.925 -0.636087 {normal=(0.867514 0.191957 0.065626)}
Vertex 12769 3.28325 18.966 -0.888333 {normal=(0.726395 0.000571 0.380106)}
Vertex 12770 3.36269 19.2344 -0.892584 {normal=(0.936675 -0.065003 -0.154443)}
Vertex 12771 3.28214 19.6709 -0.497182 {normal=(0.734891 -0.551089 -0.130063)}
Vertex 12772 3.30689 19.3748 -0.676872 {normal=(0.704439 -0.393081 0.524370)}
Vertex 12773 3.2382 18.1077 -0.452139 {normal=(0.953446 -0.007948 0.252191)}
Vertex 12774 3.10549 18.4925 -0.263145 {normal=(0.920603 0.065944 0.370496)}
Vertex 12775 3.23586 17.9824 -0.682233 {normal=(0.861645 -0.433073 -0.124554)}
Vertex 12776 3.09951 19.1848 -0.756751 {normal=(0.672819 -0.438323 0.389425)}
Vertex 12777 3.38262 20.1644 -0.557713 {normal=(0.643656 0.668106 -0.100862)}
Vertex 12778 3.26907 20.0756 -0.953837 {normal=(0.309838 0.808784 -0.488185)}
Vertex 12779 3.08724 18.1326 -0.953086 {normal=(-0.068161 -0.497007 -0.772304)}
Vertex 12780 3.04757 17.8344 -0.479243 {normal=(0.563372 -0.796023 0.173195)}
Vertex 12781 2.92885 17.7774 -0.553209 {normal=(0.234562 -0.831224 -0.333258)}
Vertex 12782 2.85042 17.9729 -0.713995 {normal=(-0.024796 -0.357269 -0.838839)}
Vertex 12783 2.82178 16.5662 0.805122 {normal=(0.934171 -0.254534 0.235969)}
Vertex 12784 2.36265 15.8346 -0.214113 {normal=(0.896188 -0.357077 -0.107087)}
Vertex 12785 2.84651 20.0209 1.35633 {normal=(0.953593 0.160958 0.041931)}
Vertex 12786 -0.0909987 23.4905 -0.556784 {normal=(-0.017380 0.982081 -0.168866)}
Vertex 12787 1.49012e-008 23.366 -1.10716 {normal=(-0.000002 0.958976 -0.255630)}
Vertex 12788 1.37796 22.4374 2.41 {normal=(0.346288 0.656640 0.659989)}
Vertex 12789 0.609935 22.3132 2.77277 {normal=(0.169683 0.609389 0.772865)}
Vertex 12790 0.459398 20.1463 4.00295 {normal=(-0.184542 0.194116 0.931628)}
Vertex 12791 0.268425 21.295 3.52022 {normal=(0.018416 0.495562 0.864645)}
Vertex 12792 2.189 15.5088 2.43772 {normal=(0.833396 -0.346352 0.412982)}
Vertex 12793 2.20659 15.1005 2.04865 {normal=(0.839382 -0.468915 0.183075)}
Vertex 12794 1.42213 14.4803 2.64079 {normal=(0.645581 -0.619859 0.395333)}
Vertex 12795 1.07679 14.2372 2.40417 {normal=(0.370092 -0.924738 -0.036901)}
Vertex 12796 2.3982 16.0831 2.17585 {normal=(0.973668 -0.092194 0.182546)}
Vertex 12797 1.43527 14.5813 0.957757 {normal=(0.586258 -0.648333 0.341425)}
Vertex 12798 2.45224 16.6891 2.58036 {normal=(0.986378 -0.135434 0.021475)}
Vertex 12799 2.47387 17.119 2.01792 {normal=(0.980290 -0.117607 0.144172)}
Vertex 12800 -0.029879 19.6569 3.97765 {normal=(-0.056750 0.176639 0.940509)}
Vertex 12801 0.228967 19.6136 3.9352 {normal=(0.314393 0.100021 0.892908)}
Vertex 12802 0.540229 18.7446 3.89042 {normal=(0.841559 0.189590 0.485271)}
Vertex 12803 0.733234 19.1467 3.43562 {normal=(-0.149273 -0.085564 0.952024)}
Vertex 12804 0.540861 19.7283 3.86248 {normal=(0.175142 -0.710700 0.629086)}
Vertex 12805 0.487855 18.0211 4.50159 {normal=(0.691615 -0.262876 0.604249)}
Vertex 12806 0.280427 17.9971 4.76462 {normal=(0.523010 -0.499046 0.637850)}
Vertex 12807 0.399388 17.9487 4.15334 {normal=(0.361057 -0.597073 0.587696)}
Vertex 12808 0.450323 17.9581 4.1411 {normal=(-0.069464 -0.855677 0.409108)}
Vertex 12809 0.181428 17.5699 4.37887 {normal=(0.486055 -0.230002 0.789675)}
Vertex 12810 2.30822 18.4193 3.38131 {normal=(0.589522 0.132435 0.782778)}
Vertex 12811 0.356665 14.0965 3.61521 {normal=(0.247775 -0.862458 0.421755)}
Vertex 12812 2.33118 19.4415 2.62103 {normal=(0.741283 0.133538 0.635161)}
Vertex 12813 2.12899 20.3369 3.22626 {normal=(0.758724 -0.286500 0.565547)}
Vertex 12814 2.61362 19.3809 2.29513 {normal=(0.848037 0.072395 0.502030)}
Vertex 12815 2.74726 19.005 2.32956 {normal=(0.829233 0.392544 0.387943)}
Vertex 12816 2.98453 19.1738 1.25862 {normal=(0.983604 0.136084 0.049965)}
Vertex 12817 2.97543 17.8901 0.0616755 {normal=(0.678302 -0.132409 -0.654166)}
Vertex 12818 2.85358 17.3486 -0.217609 {normal=(0.936298 -0.151130 -0.267903)}
Vertex 12819 3.14277 20.2929 -0.489157 {normal=(0.737094 0.109947 -0.029421)}
Vertex 12820 0.265432 17.7895 4.26792 {normal=(0.819671 0.034865 0.534062)}
Vertex 12821 0.650927 17.8228 4.09028 {normal=(-0.091844 -0.160819 0.896678)}
Vertex 12822 0.592571 18.4213 3.94936 {normal=(0.736950 0.560698 0.010759)}
Vertex 12823 0.545632 18.4798 3.99806 {normal=(0.847416 0.414425 0.257925)}
Vertex 12824 0.8588 17.9713 3.88136 {normal=(0.742847 0.445827 0.436544)}
Vertex 12825 0.756248 17.7656 4.08206 {normal=(0.559611 -0.208146 0.709687)}
Vertex 12826 0.627814 18.4354 3.87169 {normal=(0.599229 0.188587 0.774352)}
Vertex 12827 0.80235 18.1858 3.8003 {normal=(0.434336 0.132759 0.876706)}
Vertex 12828 1.01665 17.933 3.77594 {normal=(0.515909 0.314290 0.783596)}
Vertex 12829 1.46843 17.565 3.53318 {normal=(0.495823 -0.096183 0.813575)}
Vertex 12830 1.55143 17.6586 3.53005 {normal=(0.184001 -0.334798 0.921234)}
Vertex 12831 1.88927 16.1542 2.97271 {normal=(0.097710 0.142447 0.954865)}
Vertex 12832 2.12916 16.7635 3.04058 {normal=(0.192060 -0.264705 0.943503)}
Vertex 12833 2.00838 17.103 3.17639 {normal=(0.143753 -0.402891 0.898876)}
Vertex 12834 1.86833 17.0898 3.16714 {normal=(-0.142504 -0.525976 0.832361)}
Vertex 12835 0.906221 17.2285 4.07279 {normal=(0.548086 -0.254730 0.777129)}
Vertex 12836 -1.86265e-009 17.1311 4.31946 {normal=(0.000000 -0.540523 0.759771)}
Vertex 12837 1.16246 15.3755 3.57077 {normal=(0.618998 -0.270210 0.726416)}
Vertex 12838 1.2602 15.2648 3.42147 {normal=(0.707338 -0.270467 0.636380)}
Vertex 12839 1.25795 18.8814 3.55553 {normal=(-0.032108 0.202311 0.976065)}
Vertex 12840 2.05488 18.7769 3.48746 {normal=(0.536247 0.243744 0.803438)}
Vertex 12841 3.00936 18.8469 0.069268 {normal=(0.818359 -0.059746 -0.230643)}
Vertex 12842 3.11902 18.1072 -0.23025 {normal=(0.803036 -0.028774 0.570191)}
Vertex 12843 2.8975 19.3277 -1.52365 {normal=(0.812027 -0.324460 0.384260)}
Vertex 12844 3.0911 19.7604 -1.21556 {normal=(-0.011330 0.290505 -0.840629)}
Vertex 12845 2.5818 17.7884 -1.24104 {normal=(0.541175 -0.286128 0.421076)}
Vertex 12846 2.55701 17.9448 -1.09069 {normal=(0.897420 -0.228891 -0.234321)}
Vertex 12847 3.28557 19.9625 -0.155263 {normal=(0.525865 0.456013 0.701955)}
Vertex 12848 2.97751 17.7929 -0.195246 {normal=(0.868002 -0.354075 0.218295)}
Vertex 12849 2.80966 17.4584 -0.380781 {normal=(0.877568 -0.196132 -0.431789)}
Vertex 12850 1.73329 19.4383 2.44374 {normal=(0.253321 -0.155941 0.881560)}
Vertex 12851 1.65524 19.365 2.50798 {normal=(0.290211 0.357179 0.757451)}
Vertex 12852 1.39672 19.3461 2.6176 {normal=(0.279921 0.336302 0.781200)}
Vertex 12853 1.24017 19.4156 2.64574 {normal=(0.380167 -0.112921 0.847407)}
Vertex 12854 0.207621 14.1239 3.69728 {normal=(0.014844 -0.805562 0.583920)}
Vertex 12855 0.175972 14.1907 3.77569 {normal=(-0.030370 -0.733870 0.672665)}
Vertex 12856 2.97991 17.1256 0.222806 {normal=(0.953611 -0.139993 -0.248693)}
Vertex 12857 2.91627 18.336 1.45973 {normal=(0.941390 -0.309456 -0.126621)}
Vertex 12858 2.47192 19.3043 2.5151 {normal=(0.739482 0.304042 0.592522)}
Vertex 12859 2.33398 19.3641 2.67069 {normal=(0.860673 0.290032 0.414211)}
Vertex 12860 2.09718 18.9697 3.37161 {normal=(0.481881 0.467396 0.732509)}
Vertex 12861 0.69699 17.6309 4.12565 {normal=(0.360837 0.251801 0.896533)}
Vertex 12862 0.660697 19.2749 3.44925 {normal=(-0.440791 -0.109179 0.879364)}
Vertex 12863 0.586341 19.3407 3.47984 {normal=(0.505567 -0.210475 0.811209)}
Vertex 12864 0.621061 19.129 3.50895 {normal=(0.671530 0.475160 0.536818)}
Vertex 12865 -2.97009 17.7929 -0.195246 {normal=(-0.858561 -0.377782 0.199449)}
Vertex 12866 -2.77966 17.4584 -0.380781 {normal=(-0.846592 -0.220356 -0.478605)}
Vertex 12867 -1.68109 19.3502 2.46774 {normal=(-0.202258 0.391056 0.819778)}
Vertex 12868 -1.65157 19.4303 2.47461 {normal=(-0.218020 -0.181633 0.869174)}
Vertex 12869 -1.44345 19.4835 2.57951 {normal=(-0.320940 -0.282975 0.791563)}
Vertex 12870 -1.24016 19.4156 2.64574 {normal=(-0.392118 -0.135761 0.827970)}
Vertex 12871 -0.232538 14.1413 3.72415 {normal=(-0.039551 -0.790332 0.604109)}
Vertex 12872 -0.175972 14.1907 3.77569 {normal=(0.030359 -0.733881 0.672643)}
Vertex 12873 -0.901045 12.1746 -0.951365 {normal=(0.018159 -0.898527 -0.436429)}
Vertex 12874 -0.310343 12.1102 -0.825853 {normal=(0.014248 -0.895549 -0.442980)}
Vertex 12875 0.287656 12.1746 -0.951365 {normal=(0.010943 -0.899416 -0.434543)}
Vertex 12876 0.635662 12.3186 -1.25963 {normal=(-0.016839 -0.897782 -0.436327)}
Vertex 12877 0.692183 12.5235 -1.65733 {normal=(-0.022409 -0.873467 -0.483352)}
Vertex 12878 0.352075 12.8004 -2.09959 {normal=(-0.031283 -0.841206 -0.535239)}
Vertex 12879 -0.302492 12.9475 -2.2685 {normal=(0.014082 -0.817654 -0.569211)}
Vertex 12880 -0.957199 12.8004 -2.09959 {normal=(0.078909 -0.850236 -0.517905)}
Vertex 12881 -2.98658 17.1256 0.222805 {normal=(-0.946466 -0.116411 -0.285545)}
Vertex 12882 -2.91627 18.336 1.45973 {normal=(-0.941390 -0.309456 -0.126621)}
Vertex 12883 -2.47192 19.3043 2.5151 {normal=(-0.739481 0.304042 0.592522)}
Vertex 12884 -2.33398 19.3641 2.67069 {normal=(-0.860673 0.290032 0.414211)}
Vertex 12885 -2.09718 18.9697 3.37161 {normal=(-0.481723 0.464927 0.733821)}
Vertex 12886 -0.69699 17.6309 4.12565 {normal=(-0.364849 0.266959 0.891030)}
Vertex 12887 -0.660697 19.2749 3.44925 {normal=(0.440800 -0.109181 0.879360)}
Vertex 12888 -0.586341 19.3407 3.47984 {normal=(-0.505567 -0.210475 0.811209)}
Vertex 12889 -0.621061 19.129 3.50895 {normal=(-0.671530 0.475160 0.536818)}
Vertex 12890 -3.28085 19.3776 -0.0650188 {normal=(-0.623989 -0.296335 0.709622)}
Vertex 12891 -3.16621 19.1932 -0.0624817 {normal=(-0.649806 -0.332924 0.669949)}
Vertex 12892 -3.22848 19.1114 -0.185249 {normal=(-0.668012 -0.519332 0.515693)}
Vertex 12893 -3.30639 19.2417 -0.179327 {normal=(-0.818887 -0.387925 0.316567)}
Vertex 12894 -3.34587 19.6756 -0.0601182 {normal=(-0.601579 0.080375 0.769879)}
Vertex 12895 -3.21088 19.5018 0.014449 {normal=(-0.458819 -0.078344 0.876204)}
Vertex 12896 -3.3772 19.524 -0.115024 {normal=(-0.824911 -0.205596 0.470529)}
Vertex 12897 -3.26706 19.8212 -0.0648592 {normal=(-0.443919 0.326570 0.825600)}
Vertex 12898 -3.45864 19.799 -0.200063 {normal=(-0.825385 0.080388 0.482514)}
Vertex 12899 -3.4181 19.9483 -0.245126 {normal=(-0.617000 0.498312 0.584453)}
Vertex 12900 -3.2249 19.0455 -0.297062 {normal=(-0.816166 -0.524401 0.020529)}
Vertex 12901 -3.16548 18.9958 -0.226729 {normal=(-0.814510 -0.423005 0.314293)}
Vertex 12902 -3.17158 19.0222 -0.438811 {normal=(-0.851444 -0.386252 -0.340067)}
Vertex 12903 -3.20552 19.1571 -0.481873 {normal=(-0.847222 -0.164454 -0.476993)}
Vertex 12904 -3.27635 19.1704 -0.328346 {normal=(-0.902316 -0.322980 -0.219316)}
Vertex 12905 -3.36115 19.386 -0.232878 {normal=(-0.928660 -0.281022 -0.044075)}
Vertex 12906 -3.29425 19.3092 -0.372907 {normal=(-0.833894 -0.114947 -0.493778)}
Vertex 12907 -3.37855 19.5158 -0.318065 {normal=(-0.806039 -0.285959 -0.437499)}
Vertex 12908 -3.44048 19.6416 -0.230985 {normal=(-0.926751 -0.266085 0.104380)}
Vertex 12909 -3.45647 19.7097 -0.367738 {normal=(-0.786814 -0.482648 -0.283388)}
Vertex 12910 -3.50963 19.8415 -0.376179 {normal=(-0.941927 -0.188754 0.050282)}
Vertex 12911 -3.5134 19.9873 -0.440798 {normal=(-0.863614 0.329024 0.199757)}
Vertex 12912 -3.46852 19.8019 -0.527449 {normal=(-0.744636 -0.604566 -0.114182)}
Vertex 12913 -3.51533 19.9125 -0.616384 {normal=(-0.948632 -0.180675 0.000941)}
Vertex 12914 -3.51336 20.0089 -0.768004 {normal=(-0.860732 0.362967 -0.122250)}
Vertex 12915 -3.46439 19.79 -0.746417 {normal=(-0.771897 -0.582636 0.133097)}
Vertex 12916 -3.50932 19.8459 -0.898137 {normal=(-0.945892 -0.169538 0.010646)}
Vertex 12917 -3.48709 19.8418 -1.08711 {normal=(-0.846907 0.252894 -0.330389)}
Vertex 12918 -3.44806 19.6855 -0.951299 {normal=(-0.808865 -0.459499 0.307847)}
Vertex 12919 -3.4707 19.6383 -1.11632 {normal=(-0.956174 -0.174087 0.019167)}
Vertex 12920 -3.43274 19.5114 -1.27904 {normal=(-0.881855 -0.032704 -0.389585)}
Vertex 12921 -3.41312 19.4448 -1.07936 {normal=(-0.878511 -0.231725 0.374312)}
Vertex 12922 -3.40809 19.2823 -1.2038 {normal=(-0.971587 -0.157571 0.035177)}
Vertex 12923 -3.36653 19.0494 -1.27757 {normal=(-0.913872 -0.177411 -0.282822)}
Vertex 12924 -3.35468 19.0809 -1.09895 {normal=(-0.909273 -0.122883 0.371312)}
Vertex 12925 -3.33543 18.8549 -1.13538 {normal=(-0.964874 -0.148074 0.150025)}
Vertex 12926 -3.28947 18.6278 -1.1409 {normal=(-0.895848 -0.303355 -0.190977)}
Vertex 12927 -3.27898 18.7451 -1.00152 {normal=(-0.937762 -0.057993 0.318265)}
Vertex 12928 -3.26282 18.5392 -0.989309 {normal=(-0.980011 -0.097424 0.093099)}
Vertex 12929 -3.2414 18.3436 -0.968154 {normal=(-0.896924 -0.259317 -0.273910)}
Vertex 12930 -3.248 18.4164 -0.88166 {normal=(-0.992017 -0.030846 0.015703)}
Vertex 12931 -3.24461 18.3902 -0.779043 {normal=(-0.996949 0.039711 0.040866)}
Vertex 12932 -3.23892 18.5318 -0.805179 {normal=(-0.997374 -0.016200 0.045429)}
Vertex 12933 -3.24095 18.3445 -0.676438 {normal=(-0.988239 0.100427 0.076603)}
Vertex 12934 -3.23224 18.5169 -0.690385 {normal=(-0.979016 0.046914 0.164169)}
Vertex 12935 -3.20294 18.5187 -0.58437 {normal=(-0.936299 0.219414 0.243226)}
Vertex 12936 -3.14902 18.5878 -0.474289 {normal=(-0.933182 0.291176 0.191228)}
Vertex 12937 -3.13481 18.6696 -0.548466 {normal=(-0.881685 0.311067 0.325602)}
Vertex 12938 -3.0982 18.717 -0.445644 {normal=(-0.942459 0.172374 -0.094709)}
Vertex 12939 -3.0771 18.8449 -0.55661 {normal=(-0.927815 0.103015 0.080972)}
Vertex 12940 -3.21844 18.6746 -0.675653 {normal=(-0.873163 0.173267 0.398024)}
Vertex 12941 -3.15159 18.8507 -0.695634 {normal=(-0.751306 0.420643 0.487718)}
Vertex 12942 -3.25679 18.7041 -0.822245 {normal=(-0.983729 -0.062588 0.108702)}
Vertex 12943 -3.26351 18.8713 -0.833275 {normal=(-0.814877 0.184122 0.401184)}
Vertex 12944 -3.26014 18.7866 -0.941489 {normal=(-0.968489 -0.115446 0.078237)}
Vertex 12945 -3.29853 18.948 -0.934804 {normal=(-0.950576 -0.199750 -0.140333)}
Vertex 12946 -3.34715 19.1052 -0.912559 {normal=(-0.880026 -0.277881 -0.038749)}
Vertex 12947 -3.30546 19.1003 -0.995211 {normal=(-0.936278 -0.118915 0.049169)}
Vertex 12948 -3.33929 19.2571 -0.934048 {normal=(-0.935023 0.036092 -0.318337)}
Vertex 12949 -3.36177 19.3643 -0.835531 {normal=(-0.955015 0.140995 -0.158234)}
Vertex 12950 -3.32057 19.4088 -0.951933 {normal=(-0.920572 -0.026996 0.189657)}
Vertex 12951 -3.3222 19.486 -0.841183 {normal=(-0.965898 0.156959 -0.133853)}
Vertex 12952 -3.33514 19.5215 -0.729675 {normal=(-0.973251 0.174001 0.006545)}
Vertex 12953 -3.31846 19.5998 -0.854607 {normal=(-0.865622 -0.287545 0.230587)}
Vertex 12954 -3.31513 19.6148 -0.747187 {normal=(-0.976598 -0.009094 0.038527)}
Vertex 12955 -3.30639 19.6483 -0.644302 {normal=(-0.947658 -0.093161 0.168277)}
Vertex 12956 -3.32532 19.6914 -0.714917 {normal=(-0.763829 -0.539258 0.185129)}
Vertex 12957 -3.31283 19.5607 -0.629906 {normal=(-0.931215 0.053192 0.331840)}
Vertex 12958 -3.30022 19.6946 -0.556068 {normal=(-0.741606 -0.579628 0.071223)}
Vertex 12959 -3.26568 19.607 -0.537612 {normal=(-0.880586 -0.214914 0.305251)}
Vertex 12960 -3.23678 19.5101 -0.522179 {normal=(-0.856447 -0.243488 0.355452)}
Vertex 12961 -3.23884 19.5745 -0.456763 {normal=(-0.794763 -0.303751 -0.358263)}
Vertex 12962 -3.30281 19.4536 -0.624447 {normal=(-0.788188 -0.236353 0.530792)}
Vertex 12963 -3.18714 19.398 -0.500671 {normal=(-0.857506 -0.217093 -0.142738)}
Vertex 12964 -3.21171 19.3451 -0.617319 {normal=(-0.672179 -0.560428 0.404623)}
Vertex 12965 -3.35118 19.4149 -0.727423 {normal=(-0.926080 -0.035941 0.256999)}
Vertex 12966 -3.36158 19.3056 -0.794556 {normal=(-0.880677 -0.230386 0.277312)}
Vertex 12967 -3.38586 19.6916 -0.82829 {normal=(-0.662766 -0.667882 0.327078)}
Vertex 12968 -3.365 19.5522 -0.95925 {normal=(-0.779275 -0.347823 0.508474)}
Vertex 12969 -3.34975 19.2686 -1.0395 {normal=(-0.869495 -0.141878 0.469090)}
Vertex 12970 -3.29393 18.9283 -1.01921 {normal=(-0.898884 -0.068908 0.421431)}
Vertex 12971 -3.18467 18.1005 -0.316138 {normal=(-0.846481 0.000389 0.502769)}
Vertex 12972 -3.23248 18.2586 -0.490885 {normal=(-0.955898 0.130668 0.239417)}
Vertex 12973 -3.17388 18.2948 -0.363251 {normal=(-0.884548 0.144592 0.423133)}
Vertex 12974 -3.15943 18.4783 -0.404612 {normal=(-0.928548 0.185390 0.315361)}
Vertex 12975 -3.10444 18.3344 -0.224282 {normal=(-0.890326 0.065083 0.445465)}
Vertex 12976 -3.11943 18.6046 -0.365908 {normal=(-0.966358 0.119144 0.097089)}
Vertex 12977 -3.11099 18.6527 -0.249958 {normal=(-0.952581 -0.068082 0.230135)}
Vertex 12978 -3.12386 18.7347 -0.351304 {normal=(-0.975872 -0.047669 -0.171105)}
Vertex 12979 -3.07684 17.9647 -0.203321 {normal=(-0.771352 -0.312223 0.511666)}
Vertex 12980 -3.1129 17.9114 -0.297628 {normal=(-0.685287 -0.594514 0.360574)}
Vertex 12981 -3.20798 17.9846 -0.403246 {normal=(-0.865612 -0.341227 0.296127)}
Vertex 12982 -3.25249 18.028 -0.584128 {normal=(-0.948611 -0.244271 0.029053)}
Vertex 12983 -3.20553 17.9351 -0.539049 {normal=(-0.741198 -0.637208 0.047779)}
Vertex 12984 -3.25745 18.1567 -0.638162 {normal=(-0.991082 0.006300 0.003574)}
Vertex 12985 -3.24153 18.0707 -0.773126 {normal=(-0.908942 -0.243339 -0.280759)}
Vertex 12986 -3.38611 19.747 -0.629279 {normal=(-0.586104 -0.802723 0.069213)}
Vertex 12987 -3.10901 19.2427 -0.649442 {normal=(-0.836536 -0.376180 -0.048418)}
Vertex 12988 -3.18858 19.2586 -0.733783 {normal=(-0.484012 -0.640570 0.561776)}
Vertex 12989 -3.29287 19.0634 -0.887387 {normal=(-0.442866 -0.243357 0.785189)}
Vertex 12990 -3.18587 19.1468 -0.831105 {normal=(-0.353346 -0.474787 0.781468)}
Vertex 12991 -3.06513 19.0823 -0.808342 {normal=(-0.640234 -0.116443 0.635167)}
Vertex 12992 -3.17793 18.9963 -0.844328 {normal=(-0.481157 0.269628 0.797744)}
Vertex 12993 -3.0626 18.9846 -0.749619 {normal=(-0.728606 0.436508 0.378801)}
Vertex 12994 -3.34967 19.1845 -0.875529 {normal=(-0.717802 -0.272221 0.449550)}
Vertex 12995 -3.30987 19.2372 -0.793983 {normal=(-0.464129 -0.532443 0.677138)}
Vertex 12996 -3.37679 19.723 -0.472429 {normal=(-0.579992 -0.721597 -0.339838)}
Vertex 12997 -3.34696 19.6339 -0.404086 {normal=(-0.619346 -0.471627 -0.608580)}
Vertex 12998 -3.26682 19.4462 -0.406165 {normal=(-0.731936 -0.111282 -0.665347)}
Vertex 12999 -3.18889 19.2741 -0.501649 {normal=(-0.839037 -0.011164 -0.533913)}
Vertex 13000 -3.10454 19.1377 -0.639132 {normal=(-0.874690 -0.243664 -0.364935)}
Vertex 13001 -3.09427 19.0092 -0.578735 {normal=(-0.886198 -0.201329 -0.369167)}
Vertex 13002 -3.11053 18.8621 -0.425571 {normal=(-0.942186 -0.163645 -0.257109)}
Vertex 13003 -3.03596 19.0541 -0.707883 {normal=(-0.905661 -0.104198 -0.089947)}
Vertex 13004 -3.14183 18.8618 -0.292462 {normal=(-0.953355 -0.182006 0.040838)}
Vertex 13005 -3.37639 20.0927 -0.395008 {normal=(-0.699017 0.546680 0.297654)}
Vertex 13006 -3.45357 20.1009 -0.589496 {normal=(-0.661810 0.710067 0.048838)}
Vertex 13007 -3.3152 20.149 -0.766263 {normal=(-0.355074 0.866061 -0.328822)}
Vertex 13008 -3.41016 20.0204 -0.958995 {normal=(-0.505325 0.720031 -0.417047)}
Vertex 13009 -3.28821 19.938 -1.16031 {normal=(-0.117112 0.697885 -0.664843)}
Vertex 13010 -3.39341 19.75 -1.27005 {normal=(-0.530467 0.370928 -0.695379)}
Vertex 13011 -3.2843 19.5593 -1.37186 {normal=(0.029306 0.200724 -0.922276)}
Vertex 13012 -3.35059 19.3007 -1.37588 {normal=(-0.548774 -0.053325 -0.759920)}
Vertex 13013 -3.24576 19.0312 -1.37594 {normal=(0.034976 -0.147087 -0.921584)}
Vertex 13014 -3.28611 18.7902 -1.29027 {normal=(-0.581150 -0.329363 -0.656461)}
Vertex 13015 -3.15754 18.5907 -1.23969 {normal=(0.063611 -0.394832 -0.840742)}
Vertex 13016 -3.19558 18.4358 -1.1184 {normal=(-0.529312 -0.473572 -0.626528)}
Vertex 13017 -3.09358 18.2726 -1.05158 {normal=(0.079213 -0.499131 -0.777534)}
Vertex 13018 -3.17917 18.1525 -0.924559 {normal=(-0.580950 -0.417359 -0.611624)}
Vertex 13019 -3.10262 17.9454 -0.823738 {normal=(-0.088318 -0.610860 -0.707919)}
Vertex 13020 -3.18343 17.9079 -0.73662 {normal=(-0.703318 -0.571307 -0.266584)}
Vertex 13021 -3.08096 17.8183 -0.59363 {normal=(-0.507639 -0.818371 0.074719)}
Vertex 13022 -3.14089 17.8935 -0.578097 {normal=(-0.672731 -0.699879 0.094418)}
Vertex 13023 -3.01196 17.8041 -0.645702 {normal=(-0.029867 -0.866915 -0.365839)}
Vertex 13024 -2.96337 17.788 -0.485124 {normal=(-0.435107 -0.874591 0.029134)}
Vertex 13025 -2.87923 18.0791 -0.76313 {normal=(0.377147 -0.318744 -0.817742)}
Vertex 13026 -2.99143 18.1675 -0.9133 {normal=(0.564267 -0.391136 -0.712942)}
Vertex 13027 -2.95695 17.9997 -0.797053 {normal=(0.379593 -0.449137 -0.796151)}
Vertex 13028 -2.84895 18.2076 -0.817845 {normal=(0.089283 -0.490457 -0.799470)}
Vertex 13029 -2.77727 18.0459 -0.74972 {normal=(-0.392402 -0.369216 -0.789503)}
Vertex 13030 -2.93349 18.3367 -0.94768 {normal=(0.530032 -0.420084 -0.718549)}
Vertex 13031 -2.76452 18.3104 -0.932092 {normal=(-0.513048 -0.467075 -0.654715)}
Vertex 13032 -2.86438 18.4981 -1.00877 {normal=(0.047987 -0.475354 -0.810326)}
Vertex 13033 -3.0297 18.4568 -1.10827 {normal=(0.544942 -0.353352 -0.750620)}
Vertex 13034 -3.11117 18.8011 -1.27177 {normal=(0.469331 -0.190593 -0.854750)}
Vertex 13035 -2.97583 18.6493 -1.13441 {normal=(0.482514 -0.295622 -0.811231)}
Vertex 13036 -2.91509 18.8527 -1.17867 {normal=(-0.006376 -0.299681 -0.891221)}
Vertex 13037 -2.79421 18.6483 -1.13889 {normal=(-0.556881 -0.405145 -0.646490)}
Vertex 13038 -3.03332 19.0436 -1.25659 {normal=(0.388038 -0.113628 -0.899678)}
Vertex 13039 -2.86327 19.0804 -1.27769 {normal=(-0.646646 -0.246151 -0.636992)}
Vertex 13040 -2.96541 19.2787 -1.26226 {normal=(-0.160211 -0.085196 -0.915445)}
Vertex 13041 -3.16284 19.2892 -1.34462 {normal=(0.446485 0.028310 -0.888815)}
Vertex 13042 -3.18419 19.7708 -1.26603 {normal=(0.330208 0.409056 -0.830563)}
Vertex 13043 -3.06912 19.5161 -1.26438 {normal=(0.202559 0.093545 -0.908991)}
Vertex 13044 -2.96913 19.5156 -1.27679 {normal=(-0.673825 -0.142711 -0.611594)}
Vertex 13045 -3.09978 17.8703 -0.413889 {normal=(-0.512328 -0.849858 0.085043)}
Vertex 13046 -3.00465 17.8309 -0.248268 {normal=(-0.757755 -0.599875 0.154917)}
Vertex 13047 -2.98325 17.8114 -0.362609 {normal=(-0.597646 -0.785678 -0.002782)}
Vertex 13048 -2.87378 17.6891 -0.3613 {normal=(-0.745371 -0.494889 -0.377194)}
Vertex 13049 -2.8709 17.731 -0.444173 {normal=(-0.623839 -0.712390 -0.278588)}
Vertex 13050 -3.15254 19.9505 -1.11799 {normal=(-0.111993 0.597753 -0.709012)}
Vertex 13051 -2.86261 17.8339 -0.631934 {normal=(-0.078236 -0.645476 -0.681414)}
Vertex 13052 -2.80345 17.7099 -0.521223 {normal=(-0.612365 -0.602136 -0.468899)}
Vertex 13053 -2.79667 17.6338 -0.422811 {normal=(-0.754376 -0.419020 -0.467911)}
Vertex 13054 -3.37089 20.2033 -0.510103 {normal=(-0.772497 0.484124 -0.155202)}
Vertex 13055 -3.32819 20.1357 -0.348506 {normal=(-0.699540 0.485054 0.388353)}
Vertex 13056 -2.89687 18.1917 1.73727 {normal=(-0.921772 -0.377643 -0.061350)}
Vertex 13057 -2.92788 18.259 2.11849 {normal=(-0.942716 -0.307013 0.068162)}
Vertex 13058 -2.82311 18.0471 2.25115 {normal=(-0.890862 -0.447373 0.062594)}
Vertex 13059 -2.78346 17.9437 1.88996 {normal=(-0.897316 -0.437553 0.035624)}
Vertex 13060 -2.78219 17.919 1.59677 {normal=(-0.942073 -0.321009 0.054121)}
Vertex 13061 -2.67168 17.74 1.98118 {normal=(-0.894944 -0.438105 0.078539)}
Vertex 13062 -2.6862 17.697 1.70858 {normal=(-0.916203 -0.365205 0.154881)}
Vertex 13063 -2.75196 17.7478 1.46219 {normal=(-0.942923 -0.229491 0.230663)}
Vertex 13064 -2.5909 17.5044 1.78175 {normal=(-0.924177 -0.311691 0.205614)}
Vertex 13065 -2.6668 17.5195 1.55329 {normal=(-0.918883 -0.204811 0.329804)}
Vertex 13066 -2.77253 17.597 1.3188 {normal=(-0.922842 -0.104552 0.368949)}
Vertex 13067 -2.6206 17.2976 1.57299 {normal=(-0.915776 -0.117384 0.381673)}
Vertex 13068 -2.7325 17.3097 1.33508 {normal=(-0.908574 -0.099381 0.405363)}
Vertex 13069 -2.84872 17.3284 1.06314 {normal=(-0.935712 -0.066169 0.343750)}
Vertex 13070 -2.73758 17.0074 1.25954 {normal=(-0.912242 -0.061827 0.404353)}
Vertex 13071 -2.85474 16.97 0.988263 {normal=(-0.922185 -0.075446 0.378417)}
Vertex 13072 -2.96657 16.9944 0.697169 {normal=(-0.960369 -0.050107 0.256428)}
Vertex 13073 -2.85347 16.7043 0.917972 {normal=(-0.932691 -0.134609 0.329951)}
Vertex 13074 -2.94019 16.6733 0.640381 {normal=(-0.953074 -0.215383 0.167167)}
Vertex 13075 -2.96808 16.8009 0.345483 {normal=(-0.961135 -0.193022 -0.153804)}
Vertex 13076 -2.84956 16.3638 0.594316 {normal=(-0.944817 -0.310002 0.064403)}
Vertex 13077 -2.85525 16.4235 0.292649 {normal=(-0.935425 -0.299525 -0.166897)}
Vertex 13078 -2.8192 16.5971 0.000959499 {normal=(-0.902958 -0.221315 -0.357708)}
Vertex 13079 -2.713 16.0695 0.242057 {normal=(-0.887673 -0.402917 -0.200465)}
Vertex 13080 -2.66848 16.2102 -0.0563925 {normal=(-0.809999 -0.365175 -0.440325)}
Vertex 13081 -2.59408 16.4504 -0.301753 {normal=(-0.793893 -0.274882 -0.537973)}
Vertex 13082 -2.48745 15.8836 -0.03733 {normal=(-0.773199 -0.468013 -0.414873)}
Vertex 13083 -2.42406 16.1446 -0.408236 {normal=(-0.887156 -0.257762 -0.346836)}
Vertex 13084 -2.37524 16.5427 -0.868071 {normal=(-0.928575 -0.181736 -0.320270)}
Vertex 13085 -2.31108 15.9953 -0.854753 {normal=(-0.969009 -0.049979 -0.213829)}
Vertex 13086 -2.20801 16.4451 -1.32006 {normal=(-0.894122 -0.062526 -0.423064)}
Vertex 13087 -2.35792 15.5326 -0.457691 {normal=(-0.991270 -0.028692 0.004425)}
Vertex 13088 -2.30495 15.4177 -1.0932 {normal=(-0.966070 0.093787 -0.208016)}
Vertex 13089 -2.12435 15.9913 -1.46203 {normal=(-0.888715 0.050002 -0.432896)}
Vertex 13090 -2.11438 16.8816 -1.53193 {normal=(-0.795194 -0.080155 -0.595020)}
Vertex 13091 -1.94983 16.4291 -1.72958 {normal=(-0.776250 0.016683 -0.622326)}
Vertex 13092 -1.80777 16.8867 -1.86767 {normal=(-0.698675 -0.037316 -0.711812)}
Vertex 13093 -1.83175 15.9372 -1.93836 {normal=(-0.768086 0.148764 -0.613817)}
Vertex 13094 -1.56221 16.4844 -2.11231 {normal=(-0.661369 0.073516 -0.742711)}
Vertex 13095 -1.79449 17.2963 -1.9345 {normal=(-0.672539 -0.149499 -0.722531)}
Vertex 13096 -1.33693 16.9935 -2.27836 {normal=(-0.603366 -0.016384 -0.794214)}
Vertex 13097 -2.68718 21.7055 -1.62878 {normal=(-0.796225 0.297066 -0.511554)}
Vertex 13098 -2.15486 21.9782 -2.07958 {normal=(-0.678467 0.511554 -0.508430)}
Vertex 13099 -1.94369 22.5249 -1.87846 {normal=(-0.573597 0.577007 -0.569136)}
Vertex 13100 -2.55342 22.2523 -1.37816 {normal=(-0.759864 0.472090 -0.426912)}
Vertex 13101 -2.92641 21.7932 -1.01488 {normal=(-0.917509 0.294767 -0.237001)}
Vertex 13102 -2.4642 22.7024 -0.855034 {normal=(-0.717233 0.635683 -0.238186)}
Vertex 13103 -2.86179 22.1897 -0.553658 {normal=(-0.892902 0.417244 -0.122902)}
Vertex 13104 -3.04199 21.6973 -0.439536 {normal=(-0.970547 0.208701 -0.071134)}
Vertex 13105 -2.74562 22.4391 0.067847 {normal=(-0.849923 0.503550 0.091081)}
Vertex 13106 -2.97344 21.9428 0.040644 {normal=(-0.941164 0.309378 0.092266)}
Vertex 13107 -3.07833 21.5224 -0.0486635 {normal=(-0.986404 0.106851 0.084810)}
Vertex 13108 -2.80738 22.0927 0.611176 {normal=(-0.892526 0.373315 0.235662)}
Vertex 13109 -2.98465 21.6586 0.405563 {normal=(-0.960177 0.184730 0.195516)}
Vertex 13110 -3.04917 21.1984 0.334235 {normal=(-0.984030 0.064395 0.157745)}
Vertex 13111 -2.82016 21.7097 1.00202 {normal=(-0.921292 0.237184 0.295239)}
Vertex 13112 -2.93729 21.1973 0.856603 {normal=(-0.959838 0.058735 0.266081)}
Vertex 13113 -2.92976 20.6721 0.856705 {normal=(-0.954790 0.013108 0.294986)}
Vertex 13114 -2.76138 21.1915 1.38622 {normal=(-0.933835 0.074743 0.343356)}
Vertex 13115 -2.8041 20.6387 1.27543 {normal=(-0.959595 0.024993 0.276836)}
Vertex 13116 -2.83632 20.1815 1.25458 {normal=(-0.964327 0.141609 0.214979)}
Vertex 13117 -2.69115 20.6594 1.65803 {normal=(-0.957165 0.106723 0.261155)}
Vertex 13118 -2.78153 20.2174 1.52849 {normal=(-0.899659 0.241058 -0.104327)}
Vertex 13119 -1.46835 22.516 -2.29897 {normal=(-0.433483 0.739142 -0.493331)}
Vertex 13120 -1.29522 22.8827 -1.89195 {normal=(-0.272930 0.827951 -0.481005)}
Vertex 13121 -1.90122 22.962 -1.35299 {normal=(-0.449998 0.788692 -0.381335)}
Vertex 13122 -0.644567 22.795 -2.35757 {normal=(-0.209072 0.887978 -0.391423)}
Vertex 13123 0 23.1279 -1.85122 {normal=(0.000000 0.915938 -0.384364)}
Vertex 13124 -0.868941 23.2924 -1.16829 {normal=(-0.150999 0.941957 -0.278027)}
Vertex 13125 -1.75351 23.2267 -0.553016 {normal=(-0.349913 0.915998 -0.133431)}
Vertex 13126 -2.36108 22.9299 -0.0984477 {normal=(-0.648506 0.741598 0.008050)}
Vertex 13127 -0.719608 23.4896 -0.104209 {normal=(-0.143498 0.979860 -0.076281)}
Vertex 13128 -1.51627 23.3284 0.43791 {normal=(-0.317762 0.930678 0.102365)}
Vertex 13129 -2.08348 22.9922 0.780026 {normal=(-0.565807 0.772261 0.245318)}
Vertex 13130 -2.49033 22.5407 0.819795 {normal=(-0.774426 0.562985 0.268964)}
Vertex 13131 -1.2212 23.2002 1.3438 {normal=(-0.302579 0.877733 0.356224)}
Vertex 13132 -1.69877 22.8748 1.59017 {normal=(-0.445865 0.776512 0.432770)}
Vertex 13133 -2.15906 22.5494 1.55278 {normal=(-0.659042 0.610728 0.417422)}
Vertex 13134 -2.54555 22.1617 1.28081 {normal=(-0.829541 0.420685 0.355093)}
Vertex 13135 -1.32712 22.6783 2.17585 {normal=(-0.338090 0.727926 0.588757)}
Vertex 13136 -1.8068 22.4321 2.1207 {normal=(-0.527357 0.619501 0.570765)}
Vertex 13137 -2.23112 22.129 1.92705 {normal=(-0.727789 0.459261 0.494644)}
Vertex 13138 -2.56875 21.715 1.63538 {normal=(-0.868014 0.267177 0.407616)}
Vertex 13139 -1.55095 22.1895 2.56933 {normal=(-0.413093 0.632386 0.634557)}
Vertex 13140 -1.91913 21.9645 2.44301 {normal=(-0.622833 0.487477 0.605580)}
Vertex 13141 -2.29818 21.6471 2.1984 {normal=(-0.794335 0.329190 0.496946)}
Vertex 13142 -2.55564 21.1911 1.90285 {normal=(-0.910646 0.152554 0.376442)}
Vertex 13143 -1.69819 21.6944 2.85752 {normal=(-0.511792 0.493920 0.695072)}
Vertex 13144 -2.05499 21.461 2.67383 {normal=(-0.705506 0.389999 0.583160)}
Vertex 13145 -2.3621 21.1691 2.38344 {normal=(-0.852722 0.288320 0.418516)}
Vertex 13146 -2.56352 20.777 2.06475 {normal=(-0.827493 0.433048 0.039567)}
Vertex 13147 -1.87592 21.1857 3.04028 {normal=(-0.572569 0.410803 0.700232)}
Vertex 13148 -2.17837 21.0514 2.79948 {normal=(-0.583968 0.610168 0.445494)}
Vertex 13149 -1.73925 20.9281 3.2686 {normal=(-0.312150 0.576956 0.719512)}
Vertex 13150 -1.60053 21.3749 3.13107 {normal=(-0.397262 0.430535 0.805242)}
Vertex 13151 -1.50073 21.0317 3.33181 {normal=(-0.378421 0.412441 0.828070)}
Vertex 13152 -1.42871 21.8881 2.88529 {normal=(-0.328114 0.543981 0.766599)}
Vertex 13153 -1.35032 21.5536 3.12097 {normal=(-0.255042 0.491052 0.831779)}
Vertex 13154 -1.26187 22.1214 2.76451 {normal=(-0.219169 0.641674 0.720504)}
Vertex 13155 -1.34506 20.7274 3.57499 {normal=(-0.273214 0.588719 0.739685)}
Vertex 13156 -1.26796 21.1793 3.35982 {normal=(-0.305298 0.463858 0.829498)}
Vertex 13157 -1.13311 20.7965 3.63448 {normal=(-0.327744 0.482933 0.811363)}
Vertex 13158 -1.06514 21.7381 3.07463 {normal=(-0.187345 0.535165 0.823420)}
Vertex 13159 -0.975957 21.318 3.35994 {normal=(-0.218599 0.524917 0.822101)}
Vertex 13160 -0.953818 22.3906 2.62477 {normal=(-0.219447 0.642686 0.731132)}
Vertex 13161 -0.735424 21.9464 3.00825 {normal=(-0.182845 0.558190 0.808809)}
Vertex 13162 -0.977992 20.5018 3.86529 {normal=(-0.147784 0.541582 0.815665)}
Vertex 13163 -0.896035 20.8827 3.66905 {normal=(-0.235081 0.499827 0.831674)}
Vertex 13164 -0.769108 20.5162 3.8996 {normal=(-0.086573 0.405836 0.901861)}
Vertex 13165 -0.664893 21.4761 3.3324 {normal=(-0.191944 0.539320 0.819878)}
Vertex 13166 -0.604652 21.0306 3.63944 {normal=(-0.119959 0.506790 0.849834)}
Vertex 13167 -0.464559 21.8285 3.14763 {normal=(-0.149204 0.556548 0.816632)}
Vertex 13168 -0.613623 20.2605 3.9899 {normal=(0.135927 0.371774 0.910586)}
Vertex 13169 -0.539734 20.6013 3.8624 {normal=(0.012784 0.385966 0.920508)}
Vertex 13170 -0.419985 20.2906 3.96427 {normal=(-0.020728 0.251734 0.959446)}
Vertex 13171 -0.36898 21.3636 3.46829 {normal=(-0.081598 0.519849 0.848948)}
Vertex 13172 -0.348268 20.8542 3.74269 {normal=(-0.071090 0.425986 0.898233)}
Vertex 13173 -0.267547 22.2663 2.86408 {normal=(-0.079248 0.595527 0.797696)}
Vertex 13174 -0.165866 21.7598 3.22668 {normal=(0.008194 0.546959 0.834770)}
Vertex 13175 -0.264117 20.074 4.00327 {normal=(-0.109882 -0.062397 0.979777)}
Vertex 13176 -0.291426 20.4599 3.92512 {normal=(-0.188042 0.331833 0.922699)}
Vertex 13177 -0.18348 20.2625 4.01004 {normal=(-0.126334 0.163555 0.969795)}
Vertex 13178 -0.220345 20.8318 3.77493 {normal=(-0.061012 0.437226 0.890608)}
Vertex 13179 -0.0712475 20.1084 4.02616 {normal=(0.003947 -0.036094 0.994313)}
Vertex 13180 -0.104003 20.5014 3.93844 {normal=(-0.021102 0.361228 0.927280)}
Vertex 13181 0 20.2772 4.01542 {normal=(0.000000 0.170685 0.978568)}
Vertex 13182 -0.119159 21.2592 3.52826 {normal=(0.091309 0.503447 0.858842)}
Vertex 13183 0 20.8536 3.75306 {normal=(0.000000 0.477571 0.876046)}
Vertex 13184 0 21.6875 3.25081 {normal=(-0.003980 0.532055 0.841789)}
Vertex 13185 0 22.5992 2.62624 {normal=(0.001631 0.660855 0.744827)}
Vertex 13186 -0.545489 22.6362 2.51232 {normal=(-0.167545 0.693901 0.695340)}
Vertex 13187 -0.25368 22.9193 2.25024 {normal=(-0.096406 0.786640 0.600317)}
Vertex 13188 0 23.2453 1.7318 {normal=(0.000000 0.891064 0.441587)}
Vertex 13189 -0.535348 23.2513 1.6263 {normal=(-0.147004 0.886820 0.425984)}
Vertex 13190 -0.240251 23.4996 1.03711 {normal=(-0.036878 0.964224 0.225300)}
Vertex 13191 0 23.5578 0.166549 {normal=(-0.000942 0.991331 -0.025485)}
Vertex 13192 -0.313861 23.5554 0.123225 {normal=(-0.055207 0.989642 -0.036254)}
Vertex 13193 -0.88038 22.9352 2.03166 {normal=(-0.232383 0.804502 0.540450)}
Vertex 13194 -0.765361 23.4736 0.89286 {normal=(-0.186218 0.953843 0.188585)}
Vertex 13195 -2.17292 15.65 2.60117 {normal=(-0.799713 -0.366029 0.463933)}
Vertex 13196 -1.97125 15.6252 2.84313 {normal=(-0.697790 -0.344248 0.619934)}
Vertex 13197 -1.7677 15.3069 2.8449 {normal=(-0.680941 -0.454609 0.574018)}
Vertex 13198 -1.99556 15.2669 2.5356 {normal=(-0.728311 -0.413259 0.542449)}
Vertex 13199 -1.51141 15.391 3.20654 {normal=(-0.684707 -0.396664 0.609410)}
Vertex 13200 -1.35555 15.0945 3.1912 {normal=(-0.756712 -0.332529 0.555968)}
Vertex 13201 -1.59682 15.0077 2.80972 {normal=(-0.700428 -0.410819 0.582211)}
Vertex 13202 -2.21763 15.2544 2.20347 {normal=(-0.833206 -0.341852 0.420430)}
Vertex 13203 -1.80064 14.9025 2.5155 {normal=(-0.697161 -0.414119 0.583553)}
Vertex 13204 -2.00903 14.8788 2.21333 {normal=(-0.761940 -0.526906 0.328707)}
Vertex 13205 -1.44845 14.6673 2.77175 {normal=(-0.734919 -0.425778 0.519191)}
Vertex 13206 -1.62913 14.595 2.50508 {normal=(-0.664434 -0.543683 0.487377)}
Vertex 13207 -2.07827 14.9123 1.86719 {normal=(-0.736624 -0.659443 -0.077097)}
Vertex 13208 -1.77378 14.5991 2.2764 {normal=(-0.674879 -0.687536 0.192269)}
Vertex 13209 -1.80241 14.6413 1.96039 {normal=(-0.619035 -0.774209 -0.100914)}
Vertex 13210 -1.5455 14.4538 2.3881 {normal=(-0.518351 -0.822980 0.162769)}
Vertex 13211 -1.75025 14.6818 1.58615 {normal=(-0.589829 -0.782616 -0.191769)}
Vertex 13212 -1.51903 14.4377 2.07738 {normal=(-0.474098 -0.873424 -0.065516)}
Vertex 13213 -1.47228 14.4732 1.71348 {normal=(-0.468895 -0.864019 -0.173488)}
Vertex 13214 -1.24504 14.3193 2.50183 {normal=(-0.465467 -0.874654 0.082656)}
Vertex 13215 -1.24954 14.3088 2.1753 {normal=(-0.362519 -0.927772 -0.047211)}
Vertex 13216 -1.43619 14.5178 1.41023 {normal=(-0.417133 -0.876439 -0.210211)}
Vertex 13217 -1.25648 14.3414 1.89355 {normal=(-0.290739 -0.938318 -0.168370)}
Vertex 13218 -1.16401 14.376 1.64364 {normal=(-0.192861 -0.946354 -0.244452)}
Vertex 13219 -1.06479 14.2593 2.12409 {normal=(-0.237830 -0.956307 -0.156269)}
Vertex 13220 -0.916418 14.4118 1.45089 {normal=(-0.061087 -0.933302 -0.350664)}
Vertex 13221 -0.873136 14.267 1.90717 {normal=(-0.149527 -0.953596 -0.256106)}
Vertex 13222 -0.576018 14.2966 1.72101 {normal=(-0.076659 -0.934889 -0.345117)}
Vertex 13223 -0.793378 14.1457 2.35863 {normal=(-0.267265 -0.944762 -0.176776)}
Vertex 13224 -0.577435 14.1523 2.13076 {normal=(-0.152251 -0.946822 -0.278088)}
Vertex 13225 -0.277758 14.3407 1.55677 {normal=(-0.053893 -0.919529 -0.388838)}
Vertex 13226 -0.303654 14.1825 1.95781 {normal=(-0.065732 -0.936848 -0.342013)}
Vertex 13227 -0.0178235 14.2418 1.77013 {normal=(-0.000001 -0.929530 -0.366289)}
Vertex 13228 -0.283299 14.0492 2.3442 {normal=(-0.084872 -0.955063 -0.279307)}
Vertex 13229 -0.0177193 14.0974 2.16381 {normal=(-0.000060 -0.945810 -0.322214)}
Vertex 13230 -2.34805 16.1459 2.59609 {normal=(-0.922393 -0.240689 0.275526)}
Vertex 13231 -2.22982 15.9686 2.72973 {normal=(-0.734832 -0.281356 0.586226)}
Vertex 13232 -2.30964 15.8377 2.41181 {normal=(-0.927800 -0.255115 0.252946)}
Vertex 13233 -2.39086 16.122 2.28713 {normal=(-0.982370 -0.133683 0.107618)}
Vertex 13234 -2.33616 15.7889 2.2478 {normal=(-0.930779 -0.188070 0.297869)}
Vertex 13235 -2.43754 15.9584 2.03461 {normal=(-0.934515 -0.086461 0.342103)}
Vertex 13236 -2.35509 15.6363 2.12471 {normal=(-0.909331 -0.192700 0.364286)}
Vertex 13237 -2.45693 15.6682 1.84602 {normal=(-0.944460 -0.200519 0.252487)}
Vertex 13238 -2.36579 15.3345 1.89665 {normal=(-0.908746 -0.351569 0.156483)}
Vertex 13239 -2.41019 15.4354 1.64961 {normal=(-0.889965 -0.439763 -0.055159)}
Vertex 13240 -2.288 15.1964 1.76974 {normal=(-0.822531 -0.546504 -0.110834)}
Vertex 13241 -2.2102 15.1834 1.46771 {normal=(-0.783102 -0.602603 -0.144671)}
Vertex 13242 -2.00362 14.9179 1.52952 {normal=(-0.702150 -0.683940 -0.189104)}
Vertex 13243 -1.9386 14.9334 1.23301 {normal=(-0.677835 -0.719653 -0.139286)}
Vertex 13244 -1.69868 14.7197 1.29245 {normal=(-0.598264 -0.784042 -0.155197)}
Vertex 13245 -1.69079 14.7432 1.03047 {normal=(-0.638718 -0.738233 0.115354)}
Vertex 13246 -1.34294 14.5538 1.18731 {normal=(-0.330964 -0.884078 -0.049803)}
Vertex 13247 -1.03741 14.4102 1.07121 {normal=(-0.276027 -0.653683 0.567670)}
Vertex 13248 -0.588786 14.4544 1.33663 {normal=(-0.090584 -0.937023 -0.067375)}
Vertex 13249 -0.288782 14.328 1.20424 {normal=(-0.092103 -0.677262 0.590346)}
Vertex 13250 -0.019911 14.4068 1.38206 {normal=(0.000186 -0.935855 -0.065186)}
Vertex 13251 -2.71987 17.9073 2.61577 {normal=(-0.894727 -0.431094 0.099159)}
Vertex 13252 -2.6635 17.8898 2.91371 {normal=(-0.898821 -0.301840 0.287450)}
Vertex 13253 -2.6068 17.6893 2.81173 {normal=(-0.937203 -0.312153 0.122509)}
Vertex 13254 -2.62242 17.7001 2.54428 {normal=(-0.920959 -0.385620 0.032834)}
Vertex 13255 -2.52684 17.5748 3.03459 {normal=(-0.867694 -0.248207 0.395627)}
Vertex 13256 -2.52749 17.394 2.88014 {normal=(-0.955439 -0.183567 0.192237)}
Vertex 13257 -2.55786 17.4891 2.66425 {normal=(-0.974084 -0.215772 -0.003171)}
Vertex 13258 -2.44674 17.256 3.03701 {normal=(-0.769797 -0.224912 0.548518)}
Vertex 13259 -2.48619 17.098 2.85292 {normal=(-0.941377 -0.163076 0.256723)}
Vertex 13260 -2.52344 17.2319 2.68483 {normal=(-0.987964 -0.118085 0.003900)}
Vertex 13261 -2.40225 16.9051 2.96363 {normal=(-0.724818 -0.232714 0.592270)}
Vertex 13262 -2.43334 16.6809 2.75253 {normal=(-0.938357 -0.197468 0.242232)}
Vertex 13263 -2.4871 16.9193 2.64973 {normal=(-0.984372 -0.141249 0.015059)}
Vertex 13264 -2.33406 16.4071 2.82313 {normal=(-0.737585 -0.275702 0.563232)}
Vertex 13265 -2.41794 16.4199 2.48821 {normal=(-0.985435 -0.139554 0.058306)}
Vertex 13266 -2.4249 16.6271 2.34102 {normal=(-0.994066 -0.051388 -0.076021)}
Vertex 13267 -2.41078 16.3547 2.17798 {normal=(-0.988806 -0.023317 0.101912)}
Vertex 13268 -2.58754 15.98 1.54726 {normal=(-0.969286 -0.166106 0.163434)}
Vertex 13269 -2.52718 15.9838 1.79167 {normal=(-0.948107 -0.100223 0.294256)}
Vertex 13270 -2.5113 15.6937 1.58482 {normal=(-0.946060 -0.298799 0.084566)}
Vertex 13271 -2.52513 15.7098 1.29724 {normal=(-0.917024 -0.390597 0.024299)}
Vertex 13272 -2.38874 15.4502 1.36286 {normal=(-0.842439 -0.531070 -0.065018)}
Vertex 13273 -2.33529 15.4052 1.04005 {normal=(-0.798967 -0.598670 -0.036439)}
Vertex 13274 -2.139 15.1542 1.14037 {normal=(-0.745699 -0.658490 -0.090483)}
Vertex 13275 -2.1152 15.1544 0.849041 {normal=(-0.747384 -0.662614 -0.005894)}
Vertex 13276 -1.9276 14.9533 0.944543 {normal=(-0.706149 -0.701949 0.026511)}
Vertex 13277 -1.95789 14.9244 0.655079 {normal=(-0.793515 -0.524858 0.269727)}
Vertex 13278 -1.75208 14.5924 0.723403 {normal=(-0.735857 -0.421032 0.488104)}
Vertex 13279 -2.034 14.7347 0.337778 {normal=(-0.859797 -0.276836 0.415181)}
Vertex 13280 -2.15582 15.0855 0.314548 {normal=(-0.906882 -0.334222 0.221470)}
Vertex 13281 -2.12716 15.1456 0.593457 {normal=(-0.812193 -0.563602 0.112289)}
Vertex 13282 -2.26606 15.3374 0.52941 {normal=(-0.785694 -0.610570 -0.055125)}
Vertex 13283 -2.28692 15.3544 0.760692 {normal=(-0.771111 -0.635997 -0.016323)}
Vertex 13284 -2.46711 15.5871 0.726599 {normal=(-0.817483 -0.573554 0.017749)}
Vertex 13285 -2.51365 15.6693 0.996099 {normal=(-0.868438 -0.488102 0.030963)}
Vertex 13286 -2.632 15.9369 1.0223 {normal=(-0.918349 -0.365762 0.132974)}
Vertex 13287 -2.6142 15.9831 1.29429 {normal=(-0.960599 -0.249559 0.106547)}
Vertex 13288 -2.65418 16.215 1.33537 {normal=(-0.955297 -0.171884 0.222618)}
Vertex 13289 -2.60577 16.2323 1.56529 {normal=(-0.966004 -0.032545 0.246841)}
Vertex 13290 -2.53179 16.258 1.79875 {normal=(-0.944062 0.015071 0.327600)}
Vertex 13291 -2.57659 16.4792 1.64187 {normal=(-0.943679 0.015393 0.328962)}
Vertex 13292 -2.49769 16.5225 1.85876 {normal=(-0.940959 0.037229 0.336394)}
Vertex 13293 -2.43319 16.5084 2.04291 {normal=(-0.964656 0.018529 0.249116)}
Vertex 13294 -2.46462 16.7548 1.93004 {normal=(-0.953934 -0.009341 0.293818)}
Vertex 13295 -2.41883 16.7306 2.12516 {normal=(-0.987815 -0.031261 0.094834)}
Vertex 13296 -2.43184 16.9309 2.22227 {normal=(-0.990239 -0.107341 -0.021357)}
Vertex 13297 -2.45429 16.8644 2.44614 {normal=(-0.984167 -0.090343 -0.143467)}
Vertex 13298 -2.49012 17.0578 2.51955 {normal=(-0.982213 -0.112955 -0.142459)}
Vertex 13299 -2.45033 16.2418 2.01684 {normal=(-0.946406 0.005738 0.317492)}
Vertex 13300 -2.81521 18.1098 2.61646 {normal=(-0.924010 -0.289345 0.198690)}
Vertex 13301 -2.70286 17.8394 2.29004 {normal=(-0.882302 -0.467057 0.052590)}
Vertex 13302 -2.59999 17.6213 2.25186 {normal=(-0.918882 -0.391077 0.039481)}
Vertex 13303 -2.57553 17.5355 1.99291 {normal=(-0.925421 -0.368297 0.075692)}
Vertex 13304 -2.51713 17.3611 1.9688 {normal=(-0.960892 -0.243773 0.105732)}
Vertex 13305 -2.54485 17.3282 1.78533 {normal=(-0.946176 -0.168101 0.260797)}
Vertex 13306 -2.54849 17.1169 1.71925 {normal=(-0.944891 -0.054042 0.319272)}
Vertex 13307 -2.63166 17.0543 1.50188 {normal=(-0.920357 -0.042853 0.387956)}
Vertex 13308 -2.67522 16.8134 1.38897 {normal=(-0.923167 -0.012271 0.384096)}
Vertex 13309 -2.76943 16.7666 1.16012 {normal=(-0.929427 -0.051072 0.363762)}
Vertex 13310 -2.80527 16.5824 1.01917 {normal=(-0.948215 -0.106068 0.293489)}
Vertex 13311 -2.54129 17.4709 2.42282 {normal=(-0.958493 -0.278911 -0.022348)}
Vertex 13312 -2.51864 17.3982 2.17516 {normal=(-0.954702 -0.291512 0.033416)}
Vertex 13313 -2.47736 17.2227 2.1116 {normal=(-0.981821 -0.166389 0.066312)}
Vertex 13314 -2.49488 17.1722 1.92209 {normal=(-0.972799 -0.105014 0.191937)}
Vertex 13315 -2.50463 16.9446 1.83267 {normal=(-0.953290 -0.048792 0.293533)}
Vertex 13316 -2.57888 16.8772 1.61872 {normal=(-0.931562 -0.013307 0.362269)}
Vertex 13317 -2.62565 16.6355 1.50903 {normal=(-0.927332 -0.003407 0.373718)}
Vertex 13318 -2.72192 16.5831 1.27125 {normal=(-0.937435 -0.036364 0.343106)}
Vertex 13319 -2.73318 16.3712 1.18912 {normal=(-0.938004 -0.172819 0.290361)}
Vertex 13320 -2.79914 16.364 0.911938 {normal=(-0.950624 -0.226196 0.201027)}
Vertex 13321 -2.72736 16.0969 0.854136 {normal=(-0.920363 -0.354745 0.149236)}
Vertex 13322 -2.73347 16.0462 0.552067 {normal=(-0.913725 -0.398501 0.001141)}
Vertex 13323 -2.57481 15.7437 0.503628 {normal=(-0.845847 -0.524796 -0.047336)}
Vertex 13324 -2.53613 15.7507 0.225572 {normal=(-0.764692 -0.560048 -0.281920)}
Vertex 13325 -2.36213 15.5366 0.270787 {normal=(-0.738567 -0.612870 -0.263870)}
Vertex 13326 -2.34166 15.5909 0.008906 {normal=(-0.889217 -0.363687 -0.100075)}
Vertex 13327 -2.25772 15.2548 0.0257278 {normal=(-0.955682 -0.201800 0.188242)}
Vertex 13328 -2.3379 15.0098 -0.346048 {normal=(-0.963716 -0.077061 0.237648)}
Vertex 13329 -2.19764 14.8488 0.013308 {normal=(-0.940296 -0.158404 0.296445)}
Vertex 13330 -2.24661 15.3373 0.310575 {normal=(-0.881819 -0.429359 -0.029438)}
Vertex 13331 -2.40757 15.5083 0.486601 {normal=(-0.757723 -0.633271 -0.110924)}
Vertex 13332 -2.62146 15.837 0.767326 {normal=(-0.876627 -0.468070 0.084818)}
Vertex 13333 -2.69795 16.1727 1.10916 {normal=(-0.922233 -0.304767 0.233581)}
Vertex 13334 -2.65887 16.4112 1.41276 {normal=(-0.934892 -0.089179 0.336630)}
Vertex 13335 -2.53594 16.7153 1.73368 {normal=(-0.937978 0.009042 0.346003)}
Vertex 13336 -2.45204 16.9681 2.02477 {normal=(-0.973085 -0.107200 0.183496)}
Vertex 13337 -2.46386 17.1415 2.15859 {normal=(-0.986884 -0.141303 0.035596)}
Vertex 13338 -2.4649 17.111 2.33579 {normal=(-0.983412 -0.139522 -0.099855)}
Vertex 13339 -2.51152 17.2925 2.48898 {normal=(-0.984202 -0.141716 -0.101224)}
Vertex 13340 -2.48622 17.2801 2.29212 {normal=(-0.982191 -0.171690 -0.053214)}
Vertex 13341 -0.130615 19.633 3.95872 {normal=(-0.225833 0.173053 0.926010)}
Vertex 13342 0 19.4528 4.07951 {normal=(-0.013868 0.538378 0.815646)}
Vertex 13343 -0.106369 19.2738 4.2155 {normal=(-0.278428 0.614985 0.725055)}
Vertex 13344 -0.202298 19.4144 4.03379 {normal=(-0.478279 0.456105 0.726894)}
Vertex 13345 0 19.1351 4.34776 {normal=(0.000000 0.606887 0.782192)}
Vertex 13346 -0.118347 18.9915 4.43412 {normal=(-0.268075 0.573697 0.760008)}
Vertex 13347 -0.21382 19.1035 4.29341 {normal=(-0.523503 0.530476 0.652288)}
Vertex 13348 0 18.8701 4.53969 {normal=(0.000000 0.585980 0.802469)}
Vertex 13349 -0.138425 18.7564 4.60399 {normal=(-0.254743 0.591150 0.747202)}
Vertex 13350 -0.243778 18.8463 4.47397 {normal=(-0.568236 0.495735 0.627537)}
Vertex 13351 -0.302558 19.5397 3.89489 {normal=(-0.597339 0.019877 0.750222)}
Vertex 13352 -0.285495 19.2215 4.11743 {normal=(-0.701140 0.465469 0.527691)}
Vertex 13353 -0.342897 19.3324 3.91708 {normal=(-0.821840 0.296483 0.465096)}
Vertex 13354 -0.319928 18.9362 4.30925 {normal=(-0.756663 0.391187 0.506699)}
Vertex 13355 -0.381511 19.0316 4.11601 {normal=(-0.846472 0.337415 0.401934)}
Vertex 13356 -0.347286 18.6831 4.45134 {normal=(-0.825857 0.381242 0.392981)}
Vertex 13357 -0.408477 18.7387 4.25699 {normal=(-0.903397 0.235969 0.351285)}
Vertex 13358 -0.42136 19.4004 3.71681 {normal=(-0.834723 -0.011878 0.494781)}
Vertex 13359 -0.441777 19.1147 3.89214 {normal=(-0.865225 0.335936 0.370318)}
Vertex 13360 -0.512336 19.1835 3.6553 {normal=(-0.827295 0.357849 0.422193)}
Vertex 13361 -0.470411 18.8162 4.03647 {normal=(-0.913334 0.191373 0.355378)}
Vertex 13362 -0.549885 18.8944 3.82096 {normal=(-0.815549 0.275740 0.492033)}
Vertex 13363 -0.487149 18.541 4.13999 {normal=(-0.903895 0.323967 0.248906)}
Vertex 13364 -0.532291 18.5947 3.94677 {normal=(-0.885991 0.190995 0.402976)}
Vertex 13365 -0.571521 19.2397 3.49556 {normal=(-0.753233 0.182508 0.579400)}
Vertex 13366 -0.652124 18.9768 3.62359 {normal=(-0.645153 0.444901 0.597022)}
Vertex 13367 -0.747407 19.0331 3.49669 {normal=(-0.339832 0.512858 0.750412)}
Vertex 13368 -0.630455 19.1589 3.4471 {normal=(-0.602243 0.461179 0.606652)}
Vertex 13369 -0.684065 18.6974 3.74905 {normal=(-0.582516 0.302453 0.743342)}
Vertex 13370 -0.843027 18.7836 3.6099 {normal=(-0.340860 0.365539 0.843753)}
Vertex 13371 -0.593484 18.5698 3.86474 {normal=(-0.657052 0.213876 0.710855)}
Vertex 13372 -0.71867 18.4354 3.81379 {normal=(-0.493062 0.187490 0.844869)}
Vertex 13373 -0.856568 18.5228 3.71533 {normal=(-0.372198 0.304119 0.869151)}
Vertex 13374 0 19.9153 3.99358 {normal=(0.026813 -0.108566 0.991837)}
Vertex 13375 -0.0983095 19.8864 3.98774 {normal=(-0.077514 -0.119938 0.985053)}
Vertex 13376 -0.303955 19.8483 3.9497 {normal=(-0.064887 -0.183336 0.967811)}
Vertex 13377 -0.493944 19.7927 3.92141 {normal=(0.077095 -0.577908 0.742368)}
Vertex 13378 -0.371069 19.76 3.92121 {normal=(-0.159184 -0.298190 0.905835)}
Vertex 13379 -0.43601 19.6145 3.81791 {normal=(-0.504933 -0.434911 0.693638)}
Vertex 13380 -0.524256 19.4119 3.55892 {normal=(-0.644888 -0.285357 0.663305)}
Vertex 13381 -0.572944 19.6119 3.70254 {normal=(-0.382364 -0.685970 0.597755)}
Vertex 13382 -0.619016 19.2255 3.43355 {normal=(-0.457033 -0.129286 0.830634)}
Vertex 13383 -0.637193 19.2705 3.44236 {normal=(0.009575 -0.198965 0.916473)}
Vertex 13384 -0.628386 19.3251 3.45276 {normal=(-0.325680 -0.211910 0.909596)}
Vertex 13385 -0.625474 19.4194 3.49701 {normal=(-0.408543 -0.458257 0.772527)}
Vertex 13386 -0.652985 19.2131 3.42981 {normal=(0.453263 -0.282818 0.839244)}
Vertex 13387 -0.759312 19.1857 3.46643 {normal=(0.411429 -0.287877 0.855142)}
Vertex 13388 -0.692008 19.2612 3.46749 {normal=(0.305433 -0.102721 0.921751)}
Vertex 13389 -0.700072 19.3345 3.46515 {normal=(0.446684 0.105800 0.873645)}
Vertex 13390 -0.65291 19.3056 3.44871 {normal=(0.422827 -0.041756 0.890639)}
Vertex 13391 -1.03647 18.8713 3.54634 {normal=(-0.054630 0.311883 0.941253)}
Vertex 13392 -0.982042 19.0045 3.5013 {normal=(0.002301 0.338429 0.929987)}
Vertex 13393 -0.154157 18.5906 4.73542 {normal=(-0.237070 0.623020 0.727699)}
Vertex 13394 0 18.5189 4.81005 {normal=(0.000000 0.567349 0.815786)}
Vertex 13395 -0.16657 18.4271 4.84758 {normal=(-0.238429 0.348702 0.878629)}
Vertex 13396 -0.302702 18.4908 4.74114 {normal=(-0.571478 0.495459 0.608083)}
Vertex 13397 -0.383788 18.5208 4.56279 {normal=(-0.806917 0.469706 0.340466)}
Vertex 13398 -0.416252 18.3676 4.65784 {normal=(-0.831874 0.236975 0.469026)}
Vertex 13399 -0.473709 18.4006 4.46946 {normal=(-0.873038 0.393326 0.279216)}
Vertex 13400 -0.515007 18.4222 4.27492 {normal=(-0.812984 0.534327 0.217951)}
Vertex 13401 -0.530477 18.3091 4.40568 {normal=(-0.877568 0.276372 0.362498)}
Vertex 13402 -0.578084 18.3465 4.24831 {normal=(-0.710475 0.597736 0.338798)}
Vertex 13403 -0.627328 18.3681 4.10532 {normal=(-0.561419 0.781570 0.260241)}
Vertex 13404 -0.656354 18.2612 4.2559 {normal=(-0.665128 0.522167 0.516181)}
Vertex 13405 -0.715457 18.2883 4.12922 {normal=(-0.682489 0.651790 0.297558)}
Vertex 13406 -0.715009 18.316 4.02633 {normal=(-0.723884 0.671255 -0.019546)}
Vertex 13407 -0.804435 18.1664 4.12278 {normal=(-0.854197 0.384840 0.285067)}
Vertex 13408 -0.800952 18.1905 4.01767 {normal=(-0.864532 0.452888 -0.126134)}
Vertex 13409 -0.706098 18.2978 3.84105 {normal=(-0.543787 0.147082 0.818227)}
Vertex 13410 -0.8451 18.2666 3.77756 {normal=(-0.321131 0.111586 0.935335)}
Vertex 13411 -0.810299 18.0793 3.91875 {normal=(-0.892072 0.317288 -0.291072)}
Vertex 13412 -0.749665 18.2333 3.94112 {normal=(-0.768917 0.483341 -0.404883)}
Vertex 13413 -0.852782 18.0272 3.99273 {normal=(-0.960526 0.141176 -0.121294)}
Vertex 13414 -0.916301 18.0168 3.79495 {normal=(-0.497034 0.421099 0.748799)}
Vertex 13415 -0.841272 18.0252 3.84683 {normal=(-0.699340 0.503876 0.470815)}
Vertex 13416 -0.924204 17.9353 3.84813 {normal=(-0.589700 0.427870 0.679311)}
Vertex 13417 -0.847953 17.8198 3.96971 {normal=(-0.726689 0.152865 0.657809)}
Vertex 13418 -0.810524 17.7882 4.01954 {normal=(-0.747589 0.037030 0.648308)}
Vertex 13419 -0.826296 17.7363 4.02159 {normal=(-0.649303 0.235761 0.712959)}
Vertex 13420 -0.774593 17.8207 4.10915 {normal=(-0.572517 -0.582034 0.522010)}
Vertex 13421 -0.801284 17.8116 4.04827 {normal=(-0.784904 -0.320748 0.475132)}
Vertex 13422 -0.834396 17.9083 4.0584 {normal=(-0.918164 -0.258136 0.289985)}
Vertex 13423 -0.800828 17.9158 4.14713 {normal=(-0.844365 -0.274271 0.443421)}
Vertex 13424 -0.79155 18.0358 4.1956 {normal=(-0.839852 0.001844 0.529498)}
Vertex 13425 -0.705896 18.021 4.31027 {normal=(-0.718371 -0.004186 0.679348)}
Vertex 13426 -0.742208 17.921 4.24348 {normal=(-0.676641 -0.383918 0.592147)}
Vertex 13427 -0.632011 18.1231 4.35484 {normal=(-0.664869 0.208815 0.715612)}
Vertex 13428 -0.522166 18.0742 4.45862 {normal=(-0.735685 0.020206 0.658691)}
Vertex 13429 -0.581583 17.9908 4.4132 {normal=(-0.555257 -0.310010 0.711845)}
Vertex 13430 -0.510353 18.1614 4.47075 {normal=(-0.878180 -0.030068 0.464257)}
Vertex 13431 -0.462395 18.085 4.54889 {normal=(-0.854668 -0.166871 0.476776)}
Vertex 13432 -0.410362 18.1812 4.67709 {normal=(-0.826530 -0.088013 0.543011)}
Vertex 13433 -0.296274 18.0944 4.80199 {normal=(-0.569255 -0.228960 0.751127)}
Vertex 13434 -0.382829 18.0096 4.65018 {normal=(-0.678512 -0.514430 0.472675)}
Vertex 13435 -0.163354 18.2128 4.87284 {normal=(-0.251828 -0.028304 0.951918)}
Vertex 13436 0 18.1027 4.88241 {normal=(0.000000 -0.196949 0.965589)}
Vertex 13437 -0.144251 17.9846 4.82203 {normal=(-0.228739 -0.501046 0.801306)}
Vertex 13438 0 17.8613 4.72668 {normal=(0.000000 -0.699111 0.706451)}
Vertex 13439 -0.0943477 17.7449 4.58391 {normal=(-0.248154 -0.709368 0.641672)}
Vertex 13440 -0.210896 17.8663 4.67153 {normal=(-0.482155 -0.686140 0.508566)}
Vertex 13441 -0.264228 17.8706 4.51387 {normal=(-0.822483 -0.547518 0.024269)}
Vertex 13442 -0.23888 17.8356 4.3913 {normal=(-0.949668 -0.276075 0.022205)}
Vertex 13443 -0.270094 17.9011 4.33923 {normal=(-0.821103 -0.536801 0.073558)}
Vertex 13444 -0.301146 17.928 4.43803 {normal=(-0.621572 -0.757429 -0.051981)}
Vertex 13445 0 17.6279 4.48641 {normal=(0.000000 -0.629412 0.762255)}
Vertex 13446 -0.091416 17.5324 4.40295 {normal=(-0.225049 -0.400903 0.863618)}
Vertex 13447 -0.162869 17.6686 4.45227 {normal=(-0.604772 -0.474284 0.581402)}
Vertex 13448 -0.254071 17.8266 4.29177 {normal=(-0.902136 -0.092871 0.371637)}
Vertex 13449 -0.232631 17.773 4.36289 {normal=(-0.933656 -0.136456 0.252807)}
Vertex 13450 -0.339527 17.7895 4.19941 {normal=(-0.509156 0.271707 0.800651)}
Vertex 13451 -0.243183 17.6933 4.31734 {normal=(-0.752024 0.030302 0.606643)}
Vertex 13452 -0.321503 17.6164 4.27653 {normal=(-0.464251 0.204841 0.843294)}
Vertex 13453 -0.442805 17.7487 4.17368 {normal=(-0.335559 0.359169 0.869743)}
Vertex 13454 -0.552935 17.8149 4.10912 {normal=(-0.202146 0.243591 0.937106)}
Vertex 13455 -0.614159 17.7058 4.13188 {normal=(-0.298779 0.280652 0.909052)}
Vertex 13456 -0.69849 17.7851 4.09385 {normal=(-0.123796 -0.178578 0.871654)}
Vertex 13457 0 17.4066 4.36461 {normal=(0.000000 -0.246335 0.964790)}
Vertex 13458 -0.0887898 17.3079 4.34614 {normal=(-0.045609 -0.132906 0.988136)}
Vertex 13459 -0.201062 17.4469 4.34721 {normal=(-0.276836 -0.078705 0.943753)}
Vertex 13460 0 17.1894 4.3318 {normal=(0.000000 -0.466431 0.777887)}
Vertex 13461 -0.142173 17.197 4.32691 {normal=(-0.102437 -0.339035 0.870302)}
Vertex 13462 -0.334145 17.3465 4.31041 {normal=(-0.253023 -0.012443 0.961147)}
Vertex 13463 -0.493375 17.5371 4.22959 {normal=(-0.336123 0.226324 0.911990)}
Vertex 13464 -0.277237 17.1207 4.28528 {normal=(-0.178754 -0.352334 0.907421)}
Vertex 13465 -0.515484 17.2571 4.25642 {normal=(-0.303764 -0.099134 0.941328)}
Vertex 13466 -0.253879 17.0429 4.20436 {normal=(-0.177643 -0.891105 0.380075)}
Vertex 13467 0 16.9818 4.08607 {normal=(0.000000 -0.966349 0.228593)}
Vertex 13468 -0.192709 16.9692 3.92377 {normal=(-0.201520 -0.907279 0.332354)}
Vertex 13469 -0.435878 17.0429 4.00721 {normal=(-0.220212 -0.953695 0.204272)}
Vertex 13470 -0.176234 16.0679 3.8514 {normal=(-0.130331 0.815824 0.542608)}
Vertex 13471 0 16.0089 3.99933 {normal=(0.000000 0.892642 0.446009)}
Vertex 13472 -0.210659 15.9433 4.09872 {normal=(-0.131553 0.797551 0.568056)}
Vertex 13473 -0.384863 16.003 3.91658 {normal=(-0.177189 0.883526 0.432593)}
Vertex 13474 -0.222939 15.8461 4.16344 {normal=(-0.195916 0.169978 0.951797)}
Vertex 13475 0 15.739 4.19286 {normal=(0.000000 -0.085710 0.982267)}
Vertex 13476 -0.228722 15.5868 4.13207 {normal=(-0.157032 -0.363015 0.900064)}
Vertex 13477 -0.451216 15.7079 4.09795 {normal=(-0.312161 -0.103586 0.937314)}
Vertex 13478 -0.694285 17.4312 4.17975 {normal=(-0.371380 0.138497 0.912845)}
Vertex 13479 -0.804762 17.6017 4.08885 {normal=(-0.468294 0.273100 0.835061)}
Vertex 13480 -0.758545 17.7265 4.0724 {normal=(-0.513740 0.110908 0.815723)}
Vertex 13481 -0.730175 17.1985 4.16505 {normal=(-0.414239 -0.286315 0.848479)}
Vertex 13482 -0.867257 17.3285 4.11305 {normal=(-0.503002 -0.013051 0.853179)}
Vertex 13483 -0.701883 17.1191 4.08502 {normal=(-0.279970 -0.877523 0.350973)}
Vertex 13484 -0.554759 17.0271 3.79132 {normal=(-0.266785 -0.889372 0.332015)}
Vertex 13485 -0.822168 17.0972 3.83698 {normal=(-0.249808 -0.947041 0.199765)}
Vertex 13486 -0.524746 16.0604 3.7292 {normal=(-0.269937 0.794196 0.522098)}
Vertex 13487 -0.623941 15.9205 3.96971 {normal=(-0.282564 0.777390 0.540145)}
Vertex 13488 -0.775964 15.9736 3.75332 {normal=(-0.302897 0.868052 0.391301)}
Vertex 13489 -0.652421 15.8126 4.02429 {normal=(-0.398422 0.092244 0.897915)}
Vertex 13490 -0.651782 15.5207 3.97927 {normal=(-0.355753 -0.358324 0.848165)}
Vertex 13491 -0.860755 15.6347 3.8953 {normal=(-0.504103 -0.194973 0.836130)}
Vertex 13492 -0.912393 17.6359 3.99691 {normal=(-0.624958 0.312145 0.714950)}
Vertex 13493 -0.901811 17.4727 4.07808 {normal=(-0.601662 0.212591 0.761571)}
Vertex 13494 -0.976609 17.347 4.03099 {normal=(-0.669645 0.033763 0.731735)}
Vertex 13495 -1.10424 17.1745 3.80593 {normal=(-0.408334 -0.839622 0.320437)}
Vertex 13496 -0.981307 17.0894 3.58714 {normal=(-0.320674 -0.860914 0.356728)}
Vertex 13497 -1.25735 17.1601 3.53035 {normal=(-0.343970 -0.899169 0.265921)}
Vertex 13498 -0.943635 16.0107 3.50729 {normal=(-0.387415 0.771268 0.480829)}
Vertex 13499 -1.0731 15.8686 3.72666 {normal=(-0.426971 0.740728 0.490219)}
Vertex 13500 -1.24008 15.9136 3.45687 {normal=(-0.385023 0.819565 0.419203)}
Vertex 13501 -1.09353 15.7541 3.76832 {normal=(-0.580350 -0.056912 0.792360)}
Vertex 13502 -1.0175 15.4375 3.71739 {normal=(-0.588447 -0.386068 0.696562)}
Vertex 13503 -1.28378 15.569 3.54535 {normal=(-0.645716 -0.311966 0.694718)}
Vertex 13504 -1.27305 17.7424 3.64581 {normal=(-0.548093 0.121083 0.814310)}
Vertex 13505 -1.1428 17.7047 3.77063 {normal=(-0.626696 0.264736 0.732129)}
Vertex 13506 -1.36803 17.5433 3.62374 {normal=(-0.657268 0.108842 0.739690)}
Vertex 13507 -1.29046 17.388 3.71439 {normal=(-0.707619 0.006067 0.702244)}
Vertex 13508 -1.49312 17.309 3.49336 {normal=(-0.670811 -0.259957 0.677502)}
Vertex 13509 -1.58132 17.4089 3.42758 {normal=(-0.472889 -0.297595 0.776220)}
Vertex 13510 -1.47711 17.2223 3.42855 {normal=(-0.430695 -0.797827 0.401190)}
Vertex 13511 -1.40305 17.1408 3.29775 {normal=(-0.415385 -0.794444 0.414066)}
Vertex 13512 -1.57962 17.1812 3.22822 {normal=(-0.192192 -0.851541 0.456553)}
Vertex 13513 -1.37919 15.9828 3.23423 {normal=(-0.395724 0.638968 0.642044)}
Vertex 13514 -1.50798 15.8208 3.3575 {normal=(-0.539591 0.611198 0.556543)}
Vertex 13515 -1.60864 15.9338 3.14895 {normal=(-0.392026 0.589906 0.696243)}
Vertex 13516 -1.53705 15.7082 3.36507 {normal=(-0.706308 -0.137569 0.675374)}
Vertex 13517 -1.74043 15.6259 3.09911 {normal=(-0.702652 -0.285080 0.646874)}
Vertex 13518 -1.06831 18.6037 3.62256 {normal=(-0.179341 0.295667 0.933632)}
Vertex 13519 -1.34467 18.7038 3.58012 {normal=(-0.041455 0.160636 0.984534)}
Vertex 13520 -1.02012 18.3249 3.72861 {normal=(-0.215654 0.194961 0.952063)}
Vertex 13521 -1.27874 18.3874 3.65817 {normal=(-0.161743 0.234020 0.956653)}
Vertex 13522 -1.65817 18.7889 3.5614 {normal=(-0.050033 0.091539 0.993484)}
Vertex 13523 -1.60328 18.4743 3.59761 {normal=(-0.109281 0.143032 0.981998)}
Vertex 13524 -1.8979 18.6083 3.55479 {normal=(-0.192961 0.084100 0.973205)}
Vertex 13525 -1.46456 18.1311 3.6637 {normal=(-0.177755 -0.012489 0.976673)}
Vertex 13526 -1.80787 18.2206 3.60048 {normal=(-0.200649 0.038795 0.976023)}
Vertex 13527 -2.0976 18.378 3.51506 {normal=(-0.370989 0.081247 0.918451)}
Vertex 13528 -2.19125 18.6236 3.43063 {normal=(-0.559529 0.184982 0.802152)}
Vertex 13529 -2.00763 18.7551 3.52266 {normal=(-0.410664 0.158378 0.882944)}
Vertex 13530 -2.24474 18.1136 3.46334 {normal=(-0.475395 -0.001682 0.867868)}
Vertex 13531 -1.95445 17.9445 3.55396 {normal=(-0.231336 -0.156159 0.952582)}
Vertex 13532 -0.94363 18.0891 3.76785 {normal=(-0.265585 0.087166 0.955889)}
Vertex 13533 -1.15644 18.0948 3.72261 {normal=(-0.195523 -0.035559 0.975926)}
Vertex 13534 -1.31519 17.834 3.63956 {normal=(-0.244317 -0.207557 0.942697)}
Vertex 13535 -1.6288 17.8293 3.57865 {normal=(-0.161485 -0.265859 0.947630)}
Vertex 13536 -1.821 17.5232 3.43106 {normal=(-0.144779 -0.420978 0.893740)}
Vertex 13537 -2.07435 17.6506 3.43829 {normal=(-0.288058 -0.354269 0.882239)}
Vertex 13538 -2.29983 17.8484 3.407 {normal=(-0.538547 -0.213357 0.800349)}
Vertex 13539 -2.1603 17.4142 3.28643 {normal=(-0.382654 -0.428864 0.814554)}
Vertex 13540 -2.33581 17.6122 3.27894 {normal=(-0.581573 -0.334737 0.735155)}
Vertex 13541 -1.58804 17.141 3.13029 {normal=(-0.077819 -0.655186 0.709524)}
Vertex 13542 -1.7469 17.083 3.13312 {normal=(0.185018 -0.541002 0.815989)}
Vertex 13543 -1.757 17.1854 3.21503 {normal=(0.033222 -0.679687 0.713481)}
Vertex 13544 -1.70021 16.9149 3.03396 {normal=(0.061948 -0.356102 0.918239)}
Vertex 13545 -1.88081 16.6882 2.99362 {normal=(0.212255 -0.239009 0.942333)}
Vertex 13546 -1.96078 16.9183 3.09451 {normal=(0.144829 -0.389184 0.904816)}
Vertex 13547 -1.78144 16.4314 2.9353 {normal=(0.042774 -0.015586 0.983471)}
Vertex 13548 -1.81559 16.1825 2.96228 {normal=(0.008068 0.216153 0.958341)}
Vertex 13549 -1.96781 16.4165 2.97399 {normal=(0.083005 -0.091801 0.983106)}
Vertex 13550 -1.66899 16.0797 3.01872 {normal=(-0.289976 0.410318 0.850716)}
Vertex 13551 -1.79607 15.9621 3.04513 {normal=(-0.330647 0.372064 0.848665)}
Vertex 13552 -1.70074 17.3685 3.36296 {normal=(-0.135539 -0.539529 0.810517)}
Vertex 13553 -1.75988 17.263 3.28006 {normal=(-0.048283 -0.592626 0.790516)}
Vertex 13554 -2.10076 17.125 3.16189 {normal=(-0.272662 -0.366503 0.887815)}
Vertex 13555 -2.06212 16.9397 3.10815 {normal=(-0.167729 -0.321091 0.928627)}
Vertex 13556 -2.18894 16.9365 3.07455 {normal=(-0.250767 -0.280778 0.926078)}
Vertex 13557 -2.26585 16.6796 2.9804 {normal=(-0.415126 -0.272167 0.852515)}
Vertex 13558 -2.0905 16.4112 2.96065 {normal=(-0.261994 -0.241127 0.931303)}
Vertex 13559 -2.15735 16.167 2.86118 {normal=(-0.490788 -0.273702 0.815892)}
Vertex 13560 -2.23482 17.2573 3.17096 {normal=(-0.366407 -0.359576 0.855276)}
Vertex 13561 -1.99344 17.2867 3.27656 {normal=(-0.210256 -0.468989 0.854123)}
Vertex 13562 0 15.4476 4.06176 {normal=(0.000000 -0.572376 0.815015)}
Vertex 13563 -0.195168 15.3327 3.95394 {normal=(-0.099560 -0.502087 0.846960)}
Vertex 13564 -0.420502 15.4345 3.99513 {normal=(-0.192352 -0.562640 0.800631)}
Vertex 13565 -0.587452 15.3386 3.87639 {normal=(-0.240425 -0.475335 0.832225)}
Vertex 13566 -0.797981 15.3863 3.83824 {normal=(-0.382670 -0.538788 0.744034)}
Vertex 13567 -0.960063 15.3374 3.69344 {normal=(-0.538232 -0.405899 0.713466)}
Vertex 13568 -0.190827 15.2228 3.93042 {normal=(-0.090219 0.201331 0.964343)}
Vertex 13569 0 15.1189 3.98341 {normal=(0.000000 0.354176 0.932662)}
Vertex 13570 -0.173767 14.9915 4.01414 {normal=(-0.140354 0.238856 0.956152)}
Vertex 13571 -0.367988 15.1269 3.93496 {normal=(-0.204688 0.241581 0.946494)}
Vertex 13572 0 14.8484 4.05258 {normal=(0.000000 0.070643 0.990925)}
Vertex 13573 -0.160841 14.6713 4.04065 {normal=(-0.058432 -0.123741 0.981542)}
Vertex 13574 -0.332859 14.8129 4.01122 {normal=(-0.254705 0.077146 0.957381)}
Vertex 13575 0 14.5109 3.99362 {normal=(0.000002 -0.365070 0.920614)}
Vertex 13576 -0.146877 14.3188 3.89148 {normal=(0.056395 -0.594193 0.790395)}
Vertex 13577 -0.271343 14.4674 3.98485 {normal=(-0.118860 -0.376000 0.901567)}
Vertex 13578 -0.577815 15.235 3.86197 {normal=(-0.279292 0.084914 0.950803)}
Vertex 13579 -0.524462 14.9564 3.92573 {normal=(-0.339056 0.124573 0.929124)}
Vertex 13580 -0.745661 15.1003 3.8193 {normal=(-0.429252 0.081555 0.895115)}
Vertex 13581 -0.438985 14.5956 3.97038 {normal=(-0.367312 -0.182497 0.900424)}
Vertex 13582 -0.632331 14.7295 3.88868 {normal=(-0.462379 -0.070592 0.878850)}
Vertex 13583 -0.283603 14.2828 3.87001 {normal=(-0.104918 -0.614082 0.765914)}
Vertex 13584 -0.442512 14.3786 3.88173 {normal=(-0.335653 -0.456012 0.814443)}
Vertex 13585 -0.959987 15.2529 3.68493 {normal=(-0.564298 -0.070913 0.808610)}
Vertex 13586 -0.857967 14.8783 3.76206 {normal=(-0.586134 -0.061836 0.798093)}
Vertex 13587 -1.09227 15.0416 3.55511 {normal=(-0.728942 -0.147791 0.654615)}
Vertex 13588 -0.645391 14.4745 3.82673 {normal=(-0.490507 -0.338716 0.789915)}
Vertex 13589 -0.859555 14.5849 3.69509 {normal=(-0.681222 -0.325350 0.634043)}
Vertex 13590 -0.352026 14.2167 3.79711 {normal=(-0.178332 -0.678703 0.696827)}
Vertex 13591 -0.533281 14.2604 3.75719 {normal=(-0.410569 -0.644089 0.623233)}
Vertex 13592 -1.06701 14.6852 3.45309 {normal=(-0.794328 -0.331734 0.497907)}
Vertex 13593 -1.2705 14.7219 3.11023 {normal=(-0.811569 -0.343846 0.470104)}
Vertex 13594 -0.714444 14.3139 3.63402 {normal=(-0.604144 -0.634019 0.462477)}
Vertex 13595 -0.900736 14.3746 3.41603 {normal=(-0.693977 -0.575004 0.421977)}
Vertex 13596 -0.351798 14.1426 3.70485 {normal=(-0.198578 -0.811264 0.531232)}
Vertex 13597 -0.515339 14.1537 3.59891 {normal=(-0.416728 -0.813170 0.392036)}
Vertex 13598 -1.09392 14.3985 3.13374 {normal=(-0.721297 -0.550923 0.402199)}
Vertex 13599 -1.21934 14.366 2.82275 {normal=(-0.654694 -0.672246 0.289366)}
Vertex 13600 -0.687109 14.1894 3.44299 {normal=(-0.529705 -0.767848 0.347909)}
Vertex 13601 -0.836363 14.1978 3.21605 {normal=(-0.531844 -0.785129 0.294843)}
Vertex 13602 -0.493817 14.1069 3.50432 {normal=(-0.385392 -0.873393 0.290978)}
Vertex 13603 -0.914842 14.1711 2.93774 {normal=(-0.483654 -0.857417 0.144458)}
Vertex 13604 -0.90155 14.152 2.64325 {normal=(-0.403177 -0.912352 -0.022668)}
Vertex 13605 -0.597903 14.1014 3.31343 {normal=(-0.400969 -0.885896 0.231168)}
Vertex 13606 -0.629243 14.0603 3.0798 {normal=(-0.404015 -0.898585 0.164739)}
Vertex 13607 -0.412256 14.0579 3.44534 {normal=(-0.352652 -0.891338 0.276539)}
Vertex 13608 -0.596257 14.0171 2.82568 {normal=(-0.345907 -0.933618 -0.009135)}
Vertex 13609 -0.487135 14.0188 2.56846 {normal=(-0.207511 -0.956458 -0.188782)}
Vertex 13610 -0.411945 13.995 3.22919 {normal=(-0.376362 -0.899708 0.214025)}
Vertex 13611 -0.354171 13.9368 3.00412 {normal=(-0.269380 -0.955973 0.030538)}
Vertex 13612 -0.259474 14.0615 3.58707 {normal=(-0.137250 -0.871568 0.447866)}
Vertex 13613 -0.239175 13.9715 3.38356 {normal=(-0.222804 -0.912292 0.323782)}
Vertex 13614 -0.226509 13.9374 2.77399 {normal=(-0.105532 -0.977771 -0.163981)}
Vertex 13615 -0.0194183 13.9796 2.5529 {normal=(-0.001260 -0.968159 -0.246079)}
Vertex 13616 -0.15213 13.9004 3.18972 {normal=(-0.150419 -0.968973 0.140520)}
Vertex 13617 -0.00964525 13.8924 2.98482 {normal=(-0.001929 -0.991651 -0.078902)}
Vertex 13618 -0.132404 14.035 3.54904 {normal=(-0.017835 -0.862576 0.497777)}
Vertex 13619 0 13.9324 3.36233 {normal=(0.000151 -0.924096 0.361889)}
Vertex 13620 -1.60881 19.0042 3.52109 {normal=(-0.157195 0.419971 0.882932)}
Vertex 13621 -1.34294 18.987 3.5535 {normal=(0.040461 0.058520 0.980945)}
Vertex 13622 -1.67052 18.8892 3.54918 {normal=(-0.105395 0.213896 0.961504)}
Vertex 13623 -1.89527 18.9339 3.48331 {normal=(-0.284371 0.430950 0.849353)}
Vertex 13624 -2.04002 19.0519 3.34367 {normal=(-0.380534 0.587496 0.706182)}
Vertex 13625 -2.00907 18.8616 3.48782 {normal=(-0.416508 0.400008 0.807994)}
Vertex 13626 -2.18736 18.8697 3.35485 {normal=(-0.592433 0.346139 0.719873)}
Vertex 13627 -2.22057 19.0611 3.20397 {normal=(-0.590598 0.529957 0.591994)}
Vertex 13628 -2.23994 19.2211 2.9949 {normal=(-0.598684 0.623560 0.487695)}
Vertex 13629 -2.37793 19.1033 2.91619 {normal=(-0.739032 0.516786 0.428453)}
Vertex 13630 -2.31875 19.285 2.77487 {normal=(-0.798925 0.428196 0.407664)}
Vertex 13631 -2.29852 19.4173 2.71508 {normal=(-0.868688 0.298102 0.391497)}
Vertex 13632 -2.28621 19.3629 2.77113 {normal=(-0.823967 0.276185 0.483120)}
Vertex 13633 -2.39031 19.3191 2.60766 {normal=(-0.782011 0.342639 0.508402)}
Vertex 13634 -2.34912 19.3862 2.62155 {normal=(-0.856283 0.285339 0.423461)}
Vertex 13635 -2.0054 19.6558 3.0447 {normal=(-0.705543 0.146744 0.676421)}
Vertex 13636 -2.13205 19.5949 2.89961 {normal=(-0.807305 0.337364 0.477992)}
Vertex 13637 -2.01072 19.7283 2.99971 {normal=(-0.765987 0.322636 0.549724)}
Vertex 13638 -1.86224 19.7859 3.1485 {normal=(-0.664409 0.318657 0.669219)}
Vertex 13639 -1.84863 19.7009 3.17223 {normal=(-0.563248 -0.094946 0.813293)}
Vertex 13640 -1.68805 19.8075 3.28402 {normal=(-0.538498 0.160092 0.811046)}
Vertex 13641 -1.5172 19.7909 3.38184 {normal=(-0.426641 -0.119155 0.886030)}
Vertex 13642 -1.34817 19.7946 3.44955 {normal=(-0.265856 0.089350 0.937863)}
Vertex 13643 -1.50062 19.867 3.37385 {normal=(-0.371834 0.381493 0.836391)}
Vertex 13644 -1.32816 19.8531 3.43239 {normal=(-0.147390 0.399093 0.897317)}
Vertex 13645 -1.18897 19.7509 3.47996 {normal=(0.013803 0.271781 0.951943)}
Vertex 13646 -1.05816 19.6371 3.49276 {normal=(-0.018798 -0.020815 0.973135)}
Vertex 13647 -1.03705 19.6798 3.47807 {normal=(0.239110 0.328412 0.910774)}
Vertex 13648 -0.9135 19.5574 3.48038 {normal=(0.273301 0.256397 0.919171)}
Vertex 13649 -0.777172 19.4521 3.46267 {normal=(0.394562 0.315894 0.862229)}
Vertex 13650 -0.806971 19.4275 3.48148 {normal=(0.093688 0.018795 0.963849)}
Vertex 13651 -0.718072 19.7428 3.82908 {normal=(-0.195303 -0.836465 0.506260)}
Vertex 13652 -0.716218 19.584 3.6105 {normal=(-0.285532 -0.744225 0.594376)}
Vertex 13653 -0.873832 19.7177 3.73676 {normal=(-0.297289 -0.789321 0.528830)}
Vertex 13654 -0.752216 19.4802 3.47604 {normal=(-0.431106 -0.562603 0.683968)}
Vertex 13655 -0.875558 19.6193 3.55587 {normal=(-0.459701 -0.785870 0.386521)}
Vertex 13656 -1.04053 19.8516 3.80833 {normal=(-0.440162 -0.737804 0.507867)}
Vertex 13657 -1.02276 19.7416 3.65308 {normal=(-0.473182 -0.798218 0.354461)}
Vertex 13658 -1.19666 19.8874 3.70825 {normal=(-0.517798 -0.735721 0.431431)}
Vertex 13659 -1.02281 19.7062 3.50065 {normal=(-0.525343 -0.754670 0.347162)}
Vertex 13660 -1.17276 19.814 3.55381 {normal=(-0.545856 -0.820904 0.163481)}
Vertex 13661 -1.4108 20.0453 3.7021 {normal=(-0.544157 -0.660115 0.512797)}
Vertex 13662 -1.3529 19.9431 3.57904 {normal=(-0.525210 -0.794484 0.292028)}
Vertex 13663 -1.59763 20.0868 3.54677 {normal=(-0.516602 -0.670771 0.514907)}
Vertex 13664 -1.32377 19.8976 3.44891 {normal=(-0.506642 -0.732509 0.391216)}
Vertex 13665 -1.51962 19.9857 3.42607 {normal=(-0.380578 -0.835135 0.372985)}
Vertex 13666 -1.88784 20.2517 3.43712 {normal=(-0.632208 -0.425703 0.637184)}
Vertex 13667 -1.80297 20.0662 3.37269 {normal=(-0.424330 -0.639876 0.612576)}
Vertex 13668 -2.0923 20.1888 3.22653 {normal=(-0.694472 -0.274390 0.646177)}
Vertex 13669 -1.69614 19.9469 3.26164 {normal=(-0.334547 -0.639281 0.654666)}
Vertex 13670 -1.95996 19.9563 3.17501 {normal=(-0.359454 -0.659580 0.647691)}
Vertex 13671 -2.32025 20.3082 2.90756 {normal=(-0.878956 -0.101875 0.458990)}
Vertex 13672 -2.20545 20.0013 3.02629 {normal=(-0.678665 -0.338403 0.618966)}
Vertex 13673 -2.40541 20.0552 2.72484 {normal=(-0.868385 -0.049652 0.487503)}
Vertex 13674 -2.04266 19.8036 2.98863 {normal=(-0.468551 -0.462366 0.731330)}
Vertex 13675 -2.24387 19.7768 2.84716 {normal=(-0.566369 -0.420757 0.696691)}
Vertex 13676 -2.5934 20.0485 2.34495 {normal=(-0.918510 0.043639 0.389557)}
Vertex 13677 -2.45526 19.7481 2.61937 {normal=(-0.778844 -0.152989 0.585712)}
Vertex 13678 -2.63923 19.7029 2.28772 {normal=(-0.902166 -0.009234 0.424439)}
Vertex 13679 -2.28348 19.5728 2.70309 {normal=(-0.586917 -0.309726 0.742368)}
Vertex 13680 -2.4483 19.5158 2.55036 {normal=(-0.673913 -0.252324 0.685931)}
Vertex 13681 -2.76979 19.6809 1.95274 {normal=(-0.948091 0.062365 0.301676)}
Vertex 13682 -2.58977 19.4767 2.35398 {normal=(-0.842734 -0.100619 0.516368)}
Vertex 13683 -2.73134 19.4535 2.05871 {normal=(-0.912243 0.034642 0.400903)}
Vertex 13684 -2.40465 19.4163 2.55425 {normal=(-0.635675 -0.030073 0.757217)}
Vertex 13685 -2.49977 19.3599 2.46569 {normal=(-0.756987 0.109258 0.624142)}
Vertex 13686 -2.85314 19.4509 1.75725 {normal=(-0.946950 0.136166 0.277420)}
Vertex 13687 -2.78134 19.3099 1.99144 {normal=(-0.891110 0.222829 0.381899)}
Vertex 13688 -2.54784 19.1195 2.57609 {normal=(-0.756376 0.471485 0.447685)}
Vertex 13689 -2.68115 19.1819 2.29711 {normal=(-0.815200 0.350082 0.450523)}
Vertex 13690 -2.4023 19.3659 2.56544 {normal=(-0.673758 0.269342 0.682321)}
Vertex 13691 -2.90661 18.9685 1.98373 {normal=(-0.899028 0.314077 0.299960)}
Vertex 13692 -2.92757 19.1747 1.70394 {normal=(-0.933406 0.262545 0.228598)}
Vertex 13693 -2.45194 18.8431 3.07826 {normal=(-0.744703 0.382761 0.533174)}
Vertex 13694 -2.69249 18.8195 2.66501 {normal=(-0.823979 0.389637 0.404033)}
Vertex 13695 -2.508 18.0068 3.24123 {normal=(-0.762288 -0.094186 0.629557)}
Vertex 13696 -2.49947 18.2522 3.24294 {normal=(-0.739148 0.090264 0.656500)}
Vertex 13697 -2.51803 17.7883 3.15915 {normal=(-0.794816 -0.243970 0.542452)}
Vertex 13698 -2.69899 18.0924 2.95441 {normal=(-0.888831 -0.109920 0.426044)}
Vertex 13699 -2.48345 18.5477 3.18144 {normal=(-0.743201 0.220175 0.622643)}
Vertex 13700 -2.72123 18.3051 2.89926 {normal=(-0.877526 0.087546 0.462747)}
Vertex 13701 -2.72859 18.5493 2.7953 {normal=(-0.864959 0.227061 0.438841)}
Vertex 13702 -2.87712 18.3076 2.51646 {normal=(-0.952407 -0.063334 0.262008)}
Vertex 13703 -2.90967 18.5111 2.36268 {normal=(-0.945751 0.110776 0.283008)}
Vertex 13704 -2.90342 18.7497 2.21348 {normal=(-0.911807 0.263124 0.303946)}
Vertex 13705 -2.99371 18.4735 1.96426 {normal=(-0.977667 -0.132842 0.094959)}
Vertex 13706 -3.02037 18.6999 1.83626 {normal=(-0.976072 0.072209 0.152896)}
Vertex 13707 -3.01996 18.8931 1.66311 {normal=(-0.956943 0.227459 0.154650)}
Vertex 13708 -2.99147 18.4788 1.64472 {normal=(-0.958500 -0.255171 -0.100837)}
Vertex 13709 -3.03811 18.7395 1.57684 {normal=(-0.986906 -0.084735 -0.082481)}
Vertex 13710 -2.35312 20.4973 2.89916 {normal=(-0.870076 -0.263047 0.403016)}
Vertex 13711 -2.49584 20.3864 2.56212 {normal=(-0.907907 -0.076883 0.406850)}
Vertex 13712 -2.72134 20.0193 1.99144 {normal=(-0.954499 0.070377 0.285669)}
Vertex 13713 -2.62893 20.3698 2.23701 {normal=(-0.867989 -0.206794 0.405328)}
Vertex 13714 -2.83882 19.7125 1.64875 {normal=(-0.971840 0.122018 0.199130)}
Vertex 13715 -2.79824 20.0093 1.67871 {normal=(-0.821796 -0.236847 0.124443)}
Vertex 13716 -2.90843 19.4279 1.51268 {normal=(-0.970081 0.181972 0.155637)}
Vertex 13717 -2.88346 19.7254 1.36625 {normal=(-0.975591 0.127758 0.175956)}
Vertex 13718 -2.99259 19.096 1.4332 {normal=(-0.966918 0.229037 0.096960)}
Vertex 13719 -2.94821 19.3836 1.25124 {normal=(-0.977311 0.150009 0.138332)}
Vertex 13720 -3.02263 18.9646 1.41539 {normal=(-0.989291 0.103018 -0.020129)}
Vertex 13721 -3.00517 18.8798 1.33654 {normal=(-0.986250 -0.059308 -0.117202)}
Vertex 13722 -2.99473 19.0043 1.10845 {normal=(-0.987853 0.003283 0.110088)}
Vertex 13723 -2.96203 18.5445 1.3796 {normal=(-0.965156 -0.214493 -0.129402)}
Vertex 13724 -2.96427 18.6689 1.17281 {normal=(-0.963115 -0.074374 0.177084)}
Vertex 13725 -2.93761 17.6385 0.0352012 {normal=(-0.878571 -0.119494 -0.423523)}
Vertex 13726 -3.00744 17.7293 0.134765 {normal=(-0.613333 -0.205107 -0.728666)}
Vertex 13727 -3.01198 17.5177 0.183616 {normal=(-0.802136 -0.081387 -0.568467)}
Vertex 13728 -2.98542 17.4025 0.138783 {normal=(-0.921464 -0.047212 -0.380774)}
Vertex 13729 -2.89133 17.6514 -0.114406 {normal=(-0.939276 -0.238047 -0.118071)}
Vertex 13730 -2.87397 17.2705 -0.0906247 {normal=(-0.907913 -0.072849 -0.407047)}
Vertex 13731 -2.56133 17.8129 -0.950709 {normal=(-0.860389 -0.204878 -0.460500)}
Vertex 13732 -2.51744 17.4583 -0.938367 {normal=(-0.904703 -0.117246 -0.407790)}
Vertex 13733 -2.32675 17.332 -1.30526 {normal=(-0.860653 -0.115127 -0.492127)}
Vertex 13734 -2.37669 17.7073 -1.29632 {normal=(-0.878786 -0.225538 -0.277323)}
Vertex 13735 -2.18492 17.5997 -1.6265 {normal=(-0.810674 -0.239890 -0.525770)}
Vertex 13736 -2.86108 18.1794 1.45674 {normal=(-0.944367 -0.316257 -0.072064)}
Vertex 13737 -2.90071 18.3431 1.31382 {normal=(-0.940947 -0.294438 0.037285)}
Vertex 13738 -2.82679 18.0391 1.37128 {normal=(-0.967637 -0.188233 0.153824)}
Vertex 13739 -2.87349 18.2682 1.29226 {normal=(-0.939593 -0.260633 0.154054)}
Vertex 13740 -2.89089 18.1308 1.16116 {normal=(-0.908114 -0.206603 0.343006)}
Vertex 13741 -2.83901 17.8657 1.21265 {normal=(-0.943094 -0.122849 0.305211)}
Vertex 13742 -2.87072 17.7322 1.08728 {normal=(-0.940732 -0.075627 0.329491)}
Vertex 13743 -2.91272 17.9957 1.03376 {normal=(-0.891606 -0.150245 0.413181)}
Vertex 13744 -2.94924 17.7649 0.836295 {normal=(-0.918260 -0.161555 0.341689)}
Vertex 13745 -2.94621 17.3766 0.753702 {normal=(-0.964145 -0.026746 0.260404)}
Vertex 13746 -3.00728 17.4605 0.461922 {normal=(-0.959700 -0.142085 0.192664)}
Vertex 13747 -3.01511 17.1618 0.390089 {normal=(-0.988952 -0.052031 -0.008688)}
Vertex 13748 -3.01821 17.3923 0.220439 {normal=(-0.930879 -0.122703 -0.307601)}
Vertex 13749 -2.92945 17.0308 0.0957072 {normal=(-0.928798 -0.126196 -0.344761)}
Vertex 13750 -2.75965 16.86 -0.224952 {normal=(-0.842936 -0.166660 -0.504313)}
Vertex 13751 -2.71943 17.1647 -0.374785 {normal=(-0.844994 -0.172076 -0.504739)}
Vertex 13752 -2.54645 16.7849 -0.538501 {normal=(-0.875300 -0.217025 -0.419909)}
Vertex 13753 -2.53238 17.1292 -0.794769 {normal=(-0.918188 -0.164083 -0.358760)}
Vertex 13754 -2.34404 16.9471 -1.17927 {normal=(-0.882415 -0.148865 -0.436989)}
Vertex 13755 -2.09555 17.2782 -1.62483 {normal=(-0.761700 -0.165102 -0.622243)}
Vertex 13756 -2.84655 21.3137 -1.48834 {normal=(-0.879290 0.238654 -0.377688)}
Vertex 13757 -2.96412 21.4149 -1.21746 {normal=(-0.926412 0.134577 -0.335796)}
Vertex 13758 -3.04444 21.3821 -0.83862 {normal=(-0.983169 0.123296 -0.120176)}
Vertex 13759 -3.04603 21.1331 -1.03214 {normal=(-0.951517 0.224114 -0.128058)}
Vertex 13760 -3.07405 21.0703 -0.655406 {normal=(-0.968395 0.185442 -0.033059)}
Vertex 13761 -3.09471 21.2821 -0.342181 {normal=(-0.996867 0.034219 -0.032457)}
Vertex 13762 -3.09197 21.1425 -0.096018 {normal=(-0.997661 0.018581 0.051011)}
Vertex 13763 -3.08882 21.004 -0.307686 {normal=(-0.976390 0.129099 0.048303)}
Vertex 13764 -3.09922 20.8438 0.0265118 {normal=(-0.954876 0.211684 0.122117)}
Vertex 13765 -3.05489 20.7724 0.429799 {normal=(-0.969474 0.064911 0.222035)}
Vertex 13766 -3.02758 20.3835 0.631758 {normal=(-0.885853 0.191598 0.403505)}
Vertex 13767 -2.91602 20.2357 0.946214 {normal=(-0.935372 0.121752 0.325821)}
Vertex 13768 -2.9037 19.9617 1.14562 {normal=(-0.958410 0.159223 0.232414)}
Vertex 13769 -2.94507 20.0247 0.955452 {normal=(-0.898084 0.203726 0.376611)}
Vertex 13770 -2.93464 19.7294 1.11637 {normal=(-0.968569 0.095493 0.226992)}
Vertex 13771 -2.95114 19.9538 0.97589 {normal=(-0.916401 0.127667 0.359668)}
Vertex 13772 -2.98478 19.6862 0.935796 {normal=(-0.913379 0.064065 0.380858)}
Vertex 13773 -2.99134 19.3451 1.02026 {normal=(-0.971049 0.081003 0.213935)}
Vertex 13774 -3.0382 19.2449 0.885032 {normal=(-0.892639 0.083468 0.424645)}
Vertex 13775 -3.03609 19.0178 0.952061 {normal=(-0.905875 0.124456 0.382885)}
Vertex 13776 -1.86771 15.8741 3.01885 {normal=(-0.647750 -0.004048 0.748516)}
Vertex 13777 -2.05173 15.9289 2.86539 {normal=(-0.614114 -0.164995 0.763362)}
Vertex 13778 -2.00426 16.0794 2.90573 {normal=(-0.401134 -0.144617 0.895890)}
Vertex 13779 -0.500789 17.9404 4.18358 {normal=(0.286517 -0.938248 0.113612)}
Vertex 13780 -0.47783 17.9447 4.28197 {normal=(0.280953 -0.956541 -0.023103)}
Vertex 13781 -0.397667 17.9729 4.22456 {normal=(-0.013180 -0.952335 0.117286)}
Vertex 13782 0 14.1625 3.72796 {normal=(0.000004 -0.766917 0.634361)}
Vertex 13783 -0.970601 19.3068 2.78107 {normal=(-0.566792 0.231907 0.642427)}
Vertex 13784 -1.16033 19.2406 2.79002 {normal=(-0.224077 0.792990 0.469587)}
Vertex 13785 -1.5211 19.2032 2.74492 {normal=(-0.094977 0.903548 0.367574)}
Vertex 13786 -1.80206 19.2411 2.6109 {normal=(0.014881 0.872916 0.397155)}
Vertex 13787 -1.96122 19.3108 2.44596 {normal=(0.058837 0.775252 0.504125)}
Vertex 13788 -2.0219 19.3777 2.36722 {normal=(0.232474 0.061909 0.791202)}
Vertex 13789 -1.99 19.4356 2.38857 {normal=(0.134979 -0.535401 0.709457)}
Vertex 13790 -1.86291 19.5264 2.47697 {normal=(0.061284 -0.688563 0.597416)}
Vertex 13791 -1.64218 19.6278 2.62467 {normal=(-0.088856 -0.745427 0.545927)}
Vertex 13792 -1.39964 19.6287 2.73484 {normal=(-0.340872 -0.717156 0.518968)}
Vertex 13793 -1.18887 19.5329 2.77556 {normal=(-0.477642 -0.611079 0.547885)}
Vertex 13794 -1.02714 19.4023 2.78077 {normal=(-0.536800 -0.455514 0.615795)}
Vertex 13795 -1.01975 19.0564 3.50725 {normal=(0.253424 -0.262193 0.919504)}
Vertex 13796 -1.0123 19.1126 3.51818 {normal=(0.130723 0.048545 0.962940)}
Vertex 13797 -2.24322 19.5128 2.74638 {normal=(-0.846489 0.363645 0.387762)}
Vertex 13798 -2.20794 19.4818 2.84613 {normal=(-0.801508 0.226660 0.538401)}
Vertex 13799 -1.26964 19.1454 3.11782 {normal=(-0.109737 0.980361 0.112498)}
Vertex 13800 -0.827108 19.2339 3.09927 {normal=(-0.454041 0.825237 0.168057)}
Vertex 13801 -0.774478 19.3153 3.08458 {normal=(-0.821369 -0.379641 0.219180)}
Vertex 13802 -0.965608 19.4893 3.09197 {normal=(-0.611707 -0.754803 0.168601)}
Vertex 13803 -1.21197 19.6562 3.08371 {normal=(-0.452272 -0.865295 0.146694)}
Vertex 13804 -1.51826 19.7391 2.99775 {normal=(-0.045647 -0.966848 0.145392)}
Vertex 13805 -1.82605 19.6458 2.8021 {normal=(0.352302 -0.896188 0.171141)}
Vertex 13806 -2.06847 19.4806 2.6146 {normal=(0.489082 -0.809503 0.214487)}
Vertex 13807 -2.15147 19.4065 2.55161 {normal=(0.684088 -0.559045 0.303133)}
Vertex 13808 -2.15867 19.3299 2.56012 {normal=(0.654533 0.534095 0.260440)}
Vertex 13809 -2.01096 19.2416 2.77079 {normal=(0.322743 0.927612 0.112472)}
Vertex 13810 -1.75207 19.1526 2.99185 {normal=(0.132851 0.976721 0.100679)}
Vertex 13811 -1.20374 19.6957 3.47632 {normal=(-0.280052 -0.293919 0.902088)}
Vertex 13812 -0.942988 19.5178 3.48206 {normal=(-0.206575 -0.296382 0.918305)}
Vertex 13813 -0.741603 19.3227 3.47213 {normal=(-0.165931 -0.151463 0.948410)}
Vertex 13814 -0.796468 19.2117 3.48085 {normal=(0.027911 0.184009 0.955570)}
Vertex 13815 -1.29316 19.0857 3.52435 {normal=(-0.075901 0.468532 0.870626)}
Vertex 13816 -1.81134 19.0796 3.4135 {normal=(-0.239622 0.631316 0.733014)}
Vertex 13817 -2.09655 19.1875 3.16727 {normal=(-0.375740 0.728241 0.566516)}
Vertex 13818 -2.22646 19.3161 2.88292 {normal=(-0.615808 0.513352 0.566742)}
Vertex 13819 -2.21415 19.414 2.8551 {normal=(-0.757627 0.135680 0.633027)}
Vertex 13820 -2.1022 19.526 2.96034 {normal=(-0.678642 0.016360 0.725942)}
Vertex 13821 -1.67848 19.8805 3.25572 {normal=(-0.534130 0.378625 0.749704)}
Vertex 13822 -0.644491 19.3232 3.44598 {normal=(0.121643 -0.114483 0.958711)}
Vertex 13823 -0.670389 19.3635 3.44991 {normal=(-0.237621 -0.267357 0.915841)}
Vertex 13824 -0.679379 19.3582 3.45125 {normal=(0.385207 0.146643 0.899466)}
Vertex 13825 -2.35998 19.399 2.59182 {normal=(-0.702954 0.260610 0.643292)}
Vertex 13826 -2.32739 19.4341 2.63024 {normal=(-0.842973 0.254765 0.457735)}
Vertex 13827 -2.37255 19.4022 2.5829 {normal=(-0.594479 0.165172 0.784910)}
Vertex 13828 -2.33728 19.4498 2.61463 {normal=(-0.651583 -0.049038 0.743582)}
Vertex 13829 -0.888143 19.5895 3.46513 {normal=(-0.355962 -0.478444 0.756540)}
Vertex 13830 -0.76549 19.4611 3.45469 {normal=(0.030381 -0.034791 0.955914)}
Vertex 13831 -0.895226 19.5816 3.4638 {normal=(0.257307 0.219583 0.927329)}
Vertex 13832 -1.16993 19.7968 3.46869 {normal=(-0.414402 -0.461009 0.719101)}
Vertex 13833 -1.02802 19.6942 3.47227 {normal=(-0.078535 -0.121788 0.949911)}
Vertex 13834 -1.17498 19.7835 3.46681 {normal=(0.000925 0.248540 0.954434)}
Vertex 13835 -1.48617 19.9358 3.35281 {normal=(-0.458173 -0.316775 0.781858)}
Vertex 13836 -1.32056 19.8751 3.42608 {normal=(-0.325965 0.017731 0.924298)}
Vertex 13837 -1.48626 19.9135 3.35438 {normal=(-0.390027 0.286568 0.864028)}
Vertex 13838 -1.86577 19.8603 3.11625 {normal=(-0.550662 -0.176275 0.780511)}
Vertex 13839 -1.67725 19.909 3.2456 {normal=(-0.535988 0.091475 0.832378)}
Vertex 13840 -1.86231 19.8369 3.12224 {normal=(-0.659655 0.220684 0.710306)}
Vertex 13841 -2.14003 19.6601 2.84559 {normal=(-0.676130 -0.136360 0.704619)}
Vertex 13842 -2.01241 19.7579 2.98501 {normal=(-0.731869 0.091787 0.668852)}
Vertex 13843 -2.13548 19.6384 2.8552 {normal=(-0.815205 0.258691 0.509241)}
Vertex 13844 -2.24908 19.5336 2.71855 {normal=(-0.796597 0.114033 0.578009)}
Vertex 13845 -2.85322 20.0287 1.51653 {normal=(-0.699753 -0.305640 -0.428914)}
Vertex 13846 -0.505967 19.9009 4.00313 {normal=(0.526947 -0.481724 0.692639)}
Vertex 13847 -0.442161 19.9562 3.99106 {normal=(0.349142 -0.242814 0.857656)}
Vertex 13848 -0.310131 17.9102 4.23119 {normal=(-0.789022 -0.395552 0.422487)}
Vertex 13849 -0.338852 17.9543 4.23417 {normal=(-0.569072 -0.733574 0.255174)}
Vertex 13850 -0.330696 17.8708 4.18443 {normal=(-0.663248 -0.075607 0.701760)}
Vertex 13851 -0.42423 17.8822 4.12727 {normal=(-0.359661 0.053328 0.890206)}
Vertex 13852 -0.554824 17.8857 4.093 {normal=(0.015765 -0.268303 0.892085)}
Vertex 13853 -0.596933 17.9055 4.27696 {normal=(0.229764 -0.945248 0.184005)}
Vertex 13854 -0.529794 17.9387 4.36545 {normal=(0.024548 -0.942176 0.277053)}
Vertex 13855 -0.409269 17.9573 4.37322 {normal=(0.041834 -0.986053 -0.021962)}
Vertex 13856 -0.719749 17.8209 4.1204 {normal=(0.214184 -0.669187 0.638958)}
Vertex 13857 -0.692498 17.8512 4.16508 {normal=(0.376520 -0.873973 0.273097)}
Vertex 13858 -0.670793 17.8461 4.11129 {normal=(0.394639 -0.621315 0.571096)}
Vertex 13859 -0.560967 17.9119 4.12737 {normal=(0.319546 -0.829931 0.353545)}
Vertex 13860 -0.619323 17.8895 4.19454 {normal=(0.391709 -0.913747 0.085453)}
Vertex 13861 -0.686265 17.8762 4.23612 {normal=(0.002453 -0.877424 0.426289)}
Vertex 13862 -0.339098 17.9603 4.33119 {normal=(-0.330687 -0.917552 -0.039249)}
Vertex 13863 -0.361625 17.9547 4.50096 {normal=(-0.321165 -0.922195 0.061826)}
Vertex 13864 -0.804936 18.0708 3.87775 {normal=(-0.875266 0.450104 0.115365)}
Vertex 13865 -0.792609 18.1124 3.82374 {normal=(-0.791629 0.417794 0.407322)}
Vertex 13866 -0.7574 18.1699 3.85109 {normal=(-0.859669 0.492001 0.058218)}
Vertex 13867 -0.274584 18.6483 4.61641 {normal=(-0.582538 0.542520 0.560449)}
Vertex 13868 0 18.6695 4.68779 {normal=(0.000000 0.624795 0.775879)}
Vertex 13869 -0.434168 18.528 4.36651 {normal=(-0.876821 0.417723 0.231682)}
Vertex 13870 -0.559183 18.4244 4.07796 {normal=(-0.733400 0.638354 0.167686)}
Vertex 13871 -0.627091 18.3913 4.00737 {normal=(-0.570949 0.783651 -0.016556)}
Vertex 13872 -0.66292 18.3517 3.95823 {normal=(-0.574660 0.709906 -0.354944)}
Vertex 13873 -0.665702 18.3152 3.91416 {normal=(-0.668766 0.622972 -0.350875)}
Vertex 13874 -0.692499 18.2663 3.86286 {normal=(-0.809438 0.474068 0.277994)}
Vertex 13875 -0.678995 18.2868 3.88508 {normal=(-0.806537 0.581477 -0.054642)}
Vertex 13876 -0.312876 18.306 4.8075 {normal=(-0.588194 0.067634 0.766455)}
Vertex 13877 0 18.331 4.88287 {normal=(0.000000 0.132799 0.982956)}
Vertex 13878 -0.48635 18.2495 4.53331 {normal=(-0.912490 0.025681 0.399680)}
Vertex 13879 -0.566163 18.221 4.38104 {normal=(-0.769028 0.229959 0.568897)}
Vertex 13880 -0.741403 18.1537 4.23776 {normal=(-0.743426 0.288037 0.585301)}
Vertex 13881 -0.846649 18.0325 4.09022 {normal=(-0.938951 0.014231 0.279251)}
Vertex 13882 -0.850551 17.9011 3.9775 {normal=(-0.970438 -0.140442 0.124689)}
Vertex 13883 -0.94688 17.8236 3.884 {normal=(-0.605502 0.321242 0.726849)}
Vertex 13884 -0.861382 17.8766 3.93733 {normal=(-0.787378 0.195161 0.548478)}
Vertex 13885 -1.07932 17.5028 3.90107 {normal=(-0.665543 0.189728 0.716756)}
Vertex 13886 -1.13266 17.2578 3.87019 {normal=(-0.696522 -0.198304 0.671147)}
Vertex 13887 -0.215619 17.782 4.50154 {normal=(-0.808039 -0.498915 0.243573)}
Vertex 13888 -0.309747 17.9409 4.64701 {normal=(-0.626109 -0.704466 0.273135)}
Vertex 13889 -0.451189 17.9688 4.48146 {normal=(-0.326834 -0.825561 0.360565)}
Vertex 13890 -0.654025 17.9285 4.32472 {normal=(-0.326026 -0.682808 0.598838)}
Vertex 13891 -0.74271 17.8484 4.17301 {normal=(-0.284159 -0.741670 0.542853)}
Vertex 13892 -0.599075 18.3921 3.91342 {normal=(-0.807257 0.513315 0.136665)}
Vertex 13893 -0.744112 18.193 3.88842 {normal=(-0.829590 0.503227 -0.198111)}
Vertex 13894 -0.847302 17.9492 3.91838 {normal=(-0.929808 0.207346 0.129485)}
Vertex 13895 -0.830213 17.834 3.99462 {normal=(-0.885557 -0.127141 0.423186)}
Vertex 13896 -1.76849 17.3707 3.35673 {normal=(-0.116816 -0.472341 0.871931)}
Vertex 13897 -0.767009 18.1717 3.81979 {normal=(-0.668331 0.278395 0.651130)}
Vertex 13898 -0.83233 18.0981 3.79847 {normal=(-0.484973 0.294618 0.796452)}
Vertex 13899 -1.0772 17.9379 3.7304 {normal=(-0.398518 0.101152 0.894363)}
Vertex 13900 -1.51158 17.5814 3.50729 {normal=(-0.279601 -0.304686 0.888755)}
Vertex 13901 -1.87573 17.2068 3.24711 {normal=(0.066025 -0.552448 0.806899)}
Vertex 13902 -1.87852 17.1659 3.21581 {normal=(0.042910 -0.566061 0.819397)}
Vertex 13903 -1.96111 17.0789 3.17112 {normal=(0.097392 -0.459475 0.857901)}
Vertex 13904 -0.611742 18.3861 3.89495 {normal=(-0.720735 0.319668 0.582310)}
Vertex 13905 -0.568943 18.4621 3.91193 {normal=(-0.780958 0.250712 0.517197)}
Vertex 13906 -1.91532 16.0548 2.96034 {normal=(-0.471332 0.079295 0.862206)}
Vertex 13907 -1.96616 16.1835 2.9438 {normal=(-0.277439 -0.144467 0.928151)}
Vertex 13908 -2.06567 16.6917 3.03259 {normal=(-0.042030 -0.257095 0.957889)}
Vertex 13909 -1.65359 17.2545 3.31621 {normal=(-0.321561 -0.614144 0.670963)}
Vertex 13910 -0.930525 17.1778 4.03116 {normal=(-0.497692 -0.586179 0.583178)}
Vertex 13911 -0.514569 17.1187 4.21905 {normal=(-0.286296 -0.632281 0.674837)}
Vertex 13912 -0.434713 15.8941 4.09221 {normal=(-0.275470 0.496619 0.785798)}
Vertex 13913 0 15.9059 4.17819 {normal=(0.000000 0.514116 0.818643)}
Vertex 13914 -0.86289 15.8545 3.91745 {normal=(-0.449792 0.421084 0.738157)}
Vertex 13915 -1.33055 15.7967 3.58848 {normal=(-0.621768 0.317522 0.655382)}
Vertex 13916 -1.70739 15.8017 3.18554 {normal=(-0.632156 0.228187 0.706731)}
Vertex 13917 -1.32414 17.2339 3.65082 {normal=(-0.616412 -0.547292 0.517492)}
Vertex 13918 0 17.045 4.28247 {normal=(0.000000 -0.653113 0.707631)}
Vertex 13919 -2.38773 17.4094 3.15064 {normal=(-0.606670 -0.291683 0.722763)}
Vertex 13920 -2.32369 17.1035 3.08572 {normal=(-0.433576 -0.276488 0.842756)}
Vertex 13921 -0.384459 15.29 3.89713 {normal=(-0.170251 -0.170768 0.947349)}
Vertex 13922 0 15.2657 3.92847 {normal=(0.000000 -0.145931 0.958413)}
Vertex 13923 -0.764666 15.2985 3.79518 {normal=(-0.399099 -0.159525 0.884542)}
Vertex 13924 -0.639968 19.1937 3.41641 {normal=(0.084171 -0.179586 0.939831)}
Vertex 13925 -0.74045 19.1521 3.44074 {normal=(0.362105 -0.282734 0.877314)}
Vertex 13926 -0.631576 19.1842 3.41788 {normal=(-0.456184 0.140516 0.812331)}
Vertex 13927 -0.731838 19.1324 3.43766 {normal=(-0.087942 0.307053 0.911793)}
Vertex 13928 -1.35037 18.9048 3.55323 {normal=(0.041196 0.121561 0.988135)}
Vertex 13929 -1.90469 18.8149 3.53725 {normal=(-0.217483 0.148621 0.955110)}
Vertex 13930 -1.67892 18.8513 3.55476 {normal=(-0.064747 0.118275 0.987641)}
Vertex 13931 -1.98951 18.8198 3.52269 {normal=(-0.458091 0.279315 0.833763)}
Vertex 13932 -1.9049 18.8373 3.53146 {normal=(-0.218902 0.306316 0.917871)}
Vertex 13933 -1.01012 19.0328 3.49764 {normal=(0.191207 -0.034017 0.965447)}
Vertex 13934 -1.36603 18.9252 3.55413 {normal=(0.075881 -0.032855 0.986405)}
Vertex 13935 -2.57979 18.1686 -1.20962 {normal=(-0.919052 -0.127559 0.015249)}
Vertex 13936 -2.63592 18.4988 -1.46353 {normal=(-0.901764 -0.114642 0.217458)}
Vertex 13937 -2.7986 19.0319 -1.55654 {normal=(-0.846952 -0.289602 0.334048)}
Vertex 13938 -2.98547 19.6581 -1.44743 {normal=(-0.773125 -0.359782 0.408501)}
Vertex 13939 -3.08471 20.0597 -1.12094 {normal=(-0.775038 -0.375400 0.103293)}
Vertex 13940 -3.12952 20.2571 -0.678932 {normal=(-0.814616 -0.039393 -0.048505)}
Vertex 13941 -3.12047 20.2729 -0.260185 {normal=(-0.797486 -0.119826 0.138007)}
Vertex 13942 -3.06776 20.1136 -0.0234783 {normal=(-0.749423 -0.192768 -0.243752)}
Vertex 13943 -3.04117 19.7935 0.047987 {normal=(-0.743602 -0.024614 -0.040139)}
Vertex 13944 -3.09275 19.5828 0.074425 {normal=(-0.531105 -0.089598 -0.824201)}
Vertex 13945 -3.00828 19.3523 0.095856 {normal=(-0.681951 -0.060687 -0.173946)}
Vertex 13946 -3.07886 19.0857 0.1047 {normal=(-0.456775 -0.050073 -0.883740)}
Vertex 13947 -2.99804 18.9681 0.098531 {normal=(-0.807364 -0.039697 -0.300189)}
Vertex 13948 -2.99574 18.6561 0.069236 {normal=(-0.819581 -0.075549 -0.325593)}
Vertex 13949 -2.98915 18.391 0.041502 {normal=(-0.823504 0.066204 -0.311339)}
Vertex 13950 -2.97968 18.16 0.0309827 {normal=(-0.769597 -0.017268 -0.428298)}
Vertex 13951 -3.01178 21.0875 -1.15843 {normal=(-0.731370 0.568641 -0.036774)}
Vertex 13952 -3.07247 21.0104 -0.943615 {normal=(-0.711145 0.608965 0.082615)}
Vertex 13953 -3.09323 20.9302 -0.431596 {normal=(-0.771333 0.546633 0.093233)}
Vertex 13954 -3.10105 20.8828 -0.260874 {normal=(-0.771924 0.544869 0.167989)}
Vertex 13955 -2.99632 20.0904 0.820833 {normal=(-0.720044 0.310969 0.593167)}
Vertex 13956 -2.98512 19.9246 0.895204 {normal=(-0.762778 0.112203 0.613055)}
Vertex 13957 -2.92358 18.4228 1.21358 {normal=(-0.819661 -0.098305 0.476015)}
Vertex 13958 -2.90742 18.3019 1.20377 {normal=(-0.788430 -0.292218 0.515424)}
Vertex 13959 -2.94285 18.1048 1.01246 {normal=(-0.723757 -0.372107 0.547477)}
Vertex 13960 -2.95667 18.0132 0.932062 {normal=(-0.732446 -0.347755 0.551032)}
Vertex 13961 -3.03707 17.4946 0.274719 {normal=(-0.853065 -0.401906 -0.069758)}
Vertex 13962 0 22.8078 -2.5774 {normal=(0.000000 0.966501 -0.147814)}
Vertex 13963 -1.13005 22.5417 -2.4899 {normal=(-0.346787 0.900925 -0.170940)}
Vertex 13964 -1.65807 22.2691 -2.37495 {normal=(-0.576611 0.754937 -0.197009)}
Vertex 13965 -2.55017 21.5371 -1.91516 {normal=(-0.710022 0.626298 -0.161211)}
Vertex 13966 -3.11066 20.6072 0.292614 {normal=(-0.720791 0.482561 0.416620)}
Vertex 13967 -3.0336 19.5023 0.85338 {normal=(-0.721803 0.025112 0.660518)}
Vertex 13968 -3.07659 19.0801 0.850452 {normal=(-0.707211 0.216525 0.638757)}
Vertex 13969 -3.01932 18.8336 1.03332 {normal=(-0.761474 0.193317 0.566508)}
Vertex 13970 -3.00428 17.6614 0.606983 {normal=(-0.776874 -0.405884 0.421598)}
Vertex 13971 -2.68922 17.4102 -0.516003 {normal=(-0.869641 -0.182201 -0.452599)}
Vertex 13972 -2.86749 17.5731 -0.275474 {normal=(-0.888316 -0.310732 -0.238385)}
Vertex 13973 -2.99899 18.0126 -0.0819878 {normal=(-0.883775 -0.192301 0.306807)}
Vertex 13974 -3.06016 18.7889 -0.101732 {normal=(-0.937428 -0.137993 0.293302)}
Vertex 13975 -3.06536 18.969 -0.0427452 {normal=(-0.883777 -0.196832 0.379323)}
Vertex 13976 -3.02801 18.509 -0.0896085 {normal=(-0.949722 -0.015061 0.266393)}
Vertex 13977 -3.0141 18.2234 -0.0616063 {normal=(-0.924968 -0.025420 0.293227)}
Vertex 13978 -2.67165 17.6217 -0.648514 {normal=(-0.827296 -0.278648 -0.463521)}
Vertex 13979 -3.06343 19.2392 0.055809 {normal=(-0.760998 -0.152037 0.521830)}
Vertex 13980 -2.87572 19.3102 -1.40071 {normal=(-0.922974 -0.283235 -0.111214)}
Vertex 13981 -2.73873 18.8018 -1.36903 {normal=(-0.900852 -0.296785 -0.227068)}
Vertex 13982 -2.96546 19.5844 -1.37169 {normal=(-0.927274 -0.216818 -0.097645)}
Vertex 13983 -3.03729 19.8541 -1.25778 {normal=(-0.825132 -0.041149 -0.298224)}
Vertex 13984 -3.14954 20.1293 -0.921657 {normal=(-0.615858 0.516305 -0.372580)}
Vertex 13985 -2.65843 18.3918 -1.18016 {normal=(-0.870878 -0.318819 -0.324286)}
Vertex 13986 -2.66153 18.0975 -0.929726 {normal=(-0.797799 -0.330688 -0.487900)}
Vertex 13987 -2.71037 17.8361 -0.717224 {normal=(-0.635082 -0.367998 -0.634284)}
Vertex 13988 -3.23303 20.2439 -0.565702 {normal=(-0.511690 0.797446 -0.214743)}
Vertex 13989 -3.24846 20.2474 -0.440129 {normal=(-0.616677 0.702953 0.153269)}
Vertex 13990 -3.16014 20.129 -0.143211 {normal=(-0.770748 0.319833 0.436353)}
Vertex 13991 -3.1299 19.9611 -0.0453375 {normal=(-0.705601 0.225808 0.596592)}
Vertex 13992 -3.10142 19.6239 0.0486945 {normal=(-0.543969 0.082006 0.795850)}
Vertex 13993 3.22848 19.1114 -0.18525 {normal=(0.668012 -0.519332 0.515693)}
Vertex 13994 3.16621 19.1932 -0.062482 {normal=(0.649806 -0.332924 0.669948)}
Vertex 13995 3.28085 19.3776 -0.065019 {normal=(0.623987 -0.296336 0.709622)}
Vertex 13996 3.30639 19.2417 -0.179327 {normal=(0.818884 -0.387928 0.316570)}
Vertex 13997 3.21088 19.5018 0.014449 {normal=(0.458819 -0.078344 0.876203)}
Vertex 13998 3.34587 19.6756 -0.0601183 {normal=(0.601579 0.080375 0.769879)}
Vertex 13999 3.3772 19.524 -0.115024 {normal=(0.824910 -0.205594 0.470535)}
Vertex 14000 3.45864 19.799 -0.200063 {normal=(0.825386 0.080388 0.482514)}
Vertex 14001 3.26706 19.8212 -0.0648592 {normal=(0.443920 0.326570 0.825600)}
Vertex 14002 3.41811 19.9483 -0.245126 {normal=(0.617000 0.498313 0.584453)}
Vertex 14003 3.22489 19.0455 -0.297062 {normal=(0.816167 -0.524401 0.020529)}
Vertex 14004 3.16547 18.9958 -0.226729 {normal=(0.814510 -0.423005 0.314293)}
Vertex 14005 3.27635 19.1704 -0.328346 {normal=(0.902317 -0.322981 -0.219316)}
Vertex 14006 3.20552 19.1571 -0.481873 {normal=(0.847223 -0.164454 -0.476992)}
Vertex 14007 3.17158 19.0222 -0.43881 {normal=(0.851444 -0.386251 -0.340066)}
Vertex 14008 3.36115 19.386 -0.232878 {normal=(0.928656 -0.281029 -0.044068)}
Vertex 14009 3.29425 19.3092 -0.372907 {normal=(0.833891 -0.114951 -0.493781)}
Vertex 14010 3.37855 19.5158 -0.318065 {normal=(0.806036 -0.285951 -0.437505)}
Vertex 14011 3.44048 19.6416 -0.230985 {normal=(0.926752 -0.266079 0.104382)}
Vertex 14012 3.45647 19.7098 -0.367738 {normal=(0.786814 -0.482648 -0.283388)}
Vertex 14013 3.50963 19.8415 -0.376179 {normal=(0.941927 -0.188754 0.050282)}
Vertex 14014 3.46852 19.8019 -0.527449 {normal=(0.744636 -0.604566 -0.114182)}
Vertex 14015 3.5134 19.9873 -0.440798 {normal=(0.863614 0.329024 0.199757)}
Vertex 14016 3.51533 19.9125 -0.616384 {normal=(0.948633 -0.180675 0.000941)}
Vertex 14017 3.46439 19.7901 -0.746417 {normal=(0.771897 -0.582636 0.133097)}
Vertex 14018 3.51336 20.0089 -0.768004 {normal=(0.860732 0.362966 -0.122244)}
Vertex 14019 3.50932 19.8459 -0.898137 {normal=(0.945893 -0.169545 0.010652)}
Vertex 14020 3.44806 19.6855 -0.951299 {normal=(0.808865 -0.459498 0.307847)}
Vertex 14021 3.48709 19.8418 -1.08711 {normal=(0.846915 0.252879 -0.330383)}
Vertex 14022 3.4707 19.6382 -1.11632 {normal=(0.956174 -0.174090 0.019171)}
Vertex 14023 3.41312 19.4448 -1.07936 {normal=(0.878511 -0.231725 0.374312)}
Vertex 14024 3.43274 19.5114 -1.27904 {normal=(0.881859 -0.032704 -0.389571)}
Vertex 14025 3.40809 19.2823 -1.2038 {normal=(0.971588 -0.157573 0.035187)}
Vertex 14026 3.35468 19.0809 -1.09895 {normal=(0.909273 -0.122883 0.371312)}
Vertex 14027 3.36652 19.0494 -1.27757 {normal=(0.913872 -0.177414 -0.282818)}
Vertex 14028 3.33543 18.8549 -1.13538 {normal=(0.964874 -0.148074 0.150025)}
Vertex 14029 3.27898 18.7451 -1.00152 {normal=(0.937762 -0.057993 0.318265)}
Vertex 14030 3.28947 18.6278 -1.1409 {normal=(0.895848 -0.303356 -0.190977)}
Vertex 14031 3.26282 18.5392 -0.989309 {normal=(0.980011 -0.097424 0.093099)}
Vertex 14032 3.2414 18.3436 -0.968154 {normal=(0.897328 -0.258142 -0.274098)}
Vertex 14033 3.248 18.4164 -0.88166 {normal=(0.991892 -0.037148 0.016131)}
Vertex 14034 3.24461 18.3902 -0.779043 {normal=(0.997905 0.021345 0.032024)}
Vertex 14035 3.23892 18.5318 -0.805179 {normal=(0.997374 -0.016200 0.045429)}
Vertex 14036 3.23224 18.5169 -0.690385 {normal=(0.979016 0.046911 0.164168)}
Vertex 14037 3.24095 18.3445 -0.676438 {normal=(0.989276 0.088675 0.066099)}
Vertex 14038 3.20294 18.5188 -0.584371 {normal=(0.936299 0.219414 0.243225)}
Vertex 14039 3.13481 18.6696 -0.548466 {normal=(0.881685 0.311064 0.325605)}
Vertex 14040 3.14902 18.5878 -0.474289 {normal=(0.933182 0.291183 0.191222)}
Vertex 14041 3.0982 18.717 -0.445644 {normal=(0.942459 0.172374 -0.094708)}
Vertex 14042 3.21845 18.6746 -0.675654 {normal=(0.873166 0.173256 0.398021)}
Vertex 14043 3.0771 18.8449 -0.55661 {normal=(0.927813 0.103016 0.080975)}
Vertex 14044 3.1516 18.8507 -0.695634 {normal=(0.751307 0.420645 0.487715)}
Vertex 14045 3.25679 18.7041 -0.822245 {normal=(0.983730 -0.062591 0.108696)}
Vertex 14046 3.26014 18.7866 -0.941489 {normal=(0.968488 -0.115446 0.078237)}
Vertex 14047 3.26351 18.8713 -0.833275 {normal=(0.814878 0.184125 0.401179)}
Vertex 14048 3.29853 18.948 -0.934804 {normal=(0.950578 -0.199749 -0.140324)}
Vertex 14049 3.30546 19.1003 -0.995211 {normal=(0.936278 -0.118915 0.049169)}
Vertex 14050 3.34715 19.1052 -0.912559 {normal=(0.880034 -0.277877 -0.038714)}
Vertex 14051 3.33929 19.2571 -0.934048 {normal=(0.935029 0.036086 -0.318326)}
Vertex 14052 3.32057 19.4089 -0.951932 {normal=(0.920572 -0.026996 0.189657)}
Vertex 14053 3.36177 19.3643 -0.835531 {normal=(0.955011 0.140993 -0.158245)}
Vertex 14054 3.3222 19.486 -0.841182 {normal=(0.965892 0.156968 -0.133863)}
Vertex 14055 3.31846 19.5998 -0.854607 {normal=(0.865622 -0.287545 0.230587)}
Vertex 14056 3.33514 19.5216 -0.729675 {normal=(0.973248 0.174011 0.006547)}
Vertex 14057 3.31513 19.6148 -0.747187 {normal=(0.976598 -0.009094 0.038527)}
Vertex 14058 3.30639 19.6483 -0.644302 {normal=(0.947657 -0.093161 0.168277)}
Vertex 14059 3.32532 19.6914 -0.714917 {normal=(0.763829 -0.539257 0.185129)}
Vertex 14060 3.30022 19.6946 -0.556068 {normal=(0.741606 -0.579628 0.071224)}
Vertex 14061 3.31283 19.5607 -0.629906 {normal=(0.931214 0.053192 0.331841)}
Vertex 14062 3.26568 19.6071 -0.537612 {normal=(0.880586 -0.214913 0.305252)}
Vertex 14063 3.23678 19.5101 -0.522179 {normal=(0.856447 -0.243488 0.355453)}
Vertex 14064 3.23884 19.5745 -0.456762 {normal=(0.794763 -0.303753 -0.358262)}
Vertex 14065 3.18714 19.398 -0.500671 {normal=(0.857506 -0.217092 -0.142737)}
Vertex 14066 3.30281 19.4536 -0.624447 {normal=(0.788185 -0.236354 0.530797)}
Vertex 14067 3.21171 19.3451 -0.617319 {normal=(0.672179 -0.560428 0.404623)}
Vertex 14068 3.35118 19.4149 -0.727423 {normal=(0.926071 -0.035944 0.257018)}
Vertex 14069 3.36157 19.3056 -0.794556 {normal=(0.880670 -0.230400 0.277315)}
Vertex 14070 3.365 19.5522 -0.95925 {normal=(0.779275 -0.347822 0.508474)}
Vertex 14071 3.38586 19.6916 -0.82829 {normal=(0.662766 -0.667882 0.327078)}
Vertex 14072 3.34975 19.2686 -1.0395 {normal=(0.869495 -0.141878 0.469090)}
Vertex 14073 3.29393 18.9283 -1.01921 {normal=(0.898884 -0.068908 0.421431)}
Vertex 14074 3.23248 18.2586 -0.490885 {normal=(0.957724 0.122425 0.236513)}
Vertex 14075 3.18468 18.1005 -0.316138 {normal=(0.848774 -0.000127 0.499362)}
Vertex 14076 3.17388 18.2948 -0.363251 {normal=(0.884656 0.144633 0.422973)}
Vertex 14077 3.10444 18.3344 -0.224282 {normal=(0.890599 0.065180 0.444982)}
Vertex 14078 3.15943 18.4783 -0.404612 {normal=(0.930334 0.178637 0.313416)}
Vertex 14079 3.11943 18.6046 -0.365907 {normal=(0.967931 0.100568 0.093530)}
Vertex 14080 3.11099 18.6527 -0.249958 {normal=(0.952533 -0.077831 0.229134)}
Vertex 14081 3.12386 18.7347 -0.351303 {normal=(0.975871 -0.047667 -0.171105)}
Vertex 14082 3.1155 17.9114 -0.297628 {normal=(0.695370 -0.578794 0.368434)}
Vertex 14083 3.07796 17.9647 -0.203321 {normal=(0.775977 -0.298219 0.516365)}
Vertex 14084 3.20891 17.9846 -0.403246 {normal=(0.872196 -0.305365 0.307173)}
Vertex 14085 3.25333 18.028 -0.584128 {normal=(0.953705 -0.209830 0.046093)}
Vertex 14086 3.2086 17.935 -0.539049 {normal=(0.755100 -0.620001 0.055009)}
Vertex 14087 3.25745 18.1567 -0.638162 {normal=(0.986230 0.029715 -0.013669)}
Vertex 14088 3.24273 18.0707 -0.773126 {normal=(0.911113 -0.198185 -0.300511)}
Vertex 14089 3.38611 19.747 -0.629279 {normal=(0.586104 -0.802723 0.069213)}
Vertex 14090 3.18857 19.2586 -0.733783 {normal=(0.507571 -0.608083 0.573431)}
Vertex 14091 3.10901 19.2427 -0.649442 {normal=(0.839847 -0.378070 -0.044268)}
Vertex 14092 3.06513 19.0823 -0.808342 {normal=(0.647089 -0.111976 0.633299)}
Vertex 14093 3.18587 19.1468 -0.831105 {normal=(0.380396 -0.439741 0.790087)}
Vertex 14094 3.29287 19.0634 -0.887387 {normal=(0.442873 -0.243347 0.785199)}
Vertex 14095 3.17793 18.9963 -0.844328 {normal=(0.481157 0.269628 0.797744)}
Vertex 14096 3.0626 18.9846 -0.749619 {normal=(0.728605 0.436509 0.378801)}
Vertex 14097 3.34967 19.1845 -0.87553 {normal=(0.717818 -0.272228 0.449540)}
Vertex 14098 3.30986 19.2372 -0.793983 {normal=(0.464139 -0.532444 0.677129)}
Vertex 14099 3.37679 19.723 -0.472429 {normal=(0.579992 -0.721597 -0.339838)}
Vertex 14100 3.34696 19.6339 -0.404086 {normal=(0.619345 -0.471626 -0.608582)}
Vertex 14101 3.26683 19.4462 -0.406165 {normal=(0.731930 -0.111280 -0.665354)}
Vertex 14102 3.18889 19.2742 -0.501649 {normal=(0.839037 -0.011164 -0.533913)}
Vertex 14103 3.10453 19.1377 -0.639132 {normal=(0.857524 -0.279875 -0.371900)}
Vertex 14104 3.11053 18.8621 -0.425571 {normal=(0.942186 -0.163645 -0.257109)}
Vertex 14105 3.09427 19.0092 -0.578736 {normal=(0.886198 -0.201329 -0.369167)}
Vertex 14106 3.03596 19.0541 -0.707883 {normal=(0.888548 -0.136614 -0.099895)}
Vertex 14107 3.14183 18.8618 -0.292462 {normal=(0.953354 -0.182007 0.040838)}
Vertex 14108 3.37639 20.0927 -0.395008 {normal=(0.699016 0.546672 0.297642)}
Vertex 14109 3.45357 20.1009 -0.589495 {normal=(0.661810 0.710067 0.048839)}
Vertex 14110 3.3152 20.149 -0.766262 {normal=(0.355074 0.866061 -0.328822)}
Vertex 14111 3.41017 20.0204 -0.958995 {normal=(0.505328 0.720030 -0.417041)}
Vertex 14112 3.28821 19.938 -1.16031 {normal=(0.117111 0.697885 -0.664842)}
Vertex 14113 3.39341 19.75 -1.27005 {normal=(0.530469 0.370923 -0.695379)}
Vertex 14114 3.2843 19.5593 -1.37186 {normal=(-0.029311 0.200723 -0.922278)}
Vertex 14115 3.35059 19.3007 -1.37588 {normal=(0.548770 -0.053328 -0.759919)}
Vertex 14116 3.24576 19.0312 -1.37594 {normal=(-0.034978 -0.147088 -0.921585)}
Vertex 14117 3.28612 18.7902 -1.29027 {normal=(0.581150 -0.329362 -0.656461)}
Vertex 14118 3.15754 18.5908 -1.23969 {normal=(-0.063611 -0.394832 -0.840742)}
Vertex 14119 3.19558 18.4358 -1.11839 {normal=(0.529338 -0.473476 -0.626533)}
Vertex 14120 3.09392 18.2726 -1.05158 {normal=(-0.079514 -0.500036 -0.776815)}
Vertex 14121 3.18026 18.1525 -0.924562 {normal=(0.584613 -0.407177 -0.612708)}
Vertex 14122 3.11144 17.9454 -0.823738 {normal=(0.094862 -0.608929 -0.706103)}
Vertex 14123 3.19085 17.9079 -0.73662 {normal=(0.723362 -0.544879 -0.261607)}
Vertex 14124 3.09377 17.8183 -0.59363 {normal=(0.531151 -0.799803 0.085506)}
Vertex 14125 3.14759 17.8935 -0.578097 {normal=(0.694291 -0.674092 0.106405)}
Vertex 14126 3.02908 17.8041 -0.645702 {normal=(0.037859 -0.867032 -0.358813)}
Vertex 14127 2.979 17.788 -0.485124 {normal=(0.455779 -0.861813 0.043300)}
Vertex 14128 2.99379 18.1675 -0.9133 {normal=(-0.563617 -0.402653 -0.707673)}
Vertex 14129 2.88579 18.0792 -0.76313 {normal=(-0.374556 -0.330101 -0.813310)}
Vertex 14130 2.9662 17.9997 -0.797053 {normal=(-0.379079 -0.461751 -0.789492)}
Vertex 14131 2.8513 18.2076 -0.817845 {normal=(-0.083455 -0.490403 -0.798334)}
Vertex 14132 2.78777 18.0459 -0.74972 {normal=(0.408393 -0.344462 -0.789702)}
Vertex 14133 2.76594 18.3104 -0.932092 {normal=(0.522155 -0.452926 -0.654940)}
Vertex 14134 2.93375 18.3367 -0.94768 {normal=(-0.529332 -0.423716 -0.717002)}
Vertex 14135 2.86438 18.4981 -1.00877 {normal=(-0.047138 -0.474812 -0.810416)}
Vertex 14136 3.0297 18.4568 -1.10827 {normal=(-0.544942 -0.353823 -0.750395)}
Vertex 14137 3.11117 18.8011 -1.27177 {normal=(-0.469331 -0.190593 -0.854750)}
Vertex 14138 2.97583 18.6493 -1.13441 {normal=(-0.482514 -0.295622 -0.811231)}
Vertex 14139 2.91509 18.8527 -1.17867 {normal=(0.006376 -0.299682 -0.891221)}
Vertex 14140 2.79421 18.6483 -1.13889 {normal=(0.557419 -0.404128 -0.646465)}
Vertex 14141 2.86327 19.0804 -1.27769 {normal=(0.646646 -0.246151 -0.636992)}
Vertex 14142 3.03332 19.0436 -1.25659 {normal=(-0.388038 -0.113628 -0.899678)}
Vertex 14143 2.96541 19.2787 -1.26226 {normal=(0.160211 -0.085196 -0.915445)}
Vertex 14144 3.16285 19.2892 -1.34462 {normal=(-0.446485 0.028310 -0.888815)}
Vertex 14145 3.18419 19.7708 -1.26603 {normal=(-0.330209 0.409057 -0.830563)}
Vertex 14146 3.06912 19.5161 -1.26438 {normal=(-0.202559 0.093545 -0.908991)}
Vertex 14147 2.96913 19.5155 -1.27679 {normal=(0.673825 -0.142711 -0.611594)}
Vertex 14148 3.1058 17.8703 -0.413889 {normal=(0.529064 -0.838592 0.094323)}
Vertex 14149 2.99376 17.8114 -0.362609 {normal=(0.619550 -0.767965 0.012809)}
Vertex 14150 3.0111 17.8309 -0.248268 {normal=(0.773527 -0.575186 0.170604)}
Vertex 14151 2.89067 17.731 -0.444173 {normal=(0.652710 -0.692888 -0.259847)}
Vertex 14152 2.89215 17.6891 -0.3613 {normal=(0.773285 -0.470137 -0.351788)}
Vertex 14153 3.15254 19.9505 -1.11799 {normal=(0.111993 0.597754 -0.709012)}
Vertex 14154 2.88232 17.8339 -0.631934 {normal=(0.087649 -0.642725 -0.677951)}
Vertex 14155 2.82904 17.7099 -0.521222 {normal=(0.642134 -0.581010 -0.450393)}
Vertex 14156 2.82198 17.6338 -0.422811 {normal=(0.786442 -0.391403 -0.437584)}
Vertex 14157 3.37089 20.2033 -0.510103 {normal=(0.772492 0.484112 -0.155239)}
Vertex 14158 3.32819 20.1357 -0.348506 {normal=(0.699536 0.485050 0.388344)}
Vertex 14159 2.82311 18.0471 2.25115 {normal=(0.890862 -0.447373 0.062594)}
Vertex 14160 2.92788 18.259 2.11849 {normal=(0.942716 -0.307013 0.068162)}
Vertex 14161 2.89687 18.1917 1.73727 {normal=(0.921772 -0.377643 -0.061350)}
Vertex 14162 2.78346 17.9437 1.88996 {normal=(0.897316 -0.437553 0.035624)}
Vertex 14163 2.67169 17.74 1.98118 {normal=(0.894943 -0.438109 0.078540)}
Vertex 14164 2.78219 17.919 1.59677 {normal=(0.942073 -0.321009 0.054121)}
Vertex 14165 2.6862 17.6969 1.70858 {normal=(0.916203 -0.365205 0.154881)}
Vertex 14166 2.5909 17.5044 1.78175 {normal=(0.924175 -0.311693 0.205621)}
Vertex 14167 2.75196 17.7478 1.46219 {normal=(0.942923 -0.229491 0.230663)}
Vertex 14168 2.6668 17.5194 1.55328 {normal=(0.918882 -0.204814 0.329804)}
Vertex 14169 2.6206 17.2976 1.57298 {normal=(0.916276 -0.120510 0.379811)}
Vertex 14170 2.77253 17.597 1.3188 {normal=(0.922868 -0.105191 0.368726)}
Vertex 14171 2.7317 17.3097 1.33507 {normal=(0.910018 -0.110568 0.399257)}
Vertex 14172 2.7279 17.0074 1.25954 {normal=(0.918318 -0.097052 0.382970)}
Vertex 14173 2.84508 17.3284 1.06314 {normal=(0.937531 -0.087901 0.334081)}
Vertex 14174 2.83558 16.97 0.988263 {normal=(0.924002 -0.122176 0.361289)}
Vertex 14175 2.81692 16.7043 0.917972 {normal=(0.928654 -0.189238 0.314883)}
Vertex 14176 2.94537 16.9944 0.697168 {normal=(0.957057 -0.094137 0.258039)}
Vertex 14177 2.90233 16.6733 0.640381 {normal=(0.938967 -0.265961 0.180216)}
Vertex 14178 2.79253 16.3638 0.594316 {normal=(0.923627 -0.366532 0.087003)}
Vertex 14179 2.94526 16.8008 0.345483 {normal=(0.958097 -0.233441 -0.114247)}
Vertex 14180 2.81573 16.4235 0.292649 {normal=(0.926725 -0.351047 -0.108295)}
Vertex 14181 2.65363 16.0695 0.242057 {normal=(0.874587 -0.458126 -0.132454)}
Vertex 14182 2.81156 16.5971 0.000959501 {normal=(0.918733 -0.261545 -0.281758)}
Vertex 14183 2.64726 16.2102 -0.0563925 {normal=(0.823739 -0.419105 -0.358825)}
Vertex 14184 2.44129 15.8836 -0.03733 {normal=(0.775952 -0.529000 -0.326571)}
Vertex 14185 2.61584 16.4504 -0.301753 {normal=(0.829224 -0.315999 -0.453173)}
Vertex 14186 2.44814 16.1446 -0.408237 {normal=(0.905983 -0.311216 -0.224259)}
Vertex 14187 2.39592 15.9953 -0.854753 {normal=(0.983715 -0.098562 -0.078371)}
Vertex 14188 2.47664 16.5427 -0.868071 {normal=(0.957316 -0.185198 -0.212519)}
Vertex 14189 2.36263 16.4452 -1.32006 {normal=(0.920844 -0.055053 -0.348631)}
Vertex 14190 2.39096 15.4177 -1.0932 {normal=(0.986341 0.039293 -0.070988)}
Vertex 14191 2.34517 15.5326 -0.457691 {normal=(0.975631 -0.096672 0.153577)}
Vertex 14192 2.28943 15.9913 -1.46203 {normal=(0.915710 0.025627 -0.357626)}
Vertex 14193 2.13132 16.4291 -1.72958 {normal=(0.785139 0.037768 -0.604961)}
Vertex 14194 2.26593 16.8816 -1.53194 {normal=(0.813903 -0.027937 -0.571291)}
Vertex 14195 1.96101 16.8867 -1.86767 {normal=(0.689312 0.018370 -0.720847)}
Vertex 14196 2.02267 15.9372 -1.93836 {normal=(0.774168 0.147746 -0.601296)}
Vertex 14197 1.72881 16.4844 -2.11231 {normal=(0.636835 0.105544 -0.759051)}
Vertex 14198 1.44296 16.9935 -2.27836 {normal=(0.568156 0.035781 -0.819046)}
Vertex 14199 1.9036 17.2963 -1.9345 {normal=(0.664269 -0.046012 -0.744601)}
Vertex 14200 1.20513 16.4292 -2.49658 {normal=(0.497317 0.165601 -0.846983)}
Vertex 14201 0.819171 17.0191 -2.6135 {normal=(0.355619 0.047158 -0.926369)}
Vertex 14202 0.348603 16.8246 -2.77241 {normal=(0.172789 0.138327 -0.967616)}
Vertex 14203 1.94369 22.5249 -1.87846 {normal=(0.573597 0.577007 -0.569136)}
Vertex 14204 2.15486 21.9782 -2.07958 {normal=(0.678467 0.511554 -0.508430)}
Vertex 14205 2.68718 21.7055 -1.62878 {normal=(0.796225 0.297066 -0.511555)}
Vertex 14206 2.55342 22.2523 -1.37816 {normal=(0.759864 0.472090 -0.426912)}
Vertex 14207 2.4642 22.7024 -0.855034 {normal=(0.717233 0.635683 -0.238186)}
Vertex 14208 2.92641 21.7932 -1.01488 {normal=(0.917509 0.294767 -0.237001)}
Vertex 14209 2.86179 22.1897 -0.553658 {normal=(0.892902 0.417243 -0.122902)}
Vertex 14210 2.74562 22.4391 0.067847 {normal=(0.849923 0.503550 0.091081)}
Vertex 14211 3.04199 21.6973 -0.439536 {normal=(0.970547 0.208701 -0.071134)}
Vertex 14212 2.97344 21.9428 0.040644 {normal=(0.941164 0.309378 0.092266)}
Vertex 14213 2.80738 22.0927 0.611176 {normal=(0.892526 0.373316 0.235662)}
Vertex 14214 3.07833 21.5224 -0.0486632 {normal=(0.986405 0.106851 0.084810)}
Vertex 14215 2.98465 21.6586 0.405563 {normal=(0.960177 0.184730 0.195516)}
Vertex 14216 2.82016 21.7097 1.00202 {normal=(0.921291 0.237184 0.295239)}
Vertex 14217 3.04917 21.1984 0.334235 {normal=(0.984030 0.064395 0.157745)}
Vertex 14218 2.93729 21.1973 0.856603 {normal=(0.959838 0.058735 0.266081)}
Vertex 14219 2.76138 21.1915 1.38622 {normal=(0.933834 0.074743 0.343356)}
Vertex 14220 2.92976 20.6721 0.856704 {normal=(0.954790 0.013108 0.294986)}
Vertex 14221 2.8041 20.6387 1.27543 {normal=(0.959595 0.024993 0.276836)}
Vertex 14222 2.69115 20.6594 1.65803 {normal=(0.957165 0.106723 0.261155)}
Vertex 14223 2.83632 20.1815 1.25458 {normal=(0.964328 0.141602 0.214981)}
Vertex 14224 2.78153 20.2174 1.52849 {normal=(0.896863 0.255690 -0.105925)}
Vertex 14225 1.29522 22.8827 -1.89195 {normal=(0.272930 0.827951 -0.481004)}
Vertex 14226 1.46835 22.516 -2.29897 {normal=(0.433483 0.739142 -0.493331)}
Vertex 14227 1.90123 22.962 -1.35299 {normal=(0.449998 0.788692 -0.381335)}
Vertex 14228 0.644567 22.795 -2.35757 {normal=(0.209072 0.887979 -0.391422)}
Vertex 14229 0.868941 23.2924 -1.16829 {normal=(0.150997 0.941938 -0.278127)}
Vertex 14230 1.75351 23.2267 -0.553016 {normal=(0.349913 0.915998 -0.133431)}
Vertex 14231 2.36108 22.9299 -0.0984478 {normal=(0.648506 0.741598 0.008050)}
Vertex 14232 0.719608 23.4896 -0.104208 {normal=(0.142780 0.979688 -0.077538)}
Vertex 14233 1.51627 23.3284 0.43791 {normal=(0.317762 0.930677 0.102365)}
Vertex 14234 2.08348 22.9922 0.780026 {normal=(0.565807 0.772261 0.245318)}
Vertex 14235 2.49033 22.5407 0.819794 {normal=(0.774426 0.562985 0.268964)}
Vertex 14236 1.2212 23.2002 1.3438 {normal=(0.302579 0.877733 0.356224)}
Vertex 14237 1.69877 22.8748 1.59017 {normal=(0.445865 0.776512 0.432770)}
Vertex 14238 2.15906 22.5494 1.55278 {normal=(0.659042 0.610728 0.417422)}
Vertex 14239 2.54555 22.1617 1.28081 {normal=(0.829541 0.420685 0.355092)}
Vertex 14240 1.32712 22.6783 2.17585 {normal=(0.338090 0.727926 0.588757)}
Vertex 14241 1.8068 22.4321 2.1207 {normal=(0.527357 0.619501 0.570765)}
Vertex 14242 2.23113 22.129 1.92705 {normal=(0.727789 0.459261 0.494644)}
Vertex 14243 2.56875 21.715 1.63538 {normal=(0.868014 0.267177 0.407616)}
Vertex 14244 1.55095 22.1896 2.56933 {normal=(0.413093 0.632386 0.634557)}
Vertex 14245 1.91913 21.9645 2.44301 {normal=(0.622833 0.487477 0.605580)}
Vertex 14246 2.29818 21.6471 2.1984 {normal=(0.794335 0.329190 0.496946)}
Vertex 14247 2.55564 21.1911 1.90285 {normal=(0.910645 0.152554 0.376442)}
Vertex 14248 1.69819 21.6944 2.85752 {normal=(0.511792 0.493920 0.695072)}
Vertex 14249 2.05499 21.461 2.67383 {normal=(0.705506 0.389999 0.583160)}
Vertex 14250 2.3621 21.1691 2.38344 {normal=(0.852722 0.288320 0.418517)}
Vertex 14251 2.56352 20.777 2.06475 {normal=(0.827493 0.433048 0.039567)}
Vertex 14252 1.87592 21.1857 3.04028 {normal=(0.572569 0.410803 0.700232)}
Vertex 14253 2.17837 21.0514 2.79948 {normal=(0.583967 0.610168 0.445495)}
Vertex 14254 1.60052 21.375 3.13107 {normal=(0.397262 0.430535 0.805242)}
Vertex 14255 1.73925 20.9281 3.2686 {normal=(0.312145 0.576957 0.719513)}
Vertex 14256 1.50073 21.0317 3.3318 {normal=(0.378419 0.412439 0.828072)}
Vertex 14257 1.42871 21.8881 2.88529 {normal=(0.328114 0.543981 0.766599)}
Vertex 14258 1.35032 21.5536 3.12097 {normal=(0.255042 0.491052 0.831779)}
Vertex 14259 1.26187 22.1214 2.76451 {normal=(0.219169 0.641674 0.720504)}
Vertex 14260 1.26796 21.1793 3.35982 {normal=(0.305301 0.463855 0.829499)}
Vertex 14261 1.34506 20.7274 3.57498 {normal=(0.273213 0.588723 0.739682)}
Vertex 14262 1.13311 20.7965 3.63448 {normal=(0.327748 0.482933 0.811362)}
Vertex 14263 1.06514 21.7381 3.07463 {normal=(0.187345 0.535165 0.823420)}
Vertex 14264 0.975957 21.318 3.35994 {normal=(0.218599 0.524917 0.822101)}
Vertex 14265 0.953818 22.3906 2.62477 {normal=(0.219447 0.642686 0.731132)}
Vertex 14266 0.735424 21.9464 3.00825 {normal=(0.182845 0.558190 0.808809)}
Vertex 14267 0.896035 20.8827 3.66905 {normal=(0.235081 0.499827 0.831674)}
Vertex 14268 0.977992 20.5018 3.86529 {normal=(0.147784 0.541582 0.815665)}
Vertex 14269 0.769107 20.5162 3.8996 {normal=(0.086579 0.405835 0.901862)}
Vertex 14270 0.664893 21.4761 3.3324 {normal=(0.191944 0.539320 0.819878)}
Vertex 14271 0.604652 21.0306 3.63944 {normal=(0.119960 0.506792 0.849833)}
Vertex 14272 0.464559 21.8284 3.14763 {normal=(0.149204 0.556548 0.816632)}
Vertex 14273 0.539735 20.6013 3.8624 {normal=(-0.012781 0.385967 0.920508)}
Vertex 14274 0.613622 20.2605 3.9899 {normal=(-0.135923 0.371768 0.910588)}
Vertex 14275 0.419984 20.2906 3.96428 {normal=(0.020723 0.251727 0.959449)}
Vertex 14276 0.36898 21.3636 3.46829 {normal=(0.081598 0.519849 0.848948)}
Vertex 14277 0.348268 20.8542 3.74269 {normal=(0.071085 0.425989 0.898233)}
Vertex 14278 0.267547 22.2663 2.86407 {normal=(0.079563 0.595674 0.797550)}
Vertex 14279 0.165866 21.7597 3.22668 {normal=(-0.013490 0.547141 0.834572)}
Vertex 14280 0.291426 20.4599 3.92512 {normal=(0.188034 0.331833 0.922700)}
Vertex 14281 0.264117 20.074 4.00327 {normal=(0.109881 -0.062398 0.979777)}
Vertex 14282 0.18348 20.2626 4.01004 {normal=(0.126334 0.163555 0.969795)}
Vertex 14283 0.220345 20.8318 3.77493 {normal=(0.061012 0.437227 0.890608)}
Vertex 14284 0.104004 20.5014 3.93844 {normal=(0.021102 0.361227 0.927280)}
Vertex 14285 0.0712475 20.1084 4.02616 {normal=(-0.003947 -0.036094 0.994313)}
Vertex 14286 0.11916 21.2592 3.52826 {normal=(-0.091309 0.503447 0.858842)}
Vertex 14287 0.545489 22.6363 2.51232 {normal=(0.167545 0.693901 0.695340)}
Vertex 14288 0.25368 22.9193 2.25024 {normal=(0.096406 0.786640 0.600317)}
Vertex 14289 0.535348 23.2513 1.6263 {normal=(0.147004 0.886820 0.425984)}
Vertex 14290 0.240251 23.4996 1.03711 {normal=(0.036878 0.964224 0.225300)}
Vertex 14291 0.313861 23.5554 0.123226 {normal=(0.053549 0.989337 -0.038441)}
Vertex 14292 0.88038 22.9352 2.03166 {normal=(0.232383 0.804502 0.540450)}
Vertex 14293 0.765361 23.4736 0.892861 {normal=(0.186219 0.953843 0.188585)}
Vertex 14294 1.7677 15.3069 2.8449 {normal=(0.680946 -0.454611 0.574011)}
Vertex 14295 1.97126 15.6252 2.84313 {normal=(0.697790 -0.344248 0.619934)}
Vertex 14296 2.17292 15.65 2.60117 {normal=(0.799729 -0.366051 0.463882)}
Vertex 14297 1.99554 15.2669 2.5356 {normal=(0.729743 -0.413897 0.539924)}
Vertex 14298 1.35555 15.0945 3.1912 {normal=(0.761429 -0.336373 0.547941)}
Vertex 14299 1.51141 15.3909 3.20653 {normal=(0.685579 -0.395621 0.608754)}
Vertex 14300 1.59682 15.0077 2.80972 {normal=(0.700428 -0.410819 0.582210)}
Vertex 14301 1.80064 14.9025 2.5155 {normal=(0.698526 -0.414740 0.581201)}
Vertex 14302 2.21279 15.2544 2.20347 {normal=(0.843264 -0.346742 0.392765)}
Vertex 14303 2.00516 14.8788 2.21333 {normal=(0.768263 -0.528530 0.305241)}
Vertex 14304 1.44846 14.6673 2.77175 {normal=(0.734919 -0.425778 0.519191)}
Vertex 14305 1.62913 14.595 2.50508 {normal=(0.664747 -0.543916 0.486572)}
Vertex 14306 1.77287 14.5991 2.2764 {normal=(0.677207 -0.687207 0.180140)}
Vertex 14307 2.05299 14.9123 1.86719 {normal=(0.734507 -0.649774 -0.138305)}
Vertex 14308 1.78844 14.6413 1.96039 {normal=(0.622208 -0.765051 -0.138677)}
Vertex 14309 1.5455 14.4538 2.3881 {normal=(0.518869 -0.822912 0.160233)}
Vertex 14310 1.51512 14.4377 2.07738 {normal=(0.477763 -0.869118 -0.081399)}
Vertex 14311 1.70444 14.6818 1.58615 {normal=(0.595306 -0.760933 -0.251967)}
Vertex 14312 1.44906 14.4732 1.71348 {normal=(0.477792 -0.850701 -0.209412)}
Vertex 14313 1.24504 14.3193 2.50183 {normal=(0.464264 -0.875230 0.082001)}
Vertex 14314 1.24918 14.3088 2.17529 {normal=(0.362260 -0.927465 -0.051443)}
Vertex 14315 1.25053 14.3414 1.89355 {normal=(0.294098 -0.934472 -0.181037)}
Vertex 14316 1.38561 14.5178 1.41023 {normal=(0.429248 -0.858783 -0.253541)}
Vertex 14317 1.14161 14.376 1.64364 {normal=(0.195576 -0.941964 -0.257740)}
Vertex 14318 1.06019 14.2593 2.12409 {normal=(0.230353 -0.957419 -0.160234)}
Vertex 14319 0.854114 14.267 1.90716 {normal=(0.143538 -0.953823 -0.259096)}
Vertex 14320 0.875194 14.4118 1.45089 {normal=(0.061392 -0.931455 -0.355536)}
Vertex 14321 0.543438 14.2966 1.72101 {normal=(0.074941 -0.934592 -0.346352)}
Vertex 14322 0.778079 14.1457 2.35863 {normal=(0.256108 -0.946330 -0.184911)}
Vertex 14323 0.546759 14.1523 2.13076 {normal=(0.146252 -0.947351 -0.280208)}
Vertex 14324 0.269555 14.1825 1.95781 {normal=(0.065068 -0.936874 -0.342137)}
Vertex 14325 0.239458 14.3407 1.55677 {normal=(0.053773 -0.919143 -0.389771)}
Vertex 14326 0.24769 14.0492 2.3442 {normal=(0.081835 -0.954845 -0.281407)}
Vertex 14327 2.22982 15.9686 2.72973 {normal=(0.734832 -0.281356 0.586226)}
Vertex 14328 2.34805 16.1459 2.59609 {normal=(0.922394 -0.240693 0.275516)}
Vertex 14329 2.30964 15.8377 2.41181 {normal=(0.928310 -0.255694 0.250854)}
Vertex 14330 2.39074 16.122 2.28713 {normal=(0.982736 -0.134876 0.103817)}
Vertex 14331 2.33521 15.7889 2.2478 {normal=(0.934983 -0.192825 0.282564)}
Vertex 14332 2.43127 15.9584 2.03461 {normal=(0.945605 -0.099994 0.306185)}
Vertex 14333 2.34902 15.6363 2.12471 {normal=(0.920427 -0.202874 0.328374)}
Vertex 14334 2.4343 15.6681 1.84602 {normal=(0.955579 -0.219646 0.181827)}
Vertex 14335 2.34332 15.3345 1.89665 {normal=(0.913565 -0.359246 0.086732)}
Vertex 14336 2.36392 15.4354 1.64962 {normal=(0.874479 -0.448212 -0.151858)}
Vertex 14337 2.25222 15.1964 1.76974 {normal=(0.809853 -0.541624 -0.192073)}
Vertex 14338 2.13769 15.1834 1.46771 {normal=(0.768450 -0.593332 -0.234601)}
Vertex 14339 1.94235 14.9179 1.52952 {normal=(0.697143 -0.662329 -0.269108)}
Vertex 14340 1.84058 14.9334 1.23301 {normal=(0.678447 -0.700856 -0.211643)}
Vertex 14341 1.61859 14.7197 1.29245 {normal=(0.609628 -0.758304 -0.223937)}
Vertex 14342 1.58169 14.7432 1.03047 {normal=(0.659642 -0.722746 0.063806)}
Vertex 14343 1.26695 14.5538 1.18731 {normal=(0.344230 -0.876119 -0.077806)}
Vertex 14344 0.967119 14.4102 1.07121 {normal=(0.288140 -0.642598 0.567648)}
Vertex 14345 0.539586 14.4544 1.33663 {normal=(0.093480 -0.936116 -0.067571)}
Vertex 14346 0.250288 14.328 1.20424 {normal=(0.094350 -0.674940 0.591240)}
Vertex 14347 2.6068 17.6893 2.81173 {normal=(0.937203 -0.312153 0.122509)}
Vertex 14348 2.6635 17.8898 2.91371 {normal=(0.898821 -0.301840 0.287449)}
Vertex 14349 2.71987 17.9073 2.61577 {normal=(0.894727 -0.431094 0.099159)}
Vertex 14350 2.62242 17.7001 2.54428 {normal=(0.920959 -0.385620 0.032834)}
Vertex 14351 2.52749 17.394 2.88014 {normal=(0.955439 -0.183567 0.192237)}
Vertex 14352 2.52684 17.5748 3.03458 {normal=(0.867694 -0.248208 0.395627)}
Vertex 14353 2.55786 17.4891 2.66425 {normal=(0.974084 -0.215772 -0.003171)}
Vertex 14354 2.48619 17.098 2.85292 {normal=(0.941376 -0.163076 0.256723)}
Vertex 14355 2.44674 17.2559 3.037 {normal=(0.769797 -0.224911 0.548518)}
Vertex 14356 2.52343 17.2319 2.68483 {normal=(0.987964 -0.118085 0.003900)}
Vertex 14357 2.43334 16.6809 2.75253 {normal=(0.938357 -0.197468 0.242232)}
Vertex 14358 2.40225 16.9051 2.96363 {normal=(0.724817 -0.232714 0.592270)}
Vertex 14359 2.4871 16.9193 2.64973 {normal=(0.984372 -0.141249 0.015059)}
Vertex 14360 2.33406 16.4071 2.82313 {normal=(0.737585 -0.275702 0.563232)}
Vertex 14361 2.41794 16.4198 2.48821 {normal=(0.985433 -0.139594 0.058240)}
Vertex 14362 2.4249 16.6271 2.34102 {normal=(0.994056 -0.051462 -0.076224)}
Vertex 14363 2.41054 16.3547 2.17798 {normal=(0.989883 -0.025815 0.095545)}
Vertex 14364 2.50757 15.9838 1.79167 {normal=(0.961648 -0.126141 0.231426)}
Vertex 14365 2.54743 15.98 1.54726 {normal=(0.972257 -0.205171 0.074746)}
Vertex 14366 2.46436 15.6937 1.58482 {normal=(0.940496 -0.325779 -0.013370)}
Vertex 14367 2.44675 15.7098 1.29724 {normal=(0.900271 -0.424229 -0.061756)}
Vertex 14368 2.30761 15.4502 1.36286 {normal=(0.823234 -0.542613 -0.154629)}
Vertex 14369 2.2226 15.4052 1.04005 {normal=(0.782535 -0.614572 -0.087296)}
Vertex 14370 2.02893 15.1542 1.14037 {normal=(0.736964 -0.655563 -0.156053)}
Vertex 14371 1.9857 15.1544 0.849041 {normal=(0.740726 -0.668500 -0.035389)}
Vertex 14372 1.80331 14.9533 0.944543 {normal=(0.711966 -0.695441 -0.018448)}
Vertex 14373 1.82154 14.9244 0.655079 {normal=(0.799233 -0.518368 0.259066)}
Vertex 14374 1.63285 14.5924 0.723403 {normal=(0.760985 -0.382976 0.473348)}
Vertex 14375 2.02679 15.0855 0.314548 {normal=(0.889696 -0.350684 0.260465)}
Vertex 14376 1.90526 14.7347 0.337779 {normal=(0.854788 -0.251673 0.437742)}
Vertex 14377 1.99289 15.1456 0.593457 {normal=(0.802157 -0.577268 0.114830)}
Vertex 14378 2.13966 15.3374 0.52941 {normal=(0.768628 -0.633861 -0.037760)}
Vertex 14379 2.16084 15.3544 0.760692 {normal=(0.754974 -0.654603 -0.029745)}
Vertex 14380 2.35294 15.5871 0.726599 {normal=(0.794425 -0.605507 0.014182)}
Vertex 14381 2.41083 15.6693 0.996099 {normal=(0.848295 -0.523531 -0.011086)}
Vertex 14382 2.54645 15.9369 1.0223 {normal=(0.901646 -0.416388 0.091351)}
Vertex 14383 2.54936 15.9831 1.2943 {normal=(0.951894 -0.298822 0.025251)}
Vertex 14384 2.60592 16.215 1.33537 {normal=(0.957341 -0.226955 0.149602)}
Vertex 14385 2.57753 16.2323 1.56529 {normal=(0.978244 -0.072102 0.176641)}
Vertex 14386 2.56241 16.4792 1.64187 {normal=(0.957613 -0.016042 0.284349)}
Vertex 14387 2.51962 16.258 1.79875 {normal=(0.958454 -0.008061 0.281677)}
Vertex 14388 2.49372 16.5225 1.85876 {normal=(0.949806 0.022247 0.311884)}
Vertex 14389 2.46423 16.7548 1.93004 {normal=(0.956539 -0.014605 0.286332)}
Vertex 14390 2.4326 16.5084 2.04291 {normal=(0.967712 0.013567 0.239645)}
Vertex 14391 2.41883 16.7306 2.12516 {normal=(0.988035 -0.031960 0.093752)}
Vertex 14392 2.43185 16.9309 2.22227 {normal=(0.990239 -0.107341 -0.021357)}
Vertex 14393 2.45429 16.8644 2.44615 {normal=(0.984167 -0.090343 -0.143467)}
Vertex 14394 2.49012 17.0578 2.51955 {normal=(0.982213 -0.112955 -0.142459)}
Vertex 14395 2.44719 16.2418 2.01684 {normal=(0.954642 -0.004933 0.292996)}
Vertex 14396 2.81522 18.1098 2.61646 {normal=(0.924010 -0.289345 0.198690)}
Vertex 14397 2.70286 17.8394 2.29004 {normal=(0.882302 -0.467057 0.052590)}
Vertex 14398 2.59999 17.6213 2.25186 {normal=(0.918882 -0.391078 0.039477)}
Vertex 14399 2.57553 17.5355 1.99291 {normal=(0.925418 -0.368303 0.075696)}
Vertex 14400 2.51713 17.3611 1.9688 {normal=(0.960894 -0.243761 0.105733)}
Vertex 14401 2.54485 17.3282 1.78533 {normal=(0.946160 -0.168242 0.260803)}
Vertex 14402 2.54838 17.1169 1.71925 {normal=(0.946171 -0.059089 0.315289)}
Vertex 14403 2.62907 17.0543 1.50188 {normal=(0.924893 -0.060571 0.374862)}
Vertex 14404 2.66213 16.8134 1.38897 {normal=(0.934086 -0.050595 0.352964)}
Vertex 14405 2.74413 16.7666 1.16012 {normal=(0.937209 -0.103700 0.330800)}
Vertex 14406 2.76344 16.5825 1.01917 {normal=(0.948089 -0.164585 0.266346)}
Vertex 14407 2.54129 17.4709 2.42282 {normal=(0.958493 -0.278911 -0.022348)}
Vertex 14408 2.51864 17.3982 2.17516 {normal=(0.954703 -0.291507 0.033410)}
Vertex 14409 2.47736 17.2227 2.1116 {normal=(0.981821 -0.166389 0.066312)}
Vertex 14410 2.49488 17.1723 1.92209 {normal=(0.972829 -0.105358 0.191733)}
Vertex 14411 2.50436 16.9447 1.83267 {normal=(0.955163 -0.054277 0.287563)}
Vertex 14412 2.57507 16.8772 1.61872 {normal=(0.938228 -0.032788 0.344041)}
Vertex 14413 2.61053 16.6355 1.50903 {normal=(0.940851 -0.040561 0.335181)}
Vertex 14414 2.69142 16.5831 1.27125 {normal=(0.948592 -0.090126 0.299085)}
Vertex 14415 2.68493 16.3712 1.18912 {normal=(0.938921 -0.233025 0.241813)}
Vertex 14416 2.74046 16.364 0.911938 {normal=(0.937842 -0.287418 0.183946)}
Vertex 14417 2.6489 16.097 0.854136 {normal=(0.899256 -0.410702 0.138616)}
Vertex 14418 2.65501 16.0462 0.552067 {normal=(0.888967 -0.452052 0.031239)}
Vertex 14419 2.47573 15.7437 0.503628 {normal=(0.819674 -0.568110 -0.014932)}
Vertex 14420 2.45394 15.7507 0.225572 {normal=(0.749688 -0.607112 -0.221667)}
Vertex 14421 2.2596 15.5366 0.270787 {normal=(0.721952 -0.652392 -0.209390)}
Vertex 14422 2.267 15.5909 0.008906 {normal=(0.867510 -0.424000 -0.001607)}
Vertex 14423 2.15791 15.2548 0.0257277 {normal=(0.923642 -0.243104 0.273328)}
Vertex 14424 2.27465 15.0098 -0.346048 {normal=(0.925203 -0.107756 0.355913)}
Vertex 14425 2.08745 14.8488 0.013308 {normal=(0.915232 -0.157103 0.365610)}
Vertex 14426 2.12877 15.3373 0.310575 {normal=(0.863079 -0.466679 0.022299)}
Vertex 14427 2.29233 15.5083 0.486601 {normal=(0.735371 -0.664064 -0.085762)}
Vertex 14428 2.52377 15.837 0.767326 {normal=(0.851812 -0.513609 0.081560)}
Vertex 14429 2.63186 16.1727 1.10916 {normal=(0.911677 -0.363145 0.187540)}
Vertex 14430 2.6276 16.4112 1.41276 {normal=(0.946775 -0.139743 0.279335)}
Vertex 14431 2.53182 16.7153 1.73368 {normal=(0.945992 -0.008836 0.323788)}
Vertex 14432 2.45204 16.9681 2.02477 {normal=(0.973210 -0.107693 0.182903)}
Vertex 14433 2.46386 17.1415 2.15859 {normal=(0.986884 -0.141303 0.035596)}
Vertex 14434 2.4649 17.111 2.33579 {normal=(0.983412 -0.139521 -0.099855)}
Vertex 14435 2.51152 17.2925 2.48898 {normal=(0.984202 -0.141716 -0.101224)}
Vertex 14436 2.48622 17.2801 2.29212 {normal=(0.982191 -0.171690 -0.053214)}
Vertex 14437 0.106369 19.2738 4.2155 {normal=(0.278428 0.614985 0.725055)}
Vertex 14438 0.130615 19.633 3.95872 {normal=(0.217891 0.174636 0.926984)}
Vertex 14439 0.202298 19.4144 4.03379 {normal=(0.478279 0.456105 0.726894)}
Vertex 14440 0.118347 18.9915 4.43412 {normal=(0.268075 0.573697 0.760008)}
Vertex 14441 0.21382 19.1035 4.29341 {normal=(0.523503 0.530476 0.652288)}
Vertex 14442 0.138425 18.7564 4.60399 {normal=(0.254743 0.591150 0.747202)}
Vertex 14443 0.243778 18.8462 4.47397 {normal=(0.568236 0.495735 0.627538)}
Vertex 14444 0.285495 19.2215 4.11743 {normal=(0.701140 0.465469 0.527691)}
Vertex 14445 0.302558 19.5398 3.89489 {normal=(0.597339 0.019877 0.750222)}
Vertex 14446 0.342897 19.3324 3.91708 {normal=(0.821840 0.296483 0.465095)}
Vertex 14447 0.319928 18.9362 4.30925 {normal=(0.756664 0.391188 0.506699)}
Vertex 14448 0.381511 19.0316 4.11601 {normal=(0.846472 0.337415 0.401934)}
Vertex 14449 0.347286 18.6831 4.45134 {normal=(0.825857 0.381242 0.392981)}
Vertex 14450 0.408477 18.7387 4.25699 {normal=(0.903397 0.235969 0.351285)}
Vertex 14451 0.441777 19.1147 3.89214 {normal=(0.865225 0.335936 0.370318)}
Vertex 14452 0.42136 19.4005 3.71681 {normal=(0.834723 -0.011878 0.494781)}
Vertex 14453 0.512336 19.1835 3.6553 {normal=(0.827295 0.357849 0.422193)}
Vertex 14454 0.470411 18.8162 4.03647 {normal=(0.913334 0.191372 0.355378)}
Vertex 14455 0.549885 18.8945 3.82096 {normal=(0.815549 0.275740 0.492033)}
Vertex 14456 0.487149 18.541 4.13999 {normal=(0.903895 0.323967 0.248906)}
Vertex 14457 0.532291 18.5947 3.94677 {normal=(0.884407 0.203759 0.398143)}
Vertex 14458 0.747407 19.0331 3.49669 {normal=(0.339832 0.512858 0.750412)}
Vertex 14459 0.652124 18.9768 3.62359 {normal=(0.645153 0.444901 0.597022)}
Vertex 14460 0.571521 19.2397 3.49557 {normal=(0.753233 0.182508 0.579400)}
Vertex 14461 0.630455 19.159 3.4471 {normal=(0.602242 0.461179 0.606653)}
Vertex 14462 0.684065 18.6974 3.74905 {normal=(0.582516 0.302452 0.743342)}
Vertex 14463 0.843027 18.7836 3.60991 {normal=(0.340859 0.365539 0.843753)}
Vertex 14464 0.71867 18.4354 3.81379 {normal=(0.490810 0.187622 0.846554)}
Vertex 14465 0.593484 18.5698 3.86474 {normal=(0.655951 0.211096 0.712328)}
Vertex 14466 0.856568 18.5228 3.71533 {normal=(0.372198 0.304119 0.869151)}
Vertex 14467 0.0983095 19.8864 3.98774 {normal=(0.110252 -0.119715 0.982476)}
Vertex 14468 0.303955 19.8483 3.94971 {normal=(0.064887 -0.183336 0.967811)}
Vertex 14469 0.371069 19.76 3.92121 {normal=(0.159184 -0.298190 0.905835)}
Vertex 14470 0.493944 19.7927 3.92141 {normal=(-0.077095 -0.577908 0.742368)}
Vertex 14471 0.43601 19.6145 3.81791 {normal=(0.504933 -0.434911 0.693638)}
Vertex 14472 0.524256 19.4119 3.55892 {normal=(0.644888 -0.285357 0.663305)}
Vertex 14473 0.572944 19.6119 3.70253 {normal=(0.382364 -0.685970 0.597755)}
Vertex 14474 0.628386 19.3251 3.45276 {normal=(0.325681 -0.211911 0.909596)}
Vertex 14475 0.637193 19.2705 3.44236 {normal=(-0.009570 -0.198965 0.916475)}
Vertex 14476 0.619016 19.2255 3.43355 {normal=(0.457033 -0.129285 0.830635)}
Vertex 14477 0.625474 19.4194 3.49701 {normal=(0.408543 -0.458257 0.772527)}
Vertex 14478 0.700072 19.3345 3.46515 {normal=(-0.446680 0.105801 0.873647)}
Vertex 14479 0.692008 19.2612 3.4675 {normal=(-0.305432 -0.102722 0.921752)}
Vertex 14480 0.759312 19.1857 3.46643 {normal=(-0.411429 -0.287877 0.855142)}
Vertex 14481 0.652985 19.2131 3.42981 {normal=(-0.453263 -0.282818 0.839244)}
Vertex 14482 0.65291 19.3056 3.44871 {normal=(-0.422808 -0.041752 0.890649)}
Vertex 14483 0.982043 19.0045 3.5013 {normal=(-0.008415 0.338611 0.929587)}
Vertex 14484 1.03647 18.8713 3.54634 {normal=(0.048257 0.308614 0.941807)}
Vertex 14485 0.16657 18.4271 4.84758 {normal=(0.238429 0.348702 0.878629)}
Vertex 14486 0.154157 18.5906 4.73542 {normal=(0.237070 0.623020 0.727699)}
Vertex 14487 0.302702 18.4908 4.74114 {normal=(0.571478 0.495459 0.608083)}
Vertex 14488 0.416252 18.3676 4.65784 {normal=(0.831874 0.236975 0.469026)}
Vertex 14489 0.383788 18.5208 4.56279 {normal=(0.806916 0.469705 0.340466)}
Vertex 14490 0.47371 18.4006 4.46946 {normal=(0.873039 0.393326 0.279217)}
Vertex 14491 0.530477 18.3091 4.40568 {normal=(0.877568 0.276372 0.362498)}
Vertex 14492 0.515007 18.4222 4.27491 {normal=(0.812983 0.534327 0.217951)}
Vertex 14493 0.578084 18.3465 4.24831 {normal=(0.710475 0.597736 0.338798)}
Vertex 14494 0.656353 18.2612 4.2559 {normal=(0.665128 0.522167 0.516181)}
Vertex 14495 0.627328 18.3681 4.10532 {normal=(0.561419 0.781570 0.260241)}
Vertex 14496 0.715457 18.2883 4.12922 {normal=(0.682488 0.651790 0.297558)}
Vertex 14497 0.804434 18.1663 4.12278 {normal=(0.854197 0.384840 0.285067)}
Vertex 14498 0.715009 18.316 4.02632 {normal=(0.723883 0.671255 -0.019546)}
Vertex 14499 0.800952 18.1905 4.01767 {normal=(0.864532 0.452888 -0.126134)}
Vertex 14500 0.706098 18.2978 3.84105 {normal=(0.543492 0.153308 0.816802)}
Vertex 14501 0.845099 18.2667 3.77755 {normal=(0.321126 0.111589 0.935336)}
Vertex 14502 0.749665 18.2333 3.94112 {normal=(0.768917 0.483341 -0.404884)}
Vertex 14503 0.810299 18.0793 3.91875 {normal=(0.892071 0.317289 -0.291074)}
Vertex 14504 0.852782 18.0272 3.99273 {normal=(0.960526 0.141176 -0.121295)}
Vertex 14505 0.841272 18.0252 3.84683 {normal=(0.699340 0.503876 0.470815)}
Vertex 14506 0.916301 18.0168 3.79495 {normal=(0.497034 0.421099 0.748799)}
Vertex 14507 0.924204 17.9353 3.84813 {normal=(0.589700 0.427870 0.679311)}
Vertex 14508 0.810524 17.7882 4.01954 {normal=(0.747589 0.037030 0.648308)}
Vertex 14509 0.847953 17.8198 3.96971 {normal=(0.726689 0.152865 0.657809)}
Vertex 14510 0.826296 17.7363 4.02159 {normal=(0.649303 0.235761 0.712958)}
Vertex 14511 0.834396 17.9083 4.0584 {normal=(0.918163 -0.258138 0.289987)}
Vertex 14512 0.801283 17.8116 4.04826 {normal=(0.814780 -0.283494 0.466596)}
Vertex 14513 0.774593 17.8207 4.10915 {normal=(0.613021 -0.502007 0.555746)}
Vertex 14514 0.800828 17.9158 4.14713 {normal=(0.844365 -0.274272 0.443420)}
Vertex 14515 0.705896 18.021 4.31027 {normal=(0.718371 -0.004186 0.679349)}
Vertex 14516 0.79155 18.0358 4.1956 {normal=(0.839852 0.001844 0.529498)}
Vertex 14517 0.742208 17.921 4.24348 {normal=(0.676641 -0.383918 0.592147)}
Vertex 14518 0.522165 18.0742 4.45862 {normal=(0.735685 0.020206 0.658690)}
Vertex 14519 0.632011 18.1231 4.35484 {normal=(0.664869 0.208815 0.715612)}
Vertex 14520 0.581582 17.9908 4.41321 {normal=(0.555257 -0.310010 0.711845)}
Vertex 14521 0.510353 18.1614 4.47075 {normal=(0.878180 -0.030068 0.464258)}
Vertex 14522 0.462395 18.085 4.54889 {normal=(0.854668 -0.166871 0.476776)}
Vertex 14523 0.296274 18.0944 4.80199 {normal=(0.569255 -0.228960 0.751127)}
Vertex 14524 0.410362 18.1812 4.67709 {normal=(0.826530 -0.088013 0.543011)}
Vertex 14525 0.382829 18.0096 4.65018 {normal=(0.678512 -0.514430 0.472675)}
Vertex 14526 0.163354 18.2128 4.87284 {normal=(0.251828 -0.028304 0.951918)}
Vertex 14527 0.144251 17.9846 4.82203 {normal=(0.228739 -0.501046 0.801306)}
Vertex 14528 0.0943477 17.7449 4.58391 {normal=(0.248154 -0.709368 0.641672)}
Vertex 14529 0.210896 17.8663 4.67153 {normal=(0.482155 -0.686140 0.508566)}
Vertex 14530 0.270094 17.9011 4.33923 {normal=(0.821102 -0.536803 0.073557)}
Vertex 14531 0.23888 17.8356 4.3913 {normal=(0.949667 -0.276075 0.022207)}
Vertex 14532 0.264227 17.8706 4.51387 {normal=(0.822484 -0.547518 0.024268)}
Vertex 14533 0.301146 17.928 4.43803 {normal=(0.621573 -0.757429 -0.051980)}
Vertex 14534 0.091416 17.5324 4.40295 {normal=(0.225049 -0.400903 0.863618)}
Vertex 14535 0.162869 17.6686 4.45227 {normal=(0.604771 -0.474284 0.581403)}
Vertex 14536 0.254071 17.8266 4.29177 {normal=(0.902136 -0.092871 0.371638)}
Vertex 14537 0.232631 17.773 4.36289 {normal=(0.933656 -0.136453 0.252810)}
Vertex 14538 0.321503 17.6164 4.27653 {normal=(0.464255 0.204833 0.843295)}
Vertex 14539 0.243183 17.6933 4.31734 {normal=(0.752022 0.030302 0.606647)}
Vertex 14540 0.339527 17.7895 4.19941 {normal=(0.509161 0.271718 0.800645)}
Vertex 14541 0.442805 17.7487 4.17368 {normal=(0.335569 0.359165 0.869740)}
Vertex 14542 0.61416 17.7058 4.13188 {normal=(0.270121 0.270708 0.917875)}
Vertex 14543 0.552935 17.8149 4.10912 {normal=(0.200329 0.255617 0.934969)}
Vertex 14544 0.69849 17.7851 4.09385 {normal=(0.128354 -0.115073 0.900644)}
Vertex 14545 0.0887898 17.3079 4.34614 {normal=(0.045609 -0.132906 0.988136)}
Vertex 14546 0.201062 17.4469 4.34721 {normal=(0.276836 -0.078705 0.943753)}
Vertex 14547 0.142173 17.197 4.32691 {normal=(0.102437 -0.339035 0.870302)}
Vertex 14548 0.334144 17.3465 4.31041 {normal=(0.253023 -0.012443 0.961147)}
Vertex 14549 0.493375 17.5371 4.22959 {normal=(0.336123 0.226324 0.911990)}
Vertex 14550 0.277237 17.1207 4.28528 {normal=(0.178754 -0.352334 0.907421)}
Vertex 14551 0.515484 17.2571 4.25642 {normal=(0.303764 -0.099134 0.941328)}
Vertex 14552 0.192709 16.9692 3.92377 {normal=(0.201520 -0.907279 0.332354)}
Vertex 14553 0.253879 17.0429 4.20436 {normal=(0.177642 -0.891105 0.380075)}
Vertex 14554 0.435877 17.0429 4.00722 {normal=(0.220212 -0.953695 0.204272)}
Vertex 14555 0.210659 15.9433 4.09872 {normal=(0.131553 0.797550 0.568056)}
Vertex 14556 0.176234 16.0679 3.85141 {normal=(0.130331 0.815824 0.542608)}
Vertex 14557 0.384863 16.003 3.91659 {normal=(0.177189 0.883526 0.432593)}
Vertex 14558 0.228722 15.5868 4.13207 {normal=(0.157032 -0.363015 0.900064)}
Vertex 14559 0.222939 15.8461 4.16344 {normal=(0.195916 0.169978 0.951797)}
Vertex 14560 0.451216 15.7078 4.09795 {normal=(0.312161 -0.103586 0.937313)}
Vertex 14561 0.804762 17.6017 4.08885 {normal=(0.468294 0.273100 0.835061)}
Vertex 14562 0.694285 17.4312 4.17975 {normal=(0.371380 0.138497 0.912846)}
Vertex 14563 0.758545 17.7265 4.0724 {normal=(0.524926 0.107565 0.809369)}
Vertex 14564 0.730175 17.1985 4.16505 {normal=(0.414239 -0.286315 0.848479)}
Vertex 14565 0.867258 17.3284 4.11305 {normal=(0.503004 -0.013051 0.853178)}
Vertex 14566 0.554759 17.0271 3.79132 {normal=(0.266785 -0.889372 0.332015)}
Vertex 14567 0.701882 17.1191 4.08502 {normal=(0.279970 -0.877523 0.350973)}
Vertex 14568 0.822169 17.0972 3.83698 {normal=(0.249808 -0.947041 0.199765)}
Vertex 14569 0.623941 15.9205 3.96971 {normal=(0.282564 0.777390 0.540145)}
Vertex 14570 0.524746 16.0604 3.7292 {normal=(0.269937 0.794196 0.522098)}
Vertex 14571 0.775964 15.9736 3.75332 {normal=(0.302897 0.868052 0.391301)}
Vertex 14572 0.651782 15.5207 3.97927 {normal=(0.355753 -0.358324 0.848165)}
Vertex 14573 0.652421 15.8127 4.02429 {normal=(0.398422 0.092244 0.897915)}
Vertex 14574 0.860755 15.6347 3.8953 {normal=(0.504103 -0.194973 0.836130)}
Vertex 14575 0.912393 17.6358 3.99691 {normal=(0.624958 0.312145 0.714950)}
Vertex 14576 0.901812 17.4727 4.07808 {normal=(0.601663 0.212590 0.761570)}
Vertex 14577 0.976609 17.347 4.03098 {normal=(0.669653 0.033763 0.731730)}
Vertex 14578 0.981307 17.0894 3.58713 {normal=(0.320674 -0.860914 0.356728)}
Vertex 14579 1.10424 17.1745 3.80593 {normal=(0.408331 -0.839626 0.320435)}
Vertex 14580 1.25735 17.1601 3.53035 {normal=(0.343970 -0.899169 0.265921)}
Vertex 14581 1.0731 15.8686 3.72666 {normal=(0.426971 0.740728 0.490219)}
Vertex 14582 0.943635 16.0107 3.50729 {normal=(0.387414 0.771268 0.480829)}
Vertex 14583 1.24008 15.9136 3.45687 {normal=(0.385023 0.819565 0.419204)}
Vertex 14584 1.0175 15.4375 3.71739 {normal=(0.549946 -0.350134 0.751747)}
Vertex 14585 1.09353 15.7542 3.76832 {normal=(0.580350 -0.056912 0.792360)}
Vertex 14586 1.28378 15.569 3.54534 {normal=(0.640257 -0.305315 0.702567)}
Vertex 14587 1.1428 17.7047 3.77063 {normal=(0.626696 0.264736 0.732129)}
Vertex 14588 1.27305 17.7424 3.64581 {normal=(0.548093 0.121083 0.814310)}
Vertex 14589 1.36803 17.5433 3.62374 {normal=(0.657268 0.108842 0.739690)}
Vertex 14590 1.49312 17.309 3.49337 {normal=(0.670812 -0.259953 0.677500)}
Vertex 14591 1.29046 17.388 3.71439 {normal=(0.707617 0.006073 0.702248)}
Vertex 14592 1.58133 17.4089 3.42758 {normal=(0.472890 -0.297591 0.776219)}
Vertex 14593 1.40305 17.1408 3.29775 {normal=(0.415385 -0.794444 0.414066)}
Vertex 14594 1.47711 17.2223 3.42855 {normal=(0.430688 -0.797837 0.401181)}
Vertex 14595 1.57962 17.1812 3.22821 {normal=(0.192192 -0.851541 0.456553)}
Vertex 14596 1.50798 15.8208 3.3575 {normal=(0.539591 0.611198 0.556543)}
Vertex 14597 1.37919 15.9828 3.23422 {normal=(0.395724 0.638968 0.642044)}
Vertex 14598 1.60864 15.9338 3.14895 {normal=(0.392026 0.589906 0.696243)}
Vertex 14599 1.53705 15.7082 3.36507 {normal=(0.706308 -0.137569 0.675374)}
Vertex 14600 1.74043 15.6259 3.09911 {normal=(0.702652 -0.285080 0.646874)}
Vertex 14601 1.06831 18.6037 3.62256 {normal=(0.179341 0.295666 0.933632)}
Vertex 14602 1.34467 18.7037 3.58012 {normal=(0.041316 0.154506 0.985289)}
Vertex 14603 1.02012 18.3249 3.72862 {normal=(0.215655 0.194967 0.952062)}
Vertex 14604 1.27874 18.3873 3.65817 {normal=(0.161743 0.234020 0.956653)}
Vertex 14605 1.60328 18.4743 3.59761 {normal=(0.109281 0.143032 0.981998)}
Vertex 14606 1.65817 18.7889 3.5614 {normal=(0.057711 0.090233 0.993467)}
Vertex 14607 1.8979 18.6083 3.55479 {normal=(0.192961 0.084100 0.973205)}
Vertex 14608 1.46456 18.1311 3.6637 {normal=(0.177758 -0.012488 0.976673)}
Vertex 14609 1.80787 18.2206 3.60048 {normal=(0.200649 0.038795 0.976023)}
Vertex 14610 2.19125 18.6236 3.43063 {normal=(0.565784 0.173593 0.800340)}
Vertex 14611 2.0976 18.378 3.51505 {normal=(0.379004 0.079660 0.914323)}
Vertex 14612 2.00763 18.7551 3.52267 {normal=(0.399709 0.148979 0.893092)}
Vertex 14613 2.24474 18.1136 3.46334 {normal=(0.473637 0.013302 0.868265)}
Vertex 14614 1.95445 17.9445 3.55396 {normal=(0.231336 -0.156160 0.952582)}
Vertex 14615 0.94363 18.0891 3.76786 {normal=(0.265571 0.087155 0.955895)}
Vertex 14616 1.15644 18.0948 3.72262 {normal=(0.195525 -0.035559 0.975926)}
Vertex 14617 1.31519 17.834 3.63956 {normal=(0.244317 -0.207563 0.942697)}
Vertex 14618 1.6288 17.8293 3.57865 {normal=(0.161485 -0.265859 0.947630)}
Vertex 14619 1.821 17.5232 3.43106 {normal=(0.144779 -0.420978 0.893740)}
Vertex 14620 2.07435 17.6506 3.43829 {normal=(0.288058 -0.354269 0.882239)}
Vertex 14621 2.1603 17.4142 3.28644 {normal=(0.382654 -0.428864 0.814554)}
Vertex 14622 2.29983 17.8484 3.407 {normal=(0.538547 -0.213357 0.800349)}
Vertex 14623 2.33581 17.6122 3.27894 {normal=(0.581573 -0.334737 0.735155)}
Vertex 14624 1.7469 17.083 3.13312 {normal=(-0.185018 -0.541002 0.815989)}
Vertex 14625 1.58804 17.141 3.13029 {normal=(0.077819 -0.655186 0.709524)}
Vertex 14626 1.757 17.1854 3.21503 {normal=(-0.033222 -0.679687 0.713481)}
Vertex 14627 1.88081 16.6882 2.99362 {normal=(-0.212255 -0.239009 0.942333)}
Vertex 14628 1.70021 16.9149 3.03396 {normal=(-0.061948 -0.356102 0.918239)}
Vertex 14629 1.96078 16.9182 3.09451 {normal=(-0.144829 -0.389184 0.904816)}
Vertex 14630 1.81559 16.1825 2.96228 {normal=(-0.008068 0.216153 0.958341)}
Vertex 14631 1.78144 16.4314 2.9353 {normal=(-0.042774 -0.015586 0.983471)}
Vertex 14632 1.96781 16.4165 2.97399 {normal=(-0.083005 -0.091801 0.983106)}
Vertex 14633 1.66898 16.0797 3.01872 {normal=(0.289976 0.410318 0.850717)}
Vertex 14634 1.79607 15.9621 3.04513 {normal=(0.330647 0.372063 0.848665)}
Vertex 14635 1.70074 17.3685 3.36297 {normal=(0.135539 -0.539529 0.810517)}
Vertex 14636 1.75988 17.263 3.28006 {normal=(0.048283 -0.592626 0.790515)}
Vertex 14637 2.06212 16.9397 3.10815 {normal=(0.156310 -0.317123 0.932682)}
Vertex 14638 2.10076 17.125 3.16189 {normal=(0.254898 -0.369325 0.890904)}
Vertex 14639 2.18894 16.9365 3.07455 {normal=(0.250767 -0.280778 0.926078)}
Vertex 14640 2.15735 16.167 2.86118 {normal=(0.490788 -0.273702 0.815892)}
Vertex 14641 2.0905 16.4112 2.96065 {normal=(0.261994 -0.241127 0.931303)}
Vertex 14642 2.26585 16.6797 2.9804 {normal=(0.415126 -0.272167 0.852515)}
Vertex 14643 1.99344 17.2867 3.27656 {normal=(0.207253 -0.473830 0.853202)}
Vertex 14644 2.23482 17.2573 3.17096 {normal=(0.366407 -0.359576 0.855276)}
Vertex 14645 0.195168 15.3327 3.95394 {normal=(0.099560 -0.502087 0.846960)}
Vertex 14646 0.420502 15.4345 3.99513 {normal=(0.192352 -0.562640 0.800631)}
Vertex 14647 0.587452 15.3386 3.87639 {normal=(0.240425 -0.475335 0.832225)}
Vertex 14648 0.797981 15.3863 3.83824 {normal=(0.382670 -0.538788 0.744034)}
Vertex 14649 0.960063 15.3374 3.69344 {normal=(0.333671 -0.352852 0.820844)}
Vertex 14650 0.173767 14.9915 4.01414 {normal=(0.140354 0.238856 0.956152)}
Vertex 14651 0.190827 15.2228 3.93042 {normal=(0.090219 0.201331 0.964343)}
Vertex 14652 0.367988 15.1269 3.93496 {normal=(0.204688 0.241581 0.946494)}
Vertex 14653 0.160841 14.6713 4.04065 {normal=(0.058432 -0.123741 0.981542)}
Vertex 14654 0.332859 14.8129 4.01122 {normal=(0.254705 0.077146 0.957380)}
Vertex 14655 0.146877 14.3188 3.89148 {normal=(-0.056392 -0.594194 0.790395)}
Vertex 14656 0.271343 14.4674 3.98485 {normal=(0.118858 -0.376004 0.901565)}
Vertex 14657 0.524462 14.9564 3.92573 {normal=(0.339056 0.124573 0.929124)}
Vertex 14658 0.577815 15.235 3.86197 {normal=(0.279292 0.084914 0.950803)}
Vertex 14659 0.74566 15.1003 3.8193 {normal=(0.429255 0.081552 0.895113)}
Vertex 14660 0.438985 14.5956 3.97038 {normal=(0.367312 -0.182497 0.900424)}
Vertex 14661 0.632331 14.7295 3.88868 {normal=(0.462380 -0.070592 0.878849)}
Vertex 14662 0.283603 14.2829 3.87001 {normal=(0.104895 -0.614097 0.765902)}
Vertex 14663 0.442512 14.3786 3.88173 {normal=(0.335649 -0.456012 0.814444)}
Vertex 14664 0.857967 14.8783 3.76206 {normal=(0.586140 -0.061835 0.798090)}
Vertex 14665 0.959987 15.2529 3.68493 {normal=(0.393062 -0.052796 0.866980)}
Vertex 14666 1.09227 15.0416 3.55511 {normal=(0.732085 -0.155018 0.648398)}
Vertex 14667 0.64539 14.4745 3.82673 {normal=(0.490507 -0.338716 0.789916)}
Vertex 14668 0.859555 14.5849 3.69509 {normal=(0.681222 -0.325347 0.634044)}
Vertex 14669 0.352026 14.2167 3.79711 {normal=(0.178171 -0.678718 0.696832)}
Vertex 14670 0.533281 14.2604 3.75719 {normal=(0.410569 -0.644089 0.623233)}
Vertex 14671 1.06701 14.6852 3.45309 {normal=(0.794327 -0.331732 0.497909)}
Vertex 14672 1.2705 14.7219 3.11023 {normal=(0.811569 -0.343846 0.470104)}
Vertex 14673 0.714444 14.3139 3.63401 {normal=(0.604144 -0.634019 0.462477)}
Vertex 14674 0.900736 14.3746 3.41603 {normal=(0.693976 -0.575004 0.421977)}
Vertex 14675 0.351798 14.1426 3.70485 {normal=(0.198431 -0.811262 0.531257)}
Vertex 14676 0.515339 14.1537 3.59891 {normal=(0.416729 -0.813170 0.392036)}
Vertex 14677 1.09392 14.3985 3.13374 {normal=(0.721297 -0.550923 0.402199)}
Vertex 14678 1.21934 14.366 2.82275 {normal=(0.654694 -0.672246 0.289366)}
Vertex 14679 0.687109 14.1894 3.44299 {normal=(0.529705 -0.767849 0.347908)}
Vertex 14680 0.836363 14.1977 3.21605 {normal=(0.531844 -0.785129 0.294843)}
Vertex 14681 0.493816 14.1069 3.50432 {normal=(0.385393 -0.873393 0.290978)}
Vertex 14682 0.914842 14.1711 2.93774 {normal=(0.483076 -0.857767 0.143431)}
Vertex 14683 0.899364 14.1519 2.64325 {normal=(0.398089 -0.914081 -0.028773)}
Vertex 14684 0.597903 14.1014 3.31343 {normal=(0.400969 -0.885895 0.231169)}
Vertex 14685 0.629243 14.0603 3.0798 {normal=(0.403695 -0.898850 0.163720)}
Vertex 14686 0.412256 14.0579 3.44534 {normal=(0.352652 -0.891338 0.276539)}
Vertex 14687 0.594071 14.0171 2.82568 {normal=(0.341294 -0.934820 -0.016935)}
Vertex 14688 0.468277 14.0188 2.56846 {normal=(0.199406 -0.956467 -0.198101)}
Vertex 14689 0.411946 13.995 3.22919 {normal=(0.375406 -0.900248 0.213066)}
Vertex 14690 0.350956 13.9368 3.00412 {normal=(0.263820 -0.957403 0.024649)}
Vertex 14691 0.259474 14.0615 3.58707 {normal=(0.137193 -0.871356 0.448203)}
Vertex 14692 0.239175 13.9715 3.38356 {normal=(0.222273 -0.912670 0.322920)}
Vertex 14693 0.202504 13.9374 2.77399 {normal=(0.099344 -0.977720 -0.169264)}
Vertex 14694 0.148915 13.9004 3.18972 {normal=(0.148109 -0.969757 0.137131)}
Vertex 14695 0.132404 14.035 3.54904 {normal=(0.017780 -0.862346 0.498138)}
Vertex 14696 1.67052 18.8892 3.54918 {normal=(0.105395 0.213896 0.961504)}
Vertex 14697 1.34294 18.987 3.55349 {normal=(-0.040461 0.058520 0.980945)}
Vertex 14698 1.60881 19.0042 3.52109 {normal=(0.157195 0.419971 0.882932)}
Vertex 14699 1.89527 18.9339 3.48331 {normal=(0.284371 0.430951 0.849353)}
Vertex 14700 2.18736 18.8697 3.35485 {normal=(0.592655 0.348536 0.718535)}
Vertex 14701 2.00907 18.8616 3.48782 {normal=(0.414593 0.401333 0.808576)}
Vertex 14702 2.04002 19.0519 3.34367 {normal=(0.380534 0.587495 0.706182)}
Vertex 14703 2.22057 19.0611 3.20397 {normal=(0.590598 0.529957 0.591994)}
Vertex 14704 2.37793 19.1033 2.91619 {normal=(0.739032 0.516786 0.428453)}
Vertex 14705 2.23993 19.2211 2.9949 {normal=(0.598687 0.623558 0.487695)}
Vertex 14706 2.31875 19.285 2.77487 {normal=(0.798925 0.428196 0.407664)}
Vertex 14707 2.39031 19.3191 2.60766 {normal=(0.782011 0.342638 0.508402)}
Vertex 14708 2.28621 19.3629 2.77113 {normal=(0.823967 0.276185 0.483120)}
Vertex 14709 2.29852 19.4173 2.71508 {normal=(0.868688 0.298102 0.391497)}
Vertex 14710 2.34912 19.3862 2.62155 {normal=(0.856283 0.285339 0.423461)}
Vertex 14711 2.01072 19.7283 2.99971 {normal=(0.765987 0.322636 0.549724)}
Vertex 14712 2.13205 19.5949 2.89961 {normal=(0.807305 0.337364 0.477992)}
Vertex 14713 2.0054 19.6558 3.0447 {normal=(0.705543 0.146743 0.676421)}
Vertex 14714 1.86224 19.7859 3.14851 {normal=(0.664409 0.318657 0.669219)}
Vertex 14715 1.68805 19.8075 3.28402 {normal=(0.538498 0.160092 0.811046)}
Vertex 14716 1.84863 19.7009 3.17223 {normal=(0.563248 -0.094946 0.813293)}
Vertex 14717 1.5172 19.7909 3.38184 {normal=(0.426641 -0.119155 0.886030)}
Vertex 14718 1.32816 19.8531 3.43239 {normal=(0.147391 0.399093 0.897317)}
Vertex 14719 1.50062 19.867 3.37385 {normal=(0.371834 0.381493 0.836391)}
Vertex 14720 1.34817 19.7946 3.44954 {normal=(0.265856 0.089350 0.937863)}
Vertex 14721 1.18896 19.7509 3.47996 {normal=(-0.013803 0.271781 0.951943)}
Vertex 14722 1.03705 19.6798 3.47807 {normal=(-0.239110 0.328412 0.910774)}
Vertex 14723 1.05816 19.6371 3.49276 {normal=(0.018798 -0.020815 0.973135)}
Vertex 14724 0.9135 19.5574 3.48038 {normal=(-0.273301 0.256397 0.919171)}
Vertex 14725 0.806971 19.4275 3.48148 {normal=(-0.093688 0.018795 0.963849)}
Vertex 14726 0.777172 19.4521 3.46267 {normal=(-0.394561 0.315893 0.862230)}
Vertex 14727 0.716218 19.584 3.6105 {normal=(0.285532 -0.744225 0.594376)}
Vertex 14728 0.718072 19.7428 3.82908 {normal=(0.195303 -0.836465 0.506260)}
Vertex 14729 0.873832 19.7177 3.73676 {normal=(0.297290 -0.789321 0.528831)}
Vertex 14730 0.752216 19.4802 3.47604 {normal=(0.431106 -0.562604 0.683968)}
Vertex 14731 0.875558 19.6193 3.55587 {normal=(0.459701 -0.785871 0.386521)}
Vertex 14732 1.02275 19.7416 3.65308 {normal=(0.473183 -0.798218 0.354461)}
Vertex 14733 1.04053 19.8517 3.80833 {normal=(0.440162 -0.737804 0.507867)}
Vertex 14734 1.19666 19.8874 3.70825 {normal=(0.517798 -0.735721 0.431430)}
Vertex 14735 1.02281 19.7062 3.50065 {normal=(0.525343 -0.754670 0.347162)}
Vertex 14736 1.17276 19.814 3.55381 {normal=(0.545856 -0.820904 0.163481)}
Vertex 14737 1.3529 19.9431 3.57904 {normal=(0.525210 -0.794484 0.292028)}
Vertex 14738 1.4108 20.0453 3.7021 {normal=(0.544157 -0.660115 0.512797)}
Vertex 14739 1.59763 20.0868 3.54677 {normal=(0.516602 -0.670771 0.514907)}
Vertex 14740 1.32377 19.8976 3.44891 {normal=(0.506642 -0.732509 0.391216)}
Vertex 14741 1.51962 19.9857 3.42607 {normal=(0.380578 -0.835135 0.372985)}
Vertex 14742 1.80297 20.0662 3.37269 {normal=(0.424330 -0.639876 0.612576)}
Vertex 14743 1.88784 20.2517 3.43712 {normal=(0.632208 -0.425703 0.637184)}
Vertex 14744 2.0923 20.1888 3.22653 {normal=(0.694471 -0.274390 0.646177)}
Vertex 14745 1.69614 19.9469 3.26164 {normal=(0.334534 -0.639310 0.654655)}
Vertex 14746 1.95996 19.9563 3.17501 {normal=(0.359454 -0.659580 0.647691)}
Vertex 14747 2.20545 20.0013 3.02629 {normal=(0.678665 -0.338403 0.618966)}
Vertex 14748 2.32025 20.3082 2.90756 {normal=(0.878956 -0.101875 0.458990)}
Vertex 14749 2.40541 20.0552 2.72484 {normal=(0.868385 -0.049652 0.487503)}
Vertex 14750 2.04266 19.8036 2.98863 {normal=(0.468543 -0.462379 0.731330)}
Vertex 14751 2.24387 19.7768 2.84716 {normal=(0.566369 -0.420757 0.696691)}
Vertex 14752 2.45526 19.7481 2.61937 {normal=(0.778844 -0.152989 0.585712)}
Vertex 14753 2.5934 20.0485 2.34495 {normal=(0.918510 0.043639 0.389557)}
Vertex 14754 2.63923 19.7029 2.28772 {normal=(0.902166 -0.009233 0.424439)}
Vertex 14755 2.28348 19.5728 2.7031 {normal=(0.586917 -0.309726 0.742368)}
Vertex 14756 2.4483 19.5158 2.55036 {normal=(0.673913 -0.252324 0.685931)}
Vertex 14757 2.58977 19.4767 2.35398 {normal=(0.842734 -0.100619 0.516368)}
Vertex 14758 2.76979 19.6809 1.95273 {normal=(0.948090 0.062363 0.301680)}
Vertex 14759 2.73134 19.4535 2.05871 {normal=(0.912243 0.034642 0.400903)}
Vertex 14760 2.40465 19.4163 2.55425 {normal=(0.635675 -0.030072 0.757216)}
Vertex 14761 2.49977 19.3599 2.46569 {normal=(0.756987 0.109258 0.624142)}
Vertex 14762 2.85314 19.4509 1.75725 {normal=(0.946950 0.136164 0.277420)}
Vertex 14763 2.78134 19.3099 1.99144 {normal=(0.891110 0.222829 0.381899)}
Vertex 14764 2.68115 19.1819 2.29711 {normal=(0.816266 0.345474 0.453741)}
Vertex 14765 2.54784 19.1195 2.57609 {normal=(0.760305 0.465771 0.446329)}
Vertex 14766 2.4023 19.3659 2.56544 {normal=(0.673759 0.269342 0.682321)}
Vertex 14767 2.92757 19.1747 1.70394 {normal=(0.933407 0.262545 0.228598)}
Vertex 14768 2.90662 18.9685 1.98373 {normal=(0.895330 0.317618 0.306390)}
Vertex 14769 2.45194 18.843 3.07826 {normal=(0.744703 0.382761 0.533174)}
Vertex 14770 2.69249 18.8195 2.66501 {normal=(0.825033 0.392945 0.399161)}
Vertex 14771 2.508 18.0068 3.24123 {normal=(0.762288 -0.094187 0.629557)}
Vertex 14772 2.49947 18.2522 3.24294 {normal=(0.730556 0.102584 0.663134)}
Vertex 14773 2.51803 17.7883 3.15915 {normal=(0.794816 -0.243970 0.542452)}
Vertex 14774 2.69899 18.0924 2.95441 {normal=(0.888831 -0.109920 0.426044)}
Vertex 14775 2.72123 18.3051 2.89926 {normal=(0.877526 0.087546 0.462747)}
Vertex 14776 2.48346 18.5477 3.18144 {normal=(0.740904 0.214304 0.627154)}
Vertex 14777 2.72859 18.5493 2.7953 {normal=(0.864959 0.227061 0.438841)}
Vertex 14778 2.87712 18.3077 2.51646 {normal=(0.952407 -0.063334 0.262008)}
Vertex 14779 2.90967 18.5111 2.36268 {normal=(0.945751 0.110776 0.283008)}
Vertex 14780 2.90342 18.7497 2.21348 {normal=(0.908467 0.272505 0.303670)}
Vertex 14781 2.99371 18.4735 1.96426 {normal=(0.977667 -0.132842 0.094959)}
Vertex 14782 3.02037 18.6999 1.83625 {normal=(0.976072 0.072209 0.152896)}
Vertex 14783 3.01996 18.8931 1.66311 {normal=(0.956943 0.227459 0.154650)}
Vertex 14784 2.99147 18.4787 1.64472 {normal=(0.958500 -0.255171 -0.100837)}
Vertex 14785 3.03811 18.7395 1.57684 {normal=(0.986905 -0.084735 -0.082481)}
Vertex 14786 2.35312 20.4973 2.89916 {normal=(0.870076 -0.263048 0.403016)}
Vertex 14787 2.49584 20.3864 2.56212 {normal=(0.907907 -0.076883 0.406850)}
Vertex 14788 2.72134 20.0193 1.99144 {normal=(0.954497 0.070379 0.285672)}
Vertex 14789 2.62893 20.3698 2.23701 {normal=(0.867988 -0.206794 0.405328)}
Vertex 14790 2.83883 19.7125 1.64875 {normal=(0.971259 0.121718 0.201847)}
Vertex 14791 2.79824 20.0093 1.67871 {normal=(0.921573 -0.128092 0.256210)}
Vertex 14792 2.90842 19.4279 1.51268 {normal=(0.970080 0.181974 0.155637)}
Vertex 14793 2.88345 19.7254 1.36625 {normal=(0.975624 0.129018 0.174902)}
Vertex 14794 2.99259 19.096 1.4332 {normal=(0.966918 0.229037 0.096960)}
Vertex 14795 2.94821 19.3836 1.25124 {normal=(0.977311 0.150009 0.138332)}
Vertex 14796 3.02263 18.9646 1.41539 {normal=(0.989291 0.103018 -0.020129)}
Vertex 14797 3.00517 18.8798 1.33654 {normal=(0.986250 -0.059308 -0.117202)}
Vertex 14798 2.96203 18.5445 1.3796 {normal=(0.965156 -0.214493 -0.129402)}
Vertex 14799 2.99473 19.0043 1.10845 {normal=(0.987853 0.003283 0.110088)}
Vertex 14800 2.96427 18.6689 1.1728 {normal=(0.963115 -0.074374 0.177084)}
Vertex 14801 3.01274 17.5177 0.183616 {normal=(0.811484 -0.084716 -0.553397)}
Vertex 14802 3.0085 17.7293 0.134765 {normal=(0.592576 -0.162410 -0.755747)}
Vertex 14803 2.94215 17.6385 0.0352012 {normal=(0.885382 -0.042829 -0.430822)}
Vertex 14804 2.9867 17.4026 0.138783 {normal=(0.931747 -0.054152 -0.352110)}
Vertex 14805 2.90136 17.6514 -0.114406 {normal=(0.949939 -0.173391 -0.068772)}
Vertex 14806 2.88731 17.2705 -0.0906247 {normal=(0.929113 -0.074137 -0.354824)}
Vertex 14807 2.42889 17.332 -1.30526 {normal=(0.882947 -0.035934 -0.462797)}
Vertex 14808 2.58779 17.4583 -0.938367 {normal=(0.930278 -0.050044 -0.360000)}
Vertex 14809 2.60085 17.8129 -0.950709 {normal=(0.885621 -0.128186 -0.438899)}
Vertex 14810 2.43898 17.7073 -1.29632 {normal=(0.887239 -0.152930 -0.283202)}
Vertex 14811 2.86108 18.1794 1.45674 {normal=(0.944367 -0.316257 -0.072064)}
Vertex 14812 2.90071 18.3431 1.31382 {normal=(0.940947 -0.294438 0.037285)}
Vertex 14813 2.87349 18.2682 1.29226 {normal=(0.939593 -0.260633 0.154054)}
Vertex 14814 2.82679 18.0391 1.37128 {normal=(0.967636 -0.188233 0.153824)}
Vertex 14815 2.89089 18.1308 1.16116 {normal=(0.908114 -0.206603 0.343006)}
Vertex 14816 2.83901 17.8657 1.21265 {normal=(0.943094 -0.122849 0.305211)}
Vertex 14817 2.91272 17.9957 1.03376 {normal=(0.891606 -0.150245 0.413181)}
Vertex 14818 2.87071 17.7322 1.08728 {normal=(0.940814 -0.077918 0.328683)}
Vertex 14819 2.94921 17.7649 0.836295 {normal=(0.918030 -0.166533 0.340288)}
Vertex 14820 2.94048 17.3766 0.753702 {normal=(0.964824 -0.052704 0.254995)}
Vertex 14821 3.00366 17.4605 0.461922 {normal=(0.956715 -0.161286 0.197858)}
Vertex 14822 3.00433 17.1618 0.390089 {normal=(0.987548 -0.083276 0.010883)}
Vertex 14823 3.01688 17.3923 0.220439 {normal=(0.936076 -0.137025 -0.285837)}
Vertex 14824 2.92768 17.0308 0.0957077 {normal=(0.942940 -0.148760 -0.292372)}
Vertex 14825 2.78186 16.8599 -0.224952 {normal=(0.876695 -0.184738 -0.435229)}
Vertex 14826 2.75641 17.1647 -0.374785 {normal=(0.880876 -0.164569 -0.442107)}
Vertex 14827 2.60593 16.7849 -0.538501 {normal=(0.911276 -0.221911 -0.327903)}
Vertex 14828 2.61149 17.1292 -0.794769 {normal=(0.949266 -0.127028 -0.283049)}
Vertex 14829 2.46748 16.9471 -1.17927 {normal=(0.913566 -0.104128 -0.376459)}
Vertex 14830 2.21374 17.2782 -1.62483 {normal=(0.769088 -0.058676 -0.632820)}
Vertex 14831 2.84655 21.3137 -1.48834 {normal=(0.879290 0.238654 -0.377689)}
Vertex 14832 2.96412 21.4149 -1.21746 {normal=(0.926412 0.134577 -0.335796)}
Vertex 14833 3.04603 21.1331 -1.03214 {normal=(0.951517 0.224114 -0.128057)}
Vertex 14834 3.04444 21.3821 -0.83862 {normal=(0.983169 0.123296 -0.120176)}
Vertex 14835 3.07405 21.0703 -0.655407 {normal=(0.968395 0.185442 -0.033059)}
Vertex 14836 3.09471 21.2821 -0.342181 {normal=(0.996867 0.034219 -0.032457)}
Vertex 14837 3.08882 21.004 -0.307686 {normal=(0.976390 0.129099 0.048303)}
Vertex 14838 3.09197 21.1425 -0.0960177 {normal=(0.997661 0.018581 0.051011)}
Vertex 14839 3.09922 20.8438 0.0265117 {normal=(0.954876 0.211684 0.122117)}
Vertex 14840 3.05489 20.7724 0.429799 {normal=(0.969474 0.064911 0.222035)}
Vertex 14841 3.02758 20.3835 0.631758 {normal=(0.885852 0.191598 0.403505)}
Vertex 14842 2.91602 20.2357 0.946214 {normal=(0.935372 0.121752 0.325821)}
Vertex 14843 2.94507 20.0247 0.955452 {normal=(0.898084 0.203724 0.376611)}
Vertex 14844 2.9037 19.9617 1.14562 {normal=(0.958643 0.158875 0.231487)}
Vertex 14845 2.95114 19.9538 0.97589 {normal=(0.916399 0.127669 0.359675)}
Vertex 14846 2.93464 19.7294 1.11637 {normal=(0.968567 0.095500 0.226997)}
Vertex 14847 2.98478 19.6862 0.935796 {normal=(0.913380 0.064065 0.380857)}
Vertex 14848 2.99134 19.345 1.02026 {normal=(0.971049 0.081003 0.213935)}
Vertex 14849 3.0382 19.2449 0.885032 {normal=(0.892639 0.083469 0.424644)}
Vertex 14850 3.03609 19.0178 0.952061 {normal=(0.905875 0.124456 0.382884)}
Vertex 14851 1.8677 15.8741 3.01885 {normal=(0.647749 -0.004048 0.748516)}
Vertex 14852 2.05173 15.9289 2.86539 {normal=(0.614114 -0.164995 0.763362)}
Vertex 14853 2.00426 16.0794 2.90573 {normal=(0.401134 -0.144617 0.895890)}
Vertex 14854 0.47783 17.9447 4.28198 {normal=(-0.280953 -0.956541 -0.023104)}
Vertex 14855 0.500789 17.9404 4.18358 {normal=(-0.286517 -0.938248 0.113612)}
Vertex 14856 0.397667 17.9729 4.22456 {normal=(0.011607 -0.945172 0.134652)}
Vertex 14857 1.18888 19.5329 2.77556 {normal=(0.474337 -0.586674 0.563454)}
Vertex 14858 1.39964 19.6287 2.73485 {normal=(0.335763 -0.699715 0.529970)}
Vertex 14859 1.64218 19.6278 2.62467 {normal=(0.084398 -0.764936 0.533349)}
Vertex 14860 1.86291 19.5264 2.47697 {normal=(-0.058906 -0.687993 0.595093)}
Vertex 14861 1.99 19.4356 2.38857 {normal=(-0.123990 -0.537426 0.710950)}
Vertex 14862 2.0219 19.3777 2.36722 {normal=(-0.211017 0.020707 0.798434)}
Vertex 14863 1.96122 19.3107 2.44596 {normal=(-0.020321 0.739989 0.517642)}
Vertex 14864 1.80206 19.2411 2.6109 {normal=(0.035212 0.827533 0.436291)}
Vertex 14865 1.5211 19.2032 2.74492 {normal=(0.126422 0.812114 0.462886)}
Vertex 14866 1.16033 19.2406 2.79002 {normal=(0.219806 0.736176 0.531722)}
Vertex 14867 0.970601 19.3068 2.78107 {normal=(0.558145 0.230341 0.646295)}
Vertex 14868 1.02714 19.4024 2.78077 {normal=(0.536796 -0.455515 0.615797)}
Vertex 14869 1.01975 19.0564 3.50725 {normal=(-0.253424 -0.262193 0.919504)}
Vertex 14870 1.0123 19.1126 3.51818 {normal=(-0.130723 0.048545 0.962940)}
Vertex 14871 2.24322 19.5128 2.74638 {normal=(0.846489 0.363645 0.387762)}
Vertex 14872 2.20794 19.4818 2.84613 {normal=(0.801508 0.226660 0.538401)}
Vertex 14873 1.26964 19.1454 3.11782 {normal=(0.109737 0.980361 0.112498)}
Vertex 14874 0.827108 19.2339 3.09928 {normal=(0.454041 0.825237 0.168057)}
Vertex 14875 0.774478 19.3153 3.08458 {normal=(0.821369 -0.379641 0.219180)}
Vertex 14876 0.965608 19.4893 3.09197 {normal=(0.611706 -0.754804 0.168602)}
Vertex 14877 1.21197 19.6562 3.08371 {normal=(0.452271 -0.865295 0.146696)}
Vertex 14878 1.51826 19.7391 2.99775 {normal=(0.045648 -0.966847 0.145393)}
Vertex 14879 1.82605 19.6458 2.80211 {normal=(-0.352302 -0.896188 0.171141)}
Vertex 14880 2.06847 19.4806 2.61461 {normal=(-0.489082 -0.809503 0.214488)}
Vertex 14881 2.15147 19.4065 2.55161 {normal=(-0.684088 -0.559045 0.303133)}
Vertex 14882 2.15867 19.3299 2.56012 {normal=(-0.654533 0.534095 0.260440)}
Vertex 14883 2.01096 19.2416 2.77079 {normal=(-0.322743 0.927613 0.112472)}
Vertex 14884 1.75207 19.1527 2.99185 {normal=(-0.132851 0.976721 0.100679)}
Vertex 14885 1.20374 19.6957 3.47632 {normal=(0.280052 -0.293919 0.902088)}
Vertex 14886 0.942988 19.5178 3.48207 {normal=(0.206575 -0.296382 0.918305)}
Vertex 14887 0.741603 19.3226 3.47213 {normal=(0.165931 -0.151463 0.948410)}
Vertex 14888 0.796468 19.2117 3.48085 {normal=(-0.027911 0.184009 0.955570)}
Vertex 14889 1.29316 19.0857 3.52435 {normal=(0.075901 0.468532 0.870626)}
Vertex 14890 1.81133 19.0796 3.4135 {normal=(0.239622 0.631316 0.733014)}
Vertex 14891 2.09655 19.1875 3.16727 {normal=(0.375740 0.728240 0.566516)}
Vertex 14892 2.22646 19.3161 2.88292 {normal=(0.615810 0.513351 0.566741)}
Vertex 14893 2.21415 19.414 2.8551 {normal=(0.757626 0.135680 0.633027)}
Vertex 14894 2.1022 19.526 2.96034 {normal=(0.678642 0.016360 0.725943)}
Vertex 14895 1.67848 19.8805 3.25572 {normal=(0.534130 0.378625 0.749704)}
Vertex 14896 0.670389 19.3635 3.44991 {normal=(0.237621 -0.267357 0.915841)}
Vertex 14897 0.644491 19.3232 3.44598 {normal=(-0.121631 -0.114485 0.958715)}
Vertex 14898 0.67938 19.3582 3.45125 {normal=(-0.385192 0.146637 0.899474)}
Vertex 14899 2.32739 19.4341 2.63024 {normal=(0.842058 0.263429 0.457031)}
Vertex 14900 2.35998 19.3989 2.59182 {normal=(0.694053 0.289611 0.640852)}
Vertex 14901 2.37255 19.4021 2.5829 {normal=(0.584688 0.191000 0.786005)}
Vertex 14902 2.33728 19.4498 2.61463 {normal=(0.647798 -0.045276 0.746196)}
Vertex 14903 0.888143 19.5895 3.46513 {normal=(0.355962 -0.478444 0.756540)}
Vertex 14904 0.76549 19.4611 3.45469 {normal=(-0.030379 -0.034793 0.955916)}
Vertex 14905 0.895226 19.5816 3.4638 {normal=(-0.257307 0.219583 0.927329)}
Vertex 14906 1.16993 19.7967 3.46869 {normal=(0.414402 -0.461009 0.719101)}
Vertex 14907 1.02802 19.6942 3.47227 {normal=(0.078535 -0.121788 0.949911)}
Vertex 14908 1.17498 19.7835 3.46681 {normal=(-0.000925 0.248540 0.954434)}
Vertex 14909 1.48617 19.9358 3.35281 {normal=(0.458169 -0.316783 0.781853)}
Vertex 14910 1.32056 19.8751 3.42608 {normal=(0.325965 0.017731 0.924298)}
Vertex 14911 1.48626 19.9135 3.35438 {normal=(0.390029 0.286582 0.864024)}
Vertex 14912 1.86577 19.8603 3.11625 {normal=(0.550640 -0.176307 0.780509)}
Vertex 14913 1.67725 19.909 3.2456 {normal=(0.535992 0.091520 0.832366)}
Vertex 14914 1.86231 19.8369 3.12224 {normal=(0.659663 0.220730 0.710290)}
Vertex 14915 2.14003 19.6601 2.84559 {normal=(0.676130 -0.136360 0.704619)}
Vertex 14916 2.01241 19.7579 2.98501 {normal=(0.731870 0.091805 0.668848)}
Vertex 14917 2.13548 19.6384 2.8552 {normal=(0.815205 0.258690 0.509241)}
Vertex 14918 2.24908 19.5336 2.71855 {normal=(0.793458 0.102510 0.584169)}
Vertex 14919 2.85322 20.0287 1.51652 {normal=(0.797116 -0.180368 -0.301584)}
Vertex 14920 0.442161 19.9562 3.99106 {normal=(-0.349142 -0.242814 0.857656)}
Vertex 14921 0.310131 17.9102 4.23119 {normal=(0.765100 -0.400546 0.450925)}
Vertex 14922 0.338851 17.9544 4.23417 {normal=(0.555676 -0.724071 0.291156)}
Vertex 14923 0.330696 17.8708 4.18443 {normal=(0.646528 -0.137190 0.694820)}
Vertex 14924 0.42423 17.8822 4.12727 {normal=(0.356553 -0.050678 0.854602)}
Vertex 14925 0.554824 17.8857 4.09301 {normal=(-0.014763 -0.342806 0.861090)}
Vertex 14926 0.409269 17.9573 4.37322 {normal=(-0.041834 -0.986053 -0.021962)}
Vertex 14927 0.529794 17.9387 4.36545 {normal=(-0.024548 -0.942177 0.277052)}
Vertex 14928 0.596933 17.9055 4.27696 {normal=(-0.229764 -0.945248 0.184005)}
Vertex 14929 0.692498 17.8511 4.16508 {normal=(-0.376524 -0.873972 0.273096)}
Vertex 14930 0.719748 17.8209 4.1204 {normal=(-0.200651 -0.688536 0.630860)}
Vertex 14931 0.670793 17.8461 4.11129 {normal=(-0.385985 -0.656485 0.556414)}
Vertex 14932 0.560968 17.9119 4.12737 {normal=(-0.317899 -0.833585 0.350651)}
Vertex 14933 0.619323 17.8895 4.19454 {normal=(-0.391710 -0.913747 0.085451)}
Vertex 14934 0.686265 17.8762 4.23612 {normal=(-0.002454 -0.877423 0.426289)}
Vertex 14935 0.339099 17.9603 4.33119 {normal=(0.330688 -0.917551 -0.039249)}
Vertex 14936 0.361625 17.9547 4.50096 {normal=(0.321165 -0.922195 0.061826)}
Vertex 14937 0.792609 18.1124 3.82374 {normal=(0.791629 0.417794 0.407322)}
Vertex 14938 0.804936 18.0708 3.87775 {normal=(0.875266 0.450104 0.115366)}
Vertex 14939 0.7574 18.1699 3.85109 {normal=(0.859669 0.492001 0.058218)}
Vertex 14940 0.274584 18.6483 4.61641 {normal=(0.582538 0.542520 0.560449)}
Vertex 14941 0.434168 18.528 4.36651 {normal=(0.876821 0.417723 0.231683)}
Vertex 14942 0.559183 18.4244 4.07796 {normal=(0.731709 0.636296 0.191884)}
Vertex 14943 0.627091 18.3913 4.00738 {normal=(0.643255 0.747679 0.089245)}
Vertex 14944 0.66292 18.3517 3.95823 {normal=(0.691954 0.636333 -0.276920)}
Vertex 14945 0.665702 18.3152 3.91416 {normal=(0.719654 0.556019 -0.403074)}
Vertex 14946 0.692499 18.2663 3.86286 {normal=(0.809438 0.474068 0.277995)}
Vertex 14947 0.678995 18.2868 3.88509 {normal=(0.806537 0.581476 -0.054642)}
Vertex 14948 0.312876 18.306 4.8075 {normal=(0.588194 0.067634 0.766455)}
Vertex 14949 0.486351 18.2495 4.53331 {normal=(0.912490 0.025681 0.399679)}
Vertex 14950 0.566163 18.221 4.38104 {normal=(0.769028 0.229959 0.568897)}
Vertex 14951 0.741403 18.1537 4.23776 {normal=(0.743426 0.288037 0.585301)}
Vertex 14952 0.846649 18.0325 4.09021 {normal=(0.938950 0.014231 0.279252)}
Vertex 14953 0.850552 17.9011 3.97751 {normal=(0.970437 -0.140445 0.124690)}
Vertex 14954 0.94688 17.8236 3.884 {normal=(0.605502 0.321242 0.726849)}
Vertex 14955 0.861382 17.8766 3.93733 {normal=(0.787378 0.195161 0.548478)}
Vertex 14956 1.07932 17.5028 3.90106 {normal=(0.665544 0.189722 0.716756)}
Vertex 14957 1.13266 17.2578 3.87019 {normal=(0.696524 -0.198289 0.671149)}
Vertex 14958 0.215619 17.782 4.50154 {normal=(0.808039 -0.498914 0.243572)}
Vertex 14959 0.309747 17.9409 4.64701 {normal=(0.626109 -0.704467 0.273135)}
Vertex 14960 0.451189 17.9688 4.48146 {normal=(0.326834 -0.825562 0.360565)}
Vertex 14961 0.654025 17.9285 4.32472 {normal=(0.326025 -0.682809 0.598838)}
Vertex 14962 0.74271 17.8484 4.17301 {normal=(0.284160 -0.741669 0.542853)}
Vertex 14963 0.744112 18.193 3.88842 {normal=(0.829590 0.503227 -0.198111)}
Vertex 14964 0.599075 18.3921 3.91342 {normal=(0.810293 0.491132 -0.032870)}
Vertex 14965 0.847302 17.9492 3.91838 {normal=(0.929808 0.207345 0.129483)}
Vertex 14966 0.830213 17.834 3.99462 {normal=(0.885557 -0.127140 0.423188)}
Vertex 14967 1.76849 17.3707 3.35673 {normal=(0.124110 -0.472220 0.870997)}
Vertex 14968 0.767008 18.1717 3.81979 {normal=(0.668331 0.278394 0.651129)}
Vertex 14969 0.83233 18.0981 3.79847 {normal=(0.484969 0.294615 0.796453)}
Vertex 14970 1.51158 17.5814 3.50729 {normal=(0.279602 -0.304686 0.888754)}
Vertex 14971 1.0772 17.9379 3.7304 {normal=(0.398513 0.101143 0.894365)}
Vertex 14972 1.87573 17.2068 3.24711 {normal=(0.050082 -0.527292 0.845809)}
Vertex 14973 1.87852 17.1659 3.21581 {normal=(-0.042910 -0.566061 0.819397)}
Vertex 14974 1.96111 17.0789 3.17112 {normal=(0.014764 -0.432491 0.897786)}
Vertex 14975 0.611742 18.3861 3.89495 {normal=(0.728558 0.327569 0.572311)}
Vertex 14976 0.568942 18.4621 3.91193 {normal=(0.782233 0.271115 0.383243)}
Vertex 14977 1.91532 16.0548 2.96034 {normal=(0.471332 0.079295 0.862206)}
Vertex 14978 1.96616 16.1835 2.9438 {normal=(0.277439 -0.144467 0.928151)}
Vertex 14979 2.06567 16.6917 3.03259 {normal=(0.042030 -0.257095 0.957889)}
Vertex 14980 1.65359 17.2545 3.31621 {normal=(0.321559 -0.614149 0.670958)}
Vertex 14981 0.514569 17.1187 4.21905 {normal=(0.286296 -0.632281 0.674837)}
Vertex 14982 0.930525 17.1778 4.03116 {normal=(0.497694 -0.586173 0.583179)}
Vertex 14983 0.434713 15.8941 4.09221 {normal=(0.275470 0.496619 0.785799)}
Vertex 14984 0.86289 15.8546 3.91745 {normal=(0.449792 0.421084 0.738157)}
Vertex 14985 1.33055 15.7967 3.58848 {normal=(0.621768 0.317522 0.655382)}
Vertex 14986 1.70739 15.8017 3.18554 {normal=(0.632156 0.228187 0.706731)}
Vertex 14987 1.32415 17.2339 3.65082 {normal=(0.616402 -0.547305 0.517485)}
Vertex 14988 2.38773 17.4094 3.15064 {normal=(0.606670 -0.291683 0.722763)}
Vertex 14989 2.32369 17.1035 3.08572 {normal=(0.433576 -0.276489 0.842756)}
Vertex 14990 0.384459 15.29 3.89713 {normal=(0.170251 -0.170768 0.947349)}
Vertex 14991 0.764666 15.2985 3.79518 {normal=(0.399099 -0.159525 0.884542)}
Vertex 14992 0.74045 19.1521 3.44074 {normal=(-0.365506 -0.292086 0.874786)}
Vertex 14993 0.639968 19.1937 3.41641 {normal=(-0.088485 -0.193516 0.936702)}
Vertex 14994 0.631577 19.1842 3.41788 {normal=(0.456006 0.137260 0.812382)}
Vertex 14995 0.731838 19.1324 3.43766 {normal=(0.089103 0.309034 0.911591)}
Vertex 14996 1.90469 18.8149 3.53725 {normal=(0.217483 0.148621 0.955110)}
Vertex 14997 1.35037 18.9048 3.55323 {normal=(-0.040165 0.124449 0.987538)}
Vertex 14998 1.67892 18.8513 3.55475 {normal=(0.064747 0.118275 0.987641)}
Vertex 14999 1.9895 18.8198 3.52269 {normal=(0.445472 0.271285 0.845078)}
Vertex 15000 1.90491 18.8373 3.53145 {normal=(0.218902 0.306316 0.917871)}
Vertex 15001 1.01012 19.0328 3.49764 {normal=(-0.190279 -0.029564 0.965816)}
Vertex 15002 1.36603 18.9252 3.55413 {normal=(-0.075881 -0.032855 0.986405)}
Vertex 15003 2.59012 18.1686 -1.20962 {normal=(0.945280 0.007192 -0.034791)}
Vertex 15004 2.63622 18.4988 -1.46353 {normal=(0.903645 -0.108978 0.215761)}
Vertex 15005 2.7986 19.0319 -1.55654 {normal=(0.846952 -0.289602 0.334048)}
Vertex 15006 2.98547 19.6581 -1.44743 {normal=(0.773125 -0.359782 0.408501)}
Vertex 15007 3.08471 20.0597 -1.12094 {normal=(0.775038 -0.375400 0.103294)}
Vertex 15008 3.12952 20.2571 -0.678932 {normal=(0.814616 -0.039393 -0.048505)}
Vertex 15009 3.12046 20.2729 -0.260185 {normal=(0.797489 -0.119803 0.138020)}
Vertex 15010 3.06776 20.1136 -0.0234783 {normal=(0.749424 -0.192757 -0.243753)}
Vertex 15011 3.04117 19.7934 0.047987 {normal=(0.743602 -0.024614 -0.040139)}
Vertex 15012 3.00828 19.3523 0.095856 {normal=(0.681951 -0.060687 -0.173946)}
Vertex 15013 2.99805 18.9681 0.098531 {normal=(0.807364 -0.039697 -0.300189)}
Vertex 15014 2.99575 18.6561 0.069236 {normal=(0.819581 -0.075549 -0.325593)}
Vertex 15015 2.98915 18.391 0.041502 {normal=(0.823504 0.066204 -0.311339)}
Vertex 15016 2.97968 18.16 0.0309827 {normal=(0.769704 -0.057268 -0.382049)}
Vertex 15017 3.01178 21.0874 -1.15844 {normal=(0.731372 0.568640 -0.036774)}
Vertex 15018 3.07247 21.0104 -0.943615 {normal=(0.711147 0.608964 0.082615)}
Vertex 15019 3.09323 20.9302 -0.431596 {normal=(0.771333 0.546632 0.093233)}
Vertex 15020 3.10105 20.8827 -0.260874 {normal=(0.771924 0.544869 0.167989)}
Vertex 15021 2.99632 20.0904 0.820833 {normal=(0.720044 0.310969 0.593168)}
Vertex 15022 2.98512 19.9246 0.895204 {normal=(0.762777 0.112203 0.613056)}
Vertex 15023 2.92359 18.4228 1.21358 {normal=(0.819661 -0.098305 0.476015)}
Vertex 15024 2.90742 18.3019 1.20377 {normal=(0.788430 -0.292218 0.515424)}
Vertex 15025 2.94285 18.1048 1.01246 {normal=(0.723757 -0.372107 0.547477)}
Vertex 15026 2.95667 18.0132 0.932062 {normal=(0.732441 -0.347769 0.551034)}
Vertex 15027 3.03592 17.4946 0.274719 {normal=(0.850879 -0.410839 -0.058316)}
Vertex 15028 1.13005 22.5417 -2.4899 {normal=(0.346787 0.900925 -0.170940)}
Vertex 15029 1.65807 22.2691 -2.37495 {normal=(0.576611 0.754937 -0.197009)}
Vertex 15030 2.55017 21.5371 -1.91516 {normal=(0.710022 0.626298 -0.161211)}
Vertex 15031 3.11066 20.6072 0.292614 {normal=(0.720791 0.482561 0.416620)}
Vertex 15032 3.0336 19.5023 0.853379 {normal=(0.721806 0.025113 0.660514)}
Vertex 15033 3.07659 19.0801 0.850452 {normal=(0.707211 0.216524 0.638758)}
Vertex 15034 3.01932 18.8336 1.03332 {normal=(0.761474 0.193317 0.566508)}
Vertex 15035 3.00368 17.6614 0.606983 {normal=(0.774055 -0.412418 0.421140)}
Vertex 15036 2.88653 17.5731 -0.275474 {normal=(0.908378 -0.285487 -0.201271)}
Vertex 15037 2.73185 17.4102 -0.516003 {normal=(0.902107 -0.148951 -0.396611)}
Vertex 15038 2.99984 18.0126 -0.0819877 {normal=(0.878271 -0.197114 0.380399)}
Vertex 15039 3.06016 18.7888 -0.101732 {normal=(0.937428 -0.137993 0.293302)}
Vertex 15040 3.06536 18.969 -0.0427452 {normal=(0.883777 -0.196832 0.379323)}
Vertex 15041 3.02801 18.509 -0.0896085 {normal=(0.949188 -0.010015 0.268026)}
Vertex 15042 3.0141 18.2234 -0.0616063 {normal=(0.925021 -0.024714 0.293271)}
Vertex 15043 2.71172 17.6217 -0.648514 {normal=(0.859167 -0.231814 -0.426095)}
Vertex 15044 3.06343 19.2392 0.055809 {normal=(0.760998 -0.152037 0.521829)}
Vertex 15045 2.73873 18.8018 -1.36903 {normal=(0.900936 -0.296524 -0.226945)}
Vertex 15046 2.87572 19.3102 -1.40071 {normal=(0.922974 -0.283234 -0.111214)}
Vertex 15047 2.96546 19.5844 -1.37169 {normal=(0.927274 -0.216818 -0.097645)}
Vertex 15048 3.03729 19.8541 -1.25778 {normal=(0.825133 -0.041149 -0.298224)}
Vertex 15049 3.14953 20.1293 -0.921657 {normal=(0.615858 0.516305 -0.372579)}
Vertex 15050 2.65982 18.3918 -1.18016 {normal=(0.876646 -0.300464 -0.323785)}
Vertex 15051 2.67369 18.0975 -0.929725 {normal=(0.826690 -0.265990 -0.470462)}
Vertex 15052 2.73715 17.8361 -0.717224 {normal=(0.661589 -0.323851 -0.624076)}
Vertex 15053 3.23303 20.2439 -0.565702 {normal=(0.511689 0.797445 -0.214747)}
Vertex 15054 3.24846 20.2474 -0.440129 {normal=(0.616665 0.702961 0.153264)}
Vertex 15055 3.16014 20.129 -0.143211 {normal=(0.770743 0.319850 0.436357)}
Vertex 15056 3.1299 19.9611 -0.0453375 {normal=(0.705602 0.225808 0.596591)}
Vertex 15057 3.10142 19.6239 0.0486945 {normal=(0.543969 0.082006 0.795850)}
Vertex 15058 1.51867 19.7456 3.3657 {normal=(0.257101 -0.738051 0.540997)}
Vertex 15059 1.82826 19.6519 3.16851 {normal=(0.048355 -0.725073 0.570799)}
Vertex 15060 1.20978 19.6617 3.45292 {normal=(0.429031 -0.716774 0.496531)}
Vertex 15061 0.961829 19.4938 3.4612 {normal=(0.519135 -0.661996 0.487448)}
Vertex 15062 0.769132 19.3163 3.4538 {normal=(0.697713 -0.337868 0.508488)}
Vertex 15063 0.822759 19.2294 3.46802 {normal=(0.315269 0.715603 0.533360)}
Vertex 15064 1.26925 19.1399 3.48761 {normal=(0.114149 0.844128 0.470507)}
Vertex 15065 1.75514 19.1481 3.36152 {normal=(0.042883 0.896171 0.387511)}
Vertex 15066 2.01619 19.2379 3.13867 {normal=(-0.026703 0.913583 0.332357)}
Vertex 15067 2.16548 19.3273 2.92285 {normal=(-0.082996 0.598797 0.553286)}
Vertex 15068 2.15527 19.4099 2.91424 {normal=(-0.119824 -0.445521 0.697668)}
Vertex 15069 2.07125 19.486 2.97898 {normal=(-0.009889 -0.647458 0.616132)}
Vertex 15070 -1.82826 19.6519 3.16851 {normal=(-0.048355 -0.725073 0.570799)}
Vertex 15071 -1.51867 19.7456 3.3657 {normal=(-0.257101 -0.738051 0.540997)}
Vertex 15072 -2.07125 19.486 2.97898 {normal=(0.009889 -0.647458 0.616132)}
Vertex 15073 -2.15527 19.4099 2.91423 {normal=(0.119824 -0.445521 0.697668)}
Vertex 15074 -2.16548 19.3273 2.92285 {normal=(0.082992 0.598794 0.553289)}
Vertex 15075 -2.01619 19.2379 3.13867 {normal=(0.026696 0.913580 0.332359)}
Vertex 15076 -1.75515 19.1481 3.36152 {normal=(-0.042883 0.896171 0.387511)}
Vertex 15077 -1.26925 19.1399 3.48761 {normal=(-0.114149 0.844128 0.470507)}
Vertex 15078 -0.822759 19.2294 3.46802 {normal=(-0.315269 0.715603 0.533360)}
Vertex 15079 -0.769132 19.3163 3.4538 {normal=(-0.697713 -0.337868 0.508488)}
Vertex 15080 -0.961829 19.4938 3.4612 {normal=(-0.519135 -0.661996 0.487449)}
Vertex 15081 -1.20978 19.6617 3.45292 {normal=(-0.429030 -0.716774 0.496531)}
Vertex 15082 1.67452 19.7128 3.18007 {normal=(-0.163123 -0.943711 0.174147)}
Vertex 15083 1.68163 19.732 3.28103 {normal=(0.404660 -0.377760 0.810031)}
Vertex 15084 1.35861 19.7344 3.4322 {normal=(0.370303 -0.455118 0.795155)}
Vertex 15085 1.35949 19.7168 3.32634 {normal=(0.300659 -0.922032 0.157962)}
Vertex 15086 1.07518 19.5936 3.47312 {normal=(0.364386 -0.507686 0.770382)}
Vertex 15087 1.08195 19.5799 3.36592 {normal=(0.552590 -0.804934 0.152241)}
Vertex 15088 0.840644 19.4037 3.46626 {normal=(0.415560 -0.457349 0.771070)}
Vertex 15089 0.852445 19.3959 3.35975 {normal=(0.671711 -0.712896 0.139105)}
Vertex 15090 0.740184 19.2655 3.46504 {normal=(0.348892 0.157190 0.871002)}
Vertex 15091 0.754599 19.2689 3.36061 {normal=(0.803288 0.299741 0.165816)}
Vertex 15092 1.01261 19.1681 3.49749 {normal=(0.073721 0.586218 0.792861)}
Vertex 15093 1.01661 19.184 3.39035 {normal=(0.196508 0.957658 0.148243)}
Vertex 15094 1.54116 19.1119 3.45865 {normal=(0.150657 0.700580 0.686744)}
Vertex 15095 1.52719 19.1343 3.34476 {normal=(0.010930 0.983476 0.123619)}
Vertex 15096 1.93016 19.1712 3.27288 {normal=(0.201912 0.788726 0.568076)}
Vertex 15097 1.9031 19.1906 3.16115 {normal=(-0.251331 0.950328 0.105787)}
Vertex 15098 2.12965 19.2749 3.01543 {normal=(0.320004 0.782591 0.517505)}
Vertex 15099 2.10142 19.2858 2.92152 {normal=(-0.379021 0.889629 0.126299)}
Vertex 15100 2.19285 19.3694 2.88615 {normal=(0.523302 0.173595 0.774804)}
Vertex 15101 2.17019 19.3709 2.80827 {normal=(-0.829293 -0.133133 0.272075)}
Vertex 15102 2.14159 19.448 2.92598 {normal=(0.519707 -0.161841 0.792880)}
Vertex 15103 2.12435 19.4387 2.84275 {normal=(-0.548191 -0.761555 0.220516)}
Vertex 15104 1.97453 19.5793 3.06428 {normal=(0.435287 -0.320609 0.809163)}
Vertex 15105 1.96218 19.5622 2.96977 {normal=(-0.429604 -0.850619 0.193833)}
Vertex 15106 -1.67452 19.7128 3.18007 {normal=(0.163123 -0.943711 0.174147)}
Vertex 15107 -1.68163 19.732 3.28103 {normal=(-0.404660 -0.377760 0.810031)}
Vertex 15108 -1.97453 19.5793 3.06428 {normal=(-0.435287 -0.320609 0.809163)}
Vertex 15109 -1.96218 19.5622 2.96977 {normal=(0.429604 -0.850619 0.193833)}
Vertex 15110 -2.14158 19.448 2.92598 {normal=(-0.519707 -0.161841 0.792880)}
Vertex 15111 -2.12435 19.4387 2.84275 {normal=(0.548191 -0.761555 0.220516)}
Vertex 15112 -2.19285 19.3694 2.88615 {normal=(-0.523302 0.173595 0.774804)}
Vertex 15113 -2.17019 19.3709 2.80827 {normal=(0.829293 -0.133133 0.272075)}
Vertex 15114 -2.12964 19.2749 3.01543 {normal=(-0.320012 0.782584 0.517512)}
Vertex 15115 -2.10142 19.2858 2.92152 {normal=(0.379021 0.889629 0.126299)}
Vertex 15116 -1.93016 19.1712 3.27287 {normal=(-0.201916 0.788726 0.568076)}
Vertex 15117 -1.9031 19.1906 3.16115 {normal=(0.251331 0.950329 0.105787)}
Vertex 15118 -1.54116 19.1119 3.45865 {normal=(-0.150658 0.700580 0.686744)}
Vertex 15119 -1.52719 19.1343 3.34476 {normal=(-0.010930 0.983475 0.123619)}
Vertex 15120 -1.01261 19.1681 3.49749 {normal=(-0.073721 0.586218 0.792861)}
Vertex 15121 -1.01661 19.184 3.39035 {normal=(-0.196508 0.957658 0.148243)}
Vertex 15122 -0.740184 19.2655 3.46504 {normal=(-0.348892 0.157190 0.871002)}
Vertex 15123 -0.754599 19.2689 3.36061 {normal=(-0.803289 0.299741 0.165816)}
Vertex 15124 -0.840644 19.4037 3.46625 {normal=(-0.415560 -0.457349 0.771070)}
Vertex 15125 -0.852445 19.3959 3.35975 {normal=(-0.671711 -0.712896 0.139105)}
Vertex 15126 -1.07518 19.5936 3.47312 {normal=(-0.364386 -0.507686 0.770382)}
Vertex 15127 -1.08195 19.5799 3.36592 {normal=(-0.552590 -0.804934 0.152241)}
Vertex 15128 -1.35861 19.7344 3.4322 {normal=(-0.370304 -0.455118 0.795155)}
Vertex 15129 -1.35949 19.7168 3.32634 {normal=(-0.300659 -0.922032 0.157962)}
Vertex 15130 -1.48234 15.6626 -2.38541 {normal=(-0.647072 0.217628 -0.726045)}
Vertex 15131 -2.13329 15.1847 -1.71134 {normal=(-0.885995 0.164122 -0.416979)}
Vertex 15132 -1.88596 14.866 -2.24049 {normal=(-0.773561 0.246126 -0.573510)}
Vertex 15133 -2.39465 14.6409 -0.811509 {normal=(-0.986776 -0.002637 0.055391)}
Vertex 15134 -2.34942 14.3339 -1.40601 {normal=(-0.972510 0.093771 -0.165073)}
Vertex 15135 -2.24755 14.3876 -0.311454 {normal=(-0.931345 -0.127512 0.340501)}
Vertex 15136 -2.32109 13.9153 -0.673208 {normal=(-0.943588 -0.098582 0.304776)}
Vertex 15137 -2.11223 14.294 0.006997 {normal=(-0.898834 -0.159423 0.404352)}
Vertex 15138 -2.15523 13.7703 -0.304927 {normal=(-0.928197 -0.120240 0.351218)}
Vertex 15139 -1.86906 14.1685 0.376029 {normal=(-0.815979 -0.207849 0.538085)}
Vertex 15140 -1.98082 13.6707 0.026615 {normal=(-0.852484 -0.156561 0.496818)}
Vertex 15141 -1.45283 14.036 0.760306 {normal=(-0.506254 -0.299676 0.790620)}
Vertex 15142 -1.68474 13.5368 0.419015 {normal=(-0.716510 -0.195584 0.658656)}
Vertex 15143 -0.602182 13.9205 0.999164 {normal=(-0.187770 -0.331102 0.921026)}
Vertex 15144 -1.01978 13.4079 0.746311 {normal=(-0.298347 -0.271951 0.912293)}
Vertex 15145 -0.007328 13.8771 1.04666 {normal=(0.000261 -0.332493 0.939987)}
Vertex 15146 -0.267034 13.3235 0.882667 {normal=(-0.085295 -0.286740 0.952699)}
Vertex 15147 0.578485 13.9205 0.999164 {normal=(0.191790 -0.319967 0.923949)}
Vertex 15148 0.277086 13.3235 0.882667 {normal=(0.084953 -0.282721 0.953932)}
Vertex 15149 1.39487 14.036 0.760305 {normal=(0.526974 -0.251771 0.790837)}
Vertex 15150 1.0324 13.4079 0.746311 {normal=(0.301171 -0.247405 0.917974)}
Vertex 15151 1.77745 14.1685 0.376029 {normal=(0.830450 -0.132339 0.539343)}
Vertex 15152 1.67426 13.5368 0.419015 {normal=(0.737215 -0.104599 0.655312)}
Vertex 15153 2.02029 14.294 0.006997 {normal=(0.886751 -0.105763 0.447245)}
Vertex 15154 1.94423 13.6707 0.026615 {normal=(0.856246 -0.056045 0.511542)}
Vertex 15155 2.17769 14.3876 -0.311454 {normal=(0.901211 -0.100177 0.420692)}
Vertex 15156 2.11874 13.7703 -0.304927 {normal=(0.915814 -0.037796 0.397759)}
Vertex 15157 2.39461 14.6409 -0.811509 {normal=(0.971762 -0.027630 0.189940)}
Vertex 15158 2.30539 13.9153 -0.673208 {normal=(0.917252 -0.058742 0.387647)}
Vertex 15159 2.28596 15.1847 -1.71134 {normal=(0.916537 0.124079 -0.347912)}
Vertex 15160 2.42077 14.3339 -1.40601 {normal=(0.985701 0.066230 -0.062954)}
Vertex 15161 1.66153 15.6626 -2.38541 {normal=(0.627909 0.219122 -0.740737)}
Vertex 15162 2.05155 14.8659 -2.24049 {normal=(0.786598 0.214139 -0.563678)}
Vertex 15163 0.72086 16.1311 -2.81762 {normal=(0.361942 0.235353 -0.897856)}
Vertex 15164 1.20647 15.3417 -2.79643 {normal=(0.500966 0.272968 -0.818211)}
Vertex 15165 0.0165675 16.3801 -2.9068 {normal=(-0.002198 0.238194 -0.966332)}
Vertex 15166 0.357759 15.7407 -3.05136 {normal=(0.199105 0.285654 -0.931537)}
Vertex 15167 -0.639709 16.1311 -2.81762 {normal=(-0.393216 0.220497 -0.887221)}
Vertex 15168 -0.292695 15.7407 -3.05136 {normal=(-0.211525 0.280448 -0.929364)}
Vertex 15169 -1.06826 15.3417 -2.79643 {normal=(-0.531474 0.274982 -0.798028)}
Vertex 15170 -1.57503 14.6297 -2.69224 {normal=(-0.649185 0.328652 -0.679467)}
Vertex 15171 -2.21584 14.1518 -2.01817 {normal=(-0.903347 0.225383 -0.339042)}
Vertex 15172 -2.02104 13.9825 -2.53705 {normal=(-0.790107 0.338829 -0.495882)}
Vertex 15173 -2.40207 13.608 -1.11833 {normal=(-0.979437 0.014519 0.137017)}
Vertex 15174 -2.42248 13.4503 -1.70257 {normal=(-0.975469 0.167811 -0.059848)}
Vertex 15175 -2.2244 13.3547 -0.618279 {normal=(-0.924601 -0.076377 0.370397)}
Vertex 15176 -2.36023 13.0318 -0.969768 {normal=(-0.930673 -0.005755 0.358036)}
Vertex 15177 -2.09296 13.261 -0.299829 {normal=(-0.902395 -0.081736 0.417449)}
Vertex 15178 -2.20059 12.8868 -0.601489 {normal=(-0.934264 0.009351 0.354171)}
Vertex 15179 -1.85848 13.1355 0.0692037 {normal=(-0.820975 -0.115810 0.557444)}
Vertex 15180 -2.04263 12.7872 -0.269946 {normal=(-0.861210 -0.037512 0.504151)}
Vertex 15181 -1.45472 13.0031 0.45348 {normal=(-0.499413 -0.228161 0.820043)}
Vertex 15182 -1.76712 12.6533 0.122454 {normal=(-0.723891 -0.107390 0.668841)}
Vertex 15183 -0.600551 12.8876 0.692338 {normal=(-0.182213 -0.304713 0.933499)}
Vertex 15184 -1.08926 12.5244 0.44975 {normal=(-0.289104 -0.285957 0.910783)}
Vertex 15185 0.0149845 12.8442 0.73984 {normal=(-0.000056 -0.319017 0.947015)}
Vertex 15186 -0.280056 12.4399 0.586106 {normal=(-0.080969 -0.333367 0.938061)}
Vertex 15187 0.637158 12.8876 0.692338 {normal=(0.178628 -0.297458 0.936554)}
Vertex 15188 0.32377 12.4399 0.586106 {normal=(0.079934 -0.332263 0.938588)}
Vertex 15189 1.51025 13.0031 0.45348 {normal=(0.504101 -0.185623 0.825587)}
Vertex 15190 1.15513 12.5244 0.44975 {normal=(0.282445 -0.280517 0.914499)}
Vertex 15191 1.89715 13.1355 0.069204 {normal=(0.829731 -0.018806 0.557049)}
Vertex 15192 1.84982 12.6533 0.122453 {normal=(0.726888 -0.071836 0.669620)}
Vertex 15193 2.11558 13.261 -0.299829 {normal=(0.898268 0.024019 0.434417)}
Vertex 15194 2.11764 12.7872 -0.269946 {normal=(0.861549 0.022598 0.505569)}
Vertex 15195 2.2459 13.3547 -0.618279 {normal=(0.910560 0.009434 0.409608)}
Vertex 15196 2.26977 12.8868 -0.601489 {normal=(0.928066 0.077483 0.364008)}
Vertex 15197 2.44232 13.608 -1.11833 {normal=(0.966997 0.045507 0.211183)}
Vertex 15198 2.42654 13.0318 -0.969768 {normal=(0.919952 0.045946 0.384528)}
Vertex 15199 2.33286 14.1518 -2.01817 {normal=(0.922818 0.192772 -0.297908)}
Vertex 15200 2.50563 13.4503 -1.70257 {normal=(0.977712 0.167168 -0.022060)}
Vertex 15201 1.72282 14.6297 -2.69224 {normal=(0.640630 0.302404 -0.698070)}
Vertex 15202 2.14088 13.9824 -2.53705 {normal=(0.797617 0.302965 -0.503998)}
Vertex 15203 0.757939 15.0982 -3.12444 {normal=(0.378100 0.320276 -0.864952)}
Vertex 15204 1.28792 14.4581 -3.09299 {normal=(0.506569 0.349124 -0.785051)}
Vertex 15205 0.0361962 15.3472 -3.21362 {normal=(-0.001241 0.319424 -0.941597)}
Vertex 15206 0.395635 14.8572 -3.34792 {normal=(0.205778 0.343982 -0.910309)}
Vertex 15207 -0.661357 15.0982 -3.12444 {normal=(-0.398055 0.321016 -0.854893)}
Vertex 15208 -0.309011 14.8572 -3.34792 {normal=(-0.209557 0.343350 -0.909223)}
Vertex 15209 -1.17759 14.4581 -3.09299 {normal=(-0.520427 0.365884 -0.767978)}
Vertex 15210 -1.74818 13.8079 -2.98904 {normal=(-0.645766 0.388402 -0.648850)}
Vertex 15211 -2.3653 13.33 -2.31497 {normal=(-0.912810 0.293744 -0.248409)}
Vertex 15212 -2.19287 13.2694 -2.80306 {normal=(-0.798361 0.324482 -0.487378)}
Vertex 15213 -2.50752 12.7861 -1.41513 {normal=(-0.963879 0.114563 0.203019)}
Vertex 15214 -2.56396 12.7373 -1.96859 {normal=(-0.978160 0.144746 -0.048456)}
Vertex 15215 -2.33626 12.5329 -0.915073 {normal=(-0.920168 0.045804 0.385176)}
Vertex 15216 -2.50088 12.3187 -1.23578 {normal=(-0.933789 -0.023698 0.337856)}
Vertex 15217 -2.22081 12.4392 -0.596624 {normal=(-0.907516 0.046220 0.411968)}
Vertex 15218 -2.35087 12.1737 -0.867502 {normal=(-0.942886 -0.000749 0.319706)}
Vertex 15219 -2.00583 12.3137 -0.22759 {normal=(-0.826729 -0.015220 0.561451)}
Vertex 15220 -2.20548 12.0741 -0.53596 {normal=(-0.872768 -0.060262 0.474165)}
Vertex 15221 -1.60446 12.1813 0.156687 {normal=(-0.491693 -0.199659 0.829510)}
Vertex 15222 -1.93795 11.9403 -0.14356 {normal=(-0.729030 -0.149144 0.649638)}
Vertex 15223 -0.674713 12.0657 0.395544 {normal=(-0.167852 -0.325660 0.929265)}
Vertex 15224 -1.21683 11.8113 0.183736 {normal=(-0.275281 -0.340358 0.894744)}
Vertex 15225 0.0214893 12.0223 0.443045 {normal=(-0.000015 -0.349172 0.936512)}
Vertex 15226 -0.320253 11.7268 0.320092 {normal=(-0.075584 -0.385868 0.917444)}
Vertex 15227 0.725383 12.0658 0.395544 {normal=(0.163434 -0.327255 0.929599)}
Vertex 15228 0.359568 11.7269 0.320092 {normal=(0.074193 -0.386711 0.917273)}
Vertex 15229 1.68797 12.1812 0.156687 {normal=(0.485940 -0.201299 0.831771)}
Vertex 15230 1.28051 11.8113 0.183736 {normal=(0.267058 -0.344359 0.895914)}
Vertex 15231 2.09431 12.3137 -0.22759 {normal=(0.828161 -0.008107 0.559525)}
Vertex 15232 2.02395 11.9403 -0.14356 {normal=(0.727399 -0.154258 0.649802)}
Vertex 15233 2.30803 12.4392 -0.596624 {normal=(0.907598 0.061336 0.410219)}
Vertex 15234 2.29096 12.0741 -0.53596 {normal=(0.873936 -0.064142 0.471761)}
Vertex 15235 2.4223 12.5329 -0.915073 {normal=(0.918638 0.062539 0.386788)}
Vertex 15236 2.43586 12.1737 -0.867502 {normal=(0.943770 -0.004067 0.317365)}
Vertex 15237 2.59113 12.7861 -1.41513 {normal=(0.961591 0.124566 0.211305)}
Vertex 15238 2.58521 12.3187 -1.23578 {normal=(0.934737 -0.025272 0.335168)}
Vertex 15239 2.45683 13.33 -2.31497 {normal=(0.918294 0.274588 -0.247749)}
Vertex 15240 2.64792 12.7373 -1.96859 {normal=(0.979010 0.140279 -0.049257)}
Vertex 15241 1.84523 13.8079 -2.98903 {normal=(0.642735 0.366467 -0.663994)}
Vertex 15242 2.27845 13.2694 -2.80306 {normal=(0.799542 0.314732 -0.492144)}
Vertex 15243 0.837562 14.2763 -3.42123 {normal=(0.369934 0.363593 -0.851339)}
Vertex 15244 1.39971 13.7451 -3.35901 {normal=(0.501460 0.387333 -0.770053)}
Vertex 15245 0.0439853 14.5253 -3.51042 {normal=(0.000073 0.353787 -0.929678)}
Vertex 15246 0.438529 14.1441 -3.61394 {normal=(0.202741 0.391944 -0.890990)}
Vertex 15247 -0.74787 14.2763 -3.42123 {normal=(-0.374868 0.368902 -0.846588)}
Vertex 15248 -0.352852 14.1441 -3.61394 {normal=(-0.203553 0.393091 -0.890247)}
Vertex 15249 -1.31277 13.7451 -3.35901 {normal=(-0.503311 0.392934 -0.765987)}
Vertex 15250 -1.84202 13.3855 -3.15175 {normal=(-0.639762 0.341989 -0.680230)}
Vertex 15251 -2.46046 12.9076 -2.47767 {normal=(-0.920063 0.120946 -0.339832)}
Vertex 15252 -1.63187 12.9801 -2.50319 {normal=(0.081961 -0.857235 -0.508034)}
Vertex 15253 -2.59644 12.3638 -1.57784 {normal=(-0.978435 -0.107962 0.080020)}
Vertex 15254 -1.92807 12.6136 -1.9207 {normal=(0.075476 -0.865727 -0.494597)}
Vertex 15255 -2.42908 12.1105 -1.07778 {normal=(-0.932535 -0.195656 0.288243)}
Vertex 15256 -1.9225 12.312 -1.39106 {normal=(0.085354 -0.880268 -0.465736)}
Vertex 15257 -2.31954 12.0168 -0.759334 {normal=(-0.920176 -0.188498 0.325768)}
Vertex 15258 -1.82527 12.1793 -1.08555 {normal=(0.100504 -0.911197 -0.397538)}
Vertex 15259 -2.10916 11.8913 -0.390301 {normal=(-0.837627 -0.244603 0.480287)}
Vertex 15260 -1.69648 12.0771 -0.806697 {normal=(0.061325 -0.914196 -0.399428)}
Vertex 15261 -1.70224 11.7589 -0.00602375 {normal=(-0.491488 -0.378735 0.761557)}
Vertex 15262 -1.46085 11.9594 -0.500504 {normal=(0.025309 -0.916515 -0.398445)}
Vertex 15263 -0.726125 11.6434 0.232833 {normal=(-0.162716 -0.450004 0.875942)}
Vertex 15264 -0.914293 11.8541 -0.251666 {normal=(-0.006020 -0.909803 -0.414759)}
Vertex 15265 0.018384 11.5999 0.280335 {normal=(-0.000123 -0.461795 0.885614)}
Vertex 15266 -0.24225 11.7883 -0.143165 {normal=(-0.014697 -0.905430 -0.424077)}
Vertex 15267 0.771057 11.6434 0.232833 {normal=(0.158125 -0.450976 0.876417)}
Vertex 15268 0.293522 11.7883 -0.143165 {normal=(0.014579 -0.905982 -0.422908)}
Vertex 15269 1.78177 11.7589 -0.00602375 {normal=(0.484354 -0.381691 0.764205)}
Vertex 15270 0.981593 11.8541 -0.251666 {normal=(0.005858 -0.910285 -0.413738)}
Vertex 15271 2.19407 11.8913 -0.390301 {normal=(0.838082 -0.245738 0.479159)}
Vertex 15272 1.54308 11.9594 -0.500504 {normal=(-0.024617 -0.917009 -0.397395)}
Vertex 15273 2.40391 12.0168 -0.759334 {normal=(0.920625 -0.189375 0.324488)}
Vertex 15274 1.7791 12.0771 -0.806696 {normal=(-0.051017 -0.917052 -0.394712)}
Vertex 15275 2.51303 12.1105 -1.07778 {normal=(0.933065 -0.196075 0.286784)}
Vertex 15276 1.9083 12.1793 -1.08555 {normal=(-0.080383 -0.914168 -0.394430)}
Vertex 15277 2.67963 12.3638 -1.57784 {normal=(0.978699 -0.108248 0.079224)}
Vertex 15278 2.00587 12.312 -1.39106 {normal=(-0.072532 -0.880424 -0.467340)}
Vertex 15279 2.5442 12.9076 -2.47767 {normal=(0.920569 0.119449 -0.339456)}
Vertex 15280 2.01193 12.6135 -1.9207 {normal=(-0.063073 -0.862565 -0.501644)}
Vertex 15281 1.92764 13.3855 -3.15175 {normal=(0.640169 0.340326 -0.680647)}
Vertex 15282 1.71705 12.9801 -2.50319 {normal=(-0.062753 -0.847944 -0.525747)}
Vertex 15283 0.886875 13.8539 -3.58395 {normal=(0.380862 0.429739 -0.815614)}
Vertex 15284 1.07173 13.3021 -2.89493 {normal=(-0.090934 -0.814655 -0.571832)}
Vertex 15285 0.0424565 14.1029 -3.67313 {normal=(-0.000084 0.456930 -0.880881)}
Vertex 15286 0.352105 13.5645 -3.07755 {normal=(-0.084073 -0.786188 -0.609053)}
Vertex 15287 -0.801476 13.854 -3.58395 {normal=(-0.381547 0.430589 -0.814860)}
Vertex 15288 -0.266664 13.5645 -3.07755 {normal=(0.083903 -0.785925 -0.609428)}
Vertex 15289 -0.985734 13.3022 -2.89493 {normal=(0.099991 -0.820978 -0.560479)}
Vertex 15290 -2.9327 17.7384 -0.304821 {normal=(-0.775431 -0.556135 -0.141314)}
Vertex 15291 -3.1269 18.7716 -0.257944 {normal=(-0.955755 -0.118927 0.138466)}
Vertex 15292 -3.18458 19.3432 -0.00905975 {normal=(-0.553120 -0.234015 0.791267)}
Vertex 15293 -3.24006 19.663 -0.00110175 {normal=(-0.413986 0.135219 0.889247)}
Vertex 15294 -3.34285 19.3795 -0.132736 {normal=(-0.819215 -0.310313 0.408999)}
Vertex 15295 -3.26964 19.127 -0.238668 {normal=(-0.809662 -0.473911 0.181568)}
Vertex 15296 -3.41422 19.6667 -0.134648 {normal=(-0.824651 -0.076066 0.505665)}
Vertex 15297 -3.49639 19.9096 -0.304402 {normal=(-0.839313 0.237519 0.369880)}
Vertex 15298 -3.2516 19.2266 -0.424968 {normal=(-0.842925 -0.109952 -0.490485)}
Vertex 15299 -3.15705 19.0898 -0.531983 {normal=(-0.833008 -0.264948 -0.468177)}
Vertex 15300 -3.33579 19.4055 -0.334377 {normal=(-0.820869 -0.185096 -0.480372)}
Vertex 15301 -3.42147 19.6207 -0.324858 {normal=(-0.798462 -0.391638 -0.358111)}
Vertex 15302 -3.47 19.7731 -0.440203 {normal=(-0.757981 -0.556912 -0.220310)}
Vertex 15303 -3.51671 20.0233 -0.598812 {normal=(-0.877182 0.353760 0.030043)}
Vertex 15304 -3.46621 19.8074 -0.630458 {normal=(-0.756308 -0.608786 0.020820)}
Vertex 15305 -3.50345 19.9473 -0.935171 {normal=(-0.839567 0.343608 -0.244146)}
Vertex 15306 -3.45952 19.7496 -0.858855 {normal=(-0.787347 -0.538729 0.222745)}
Vertex 15307 -3.46371 19.6955 -1.20726 {normal=(-0.866907 0.105136 -0.382931)}
Vertex 15308 -3.43195 19.5874 -1.02454 {normal=(-0.841269 -0.340115 0.370033)}
Vertex 15309 -3.3988 19.2944 -1.30247 {normal=(-0.898517 -0.118751 -0.350264)}
Vertex 15310 -3.38841 19.2713 -1.10707 {normal=(-0.905025 -0.166211 0.355937)}
Vertex 15311 -3.33153 18.8145 -1.21886 {normal=(-0.911539 -0.249002 -0.216722)}
Vertex 15312 -3.31814 18.9002 -1.06393 {normal=(-0.904514 -0.081585 0.401100)}
Vertex 15313 -3.25515 18.4763 -1.05764 {normal=(-0.886340 -0.295047 -0.233063)}
Vertex 15314 -3.24359 18.5899 -0.874828 {normal=(-0.992375 -0.054298 0.053283)}
Vertex 15315 -3.19094 18.4615 -0.48375 {normal=(-0.925635 0.233292 0.291903)}
Vertex 15316 -3.2036 18.5802 -0.612104 {normal=(-0.903233 0.199995 0.341579)}
Vertex 15317 -3.10937 18.6739 -0.411694 {normal=(-0.955020 0.162330 -0.070879)}
Vertex 15318 -3.08431 18.769 -0.489584 {normal=(-0.941280 0.123996 -0.011279)}
Vertex 15319 -3.24068 18.7792 -0.755787 {normal=(-0.848795 0.190144 0.395350)}
Vertex 15320 -3.28003 18.9366 -0.979806 {normal=(-0.945239 -0.135678 0.053826)}
Vertex 15321 -3.32306 19.2664 -0.986642 {normal=(-0.932236 -0.053748 0.108831)}
Vertex 15322 -3.34847 19.4521 -0.779394 {normal=(-0.961564 0.201178 -0.083369)}
Vertex 15323 -3.31377 19.5219 -0.903712 {normal=(-0.901129 -0.124045 0.229005)}
Vertex 15324 -3.32175 19.5842 -0.683989 {normal=(-0.974331 0.151488 0.101792)}
Vertex 15325 -3.32523 19.6531 -0.798501 {normal=(-0.812316 -0.433989 0.220189)}
Vertex 15326 -3.31799 19.7054 -0.625793 {normal=(-0.742025 -0.576166 0.139494)}
Vertex 15327 -3.28799 19.5348 -0.579836 {normal=(-0.832623 -0.103564 0.523686)}
Vertex 15328 -3.21204 19.4855 -0.461854 {normal=(-0.844956 -0.201539 -0.269050)}
Vertex 15329 -3.31024 19.3181 -0.72292 {normal=(-0.581782 -0.506986 0.572005)}
Vertex 15330 -3.15221 19.3144 -0.560064 {normal=(-0.843868 -0.300480 -0.124188)}
Vertex 15331 -3.1643 17.9115 -0.40018 {normal=(-0.677773 -0.665972 0.201717)}
Vertex 15332 -3.29585 19.1419 -0.863951 {normal=(-0.358018 -0.386316 0.822061)}
Vertex 15333 -3.0741 19.1382 -0.778086 {normal=(-0.670686 -0.457530 0.384829)}
Vertex 15334 -3.29311 19.7795 -1.29877 {normal=(-0.033801 0.465004 -0.821221)}
Vertex 15335 -3.26981 19.2995 -1.39846 {normal=(0.050795 0.006428 -0.938045)}
Vertex 15336 -3.20929 18.7848 -1.31834 {normal=(0.030771 -0.284056 -0.886177)}
Vertex 15337 -3.11185 18.4273 -1.14807 {normal=(0.092293 -0.461519 -0.801279)}
Vertex 15338 -3.11525 17.8387 -0.722145 {normal=(-0.304270 -0.775659 -0.372830)}
Vertex 15339 -2.91843 18.2023 -0.852494 {normal=(0.546830 -0.391491 -0.722426)}
Vertex 15340 -2.94769 18.4915 -1.04613 {normal=(0.509824 -0.375145 -0.757828)}
Vertex 15341 -3.00776 18.8275 -1.20656 {normal=(0.440093 -0.208281 -0.861218)}
Vertex 15342 -2.82735 18.8522 -1.22165 {normal=(-0.590020 -0.327591 -0.655074)}
Vertex 15343 -3.05502 19.2732 -1.27841 {normal=(0.347170 -0.001566 -0.918514)}
Vertex 15344 -2.96395 18.346 1.84429 {normal=(-0.948788 -0.300384 -0.019300)}
Vertex 15345 -2.82525 18.0358 1.66001 {normal=(-0.925777 -0.370334 -0.024630)}
Vertex 15346 -2.74296 17.8915 2.10856 {normal=(-0.880279 -0.470909 0.054296)}
Vertex 15347 -2.87891 18.191 2.39258 {normal=(-0.935582 -0.294579 0.138446)}
Vertex 15348 -2.76181 17.8326 1.53248 {normal=(-0.947262 -0.275115 0.144416)}
Vertex 15349 -2.61807 17.6064 1.87143 {normal=(-0.910217 -0.391600 0.124418)}
Vertex 15350 -2.75481 17.6681 1.38969 {normal=(-0.932501 -0.162341 0.315099)}
Vertex 15351 -2.59136 17.4095 1.68973 {normal=(-0.925969 -0.201769 0.308183)}
Vertex 15352 -2.8034 17.4963 1.21984 {normal=(-0.925990 -0.084719 0.366077)}
Vertex 15353 -2.67101 17.1648 1.43007 {normal=(-0.909372 -0.079224 0.407459)}
Vertex 15354 -2.90583 17.144 0.878872 {normal=(-0.942897 -0.036936 0.326951)}
Vertex 15355 -2.80474 16.8516 1.08408 {normal=(-0.921015 -0.076394 0.380569)}
Vertex 15356 -2.99679 16.885 0.514873 {normal=(-0.976247 -0.125644 0.062327)}
Vertex 15357 -2.90153 16.7016 0.180622 {normal=(-0.936288 -0.211192 -0.269577)}
Vertex 15358 -2.7971 16.2126 0.419942 {normal=(-0.927781 -0.357153 -0.070459)}
Vertex 15359 -2.71884 16.5144 -0.166824 {normal=(-0.823629 -0.252208 -0.494193)}
Vertex 15360 -2.60787 15.9535 0.0823893 {normal=(-0.792280 -0.469506 -0.363344)}
Vertex 15361 -2.47279 16.4462 -0.502583 {normal=(-0.874508 -0.243016 -0.400698)}
Vertex 15362 -2.26358 16.7008 -1.25794 {normal=(-0.883827 -0.119018 -0.437381)}
Vertex 15363 -2.1672 16.2015 -1.38246 {normal=(-0.895774 -0.014622 -0.420863)}
Vertex 15364 -2.10799 15.6929 -1.56843 {normal=(-0.884330 0.127135 -0.430827)}
Vertex 15365 -2.37979 15.1704 -0.64247 {normal=(-0.989543 0.019703 0.034227)}
Vertex 15366 -1.9514 17.0814 -1.7406 {normal=(-0.720289 -0.107359 -0.682034)}
Vertex 15367 -1.67437 16.6894 -1.99518 {normal=(-0.678150 0.014062 -0.732362)}
Vertex 15368 -1.49121 16.1746 -2.23656 {normal=(-0.652365 0.153276 -0.737412)}
Vertex 15369 -2.83182 21.7899 -1.31606 {normal=(-0.859076 0.306232 -0.381792)}
Vertex 15370 -2.21651 22.6928 -1.39051 {normal=(-0.631944 0.626172 -0.425973)}
Vertex 15371 -2.99195 21.7607 -0.720062 {normal=(-0.951414 0.255064 -0.141299)}
Vertex 15372 -2.65212 22.6018 -0.344693 {normal=(-0.796524 0.581513 -0.062327)}
Vertex 15373 -3.07222 21.6142 -0.205129 {normal=(-0.981373 0.161906 0.008809)}
Vertex 15374 -2.78421 22.2557 0.385499 {normal=(-0.874590 0.438023 0.184928)}
Vertex 15375 -3.06806 21.3934 0.105809 {normal=(-0.987474 0.075645 0.122146)}
Vertex 15376 -2.8183 21.9206 0.798733 {normal=(-0.909366 0.305648 0.268816)}
Vertex 15377 -3.00771 20.9529 0.597554 {normal=(-0.969844 0.032098 0.234580)}
Vertex 15378 -2.80413 21.465 1.20365 {normal=(-0.928284 0.148940 0.328637)}
Vertex 15379 -2.8583 20.4003 1.08471 {normal=(-0.956087 0.060859 0.278855)}
Vertex 15380 -2.71576 20.9144 1.5407 {normal=(-0.944046 0.057656 0.320753)}
Vertex 15381 -2.69169 20.4772 1.73566 {normal=(-0.851703 0.363657 -0.057985)}
Vertex 15382 -1.49092 23.1363 -1.27559 {normal=(-0.278177 0.893133 -0.326192)}
Vertex 15383 -1.98402 23.1725 0.168084 {normal=(-0.465753 0.865526 0.063768)}
Vertex 15384 -1.09002 23.4201 0.704946 {normal=(-0.247280 0.947666 0.144473)}
Vertex 15385 -2.11934 22.7598 1.2519 {normal=(-0.618630 0.688541 0.354154)}
Vertex 15386 -1.27149 22.9213 1.84623 {normal=(-0.319677 0.805489 0.492167)}
Vertex 15387 -2.19789 22.3446 1.75404 {normal=(-0.697526 0.530808 0.464422)}
Vertex 15388 -2.2631 21.898 2.07433 {normal=(-0.758779 0.390216 0.507946)}
Vertex 15389 -1.61967 21.9457 2.72159 {normal=(-0.484495 0.534572 0.686660)}
Vertex 15390 -2.33248 21.3972 2.30089 {normal=(-0.829787 0.282261 0.467833)}
Vertex 15391 -1.78905 21.4358 2.96833 {normal=(-0.551601 0.433699 0.702587)}
Vertex 15392 -2.39356 21.0056 2.44346 {normal=(-0.734433 0.539381 0.225587)}
Vertex 15393 -1.94968 20.9979 3.08909 {normal=(-0.428646 0.608834 0.611302)}
Vertex 15394 -1.54006 20.839 3.40743 {normal=(-0.281088 0.570031 0.746618)}
Vertex 15395 -1.44248 21.2867 3.23668 {normal=(-0.323872 0.433237 0.839244)}
Vertex 15396 -1.26919 21.824 2.97669 {normal=(-0.218353 0.539325 0.812295)}
Vertex 15397 -1.15684 20.6097 3.73852 {normal=(-0.229223 0.587535 0.760782)}
Vertex 15398 -1.08361 21.0466 3.50307 {normal=(-0.282767 0.496681 0.819052)}
Vertex 15399 -0.854909 21.6107 3.19909 {normal=(-0.192189 0.535349 0.822376)}
Vertex 15400 -0.799816 20.39 3.95063 {normal=(0.001810 0.460378 0.875572)}
Vertex 15401 -0.712369 20.7226 3.80606 {normal=(-0.103158 0.451195 0.878929)}
Vertex 15402 -0.498268 21.3969 3.42429 {normal=(-0.148991 0.534164 0.831103)}
Vertex 15403 -0.376696 20.0359 3.99556 {normal=(0.123113 -0.080056 0.954161)}
Vertex 15404 -0.397089 20.5058 3.88916 {normal=(-0.066309 0.348282 0.928400)}
Vertex 15405 0.0752675 22.0984 2.99069 {normal=(0.014142 0.572003 0.819228)}
Vertex 15406 -0.155088 20.0903 4.0222 {normal=(-0.090740 -0.058560 0.985207)}
Vertex 15407 -0.200427 20.4782 3.94029 {normal=(-0.128411 0.340346 0.924688)}
Vertex 15408 -0.537195 22.9301 2.16137 {normal=(-0.166961 0.795509 0.575793)}
Vertex 15409 -0.490881 23.4975 0.982504 {normal=(-0.104011 0.961052 0.213548)}
Vertex 15410 -2.13695 15.805 2.75493 {normal=(-0.715131 -0.296238 0.616485)}
Vertex 15411 -2.24629 15.4893 2.29806 {normal=(-0.865263 -0.273071 0.406644)}
Vertex 15412 -1.78158 15.1198 2.67718 {normal=(-0.683717 -0.429778 0.588733)}
Vertex 15413 -1.75524 15.4726 2.99383 {normal=(-0.685495 -0.399224 0.605322)}
Vertex 15414 -1.43016 14.8889 2.94886 {normal=(-0.764926 -0.359821 0.529517)}
Vertex 15415 -1.80981 14.7142 2.37524 {normal=(-0.718360 -0.512803 0.441768)}
Vertex 15416 -1.92088 14.7871 1.72119 {normal=(-0.660993 -0.728851 -0.163462)}
Vertex 15417 -1.67403 14.5168 2.19377 {normal=(-0.561588 -0.817781 0.009289)}
Vertex 15418 -1.58282 14.5931 1.4774 {normal=(-0.535801 -0.822272 -0.184805)}
Vertex 15419 -1.36883 14.3753 1.95557 {normal=(-0.402275 -0.904209 -0.117721)}
Vertex 15420 -1.23752 14.4571 1.39721 {normal=(-0.204611 -0.925478 -0.290872)}
Vertex 15421 -1.1098 14.3108 1.89059 {normal=(-0.195061 -0.957713 -0.206569)}
Vertex 15422 -0.566652 14.3753 1.52087 {normal=(-0.049893 -0.924654 -0.376415)}
Vertex 15423 -0.589288 14.2212 1.92749 {normal=(-0.113244 -0.941876 -0.313389)}
Vertex 15424 -0.542313 14.0861 2.34102 {normal=(-0.184259 -0.950526 -0.241591)}
Vertex 15425 -0.016832 14.1649 1.97547 {normal=(0.000125 -0.937366 -0.346167)}
Vertex 15426 -0.0190575 14.0365 2.351 {normal=(-0.000542 -0.956450 -0.288772)}
Vertex 15427 -2.28411 16.156 2.75623 {normal=(-0.742214 -0.282500 0.562994)}
Vertex 15428 -2.37657 16.1438 2.4274 {normal=(-0.971504 -0.183502 0.131441)}
Vertex 15429 -2.45692 15.8313 1.93901 {normal=(-0.935565 -0.136484 0.322258)}
Vertex 15430 -2.44686 15.5281 1.74267 {normal=(-0.939039 -0.302333 0.109596)}
Vertex 15431 -2.33272 15.3302 1.56778 {normal=(-0.828425 -0.541062 -0.132670)}
Vertex 15432 -2.06885 15.0387 1.34827 {normal=(-0.729458 -0.664191 -0.152682)}
Vertex 15433 -1.81483 14.8431 1.12578 {normal=(-0.651979 -0.750488 -0.072425)}
Vertex 15434 -0.61183 14.3605 1.16412 {normal=(-0.166600 -0.674563 0.578004)}
Vertex 15435 -0.0171715 14.316 1.2111 {normal=(0.000364 -0.677360 0.597176)}
Vertex 15436 -2.74176 18.0108 2.79015 {normal=(-0.910104 -0.296665 0.248570)}
Vertex 15437 -2.66279 17.7786 2.43507 {normal=(-0.896774 -0.438723 0.046162)}
Vertex 15438 -2.58602 17.6037 2.61993 {normal=(-0.950658 -0.303675 0.012377)}
Vertex 15439 -2.58901 17.745 2.99317 {normal=(-0.890319 -0.280519 0.329987)}
Vertex 15440 -2.53724 17.3629 2.68373 {normal=(-0.985160 -0.151046 -0.002169)}
Vertex 15441 -2.47881 17.4036 3.04639 {normal=(-0.820664 -0.229791 0.479576)}
Vertex 15442 -2.51089 17.0923 2.67594 {normal=(-0.985937 -0.124240 0.010725)}
Vertex 15443 -2.42357 17.1003 3.00867 {normal=(-0.736536 -0.225032 0.584889)}
Vertex 15444 -2.37499 16.6731 2.9018 {normal=(-0.728056 -0.254512 0.579633)}
Vertex 15445 -2.41105 16.5776 2.1742 {normal=(-0.991859 -0.013842 0.061522)}
Vertex 15446 -2.57726 16.1141 1.66402 {normal=(-0.960325 -0.058604 0.261087)}
Vertex 15447 -2.5681 15.8479 1.43088 {normal=(-0.955790 -0.274422 0.079693)}
Vertex 15448 -2.45037 15.5631 1.16182 {normal=(-0.856251 -0.510949 -0.013517)}
Vertex 15449 -2.21284 15.2607 0.934834 {normal=(-0.760067 -0.647641 -0.040806)}
Vertex 15450 -2.03314 15.0533 0.76251 {normal=(-0.761320 -0.635010 0.095831)}
Vertex 15451 -1.90464 14.664 0.526376 {normal=(-0.817018 -0.333006 0.450820)}
Vertex 15452 -2.20093 15.2377 0.441455 {normal=(-0.859654 -0.486359 0.053525)}
Vertex 15453 -2.13326 14.7984 0.164469 {normal=(-0.908012 -0.213239 0.348337)}
Vertex 15454 -2.35374 15.4365 0.612947 {normal=(-0.772085 -0.631675 -0.038296)}
Vertex 15455 -2.57238 15.7626 0.864879 {normal=(-0.872500 -0.476923 0.071577)}
Vertex 15456 -2.65538 16.0933 1.18406 {normal=(-0.942551 -0.273638 0.176840)}
Vertex 15457 -2.62785 16.3332 1.48504 {normal=(-0.953605 -0.056944 0.284776)}
Vertex 15458 -2.47744 16.3968 1.927 {normal=(-0.940828 0.034133 0.336970)}
Vertex 15459 -2.51716 16.628 1.79412 {normal=(-0.940171 0.026187 0.339473)}
Vertex 15460 -2.43177 16.8566 2.06698 {normal=(-0.979892 -0.069270 0.150585)}
Vertex 15461 -2.45333 16.9946 2.37354 {normal=(-0.982017 -0.112989 -0.140627)}
Vertex 15462 -2.54644 17.4706 2.08887 {normal=(-0.940753 -0.332937 0.048096)}
Vertex 15463 -2.51634 17.2557 1.85711 {normal=(-0.963003 -0.131637 0.217092)}
Vertex 15464 -2.60431 16.9633 1.5612 {normal=(-0.927281 -0.022482 0.373035)}
Vertex 15465 -2.74558 16.6817 1.21286 {normal=(-0.935381 -0.034868 0.349703)}
Vertex 15466 -2.49717 17.3338 2.24711 {normal=(-0.969957 -0.235124 -0.002401)}
Vertex 15467 -2.5559 16.7948 1.67576 {normal=(-0.935194 -0.004191 0.353058)}
Vertex 15468 -2.69245 16.4875 1.34323 {normal=(-0.932374 -0.068222 0.349251)}
Vertex 15469 -2.74522 16.2525 1.03124 {normal=(-0.933333 -0.271099 0.224988)}
Vertex 15470 -2.67203 15.9217 0.673152 {normal=(-0.893205 -0.439476 0.055137)}
Vertex 15471 -2.46414 15.6022 0.363521 {normal=(-0.748040 -0.616662 -0.200721)}
Vertex 15472 -2.28692 15.4523 0.174999 {normal=(-0.878468 -0.410234 -0.058481)}
Vertex 15473 -2.25767 14.9109 -0.146574 {normal=(-0.944289 -0.129960 0.299859)}
Vertex 15474 -2.47785 17.2101 2.31312 {normal=(-0.985253 -0.143997 -0.078448)}
Vertex 15475 -0.204334 19.2502 4.17825 {normal=(-0.513809 0.553483 0.643432)}
Vertex 15476 0 19.2844 4.22822 {normal=(0.000000 0.637188 0.755748)}
Vertex 15477 -0.227916 18.9702 4.38879 {normal=(-0.541723 0.508189 0.649757)}
Vertex 15478 0 18.999 4.44823 {normal=(0.000000 0.588508 0.798245)}
Vertex 15479 -0.259853 18.7371 4.54962 {normal=(-0.585522 0.511872 0.588839)}
Vertex 15480 0 18.7574 4.6202 {normal=(0.000000 0.602926 0.791663)}
Vertex 15481 -0.357781 19.481 3.8343 {normal=(-0.743854 -0.034215 0.599817)}
Vertex 15482 -0.360944 19.1791 4.02481 {normal=(-0.826088 0.377486 0.410662)}
Vertex 15483 -0.399166 18.886 4.19272 {normal=(-0.876729 0.272705 0.385254)}
Vertex 15484 -0.41747 18.6119 4.31339 {normal=(-0.903731 0.306494 0.285147)}
Vertex 15485 -0.499588 19.309 3.58495 {normal=(-0.805608 0.099350 0.530600)}
Vertex 15486 -0.537862 19.0432 3.74501 {normal=(-0.811720 0.369388 0.440800)}
Vertex 15487 -0.806511 18.9124 3.55402 {normal=(-0.328897 0.433896 0.803989)}
Vertex 15488 -0.851787 18.6542 3.66368 {normal=(-0.370779 0.337763 0.853359)}
Vertex 15489 -0.858311 18.395 3.75414 {normal=(-0.342036 0.209719 0.907824)}
Vertex 15490 -0.4683 19.8693 3.96435 {normal=(0.304256 -0.433105 0.780391)}
Vertex 15491 -0.591804 19.5028 3.57294 {normal=(-0.408045 -0.579391 0.679343)}
Vertex 15492 -0.674838 19.3605 3.44898 {normal=(0.112329 -0.049073 0.956317)}
Vertex 15493 -1.36073 18.9142 3.55321 {normal=(0.064442 0.025620 0.991011)}
Vertex 15494 -0.312275 18.4052 4.78891 {normal=(-0.582376 0.295092 0.706019)}
Vertex 15495 0 18.4342 4.85882 {normal=(0.000000 0.364594 0.915889)}
Vertex 15496 -0.486365 18.3303 4.51116 {normal=(-0.903668 0.217766 0.347118)}
Vertex 15497 -0.577502 18.2905 4.3258 {normal=(-0.756329 0.422880 0.459679)}
Vertex 15498 -0.740756 18.22 4.19016 {normal=(-0.729935 0.486915 0.447374)}
Vertex 15499 -0.843179 18.1016 4.05616 {normal=(-0.935813 0.256360 0.057816)}
Vertex 15500 -0.771342 17.8701 4.16614 {normal=(-0.660235 -0.493439 0.519388)}
Vertex 15501 -0.681014 17.9643 4.32968 {normal=(-0.601212 -0.312379 0.692614)}
Vertex 15502 0 17.9845 4.83739 {normal=(0.000000 -0.495287 0.843374)}
Vertex 15503 -0.17184 17.759 4.5524 {normal=(-0.551349 -0.644827 0.479094)}
Vertex 15504 0 17.7402 4.59482 {normal=(0.000000 -0.717793 0.686421)}
Vertex 15505 -0.369798 17.9454 4.16084 {normal=(-0.542652 -0.480215 0.574600)}
Vertex 15506 -0.463904 17.6642 4.19922 {normal=(-0.342322 0.310383 0.885233)}
Vertex 15507 -0.194523 17.3223 4.339 {normal=(-0.158820 -0.097340 0.978358)}
Vertex 15508 -0.510404 17.389 4.25593 {normal=(-0.318114 0.083855 0.937569)}
Vertex 15509 -0.448849 15.5604 4.06726 {normal=(-0.262923 -0.358895 0.879319)}
Vertex 15510 0 15.5967 4.15868 {normal=(0.000000 -0.365544 0.910253)}
Vertex 15511 -0.838007 17.4592 4.11368 {normal=(-0.466741 0.174764 0.858394)}
Vertex 15512 -0.837625 15.4789 3.86849 {normal=(-0.466036 -0.370008 0.790144)}
Vertex 15513 -1.23047 17.5256 3.75515 {normal=(-0.670197 0.162164 0.718984)}
Vertex 15514 -1.32251 18.5443 3.60682 {normal=(-0.102491 0.216859 0.968077)}
Vertex 15515 -1.22089 18.2364 3.70611 {normal=(-0.182895 0.110834 0.970045)}
Vertex 15516 -1.90737 18.8257 3.53433 {normal=(-0.237929 0.219795 0.934301)}
Vertex 15517 -1.87389 18.4126 3.574 {normal=(-0.201709 0.086223 0.972456)}
Vertex 15518 -1.71959 18.0277 3.61008 {normal=(-0.178727 -0.109067 0.971965)}
Vertex 15519 -2.31109 18.9746 3.17163 {normal=(-0.676514 0.445257 0.569863)}
Vertex 15520 -2.60046 18.6921 2.94791 {normal=(-0.805152 0.312533 0.493124)}
Vertex 15521 -2.15317 17.884 3.48854 {normal=(-0.364627 -0.185103 0.899184)}
Vertex 15522 -2.02382 17.4424 3.35363 {normal=(-0.246092 -0.441893 0.858175)}
Vertex 15523 -2.4147 17.8218 3.30025 {normal=(-0.680853 -0.229834 0.684904)}
Vertex 15524 -0.348324 14.9816 3.97552 {normal=(-0.245315 0.198734 0.946300)}
Vertex 15525 0 14.9927 4.03066 {normal=(0.000000 0.249482 0.961393)}
Vertex 15526 -0.310797 14.6363 4.02127 {normal=(-0.210497 -0.130089 0.954214)}
Vertex 15527 0 14.3199 3.88075 {normal=(0.000004 -0.602405 0.782031)}
Vertex 15528 -0.696301 14.9205 3.85713 {normal=(-0.447636 0.036682 0.889226)}
Vertex 15529 -0.549239 14.5435 3.90114 {normal=(-0.434570 -0.248408 0.857570)}
Vertex 15530 -0.988519 14.8073 3.63066 {normal=(-0.728860 -0.194374 0.639315)}
Vertex 15531 -0.707204 14.3956 3.74005 {normal=(-0.575782 -0.489286 0.628014)}
Vertex 15532 -1.09997 14.5396 3.27292 {normal=(-0.778046 -0.432528 0.446173)}
Vertex 15533 -0.702035 14.2434 3.52872 {normal=(-0.577347 -0.709159 0.392202)}
Vertex 15534 -1.03638 14.2723 3.0254 {normal=(-0.611209 -0.723220 0.280895)}
Vertex 15535 -0.653983 14.1439 3.37508 {normal=(-0.456411 -0.840595 0.280060)}
Vertex 15536 -0.758432 14.0883 2.87107 {normal=(-0.409161 -0.907516 0.062001)}
Vertex 15537 -0.514903 14.0537 3.26556 {normal=(-0.394816 -0.890729 0.223994)}
Vertex 15538 -0.421291 13.9645 2.79539 {normal=(-0.233287 -0.962144 -0.095931)}
Vertex 15539 -0.291542 13.9383 3.19879 {normal=(-0.285301 -0.936376 0.174253)}
Vertex 15540 -2.39608 19.2301 2.69455 {normal=(-0.768185 0.461662 0.432544)}
Vertex 15541 -2.13623 19.6496 2.84993 {normal=(-0.778305 0.098234 0.609462)}
Vertex 15542 -1.86397 19.8479 3.11862 {normal=(-0.642425 0.096396 0.754148)}
Vertex 15543 -1.48515 19.9237 3.35255 {normal=(-0.439646 0.062356 0.884426)}
Vertex 15544 -1.17201 19.7896 3.46603 {normal=(-0.184836 -0.054836 0.948825)}
Vertex 15545 -0.891531 19.5857 3.46255 {normal=(-0.028822 -0.109288 0.948886)}
Vertex 15546 -0.8801 19.779 3.82114 {normal=(-0.300391 -0.800930 0.507291)}
Vertex 15547 -0.870451 19.6569 3.64422 {normal=(-0.354785 -0.802219 0.462417)}
Vertex 15548 -1.21292 19.9455 3.77416 {normal=(-0.512878 -0.693655 0.503671)}
Vertex 15549 -1.18096 19.8372 3.63278 {normal=(-0.534459 -0.787217 0.289917)}
Vertex 15550 -1.63538 20.1483 3.59036 {normal=(-0.566788 -0.577469 0.578296)}
Vertex 15551 -1.55482 20.0294 3.49222 {normal=(-0.446122 -0.770851 0.428561)}
Vertex 15552 -2.03922 20.0559 3.21815 {normal=(-0.539537 -0.469467 0.666279)}
Vertex 15553 -2.4624 20.2192 2.61309 {normal=(-0.901157 -0.017450 0.430802)}
Vertex 15554 -2.33352 19.8996 2.8193 {normal=(-0.747918 -0.227314 0.595015)}
Vertex 15555 -2.70308 19.846 2.11221 {normal=(-0.937640 0.066702 0.335317)}
Vertex 15556 -2.54818 19.5921 2.45482 {normal=(-0.810635 -0.141600 0.550401)}
Vertex 15557 -2.81515 19.5533 1.83846 {normal=(-0.948691 0.081338 0.291916)}
Vertex 15558 -2.88316 19.3357 1.72315 {normal=(-0.939221 0.208202 0.257848)}
Vertex 15559 -2.98025 19.0096 1.68587 {normal=(-0.936373 0.279677 0.199857)}
Vertex 15560 -2.61157 18.1677 3.10614 {normal=(-0.826326 0.017106 0.553324)}
Vertex 15561 -2.8247 18.4195 2.64372 {normal=(-0.917603 0.117557 0.367332)}
Vertex 15562 -2.97521 18.5984 2.08418 {normal=(-0.962935 0.084959 0.219692)}
Vertex 15563 -3.04099 18.8123 1.62474 {normal=(-0.986422 0.079333 0.048142)}
Vertex 15564 -3.00904 18.6532 1.49646 {normal=(-0.969704 -0.177721 -0.155572)}
Vertex 15565 -2.50748 20.5197 2.57259 {normal=(-0.865185 -0.257994 0.404321)}
Vertex 15566 -2.72785 20.1679 1.92059 {normal=(-0.877279 -0.165487 0.376586)}
Vertex 15567 -2.91231 19.5639 1.31524 {normal=(-0.976176 0.136899 0.161769)}
Vertex 15568 -2.98888 19.1386 1.17055 {normal=(-0.991114 0.047078 0.046960)}
Vertex 15569 -2.98518 17.9882 0.0225355 {normal=(-0.745305 -0.168564 -0.384478)}
Vertex 15570 -2.94259 17.3478 0.0454485 {normal=(-0.912484 -0.039531 -0.401553)}
Vertex 15571 -2.62837 17.1276 -0.534593 {normal=(-0.881011 -0.180095 -0.428797)}
Vertex 15572 -2.43264 17.1958 -1.07557 {normal=(-0.898165 -0.124342 -0.415866)}
Vertex 15573 -2.23491 17.4766 -1.49067 {normal=(-0.831661 -0.172563 -0.520611)}
Vertex 15574 -3.04291 19.8956 -1.31197 {normal=(-0.759007 -0.423999 0.278204)}
Vertex 15575 -1.51086 19.8294 3.38414 {normal=(-0.409746 0.161106 0.878717)}
Vertex 15576 -1.19794 19.7237 3.48438 {normal=(-0.133086 0.005208 0.966709)}
Vertex 15577 -0.928085 19.5375 3.48752 {normal=(0.047025 -0.002972 0.969880)}
Vertex 15578 -0.719245 19.327 3.47396 {normal=(0.205538 -0.002870 0.946918)}
Vertex 15579 -0.77517 19.1998 3.47862 {normal=(0.259975 -0.117029 0.932267)}
Vertex 15580 -1.31757 19.0367 3.54519 {normal=(-0.016884 0.257438 0.946530)}
Vertex 15581 -1.86104 19.0098 3.45103 {normal=(-0.272812 0.521741 0.800525)}
Vertex 15582 -2.16191 19.1285 3.19054 {normal=(-0.485308 0.637006 0.586013)}
Vertex 15583 -2.27705 19.3046 2.83254 {normal=(-0.732598 0.460330 0.469340)}
Vertex 15584 -2.26302 19.4151 2.78762 {normal=(-0.829431 0.229538 0.498570)}
Vertex 15585 -2.12249 19.5616 2.93413 {normal=(-0.761650 0.190374 0.602094)}
Vertex 15586 -1.85961 19.7444 3.16546 {normal=(-0.631760 0.133991 0.747770)}
Vertex 15587 -0.901719 19.5735 3.46951 {normal=(0.347167 0.333963 0.875297)}
Vertex 15588 -0.88338 19.5988 3.49005 {normal=(-0.503173 -0.696911 0.478780)}
Vertex 15589 -0.655871 19.3773 3.46305 {normal=(-0.393575 -0.379067 0.829093)}
Vertex 15590 -0.641545 19.3076 3.44619 {normal=(0.034447 -0.138627 0.945028)}
Vertex 15591 -0.687026 19.3487 3.45616 {normal=(0.468646 0.169423 0.854843)}
Vertex 15592 -1.18018 19.7726 3.47135 {normal=(0.065625 0.356434 0.926148)}
Vertex 15593 -1.16982 19.8048 3.49216 {normal=(-0.535578 -0.748829 0.326459)}
Vertex 15594 -1.49094 19.8972 3.36069 {normal=(-0.360703 0.413803 0.827809)}
Vertex 15595 -1.49557 19.9548 3.37178 {normal=(-0.402842 -0.709127 0.525451)}
Vertex 15596 -1.8615 19.8189 3.13092 {normal=(-0.666826 0.328784 0.661895)}
Vertex 15597 -1.89025 19.8908 3.13007 {normal=(-0.376829 -0.550256 0.714832)}
Vertex 15598 -2.13501 19.6218 2.86917 {normal=(-0.819878 0.352893 0.447234)}
Vertex 15599 -2.16864 19.6944 2.84405 {normal=(-0.541297 -0.379013 0.739358)}
Vertex 15600 -2.31929 19.425 2.65742 {normal=(-0.874320 0.313281 0.367418)}
Vertex 15601 -2.37082 19.3716 2.59691 {normal=(-0.752754 0.311757 0.567295)}
Vertex 15602 -2.41339 19.3846 2.55092 {normal=(-0.655139 0.149253 0.731244)}
Vertex 15603 -2.36827 19.4704 2.59621 {normal=(-0.614970 -0.209667 0.753270)}
Vertex 15604 -0.393111 17.967 4.31363 {normal=(0.046266 -0.979412 -0.065220)}
Vertex 15605 -0.250986 17.864 4.32633 {normal=(-0.910487 -0.312933 0.179611)}
Vertex 15606 -0.431825 17.8099 4.1504 {normal=(-0.338496 0.342560 0.874722)}
Vertex 15607 -0.654217 17.8694 4.14891 {normal=(0.454582 -0.859701 0.207866)}
Vertex 15608 -0.563135 17.9133 4.24179 {normal=(0.345041 -0.936030 0.033374)}
Vertex 15609 -0.30092 17.9365 4.33914 {normal=(-0.639909 -0.746193 0.018550)}
Vertex 15610 -0.288643 18.5695 4.67877 {normal=(-0.571543 0.557595 0.557631)}
Vertex 15611 -0.454329 18.4649 4.41799 {normal=(-0.858035 0.456252 0.233809)}
Vertex 15612 -0.569988 18.3904 4.16422 {normal=(-0.678464 0.678632 0.245144)}
Vertex 15613 -0.677687 18.3475 4.06789 {normal=(-0.611902 0.758422 0.170276)}
Vertex 15614 -0.740124 18.2774 3.98338 {normal=(-0.766594 0.573441 -0.242740)}
Vertex 15615 -1.86265e-009 18.2177 4.88862 {normal=(0.000000 -0.010811 0.994415)}
Vertex 15616 -0.306783 18.2 4.80813 {normal=(-0.588288 -0.064475 0.773135)}
Vertex 15617 -0.477281 18.1671 4.5442 {normal=(-0.900944 -0.093389 0.420306)}
Vertex 15618 -0.547776 18.1477 4.4208 {normal=(-0.748720 0.120125 0.631177)}
Vertex 15619 -0.726687 18.0878 4.27635 {normal=(-0.737809 0.145149 0.648205)}
Vertex 15620 -0.82724 17.9738 4.12037 {normal=(-0.897886 -0.148677 0.396971)}
Vertex 15621 -0.869784 17.768 3.97025 {normal=(-0.644066 0.274628 0.708487)}
Vertex 15622 -0.955927 17.4804 4.02387 {normal=(-0.664228 0.213926 0.711475)}
Vertex 15623 -0.234642 17.8088 4.44694 {normal=(-0.923500 -0.352573 0.057328)}
Vertex 15624 -0.310009 17.9286 4.54305 {normal=(-0.622991 -0.757917 0.041409)}
Vertex 15625 -0.430933 17.9556 4.42822 {normal=(-0.059849 -0.974604 0.130661)}
Vertex 15626 -0.62573 17.9101 4.30421 {normal=(-0.004226 -0.895366 0.399145)}
Vertex 15627 -0.716827 17.8442 4.1727 {normal=(0.114446 -0.870891 0.427466)}
Vertex 15628 -0.606555 18.3918 3.94932 {normal=(-0.585399 0.732576 -0.224549)}
Vertex 15629 -0.74774 18.2015 3.90651 {normal=(-0.791326 0.468763 -0.369736)}
Vertex 15630 -0.748644 18.1839 3.87292 {normal=(-0.848702 0.512005 -0.074345)}
Vertex 15631 -0.848928 17.9681 3.94322 {normal=(-0.968292 0.094069 -0.110724)}
Vertex 15632 -0.829795 17.8562 4.01479 {normal=(-0.914094 -0.254012 0.300080)}
Vertex 15633 -0.836625 17.8279 3.98365 {normal=(-0.818760 0.024232 0.559066)}
Vertex 15634 -0.793318 17.7222 4.05295 {normal=(-0.579187 0.201771 0.774210)}
Vertex 15635 -0.626743 18.3563 3.89633 {normal=(-0.798745 0.510018 0.234762)}
Vertex 15636 -0.761201 18.1674 3.83249 {normal=(-0.828508 0.421476 0.320869)}
Vertex 15637 -0.82934 18.0725 3.81532 {normal=(-0.621715 0.450750 0.604621)}
Vertex 15638 -1.07502 17.8474 3.7696 {normal=(-0.573238 0.267085 0.765656)}
Vertex 15639 -1.10276 17.9872 3.72495 {normal=(-0.263605 -0.048533 0.957187)}
Vertex 15640 0 16.9508 3.95254 {normal=(0.000000 -0.919710 0.340919)}
Vertex 15641 -0.379576 17.0021 3.86189 {normal=(-0.264107 -0.894082 0.326247)}
Vertex 15642 -0.746066 17.0532 3.70281 {normal=(-0.286175 -0.878780 0.340288)}
Vertex 15643 -1.21535 17.1229 3.45016 {normal=(-0.376121 -0.828105 0.383167)}
Vertex 15644 -1.62601 17.0789 3.10244 {normal=(0.041538 -0.478550 0.858371)}
Vertex 15645 -1.53159 17.1462 3.17593 {normal=(-0.304930 -0.770959 0.515346)}
Vertex 15646 -1.76694 16.6866 2.96478 {normal=(0.077168 -0.212997 0.958697)}
Vertex 15647 -1.74752 16.2091 2.95134 {normal=(-0.096354 0.215493 0.950711)}
Vertex 15648 -1.54612 16.014 3.11913 {normal=(-0.392542 0.527498 0.745156)}
Vertex 15649 -1.17583 15.9828 3.36372 {normal=(-0.390455 0.733043 0.534047)}
Vertex 15650 -0.715608 16.0441 3.63808 {normal=(-0.343851 0.783292 0.493125)}
Vertex 15651 -0.351479 16.0662 3.79539 {normal=(-0.208106 0.804178 0.536294)}
Vertex 15652 -1.86265e-009 16.0677 3.87686 {normal=(0.000000 0.823034 0.545568)}
Vertex 15653 -0.44178 15.8335 4.10151 {normal=(-0.312284 0.144732 0.926447)}
Vertex 15654 -0.419309 15.9353 4.04044 {normal=(-0.214678 0.790755 0.553964)}
Vertex 15655 -0.865971 15.7855 3.91787 {normal=(-0.494523 0.021546 0.851556)}
Vertex 15656 -0.837543 15.8984 3.87047 {normal=(-0.359047 0.761508 0.514121)}
Vertex 15657 -1.3217 15.7259 3.58195 {normal=(-0.653382 -0.119269 0.725412)}
Vertex 15658 -1.30509 15.8398 3.55132 {normal=(-0.493194 0.697133 0.492153)}
Vertex 15659 -1.72418 15.7434 3.16245 {normal=(-0.709772 -0.093056 0.683615)}
Vertex 15660 -1.67417 15.8491 3.17788 {normal=(-0.488952 0.500747 0.696073)}
Vertex 15661 -1.9632 16.0139 2.93337 {normal=(-0.531035 -0.012657 0.835604)}
Vertex 15662 -2.03136 16.1771 2.92038 {normal=(-0.315211 -0.227417 0.917909)}
Vertex 15663 -2.00128 16.6898 3.02315 {normal=(0.136009 -0.248233 0.952835)}
Vertex 15664 -1.83399 17.2252 3.25938 {normal=(0.032149 -0.594920 0.800067)}
Vertex 15665 -1.64095 17.3062 3.35185 {normal=(-0.406438 -0.427233 0.755173)}
Vertex 15666 -1.6294 17.2216 3.2849 {normal=(-0.233137 -0.778512 0.541170)}
Vertex 15667 -1.3216 17.286 3.67424 {normal=(-0.710097 -0.213488 0.653786)}
Vertex 15668 -1.30157 17.2019 3.61317 {normal=(-0.450434 -0.812669 0.342568)}
Vertex 15669 -0.899533 17.1453 3.97413 {normal=(-0.344517 -0.862228 0.328825)}
Vertex 15670 -0.516874 17.1653 4.2385 {normal=(-0.299634 -0.317037 0.886748)}
Vertex 15671 -0.49282 17.0877 4.15598 {normal=(-0.246094 -0.883254 0.364137)}
Vertex 15672 -2.27473 17.4125 3.2212 {normal=(-0.471283 -0.369636 0.796349)}
Vertex 15673 -2.21177 17.1148 3.12397 {normal=(-0.292292 -0.319900 0.899759)}
Vertex 15674 -1.86265e-009 15.2143 3.93971 {normal=(0.000000 0.233769 0.960137)}
Vertex 15675 -0.382987 15.2344 3.90401 {normal=(-0.176399 0.139026 0.967059)}
Vertex 15676 -0.390824 15.3409 3.92421 {normal=(-0.166483 -0.494986 0.840954)}
Vertex 15677 -0.767208 15.2356 3.79566 {normal=(-0.418880 0.043959 0.901450)}
Vertex 15678 -0.769195 15.3335 3.80783 {normal=(-0.363378 -0.453610 0.794935)}
Vertex 15679 -0.749306 19.166 3.45183 {normal=(0.430209 -0.343335 0.827121)}
Vertex 15680 -0.637929 19.2229 3.42774 {normal=(0.076215 -0.257477 0.912275)}
Vertex 15681 -0.612626 19.2011 3.44304 {normal=(-0.725191 0.188131 0.622263)}
Vertex 15682 -0.726039 19.1073 3.45394 {normal=(-0.244983 0.486537 0.795185)}
Vertex 15683 -1.36165 18.9466 3.55467 {normal=(0.067179 -0.024045 0.983322)}
Vertex 15684 -1.90077 18.7581 3.54294 {normal=(-0.186962 0.100096 0.972398)}
Vertex 15685 -1.9036 18.8696 3.51474 {normal=(-0.244990 0.379195 0.885177)}
Vertex 15686 -3.00049 19.1315 0.102693 {normal=(-0.743755 -0.074034 -0.297831)}
Vertex 15687 -2.99303 18.5195 0.0602455 {normal=(-0.821839 0.027081 -0.318710)}
Vertex 15688 -1.1728 22.6299 -2.32307 {normal=(-0.319040 0.828246 -0.446600)}
Vertex 15689 -1.72959 22.3375 -2.23468 {normal=(-0.575587 0.617990 -0.514395)}
Vertex 15690 -2.57383 21.5891 -1.8472 {normal=(-0.779096 0.384952 -0.464145)}
Vertex 15691 -2.99763 21.1701 -1.16044 {normal=(-0.932495 0.192250 -0.262954)}
Vertex 15692 -3.05801 21.1127 -0.911509 {normal=(-0.960939 0.220660 -0.047591)}
Vertex 15693 -3.08621 21.0277 -0.405937 {normal=(-0.974867 0.145150 0.001396)}
Vertex 15694 -3.09099 20.9559 -0.213211 {normal=(-0.968207 0.169661 0.065024)}
Vertex 15695 -3.08661 20.6569 0.334449 {normal=(-0.925464 0.205956 0.271690)}
Vertex 15696 -2.96583 20.1355 0.85868 {normal=(-0.874395 0.202581 0.427235)}
Vertex 15697 -2.96304 19.8684 0.961287 {normal=(-0.912536 0.079669 0.378865)}
Vertex 15698 -3.01148 19.4606 0.907637 {normal=(-0.907690 0.067279 0.393996)}
Vertex 15699 -3.00342 18.8851 1.06169 {normal=(-0.941916 0.035704 0.292161)}
Vertex 15700 -2.92751 18.4568 1.26895 {normal=(-0.957848 -0.194620 0.083753)}
Vertex 15701 -2.87677 18.2257 1.25253 {normal=(-0.922383 -0.216307 0.286925)}
Vertex 15702 -2.90559 18.0362 1.0712 {normal=(-0.896690 -0.184404 0.384490)}
Vertex 15703 -2.92448 17.9321 0.978103 {normal=(-0.900379 -0.153108 0.390933)}
Vertex 15704 -2.97902 17.5788 0.650494 {normal=(-0.939169 -0.147200 0.282063)}
Vertex 15705 -3.02251 17.3954 0.30506 {normal=(-0.968563 -0.145846 -0.022706)}
Vertex 15706 -2.9824 18.2756 0.0291322 {normal=(-0.797767 0.036384 -0.359284)}
Vertex 15707 -3.07551 18.1449 -0.162313 {normal=(-0.839070 -0.071949 0.518206)}
Vertex 15708 -2.60796 17.6875 -0.806108 {normal=(-0.853455 -0.207768 -0.466267)}
Vertex 15709 -2.73689 17.6024 -0.508029 {normal=(-0.795829 -0.347867 -0.467453)}
Vertex 15710 -3.15748 19.0721 -0.13516 {normal=(-0.720619 -0.393710 0.547432)}
Vertex 15711 -2.9029 19.2998 -1.29794 {normal=(-0.703336 -0.197704 -0.597047)}
Vertex 15712 -3.03439 19.7262 -1.24376 {normal=(-0.655695 0.037567 -0.614917)}
Vertex 15713 -3.11373 20.1802 -0.900279 {normal=(-0.796593 -0.234520 0.006185)}
Vertex 15714 -2.70273 18.7385 -1.53978 {normal=(-0.879809 -0.205696 0.279199)}
Vertex 15715 -2.59293 18.3137 -1.34904 {normal=(-0.916740 -0.034303 0.123248)}
Vertex 15716 -2.77091 18.4678 -1.03913 {normal=(-0.539059 -0.450776 -0.640566)}
Vertex 15717 -2.76688 18.1738 -0.832003 {normal=(-0.488160 -0.443997 -0.693623)}
Vertex 15718 -3.09282 20.2178 -0.106983 {normal=(-0.784306 -0.227106 -0.083488)}
Vertex 15719 -3.29494 20.0532 -0.230667 {normal=(-0.608564 0.534116 0.574338)}
Vertex 15720 -3.05537 19.9663 0.0154847 {normal=(-0.732542 -0.072079 -0.172499)}
Vertex 15721 -3.02173 19.5874 0.0777203 {normal=(-0.694528 -0.035219 -0.036217)}
Vertex 15722 2.94576 17.7384 -0.304821 {normal=(0.797921 -0.530176 -0.118234)}
Vertex 15723 3.1269 18.7716 -0.257944 {normal=(0.955755 -0.118927 0.138466)}
Vertex 15724 3.18458 19.3432 -0.00906 {normal=(0.553121 -0.234016 0.791266)}
Vertex 15725 3.24006 19.663 -0.00110175 {normal=(0.413986 0.135219 0.889247)}
Vertex 15726 3.34285 19.3795 -0.132736 {normal=(0.819211 -0.310317 0.409006)}
Vertex 15727 3.26964 19.127 -0.238668 {normal=(0.809662 -0.473911 0.181568)}
Vertex 15728 3.41422 19.6667 -0.134648 {normal=(0.824651 -0.076064 0.505667)}
Vertex 15729 3.49639 19.9096 -0.304402 {normal=(0.839313 0.237519 0.369880)}
Vertex 15730 3.2516 19.2266 -0.424968 {normal=(0.842925 -0.109952 -0.490485)}
Vertex 15731 3.15705 19.0898 -0.531983 {normal=(0.833009 -0.264947 -0.468176)}
Vertex 15732 3.3358 19.4055 -0.334377 {normal=(0.820861 -0.185099 -0.480379)}
Vertex 15733 3.42147 19.6207 -0.324858 {normal=(0.798463 -0.391631 -0.358113)}
Vertex 15734 3.47 19.7731 -0.440203 {normal=(0.757981 -0.556911 -0.220310)}
Vertex 15735 3.51671 20.0233 -0.598812 {normal=(0.877182 0.353761 0.030043)}
Vertex 15736 3.46621 19.8074 -0.630458 {normal=(0.756308 -0.608786 0.020820)}
Vertex 15737 3.50346 19.9473 -0.935171 {normal=(0.839574 0.343598 -0.244134)}
Vertex 15738 3.45952 19.7496 -0.858855 {normal=(0.787347 -0.538729 0.222745)}
Vertex 15739 3.46371 19.6955 -1.20726 {normal=(0.866910 0.105131 -0.382926)}
Vertex 15740 3.43195 19.5874 -1.02454 {normal=(0.841269 -0.340115 0.370033)}
Vertex 15741 3.39881 19.2944 -1.30247 {normal=(0.898520 -0.118756 -0.350251)}
Vertex 15742 3.38841 19.2713 -1.10707 {normal=(0.905025 -0.166211 0.355937)}
Vertex 15743 3.33153 18.8145 -1.21886 {normal=(0.911539 -0.249002 -0.216722)}
Vertex 15744 3.31814 18.9002 -1.06393 {normal=(0.904514 -0.081585 0.401099)}
Vertex 15745 3.25515 18.4764 -1.05764 {normal=(0.886387 -0.294974 -0.233046)}
Vertex 15746 3.24359 18.5899 -0.874828 {normal=(0.992375 -0.054298 0.053283)}
Vertex 15747 3.19094 18.4615 -0.48375 {normal=(0.925638 0.233287 0.291898)}
Vertex 15748 3.2036 18.5802 -0.612104 {normal=(0.903233 0.199989 0.341579)}
Vertex 15749 3.10937 18.6739 -0.411693 {normal=(0.955018 0.162339 -0.070881)}
Vertex 15750 3.08431 18.769 -0.489584 {normal=(0.941280 0.123996 -0.011277)}
Vertex 15751 3.24068 18.7792 -0.755788 {normal=(0.848799 0.190142 0.395341)}
Vertex 15752 3.28003 18.9366 -0.979806 {normal=(0.945238 -0.135678 0.053826)}
Vertex 15753 3.32306 19.2664 -0.986642 {normal=(0.932237 -0.053748 0.108831)}
Vertex 15754 3.34847 19.452 -0.779394 {normal=(0.961558 0.201191 -0.083371)}
Vertex 15755 3.31377 19.5219 -0.903712 {normal=(0.901129 -0.124045 0.229005)}
Vertex 15756 3.32175 19.5842 -0.683989 {normal=(0.974331 0.151488 0.101792)}
Vertex 15757 3.32523 19.6531 -0.798501 {normal=(0.812316 -0.433989 0.220189)}
Vertex 15758 3.31799 19.7054 -0.625792 {normal=(0.742025 -0.576166 0.139494)}
Vertex 15759 3.28799 19.5348 -0.579836 {normal=(0.832623 -0.103564 0.523686)}
Vertex 15760 3.21204 19.4855 -0.461854 {normal=(0.844955 -0.201538 -0.269049)}
Vertex 15761 3.31024 19.3181 -0.72292 {normal=(0.581777 -0.506992 0.572012)}
Vertex 15762 3.15221 19.3144 -0.560064 {normal=(0.843868 -0.300480 -0.124188)}
Vertex 15763 3.16729 17.9115 -0.40018 {normal=(0.689483 -0.651706 0.208716)}
Vertex 15764 3.29585 19.1419 -0.863951 {normal=(0.358036 -0.386315 0.822049)}
Vertex 15765 3.06364 19.1366 -0.749678 {normal=(0.788378 -0.384062 0.157402)}
Vertex 15766 3.29311 19.7795 -1.29877 {normal=(0.033800 0.465002 -0.821222)}
Vertex 15767 3.26981 19.2995 -1.39845 {normal=(-0.050801 0.006428 -0.938047)}
Vertex 15768 3.20929 18.7848 -1.31834 {normal=(-0.030771 -0.284056 -0.886177)}
Vertex 15769 3.11185 18.4273 -1.14807 {normal=(-0.092390 -0.461673 -0.801157)}
Vertex 15770 3.12823 17.8387 -0.722146 {normal=(0.321174 -0.766353 -0.368947)}
Vertex 15771 2.92036 18.2023 -0.852494 {normal=(-0.545636 -0.402877 -0.717619)}
Vertex 15772 2.94769 18.4915 -1.04613 {normal=(-0.509723 -0.375584 -0.757672)}
Vertex 15773 3.00776 18.8275 -1.20656 {normal=(-0.440093 -0.208281 -0.861218)}
Vertex 15774 2.82735 18.8522 -1.22165 {normal=(0.590029 -0.327575 -0.655071)}
Vertex 15775 3.05502 19.2732 -1.27841 {normal=(-0.347170 -0.001566 -0.918514)}
Vertex 15776 2.96395 18.346 1.84429 {normal=(0.948788 -0.300384 -0.019300)}
Vertex 15777 2.82525 18.0358 1.66001 {normal=(0.925777 -0.370334 -0.024630)}
Vertex 15778 2.74296 17.8915 2.10856 {normal=(0.880279 -0.470909 0.054296)}
Vertex 15779 2.87891 18.191 2.39258 {normal=(0.935582 -0.294580 0.138446)}
Vertex 15780 2.76181 17.8326 1.53248 {normal=(0.947262 -0.275115 0.144416)}
Vertex 15781 2.61807 17.6064 1.87144 {normal=(0.910214 -0.391605 0.124423)}
Vertex 15782 2.75481 17.6681 1.38969 {normal=(0.932501 -0.162341 0.315100)}
Vertex 15783 2.59135 17.4095 1.68973 {normal=(0.925960 -0.201812 0.308192)}
Vertex 15784 2.80325 17.4963 1.21984 {normal=(0.926524 -0.090984 0.363145)}
Vertex 15785 2.66925 17.1648 1.43007 {normal=(0.912291 -0.094416 0.397775)}
Vertex 15786 2.89317 17.144 0.878871 {normal=(0.944328 -0.075037 0.316279)}
Vertex 15787 2.78158 16.8516 1.08408 {normal=(0.925279 -0.127420 0.355405)}
Vertex 15788 2.97269 16.885 0.514873 {normal=(0.969319 -0.168260 0.082393)}
Vertex 15789 2.8836 16.7016 0.180623 {normal=(0.941460 -0.251268 -0.209550)}
Vertex 15790 2.73631 16.2126 0.419943 {normal=(0.908188 -0.412214 -0.023248)}
Vertex 15791 2.72561 16.5144 -0.166824 {normal=(0.852047 -0.292323 -0.416248)}
Vertex 15792 2.55419 15.9535 0.0823893 {normal=(0.789380 -0.524543 -0.288046)}
Vertex 15793 2.52333 16.4462 -0.502583 {normal=(0.905644 -0.273603 -0.291853)}
Vertex 15794 2.40587 16.7008 -1.25794 {normal=(0.913450 -0.091548 -0.370284)}
Vertex 15795 2.32855 16.2015 -1.38246 {normal=(0.921385 -0.027152 -0.343235)}
Vertex 15796 2.27297 15.6929 -1.56843 {normal=(0.914142 0.095841 -0.357507)}
Vertex 15797 2.37325 15.1704 -0.64247 {normal=(0.974146 -0.032247 0.184059)}
Vertex 15798 2.09007 17.0814 -1.7406 {normal=(0.723101 -0.028824 -0.687136)}
Vertex 15799 1.83651 16.6894 -1.99518 {normal=(0.659661 0.057059 -0.746017)}
Vertex 15800 1.66508 16.1746 -2.23656 {normal=(0.627779 0.173581 -0.752921)}
Vertex 15801 0.738083 16.6597 -2.686 {normal=(0.349882 0.150318 -0.918016)}
Vertex 15802 2.83182 21.7899 -1.31606 {normal=(0.859076 0.306232 -0.381792)}
Vertex 15803 2.21651 22.6928 -1.39051 {normal=(0.631944 0.626172 -0.425973)}
Vertex 15804 2.99195 21.7607 -0.720061 {normal=(0.951414 0.255064 -0.141299)}
Vertex 15805 2.65212 22.6018 -0.344693 {normal=(0.796524 0.581513 -0.062327)}
Vertex 15806 3.07222 21.6142 -0.205129 {normal=(0.981373 0.161906 0.008809)}
Vertex 15807 2.78421 22.2557 0.385499 {normal=(0.874590 0.438023 0.184928)}
Vertex 15808 3.06806 21.3934 0.105809 {normal=(0.987474 0.075645 0.122146)}
Vertex 15809 2.8183 21.9205 0.798733 {normal=(0.909366 0.305648 0.268816)}
Vertex 15810 3.00771 20.9529 0.597554 {normal=(0.969844 0.032098 0.234580)}
Vertex 15811 2.80413 21.465 1.20365 {normal=(0.928284 0.148940 0.328637)}
Vertex 15812 2.8583 20.4003 1.08471 {normal=(0.956087 0.060859 0.278855)}
Vertex 15813 2.71576 20.9144 1.5407 {normal=(0.944046 0.057656 0.320753)}
Vertex 15814 2.69169 20.4772 1.73566 {normal=(0.851703 0.363657 -0.057985)}
Vertex 15815 1.49092 23.1363 -1.27559 {normal=(0.278176 0.893133 -0.326192)}
Vertex 15816 0.228283 23.514 -0.475232 {normal=(0.040276 0.984448 -0.164096)}
Vertex 15817 1.98402 23.1725 0.168084 {normal=(0.465752 0.865526 0.063768)}
Vertex 15818 1.09002 23.4201 0.704946 {normal=(0.247280 0.947665 0.144473)}
Vertex 15819 2.11934 22.7598 1.2519 {normal=(0.618630 0.688541 0.354154)}
Vertex 15820 1.27149 22.9213 1.84623 {normal=(0.319677 0.805489 0.492167)}
Vertex 15821 2.19789 22.3446 1.75404 {normal=(0.697526 0.530808 0.464422)}
Vertex 15822 2.2631 21.898 2.07433 {normal=(0.758779 0.390216 0.507946)}
Vertex 15823 1.61967 21.9457 2.72159 {normal=(0.484495 0.534572 0.686660)}
Vertex 15824 2.33248 21.3972 2.3009 {normal=(0.829787 0.282261 0.467833)}
Vertex 15825 1.78905 21.4358 2.96833 {normal=(0.551601 0.433699 0.702587)}
Vertex 15826 2.39356 21.0056 2.44346 {normal=(0.734433 0.539381 0.225587)}
Vertex 15827 1.94968 20.9979 3.0891 {normal=(0.428646 0.608834 0.611302)}
Vertex 15828 1.54006 20.839 3.40743 {normal=(0.281081 0.570035 0.746617)}
Vertex 15829 1.44247 21.2867 3.23668 {normal=(0.323872 0.433235 0.839245)}
Vertex 15830 1.26919 21.824 2.97669 {normal=(0.218353 0.539325 0.812295)}
Vertex 15831 1.15684 20.6097 3.73852 {normal=(0.229223 0.587537 0.760780)}
Vertex 15832 1.08361 21.0466 3.50307 {normal=(0.282769 0.496680 0.819052)}
Vertex 15833 0.854909 21.6107 3.19908 {normal=(0.192189 0.535348 0.822376)}
Vertex 15834 0.799816 20.39 3.95063 {normal=(-0.001807 0.460376 0.875573)}
Vertex 15835 0.712369 20.7226 3.80606 {normal=(0.103162 0.451196 0.878929)}
Vertex 15836 0.498268 21.3969 3.42429 {normal=(0.148991 0.534165 0.831102)}
Vertex 15837 0.376696 20.0359 3.99556 {normal=(-0.123114 -0.080057 0.954162)}
Vertex 15838 0.39709 20.5058 3.88916 {normal=(0.066300 0.348282 0.928402)}
Vertex 15839 0.155088 20.0903 4.0222 {normal=(0.090740 -0.058560 0.985207)}
Vertex 15840 0.200427 20.4782 3.94029 {normal=(0.128411 0.340346 0.924688)}
Vertex 15841 -9.31323e-010 20.1134 4.02298 {normal=(0.000000 -0.031625 0.994655)}
Vertex 15842 9.31323e-010 20.5048 3.93861 {normal=(0.000000 0.367994 0.925220)}
Vertex 15843 -9.31323e-010 21.2437 3.51963 {normal=(0.000000 0.506194 0.856085)}
Vertex 15844 0 22.9125 2.28447 {normal=(0.000000 0.782591 0.611346)}
Vertex 15845 0.537195 22.9301 2.16137 {normal=(0.166961 0.795509 0.575793)}
Vertex 15846 0 23.4959 1.05869 {normal=(0.000000 0.964775 0.228658)}
Vertex 15847 0.490881 23.4975 0.982505 {normal=(0.104011 0.961052 0.213548)}
Vertex 15848 2.13695 15.805 2.75493 {normal=(0.715131 -0.296238 0.616485)}
Vertex 15849 2.2451 15.4893 2.29806 {normal=(0.871560 -0.277293 0.389922)}
Vertex 15850 1.78158 15.1198 2.67718 {normal=(0.683953 -0.429885 0.588388)}
Vertex 15851 1.75524 15.4726 2.99383 {normal=(0.685495 -0.399224 0.605322)}
Vertex 15852 1.43016 14.8888 2.94886 {normal=(0.764926 -0.359821 0.529517)}
Vertex 15853 1.80955 14.7142 2.37524 {normal=(0.720957 -0.513723 0.434610)}
Vertex 15854 1.88433 14.7871 1.72119 {normal=(0.661160 -0.711457 -0.226031)}
Vertex 15855 1.67198 14.5168 2.19377 {normal=(0.563794 -0.815275 -0.005295)}
Vertex 15856 1.53198 14.5931 1.4774 {normal=(0.546904 -0.799804 -0.241429)}
Vertex 15857 1.36315 14.3753 1.95557 {normal=(0.407529 -0.898996 -0.133861)}
Vertex 15858 1.19122 14.4571 1.39721 {normal=(0.210505 -0.917278 -0.310972)}
Vertex 15859 1.10123 14.3108 1.89059 {normal=(0.192316 -0.956589 -0.213621)}
Vertex 15860 0.527963 14.3753 1.52087 {normal=(0.049403 -0.924098 -0.377853)}
Vertex 15861 0.55878 14.2212 1.92749 {normal=(0.109641 -0.942095 -0.314259)}
Vertex 15862 0.514287 14.0861 2.34102 {normal=(0.176374 -0.950722 -0.247718)}
Vertex 15863 -0.019145 14.3239 1.56619 {normal=(0.000006 -0.918764 -0.392230)}
Vertex 15864 2.28411 16.156 2.75623 {normal=(0.742214 -0.282500 0.562994)}
Vertex 15865 2.37657 16.1438 2.4274 {normal=(0.971531 -0.183629 0.131069)}
Vertex 15866 2.44382 15.8313 1.93901 {normal=(0.948917 -0.154461 0.269785)}
Vertex 15867 2.4125 15.5281 1.74267 {normal=(0.938888 -0.318457 0.020972)}
Vertex 15868 2.27439 15.3302 1.56778 {normal=(0.808539 -0.540258 -0.227259)}
Vertex 15869 1.98208 15.0387 1.34827 {normal=(0.721920 -0.648240 -0.235202)}
Vertex 15870 1.70907 14.8431 1.12578 {normal=(0.661846 -0.732129 -0.136072)}
Vertex 15871 0.561677 14.3605 1.16412 {normal=(0.172615 -0.668909 0.579966)}
Vertex 15872 2.74176 18.0108 2.79015 {normal=(0.910104 -0.296665 0.248570)}
Vertex 15873 2.66279 17.7786 2.43507 {normal=(0.896774 -0.438723 0.046162)}
Vertex 15874 2.58602 17.6037 2.61993 {normal=(0.950658 -0.303675 0.012377)}
Vertex 15875 2.58901 17.745 2.99317 {normal=(0.890319 -0.280519 0.329987)}
Vertex 15876 2.53724 17.3629 2.68373 {normal=(0.985160 -0.151046 -0.002169)}
Vertex 15877 2.47881 17.4036 3.04639 {normal=(0.820664 -0.229791 0.479576)}
Vertex 15878 2.51089 17.0923 2.67594 {normal=(0.985937 -0.124240 0.010725)}
Vertex 15879 2.42357 17.1003 3.00867 {normal=(0.736536 -0.225032 0.584889)}
Vertex 15880 2.37499 16.6731 2.9018 {normal=(0.728056 -0.254512 0.579633)}
Vertex 15881 2.41105 16.5776 2.1742 {normal=(0.992122 -0.014759 0.059703)}
Vertex 15882 2.55225 16.1141 1.66402 {normal=(0.973074 -0.091632 0.191917)}
Vertex 15883 2.51009 15.8478 1.43087 {normal=(0.947067 -0.313245 -0.015584)}
Vertex 15884 2.35294 15.5631 1.16182 {normal=(0.837096 -0.535926 -0.081314)}
Vertex 15885 2.08955 15.2607 0.934834 {normal=(0.748363 -0.657140 -0.079450)}
Vertex 15886 1.89957 15.0533 0.76251 {normal=(0.759954 -0.638875 0.074108)}
Vertex 15887 1.77584 14.664 0.526376 {normal=(0.828354 -0.297078 0.450342)}
Vertex 15888 2.07251 15.2377 0.441455 {normal=(0.843378 -0.511533 0.081341)}
Vertex 15889 2.01173 14.7984 0.164469 {normal=(0.891230 -0.200030 0.394977)}
Vertex 15890 2.2313 15.4365 0.612947 {normal=(0.751680 -0.656824 -0.030888)}
Vertex 15891 2.47073 15.7626 0.864879 {normal=(0.850272 -0.518570 0.051137)}
Vertex 15892 2.58832 16.0933 1.18406 {normal=(0.933871 -0.329337 0.114522)}
Vertex 15893 2.59783 16.3332 1.48504 {normal=(0.965786 -0.102963 0.219924)}
Vertex 15894 2.47361 16.3968 1.927 {normal=(0.949913 0.021071 0.311729)}
Vertex 15895 2.51314 16.628 1.79412 {normal=(0.948598 0.009644 0.315988)}
Vertex 15896 2.43177 16.8566 2.06698 {normal=(0.980080 -0.069861 0.149756)}
Vertex 15897 2.45333 16.9946 2.37354 {normal=(0.982017 -0.112989 -0.140627)}
Vertex 15898 2.54644 17.4706 2.08887 {normal=(0.940754 -0.332933 0.048089)}
Vertex 15899 2.51634 17.2557 1.85711 {normal=(0.963003 -0.131889 0.217028)}
Vertex 15900 2.60104 16.9633 1.56121 {normal=(0.933021 -0.041569 0.357185)}
Vertex 15901 2.71769 16.6817 1.21286 {normal=(0.945194 -0.088451 0.311413)}
Vertex 15902 2.49717 17.3338 2.24711 {normal=(0.969957 -0.235124 -0.002401)}
Vertex 15903 2.55179 16.7948 1.67576 {normal=(0.942657 -0.023196 0.332590)}
Vertex 15904 2.66081 16.4875 1.34323 {normal=(0.944189 -0.120913 0.298463)}
Vertex 15905 2.68169 16.2525 1.03124 {normal=(0.921619 -0.331189 0.192413)}
Vertex 15906 2.58131 15.9217 0.673152 {normal=(0.867100 -0.489125 0.067722)}
Vertex 15907 2.36118 15.6022 0.363521 {normal=(0.727105 -0.654450 -0.158354)}
Vertex 15908 2.18579 15.4523 0.174999 {normal=(0.855908 -0.458002 0.014313)}
Vertex 15909 2.16503 14.9109 -0.146574 {normal=(0.908996 -0.141452 0.388676)}
Vertex 15910 2.47785 17.2101 2.31312 {normal=(0.985253 -0.143997 -0.078448)}
Vertex 15911 0.0372515 19.7208 3.97014 {normal=(0.109501 0.048066 0.965052)}
Vertex 15912 0.204334 19.2502 4.17825 {normal=(0.513809 0.553483 0.643432)}
Vertex 15913 0.227915 18.9702 4.3888 {normal=(0.541723 0.508189 0.649757)}
Vertex 15914 0.259853 18.7371 4.54962 {normal=(0.585522 0.511872 0.588839)}
Vertex 15915 0.357781 19.481 3.8343 {normal=(0.743854 -0.034215 0.599817)}
Vertex 15916 0.360944 19.1791 4.02481 {normal=(0.826088 0.377486 0.410662)}
Vertex 15917 0.399166 18.886 4.19273 {normal=(0.876728 0.272705 0.385254)}
Vertex 15918 0.41747 18.6119 4.31339 {normal=(0.903731 0.306494 0.285147)}
Vertex 15919 0.499588 19.309 3.58495 {normal=(0.805608 0.099350 0.530600)}
Vertex 15920 0.537862 19.0432 3.74502 {normal=(0.811720 0.369388 0.440800)}
Vertex 15921 0.80651 18.9124 3.55402 {normal=(0.328897 0.433896 0.803989)}
Vertex 15922 0.851787 18.6542 3.66368 {normal=(0.370779 0.337763 0.853359)}
Vertex 15923 0.858311 18.395 3.75414 {normal=(0.342036 0.209721 0.907824)}
Vertex 15924 0.4683 19.8693 3.96435 {normal=(-0.304256 -0.433105 0.780391)}
Vertex 15925 0.591804 19.5028 3.57294 {normal=(0.408045 -0.579391 0.679343)}
Vertex 15926 0.674838 19.3605 3.44898 {normal=(-0.112321 -0.049078 0.956320)}
Vertex 15927 1.36073 18.9142 3.55321 {normal=(-0.064442 0.025620 0.991011)}
Vertex 15928 0.312275 18.4052 4.78891 {normal=(0.582376 0.295092 0.706019)}
Vertex 15929 0.486365 18.3303 4.51116 {normal=(0.903668 0.217766 0.347117)}
Vertex 15930 0.577502 18.2905 4.3258 {normal=(0.756329 0.422880 0.459679)}
Vertex 15931 0.740756 18.2201 4.19017 {normal=(0.729935 0.486915 0.447374)}
Vertex 15932 0.843179 18.1016 4.05616 {normal=(0.935813 0.256361 0.057817)}
Vertex 15933 0.771342 17.8701 4.16614 {normal=(0.660236 -0.493438 0.519387)}
Vertex 15934 0.681014 17.9643 4.32968 {normal=(0.601212 -0.312379 0.692615)}
Vertex 15935 0.17184 17.759 4.5524 {normal=(0.551349 -0.644827 0.479094)}
Vertex 15936 0.425451 17.9276 4.12318 {normal=(0.314892 -0.451154 0.762915)}
Vertex 15937 0 17.5187 4.40762 {normal=(0.000000 -0.443866 0.879814)}
Vertex 15938 0.463904 17.6642 4.19922 {normal=(0.342327 0.310378 0.885233)}
Vertex 15939 0.194523 17.3223 4.339 {normal=(0.158820 -0.097340 0.978358)}
Vertex 15940 0 17.3001 4.34391 {normal=(0.000000 -0.137694 0.989835)}
Vertex 15941 0.510404 17.389 4.25593 {normal=(0.318114 0.083855 0.937569)}
Vertex 15942 0.448849 15.5604 4.06726 {normal=(0.262923 -0.358895 0.879319)}
Vertex 15943 0.838006 17.4592 4.11368 {normal=(0.466741 0.174764 0.858395)}
Vertex 15944 0.837625 15.479 3.86849 {normal=(0.466036 -0.370008 0.790144)}
Vertex 15945 1.23047 17.5256 3.75515 {normal=(0.670197 0.162161 0.718985)}
Vertex 15946 1.32251 18.5443 3.60682 {normal=(0.102491 0.216859 0.968077)}
Vertex 15947 1.22089 18.2363 3.70611 {normal=(0.182898 0.110839 0.970044)}
Vertex 15948 1.90737 18.8257 3.53433 {normal=(0.237929 0.219795 0.934301)}
Vertex 15949 1.87389 18.4126 3.574 {normal=(0.201709 0.086223 0.972456)}
Vertex 15950 1.71959 18.0276 3.61008 {normal=(0.178727 -0.109067 0.971965)}
Vertex 15951 2.31109 18.9746 3.17163 {normal=(0.676514 0.445257 0.569863)}
Vertex 15952 2.60046 18.6921 2.94791 {normal=(0.805152 0.312533 0.493124)}
Vertex 15953 2.15317 17.884 3.48853 {normal=(0.364627 -0.185103 0.899184)}
Vertex 15954 2.02382 17.4424 3.35363 {normal=(0.246092 -0.441893 0.858175)}
Vertex 15955 2.4147 17.8218 3.30025 {normal=(0.680853 -0.229834 0.684904)}
Vertex 15956 0.348324 14.9816 3.97552 {normal=(0.245315 0.198734 0.946300)}
Vertex 15957 0.310797 14.6363 4.02127 {normal=(0.210497 -0.130089 0.954214)}
Vertex 15958 0 14.6874 4.04247 {normal=(0.000000 -0.134155 0.984385)}
Vertex 15959 0.696301 14.9205 3.85713 {normal=(0.447640 0.036681 0.889224)}
Vertex 15960 0.549239 14.5435 3.90114 {normal=(0.434570 -0.248408 0.857570)}
Vertex 15961 0.988518 14.8073 3.63066 {normal=(0.728862 -0.194371 0.639315)}
Vertex 15962 0.707204 14.3956 3.74005 {normal=(0.575782 -0.489286 0.628014)}
Vertex 15963 1.09998 14.5396 3.27292 {normal=(0.778046 -0.432528 0.446173)}
Vertex 15964 0.702035 14.2434 3.52872 {normal=(0.577347 -0.709160 0.392201)}
Vertex 15965 1.03638 14.2723 3.0254 {normal=(0.611209 -0.723220 0.280895)}
Vertex 15966 0.653982 14.1438 3.37508 {normal=(0.456412 -0.840595 0.280061)}
Vertex 15967 0.757885 14.0883 2.87107 {normal=(0.407086 -0.908472 0.057816)}
Vertex 15968 0.514903 14.0537 3.26556 {normal=(0.394816 -0.890729 0.223993)}
Vertex 15969 0.412558 13.9645 2.79539 {normal=(0.226065 -0.962836 -0.104500)}
Vertex 15970 0.290738 13.9383 3.19879 {normal=(0.282581 -0.937566 0.171114)}
Vertex 15971 -0.016911 13.9303 2.76551 {normal=(-0.002081 -0.980339 -0.189073)}
Vertex 15972 -0.0024115 13.8862 3.19052 {normal=(-0.000546 -0.979490 0.129753)}
Vertex 15973 -1.86265e-009 14.0363 3.54685 {normal=(0.000002 -0.851123 0.519402)}
Vertex 15974 2.39609 19.2301 2.69455 {normal=(0.768185 0.461662 0.432544)}
Vertex 15975 2.13623 19.6496 2.84993 {normal=(0.778305 0.098234 0.609461)}
Vertex 15976 1.86397 19.8479 3.11862 {normal=(0.642426 0.096444 0.754136)}
Vertex 15977 1.48515 19.9237 3.35255 {normal=(0.439649 0.062371 0.884421)}
Vertex 15978 1.17201 19.7896 3.46603 {normal=(0.184836 -0.054836 0.948825)}
Vertex 15979 0.891531 19.5857 3.46255 {normal=(0.028822 -0.109288 0.948886)}
Vertex 15980 0.8801 19.779 3.82113 {normal=(0.300391 -0.800929 0.507291)}
Vertex 15981 0.870451 19.6569 3.64422 {normal=(0.354785 -0.802219 0.462417)}
Vertex 15982 1.21292 19.9455 3.77416 {normal=(0.512878 -0.693655 0.503671)}
Vertex 15983 1.18096 19.8372 3.63279 {normal=(0.534459 -0.787217 0.289917)}
Vertex 15984 1.63538 20.1483 3.59036 {normal=(0.566788 -0.577469 0.578296)}
Vertex 15985 1.55482 20.0294 3.49222 {normal=(0.446122 -0.770851 0.428561)}
Vertex 15986 2.03922 20.0559 3.21815 {normal=(0.539537 -0.469467 0.666279)}
Vertex 15987 2.4624 20.2192 2.61309 {normal=(0.901157 -0.017450 0.430802)}
Vertex 15988 2.33351 19.8995 2.8193 {normal=(0.747918 -0.227314 0.595015)}
Vertex 15989 2.70308 19.846 2.11221 {normal=(0.937639 0.066702 0.335319)}
Vertex 15990 2.54818 19.5921 2.45482 {normal=(0.810635 -0.141600 0.550401)}
Vertex 15991 2.81515 19.5533 1.83847 {normal=(0.948691 0.081334 0.291917)}
Vertex 15992 2.88315 19.3357 1.72315 {normal=(0.939221 0.208202 0.257848)}
Vertex 15993 2.98025 19.0096 1.68587 {normal=(0.936373 0.279677 0.199857)}
Vertex 15994 2.61157 18.1677 3.10614 {normal=(0.826326 0.017106 0.553324)}
Vertex 15995 2.82469 18.4195 2.64372 {normal=(0.917603 0.117557 0.367332)}
Vertex 15996 2.97521 18.5984 2.08418 {normal=(0.962935 0.084959 0.219692)}
Vertex 15997 3.04099 18.8123 1.62474 {normal=(0.986422 0.079333 0.048142)}
Vertex 15998 3.00904 18.6532 1.49646 {normal=(0.969704 -0.177721 -0.155572)}
Vertex 15999 2.50748 20.5197 2.57259 {normal=(0.865185 -0.257994 0.404321)}
Vertex 16000 2.72785 20.1679 1.92059 {normal=(0.877280 -0.165482 0.376588)}
Vertex 16001 2.91231 19.5639 1.31524 {normal=(0.976175 0.136904 0.161770)}
Vertex 16002 2.98888 19.1386 1.17055 {normal=(0.991114 0.047078 0.046960)}
Vertex 16003 2.95409 17.9619 -0.0065525 {normal=(0.851669 -0.155810 -0.172008)}
Vertex 16004 2.94766 17.3478 0.0454485 {normal=(0.927990 -0.044047 -0.362153)}
Vertex 16005 2.68239 17.1276 -0.534593 {normal=(0.915896 -0.162140 -0.354318)}
Vertex 16006 2.53173 17.1957 -1.07557 {normal=(0.926472 -0.065327 -0.360328)}
Vertex 16007 2.32847 17.4766 -1.49067 {normal=(0.838123 -0.058751 -0.534725)}
Vertex 16008 3.04292 19.8956 -1.31197 {normal=(0.759007 -0.423999 0.278204)}
Vertex 16009 0.00520375 16.8907 -2.78986 {normal=(-0.002061 0.129446 -0.984846)}
Vertex 16010 1.51086 19.8294 3.38414 {normal=(0.409746 0.161106 0.878717)}
Vertex 16011 1.19794 19.7237 3.48438 {normal=(0.133086 0.005208 0.966709)}
Vertex 16012 0.928085 19.5375 3.48752 {normal=(-0.047025 -0.002972 0.969880)}
Vertex 16013 0.719245 19.327 3.47396 {normal=(-0.205537 -0.002870 0.946919)}
Vertex 16014 0.77517 19.1998 3.47862 {normal=(-0.259975 -0.117029 0.932267)}
Vertex 16015 1.31756 19.0367 3.54519 {normal=(0.016884 0.257438 0.946530)}
Vertex 16016 1.86104 19.0098 3.45103 {normal=(0.272812 0.521741 0.800525)}
Vertex 16017 2.16191 19.1285 3.19054 {normal=(0.485310 0.637003 0.586015)}
Vertex 16018 2.27705 19.3046 2.83254 {normal=(0.732599 0.460329 0.469339)}
Vertex 16019 2.26302 19.4151 2.78762 {normal=(0.829431 0.229538 0.498570)}
Vertex 16020 2.12249 19.5616 2.93413 {normal=(0.761650 0.190373 0.602094)}
Vertex 16021 1.85961 19.7444 3.16546 {normal=(0.631760 0.133991 0.747771)}
Vertex 16022 0.901719 19.5735 3.46952 {normal=(-0.347167 0.333964 0.875297)}
Vertex 16023 0.88338 19.5988 3.49005 {normal=(0.503173 -0.696912 0.478780)}
Vertex 16024 0.655871 19.3773 3.46305 {normal=(0.393575 -0.379067 0.829093)}
Vertex 16025 0.641545 19.3076 3.44619 {normal=(-0.034436 -0.138625 0.945032)}
Vertex 16026 0.687027 19.3487 3.45616 {normal=(-0.468635 0.169424 0.854850)}
Vertex 16027 1.18018 19.7726 3.47135 {normal=(-0.065625 0.356434 0.926148)}
Vertex 16028 1.16982 19.8049 3.49216 {normal=(0.535578 -0.748829 0.326459)}
Vertex 16029 1.49094 19.8972 3.36069 {normal=(0.360703 0.413803 0.827809)}
Vertex 16030 1.49557 19.9548 3.37178 {normal=(0.402838 -0.709136 0.525446)}
Vertex 16031 1.8615 19.8189 3.13092 {normal=(0.666826 0.328784 0.661895)}
Vertex 16032 1.89025 19.8908 3.13007 {normal=(0.376813 -0.550290 0.714825)}
Vertex 16033 2.13501 19.6218 2.86917 {normal=(0.819877 0.352893 0.447234)}
Vertex 16034 2.16864 19.6944 2.84405 {normal=(0.541297 -0.379013 0.739358)}
Vertex 16035 2.31929 19.425 2.65742 {normal=(0.874320 0.313280 0.367418)}
Vertex 16036 2.37082 19.3716 2.59691 {normal=(0.752754 0.311757 0.567295)}
Vertex 16037 2.41339 19.3846 2.55092 {normal=(0.655139 0.149254 0.731244)}
Vertex 16038 2.36827 19.4704 2.59621 {normal=(0.614970 -0.209667 0.753270)}
Vertex 16039 0.393111 17.967 4.31363 {normal=(-0.046266 -0.979412 -0.065220)}
Vertex 16040 0.250986 17.864 4.32633 {normal=(0.910486 -0.312935 0.179612)}
Vertex 16041 0.431825 17.8099 4.1504 {normal=(0.338501 0.342562 0.874719)}
Vertex 16042 0.654217 17.8694 4.14891 {normal=(-0.454585 -0.859700 0.207863)}
Vertex 16043 0.563135 17.9133 4.24179 {normal=(-0.345042 -0.936030 0.033374)}
Vertex 16044 0.30092 17.9365 4.33914 {normal=(0.639910 -0.746194 0.018549)}
Vertex 16045 0 18.5942 4.74891 {normal=(0.000000 0.632626 0.770150)}
Vertex 16046 0.288643 18.5695 4.67877 {normal=(0.571543 0.557595 0.557631)}
Vertex 16047 0.454329 18.4649 4.41799 {normal=(0.858035 0.456252 0.233809)}
Vertex 16048 0.569988 18.3904 4.16422 {normal=(0.678464 0.678632 0.245144)}
Vertex 16049 0.677687 18.3475 4.06789 {normal=(0.611902 0.758422 0.170276)}
Vertex 16050 0.740124 18.2774 3.98338 {normal=(0.766594 0.573441 -0.242740)}
Vertex 16051 0.306783 18.2 4.80813 {normal=(0.588288 -0.064475 0.773135)}
Vertex 16052 0.477281 18.1671 4.5442 {normal=(0.900944 -0.093388 0.420306)}
Vertex 16053 0.547776 18.1477 4.4208 {normal=(0.748720 0.120125 0.631177)}
Vertex 16054 0.726687 18.0878 4.27634 {normal=(0.737809 0.145149 0.648205)}
Vertex 16055 0.82724 17.9738 4.12037 {normal=(0.897885 -0.148679 0.396972)}
Vertex 16056 0.869784 17.768 3.97025 {normal=(0.644066 0.274628 0.708487)}
Vertex 16057 0.955927 17.4804 4.02387 {normal=(0.664231 0.213921 0.711473)}
Vertex 16058 0.234642 17.8088 4.44694 {normal=(0.923501 -0.352570 0.057328)}
Vertex 16059 0.310009 17.9286 4.54305 {normal=(0.622991 -0.757917 0.041409)}
Vertex 16060 0.430933 17.9556 4.42822 {normal=(0.059849 -0.974604 0.130661)}
Vertex 16061 0.62573 17.9101 4.30421 {normal=(0.004226 -0.895366 0.399144)}
Vertex 16062 0.716826 17.8442 4.1727 {normal=(-0.114447 -0.870891 0.427465)}
Vertex 16063 0.590217 18.4172 3.92187 {normal=(0.792174 0.448042 -0.173025)}
Vertex 16064 0.74774 18.2015 3.90651 {normal=(0.791326 0.468763 -0.369736)}
Vertex 16065 0.748644 18.1839 3.87292 {normal=(0.848702 0.512005 -0.074345)}
Vertex 16066 0.848928 17.9681 3.94323 {normal=(0.968292 0.094068 -0.110727)}
Vertex 16067 0.829795 17.8562 4.01479 {normal=(0.914093 -0.254013 0.300083)}
Vertex 16068 0.836625 17.8279 3.98365 {normal=(0.818760 0.024232 0.559066)}
Vertex 16069 0.793318 17.7222 4.05295 {normal=(0.579187 0.201771 0.774210)}
Vertex 16070 0.626743 18.3563 3.89633 {normal=(0.798744 0.510018 0.234762)}
Vertex 16071 0.761201 18.1674 3.83249 {normal=(0.828508 0.421476 0.320869)}
Vertex 16072 0.82934 18.0724 3.81532 {normal=(0.621715 0.450749 0.604621)}
Vertex 16073 1.07502 17.8474 3.7696 {normal=(0.573238 0.267085 0.765656)}
Vertex 16074 1.10276 17.9872 3.72495 {normal=(0.263598 -0.048547 0.957189)}
Vertex 16075 0.379576 17.0021 3.86189 {normal=(0.264107 -0.894082 0.326247)}
Vertex 16076 0.746067 17.0532 3.70281 {normal=(0.286175 -0.878780 0.340288)}
Vertex 16077 1.21535 17.1229 3.45016 {normal=(0.376121 -0.828105 0.383167)}
Vertex 16078 1.62601 17.0789 3.10244 {normal=(-0.041538 -0.478550 0.858371)}
Vertex 16079 1.53159 17.1462 3.17593 {normal=(0.304930 -0.770959 0.515346)}
Vertex 16080 1.76694 16.6866 2.96478 {normal=(-0.077168 -0.212997 0.958697)}
Vertex 16081 1.74752 16.2091 2.95134 {normal=(0.096354 0.215493 0.950711)}
Vertex 16082 1.54612 16.014 3.11913 {normal=(0.392541 0.527498 0.745156)}
Vertex 16083 1.17583 15.9828 3.36371 {normal=(0.390455 0.733043 0.534047)}
Vertex 16084 0.715608 16.0441 3.63808 {normal=(0.343851 0.783292 0.493125)}
Vertex 16085 0.351479 16.0662 3.79539 {normal=(0.208106 0.804178 0.536294)}
Vertex 16086 0 15.9455 4.12474 {normal=(0.000000 0.799305 0.577452)}
Vertex 16087 0 15.8503 4.1906 {normal=(0.000000 0.175338 0.967026)}
Vertex 16088 0.44178 15.8335 4.10151 {normal=(0.312284 0.144732 0.926447)}
Vertex 16089 0.419309 15.9353 4.04044 {normal=(0.214678 0.790755 0.553964)}
Vertex 16090 0.865971 15.7855 3.91787 {normal=(0.494523 0.021546 0.851556)}
Vertex 16091 0.837543 15.8984 3.87047 {normal=(0.359047 0.761508 0.514121)}
Vertex 16092 1.3217 15.726 3.58195 {normal=(0.653382 -0.119269 0.725412)}
Vertex 16093 1.30509 15.8398 3.55132 {normal=(0.493194 0.697133 0.492153)}
Vertex 16094 1.72418 15.7434 3.16245 {normal=(0.709772 -0.093056 0.683615)}
Vertex 16095 1.67417 15.8491 3.17788 {normal=(0.488952 0.500747 0.696073)}
Vertex 16096 1.9632 16.0139 2.93337 {normal=(0.531035 -0.012657 0.835604)}
Vertex 16097 2.03135 16.1771 2.92038 {normal=(0.315211 -0.227417 0.917909)}
Vertex 16098 2.00128 16.6898 3.02315 {normal=(-0.136009 -0.248232 0.952835)}
Vertex 16099 1.9366 17.2089 3.23938 {normal=(0.132380 -0.483121 0.862518)}
Vertex 16100 1.83399 17.2252 3.25938 {normal=(-0.032149 -0.594920 0.800068)}
Vertex 16101 1.64095 17.3062 3.35185 {normal=(0.406440 -0.427232 0.755171)}
Vertex 16102 1.6294 17.2216 3.2849 {normal=(0.233135 -0.778515 0.541167)}
Vertex 16103 1.3216 17.286 3.67424 {normal=(0.710093 -0.213483 0.653790)}
Vertex 16104 1.30157 17.2019 3.61317 {normal=(0.450426 -0.812679 0.342560)}
Vertex 16105 0.899533 17.1453 3.97413 {normal=(0.344517 -0.862227 0.328825)}
Vertex 16106 0.516873 17.1653 4.2385 {normal=(0.299634 -0.317037 0.886748)}
Vertex 16107 0.492819 17.0877 4.15598 {normal=(0.246094 -0.883255 0.364137)}
Vertex 16108 0 17.0955 4.302 {normal=(0.000000 -0.363029 0.917300)}
Vertex 16109 -3.72529e-009 17.017 4.22291 {normal=(0.000000 -0.898380 0.391818)}
Vertex 16110 2.27473 17.4125 3.22121 {normal=(0.471283 -0.369636 0.796350)}
Vertex 16111 2.21177 17.1148 3.12397 {normal=(0.292292 -0.319900 0.899759)}
Vertex 16112 0 15.326 3.96428 {normal=(0.000000 -0.501923 0.851927)}
Vertex 16113 0.382987 15.2344 3.90401 {normal=(0.176399 0.139026 0.967059)}
Vertex 16114 0.390824 15.3409 3.92421 {normal=(0.166483 -0.494986 0.840954)}
Vertex 16115 0.767208 15.2356 3.79566 {normal=(0.418881 0.043957 0.901449)}
Vertex 16116 0.769195 15.3335 3.80783 {normal=(0.363378 -0.453610 0.794935)}
Vertex 16117 0.749306 19.166 3.45183 {normal=(-0.430209 -0.343335 0.827121)}
Vertex 16118 0.637929 19.2229 3.42774 {normal=(-0.076215 -0.257477 0.912275)}
Vertex 16119 0.612626 19.2011 3.44305 {normal=(0.725188 0.188134 0.622265)}
Vertex 16120 0.726039 19.1073 3.45394 {normal=(0.244984 0.486536 0.795185)}
Vertex 16121 1.36165 18.9466 3.55467 {normal=(-0.067179 -0.024045 0.983322)}
Vertex 16122 1.90076 18.7581 3.54294 {normal=(0.186962 0.100096 0.972398)}
Vertex 16123 1.90359 18.8696 3.51474 {normal=(0.244990 0.379195 0.885177)}
Vertex 16124 3.00049 19.1315 0.102693 {normal=(0.743755 -0.074034 -0.297831)}
Vertex 16125 2.99303 18.5195 0.0602455 {normal=(0.821839 0.027081 -0.318710)}
Vertex 16126 1.1728 22.6299 -2.32307 {normal=(0.319040 0.828246 -0.446600)}
Vertex 16127 -7.45058e-009 22.8904 -2.37742 {normal=(0.000000 0.917775 -0.364982)}
Vertex 16128 1.72959 22.3375 -2.23468 {normal=(0.575587 0.617990 -0.514395)}
Vertex 16129 2.57383 21.5891 -1.8472 {normal=(0.779096 0.384952 -0.464145)}
Vertex 16130 2.99763 21.1701 -1.16044 {normal=(0.932496 0.192250 -0.262954)}
Vertex 16131 3.05801 21.1127 -0.911508 {normal=(0.960939 0.220660 -0.047591)}
Vertex 16132 3.08621 21.0277 -0.405937 {normal=(0.974867 0.145150 0.001396)}
Vertex 16133 3.09099 20.9559 -0.213211 {normal=(0.968207 0.169661 0.065024)}
Vertex 16134 3.08661 20.6569 0.334449 {normal=(0.925464 0.205956 0.271690)}
Vertex 16135 2.96583 20.1355 0.85868 {normal=(0.874395 0.202581 0.427235)}
Vertex 16136 2.96304 19.8683 0.961287 {normal=(0.912535 0.079672 0.378869)}
Vertex 16137 3.01148 19.4606 0.907637 {normal=(0.907692 0.067279 0.393993)}
Vertex 16138 3.00342 18.8851 1.06169 {normal=(0.941916 0.035704 0.292161)}
Vertex 16139 2.92751 18.4568 1.26895 {normal=(0.957849 -0.194620 0.083753)}
Vertex 16140 2.87677 18.2257 1.25253 {normal=(0.922383 -0.216307 0.286925)}
Vertex 16141 2.90559 18.0362 1.0712 {normal=(0.896690 -0.184404 0.384490)}
Vertex 16142 2.92448 17.9321 0.978103 {normal=(0.900358 -0.153535 0.390863)}
Vertex 16143 2.97743 17.5788 0.650494 {normal=(0.937927 -0.161502 0.280158)}
Vertex 16144 3.01929 17.3954 0.30506 {normal=(0.967324 -0.164526 -0.006404)}
Vertex 16145 2.9824 18.2756 0.0291322 {normal=(0.797767 0.036384 -0.359284)}
Vertex 16146 3.07562 18.1449 -0.162313 {normal=(0.839725 -0.068445 0.518709)}
Vertex 16147 2.65224 17.6875 -0.806108 {normal=(0.881947 -0.143588 -0.434023)}
Vertex 16148 2.76927 17.6024 -0.508029 {normal=(0.829110 -0.313926 -0.430272)}
Vertex 16149 3.15748 19.0721 -0.13516 {normal=(0.720619 -0.393709 0.547432)}
Vertex 16150 2.9029 19.2998 -1.29794 {normal=(0.703336 -0.197704 -0.597047)}
Vertex 16151 3.03439 19.7262 -1.24376 {normal=(0.655695 0.037568 -0.614917)}
Vertex 16152 3.11373 20.1802 -0.900279 {normal=(0.796593 -0.234520 0.006185)}
Vertex 16153 2.70273 18.7385 -1.53978 {normal=(0.879972 -0.205234 0.279203)}
Vertex 16154 2.59637 18.3137 -1.34904 {normal=(0.920801 -0.013930 0.117812)}
Vertex 16155 2.77103 18.4678 -1.03913 {normal=(0.542378 -0.445126 -0.640604)}
Vertex 16156 2.77182 18.1738 -0.832003 {normal=(0.503307 -0.420646 -0.693457)}
Vertex 16157 3.09282 20.2178 -0.106983 {normal=(0.784311 -0.227077 -0.083483)}
Vertex 16158 3.29494 20.0532 -0.230667 {normal=(0.608562 0.534117 0.574340)}
Vertex 16159 3.05537 19.9663 0.0154847 {normal=(0.732542 -0.072079 -0.172499)}
Vertex 16160 3.02173 19.5874 0.0777202 {normal=(0.694528 -0.035219 -0.036217)}
Vertex 16161 1.51976 19.76 3.37352 {normal=(0.388500 -0.395959 0.813833)}
Vertex 16162 1.51711 19.7409 3.26993 {normal=(0.075606 -0.956192 0.168265)}
Vertex 16163 1.82508 19.6481 3.0742 {normal=(-0.331244 -0.897624 0.182000)}
Vertex 16164 1.83597 19.6664 3.17214 {normal=(0.411855 -0.365766 0.807930)}
Vertex 16165 1.20735 19.673 3.46332 {normal=(0.365116 -0.505289 0.771382)}
Vertex 16166 1.21124 19.6575 3.35608 {normal=(0.452827 -0.862931 0.153655)}
Vertex 16167 0.955229 19.502 3.47097 {normal=(0.374061 -0.491569 0.774323)}
Vertex 16168 0.964663 19.4904 3.36433 {normal=(0.610100 -0.765470 0.146796)}
Vertex 16169 0.759576 19.3184 3.46294 {normal=(0.456524 -0.250105 0.817749)}
Vertex 16170 0.773142 19.3156 3.35693 {normal=(0.840930 -0.401823 0.146517)}
Vertex 16171 0.814011 19.2228 3.47555 {normal=(0.151008 0.474062 0.841045)}
Vertex 16172 0.826021 19.2328 3.37151 {normal=(0.440647 0.838935 0.160294)}
Vertex 16173 1.27523 19.1236 3.50161 {normal=(0.106316 0.641177 0.748084)}
Vertex 16174 1.26935 19.144 3.39035 {normal=(0.106098 0.974044 0.140183)}
Vertex 16175 1.77221 19.1291 3.37896 {normal=(0.179395 0.747880 0.628290)}
Vertex 16176 1.75136 19.1511 3.26466 {normal=(-0.112731 0.976378 0.112934)}
Vertex 16177 2.04073 19.2243 3.14888 {normal=(0.241029 0.817122 0.510586)}
Vertex 16178 2.01043 19.2398 3.04364 {normal=(-0.318972 0.930494 0.103076)}
Vertex 16179 2.18449 19.3232 2.91403 {normal=(0.452730 0.559694 0.644940)}
Vertex 16180 2.16001 19.3293 2.831 {normal=(-0.657688 0.541108 0.216516)}
Vertex 16181 2.17259 19.4116 2.90055 {normal=(0.523014 -0.073523 0.799772)}
Vertex 16182 2.15172 19.4083 2.82247 {normal=(-0.692842 -0.604275 0.245747)}
Vertex 16183 2.08163 19.4977 2.97603 {normal=(0.478845 -0.249186 0.801738)}
Vertex 16184 2.0679 19.483 2.88617 {normal=(-0.477605 -0.820691 0.203660)}
Vertex 16185 -1.83597 19.6664 3.17214 {normal=(-0.411855 -0.365766 0.807930)}
Vertex 16186 -1.82508 19.6481 3.0742 {normal=(0.331243 -0.897624 0.182000)}
Vertex 16187 -1.51711 19.7409 3.26993 {normal=(-0.075606 -0.956192 0.168265)}
Vertex 16188 -1.51976 19.76 3.37352 {normal=(-0.388500 -0.395959 0.813833)}
Vertex 16189 -2.08163 19.4977 2.97603 {normal=(-0.478845 -0.249186 0.801738)}
Vertex 16190 -2.0679 19.483 2.88617 {normal=(0.477605 -0.820691 0.203660)}
Vertex 16191 -2.17259 19.4116 2.90055 {normal=(-0.523014 -0.073523 0.799772)}
Vertex 16192 -2.15172 19.4083 2.82247 {normal=(0.692842 -0.604275 0.245747)}
Vertex 16193 -2.18449 19.3232 2.91403 {normal=(-0.452733 0.559691 0.644944)}
Vertex 16194 -2.16001 19.3293 2.831 {normal=(0.657688 0.541108 0.216516)}
Vertex 16195 -2.04073 19.2243 3.14888 {normal=(-0.241038 0.817118 0.510590)}
Vertex 16196 -2.01044 19.2398 3.04364 {normal=(0.318972 0.930494 0.103076)}
Vertex 16197 -1.77221 19.1291 3.37896 {normal=(-0.179395 0.747880 0.628290)}
Vertex 16198 -1.75136 19.1511 3.26466 {normal=(0.112731 0.976378 0.112934)}
Vertex 16199 -1.27523 19.1236 3.50161 {normal=(-0.106316 0.641177 0.748084)}
Vertex 16200 -1.26935 19.144 3.39035 {normal=(-0.106098 0.974044 0.140183)}
Vertex 16201 -0.814011 19.2228 3.47555 {normal=(-0.151008 0.474062 0.841045)}
Vertex 16202 -0.826021 19.2328 3.37151 {normal=(-0.440648 0.838935 0.160294)}
Vertex 16203 -0.759576 19.3184 3.46294 {normal=(-0.456524 -0.250105 0.817748)}
Vertex 16204 -0.773142 19.3156 3.35693 {normal=(-0.840930 -0.401823 0.146517)}
Vertex 16205 -0.955229 19.502 3.47098 {normal=(-0.374061 -0.491569 0.774323)}
Vertex 16206 -0.964663 19.4905 3.36433 {normal=(-0.610100 -0.765470 0.146796)}
Vertex 16207 -1.20735 19.673 3.46332 {normal=(-0.365116 -0.505289 0.771382)}
Vertex 16208 -1.21124 19.6575 3.35608 {normal=(-0.452827 -0.862931 0.153655)}
Vertex 16209 -1.51642 15.0979 -2.5427 {normal=(-0.645976 0.271852 -0.707666)}
Vertex 16210 -2.16965 14.62 -1.86863 {normal=(-0.893230 0.185855 -0.388709)}
Vertex 16211 -2.39176 14.0761 -0.9688 {normal=(-0.983695 -0.014510 0.093033)}
Vertex 16212 -2.22301 13.8229 -0.468745 {normal=(-0.925832 -0.121632 0.356702)}
Vertex 16213 -2.08651 13.7291 -0.150294 {normal=(-0.897586 -0.136536 0.414900)}
Vertex 16214 -1.84426 13.6037 0.218738 {normal=(-0.815539 -0.168108 0.552640)}
Vertex 16215 -1.4326 13.4712 0.603015 {normal=(-0.498769 -0.242075 0.817333)}
Vertex 16216 -0.588454 13.3557 0.841872 {normal=(-0.184392 -0.281912 0.940145)}
Vertex 16217 0.00477325 13.3123 0.889374 {normal=(-0.000050 -0.287626 0.956922)}
Vertex 16218 0.600439 13.3557 0.841872 {normal=(0.183890 -0.271091 0.943381)}
Vertex 16219 1.43803 13.4712 0.603015 {normal=(0.512324 -0.186688 0.820977)}
Vertex 16220 1.81754 13.6037 0.218739 {normal=(0.830406 -0.063481 0.552378)}
Vertex 16221 2.04719 13.7291 -0.150294 {normal=(0.891938 -0.043627 0.445964)}
Vertex 16222 2.19363 13.8229 -0.468745 {normal=(0.905330 -0.056459 0.418125)}
Vertex 16223 2.40621 14.0761 -0.9688 {normal=(0.969790 -0.008849 0.199878)}
Vertex 16224 2.30149 14.62 -1.86863 {normal=(0.919944 0.145518 -0.330332)}
Vertex 16225 1.68475 15.0979 -2.5427 {normal=(0.632761 0.255678 -0.723807)}
Vertex 16226 0.73402 15.5663 -2.97491 {normal=(0.371951 0.280677 -0.881014)}
Vertex 16227 0.0278267 15.8153 -3.06409 {normal=(-0.002120 0.285343 -0.952913)}
Vertex 16228 -0.639615 15.5663 -2.97491 {normal=(-0.399614 0.275025 -0.869666)}
Vertex 16229 -1.65468 14.2143 -2.83927 {normal=(-0.649353 0.369011 -0.657497)}
Vertex 16230 -2.27983 13.7364 -2.1652 {normal=(-0.909984 0.265872 -0.286914)}
Vertex 16231 -2.43869 13.1926 -1.26536 {normal=(-0.972099 0.066651 0.176209)}
Vertex 16232 -2.26268 12.9394 -0.765306 {normal=(-0.922920 -0.009085 0.380706)}
Vertex 16233 -2.13952 12.8456 -0.446856 {normal=(-0.906144 -0.009171 0.416672)}
Vertex 16234 -1.91617 12.7202 -0.0778227 {normal=(-0.825072 -0.054468 0.560905)}
Vertex 16235 -1.51724 12.5877 0.306454 {normal=(-0.497139 -0.208989 0.825126)}
Vertex 16236 -0.630919 12.4722 0.545311 {normal=(-0.175691 -0.317854 0.930446)}
Vertex 16237 0.0214152 12.4288 0.592813 {normal=(0.000045 -0.338280 0.940437)}
Vertex 16238 0.681012 12.4722 0.545311 {normal=(0.171347 -0.315543 0.932131)}
Vertex 16239 1.59748 12.5877 0.306454 {normal=(0.494868 -0.191684 0.829190)}
Vertex 16240 1.99527 12.7202 -0.0778225 {normal=(0.827903 -0.004497 0.560075)}
Vertex 16241 2.21089 12.8456 -0.446856 {normal=(0.902963 0.058320 0.421345)}
Vertex 16242 2.33019 12.9394 -0.765306 {normal=(0.914565 0.053041 0.397845)}
Vertex 16243 2.50769 13.1926 -1.26536 {normal=(0.963615 0.097593 0.213718)}
Vertex 16244 2.38471 13.7365 -2.1652 {normal=(0.921584 0.238810 -0.269264)}
Vertex 16245 1.77665 14.2143 -2.83927 {normal=(0.643747 0.339150 -0.677815)}
Vertex 16246 0.793496 14.6828 -3.27147 {normal=(0.376552 0.347295 -0.855290)}
Vertex 16247 0.042524 14.9318 -3.36065 {normal=(-0.000110 0.341681 -0.933839)}
Vertex 16248 -0.698898 14.6828 -3.27147 {normal=(-0.387836 0.352039 -0.847681)}
Vertex 16249 -1.82055 13.5012 -3.10528 {normal=(-0.644019 0.375313 -0.657732)}
Vertex 16250 -2.43885 13.0233 -2.43121 {normal=(-0.920446 0.239286 -0.268026)}
Vertex 16251 -2.57552 12.4795 -1.53137 {normal=(-0.971903 0.049960 0.167970)}
Vertex 16252 -2.40716 12.2263 -1.03132 {normal=(-0.929142 -0.025736 0.352733)}
Vertex 16253 -2.29607 12.1326 -0.71287 {normal=(-0.916977 -0.020848 0.382725)}
Vertex 16254 -2.08419 12.0071 -0.343837 {normal=(-0.834634 -0.087105 0.535977)}
Vertex 16255 -1.67791 11.8747 0.0404405 {normal=(-0.491904 -0.259817 0.809514)}
Vertex 16256 -0.713161 11.7591 0.279297 {normal=(-0.163791 -0.370919 0.911907)}
Vertex 16257 0.0191605 11.7157 0.326798 {normal=(-0.000120 -0.391341 0.918823)}
Vertex 16258 0.759512 11.7591 0.279297 {normal=(0.159192 -0.373084 0.911976)}
Vertex 16259 1.75843 11.8747 0.0404405 {normal=(0.484960 -0.265290 0.811534)}
Vertex 16260 2.16997 12.0071 -0.343837 {normal=(0.835618 -0.091300 0.533986)}
Vertex 16261 2.38126 12.1326 -0.71287 {normal=(0.918022 -0.024510 0.380314)}
Vertex 16262 2.49191 12.2262 -1.03132 {normal=(0.930174 -0.028202 0.350064)}
Vertex 16263 2.65946 12.4795 -1.53137 {normal=(0.972409 0.048082 0.166282)}
Vertex 16264 2.52342 13.0234 -2.43121 {normal=(0.922160 0.231207 -0.270198)}
Vertex 16265 1.90712 13.5012 -3.10528 {normal=(0.643386 0.366818 -0.663221)}
Vertex 16266 0.874659 13.9697 -3.53748 {normal=(0.370384 0.392140 -0.838306)}
Vertex 16267 0.0428387 14.2187 -3.62667 {normal=(-0.000149 0.390985 -0.913826)}
Vertex 16268 -0.788398 13.9697 -3.53748 {normal=(-0.372100 0.395014 -0.836173)}
Vertex 16269 -1.33098 13.6293 -3.40548 {normal=(-0.502956 0.398986 -0.763584)}
Vertex 16270 -0.359819 14.0283 -3.66041 {normal=(-0.218025 0.449896 -0.859147)}
Vertex 16271 0.444732 14.0283 -3.66041 {normal=(0.217602 0.449506 -0.859477)}
Vertex 16272 1.41694 13.6293 -3.40547 {normal=(0.502647 0.397664 -0.764436)}
Vertex 16273 2.29991 13.1536 -2.84953 {normal=(0.795420 0.244415 -0.536881)}
Vertex 16274 2.66781 12.6215 -2.01505 {normal=(0.981497 0.000074 -0.133576)}
Vertex 16275 2.60596 12.2029 -1.28225 {normal=(0.941281 -0.189576 0.256089)}
Vertex 16276 2.4577 12.058 -0.913966 {normal=(0.945170 -0.172438 0.263722)}
Vertex 16277 2.31437 11.9584 -0.582425 {normal=(0.877128 -0.224094 0.414153)}
Vertex 16278 2.04855 11.8245 -0.190024 {normal=(0.729128 -0.296481 0.597360)}
Vertex 16279 1.29913 11.6956 0.137272 {normal=(0.264566 -0.435301 0.856434)}
Vertex 16280 0.364457 11.6111 0.273629 {normal=(0.074475 -0.458858 0.883505)}
Vertex 16281 -0.326679 11.6111 0.273629 {normal=(-0.075864 -0.458537 0.883485)}
Vertex 16282 -1.23665 11.6956 0.137272 {normal=(-0.272856 -0.433211 0.854680)}
Vertex 16283 -1.96344 11.8245 -0.190025 {normal=(-0.731109 -0.294289 0.596528)}
Vertex 16284 -2.22974 11.9584 -0.582424 {normal=(-0.876594 -0.223142 0.415466)}
Vertex 16285 -2.37352 12.058 -0.913966 {normal=(-0.944786 -0.171712 0.264976)}
Vertex 16286 -2.5224 12.2029 -1.28225 {normal=(-0.940753 -0.189414 0.257488)}
Vertex 16287 -2.58462 12.6215 -2.01505 {normal=(-0.981287 0.000935 -0.133530)}
Vertex 16288 -2.21523 13.1536 -2.84953 {normal=(-0.794689 0.246190 -0.537063)}
Vertex 16289 -1.25354 14.0517 -3.24276 {normal=(-0.508937 0.383823 -0.766680)}
Vertex 16290 -0.33195 14.4507 -3.49769 {normal=(-0.202230 0.357804 -0.905799)}
Vertex 16291 0.419926 14.4507 -3.49769 {normal=(0.200777 0.356674 -0.906777)}
Vertex 16292 1.34747 14.0517 -3.24276 {normal=(0.502404 0.370513 -0.777627)}
Vertex 16293 2.21253 13.576 -2.68682 {normal=(0.797130 0.335753 -0.483262)}
Vertex 16294 2.58103 13.0439 -1.85234 {normal=(0.972497 0.201890 -0.011557)}
Vertex 16295 2.51607 12.6253 -1.11954 {normal=(0.922129 0.061561 0.377262)}
Vertex 16296 2.36454 12.4804 -0.751256 {normal=(0.933028 0.084876 0.349541)}
Vertex 16297 2.21623 12.3807 -0.419714 {normal=(0.864361 0.020944 0.500540)}
Vertex 16298 1.94814 12.2469 -0.0273138 {normal=(0.723100 -0.077733 0.672363)}
Vertex 16299 1.22534 12.118 0.299983 {normal=(0.272021 -0.292063 0.914137)}
Vertex 16300 0.344901 12.0334 0.436339 {normal=(0.075913 -0.343742 0.934902)}
Vertex 16301 -0.300979 12.0335 0.436339 {normal=(-0.077046 -0.343171 0.934967)}
Vertex 16302 -1.15799 12.1179 0.299983 {normal=(-0.279827 -0.289329 0.912549)}
Vertex 16303 -1.85942 12.2469 -0.0273137 {normal=(-0.723626 -0.080278 0.672197)}
Vertex 16304 -2.12828 12.3807 -0.419714 {normal=(-0.863230 0.009639 0.502699)}
Vertex 16305 -2.27785 12.4804 -0.751256 {normal=(-0.934079 0.068271 0.349838)}
Vertex 16306 -2.4312 12.6253 -1.11954 {normal=(-0.924396 0.045502 0.373241)}
Vertex 16307 -2.49543 13.0439 -1.85234 {normal=(-0.971149 0.206014 -0.020918)}
Vertex 16308 -2.11628 13.576 -2.68682 {normal=(-0.793739 0.361190 -0.472115)}
Vertex 16309 -1.11307 14.8735 -2.94597 {normal=(-0.528903 0.329314 -0.778852)}
Vertex 16310 -0.29593 15.2725 -3.2009 {normal=(-0.214118 0.318047 -0.916776)}
Vertex 16311 0.373706 15.2726 -3.2009 {normal=(0.205695 0.320901 -0.918457)}
Vertex 16312 1.2402 14.8735 -2.94597 {normal=(0.506545 0.317212 -0.798549)}
Vertex 16313 2.08702 14.3978 -2.39002 {normal=(0.794426 0.261430 -0.531572)}
Vertex 16314 2.45138 13.8657 -1.55554 {normal=(0.983177 0.116155 -0.039539)}
Vertex 16315 2.34955 13.4472 -0.822741 {normal=(0.918456 -0.000836 0.389638)}
Vertex 16316 2.17935 13.3022 -0.454462 {normal=(0.922944 0.035028 0.381628)}
Vertex 16317 2.01947 13.2025 -0.122919 {normal=(0.859624 0.000015 0.509282)}
Vertex 16318 1.75398 13.0687 0.26948 {normal=(0.732380 -0.077626 0.663587)}
Vertex 16319 1.08784 12.9398 0.596777 {normal=(0.292670 -0.265713 0.915645)}
Vertex 16320 0.299486 12.8553 0.733133 {normal=(0.083193 -0.312935 0.944751)}
Vertex 16321 -0.268686 12.8553 0.733133 {normal=(-0.084342 -0.315867 0.943635)}
Vertex 16322 -1.03927 12.9398 0.596777 {normal=(-0.296027 -0.282510 0.909785)}
Vertex 16323 -1.70403 13.0687 0.26948 {normal=(-0.721096 -0.154283 0.663553)}
Vertex 16324 -1.99079 13.2025 -0.12292 {normal=(-0.857156 -0.103957 0.501775)}
Vertex 16325 -2.1585 13.3022 -0.454462 {normal=(-0.932021 -0.065476 0.354407)}
Vertex 16326 -2.32407 13.4472 -0.822741 {normal=(-0.937149 -0.064423 0.333793)}
Vertex 16327 -2.37622 13.8657 -1.55554 {normal=(-0.976638 0.123799 -0.112340)}
Vertex 16328 -1.94363 14.3978 -2.39002 {normal=(-0.782750 0.297431 -0.534060)}
Vertex 16329 -1.05224 15.9064 -2.63914 {normal=(-0.533314 0.216855 -0.814504)}
Vertex 16330 -0.299666 16.3055 -2.89407 {normal=(-0.201250 0.231165 -0.945133)}
Vertex 16331 0.34441 16.3055 -2.89407 {normal=(0.187746 0.239493 -0.946936)}
Vertex 16332 1.18861 15.9065 -2.63914 {normal=(0.496887 0.230359 -0.833726)}
Vertex 16333 2.03057 15.4307 -2.08319 {normal=(0.780071 0.184985 -0.583668)}
Vertex 16334 2.40871 14.8986 -1.24872 {normal=(0.985846 0.049730 -0.074554)}
Vertex 16335 2.2927 14.4801 -0.515917 {normal=(0.917794 -0.087364 0.380710)}
Vertex 16336 2.09768 14.3351 -0.147636 {normal=(0.909440 -0.093984 0.404627)}
Vertex 16337 1.91088 14.2355 0.183906 {normal=(0.853179 -0.122121 0.505368)}
Vertex 16338 1.6295 14.1016 0.576306 {normal=(0.745550 -0.178356 0.628582)}
Vertex 16339 0.999114 13.9727 0.903602 {normal=(0.312810 -0.298745 0.896009)}
Vertex 16340 0.261607 13.8882 1.03996 {normal=(0.089993 -0.328834 0.936195)}
Vertex 16341 -0.278308 13.8882 1.03996 {normal=(-0.088565 -0.333189 0.934845)}
Vertex 16342 -1.03724 13.9727 0.903602 {normal=(-0.303182 -0.322024 0.891912)}
Vertex 16343 -1.70737 14.1016 0.576306 {normal=(-0.720259 -0.250695 0.634949)}
Vertex 16344 -2.00644 14.2355 0.183906 {normal=(-0.853925 -0.187104 0.483684)}
Vertex 16345 -2.1813 14.3351 -0.147636 {normal=(-0.929572 -0.136213 0.341977)}
Vertex 16346 -2.33889 14.4801 -0.515916 {normal=(-0.952628 -0.092014 0.274549)}
Vertex 16347 -2.33034 14.8986 -1.24872 {normal=(-0.967059 0.094923 -0.199290)}
Vertex 16348 -1.84483 15.4307 -2.08319 {normal=(-0.769413 0.203792 -0.596709)}
Vertex 16349 -1.3595 19.7214 3.42276 {normal=(-0.356894 -0.733258 0.514411)}
Vertex 16350 -1.07967 19.5837 3.46284 {normal=(-0.481762 -0.686072 0.493767)}
Vertex 16351 -0.84892 19.3982 3.45665 {normal=(-0.576551 -0.620114 0.474843)}
Vertex 16352 -0.750656 19.2675 3.45723 {normal=(-0.619142 0.266118 0.557539)}
Vertex 16353 -1.01471 19.1799 3.48722 {normal=(-0.145978 0.818873 0.497641)}
Vertex 16354 -1.52912 19.1306 3.442 {normal=(-0.087445 0.874950 0.424429)}
Vertex 16355 -1.90815 19.1883 3.25732 {normal=(0.015389 0.907385 0.355777)}
Vertex 16356 -2.10731 19.2836 3.01483 {normal=(-0.003142 0.889007 0.369976)}
Vertex 16357 -2.17467 19.3706 2.89976 {normal=(0.180706 -0.014222 0.708821)}
Vertex 16358 -2.12764 19.4412 2.93496 {normal=(0.031675 -0.577146 0.648576)}
Vertex 16359 -1.96555 19.5655 3.0633 {normal=(-0.000963 -0.688497 0.595266)}
Vertex 16360 -1.67711 19.7172 3.27513 {normal=(-0.140130 -0.741488 0.554045)}
Vertex 16361 1.96555 19.5655 3.0633 {normal=(0.000963 -0.688497 0.595266)}
Vertex 16362 2.12764 19.4412 2.93496 {normal=(-0.031675 -0.577146 0.648576)}
Vertex 16363 2.17467 19.3706 2.89976 {normal=(-0.180706 -0.014222 0.708821)}
Vertex 16364 2.10731 19.2836 3.01483 {normal=(0.003133 0.889012 0.369972)}
Vertex 16365 1.90815 19.1883 3.25732 {normal=(-0.015391 0.907386 0.355776)}
Vertex 16366 1.52912 19.1306 3.442 {normal=(0.087445 0.874949 0.424429)}
Vertex 16367 1.01471 19.1799 3.48722 {normal=(0.145978 0.818873 0.497641)}
Vertex 16368 0.750655 19.2675 3.45723 {normal=(0.619142 0.266118 0.557539)}
Vertex 16369 0.84892 19.3982 3.45665 {normal=(0.576551 -0.620114 0.474843)}
Vertex 16370 1.07967 19.5837 3.46284 {normal=(0.481762 -0.686072 0.493767)}
Vertex 16371 1.3595 19.7214 3.42275 {normal=(0.356894 -0.733258 0.514411)}
Vertex 16372 1.67711 19.7172 3.27513 {normal=(0.140130 -0.741488 0.554045)}
Vertex 16373 2.33011 18.7163 3.28582 {normal=(0.672824 0.262667 0.683204)}
Vertex 16374 3.08033 19.4272 0.0652415 {normal=(0.627082 -0.056671 0.701593)}
Vertex 16375 3.1232 19.8063 0.001333 {normal=(0.591310 0.193435 0.737324)}
Vertex 16376 3.20587 20.197 -0.293253 {normal=(0.705554 0.524061 0.421306)}
Vertex 16377 3.1902 20.2064 -0.721863 {normal=(0.559346 0.689399 -0.283135)}
Vertex 16378 2.78641 17.7549 -0.61216 {normal=(0.595876 -0.485957 -0.576118)}
Vertex 16379 2.69986 17.9571 -0.8201 {normal=(0.754436 -0.248601 -0.580653)}
Vertex 16380 2.65751 18.2368 -1.05503 {normal=(0.861274 -0.285106 -0.380977)}
Vertex 16381 2.68864 18.5791 -1.28923 {normal=(0.888104 -0.310314 -0.271495)}
Vertex 16382 3.0957 20.0056 -1.10423 {normal=(0.678154 0.266008 -0.439045)}
Vertex 16383 2.8049 19.0628 -1.40637 {normal=(0.913957 -0.283815 -0.166875)}
Vertex 16384 3.05423 19.0831 0.0252312 {normal=(0.848672 -0.179682 0.400843)}
Vertex 16385 2.65936 17.4019 -0.718962 {normal=(0.937504 -0.103124 -0.328894)}
Vertex 16386 3.02355 18.3557 -0.0816015 {normal=(0.936655 0.014935 0.296723)}
Vertex 16387 3.03662 18.6548 -0.0865643 {normal=(0.950522 -0.095337 0.248414)}
Vertex 16388 3.1094 18.9069 -0.164374 {normal=(0.910215 -0.216196 0.328850)}
Vertex 16389 3.02391 17.5489 0.419858 {normal=(0.811544 -0.458126 0.276378)}
Vertex 16390 2.97925 17.8473 0.792099 {normal=(0.750660 -0.365979 0.510728)}
Vertex 16391 2.92665 18.2034 1.1061 {normal=(0.741670 -0.363854 0.532429)}
Vertex 16392 2.96922 18.6208 1.13595 {normal=(0.782930 0.074861 0.546954)}
Vertex 16393 3.05866 18.9604 0.927281 {normal=(0.727124 0.295274 0.583637)}
Vertex 16394 3.0625 19.2716 0.835461 {normal=(0.716487 0.072684 0.668132)}
Vertex 16395 3.00714 19.7397 0.875279 {normal=(0.738056 0.034383 0.644338)}
Vertex 16396 3.05703 20.3348 0.594604 {normal=(0.694995 0.403851 0.554229)}
Vertex 16397 3.11619 20.784 -0.0210338 {normal=(0.743356 0.551706 0.251633)}
Vertex 16398 3.08442 20.9681 -0.687572 {normal=(0.747115 0.582946 0.056533)}
Vertex 16399 2.84792 21.2572 -1.51012 {normal=(0.763079 0.557659 -0.123381)}
Vertex 16400 2.09659 21.9221 -2.19965 {normal=(0.654820 0.688254 -0.192433)}
Vertex 16401 1.40549 22.4353 -2.45242 {normal=(0.450344 0.841488 -0.186845)}
Vertex 16402 0.622943 22.709 -2.54526 {normal=(0.232031 0.942678 -0.154400)}
Vertex 16403 3.03188 17.4834 0.215558 {normal=(0.817549 -0.236454 -0.457053)}
Vertex 16404 2.89762 18.3405 1.24462 {normal=(0.877625 -0.263554 0.347445)}
Vertex 16405 2.96951 19.9974 0.907199 {normal=(0.815709 0.195148 0.526532)}
Vertex 16406 1.68032 18.8634 3.5533 {normal=(0.079142 0.154562 0.978010)}
Vertex 16407 1.01652 19.0421 3.50107 {normal=(-0.249431 -0.220777 0.933137)}
Vertex 16408 1.00364 19.0223 3.49804 {normal=(-0.099685 0.202958 0.968314)}
Vertex 16409 1.67155 18.8409 3.55622 {normal=(0.055765 0.108765 0.990816)}
Vertex 16410 0.580797 15.2945 3.85641 {normal=(0.262785 -0.169990 0.930337)}
Vertex 16411 0.191408 15.2755 3.92086 {normal=(0.091950 -0.157084 0.954892)}
Vertex 16412 2.29917 16.9114 3.03785 {normal=(0.404733 -0.265789 0.859437)}
Vertex 16413 2.35032 17.2572 3.12266 {normal=(0.502571 -0.289306 0.799587)}
Vertex 16414 2.44459 17.5968 3.17157 {normal=(0.714808 -0.281650 0.624476)}
Vertex 16415 0.265543 17.072 4.26558 {normal=(0.178166 -0.647771 0.695133)}
Vertex 16416 1.13148 17.2066 3.85318 {normal=(0.589350 -0.554731 0.531086)}
Vertex 16417 1.49925 17.2556 3.46183 {normal=(0.572995 -0.561310 0.557823)}
Vertex 16418 2.02487 16.4134 2.97821 {normal=(0.099338 -0.179180 0.971185)}
Vertex 16419 1.83372 15.9254 3.04549 {normal=(0.519772 0.213362 0.807966)}
Vertex 16420 1.53657 15.7738 3.37998 {normal=(0.671108 0.263499 0.643506)}
Vertex 16421 1.09861 15.8256 3.77073 {normal=(0.539037 0.371109 0.698655)}
Vertex 16422 0.645522 15.8776 4.01936 {normal=(0.356032 0.463936 0.768954)}
Vertex 16423 0.218666 15.9032 4.15175 {normal=(0.171929 0.511367 0.805215)}
Vertex 16424 0.730559 17.1512 4.14701 {normal=(0.375788 -0.615520 0.644021)}
Vertex 16425 1.78397 17.2136 3.24395 {normal=(0.013487 -0.627726 0.769099)}
Vertex 16426 2.02615 16.9207 3.10568 {normal=(0.006422 -0.349753 0.930443)}
Vertex 16427 0.926516 18.0404 3.77857 {normal=(0.380339 0.246762 0.878776)}
Vertex 16428 0.690286 18.2802 3.85596 {normal=(0.701126 0.301604 0.613455)}
Vertex 16429 1.72328 17.3718 3.36337 {normal=(0.137493 -0.488399 0.856759)}
Vertex 16430 1.28422 17.7775 3.6348 {normal=(0.383198 -0.079179 0.903369)}
Vertex 16431 0.803555 17.7922 4.02952 {normal=(0.766503 -0.086808 0.605841)}
Vertex 16432 0.849647 17.8796 3.95449 {normal=(0.926689 -0.007969 0.298264)}
Vertex 16433 0.808623 18.0635 3.89551 {normal=(0.904229 0.375893 -0.068931)}
Vertex 16434 0.664274 18.3085 3.89966 {normal=(0.776991 0.581155 -0.194800)}
Vertex 16435 0.744637 17.8126 4.11713 {normal=(0.169822 -0.613421 0.686602)}
Vertex 16436 0.714441 17.8899 4.24582 {normal=(0.374815 -0.686921 0.571754)}
Vertex 16437 0.555657 17.955 4.39886 {normal=(0.275532 -0.747288 0.526288)}
Vertex 16438 0.372471 17.9695 4.58576 {normal=(0.484358 -0.796689 0.270959)}
Vertex 16439 0.25326 17.867 4.60043 {normal=(0.713469 -0.625693 0.246806)}
Vertex 16440 0.209436 17.7202 4.40587 {normal=(0.849851 -0.284124 0.376971)}
Vertex 16441 1.11681 17.3595 3.89021 {normal=(0.703375 0.032166 0.705662)}
Vertex 16442 1.01556 17.6787 3.89055 {normal=(0.622123 0.291825 0.725853)}
Vertex 16443 0.894641 17.8738 3.90671 {normal=(0.648548 0.300886 0.690958)}
Vertex 16444 0.855215 17.9594 4.02565 {normal=(0.969351 -0.105024 0.134596)}
Vertex 16445 0.80787 18.0986 4.1625 {normal=(0.859394 0.161808 0.453979)}
Vertex 16446 0.649773 18.1942 4.31124 {normal=(0.678030 0.332634 0.648044)}
Vertex 16447 0.523758 18.2351 4.44524 {normal=(0.892412 0.081788 0.428047)}
Vertex 16448 0.417732 18.277 4.67475 {normal=(0.836291 0.033939 0.527481)}
Vertex 16449 0.166755 18.3244 4.86954 {normal=(0.244307 0.113106 0.943809)}
Vertex 16450 0.500638 18.4695 4.20431 {normal=(0.842719 0.490491 0.201630)}
Vertex 16451 0.364604 18.5946 4.50914 {normal=(0.820491 0.441409 0.343276)}
Vertex 16452 0.146747 18.6681 4.67252 {normal=(0.245162 0.614090 0.731798)}
Vertex 16453 0.797792 18.0909 3.8502 {normal=(0.847164 0.467792 0.214347)}
Vertex 16454 0.345897 17.9537 4.41523 {normal=(0.285779 -0.935656 -0.053754)}
Vertex 16455 0.658465 17.8761 4.21881 {normal=(-0.283291 -0.921333 0.220676)}
Vertex 16456 0.503407 17.937 4.32778 {normal=(-0.202193 -0.967311 0.082385)}
Vertex 16457 2.24748 19.524 2.72581 {normal=(0.839490 0.280537 0.456458)}
Vertex 16458 2.25365 19.5432 2.71311 {normal=(0.692244 -0.122638 0.697389)}
Vertex 16459 2.01116 19.7465 2.98927 {normal=(0.759222 0.222147 0.603271)}
Vertex 16460 2.01513 19.7695 2.98163 {normal=(0.632033 -0.149983 0.733168)}
Vertex 16461 1.67672 19.898 3.24833 {normal=(0.536426 0.257711 0.795542)}
Vertex 16462 1.67876 19.9217 3.24448 {normal=(0.474745 -0.236476 0.806999)}
Vertex 16463 1.32281 19.8668 3.42722 {normal=(0.202392 0.283827 0.923758)}
Vertex 16464 1.32008 19.8849 3.42772 {normal=(0.459587 -0.384384 0.742749)}
Vertex 16465 1.03136 19.6893 3.47311 {normal=(-0.162449 0.211880 0.950234)}
Vertex 16466 1.02515 19.6993 3.47519 {normal=(0.370459 -0.516976 0.712322)}
Vertex 16467 0.769848 19.4579 3.45653 {normal=(-0.313396 0.241743 0.909218)}
Vertex 16468 0.761309 19.4644 3.45639 {normal=(0.300814 -0.364219 0.849263)}
Vertex 16469 1.68385 19.8481 3.27082 {normal=(0.540179 0.361880 0.752727)}
Vertex 16470 1.99062 19.6131 3.05849 {normal=(0.618913 -0.055616 0.775244)}
Vertex 16471 2.17331 19.4632 2.89362 {normal=(0.729780 0.087365 0.671109)}
Vertex 16472 2.23494 19.3672 2.84154 {normal=(0.734544 0.259170 0.612161)}
Vertex 16473 2.17949 19.2537 3.00919 {normal=(0.468252 0.702767 0.526699)}
Vertex 16474 1.98016 19.1249 3.30406 {normal=(0.307736 0.685424 0.654311)}
Vertex 16475 1.57108 19.0655 3.48954 {normal=(0.167537 0.565046 0.802452)}
Vertex 16476 1.01136 19.1435 3.51006 {normal=(-0.011180 0.348653 0.922992)}
Vertex 16477 0.719284 19.2633 3.47085 {normal=(0.052912 0.008173 0.969625)}
Vertex 16478 0.825215 19.4142 3.47673 {normal=(0.210421 -0.261673 0.924180)}
Vertex 16479 1.06779 19.613 3.48553 {normal=(0.228198 -0.314846 0.908521)}
Vertex 16480 1.35495 19.7612 3.44357 {normal=(0.344582 -0.206860 0.903676)}
Vertex 16481 1.52762 19.1357 3.07209 {normal=(0.005213 0.988288 0.103082)}
Vertex 16482 1.90394 19.1923 2.88813 {normal=(-0.265472 0.948750 0.104742)}
Vertex 16483 2.1009 19.2872 2.64965 {normal=(-0.416582 0.873570 0.139926)}
Vertex 16484 2.16918 19.3703 2.53762 {normal=(-0.781858 -0.097086 0.345792)}
Vertex 16485 2.1246 19.4364 2.57156 {normal=(-0.558446 -0.734533 0.255316)}
Vertex 16486 1.96298 19.5598 2.6979 {normal=(-0.447316 -0.848804 0.183677)}
Vertex 16487 1.67564 19.7108 2.90791 {normal=(-0.190271 -0.948337 0.156946)}
Vertex 16488 1.36042 19.7153 3.05406 {normal=(0.287098 -0.930888 0.143239)}
Vertex 16489 1.08271 19.5786 3.09354 {normal=(0.554597 -0.802887 0.153894)}
Vertex 16490 0.85362 19.3952 3.08738 {normal=(0.669291 -0.691269 0.189494)}
Vertex 16491 0.755913 19.2694 3.08834 {normal=(0.796397 0.295201 0.216626)}
Vertex 16492 1.01725 19.1854 3.118 {normal=(0.206522 0.960698 0.130044)}
Vertex 16493 2.23064 19.4985 2.79177 {normal=(0.838893 0.345501 0.416352)}
Vertex 16494 1.01672 19.0817 3.5151 {normal=(-0.224503 -0.192593 0.940083)}
Vertex 16495 1.59978 19.5181 2.51616 {normal=(0.287355 -0.499994 0.806901)}
Vertex 16496 2.11687 16.0346 2.84017 {normal=(0.538341 -0.225474 0.802020)}
Vertex 16497 1.9223 15.7692 2.95053 {normal=(0.682206 -0.192042 0.697401)}
Vertex 16498 3.01481 19.1573 0.982133 {normal=(0.962246 0.067152 0.251859)}
Vertex 16499 2.96223 19.5472 1.06922 {normal=(0.969757 0.095870 0.219283)}
Vertex 16500 2.91576 19.8574 1.1491 {normal=(0.966683 0.110540 0.228035)}
Vertex 16501 2.89655 20.0728 1.08416 {normal=(0.946442 0.176068 0.266141)}
Vertex 16502 2.9838 20.495 0.713291 {normal=(0.941506 0.071632 0.325238)}
Vertex 16503 3.08425 20.9893 0.140152 {normal=(0.991605 0.054808 0.101544)}
Vertex 16504 3.09812 21.2285 -0.219079 {normal=(0.998512 0.004243 0.024989)}
Vertex 16505 3.07379 21.3378 -0.578473 {normal=(0.991907 0.078352 -0.082541)}
Vertex 16506 3.01575 21.4018 -1.03328 {normal=(0.963978 0.145492 -0.205260)}
Vertex 16507 2.3455 17.1027 -1.43144 {normal=(0.839816 -0.055703 -0.533888)}
Vertex 16508 2.54505 16.8374 -0.847203 {normal=(0.949273 -0.179782 -0.253737)}
Vertex 16509 2.69009 16.8009 -0.356431 {normal=(0.856106 -0.217235 -0.465043)}
Vertex 16510 2.85958 16.9366 -0.0680255 {normal=(0.925877 -0.157262 -0.338013)}
Vertex 16511 2.98173 17.2429 0.567305 {normal=(0.979374 -0.040759 0.188415)}
Vertex 16512 2.90245 17.5632 0.939213 {normal=(0.954287 -0.077898 0.287365)}
Vertex 16513 2.85111 17.8129 1.16135 {normal=(0.934212 -0.082704 0.346711)}
Vertex 16514 2.82978 17.951 1.29245 {normal=(0.956832 -0.160448 0.238117)}
Vertex 16515 2.83335 18.0998 1.41967 {normal=(0.964915 -0.246801 0.034469)}
Vertex 16516 2.51159 17.5866 -1.12872 {normal=(0.910738 -0.040885 -0.409242)}
Vertex 16517 2.98176 17.5998 0.120135 {normal=(0.845281 -0.043288 -0.508868)}
Vertex 16518 2.98038 18.7813 1.24565 {normal=(0.987777 -0.098903 -0.043961)}
Vertex 16519 2.95148 19.2561 1.45758 {normal=(0.967506 0.214374 0.126900)}
Vertex 16520 2.8743 19.5751 1.56679 {normal=(0.971710 0.151426 0.178421)}
Vertex 16521 2.79175 19.8547 1.78739 {normal=(0.967089 0.096583 0.233480)}
Vertex 16522 2.6159 20.2237 2.26963 {normal=(0.932334 0.006048 0.354238)}
Vertex 16523 3.02615 18.5966 1.75024 {normal=(0.984372 -0.124714 0.012465)}
Vertex 16524 2.97497 18.8213 1.92062 {normal=(0.932706 0.244126 0.251889)}
Vertex 16525 2.9441 18.3863 2.23541 {normal=(0.969268 -0.099619 0.174240)}
Vertex 16526 2.82284 18.6601 2.51139 {normal=(0.889778 0.273244 0.354235)}
Vertex 16527 2.79253 18.2102 2.76016 {normal=(0.924425 -0.064117 0.350859)}
Vertex 16528 2.61601 18.4142 3.04614 {normal=(0.813555 0.166033 0.548344)}
Vertex 16529 2.60516 17.9526 3.08709 {normal=(0.847663 -0.180656 0.484476)}
Vertex 16530 2.39331 18.0611 3.36478 {normal=(0.635235 -0.021567 0.756121)}
Vertex 16531 2.52746 18.9755 2.80701 {normal=(0.767029 0.478471 0.423627)}
Vertex 16532 2.83201 19.1491 2.00599 {normal=(0.878510 0.315739 0.351728)}
Vertex 16533 2.48533 19.434 2.48213 {normal=(0.732870 -0.121967 0.655348)}
Vertex 16534 2.69353 19.5569 2.15955 {normal=(0.913223 -0.026708 0.401695)}
Vertex 16535 2.36083 19.6423 2.68208 {normal=(0.621091 -0.324826 0.704362)}
Vertex 16536 2.53632 19.8867 2.48426 {normal=(0.883732 0.000986 0.463105)}
Vertex 16537 2.11836 19.8825 3.01548 {normal=(0.478685 -0.542271 0.676184)}
Vertex 16538 2.26714 20.1549 2.98514 {normal=(0.821949 -0.139789 0.541095)}
Vertex 16539 1.74433 19.9952 3.31374 {normal=(0.298967 -0.769100 0.553949)}
Vertex 16540 1.8517 20.1595 3.4104 {normal=(0.556618 -0.482288 0.656110)}
Vertex 16541 1.33403 19.9146 3.5064 {normal=(0.505770 -0.832752 0.211612)}
Vertex 16542 1.38241 19.9906 3.6457 {normal=(0.534853 -0.734595 0.412720)}
Vertex 16543 1.02102 19.7163 3.56737 {normal=(0.525442 -0.818267 0.221111)}
Vertex 16544 1.03097 19.7937 3.7355 {normal=(0.438112 -0.755359 0.481595)}
Vertex 16545 0.733121 19.5208 3.52807 {normal=(0.379315 -0.672108 0.614563)}
Vertex 16546 0.713704 19.6675 3.72136 {normal=(0.235799 -0.788909 0.565525)}
Vertex 16547 0.790252 19.441 3.47389 {normal=(-0.334557 0.247748 0.903132)}
Vertex 16548 1.04695 19.6609 3.48744 {normal=(-0.173145 0.244381 0.945167)}
Vertex 16549 1.33793 19.8271 3.44283 {normal=(0.175155 0.336934 0.914616)}
Vertex 16550 1.6863 19.7655 3.28571 {normal=(0.506182 -0.095981 0.848594)}
Vertex 16551 2.01045 19.6961 3.02165 {normal=(0.754501 0.312255 0.570308)}
Vertex 16552 2.29409 19.178 2.97136 {normal=(0.704682 0.545533 0.444901)}
Vertex 16553 1.64433 18.9408 3.5397 {normal=(0.134616 0.284879 0.939129)}
Vertex 16554 0.124922 13.943 3.3665 {normal=(0.107058 -0.923649 0.346923)}
Vertex 16555 0.175665 13.9034 2.98877 {normal=(0.128552 -0.984618 -0.053064)}
Vertex 16556 0.226768 13.9883 2.55576 {normal=(0.087135 -0.965831 -0.237116)}
Vertex 16557 0.332093 14.0146 3.4181 {normal=(0.309613 -0.894757 0.309655)}
Vertex 16558 0.499777 13.9931 3.03438 {normal=(0.367857 -0.919224 0.113026)}
Vertex 16559 0.693316 14.0752 2.59511 {normal=(0.310276 -0.939311 -0.123707)}
Vertex 16560 0.746471 14.1265 3.14062 {normal=(0.438808 -0.872330 0.206385)}
Vertex 16561 1.0839 14.2438 2.72044 {normal=(0.506243 -0.848488 0.100454)}
Vertex 16562 0.883823 14.2801 3.30529 {normal=(0.629605 -0.665947 0.385411)}
Vertex 16563 1.27808 14.5338 2.94629 {normal=(0.767189 -0.461965 0.432037)}
Vertex 16564 0.524955 14.1997 3.67881 {normal=(0.422858 -0.759553 0.476354)}
Vertex 16565 0.898989 14.482 3.55597 {normal=(0.726678 -0.477382 0.478733)}
Vertex 16566 1.20694 14.9049 3.33377 {normal=(0.811357 -0.270206 0.514637)}
Vertex 16567 0.501637 14.3215 3.82259 {normal=(0.362611 -0.521094 0.760442)}
Vertex 16568 0.763407 14.6664 3.80335 {normal=(0.563459 -0.174779 0.796944)}
Vertex 16569 0.93135 15.0912 3.71244 {normal=(0.583529 -0.017362 0.803007)}
Vertex 16570 0.368398 14.4274 3.94127 {normal=(0.278985 -0.416045 0.852607)}
Vertex 16571 0.488115 14.7775 3.95899 {normal=(0.375443 0.016682 0.920648)}
Vertex 16572 0.556699 15.1156 3.88924 {normal=(0.299771 0.158501 0.937963)}
Vertex 16573 0.143395 14.498 3.99609 {normal=(-0.014023 -0.362246 0.921403)}
Vertex 16574 0.168665 14.8382 4.04232 {normal=(0.121648 0.081929 0.982502)}
Vertex 16575 0.18305 15.124 3.96918 {normal=(0.114439 0.319201 0.938291)}
Vertex 16576 0.619587 15.4114 3.92578 {normal=(0.269731 -0.548900 0.786408)}
Vertex 16577 0.212484 15.4453 4.04311 {normal=(0.115856 -0.570516 0.809323)}
Vertex 16578 2.11933 17.2574 3.21925 {normal=(0.310419 -0.427859 0.845904)}
Vertex 16579 2.2128 16.4068 2.91472 {normal=(0.452909 -0.280627 0.832410)}
Vertex 16580 1.73049 16.0229 3.03243 {normal=(0.231890 0.438830 0.852038)}
Vertex 16581 1.87123 16.4239 2.95458 {normal=(-0.171520 -0.031823 0.977274)}
Vertex 16582 1.82772 16.9167 3.06372 {normal=(-0.204066 -0.402293 0.889399)}
Vertex 16583 1.67326 17.1601 3.17002 {normal=(-0.058987 -0.720909 0.663292)}
Vertex 16584 2.22131 17.622 3.36495 {normal=(0.452850 -0.365163 0.805847)}
Vertex 16585 1.86819 17.7223 3.50761 {normal=(0.174898 -0.320172 0.928011)}
Vertex 16586 1.38217 17.9636 3.65709 {normal=(0.189932 -0.169210 0.963282)}
Vertex 16587 0.979722 18.1921 3.75489 {normal=(0.210547 0.074049 0.972836)}
Vertex 16588 2.0459 18.1624 3.54247 {normal=(0.315966 0.007009 0.941878)}
Vertex 16589 2.06462 18.5932 3.51364 {normal=(0.394355 0.107642 0.903723)}
Vertex 16590 1.54174 18.3011 3.63569 {normal=(0.155697 0.129272 0.976493)}
Vertex 16591 1.63876 18.6518 3.57402 {normal=(0.074781 0.097649 0.991681)}
Vertex 16592 1.05014 18.4631 3.67799 {normal=(0.221216 0.299773 0.925987)}
Vertex 16593 1.07311 18.744 3.58185 {normal=(0.104037 0.267832 0.951827)}
Vertex 16594 1.51794 15.5692 3.31465 {normal=(0.683393 -0.330710 0.649072)}
Vertex 16595 1.44274 15.9041 3.29579 {normal=(0.419576 0.721749 0.538475)}
Vertex 16596 1.43879 17.1792 3.3615 {normal=(0.349971 -0.877180 0.325739)}
Vertex 16597 1.44665 17.4128 3.55517 {normal=(0.684786 -0.048294 0.721081)}
Vertex 16598 1.06693 15.5952 3.73941 {normal=(0.583088 -0.253431 0.769333)}
Vertex 16599 1.00795 15.9419 3.61611 {normal=(0.350432 0.857411 0.376154)}
Vertex 16600 1.0419 17.1298 3.69521 {normal=(0.294302 -0.929295 0.219571)}
Vertex 16601 0.861963 17.6129 4.05124 {normal=(0.585445 0.308027 0.746960)}
Vertex 16602 0.658617 15.6741 4.01151 {normal=(0.404418 -0.139575 0.897987)}
Vertex 16603 0.5737 15.9928 3.84832 {normal=(0.236058 0.876016 0.418842)}
Vertex 16604 0.627858 17.0711 3.93653 {normal=(0.221319 -0.954113 0.201110)}
Vertex 16605 0.71702 17.2924 4.18169 {normal=(0.395920 -0.050243 0.910428)}
Vertex 16606 0.22925 15.7305 4.16453 {normal=(0.191870 -0.088057 0.967085)}
Vertex 16607 0.19315 16.0079 3.97362 {normal=(0.107701 0.889747 0.441084)}
Vertex 16608 0.22313 17.004 4.06237 {normal=(0.171420 -0.959249 0.216839)}
Vertex 16609 0.308075 17.2183 4.30272 {normal=(0.204342 -0.164567 0.960457)}
Vertex 16610 0.331531 17.4867 4.30086 {normal=(0.346965 0.106160 0.923413)}
Vertex 16611 0.0945435 17.4182 4.36378 {normal=(0.117155 -0.211309 0.961908)}
Vertex 16612 0.582535 17.7682 4.11885 {normal=(0.203968 0.291884 0.926361)}
Vertex 16613 0.32533 17.7133 4.2399 {normal=(0.515296 0.283227 0.790254)}
Vertex 16614 0.0884078 17.638 4.47841 {normal=(0.279441 -0.599664 0.725253)}
Vertex 16615 0.262872 17.8822 4.42585 {normal=(0.843861 -0.514962 -0.048778)}
Vertex 16616 0.118065 17.8633 4.7132 {normal=(0.215300 -0.700251 0.665512)}
Vertex 16617 0.1576 18.1003 4.86612 {normal=(0.250652 -0.208593 0.921420)}
Vertex 16618 0.397093 18.0861 4.67476 {normal=(0.791297 -0.232892 0.545845)}
Vertex 16619 0.608157 18.0511 4.39368 {normal=(0.652914 0.066036 0.747146)}
Vertex 16620 0.768787 17.9731 4.22467 {normal=(0.809363 -0.136985 0.555531)}
Vertex 16621 0.806018 17.8574 4.0879 {normal=(0.843006 -0.363214 0.382559)}
Vertex 16622 0.811409 18.1286 3.96273 {normal=(0.872416 0.351379 -0.314893)}
Vertex 16623 0.767927 18.2443 4.07384 {normal=(0.803174 0.562262 0.114672)}
Vertex 16624 0.646664 18.3209 4.1818 {normal=(0.616202 0.687012 0.374584)}
Vertex 16625 0.526257 18.3701 4.34547 {normal=(0.836205 0.458488 0.282044)}
Vertex 16626 0.402971 18.4471 4.61643 {normal=(0.812326 0.415581 0.386710)}
Vertex 16627 0.161567 18.5131 4.79833 {normal=(0.234880 0.556237 0.776362)}
Vertex 16628 0.667805 19.2451 3.44971 {normal=(-0.476214 -0.197419 0.847667)}
Vertex 16629 0.595642 19.2848 3.46194 {normal=(0.516639 -0.108775 0.816703)}
Vertex 16630 0.473911 19.5199 3.69349 {normal=(0.646300 -0.415404 0.592579)}
Vertex 16631 0.396127 19.6864 3.88515 {normal=(0.349046 -0.362977 0.828063)}
Vertex 16632 0.197062 19.8546 3.96547 {normal=(0.147972 -0.132804 0.975610)}
Vertex 16633 0.698655 18.5614 3.79036 {normal=(0.525895 0.264230 0.805004)}
Vertex 16634 0.673363 18.8337 3.69496 {normal=(0.629707 0.352837 0.671929)}
Vertex 16635 0.47854 18.6655 4.08828 {normal=(0.930278 0.185918 0.313055)}
Vertex 16636 0.458361 18.9659 3.97185 {normal=(0.885902 0.265597 0.376060)}
Vertex 16637 0.420046 19.2625 3.79508 {normal=(0.869893 0.286635 0.391287)}
Vertex 16638 0.3337 18.8013 4.38522 {normal=(0.800835 0.354187 0.463062)}
Vertex 16639 0.302053 19.0748 4.22185 {normal=(0.721048 0.438682 0.522565)}
Vertex 16640 0.275672 19.3806 3.99038 {normal=(0.675419 0.371176 0.609542)}
Vertex 16641 0.128283 18.8663 4.52421 {normal=(0.262245 0.573167 0.760392)}
Vertex 16642 0.110646 19.1256 4.33469 {normal=(0.273533 0.588671 0.747683)}
Vertex 16643 0.106704 19.4412 4.06612 {normal=(0.260629 0.518285 0.793234)}
Vertex 16644 2.52381 17.3875 2.46532 {normal=(0.976596 -0.197313 -0.071039)}
Vertex 16645 2.50016 17.1786 2.50496 {normal=(0.984505 -0.118476 -0.124271)}
Vertex 16646 2.4473 17.0472 2.17611 {normal=(0.986252 -0.143812 0.028171)}
Vertex 16647 2.48378 16.8545 1.88066 {normal=(0.953467 -0.045675 0.294326)}
Vertex 16648 2.58542 16.5597 1.57375 {normal=(0.947435 -0.037672 0.315365)}
Vertex 16649 2.64279 16.2935 1.26259 {normal=(0.933519 -0.268810 0.226514)}
Vertex 16650 2.59507 16.0147 0.938424 {normal=(0.888778 -0.432313 0.144314)}
Vertex 16651 2.41105 15.6566 0.612823 {normal=(0.801590 -0.595026 0.018462)}
Vertex 16652 2.19737 15.427 0.400347 {normal=(0.748486 -0.641377 -0.135371)}
Vertex 16653 2.09202 15.1637 0.173804 {normal=(0.923494 -0.275461 0.240395)}
Vertex 16654 2.25155 15.3729 -0.158779 {normal=(0.936343 -0.199883 0.263128)}
Vertex 16655 2.34576 15.6854 0.120023 {normal=(0.736374 -0.615723 -0.258570)}
Vertex 16656 2.56108 15.8813 0.376554 {normal=(0.846411 -0.522015 -0.066824)}
Vertex 16657 2.71582 16.214 0.731207 {normal=(0.916524 -0.378740 0.114609)}
Vertex 16658 2.72887 16.4753 1.09223 {normal=(0.951674 -0.181040 0.240379)}
Vertex 16659 2.63583 16.7222 1.44817 {normal=(0.937756 -0.040838 0.344359)}
Vertex 16660 2.52509 17.032 1.77862 {normal=(0.954158 -0.050090 0.291797)}
Vertex 16661 2.49347 17.2833 2.04334 {normal=(0.973002 -0.200285 0.089712)}
Vertex 16662 2.56817 17.5501 2.35034 {normal=(0.936707 -0.347630 0.019438)}
Vertex 16663 2.69017 16.9025 1.32924 {normal=(0.927972 -0.068603 0.365627)}
Vertex 16664 2.57668 17.1998 1.65532 {normal=(0.933068 -0.084973 0.346823)}
Vertex 16665 2.54543 17.429 1.88771 {normal=(0.943940 -0.283204 0.147508)}
Vertex 16666 2.63226 17.681 2.13139 {normal=(0.903909 -0.422980 0.054619)}
Vertex 16667 2.77458 17.9842 2.45574 {normal=(0.887757 -0.449253 0.084641)}
Vertex 16668 2.4824 16.1169 1.91102 {normal=(0.951162 -0.043190 0.302143)}
Vertex 16669 2.42736 16.7998 2.29299 {normal=(0.991947 -0.063395 -0.081846)}
Vertex 16670 2.44657 16.639 1.98829 {normal=(0.962778 0.008190 0.262338)}
Vertex 16671 2.54339 16.3787 1.71295 {normal=(0.962117 0.002016 0.269652)}
Vertex 16672 2.57825 16.1083 1.43024 {normal=(0.976081 -0.188379 0.076608)}
Vertex 16673 2.49588 15.8331 1.14399 {normal=(0.910519 -0.406439 0.008794)}
Vertex 16674 2.28691 15.5022 0.867415 {normal=(0.789507 -0.611474 -0.026468)}
Vertex 16675 2.0661 15.2486 0.678687 {normal=(0.761087 -0.646815 0.003925)}
Vertex 16676 1.93371 15.0062 0.477058 {normal=(0.840937 -0.439414 0.283719)}
Vertex 16677 1.70029 14.8388 0.842357 {normal=(0.743861 -0.611570 0.194312)}
Vertex 16678 1.90938 15.0487 1.04133 {normal=(0.711546 -0.689681 -0.118734)}
Vertex 16679 2.17233 15.2993 1.2493 {normal=(0.776348 -0.607745 -0.159748)}
Vertex 16680 2.40243 15.5733 1.47582 {normal=(0.885407 -0.442558 -0.116578)}
Vertex 16681 2.50056 15.8366 1.68652 {normal=(0.964007 -0.222604 0.119494)}
Vertex 16682 2.41554 16.3858 2.31913 {normal=(0.995531 -0.074086 0.003730)}
Vertex 16683 2.39661 16.4192 2.66858 {normal=(0.935651 -0.214593 0.242999)}
Vertex 16684 2.46274 16.9073 2.81276 {normal=(0.938284 -0.181101 0.255462)}
Vertex 16685 2.50504 17.2526 2.87662 {normal=(0.948555 -0.159827 0.233725)}
Vertex 16686 2.56173 17.5452 2.85975 {normal=(0.954440 -0.234230 0.148924)}
Vertex 16687 2.66173 17.8095 2.73242 {normal=(0.912248 -0.387404 0.109669)}
Vertex 16688 0.240362 14.4211 1.37473 {normal=(0.072484 -0.935798 -0.066857)}
Vertex 16689 0.917723 14.4967 1.25168 {normal=(0.152922 -0.923063 -0.061618)}
Vertex 16690 1.47541 14.6311 1.21098 {normal=(0.537469 -0.808241 -0.145654)}
Vertex 16691 1.77591 14.8105 1.40151 {normal=(0.640949 -0.718594 -0.265988)}
Vertex 16692 2.11195 15.0565 1.66783 {normal=(0.751485 -0.607350 -0.253612)}
Vertex 16693 2.34544 15.465 2.02377 {normal=(0.923689 -0.252876 0.272018)}
Vertex 16694 2.28316 15.8848 2.5702 {normal=(0.881666 -0.290585 0.353565)}
Vertex 16695 0.264502 14.1131 2.14944 {normal=(0.074004 -0.945453 -0.314492)}
Vertex 16696 0.255198 14.2598 1.75569 {normal=(0.058841 -0.928692 -0.365479)}
Vertex 16697 0.828928 14.2067 2.13222 {normal=(0.194942 -0.953954 -0.223780)}
Vertex 16698 0.861891 14.3353 1.67472 {normal=(0.094546 -0.947225 -0.302717)}
Vertex 16699 1.31366 14.4187 1.65458 {normal=(0.358735 -0.900228 -0.225298)}
Vertex 16700 1.38966 14.3725 2.29502 {normal=(0.430101 -0.900659 0.030017)}
Vertex 16701 1.61883 14.5492 1.82627 {normal=(0.544345 -0.813652 -0.193561)}
Vertex 16702 1.9234 14.7446 2.08329 {normal=(0.717908 -0.676585 0.026933)}
Vertex 16703 1.61718 14.7803 2.63898 {normal=(0.692050 -0.413897 0.590281)}
Vertex 16704 2.01518 15.0637 2.36886 {normal=(0.751955 -0.412599 0.507039)}
Vertex 16705 1.54963 15.2075 3.01857 {normal=(0.697291 -0.427752 0.573731)}
Vertex 16706 1.98828 15.4559 2.69925 {normal=(0.717800 -0.428938 0.545822)}
Vertex 16707 0.852764 23.2377 1.51404 {normal=(0.224100 0.882919 0.399248)}
Vertex 16708 0.914219 22.6664 2.37442 {normal=(0.235449 0.718128 0.649024)}
Vertex 16709 0.257726 23.2498 1.70263 {normal=(0.073428 0.889919 0.437765)}
Vertex 16710 0.253547 22.6108 2.59712 {normal=(0.096826 0.670926 0.729516)}
Vertex 16711 0.119074 20.8595 3.75688 {normal=(-0.036539 0.470217 0.880376)}
Vertex 16712 0.0888143 20.2714 4.01611 {normal=(0.028634 0.167115 0.978412)}
Vertex 16713 0.289851 20.2593 3.98905 {normal=(0.149384 0.184493 0.964195)}
Vertex 16714 0.305899 21.828 3.17195 {normal=(0.079977 0.561115 0.822503)}
Vertex 16715 0.457169 20.9411 3.70066 {normal=(0.036144 0.460995 0.884528)}
Vertex 16716 0.585942 20.3851 3.94687 {normal=(-0.042867 0.329530 0.941990)}
Vertex 16717 0.782655 21.1678 3.51075 {normal=(0.202271 0.533777 0.820682)}
Vertex 16718 0.950864 20.6572 3.7852 {normal=(0.246289 0.471073 0.844386)}
Vertex 16719 0.998715 22.0669 2.86513 {normal=(0.191358 0.583238 0.787816)}
Vertex 16720 1.16933 21.4467 3.2324 {normal=(0.224960 0.503371 0.833388)}
Vertex 16721 1.31773 20.9225 3.47826 {normal=(0.369348 0.452301 0.810977)}
Vertex 16722 1.50647 21.6389 3.01849 {normal=(0.351802 0.497365 0.787677)}
Vertex 16723 1.67811 21.1204 3.2104 {normal=(0.429411 0.400840 0.806453)}
Vertex 16724 2.12022 21.2248 2.74768 {normal=(0.727184 0.383682 0.559449)}
Vertex 16725 2.55267 20.9498 1.99837 {normal=(0.929843 0.173175 0.314125)}
Vertex 16726 1.98587 21.7122 2.57064 {normal=(0.662725 0.440813 0.597767)}
Vertex 16727 2.56381 21.4541 1.78139 {normal=(0.888850 0.192644 0.406600)}
Vertex 16728 1.86105 22.2043 2.29586 {normal=(0.576673 0.548012 0.597250)}
Vertex 16729 2.56205 21.9503 1.46622 {normal=(0.849072 0.350014 0.384413)}
Vertex 16730 1.75156 22.6489 1.90901 {normal=(0.483318 0.698459 0.514749)}
Vertex 16731 2.52115 22.351 1.08605 {normal=(0.803674 0.492843 0.317371)}
Vertex 16732 1.6519 23.1297 1.09356 {normal=(0.404742 0.853134 0.305524)}
Vertex 16733 2.45458 22.7533 0.419882 {normal=(0.732156 0.643517 0.175661)}
Vertex 16734 1.19721 23.3852 -0.358064 {normal=(0.209928 0.965659 -0.104158)}
Vertex 16735 2.157 23.0117 -0.719956 {normal=(0.540638 0.803595 -0.183686)}
Vertex 16736 0.705646 23.0426 -1.86668 {normal=(0.161703 0.888791 -0.417038)}
Vertex 16737 1.65264 22.7442 -1.90592 {normal=(0.410481 0.724239 -0.537868)}
Vertex 16738 2.77678 20.3902 1.42798 {normal=(0.968037 0.105686 0.216671)}
Vertex 16739 2.86949 20.9175 1.0795 {normal=(0.954544 0.005708 0.296669)}
Vertex 16740 2.97184 21.4488 0.623108 {normal=(0.963979 0.131940 0.220484)}
Vertex 16741 2.98726 21.8135 0.230513 {normal=(0.951724 0.244444 0.160466)}
Vertex 16742 2.93702 22.0758 -0.221361 {normal=(0.925720 0.362128 -0.004031)}
Vertex 16743 2.73161 22.2615 -0.954402 {normal=(0.836965 0.465901 -0.259861)}
Vertex 16744 2.33415 22.1231 -1.77948 {normal=(0.692159 0.444551 -0.561625)}
Vertex 16745 1.28836 16.7713 -2.39122 {normal=(0.515511 0.083278 -0.848365)}
Vertex 16746 1.66596 17.1567 -2.11328 {normal=(0.621798 -0.004763 -0.781601)}
Vertex 16747 2.06158 16.2305 -1.82619 {normal=(0.773476 0.079773 -0.614907)}
Vertex 16748 2.19687 16.6516 -1.6314 {normal=(0.800132 0.015146 -0.587848)}
Vertex 16749 2.38192 15.7487 -0.948984 {normal=(0.987558 -0.015206 -0.055878)}
Vertex 16750 2.42677 16.261 -0.849185 {normal=(0.971934 -0.159440 -0.149946)}
Vertex 16751 2.53234 16.1417 -0.186653 {normal=(0.805098 -0.427969 -0.400405)}
Vertex 16752 2.74033 16.3081 0.11059 {normal=(0.899889 -0.372249 -0.208091)}
Vertex 16753 2.87498 16.5442 0.468142 {normal=(0.937381 -0.332457 0.008130)}
Vertex 16754 2.88181 16.8138 0.812675 {normal=(0.929973 -0.175172 0.316208)}
Vertex 16755 2.78322 17.1462 1.17038 {normal=(0.918695 -0.109097 0.379070)}
Vertex 16756 2.69079 17.4276 1.45841 {normal=(0.910170 -0.132567 0.391453)}
Vertex 16757 2.66604 17.6048 1.6326 {normal=(0.921438 -0.299285 0.238237)}
Vertex 16758 2.72498 17.8092 1.79346 {normal=(0.908499 -0.405411 0.086770)}
Vertex 16759 2.86271 18.1026 2.00082 {normal=(0.903927 -0.424500 0.019928)}
Vertex 16760 2.99968 17.8913 -0.729867 {normal=(-0.223237 -0.658239 -0.701827)}
Vertex 16761 2.9389 17.7697 -0.407115 {normal=(0.636151 -0.740100 -0.111107)}
Vertex 16762 3.05687 17.8544 -0.323711 {normal=(0.606051 -0.762809 0.163478)}
Vertex 16763 3.17374 19.5499 -1.32311 {normal=(-0.413231 0.185836 -0.882222)}
Vertex 16764 3.14237 19.0324 -1.32416 {normal=(-0.454452 -0.092033 -0.880557)}
Vertex 16765 2.93984 19.0668 -1.23443 {normal=(0.082319 -0.189516 -0.915934)}
Vertex 16766 2.88724 18.6658 -1.10108 {normal=(-0.034294 -0.401212 -0.849665)}
Vertex 16767 3.0681 18.6164 -1.19748 {normal=(-0.506164 -0.275619 -0.808127)}
Vertex 16768 3.01286 18.3008 -1.01109 {normal=(-0.557154 -0.410792 -0.709467)}
Vertex 16769 2.855 18.3418 -0.908826 {normal=(-0.063603 -0.511302 -0.789682)}
Vertex 16770 3.19251 18.0146 -0.831326 {normal=(0.636578 -0.428043 -0.557424)}
Vertex 16771 3.17889 18.2905 -1.02169 {normal=(0.550990 -0.456096 -0.619763)}
Vertex 16772 3.23762 18.596 -1.21039 {normal=(0.550349 -0.439950 -0.623501)}
Vertex 16773 3.32228 19.0375 -1.35066 {normal=(0.578197 -0.191938 -0.711566)}
Vertex 16774 3.37551 19.5428 -1.35024 {normal=(0.532066 0.125273 -0.770628)}
Vertex 16775 3.40065 19.9084 -1.13163 {normal=(0.508535 0.601005 -0.556889)}
Vertex 16776 3.43492 20.0881 -0.776126 {normal=(0.575202 0.748545 -0.242812)}
Vertex 16777 3.44476 20.0481 -0.405576 {normal=(0.664884 0.629673 0.363649)}
Vertex 16778 3.11811 18.7982 -0.379816 {normal=(0.962165 -0.072167 -0.240589)}
Vertex 16779 3.10458 18.9364 -0.497438 {normal=(0.913632 -0.237386 -0.280037)}
Vertex 16780 3.14522 19.2039 -0.577936 {normal=(0.872579 -0.096792 -0.445540)}
Vertex 16781 3.22874 19.3553 -0.442729 {normal=(0.795896 -0.019662 -0.598003)}
Vertex 16782 3.30519 19.5456 -0.396949 {normal=(0.665186 -0.271152 -0.688699)}
Vertex 16783 3.37788 19.7433 -0.543228 {normal=(0.577783 -0.802208 -0.104218)}
Vertex 16784 3.16699 18.9268 -0.781684 {normal=(0.623121 0.482423 0.593132)}
Vertex 16785 3.1767 19.0711 -0.855488 {normal=(0.397646 -0.125150 0.878732)}
Vertex 16786 3.38904 19.729 -0.730884 {normal=(0.615147 -0.755962 0.206924)}
Vertex 16787 3.15706 17.9953 -0.291568 {normal=(0.798051 -0.264806 0.500501)}
Vertex 16788 3.324 19.0928 -1.04032 {normal=(0.889452 -0.112840 0.436407)}
Vertex 16789 3.35988 19.4256 -1.00882 {normal=(0.829594 -0.204461 0.513415)}
Vertex 16790 3.37576 19.6367 -0.901743 {normal=(0.721618 -0.528300 0.433594)}
Vertex 16791 3.33356 19.4854 -0.676641 {normal=(0.933173 0.011575 0.293063)}
Vertex 16792 3.23292 19.4276 -0.563517 {normal=(0.782843 -0.379313 0.435173)}
Vertex 16793 3.29012 19.6321 -0.587337 {normal=(0.919757 -0.140174 0.283336)}
Vertex 16794 3.31751 19.5606 -0.793124 {normal=(0.980502 0.071015 -0.052444)}
Vertex 16795 3.33416 19.3848 -0.893151 {normal=(0.951156 0.162083 -0.220488)}
Vertex 16796 3.3235 19.1032 -0.948897 {normal=(0.923260 -0.162901 -0.307512)}
Vertex 16797 3.27613 18.8166 -0.888874 {normal=(0.980903 -0.103689 0.025474)}
Vertex 16798 3.241 18.6062 -0.746059 {normal=(0.980754 -0.014670 0.149668)}
Vertex 16799 3.13943 18.7559 -0.61426 {normal=(0.830723 0.313462 0.445129)}
Vertex 16800 3.14207 18.619 -0.509158 {normal=(0.916287 0.329194 0.204741)}
Vertex 16801 3.23401 18.4306 -0.685297 {normal=(0.984960 0.079335 0.123971)}
Vertex 16802 3.29421 18.6816 -1.06253 {normal=(0.966380 -0.138990 0.161120)}
Vertex 16803 3.37309 19.0652 -1.18584 {normal=(0.971927 -0.147579 0.086465)}
Vertex 16804 3.44134 19.4761 -1.1791 {normal=(0.965065 -0.168015 0.021348)}
Vertex 16805 3.49404 19.7607 -1.02005 {normal=(0.948283 -0.174224 0.010897)}
Vertex 16806 3.51451 19.8964 -0.758446 {normal=(0.947909 -0.174729 0.014317)}
Vertex 16807 3.5175 19.8942 -0.487364 {normal=(0.947713 -0.173439 -0.001568)}
Vertex 16808 3.48032 19.7539 -0.287621 {normal=(0.930955 -0.234607 0.109831)}
Vertex 16809 3.401 19.5145 -0.215568 {normal=(0.928699 -0.275983 0.037405)}
Vertex 16810 3.32019 19.2696 -0.274422 {normal=(0.924539 -0.285908 -0.128161)}
Vertex 16811 3.22783 19.0941 -0.382794 {normal=(0.867485 -0.381006 -0.287586)}
Vertex 16812 3.38321 19.8201 -0.1289 {normal=(0.597350 0.303564 0.719204)}
Vertex 16813 3.31183 19.5269 -0.041996 {normal=(0.612887 -0.132959 0.758503)}
Vertex 16814 3.25266 19.2312 -0.119674 {normal=(0.643882 -0.414208 0.632059)}
Vertex 16815 -2.33011 18.7163 3.28582 {normal=(-0.671200 0.267951 0.683285)}
Vertex 16816 -3.08033 19.4272 0.0652415 {normal=(-0.627082 -0.056671 0.701593)}
Vertex 16817 -3.1232 19.8063 0.001333 {normal=(-0.591310 0.193435 0.737324)}
Vertex 16818 -3.20587 20.197 -0.293253 {normal=(-0.705566 0.524045 0.421300)}
Vertex 16819 -3.1902 20.2065 -0.721863 {normal=(-0.559346 0.689399 -0.283135)}
Vertex 16820 -2.75878 17.7549 -0.61216 {normal=(-0.568467 -0.512680 -0.589016)}
Vertex 16821 -2.67926 17.9571 -0.8201 {normal=(-0.729274 -0.304501 -0.589138)}
Vertex 16822 -2.65205 18.2368 -1.05503 {normal=(-0.840263 -0.334853 -0.394839)}
Vertex 16823 -2.68861 18.5791 -1.28923 {normal=(-0.886618 -0.314924 -0.271758)}
Vertex 16824 -3.0957 20.0056 -1.10423 {normal=(-0.678154 0.266007 -0.439045)}
Vertex 16825 -2.80491 19.0628 -1.40637 {normal=(-0.913957 -0.283815 -0.166875)}
Vertex 16826 -3.05423 19.0831 0.0252312 {normal=(-0.848672 -0.179682 0.400843)}
Vertex 16827 -2.60062 17.4019 -0.718962 {normal=(-0.908137 -0.152020 -0.388182)}
Vertex 16828 -3.02355 18.3557 -0.0816015 {normal=(-0.936890 0.013378 0.296409)}
Vertex 16829 -3.03662 18.6548 -0.0865643 {normal=(-0.950858 -0.098941 0.247032)}
Vertex 16830 -3.1094 18.9069 -0.164374 {normal=(-0.910214 -0.216196 0.328850)}
Vertex 16831 -3.02543 17.5489 0.419858 {normal=(-0.816750 -0.448786 0.272803)}
Vertex 16832 -2.97925 17.8473 0.792099 {normal=(-0.751276 -0.364208 0.511012)}
Vertex 16833 -2.92665 18.2034 1.1061 {normal=(-0.741669 -0.363854 0.532429)}
Vertex 16834 -2.96922 18.6208 1.13595 {normal=(-0.782930 0.074861 0.546954)}
Vertex 16835 -3.05866 18.9604 0.927281 {normal=(-0.727124 0.295274 0.583637)}
Vertex 16836 -3.0625 19.2716 0.835461 {normal=(-0.716486 0.072683 0.668134)}
Vertex 16837 -3.00714 19.7397 0.875279 {normal=(-0.738054 0.034383 0.644339)}
Vertex 16838 -3.05703 20.3348 0.594604 {normal=(-0.694995 0.403851 0.554229)}
Vertex 16839 -3.11619 20.784 -0.0210338 {normal=(-0.743356 0.551706 0.251633)}
Vertex 16840 -3.08442 20.9681 -0.687572 {normal=(-0.747114 0.582946 0.056533)}
Vertex 16841 -2.84792 21.2572 -1.51013 {normal=(-0.763079 0.557659 -0.123381)}
Vertex 16842 -2.09659 21.9221 -2.19965 {normal=(-0.654820 0.688254 -0.192433)}
Vertex 16843 -1.40549 22.4353 -2.45242 {normal=(-0.450344 0.841488 -0.186845)}
Vertex 16844 -0.622943 22.709 -2.54526 {normal=(-0.232031 0.942678 -0.154400)}
Vertex 16845 -3.03207 17.4834 0.215558 {normal=(-0.812084 -0.229327 -0.471542)}
Vertex 16846 -2.89762 18.3405 1.24462 {normal=(-0.877625 -0.263555 0.347445)}
Vertex 16847 -2.96951 19.9974 0.907199 {normal=(-0.815710 0.195147 0.526531)}
Vertex 16848 -3.07897 18.9151 0.112482 {normal=(-0.531340 -0.037579 -0.832750)}
Vertex 16849 -3.08282 19.3264 0.091767 {normal=(-0.452354 -0.061083 -0.885838)}
Vertex 16850 -1.68032 18.8634 3.5533 {normal=(-0.079142 0.154562 0.978010)}
Vertex 16851 -1.01652 19.0421 3.50107 {normal=(0.249682 -0.222671 0.932526)}
Vertex 16852 -1.00364 19.0223 3.49804 {normal=(0.097098 0.199642 0.968945)}
Vertex 16853 -1.67155 18.8409 3.55622 {normal=(-0.051470 0.106634 0.991024)}
Vertex 16854 -0.580797 15.2945 3.85641 {normal=(-0.262785 -0.169990 0.930337)}
Vertex 16855 -0.191408 15.2755 3.92086 {normal=(-0.091950 -0.157084 0.954892)}
Vertex 16856 -2.29917 16.9114 3.03785 {normal=(-0.404733 -0.265789 0.859436)}
Vertex 16857 -2.35032 17.2572 3.12266 {normal=(-0.502571 -0.289306 0.799587)}
Vertex 16858 -2.44459 17.5968 3.17157 {normal=(-0.714809 -0.281650 0.624476)}
Vertex 16859 -0.265543 17.072 4.26558 {normal=(-0.178166 -0.647771 0.695133)}
Vertex 16860 -1.13148 17.2066 3.85318 {normal=(-0.589352 -0.554734 0.531085)}
Vertex 16861 -1.49925 17.2556 3.46183 {normal=(-0.573001 -0.561295 0.557835)}
Vertex 16862 -2.02487 16.4134 2.97821 {normal=(-0.099338 -0.179180 0.971185)}
Vertex 16863 -1.83372 15.9254 3.04549 {normal=(-0.519772 0.213362 0.807966)}
Vertex 16864 -1.53657 15.7738 3.37998 {normal=(-0.671109 0.263499 0.643506)}
Vertex 16865 -1.09861 15.8256 3.77073 {normal=(-0.539037 0.371109 0.698655)}
Vertex 16866 -0.645522 15.8776 4.01936 {normal=(-0.356032 0.463936 0.768954)}
Vertex 16867 -0.218666 15.9032 4.15175 {normal=(-0.171929 0.511367 0.805215)}
Vertex 16868 -0.730559 17.1512 4.14701 {normal=(-0.375788 -0.615519 0.644021)}
Vertex 16869 -1.78397 17.2136 3.24395 {normal=(-0.013487 -0.627726 0.769099)}
Vertex 16870 -2.02615 16.9207 3.10568 {normal=(-0.008290 -0.352194 0.929316)}
Vertex 16871 -0.926516 18.0404 3.77857 {normal=(-0.380347 0.246772 0.878772)}
Vertex 16872 -0.690286 18.2802 3.85596 {normal=(-0.700493 0.297261 0.615170)}
Vertex 16873 -1.72328 17.3718 3.36337 {normal=(-0.135410 -0.489013 0.856609)}
Vertex 16874 -1.28422 17.7775 3.6348 {normal=(-0.383198 -0.079176 0.903368)}
Vertex 16875 -0.803555 17.7922 4.02952 {normal=(-0.751306 -0.098623 0.617697)}
Vertex 16876 -0.849647 17.8796 3.95449 {normal=(-0.926689 -0.007968 0.298264)}
Vertex 16877 -0.808623 18.0635 3.89551 {normal=(-0.904230 0.375893 -0.068930)}
Vertex 16878 -0.664274 18.3085 3.89966 {normal=(-0.769401 0.608449 -0.146180)}
Vertex 16879 -0.744637 17.8126 4.11713 {normal=(-0.140039 -0.661210 0.658828)}
Vertex 16880 -0.714441 17.8899 4.24582 {normal=(-0.374815 -0.686921 0.571754)}
Vertex 16881 -0.555657 17.955 4.39886 {normal=(-0.275533 -0.747288 0.526289)}
Vertex 16882 -0.372471 17.9695 4.58576 {normal=(-0.484358 -0.796689 0.270959)}
Vertex 16883 -0.25326 17.867 4.60043 {normal=(-0.713469 -0.625693 0.246807)}
Vertex 16884 -0.209436 17.7202 4.40587 {normal=(-0.849853 -0.284125 0.376967)}
Vertex 16885 -1.11681 17.3595 3.89021 {normal=(-0.703373 0.032162 0.705662)}
Vertex 16886 -1.01556 17.6787 3.89055 {normal=(-0.622122 0.291825 0.725853)}
Vertex 16887 -0.894641 17.8738 3.90671 {normal=(-0.648547 0.300886 0.690958)}
Vertex 16888 -0.855215 17.9594 4.02565 {normal=(-0.969352 -0.105022 0.134593)}
Vertex 16889 -0.80787 18.0986 4.1625 {normal=(-0.859394 0.161808 0.453979)}
Vertex 16890 -0.649773 18.1942 4.31124 {normal=(-0.678030 0.332634 0.648044)}
Vertex 16891 -0.523758 18.2351 4.44524 {normal=(-0.892412 0.081788 0.428047)}
Vertex 16892 -0.417732 18.277 4.67475 {normal=(-0.836290 0.033939 0.527481)}
Vertex 16893 -0.166755 18.3244 4.86954 {normal=(-0.244307 0.113106 0.943809)}
Vertex 16894 -0.500638 18.4696 4.20431 {normal=(-0.842719 0.490491 0.201630)}
Vertex 16895 -0.364604 18.5946 4.50914 {normal=(-0.820491 0.441409 0.343276)}
Vertex 16896 -0.146747 18.6681 4.67252 {normal=(-0.245162 0.614090 0.731798)}
Vertex 16897 -0.797793 18.0909 3.8502 {normal=(-0.847164 0.467792 0.214347)}
Vertex 16898 -0.345897 17.9537 4.41523 {normal=(-0.285778 -0.935657 -0.053754)}
Vertex 16899 -0.658465 17.8761 4.21881 {normal=(0.283290 -0.921334 0.220676)}
Vertex 16900 -0.503407 17.937 4.32778 {normal=(0.202193 -0.967311 0.082384)}
Vertex 16901 -0.476765 19.9776 4.02831 {normal=(0.532358 -0.238385 0.780406)}
Vertex 16902 -0.533571 19.8309 3.96394 {normal=(0.372482 -0.644779 0.634373)}
Vertex 16903 -2.24748 19.524 2.72581 {normal=(-0.840069 0.285435 0.453270)}
Vertex 16904 -2.25365 19.5432 2.71311 {normal=(-0.694803 -0.116012 0.694418)}
Vertex 16905 -2.01116 19.7466 2.98927 {normal=(-0.759221 0.222132 0.603276)}
Vertex 16906 -2.01513 19.7695 2.98163 {normal=(-0.632042 -0.149972 0.733168)}
Vertex 16907 -1.67672 19.898 3.24833 {normal=(-0.536417 0.257666 0.795557)}
Vertex 16908 -1.67876 19.9217 3.24448 {normal=(-0.474762 -0.236447 0.807007)}
Vertex 16909 -1.32281 19.8668 3.42722 {normal=(-0.202392 0.283827 0.923758)}
Vertex 16910 -1.32008 19.8849 3.42772 {normal=(-0.459587 -0.384384 0.742749)}
Vertex 16911 -1.03136 19.6893 3.47311 {normal=(0.162449 0.211880 0.950234)}
Vertex 16912 -1.02515 19.6993 3.4752 {normal=(-0.370459 -0.516976 0.712322)}
Vertex 16913 -0.769848 19.4579 3.45653 {normal=(0.313398 0.241746 0.909217)}
Vertex 16914 -0.761309 19.4644 3.45639 {normal=(-0.300814 -0.364218 0.849262)}
Vertex 16915 -1.68385 19.8481 3.27082 {normal=(-0.540179 0.361880 0.752726)}
Vertex 16916 -1.99062 19.6131 3.05849 {normal=(-0.618914 -0.055616 0.775244)}
Vertex 16917 -2.17331 19.4632 2.89362 {normal=(-0.729780 0.087365 0.671109)}
Vertex 16918 -2.23494 19.3672 2.84154 {normal=(-0.734544 0.259170 0.612161)}
Vertex 16919 -2.17949 19.2537 3.00919 {normal=(-0.468249 0.702767 0.526702)}
Vertex 16920 -1.98016 19.1249 3.30406 {normal=(-0.307736 0.685425 0.654310)}
Vertex 16921 -1.57108 19.0655 3.48954 {normal=(-0.167537 0.565046 0.802452)}
Vertex 16922 -1.01136 19.1435 3.51006 {normal=(0.011180 0.348653 0.922992)}
Vertex 16923 -0.719285 19.2633 3.47085 {normal=(-0.052912 0.008173 0.969625)}
Vertex 16924 -0.825215 19.4142 3.47674 {normal=(-0.210421 -0.261673 0.924180)}
Vertex 16925 -1.06779 19.613 3.48554 {normal=(-0.228198 -0.314846 0.908521)}
Vertex 16926 -1.35495 19.7612 3.44357 {normal=(-0.344582 -0.206860 0.903676)}
Vertex 16927 -1.52762 19.1357 3.07209 {normal=(-0.005213 0.988288 0.103082)}
Vertex 16928 -1.90394 19.1923 2.88813 {normal=(0.265472 0.948749 0.104742)}
Vertex 16929 -2.1009 19.2872 2.64965 {normal=(0.416582 0.873570 0.139926)}
Vertex 16930 -2.16918 19.3703 2.53761 {normal=(0.781858 -0.097086 0.345792)}
Vertex 16931 -2.1246 19.4364 2.57156 {normal=(0.558446 -0.734533 0.255316)}
Vertex 16932 -1.96297 19.5598 2.6979 {normal=(0.447316 -0.848803 0.183677)}
Vertex 16933 -1.67564 19.7108 2.90791 {normal=(0.190271 -0.948337 0.156946)}
Vertex 16934 -1.36042 19.7153 3.05407 {normal=(-0.287096 -0.930889 0.143238)}
Vertex 16935 -1.08271 19.5786 3.09354 {normal=(-0.554598 -0.802886 0.153893)}
Vertex 16936 -0.85362 19.3952 3.08738 {normal=(-0.669291 -0.691269 0.189494)}
Vertex 16937 -0.755913 19.2694 3.08834 {normal=(-0.796397 0.295201 0.216626)}
Vertex 16938 -1.01725 19.1854 3.118 {normal=(-0.206522 0.960698 0.130044)}
Vertex 16939 -2.23064 19.4985 2.79177 {normal=(-0.838893 0.345501 0.416352)}
Vertex 16940 -1.01672 19.0817 3.5151 {normal=(0.224503 -0.192593 0.940083)}
Vertex 16941 -1.50084 19.2926 2.57824 {normal=(-0.201690 0.713180 0.639818)}
Vertex 16942 -1.24419 12.3186 -1.25963 {normal=(0.066002 -0.894355 -0.440437)}
Vertex 16943 -2.11687 16.0346 2.84017 {normal=(-0.538341 -0.225474 0.802021)}
Vertex 16944 -1.92231 15.7692 2.95053 {normal=(-0.682206 -0.192042 0.697400)}
Vertex 16945 -3.01481 19.1573 0.982132 {normal=(-0.962247 0.067152 0.251859)}
Vertex 16946 -2.96223 19.5472 1.06922 {normal=(-0.969757 0.095870 0.219283)}
Vertex 16947 -2.91576 19.8574 1.1491 {normal=(-0.966453 0.110874 0.228959)}
Vertex 16948 -2.89655 20.0728 1.08416 {normal=(-0.946441 0.176076 0.266138)}
Vertex 16949 -2.9838 20.495 0.713291 {normal=(-0.941506 0.071632 0.325238)}
Vertex 16950 -3.08425 20.9893 0.140152 {normal=(-0.991605 0.054808 0.101544)}
Vertex 16951 -3.09812 21.2285 -0.219079 {normal=(-0.998512 0.004243 0.024989)}
Vertex 16952 -3.07379 21.3378 -0.578473 {normal=(-0.991907 0.078352 -0.082541)}
Vertex 16953 -3.01575 21.4018 -1.03328 {normal=(-0.963978 0.145492 -0.205260)}
Vertex 16954 -2.0074 17.4478 -1.78054 {normal=(-0.722954 -0.220827 -0.650544)}
Vertex 16955 -2.21616 17.1027 -1.43144 {normal=(-0.816942 -0.122131 -0.559717)}
Vertex 16956 -2.45002 16.8374 -0.847203 {normal=(-0.917091 -0.198319 -0.344910)}
Vertex 16957 -2.65338 16.8009 -0.356431 {normal=(-0.816124 -0.201040 -0.539549)}
Vertex 16958 -2.85115 16.9366 -0.0680255 {normal=(-0.902826 -0.137067 -0.403599)}
Vertex 16959 -2.99241 17.2429 0.567305 {normal=(-0.980598 -0.008548 0.183444)}
Vertex 16960 -2.9035 17.5632 0.939213 {normal=(-0.953704 -0.065816 0.291865)}
Vertex 16961 -2.85111 17.8129 1.16135 {normal=(-0.934209 -0.082612 0.346737)}
Vertex 16962 -2.82978 17.951 1.29245 {normal=(-0.956832 -0.160448 0.238117)}
Vertex 16963 -2.83335 18.0998 1.41967 {normal=(-0.964915 -0.246801 0.034469)}
Vertex 16964 -2.44225 17.5866 -1.12872 {normal=(-0.889069 -0.125393 -0.438635)}
Vertex 16965 -2.97952 17.5998 0.120135 {normal=(-0.844662 -0.078968 -0.505086)}
Vertex 16966 -2.98038 18.7813 1.24565 {normal=(-0.987777 -0.098903 -0.043961)}
Vertex 16967 -2.95148 19.2561 1.45758 {normal=(-0.967506 0.214374 0.126900)}
Vertex 16968 -2.8743 19.5751 1.56679 {normal=(-0.971908 0.149833 0.178544)}
Vertex 16969 -2.79174 19.8547 1.78739 {normal=(-0.967474 0.098471 0.230636)}
Vertex 16970 -2.6159 20.2237 2.26963 {normal=(-0.932334 0.006048 0.354238)}
Vertex 16971 -3.02615 18.5966 1.75024 {normal=(-0.984372 -0.124714 0.012465)}
Vertex 16972 -2.97497 18.8213 1.92062 {normal=(-0.935321 0.239872 0.248663)}
Vertex 16973 -2.9441 18.3863 2.23541 {normal=(-0.969268 -0.099619 0.174240)}
Vertex 16974 -2.82284 18.6601 2.51139 {normal=(-0.890503 0.268118 0.357736)}
Vertex 16975 -2.79253 18.2102 2.76016 {normal=(-0.924425 -0.064117 0.350859)}
Vertex 16976 -2.61601 18.4142 3.04614 {normal=(-0.817413 0.166692 0.543780)}
Vertex 16977 -2.60516 17.9526 3.08709 {normal=(-0.847663 -0.180656 0.484476)}
Vertex 16978 -2.39332 18.0611 3.36478 {normal=(-0.639969 -0.034546 0.754052)}
Vertex 16979 -2.52746 18.9755 2.80701 {normal=(-0.765250 0.480289 0.424996)}
Vertex 16980 -2.83201 19.1491 2.00599 {normal=(-0.879593 0.316452 0.348524)}
Vertex 16981 -2.48533 19.434 2.48213 {normal=(-0.732870 -0.121967 0.655348)}
Vertex 16982 -2.69353 19.5569 2.15955 {normal=(-0.913223 -0.026708 0.401696)}
Vertex 16983 -2.36083 19.6423 2.68208 {normal=(-0.621091 -0.324826 0.704362)}
Vertex 16984 -2.53632 19.8867 2.48426 {normal=(-0.883732 0.000986 0.463105)}
Vertex 16985 -2.11836 19.8825 3.01548 {normal=(-0.478685 -0.542271 0.676184)}
Vertex 16986 -2.26714 20.1549 2.98514 {normal=(-0.821949 -0.139789 0.541095)}
Vertex 16987 -1.74433 19.9952 3.31374 {normal=(-0.298967 -0.769100 0.553949)}
Vertex 16988 -1.8517 20.1595 3.4104 {normal=(-0.556618 -0.482288 0.656110)}
Vertex 16989 -1.33403 19.9146 3.5064 {normal=(-0.505770 -0.832752 0.211612)}
Vertex 16990 -1.38241 19.9906 3.6457 {normal=(-0.534853 -0.734595 0.412720)}
Vertex 16991 -1.02102 19.7163 3.56737 {normal=(-0.525442 -0.818267 0.221111)}
Vertex 16992 -1.03097 19.7937 3.7355 {normal=(-0.438112 -0.755359 0.481595)}
Vertex 16993 -0.733121 19.5208 3.52807 {normal=(-0.379315 -0.672108 0.614563)}
Vertex 16994 -0.713704 19.6675 3.72136 {normal=(-0.235799 -0.788909 0.565524)}
Vertex 16995 -0.790252 19.441 3.47389 {normal=(0.334557 0.247747 0.903132)}
Vertex 16996 -1.04695 19.6609 3.48744 {normal=(0.173145 0.244381 0.945167)}
Vertex 16997 -1.33793 19.8271 3.44283 {normal=(-0.175154 0.336934 0.914616)}
Vertex 16998 -1.6863 19.7655 3.28571 {normal=(-0.506182 -0.095981 0.848594)}
Vertex 16999 -2.01045 19.6961 3.02165 {normal=(-0.754501 0.312255 0.570308)}
Vertex 17000 -2.29409 19.178 2.97136 {normal=(-0.704682 0.545533 0.444901)}
Vertex 17001 -1.64432 18.9408 3.53971 {normal=(-0.134616 0.284879 0.939129)}
Vertex 17002 -0.124922 13.943 3.3665 {normal=(-0.107257 -0.923319 0.347914)}
Vertex 17003 -0.188525 13.9034 2.98877 {normal=(-0.134047 -0.984053 -0.047763)}
Vertex 17004 -0.258487 13.9883 2.55576 {normal=(-0.091884 -0.966196 -0.233103)}
Vertex 17005 -0.332092 14.0146 3.4181 {normal=(-0.309793 -0.894627 0.309876)}
Vertex 17006 -0.499777 13.9931 3.03438 {normal=(-0.370077 -0.918201 0.116180)}
Vertex 17007 -0.702059 14.0752 2.59511 {normal=(-0.318743 -0.937956 -0.112910)}
Vertex 17008 -0.746471 14.1265 3.14062 {normal=(-0.438901 -0.872251 0.206614)}
Vertex 17009 -1.0839 14.2438 2.72044 {normal=(-0.507478 -0.847849 0.101719)}
Vertex 17010 -0.883823 14.2802 3.30529 {normal=(-0.629605 -0.665946 0.385410)}
Vertex 17011 -1.27808 14.5338 2.94629 {normal=(-0.767189 -0.461965 0.432037)}
Vertex 17012 -0.524955 14.1997 3.67882 {normal=(-0.422858 -0.759553 0.476354)}
Vertex 17013 -0.898989 14.4819 3.55597 {normal=(-0.726678 -0.477383 0.478733)}
Vertex 17014 -1.20694 14.9049 3.33377 {normal=(-0.808004 -0.266973 0.520594)}
Vertex 17015 -0.501637 14.3215 3.82259 {normal=(-0.362611 -0.521094 0.760442)}
Vertex 17016 -0.763407 14.6664 3.80335 {normal=(-0.563457 -0.174781 0.796944)}
Vertex 17017 -0.93135 15.0912 3.71244 {normal=(-0.583734 -0.013366 0.803269)}
Vertex 17018 -0.368398 14.4274 3.94127 {normal=(-0.278993 -0.416043 0.852607)}
Vertex 17019 -0.488115 14.7775 3.95899 {normal=(-0.375443 0.016682 0.920648)}
Vertex 17020 -0.556699 15.1156 3.88924 {normal=(-0.299771 0.158501 0.937963)}
Vertex 17021 -0.143395 14.498 3.99609 {normal=(0.014026 -0.362243 0.921405)}
Vertex 17022 -0.168665 14.8382 4.04232 {normal=(-0.121648 0.081929 0.982502)}
Vertex 17023 -0.18305 15.124 3.96918 {normal=(-0.114439 0.319201 0.938291)}
Vertex 17024 -0.619587 15.4114 3.92578 {normal=(-0.269731 -0.548900 0.786408)}
Vertex 17025 -0.212484 15.4453 4.04311 {normal=(-0.115856 -0.570516 0.809323)}
Vertex 17026 -2.11933 17.2574 3.21925 {normal=(-0.318633 -0.423510 0.845742)}
Vertex 17027 -2.2128 16.4068 2.91472 {normal=(-0.452909 -0.280626 0.832410)}
Vertex 17028 -1.73049 16.0229 3.03243 {normal=(-0.231891 0.438830 0.852038)}
Vertex 17029 -1.87123 16.4238 2.95458 {normal=(0.171520 -0.031823 0.977274)}
Vertex 17030 -1.82772 16.9167 3.06372 {normal=(0.204065 -0.402293 0.889399)}
Vertex 17031 -1.67326 17.1601 3.17002 {normal=(0.058987 -0.720909 0.663291)}
Vertex 17032 -2.22131 17.622 3.36495 {normal=(-0.452850 -0.365163 0.805847)}
Vertex 17033 -1.86819 17.7223 3.50762 {normal=(-0.174898 -0.320172 0.928011)}
Vertex 17034 -1.38217 17.9636 3.65709 {normal=(-0.189929 -0.169209 0.963283)}
Vertex 17035 -0.979722 18.1921 3.75488 {normal=(-0.210553 0.074044 0.972835)}
Vertex 17036 -2.0459 18.1624 3.54247 {normal=(-0.312989 0.005005 0.943549)}
Vertex 17037 -2.06462 18.5932 3.51364 {normal=(-0.389724 0.113748 0.905454)}
Vertex 17038 -1.54174 18.3011 3.63569 {normal=(-0.155698 0.129272 0.976493)}
Vertex 17039 -1.63876 18.6518 3.57402 {normal=(-0.071397 0.101086 0.991490)}
Vertex 17040 -1.05014 18.463 3.67799 {normal=(-0.221216 0.299774 0.925988)}
Vertex 17041 -1.07311 18.744 3.58185 {normal=(-0.107560 0.270525 0.951263)}
Vertex 17042 -1.51794 15.5692 3.31465 {normal=(-0.683884 -0.332363 0.647661)}
Vertex 17043 -1.44274 15.9041 3.29579 {normal=(-0.419576 0.721749 0.538475)}
Vertex 17044 -1.43878 17.1792 3.3615 {normal=(-0.349970 -0.877180 0.325739)}
Vertex 17045 -1.44665 17.4128 3.55517 {normal=(-0.684785 -0.048303 0.721080)}
Vertex 17046 -1.06693 15.5952 3.73941 {normal=(-0.588056 -0.258429 0.762895)}
Vertex 17047 -1.00795 15.9419 3.61611 {normal=(-0.350432 0.857411 0.376154)}
Vertex 17048 -1.0419 17.1298 3.69521 {normal=(-0.294302 -0.929295 0.219571)}
Vertex 17049 -0.861963 17.6129 4.05124 {normal=(-0.585445 0.308027 0.746960)}
Vertex 17050 -0.658617 15.6741 4.01151 {normal=(-0.404418 -0.139575 0.897987)}
Vertex 17051 -0.5737 15.9928 3.84832 {normal=(-0.236058 0.876016 0.418842)}
Vertex 17052 -0.627859 17.0711 3.93653 {normal=(-0.221319 -0.954113 0.201110)}
Vertex 17053 -0.71702 17.2924 4.18169 {normal=(-0.395920 -0.050243 0.910428)}
Vertex 17054 -0.22925 15.7305 4.16453 {normal=(-0.191870 -0.088057 0.967085)}
Vertex 17055 -0.19315 16.0079 3.97362 {normal=(-0.107701 0.889747 0.441085)}
Vertex 17056 -0.22313 17.004 4.06237 {normal=(-0.171420 -0.959248 0.216839)}
Vertex 17057 -0.308075 17.2183 4.30272 {normal=(-0.204342 -0.164567 0.960457)}
Vertex 17058 -0.331531 17.4867 4.30086 {normal=(-0.346965 0.106160 0.923413)}
Vertex 17059 -0.0945435 17.4182 4.36378 {normal=(-0.117155 -0.211309 0.961908)}
Vertex 17060 -0.582535 17.7682 4.11885 {normal=(-0.229193 0.276168 0.925145)}
Vertex 17061 -0.325329 17.7133 4.23989 {normal=(-0.515287 0.283232 0.790257)}
Vertex 17062 -0.0884078 17.638 4.47841 {normal=(-0.279441 -0.599664 0.725253)}
Vertex 17063 -0.262872 17.8822 4.42585 {normal=(-0.843862 -0.514960 -0.048779)}
Vertex 17064 -0.118065 17.8633 4.7132 {normal=(-0.215300 -0.700251 0.665512)}
Vertex 17065 -0.1576 18.1003 4.86612 {normal=(-0.250652 -0.208593 0.921420)}
Vertex 17066 -0.397093 18.0861 4.67476 {normal=(-0.791297 -0.232892 0.545845)}
Vertex 17067 -0.608157 18.0511 4.39368 {normal=(-0.652915 0.066036 0.747146)}
Vertex 17068 -0.768787 17.9731 4.22467 {normal=(-0.809363 -0.136985 0.555531)}
Vertex 17069 -0.806018 17.8574 4.0879 {normal=(-0.828328 -0.388652 0.379240)}
Vertex 17070 -0.811409 18.1286 3.96273 {normal=(-0.872416 0.351378 -0.314893)}
Vertex 17071 -0.767927 18.2443 4.07384 {normal=(-0.803174 0.562262 0.114672)}
Vertex 17072 -0.646663 18.3209 4.1818 {normal=(-0.616202 0.687011 0.374583)}
Vertex 17073 -0.526257 18.3701 4.34547 {normal=(-0.836205 0.458487 0.282045)}
Vertex 17074 -0.402971 18.4471 4.61643 {normal=(-0.812326 0.415581 0.386710)}
Vertex 17075 -0.161567 18.5131 4.79833 {normal=(-0.234880 0.556237 0.776362)}
Vertex 17076 -0.667805 19.2451 3.44971 {normal=(0.476215 -0.197418 0.847667)}
Vertex 17077 -0.595642 19.2848 3.46194 {normal=(-0.516638 -0.108775 0.816703)}
Vertex 17078 -0.473911 19.5199 3.69349 {normal=(-0.646300 -0.415404 0.592578)}
Vertex 17079 -0.396127 19.6864 3.88515 {normal=(-0.349046 -0.362977 0.828063)}
Vertex 17080 -0.197062 19.8546 3.96547 {normal=(-0.142046 -0.133334 0.976689)}
Vertex 17081 -0.698655 18.5614 3.79036 {normal=(-0.527218 0.265982 0.803609)}
Vertex 17082 -0.673363 18.8337 3.69496 {normal=(-0.629707 0.352837 0.671929)}
Vertex 17083 -0.47854 18.6655 4.08828 {normal=(-0.930278 0.185918 0.313055)}
Vertex 17084 -0.458361 18.9659 3.97184 {normal=(-0.885902 0.265597 0.376060)}
Vertex 17085 -0.420046 19.2625 3.79508 {normal=(-0.869893 0.286634 0.391287)}
Vertex 17086 -0.3337 18.8013 4.38523 {normal=(-0.800835 0.354187 0.463062)}
Vertex 17087 -0.302053 19.0748 4.22185 {normal=(-0.721048 0.438682 0.522565)}
Vertex 17088 -0.275672 19.3806 3.99038 {normal=(-0.675419 0.371177 0.609542)}
Vertex 17089 -0.128283 18.8663 4.52421 {normal=(-0.262244 0.573167 0.760392)}
Vertex 17090 -0.110646 19.1256 4.33469 {normal=(-0.273533 0.588671 0.747683)}
Vertex 17091 -0.106704 19.4412 4.06612 {normal=(-0.274498 0.517233 0.791181)}
Vertex 17092 -2.52381 17.3875 2.46531 {normal=(-0.976596 -0.197313 -0.071039)}
Vertex 17093 -2.50016 17.1786 2.50496 {normal=(-0.984505 -0.118476 -0.124271)}
Vertex 17094 -2.4473 17.0472 2.17611 {normal=(-0.986252 -0.143812 0.028171)}
Vertex 17095 -2.48412 16.8545 1.88066 {normal=(-0.951205 -0.040316 0.301144)}
Vertex 17096 -2.60029 16.5597 1.57375 {normal=(-0.933660 -0.002787 0.356940)}
Vertex 17097 -2.69166 16.2935 1.26259 {normal=(-0.932354 -0.210055 0.286250)}
Vertex 17098 -2.67818 16.0148 0.938424 {normal=(-0.908087 -0.378904 0.169195)}
Vertex 17099 -2.5197 15.6566 0.612823 {normal=(-0.827356 -0.557931 0.003928)}
Vertex 17100 -2.31469 15.427 0.400347 {normal=(-0.766226 -0.610187 -0.172479)}
Vertex 17101 -2.2096 15.1637 0.173804 {normal=(-0.946983 -0.245642 0.177008)}
Vertex 17102 -2.3223 15.3729 -0.158779 {normal=(-0.970830 -0.143910 0.147521)}
Vertex 17103 -2.42445 15.6854 0.120022 {normal=(-0.747631 -0.564787 -0.331637)}
Vertex 17104 -2.64358 15.8813 0.376554 {normal=(-0.868904 -0.471615 -0.118046)}
Vertex 17105 -2.78579 16.214 0.731207 {normal=(-0.938340 -0.320568 0.108824)}
Vertex 17106 -2.77492 16.4753 1.09223 {normal=(-0.951187 -0.120289 0.276815)}
Vertex 17107 -2.65023 16.7222 1.44817 {normal=(-0.925222 -0.002618 0.379336)}
Vertex 17108 -2.52528 17.032 1.77862 {normal=(-0.952598 -0.044655 0.296779)}
Vertex 17109 -2.49347 17.2833 2.04334 {normal=(-0.973000 -0.200292 0.089716)}
Vertex 17110 -2.56817 17.5501 2.35034 {normal=(-0.936707 -0.347631 0.019440)}
Vertex 17111 -2.70183 16.9025 1.32924 {normal=(-0.919130 -0.031044 0.392428)}
Vertex 17112 -2.57671 17.1998 1.65531 {normal=(-0.932142 -0.080716 0.349783)}
Vertex 17113 -2.54543 17.429 1.88771 {normal=(-0.943942 -0.283207 0.147495)}
Vertex 17114 -2.63226 17.681 2.13139 {normal=(-0.903911 -0.422976 0.054620)}
Vertex 17115 -2.77458 17.9842 2.45574 {normal=(-0.887757 -0.449253 0.084641)}
Vertex 17116 -2.49185 16.1169 1.91102 {normal=(-0.937671 -0.024756 0.344299)}
Vertex 17117 -2.42736 16.7998 2.29299 {normal=(-0.991947 -0.063395 -0.081846)}
Vertex 17118 -2.44703 16.639 1.98829 {normal=(-0.959986 0.013317 0.270468)}
Vertex 17119 -2.5569 16.3787 1.71295 {normal=(-0.947789 0.029412 0.316405)}
Vertex 17120 -2.6238 16.1083 1.43024 {normal=(-0.974180 -0.140495 0.161531)}
Vertex 17121 -2.58087 15.8331 1.14399 {normal=(-0.926490 -0.361805 0.072315)}
Vertex 17122 -2.40361 15.5022 0.867415 {normal=(-0.809029 -0.585994 -0.001751)}
Vertex 17123 -2.19727 15.2486 0.678687 {normal=(-0.773720 -0.631684 0.009080)}
Vertex 17124 -2.06978 15.0061 0.477058 {normal=(-0.848398 -0.435773 0.270348)}
Vertex 17125 -1.82799 14.8388 0.842357 {normal=(-0.726738 -0.624584 0.225938)}
Vertex 17126 -2.02791 15.0487 1.04133 {normal=(-0.713529 -0.695552 -0.064449)}
Vertex 17127 -2.26975 15.2993 1.2493 {normal=(-0.791156 -0.604438 -0.082242)}
Vertex 17128 -2.46609 15.5733 1.47582 {normal=(-0.902287 -0.422520 -0.017347)}
Vertex 17129 -2.53275 15.8366 1.68652 {normal=(-0.957054 -0.193071 0.203084)}
Vertex 17130 -2.41554 16.3858 2.31913 {normal=(-0.995501 -0.073545 0.005182)}
Vertex 17131 -2.39661 16.4192 2.66858 {normal=(-0.935651 -0.214593 0.242999)}
Vertex 17132 -2.46274 16.9073 2.81276 {normal=(-0.938283 -0.181101 0.255462)}
Vertex 17133 -2.50504 17.2526 2.87662 {normal=(-0.948555 -0.159827 0.233725)}
Vertex 17134 -2.56173 17.5452 2.85975 {normal=(-0.954440 -0.234230 0.148924)}
Vertex 17135 -2.66173 17.8095 2.73242 {normal=(-0.912248 -0.387404 0.109669)}
Vertex 17136 -0.282578 14.4211 1.37473 {normal=(-0.071305 -0.936208 -0.066446)}
Vertex 17137 -0.980044 14.4967 1.25168 {normal=(-0.146698 -0.925394 -0.057374)}
Vertex 17138 -1.55708 14.6311 1.21098 {normal=(-0.520662 -0.827049 -0.088835)}
Vertex 17139 -1.84879 14.8105 1.40151 {normal=(-0.638112 -0.744090 -0.191703)}
Vertex 17140 -2.15897 15.0565 1.66783 {normal=(-0.762857 -0.621655 -0.171326)}
Vertex 17141 -2.35815 15.465 2.02377 {normal=(-0.910985 -0.242745 0.322591)}
Vertex 17142 -2.28316 15.8848 2.5702 {normal=(-0.881659 -0.290570 0.353601)}
Vertex 17143 -0.299785 14.1131 2.14944 {normal=(-0.075509 -0.945390 -0.314101)}
Vertex 17144 -0.290676 14.2598 1.75569 {normal=(-0.059316 -0.928888 -0.364883)}
Vertex 17145 -0.846412 14.2067 2.13222 {normal=(-0.205022 -0.952651 -0.219866)}
Vertex 17146 -0.888222 14.3353 1.67472 {normal=(-0.096453 -0.948260 -0.298590)}
Vertex 17147 -1.33664 14.4187 1.65458 {normal=(-0.350396 -0.910218 -0.198187)}
Vertex 17148 -1.3897 14.3725 2.29502 {normal=(-0.429664 -0.900895 0.033252)}
Vertex 17149 -1.63848 14.5492 1.82627 {normal=(-0.538258 -0.826239 -0.155706)}
Vertex 17150 -1.9319 14.7446 2.08329 {normal=(-0.714185 -0.679946 0.061169)}
Vertex 17151 -1.61718 14.7803 2.63898 {normal=(-0.691975 -0.413840 0.590406)}
Vertex 17152 -2.01612 15.0637 2.36886 {normal=(-0.746916 -0.410416 0.517466)}
Vertex 17153 -1.54963 15.2075 3.01857 {normal=(-0.695928 -0.427142 0.575799)}
Vertex 17154 -1.98828 15.4559 2.69925 {normal=(-0.717785 -0.428926 0.545853)}
Vertex 17155 -0.852764 23.2377 1.51404 {normal=(-0.224099 0.882919 0.399249)}
Vertex 17156 -0.914219 22.6664 2.37442 {normal=(-0.235449 0.718128 0.649024)}
Vertex 17157 -0.257726 23.2498 1.70263 {normal=(-0.073428 0.889919 0.437765)}
Vertex 17158 -0.253547 22.6108 2.59712 {normal=(-0.095195 0.670946 0.729590)}
Vertex 17159 -0.119074 20.8595 3.75688 {normal=(0.036539 0.470217 0.880376)}
Vertex 17160 -0.0888143 20.2714 4.01611 {normal=(-0.028634 0.167115 0.978412)}
Vertex 17161 -0.289851 20.2593 3.98905 {normal=(-0.149389 0.184496 0.964193)}
Vertex 17162 -0.305899 21.828 3.17195 {normal=(-0.081293 0.560948 0.822574)}
Vertex 17163 -0.457169 20.9411 3.70066 {normal=(-0.036144 0.460992 0.884529)}
Vertex 17164 -0.585942 20.3851 3.94687 {normal=(0.042873 0.329536 0.941987)}
Vertex 17165 -0.782655 21.1678 3.51075 {normal=(-0.202271 0.533777 0.820682)}
Vertex 17166 -0.950864 20.6572 3.7852 {normal=(-0.246289 0.471073 0.844386)}
Vertex 17167 -0.998715 22.0669 2.86513 {normal=(-0.191358 0.583238 0.787816)}
Vertex 17168 -1.16933 21.4467 3.2324 {normal=(-0.224960 0.503371 0.833388)}
Vertex 17169 -1.31773 20.9225 3.47826 {normal=(-0.369344 0.452303 0.810978)}
Vertex 17170 -1.50647 21.6389 3.01849 {normal=(-0.351802 0.497365 0.787677)}
Vertex 17171 -1.67811 21.1204 3.2104 {normal=(-0.429413 0.400840 0.806452)}
Vertex 17172 -2.12022 21.2248 2.74768 {normal=(-0.727184 0.383682 0.559449)}
Vertex 17173 -2.55267 20.9498 1.99837 {normal=(-0.929843 0.173175 0.314125)}
Vertex 17174 -1.98587 21.7122 2.57064 {normal=(-0.662725 0.440813 0.597767)}
Vertex 17175 -2.56381 21.4541 1.78139 {normal=(-0.888850 0.192644 0.406600)}
Vertex 17176 -1.86105 22.2043 2.29586 {normal=(-0.576673 0.548011 0.597250)}
Vertex 17177 -2.56205 21.9503 1.46622 {normal=(-0.849072 0.350014 0.384413)}
Vertex 17178 -1.75155 22.6489 1.90901 {normal=(-0.483318 0.698459 0.514749)}
Vertex 17179 -2.52115 22.351 1.08605 {normal=(-0.803674 0.492843 0.317371)}
Vertex 17180 -1.6519 23.1297 1.09356 {normal=(-0.404742 0.853134 0.305524)}
Vertex 17181 -2.45458 22.7533 0.419882 {normal=(-0.732156 0.643517 0.175661)}
Vertex 17182 -1.19721 23.3852 -0.358064 {normal=(-0.209930 0.965677 -0.104058)}
Vertex 17183 -2.157 23.0117 -0.719956 {normal=(-0.540638 0.803595 -0.183686)}
Vertex 17184 -0.705646 23.0426 -1.86668 {normal=(-0.161703 0.888792 -0.417038)}
Vertex 17185 -1.65264 22.7442 -1.90592 {normal=(-0.410481 0.724240 -0.537868)}
Vertex 17186 -2.77678 20.3902 1.42798 {normal=(-0.968037 0.105688 0.216671)}
Vertex 17187 -2.86949 20.9175 1.0795 {normal=(-0.954544 0.005708 0.296669)}
Vertex 17188 -2.97184 21.4488 0.623107 {normal=(-0.963979 0.131940 0.220484)}
Vertex 17189 -2.98726 21.8135 0.230513 {normal=(-0.951724 0.244443 0.160466)}
Vertex 17190 -2.93702 22.0758 -0.221361 {normal=(-0.925720 0.362128 -0.004031)}
Vertex 17191 -2.73161 22.2615 -0.954402 {normal=(-0.836965 0.465901 -0.259861)}
Vertex 17192 -2.33415 22.1231 -1.77948 {normal=(-0.692159 0.444551 -0.561626)}
Vertex 17193 -1.55632 17.1567 -2.11328 {normal=(-0.647711 -0.070943 -0.757167)}
Vertex 17194 -1.87447 16.2305 -1.82619 {normal=(-0.768326 0.069962 -0.627609)}
Vertex 17195 -2.0274 16.6516 -1.6314 {normal=(-0.786758 -0.021790 -0.609466)}
Vertex 17196 -2.29722 15.7487 -0.948984 {normal=(-0.971738 0.042340 -0.195385)}
Vertex 17197 -2.3322 16.261 -0.849185 {normal=(-0.950277 -0.131932 -0.273831)}
Vertex 17198 -2.54145 16.1417 -0.186653 {normal=(-0.784041 -0.369567 -0.492075)}
Vertex 17199 -2.77275 16.3081 0.11059 {normal=(-0.898527 -0.319443 -0.285372)}
Vertex 17200 -2.91601 16.5442 0.468142 {normal=(-0.952345 -0.281635 -0.026723)}
Vertex 17201 -2.91256 16.8138 0.812675 {normal=(-0.935929 -0.123935 0.321403)}
Vertex 17202 -2.79004 17.1462 1.17038 {normal=(-0.915185 -0.078999 0.394568)}
Vertex 17203 -2.69079 17.4276 1.45841 {normal=(-0.910007 -0.130772 0.392295)}
Vertex 17204 -2.66604 17.6048 1.6326 {normal=(-0.921438 -0.299285 0.238237)}
Vertex 17205 -2.72498 17.8092 1.79346 {normal=(-0.908499 -0.405411 0.086770)}
Vertex 17206 -2.86271 18.1026 2.00082 {normal=(-0.903927 -0.424499 0.019928)}
Vertex 17207 -2.98568 17.8913 -0.729867 {normal=(0.223361 -0.651469 -0.707291)}
Vertex 17208 -2.92363 17.7697 -0.407115 {normal=(-0.610204 -0.758797 -0.129360)}
Vertex 17209 -3.05073 17.8544 -0.323711 {normal=(-0.588997 -0.778799 0.151280)}
Vertex 17210 -3.17374 19.5499 -1.32311 {normal=(0.413231 0.185837 -0.882222)}
Vertex 17211 -3.14237 19.0324 -1.32417 {normal=(0.454452 -0.092033 -0.880557)}
Vertex 17212 -2.93984 19.0668 -1.23443 {normal=(-0.082319 -0.189516 -0.915934)}
Vertex 17213 -2.88724 18.6658 -1.10108 {normal=(0.034362 -0.401268 -0.849655)}
Vertex 17214 -3.0681 18.6164 -1.19748 {normal=(0.506164 -0.275619 -0.808127)}
Vertex 17215 -3.01248 18.3008 -1.01109 {normal=(0.557320 -0.407184 -0.711279)}
Vertex 17216 -2.85459 18.3418 -0.908826 {normal=(0.066839 -0.512306 -0.789789)}
Vertex 17217 -3.18856 18.0146 -0.831326 {normal=(-0.625465 -0.447534 -0.557595)}
Vertex 17218 -3.1788 18.2905 -1.02168 {normal=(-0.550596 -0.457399 -0.619508)}
Vertex 17219 -3.23762 18.596 -1.21039 {normal=(-0.550349 -0.439950 -0.623501)}
Vertex 17220 -3.32228 19.0375 -1.35066 {normal=(-0.578199 -0.191935 -0.711566)}
Vertex 17221 -3.37551 19.5428 -1.35024 {normal=(-0.532068 0.125273 -0.770630)}
Vertex 17222 -3.40064 19.9084 -1.13163 {normal=(-0.508529 0.601012 -0.556892)}
Vertex 17223 -3.43492 20.0881 -0.776126 {normal=(-0.575203 0.748544 -0.242815)}
Vertex 17224 -3.44476 20.0481 -0.405576 {normal=(-0.664884 0.629673 0.363649)}
Vertex 17225 -3.11811 18.7982 -0.379816 {normal=(-0.962165 -0.072167 -0.240589)}
Vertex 17226 -3.10458 18.9364 -0.497438 {normal=(-0.913632 -0.237386 -0.280037)}
Vertex 17227 -3.14522 19.2039 -0.577936 {normal=(-0.875226 -0.085568 -0.446505)}
Vertex 17228 -3.22874 19.3553 -0.442729 {normal=(-0.795898 -0.019662 -0.598001)}
Vertex 17229 -3.30519 19.5456 -0.39695 {normal=(-0.665192 -0.271156 -0.688691)}
Vertex 17230 -3.37788 19.7432 -0.543228 {normal=(-0.577783 -0.802208 -0.104218)}
Vertex 17231 -3.16699 18.9268 -0.781684 {normal=(-0.623122 0.482419 0.593135)}
Vertex 17232 -3.1767 19.0711 -0.855488 {normal=(-0.388197 -0.137045 0.878582)}
Vertex 17233 -3.38904 19.729 -0.730884 {normal=(-0.615147 -0.755962 0.206924)}
Vertex 17234 -3.15649 17.9952 -0.291568 {normal=(-0.794557 -0.275955 0.498413)}
Vertex 17235 -3.324 19.0928 -1.04032 {normal=(-0.889452 -0.112840 0.436407)}
Vertex 17236 -3.35988 19.4256 -1.00882 {normal=(-0.829594 -0.204461 0.513415)}
Vertex 17237 -3.37576 19.6367 -0.901743 {normal=(-0.721619 -0.528300 0.433594)}
Vertex 17238 -3.33356 19.4854 -0.676641 {normal=(-0.933177 0.011571 0.293054)}
Vertex 17239 -3.23292 19.4276 -0.563517 {normal=(-0.782843 -0.379313 0.435173)}
Vertex 17240 -3.29012 19.6321 -0.587337 {normal=(-0.919758 -0.140174 0.283334)}
Vertex 17241 -3.31751 19.5606 -0.793124 {normal=(-0.980504 0.071010 -0.052442)}
Vertex 17242 -3.33415 19.3848 -0.89315 {normal=(-0.951160 0.162081 -0.220479)}
Vertex 17243 -3.3235 19.1032 -0.948897 {normal=(-0.923251 -0.162899 -0.307534)}
Vertex 17244 -3.27613 18.8166 -0.888873 {normal=(-0.980902 -0.103690 0.025477)}
Vertex 17245 -3.241 18.6061 -0.746059 {normal=(-0.980753 -0.014665 0.149671)}
Vertex 17246 -3.13943 18.7559 -0.614259 {normal=(-0.830723 0.313466 0.445125)}
Vertex 17247 -3.14207 18.619 -0.509158 {normal=(-0.916286 0.329194 0.204742)}
Vertex 17248 -3.23401 18.4306 -0.685296 {normal=(-0.983872 0.091209 0.133397)}
Vertex 17249 -3.29421 18.6816 -1.06253 {normal=(-0.966380 -0.138990 0.161120)}
Vertex 17250 -3.37309 19.0652 -1.18584 {normal=(-0.971927 -0.147578 0.086462)}
Vertex 17251 -3.44134 19.4761 -1.1791 {normal=(-0.965064 -0.168015 0.021338)}
Vertex 17252 -3.49404 19.7607 -1.02005 {normal=(-0.948283 -0.174216 0.010893)}
Vertex 17253 -3.51451 19.8964 -0.758446 {normal=(-0.947909 -0.174727 0.014314)}
Vertex 17254 -3.5175 19.8942 -0.487364 {normal=(-0.947713 -0.173439 -0.001568)}
Vertex 17255 -3.48032 19.7539 -0.287621 {normal=(-0.930955 -0.234607 0.109831)}
Vertex 17256 -3.401 19.5145 -0.215568 {normal=(-0.928699 -0.275988 0.037398)}
Vertex 17257 -3.3202 19.2696 -0.274422 {normal=(-0.924542 -0.285901 -0.128162)}
Vertex 17258 -3.22783 19.0941 -0.382794 {normal=(-0.867484 -0.381007 -0.287586)}
Vertex 17259 -3.38321 19.8201 -0.1289 {normal=(-0.597350 0.303564 0.719204)}
Vertex 17260 -3.31183 19.5269 -0.041996 {normal=(-0.612888 -0.132959 0.758502)}
Vertex 17261 -3.25266 19.2312 -0.119674 {normal=(-0.643883 -0.414209 0.632059)}
Vertex 17262 1.19839 20.6779 2.10524 {normal=(0.103350 0.986239 0.095243)}
Vertex 17263 1.40496 20.6442 2.05447 {normal=(0.252275 0.961946 0.058608)}
Vertex 17264 1.60387 20.5777 2.00557 {normal=(0.395607 0.913994 0.023350)}
Vertex 17265 1.79022 20.4799 1.95976 {normal=(0.529871 0.843543 -0.009615)}
Vertex 17266 1.95942 20.3533 1.91816 {normal=(0.651879 0.752263 -0.039563)}
Vertex 17267 2.10731 20.201 1.88181 {normal=(0.758493 0.642480 -0.065802)}
Vertex 17268 2.23024 20.0268 1.8516 {normal=(0.847090 0.516889 -0.087638)}
Vertex 17269 2.3252 19.8349 1.82826 {normal=(0.915530 0.378570 -0.104469)}
Vertex 17270 2.38983 19.63 1.81237 {normal=(0.962108 0.230948 -0.115894)}
Vertex 17271 2.42254 19.4173 1.80433 {normal=(0.985693 0.077613 -0.121676)}
Vertex 17272 2.42254 19.2019 1.80434 {normal=(0.985693 -0.077630 -0.121675)}
Vertex 17273 2.38983 18.9892 1.81239 {normal=(0.962109 -0.230951 -0.115888)}
Vertex 17274 2.3252 18.7844 1.82828 {normal=(0.915528 -0.378581 -0.104440)}
Vertex 17275 2.23025 18.5925 1.85163 {normal=(0.847080 -0.516913 -0.087610)}
Vertex 17276 2.10732 18.4183 1.88186 {normal=(0.758477 -0.642501 -0.065825)}
Vertex 17277 1.95943 18.266 1.91822 {normal=(0.651928 -0.752229 -0.039603)}
Vertex 17278 1.79023 18.1394 1.95982 {normal=(0.529969 -0.843477 -0.009574)}
Vertex 17279 1.60388 18.0416 2.00563 {normal=(0.395578 -0.913991 0.023520)}
Vertex 17280 1.40497 17.975 2.05453 {normal=(0.252228 -0.961956 0.058801)}
Vertex 17281 1.1984 17.9413 2.10532 {normal=(0.103392 -0.986220 0.095407)}
Vertex 17282 0.989257 17.9413 2.15673 {normal=(-0.047370 -0.986220 0.132471)}
Vertex 17283 0.782686 17.975 2.20752 {normal=(-0.196213 -0.961956 0.169049)}
Vertex 17284 0.583777 18.0416 2.25641 {normal=(-0.339582 -0.913990 0.204256)}
Vertex 17285 0.397427 18.1394 2.30222 {normal=(-0.473999 -0.843476 0.237246)}
Vertex 17286 0.228224 18.266 2.34382 {normal=(-0.595981 -0.752228 0.267183)}
Vertex 17287 0.080335 18.4183 2.38017 {normal=(-0.702544 -0.642500 0.293348)}
Vertex 17288 -0.0425985 18.5925 2.41039 {normal=(-0.791149 -0.516912 0.315127)}
Vertex 17289 -0.137549 18.7844 2.43372 {normal=(-0.859596 -0.378582 0.331951)}
Vertex 17290 -0.20218 18.9892 2.4496 {normal=(-0.906179 -0.230949 0.343399)}
Vertex 17291 -0.234899 19.2019 2.45764 {normal=(-0.929760 -0.077624 0.349201)}
Vertex 17292 -0.234899 19.4173 2.45764 {normal=(-0.929761 0.077621 0.349195)}
Vertex 17293 -0.202183 19.63 2.44959 {normal=(-0.906184 0.230950 0.343386)}
Vertex 17294 -0.137555 19.8349 2.4337 {normal=(-0.859616 0.378565 0.331924)}
Vertex 17295 -0.0426062 20.0268 2.41035 {normal=(-0.791176 0.516881 0.315104)}
Vertex 17296 0.0803252 20.201 2.38012 {normal=(-0.702557 0.642479 0.293354)}
Vertex 17297 0.228213 20.3533 2.34376 {normal=(-0.595917 0.752276 0.267165)}
Vertex 17298 0.397415 20.4799 2.30216 {normal=(-0.473924 0.843552 0.237150)}
Vertex 17299 0.583764 20.5777 2.25635 {normal=(-0.339685 0.913994 0.204118)}
Vertex 17300 0.782672 20.6442 2.20745 {normal=(-0.196346 0.961946 0.168898)}
Vertex 17301 0.989243 20.6779 2.15666 {normal=(-0.047411 0.986239 0.132306)}
Vertex 17302 1.24691 20.6442 2.31373 {normal=(0.128980 0.963654 0.207001)}
Vertex 17303 1.4484 20.6114 2.2642 {normal=(0.274488 0.939914 0.171221)}
Vertex 17304 1.64241 20.5464 2.21651 {normal=(0.414585 0.893035 0.136796)}
Vertex 17305 1.82417 20.4511 2.17182 {normal=(0.545797 0.824180 0.104590)}
Vertex 17306 1.98921 20.3276 2.13125 {normal=(0.664972 0.735013 0.075324)}
Vertex 17307 2.13345 20.1791 2.0958 {normal=(0.769116 0.627778 0.049700)}
Vertex 17308 2.25336 20.0091 2.06632 {normal=(0.855681 0.505080 0.028377)}
Vertex 17309 2.34597 19.822 2.04356 {normal=(0.922567 0.369906 0.011920)}
Vertex 17310 2.40901 19.6222 2.02807 {normal=(0.968085 0.225646 0.000747)}
Vertex 17311 2.44092 19.4146 2.02023 {normal=(0.991126 0.075833 -0.004902)}
Vertex 17312 2.44092 19.2046 2.02023 {normal=(0.991125 -0.075844 -0.004899)}
Vertex 17313 2.40901 18.9971 2.02808 {normal=(0.968081 -0.225654 0.000764)}
Vertex 17314 2.34598 18.7973 2.04359 {normal=(0.922569 -0.369903 0.011946)}
Vertex 17315 2.25337 18.6101 2.06636 {normal=(0.855694 -0.505057 0.028374)}
Vertex 17316 2.13346 18.4402 2.09584 {normal=(0.769099 -0.627791 0.049663)}
Vertex 17317 1.98922 18.2917 2.13131 {normal=(0.664963 -0.735022 0.075314)}
Vertex 17318 1.82418 18.1682 2.17188 {normal=(0.545831 -0.824148 0.104660)}
Vertex 17319 1.64242 18.0728 2.21657 {normal=(0.414566 -0.893023 0.136918)}
Vertex 17320 1.44841 18.0079 2.26427 {normal=(0.274447 -0.939913 0.171329)}
Vertex 17321 1.24693 17.9751 2.3138 {normal=(0.128990 -0.963634 0.207100)}
Vertex 17322 1.04293 17.9751 2.36395 {normal=(-0.018263 -0.963634 0.243300)}
Vertex 17323 0.841445 18.0079 2.41348 {normal=(-0.163727 -0.939914 0.279048)}
Vertex 17324 0.647434 18.0728 2.46117 {normal=(-0.303829 -0.893024 0.313527)}
Vertex 17325 0.465672 18.1682 2.50586 {normal=(-0.435089 -0.824149 0.345805)}
Vertex 17326 0.300636 18.2917 2.54642 {normal=(-0.554251 -0.735017 0.375047)}
Vertex 17327 0.156388 18.4402 2.58188 {normal=(-0.658404 -0.627780 0.400617)}
Vertex 17328 0.036482 18.6102 2.61136 {normal=(-0.744992 -0.505055 0.421903)}
Vertex 17329 -0.0561313 18.7973 2.63412 {normal=(-0.811867 -0.369908 0.438341)}
Vertex 17330 -0.11917 18.9971 2.64961 {normal=(-0.857381 -0.225657 0.449531)}
Vertex 17331 -0.151083 19.2046 2.65745 {normal=(-0.880425 -0.075841 0.455196)}
Vertex 17332 -0.151085 19.4146 2.65744 {normal=(-0.880428 0.075838 0.455191)}
Vertex 17333 -0.119174 19.6222 2.6496 {normal=(-0.857395 0.225649 0.449511)}
Vertex 17334 -0.0561367 19.8219 2.63409 {normal=(-0.811882 0.369909 0.438311)}
Vertex 17335 0.036474 20.0091 2.61132 {normal=(-0.745006 0.505059 0.421883)}
Vertex 17336 0.156378 20.1791 2.58184 {normal=(-0.658426 0.627763 0.400616)}
Vertex 17337 0.300624 20.3276 2.54637 {normal=(-0.554230 0.735043 0.375015)}
Vertex 17338 0.46566 20.4511 2.5058 {normal=(-0.435066 0.824204 0.345709)}
Vertex 17339 0.647421 20.5464 2.46111 {normal=(-0.303903 0.893036 0.313424)}
Vertex 17340 0.841432 20.6114 2.41341 {normal=(-0.163816 0.939915 0.278969)}
Vertex 17341 1.04291 20.6442 2.36388 {normal=(-0.018302 0.963654 0.243207)}
Vertex 17342 1.29103 20.5777 2.51512 {normal=(0.160749 0.915980 0.351849)}
Vertex 17343 1.48247 20.5465 2.46806 {normal=(0.299076 0.893390 0.317898)}
Vertex 17344 1.6668 20.4848 2.42274 {normal=(0.432232 0.848820 0.285201)}
Vertex 17345 1.8395 20.3941 2.3803 {normal=(0.556947 0.783376 0.254546)}
Vertex 17346 1.9963 20.2768 2.34175 {normal=(0.670194 0.698653 0.226693)}
Vertex 17347 2.13336 20.1357 2.30805 {normal=(0.769167 0.596748 0.202341)}
Vertex 17348 2.24729 19.9743 2.28005 {normal=(0.851464 0.480107 0.182105)}
Vertex 17349 2.33528 19.7964 2.25843 {normal=(0.915047 0.351609 0.166482)}
Vertex 17350 2.39517 19.6066 2.24371 {normal=(0.958316 0.214476 0.155849)}
Vertex 17351 2.4255 19.4094 2.23626 {normal=(0.980217 0.072086 0.150471)}
Vertex 17352 2.4255 19.2099 2.23626 {normal=(0.980215 -0.072072 0.150484)}
Vertex 17353 2.39518 19.0127 2.24372 {normal=(0.958311 -0.214476 0.155881)}
Vertex 17354 2.33529 18.8229 2.25845 {normal=(0.915050 -0.351586 0.166522)}
Vertex 17355 2.24729 18.645 2.28009 {normal=(0.851485 -0.480047 0.182152)}
Vertex 17356 2.13337 18.4835 2.3081 {normal=(0.769159 -0.596723 0.202400)}
Vertex 17357 1.99631 18.3424 2.34179 {normal=(0.670162 -0.698663 0.226752)}
Vertex 17358 1.83951 18.2252 2.38035 {normal=(0.556944 -0.783365 0.254598)}
Vertex 17359 1.66681 18.1345 2.42281 {normal=(0.432234 -0.848807 0.285242)}
Vertex 17360 1.48248 18.0728 2.46813 {normal=(0.299031 -0.893389 0.317940)}
Vertex 17361 1.29104 18.0416 2.51519 {normal=(0.160715 -0.915971 0.351905)}
Vertex 17362 1.09722 18.0416 2.56284 {normal=(0.020768 -0.915970 0.386310)}
Vertex 17363 0.905782 18.0728 2.6099 {normal=(-0.117531 -0.893388 0.420350)}
Vertex 17364 0.721445 18.1345 2.65522 {normal=(-0.250712 -0.848806 0.453139)}
Vertex 17365 0.548747 18.2252 2.69767 {normal=(-0.375413 -0.783366 0.483808)}
Vertex 17366 0.391941 18.3424 2.73621 {normal=(-0.488649 -0.698643 0.511645)}
Vertex 17367 0.254887 18.4836 2.76991 {normal=(-0.587651 -0.596690 0.535987)}
Vertex 17368 0.14096 18.6451 2.79791 {normal=(-0.669957 -0.480050 0.556208)}
Vertex 17369 0.0529655 18.8229 2.81954 {normal=(-0.733528 -0.351604 0.571813)}
Vertex 17370 -0.00693 19.0127 2.83426 {normal=(-0.776802 -0.214477 0.582439)}
Vertex 17371 -0.0372512 19.2099 2.8417 {normal=(-0.798709 -0.072068 0.587817)}
Vertex 17372 -0.0372528 19.4094 2.8417 {normal=(-0.798716 0.072087 0.587808)}
Vertex 17373 -0.00693325 19.6066 2.83424 {normal=(-0.776819 0.214477 0.582417)}
Vertex 17374 0.0529603 19.7964 2.81951 {normal=(-0.733551 0.351617 0.571773)}
Vertex 17375 0.140953 19.9743 2.79787 {normal=(-0.669983 0.480087 0.556147)}
Vertex 17376 0.254878 20.1357 2.76986 {normal=(-0.587675 0.596718 0.535933)}
Vertex 17377 0.391931 20.2769 2.73617 {normal=(-0.488649 0.698666 0.511609)}
Vertex 17378 0.548736 20.3941 2.69762 {normal=(-0.375410 0.783395 0.483761)}
Vertex 17379 0.721432 20.4848 2.65515 {normal=(-0.250733 0.848821 0.453096)}
Vertex 17380 0.905768 20.5465 2.60984 {normal=(-0.117594 0.893390 0.420329)}
Vertex 17381 1.0972 20.5777 2.56277 {normal=(0.020715 0.915980 0.386274)}
Vertex 17382 1.32965 20.4799 2.70447 {normal=(0.188627 0.845841 0.488244)}
Vertex 17383 1.50633 20.4511 2.66103 {normal=(0.316364 0.825004 0.456846)}
Vertex 17384 1.67645 20.3941 2.61921 {normal=(0.439297 0.783864 0.426627)}
Vertex 17385 1.83583 20.3105 2.58003 {normal=(0.554456 0.723432 0.398314)}
Vertex 17386 1.98055 20.2022 2.54446 {normal=(0.659021 0.645207 0.372598)}
Vertex 17387 2.10703 20.072 2.51337 {normal=(0.750418 0.551102 0.350119)}
Vertex 17388 2.21217 19.923 2.48752 {normal=(0.826433 0.443373 0.331432)}
Vertex 17389 2.29338 19.7589 2.46756 {normal=(0.885156 0.324708 0.317000)}
Vertex 17390 2.34866 19.5837 2.45398 {normal=(0.925111 0.198077 0.307181)}
Vertex 17391 2.37665 19.4018 2.44711 {normal=(0.945335 0.066590 0.302216)}
Vertex 17392 2.37665 19.2176 2.44711 {normal=(0.945335 -0.066546 0.302226)}
Vertex 17393 2.34866 19.0356 2.45399 {normal=(0.925101 -0.198071 0.307214)}
Vertex 17394 2.29339 18.8604 2.46759 {normal=(0.885149 -0.324679 0.317058)}
Vertex 17395 2.21218 18.6963 2.48756 {normal=(0.826455 -0.443286 0.331502)}
Vertex 17396 2.10704 18.5473 2.5134 {normal=(0.750435 -0.551039 0.350185)}
Vertex 17397 1.98055 18.417 2.5445 {normal=(0.659017 -0.645188 0.372643)}
Vertex 17398 1.83584 18.3088 2.58009 {normal=(0.554448 -0.723419 0.398345)}
Vertex 17399 1.67646 18.2252 2.61927 {normal=(0.439301 -0.783837 0.426667)}
Vertex 17400 1.50634 18.1682 2.6611 {normal=(0.316343 -0.824983 0.456886)}
Vertex 17401 1.32966 18.1394 2.70453 {normal=(0.188592 -0.845850 0.488248)}
Vertex 17402 1.15079 18.1394 2.7485 {normal=(0.059285 -0.845851 0.520037)}
Vertex 17403 0.974112 18.1682 2.79193 {normal=(-0.068447 -0.824985 0.551481)}
Vertex 17404 0.803988 18.2251 2.83376 {normal=(-0.191400 -0.783838 0.581717)}
Vertex 17405 0.644607 18.3088 2.87294 {normal=(-0.306554 -0.723418 0.610015)}
Vertex 17406 0.499892 18.417 2.90851 {normal=(-0.411141 -0.645170 0.635728)}
Vertex 17407 0.373406 18.5473 2.9396 {normal=(-0.502564 -0.551018 0.658210)}
Vertex 17408 0.268264 18.6963 2.96545 {normal=(-0.578555 -0.443304 0.676896)}
Vertex 17409 0.187055 18.8604 2.9854 {normal=(-0.637244 -0.324699 0.691317)}
Vertex 17410 0.131778 19.0356 2.99899 {normal=(-0.677211 -0.198067 0.701126)}
Vertex 17411 0.103795 19.2176 3.00587 {normal=(-0.697448 -0.066539 0.706091)}
Vertex 17412 0.103794 19.4018 3.00586 {normal=(-0.697452 0.066591 0.706084)}
Vertex 17413 0.131775 19.5837 2.99898 {normal=(-0.677230 0.198076 0.701107)}
Vertex 17414 0.18705 19.7589 2.98538 {normal=(-0.637272 0.324715 0.691280)}
Vertex 17415 0.268258 19.923 2.96541 {normal=(-0.578554 0.443370 0.676847)}
Vertex 17416 0.373398 20.072 2.93956 {normal=(-0.502540 0.551079 0.658175)}
Vertex 17417 0.499883 20.2022 2.90846 {normal=(-0.411124 0.645198 0.635711)}
Vertex 17418 0.644597 20.3105 2.87289 {normal=(-0.306559 0.723436 0.609995)}
Vertex 17419 0.803977 20.3941 2.8337 {normal=(-0.191416 0.783861 0.581684)}
Vertex 17420 0.974099 20.4511 2.79188 {normal=(-0.068483 0.824999 0.551463)}
Vertex 17421 1.15078 20.4799 2.74844 {normal=(0.059259 0.845839 0.520051)}
Vertex 17422 1.36183 20.3533 2.8771 {normal=(0.211829 0.755009 0.612716)}
Vertex 17423 1.51939 20.3276 2.83837 {normal=(0.325827 0.736457 0.584636)}
Vertex 17424 1.67111 20.2768 2.80107 {normal=(0.435612 0.699739 0.557618)}
Vertex 17425 1.81325 20.2022 2.76613 {normal=(0.538426 0.645779 0.532357)}
Vertex 17426 1.94231 20.1057 2.7344 {normal=(0.631737 0.575954 0.509431)}
Vertex 17427 2.05512 19.9895 2.70667 {normal=(0.713324 0.491933 0.489386)}
Vertex 17428 2.14889 19.8567 2.68362 {normal=(0.781174 0.395772 0.472712)}
Vertex 17429 2.22131 19.7103 2.66582 {normal=(0.833588 0.289857 0.459824)}
Vertex 17430 2.27061 19.5541 2.65371 {normal=(0.869256 0.176820 0.451059)}
Vertex 17431 2.29557 19.3918 2.64758 {normal=(0.887310 0.059449 0.446625)}
Vertex 17432 2.29557 19.2275 2.64758 {normal=(0.887312 -0.059402 0.446626)}
Vertex 17433 2.27061 19.0653 2.65372 {normal=(0.869251 -0.176816 0.451071)}
Vertex 17434 2.22131 18.909 2.66584 {normal=(0.833589 -0.289833 0.459849)}
Vertex 17435 2.14889 18.7627 2.68365 {normal=(0.781208 -0.395685 0.472736)}
Vertex 17436 2.05512 18.6298 2.7067 {normal=(0.713365 -0.491855 0.489403)}
Vertex 17437 1.94232 18.5136 2.73444 {normal=(0.631747 -0.575918 0.509454)}
Vertex 17438 1.81326 18.417 2.76617 {normal=(0.538373 -0.645763 0.532422)}
Vertex 17439 1.67112 18.3425 2.80112 {normal=(0.435587 -0.699681 0.557715)}
Vertex 17440 1.51941 18.2917 2.83841 {normal=(0.325893 -0.736382 0.584692)}
Vertex 17441 1.36184 18.266 2.87715 {normal=(0.211874 -0.754995 0.612711)}
Vertex 17442 1.20232 18.266 2.91637 {normal=(0.096369 -0.754997 0.641104)}
Vertex 17443 1.04475 18.2917 2.95511 {normal=(-0.017654 -0.736387 0.669143)}
Vertex 17444 0.89303 18.3425 2.9924 {normal=(-0.127356 -0.699682 0.696103)}
Vertex 17445 0.750892 18.417 3.02734 {normal=(-0.230153 -0.645759 0.721355)}
Vertex 17446 0.621831 18.5136 3.05906 {normal=(-0.323536 -0.575913 0.744295)}
Vertex 17447 0.509028 18.6297 3.08679 {normal=(-0.405154 -0.491857 0.764362)}
Vertex 17448 0.41526 18.7627 3.10984 {normal=(-0.472982 -0.395693 0.781052)}
Vertex 17449 0.342835 18.909 3.12765 {normal=(-0.525356 -0.289834 0.793933)}
Vertex 17450 0.293538 19.0653 3.13976 {normal=(-0.561021 -0.176812 0.802694)}
Vertex 17451 0.268581 19.2275 3.1459 {normal=(-0.579086 -0.059399 0.807128)}
Vertex 17452 0.26858 19.3918 3.14589 {normal=(-0.579090 0.059449 0.807124)}
Vertex 17453 0.293535 19.5541 3.13975 {normal=(-0.561040 0.176819 0.802680)}
Vertex 17454 0.342831 19.7103 3.12762 {normal=(-0.525367 0.289867 0.793908)}
Vertex 17455 0.415254 19.8567 3.10981 {normal=(-0.472953 0.395783 0.781025)}
Vertex 17456 0.50902 19.9895 3.08676 {normal=(-0.405116 0.491929 0.764342)}
Vertex 17457 0.621823 20.1057 3.05903 {normal=(-0.323531 0.575946 0.744276)}
Vertex 17458 0.750883 20.2023 3.0273 {normal=(-0.230214 0.645778 0.721323)}
Vertex 17459 0.893021 20.2768 2.99235 {normal=(-0.127410 0.699733 0.696039)}
Vertex 17460 1.04474 20.3276 2.95505 {normal=(-0.017618 0.736448 0.669078)}
Vertex 17461 1.2023 20.3533 2.91632 {normal=(0.096404 0.755005 0.641097)}
Vertex 17462 1.38678 20.201 3.02877 {normal=(0.229821 0.645721 0.722157)}
Vertex 17463 1.52135 20.1791 2.99569 {normal=(0.327301 0.629842 0.698174)}
Vertex 17464 1.65093 20.1357 2.96384 {normal=(0.421249 0.598421 0.675062)}
Vertex 17465 1.77233 20.072 2.93399 {normal=(0.509206 0.552276 0.653438)}
Vertex 17466 1.88256 19.9896 2.90689 {normal=(0.588999 0.492557 0.633834)}
Vertex 17467 1.9789 19.8904 2.88321 {normal=(0.658768 0.420694 0.616700)}
Vertex 17468 2.05898 19.7768 2.86353 {normal=(0.716780 0.338454 0.602455)}
Vertex 17469 2.12084 19.6518 2.84832 {normal=(0.761594 0.247879 0.591445)}
Vertex 17470 2.16295 19.5184 2.83797 {normal=(0.792098 0.151216 0.583945)}
Vertex 17471 2.18426 19.3798 2.83274 {normal=(0.807540 0.050843 0.580149)}
Vertex 17472 2.18426 19.2395 2.83274 {normal=(0.807544 -0.050782 0.580148)}
Vertex 17473 2.16295 19.1009 2.83799 {normal=(0.792105 -0.151195 0.583938)}
Vertex 17474 2.12084 18.9675 2.84834 {normal=(0.761608 -0.247878 0.591429)}
Vertex 17475 2.05899 18.8425 2.86355 {normal=(0.716809 -0.338406 0.602451)}
Vertex 17476 1.9789 18.729 2.88324 {normal=(0.658804 -0.420608 0.616719)}
Vertex 17477 1.88256 18.6297 2.90693 {normal=(0.588991 -0.492503 0.633877)}
Vertex 17478 1.77233 18.5473 2.93403 {normal=(0.509116 -0.552266 0.653514)}
Vertex 17479 1.65093 18.4836 2.96387 {normal=(0.421233 -0.598383 0.675122)}
Vertex 17480 1.52135 18.4403 2.99573 {normal=(0.327431 -0.629773 0.698183)}
Vertex 17481 1.38678 18.4183 3.02882 {normal=(0.229919 -0.645673 0.722165)}
Vertex 17482 1.25054 18.4183 3.06231 {normal=(0.131137 -0.645671 0.746450)}
Vertex 17483 1.11596 18.4403 3.0954 {normal=(0.033608 -0.629771 0.770417)}
Vertex 17484 0.986382 18.4836 3.12725 {normal=(-0.060205 -0.598377 0.793478)}
Vertex 17485 0.864983 18.5473 3.15709 {normal=(-0.148092 -0.552259 0.815081)}
Vertex 17486 0.754755 18.6297 3.18418 {normal=(-0.227954 -0.492503 0.834715)}
Vertex 17487 0.658412 18.729 3.20786 {normal=(-0.297762 -0.420599 0.851885)}
Vertex 17488 0.578326 18.8425 3.22755 {normal=(-0.355770 -0.338388 0.866142)}
Vertex 17489 0.51647 18.9675 3.24275 {normal=(-0.400567 -0.247872 0.877147)}
Vertex 17490 0.474366 19.1009 3.2531 {normal=(-0.431063 -0.151199 0.884646)}
Vertex 17491 0.453051 19.2395 3.25834 {normal=(-0.446505 -0.050790 0.888443)}
Vertex 17492 0.453051 19.3798 3.25834 {normal=(-0.446508 0.050834 0.888440)}
Vertex 17493 0.474364 19.5184 3.25309 {normal=(-0.431067 0.151214 0.884642)}
Vertex 17494 0.516466 19.6518 3.24274 {normal=(-0.400561 0.247892 0.877141)}
Vertex 17495 0.578321 19.7768 3.22753 {normal=(-0.355750 0.338469 0.866116)}
Vertex 17496 0.658406 19.8904 3.20784 {normal=(-0.297750 0.420699 0.851843)}
Vertex 17497 0.754748 19.9895 3.18415 {normal=(-0.227987 0.492558 0.834678)}
Vertex 17498 0.864975 20.072 3.15705 {normal=(-0.148186 0.552284 0.815048)}
Vertex 17499 0.986373 20.1357 3.1272 {normal=(-0.060226 0.598429 0.793426)}
Vertex 17500 1.11595 20.1791 3.09535 {normal=(0.033715 0.629840 0.770350)}
Vertex 17501 1.25052 20.201 3.06226 {normal=(0.131187 0.645719 0.746406)}
Vertex 17502 1.40387 20.0268 3.15574 {normal=(0.242243 0.520526 0.813973)}
Vertex 17503 1.51214 20.0091 3.12913 {normal=(0.320822 0.507694 0.794667)}
Vertex 17504 1.61639 19.9743 3.1035 {normal=(0.396541 0.482364 0.776051)}
Vertex 17505 1.71406 19.923 3.07949 {normal=(0.467442 0.445186 0.758609)}
Vertex 17506 1.80273 19.8567 3.05769 {normal=(0.531796 0.397047 0.742784)}
Vertex 17507 1.88024 19.7768 3.03864 {normal=(0.588044 0.339109 0.728966)}
Vertex 17508 1.94468 19.6855 3.0228 {normal=(0.634801 0.272817 0.717482)}
Vertex 17509 1.99444 19.5849 3.01057 {normal=(0.670924 0.199813 0.708604)}
Vertex 17510 2.02832 19.4776 3.00224 {normal=(0.695506 0.121906 0.702561)}
Vertex 17511 2.04546 19.3661 2.99803 {normal=(0.707952 0.041000 0.699504)}
Vertex 17512 2.04546 19.2533 2.99803 {normal=(0.707954 -0.040918 0.699506)}
Vertex 17513 2.02832 19.1417 3.00225 {normal=(0.695510 -0.121853 0.702564)}
Vertex 17514 1.99444 19.0344 3.01058 {normal=(0.670920 -0.199811 0.708604)}
Vertex 17515 1.94468 18.9338 3.02282 {normal=(0.634794 -0.272816 0.717488)}
Vertex 17516 1.88025 18.8425 3.03866 {normal=(0.588049 -0.339048 0.728992)}
Vertex 17517 1.80274 18.7627 3.05772 {normal=(0.531799 -0.396966 0.742823)}
Vertex 17518 1.71406 18.6963 3.07952 {normal=(0.467431 -0.445164 0.758630)}
Vertex 17519 1.61639 18.6451 3.10353 {normal=(0.396570 -0.482376 0.776034)}
Vertex 17520 1.51214 18.6102 3.12916 {normal=(0.320890 -0.507679 0.794649)}
Vertex 17521 1.40387 18.5925 3.15578 {normal=(0.242289 -0.520458 0.814000)}
Vertex 17522 1.29426 18.5925 3.18273 {normal=(0.162748 -0.520454 0.833557)}
Vertex 17523 1.18599 18.6102 3.20934 {normal=(0.084128 -0.507663 0.852863)}
Vertex 17524 1.08174 18.6451 3.23497 {normal=(0.008440 -0.482354 0.871462)}
Vertex 17525 0.984073 18.6963 3.25898 {normal=(-0.062403 -0.445155 0.888889)}
Vertex 17526 0.895391 18.7627 3.28078 {normal=(-0.126761 -0.396972 0.904723)}
Vertex 17527 0.81788 18.8425 3.29983 {normal=(-0.183031 -0.339028 0.918554)}
Vertex 17528 0.753449 18.9338 3.31567 {normal=(-0.229781 -0.272786 0.930039)}
Vertex 17529 0.703684 19.0344 3.3279 {normal=(-0.265892 -0.199814 0.938911)}
Vertex 17530 0.669811 19.1417 3.33622 {normal=(-0.290486 -0.121866 0.944958)}
Vertex 17531 0.652662 19.2533 3.34044 {normal=(-0.302934 -0.040935 0.948018)}
Vertex 17532 0.652662 19.3661 3.34044 {normal=(-0.302933 0.040979 0.948016)}
Vertex 17533 0.669809 19.4776 3.33622 {normal=(-0.290483 0.121906 0.944955)}
Vertex 17534 0.703682 19.5849 3.32789 {normal=(-0.265893 0.199827 0.938910)}
Vertex 17535 0.753446 19.6855 3.31565 {normal=(-0.229776 0.272824 0.930027)}
Vertex 17536 0.817876 19.7768 3.29981 {normal=(-0.183034 0.339109 0.918523)}
Vertex 17537 0.895384 19.8567 3.28075 {normal=(-0.126794 0.397050 0.904685)}
Vertex 17538 0.984066 19.923 3.25895 {normal=(-0.062423 0.445197 0.888864)}
Vertex 17539 1.08174 19.9743 3.23494 {normal=(0.008497 0.482383 0.871441)}
Vertex 17540 1.18599 20.0091 3.2093 {normal=(0.084200 0.507708 0.852831)}
Vertex 17541 1.29425 20.0268 3.18268 {normal=(0.162750 0.520530 0.833513)}
Vertex 17542 1.41269 19.8349 3.25489 {normal=(0.248751 0.382479 0.885882)}
Vertex 17543 1.49199 19.822 3.23539 {normal=(0.306479 0.373067 0.871692)}
Vertex 17544 1.56834 19.7964 3.21662 {normal=(0.362108 0.354458 0.858017)}
Vertex 17545 1.63987 19.7589 3.19904 {normal=(0.414201 0.327134 0.845207)}
Vertex 17546 1.70482 19.7103 3.18307 {normal=(0.461509 0.291748 0.833572)}
Vertex 17547 1.76159 19.6519 3.16912 {normal=(0.502847 0.249171 0.823413)}
Vertex 17548 1.80878 19.5849 3.15752 {normal=(0.537194 0.200474 0.814975)}
Vertex 17549 1.84523 19.5113 3.14856 {normal=(0.563745 0.146836 0.808444)}
Vertex 17550 1.87004 19.4327 3.14246 {normal=(0.581812 0.089590 0.804003)}
Vertex 17551 1.8826 19.351 3.13938 {normal=(0.590950 0.030146 0.801761)}
Vertex 17552 1.8826 19.2684 3.13938 {normal=(0.590951 -0.030062 0.801763)}
Vertex 17553 1.87004 19.1867 3.14247 {normal=(0.581806 -0.089526 0.804015)}
Vertex 17554 1.84523 19.108 3.14857 {normal=(0.563731 -0.146805 0.808459)}
Vertex 17555 1.80879 19.0344 3.15753 {normal=(0.537175 -0.200471 0.814988)}
Vertex 17556 1.7616 18.9675 3.16914 {normal=(0.502836 -0.249128 0.823435)}
Vertex 17557 1.70483 18.909 3.18309 {normal=(0.461547 -0.291664 0.833583)}
Vertex 17558 1.63988 18.8604 3.19906 {normal=(0.414265 -0.327075 0.845196)}
Vertex 17559 1.56835 18.8229 3.21665 {normal=(0.362129 -0.354438 0.858009)}
Vertex 17560 1.49199 18.7974 3.23542 {normal=(0.306458 -0.373029 0.871711)}
Vertex 17561 1.41269 18.7845 3.25492 {normal=(0.248733 -0.382415 0.885917)}
Vertex 17562 1.33241 18.7845 3.27465 {normal=(0.190367 -0.382414 0.900266)}
Vertex 17563 1.25311 18.7973 3.29415 {normal=(0.132612 -0.373012 0.914453)}
Vertex 17564 1.17676 18.8229 3.31292 {normal=(0.076952 -0.354398 0.928131)}
Vertex 17565 1.10523 18.8604 3.3305 {normal=(0.024878 -0.327071 0.940934)}
Vertex 17566 1.04028 18.909 3.34647 {normal=(-0.022410 -0.291693 0.952558)}
Vertex 17567 0.983506 18.9675 3.36042 {normal=(-0.063749 -0.249114 0.962720)}
Vertex 17568 0.936315 19.0344 3.37202 {normal=(-0.098101 -0.200442 0.971160)}
Vertex 17569 0.899868 19.1081 3.38098 {normal=(-0.124631 -0.146811 0.977684)}
Vertex 17570 0.875059 19.1867 3.38708 {normal=(-0.142701 -0.089532 0.982126)}
Vertex 17571 0.862499 19.2684 3.39016 {normal=(-0.151852 -0.030076 0.984372)}
Vertex 17572 0.862498 19.351 3.39016 {normal=(-0.151847 0.030118 0.984370)}
Vertex 17573 0.875057 19.4327 3.38707 {normal=(-0.142697 0.089599 0.982120)}
Vertex 17574 0.899866 19.5113 3.38097 {normal=(-0.124625 0.146857 0.977677)}
Vertex 17575 0.936314 19.5849 3.37201 {normal=(-0.098096 0.200465 0.971156)}
Vertex 17576 0.983502 19.6518 3.3604 {normal=(-0.063762 0.249154 0.962708)}
Vertex 17577 1.04027 19.7103 3.34645 {normal=(-0.022411 0.291747 0.952538)}
Vertex 17578 1.10523 19.7589 3.33048 {normal=(0.024910 0.327136 0.940911)}
Vertex 17579 1.17676 19.7964 3.31289 {normal=(0.077002 0.354463 0.928106)}
Vertex 17580 1.25311 19.822 3.29412 {normal=(0.132616 0.373077 0.914429)}
Vertex 17581 1.33241 19.8349 3.27463 {normal=(0.190348 0.382484 0.900236)}
Vertex 17582 1.41302 19.6301 3.32377 {normal=(0.249140 0.234989 0.936069)}
Vertex 17583 1.4614 19.6222 3.31188 {normal=(0.284562 0.229216 0.927358)}
Vertex 17584 1.50797 19.6066 3.30043 {normal=(0.318764 0.217795 0.918948)}
Vertex 17585 1.55161 19.5837 3.2897 {normal=(0.350809 0.200971 0.911073)}
Vertex 17586 1.59123 19.5541 3.27996 {normal=(0.379882 0.179200 0.903929)}
Vertex 17587 1.62586 19.5184 3.27145 {normal=(0.405243 0.153063 0.897697)}
Vertex 17588 1.65465 19.4776 3.26437 {normal=(0.426324 0.123196 0.892515)}
Vertex 17589 1.67689 19.4327 3.25891 {normal=(0.442645 0.090240 0.888501)}
Vertex 17590 1.69202 19.3847 3.25519 {normal=(0.453752 0.055047 0.885770)}
Vertex 17591 1.69968 19.3349 3.25331 {normal=(0.459368 0.018535 0.884392)}
Vertex 17592 1.69968 19.2845 3.25331 {normal=(0.459362 -0.018470 0.884395)}
Vertex 17593 1.69202 19.2347 3.25519 {normal=(0.453754 -0.054990 0.885774)}
Vertex 17594 1.67689 19.1867 3.25892 {normal=(0.442644 -0.090171 0.888507)}
Vertex 17595 1.65465 19.1418 3.26438 {normal=(0.426319 -0.123147 0.892523)}
Vertex 17596 1.62586 19.1009 3.27146 {normal=(0.405249 -0.153040 0.897701)}
Vertex 17597 1.59123 19.0653 3.27998 {normal=(0.379886 -0.179154 0.903936)}
Vertex 17598 1.55161 19.0356 3.28972 {normal=(0.350816 -0.200886 0.911086)}
Vertex 17599 1.50798 19.0127 3.30045 {normal=(0.318772 -0.217696 0.918966)}
Vertex 17600 1.4614 18.9972 3.3119 {normal=(0.284579 -0.229151 0.927372)}
Vertex 17601 1.41303 18.9893 3.32379 {normal=(0.249142 -0.234930 0.936082)}
Vertex 17602 1.36405 18.9893 3.33583 {normal=(0.213272 -0.234928 0.944899)}
Vertex 17603 1.31568 18.9972 3.34772 {normal=(0.177774 -0.229139 0.953626)}
Vertex 17604 1.2691 19.0127 3.35917 {normal=(0.143595 -0.217672 0.962035)}
Vertex 17605 1.22546 19.0357 3.3699 {normal=(0.111647 -0.200914 0.969887)}
Vertex 17606 1.18584 19.0653 3.37964 {normal=(0.082597 -0.179215 0.977020)}
Vertex 17607 1.15121 19.101 3.38815 {normal=(0.057169 -0.153039 0.983272)}
Vertex 17608 1.12242 19.1418 3.39523 {normal=(0.036057 -0.123098 0.988462)}
Vertex 17609 1.10019 19.1867 3.40069 {normal=(0.019758 -0.090161 0.992468)}
Vertex 17610 1.08506 19.2346 3.40441 {normal=(0.008674 -0.054989 0.995195)}
Vertex 17611 1.07739 19.2845 3.40629 {normal=(0.003053 -0.018469 0.996574)}
Vertex 17612 1.07739 19.3349 3.40629 {normal=(0.003054 0.018502 0.996574)}
Vertex 17613 1.08506 19.3847 3.40441 {normal=(0.008687 0.055063 0.995189)}
Vertex 17614 1.10019 19.4327 3.40068 {normal=(0.019775 0.090258 0.992460)}
Vertex 17615 1.12242 19.4776 3.39522 {normal=(0.036061 0.123156 0.988457)}
Vertex 17616 1.15121 19.5184 3.38814 {normal=(0.057162 0.153043 0.983270)}
Vertex 17617 1.18584 19.5541 3.37962 {normal=(0.082572 0.179223 0.977022)}
Vertex 17618 1.22547 19.5837 3.36988 {normal=(0.111620 0.200977 0.969878)}
Vertex 17619 1.2691 19.6066 3.35916 {normal=(0.143617 0.217778 0.962007)}
Vertex 17620 1.31568 19.6222 3.3477 {normal=(0.177822 0.229206 0.953599)}
Vertex 17621 1.36405 19.6301 3.33581 {normal=(0.213305 0.234985 0.944879)}
Vertex 17622 12.9469 -14.2126 -0.141485 {normal=(0.951246 0.107465 0.272211)}
Vertex 17623 13.0618 -14.4362 -0.704836 {normal=(0.981602 0.032112 0.149060)}
Vertex 17624 13 -14.5586 -1.29025 {normal=(0.989432 -0.074785 -0.038336)}
Vertex 17625 12.8898 -14.6383 -1.91462 {normal=(0.985166 -0.132489 -0.090664)}
Vertex 17626 12.8583 -14.6642 -2.51649 {normal=(0.968631 -0.157786 -0.150623)}
Vertex 17627 12.7096 -14.6089 -3.1227 {normal=(0.867905 -0.170767 -0.420923)}
Vertex 17628 11.2824 -14.8619 -2.34556 {normal=(-0.117324 0.982214 -0.073889)}
Vertex 17629 11.3541 -14.8563 -2.12687 {normal=(-0.140618 0.972868 0.135450)}
Vertex 17630 10.694 -14.8832 -1.51052 {normal=(-0.105195 0.955155 -0.153196)}
Vertex 17631 10.7405 -14.8333 -1.27955 {normal=(0.000904 0.955889 0.079975)}
Vertex 17632 10.9148 -14.7347 -0.579861 {normal=(-0.191054 0.953763 -0.066674)}
Vertex 17633 10.9908 -14.6936 -0.355385 {normal=(-0.054346 0.951189 0.123937)}
Vertex 17634 10.4276 -14.9945 0.173882 {normal=(-0.463308 0.840235 -0.173550)}
Vertex 17635 10.5125 -14.894 0.376693 {normal=(-0.313191 0.908224 -0.008185)}
Vertex 17636 9.19215 -16.0673 0.264265 {normal=(-0.364268 -0.549851 0.738414)}
Vertex 17637 8.93539 -15.9383 0.18628 {normal=(-0.543743 -0.400902 0.726641)}
Vertex 17638 5.76531 9.94082 -1.4232 {normal=(-0.927678 -0.347013 0.039099)}
Vertex 17639 5.96025 9.59372 -1.94802 {normal=(-0.897087 -0.414393 -0.029127)}
Vertex 17640 5.80046 9.98635 -2.61431 {normal=(-0.919738 -0.361880 -0.076544)}
Vertex 17641 12.5085 8.62822 -1.99274 {normal=(0.971326 -0.053309 0.189343)}
Vertex 17642 12.5194 8.80145 -2.62637 {normal=(0.989055 0.036186 -0.074496)}
Vertex 17643 -12.9402 -14.4791 -0.14979 {normal=(-0.978799 0.036878 0.158285)}
Vertex 17644 -13.0643 -14.6987 -0.703593 {normal=(-0.976243 0.053721 0.143500)}
Vertex 17645 -12.9764 -14.8169 -1.30613 {normal=(-0.949793 -0.088150 -0.230408)}
Vertex 17646 -12.8485 -14.8747 -1.93071 {normal=(-0.981996 -0.030599 -0.015047)}
Vertex 17647 -12.6198 -14.8982 -3.17438 {normal=(-0.892016 -0.140151 -0.390053)}
Vertex 17648 -11.2378 -14.8826 -2.41216 {normal=(0.108279 0.978905 -0.131814)}
Vertex 17649 -11.2397 -14.8903 -2.06888 {normal=(0.113250 0.967380 0.194532)}
Vertex 17650 -10.6559 -14.9241 -1.58108 {normal=(0.214501 0.934896 -0.242865)}
Vertex 17651 -10.6077 -14.8929 -1.23092 {normal=(0.086746 0.951609 0.072849)}
Vertex 17652 -10.8701 -14.7738 -0.646366 {normal=(0.307543 0.931463 -0.132621)}
Vertex 17653 -10.872 -14.7633 -0.291942 {normal=(0.137465 0.942809 0.114705)}
Vertex 17654 -10.3891 -15.0556 0.120722 {normal=(0.574800 0.776147 -0.217273)}
Vertex 17655 -10.4264 -14.9802 0.465776 {normal=(0.391304 0.876234 -0.003384)}
Vertex 17656 -9.29156 -16.0813 0.29384 {normal=(0.297886 -0.596564 0.732374)}
Vertex 17657 -8.93119 -15.8038 0.252491 {normal=(0.604970 -0.362167 0.695796)}
Vertex 17658 -5.99986 9.52392 -2.06378 {normal=(0.887369 -0.446685 -0.045404)}
Vertex 17659 -5.80492 9.87103 -1.53896 {normal=(0.918246 -0.379700 0.022768)}
Vertex 17660 -5.59918 10.3127 -1.93314 {normal=(0.964493 -0.244702 -0.004837)}
Vertex 17661 -12.5006 8.92661 -2.06052 {normal=(-0.977780 0.012891 0.125899)}
Vertex 17662 -12.5 8.96334 -2.54178 {normal=(-0.983332 0.032801 -0.107306)}
Vertex 17663 13.1025 -7.35784 -0.943978 {normal=(0.753763 -0.012048 0.630654)}
Vertex 17664 13.542 -7.42758 -1.74329 {normal=(0.921564 -0.072355 0.348455)}
Vertex 17665 13.7538 -7.57038 -2.74899 {normal=(0.977348 -0.115775 0.031736)}
Vertex 17666 13.6417 -7.71896 -3.64646 {normal=(0.941347 -0.145336 -0.272007)}
Vertex 17667 13.364 -7.82059 -4.26865 {normal=(0.836764 -0.163918 -0.507544)}
Vertex 17668 12.9384 -7.90506 -4.76262 {normal=(0.628483 -0.186134 -0.730283)}
Vertex 17669 12.0393 -7.99735 -5.16004 {normal=(0.169457 -0.224687 -0.940101)}
Vertex 17670 11.2425 -8.03479 -5.14209 {normal=(-0.193628 -0.246256 -0.931127)}
Vertex 17671 10.6374 -8.05259 -4.89826 {normal=(-0.533771 -0.256887 -0.782542)}
Vertex 17672 10.1928 -8.03866 -4.41246 {normal=(-0.790984 -0.254741 -0.527206)}
Vertex 17673 9.84911 -7.9559 -3.48014 {normal=(-0.932191 -0.236044 -0.212778)}
Vertex 17674 9.76086 -7.78526 -2.31905 {normal=(-0.964886 -0.187866 0.102702)}
Vertex 17675 9.96051 -7.62602 -1.4107 {normal=(-0.889297 -0.105749 0.404607)}
Vertex 17676 10.7288 -7.45608 -0.553293 {normal=(-0.512216 0.031317 0.813828)}
Vertex 17677 11.6434 -7.37679 -0.238446 {normal=(-0.023139 0.082748 0.960338)}
Vertex 17678 12.4594 -7.34876 -0.436159 {normal=(0.440108 0.054476 0.867911)}
Vertex 17679 11.7895 -11.8802 -4.07341 {normal=(-0.036038 -0.981138 0.175934)}
Vertex 17680 11.1491 -11.7737 -3.71983 {normal=(-0.095384 -0.976814 0.190177)}
Vertex 17681 10.9749 -11.6973 -3.43717 {normal=(-0.091096 -0.971473 0.218403)}
Vertex 17682 10.7801 -11.5411 -2.86969 {normal=(-0.099534 -0.964253 0.244909)}
Vertex 17683 10.6759 -11.2841 -1.97365 {normal=(-0.110518 -0.955854 0.271767)}
Vertex 17684 10.695 -11.0398 -1.14035 {normal=(-0.134250 -0.943952 0.299768)}
Vertex 17685 10.8214 -10.8688 -0.5639 {normal=(-0.117149 -0.931327 0.340854)}
Vertex 17686 11.4004 -10.7476 -0.186798 {normal=(0.003210 -0.915171 0.386927)}
Vertex 17687 12.516 -10.8553 -0.621467 {normal=(0.142508 -0.911149 0.384790)}
Vertex 17688 12.8068 -10.9606 -1.00652 {normal=(0.201531 -0.907369 0.365349)}
Vertex 17689 13.0657 -11.1242 -1.59101 {normal=(0.291930 -0.891272 0.338252)}
Vertex 17690 13.1135 -11.565 -3.09239 {normal=(0.245642 -0.945118 0.214211)}
Vertex 17691 12.9157 -11.7124 -3.55899 {normal=(0.194713 -0.961595 0.189367)}
Vertex 17692 12.6612 -11.8125 -3.8821 {normal=(0.116024 -0.975849 0.180085)}
Vertex 17693 12.2985 -11.8725 -4.06918 {normal=(0.045409 -0.981623 0.183019)}
Vertex 17694 11.4734 -4.10315 -0.744821 {normal=(-0.094201 0.988197 0.114168)}
Vertex 17695 10.2774 -4.21142 -1.28807 {normal=(-0.140962 0.986965 0.073951)}
Vertex 17696 9.47914 -4.28437 -2.15329 {normal=(-0.172413 0.983662 0.048527)}
Vertex 17697 9.13723 -4.31623 -2.92634 {normal=(-0.225047 0.973011 0.020050)}
Vertex 17698 9.13838 -4.31762 -3.99422 {normal=(-0.288167 0.954110 -0.050916)}
Vertex 17699 9.55444 -4.28168 -5.07558 {normal=(-0.282305 0.947387 -0.140355)}
Vertex 17700 10.204 -4.22411 -5.67452 {normal=(-0.200241 0.962211 -0.175922)}
Vertex 17701 11.1136 -4.14281 -5.93614 {normal=(-0.112294 0.980883 -0.151966)}
Vertex 17702 12.1895 -4.05081 -5.82181 {normal=(-0.055125 0.991496 -0.114711)}
Vertex 17703 13.0645 -3.97154 -5.34253 {normal=(-0.022113 0.996239 -0.080654)}
Vertex 17704 13.5824 -3.92656 -4.77754 {normal=(0.000899 0.998350 -0.056196)}
Vertex 17705 13.8964 -3.89735 -4.16426 {normal=(0.022662 0.998524 -0.046993)}
Vertex 17706 14.0549 -3.86698 -3.40357 {normal=(0.044138 0.998378 -0.017767)}
Vertex 17707 13.9443 -3.87204 -2.49111 {normal=(0.069330 0.994781 0.052241)}
Vertex 17708 13.5253 -3.91326 -1.57008 {normal=(0.064155 0.988482 0.127393)}
Vertex 17709 12.6593 -3.99378 -0.915817 {normal=(-0.010227 0.987094 0.148301)}
Vertex 17710 9.64318 3.7976 -5.69169 {normal=(-0.204309 -0.130460 -0.956365)}
Vertex 17711 11.5338 6.14394 -5.12819 {normal=(0.610296 0.450973 -0.615524)}
Vertex 17712 11.8958 5.19582 -5.2872 {normal=(0.629822 0.196423 -0.696995)}
Vertex 17713 11.2262 7.59892 -4.07675 {normal=(0.783216 0.087952 -0.578551)}
Vertex 17714 11.2233 7.24657 -4.19459 {normal=(0.804754 0.355154 -0.444372)}
Vertex 17715 11.281 6.85211 -4.62891 {normal=(0.699175 0.501310 -0.478358)}
Vertex 17716 8.37237 5.83045 -0.961041 {normal=(-0.675179 -0.295229 0.652755)}
Vertex 17717 8.38366 4.70942 -1.59436 {normal=(-0.697911 -0.368034 0.553968)}
Vertex 17718 9.35324 0.39072 -4.40684 {normal=(-0.938208 -0.091971 -0.311368)}
Vertex 17719 9.56227 -1.70986 -5.06498 {normal=(-0.797793 0.032017 -0.562340)}
Vertex 17720 12.7913 0.078365 -2.68919 {normal=(0.905145 0.057214 0.399733)}
Vertex 17721 12.3738 0.0366907 -1.97598 {normal=(0.717844 0.038778 0.639816)}
Vertex 17722 12.5715 -1.28579 -5.11415 {normal=(0.718611 0.171393 -0.621131)}
Vertex 17723 11.8439 -1.36887 -5.62791 {normal=(0.416925 0.124208 -0.884161)}
Vertex 17724 12.2911 0.875386 -4.65041 {normal=(0.706329 0.141744 -0.679211)}
Vertex 17725 12.581 4.23568 -3.90392 {normal=(0.967858 0.207204 -0.071433)}
Vertex 17726 12.796 2.90844 -3.76776 {normal=(0.960550 0.114158 -0.205705)}
Vertex 17727 11.4171 0.769598 -5.38275 {normal=(0.520526 0.169463 -0.836181)}
Vertex 17728 11.3177 -0.0665562 -5.59856 {normal=(0.467568 0.078837 -0.867215)}
Vertex 17729 10.8528 -0.730875 -5.74626 {normal=(0.111474 -0.106232 -0.921779)}
Vertex 17730 10.2073 -0.916196 -5.57373 {normal=(-0.460817 -0.151200 -0.797835)}
Vertex 17731 9.77114 -0.443646 -5.23669 {normal=(-0.811450 -0.079842 -0.557080)}
Vertex 17732 9.56376 0.497311 -4.97207 {normal=(-0.893625 -0.090934 -0.431585)}
Vertex 17733 13.0195 1.08208 -3.2827 {normal=(0.976515 0.029134 -0.007059)}
Vertex 17734 12.9658 1.06679 -3.6316 {normal=(0.940461 0.035193 -0.317916)}
Vertex 17735 10.3432 -1.625 -1.93535 {normal=(-0.558181 0.081492 0.804946)}
Vertex 17736 7.87638 4.20783 -3.93486 {normal=(-0.831827 -0.320583 -0.433529)}
Vertex 17737 8.54523 2.71339 -3.95669 {normal=(-0.877480 -0.374549 -0.292042)}
Vertex 17738 13.3227 -3.01756 -1.95422 {normal=(0.815560 0.288751 0.461538)}
Vertex 17739 11.4228 -1.4737 -1.50183 {normal=(-0.067136 0.108211 0.908535)}
Vertex 17740 10.271 -0.439337 -2.12773 {normal=(-0.606044 -0.177761 0.737808)}
Vertex 17741 8.87998 3.38404 -2.07176 {normal=(-0.744150 -0.391643 0.437875)}
Vertex 17742 12.4346 -1.37052 -1.66267 {normal=(0.551907 0.184312 0.738020)}
Vertex 17743 11.3471 -13.452 -2.39041 {normal=(-0.959553 -0.164990 0.185359)}
Vertex 17744 12.1863 -12.221 -3.98251 {normal=(0.225974 0.095380 -0.936035)}
Vertex 17745 11.5876 -12.2183 -3.92813 {normal=(-0.118809 0.111841 -0.978675)}
Vertex 17746 11.1381 -12.1574 -3.66624 {normal=(-0.888744 0.152161 -0.409394)}
Vertex 17747 11.0138 -12.0896 -3.38462 {normal=(-0.950864 0.119698 -0.218033)}
Vertex 17748 10.9801 -12.0494 -3.11634 {normal=(-0.987785 0.003933 0.009132)}
Vertex 17749 10.9863 -12.0136 -2.67947 {normal=(-0.972749 -0.171047 0.029467)}
Vertex 17750 10.9178 -11.8528 -2.06159 {normal=(-0.965914 -0.210354 -0.088003)}
Vertex 17751 10.7922 -11.5529 -1.37788 {normal=(-0.985639 -0.068925 -0.078996)}
Vertex 17752 10.8196 -11.1861 -0.681255 {normal=(-0.989909 0.083227 0.044223)}
Vertex 17753 11.5154 -10.9334 -0.248133 {normal=(-0.134252 0.712273 0.688934)}
Vertex 17754 12.3867 -11.1479 -0.508677 {normal=(0.848433 0.181622 0.492928)}
Vertex 17755 12.7676 -11.4731 -1.06526 {normal=(0.895378 0.141909 0.416623)}
Vertex 17756 12.9743 -11.5999 -1.47478 {normal=(0.943202 0.087257 0.306041)}
Vertex 17757 13.1125 -11.7343 -1.95413 {normal=(0.984045 0.032683 0.114506)}
Vertex 17758 13.122 -11.8931 -2.53304 {normal=(0.991947 -0.003282 -0.084729)}
Vertex 17759 13.0244 -12.0225 -3.07356 {normal=(0.962783 -0.004275 -0.250884)}
Vertex 17760 12.8668 -12.1089 -3.49668 {normal=(0.854984 0.010769 -0.486099)}
Vertex 17761 12.592 -12.1788 -3.80991 {normal=(0.615409 0.047164 -0.758460)}
Vertex 17762 10.8354 -12.1798 -1.11338 {normal=(-0.960379 -0.164178 -0.164954)}
Vertex 17763 12.5097 -14.4979 -3.53851 {normal=(0.693257 -0.140119 -0.692454)}
Vertex 17764 12.2272 -14.4902 -3.7792 {normal=(0.353685 -0.157664 -0.878673)}
Vertex 17765 12.5636 -12.6881 -0.072607 {normal=(0.791518 0.207020 0.544049)}
Vertex 17766 11.4734 -11.1744 -0.0083525 {normal=(-0.224299 0.696467 0.675105)}
Vertex 17767 11.9314 -12.9608 0.459965 {normal=(0.683377 0.157801 0.699433)}
Vertex 17768 11.7123 -12.2769 0.489795 {normal=(0.559466 0.272031 0.763788)}
Vertex 17769 10.4542 -12.4724 -0.00621599 {normal=(-0.846556 0.469787 -0.239587)}
Vertex 17770 10.457 -13.0586 -0.317657 {normal=(-0.704947 -0.087525 -0.627846)}
Vertex 17771 10.9193 -12.0307 0.393587 {normal=(-0.421832 0.646889 0.622658)}
Vertex 17772 11.4935 -13.881 0.366874 {normal=(-0.321811 -0.586166 0.743537)}
Vertex 17773 11.0004 -13.5132 -0.612486 {normal=(-0.750166 -0.345486 -0.503164)}
Vertex 17774 10.9104 -12.7653 -0.897707 {normal=(-0.875946 -0.212290 -0.375448)}
Vertex 17775 11.1031 -12.571 -1.95012 {normal=(-0.939709 -0.310797 -0.080621)}
Vertex 17776 11.2781 -13.9977 -0.269237 {normal=(-0.943812 -0.203622 -0.158953)}
Vertex 17777 11.3357 -13.8056 -0.95472 {normal=(-0.901862 -0.316771 -0.261943)}
Vertex 17778 11.2915 -13.1571 -1.63271 {normal=(-0.922514 -0.311919 -0.154148)}
Vertex 17779 11.5442 -13.7986 -1.77411 {normal=(-0.964861 -0.232503 0.032097)}
Vertex 17780 11.65 -13.308 -3.9806 {normal=(-0.058204 -0.053887 -0.967585)}
Vertex 17781 11.1484 -13.326 -3.68342 {normal=(-0.950939 -0.058025 -0.257324)}
Vertex 17782 11.0698 -13.3175 -3.27508 {normal=(-0.970732 -0.064621 -0.031286)}
Vertex 17783 11.1502 -13.3223 -2.89018 {normal=(-0.966033 -0.092599 0.194363)}
Vertex 17784 12.859 -12.838 -0.623879 {normal=(0.923122 0.158884 0.337077)}
Vertex 17785 13.0284 -13.0145 -1.1157 {normal=(0.971291 0.065154 0.189262)}
Vertex 17786 13.08 -13.1481 -1.6543 {normal=(0.992455 -0.024987 0.016925)}
Vertex 17787 13.0312 -13.2726 -2.26413 {normal=(0.991758 -0.071215 -0.094262)}
Vertex 17788 12.9643 -13.3003 -2.83039 {normal=(0.971917 -0.080780 -0.199489)}
Vertex 17789 12.8382 -13.2684 -3.33371 {normal=(0.876414 -0.088934 -0.434891)}
Vertex 17790 12.6068 -13.2418 -3.7045 {normal=(0.681742 -0.077610 -0.703018)}
Vertex 17791 12.2783 -13.2508 -3.95553 {normal=(0.350967 -0.058375 -0.895482)}
Vertex 17792 11.6919 -14.5153 -3.79762 {normal=(-0.129139 -0.181886 -0.937790)}
Vertex 17793 11.3206 -14.5503 -3.42855 {normal=(-0.980385 -0.053282 -0.031018)}
Vertex 17794 11.3659 -14.5737 -2.90454 {normal=(-0.967666 -0.029356 0.158611)}
Vertex 17795 11.4914 -14.5167 -2.47125 {normal=(-0.958173 -0.044461 0.255690)}
Vertex 17796 11.5798 -14.4828 -2.01428 {normal=(-0.970275 -0.047661 0.212361)}
Vertex 17797 11.6748 -14.5323 -1.44184 {normal=(-0.982525 -0.075944 0.058189)}
Vertex 17798 11.597 -14.4962 -0.854583 {normal=(-0.951859 -0.174190 -0.189781)}
Vertex 17799 11.877 -14.0123 0.572116 {normal=(-0.373359 0.410504 0.827669)}
Vertex 17800 12.4126 -13.7581 0.630126 {normal=(0.606058 0.301594 0.719271)}
Vertex 17801 12.7107 -13.8058 0.315418 {normal=(0.818905 0.194504 0.478661)}
Vertex 17802 10.9968 -15.9582 -3.06085 {normal=(-0.442536 -0.051028 -0.866892)}
Vertex 17803 11.1981 -16.3365 -3.08137 {normal=(-0.296044 -0.417873 -0.836301)}
Vertex 17804 11.0038 -15.6504 -2.79049 {normal=(-0.592217 0.781205 0.141064)}
Vertex 17805 11.4205 -16.4788 -2.91349 {normal=(0.251763 -0.939900 -0.188500)}
Vertex 17806 10.899 -15.7459 -2.72059 {normal=(-0.611114 0.750464 0.222130)}
Vertex 17807 10.7294 -16.045 -2.93117 {normal=(-0.355196 0.037043 -0.907209)}
Vertex 17808 10.7437 -16.4283 -2.89438 {normal=(-0.306181 -0.344028 -0.861886)}
Vertex 17809 10.889 -16.5983 -2.69235 {normal=(0.120967 -0.980464 -0.139764)}
Vertex 17810 10.4676 -16.3042 -2.76056 {normal=(-0.834614 -0.277620 -0.473886)}
Vertex 17811 10.5226 -16.4599 -2.5293 {normal=(-0.766845 -0.580171 0.261817)}
Vertex 17812 10.8591 -15.7417 -2.68242 {normal=(0.365956 0.240345 -0.798714)}
Vertex 17813 10.6014 -15.9838 -2.85603 {normal=(-0.141612 0.168700 -0.938396)}
Vertex 17814 10.8116 -15.6742 -2.6148 {normal=(0.356692 0.911634 -0.147449)}
Vertex 17815 10.5127 -15.7486 -2.76689 {normal=(-0.030042 0.296508 -0.941458)}
Vertex 17816 10.2909 -15.8739 -2.6372 {normal=(-0.841987 -0.212303 -0.493797)}
Vertex 17817 10.2759 -15.9497 -2.39606 {normal=(-0.869659 -0.431794 0.200537)}
Vertex 17818 10.4502 -15.5443 -2.68932 {normal=(-0.003564 0.188912 -0.966736)}
Vertex 17819 10.1826 -15.4404 -2.59445 {normal=(-0.796765 -0.187625 -0.571472)}
Vertex 17820 10.0933 -15.3997 -2.36738 {normal=(-0.937231 -0.326423 0.082143)}
Vertex 17821 10.7371 -15.6213 -2.54223 {normal=(0.564848 0.786465 -0.187538)}
Vertex 17822 10.2095 -15.1226 -2.37672 {normal=(-0.349827 0.931249 0.088633)}
Vertex 17823 10.7599 -15.5717 -2.53139 {normal=(0.252737 -0.590480 -0.542607)}
Vertex 17824 10.5335 -15.4276 -2.6771 {normal=(0.110425 -0.102774 -0.957982)}
Vertex 17825 10.3162 -15.2138 -2.59291 {normal=(-0.168081 0.520894 -0.835848)}
Vertex 17826 10.8914 -15.5374 -2.49719 {normal=(0.289291 -0.695984 -0.497568)}
Vertex 17827 10.7955 -15.3189 -2.64137 {normal=(0.204559 -0.299064 -0.912076)}
Vertex 17828 10.7129 -15.0767 -2.58486 {normal=(-0.135510 0.562901 -0.814467)}
Vertex 17829 10.6538 -14.9783 -2.37075 {normal=(-0.221144 0.964749 0.008694)}
Vertex 17830 11.1253 -15.0109 -2.59236 {normal=(-0.066762 0.534432 -0.840527)}
Vertex 17831 11.1899 -14.9121 -2.51656 {normal=(-0.096807 0.974525 -0.194549)}
Vertex 17832 11.1468 -15.4493 -2.47741 {normal=(0.333688 -0.635357 -0.567142)}
Vertex 17833 11.1086 -15.2431 -2.5876 {normal=(0.262433 -0.329781 -0.899067)}
Vertex 17834 11.4409 -14.8817 -2.47815 {normal=(0.534370 0.447102 -0.689815)}
Vertex 17835 11.3801 -15.1727 -2.5256 {normal=(0.445667 -0.239230 -0.829654)}
Vertex 17836 11.5443 -15.1143 -2.43519 {normal=(0.709518 -0.146577 -0.618656)}
Vertex 17837 10.9827 -14.9052 -2.37135 {normal=(-0.080924 0.989184 -0.055411)}
Vertex 17838 11.5449 -14.8487 -2.33313 {normal=(0.717969 0.517218 -0.441535)}
Vertex 17839 11.6188 -15.0717 -2.32064 {normal=(0.840604 -0.121241 -0.392776)}
Vertex 17840 11.599 -14.925 -2.33071 {normal=(0.775041 0.352079 -0.484768)}
Vertex 17841 11.4969 -14.96 -2.47699 {normal=(0.619110 0.231386 -0.706705)}
Vertex 17842 11.1357 -15.6372 -2.89337 {normal=(0.341169 0.906355 -0.249246)}
Vertex 17843 11.9023 -16.2281 -3.20322 {normal=(0.436320 -0.833108 -0.303088)}
Vertex 17844 11.6371 -16.1477 -3.33377 {normal=(-0.234581 -0.459070 -0.837832)}
Vertex 17845 11.2903 -15.874 -3.23585 {normal=(-0.461407 -0.180303 -0.837668)}
Vertex 17846 11.9561 -16.1479 -2.60409 {normal=(0.575466 -0.686095 0.388781)}
Vertex 17847 12.0249 -16.2227 -2.94151 {normal=(0.533380 -0.804246 -0.016624)}
Vertex 17848 11.1947 -15.6631 -2.45553 {normal=(0.844523 -0.459540 -0.274962)}
Vertex 17849 11.4928 -14.9719 -2.00649 {normal=(0.605302 0.191667 0.729805)}
Vertex 17850 11.5992 -14.9286 -2.15329 {normal=(0.775276 0.331991 0.496100)}
Vertex 17851 11.6206 -15.0736 -2.17421 {normal=(0.863775 0.009533 0.457210)}
Vertex 17852 11.5458 -14.8534 -2.14745 {normal=(0.727752 0.479295 0.462297)}
Vertex 17853 10.983 -14.9128 -2.1113 {normal=(-0.091351 0.979070 0.144209)}
Vertex 17854 11.5469 -15.1202 -2.05878 {normal=(0.695423 -0.090455 0.670237)}
Vertex 17855 11.3804 -15.1832 -1.9713 {normal=(0.426865 -0.231563 0.851784)}
Vertex 17856 11.4374 -14.8943 -2.0014 {normal=(0.531848 0.378476 0.729093)}
Vertex 17857 11.1043 -15.2569 -1.91506 {normal=(0.200022 -0.378591 0.896552)}
Vertex 17858 11.1457 -15.4539 -2.1987 {normal=(0.386483 -0.863256 -0.006086)}
Vertex 17859 11.1858 -14.9276 -1.96543 {normal=(-0.112827 0.955179 0.269603)}
Vertex 17860 11.1172 -15.03 -1.89792 {normal=(-0.081023 0.451010 0.887087)}
Vertex 17861 10.6534 -14.997 -2.11081 {normal=(-0.234096 0.953860 0.137173)}
Vertex 17862 10.7084 -15.1236 -1.91245 {normal=(-0.142342 0.442385 0.884814)}
Vertex 17863 10.8317 -15.3491 -1.92775 {normal=(0.179680 -0.419711 0.886245)}
Vertex 17864 10.9317 -15.5394 -2.19605 {normal=(0.295827 -0.921995 0.081160)}
Vertex 17865 10.3752 -15.2716 -1.91176 {normal=(-0.128628 0.388381 0.911462)}
Vertex 17866 10.6775 -15.4511 -1.94595 {normal=(0.356098 -0.238852 0.882422)}
Vertex 17867 10.8464 -15.5707 -2.21128 {normal=(0.331386 -0.909491 0.068404)}
Vertex 17868 10.211 -15.156 -2.1066 {normal=(-0.357624 0.925375 0.121248)}
Vertex 17869 10.8289 -15.6274 -2.21212 {normal=(0.662578 0.731447 -0.049897)}
Vertex 17870 10.128 -15.424 -2.09769 {normal=(-0.898340 -0.387249 0.189783)}
Vertex 17871 10.3393 -15.4768 -1.9113 {normal=(-0.342069 -0.257141 0.903476)}
Vertex 17872 10.6641 -15.5626 -1.94574 {normal=(0.479297 0.009860 0.872209)}
Vertex 17873 10.3579 -15.9615 -2.16109 {normal=(-0.836975 -0.463570 0.273058)}
Vertex 17874 10.5279 -15.9131 -1.97233 {normal=(-0.346024 -0.307936 0.885361)}
Vertex 17875 10.7881 -15.7965 -1.98495 {normal=(0.470813 0.124446 0.872880)}
Vertex 17876 10.932 -15.6946 -2.26276 {normal=(0.469451 0.866052 0.005069)}
Vertex 17877 10.9502 -16.0333 -2.0339 {normal=(0.440606 0.171614 0.880646)}
Vertex 17878 11.0129 -15.7663 -2.31413 {normal=(0.981153 0.192404 -0.017897)}
Vertex 17879 10.6385 -16.4733 -2.25892 {normal=(-0.744817 -0.593193 0.295906)}
Vertex 17880 10.7785 -16.3424 -2.03634 {normal=(-0.306558 -0.363778 0.878940)}
Vertex 17881 11.0139 -16.6066 -2.41707 {normal=(0.259170 -0.918179 0.139696)}
Vertex 17882 11.08 -16.4468 -2.15647 {normal=(0.423088 -0.707408 0.522278)}
Vertex 17883 11.1065 -16.0718 -2.10418 {normal=(0.419069 0.214533 0.882028)}
Vertex 17884 11.0646 -15.7625 -2.35622 {normal=(-0.507441 0.761677 0.391243)}
Vertex 17885 11.5353 -16.4764 -2.67176 {normal=(0.378781 -0.880284 0.093817)}
Vertex 17886 11.1616 -15.6643 -2.43159 {normal=(-0.453940 0.792012 0.376077)}
Vertex 17887 11.5097 -16.3325 -2.38104 {normal=(0.485933 -0.691709 0.486557)}
Vertex 17888 11.3516 -15.9703 -2.24336 {normal=(0.399927 0.234065 0.886102)}
Vertex 17889 11.9559 -15.8201 -3.56362 {normal=(-0.024470 -0.315417 -0.896168)}
Vertex 17890 11.4747 -15.6676 -3.41945 {normal=(-0.414787 -0.213684 -0.853178)}
Vertex 17891 11.2107 -15.5877 -2.99704 {normal=(-0.976065 0.184947 0.085249)}
Vertex 17892 11.2458 -15.6671 -2.46591 {normal=(-0.458824 0.877196 0.113092)}
Vertex 17893 12.3404 -15.9201 -2.80141 {normal=(0.636630 -0.707014 0.232647)}
Vertex 17894 12.5751 -15.5236 -2.90041 {normal=(0.963480 -0.109213 -0.186995)}
Vertex 17895 12.5518 -15.4379 -3.22346 {normal=(0.992838 0.041216 0.021040)}
Vertex 17896 12.4392 -15.3648 -3.49695 {normal=(0.595656 -0.094779 -0.777522)}
Vertex 17897 12.0964 -15.3385 -3.67683 {normal=(0.201415 -0.165512 -0.916331)}
Vertex 17898 11.5803 -15.2444 -3.56044 {normal=(-0.298810 -0.182715 -0.906209)}
Vertex 17899 11.2949 -15.2411 -3.10928 {normal=(-0.974880 0.148573 0.109385)}
Vertex 17900 11.4131 -15.3051 -2.57479 {normal=(-0.959129 0.180683 0.198406)}
Vertex 17901 11.5431 -15.2373 -2.1767 {normal=(-0.966296 0.141700 0.170752)}
Vertex 17902 11.582 -15.1531 -1.75715 {normal=(-0.980855 0.103873 0.135953)}
Vertex 17903 12.7891 -15.3705 -1.58353 {normal=(0.982891 0.054539 0.153348)}
Vertex 17904 12.87 -15.3661 -1.90165 {normal=(0.942074 0.081353 0.314296)}
Vertex 17905 12.8823 -15.3662 -2.20432 {normal=(0.918335 -0.084297 -0.384608)}
Vertex 17906 12.7169 -15.4585 -2.54439 {normal=(0.922061 -0.158498 -0.349258)}
Vertex 17907 12.4459 -15.8694 -2.42997 {normal=(0.450870 -0.856775 -0.227165)}
Vertex 17908 11.3612 -15.6597 -2.06394 {normal=(-0.430941 0.899612 -0.028217)}
Vertex 17909 11.458 -15.5878 -1.62673 {normal=(-0.446784 0.890610 -0.076417)}
Vertex 17910 12.5918 -15.7846 -1.45772 {normal=(0.538915 -0.824165 0.052014)}
Vertex 17911 11.0705 -16.0469 -2.15018 {normal=(-0.172546 0.095301 -0.980199)}
Vertex 17912 11.3228 -16.3969 -2.0514 {normal=(0.283195 -0.795880 -0.480577)}
Vertex 17913 10.9564 -15.7097 -1.91407 {normal=(-0.649255 0.727322 -0.182177)}
Vertex 17914 11.486 -16.4877 -1.7814 {normal=(0.374076 -0.898080 -0.100418)}
Vertex 17915 10.7841 -15.8511 -1.8701 {normal=(-0.602441 0.771762 -0.160704)}
Vertex 17916 10.7454 -16.2098 -2.10725 {normal=(-0.093585 0.157897 -0.976545)}
Vertex 17917 10.8174 -16.6033 -2.01791 {normal=(0.300256 -0.719462 -0.584337)}
Vertex 17918 10.9184 -16.7206 -1.73974 {normal=(0.308120 -0.899852 -0.163769)}
Vertex 17919 10.539 -16.5122 -1.99322 {normal=(-0.553707 -0.591349 -0.581984)}
Vertex 17920 10.5793 -16.6162 -1.72111 {normal=(-0.483416 -0.869434 0.075191)}
Vertex 17921 10.6828 -15.82 -1.85022 {normal=(0.357942 0.490926 -0.689638)}
Vertex 17922 10.5789 -16.1553 -2.08275 {normal=(-0.043261 0.288456 -0.940261)}
Vertex 17923 10.5744 -15.7436 -1.75501 {normal=(-0.072976 0.989137 -0.076984)}
Vertex 17924 10.3753 -15.975 -1.97423 {normal=(-0.148995 0.388953 -0.895014)}
Vertex 17925 10.206 -16.2719 -1.88607 {normal=(-0.553892 -0.476722 -0.674886)}
Vertex 17926 10.1854 -16.3863 -1.64082 {normal=(-0.554320 -0.825985 0.030658)}
Vertex 17927 10.2582 -15.8529 -1.87461 {normal=(-0.058458 0.318412 -0.923748)}
Vertex 17928 9.99155 -16.0626 -1.8301 {normal=(-0.433291 -0.411888 -0.795905)}
Vertex 17929 9.90052 -16.1712 -1.60084 {normal=(-0.681202 -0.727536 0.014873)}
Vertex 17930 10.4948 -15.7381 -1.65819 {normal=(-0.155984 0.981994 0.024744)}
Vertex 17931 9.81328 -15.7489 -1.59738 {normal=(-0.997534 0.063973 0.021185)}
Vertex 17932 10.242 -15.7272 -1.85467 {normal=(0.263366 0.096576 -0.937124)}
Vertex 17933 9.93756 -15.7488 -1.82056 {normal=(-0.496263 0.207445 -0.837118)}
Vertex 17934 10.5016 -15.7063 -1.58097 {normal=(0.804622 0.138059 -0.366575)}
Vertex 17935 10.3636 -15.5425 -1.80887 {normal=(0.505141 -0.073579 -0.819746)}
Vertex 17936 10.1907 -15.3366 -1.79442 {normal=(-0.316021 0.362786 -0.862155)}
Vertex 17937 10.0963 -15.2179 -1.58258 {normal=(-0.663522 0.723867 -0.171079)}
Vertex 17938 10.5935 -15.1006 -1.76774 {normal=(-0.091291 0.409683 -0.901884)}
Vertex 17939 10.6356 -14.971 -1.68869 {normal=(-0.196345 0.949994 -0.199054)}
Vertex 17940 10.6642 -15.5895 -1.51669 {normal=(0.635177 -0.739972 -0.061885)}
Vertex 17941 10.6121 -15.3817 -1.74171 {normal=(0.537768 -0.183004 -0.786811)}
Vertex 17942 10.883 -14.8838 -1.62317 {normal=(0.641384 0.317019 -0.661676)}
Vertex 17943 10.8684 -15.2212 -1.6481 {normal=(0.587249 -0.150433 -0.771045)}
Vertex 17944 11.0133 -15.1044 -1.53943 {normal=(0.783017 0.037049 -0.575589)}
Vertex 17945 10.3941 -14.9897 -1.5673 {normal=(-0.031082 0.982145 -0.137703)}
Vertex 17946 10.9648 -14.8143 -1.46718 {normal=(0.834798 0.334561 -0.376010)}
Vertex 17947 11.0626 -15.0306 -1.41928 {normal=(0.880453 0.164247 -0.382503)}
Vertex 17948 11.0154 -14.8813 -1.45073 {normal=(0.788654 0.404192 -0.442797)}
Vertex 17949 10.9427 -14.9496 -1.60699 {normal=(0.676693 0.262003 -0.655405)}
Vertex 17950 11.1694 -15.6514 -1.9963 {normal=(0.156352 0.815099 -0.557824)}
Vertex 17951 12.183 -16.141 -1.90648 {normal=(0.476387 -0.859706 -0.047957)}
Vertex 17952 11.9863 -16.1188 -2.21413 {normal=(0.339585 -0.858396 -0.329044)}
Vertex 17953 11.6015 -15.812 -1.24531 {normal=(-0.062165 0.153974 0.982657)}
Vertex 17954 12.0645 -16.0364 -1.34511 {normal=(0.434357 -0.782235 0.315875)}
Vertex 17955 12.1942 -16.0988 -1.62962 {normal=(0.508609 -0.827505 0.195759)}
Vertex 17956 11.2351 -15.5924 -1.57194 {normal=(0.189608 0.977073 0.096831)}
Vertex 17957 10.877 -14.9071 -1.13038 {normal=(0.453767 0.372234 0.777126)}
Vertex 17958 10.9904 -14.8651 -1.26965 {normal=(0.559570 0.549857 0.577809)}
Vertex 17959 11.042 -15.0172 -1.2692 {normal=(0.756150 0.224723 0.571496)}
Vertex 17960 10.9385 -14.7974 -1.27676 {normal=(0.552147 0.583111 0.288079)}
Vertex 17961 10.3574 -14.966 -1.30089 {normal=(-0.045215 0.990088 -0.038852)}
Vertex 17962 10.9608 -15.0704 -1.15816 {normal=(0.603940 0.119941 0.750385)}
Vertex 17963 10.7903 -15.1706 -1.08065 {normal=(0.351423 -0.055754 0.912106)}
Vertex 17964 10.8164 -14.8408 -1.13978 {normal=(0.311067 0.463688 0.821416)}
Vertex 17965 10.5161 -15.3197 -1.04575 {normal=(0.182846 -0.185520 0.964171)}
Vertex 17966 10.6248 -15.5641 -1.23101 {normal=(0.571786 -0.715589 0.337735)}
Vertex 17967 10.5586 -14.9212 -1.12931 {normal=(-0.217931 0.966059 -0.027765)}
Vertex 17968 10.4949 -15.0369 -1.05227 {normal=(-0.314162 0.467905 0.819976)}
Vertex 17969 10.0715 -15.2066 -1.32094 {normal=(-0.696484 0.712964 -0.015088)}
Vertex 17970 10.1276 -15.309 -1.09862 {normal=(-0.475916 0.342658 0.797981)}
Vertex 17971 10.2977 -15.5194 -1.05895 {normal=(0.190958 -0.142150 0.967837)}
Vertex 17972 9.93571 -15.7574 -1.10366 {normal=(-0.545560 0.157439 0.818525)}
Vertex 17973 10.2373 -15.7433 -1.06725 {normal=(0.209611 0.042903 0.969653)}
Vertex 17974 9.81346 -15.7523 -1.32339 {normal=(-0.998538 0.048150 -0.014757)}
Vertex 17975 10.5098 -15.7458 -1.3029 {normal=(-0.181808 0.977630 0.007304)}
Vertex 17976 9.91256 -16.1723 -1.32138 {normal=(-0.688380 -0.722226 0.005284)}
Vertex 17977 10.0239 -16.0657 -1.09825 {normal=(-0.243627 -0.468866 0.848868)}
Vertex 17978 10.2936 -15.8626 -1.06695 {normal=(0.228730 0.154386 0.959688)}
Vertex 17979 10.1895 -16.4011 -1.38876 {normal=(-0.570561 -0.812326 -0.048148)}
Vertex 17980 10.2508 -16.2724 -1.15405 {normal=(-0.248701 -0.488107 0.836480)}
Vertex 17981 10.4485 -15.9535 -1.1048 {normal=(0.262928 0.162834 0.950248)}
Vertex 17982 10.6069 -15.7363 -1.36554 {normal=(-0.021800 0.986509 0.043727)}
Vertex 17983 10.6541 -16.0833 -1.14012 {normal=(0.189434 0.237122 0.948433)}
Vertex 17984 10.7163 -15.7891 -1.43292 {normal=(0.794797 0.557353 0.240116)}
Vertex 17985 10.5853 -16.6146 -1.41847 {normal=(-0.460949 -0.881799 -0.055863)}
Vertex 17986 10.5868 -16.4694 -1.16524 {normal=(-0.274505 -0.488761 0.827941)}
Vertex 17987 10.9309 -16.6904 -1.43431 {normal=(0.351170 -0.841634 0.312858)}
Vertex 17988 10.8566 -16.5196 -1.17413 {normal=(0.413083 -0.568025 0.675820)}
Vertex 17989 10.7927 -16.1149 -1.15175 {normal=(0.086456 0.314978 0.944246)}
Vertex 17990 10.8046 -15.8097 -1.45295 {normal=(-0.583129 0.801140 0.068653)}
Vertex 17991 11.49 -16.4624 -1.52057 {normal=(0.407195 -0.853274 0.264491)}
Vertex 17992 10.9666 -15.67 -1.50975 {normal=(-0.622086 0.767217 0.068349)}
Vertex 17993 11.339 -16.3212 -1.26114 {normal=(0.381362 -0.658096 0.603952)}
Vertex 17994 11.0929 -15.9568 -1.21642 {normal=(0.007356 0.276828 0.957489)}
Vertex 17995 11.0802 -16.1322 -0.99902 {normal=(-0.120799 0.056725 -0.960297)}
Vertex 17996 11.2449 -16.4615 -0.886095 {normal=(0.204762 -0.823697 -0.470987)}
Vertex 17997 11.0452 -15.7922 -0.779305 {normal=(-0.672078 0.696866 -0.187484)}
Vertex 17998 11.3854 -16.5306 -0.614924 {normal=(0.368755 -0.884427 -0.093220)}
Vertex 17999 10.7781 -15.9112 -0.717338 {normal=(0.047984 0.643726 -0.660891)}
Vertex 18000 10.5829 -16.2201 -0.944682 {normal=(-0.001072 0.240712 -0.959617)}
Vertex 18001 10.4709 -16.5945 -0.842891 {normal=(-0.036263 -0.734647 -0.646398)}
Vertex 18002 10.5096 -16.7321 -0.559906 {normal=(-0.426381 -0.885440 0.126850)}
Vertex 18003 10.2058 -16.4007 -0.832142 {normal=(-0.688553 -0.261660 -0.674419)}
Vertex 18004 10.1615 -16.5138 -0.553528 {normal=(-0.704112 -0.655892 0.139164)}
Vertex 18005 10.6691 -15.8273 -0.707744 {normal=(0.822073 0.317434 -0.469638)}
Vertex 18006 10.4296 -16.0926 -0.933836 {normal=(0.028887 0.190130 -0.977231)}
Vertex 18007 10.6001 -15.6467 -0.672126 {normal=(0.786389 0.417529 -0.451707)}
Vertex 18008 10.3274 -15.7659 -0.881313 {normal=(0.055402 0.159349 -0.984969)}
Vertex 18009 10.0352 -15.9367 -0.773642 {normal=(-0.676351 -0.192625 -0.709671)}
Vertex 18010 9.94275 -16.0216 -0.519014 {normal=(-0.916523 -0.353111 0.119391)}
Vertex 18011 10.2512 -15.4845 -0.835863 {normal=(0.129000 0.085470 -0.983903)}
Vertex 18012 9.9344 -15.4799 -0.767644 {normal=(-0.616629 -0.202279 -0.759007)}
Vertex 18013 9.81588 -15.5045 -0.52904 {normal=(-0.975600 -0.198715 0.089313)}
Vertex 18014 10.5204 -15.5345 -0.632155 {normal=(0.039959 0.988173 0.065718)}
Vertex 18015 9.90921 -15.1923 -0.544237 {normal=(-0.662349 0.736208 0.049972)}
Vertex 18016 10.5249 -15.5196 -0.620766 {normal=(0.365706 -0.880482 -0.224725)}
Vertex 18017 10.2851 -15.3973 -0.828256 {normal=(0.153526 -0.117288 -0.972695)}
Vertex 18018 10.0091 -15.2537 -0.773507 {normal=(-0.343970 0.480705 -0.806029)}
Vertex 18019 10.682 -15.4774 -0.60652 {normal=(0.380847 -0.880502 -0.192161)}
Vertex 18020 10.5231 -15.2977 -0.822386 {normal=(0.157399 -0.282968 -0.944379)}
Vertex 18021 10.3684 -15.0667 -0.792409 {normal=(-0.272579 0.501085 -0.819635)}
Vertex 18022 10.3071 -14.955 -0.573487 {normal=(-0.380778 0.900113 -0.012190)}
Vertex 18023 10.7973 -14.9234 -0.826906 {normal=(-0.192766 0.475536 -0.857105)}
Vertex 18024 10.8386 -14.8109 -0.751156 {normal=(-0.303222 0.943210 -0.077688)}
Vertex 18025 10.9507 -15.344 -0.598269 {normal=(0.536784 -0.790968 -0.171688)}
Vertex 18026 10.8457 -15.1661 -0.810516 {normal=(0.266575 -0.274705 -0.917540)}
Vertex 18027 11.0848 -14.7131 -0.71654 {normal=(0.514925 0.404461 -0.722578)}
Vertex 18028 11.0964 -15.0185 -0.750699 {normal=(0.477674 -0.095853 -0.847770)}
Vertex 18029 11.2445 -14.9108 -0.660091 {normal=(0.687971 0.126401 -0.673068)}
Vertex 18030 10.6192 -14.8591 -0.60039 {normal=(-0.195962 0.977443 -0.053690)}
Vertex 18031 11.1827 -14.6482 -0.570409 {normal=(0.740234 0.427267 -0.468578)}
Vertex 18032 11.3047 -14.8442 -0.54512 {normal=(0.799929 0.262401 -0.489448)}
Vertex 18033 11.2405 -14.7094 -0.564255 {normal=(0.679500 0.498561 -0.521425)}
Vertex 18034 11.1514 -14.7723 -0.711783 {normal=(0.552566 0.350736 -0.725356)}
Vertex 18035 12.3729 -16.0511 -0.742073 {normal=(0.510252 -0.839153 -0.003746)}
Vertex 18036 12.1743 -16.092 -1.01741 {normal=(0.409397 -0.853916 -0.230653)}
Vertex 18037 11.6612 -15.9038 -1.13892 {normal=(-0.214084 -0.230924 -0.943969)}
Vertex 18038 12.2223 -15.8842 -0.162675 {normal=(0.453085 -0.687557 0.543671)}
Vertex 18039 12.3932 -15.978 -0.462655 {normal=(0.523391 -0.782606 0.295716)}
Vertex 18040 11.1539 -14.758 -0.229375 {normal=(0.528885 0.401630 0.713131)}
Vertex 18041 11.2414 -14.704 -0.380976 {normal=(0.579170 0.594054 0.511663)}
Vertex 18042 11.3055 -14.8397 -0.393218 {normal=(0.805069 0.289148 0.465313)}
Vertex 18043 11.1837 -14.6425 -0.377679 {normal=(0.542106 0.616691 0.236819)}
Vertex 18044 10.6206 -14.8512 -0.330744 {normal=(-0.198609 0.978348 0.010397)}
Vertex 18045 11.2465 -14.8994 -0.274182 {normal=(0.694642 0.163593 0.657889)}
Vertex 18046 11.0994 -15.0016 -0.17636 {normal=(0.485696 -0.048671 0.847193)}
Vertex 18047 11.0873 -14.6987 -0.227269 {normal=(0.394175 0.474672 0.778540)}
Vertex 18048 10.8492 -15.1453 -0.106099 {normal=(0.302746 -0.215159 0.924970)}
Vertex 18049 10.9522 -15.3354 -0.30912 {normal=(0.545653 -0.779098 0.201348)}
Vertex 18050 10.8414 -14.7943 -0.184969 {normal=(-0.304622 0.946358 0.026627)}
Vertex 18051 10.8009 -14.9021 -0.102727 {normal=(-0.165767 0.517162 0.839278)}
Vertex 18052 10.314 -14.9505 -0.310008 {normal=(-0.387567 0.896860 0.020655)}
Vertex 18053 10.3883 -15.0557 -0.092117 {normal=(-0.204463 0.520536 0.828378)}
Vertex 18054 10.5459 -15.2866 -0.0672073 {normal=(0.247656 -0.226455 0.941421)}
Vertex 18055 10.6919 -15.4729 -0.288154 {normal=(0.425205 -0.862329 0.193013)}
Vertex 18056 10.0597 -15.254 -0.057314 {normal=(-0.248103 0.475081 0.843422)}
Vertex 18057 10.3367 -15.4097 -0.0388528 {normal=(0.287585 -0.109640 0.946001)}
Vertex 18058 10.5456 -15.5318 -0.273854 {normal=(0.454406 -0.850325 0.159426)}
Vertex 18059 9.92891 -15.1924 -0.270535 {normal=(-0.671806 0.729307 0.033117)}
Vertex 18060 10.5519 -15.5461 -0.275202 {normal=(-0.101628 0.990054 -0.053948)}
Vertex 18061 9.8427 -15.5043 -0.250386 {normal=(-0.972892 -0.205060 0.104164)}
Vertex 18062 10.0055 -15.4792 -0.0378115 {normal=(-0.459987 -0.152872 0.873998)}
Vertex 18063 9.9664 -16.0113 -0.26971 {normal=(-0.916574 -0.357470 0.107553)}
Vertex 18064 10.1042 -15.9065 -0.0448332 {normal=(-0.503894 -0.164621 0.847373)}
Vertex 18065 10.4097 -15.7293 -0.0116942 {normal=(0.273088 0.160580 0.946897)}
Vertex 18066 10.6369 -15.6301 -0.282012 {normal=(0.877553 0.405770 0.255233)}
Vertex 18067 10.5333 -16.0172 0.0095315 {normal=(0.217812 0.241298 0.944398)}
Vertex 18068 10.7164 -15.7942 -0.289906 {normal=(0.871262 0.423138 0.248536)}
Vertex 18069 10.1992 -16.4902 -0.253124 {normal=(-0.693692 -0.664678 0.130477)}
Vertex 18070 10.2998 -16.3348 -0.00620925 {normal=(-0.506593 -0.220638 0.832727)}
Vertex 18071 10.549 -16.7038 -0.254832 {normal=(-0.413459 -0.891138 0.141654)}
Vertex 18072 10.5701 -16.5142 -0.000441 {normal=(0.091529 -0.567258 0.798676)}
Vertex 18073 10.6919 -16.1283 0.009247 {normal=(0.144532 0.313043 0.936280)}
Vertex 18074 10.8273 -15.8714 -0.300785 {normal=(0.106440 0.977159 0.183929)}
Vertex 18075 11.4096 -16.4845 -0.35648 {normal=(0.403856 -0.811191 0.347060)}
Vertex 18076 11.0816 -15.7208 -0.379793 {normal=(-0.619596 0.774471 0.046707)}
Vertex 18077 11.3186 -16.3205 -0.103533 {normal=(0.299850 -0.648425 0.670381)}
Vertex 18078 11.1661 -15.9658 -0.0753888 {normal=(0.038593 0.369432 0.925953)}
Vertex 18079 12.7091 -15.7601 -1.15624 {normal=(0.538275 -0.831783 -0.107726)}
Vertex 18080 11.5681 -15.4715 -0.896087 {normal=(-0.474260 0.874079 -0.081596)}
Vertex 18081 11.4882 -15.3116 -0.306367 {normal=(-0.855041 -0.112605 -0.442744)}
Vertex 18082 12.7708 -15.5395 -0.206832 {normal=(0.545885 -0.689567 0.463903)}
Vertex 18083 13.0047 -15.1441 -0.343456 {normal=(0.948580 0.079074 0.299031)}
Vertex 18084 13.1093 -15.1862 -0.647911 {normal=(0.952554 0.065059 0.266473)}
Vertex 18085 13.1008 -15.254 -0.96273 {normal=(0.869279 0.010085 -0.483473)}
Vertex 18086 12.9035 -15.3428 -1.27192 {normal=(0.812353 -0.005306 -0.575148)}
Vertex 18087 11.6837 -15.1212 -1.13684 {normal=(-0.972164 0.025819 -0.023101)}
Vertex 18088 11.5646 -14.9792 -0.559822 {normal=(-0.943733 -0.100929 -0.284792)}
Vertex 18089 11.3197 -14.7026 -0.0290285 {normal=(-0.937003 0.015909 -0.207641)}
Vertex 18090 11.4275 -14.5129 0.481943 {normal=(-0.839846 0.157193 0.516998)}
Vertex 18091 12.0458 -14.4422 0.822398 {normal=(-0.256673 0.358734 0.894398)}
Vertex 18092 12.651 -14.4707 0.780419 {normal=(0.733225 0.288783 0.600749)}
Vertex 18093 12.878 -14.6291 0.480007 {normal=(0.891287 0.160569 0.312269)}
Vertex 18094 12.902 -14.8296 0.200615 {normal=(0.959303 -0.068297 0.105908)}
Vertex 18095 12.8985 -15.0146 -0.0649992 {normal=(0.942829 -0.047962 0.204192)}
Vertex 18096 12.6452 -15.4123 0.0871005 {normal=(0.510740 -0.643196 0.568157)}
Vertex 18097 11.2845 -15.1187 0.163624 {normal=(-0.876245 0.265915 -0.241463)}
Vertex 18098 11.3496 -14.9318 0.660387 {normal=(-0.790590 0.583607 0.056228)}
Vertex 18099 11.9235 -14.9134 0.969897 {normal=(-0.204430 0.344479 0.915898)}
Vertex 18100 12.549 -15.0112 0.925601 {normal=(0.520551 -0.390539 0.754622)}
Vertex 18101 10.9702 -15.8204 0.133448 {normal=(-0.128303 -0.101715 -0.972629)}
Vertex 18102 11.2105 -16.0929 0.275193 {normal=(0.488640 -0.552963 -0.674873)}
Vertex 18103 10.885 -15.5231 0.346337 {normal=(-0.821996 0.521379 -0.083320)}
Vertex 18104 11.397 -16.1474 0.566383 {normal=(0.572562 -0.812325 -0.000672)}
Vertex 18105 10.7509 -15.789 0.371671 {normal=(-0.920372 0.359547 0.097561)}
Vertex 18106 10.6477 -16.1966 0.165955 {normal=(-0.009041 0.015180 -0.994814)}
Vertex 18107 10.652 -16.5919 0.27984 {normal=(0.487335 -0.558319 -0.671397)}
Vertex 18108 10.7346 -16.6978 0.547815 {normal=(0.604706 -0.792344 -0.059092)}
Vertex 18109 10.3645 -16.6251 0.280243 {normal=(-0.513581 -0.584101 -0.628243)}
Vertex 18110 10.3735 -16.7359 0.551247 {normal=(-0.570216 -0.796547 0.195417)}
Vertex 18111 10.6656 -15.9244 0.333244 {normal=(0.396506 0.699584 -0.564629)}
Vertex 18112 10.4875 -16.2829 0.147081 {normal=(0.047649 0.004110 -0.998718)}
Vertex 18113 10.4873 -15.8824 0.319906 {normal=(0.275806 0.847473 -0.431538)}
Vertex 18114 10.2663 -16.1178 0.135738 {normal=(0.051479 0.006562 -0.998433)}
Vertex 18115 10.0261 -16.3381 0.269989 {normal=(-0.486481 -0.602939 -0.632139)}
Vertex 18116 9.96076 -16.4013 0.534708 {normal=(-0.685983 -0.687684 0.208191)}
Vertex 18117 10.0519 -15.9865 0.124268 {normal=(0.089482 -0.056028 -0.991211)}
Vertex 18118 9.72909 -16.0501 0.213149 {normal=(-0.478642 -0.608376 -0.633056)}
Vertex 18119 9.61791 -16.0396 0.458633 {normal=(-0.803334 -0.553526 0.209073)}
Vertex 18120 10.308 -15.8562 0.304009 {normal=(0.299172 0.861804 -0.386909)}
Vertex 18121 9.61853 -15.717 0.382146 {normal=(-0.841538 0.527488 -0.019288)}
Vertex 18122 10.2989 -15.8395 0.303067 {normal=(0.020449 -0.966488 0.245636)}
Vertex 18123 10.0253 -15.8865 0.109378 {normal=(0.133370 -0.237579 -0.955589)}
Vertex 18124 9.7171 -15.8052 0.161324 {normal=(-0.514823 0.181572 -0.837100)}
Vertex 18125 10.4233 -15.7702 0.285552 {normal=(0.607217 -0.771676 -0.059405)}
Vertex 18126 10.2001 -15.7001 0.0669153 {normal=(0.172457 -0.370065 -0.912132)}
Vertex 18127 9.99401 -15.5052 0.0762488 {normal=(-0.467834 0.236970 -0.850214)}
Vertex 18128 9.92558 -15.3682 0.279536 {normal=(-0.632911 0.738098 -0.114216)}
Vertex 18129 10.3433 -15.25 -0.0247207 {normal=(-0.402828 0.245106 -0.881069)}
Vertex 18130 10.3584 -15.1185 0.0279297 {normal=(-0.571859 0.795607 -0.168733)}
Vertex 18131 10.6358 -15.5652 0.233961 {normal=(0.732658 -0.630865 -0.122646)}
Vertex 18132 10.4613 -15.4638 0.017405 {normal=(0.251496 -0.334753 -0.903659)}
Vertex 18133 10.5682 -14.9536 0.0122238 {normal=(0.297341 0.393611 -0.841618)}
Vertex 18134 10.6638 -15.2459 0.0188735 {normal=(0.394361 -0.109676 -0.888213)}
Vertex 18135 10.7835 -15.0877 0.0710202 {normal=(0.546707 0.186478 -0.780687)}
Vertex 18136 10.18 -15.1952 0.214267 {normal=(-0.480090 0.858971 -0.168974)}
Vertex 18137 10.6585 -14.8391 0.131917 {normal=(0.530050 0.519247 -0.632585)}
Vertex 18138 10.8339 -14.9873 0.165544 {normal=(0.632133 0.376093 -0.638582)}
Vertex 18139 10.7318 -14.8804 0.137816 {normal=(0.446323 0.560760 -0.684701)}
Vertex 18140 10.6492 -14.9909 0.0151775 {normal=(0.348116 0.352387 -0.842537)}
Vertex 18141 11.1035 -15.3172 0.234854 {normal=(-0.796424 0.485884 -0.244071)}
Vertex 18142 12.1639 -15.5774 0.496323 {normal=(0.523426 -0.840879 0.087512)}
Vertex 18143 11.9913 -15.648 0.207423 {normal=(0.331272 -0.932099 0.052608)}
Vertex 18144 11.5947 -15.1995 0.99252 {normal=(-0.228810 0.333531 0.914033)}
Vertex 18145 12.0681 -15.3513 1.00302 {normal=(0.421169 -0.414137 0.805382)}
Vertex 18146 12.2066 -15.5005 0.76414 {normal=(0.612675 -0.765698 0.183482)}
Vertex 18147 11.1562 -15.1708 0.667344 {normal=(-0.771087 0.602365 0.104024)}
Vertex 18148 10.6999 -14.8882 0.484834 {normal=(0.462699 0.649011 0.559864)}
Vertex 18149 10.7511 -14.8414 0.316252 {normal=(0.433827 0.809583 0.325458)}
Vertex 18150 10.8499 -14.955 0.313433 {normal=(0.733039 0.571893 0.288833)}
Vertex 18151 10.6788 -14.7981 0.319551 {normal=(0.363145 0.771499 0.058110)}
Vertex 18152 10.2084 -15.1379 0.476786 {normal=(-0.473761 0.872404 -0.104858)}
Vertex 18153 10.824 -15.0056 0.446729 {normal=(0.684391 0.456799 0.513927)}
Vertex 18154 10.7243 -15.1237 0.578035 {normal=(0.565401 0.231624 0.762854)}
Vertex 18155 10.6197 -14.8495 0.48856 {normal=(0.319435 0.693993 0.634722)}
Vertex 18156 10.5354 -15.3139 0.703206 {normal=(0.436174 0.035625 0.894683)}
Vertex 18157 10.6662 -15.5037 0.515468 {normal=(0.767607 -0.557693 0.220661)}
Vertex 18158 10.418 -14.9981 0.579151 {normal=(-0.560923 0.818707 -0.065278)}
Vertex 18159 10.4195 -15.0959 0.680315 {normal=(-0.235228 0.589628 0.771769)}
Vertex 18160 9.95463 -15.3103 0.535609 {normal=(-0.627402 0.747808 -0.077306)}
Vertex 18161 10.0716 -15.3506 0.756744 {normal=(-0.297758 0.582624 0.755337)}
Vertex 18162 10.2841 -15.5329 0.800631 {normal=(0.367674 -0.013779 0.929743)}
Vertex 18163 10.4588 -15.6997 0.594845 {normal=(0.639800 -0.701024 0.259575)}
Vertex 18164 9.80173 -15.6349 0.855183 {normal=(-0.333749 0.542865 0.770138)}
Vertex 18165 10.3363 -15.7547 0.637527 {normal=(-0.101038 -0.977283 0.172264)}
Vertex 18166 9.65091 -15.6518 0.647295 {normal=(-0.841325 0.527059 -0.029843)}
Vertex 18167 10.3436 -15.7624 0.647699 {normal=(0.304398 0.929681 -0.144850)}
Vertex 18168 9.64877 -15.9687 0.728215 {normal=(-0.803141 -0.540758 0.240760)}
Vertex 18169 9.80898 -15.8633 0.919177 {normal=(-0.345156 -0.177991 0.920957)}
Vertex 18170 10.1366 -15.7768 0.904405 {normal=(0.218688 0.495153 0.830384)}
Vertex 18171 9.98919 -16.3517 0.778813 {normal=(-0.689142 -0.681063 0.215622)}
Vertex 18172 10.109 -16.1931 0.983373 {normal=(-0.379407 -0.215159 0.899280)}
Vertex 18173 10.3638 -15.944 0.986792 {normal=(0.139840 0.462108 0.870525)}
Vertex 18174 10.5303 -15.8039 0.701681 {normal=(0.240755 0.939109 -0.137143)}
Vertex 18175 10.6138 -16.1489 1.05509 {normal=(0.217066 0.319718 0.917916)}
Vertex 18176 10.722 -15.8624 0.745603 {normal=(0.605849 0.732058 0.311511)}
Vertex 18177 10.4132 -16.6995 0.8386 {normal=(-0.573681 -0.796994 0.182629)}
Vertex 18178 10.4741 -16.5166 1.06324 {normal=(-0.365021 -0.270601 0.890216)}
Vertex 18179 10.774 -16.671 0.838895 {normal=(0.602277 -0.794562 0.044704)}
Vertex 18180 10.764 -16.5222 1.08109 {normal=(0.346654 -0.486176 0.800235)}
Vertex 18181 10.7839 -16.1101 1.08887 {normal=(-0.482062 0.307900 0.808566)}
Vertex 18182 10.8144 -15.7453 0.784409 {normal=(-0.903847 0.388608 0.142201)}
Vertex 18183 11.4326 -16.1122 0.821016 {normal=(0.609928 -0.781799 0.105449)}
Vertex 18184 10.9665 -15.4535 0.745558 {normal=(-0.811893 0.539346 0.144044)}
Vertex 18185 11.3407 -15.9813 1.05063 {normal=(0.388150 -0.432956 0.813268)}
Vertex 18186 11.1464 -15.6744 1.05348 {normal=(-0.313499 0.326201 0.884735)}
Vertex 18187 10.7373 -14.165 1.29854 {normal=(0.594273 -0.286490 0.750769)}
Vertex 18188 10.5066 -13.8777 1.40168 {normal=(-0.038747 0.227110 0.971520)}
Vertex 18189 10.2245 -13.7315 1.33939 {normal=(-0.085140 0.249161 0.961916)}
Vertex 18190 9.92991 -13.7297 1.11166 {normal=(-0.777070 0.437436 0.446320)}
Vertex 18191 9.86131 -13.9392 0.675226 {normal=(-0.847077 0.307048 -0.430369)}
Vertex 18192 10.1099 -14.236 0.379308 {normal=(-0.334149 -0.048820 -0.934015)}
Vertex 18193 10.4625 -14.4633 0.469301 {normal=(0.382693 -0.485694 -0.782466)}
Vertex 18194 10.7391 -14.4557 0.889807 {normal=(0.766556 -0.636444 -0.065462)}
Vertex 18195 10.6241 -13.9633 0.00584375 {normal=(-0.089294 -0.602943 -0.782214)}
Vertex 18196 11.1581 -13.9078 0.43731 {normal=(0.636126 -0.764423 -0.029394)}
Vertex 18197 11.3934 -13.3657 0.915846 {normal=(0.759201 0.111816 0.588634)}
Vertex 18198 11.162 -12.9162 1.07866 {normal=(0.504365 0.395016 0.728250)}
Vertex 18199 11.1258 -13.6917 1.1809 {normal=(0.576598 -0.280111 0.767469)}
Vertex 18200 10.881 -13.3193 1.29609 {normal=(-0.079841 0.159753 0.982747)}
Vertex 18201 10.5565 -14.1913 0.264037 {normal=(-0.097444 -0.739607 -0.650715)}
Vertex 18202 10.9821 -14.134 0.711664 {normal=(0.732093 -0.671166 -0.102194)}
Vertex 18203 10.2332 -14.7713 0.590915 {normal=(0.255991 -0.570027 -0.776685)}
Vertex 18204 10.3925 -14.8927 0.989847 {normal=(0.830797 -0.544224 -0.012754)}
Vertex 18205 10.3188 -14.751 1.40773 {normal=(0.643713 -0.310405 0.698108)}
Vertex 18206 10.1275 -14.4928 1.55505 {normal=(0.012700 0.222237 0.971412)}
Vertex 18207 10.1898 -15.237 0.892284 {normal=(0.905151 -0.422200 -0.031171)}
Vertex 18208 10.0483 -15.2649 1.26801 {normal=(0.335864 -0.761678 0.552342)}
Vertex 18209 9.81355 -15.0616 1.42939 {normal=(-0.417692 -0.451007 0.784453)}
Vertex 18210 10.1008 -14.9616 0.572117 {normal=(0.713662 0.572186 -0.339201)}
Vertex 18211 9.61889 -15.42 1.09843 {normal=(-0.454883 -0.550313 0.694581)}
Vertex 18212 10.0461 -15.0624 0.36784 {normal=(0.643475 0.426929 -0.580253)}
Vertex 18213 10.1161 -15.3859 0.649031 {normal=(0.896946 -0.427004 -0.096847)}
Vertex 18214 9.9133 -15.5344 0.966834 {normal=(0.349200 -0.799520 0.487344)}
Vertex 18215 9.89133 -15.2748 0.149092 {normal=(0.543892 0.276077 -0.763592)}
Vertex 18216 9.96201 -15.5958 0.406852 {normal=(0.868299 -0.456643 -0.188403)}
Vertex 18217 9.7683 -15.77 0.657895 {normal=(0.370228 -0.812521 0.449719)}
Vertex 18218 9.48241 -15.657 0.775885 {normal=(-0.449854 -0.607308 0.649530)}
Vertex 18219 9.61719 -16.0295 0.318597 {normal=(0.421360 -0.799275 0.426976)}
Vertex 18220 9.45055 -16.0974 0.331033 {normal=(-0.170025 -0.690963 0.691381)}
Vertex 18221 9.65376 -15.5894 -0.0803627 {normal=(0.446501 0.176245 -0.857751)}
Vertex 18222 9.76008 -15.8427 0.141438 {normal=(0.812065 -0.499824 -0.287415)}
Vertex 18223 9.29239 -16.2505 0.125758 {normal=(0.118507 -0.969198 -0.031839)}
Vertex 18224 9.5474 -16.031 -0.056035 {normal=(0.620317 -0.629692 -0.417715)}
Vertex 18225 9.35159 -16.1076 -0.166424 {normal=(0.305329 -0.728863 -0.564737)}
Vertex 18226 9.36819 -15.8505 0.513461 {normal=(-0.386057 -0.603139 0.683290)}
Vertex 18227 9.07292 -16.2279 0.0439913 {normal=(-0.331019 -0.891295 -0.094053)}
Vertex 18228 9.1735 -16.0921 -0.219445 {normal=(-0.092145 -0.652812 -0.688162)}
Vertex 18229 9.09489 -16.2103 -0.077505 {normal=(-0.237610 -0.821317 -0.371381)}
Vertex 18230 9.3181 -16.2304 0.006999 {normal=(0.217707 -0.890801 -0.283708)}
Vertex 18231 8.82605 -15.851 -0.048962 {normal=(-0.870047 -0.052984 -0.403568)}
Vertex 18232 8.91232 -16.07 -0.098545 {normal=(-0.672114 -0.489864 -0.418485)}
Vertex 18233 9.02527 -15.9827 -0.242689 {normal=(-0.496271 -0.353391 -0.724798)}
Vertex 18234 8.88218 -16.0813 0.0222125 {normal=(-0.760618 -0.560080 -0.144305)}
Vertex 18235 9.09592 -15.6415 0.481609 {normal=(-0.586576 -0.453804 0.656714)}
Vertex 18236 8.95834 -15.8103 -0.21775 {normal=(-0.708321 0.044539 -0.661429)}
Vertex 18237 8.97077 -15.587 -0.122059 {normal=(-0.701069 0.390580 -0.563022)}
Vertex 18238 8.79539 -15.8671 0.0694168 {normal=(-0.953285 -0.142084 -0.158539)}
Vertex 18239 9.07124 -15.3097 0.0583655 {normal=(-0.635130 0.611669 -0.463170)}
Vertex 18240 9.37127 -15.3692 -0.116487 {normal=(0.189977 0.371650 -0.889683)}
Vertex 18241 8.87201 -15.6516 0.264619 {normal=(-0.706027 -0.290061 0.634122)}
Vertex 18242 8.89811 -15.4755 0.235711 {normal=(-0.934887 0.244667 0.254898)}
Vertex 18243 9.20276 -15.4418 0.743878 {normal=(-0.568809 -0.517577 0.633812)}
Vertex 18244 9.05319 -15.2195 0.575592 {normal=(-0.943725 0.196613 0.265324)}
Vertex 18245 9.21774 -15.0195 0.317405 {normal=(-0.616152 0.689793 -0.378202)}
Vertex 18246 9.58252 -15.0339 0.109941 {normal=(0.249747 0.505808 -0.797683)}
Vertex 18247 9.18684 -14.9737 0.883926 {normal=(-0.939839 0.193012 0.280873)}
Vertex 18248 9.34092 -14.7878 0.559702 {normal=(-0.617719 0.716122 -0.324200)}
Vertex 18249 9.71384 -14.806 0.329717 {normal=(0.340155 0.657164 -0.624885)}
Vertex 18250 9.33539 -15.2011 1.06673 {normal=(-0.530175 -0.487448 0.687548)}
Vertex 18251 9.76563 -14.6948 0.524091 {normal=(0.432772 0.776231 -0.405906)}
Vertex 18252 9.53881 -14.8431 1.38594 {normal=(-0.484850 -0.385554 0.780774)}
Vertex 18253 9.33955 -14.7038 1.16095 {normal=(-0.875042 0.320003 0.334112)}
Vertex 18254 9.42061 -14.6276 0.780656 {normal=(-0.664800 0.665157 -0.329597)}
Vertex 18255 9.88039 -14.3244 1.49783 {normal=(-0.107820 0.309220 0.941024)}
Vertex 18256 9.63675 -14.2779 1.25422 {normal=(-0.786712 0.468651 0.394872)}
Vertex 18257 9.61017 -14.3526 0.819498 {normal=(-0.774536 0.480868 -0.386355)}
Vertex 18258 9.8859 -14.5359 0.516849 {normal=(-0.414547 -0.253290 -0.866119)}
Vertex 18259 9.91967 -13.5596 0.471917 {normal=(-0.923472 -0.341029 -0.082817)}
Vertex 18260 10.1453 -13.9005 0.163674 {normal=(-0.777464 -0.570373 -0.214628)}
Vertex 18261 10.4973 -13.1446 1.24238 {normal=(-0.084817 0.137764 0.985357)}
Vertex 18262 10.091 -13.2334 0.987803 {normal=(-0.800258 0.360930 0.478718)}
Vertex 18263 10.755 -12.7311 1.09297 {normal=(0.300181 0.510024 0.800795)}
Vertex 18264 10.2709 -12.8889 0.805286 {normal=(-0.754520 0.642719 0.001042)}
Vertex 18265 9.96253 -13.3004 0.208908 {normal=(-0.834980 0.520783 -0.144443)}
Vertex 18266 10.1439 -13.6476 -0.0976915 {normal=(-0.244579 -0.453511 -0.847261)}
Vertex 18267 13.1004 -1.27789 -4.01498 {normal=(0.913846 0.191386 -0.352955)}
Vertex 18268 12.886 -1.28328 -4.51262 {normal=(0.893936 0.175655 -0.409581)}
Vertex 18269 11.7565 -0.053086 -5.33972 {normal=(0.513857 0.172545 -0.830359)}
Vertex 18270 11.0058 -1.5807 -5.83807 {normal=(0.013083 0.047949 -0.959611)}
Vertex 18271 10.2 -1.71982 -5.63033 {normal=(-0.468434 0.015481 -0.847378)}
Vertex 18272 9.17786 -1.73246 -4.09787 {normal=(-0.951364 0.053023 -0.126397)}
Vertex 18273 9.23676 -1.77189 -3.16126 {normal=(-0.913818 0.069563 0.339462)}
Vertex 18274 13.0344 -1.31754 -2.76257 {normal=(0.908548 0.198254 0.340600)}
Vertex 18275 13.271 -1.26805 -3.49451 {normal=(0.934105 0.193086 -0.021685)}
Vertex 18276 9.67235 -1.74287 -2.51484 {normal=(-0.760813 0.089299 0.629471)}
Vertex 18277 13.5677 -2.99752 -2.78114 {normal=(0.927220 0.281034 0.235992)}
Vertex 18278 13.6739 -2.99092 -3.57058 {normal=(0.935232 0.250006 -0.063048)}
Vertex 18279 13.5154 -3.01941 -4.15966 {normal=(0.900779 0.218441 -0.366180)}
Vertex 18280 13.2376 -3.04464 -4.68284 {normal=(0.869480 0.173667 -0.458786)}
Vertex 18281 12.8458 -3.07153 -5.23806 {normal=(0.700886 0.102961 -0.661535)}
Vertex 18282 12.1105 -3.13829 -5.70633 {normal=(0.374941 0.024811 -0.905576)}
Vertex 18283 10.2643 -3.30124 -5.67486 {normal=(-0.438137 -0.037141 -0.873507)}
Vertex 18284 11.1565 -3.22022 -5.87249 {normal=(-0.025066 -0.022407 -0.969333)}
Vertex 18285 9.60971 -3.36069 -5.13828 {normal=(-0.759601 -0.037690 -0.606128)}
Vertex 18286 9.16076 -3.39383 -4.10233 {normal=(-0.946397 -0.030683 -0.160197)}
Vertex 18287 9.17723 -3.39233 -3.0696 {normal=(-0.925046 -0.000927 0.308277)}
Vertex 18288 9.59562 -3.36196 -2.35094 {normal=(-0.787666 0.052929 0.598750)}
Vertex 18289 12.649 -3.08178 -1.25673 {normal=(0.458495 0.251585 0.789996)}
Vertex 18290 10.3578 -3.29276 -1.56723 {normal=(-0.567312 0.122652 0.791116)}
Vertex 18291 11.5136 -3.1878 -1.0411 {normal=(-0.112657 0.193307 0.923033)}
Vertex 18292 11.8244 5.69827 -2.20344 {normal=(0.887118 0.033041 0.386014)}
Vertex 18293 12.3165 1.66558 -2.1398 {normal=(0.855414 0.138410 0.471040)}
Vertex 18294 12.1413 4.30726 -2.47763 {normal=(0.880486 0.108421 0.383467)}
Vertex 18295 12.3001 2.84283 -2.45353 {normal=(0.883316 0.102300 0.393334)}
Vertex 18296 10.6498 0.386163 -1.28258 {normal=(-0.287188 -0.539570 0.695100)}
Vertex 18297 9.457 1.94182 -2.32586 {normal=(-0.797668 -0.331421 0.390005)}
Vertex 18298 9.94987 0.63454 -2.19166 {normal=(-0.734583 -0.318638 0.526276)}
Vertex 18299 8.81991 6.66755 -5.20468 {normal=(-0.407248 -0.010077 -0.852068)}
Vertex 18300 9.78402 7.1004 -5.23355 {normal=(0.137906 0.142395 -0.922692)}
Vertex 18301 12.5423 4.28274 -3.50999 {normal=(0.967508 0.244004 -0.022212)}
Vertex 18302 12.1229 5.70163 -3.58774 {normal=(0.928812 0.341835 -0.079752)}
Vertex 18303 10.7145 7.40039 -4.79212 {normal=(0.588181 0.284917 -0.703784)}
Vertex 18304 11.5456 6.42766 -1.55983 {normal=(0.864499 -0.082441 0.443595)}
Vertex 18305 11.1524 6.62862 -0.77483 {normal=(0.769626 -0.084529 0.599677)}
Vertex 18306 9.12478 6.59367 -0.0737395 {normal=(-0.354265 -0.455400 0.773538)}
Vertex 18307 11.6627 6.66395 -3.78739 {normal=(0.875921 0.388810 -0.246524)}
Vertex 18308 10.5675 6.52876 -0.16835 {normal=(0.534559 -0.123142 0.795083)}
Vertex 18309 9.94073 6.39922 0.0880828 {normal=(0.080602 -0.265970 0.907623)}
Vertex 18310 6.11907 9.56089 -3.37175 {normal=(-0.889468 -0.400354 -0.172489)}
Vertex 18311 5.82284 10.1637 -3.36627 {normal=(-0.908733 -0.274512 -0.233681)}
Vertex 18312 5.60588 10.8355 -2.83809 {normal=(-0.930660 0.025887 -0.188018)}
Vertex 18313 5.5542 11.0949 -1.96851 {normal=(-0.934872 0.142815 0.015879)}
Vertex 18314 5.63511 10.6625 -0.997702 {normal=(-0.924929 0.010309 0.224740)}
Vertex 18315 5.84843 9.96762 -0.588068 {normal=(-0.891594 -0.301466 0.261199)}
Vertex 18316 6.06284 9.50294 -0.61963 {normal=(-0.862590 -0.416504 0.226495)}
Vertex 18317 6.38532 8.82922 -1.15066 {normal=(-0.856625 -0.505856 0.059842)}
Vertex 18318 6.48077 8.74409 -2.20298 {normal=(-0.881420 -0.457452 -0.005423)}
Vertex 18319 6.88983 7.79056 -2.38614 {normal=(-0.926046 -0.269647 0.100356)}
Vertex 18320 6.65356 8.5077 -3.91095 {normal=(-0.883796 -0.328046 -0.261072)}
Vertex 18321 6.39291 9.46479 -4.30677 {normal=(-0.839906 -0.283187 -0.412581)}
Vertex 18322 6.10634 10.416 -4.27228 {normal=(-0.816641 -0.037487 -0.510623)}
Vertex 18323 5.99848 11.0527 -3.96152 {normal=(-0.789073 0.267454 -0.479648)}
Vertex 18324 5.97517 11.5641 -3.41872 {normal=(-0.747675 0.481787 -0.371386)}
Vertex 18325 5.94103 11.9253 -2.74821 {normal=(-0.718870 0.603575 -0.190671)}
Vertex 18326 5.93222 12.0185 -2.0202 {normal=(-0.698573 0.647543 0.049204)}
Vertex 18327 5.95111 11.8187 -1.17266 {normal=(-0.680126 0.580081 0.312566)}
Vertex 18328 6.00435 11.2556 -0.39285 {normal=(-0.670858 0.422477 0.515808)}
Vertex 18329 6.05139 10.6315 0.0726425 {normal=(-0.697108 0.180496 0.605843)}
Vertex 18330 6.18104 10.0778 0.242451 {normal=(-0.716353 -0.125888 0.616438)}
Vertex 18331 6.45438 9.35414 0.197318 {normal=(-0.717671 -0.350944 0.557831)}
Vertex 18332 6.65177 8.66411 -0.0448602 {normal=(-0.745569 -0.482644 0.407186)}
Vertex 18333 6.83835 8.19674 -0.507845 {normal=(-0.763477 -0.582597 0.217989)}
Vertex 18334 7.77418 7.98077 0.407758 {normal=(-0.476746 -0.543215 0.645187)}
Vertex 18335 7.82331 7.50604 -0.0503432 {normal=(-0.549483 -0.648761 0.474618)}
Vertex 18336 8.01689 7.02162 -0.561473 {normal=(-0.656859 -0.495477 0.518355)}
Vertex 18337 7.67474 6.7652 -1.29067 {normal=(-0.771546 -0.270392 0.542954)}
Vertex 18338 6.93157 6.70982 -2.48978 {normal=(-0.919528 -0.122232 0.188541)}
Vertex 18339 6.85036 6.6832 -3.4677 {normal=(-0.911534 -0.089452 -0.318055)}
Vertex 18340 7.23651 7.003 -3.95128 {normal=(-0.820731 -0.136355 -0.531455)}
Vertex 18341 7.45914 7.71223 -4.52092 {normal=(-0.721942 -0.277231 -0.586816)}
Vertex 18342 7.25316 8.9343 -5.08468 {normal=(-0.610139 -0.240148 -0.706825)}
Vertex 18343 6.9842 10.3175 -5.16499 {normal=(-0.545741 0.097738 -0.770746)}
Vertex 18344 6.96141 11.3398 -4.73659 {normal=(-0.472198 0.481738 -0.678180)}
Vertex 18345 7.00302 12.0996 -3.89524 {normal=(-0.409617 0.736643 -0.474446)}
Vertex 18346 7.0177 12.5287 -2.93033 {normal=(-0.382041 0.867866 -0.205260)}
Vertex 18347 6.96726 12.5423 -1.86492 {normal=(-0.364117 0.884201 0.138026)}
Vertex 18348 7.00826 12.1758 -0.79186 {normal=(-0.325094 0.774317 0.481412)}
Vertex 18349 7.18137 11.4455 0.0795598 {normal=(-0.287348 0.613922 0.704635)}
Vertex 18350 7.31077 10.6037 0.725531 {normal=(-0.308123 0.373576 0.830452)}
Vertex 18351 7.43107 9.79609 0.97339 {normal=(-0.369921 0.001967 0.877877)}
Vertex 18352 7.6513 8.82825 0.83021 {normal=(-0.410683 -0.333912 0.809419)}
Vertex 18353 8.20213 12.847 -1.82478 {normal=(-0.090470 0.950374 0.169008)}
Vertex 18354 8.35509 12.0113 -0.236835 {normal=(-0.037139 0.732424 0.638275)}
Vertex 18355 9.56358 12.75 -1.70348 {normal=(0.202772 0.922327 0.193858)}
Vertex 18356 9.46615 12.3557 -0.68937 {normal=(0.162225 0.790893 0.533538)}
Vertex 18357 10.3009 3.13545 -5.64696 {normal=(0.062613 -0.075703 -0.989578)}
Vertex 18358 8.22326 10.2488 -5.71071 {normal=(-0.116263 0.182999 -0.911293)}
Vertex 18359 9.32421 10.4572 -5.49794 {normal=(0.328799 0.303766 -0.836870)}
Vertex 18360 8.21864 11.5289 -5.11546 {normal=(-0.037504 0.580203 -0.742363)}
Vertex 18361 10.0776 10.4885 -4.98402 {normal=(0.555454 0.355144 -0.721059)}
Vertex 18362 9.41036 11.6273 -4.59585 {normal=(0.409999 0.658294 -0.611559)}
Vertex 18363 11.7578 6.67526 -1.61583 {normal=(0.773148 -0.336112 0.517815)}
Vertex 18364 12.0686 7.12911 -1.6335 {normal=(0.796485 -0.351078 0.461316)}
Vertex 18365 8.21787 12.3672 -4.12961 {normal=(-0.001655 0.820913 -0.506644)}
Vertex 18366 9.56128 12.4478 -3.40909 {normal=(0.289285 0.837105 -0.440150)}
Vertex 18367 10.261 11.7371 -3.94428 {normal=(0.458434 0.655212 -0.579841)}
Vertex 18368 10.9171 10.5833 -4.32566 {normal=(0.601318 0.355353 -0.686742)}
Vertex 18369 11.7976 10.6985 -3.47308 {normal=(0.746455 0.367840 -0.469799)}
Vertex 18370 11.1875 11.8218 -3.16831 {normal=(0.594584 0.645500 -0.393088)}
Vertex 18371 10.4714 12.516 -2.65749 {normal=(0.409912 0.845662 -0.222526)}
Vertex 18372 10.8573 12.2156 -1.44302 {normal=(0.523834 0.760496 0.278292)}
Vertex 18373 10.6301 11.7368 -0.474565 {normal=(0.440515 0.586496 0.615336)}
Vertex 18374 10.0242 11.0882 0.19323 {normal=(0.352710 0.450330 0.795650)}
Vertex 18375 8.72375 10.5277 1.00196 {normal=(0.061824 0.437680 0.865720)}
Vertex 18376 8.93427 9.48012 1.36132 {normal=(0.063968 0.093483 0.938755)}
Vertex 18377 9.88158 9.61864 0.974645 {normal=(0.434870 0.195303 0.845783)}
Vertex 18378 10.9321 10.1865 -0.0168955 {normal=(0.581420 0.195575 0.774754)}
Vertex 18379 11.5158 10.8367 -0.613921 {normal=(0.671814 0.329631 0.599779)}
Vertex 18380 11.7006 11.3764 -1.49091 {normal=(0.776408 0.517809 0.267794)}
Vertex 18381 11.6261 11.6653 -2.34873 {normal=(0.759202 0.604362 -0.054119)}
Vertex 18382 12.151 10.6494 -2.51092 {normal=(0.903054 0.360728 -0.110588)}
Vertex 18383 12.1937 10.4625 -1.65977 {normal=(0.917144 0.284346 0.195257)}
Vertex 18384 11.9937 9.94222 -0.874533 {normal=(0.798925 0.106798 0.528566)}
Vertex 18385 12.1761 9.22386 -1.16442 {normal=(0.846819 -0.025823 0.468885)}
Vertex 18386 11.6934 8.54237 -0.69214 {normal=(0.714335 -0.165848 0.677334)}
Vertex 18387 11.4666 9.30188 -0.361518 {normal=(0.685908 -0.029129 0.718817)}
Vertex 18388 10.8577 8.79204 0.248396 {normal=(0.667540 -0.046823 0.727193)}
Vertex 18389 11.0456 7.8947 -0.148587 {normal=(0.666975 -0.245598 0.699069)}
Vertex 18390 10.1694 7.46266 0.497795 {normal=(0.379604 -0.395583 0.779605)}
Vertex 18391 10.1125 8.45189 0.927315 {normal=(0.449258 -0.147533 0.821623)}
Vertex 18392 9.10905 8.36449 1.15449 {normal=(0.008965 -0.296088 0.905874)}
Vertex 18393 9.16212 7.42541 0.650841 {normal=(-0.094232 -0.537315 0.800006)}
Vertex 18394 9.13797 6.87751 0.178282 {normal=(-0.231888 -0.578355 0.744148)}
Vertex 18395 10.054 6.78269 0.193826 {normal=(0.229482 -0.417369 0.818127)}
Vertex 18396 11.4127 7.09782 -0.897472 {normal=(0.726538 -0.275115 0.624538)}
Vertex 18397 11.8608 7.77903 -1.07312 {normal=(0.734736 -0.252850 0.622373)}
Vertex 18398 12.2672 8.52423 -1.45229 {normal=(0.864697 -0.103563 0.438525)}
Vertex 18399 7.98261 6.1199 -4.46757 {normal=(-0.726212 -0.008407 -0.678219)}
Vertex 18400 7.57954 5.3799 -4.1097 {normal=(-0.785272 -0.123616 -0.587219)}
Vertex 18401 7.04025 5.50686 -3.39309 {normal=(-0.870134 -0.215331 -0.343713)}
Vertex 18402 9.27155 -0.578494 -3.89942 {normal=(-0.962122 -0.003360 -0.055320)}
Vertex 18403 9.06851 1.49103 -4.09319 {normal=(-0.924688 -0.257394 -0.259996)}
Vertex 18404 9.62393 1.72725 -5.35943 {normal=(-0.659002 -0.134926 -0.692065)}
Vertex 18405 9.29814 2.84396 -5.38697 {normal=(-0.564709 -0.204806 -0.757970)}
Vertex 18406 8.99096 3.8587 -5.40845 {normal=(-0.540714 -0.167765 -0.791071)}
Vertex 18407 8.31942 4.05206 -4.70059 {normal=(-0.781842 -0.236304 -0.550679)}
Vertex 18408 8.80373 2.70623 -4.66188 {normal=(-0.817883 -0.309052 -0.454733)}
Vertex 18409 9.28522 1.54833 -4.73996 {normal=(-0.868138 -0.217319 -0.414403)}
Vertex 18410 12.3871 9.69858 -1.89119 {normal=(0.968182 0.136426 0.143056)}
Vertex 18411 12.3817 9.79827 -2.58612 {normal=(0.964700 0.186857 -0.119691)}
Vertex 18412 12.1509 9.61238 -3.47594 {normal=(0.830071 0.111913 -0.467129)}
Vertex 18413 12.3121 8.78421 -3.19684 {normal=(0.873651 -0.029485 -0.371119)}
Vertex 18414 12.4034 8.18661 -2.8659 {normal=(0.913015 -0.100445 -0.257464)}
Vertex 18415 12.4391 7.88813 -2.56383 {normal=(0.950643 -0.165366 -0.139934)}
Vertex 18416 12.4261 7.73809 -2.18611 {normal=(0.952624 -0.205445 0.103583)}
Vertex 18417 12.3518 7.93463 -1.8011 {normal=(0.905041 -0.176192 0.343579)}
Vertex 18418 12.016 6.52842 -2.25613 {normal=(0.890396 -0.252959 0.246013)}
Vertex 18419 12.2074 6.94379 -2.19009 {normal=(0.896863 -0.349497 0.127332)}
Vertex 18420 12.1678 7.10165 -2.72338 {normal=(0.910522 -0.229966 -0.265968)}
Vertex 18421 11.9611 7.41293 -3.25783 {normal=(0.831419 -0.149163 -0.516889)}
Vertex 18422 11.6912 8.12764 -3.81028 {normal=(0.748750 -0.115444 -0.644056)}
Vertex 18423 11.3847 9.25472 -4.27895 {normal=(0.685317 0.038567 -0.713711)}
Vertex 18424 10.5483 9.08002 -4.92733 {normal=(0.622697 0.040394 -0.770476)}
Vertex 18425 9.61543 8.92436 -5.53128 {normal=(0.346338 -0.023224 -0.891428)}
Vertex 18426 8.45123 8.61344 -5.64402 {normal=(-0.167588 -0.165809 -0.918434)}
Vertex 18427 8.72736 7.24303 -5.2844 {normal=(-0.302163 -0.208470 -0.861994)}
Vertex 18428 9.72503 7.66901 -5.28144 {normal=(0.258879 -0.061373 -0.911725)}
Vertex 18429 10.6807 7.94067 -4.76155 {normal=(0.634489 0.036420 -0.744526)}
Vertex 18430 10.802 6.9269 -5.07103 {normal=(0.451206 0.429621 -0.739325)}
Vertex 18431 11.013 6.05635 -5.46032 {normal=(0.342013 0.349609 -0.842537)}
Vertex 18432 10.2583 5.81914 -5.65242 {normal=(0.030782 0.244612 -0.952385)}
Vertex 18433 9.95757 6.6214 -5.39191 {normal=(0.049250 0.288238 -0.922846)}
Vertex 18434 9.07364 4.72304 -5.54893 {normal=(-0.456665 -0.027225 -0.864989)}
Vertex 18435 8.29345 5.13894 -4.91033 {normal=(-0.686176 -0.034112 -0.691935)}
Vertex 18436 9.07994 6.16059 -5.37829 {normal=(-0.362010 0.141070 -0.893596)}
Vertex 18437 9.52238 5.3891 -5.67222 {normal=(-0.251596 0.129374 -0.943562)}
Vertex 18438 9.90912 4.6131 -5.8011 {normal=(-0.100313 -0.013402 -0.981032)}
Vertex 18439 10.1639 3.85566 -5.73025 {normal=(0.010630 -0.121225 -0.990372)}
Vertex 18440 9.81481 3.03327 -5.64968 {normal=(-0.199485 -0.104528 -0.955943)}
Vertex 18441 9.96877 1.93263 -5.60469 {normal=(-0.285650 -0.029399 -0.923026)}
Vertex 18442 10.4098 2.01203 -5.61923 {normal=(0.070761 0.051168 -0.980842)}
Vertex 18443 10.91 1.98294 -5.49251 {normal=(0.331454 0.061325 -0.925673)}
Vertex 18444 10.8156 3.14982 -5.56649 {normal=(0.253392 -0.114795 -0.950276)}
Vertex 18445 10.746 3.92108 -5.71036 {normal=(0.162679 -0.136329 -0.970272)}
Vertex 18446 11.4206 3.04755 -5.27522 {normal=(0.472461 -0.146827 -0.854899)}
Vertex 18447 11.542 1.90027 -5.13227 {normal=(0.552014 0.041441 -0.818633)}
Vertex 18448 12.1642 1.8363 -4.60538 {normal=(0.671657 0.025218 -0.731179)}
Vertex 18449 12.1506 2.90673 -4.71611 {normal=(0.675103 -0.111619 -0.713585)}
Vertex 18450 11.4304 3.96211 -5.52761 {normal=(0.397057 -0.139624 -0.889287)}
Vertex 18451 10.557 4.85893 -5.79172 {normal=(0.086970 0.041494 -0.979149)}
Vertex 18452 11.2857 5.01879 -5.65076 {normal=(0.337966 0.098468 -0.907850)}
Vertex 18453 12.1331 4.00626 -5.06453 {normal=(0.677391 -0.067677 -0.697360)}
Vertex 18454 12.2231 5.41023 -4.7397 {normal=(0.839932 0.320078 -0.339390)}
Vertex 18455 11.7136 6.43583 -4.28384 {normal=(0.815403 0.502885 -0.241846)}
Vertex 18456 11.6629 6.91226 -3.55413 {normal=(0.864302 0.134002 -0.424879)}
Vertex 18457 12.0271 6.6028 -2.91624 {normal=(0.935137 -0.007783 -0.148056)}
Vertex 18458 12.1911 5.78563 -3.05929 {normal=(0.943163 0.171434 0.074243)}
Vertex 18459 12.2079 5.60427 -4.0623 {normal=(0.910446 0.381802 -0.078473)}
Vertex 18460 12.5457 4.11498 -4.48777 {normal=(0.893421 0.082373 -0.361303)}
Vertex 18461 12.5431 4.30579 -3.11733 {normal=(0.932210 0.192159 0.181528)}
Vertex 18462 13.055 0.124344 -3.34166 {normal=(0.954444 0.081764 0.024769)}
Vertex 18463 12.8628 2.90856 -3.23455 {normal=(0.952511 0.165815 0.079444)}
Vertex 18464 12.6454 2.86853 -4.21671 {normal=(0.854317 -0.002860 -0.468628)}
Vertex 18465 12.7129 1.88 -4.09934 {normal=(0.819277 0.023169 -0.544151)}
Vertex 18466 12.7648 1.00859 -4.06548 {normal=(0.846092 0.065561 -0.512727)}
Vertex 18467 12.9254 1.94628 -3.65125 {normal=(0.943796 0.060177 -0.306399)}
Vertex 18468 13.0025 1.95471 -3.2835 {normal=(0.978813 0.089975 -0.042900)}
Vertex 18469 12.8688 1.06049 -2.80579 {normal=(0.915254 0.033977 0.354185)}
Vertex 18470 12.6159 2.85432 -2.80603 {normal=(0.861755 0.137686 0.442315)}
Vertex 18471 12.3601 4.31801 -2.70493 {normal=(0.841380 0.102078 0.516883)}
Vertex 18472 12.0618 5.7868 -2.4625 {normal=(0.876504 -0.015062 0.426507)}
Vertex 18473 12.1267 4.35475 -1.86549 {normal=(0.968019 0.178450 0.158515)}
Vertex 18474 11.7801 5.65644 -1.6887 {normal=(0.944342 0.223921 0.216426)}
Vertex 18475 11.2851 6.24739 -0.800755 {normal=(0.787675 0.186881 0.534089)}
Vertex 18476 11.5907 5.50503 -0.834686 {normal=(0.799785 0.274205 0.462369)}
Vertex 18477 11.957 4.36765 -0.877484 {normal=(0.835440 0.174809 0.424465)}
Vertex 18478 12.1907 3.04716 -0.975502 {normal=(0.862257 -0.011223 0.404622)}
Vertex 18479 12.3031 2.9447 -1.89254 {normal=(0.979334 0.048380 0.168773)}
Vertex 18480 12.816 1.87628 -2.85024 {normal=(0.897070 0.120074 0.348167)}
Vertex 18481 12.195 1.66857 -1.71136 {normal=(0.903429 -0.012366 0.364517)}
Vertex 18482 12.0467 1.79203 -1.0355 {normal=(0.772372 -0.191621 0.536588)}
Vertex 18483 11.4526 1.97112 -0.455892 {normal=(0.393237 -0.259689 0.822770)}
Vertex 18484 11.5298 3.0589 -0.276378 {normal=(0.454568 -0.083711 0.817255)}
Vertex 18485 11.2982 4.22608 -0.156718 {normal=(0.436292 0.070759 0.834846)}
Vertex 18486 10.9865 5.21487 -0.16543 {normal=(0.428641 0.152057 0.837846)}
Vertex 18487 10.7167 6.03987 -0.189058 {normal=(0.476860 0.087407 0.832135)}
Vertex 18488 7.48493 4.27988 -3.28396 {normal=(-0.856518 -0.398678 -0.218574)}
Vertex 18489 8.3284 2.8119 -3.3708 {normal=(-0.875421 -0.431567 -0.101128)}
Vertex 18490 8.90315 1.55454 -3.48047 {normal=(-0.933823 -0.294657 -0.054440)}
Vertex 18491 9.16095 0.370506 -3.64874 {normal=(-0.965153 -0.145142 -0.036516)}
Vertex 18492 9.22759 0.427015 -2.93112 {normal=(-0.838351 -0.184555 0.420244)}
Vertex 18493 8.86937 1.66852 -2.88309 {normal=(-0.789537 -0.303273 0.409331)}
Vertex 18494 8.2372 2.99113 -2.76435 {normal=(-0.738900 -0.443545 0.375320)}
Vertex 18495 7.38719 4.3969 -2.57454 {normal=(-0.777640 -0.421246 0.306591)}
Vertex 18496 6.95708 5.61133 -2.45541 {normal=(-0.857190 -0.230076 0.247832)}
Vertex 18497 7.66836 5.82568 -1.49647 {normal=(-0.676841 -0.301233 0.651603)}
Vertex 18498 7.85812 4.60145 -1.99019 {normal=(-0.598167 -0.411937 0.678689)}
Vertex 18499 8.57907 4.71156 -1.22214 {normal=(-0.895547 -0.235244 0.334766)}
Vertex 18500 8.68361 5.6283 -0.629883 {normal=(-0.743037 -0.146893 0.617033)}
Vertex 18501 8.97301 6.28735 -0.228739 {normal=(-0.516473 -0.232301 0.786924)}
Vertex 18502 9.38166 4.78956 -0.162517 {normal=(-0.424626 -0.105411 0.863202)}
Vertex 18503 8.79109 4.69891 -0.662952 {normal=(-0.784934 -0.145602 0.523646)}
Vertex 18504 9.33311 5.68296 -0.0859172 {normal=(-0.398937 -0.113233 0.884152)}
Vertex 18505 10.0286 5.88097 0.0392465 {normal=(0.029568 -0.068460 0.959240)}
Vertex 18506 10.1698 4.97213 0.0230042 {normal=(-0.014882 -0.003559 0.977731)}
Vertex 18507 10.3354 3.99572 -0.000822751 {normal=(-0.043995 -0.060260 0.972795)}
Vertex 18508 10.5333 2.94471 -0.114048 {normal=(-0.038091 -0.161197 0.961954)}
Vertex 18509 10.131 1.75076 -0.493674 {normal=(-0.337426 -0.393542 0.827090)}
Vertex 18510 9.75014 2.72642 -0.327389 {normal=(-0.428648 -0.239114 0.840261)}
Vertex 18511 9.48741 3.75951 -0.249891 {normal=(-0.462651 -0.157919 0.835461)}
Vertex 18512 8.94183 3.55119 -0.885473 {normal=(-0.818259 -0.220720 0.409512)}
Vertex 18513 8.84974 3.43113 -1.64898 {normal=(-0.932927 -0.310918 0.142079)}
Vertex 18514 8.55651 3.23159 -2.36414 {normal=(-0.592397 -0.411094 0.688921)}
Vertex 18515 9.1981 1.81886 -2.55205 {normal=(-0.660206 -0.283204 0.689721)}
Vertex 18516 9.64395 0.539337 -2.47733 {normal=(-0.710507 -0.192715 0.676169)}
Vertex 18517 9.83272 0.910299 -1.67921 {normal=(-0.760655 -0.478521 0.343494)}
Vertex 18518 9.29169 2.06417 -1.79079 {normal=(-0.919090 -0.372465 0.108934)}
Vertex 18519 9.2781 2.37914 -0.91654 {normal=(-0.766583 -0.325610 0.422314)}
Vertex 18520 9.7782 1.44696 -0.931207 {normal=(-0.630204 -0.475221 0.529004)}
Vertex 18521 10.4019 1.01497 -0.819922 {normal=(-0.304290 -0.546901 0.720904)}
Vertex 18522 11.941 0.284381 -1.45505 {normal=(0.511904 -0.151199 0.755804)}
Vertex 18523 11.5089 0.798964 -1.01812 {normal=(0.362446 -0.396142 0.754318)}
Vertex 18524 11.0242 1.2432 -0.617314 {normal=(0.131132 -0.441564 0.837744)}
Vertex 18525 10.6764 1.90981 -0.322584 {normal=(-0.025088 -0.318798 0.926865)}
Vertex 18526 11.7497 0.772597 -5.15725 {normal=(0.578768 0.174604 -0.793937)}
Vertex 18527 12.3958 0.0647512 -4.80942 {normal=(0.733286 0.182495 -0.615428)}
Vertex 18528 12.7383 0.110176 -4.20378 {normal=(0.886125 0.119981 -0.440461)}
Vertex 18529 12.9395 0.118795 -3.75969 {normal=(0.928946 0.096813 -0.338039)}
Vertex 18530 10.0414 0.755798 -5.65673 {normal=(-0.444915 0.054515 -0.847445)}
Vertex 18531 10.4996 0.802526 -5.75904 {normal=(0.018909 0.162408 -0.954994)}
Vertex 18532 10.5736 -0.0186803 -5.97637 {normal=(0.030165 -0.005876 -0.941166)}
Vertex 18533 10.1647 -0.138435 -5.8571 {normal=(-0.455445 -0.101779 -0.814524)}
Vertex 18534 11.0357 0.793427 -5.60884 {normal=(0.379888 0.188724 -0.894297)}
Vertex 18535 11.0103 0.035611 -5.82806 {normal=(0.388356 0.047311 -0.897895)}
Vertex 18536 10.7023 -0.500093 -5.90697 {normal=(0.121792 -0.236223 -0.918309)}
Vertex 18537 10.2442 -0.653035 -5.77807 {normal=(-0.412149 -0.306067 -0.798107)}
Vertex 18538 9.76045 0.625324 -5.38845 {normal=(-0.775708 -0.054736 -0.602517)}
Vertex 18539 9.91041 -0.267167 -5.55087 {normal=(-0.751717 -0.140925 -0.621709)}
Vertex 18540 9.50125 -0.539148 -4.77721 {normal=(-0.882020 0.015023 -0.432602)}
Vertex 18541 9.83313 -0.545827 -2.52352 {normal=(-0.731938 -0.056849 0.661368)}
Vertex 18542 9.41206 -0.603658 -3.08341 {normal=(-0.876464 -0.037611 0.400882)}
Vertex 18543 11.0838 -0.313549 -1.68387 {normal=(-0.141398 -0.251282 0.831648)}
Vertex 18544 12.5534 0.948732 -2.18503 {normal=(0.817877 0.068575 0.561892)}
Vertex 18545 -13.1025 -7.35784 -0.943978 {normal=(-0.753763 -0.012048 0.630654)}
Vertex 18546 -13.5421 -7.42758 -1.74329 {normal=(-0.921564 -0.072355 0.348455)}
Vertex 18547 -13.7538 -7.57038 -2.74899 {normal=(-0.977348 -0.115775 0.031736)}
Vertex 18548 -13.6417 -7.71897 -3.64646 {normal=(-0.941347 -0.145336 -0.272007)}
Vertex 18549 -13.364 -7.82059 -4.26865 {normal=(-0.836764 -0.163918 -0.507544)}
Vertex 18550 -12.9384 -7.90506 -4.76262 {normal=(-0.628483 -0.186133 -0.730283)}
Vertex 18551 -12.0394 -7.99735 -5.16004 {normal=(-0.169457 -0.224688 -0.940101)}
Vertex 18552 -11.2425 -8.03479 -5.14209 {normal=(0.193628 -0.246255 -0.931127)}
Vertex 18553 -10.6374 -8.05259 -4.89826 {normal=(0.533771 -0.256887 -0.782542)}
Vertex 18554 -10.1928 -8.03866 -4.41246 {normal=(0.790984 -0.254741 -0.527206)}
Vertex 18555 -9.8491 -7.9559 -3.48014 {normal=(0.932191 -0.236044 -0.212778)}
Vertex 18556 -9.76086 -7.78526 -2.31905 {normal=(0.964886 -0.187866 0.102702)}
Vertex 18557 -9.96051 -7.62602 -1.4107 {normal=(0.889297 -0.105749 0.404607)}
Vertex 18558 -10.7288 -7.45608 -0.553293 {normal=(0.512216 0.031317 0.813827)}
Vertex 18559 -11.6434 -7.37679 -0.238446 {normal=(0.023139 0.082748 0.960339)}
Vertex 18560 -12.4594 -7.34876 -0.436159 {normal=(-0.440108 0.054476 0.867911)}
Vertex 18561 -11.7896 -11.8802 -4.07341 {normal=(0.036038 -0.981138 0.175934)}
Vertex 18562 -11.1491 -11.7737 -3.71983 {normal=(0.095384 -0.976813 0.190177)}
Vertex 18563 -10.9749 -11.6973 -3.43716 {normal=(0.091096 -0.971473 0.218403)}
Vertex 18564 -10.7801 -11.5411 -2.8697 {normal=(0.099534 -0.964253 0.244909)}
Vertex 18565 -10.6759 -11.2841 -1.97366 {normal=(0.110518 -0.955854 0.271767)}
Vertex 18566 -10.695 -11.0398 -1.14035 {normal=(0.134250 -0.943952 0.299769)}
Vertex 18567 -10.8214 -10.8688 -0.5639 {normal=(0.117149 -0.931327 0.340853)}
Vertex 18568 -11.4004 -10.7475 -0.186798 {normal=(-0.003210 -0.915171 0.386927)}
Vertex 18569 -12.516 -10.8553 -0.621467 {normal=(-0.142508 -0.911149 0.384790)}
Vertex 18570 -12.8068 -10.9606 -1.00652 {normal=(-0.201531 -0.907369 0.365349)}
Vertex 18571 -13.0657 -11.1242 -1.59101 {normal=(-0.291929 -0.891272 0.338252)}
Vertex 18572 -13.1135 -11.565 -3.09239 {normal=(-0.245642 -0.945118 0.214211)}
Vertex 18573 -12.9156 -11.7124 -3.55899 {normal=(-0.194713 -0.961595 0.189367)}
Vertex 18574 -12.6612 -11.8125 -3.8821 {normal=(-0.116024 -0.975849 0.180085)}
Vertex 18575 -12.2985 -11.8725 -4.06918 {normal=(-0.045409 -0.981623 0.183019)}
Vertex 18576 -11.4735 -4.10315 -0.744821 {normal=(0.094201 0.988197 0.114168)}
Vertex 18577 -10.2774 -4.21142 -1.28807 {normal=(0.140962 0.986965 0.073951)}
Vertex 18578 -9.47914 -4.28437 -2.15329 {normal=(0.172413 0.983662 0.048527)}
Vertex 18579 -9.13723 -4.31623 -2.92634 {normal=(0.225047 0.973011 0.020050)}
Vertex 18580 -9.13837 -4.31762 -3.99422 {normal=(0.288167 0.954110 -0.050916)}
Vertex 18581 -9.55444 -4.28168 -5.07558 {normal=(0.282305 0.947387 -0.140355)}
Vertex 18582 -10.204 -4.22412 -5.67452 {normal=(0.200241 0.962211 -0.175922)}
Vertex 18583 -11.1136 -4.14281 -5.93614 {normal=(0.112294 0.980883 -0.151966)}
Vertex 18584 -12.1895 -4.05081 -5.82181 {normal=(0.055125 0.991496 -0.114711)}
Vertex 18585 -13.0645 -3.97154 -5.34253 {normal=(0.022113 0.996239 -0.080654)}
Vertex 18586 -13.5825 -3.92656 -4.77754 {normal=(-0.000899 0.998350 -0.056196)}
Vertex 18587 -13.8964 -3.89735 -4.16426 {normal=(-0.022662 0.998524 -0.046993)}
Vertex 18588 -14.0549 -3.86698 -3.40357 {normal=(-0.044138 0.998378 -0.017767)}
Vertex 18589 -13.9443 -3.87204 -2.49111 {normal=(-0.069330 0.994781 0.052241)}
Vertex 18590 -13.5253 -3.91326 -1.57008 {normal=(-0.064155 0.988482 0.127393)}
Vertex 18591 -12.6593 -3.99378 -0.915817 {normal=(0.010227 0.987094 0.148301)}
Vertex 18592 -9.64318 3.7976 -5.69169 {normal=(0.204309 -0.130460 -0.956365)}
Vertex 18593 -11.5338 6.14394 -5.12819 {normal=(-0.610297 0.450973 -0.615524)}
Vertex 18594 -11.8958 5.19582 -5.2872 {normal=(-0.629823 0.196423 -0.696995)}
Vertex 18595 -11.2262 7.59892 -4.07675 {normal=(-0.783216 0.087952 -0.578551)}
Vertex 18596 -11.2233 7.24657 -4.19459 {normal=(-0.804754 0.355154 -0.444372)}
Vertex 18597 -11.281 6.85211 -4.62891 {normal=(-0.699175 0.501310 -0.478358)}
Vertex 18598 -8.37237 5.83045 -0.961041 {normal=(0.675179 -0.295229 0.652755)}
Vertex 18599 -8.38366 4.70942 -1.59436 {normal=(0.697912 -0.368034 0.553968)}
Vertex 18600 -9.35324 0.39072 -4.40684 {normal=(0.938208 -0.091971 -0.311368)}
Vertex 18601 -9.56227 -1.70986 -5.06498 {normal=(0.797793 0.032017 -0.562340)}
Vertex 18602 -12.7913 0.078365 -2.68918 {normal=(-0.905145 0.057214 0.399733)}
Vertex 18603 -12.3737 0.0366908 -1.97598 {normal=(-0.717844 0.038778 0.639816)}
Vertex 18604 -12.5715 -1.28579 -5.11415 {normal=(-0.718611 0.171393 -0.621131)}
Vertex 18605 -11.8439 -1.36887 -5.6279 {normal=(-0.416925 0.124208 -0.884161)}
Vertex 18606 -12.2911 0.875386 -4.65041 {normal=(-0.706329 0.141744 -0.679211)}
Vertex 18607 -12.581 4.23568 -3.90392 {normal=(-0.967858 0.207204 -0.071433)}
Vertex 18608 -12.796 2.90844 -3.76776 {normal=(-0.960550 0.114158 -0.205705)}
Vertex 18609 -11.4171 0.769598 -5.38276 {normal=(-0.520526 0.169463 -0.836181)}
Vertex 18610 -11.3177 -0.0665562 -5.59856 {normal=(-0.467568 0.078837 -0.867215)}
Vertex 18611 -10.8528 -0.730875 -5.74626 {normal=(-0.111474 -0.106232 -0.921779)}
Vertex 18612 -10.2073 -0.916196 -5.57373 {normal=(0.460817 -0.151200 -0.797835)}
Vertex 18613 -9.77114 -0.443646 -5.23669 {normal=(0.811450 -0.079842 -0.557080)}
Vertex 18614 -9.56376 0.497311 -4.97207 {normal=(0.893625 -0.090934 -0.431585)}
Vertex 18615 -13.0195 1.08208 -3.28269 {normal=(-0.976515 0.029134 -0.007059)}
Vertex 18616 -12.9658 1.06679 -3.6316 {normal=(-0.940461 0.035193 -0.317917)}
Vertex 18617 -10.3432 -1.625 -1.93535 {normal=(0.558181 0.081492 0.804946)}
Vertex 18618 -7.87638 4.20782 -3.93486 {normal=(0.831827 -0.320583 -0.433529)}
Vertex 18619 -8.54523 2.71339 -3.95669 {normal=(0.877480 -0.374549 -0.292042)}
Vertex 18620 -13.3227 -3.01756 -1.95422 {normal=(-0.815560 0.288751 0.461538)}
Vertex 18621 -11.4228 -1.4737 -1.50183 {normal=(0.067136 0.108211 0.908535)}
Vertex 18622 -10.271 -0.439337 -2.12774 {normal=(0.606044 -0.177761 0.737808)}
Vertex 18623 -8.87998 3.38405 -2.07176 {normal=(0.744150 -0.391643 0.437875)}
Vertex 18624 -12.4346 -1.37052 -1.66267 {normal=(-0.551907 0.184312 0.738020)}
Vertex 18625 -11.3471 -13.452 -2.39041 {normal=(0.959553 -0.164990 0.185359)}
Vertex 18626 -12.1863 -12.221 -3.98251 {normal=(-0.225974 0.095380 -0.936035)}
Vertex 18627 -11.5876 -12.2183 -3.92813 {normal=(0.118809 0.111841 -0.978675)}
Vertex 18628 -11.1381 -12.1574 -3.66624 {normal=(0.888744 0.152161 -0.409394)}
Vertex 18629 -11.0138 -12.0896 -3.38462 {normal=(0.950864 0.119698 -0.218033)}
Vertex 18630 -10.9801 -12.0494 -3.11634 {normal=(0.987785 0.003933 0.009132)}
Vertex 18631 -10.9863 -12.0136 -2.67947 {normal=(0.972748 -0.171047 0.029467)}
Vertex 18632 -10.9178 -11.8528 -2.06159 {normal=(0.965914 -0.210354 -0.088003)}
Vertex 18633 -10.7922 -11.5529 -1.37788 {normal=(0.985639 -0.068925 -0.078997)}
Vertex 18634 -10.8196 -11.1861 -0.681255 {normal=(0.989909 0.083227 0.044223)}
Vertex 18635 -11.5154 -10.9334 -0.248133 {normal=(0.134252 0.712273 0.688934)}
Vertex 18636 -12.3867 -11.1479 -0.508677 {normal=(-0.848433 0.181622 0.492928)}
Vertex 18637 -12.7676 -11.4731 -1.06526 {normal=(-0.895378 0.141909 0.416623)}
Vertex 18638 -12.9743 -11.5999 -1.47478 {normal=(-0.943202 0.087257 0.306040)}
Vertex 18639 -13.1125 -11.7344 -1.95413 {normal=(-0.984045 0.032683 0.114506)}
Vertex 18640 -13.122 -11.893 -2.53304 {normal=(-0.991947 -0.003282 -0.084729)}
Vertex 18641 -13.0244 -12.0225 -3.07355 {normal=(-0.962783 -0.004275 -0.250884)}
Vertex 18642 -12.8668 -12.1089 -3.49668 {normal=(-0.854983 0.010769 -0.486100)}
Vertex 18643 -12.592 -12.1788 -3.80991 {normal=(-0.615409 0.047164 -0.758461)}
Vertex 18644 -10.8354 -12.1798 -1.11338 {normal=(0.960379 -0.164178 -0.164954)}
Vertex 18645 -12.5097 -14.4979 -3.53851 {normal=(-0.712370 -0.129449 -0.668297)}
Vertex 18646 -12.2272 -14.4902 -3.7792 {normal=(-0.353686 -0.157664 -0.878673)}
Vertex 18647 -12.5636 -12.6881 -0.072607 {normal=(-0.788123 0.213511 0.548057)}
Vertex 18648 -11.4734 -11.1744 -0.0083525 {normal=(0.224299 0.696467 0.675105)}
Vertex 18649 -11.9314 -12.9608 0.459965 {normal=(-0.683377 0.157801 0.699434)}
Vertex 18650 -11.7123 -12.2769 0.489795 {normal=(-0.559466 0.272031 0.763788)}
Vertex 18651 -10.4542 -12.4724 -0.00621599 {normal=(0.846556 0.469787 -0.239587)}
Vertex 18652 -10.4569 -13.0586 -0.317657 {normal=(0.704946 -0.087525 -0.627846)}
Vertex 18653 -10.9194 -12.0307 0.393587 {normal=(0.421833 0.646889 0.622658)}
Vertex 18654 -11.4935 -13.881 0.366874 {normal=(0.321811 -0.586166 0.743537)}
Vertex 18655 -11.0004 -13.5131 -0.612485 {normal=(0.750166 -0.345486 -0.503164)}
Vertex 18656 -10.9104 -12.7653 -0.897707 {normal=(0.875946 -0.212290 -0.375448)}
Vertex 18657 -11.1032 -12.5709 -1.95012 {normal=(0.939709 -0.310798 -0.080621)}
Vertex 18658 -11.2781 -13.9977 -0.269237 {normal=(0.943812 -0.203622 -0.158953)}
Vertex 18659 -11.3357 -13.8055 -0.95472 {normal=(0.901862 -0.316771 -0.261943)}
Vertex 18660 -11.2915 -13.1571 -1.63271 {normal=(0.922514 -0.311919 -0.154148)}
Vertex 18661 -11.5442 -13.7986 -1.77411 {normal=(0.964861 -0.232503 0.032097)}
Vertex 18662 -11.6501 -13.308 -3.9806 {normal=(0.058204 -0.053887 -0.967585)}
Vertex 18663 -11.1484 -13.326 -3.68343 {normal=(0.950940 -0.058025 -0.257324)}
Vertex 18664 -11.0698 -13.3175 -3.27508 {normal=(0.970732 -0.064621 -0.031286)}
Vertex 18665 -11.1502 -13.3223 -2.89018 {normal=(0.966034 -0.092599 0.194363)}
Vertex 18666 -12.859 -12.838 -0.623879 {normal=(-0.920552 0.159248 0.339877)}
Vertex 18667 -13.0284 -13.0145 -1.1157 {normal=(-0.971862 0.067670 0.195285)}
Vertex 18668 -13.08 -13.148 -1.6543 {normal=(-0.990298 -0.023236 0.014982)}
Vertex 18669 -13.0312 -13.2726 -2.26413 {normal=(-0.991285 -0.071291 -0.091503)}
Vertex 18670 -12.9643 -13.3003 -2.83039 {normal=(-0.974607 -0.072021 -0.183207)}
Vertex 18671 -12.8382 -13.2684 -3.33371 {normal=(-0.877357 -0.088643 -0.430548)}
Vertex 18672 -12.6068 -13.2418 -3.7045 {normal=(-0.681428 -0.079260 -0.703024)}
Vertex 18673 -12.2783 -13.2508 -3.95553 {normal=(-0.350967 -0.058375 -0.895481)}
Vertex 18674 -11.6919 -14.5153 -3.79762 {normal=(0.129139 -0.181885 -0.937790)}
Vertex 18675 -11.3206 -14.5503 -3.42855 {normal=(0.980385 -0.053282 -0.031018)}
Vertex 18676 -11.3659 -14.5737 -2.90454 {normal=(0.967666 -0.029356 0.158611)}
Vertex 18677 -11.4914 -14.5168 -2.47125 {normal=(0.958173 -0.044461 0.255690)}
Vertex 18678 -11.5798 -14.4828 -2.01429 {normal=(0.970274 -0.047661 0.212361)}
Vertex 18679 -11.6748 -14.5323 -1.44185 {normal=(0.982525 -0.075944 0.058189)}
Vertex 18680 -11.597 -14.4962 -0.854582 {normal=(0.951859 -0.174190 -0.189782)}
Vertex 18681 -11.877 -14.0123 0.572116 {normal=(0.373359 0.410504 0.827670)}
Vertex 18682 -12.4126 -13.7581 0.630126 {normal=(-0.606058 0.301594 0.719271)}
Vertex 18683 -12.7107 -13.8058 0.315418 {normal=(-0.816532 0.205372 0.476258)}
Vertex 18684 -10.9968 -15.9582 -3.06085 {normal=(0.442536 -0.051028 -0.866892)}
Vertex 18685 -11.198 -16.3366 -3.08137 {normal=(0.296044 -0.417873 -0.836301)}
Vertex 18686 -11.0038 -15.6504 -2.79049 {normal=(0.592217 0.781205 0.141064)}
Vertex 18687 -11.4205 -16.4787 -2.91349 {normal=(-0.251763 -0.939899 -0.188500)}
Vertex 18688 -10.899 -15.7459 -2.72059 {normal=(0.611114 0.750464 0.222130)}
Vertex 18689 -10.7294 -16.045 -2.93117 {normal=(0.355196 0.037043 -0.907209)}
Vertex 18690 -10.7437 -16.4283 -2.89438 {normal=(0.306181 -0.344028 -0.861886)}
Vertex 18691 -10.889 -16.5983 -2.69235 {normal=(-0.120967 -0.980464 -0.139764)}
Vertex 18692 -10.4676 -16.3042 -2.76057 {normal=(0.834614 -0.277620 -0.473886)}
Vertex 18693 -10.5226 -16.4599 -2.5293 {normal=(0.766845 -0.580171 0.261817)}
Vertex 18694 -10.8591 -15.7416 -2.68243 {normal=(-0.365956 0.240345 -0.798714)}
Vertex 18695 -10.6014 -15.9838 -2.85603 {normal=(0.141612 0.168700 -0.938396)}
Vertex 18696 -10.8116 -15.6742 -2.6148 {normal=(-0.356692 0.911634 -0.147449)}
Vertex 18697 -10.5127 -15.7486 -2.76688 {normal=(0.030041 0.296508 -0.941458)}
Vertex 18698 -10.2909 -15.8739 -2.6372 {normal=(0.841987 -0.212303 -0.493797)}
Vertex 18699 -10.2759 -15.9497 -2.39606 {normal=(0.869659 -0.431794 0.200537)}
Vertex 18700 -10.4502 -15.5443 -2.68932 {normal=(0.003564 0.188912 -0.966736)}
Vertex 18701 -10.1826 -15.4404 -2.59444 {normal=(0.796765 -0.187626 -0.571472)}
Vertex 18702 -10.0933 -15.3997 -2.36738 {normal=(0.937231 -0.326423 0.082143)}
Vertex 18703 -10.7371 -15.6214 -2.54223 {normal=(-0.564848 0.786465 -0.187538)}
Vertex 18704 -10.2095 -15.1226 -2.37672 {normal=(0.349827 0.931249 0.088633)}
Vertex 18705 -10.7599 -15.5717 -2.53139 {normal=(-0.252737 -0.590480 -0.542607)}
Vertex 18706 -10.5335 -15.4276 -2.6771 {normal=(-0.110425 -0.102774 -0.957982)}
Vertex 18707 -10.3162 -15.2138 -2.59292 {normal=(0.168081 0.520894 -0.835848)}
Vertex 18708 -10.8914 -15.5374 -2.49719 {normal=(-0.289291 -0.695984 -0.497568)}
Vertex 18709 -10.7955 -15.3189 -2.64137 {normal=(-0.204559 -0.299064 -0.912076)}
Vertex 18710 -10.7129 -15.0767 -2.58486 {normal=(0.135510 0.562901 -0.814467)}
Vertex 18711 -10.6538 -14.9783 -2.37075 {normal=(0.221144 0.964748 0.008694)}
Vertex 18712 -11.1253 -15.0109 -2.59236 {normal=(0.066762 0.534432 -0.840527)}
Vertex 18713 -11.1899 -14.9121 -2.51656 {normal=(0.099013 0.976529 -0.185333)}
Vertex 18714 -11.1468 -15.4492 -2.47741 {normal=(-0.333688 -0.635357 -0.567142)}
Vertex 18715 -11.1086 -15.2431 -2.5876 {normal=(-0.262433 -0.329781 -0.899067)}
Vertex 18716 -11.4409 -14.8817 -2.47815 {normal=(-0.534370 0.447102 -0.689815)}
Vertex 18717 -11.3801 -15.1727 -2.5256 {normal=(-0.445667 -0.239230 -0.829654)}
Vertex 18718 -11.5443 -15.1143 -2.43519 {normal=(-0.709518 -0.146577 -0.618656)}
Vertex 18719 -10.9827 -14.9052 -2.37135 {normal=(0.081675 0.988798 -0.058221)}
Vertex 18720 -11.5449 -14.8487 -2.33313 {normal=(-0.717969 0.517218 -0.441536)}
Vertex 18721 -11.6188 -15.0718 -2.32064 {normal=(-0.840604 -0.121241 -0.392776)}
Vertex 18722 -11.599 -14.925 -2.33071 {normal=(-0.775041 0.352079 -0.484768)}
Vertex 18723 -11.4969 -14.96 -2.47699 {normal=(-0.619110 0.231386 -0.706705)}
Vertex 18724 -11.1357 -15.6372 -2.89337 {normal=(-0.341169 0.906355 -0.249246)}
Vertex 18725 -11.9023 -16.2281 -3.20322 {normal=(-0.436320 -0.833108 -0.303088)}
Vertex 18726 -11.6371 -16.1477 -3.33377 {normal=(0.234581 -0.459071 -0.837832)}
Vertex 18727 -11.2902 -15.874 -3.23586 {normal=(0.461407 -0.180303 -0.837668)}
Vertex 18728 -11.9561 -16.1479 -2.60409 {normal=(-0.575466 -0.686095 0.388781)}
Vertex 18729 -12.0249 -16.2227 -2.94151 {normal=(-0.533380 -0.804247 -0.016624)}
Vertex 18730 -11.1947 -15.6631 -2.45553 {normal=(-0.844523 -0.459540 -0.274962)}
Vertex 18731 -11.4928 -14.9719 -2.00649 {normal=(-0.605302 0.191667 0.729805)}
Vertex 18732 -11.5992 -14.9286 -2.15329 {normal=(-0.775276 0.331991 0.496100)}
Vertex 18733 -11.6206 -15.0736 -2.1742 {normal=(-0.863775 0.009533 0.457210)}
Vertex 18734 -11.5458 -14.8534 -2.14745 {normal=(-0.727752 0.479295 0.462297)}
Vertex 18735 -10.9829 -14.9128 -2.1113 {normal=(0.093241 0.978440 0.145306)}
Vertex 18736 -11.5469 -15.1202 -2.05878 {normal=(-0.695423 -0.090455 0.670237)}
Vertex 18737 -11.3804 -15.1832 -1.9713 {normal=(-0.426866 -0.231563 0.851784)}
Vertex 18738 -11.4374 -14.8943 -2.00139 {normal=(-0.531848 0.378476 0.729092)}
Vertex 18739 -11.1043 -15.2569 -1.91506 {normal=(-0.200022 -0.378590 0.896552)}
Vertex 18740 -11.1457 -15.4539 -2.1987 {normal=(-0.386483 -0.863256 -0.006086)}
Vertex 18741 -11.1858 -14.9276 -1.96543 {normal=(0.114899 0.953272 0.275658)}
Vertex 18742 -11.1172 -15.03 -1.89791 {normal=(0.081023 0.451010 0.887087)}
Vertex 18743 -10.6534 -14.997 -2.11081 {normal=(0.234096 0.953860 0.137173)}
Vertex 18744 -10.7084 -15.1236 -1.91245 {normal=(0.142342 0.442385 0.884814)}
Vertex 18745 -10.8317 -15.3491 -1.92775 {normal=(-0.179680 -0.419711 0.886245)}
Vertex 18746 -10.9317 -15.5394 -2.19605 {normal=(-0.295827 -0.921995 0.081160)}
Vertex 18747 -10.3752 -15.2717 -1.91176 {normal=(0.128628 0.388381 0.911462)}
Vertex 18748 -10.6775 -15.4511 -1.94595 {normal=(-0.356098 -0.238852 0.882422)}
Vertex 18749 -10.8464 -15.5707 -2.21128 {normal=(-0.331386 -0.909491 0.068404)}
Vertex 18750 -10.211 -15.156 -2.1066 {normal=(0.357624 0.925375 0.121248)}
Vertex 18751 -10.8289 -15.6274 -2.21212 {normal=(-0.662578 0.731447 -0.049897)}
Vertex 18752 -10.128 -15.424 -2.09769 {normal=(0.898340 -0.387249 0.189783)}
Vertex 18753 -10.3393 -15.4768 -1.9113 {normal=(0.342069 -0.257141 0.903476)}
Vertex 18754 -10.6641 -15.5626 -1.94574 {normal=(-0.479297 0.009860 0.872209)}
Vertex 18755 -10.3579 -15.9615 -2.16109 {normal=(0.836976 -0.463570 0.273058)}
Vertex 18756 -10.5279 -15.9131 -1.97233 {normal=(0.346024 -0.307936 0.885361)}
Vertex 18757 -10.7881 -15.7965 -1.98495 {normal=(-0.470813 0.124446 0.872880)}
Vertex 18758 -10.932 -15.6947 -2.26276 {normal=(-0.469451 0.866052 0.005069)}
Vertex 18759 -10.9502 -16.0333 -2.0339 {normal=(-0.440606 0.171614 0.880646)}
Vertex 18760 -11.0129 -15.7663 -2.31413 {normal=(-0.981153 0.192404 -0.017897)}
Vertex 18761 -10.6385 -16.4733 -2.25892 {normal=(0.744817 -0.593193 0.295906)}
Vertex 18762 -10.7785 -16.3424 -2.03634 {normal=(0.306558 -0.363778 0.878940)}
Vertex 18763 -11.0139 -16.6066 -2.41707 {normal=(-0.259170 -0.918179 0.139696)}
Vertex 18764 -11.08 -16.4468 -2.15647 {normal=(-0.423088 -0.707408 0.522278)}
Vertex 18765 -11.1065 -16.0718 -2.10418 {normal=(-0.419069 0.214533 0.882028)}
Vertex 18766 -11.0646 -15.7625 -2.35622 {normal=(0.507441 0.761677 0.391243)}
Vertex 18767 -11.5353 -16.4764 -2.67175 {normal=(-0.378781 -0.880284 0.093817)}
Vertex 18768 -11.1616 -15.6642 -2.43159 {normal=(0.453940 0.792012 0.376077)}
Vertex 18769 -11.5097 -16.3325 -2.38104 {normal=(-0.485934 -0.691709 0.486557)}
Vertex 18770 -11.3516 -15.9703 -2.24336 {normal=(-0.399927 0.234065 0.886102)}
Vertex 18771 -11.956 -15.8201 -3.56362 {normal=(0.024470 -0.315417 -0.896168)}
Vertex 18772 -11.4747 -15.6676 -3.41945 {normal=(0.414787 -0.213684 -0.853178)}
Vertex 18773 -11.2107 -15.5877 -2.99704 {normal=(0.976065 0.184947 0.085249)}
Vertex 18774 -11.2458 -15.6671 -2.46591 {normal=(0.458824 0.877196 0.113092)}
Vertex 18775 -12.3404 -15.9201 -2.80141 {normal=(-0.636631 -0.707013 0.232647)}
Vertex 18776 -12.5751 -15.5236 -2.90041 {normal=(-0.961217 -0.135951 -0.214600)}
Vertex 18777 -12.5518 -15.4379 -3.22346 {normal=(-0.942289 -0.046190 -0.269777)}
Vertex 18778 -12.4392 -15.3648 -3.49695 {normal=(-0.692160 -0.067409 -0.633522)}
Vertex 18779 -12.0964 -15.3385 -3.67683 {normal=(-0.201415 -0.165512 -0.916331)}
Vertex 18780 -11.5803 -15.2444 -3.56044 {normal=(0.298810 -0.182715 -0.906209)}
Vertex 18781 -11.2949 -15.2411 -3.10928 {normal=(0.974880 0.148573 0.109385)}
Vertex 18782 -11.4131 -15.3051 -2.5748 {normal=(0.959129 0.180683 0.198406)}
Vertex 18783 -11.5431 -15.2373 -2.1767 {normal=(0.966296 0.141700 0.170752)}
Vertex 18784 -11.582 -15.1531 -1.75715 {normal=(0.980855 0.103873 0.135953)}
Vertex 18785 -12.7891 -15.3705 -1.58353 {normal=(-0.964334 0.003211 -0.019884)}
Vertex 18786 -12.87 -15.366 -1.90165 {normal=(-0.984323 0.035072 0.126581)}
Vertex 18787 -12.8823 -15.3662 -2.20431 {normal=(-0.960394 -0.066722 -0.170404)}
Vertex 18788 -12.7169 -15.4586 -2.54439 {normal=(-0.929013 -0.165259 -0.327992)}
Vertex 18789 -12.4459 -15.8693 -2.42997 {normal=(-0.450870 -0.856775 -0.227165)}
Vertex 18790 -11.3612 -15.6596 -2.06394 {normal=(0.430941 0.899612 -0.028217)}
Vertex 18791 -11.4579 -15.5878 -1.62673 {normal=(0.446784 0.890610 -0.076417)}
Vertex 18792 -12.5918 -15.7847 -1.45772 {normal=(-0.538915 -0.824165 0.052014)}
Vertex 18793 -11.0705 -16.0469 -2.15018 {normal=(0.172546 0.095301 -0.980199)}
Vertex 18794 -11.3228 -16.3969 -2.0514 {normal=(-0.283195 -0.795880 -0.480576)}
Vertex 18795 -10.9564 -15.7097 -1.91407 {normal=(0.649254 0.727322 -0.182177)}
Vertex 18796 -11.486 -16.4877 -1.7814 {normal=(-0.374076 -0.898080 -0.100418)}
Vertex 18797 -10.7841 -15.8511 -1.8701 {normal=(0.602440 0.771762 -0.160704)}
Vertex 18798 -10.7454 -16.2098 -2.10725 {normal=(0.093585 0.157897 -0.976546)}
Vertex 18799 -10.8174 -16.6033 -2.01791 {normal=(-0.300255 -0.719462 -0.584337)}
Vertex 18800 -10.9184 -16.7206 -1.73974 {normal=(-0.308120 -0.899852 -0.163769)}
Vertex 18801 -10.539 -16.5122 -1.99322 {normal=(0.553707 -0.591349 -0.581984)}
Vertex 18802 -10.5793 -16.6162 -1.72111 {normal=(0.483416 -0.869433 0.075191)}
Vertex 18803 -10.6828 -15.82 -1.85022 {normal=(-0.357942 0.490926 -0.689638)}
Vertex 18804 -10.5789 -16.1553 -2.08275 {normal=(0.043261 0.288456 -0.940261)}
Vertex 18805 -10.5744 -15.7435 -1.75501 {normal=(0.072975 0.989137 -0.076984)}
Vertex 18806 -10.3753 -15.975 -1.97423 {normal=(0.148995 0.388953 -0.895014)}
Vertex 18807 -10.206 -16.2719 -1.88607 {normal=(0.553892 -0.476722 -0.674886)}
Vertex 18808 -10.1854 -16.3863 -1.64082 {normal=(0.554320 -0.825985 0.030658)}
Vertex 18809 -10.2582 -15.853 -1.87461 {normal=(0.058458 0.318412 -0.923748)}
Vertex 18810 -9.99155 -16.0626 -1.8301 {normal=(0.433291 -0.411888 -0.795905)}
Vertex 18811 -9.90052 -16.1712 -1.60084 {normal=(0.681202 -0.727536 0.014873)}
Vertex 18812 -10.4948 -15.7381 -1.65819 {normal=(0.155984 0.981994 0.024744)}
Vertex 18813 -9.81328 -15.7489 -1.59738 {normal=(0.997534 0.063972 0.021185)}
Vertex 18814 -10.242 -15.7272 -1.85467 {normal=(-0.263366 0.096576 -0.937124)}
Vertex 18815 -9.93756 -15.7487 -1.82056 {normal=(0.496263 0.207445 -0.837118)}
Vertex 18816 -10.5015 -15.7063 -1.58097 {normal=(-0.804622 0.138059 -0.366575)}
Vertex 18817 -10.3636 -15.5425 -1.80887 {normal=(-0.505141 -0.073579 -0.819746)}
Vertex 18818 -10.1907 -15.3366 -1.79442 {normal=(0.316021 0.362786 -0.862155)}
Vertex 18819 -10.0963 -15.2179 -1.58259 {normal=(0.663522 0.723867 -0.171079)}
Vertex 18820 -10.5935 -15.1006 -1.76774 {normal=(0.091291 0.409683 -0.901884)}
Vertex 18821 -10.6356 -14.971 -1.68869 {normal=(0.196305 0.948788 -0.203882)}
Vertex 18822 -10.6641 -15.5895 -1.51669 {normal=(-0.635177 -0.739972 -0.061885)}
Vertex 18823 -10.612 -15.3817 -1.74171 {normal=(-0.537768 -0.183004 -0.786811)}
Vertex 18824 -10.883 -14.8838 -1.62317 {normal=(-0.641384 0.317019 -0.661676)}
Vertex 18825 -10.8684 -15.2212 -1.6481 {normal=(-0.587250 -0.150433 -0.771045)}
Vertex 18826 -11.0133 -15.1044 -1.53944 {normal=(-0.783017 0.037049 -0.575589)}
Vertex 18827 -10.3941 -14.9897 -1.5673 {normal=(0.031731 0.981201 -0.141829)}
Vertex 18828 -10.9647 -14.8143 -1.46718 {normal=(-0.834798 0.334561 -0.376010)}
Vertex 18829 -11.0626 -15.0306 -1.41928 {normal=(-0.880453 0.164247 -0.382503)}
Vertex 18830 -11.0154 -14.8812 -1.45074 {normal=(-0.788654 0.404192 -0.442797)}
Vertex 18831 -10.9427 -14.9496 -1.60699 {normal=(-0.676693 0.262003 -0.655405)}
Vertex 18832 -11.1694 -15.6514 -1.9963 {normal=(-0.156352 0.815099 -0.557824)}
Vertex 18833 -12.183 -16.141 -1.90648 {normal=(-0.476387 -0.859705 -0.047957)}
Vertex 18834 -11.9863 -16.1188 -2.21413 {normal=(-0.339585 -0.858397 -0.329044)}
Vertex 18835 -11.6015 -15.8119 -1.24531 {normal=(0.062165 0.153974 0.982657)}
Vertex 18836 -12.0645 -16.0364 -1.34511 {normal=(-0.434357 -0.782235 0.315875)}
Vertex 18837 -12.1942 -16.0988 -1.62962 {normal=(-0.508610 -0.827505 0.195759)}
Vertex 18838 -11.2351 -15.5924 -1.57194 {normal=(-0.189608 0.977073 0.096831)}
Vertex 18839 -10.877 -14.9071 -1.13038 {normal=(-0.453767 0.372234 0.777126)}
Vertex 18840 -10.9905 -14.8651 -1.26965 {normal=(-0.559570 0.549857 0.577809)}
Vertex 18841 -11.042 -15.0172 -1.2692 {normal=(-0.756150 0.224723 0.571496)}
Vertex 18842 -10.9385 -14.7974 -1.27676 {normal=(-0.554176 0.583049 0.288362)}
Vertex 18843 -10.3574 -14.966 -1.30089 {normal=(0.045143 0.990047 -0.040106)}
Vertex 18844 -10.9608 -15.0704 -1.15816 {normal=(-0.603940 0.119941 0.750384)}
Vertex 18845 -10.7902 -15.1706 -1.08066 {normal=(-0.351423 -0.055754 0.912106)}
Vertex 18846 -10.8164 -14.8408 -1.13977 {normal=(-0.311067 0.463688 0.821416)}
Vertex 18847 -10.5161 -15.3197 -1.04575 {normal=(-0.182846 -0.185520 0.964171)}
Vertex 18848 -10.6248 -15.564 -1.23101 {normal=(-0.571786 -0.715589 0.337735)}
Vertex 18849 -10.5586 -14.9212 -1.12931 {normal=(0.220847 0.964653 -0.020605)}
Vertex 18850 -10.4949 -15.0369 -1.05227 {normal=(0.314163 0.467905 0.819976)}
Vertex 18851 -10.0715 -15.2065 -1.32094 {normal=(0.696484 0.712964 -0.015088)}
Vertex 18852 -10.1276 -15.309 -1.09862 {normal=(0.475916 0.342658 0.797980)}
Vertex 18853 -10.2977 -15.5194 -1.05895 {normal=(-0.190959 -0.142150 0.967837)}
Vertex 18854 -9.93571 -15.7574 -1.10366 {normal=(0.545560 0.157439 0.818525)}
Vertex 18855 -10.2373 -15.7433 -1.06725 {normal=(-0.209611 0.042903 0.969653)}
Vertex 18856 -9.81345 -15.7523 -1.32339 {normal=(0.998538 0.048150 -0.014757)}
Vertex 18857 -10.5098 -15.7458 -1.3029 {normal=(0.181808 0.977630 0.007304)}
Vertex 18858 -9.91256 -16.1723 -1.32138 {normal=(0.688380 -0.722226 0.005284)}
Vertex 18859 -10.0239 -16.0657 -1.09825 {normal=(0.243627 -0.468866 0.848868)}
Vertex 18860 -10.2935 -15.8626 -1.06694 {normal=(-0.228730 0.154386 0.959688)}
Vertex 18861 -10.1895 -16.4011 -1.38876 {normal=(0.570561 -0.812326 -0.048148)}
Vertex 18862 -10.2508 -16.2724 -1.15405 {normal=(0.248701 -0.488107 0.836480)}
Vertex 18863 -10.4485 -15.9535 -1.1048 {normal=(-0.262928 0.162834 0.950248)}
Vertex 18864 -10.6069 -15.7363 -1.36554 {normal=(0.021800 0.986509 0.043727)}
Vertex 18865 -10.6541 -16.0833 -1.14012 {normal=(-0.189434 0.237122 0.948433)}
Vertex 18866 -10.7163 -15.7891 -1.43293 {normal=(-0.794797 0.557353 0.240116)}
Vertex 18867 -10.5853 -16.6146 -1.41847 {normal=(0.460949 -0.881799 -0.055863)}
Vertex 18868 -10.5868 -16.4694 -1.16523 {normal=(0.274505 -0.488761 0.827941)}
Vertex 18869 -10.9309 -16.6904 -1.43431 {normal=(-0.351170 -0.841634 0.312858)}
Vertex 18870 -10.8566 -16.5196 -1.17413 {normal=(-0.413084 -0.568025 0.675820)}
Vertex 18871 -10.7927 -16.1149 -1.15175 {normal=(-0.086456 0.314978 0.944246)}
Vertex 18872 -10.8046 -15.8097 -1.45295 {normal=(0.583129 0.801140 0.068653)}
Vertex 18873 -11.49 -16.4624 -1.52057 {normal=(-0.407195 -0.853274 0.264491)}
Vertex 18874 -10.9666 -15.67 -1.50975 {normal=(0.622086 0.767217 0.068349)}
Vertex 18875 -11.339 -16.3212 -1.26114 {normal=(-0.381362 -0.658096 0.603952)}
Vertex 18876 -11.0929 -15.9568 -1.21642 {normal=(-0.007356 0.276828 0.957489)}
Vertex 18877 -11.0802 -16.1322 -0.99902 {normal=(0.120799 0.056725 -0.960297)}
Vertex 18878 -11.2449 -16.4615 -0.886095 {normal=(-0.204762 -0.823697 -0.470987)}
Vertex 18879 -11.0452 -15.7922 -0.779305 {normal=(0.672078 0.696866 -0.187484)}
Vertex 18880 -11.3854 -16.5306 -0.614924 {normal=(-0.368755 -0.884427 -0.093220)}
Vertex 18881 -10.7781 -15.9113 -0.717338 {normal=(-0.047984 0.643726 -0.660891)}
Vertex 18882 -10.5829 -16.2201 -0.944682 {normal=(0.001072 0.240712 -0.959618)}
Vertex 18883 -10.4709 -16.5946 -0.842891 {normal=(0.036263 -0.734647 -0.646398)}
Vertex 18884 -10.5096 -16.7321 -0.559906 {normal=(0.426381 -0.885440 0.126850)}
Vertex 18885 -10.2058 -16.4007 -0.832142 {normal=(0.688553 -0.261660 -0.674419)}
Vertex 18886 -10.1615 -16.5137 -0.553528 {normal=(0.704111 -0.655892 0.139164)}
Vertex 18887 -10.6691 -15.8273 -0.707744 {normal=(-0.822073 0.317434 -0.469638)}
Vertex 18888 -10.4296 -16.0926 -0.933836 {normal=(-0.028887 0.190130 -0.977231)}
Vertex 18889 -10.6001 -15.6467 -0.672126 {normal=(-0.786389 0.417529 -0.451707)}
Vertex 18890 -10.3274 -15.766 -0.881313 {normal=(-0.055402 0.159349 -0.984969)}
Vertex 18891 -10.0352 -15.9367 -0.773641 {normal=(0.676351 -0.192625 -0.709671)}
Vertex 18892 -9.94275 -16.0216 -0.519014 {normal=(0.916523 -0.353111 0.119390)}
Vertex 18893 -10.2512 -15.4845 -0.835863 {normal=(-0.129000 0.085470 -0.983903)}
Vertex 18894 -9.9344 -15.4799 -0.767644 {normal=(0.616629 -0.202279 -0.759007)}
Vertex 18895 -9.81588 -15.5045 -0.52904 {normal=(0.975600 -0.198715 0.089313)}
Vertex 18896 -10.5204 -15.5345 -0.632155 {normal=(-0.039959 0.988173 0.065718)}
Vertex 18897 -9.90921 -15.1923 -0.544236 {normal=(0.662349 0.736208 0.049972)}
Vertex 18898 -10.5249 -15.5196 -0.620766 {normal=(-0.365706 -0.880482 -0.224725)}
Vertex 18899 -10.2851 -15.3973 -0.828256 {normal=(-0.153526 -0.117288 -0.972695)}
Vertex 18900 -10.0091 -15.2537 -0.773507 {normal=(0.343970 0.480705 -0.806029)}
Vertex 18901 -10.682 -15.4774 -0.60652 {normal=(-0.380847 -0.880503 -0.192161)}
Vertex 18902 -10.5231 -15.2977 -0.822386 {normal=(-0.157398 -0.282968 -0.944379)}
Vertex 18903 -10.3684 -15.0667 -0.792409 {normal=(0.272579 0.501085 -0.819635)}
Vertex 18904 -10.307 -14.955 -0.573487 {normal=(0.380778 0.900113 -0.012190)}
Vertex 18905 -10.7973 -14.9234 -0.826906 {normal=(0.192766 0.475536 -0.857105)}
Vertex 18906 -10.8385 -14.8109 -0.751156 {normal=(0.303761 0.942856 -0.079552)}
Vertex 18907 -10.9507 -15.344 -0.598269 {normal=(-0.536784 -0.790968 -0.171688)}
Vertex 18908 -10.8457 -15.1661 -0.810516 {normal=(-0.266575 -0.274705 -0.917540)}
Vertex 18909 -11.0848 -14.7131 -0.71654 {normal=(-0.514925 0.404460 -0.722578)}
Vertex 18910 -11.0965 -15.0185 -0.750699 {normal=(-0.477674 -0.095853 -0.847770)}
Vertex 18911 -11.2445 -14.9108 -0.660091 {normal=(-0.687971 0.126401 -0.673068)}
Vertex 18912 -10.6192 -14.8591 -0.60039 {normal=(0.196679 0.977039 -0.056170)}
Vertex 18913 -11.1827 -14.6482 -0.570409 {normal=(-0.740234 0.427267 -0.468578)}
Vertex 18914 -11.3047 -14.8442 -0.54512 {normal=(-0.799929 0.262401 -0.489448)}
Vertex 18915 -11.2405 -14.7094 -0.564255 {normal=(-0.679500 0.498561 -0.521425)}
Vertex 18916 -11.1514 -14.7723 -0.711783 {normal=(-0.552566 0.350736 -0.725356)}
Vertex 18917 -12.3729 -16.0511 -0.742073 {normal=(-0.510252 -0.839153 -0.003746)}
Vertex 18918 -12.1743 -16.0921 -1.01741 {normal=(-0.409397 -0.853916 -0.230653)}
Vertex 18919 -11.6612 -15.9038 -1.13893 {normal=(0.214084 -0.230924 -0.943969)}
Vertex 18920 -12.2223 -15.8842 -0.162675 {normal=(-0.453085 -0.687557 0.543671)}
Vertex 18921 -12.3932 -15.978 -0.462655 {normal=(-0.523391 -0.782606 0.295716)}
Vertex 18922 -11.1539 -14.758 -0.229375 {normal=(-0.528885 0.401630 0.713131)}
Vertex 18923 -11.2414 -14.704 -0.380976 {normal=(-0.579170 0.594055 0.511664)}
Vertex 18924 -11.3054 -14.8397 -0.393218 {normal=(-0.805069 0.289148 0.465313)}
Vertex 18925 -11.1837 -14.6425 -0.377679 {normal=(-0.543404 0.616781 0.236524)}
Vertex 18926 -10.6206 -14.8512 -0.330744 {normal=(0.198830 0.978295 0.009915)}
Vertex 18927 -11.2465 -14.8995 -0.274182 {normal=(-0.694642 0.163593 0.657889)}
Vertex 18928 -11.0994 -15.0016 -0.17636 {normal=(-0.485696 -0.048671 0.847193)}
Vertex 18929 -11.0873 -14.6987 -0.227269 {normal=(-0.394175 0.474672 0.778540)}
Vertex 18930 -10.8492 -15.1453 -0.106099 {normal=(-0.302746 -0.215159 0.924970)}
Vertex 18931 -10.9522 -15.3354 -0.30912 {normal=(-0.545653 -0.779098 0.201348)}
Vertex 18932 -10.8414 -14.7943 -0.184969 {normal=(0.305690 0.945406 0.030909)}
Vertex 18933 -10.8009 -14.9021 -0.102727 {normal=(0.165767 0.517162 0.839279)}
Vertex 18934 -10.314 -14.9505 -0.310009 {normal=(0.387567 0.896860 0.020655)}
Vertex 18935 -10.3883 -15.0557 -0.092117 {normal=(0.204463 0.520536 0.828378)}
Vertex 18936 -10.5459 -15.2866 -0.0672072 {normal=(-0.247656 -0.226455 0.941421)}
Vertex 18937 -10.6918 -15.4729 -0.288154 {normal=(-0.425205 -0.862329 0.193013)}
Vertex 18938 -10.0597 -15.254 -0.057314 {normal=(0.248103 0.475081 0.843422)}
Vertex 18939 -10.3367 -15.4097 -0.0388528 {normal=(-0.287585 -0.109640 0.946001)}
Vertex 18940 -10.5455 -15.5318 -0.273854 {normal=(-0.454406 -0.850325 0.159426)}
Vertex 18941 -9.92891 -15.1924 -0.270535 {normal=(0.671806 0.729307 0.033117)}
Vertex 18942 -10.5519 -15.5461 -0.275202 {normal=(0.101628 0.990054 -0.053948)}
Vertex 18943 -9.8427 -15.5043 -0.250386 {normal=(0.972892 -0.205060 0.104164)}
Vertex 18944 -10.0055 -15.4791 -0.0378115 {normal=(0.459986 -0.152872 0.873998)}
Vertex 18945 -9.9664 -16.0113 -0.26971 {normal=(0.916574 -0.357470 0.107553)}
Vertex 18946 -10.1042 -15.9065 -0.0448333 {normal=(0.503894 -0.164621 0.847374)}
Vertex 18947 -10.4097 -15.7293 -0.0116942 {normal=(-0.273088 0.160580 0.946897)}
Vertex 18948 -10.6369 -15.6301 -0.282012 {normal=(-0.877553 0.405770 0.255233)}
Vertex 18949 -10.5333 -16.0172 0.0095315 {normal=(-0.217812 0.241298 0.944398)}
Vertex 18950 -10.7164 -15.7942 -0.289906 {normal=(-0.871262 0.423138 0.248536)}
Vertex 18951 -10.1992 -16.4902 -0.253124 {normal=(0.693692 -0.664678 0.130477)}
Vertex 18952 -10.2998 -16.3348 -0.00620925 {normal=(0.506593 -0.220638 0.832727)}
Vertex 18953 -10.549 -16.7038 -0.254832 {normal=(0.413459 -0.891138 0.141654)}
Vertex 18954 -10.5701 -16.5142 -0.000441 {normal=(-0.091529 -0.567258 0.798675)}
Vertex 18955 -10.6919 -16.1283 0.009247 {normal=(-0.144532 0.313043 0.936280)}
Vertex 18956 -10.8273 -15.8714 -0.300785 {normal=(-0.106440 0.977159 0.183929)}
Vertex 18957 -11.4096 -16.4845 -0.35648 {normal=(-0.403855 -0.811191 0.347060)}
Vertex 18958 -11.0816 -15.7207 -0.379793 {normal=(0.619596 0.774471 0.046707)}
Vertex 18959 -11.3186 -16.3205 -0.103533 {normal=(-0.299850 -0.648425 0.670381)}
Vertex 18960 -11.1661 -15.9658 -0.0753888 {normal=(-0.038593 0.369432 0.925953)}
Vertex 18961 -12.7091 -15.7601 -1.15624 {normal=(-0.538275 -0.831783 -0.107726)}
Vertex 18962 -11.5681 -15.4715 -0.896087 {normal=(0.474260 0.874079 -0.081596)}
Vertex 18963 -11.4882 -15.3116 -0.306367 {normal=(0.855041 -0.112605 -0.442744)}
Vertex 18964 -12.7708 -15.5395 -0.206832 {normal=(-0.545884 -0.689567 0.463903)}
Vertex 18965 -13.0047 -15.1441 -0.343456 {normal=(-0.949690 0.116824 0.287550)}
Vertex 18966 -13.1093 -15.1863 -0.647911 {normal=(-0.970923 0.079851 0.136305)}
Vertex 18967 -13.1008 -15.254 -0.96273 {normal=(-0.925361 -0.036279 -0.272665)}
Vertex 18968 -12.9035 -15.3428 -1.27192 {normal=(-0.905345 -0.078399 -0.393519)}
Vertex 18969 -11.6837 -15.1212 -1.13684 {normal=(0.972164 0.025819 -0.023101)}
Vertex 18970 -11.5646 -14.9792 -0.559821 {normal=(0.943733 -0.100929 -0.284792)}
Vertex 18971 -11.3197 -14.7026 -0.0290285 {normal=(0.937003 0.015909 -0.207641)}
Vertex 18972 -11.4275 -14.5129 0.481943 {normal=(0.839846 0.157193 0.516998)}
Vertex 18973 -12.0458 -14.4422 0.822399 {normal=(0.256673 0.358734 0.894398)}
Vertex 18974 -12.6509 -14.4707 0.780419 {normal=(-0.733225 0.288783 0.600749)}
Vertex 18975 -12.878 -14.6291 0.480007 {normal=(-0.892310 0.164946 0.305857)}
Vertex 18976 -12.902 -14.8296 0.200615 {normal=(-0.992756 0.028382 0.035719)}
Vertex 18977 -12.8985 -15.0146 -0.0649993 {normal=(-0.977008 0.048129 0.133326)}
Vertex 18978 -12.6452 -15.4123 0.0871005 {normal=(-0.510740 -0.643196 0.568157)}
Vertex 18979 -11.2845 -15.1187 0.163624 {normal=(0.876245 0.265915 -0.241463)}
Vertex 18980 -11.3496 -14.9318 0.660387 {normal=(0.790590 0.583607 0.056228)}
Vertex 18981 -11.9235 -14.9134 0.969897 {normal=(0.204430 0.344479 0.915897)}
Vertex 18982 -12.549 -15.0112 0.925601 {normal=(-0.520551 -0.390539 0.754622)}
Vertex 18983 -10.9702 -15.8204 0.133448 {normal=(0.128303 -0.101715 -0.972629)}
Vertex 18984 -11.2105 -16.0929 0.275193 {normal=(-0.488640 -0.552963 -0.674873)}
Vertex 18985 -10.885 -15.5231 0.346337 {normal=(0.821996 0.521379 -0.083320)}
Vertex 18986 -11.397 -16.1474 0.566383 {normal=(-0.572562 -0.812324 -0.000672)}
Vertex 18987 -10.7509 -15.789 0.371671 {normal=(0.920372 0.359547 0.097561)}
Vertex 18988 -10.6477 -16.1966 0.165955 {normal=(0.009041 0.015180 -0.994814)}
Vertex 18989 -10.652 -16.5919 0.27984 {normal=(-0.487335 -0.558319 -0.671397)}
Vertex 18990 -10.7346 -16.6978 0.547815 {normal=(-0.604706 -0.792344 -0.059092)}
Vertex 18991 -10.3645 -16.6251 0.280243 {normal=(0.513581 -0.584101 -0.628243)}
Vertex 18992 -10.3735 -16.7359 0.551247 {normal=(0.570215 -0.796547 0.195417)}
Vertex 18993 -10.6657 -15.9243 0.333245 {normal=(-0.396506 0.699584 -0.564629)}
Vertex 18994 -10.4875 -16.2829 0.147081 {normal=(-0.047649 0.004110 -0.998718)}
Vertex 18995 -10.4873 -15.8824 0.319906 {normal=(-0.275806 0.847473 -0.431538)}
Vertex 18996 -10.2663 -16.1178 0.135738 {normal=(-0.051479 0.006562 -0.998433)}
Vertex 18997 -10.0261 -16.3381 0.269989 {normal=(0.486481 -0.602939 -0.632139)}
Vertex 18998 -9.96076 -16.4013 0.534708 {normal=(0.685983 -0.687684 0.208191)}
Vertex 18999 -10.0519 -15.9865 0.124268 {normal=(-0.089482 -0.056028 -0.991211)}
Vertex 19000 -9.72909 -16.0501 0.213149 {normal=(0.478642 -0.608376 -0.633056)}
Vertex 19001 -9.61791 -16.0396 0.458633 {normal=(0.803334 -0.553526 0.209073)}
Vertex 19002 -10.308 -15.8562 0.304009 {normal=(-0.299172 0.861804 -0.386909)}
Vertex 19003 -9.61853 -15.717 0.382146 {normal=(0.841538 0.527488 -0.019288)}
Vertex 19004 -10.2988 -15.8395 0.303067 {normal=(-0.020449 -0.966488 0.245636)}
Vertex 19005 -10.0253 -15.8865 0.109378 {normal=(-0.133370 -0.237579 -0.955589)}
Vertex 19006 -9.7171 -15.8052 0.161324 {normal=(0.514823 0.181571 -0.837099)}
Vertex 19007 -10.4233 -15.7703 0.285552 {normal=(-0.607217 -0.771676 -0.059405)}
Vertex 19008 -10.2001 -15.7001 0.0669152 {normal=(-0.172457 -0.370065 -0.912132)}
Vertex 19009 -9.99401 -15.5052 0.0762488 {normal=(0.467834 0.236970 -0.850214)}
Vertex 19010 -9.92558 -15.3682 0.279536 {normal=(0.632911 0.738098 -0.114216)}
Vertex 19011 -10.3433 -15.25 -0.0247208 {normal=(0.402828 0.245106 -0.881069)}
Vertex 19012 -10.3584 -15.1185 0.0279298 {normal=(0.572463 0.794836 -0.170281)}
Vertex 19013 -10.6358 -15.5652 0.233961 {normal=(-0.732658 -0.630865 -0.122646)}
Vertex 19014 -10.4613 -15.4638 0.017405 {normal=(-0.251496 -0.334753 -0.903659)}
Vertex 19015 -10.5682 -14.9536 0.0122238 {normal=(-0.297341 0.393610 -0.841618)}
Vertex 19016 -10.6638 -15.2459 0.0188735 {normal=(-0.394361 -0.109676 -0.888213)}
Vertex 19017 -10.7835 -15.0877 0.0710203 {normal=(-0.546707 0.186478 -0.780687)}
Vertex 19018 -10.18 -15.1952 0.214267 {normal=(0.480897 0.857958 -0.171247)}
Vertex 19019 -10.6585 -14.8391 0.131917 {normal=(-0.530050 0.519247 -0.632585)}
Vertex 19020 -10.8339 -14.9873 0.165544 {normal=(-0.632132 0.376093 -0.638582)}
Vertex 19021 -10.7319 -14.8804 0.137816 {normal=(-0.446323 0.560760 -0.684702)}
Vertex 19022 -10.6492 -14.9909 0.0151775 {normal=(-0.348116 0.352387 -0.842538)}
Vertex 19023 -11.1035 -15.3172 0.234854 {normal=(0.796424 0.485883 -0.244071)}
Vertex 19024 -12.1639 -15.5774 0.496322 {normal=(-0.523426 -0.840879 0.087512)}
Vertex 19025 -11.9913 -15.648 0.207423 {normal=(-0.331272 -0.932099 0.052608)}
Vertex 19026 -11.5947 -15.1995 0.99252 {normal=(0.228810 0.333531 0.914033)}
Vertex 19027 -12.0681 -15.3513 1.00302 {normal=(-0.421169 -0.414137 0.805382)}
Vertex 19028 -12.2066 -15.5005 0.76414 {normal=(-0.612675 -0.765698 0.183482)}
Vertex 19029 -11.1562 -15.1708 0.667344 {normal=(0.771087 0.602365 0.104024)}
Vertex 19030 -10.6999 -14.8882 0.484834 {normal=(-0.462699 0.649011 0.559864)}
Vertex 19031 -10.7511 -14.8414 0.316252 {normal=(-0.433828 0.809583 0.325458)}
Vertex 19032 -10.8499 -14.955 0.313433 {normal=(-0.733039 0.571893 0.288833)}
Vertex 19033 -10.6788 -14.7981 0.319552 {normal=(-0.364309 0.771864 0.057640)}
Vertex 19034 -10.2084 -15.1379 0.476786 {normal=(0.473994 0.872209 -0.105335)}
Vertex 19035 -10.824 -15.0056 0.446729 {normal=(-0.684391 0.456800 0.513927)}
Vertex 19036 -10.7242 -15.1237 0.578035 {normal=(-0.565401 0.231624 0.762854)}
Vertex 19037 -10.6197 -14.8495 0.48856 {normal=(-0.319435 0.693993 0.634722)}
Vertex 19038 -10.5354 -15.3139 0.703206 {normal=(-0.436174 0.035625 0.894683)}
Vertex 19039 -10.6662 -15.5037 0.515468 {normal=(-0.767607 -0.557694 0.220661)}
Vertex 19040 -10.418 -14.9981 0.579151 {normal=(0.561234 0.818276 -0.060832)}
Vertex 19041 -10.4195 -15.0959 0.680315 {normal=(0.235228 0.589628 0.771769)}
Vertex 19042 -9.95463 -15.3103 0.535608 {normal=(0.627402 0.747808 -0.077306)}
Vertex 19043 -10.0716 -15.3507 0.756744 {normal=(0.297758 0.582624 0.755337)}
Vertex 19044 -10.2841 -15.5329 0.800631 {normal=(-0.367674 -0.013779 0.929743)}
Vertex 19045 -10.4588 -15.6997 0.594845 {normal=(-0.639799 -0.701024 0.259575)}
Vertex 19046 -9.80173 -15.6349 0.855183 {normal=(0.333749 0.542865 0.770138)}
Vertex 19047 -10.3363 -15.7547 0.637527 {normal=(0.101038 -0.977282 0.172264)}
Vertex 19048 -9.65091 -15.6518 0.647295 {normal=(0.841325 0.527059 -0.029843)}
Vertex 19049 -10.3436 -15.7624 0.647699 {normal=(-0.304399 0.929681 -0.144850)}
Vertex 19050 -9.64877 -15.9687 0.728215 {normal=(0.803141 -0.540758 0.240760)}
Vertex 19051 -9.80899 -15.8633 0.919177 {normal=(0.345156 -0.177991 0.920958)}
Vertex 19052 -10.1366 -15.7768 0.904405 {normal=(-0.218688 0.495153 0.830384)}
Vertex 19053 -9.98919 -16.3517 0.778813 {normal=(0.689142 -0.681062 0.215622)}
Vertex 19054 -10.109 -16.1931 0.983373 {normal=(0.379406 -0.215159 0.899280)}
Vertex 19055 -10.3638 -15.944 0.986792 {normal=(-0.139840 0.462108 0.870525)}
Vertex 19056 -10.5303 -15.8039 0.701681 {normal=(-0.240755 0.939109 -0.137143)}
Vertex 19057 -10.6138 -16.1489 1.05509 {normal=(-0.217066 0.319718 0.917916)}
Vertex 19058 -10.722 -15.8625 0.745602 {normal=(-0.605849 0.732058 0.311511)}
Vertex 19059 -10.4132 -16.6995 0.8386 {normal=(0.573681 -0.796994 0.182629)}
Vertex 19060 -10.4741 -16.5166 1.06324 {normal=(0.365021 -0.270601 0.890216)}
Vertex 19061 -10.774 -16.671 0.838895 {normal=(-0.602277 -0.794562 0.044704)}
Vertex 19062 -10.764 -16.5222 1.08109 {normal=(-0.346654 -0.486176 0.800235)}
Vertex 19063 -10.7839 -16.1101 1.08887 {normal=(0.482062 0.307900 0.808567)}
Vertex 19064 -10.8144 -15.7453 0.784409 {normal=(0.903847 0.388608 0.142201)}
Vertex 19065 -11.4326 -16.1122 0.821016 {normal=(-0.609928 -0.781799 0.105449)}
Vertex 19066 -10.9664 -15.4535 0.745558 {normal=(0.811893 0.539346 0.144044)}
Vertex 19067 -11.3407 -15.9813 1.05063 {normal=(-0.388150 -0.432956 0.813267)}
Vertex 19068 -11.1464 -15.6744 1.05348 {normal=(0.313499 0.326201 0.884735)}
Vertex 19069 -10.7373 -14.165 1.29854 {normal=(-0.594273 -0.286490 0.750769)}
Vertex 19070 -10.5066 -13.8777 1.40168 {normal=(0.038747 0.227110 0.971520)}
Vertex 19071 -10.2245 -13.7315 1.33939 {normal=(0.085140 0.249161 0.961916)}
Vertex 19072 -9.92991 -13.7297 1.11166 {normal=(0.777070 0.437436 0.446320)}
Vertex 19073 -9.86131 -13.9392 0.675226 {normal=(0.847078 0.307048 -0.430370)}
Vertex 19074 -10.1099 -14.236 0.379308 {normal=(0.334149 -0.048820 -0.934015)}
Vertex 19075 -10.4625 -14.4633 0.469302 {normal=(-0.382692 -0.485694 -0.782466)}
Vertex 19076 -10.7391 -14.4557 0.889807 {normal=(-0.766556 -0.636444 -0.065462)}
Vertex 19077 -10.624 -13.9633 0.00584375 {normal=(0.089294 -0.602943 -0.782214)}
Vertex 19078 -11.1581 -13.9078 0.43731 {normal=(-0.636126 -0.764423 -0.029394)}
Vertex 19079 -11.3934 -13.3657 0.915846 {normal=(-0.759201 0.111816 0.588634)}
Vertex 19080 -11.162 -12.9162 1.07866 {normal=(-0.504365 0.395015 0.728250)}
Vertex 19081 -11.1258 -13.6917 1.1809 {normal=(-0.576598 -0.280110 0.767468)}
Vertex 19082 -10.881 -13.3193 1.29609 {normal=(0.079841 0.159753 0.982747)}
Vertex 19083 -10.5565 -14.1913 0.264037 {normal=(0.097444 -0.739607 -0.650715)}
Vertex 19084 -10.9821 -14.134 0.711664 {normal=(-0.732094 -0.671166 -0.102194)}
Vertex 19085 -10.2332 -14.7713 0.590915 {normal=(-0.255991 -0.570027 -0.776685)}
Vertex 19086 -10.3925 -14.8927 0.989847 {normal=(-0.830798 -0.544224 -0.012754)}
Vertex 19087 -10.3188 -14.751 1.40773 {normal=(-0.643714 -0.310405 0.698108)}
Vertex 19088 -10.1275 -14.4929 1.55505 {normal=(-0.012700 0.222237 0.971412)}
Vertex 19089 -10.1898 -15.237 0.892284 {normal=(-0.905150 -0.422200 -0.031171)}
Vertex 19090 -10.0483 -15.265 1.26801 {normal=(-0.335864 -0.761678 0.552342)}
Vertex 19091 -9.81355 -15.0616 1.42939 {normal=(0.417692 -0.451007 0.784454)}
Vertex 19092 -10.1008 -14.9615 0.572117 {normal=(-0.713662 0.572187 -0.339202)}
Vertex 19093 -9.61889 -15.42 1.09843 {normal=(0.454883 -0.550314 0.694581)}
Vertex 19094 -10.0461 -15.0624 0.36784 {normal=(-0.643474 0.426929 -0.580253)}
Vertex 19095 -10.1161 -15.3859 0.649031 {normal=(-0.896946 -0.427004 -0.096847)}
Vertex 19096 -9.9133 -15.5344 0.966834 {normal=(-0.349200 -0.799520 0.487344)}
Vertex 19097 -9.89133 -15.2748 0.149092 {normal=(-0.543892 0.276077 -0.763592)}
Vertex 19098 -9.96201 -15.5958 0.406852 {normal=(-0.868299 -0.456643 -0.188403)}
Vertex 19099 -9.76829 -15.77 0.657895 {normal=(-0.370228 -0.812520 0.449719)}
Vertex 19100 -9.48241 -15.657 0.775885 {normal=(0.449854 -0.607308 0.649530)}
Vertex 19101 -9.61719 -16.0295 0.318597 {normal=(-0.421360 -0.799275 0.426976)}
Vertex 19102 -9.45055 -16.0974 0.331033 {normal=(0.184912 -0.681408 0.697244)}
Vertex 19103 -9.65376 -15.5894 -0.0803627 {normal=(-0.446501 0.176245 -0.857751)}
Vertex 19104 -9.76008 -15.8427 0.141438 {normal=(-0.812065 -0.499824 -0.287415)}
Vertex 19105 -9.29239 -16.2505 0.125758 {normal=(-0.118507 -0.969197 -0.031839)}
Vertex 19106 -9.5474 -16.031 -0.056035 {normal=(-0.620317 -0.629692 -0.417715)}
Vertex 19107 -9.35159 -16.1076 -0.166424 {normal=(-0.305329 -0.728863 -0.564737)}
Vertex 19108 -9.36819 -15.8505 0.513461 {normal=(0.382794 -0.604164 0.683817)}
Vertex 19109 -9.07292 -16.2279 0.0439912 {normal=(0.331019 -0.891295 -0.094053)}
Vertex 19110 -9.1735 -16.092 -0.219445 {normal=(0.092145 -0.652812 -0.688162)}
Vertex 19111 -9.09489 -16.2103 -0.077505 {normal=(0.237610 -0.821317 -0.371381)}
Vertex 19112 -9.3181 -16.2304 0.006999 {normal=(-0.217707 -0.890801 -0.283708)}
Vertex 19113 -8.82605 -15.851 -0.048962 {normal=(0.870047 -0.052984 -0.403568)}
Vertex 19114 -8.91232 -16.07 -0.098545 {normal=(0.672114 -0.489864 -0.418485)}
Vertex 19115 -9.02527 -15.9827 -0.242689 {normal=(0.496271 -0.353391 -0.724798)}
Vertex 19116 -8.88218 -16.0813 0.0222125 {normal=(0.760618 -0.560080 -0.144305)}
Vertex 19117 -9.09592 -15.6415 0.481609 {normal=(0.586125 -0.449583 0.658550)}
Vertex 19118 -8.95834 -15.8103 -0.21775 {normal=(0.708321 0.044539 -0.661429)}
Vertex 19119 -8.97077 -15.587 -0.122059 {normal=(0.701069 0.390581 -0.563022)}
Vertex 19120 -8.79539 -15.8671 0.0694167 {normal=(0.953285 -0.142084 -0.158539)}
Vertex 19121 -9.07124 -15.3097 0.0583655 {normal=(0.635130 0.611669 -0.463170)}
Vertex 19122 -9.37127 -15.3692 -0.116487 {normal=(-0.189977 0.371650 -0.889683)}
Vertex 19123 -8.87201 -15.6516 0.264619 {normal=(0.709615 -0.281100 0.634391)}
Vertex 19124 -8.89811 -15.4755 0.235711 {normal=(0.934887 0.244667 0.254898)}
Vertex 19125 -9.20276 -15.4418 0.743878 {normal=(0.568809 -0.517577 0.633812)}
Vertex 19126 -9.05319 -15.2195 0.575592 {normal=(0.943725 0.196613 0.265324)}
Vertex 19127 -9.21774 -15.0195 0.317405 {normal=(0.616152 0.689793 -0.378202)}
Vertex 19128 -9.58252 -15.0339 0.109941 {normal=(-0.249747 0.505808 -0.797683)}
Vertex 19129 -9.18684 -14.9737 0.883926 {normal=(0.939839 0.193012 0.280873)}
Vertex 19130 -9.34092 -14.7878 0.559702 {normal=(0.617719 0.716122 -0.324200)}
Vertex 19131 -9.71384 -14.806 0.329717 {normal=(-0.340155 0.657165 -0.624885)}
Vertex 19132 -9.33539 -15.2011 1.06673 {normal=(0.530175 -0.487448 0.687548)}
Vertex 19133 -9.76563 -14.6948 0.524091 {normal=(-0.432772 0.776231 -0.405906)}
Vertex 19134 -9.53881 -14.8431 1.38593 {normal=(0.484850 -0.385554 0.780774)}
Vertex 19135 -9.33956 -14.7038 1.16095 {normal=(0.875042 0.320003 0.334112)}
Vertex 19136 -9.42061 -14.6276 0.780656 {normal=(0.664800 0.665157 -0.329597)}
Vertex 19137 -9.88039 -14.3244 1.49782 {normal=(0.107820 0.309220 0.941024)}
Vertex 19138 -9.63675 -14.2779 1.25422 {normal=(0.786712 0.468651 0.394872)}
Vertex 19139 -9.61017 -14.3526 0.819497 {normal=(0.774536 0.480868 -0.386355)}
Vertex 19140 -9.8859 -14.5359 0.516849 {normal=(0.414547 -0.253290 -0.866119)}
Vertex 19141 -9.91967 -13.5596 0.471917 {normal=(0.923472 -0.341029 -0.082817)}
Vertex 19142 -10.1453 -13.9005 0.163673 {normal=(0.777464 -0.570373 -0.214628)}
Vertex 19143 -10.4973 -13.1446 1.24238 {normal=(0.084817 0.137764 0.985357)}
Vertex 19144 -10.091 -13.2334 0.987803 {normal=(0.800258 0.360930 0.478718)}
Vertex 19145 -10.755 -12.7311 1.09297 {normal=(-0.300181 0.510024 0.800795)}
Vertex 19146 -10.2709 -12.8889 0.805286 {normal=(0.754520 0.642719 0.001042)}
Vertex 19147 -9.96253 -13.3004 0.208908 {normal=(0.834980 0.520783 -0.144443)}
Vertex 19148 -10.1439 -13.6476 -0.0976915 {normal=(0.244579 -0.453511 -0.847261)}
Vertex 19149 -13.1004 -1.27789 -4.01498 {normal=(-0.913846 0.191386 -0.352955)}
Vertex 19150 -12.886 -1.28328 -4.51262 {normal=(-0.893936 0.175655 -0.409581)}
Vertex 19151 -11.7565 -0.053086 -5.33972 {normal=(-0.513857 0.172545 -0.830359)}
Vertex 19152 -11.0058 -1.5807 -5.83806 {normal=(-0.013083 0.047949 -0.959611)}
Vertex 19153 -10.2 -1.71982 -5.63033 {normal=(0.468434 0.015481 -0.847378)}
Vertex 19154 -9.17786 -1.73246 -4.09787 {normal=(0.951364 0.053023 -0.126397)}
Vertex 19155 -9.23676 -1.77189 -3.16126 {normal=(0.913818 0.069563 0.339462)}
Vertex 19156 -13.0344 -1.31754 -2.76256 {normal=(-0.908548 0.198254 0.340599)}
Vertex 19157 -13.271 -1.26805 -3.49451 {normal=(-0.934105 0.193086 -0.021685)}
Vertex 19158 -9.67235 -1.74287 -2.51484 {normal=(0.760813 0.089299 0.629472)}
Vertex 19159 -13.5677 -2.99752 -2.78114 {normal=(-0.927220 0.281034 0.235992)}
Vertex 19160 -13.6739 -2.99092 -3.57058 {normal=(-0.935232 0.250006 -0.063048)}
Vertex 19161 -13.5154 -3.01941 -4.15966 {normal=(-0.900779 0.218440 -0.366180)}
Vertex 19162 -13.2376 -3.04464 -4.68284 {normal=(-0.869480 0.173667 -0.458786)}
Vertex 19163 -12.8458 -3.07153 -5.23806 {normal=(-0.700886 0.102961 -0.661534)}
Vertex 19164 -12.1105 -3.13829 -5.70633 {normal=(-0.374941 0.024811 -0.905576)}
Vertex 19165 -10.2643 -3.30124 -5.67486 {normal=(0.438137 -0.037141 -0.873507)}
Vertex 19166 -11.1565 -3.22022 -5.87249 {normal=(0.025066 -0.022407 -0.969333)}
Vertex 19167 -9.60971 -3.36069 -5.13828 {normal=(0.759601 -0.037690 -0.606128)}
Vertex 19168 -9.16076 -3.39383 -4.10233 {normal=(0.946397 -0.030683 -0.160197)}
Vertex 19169 -9.17723 -3.39233 -3.0696 {normal=(0.925046 -0.000927 0.308277)}
Vertex 19170 -9.59562 -3.36196 -2.35094 {normal=(0.787666 0.052929 0.598750)}
Vertex 19171 -12.649 -3.08178 -1.25673 {normal=(-0.458495 0.251585 0.789996)}
Vertex 19172 -10.3578 -3.29276 -1.56723 {normal=(0.567312 0.122652 0.791116)}
Vertex 19173 -11.5136 -3.1878 -1.0411 {normal=(0.112658 0.193307 0.923033)}
Vertex 19174 -11.8244 5.69827 -2.20344 {normal=(-0.887118 0.033041 0.386014)}
Vertex 19175 -12.3165 1.66558 -2.1398 {normal=(-0.855414 0.138410 0.471040)}
Vertex 19176 -12.1413 4.30726 -2.47764 {normal=(-0.880486 0.108421 0.383467)}
Vertex 19177 -12.3001 2.84283 -2.45353 {normal=(-0.883315 0.102300 0.393334)}
Vertex 19178 -10.6498 0.386163 -1.28258 {normal=(0.287188 -0.539570 0.695100)}
Vertex 19179 -9.457 1.94182 -2.32586 {normal=(0.797668 -0.331421 0.390005)}
Vertex 19180 -9.94987 0.63454 -2.19166 {normal=(0.734583 -0.318638 0.526276)}
Vertex 19181 -8.81991 6.66755 -5.20468 {normal=(0.407248 -0.010077 -0.852068)}
Vertex 19182 -9.78402 7.1004 -5.23355 {normal=(-0.137906 0.142395 -0.922692)}
Vertex 19183 -12.5423 4.28274 -3.50999 {normal=(-0.967508 0.244004 -0.022212)}
Vertex 19184 -12.1229 5.70163 -3.58774 {normal=(-0.928812 0.341835 -0.079752)}
Vertex 19185 -10.7145 7.40039 -4.79212 {normal=(-0.588181 0.284917 -0.703784)}
Vertex 19186 -11.5457 6.42766 -1.55983 {normal=(-0.864499 -0.082441 0.443595)}
Vertex 19187 -11.1524 6.62862 -0.77483 {normal=(-0.769626 -0.084529 0.599677)}
Vertex 19188 -9.12478 6.59368 -0.0737395 {normal=(0.354266 -0.455400 0.773538)}
Vertex 19189 -11.6627 6.66395 -3.78739 {normal=(-0.875921 0.388810 -0.246524)}
Vertex 19190 -10.5676 6.52876 -0.16835 {normal=(-0.534559 -0.123142 0.795083)}
Vertex 19191 -9.94073 6.39922 0.0880827 {normal=(-0.080602 -0.265970 0.907623)}
Vertex 19192 -6.11907 9.56089 -3.37175 {normal=(0.888395 -0.399970 -0.183381)}
Vertex 19193 -5.82284 10.1637 -3.36627 {normal=(0.909111 -0.269374 -0.244999)}
Vertex 19194 -5.60588 10.8356 -2.83809 {normal=(0.932316 0.031339 -0.187025)}
Vertex 19195 -5.5542 11.0949 -1.96851 {normal=(0.934120 0.136882 0.016074)}
Vertex 19196 -5.63511 10.6625 -0.997702 {normal=(0.923719 0.002942 0.221192)}
Vertex 19197 -5.84843 9.96762 -0.588068 {normal=(0.891434 -0.302384 0.259657)}
Vertex 19198 -6.06284 9.50294 -0.61963 {normal=(0.862541 -0.416709 0.225945)}
Vertex 19199 -6.38532 8.82922 -1.15066 {normal=(0.856063 -0.506802 0.060120)}
Vertex 19200 -6.48077 8.74409 -2.20298 {normal=(0.880974 -0.457974 -0.006911)}
Vertex 19201 -6.88983 7.79056 -2.38614 {normal=(0.926046 -0.269647 0.100356)}
Vertex 19202 -6.65356 8.5077 -3.91095 {normal=(0.883796 -0.328046 -0.261072)}
Vertex 19203 -6.39292 9.46479 -4.30677 {normal=(0.839906 -0.283187 -0.412581)}
Vertex 19204 -6.10634 10.416 -4.27228 {normal=(0.816641 -0.037487 -0.510623)}
Vertex 19205 -5.99848 11.0527 -3.96152 {normal=(0.789073 0.267454 -0.479648)}
Vertex 19206 -5.97517 11.5641 -3.41872 {normal=(0.747675 0.481787 -0.371386)}
Vertex 19207 -5.94103 11.9253 -2.74821 {normal=(0.718870 0.603575 -0.190671)}
Vertex 19208 -5.93222 12.0185 -2.0202 {normal=(0.698573 0.647543 0.049204)}
Vertex 19209 -5.95111 11.8187 -1.17266 {normal=(0.680126 0.580081 0.312566)}
Vertex 19210 -6.00435 11.2556 -0.39285 {normal=(0.670858 0.422477 0.515808)}
Vertex 19211 -6.05139 10.6315 0.0726425 {normal=(0.697108 0.180496 0.605842)}
Vertex 19212 -6.18104 10.0778 0.242451 {normal=(0.716353 -0.125888 0.616438)}
Vertex 19213 -6.45438 9.35414 0.197318 {normal=(0.717671 -0.350944 0.557831)}
Vertex 19214 -6.65177 8.66411 -0.0448602 {normal=(0.745569 -0.482644 0.407186)}
Vertex 19215 -6.83835 8.19674 -0.507845 {normal=(0.763477 -0.582597 0.217989)}
Vertex 19216 -7.77418 7.98077 0.407758 {normal=(0.476746 -0.543215 0.645186)}
Vertex 19217 -7.82332 7.50604 -0.0503433 {normal=(0.549483 -0.648761 0.474618)}
Vertex 19218 -8.01689 7.02162 -0.561474 {normal=(0.656859 -0.495476 0.518355)}
Vertex 19219 -7.67474 6.7652 -1.29067 {normal=(0.771546 -0.270392 0.542954)}
Vertex 19220 -6.93157 6.70982 -2.48978 {normal=(0.919528 -0.122232 0.188541)}
Vertex 19221 -6.85036 6.6832 -3.4677 {normal=(0.911534 -0.089452 -0.318055)}
Vertex 19222 -7.2365 7.003 -3.95128 {normal=(0.820730 -0.136355 -0.531455)}
Vertex 19223 -7.45914 7.71223 -4.52092 {normal=(0.721942 -0.277231 -0.586815)}
Vertex 19224 -7.25316 8.9343 -5.08468 {normal=(0.610139 -0.240148 -0.706825)}
Vertex 19225 -6.9842 10.3175 -5.16499 {normal=(0.545741 0.097738 -0.770746)}
Vertex 19226 -6.96141 11.3398 -4.73659 {normal=(0.472198 0.481738 -0.678180)}
Vertex 19227 -7.00302 12.0996 -3.89524 {normal=(0.409617 0.736643 -0.474446)}
Vertex 19228 -7.0177 12.5287 -2.93033 {normal=(0.382041 0.867866 -0.205260)}
Vertex 19229 -6.96726 12.5423 -1.86492 {normal=(0.364117 0.884201 0.138026)}
Vertex 19230 -7.00826 12.1758 -0.79186 {normal=(0.325094 0.774317 0.481412)}
Vertex 19231 -7.18137 11.4455 0.0795598 {normal=(0.287348 0.613922 0.704635)}
Vertex 19232 -7.31078 10.6037 0.725531 {normal=(0.308123 0.373576 0.830452)}
Vertex 19233 -7.43107 9.79609 0.97339 {normal=(0.369921 0.001967 0.877877)}
Vertex 19234 -7.6513 8.82825 0.83021 {normal=(0.410683 -0.333912 0.809419)}
Vertex 19235 -8.20213 12.847 -1.82478 {normal=(0.090470 0.950374 0.169008)}
Vertex 19236 -8.35509 12.0113 -0.236835 {normal=(0.037139 0.732424 0.638275)}
Vertex 19237 -9.56358 12.75 -1.70348 {normal=(-0.202771 0.922327 0.193858)}
Vertex 19238 -9.46615 12.3557 -0.68937 {normal=(-0.162225 0.790893 0.533538)}
Vertex 19239 -10.3009 3.13545 -5.64696 {normal=(-0.062613 -0.075703 -0.989578)}
Vertex 19240 -8.22326 10.2488 -5.71071 {normal=(0.116263 0.182999 -0.911293)}
Vertex 19241 -9.32421 10.4572 -5.49794 {normal=(-0.328799 0.303766 -0.836870)}
Vertex 19242 -8.21864 11.5289 -5.11546 {normal=(0.037504 0.580203 -0.742363)}
Vertex 19243 -10.0776 10.4885 -4.98402 {normal=(-0.555454 0.355144 -0.721059)}
Vertex 19244 -9.41036 11.6273 -4.59585 {normal=(-0.409999 0.658295 -0.611558)}
Vertex 19245 -11.7577 6.67526 -1.61583 {normal=(-0.773148 -0.336112 0.517815)}
Vertex 19246 -12.0686 7.12911 -1.6335 {normal=(-0.796485 -0.351078 0.461316)}
Vertex 19247 -8.21787 12.3672 -4.12961 {normal=(0.001655 0.820913 -0.506644)}
Vertex 19248 -9.56128 12.4478 -3.40908 {normal=(-0.289284 0.837105 -0.440151)}
Vertex 19249 -10.261 11.7372 -3.94428 {normal=(-0.458434 0.655212 -0.579841)}
Vertex 19250 -10.9171 10.5833 -4.32566 {normal=(-0.601318 0.355353 -0.686742)}
Vertex 19251 -11.7976 10.6985 -3.47308 {normal=(-0.746455 0.367840 -0.469799)}
Vertex 19252 -11.1874 11.8218 -3.16832 {normal=(-0.594584 0.645500 -0.393089)}
Vertex 19253 -10.4714 12.5159 -2.65749 {normal=(-0.409912 0.845662 -0.222526)}
Vertex 19254 -10.8573 12.2156 -1.44302 {normal=(-0.523834 0.760496 0.278292)}
Vertex 19255 -10.6301 11.7368 -0.474565 {normal=(-0.440515 0.586496 0.615336)}
Vertex 19256 -10.0242 11.0882 0.19323 {normal=(-0.352710 0.450330 0.795650)}
Vertex 19257 -8.72375 10.5277 1.00196 {normal=(-0.061824 0.437680 0.865720)}
Vertex 19258 -8.93427 9.48012 1.36132 {normal=(-0.063968 0.093483 0.938755)}
Vertex 19259 -9.88158 9.61864 0.974645 {normal=(-0.434870 0.195303 0.845783)}
Vertex 19260 -10.9321 10.1865 -0.0168955 {normal=(-0.581420 0.195575 0.774753)}
Vertex 19261 -11.5158 10.8367 -0.613921 {normal=(-0.671813 0.329631 0.599779)}
Vertex 19262 -11.7006 11.3764 -1.49091 {normal=(-0.776408 0.517809 0.267794)}
Vertex 19263 -11.6262 11.6653 -2.34872 {normal=(-0.759201 0.604362 -0.054119)}
Vertex 19264 -12.151 10.6494 -2.51092 {normal=(-0.903054 0.360728 -0.110588)}
Vertex 19265 -12.1937 10.4625 -1.65977 {normal=(-0.917144 0.284346 0.195257)}
Vertex 19266 -11.9937 9.94222 -0.874533 {normal=(-0.798925 0.106798 0.528566)}
Vertex 19267 -12.1761 9.22387 -1.16442 {normal=(-0.846995 -0.024702 0.468059)}
Vertex 19268 -11.6934 8.54237 -0.69214 {normal=(-0.714335 -0.165848 0.677334)}
Vertex 19269 -11.4666 9.30188 -0.361518 {normal=(-0.685908 -0.029129 0.718817)}
Vertex 19270 -10.8577 8.79204 0.248396 {normal=(-0.667540 -0.046823 0.727193)}
Vertex 19271 -11.0456 7.8947 -0.148587 {normal=(-0.666975 -0.245598 0.699069)}
Vertex 19272 -10.1694 7.46266 0.497795 {normal=(-0.379604 -0.395584 0.779605)}
Vertex 19273 -10.1125 8.45189 0.927316 {normal=(-0.449258 -0.147533 0.821623)}
Vertex 19274 -9.10905 8.36449 1.15449 {normal=(-0.008965 -0.296088 0.905874)}
Vertex 19275 -9.16212 7.42541 0.650841 {normal=(0.094232 -0.537315 0.800006)}
Vertex 19276 -9.13798 6.87751 0.178281 {normal=(0.231888 -0.578355 0.744148)}
Vertex 19277 -10.054 6.78269 0.193826 {normal=(-0.229482 -0.417369 0.818128)}
Vertex 19278 -11.4127 7.09782 -0.897472 {normal=(-0.726538 -0.275115 0.624538)}
Vertex 19279 -11.8608 7.77903 -1.07312 {normal=(-0.734736 -0.252850 0.622373)}
Vertex 19280 -12.2672 8.52423 -1.45229 {normal=(-0.865937 -0.097540 0.434705)}
Vertex 19281 -7.98261 6.1199 -4.46757 {normal=(0.726212 -0.008407 -0.678219)}
Vertex 19282 -7.57954 5.3799 -4.1097 {normal=(0.785272 -0.123616 -0.587219)}
Vertex 19283 -7.04025 5.50686 -3.39309 {normal=(0.870134 -0.215331 -0.343713)}
Vertex 19284 -9.27155 -0.578494 -3.89942 {normal=(0.962122 -0.003360 -0.055321)}
Vertex 19285 -9.06851 1.49103 -4.09319 {normal=(0.924688 -0.257394 -0.259996)}
Vertex 19286 -9.62393 1.72725 -5.35943 {normal=(0.659002 -0.134926 -0.692065)}
Vertex 19287 -9.29814 2.84396 -5.38697 {normal=(0.564709 -0.204806 -0.757970)}
Vertex 19288 -8.99096 3.8587 -5.40845 {normal=(0.540714 -0.167765 -0.791071)}
Vertex 19289 -8.31942 4.05206 -4.70059 {normal=(0.781842 -0.236304 -0.550679)}
Vertex 19290 -8.80373 2.70623 -4.66188 {normal=(0.817883 -0.309052 -0.454734)}
Vertex 19291 -9.28522 1.54833 -4.73996 {normal=(0.868138 -0.217319 -0.414403)}
Vertex 19292 -12.3871 9.69858 -1.89119 {normal=(-0.968266 0.138178 0.143046)}
Vertex 19293 -12.3817 9.79827 -2.58612 {normal=(-0.964781 0.187895 -0.117940)}
Vertex 19294 -12.1509 9.61238 -3.47594 {normal=(-0.830244 0.112320 -0.466193)}
Vertex 19295 -12.3121 8.78421 -3.19684 {normal=(-0.834524 0.004237 -0.240161)}
Vertex 19296 -12.4034 8.18661 -2.8659 {normal=(-0.869859 -0.079775 -0.164942)}
Vertex 19297 -12.4391 7.88813 -2.56383 {normal=(-0.946287 -0.182638 -0.180001)}
Vertex 19298 -12.4261 7.73809 -2.18611 {normal=(-0.948930 -0.219929 0.108178)}
Vertex 19299 -12.3518 7.93463 -1.8011 {normal=(-0.902913 -0.181146 0.347746)}
Vertex 19300 -12.016 6.52842 -2.25613 {normal=(-0.890396 -0.252959 0.246013)}
Vertex 19301 -12.2074 6.94379 -2.19009 {normal=(-0.896863 -0.349497 0.127332)}
Vertex 19302 -12.1678 7.10165 -2.72338 {normal=(-0.910522 -0.229966 -0.265968)}
Vertex 19303 -11.9611 7.41293 -3.25784 {normal=(-0.831419 -0.149163 -0.516889)}
Vertex 19304 -11.6911 8.12764 -3.81028 {normal=(-0.748750 -0.115444 -0.644056)}
Vertex 19305 -11.3847 9.25472 -4.27895 {normal=(-0.685317 0.038567 -0.713711)}
Vertex 19306 -10.5483 9.08002 -4.92733 {normal=(-0.622697 0.040394 -0.770476)}
Vertex 19307 -9.61543 8.92436 -5.53128 {normal=(-0.346338 -0.023224 -0.891428)}
Vertex 19308 -8.45123 8.61344 -5.64402 {normal=(0.167588 -0.165809 -0.918434)}
Vertex 19309 -8.72736 7.24303 -5.2844 {normal=(0.302163 -0.208470 -0.861994)}
Vertex 19310 -9.72503 7.66901 -5.28144 {normal=(-0.258879 -0.061373 -0.911725)}
Vertex 19311 -10.6807 7.94067 -4.76155 {normal=(-0.634489 0.036420 -0.744525)}
Vertex 19312 -10.802 6.9269 -5.07103 {normal=(-0.451206 0.429621 -0.739325)}
Vertex 19313 -11.013 6.05635 -5.46032 {normal=(-0.342013 0.349609 -0.842537)}
Vertex 19314 -10.2583 5.81914 -5.65242 {normal=(-0.030782 0.244612 -0.952385)}
Vertex 19315 -9.95757 6.6214 -5.39191 {normal=(-0.049250 0.288238 -0.922846)}
Vertex 19316 -9.07364 4.72304 -5.54893 {normal=(0.456665 -0.027225 -0.864989)}
Vertex 19317 -8.29345 5.13894 -4.91033 {normal=(0.686176 -0.034112 -0.691935)}
Vertex 19318 -9.07994 6.16059 -5.37829 {normal=(0.362010 0.141070 -0.893596)}
Vertex 19319 -9.52238 5.3891 -5.67222 {normal=(0.251596 0.129374 -0.943562)}
Vertex 19320 -9.90912 4.6131 -5.8011 {normal=(0.100313 -0.013402 -0.981032)}
Vertex 19321 -10.1639 3.85566 -5.73025 {normal=(-0.010630 -0.121225 -0.990371)}
Vertex 19322 -9.81481 3.03327 -5.64968 {normal=(0.199485 -0.104528 -0.955943)}
Vertex 19323 -9.96877 1.93263 -5.60469 {normal=(0.285650 -0.029399 -0.923026)}
Vertex 19324 -10.4098 2.01203 -5.61923 {normal=(-0.070761 0.051168 -0.980842)}
Vertex 19325 -10.91 1.98294 -5.49251 {normal=(-0.331455 0.061325 -0.925673)}
Vertex 19326 -10.8156 3.14982 -5.56648 {normal=(-0.253392 -0.114795 -0.950276)}
Vertex 19327 -10.746 3.92108 -5.71036 {normal=(-0.162679 -0.136329 -0.970272)}
Vertex 19328 -11.4206 3.04754 -5.27522 {normal=(-0.472461 -0.146827 -0.854899)}
Vertex 19329 -11.542 1.90027 -5.13227 {normal=(-0.552014 0.041441 -0.818633)}
Vertex 19330 -12.1642 1.8363 -4.60538 {normal=(-0.671658 0.025218 -0.731179)}
Vertex 19331 -12.1506 2.90673 -4.71611 {normal=(-0.675103 -0.111619 -0.713585)}
Vertex 19332 -11.4304 3.96211 -5.52761 {normal=(-0.397057 -0.139624 -0.889287)}
Vertex 19333 -10.557 4.85893 -5.79172 {normal=(-0.086970 0.041494 -0.979149)}
Vertex 19334 -11.2857 5.01879 -5.65076 {normal=(-0.337966 0.098468 -0.907850)}
Vertex 19335 -12.1332 4.00626 -5.06453 {normal=(-0.677391 -0.067677 -0.697359)}
Vertex 19336 -12.2231 5.41023 -4.7397 {normal=(-0.839933 0.320078 -0.339390)}
Vertex 19337 -11.7136 6.43583 -4.28383 {normal=(-0.815403 0.502886 -0.241846)}
Vertex 19338 -11.6629 6.91226 -3.55412 {normal=(-0.864302 0.134002 -0.424879)}
Vertex 19339 -12.0271 6.6028 -2.91624 {normal=(-0.935137 -0.007783 -0.148056)}
Vertex 19340 -12.1911 5.78563 -3.05929 {normal=(-0.943163 0.171434 0.074243)}
Vertex 19341 -12.2079 5.60427 -4.0623 {normal=(-0.910446 0.381802 -0.078473)}
Vertex 19342 -12.5457 4.11498 -4.48777 {normal=(-0.893421 0.082373 -0.361303)}
Vertex 19343 -12.5431 4.30579 -3.11733 {normal=(-0.932210 0.192159 0.181528)}
Vertex 19344 -13.055 0.124344 -3.34167 {normal=(-0.954444 0.081764 0.024769)}
Vertex 19345 -12.8628 2.90857 -3.23455 {normal=(-0.952511 0.165814 0.079444)}
Vertex 19346 -12.6454 2.86853 -4.21671 {normal=(-0.854317 -0.002860 -0.468628)}
Vertex 19347 -12.7129 1.88 -4.09934 {normal=(-0.819277 0.023169 -0.544151)}
Vertex 19348 -12.7648 1.00859 -4.06548 {normal=(-0.846092 0.065561 -0.512727)}
Vertex 19349 -12.9254 1.94628 -3.65125 {normal=(-0.943796 0.060177 -0.306399)}
Vertex 19350 -13.0025 1.95471 -3.2835 {normal=(-0.978813 0.089975 -0.042900)}
Vertex 19351 -12.8688 1.06049 -2.80579 {normal=(-0.915254 0.033977 0.354185)}
Vertex 19352 -12.6159 2.85433 -2.80603 {normal=(-0.861755 0.137686 0.442315)}
Vertex 19353 -12.3601 4.318 -2.70493 {normal=(-0.841380 0.102078 0.516883)}
Vertex 19354 -12.0618 5.7868 -2.46249 {normal=(-0.876503 -0.015062 0.426507)}
Vertex 19355 -12.1267 4.35475 -1.86549 {normal=(-0.968019 0.178450 0.158515)}
Vertex 19356 -11.7801 5.65644 -1.6887 {normal=(-0.944342 0.223921 0.216426)}
Vertex 19357 -11.2851 6.24739 -0.800755 {normal=(-0.787675 0.186881 0.534088)}
Vertex 19358 -11.5907 5.50503 -0.834686 {normal=(-0.799785 0.274205 0.462369)}
Vertex 19359 -11.957 4.36765 -0.877484 {normal=(-0.835440 0.174809 0.424465)}
Vertex 19360 -12.1907 3.04716 -0.975502 {normal=(-0.862257 -0.011223 0.404622)}
Vertex 19361 -12.3031 2.9447 -1.89254 {normal=(-0.979333 0.048380 0.168772)}
Vertex 19362 -12.816 1.87628 -2.85024 {normal=(-0.897070 0.120074 0.348167)}
Vertex 19363 -12.195 1.66857 -1.71136 {normal=(-0.903429 -0.012366 0.364517)}
Vertex 19364 -12.0467 1.79203 -1.0355 {normal=(-0.772372 -0.191621 0.536588)}
Vertex 19365 -11.4526 1.97111 -0.455892 {normal=(-0.393237 -0.259689 0.822769)}
Vertex 19366 -11.5298 3.05891 -0.276379 {normal=(-0.454568 -0.083711 0.817255)}
Vertex 19367 -11.2982 4.22608 -0.156719 {normal=(-0.436292 0.070759 0.834846)}
Vertex 19368 -10.9865 5.21487 -0.16543 {normal=(-0.428640 0.152057 0.837846)}
Vertex 19369 -10.7167 6.03988 -0.189058 {normal=(-0.476860 0.087407 0.832136)}
Vertex 19370 -7.48493 4.27987 -3.28396 {normal=(0.856518 -0.398678 -0.218574)}
Vertex 19371 -8.3284 2.8119 -3.3708 {normal=(0.875421 -0.431567 -0.101128)}
Vertex 19372 -8.90315 1.55454 -3.48047 {normal=(0.933823 -0.294657 -0.054440)}
Vertex 19373 -9.16095 0.370506 -3.64874 {normal=(0.965153 -0.145142 -0.036516)}
Vertex 19374 -9.22759 0.427015 -2.93112 {normal=(0.838351 -0.184555 0.420244)}
Vertex 19375 -8.86937 1.66852 -2.88309 {normal=(0.789537 -0.303273 0.409331)}
Vertex 19376 -8.2372 2.99113 -2.76435 {normal=(0.738900 -0.443545 0.375320)}
Vertex 19377 -7.38719 4.3969 -2.57454 {normal=(0.777640 -0.421246 0.306591)}
Vertex 19378 -6.95708 5.61134 -2.45541 {normal=(0.857189 -0.230076 0.247832)}
Vertex 19379 -7.66836 5.82568 -1.49647 {normal=(0.676841 -0.301233 0.651603)}
Vertex 19380 -7.85812 4.60145 -1.99019 {normal=(0.598167 -0.411937 0.678688)}
Vertex 19381 -8.57907 4.71156 -1.22214 {normal=(0.895547 -0.235244 0.334766)}
Vertex 19382 -8.68361 5.6283 -0.629883 {normal=(0.743037 -0.146893 0.617033)}
Vertex 19383 -8.97301 6.28735 -0.228739 {normal=(0.516473 -0.232301 0.786924)}
Vertex 19384 -9.38166 4.78956 -0.162516 {normal=(0.424625 -0.105411 0.863203)}
Vertex 19385 -8.79109 4.69891 -0.662952 {normal=(0.784934 -0.145602 0.523646)}
Vertex 19386 -9.33311 5.68296 -0.0859172 {normal=(0.398937 -0.113233 0.884152)}
Vertex 19387 -10.0286 5.88097 0.0392465 {normal=(-0.029568 -0.068460 0.959240)}
Vertex 19388 -10.1698 4.97213 0.0230042 {normal=(0.014882 -0.003559 0.977731)}
Vertex 19389 -10.3354 3.99572 -0.000822751 {normal=(0.043995 -0.060260 0.972795)}
Vertex 19390 -10.5333 2.94471 -0.114048 {normal=(0.038091 -0.161197 0.961954)}
Vertex 19391 -10.131 1.75076 -0.493674 {normal=(0.337426 -0.393542 0.827090)}
Vertex 19392 -9.75014 2.72642 -0.327389 {normal=(0.428648 -0.239114 0.840261)}
Vertex 19393 -9.48741 3.75951 -0.249891 {normal=(0.462651 -0.157919 0.835461)}
Vertex 19394 -8.94183 3.55119 -0.885472 {normal=(0.818259 -0.220720 0.409512)}
Vertex 19395 -8.84974 3.43113 -1.64899 {normal=(0.932927 -0.310919 0.142079)}
Vertex 19396 -8.55651 3.23159 -2.36414 {normal=(0.592397 -0.411094 0.688921)}
Vertex 19397 -9.1981 1.81886 -2.55205 {normal=(0.660206 -0.283204 0.689722)}
Vertex 19398 -9.64395 0.539337 -2.47733 {normal=(0.710507 -0.192715 0.676169)}
Vertex 19399 -9.83272 0.910299 -1.67921 {normal=(0.760655 -0.478521 0.343494)}
Vertex 19400 -9.29169 2.06416 -1.79079 {normal=(0.919090 -0.372465 0.108934)}
Vertex 19401 -9.2781 2.37914 -0.91654 {normal=(0.766583 -0.325610 0.422314)}
Vertex 19402 -9.7782 1.44696 -0.931207 {normal=(0.630204 -0.475221 0.529004)}
Vertex 19403 -10.4019 1.01497 -0.819922 {normal=(0.304290 -0.546901 0.720904)}
Vertex 19404 -11.941 0.284381 -1.45505 {normal=(-0.511904 -0.151199 0.755804)}
Vertex 19405 -11.5088 0.798963 -1.01813 {normal=(-0.362446 -0.396142 0.754318)}
Vertex 19406 -11.0242 1.2432 -0.617314 {normal=(-0.131132 -0.441564 0.837744)}
Vertex 19407 -10.6764 1.9098 -0.322584 {normal=(0.025088 -0.318798 0.926865)}
Vertex 19408 -11.7497 0.772597 -5.15725 {normal=(-0.578767 0.174604 -0.793938)}
Vertex 19409 -12.3958 0.0647512 -4.80942 {normal=(-0.733285 0.182495 -0.615428)}
Vertex 19410 -12.7383 0.110176 -4.20378 {normal=(-0.886125 0.119981 -0.440461)}
Vertex 19411 -12.9395 0.118795 -3.75969 {normal=(-0.928946 0.096813 -0.338039)}
Vertex 19412 -10.0414 0.755798 -5.65673 {normal=(0.444915 0.054515 -0.847445)}
Vertex 19413 -10.4996 0.802526 -5.75904 {normal=(-0.018909 0.162408 -0.954994)}
Vertex 19414 -10.5736 -0.0186802 -5.97637 {normal=(-0.030165 -0.005876 -0.941166)}
Vertex 19415 -10.1647 -0.138434 -5.8571 {normal=(0.455445 -0.101779 -0.814524)}
Vertex 19416 -11.0358 0.793427 -5.60884 {normal=(-0.379888 0.188724 -0.894297)}
Vertex 19417 -11.0103 0.035611 -5.82806 {normal=(-0.388356 0.047311 -0.897895)}
Vertex 19418 -10.7023 -0.500093 -5.90697 {normal=(-0.121792 -0.236223 -0.918309)}
Vertex 19419 -10.2442 -0.653035 -5.77807 {normal=(0.412149 -0.306067 -0.798107)}
Vertex 19420 -9.76045 0.625324 -5.38845 {normal=(0.775708 -0.054736 -0.602517)}
Vertex 19421 -9.9104 -0.267167 -5.55087 {normal=(0.751717 -0.140925 -0.621709)}
Vertex 19422 -9.50125 -0.539148 -4.77721 {normal=(0.882020 0.015023 -0.432602)}
Vertex 19423 -9.83313 -0.545827 -2.52352 {normal=(0.731938 -0.056849 0.661368)}
Vertex 19424 -9.41206 -0.603658 -3.08341 {normal=(0.876464 -0.037611 0.400882)}
Vertex 19425 -11.0838 -0.313549 -1.68387 {normal=(0.141398 -0.251282 0.831648)}
Vertex 19426 -12.5534 0.948732 -2.18503 {normal=(-0.817877 0.068575 0.561892)}
Vertex 19427 7.99148 -42.9272 0.632355 {normal=(0.321781 -0.077187 0.942440)}
Vertex 19428 7.40007 -42.4 0.882754 {normal=(0.332041 -0.169928 0.926468)}
Vertex 19429 6.30814 -42.2352 1.34406 {normal=(0.388220 -0.201647 0.898080)}
Vertex 19430 5.31999 -42.4361 1.76442 {normal=(0.454470 -0.126124 0.879201)}
Vertex 19431 4.87451 -42.974 1.97484 {normal=(0.448108 -0.029535 0.892057)}
Vertex 19432 4.70234 -43.7663 2.06596 {normal=(0.386506 -0.000985 0.921704)}
Vertex 19433 4.67601 -44.6277 2.0701 {normal=(0.456796 -0.059433 0.863473)}
Vertex 19434 6.48976 -45.1007 1.20328 {normal=(0.256076 -0.055649 0.640155)}
Vertex 19435 8.33502 -44.7023 0.480752 {normal=(0.255213 -0.061735 0.948429)}
Vertex 19436 8.26156 -43.8815 0.515172 {normal=(0.342861 -0.018805 0.938985)}
Vertex 19437 8.62136 -44.7148 1.22701 {normal=(-0.373360 -0.034372 -0.925979)}
Vertex 19438 6.79877 -45.1007 2.07241 {normal=(-0.085793 -0.008140 -0.865614)}
Vertex 19439 4.97089 -44.6356 2.7993 {normal=(-0.260213 -0.039903 -0.951137)}
Vertex 19440 4.97555 -43.7955 2.79634 {normal=(-0.377939 0.008934 -0.925486)}
Vertex 19441 5.18822 -43.024 2.70416 {normal=(-0.433112 0.053448 -0.898168)}
Vertex 19442 5.69464 -42.5621 2.47155 {normal=(-0.453825 0.136426 -0.879185)}
Vertex 19443 6.62884 -42.4307 2.04932 {normal=(-0.393908 0.199066 -0.895886)}
Vertex 19444 7.67211 -42.5904 1.60712 {normal=(-0.329505 0.164713 -0.928003)}
Vertex 19445 8.26789 -43.0442 1.37004 {normal=(-0.317047 0.068525 -0.944724)}
Vertex 19446 8.53901 -43.919 1.26389 {normal=(-0.341011 0.014230 -0.939732)}
Vertex 19447 5.46694 -39.9407 -1.68072 {normal=(0.288512 -0.754301 0.565995)}
Vertex 19448 4.32252 -39.9893 -1.311 {normal=(0.037570 -0.784062 0.607160)}
Vertex 19449 3.73428 -40.1966 -1.73659 {normal=(-0.017647 -0.825706 0.560951)}
Vertex 19450 3.27162 -40.7639 -2.52627 {normal=(0.078883 -0.803732 0.586623)}
Vertex 19451 3.03872 -40.6546 -3.50476 {normal=(-0.074171 -0.810605 -0.562476)}
Vertex 19452 3.29507 -40.0737 -4.61364 {normal=(-0.108753 -0.934595 -0.298687)}
Vertex 19453 4.04913 -40.0394 -5.47073 {normal=(-0.180718 -0.969235 -0.159140)}
Vertex 19454 4.99232 -40.2797 -5.55483 {normal=(-0.242413 -0.940494 -0.228745)}
Vertex 19455 5.8799 -40.7883 -4.81202 {normal=(-0.240422 -0.914543 -0.323171)}
Vertex 19456 6.37528 -40.8894 -4.08105 {normal=(0.400534 -0.693870 0.597132)}
Vertex 19457 6.51538 -40.4339 -3.58695 {normal=(0.409516 -0.760702 0.496183)}
Vertex 19458 6.42754 -40.0574 -2.70497 {normal=(0.428959 -0.781207 0.452023)}
Vertex 19459 2.9286 -43.8161 -3.38086 {normal=(0.348540 0.030247 0.936770)}
Vertex 19460 3.02426 -44.6361 -3.38665 {normal=(0.345429 0.021215 0.938112)}
Vertex 19461 3.09897 -45.0316 -3.40753 {normal=(0.344682 0.004825 0.938518)}
Vertex 19462 4.49081 -45.1421 -3.98944 {normal=(0.394600 -0.018299 0.917448)}
Vertex 19463 5.83742 -45.0593 -4.57032 {normal=(0.460971 -0.019579 0.886659)}
Vertex 19464 5.88915 -44.668 -4.59453 {normal=(0.493835 -0.027506 0.868874)}
Vertex 19465 6.0119 -43.7976 -4.60987 {normal=(0.506054 -0.073847 0.858860)}
Vertex 19466 6.16567 -42.7045 -4.57104 {normal=(0.513992 -0.110232 0.850627)}
Vertex 19467 5.7705 -41.7575 -5.01904 {normal=(0.295342 0.872805 0.384702)}
Vertex 19468 4.88365 -41.1659 -5.67917 {normal=(0.259185 0.926270 0.257174)}
Vertex 19469 3.92555 -40.9467 -5.55614 {normal=(0.167089 0.969215 0.171984)}
Vertex 19470 3.17137 -40.9889 -4.79365 {normal=(0.093033 0.933591 0.309078)}
Vertex 19471 2.8847 -41.4857 -3.85574 {normal=(0.137971 0.644812 0.673014)}
Vertex 19472 2.83274 -42.589 -3.38501 {normal=(0.272743 0.218063 0.915708)}
Vertex 19473 3.31398 -41.6583 -2.18049 {normal=(-0.225233 0.586287 -0.771290)}
Vertex 19474 3.55738 -41.1694 -1.77508 {normal=(-0.106937 0.752613 -0.632924)}
Vertex 19475 3.97699 -40.7631 -1.15329 {normal=(-0.018825 0.822682 -0.567312)}
Vertex 19476 4.46543 -40.5012 -0.740791 {normal=(-0.104311 0.759420 -0.631935)}
Vertex 19477 5.56605 -40.4409 -1.11829 {normal=(-0.300171 0.734280 -0.594389)}
Vertex 19478 6.67096 -40.5876 -2.18432 {normal=(-0.412093 0.767606 -0.489794)}
Vertex 19479 6.82445 -41.0467 -3.17561 {normal=(-0.397290 0.756569 -0.515779)}
Vertex 19480 6.72841 -41.7629 -3.61636 {normal=(-0.488046 0.167145 -0.856008)}
Vertex 19481 6.70511 -42.7047 -3.74045 {normal=(-0.506779 0.093339 -0.855940)}
Vertex 19482 6.56062 -43.7999 -3.7196 {normal=(-0.509480 0.035623 -0.859576)}
Vertex 19483 6.43748 -44.6702 -3.66951 {normal=(-0.536912 -0.059151 -0.836667)}
Vertex 19484 6.38787 -45.0592 -3.60243 {normal=(-0.548483 -0.125980 -0.825580)}
Vertex 19485 4.97237 -45.142 -2.92257 {normal=(-0.410914 -0.088926 -0.896886)}
Vertex 19486 3.48781 -45.0315 -2.31039 {normal=(-0.282185 -0.074692 -0.955530)}
Vertex 19487 3.39136 -44.6357 -2.31536 {normal=(-0.313022 -0.050928 -0.946380)}
Vertex 19488 3.32493 -43.8267 -2.30885 {normal=(-0.359237 -0.022562 -0.932948)}
Vertex 19489 3.2409 -42.6147 -2.31274 {normal=(-0.364216 -0.025267 -0.930963)}
Vertex 19490 3.40676 -44.9142 -2.90124 {normal=(-0.809966 -0.462743 0.284142)}
Vertex 19491 6.00064 -44.9695 -4.02471 {normal=(0.461457 -0.847473 -0.262387)}
Vertex 19492 8.37172 -44.9334 0.893888 {normal=(-0.068904 0.997294 0.025632)}
Vertex 19493 4.92254 -44.9346 2.38997 {normal=(0.090617 0.995291 -0.034413)}
Vertex 19494 3.97327 -40.5444 -1.54716 {normal=(-0.739762 0.293400 0.550090)}
Vertex 19495 3.37956 -40.5605 -4.63128 {normal=(-0.846735 0.177027 -0.410472)}
Vertex 19496 4.74729 -45.0131 -3.45547 {normal=(0.015715 -0.999852 -0.006950)}
Vertex 19497 4.97551 -44.6089 2.37817 {normal=(-0.929110 0.023694 0.368895)}
Vertex 19498 4.98494 -43.8123 2.37398 {normal=(-0.903584 0.162686 0.366608)}
Vertex 19499 5.1444 -43.0911 2.28131 {normal=(-0.737787 0.508154 0.372685)}
Vertex 19500 5.55511 -42.6359 2.06805 {normal=(-0.378632 0.822523 0.341196)}
Vertex 19501 6.44925 -42.4854 1.66542 {normal=(0.033866 0.949112 0.237955)}
Vertex 19502 7.45418 -42.6244 1.24623 {normal=(0.421299 0.871729 0.057566)}
Vertex 19503 7.99543 -43.0586 1.03992 {normal=(0.759187 0.552459 -0.173010)}
Vertex 19504 8.24854 -43.9254 0.946177 {normal=(0.916946 0.204955 -0.320369)}
Vertex 19505 8.32699 -44.6918 0.913539 {normal=(0.933320 0.059488 -0.352841)}
Vertex 19506 4.05115 -40.5168 -5.39564 {normal=(-0.392326 0.155516 -0.828517)}
Vertex 19507 3.55261 -41.0065 -2.22833 {normal=(-0.910497 0.108658 0.389977)}
Vertex 19508 4.4418 -40.3399 -1.13315 {normal=(-0.284448 0.600455 0.657058)}
Vertex 19509 6.51912 -40.7891 -3.34554 {normal=(0.899573 0.253690 -0.294226)}
Vertex 19510 5.44617 -40.3063 -1.48391 {normal=(0.316041 0.711949 0.537507)}
Vertex 19511 4.87144 -40.7363 -5.47499 {normal=(0.273124 0.095705 -0.888855)}
Vertex 19512 6.41419 -40.4125 -2.47235 {normal=(0.759508 0.527071 0.133876)}
Vertex 19513 6.29286 -42.7019 -4.06871 {normal=(0.839260 -0.036243 -0.537322)}
Vertex 19514 5.69666 -41.2817 -4.81175 {normal=(0.721818 0.057454 -0.669177)}
Vertex 19515 6.34426 -41.7105 -3.92052 {normal=(0.847678 0.065338 -0.524013)}
Vertex 19516 3.11466 -41.0915 -3.66923 {normal=(-0.965076 0.125306 0.061764)}
Vertex 19517 3.29383 -41.6059 -2.73764 {normal=(-0.943350 0.071536 0.319909)}
Vertex 19518 3.19415 -42.6023 -2.90703 {normal=(-0.940242 -0.012275 0.331981)}
Vertex 19519 3.28286 -43.8067 -2.90536 {normal=(-0.937858 -0.036270 0.342267)}
Vertex 19520 6.02085 -44.637 -4.05019 {normal=(0.855609 -0.048399 -0.512197)}
Vertex 19521 6.64544 -44.9304 1.63992 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19522 6.14375 -43.7798 -4.07916 {normal=(0.845406 -0.107574 -0.523054)}
Vertex 19523 3.34251 -44.5665 -2.9017 {normal=(-0.926021 -0.130513 0.325597)}
Vertex 19524 6.79331 -45.271 -1.07538 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19525 5.63373 -26.5599 -1.30418 {normal=(-0.274200 0.717512 -0.615268)}
Vertex 19526 3.79337 -45.2738 -4.53527 {normal=(0.002987 -0.999995 0.000308)}
Vertex 19527 6.16426 -45.271 4.48399 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19528 7.39895 -45.271 4.26411 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19529 7.83559 -45.271 2.51845 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19530 6.48879 -45.271 0.356002 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19531 2.68518 -33.6241 -5.37144 {normal=(-0.539035 0.630947 -0.551686)}
Vertex 19532 3.30035 -33.6322 -5.89027 {normal=(-0.384836 0.631054 -0.664278)}
Vertex 19533 4.04305 -33.6297 -6.1549 {normal=(-0.182640 0.564503 -0.792606)}
Vertex 19534 4.91473 -33.5539 -6.20574 {normal=(0.021107 0.461461 -0.880497)}
Vertex 19535 2.17644 -33.5555 -4.7239 {normal=(-0.675532 0.597475 -0.416830)}
Vertex 19536 2.0396 -33.3496 -4.03305 {normal=(-0.797641 0.519207 -0.293955)}
Vertex 19537 2.07524 -32.7886 -3.27678 {normal=(-0.887193 0.373122 -0.255232)}
Vertex 19538 2.22273 -31.6019 -2.53054 {normal=(-0.939815 0.279405 -0.183952)}
Vertex 19539 2.56175 -30.0826 -1.86418 {normal=(-0.954851 0.284657 -0.067678)}
Vertex 19540 3.02594 -28.5645 -1.41095 {normal=(-0.935421 0.346687 0.021666)}
Vertex 19541 5.81888 -33.3419 -5.99467 {normal=(0.176798 0.349623 -0.915674)}
Vertex 19542 6.76796 -32.8723 -5.61825 {normal=(0.321178 0.249477 -0.909202)}
Vertex 19543 7.48529 -32.0198 -5.11305 {normal=(0.464359 0.188616 -0.862027)}
Vertex 19544 8.00031 -30.7878 -4.54205 {normal=(0.564326 0.160694 -0.808696)}
Vertex 19545 8.37506 -29.0112 -3.91242 {normal=(0.632788 0.221317 -0.736095)}
Vertex 19546 3.55259 -27.3259 -1.04536 {normal=(-0.820897 0.525476 0.134763)}
Vertex 19547 8.48692 -27.4075 -3.24159 {normal=(0.666487 0.466819 -0.531795)}
Vertex 19548 8.23759 -26.6636 -2.55248 {normal=(0.577489 0.757546 -0.178703)}
Vertex 19549 7.59916 -26.3468 -1.80891 {normal=(0.385025 0.899648 0.133788)}
Vertex 19550 6.42557 -26.2366 -1.0177 {normal=(0.150971 0.928737 0.306878)}
Vertex 19551 5.15873 -26.3443 -0.54025 {normal=(-0.164383 0.897367 0.363148)}
Vertex 19552 4.23528 -26.6543 -0.66606 {normal=(-0.537420 0.760663 0.283647)}
Vertex 19553 4.41216 -32.7434 -4.49116 {normal=(-0.304888 0.683285 -0.650188)}
Vertex 19554 3.57454 -33.4479 -5.42889 {normal=(-0.162038 0.940003 -0.299288)}
Vertex 19555 5.25035 -30.3998 -3.27543 {normal=(-0.355650 0.428528 -0.829003)}
Vertex 19556 5.99405 -27.3247 -2.21499 {normal=(-0.344813 0.496830 -0.787698)}
Vertex 19557 3.56159 -27.6098 -0.955589 {normal=(-0.471828 -0.049605 0.879827)}
Vertex 19558 2.1396 -33.8444 -4.70672 {normal=(-0.885635 -0.227167 -0.321936)}
Vertex 19559 2.57204 -30.3561 -1.79633 {normal=(-0.547143 -0.135862 0.815184)}
Vertex 19560 2.06454 -33.0701 -3.21957 {normal=(-0.869736 -0.226598 0.401620)}
Vertex 19561 3.24538 -33.9088 -5.88884 {normal=(-0.485897 -0.247237 -0.825494)}
Vertex 19562 4.87539 -33.8425 -6.18524 {normal=(0.158468 -0.341162 -0.907914)}
Vertex 19563 6.74147 -33.1608 -5.56119 {normal=(0.680136 -0.423807 -0.530579)}
Vertex 19564 7.98413 -31.0572 -4.45754 {normal=(0.930845 -0.310255 0.090550)}
Vertex 19565 5.18257 -26.5849 -0.40495 {normal=(0.070121 0.090302 0.963193)}
Vertex 19566 7.63806 -26.5855 -1.67594 {normal=(0.685422 0.043174 0.709790)}
Vertex 19567 8.48691 -27.6857 -3.14418 {normal=(0.907115 -0.158904 0.384859)}
Vertex 19568 2.63441 -33.9058 -5.36742 {normal=(-0.707483 -0.227468 -0.651993)}
Vertex 19569 2.01221 -33.637 -3.9907 {normal=(-0.949701 -0.232358 0.083297)}
Vertex 19570 2.22618 -31.8757 -2.46538 {normal=(-0.712135 -0.191833 0.650814)}
Vertex 19571 3.03616 -28.8527 -1.34009 {normal=(-0.477164 -0.089524 0.872075)}
Vertex 19572 4.24397 -26.9142 -0.546235 {normal=(-0.314807 0.015749 0.933824)}
Vertex 19573 6.46533 -26.4683 -0.880386 {normal=(0.443424 0.106580 0.873968)}
Vertex 19574 8.26332 -26.9157 -2.43278 {normal=(0.842913 -0.063419 0.518280)}
Vertex 19575 8.35942 -29.2973 -3.82829 {normal=(0.926516 -0.232544 0.277496)}
Vertex 19576 7.46792 -32.2933 -5.0358 {normal=(0.868590 -0.392069 -0.188638)}
Vertex 19577 5.78843 -33.6344 -5.95859 {normal=(0.427974 -0.392228 -0.791173)}
Vertex 19578 3.99432 -33.9113 -6.15042 {normal=(-0.176257 -0.288004 -0.918850)}
Vertex 19579 7.27455 -26.4102 -1.86281 {normal=(-0.314099 0.708013 -0.618047)}
Vertex 19580 4.82732 -31.7549 -3.89113 {normal=(-0.340180 0.531926 -0.772461)}
Vertex 19581 5.67307 -28.7509 -2.72868 {normal=(-0.364393 0.389477 -0.845848)}
Vertex 19582 3.41111 -33.5294 -5.71065 {normal=(-0.096607 0.972172 -0.177426)}
Vertex 19583 2.68989 -34.5522 -5.25403 {normal=(-0.717445 -0.175681 -0.624705)}
Vertex 19584 2.14892 -34.4217 -3.98174 {normal=(-0.953082 -0.175423 0.016567)}
Vertex 19585 2.51505 -33.5658 -2.52656 {normal=(-0.817289 -0.158961 0.520881)}
Vertex 19586 3.30989 -32.065 -1.41665 {normal=(-0.565247 -0.092007 0.805264)}
Vertex 19587 4.33882 -31.0707 -0.776742 {normal=(-0.245589 -0.052172 0.935644)}
Vertex 19588 6.1093 -30.8388 -1.12169 {normal=(0.435987 -0.035846 0.848807)}
Vertex 19589 7.52929 -31.074 -2.47921 {normal=(0.854220 -0.124295 0.459003)}
Vertex 19590 7.6704 -32.2833 -3.76498 {normal=(0.944626 -0.216485 0.088693)}
Vertex 19591 6.97538 -33.7629 -4.93058 {normal=(0.809336 -0.275872 -0.433471)}
Vertex 19592 5.54319 -34.4198 -5.85324 {normal=(0.359952 -0.226140 -0.871931)}
Vertex 19593 3.97905 -34.5572 -6.00209 {normal=(-0.224311 -0.187220 -0.925188)}
Vertex 19594 2.94082 -36.3993 -5.03016 {normal=(-0.748404 -0.129219 -0.571122)}
Vertex 19595 2.54572 -36.3938 -3.93459 {normal=(-0.945467 -0.132146 -0.033749)}
Vertex 19596 2.9431 -36.4138 -2.59912 {normal=(-0.873893 -0.102346 0.431404)}
Vertex 19597 3.61208 -36.4196 -1.58897 {normal=(-0.639858 -0.070413 0.737039)}
Vertex 19598 4.3879 -36.4159 -1.15799 {normal=(-0.186191 -0.068875 0.930075)}
Vertex 19599 5.65253 -36.4152 -1.52726 {normal=(0.444708 -0.089339 0.807239)}
Vertex 19600 6.66766 -36.4186 -2.65423 {normal=(0.876853 -0.112666 0.381304)}
Vertex 19601 6.83383 -36.4224 -3.75038 {normal=(0.957387 -0.134799 -0.089307)}
Vertex 19602 6.37237 -36.422 -4.81125 {normal=(0.778149 -0.131845 -0.544363)}
Vertex 19603 5.28121 -36.4186 -5.70695 {normal=(0.319972 -0.106102 -0.883307)}
Vertex 19604 4.01132 -36.4172 -5.75082 {normal=(-0.272219 -0.106173 -0.905133)}
Vertex 19605 3.15701 -38.232 -4.87406 {normal=(-0.790980 -0.054840 -0.542121)}
Vertex 19606 2.85606 -38.2236 -3.88699 {normal=(-0.960481 -0.054270 -0.053583)}
Vertex 19607 3.11551 -38.2466 -2.65002 {normal=(-0.905718 -0.030431 0.378122)}
Vertex 19608 3.65894 -38.2553 -1.70437 {normal=(-0.671579 -0.010720 0.703933)}
Vertex 19609 4.36787 -38.252 -1.29194 {normal=(-0.185096 -0.007038 0.925011)}
Vertex 19610 5.54778 -38.2515 -1.64819 {normal=(0.464476 -0.015974 0.799156)}
Vertex 19611 6.49372 -38.2547 -2.72469 {normal=(0.893499 -0.024353 0.342460)}
Vertex 19612 6.60581 -38.2582 -3.75858 {normal=(0.962131 -0.035974 -0.144801)}
Vertex 19613 6.15836 -38.2578 -4.75412 {normal=(0.787575 -0.039769 -0.563645)}
Vertex 19614 5.17892 -38.2546 -5.5989 {normal=(0.313553 -0.029675 -0.880213)}
Vertex 19615 4.02962 -38.2532 -5.58028 {normal=(-0.327968 -0.033661 -0.883447)}
Vertex 19616 6.78402 -45.149 -3.04605 {normal=(0.682478 -0.659204 -0.315702)}
Vertex 19617 7.86381 -45.1491 5.28768 {normal=(0.302674 -0.668519 0.628329)}
Vertex 19618 8.98202 -45.149 2.93311 {normal=(0.708961 -0.685581 0.027841)}
Vertex 19619 8.67307 -45.149 4.42455 {normal=(0.628009 -0.662238 0.360552)}
Vertex 19620 6.91995 -45.1491 5.37079 {normal=(-0.156534 -0.658661 0.701234)}
Vertex 19621 6.0443 -45.149 4.8931 {normal=(-0.474258 -0.642437 0.586932)}
Vertex 19622 5.41163 -45.149 4.12227 {normal=(-0.633172 -0.658346 0.387081)}
Vertex 19623 4.79487 -45.149 0.698853 {normal=(-0.826730 -0.550519 0.006430)}
Vertex 19624 4.69107 -45.149 -0.344715 {normal=(-0.759309 -0.577763 0.258293)}
Vertex 19625 3.95353 -45.149 -1.50416 {normal=(-0.674982 -0.586918 0.443708)}
Vertex 19626 3.85139 -45.1492 -5.7991 {normal=(-0.369078 -0.369935 -0.842282)}
Vertex 19627 4.81159 -45.1492 -5.89786 {normal=(0.431529 -0.563387 -0.695903)}
Vertex 19628 5.55864 -45.1491 -5.18386 {normal=(0.586130 -0.588133 -0.546613)}
Vertex 19629 7.23002 -45.149 -2.08437 {normal=(0.682709 -0.657446 -0.318859)}
Vertex 19630 7.73186 -45.149 -1.01162 {normal=(0.683604 -0.660022 -0.311393)}
Vertex 19631 8.7993 -45.149 1.62365 {normal=(0.681751 -0.707978 -0.176963)}
Vertex 19632 8.22008 -45.149 0.071506 {normal=(0.685194 -0.665899 -0.294982)}
Vertex 19633 4.68069 -45.149 1.69742 {normal=(-0.833841 -0.537633 -0.123442)}
Vertex 19634 5.03958 -45.149 3.22848 {normal=(-0.702676 -0.666656 0.246392)}
Vertex 19635 3.03562 -45.1549 -5.09966 {normal=(-0.822302 -0.460415 -0.295700)}
Vertex 19636 2.90471 -45.1549 -4.01317 {normal=(-0.809339 -0.557493 -0.047954)}
Vertex 19637 3.15182 -39.3621 -4.78015 {normal=(-0.825689 -0.022497 -0.484708)}
Vertex 19638 2.92171 -41.4345 -4.9726 {normal=(-0.862960 0.219745 -0.450136)}
Vertex 19639 2.79785 -42.5959 -5.07098 {normal=(-0.881459 0.060449 -0.458574)}
Vertex 19640 2.84178 -43.8531 -5.07747 {normal=(-0.894260 -0.054841 -0.443478)}
Vertex 19641 2.93293 -44.7284 -5.10544 {normal=(-0.883878 -0.218045 -0.377413)}
Vertex 19642 4.68091 -45.2711 -5.43377 {normal=(0.001081 -0.999999 0.000181)}
Vertex 19643 7.25679 -41.7705 -1.88764 {normal=(0.968553 0.140823 -0.193655)}
Vertex 19644 5.38144 -45.271 -2.23626 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19645 5.11844 -39.4794 -5.6479 {normal=(0.329201 0.010579 -0.872589)}
Vertex 19646 6.12144 -39.6249 -4.73853 {normal=(0.788233 0.009299 -0.578403)}
Vertex 19647 6.63554 -39.5406 -3.69066 {normal=(0.954518 0.023304 -0.191938)}
Vertex 19648 6.52771 -39.3301 -2.70101 {normal=(0.899903 0.034552 0.312058)}
Vertex 19649 5.54207 -39.2573 -1.62228 {normal=(0.461641 0.045739 0.793788)}
Vertex 19650 4.32083 -39.2923 -1.24787 {normal=(-0.212083 0.053406 0.912780)}
Vertex 19651 3.63735 -39.4126 -1.6694 {normal=(-0.707018 0.042391 0.664765)}
Vertex 19652 3.11524 -39.4821 -2.63887 {normal=(-0.926124 0.016517 0.334638)}
Vertex 19653 2.86128 -39.4296 -3.79031 {normal=(-0.976178 -0.011848 -0.032759)}
Vertex 19654 4.00702 -39.3535 -5.58445 {normal=(-0.345639 0.000835 -0.864397)}
Vertex 19655 4.58202 -40.7244 -0.288896 {normal=(-0.319529 0.577881 0.648473)}
Vertex 19656 7.09505 -41.352 -0.758778 {normal=(0.648045 0.684309 0.285997)}
Vertex 19657 4.86194 -41.2369 0.317897 {normal=(-0.286150 0.638051 0.615141)}
Vertex 19658 5.77284 -40.5865 -0.739763 {normal=(0.307432 0.729618 0.514873)}
Vertex 19659 6.00914 -41.1065 -0.122452 {normal=(0.285750 0.775279 0.490492)}
Vertex 19660 6.92863 -40.9011 -1.46051 {normal=(0.705131 0.632815 0.275726)}
Vertex 19661 3.9426 -33.2404 -5.01465 {normal=(-0.223845 0.854769 -0.441895)}
Vertex 19662 3.67421 -42.6152 -5.86213 {normal=(-0.464523 0.055148 -0.881212)}
Vertex 19663 4.83457 -42.6475 -6.0096 {normal=(0.465046 0.026541 -0.874053)}
Vertex 19664 5.83419 -42.6871 -5.23712 {normal=(0.678639 0.011100 -0.719517)}
Vertex 19665 7.04876 -42.7457 -3.19368 {normal=(0.952348 0.013560 -0.294334)}
Vertex 19666 7.38178 -42.7904 -2.07457 {normal=(0.950227 0.104813 -0.275513)}
Vertex 19667 7.77918 -42.8071 -0.699964 {normal=(0.931614 0.236083 -0.253548)}
Vertex 19668 4.87615 -41.5872 -5.89383 {normal=(0.466300 0.057840 -0.876522)}
Vertex 19669 7.06989 -41.3231 -2.78907 {normal=(0.976531 0.064153 -0.202864)}
Vertex 19670 4.22683 -41.5211 -0.206846 {normal=(-0.775257 0.212879 0.539177)}
Vertex 19671 3.8519 -44.7145 -1.49092 {normal=(-0.831903 -0.061667 0.544366)}
Vertex 19672 3.72142 -43.8575 -1.46454 {normal=(-0.843168 -0.135650 0.517092)}
Vertex 19673 3.55737 -42.6586 -1.43129 {normal=(-0.866044 -0.081751 0.487036)}
Vertex 19674 7.32095 -44.7137 -2.14891 {normal=(0.909150 -0.035227 -0.414001)}
Vertex 19675 7.3907 -43.8293 -2.13494 {normal=(0.927688 -0.002967 -0.364459)}
Vertex 19676 5.27319 -42.2446 1.65198 {normal=(-0.510897 0.679767 0.303845)}
Vertex 19677 5.77691 -42.4492 2.8713 {normal=(-0.324227 0.888417 0.210200)}
Vertex 19678 5.50878 -42.9834 3.86441 {normal=(-0.518492 0.719382 0.428332)}
Vertex 19679 4.61097 -44.7238 -0.308154 {normal=(-0.924445 -0.049412 0.332999)}
Vertex 19680 4.4519 -43.8572 -0.251562 {normal=(-0.914642 -0.126358 0.359721)}
Vertex 19681 4.23524 -42.7383 -0.175863 {normal=(-0.902646 -0.059853 0.410302)}
Vertex 19682 4.72789 -44.7132 0.768843 {normal=(-0.986308 -0.005887 0.021921)}
Vertex 19683 4.67389 -43.8347 0.819034 {normal=(-0.978834 -0.032626 0.092878)}
Vertex 19684 4.64373 -42.8372 0.901089 {normal=(-0.922447 0.119466 0.244961)}
Vertex 19685 4.60246 -44.6765 1.78172 {normal=(-0.981485 0.032548 -0.180728)}
Vertex 19686 4.63716 -43.7818 1.7918 {normal=(-0.979249 0.081049 -0.140438)}
Vertex 19687 4.80429 -42.8906 1.78777 {normal=(-0.905522 0.327549 0.012109)}
Vertex 19688 5.98213 -44.6932 4.97105 {normal=(-0.612420 0.052243 0.767110)}
Vertex 19689 6.04802 -43.8427 4.87298 {normal=(-0.598395 0.144213 0.766731)}
Vertex 19690 7.85378 -44.7066 -1.03046 {normal=(0.915236 -0.018704 -0.401389)}
Vertex 19691 7.88846 -43.8304 -0.946387 {normal=(0.928342 0.080142 -0.345951)}
Vertex 19692 7.32975 -41.8428 0.08059 {normal=(0.552001 0.754235 0.323704)}
Vertex 19693 8.45649 -43.005 3.89812 {normal=(0.391109 0.851177 0.324121)}
Vertex 19694 8.34758 -44.7093 0.0670008 {normal=(0.929826 -0.002889 -0.365707)}
Vertex 19695 8.31696 -43.8439 0.139871 {normal=(0.935628 0.138542 -0.298144)}
Vertex 19696 8.08516 -42.8354 0.391438 {normal=(0.917193 0.326810 -0.206664)}
Vertex 19697 7.48437 -42.1954 0.738759 {normal=(0.464521 0.781294 0.403950)}
Vertex 19698 8.90051 -44.7186 1.545 {normal=(0.961458 0.049709 -0.259106)}
Vertex 19699 8.81896 -43.8716 1.56225 {normal=(0.928550 0.213918 -0.261528)}
Vertex 19700 8.5328 -42.9751 1.67245 {normal=(0.852219 0.444503 -0.242721)}
Vertex 19701 7.88164 -42.4856 1.95585 {normal=(0.231732 0.970776 0.011479)}
Vertex 19702 6.22591 -41.6222 0.630836 {normal=(0.221848 0.813757 0.472640)}
Vertex 19703 5.63321 -44.7014 -5.23417 {normal=(0.713863 -0.039705 -0.682552)}
Vertex 19704 5.31437 -44.6934 4.15699 {normal=(-0.838796 0.032782 0.516661)}
Vertex 19705 3.78419 -44.7159 -5.85579 {normal=(-0.413533 -0.145493 -0.892700)}
Vertex 19706 5.17523 -42.948 3.15576 {normal=(-0.638724 0.700539 0.279099)}
Vertex 19707 3.77913 -41.4433 -5.76396 {normal=(-0.457869 0.172198 -0.870756)}
Vertex 19708 2.695 -43.8415 -3.97032 {normal=(-0.989172 -0.088374 0.115793)}
Vertex 19709 5.74844 -43.8255 -5.26636 {normal=(0.702447 -0.060021 -0.693868)}
Vertex 19710 4.95078 -43.7958 3.25368 {normal=(-0.938022 0.019654 0.341487)}
Vertex 19711 7.6726 -43.0071 4.60301 {normal=(0.179744 0.864706 0.430617)}
Vertex 19712 4.93947 -44.675 3.24608 {normal=(-0.940842 0.021043 0.335263)}
Vertex 19713 8.7638 -44.6963 4.47702 {normal=(0.783493 0.036058 0.607103)}
Vertex 19714 6.33511 -41.9809 1.21813 {normal=(0.102184 0.824925 0.461642)}
Vertex 19715 6.79724 -42.3125 2.41649 {normal=(0.040094 0.981071 0.100259)}
Vertex 19716 4.82729 -44.7032 -5.96785 {normal=(0.495906 -0.016283 -0.856080)}
Vertex 19717 9.08251 -44.7011 2.89609 {normal=(0.988027 0.054604 -0.122079)}
Vertex 19718 6.93613 -44.6888 5.47758 {normal=(-0.186542 0.057902 0.933594)}
Vertex 19719 2.80341 -44.7172 -3.98948 {normal=(-0.988828 -0.065872 0.128394)}
Vertex 19720 5.34017 -43.8344 4.11179 {normal=(-0.828910 0.075459 0.527402)}
Vertex 19721 8.70241 -43.8472 4.39708 {normal=(0.780996 0.150555 0.592510)}
Vertex 19722 7.9096 -43.8463 5.25171 {normal=(0.404453 0.183628 0.825430)}
Vertex 19723 6.24373 -43.0033 4.46244 {normal=(-0.291628 0.777338 0.523488)}
Vertex 19724 6.96411 -43.8241 -3.18054 {normal=(0.926430 -0.066217 -0.367643)}
Vertex 19725 4.83551 -43.826 -6.01069 {normal=(0.474327 -0.034170 -0.867054)}
Vertex 19726 3.6973 -43.8357 -5.85938 {normal=(-0.449336 -0.028195 -0.892626)}
Vertex 19727 2.61526 -42.5877 -3.97554 {normal=(-0.991551 0.009414 0.098528)}
Vertex 19728 8.69251 -42.9905 2.7562 {normal=(0.883371 0.434430 -0.102193)}
Vertex 19729 6.96791 -43.8428 5.35835 {normal=(-0.180284 0.186026 0.920706)}
Vertex 19730 7.93385 -44.6911 5.38763 {normal=(0.407103 0.043975 0.843295)}
Vertex 19731 6.86161 -44.708 -3.13766 {normal=(0.910003 -0.047040 -0.409707)}
Vertex 19732 8.99046 -43.8463 2.87423 {normal=(0.960565 0.206049 -0.118441)}
Vertex 19733 7.21589 -42.5118 3.42391 {normal=(0.097651 0.937333 0.254363)}
Vertex 19734 -6.24868 -45.271 -0.157928 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19735 -6.82426 -26.563 -1.92598 {normal=(0.288512 0.695712 -0.643623)}
Vertex 19736 -4.62386 -45.2711 -4.90933 {normal=(-0.001498 -0.999997 0.000175)}
Vertex 19737 -8.28184 -45.271 3.88639 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19738 -7.04714 -45.271 4.10627 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19739 -6.15538 -45.271 3.07999 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19740 -7.62395 -45.271 -0.970439 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19741 -7.99148 -42.9272 0.632355 {normal=(-0.321781 -0.077187 0.942440)}
Vertex 19742 -7.40007 -42.4 0.882753 {normal=(-0.332040 -0.169928 0.926468)}
Vertex 19743 -6.30814 -42.2351 1.34406 {normal=(-0.388220 -0.201647 0.898080)}
Vertex 19744 -5.31999 -42.4361 1.76442 {normal=(-0.454470 -0.126124 0.879201)}
Vertex 19745 -4.87451 -42.974 1.97484 {normal=(-0.448108 -0.029535 0.892057)}
Vertex 19746 -4.70234 -43.7663 2.06597 {normal=(-0.386506 -0.000985 0.921703)}
Vertex 19747 -4.67601 -44.6276 2.0701 {normal=(-0.365218 -0.053344 0.928168)}
Vertex 19748 -6.48976 -45.1007 1.20328 {normal=(-0.085900 -0.035253 0.866050)}
Vertex 19749 -8.33502 -44.7023 0.480752 {normal=(-0.255213 -0.061735 0.948429)}
Vertex 19750 -8.26156 -43.8815 0.515172 {normal=(-0.342861 -0.018805 0.938985)}
Vertex 19751 -8.62136 -44.7148 1.22701 {normal=(0.373360 -0.034372 -0.925979)}
Vertex 19752 -6.79877 -45.1007 2.07241 {normal=(0.085793 -0.008140 -0.865614)}
Vertex 19753 -4.97089 -44.6356 2.7993 {normal=(0.260213 -0.039903 -0.951137)}
Vertex 19754 -4.97555 -43.7955 2.79634 {normal=(0.377939 0.008934 -0.925486)}
Vertex 19755 -5.18822 -43.0241 2.70416 {normal=(0.433112 0.053448 -0.898168)}
Vertex 19756 -5.69464 -42.5621 2.47155 {normal=(0.453825 0.136426 -0.879185)}
Vertex 19757 -6.62884 -42.4307 2.04932 {normal=(0.393908 0.199066 -0.895886)}
Vertex 19758 -7.67211 -42.5904 1.60712 {normal=(0.329505 0.164713 -0.928003)}
Vertex 19759 -8.26789 -43.0443 1.37004 {normal=(0.317047 0.068525 -0.944724)}
Vertex 19760 -8.53901 -43.919 1.26389 {normal=(0.341011 0.014230 -0.939732)}
Vertex 19761 -5.46694 -39.9407 -1.68072 {normal=(-0.288512 -0.754301 0.565995)}
Vertex 19762 -4.32252 -39.9893 -1.311 {normal=(-0.037570 -0.784062 0.607160)}
Vertex 19763 -3.73428 -40.1966 -1.73659 {normal=(0.017647 -0.825706 0.560951)}
Vertex 19764 -3.27161 -40.7639 -2.52627 {normal=(-0.078883 -0.803731 0.586622)}
Vertex 19765 -3.03872 -40.6546 -3.50476 {normal=(0.074171 -0.810605 -0.562476)}
Vertex 19766 -3.29507 -40.0737 -4.61364 {normal=(0.108753 -0.934595 -0.298687)}
Vertex 19767 -4.04913 -40.0394 -5.47073 {normal=(0.180717 -0.969235 -0.159140)}
Vertex 19768 -4.99232 -40.2797 -5.55483 {normal=(0.242413 -0.940494 -0.228744)}
Vertex 19769 -5.8799 -40.7883 -4.81202 {normal=(0.240422 -0.914543 -0.323171)}
Vertex 19770 -6.37528 -40.8894 -4.08105 {normal=(-0.400534 -0.693870 0.597132)}
Vertex 19771 -6.51538 -40.4339 -3.58695 {normal=(-0.409516 -0.760702 0.496183)}
Vertex 19772 -6.42754 -40.0574 -2.70497 {normal=(-0.428959 -0.781207 0.452023)}
Vertex 19773 -2.9286 -43.8161 -3.38086 {normal=(-0.348540 0.030247 0.936770)}
Vertex 19774 -3.02426 -44.6361 -3.38665 {normal=(-0.345429 0.021215 0.938112)}
Vertex 19775 -3.09897 -45.0316 -3.40753 {normal=(-0.344682 0.004825 0.938518)}
Vertex 19776 -4.49081 -45.1421 -3.98944 {normal=(-0.394600 -0.018299 0.917448)}
Vertex 19777 -5.83742 -45.0593 -4.57031 {normal=(-0.460971 -0.019579 0.886659)}
Vertex 19778 -5.88915 -44.668 -4.59453 {normal=(-0.493835 -0.027506 0.868875)}
Vertex 19779 -6.0119 -43.7976 -4.60987 {normal=(-0.506054 -0.073847 0.858860)}
Vertex 19780 -6.16567 -42.7045 -4.57104 {normal=(-0.513992 -0.110232 0.850627)}
Vertex 19781 -5.7705 -41.7575 -5.01904 {normal=(-0.295342 0.872804 0.384701)}
Vertex 19782 -4.88365 -41.1658 -5.67917 {normal=(-0.259185 0.926270 0.257174)}
Vertex 19783 -3.92555 -40.9467 -5.55614 {normal=(-0.167088 0.969215 0.171984)}
Vertex 19784 -3.17137 -40.989 -4.79366 {normal=(-0.104816 0.977461 0.182067)}
Vertex 19785 -2.8847 -41.4857 -3.85574 {normal=(-0.123027 0.565795 0.787521)}
Vertex 19786 -2.83274 -42.589 -3.38501 {normal=(-0.272743 0.218063 0.915708)}
Vertex 19787 -3.31398 -41.6583 -2.18049 {normal=(0.257008 0.459237 -0.815917)}
Vertex 19788 -3.55738 -41.1694 -1.77508 {normal=(0.106937 0.752613 -0.632924)}
Vertex 19789 -3.97699 -40.7631 -1.15329 {normal=(0.018825 0.822682 -0.567312)}
Vertex 19790 -4.46542 -40.5012 -0.740791 {normal=(0.104311 0.759420 -0.631935)}
Vertex 19791 -5.56605 -40.4409 -1.11829 {normal=(0.300171 0.734280 -0.594389)}
Vertex 19792 -6.67096 -40.5876 -2.18432 {normal=(0.412092 0.767606 -0.489793)}
Vertex 19793 -6.82445 -41.0467 -3.17561 {normal=(0.397290 0.756569 -0.515779)}
Vertex 19794 -6.72841 -41.7629 -3.61636 {normal=(0.488046 0.167144 -0.856008)}
Vertex 19795 -6.70511 -42.7047 -3.74044 {normal=(0.506779 0.093339 -0.855940)}
Vertex 19796 -6.56062 -43.7999 -3.7196 {normal=(0.509480 0.035623 -0.859576)}
Vertex 19797 -6.43748 -44.6702 -3.66952 {normal=(0.536912 -0.059151 -0.836667)}
Vertex 19798 -6.38787 -45.0592 -3.60243 {normal=(0.548483 -0.125980 -0.825580)}
Vertex 19799 -4.97237 -45.142 -2.92257 {normal=(0.410914 -0.088926 -0.896887)}
Vertex 19800 -3.48781 -45.0315 -2.31039 {normal=(0.282185 -0.074692 -0.955530)}
Vertex 19801 -3.39136 -44.6357 -2.31536 {normal=(0.313022 -0.050928 -0.946380)}
Vertex 19802 -3.32493 -43.8267 -2.30885 {normal=(0.359237 -0.022562 -0.932948)}
Vertex 19803 -3.2409 -42.6147 -2.31274 {normal=(0.344992 0.111336 -0.921201)}
Vertex 19804 -2.68518 -33.6241 -5.37143 {normal=(0.539035 0.630947 -0.551686)}
Vertex 19805 -3.30035 -33.6322 -5.89027 {normal=(0.384836 0.631054 -0.664278)}
Vertex 19806 -4.04305 -33.6297 -6.1549 {normal=(0.182640 0.564503 -0.792606)}
Vertex 19807 -4.91473 -33.5539 -6.20574 {normal=(-0.021107 0.461461 -0.880496)}
Vertex 19808 -2.17644 -33.5555 -4.7239 {normal=(0.675532 0.597476 -0.416830)}
Vertex 19809 -2.0396 -33.3496 -4.03305 {normal=(0.797641 0.519207 -0.293955)}
Vertex 19810 -2.07524 -32.7886 -3.27677 {normal=(0.887193 0.373122 -0.255232)}
Vertex 19811 -2.22273 -31.6019 -2.53055 {normal=(0.939815 0.279405 -0.183952)}
Vertex 19812 -2.56175 -30.0826 -1.86417 {normal=(0.954851 0.284657 -0.067678)}
Vertex 19813 -3.02594 -28.5645 -1.41095 {normal=(0.935421 0.346687 0.021666)}
Vertex 19814 -5.81888 -33.3419 -5.99467 {normal=(-0.176797 0.349623 -0.915674)}
Vertex 19815 -6.76795 -32.8723 -5.61825 {normal=(-0.321178 0.249477 -0.909202)}
Vertex 19816 -7.48529 -32.0198 -5.11305 {normal=(-0.464359 0.188616 -0.862027)}
Vertex 19817 -8.00031 -30.7878 -4.54205 {normal=(-0.564326 0.160694 -0.808696)}
Vertex 19818 -8.37506 -29.0112 -3.91242 {normal=(-0.632788 0.221317 -0.736095)}
Vertex 19819 -3.55259 -27.3259 -1.04536 {normal=(0.820897 0.525476 0.134763)}
Vertex 19820 -8.48692 -27.4074 -3.24159 {normal=(-0.666487 0.466819 -0.531795)}
Vertex 19821 -8.23759 -26.6636 -2.55248 {normal=(-0.577489 0.757546 -0.178703)}
Vertex 19822 -7.59916 -26.3468 -1.80891 {normal=(-0.385025 0.899648 0.133788)}
Vertex 19823 -6.42557 -26.2366 -1.0177 {normal=(-0.150971 0.928737 0.306878)}
Vertex 19824 -5.15873 -26.3443 -0.54025 {normal=(0.164383 0.897367 0.363148)}
Vertex 19825 -4.23528 -26.6543 -0.66606 {normal=(0.537420 0.760663 0.283647)}
Vertex 19826 -4.41216 -32.7434 -4.49116 {normal=(0.304888 0.683286 -0.650188)}
Vertex 19827 -3.57454 -33.4479 -5.42889 {normal=(0.162038 0.940003 -0.299288)}
Vertex 19828 -5.25035 -30.3998 -3.27543 {normal=(0.355650 0.428528 -0.829003)}
Vertex 19829 -5.99405 -27.3247 -2.21499 {normal=(0.344280 0.498305 -0.786771)}
Vertex 19830 -3.56159 -27.6098 -0.955589 {normal=(0.471828 -0.049605 0.879827)}
Vertex 19831 -2.1396 -33.8444 -4.70672 {normal=(0.885635 -0.227167 -0.321936)}
Vertex 19832 -2.57204 -30.3561 -1.79634 {normal=(0.547143 -0.135862 0.815184)}
Vertex 19833 -2.06454 -33.0701 -3.21957 {normal=(0.869736 -0.226597 0.401620)}
Vertex 19834 -3.24538 -33.9088 -5.88884 {normal=(0.485897 -0.247237 -0.825494)}
Vertex 19835 -4.87539 -33.8425 -6.18524 {normal=(-0.158468 -0.341162 -0.907914)}
Vertex 19836 -6.74147 -33.1608 -5.56119 {normal=(-0.680136 -0.423807 -0.530579)}
Vertex 19837 -7.98413 -31.0572 -4.45754 {normal=(-0.930845 -0.310255 0.090549)}
Vertex 19838 -5.18257 -26.5849 -0.40495 {normal=(-0.070121 0.090302 0.963192)}
Vertex 19839 -7.63806 -26.5855 -1.67594 {normal=(-0.685422 0.043174 0.709790)}
Vertex 19840 -8.48691 -27.6858 -3.14418 {normal=(-0.907115 -0.158904 0.384859)}
Vertex 19841 -2.63441 -33.9058 -5.36742 {normal=(0.707483 -0.227468 -0.651993)}
Vertex 19842 -2.01221 -33.637 -3.9907 {normal=(0.949702 -0.232358 0.083297)}
Vertex 19843 -2.22618 -31.8757 -2.46538 {normal=(0.712135 -0.191834 0.650814)}
Vertex 19844 -3.03616 -28.8527 -1.34009 {normal=(0.477164 -0.089524 0.872075)}
Vertex 19845 -4.24397 -26.9142 -0.546235 {normal=(0.314807 0.015749 0.933824)}
Vertex 19846 -6.46533 -26.4683 -0.880386 {normal=(-0.443424 0.106580 0.873968)}
Vertex 19847 -8.26332 -26.9157 -2.43279 {normal=(-0.842912 -0.063419 0.518280)}
Vertex 19848 -8.35942 -29.2973 -3.82829 {normal=(-0.926516 -0.232544 0.277496)}
Vertex 19849 -7.46792 -32.2933 -5.0358 {normal=(-0.868590 -0.392069 -0.188638)}
Vertex 19850 -5.78843 -33.6345 -5.95858 {normal=(-0.427974 -0.392228 -0.791173)}
Vertex 19851 -3.99432 -33.9113 -6.15042 {normal=(0.176257 -0.288004 -0.918850)}
Vertex 19852 -5.31797 -26.4005 -0.940332 {normal=(0.261247 0.790460 -0.530428)}
Vertex 19853 -4.82732 -31.7549 -3.89113 {normal=(0.340180 0.531926 -0.772461)}
Vertex 19854 -5.67307 -28.7508 -2.72868 {normal=(0.364393 0.389477 -0.845848)}
Vertex 19855 -3.41111 -33.5294 -5.71065 {normal=(0.096607 0.972172 -0.177426)}
Vertex 19856 -2.68989 -34.5522 -5.25403 {normal=(0.717445 -0.175681 -0.624705)}
Vertex 19857 -2.14892 -34.4217 -3.98174 {normal=(0.953082 -0.175423 0.016567)}
Vertex 19858 -2.51505 -33.5658 -2.52656 {normal=(0.817289 -0.158961 0.520881)}
Vertex 19859 -3.30989 -32.065 -1.41665 {normal=(0.565247 -0.092007 0.805264)}
Vertex 19860 -4.33882 -31.0707 -0.776742 {normal=(0.245588 -0.052172 0.935644)}
Vertex 19861 -6.10931 -30.8388 -1.12169 {normal=(-0.435987 -0.035846 0.848807)}
Vertex 19862 -7.52929 -31.074 -2.47921 {normal=(-0.854220 -0.124295 0.459003)}
Vertex 19863 -7.6704 -32.2833 -3.76498 {normal=(-0.944626 -0.216485 0.088693)}
Vertex 19864 -6.97538 -33.7629 -4.93058 {normal=(-0.809336 -0.275872 -0.433471)}
Vertex 19865 -5.54319 -34.4198 -5.85324 {normal=(-0.359952 -0.226140 -0.871932)}
Vertex 19866 -3.97905 -34.5572 -6.00209 {normal=(0.224311 -0.187220 -0.925188)}
Vertex 19867 -2.94082 -36.3993 -5.03016 {normal=(0.748403 -0.129219 -0.571122)}
Vertex 19868 -2.54572 -36.3938 -3.93459 {normal=(0.945467 -0.132146 -0.033749)}
Vertex 19869 -2.9431 -36.4138 -2.59913 {normal=(0.873893 -0.102346 0.431403)}
Vertex 19870 -3.61208 -36.4196 -1.58898 {normal=(0.639858 -0.070413 0.737039)}
Vertex 19871 -4.3879 -36.4159 -1.15799 {normal=(0.186191 -0.068875 0.930075)}
Vertex 19872 -5.65253 -36.4152 -1.52726 {normal=(-0.444708 -0.089340 0.807239)}
Vertex 19873 -6.66766 -36.4186 -2.65423 {normal=(-0.876853 -0.112666 0.381304)}
Vertex 19874 -6.83383 -36.4224 -3.75038 {normal=(-0.957387 -0.134799 -0.089307)}
Vertex 19875 -6.37237 -36.422 -4.81125 {normal=(-0.778150 -0.131845 -0.544363)}
Vertex 19876 -5.28121 -36.4186 -5.70695 {normal=(-0.319972 -0.106102 -0.883307)}
Vertex 19877 -4.01132 -36.4172 -5.75082 {normal=(0.272219 -0.106173 -0.905133)}
Vertex 19878 -3.15701 -38.232 -4.87406 {normal=(0.790980 -0.054840 -0.542121)}
Vertex 19879 -2.85606 -38.2235 -3.88699 {normal=(0.960481 -0.054270 -0.053582)}
Vertex 19880 -3.11552 -38.2466 -2.65002 {normal=(0.905718 -0.030431 0.378123)}
Vertex 19881 -3.65894 -38.2553 -1.70437 {normal=(0.671579 -0.010720 0.703933)}
Vertex 19882 -4.36787 -38.2521 -1.29194 {normal=(0.185096 -0.007039 0.925011)}
Vertex 19883 -5.54778 -38.2515 -1.64819 {normal=(-0.464476 -0.015974 0.799156)}
Vertex 19884 -6.49372 -38.2547 -2.72469 {normal=(-0.893499 -0.024353 0.342460)}
Vertex 19885 -6.60581 -38.2581 -3.75858 {normal=(-0.962131 -0.035974 -0.144801)}
Vertex 19886 -6.15837 -38.2578 -4.75412 {normal=(-0.787575 -0.039769 -0.563645)}
Vertex 19887 -5.17891 -38.2546 -5.5989 {normal=(-0.313553 -0.029675 -0.880213)}
Vertex 19888 -4.02962 -38.2532 -5.58028 {normal=(0.327968 -0.033661 -0.883447)}
Vertex 19889 -6.78402 -45.149 -3.04605 {normal=(-0.682478 -0.659204 -0.315702)}
Vertex 19890 -7.86381 -45.1491 5.28768 {normal=(-0.302674 -0.668519 0.628329)}
Vertex 19891 -3.40676 -44.9142 -2.90124 {normal=(0.710195 -0.657447 0.251767)}
Vertex 19892 -8.98201 -45.149 2.93311 {normal=(-0.708961 -0.685581 0.027841)}
Vertex 19893 -8.67307 -45.149 4.42455 {normal=(-0.628010 -0.662238 0.360552)}
Vertex 19894 -6.91995 -45.1491 5.37079 {normal=(0.156534 -0.658661 0.701234)}
Vertex 19895 -6.0443 -45.149 4.8931 {normal=(0.474258 -0.642436 0.586932)}
Vertex 19896 -5.41163 -45.149 4.12227 {normal=(0.633172 -0.658346 0.387082)}
Vertex 19897 -4.79486 -45.149 0.698853 {normal=(0.826730 -0.550519 0.006430)}
Vertex 19898 -4.69107 -45.149 -0.344716 {normal=(0.759309 -0.577763 0.258293)}
Vertex 19899 -3.95353 -45.149 -1.50416 {normal=(0.674983 -0.586918 0.443708)}
Vertex 19900 -3.85139 -45.1492 -5.7991 {normal=(0.369078 -0.369935 -0.842282)}
Vertex 19901 -4.81159 -45.1491 -5.89787 {normal=(-0.431529 -0.563387 -0.695903)}
Vertex 19902 -5.55864 -45.1491 -5.18386 {normal=(-0.586130 -0.588132 -0.546613)}
Vertex 19903 -6.00063 -44.9695 -4.02471 {normal=(-0.461457 -0.847473 -0.262387)}
Vertex 19904 -7.23002 -45.149 -2.08437 {normal=(-0.682709 -0.657446 -0.318860)}
Vertex 19905 -7.73186 -45.149 -1.01162 {normal=(-0.683604 -0.660022 -0.311393)}
Vertex 19906 -8.7993 -45.149 1.62366 {normal=(-0.681751 -0.707978 -0.176963)}
Vertex 19907 -8.22008 -45.149 0.071506 {normal=(-0.685194 -0.665899 -0.294982)}
Vertex 19908 -8.37172 -44.9334 0.893888 {normal=(0.068904 0.997294 0.025632)}
Vertex 19909 -4.6807 -45.149 1.69742 {normal=(0.833841 -0.537633 -0.123442)}
Vertex 19910 -5.03958 -45.149 3.22848 {normal=(0.702677 -0.666655 0.246392)}
Vertex 19911 -4.92254 -44.9346 2.38997 {normal=(-0.090617 0.995291 -0.034413)}
Vertex 19912 -3.03562 -45.1549 -5.09966 {normal=(0.822302 -0.460415 -0.295700)}
Vertex 19913 -2.90471 -45.1549 -4.01317 {normal=(0.809339 -0.557493 -0.047954)}
Vertex 19914 -3.97327 -40.5444 -1.54716 {normal=(0.739762 0.293401 0.550090)}
Vertex 19915 -3.15182 -39.3621 -4.78015 {normal=(0.825689 -0.022497 -0.484708)}
Vertex 19916 -3.37956 -40.5605 -4.63128 {normal=(0.804038 0.192344 -0.541733)}
Vertex 19917 -2.92171 -41.4345 -4.9726 {normal=(0.862960 0.219745 -0.450136)}
Vertex 19918 -2.79785 -42.5959 -5.07098 {normal=(0.881459 0.060449 -0.458573)}
Vertex 19919 -2.84178 -43.8531 -5.07747 {normal=(0.894260 -0.054841 -0.443478)}
Vertex 19920 -2.93293 -44.7284 -5.10544 {normal=(0.883878 -0.218045 -0.377413)}
Vertex 19921 -4.74729 -45.0131 -3.45547 {normal=(-0.015715 -0.999852 -0.006950)}
Vertex 19922 -3.43731 -45.2738 -4.8834 {normal=(-0.005448 -0.999982 0.000568)}
Vertex 19923 -7.25678 -41.7705 -1.88764 {normal=(-0.968553 0.140823 -0.193655)}
Vertex 19924 -5.38144 -45.271 -2.23626 {normal=(0.000000 -1.000000 0.000000)}
Vertex 19925 -4.97552 -44.6089 2.37817 {normal=(0.929110 0.023694 0.368895)}
Vertex 19926 -4.98494 -43.8123 2.37398 {normal=(0.934182 0.007476 0.356564)}
Vertex 19927 -5.1444 -43.0911 2.28131 {normal=(0.664795 0.645942 0.364455)}
Vertex 19928 -5.55511 -42.6359 2.06805 {normal=(0.378632 0.822523 0.341196)}
Vertex 19929 -6.44925 -42.4854 1.66543 {normal=(-0.033866 0.949112 0.237955)}
Vertex 19930 -7.45418 -42.6244 1.24623 {normal=(-0.256998 0.953338 0.154355)}
Vertex 19931 -7.99543 -43.0585 1.03992 {normal=(-0.870756 0.403630 -0.265337)}
Vertex 19932 -8.24854 -43.9254 0.946177 {normal=(-0.916946 0.204955 -0.320369)}
Vertex 19933 -8.32699 -44.6918 0.913539 {normal=(-0.933320 0.059488 -0.352841)}
Vertex 19934 -5.11844 -39.4794 -5.6479 {normal=(-0.329201 0.010579 -0.872589)}
Vertex 19935 -6.12144 -39.6249 -4.73853 {normal=(-0.788233 0.009299 -0.578403)}
Vertex 19936 -6.63554 -39.5406 -3.69066 {normal=(-0.954518 0.023304 -0.191938)}
Vertex 19937 -6.52771 -39.3301 -2.70101 {normal=(-0.899903 0.034552 0.312058)}
Vertex 19938 -5.54207 -39.2573 -1.62228 {normal=(-0.461641 0.045739 0.793788)}
Vertex 19939 -4.32083 -39.2923 -1.24787 {normal=(0.212083 0.053406 0.912781)}
Vertex 19940 -3.63735 -39.4127 -1.6694 {normal=(0.707018 0.042391 0.664765)}
Vertex 19941 -3.11524 -39.4821 -2.63887 {normal=(0.926124 0.016517 0.334638)}
Vertex 19942 -2.86128 -39.4296 -3.79031 {normal=(0.976177 -0.011848 -0.032759)}
Vertex 19943 -4.00702 -39.3535 -5.58445 {normal=(0.345639 0.000835 -0.864397)}
Vertex 19944 -4.05115 -40.5168 -5.39563 {normal=(0.392326 0.155516 -0.828517)}
Vertex 19945 -3.55261 -41.0065 -2.22833 {normal=(0.910497 0.108658 0.389977)}
Vertex 19946 -4.58202 -40.7244 -0.288896 {normal=(0.319529 0.577881 0.648473)}
Vertex 19947 -7.09505 -41.352 -0.758778 {normal=(-0.648045 0.684308 0.285997)}
Vertex 19948 -4.4418 -40.3399 -1.13315 {normal=(0.284448 0.600455 0.657058)}
Vertex 19949 -4.86194 -41.2369 0.317897 {normal=(0.286150 0.638051 0.615141)}
Vertex 19950 -5.77284 -40.5865 -0.739763 {normal=(-0.307432 0.729618 0.514873)}
Vertex 19951 -6.51912 -40.7891 -3.34555 {normal=(-0.899574 0.253690 -0.294226)}
Vertex 19952 -6.00914 -41.1065 -0.122452 {normal=(-0.285750 0.775279 0.490492)}
Vertex 19953 -5.44617 -40.3063 -1.48391 {normal=(-0.316041 0.711949 0.537507)}
Vertex 19954 -4.87144 -40.7363 -5.47499 {normal=(-0.273124 0.095705 -0.888855)}
Vertex 19955 -6.41419 -40.4125 -2.47235 {normal=(-0.759508 0.527071 0.133876)}
Vertex 19956 -6.92863 -40.9011 -1.46051 {normal=(-0.705130 0.632815 0.275726)}
Vertex 19957 -3.9426 -33.2404 -5.01465 {normal=(0.223845 0.854769 -0.441895)}
Vertex 19958 -3.67421 -42.6152 -5.86213 {normal=(0.464523 0.055148 -0.881212)}
Vertex 19959 -4.83457 -42.6475 -6.0096 {normal=(-0.465046 0.026541 -0.874053)}
Vertex 19960 -5.8342 -42.6871 -5.23712 {normal=(-0.678639 0.011100 -0.719517)}
Vertex 19961 -6.29285 -42.7019 -4.0687 {normal=(-0.839260 -0.036243 -0.537322)}
Vertex 19962 -7.04876 -42.7457 -3.19368 {normal=(-0.952348 0.013560 -0.294334)}
Vertex 19963 -7.38178 -42.7905 -2.07457 {normal=(-0.950226 0.104813 -0.275513)}
Vertex 19964 -7.77918 -42.8071 -0.699964 {normal=(-0.931614 0.236084 -0.253548)}
Vertex 19965 -4.87615 -41.5872 -5.89383 {normal=(-0.466300 0.057840 -0.876522)}
Vertex 19966 -5.69666 -41.2817 -4.81174 {normal=(-0.721818 0.057454 -0.669177)}
Vertex 19967 -6.34426 -41.7105 -3.92052 {normal=(-0.847678 0.065338 -0.524013)}
Vertex 19968 -7.0699 -41.3231 -2.78907 {normal=(-0.976531 0.064153 -0.202864)}
Vertex 19969 -3.11465 -41.0915 -3.66923 {normal=(0.970354 0.102361 0.205250)}
Vertex 19970 -3.29383 -41.6059 -2.73764 {normal=(0.943350 0.071536 0.319909)}
Vertex 19971 -4.22683 -41.5211 -0.206846 {normal=(0.775257 0.212879 0.539177)}
Vertex 19972 -3.8519 -44.7145 -1.49092 {normal=(0.831903 -0.061667 0.544366)}
Vertex 19973 -3.72142 -43.8575 -1.46454 {normal=(0.843168 -0.135650 0.517092)}
Vertex 19974 -3.55737 -42.6586 -1.43129 {normal=(0.866044 -0.081751 0.487036)}
Vertex 19975 -7.32095 -44.7137 -2.14891 {normal=(-0.909150 -0.035227 -0.414002)}
Vertex 19976 -7.3907 -43.8293 -2.13495 {normal=(-0.927688 -0.002967 -0.364459)}
Vertex 19977 -5.27319 -42.2446 1.65198 {normal=(0.510897 0.679767 0.303845)}
Vertex 19978 -5.77691 -42.4492 2.8713 {normal=(0.324227 0.888417 0.210200)}
Vertex 19979 -5.50878 -42.9834 3.86441 {normal=(0.518492 0.719382 0.428332)}
Vertex 19980 -4.61097 -44.7237 -0.308154 {normal=(0.924445 -0.049412 0.332999)}
Vertex 19981 -4.4519 -43.8572 -0.251562 {normal=(0.914642 -0.126358 0.359721)}
Vertex 19982 -4.23524 -42.7383 -0.175864 {normal=(0.902646 -0.059853 0.410302)}
Vertex 19983 -4.72789 -44.7132 0.768843 {normal=(0.986308 -0.005887 0.021921)}
Vertex 19984 -4.67389 -43.8347 0.819034 {normal=(0.978834 -0.032626 0.092878)}
Vertex 19985 -4.64373 -42.8372 0.901089 {normal=(0.922447 0.119466 0.244961)}
Vertex 19986 -4.60246 -44.6765 1.78172 {normal=(0.981485 0.032548 -0.180728)}
Vertex 19987 -4.63716 -43.7819 1.7918 {normal=(0.979249 0.081049 -0.140438)}
Vertex 19988 -4.80429 -42.8906 1.78777 {normal=(0.905522 0.327549 0.012109)}
Vertex 19989 -5.98213 -44.6932 4.97105 {normal=(0.612420 0.052243 0.767110)}
Vertex 19990 -6.04802 -43.8427 4.87298 {normal=(0.598395 0.144213 0.766731)}
Vertex 19991 -7.85378 -44.7066 -1.03046 {normal=(-0.915236 -0.018704 -0.401389)}
Vertex 19992 -7.88846 -43.8304 -0.946387 {normal=(-0.928342 0.080142 -0.345951)}
Vertex 19993 -7.32975 -41.8428 0.08059 {normal=(-0.552001 0.754235 0.323704)}
Vertex 19994 -8.45649 -43.005 3.89812 {normal=(-0.391109 0.851177 0.324121)}
Vertex 19995 -8.34758 -44.7093 0.0670007 {normal=(-0.929826 -0.002889 -0.365707)}
Vertex 19996 -8.31696 -43.8439 0.139871 {normal=(-0.935628 0.138542 -0.298144)}
Vertex 19997 -8.08515 -42.8354 0.391438 {normal=(-0.917193 0.326810 -0.206664)}
Vertex 19998 -7.48437 -42.1954 0.738759 {normal=(-0.464521 0.781295 0.403950)}
Vertex 19999 -8.90051 -44.7185 1.54501 {normal=(-0.961458 0.049709 -0.259106)}
Vertex 20000 -8.81896 -43.8716 1.56225 {normal=(-0.928550 0.213918 -0.261528)}
Vertex 20001 -8.5328 -42.9751 1.67245 {normal=(-0.852220 0.444503 -0.242721)}
Vertex 20002 -7.88163 -42.4856 1.95585 {normal=(-0.231732 0.970776 0.011479)}
Vertex 20003 -6.22591 -41.6222 0.630836 {normal=(-0.221848 0.813757 0.472640)}
Vertex 20004 -5.63321 -44.7014 -5.23418 {normal=(-0.713863 -0.039705 -0.682552)}
Vertex 20005 -5.31437 -44.6934 4.15699 {normal=(0.838796 0.032782 0.516661)}
Vertex 20006 -3.78419 -44.7159 -5.85579 {normal=(0.413533 -0.145493 -0.892700)}
Vertex 20007 -5.17523 -42.948 3.15576 {normal=(0.638724 0.700539 0.279099)}
Vertex 20008 -3.19415 -42.6023 -2.90703 {normal=(0.940242 -0.012275 0.331981)}
Vertex 20009 -3.28287 -43.8067 -2.90536 {normal=(0.937858 -0.036270 0.342267)}
Vertex 20010 -3.77913 -41.4433 -5.76396 {normal=(0.457869 0.172198 -0.870756)}
Vertex 20011 -2.695 -43.8415 -3.97032 {normal=(0.989172 -0.088374 0.115793)}
Vertex 20012 -5.74844 -43.8255 -5.26636 {normal=(-0.702446 -0.060021 -0.693868)}
Vertex 20013 -4.95078 -43.7958 3.25368 {normal=(0.938022 0.019654 0.341487)}
Vertex 20014 -7.6726 -43.0071 4.603 {normal=(-0.179744 0.864706 0.430617)}
Vertex 20015 -4.93947 -44.675 3.24608 {normal=(0.940843 0.021043 0.335263)}
Vertex 20016 -8.7638 -44.6963 4.47702 {normal=(-0.783493 0.036058 0.607103)}
Vertex 20017 -6.02085 -44.637 -4.05019 {normal=(-0.855609 -0.048399 -0.512197)}
Vertex 20018 -6.33511 -41.9809 1.21813 {normal=(-0.102184 0.824926 0.461642)}
Vertex 20019 -6.79724 -42.3125 2.4165 {normal=(-0.040094 0.981071 0.100259)}
Vertex 20020 -4.82729 -44.7032 -5.96785 {normal=(-0.495906 -0.016283 -0.856080)}
Vertex 20021 -9.08251 -44.7011 2.89609 {normal=(-0.988027 0.054604 -0.122079)}
Vertex 20022 -6.93614 -44.6888 5.47758 {normal=(0.186541 0.057902 0.933594)}
Vertex 20023 -2.80341 -44.7172 -3.98948 {normal=(0.988828 -0.065872 0.128394)}
Vertex 20024 -5.34018 -43.8344 4.11179 {normal=(0.828910 0.075459 0.527402)}
Vertex 20025 -8.7024 -43.8472 4.39708 {normal=(-0.780996 0.150555 0.592510)}
Vertex 20026 -6.64544 -44.9304 1.63992 {normal=(0.000000 -1.000000 0.000000)}
Vertex 20027 -7.9096 -43.8462 5.2517 {normal=(-0.404453 0.183628 0.825430)}
Vertex 20028 -6.24373 -43.0033 4.46244 {normal=(0.291628 0.777339 0.523488)}
Vertex 20029 -6.9641 -43.8241 -3.18054 {normal=(-0.926430 -0.066217 -0.367643)}
Vertex 20030 -4.83551 -43.826 -6.01069 {normal=(-0.474327 -0.034170 -0.867053)}
Vertex 20031 -3.6973 -43.8357 -5.85938 {normal=(0.449335 -0.028195 -0.892626)}
Vertex 20032 -2.61526 -42.5877 -3.97554 {normal=(0.991551 0.009414 0.098528)}
Vertex 20033 -8.69251 -42.9905 2.7562 {normal=(-0.883371 0.434430 -0.102193)}
Vertex 20034 -6.96791 -43.8427 5.35835 {normal=(0.180284 0.186026 0.920706)}
Vertex 20035 -6.14375 -43.7798 -4.07916 {normal=(-0.845405 -0.107574 -0.523055)}
Vertex 20036 -3.34251 -44.5666 -2.9017 {normal=(0.934591 0.103584 0.326110)}
Vertex 20037 -7.93385 -44.6911 5.38763 {normal=(-0.407103 0.043975 0.843295)}
Vertex 20038 -6.86161 -44.708 -3.13766 {normal=(-0.910003 -0.047040 -0.409707)}
Vertex 20039 -8.99045 -43.8463 2.87423 {normal=(-0.960565 0.206049 -0.118441)}
Vertex 20040 -7.21589 -42.5118 3.42391 {normal=(-0.097651 0.937333 0.254363)}
Vertex 20041 1.21284 11.6755 1.8891 {normal=(-0.000002 0.832649 -0.553801)}
Vertex 20042 2.4258 12.0384 1.46912 {normal=(-1.000000 0.000078 -0.000214)}
Vertex 20043 2.42605 12.7389 0.561964 {normal=(-1.000000 0.000031 -0.000192)}
Vertex 20044 2.42626 13.4003 -0.815517 {normal=(-1.000000 0.000003 -0.000036)}
Vertex 20045 2.42604 13.6933 -2.6414 {normal=(-1.000000 0.000007 0.000211)}
Vertex 20046 1.21286 13.6625 -3.57697 {normal=(0.000003 0.419246 0.907873)}
Vertex 20047 1.21303 12.9869 -2.53396 {normal=(0.000002 0.945768 0.324842)}
Vertex 20048 1.21314 12.4035 -0.839693 {normal=(0.000002 0.944987 0.327106)}
Vertex 20049 1.21303 11.9597 0.437858 {normal=(0.000002 0.944132 0.329567)}
Vertex 20050 1.2129 11.6651 1.27882 {normal=(0.000002 0.943668 0.330895)}
Vertex 20051 -1.21284 11.6755 1.8891 {normal=(0.000002 0.832649 -0.553801)}
Vertex 20052 -2.4258 12.0384 1.46912 {normal=(1.000000 0.000078 -0.000214)}
Vertex 20053 -2.42605 12.7389 0.561964 {normal=(1.000000 0.000031 -0.000192)}
Vertex 20054 -2.42626 13.4003 -0.815516 {normal=(1.000000 0.000003 -0.000036)}
Vertex 20055 -2.42604 13.6933 -2.6414 {normal=(1.000000 0.000007 0.000211)}
Vertex 20056 -1.21286 13.6625 -3.57697 {normal=(-0.000003 0.419246 0.907873)}
Vertex 20057 -1.21303 12.9869 -2.53396 {normal=(-0.000002 0.945768 0.324842)}
Vertex 20058 -1.21314 12.4035 -0.839693 {normal=(-0.000002 0.944987 0.327106)}
Vertex 20059 -1.21303 11.9597 0.437858 {normal=(-0.000002 0.944132 0.329567)}
Vertex 20060 -1.2129 11.6651 1.27882 {normal=(-0.000002 0.943667 0.330896)}
Vertex 20061 1.59409 13.2754 -4.19798 {normal=(-0.006656 0.484451 -0.874527)}
Vertex 20062 -2.20052 13.5619 -4.04235 {normal=(0.004970 0.547967 -0.829967)}
Vertex 20063 1.46976 10.9489 2.53067 {normal=(0.000000 0.448809 0.893143)}
Vertex 20064 1.70252 10.0494 3.09815 {normal=(0.000000 0.984872 0.173281)}
Vertex 20065 3.65264 13.5181 0.686085 {normal=(0.000000 0.756582 0.638150)}
Vertex 20066 3.81178 14.3971 -0.791325 {normal=(0.000000 0.891699 0.441863)}
Vertex 20067 3.62927 14.3997 -2.74882 {normal=(0.000000 0.862155 -0.472779)}
Vertex 20068 1.34066 8.92229 3.92266 {normal=(0.000000 0.524018 0.851707)}
Vertex 20069 3.46246 12.4117 1.65944 {normal=(0.000000 0.591627 0.800804)}
Vertex 20070 -1.46976 10.9489 2.53067 {normal=(0.000000 0.448809 0.893143)}
Vertex 20071 -1.70252 10.0494 3.09815 {normal=(0.000000 0.984872 0.173281)}
Vertex 20072 -3.65264 13.5181 0.686085 {normal=(0.000000 0.756582 0.638150)}
Vertex 20073 -3.81178 14.3971 -0.791325 {normal=(0.000000 0.891699 0.441863)}
Vertex 20074 -3.62927 14.3997 -2.74882 {normal=(0.001300 0.859150 -0.475695)}
Vertex 20075 -1.34066 8.92229 3.92266 {normal=(0.000000 0.524018 0.851707)}
Vertex 20076 -3.46246 12.4117 1.65944 {normal=(0.000000 0.591627 0.800804)}
Vertex 20077 5.9185 -3.66998 0.346318 {normal=(0.006077 -0.999926 -0.000032)}
Vertex 20078 5.2506 -3.67001 1.98627 {normal=(0.001868 -0.999986 0.001938)}
Vertex 20079 0.803125 -2.25192 -4.53326 {normal=(-0.000001 1.000000 0.000011)}
Vertex 20080 2.30072 -2.25192 -4.3243 {normal=(0.000001 1.000000 0.000005)}
Vertex 20081 3.63305 -2.25192 -3.90172 {normal=(0.000005 1.000000 0.000004)}
Vertex 20082 5.0176 -2.25194 -2.98963 {normal=(0.000005 1.000000 0.000006)}
Vertex 20083 5.96487 -2.25196 -1.51726 {normal=(0.000002 1.000000 0.000010)}
Vertex 20084 5.9363 -2.25198 0.273436 {normal=(0.000001 1.000000 0.000016)}
Vertex 20085 5.21132 -2.25201 2.05019 {normal=(0.000002 1.000000 0.000019)}
Vertex 20086 3.89125 -2.25203 3.30406 {normal=(0.000002 1.000000 0.000017)}
Vertex 20087 2.33037 -2.25204 4.02733 {normal=(0.000003 1.000000 0.000016)}
Vertex 20088 0.796857 -2.25204 4.23435 {normal=(0.000003 1.000000 0.000015)}
Vertex 20089 0.796857 -3.67004 4.23433 {normal=(0.000145 -0.999999 0.001006)}
Vertex 20090 2.29016 -3.67073 4.02378 {normal=(0.001722 -0.999995 0.002327)}
Vertex 20091 3.89122 -3.67003 3.30405 {normal=(0.003164 -0.999984 0.002578)}
Vertex 20092 5.94669 -3.66996 -1.59088 {normal=(0.004962 -0.999951 -0.000022)}
Vertex 20093 5.07433 -3.66994 -2.94055 {normal=(0.005181 -0.999799 -0.008578)}
Vertex 20094 3.56272 -3.66992 -3.92949 {normal=(0.005580 -0.999767 -0.009242)}
Vertex 20095 2.30072 -3.66992 -4.32433 {normal=(0.000004 -1.000000 -0.000017)}
Vertex 20096 0.803125 -3.66992 -4.53328 {normal=(0.000003 -1.000000 -0.000015)}
Vertex 20097 5.95476 0.584045 -1.52638 {normal=(-0.000002 1.000000 0.000012)}
Vertex 20098 5.94275 0.58402 0.282398 {normal=(-0.000002 1.000000 0.000015)}
Vertex 20099 5.2129 0.583988 2.04371 {normal=(-0.000002 1.000000 0.000017)}
Vertex 20100 3.90671 0.583966 3.29546 {normal=(-0.000001 1.000000 0.000014)}
Vertex 20101 2.35913 0.583956 4.01583 {normal=(0.000002 1.000000 0.000013)}
Vertex 20102 0.808488 0.583961 4.23123 {normal=(0.000002 1.000000 0.000013)}
Vertex 20103 0.808488 -0.834037 4.23121 {normal=(-0.000003 -1.000000 -0.000013)}
Vertex 20104 2.35913 -0.834043 4.01581 {normal=(-0.000003 -1.000000 -0.000015)}
Vertex 20105 3.90671 -0.834033 3.29545 {normal=(0.000000 -1.000000 -0.000016)}
Vertex 20106 5.2129 -0.83401 2.04368 {normal=(0.000001 -1.000000 -0.000017)}
Vertex 20107 5.94275 -0.833978 0.282375 {normal=(0.000001 -1.000000 -0.000015)}
Vertex 20108 5.95476 -0.833954 -1.5264 {normal=(0.000001 -1.000000 -0.000012)}
Vertex 20109 5.01216 -0.833938 -3.01075 {normal=(-0.000001 -1.000000 -0.000013)}
Vertex 20110 3.64436 -0.833921 -3.89583 {normal=(-0.000001 -1.000000 -0.000015)}
Vertex 20111 2.30937 -0.833917 -4.32242 {normal=(0.000003 -1.000000 -0.000013)}
Vertex 20112 0.808322 -0.833921 -4.5313 {normal=(0.000002 -1.000000 -0.000012)}
Vertex 20113 0.808322 0.584078 -4.53129 {normal=(-0.000002 1.000000 0.000013)}
Vertex 20114 2.30937 0.584082 -4.3224 {normal=(-0.000003 1.000000 0.000014)}
Vertex 20115 3.64435 0.584077 -3.89581 {normal=(0.000000 1.000000 0.000015)}
Vertex 20116 5.01216 0.584061 -3.01073 {normal=(0.000000 1.000000 0.000014)}
Vertex 20117 3.79993 -1.54303 3.16688 {normal=(0.552850 -0.000011 0.816582)}
Vertex 20118 2.28433 -1.54304 3.87261 {normal=(0.276435 -0.000013 0.950072)}
Vertex 20119 0.787075 -1.54304 4.07338 {normal=(0.068732 -0.000014 0.995254)}
Vertex 20120 0.80664 -2.96104 4.39533 {normal=(0.067188 -0.000014 0.995465)}
Vertex 20121 2.37642 -2.96104 4.18206 {normal=(0.273444 -0.000013 0.950942)}
Vertex 20122 3.98258 -2.96104 3.44123 {normal=(0.550070 -0.000012 0.818508)}
Vertex 20123 0.789545 -1.54292 -4.37125 {normal=(0.072183 0.000014 -0.994762)}
Vertex 20124 2.35898 -0.124915 -4.47934 {normal=(0.225149 0.000014 -0.970713)}
Vertex 20125 3.7255 -0.12492 -4.0398 {normal=(0.414133 0.000013 -0.902523)}
Vertex 20126 5.13119 -0.124937 -3.12748 {normal=(0.685739 0.000010 -0.690020)}
Vertex 20127 6.10869 -0.124954 -1.58305 {normal=(0.924973 0.000004 -0.269009)}
Vertex 20128 6.10874 -0.124979 0.302317 {normal=(0.961379 -0.000003 0.186990)}
Vertex 20129 5.34706 -0.125012 2.13491 {normal=(0.805184 -0.000008 0.555685)}
Vertex 20130 5.34389 -2.96102 2.14791 {normal=(0.806103 -0.000008 0.553529)}
Vertex 20131 6.09583 -2.96098 0.284434 {normal=(0.962262 -0.000003 0.185370)}
Vertex 20132 6.12891 -2.96095 -1.56478 {normal=(0.928876 0.000004 -0.262115)}
Vertex 20133 5.14208 -2.96094 -3.08525 {normal=(0.692294 0.000010 -0.681988)}
Vertex 20134 3.70289 -2.96092 -4.05158 {normal=(0.415106 0.000013 -0.901427)}
Vertex 20135 2.34168 -2.96092 -4.4831 {normal=(0.223352 0.000014 -0.971268)}
Vertex 20136 0.816705 -2.96092 -4.69526 {normal=(0.071637 0.000014 -0.994841)}
Vertex 20137 5.07874 -1.54301 1.95246 {normal=(0.806579 -0.000007 0.554329)}
Vertex 20138 5.77676 -1.54298 0.262437 {normal=(0.961431 -0.000002 0.191907)}
Vertex 20139 5.80083 -1.54295 -1.46974 {normal=(0.926338 0.000004 -0.261876)}
Vertex 20140 4.89312 -1.54294 -2.89402 {normal=(0.685397 0.000010 -0.688874)}
Vertex 20141 3.56321 -1.54292 -3.75185 {normal=(0.411038 0.000013 -0.903998)}
Vertex 20142 2.25976 -1.54292 -4.1655 {normal=(0.224163 0.000014 -0.971105)}
Vertex 20143 0.8271 -0.12492 -4.69136 {normal=(0.071752 0.000014 -0.994825)}
Vertex 20144 0.8299 -0.12504 4.38905 {normal=(0.071323 -0.000014 0.994887)}
Vertex 20145 2.43393 -0.125046 4.15901 {normal=(0.280508 -0.000013 0.949026)}
Vertex 20146 4.01348 -0.125035 3.42401 {normal=(0.552958 -0.000012 0.817209)}
Vertex 20147 -5.9185 -3.66998 0.346318 {normal=(-0.006077 -0.999926 -0.000032)}
Vertex 20148 -5.2506 -3.67001 1.98627 {normal=(-0.001868 -0.999986 0.001938)}
Vertex 20149 -0.803125 -2.25192 -4.53326 {normal=(0.000001 1.000000 0.000011)}
Vertex 20150 -2.30072 -2.25192 -4.3243 {normal=(-0.000001 1.000000 0.000005)}
Vertex 20151 -3.63304 -2.25192 -3.90171 {normal=(-0.000005 1.000000 0.000004)}
Vertex 20152 -5.0176 -2.25194 -2.98963 {normal=(-0.000005 1.000000 0.000006)}
Vertex 20153 -5.96487 -2.25196 -1.51726 {normal=(-0.000002 1.000000 0.000010)}
Vertex 20154 -5.9363 -2.25198 0.273436 {normal=(-0.000001 1.000000 0.000016)}
Vertex 20155 -5.21132 -2.25201 2.05019 {normal=(-0.000002 1.000000 0.000019)}
Vertex 20156 -3.89126 -2.25203 3.30406 {normal=(-0.000002 1.000000 0.000017)}
Vertex 20157 -2.33037 -2.25204 4.02734 {normal=(-0.000003 1.000000 0.000016)}
Vertex 20158 -0.796857 -2.25204 4.23435 {normal=(-0.000003 1.000000 0.000015)}
Vertex 20159 -0.796857 -3.67004 4.23433 {normal=(-0.000145 -0.999999 0.001006)}
Vertex 20160 -2.29016 -3.67073 4.02378 {normal=(-0.001722 -0.999995 0.002327)}
Vertex 20161 -3.89122 -3.67003 3.30405 {normal=(-0.003164 -0.999984 0.002578)}
Vertex 20162 -5.9467 -3.66996 -1.59088 {normal=(-0.004962 -0.999951 -0.000022)}
Vertex 20163 -5.07432 -3.66994 -2.94055 {normal=(-0.005181 -0.999799 -0.008578)}
Vertex 20164 -3.56272 -3.66992 -3.92949 {normal=(-0.005580 -0.999767 -0.009242)}
Vertex 20165 -2.30072 -3.66992 -4.32432 {normal=(-0.000004 -1.000000 -0.000017)}
Vertex 20166 -0.803125 -3.66992 -4.53328 {normal=(-0.000003 -1.000000 -0.000015)}
Vertex 20167 -5.95476 0.584045 -1.52638 {normal=(0.000002 1.000000 0.000012)}
Vertex 20168 -5.94275 0.58402 0.282398 {normal=(0.000002 1.000000 0.000015)}
Vertex 20169 -5.2129 0.583988 2.04371 {normal=(0.000002 1.000000 0.000017)}
Vertex 20170 -3.90671 0.583966 3.29546 {normal=(0.000001 1.000000 0.000014)}
Vertex 20171 -2.35913 0.583956 4.01583 {normal=(-0.000002 1.000000 0.000013)}
Vertex 20172 -0.808488 0.583961 4.23123 {normal=(-0.000002 1.000000 0.000013)}
Vertex 20173 -0.808488 -0.834037 4.23121 {normal=(0.000003 -1.000000 -0.000013)}
Vertex 20174 -2.35913 -0.834043 4.01581 {normal=(0.000003 -1.000000 -0.000015)}
Vertex 20175 -3.90671 -0.834033 3.29544 {normal=(0.000000 -1.000000 -0.000016)}
Vertex 20176 -5.2129 -0.83401 2.04368 {normal=(-0.000001 -1.000000 -0.000017)}
Vertex 20177 -5.94275 -0.833978 0.282375 {normal=(-0.000001 -1.000000 -0.000015)}
Vertex 20178 -5.95476 -0.833954 -1.5264 {normal=(-0.000001 -1.000000 -0.000012)}
Vertex 20179 -5.01215 -0.833938 -3.01075 {normal=(0.000001 -1.000000 -0.000013)}
Vertex 20180 -3.64435 -0.833921 -3.89583 {normal=(0.000001 -1.000000 -0.000015)}
Vertex 20181 -2.30937 -0.833917 -4.32242 {normal=(-0.000003 -1.000000 -0.000013)}
Vertex 20182 -0.808322 -0.833921 -4.5313 {normal=(-0.000002 -1.000000 -0.000012)}
Vertex 20183 -0.808322 0.584078 -4.53128 {normal=(0.000002 1.000000 0.000013)}
Vertex 20184 -2.30937 0.584082 -4.3224 {normal=(0.000003 1.000000 0.000014)}
Vertex 20185 -3.64435 0.584078 -3.89581 {normal=(0.000000 1.000000 0.000015)}
Vertex 20186 -5.01216 0.584061 -3.01073 {normal=(0.000000 1.000000 0.000014)}
Vertex 20187 -3.79993 -1.54303 3.16689 {normal=(-0.552850 -0.000011 0.816582)}
Vertex 20188 -2.28433 -1.54304 3.87261 {normal=(-0.276435 -0.000013 0.950072)}
Vertex 20189 -0.787075 -1.54303 4.07338 {normal=(-0.068732 -0.000014 0.995254)}
Vertex 20190 -0.80664 -2.96104 4.39533 {normal=(-0.067188 -0.000014 0.995465)}
Vertex 20191 -2.37642 -2.96104 4.18206 {normal=(-0.273444 -0.000013 0.950942)}
Vertex 20192 -3.98258 -2.96104 3.44123 {normal=(-0.550070 -0.000012 0.818508)}
Vertex 20193 -0.789545 -1.54292 -4.37125 {normal=(-0.072183 0.000014 -0.994762)}
Vertex 20194 -2.35898 -0.124915 -4.47934 {normal=(-0.225150 0.000014 -0.970713)}
Vertex 20195 -3.7255 -0.12492 -4.0398 {normal=(-0.414133 0.000013 -0.902523)}
Vertex 20196 -5.13119 -0.124937 -3.12748 {normal=(-0.685739 0.000010 -0.690020)}
Vertex 20197 -6.10869 -0.124954 -1.58305 {normal=(-0.924973 0.000004 -0.269009)}
Vertex 20198 -6.10874 -0.124979 0.302317 {normal=(-0.961379 -0.000003 0.186990)}
Vertex 20199 -5.34706 -0.125012 2.13491 {normal=(-0.805184 -0.000008 0.555685)}
Vertex 20200 -5.34389 -2.96102 2.14791 {normal=(-0.806103 -0.000008 0.553529)}
Vertex 20201 -6.09583 -2.96098 0.284434 {normal=(-0.962262 -0.000003 0.185370)}
Vertex 20202 -6.12891 -2.96096 -1.56478 {normal=(-0.928876 0.000004 -0.262115)}
Vertex 20203 -5.14208 -2.96094 -3.08525 {normal=(-0.692294 0.000010 -0.681988)}
Vertex 20204 -3.70289 -2.96092 -4.05158 {normal=(-0.415106 0.000013 -0.901427)}
Vertex 20205 -2.34168 -2.96092 -4.4831 {normal=(-0.223352 0.000014 -0.971268)}
Vertex 20206 -0.816705 -2.96092 -4.69527 {normal=(-0.071637 0.000014 -0.994841)}
Vertex 20207 -5.07874 -1.54301 1.95246 {normal=(-0.806579 -0.000007 0.554329)}
Vertex 20208 -5.77676 -1.54298 0.262437 {normal=(-0.961431 -0.000002 0.191907)}
Vertex 20209 -5.80083 -1.54296 -1.46974 {normal=(-0.926338 0.000004 -0.261876)}
Vertex 20210 -4.89312 -1.54294 -2.89402 {normal=(-0.685397 0.000010 -0.688874)}
Vertex 20211 -3.56321 -1.54292 -3.75185 {normal=(-0.411038 0.000013 -0.903998)}
Vertex 20212 -2.25976 -1.54292 -4.1655 {normal=(-0.224163 0.000014 -0.971105)}
Vertex 20213 -0.8271 -0.12492 -4.69136 {normal=(-0.071752 0.000014 -0.994825)}
Vertex 20214 -0.8299 -0.12504 4.38905 {normal=(-0.071323 -0.000014 0.994887)}
Vertex 20215 -2.43393 -0.125046 4.15901 {normal=(-0.280508 -0.000013 0.949026)}
Vertex 20216 -4.01348 -0.125035 3.42401 {normal=(-0.552958 -0.000012 0.817209)}
Vertex 20217 5.51854 -34.2463 -4.55903 {normal=(0.040938 -0.998910 -0.011562)}
Vertex 20218 4.38211 -34.282 -3.92862 {normal=(0.025855 -0.999519 0.006323)}
Vertex 20219 4.43217 -34.2716 -2.71757 {normal=(0.018634 -0.999654 -0.013652)}
Vertex 20220 5.59063 -34.2744 -2.2319 {normal=(0.005175 -0.998976 -0.039395)}
Vertex 20221 3.71364 -9.92548 3.45147 {normal=(0.035078 -0.144457 0.975758)}
Vertex 20222 -4.30586 -34.2904 -2.42032 {normal=(-0.005582 -0.999907 -0.003067)}
Vertex 20223 -4.2558 -34.3007 -3.63136 {normal=(-0.013243 -0.999795 -0.000226)}
Vertex 20224 -5.39223 -34.265 -4.26177 {normal=(-0.041597 -0.998777 -0.018785)}
Vertex 20225 -6.26534 -34.2321 -3.65246 {normal=(-0.048173 -0.998427 -0.023740)}
Vertex 20226 -4.25042 -10.2572 3.34302 {normal=(-0.186830 -0.075367 0.956969)}
Vertex 20227 7.305 -10.0132 1.48403 {normal=(0.825464 0.176741 0.477135)}
Vertex 20228 7.47691 -12.0367 1.65745 {normal=(0.767988 0.104621 0.588705)}
Vertex 20229 9.04959 -21.8003 -2.08939 {normal=(0.377257 -0.906847 0.114325)}
Vertex 20230 10.2259 -20.6506 -1.84912 {normal=(0.892746 -0.269798 0.338439)}
Vertex 20231 10.2839 -18.7949 -1.30981 {normal=(0.914535 -0.022592 0.361554)}
Vertex 20232 9.66625 -16.5879 -0.671608 {normal=(0.901626 0.205833 0.362399)}
Vertex 20233 8.70921 -14.2336 -0.0870043 {normal=(0.901663 0.229693 0.347248)}
Vertex 20234 1.45106 -21.8968 -2.35629 {normal=(-0.654819 -0.700831 0.206160)}
Vertex 20235 2.78279 -21.8861 -0.441383 {normal=(-0.348077 -0.759780 0.515203)}
Vertex 20236 9.11065 -21.7299 -4.35587 {normal=(0.436848 -0.869078 -0.174632)}
Vertex 20237 7.89646 -21.7351 -6.42623 {normal=(0.400038 -0.844863 -0.317984)}
Vertex 20238 4.62973 -21.8892 0.324356 {normal=(-0.175910 -0.781948 0.569310)}
Vertex 20239 7.20477 -21.883 -0.017314 {normal=(0.243197 -0.894354 0.369847)}
Vertex 20240 6.15192 -20.6957 1.67576 {normal=(0.508838 -0.545750 0.637864)}
Vertex 20241 6.43839 -20.6945 1.63069 {normal=(-0.313642 -0.547865 0.760390)}
Vertex 20242 3.22243 -5.04854 3.5415 {normal=(-0.003217 0.071976 0.985879)}
Vertex 20243 5.20108 -8.56539 -4.43158 {normal=(0.598039 0.235194 -0.765290)}
Vertex 20244 4.98498 -8.6006 -4.62701 {normal=(0.635130 0.232950 -0.734449)}
Vertex 20245 4.44905 -5.61157 -3.94036 {normal=(0.599019 0.289061 -0.745244)}
Vertex 20246 4.68969 -5.60324 -3.7693 {normal=(0.554273 0.269791 -0.786389)}
Vertex 20247 6.17122 -5.00251 -0.374502 {normal=(0.959061 0.268874 -0.050142)}
Vertex 20248 6.18605 -5.02138 -0.667118 {normal=(0.955149 0.276904 0.077719)}
Vertex 20249 2.93237 -7.87324 3.75241 {normal=(0.445162 -0.088572 0.873747)}
Vertex 20250 3.22431 -7.87838 3.68621 {normal=(-0.035636 -0.006238 0.985861)}
Vertex 20251 4.7479 -4.99096 2.61807 {normal=(0.405695 0.168210 0.886171)}
Vertex 20252 4.52624 -5.00245 2.80877 {normal=(0.876612 0.169170 0.446137)}
Vertex 20253 2.97364 -5.04798 3.61806 {normal=(0.554600 0.053326 0.821337)}
Vertex 20254 1.27213 -8.01394 3.8717 {normal=(0.279957 -0.164294 0.936751)}
Vertex 20255 1.57103 -8.02156 3.85343 {normal=(-0.209243 -0.115383 0.960344)}
Vertex 20256 1.03714 -10.5436 3.32975 {normal=(0.194362 -0.329078 0.914967)}
Vertex 20257 1.33352 -10.5849 3.3368 {normal=(-0.312977 -0.230748 0.911479)}
Vertex 20258 0.850881 -11.9885 2.74221 {normal=(0.066106 -0.449949 0.887611)}
Vertex 20259 1.12079 -12.0751 2.78703 {normal=(-0.379257 -0.266095 0.875985)}
Vertex 20260 1.30516 -12.8634 2.45535 {normal=(0.171434 -0.629430 0.747398)}
Vertex 20261 1.56602 -12.9986 2.43485 {normal=(-0.428831 -0.093444 0.873542)}
Vertex 20262 2.56201 -10.3189 3.43061 {normal=(0.332652 -0.306299 0.877831)}
Vertex 20263 2.76747 -10.5378 3.36109 {normal=(-0.289339 -0.145002 0.933406)}
Vertex 20264 1.93004 -11.9791 2.8598 {normal=(0.246932 -0.489400 0.824539)}
Vertex 20265 2.16818 -12.1117 2.82644 {normal=(-0.378532 -0.167258 0.900864)}
Vertex 20266 1.94726 -10.4603 3.45271 {normal=(0.013927 -0.270574 0.931606)}
Vertex 20267 1.52499 -12.033 2.89745 {normal=(-0.051792 -0.386992 0.890511)}
Vertex 20268 1.13412 -12.7393 2.56581 {normal=(-0.093280 -0.451462 0.850365)}
Vertex 20269 0.303092 -14.5193 -1.28644 {normal=(-0.770789 0.127962 -0.622578)}
Vertex 20270 0.347401 -14.5115 -1.57481 {normal=(-0.887709 -0.160911 0.410780)}
Vertex 20271 0.280905 -16.6619 -2.09264 {normal=(-0.885611 -0.118639 0.446726)}
Vertex 20272 0.26935 -16.7305 -1.81105 {normal=(-0.822767 0.146302 -0.546778)}
Vertex 20273 0.309126 -18.913 -2.51799 {normal=(-0.855107 0.064191 -0.507622)}
Vertex 20274 0.308048 -18.8363 -2.79721 {normal=(-0.860341 -0.202520 0.465600)}
Vertex 20275 0.57263 -20.7341 -3.26768 {normal=(-0.802103 -0.400322 0.385949)}
Vertex 20276 0.569559 -20.7611 -2.97875 {normal=(-0.847312 -0.087162 -0.519286)}
Vertex 20277 2.95973 -18.9145 -7.46053 {normal=(-0.105451 0.335679 -0.935816)}
Vertex 20278 3.20682 -18.899 -7.63651 {normal=(-0.897113 -0.041097 -0.431411)}
Vertex 20279 3.15873 -20.8017 -7.46821 {normal=(-0.022214 -0.482506 -0.872444)}
Vertex 20280 3.41183 -20.7871 -7.6316 {normal=(-0.843953 -0.281812 -0.425013)}
Vertex 20281 8.87383 -14.1994 -1.34556 {normal=(0.886088 0.187112 0.419614)}
Vertex 20282 8.88229 -14.2351 -1.07424 {normal=(0.835988 0.395431 -0.374520)}
Vertex 20283 9.88018 -16.5667 -1.75128 {normal=(0.857136 0.402856 -0.313415)}
Vertex 20284 9.87038 -16.483 -2.04734 {normal=(0.885197 0.186956 0.421694)}
Vertex 20285 10.5307 -18.6198 -2.80621 {normal=(0.912868 -0.003634 0.384237)}
Vertex 20286 10.5244 -18.7122 -2.45863 {normal=(0.921278 0.174099 -0.296280)}
Vertex 20287 10.4469 -20.5488 -2.90933 {normal=(0.929000 -0.121028 -0.328810)}
Vertex 20288 10.4609 -20.507 -3.23271 {normal=(0.901390 -0.228100 0.356710)}
Vertex 20289 8.67653 -16.5239 -5.1682 {normal=(0.408593 0.430890 -0.803119)}
Vertex 20290 8.48695 -16.4908 -5.45715 {normal=(0.948946 0.307080 -0.000069)}
Vertex 20291 9.06097 -18.6358 -6.36375 {normal=(0.962713 0.243704 -0.105358)}
Vertex 20292 9.31416 -18.6763 -5.97808 {normal=(0.495908 0.367215 -0.784031)}
Vertex 20293 9.29818 -20.5421 -6.06188 {normal=(0.657671 -0.346528 -0.643277)}
Vertex 20294 9.02988 -20.535 -6.46827 {normal=(0.858458 -0.328548 -0.351088)}
Vertex 20295 6.57426 3.9453 0.792064 {normal=(0.993487 0.030856 -0.022719)}
Vertex 20296 6.65866 3.88707 1.79795 {normal=(0.995695 0.044105 0.075835)}
Vertex 20297 6.644 3.88353 1.93614 {normal=(0.993276 0.064277 0.090774)}
Vertex 20298 0.808488 2.90197 5.06804 {normal=(0.146967 0.087939 0.971297)}
Vertex 20299 1.68333 2.86209 4.97947 {normal=(0.174575 0.097676 0.970447)}
Vertex 20300 1.82041 2.85777 4.96931 {normal=(-0.037022 0.088935 0.990204)}
Vertex 20301 2.70865 2.85445 4.90748 {normal=(0.108279 0.033570 0.961853)}
Vertex 20302 4.11983 2.87846 4.40109 {normal=(0.547526 -0.047210 0.795397)}
Vertex 20303 4.77883 2.94075 3.85881 {normal=(0.821217 -0.103460 0.544527)}
Vertex 20304 4.95538 2.94029 3.71744 {normal=(0.130719 -0.260664 0.952512)}
Vertex 20305 5.72021 2.8199 3.44168 {normal=(0.482194 -0.164985 0.799611)}
Vertex 20306 6.57334 2.68544 2.31891 {normal=(0.874290 -0.029499 0.337976)}
Vertex 20307 6.40373 2.7365 -1.23374 {normal=(0.988072 -0.022880 0.023774)}
Vertex 20308 6.36677 2.5571 -2.0317 {normal=(0.813195 0.173665 -0.534757)}
Vertex 20309 6.30515 2.55003 -2.17472 {normal=(0.898743 0.144993 -0.407343)}
Vertex 20310 5.74426 2.60636 -2.97597 {normal=(0.792165 0.122854 -0.556325)}
Vertex 20311 4.35833 2.79933 -4.16834 {normal=(0.554863 0.058788 -0.819572)}
Vertex 20312 3.45438 2.95902 -4.50148 {normal=(-0.232526 -0.041908 -0.971546)}
Vertex 20313 3.2795 2.95483 -4.63841 {normal=(0.979656 -0.186896 -0.067387)}
Vertex 20314 2.44425 2.83771 -5.19005 {normal=(0.299144 0.023423 -0.945545)}
Vertex 20315 0.811 2.82786 -5.52943 {normal=(0.094705 -0.002275 -0.989809)}
Vertex 20316 1.76631 4.06355 4.80503 {normal=(-0.034372 0.116140 0.986339)}
Vertex 20317 1.58989 4.07444 4.81221 {normal=(0.156909 0.146630 0.972548)}
Vertex 20318 6.099 3.79717 -2.00332 {normal=(0.869231 0.193209 -0.453111)}
Vertex 20319 6.18285 3.79859 -1.836 {normal=(0.778206 0.199422 -0.582952)}
Vertex 20320 5.06045 3.87783 -3.51768 {normal=(0.732468 0.174417 -0.658013)}
Vertex 20321 4.94044 3.88338 -3.64882 {normal=(0.711250 0.143710 -0.686217)}
Vertex 20322 0.751993 4.12867 4.87771 {normal=(0.120347 0.154413 0.972902)}
Vertex 20323 2.62134 4.01567 4.7962 {normal=(0.056299 0.068329 0.975186)}
Vertex 20324 6.44369 3.87753 2.66142 {normal=(0.896566 0.011524 0.350563)}
Vertex 20325 6.61325 2.76484 0.583629 {normal=(0.967379 0.021915 -0.140665)}
Vertex 20326 6.34981 3.90645 -0.961093 {normal=(0.990667 0.055551 -0.118565)}
Vertex 20327 5.59811 3.84351 -2.78809 {normal=(0.809144 0.181079 -0.540015)}
Vertex 20328 4.25412 3.94337 -4.15495 {normal=(0.613906 0.083829 -0.778089)}
Vertex 20329 6.04159 0.629042 -1.56407 {normal=(0.141788 -0.987187 0.039725)}
Vertex 20330 0.797127 0.625431 4.41492 {normal=(-0.004058 -0.994381 0.104235)}
Vertex 20331 2.38403 0.60384 4.2108 {normal=(0.045821 -0.992537 0.098496)}
Vertex 20332 3.93267 0.673367 3.55466 {normal=(0.175596 -0.970215 0.143011)}
Vertex 20333 5.32225 0.629464 2.2816 {normal=(0.058026 -0.973544 0.156224)}
Vertex 20334 6.05787 0.652461 0.584448 {normal=(0.189359 -0.979883 0.026035)}
Vertex 20335 5.18447 0.571009 -3.02573 {normal=(0.037147 -0.993536 -0.046141)}
Vertex 20336 3.83215 0.64556 -3.94968 {normal=(0.006995 -0.976951 -0.197020)}
Vertex 20337 2.29676 0.640231 -4.52413 {normal=(0.078863 -0.987519 -0.130691)}
Vertex 20338 0.818247 0.617678 -4.72784 {normal=(0.020994 -0.993654 -0.107866)}
Vertex 20339 4.97659 1.18414 3.27393 {normal=(0.310956 -0.320577 0.882761)}
Vertex 20340 4.80042 1.22352 3.48651 {normal=(0.839491 -0.087608 0.521442)}
Vertex 20341 6.18551 1.13896 -0.739532 {normal=(0.948779 -0.022974 0.193415)}
Vertex 20342 6.24381 1.13453 -0.461635 {normal=(0.906725 0.078637 -0.286945)}
Vertex 20343 3.23221 1.218 -4.38607 {normal=(-0.355603 -0.122851 -0.918830)}
Vertex 20344 3.00729 1.20608 -4.52884 {normal=(0.991540 -0.113705 -0.034847)}
Vertex 20345 3.11101 1.96906 -4.61944 {normal=(0.984440 -0.155063 -0.081670)}
Vertex 20346 3.34362 1.97529 -4.43751 {normal=(-0.276928 -0.026976 -0.959972)}
Vertex 20347 6.23741 1.87917 -0.63066 {normal=(0.967440 -0.093657 0.059984)}
Vertex 20348 6.2793 1.86904 -0.338375 {normal=(0.914877 0.002928 -0.337762)}
Vertex 20349 5.00018 1.99817 3.45819 {normal=(0.188217 -0.256292 0.943278)}
Vertex 20350 4.76491 1.99753 3.64671 {normal=(0.833879 -0.103127 0.529279)}
Vertex 20351 0.853675 1.77306 -5.47597 {normal=(0.091653 -0.170607 -0.968893)}
Vertex 20352 2.39262 1.80132 -5.20996 {normal=(0.315651 -0.139378 -0.919767)}
Vertex 20353 4.33713 1.7651 -4.1901 {normal=(0.483189 -0.047617 -0.860613)}
Vertex 20354 5.76475 1.52408 -3.10869 {normal=(0.719943 -0.043368 -0.646600)}
Vertex 20355 6.36738 1.67042 -1.51849 {normal=(0.973325 -0.098784 0.163496)}
Vertex 20356 6.60506 1.73231 0.353537 {normal=(0.912315 -0.032790 -0.282312)}
Vertex 20357 6.63271 1.67067 1.95578 {normal=(0.849850 -0.204563 0.287342)}
Vertex 20358 5.79798 1.83592 3.21391 {normal=(0.483591 -0.265371 0.774877)}
Vertex 20359 0.821335 1.80104 5.09995 {normal=(0.101253 -0.126633 0.966905)}
Vertex 20360 2.65051 1.75492 4.9112 {normal=(0.188787 -0.146102 0.932646)}
Vertex 20361 4.11841 1.86289 4.29467 {normal=(0.586896 -0.148233 0.756992)}
Vertex 20362 6.29761 0.940978 -1.63631 {normal=(0.951822 -0.072991 0.202879)}
Vertex 20363 4.18276 1.00732 -4.17217 {normal=(0.432524 -0.161108 -0.878059)}
Vertex 20364 0.85604 0.96977 -5.24398 {normal=(0.087210 -0.366199 -0.918865)}
Vertex 20365 6.46774 0.981053 1.37629 {normal=(0.785187 -0.309449 0.095660)}
Vertex 20366 5.67451 1.03313 2.86863 {normal=(0.497793 -0.471829 0.663581)}
Vertex 20367 4.0827 1.0725 4.07643 {normal=(0.585406 -0.253862 0.726492)}
Vertex 20368 5.59697 0.812779 -3.14646 {normal=(0.632210 -0.207424 -0.730326)}
Vertex 20369 0.810233 0.989837 4.89429 {normal=(0.041974 -0.341506 0.934898)}
Vertex 20370 2.35071 1.01294 -5.02734 {normal=(0.310712 -0.336835 -0.873191)}
Vertex 20371 2.52891 0.929459 4.70093 {normal=(0.236991 -0.354061 0.887634)}
Vertex 20372 7.59739 -18.9066 1.91711 {normal=(0.541153 -0.181136 0.799569)}
Vertex 20373 9.38361 -18.8672 0.482211 {normal=(0.760465 -0.098315 0.589368)}
Vertex 20374 10.0587 -18.6227 -4.40627 {normal=(0.896054 0.191460 -0.349486)}
Vertex 20375 8.46851 -18.6036 -7.21802 {normal=(0.607064 0.367354 -0.691836)}
Vertex 20376 6.88382 -18.6769 -8.24973 {normal=(0.426405 0.358148 -0.820021)}
Vertex 20377 4.56401 -18.8117 -8.23031 {normal=(-0.328940 0.283715 -0.898922)}
Vertex 20378 1.80438 -18.934 -6.21716 {normal=(-0.819335 0.042342 -0.548584)}
Vertex 20379 0.522023 -18.8808 -3.9674 {normal=(-0.914990 0.019398 -0.376669)}
Vertex 20380 0.551944 -18.9196 -1.18909 {normal=(-0.889486 -0.199153 0.384105)}
Vertex 20381 1.99503 -18.8957 1.05832 {normal=(-0.620637 -0.261221 0.680142)}
Vertex 20382 4.61915 -18.914 2.34691 {normal=(-0.278771 -0.303817 0.894829)}
Vertex 20383 3.50824 -33.9299 -4.99953 {normal=(-0.464314 -0.708269 -0.452835)}
Vertex 20384 4.68409 -33.8897 -5.62806 {normal=(-0.065383 -0.732287 -0.620050)}
Vertex 20385 5.61935 -33.8286 -5.55347 {normal=(0.347117 -0.691986 -0.596949)}
Vertex 20386 6.22208 -33.8022 -5.01681 {normal=(0.665581 -0.574790 -0.435084)}
Vertex 20387 6.66684 -33.806 -3.95909 {normal=(0.853459 -0.461311 -0.141357)}
Vertex 20388 6.59652 -33.8557 -2.65231 {normal=(0.792055 -0.424935 0.314529)}
Vertex 20389 5.91284 -33.9074 -1.79815 {normal=(0.446926 -0.408312 0.739750)}
Vertex 20390 4.76551 -33.9095 -1.55109 {normal=(-0.025660 -0.432029 0.858654)}
Vertex 20391 3.63203 -33.9035 -1.92404 {normal=(-0.456177 -0.520036 0.652002)}
Vertex 20392 2.96806 -33.9003 -2.86944 {normal=(-0.700507 -0.596803 0.276041)}
Vertex 20393 2.87434 -33.9193 -3.95252 {normal=(-0.692239 -0.657037 -0.119270)}
Vertex 20394 3.15569 -32.8954 -5.72906 {normal=(-0.585321 -0.364947 -0.631631)}
Vertex 20395 4.68355 -32.8432 -6.54401 {normal=(-0.118483 -0.410150 -0.823403)}
Vertex 20396 5.93362 -32.764 -6.4473 {normal=(0.370666 -0.448146 -0.742500)}
Vertex 20397 6.63243 -32.7297 -5.7087 {normal=(0.716631 -0.440448 -0.475281)}
Vertex 20398 7.04049 -32.7347 -4.2945 {normal=(0.895133 -0.370948 -0.134064)}
Vertex 20399 6.99919 -32.7991 -2.65938 {normal=(0.850730 -0.300792 0.315923)}
Vertex 20400 6.24326 -32.8661 -1.6111 {normal=(0.498378 -0.242611 0.763165)}
Vertex 20401 4.75949 -32.8689 -1.2743 {normal=(-0.036600 -0.205213 0.929993)}
Vertex 20402 3.23836 -32.8612 -1.74139 {normal=(-0.541885 -0.240601 0.735185)}
Vertex 20403 2.37924 -32.857 -2.9672 {normal=(-0.848953 -0.304628 0.285562)}
Vertex 20404 2.30593 -32.8815 -4.37152 {normal=(-0.853140 -0.339199 -0.225355)}
Vertex 20405 3.19229 -31.2942 -5.9238 {normal=(-0.611569 0.004692 -0.739624)}
Vertex 20406 4.80838 -31.2393 -6.7827 {normal=(-0.149629 0.004224 -0.929220)}
Vertex 20407 6.28451 -31.1558 -6.68077 {normal=(0.379707 -0.041629 -0.856133)}
Vertex 20408 7.13969 -31.1197 -5.96969 {normal=(0.766445 -0.122068 -0.547945)}
Vertex 20409 7.53524 -31.125 -4.54657 {normal=(0.939596 -0.168836 -0.143830)}
Vertex 20410 7.37609 -31.1928 -2.70882 {normal=(0.868678 -0.145166 0.350061)}
Vertex 20411 6.45061 -31.2634 -1.48956 {normal=(0.497027 -0.096429 0.801519)}
Vertex 20412 4.8105 -31.2664 -1.18169 {normal=(-0.041888 -0.062642 0.957560)}
Vertex 20413 3.09523 -31.2583 -1.72106 {normal=(-0.554715 -0.077597 0.774220)}
Vertex 20414 2.0451 -31.2538 -3.01298 {normal=(-0.890704 -0.092618 0.274007)}
Vertex 20415 2.07752 -31.2797 -4.49304 {normal=(-0.893160 -0.047625 -0.322475)}
Vertex 20416 3.31712 -28.9331 -5.47714 {normal=(-0.596627 0.191744 -0.750542)}
Vertex 20417 4.83354 -28.883 -6.26011 {normal=(-0.167852 0.233629 -0.917523)}
Vertex 20418 6.1881 -28.807 -6.1672 {normal=(0.336435 0.230551 -0.873919)}
Vertex 20419 7.09414 -28.7741 -5.5744 {normal=(0.734751 0.163883 -0.600515)}
Vertex 20420 7.63744 -28.7788 -4.3325 {normal=(0.942105 0.072710 -0.153272)}
Vertex 20421 7.4022 -28.8407 -2.56844 {normal=(0.852873 0.010844 0.401563)}
Vertex 20422 6.3368 -28.9051 -1.3682 {normal=(0.457467 -0.015435 0.836919)}
Vertex 20423 4.68214 -28.9077 -1.12088 {normal=(-0.062581 -0.031278 0.962488)}
Vertex 20424 2.97206 -28.9003 -1.64592 {normal=(-0.551243 -0.035402 0.785163)}
Vertex 20425 2.00176 -28.8963 -2.82363 {normal=(-0.885243 0.023805 0.273232)}
Vertex 20426 2.16431 -28.9199 -4.17286 {normal=(-0.875027 0.120744 -0.353369)}
Vertex 20427 4.71996 -21.8945 -7.18025 {normal=(-0.055847 -0.771816 -0.618056)}
Vertex 20428 6.63104 -21.7854 -7.13536 {normal=(0.150305 -0.821423 -0.516397)}
Vertex 20429 8.35504 -21.7239 -5.83362 {normal=(0.570556 -0.804632 -0.107467)}
Vertex 20430 8.55569 -21.7234 -5.50889 {normal=(0.349173 -0.850462 -0.383140)}
Vertex 20431 6.18787 -21.8492 0.310948 {normal=(-0.411687 -0.705874 0.563559)}
Vertex 20432 5.89075 -21.8499 0.352484 {normal=(0.490657 -0.758200 0.410722)}
Vertex 20433 2.08073 -21.8585 -1.26328 {normal=(-0.512644 -0.800751 0.073296)}
Vertex 20434 1.89959 -21.8598 -1.53178 {normal=(-0.305941 -0.769295 0.507291)}
Vertex 20435 1.44286 -21.9543 -4.18192 {normal=(-0.556872 -0.800695 -0.203736)}
Vertex 20436 2.52001 -21.9761 -5.86418 {normal=(-0.489784 -0.787812 -0.362721)}
Vertex 20437 4.72787 -20.7279 -8.1405 {normal=(-0.164804 -0.575465 -0.783381)}
Vertex 20438 6.96116 -20.6019 -8.11481 {normal=(0.423972 -0.447921 -0.782458)}
Vertex 20439 8.46742 -20.5359 -7.22633 {normal=(0.572375 -0.418708 -0.699604)}
Vertex 20440 10.0215 -20.5226 -4.65224 {normal=(0.908806 -0.150109 -0.357657)}
Vertex 20441 9.37623 -20.7265 -0.203213 {normal=(0.731710 -0.336863 0.552058)}
Vertex 20442 7.69445 -20.7404 1.09612 {normal=(0.506159 -0.407465 0.745969)}
Vertex 20443 4.62731 -20.7528 1.53055 {normal=(-0.242394 -0.544527 0.774222)}
Vertex 20444 2.23186 -20.7467 0.383681 {normal=(-0.519091 -0.495484 0.638309)}
Vertex 20445 0.777959 -20.7677 -1.82529 {normal=(-0.832725 -0.411104 0.310934)}
Vertex 20446 0.777365 -20.7961 -4.33752 {normal=(-0.897737 -0.175081 -0.375443)}
Vertex 20447 2.02335 -20.8362 -6.3569 {normal=(-0.793582 -0.200050 -0.553869)}
Vertex 20448 4.1697 -16.6258 -7.2305 {normal=(-0.367572 0.278217 -0.883134)}
Vertex 20449 6.40204 -16.4878 -7.29674 {normal=(0.406792 0.475444 -0.771034)}
Vertex 20450 7.9231 -16.424 -6.27491 {normal=(0.566963 0.486750 -0.654539)}
Vertex 20451 9.38686 -16.4543 -3.6291 {normal=(0.837942 0.429675 -0.332034)}
Vertex 20452 8.80735 -16.6497 1.03113 {normal=(0.755706 0.117506 0.605622)}
Vertex 20453 7.05093 -16.721 2.41761 {normal=(0.542040 0.022305 0.829441)}
Vertex 20454 4.44842 -16.7228 2.77898 {normal=(-0.282497 -0.152659 0.937546)}
Vertex 20455 1.88831 -16.7034 1.56821 {normal=(-0.620453 -0.165510 0.704686)}
Vertex 20456 0.465696 -16.7279 -0.534167 {normal=(-0.906131 -0.137731 0.368057)}
Vertex 20457 0.473059 -16.6962 -3.1877 {normal=(-0.920887 0.114696 -0.362659)}
Vertex 20458 1.71047 -16.7393 -5.36534 {normal=(-0.836916 0.155016 -0.515118)}
Vertex 20459 0.552937 -14.529 -2.60225 {normal=(-0.926827 0.106755 -0.354411)}
Vertex 20460 0.323007 -13.2879 -2.75151 {normal=(-0.303759 -0.942143 -0.129674)}
Vertex 20461 7.69488 -11.9015 -2.12047 {normal=(0.859154 0.289409 -0.354402)}
Vertex 20462 7.44249 -9.96739 -1.63748 {normal=(0.914718 0.230347 -0.266919)}
Vertex 20463 1.51517 -14.546 1.98028 {normal=(-0.608984 -0.128097 0.736820)}
Vertex 20464 4.11281 -8.66463 -5.26734 {normal=(0.475078 0.225965 -0.820512)}
Vertex 20465 0.840618 -10.9963 -5.8909 {normal=(-0.052937 -0.042207 -0.993429)}
Vertex 20466 0.822203 -8.86275 -5.91685 {normal=(0.004496 0.113389 -0.985072)}
Vertex 20467 4.17234 -10.9143 -5.76174 {normal=(0.453384 0.193707 -0.846466)}
Vertex 20468 2.52748 -11.0022 -6.17591 {normal=(0.090084 0.093690 -0.966617)}
Vertex 20469 6.16681 -5.08259 -1.55957 {normal=(0.904213 0.271513 -0.144614)}
Vertex 20470 6.0375 -4.94082 0.554979 {normal=(0.909273 0.251998 0.168235)}
Vertex 20471 6.05912 -12.1872 2.69989 {normal=(0.542357 0.037364 0.829580)}
Vertex 20472 2.65182 -12.1968 2.91407 {normal=(-0.175846 -0.210123 0.953189)}
Vertex 20473 3.91147 -5.02356 3.26027 {normal=(0.291965 0.090127 0.939265)}
Vertex 20474 0.355227 -11.7968 2.65113 {normal=(-0.532502 -0.616094 0.566046)}
Vertex 20475 0.705595 -5.10048 4.0928 {normal=(0.041196 -0.023708 0.994323)}
Vertex 20476 2.64628 -13.2417 -5.85868 {normal=(-0.578699 0.071781 -0.810109)}
Vertex 20477 3.34203 -14.6754 -6.2946 {normal=(-0.473870 0.129127 -0.861336)}
Vertex 20478 4.06308 -12.2266 3.04411 {normal=(-0.083185 -0.134706 0.983614)}
Vertex 20479 1.52009 -14.6463 -4.58955 {normal=(-0.872869 0.085548 -0.469297)}
Vertex 20480 5.40158 -14.5066 -6.4157 {normal=(0.429769 0.456513 -0.770487)}
Vertex 20481 8.08196 -11.9346 0.309053 {normal=(0.930683 0.179899 0.254800)}
Vertex 20482 0.181841 -12.505 1.31632 {normal=(-0.739675 -0.526428 0.342981)}
Vertex 20483 2.37238 -5.57927 -4.88344 {normal=(0.218286 0.306648 -0.917419)}
Vertex 20484 5.44712 -5.36429 -3.00432 {normal=(0.697307 0.262883 -0.619701)}
Vertex 20485 6.1351 -10.1345 2.65233 {normal=(0.636729 0.101079 0.746938)}
Vertex 20486 6.22692 -12.2594 -4.55102 {normal=(0.663313 0.318882 -0.644944)}
Vertex 20487 5.86587 -7.64762 2.36794 {normal=(0.687895 0.203461 0.669047)}
Vertex 20488 6.17176 -10.3047 -3.87747 {normal=(0.725520 0.226760 -0.613078)}
Vertex 20489 4.4494 -12.8045 -6.07542 {normal=(0.451580 0.301062 -0.827229)}
Vertex 20490 0.816748 -12.425 -5.1741 {normal=(-0.315040 -0.623608 -0.715195)}
Vertex 20491 6.06096 -8.16613 -3.36699 {normal=(0.732105 0.237186 -0.594462)}
Vertex 20492 2.48722 -8.75762 -5.85545 {normal=(0.149097 0.185742 -0.954687)}
Vertex 20493 0.794903 -5.58122 -5.10297 {normal=(0.051921 0.291986 -0.950830)}
Vertex 20494 3.75427 -5.58843 -4.37798 {normal=(0.479117 0.305030 -0.804776)}
Vertex 20495 6.89989 -7.77356 -1.58695 {normal=(0.915680 0.254292 -0.202327)}
Vertex 20496 6.74243 -7.6317 1.01953 {normal=(0.876227 0.261956 0.304073)}
Vertex 20497 5.36664 -4.93931 1.96253 {normal=(0.697650 0.215926 0.634330)}
Vertex 20498 0.069102 -13.0861 -0.599957 {normal=(-0.903551 -0.389094 0.146352)}
Vertex 20499 0.44204 -10.5503 3.36694 {normal=(0.068525 -0.330234 0.935313)}
Vertex 20500 4.19681 -7.79225 3.42999 {normal=(0.208035 0.010263 0.967180)}
Vertex 20501 2.25913 -7.9509 3.86968 {normal=(0.123148 -0.100949 0.953971)}
Vertex 20502 0.561759 -8.08463 3.93642 {normal=(0.091532 -0.159836 0.973460)}
Vertex 20503 2.28753 -5.06102 3.91179 {normal=(0.295895 0.024020 0.930285)}
Vertex 20504 0.297577 -14.4094 -0.262428 {normal=(-0.917992 -0.229725 0.264689)}
Vertex 20505 2.21159 -13.8449 2.51853 {normal=(-0.326435 -0.107702 0.930730)}
Vertex 20506 4.16043 -14.3906 2.88674 {normal=(-0.209262 -0.106442 0.967083)}
Vertex 20507 6.35812 -14.4111 2.63195 {normal=(0.515877 0.061832 0.846412)}
Vertex 20508 7.94164 -14.3253 1.45852 {normal=(0.740798 0.142945 0.615561)}
Vertex 20509 8.33159 -14.1502 -2.8976 {normal=(0.811135 0.420337 -0.387908)}
Vertex 20510 6.95521 -14.2715 -5.26172 {normal=(0.581945 0.473163 -0.645056)}
Vertex 20511 5.51901 3.89818 3.74212 {normal=(0.484930 -0.155452 0.827858)}
Vertex 20512 4.08585 3.9483 4.44551 {normal=(0.425743 -0.008079 0.874106)}
Vertex 20513 0.74856 3.96786 -5.49142 {normal=(0.096136 0.045078 -0.989579)}
Vertex 20514 2.49761 3.96688 -5.07415 {normal=(0.282080 0.066674 -0.952365)}
Vertex 20515 -7.305 -10.0132 1.48403 {normal=(-0.825464 0.176741 0.477135)}
Vertex 20516 -7.47691 -12.0367 1.65745 {normal=(-0.767988 0.104621 0.588705)}
Vertex 20517 -9.04959 -21.8003 -2.08939 {normal=(-0.377257 -0.906847 0.114325)}
Vertex 20518 -10.2259 -20.6506 -1.84912 {normal=(-0.892746 -0.269798 0.338439)}
Vertex 20519 -10.2839 -18.7949 -1.30981 {normal=(-0.914535 -0.022592 0.361554)}
Vertex 20520 -9.66625 -16.5878 -0.671608 {normal=(-0.901626 0.205833 0.362399)}
Vertex 20521 -8.70921 -14.2336 -0.0870043 {normal=(-0.901663 0.229693 0.347248)}
Vertex 20522 -1.45106 -21.8968 -2.35629 {normal=(0.654819 -0.700831 0.206160)}
Vertex 20523 -2.78279 -21.8861 -0.441383 {normal=(0.348077 -0.759780 0.515203)}
Vertex 20524 -9.11065 -21.7299 -4.35587 {normal=(-0.436848 -0.869078 -0.174632)}
Vertex 20525 -7.89646 -21.7351 -6.42623 {normal=(-0.400038 -0.844863 -0.317984)}
Vertex 20526 -4.62973 -21.8892 0.324356 {normal=(0.175910 -0.781948 0.569310)}
Vertex 20527 -7.20477 -21.883 -0.017314 {normal=(-0.243197 -0.894354 0.369847)}
Vertex 20528 -6.15192 -20.6957 1.67576 {normal=(-0.508838 -0.545750 0.637864)}
Vertex 20529 -6.43839 -20.6945 1.63069 {normal=(0.313642 -0.547865 0.760390)}
Vertex 20530 -3.22243 -5.04854 3.5415 {normal=(0.003217 0.071976 0.985879)}
Vertex 20531 -5.20108 -8.56539 -4.43158 {normal=(-0.598039 0.235194 -0.765290)}
Vertex 20532 -4.98498 -8.6006 -4.62701 {normal=(-0.635130 0.232950 -0.734449)}
Vertex 20533 -4.44905 -5.61157 -3.94036 {normal=(-0.599019 0.289061 -0.745244)}
Vertex 20534 -4.68969 -5.60324 -3.7693 {normal=(-0.554273 0.269791 -0.786389)}
Vertex 20535 -6.17122 -5.00251 -0.374502 {normal=(-0.959061 0.268875 -0.050142)}
Vertex 20536 -6.18605 -5.02138 -0.667118 {normal=(-0.955148 0.276904 0.077719)}
Vertex 20537 -2.93237 -7.87324 3.75241 {normal=(-0.445162 -0.088572 0.873747)}
Vertex 20538 -3.22431 -7.87837 3.68621 {normal=(0.044215 0.002877 0.987058)}
Vertex 20539 -4.7479 -4.99096 2.61807 {normal=(-0.405695 0.168210 0.886171)}
Vertex 20540 -4.52624 -5.00245 2.80877 {normal=(-0.876612 0.169170 0.446136)}
Vertex 20541 -2.97364 -5.04798 3.61806 {normal=(-0.554600 0.053326 0.821337)}
Vertex 20542 -1.27213 -8.01394 3.8717 {normal=(-0.279957 -0.164294 0.936751)}
Vertex 20543 -1.57103 -8.02156 3.85343 {normal=(0.209243 -0.115383 0.960344)}
Vertex 20544 -1.03714 -10.5436 3.32975 {normal=(-0.194362 -0.329078 0.914967)}
Vertex 20545 -1.33352 -10.5849 3.3368 {normal=(0.312977 -0.230748 0.911479)}
Vertex 20546 -0.850881 -11.9885 2.74221 {normal=(-0.066106 -0.449949 0.887611)}
Vertex 20547 -1.12079 -12.0752 2.78703 {normal=(0.379257 -0.266095 0.875985)}
Vertex 20548 -1.30516 -12.8634 2.45535 {normal=(-0.171434 -0.629431 0.747398)}
Vertex 20549 -1.56602 -12.9986 2.43485 {normal=(0.428831 -0.093444 0.873542)}
Vertex 20550 -2.56201 -10.3189 3.43061 {normal=(-0.332652 -0.306299 0.877831)}
Vertex 20551 -2.76747 -10.5378 3.36109 {normal=(0.289343 -0.145001 0.933406)}
Vertex 20552 -1.93004 -11.9791 2.8598 {normal=(-0.246932 -0.489400 0.824539)}
Vertex 20553 -2.16818 -12.1117 2.82644 {normal=(0.378532 -0.167258 0.900864)}
Vertex 20554 -1.94726 -10.4603 3.45271 {normal=(-0.013927 -0.270574 0.931606)}
Vertex 20555 -1.52499 -12.033 2.89744 {normal=(0.051792 -0.386993 0.890511)}
Vertex 20556 -1.13412 -12.7393 2.56581 {normal=(0.093280 -0.451463 0.850365)}
Vertex 20557 -0.303092 -14.5193 -1.28644 {normal=(0.770789 0.127962 -0.622578)}
Vertex 20558 -0.347401 -14.5115 -1.57481 {normal=(0.887709 -0.160911 0.410780)}
Vertex 20559 -0.280905 -16.6619 -2.09264 {normal=(0.885611 -0.118639 0.446726)}
Vertex 20560 -0.26935 -16.7305 -1.81105 {normal=(0.822767 0.146303 -0.546778)}
Vertex 20561 -0.309125 -18.913 -2.51799 {normal=(0.855107 0.064191 -0.507622)}
Vertex 20562 -0.308048 -18.8363 -2.79721 {normal=(0.860341 -0.202519 0.465599)}
Vertex 20563 -0.57263 -20.7341 -3.26768 {normal=(0.802103 -0.400322 0.385949)}
Vertex 20564 -0.569559 -20.7611 -2.97875 {normal=(0.847312 -0.087162 -0.519286)}
Vertex 20565 -2.95973 -18.9145 -7.46053 {normal=(0.105451 0.335678 -0.935816)}
Vertex 20566 -3.20682 -18.899 -7.63651 {normal=(0.897113 -0.041097 -0.431411)}
Vertex 20567 -3.15873 -20.8017 -7.46821 {normal=(0.022214 -0.482506 -0.872444)}
Vertex 20568 -3.41183 -20.787 -7.63161 {normal=(0.843953 -0.281811 -0.425013)}
Vertex 20569 -8.87383 -14.1993 -1.34556 {normal=(-0.886088 0.187112 0.419614)}
Vertex 20570 -8.88229 -14.2352 -1.07424 {normal=(-0.835987 0.395431 -0.374520)}
Vertex 20571 -9.88018 -16.5667 -1.75128 {normal=(-0.857135 0.402856 -0.313415)}
Vertex 20572 -9.87037 -16.4831 -2.04734 {normal=(-0.885198 0.186956 0.421694)}
Vertex 20573 -10.5307 -18.6198 -2.80622 {normal=(-0.912868 -0.003634 0.384237)}
Vertex 20574 -10.5244 -18.7122 -2.45863 {normal=(-0.921278 0.174099 -0.296280)}
Vertex 20575 -10.4469 -20.5488 -2.90933 {normal=(-0.929000 -0.121028 -0.328810)}
Vertex 20576 -10.4609 -20.507 -3.2327 {normal=(-0.901391 -0.228100 0.356710)}
Vertex 20577 -8.67653 -16.5239 -5.1682 {normal=(-0.408593 0.430890 -0.803119)}
Vertex 20578 -8.48695 -16.4908 -5.45715 {normal=(-0.948946 0.307080 -0.000069)}
Vertex 20579 -9.06097 -18.6358 -6.36375 {normal=(-0.962713 0.243704 -0.105358)}
Vertex 20580 -9.31416 -18.6763 -5.97808 {normal=(-0.495908 0.367215 -0.784031)}
Vertex 20581 -9.29818 -20.5421 -6.06187 {normal=(-0.657671 -0.346528 -0.643277)}
Vertex 20582 -9.02988 -20.535 -6.46827 {normal=(-0.858457 -0.328548 -0.351088)}
Vertex 20583 -6.57426 3.9453 0.792065 {normal=(-0.993487 0.030856 -0.022719)}
Vertex 20584 -6.65866 3.88707 1.79795 {normal=(-0.995695 0.044105 0.075835)}
Vertex 20585 -6.644 3.88353 1.93614 {normal=(-0.993276 0.064277 0.090774)}
Vertex 20586 -0.808488 2.90197 5.06804 {normal=(-0.146967 0.087939 0.971297)}
Vertex 20587 -1.68333 2.86208 4.97947 {normal=(-0.174575 0.097676 0.970447)}
Vertex 20588 -1.82041 2.85777 4.96931 {normal=(0.037022 0.088935 0.990204)}
Vertex 20589 -2.70865 2.85445 4.90748 {normal=(-0.108279 0.033570 0.961853)}
Vertex 20590 -4.11983 2.87846 4.40109 {normal=(-0.547526 -0.047210 0.795397)}
Vertex 20591 -4.77883 2.94075 3.85881 {normal=(-0.821217 -0.103460 0.544527)}
Vertex 20592 -4.95538 2.94029 3.71744 {normal=(-0.130719 -0.260664 0.952512)}
Vertex 20593 -5.72021 2.8199 3.44168 {normal=(-0.482194 -0.164985 0.799611)}
Vertex 20594 -6.57334 2.68544 2.31891 {normal=(-0.874290 -0.029499 0.337976)}
Vertex 20595 -6.40373 2.7365 -1.23374 {normal=(-0.988072 -0.022880 0.023774)}
Vertex 20596 -6.36677 2.5571 -2.0317 {normal=(-0.813195 0.173665 -0.534757)}
Vertex 20597 -6.30515 2.55003 -2.17472 {normal=(-0.898743 0.144993 -0.407343)}
Vertex 20598 -5.74426 2.60636 -2.97597 {normal=(-0.792165 0.122854 -0.556325)}
Vertex 20599 -4.35833 2.79933 -4.16834 {normal=(-0.554863 0.058788 -0.819572)}
Vertex 20600 -3.45438 2.95902 -4.50148 {normal=(0.232526 -0.041908 -0.971546)}
Vertex 20601 -3.2795 2.95483 -4.63841 {normal=(-0.979656 -0.186896 -0.067387)}
Vertex 20602 -2.44425 2.83771 -5.19005 {normal=(-0.299144 0.023423 -0.945545)}
Vertex 20603 -0.811 2.82786 -5.52943 {normal=(-0.094705 -0.002275 -0.989809)}
Vertex 20604 -1.76631 4.06354 4.80503 {normal=(0.034372 0.116140 0.986339)}
Vertex 20605 -1.58989 4.07444 4.81221 {normal=(-0.156909 0.146630 0.972548)}
Vertex 20606 -6.099 3.79717 -2.00332 {normal=(-0.869231 0.193209 -0.453111)}
Vertex 20607 -6.18285 3.79859 -1.836 {normal=(-0.778206 0.199422 -0.582952)}
Vertex 20608 -5.06045 3.87784 -3.51768 {normal=(-0.732468 0.174417 -0.658013)}
Vertex 20609 -4.94044 3.88338 -3.64882 {normal=(-0.711250 0.143710 -0.686217)}
Vertex 20610 -0.751993 4.12867 4.87771 {normal=(-0.120347 0.154413 0.972902)}
Vertex 20611 -2.62134 4.01567 4.7962 {normal=(-0.056299 0.068330 0.975186)}
Vertex 20612 -6.44369 3.87753 2.66142 {normal=(-0.896566 0.011524 0.350563)}
Vertex 20613 -6.61325 2.76484 0.583629 {normal=(-0.967379 0.021915 -0.140665)}
Vertex 20614 -6.34981 3.90645 -0.961093 {normal=(-0.990667 0.055551 -0.118565)}
Vertex 20615 -5.5981 3.84351 -2.78809 {normal=(-0.809144 0.181079 -0.540015)}
Vertex 20616 -4.25412 3.94338 -4.15495 {normal=(-0.613906 0.083829 -0.778089)}
Vertex 20617 -6.04159 0.629042 -1.56407 {normal=(-0.141788 -0.987187 0.039725)}
Vertex 20618 -0.797127 0.625431 4.41493 {normal=(0.004058 -0.994380 0.104235)}
Vertex 20619 -2.38403 0.60384 4.2108 {normal=(-0.045821 -0.992537 0.098496)}
Vertex 20620 -3.93267 0.673366 3.55466 {normal=(-0.175595 -0.970215 0.143011)}
Vertex 20621 -5.32225 0.629464 2.2816 {normal=(-0.058026 -0.973545 0.156224)}
Vertex 20622 -6.05787 0.65246 0.584448 {normal=(-0.189359 -0.979883 0.026035)}
Vertex 20623 -5.18447 0.571009 -3.02573 {normal=(-0.037147 -0.993536 -0.046141)}
Vertex 20624 -3.83215 0.64556 -3.94969 {normal=(-0.006995 -0.976951 -0.197020)}
Vertex 20625 -2.29676 0.640231 -4.52413 {normal=(-0.078863 -0.987519 -0.130691)}
Vertex 20626 -0.818247 0.617678 -4.72784 {normal=(-0.020994 -0.993654 -0.107866)}
Vertex 20627 -4.97659 1.18414 3.27392 {normal=(-0.310956 -0.320576 0.882761)}
Vertex 20628 -4.80042 1.22352 3.48651 {normal=(-0.839491 -0.087608 0.521442)}
Vertex 20629 -6.18551 1.13896 -0.739532 {normal=(-0.948779 -0.022974 0.193415)}
Vertex 20630 -6.24381 1.13453 -0.461635 {normal=(-0.906725 0.078637 -0.286945)}
Vertex 20631 -3.23221 1.218 -4.38607 {normal=(0.355603 -0.122851 -0.918830)}
Vertex 20632 -3.00729 1.20608 -4.52884 {normal=(-0.991540 -0.113705 -0.034847)}
Vertex 20633 -3.11101 1.96906 -4.61944 {normal=(-0.984440 -0.155063 -0.081670)}
Vertex 20634 -3.34362 1.97529 -4.43751 {normal=(0.276928 -0.026976 -0.959972)}
Vertex 20635 -6.23741 1.87917 -0.630659 {normal=(-0.967440 -0.093657 0.059984)}
Vertex 20636 -6.2793 1.86904 -0.338375 {normal=(-0.914876 0.002928 -0.337762)}
Vertex 20637 -5.00018 1.99817 3.45819 {normal=(-0.188217 -0.256292 0.943278)}
Vertex 20638 -4.76491 1.99753 3.64671 {normal=(-0.833879 -0.103127 0.529279)}
Vertex 20639 -0.853675 1.77306 -5.47597 {normal=(-0.091653 -0.170607 -0.968893)}
Vertex 20640 -2.39262 1.80132 -5.20995 {normal=(-0.315651 -0.139378 -0.919767)}
Vertex 20641 -4.33713 1.7651 -4.1901 {normal=(-0.483189 -0.047617 -0.860613)}
Vertex 20642 -5.76475 1.52408 -3.10869 {normal=(-0.719943 -0.043368 -0.646600)}
Vertex 20643 -6.36738 1.67042 -1.51849 {normal=(-0.973325 -0.098784 0.163496)}
Vertex 20644 -6.60506 1.73231 0.353537 {normal=(-0.912315 -0.032790 -0.282312)}
Vertex 20645 -6.63271 1.67067 1.95578 {normal=(-0.849850 -0.204563 0.287342)}
Vertex 20646 -5.79798 1.83592 3.21391 {normal=(-0.483591 -0.265371 0.774877)}
Vertex 20647 -0.821335 1.80104 5.09995 {normal=(-0.101253 -0.126633 0.966905)}
Vertex 20648 -2.65051 1.75492 4.9112 {normal=(-0.188787 -0.146102 0.932646)}
Vertex 20649 -4.11841 1.86289 4.29467 {normal=(-0.586896 -0.148233 0.756992)}
Vertex 20650 -6.29761 0.940978 -1.63631 {normal=(-0.951822 -0.072991 0.202879)}
Vertex 20651 -4.18276 1.00732 -4.17217 {normal=(-0.432524 -0.161108 -0.878059)}
Vertex 20652 -0.85604 0.969771 -5.24398 {normal=(-0.087210 -0.366199 -0.918864)}
Vertex 20653 -6.46774 0.981053 1.37629 {normal=(-0.785186 -0.309449 0.095659)}
Vertex 20654 -5.67451 1.03313 2.86863 {normal=(-0.497793 -0.471829 0.663581)}
Vertex 20655 -4.0827 1.0725 4.07643 {normal=(-0.585406 -0.253861 0.726492)}
Vertex 20656 -5.59697 0.812779 -3.14646 {normal=(-0.632210 -0.207424 -0.730326)}
Vertex 20657 -0.810233 0.989837 4.89429 {normal=(-0.041974 -0.341506 0.934898)}
Vertex 20658 -2.35071 1.01294 -5.02734 {normal=(-0.310712 -0.336835 -0.873191)}
Vertex 20659 -2.52891 0.929459 4.70093 {normal=(-0.236991 -0.354061 0.887634)}
Vertex 20660 -7.59739 -18.9066 1.91711 {normal=(-0.468549 -0.200820 0.822065)}
Vertex 20661 -9.38361 -18.8672 0.482211 {normal=(-0.760465 -0.098315 0.589368)}
Vertex 20662 -10.0587 -18.6227 -4.40627 {normal=(-0.896054 0.191460 -0.349486)}
Vertex 20663 -8.46851 -18.6036 -7.21802 {normal=(-0.607064 0.367354 -0.691836)}
Vertex 20664 -6.88382 -18.6769 -8.24973 {normal=(-0.426405 0.358148 -0.820021)}
Vertex 20665 -4.56401 -18.8117 -8.23031 {normal=(0.328940 0.283715 -0.898922)}
Vertex 20666 -1.80438 -18.934 -6.21716 {normal=(0.819335 0.042342 -0.548584)}
Vertex 20667 -0.522023 -18.8808 -3.9674 {normal=(0.914990 0.019398 -0.376669)}
Vertex 20668 -0.551944 -18.9196 -1.18909 {normal=(0.889486 -0.199153 0.384105)}
Vertex 20669 -1.99503 -18.8957 1.05832 {normal=(0.620637 -0.261221 0.680142)}
Vertex 20670 -4.61915 -18.914 2.34691 {normal=(0.196469 -0.286530 0.897452)}
Vertex 20671 -3.50824 -33.9299 -4.99953 {normal=(0.464314 -0.708269 -0.452835)}
Vertex 20672 -4.68409 -33.8897 -5.62806 {normal=(0.065384 -0.732286 -0.620050)}
Vertex 20673 -5.61935 -33.8286 -5.55348 {normal=(-0.347117 -0.691986 -0.596949)}
Vertex 20674 -6.22208 -33.8022 -5.01681 {normal=(-0.665580 -0.574790 -0.435084)}
Vertex 20675 -6.66684 -33.806 -3.95909 {normal=(-0.853459 -0.461311 -0.141357)}
Vertex 20676 -6.59652 -33.8557 -2.65231 {normal=(-0.792054 -0.424935 0.314529)}
Vertex 20677 -5.91284 -33.9074 -1.79814 {normal=(-0.446926 -0.408312 0.739750)}
Vertex 20678 -4.76551 -33.9095 -1.55109 {normal=(0.025660 -0.432029 0.858654)}
Vertex 20679 -3.63202 -33.9035 -1.92404 {normal=(0.456177 -0.520037 0.652002)}
Vertex 20680 -2.96806 -33.9003 -2.86944 {normal=(0.700507 -0.596803 0.276041)}
Vertex 20681 -2.87434 -33.9193 -3.95253 {normal=(0.692239 -0.657037 -0.119270)}
Vertex 20682 -3.15569 -32.8953 -5.72907 {normal=(0.585321 -0.364947 -0.631631)}
Vertex 20683 -4.68355 -32.8432 -6.54401 {normal=(0.118483 -0.410150 -0.823403)}
Vertex 20684 -5.93362 -32.764 -6.4473 {normal=(-0.370666 -0.448146 -0.742500)}
Vertex 20685 -6.63243 -32.7297 -5.7087 {normal=(-0.716631 -0.440448 -0.475282)}
Vertex 20686 -7.04049 -32.7347 -4.2945 {normal=(-0.895133 -0.370948 -0.134064)}
Vertex 20687 -6.99919 -32.7991 -2.65938 {normal=(-0.850730 -0.300792 0.315923)}
Vertex 20688 -6.24327 -32.8661 -1.6111 {normal=(-0.498378 -0.242611 0.763165)}
Vertex 20689 -4.75949 -32.8689 -1.2743 {normal=(0.036600 -0.205213 0.929993)}
Vertex 20690 -3.23836 -32.8612 -1.74139 {normal=(0.541885 -0.240601 0.735185)}
Vertex 20691 -2.37924 -32.857 -2.9672 {normal=(0.848953 -0.304628 0.285562)}
Vertex 20692 -2.30593 -32.8815 -4.37152 {normal=(0.853140 -0.339199 -0.225355)}
Vertex 20693 -3.19229 -31.2942 -5.9238 {normal=(0.611569 0.004692 -0.739624)}
Vertex 20694 -4.80838 -31.2393 -6.7827 {normal=(0.149629 0.004224 -0.929220)}
Vertex 20695 -6.28451 -31.1558 -6.68077 {normal=(-0.379707 -0.041629 -0.856133)}
Vertex 20696 -7.1397 -31.1197 -5.96969 {normal=(-0.766445 -0.122068 -0.547944)}
Vertex 20697 -7.53524 -31.125 -4.54657 {normal=(-0.939596 -0.168836 -0.143830)}
Vertex 20698 -7.37609 -31.1928 -2.70882 {normal=(-0.868678 -0.145166 0.350061)}
Vertex 20699 -6.45061 -31.2634 -1.48956 {normal=(-0.497027 -0.096429 0.801519)}
Vertex 20700 -4.8105 -31.2664 -1.18169 {normal=(0.041888 -0.062642 0.957559)}
Vertex 20701 -3.09523 -31.2582 -1.72106 {normal=(0.554715 -0.077597 0.774220)}
Vertex 20702 -2.0451 -31.2538 -3.01298 {normal=(0.890704 -0.092618 0.274007)}
Vertex 20703 -2.07752 -31.2797 -4.49304 {normal=(0.893160 -0.047625 -0.322475)}
Vertex 20704 -3.31712 -28.9331 -5.47714 {normal=(0.596626 0.191744 -0.750542)}
Vertex 20705 -4.83354 -28.883 -6.26011 {normal=(0.167852 0.233629 -0.917523)}
Vertex 20706 -6.1881 -28.807 -6.1672 {normal=(-0.336435 0.230551 -0.873919)}
Vertex 20707 -7.09414 -28.774 -5.5744 {normal=(-0.734751 0.163883 -0.600515)}
Vertex 20708 -7.63744 -28.7788 -4.3325 {normal=(-0.942104 0.072710 -0.153272)}
Vertex 20709 -7.40221 -28.8406 -2.56844 {normal=(-0.852873 0.010844 0.401563)}
Vertex 20710 -6.3368 -28.9051 -1.3682 {normal=(-0.457467 -0.015435 0.836919)}
Vertex 20711 -4.68214 -28.9078 -1.12089 {normal=(0.062581 -0.031278 0.962488)}
Vertex 20712 -2.97206 -28.9003 -1.64592 {normal=(0.551243 -0.035402 0.785163)}
Vertex 20713 -2.00176 -28.8963 -2.82363 {normal=(0.885242 0.023805 0.273232)}
Vertex 20714 -2.16431 -28.9199 -4.17286 {normal=(0.875027 0.120744 -0.353369)}
Vertex 20715 -4.71996 -21.8944 -7.18025 {normal=(0.055847 -0.771816 -0.618056)}
Vertex 20716 -6.63104 -21.7854 -7.13536 {normal=(-0.150305 -0.821423 -0.516397)}
Vertex 20717 -8.35504 -21.7239 -5.83362 {normal=(-0.570556 -0.804632 -0.107467)}
Vertex 20718 -8.55569 -21.7234 -5.50889 {normal=(-0.349173 -0.850462 -0.383139)}
Vertex 20719 -6.18787 -21.8491 0.310948 {normal=(0.411687 -0.705874 0.563559)}
Vertex 20720 -5.89075 -21.8499 0.352484 {normal=(-0.490658 -0.758200 0.410722)}
Vertex 20721 -2.08073 -21.8585 -1.26328 {normal=(0.512644 -0.800751 0.073296)}
Vertex 20722 -1.89959 -21.8598 -1.53178 {normal=(0.305941 -0.769296 0.507291)}
Vertex 20723 -1.44286 -21.9543 -4.18192 {normal=(0.556872 -0.800695 -0.203736)}
Vertex 20724 -2.52002 -21.9761 -5.86418 {normal=(0.489784 -0.787812 -0.362721)}
Vertex 20725 -4.72787 -20.7279 -8.1405 {normal=(0.164804 -0.575465 -0.783381)}
Vertex 20726 -6.96116 -20.6019 -8.11481 {normal=(-0.423972 -0.447921 -0.782458)}
Vertex 20727 -8.46742 -20.5359 -7.22633 {normal=(-0.572375 -0.418708 -0.699604)}
Vertex 20728 -10.0215 -20.5226 -4.65224 {normal=(-0.908806 -0.150110 -0.357657)}
Vertex 20729 -9.37623 -20.7265 -0.203213 {normal=(-0.731710 -0.336862 0.552058)}
Vertex 20730 -7.69445 -20.7404 1.09612 {normal=(-0.506159 -0.407465 0.745969)}
Vertex 20731 -4.62731 -20.7528 1.53055 {normal=(0.242394 -0.544527 0.774222)}
Vertex 20732 -2.23186 -20.7467 0.383681 {normal=(0.519091 -0.495484 0.638309)}
Vertex 20733 -0.777958 -20.7677 -1.82529 {normal=(0.832724 -0.411104 0.310934)}
Vertex 20734 -0.777365 -20.7961 -4.33752 {normal=(0.897737 -0.175081 -0.375443)}
Vertex 20735 -2.02335 -20.8362 -6.3569 {normal=(0.793582 -0.200050 -0.553869)}
Vertex 20736 -4.1697 -16.6258 -7.2305 {normal=(0.367572 0.278217 -0.883134)}
Vertex 20737 -6.40205 -16.4878 -7.29674 {normal=(-0.406792 0.475444 -0.771034)}
Vertex 20738 -7.9231 -16.424 -6.27491 {normal=(-0.566963 0.486750 -0.654539)}
Vertex 20739 -9.38686 -16.4543 -3.6291 {normal=(-0.837942 0.429675 -0.332034)}
Vertex 20740 -8.80735 -16.6497 1.03113 {normal=(-0.755706 0.117506 0.605622)}
Vertex 20741 -7.05093 -16.721 2.41761 {normal=(-0.393780 -0.012830 0.874704)}
Vertex 20742 -4.44842 -16.7228 2.77898 {normal=(0.122734 -0.120587 0.942790)}
Vertex 20743 -1.88831 -16.7034 1.56821 {normal=(0.620453 -0.165510 0.704686)}
Vertex 20744 -0.465696 -16.7279 -0.534167 {normal=(0.906131 -0.137731 0.368057)}
Vertex 20745 -0.473059 -16.6962 -3.1877 {normal=(0.920887 0.114696 -0.362659)}
Vertex 20746 -1.71047 -16.7393 -5.36534 {normal=(0.836917 0.155015 -0.515117)}
Vertex 20747 -0.552937 -14.529 -2.60225 {normal=(0.926827 0.106755 -0.354410)}
Vertex 20748 -0.323007 -13.2879 -2.75151 {normal=(0.303759 -0.942143 -0.129674)}
Vertex 20749 -7.69488 -11.9015 -2.12047 {normal=(-0.859154 0.289409 -0.354402)}
Vertex 20750 -7.44249 -9.96739 -1.63748 {normal=(-0.914718 0.230347 -0.266919)}
Vertex 20751 -1.51517 -14.5461 1.98028 {normal=(0.608984 -0.128097 0.736820)}
Vertex 20752 -4.11281 -8.66464 -5.26734 {normal=(-0.475078 0.225965 -0.820513)}
Vertex 20753 -0.840618 -10.9963 -5.8909 {normal=(0.052937 -0.042207 -0.993428)}
Vertex 20754 -0.822203 -8.86275 -5.91685 {normal=(-0.004496 0.113389 -0.985072)}
Vertex 20755 -4.17234 -10.9143 -5.76174 {normal=(-0.453384 0.193707 -0.846465)}
Vertex 20756 -2.52747 -11.0022 -6.17591 {normal=(-0.090084 0.093690 -0.966617)}
Vertex 20757 -6.16681 -5.08259 -1.55957 {normal=(-0.904213 0.271513 -0.144614)}
Vertex 20758 -6.0375 -4.94082 0.554979 {normal=(-0.909273 0.251998 0.168234)}
Vertex 20759 -6.05912 -12.1872 2.69989 {normal=(-0.411223 0.001129 0.871888)}
Vertex 20760 -2.65182 -12.1968 2.91407 {normal=(0.175921 -0.210086 0.953197)}
Vertex 20761 -3.91147 -5.02357 3.26027 {normal=(-0.291965 0.090127 0.939265)}
Vertex 20762 -0.355227 -11.7968 2.65113 {normal=(0.532502 -0.616094 0.566046)}
Vertex 20763 -0.705595 -5.10048 4.0928 {normal=(-0.041196 -0.023708 0.994323)}
Vertex 20764 -2.64628 -13.2417 -5.85868 {normal=(0.578699 0.071781 -0.810109)}
Vertex 20765 -3.34203 -14.6754 -6.2946 {normal=(0.473870 0.129127 -0.861336)}
Vertex 20766 -4.06307 -12.2266 3.04411 {normal=(-0.055676 -0.120129 0.977435)}
Vertex 20767 -1.52009 -14.6463 -4.58955 {normal=(0.872869 0.085548 -0.469297)}
Vertex 20768 -5.40158 -14.5066 -6.4157 {normal=(-0.429769 0.456513 -0.770487)}
Vertex 20769 -8.08196 -11.9346 0.309053 {normal=(-0.930684 0.179899 0.254800)}
Vertex 20770 -0.181841 -12.505 1.31632 {normal=(0.739675 -0.526428 0.342981)}
Vertex 20771 -2.37238 -5.57927 -4.88344 {normal=(-0.218286 0.306648 -0.917419)}
Vertex 20772 -5.44712 -5.36429 -3.00432 {normal=(-0.697307 0.262883 -0.619701)}
Vertex 20773 -6.1351 -10.1345 2.65233 {normal=(-0.539074 0.061387 0.797116)}
Vertex 20774 -6.22691 -12.2594 -4.55102 {normal=(-0.663313 0.318882 -0.644944)}
Vertex 20775 -5.86587 -7.64762 2.36795 {normal=(-0.646448 0.184345 0.697510)}
Vertex 20776 -6.17176 -10.3047 -3.87747 {normal=(-0.725520 0.226760 -0.613078)}
Vertex 20777 -4.4494 -12.8045 -6.07542 {normal=(-0.451580 0.301062 -0.827229)}
Vertex 20778 -0.816748 -12.425 -5.1741 {normal=(0.315040 -0.623607 -0.715195)}
Vertex 20779 -6.06096 -8.16613 -3.36699 {normal=(-0.732105 0.237186 -0.594462)}
Vertex 20780 -2.48722 -8.75762 -5.85545 {normal=(-0.149097 0.185742 -0.954687)}
Vertex 20781 -0.794903 -5.58122 -5.10297 {normal=(-0.051921 0.291986 -0.950830)}
Vertex 20782 -3.75427 -5.58843 -4.37798 {normal=(-0.479117 0.305030 -0.804776)}
Vertex 20783 -6.89989 -7.77356 -1.58695 {normal=(-0.915680 0.254292 -0.202327)}
Vertex 20784 -6.74243 -7.6317 1.01953 {normal=(-0.876227 0.261956 0.304073)}
Vertex 20785 -5.36664 -4.93931 1.96253 {normal=(-0.697650 0.215926 0.634330)}
Vertex 20786 -0.069102 -13.0861 -0.599957 {normal=(0.903551 -0.389094 0.146352)}
Vertex 20787 -0.44204 -10.5503 3.36694 {normal=(-0.068525 -0.330234 0.935313)}
Vertex 20788 -4.19681 -7.79225 3.42999 {normal=(-0.255738 0.043231 0.947968)}
Vertex 20789 -2.25913 -7.9509 3.86969 {normal=(-0.123147 -0.100949 0.953971)}
Vertex 20790 -0.561759 -8.08463 3.93642 {normal=(-0.091532 -0.159836 0.973460)}
Vertex 20791 -2.28753 -5.06102 3.91179 {normal=(-0.295895 0.024020 0.930285)}
Vertex 20792 -0.297577 -14.4094 -0.262428 {normal=(0.917993 -0.229725 0.264689)}
Vertex 20793 -2.21159 -13.8449 2.51853 {normal=(0.326435 -0.107702 0.930731)}
Vertex 20794 -4.16043 -14.3906 2.88674 {normal=(0.067305 -0.079357 0.971518)}
Vertex 20795 -6.35812 -14.4111 2.63195 {normal=(-0.365293 0.030722 0.889773)}
Vertex 20796 -7.94164 -14.3253 1.45852 {normal=(-0.740798 0.142945 0.615561)}
Vertex 20797 -8.33159 -14.1502 -2.8976 {normal=(-0.811135 0.420336 -0.387908)}
Vertex 20798 -6.95521 -14.2715 -5.26172 {normal=(-0.581945 0.473163 -0.645056)}
Vertex 20799 -5.51901 3.89818 3.74212 {normal=(-0.484930 -0.155452 0.827859)}
Vertex 20800 -4.08585 3.9483 4.44551 {normal=(-0.425743 -0.008079 0.874106)}
Vertex 20801 -0.74856 3.96786 -5.49142 {normal=(-0.096136 0.045078 -0.989579)}
Vertex 20802 -2.49761 3.96688 -5.07415 {normal=(-0.282080 0.066674 -0.952365)}
Vertex 20803 4.37632 6.847 -5.11241 {normal=(0.289173 -0.245966 -0.890391)}
Vertex 20804 6.25124 9.01903 -3.91517 {normal=(0.935036 -0.152176 -0.320236)}
Vertex 20805 6.79349 8.38057 -2.02858 {normal=(0.935031 -0.152176 -0.320251)}
Vertex 20806 7.50043 9.38598 -0.442105 {normal=(0.935057 -0.152139 -0.320192)}
Vertex 20807 7.84744 11.282 -0.329666 {normal=(0.935048 -0.152160 -0.320209)}
Vertex 20808 7.65733 12.6321 -1.52635 {normal=(0.935042 -0.152171 -0.320221)}
Vertex 20809 3.62423 11.607 -5.47595 {normal=(0.085820 0.263948 -0.952447)}
Vertex 20810 -4.85029 6.6578 -4.79937 {normal=(-0.289663 -0.352579 -0.838982)}
Vertex 20811 -7.86773 10.3721 0.161975 {normal=(-0.935040 -0.152167 -0.320226)}
Vertex 20812 -7.30092 8.76034 -0.72736 {normal=(-0.935040 -0.152154 -0.320234)}
Vertex 20813 -6.58763 8.55035 -2.71019 {normal=(-0.935041 -0.152168 -0.320224)}
Vertex 20814 -6.33851 9.87753 -4.06829 {normal=(-0.935040 -0.152171 -0.320223)}
Vertex 20815 -6.74302 11.863 -3.83064 {normal=(-0.935041 -0.152177 -0.320220)}
Vertex 20816 -4.01938 12.0707 -5.29074 {normal=(-0.131978 0.294506 -0.937047)}
Vertex 20817 2.54773 4.62678 -5.10205 {normal=(0.260210 -0.543213 -0.772668)}
Vertex 20818 0.722052 4.63396 -5.57799 {normal=(0.086559 -0.554910 -0.795802)}
Vertex 20819 4.08831 4.56161 4.57036 {normal=(0.143888 -0.685355 0.692353)}
Vertex 20820 5.50029 4.5073 3.97376 {normal=(0.325741 -0.758613 0.526947)}
Vertex 20821 8.12115 12.359 -0.332699 {normal=(0.174440 -0.772727 -0.594417)}
Vertex 20822 8.27346 11.4814 0.529121 {normal=(0.146838 -0.523384 -0.814646)}
Vertex 20823 8.22128 10.1416 1.01347 {normal=(0.161559 -0.144800 -0.952975)}
Vertex 20824 7.94717 8.72546 0.886046 {normal=(0.225960 0.224721 -0.931668)}
Vertex 20825 7.56979 7.63165 0.303495 {normal=(0.330731 0.515148 -0.769654)}
Vertex 20826 7.07105 6.86933 -0.790556 {normal=(0.465609 0.714474 -0.480194)}
Vertex 20827 6.5109 6.68278 -2.33718 {normal=(0.612769 0.752865 -0.097361)}
Vertex 20828 6.11926 7.20265 -3.72781 {normal=(0.720926 0.612666 0.261152)}
Vertex 20829 5.96802 8.1641 -4.62632 {normal=(0.766425 0.355215 0.505875)}
Vertex 20830 6.00477 9.37917 -5.09641 {normal=(0.755765 0.027547 0.628199)}
Vertex 20831 6.26356 10.7965 -5.01429 {normal=(0.683474 -0.351039 0.603282)}
Vertex 20832 6.78986 12.1979 -4.14348 {normal=(0.548693 -0.701163 0.392056)}
Vertex 20833 7.38593 12.9648 -2.76739 {normal=(0.387120 -0.894367 0.034317)}
Vertex 20834 7.83504 12.8844 -1.41781 {normal=(0.252726 -0.894565 -0.325830)}
Vertex 20835 8.26313 12.4501 -0.298646 {normal=(0.869609 -0.286028 -0.401557)}
Vertex 20836 8.42194 11.535 0.599965 {normal=(0.864282 -0.236702 -0.442133)}
Vertex 20837 8.36754 10.138 1.105 {normal=(0.867122 -0.163324 -0.468807)}
Vertex 20838 8.08173 8.66138 0.972128 {normal=(0.879375 -0.093106 -0.465740)}
Vertex 20839 7.69186 7.52725 0.372295 {normal=(0.899417 -0.037505 -0.434084)}
Vertex 20840 7.17183 6.73239 -0.76846 {normal=(0.924704 -0.000258 -0.378688)}
Vertex 20841 6.58414 6.5315 -2.3887 {normal=(0.951207 0.004685 -0.305726)}
Vertex 20842 6.17578 7.07356 -3.83869 {normal=(0.970122 -0.023185 -0.238896)}
Vertex 20843 6.01808 8.07606 -4.77556 {normal=(0.977841 -0.071174 -0.194258)}
Vertex 20844 6.05641 9.34299 -5.26573 {normal=(0.975727 -0.131338 -0.172001)}
Vertex 20845 6.32624 10.8208 -5.18009 {normal=(0.962809 -0.201041 -0.176166)}
Vertex 20846 6.87501 12.2821 -4.27211 {normal=(0.938719 -0.266600 -0.214233)}
Vertex 20847 7.49652 13.0817 -2.83727 {normal=(0.909347 -0.304425 -0.280476)}
Vertex 20848 7.96481 12.9979 -1.43008 {normal=(0.884424 -0.307622 -0.349383)}
Vertex 20849 8.28011 12.5806 -0.207995 {normal=(0.921602 0.365184 0.054228)}
Vertex 20850 8.44651 11.6217 0.733546 {normal=(0.947572 0.190420 0.201766)}
Vertex 20851 8.3895 10.1579 1.2627 {normal=(0.937792 -0.071789 0.297483)}
Vertex 20852 8.09004 8.61082 1.12349 {normal=(0.891198 -0.323842 0.285262)}
Vertex 20853 7.68562 7.42964 0.503489 {normal=(0.820935 -0.524468 0.171505)}
Vertex 20854 7.14074 6.5968 -0.691762 {normal=(0.732291 -0.662041 -0.027698)}
Vertex 20855 6.52091 6.37919 -2.39789 {normal=(0.644690 -0.686001 -0.292334)}
Vertex 20856 6.09304 6.94714 -3.91715 {normal=(0.582254 -0.588773 -0.540210)}
Vertex 20857 5.92781 7.99754 -4.89878 {normal=(0.556721 -0.413841 -0.706797)}
Vertex 20858 5.96797 9.325 -5.41236 {normal=(0.564809 -0.192361 -0.789471)}
Vertex 20859 6.25069 10.8734 -5.32264 {normal=(0.610079 0.064973 -0.772653)}
Vertex 20860 6.82567 12.4045 -4.37128 {normal=(0.693502 0.304188 -0.629712)}
Vertex 20861 7.47688 13.2423 -2.8679 {normal=(0.794298 0.439018 -0.383924)}
Vertex 20862 7.96754 13.1546 -1.39348 {normal=(0.874491 0.445484 -0.132430)}
Vertex 20863 8.19843 12.7179 -0.090175 {normal=(0.868833 0.459085 0.133882)}
Vertex 20864 8.37189 11.7183 0.89135 {normal=(0.900137 0.255844 0.307049)}
Vertex 20865 8.31247 10.1924 1.44298 {normal=(0.888783 -0.049416 0.418353)}
Vertex 20866 8.00029 8.57959 1.29785 {normal=(0.833619 -0.345166 0.403343)}
Vertex 20867 7.5823 7.35459 0.659071 {normal=(0.753686 -0.576715 0.274619)}
Vertex 20868 7.01429 6.48639 -0.58694 {normal=(0.650027 -0.737499 0.040598)}
Vertex 20869 6.36452 6.25319 -2.37306 {normal=(0.545081 -0.769446 -0.275491)}
Vertex 20870 5.91849 6.84527 -3.95685 {normal=(0.472017 -0.656160 -0.565788)}
Vertex 20871 5.74624 7.94026 -4.98016 {normal=(0.442394 -0.451777 -0.759929)}
Vertex 20872 5.7881 9.32409 -5.51555 {normal=(0.451817 -0.192961 -0.856880)}
Vertex 20873 6.08283 10.9383 -5.42202 {normal=(0.504573 0.107485 -0.837684)}
Vertex 20874 6.68223 12.5344 -4.43026 {normal=(0.602779 0.389255 -0.668904)}
Vertex 20875 7.36109 13.4078 -2.86303 {normal=(0.720705 0.548427 -0.380905)}
Vertex 20876 7.87258 13.3163 -1.326 {normal=(0.813659 0.554332 -0.086573)}
Vertex 20877 8.0781 12.8008 -0.003111 {normal=(0.297541 0.782787 0.521824)}
Vertex 20878 8.25517 11.7804 0.998822 {normal=(0.303239 0.510280 0.773148)}
Vertex 20879 8.19452 10.2228 1.56192 {normal=(0.332590 0.118153 0.908308)}
Vertex 20880 7.87585 8.57644 1.41377 {normal=(0.403229 -0.266406 0.825817)}
Vertex 20881 7.45094 7.32908 0.765407 {normal=(0.423905 -0.579625 0.573402)}
Vertex 20882 6.87112 6.44283 -0.506511 {normal=(0.342540 -0.786581 0.214870)}
Vertex 20883 6.20607 6.20168 -2.33346 {normal=(0.188455 -0.842318 -0.197295)}
Vertex 20884 5.75076 6.80607 -3.95017 {normal=(0.029364 -0.732259 -0.556976)}
Vertex 20885 5.57493 7.92383 -4.99477 {normal=(-0.110371 -0.469908 -0.813079)}
Vertex 20886 5.61766 9.33642 -5.54129 {normal=(-0.188363 -0.110802 -0.944183)}
Vertex 20887 5.91852 10.9841 -5.44581 {normal=(-0.137644 0.301248 -0.906561)}
Vertex 20888 6.53039 12.6135 -4.43343 {normal=(0.007394 0.692894 -0.659694)}
Vertex 20889 7.22336 13.505 -2.83362 {normal=(0.169391 0.916786 -0.234205)}
Vertex 20890 7.74548 13.4116 -1.26463 {normal=(0.266465 0.919997 0.199411)}
Vertex 20891 3.21665 13.1333 -4.43553 {normal=(-0.467890 0.839767 0.187912)}
Vertex 20892 3.30668 13.1964 -4.67433 {normal=(-0.360227 0.910883 -0.024730)}
Vertex 20893 3.45151 13.1059 -4.91333 {normal=(-0.020645 0.674163 -0.736905)}
Vertex 20894 3.53053 12.912 -5.03854 {normal=(0.169128 0.298631 -0.931525)}
Vertex 20895 4.96965 13.6666 0.76161 {normal=(-0.876225 0.461386 0.134593)}
Vertex 20896 5.29362 14.5626 -0.742512 {normal=(-0.817139 0.543108 0.092109)}
Vertex 20897 4.92208 14.5653 -2.73627 {normal=(-0.730993 0.634812 0.113375)}
Vertex 20898 3.89373 13.6983 -4.07132 {normal=(-0.640357 0.716922 0.176945)}
Vertex 20899 1.53299 13.0508 -4.48587 {normal=(-0.004271 0.709624 0.704554)}
Vertex 20900 0.629443 6.80548 4.69403 {normal=(0.001681 0.986648 -0.162849)}
Vertex 20901 1.651 7.33403 4.72185 {normal=(-0.813134 0.580921 0.032895)}
Vertex 20902 2.74455 9.00838 4.04523 {normal=(-0.825537 0.562650 0.009330)}
Vertex 20903 3.94162 11.0591 2.70364 {normal=(-0.870069 0.485017 0.043648)}
Vertex 20904 4.58249 12.5397 1.753 {normal=(-0.883079 0.447814 0.135738)}
Vertex 20905 4.24633 10.9566 2.95752 {normal=(0.569976 0.257117 0.772520)}
Vertex 20906 3.01284 8.87713 4.32362 {normal=(0.436944 0.291419 0.849132)}
Vertex 20907 5.49912 14.7024 -0.716162 {normal=(0.278899 0.828890 0.473777)}
Vertex 20908 5.16352 13.768 0.843783 {normal=(0.209095 0.706382 0.662053)}
Vertex 20909 4.75683 12.6208 1.87827 {normal=(0.041367 0.618839 0.776947)}
Vertex 20910 4.08496 11.1236 2.92791 {normal=(-0.151564 0.610512 0.771744)}
Vertex 20911 2.87271 9.04589 4.24104 {normal=(-0.373286 0.589881 0.700619)}
Vertex 20912 1.72081 7.31496 4.95904 {normal=(-0.586812 0.516201 0.615007)}
Vertex 20913 0.65772 6.77809 4.93002 {normal=(0.002877 0.863204 0.504838)}
Vertex 20914 5.34188 13.6007 0.787795 {normal=(0.791698 0.324977 0.507933)}
Vertex 20915 4.92951 12.4531 1.86316 {normal=(0.719965 0.247342 0.641400)}
Vertex 20916 1.83771 7.13993 5.07084 {normal=(-0.126620 0.104461 0.985220)}
Vertex 20917 0.711248 6.59895 5.04217 {normal=(-0.042836 0.157514 0.985287)}
Vertex 20918 1.56846 13.151 -4.72689 {normal=(-0.103668 0.985826 -0.045769)}
Vertex 20919 4.01862 13.8087 -4.24487 {normal=(-0.525208 0.833078 -0.090303)}
Vertex 20920 5.0975 14.7309 -2.79599 {normal=(-0.480468 0.837411 -0.130632)}
Vertex 20921 5.79509 14.3737 -0.852589 {normal=(0.975280 -0.173777 0.126638)}
Vertex 20922 5.46252 14.451 -2.91393 {normal=(0.692064 0.402182 -0.510672)}
Vertex 20923 4.41376 13.5607 -4.49854 {normal=(0.436621 0.336852 -0.800876)}
Vertex 20924 1.58035 12.7894 -5.13085 {normal=(0.037389 0.287060 -0.955778)}
Vertex 20925 5.39297 13.3937 0.654191 {normal=(0.964635 -0.248293 0.079966)}
Vertex 20926 5.70541 14.5699 -0.781287 {normal=(0.779654 0.472494 0.401379)}
Vertex 20927 5.30519 14.6406 -2.90241 {normal=(0.335980 0.740428 -0.563501)}
Vertex 20928 4.22522 13.7351 -4.43946 {normal=(0.106837 0.676556 -0.714781)}
Vertex 20929 1.59839 13.0299 -4.97417 {normal=(-0.011239 0.719138 -0.694484)}
Vertex 20930 0.771698 6.39654 5.00218 {normal=(-0.001051 -0.648680 0.761060)}
Vertex 20931 1.95249 6.93881 5.03138 {normal=(0.579954 -0.354274 0.719902)}
Vertex 20932 3.10245 8.67156 4.26944 {normal=(0.787798 -0.282791 0.518533)}
Vertex 20933 4.31794 10.7482 2.86928 {normal=(0.915677 -0.264411 0.282238)}
Vertex 20934 4.99309 12.2458 1.74827 {normal=(0.951229 -0.277596 0.119319)}
Vertex 20935 7.4038 12.9112 0.185411 {normal=(0.289001 0.733858 0.584198)}
Vertex 20936 7.22417 13.6278 -1.17828 {normal=(0.363916 0.873314 0.207722)}
Vertex 20937 6.74524 13.71 -2.87283 {normal=(0.336108 0.844088 -0.291284)}
Vertex 20938 5.94083 12.7878 -4.49456 {normal=(0.187449 0.612232 -0.720532)}
Vertex 20939 5.18464 11.157 -5.4725 {normal=(0.055225 0.274609 -0.937031)}
Vertex 20940 5.22279 12.1145 1.58846 {normal=(0.341188 0.521739 0.779032)}
Vertex 20941 6.27612 14.0592 -0.997141 {normal=(0.465733 0.784231 0.201315)}
Vertex 20942 0.839028 6.71511 -5.9162 {normal=(0.072248 -0.075391 -0.990457)}
Vertex 20943 2.66939 6.71095 -5.61094 {normal=(0.214179 -0.145327 -0.959703)}
Vertex 20944 5.41093 6.09846 -3.87111 {normal=(0.538711 -0.475663 -0.617661)}
Vertex 20945 6.05962 5.79603 -2.33854 {normal=(0.719197 -0.466314 -0.370462)}
Vertex 20946 3.9688 5.04581 -4.67403 {normal=(0.443747 -0.343180 -0.813949)}
Vertex 20947 4.72168 9.27476 -5.66313 {normal=(0.059095 -0.062806 -0.975644)}
Vertex 20948 4.37759 8.57649 3.95847 {normal=(0.250175 0.416158 0.865739)}
Vertex 20949 4.8003 10.6262 2.62326 {normal=(0.326210 0.475819 0.815589)}
Vertex 20950 7.13525 5.98334 1.45257 {normal=(0.902946 -0.315004 0.103350)}
Vertex 20951 6.92115 5.77422 3.3119 {normal=(0.828022 -0.196105 0.422876)}
Vertex 20952 5.83736 5.70275 4.42338 {normal=(0.508227 -0.138355 0.799985)}
Vertex 20953 4.13518 5.73702 4.97745 {normal=(0.176258 -0.073959 0.960551)}
Vertex 20954 2.38518 5.81303 5.02873 {normal=(-0.007717 -0.029595 0.995882)}
Vertex 20955 0.788 5.91017 4.9384 {normal=(-0.025601 -0.003600 0.999109)}
Vertex 20956 7.37637 7.11973 1.70231 {normal=(0.830694 -0.269711 0.365185)}
Vertex 20957 7.04093 6.82116 3.24763 {normal=(0.815027 0.043261 0.496947)}
Vertex 20958 5.93029 6.76374 4.27176 {normal=(0.501801 0.172393 0.807134)}
Vertex 20959 4.20938 6.79725 4.86114 {normal=(0.195928 0.204572 0.938452)}
Vertex 20960 2.63333 6.83434 5.01252 {normal=(0.011336 0.159125 0.975731)}
Vertex 20961 6.37817 4.59025 -0.897268 {normal=(0.847277 -0.442735 -0.246447)}
Vertex 20962 6.32226 10.7879 -4.54838 {normal=(0.935039 -0.152172 -0.320227)}
Vertex 20963 0.73303 4.86332 4.86883 {normal=(-0.015007 -0.444851 0.880265)}
Vertex 20964 5.67993 4.91049 4.22526 {normal=(0.453553 -0.489856 0.677642)}
Vertex 20965 5.84604 8.54717 3.43808 {normal=(0.443501 0.388515 0.789493)}
Vertex 20966 5.75367 10.5522 2.26985 {normal=(0.377502 0.458063 0.801633)}
Vertex 20967 7.5067 8.54766 1.86445 {normal=(0.649168 -0.019215 0.673511)}
Vertex 20968 6.54111 5.04425 -0.772035 {normal=(0.917901 -0.264396 -0.266651)}
Vertex 20969 6.71182 4.96109 3.08012 {normal=(0.750203 -0.481185 0.321567)}
Vertex 20970 4.10087 4.95773 4.81769 {normal=(0.166672 -0.401480 0.863351)}
Vertex 20971 5.83455 5.04448 -2.50961 {normal=(0.836827 -0.281797 -0.439043)}
Vertex 20972 4.34432 4.6092 -4.1527 {normal=(0.491910 -0.554505 -0.641536)}
Vertex 20973 5.60664 4.58174 -2.68033 {normal=(0.753170 -0.438594 -0.465868)}
Vertex 20974 2.60231 5.05218 -5.21437 {normal=(0.268685 -0.287575 -0.907584)}
Vertex 20975 4.94501 13.2176 -4.53188 {normal=(0.321464 0.494828 -0.776376)}
Vertex 20976 7.54523 10.2882 1.6668 {normal=(0.375665 0.238382 0.871145)}
Vertex 20977 7.51834 11.8021 1.12171 {normal=(0.250885 0.495266 0.813269)}
Vertex 20978 6.88792 5.0314 1.18969 {normal=(0.901948 -0.373050 -0.043115)}
Vertex 20979 6.50125 4.55792 2.82016 {normal=(0.599499 -0.744600 0.188102)}
Vertex 20980 2.49205 4.71789 4.84412 {normal=(0.007259 -0.565759 0.801103)}
Vertex 20981 0.76511 5.24137 4.94453 {normal=(-0.019009 -0.157488 0.976079)}
Vertex 20982 2.39768 5.09749 4.98174 {normal=(0.007149 -0.259968 0.943592)}
Vertex 20983 6.86178 8.51768 2.72489 {normal=(0.653575 0.258894 0.656644)}
Vertex 20984 6.66865 4.61394 0.935092 {normal=(0.786322 -0.588644 -0.071695)}
Vertex 20985 6.17306 13.1416 0.442948 {normal=(0.301529 0.681935 0.644031)}
Vertex 20986 6.58776 10.4284 1.92322 {normal=(0.410371 0.381389 0.815870)}
Vertex 20987 6.72468 5.91685 -0.556203 {normal=(0.822811 -0.427511 -0.106673)}
Vertex 20988 4.81001 5.04426 -3.98097 {normal=(0.652158 -0.355099 -0.640602)}
Vertex 20989 2.98038 9.39655 -5.863 {normal=(0.115491 0.029415 -0.978983)}
Vertex 20990 5.91343 14.1283 -2.91224 {normal=(0.510287 0.689286 -0.388738)}
Vertex 20991 1.36799 11.8988 -5.43976 {normal=(0.018018 0.270009 -0.961747)}
Vertex 20992 0.762365 5.05616 -5.66807 {normal=(0.093386 -0.246258 -0.949381)}
Vertex 20993 1.03667 9.59328 -5.94484 {normal=(0.033892 0.095979 -0.984243)}
Vertex 20994 -2.54773 4.62678 -5.10205 {normal=(-0.260211 -0.543213 -0.772668)}
Vertex 20995 -0.722052 4.63396 -5.57799 {normal=(-0.086559 -0.554910 -0.795802)}
Vertex 20996 -4.08831 4.56161 4.57036 {normal=(-0.143888 -0.685356 0.692353)}
Vertex 20997 -5.50028 4.5073 3.97376 {normal=(-0.325741 -0.758613 0.526947)}
Vertex 20998 -8.12115 12.359 -0.332699 {normal=(-0.174440 -0.772727 -0.594417)}
Vertex 20999 -8.27346 11.4814 0.529121 {normal=(-0.146838 -0.523384 -0.814646)}
Vertex 21000 -8.22128 10.1416 1.01347 {normal=(-0.161559 -0.144800 -0.952975)}
Vertex 21001 -7.94717 8.72546 0.886046 {normal=(-0.225960 0.224721 -0.931668)}
Vertex 21002 -7.56979 7.63165 0.303495 {normal=(-0.330732 0.515148 -0.769654)}
Vertex 21003 -7.07105 6.86933 -0.790556 {normal=(-0.465610 0.714474 -0.480194)}
Vertex 21004 -6.51089 6.68278 -2.33718 {normal=(-0.612769 0.752865 -0.097361)}
Vertex 21005 -6.11926 7.20265 -3.72781 {normal=(-0.720926 0.612666 0.261151)}
Vertex 21006 -5.96802 8.1641 -4.62632 {normal=(-0.766425 0.355215 0.505875)}
Vertex 21007 -6.00477 9.37917 -5.09641 {normal=(-0.755765 0.027547 0.628199)}
Vertex 21008 -6.26356 10.7965 -5.01429 {normal=(-0.683474 -0.351039 0.603282)}
Vertex 21009 -6.78986 12.1979 -4.14348 {normal=(-0.548694 -0.701163 0.392055)}
Vertex 21010 -7.38593 12.9648 -2.76739 {normal=(-0.387120 -0.894367 0.034318)}
Vertex 21011 -7.83504 12.8844 -1.41781 {normal=(-0.252726 -0.894565 -0.325830)}
Vertex 21012 -8.26313 12.4501 -0.298646 {normal=(-0.869609 -0.286028 -0.401557)}
Vertex 21013 -8.42195 11.535 0.599965 {normal=(-0.864282 -0.236702 -0.442134)}
Vertex 21014 -8.36754 10.138 1.105 {normal=(-0.867123 -0.163324 -0.468808)}
Vertex 21015 -8.08173 8.66138 0.972128 {normal=(-0.879375 -0.093106 -0.465740)}
Vertex 21016 -7.69186 7.52725 0.372295 {normal=(-0.899417 -0.037505 -0.434084)}
Vertex 21017 -7.17183 6.73239 -0.76846 {normal=(-0.924704 -0.000258 -0.378689)}
Vertex 21018 -6.58413 6.5315 -2.3887 {normal=(-0.951207 0.004685 -0.305726)}
Vertex 21019 -6.17578 7.07356 -3.83869 {normal=(-0.970122 -0.023185 -0.238896)}
Vertex 21020 -6.01808 8.07606 -4.77556 {normal=(-0.977841 -0.071174 -0.194258)}
Vertex 21021 -6.05641 9.34299 -5.26573 {normal=(-0.975727 -0.131338 -0.172001)}
Vertex 21022 -6.32624 10.8208 -5.18009 {normal=(-0.962809 -0.201041 -0.176166)}
Vertex 21023 -6.875 12.2821 -4.27211 {normal=(-0.938719 -0.266600 -0.214233)}
Vertex 21024 -7.49652 13.0817 -2.83727 {normal=(-0.909347 -0.304425 -0.280476)}
Vertex 21025 -7.96481 12.9979 -1.43008 {normal=(-0.884424 -0.307623 -0.349383)}
Vertex 21026 -8.28011 12.5806 -0.207995 {normal=(-0.921602 0.365184 0.054228)}
Vertex 21027 -8.44651 11.6217 0.733546 {normal=(-0.947572 0.190420 0.201766)}
Vertex 21028 -8.3895 10.1579 1.2627 {normal=(-0.937792 -0.071789 0.297483)}
Vertex 21029 -8.09004 8.61082 1.12349 {normal=(-0.891198 -0.323842 0.285262)}
Vertex 21030 -7.68562 7.42964 0.503489 {normal=(-0.820935 -0.524467 0.171505)}
Vertex 21031 -7.14074 6.5968 -0.691762 {normal=(-0.732291 -0.662041 -0.027698)}
Vertex 21032 -6.52091 6.37919 -2.39789 {normal=(-0.644690 -0.686001 -0.292333)}
Vertex 21033 -6.09304 6.94714 -3.91715 {normal=(-0.582254 -0.588773 -0.540210)}
Vertex 21034 -5.92781 7.99753 -4.89878 {normal=(-0.556721 -0.413841 -0.706797)}
Vertex 21035 -5.96797 9.325 -5.41236 {normal=(-0.564809 -0.192361 -0.789470)}
Vertex 21036 -6.25069 10.8734 -5.32264 {normal=(-0.610079 0.064973 -0.772653)}
Vertex 21037 -6.82567 12.4045 -4.37128 {normal=(-0.693502 0.304189 -0.629712)}
Vertex 21038 -7.47688 13.2423 -2.8679 {normal=(-0.794298 0.439018 -0.383924)}
Vertex 21039 -7.96754 13.1546 -1.39348 {normal=(-0.874491 0.445484 -0.132430)}
Vertex 21040 -8.19843 12.7179 -0.090175 {normal=(-0.868832 0.459085 0.133882)}
Vertex 21041 -8.37189 11.7183 0.89135 {normal=(-0.900137 0.255844 0.307049)}
Vertex 21042 -8.31247 10.1924 1.44298 {normal=(-0.888783 -0.049416 0.418353)}
Vertex 21043 -8.00029 8.57959 1.29785 {normal=(-0.833619 -0.345166 0.403343)}
Vertex 21044 -7.5823 7.35459 0.659071 {normal=(-0.753686 -0.576715 0.274619)}
Vertex 21045 -7.01429 6.48639 -0.586941 {normal=(-0.650027 -0.737499 0.040598)}
Vertex 21046 -6.36452 6.25319 -2.37306 {normal=(-0.545081 -0.769446 -0.275491)}
Vertex 21047 -5.91849 6.84527 -3.95685 {normal=(-0.472017 -0.656161 -0.565788)}
Vertex 21048 -5.74624 7.94026 -4.98016 {normal=(-0.442394 -0.451777 -0.759929)}
Vertex 21049 -5.7881 9.32409 -5.51555 {normal=(-0.451817 -0.192961 -0.856880)}
Vertex 21050 -6.08283 10.9383 -5.42202 {normal=(-0.504573 0.107486 -0.837684)}
Vertex 21051 -6.68223 12.5344 -4.43026 {normal=(-0.602779 0.389255 -0.668904)}
Vertex 21052 -7.36109 13.4078 -2.86303 {normal=(-0.720705 0.548427 -0.380905)}
Vertex 21053 -7.87259 13.3163 -1.326 {normal=(-0.813659 0.554332 -0.086573)}
Vertex 21054 -8.0781 12.8008 -0.003111 {normal=(-0.297541 0.782787 0.521824)}
Vertex 21055 -8.25517 11.7805 0.998822 {normal=(-0.303238 0.510281 0.773148)}
Vertex 21056 -8.19451 10.2228 1.56192 {normal=(-0.332589 0.118153 0.908308)}
Vertex 21057 -7.87585 8.57644 1.41377 {normal=(-0.403229 -0.266406 0.825817)}
Vertex 21058 -7.45093 7.32909 0.765407 {normal=(-0.423905 -0.579625 0.573402)}
Vertex 21059 -6.87111 6.44283 -0.506511 {normal=(-0.342540 -0.786581 0.214870)}
Vertex 21060 -6.20607 6.20168 -2.33347 {normal=(-0.188455 -0.842318 -0.197295)}
Vertex 21061 -5.75076 6.80607 -3.95017 {normal=(-0.008056 -0.727701 -0.566589)}
Vertex 21062 -5.57493 7.92383 -4.99477 {normal=(0.133974 -0.464586 -0.822864)}
Vertex 21063 -5.61766 9.33642 -5.54129 {normal=(0.190659 -0.110039 -0.944355)}
Vertex 21064 -5.91852 10.9841 -5.44581 {normal=(0.137644 0.301248 -0.906561)}
Vertex 21065 -6.53039 12.6135 -4.43343 {normal=(-0.007394 0.692894 -0.659694)}
Vertex 21066 -7.22336 13.505 -2.83362 {normal=(-0.169391 0.916786 -0.234205)}
Vertex 21067 -7.74549 13.4116 -1.26463 {normal=(-0.266465 0.919997 0.199411)}
Vertex 21068 -3.21665 13.1333 -4.43553 {normal=(0.467890 0.839767 0.187912)}
Vertex 21069 -3.30668 13.1964 -4.67433 {normal=(0.360227 0.910883 -0.024730)}
Vertex 21070 -3.45151 13.1059 -4.91333 {normal=(0.020645 0.674163 -0.736905)}
Vertex 21071 -3.53053 12.912 -5.03854 {normal=(-0.166386 0.286383 -0.937047)}
Vertex 21072 -4.96965 13.6666 0.76161 {normal=(0.876225 0.461386 0.134593)}
Vertex 21073 -5.29362 14.5626 -0.742512 {normal=(0.817139 0.543108 0.092109)}
Vertex 21074 -4.92208 14.5653 -2.73627 {normal=(0.730993 0.634812 0.113375)}
Vertex 21075 -3.89373 13.6983 -4.07132 {normal=(0.640357 0.716922 0.176945)}
Vertex 21076 -1.53299 13.0507 -4.48587 {normal=(0.004271 0.709624 0.704554)}
Vertex 21077 -0.629443 6.80548 4.69403 {normal=(-0.001681 0.986648 -0.162849)}
Vertex 21078 -1.651 7.33403 4.72185 {normal=(0.813134 0.580921 0.032895)}
Vertex 21079 -2.74455 9.00838 4.04523 {normal=(0.825537 0.562650 0.009330)}
Vertex 21080 -3.94162 11.0591 2.70364 {normal=(0.870069 0.485017 0.043648)}
Vertex 21081 -4.58249 12.5397 1.753 {normal=(0.883079 0.447814 0.135738)}
Vertex 21082 -4.24633 10.9566 2.95752 {normal=(-0.569976 0.257117 0.772520)}
Vertex 21083 -3.01284 8.87713 4.32362 {normal=(-0.436944 0.291419 0.849131)}
Vertex 21084 -5.49912 14.7024 -0.716162 {normal=(-0.278900 0.828889 0.473777)}
Vertex 21085 -5.16352 13.768 0.843783 {normal=(-0.209095 0.706382 0.662053)}
Vertex 21086 -4.75683 12.6209 1.87827 {normal=(-0.041367 0.618839 0.776947)}
Vertex 21087 -4.08496 11.1236 2.92791 {normal=(0.151564 0.610512 0.771744)}
Vertex 21088 -2.87271 9.04589 4.24104 {normal=(0.373285 0.589881 0.700619)}
Vertex 21089 -1.72081 7.31496 4.95904 {normal=(0.586812 0.516201 0.615007)}
Vertex 21090 -0.65772 6.77809 4.93002 {normal=(-0.002877 0.863205 0.504838)}
Vertex 21091 -5.34188 13.6007 0.787795 {normal=(-0.791698 0.324977 0.507933)}
Vertex 21092 -4.92951 12.4531 1.86316 {normal=(-0.719965 0.247342 0.641400)}
Vertex 21093 -1.83771 7.13993 5.07084 {normal=(0.126620 0.104461 0.985220)}
Vertex 21094 -0.711248 6.59895 5.04217 {normal=(0.042836 0.157514 0.985287)}
Vertex 21095 -1.56846 13.151 -4.72689 {normal=(0.103668 0.985826 -0.045769)}
Vertex 21096 -4.01862 13.8087 -4.24487 {normal=(0.525208 0.833078 -0.090303)}
Vertex 21097 -5.0975 14.7309 -2.79599 {normal=(0.480468 0.837411 -0.130632)}
Vertex 21098 -5.79509 14.3737 -0.852589 {normal=(-0.975280 -0.173777 0.126638)}
Vertex 21099 -5.46252 14.451 -2.91393 {normal=(-0.692063 0.402182 -0.510673)}
Vertex 21100 -4.41376 13.5607 -4.49854 {normal=(-0.434305 0.326538 -0.805774)}
Vertex 21101 -1.58035 12.7894 -5.13085 {normal=(-0.036963 0.285127 -0.956403)}
Vertex 21102 -5.39297 13.3937 0.654191 {normal=(-0.964635 -0.248293 0.079966)}
Vertex 21103 -5.70541 14.5699 -0.781287 {normal=(-0.779654 0.472494 0.401380)}
Vertex 21104 -5.30519 14.6406 -2.90241 {normal=(-0.335980 0.740428 -0.563501)}
Vertex 21105 -4.22522 13.7351 -4.43946 {normal=(-0.106837 0.676556 -0.714781)}
Vertex 21106 -1.59839 13.0299 -4.97417 {normal=(0.011239 0.719138 -0.694484)}
Vertex 21107 -0.771698 6.39654 5.00218 {normal=(0.001051 -0.648680 0.761060)}
Vertex 21108 -1.95248 6.93881 5.03138 {normal=(-0.579954 -0.354274 0.719902)}
Vertex 21109 -3.10245 8.67156 4.26944 {normal=(-0.787797 -0.282791 0.518533)}
Vertex 21110 -4.31794 10.7482 2.86928 {normal=(-0.915677 -0.264411 0.282238)}
Vertex 21111 -4.99309 12.2458 1.74827 {normal=(-0.951229 -0.277596 0.119319)}
Vertex 21112 -7.40381 12.9112 0.185411 {normal=(-0.289001 0.733858 0.584198)}
Vertex 21113 -7.22417 13.6278 -1.17828 {normal=(-0.363916 0.873314 0.207722)}
Vertex 21114 -6.74524 13.71 -2.87283 {normal=(-0.336108 0.844088 -0.291284)}
Vertex 21115 -5.94083 12.7878 -4.49456 {normal=(-0.186006 0.611262 -0.721236)}
Vertex 21116 -5.18464 11.157 -5.47249 {normal=(-0.054141 0.274838 -0.937553)}
Vertex 21117 -5.22279 12.1146 1.58846 {normal=(-0.341188 0.521739 0.779032)}
Vertex 21118 -6.27612 14.0592 -0.997141 {normal=(-0.465733 0.784232 0.201315)}
Vertex 21119 -0.839028 6.71511 -5.9162 {normal=(-0.072248 -0.075391 -0.990457)}
Vertex 21120 -2.66939 6.71095 -5.61095 {normal=(-0.217588 -0.145063 -0.957749)}
Vertex 21121 -5.41093 6.09846 -3.87111 {normal=(-0.524069 -0.472391 -0.620932)}
Vertex 21122 -6.05962 5.79603 -2.33854 {normal=(-0.719197 -0.466314 -0.370462)}
Vertex 21123 -3.9688 5.04581 -4.67403 {normal=(-0.456970 -0.345744 -0.804692)}
Vertex 21124 -4.72168 9.27476 -5.66313 {normal=(-0.054010 -0.059301 -0.976594)}
Vertex 21125 -4.37759 8.57649 3.95847 {normal=(-0.250175 0.416158 0.865739)}
Vertex 21126 -4.8003 10.6262 2.62326 {normal=(-0.326210 0.475819 0.815589)}
Vertex 21127 -7.13525 5.98334 1.45257 {normal=(-0.902946 -0.315004 0.103350)}
Vertex 21128 -6.92115 5.77421 3.3119 {normal=(-0.828022 -0.196105 0.422876)}
Vertex 21129 -5.83736 5.70275 4.42338 {normal=(-0.508227 -0.138355 0.799985)}
Vertex 21130 -4.13518 5.73701 4.97745 {normal=(-0.176258 -0.073959 0.960551)}
Vertex 21131 -2.38518 5.81302 5.02873 {normal=(0.007717 -0.029595 0.995882)}
Vertex 21132 -0.788 5.91017 4.9384 {normal=(0.025601 -0.003600 0.999109)}
Vertex 21133 -7.37637 7.11973 1.70231 {normal=(-0.830694 -0.269711 0.365185)}
Vertex 21134 -7.04094 6.82116 3.24763 {normal=(-0.815027 0.043261 0.496947)}
Vertex 21135 -5.93029 6.76374 4.27176 {normal=(-0.501801 0.172393 0.807134)}
Vertex 21136 -4.20938 6.79725 4.86114 {normal=(-0.195928 0.204572 0.938452)}
Vertex 21137 -2.63333 6.83434 5.01252 {normal=(-0.011336 0.159125 0.975731)}
Vertex 21138 -6.37817 4.59025 -0.897268 {normal=(-0.847277 -0.442735 -0.246447)}
Vertex 21139 -7.95336 12.1606 -0.437895 {normal=(-0.935042 -0.152170 -0.320219)}
Vertex 21140 -0.73303 4.86332 4.86883 {normal=(0.015007 -0.444851 0.880265)}
Vertex 21141 -5.67993 4.91049 4.22526 {normal=(-0.453553 -0.489856 0.677642)}
Vertex 21142 -5.84604 8.54717 3.43808 {normal=(-0.443501 0.388515 0.789493)}
Vertex 21143 -5.75367 10.5522 2.26985 {normal=(-0.377502 0.458062 0.801633)}
Vertex 21144 -7.50671 8.54766 1.86445 {normal=(-0.649168 -0.019215 0.673511)}
Vertex 21145 -6.54112 5.04425 -0.772035 {normal=(-0.917901 -0.264396 -0.266651)}
Vertex 21146 -6.71182 4.96109 3.08012 {normal=(-0.750203 -0.481185 0.321567)}
Vertex 21147 -4.10086 4.95773 4.81769 {normal=(-0.166672 -0.401480 0.863351)}
Vertex 21148 -5.83455 5.04448 -2.50961 {normal=(-0.836828 -0.281797 -0.439043)}
Vertex 21149 -4.34432 4.6092 -4.1527 {normal=(-0.491910 -0.554505 -0.641536)}
Vertex 21150 -5.60664 4.58174 -2.68033 {normal=(-0.753169 -0.438594 -0.465868)}
Vertex 21151 -2.60231 5.05218 -5.21437 {normal=(-0.275243 -0.288853 -0.904670)}
Vertex 21152 -4.94501 13.2176 -4.53188 {normal=(-0.317705 0.483544 -0.781978)}
Vertex 21153 -7.54523 10.2882 1.6668 {normal=(-0.375665 0.238382 0.871145)}
Vertex 21154 -7.51834 11.8021 1.12171 {normal=(-0.250886 0.495266 0.813269)}
Vertex 21155 -6.88792 5.0314 1.18969 {normal=(-0.901948 -0.373050 -0.043115)}
Vertex 21156 -6.50125 4.55791 2.82016 {normal=(-0.599499 -0.744600 0.188102)}
Vertex 21157 -2.49205 4.71789 4.84412 {normal=(-0.007259 -0.565759 0.801104)}
Vertex 21158 -0.76511 5.24137 4.94453 {normal=(0.019009 -0.157488 0.976079)}
Vertex 21159 -2.39768 5.09749 4.98174 {normal=(-0.007149 -0.259968 0.943592)}
Vertex 21160 -6.86178 8.51768 2.72489 {normal=(-0.653574 0.258894 0.656644)}
Vertex 21161 -6.66865 4.61394 0.935092 {normal=(-0.786322 -0.588644 -0.071695)}
Vertex 21162 -6.17306 13.1416 0.442948 {normal=(-0.301528 0.681935 0.644031)}
Vertex 21163 -6.58776 10.4284 1.92322 {normal=(-0.410371 0.381389 0.815870)}
Vertex 21164 -6.72468 5.91685 -0.556203 {normal=(-0.822811 -0.427511 -0.106673)}
Vertex 21165 -4.81001 5.04426 -3.98097 {normal=(-0.658824 -0.356384 -0.634259)}
Vertex 21166 -2.98038 9.39655 -5.863 {normal=(-0.114460 0.032886 -0.979521)}
Vertex 21167 -5.91343 14.1284 -2.91224 {normal=(-0.510287 0.689286 -0.388738)}
Vertex 21168 -1.36799 11.8988 -5.43976 {normal=(-0.019351 0.268806 -0.962131)}
Vertex 21169 -0.762365 5.05616 -5.66807 {normal=(-0.093386 -0.246258 -0.949381)}
Vertex 21170 -1.03667 9.59328 -5.94484 {normal=(-0.035651 0.096709 -0.984003)}
Vertex 21171 1.8867 -22.2854 -2.49395 {normal=(-0.062049 0.997722 0.004080)}
Vertex 21172 3.05563 -22.2914 -0.911257 {normal=(-0.030620 0.996843 0.068571)}
Vertex 21173 8.5405 -22.155 -4.22906 {normal=(0.170835 0.983521 -0.008676)}
Vertex 21174 7.65423 -22.1394 -5.97783 {normal=(0.103972 0.985831 -0.122689)}
Vertex 21175 4.73466 -22.3053 -0.281314 {normal=(-0.008108 0.993307 0.111835)}
Vertex 21176 6.80251 -22.3071 -0.55043 {normal=(0.069360 0.986957 0.141648)}
Vertex 21177 7.14353 -25.6278 -5.36159 {normal=(0.688471 -0.163452 -0.668316)}
Vertex 21178 7.77107 -25.6327 -4.11867 {normal=(0.911430 -0.183341 -0.200696)}
Vertex 21179 7.51284 -25.6945 -2.31262 {normal=(0.826204 -0.182276 0.408538)}
Vertex 21180 6.33798 -25.759 -1.07085 {normal=(0.417564 -0.160135 0.846162)}
Vertex 21181 4.64758 -25.7616 -0.863866 {normal=(-0.090417 -0.124220 0.955546)}
Vertex 21182 2.95267 -25.7542 -1.42987 {normal=(-0.583929 -0.078126 0.746405)}
Vertex 21183 2.10936 -25.7502 -2.60856 {normal=(-0.911335 -0.059135 0.239941)}
Vertex 21184 2.20962 -25.7738 -3.95889 {normal=(-0.904820 -0.088145 -0.323497)}
Vertex 21185 3.20616 -25.7871 -5.26425 {normal=(-0.616216 -0.120628 -0.734080)}
Vertex 21186 4.77385 -25.7369 -6.04787 {normal=(-0.152957 -0.131301 -0.942023)}
Vertex 21187 6.17734 -25.6608 -5.95488 {normal=(0.321129 -0.141893 -0.909411)}
Vertex 21188 6.31279 -23.9166 -6.15905 {normal=(0.315108 -0.141441 -0.912593)}
Vertex 21189 4.7461 -23.9993 -6.26007 {normal=(-0.156299 -0.131302 -0.941220)}
Vertex 21190 3.03873 -24.0538 -5.40881 {normal=(-0.633768 -0.119812 -0.709683)}
Vertex 21191 2.0492 -24.0394 -3.99077 {normal=(-0.921823 -0.087836 -0.258531)}
Vertex 21192 2.07351 -24.0137 -2.52387 {normal=(-0.907198 -0.060995 0.289583)}
Vertex 21193 3.00987 -24.0182 -1.24344 {normal=(-0.585800 -0.078716 0.751761)}
Vertex 21194 4.7472 -24.0262 -0.628579 {normal=(-0.098831 -0.123666 0.952955)}
Vertex 21195 6.5163 -24.0233 -0.853429 {normal=(0.414985 -0.159920 0.847923)}
Vertex 21196 7.80358 -23.9533 -2.20239 {normal=(0.824391 -0.182282 0.411203)}
Vertex 21197 8.09183 -23.8861 -4.16434 {normal=(0.908686 -0.183466 -0.203988)}
Vertex 21198 7.39133 -23.8808 -5.51455 {normal=(0.681170 -0.163097 -0.675665)}
Vertex 21199 3.15764 -25.9698 -5.34796 {normal=(-0.229905 0.930044 -0.277021)}
Vertex 21200 4.75525 -25.9223 -6.15337 {normal=(-0.092964 0.924611 -0.357437)}
Vertex 21201 6.19195 -25.8465 -6.04937 {normal=(0.094856 0.920304 -0.365371)}
Vertex 21202 7.21564 -25.8151 -5.42506 {normal=(0.277932 0.914177 -0.273413)}
Vertex 21203 7.85992 -25.8214 -4.12692 {normal=(0.378866 0.912958 -0.065022)}
Vertex 21204 7.58498 -25.8827 -2.2578 {normal=(0.327252 0.915184 0.189856)}
Vertex 21205 6.36384 -25.9448 -0.97699 {normal=(0.160735 0.921433 0.338768)}
Vertex 21206 4.61652 -25.943 -0.764205 {normal=(-0.021613 0.934385 0.344285)}
Vertex 21207 2.86231 -25.9301 -1.36214 {normal=(-0.177443 0.947651 0.243905)}
Vertex 21208 1.99181 -25.9255 -2.60454 {normal=(-0.274566 0.953180 0.059013)}
Vertex 21209 2.10854 -25.9524 -4.00544 {normal=(-0.290151 0.943078 -0.136305)}
Vertex 21210 2.02419 -27.4944 -2.68106 {normal=(0.057308 -0.997699 -0.000922)}
Vertex 21211 2.81061 -27.4993 -1.53065 {normal=(0.034914 -0.996676 -0.065766)}
Vertex 21212 4.52644 -27.5122 -0.976954 {normal=(-0.003524 -0.992814 -0.115415)}
Vertex 21213 6.20255 -27.5148 -1.17364 {normal=(-0.064046 -0.987686 -0.137912)}
Vertex 21214 7.32179 -27.4588 -2.35753 {normal=(-0.133244 -0.985054 -0.092189)}
Vertex 21215 7.56946 -27.4029 -4.08558 {normal=(-0.162454 -0.984558 0.018259)}
Vertex 21216 6.99133 -27.3964 -5.28662 {normal=(-0.113112 -0.985850 0.110790)}
Vertex 21217 6.06939 -27.4244 -5.86468 {normal=(-0.016866 -0.987862 0.145794)}
Vertex 21218 4.78032 -27.4934 -5.96151 {normal=(0.057972 -0.988735 0.134753)}
Vertex 21219 3.30898 -27.5365 -5.21729 {normal=(0.081650 -0.991211 0.102768)}
Vertex 21220 2.25352 -27.5197 -3.97662 {normal=(0.073041 -0.995118 0.060463)}
Vertex 21221 2.08017 -25.6191 -4.01037 {normal=(-0.139836 -0.988933 -0.023966)}
Vertex 21222 2.0015 -25.5934 -2.55942 {normal=(-0.150140 -0.986696 0.046943)}
Vertex 21223 2.87683 -25.599 -1.31253 {normal=(-0.095090 -0.988821 0.105460)}
Vertex 21224 4.62113 -25.6103 -0.727929 {normal=(-0.023114 -0.992186 0.117489)}
Vertex 21225 6.39754 -25.6132 -0.935325 {normal=(0.034193 -0.995930 0.070524)}
Vertex 21226 7.64028 -25.5532 -2.26308 {normal=(0.057872 -0.997985 0.009181)}
Vertex 21227 7.92543 -25.4935 -4.14705 {normal=(0.050339 -0.998289 -0.026191)}
Vertex 21228 7.25926 -25.4845 -5.44433 {normal=(0.055486 -0.996598 -0.056445)}
Vertex 21229 6.20925 -25.5133 -6.09338 {normal=(0.063759 -0.994195 -0.085870)}
Vertex 21230 4.74879 -25.5892 -6.19385 {normal=(0.020612 -0.994204 -0.097722)}
Vertex 21231 3.12859 -25.6375 -5.38064 {normal=(-0.065891 -0.993366 -0.078605)}
Vertex 21232 4.72639 -24.1847 -6.36538 {normal=(-0.095430 0.925683 -0.354386)}
Vertex 21233 6.31891 -24.1017 -6.2586 {normal=(0.096256 0.919367 -0.366311)}
Vertex 21234 7.46007 -24.0689 -5.56826 {normal=(0.284962 0.909010 -0.283017)}
Vertex 21235 8.18557 -24.0771 -4.18407 {normal=(0.393669 0.904755 -0.070606)}
Vertex 21236 7.87591 -24.1424 -2.17384 {normal=(0.350645 0.904195 0.196278)}
Vertex 21237 6.5418 -24.2091 -0.75945 {normal=(0.171929 0.913767 0.349558)}
Vertex 21238 4.70166 -24.2074 -0.537721 {normal=(-0.026672 0.931449 0.350755)}
Vertex 21239 2.92303 -24.1968 -1.16194 {normal=(-0.161365 0.951561 0.243420)}
Vertex 21240 1.9736 -24.208 -2.49128 {normal=(-0.214538 0.969724 0.073157)}
Vertex 21241 1.95166 -24.235 -4.03634 {normal=(-0.231802 0.963503 -0.101721)}
Vertex 21242 2.99335 -24.2374 -5.49742 {normal=(-0.212695 0.938913 -0.258570)}
Vertex 21243 1.94907 -23.8382 -2.48644 {normal=(-0.071642 -0.995824 0.048361)}
Vertex 21244 2.93078 -23.86 -1.13581 {normal=(-0.078397 -0.991039 0.102766)}
Vertex 21245 4.73235 -23.8748 -0.484943 {normal=(-0.028239 -0.991518 0.119869)}
Vertex 21246 6.57554 -23.8775 -0.717803 {normal=(0.037070 -0.995851 0.070537)}
Vertex 21247 7.93041 -23.8111 -2.12564 {normal=(0.068580 -0.997252 0.010065)}
Vertex 21248 8.24059 -23.7447 -4.18162 {normal=(0.063969 -0.997425 -0.028216)}
Vertex 21249 7.50857 -23.7366 -5.60913 {normal=(0.060251 -0.996409 -0.056968)}
Vertex 21250 6.3506 -23.7695 -6.29468 {normal=(0.061667 -0.994516 -0.083603)}
Vertex 21251 4.71986 -23.8515 -6.40728 {normal=(0.017087 -0.994185 -0.098116)}
Vertex 21252 2.95269 -23.9036 -5.51215 {normal=(-0.042446 -0.996107 -0.063674)}
Vertex 21253 1.91022 -23.8682 -4.0236 {normal=(-0.057706 -0.997991 0.000063)}
Vertex 21254 2.79021 -22.3317 -5.70618 {normal=(-0.094966 0.990754 -0.094558)}
Vertex 21255 4.6658 -22.2668 -6.76379 {normal=(-0.063883 0.988613 -0.132041)}
Vertex 21256 6.43782 -22.1751 -6.68009 {normal=(0.014417 0.988002 -0.145249)}
Vertex 21257 8.19015 -22.2334 -2.04544 {normal=(0.132379 0.984944 0.094149)}
Vertex 21258 1.76626 -22.3169 -4.05264 {normal=(-0.085951 0.994768 -0.045924)}
Vertex 21259 6.15695 -26.6706 -6.06915 {normal=(0.318524 -0.142063 -0.908908)}
Vertex 21260 6.28311 -24.8264 -6.29501 {normal=(0.313403 -0.141802 -0.910980)}
Vertex 21261 6.51221 -24.9312 -0.732636 {normal=(0.411879 -0.160023 0.846775)}
Vertex 21262 7.85797 -24.8717 -2.17942 {normal=(0.826824 -0.182390 0.405835)}
Vertex 21263 8.17955 -24.8112 -4.18961 {normal=(0.913918 -0.183229 -0.199242)}
Vertex 21264 7.45191 -24.7991 -5.57453 {normal=(0.689308 -0.163754 -0.665356)}
Vertex 21265 7.70025 -22.9439 -5.85322 {normal=(0.675606 -0.225572 -0.662027)}
Vertex 21266 8.49807 -22.9577 -4.26722 {normal=(0.907846 -0.201566 -0.192437)}
Vertex 21267 8.16249 -23.0298 -2.01646 {normal=(0.821978 -0.179963 0.418341)}
Vertex 21268 6.7 -23.0968 -0.502652 {normal=(0.409835 -0.157921 0.850705)}
Vertex 21269 4.6254 -24.9238 -0.519428 {normal=(-0.104368 -0.123265 0.953667)}
Vertex 21270 2.81858 -24.9097 -1.13781 {normal=(-0.585839 -0.077389 0.752245)}
Vertex 21271 1.88266 -24.9035 -2.48427 {normal=(-0.906601 -0.059969 0.272573)}
Vertex 21272 1.90142 -24.9316 -4.07166 {normal=(-0.910420 -0.089522 -0.293125)}
Vertex 21273 2.9995 -24.9545 -5.54152 {normal=(-0.618018 -0.121023 -0.728826)}
Vertex 21274 4.7152 -24.9058 -6.40525 {normal=(-0.156726 -0.130713 -0.943963)}
Vertex 21275 4.74676 -26.7424 -6.18134 {normal=(-0.152721 -0.130762 -0.944501)}
Vertex 21276 3.17023 -26.7851 -5.37889 {normal=(-0.600904 -0.119775 -0.751382)}
Vertex 21277 2.06596 -26.7635 -4.04035 {normal=(-0.890894 -0.086716 -0.366301)}
Vertex 21278 1.88732 -26.7335 -2.63138 {normal=(-0.916548 -0.057780 0.200062)}
Vertex 21279 2.75107 -26.7396 -1.36244 {normal=(-0.593154 -0.077597 0.733633)}
Vertex 21280 4.54905 -26.7585 -0.750521 {normal=(-0.093514 -0.124008 0.955485)}
Vertex 21281 4.66913 -23.0621 -6.71373 {normal=(-0.169126 -0.219511 -0.922809)}
Vertex 21282 6.42044 -22.9757 -6.60486 {normal=(0.302437 -0.238246 -0.896346)}
Vertex 21283 7.19685 -26.643 -5.43244 {normal=(0.694747 -0.164123 -0.658879)}
Vertex 21284 7.83097 -26.6515 -4.11841 {normal=(0.915793 -0.183427 -0.187356)}
Vertex 21285 7.55047 -26.7095 -2.24334 {normal=(0.824354 -0.182070 0.414708)}
Vertex 21286 6.32446 -26.7656 -0.962656 {normal=(0.414241 -0.159993 0.847791)}
Vertex 21287 4.7539 -23.0892 -0.255331 {normal=(-0.109215 -0.122926 0.950750)}
Vertex 21288 2.87256 -23.0684 -0.960144 {normal=(-0.590996 -0.076271 0.752004)}
Vertex 21289 1.8136 -23.0618 -2.41858 {normal=(-0.904744 -0.059727 0.311086)}
Vertex 21290 1.71477 -23.0966 -4.06851 {normal=(-0.927721 -0.099503 -0.226703)}
Vertex 21291 2.79998 -23.1182 -5.69993 {normal=(-0.645493 -0.166156 -0.687232)}
Vertex 21292 -1.8867 -22.2854 -2.49394 {normal=(0.062049 0.997722 0.004080)}
Vertex 21293 -3.05563 -22.2914 -0.911257 {normal=(0.030620 0.996843 0.068571)}
Vertex 21294 -8.5405 -22.155 -4.22906 {normal=(-0.170835 0.983521 -0.008676)}
Vertex 21295 -7.65423 -22.1394 -5.97783 {normal=(-0.103972 0.985831 -0.122689)}
Vertex 21296 -4.73466 -22.3053 -0.281314 {normal=(0.008108 0.993307 0.111835)}
Vertex 21297 -6.80251 -22.3071 -0.550429 {normal=(-0.069360 0.986957 0.141648)}
Vertex 21298 -7.14353 -25.6278 -5.36159 {normal=(-0.688471 -0.163452 -0.668316)}
Vertex 21299 -7.77107 -25.6327 -4.11867 {normal=(-0.911430 -0.183341 -0.200696)}
Vertex 21300 -7.51284 -25.6945 -2.31262 {normal=(-0.826204 -0.182276 0.408538)}
Vertex 21301 -6.33798 -25.759 -1.07085 {normal=(-0.417564 -0.160135 0.846162)}
Vertex 21302 -4.64758 -25.7616 -0.863865 {normal=(0.090417 -0.124220 0.955546)}
Vertex 21303 -2.95268 -25.7542 -1.42987 {normal=(0.583929 -0.078126 0.746405)}
Vertex 21304 -2.10936 -25.7502 -2.60856 {normal=(0.911335 -0.059135 0.239941)}
Vertex 21305 -2.20962 -25.7738 -3.95889 {normal=(0.904820 -0.088145 -0.323497)}
Vertex 21306 -3.20615 -25.7871 -5.26425 {normal=(0.616216 -0.120628 -0.734080)}
Vertex 21307 -4.77385 -25.7369 -6.04787 {normal=(0.152957 -0.131301 -0.942023)}
Vertex 21308 -6.17734 -25.6608 -5.95488 {normal=(-0.321129 -0.141893 -0.909411)}
Vertex 21309 -6.31279 -23.9166 -6.15905 {normal=(-0.315108 -0.141441 -0.912594)}
Vertex 21310 -4.7461 -23.9993 -6.26007 {normal=(0.156299 -0.131302 -0.941220)}
Vertex 21311 -3.03873 -24.0538 -5.40881 {normal=(0.633768 -0.119812 -0.709683)}
Vertex 21312 -2.0492 -24.0394 -3.99077 {normal=(0.921823 -0.087836 -0.258531)}
Vertex 21313 -2.07351 -24.0137 -2.52387 {normal=(0.907198 -0.060995 0.289583)}
Vertex 21314 -3.00987 -24.0182 -1.24344 {normal=(0.585799 -0.078716 0.751761)}
Vertex 21315 -4.7472 -24.0262 -0.628579 {normal=(0.098831 -0.123666 0.952955)}
Vertex 21316 -6.51629 -24.0233 -0.853429 {normal=(-0.414985 -0.159920 0.847923)}
Vertex 21317 -7.80358 -23.9533 -2.20239 {normal=(-0.824391 -0.182282 0.411203)}
Vertex 21318 -8.09183 -23.8861 -4.16434 {normal=(-0.908686 -0.183466 -0.203988)}
Vertex 21319 -7.39133 -23.8808 -5.51455 {normal=(-0.681169 -0.163097 -0.675665)}
Vertex 21320 -3.15764 -25.9698 -5.34796 {normal=(0.229905 0.930044 -0.277021)}
Vertex 21321 -4.75525 -25.9223 -6.15337 {normal=(0.092964 0.924611 -0.357437)}
Vertex 21322 -6.19195 -25.8465 -6.04938 {normal=(-0.094856 0.920304 -0.365371)}
Vertex 21323 -7.21563 -25.8151 -5.42506 {normal=(-0.277932 0.914177 -0.273413)}
Vertex 21324 -7.85992 -25.8214 -4.12692 {normal=(-0.378866 0.912958 -0.065022)}
Vertex 21325 -7.58498 -25.8827 -2.2578 {normal=(-0.327252 0.915184 0.189856)}
Vertex 21326 -6.36384 -25.9449 -0.97699 {normal=(-0.160735 0.921433 0.338768)}
Vertex 21327 -4.61652 -25.943 -0.764205 {normal=(0.021613 0.934385 0.344285)}
Vertex 21328 -2.86231 -25.9301 -1.36214 {normal=(0.177443 0.947651 0.243905)}
Vertex 21329 -1.99181 -25.9254 -2.60454 {normal=(0.274566 0.953180 0.059013)}
Vertex 21330 -2.10854 -25.9524 -4.00544 {normal=(0.290150 0.943078 -0.136305)}
Vertex 21331 -2.02419 -27.4944 -2.68106 {normal=(-0.057308 -0.997699 -0.000922)}
Vertex 21332 -2.81061 -27.4993 -1.53065 {normal=(-0.034914 -0.996676 -0.065766)}
Vertex 21333 -4.52644 -27.5122 -0.976954 {normal=(0.003524 -0.992814 -0.115415)}
Vertex 21334 -6.20255 -27.5148 -1.17364 {normal=(0.064046 -0.987686 -0.137912)}
Vertex 21335 -7.32179 -27.4588 -2.35753 {normal=(0.133244 -0.985053 -0.092189)}
Vertex 21336 -7.56946 -27.4029 -4.08558 {normal=(0.162454 -0.984558 0.018259)}
Vertex 21337 -6.99133 -27.3964 -5.28661 {normal=(0.113112 -0.985850 0.110790)}
Vertex 21338 -6.06939 -27.4243 -5.86468 {normal=(0.016866 -0.987862 0.145794)}
Vertex 21339 -4.78032 -27.4933 -5.96151 {normal=(-0.057972 -0.988735 0.134753)}
Vertex 21340 -3.30897 -27.5365 -5.21729 {normal=(-0.081650 -0.991211 0.102768)}
Vertex 21341 -2.25352 -27.5197 -3.97663 {normal=(-0.073041 -0.995118 0.060463)}
Vertex 21342 -2.08017 -25.6191 -4.01037 {normal=(0.139836 -0.988933 -0.023966)}
Vertex 21343 -2.0015 -25.5934 -2.55942 {normal=(0.150140 -0.986696 0.046943)}
Vertex 21344 -2.87682 -25.5991 -1.31253 {normal=(0.095090 -0.988821 0.105460)}
Vertex 21345 -4.62113 -25.6103 -0.727929 {normal=(0.023114 -0.992186 0.117489)}
Vertex 21346 -6.39754 -25.6132 -0.935325 {normal=(-0.034193 -0.995930 0.070524)}
Vertex 21347 -7.64028 -25.5532 -2.26308 {normal=(-0.057872 -0.997985 0.009181)}
Vertex 21348 -7.92543 -25.4935 -4.14705 {normal=(-0.050339 -0.998289 -0.026191)}
Vertex 21349 -7.25926 -25.4845 -5.44433 {normal=(-0.055486 -0.996598 -0.056445)}
Vertex 21350 -6.20925 -25.5133 -6.09338 {normal=(-0.063759 -0.994195 -0.085870)}
Vertex 21351 -4.74879 -25.5892 -6.19385 {normal=(-0.020612 -0.994204 -0.097722)}
Vertex 21352 -3.12859 -25.6375 -5.38063 {normal=(0.065891 -0.993366 -0.078605)}
Vertex 21353 -4.72639 -24.1847 -6.36538 {normal=(0.095430 0.925683 -0.354386)}
Vertex 21354 -6.31892 -24.1017 -6.2586 {normal=(-0.096256 0.919367 -0.366311)}
Vertex 21355 -7.46008 -24.0689 -5.56827 {normal=(-0.284962 0.909010 -0.283017)}
Vertex 21356 -8.18557 -24.0771 -4.18407 {normal=(-0.393669 0.904755 -0.070606)}
Vertex 21357 -7.87591 -24.1424 -2.17384 {normal=(-0.350645 0.904196 0.196278)}
Vertex 21358 -6.5418 -24.2091 -0.75945 {normal=(-0.171929 0.913767 0.349558)}
Vertex 21359 -4.70166 -24.2074 -0.537721 {normal=(0.026672 0.931449 0.350755)}
Vertex 21360 -2.92303 -24.1968 -1.16194 {normal=(0.161365 0.951561 0.243420)}
Vertex 21361 -1.9736 -24.208 -2.49128 {normal=(0.214538 0.969724 0.073157)}
Vertex 21362 -1.95166 -24.235 -4.03634 {normal=(0.231802 0.963503 -0.101721)}
Vertex 21363 -2.99335 -24.2374 -5.49742 {normal=(0.212695 0.938914 -0.258570)}
Vertex 21364 -1.94908 -23.8382 -2.48644 {normal=(0.071642 -0.995824 0.048361)}
Vertex 21365 -2.93078 -23.86 -1.13581 {normal=(0.078397 -0.991038 0.102766)}
Vertex 21366 -4.73235 -23.8748 -0.484943 {normal=(0.028239 -0.991518 0.119869)}
Vertex 21367 -6.57553 -23.8775 -0.717803 {normal=(-0.037070 -0.995851 0.070537)}
Vertex 21368 -7.93041 -23.8111 -2.12564 {normal=(-0.068580 -0.997252 0.010065)}
Vertex 21369 -8.24059 -23.7447 -4.18162 {normal=(-0.063969 -0.997425 -0.028216)}
Vertex 21370 -7.50857 -23.7366 -5.60913 {normal=(-0.060251 -0.996409 -0.056968)}
Vertex 21371 -6.3506 -23.7695 -6.29468 {normal=(-0.061667 -0.994516 -0.083603)}
Vertex 21372 -4.71986 -23.8515 -6.40728 {normal=(-0.017087 -0.994185 -0.098116)}
Vertex 21373 -2.95269 -23.9036 -5.51215 {normal=(0.042446 -0.996108 -0.063674)}
Vertex 21374 -1.91022 -23.8682 -4.0236 {normal=(0.057706 -0.997991 0.000063)}
Vertex 21375 -2.79021 -22.3317 -5.70617 {normal=(0.094966 0.990754 -0.094558)}
Vertex 21376 -4.6658 -22.2668 -6.76379 {normal=(0.063883 0.988613 -0.132041)}
Vertex 21377 -6.43782 -22.1751 -6.68009 {normal=(-0.014417 0.988002 -0.145249)}
Vertex 21378 -8.19015 -22.2334 -2.04544 {normal=(-0.132379 0.984944 0.094149)}
Vertex 21379 -1.76626 -22.3169 -4.05263 {normal=(0.085951 0.994768 -0.045924)}
Vertex 21380 -6.15694 -26.6706 -6.06915 {normal=(-0.318524 -0.142063 -0.908908)}
Vertex 21381 -6.2831 -24.8263 -6.29501 {normal=(-0.313403 -0.141802 -0.910980)}
Vertex 21382 -6.51221 -24.9312 -0.732636 {normal=(-0.411879 -0.160023 0.846775)}
Vertex 21383 -7.85797 -24.8717 -2.17942 {normal=(-0.826823 -0.182390 0.405835)}
Vertex 21384 -8.17955 -24.8112 -4.18962 {normal=(-0.913918 -0.183229 -0.199242)}
Vertex 21385 -7.45191 -24.7991 -5.57453 {normal=(-0.689308 -0.163754 -0.665356)}
Vertex 21386 -7.70025 -22.9439 -5.85322 {normal=(-0.675606 -0.225572 -0.662027)}
Vertex 21387 -8.49807 -22.9576 -4.26722 {normal=(-0.907846 -0.201566 -0.192438)}
Vertex 21388 -8.16249 -23.0298 -2.01646 {normal=(-0.821978 -0.179963 0.418341)}
Vertex 21389 -6.70001 -23.0968 -0.502652 {normal=(-0.409835 -0.157921 0.850705)}
Vertex 21390 -4.6254 -24.9239 -0.519428 {normal=(0.104368 -0.123265 0.953667)}
Vertex 21391 -2.81858 -24.9097 -1.13781 {normal=(0.585839 -0.077389 0.752245)}
Vertex 21392 -1.88266 -24.9035 -2.48426 {normal=(0.906601 -0.059969 0.272573)}
Vertex 21393 -1.90142 -24.9316 -4.07166 {normal=(0.910420 -0.089522 -0.293125)}
Vertex 21394 -2.9995 -24.9545 -5.54152 {normal=(0.618018 -0.121023 -0.728825)}
Vertex 21395 -4.7152 -24.9058 -6.40525 {normal=(0.156726 -0.130713 -0.943963)}
Vertex 21396 -4.74676 -26.7424 -6.18134 {normal=(0.152721 -0.130762 -0.944501)}
Vertex 21397 -3.17023 -26.7851 -5.3789 {normal=(0.600904 -0.119775 -0.751382)}
Vertex 21398 -2.06596 -26.7635 -4.04035 {normal=(0.890894 -0.086716 -0.366301)}
Vertex 21399 -1.88732 -26.7335 -2.63138 {normal=(0.916548 -0.057780 0.200062)}
Vertex 21400 -2.75107 -26.7396 -1.36244 {normal=(0.593154 -0.077597 0.733633)}
Vertex 21401 -4.54905 -26.7585 -0.750521 {normal=(0.093514 -0.124007 0.955485)}
Vertex 21402 -4.66913 -23.0621 -6.71373 {normal=(0.169126 -0.219511 -0.922809)}
Vertex 21403 -6.42045 -22.9757 -6.60486 {normal=(-0.302437 -0.238246 -0.896347)}
Vertex 21404 -7.19685 -26.643 -5.43244 {normal=(-0.694747 -0.164123 -0.658879)}
Vertex 21405 -7.83097 -26.6515 -4.11841 {normal=(-0.915793 -0.183427 -0.187356)}
Vertex 21406 -7.55047 -26.7095 -2.24334 {normal=(-0.824354 -0.182069 0.414708)}
Vertex 21407 -6.32446 -26.7656 -0.962656 {normal=(-0.414241 -0.159993 0.847791)}
Vertex 21408 -4.7539 -23.0892 -0.255331 {normal=(0.109215 -0.122926 0.950750)}
Vertex 21409 -2.87256 -23.0684 -0.960145 {normal=(0.590996 -0.076271 0.752004)}
Vertex 21410 -1.8136 -23.0618 -2.41858 {normal=(0.904744 -0.059727 0.311086)}
Vertex 21411 -1.71477 -23.0967 -4.06851 {normal=(0.927720 -0.099503 -0.226703)}
Vertex 21412 -2.79998 -23.1183 -5.69993 {normal=(0.645493 -0.166156 -0.687233)}
Face 1 3202 2553 3304 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 2 2553 2736 3304 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 3 1465 1386 1382 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 4 1386 1327 1382 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 5 1012 1056 994 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 6 1056 1053 994 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 7 7738 8492 7842 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 8 7738 8307 8492 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 9 9663 9659 9580 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 10 9663 9718 9659 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 11 10051 9989 10033 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 12 10051 9992 9989 {mat="nomaterial" groups="default wrap" rgb=(.5 .4 .2)}
Face 13 2201 3016 1646 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 14 1204 1184 1336 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 15 1471 1511 1459 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 16 3012 1670 1850 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 17 1481 1693 1692 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 18 1336 1488 1471 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 19 1471 1204 1336 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 20 1810 1752 1713 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 21 1677 1689 1700 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 22 1363 1298 1324 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 23 3948 3890 3606 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 24 1236 1196 1232 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 25 1338 1321 1369 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 26 1528 1513 1572 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 27 1572 1549 1528 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 28 1369 1351 1338 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 29 1232 1237 1236 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 30 1324 1346 1363 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 31 3606 3764 3948 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 32 8841 9391 9498 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 33 9709 9861 9841 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 34 9586 9534 9574 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 35 9195 9375 8024 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 36 9564 9575 9458 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 37 9574 9557 9709 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 38 9709 9841 9574 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 39 9332 9293 9235 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 40 9345 9356 9368 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 41 9721 9747 9682 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 42 7436 7153 7092 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 43 9813 9849 9809 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 44 9676 9724 9707 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 45 9473 9532 9517 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 46 9517 9496 9473 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 47 9707 9694 9676 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 48 9809 9808 9813 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 49 9682 9699 9721 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 50 7092 7280 7436 {mat="nomaterial" groups="default chest" rgb=(.7 .6 .4)}
Face 51 4670 5449 4315 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 52 2740 2291 2197 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 53 2197 2291 1904 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 54 5491 4384 3796 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 55 5449 4398 4336 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 56 1748 3715 3796 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 57 3501 2393 3819 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 58 1034 1063 1106 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 59 4384 3629 3796 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 60 1640 1490 1340 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 61 1101 944 792 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 62 1205 1295 1246 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 63 1777 1700 1785 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 64 1777 1698 1700 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 65 1581 1564 1558 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 66 1558 1564 1541 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 67 2385 2429 2420 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 68 2420 2429 1772 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 69 1368 1361 1246 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 70 1537 1605 1548 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 71 1548 1605 1575 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 72 1277 1361 1368 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 73 1216 1195 1225 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 74 1225 1195 1222 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 75 1324 1315 1346 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 76 1538 1506 1523 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 77 1523 1506 1505 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 78 1275 1284 1262 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 79 1275 1272 1284 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 80 1363 1346 1315 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 81 3640 3554 3752 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 82 3752 3724 3640 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 83 1320 1265 1269 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 84 1269 1287 1320 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 85 996 1034 979 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 86 708 675 939 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 87 1030 978 1161 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 88 1755 1691 1704 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 89 2267 2723 2683 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 90 5006 5490 5299 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 91 4453 3659 4686 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 92 5006 5156 5490 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 93 4453 4723 3659 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 94 2267 2066 2723 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 95 1161 1031 1030 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 96 939 679 708 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 97 996 975 1034 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 98 1755 2179 1691 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 99 1904 2291 2374 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 100 4115 4315 4281 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 101 3819 4115 4281 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 102 4200 4398 4426 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 103 1512 1539 1544 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 104 1259 1234 1113 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 105 1544 1486 1512 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 106 1113 1245 1259 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 107 1580 1485 1609 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 108 3860 3824 3565 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 109 4281 5449 4336 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 110 4426 4398 5449 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 111 4281 4315 5449 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 112 5449 4780 4426 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 113 3860 4107 3824 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 114 1580 1531 1485 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 115 3994 4338 3926 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 116 4196 4338 3994 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 117 1286 1334 1227 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 118 1286 1345 1334 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 119 1245 1113 1106 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 120 1106 1113 1034 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 121 6729 5596 6376 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 122 8845 8753 8303 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 123 8845 9535 9560 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 124 7250 6657 5491 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 125 6707 6642 5596 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 126 7250 7328 9297 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 127 7225 8651 7544 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 128 9939 9982 10011 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 129 7250 7416 6657 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 130 9671 9762 9810 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 131 10253 10101 9944 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 132 9799 9750 9840 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 133 9260 9345 9268 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 134 9345 9347 9268 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 135 9487 9481 9464 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 136 9504 9481 9487 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 137 8625 8617 8660 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 138 9273 8617 8625 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 139 9799 9686 9677 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 140 9497 9442 9508 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 141 9470 9442 9497 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 142 9677 9686 9768 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 143 9820 9850 9829 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 144 9823 9850 9820 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 145 9699 9730 9721 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 146 9522 9539 9507 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 147 9540 9539 9522 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 148 9783 9761 9770 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 149 9761 9773 9770 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 150 9730 9699 9682 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 151 7290 7487 7405 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 152 7405 7318 7290 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 153 9776 9780 9725 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 154 9725 9758 9776 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 155 10066 10011 10049 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 156 10106 10370 10337 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 157 9884 10067 10015 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 158 9341 9354 9290 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 159 8366 8320 8776 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 160 5741 5490 6033 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 161 6363 7385 6587 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 162 5490 5890 6033 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 163 7385 6324 6587 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 164 8320 8979 8776 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 165 10015 10014 9884 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 166 10337 10366 10106 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 167 10011 10070 10049 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 168 9354 8865 9290 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 169 8671 8753 9141 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 170 6760 6729 6931 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 171 6760 6931 7225 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 172 6612 6642 6844 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 173 9501 9506 9533 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 174 9932 9811 9786 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 175 9533 9559 9501 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 176 9786 9800 9932 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 177 9436 9560 9465 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 178 7476 7217 7183 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 179 6707 5596 6760 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 180 5596 6642 6612 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 181 5596 6729 6760 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 182 6612 6265 5596 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 183 7217 6938 7183 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 184 9560 9514 9465 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 185 7114 6704 7046 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 186 7046 6704 6848 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 187 9818 9711 9759 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 188 9711 9700 9759 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 189 9939 9932 9800 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 190 10011 9932 9939 {mat="nomaterial" groups="default cloth" rgb=(.7 .7 .8)}
Face 191 1579 1625 1635 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 192 2555 2115 1951 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 193 1560 1579 1635 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 194 1951 2318 2555 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 195 1627 1633 1663 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 196 1663 1647 1627 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 197 1377 1421 1375 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 198 1296 1377 1375 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 199 9410 9420 9466 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 200 9094 8929 8489 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 201 9410 9466 9484 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 202 8489 8729 9094 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 203 9382 9411 9418 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 204 9418 9398 9382 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 205 9670 9624 9668 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 206 9670 9668 9748 {mat="nomaterial" groups="default belt" rgb=(.3 .2 .3)}
Face 207 1752 2967 1639 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 208 4121 5535 3414 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 209 1636 2965 1807 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 210 4121 5533 5535 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 211 5551 5546 2309 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 212 9406 8069 9293 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 213 7631 5535 6926 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 214 9238 8070 9409 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 215 5535 5533 6926 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 216 5551 8070 9238 {mat="nomaterial" groups="default chest2" rgb=(.6 .5 .3)}
Face 217 2015 1655 2188 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 218 1182 1115 1244 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 219 1111 1110 1128 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 220 1094 972 962 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 221 962 1035 1094 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 222 1059 1110 1111 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 223 1398 1294 1182 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 224 1480 1294 1398 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 225 1596 1494 1456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 226 1543 1629 1596 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 227 1305 1329 1242 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 228 2479 2521 1798 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 229 910 926 957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 230 1251 1158 1150 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 231 1624 1596 1629 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 232 1188 1191 1140 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 233 1699 1648 1655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 234 2015 1699 1655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 235 1162 1322 1344 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 236 1507 1626 1594 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 237 1027 1083 1159 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 238 981 973 1164 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 239 1726 2343 1863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 240 3100 3373 3301 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 241 3342 3271 3074 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 242 3029 2574 2048 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 243 1901 1665 1660 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 244 1593 1415 1550 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 245 1141 1037 1233 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 246 1483 1495 1292 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 247 1267 1238 1458 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 248 2688 2795 2621 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 249 2517 2521 2479 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 250 1534 1533 1520 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 251 934 966 957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 252 1005 1002 1016 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 253 1614 1567 1585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 254 1543 1596 1456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 255 1567 1584 1585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 256 1016 965 1005 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 257 966 955 957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 258 1520 1568 1534 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 259 1563 1585 1005 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 260 1601 1546 1173 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 261 8855 9390 9030 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 262 9801 9930 9863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 263 9917 9935 9934 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 264 10083 10073 9951 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 265 9951 10010 10083 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 266 9934 9935 9986 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 267 9863 9751 9647 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 268 9647 9751 9565 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 269 9589 9551 9449 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 270 9449 9416 9502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 271 9247 8524 8571 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 272 9636 9549 9511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 273 9895 9887 9794 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 274 9416 9449 9421 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 275 9905 9854 9857 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 276 9390 9397 9346 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 277 9390 9346 9030 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 278 9701 9723 9883 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 279 9451 9419 9538 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 280 9886 9962 10018 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 281 9881 10072 10064 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 282 9182 8703 9319 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 283 7744 7669 7935 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 284 7964 7774 7701 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 285 8997 8474 8002 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 286 9385 9380 9144 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 287 9495 9630 9452 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 288 9812 10008 9904 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 289 9753 9550 9562 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 290 9587 9807 9778 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 291 8428 8250 8359 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 292 8571 8524 8528 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 293 9589 9449 9502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 294 10040 9460 9482 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 295 9872 9499 9444 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 296 9803 9716 9740 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 297 9525 9512 9511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 298 10088 10079 10111 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 299 10029 10043 10040 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 300 9460 9478 9431 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 301 9460 9461 9478 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 302 10040 10080 10029 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 303 10088 10090 10079 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 304 9511 9477 9525 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 305 896 899 954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 306 180 159 133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 307 114 126 73 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 308 269 238 233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 309 255 184 178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 310 125 101 102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 311 98 108 106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 312 1018 970 1001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 313 265 449 530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 314 449 676 530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 315 432 595 712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 316 890 712 858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 317 615 329 292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 318 942 925 844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 319 931 837 925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 320 1333 1385 1430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 321 797 938 942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 322 1073 938 1072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 323 890 913 765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 324 615 938 797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 325 1021 1058 890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 326 942 938 1073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 327 1198 1154 1046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 328 1207 1218 1215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 329 1207 1223 1218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 330 1198 1046 1131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 331 1355 1291 1257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 332 1420 1423 1402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 333 1474 1454 1439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 334 1477 1445 1455 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 335 1430 1411 1434 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 336 1333 1207 1266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 337 924 919 933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 338 891 843 892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 339 883 892 843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 340 875 902 929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 341 843 891 879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 342 851 843 879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 343 877 902 875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 344 833 806 843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 345 843 851 833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 346 811 841 839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 347 501 580 570 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 348 435 466 447 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 349 507 447 466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 350 701 541 538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 351 466 435 430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 352 402 276 294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 353 446 466 430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 354 555 541 701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 355 465 536 466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 356 466 446 465 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 357 614 531 601 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 358 109 104 61 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 359 122 109 63 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 360 109 61 42 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 361 63 109 42 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 362 79 30 19 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 363 34 79 19 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 364 79 81 30 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 365 86 79 34 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 366 338 424 387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 367 302 348 316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 368 373 316 348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 369 560 335 343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 370 348 302 290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 371 301 331 240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 372 209 301 294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 373 331 278 240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 374 304 348 290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 375 345 335 560 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 376 317 374 348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 377 348 304 317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 378 425 339 391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 379 294 276 137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 380 209 294 137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 381 351 243 172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 382 219 351 172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 383 436 562 511 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 384 383 450 418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 385 515 418 450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 386 648 413 433 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 387 450 383 357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 388 354 243 351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 389 372 450 357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 390 416 413 648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 391 395 478 450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 392 450 372 395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 393 520 411 472 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 394 115 116 68 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 395 124 115 64 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 396 115 68 51 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 397 64 115 51 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 398 155 100 96 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 399 131 155 96 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 400 155 148 100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 401 182 155 131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 402 263 321 287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 403 239 283 257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 404 309 257 283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 405 386 253 254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 406 283 239 226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 407 219 296 351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 408 241 283 226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 409 256 253 386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 410 259 310 283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 411 283 241 259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 412 320 262 282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 413 301 240 294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 414 278 331 319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 415 268 334 272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 416 118 163 90 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 417 404 347 281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 418 246 268 216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 419 513 448 514 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 420 537 626 397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 421 142 156 247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 422 311 397 409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 423 311 298 397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 424 409 397 626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 425 298 350 397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 426 526 195 356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 427 195 163 118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 428 78 59 84 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 429 52 55 59 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 430 72 47 55 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 431 20 23 47 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 432 48 38 23 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 433 45 62 38 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 434 384 514 448 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 435 37 110 14 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 436 1057 895 961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 437 1154 943 948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 438 970 1018 961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 439 159 114 133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 440 80 53 76 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 441 264 369 313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 442 988 948 941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 443 849 776 836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 444 533 822 427 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 445 94 85 153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 446 932 913 1093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 447 10091 10146 10149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 448 10912 10886 10865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 449 10972 10919 10931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 450 10812 10807 10776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 451 10867 10861 10790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 452 10920 10932 10947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 453 10947 10932 10928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 454 10044 10075 10027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 455 10515 10596 10780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 456 10515 10369 10596 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 457 10333 10450 10613 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 458 10187 10333 10155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 459 10753 10716 10430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 460 10201 10120 10103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 461 10120 10208 10114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 462 9625 9571 9568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 463 10103 10107 10248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 464 9973 10107 9972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 465 10280 10132 10155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 466 10248 10107 10430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 467 10155 9987 10024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 468 9972 10107 10103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 469 9999 9891 9847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 470 9830 9827 9838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 471 9827 9822 9838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 472 9914 9999 9847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 473 9788 9754 9690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 474 9643 9622 9625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 475 9606 9591 9571 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 476 9590 9600 9568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 477 9611 9634 9615 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 478 9779 9838 9712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 479 10112 10126 10121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 480 10153 10202 10154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 481 10202 10153 10162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 482 10170 10141 10117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 483 10166 10154 10202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 484 10166 10202 10194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 485 10168 10200 10207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 486 10202 10239 10212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 487 10212 10194 10202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 488 10206 10204 10234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 489 10475 10465 10544 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 490 10598 10579 10610 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 491 10579 10598 10538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 492 10344 10381 10469 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 493 10615 10610 10579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 494 10751 10769 10643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 495 10615 10579 10599 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 496 10490 10443 10365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 497 10579 10509 10580 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 498 10580 10599 10579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 499 10444 10514 10431 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 500 10984 10941 10936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 501 10982 10936 10923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 502 11003 10984 10936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 503 11003 10936 10982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 504 11026 11015 10966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 505 11026 10966 11011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 506 11015 10964 10966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 507 11011 10966 10959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 508 10658 10621 10707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 509 10729 10697 10743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 510 10697 10729 10672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 511 10485 10524 10655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 512 10755 10743 10697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 513 10805 10714 10744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 514 10751 10744 10836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 515 10805 10767 10714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 516 10755 10697 10741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 517 10700 10653 10522 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 518 10697 10671 10728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 519 10728 10741 10697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 520 10654 10706 10620 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 521 10908 10769 10751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 522 10908 10751 10836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 523 10873 10802 10694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 524 10873 10694 10826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 525 10534 10483 10609 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 526 10627 10595 10662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 527 10595 10627 10530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 528 10397 10417 10537 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 529 10688 10662 10595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 530 10694 10802 10691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 531 10688 10595 10673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 532 10629 10570 10442 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 533 10595 10567 10650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 534 10650 10673 10595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 535 10573 10634 10525 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 536 10977 10929 10930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 537 10981 10930 10921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 538 10994 10977 10930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 539 10994 10930 10981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 540 10949 10945 10890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 541 10949 10890 10914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 542 10945 10897 10890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 543 10914 10890 10863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 544 10758 10724 10782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 545 10788 10762 10806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 546 10762 10788 10736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 547 10659 10683 10759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 548 10819 10806 10762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 549 10694 10749 10826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 550 10819 10762 10804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 551 10789 10760 10682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 552 10762 10735 10786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 553 10786 10804 10762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 554 10763 10783 10725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 555 10751 10805 10744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 556 10726 10714 10767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 557 10773 10711 10777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 558 10955 10882 10927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 559 10764 10698 10641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 560 10829 10777 10799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 561 10531 10597 10532 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 562 10648 10419 10508 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 563 10798 10889 10903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 564 10636 10648 10734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 565 10648 10747 10734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 566 10419 10648 10636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 567 10648 10695 10747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 568 10689 10850 10519 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 569 10927 10882 10850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 570 10967 10938 10942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 571 10993 10978 10967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 572 10973 10976 10993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 573 11025 11005 10973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 574 10997 11009 11025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 575 11000 10979 10997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 576 10597 10531 10661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 577 11031 10935 11008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 578 10084 10150 9988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 579 10097 10102 9891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 580 10084 10027 10075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 581 10912 10931 10886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 582 10969 10992 10965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 583 10732 10676 10781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 584 10104 10097 10057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 585 10209 10269 10196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 586 10618 10223 10512 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 587 10892 10960 10951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 588 9952 10132 10113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 589 7048 7026 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 590 7026 7007 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 591 7007 6976 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 592 6976 6958 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 593 6958 6932 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 594 6932 6918 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 595 6918 6899 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 596 6899 6887 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 597 6887 6880 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 598 6880 6878 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 599 6878 6879 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 600 6879 6888 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 601 6888 6900 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 602 6900 6919 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 603 6919 6933 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 604 6933 6959 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 605 6959 6977 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 606 6977 7008 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 607 7008 7027 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 608 7027 7049 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 609 7049 7087 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 610 7087 7122 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 611 7122 7147 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 612 7147 7168 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 613 7168 7185 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 614 7185 7203 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 615 7203 7238 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 616 7238 7254 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 617 7254 7276 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 618 7276 7278 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 619 7278 7277 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 620 7277 7255 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 621 7255 7237 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 622 7237 7204 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 623 7204 7184 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 624 7184 7167 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 625 7167 7146 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 626 7146 7121 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 627 7121 7086 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 628 7086 7048 7061 {mat="nomaterial" groups="default pupill" rgb=(0 0 0)}
Face 629 2051 2054 1974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 630 1946 1983 1941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 631 1985 1990 1962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 632 1890 1881 1865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 633 2036 1994 1932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 634 1791 1813 1802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 635 1968 1936 1900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 636 2087 2029 2004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 637 2055 2120 2121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 638 2145 2063 2129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 639 2108 2160 2139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 640 1982 2037 1976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 641 1942 1947 1943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 642 1999 1958 1960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 643 2124 1966 2184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 644 1799 1836 1848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 645 1844 1820 1797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 646 1872 1765 1754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 647 2134 2254 2255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 648 2296 2283 2297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 649 2215 2046 2106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 650 2408 2306 2206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 651 2510 2313 2438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 652 2585 2564 2501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 653 2431 2302 2288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 654 2209 2079 2041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 655 2010 2127 1970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 656 2613 2557 2530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 657 1840 1773 1788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 658 2135 1909 1927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 659 4035 3986 3910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 660 4946 4909 4698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 661 5251 5205 5163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 662 5475 5476 5320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 663 5429 5147 5430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 664 5207 4504 4931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 665 3711 3857 3658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 666 4181 4224 4085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 667 3027 3139 3037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 668 2968 3126 3008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 669 3055 3091 2982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 670 2855 2906 2890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 671 2990 2925 2972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 672 2544 2609 2581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 673 2888 2895 2893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 674 4742 4885 4924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 675 5486 5418 5485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 676 4468 4586 4215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 677 4574 4612 4767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 678 4363 4446 4485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 679 4521 4565 4525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 680 5001 4980 4962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 681 5252 5265 5267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 682 5388 5481 5482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 683 4630 4866 4895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 684 4404 4420 4408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 685 3997 4098 4195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 686 3608 3705 3784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 687 3268 3299 3388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 688 4283 4475 4429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 689 4873 5057 4845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 690 4968 5090 4900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 691 3365 3415 3418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 692 3073 3101 3108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 693 2542 2690 2578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 694 2803 2748 2909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 695 2927 2954 3151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 696 2346 2263 2303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 697 2337 2284 2258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 698 2547 2448 2472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 699 3157 2961 3162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 700 2512 2415 2383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 701 2315 2308 2338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 702 2407 2483 2636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 703 5048 5075 4947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 704 5229 5306 5411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 705 4795 4804 4794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 706 4781 4787 4786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 707 3053 3063 3057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 708 3024 3041 3045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 709 3032 3022 3043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 710 5190 5137 5216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 711 5223 5144 5206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 712 5180 5105 5102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 713 5009 5016 4859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 714 4722 4740 4700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 715 4803 4783 4970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 716 4990 4893 4840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 717 5173 5130 5106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 718 4874 4887 4790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 719 4758 4852 4720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 720 4699 4834 4696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 721 4685 4779 4668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 722 3700 3486 3509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 723 4566 4572 4591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 724 3473 3496 3513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 725 4888 4879 4896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 726 4917 4892 4904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 727 3490 3450 3460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 728 4484 4491 4287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 729 4791 4774 4793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 730 4830 4808 4810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 731 4796 4829 4805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 732 3423 3436 3432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 733 3438 3424 3433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 734 5086 5045 5188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 735 2216 2236 2240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 736 2166 2195 2193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 737 2406 2432 2433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 738 2533 2569 2632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 739 2509 2424 2269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 740 2403 2410 2243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 741 2467 2463 2345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 742 2350 2441 2299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 743 2065 1833 1804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 744 2256 2226 2040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 745 8991 8994 9071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 746 9062 9098 9104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 747 9055 9060 9083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 748 9164 9155 9180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 749 9051 9007 9113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 750 9232 9254 9243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 751 9109 9077 9145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 752 9016 8958 9041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 753 8925 8990 8924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 754 8982 8899 8916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 755 8885 8936 8906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 756 9014 9066 9069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 757 9100 9103 9102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 758 9087 9046 9085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 759 9079 8921 8859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 760 9209 9246 9197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 761 9225 9201 9248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 762 9280 9173 9291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 763 8791 8911 8790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 764 8762 8748 8746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 765 9003 8850 8951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 766 8760 8662 8875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 767 8739 8549 8611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 768 8491 8467 8545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 769 8742 8613 8756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 770 8970 8860 9009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 771 8918 9034 9075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 772 8507 8461 8542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 773 9272 9205 9257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 774 9136 8910 9118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 775 7054 7005 7131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 776 6134 6093 6351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 777 5840 5795 5882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 778 5570 5569 5714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 779 5898 5616 5617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 780 6536 5838 6111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 781 7186 7332 7386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 782 6821 6864 6957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 783 7902 8004 7997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 784 7911 8056 8023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 785 7917 7934 8007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 786 8136 8189 8151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 787 8109 8047 8063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 788 8416 8451 8437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 789 8146 8154 8148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 790 6117 6156 6305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 791 5629 5558 5557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 792 6460 6572 6830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 793 6434 6471 6278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 794 6594 6675 6555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 795 6480 6521 6518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 796 6060 6039 6076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 797 5777 5794 5775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 798 5562 5663 5563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 799 6146 6176 6417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 800 6617 6635 6630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 801 6947 7042 6849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 802 7338 7435 7262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 803 7746 7778 7656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 804 6564 6758 6609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 805 5991 6169 6197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 806 5959 6069 6141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 807 7627 7630 7676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 808 7927 7933 7965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 809 8357 8503 8469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 810 8133 8296 8242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 811 8081 8110 7894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 812 8781 8700 8741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 813 8761 8710 8788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 814 8608 8515 8576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 815 8144 7966 7945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 816 8663 8632 8533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 817 8707 8732 8695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 818 8565 8640 8413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 819 5971 5997 6091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 820 5816 5851 5832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 821 6239 6247 6248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 822 6257 6264 6258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 823 7976 7982 7980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 824 7993 8011 7988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 825 8013 8000 7990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 826 5907 5856 5829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 827 5901 5822 5839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 828 5943 5865 5946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 829 6025 6031 6183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 830 6308 6325 6349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 831 6262 6240 6067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 832 6148 6049 6202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 833 5914 5872 5942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 834 6154 6168 6252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 835 6190 6288 6328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 836 6209 6350 6352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 837 6266 6364 6378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 838 7558 7343 7533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 839 6473 6479 6455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 840 7549 7572 7529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 841 6162 6153 6145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 842 6149 6125 6139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 843 7593 7553 7582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 844 6549 6556 6755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 845 6271 6251 6249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 846 6235 6213 6233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 847 6214 6246 6238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 848 7611 7622 7615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 849 7620 7608 7614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 850 6000 5962 5858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 851 8809 8828 8805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 852 8847 8879 8849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 853 8612 8641 8610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 854 8440 8502 8540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 855 8774 8620 8563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 856 8638 8643 8802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 857 8582 8578 8701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 858 8603 8694 8744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 859 9212 8980 9241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 860 8819 8789 9004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 861 4301 4901 5099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 862 5344 5787 5567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 863 6254 6815 6038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 864 7362 7771 6691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 865 8112 8306 6972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 866 8362 8331 7081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 867 8226 8152 7045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 868 8101 7996 7004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 869 7880 7748 6857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 870 7597 7252 6625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 871 6715 6106 5973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 872 5731 5349 5561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 873 4975 4378 5152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 874 3874 3535 4514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 875 3385 3247 4276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 876 3137 3060 4109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 877 3011 2902 4057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 878 2796 2762 4025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 879 2815 3040 4144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 880 3362 3756 4437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 881 8352 8263 8275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 882 8659 8603 8578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 883 8722 8681 8771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 884 8755 8697 8785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 885 8708 8745 8707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 886 8557 8519 8552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 887 8818 8775 8813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 888 8644 8601 8607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 889 7792 7676 7620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 890 6898 7149 7159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 891 6758 6755 6754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 892 6740 6738 6635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 893 7601 7549 7480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 894 7710 7796 7845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 895 7501 7553 7592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 896 7296 7343 7361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 897 7135 7262 7282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 898 6479 6578 6597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 899 6149 6153 6243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 900 6396 6284 6321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 901 6528 6563 6599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 902 6253 6359 6325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 903 5773 5845 5865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 904 7479 7288 7319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 905 7678 7418 7586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 906 7799 7498 7764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 907 7763 7504 7784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 908 7648 7467 7728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 909 7406 7348 7522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 910 7101 7169 7264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 911 6840 7022 6970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 912 6925 6731 6619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 913 6389 6858 6477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 914 6603 6897 6414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 915 7059 7067 6838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 916 8909 8932 8980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 917 8500 8427 8478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 918 8324 8464 8569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 919 8242 8389 8357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 920 7841 7894 7878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 921 7980 7988 7990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 922 5819 5733 5704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 923 5876 5959 5991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 924 6003 5851 6005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 925 5909 5832 5966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 926 5740 5746 5857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 927 7832 8012 8170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 928 5811 5818 5738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 929 5743 5836 5891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 930 5993 5972 6075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 931 6068 6229 6242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 932 6233 6238 6506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 933 6125 6203 6184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 934 5790 5866 5858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 935 8127 8150 8171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 936 8095 8108 8151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 937 6859 6916 7181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 938 8023 8107 8063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 939 6576 6655 6821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 940 6945 7076 7186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 941 7706 7811 7917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 942 5714 5728 5840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 943 5938 5945 6134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 944 6860 7054 7297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 945 8472 8513 8544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 946 7910 8005 8038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 947 8430 8431 8511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 948 9272 9241 9172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 949 8586 8455 8425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 950 8600 8542 8506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 951 8860 8784 8669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 952 8939 8782 8739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 953 9198 9034 8961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 954 9270 9130 9212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 955 8882 8762 8881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 956 9009 9003 9037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 957 8916 8906 8830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 958 9008 9069 9102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 959 9173 9120 9051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 960 9240 9254 9248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 961 9193 9209 9086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 962 8863 8746 8790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 963 9053 9060 9049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 964 9087 9103 9022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 965 8952 8935 8934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 966 8814 8886 8749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 967 8507 8570 8502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 968 2750 2874 2961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 969 2467 2441 2386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 970 2274 2364 2325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 971 2260 2349 2289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 972 2298 2340 2338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 973 2527 2489 2494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 974 2268 2227 2231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 975 2436 2443 2402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 976 3367 3423 3424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 977 4173 3884 3894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 978 4287 4283 4202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 979 4404 4305 4303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 980 3561 3496 3445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 981 3197 3248 3336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 982 3451 3490 3541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 983 3680 3700 3747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 984 3762 3784 3908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 985 4442 4463 4566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 986 4767 4800 4888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 987 4594 4726 4761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 988 4440 4476 4513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 989 4859 4783 4722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 990 5180 5200 5269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 991 3723 3754 3562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 992 3455 3627 3363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 993 3281 3544 3244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 994 3262 3537 3282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 995 3314 3573 3398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 996 3520 3693 3639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 997 3782 3872 3940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 998 4072 4016 4204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 999 4312 4122 4417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1000 4187 4656 4567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1001 4632 4149 4434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1002 4206 3972 3981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1003 2065 2113 2136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1004 2606 2650 2566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1005 2582 2480 2583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1006 2690 2663 2803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1007 3165 3151 3203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1008 3119 3114 3043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1009 5306 5226 5330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1010 5057 5090 5169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1011 5194 5042 5040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1012 5213 5135 5080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1013 5294 5300 5189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1014 3072 2872 3023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1015 5302 5227 5234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1016 5155 5209 5297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1017 4963 5074 5053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1018 4801 4815 4969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1019 4523 4537 4805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1020 4858 4839 4917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1021 5188 5179 5255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1022 2871 2891 2913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1023 2890 2929 2940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1024 3739 4061 4105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1025 2972 2926 3008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1026 4224 4370 4455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1027 3857 3964 4100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1028 3091 3204 3327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1029 5205 5309 5320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1030 4909 5103 5110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1031 3746 3986 4186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1032 2576 2552 2563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1033 3046 3058 3070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1034 2474 2556 2568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1035 1804 1773 1873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1036 2634 2611 2476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1037 2558 2530 2462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1038 2394 2270 2209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1039 2313 2272 2110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1040 2084 2010 1847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1041 1833 1915 1775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1042 2283 2163 2164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1043 2011 2046 2041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1044 2218 2213 2139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1045 1960 1943 1976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1046 1994 1925 1872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1047 1797 1791 1805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1048 1959 1836 1852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1049 2255 2297 2181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1050 1985 1992 1996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1051 1958 1979 1962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1052 2111 2109 2093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1053 2300 2159 2235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1054 2569 2502 2557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1055 3971 3958 3832 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1056 1945 1887 1895 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1057 2804 2691 2798 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1058 2031 2080 2273 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1059 4188 4571 4470 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1060 4506 4421 4294 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1061 4452 4197 4419 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1062 4691 4472 4589 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1063 5022 5408 5407 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1064 5127 5351 5356 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1065 4710 4688 4493 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1066 7082 7068 7211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1067 9158 9099 9150 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1068 8356 8248 8263 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1069 8772 8964 9013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1070 6474 6856 6570 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1071 6616 6534 6748 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1072 6847 6588 6618 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1073 6568 6357 6457 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1074 5644 6018 5643 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1075 5685 5688 5918 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1076 6360 6339 6547 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1077 8768 8631 8641 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1078 8751 8626 8581 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1079 8893 8758 8676 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1080 8969 8872 8879 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1081 8757 8646 8828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1082 6082 5918 5925 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1083 5999 6132 6115 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1084 5892 5902 6054 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1085 6470 6114 6548 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1086 6032 5979 6298 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1087 5989 6043 6303 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1088 6519 6109 6429 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1089 8602 8520 8522 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1090 8211 8281 8339 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1091 6877 6593 6702 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1092 8933 9126 9211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1093 9158 9073 9013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1094 8539 8443 8536 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1095 6260 6317 6809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1096 2406 2416 2278 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1097 2464 2419 2295 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1098 2369 2286 2151 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1099 2166 2172 2074 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1100 2216 2400 2287 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1101 5121 5127 4956 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1102 4911 5046 4926 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1103 5143 5154 4985 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1104 5552 5705 5329 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1105 4492 4927 4575 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1106 4748 5068 5008 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1107 4997 5058 4744 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1108 4933 4524 4617 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1109 2525 2442 2523 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1110 2711 2764 2834 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1111 4339 4447 4169 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1112 1834 1919 2112 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1113 1972 1887 2031 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1114 2588 2508 2605 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1115 4234 4731 4814 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1116 3742 3795 3703 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1117 3847 3844 3850 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1118 7251 7301 7340 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1119 7199 7196 7194 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1120 7391 7346 7342 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1121 7251 7270 7194 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1122 3701 3696 3655 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1123 3850 3776 3795 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 1124 2577 2584 2500 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1125 2496 2562 2570 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1126 8463 8470 8543 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1127 8485 8548 8479 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1128 6152 6137 6035 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1129 6250 6234 6131 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1130 4905 4889 5004 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1131 4912 4809 4792 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 1132 6083 6306 6533 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1133 6588 6605 6377 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1134 6367 6577 6534 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1135 5700 5553 5707 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1136 4955 4977 4710 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1137 4669 4433 4452 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1138 4881 4506 4464 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1139 3979 4013 3992 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1140 3979 4033 4013 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1141 3979 4066 4033 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1142 3979 4084 4066 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1143 3979 4114 4084 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1144 3979 4128 4114 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1145 3979 4147 4128 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1146 3979 4159 4147 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1147 3979 4167 4159 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1148 3979 4168 4167 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1149 3979 4166 4168 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1150 3979 4158 4166 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1151 3979 4146 4158 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1152 3979 4127 4146 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1153 3979 4113 4127 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1154 3979 4083 4113 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1155 3979 4065 4083 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1156 3979 4032 4065 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1157 3979 4012 4032 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1158 3979 3991 4012 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1159 3979 3953 3991 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1160 3979 3919 3953 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1161 3979 3896 3919 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1162 3979 3875 3896 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1163 3979 3858 3875 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1164 3979 3838 3858 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1165 3979 3805 3838 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1166 3979 3793 3805 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1167 3979 3768 3793 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1168 3979 3766 3768 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1169 3979 3769 3766 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1170 3979 3794 3769 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1171 3979 3806 3794 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1172 3979 3839 3806 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1173 3979 3859 3839 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1174 3979 3876 3859 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1175 3979 3897 3876 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1176 3979 3920 3897 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1177 3979 3954 3920 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1178 3979 3992 3954 {mat="nomaterial" groups="default pupilr" rgb=(0 0 0)}
Face 1179 672 757 751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1180 751 662 672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1181 617 587 703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1182 703 714 617 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1183 583 632 635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1184 635 574 583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1185 574 635 622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1186 622 606 574 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1187 619 643 583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1188 583 574 619 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1189 334 298 311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1190 311 232 334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1191 21 15 11 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1192 11 32 21 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1193 160 231 167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1194 167 92 160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1195 289 223 306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1196 306 344 289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1197 10373 10383 10294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1198 10294 10288 10373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1199 10428 10331 10342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1200 10342 10458 10428 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1201 10471 10410 10413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1202 10413 10462 10471 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1203 10439 10423 10410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1204 10410 10471 10439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1205 10426 10471 10462 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1206 10462 10402 10426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1207 10711 10813 10734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1208 10734 10747 10711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1209 11024 11013 11034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1210 11034 11030 11024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1211 10885 10953 10878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1212 10878 10814 10885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1213 10756 10701 10739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1214 10739 10822 10756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1215 67 52 59 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1216 59 78 67 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 1217 3473 3566 3509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1218 3509 3419 3473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1219 8493 8472 8544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1220 8544 8484 8493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1221 2798 2750 2961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1222 2961 2778 2798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1223 4896 4847 4887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1224 4887 4904 4896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 1225 8948 8757 8828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1226 8828 8840 8948 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1227 6018 6045 6450 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1228 6450 6245 6018 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1229 6799 6260 6809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1230 6809 7014 6799 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1231 2096 2202 2216 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1232 2216 2287 2096 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1233 5022 4798 4596 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1234 4596 4995 5022 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1235 4302 4089 4234 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1236 4234 4814 4302 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 1237 6357 6339 6533 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1238 6533 6474 6357 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1239 4691 4571 4507 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1240 4507 4710 4691 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 1241 4237 4286 11045 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1242 4286 4078 11045 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1243 4078 4037 11045 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1244 4037 4237 11045 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1245 4037 4078 11046 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1246 4078 3905 11046 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1247 3905 3868 11046 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1248 3868 4037 11046 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1249 3868 3905 11047 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1250 3905 3710 11047 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1251 3710 3666 11047 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1252 3666 3868 11047 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1253 3666 3710 11048 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1254 3710 3553 11048 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1255 3553 3518 11048 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1256 3518 3666 11048 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1257 3518 3553 11049 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1258 3553 3408 11049 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1259 3408 3369 11049 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1260 3369 3518 11049 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1261 3369 3408 11050 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1262 3408 3267 11050 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1263 3267 3226 11050 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1264 3226 3369 11050 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1265 3226 3267 11051 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1266 3267 3156 11051 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1267 3156 3116 11051 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1268 3116 3226 11051 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1269 3116 3156 11052 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1270 3156 3069 11052 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1271 3069 3021 11052 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1272 3021 3116 11052 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1273 3021 3069 11053 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1274 3069 2998 11053 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1275 2998 2949 11053 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1276 2949 3021 11053 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1277 2949 2998 11054 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1278 2998 2980 11054 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1279 2980 2924 11054 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1280 2924 2949 11054 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1281 2924 2980 11055 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1282 2980 2997 11055 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1283 2997 2948 11055 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1284 2948 2924 11055 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1285 2948 2997 11056 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1286 2997 3068 11056 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1287 3068 3020 11056 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1288 3020 2948 11056 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1289 3020 3068 11057 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1290 3068 3155 11057 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1291 3155 3115 11057 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1292 3115 3020 11057 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1293 3115 3155 11058 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1294 3155 3266 11058 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1295 3266 3225 11058 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1296 3225 3115 11058 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1297 3225 3266 11059 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1298 3266 3407 11059 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1299 3407 3368 11059 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1300 3368 3225 11059 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1301 3368 3407 11060 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1302 3407 3552 11060 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1303 3552 3517 11060 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1304 3517 3368 11060 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1305 3517 3552 11061 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1306 3552 3709 11061 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1307 3709 3665 11061 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1308 3665 3517 11061 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1309 3665 3709 11062 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1310 3709 3904 11062 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1311 3904 3867 11062 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1312 3867 3665 11062 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1313 3867 3904 11063 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1314 3904 4077 11063 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1315 4077 4036 11063 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1316 4036 3867 11063 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1317 4036 4077 11064 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1318 4077 4285 11064 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1319 4285 4236 11064 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1320 4236 4036 11064 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1321 4236 4285 11065 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1322 4285 4477 11065 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1323 4477 4415 11065 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1324 4415 4236 11065 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1325 4415 4477 11066 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1326 4477 4776 11066 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1327 4776 4707 11066 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1328 4707 4415 11066 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1329 4707 4776 11067 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1330 4776 5020 11067 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1331 5020 4952 11067 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1332 4952 4707 11067 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1333 4952 5020 11068 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1334 5020 5203 11068 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1335 5203 5158 11068 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1336 5158 4952 11068 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1337 5158 5203 11069 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1338 5203 5401 11069 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1339 5401 5318 11069 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1340 5318 5158 11069 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1341 5318 5401 11070 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1342 5401 5555 11070 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1343 5555 5473 11070 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1344 5473 5318 11070 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1345 5473 5555 11071 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1346 5555 5666 11071 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1347 5666 5588 11071 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1348 5588 5473 11071 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1349 5588 5666 11072 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1350 5666 5753 11072 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1351 5753 5678 11072 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1352 5678 5588 11072 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1353 5678 5753 11073 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1354 5753 5820 11073 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1355 5820 5734 11073 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1356 5734 5678 11073 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1357 5734 5820 11074 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1358 5820 5843 11074 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1359 5843 5747 11074 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1360 5747 5734 11074 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1361 5747 5843 11075 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1362 5843 5821 11075 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1363 5821 5735 11075 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1364 5735 5747 11075 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1365 5735 5821 11076 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1366 5821 5754 11076 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1367 5754 5679 11076 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1368 5679 5735 11076 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1369 5679 5754 11077 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1370 5754 5667 11077 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1371 5667 5589 11077 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1372 5589 5679 11077 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1373 5589 5667 11078 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1374 5667 5556 11078 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1375 5556 5474 11078 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1376 5474 5589 11078 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1377 5474 5556 11079 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1378 5556 5402 11079 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1379 5402 5319 11079 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1380 5319 5474 11079 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1381 5319 5402 11080 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1382 5402 5204 11080 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1383 5204 5159 11080 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1384 5159 5319 11080 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1385 5159 5204 11081 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1386 5204 5021 11081 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1387 5021 4953 11081 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1388 4953 5159 11081 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1389 4953 5021 11082 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1390 5021 4777 11082 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1391 4777 4708 11082 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1392 4708 4953 11082 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1393 4708 4777 11083 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1394 4777 4478 11083 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1395 4478 4416 11083 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1396 4416 4708 11083 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1397 4416 4478 11084 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1398 4478 4286 11084 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1399 4286 4237 11084 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1400 4237 4416 11084 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1401 4185 4237 11085 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1402 4237 4037 11085 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1403 4037 4006 11085 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1404 4006 4185 11085 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1405 4006 4037 11086 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1406 4037 3868 11086 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1407 3868 3836 11086 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1408 3836 4006 11086 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1409 3836 3868 11087 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1410 3868 3666 11087 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1411 3666 3646 11087 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1412 3646 3836 11087 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1413 3646 3666 11088 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1414 3666 3518 11088 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1415 3518 3500 11088 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1416 3500 3646 11088 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1417 3500 3518 11089 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1418 3518 3369 11089 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1419 3369 3351 11089 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1420 3351 3500 11089 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1421 3351 3369 11090 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1422 3369 3226 11090 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1423 3226 3214 11090 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1424 3214 3351 11090 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1425 3214 3226 11091 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1426 3226 3116 11091 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1427 3116 3104 11091 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1428 3104 3214 11091 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1429 3104 3116 11092 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1430 3116 3021 11092 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1431 3021 3015 11092 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1432 3015 3104 11092 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1433 3015 3021 11093 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1434 3021 2949 11093 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1435 2949 2943 11093 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1436 2943 3015 11093 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1437 2943 2949 11094 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1438 2949 2924 11094 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1439 2924 2921 11094 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1440 2921 2943 11094 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1441 2921 2924 11095 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1442 2924 2948 11095 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1443 2948 2942 11095 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1444 2942 2921 11095 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1445 2942 2948 11096 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1446 2948 3020 11096 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1447 3020 3014 11096 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1448 3014 2942 11096 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1449 3014 3020 11097 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1450 3020 3115 11097 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1451 3115 3103 11097 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1452 3103 3014 11097 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1453 3103 3115 11098 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1454 3115 3225 11098 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1455 3225 3213 11098 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1456 3213 3103 11098 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1457 3213 3225 11099 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1458 3225 3368 11099 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1459 3368 3350 11099 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1460 3350 3213 11099 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1461 3350 3368 11100 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1462 3368 3517 11100 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1463 3517 3499 11100 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1464 3499 3350 11100 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1465 3499 3517 11101 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1466 3517 3665 11101 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1467 3665 3645 11101 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1468 3645 3499 11101 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1469 3645 3665 11102 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1470 3665 3867 11102 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1471 3867 3835 11102 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1472 3835 3645 11102 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1473 3835 3867 11103 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1474 3867 4036 11103 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1475 4036 4005 11103 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1476 4005 3835 11103 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1477 4005 4036 11104 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1478 4036 4236 11104 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1479 4236 4184 11104 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1480 4184 4005 11104 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1481 4184 4236 11105 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1482 4236 4415 11105 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1483 4415 4361 11105 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1484 4361 4184 11105 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1485 4361 4415 11106 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1486 4415 4707 11106 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1487 4707 4615 11106 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1488 4615 4361 11106 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1489 4615 4707 11107 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1490 4707 4952 11107 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1491 4952 4876 11107 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1492 4876 4615 11107 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1493 4876 4952 11108 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1494 4952 5158 11108 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1495 5158 5066 11108 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1496 5066 4876 11108 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1497 5066 5158 11109 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1498 5158 5318 11109 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1499 5318 5220 11109 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1500 5220 5066 11109 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1501 5220 5318 11110 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1502 5318 5473 11110 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1503 5473 5374 11110 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1504 5374 5220 11110 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1505 5374 5473 11111 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1506 5473 5588 11111 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1507 5588 5483 11111 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1508 5483 5374 11111 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1509 5483 5588 11112 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1510 5588 5678 11112 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1511 5678 5575 11112 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1512 5575 5483 11112 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1513 5575 5678 11113 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1514 5678 5734 11113 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1515 5734 5622 11113 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1516 5622 5575 11113 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1517 5622 5734 11114 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1518 5734 5747 11114 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1519 5747 5636 11114 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1520 5636 5622 11114 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1521 5636 5747 11115 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1522 5747 5735 11115 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1523 5735 5623 11115 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1524 5623 5636 11115 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1525 5623 5735 11116 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1526 5735 5679 11116 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1527 5679 5576 11116 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1528 5576 5623 11116 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1529 5576 5679 11117 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1530 5679 5589 11117 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1531 5589 5484 11117 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1532 5484 5576 11117 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1533 5484 5589 11118 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1534 5589 5474 11118 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1535 5474 5375 11118 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1536 5375 5484 11118 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1537 5375 5474 11119 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1538 5474 5319 11119 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1539 5319 5221 11119 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1540 5221 5375 11119 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1541 5221 5319 11120 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1542 5319 5159 11120 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1543 5159 5067 11120 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1544 5067 5221 11120 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1545 5067 5159 11121 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1546 5159 4953 11121 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1547 4953 4877 11121 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1548 4877 5067 11121 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1549 4877 4953 11122 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1550 4953 4708 11122 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1551 4708 4616 11122 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1552 4616 4877 11122 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1553 4616 4708 11123 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1554 4708 4416 11123 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1555 4416 4362 11123 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1556 4362 4616 11123 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1557 4362 4416 11124 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1558 4416 4237 11124 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1559 4237 4185 11124 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1560 4185 4362 11124 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1561 4135 4185 11125 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1562 4185 4006 11125 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1563 4006 3970 11125 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1564 3970 4135 11125 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1565 3970 4006 11126 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1566 4006 3836 11126 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1567 3836 3803 11126 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1568 3803 3970 11126 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1569 3803 3836 11127 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1570 3836 3646 11127 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1571 3646 3634 11127 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1572 3634 3803 11127 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1573 3634 3646 11128 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1574 3646 3500 11128 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1575 3500 3498 11128 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1576 3498 3634 11128 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1577 3498 3500 11129 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1578 3500 3351 11129 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1579 3351 3360 11129 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1580 3360 3498 11129 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1581 3360 3351 11130 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1582 3351 3214 11130 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1583 3214 3235 11130 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1584 3235 3360 11130 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1585 3235 3214 11131 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1586 3214 3104 11131 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1587 3104 3135 11131 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1588 3135 3235 11131 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1589 3135 3104 11132 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1590 3104 3015 11132 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1591 3015 3052 11132 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1592 3052 3135 11132 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1593 3052 3015 11133 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1594 3015 2943 11133 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1595 2943 2995 11133 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1596 2995 3052 11133 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1597 2995 2943 11134 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1598 2943 2921 11134 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1599 2921 2975 11134 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1600 2975 2995 11134 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1601 2975 2921 11135 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1602 2921 2942 11135 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1603 2942 2994 11135 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1604 2994 2975 11135 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1605 2994 2942 11136 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1606 2942 3014 11136 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1607 3014 3051 11136 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1608 3051 2994 11136 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1609 3051 3014 11137 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1610 3014 3103 11137 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1611 3103 3134 11137 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1612 3134 3051 11137 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1613 3134 3103 11138 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1614 3103 3213 11138 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1615 3213 3234 11138 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1616 3234 3134 11138 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1617 3234 3213 11139 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1618 3213 3350 11139 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1619 3350 3359 11139 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1620 3359 3234 11139 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1621 3359 3350 11140 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1622 3350 3499 11140 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1623 3499 3497 11140 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1624 3497 3359 11140 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1625 3497 3499 11141 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1626 3499 3645 11141 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1627 3645 3633 11141 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1628 3633 3497 11141 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1629 3633 3645 11142 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1630 3645 3835 11142 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1631 3835 3802 11142 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1632 3802 3633 11142 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1633 3802 3835 11143 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1634 3835 4005 11143 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1635 4005 3969 11143 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1636 3969 3802 11143 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1637 3969 4005 11144 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1638 4005 4184 11144 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1639 4184 4134 11144 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1640 4134 3969 11144 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1641 4134 4184 11145 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1642 4184 4361 11145 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1643 4361 4308 11145 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1644 4308 4134 11145 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1645 4308 4361 11146 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1646 4361 4615 11146 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1647 4615 4489 11146 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1648 4489 4308 11146 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1649 4489 4615 11147 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1650 4615 4876 11147 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1651 4876 4756 11147 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1652 4756 4489 11147 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1653 4756 4876 11148 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1654 4876 5066 11148 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1655 5066 4958 11148 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1656 4958 4756 11148 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1657 4958 5066 11149 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1658 5066 5220 11149 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1659 5220 5122 11149 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1660 5122 4958 11149 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1661 5122 5220 11150 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1662 5220 5374 11150 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1663 5374 5246 11150 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1664 5246 5122 11150 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1665 5246 5374 11151 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1666 5374 5483 11151 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1667 5483 5357 11151 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1668 5357 5246 11151 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1669 5357 5483 11152 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1670 5483 5575 11152 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1671 5575 5445 11152 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1672 5445 5357 11152 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1673 5445 5575 11153 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1674 5575 5622 11153 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1675 5622 5479 11153 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1676 5479 5445 11153 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1677 5479 5622 11154 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1678 5622 5636 11154 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1679 5636 5489 11154 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1680 5489 5479 11154 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1681 5489 5636 11155 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1682 5636 5623 11155 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1683 5623 5480 11155 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1684 5480 5489 11155 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1685 5480 5623 11156 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1686 5623 5576 11156 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1687 5576 5446 11156 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1688 5446 5480 11156 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1689 5446 5576 11157 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1690 5576 5484 11157 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1691 5484 5358 11157 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1692 5358 5446 11157 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1693 5358 5484 11158 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1694 5484 5375 11158 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1695 5375 5247 11158 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1696 5247 5358 11158 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1697 5247 5375 11159 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1698 5375 5221 11159 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1699 5221 5123 11159 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1700 5123 5247 11159 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1701 5123 5221 11160 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1702 5221 5067 11160 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1703 5067 4959 11160 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1704 4959 5123 11160 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1705 4959 5067 11161 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1706 5067 4877 11161 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1707 4877 4757 11161 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1708 4757 4959 11161 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1709 4757 4877 11162 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1710 4877 4616 11162 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1711 4616 4490 11162 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1712 4490 4757 11162 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1713 4490 4616 11163 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1714 4616 4362 11163 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1715 4362 4309 11163 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1716 4309 4490 11163 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1717 4309 4362 11164 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1718 4362 4185 11164 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1719 4185 4135 11164 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1720 4135 4309 11164 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1721 4095 4135 11165 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1722 4135 3970 11165 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1723 3970 3950 11165 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1724 3950 4095 11165 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1725 3950 3970 11166 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1726 3970 3803 11166 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1727 3803 3781 11166 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1728 3781 3950 11166 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1729 3781 3803 11167 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1730 3803 3634 11167 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1731 3634 3638 11167 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1732 3638 3781 11167 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1733 3638 3634 11168 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1734 3634 3498 11168 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1735 3498 3516 11168 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1736 3516 3638 11168 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1737 3516 3498 11169 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1738 3498 3360 11169 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1739 3360 3397 11169 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1740 3397 3516 11169 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1741 3397 3360 11170 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1742 3360 3235 11170 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1743 3235 3279 11170 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1744 3279 3397 11170 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1745 3279 3235 11171 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1746 3235 3135 11171 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1747 3135 3194 11171 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1748 3194 3279 11171 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1749 3194 3135 11172 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1750 3135 3052 11172 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1751 3052 3125 11172 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1752 3125 3194 11172 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1753 3125 3052 11173 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1754 3052 2995 11173 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1755 2995 3078 11173 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1756 3078 3125 11173 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1757 3078 2995 11174 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1758 2995 2975 11174 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1759 2975 3065 11174 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1760 3065 3078 11174 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1761 3065 2975 11175 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1762 2975 2994 11175 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1763 2994 3077 11175 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1764 3077 3065 11175 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1765 3077 2994 11176 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1766 2994 3051 11176 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1767 3051 3124 11176 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1768 3124 3077 11176 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1769 3124 3051 11177 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1770 3051 3134 11177 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1771 3134 3193 11177 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1772 3193 3124 11177 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1773 3193 3134 11178 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1774 3134 3234 11178 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1775 3234 3278 11178 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1776 3278 3193 11178 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1777 3278 3234 11179 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1778 3234 3359 11179 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1779 3359 3396 11179 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1780 3396 3278 11179 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1781 3396 3359 11180 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1782 3359 3497 11180 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1783 3497 3515 11180 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1784 3515 3396 11180 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1785 3515 3497 11181 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1786 3497 3633 11181 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1787 3633 3637 11181 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1788 3637 3515 11181 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1789 3637 3633 11182 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1790 3633 3802 11182 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1791 3802 3780 11182 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1792 3780 3637 11182 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1793 3780 3802 11183 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1794 3802 3969 11183 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1795 3969 3949 11183 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1796 3949 3780 11183 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1797 3949 3969 11184 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1798 3969 4134 11184 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1799 4134 4094 11184 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1800 4094 3949 11184 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1801 4094 4134 11185 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1802 4134 4308 11185 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1803 4308 4261 11185 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1804 4261 4094 11185 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1805 4261 4308 11186 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1806 4308 4489 11186 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1807 4489 4406 11186 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1808 4406 4261 11186 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1809 4406 4489 11187 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1810 4489 4756 11187 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1811 4756 4624 11187 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1812 4624 4406 11187 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1813 4624 4756 11188 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1814 4756 4958 11188 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1815 4958 4832 11188 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1816 4832 4624 11188 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1817 4832 4958 11189 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1818 4958 5122 11189 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1819 5122 4981 11189 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1820 4981 4832 11189 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1821 4981 5122 11190 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1822 5122 5246 11190 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1823 5246 5108 11190 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1824 5108 4981 11190 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1825 5108 5246 11191 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1826 5246 5357 11191 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1827 5357 5192 11191 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1828 5192 5108 11191 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1829 5192 5357 11192 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1830 5357 5445 11192 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1831 5445 5272 11192 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1832 5272 5192 11192 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1833 5272 5445 11193 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1834 5445 5479 11193 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1835 5479 5311 11193 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1836 5311 5272 11193 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1837 5311 5479 11194 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1838 5479 5489 11194 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1839 5489 5325 11194 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1840 5325 5311 11194 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1841 5325 5489 11195 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1842 5489 5480 11195 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1843 5480 5312 11195 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1844 5312 5325 11195 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1845 5312 5480 11196 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1846 5480 5446 11196 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1847 5446 5273 11196 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1848 5273 5312 11196 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1849 5273 5446 11197 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1850 5446 5358 11197 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1851 5358 5193 11197 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1852 5193 5273 11197 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1853 5193 5358 11198 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1854 5358 5247 11198 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1855 5247 5109 11198 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1856 5109 5193 11198 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1857 5109 5247 11199 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1858 5247 5123 11199 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1859 5123 4982 11199 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1860 4982 5109 11199 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1861 4982 5123 11200 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1862 5123 4959 11200 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1863 4959 4833 11200 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1864 4833 4982 11200 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1865 4833 4959 11201 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1866 4959 4757 11201 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1867 4757 4625 11201 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1868 4625 4833 11201 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1869 4625 4757 11202 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1870 4757 4490 11202 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1871 4490 4407 11202 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1872 4407 4625 11202 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1873 4407 4490 11203 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1874 4490 4309 11203 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1875 4309 4262 11203 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1876 4262 4407 11203 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1877 4262 4309 11204 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1878 4309 4135 11204 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1879 4135 4095 11204 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1880 4095 4262 11204 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1881 4063 4095 11205 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1882 4095 3950 11205 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1883 3950 3931 11205 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1884 3931 4063 11205 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1885 3931 3950 11206 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1886 3950 3781 11206 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1887 3781 3790 11206 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1888 3790 3931 11206 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1889 3790 3781 11207 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1890 3781 3638 11207 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1891 3638 3657 11207 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1892 3657 3790 11207 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1893 3657 3638 11208 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1894 3638 3516 11208 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1895 3516 3550 11208 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1896 3550 3657 11208 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1897 3550 3516 11209 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1898 3516 3397 11209 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1899 3397 3443 11209 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1900 3443 3550 11209 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1901 3443 3397 11210 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1902 3397 3279 11210 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1903 3279 3353 11210 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1904 3353 3443 11210 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1905 3353 3279 11211 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1906 3279 3194 11211 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1907 3194 3274 11211 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1908 3274 3353 11211 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1909 3274 3194 11212 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1910 3194 3125 11212 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1911 3125 3211 11212 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1912 3211 3274 11212 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1913 3211 3125 11213 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1914 3125 3078 11213 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1915 3078 3181 11213 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1916 3181 3211 11213 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1917 3181 3078 11214 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1918 3078 3065 11214 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1919 3065 3171 11214 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1920 3171 3181 11214 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1921 3171 3065 11215 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1922 3065 3077 11215 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1923 3077 3180 11215 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1924 3180 3171 11215 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1925 3180 3077 11216 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1926 3077 3124 11216 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1927 3124 3210 11216 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1928 3210 3180 11216 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1929 3210 3124 11217 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1930 3124 3193 11217 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1931 3193 3273 11217 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1932 3273 3210 11217 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1933 3273 3193 11218 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1934 3193 3278 11218 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1935 3278 3352 11218 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1936 3352 3273 11218 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1937 3352 3278 11219 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1938 3278 3396 11219 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1939 3396 3442 11219 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1940 3442 3352 11219 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1941 3442 3396 11220 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1942 3396 3515 11220 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1943 3515 3549 11220 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1944 3549 3442 11220 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1945 3549 3515 11221 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1946 3515 3637 11221 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1947 3637 3656 11221 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1948 3656 3549 11221 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1949 3656 3637 11222 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1950 3637 3780 11222 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1951 3780 3789 11222 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1952 3789 3656 11222 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1953 3789 3780 11223 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1954 3780 3949 11223 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1955 3949 3930 11223 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1956 3930 3789 11223 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1957 3930 3949 11224 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1958 3949 4094 11224 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1959 4094 4062 11224 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1960 4062 3930 11224 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1961 4062 4094 11225 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1962 4094 4261 11225 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1963 4261 4193 11225 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1964 4193 4062 11225 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1965 4193 4261 11226 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1966 4261 4406 11226 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1967 4406 4323 11226 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1968 4323 4193 11226 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1969 4323 4406 11227 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1970 4406 4624 11227 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1971 4624 4459 11227 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1972 4459 4323 11227 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1973 4459 4624 11228 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1974 4624 4832 11228 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1975 4832 4665 11228 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1976 4665 4459 11228 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1977 4665 4832 11229 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1978 4832 4981 11229 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1979 4981 4822 11229 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1980 4822 4665 11229 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1981 4822 4981 11230 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1982 4981 5108 11230 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1983 5108 4937 11230 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1984 4937 4822 11230 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1985 4937 5108 11231 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1986 5108 5192 11231 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1987 5192 5023 11231 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1988 5023 4937 11231 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1989 5023 5192 11232 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1990 5192 5272 11232 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1991 5272 5092 11232 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1992 5092 5023 11232 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1993 5092 5272 11233 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1994 5272 5311 11233 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1995 5311 5132 11233 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1996 5132 5092 11233 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1997 5132 5311 11234 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1998 5311 5325 11234 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 1999 5325 5148 11234 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2000 5148 5132 11234 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2001 5148 5325 11235 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2002 5325 5312 11235 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2003 5312 5133 11235 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2004 5133 5148 11235 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2005 5133 5312 11236 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2006 5312 5273 11236 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2007 5273 5093 11236 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2008 5093 5133 11236 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2009 5093 5273 11237 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2010 5273 5193 11237 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2011 5193 5024 11237 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2012 5024 5093 11237 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2013 5024 5193 11238 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2014 5193 5109 11238 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2015 5109 4938 11238 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2016 4938 5024 11238 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2017 4938 5109 11239 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2018 5109 4982 11239 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2019 4982 4823 11239 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2020 4823 4938 11239 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2021 4823 4982 11240 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2022 4982 4833 11240 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2023 4833 4666 11240 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2024 4666 4823 11240 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2025 4666 4833 11241 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2026 4833 4625 11241 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2027 4625 4460 11241 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2028 4460 4666 11241 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2029 4460 4625 11242 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2030 4625 4407 11242 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2031 4407 4324 11242 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2032 4324 4460 11242 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2033 4324 4407 11243 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2034 4407 4262 11243 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2035 4262 4194 11243 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2036 4194 4324 11243 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2037 4194 4262 11244 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2038 4262 4095 11244 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2039 4095 4063 11244 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2040 4063 4194 11244 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2041 4027 4063 11245 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2042 4063 3931 11245 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2043 3931 3922 11245 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2044 3922 4027 11245 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2045 3922 3931 11246 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2046 3931 3790 11246 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2047 3790 3810 11246 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2048 3810 3922 11246 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2049 3810 3790 11247 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2050 3790 3657 11247 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2051 3657 3690 11247 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2052 3690 3810 11247 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2053 3690 3657 11248 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2054 3657 3550 11248 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2055 3550 3596 11248 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2056 3596 3690 11248 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2057 3596 3550 11249 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2058 3550 3443 11249 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2059 3443 3526 11249 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2060 3526 3596 11249 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2061 3526 3443 11250 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2062 3443 3353 11250 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2063 3353 3441 11250 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2064 3441 3526 11250 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2065 3441 3353 11251 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2066 3353 3274 11251 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2067 3274 3387 11251 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2068 3387 3441 11251 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2069 3387 3274 11252 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2070 3274 3211 11252 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2071 3211 3332 11252 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2072 3332 3387 11252 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2073 3332 3211 11253 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2074 3211 3181 11253 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2075 3181 3311 11253 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2076 3311 3332 11253 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2077 3311 3181 11254 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2078 3181 3171 11254 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2079 3171 3297 11254 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2080 3297 3311 11254 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2081 3297 3171 11255 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2082 3171 3180 11255 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2083 3180 3310 11255 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2084 3310 3297 11255 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2085 3310 3180 11256 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2086 3180 3210 11256 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2087 3210 3331 11256 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2088 3331 3310 11256 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2089 3331 3210 11257 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2090 3210 3273 11257 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2091 3273 3386 11257 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2092 3386 3331 11257 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2093 3386 3273 11258 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2094 3273 3352 11258 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2095 3352 3440 11258 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2096 3440 3386 11258 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2097 3440 3352 11259 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2098 3352 3442 11259 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2099 3442 3525 11259 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2100 3525 3440 11259 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2101 3525 3442 11260 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2102 3442 3549 11260 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2103 3549 3595 11260 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2104 3595 3525 11260 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2105 3595 3549 11261 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2106 3549 3656 11261 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2107 3656 3689 11261 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2108 3689 3595 11261 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2109 3689 3656 11262 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2110 3656 3789 11262 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2111 3789 3809 11262 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2112 3809 3689 11262 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2113 3809 3789 11263 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2114 3789 3930 11263 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2115 3930 3921 11263 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2116 3921 3809 11263 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2117 3921 3930 11264 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2118 3930 4062 11264 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2119 4062 4026 11264 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2120 4026 3921 11264 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2121 4026 4062 11265 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2122 4062 4193 11265 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2123 4193 4141 11265 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2124 4141 4026 11265 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2125 4141 4193 11266 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2126 4193 4323 11266 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2127 4323 4263 11266 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2128 4263 4141 11266 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2129 4263 4323 11267 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2130 4323 4459 11267 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2131 4459 4350 11267 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2132 4350 4263 11267 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2133 4350 4459 11268 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2134 4459 4665 11268 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2135 4665 4457 11268 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2136 4457 4350 11268 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2137 4457 4665 11269 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2138 4665 4822 11269 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2139 4822 4610 11269 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2140 4610 4457 11269 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2141 4610 4822 11270 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2142 4822 4937 11270 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2143 4937 4733 11270 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2144 4733 4610 11270 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2145 4733 4937 11271 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2146 4937 5023 11271 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2147 5023 4819 11271 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2148 4819 4733 11271 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2149 4819 5023 11272 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2150 5023 5092 11272 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2151 5092 4883 11272 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2152 4883 4819 11272 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2153 4883 5092 11273 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2154 5092 5132 11273 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2155 5132 4907 11273 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2156 4907 4883 11273 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2157 4907 5132 11274 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2158 5132 5148 11274 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2159 5148 4921 11274 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2160 4921 4907 11274 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2161 4921 5148 11275 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2162 5148 5133 11275 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2163 5133 4908 11275 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2164 4908 4921 11275 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2165 4908 5133 11276 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2166 5133 5093 11276 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2167 5093 4884 11276 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2168 4884 4908 11276 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2169 4884 5093 11277 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2170 5093 5024 11277 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2171 5024 4820 11277 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2172 4820 4884 11277 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2173 4820 5024 11278 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2174 5024 4938 11278 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2175 4938 4734 11278 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2176 4734 4820 11278 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2177 4734 4938 11279 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2178 4938 4823 11279 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2179 4823 4611 11279 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2180 4611 4734 11279 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2181 4611 4823 11280 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2182 4823 4666 11280 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2183 4666 4458 11280 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2184 4458 4611 11280 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2185 4458 4666 11281 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2186 4666 4460 11281 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2187 4460 4351 11281 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2188 4351 4458 11281 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2189 4351 4460 11282 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2190 4460 4324 11282 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2191 4324 4264 11282 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2192 4264 4351 11282 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2193 4264 4324 11283 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2194 4324 4194 11283 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2195 4194 4142 11283 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2196 4142 4264 11283 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2197 4142 4194 11284 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2198 4194 4063 11284 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2199 4063 4027 11284 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2200 4027 4142 11284 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2201 4011 4027 11285 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2202 4027 3922 11285 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2203 3922 3924 11285 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2204 3924 4011 11285 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2205 3924 3922 11286 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2206 3922 3810 11286 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2207 3810 3852 11286 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2208 3852 3924 11286 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2209 3852 3810 11287 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2210 3810 3690 11287 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2211 3690 3737 11287 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2212 3737 3852 11287 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2213 3737 3690 11288 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2214 3690 3596 11288 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2215 3596 3669 11288 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2216 3669 3737 11288 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2217 3669 3596 11289 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2218 3596 3526 11289 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2219 3526 3600 11289 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2220 3600 3669 11289 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2221 3600 3526 11290 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2222 3526 3441 11290 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2223 3441 3556 11290 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2224 3556 3600 11290 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2225 3556 3441 11291 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2226 3441 3387 11291 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2227 3387 3512 11291 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2228 3512 3556 11291 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2229 3512 3387 11292 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2230 3387 3332 11292 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2231 3332 3481 11292 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2232 3481 3512 11292 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2233 3481 3332 11293 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2234 3332 3311 11293 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2235 3311 3453 11293 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2236 3453 3481 11293 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2237 3453 3311 11294 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2238 3311 3297 11294 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2239 3297 3444 11294 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2240 3444 3453 11294 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2241 3444 3297 11295 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2242 3297 3310 11295 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2243 3310 3452 11295 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2244 3452 3444 11295 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2245 3452 3310 11296 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2246 3310 3331 11296 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2247 3331 3480 11296 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2248 3480 3452 11296 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2249 3480 3331 11297 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2250 3331 3386 11297 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2251 3386 3511 11297 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2252 3511 3480 11297 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2253 3511 3386 11298 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2254 3386 3440 11298 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2255 3440 3555 11298 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2256 3555 3511 11298 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2257 3555 3440 11299 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2258 3440 3525 11299 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2259 3525 3599 11299 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2260 3599 3555 11299 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2261 3599 3525 11300 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2262 3525 3595 11300 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2263 3595 3668 11300 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2264 3668 3599 11300 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2265 3668 3595 11301 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2266 3595 3689 11301 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2267 3689 3736 11301 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2268 3736 3668 11301 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2269 3736 3689 11302 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2270 3689 3809 11302 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2271 3809 3851 11302 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2272 3851 3736 11302 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2273 3851 3809 11303 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2274 3809 3921 11303 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2275 3921 3923 11303 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2276 3923 3851 11303 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2277 3923 3921 11304 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2278 3921 4026 11304 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2279 4026 4010 11304 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2280 4010 3923 11304 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2281 4010 4026 11305 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2282 4026 4141 11305 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2283 4141 4086 11305 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2284 4086 4010 11305 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2285 4086 4141 11306 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2286 4141 4263 11306 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2287 4263 4178 11306 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2288 4178 4086 11306 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2289 4178 4263 11307 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2290 4263 4350 11307 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2291 4350 4271 11307 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2292 4271 4178 11307 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2293 4271 4350 11308 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2294 4350 4457 11308 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2295 4457 4328 11308 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2296 4328 4271 11308 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2297 4328 4457 11309 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2298 4457 4610 11309 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2299 4610 4402 11309 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2300 4402 4328 11309 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2301 4402 4610 11310 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2302 4610 4733 11310 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2303 4733 4461 11310 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2304 4461 4402 11310 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2305 4461 4733 11311 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2306 4733 4819 11311 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2307 4819 4544 11311 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2308 4544 4461 11311 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2309 4544 4819 11312 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2310 4819 4883 11312 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2311 4883 4599 11312 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2312 4599 4544 11312 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2313 4599 4883 11313 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2314 4883 4907 11313 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2315 4907 4638 11313 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2316 4638 4599 11313 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2317 4638 4907 11314 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2318 4907 4921 11314 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2319 4921 4654 11314 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2320 4654 4638 11314 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2321 4654 4921 11315 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2322 4921 4908 11315 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2323 4908 4639 11315 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2324 4639 4654 11315 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2325 4639 4908 11316 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2326 4908 4884 11316 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2327 4884 4600 11316 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2328 4600 4639 11316 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2329 4600 4884 11317 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2330 4884 4820 11317 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2331 4820 4545 11317 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2332 4545 4600 11317 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2333 4545 4820 11318 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2334 4820 4734 11318 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2335 4734 4462 11318 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2336 4462 4545 11318 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2337 4462 4734 11319 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2338 4734 4611 11319 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2339 4611 4403 11319 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2340 4403 4462 11319 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2341 4403 4611 11320 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2342 4611 4458 11320 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2343 4458 4329 11320 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2344 4329 4403 11320 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2345 4329 4458 11321 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2346 4458 4351 11321 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2347 4351 4272 11321 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2348 4272 4329 11321 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2349 4272 4351 11322 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2350 4351 4264 11322 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2351 4264 4179 11322 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2352 4179 4272 11322 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2353 4179 4264 11323 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2354 4264 4142 11323 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2355 4142 4087 11323 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2356 4087 4179 11323 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2357 4087 4142 11324 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2358 4142 4027 11324 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2359 4027 4011 11324 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2360 4011 4087 11324 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2361 4001 4011 11325 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2362 4011 3924 11325 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2363 3924 3935 11325 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2364 3935 4001 11325 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2365 3935 3924 11326 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2366 3924 3852 11326 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2367 3852 3882 11326 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2368 3882 3935 11326 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2369 3882 3852 11327 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2370 3852 3737 11327 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2371 3737 3831 11327 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2372 3831 3882 11327 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2373 3831 3737 11328 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2374 3737 3669 11328 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2375 3669 3751 11328 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2376 3751 3831 11328 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2377 3751 3669 11329 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2378 3669 3600 11329 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2379 3600 3714 11329 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2380 3714 3751 11329 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2381 3714 3600 11330 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2382 3600 3556 11330 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2383 3556 3675 11330 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2384 3675 3714 11330 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2385 3675 3556 11331 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2386 3556 3512 11331 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2387 3512 3643 11331 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2388 3643 3675 11331 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2389 3643 3512 11332 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2390 3512 3481 11332 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2391 3481 3621 11332 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2392 3621 3643 11332 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2393 3621 3481 11333 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2394 3481 3453 11333 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2395 3453 3602 11333 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2396 3602 3621 11333 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2397 3602 3453 11334 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2398 3453 3444 11334 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2399 3444 3597 11334 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2400 3597 3602 11334 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2401 3597 3444 11335 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2402 3444 3452 11335 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2403 3452 3601 11335 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2404 3601 3597 11335 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2405 3601 3452 11336 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2406 3452 3480 11336 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2407 3480 3620 11336 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2408 3620 3601 11336 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2409 3620 3480 11337 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2410 3480 3511 11337 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2411 3511 3642 11337 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2412 3642 3620 11337 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2413 3642 3511 11338 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2414 3511 3555 11338 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2415 3555 3674 11338 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2416 3674 3642 11338 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2417 3674 3555 11339 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2418 3555 3599 11339 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2419 3599 3713 11339 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2420 3713 3674 11339 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2421 3713 3599 11340 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2422 3599 3668 11340 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2423 3668 3750 11340 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2424 3750 3713 11340 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2425 3750 3668 11341 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2426 3668 3736 11341 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2427 3736 3830 11341 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2428 3830 3750 11341 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2429 3830 3736 11342 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2430 3736 3851 11342 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2431 3851 3881 11342 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2432 3881 3830 11342 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2433 3881 3851 11343 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2434 3851 3923 11343 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2435 3923 3934 11343 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2436 3934 3881 11343 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2437 3934 3923 11344 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2438 3923 4010 11344 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2439 4010 4000 11344 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2440 4000 3934 11344 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2441 4000 4010 11345 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2442 4010 4086 11345 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2443 4086 4048 11345 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2444 4048 4000 11345 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2445 4048 4086 11346 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2446 4086 4178 11346 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2447 4178 4103 11346 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2448 4103 4048 11346 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2449 4103 4178 11347 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2450 4178 4271 11347 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2451 4271 4161 11347 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2452 4161 4103 11347 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2453 4161 4271 11348 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2454 4271 4328 11348 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2455 4328 4213 11348 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2456 4213 4161 11348 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2457 4213 4328 11349 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2458 4328 4402 11349 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2459 4402 4268 11349 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2460 4268 4213 11349 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2461 4268 4402 11350 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2462 4402 4461 11350 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2463 4461 4295 11350 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2464 4295 4268 11350 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2465 4295 4461 11351 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2466 4461 4544 11351 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2467 4544 4318 11351 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2468 4318 4295 11351 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2469 4318 4544 11352 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2470 4544 4599 11352 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2471 4599 4340 11352 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2472 4340 4318 11352 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2473 4340 4599 11353 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2474 4599 4638 11353 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2475 4638 4357 11353 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2476 4357 4340 11353 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2477 4357 4638 11354 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2478 4638 4654 11354 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2479 4654 4364 11354 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2480 4364 4357 11354 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2481 4364 4654 11355 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2482 4654 4639 11355 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2483 4639 4358 11355 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2484 4358 4364 11355 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2485 4358 4639 11356 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2486 4639 4600 11356 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2487 4600 4341 11356 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2488 4341 4358 11356 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2489 4341 4600 11357 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2490 4600 4545 11357 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2491 4545 4319 11357 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2492 4319 4341 11357 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2493 4319 4545 11358 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2494 4545 4462 11358 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2495 4462 4296 11358 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2496 4296 4319 11358 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2497 4296 4462 11359 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2498 4462 4403 11359 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2499 4403 4269 11359 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2500 4269 4296 11359 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2501 4269 4403 11360 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2502 4403 4329 11360 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2503 4329 4214 11360 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2504 4214 4269 11360 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2505 4214 4329 11361 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2506 4329 4272 11361 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2507 4272 4162 11361 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2508 4162 4214 11361 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2509 4162 4272 11362 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2510 4272 4179 11362 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2511 4179 4104 11362 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2512 4104 4162 11362 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2513 4104 4179 11363 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2514 4179 4087 11363 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2515 4087 4049 11363 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2516 4049 4104 11363 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2517 4049 4087 11364 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2518 4087 4011 11364 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2519 4011 4001 11364 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2520 4001 4049 11364 {mat="nomaterial" groups="default eyer" rgb=(.5 .5 .5)}
Face 2521 3992 4001 11365 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2522 4001 3935 11365 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2523 3935 3954 11365 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2524 3954 3992 11365 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2525 3954 3935 11366 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2526 3935 3882 11366 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2527 3882 3920 11366 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2528 3920 3954 11366 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2529 3920 3882 11367 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2530 3882 3831 11367 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2531 3831 3897 11367 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2532 3897 3920 11367 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2533 3897 3831 11368 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2534 3831 3751 11368 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2535 3751 3876 11368 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2536 3876 3897 11368 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2537 3876 3751 11369 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2538 3751 3714 11369 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2539 3714 3859 11369 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2540 3859 3876 11369 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2541 3859 3714 11370 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2542 3714 3675 11370 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2543 3675 3839 11370 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2544 3839 3859 11370 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2545 3839 3675 11371 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2546 3675 3643 11371 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2547 3643 3806 11371 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2548 3806 3839 11371 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2549 3806 3643 11372 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2550 3643 3621 11372 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2551 3621 3794 11372 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2552 3794 3806 11372 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2553 3794 3621 11373 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2554 3621 3602 11373 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2555 3602 3769 11373 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2556 3769 3794 11373 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2557 3769 3602 11374 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2558 3602 3597 11374 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2559 3597 3766 11374 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2560 3766 3769 11374 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2561 3766 3597 11375 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2562 3597 3601 11375 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2563 3601 3768 11375 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2564 3768 3766 11375 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2565 3768 3601 11376 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2566 3601 3620 11376 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2567 3620 3793 11376 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2568 3793 3768 11376 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2569 3793 3620 11377 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2570 3620 3642 11377 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2571 3642 3805 11377 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2572 3805 3793 11377 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2573 3805 3642 11378 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2574 3642 3674 11378 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2575 3674 3838 11378 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2576 3838 3805 11378 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2577 3838 3674 11379 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2578 3674 3713 11379 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2579 3713 3858 11379 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2580 3858 3838 11379 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2581 3858 3713 11380 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2582 3713 3750 11380 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2583 3750 3875 11380 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2584 3875 3858 11380 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2585 3875 3750 11381 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2586 3750 3830 11381 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2587 3830 3896 11381 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2588 3896 3875 11381 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2589 3896 3830 11382 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2590 3830 3881 11382 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2591 3881 3919 11382 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2592 3919 3896 11382 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2593 3919 3881 11383 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2594 3881 3934 11383 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2595 3934 3953 11383 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2596 3953 3919 11383 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2597 3953 3934 11384 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2598 3934 4000 11384 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2599 4000 3991 11384 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2600 3991 3953 11384 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2601 3991 4000 11385 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2602 4000 4048 11385 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2603 4048 4012 11385 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2604 4012 3991 11385 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2605 4012 4048 11386 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2606 4048 4103 11386 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2607 4103 4032 11386 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2608 4032 4012 11386 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2609 4032 4103 11387 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2610 4103 4161 11387 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2611 4161 4065 11387 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2612 4065 4032 11387 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2613 4065 4161 11388 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2614 4161 4213 11388 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2615 4213 4083 11388 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2616 4083 4065 11388 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2617 4083 4213 11389 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2618 4213 4268 11389 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2619 4268 4113 11389 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2620 4113 4083 11389 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2621 4113 4268 11390 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2622 4268 4295 11390 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2623 4295 4127 11390 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2624 4127 4113 11390 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2625 4127 4295 11391 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2626 4295 4318 11391 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2627 4318 4146 11391 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2628 4146 4127 11391 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2629 4146 4318 11392 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2630 4318 4340 11392 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2631 4340 4158 11392 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2632 4158 4146 11392 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2633 4158 4340 11393 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2634 4340 4357 11393 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2635 4357 4166 11393 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2636 4166 4158 11393 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2637 4166 4357 11394 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2638 4357 4364 11394 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2639 4364 4168 11394 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2640 4168 4166 11394 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2641 4168 4364 11395 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2642 4364 4358 11395 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2643 4358 4167 11395 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2644 4167 4168 11395 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2645 4167 4358 11396 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2646 4358 4341 11396 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2647 4341 4159 11396 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2648 4159 4167 11396 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2649 4159 4341 11397 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2650 4341 4319 11397 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2651 4319 4147 11397 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2652 4147 4159 11397 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2653 4147 4319 11398 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2654 4319 4296 11398 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2655 4296 4128 11398 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2656 4128 4147 11398 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2657 4128 4296 11399 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2658 4296 4269 11399 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2659 4269 4114 11399 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2660 4114 4128 11399 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2661 4114 4269 11400 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2662 4269 4214 11400 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2663 4214 4084 11400 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2664 4084 4114 11400 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2665 4084 4214 11401 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2666 4214 4162 11401 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2667 4162 4066 11401 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2668 4066 4084 11401 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2669 4066 4162 11402 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2670 4162 4104 11402 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2671 4104 4033 11402 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2672 4033 4066 11402 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2673 4033 4104 11403 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2674 4104 4049 11403 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2675 4049 4013 11403 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2676 4013 4033 11403 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2677 4013 4049 11404 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2678 4049 4001 11404 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2679 4001 3992 11404 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2680 3992 4013 11404 {mat="nomaterial" groups="default irisr" rgb=(1 1 1)}
Face 2681 4915 4881 11405 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2682 4881 4464 11405 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2683 4464 4680 11405 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2684 4680 4915 11405 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2685 4903 4669 11406 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2686 4669 4452 11406 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2687 4452 4870 11406 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2688 4870 4903 11406 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2689 4741 4955 11407 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2690 4955 4710 11407 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2691 4710 4507 11407 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2692 4507 4741 11407 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2693 5327 5707 11408 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2694 5707 5553 11408 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2695 5553 5333 11408 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2696 5333 5327 11408 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2697 6127 6367 11409 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2698 6367 6534 11409 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2699 6534 6160 11409 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2700 6160 6127 11409 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2701 6172 6588 11410 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2702 6588 6377 11410 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2703 6377 6140 11410 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2704 6140 6172 11410 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2705 6063 6083 11411 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2706 6083 6533 11411 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2707 6533 6339 11411 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2708 6339 6063 11411 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2709 4741 4507 11412 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2710 4507 4498 11412 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2711 4498 4737 11412 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2712 4737 4741 11412 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2713 4944 4816 11413 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2714 4816 5290 11413 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2715 5290 5323 11413 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2716 5323 4944 11413 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2717 4977 4955 11414 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2718 4955 5327 11414 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2719 5327 5333 11414 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2720 5333 4977 11414 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2721 5707 5327 11415 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2722 5327 5313 11415 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2723 5313 5723 11415 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2724 5723 5707 11415 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2725 5301 5313 11416 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2726 5313 4903 11416 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2727 4903 4870 11416 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2728 4870 5301 11416 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2729 4669 4903 11417 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2730 4903 4955 11417 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2731 4955 4741 11417 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2732 4741 4669 11417 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2733 4737 4944 11418 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2734 4944 4915 11418 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2735 4915 4680 11418 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2736 4680 4737 11418 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2737 4881 4915 11419 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2738 4915 5315 11419 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2739 5315 5303 11419 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2740 5303 4881 11419 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2741 5720 5315 11420 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2742 5315 5323 11420 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2743 5323 5711 11420 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2744 5711 5720 11420 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2745 4680 4464 11421 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2746 4464 4433 11421 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2747 4433 4669 11421 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2748 4669 4680 11421 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2749 6311 6542 11422 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2750 6542 6533 11422 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2751 6533 6306 11422 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2752 6306 6311 11422 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2753 5711 5751 11423 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2754 5751 6228 11423 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2755 6228 6096 11423 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2756 6096 5711 11423 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2757 6172 6140 11424 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2758 6140 5723 11424 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2759 5723 5739 11424 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2760 5739 6172 11424 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2761 5700 5707 11425 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2762 5707 6083 11425 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2763 6083 6063 11425 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2764 6063 5700 11425 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2765 6306 6083 11426 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2766 6083 6140 11426 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2767 6140 6377 11426 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2768 6377 6306 11426 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2769 5736 5720 11427 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2770 5720 6127 11427 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2771 6127 6160 11427 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2772 6160 5736 11427 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2773 6367 6127 11428 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2774 6127 6096 11428 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2775 6096 6311 11428 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2776 6311 6367 11428 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2777 6377 6605 11429 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2778 6605 6577 11429 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2779 6577 6367 11429 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2780 6367 6377 11429 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2781 4737 4498 11430 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2782 4498 4816 11430 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2783 4816 4944 11430 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2784 4944 4737 11430 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2785 5323 5290 11431 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2786 5290 5751 11431 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2787 5751 5711 11431 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2788 5711 5323 11431 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2789 6542 6311 11432 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2790 6311 6096 11432 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2791 6096 6228 11432 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2792 6228 6542 11432 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2793 5723 5313 11433 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2794 5313 5301 11433 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2795 5301 5739 11433 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2796 5739 5723 11433 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2797 5303 5315 11434 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2798 5315 5720 11434 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2799 5720 5736 11434 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2800 5736 5303 11434 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2801 6311 6306 11435 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2802 6306 6377 11435 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2803 6377 6367 11435 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2804 6367 6311 11435 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2805 5720 5711 11436 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2806 5711 6096 11436 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2807 6096 6127 11436 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2808 6127 5720 11436 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2809 6140 6083 11437 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2810 6083 5707 11437 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2811 5707 5723 11437 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2812 5723 6140 11437 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2813 4741 4737 11438 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2814 4737 4680 11438 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2815 4680 4669 11438 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2816 4669 4741 11438 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2817 5323 5315 11439 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2818 5315 4915 11439 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2819 4915 4944 11439 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2820 4944 5323 11439 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2821 4955 4903 11440 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2822 4903 5313 11440 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2823 5313 5327 11440 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2824 5327 4955 11440 {mat="nomaterial" groups="default hairbob" rgb=(1 0 0)}
Face 2825 2769 2779 11441 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2826 2779 2657 11441 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2827 2657 2647 11441 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2828 2647 2769 11441 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2829 2577 2657 11442 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2830 2657 2668 11442 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2831 2668 2584 11442 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2832 2584 2577 11442 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2833 2692 2668 11443 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2834 2668 2794 11443 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2835 2794 2820 11443 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2836 2820 2692 11443 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2837 3002 2794 11444 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2838 2794 2779 11444 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2839 2779 2973 11444 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2840 2973 3002 11444 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2841 2570 2577 11445 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2842 2577 2500 11445 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2843 2500 2496 11445 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2844 2496 2570 11445 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2845 2518 2500 11446 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2846 2500 2584 11446 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2847 2584 2597 11446 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2848 2597 2518 11446 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2849 4841 4867 11447 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2850 4867 4609 11447 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2851 4609 4587 11447 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2852 4587 4841 11447 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2853 4377 4609 11448 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2854 4609 4622 11448 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2855 4622 4383 11448 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2856 4383 4377 11448 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2857 4655 4622 11449 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2858 4622 4889 11449 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2859 4889 4905 11449 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2860 4905 4655 11449 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2861 5004 4889 11450 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2862 4889 4867 11450 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2863 4867 4971 11450 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2864 4971 5004 11450 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2865 3190 3219 11451 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2866 3219 2973 11451 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2867 2973 2932 11451 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2868 2932 3190 11451 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2869 3044 3002 11452 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2870 3002 3255 11452 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2871 3255 3292 11452 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2872 3292 3044 11452 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2873 3484 3255 11453 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2874 3255 3219 11453 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2875 3219 3449 11453 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2876 3449 3484 11453 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2877 3654 3672 11454 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2878 3672 3449 11454 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2879 3449 3421 11454 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2880 3421 3654 11454 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2881 3508 3484 11455 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2882 3484 3677 11455 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2883 3677 3688 11455 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2884 3688 3508 11455 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2885 3887 3677 11456 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2886 3677 3672 11456 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2887 3672 3889 11456 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2888 3889 3887 11456 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2889 4051 4055 11457 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2890 4055 3889 11457 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2891 3889 3880 11457 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2892 3880 4051 11457 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2893 3898 3887 11458 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2894 3887 4054 11458 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2895 4054 4068 11458 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2896 4068 3898 11458 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2897 4228 4054 11459 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2898 4054 4055 11459 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2899 4055 4227 11459 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2900 4227 4228 11459 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2901 4372 4377 11460 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2902 4377 4227 11460 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2903 4227 4223 11460 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2904 4223 4372 11460 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2905 4240 4228 11461 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2906 4228 4383 11461 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2907 4383 4397 11461 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2908 4397 4240 11461 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2909 2647 2570 11462 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2910 2570 2562 11462 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2911 2562 2635 11462 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2912 2635 2647 11462 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2913 2572 2562 11463 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2914 2562 2496 11463 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2915 2496 2506 11463 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2916 2506 2572 11463 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2917 2932 2769 11464 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2918 2769 2747 11464 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2919 2747 2897 11464 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2920 2897 2932 11464 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2921 2753 2747 11465 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2922 2747 2635 11465 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2923 2635 2651 11465 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2924 2651 2753 11465 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2925 3421 3190 11466 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2926 3190 3153 11466 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2927 3153 3390 11466 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2928 3390 3421 11466 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2929 3144 3153 11467 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2930 3153 2897 11467 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2931 2897 2900 11467 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2932 2900 3144 11467 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2933 3880 3654 11468 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2934 3654 3625 11468 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2935 3625 3863 11468 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2936 3863 3880 11468 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2937 3612 3625 11469 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2938 3625 3390 11469 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2939 3390 3376 11469 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2940 3376 3612 11469 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2941 4223 4051 11470 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2942 4051 4043 11470 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2943 4043 4220 11470 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2944 4220 4223 11470 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2945 4045 4043 11471 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2946 4043 3863 11471 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2947 3863 3861 11471 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2948 3861 4045 11471 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2949 4587 4372 11472 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2950 4372 4366 11472 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2951 4366 4569 11472 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2952 4569 4587 11472 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2953 4365 4366 11473 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2954 4366 4220 11473 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2955 4220 4222 11473 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2956 4222 4365 11473 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2957 4942 4841 11474 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2958 4841 4809 11474 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2959 4809 4912 11474 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2960 4912 4942 11474 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2961 4792 4809 11475 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2962 4809 4569 11475 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2963 4569 4562 11475 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2964 4562 4792 11475 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2965 2727 2631 11476 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2966 2631 2597 11476 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2967 2597 2692 11476 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2968 2692 2727 11476 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2969 2651 2572 11477 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2970 2572 2615 11477 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2971 2615 2687 11477 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2972 2687 2651 11477 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2973 2900 2753 11478 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2974 2753 2784 11478 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2975 2784 2935 11478 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2976 2935 2900 11478 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2977 3376 3144 11479 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2978 3144 3165 11479 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2979 3165 3393 11479 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2980 3393 3376 11479 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2981 3861 3612 11480 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2982 3612 3630 11480 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2983 3630 3869 11480 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2984 3869 3861 11480 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2985 4222 4045 11481 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2986 4045 4052 11481 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2987 4052 4231 11481 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2988 4231 4222 11481 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2989 4562 4365 11482 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2990 4365 4367 11482 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2991 4367 4564 11482 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2992 4564 4562 11482 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2993 4912 4792 11483 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2994 4792 4801 11483 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2995 4801 4928 11483 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2996 4928 4912 11483 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2997 4905 5004 11484 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2998 5004 5028 11484 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 2999 5028 4939 11484 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3000 4939 4905 11484 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3001 4397 4655 11485 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3002 4655 4690 11485 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3003 4690 4423 11485 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3004 4423 4397 11485 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3005 4068 4240 11486 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3006 4240 4280 11486 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3007 4280 4096 11486 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3008 4096 4068 11486 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3009 3688 3898 11487 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3010 3898 3927 11487 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3011 3927 3720 11487 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3012 3720 3688 11487 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3013 3292 3508 11488 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3014 3508 3543 11488 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3015 3543 3328 11488 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3016 3328 3292 11488 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3017 2820 3044 11489 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3018 3044 3093 11489 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3019 3093 2859 11489 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3020 2859 2820 11489 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3021 8224 8252 11490 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3022 8252 8383 11490 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3023 8383 8355 11490 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3024 8355 8224 11490 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3025 8463 8383 11491 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3026 8383 8393 11491 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3027 8393 8470 11491 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3028 8470 8463 11491 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3029 8401 8393 11492 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3030 8393 8265 11492 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3031 8265 8277 11492 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3032 8277 8401 11492 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3033 8062 8265 11493 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3034 8265 8252 11493 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3035 8252 8034 11493 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3036 8034 8062 11493 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3037 8448 8463 11494 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3038 8463 8543 11494 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3039 8543 8527 11494 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3040 8527 8448 11494 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3041 8548 8543 11495 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3042 8543 8470 11495 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3043 8470 8479 11495 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3044 8479 8548 11495 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3045 6137 6152 11496 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3046 6152 6425 11496 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3047 6425 6391 11496 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3048 6391 6137 11496 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3049 6658 6425 11497 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3050 6425 6437 11497 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3051 6437 6662 11497 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3052 6662 6658 11497 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3053 6459 6437 11498 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3054 6437 6175 11498 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3055 6175 6201 11498 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3056 6201 6459 11498 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3057 6066 6175 11499 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3058 6175 6152 11499 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3059 6152 6035 11499 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3060 6035 6066 11499 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3061 7753 7790 11500 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3062 7790 8034 11500 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3063 8034 7989 11500 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3064 7989 7753 11500 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3065 8104 8062 11501 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3066 8062 7825 11501 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3067 7825 7858 11501 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3068 7858 8104 11501 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3069 7595 7825 11502 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3070 7825 7790 11502 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3071 7790 7560 11502 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3072 7560 7595 11502 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3073 7353 7366 11503 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3074 7366 7560 11503 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3075 7560 7534 11503 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3076 7534 7353 11503 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3077 7624 7595 11504 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3078 7595 7372 11504 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3079 7372 7392 11504 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3080 7392 7624 11504 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3081 7154 7372 11505 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3082 7372 7366 11505 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3083 7366 7156 11505 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3084 7156 7154 11505 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3085 6974 6986 11506 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3086 6986 7156 11506 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3087 7156 7145 11506 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3088 7145 6974 11506 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3089 7163 7154 11507 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3090 7154 6985 11507 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3091 6985 6989 11507 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3092 6989 7163 11507 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3093 6818 6985 11508 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3094 6985 6986 11508 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3095 6986 6817 11508 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3096 6817 6818 11508 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3097 6643 6658 11509 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3098 6658 6817 11509 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3099 6817 6803 11509 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3100 6803 6643 11509 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3101 6822 6818 11510 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3102 6818 6662 11510 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3103 6662 6667 11510 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3104 6667 6822 11510 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3105 8414 8485 11511 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3106 8485 8479 11511 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3107 8479 8401 11511 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3108 8401 8414 11511 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3109 8538 8548 11512 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3110 8548 8485 11512 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3111 8485 8476 11512 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3112 8476 8538 11512 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3113 8398 8414 11513 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3114 8414 8297 11513 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3115 8297 8292 11513 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3116 8292 8398 11513 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3117 8145 8297 11514 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3118 8297 8277 11514 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3119 8277 8104 11514 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3120 8104 8145 11514 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3121 8142 8145 11515 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3122 8145 7891 11515 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3123 7891 7898 11515 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3124 7898 8142 11515 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3125 7655 7891 11516 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3126 7891 7858 11516 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3127 7858 7624 11516 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3128 7624 7655 11516 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3129 7666 7655 11517 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3130 7655 7420 11517 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3131 7420 7432 11517 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3132 7432 7666 11517 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3133 7178 7420 11518 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3134 7420 7392 11518 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3135 7392 7163 11518 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3136 7163 7178 11518 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3137 7182 7178 11519 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3138 7178 6996 11519 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3139 6996 6994 11519 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3140 6994 7182 11519 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3141 6825 6996 11520 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3142 6996 6989 11520 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3143 6989 6822 11520 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3144 6822 6825 11520 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3145 6823 6825 11521 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3146 6825 6672 11521 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3147 6672 6673 11521 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3148 6673 6823 11521 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3149 6476 6672 11522 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3150 6672 6667 11522 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3151 6667 6459 11522 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3152 6459 6476 11522 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3153 6483 6476 11523 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3154 6476 6234 11523 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3155 6234 6250 11523 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3156 6250 6483 11523 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3157 6131 6234 11524 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3158 6234 6201 11524 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3159 6201 6097 11524 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3160 6097 6131 11524 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3161 8355 8448 11525 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3162 8448 8417 11525 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3163 8417 8316 11525 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3164 8316 8355 11525 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3165 8360 8434 11526 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3166 8434 8476 11526 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3167 8476 8398 11526 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3168 8398 8360 11526 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3169 8100 8259 11527 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3170 8259 8292 11527 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3171 8292 8142 11527 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3172 8142 8100 11527 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3173 7652 7878 11528 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3174 7878 7898 11528 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3175 7898 7666 11528 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3176 7666 7652 11528 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3177 7172 7415 11529 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3178 7415 7432 11529 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3179 7432 7182 11529 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3180 7182 7172 11529 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3181 6812 6988 11530 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3182 6988 6994 11530 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3183 6994 6823 11530 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3184 6823 6812 11530 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3185 6481 6671 11531 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3186 6671 6673 11531 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3187 6673 6483 11531 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3188 6483 6481 11531 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3189 6113 6242 11532 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3190 6242 6250 11532 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3191 6250 6131 11532 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3192 6131 6113 11532 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3193 6048 6081 11533 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3194 6081 6097 11533 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3195 6097 6066 11533 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3196 6066 6048 11533 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3197 6100 6013 11534 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3198 6013 6035 11534 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3199 6035 6137 11534 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3200 6137 6100 11534 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3201 6614 6358 11535 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3202 6358 6391 11535 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3203 6391 6643 11535 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3204 6643 6614 11535 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3205 6949 6761 11536 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3206 6761 6803 11536 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3207 6803 6974 11536 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3208 6974 6949 11536 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3209 7322 7113 11537 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3210 7113 7145 11537 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3211 7145 7353 11537 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3212 7353 7322 11537 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3213 7716 7499 11538 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3214 7499 7534 11538 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3215 7534 7753 11538 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3216 7753 7716 11538 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3217 8182 7944 11539 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3218 7944 7989 11539 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3219 7989 8224 11539 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3220 8224 8182 11539 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3221 4587 4609 11540 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3222 4609 4377 11540 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3223 4377 4372 11540 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3224 4372 4587 11540 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3225 4055 4051 11541 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3226 4051 4223 11541 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3227 4223 4227 11541 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3228 4227 4055 11541 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3229 3672 3654 11542 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3230 3654 3880 11542 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3231 3880 3889 11542 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3232 3889 3672 11542 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3233 3219 3190 11543 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3234 3190 3421 11543 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3235 3421 3449 11543 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3236 3449 3219 11543 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3237 2779 2769 11544 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3238 2769 2932 11544 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3239 2932 2973 11544 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3240 2973 2779 11544 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3241 2647 2657 11545 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3242 2657 2577 11545 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3243 2577 2570 11545 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3244 2570 2647 11545 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3245 2584 2668 11546 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3246 2668 2692 11546 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3247 2692 2597 11546 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3248 2597 2584 11546 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3249 2496 2500 11547 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3250 2500 2518 11547 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3251 2518 2506 11547 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3252 2506 2496 11547 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3253 2635 2562 11548 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3254 2562 2572 11548 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3255 2572 2651 11548 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3256 2651 2635 11548 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3257 2897 2747 11549 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3258 2747 2753 11549 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3259 2753 2900 11549 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3260 2900 2897 11549 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3261 3390 3153 11550 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3262 3153 3144 11550 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3263 3144 3376 11550 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3264 3376 3390 11550 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3265 3863 3625 11551 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3266 3625 3612 11551 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3267 3612 3861 11551 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3268 3861 3863 11551 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3269 4220 4043 11552 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3270 4043 4045 11552 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3271 4045 4222 11552 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3272 4222 4220 11552 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3273 4569 4366 11553 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3274 4366 4365 11553 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3275 4365 4562 11553 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3276 4562 4569 11553 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3277 4867 4841 11554 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3278 4841 4942 11554 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3279 4942 4971 11554 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3280 4971 4867 11554 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3281 4383 4622 11555 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3282 4622 4655 11555 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3283 4655 4397 11555 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3284 4397 4383 11555 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3285 4068 4054 11556 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3286 4054 4228 11556 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3287 4228 4240 11556 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3288 4240 4068 11556 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3289 3688 3677 11557 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3290 3677 3887 11557 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3291 3887 3898 11557 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3292 3898 3688 11557 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3293 3292 3255 11558 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3294 3255 3484 11558 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3295 3484 3508 11558 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3296 3508 3292 11558 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3297 2820 2794 11559 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3298 2794 3002 11559 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3299 3002 3044 11559 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3300 3044 2820 11559 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3301 6662 6437 11560 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3302 6437 6459 11560 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3303 6459 6667 11560 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3304 6667 6662 11560 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3305 6989 6985 11561 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3306 6985 6818 11561 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3307 6818 6822 11561 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3308 6822 6989 11561 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3309 7392 7372 11562 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3310 7372 7154 11562 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3311 7154 7163 11562 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3312 7163 7392 11562 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3313 7858 7825 11563 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3314 7825 7595 11563 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3315 7595 7624 11563 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3316 7624 7858 11563 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3317 8277 8265 11564 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3318 8265 8062 11564 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3319 8062 8104 11564 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3320 8104 8277 11564 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3321 8470 8393 11565 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3322 8393 8401 11565 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3323 8401 8479 11565 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3324 8479 8470 11565 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3325 8355 8383 11566 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3326 8383 8463 11566 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3327 8463 8448 11566 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3328 8448 8355 11566 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3329 8527 8543 11567 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3330 8543 8548 11567 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3331 8548 8538 11567 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3332 8538 8527 11567 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3333 8485 8414 11568 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3334 8414 8398 11568 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3335 8398 8476 11568 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3336 8476 8485 11568 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3337 8292 8297 11569 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3338 8297 8145 11569 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3339 8145 8142 11569 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3340 8142 8292 11569 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3341 7898 7891 11570 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3342 7891 7655 11570 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3343 7655 7666 11570 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3344 7666 7898 11570 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3345 7432 7420 11571 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3346 7420 7178 11571 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3347 7178 7182 11571 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3348 7182 7432 11571 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3349 6994 6996 11572 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3350 6996 6825 11572 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3351 6825 6823 11572 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3352 6823 6994 11572 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3353 6673 6672 11573 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3354 6672 6476 11573 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3355 6476 6483 11573 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3356 6483 6673 11573 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3357 6201 6175 11574 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3358 6175 6066 11574 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3359 6066 6097 11574 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3360 6097 6201 11574 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3361 6391 6425 11575 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3362 6425 6658 11575 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3363 6658 6643 11575 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3364 6643 6391 11575 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3365 6986 6974 11576 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3366 6974 6803 11576 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3367 6803 6817 11576 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3368 6817 6986 11576 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3369 7366 7353 11577 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3370 7353 7145 11577 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3371 7145 7156 11577 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3372 7156 7366 11577 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3373 7790 7753 11578 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3374 7753 7534 11578 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3375 7534 7560 11578 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3376 7560 7790 11578 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3377 8252 8224 11579 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3378 8224 7989 11579 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3379 7989 8034 11579 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3380 8034 8252 11579 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3381 8355 8316 11580 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3382 8316 8182 11580 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3383 8182 8224 11580 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3384 8224 8355 11580 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3385 7989 7944 11581 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3386 7944 7716 11581 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3387 7716 7753 11581 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3388 7753 7989 11581 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3389 7534 7499 11582 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3390 7499 7322 11582 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3391 7322 7353 11582 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3392 7353 7534 11582 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3393 7145 7113 11583 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3394 7113 6949 11583 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3395 6949 6974 11583 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3396 6974 7145 11583 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3397 6803 6761 11584 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3398 6761 6614 11584 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3399 6614 6643 11584 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3400 6643 6803 11584 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3401 6391 6358 11585 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3402 6358 6100 11585 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3403 6100 6137 11585 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3404 6137 6391 11585 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3405 6035 6013 11586 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3406 6013 6048 11586 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3407 6048 6066 11586 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3408 6066 6035 11586 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3409 6097 6081 11587 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3410 6081 6113 11587 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3411 6113 6131 11587 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3412 6131 6097 11587 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3413 6250 6242 11588 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3414 6242 6481 11588 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3415 6481 6483 11588 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3416 6483 6250 11588 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3417 6673 6671 11589 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3418 6671 6812 11589 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3419 6812 6823 11589 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3420 6823 6673 11589 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3421 6994 6988 11590 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3422 6988 7172 11590 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3423 7172 7182 11590 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3424 7182 6994 11590 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3425 7432 7415 11591 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3426 7415 7652 11591 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3427 7652 7666 11591 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3428 7666 7432 11591 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3429 7898 7878 11592 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3430 7878 8100 11592 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3431 8100 8142 11592 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3432 8142 7898 11592 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3433 8292 8259 11593 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3434 8259 8360 11593 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3435 8360 8398 11593 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3436 8398 8292 11593 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3437 8476 8434 11594 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3438 8434 8493 11594 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3439 8493 8538 11594 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3440 8538 8476 11594 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3441 8527 8484 11595 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3442 8484 8417 11595 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3443 8417 8448 11595 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3444 8448 8527 11595 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3445 6476 6459 11596 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3446 6459 6201 11596 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3447 6201 6234 11596 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3448 6234 6476 11596 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3449 6825 6822 11597 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3450 6822 6667 11597 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3451 6667 6672 11597 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3452 6672 6825 11597 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3453 7178 7163 11598 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3454 7163 6989 11598 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3455 6989 6996 11598 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3456 6996 7178 11598 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3457 7655 7624 11599 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3458 7624 7392 11599 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3459 7392 7420 11599 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3460 7420 7655 11599 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3461 8145 8104 11600 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3462 8104 7858 11600 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3463 7858 7891 11600 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3464 7891 8145 11600 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3465 8414 8401 11601 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3466 8401 8277 11601 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3467 8277 8297 11601 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3468 8297 8414 11601 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3469 6658 6662 11602 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3470 6662 6818 11602 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3471 6818 6817 11602 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3472 6817 6658 11602 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3473 6986 6985 11603 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3474 6985 7154 11603 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3475 7154 7156 11603 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3476 7156 6986 11603 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3477 7366 7372 11604 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3478 7372 7595 11604 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3479 7595 7560 11604 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3480 7560 7366 11604 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3481 7790 7825 11605 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3482 7825 8062 11605 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3483 8062 8034 11605 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3484 8034 7790 11605 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3485 6152 6175 11606 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3486 6175 6437 11606 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3487 6437 6425 11606 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3488 6425 6152 11606 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3489 8252 8265 11607 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3490 8265 8393 11607 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3491 8393 8383 11607 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3492 8383 8252 11607 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3493 2727 2692 11608 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3494 2692 2820 11608 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3495 2820 2859 11608 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3496 2859 2727 11608 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3497 3093 3044 11609 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3498 3044 3292 11609 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3499 3292 3328 11609 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3500 3328 3093 11609 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3501 3543 3508 11610 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3502 3508 3688 11610 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3503 3688 3720 11610 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3504 3720 3543 11610 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3505 3927 3898 11611 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3506 3898 4068 11611 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3507 4068 4096 11611 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3508 4096 3927 11611 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3509 4280 4240 11612 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3510 4240 4397 11612 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3511 4397 4423 11612 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3512 4423 4280 11612 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3513 4690 4655 11613 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3514 4655 4905 11613 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3515 4905 4939 11613 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3516 4939 4690 11613 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3517 4801 4792 11614 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3518 4792 4562 11614 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3519 4562 4564 11614 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3520 4564 4801 11614 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3521 4367 4365 11615 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3522 4365 4222 11615 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3523 4222 4231 11615 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3524 4231 4367 11615 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3525 4052 4045 11616 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3526 4045 3861 11616 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3527 3861 3869 11616 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3528 3869 4052 11616 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3529 3630 3612 11617 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3530 3612 3376 11617 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3531 3376 3393 11617 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3532 3393 3630 11617 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3533 3165 3144 11618 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3534 3144 2900 11618 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3535 2900 2935 11618 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3536 2935 3165 11618 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3537 2784 2753 11619 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3538 2753 2651 11619 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3539 2651 2687 11619 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3540 2687 2784 11619 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3541 2615 2572 11620 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3542 2572 2506 11620 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3543 2506 2552 11620 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3544 2552 2615 11620 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3545 2563 2518 11621 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3546 2518 2597 11621 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3547 2597 2631 11621 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3548 2631 2563 11621 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3549 4587 4569 11622 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3550 4569 4809 11622 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3551 4809 4841 11622 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3552 4841 4587 11622 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3553 4223 4220 11623 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3554 4220 4366 11623 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3555 4366 4372 11623 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3556 4372 4223 11623 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3557 3880 3863 11624 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3558 3863 4043 11624 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3559 4043 4051 11624 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3560 4051 3880 11624 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3561 3421 3390 11625 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3562 3390 3625 11625 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3563 3625 3654 11625 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3564 3654 3421 11625 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3565 2932 2897 11626 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3566 2897 3153 11626 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3567 3153 3190 11626 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3568 3190 2932 11626 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3569 2647 2635 11627 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3570 2635 2747 11627 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3571 2747 2769 11627 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3572 2769 2647 11627 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3573 4377 4383 11628 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3574 4383 4228 11628 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3575 4228 4227 11628 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3576 4227 4377 11628 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3577 4055 4054 11629 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3578 4054 3887 11629 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3579 3887 3889 11629 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3580 3889 4055 11629 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3581 3672 3677 11630 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3582 3677 3484 11630 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3583 3484 3449 11630 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3584 3449 3672 11630 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3585 3219 3255 11631 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3586 3255 3002 11631 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3587 3002 2973 11631 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3588 2973 3219 11631 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3589 4867 4889 11632 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3590 4889 4622 11632 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3591 4622 4609 11632 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3592 4609 4867 11632 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3593 2779 2794 11633 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3594 2794 2668 11633 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3595 2668 2657 11633 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3596 2657 2779 11633 {mat="nomaterial" groups="default brows" rgb=(0 0 0)}
Face 3597 3915 3850 11634 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3598 3850 3795 11634 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3599 3795 3906 11634 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3600 3906 3915 11634 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3601 7136 7251 11635 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3602 7251 7194 11635 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3603 7194 7127 11635 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3604 7127 7136 11635 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3605 5212 5222 11636 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3606 5222 5431 11636 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3607 5431 5427 11636 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3608 5427 5212 11636 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3609 5615 5431 11637 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3610 5431 5441 11637 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3611 5441 5605 11637 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3612 5605 5615 11637 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3613 5442 5441 11638 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3614 5441 5250 11638 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3615 5250 5258 11638 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3616 5258 5442 11638 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3617 5062 5250 11639 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3618 5250 5222 11639 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3619 5222 5043 11639 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3620 5043 5062 11639 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3621 5604 5442 11640 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3622 5442 5438 11640 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3623 5438 5608 11640 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3624 5608 5604 11640 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3625 5435 5438 11641 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3626 5438 5242 11641 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3627 5242 5235 11641 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3628 5235 5435 11641 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3629 5063 5242 11642 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3630 5242 5258 11642 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3631 5258 5070 11642 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3632 5070 5063 11642 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3633 4851 4855 11643 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3634 4855 5043 11643 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3635 5043 5036 11643 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3636 5036 4851 11643 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3637 5070 5062 11644 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3638 5062 4856 11644 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3639 4856 4863 11644 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3640 4863 5070 11644 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3641 4516 4856 11645 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3642 4856 4855 11645 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3643 4855 4529 11645 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3644 4529 4516 11645 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3645 5061 5063 11646 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3646 5063 4869 11646 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3647 4869 4875 11646 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3648 4875 5061 11646 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3649 4557 4869 11647 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3650 4869 4863 11647 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3651 4863 4526 11647 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3652 4526 4557 11647 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3653 4266 4255 11648 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3654 4255 4529 11648 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3655 4529 4536 11648 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3656 4536 4266 11648 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3657 4526 4516 11649 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3658 4516 4244 11649 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3659 4244 4257 11649 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3660 4257 4526 11649 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3661 4029 4244 11650 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3662 4244 4255 11650 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3663 4255 4053 11650 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3664 4053 4029 11650 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3665 4577 4557 11651 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3666 4557 4289 11651 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3667 4289 4299 11651 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3668 4299 4577 11651 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3669 4075 4289 11652 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3670 4289 4257 11652 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3671 4257 4046 11652 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3672 4046 4075 11652 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3673 3915 3906 11653 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3674 3906 4053 11653 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3675 4053 4060 11653 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3676 4060 3915 11653 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3677 4046 4029 11654 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3678 4029 3877 11654 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3679 3877 3879 11654 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3680 3879 4046 11654 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3681 3742 3877 11655 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3682 3877 3906 11655 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3683 3906 3795 11655 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3684 3795 3742 11655 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3685 4097 4075 11656 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3686 4075 3916 11656 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3687 3916 3933 11656 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3688 3933 4097 11656 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3689 3765 3916 11657 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3690 3916 3879 11657 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3691 3879 3738 11657 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3692 3738 3765 11657 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3693 3799 3765 11658 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3694 3765 3696 11658 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3695 3696 3701 11658 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3696 3701 3799 11658 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3697 3655 3696 11659 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3698 3696 3682 11659 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3699 3682 3652 11659 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3700 3652 3655 11659 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3701 3703 3682 11660 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3702 3682 3738 11660 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3703 3738 3742 11660 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3704 3742 3703 11660 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3705 3691 3703 11661 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3706 3703 3795 11661 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3707 3795 3776 11661 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3708 3776 3691 11661 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3709 3913 3847 11662 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3710 3847 3850 11662 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3711 3850 3915 11662 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3712 3915 3913 11662 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3713 3776 3850 11663 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3714 3850 3844 11663 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3715 3844 3763 11663 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3716 3763 3776 11663 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3717 5036 5212 11664 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3718 5212 5210 11664 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3719 5210 5032 11664 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3720 5032 5036 11664 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3721 5621 5425 11665 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3722 5425 5427 11665 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3723 5427 5619 11665 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3724 5619 5621 11665 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3725 4536 4851 11666 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3726 4851 4848 11666 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3727 4848 4527 11666 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3728 4527 4536 11666 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3729 4060 4266 11667 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3730 4266 4258 11667 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3731 4258 4058 11667 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3732 4058 4060 11667 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3733 3652 3691 11668 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3734 3691 3681 11668 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3735 3681 3647 11668 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3736 3647 3652 11668 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3737 3701 3655 11669 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3738 3655 3648 11669 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3739 3648 3687 11669 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3740 3687 3701 11669 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3741 3933 3799 11670 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3742 3799 3786 11670 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3743 3786 3929 11670 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3744 3929 3933 11670 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3745 4299 4097 11671 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3746 4097 4093 11671 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3747 4093 4297 11671 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3748 4297 4299 11671 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3749 4875 4577 11672 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3750 4577 4570 11672 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3751 4570 4871 11672 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3752 4871 4875 11672 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3753 5235 5061 11673 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3754 5061 5059 11673 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3755 5059 5231 11673 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3756 5231 5235 11673 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3757 5611 5435 11674 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3758 5435 5433 11674 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3759 5433 5614 11674 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3760 5614 5611 11674 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3761 5785 5796 11675 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3762 5796 5605 11675 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3763 5605 5604 11675 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3764 5604 5785 11675 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3765 5619 5615 11676 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3766 5615 5823 11676 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3767 5823 5833 11676 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3768 5833 5619 11676 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3769 6002 5823 11677 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3770 5823 5796 11677 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3771 5796 5985 11677 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3772 5985 6002 11677 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3773 5810 5803 11678 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3774 5803 5608 11678 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3775 5608 5611 11678 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3776 5611 5810 11678 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3777 5978 5785 11679 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3778 5785 5803 11679 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3779 5803 5984 11679 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3780 5984 5978 11679 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3781 6179 6186 11680 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3782 6186 5985 11680 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3783 5985 5978 11680 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3784 5978 6179 11680 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3785 6007 6002 11681 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3786 6002 6187 11681 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3787 6187 6191 11681 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3788 6191 6007 11681 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3789 6514 6187 11682 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3790 6187 6186 11682 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3791 6186 6526 11682 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3792 6526 6514 11682 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3793 6167 6173 11683 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3794 6173 5984 11683 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3795 5984 5986 11683 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3796 5986 6167 11683 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3797 6517 6179 11684 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3798 6179 6173 11684 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3799 6173 6488 11684 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3800 6488 6517 11684 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3801 6784 6798 11685 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3802 6798 6526 11685 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3803 6526 6517 11685 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3804 6517 6784 11685 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3805 6507 6514 11686 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3806 6514 6786 11686 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3807 6786 6775 11686 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3808 6775 6507 11686 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3809 6987 6786 11687 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3810 6786 6798 11687 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3811 6798 7009 11687 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3812 7009 6987 11687 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3813 6743 6753 11688 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3814 6753 6488 11688 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3815 6488 6468 11688 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3816 6468 6743 11688 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3817 6993 6784 11689 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3818 6784 6753 11689 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3819 6753 6966 11689 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3820 6966 6993 11689 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3821 7164 7166 11690 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3822 7166 7009 11690 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3823 7009 6993 11690 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3824 6993 7164 11690 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3825 6982 6987 11691 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3826 6987 7136 11691 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3827 7136 7127 11691 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3828 7127 6982 11691 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3829 7251 7136 11692 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3830 7136 7166 11692 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3831 7166 7301 11692 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3832 7301 7251 11692 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3833 7106 7126 11693 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3834 7126 6966 11693 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3835 6966 6948 11693 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3836 6948 7106 11693 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3837 7304 7164 11694 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3838 7164 7126 11694 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3839 7126 7279 11694 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3840 7279 7304 11694 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3841 7394 7359 11695 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3842 7359 7346 11695 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3843 7346 7391 11695 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3844 7391 7394 11695 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3845 7342 7346 11696 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3846 7346 7279 11696 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3847 7279 7246 11696 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3848 7246 7342 11696 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3849 7301 7304 11697 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3850 7304 7359 11697 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3851 7359 7340 11697 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3852 7340 7301 11697 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3853 7270 7251 11698 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3854 7251 7340 11698 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3855 7340 7350 11698 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3856 7350 7270 11698 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3857 7281 7199 11699 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3858 7199 7194 11699 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3859 7194 7270 11699 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3860 7270 7281 11699 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3861 7127 7194 11700 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3862 7194 7196 11700 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3863 7196 7129 11700 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3864 7129 7127 11700 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3865 6011 5835 11701 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3866 5835 5833 11701 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3867 5833 6007 11701 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3868 6007 6011 11701 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3869 6516 6194 11702 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3870 6194 6191 11702 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3871 6191 6507 11702 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3872 6507 6516 11702 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3873 6984 6783 11703 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3874 6783 6775 11703 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3875 6775 6982 11703 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3876 6982 6984 11703 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3877 7398 7360 11704 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3878 7360 7350 11704 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3879 7350 7394 11704 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3880 7394 7398 11704 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3881 7356 7397 11705 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3882 7397 7391 11705 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3883 7391 7342 11705 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3884 7342 7356 11705 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3885 7110 7261 11706 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3886 7261 7246 11706 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3887 7246 7106 11706 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3888 7106 7110 11706 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3889 6745 6952 11707 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3890 6952 6948 11707 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3891 6948 6743 11707 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3892 6743 6745 11707 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3893 6171 6475 11708 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3894 6475 6468 11708 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3895 6468 6167 11708 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3896 6167 6171 11708 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3897 5814 5988 11709 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3898 5988 5986 11709 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3899 5986 5810 11709 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3900 5810 5814 11709 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3901 5258 5250 11710 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3902 5250 5062 11710 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3903 5062 5070 11710 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3904 5070 5258 11710 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3905 5605 5441 11711 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3906 5441 5442 11711 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3907 5442 5604 11711 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3908 5604 5605 11711 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3909 4863 4856 11712 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3910 4856 4516 11712 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3911 4516 4526 11712 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3912 4526 4863 11712 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3913 4257 4244 11713 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3914 4244 4029 11713 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3915 4029 4046 11713 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3916 4046 4257 11713 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3917 3879 3877 11714 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3918 3877 3742 11714 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3919 3742 3738 11714 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3920 3738 3879 11714 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3921 5222 5212 11715 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3922 5212 5036 11715 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3923 5036 5043 11715 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3924 5043 5222 11715 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3925 4855 4851 11716 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3926 4851 4536 11716 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3927 4536 4529 11716 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3928 4529 4855 11716 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3929 4255 4266 11717 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3930 4266 4060 11717 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3931 4060 4053 11717 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3932 4053 4255 11717 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3933 3652 3682 11718 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3934 3682 3703 11718 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3935 3703 3691 11718 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3936 3691 3652 11718 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3937 3933 3916 11719 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3938 3916 3765 11719 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3939 3765 3799 11719 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3940 3799 3933 11719 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3941 4299 4289 11720 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3942 4289 4075 11720 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3943 4075 4097 11720 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3944 4097 4299 11720 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3945 4875 4869 11721 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3946 4869 4557 11721 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3947 4557 4577 11721 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3948 4577 4875 11721 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3949 5235 5242 11722 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3950 5242 5063 11722 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3951 5063 5061 11722 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3952 5061 5235 11722 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3953 5608 5438 11723 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3954 5438 5435 11723 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3955 5435 5611 11723 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3956 5611 5608 11723 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3957 5796 5785 11724 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3958 5785 5978 11724 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3959 5978 5985 11724 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3960 5985 5796 11724 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3961 6186 6179 11725 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3962 6179 6517 11725 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3963 6517 6526 11725 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3964 6526 6186 11725 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3965 6798 6784 11726 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3966 6784 6993 11726 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3967 6993 7009 11726 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3968 7009 6798 11726 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3969 7166 7164 11727 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3970 7164 7304 11727 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3971 7304 7301 11727 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3972 7301 7166 11727 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3973 5427 5431 11728 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3974 5431 5615 11728 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3975 5615 5619 11728 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3976 5619 5427 11728 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3977 5833 5823 11729 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3978 5823 6002 11729 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3979 6002 6007 11729 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3980 6007 5833 11729 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3981 6191 6187 11730 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3982 6187 6514 11730 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3983 6514 6507 11730 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3984 6507 6191 11730 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3985 6775 6786 11731 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3986 6786 6987 11731 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3987 6987 6982 11731 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3988 6982 6775 11731 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3989 7359 7394 11732 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3990 7394 7350 11732 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3991 7350 7340 11732 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3992 7340 7359 11732 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3993 7126 7106 11733 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3994 7106 7246 11733 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3995 7246 7279 11733 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3996 7279 7126 11733 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3997 6753 6743 11734 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3998 6743 6948 11734 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 3999 6948 6966 11734 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4000 6966 6753 11734 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4001 6173 6167 11735 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4002 6167 6468 11735 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4003 6468 6488 11735 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4004 6488 6173 11735 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4005 5803 5810 11736 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4006 5810 5986 11736 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4007 5986 5984 11736 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4008 5984 5803 11736 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4009 5611 5614 11737 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4010 5614 5814 11737 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4011 5814 5810 11737 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4012 5810 5611 11737 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4013 5986 5988 11738 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4014 5988 6171 11738 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4015 6171 6167 11738 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4016 6167 5986 11738 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4017 6468 6475 11739 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4018 6475 6745 11739 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4019 6745 6743 11739 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4020 6743 6468 11739 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4021 6948 6952 11740 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4022 6952 7110 11740 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4023 7110 7106 11740 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4024 7106 6948 11740 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4025 7356 7342 11741 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4026 7342 7246 11741 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4027 7246 7261 11741 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4028 7261 7356 11741 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4029 7398 7394 11742 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4030 7394 7391 11742 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4031 7391 7397 11742 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4032 7397 7398 11742 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4033 7281 7270 11743 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4034 7270 7350 11743 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4035 7350 7360 11743 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4036 7360 7281 11743 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4037 6984 6982 11744 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4038 6982 7127 11744 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4039 7127 7129 11744 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4040 7129 6984 11744 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4041 6516 6507 11745 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4042 6507 6775 11745 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4043 6775 6783 11745 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4044 6783 6516 11745 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4045 6011 6007 11746 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4046 6007 6191 11746 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4047 6191 6194 11746 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4048 6194 6011 11746 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4049 5621 5619 11747 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4050 5619 5833 11747 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4051 5833 5835 11747 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4052 5835 5621 11747 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4053 7359 7304 11748 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4054 7304 7279 11748 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4055 7279 7346 11748 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4056 7346 7359 11748 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4057 7126 7164 11749 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4058 7164 6993 11749 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4059 6993 6966 11749 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4060 6966 7126 11749 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4061 7166 7136 11750 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4062 7136 6987 11750 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4063 6987 7009 11750 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4064 7009 7166 11750 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4065 6753 6784 11751 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4066 6784 6517 11751 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4067 6517 6488 11751 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4068 6488 6753 11751 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4069 6798 6786 11752 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4070 6786 6514 11752 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4071 6514 6526 11752 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4072 6526 6798 11752 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4073 6173 6179 11753 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4074 6179 5978 11753 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4075 5978 5984 11753 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4076 5984 6173 11753 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4077 6186 6187 11754 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4078 6187 6002 11754 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4079 6002 5985 11754 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4080 5985 6186 11754 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4081 5803 5785 11755 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4082 5785 5604 11755 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4083 5604 5608 11755 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4084 5608 5803 11755 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4085 5796 5823 11756 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4086 5823 5615 11756 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4087 5615 5605 11756 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4088 5605 5796 11756 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4089 5433 5435 11757 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4090 5435 5235 11757 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4091 5235 5231 11757 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4092 5231 5433 11757 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4093 5059 5061 11758 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4094 5061 4875 11758 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4095 4875 4871 11758 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4096 4871 5059 11758 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4097 4570 4577 11759 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4098 4577 4299 11759 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4099 4299 4297 11759 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4100 4297 4570 11759 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4101 4093 4097 11760 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4102 4097 3933 11760 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4103 3933 3929 11760 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4104 3929 4093 11760 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4105 3701 3687 11761 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4106 3687 3786 11761 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4107 3786 3799 11761 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4108 3799 3701 11761 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4109 3652 3647 11762 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4110 3647 3648 11762 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4111 3648 3655 11762 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4112 3655 3652 11762 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4113 3776 3763 11763 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4114 3763 3681 11763 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4115 3681 3691 11763 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4116 3691 3776 11763 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4117 4060 4058 11764 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4118 4058 3913 11764 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4119 3913 3915 11764 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4120 3915 4060 11764 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4121 4536 4527 11765 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4122 4527 4258 11765 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4123 4258 4266 11765 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4124 4266 4536 11765 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4125 5036 5032 11766 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4126 5032 4848 11766 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4127 4848 4851 11766 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4128 4851 5036 11766 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4129 5427 5425 11767 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4130 5425 5210 11767 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4131 5210 5212 11767 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4132 5212 5427 11767 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4133 3738 3682 11768 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4134 3682 3696 11768 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4135 3696 3765 11768 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4136 3765 3738 11768 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4137 3879 3916 11769 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4138 3916 4075 11769 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4139 4075 4046 11769 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4140 4046 3879 11769 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4141 3906 3877 11770 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4142 3877 4029 11770 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4143 4029 4053 11770 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4144 4053 3906 11770 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4145 4257 4289 11771 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4146 4289 4557 11771 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4147 4557 4526 11771 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4148 4526 4257 11771 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4149 4255 4244 11772 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4150 4244 4516 11772 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4151 4516 4529 11772 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4152 4529 4255 11772 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4153 4863 4869 11773 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4154 4869 5063 11773 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4155 5063 5070 11773 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4156 5070 4863 11773 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4157 4855 4856 11774 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4158 4856 5062 11774 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4159 5062 5043 11774 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4160 5043 4855 11774 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4161 5258 5242 11775 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4162 5242 5438 11775 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4163 5438 5442 11775 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4164 5442 5258 11775 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4165 5222 5250 11776 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4166 5250 5441 11776 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4167 5441 5431 11776 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4168 5431 5222 11776 {mat="nomaterial" groups="default teeth" rgb=(1 1 1)}
Face 4169 3804 3673 11777 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4170 3673 4188 11777 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4171 4188 4137 11777 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4172 4137 3804 11777 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4173 2550 2588 11778 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4174 2588 2605 11778 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4175 2605 2505 11778 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4176 2505 2550 11778 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4177 1911 1834 11779 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4178 1834 2112 11779 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4179 2112 2131 11779 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4180 2131 1911 11779 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4181 3977 4339 11780 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4182 4339 4169 11780 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4183 4169 3971 11780 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4184 3971 3977 11780 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4185 5307 5329 11781 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4186 5329 5705 11781 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4187 5705 5730 11781 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4188 5730 5307 11781 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4189 2150 2166 11782 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4190 2166 2074 11782 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4191 2074 2053 11782 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4192 2053 2150 11782 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4193 2330 2369 11783 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4194 2369 2151 11783 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4195 2151 2183 11783 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4196 2183 2330 11783 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4197 2447 2464 11784 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4198 2464 2295 11784 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4199 2295 2322 11784 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4200 2322 2447 11784 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4201 2382 2406 11785 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4202 2406 2278 11785 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4203 2278 2238 11785 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4204 2238 2382 11785 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4205 6908 6856 11786 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4206 6856 7371 11786 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4207 7371 7239 11786 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4208 7239 6908 11786 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4209 8495 8539 11787 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4210 8539 8536 11787 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4211 8536 8459 11787 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4212 8459 8495 11787 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4213 8914 8933 11788 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4214 8933 9211 11788 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4215 9211 9134 11788 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4216 9134 8914 11788 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4217 7068 6877 11789 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4218 6877 6702 11789 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4219 6702 7063 11789 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4220 7063 7068 11789 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4221 5236 5104 11790 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4222 5104 5944 11790 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4223 5944 5809 11790 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4224 5809 5236 11790 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4225 8992 8969 11791 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4226 8969 8879 11791 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4227 8879 8894 11791 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4228 8894 8992 11791 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4229 8861 8893 11792 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4230 8893 8676 11792 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4231 8676 8718 11792 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4232 8718 8861 11792 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4233 8725 8751 11793 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4234 8751 8581 11793 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4235 8581 8596 11793 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4236 8596 8725 11793 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4237 8807 8768 11794 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4238 8768 8641 11794 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4239 8641 8664 11794 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4240 8664 8807 11794 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4241 5902 5685 11795 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4242 5685 5918 11795 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4243 5918 5999 11795 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4244 5999 5902 11795 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4245 8785 8772 11796 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4246 8772 9013 11796 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4247 9013 8874 11796 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4248 8874 8785 11796 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4249 6109 6114 11797 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4250 6114 5750 11797 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4251 5750 5989 11797 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4252 5989 6109 11797 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4253 5046 5127 11798 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4254 5127 5356 11798 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4255 5356 5143 11798 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4256 5143 5046 11798 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4257 2170 2031 11799 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4258 2031 2273 11799 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4259 2273 2260 11799 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4260 2260 2170 11799 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4261 5058 5291 11800 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4262 5291 4927 11800 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4263 4927 4933 11800 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4264 4933 5058 11800 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4265 4234 4089 11801 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4266 4089 3808 11801 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4267 3808 3885 11801 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4268 3885 4234 11801 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4269 4080 4030 11802 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4270 4030 4424 11802 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4271 4424 4522 11802 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4272 4522 4080 11802 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4273 4943 4424 11803 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4274 4424 4302 11803 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4275 4302 4814 11803 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4276 4814 4943 11803 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4277 5713 5322 11804 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4278 5322 5286 11804 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4279 5286 5755 11804 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4280 5755 5713 11804 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4281 5266 5286 11805 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4282 5286 4814 11805 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4283 4814 4731 11805 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4284 4731 5266 11805 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4285 5013 4943 11806 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4286 4943 5322 11806 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4287 5322 5359 11806 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4288 5359 5013 11806 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4289 3492 3834 11807 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4290 3834 3837 11807 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4291 3837 3503 11807 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4292 3503 3492 11807 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4293 3855 3837 11808 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4294 3837 4182 11808 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4295 4182 4199 11808 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4296 4199 3855 11808 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4297 4683 4182 11809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4298 4182 4154 11809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4299 4154 4635 11809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4300 4635 4683 11809 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4301 4140 4154 11810 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4302 4154 3834 11810 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4303 3834 3815 11810 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4304 3815 4140 11810 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4305 4703 4683 11811 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4306 4683 5256 11811 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4307 5256 5264 11811 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4308 5264 4703 11811 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4309 5789 5256 11812 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4310 5256 5236 11812 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4311 5236 5809 11812 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4312 5809 5789 11812 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4313 5104 5236 11813 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4314 5236 4635 11813 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4315 4635 4548 11813 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4316 4548 5104 11813 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4317 3429 3773 11814 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4318 3773 3815 11814 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4319 3815 3466 11814 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4320 3466 3429 11814 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4321 4548 4140 11815 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4322 4140 4136 11815 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4323 4136 4431 11815 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4324 4431 4548 11815 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4325 4151 4136 11816 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4326 4136 3773 11816 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4327 3773 3800 11816 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4328 3800 4151 11816 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4329 5407 5104 11817 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4330 5104 4798 11817 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4331 4798 5022 11817 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4332 5022 5407 11817 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4333 4596 4798 11818 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4334 4798 4431 11818 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4335 4431 4400 11818 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4336 4400 4596 11818 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4337 3256 3604 11819 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4338 3604 3758 11819 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4339 3758 3426 11819 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4340 3426 3256 11819 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4341 3853 3758 11820 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4342 3758 4131 11820 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4343 4131 4183 11820 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4344 4183 3853 11820 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4345 4346 4131 11821 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4346 4131 4018 11821 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4347 4018 4246 11821 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4348 4246 4346 11821 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4349 3914 4018 11822 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4350 4018 3604 11822 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4351 3604 3471 11822 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4352 3471 3914 11822 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4353 4409 4346 11823 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4354 4346 4427 11823 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4355 4427 4552 11823 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4356 4552 4409 11823 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4357 4436 4427 11824 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4358 4427 4293 11824 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4359 4293 4291 11824 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4360 4291 4436 11824 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4361 4282 4293 11825 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4362 4293 4246 11825 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4363 4246 4170 11825 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4364 4170 4282 11825 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4365 2862 3329 11826 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4366 3329 3471 11826 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4367 3471 3076 11826 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4368 3076 2862 11826 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4369 4170 3914 11827 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4370 3914 3804 11827 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4371 3804 4137 11827 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4372 4137 4170 11827 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4373 3673 3804 11828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4374 3804 3329 11828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4375 3329 3174 11828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4376 3174 3673 11828 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4377 4290 4282 11829 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4378 4282 4348 11829 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4379 4348 4428 11829 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4380 4428 4290 11829 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4381 4470 4348 11830 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4382 4348 4137 11830 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4383 4137 4188 11830 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4384 4188 4470 11830 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4385 2541 2945 11831 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4386 2945 3174 11831 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4387 3174 2706 11831 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4388 2706 2541 11831 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4389 3958 3673 11832 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4390 3673 3538 11832 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4391 3538 3832 11832 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4392 3832 3958 11832 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4393 3494 3538 11833 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4394 3538 2945 11833 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4395 2945 2877 11833 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4396 2877 3494 11833 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4397 3977 3971 11834 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4398 3971 3832 11834 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4399 3832 3841 11834 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4400 3841 3977 11834 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4401 4160 3958 11835 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4402 3958 3971 11835 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4403 3971 4169 11835 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4404 4169 4160 11835 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4405 4524 4933 11836 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4406 4933 4927 11836 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4407 4927 4492 11836 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4408 4492 4524 11836 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4409 4575 4927 11837 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4410 4927 5068 11837 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4411 5068 4748 11837 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4412 4748 4575 11837 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4413 5008 5068 11838 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4414 5068 5292 11838 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4415 5292 5348 11838 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4416 5348 5008 11838 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4417 5748 5292 11839 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4418 5292 5291 11839 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4419 5291 5750 11839 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4420 5750 5748 11839 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4421 5341 5291 11840 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4422 5291 5058 11840 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4423 5058 4997 11840 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4424 4997 5341 11840 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4425 4744 5058 11841 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4426 5058 4933 11841 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4427 4933 4617 11841 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4428 4617 4744 11841 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4429 1981 1945 11842 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4430 1945 1895 11842 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4431 1895 1918 11842 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4432 1918 1981 11842 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4433 1986 1895 11843 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4434 1895 1887 11843 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4435 1887 1972 11843 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4436 1972 1986 11843 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4437 2031 1887 11844 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4438 1887 1945 11844 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4439 1945 2080 11844 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4440 2080 2031 11844 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4441 3095 3162 11845 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4442 3162 2961 11845 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4443 2961 2874 11845 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4444 2874 3095 11845 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4445 2608 2664 11846 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4446 2664 2764 11846 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4447 2764 2711 11846 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4448 2711 2608 11846 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4449 2834 2764 11847 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4450 2764 2912 11847 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4451 2912 3025 11847 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4452 3025 2834 11847 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4453 3198 2912 11848 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4454 2912 2823 11848 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4455 2823 3140 11848 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4456 3140 3198 11848 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4457 2754 2823 11849 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4458 2823 2664 11849 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4459 2664 2589 11849 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4460 2589 2754 11849 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4461 2442 2525 11850 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4462 2525 2589 11850 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4463 2589 2516 11850 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4464 2516 2442 11850 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4465 3084 2754 11851 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4466 2754 2699 11851 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4467 2699 3013 11851 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4468 3013 3084 11851 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4469 2703 2699 11852 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4470 2699 2525 11852 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4471 2525 2523 11852 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4472 2523 2703 11852 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4473 2342 2412 11853 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4474 2412 2550 11853 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4475 2550 2505 11853 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4476 2505 2342 11853 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4477 2588 2550 11854 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4478 2550 2741 11854 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4479 2741 2768 11854 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4480 2768 2588 11854 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4481 3066 2741 11855 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4482 2741 2639 11855 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4483 2639 2885 11855 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4484 2885 3066 11855 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4485 2504 2639 11856 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4486 2639 2412 11856 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4487 2412 2224 11856 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4488 2224 2504 11856 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4489 2072 2068 11857 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4490 2068 2224 11857 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4491 2224 2174 11857 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4492 2174 2072 11857 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4493 2734 2504 11858 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4494 2504 2246 11858 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4495 2246 2561 11858 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4496 2561 2734 11858 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4497 2057 2246 11859 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4498 2246 2068 11859 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4499 2068 1953 11859 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4500 1953 2057 11859 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4501 1957 1878 11860 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4502 1878 1953 11860 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4503 1953 2016 11860 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4504 2016 1957 11860 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4505 2358 2057 11861 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4506 2057 1911 11861 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4507 1911 2131 11861 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4508 2131 2358 11861 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4509 1834 1911 11862 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4510 1911 1878 11862 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4511 1878 1829 11862 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4512 1829 1834 11862 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4513 1923 1817 11863 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4514 1817 1829 11863 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4515 1829 1928 11863 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4516 1928 1923 11863 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4517 1919 1834 11864 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4518 1834 1811 11864 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4519 1811 1898 11864 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4520 1898 1919 11864 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4521 1794 1811 11865 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4522 1811 1817 11865 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4523 1817 1818 11865 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4524 1818 1794 11865 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4525 1973 1831 11866 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4526 1831 1818 11866 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4527 1818 1937 11866 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4528 1937 1973 11866 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4529 1870 1794 11867 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4530 1794 1784 11867 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4531 1784 1832 11867 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4532 1832 1870 11867 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4533 1800 1784 11868 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4534 1784 1831 11868 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4535 1831 1859 11868 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4536 1859 1800 11868 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4537 3568 3557 11869 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4538 3557 3330 11869 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4539 3330 3322 11869 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4540 3322 3568 11869 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4541 3260 3198 11870 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4542 3198 3503 11870 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4543 3503 3534 11870 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4544 3534 3260 11870 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4545 3466 3492 11871 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4546 3492 3140 11871 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4547 3140 3084 11871 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4548 3084 3466 11871 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4549 3434 3429 11872 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4550 3429 3013 11872 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4551 3013 3019 11872 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4552 3019 3434 11872 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4553 3094 3066 11873 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4554 3066 3426 11873 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4555 3426 3489 11873 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4556 3489 3094 11873 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4557 3076 3256 11874 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4558 3256 2885 11874 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4559 2885 2734 11874 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4560 2734 3076 11874 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4561 2706 2862 11875 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4562 2862 2561 11875 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4563 2561 2358 11875 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4564 2358 2706 11875 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4565 2490 2541 11876 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4566 2541 2131 11876 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4567 2131 2112 11876 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4568 2112 2490 11876 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4569 1888 1866 11877 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4570 1866 1897 11877 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4571 1897 1917 11877 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4572 1917 1888 11877 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4573 2028 1897 11878 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4574 1897 1859 11878 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4575 1859 2007 11878 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4576 2007 2028 11878 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4577 1864 1800 11879 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4578 1800 1866 11879 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4579 1866 1948 11879 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4580 1948 1864 11879 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4581 1841 1861 11880 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4582 1861 1930 11880 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4583 1930 1934 11880 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4584 1934 1841 11880 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4585 2070 1930 11881 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4586 1930 1917 11881 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4587 1917 2050 11881 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4588 2050 2070 11881 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4589 1984 1888 11882 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4590 1888 1861 11882 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4591 1861 1929 11882 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4592 1929 1984 11882 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4593 1843 1824 11883 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4594 1824 1935 11883 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4595 1935 1939 11883 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4596 1939 1843 11883 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4597 2097 1935 11884 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4598 1935 1934 11884 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4599 1934 2089 11884 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4600 2089 2097 11884 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4601 1899 1841 11885 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4602 1841 1824 11885 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4603 1824 1874 11885 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4604 1874 1899 11885 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4605 2095 1981 11886 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4606 1981 1991 11886 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4607 1991 2101 11886 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4608 2101 2095 11886 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4609 2002 1991 11887 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4610 1991 1949 11887 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4611 1949 1988 11887 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4612 1988 2002 11887 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4613 2049 1949 11888 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4614 1949 1918 11888 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4615 1918 2018 11888 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4616 2018 2049 11888 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4617 2099 2002 11889 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4618 2002 2005 11889 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4619 2005 2090 11889 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4620 2090 2099 11889 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4621 1997 2005 11890 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4622 2005 2021 11890 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4623 2021 1998 11890 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4624 1998 1997 11890 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4625 2103 2021 11891 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4626 2021 1988 11891 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4627 1988 2071 11891 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4628 2071 2103 11891 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4629 1920 1879 11892 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4630 1879 1952 11892 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4631 1952 1977 11892 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4632 1977 1920 11892 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4633 2094 1952 11893 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4634 1952 1939 11893 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4635 1939 2100 11893 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4636 2100 2094 11893 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4637 1889 1843 11894 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4638 1843 1879 11894 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4639 1879 1933 11894 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4640 1933 1889 11894 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4641 2088 1997 11895 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4642 1997 1977 11895 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4643 1977 2092 11895 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4644 2092 2088 11895 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4645 2022 1920 11896 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4646 1920 1998 11896 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4647 1998 2085 11896 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4648 2085 2022 11896 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4649 2750 2798 11897 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4650 2798 2691 11897 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4651 2691 2641 11897 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4652 2641 2750 11897 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4653 2645 2691 11898 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4654 2691 2804 11898 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4655 2804 2766 11898 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4656 2766 2645 11898 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4657 2565 2645 11899 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4658 2645 2605 11899 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4659 2605 2508 11899 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4660 2508 2565 11899 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4661 2505 2605 11900 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4662 2605 2712 11900 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4663 2712 2627 11900 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4664 2627 2505 11900 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4665 2174 2342 11901 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4666 2342 2507 11901 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4667 2507 2386 11901 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4668 2386 2174 11901 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4669 2016 2072 11902 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4670 2072 2265 11902 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4671 2265 2186 11902 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4672 2186 2016 11902 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4673 1928 1957 11903 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4674 1957 2143 11903 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4675 2143 2128 11903 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4676 2128 1928 11903 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4677 1937 1923 11904 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4678 1923 2125 11904 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4679 2125 2136 11904 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4680 2136 1937 11904 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4681 2007 1973 11905 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4682 1973 2162 11905 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4683 2162 2191 11905 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4684 2191 2007 11905 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4685 2050 2028 11906 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4686 2028 2222 11906 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4687 2222 2252 11906 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4688 2252 2050 11906 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4689 2092 2094 11907 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4690 2094 2332 11907 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4691 2332 2325 11907 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4692 2325 2092 11907 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4693 2090 2088 11908 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4694 2088 2321 11908 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4695 2321 2329 11908 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4696 2329 2090 11908 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4697 2101 2099 11909 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4698 2099 2344 11909 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4699 2344 2347 11909 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4700 2347 2101 11909 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4701 2080 2095 11910 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4702 2095 2336 11910 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4703 2336 2273 11910 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4704 2273 2080 11910 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4705 1972 2031 11911 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4706 2031 2170 11911 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4707 2170 2146 11911 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4708 2146 1972 11911 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4709 2257 2170 11912 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4710 2170 2260 11912 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4711 2260 2289 11912 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4712 2289 2257 11912 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4713 2294 2165 11913 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4714 2165 2146 11913 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4715 2146 2261 11913 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4716 2261 2294 11913 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4717 2018 1986 11914 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4718 1986 2165 11914 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4719 2165 2205 11914 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4720 2205 2018 11914 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4721 2382 2238 11915 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4722 2238 2205 11915 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4723 2205 2334 11915 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4724 2334 2382 11915 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4725 2071 2049 11916 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4726 2049 2238 11916 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4727 2238 2278 11916 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4728 2278 2071 11916 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4729 2447 2322 11917 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4730 2322 2278 11917 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4731 2278 2416 11917 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4732 2416 2447 11917 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4733 2085 2103 11918 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4734 2103 2322 11918 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4735 2322 2295 11918 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4736 2295 2085 11918 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4737 2327 2207 11919 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4738 2207 2295 11919 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4739 2295 2419 11919 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4740 2419 2327 11919 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4741 1933 2022 11920 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4742 2022 2207 11920 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4743 2207 2130 11920 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4744 2130 1933 11920 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4745 2190 2076 11921 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4746 2076 2130 11921 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4747 2130 2247 11921 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4748 2247 2190 11921 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4749 1874 1889 11922 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4750 1889 2076 11922 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4751 2076 2069 11922 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4752 2069 1874 11922 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4753 2237 2104 11923 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4754 2104 2069 11923 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4755 2069 2185 11923 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4756 2185 2237 11923 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4757 1929 1899 11924 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4758 1899 2104 11924 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4759 2104 2141 11924 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4760 2141 1929 11924 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4761 2330 2183 11925 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4762 2183 2141 11925 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4763 2141 2280 11925 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4764 2280 2330 11925 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4765 1948 1984 11926 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4766 1984 2183 11926 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4767 2183 2151 11926 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4768 2151 1948 11926 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4769 2161 2059 11927 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4770 2059 2151 11927 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4771 2151 2286 11927 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4772 2286 2161 11927 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4773 1832 1864 11928 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4774 1864 2059 11928 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4775 2059 2030 11928 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4776 2030 1832 11928 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4777 2150 2053 11929 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4778 2053 2030 11929 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4779 2030 2123 11929 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4780 2123 2150 11929 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4781 1898 1870 11930 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4782 1870 2053 11930 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4783 2053 2074 11930 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4784 2074 1898 11930 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4785 2202 2096 11931 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4786 2096 2074 11931 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4787 2074 2172 11931 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4788 2172 2202 11931 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4789 2112 1919 11932 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4790 1919 2096 11932 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4791 2096 2287 11932 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4792 2287 2112 11932 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4793 2638 2601 11933 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4794 2601 2287 11933 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4795 2287 2400 11933 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4796 2400 2638 11933 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4797 2877 2490 11934 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4798 2490 2601 11934 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4799 2601 2992 11934 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4800 2992 2877 11934 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4801 3570 3547 11935 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4802 3547 2992 11935 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4803 2992 3042 11935 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4804 3042 3570 11935 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4805 3841 3494 11936 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4806 3494 3547 11936 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4807 3547 3883 11936 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4808 3883 3841 11936 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4809 4040 4021 11937 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4810 4021 3883 11937 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4811 3883 3902 11937 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4812 3902 4040 11937 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4813 4339 3977 11938 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4814 3977 4021 11938 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4815 4021 4385 11938 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4816 4385 4339 11938 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4817 5178 5174 11939 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4818 5174 4385 11939 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4819 4385 4401 11939 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4820 4401 5178 11939 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4821 4447 4339 11940 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4822 4339 5168 11940 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4823 5168 5191 11940 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4824 5191 4447 11940 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4825 5877 5168 11941 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4826 5168 5174 11941 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4827 5174 5871 11941 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4828 5871 5877 11941 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4829 5776 5266 11942 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4830 5266 5264 11942 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4831 5264 5778 11942 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4832 5778 5776 11942 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4833 4199 4703 11943 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4834 4703 4731 11943 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4835 4731 4234 11943 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4836 4234 4199 11943 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4837 3534 3855 11944 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4838 3855 3885 11944 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4839 3885 3568 11944 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4840 3568 3534 11944 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4841 3025 3260 11945 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4842 3260 3322 11945 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4843 3322 3095 11945 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4844 3095 3025 11945 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4845 2711 2834 11946 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4846 2834 2874 11946 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4847 2874 2750 11946 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4848 2750 2711 11946 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4849 2516 2608 11947 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4850 2608 2641 11947 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4851 2641 2565 11947 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4852 2565 2516 11947 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4853 2523 2442 11948 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4854 2442 2508 11948 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4855 2508 2588 11948 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4856 2588 2523 11948 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4857 3019 2703 11949 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4858 2703 2768 11949 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4859 2768 3094 11949 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4860 3094 3019 11949 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4861 3800 3434 11950 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4862 3434 3489 11950 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4863 3489 3853 11950 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4864 3853 3800 11950 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4865 4400 4151 11951 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4866 4151 4183 11951 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4867 4183 4409 11951 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4868 4409 4400 11951 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4869 4649 4596 11952 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4870 4596 4552 11952 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4871 4552 4581 11952 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4872 4581 4649 11952 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4873 4589 4470 11953 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4874 4470 4571 11953 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4875 4571 4691 11953 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4876 4691 4589 11953 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4877 4507 4571 11954 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4878 4571 4188 11954 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4879 4188 4160 11954 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4880 4160 4507 11954 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4881 4816 4498 11955 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4882 4498 4169 11955 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4883 4169 4447 11955 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4884 4447 4816 11955 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4885 5751 5290 11956 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4886 5290 5191 11956 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4887 5191 5854 11956 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4888 5854 5751 11956 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4889 5739 5301 11957 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4890 5301 5295 11957 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4891 5295 5745 11957 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4892 5745 5739 11957 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4893 5278 5295 11958 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4894 5295 4842 11958 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4895 4842 4766 11958 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4896 4766 5278 11958 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4897 4419 4842 11959 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4898 4842 4870 11959 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4899 4870 4452 11959 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4900 4452 4419 11959 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4901 4452 4433 11960 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4902 4433 4192 11960 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4903 4192 4197 11960 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4904 4197 4452 11960 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4905 4044 4192 11961 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4906 4192 4260 11961 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4907 4260 4111 11961 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4908 4111 4044 11961 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4909 4294 4260 11962 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4910 4260 4464 11962 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4911 4464 4506 11962 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4912 4506 4294 11962 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4913 4506 4881 11963 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4914 4881 4812 11963 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4915 4812 4421 11963 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4916 4421 4506 11963 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4917 4739 4812 11964 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4918 4812 5285 11964 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4919 5285 5271 11964 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4920 5271 4739 11964 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4921 5756 5285 11965 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4922 5285 5303 11965 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4923 5303 5736 11965 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4924 5736 5756 11965 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4925 5763 5278 11966 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4926 5278 5253 11966 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4927 5253 5793 11966 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4928 5793 5763 11966 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4929 5233 5253 11967 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4930 5253 4674 11967 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4931 4674 4627 11967 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4932 4627 5233 11967 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4933 4252 4674 11968 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4934 4674 4766 11968 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4935 4766 4327 11968 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4936 4327 4252 11968 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4937 4118 4044 11969 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4938 4044 3975 11969 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4939 3975 4041 11969 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4940 4041 4118 11969 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4941 3955 3975 11970 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4942 3975 4034 11970 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4943 4034 4009 11970 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4944 4009 3955 11970 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4945 4130 4034 11971 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4946 4034 4111 11971 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4947 4111 4216 11971 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4948 4216 4130 11971 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4949 4335 4739 11972 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4950 4739 4647 11972 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4951 4647 4278 11972 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4952 4278 4335 11972 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4953 4608 4647 11973 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4954 4647 5238 11973 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4955 5238 5228 11973 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4956 5228 4608 11973 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4957 5807 5238 11974 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4958 5238 5271 11974 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4959 5271 5771 11974 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4960 5771 5807 11974 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4961 5812 5233 11975 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4962 5233 5244 11975 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4963 5244 5802 11975 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4964 5802 5812 11975 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4965 5281 5244 11976 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4966 5244 4661 11976 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4967 4661 4785 11976 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4968 4785 5281 11976 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4969 4247 4661 11977 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4970 4661 4627 11977 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4971 4627 4225 11977 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4972 4225 4247 11977 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4973 4020 3955 11978 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4974 3955 3973 11978 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4975 3973 4047 11978 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4976 4047 4020 11978 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4977 4145 3973 11979 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4978 3973 4017 11979 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4979 4017 4176 11979 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4980 4176 4145 11979 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4981 4108 4017 11980 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4982 4017 4009 11980 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4983 4009 4099 11980 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4984 4099 4108 11980 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4985 4242 4608 11981 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4986 4608 4653 11981 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4987 4653 4273 11981 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4988 4273 4242 11981 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4989 4773 4653 11982 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4990 4653 5240 11982 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4991 5240 5280 11982 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4992 5280 4773 11982 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4993 5805 5240 11983 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4994 5240 5228 11983 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4995 5228 5817 11983 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4996 5817 5805 11983 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4997 5760 5281 11984 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4998 5281 5348 11984 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 4999 5348 5689 11984 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5000 5689 5760 11984 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5001 4748 5008 11985 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5002 5008 4785 11985 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5003 4785 4380 11985 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5004 4380 4748 11985 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5005 4219 4145 11986 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5006 4145 4492 11986 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5007 4492 4575 11986 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5008 4575 4219 11986 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5009 4617 4524 11987 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5010 4524 4176 11987 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5011 4176 4270 11987 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5012 4270 4617 11987 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5013 4393 4773 11988 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5014 4773 4997 11988 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5015 4997 4744 11988 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5016 4744 4393 11988 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5017 5692 5341 11989 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5018 5341 5280 11989 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5019 5280 5761 11989 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5020 5761 5692 11989 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5021 4216 4294 11990 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5022 4294 4421 11990 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5023 4421 4335 11990 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5024 4335 4216 11990 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5025 4099 4130 11991 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5026 4130 4278 11991 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5027 4278 4242 11991 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5028 4242 4099 11991 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5029 4270 4108 11992 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5030 4108 4273 11992 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5031 4273 4393 11992 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5032 4393 4270 11992 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5033 4047 4219 11993 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5034 4219 4380 11993 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5035 4380 4247 11993 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5036 4247 4047 11993 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5037 4041 4020 11994 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5038 4020 4225 11994 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5039 4225 4252 11994 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5040 4252 4041 11994 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5041 4197 4118 11995 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5042 4118 4327 11995 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5043 4327 4419 11995 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5044 4419 4197 11995 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5045 4428 4589 11996 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5046 4589 4472 11996 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5047 4472 4354 11996 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5048 4354 4428 11996 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5049 4493 4472 11997 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5050 4472 4691 11997 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5051 4691 4710 11997 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5052 4710 4493 11997 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5053 4535 4891 11998 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5054 4891 4749 11998 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5055 4749 4359 11998 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5056 4359 4535 11998 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5057 4759 4749 11999 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5058 4749 5274 11999 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5059 5274 5277 11999 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5060 5277 4759 11999 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5061 5768 5274 12000 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5062 5274 5307 12000 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5063 5307 5730 12000 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5064 5730 5768 12000 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5065 5329 5307 12001 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5066 5307 4891 12001 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5067 4891 4961 12001 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5068 4961 5329 12001 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5069 4369 4759 12002 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5070 4759 4916 12002 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5071 4916 4580 12002 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5072 4580 4369 12002 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5073 4988 4916 12003 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5074 4916 5316 12003 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5075 5316 5335 12003 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5076 5335 4988 12003 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5077 5719 5316 12004 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5078 5316 5277 12004 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5079 5277 5764 12004 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5080 5764 5719 12004 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5081 4702 4988 12005 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5082 4988 4989 12005 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5083 4989 4704 12005 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5084 4704 4702 12005 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5085 4993 4989 12006 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5086 4989 5336 12006 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5087 5336 5339 12006 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5088 5339 4993 12006 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5089 5696 5336 12007 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5090 5336 5335 12007 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5091 5335 5697 12007 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5092 5697 5696 12007 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5093 5643 5407 12008 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5094 5407 5408 12008 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5095 5408 5644 12008 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5096 5644 5643 12008 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5097 5340 5408 12009 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5098 5408 5022 12009 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5099 5022 4995 12009 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5100 4995 5340 12009 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5101 5154 5143 12010 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5102 5143 5356 12010 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5103 5356 5406 12010 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5104 5406 5154 12010 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5105 5685 5356 12011 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5106 5356 5351 12011 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5107 5351 5688 12011 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5108 5688 5685 12011 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5109 5396 5351 12012 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5110 5351 5127 12012 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5111 5127 5121 12012 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5112 5121 5396 12012 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5113 4956 5127 12013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5114 5127 5046 12013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5115 5046 4911 12013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5116 4911 4956 12013 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5117 4926 5046 12014 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5118 5046 5143 12014 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5119 5143 4985 12014 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5120 4985 4926 12014 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5121 4719 4649 12015 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5122 4649 4483 12015 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5123 4483 4517 12015 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5124 4517 4719 12015 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5125 4509 4483 12016 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5126 4483 4466 12016 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5127 4466 4510 12016 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5128 4510 4509 12016 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5129 4374 4466 12017 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5130 4466 4581 12017 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5131 4581 4436 12017 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5132 4436 4374 12017 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5133 4410 4374 12018 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5134 4374 4232 12018 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5135 4232 4259 12018 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5136 4259 4410 12018 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5137 4221 4232 12019 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5138 4232 4291 12019 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5139 4291 4290 12019 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5140 4290 4221 12019 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5141 4249 4221 12020 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5142 4221 4354 12020 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5143 4354 4389 12020 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5144 4389 4249 12020 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5145 4710 4977 12021 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5146 4977 4961 12021 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5147 4961 4688 12021 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5148 4688 4710 12021 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5149 4389 4493 12022 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5150 4493 4688 12022 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5151 4688 4535 12022 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5152 4535 4389 12022 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5153 4259 4249 12023 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5154 4249 4359 12023 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5155 4359 4369 12023 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5156 4369 4259 12023 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5157 4510 4410 12024 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5158 4410 4580 12024 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5159 4580 4702 12024 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5160 4702 4510 12024 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5161 4515 4509 12025 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5162 4509 4704 12025 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5163 4704 4714 12025 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5164 4714 4515 12025 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5165 5693 5340 12026 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5166 5340 5371 12026 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5167 5371 5675 12026 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5168 5675 5693 12026 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5169 5395 5371 12027 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5170 5371 5073 12027 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5171 5073 5117 12027 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5172 5117 5395 12027 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5173 4806 5073 12028 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5174 5073 4995 12028 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5175 4995 4719 12028 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5176 4719 4806 12028 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5177 4880 4806 12029 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5178 4806 4554 12029 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5179 4554 4642 12029 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5180 4642 4880 12029 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5181 4520 4554 12030 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5182 4554 4517 12030 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5183 4517 4515 12030 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5184 4515 4520 12030 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5185 4588 4520 12031 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5186 4520 4725 12031 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5187 4725 4760 12031 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5188 4760 4588 12031 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5189 4999 4725 12032 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5190 4725 4714 12032 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5191 4714 4993 12032 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5192 4993 4999 12032 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5193 5015 4999 12033 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5194 4999 5342 12033 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5195 5342 5352 12033 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5196 5352 5015 12033 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5197 5691 5342 12034 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5198 5342 5339 12034 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5199 5339 5694 12034 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5200 5694 5691 12034 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5201 5657 5395 12035 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5202 5395 5399 12035 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5203 5399 5652 12035 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5204 5652 5657 12035 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5205 5400 5399 12036 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5206 5399 5131 12036 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5207 5131 5145 12036 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5208 5145 5400 12036 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5209 4913 5131 12037 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5210 5131 5117 12037 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5211 5117 4880 12037 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5212 4880 4913 12037 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5213 4949 4913 12038 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5214 4913 4745 12038 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5215 4745 4850 12038 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5216 4850 4949 12038 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5217 4716 4745 12039 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5218 4745 4642 12039 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5219 4642 4588 12039 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5220 4588 4716 12039 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5221 4827 4716 12040 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5222 4716 4843 12040 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5223 4843 4899 12040 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5224 4899 4827 12040 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5225 5054 4843 12041 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5226 4843 4760 12041 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5227 4760 5015 12041 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5228 5015 5054 12041 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5229 5088 5054 12042 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5230 5054 5369 12042 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5231 5369 5380 12042 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5232 5380 5088 12042 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5233 5677 5369 12043 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5234 5369 5352 12043 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5235 5352 5687 12043 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5236 5687 5677 12043 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5237 5650 5400 12044 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5238 5400 5406 12044 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5239 5406 5645 12044 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5240 5645 5650 12044 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5241 4985 5154 12045 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5242 5154 5145 12045 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5243 5145 4949 12045 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5244 4949 4985 12045 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5245 4911 4926 12046 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5246 4926 4850 12046 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5247 4850 4827 12046 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5248 4827 4911 12046 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5249 5121 4956 12047 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5250 4956 4899 12047 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5251 4899 5088 12047 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5252 5088 5121 12047 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5253 5656 5396 12048 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5254 5396 5380 12048 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5255 5380 5669 12048 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5256 5669 5656 12048 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5257 7158 7326 12049 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5258 7326 7014 12049 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5259 7014 6809 12049 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5260 6809 7158 12049 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5261 6317 6260 12050 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5262 6260 5755 12050 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5263 5755 5776 12050 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5264 5776 6317 12050 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5265 6412 6892 12051 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5266 6892 6865 12051 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5267 6865 6365 12051 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5268 6365 6412 12051 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5269 6845 6865 12052 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5270 6865 7205 12052 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5271 7205 7188 12052 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5272 7188 6845 12052 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5273 7540 7205 12053 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5274 7205 7208 12053 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5275 7208 7552 12053 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5276 7552 7540 12053 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5277 7228 7208 12054 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5278 7208 6892 12054 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5279 6892 6905 12054 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5280 6905 7228 12054 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5281 5778 5789 12055 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5282 5789 6365 12055 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5283 6365 6346 12055 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5284 6346 5778 12055 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5285 6496 6412 12056 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5286 6412 5809 12056 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5287 5809 5944 12056 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5288 5944 6496 12056 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5289 6607 6909 12057 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5290 6909 6905 12057 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5291 6905 6496 12057 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5292 6496 6607 12057 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5293 7577 7228 12058 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5294 7228 7273 12058 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5295 7273 7616 12058 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5296 7616 7577 12058 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5297 7244 7273 12059 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5298 7273 6909 12059 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5299 6909 6895 12059 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5300 6895 7244 12059 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5301 6018 6245 12060 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5302 6245 5944 12060 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5303 5944 5643 12060 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5304 5643 6018 12060 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5305 6640 6607 12061 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5306 6607 6245 12061 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5307 6245 6450 12061 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5308 6450 6640 12061 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5309 6796 7020 12062 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5310 7020 6914 12062 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5311 6914 6695 12062 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5312 6695 6796 12062 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5313 6863 6914 12063 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5314 6914 7286 12063 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5315 7286 7190 12063 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5316 7190 6863 12063 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5317 7618 7286 12064 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5318 7286 7438 12064 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5319 7438 7789 12064 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5320 7789 7618 12064 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5321 7574 7438 12065 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5322 7438 7020 12065 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5323 7020 7128 12065 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5324 7128 7574 12065 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5325 6751 6749 12066 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5326 6749 6611 12066 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5327 6611 6602 12066 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5328 6602 6751 12066 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5329 6492 6611 12067 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5330 6611 6695 12067 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5331 6695 6629 12067 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5332 6629 6492 12067 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5333 6876 6796 12068 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5334 6796 6749 12068 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5335 6749 6759 12068 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5336 6759 6876 12068 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5337 6908 7239 12069 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5338 7239 7128 12069 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5339 7128 6876 12069 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5340 6876 6908 12069 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5341 7963 7574 12070 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5342 7574 7715 12070 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5343 7715 8179 12070 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5344 8179 7963 12070 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5345 7870 7715 12071 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5346 7715 7239 12071 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5347 7239 7371 12071 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5348 7371 7870 12071 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5349 6610 6693 12072 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5350 6693 6759 12072 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5351 6759 6752 12072 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5352 6752 6610 12072 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5353 6856 6908 12073 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5354 6908 6693 12073 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5355 6693 6570 12073 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5356 6570 6856 12073 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5357 7211 7503 12074 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5358 7503 7371 12074 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5359 7371 7082 12074 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5360 7082 7211 12074 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5361 8343 7870 12075 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5362 7870 8090 12075 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5363 8090 8504 12075 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5364 8504 8343 12075 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5365 8166 8090 12076 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5366 8090 7503 12076 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5367 7503 7551 12076 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5368 7551 8166 12076 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5369 7201 7211 12077 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5370 7211 7068 12077 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5371 7068 7063 12077 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5372 7063 7201 12077 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5373 6877 7068 12078 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5374 7068 7082 12078 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5375 7082 6886 12078 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5376 6886 6877 12078 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5377 6043 5989 12079 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5378 5989 5750 12079 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5379 5750 5692 12079 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5380 5692 6043 12079 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5381 5689 5748 12080 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5382 5748 5979 12080 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5383 5979 6032 12080 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5384 6032 5689 12080 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5385 6298 5979 12081 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5386 5979 6114 12081 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5387 6114 6470 12081 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5388 6470 6298 12081 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5389 6548 6114 12082 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5390 6114 6109 12082 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5391 6109 6519 12082 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5392 6519 6548 12082 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5393 6429 6109 12083 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5394 6109 5989 12083 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5395 5989 6303 12083 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5396 6303 6429 12083 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5397 9073 9158 12084 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5398 9158 9150 12084 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5399 9150 9059 12084 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5400 9059 9073 12084 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5401 9127 9150 12085 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5402 9150 9099 12085 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5403 9099 9063 12085 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5404 9063 9127 12085 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5405 8964 9099 12086 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5406 9099 9158 12086 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5407 9158 9013 12086 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5408 9013 8964 12086 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5409 8246 8144 12087 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5410 8144 7945 12087 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5411 7945 7940 12087 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5412 7940 8246 12087 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5413 7712 7945 12088 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5414 7945 7966 12088 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5415 7966 7848 12088 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5416 7848 7712 12088 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5417 7901 8220 12089 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5418 8220 8129 12089 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5419 8129 7844 12089 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5420 7844 7901 12089 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5421 8008 8129 12090 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5422 8129 8281 12090 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5423 8281 8211 12090 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5424 8211 8008 12090 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5425 8339 8281 12091 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5426 8281 8388 12091 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5427 8388 8441 12091 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5428 8441 8339 12091 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5429 8457 8388 12092 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5430 8388 8220 12092 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5431 8220 8290 12092 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5432 8290 8457 12092 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5433 8022 8349 12093 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5434 8349 8290 12093 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5435 8290 7955 12093 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5436 7955 8022 12093 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5437 8529 8457 12094 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5438 8457 8520 12094 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5439 8520 8602 12094 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5440 8602 8529 12094 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5441 8522 8520 12095 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5442 8520 8349 12095 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5443 8349 8346 12095 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5444 8346 8522 12095 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5445 8157 8409 12096 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5446 8409 8302 12096 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5447 8302 7972 12096 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5448 7972 8157 12096 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5449 8278 8302 12097 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5450 8302 8495 12097 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5451 8495 8459 12097 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5452 8459 8278 12097 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5453 8539 8495 12098 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5454 8495 8634 12098 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5455 8634 8704 12098 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5456 8704 8539 12098 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5457 8821 8634 12099 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5458 8634 8409 12099 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5459 8409 8541 12099 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5460 8541 8821 12099 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5461 8486 8799 12100 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5462 8799 8541 12100 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5463 8541 8308 12100 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5464 8308 8486 12100 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5465 8870 8821 12101 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5466 8821 8977 12101 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5467 8977 8971 12101 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5468 8971 8870 12101 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5469 9092 8977 12102 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5470 8977 8799 12102 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5471 8799 8988 12102 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5472 8988 9092 12102 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5473 8914 9134 12103 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5474 9134 8988 12103 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5475 8988 8687 12103 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5476 8687 8914 12103 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5477 9029 9092 12104 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5478 9092 9167 12104 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5479 9167 9088 12104 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5480 9088 9029 12104 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5481 9216 9167 12105 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5482 9167 9134 12105 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5483 9134 9211 12105 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5484 9211 9216 12105 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5485 9147 9234 12106 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5486 9234 9211 12106 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5487 9211 9126 12106 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5488 9126 9147 12106 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5489 9117 9216 12107 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5490 9216 9228 12107 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5491 9228 9122 12107 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5492 9122 9117 12107 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5493 9227 9228 12108 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5494 9228 9234 12108 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5495 9234 9251 12108 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5496 9251 9227 12108 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5497 9213 9261 12109 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5498 9261 9251 12109 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5499 9251 9175 12109 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5500 9175 9213 12109 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5501 9108 9227 12110 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5502 9227 9214 12110 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5503 9214 9072 12110 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5504 9072 9108 12110 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5505 9186 9214 12111 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5506 9214 9261 12111 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5507 9261 9245 12111 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5508 9245 9186 12111 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5509 7719 7712 12112 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5510 7712 7569 12112 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5511 7569 7471 12112 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5512 7471 7719 12112 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5513 7510 7540 12113 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5514 7540 7844 12113 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5515 7844 7786 12113 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5516 7786 7510 12113 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5517 7955 7901 12114 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5518 7901 7552 12114 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5519 7552 7577 12114 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5520 7577 7955 12114 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5521 8016 8022 12115 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5522 8022 7616 12115 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5523 7616 7612 12115 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5524 7612 8016 12115 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5525 7554 7618 12116 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5526 7618 7972 12116 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5527 7972 7941 12116 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5528 7941 7554 12116 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5529 8308 8157 12117 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5530 8157 7789 12117 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5531 7789 7963 12117 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5532 7963 8308 12117 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5533 8687 8486 12118 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5534 8486 8179 12118 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5535 8179 8343 12118 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5536 8343 8687 12118 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5537 8933 8914 12119 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5538 8914 8504 12119 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5539 8504 8556 12119 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5540 8556 8933 12119 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5541 9038 9186 12120 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5542 9186 9148 12120 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5543 9148 9017 12120 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5544 9017 9038 12120 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5545 9128 9148 12121 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5546 9148 9179 12121 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5547 9179 9157 12121 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5548 9157 9128 12121 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5549 9097 9179 12122 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5550 9179 9245 12122 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5551 9245 9181 12122 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5552 9181 9097 12122 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5553 8995 9128 12123 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5554 9128 9115 12123 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5555 9115 8974 12123 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5556 8974 8995 12123 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5557 9111 9115 12124 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5558 9115 9184 12124 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5559 9184 9204 12124 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5560 9204 9111 12124 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5561 9116 9184 12125 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5562 9184 9157 12125 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5563 9157 9061 12125 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5564 9061 9116 12125 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5565 8956 9111 12126 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5566 9111 9110 12126 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5567 9110 8947 12126 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5568 8947 8956 12126 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5569 9106 9110 12127 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5570 9110 9221 12127 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5571 9221 9202 12127 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5572 9202 9106 12127 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5573 9171 9221 12128 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5574 9221 9204 12128 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5575 9204 9146 12128 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5576 9146 9171 12128 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5577 9057 9096 12129 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5578 9096 9054 12129 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5579 9054 9043 12129 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5580 9043 9057 12129 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5581 8943 9054 12130 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5582 9054 9063 12130 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5583 9063 8949 12130 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5584 8949 8943 12130 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5585 9027 9127 12131 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5586 9127 9096 12131 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5587 9096 8996 12131 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5588 8996 9027 12131 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5589 9047 9024 12132 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5590 9024 9040 12132 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5591 9040 9048 12132 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5592 9048 9047 12132 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5593 8955 9040 12133 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5594 9040 9043 12133 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5595 9043 8945 12133 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5596 8945 8955 12133 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5597 8973 9057 12134 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5598 9057 9024 12134 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5599 9024 8941 12134 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5600 8941 8973 12134 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5601 8944 9106 12135 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5602 9106 9093 12135 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5603 9093 8950 12135 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5604 8950 8944 12135 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5605 9068 9093 12136 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5606 9093 9166 12136 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5607 9166 9125 12136 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5608 9125 9068 12136 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5609 9112 9166 12137 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5610 9166 9202 12137 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5611 9202 9156 12137 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5612 9156 9112 12137 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5613 8953 9068 12138 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5614 9068 9048 12138 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5615 9048 8957 12138 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5616 8957 8953 12138 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5617 8960 9047 12139 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5618 9047 9125 12139 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5619 9125 9023 12139 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5620 9023 8960 12139 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5621 8407 8356 12140 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5622 8356 8263 12140 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5623 8263 8352 12140 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5624 8352 8407 12140 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5625 8282 8248 12141 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5626 8248 8356 12141 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5627 8356 8403 12141 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5628 8403 8282 12141 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5629 8536 8443 12142 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5630 8443 8403 12142 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5631 8403 8482 12142 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5632 8482 8536 12142 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5633 8419 8338 12143 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5634 8338 8443 12143 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5635 8443 8539 12143 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5636 8539 8419 12143 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5637 8659 8537 12144 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5638 8537 8704 12144 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5639 8704 8870 12144 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5640 8870 8659 12144 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5641 8857 8778 12145 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5642 8778 8971 12145 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5643 8971 9029 12145 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5644 9029 8857 12145 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5645 8917 8902 12146 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5646 8902 9088 12146 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5647 9088 9117 12146 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5648 9117 8917 12146 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5649 8909 8919 12147 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5650 8919 9122 12147 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5651 9122 9108 12147 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5652 9108 8909 12147 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5653 8852 8883 12148 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5654 8883 9072 12148 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5655 9072 9038 12148 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5656 9038 8852 12148 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5657 8793 8822 12149 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5658 8822 9017 12149 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5659 9017 8995 12149 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5660 8995 8793 12149 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5661 8733 8754 12150 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5662 8754 8974 12150 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5663 8974 8956 12150 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5664 8956 8733 12150 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5665 8712 8717 12151 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5666 8717 8947 12151 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5667 8947 8944 12151 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5668 8944 8712 12151 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5669 8722 8716 12152 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5670 8716 8950 12152 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5671 8950 8953 12152 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5672 8953 8722 12152 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5673 8719 8726 12153 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5674 8726 8957 12153 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5675 8957 8955 12153 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5676 8955 8719 12153 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5677 8699 8702 12154 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5678 8702 8945 12154 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5679 8945 8943 12154 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5680 8943 8699 12154 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5681 8772 8711 12155 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5682 8711 8949 12155 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5683 8949 8964 12155 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5684 8964 8772 12155 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5685 8898 8874 12156 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5686 8874 9013 12156 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5687 9013 9073 12156 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5688 9073 8898 12156 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5689 8755 8785 12157 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5690 8785 8874 12157 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5691 8874 8786 12157 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5692 8786 8755 12157 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5693 8780 8898 12158 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5694 8898 8880 12158 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5695 8880 8750 12158 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5696 8750 8780 12158 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5697 8837 8880 12159 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5698 8880 9059 12159 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5699 9059 9027 12159 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5700 9027 8837 12159 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5701 8713 8837 12160 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5702 8837 8807 12160 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5703 8807 8664 12160 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5704 8664 8713 12160 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5705 8768 8807 12161 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5706 8807 8996 12161 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5707 8996 8973 12161 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5708 8973 8768 12161 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5709 8631 8768 12162 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5710 8768 8725 12162 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5711 8725 8596 12162 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5712 8596 8631 12162 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5713 8751 8725 12163 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5714 8725 8941 12163 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5715 8941 8960 12163 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5716 8960 8751 12163 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5717 8626 8751 12164 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5718 8751 8836 12164 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5719 8836 8720 12164 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5720 8720 8626 12164 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5721 8915 8836 12165 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5722 8836 9023 12165 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5723 9023 9112 12165 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5724 9112 8915 12165 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5725 8798 8915 12166 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5726 8915 8967 12166 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5727 8967 8853 12166 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5728 8853 8798 12166 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5729 8976 8967 12167 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5730 8967 9156 12167 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5731 9156 9171 12167 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5732 9171 8976 12167 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5733 8858 8976 12168 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5734 8976 8940 12168 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5735 8940 8808 12168 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5736 8808 8858 12168 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5737 8904 8940 12169 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5738 8940 9146 12169 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5739 9146 9116 12169 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5740 9116 8904 12169 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5741 8765 8904 12170 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5742 8904 8861 12170 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5743 8861 8718 12170 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5744 8718 8765 12170 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5745 8893 8861 12171 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5746 8861 9061 12171 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5747 9061 9097 12171 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5748 9097 8893 12171 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5749 8758 8893 12172 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5750 8893 8986 12172 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5751 8986 8884 12172 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5752 8884 8758 12172 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5753 9015 8986 12173 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5754 8986 9181 12173 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5755 9181 9213 12173 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5756 9213 9015 12173 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5757 8922 9015 12174 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5758 9015 8992 12174 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5759 8992 8894 12174 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5760 8894 8922 12174 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5761 8969 8992 12175 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5762 8992 9175 12175 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5763 9175 9147 12175 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5764 9147 8969 12175 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5765 8872 8969 12176 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5766 8969 8948 12176 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5767 8948 8840 12176 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5768 8840 8872 12176 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5769 8757 8948 12177 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5770 8948 9126 12177 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5771 9126 8933 12177 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5772 8933 8757 12177 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5773 8646 8757 12178 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5774 8757 8446 12178 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5775 8446 8410 12178 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5776 8410 8646 12178 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5777 8045 8446 12179 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5778 8446 8556 12179 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5779 8556 8166 12179 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5780 8166 8045 12179 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5781 7992 8045 12180 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5782 8045 7494 12180 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5783 7494 7470 12180 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5784 7470 7992 12180 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5785 7160 7494 12181 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5786 7494 7551 12181 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5787 7551 7201 12181 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5788 7201 7160 12181 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5789 7141 7160 12182 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5790 7160 7017 12182 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5791 7017 6999 12182 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5792 6999 7141 12182 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5793 6654 7017 12183 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5794 7017 7063 12183 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5795 7063 6702 12183 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5796 6702 6654 12183 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5797 5854 5877 12184 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5798 5877 6702 12184 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5799 6702 6593 12184 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5800 6593 5854 12184 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5801 6638 6654 12185 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5802 6654 5871 12185 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5803 5871 5867 12185 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5804 5867 6638 12185 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5805 6809 6317 12186 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5806 6317 6346 12186 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5807 6346 6845 12186 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5808 6845 6809 12186 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5809 7471 7158 12187 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5810 7158 7188 12187 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5811 7188 7510 12187 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5812 7510 7471 12187 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5813 7940 7719 12188 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5814 7719 7786 12188 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5815 7786 8008 12188 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5816 8008 7940 12188 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5817 8352 8246 12189 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5818 8246 8211 12189 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5819 8211 8339 12189 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5820 8339 8352 12189 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5821 8482 8407 12190 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5822 8407 8441 12190 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5823 8441 8529 12190 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5824 8529 8482 12190 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5825 8459 8536 12191 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5826 8536 8602 12191 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5827 8602 8522 12191 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5828 8522 8459 12191 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5829 7941 8278 12192 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5830 8278 8346 12192 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5831 8346 8016 12192 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5832 8016 7941 12192 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5833 7190 7554 12193 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5834 7554 7612 12193 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5835 7612 7244 12193 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5836 7244 7190 12193 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5837 6629 6863 12194 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5838 6863 6895 12194 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5839 6895 6640 12194 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5840 6640 6629 12194 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5841 6464 6492 12195 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5842 6492 6450 12195 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5843 6450 6398 12195 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5844 6398 6464 12195 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5845 6357 6474 12196 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5846 6474 6570 12196 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5847 6570 6457 12196 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5848 6457 6357 12196 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5849 6886 6856 12197 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5850 6856 6474 12197 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5851 6474 6533 12197 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5852 6533 6886 12197 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5853 6593 6877 12198 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5854 6877 6542 12198 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5855 6542 6228 12198 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5856 6228 6593 12198 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5857 6279 6200 12199 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5858 6200 5745 12199 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5859 5745 5763 12199 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5860 5763 6279 12199 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5861 6588 6172 12200 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5862 6172 6200 12200 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5863 6200 6618 12200 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5864 6618 6588 12200 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5865 6935 6781 12201 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5866 6781 6852 12201 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5867 6852 6995 12201 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5868 6995 6935 12201 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5869 6847 6852 12202 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5870 6852 6605 12202 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5871 6605 6588 12202 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5872 6588 6847 12202 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5873 6534 6577 12203 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5874 6577 6781 12203 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5875 6781 6748 12203 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5876 6748 6534 12203 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5877 5771 5756 12204 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5878 5756 6231 12204 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5879 6231 6309 12204 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5880 6309 5771 12204 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5881 6616 6231 12205 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5882 6231 6160 12205 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5883 6160 6534 12205 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5884 6534 6616 12205 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5885 6420 6373 12206 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5886 6373 5793 12206 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5887 5793 5812 12206 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5888 5812 6420 12206 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5889 6717 6279 12207 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5890 6279 6373 12207 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5891 6373 6789 12207 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5892 6789 6717 12207 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5893 7030 7006 12208 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5894 7006 7064 12208 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5895 7064 7085 12208 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5896 7085 7030 12208 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5897 6998 7064 12209 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5898 7064 6995 12209 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5899 6995 6928 12209 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5900 6928 6998 12209 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5901 6829 6935 12210 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5902 6935 7006 12210 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5903 7006 6915 12210 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5904 6915 6829 12210 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5905 5817 5807 12211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5906 5807 6400 12211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5907 6400 6438 12211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5908 6438 5817 12211 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5909 6763 6400 12212 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5910 6400 6309 12212 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5911 6309 6708 12212 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5912 6708 6763 12212 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5913 6259 6385 12213 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5914 6385 5802 12213 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5915 5802 5760 12213 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5916 5760 6259 12213 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5917 6820 6420 12214 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5918 6420 6385 12214 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5919 6385 6795 12214 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5920 6795 6820 12214 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5921 6870 7021 12215 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5922 7021 7066 12215 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5923 7066 6901 12215 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5924 6901 6870 12215 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5925 6992 7066 12216 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5926 7066 7085 12216 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5927 7085 7018 12216 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5928 7018 6992 12216 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5929 6946 7030 12217 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5930 7030 7021 12217 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5931 7021 6937 12217 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5932 6937 6946 12217 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5933 5761 5805 12218 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5934 5805 6394 12218 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5935 6394 6272 12218 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5936 6272 5761 12218 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5937 6767 6394 12219 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5938 6394 6438 12219 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5939 6438 6801 12219 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5940 6801 6767 12219 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5941 6661 6259 12220 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5942 6259 6032 12220 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5943 6032 6298 12220 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5944 6298 6661 12220 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5945 6470 6548 12221 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5946 6548 6901 12221 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5947 6901 6826 12221 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5948 6826 6470 12221 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5949 6770 6870 12222 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5950 6870 6519 12222 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5951 6519 6429 12222 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5952 6429 6770 12222 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5953 6303 6043 12223 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5954 6043 6272 12223 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5955 6272 6646 12223 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5956 6646 6303 12223 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5957 6708 6616 12224 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5958 6616 6748 12224 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5959 6748 6829 12224 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5960 6829 6708 12224 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5961 6801 6763 12225 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5962 6763 6915 12225 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5963 6915 6946 12225 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5964 6946 6801 12225 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5965 6646 6767 12226 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5966 6767 6937 12226 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5967 6937 6770 12226 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5968 6770 6646 12226 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5969 6795 6661 12227 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5970 6661 6826 12227 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5971 6826 6992 12227 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5972 6992 6795 12227 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5973 6789 6820 12228 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5974 6820 7018 12228 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5975 7018 6998 12228 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5976 6998 6789 12228 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5977 6618 6717 12229 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5978 6717 6928 12229 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5979 6928 6847 12229 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5980 6847 6618 12229 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5981 6684 6568 12230 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5982 6568 6457 12230 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5983 6457 6610 12230 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5984 6610 6684 12230 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5985 6339 6357 12231 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5986 6357 6568 12231 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5987 6568 6547 12231 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5988 6547 6339 12231 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5989 5764 5768 12232 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5990 5768 6297 12232 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5991 6297 6286 12232 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5992 6286 5764 12232 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5993 6679 6297 12233 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5994 6297 6150 12233 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5995 6150 6508 12233 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5996 6508 6679 12233 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5997 6077 6150 12234 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5998 6150 5730 12234 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 5999 5730 5705 12234 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6000 5705 6077 12234 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6001 5697 5719 12235 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6002 5719 6126 12235 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6003 6126 6051 12235 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6004 6051 5697 12235 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6005 6465 6126 12236 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6006 6126 6286 12236 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6007 6286 6669 12236 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6008 6669 6465 12236 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6009 5694 5696 12237 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6010 5696 6050 12237 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6011 6050 6046 12237 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6012 6046 5694 12237 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6013 6345 6050 12238 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6014 6050 6051 12238 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6015 6051 6347 12238 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6016 6347 6345 12238 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6017 6045 6018 12239 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6018 6018 5644 12239 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6019 5644 5693 12239 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6020 5693 6045 12239 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6021 6132 5999 12240 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6022 5999 5918 12240 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6023 5918 6082 12240 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6024 6082 6132 12240 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6025 5925 5918 12241 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6026 5918 5688 12241 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6027 5688 5656 12241 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6028 5656 5925 12241 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6029 5645 5685 12242 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6030 5685 5902 12242 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6031 5902 5892 12242 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6032 5892 5645 12242 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6033 6054 5902 12243 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6034 5902 5999 12243 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6035 5999 6115 12243 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6036 6115 6054 12243 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6037 6531 6574 12244 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6038 6574 6557 12244 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6039 6557 6532 12244 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6040 6532 6531 12244 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6041 6525 6557 12245 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6042 6557 6398 12245 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6043 6398 6329 12245 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6044 6329 6525 12245 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6045 6602 6464 12246 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6046 6464 6574 12246 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6047 6574 6665 12246 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6048 6665 6602 12246 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6049 6782 6811 12247 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6050 6811 6665 12247 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6051 6665 6628 12247 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6052 6628 6782 12247 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6053 6752 6751 12248 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6054 6751 6811 12248 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6055 6811 6824 12248 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6056 6824 6752 12248 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6057 6650 6684 12249 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6058 6684 6824 12249 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6059 6824 6793 12249 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6060 6793 6650 12249 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6061 6360 6077 12250 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6062 6077 6063 12250 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6063 6063 6339 12250 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6064 6339 6360 12250 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6065 6508 6360 12251 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6066 6360 6547 12251 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6067 6547 6650 12251 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6068 6650 6508 12251 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6069 6669 6679 12252 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6070 6679 6793 12252 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6071 6793 6782 12252 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6072 6782 6669 12252 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6073 6347 6465 12253 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6074 6465 6628 12253 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6075 6628 6531 12253 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6076 6531 6347 12253 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6077 6335 6345 12254 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6078 6345 6532 12254 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6079 6532 6527 12254 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6080 6527 6335 12254 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6081 5930 5974 12255 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6082 5974 5675 12255 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6083 5675 5657 12255 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6084 5657 5930 12255 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6085 6329 6045 12256 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6086 6045 5974 12256 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6087 5974 6237 12256 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6088 6237 6329 12256 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6089 6405 6490 12257 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6090 6490 6237 12257 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6091 6237 6161 12257 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6092 6161 6405 12257 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6093 6527 6525 12258 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6094 6525 6490 12258 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6095 6490 6522 12258 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6096 6522 6527 12258 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6097 6285 6322 12259 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6098 6322 6522 12259 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6099 6522 6458 12259 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6100 6458 6285 12259 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6101 6046 6335 12260 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6102 6335 6322 12260 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6103 6322 6041 12260 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6104 6041 6046 12260 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6105 5687 5691 12261 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6106 5691 6041 12261 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6107 6041 6026 12261 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6108 6026 5687 12261 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6109 5900 5913 12262 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6110 5913 5652 12262 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6111 5652 5650 12262 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6112 5650 5900 12262 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6113 6161 5930 12263 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6114 5930 5913 12263 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6115 5913 6130 12263 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6116 6130 6161 12263 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6117 6192 6301 12264 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6118 6301 6130 12264 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6119 6130 6089 12264 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6120 6089 6192 12264 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6121 6458 6405 12265 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6122 6405 6301 12265 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6123 6301 6332 12265 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6124 6332 6458 12265 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6125 6142 6199 12266 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6126 6199 6332 12266 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6127 6332 6217 12266 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6128 6217 6142 12266 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6129 6026 6285 12267 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6130 6285 6199 12267 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6131 6199 5992 12267 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6132 5992 6026 12267 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6133 5669 5677 12268 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6134 5677 5992 12268 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6135 5992 5960 12268 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6136 5960 5669 12268 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6137 6089 5900 12269 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6138 5900 5892 12269 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6139 5892 6054 12269 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6140 6054 6089 12269 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6141 6217 6192 12270 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6142 6192 6115 12270 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6143 6115 6132 12270 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6144 6132 6217 12270 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6145 5960 6142 12271 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6146 6142 6082 12271 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6147 6082 5925 12271 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6148 5925 5960 12271 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6149 4522 4424 12272 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6150 4424 4943 12272 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6151 4943 5013 12272 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6152 5013 4522 12272 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6153 3834 3492 12273 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6154 3492 3466 12273 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6155 3466 3815 12273 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6156 3815 3834 12273 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6157 4635 4154 12274 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6158 4154 4140 12274 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6159 4140 4548 12274 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6160 4548 4635 12274 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6161 3426 3758 12275 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6162 3758 3853 12275 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6163 3853 3489 12275 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6164 3489 3426 12275 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6165 4183 4131 12276 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6166 4131 4346 12276 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6167 4346 4409 12276 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6168 4409 4183 12276 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6169 3604 3256 12277 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6170 3256 3076 12277 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6171 3076 3471 12277 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6172 3471 3604 12277 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6173 4246 4018 12278 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6174 4018 3914 12278 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6175 3914 4170 12278 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6176 4170 4246 12278 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6177 3329 2862 12279 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6178 2862 2706 12279 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6179 2706 3174 12279 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6180 3174 3329 12279 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6181 3958 4160 12280 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6182 4160 4188 12280 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6183 4188 3673 12280 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6184 3673 3958 12280 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6185 3140 2823 12281 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6186 2823 2754 12281 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6187 2754 3084 12281 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6188 3084 3140 12281 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6189 2768 2741 12282 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6190 2741 3066 12282 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6191 3066 3094 12282 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6192 3094 2768 12282 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6193 2885 2639 12283 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6194 2639 2504 12283 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6195 2504 2734 12283 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6196 2734 2885 12283 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6197 2561 2246 12284 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6198 2246 2057 12284 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6199 2057 2358 12284 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6200 2358 2561 12284 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6201 3808 3557 12285 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6202 3557 3568 12285 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6203 3568 3885 12285 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6204 3885 3808 12285 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6205 3330 3162 12286 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6206 3162 3095 12286 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6207 3095 3322 12286 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6208 3322 3330 12286 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6209 2641 2691 12287 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6210 2691 2645 12287 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6211 2645 2565 12287 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6212 2565 2641 12287 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6213 2412 2342 12288 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6214 2342 2174 12288 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6215 2174 2224 12288 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6216 2224 2412 12288 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6217 2068 2072 12289 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6218 2072 2016 12289 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6219 2016 1953 12289 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6220 1953 2068 12289 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6221 1878 1957 12290 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6222 1957 1928 12290 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6223 1928 1829 12290 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6224 1829 1878 12290 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6225 1817 1923 12291 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6226 1923 1937 12291 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6227 1937 1818 12291 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6228 1818 1817 12291 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6229 1831 1973 12292 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6230 1973 2007 12292 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6231 2007 1859 12292 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6232 1859 1831 12292 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6233 1917 1897 12293 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6234 1897 2028 12293 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6235 2028 2050 12293 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6236 2050 1917 12293 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6237 1934 1930 12294 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6238 1930 2070 12294 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6239 2070 2089 12294 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6240 2089 1934 12294 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6241 1939 1935 12295 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6242 1935 2097 12295 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6243 2097 2100 12295 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6244 2100 1939 12295 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6245 1977 1952 12296 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6246 1952 2094 12296 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6247 2094 2092 12296 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6248 2092 1977 12296 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6249 2090 2005 12297 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6250 2005 1997 12297 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6251 1997 2088 12297 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6252 2088 2090 12297 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6253 2101 1991 12298 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6254 1991 2002 12298 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6255 2002 2099 12298 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6256 2099 2101 12298 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6257 1945 1981 12299 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6258 1981 2095 12299 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6259 2095 2080 12299 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6260 2080 1945 12299 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6261 1918 1895 12300 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6262 1895 1986 12300 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6263 1986 2018 12300 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6264 2018 1918 12300 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6265 1988 1949 12301 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6266 1949 2049 12301 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6267 2049 2071 12301 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6268 2071 1988 12301 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6269 1998 2021 12302 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6270 2021 2103 12302 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6271 2103 2085 12302 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6272 2085 1998 12302 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6273 1879 1920 12303 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6274 1920 2022 12303 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6275 2022 1933 12303 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6276 1933 1879 12303 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6277 1824 1843 12304 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6278 1843 1889 12304 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6279 1889 1874 12304 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6280 1874 1824 12304 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6281 1861 1841 12305 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6282 1841 1899 12305 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6283 1899 1929 12305 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6284 1929 1861 12305 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6285 1866 1888 12306 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6286 1888 1984 12306 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6287 1984 1948 12306 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6288 1948 1866 12306 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6289 1832 1784 12307 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6290 1784 1800 12307 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6291 1800 1864 12307 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6292 1864 1832 12307 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6293 1898 1811 12308 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6294 1811 1794 12308 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6295 1794 1870 12308 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6296 1870 1898 12308 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6297 2945 2541 12309 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6298 2541 2490 12309 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6299 2490 2877 12309 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6300 2877 2945 12309 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6301 3832 3538 12310 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6302 3538 3494 12310 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6303 3494 3841 12310 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6304 3841 3832 12310 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6305 5191 5168 12311 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6306 5168 5877 12311 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6307 5877 5854 12311 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6308 5854 5191 12311 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6309 4199 4182 12312 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6310 4182 4683 12312 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6311 4683 4703 12312 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6312 4703 4199 12312 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6313 3503 3837 12313 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6314 3837 3855 12313 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6315 3855 3534 12313 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6316 3534 3503 12313 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6317 3025 2912 12314 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6318 2912 3198 12314 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6319 3198 3260 12314 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6320 3260 3025 12314 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6321 2664 2608 12315 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6322 2608 2516 12315 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6323 2516 2589 12315 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6324 2589 2664 12315 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6325 3013 2699 12316 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6326 2699 2703 12316 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6327 2703 3019 12316 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6328 3019 3013 12316 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6329 3773 3429 12317 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6330 3429 3434 12317 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6331 3434 3800 12317 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6332 3800 3773 12317 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6333 4431 4136 12318 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6334 4136 4151 12318 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6335 4151 4400 12318 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6336 4400 4431 12318 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6337 5271 5285 12319 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6338 5285 5756 12319 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6339 5756 5771 12319 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6340 5771 5271 12319 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6341 5793 5253 12320 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6342 5253 5233 12320 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6343 5233 5812 12320 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6344 5812 5793 12320 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6345 5348 5292 12321 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6346 5292 5748 12321 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6347 5748 5689 12321 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6348 5689 5348 12321 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6349 5750 5291 12322 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6350 5291 5341 12322 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6351 5341 5692 12322 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6352 5692 5750 12322 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6353 4111 4260 12323 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6354 4260 4294 12323 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6355 4294 4216 12323 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6356 4216 4111 12323 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6357 4421 4812 12324 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6358 4812 4739 12324 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6359 4739 4335 12324 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6360 4335 4421 12324 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6361 4009 4034 12325 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6362 4034 4130 12325 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6363 4130 4099 12325 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6364 4099 4009 12325 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6365 4278 4647 12326 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6366 4647 4608 12326 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6367 4608 4242 12326 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6368 4242 4278 12326 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6369 4176 4017 12327 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6370 4017 4108 12327 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6371 4108 4270 12327 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6372 4270 4176 12327 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6373 4273 4653 12328 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6374 4653 4773 12328 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6375 4773 4393 12328 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6376 4393 4273 12328 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6377 4047 3973 12329 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6378 3973 4145 12329 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6379 4145 4219 12329 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6380 4219 4047 12329 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6381 4785 4661 12330 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6382 4661 4247 12330 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6383 4247 4380 12330 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6384 4380 4785 12330 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6385 4041 3975 12331 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6386 3975 3955 12331 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6387 3955 4020 12331 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6388 4020 4041 12331 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6389 4627 4674 12332 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6390 4674 4252 12332 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6391 4252 4225 12332 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6392 4225 4627 12332 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6393 4197 4192 12333 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6394 4192 4044 12333 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6395 4044 4118 12333 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6396 4118 4197 12333 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6397 4766 4842 12334 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6398 4842 4419 12334 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6399 4419 4327 12334 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6400 4327 4766 12334 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6401 4428 4348 12335 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6402 4348 4470 12335 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6403 4470 4589 12335 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6404 4589 4428 12335 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6405 4291 4293 12336 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6406 4293 4282 12336 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6407 4282 4290 12336 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6408 4290 4291 12336 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6409 4552 4427 12337 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6410 4427 4436 12337 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6411 4436 4581 12337 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6412 4581 4552 12337 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6413 4649 4719 12338 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6414 4719 4995 12338 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6415 4995 4596 12338 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6416 4596 4649 12338 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6417 5339 5336 12339 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6418 5336 5696 12339 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6419 5696 5694 12339 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6420 5694 5339 12339 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6421 5335 5316 12340 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6422 5316 5719 12340 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6423 5719 5697 12340 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6424 5697 5335 12340 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6425 4354 4472 12341 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6426 4472 4493 12341 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6427 4493 4389 12341 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6428 4389 4354 12341 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6429 4891 4535 12342 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6430 4535 4688 12342 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6431 4688 4961 12342 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6432 4961 4891 12342 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6433 4259 4232 12343 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6434 4232 4221 12343 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6435 4221 4249 12343 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6436 4249 4259 12343 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6437 4359 4749 12344 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6438 4749 4759 12344 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6439 4759 4369 12344 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6440 4369 4359 12344 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6441 4510 4466 12345 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6442 4466 4374 12345 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6443 4374 4410 12345 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6444 4410 4510 12345 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6445 4580 4916 12346 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6446 4916 4988 12346 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6447 4988 4702 12346 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6448 4702 4580 12346 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6449 4517 4483 12347 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6450 4483 4509 12347 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6451 4509 4515 12347 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6452 4515 4517 12347 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6453 4704 4989 12348 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6454 4989 4993 12348 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6455 4993 4714 12348 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6456 4714 4704 12348 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6457 5117 5073 12349 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6458 5073 4806 12349 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6459 4806 4880 12349 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6460 4880 5117 12349 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6461 4642 4554 12350 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6462 4554 4520 12350 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6463 4520 4588 12350 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6464 4588 4642 12350 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6465 4760 4725 12351 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6466 4725 4999 12351 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6467 4999 5015 12351 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6468 5015 4760 12351 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6469 5652 5399 12352 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6470 5399 5400 12352 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6471 5400 5650 12352 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6472 5650 5652 12352 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6473 5145 5131 12353 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6474 5131 4913 12353 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6475 4913 4949 12353 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6476 4949 5145 12353 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6477 4850 4745 12354 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6478 4745 4716 12354 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6479 4716 4827 12354 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6480 4827 4850 12354 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6481 4899 4843 12355 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6482 4843 5054 12355 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6483 5054 5088 12355 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6484 5088 4899 12355 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6485 4021 4040 12356 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6486 4040 4401 12356 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6487 4401 4385 12356 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6488 4385 4021 12356 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6489 5174 5178 12357 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6490 5178 5867 12357 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6491 5867 5871 12357 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6492 5871 5174 12357 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6493 3547 3570 12358 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6494 3570 3902 12358 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6495 3902 3883 12358 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6496 3883 3547 12358 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6497 2601 2638 12359 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6498 2638 3042 12359 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6499 3042 2992 12359 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6500 2992 2601 12359 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6501 2059 2161 12360 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6502 2161 2123 12360 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6503 2123 2030 12360 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6504 2030 2059 12360 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6505 2104 2237 12361 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6506 2237 2280 12361 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6507 2280 2141 12361 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6508 2141 2104 12361 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6509 2076 2190 12362 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6510 2190 2185 12362 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6511 2185 2069 12362 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6512 2069 2076 12362 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6513 2207 2327 12363 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6514 2327 2247 12363 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6515 2247 2130 12363 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6516 2130 2207 12363 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6517 2165 2294 12364 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6518 2294 2334 12364 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6519 2334 2205 12364 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6520 2205 2165 12364 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6521 2146 2170 12365 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6522 2170 2257 12365 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6523 2257 2261 12365 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6524 2261 2146 12365 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6525 7552 7208 12366 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6526 7208 7228 12366 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6527 7228 7577 12366 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6528 7577 7552 12366 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6529 6892 6412 12367 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6530 6412 6496 12367 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6531 6496 6905 12367 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6532 6905 6892 12367 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6533 7190 7286 12368 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6534 7286 7618 12368 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6535 7618 7554 12368 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6536 7554 7190 12368 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6537 6695 6914 12369 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6538 6914 6863 12369 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6539 6863 6629 12369 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6540 6629 6695 12369 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6541 7789 7438 12370 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6542 7438 7574 12370 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6543 7574 7963 12370 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6544 7963 7789 12370 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6545 7020 6796 12371 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6546 6796 6876 12371 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6547 6876 7128 12371 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6548 7128 7020 12371 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6549 8179 7715 12372 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6550 7715 7870 12372 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6551 7870 8343 12372 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6552 8343 8179 12372 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6553 6886 7082 12373 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6554 7082 7371 12373 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6555 7371 6856 12373 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6556 6856 6886 12373 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6557 8220 7901 12374 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6558 7901 7955 12374 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6559 7955 8290 12374 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6560 8290 8220 12374 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6561 7972 8302 12375 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6562 8302 8278 12375 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6563 8278 7941 12375 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6564 7941 7972 12375 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6565 8409 8157 12376 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6566 8157 8308 12376 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6567 8308 8541 12376 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6568 8541 8409 12376 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6569 8799 8486 12377 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6570 8486 8687 12377 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6571 8687 8988 12377 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6572 8988 8799 12377 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6573 5755 5286 12378 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6574 5286 5266 12378 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6575 5266 5776 12378 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6576 5776 5755 12378 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6577 7569 7326 12379 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6578 7326 7158 12379 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6579 7158 7471 12379 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6580 7471 7569 12379 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6581 7940 7945 12380 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6582 7945 7712 12380 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6583 7712 7719 12380 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6584 7719 7940 12380 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6585 8356 8407 12381 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6586 8407 8482 12381 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6587 8482 8403 12381 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6588 8403 8356 12381 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6589 8704 8634 12382 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6590 8634 8821 12382 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6591 8821 8870 12382 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6592 8870 8704 12382 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6593 8971 8977 12383 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6594 8977 9092 12383 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6595 9092 9029 12383 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6596 9029 8971 12383 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6597 9088 9167 12384 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6598 9167 9216 12384 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6599 9216 9117 12384 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6600 9117 9088 12384 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6601 9122 9228 12385 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6602 9228 9227 12385 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6603 9227 9108 12385 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6604 9108 9122 12385 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6605 9072 9214 12386 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6606 9214 9186 12386 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6607 9186 9038 12386 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6608 9038 9072 12386 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6609 9017 9148 12387 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6610 9148 9128 12387 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6611 9128 8995 12387 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6612 8995 9017 12387 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6613 8974 9115 12388 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6614 9115 9111 12388 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6615 9111 8956 12388 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6616 8956 8974 12388 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6617 8947 9110 12389 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6618 9110 9106 12389 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6619 9106 8944 12389 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6620 8944 8947 12389 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6621 8950 9093 12390 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6622 9093 9068 12390 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6623 9068 8953 12390 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6624 8953 8950 12390 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6625 9048 9040 12391 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6626 9040 8955 12391 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6627 8955 8957 12391 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6628 8957 9048 12391 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6629 9043 9054 12392 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6630 9054 8943 12392 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6631 8943 8945 12392 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6632 8945 9043 12392 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6633 9063 9099 12393 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6634 9099 8964 12393 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6635 8964 8949 12393 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6636 8949 9063 12393 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6637 9059 9150 12394 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6638 9150 9127 12394 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6639 9127 9027 12394 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6640 9027 9059 12394 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6641 9096 9057 12395 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6642 9057 8973 12395 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6643 8973 8996 12395 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6644 8996 9096 12395 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6645 9024 9047 12396 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6646 9047 8960 12396 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6647 8960 8941 12396 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6648 8941 9024 12396 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6649 9125 9166 12397 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6650 9166 9112 12397 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6651 9112 9023 12397 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6652 9023 9125 12397 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6653 9202 9221 12398 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6654 9221 9171 12398 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6655 9171 9156 12398 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6656 9156 9202 12398 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6657 9204 9184 12399 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6658 9184 9116 12399 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6659 9116 9146 12399 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6660 9146 9204 12399 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6661 9157 9179 12400 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6662 9179 9097 12400 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6663 9097 9061 12400 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6664 9061 9157 12400 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6665 9261 9213 12401 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6666 9213 9181 12401 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6667 9181 9245 12401 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6668 9245 9261 12401 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6669 9234 9147 12402 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6670 9147 9175 12402 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6671 9175 9251 12402 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6672 9251 9234 12402 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6673 8504 8090 12403 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6674 8090 8166 12403 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6675 8166 8556 12403 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6676 8556 8504 12403 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6677 7503 7211 12404 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6678 7211 7201 12404 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6679 7201 7551 12404 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6680 7551 7503 12404 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6681 5264 5256 12405 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6682 5256 5789 12405 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6683 5789 5778 12405 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6684 5778 5264 12405 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6685 6365 6865 12406 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6686 6865 6845 12406 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6687 6845 6346 12406 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6688 6346 6365 12406 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6689 7188 7205 12407 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6690 7205 7540 12407 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6691 7540 7510 12407 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6692 7510 7188 12407 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6693 7844 8129 12408 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6694 8129 8008 12408 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6695 8008 7786 12408 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6696 7786 7844 12408 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6697 8441 8388 12409 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6698 8388 8457 12409 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6699 8457 8529 12409 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6700 8529 8441 12409 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6701 8349 8022 12410 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6702 8022 8016 12410 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6703 8016 8346 12410 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6704 8346 8349 12410 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6705 7616 7273 12411 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6706 7273 7244 12411 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6707 7244 7612 12411 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6708 7612 7616 12411 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6709 6909 6607 12412 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6710 6607 6640 12412 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6711 6640 6895 12412 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6712 6895 6909 12412 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6713 5644 5408 12413 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6714 5408 5340 12413 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6715 5340 5693 12413 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6716 5693 5644 12413 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6717 5407 5643 12414 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6718 5643 5944 12414 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6719 5944 5104 12414 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6720 5104 5407 12414 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6721 5745 5295 12415 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6722 5295 5278 12415 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6723 5278 5763 12415 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6724 5763 5745 12415 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6725 5228 5238 12416 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6726 5238 5807 12416 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6727 5807 5817 12416 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6728 5817 5228 12416 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6729 5802 5244 12417 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6730 5244 5281 12417 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6731 5281 5760 12417 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6732 5760 5802 12417 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6733 5280 5240 12418 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6734 5240 5805 12418 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6735 5805 5761 12418 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6736 5761 5280 12418 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6737 6781 6935 12419 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6738 6935 6829 12419 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6739 6829 6748 12419 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6740 6748 6781 12419 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6741 6309 6231 12420 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6742 6231 6616 12420 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6743 6616 6708 12420 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6744 6708 6309 12420 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6745 7006 7030 12421 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6746 7030 6946 12421 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6747 6946 6915 12421 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6748 6915 7006 12421 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6749 6438 6400 12422 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6750 6400 6763 12422 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6751 6763 6801 12422 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6752 6801 6438 12422 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6753 7021 6870 12423 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6754 6870 6770 12423 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6755 6770 6937 12423 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6756 6937 7021 12423 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6757 6272 6394 12424 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6758 6394 6767 12424 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6759 6767 6646 12424 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6760 6646 6272 12424 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6761 6901 7066 12425 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6762 7066 6992 12425 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6763 6992 6826 12425 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6764 6826 6901 12425 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6765 6385 6259 12426 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6766 6259 6661 12426 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6767 6661 6795 12426 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6768 6795 6385 12426 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6769 7085 7064 12427 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6770 7064 6998 12427 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6771 6998 7018 12427 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6772 7018 7085 12427 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6773 6373 6420 12428 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6774 6420 6820 12428 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6775 6820 6789 12428 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6776 6789 6373 12428 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6777 6995 6852 12429 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6778 6852 6847 12429 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6779 6847 6928 12429 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6780 6928 6995 12429 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6781 6200 6279 12430 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6782 6279 6717 12430 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6783 6717 6618 12430 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6784 6618 6200 12430 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6785 6693 6610 12431 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6786 6610 6457 12431 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6787 6457 6570 12431 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6788 6570 6693 12431 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6789 6749 6751 12432 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6790 6751 6752 12432 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6791 6752 6759 12432 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6792 6759 6749 12432 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6793 6602 6611 12433 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6794 6611 6492 12433 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6795 6492 6464 12433 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6796 6464 6602 12433 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6797 6329 6398 12434 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6798 6398 6450 12434 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6799 6450 6045 12434 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6800 6045 6329 12434 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6801 5277 5274 12435 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6802 5274 5768 12435 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6803 5768 5764 12435 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6804 5764 5277 12435 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6805 6568 6684 12436 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6806 6684 6650 12436 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6807 6650 6547 12436 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6808 6547 6568 12436 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6809 6508 6150 12437 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6810 6150 6077 12437 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6811 6077 6360 12437 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6812 6360 6508 12437 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6813 6811 6782 12438 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6814 6782 6793 12438 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6815 6793 6824 12438 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6816 6824 6811 12438 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6817 6286 6297 12439 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6818 6297 6679 12439 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6819 6679 6669 12439 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6820 6669 6286 12439 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6821 6574 6531 12440 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6822 6531 6628 12440 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6823 6628 6665 12440 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6824 6665 6574 12440 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6825 6051 6126 12441 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6826 6126 6465 12441 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6827 6465 6347 12441 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6828 6347 6051 12441 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6829 6532 6557 12442 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6830 6557 6525 12442 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6831 6525 6527 12442 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6832 6527 6532 12442 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6833 6046 6050 12443 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6834 6050 6345 12443 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6835 6345 6335 12443 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6836 6335 6046 12443 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6837 5352 5342 12444 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6838 5342 5691 12444 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6839 5691 5687 12444 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6840 5687 5352 12444 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6841 5675 5371 12445 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6842 5371 5395 12445 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6843 5395 5657 12445 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6844 5657 5675 12445 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6845 5974 5930 12446 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6846 5930 6161 12446 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6847 6161 6237 12446 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6848 6237 5974 12446 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6849 6490 6405 12447 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6850 6405 6458 12447 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6851 6458 6522 12447 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6852 6522 6490 12447 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6853 6322 6285 12448 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6854 6285 6026 12448 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6855 6026 6041 12448 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6856 6041 6322 12448 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6857 5380 5369 12449 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6858 5369 5677 12449 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6859 5677 5669 12449 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6860 5669 5380 12449 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6861 5913 5900 12450 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6862 5900 6089 12450 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6863 6089 6130 12450 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6864 6130 5913 12450 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6865 6301 6192 12451 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6866 6192 6217 12451 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6867 6217 6332 12451 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6868 6332 6301 12451 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6869 6199 6142 12452 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6870 6142 5960 12452 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6871 5960 5992 12452 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6872 5992 6199 12452 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6873 5688 5351 12453 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6874 5351 5396 12453 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6875 5396 5656 12453 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6876 5656 5688 12453 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6877 5406 5356 12454 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6878 5356 5685 12454 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6879 5685 5645 12454 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6880 5645 5406 12454 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6881 6999 7017 12455 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6882 7017 6654 12455 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6883 6654 6638 12455 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6884 6638 6999 12455 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6885 7470 7494 12456 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6886 7494 7160 12456 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6887 7160 7141 12456 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6888 7141 7470 12456 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6889 8410 8446 12457 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6890 8446 8045 12457 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6891 8045 7992 12457 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6892 7992 8410 12457 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6893 8884 8986 12458 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6894 8986 9015 12458 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6895 9015 8922 12458 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6896 8922 8884 12458 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6897 8808 8940 12459 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6898 8940 8904 12459 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6899 8904 8765 12459 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6900 8765 8808 12459 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6901 8853 8967 12460 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6902 8967 8976 12460 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6903 8976 8858 12460 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6904 8858 8853 12460 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6905 8720 8836 12461 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6906 8836 8915 12461 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6907 8915 8798 12461 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6908 8798 8720 12461 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6909 8750 8880 12462 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6910 8880 8837 12462 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6911 8837 8713 12462 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6912 8713 8750 12462 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6913 8874 8898 12463 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6914 8898 8780 12463 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6915 8780 8786 12463 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6916 8786 8874 12463 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6917 5656 5669 12464 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6918 5669 5960 12464 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6919 5960 5925 12464 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6920 5925 5656 12464 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6921 6082 6142 12465 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6922 6142 6217 12465 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6923 6217 6132 12465 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6924 6132 6082 12465 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6925 6115 6192 12466 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6926 6192 6089 12466 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6927 6089 6054 12466 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6928 6054 6115 12466 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6929 5892 5900 12467 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6930 5900 5650 12467 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6931 5650 5645 12467 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6932 5645 5892 12467 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6933 5677 5687 12468 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6934 5687 6026 12468 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6935 6026 5992 12468 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6936 5992 5677 12468 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6937 6199 6285 12469 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6938 6285 6458 12469 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6939 6458 6332 12469 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6940 6332 6199 12469 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6941 6301 6405 12470 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6942 6405 6161 12470 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6943 6161 6130 12470 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6944 6130 6301 12470 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6945 5913 5930 12471 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6946 5930 5657 12471 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6947 5657 5652 12471 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6948 5652 5913 12471 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6949 5691 5694 12472 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6950 5694 6046 12472 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6951 6046 6041 12472 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6952 6041 5691 12472 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6953 6322 6335 12473 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6954 6335 6527 12473 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6955 6527 6522 12473 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6956 6522 6322 12473 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6957 6490 6525 12474 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6958 6525 6329 12474 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6959 6329 6237 12474 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6960 6237 6490 12474 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6961 5974 6045 12475 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6962 6045 5693 12475 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6963 5693 5675 12475 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6964 5675 5974 12475 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6965 6347 6531 12476 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6966 6531 6532 12476 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6967 6532 6345 12476 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6968 6345 6347 12476 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6969 6669 6782 12477 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6970 6782 6628 12477 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6971 6628 6465 12477 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6972 6465 6669 12477 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6973 6508 6650 12478 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6974 6650 6793 12478 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6975 6793 6679 12478 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6976 6679 6508 12478 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6977 5700 6063 12479 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6978 6063 6077 12479 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6979 6077 5705 12479 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6980 5705 5700 12479 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6981 6684 6610 12480 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6982 6610 6752 12480 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6983 6752 6824 12480 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6984 6824 6684 12480 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6985 6811 6751 12481 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6986 6751 6602 12481 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6987 6602 6665 12481 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6988 6665 6811 12481 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6989 6574 6464 12482 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6990 6464 6398 12482 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6991 6398 6557 12482 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6992 6557 6574 12482 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6993 5697 6051 12483 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6994 6051 6050 12483 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6995 6050 5696 12483 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6996 5696 5697 12483 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6997 5764 6286 12484 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6998 6286 6126 12484 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 6999 6126 5719 12484 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7000 5719 5764 12484 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7001 5730 6150 12485 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7002 6150 6297 12485 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7003 6297 5768 12485 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7004 5768 5730 12485 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7005 6928 6717 12486 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7006 6717 6789 12486 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7007 6789 6998 12486 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7008 6998 6928 12486 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7009 7018 6820 12487 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7010 6820 6795 12487 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7011 6795 6992 12487 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7012 6992 7018 12487 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7013 6826 6661 12488 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7014 6661 6298 12488 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7015 6298 6470 12488 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7016 6470 6826 12488 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7017 6646 6770 12489 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7018 6770 6429 12489 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7019 6429 6303 12489 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7020 6303 6646 12489 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7021 6801 6946 12490 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7022 6946 6937 12490 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7023 6937 6767 12490 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7024 6767 6801 12490 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7025 6708 6829 12491 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7026 6829 6915 12491 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7027 6915 6763 12491 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7028 6763 6708 12491 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7029 5692 5761 12492 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7030 5761 6272 12492 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7031 6272 6043 12492 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7032 6043 5692 12492 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7033 6519 6870 12493 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7034 6870 6901 12493 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7035 6901 6548 12493 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7036 6548 6519 12493 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7037 6032 6259 12494 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7038 6259 5760 12494 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7039 5760 5689 12494 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7040 5689 6032 12494 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7041 5805 5817 12495 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7042 5817 6438 12495 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7043 6438 6394 12495 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7044 6394 5805 12495 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7045 7021 7030 12496 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7046 7030 7085 12496 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7047 7085 7066 12496 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7048 7066 7021 12496 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7049 6385 6420 12497 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7050 6420 5812 12497 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7051 5812 5802 12497 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7052 5802 6385 12497 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7053 5807 5771 12498 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7054 5771 6309 12498 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7055 6309 6400 12498 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7056 6400 5807 12498 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7057 7006 6935 12499 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7058 6935 6995 12499 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7059 6995 7064 12499 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7060 7064 7006 12499 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7061 6373 6279 12500 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7062 6279 5763 12500 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7063 5763 5793 12500 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7064 5793 6373 12500 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7065 5756 5736 12501 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7066 5736 6160 12501 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7067 6160 6231 12501 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7068 6231 5756 12501 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7069 6781 6577 12502 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7070 6577 6605 12502 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7071 6605 6852 12502 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7072 6852 6781 12502 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7073 6200 6172 12503 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7074 6172 5739 12503 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7075 5739 5745 12503 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7076 5745 6200 12503 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7077 5751 5854 12504 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7078 5854 6593 12504 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7079 6593 6228 12504 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7080 6228 5751 12504 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7081 6542 6877 12505 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7082 6877 6886 12505 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7083 6886 6533 12505 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7084 6533 6542 12505 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7085 6450 6492 12506 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7086 6492 6629 12506 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7087 6629 6640 12506 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7088 6640 6450 12506 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7089 6895 6863 12507 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7090 6863 7190 12507 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7091 7190 7244 12507 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7092 7244 6895 12507 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7093 7612 7554 12508 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7094 7554 7941 12508 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7095 7941 8016 12508 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7096 8016 7612 12508 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7097 8346 8278 12509 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7098 8278 8459 12509 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7099 8459 8522 12509 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7100 8522 8346 12509 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7101 8602 8536 12510 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7102 8536 8482 12510 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7103 8482 8529 12510 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7104 8529 8602 12510 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7105 8441 8407 12511 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7106 8407 8352 12511 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7107 8352 8339 12511 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7108 8339 8441 12511 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7109 8211 8246 12512 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7110 8246 7940 12512 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7111 7940 8008 12512 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7112 8008 8211 12512 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7113 7786 7719 12513 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7114 7719 7471 12513 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7115 7471 7510 12513 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7116 7510 7786 12513 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7117 7188 7158 12514 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7118 7158 6809 12514 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7119 6809 6845 12514 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7120 6845 7188 12514 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7121 6346 6317 12515 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7122 6317 5776 12515 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7123 5776 5778 12515 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7124 5778 6346 12515 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7125 5877 5871 12516 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7126 5871 6654 12516 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7127 6654 6702 12516 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7128 6702 5877 12516 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7129 7063 7017 12517 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7130 7017 7160 12517 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7131 7160 7201 12517 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7132 7201 7063 12517 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7133 7551 7494 12518 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7134 7494 8045 12518 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7135 8045 8166 12518 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7136 8166 7551 12518 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7137 8556 8446 12519 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7138 8446 8757 12519 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7139 8757 8933 12519 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7140 8933 8556 12519 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7141 9126 8948 12520 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7142 8948 8969 12520 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7143 8969 9147 12520 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7144 9147 9126 12520 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7145 9175 8992 12521 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7146 8992 9015 12521 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7147 9015 9213 12521 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7148 9213 9175 12521 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7149 9181 8986 12522 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7150 8986 8893 12522 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7151 8893 9097 12522 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7152 9097 9181 12522 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7153 9061 8861 12523 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7154 8861 8904 12523 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7155 8904 9116 12523 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7156 9116 9061 12523 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7157 9146 8940 12524 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7158 8940 8976 12524 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7159 8976 9171 12524 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7160 9171 9146 12524 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7161 9156 8967 12525 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7162 8967 8915 12525 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7163 8915 9112 12525 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7164 9112 9156 12525 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7165 9023 8836 12526 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7166 8836 8751 12526 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7167 8751 8960 12526 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7168 8960 9023 12526 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7169 8941 8725 12527 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7170 8725 8768 12527 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7171 8768 8973 12527 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7172 8973 8941 12527 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7173 8996 8807 12528 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7174 8807 8837 12528 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7175 8837 9027 12528 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7176 9027 8996 12528 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7177 9059 8880 12529 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7178 8880 8898 12529 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7179 8898 9073 12529 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7180 9073 9059 12529 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7181 8949 8711 12530 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7182 8711 8699 12530 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7183 8699 8943 12530 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7184 8943 8949 12530 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7185 8945 8702 12531 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7186 8702 8719 12531 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7187 8719 8955 12531 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7188 8955 8945 12531 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7189 8957 8726 12532 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7190 8726 8722 12532 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7191 8722 8953 12532 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7192 8953 8957 12532 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7193 8950 8716 12533 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7194 8716 8712 12533 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7195 8712 8944 12533 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7196 8944 8950 12533 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7197 8947 8717 12534 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7198 8717 8733 12534 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7199 8733 8956 12534 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7200 8956 8947 12534 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7201 8974 8754 12535 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7202 8754 8793 12535 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7203 8793 8995 12535 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7204 8995 8974 12535 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7205 9017 8822 12536 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7206 8822 8852 12536 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7207 8852 9038 12536 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7208 9038 9017 12536 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7209 9072 8883 12537 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7210 8883 8909 12537 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7211 8909 9108 12537 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7212 9108 9072 12537 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7213 9122 8919 12538 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7214 8919 8917 12538 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7215 8917 9117 12538 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7216 9117 9122 12538 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7217 9088 8902 12539 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7218 8902 8857 12539 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7219 8857 9029 12539 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7220 9029 9088 12539 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7221 8971 8778 12540 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7222 8778 8659 12540 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7223 8659 8870 12540 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7224 8870 8971 12540 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7225 8704 8537 12541 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7226 8537 8419 12541 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7227 8419 8539 12541 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7228 8539 8704 12541 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7229 8443 8338 12542 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7230 8338 8282 12542 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7231 8282 8403 12542 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7232 8403 8443 12542 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7233 9125 9047 12543 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7234 9047 9048 12543 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7235 9048 9068 12543 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7236 9068 9125 12543 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7237 9202 9166 12544 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7238 9166 9093 12544 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7239 9093 9106 12544 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7240 9106 9202 12544 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7241 9024 9057 12545 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7242 9057 9043 12545 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7243 9043 9040 12545 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7244 9040 9024 12545 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7245 9096 9127 12546 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7246 9127 9063 12546 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7247 9063 9054 12546 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7248 9054 9096 12546 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7249 9204 9221 12547 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7250 9221 9110 12547 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7251 9110 9111 12547 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7252 9111 9204 12547 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7253 9157 9184 12548 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7254 9184 9115 12548 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7255 9115 9128 12548 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7256 9128 9157 12548 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7257 9245 9179 12549 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7258 9179 9148 12549 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7259 9148 9186 12549 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7260 9186 9245 12549 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7261 8343 8504 12550 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7262 8504 8914 12550 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7263 8914 8687 12550 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7264 8687 8343 12550 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7265 8179 8486 12551 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7266 8486 8308 12551 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7267 8308 7963 12551 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7268 7963 8179 12551 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7269 7789 8157 12552 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7270 8157 7972 12552 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7271 7972 7618 12552 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7272 7618 7789 12552 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7273 7616 8022 12553 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7274 8022 7955 12553 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7275 7955 7577 12553 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7276 7577 7616 12553 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7277 7552 7901 12554 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7278 7901 7844 12554 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7279 7844 7540 12554 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7280 7540 7552 12554 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7281 7569 7712 12555 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7282 7712 7848 12555 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7283 7848 7702 12555 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7284 7702 7569 12555 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7285 9261 9214 12556 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7286 9214 9227 12556 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7287 9227 9251 12556 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7288 9251 9261 12556 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7289 9234 9228 12557 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7290 9228 9216 12557 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7291 9216 9211 12557 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7292 9211 9234 12557 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7293 9134 9167 12558 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7294 9167 9092 12558 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7295 9092 8988 12558 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7296 8988 9134 12558 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7297 8799 8977 12559 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7298 8977 8821 12559 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7299 8821 8541 12559 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7300 8541 8799 12559 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7301 8409 8634 12560 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7302 8634 8495 12560 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7303 8495 8302 12560 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7304 8302 8409 12560 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7305 8349 8520 12561 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7306 8520 8457 12561 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7307 8457 8290 12561 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7308 8290 8349 12561 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7309 8220 8388 12562 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7310 8388 8281 12562 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7311 8281 8129 12562 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7312 8129 8220 12562 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7313 5979 5748 12563 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7314 5748 5750 12563 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7315 5750 6114 12563 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7316 6114 5979 12563 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7317 7503 8090 12564 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7318 8090 7870 12564 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7319 7870 7371 12564 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7320 7371 7503 12564 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7321 6693 6908 12565 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7322 6908 6876 12565 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7323 6876 6759 12565 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7324 6759 6693 12565 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7325 7239 7715 12566 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7326 7715 7574 12566 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7327 7574 7128 12566 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7328 7128 7239 12566 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7329 6749 6796 12567 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7330 6796 6695 12567 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7331 6695 6611 12567 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7332 6611 6749 12567 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7333 7020 7438 12568 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7334 7438 7286 12568 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7335 7286 6914 12568 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7336 6914 7020 12568 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7337 6245 6607 12569 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7338 6607 6496 12569 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7339 6496 5944 12569 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7340 5944 6245 12569 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7341 6909 7273 12570 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7342 7273 7228 12570 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7343 7228 6905 12570 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7344 6905 6909 12570 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7345 5809 6412 12571 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7346 6412 6365 12571 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7347 6365 5789 12571 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7348 5789 5809 12571 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7349 6892 7208 12572 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7350 7208 7205 12572 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7351 7205 6865 12572 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7352 6865 6892 12572 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7353 6119 5713 12573 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7354 5713 5755 12573 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7355 5755 6260 12573 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7356 6260 6119 12573 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7357 5380 5396 12574 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7358 5396 5121 12574 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7359 5121 5088 12574 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7360 5088 5380 12574 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7361 4899 4956 12575 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7362 4956 4911 12575 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7363 4911 4827 12575 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7364 4827 4899 12575 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7365 4850 4926 12576 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7366 4926 4985 12576 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7367 4985 4949 12576 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7368 4949 4850 12576 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7369 5145 5154 12577 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7370 5154 5406 12577 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7371 5406 5400 12577 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7372 5400 5145 12577 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7373 5352 5369 12578 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7374 5369 5054 12578 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7375 5054 5015 12578 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7376 5015 5352 12578 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7377 4760 4843 12579 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7378 4843 4716 12579 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7379 4716 4588 12579 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7380 4588 4760 12579 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7381 4642 4745 12580 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7382 4745 4913 12580 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7383 4913 4880 12580 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7384 4880 4642 12580 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7385 5117 5131 12581 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7386 5131 5399 12581 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7387 5399 5395 12581 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7388 5395 5117 12581 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7389 5339 5342 12582 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7390 5342 4999 12582 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7391 4999 4993 12582 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7392 4993 5339 12582 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7393 4714 4725 12583 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7394 4725 4520 12583 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7395 4520 4515 12583 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7396 4515 4714 12583 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7397 4517 4554 12584 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7398 4554 4806 12584 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7399 4806 4719 12584 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7400 4719 4517 12584 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7401 4995 5073 12585 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7402 5073 5371 12585 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7403 5371 5340 12585 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7404 5340 4995 12585 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7405 4510 4702 12586 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7406 4702 4704 12586 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7407 4704 4509 12586 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7408 4509 4510 12586 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7409 4259 4369 12587 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7410 4369 4580 12587 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7411 4580 4410 12587 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7412 4410 4259 12587 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7413 4389 4535 12588 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7414 4535 4359 12588 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7415 4359 4249 12588 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7416 4249 4389 12588 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7417 4977 5333 12589 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7418 5333 5329 12589 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7419 5329 4961 12589 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7420 4961 4977 12589 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7421 4428 4354 12590 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7422 4354 4221 12590 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7423 4221 4290 12590 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7424 4290 4428 12590 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7425 4291 4232 12591 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7426 4232 4374 12591 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7427 4374 4436 12591 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7428 4436 4291 12591 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7429 4581 4466 12592 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7430 4466 4483 12592 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7431 4483 4649 12592 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7432 4649 4581 12592 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7433 4988 5335 12593 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7434 5335 5336 12593 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7435 5336 4989 12593 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7436 4989 4988 12593 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7437 4759 5277 12594 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7438 5277 5316 12594 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7439 5316 4916 12594 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7440 4916 4759 12594 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7441 4891 5307 12595 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7442 5307 5274 12595 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7443 5274 4749 12595 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7444 4749 4891 12595 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7445 4327 4118 12596 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7446 4118 4041 12596 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7447 4041 4252 12596 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7448 4252 4327 12596 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7449 4225 4020 12597 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7450 4020 4047 12597 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7451 4047 4247 12597 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7452 4247 4225 12597 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7453 4380 4219 12598 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7454 4219 4575 12598 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7455 4575 4748 12598 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7456 4748 4380 12598 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7457 4270 4393 12599 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7458 4393 4744 12599 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7459 4744 4617 12599 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7460 4617 4270 12599 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7461 4099 4242 12600 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7462 4242 4273 12600 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7463 4273 4108 12600 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7464 4108 4099 12600 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7465 4216 4335 12601 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7466 4335 4278 12601 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7467 4278 4130 12601 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7468 4130 4216 12601 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7469 5280 5341 12602 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7470 5341 4997 12602 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7471 4997 4773 12602 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7472 4773 5280 12602 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7473 4176 4524 12603 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7474 4524 4492 12603 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7475 4492 4145 12603 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7476 4145 4176 12603 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7477 4785 5008 12604 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7478 5008 5348 12604 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7479 5348 5281 12604 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7480 5281 4785 12604 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7481 5228 5240 12605 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7482 5240 4653 12605 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7483 4653 4608 12605 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7484 4608 5228 12605 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7485 4009 4017 12606 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7486 4017 3973 12606 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7487 3973 3955 12606 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7488 3955 4009 12606 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7489 4627 4661 12607 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7490 4661 5244 12607 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7491 5244 5233 12607 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7492 5233 4627 12607 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7493 5271 5238 12608 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7494 5238 4647 12608 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7495 4647 4739 12608 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7496 4739 5271 12608 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7497 4111 4034 12609 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7498 4034 3975 12609 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7499 3975 4044 12609 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7500 4044 4111 12609 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7501 4766 4674 12610 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7502 4674 5253 12610 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7503 5253 5278 12610 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7504 5278 4766 12610 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7505 5303 5285 12611 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7506 5285 4812 12611 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7507 4812 4881 12611 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7508 4881 5303 12611 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7509 4464 4260 12612 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7510 4260 4192 12612 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7511 4192 4433 12612 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7512 4433 4464 12612 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7513 4870 4842 12613 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7514 4842 5295 12613 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7515 5295 5301 12613 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7516 5301 4870 12613 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7517 5191 5290 12614 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7518 5290 4816 12614 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7519 4816 4447 12614 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7520 4447 5191 12614 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7521 4169 4498 12615 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7522 4498 4507 12615 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7523 4507 4160 12615 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7524 4160 4169 12615 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7525 4552 4596 12616 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7526 4596 4400 12616 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7527 4400 4409 12616 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7528 4409 4552 12616 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7529 4183 4151 12617 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7530 4151 3800 12617 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7531 3800 3853 12617 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7532 3853 4183 12617 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7533 3489 3434 12618 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7534 3434 3019 12618 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7535 3019 3094 12618 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7536 3094 3489 12618 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7537 2768 2703 12619 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7538 2703 2523 12619 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7539 2523 2588 12619 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7540 2588 2768 12619 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7541 2508 2442 12620 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7542 2442 2516 12620 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7543 2516 2565 12620 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7544 2565 2508 12620 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7545 2641 2608 12621 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7546 2608 2711 12621 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7547 2711 2750 12621 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7548 2750 2641 12621 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7549 2874 2834 12622 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7550 2834 3025 12622 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7551 3025 3095 12622 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7552 3095 2874 12622 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7553 3322 3260 12623 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7554 3260 3534 12623 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7555 3534 3568 12623 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7556 3568 3322 12623 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7557 3885 3855 12624 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7558 3855 4199 12624 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7559 4199 4234 12624 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7560 4234 3885 12624 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7561 4731 4703 12625 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7562 4703 5264 12625 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7563 5264 5266 12625 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7564 5266 4731 12625 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7565 5174 5168 12626 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7566 5168 4339 12626 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7567 4339 4385 12626 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7568 4385 5174 12626 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7569 4021 3977 12627 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7570 3977 3841 12627 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7571 3841 3883 12627 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7572 3883 4021 12627 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7573 3547 3494 12628 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7574 3494 2877 12628 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7575 2877 2992 12628 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7576 2992 3547 12628 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7577 2601 2490 12629 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7578 2490 2112 12629 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7579 2112 2287 12629 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7580 2287 2601 12629 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7581 2096 1919 12630 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7582 1919 1898 12630 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7583 1898 2074 12630 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7584 2074 2096 12630 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7585 2053 1870 12631 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7586 1870 1832 12631 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7587 1832 2030 12631 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7588 2030 2053 12631 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7589 2059 1864 12632 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7590 1864 1948 12632 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7591 1948 2151 12632 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7592 2151 2059 12632 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7593 2183 1984 12633 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7594 1984 1929 12633 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7595 1929 2141 12633 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7596 2141 2183 12633 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7597 2104 1899 12634 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7598 1899 1874 12634 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7599 1874 2069 12634 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7600 2069 2104 12634 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7601 2076 1889 12635 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7602 1889 1933 12635 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7603 1933 2130 12635 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7604 2130 2076 12635 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7605 2207 2022 12636 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7606 2022 2085 12636 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7607 2085 2295 12636 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7608 2295 2207 12636 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7609 2322 2103 12637 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7610 2103 2071 12637 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7611 2071 2278 12637 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7612 2278 2322 12637 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7613 2238 2049 12638 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7614 2049 2018 12638 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7615 2018 2205 12638 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7616 2205 2238 12638 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7617 2165 1986 12639 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7618 1986 1972 12639 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7619 1972 2146 12639 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7620 2146 2165 12639 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7621 2336 2095 12640 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7622 2095 2101 12640 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7623 2101 2347 12640 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7624 2347 2336 12640 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7625 2344 2099 12641 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7626 2099 2090 12641 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7627 2090 2329 12641 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7628 2329 2344 12641 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7629 2321 2088 12642 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7630 2088 2092 12642 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7631 2092 2325 12642 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7632 2325 2321 12642 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7633 2290 2070 12643 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7634 2070 2050 12643 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7635 2050 2252 12643 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7636 2252 2290 12643 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7637 2222 2028 12644 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7638 2028 2007 12644 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7639 2007 2191 12644 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7640 2191 2222 12644 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7641 2162 1973 12645 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7642 1973 1937 12645 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7643 1937 2136 12645 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7644 2136 2162 12645 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7645 2125 1923 12646 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7646 1923 1928 12646 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7647 1928 2128 12646 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7648 2128 2125 12646 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7649 2143 1957 12647 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7650 1957 2016 12647 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7651 2016 2186 12647 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7652 2186 2143 12647 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7653 2265 2072 12648 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7654 2072 2174 12648 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7655 2174 2386 12648 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7656 2386 2265 12648 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7657 2507 2342 12649 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7658 2342 2505 12649 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7659 2505 2627 12649 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7660 2627 2507 12649 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7661 2712 2605 12650 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7662 2605 2645 12650 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7663 2645 2766 12650 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7664 2766 2712 12650 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7665 1998 1920 12651 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7666 1920 1977 12651 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7667 1977 1997 12651 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7668 1997 1998 12651 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7669 1879 1843 12652 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7670 1843 1939 12652 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7671 1939 1952 12652 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7672 1952 1879 12652 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7673 1988 2021 12653 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7674 2021 2005 12653 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7675 2005 2002 12653 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7676 2002 1988 12653 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7677 1918 1949 12654 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7678 1949 1991 12654 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7679 1991 1981 12654 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7680 1981 1918 12654 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7681 1824 1841 12655 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7682 1841 1934 12655 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7683 1934 1935 12655 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7684 1935 1824 12655 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7685 1861 1888 12656 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7686 1888 1917 12656 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7687 1917 1930 12656 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7688 1930 1861 12656 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7689 1866 1800 12657 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7690 1800 1859 12657 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7691 1859 1897 12657 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7692 1897 1866 12657 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7693 2541 2706 12658 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7694 2706 2358 12658 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7695 2358 2131 12658 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7696 2131 2541 12658 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7697 2561 2862 12659 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7698 2862 3076 12659 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7699 3076 2734 12659 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7700 2734 2561 12659 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7701 2885 3256 12660 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7702 3256 3426 12660 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7703 3426 3066 12660 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7704 3066 2885 12660 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7705 3013 3429 12661 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7706 3429 3466 12661 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7707 3466 3084 12661 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7708 3084 3013 12661 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7709 3140 3492 12662 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7710 3492 3503 12662 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7711 3503 3198 12662 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7712 3198 3140 12662 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7713 1831 1784 12663 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7714 1784 1794 12663 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7715 1794 1818 12663 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7716 1818 1831 12663 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7717 1817 1811 12664 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7718 1811 1834 12664 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7719 1834 1829 12664 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7720 1829 1817 12664 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7721 1878 1911 12665 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7722 1911 2057 12665 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7723 2057 1953 12665 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7724 1953 1878 12665 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7725 2068 2246 12666 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7726 2246 2504 12666 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7727 2504 2224 12666 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7728 2224 2068 12666 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7729 2412 2639 12667 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7730 2639 2741 12667 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7731 2741 2550 12667 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7732 2550 2412 12667 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7733 2525 2699 12668 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7734 2699 2754 12668 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7735 2754 2589 12668 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7736 2589 2525 12668 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7737 2664 2823 12669 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7738 2823 2912 12669 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7739 2912 2764 12669 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7740 2764 2664 12669 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7741 5292 5068 12670 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7742 5068 4927 12670 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7743 4927 5291 12670 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7744 5291 5292 12670 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7745 2945 3538 12671 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7746 3538 3673 12671 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7747 3673 3174 12671 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7748 3174 2945 12671 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7749 4137 4348 12672 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7750 4348 4282 12672 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7751 4282 4170 12672 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7752 4170 4137 12672 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7753 3329 3804 12673 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7754 3804 3914 12673 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7755 3914 3471 12673 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7756 3471 3329 12673 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7757 4246 4293 12674 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7758 4293 4427 12674 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7759 4427 4346 12674 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7760 4346 4246 12674 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7761 3604 4018 12675 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7762 4018 4131 12675 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7763 4131 3758 12675 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7764 3758 3604 12675 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7765 4431 4798 12676 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7766 4798 5104 12676 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7767 5104 4548 12676 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7768 4548 4431 12676 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7769 3773 4136 12677 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7770 4136 4140 12677 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7771 4140 3815 12677 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7772 3815 3773 12677 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7773 4635 5236 12678 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7774 5236 5256 12678 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7775 5256 4683 12678 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7776 4683 4635 12678 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7777 3834 4154 12679 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7778 4154 4182 12679 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7779 4182 3837 12679 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7780 3837 3834 12679 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7781 5322 4943 12680 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7782 4943 4814 12680 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7783 4814 5286 12680 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7784 5286 5322 12680 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7785 4302 4424 12681 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7786 4424 4030 12681 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7787 4030 3938 12681 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7788 3938 4302 12681 {mat="nomaterial" groups="default hair" rgb=(0 .2 .2)}
Face 7789 2043 2111 12682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7790 2111 2093 12682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7791 2093 2051 12682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7792 2051 2043 12682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7793 1940 1983 12683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7794 1983 1963 12683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7795 1963 1968 12683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7796 1968 1940 12683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7797 1942 1958 12684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7798 1958 1962 12684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7799 1962 2023 12684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7800 2023 1942 12684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7801 2024 2023 12685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7802 2023 1962 12685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7803 1962 1946 12685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7804 1946 2024 12685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7805 1999 2029 12686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7806 2029 2061 12686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7807 2061 2009 12686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7808 2009 1999 12686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7809 2228 2255 12687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7810 2255 2181 12687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7811 2181 2199 12687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7812 2199 2228 12687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7813 1975 1959 12688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7814 1959 1852 12688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7815 1852 1891 12688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7816 1891 1975 12688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7817 1799 1797 12689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7818 1797 1805 12689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7819 1805 1812 12689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7820 1812 1799 12689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7821 1938 1994 12690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7822 1994 1872 12690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7823 1872 1875 12690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7824 1875 1938 12690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7825 1838 1813 12691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7826 1813 1966 12691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7827 1966 1913 12691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7828 1913 1838 12691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7829 2004 1960 12692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7830 1960 1976 12692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7831 1976 2035 12692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7832 2035 2004 12692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7833 2121 2218 12693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7834 2218 2139 12693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7835 2139 2129 12693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7836 2129 2121 12693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7837 1947 2011 12694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7838 2011 2041 12694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7839 2041 1982 12694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7840 1982 1947 12694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7841 2184 2135 12695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7842 2135 2254 12695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7843 2254 2210 12695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7844 2210 2184 12695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7845 1788 1833 12696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7846 1833 1775 12696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7847 1775 1771 12696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7848 1771 1788 12696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7849 2008 2084 12697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7850 2084 1847 12697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7851 1847 1815 12697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7852 1815 2008 12697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7853 2251 2313 12698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7854 2313 2110 12698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7855 2110 2126 12698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7856 2126 2251 12698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7857 2306 2394 12699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7858 2394 2209 12699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7859 2209 2215 12699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7860 2215 2306 12699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7861 2430 2558 12700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7862 2558 2462 12700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7863 2462 2408 12700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7864 2408 2430 12700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7865 2564 2634 12701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7866 2634 2476 12701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7867 2476 2510 12701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7868 2510 2564 12701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7869 2478 2474 12702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7870 2474 2568 12702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7871 2568 2544 12702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7872 2544 2478 12702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7873 2923 3046 12703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7874 3046 3070 12703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7875 3070 2999 12703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7876 2999 2923 12703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7877 2532 2576 12704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7878 2576 2563 12704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7879 2563 2499 12704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7880 2499 2532 12704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7881 2520 2499 12705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7882 2499 2563 12705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7883 2563 2587 12705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7884 2587 2520 12705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7885 3833 3746 12706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7886 3746 4186 12706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7887 4186 4201 12706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7888 4201 3833 12706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7889 4595 4909 12707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7890 4909 5110 12707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7891 5110 4695 12707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7892 4695 4595 12707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7893 4939 5028 12708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7894 5028 5149 12708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7895 5149 4967 12708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7896 4967 4939 12708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7897 5146 5205 12709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7898 5205 5320 12709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7899 5320 5217 12709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7900 5217 5146 12709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7901 5326 5476 12710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7902 5476 5660 12710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7903 5660 5392 12710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7904 5392 5326 12710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7905 3168 3139 12711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7906 3139 3308 12711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7907 3308 3321 12711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7908 3321 3168 12711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7909 3099 3091 12712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7910 3091 3327 12712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7911 3327 3275 12712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7912 3275 3099 12712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7913 3865 3857 12713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7914 3857 4100 12713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7915 4100 4015 12713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7916 4015 3865 12713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7917 4124 4224 12714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7918 4224 4455 12714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7919 4455 4279 12714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7920 4279 4124 12714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7921 2988 2972 12715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7922 2972 3008 12715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7923 3008 3027 12715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7924 3027 2988 12715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7925 3683 3739 12716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7926 3739 4105 12716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7927 4105 3848 12716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7928 3848 3683 12716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7929 2899 2890 12717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7930 2890 2940 12717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7931 2940 2947 12717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7932 2947 2899 12717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7933 2884 2871 12718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7934 2871 2913 12718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7935 2913 2895 12718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7936 2895 2884 12718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7937 5289 5188 12719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7938 5188 5255 12719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7939 5255 5334 12719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7940 5334 5289 12719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7941 4972 4858 12720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7942 4858 4917 12720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7943 4917 4965 12720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7944 4965 4972 12720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7945 4793 4523 12721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7946 4523 4805 12721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7947 4805 4810 12721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7948 4810 4793 12721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7949 4928 4801 12722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7950 4801 4969 12722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7951 4969 5000 12722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7952 5000 4928 12722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7953 4936 4963 12723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7954 4963 5053 12723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7955 5053 5001 12723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7956 5001 4936 12723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7957 5151 5155 12724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7958 5155 5297 12724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7959 5297 5270 12724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7960 5270 5151 12724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7961 5016 5105 12725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7962 5105 5106 12725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7963 5106 4970 12725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7964 4970 5016 12725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7965 4990 4970 12726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7966 4970 5106 12726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7967 5106 5048 12726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7968 5048 4990 12726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7969 5376 5302 12727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7970 5302 5234 12727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7971 5234 5370 12727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7972 5370 5376 12727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7973 3233 3072 12728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7974 3072 3023 12728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7975 3023 3212 12728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7976 3212 3233 12728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7977 5071 5057 12729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7978 5057 5169 12729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7979 5169 5229 12729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7980 5229 5071 12729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7981 3057 3119 12730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7982 3119 3043 12730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7983 3043 3045 12730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7984 3045 3057 12730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7985 3393 3165 12731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7986 3165 3203 12731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7987 3203 3412 12731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7988 3412 3393 12731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7989 2720 2690 12732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7990 2690 2803 12732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7991 2803 2822 12732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7992 2822 2720 12732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7993 2748 2582 12733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7994 2582 2583 12733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7995 2583 2719 12733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7996 2719 2748 12733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7997 2396 2392 12734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7998 2392 2337 12734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 7999 2337 2346 12734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8000 2346 2396 12734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8001 2413 2273 12735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8002 2273 2424 12735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8003 2424 2472 12735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8004 2472 2413 12735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8005 2509 2606 12736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8006 2606 2566 12736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8007 2566 2547 12736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8008 2547 2509 12736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8009 2122 2065 12737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8010 2065 2136 12737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8011 2136 2125 12737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8012 2125 2122 12737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8013 5206 5180 12738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8014 5180 5269 12738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8015 5269 5252 12738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8016 5252 5206 12738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8017 4859 4722 12739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8018 4722 4689 12739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8019 4689 4789 12739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8020 4789 4859 12739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8021 4950 4904 12740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8022 4904 4887 12740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8023 4887 4940 12740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8024 4940 4950 12740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8025 4446 4440 12741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8026 4440 4513 12741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8027 4513 4534 12741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8028 4534 4446 12741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8029 4592 4594 12742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8030 4594 4761 12742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8031 4761 4651 12742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8032 4651 4592 12742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8033 4802 4767 12743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8034 4767 4888 12743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8035 4888 4892 12743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8036 4892 4802 12743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8037 4612 4442 12744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8038 4442 4566 12744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8039 4566 4663 12744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8040 4663 4612 12744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8041 4344 4190 12745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8042 4190 4376 12745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8043 4376 4363 12745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8044 4363 4344 12745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8045 3989 3762 12746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8046 3762 3908 12746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8047 3908 3997 12746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8048 3997 3989 12746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8049 3917 3680 12747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8050 3680 3747 12747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8051 3747 3966 12747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8052 3966 3917 12747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8053 3522 3451 12748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8054 3451 3541 12748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8055 3541 3583 12748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8056 3583 3522 12748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8057 3299 3197 12749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8058 3197 3336 12749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8059 3336 3337 12749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8060 3337 3299 12749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8061 3388 3419 12750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8062 3419 3509 12750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8063 3509 3382 12750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8064 3382 3388 12750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8065 3615 3561 12751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8066 3561 3445 12751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8067 3445 3542 12751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8068 3542 3615 12751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8069 4532 4404 12752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8070 4404 4303 12752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8071 4303 4518 12752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8072 4518 4532 12752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8073 4288 4287 12753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8074 4287 4202 12753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8075 4202 4139 12753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8076 4139 4288 12753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8077 3993 4139 12754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8078 4139 4202 12754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8079 4202 4004 12754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8080 4004 3993 12754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8081 4215 4173 12755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8082 4173 3894 12755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8083 3894 4148 12755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8084 4148 4215 12755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8085 3367 3424 12756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8086 3424 3365 12756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8087 3365 3252 12756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8088 3252 3367 12756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8089 2359 2274 12757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8090 2274 2325 12757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8091 2325 2332 12757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8092 2332 2359 12757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8093 2114 2269 12758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8094 2269 2120 12758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8095 2120 2087 12758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8096 2087 2114 12758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8097 2560 2467 12759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8098 2467 2386 12759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8099 2386 2507 12759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8100 2507 2560 12759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8101 2127 2196 12760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8102 2196 2288 12760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8103 2288 2144 12760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8104 2144 2127 12760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8105 2770 2778 12761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8106 2778 2961 12761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8107 2961 2886 12761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8108 2886 2770 12761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8109 2027 2040 12762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8110 2040 1789 12762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8111 1789 1821 12762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8112 1821 2027 12762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8113 8994 8952 12763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8114 8952 8934 12763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8115 8934 9001 12763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8116 9001 8994 12763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8117 9077 9082 12764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8118 9082 9062 12764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8119 9062 9105 12764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8120 9105 9077 12764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8121 9065 9087 12765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8122 9087 9022 12765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8123 9022 9083 12765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8124 9083 9065 12765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8125 9098 9083 12766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8126 9083 9022 12766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8127 9022 9021 12766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8128 9021 9098 12766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8129 9035 8984 12767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8130 8984 9016 12767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8131 9016 9046 12767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8132 9046 9035 12767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8133 8843 8863 12768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8134 8863 8790 12768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8135 8790 8817 12768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8136 8817 8843 12768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8137 9154 9193 12769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8138 9193 9086 12769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8139 9086 9070 12769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8140 9070 9154 12769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8141 9233 9240 12770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8142 9240 9248 12770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8143 9248 9246 12770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8144 9246 9233 12770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8145 9170 9173 12771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8146 9173 9051 12771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8147 9051 9107 12771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8148 9107 9170 12771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8149 9132 9079 12772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8150 9079 9232 12772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8151 9232 9207 12772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8152 9207 9132 12772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8153 9041 9008 12773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8154 9008 9102 12773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8155 9102 9085 12773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8156 9085 9041 12773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8157 8924 8916 12774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8158 8916 8830 12774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8159 8830 8826 12774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8160 8826 8924 12774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8161 9066 9009 12775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8162 9009 9037 12775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8163 9037 9100 12775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8164 9100 9066 12775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8165 8859 8834 12776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8166 8834 8873 12776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8167 8873 8910 12776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8168 8910 8859 12776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8169 9274 9270 12777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8170 9270 9212 12777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8171 9212 9257 12777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8172 9257 9274 12777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8173 9230 9198 12778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8174 9198 8961 12778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8175 8961 9036 12778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8176 9036 9230 12778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8177 8920 8939 12779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8178 8939 8739 12779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8179 8739 8796 12779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8180 8796 8920 12779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8181 8850 8860 12780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8182 8860 8669 12780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8183 8669 8760 12780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8184 8760 8850 12780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8185 8662 8600 12781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8186 8600 8506 12781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8187 8506 8639 12781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8188 8639 8662 12781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8189 8549 8586 12782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8190 8586 8425 12782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8191 8425 8491 12782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8192 8491 8549 12782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8193 8451 8430 12783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8194 8430 8511 12783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8195 8511 8516 12783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8196 8516 8451 12783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8197 7958 7910 12784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8198 7910 8038 12784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8199 8038 8067 12784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8200 8067 7958 12784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8201 8460 8484 12785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8202 8484 8544 12785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8203 8544 8525 12785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8204 8525 8460 12785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8205 5207 5429 12786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8206 5429 6236 12786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8207 6236 4807 12786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8208 4807 5207 12786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8209 5119 4807 12787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8210 4807 6236 12787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8211 6236 5927 12787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8212 5927 5119 12787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8213 6843 6860 12788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8214 6860 7297 12788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8215 7297 7210 12788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8216 7210 6843 12788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8217 6353 5938 12789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8218 5938 6134 12789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8219 6134 6451 12789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8220 6451 6353 12789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8221 6071 5896 12790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8222 5896 6013 12790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8223 6013 6100 12790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8224 6100 6071 12790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8225 5828 5714 12791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8226 5714 5840 12791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8227 5840 5899 12791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8228 5899 5828 12791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8229 7720 7737 12792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8230 7737 7902 12792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8231 7902 7876 12792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8232 7876 7720 12792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8233 7767 7706 12793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8234 7706 7917 12793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8235 7917 7919 12793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8236 7919 7767 12793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8237 7023 6945 12794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8238 6945 7186 12794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8239 7186 7176 12794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8240 7176 7023 12794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8241 6762 6576 12795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8242 6576 6821 12795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8243 6821 6923 12795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8244 6923 6762 12795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8245 8004 8023 12796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8246 8023 8063 12796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8247 8063 8048 12796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8248 8048 8004 12796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8249 7115 6859 12797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8250 6859 7181 12797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8251 7181 7233 12797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8252 7233 7115 12797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8253 8088 8095 12798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8254 8095 8151 12798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8255 8151 8143 12798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8256 8143 8088 12798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8257 8146 8127 12799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8258 8127 8171 12799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8259 8171 8159 12799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8260 8159 8146 12799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8261 5463 5582 12800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8262 5582 5485 12800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8263 5485 5420 12800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8264 5420 5463 12800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8265 5698 5790 12801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8266 5790 5858 12801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8267 5858 5752 12801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8268 5752 5698 12801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8269 6073 6125 12802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8270 6125 6184 12802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8271 6184 6065 12802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8272 6065 6073 12802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8273 6249 6233 12803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8274 6233 6506 12803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8275 6506 6520 12803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8276 6520 6249 12803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8277 6040 6068 12804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8278 6068 6242 12804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8279 6242 6113 12804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8280 6113 6040 12804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8281 6039 5993 12805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8282 5993 6075 12805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8283 6075 6104 12805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8284 6104 6039 12805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8285 5772 5743 12806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8286 5743 5891 12806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8287 5891 5894 12806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8288 5894 5772 12806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8289 5907 5901 12807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8290 5901 6067 12807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8291 6067 5942 12807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8292 5942 5907 12807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8293 5997 5942 12808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8294 5942 6067 12808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8295 6067 6049 12808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8296 6049 5997 12808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8297 5676 5811 12809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8298 5811 5738 12809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8299 5738 5672 12809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8300 5672 5676 12809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8301 7812 7832 12810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8302 7832 8170 12810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8303 8170 7967 12810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8304 7967 7812 12810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8305 5816 5876 12811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8306 5876 5991 12811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8307 5991 5976 12811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8308 5976 5816 12811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8309 7980 7990 12812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8310 7990 7923 12812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8311 7923 7918 12812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8312 7918 7980 12812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8313 7633 7841 12813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8314 7841 7878 12813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8315 7878 7652 12813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8316 7652 7633 12813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8317 8221 8242 12814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8318 8242 8357 12814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8319 8357 8322 12814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8320 8322 8221 12814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8321 8296 8324 12815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8322 8324 8569 12815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8323 8569 8466 12815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8324 8466 8296 12815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8325 8700 8710 12816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8326 8710 8652 12816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8327 8652 8649 12816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8328 8649 8700 12816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8329 8637 8576 12817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8330 8576 8711 12817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8331 8711 8772 12817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8332 8772 8637 12817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8333 8515 8500 12818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8334 8500 8478 12818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8335 8478 8563 12818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8336 8563 8515 12818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8337 8919 8909 12819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8338 8909 8980 12819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8339 8980 8923 12819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8340 8923 8919 12819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8341 5794 5773 12820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8342 5773 5865 12820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8343 5865 5839 12820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8344 5839 5794 12820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8345 6253 6325 12821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8346 6325 6262 12821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8347 6262 6183 12821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8348 6183 6253 12821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8349 6190 6209 12822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8350 6209 6139 12822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8351 6139 6154 12822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8352 6154 6190 12822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8353 6099 6154 12823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8354 6154 6139 12823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8355 6139 6088 12823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8356 6088 6099 12823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8357 6509 6528 12824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8358 6528 6599 12824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8359 6599 6594 12824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8360 6594 6509 12824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8361 6454 6396 12825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8362 6396 6321 12825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8363 6321 6452 12825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8364 6452 6454 12825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8365 6241 6149 12826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8366 6149 6243 12826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8367 6243 6278 12826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8368 6278 6241 12826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8369 6383 6479 12827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8370 6479 6597 12827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8371 6597 6434 12827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8372 6434 6383 12827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8373 6675 6663 12828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8374 6663 6854 12828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8375 6854 6697 12828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8376 6697 6675 12828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8377 7042 7135 12829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8378 7135 7282 12829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8379 7282 7051 12829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8380 7051 7042 12829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8381 7073 7296 12830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8382 7296 7361 12830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8383 7361 7124 12830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8384 7124 7073 12830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8385 7459 7501 12831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8386 7501 7592 12831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8387 7592 7520 12831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8388 7520 7459 12831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8389 7709 7710 12832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8390 7710 7845 12832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8391 7845 7746 12832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8392 7746 7709 12832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8393 7656 7660 12833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8394 7660 7572 12833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8395 7572 7626 12833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8396 7626 7656 12833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8397 7500 7601 12834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8398 7601 7480 12834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8399 7480 7429 12834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8400 7429 7500 12834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8401 6524 6740 12835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8402 6740 6635 12835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8403 6635 6511 12835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8404 6511 6524 12835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8405 5481 5331 12836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8406 5331 5702 12836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8407 5702 5562 12836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8408 5562 5481 12836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8409 6842 6758 12837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8410 6758 6754 12837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8411 6754 7035 12837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8412 7035 6842 12837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8413 7047 7035 12838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8414 7035 6754 12838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8415 6754 6906 12838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8416 6906 7047 12838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8417 6830 6898 12839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8418 6898 7159 12839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8419 7159 6873 12839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8420 6873 6830 12839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8421 7792 7620 12840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8422 7620 7622 12840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8423 7622 7674 12840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8424 7674 7792 12840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8425 8716 8722 12841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8426 8722 8771 12841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8427 8771 8686 12841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8428 8686 8716 12841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8429 8958 8925 12842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8430 8925 8774 12842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8431 8774 8931 12842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8432 8931 8958 12842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8433 8537 8659 12843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8434 8659 8578 12843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8435 8578 8487 12843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8436 8487 8537 12843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8437 8900 8756 12844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8438 8756 8846 12844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8439 8846 8918 12844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8440 8918 8900 12844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8441 8246 8352 12845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8442 8352 8275 12845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8443 8275 8144 12845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8444 8144 8246 12845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8445 8201 8144 12846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8446 8144 8275 12846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8447 8275 8304 12846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8448 8304 8201 12846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8449 9224 9256 12847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8450 9256 9004 12847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8451 9004 9018 12847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8452 9018 9224 12847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8453 8749 8774 12848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8454 8774 8563 12848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8455 8563 8635 12848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8456 8635 8749 12848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8457 8420 8440 12849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8458 8440 8540 12849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8459 8540 8478 12849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8460 8478 8420 12849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8461 7504 7467 12850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8462 7467 7022 12850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8463 7022 7498 12850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8464 7498 7504 12850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8465 7418 7498 12851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8466 7498 7022 12851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8467 7022 7288 12851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8468 7288 7418 12851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8469 7067 7288 12852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8470 7288 7022 12852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8471 7022 6897 12852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8472 6897 7067 12852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8473 6858 6897 12853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8474 6897 7022 12853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8475 7022 6925 12853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8476 6925 6858 12853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8477 5733 5816 12854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8478 5816 5832 12854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8479 5832 5638 12854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8480 5638 5733 12854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8481 5646 5638 12855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8482 5638 5832 12855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8483 5832 5746 12855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8484 5746 5646 12855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8485 8656 8707 12856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8486 8707 8695 12856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8487 8695 8629 12856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8488 8629 8656 12856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8489 8591 8663 12857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8490 8663 8533 12857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8491 8533 8557 12857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8492 8557 8591 12857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8493 8052 8133 12858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8494 8133 8242 12858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8495 8242 8116 12858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8496 8116 8052 12858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8497 7960 7927 12859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8498 7927 7965 12859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8499 7965 7971 12859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8500 7971 7960 12859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8501 7756 7627 12860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8502 7627 7676 12860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8503 7676 7815 12860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8504 7815 7756 12860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8505 6321 6146 12861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8506 6146 6417 12861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8507 6417 6399 12861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8508 6399 6321 12861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8509 6270 6267 12862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8510 6267 6291 12862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8511 6291 6275 12862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8512 6275 6270 12862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8513 6147 6118 12863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8514 6118 6212 12863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8515 6212 6188 12863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8516 6188 6147 12863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8517 6180 6117 12864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8518 6117 6305 12864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8519 6305 6261 12864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8520 6261 6180 12864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8521 2423 2509 12865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8522 2509 2269 12865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8523 2269 2300 12865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8524 2300 2423 12865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8525 2606 2533 12866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8526 2533 2632 12866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8527 2632 2667 12866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8528 2667 2606 12866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8529 3544 3627 12867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8530 3627 4149 12867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8531 4149 3537 12867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8532 3537 3544 12867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8533 3573 3537 12868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8534 3537 4149 12868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8535 4149 3693 12868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8536 3693 3573 12868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8537 3872 3693 12869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8538 3693 4149 12869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8539 4149 4016 12869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8540 4016 3872 12869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8541 4122 4016 12870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8542 4016 4149 12870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8543 4149 4187 12870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8544 4187 4122 12870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8545 5194 5229 12871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8546 5229 5411 12871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8547 5411 5213 12871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8548 5213 5194 12871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8549 5294 5213 12872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8550 5213 5411 12872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8551 5411 5404 12872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8552 5404 5294 12872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8553 4514 4276 12873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8554 4276 4025 12873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8555 4025 5152 12873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8556 5152 4514 12873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8557 5561 5152 12874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8558 5152 4025 12874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8559 4025 5973 12874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8560 5973 5561 12874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8561 6625 5973 12875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8562 5973 4025 12875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8563 4025 6857 12875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8564 6857 6625 12875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8565 7004 6857 12876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8566 6857 4025 12876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8567 4025 7045 12876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8568 7045 7004 12876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8569 7081 7045 12877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8570 7045 4025 12877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8571 4025 6972 12877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8572 6972 7081 12877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8573 6691 6972 12878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8574 6972 4025 12878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8575 4025 6038 12878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8576 6038 6691 12878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8577 5567 6038 12879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8578 6038 4025 12879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8579 4025 5099 12879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8580 5099 5567 12879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8581 4437 5099 12880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8582 5099 4025 12880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8583 4025 4144 12880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8584 4144 4437 12880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8585 2404 2315 12881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8586 2315 2338 12881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8587 2338 2390 12881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8588 2390 2404 12881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8589 2489 2512 12882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8590 2512 2383 12882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8591 2383 2453 12882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8592 2453 2489 12882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8593 2919 2803 12883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8594 2803 2909 12883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8595 2909 2981 12883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8596 2981 2919 12883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8597 3067 3073 12884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8598 3073 3108 12884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8599 3108 3079 12884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8600 3079 3067 12884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8601 3230 3365 12885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8602 3365 3418 12885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8603 3418 3289 12885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8604 3289 3230 12885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8605 4648 4630 12886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8606 4630 4895 12886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8607 4895 4726 12886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8608 4726 4648 12886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8609 4770 4755 12887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8610 4755 4778 12887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8611 4778 4775 12887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8612 4775 4770 12887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8613 4854 4831 12888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8614 4831 4923 12888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8615 4923 4894 12888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8616 4894 4854 12888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8617 4784 4742 12889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8618 4742 4924 12889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8619 4924 4862 12889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8620 4862 4784 12889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8621 1835 1884 12890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8622 1884 2012 12890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8623 2012 1965 12890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8624 1965 1835 12890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8625 2140 2012 12891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8626 2012 2038 12891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8627 2038 2155 12891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8628 2155 2140 12891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8629 2054 2038 12892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8630 2038 1926 12892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8631 1926 1974 12892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8632 1974 2054 12892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8633 1892 1926 12893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8634 1926 1884 12893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8635 1884 1826 12893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8636 1826 1892 12893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8637 1770 1793 12894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8638 1793 1910 12894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8639 1910 1869 12894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8640 1869 1770 12894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8641 2078 1910 12895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8642 1910 1965 12895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8643 1965 2118 12895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8644 2118 2078 12895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8645 1786 1835 12896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8646 1835 1793 12896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8647 1793 1767 12896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8648 1767 1786 12896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8649 2027 1821 12897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8650 1821 1869 12897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8651 1869 2052 12897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8652 2052 2027 12897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8653 1746 1770 12898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8654 1770 1747 12898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8655 1747 1721 12898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8656 1721 1746 12898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8657 1733 1747 12899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8658 1747 1821 12899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8659 1821 1789 12899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8660 1789 1733 12899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8661 2043 2051 12900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8662 2051 1974 12900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8663 1974 1955 12900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8664 1955 2043 12900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8665 2137 2054 12901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8666 2054 2051 12901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8667 2051 2093 12901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8668 2093 2137 12901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8669 2111 2043 12902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8670 2043 2045 12902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8671 2045 2117 12902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8672 2117 2111 12902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8673 2086 2045 12903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8674 2045 1971 12903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8675 1971 2032 12903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8676 2032 2086 12903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8677 1896 1971 12904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8678 1971 1955 12904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8679 1955 1892 12904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8680 1892 1896 12904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8681 1787 1839 12905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8682 1839 1826 12905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8683 1826 1786 12905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8684 1786 1787 12905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8685 1967 1896 12906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8686 1896 1839 12906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8687 1839 1906 12906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8688 1906 1967 12906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8689 1845 1787 12907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8690 1787 1764 12907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8691 1764 1790 12907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8692 1790 1845 12907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8693 1745 1764 12908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8694 1764 1767 12908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8695 1767 1746 12908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8696 1746 1745 12908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8697 1765 1745 12909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8698 1745 1731 12909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8699 1731 1754 12909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8700 1754 1765 12909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8701 1722 1731 12910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8702 1731 1721 12910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8703 1721 1717 12910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8704 1717 1722 12910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8705 1723 1716 12911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8706 1716 1717 12911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8707 1717 1733 12911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8708 1733 1723 12911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8709 1758 1722 12912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8710 1722 1725 12912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8711 1725 1756 12912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8712 1756 1758 12912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8713 1729 1725 12913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8714 1725 1716 12913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8715 1716 1715 12913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8716 1715 1729 12913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8717 1734 1714 12914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8718 1714 1715 12914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8719 1715 1724 12914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8720 1724 1734 12914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8721 1757 1729 12915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8722 1729 1730 12915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8723 1730 1760 12915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8724 1760 1757 12915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8725 1735 1730 12916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8726 1730 1714 12916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8727 1714 1719 12916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8728 1719 1735 12916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8729 1750 1727 12917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8730 1727 1719 12917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8731 1719 1740 12917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8732 1740 1750 12917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8733 1763 1735 12918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8734 1735 1742 12918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8735 1742 1769 12918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8736 1769 1763 12918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8737 1753 1742 12919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8738 1742 1727 12919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8739 1727 1744 12919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8740 1744 1753 12919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8741 1776 1761 12920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8742 1761 1744 12920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8743 1744 1759 12920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8744 1759 1776 12920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8745 1778 1753 12921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8746 1753 1766 12921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8747 1766 1782 12921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8748 1782 1778 12921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8749 1783 1766 12922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8750 1766 1761 12922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8751 1761 1779 12922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8752 1779 1783 12922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8753 1837 1803 12923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8754 1803 1779 12923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8755 1779 1796 12923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8756 1796 1837 12923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8757 1806 1783 12924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8758 1783 1819 12924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8759 1819 1857 12924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8760 1857 1806 12924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8761 1883 1819 12925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8762 1819 1803 12925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8763 1803 1856 12925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8764 1856 1883 12925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8765 1969 1912 12926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8766 1912 1856 12926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8767 1856 1894 12926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8768 1894 1969 12926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8769 1900 1883 12927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8770 1883 1940 12927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8771 1940 1968 12927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8772 1968 1900 12927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8773 1983 1940 12928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8774 1940 1912 12928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8775 1912 1941 12928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8776 1941 1983 12928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8777 2024 1946 12929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8778 1946 1941 12929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8779 1941 2014 12929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8780 2014 2024 12929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8781 1990 1983 12930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8782 1983 1946 12930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8783 1946 1962 12930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8784 1962 1990 12930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8785 1992 1985 12931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8786 1985 1962 12931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8787 1962 1979 12931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8788 1979 1992 12931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8789 1987 1990 12932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8790 1990 1985 12932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8791 1985 1996 12932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8792 1996 1987 12932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8793 1999 2009 12933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8794 2009 1979 12933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8795 1979 1958 12933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8796 1958 1999 12933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8797 1996 1992 12934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8798 1992 2017 12934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8799 2017 2001 12934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8800 2001 1996 12934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8801 2067 2017 12935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8802 2017 2009 12935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8803 2009 2061 12935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8804 2061 2067 12935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8805 2145 2152 12936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8806 2152 2061 12936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8807 2061 2063 12936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8808 2063 2145 12936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8809 2062 2067 12937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8810 2067 2178 12937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8811 2178 2200 12937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8812 2200 2062 12937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8813 2204 2178 12938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8814 2178 2152 12938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8815 2152 2169 12938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8816 2169 2204 12938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8817 2228 2199 12939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8818 2199 2200 12939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8819 2200 2219 12939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8820 2219 2228 12939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8821 2001 2062 12940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8822 2062 2042 12940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8823 2042 1956 12940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8824 1956 2001 12940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8825 2013 2042 12941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8826 2042 2199 12941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8827 2199 2181 12941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8828 2181 2013 12941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8829 1963 1987 12942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8830 1987 1956 12942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8831 1956 1916 12942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8832 1916 1963 12942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8833 1975 1891 12943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8834 1891 1916 12943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8835 1916 2013 12943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8836 2013 1975 12943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8837 1968 1963 12944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8838 1963 1931 12944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8839 1931 1936 12944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8840 1936 1968 12944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8841 1903 1931 12945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8842 1931 1891 12945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8843 1891 1852 12945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8844 1852 1903 12945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8845 1799 1812 12946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8846 1812 1852 12946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8847 1852 1836 12946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8848 1836 1799 12946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8849 1907 1903 12947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8850 1903 1867 12947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8851 1867 1862 12947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8852 1862 1907 12947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8853 1860 1867 12948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8854 1867 1812 12948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8855 1812 1805 12948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8856 1805 1860 12948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8857 1802 1822 12949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8858 1822 1805 12949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8859 1805 1791 12949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8860 1791 1802 12949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8861 1849 1860 12950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8862 1860 1886 12950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8863 1886 1858 12950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8864 1858 1849 12950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8865 1893 1886 12951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8866 1886 1822 12951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8867 1822 1842 12951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8868 1842 1893 12951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8869 1851 1854 12952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8870 1854 1842 12952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8871 1842 1816 12952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8872 1816 1851 12952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8873 1855 1893 12953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8874 1893 1882 12953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8875 1882 1830 12953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8876 1830 1855 12953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8877 1881 1882 12954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8878 1882 1854 12954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8879 1854 1865 12954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8880 1865 1881 12954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8881 1905 1890 12955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8882 1890 1865 12955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8883 1865 1876 12955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8884 1876 1905 12955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8885 1823 1881 12956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8886 1881 1890 12956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8887 1890 1825 12956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8888 1825 1823 12956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8889 1868 1902 12957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8890 1902 1876 12957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8891 1876 1851 12957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8892 1851 1868 12957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8893 1846 1905 12958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8894 1905 1938 12958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8895 1938 1875 12958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8896 1875 1846 12958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8897 1994 1938 12959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8898 1938 1902 12959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8899 1902 1932 12959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8900 1932 1994 12959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8901 2047 2036 12960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8902 2036 1932 12960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8903 1932 1924 12960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8904 1924 2047 12960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8905 1925 1994 12961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8906 1994 2036 12961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8907 2036 1989 12961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8908 1989 1925 12961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8909 1838 1913 12962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8910 1913 1924 12962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8911 1924 1868 12962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8912 1868 1838 12962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8913 2039 2047 12963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8914 2047 2064 12963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8915 2064 2077 12963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8916 2077 2039 12963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8917 2124 2064 12964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8918 2064 1913 12964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8919 1913 1966 12964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8920 1966 2124 12964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8921 1813 1838 12965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8922 1838 1816 12965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8923 1816 1802 12965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8924 1802 1813 12965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8925 1820 1813 12966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8926 1813 1791 12966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8927 1791 1797 12966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8928 1797 1820 12966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8929 1760 1763 12967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8930 1763 1830 12967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8931 1830 1823 12967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8932 1823 1760 12967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8933 1858 1855 12968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8934 1855 1769 12968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8935 1769 1778 12968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8936 1778 1858 12968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8937 1862 1849 12969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8938 1849 1782 12969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8939 1782 1806 12969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8940 1806 1862 12969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8941 1936 1907 12970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8942 1907 1857 12970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8943 1857 1900 12970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8944 1900 1936 12970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8945 2114 2087 12971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8946 2087 2004 12971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8947 2004 2035 12971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8948 2035 2114 12971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8949 1960 2004 12972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8950 2004 2029 12972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8951 2029 1999 12972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8952 1999 1960 12972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8953 2055 2029 12973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8954 2029 2087 12973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8955 2087 2120 12973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8956 2120 2055 12973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8957 2063 2055 12974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8958 2055 2121 12974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8959 2121 2129 12974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8960 2129 2063 12974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8961 2218 2121 12975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8962 2121 2120 12975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8963 2120 2220 12975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8964 2220 2218 12975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8965 2160 2145 12976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8966 2145 2129 12976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8967 2129 2139 12976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8968 2139 2160 12976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8969 2175 2108 12977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8970 2108 2139 12977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8971 2139 2213 12977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8972 2213 2175 12977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8973 2169 2160 12978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8974 2160 2108 12978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8975 2108 2105 12978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8976 2105 2169 12978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8977 2269 2114 12979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8978 2114 2159 12979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8979 2159 2300 12979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8980 2300 2269 12979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8981 2235 2159 12980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8982 2159 2073 12980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8983 2073 2153 12980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8984 2153 2235 12980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8985 2037 2073 12981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8986 2073 2035 12981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8987 2035 1976 12981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8988 1976 2037 12981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8989 1947 1982 12982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8990 1982 1976 12982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8991 1976 1943 12982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8992 1943 1947 12982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8993 2079 2037 12983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8994 2037 1982 12983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8995 1982 2041 12983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8996 2041 2079 12983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8997 1958 1942 12984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8998 1942 1943 12984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 8999 1943 1960 12984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9000 1960 1958 12984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9001 2011 1947 12985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9002 1947 1942 12985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9003 1942 2023 12985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9004 2023 2011 12985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9005 1756 1757 12986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9006 1757 1825 12986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9007 1825 1846 12986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9008 1846 1756 12986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9009 2132 2124 12987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9010 2124 2184 12987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9011 2184 2210 12987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9012 2210 2132 12987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9013 2135 2184 12988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9014 2184 1966 12988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9015 1966 1909 12988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9016 1909 2135 12988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9017 1836 1959 12989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9018 1959 1978 12989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9019 1978 1848 12989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9020 1848 1836 12989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9021 1927 1978 12990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9022 1978 2171 12990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9023 2171 2135 12990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9024 2135 1927 12990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9025 2296 2171 12991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9026 2171 2163 12991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9027 2163 2283 12991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9028 2283 2296 12991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9029 2164 2163 12992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9030 2163 1959 12992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9031 1959 1975 12992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9032 1975 2164 12992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9033 2283 2164 12993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9034 2164 2181 12993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9035 2181 2297 12993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9036 2297 2283 12993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9037 1797 1799 12994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9038 1799 1848 12994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9039 1848 1844 12994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9040 1844 1797 12994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9041 1909 1820 12995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9042 1820 1844 12995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9043 1844 1927 12995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9044 1927 1909 12995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9045 1754 1758 12996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9046 1758 1875 12996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9047 1875 1872 12996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9048 1872 1754 12996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9049 1790 1765 12997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9050 1765 1872 12997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9051 1872 1925 12997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9052 1925 1790 12997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9053 1906 1845 12998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9054 1845 1989 12998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9055 1989 2039 12998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9056 2039 1906 12998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9057 2032 1967 12999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9058 1967 2077 12999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9059 2077 2132 12999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9060 2132 2032 12999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9061 2134 2086 13000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9062 2086 2210 13000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9063 2210 2254 13000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9064 2254 2134 13000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9065 2255 2228 13001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9066 2228 2117 13001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9067 2117 2134 13001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9068 2134 2255 13001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9069 2109 2111 13002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9070 2111 2219 13002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9071 2219 2204 13002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9072 2204 2109 13002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9073 2297 2255 13003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9074 2255 2254 13003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9075 2254 2296 13003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9076 2296 2297 13003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9077 2093 2109 13004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9078 2109 2105 13004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9079 2105 2138 13004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9080 2138 2093 13004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9081 1788 1771 13005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9082 1771 1789 13005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9083 1789 1840 13005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9084 1840 1788 13005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9085 1724 1723 13006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9086 1723 1771 13006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9087 1771 1775 13006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9088 1775 1724 13006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9089 2008 1815 13007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9090 1815 1775 13007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9091 1775 1915 13007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9092 1915 2008 13007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9093 1740 1734 13008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9094 1734 1815 13008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9095 1815 1847 13008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9096 1847 1740 13008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9097 1970 1827 13009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9098 1827 1847 13009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9099 1847 2010 13009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9100 2010 1970 13009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9101 1759 1750 13010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9102 1750 1827 13010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9103 1827 1828 13010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9104 1828 1759 13010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9105 2003 1853 13011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9106 1853 1828 13011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9107 1828 1993 13011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9108 1993 2003 13011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9109 1796 1776 13012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9110 1776 1853 13012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9111 1853 1885 13012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9112 1885 1796 13012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9113 2056 1921 13013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9114 1921 1885 13013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9115 1885 2026 13013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9116 2026 2056 13013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9117 1894 1837 13014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9118 1837 1921 13014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9119 1921 2006 13014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9120 2006 1894 13014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9121 2198 2075 13015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9122 2075 2006 13015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9123 2006 2107 13015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9124 2107 2198 13015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9125 2014 1969 13016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9126 1969 2075 13016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9127 2075 2119 13016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9128 2119 2014 13016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9129 2251 2126 13017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9130 2126 2119 13017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9131 2119 2244 13017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9132 2244 2251 13017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9133 2023 2024 13018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9134 2024 2126 13018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9135 2126 2110 13018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9136 2110 2023 13018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9137 2223 2083 13019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9138 2083 2110 13019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9139 2110 2272 13019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9140 2272 2223 13019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9141 2046 2011 13020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9142 2011 2083 13020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9143 2083 2106 13020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9144 2106 2046 13020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9145 2306 2215 13021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9146 2215 2106 13021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9147 2106 2206 13021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9148 2206 2306 13021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9149 2041 2046 13022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9150 2046 2215 13022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9151 2215 2209 13022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9152 2209 2041 13022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9153 2430 2408 13023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9154 2408 2206 13023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9155 2206 2223 13023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9156 2223 2430 13023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9157 2394 2306 13024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9158 2306 2408 13024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9159 2408 2462 13024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9160 2462 2394 13024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9161 2564 2510 13025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9162 2510 2438 13025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9163 2438 2501 13025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9164 2501 2564 13025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9165 2391 2438 13026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9166 2438 2313 13026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9167 2313 2251 13026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9168 2251 2391 13026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9169 2272 2313 13027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9170 2313 2510 13027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9171 2510 2476 13027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9172 2476 2272 13027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9173 2580 2585 13028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9174 2585 2501 13028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9175 2501 2485 13028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9176 2485 2580 13028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9177 2634 2564 13029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9178 2564 2585 13029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9179 2585 2654 13029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9180 2654 2634 13029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9181 2380 2482 13030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9182 2482 2485 13030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9183 2485 2391 13030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9184 2391 2380 13030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9185 2670 2580 13031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9186 2580 2579 13031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9187 2579 2677 13031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9188 2677 2670 13031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9189 2559 2579 13032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9190 2579 2482 13032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9191 2482 2458 13032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9192 2458 2559 13032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9193 2339 2380 13033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9194 2380 2244 13033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9195 2244 2198 13033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9196 2198 2339 13033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9197 2217 2266 13034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9198 2266 2107 13034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9199 2107 2056 13034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9200 2056 2217 13034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9201 2458 2339 13035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9202 2339 2266 13035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9203 2266 2422 13035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9204 2422 2458 13035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9205 2498 2534 13036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9206 2534 2422 13036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9207 2422 2389 13036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9208 2389 2498 13036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9209 2656 2559 13037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9210 2559 2534 13037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9211 2534 2624 13037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9212 2624 2656 13037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9213 2176 2356 13038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9214 2356 2389 13038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9215 2389 2217 13038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9216 2217 2176 13038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9217 2590 2498 13039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9218 2498 2466 13039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9219 2466 2536 13039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9220 2536 2590 13039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9221 2431 2466 13040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9222 2466 2356 13040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9223 2356 2302 13040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9224 2302 2431 13040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9225 2157 2176 13041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9226 2176 2026 13041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9227 2026 2003 13041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9228 2003 2157 13041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9229 2127 2144 13042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9230 2144 1993 13042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9231 1993 1970 13042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9232 1970 2127 13042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9233 2302 2157 13043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9234 2157 2144 13043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9235 2144 2288 13043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9236 2288 2302 13043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9237 2463 2431 13044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9238 2431 2288 13044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9239 2288 2345 13044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9240 2345 2463 13044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9241 2153 2079 13045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9242 2079 2209 13045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9243 2209 2270 13045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9244 2270 2153 13045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9245 2300 2235 13046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9246 2235 2355 13046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9247 2355 2423 13046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9248 2423 2300 13046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9249 2435 2355 13047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9250 2355 2270 13047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9251 2270 2394 13047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9252 2394 2435 13047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9253 2533 2435 13048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9254 2435 2502 13048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9255 2502 2569 13048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9256 2569 2533 13048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9257 2557 2502 13049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9258 2502 2462 13049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9259 2462 2530 13049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9260 2530 2557 13049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9261 2196 2127 13050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9262 2127 2010 13050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9263 2010 2084 13050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9264 2084 2196 13050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9265 2558 2430 13051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9266 2430 2476 13051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9267 2476 2611 13051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9268 2611 2558 13051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9269 2637 2613 13052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9270 2613 2530 13052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9271 2530 2558 13052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9272 2558 2637 13052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9273 2569 2557 13053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9274 2557 2613 13053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9275 2613 2632 13053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9276 2632 2569 13053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9277 1833 1788 13054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9278 1788 1773 13054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9279 1773 1804 13054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9280 1804 1833 13054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9281 1873 1773 13055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9282 1773 1840 13055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9283 1840 1944 13055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9284 1944 1873 13055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9285 2512 2554 13056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9286 2554 2449 13056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9287 2449 2415 13056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9288 2415 2512 13056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9289 2388 2449 13057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9290 2449 2492 13057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9291 2492 2451 13057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9292 2451 2388 13057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9293 2548 2492 13058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9294 2492 2595 13058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9295 2595 2626 13058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9296 2626 2548 13058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9297 2658 2595 13059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9298 2595 2554 13059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9299 2554 2616 13059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9300 2616 2658 13059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9301 2594 2643 13060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9302 2643 2616 13060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9303 2616 2575 13060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9304 2575 2594 13060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9305 2694 2658 13061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9306 2658 2714 13061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9307 2714 2765 13061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9308 2765 2694 13061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9309 2745 2714 13062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9310 2714 2643 13062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9311 2643 2672 13062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9312 2672 2745 13062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9313 2603 2678 13063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9314 2678 2672 13063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9315 2672 2604 13063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9316 2604 2603 13063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9317 2802 2745 13064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9318 2745 2761 13064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9319 2761 2814 13064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9320 2814 2802 13064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9321 2744 2761 13065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9322 2761 2678 13065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9323 2678 2666 13065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9324 2666 2744 13065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9325 2567 2633 13066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9326 2633 2666 13066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9327 2666 2591 13066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9328 2591 2567 13066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9329 2801 2744 13067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9330 2744 2710 13067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9331 2710 2760 13067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9332 2760 2801 13067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9333 2660 2710 13068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9334 2710 2633 13068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9335 2633 2607 13068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9336 2607 2660 13068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9337 2477 2540 13069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9338 2540 2607 13069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9339 2607 2539 13069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9340 2539 2477 13069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9341 2705 2660 13070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9342 2660 2598 13070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9343 2598 2630 13070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9344 2630 2705 13070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9345 2535 2598 13071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9346 2598 2540 13071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9347 2540 2459 13071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9348 2459 2535 13071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9349 2307 2378 13072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9350 2378 2459 13072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9351 2459 2409 13072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9352 2409 2307 13072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9353 2581 2535 13073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9354 2535 2478 13073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9355 2478 2544 13073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9356 2544 2581 13073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9357 2474 2478 13074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9358 2478 2378 13074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9359 2378 2377 13074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9360 2377 2474 13074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9361 2404 2455 13075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9362 2455 2377 13075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9363 2377 2315 13075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9364 2315 2404 13075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9365 2556 2474 13076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9366 2474 2526 13076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9367 2526 2593 13076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9368 2593 2556 13076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9369 2602 2526 13077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9370 2526 2455 13077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9371 2455 2543 13077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9372 2543 2602 13077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9373 2599 2629 13078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9374 2629 2543 13078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9375 2543 2503 13078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9376 2503 2599 13078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9377 2652 2602 13079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9378 2602 2685 13079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9379 2685 2742 13079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9380 2742 2652 13079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9381 2785 2685 13080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9382 2685 2629 13080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9383 2629 2733 13080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9384 2733 2785 13080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9385 2812 2869 13081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9386 2869 2733 13081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9387 2733 2693 13081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9388 2693 2812 13081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9389 2846 2785 13082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9390 2785 2923 13082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9391 2923 2999 13082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9392 2999 2846 13082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9393 3046 2923 13083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9394 2923 2869 13083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9395 2869 3010 13083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9396 3010 3046 13083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9397 3049 3120 13084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9398 3120 3010 13084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9399 3010 2920 13084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9400 2920 3049 13084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9401 3058 3046 13085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9402 3046 3147 13085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9403 3147 3172 13085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9404 3172 3058 13085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9405 3325 3147 13086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9406 3147 3120 13086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9407 3120 3265 13086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9408 3265 3325 13086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9409 3070 3058 13087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9410 3058 3047 13087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9411 3047 3035 13087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9412 3035 3070 13087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9413 3004 3047 13088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9414 3047 3200 13088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9415 3200 3178 13088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9416 3178 3004 13088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9417 3435 3200 13089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9418 3200 3172 13089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9419 3172 3384 13089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9420 3384 3435 13089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9421 3333 3439 13090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9422 3439 3265 13090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9423 3265 3186 13090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9424 3186 3333 13090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9425 3384 3325 13091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9426 3325 3539 13091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9427 3539 3613 13091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9428 3613 3384 13091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9429 3792 3539 13092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9430 3539 3439 13092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9431 3439 3611 13092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9432 3611 3792 13092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9433 3431 3435 13093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9434 3435 3695 13093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9435 3695 3718 13093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9436 3718 3431 13093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9437 4030 3695 13094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9438 3695 3613 13094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9439 3613 3938 13094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9440 3938 4030 13094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9441 3557 3808 13095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9442 3808 3611 13095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9443 3611 3463 13095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9444 3463 3557 13095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9445 3938 3792 13096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9446 3792 4089 13096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9447 4089 4302 13096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9448 4302 3938 13096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9449 2483 2721 13097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9450 2721 2910 13097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9451 2910 2636 13097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9452 2636 2483 13097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9453 3048 2910 13098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9454 2910 3446 13098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9455 3446 3572 13098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9456 3572 3048 13098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9457 3748 3446 13099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9458 3446 3167 13099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9459 3167 3502 13099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9460 3502 3748 13099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9461 2861 3167 13100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9462 3167 2721 13100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9463 2721 2592 13100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9464 2592 2861 13100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9465 2305 2468 13101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9466 2468 2592 13101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9467 2592 2381 13101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9468 2381 2305 13101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9469 3232 2861 13102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9470 2861 2675 13102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9471 2675 2917 13102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9472 2917 3232 13102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9473 2546 2675 13103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9474 2675 2468 13103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9475 2468 2368 13103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9476 2368 2546 13103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9477 2177 2279 13104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9478 2279 2368 13104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9479 2368 2239 13104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9480 2239 2177 13104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9481 2775 2546 13105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9482 2546 2487 13105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9483 2487 2726 13105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9484 2726 2775 13105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9485 2456 2487 13106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9486 2487 2279 13106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9487 2279 2245 13106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9488 2245 2456 13106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9489 2168 2253 13107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9490 2253 2245 13107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9491 2245 2158 13107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9492 2158 2168 13107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9493 2697 2456 13108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9494 2456 2444 13108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9495 2444 2681 13108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9496 2681 2697 13108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9497 2445 2444 13109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9498 2444 2253 13109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9499 2253 2275 13109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9500 2275 2445 13109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9501 2225 2320 13110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9502 2320 2275 13110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9503 2275 2192 13110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9504 2192 2225 13110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9505 2673 2445 13111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9506 2445 2457 13111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9507 2457 2665 13111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9508 2665 2673 13111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9509 2513 2457 13112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9510 2457 2320 13112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9511 2320 2418 13112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9512 2418 2513 13112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9513 2465 2538 13113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9514 2538 2418 13113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9515 2418 2323 13113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9516 2323 2465 13113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9517 2679 2513 13114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9518 2513 2596 13114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9519 2596 2713 13114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9520 2713 2679 13114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9521 2628 2596 13115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9522 2596 2538 13115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9523 2538 2586 13115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9524 2586 2628 13115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9525 2520 2587 13116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9526 2587 2586 13116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9527 2586 2524 13116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9528 2524 2520 13116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9529 2730 2628 13117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9530 2628 2640 13117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9531 2640 2743 13117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9532 2743 2730 13117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9533 2631 2640 13118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9534 2640 2587 13118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9535 2587 2563 13118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9536 2563 2631 13118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9537 3901 3748 13119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9538 3748 3952 13119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9539 3952 4038 13119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9540 4038 3901 13119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9541 4332 3952 13120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9542 3952 3743 13120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9543 3743 4238 13120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9544 4238 4332 13120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9545 3546 3743 13121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9546 3743 3502 13121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9547 3502 3232 13121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9548 3232 3546 13121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9549 4399 4332 13122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9550 4332 5164 13122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9551 5164 5177 13122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9552 5177 4399 13122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9553 5881 5164 13123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9554 5164 5119 13123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9555 5119 5927 13123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9556 5927 5881 13123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9557 4807 5119 13124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9558 5119 4238 13124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9559 4238 4023 13124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9560 4023 4807 13124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9561 4023 3546 13125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9562 3546 3303 13125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9563 3303 3708 13125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9564 3708 4023 13125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9565 3154 3303 13126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9566 3303 2917 13126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9567 2917 2775 13126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9568 2775 3154 13126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9569 5207 4807 13127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9570 4807 4233 13127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9571 4233 4504 13127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9572 4504 5207 13127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9573 3990 4233 13128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9574 4233 3708 13128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9575 3708 3545 13128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9576 3545 3990 13128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9577 3545 3154 13129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9578 3154 3121 13129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9579 3121 3519 13129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9580 3519 3545 13129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9581 3083 3121 13130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9582 3121 2726 13130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9583 2726 2697 13130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9584 2697 3083 13130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9585 4330 3990 13131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9586 3990 3936 13131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9587 3936 4298 13131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9588 4298 4330 13131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9589 3886 3936 13132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9590 3936 3519 13132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9591 3519 3483 13132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9592 3483 3886 13132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9593 3483 3083 13133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9594 3083 3034 13133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9595 3034 3428 13133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9596 3428 3483 13133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9597 3000 3034 13134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9598 3034 2681 13134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9599 2681 2673 13134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9600 2673 3000 13134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9601 4265 3886 13135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9602 3886 3833 13135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9603 3833 4201 13135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9604 4201 4265 13135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9605 3746 3833 13136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9606 3833 3428 13136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9607 3428 3392 13136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9608 3392 3746 13136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9609 3392 3000 13137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9610 3000 2977 13137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9611 2977 3348 13137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9612 3348 3392 13137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9613 2941 2977 13138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9614 2977 2665 13138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9615 2665 2679 13138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9616 2679 2941 13138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9617 3986 3746 13139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9618 3746 3685 13139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9619 3685 3910 13139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9620 3910 3986 13139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9621 3623 3685 13140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9622 3685 3348 13140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9623 3348 3300 13140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9624 3300 3623 13140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9625 3300 2941 13141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9626 2941 2918 13141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9627 2918 3239 13141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9628 3239 3300 13141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9629 2903 2918 13142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9630 2918 2713 13142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9631 2713 2730 13142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9632 2730 2903 13142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9633 3870 3623 13143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9634 3623 3551 13143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9635 3551 3749 13143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9636 3749 3870 13143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9637 3477 3551 13144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9638 3551 3239 13144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9639 3239 3191 13144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9640 3191 3477 13144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9641 3191 2903 13145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9642 2903 2887 13145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9643 2887 3148 13145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9644 3148 3191 13145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9645 2859 2887 13146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9646 2887 2743 13146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9647 2743 2727 13146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9648 2727 2859 13146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9649 3667 3477 13147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9650 3477 3400 13147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9651 3400 3588 13147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9652 3588 3667 13147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9653 3328 3400 13148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9654 3400 3148 13148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9655 3148 3093 13148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9656 3093 3328 13148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9657 3720 3757 13149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9658 3757 3588 13149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9659 3588 3543 13149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9660 3543 3720 13149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9661 3749 3667 13150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9662 3667 3840 13150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9663 3840 3900 13150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9664 3900 3749 13150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9665 3988 3840 13151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9666 3840 3757 13151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9667 3757 3957 13151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9668 3957 3988 13151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9669 3910 3870 13152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9670 3870 3999 13152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9671 3999 4035 13152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9672 4035 3910 13152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9673 4143 3999 13153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9674 3999 3900 13153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9675 3900 4042 13153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9676 4042 4143 13153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9677 4186 3986 13154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9678 3986 4035 13154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9679 4035 4191 13154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9680 4191 4186 13154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9681 4096 4123 13155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9682 4123 3957 13155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9683 3957 3927 13155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9684 3927 4096 13155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9685 4042 3988 13156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9686 3988 4138 13156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9687 4138 4211 13156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9688 4211 4042 13156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9689 4307 4138 13157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9690 4138 4123 13157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9691 4123 4292 13157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9692 4292 4307 13157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9693 4191 4143 13158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9694 4143 4325 13158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9695 4325 4441 13158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9696 4441 4191 13158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9697 4555 4325 13159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9698 4325 4211 13159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9699 4211 4386 13159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9700 4386 4555 13159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9701 4201 4186 13160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9702 4186 4595 13160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9703 4595 4695 13160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9704 4695 4201 13160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9705 4909 4595 13161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9706 4595 4441 13161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9707 4441 4698 13161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9708 4698 4909 13161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9709 4423 4454 13162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9710 4454 4292 13162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9711 4292 4280 13162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9712 4280 4423 13162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9713 4386 4307 13163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9714 4307 4494 13163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9715 4494 4645 13163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9716 4645 4386 13163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9717 4769 4494 13164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9718 4494 4454 13164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9719 4454 4738 13164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9720 4738 4769 13164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9721 4698 4555 13165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9722 4555 4846 13165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9723 4846 4946 13165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9724 4946 4698 13165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9725 5012 4846 13166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9726 4846 4645 13166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9727 4645 4882 13166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9728 4882 5012 13166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9729 5103 4909 13167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9730 4909 4946 13167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9731 4946 5095 13167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9732 5095 5103 13167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9733 4939 4967 13168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9734 4967 4738 13168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9735 4738 4690 13168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9736 4690 4939 13168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9737 4882 4769 13169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9738 4769 4992 13169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9739 4992 5051 13169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9740 5051 4882 13169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9741 5153 4992 13170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9742 4992 4967 13170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9743 4967 5149 13170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9744 5149 5153 13170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9745 5095 5012 13171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9746 5012 5146 13171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9747 5146 5217 13171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9748 5217 5095 13171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9749 5205 5146 13172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9750 5146 5051 13172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9751 5051 5163 13172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9752 5163 5205 13172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9753 5110 5103 13173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9754 5103 5326 13173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9755 5326 5392 13173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9756 5392 5110 13173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9757 5476 5326 13174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9758 5326 5217 13174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9759 5217 5320 13174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9760 5320 5476 13174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9761 5321 5276 13175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9762 5276 5149 13175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9763 5149 5182 13175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9764 5182 5321 13175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9765 5163 5153 13176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9766 5153 5259 13176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9767 5259 5251 13176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9768 5251 5163 13176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9769 5365 5259 13177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9770 5259 5276 13177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9771 5276 5397 13177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9772 5397 5365 13177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9773 5309 5205 13178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9774 5205 5251 13178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9775 5251 5332 13178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9776 5332 5309 13178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9777 5486 5478 13179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9778 5478 5397 13179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9779 5397 5418 13179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9780 5418 5486 13179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9781 5332 5365 13180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9782 5365 5467 13180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9783 5467 5462 13180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9784 5462 5332 13180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9785 5578 5467 13181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9786 5467 5478 13181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9787 5478 5566 13181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9788 5566 5578 13181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9789 5320 5309 13182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9790 5309 5458 13182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9791 5458 5475 13182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9792 5475 5320 13182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9793 5587 5458 13183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9794 5458 5462 13183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9795 5462 5583 13183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9796 5583 5587 13183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9797 5570 5476 13184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9798 5476 5475 13184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9799 5475 5569 13184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9800 5569 5570 13184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9801 5659 5393 13185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9802 5393 5392 13185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9803 5392 5660 13185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9804 5660 5659 13185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9805 4695 5110 13186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9806 5110 5113 13186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9807 5113 4727 13186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9808 4727 4695 13186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9809 5107 5113 13187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9810 5113 5393 13187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9811 5393 5391 13187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9812 5391 5107 13187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9813 5664 5387 13188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9814 5387 5391 13188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9815 5391 5661 13188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9816 5661 5664 13188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9817 4743 5107 13189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9818 5107 5098 13189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9819 5098 4747 13189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9820 4747 4743 13189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9821 5147 5098 13190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9822 5098 5387 13190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9823 5387 5430 13190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9824 5430 5147 13190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9825 5616 5429 13191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9826 5429 5430 13191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9827 5430 5617 13191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9828 5617 5616 13191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9829 4931 5147 13192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9830 5147 5429 13192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9831 5429 5207 13192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9832 5207 4931 13192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9833 4298 4265 13193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9834 4265 4727 13193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9835 4727 4743 13193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9836 4743 4298 13193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9837 4504 4330 13194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9838 4330 4747 13194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9839 4747 4931 13194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9840 4931 4504 13194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9841 3168 3321 13195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9842 3321 3326 13195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9843 3326 3184 13195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9844 3184 3168 13195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9845 3378 3326 13196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9846 3326 3536 13196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9847 3536 3548 13196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9848 3548 3378 13196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9849 3730 3536 13197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9850 3536 3540 13197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9851 3540 3716 13197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9852 3716 3730 13197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9853 3529 3540 13198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9854 3540 3321 13198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9855 3321 3308 13198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9856 3308 3529 13198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9857 3741 3730 13199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9858 3730 3993 13199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9859 3993 4004 13199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9860 4004 3741 13199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9861 4139 3993 13200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9862 3993 3899 13200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9863 3899 4039 13200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9864 4039 4139 13200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9865 3862 3899 13201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9866 3899 3716 13201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9867 3716 3694 13201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9868 3694 3862 13201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9869 3099 3275 13202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9870 3275 3308 13202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9871 3308 3127 13202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9872 3127 3099 13202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9873 3694 3529 13203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9874 3529 3505 13203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9875 3505 3679 13203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9876 3679 3694 13203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9877 3533 3505 13204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9878 3505 3275 13204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9879 3275 3327 13204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9880 3327 3533 13204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9881 4003 3862 13205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9882 3862 3865 13205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9883 3865 4015 13205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9884 4015 4003 13205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9885 3857 3865 13206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9886 3865 3679 13206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9887 3679 3658 13206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9888 3658 3857 13206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9889 3372 3468 13207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9890 3468 3327 13207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9891 3327 3204 13207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9892 3204 3372 13207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9893 3658 3533 13208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9894 3533 3594 13208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9895 3594 3711 13208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9896 3711 3658 13208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9897 3717 3594 13209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9898 3594 3468 13209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9899 3468 3607 13209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9900 3607 3717 13209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9901 3964 3857 13210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9902 3857 3711 13210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9903 3711 3854 13210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9904 3854 3964 13210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9905 3676 3767 13211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9906 3767 3607 13211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9907 3607 3527 13211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9908 3527 3676 13211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9909 3854 3717 13212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9910 3717 3895 13212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9911 3895 4008 13212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9912 4008 3854 13212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9913 4022 3895 13213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9914 3895 3767 13213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9915 3767 3937 13213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9916 3937 4022 13213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9917 4100 3964 13214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9918 3964 4124 13214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9919 4124 4279 13214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9920 4279 4100 13214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9921 4224 4124 13215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9922 4124 4008 13215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9923 4008 4085 13215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9924 4085 4224 13215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9925 3961 4050 13216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9926 4050 3937 13216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9927 3937 3842 13216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9928 3842 3961 13216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9929 4085 4022 13217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9930 4022 4119 13217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9931 4119 4181 13217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9932 4181 4085 13217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9933 4306 4119 13218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9934 4119 4050 13218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9935 4050 4284 13218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9936 4284 4306 13218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9937 4370 4224 13219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9938 4224 4181 13219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9939 4181 4333 13219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9940 4333 4370 13219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9941 4679 4697 13220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9942 4697 4284 13220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9943 4284 4203 13220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9944 4203 4679 13220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9945 4333 4306 13221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9946 4306 4682 13221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9947 4682 4684 13221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9948 4684 4333 13221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9949 5037 4682 13222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9950 4682 4697 13222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9951 4697 5077 13222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9952 5077 5037 13222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9953 4455 4370 13223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9954 4370 4729 13223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9955 4729 4797 13223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9956 4797 4455 13223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9957 5049 4729 13224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9958 4729 4684 13224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9959 4684 5029 13224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9960 5029 5049 13224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9961 5364 5360 13225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9962 5360 5077 13225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9963 5077 5082 13225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9964 5082 5364 13225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9965 5029 5037 13226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9966 5037 5343 13226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9967 5343 5337 13226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9968 5337 5029 13226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9969 5658 5343 13227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9970 5343 5360 13227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9971 5360 5639 13227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9972 5639 5658 13227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9973 5089 5049 13228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9974 5049 5347 13228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9975 5347 5362 13228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9976 5362 5089 13228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9977 5651 5347 13229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9978 5347 5337 13229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9979 5337 5662 13229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9980 5662 5651 13229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9981 3005 3081 13230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9982 3081 3113 13230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9983 3113 3050 13230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9984 3050 3005 13230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9985 3207 3113 13231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9986 3113 3184 13231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9987 3184 3258 13231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9988 3258 3207 13231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9989 3139 3168 13232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9990 3168 3081 13232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9991 3081 3037 13232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9992 3037 3139 13232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9993 2988 3027 13233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9994 3027 3037 13233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9995 3037 2985 13233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9996 2985 2988 13233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9997 3126 3139 13234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9998 3139 3027 13234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 9999 3027 3008 13234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10000 3008 3126 13234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10001 2873 2968 13235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10002 2968 3008 13235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10003 3008 2926 13235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10004 2926 2873 13235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10005 3127 3126 13236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10006 3126 2968 13236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10007 2968 2983 13236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10008 2983 3127 13236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10009 2866 2979 13237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10010 2979 2983 13237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10011 2983 2858 13237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10012 2858 2866 13237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10013 3091 3099 13238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10014 3099 2979 13238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10015 2979 2982 13238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10016 2982 3091 13238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10017 2989 3055 13239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10018 3055 2982 13239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10019 2982 2904 13239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10020 2904 2989 13239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10021 3204 3091 13240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10022 3091 3055 13240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10023 3055 3164 13240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10024 3164 3204 13240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10025 3257 3319 13241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10026 3319 3164 13241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10027 3164 3106 13241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10028 3106 3257 13241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10029 3527 3372 13242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10030 3372 3319 13242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10031 3319 3456 13242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10032 3456 3527 13242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10033 3491 3577 13243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10034 3577 3456 13243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10035 3456 3389 13243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10036 3389 3491 13243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10037 3842 3676 13244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10038 3676 3577 13244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10039 3577 3698 13244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10040 3698 3842 13244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10041 3683 3848 13245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10042 3848 3698 13245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10043 3698 3584 13245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10044 3584 3683 13245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10045 4203 3961 13246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10046 3961 3848 13246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10047 3848 4105 13246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10048 4105 4203 13246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10049 4560 4585 13247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10050 4585 4105 13247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10051 4105 4061 13247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10052 4061 4560 13247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10053 5082 4679 13248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10054 4679 4585 13248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10055 4585 5056 13248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10056 5056 5082 13248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10057 5361 5353 13249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10058 5353 5056 13249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10059 5056 5055 13249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10060 5055 5361 13249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10061 5633 5364 13250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10062 5364 5353 13250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10063 5353 5641 13250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10064 5641 5633 13250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10065 2671 2709 13251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10066 2709 2674 13251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10067 2674 2612 13251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10068 2612 2671 13251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10069 2689 2674 13252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10070 2674 2729 13252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10071 2729 2773 13252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10072 2773 2689 13252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10073 2791 2729 13253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10074 2729 2751 13253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10075 2751 2787 13253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10076 2787 2791 13253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10077 2788 2751 13254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10078 2751 2709 13254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10079 2709 2759 13254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10080 2759 2788 13254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10081 2837 2791 13255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10082 2791 2835 13255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10083 2835 2901 13255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10084 2901 2837 13255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10085 2867 2835 13256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10086 2835 2817 13256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10087 2817 2836 13256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10088 2836 2867 13256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10089 2826 2817 13257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10090 2817 2787 13257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10091 2787 2810 13257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10092 2810 2826 13257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10093 2970 2867 13258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10094 2867 2889 13258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10095 2889 3003 13258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10096 3003 2970 13258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10097 2914 2889 13259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10098 2889 2847 13259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10099 2847 2865 13259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10100 2865 2914 13259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10101 2848 2847 13260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10102 2847 2836 13260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10103 2836 2839 13260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10104 2839 2848 13260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10105 3030 2914 13261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10106 2914 2946 13261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10107 2946 3064 13261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10108 3064 3030 13261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10109 2996 2946 13262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10110 2946 2899 13262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10111 2899 2947 13262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10112 2947 2996 13262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10113 2890 2899 13263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10114 2899 2865 13263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10115 2865 2855 13263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10116 2855 2890 13263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10117 3098 2996 13264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10118 2996 3050 13264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10119 3050 3161 13264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10120 3161 3098 13264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10121 2985 3005 13265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10122 3005 2947 13265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10123 2947 2940 13265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10124 2940 2985 13265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10125 2984 2986 13266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10126 2986 2940 13266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10127 2940 2929 13266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10128 2929 2984 13266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10129 2972 2988 13267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10130 2988 2986 13267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10131 2986 2990 13267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10132 2990 2972 13267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10133 2772 2808 13268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10134 2808 2800 13268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10135 2800 2763 13268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10136 2763 2772 13268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10137 2821 2800 13269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10138 2800 2858 13269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10139 2858 2873 13269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10140 2873 2821 13269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10141 2904 2866 13270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10142 2866 2808 13270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10143 2808 2842 13270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10144 2842 2904 13270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10145 2838 2898 13271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10146 2898 2842 13271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10147 2842 2793 13271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10148 2793 2838 13271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10149 3106 2989 13272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10150 2989 2898 13272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10151 2898 3031 13272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10152 3031 3106 13272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10153 3117 3189 13273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10154 3189 3031 13273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10155 3031 2939 13273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10156 2939 3117 13273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10157 3389 3257 13274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10158 3257 3189 13274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10159 3189 3306 13274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10160 3306 3389 13274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10161 3307 3403 13275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10162 3403 3306 13275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10163 3306 3220 13275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10164 3220 3307 13275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10165 3584 3491 13276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10166 3491 3403 13276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10167 3403 3487 13276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10168 3487 3584 13276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10169 3430 3558 13277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10170 3558 3487 13277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10171 3487 3375 13277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10172 3375 3430 13277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10173 3739 3683 13278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10174 3683 3558 13278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10175 3558 3586 13278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10176 3586 3739 13278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10177 3457 3430 13279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10178 3430 3324 13279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10179 3324 3335 13279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10180 3335 3457 13279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10181 3243 3324 13280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10182 3324 3280 13280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10183 3280 3215 13280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10184 3215 3243 13280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10185 3218 3280 13281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10186 3280 3375 13281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10187 3375 3307 13281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10188 3307 3218 13281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10189 3166 3218 13282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10190 3218 3149 13282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10191 3149 3082 13282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10192 3082 3166 13282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10193 3028 3149 13283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10194 3149 3220 13283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10195 3220 3117 13283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10196 3117 3028 13283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10197 2944 3028 13284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10198 3028 2863 13284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10199 2863 2809 13284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10200 2809 2944 13284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10201 2781 2863 13285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10202 2863 2939 13285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10203 2939 2838 13285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10204 2838 2781 13285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10205 2731 2781 13286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10206 2781 2746 13286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10207 2746 2707 13286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10208 2707 2731 13286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10209 2728 2746 13287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10210 2746 2793 13287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10211 2793 2772 13287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10212 2772 2728 13287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10213 2696 2728 13288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10214 2728 2738 13288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10215 2738 2716 13288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10216 2716 2696 13288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10217 2777 2738 13289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10218 2738 2763 13289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10219 2763 2790 13289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10220 2790 2777 13289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10221 2876 2850 13290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10222 2850 2790 13290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10223 2790 2821 13290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10224 2821 2876 13290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10225 2752 2777 13291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10226 2777 2831 13291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10227 2831 2813 13291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10228 2813 2752 13291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10229 2882 2831 13292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10230 2831 2850 13292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10231 2850 2907 13292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10232 2907 2882 13292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10233 2990 2974 13293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10234 2974 2907 13293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10235 2907 2925 13293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10236 2925 2990 13293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10237 2864 2882 13294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10238 2882 2952 13294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10239 2952 2922 13294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10240 2922 2864 13294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10241 2976 2952 13295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10242 2952 2974 13295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10243 2974 2984 13295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10244 2984 2976 13295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10245 2951 2976 13296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10246 2976 2937 13296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10247 2937 2931 13296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10248 2931 2951 13296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10249 2906 2937 13297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10250 2937 2929 13297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10251 2929 2890 13297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10252 2890 2906 13297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10253 2892 2906 13298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10254 2906 2855 13298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10255 2855 2848 13298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10256 2848 2892 13298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10257 2926 2972 13299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10258 2972 2925 13299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10259 2925 2876 13299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10260 2876 2926 13299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10261 2529 2548 13300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10262 2548 2612 13300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10263 2612 2614 13300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10264 2614 2529 13300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10265 2724 2671 13301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10266 2671 2626 13301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10267 2626 2694 13301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10268 2694 2724 13301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10269 2759 2724 13302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10270 2724 2789 13302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10271 2789 2816 13302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10272 2816 2759 13302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10273 2827 2789 13303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10274 2789 2765 13303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10275 2765 2802 13303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10276 2802 2827 13303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10277 2851 2827 13304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10278 2827 2845 13304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10279 2845 2868 13304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10280 2868 2851 13304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10281 2828 2845 13305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10282 2845 2814 13305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10283 2814 2801 13305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10284 2801 2828 13305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10285 2852 2828 13306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10286 2828 2783 13306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10287 2783 2807 13306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10288 2807 2852 13306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10289 2725 2783 13307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10290 2783 2760 13307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10291 2760 2705 13307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10292 2705 2725 13307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10293 2749 2725 13308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10294 2725 2655 13308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10295 2655 2680 13308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10296 2680 2749 13308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10297 2609 2655 13309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10298 2655 2630 13309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10299 2630 2581 13309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10300 2581 2609 13309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10301 2619 2609 13310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10302 2609 2544 13310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10303 2544 2568 13310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10304 2568 2619 13310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10305 2810 2788 13311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10306 2788 2844 13311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10307 2844 2860 13311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10308 2860 2810 13311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10309 2875 2844 13312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10310 2844 2816 13312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10311 2816 2851 13312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10312 2851 2875 13312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10313 2888 2875 13313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10314 2875 2884 13313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10315 2884 2895 13313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10316 2895 2888 13313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10317 2871 2884 13314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10318 2884 2868 13314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10319 2868 2852 13314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10320 2852 2871 13314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10321 2891 2871 13315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10322 2871 2829 13315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10323 2829 2849 13315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10324 2849 2891 13315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10325 2776 2829 13316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10326 2829 2807 13316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10327 2807 2749 13316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10328 2749 2776 13316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10329 2797 2776 13317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10330 2776 2700 13317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10331 2700 2722 13317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10332 2722 2797 13317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10333 2644 2700 13318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10334 2700 2680 13318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10335 2680 2619 13318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10336 2619 2644 13318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10337 2682 2644 13319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10338 2644 2618 13319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10339 2618 2661 13319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10340 2661 2682 13319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10341 2617 2618 13320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10342 2618 2568 13320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10343 2568 2556 13320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10344 2556 2617 13320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10345 2669 2617 13321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10346 2617 2642 13321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10347 2642 2695 13321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10348 2695 2669 13321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10349 2715 2642 13322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10350 2642 2593 13322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10351 2593 2652 13322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10352 2652 2715 13322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10353 2774 2715 13323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10354 2715 2818 13323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10355 2818 2881 13323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10356 2881 2774 13323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10357 2930 2818 13324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10358 2818 2742 13324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10359 2742 2846 13324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10360 2846 2930 13324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10361 3026 2930 13325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10362 2930 3080 13325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10363 3080 3130 13325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10364 3130 3026 13325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10365 3133 3080 13326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10366 3080 2999 13326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10367 2999 3070 13326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10368 3070 3133 13326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10369 3187 3133 13327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10370 3133 3131 13327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10371 3131 3201 13327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10372 3201 3187 13327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10373 3122 3131 13328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10374 3131 3035 13328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10375 3035 3001 13328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10376 3001 3122 13328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10377 3251 3243 13329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10378 3243 3201 13329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10379 3201 3199 13329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10380 3199 3251 13329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10381 3130 3187 13330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10382 3187 3215 13330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10383 3215 3166 13330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10384 3166 3130 13330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10385 2881 3026 13331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10386 3026 3082 13331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10387 3082 2944 13331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10388 2944 2881 13331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10389 2695 2774 13332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10390 2774 2809 13332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10391 2809 2731 13332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10392 2731 2695 13332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10393 2661 2669 13333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10394 2669 2707 13333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10395 2707 2696 13333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10396 2696 2661 13333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10397 2722 2682 13334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10398 2682 2716 13334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10399 2716 2752 13334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10400 2752 2722 13334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10401 2849 2797 13335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10402 2797 2813 13335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10403 2813 2864 13335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10404 2864 2849 13335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10405 2913 2891 13336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10406 2891 2922 13336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10407 2922 2951 13336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10408 2951 2913 13336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10409 2895 2913 13337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10410 2913 2908 13337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10411 2908 2893 13337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10412 2893 2895 13337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10413 2878 2908 13338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10414 2908 2931 13338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10415 2931 2892 13338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10416 2892 2878 13338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10417 2870 2878 13339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10418 2878 2839 13339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10419 2839 2826 13339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10420 2826 2870 13339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10421 2893 2870 13340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10422 2870 2860 13340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10423 2860 2888 13340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10424 2888 2893 13340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10425 5289 5334 13341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10426 5334 5463 13341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10427 5463 5420 13341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10428 5420 5289 13341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10429 5582 5463 13342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10430 5463 5465 13342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10431 5465 5580 13342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10432 5580 5582 13342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10433 5464 5465 13343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10434 5465 5346 13343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10435 5346 5338 13343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10436 5338 5464 13343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10437 5254 5346 13344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10438 5346 5334 13344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10439 5334 5255 13344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10440 5255 5254 13344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10441 5581 5464 13345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10442 5464 5460 13345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10443 5460 5585 13345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10444 5585 5581 13345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10445 5459 5460 13346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10446 5460 5328 13346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10447 5328 5314 13346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10448 5314 5459 13346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10449 5214 5328 13347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10450 5328 5338 13347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10451 5338 5237 13347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10452 5237 5214 13347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10453 5586 5459 13348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10454 5459 5454 13348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10455 5454 5591 13348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10456 5591 5586 13348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10457 5451 5454 13349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10458 5454 5298 13349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10459 5298 5283 13349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10460 5283 5451 13349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10461 5185 5298 13350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10462 5298 5314 13350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10463 5314 5196 13350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10464 5196 5185 13350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10465 5138 5187 13351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10466 5187 5255 13351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10467 5255 5179 13351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10468 5179 5138 13351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10469 5237 5254 13352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10470 5254 5176 13352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10471 5176 5165 13352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10472 5165 5237 13352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10473 5100 5176 13353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10474 5176 5187 13353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10475 5187 5125 13353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10476 5125 5100 13353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10477 5196 5214 13354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10478 5214 5141 13354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10479 5141 5124 13354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10480 5124 5196 13354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10481 5050 5141 13355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10482 5141 5165 13355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10483 5165 5078 13355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10484 5078 5050 13355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10485 5172 5185 13356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10486 5185 5116 13356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10487 5116 5101 13356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10488 5101 5172 13356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10489 5035 5116 13357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10490 5116 5124 13357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10491 5124 5039 13357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10492 5039 5035 13357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10493 5010 5033 13358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10494 5033 5125 13358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10495 5125 5081 13358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10496 5081 5010 13358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10497 5078 5100 13359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10498 5100 5002 13359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10499 5002 4984 13359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10500 4984 5078 13359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10501 4885 5002 13360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10502 5002 5033 13360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10503 5033 4924 13360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10504 4924 4885 13360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10505 5039 5050 13361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10506 5050 4972 13361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10507 4972 4965 13361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10508 4965 5039 13361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10509 4858 4972 13362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10510 4972 4984 13362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10511 4984 4864 13362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10512 4864 4858 13362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10513 5018 5035 13363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10514 5035 4950 13363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10515 4950 4940 13363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10516 4940 5018 13363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10517 4904 4950 13364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10518 4950 4965 13364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10519 4965 4917 13364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10520 4917 4904 13364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10521 4868 4862 13365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10522 4862 4924 13365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10523 4924 4923 13365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10524 4923 4868 13365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10525 4864 4885 13366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10526 4885 4742 13366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10527 4742 4676 13366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10528 4676 4864 13366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10529 4468 4742 13367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10530 4742 4784 13367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10531 4784 4586 13367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10532 4586 4468 13367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10533 4796 4784 13368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10534 4784 4862 13368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10535 4862 4829 13368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10536 4829 4796 13368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10537 4839 4858 13369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10538 4858 4658 13369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10539 4658 4631 13369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10540 4631 4839 13369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10541 4391 4658 13370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10542 4658 4676 13370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10543 4676 4396 13370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10544 4396 4391 13370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10545 4917 4839 13371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10546 4839 4802 13371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10547 4802 4892 13371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10548 4892 4917 13371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10549 4767 4802 13372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10550 4802 4614 13372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10551 4614 4574 13372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10552 4574 4767 13372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10553 4395 4614 13373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10554 4614 4631 13373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10555 4631 4390 13373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10556 4390 4395 13373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10557 5558 5486 13374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10558 5486 5485 13374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10559 5485 5557 13374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10560 5557 5558 13374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10561 5420 5485 13375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10562 5485 5418 13375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10563 5418 5321 13375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10564 5321 5420 13375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10565 5188 5289 13376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10566 5289 5182 13376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10567 5182 5086 13376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10568 5086 5188 13376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10569 4928 5000 13377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10570 5000 5041 13377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10571 5041 4957 13377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10572 4957 4928 13377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10573 5045 5041 13378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10574 5041 5179 13378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10575 5179 5188 13378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10576 5188 5045 13378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10577 5081 5138 13379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10578 5138 5000 13379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10579 5000 4969 13379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10580 4969 5081 13379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10581 4923 5010 13380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10582 5010 4945 13380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10583 4945 4894 13380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10584 4894 4923 13380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10585 4818 4945 13381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10586 4945 4969 13381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10587 4969 4815 13381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10588 4815 4818 13381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10589 4830 4868 13382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10590 4868 4838 13382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10591 4838 4808 13382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10592 4808 4830 13382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10593 4778 4838 13383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10594 4838 4831 13383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10595 4831 4775 13383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10596 4775 4778 13383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10597 4795 4831 13384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10598 4831 4854 13384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10599 4854 4804 13384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10600 4804 4795 13384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10601 4751 4854 13385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10602 4854 4894 13385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10603 4894 4788 13385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10604 4788 4751 13385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10605 4791 4778 13386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10606 4778 4768 13386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10607 4768 4774 13386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10608 4774 4791 13386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10609 4495 4768 13387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10610 4768 4752 13387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10611 4752 4486 13387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10612 4486 4495 13387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10613 4705 4752 13388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10614 4752 4755 13388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10615 4755 4721 13388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10616 4721 4705 13388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10617 4671 4755 13389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10618 4755 4770 13389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10619 4770 4692 13389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10620 4692 4671 13389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10621 4781 4770 13390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10622 4770 4775 13390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10623 4775 4787 13390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10624 4787 4781 13390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10625 4396 4468 13391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10626 4468 4215 13391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10627 4215 4148 13391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10628 4148 4396 13391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10629 4173 4215 13392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10630 4215 4586 13392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10631 4586 4540 13392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10632 4540 4173 13392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10633 5275 5263 13393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10634 5263 5444 13393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10635 5444 5450 13393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10636 5450 5275 13393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10637 5602 5444 13394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10638 5444 5440 13394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10639 5440 5606 13394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10640 5606 5602 13394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10641 5436 5440 13395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10642 5440 5248 13395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10643 5248 5239 13395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10644 5239 5436 13395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10645 5120 5248 13396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10646 5248 5263 13396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10647 5263 5140 13396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10648 5140 5120 13396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10649 5076 5047 13397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10650 5047 5140 13397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10651 5140 5161 13397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10652 5161 5076 13397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10653 5114 5120 13398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10654 5120 5025 13398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10655 5025 5011 13398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10656 5011 5114 13398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10657 4960 5025 13399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10658 5025 5047 13399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10659 5047 4979 13399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10660 4979 4960 13399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10661 4932 4918 13400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10662 4918 4979 13400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10663 4979 4998 13400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10664 4998 4932 13400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10665 4948 4960 13401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10666 4960 4914 13401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10667 4914 4929 13401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10668 4929 4948 13401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10669 4849 4914 13402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10670 4914 4918 13402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10671 4918 4861 13402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10672 4861 4849 13402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10673 4790 4762 13403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10674 4762 4861 13403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10675 4861 4874 13403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10676 4874 4790 13403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10677 4857 4849 13404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10678 4849 4728 13404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10679 4728 4711 13404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10680 4711 4857 13404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10681 4623 4728 13405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10682 4728 4762 13405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10683 4762 4693 13405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10684 4693 4623 13405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10685 4720 4636 13406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10686 4636 4693 13406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10687 4693 4758 13406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10688 4758 4720 13406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10689 4590 4623 13407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10690 4623 4543 13407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10691 4543 4500 13407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10692 4500 4590 13407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10693 4496 4543 13408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10694 4543 4636 13408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10695 4636 4603 13408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10696 4603 4496 13408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10697 4800 4767 13409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10698 4767 4612 13409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10699 4612 4663 13409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10700 4663 4800 13409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10701 4442 4612 13410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10702 4612 4574 13410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10703 4574 4412 13410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10704 4412 4442 13410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10705 4511 4505 13411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10706 4505 4598 13411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10707 4598 4601 13411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10708 4601 4511 13411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10709 4696 4598 13412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10710 4598 4603 13412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10711 4603 4699 13412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10712 4699 4696 13412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10713 4465 4496 13413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10714 4496 4505 13413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10715 4505 4473 13413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10716 4473 4465 13413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10717 4344 4363 13414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10718 4363 4485 13414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10719 4485 4469 13414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10720 4469 4344 13414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10721 4561 4485 13415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10722 4485 4446 13415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10723 4446 4534 13415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10724 4534 4561 13415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10725 4440 4446 13416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10726 4446 4363 13416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10727 4363 4376 13416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10728 4376 4440 13416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10729 4448 4521 13417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10730 4521 4525 13417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10731 4525 4481 13417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10732 4481 4448 13417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10733 4541 4525 13418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10734 4525 4565 13418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10735 4565 4582 13418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10736 4582 4541 13418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10737 4539 4565 13419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10738 4565 4521 13419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10739 4521 4487 13419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10740 4487 4539 13419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10741 4629 4579 13420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10742 4579 4592 13420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10743 4592 4651 13420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10744 4651 4629 13420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10745 4594 4592 13421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10746 4592 4546 13421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10747 4546 4549 13421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10748 4549 4594 13421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10749 4497 4546 13422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10750 4546 4533 13422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10751 4533 4488 13422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10752 4488 4497 13422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10753 4559 4533 13423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10754 4533 4579 13423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10755 4579 4607 13423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10756 4607 4559 13423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10757 4530 4559 13424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10758 4559 4646 13424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10759 4646 4613 13424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10760 4613 4530 13424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10761 4753 4646 13425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10762 4646 4681 13425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10763 4681 4772 13425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10764 4772 4753 13425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10765 4709 4681 13426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10766 4681 4607 13426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10767 4607 4659 13426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10768 4659 4709 13426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10769 4732 4753 13427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10770 4753 4897 13427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10771 4897 4878 13427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10772 4878 4732 13427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10773 4962 4897 13428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10774 4897 4936 13428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10775 4936 5001 13428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10776 5001 4962 13428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10777 4963 4936 13429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10778 4936 4772 13429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10779 4772 4825 13429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10780 4825 4963 13429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10781 4941 4962 13430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10782 4962 4980 13430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10783 4980 4964 13430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10784 4964 4941 13430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10785 5034 4980 13431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10786 4980 5001 13431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10787 5001 5053 13431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10788 5053 5034 13431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10789 5019 5034 13432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10790 5034 5129 13432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10791 5129 5118 13432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10792 5118 5019 13432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10793 5260 5129 13433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10794 5129 5151 13433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10795 5151 5270 13433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10796 5270 5260 13433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10797 5155 5151 13434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10798 5151 5053 13434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10799 5053 5074 13434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10800 5074 5155 13434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10801 5245 5260 13435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10802 5260 5443 13435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10803 5443 5439 13435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10804 5439 5245 13435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10805 5603 5443 13436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10806 5443 5448 13436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10807 5448 5597 13436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10808 5597 5603 13436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10809 5453 5448 13437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10810 5448 5270 13437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10811 5270 5297 13437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10812 5297 5453 13437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10813 5592 5453 13438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10814 5453 5466 13438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10815 5466 5579 13438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10816 5579 5592 13438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10817 5477 5466 13439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10818 5466 5354 13439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10819 5354 5386 13439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10820 5386 5477 13439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10821 5282 5354 13440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10822 5354 5297 13440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10823 5297 5209 13440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10824 5209 5282 13440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10825 5198 5197 13441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10826 5197 5249 13441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10827 5249 5261 13441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10828 5261 5198 13441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10829 5265 5249 13442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10830 5249 5257 13442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10831 5257 5267 13442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10832 5267 5265 13442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10833 5216 5257 13443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10834 5257 5208 13443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10835 5208 5190 13443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10836 5190 5216 13443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10837 5175 5208 13444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10838 5208 5197 13444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10839 5197 5167 13444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10840 5167 5175 13444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10841 5568 5477 13445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10842 5477 5472 13445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10843 5472 5573 13445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10844 5573 5568 13445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10845 5471 5472 13446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10846 5472 5376 13446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10847 5376 5370 13446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10848 5370 5471 13446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10849 5302 5376 13447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10850 5376 5386 13447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10851 5386 5310 13447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10852 5310 5302 13447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10853 5206 5252 13448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10854 5252 5267 13448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10855 5267 5223 13448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10856 5223 5206 13448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10857 5279 5265 13449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10858 5265 5252 13449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10859 5252 5269 13449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10860 5269 5279 13449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10861 5102 5115 13450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10862 5115 5200 13450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10863 5200 5180 13450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10864 5180 5102 13450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10865 5269 5200 13451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10866 5200 5227 13451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10867 5227 5302 13451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10868 5302 5269 13451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10869 5234 5227 13452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10870 5227 5112 13452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10871 5112 5097 13452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10872 5097 5234 13452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10873 4951 5112 13453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10874 5112 5115 13453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10875 5115 4978 13453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10876 4978 4951 13453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10877 4859 4789 13454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10878 4789 4978 13454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10879 4978 5009 13454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10880 5009 4859 13454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10881 4895 4951 13455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10882 4951 4761 13455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10883 4761 4726 13455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10884 4726 4895 13455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10885 4651 4761 13456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10886 4761 4789 13456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10887 4789 4689 13456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10888 4689 4651 13456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10889 5574 5471 13457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10890 5471 5468 13457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10891 5468 5577 13457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10892 5577 5574 13457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10893 5482 5468 13458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10894 5468 5366 13458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10895 5366 5388 13458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10896 5388 5482 13458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10897 5218 5366 13459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10898 5366 5370 13459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10899 5370 5234 13459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10900 5234 5218 13459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10901 5563 5482 13460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10902 5482 5481 13460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10903 5481 5562 13460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10904 5562 5563 13460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10905 5331 5481 13461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10906 5481 5388 13461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10907 5388 5262 13461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10908 5262 5331 13461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10909 5262 5218 13462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10910 5218 5072 13462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10911 5072 5064 13462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10912 5064 5262 13462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10913 4866 5072 13463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10914 5072 5097 13463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10915 5097 4895 13463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10916 4895 4866 13463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10917 5379 5331 13464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10918 5331 5079 13464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10919 5079 5087 13464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10920 5087 5379 13464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10921 4828 5079 13465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10922 5079 5064 13465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10923 5064 4853 13465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10924 4853 4828 13465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10925 5094 5128 13466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10926 5128 5398 13466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10927 5398 5382 13466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10928 5382 5094 13466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10929 5654 5398 13467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10930 5398 5416 13467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10931 5416 5631 13467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10932 5631 5654 13467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10933 5425 5416 13468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10934 5416 5183 13468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10935 5183 5210 13468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10936 5210 5425 13468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10937 4983 5183 13469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10938 5183 5128 13469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10939 5128 4886 13469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10940 4886 4983 13469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10941 5231 5211 13470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10942 5211 5426 13470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10943 5426 5433 13470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10944 5433 5231 13470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10945 5620 5426 13471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10946 5426 5415 13471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10947 5415 5632 13471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10948 5632 5620 13471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10949 5414 5415 13472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10950 5415 5181 13472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10951 5181 5170 13472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10952 5170 5414 13472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10953 4966 5181 13473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10954 5181 5211 13473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10955 5211 5026 13473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10956 5026 4966 13473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10957 5166 5160 13474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10958 5160 5409 13474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10959 5409 5412 13474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10960 5412 5166 13474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10961 5642 5409 13475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10962 5409 5403 13475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10963 5403 5647 13475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10964 5647 5642 13475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10965 5410 5403 13476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10966 5403 5150 13476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10967 5150 5162 13476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10968 5162 5410 13476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10969 4898 5150 13477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10970 5150 5160 13477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10971 5160 4910 13477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10972 4910 4898 13477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10973 4853 4866 13478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10974 4866 4630 13478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10975 4630 4558 13478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10976 4558 4853 13478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10977 4451 4630 13479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10978 4630 4648 13479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10979 4648 4539 13479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10980 4539 4451 13479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10981 4582 4648 13480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10982 4648 4726 13480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10983 4726 4594 13480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10984 4594 4582 13480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10985 4817 4828 13481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10986 4828 4532 13481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10987 4532 4518 13481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10988 4518 4817 13481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10989 4404 4532 13482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10990 4532 4558 13482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10991 4558 4420 13482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10992 4420 4404 13482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10993 4531 4620 13483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10994 4620 4886 13483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10995 4886 4824 13483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10996 4824 4531 13483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10997 5032 4983 13484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10998 4983 4765 13484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 10999 4765 4848 13484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11000 4848 5032 13484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11001 4449 4765 13485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11002 4765 4620 13485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11003 4620 4352 13485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11004 4352 4449 13485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11005 4871 4821 13486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11006 4821 5026 13486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11007 5026 5059 13486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11008 5059 4871 13486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11009 4934 4966 13487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11010 4966 4717 13487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11011 4717 4662 13487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11012 4662 4934 13487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11013 4405 4717 13488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11014 4717 4821 13488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11015 4821 4501 13488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11016 4501 4405 13488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11017 4652 4643 13489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11018 4643 4910 13489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11019 4910 4920 13489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11020 4920 4652 13489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11021 4919 4898 13490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11022 4898 4640 13490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11023 4640 4672 13490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11024 4672 4919 13490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11025 4381 4640 13491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11026 4640 4643 13491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11027 4643 4355 13491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11028 4355 4381 13491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11029 4347 4432 13492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11030 4432 4487 13492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11031 4487 4411 13492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11032 4411 4347 13492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11033 4420 4451 13493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11034 4451 4432 13493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11035 4432 4408 13493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11036 4408 4420 13493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11037 4305 4404 13494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11038 4404 4408 13494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11039 4408 4316 13494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11040 4316 4305 13494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11041 4125 4164 13495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11042 4164 4352 13495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11043 4352 4311 13495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11044 4311 4125 13495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11045 4527 4449 13496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11046 4449 4230 13496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11047 4230 4258 13496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11048 4258 4527 13496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11049 4028 4230 13497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11050 4230 4164 13497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11051 4164 4002 13497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11052 4002 4028 13497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11053 4297 4267 13498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11054 4267 4501 13498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11055 4501 4570 13498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11056 4570 4297 13498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11057 4356 4405 13499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11058 4405 4177 13499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11059 4177 4132 13499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11060 4132 4356 13499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11061 3996 4177 13500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11062 4177 4267 13500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11063 4267 4059 13500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11064 4059 3996 13500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11065 4129 4155 13501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11066 4155 4355 13501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11067 4355 4349 13501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11068 4349 4129 13501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11069 4429 4381 13502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11070 4381 4202 13502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11071 4202 4283 13502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11072 4283 4429 13502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11073 4004 4202 13503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11074 4202 4155 13503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11075 4155 3960 13503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11076 3960 4004 13503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11077 3989 3997 13504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11078 3997 4195 13504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11079 4195 4190 13504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11080 4190 3989 13504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11081 4304 4195 13505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11082 4195 4098 13505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11083 4098 4229 13505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11084 4229 4304 13505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11085 4024 4098 13506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11086 4098 3997 13506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11087 3997 3908 13506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11088 3908 4024 13506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11089 4163 4024 13507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11090 4024 3974 13507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11091 3974 4126 13507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11092 4126 4163 13507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11093 3959 3974 13508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11094 3974 3846 13508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11095 3846 3801 13508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11096 3801 3959 13508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11097 3705 3846 13509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11098 3846 3908 13509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11099 3908 3784 13509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11100 3784 3705 13509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11101 3822 3856 13510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11102 3856 4002 13510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11103 4002 3965 13510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11104 3965 3822 13510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11105 4058 4028 13511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11106 4028 3891 13511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11107 3891 3913 13511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11108 3913 4058 13511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11109 3779 3891 13512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11110 3891 3856 13512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11111 3856 3712 13512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11112 3712 3779 13512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11113 3929 3893 13513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11114 3893 4059 13513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11115 4059 4093 13513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11116 4093 3929 13513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11117 3945 3996 13514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11118 3996 3817 13514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11119 3817 3753 13514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11120 3753 3945 13514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11121 3671 3817 13515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11122 3817 3893 13515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11123 3893 3734 13515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11124 3734 3671 13515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11125 3735 3732 13516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11126 3732 3960 13516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11127 3960 3939 13516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11128 3939 3735 13516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11129 3548 3741 13517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11130 3741 3732 13517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11131 3732 3582 13517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11132 3582 3548 13517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11133 4390 4391 13518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11134 4391 4153 13518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11135 4153 4174 13518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11136 4174 4390 13518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11137 3909 4153 13519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11138 4153 4148 13519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11139 4148 3894 13519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11140 3894 3909 13519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11141 4412 4395 13520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11142 4395 4217 13520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11143 4217 4274 13520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11144 4274 4412 13520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11145 4007 4217 13521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11146 4217 4174 13521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11147 4174 3946 13521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11148 3946 4007 13521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11149 3580 3592 13522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11150 3592 3894 13522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11151 3894 3884 13522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11152 3884 3580 13522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11153 3946 3909 13523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11154 3909 3622 13523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11155 3622 3664 13523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11156 3664 3946 13523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11157 3410 3622 13524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11158 3622 3592 13524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11159 3592 3425 13524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11160 3425 3410 13524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11161 4069 4007 13525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11162 4007 3733 13525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11163 3733 3849 13525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11164 3849 4069 13525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11165 3528 3733 13526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11166 3733 3664 13526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11167 3664 3437 13526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11168 3437 3528 13526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11169 3437 3410 13527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11170 3410 3233 13527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11171 3233 3212 13527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11172 3212 3437 13527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11173 3072 3233 13528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11174 3233 3367 13528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11175 3367 3252 13528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11176 3252 3072 13528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11177 3423 3367 13529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11178 3367 3425 13529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11179 3425 3436 13529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11180 3436 3423 13529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11181 3138 3315 13530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11182 3315 3212 13530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11183 3212 3023 13530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11184 3023 3138 13530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11185 3598 3528 13531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11186 3528 3315 13531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11187 3315 3405 13531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11188 3405 3598 13531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11189 4463 4442 13532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11190 4442 4310 13532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11191 4310 4337 13532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11192 4337 4463 13532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11193 4133 4310 13533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11194 4310 4274 13533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11195 4274 4069 13533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11196 4069 4133 13533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11197 4180 4133 13534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11198 4133 3917 13534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11199 3917 3966 13534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11200 3966 4180 13534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11201 3680 3917 13535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11202 3917 3849 13535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11203 3849 3598 13535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11204 3598 3680 13535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11205 3700 3680 13536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11206 3680 3474 13536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11207 3474 3486 13536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11208 3486 3700 13536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11209 3295 3474 13537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11210 3474 3405 13537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11211 3405 3221 13537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11212 3221 3295 13537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11213 2993 3096 13538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11214 3096 3221 13538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11215 3221 3138 13538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11216 3138 2993 13538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11217 3344 3295 13539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11218 3295 3177 13539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11219 3177 3228 13539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11220 3228 3344 13539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11221 3056 3177 13540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11222 3177 3096 13540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11223 3096 2955 13540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11224 2955 3056 13540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11225 3847 3779 13541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11226 3779 3740 13541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11227 3740 3844 13541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11228 3844 3847 13541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11229 3686 3740 13542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11230 3740 3615 13542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11231 3615 3542 13542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11232 3542 3686 13542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11233 3561 3615 13543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11234 3615 3712 13543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11235 3712 3670 13543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11236 3670 3561 13543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11237 3763 3686 13544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11238 3686 3605 13544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11239 3605 3681 13544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11240 3681 3763 13544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11241 3579 3605 13545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11242 3605 3469 13545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11243 3469 3462 13545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11244 3462 3579 13545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11245 3377 3469 13546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11246 3469 3542 13546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11247 3542 3445 13546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11248 3445 3377 13546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11249 3647 3579 13547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11250 3579 3593 13547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11251 3593 3648 13547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11252 3648 3647 13547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11253 3651 3593 13548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11254 3593 3522 13548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11255 3522 3583 13548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11256 3583 3651 13548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11257 3451 3522 13549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11258 3522 3462 13549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11259 3462 3379 13549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11260 3379 3451 13549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11261 3687 3651 13550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11262 3651 3734 13550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11263 3734 3786 13550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11264 3786 3687 13550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11265 3626 3671 13551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11266 3671 3583 13551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11267 3583 3541 13551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11268 3541 3626 13551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11269 3590 3608 13552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11270 3608 3784 13552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11271 3784 3762 13552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11272 3762 3590 13552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11273 3662 3705 13553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11274 3705 3608 13553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11275 3608 3567 13553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11276 3567 3662 13553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11277 3264 3268 13554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11278 3268 3388 13554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11279 3388 3382 13554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11280 3382 3264 13554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11281 3419 3388 13555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11282 3388 3299 13555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11283 3299 3337 13555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11284 3337 3419 13555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11285 3197 3299 13556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11286 3299 3268 13556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11287 3268 3173 13556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11288 3173 3197 13556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11289 3064 3098 13557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11290 3098 3248 13557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11291 3248 3197 13557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11292 3197 3064 13557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11293 3336 3248 13558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11294 3248 3323 13558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11295 3323 3416 13558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11296 3416 3336 13558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11297 3371 3323 13559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11298 3323 3161 13559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11299 3161 3207 13559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11300 3207 3371 13559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11301 3143 3264 13560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11302 3264 3228 13560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11303 3228 3111 13560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11304 3111 3143 13560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11305 3486 3344 13561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11306 3344 3382 13561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11307 3382 3509 13561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11308 3509 3486 13561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11309 5640 5410 13562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11310 5410 5417 13562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11311 5417 5630 13562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11312 5630 5640 13562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11313 5421 5417 13563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11314 5417 5186 13563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11315 5186 5199 13563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11316 5199 5421 13563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11317 4974 5186 13564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11318 5186 5162 13564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11319 5162 4919 13564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11320 4919 4974 13564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11321 4996 4974 13565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11322 4974 4735 13565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11323 4735 4754 13565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11324 4754 4996 13565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11325 4475 4735 13566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11326 4735 4672 13566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11327 4672 4429 13566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11328 4429 4475 13566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11329 4491 4475 13567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11330 4475 4283 13567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11331 4283 4287 13567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11332 4287 4491 13567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11333 5195 5201 13568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11334 5201 5422 13568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11335 5422 5419 13568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11336 5419 5195 13568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11337 5624 5422 13569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11338 5422 5428 13569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11339 5428 5618 13569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11340 5618 5624 13569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11341 5434 5428 13570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11342 5428 5219 13570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11343 5219 5232 13570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11344 5232 5434 13570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11345 5031 5219 13571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11346 5219 5201 13571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11347 5201 5003 13571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11348 5003 5031 13571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11349 5612 5434 13572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11350 5434 5437 13572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11351 5437 5609 13572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11352 5609 5612 13572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11353 5447 5437 13573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11354 5437 5241 13573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11355 5241 5268 13573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11356 5268 5447 13573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11357 5085 5241 13574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11358 5241 5232 13574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11359 5232 5060 13574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11360 5060 5085 13574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11361 5598 5447 13575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11362 5447 5455 13575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11363 5455 5590 13575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11364 5590 5598 13575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11365 5404 5455 13576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11366 5455 5300 13576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11367 5300 5294 13576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11368 5294 5404 13576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11369 5189 5300 13577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11370 5300 5268 13577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11371 5268 5136 13577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11372 5136 5189 13577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11373 4746 4763 13578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11374 4763 5003 13578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11375 5003 4987 13578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11376 4987 4746 13578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11377 5060 5031 13579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11378 5031 4813 13579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11379 4813 4872 13579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11380 4872 5060 13579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11381 4550 4813 13580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11382 4813 4763 13580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11383 4763 4467 13580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11384 4467 4550 13580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11385 5136 5085 13581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11386 5085 4935 13581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11387 4935 5017 13581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11388 5017 5136 13581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11389 4771 4935 13582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11390 4935 4872 13582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11391 4872 4664 13582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11392 4664 4771 13582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11393 5294 5189 13583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11394 5189 5135 13583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11395 5135 5213 13583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11396 5213 5294 13583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11397 5080 5135 13584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11398 5135 5017 13584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11399 5017 4922 13584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11400 4922 5080 13584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11401 4287 4288 13585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11402 4288 4467 13585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11403 4467 4484 13585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11404 4484 4287 13585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11405 4664 4550 13586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11406 4550 4342 13586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11407 4342 4444 13586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11408 4444 4664 13586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11409 4243 4342 13587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11410 4342 4288 13587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11411 4288 4139 13587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11412 4139 4243 13587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11413 4922 4771 13588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11414 4771 4628 13588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11415 4628 4844 13588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11416 4844 4922 13588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11417 4551 4628 13589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11418 4628 4444 13589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11419 4444 4353 13589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11420 4353 4551 13589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11421 5213 5080 13590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11422 5080 5042 13590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11423 5042 5194 13590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11424 5194 5213 13590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11425 5040 5042 13591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11426 5042 4844 13591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11427 4844 4811 13591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11428 4811 5040 13591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11429 4353 4243 13592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11430 4243 4172 13592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11431 4172 4326 13592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11432 4326 4353 13592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11433 4150 4172 13593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11434 4172 4039 13593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11435 4039 4003 13593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11436 4003 4150 13593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11437 4811 4551 13594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11438 4551 4563 13594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11439 4563 4860 13594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11440 4860 4811 13594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11441 4593 4563 13595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11442 4563 4326 13595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11443 4326 4322 13595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11444 4322 4593 13595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11445 5194 5040 13596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11446 5040 5071 13596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11447 5071 5229 13596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11448 5229 5194 13596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11449 5057 5071 13597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11450 5071 4860 13597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11451 4860 4845 13597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11452 4845 5057 13597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11453 4322 4150 13598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11454 4150 4171 13598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11455 4171 4345 13598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11456 4345 4322 13598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11457 4275 4171 13599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11458 4171 4015 13599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11459 4015 4100 13599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11460 4100 4275 13599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11461 4845 4593 13600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11462 4593 4637 13600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11463 4637 4873 13600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11464 4873 4845 13600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11465 4718 4637 13601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11466 4637 4345 13601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11467 4345 4430 13601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11468 4430 4718 13601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11469 5090 5057 13602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11470 5057 4873 13602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11471 4873 4900 13602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11472 4900 5090 13602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11473 4430 4275 13603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11474 4275 4414 13603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11475 4414 4634 13603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11476 4634 4430 13603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11477 4673 4414 13604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11478 4414 4279 13604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11479 4279 4455 13604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11480 4455 4673 13604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11481 4900 4718 13605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11482 4718 4836 13605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11483 4836 4968 13605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11484 4968 4900 13605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11485 4954 4836 13606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11486 4836 4634 13606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11487 4634 4837 13606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11488 4837 4954 13606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11489 5169 5090 13607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11490 5090 4968 13607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11491 4968 5065 13607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11492 5065 5169 13607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11493 4837 4673 13608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11494 4673 4906 13608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11495 4906 5005 13608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11496 5005 4837 13608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11497 5142 4906 13609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11498 4906 4797 13609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11499 4797 5089 13609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11500 5089 5142 13609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11501 5065 4954 13610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11502 4954 5096 13610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11503 5096 5171 13610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11504 5171 5065 13610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11505 5243 5096 13611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11506 5096 5005 13611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11507 5005 5184 13611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11508 5184 5243 13611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11509 5229 5169 13612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11510 5169 5226 13612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11511 5226 5306 13612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11512 5306 5229 13612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11513 5330 5226 13613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11514 5226 5171 13613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11515 5171 5296 13613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11516 5296 5330 13613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11517 5184 5142 13614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11518 5142 5378 13614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11519 5378 5405 13614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11520 5405 5184 13614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11521 5627 5378 13615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11522 5378 5362 13615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11523 5362 5634 13615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11524 5634 5627 13615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11525 5296 5243 13616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11526 5243 5432 13616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11527 5432 5452 13616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11528 5452 5296 13616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11529 5599 5432 13617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11530 5432 5405 13617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11531 5405 5613 13617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11532 5613 5599 13617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11533 5306 5330 13618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11534 5330 5461 13618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11535 5461 5411 13618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11536 5411 5306 13618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11537 5584 5461 13619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11538 5461 5452 13619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11539 5452 5593 13619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11540 5593 5584 13619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11541 3660 3628 13620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11542 3628 3907 13620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11543 3907 3932 13620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11544 3932 3660 13620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11545 4175 3907 13621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11546 3907 3878 13621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11547 3878 4157 13621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11548 4157 4175 13621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11549 3864 3878 13622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11550 3878 3591 13622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11551 3591 3576 13622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11552 3576 3864 13622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11553 3415 3591 13623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11554 3591 3628 13623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11555 3628 3418 13623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11556 3418 3415 13623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11557 3339 3289 13624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11558 3289 3418 13624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11559 3418 3485 13624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11560 3485 3339 13624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11561 3438 3415 13625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11562 3415 3365 13625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11563 3365 3424 13625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11564 3424 3438 13625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11565 3252 3365 13626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11566 3365 3230 13626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11567 3230 3089 13626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11568 3089 3252 13626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11569 3110 3230 13627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11570 3230 3289 13627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11571 3289 3176 13627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11572 3176 3110 13627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11573 3183 3128 13628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11574 3128 3176 13628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11575 3176 3240 13628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11576 3240 3183 13628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11577 2971 3110 13629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11578 3110 3087 13629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11579 3087 2915 13629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11580 2915 2971 13629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11581 3073 3087 13630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11582 3087 3128 13630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11583 3128 3101 13630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11584 3101 3073 13630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11585 3132 3079 13631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11586 3079 3108 13631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11587 3108 3160 13631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11588 3160 3132 13631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11589 3163 3108 13632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11590 3108 3101 13632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11591 3101 3158 13632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11592 3158 3163 13632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11593 2909 3073 13633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11594 3073 3067 13633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11595 3067 2981 13633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11596 2981 2909 13633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11597 3053 3067 13634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11598 3067 3079 13634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11599 3079 3063 13634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11600 3063 3053 13634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11601 3488 3479 13635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11602 3479 3346 13635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11603 3346 3357 13635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11604 3357 3488 13635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11605 3238 3346 13636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11606 3346 3345 13636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11607 3345 3231 13636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11608 3231 3238 13636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11609 3347 3345 13637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11610 3345 3478 13637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11611 3478 3476 13637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11612 3476 3347 13637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11613 3617 3478 13638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11614 3478 3479 13638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11615 3479 3610 13638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11616 3610 3617 13638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11617 3504 3631 13639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11618 3631 3618 13639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11619 3618 3488 13639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11620 3488 3504 13639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11621 3610 3618 13640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11622 3618 3778 13640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11623 3778 3797 13640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11624 3797 3610 13640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11625 3951 3778 13641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11626 3778 3771 13641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11627 3771 3944 13641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11628 3944 3951 13641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11629 4081 4088 13642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11630 4088 3962 13642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11631 3962 3951 13642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11632 3951 4081 13642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11633 3797 3962 13643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11634 3962 3968 13643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11635 3968 3807 13643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11636 3807 3797 13643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11637 3978 3968 13644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11638 3968 4101 13644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11639 4101 4106 13644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11640 4106 3978 13644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11641 4241 4101 13645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11642 4101 4088 13645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11643 4088 4235 13645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11644 4235 4241 13645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11645 4334 4343 13646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11646 4343 4235 13646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11647 4235 4226 13646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11648 4226 4334 13646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11649 4245 4241 13647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11650 4241 4360 13647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11651 4360 4368 13647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11652 4368 4245 13647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11653 4502 4360 13648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11654 4360 4343 13648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11655 4343 4480 13648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11656 4480 4502 13648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11657 4519 4502 13649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11658 4502 4692 13649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11659 4692 4701 13649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11660 4701 4519 13649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11661 4644 4671 13650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11662 4671 4480 13650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11663 4480 4456 13650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11664 4456 4644 13650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11665 4564 4573 13651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11666 4573 4815 13651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11667 4815 4801 13651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11668 4801 4564 13651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11669 4788 4818 13652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11670 4818 4583 13652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11671 4583 4578 13652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11672 4578 4788 13652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11673 4388 4583 13653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11674 4583 4573 13653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11675 4573 4373 13653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11676 4373 4388 13653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11677 4730 4751 13654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11678 4751 4553 13654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11679 4553 4542 13654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11680 4542 4730 13654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11681 4387 4553 13655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11682 4553 4578 13655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11683 4578 4392 13655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11684 4392 4387 13655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11685 4231 4239 13656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11686 4239 4373 13656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11687 4373 4367 13656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11688 4367 4231 13656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11689 4392 4388 13657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11690 4388 4248 13657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11691 4248 4254 13657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11692 4254 4392 13657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11693 4082 4248 13658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11694 4248 4239 13658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11695 4239 4067 13658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11696 4067 4082 13658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11697 4382 4387 13659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11698 4387 4256 13659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11699 4256 4253 13659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11700 4253 4382 13659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11701 4110 4256 13660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11702 4256 4254 13660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11703 4254 4102 13660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11704 4102 4110 13660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11705 3869 3888 13661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11706 3888 4067 13661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11707 4067 4052 13661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11708 4052 3869 13661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11709 4102 4082 13662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11710 4082 3925 13662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11711 3925 3956 13662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11712 3956 4102 13662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11713 3697 3925 13663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11714 3925 3888 13663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11715 3888 3653 13663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11716 3653 3697 13663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11717 4117 4110 13664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11718 4110 3967 13664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11719 3967 3982 13664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11720 3982 4117 13664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11721 3774 3967 13665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11722 3967 3956 13665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11723 3956 3731 13665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11724 3731 3774 13665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11725 3393 3412 13666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11726 3412 3653 13666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11727 3653 3630 13666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11728 3630 3393 13666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11729 3731 3697 13667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11730 3697 3448 13667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11731 3448 3510 13667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11732 3510 3731 13667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11733 3246 3448 13668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11734 3448 3412 13668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11735 3412 3203 13668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11736 3203 3246 13668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11737 3818 3774 13669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11738 3774 3578 13669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11739 3578 3609 13669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11740 3609 3818 13669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11741 3417 3578 13670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11742 3578 3510 13670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11743 3510 3320 13670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11744 3320 3417 13670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11745 2954 3038 13671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11746 3038 3203 13671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11747 3203 3151 13671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11748 3151 2954 13671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11749 3320 3246 13672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11750 3246 3105 13672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11751 3105 3192 13672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11752 3192 3320 13672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11753 2936 3105 13673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11754 3105 3038 13673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11755 3038 2856 13673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11756 2856 2936 13673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11757 3467 3417 13674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11758 3417 3291 13674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11759 3291 3338 13674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11760 3338 3467 13674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11761 3170 3291 13675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11762 3291 3192 13675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11763 3192 3062 13675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11764 3062 3170 13675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11765 2702 2732 13676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11766 2732 2856 13676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11767 2856 2819 13676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11768 2819 2702 13676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11769 3062 2936 13677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11770 2936 2806 13677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11771 2806 2894 13677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11772 2894 3062 13677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11773 2739 2806 13678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11774 2806 2732 13678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11775 2732 2659 13678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11776 2659 2739 13678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11777 3216 3170 13679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11778 3170 3039 13679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11779 3039 3102 13679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11780 3102 3216 13679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11781 2956 3039 13680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11782 3039 2894 13680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11783 2894 2833 13680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11784 2833 2956 13680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11785 2571 2622 13681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11786 2622 2659 13681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11787 2659 2620 13681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11788 2620 2571 13681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11789 2833 2739 13682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11790 2739 2720 13682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11791 2720 2822 13682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11792 2822 2833 13682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11793 2690 2720 13683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11794 2720 2622 13683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11795 2622 2578 13683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11796 2578 2690 13683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11797 3032 2956 13684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11798 2956 2934 13684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11799 2934 3022 13684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11800 3022 3032 13684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11801 2919 2934 13685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11802 2934 2822 13685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11803 2822 2803 13685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11804 2803 2919 13685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11805 2486 2542 13686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11806 2542 2578 13686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11807 2578 2528 13686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11808 2528 2486 13686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11809 2663 2690 13687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11810 2690 2542 13687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11811 2542 2522 13687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11812 2522 2663 13687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11813 2915 2909 13688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11814 2909 2748 13688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11815 2748 2719 13688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11816 2719 2915 13688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11817 2582 2748 13689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11818 2748 2803 13689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11819 2803 2663 13689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11820 2663 2582 13689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11821 3024 2919 13690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11822 2919 2981 13690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11823 2981 3041 13690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11824 3041 3024 13690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11825 2480 2582 13691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11826 2582 2440 13691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11827 2440 2365 13691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11828 2365 2480 13691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11829 2371 2440 13692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11830 2440 2522 13692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11831 2522 2439 13692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11832 2439 2371 13692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11833 3089 2971 13693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11834 2971 2786 13693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11835 2786 2883 13693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11836 2883 3089 13693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11837 2662 2786 13694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11838 2786 2719 13694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11839 2719 2583 13694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11840 2583 2662 13694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11841 2853 2993 13695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11842 2993 2857 13695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11843 2857 2767 13695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11844 2767 2853 13695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11845 2755 2857 13696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11846 2857 3023 13696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11847 3023 2872 13696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11848 2872 2755 13696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11849 2955 2853 13697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11850 2853 2773 13697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11851 2773 2837 13697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11852 2837 2955 13697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11853 2614 2689 13698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11854 2689 2767 13698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11855 2767 2676 13698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11856 2676 2614 13698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11857 2883 2756 13699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11858 2756 2872 13699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11859 2872 3072 13699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11860 3072 2883 13699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11861 2676 2755 13700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11862 2755 2646 13700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11863 2646 2573 13700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11864 2573 2676 13700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11865 2549 2646 13701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11866 2646 2756 13701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11867 2756 2662 13701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11868 2662 2549 13701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11869 2451 2529 13702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11870 2529 2573 13702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11871 2573 2470 13702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11872 2470 2451 13702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11873 2470 2549 13703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11874 2549 2454 13703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11875 2454 2384 13703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11876 2384 2470 13703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11877 2367 2454 13704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11878 2454 2583 13704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11879 2583 2480 13704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11880 2480 2367 13704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11881 2324 2388 13705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11882 2388 2384 13705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11883 2384 2301 13705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11884 2301 2324 13705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11885 2301 2367 13706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11886 2367 2285 13706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11887 2285 2259 13706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11888 2259 2301 13706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11889 2263 2285 13707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11890 2285 2365 13707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11891 2365 2303 13707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11892 2303 2263 13707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11893 2415 2324 13708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11894 2324 2282 13708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11895 2282 2383 13708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11896 2383 2415 13708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11897 2284 2282 13709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11898 2282 2259 13709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11899 2259 2258 13709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11900 2258 2284 13709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11901 2935 2927 13710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11902 2927 3151 13710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11903 3151 3165 13710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11904 3165 2935 13710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11905 2819 2954 13711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11906 2954 2927 13711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11907 2927 2805 13711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11908 2805 2819 13711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11909 2620 2702 13712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11910 2702 2704 13712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11911 2704 2625 13712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11912 2625 2620 13712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11913 2687 2704 13713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11914 2704 2805 13713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11915 2805 2784 13713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11916 2784 2687 13713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11917 2528 2571 13714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11918 2571 2576 13714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11919 2576 2532 13714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11920 2532 2528 13714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11921 2552 2576 13715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11922 2576 2625 13715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11923 2625 2615 13715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11924 2615 2552 13715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11925 2439 2486 13716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11926 2486 2495 13716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11927 2495 2452 13716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11928 2452 2439 13716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11929 2471 2495 13717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11930 2495 2532 13717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11931 2532 2499 13717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11932 2499 2471 13717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11933 2303 2371 13718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11934 2371 2396 13718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11935 2396 2346 13718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11936 2346 2303 13718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11937 2392 2396 13719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11938 2396 2452 13719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11939 2452 2437 13719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11940 2437 2392 13719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11941 2258 2263 13720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11942 2263 2346 13720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11943 2346 2337 13720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11944 2337 2258 13720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11945 2348 2284 13721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11946 2284 2337 13721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11947 2337 2361 13721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11948 2361 2348 13721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11949 2317 2372 13722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11950 2372 2361 13722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11951 2361 2351 13722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11952 2351 2317 13722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11953 2383 2348 13723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11954 2348 2414 13723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11955 2414 2453 13723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11956 2453 2383 13723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11957 2434 2414 13724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11958 2414 2372 13724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11959 2372 2362 13724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11960 2362 2434 13724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11961 2448 2398 13725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11962 2398 2413 13725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11963 2413 2472 13725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11964 2472 2448 13725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11965 2273 2413 13726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11966 2413 2349 13726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11967 2349 2260 13726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11968 2260 2273 13726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11969 2289 2349 13727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11970 2349 2340 13727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11971 2340 2298 13727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11972 2298 2289 13727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11973 2338 2340 13728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11974 2340 2398 13728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11975 2398 2390 13728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11976 2390 2338 13728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11977 2509 2547 13729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11978 2547 2472 13729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11979 2472 2424 13729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11980 2424 2509 13729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11981 2469 2448 13730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11982 2448 2547 13730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11983 2547 2566 13730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11984 2566 2469 13730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11985 2770 2886 13731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11986 2886 2840 13731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11987 2840 2737 13731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11988 2737 2770 13731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11989 2780 2840 13732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11990 2840 2953 13732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11991 2953 2843 13732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11992 2843 2780 13732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11993 3086 2953 13733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11994 2953 3075 13733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11995 3075 3208 13733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11996 3208 3086 13733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11997 3157 3075 13734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11998 3075 2886 13734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 11999 2886 2961 13734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12000 2961 3157 13734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12001 3296 3157 13735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12002 3157 3162 13735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12003 3162 3330 13735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12004 3330 3296 13735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12005 2575 2512 13736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12006 2512 2489 13736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12007 2489 2527 13736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12008 2527 2575 13736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12009 2494 2489 13737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12010 2489 2453 13737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12011 2453 2475 13737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12012 2475 2494 13737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12013 2604 2594 13738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12014 2594 2537 13738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12015 2537 2531 13738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12016 2531 2604 13738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12017 2488 2537 13739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12018 2537 2527 13739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12019 2527 2494 13739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12020 2494 2488 13739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12021 2446 2515 13740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12022 2515 2531 13740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12023 2531 2473 13740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12024 2473 2446 13740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12025 2591 2603 13741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12026 2603 2515 13741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12027 2515 2497 13741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12028 2497 2591 13741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12029 2539 2567 13742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12030 2567 2484 13742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12031 2484 2460 13742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12032 2460 2539 13742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12033 2432 2484 13743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12034 2484 2497 13743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12035 2497 2433 13743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12036 2433 2432 13743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12037 2373 2421 13744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12038 2421 2460 13744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12039 2460 2411 13744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12040 2411 2373 13744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12041 2409 2477 13745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12042 2477 2421 13745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12043 2421 2376 13745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12044 2376 2409 13745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12045 2292 2310 13746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12046 2310 2376 13746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12047 2376 2328 13746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12048 2328 2292 13746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12049 2315 2307 13747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12050 2307 2310 13747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12051 2310 2308 13747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12052 2308 2315 13747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12053 2298 2338 13748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12054 2338 2308 13748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12055 2308 2277 13748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12056 2277 2298 13748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12057 2503 2404 13749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12058 2404 2390 13749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12059 2390 2469 13749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12060 2469 2503 13749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12061 2693 2599 13750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12062 2599 2566 13750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12063 2566 2650 13750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12064 2650 2693 13750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12065 2667 2735 13751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12066 2735 2650 13751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12067 2650 2606 13751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12068 2606 2667 13751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12069 2920 2812 13752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12070 2812 2735 13752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12071 2735 2824 13752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12072 2824 2920 13752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12073 2843 2928 13753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12074 2928 2824 13753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12075 2824 2758 13753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12076 2758 2843 13753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12077 3186 3049 13754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12078 3049 2928 13754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12079 2928 3086 13754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12080 3086 3186 13754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12081 3463 3333 13755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12082 3333 3208 13755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12083 3208 3296 13755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12084 3296 3463 13755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12085 2417 2407 13756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12086 2407 2636 13756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12087 2636 2649 13756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12088 2649 2417 13756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12089 2381 2483 13757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12090 2483 2407 13757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12091 2407 2293 13757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12092 2293 2381 13757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12093 2239 2305 13758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12094 2305 2264 13758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12095 2264 2233 13758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12096 2233 2239 13758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12097 2236 2264 13759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12098 2264 2293 13759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12099 2293 2240 13759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12100 2240 2236 13759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12101 2208 2212 13760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12102 2212 2233 13760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12103 2233 2221 13760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12104 2221 2208 13760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12105 2158 2177 13761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12106 2177 2212 13761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12107 2212 2182 13761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12108 2182 2158 13761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12109 2192 2168 13762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12110 2168 2189 13762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12111 2189 2187 13762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12112 2187 2192 13762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12113 2195 2189 13763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12114 2189 2182 13763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12115 2182 2193 13763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12116 2193 2195 13763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12117 2148 2180 13764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12118 2180 2187 13764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12119 2187 2173 13764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12120 2173 2148 13764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12121 2323 2225 13765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12122 2225 2180 13765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12123 2180 2248 13765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12124 2248 2323 13765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12125 2326 2399 13766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12126 2399 2248 13766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12127 2248 2203 13766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12128 2203 2326 13766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12129 2524 2465 13767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12130 2465 2399 13767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12131 2399 2450 13767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12132 2450 2524 13767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12133 2499 2520 13768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12134 2520 2443 13768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12135 2443 2436 13768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12136 2436 2499 13768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12137 2402 2443 13769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12138 2443 2450 13769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12139 2450 2401 13769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12140 2401 2402 13769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12141 2437 2471 13770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12142 2471 2425 13770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12143 2425 2405 13770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12144 2405 2437 13770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12145 2395 2425 13771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12146 2425 2436 13771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12147 2436 2402 13771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12148 2402 2395 13771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12149 2319 2363 13772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12150 2363 2405 13772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12151 2405 2370 13772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12152 2370 2319 13772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12153 2351 2392 13773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12154 2392 2363 13773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12155 2363 2314 13773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12156 2314 2351 13773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12157 2227 2268 13774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12158 2268 2314 13774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12159 2314 2271 13774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12160 2271 2227 13774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12161 2281 2317 13775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12162 2317 2268 13775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12163 2268 2231 13775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12164 2231 2281 13775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12165 3521 3464 13776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12166 3464 3582 13776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12167 3582 3603 13776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12168 3603 3521 13776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12169 3258 3378 13777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12170 3378 3464 13777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12171 3464 3391 13777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12172 3391 3258 13777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12173 3450 3371 13778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12174 3371 3391 13778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12175 3391 3460 13778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12176 3460 3450 13778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12177 4990 5048 13779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12178 5048 4947 13779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12179 4947 4893 13779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12180 4893 4990 13779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12181 4925 4947 13780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12182 4947 5075 13780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12183 5075 5044 13780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12184 5044 4925 13780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12185 5130 5075 13781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12186 5075 5048 13781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12187 5048 5106 13781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12188 5106 5130 13781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12189 5646 5404 13782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12190 5404 5411 13782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12191 5411 5638 13782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12192 5638 5646 13782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12193 4656 4187 13783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12194 4187 4149 13783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12195 4149 4632 13783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12196 4632 4656 13783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12197 4434 4149 13784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12198 4149 3972 13784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12199 3972 4206 13784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12200 4206 4434 13784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12201 3981 3972 13785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12202 3972 3754 13785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12203 3754 3723 13785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12204 3723 3981 13785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12205 3562 3754 13786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12206 3754 3627 13786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12207 3627 3455 13786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12208 3455 3562 13786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12209 3363 3627 13787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12210 3627 3544 13787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12211 3544 3281 13787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12212 3281 3363 13787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12213 3244 3544 13788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12214 3544 3537 13788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12215 3537 3262 13788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12216 3262 3244 13788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12217 3282 3537 13789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12218 3537 3573 13789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12219 3573 3314 13789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12220 3314 3282 13789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12221 3398 3573 13790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12222 3573 3693 13790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12223 3693 3520 13790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12224 3520 3398 13790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12225 3639 3693 13791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12226 3693 3872 13791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12227 3872 3782 13791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12228 3782 3639 13791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12229 3940 3872 13792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12230 3872 4016 13792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12231 4016 4072 13792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12232 4072 3940 13792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12233 4204 4016 13793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12234 4016 4122 13793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12235 4122 4312 13793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12236 4312 4204 13793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12237 4417 4122 13794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12238 4122 4187 13794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12239 4187 4567 13794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12240 4567 4417 13794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12241 4512 4495 13795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12242 4495 4157 13795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12243 4157 4152 13795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12244 4152 4512 13795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12245 4189 4175 13796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12246 4175 4486 13796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12247 4486 4471 13796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12248 4471 4189 13796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12249 3123 3132 13797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12250 3132 3231 13797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12251 3231 3224 13797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12252 3224 3123 13797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12253 3261 3238 13798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12254 3238 3160 13798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12255 3160 3196 13798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12256 3196 3261 13798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12257 3984 4207 13799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12258 4207 4206 13799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12259 4206 3981 13799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12260 3981 3984 13799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12261 4632 4434 13800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12262 4434 4435 13800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12263 4435 4633 13800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12264 4633 4632 13800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12265 4567 4656 13801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12266 4656 4657 13801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12267 4657 4568 13801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12268 4568 4567 13801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12269 4312 4417 13802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12270 4417 4418 13802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12271 4418 4313 13802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12272 4313 4312 13802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12273 4072 4204 13803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12274 4204 4205 13803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12275 4205 4073 13803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12276 4073 4072 13803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12277 3782 3940 13804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12278 3940 3942 13804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12279 3942 3791 13804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12280 3791 3782 13804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12281 3520 3639 13805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12282 3639 3644 13805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12283 3644 3524 13805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12284 3524 3520 13805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12285 3314 3398 13806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12286 3398 3402 13806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12287 3402 3318 13806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12288 3318 3314 13806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12289 3262 3282 13807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12290 3282 3287 13807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12291 3287 3263 13807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12292 3263 3262 13807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12293 3281 3244 13808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12294 3244 3245 13808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12295 3245 3283 13808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12296 3283 3281 13808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12297 3455 3363 13809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12298 3363 3370 13809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12299 3370 3461 13809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12300 3461 3455 13809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12301 3723 3562 13810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12302 3562 3564 13810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12303 3564 3726 13810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12304 3726 3723 13810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12305 4226 4081 13811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12306 4081 4079 13811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12307 4079 4218 13811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12308 4218 4226 13811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12309 4456 4334 13812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12310 4334 4321 13812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12311 4321 4438 13812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12312 4438 4456 13812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12313 4721 4644 13813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12314 4644 4606 13813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12315 4606 4687 13813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12316 4687 4721 13813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12317 4471 4705 13814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12318 4705 4675 13814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12319 4675 4450 13814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12320 4450 4471 13814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12321 3932 4189 13815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12322 4189 4198 13815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12323 4198 3963 13815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12324 3963 3932 13815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12325 3485 3660 13816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12326 3660 3704 13816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12327 3704 3531 13816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12328 3531 3485 13816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12329 3240 3339 13817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12330 3339 3411 13817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12331 3411 3313 13817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12332 3313 3240 13817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12333 3158 3183 13818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12334 3183 3237 13818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12335 3237 3205 13818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12336 3205 3158 13818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12337 3196 3163 13819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12338 3163 3217 13819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12339 3217 3249 13819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12340 3249 3196 13819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12341 3357 3261 13820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12342 3261 3293 13820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12343 3293 3380 13820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12344 3380 3357 13820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12345 3619 3617 13821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12346 3617 3807 13821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12347 3807 3820 13821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12348 3820 3619 13821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12349 4787 4795 13822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12350 4795 4794 13822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12351 4794 4786 13822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12352 4786 4787 13822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12353 4724 4794 13823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12354 4794 4804 13823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12355 4804 4730 13823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12356 4730 4724 13823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12357 4701 4781 13824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12358 4781 4786 13824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12359 4786 4713 13824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12360 4713 4701 13824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12361 3041 3053 13825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12362 3053 3057 13825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12363 3057 3045 13825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12364 3045 3041 13825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12365 3119 3057 13826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12366 3057 3063 13826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12367 3063 3123 13826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12368 3123 3119 13826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12369 3022 3024 13827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12370 3024 3045 13827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12371 3045 3043 13827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12372 3043 3022 13827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12373 3102 3032 13828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12374 3032 3043 13828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12375 3043 3114 13828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12376 3114 3102 13828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12377 4375 4538 13829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12378 4538 4542 13829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12379 4542 4382 13829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12380 4382 4375 13829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12381 4713 4724 13830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12382 4724 4538 13830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12383 4538 4528 13830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12384 4528 4713 13830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12385 4368 4519 13831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12386 4519 4528 13831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12387 4528 4371 13831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12388 4371 4368 13831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12389 4116 4251 13832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12390 4251 4253 13832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12391 4253 4117 13832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12392 4117 4116 13832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12393 4371 4375 13833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12394 4375 4251 13833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12395 4251 4250 13833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12396 4250 4371 13833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12397 4106 4245 13834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12398 4245 4250 13834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12399 4250 4112 13834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12400 4112 4106 13834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12401 3823 3987 13835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12402 3987 3982 13835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12403 3982 3818 13835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12404 3818 3823 13835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12405 4112 4116 13836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12406 4116 3987 13836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12407 3987 3985 13836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12408 3985 4112 13836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12409 3820 3978 13837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12410 3978 3985 13837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12411 3985 3828 13837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12412 3828 3820 13837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12413 3472 3614 13838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12414 3614 3609 13838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12415 3609 3467 13838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12416 3467 3472 13838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12417 3828 3823 13839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12418 3823 3614 13839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12419 3614 3616 13839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12420 3616 3828 13839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12421 3476 3619 13840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12422 3619 3616 13840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12423 3616 3475 13840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12424 3475 3476 13840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12425 3222 3343 13841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12426 3343 3338 13841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12427 3338 3216 13841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12428 3216 3222 13841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12429 3475 3472 13842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12430 3472 3343 13842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12431 3343 3349 13842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12432 3349 3475 13842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12433 3224 3347 13843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12434 3347 3349 13843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12435 3349 3227 13843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12436 3227 3224 13843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12437 3227 3222 13844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12438 3222 3114 13844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12439 3114 3119 13844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12440 3119 3227 13844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12441 2506 2518 13845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12442 2518 2563 13845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12443 2563 2552 13845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12444 2552 2506 13845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12445 4971 4942 13846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12446 4942 4957 13846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12447 4957 4991 13846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12448 4991 4971 13846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12449 5086 5028 13847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12450 5028 4991 13847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12451 4991 5045 13847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12452 5045 5086 13847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12453 5223 5216 13848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12454 5216 5137 13848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12455 5137 5144 13848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12456 5144 5223 13848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12457 5106 5137 13849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12458 5137 5190 13849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12459 5190 5173 13849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12460 5173 5106 13849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12461 5180 5206 13850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12462 5206 5144 13850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12463 5144 5105 13850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12464 5105 5180 13850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12465 5009 5102 13851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12466 5102 5105 13851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12467 5105 5016 13851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12468 5016 5009 13851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12469 4783 4859 13852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12470 4859 5016 13852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12471 5016 4970 13852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12472 4970 4783 13852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12473 4835 4925 13853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12474 4925 4890 13853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12475 4890 4782 13853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12476 4782 4835 13853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12477 4865 4890 13854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12478 4890 5014 13854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12479 5014 4986 13854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12480 4986 4865 13854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12481 5111 5014 13855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12482 5014 5044 13855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12483 5044 5134 13855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12484 5134 5111 13855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12485 4689 4722 13856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12486 4722 4700 13856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12487 4700 4678 13856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12488 4678 4689 13856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12489 4736 4700 13857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12490 4700 4740 13857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12491 4740 4764 13857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12492 4764 4736 13857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12493 4803 4740 13858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12494 4740 4722 13858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12495 4722 4783 13858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12496 4783 4803 13858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12497 4840 4803 13859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12498 4803 4970 13859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12499 4970 4990 13859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12500 4990 4840 13859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12501 4764 4840 13860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12502 4840 4893 13860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12503 4893 4835 13860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12504 4835 4764 13860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12505 4694 4736 13861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12506 4736 4782 13861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12507 4782 4750 13861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12508 4750 4694 13861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12509 5173 5175 13862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12510 5175 5134 13862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12511 5134 5130 13862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12512 5130 5173 13862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12513 5091 5111 13863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12514 5111 5167 13863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12515 5167 5157 13863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12516 5157 5091 13863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12517 4604 4605 13864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12518 4605 4534 13864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12519 4534 4513 13864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12520 4513 4604 13864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12521 4572 4561 13865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12522 4561 4602 13865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12523 4602 4591 13865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12524 4591 4572 13865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12525 4668 4602 13866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12526 4602 4605 13866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12527 4605 4685 13866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12528 4685 4668 13866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12529 5161 5275 13867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12530 5275 5283 13867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12531 5283 5172 13867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12532 5172 5161 13867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12533 5594 5451 13868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12534 5451 5450 13868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12535 5450 5595 13868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12536 5595 5594 13868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12537 4998 5076 13869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12538 5076 5101 13869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12539 5101 5018 13869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12540 5018 4998 13869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12541 4874 4932 13870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12542 4932 4940 13870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12543 4940 4887 13870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12544 4887 4874 13870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12545 4758 4790 13871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12546 4790 4887 13871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12547 4887 4852 13871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12548 4852 4758 13871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12549 4699 4720 13872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12550 4720 4852 13872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12551 4852 4834 13872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12552 4834 4699 13872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12553 4715 4696 13873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12554 4696 4834 13873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12555 4834 4847 13873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12556 4847 4715 13873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12557 4677 4668 13874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12558 4668 4779 13874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12559 4779 4799 13874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12560 4799 4677 13874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12561 4826 4779 13875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12562 4779 4685 13875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12563 4685 4706 13875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12564 4706 4826 13875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12565 5118 5245 13876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12566 5245 5239 13876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12567 5239 5114 13876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12568 5114 5118 13876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12569 5610 5436 13877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12570 5436 5439 13877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12571 5439 5607 13877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12572 5607 5610 13877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12573 4964 5019 13878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12574 5019 5011 13878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12575 5011 4948 13878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12576 4948 4964 13878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12577 4878 4941 13879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12578 4941 4929 13879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12579 4929 4857 13879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12580 4857 4878 13879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12581 4613 4732 13880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12582 4732 4711 13880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12583 4711 4590 13880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12584 4590 4613 13880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12585 4488 4530 13881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12586 4530 4500 13881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12587 4500 4465 13881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12588 4465 4488 13881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12589 4503 4497 13882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12590 4497 4473 13882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12591 4473 4479 13882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12592 4479 4503 13882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12593 4411 4448 13883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12594 4448 4376 13883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12595 4376 4304 13883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12596 4304 4411 13883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12597 4476 4440 13884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12598 4440 4481 13884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12599 4481 4499 13884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12600 4499 4476 13884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12601 4316 4347 13885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12602 4347 4229 13885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12603 4229 4163 13885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12604 4163 4316 13885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12605 4303 4305 13886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12606 4305 4126 13886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12607 4126 4120 13886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12608 4120 4303 13886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12609 5261 5279 13887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12610 5279 5310 13887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12611 5310 5282 13887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12612 5282 5261 13887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12613 5157 5198 13888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12614 5198 5209 13888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12615 5209 5155 13888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12616 5155 5157 13888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12617 4986 5091 13889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12618 5091 5074 13889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12619 5074 4963 13889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12620 4963 4986 13889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12621 4750 4865 13890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12622 4865 4825 13890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12623 4825 4709 13890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12624 4709 4750 13890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12625 4678 4694 13891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12626 4694 4659 13891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12627 4659 4629 13891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12628 4629 4678 13891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12629 4879 4826 13892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12630 4826 4847 13892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12631 4847 4896 13892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12632 4896 4879 13892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12633 4601 4715 13893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12634 4715 4706 13893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12635 4706 4604 13893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12636 4604 4601 13893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12637 4479 4511 13894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12638 4511 4513 13894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12639 4513 4476 13894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12640 4476 4479 13894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12641 4549 4503 13895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12642 4503 4499 13895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12643 4499 4541 13895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12644 4541 4549 13895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12645 3747 3700 13896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12646 3700 3509 13896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12647 3509 3566 13896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12648 3566 3747 13896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12649 4663 4566 13897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12650 4566 4591 13897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12651 4591 4677 13897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12652 4677 4663 13897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12653 4469 4572 13898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12654 4572 4566 13898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12655 4566 4463 13898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12656 4463 4469 13898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12657 4337 4180 13899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12658 4180 4190 13899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12659 4190 4344 13899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12660 4344 4337 13899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12661 3762 3989 13900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12662 3989 3966 13900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12663 3966 3747 13900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12664 3747 3762 13900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12665 3513 3590 13901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12666 3590 3566 13901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12667 3566 3473 13901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12668 3473 3513 13901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12669 3567 3513 13902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12670 3513 3496 13902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12671 3496 3561 13902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12672 3561 3567 13902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12673 3445 3496 13903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12674 3496 3473 13903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12675 3473 3419 13903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12676 3419 3445 13903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12677 4888 4800 13904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12678 4800 4799 13904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12679 4799 4879 13904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12680 4879 4888 13904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12681 4892 4888 13905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12682 4888 4896 13905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12683 4896 4904 13905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12684 4904 4892 13905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12685 3541 3490 13906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12686 3490 3460 13906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12687 3460 3521 13906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12688 3521 3541 13906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12689 3416 3450 13907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12690 3450 3490 13907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12691 3490 3451 13907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12692 3451 3416 13907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12693 3379 3377 13908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12694 3377 3337 13908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12695 3337 3336 13908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12696 3336 3379 13908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12697 3801 3662 13909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12698 3662 3670 13909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12699 3670 3822 13909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12700 3822 3801 13909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12701 4311 4531 13910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12702 4531 4518 13910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12703 4518 4303 13910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12704 4303 4311 13910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12705 5087 4817 13911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12706 4817 4824 13911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12707 4824 5094 13911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12708 5094 5087 13911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12709 4920 5166 13912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12710 5166 5170 13912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12711 5170 4934 13912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12712 4934 4920 13912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12713 5635 5414 13913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12714 5414 5412 13913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12715 5412 5637 13913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12716 5637 5635 13913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12717 4349 4652 13914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12718 4652 4662 13914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12719 4662 4356 13914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12720 4356 4349 13914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12721 3939 4129 13915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12722 4129 4132 13915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12723 4132 3945 13915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12724 3945 3939 13915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12725 3603 3735 13916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12726 3735 3753 13916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12727 3753 3626 13916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12728 3626 3603 13916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12729 4120 3959 13917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12730 3959 3965 13917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12731 3965 4125 13917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12732 4125 4120 13917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12733 5671 5379 13918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12734 5379 5382 13918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12735 5382 5668 13918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12736 5668 5671 13918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12737 3111 3056 13919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12738 3056 2901 13919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12739 2901 2970 13919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12740 2970 3111 13919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12741 3173 3143 13920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12742 3143 3003 13920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12743 3003 3030 13920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12744 3030 3173 13920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12745 4987 5195 13921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12746 5195 5199 13921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12747 5199 4996 13921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12748 4996 4987 13921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12749 5625 5421 13922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12750 5421 5419 13922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12751 5419 5628 13922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12752 5628 5625 13922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12753 4484 4746 13923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12754 4746 4754 13923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12755 4754 4491 13923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12756 4491 4484 13923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12757 4808 4791 13924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12758 4791 4793 13924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12759 4793 4810 13924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12760 4810 4808 13924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12761 4523 4793 13925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12762 4793 4774 13925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12763 4774 4512 13925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12764 4512 4523 13925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12765 4829 4830 13926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12766 4830 4810 13926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12767 4810 4805 13926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12768 4805 4829 13926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12769 4540 4796 13927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12770 4796 4805 13927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12771 4805 4537 13927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12772 4537 4540 13927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12773 4165 3871 13928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12774 3871 3884 13928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12775 3884 4173 13928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12776 4173 4165 13928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12777 3436 3580 13929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12778 3580 3574 13929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12779 3574 3432 13929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12780 3432 3436 13929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12781 3571 3574 13930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12782 3574 3871 13930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12783 3871 3866 13930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12784 3866 3571 13930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12785 3424 3423 13931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12786 3423 3432 13931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12787 3432 3433 13931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12788 3433 3424 13931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12789 3576 3438 13932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12790 3438 3433 13932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12791 3433 3571 13932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12792 3571 3576 13932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12793 4156 4165 13933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12794 4165 4537 13933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12795 4537 4523 13933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12796 4523 4156 13933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12797 3866 4156 13934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12798 4156 4152 13934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12799 4152 3864 13934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12800 3864 3866 13934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12801 2782 2804 13935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12802 2804 2798 13935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12803 2798 2778 13935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12804 2778 2782 13935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12805 2717 2712 13936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12806 2712 2766 13936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12807 2766 2771 13936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12808 2771 2717 13936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12809 2560 2507 13937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12810 2507 2627 13937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12811 2627 2653 13937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12812 2653 2560 13937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12813 2350 2265 13938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12814 2265 2386 13938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12815 2386 2441 13938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12816 2441 2350 13938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12817 2194 2143 13939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12818 2143 2186 13939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12819 2186 2262 13939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12820 2262 2194 13939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12821 2122 2125 13940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12822 2125 2128 13940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12823 2128 2142 13940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12824 2142 2122 13940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12825 2156 2162 13941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12826 2162 2136 13941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12827 2136 2113 13941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12828 2113 2156 13941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12829 2256 2222 13942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12830 2222 2191 13942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12831 2191 2226 13942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12832 2226 2256 13942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12833 2276 2290 13943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12834 2290 2252 13943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12835 2252 2242 13943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12836 2242 2276 13943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12837 2089 2070 13944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12838 2070 2290 13944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12839 2290 2316 13944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12840 2316 2089 13944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12841 2341 2331 13945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12842 2331 2316 13945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12843 2316 2312 13945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12844 2312 2341 13945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12845 2100 2097 13946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12846 2097 2331 13946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12847 2331 2335 13946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12848 2335 2100 13946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12849 2359 2332 13947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12850 2332 2335 13947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12851 2335 2357 13947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12852 2357 2359 13947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12853 2375 2321 13948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12854 2321 2325 13948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12855 2325 2364 13948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12856 2364 2375 13948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12857 2387 2344 13949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12858 2344 2329 13949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12859 2329 2379 13949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12860 2379 2387 13949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12861 2403 2336 13950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12862 2336 2347 13950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12863 2347 2410 13950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12864 2410 2403 13950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12865 2400 2216 13951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12866 2216 2240 13951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12867 2240 2417 13951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12868 2417 2400 13951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12869 2221 2236 13952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12870 2236 2216 13952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12871 2216 2202 13952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12872 2202 2221 13952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12873 2172 2166 13953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12874 2166 2193 13953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12875 2193 2208 13953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12876 2208 2172 13953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12877 2173 2195 13954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12878 2195 2166 13954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12879 2166 2150 13954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12880 2150 2173 13954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12881 2286 2369 13955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12882 2369 2401 13955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12883 2401 2326 13955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12884 2326 2286 13955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12885 2370 2395 13956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12886 2395 2369 13956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12887 2369 2330 13956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12888 2330 2370 13956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12889 2419 2464 13957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12890 2464 2475 13957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12891 2475 2434 13957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12892 2434 2419 13957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12893 2473 2488 13958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12894 2488 2464 13958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12895 2464 2447 13958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12896 2447 2473 13958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12897 2416 2406 13959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12898 2406 2433 13959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12899 2433 2446 13959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12900 2446 2416 13959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12901 2411 2432 13960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12902 2432 2406 13960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12903 2406 2382 13960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12904 2382 2411 13960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12905 2261 2257 13961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12906 2257 2277 13961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12907 2277 2292 13961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12908 2292 2261 13961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12909 5867 5178 13962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12910 5178 5177 13962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12911 5177 5868 13962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12912 5868 5867 13962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12913 4038 4399 13963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12914 4399 4401 13963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12915 4401 4040 13963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12916 4040 4038 13963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12917 3572 3901 13964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12918 3901 3902 13964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12919 3902 3570 13964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12920 3570 3572 13964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12921 2649 3048 13965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12922 3048 3042 13965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12923 3042 2638 13965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12924 2638 2649 13965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12925 2203 2148 13966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12926 2148 2123 13966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12927 2123 2161 13966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12928 2161 2203 13966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12929 2271 2319 13967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12930 2319 2280 13967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12931 2280 2237 13967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12932 2237 2271 13967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12933 2231 2227 13968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12934 2227 2185 13968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12935 2185 2190 13968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12936 2190 2231 13968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12937 2362 2281 13969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12938 2281 2247 13969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12939 2247 2327 13969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12940 2327 2362 13969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12941 2328 2373 13970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12942 2373 2334 13970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12943 2334 2294 13970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12944 2294 2328 13970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12945 2758 2667 13971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12946 2667 2632 13971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12947 2632 2708 13971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12948 2708 2758 13971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12949 2423 2533 13972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12950 2533 2606 13972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12951 2606 2509 13972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12952 2509 2423 13972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12953 2243 2269 13973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12954 2269 2424 13973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12955 2424 2403 13973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12956 2403 2243 13973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12957 2364 2274 13974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12958 2274 2138 13974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12959 2138 2175 13974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12960 2175 2364 13974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12961 2155 2137 13975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12962 2137 2274 13975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12963 2274 2359 13975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12964 2359 2155 13975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12965 2379 2375 13976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12966 2375 2213 13976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12967 2213 2218 13976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12968 2218 2379 13976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12969 2410 2387 13977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12970 2387 2220 13977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12971 2220 2243 13977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12972 2243 2410 13977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12973 2698 2780 13978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12974 2780 2708 13978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12975 2708 2637 13978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12976 2637 2698 13978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12977 2118 2140 13979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12978 2140 2357 13979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12979 2357 2341 13979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12980 2341 2118 13979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12981 2467 2560 13980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12982 2560 2536 13980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12983 2536 2463 13980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12984 2463 2467 13980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12985 2624 2590 13981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12986 2590 2653 13981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12987 2653 2717 13981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12988 2717 2624 13981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12989 2441 2467 13982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12990 2467 2345 13982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12991 2345 2299 13982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12992 2299 2441 13982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12993 2262 2350 13983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12994 2350 2299 13983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12995 2299 2196 13983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12996 2196 2262 13983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12997 2142 2194 13984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12998 2194 2084 13984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 12999 2084 2008 13984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13000 2008 2142 13984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13001 2677 2656 13985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13002 2656 2771 13985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13003 2771 2782 13985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13004 2782 2677 13985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13005 2654 2670 13986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13006 2670 2778 13986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13007 2778 2770 13986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13008 2770 2654 13986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13009 2611 2634 13987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13010 2634 2737 13987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13011 2737 2698 13987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13012 2698 2611 13987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13013 2065 2122 13988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13014 2122 1915 13988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13015 1915 1833 13988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13016 1833 2065 13988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13017 2113 2065 13989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13018 2065 1804 13989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13019 1804 1873 13989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13020 1873 2113 13989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13021 2226 2156 13990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13022 2156 1944 13990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13023 1944 2040 13990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13024 2040 2226 13990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13025 2242 2256 13991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13026 2256 2040 13991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13027 2040 2027 13991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13028 2027 2242 13991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13029 2312 2276 13992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13030 2276 2052 13992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13031 2052 2078 13992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13032 2078 2312 13992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13033 9071 9119 13993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13034 9119 9006 13993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13035 9006 8991 13993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13036 8991 9071 13993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13037 8890 9006 13994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13038 9006 9033 13994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13039 9033 8905 13994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13040 8905 8890 13994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13041 9080 9033 13995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13042 9033 9161 13995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13043 9161 9210 13995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13044 9210 9080 13995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13045 9219 9161 13996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13046 9161 9119 13996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13047 9119 9153 13996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13048 9153 9219 13996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13049 8927 9080 13997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13050 9080 9135 13997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13051 9135 8965 13997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13052 8965 8927 13997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13053 9176 9135 13998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13054 9135 9252 13998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13055 9252 9275 13998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13056 9275 9176 13998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13057 9278 9252 13999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13058 9252 9210 13999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13059 9210 9259 13999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13060 9259 9278 13999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13061 9324 9298 14000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13062 9298 9275 14000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13063 9275 9299 14000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13064 9299 9324 14000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13065 8993 9176 14001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13066 9176 9224 14001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13067 9224 9018 14001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13068 9018 8993 14001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13069 9256 9224 14002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13070 9224 9298 14002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13071 9298 9312 14002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13072 9312 9256 14002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13073 9090 9071 14003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13074 9071 8994 14003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13075 8994 9001 14003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13076 9001 9090 14003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13077 8952 8994 14004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13078 8994 8991 14004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13079 8991 8908 14004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13080 8908 8952 14004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13081 9153 9090 14005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13082 9090 9074 14005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13083 9074 9149 14005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13084 9149 9153 14005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13085 9012 9074 14006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13086 9074 8999 14006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13087 8999 8959 14006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13088 8959 9012 14006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13089 8928 8999 14007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13090 8999 9001 14007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13091 9001 8934 14007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13092 8934 8928 14007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13093 9259 9219 14008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13094 9219 9206 14008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13095 9206 9258 14008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13096 9258 9259 14008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13097 9139 9206 14009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13098 9206 9149 14009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13099 9149 9078 14009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13100 9078 9139 14009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13101 9255 9281 14010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13102 9281 9258 14010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13103 9258 9200 14010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13104 9200 9255 14010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13105 9299 9278 14011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13106 9278 9281 14011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13107 9281 9300 14011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13108 9300 9299 14011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13109 9291 9314 14012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13110 9314 9300 14012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13111 9300 9280 14012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13112 9280 9291 14012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13113 9328 9324 14013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13114 9324 9314 14013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13115 9314 9323 14013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13116 9323 9328 14013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13117 9289 9320 14014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13118 9320 9323 14014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13119 9323 9287 14014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13120 9287 9289 14014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13121 9312 9328 14015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13122 9328 9329 14015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13123 9329 9322 14015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13124 9322 9312 14015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13125 9330 9329 14016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13126 9329 9320 14016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13127 9320 9316 14016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13128 9316 9330 14016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13129 9285 9315 14017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13130 9315 9316 14017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13131 9316 9288 14017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13132 9288 9285 14017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13133 9321 9330 14018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13134 9330 9331 14018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13135 9331 9311 14018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13136 9311 9321 14018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13137 9326 9331 14019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13138 9331 9315 14019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13139 9315 9310 14019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13140 9310 9326 14019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13141 9276 9303 14020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13142 9303 9310 14020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13143 9310 9282 14020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13144 9282 9276 14020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13145 9305 9326 14021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13146 9326 9318 14021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13147 9318 9295 14021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13148 9295 9305 14021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13149 9301 9318 14022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13150 9318 9303 14022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13151 9303 9292 14022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13152 9292 9301 14022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13153 9263 9279 14023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13154 9279 9292 14023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13155 9292 9267 14023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13156 9267 9263 14023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13157 9286 9301 14024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13158 9301 9284 14024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13159 9284 9269 14024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13160 9269 9286 14024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13161 9266 9284 14025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13162 9284 9279 14025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13163 9279 9262 14025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13164 9262 9266 14025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13165 9188 9226 14026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13166 9226 9262 14026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13167 9262 9239 14026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13168 9239 9188 14026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13169 9249 9266 14027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13170 9266 9242 14027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13171 9242 9208 14027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13172 9208 9249 14027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13173 9189 9242 14028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13174 9242 9226 14028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13175 9226 9162 14028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13176 9162 9189 14028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13177 9077 9105 14029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13178 9105 9162 14029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13179 9162 9145 14029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13180 9145 9077 14029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13181 9151 9189 14030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13182 9189 9133 14030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13183 9133 9076 14030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13184 9076 9151 14030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13185 9104 9133 14031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13186 9133 9105 14031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13187 9105 9062 14031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13188 9062 9104 14031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13189 9031 9104 14032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13190 9104 9098 14032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13191 9098 9021 14032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13192 9021 9031 14032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13193 9083 9098 14033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13194 9098 9062 14033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13195 9062 9055 14033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13196 9055 9083 14033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13197 9065 9083 14034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13198 9083 9060 14034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13199 9060 9053 14034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13200 9053 9065 14034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13201 9049 9060 14035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13202 9060 9055 14035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13203 9055 9058 14035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13204 9058 9049 14035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13205 9044 9028 14036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13206 9028 9053 14036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13207 9053 9049 14036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13208 9049 9044 14036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13209 9087 9065 14037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13210 9065 9035 14037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13211 9035 9046 14037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13212 9046 9087 14037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13213 8984 9035 14038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13214 9035 9028 14038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13215 9028 8978 14038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13216 8978 8984 14038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13217 8842 8866 14039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13218 8866 8978 14039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13219 8978 8983 14039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13220 8983 8842 14039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13221 8982 8984 14040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13222 8984 8892 14040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13223 8892 8899 14040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13224 8899 8982 14040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13225 8876 8892 14041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13226 8892 8866 14041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13227 8866 8838 14041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13228 8838 8876 14041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13229 9089 9002 14042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13230 9002 8983 14042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13231 8983 9044 14042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13232 9044 9089 14042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13233 8825 8842 14043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13234 8842 8843 14043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13235 8843 8817 14043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13236 8817 8825 14043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13237 8863 8843 14044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13238 8843 9002 14044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13239 9002 9032 14044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13240 9032 8863 14044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13241 9129 9089 14045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13242 9089 9058 14045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13243 9058 9082 14045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13244 9082 9129 14045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13245 9109 9114 14046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13246 9114 9082 14046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13247 9082 9077 14046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13248 9077 9109 14046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13249 9032 9129 14047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13250 9129 9154 14047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13251 9154 9070 14047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13252 9070 9032 14047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13253 9193 9154 14048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13254 9154 9114 14048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13255 9114 9142 14048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13256 9142 9193 14048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13257 9183 9178 14049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13258 9178 9142 14049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13259 9142 9138 14049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13260 9138 9183 14049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13261 9209 9193 14050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13262 9193 9233 14050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13263 9233 9246 14050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13264 9246 9209 14050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13265 9240 9233 14051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13266 9233 9178 14051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13267 9178 9185 14051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13268 9185 9240 14051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13269 9187 9159 14052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13270 9159 9185 14052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13271 9185 9196 14052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13272 9196 9187 14052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13273 9254 9240 14053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13274 9240 9223 14053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13275 9223 9243 14053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13276 9243 9254 14053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13277 9203 9223 14054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13278 9223 9159 14054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13279 9159 9152 14054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13280 9152 9203 14054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13281 9215 9163 14055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13282 9163 9152 14055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13283 9152 9190 14055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13284 9190 9215 14055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13285 9229 9203 14056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13286 9203 9191 14056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13287 9191 9194 14056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13288 9194 9229 14056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13289 9180 9191 14057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13290 9191 9163 14057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13291 9163 9164 14057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13292 9164 9180 14057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13293 9169 9180 14058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13294 9180 9155 14058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13295 9155 9140 14058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13296 9140 9169 14058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13297 9220 9155 14059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13298 9155 9164 14059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13299 9164 9222 14059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13300 9222 9220 14059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13301 9170 9107 14060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13302 9107 9140 14060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13303 9140 9199 14060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13304 9199 9170 14060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13305 9194 9169 14061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13306 9169 9143 14061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13307 9143 9177 14061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13308 9177 9194 14061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13309 9113 9143 14062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13310 9143 9107 14062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13311 9107 9051 14062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13312 9051 9113 14062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13313 9121 9113 14063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13314 9113 9007 14063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13315 9007 8998 14063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13316 8998 9121 14063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13317 9056 9007 14064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13318 9007 9051 14064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13319 9051 9120 14064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13320 9120 9056 14064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13321 8966 8981 14065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13322 8981 8998 14065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13323 8998 9005 14065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13324 9005 8966 14065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13325 9177 9121 14066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13326 9121 9132 14066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13327 9132 9207 14066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13328 9207 9177 14066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13329 9079 9132 14067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13330 9132 8981 14067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13331 8981 8921 14067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13332 8921 9079 14067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13333 9243 9229 14068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13334 9229 9207 14068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13335 9207 9232 14068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13336 9232 9243 14068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13337 9248 9254 14069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13338 9254 9232 14069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13339 9232 9225 14069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13340 9225 9248 14069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13341 9267 9276 14070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13342 9276 9190 14070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13343 9190 9187 14070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13344 9187 9267 14070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13345 9222 9215 14071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13346 9215 9282 14071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13347 9282 9285 14071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13348 9285 9222 14071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13349 9239 9263 14072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13350 9263 9196 14072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13351 9196 9183 14072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13352 9183 9239 14072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13353 9145 9188 14073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13354 9188 9138 14073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13355 9138 9109 14073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13356 9109 9145 14073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13357 9046 9016 14074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13358 9016 9041 14074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13359 9041 9085 14074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13360 9085 9046 14074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13361 9008 9041 14075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13362 9041 8958 14075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13363 8958 8931 14075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13364 8931 9008 14075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13365 8925 8958 14076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13366 8958 9016 14076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13367 9016 8990 14076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13368 8990 8925 14076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13369 8824 8925 14077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13370 8925 8924 14077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13371 8924 8826 14077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13372 8826 8824 14077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13373 8916 8924 14078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13374 8924 8990 14078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13375 8990 8982 14078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13376 8982 8916 14078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13377 8906 8916 14079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13378 8916 8899 14079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13379 8899 8885 14079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13380 8885 8906 14079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13381 8830 8906 14080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13382 8906 8936 14080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13383 8936 8869 14080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13384 8869 8830 14080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13385 8938 8936 14081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13386 8936 8885 14081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13387 8885 8876 14081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13388 8876 8938 14081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13389 8901 8972 14082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13390 8972 8886 14082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13391 8886 8814 14082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13392 8814 8901 14082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13393 8749 8886 14083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13394 8886 8931 14083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13395 8931 8774 14083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13396 8774 8749 14083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13397 9069 9008 14084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13398 9008 8972 14084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13399 8972 9014 14084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13400 9014 9069 14084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13401 9102 9069 14085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13402 9069 9066 14085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13403 9066 9100 14085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13404 9100 9102 14085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13405 9009 9066 14086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13406 9066 9014 14086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13407 9014 8970 14086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13408 8970 9009 14086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13409 9085 9102 14087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13410 9102 9103 14087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13411 9103 9087 14087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13412 9087 9085 14087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13413 9022 9103 14088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13414 9103 9100 14088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13415 9100 9037 14088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13416 9037 9022 14088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13417 9199 9220 14089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13418 9220 9288 14089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13419 9288 9289 14089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13420 9289 9199 14089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13421 9136 9079 14090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13422 9079 8859 14090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13423 8859 8910 14090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13424 8910 9136 14090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13425 8834 8859 14091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13426 8859 8921 14091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13427 8921 8913 14091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13428 8913 8834 14091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13429 8762 8882 14092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13430 8882 8873 14092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13431 8873 8748 14092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13432 8748 8762 14092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13433 8910 8873 14093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13434 8873 9067 14093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13435 9067 9118 14093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13436 9118 8910 14093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13437 9197 9067 14094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13438 9067 9086 14094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13439 9086 9209 14094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13440 9209 9197 14094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13441 9070 9086 14095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13442 9086 8882 14095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13443 8882 8881 14095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13444 8881 9070 14095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13445 8746 8863 14096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13446 8863 8881 14096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13447 8881 8762 14096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13448 8762 8746 14096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13449 9201 9197 14097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13450 9197 9246 14097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13451 9246 9248 14097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13452 9248 9201 14097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13453 9118 9201 14098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13454 9201 9225 14098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13455 9225 9136 14098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13456 9136 9118 14098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13457 9173 9170 14099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13458 9170 9287 14099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13459 9287 9291 14099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13460 9291 9173 14099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13461 9120 9173 14100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13462 9173 9280 14100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13463 9280 9255 14100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13464 9255 9120 14100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13465 9005 9056 14101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13466 9056 9200 14101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13467 9200 9139 14101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13468 9139 9005 14101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13469 8913 8966 14102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13470 8966 9078 14102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13471 9078 9012 14102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13472 9012 8913 14102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13473 8791 8834 14103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13474 8834 8959 14103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13475 8959 8911 14103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13476 8911 8791 14103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13477 8838 8825 14104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13478 8825 8934 14104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13479 8934 8935 14104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13480 8935 8838 14104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13481 8911 8928 14105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13482 8928 8817 14105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13483 8817 8790 14105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13484 8790 8911 14105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13485 8748 8791 14106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13486 8791 8790 14106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13487 8790 8746 14106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13488 8746 8748 14106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13489 8907 8938 14107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13490 8938 8935 14107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13491 8935 8952 14107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13492 8952 8907 14107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13493 9205 9256 14108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13494 9256 9274 14108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13495 9274 9257 14108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13496 9257 9205 14108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13497 9270 9274 14109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13498 9274 9322 14109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13499 9322 9321 14109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13500 9321 9270 14109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13501 9130 9270 14110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13502 9270 9230 14110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13503 9230 9036 14110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13504 9036 9130 14110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13505 9198 9230 14111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13506 9230 9311 14111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13507 9311 9305 14111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13508 9305 9198 14111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13509 9034 9198 14112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13510 9198 9218 14112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13511 9218 9075 14112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13512 9075 9034 14112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13513 9217 9218 14113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13514 9218 9295 14113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13515 9295 9286 14113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13516 9286 9217 14113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13517 9052 9217 14114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13518 9217 9192 14114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13519 9192 9042 14114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13520 9042 9052 14114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13521 9160 9192 14115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13522 9192 9269 14115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13523 9269 9249 14115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13524 9249 9160 14115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13525 9019 9160 14116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13526 9160 9124 14116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13527 9124 8989 14116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13528 8989 9019 14116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13529 9039 9124 14117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13530 9124 9208 14117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13531 9208 9151 14117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13532 9151 9039 14117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13533 8937 9039 14118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13534 9039 8968 14118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13535 8968 8844 14118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13536 8844 8937 14118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13537 8926 8968 14119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13538 8968 9076 14119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13539 9076 9031 14119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13540 9031 8926 14119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13541 8801 8926 14120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13542 8926 8920 14120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13543 8920 8796 14120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13544 8796 8801 14120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13545 8939 8920 14121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13546 8920 9021 14121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13547 9021 9022 14121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13548 9022 8939 14121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13549 8782 8939 14122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13550 8939 8975 14122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13551 8975 8833 14122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13552 8833 8782 14122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13553 8951 8975 14123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13554 8975 9037 14123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13555 9037 9003 14123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13556 9003 8951 14123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13557 8875 8951 14124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13558 8951 8850 14124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13559 8850 8760 14124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13560 8760 8875 14124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13561 8860 8850 14125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13562 8850 9003 14125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13563 9003 9009 14125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13564 9009 8860 14125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13565 8833 8875 14126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13566 8875 8662 14126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13567 8662 8639 14126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13568 8639 8833 14126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13569 8600 8662 14127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13570 8662 8760 14127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13571 8760 8669 14127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13572 8669 8600 14127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13573 8796 8739 14128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13574 8739 8611 14128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13575 8611 8653 14128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13576 8653 8796 14128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13577 8545 8611 14129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13578 8611 8549 14129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13579 8549 8491 14129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13580 8491 8545 14129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13581 8586 8549 14130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13582 8549 8739 14130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13583 8739 8782 14130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13584 8782 8586 14130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13585 8561 8545 14131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13586 8545 8467 14131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13587 8467 8471 14131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13588 8471 8561 14131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13589 8406 8467 14132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13590 8467 8491 14132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13591 8491 8425 14132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13592 8425 8406 14132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13593 8372 8468 14133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13594 8468 8471 14133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13595 8471 8385 14133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13596 8385 8372 14133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13597 8653 8561 14134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13598 8561 8567 14134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13599 8567 8667 14134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13600 8667 8653 14134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13601 8587 8567 14135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13602 8567 8468 14135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13603 8468 8488 14135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13604 8488 8587 14135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13605 8844 8801 14136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13606 8801 8667 14136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13607 8667 8706 14136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13608 8706 8844 14136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13609 8989 8937 14137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13610 8937 8777 14137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13611 8777 8827 14137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13612 8827 8989 14137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13613 8621 8777 14138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13614 8777 8706 14138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13615 8706 8587 14138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13616 8587 8621 14138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13617 8655 8621 14139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13618 8621 8512 14139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13619 8512 8546 14139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13620 8546 8655 14139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13621 8423 8512 14140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13622 8512 8488 14140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13623 8488 8394 14140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13624 8394 8423 14140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13625 8510 8579 14141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13626 8579 8546 14141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13627 8546 8456 14141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13628 8456 8510 14141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13629 8827 8655 14142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13630 8655 8689 14142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13631 8689 8868 14142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13632 8868 8827 14142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13633 8742 8689 14143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13634 8689 8579 14143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13635 8579 8613 14143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13636 8613 8742 14143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13637 9042 9019 14144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13638 9019 8868 14144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13639 8868 8888 14144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13640 8888 9042 14144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13641 9075 9052 14145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13642 9052 8900 14145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13643 8900 8918 14145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13644 8918 9075 14145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13645 8756 8900 14146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13646 8900 8888 14146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13647 8888 8742 14146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13648 8742 8756 14146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13649 8701 8756 14147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13650 8756 8613 14147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13651 8613 8582 14147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13652 8582 8701 14147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13653 8784 8860 14148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13654 8860 8970 14148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13655 8970 8901 14148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13656 8901 8784 14148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13657 8669 8784 14149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13658 8784 8709 14149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13659 8709 8624 14149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13660 8624 8669 14149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13661 8635 8709 14150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13662 8709 8814 14150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13663 8814 8749 14150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13664 8749 8635 14150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13665 8542 8600 14151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13666 8600 8570 14151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13667 8570 8507 14151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13668 8507 8542 14151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13669 8502 8570 14152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13670 8570 8624 14152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13671 8624 8540 14152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13672 8540 8502 14152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13673 8961 9034 14153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13674 9034 8918 14153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13675 8918 8846 14153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13676 8846 8961 14153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13677 8455 8586 14154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13678 8586 8639 14154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13679 8639 8506 14154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13680 8506 8455 14154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13681 8506 8542 14155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13682 8542 8461 14155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13683 8461 8433 14155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13684 8433 8506 14155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13685 8440 8461 14156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13686 8461 8507 14156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13687 8507 8502 14156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13688 8502 8440 14156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13689 9241 9272 14157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13690 9272 9257 14157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13691 9257 9212 14157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13692 9212 9241 14157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13693 9101 9205 14158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13694 9205 9272 14158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13695 9272 9172 14158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13696 9172 9101 14158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13697 8421 8450 14159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13698 8450 8554 14159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13699 8554 8497 14159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13700 8497 8421 14159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13701 8593 8554 14160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13702 8554 8595 14160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13703 8595 8657 14160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13704 8657 8593 14160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13705 8632 8595 14161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13706 8595 8490 14161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13707 8490 8533 14161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13708 8533 8632 14161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13709 8432 8490 14162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13710 8490 8450 14162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13711 8450 8392 14162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13712 8392 8432 14162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13713 8280 8334 14163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13714 8334 8392 14163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13715 8392 8354 14163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13716 8354 8280 14163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13717 8473 8432 14164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13718 8432 8405 14164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13719 8405 8452 14164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13720 8452 8473 14164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13721 8380 8405 14165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13722 8405 8334 14165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13723 8334 8298 14165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13724 8298 8380 14165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13725 8233 8283 14166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13726 8283 8298 14166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13727 8298 8244 14166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13728 8244 8233 14166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13729 8444 8380 14167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13730 8380 8370 14167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13731 8370 8445 14167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13732 8445 8444 14167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13733 8384 8370 14168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13734 8370 8283 14168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13735 8283 8299 14168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13736 8299 8384 14168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13737 8285 8340 14169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13738 8340 8299 14169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13739 8299 8245 14169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13740 8245 8285 14169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13741 8454 8384 14170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13742 8384 8415 14170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13743 8415 8481 14170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13744 8481 8454 14170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13745 8442 8415 14171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13746 8415 8340 14171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13747 8340 8387 14171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13748 8387 8442 14171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13749 8404 8439 14172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13750 8439 8387 14172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13751 8387 8342 14172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13752 8342 8404 14172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13753 8505 8442 14173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13754 8442 8498 14173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13755 8498 8566 14173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13756 8566 8505 14173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13757 8562 8498 14174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13758 8498 8439 14174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13759 8439 8483 14174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13760 8483 8562 14174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13761 8451 8516 14175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13762 8516 8483 14175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13763 8483 8437 14175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13764 8437 8451 14175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13765 8619 8562 14176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13766 8562 8627 14176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13767 8627 8698 14176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13768 8698 8619 14176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13769 8623 8627 14177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13770 8627 8516 14177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13771 8516 8511 14177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13772 8511 8623 14177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13773 8397 8465 14178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13774 8465 8511 14178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13775 8511 8431 14178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13776 8431 8397 14178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13777 8695 8623 14179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13778 8623 8551 14179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13779 8551 8629 14179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13780 8629 8695 14179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13781 8480 8551 14180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13782 8551 8465 14180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13783 8465 8412 14180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13784 8412 8480 14180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13785 8236 8323 14181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13786 8323 8412 14181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13787 8412 8330 14181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13788 8330 8236 14181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13789 8535 8480 14182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13790 8480 8411 14182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13791 8411 8458 14182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13792 8458 8535 14182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13793 8311 8411 14183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13794 8411 8323 14183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13795 8323 8228 14183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13796 8228 8311 14183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13797 7958 8067 14184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13798 8067 8228 14184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13799 8228 8125 14184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13800 8125 7958 14184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13801 8376 8311 14185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13802 8311 8192 14185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13803 8192 8270 14185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13804 8270 8376 14185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13805 8130 8192 14186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13806 8192 8067 14186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13807 8067 8038 14186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13808 8038 8130 14186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13809 8028 8055 14187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13810 8055 8038 14187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13811 8038 8005 14187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13812 8005 8028 14187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13813 8205 8130 14188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13814 8130 8098 14188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13815 8098 8167 14188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13816 8167 8205 14188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13817 7946 8098 14189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13818 8098 8055 14189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13819 8055 7899 14189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13820 7899 7946 14189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13821 8009 7991 14190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13822 7991 8030 14190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13823 8030 8078 14190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13824 8078 8009 14190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13825 7942 8030 14191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13826 8030 8005 14191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13827 8005 7910 14191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13828 7910 7942 14191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13829 7851 8028 14192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13830 8028 7991 14192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13831 7991 7793 14192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13832 7793 7851 14192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13833 7589 7667 14193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13834 7667 7899 14193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13835 7899 7851 14193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13836 7851 7589 14193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13837 8010 7946 14194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13838 7946 7757 14194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13839 7757 7849 14194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13840 7849 8010 14194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13841 7542 7757 14195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13842 7757 7667 14195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13843 7667 7390 14195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13844 7390 7542 14195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13845 7495 7506 14196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13846 7506 7793 14196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13847 7793 7800 14196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13848 7800 7495 14196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13849 7245 7589 14197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13850 7589 7506 14197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13851 7506 7133 14197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13852 7133 7245 14197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13853 6799 7014 14198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13854 7014 7390 14198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13855 7390 7245 14198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13856 7245 6799 14198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13857 7702 7542 14199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13858 7542 7326 14199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13859 7326 7569 14199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13860 7569 7702 14199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13861 6631 6690 14200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13862 6690 7133 14200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13863 7133 7097 14200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13864 7097 6631 14200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13865 6260 6799 14201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13866 6799 6690 14201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13867 6690 6119 14201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13868 6119 6260 14201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13869 5703 5713 14202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13870 5713 6119 14202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13871 6119 6070 14202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13872 6070 5703 14202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13873 7541 7877 14203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13874 7877 7600 14203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13875 7600 7294 14203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13876 7294 7541 14203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13877 7468 7600 14204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13878 7600 8132 14204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13879 8132 7986 14204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13880 7986 7468 14204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13881 8413 8132 14205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13882 8132 8321 14205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13883 8321 8565 14205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13884 8565 8413 14205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13885 8453 8321 14206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13886 8321 7877 14206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13887 7877 8180 14206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13888 8180 8453 14206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13889 8118 8375 14207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13890 8375 8180 14207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13891 8180 7813 14207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13892 7813 8118 14207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13893 8666 8453 14208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13894 8453 8577 14208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13895 8577 8738 14208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13896 8738 8666 14208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13897 8677 8577 14209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13898 8577 8375 14209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13899 8375 8499 14209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13900 8499 8677 14209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13901 8318 8559 14210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13902 8559 8499 14210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13903 8499 8272 14210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13904 8272 8318 14210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13905 8806 8677 14211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13906 8677 8766 14211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13907 8766 8867 14211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13908 8867 8806 14211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13909 8800 8766 14212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13910 8766 8559 14212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13911 8559 8589 14212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13912 8589 8800 14212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13913 8368 8599 14213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13914 8599 8589 14213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13915 8589 8350 14213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13916 8350 8368 14213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13917 8887 8800 14214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13918 8800 8792 14214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13919 8792 8877 14214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13920 8877 8887 14214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13921 8770 8792 14215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13922 8792 8599 14215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13923 8599 8598 14215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13924 8598 8770 14215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13925 8386 8588 14216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13926 8588 8598 14216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13927 8598 8379 14216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13928 8379 8386 14216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13929 8851 8770 14217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13930 8770 8727 14217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13931 8727 8820 14217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13932 8820 8851 14217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13933 8628 8727 14218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13934 8727 8588 14218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13935 8588 8532 14218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13936 8532 8628 14218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13937 8337 8449 14219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13938 8449 8532 14219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13939 8532 8369 14219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13940 8369 8337 14219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13941 8724 8628 14220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13942 8628 8508 14220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13943 8508 8580 14220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13944 8580 8724 14220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13945 8462 8508 14221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13946 8508 8449 14221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13947 8449 8418 14221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13948 8418 8462 14221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13949 8301 8408 14222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13950 8408 8418 14222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13951 8418 8312 14222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13952 8312 8301 14222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13953 8521 8462 14223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13954 8462 8460 14223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13955 8460 8525 14223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13956 8525 8521 14223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13957 8484 8460 14224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13958 8460 8408 14224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13959 8408 8417 14224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13960 8417 8484 14224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13961 6805 7300 14225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13962 7300 7088 14225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13963 7088 6710 14225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13964 6710 6805 14225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13965 7001 7088 14226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13966 7088 7294 14226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13967 7294 7142 14226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13968 7142 7001 14226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13969 7813 7541 14227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13970 7541 7300 14227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13971 7300 7496 14227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13972 7496 7813 14227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13973 5868 5881 14228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13974 5881 6710 14228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13975 6710 6641 14228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13976 6641 5868 14228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13977 7016 6805 14229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13978 6805 5927 14229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13979 5927 6236 14229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13980 6236 7016 14229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13981 7335 7739 14230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13982 7739 7496 14230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13983 7496 7016 14230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13984 7016 7335 14230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13985 8272 8118 14231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13986 8118 7739 14231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13987 7739 7890 14231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13988 7890 8272 14231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13989 6536 6810 14232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13990 6810 6236 14232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13991 6236 5838 14232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13992 5838 6536 14232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13993 7497 7335 14233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13994 7335 6810 14233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13995 6810 7050 14233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13996 7050 7497 14233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13997 7523 7916 14234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13998 7916 7890 14234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 13999 7890 7497 14234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14000 7497 7523 14234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14001 8350 8318 14235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14002 8318 7916 14235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14003 7916 7956 14235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14004 7956 8350 14235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14005 6744 7103 14236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14006 7103 7050 14236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14007 7050 6712 14236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14008 6712 6744 14236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14009 7561 7523 14237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14010 7523 7103 14237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14011 7103 7157 14237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14012 7157 7561 14237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14013 7617 7998 14238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14014 7998 7956 14238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14015 7956 7561 14238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14016 7561 7617 14238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14017 8379 8368 14239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14018 8368 7998 14239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14019 7998 8035 14239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14020 8035 8379 14239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14021 6843 7210 14240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14022 7210 7157 14240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14023 7157 6776 14240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14024 6776 6843 14240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14025 7653 7617 14241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14026 7617 7210 14241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14027 7210 7297 14241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14028 7297 7653 14241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14029 7694 8057 14242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14030 8057 8035 14242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14031 8035 7653 14242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14032 7653 7694 14242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14033 8369 8386 14243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14034 8386 8057 14243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14035 8057 8094 14243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14036 8094 8369 14243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14037 7131 7358 14244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14038 7358 7297 14244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14039 7297 7054 14244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14040 7054 7131 14244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14041 7745 7694 14245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14042 7694 7358 14245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14043 7358 7421 14245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14044 7421 7745 14245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14045 7805 8117 14246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14046 8117 8094 14246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14047 8094 7745 14246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14048 7745 7805 14246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14049 8312 8337 14247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14050 8337 8117 14247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14051 8117 8140 14247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14052 8140 8312 14247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14053 7293 7490 14248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14054 7490 7421 14248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14055 7421 7171 14248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14056 7171 7293 14248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14057 7857 7805 14249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14058 7805 7490 14249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14059 7490 7567 14249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14060 7567 7857 14249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14061 7896 8155 14250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14062 8155 8140 14250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14063 8140 7857 14250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14064 7857 7896 14250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14065 8316 8301 14251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14066 8301 8155 14251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14067 8155 8182 14251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14068 8182 8316 14251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14069 7454 7646 14252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14070 7646 7567 14252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14071 7567 7377 14252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14072 7377 7454 14252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14073 7944 7896 14253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14074 7896 7646 14253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14075 7646 7716 14253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14076 7716 7944 14253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14077 7143 7202 14254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14078 7202 7377 14254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14079 7377 7293 14254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14080 7293 7143 14254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14081 7499 7454 14255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14082 7454 7287 14255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14083 7287 7322 14255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14084 7322 7499 14255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14085 7083 7287 14256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14086 7287 7202 14256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14087 7202 7052 14256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14088 7052 7083 14256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14089 7005 7040 14257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14090 7040 7171 14257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14091 7171 7131 14257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14092 7131 7005 14257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14093 6997 7143 14258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14094 7143 7040 14258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14095 7040 6902 14258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14096 6902 6997 14258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14097 6853 7005 14259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14098 7005 7054 14259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14099 7054 6860 14259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14100 6860 6853 14259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14101 6834 6907 14260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14102 6907 7052 14260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14103 7052 6997 14260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14104 6997 6834 14260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14105 7113 7083 14261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14106 7083 6924 14261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14107 6924 6949 14261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14108 6949 7113 14261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14109 6750 6924 14262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14110 6924 6907 14262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14111 6907 6737 14262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14112 6737 6750 14262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14113 6598 6719 14263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14114 6719 6902 14263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14115 6902 6853 14263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14116 6853 6598 14263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14117 6653 6834 14264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14118 6834 6719 14264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14119 6719 6489 14264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14120 6489 6653 14264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14121 6353 6451 14265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14122 6451 6860 14265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14123 6860 6843 14265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14124 6843 6353 14265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14125 6351 6598 14266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14126 6598 6451 14266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14127 6451 6134 14266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14128 6134 6351 14266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14129 6402 6546 14267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14130 6546 6737 14267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14131 6737 6653 14267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14132 6653 6402 14267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14133 6761 6750 14268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14134 6750 6586 14268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14135 6586 6614 14268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14136 6614 6761 14268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14137 6310 6586 14269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14138 6586 6546 14269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14139 6546 6276 14269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14140 6276 6310 14269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14141 6093 6196 14270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14142 6196 6489 14270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14143 6489 6351 14270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14144 6351 6093 14270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14145 6159 6402 14271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14146 6402 6196 14271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14147 6196 6028 14271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14148 6028 6159 14271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14149 5954 6093 14272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14150 6093 6134 14272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14151 6134 5945 14272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14152 5945 5954 14272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14153 5995 6047 14273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14154 6047 6276 14273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14155 6276 6159 14273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14156 6159 5995 14273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14157 6358 6310 14274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14158 6310 6071 14274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14159 6071 6100 14274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14160 6100 6358 14274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14161 5896 6071 14275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14162 6071 6047 14275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14163 6047 5893 14275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14164 5893 5896 14275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14165 5828 5899 14276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14166 5899 6028 14276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14167 6028 5954 14276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14168 5954 5828 14276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14169 5882 5995 14277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14170 5995 5899 14277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14171 5899 5840 14277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14172 5840 5882 14277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14173 5660 5708 14278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14174 5708 5945 14278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14175 5945 5938 14278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14176 5938 5660 14278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14177 5714 5828 14279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14178 5828 5708 14279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14179 5708 5570 14279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14180 5570 5714 14279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14181 5795 5784 14280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14182 5784 5893 14280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14183 5893 5882 14280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14184 5882 5795 14280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14185 5863 5896 14281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14186 5896 5765 14281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14187 5765 5712 14281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14188 5712 5863 14281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14189 5655 5765 14282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14190 5765 5784 14282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14191 5784 5681 14282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14192 5681 5655 14282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14193 5701 5795 14283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14194 5795 5840 14283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14195 5840 5728 14283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14196 5728 5701 14283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14197 5583 5578 14284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14198 5578 5681 14284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14199 5681 5701 14284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14200 5701 5583 14284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14201 5629 5655 14285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14202 5655 5566 14285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14203 5566 5558 14285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14204 5558 5629 14285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14205 5569 5587 14286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14206 5587 5728 14286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14207 5728 5714 14286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14208 5714 5569 14286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14209 6320 5935 14287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14210 5935 5938 14287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14211 5938 6353 14287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14212 6353 6320 14287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14213 5661 5659 14288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14214 5659 5935 14288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14215 5935 5941 14288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14216 5941 5661 14288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14217 6299 5950 14289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14218 5950 5941 14289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14219 5941 6304 14289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14220 6304 6299 14289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14221 5617 5664 14290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14222 5664 5950 14290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14223 5950 5898 14290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14224 5898 5617 14290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14225 5838 5616 14291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14226 5616 5898 14291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14227 5898 6111 14291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14228 6111 5838 14291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14229 6304 6320 14292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14230 6320 6776 14292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14231 6776 6744 14292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14232 6744 6304 14292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14233 6111 6299 14293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14234 6299 6712 14293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14235 6712 6536 14293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14236 6536 6111 14293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14237 7327 7502 14294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14238 7502 7505 14294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14239 7505 7312 14294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14240 7312 7327 14294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14241 7493 7505 14295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14242 7505 7717 14295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14243 7717 7664 14295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14244 7664 7493 14295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14245 7860 7717 14296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14246 7717 7720 14296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14247 7720 7876 14296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14248 7876 7860 14296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14249 7737 7720 14297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14250 7720 7502 14297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14251 7502 7512 14297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14252 7512 7737 14297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14253 7000 7144 14298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14254 7144 7047 14298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14255 7047 6906 14298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14256 6906 7000 14298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14257 7035 7047 14299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14258 7047 7312 14299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14259 7312 7302 14299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14260 7302 7035 14299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14261 7347 7327 14300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14262 7327 7144 14300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14263 7144 7180 14300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14264 7180 7347 14300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14265 7364 7538 14301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14266 7538 7512 14301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14267 7512 7347 14301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14268 7347 7364 14301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14269 7907 7737 14302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14270 7737 7767 14302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14271 7767 7919 14302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14272 7919 7907 14302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14273 7706 7767 14303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14274 7767 7538 14303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14275 7538 7509 14303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14276 7509 7706 14303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14277 7023 7176 14304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14278 7176 7180 14304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14279 7180 7036 14304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14280 7036 7023 14304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14281 7386 7364 14305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14282 7364 7176 14305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14283 7176 7186 14305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14284 7186 7386 14305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14285 7332 7445 14306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14286 7445 7509 14306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14287 7509 7386 14306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14288 7386 7332 14306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14289 7811 7706 14307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14290 7706 7555 14307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14291 7555 7636 14307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14292 7636 7811 14307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14293 7411 7555 14308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14294 7555 7445 14308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14295 7445 7324 14308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14296 7324 7411 14308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14297 7189 7332 14309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14298 7332 7186 14309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14299 7186 7076 14309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14300 7076 7189 14309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14301 7031 7134 14310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14302 7134 7324 14310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14303 7324 7189 14310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14304 7189 7031 14310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14305 7472 7411 14311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14306 7411 7212 14311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14307 7212 7313 14311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14308 7313 7472 14311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14309 7075 7212 14312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14310 7212 7134 14312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14311 7134 7011 14312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14312 7011 7075 14312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14313 6762 6923 14313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14314 6923 7076 14313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14315 7076 6945 14313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14316 6945 6762 14313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14317 6957 7031 14314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14318 7031 6923 14314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14319 6923 6821 14314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14320 6821 6957 14314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14321 6864 6922 14315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14322 6922 7011 14315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14323 7011 6957 14315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14324 6957 6864 14315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14325 7148 7075 14316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14326 7075 6969 14316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14327 6969 7025 14316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14328 7025 7148 14316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14329 6742 6969 14317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14330 6969 6922 14317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14331 6922 6727 14317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14332 6727 6742 14317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14333 6703 6864 14318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14334 6864 6821 14318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14335 6821 6655 14318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14336 6655 6703 14318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14337 6326 6333 14319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14338 6333 6727 14319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14339 6727 6703 14319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14340 6703 6326 14319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14341 6771 6742 14320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14342 6742 6302 14320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14343 6302 6307 14320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14344 6307 6771 14320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14345 5929 6302 14321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14346 6302 6333 14321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14347 6333 5968 14321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14348 5968 5929 14321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14349 6208 6287 14322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14350 6287 6655 14322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14351 6655 6576 14322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14352 6576 6208 14322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14353 5977 6326 14323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14354 6326 6287 14323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14355 6287 5953 14323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14356 5953 5977 14323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14357 5662 5658 14324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14358 5658 5968 14324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14359 5968 5977 14324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14360 5977 5662 14324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14361 5916 5929 14325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14362 5929 5639 14325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14363 5639 5633 14325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14364 5633 5916 14325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14365 5634 5651 14326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14366 5651 5953 14326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14367 5953 5920 14326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14368 5920 5634 14326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14369 7788 7860 14327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14370 7860 7924 14327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14371 7924 7836 14327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14372 7836 7788 14327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14373 7985 7924 14328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14374 7924 7957 14328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14375 7957 8031 14328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14376 8031 7985 14328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14377 7997 7957 14329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14378 7957 7876 14329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14379 7876 7902 14329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14380 7902 7997 14329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14381 8050 7997 14330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14382 7997 8004 14330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14383 8004 8048 14330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14384 8048 8050 14330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14385 8023 8004 14331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14386 8004 7902 14331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14387 7902 7911 14331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14388 7911 8023 14331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14389 8107 8023 14332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14390 8023 8056 14332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14391 8056 8158 14332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14392 8158 8107 14332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14393 8039 8056 14333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14394 8056 7911 14333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14395 7911 7907 14333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14396 7907 8039 14333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14397 8163 8039 14334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14398 8039 8026 14334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14399 8026 8139 14334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14400 8139 8163 14334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14401 8007 8026 14335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14402 8026 7919 14335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14403 7919 7917 14335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14404 7917 8007 14335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14405 8061 8007 14336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14406 8007 7934 14336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14407 7934 7968 14336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14408 7968 8061 14336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14409 7835 7934 14337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14410 7934 7917 14337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14411 7917 7811 14337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14412 7811 7835 14337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14413 7853 7835 14338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14414 7835 7659 14338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14415 7659 7689 14338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14416 7689 7853 14338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14417 7508 7659 14339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14418 7659 7636 14339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14419 7636 7472 14339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14420 7472 7508 14339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14421 7556 7508 14340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14422 7508 7387 14340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14423 7387 7457 14340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14424 7457 7556 14340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14425 7249 7387 14341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14426 7387 7313 14341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14427 7313 7148 14341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14428 7148 7249 14341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14429 7355 7249 14342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14430 7249 7115 14342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14431 7115 7233 14342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14432 7233 7355 14342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14433 6859 7115 14343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14434 7115 7025 14343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14435 7025 6771 14343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14436 6771 6859 14343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14437 6916 6859 14344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14438 6859 6362 14344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14439 6362 6393 14344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14440 6393 6916 14344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14441 5932 6362 14345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14442 6362 6307 14345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14443 6307 5916 14345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14444 5916 5932 14345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14445 5949 5932 14346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14446 5932 5641 14346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14447 5641 5653 14346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14448 5653 5949 14346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14449 8257 8294 14347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14450 8294 8313 14347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14451 8313 8253 14347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14452 8253 8257 14347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14453 8274 8313 14348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14454 8313 8377 14348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14455 8377 8358 14348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14456 8358 8274 14348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14457 8436 8377 14349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14458 8377 8341 14349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14459 8341 8382 14349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14460 8382 8436 14349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14461 8286 8341 14350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14462 8341 8294 14350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14463 8294 8255 14350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14464 8255 8286 14350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14465 8209 8230 14351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14466 8230 8210 14351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14467 8210 8174 14351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14468 8174 8209 14351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14469 8141 8210 14352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14470 8210 8253 14352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14471 8253 8208 14352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14472 8208 8141 14352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14473 8235 8257 14353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14474 8257 8230 14353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14475 8230 8217 14353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14476 8217 8235 14353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14477 8175 8198 14354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14478 8198 8153 14354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14479 8153 8126 14354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14480 8126 8175 14354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14481 8033 8153 14355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14482 8153 8174 14355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14483 8174 8066 14355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14484 8066 8033 14355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14485 8204 8209 14356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14486 8209 8198 14356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14487 8198 8196 14356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14488 8196 8204 14356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14489 8088 8143 14357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14490 8143 8089 14357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14491 8089 8040 14357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14492 8040 8088 14357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14493 7975 8089 14358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14494 8089 8126 14358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14495 8126 8001 14358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14496 8001 7975 14358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14497 8189 8175 14359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14498 8175 8143 14359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14499 8143 8151 14359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14500 8151 8189 14359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14501 7881 7985 14360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14502 7985 8040 14360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14503 8040 7936 14360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14504 7936 7881 14360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14505 8095 8088 14361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14506 8088 8031 14361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14507 8031 8050 14361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14508 8050 8095 14361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14509 8108 8095 14362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14510 8095 8049 14362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14511 8049 8051 14362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14512 8051 8108 14362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14513 8047 8049 14363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14514 8049 8048 14363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14515 8048 8063 14363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14516 8063 8047 14363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14517 8158 8163 14364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14518 8163 8218 14364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14519 8218 8207 14364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14520 8207 8158 14364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14521 8251 8218 14365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14522 8218 8195 14365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14523 8195 8234 14365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14524 8234 8251 14365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14525 8138 8195 14366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14526 8195 8139 14366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14527 8139 8061 14366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14528 8061 8138 14366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14529 8184 8138 14367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14530 8138 8017 14367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14531 8017 8093 14367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14532 8093 8184 14367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14533 7892 8017 14368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14534 8017 7968 14368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14535 7968 7853 14368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14536 7853 7892 14368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14537 7949 7892 14369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14538 7892 7736 14369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14539 7736 7803 14369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14540 7803 7949 14369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14541 7621 7736 14370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14542 7736 7689 14370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14543 7689 7556 14370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14544 7556 7621 14370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14545 7684 7621 14371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14546 7621 7518 14371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14547 7518 7613 14371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14548 7613 7684 14371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14549 7451 7518 14372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14550 7518 7457 14372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14551 7457 7355 14372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14552 7355 7451 14372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14553 7536 7451 14373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14554 7451 7370 14373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14555 7370 7481 14373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14556 7481 7536 14373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14557 7354 7370 14374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14558 7370 7233 14374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14559 7233 7181 14374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14560 7181 7354 14374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14561 7704 7634 14375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14562 7634 7588 14375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14563 7588 7668 14375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14564 7668 7704 14375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14565 7594 7588 14376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14566 7588 7481 14376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14567 7481 7474 14376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14568 7474 7594 14376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14569 7613 7536 14377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14570 7536 7634 14377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14571 7634 7685 14377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14572 7685 7613 14377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14573 7838 7769 14378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14574 7769 7685 14378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14575 7685 7754 14378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14576 7754 7838 14378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14577 7803 7684 14379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14578 7684 7769 14379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14579 7769 7872 14379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14580 7872 7803 14379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14581 8121 8027 14380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14582 8027 7872 14380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14583 7872 7939 14380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14584 7939 8121 14380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14585 8093 7949 14381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14586 7949 8027 14381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14587 8027 8169 14381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14588 8169 8093 14381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14589 8269 8227 14382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14590 8227 8169 14382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14591 8169 8222 14382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14592 8222 8269 14382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14593 8234 8184 14383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14594 8184 8227 14383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14595 8227 8260 14383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14596 8260 8234 14383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14597 8295 8267 14384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14598 8267 8260 14384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14599 8260 8293 14384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14600 8293 8295 14384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14601 8240 8251 14385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14602 8251 8267 14385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14603 8267 8249 14385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14604 8249 8240 14385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14605 8223 8206 14386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14606 8206 8249 14386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14607 8249 8271 14386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14608 8271 8223 14386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14609 8207 8240 14387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14610 8240 8188 14387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14611 8188 8162 14387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14612 8162 8207 14387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14613 8134 8188 14388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14614 8188 8206 14388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14615 8206 8160 14388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14616 8160 8134 14388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14617 8113 8082 14389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14618 8082 8160 14389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14619 8160 8176 14389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14620 8176 8113 14389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14621 8109 8134 14390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14622 8134 8060 14390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14623 8060 8047 14390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14624 8047 8109 14390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14625 8051 8060 14391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14626 8060 8082 14391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14627 8082 8058 14391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14628 8058 8051 14391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14629 8106 8097 14392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14630 8097 8058 14392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14631 8058 8083 14392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14632 8083 8106 14392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14633 8151 8108 14393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14634 8108 8097 14393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14635 8097 8136 14393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14636 8136 8151 14393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14637 8196 8189 14394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14638 8189 8136 14394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14639 8136 8149 14394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14640 8149 8196 14394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14641 8162 8109 14395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14642 8109 8063 14395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14643 8063 8107 14395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14644 8107 8162 14395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14645 8435 8436 14396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14646 8436 8497 14396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14647 8497 8517 14396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14648 8517 8435 14396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14649 8354 8421 14397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14650 8421 8382 14397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14651 8382 8319 14397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14652 8319 8354 14397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14653 8232 8254 14398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14654 8254 8319 14398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14655 8319 8286 14398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14656 8286 8232 14398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14657 8244 8280 14399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14658 8280 8254 14399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14659 8254 8216 14399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14660 8216 8244 14399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14661 8173 8199 14400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14662 8199 8216 14400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14663 8216 8193 14400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14664 8193 8173 14400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14665 8245 8233 14401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14666 8233 8199 14401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14667 8199 8215 14401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14668 8215 8245 14401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14669 8237 8261 14402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14670 8261 8215 14402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14671 8215 8191 14402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14672 8191 8237 14402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14673 8342 8285 14403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14674 8285 8261 14403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14675 8261 8315 14403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14676 8315 8342 14403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14677 8351 8371 14404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14678 8371 8315 14404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14679 8315 8287 14404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14680 8287 8351 14404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14681 8437 8404 14405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14682 8404 8371 14405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14683 8371 8416 14405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14684 8416 8437 14405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14685 8430 8451 14406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14686 8451 8416 14406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14687 8416 8395 14406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14688 8395 8430 14406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14689 8181 8200 14407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14690 8200 8255 14407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14691 8255 8235 14407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14692 8235 8181 14407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14693 8193 8232 14408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14694 8232 8200 14408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14695 8200 8168 14408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14696 8168 8193 14408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14697 8146 8159 14409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14698 8159 8168 14409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14699 8168 8154 14409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14700 8154 8146 14409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14701 8191 8173 14410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14702 8173 8159 14410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14703 8159 8171 14410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14704 8171 8191 14410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14705 8194 8214 14411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14706 8214 8171 14411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14707 8171 8150 14411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14708 8150 8194 14411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14709 8287 8237 14412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14710 8237 8214 14412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14711 8214 8262 14412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14712 8262 8287 14412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14713 8300 8327 14413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14714 8327 8262 14413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14715 8262 8243 14413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14716 8243 8300 14413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14717 8395 8351 14414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14718 8351 8327 14414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14719 8327 8363 14414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14720 8363 8395 14414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14721 8336 8381 14415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14722 8381 8363 14415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14723 8363 8332 14415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14724 8332 8336 14415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14725 8431 8430 14416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14726 8430 8381 14416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14727 8381 8367 14416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14728 8367 8431 14416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14729 8266 8326 14417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14730 8326 8367 14417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14731 8367 8314 14417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14732 8314 8266 14417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14733 8330 8397 14418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14734 8397 8326 14418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14735 8326 8247 14418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14736 8247 8330 14418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14737 8003 8128 14419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14738 8128 8247 14419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14739 8247 8178 14419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14740 8178 8003 14419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14741 8125 8236 14420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14742 8236 8128 14420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14743 8128 7973 14420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14744 7973 8125 14420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14745 7801 7868 14421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14746 7868 7973 14421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14747 7973 7889 14421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14748 7889 7801 14421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14749 7910 7958 14422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14750 7958 7868 14422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14751 7868 7822 14422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14752 7822 7910 14422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14753 7729 7826 14423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14754 7826 7822 14423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14755 7822 7742 14423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14756 7742 7729 14423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14757 7979 7942 14424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14758 7942 7826 14424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14759 7826 7847 14424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14760 7847 7979 14424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14761 7741 7729 14425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14762 7729 7668 14425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14763 7668 7679 14425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14764 7679 7741 14425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14765 7754 7704 14426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14766 7704 7742 14426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14767 7742 7801 14426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14768 7801 7754 14426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14769 7939 7838 14427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14770 7838 7889 14427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14771 7889 8003 14427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14772 8003 7939 14427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14773 8222 8121 14428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14774 8121 8178 14428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14775 8178 8266 14428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14776 8266 8222 14428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14777 8293 8269 14429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14778 8269 8314 14429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14779 8314 8336 14429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14780 8336 8293 14429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14781 8271 8295 14430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14782 8295 8332 14430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14783 8332 8300 14430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14784 8300 8271 14430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14785 8176 8223 14431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14786 8223 8243 14431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14787 8243 8194 14431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14788 8194 8176 14431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14789 8083 8113 14432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14790 8113 8150 14432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14791 8150 8127 14432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14792 8127 8083 14432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14793 8148 8135 14433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14794 8135 8127 14433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14795 8127 8146 14433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14796 8146 8148 14433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14797 8149 8106 14434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14798 8106 8135 14434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14799 8135 8165 14434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14800 8165 8149 14434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14801 8217 8204 14435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14802 8204 8165 14435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14803 8165 8172 14435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14804 8172 8217 14435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14805 8154 8181 14436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14806 8181 8172 14436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14807 8172 8148 14436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14808 8148 8154 14436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14809 5695 5690 14437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14810 5690 5580 14437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14811 5580 5581 14437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14812 5581 5695 14437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14813 5626 5582 14438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14814 5582 5698 14438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14815 5698 5752 14438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14816 5752 5626 14438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14817 5790 5698 14439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14818 5698 5690 14439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14819 5690 5791 14439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14820 5791 5790 14439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14821 5721 5706 14440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14822 5706 5585 14440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14823 5585 5586 14440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14824 5586 5721 14440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14825 5808 5695 14441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14826 5695 5706 14441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14827 5706 5831 14441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14828 5831 5808 14441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14829 5758 5742 14442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14830 5742 5591 14442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14831 5591 5594 14442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14832 5594 5758 14442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14833 5849 5721 14443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14834 5721 5742 14443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14835 5742 5861 14443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14836 5861 5849 14443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14837 5880 5869 14444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14838 5869 5791 14444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14839 5791 5808 14444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14840 5808 5880 14444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14841 5866 5790 14445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14842 5790 5859 14445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14843 5859 5906 14445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14844 5906 5866 14445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14845 5921 5859 14446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14846 5859 5869 14446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14847 5869 5948 14446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14848 5948 5921 14446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14849 5922 5903 14447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14850 5903 5831 14447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14851 5831 5849 14447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14852 5849 5922 14447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14853 5969 5880 14448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14854 5880 5903 14448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14855 5903 5996 14448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14856 5996 5969 14448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14857 5947 5931 14449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14858 5931 5861 14449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14859 5861 5873 14449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14860 5873 5947 14449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14861 6006 5922 14450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14862 5922 5931 14450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14863 5931 6008 14450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14864 6008 6006 14450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14865 6056 6037 14451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14866 6037 5948 14451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14867 5948 5969 14451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14868 5969 6056 14451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14869 5965 5921 14452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14870 5921 6010 14452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14871 6010 6030 14452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14872 6030 5965 14452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14873 6117 6010 14453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14874 6010 6037 14453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14875 6037 6156 14453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14876 6156 6117 14453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14877 6073 6065 14454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14878 6065 5996 14454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14879 5996 6006 14454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14880 6006 6073 14454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14881 6178 6056 14455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14882 6056 6065 14455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14883 6065 6184 14455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14884 6184 6178 14455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14885 6099 6088 14456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14886 6088 6008 14456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14887 6008 6022 14456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14888 6022 6099 14456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14889 6125 6073 14457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14890 6073 6088 14457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14891 6088 6139 14457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14892 6139 6125 14457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14893 6460 6261 14458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14894 6261 6305 14458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14895 6305 6572 14458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14896 6572 6460 14458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14897 6371 6305 14459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14898 6305 6156 14459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14899 6156 6178 14459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14900 6178 6371 14459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14901 6118 6117 14460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14902 6117 6180 14460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14903 6180 6174 14460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14904 6174 6118 14460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14905 6214 6180 14461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14906 6180 6261 14461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14907 6261 6246 14461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14908 6246 6214 14461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14909 6416 6388 14462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14910 6388 6184 14462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14911 6184 6203 14462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14912 6203 6416 14462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14913 6644 6371 14463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14914 6371 6388 14463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14915 6388 6648 14463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14916 6648 6644 14463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14917 6471 6432 14464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14918 6432 6241 14464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14919 6241 6278 14464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14920 6278 6471 14464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14921 6149 6241 14465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14922 6241 6203 14465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14923 6203 6125 14465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14924 6125 6149 14465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14925 6649 6416 14466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14926 6416 6432 14466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14927 6432 6645 14466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14928 6645 6649 14466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14929 5712 5629 14467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14930 5629 5557 14467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14931 5557 5626 14467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14932 5626 5712 14467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14933 5962 5863 14468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14934 5863 5752 14468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14935 5752 5858 14468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14936 5858 5962 14468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14937 5858 5866 14469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14938 5866 6004 14469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14939 6004 6000 14469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14940 6000 5858 14469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14941 6081 6004 14470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14942 6004 6040 14470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14943 6040 6113 14470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14944 6113 6081 14470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14945 6068 6040 14471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14946 6040 5906 14471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14947 5906 5965 14471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14948 5965 6068 14471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14949 6147 6094 14472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14950 6094 6030 14472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14951 6030 6118 14472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14952 6118 6147 14472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14953 6229 6068 14473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14954 6068 6094 14473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14955 6094 6226 14473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14956 6226 6229 14473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14957 6239 6188 14474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14958 6188 6212 14474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14959 6212 6247 14474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14960 6247 6239 14474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14961 6270 6212 14475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14962 6212 6204 14475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14963 6204 6267 14475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14964 6267 6270 14475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14965 6235 6204 14476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14966 6204 6174 14476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14967 6174 6213 14476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14968 6213 6235 14476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14969 6256 6147 14477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14970 6147 6188 14477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14971 6188 6295 14477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14972 6295 6256 14477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14973 6356 6275 14478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14974 6275 6291 14478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14975 6291 6375 14478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14976 6375 6356 14478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14977 6327 6291 14479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14978 6291 6294 14479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14979 6294 6344 14479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14980 6344 6327 14479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14981 6554 6294 14480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14982 6294 6277 14480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14983 6277 6545 14480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14984 6545 6554 14480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14985 6271 6277 14481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14986 6277 6267 14481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14987 6267 6251 14481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14988 6251 6271 14481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14989 6257 6270 14482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14990 6270 6275 14482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14991 6275 6264 14482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14992 6264 6257 14482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14993 6503 6460 14483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14994 6460 6830 14483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14995 6830 6873 14483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14996 6873 6503 14483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14997 6898 6830 14484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14998 6830 6572 14484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 14999 6572 6644 14484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15000 6644 6898 14484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15001 5806 5798 14485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15002 5798 5606 14485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15003 5606 5610 14485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15004 5610 5806 14485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15005 5595 5602 14486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15006 5602 5779 14486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15007 5779 5766 14486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15008 5766 5595 14486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15009 5904 5779 14487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15010 5779 5798 14487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15011 5798 5926 14487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15012 5926 5904 14487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15013 6029 6015 14488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15014 6015 5926 14488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15015 5926 5934 14488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15016 5934 6029 14488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15017 5885 5904 14489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15018 5904 5998 14489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15019 5998 5970 14489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15020 5970 5885 14489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15021 6061 5998 14490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15022 5998 6015 14490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15023 6015 6078 14490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15024 6078 6061 14490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15025 6112 6129 14491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15026 6129 6078 14491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15027 6078 6090 14491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15028 6090 6112 14491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15029 6042 6061 14492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15030 6061 6124 14492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15031 6124 6110 14492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15032 6110 6042 14492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15033 6181 6124 14493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15034 6124 6129 14493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15035 6129 6193 14493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15036 6193 6181 14493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15037 6338 6319 14494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15038 6319 6193 14494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15039 6193 6185 14494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15040 6185 6338 14494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15041 6168 6181 14495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15042 6181 6283 14495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15043 6283 6252 14495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15044 6252 6168 14495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15045 6355 6283 14496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15046 6283 6319 14496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15047 6319 6424 14496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15048 6424 6355 14496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15049 6540 6500 14497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15050 6500 6424 14497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15051 6424 6456 14497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15052 6456 6540 14497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15053 6288 6355 14498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15054 6355 6411 14498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15055 6411 6328 14498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15056 6328 6288 14498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15057 6443 6411 14499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15058 6411 6500 14499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15059 6500 6544 14499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15060 6544 6443 14499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15061 6383 6434 14500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15062 6434 6278 14500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15063 6278 6243 14500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15064 6243 6383 14500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15065 6626 6471 14501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15066 6471 6434 14501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15067 6434 6597 14501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15068 6597 6626 14501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15069 6350 6443 14502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15070 6443 6448 14502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15071 6448 6352 14502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15072 6352 6350 14502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15073 6445 6448 14503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15074 6448 6535 14503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15075 6535 6530 14503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15076 6530 6445 14503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15077 6567 6535 14504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15078 6535 6544 14504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15079 6544 6575 14504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15080 6575 6567 14504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15081 6509 6594 14505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15082 6594 6555 14505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15083 6555 6485 14505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15084 6485 6509 14505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15085 6571 6555 14506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15086 6555 6675 14506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15087 6675 6697 14506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15088 6697 6571 14506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15089 6663 6675 14507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15090 6675 6594 14507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15091 6594 6599 14507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15092 6599 6663 14507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15093 6463 6480 14508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15094 6480 6518 14508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15095 6518 6502 14508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15096 6502 6463 14508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15097 6558 6518 14509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15098 6518 6521 14509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15099 6521 6592 14509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15100 6592 6558 14509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15101 6553 6521 14510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15102 6521 6480 14510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15103 6480 6504 14510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15104 6504 6553 14510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15105 6552 6510 14511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15106 6510 6497 14511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15107 6497 6543 14511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15108 6543 6552 14511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15109 6495 6497 14512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15110 6497 6454 14512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15111 6454 6452 14512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15112 6452 6495 14512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15113 6396 6454 14513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15114 6454 6466 14513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15115 6466 6418 14513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15116 6418 6396 14513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15117 6439 6466 14514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15118 6466 6510 14514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15119 6510 6486 14514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15120 6486 6439 14514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15121 6273 6366 14515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15122 6366 6401 14515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15123 6401 6293 14515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15124 6293 6273 14515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15125 6433 6401 14516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15126 6401 6486 14516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15127 6486 6513 14516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15128 6513 6433 14516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15129 6387 6439 14517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15130 6439 6366 14517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15131 6366 6340 14517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15132 6340 6387 14517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15133 6039 6104 14518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15134 6104 6144 14518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15135 6144 6076 14518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15136 6076 6039 14518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15137 6164 6144 14519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15138 6144 6293 14519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15139 6293 6316 14519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15140 6316 6164 14519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15141 6219 6273 14520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15142 6273 6104 14520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15143 6104 6075 14520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15144 6075 6219 14520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15145 6074 6060 14521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15146 6060 6076 14521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15147 6076 6098 14521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15148 6098 6074 14521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15149 5993 6039 14522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15150 6039 6060 14522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15151 6060 6009 14522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15152 6009 5993 14522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15153 5772 5894 14523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15154 5894 5915 14523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15155 5915 5783 14523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15156 5783 5772 14523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15157 5928 5915 14524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15158 5915 6009 14524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15159 6009 6021 14524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15160 6021 5928 14524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15161 5972 5993 14525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15162 5993 5894 14525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15163 5894 5891 14525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15164 5891 5972 14525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15165 5607 5603 14526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15166 5603 5783 14526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15167 5783 5801 14526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15168 5801 5607 14526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15169 5743 5772 14527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15170 5772 5597 14527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15171 5597 5592 14527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15172 5592 5743 14527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15173 5665 5686 14528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15174 5686 5579 14528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15175 5579 5568 14528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15176 5568 5665 14528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15177 5836 5743 14529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15178 5743 5686 14529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15179 5686 5759 14529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15180 5759 5836 14529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15181 5856 5837 14530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15182 5837 5786 14530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15183 5786 5829 14530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15184 5829 5856 14530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15185 5775 5786 14531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15186 5786 5797 14531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15187 5797 5777 14531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15188 5777 5775 14531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15189 5782 5797 14532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15190 5797 5848 14532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15191 5848 5847 14532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15192 5847 5782 14532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15193 5878 5848 14533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15194 5848 5837 14533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15195 5837 5870 14533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15196 5870 5878 14533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15197 5676 5672 14534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15198 5672 5573 14534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15199 5573 5574 14534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15200 5574 5676 14534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15201 5727 5665 14535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15202 5665 5672 14535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15203 5672 5738 14535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15204 5738 5727 14535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15205 5822 5775 14536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15206 5775 5794 14536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15207 5794 5839 14536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15208 5839 5822 14536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15209 5773 5794 14537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15210 5794 5777 14537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15211 5777 5762 14537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15212 5762 5773 14537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15213 5951 5936 14538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15214 5936 5818 14538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15215 5818 5811 14538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15216 5811 5951 14538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15217 5738 5818 14539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15218 5818 5845 14539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15219 5845 5773 14539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15220 5773 5738 14539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15221 5865 5845 14540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15222 5845 5933 14540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15223 5933 5946 14540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15224 5946 5865 14540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15225 6062 5933 14541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15226 5933 5936 14541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15227 5936 6087 14541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15228 6087 6062 14541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15229 6321 6284 14542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15230 6284 6087 14542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15231 6087 6146 14542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15232 6146 6321 14542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15233 6031 6062 14543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15234 6062 6253 14543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15235 6253 6183 14543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15236 6183 6031 14543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15237 6359 6253 14544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15238 6253 6284 14544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15239 6284 6396 14544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15240 6396 6359 14544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15241 5663 5680 14545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15242 5680 5577 14545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15243 5577 5563 14545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15244 5563 5663 14545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15245 5811 5676 14546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15246 5676 5680 14546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15247 5680 5827 14546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15248 5827 5811 14546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15249 5780 5663 14547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15250 5663 5562 14547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15251 5562 5702 14547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15252 5702 5780 14547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15253 5983 5975 14548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15254 5975 5827 14548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15255 5827 5780 14548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15256 5780 5983 14548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15257 6146 5951 14549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15258 5951 5975 14549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15259 5975 6176 14549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15260 6176 6146 14549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15261 5961 5967 14550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15262 5967 5702 14550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15263 5702 5671 14550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15264 5671 5961 14550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15265 6189 5983 14551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15266 5983 5967 14551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15267 5967 6215 14551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15268 6215 6189 14551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15269 5835 5862 14552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15270 5862 5631 14552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15271 5631 5621 14552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15272 5621 5835 14552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15273 5668 5654 14553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15274 5654 5917 14553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15275 5917 5955 14553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15276 5955 5668 14553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15277 6155 5917 14554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15278 5917 5862 14554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15279 5862 6057 14554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15280 6057 6155 14554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15281 5875 5864 14555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15282 5864 5632 14555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15283 5632 5635 14555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15284 5635 5875 14555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15285 5614 5620 14556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15286 5620 5834 14556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15287 5834 5814 14556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15288 5814 5614 14556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15289 6014 5834 14557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15290 5834 5864 14557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15291 5864 6072 14557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15292 6072 6014 14557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15293 5884 5895 14558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15294 5895 5647 14558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15295 5647 5640 14558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15296 5640 5884 14558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15297 5637 5642 14559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15298 5642 5886 14559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15299 5886 5879 14559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15300 5879 5637 14559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15301 6133 5886 14560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15302 5886 5895 14560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15303 5895 6143 14560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15304 6143 6133 14560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15305 6504 6399 14561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15306 6399 6417 14561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15307 6417 6589 14561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15308 6589 6504 14561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15309 6487 6417 14562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15310 6417 6176 14562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15311 6176 6189 14562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15312 6189 6487 14562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15313 6452 6321 14563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15314 6321 6399 14563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15315 6399 6463 14563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15316 6463 6452 14563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15317 6524 6511 14564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15318 6511 6215 14564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15319 6215 6227 14564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15320 6227 6524 14564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15321 6617 6487 14565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15322 6487 6511 14565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15323 6511 6635 14565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15324 6635 6617 14565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15325 6194 6280 14566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15326 6280 6057 14566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15327 6057 6011 14566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15328 6011 6194 14566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15329 6220 6155 14567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15330 6155 6428 14567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15331 6428 6512 14567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15332 6512 6220 14567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15333 6687 6428 14568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15334 6428 6280 14568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15335 6280 6591 14568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15336 6591 6687 14568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15337 6384 6331 14569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15338 6331 6072 14569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15339 6072 6108 14569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15340 6108 6384 14569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15341 5988 6014 14570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15342 6014 6223 14570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15343 6223 6171 14570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15344 6171 5988 14570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15345 6539 6223 14571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15346 6223 6331 14571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15347 6331 6634 14571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15348 6634 6539 14571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15349 6374 6407 14572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15350 6407 6143 14572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15351 6143 6123 14572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15352 6123 6374 14572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15353 6122 6133 14573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15354 6133 6404 14573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15355 6404 6395 14573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15356 6395 6122 14573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15357 6683 6404 14574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15358 6404 6407 14574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15359 6407 6660 14574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15360 6660 6683 14574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15361 6627 6553 14575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15362 6553 6606 14575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15363 6606 6694 14575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15364 6694 6627 14575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15365 6630 6606 14576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15366 6606 6589 14576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15367 6589 6617 14576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15368 6617 6630 14576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15369 6728 6630 14577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15370 6630 6635 14577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15371 6635 6738 14577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15372 6738 6728 14577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15373 6783 6813 14578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15374 6813 6591 14578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15375 6591 6516 14578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15376 6516 6783 14578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15377 6733 6687 14579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15378 6687 6882 14579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15379 6882 6921 14579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15380 6921 6733 14579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15381 7037 6882 14580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15382 6882 6813 14580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15383 6813 7010 14580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15384 7010 7037 14580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15385 6913 6869 14581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15386 6869 6634 14581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15387 6634 6682 14581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15388 6682 6913 14581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15389 6475 6539 14582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15390 6539 6774 14582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15391 6774 6745 14582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15392 6745 6475 14582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15393 6983 6774 14583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15394 6774 6869 14583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15395 6869 7043 14583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15396 7043 6983 14583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15397 6758 6842 14584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15398 6842 6660 14584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15399 6660 6609 14584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15400 6609 6758 14584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15401 6692 6683 14585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15402 6683 6891 14585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15403 6891 6917 14585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15404 6917 6692 14585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15405 7079 6891 14586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15406 6891 6842 14586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15407 6842 7035 14586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15408 7035 7079 14586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15409 6814 6947 14587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15410 6947 6849 14587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15411 6849 6739 14587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15412 6739 6814 14587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15413 6854 6849 14588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15414 6849 7042 14588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15415 7042 7051 14588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15416 7051 6854 14588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15417 7135 7042 14589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15418 7042 6947 14589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15419 6947 7015 14589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15420 7015 7135 14589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15421 7243 7197 14590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15422 7197 7065 14590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15423 7065 7080 14590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15424 7080 7243 14590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15425 6920 7065 14591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15426 7065 7015 14591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15427 7015 6883 14591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15428 6883 6920 14591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15429 7262 7135 14592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15430 7135 7197 14592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15431 7197 7338 14592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15432 7338 7262 14592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15433 7129 7152 14593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15434 7152 7010 14593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15435 7010 6984 14593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15436 6984 7129 14593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15437 7074 7037 14594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15438 7037 7187 14594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15439 7187 7222 14594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15440 7222 7074 14594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15441 7331 7187 14595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15442 7187 7152 14595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15443 7152 7267 14595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15444 7267 7331 14595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15445 7289 7227 14596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15446 7227 7043 14596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15447 7043 7095 14596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15448 7095 7289 14596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15449 6952 6983 14597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15450 6983 7150 14597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15451 7150 7110 14597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15452 7110 6952 14597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15453 7308 7150 14598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15454 7150 7227 14598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15455 7227 7373 14598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15456 7373 7308 14598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15457 7102 7079 14599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15458 7079 7310 14599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15459 7310 7307 14599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15460 7307 7102 14599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15461 7460 7310 14600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15462 7310 7302 14600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15463 7302 7493 14600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15464 7493 7460 14600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15465 6872 6893 14601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15466 6893 6648 14601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15467 6648 6649 14601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15468 6649 6872 14601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15469 7149 6898 14602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15470 6898 6893 14602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15471 6893 7132 14602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15472 7132 7149 14602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15473 6766 6828 14603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15474 6828 6645 14603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15475 6645 6626 14603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15476 6626 6766 14603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15477 7094 6872 14604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15478 6872 6828 14604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15479 6828 7032 14604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15480 7032 7094 14604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15481 7380 7422 14605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15482 7422 7132 14605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15483 7132 7094 14605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15484 7094 7380 14605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15485 7159 7149 14606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15486 7149 7450 14606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15487 7450 7461 14606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15488 7461 7159 14606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15489 7619 7450 14607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15490 7450 7422 14607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15491 7422 7638 14607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15492 7638 7619 14607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15493 7195 7309 14608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15494 7309 7032 14608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15495 7032 6973 14608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15496 6973 7195 14608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15497 7609 7380 14609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15498 7380 7309 14609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15499 7309 7514 14609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15500 7514 7609 14609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15501 7792 7674 14610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15502 7674 7812 14610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15503 7812 7967 14610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15504 7967 7792 14610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15505 7832 7812 14611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15506 7812 7638 14611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15507 7638 7609 14611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15508 7609 7832 14611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15509 7611 7619 14612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15510 7619 7674 14612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15511 7674 7622 14612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15512 7622 7611 14612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15513 8012 7832 14613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15514 7832 7726 14613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15515 7726 7903 14613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15516 7903 8012 14613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15517 7642 7726 14614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15518 7726 7514 14614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15519 7514 7444 14614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15520 7444 7642 14614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15521 6706 6734 14615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15522 6734 6597 14615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15523 6597 6578 14615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15524 6578 6706 14615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15525 6973 6766 14616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15526 6766 6734 14616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15527 6734 6912 14616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15528 6912 6973 14616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15529 7073 7124 14617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15530 7124 6912 14617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15531 6912 6866 14617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15532 6866 7073 14617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15533 7444 7195 14618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15534 7195 7124 14618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15535 7124 7361 14618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15536 7361 7444 14618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15537 7558 7571 14619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15538 7571 7361 14619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15539 7361 7343 14619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15540 7343 7558 14619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15541 7824 7642 14620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15542 7642 7571 14620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15543 7571 7749 14620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15544 7749 7824 14620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15545 7816 7866 14621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15546 7866 7749 14621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15547 7749 7698 14621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15548 7698 7816 14621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15549 7903 7824 14622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15550 7824 7938 14622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15551 7938 8043 14622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15552 8043 7903 14622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15553 8080 7938 14623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15554 7938 7866 14623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15555 7866 7981 14623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15556 7981 8080 14623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15557 7500 7429 14624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15558 7429 7303 14624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15559 7303 7357 14624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15560 7357 7500 14624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15561 7199 7303 14625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15562 7303 7267 14625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15563 7267 7196 14625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15564 7196 7199 14625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15565 7374 7331 14626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15566 7331 7429 14626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15567 7429 7480 14626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15568 7480 7374 14626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15569 7580 7575 14627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15570 7575 7437 14627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15571 7437 7462 14627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15572 7462 7580 14627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15573 7360 7437 14628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15574 7437 7357 14628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15575 7357 7281 14628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15576 7281 7360 14628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15577 7601 7500 14629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15578 7500 7575 14629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15579 7575 7665 14629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15580 7665 7601 14629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15581 7459 7520 14630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15582 7520 7449 14630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15583 7449 7395 14630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15584 7395 7459 14630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15585 7397 7449 14631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15586 7449 7462 14631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15587 7462 7398 14631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15588 7398 7397 14631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15589 7663 7580 14632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15590 7580 7520 14632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15591 7520 7592 14632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15592 7592 7663 14632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15593 7261 7308 14633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15594 7308 7395 14633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15595 7395 7356 14633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15596 7356 7261 14633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15597 7501 7459 14634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15598 7459 7373 14634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15599 7373 7419 14634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15600 7419 7501 14634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15601 7282 7262 14635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15602 7262 7435 14635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15603 7435 7453 14635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15604 7453 7282 14635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15605 7473 7435 14636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15606 7435 7338 14636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15607 7338 7382 14636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15608 7382 7473 14636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15609 7709 7746 14637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15610 7746 7656 14637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15611 7656 7626 14637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15612 7626 7709 14637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15613 7660 7656 14638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15614 7656 7778 14638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15615 7778 7782 14638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15616 7782 7660 14638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15617 7871 7778 14639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15618 7778 7746 14639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15619 7746 7845 14639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15620 7845 7871 14639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15621 7836 7881 14640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15622 7881 7718 14640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15623 7718 7670 14640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15624 7670 7836 14640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15625 7629 7718 14641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15626 7718 7796 14641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15627 7796 7710 14641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15628 7710 7629 14641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15629 7845 7796 14642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15630 7796 7936 14642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15631 7936 7975 14642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15632 7975 7845 14642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15633 7533 7660 14643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15634 7660 7698 14643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15635 7698 7558 14643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15636 7558 7533 14643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15637 7925 7816 14644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15638 7816 7782 14644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15639 7782 7900 14644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15640 7900 7925 14644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15641 5846 5860 14645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15642 5860 5630 14645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15643 5630 5625 14645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15644 5625 5846 14645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15645 6123 5884 14646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15646 5884 5860 14646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15647 5860 6064 14646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15648 6064 6123 14646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15649 6292 6313 14647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15650 6313 6064 14647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15651 6064 6044 14647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15652 6044 6292 14647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15653 6609 6374 14648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15654 6374 6313 14648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15655 6313 6564 14648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15656 6564 6609 14648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15657 6755 6758 14649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15658 6758 6564 14649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15659 6564 6549 14649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15660 6549 6755 14649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15661 5813 5826 14650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15662 5826 5618 14650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15663 5618 5612 14650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15664 5612 5813 14650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15665 5628 5624 14651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15666 5624 5844 14651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15667 5844 5850 14651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15668 5850 5628 14651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15669 6036 5844 14652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15670 5844 5826 14652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15671 5826 6012 14652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15672 6012 6036 14652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15673 5774 5804 14653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15674 5804 5609 14653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15675 5609 5598 14653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15676 5598 5774 14653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15677 5987 5813 14654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15678 5813 5804 14654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15679 5804 5963 14654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15680 5963 5987 14654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15681 5746 5740 14655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15682 5740 5590 14655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15683 5590 5646 14655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15684 5646 5746 14655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15685 5908 5774 14656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15686 5774 5740 14656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15687 5740 5857 14656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15688 5857 5908 14656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15689 6170 6230 14657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15690 6230 6012 14657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15691 6012 5987 14657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15692 5987 6170 14657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15693 6052 6036 14658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15694 6036 6282 14658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15695 6282 6300 14658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15696 6300 6052 14658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15697 6573 6282 14659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15698 6282 6230 14659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15699 6230 6494 14659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15700 6494 6573 14659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15701 6024 6105 14660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15702 6105 5963 14660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15703 5963 5908 14660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15704 5908 6024 14660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15705 6382 6170 14661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15706 6170 6105 14661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15707 6105 6274 14661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15708 6274 6382 14661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15709 5832 5909 14662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15710 5909 5857 14662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15711 5857 5746 14662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15712 5746 5832 14662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15713 6120 6024 14663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15714 6024 5909 14663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15715 5909 5966 14663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15716 5966 6120 14663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15717 6595 6699 14664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15718 6699 6494 14664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15719 6494 6382 14664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15720 6382 6595 14664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15721 6556 6573 14665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15722 6573 6754 14665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15723 6754 6755 14665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15724 6755 6556 14665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15725 6906 6754 14666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15726 6754 6699 14666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15727 6699 6800 14666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15728 6800 6906 14666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15729 6198 6419 14667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15730 6419 6274 14667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15731 6274 6120 14667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15732 6120 6198 14667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15733 6686 6595 14668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15734 6595 6419 14668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15735 6419 6493 14668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15736 6493 6686 14668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15737 5851 6003 14669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15738 6003 5966 14669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15739 5966 5832 14669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15740 5832 5851 14669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15741 6232 6198 14670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15742 6198 6003 14670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15743 6003 6005 14670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15744 6005 6232 14670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15745 6718 6874 14671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15746 6874 6800 14671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15747 6800 6686 14671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15748 6686 6718 14671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15749 7036 7000 14672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15750 7000 6874 14672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15751 6874 6896 14672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15752 6896 7036 14672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15753 6182 6482 14673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15754 6482 6493 14673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15755 6493 6232 14673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15756 6232 6182 14673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15757 6722 6718 14674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15758 6718 6482 14674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15759 6482 6453 14674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15760 6453 6722 14674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15761 5816 5976 14675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15762 5976 6005 14675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15763 6005 5851 14675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15764 5851 5816 14675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15765 6197 6182 14676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15766 6182 5976 14676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15767 5976 5991 14676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15768 5991 6197 14676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15769 6696 6875 14677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15770 6875 6896 14677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15771 6896 6722 14677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15772 6722 6696 14677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15773 6945 7023 14678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15774 7023 6875 14678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15775 6875 6765 14678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15776 6765 6945 14678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15777 6169 6410 14679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15778 6410 6453 14679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15779 6453 6197 14679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15780 6197 6169 14679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15781 6608 6696 14680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15782 6696 6410 14680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15783 6410 6330 14680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15784 6330 6608 14680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15785 6141 6169 14681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15786 6169 5991 14681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15787 5991 5959 14681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15788 5959 6141 14681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15789 6413 6624 14682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15790 6624 6765 14682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15791 6765 6608 14682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15792 6608 6413 14682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15793 6576 6762 14683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15794 6762 6624 14683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15795 6624 6370 14683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15796 6370 6576 14683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15797 6069 6206 14684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15798 6206 6330 14684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15799 6330 6141 14684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15800 6141 6069 14684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15801 6205 6413 14685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15802 6413 6206 14685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15803 6206 6084 14685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15804 6084 6205 14685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15805 5982 6069 14686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15806 6069 5959 14686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15807 5959 5876 14686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15808 5876 5982 14686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15809 6034 6128 14687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15810 6128 6370 14687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15811 6370 6205 14687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15812 6205 6034 14687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15813 5920 6208 14688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15814 6208 6128 14688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15815 6128 5883 14688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15816 5883 5920 14688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15817 5874 5952 14689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15818 5952 6084 14689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15819 6084 5982 14689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15820 5982 5874 14689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15821 5855 6034 14690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15822 6034 5952 14690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15823 5952 5792 14690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15824 5792 5855 14690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15825 5733 5819 14691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15826 5819 5876 14691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15827 5876 5816 14691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15828 5816 5733 14691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15829 5744 5874 14692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15830 5874 5819 14692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15831 5819 5704 14692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15832 5704 5744 14692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15833 5613 5627 14693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15834 5627 5883 14693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15835 5883 5855 14693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15836 5855 5613 14693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15837 5593 5599 14694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15838 5599 5792 14694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15839 5792 5744 14694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15840 5744 5593 14694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15841 5638 5584 14695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15842 5584 5704 14695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15843 5704 5733 14695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15844 5733 5638 14695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15845 7464 7452 14696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15846 7452 7165 14696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15847 7165 7177 14696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15848 7177 7464 14696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15849 6889 7165 14697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15850 7165 7137 14697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15851 7137 6871 14697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15852 6871 6889 14697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15853 7107 7137 14698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15854 7137 7417 14698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15855 7417 7384 14698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15856 7384 7107 14698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15857 7627 7417 14699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15858 7417 7452 14699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15859 7452 7630 14699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15860 7630 7627 14699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15861 7951 7815 14700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15862 7815 7676 14700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15863 7676 7792 14700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15864 7792 7951 14700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15865 7620 7676 14701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15866 7676 7630 14701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15867 7630 7608 14701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15868 7608 7620 14701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15869 7559 7627 14702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15870 7627 7756 14702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15871 7756 7707 14702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15872 7707 7559 14702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15873 7869 7756 14703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15874 7756 7815 14703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15875 7815 7926 14703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15876 7926 7869 14703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15877 8124 7953 14704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15878 7953 7926 14704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15879 7926 8064 14704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15880 8064 8124 14704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15881 7804 7869 14705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15882 7869 7909 14705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15883 7909 7861 14705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15884 7861 7804 14705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15885 7933 7909 14706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15886 7909 7953 14706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15887 7953 7965 14706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15888 7965 7933 14706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15889 8052 7971 14707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15890 7971 7965 14707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15891 7965 8133 14707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15892 8133 8052 14707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15893 7886 7933 14708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15894 7933 7927 14708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15895 7927 7879 14708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15896 7879 7886 14708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15897 7883 7927 14709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15898 7927 7960 14709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15899 7960 7906 14709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15900 7906 7883 14709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15901 7976 7960 14710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15902 7960 7971 14710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15903 7971 7982 14710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15904 7982 7976 14710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15905 7568 7566 14711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15906 7566 7697 14711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15907 7697 7695 14711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15908 7695 7568 14711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15909 7814 7697 14712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15910 7697 7696 14712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15911 7696 7806 14712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15912 7806 7814 14712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15913 7683 7696 14713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15914 7696 7565 14713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15915 7565 7557 14713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15916 7557 7683 14713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15917 7433 7565 14714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15918 7565 7566 14714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15919 7566 7427 14714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15920 7427 7433 14714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15921 7248 7268 14715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15922 7268 7426 14715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15923 7426 7433 14715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15924 7433 7248 14715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15925 7557 7426 14716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15926 7426 7414 14716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15927 7414 7539 14716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15928 7539 7557 14716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15929 7096 7275 14717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15930 7275 7268 14717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15931 7268 7089 14717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15932 7089 7096 14717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15933 6939 6944 14718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15934 6944 7071 14718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15935 7071 7062 14718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15936 7062 6939 14718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15937 7236 7071 14719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15938 7071 7078 14719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15939 7078 7248 14719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15940 7248 7236 14719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15941 7089 7078 14720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15942 7078 6954 14720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15943 6954 6961 14720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15944 6961 7089 14720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15945 6808 6954 14721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15946 6954 6944 14721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15947 6944 6802 14721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15948 6802 6808 14721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15949 6670 6678 14722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15950 6678 6802 14722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15951 6802 6797 14722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15952 6797 6670 14722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15953 6819 6808 14723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15954 6808 6698 14723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15955 6698 6709 14723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15956 6709 6819 14723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15957 6559 6698 14724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15958 6698 6678 14724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15959 6678 6538 14724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15960 6538 6559 14724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15961 6585 6559 14725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15962 6559 6375 14725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15963 6375 6403 14725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15964 6403 6585 14725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15965 6348 6356 14726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15966 6356 6538 14726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15967 6538 6523 14726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15968 6523 6348 14726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15969 6467 6462 14727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15970 6462 6226 14727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15971 6226 6256 14727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15972 6256 6467 14727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15973 6242 6229 14728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15974 6229 6472 14728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15975 6472 6481 14728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15976 6481 6242 14728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15977 6666 6472 14729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15978 6472 6462 14729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15979 6462 6651 14729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15980 6651 6666 14729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15981 6501 6491 14730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15982 6491 6295 14730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15983 6295 6318 14730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15984 6318 6501 14730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15985 6647 6467 14731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15986 6467 6491 14731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15987 6491 6652 14731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15988 6652 6647 14731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15989 6787 6794 14732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15990 6794 6651 14732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15991 6651 6647 14732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15992 6647 6787 14732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15993 6671 6666 14733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15994 6666 6804 14733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15995 6804 6812 14733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15996 6812 6671 14733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15997 6975 6804 14734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15998 6804 6794 14734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 15999 6794 6960 14734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16000 6960 6975 14734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16001 6788 6785 14735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16002 6785 6652 14735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16003 6652 6659 14735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16004 6659 6788 14735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16005 6943 6787 14736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16006 6787 6785 14736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16007 6785 6936 14736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16008 6936 6943 14736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16009 7084 7116 14737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16010 7116 6960 14737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16011 6960 6943 14737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16012 6943 7084 14737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16013 6988 6975 14738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16014 6975 7155 14738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16015 7155 7172 14738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16016 7172 6988 14738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16017 7393 7155 14739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16018 7155 7116 14739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16019 7116 7345 14739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16020 7345 7393 14739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16021 7058 7072 14740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16022 7072 6936 14740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16023 6936 6929 14740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16024 6929 7058 14740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16025 7311 7084 14741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16026 7084 7072 14741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16027 7072 7272 14741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16028 7272 7311 14741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16029 7532 7596 14742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16030 7596 7345 14742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16031 7345 7311 14742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16032 7311 7532 14742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16033 7415 7393 14743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16034 7393 7633 14743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16035 7633 7652 14743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16036 7652 7415 14743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16037 7841 7633 14744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16038 7633 7596 14744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16039 7596 7797 14744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16040 7797 7841 14744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16041 7434 7463 14745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16042 7463 7272 14745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16043 7272 7226 14745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16044 7226 7434 14745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16045 7721 7532 14746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16046 7532 7463 14746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16047 7463 7628 14746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16048 7628 7721 14746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16049 7856 7929 14747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16050 7929 7797 14747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16051 7797 7721 14747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16052 7721 7856 14747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16053 7894 7841 14748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16054 7841 7995 14748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16055 7995 8081 14748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16056 8081 7894 14748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16057 8187 7995 14749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16058 7995 7929 14749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16059 7929 8099 14749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16060 8099 8187 14749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16061 7708 7755 14750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16062 7755 7628 14750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16063 7628 7576 14750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16064 7576 7708 14750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16065 7977 7856 14751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16066 7856 7755 14751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16067 7755 7875 14751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16068 7875 7977 14751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16069 8147 8238 14752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16070 8238 8099 14752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16071 8099 7977 14752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16072 7977 8147 14752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16073 8225 8187 14753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16074 8187 8309 14753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16075 8309 8347 14753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16076 8347 8225 14753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16077 8391 8309 14754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16078 8309 8238 14754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16079 8238 8305 14754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16080 8305 8391 14754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16081 7932 7994 14755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16082 7994 7875 14755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16083 7875 7829 14755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16084 7829 7932 14755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16085 8212 8147 14756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16086 8147 7994 14756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16087 7994 8079 14756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16088 8079 8212 14756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16089 8221 8322 14757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16090 8322 8305 14757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16091 8305 8212 14757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16092 8212 8221 14757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16093 8429 8391 14758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16094 8391 8426 14758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16095 8426 8477 14758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16096 8477 8429 14758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16097 8469 8426 14759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16098 8426 8322 14759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16099 8322 8357 14759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16100 8357 8469 14759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16101 8013 8102 14760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16102 8102 8079 14760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16103 8079 8000 14760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16104 8000 8013 14760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16105 8242 8221 14761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16106 8221 8102 14761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16107 8102 8116 14761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16108 8116 8242 14761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16109 8518 8469 14762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16110 8469 8503 14762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16111 8503 8560 14762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16112 8560 8518 14762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16113 8523 8503 14763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16114 8503 8357 14763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16115 8357 8389 14763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16116 8389 8523 14763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16117 8389 8242 14764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16118 8242 8296 14764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16119 8296 8466 14764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16120 8466 8389 14764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16121 8324 8296 14765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16122 8296 8133 14765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16123 8133 8124 14765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16124 8124 8324 14765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16125 7993 8052 14766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16126 8052 8116 14766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16127 8116 8011 14766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16128 8011 7993 14766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16129 8605 8523 14767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16130 8523 8604 14767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16131 8604 8674 14767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16132 8674 8605 14767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16133 8680 8604 14768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16134 8604 8466 14768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16135 8466 8569 14768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16136 8569 8680 14768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16137 8161 8258 14769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16138 8258 8064 14769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16139 8064 7951 14769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16140 7951 8161 14769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16141 8464 8324 14770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16142 8324 8258 14770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16143 8258 8390 14770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16144 8390 8464 14770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16145 8279 8183 14771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16146 8183 8043 14771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16147 8043 8190 14771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16148 8190 8279 14771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16149 8170 8012 14772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16150 8012 8183 14772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16151 8183 8289 14772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16152 8289 8170 14772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16153 8208 8274 14773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16154 8274 8190 14773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16155 8190 8080 14773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16156 8080 8208 14773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16157 8373 8279 14774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16158 8279 8358 14774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16159 8358 8435 14774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16160 8435 8373 14774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16161 8475 8402 14775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16162 8402 8289 14775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16163 8289 8373 14775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16164 8373 8475 14775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16165 7967 8170 14776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16166 8170 8288 14776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16167 8288 8161 14776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16168 8161 7967 14776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16169 8390 8288 14777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16170 8288 8402 14777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16171 8402 8496 14777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16172 8496 8390 14777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16173 8575 8475 14778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16174 8475 8517 14778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16175 8517 8593 14778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16176 8593 8575 14778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16177 8661 8590 14779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16178 8590 8496 14779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16179 8496 8575 14779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16180 8575 8661 14779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16181 8569 8464 14780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16182 8464 8590 14780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16183 8590 8678 14780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16184 8678 8569 14780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16185 8743 8661 14781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16186 8661 8657 14781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16187 8657 8723 14781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16188 8723 8743 14781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16189 8787 8759 14782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16190 8759 8678 14782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16191 8678 8743 14782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16192 8743 8787 14782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16193 8741 8680 14783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16194 8680 8759 14783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16195 8759 8781 14783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16196 8781 8741 14783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16197 8663 8763 14784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16198 8763 8723 14784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16199 8723 8632 14784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16200 8632 8663 14784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16201 8788 8787 14785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16202 8787 8763 14785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16203 8763 8761 14785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16204 8761 8788 14785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16205 7878 7894 14786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16206 7894 8110 14786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16207 8110 8100 14786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16208 8100 7878 14786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16209 8239 8110 14787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16210 8110 8081 14787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16211 8081 8225 14787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16212 8225 8239 14787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16213 8422 8345 14788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16214 8345 8347 14788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16215 8347 8429 14788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16216 8429 8422 14788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16217 8259 8239 14789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16218 8239 8345 14789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16219 8345 8360 14789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16220 8360 8259 14789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16221 8513 8472 14790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16222 8472 8477 14790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16223 8477 8518 14790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16224 8518 8513 14790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16225 8434 8422 14791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16226 8422 8472 14791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16227 8472 8493 14791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16228 8493 8434 14791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16229 8592 8550 14792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16230 8550 8560 14792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16231 8560 8605 14792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16232 8605 8592 14792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16233 8544 8513 14793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16234 8513 8550 14793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16235 8550 8574 14793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16236 8574 8544 14793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16237 8700 8649 14794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16238 8649 8674 14794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16239 8674 8741 14794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16240 8741 8700 14794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16241 8606 8592 14795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16242 8592 8649 14795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16243 8649 8652 14795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16244 8652 8606 14795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16245 8710 8700 14796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16246 8700 8781 14796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16247 8781 8788 14796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16248 8788 8710 14796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16249 8684 8710 14797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16250 8710 8761 14797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16251 8761 8696 14797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16252 8696 8684 14797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16253 8591 8633 14798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16254 8633 8696 14798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16255 8696 8663 14798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16256 8663 8591 14798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16257 8693 8684 14799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16258 8684 8673 14799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16259 8673 8731 14799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16260 8731 8693 14799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16261 8683 8673 14800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16262 8673 8633 14800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16263 8633 8609 14800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16264 8609 8683 14800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16265 8745 8708 14801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16266 8708 8697 14801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16267 8697 8755 14801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16268 8755 8745 14801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16269 8785 8697 14802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16270 8697 8637 14802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16271 8637 8772 14802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16272 8772 8785 14802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16273 8576 8637 14803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16274 8637 8654 14803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16275 8654 8608 14803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16276 8608 8576 14803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16277 8656 8654 14804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16278 8654 8708 14804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16279 8708 8707 14804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16280 8707 8656 14804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16281 8620 8576 14805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16282 8576 8515 14805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16283 8515 8563 14805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16284 8563 8620 14805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16285 8500 8515 14806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16286 8515 8608 14806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16287 8608 8585 14806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16288 8585 8500 14806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16289 7948 8065 14807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16290 8065 8197 14807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16291 8197 8123 14807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16292 8123 7948 14807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16293 8273 8197 14808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16294 8197 8256 14808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16295 8256 8317 14808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16296 8317 8273 14808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16297 8335 8256 14809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16298 8256 8201 14809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16299 8201 8304 14809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16300 8304 8335 14809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16301 8144 8201 14810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16302 8201 8065 14810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16303 8065 7966 14810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16304 7966 8144 14810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16305 8519 8557 14811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16306 8557 8533 14811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16307 8533 8473 14811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16308 8473 8519 14811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16309 8572 8591 14812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16310 8591 8557 14812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16311 8557 8552 14812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16312 8552 8572 14812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16313 8552 8519 14813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16314 8519 8509 14813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16315 8509 8558 14813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16316 8558 8552 14813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16317 8514 8509 14814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16318 8509 8452 14814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16319 8452 8444 14814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16320 8444 8514 14814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16321 8573 8514 14815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16322 8514 8530 14815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16323 8530 8597 14815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16324 8597 8573 14815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16325 8547 8530 14816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16326 8530 8445 14816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16327 8445 8454 14816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16328 8454 8547 14816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16329 8610 8547 14817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16330 8547 8564 14817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16331 8564 8612 14817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16332 8612 8610 14817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16333 8584 8564 14818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16334 8564 8481 14818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16335 8481 8505 14818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16336 8505 8584 14818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16337 8636 8584 14819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16338 8584 8622 14819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16339 8622 8672 14819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16340 8672 8636 14819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16341 8665 8622 14820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16342 8622 8566 14820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16343 8566 8619 14820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16344 8619 8665 14820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16345 8714 8665 14821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16346 8665 8730 14821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16347 8730 8747 14821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16348 8747 8714 14821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16349 8732 8730 14822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16350 8730 8698 14822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16351 8698 8695 14822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16352 8695 8732 14822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16353 8767 8732 14823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16354 8732 8707 14823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16355 8707 8745 14823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16356 8745 8767 14823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16357 8585 8656 14824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16358 8656 8629 14824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16359 8629 8535 14824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16360 8535 8585 14824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16361 8427 8500 14825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16362 8500 8458 14825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16363 8458 8376 14825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16364 8376 8427 14825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16365 8478 8427 14826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16366 8427 8353 14826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16367 8353 8420 14826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16368 8420 8478 14826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16369 8284 8353 14827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16370 8353 8270 14827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16371 8270 8205 14827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16372 8205 8284 14827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16373 8344 8284 14828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16374 8284 8231 14828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16375 8231 8273 14828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16376 8273 8344 14828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16377 8123 8231 14829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16378 8231 8167 14829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16379 8167 8010 14829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16380 8010 8123 14829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16381 7848 7948 14830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16382 7948 7849 14830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16383 7849 7702 14830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16384 7702 7848 14830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16385 8399 8413 14831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16386 8413 8640 14831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16387 8640 8630 14831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16388 8630 8399 14831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16389 8752 8640 14832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16390 8640 8565 14832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16391 8565 8666 14832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16392 8666 8752 14832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16393 8805 8752 14833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16394 8752 8779 14833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16395 8779 8809 14833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16396 8809 8805 14833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16397 8811 8779 14834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16398 8779 8738 14834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16399 8738 8806 14834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16400 8806 8811 14834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16401 8823 8811 14835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16402 8811 8831 14835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16403 8831 8835 14835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16404 8835 8823 14835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16405 8862 8831 14836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16406 8831 8867 14836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16407 8867 8887 14836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16408 8887 8862 14836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16409 8849 8862 14837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16410 8862 8854 14837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16411 8854 8847 14837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16412 8847 8849 14837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16413 8856 8854 14838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16414 8854 8877 14838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16415 8877 8851 14838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16416 8851 8856 14838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16417 8871 8856 14839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16418 8856 8864 14839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16419 8864 8896 14839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16420 8896 8871 14839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16421 8797 8864 14840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16422 8864 8820 14840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16423 8820 8724 14840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16424 8724 8797 14840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16425 8839 8797 14841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16426 8797 8647 14841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16427 8647 8721 14841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16428 8721 8839 14841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16429 8594 8647 14842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16430 8647 8580 14842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16431 8580 8521 14842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16432 8521 8594 14842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16433 8645 8594 14843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16434 8594 8601 14843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16435 8601 8644 14843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16436 8644 8645 14843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16437 8607 8601 14844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16438 8601 8525 14844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16439 8525 8544 14844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16440 8544 8607 14844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16441 8644 8607 14845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16442 8607 8618 14845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16443 8618 8650 14845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16444 8650 8644 14845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16445 8642 8618 14846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16446 8618 8574 14846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16447 8574 8606 14846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16448 8606 8642 14846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16449 8675 8642 14847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16450 8642 8682 14847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16451 8682 8728 14847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16452 8728 8675 14847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16453 8734 8682 14848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16454 8682 8652 14848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16455 8652 8693 14848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16456 8693 8734 14848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16457 8773 8734 14849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16458 8734 8775 14849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16459 8775 8818 14849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16460 8818 8773 14849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16461 8813 8775 14850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16462 8775 8731 14850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16463 8731 8764 14850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16464 8764 8813 14850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16465 7439 7460 14851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16466 7460 7579 14851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16467 7579 7521 14851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16468 7521 7439 14851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16469 7654 7579 14852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16470 7579 7664 14852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16471 7664 7788 14852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16472 7788 7654 14852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16473 7582 7654 14853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16474 7654 7670 14853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16475 7670 7593 14853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16476 7593 7582 14853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16477 6001 5971 14854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16478 5971 6091 14854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16479 6091 6116 14854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16480 6116 6001 14854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16481 6148 6091 14855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16482 6091 5997 14855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16483 5997 6049 14855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16484 6049 6148 14855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16485 5942 5997 14856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16486 5997 5971 14856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16487 5971 5914 14856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16488 5914 5942 14856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16489 6731 6925 14857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16490 6925 7022 14857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16491 7022 6840 14857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16492 6840 6731 14857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16493 6970 7022 14858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16494 7022 7169 14858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16495 7169 7101 14858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16496 7101 6970 14858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16497 7264 7169 14859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16498 7169 7348 14859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16499 7348 7406 14859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16500 7406 7264 14859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16501 7522 7348 14860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16502 7348 7467 14860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16503 7467 7648 14860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16504 7648 7522 14860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16505 7728 7467 14861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16506 7467 7504 14861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16507 7504 7763 14861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16508 7763 7728 14861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16509 7784 7504 14862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16510 7504 7498 14862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16511 7498 7799 14862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16512 7799 7784 14862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16513 7764 7498 14863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16514 7498 7418 14863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16515 7418 7678 14863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16516 7678 7764 14863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16517 7586 7418 14864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16518 7418 7288 14864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16519 7288 7479 14864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16520 7479 7586 14864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16521 7319 7288 14865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16522 7288 7067 14865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16523 7067 7059 14865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16524 7059 7319 14865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16525 6838 7067 14866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16526 7067 6897 14866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16527 6897 6603 14866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16528 6603 6838 14866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16529 6414 6897 14867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16530 6897 6858 14867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16531 6858 6389 14867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16532 6389 6414 14867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16533 6477 6858 14868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16534 6858 6925 14868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16535 6925 6619 14868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16536 6619 6477 14868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16537 6894 6889 14869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16538 6889 6545 14869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16539 6545 6529 14869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16540 6529 6894 14869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16541 6569 6554 14870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16542 6554 6871 14870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16543 6871 6855 14870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16544 6855 6569 14870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16545 7820 7814 14871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16546 7814 7906 14871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16547 7906 7915 14871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16548 7915 7820 14871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16549 7846 7883 14872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16550 7883 7806 14872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16551 7806 7785 14872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16552 7785 7846 14872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16553 7059 6838 14873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16554 6838 6839 14873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16555 6839 7056 14873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16556 7056 7059 14873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16557 6415 6604 14874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16558 6604 6603 14874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16559 6603 6414 14874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16560 6414 6415 14874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16561 6478 6390 14875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16562 6390 6389 14875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16563 6389 6477 14875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16564 6477 6478 14875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16565 6732 6620 14876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16566 6620 6619 14876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16567 6619 6731 14876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16568 6731 6732 14876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16569 6968 6841 14877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16570 6841 6840 14877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16571 6840 6970 14877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16572 6970 6968 14877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16573 7256 7099 14878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16574 7099 7101 14878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16575 7101 7264 14878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16576 7264 7256 14878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16577 7517 7401 14879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16578 7401 7406 14879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16579 7406 7522 14879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16580 7522 7517 14879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16581 7723 7644 14880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16582 7644 7648 14880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16583 7648 7728 14880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16584 7728 7723 14880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16585 7783 7759 14881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16586 7759 7763 14881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16587 7763 7784 14881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16588 7784 7783 14881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16589 7762 7798 14882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16590 7798 7799 14882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16591 7799 7764 14882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16592 7764 7762 14882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16593 7581 7671 14883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16594 7671 7678 14883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16595 7678 7586 14883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16596 7586 7581 14883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16597 7316 7477 14884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16598 7477 7479 14884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16599 7479 7319 14884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16600 7319 7316 14884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16601 6827 6962 14885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16602 6962 6961 14885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16603 6961 6819 14885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16604 6819 6827 14885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16605 6601 6723 14886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16606 6723 6709 14886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16607 6709 6585 14886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16608 6585 6601 14886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16609 6361 6440 14887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16610 6440 6403 14887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16611 6403 6327 14887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16612 6327 6361 14887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16613 6590 6372 14888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16614 6372 6344 14888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16615 6344 6569 14888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16616 6569 6590 14888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16617 7077 6846 14889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16618 6846 6855 14889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16619 6855 7107 14889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16620 7107 7077 14889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16621 7511 7339 14890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16622 7339 7384 14890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16623 7384 7559 14890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16624 7559 7511 14890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16625 7730 7635 14891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16626 7635 7707 14891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16627 7707 7804 14891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16628 7804 7730 14891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16629 7840 7807 14892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16630 7807 7861 14892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16631 7861 7886 14892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16632 7886 7840 14892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16633 7795 7827 14893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16634 7827 7879 14893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16635 7879 7846 14893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16636 7846 7795 14893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16637 7662 7752 14894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16638 7752 7785 14894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16639 7785 7683 14894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16640 7683 7662 14894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16641 7224 7236 14895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16642 7236 7427 14895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16643 7427 7425 14895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16644 7425 7224 14895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16645 6318 6239 14896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16646 6239 6248 14896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16647 6248 6323 14896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16648 6323 6318 14896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16649 6258 6248 14897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16650 6248 6247 14897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16651 6247 6257 14897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16652 6257 6258 14897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16653 6336 6258 14898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16654 6258 6264 14898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16655 6264 6348 14898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16656 6348 6336 14898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16657 7915 7976 14899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16658 7976 7980 14899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16659 7980 7918 14899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16660 7918 7915 14899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16661 7988 7980 14900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16662 7980 7982 14900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16663 7982 7993 14900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16664 7993 7988 14900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16665 7990 7988 14901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16666 7988 8011 14901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16667 8011 8013 14901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16668 8013 7990 14901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16669 7923 7990 14902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16670 7990 8000 14902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16671 8000 7932 14902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16672 7932 7923 14902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16673 6659 6501 14903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16674 6501 6505 14903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16675 6505 6664 14903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16676 6664 6659 14903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16677 6515 6505 14904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16678 6505 6323 14904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16679 6323 6336 14904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16680 6336 6515 14904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16681 6668 6515 14905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16682 6515 6523 14905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16683 6523 6670 14905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16684 6670 6668 14905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16685 6929 6788 14906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16686 6788 6790 14906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16687 6790 6930 14906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16688 6930 6929 14906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16689 6792 6790 14907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16690 6790 6664 14907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16691 6664 6668 14907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16692 6668 6792 14907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16693 6934 6792 14908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16694 6792 6797 14908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16695 6797 6939 14908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16696 6939 6934 14908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16697 7226 7058 14909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16698 7058 7053 14909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16699 7053 7221 14909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16700 7221 7226 14909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16701 7055 7053 14910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16702 7053 6930 14910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16703 6930 6934 14910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16704 6934 7055 14910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16705 7216 7055 14911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16706 7055 7062 14911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16707 7062 7224 14911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16708 7224 7216 14911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16709 7576 7434 14912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16710 7434 7430 14912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16711 7430 7573 14912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16712 7573 7576 14912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16713 7428 7430 14913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16714 7430 7221 14913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16715 7221 7216 14913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16716 7216 7428 14913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16717 7570 7428 14914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16718 7428 7425 14914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16719 7425 7568 14914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16720 7568 7570 14914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16721 7829 7708 14915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16722 7708 7700 14915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16723 7700 7823 14915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16724 7823 7829 14915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16725 7693 7700 14916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16726 7700 7573 14916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16727 7573 7570 14916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16728 7570 7693 14916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16729 7817 7693 14917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16730 7693 7695 14917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16731 7695 7820 14917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16732 7820 7817 14917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16733 7918 7923 14918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16734 7923 7823 14918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16735 7823 7817 14918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16736 7817 7918 14918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16737 8493 8484 14919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16738 8484 8527 14919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16739 8527 8538 14919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16740 8538 8493 14919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16741 6000 6048 14920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16742 6048 6013 14920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16743 6013 5962 14920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16744 5962 6000 14920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16745 5901 5907 14921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16746 5907 5829 14921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16747 5829 5822 14921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16748 5822 5901 14921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16749 5872 5856 14922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16750 5856 5907 14922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16751 5907 5942 14922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16752 5942 5872 14922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16753 5943 5901 14923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16754 5901 5839 14923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16755 5839 5865 14923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16756 5865 5943 14923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16757 6025 5943 14924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16758 5943 5946 14924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16759 5946 6031 14924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16760 6031 6025 14924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16761 6067 6025 14925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16762 6025 6183 14925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16763 6183 6262 14925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16764 6262 6067 14925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16765 5910 6001 14926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16766 6001 6027 14926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16767 6027 5937 14926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16768 5937 5910 14926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16769 6053 6027 14927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16770 6027 6151 14927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16771 6151 6177 14927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16772 6177 6053 14927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16773 6263 6151 14928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16774 6151 6116 14928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16775 6116 6207 14928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16776 6207 6263 14928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16777 6281 6308 14929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16778 6308 6349 14929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16779 6349 6312 14929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16780 6312 6281 14929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16781 6368 6349 14930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16782 6349 6325 14930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16783 6325 6359 14930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16784 6359 6368 14930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16785 6262 6325 14931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16786 6325 6308 14931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16787 6308 6240 14931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16788 6240 6262 14931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16789 6049 6067 14932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16790 6067 6240 14932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16791 6240 6202 14932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16792 6202 6049 14932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16793 6207 6148 14933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16794 6148 6202 14933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16795 6202 6281 14933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16796 6281 6207 14933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16797 6296 6263 14934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16798 6263 6312 14934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16799 6312 6354 14934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16800 6354 6296 14934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16801 5914 5910 14935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16802 5910 5870 14935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16803 5870 5872 14935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16804 5872 5914 14935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16805 5889 5878 14936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16806 5878 5937 14936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16807 5937 5958 14936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16808 5958 5889 14936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16809 6455 6444 14937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16810 6444 6485 14937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16811 6485 6473 14937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16812 6473 6455 14937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16813 6528 6509 14938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16814 6509 6441 14938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16815 6441 6442 14938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16816 6442 6528 14938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16817 6364 6441 14939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16818 6441 6444 14939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16819 6444 6378 14939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16820 6378 6364 14939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16821 5873 5758 14940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16822 5758 5766 14940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16823 5766 5885 14940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16824 5885 5873 14940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16825 6022 5947 14941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16826 5947 5970 14941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16827 5970 6042 14941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16828 6042 6022 14941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16829 6154 6099 14942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16830 6099 6110 14942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16831 6110 6168 14942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16832 6168 6154 14942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16833 6190 6154 14943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16834 6154 6252 14943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16835 6252 6288 14943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16836 6288 6190 14943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16837 6209 6190 14944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16838 6190 6328 14944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16839 6328 6350 14944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16840 6350 6209 14944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16841 6195 6209 14945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16842 6209 6352 14945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16843 6352 6334 14945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16844 6334 6195 14945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16845 6244 6266 14946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16846 6266 6378 14946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16847 6378 6369 14946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16848 6369 6244 14946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16849 6343 6364 14947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16850 6364 6266 14947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16851 6266 6218 14947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16852 6218 6343 14947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16853 5934 5806 14948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16854 5806 5801 14948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16855 5801 5928 14948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16856 5928 5934 14948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16857 6090 6029 14949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16858 6029 6021 14949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16859 6021 6074 14949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16860 6074 6090 14949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16861 6185 6112 14950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16862 6112 6098 14950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16863 6098 6164 14950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16864 6164 6185 14950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16865 6456 6338 14951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16866 6338 6316 14951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16867 6316 6433 14951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16868 6433 6456 14951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16869 6575 6540 14952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16870 6540 6513 14952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16871 6513 6552 14952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16872 6552 6575 14952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16873 6560 6567 14953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16874 6567 6543 14953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16875 6543 6537 14953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16876 6537 6560 14953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16877 6739 6663 14954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16878 6663 6592 14954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16879 6592 6627 14954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16880 6627 6739 14954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16881 6541 6558 14955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16882 6558 6599 14955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16883 6599 6563 14955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16884 6563 6541 14955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16885 6883 6814 14956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16886 6814 6694 14956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16887 6694 6728 14956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16888 6728 6883 14956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16889 6927 6920 14957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16890 6920 6738 14957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16891 6738 6740 14957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16892 6740 6927 14957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16893 5759 5727 14958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16894 5727 5762 14958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16895 5762 5782 14958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16896 5782 5759 14958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16897 5891 5836 14959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16898 5836 5847 14959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16899 5847 5889 14959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16900 5889 5891 14959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16901 6075 5972 14960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16902 5972 5958 14960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16903 5958 6053 14960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16904 6053 6075 14960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16905 6340 6219 14961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16906 6219 6177 14961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16907 6177 6296 14961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16908 6296 6340 14961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16909 6418 6387 14962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16910 6387 6354 14962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16911 6354 6368 14962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16912 6368 6418 14962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16913 6442 6343 14963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16914 6343 6334 14963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16915 6334 6445 14963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16916 6445 6442 14963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16917 6145 6195 14964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16918 6195 6218 14964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16919 6218 6162 14964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16920 6162 6145 14964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16921 6563 6528 14965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16922 6528 6530 14965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16923 6530 6560 14965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16924 6560 6563 14965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16925 6502 6541 14966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16926 6541 6537 14966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16927 6537 6495 14966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16928 6495 6502 14966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16929 7475 7533 14967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16930 7533 7343 14967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16931 7343 7296 14967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16932 7296 7475 14967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16933 6369 6455 14968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16934 6455 6479 14968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16935 6479 6383 14968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16936 6383 6369 14968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16937 6578 6479 14969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16938 6479 6473 14969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16939 6473 6571 14969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16940 6571 6578 14969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16941 7296 7073 14970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16942 7073 7051 14970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16943 7051 7282 14970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16944 7282 7296 14970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16945 6697 6854 14971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16946 6854 6866 14971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16947 6866 6706 14971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16948 6706 6697 14971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16949 7572 7475 14972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16950 7475 7453 14972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16951 7453 7529 14972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16952 7529 7572 14972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16953 7480 7549 14973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16954 7549 7529 14973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16955 7529 7473 14973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16956 7473 7480 14973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16957 7626 7572 14974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16958 7572 7549 14974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16959 7549 7601 14974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16960 7601 7626 14974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16961 6162 6244 14975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16962 6244 6243 14975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16963 6243 6153 14975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16964 6153 6162 14975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16965 6139 6145 14976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16966 6145 6153 14976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16967 6153 6149 14976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16968 6149 6139 14976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16969 7521 7582 14977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16970 7582 7553 14977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16971 7553 7501 14977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16972 7501 7521 14977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16973 7592 7553 14978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16974 7553 7593 14978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16975 7593 7629 14978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16976 7629 7592 14978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16977 7710 7709 14979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16978 7709 7665 14979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16979 7665 7663 14979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16980 7663 7710 14979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16981 7222 7374 14980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16982 7374 7382 14980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16983 7382 7243 14980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16984 7243 7222 14980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16985 5955 6220 14981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16986 6220 6227 14981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16987 6227 5961 14981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16988 5961 5955 14981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16989 6740 6524 14982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16990 6524 6512 14982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16991 6512 6733 14982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16992 6733 6740 14982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16993 6108 5875 14983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16994 5875 5879 14983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16995 5879 6122 14983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16996 6122 6108 14983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16997 6682 6384 14984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16998 6384 6395 14984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 16999 6395 6692 14984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17000 6692 6682 14984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17001 7095 6913 14985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17002 6913 6917 14985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17003 6917 7102 14985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17004 7102 7095 14985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17005 7419 7289 14986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17006 7289 7307 14986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17007 7307 7439 14986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17008 7439 7419 14986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17009 6921 7074 14987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17010 7074 7080 14987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17011 7080 6927 14987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17012 6927 6921 14987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17013 8066 8141 14988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17014 8141 7981 14988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17015 7981 7925 14988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17016 7925 8066 14988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17017 8001 8033 14989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17018 8033 7900 14989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17019 7900 7871 14989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17020 7871 8001 14989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17021 6044 5846 14990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17022 5846 5850 14990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17023 5850 6052 14990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17024 6052 6044 14990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17025 6549 6292 14991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17026 6292 6300 14991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17027 6300 6556 14991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17028 6556 6549 14991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17029 6529 6271 14992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17030 6271 6249 14992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17031 6249 6520 14992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17032 6520 6529 14992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17033 6233 6249 14993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17034 6249 6251 14993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17035 6251 6235 14993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17036 6235 6233 14993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17037 6238 6233 14994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17038 6233 6213 14994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17039 6213 6214 14994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17040 6214 6238 14994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17041 6506 6238 14995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17042 6238 6246 14995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17043 6246 6503 14995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17044 6503 6506 14995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17045 7615 7466 14996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17046 7466 7461 14996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17047 7461 7611 14996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17048 7611 7615 14996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17049 6873 7159 14997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17050 7159 7170 14997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17051 7170 6881 14997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17052 6881 6873 14997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17053 7175 7170 14998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17054 7170 7466 14998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17055 7466 7469 14998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17056 7469 7175 14998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17057 7614 7615 14999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17058 7615 7622 14999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17059 7622 7620 14999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17060 7620 7614 14999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17061 7469 7614 15000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17062 7614 7608 15000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17063 7608 7464 15000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17064 7464 7469 15000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17065 6520 6506 15001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17066 6506 6881 15001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17067 6881 6890 15001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17068 6890 6520 15001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17069 7177 6894 15002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17070 6894 6890 15002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17071 6890 7175 15002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17072 7175 7177 15002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17073 8275 8263 15003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17074 8263 8248 15003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17075 8248 8264 15003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17076 8264 8275 15003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17077 8276 8282 15004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17078 8282 8338 15004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17079 8338 8329 15004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17080 8329 8276 15004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17081 8396 8419 15005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17082 8419 8537 15005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17083 8537 8487 15005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17084 8487 8396 15005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17085 8603 8659 15006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17086 8659 8778 15006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17087 8778 8694 15006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17088 8694 8603 15006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17089 8783 8857 15007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17090 8857 8902 15007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17091 8902 8848 15007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17092 8848 8783 15007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17093 8903 8917 15008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17094 8917 8919 15008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17095 8919 8923 15008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17096 8923 8903 15008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17097 8932 8909 15009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17098 8909 8883 15009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17099 8883 8889 15009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17100 8889 8932 15009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17101 8819 8852 15010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17102 8852 8822 15010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17103 8822 8789 15010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17104 8789 8819 15010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17105 8803 8793 15011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17106 8793 8754 15011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17107 8754 8769 15011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17108 8769 8803 15011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17109 8735 8733 15012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17110 8733 8717 15012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17111 8717 8705 15012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17112 8705 8735 15012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17113 8688 8712 15013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17114 8712 8716 15013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17115 8716 8686 15013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17116 8686 8688 15013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17117 8681 8722 15014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17118 8722 8726 15014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17119 8726 8670 15014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17120 8670 8681 15014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17121 8668 8719 15015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17122 8719 8702 15015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17123 8702 8658 15015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17124 8658 8668 15015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17125 8638 8699 15016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17126 8699 8711 15016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17127 8711 8643 15016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17128 8643 8638 15016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17129 8630 8805 15017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17130 8805 8828 15017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17131 8828 8646 15017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17132 8646 8630 15017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17133 8840 8828 15018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17134 8828 8809 15018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17135 8809 8823 15018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17136 8823 8840 15018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17137 8835 8849 15019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17138 8849 8879 15019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17139 8879 8872 15019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17140 8872 8835 15019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17141 8894 8879 15020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17142 8879 8847 15020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17143 8847 8871 15020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17144 8871 8894 15020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17145 8721 8645 15021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17146 8645 8676 15021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17147 8676 8758 15021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17148 8758 8721 15021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17149 8718 8676 15022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17150 8676 8650 15022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17151 8650 8675 15022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17152 8675 8718 15022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17153 8609 8572 15023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17154 8572 8581 15023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17155 8581 8626 15023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17156 8626 8609 15023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17157 8596 8581 15024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17158 8581 8558 15024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17159 8558 8573 15024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17160 8573 8596 15024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17161 8597 8610 15025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17162 8610 8641 15025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17163 8641 8631 15025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17164 8631 8597 15025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17165 8664 8641 15026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17166 8641 8612 15026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17167 8612 8636 15026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17168 8636 8664 15026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17169 8747 8767 15027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17170 8767 8786 15027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17171 8786 8780 15027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17172 8780 8747 15027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17173 6999 6638 15028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17174 6638 6641 15028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17175 6641 7001 15028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17176 7001 6999 15028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17177 7470 7141 15029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17178 7141 7142 15029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17179 7142 7468 15029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17180 7468 7470 15029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17181 8410 7992 15030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17182 7992 7986 15030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17183 7986 8399 15030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17184 8399 8410 15030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17185 8884 8922 15031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17186 8922 8896 15031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17187 8896 8839 15031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17188 8839 8884 15031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17189 8808 8765 15032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17190 8765 8728 15032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17191 8728 8773 15032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17192 8773 8808 15032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17193 8853 8858 15033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17194 8858 8818 15033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17195 8818 8813 15033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17196 8813 8853 15033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17197 8720 8798 15034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17198 8798 8764 15034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17199 8764 8683 15034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17200 8683 8720 15034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17201 8750 8713 15035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17202 8713 8672 15035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17203 8672 8714 15035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17204 8714 8750 15035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17205 8563 8478 15036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17206 8478 8540 15036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17207 8540 8635 15036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17208 8635 8563 15036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17209 8374 8440 15037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17210 8440 8420 15037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17211 8420 8344 15037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17212 8344 8374 15037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17213 8643 8620 15038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17214 8620 8774 15038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17215 8774 8802 15038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17216 8802 8643 15038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17217 8869 8907 15039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17218 8907 8771 15039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17219 8771 8681 15039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17220 8681 8869 15039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17221 8686 8771 15040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17222 8771 8908 15040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17223 8908 8890 15040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17224 8890 8686 15040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17225 8826 8830 15041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17226 8830 8670 15041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17227 8670 8668 15041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17228 8668 8826 15041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17229 8802 8824 15042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17230 8824 8658 15042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17231 8658 8638 15042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17232 8638 8802 15042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17233 8433 8374 15043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17234 8374 8317 15043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17235 8317 8378 15043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17236 8378 8433 15043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17237 8705 8688 15044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17238 8688 8905 15044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17239 8905 8927 15044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17240 8927 8705 15044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17241 8329 8396 15045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17242 8396 8456 15045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17243 8456 8423 15045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17244 8423 8329 15045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17245 8582 8510 15046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17246 8510 8487 15046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17247 8487 8578 15046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17248 8578 8582 15046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17249 8744 8701 15047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17250 8701 8578 15047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17251 8578 8603 15047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17252 8603 8744 15047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17253 8846 8744 15048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17254 8744 8694 15048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17255 8694 8783 15048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17256 8783 8846 15048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17257 9036 8961 15049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17258 8961 8848 15049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17259 8848 8903 15049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17260 8903 9036 15049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17261 8264 8276 15050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17262 8276 8394 15050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17263 8394 8372 15050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17264 8372 8264 15050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17265 8304 8275 15051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17266 8275 8385 15051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17267 8385 8406 15051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17268 8406 8304 15051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17269 8378 8335 15052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17270 8335 8425 15052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17271 8425 8455 15052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17272 8455 8378 15052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17273 9212 9130 15053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17274 9130 8923 15053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17275 8923 8980 15053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17276 8980 9212 15053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17277 9172 9241 15054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17278 9241 8980 15054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17279 8980 8932 15054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17280 8932 9172 15054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17281 9004 9101 15055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17282 9101 8889 15055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17283 8889 8819 15055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17284 8819 9004 15055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17285 9018 9004 15056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17286 9004 8789 15056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17287 8789 8803 15056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17288 8803 9018 15056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17289 8965 8993 15057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17290 8993 8769 15057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17291 8769 8735 15057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17292 8735 8965 15057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17293 7271 7100 15058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17294 7100 7098 15058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17295 7098 7260 15058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17296 7260 7271 15058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17297 7404 7519 15059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17298 7519 7528 15059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17299 7528 7409 15059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17300 7409 7404 15059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17301 6965 6833 15060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17302 6833 6836 15060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17303 6836 6967 15060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17304 6967 6965 15060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17305 6726 6613 15061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17306 6613 6615 15061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17307 6615 6730 15061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17308 6730 6726 15061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17309 6461 6379 15062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17310 6379 6386 15062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17311 6386 6469 15062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17312 6469 6461 15062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17313 6397 6596 15063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17314 6596 6600 15063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17315 6600 6406 15063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17316 6406 6397 15063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17317 6835 7060 15064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17318 7060 7057 15064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17319 7057 6837 15064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17320 6837 6835 15064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17321 7323 7482 15065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17322 7482 7478 15065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17323 7478 7317 15065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17324 7317 7323 15065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17325 7599 7686 15066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17326 7686 7675 15066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17327 7675 7584 15066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17328 7584 7599 15066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17329 7776 7808 15067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17330 7808 7802 15067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17331 7802 7768 15067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17332 7768 7776 15067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17333 7791 7770 15068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17334 7770 7761 15068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17335 7761 7787 15068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17336 7787 7791 15068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17337 7732 7651 15069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17338 7651 7645 15069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17339 7645 7725 15069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17340 7725 7732 15069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17341 3636 3514 15070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17342 3514 3523 15070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17343 3523 3641 15070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17344 3641 3636 15070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17345 3787 3943 15071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17346 3943 3941 15071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17347 3941 3775 15071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17348 3775 3787 15071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17349 3395 3312 15072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17350 3312 3316 15072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17351 3316 3401 15072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17352 3401 3395 15072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17353 3276 3253 15073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17354 3253 3259 15073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17355 3259 3284 15073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17356 3284 3276 15073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17357 3236 3270 15074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17358 3270 3277 15074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17359 3277 3241 15074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17360 3241 3236 15074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17361 3354 3447 15075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17362 3447 3458 15075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17363 3458 3366 15075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17364 3366 3354 15075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17365 3560 3719 15076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17366 3719 3725 15076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17367 3725 3563 15076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17368 3563 3560 15076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17369 3980 4210 15077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17370 4210 4208 15077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17371 4208 3983 15077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17372 3983 3980 15077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17373 4443 4650 15078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17374 4650 4641 15078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17375 4641 4439 15078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17376 4439 4443 15078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17377 4667 4584 15079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17378 4584 4576 15079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17379 4576 4660 15079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17380 4660 4667 15079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17381 4425 4317 15080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17382 4317 4314 15080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17383 4314 4422 15080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17384 4422 4425 15080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17385 4212 4076 15081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17386 4076 4074 15081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17387 4074 4209 15081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17388 4209 4212 15081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17389 7401 7404 15082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17390 7404 7260 15082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17391 7260 7256 15082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17392 7256 7401 15082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17393 7275 7271 15083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17394 7271 7409 15083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17395 7409 7414 15083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17396 7414 7275 15083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17397 6962 6965 15084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17398 6965 7100 15084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17399 7100 7096 15084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17400 7096 6962 15084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17401 7099 7098 15085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17402 7098 6967 15085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17403 6967 6968 15085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17404 6968 7099 15085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17405 6723 6726 15086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17406 6726 6833 15086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17407 6833 6827 15086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17408 6827 6723 15086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17409 6841 6836 15087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17410 6836 6730 15087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17411 6730 6732 15087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17412 6732 6841 15087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17413 6440 6461 15088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17414 6461 6613 15088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17415 6613 6601 15088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17416 6601 6440 15088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17417 6620 6615 15089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17418 6615 6469 15089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17419 6469 6478 15089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17420 6478 6620 15089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17421 6372 6397 15090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17422 6397 6379 15090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17423 6379 6361 15090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17424 6361 6372 15090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17425 6390 6386 15091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17426 6386 6406 15091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17427 6406 6415 15091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17428 6415 6390 15091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17429 6846 6835 15092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17430 6835 6596 15092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17431 6596 6590 15092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17432 6590 6846 15092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17433 6604 6600 15093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17434 6600 6837 15093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17435 6837 6839 15093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17436 6839 6604 15093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17437 7339 7323 15094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17438 7323 7060 15094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17439 7060 7077 15094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17440 7077 7339 15094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17441 7056 7057 15095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17442 7057 7317 15095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17443 7317 7316 15095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17444 7316 7056 15095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17445 7635 7599 15096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17446 7599 7482 15096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17447 7482 7511 15096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17448 7511 7635 15096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17449 7477 7478 15097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17450 7478 7584 15097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17451 7584 7581 15097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17452 7581 7477 15097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17453 7807 7776 15098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17454 7776 7686 15098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17455 7686 7730 15098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17456 7730 7807 15098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17457 7671 7675 15099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17458 7675 7768 15099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17459 7768 7762 15099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17460 7762 7671 15099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17461 7827 7791 15100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17462 7791 7808 15100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17463 7808 7840 15100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17464 7840 7827 15100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17465 7798 7802 15101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17466 7802 7787 15101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17467 7787 7783 15101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17468 7783 7798 15101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17469 7752 7732 15102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17470 7732 7770 15102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17471 7770 7795 15102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17472 7795 7752 15102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17473 7759 7761 15103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17474 7761 7725 15103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17475 7725 7723 15103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17476 7723 7759 15103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17477 7539 7528 15104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17478 7528 7651 15104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17479 7651 7662 15104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17480 7662 7539 15104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17481 7644 7645 15105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17482 7645 7519 15105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17483 7519 7517 15105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17484 7517 7644 15105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17485 3791 3787 15106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17486 3787 3641 15106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17487 3641 3644 15106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17488 3644 3791 15106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17489 3631 3636 15107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17490 3636 3775 15107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17491 3775 3771 15107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17492 3771 3631 15107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17493 3380 3395 15108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17494 3395 3514 15108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17495 3514 3504 15108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17496 3504 3380 15108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17497 3524 3523 15109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17498 3523 3401 15109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17499 3401 3402 15109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17500 3402 3524 15109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17501 3249 3276 15110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17502 3276 3312 15110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17503 3312 3293 15110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17504 3293 3249 15110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17505 3318 3316 15111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17506 3316 3284 15111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17507 3284 3287 15111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17508 3287 3318 15111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17509 3205 3236 15112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17510 3236 3253 15112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17511 3253 3217 15112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17512 3217 3205 15112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17513 3263 3259 15113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17514 3259 3241 15113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17515 3241 3245 15113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17516 3245 3263 15113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17517 3313 3354 15114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17518 3354 3270 15114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17519 3270 3237 15114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17520 3237 3313 15114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17521 3283 3277 15115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17522 3277 3366 15115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17523 3366 3370 15115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17524 3370 3283 15115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17525 3531 3560 15116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17526 3560 3447 15116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17527 3447 3411 15116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17528 3411 3531 15116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17529 3461 3458 15117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17530 3458 3563 15117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17531 3563 3564 15117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17532 3564 3461 15117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17533 3963 3980 15118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17534 3980 3719 15118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17535 3719 3704 15118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17536 3704 3963 15118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17537 3726 3725 15119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17538 3725 3983 15119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17539 3983 3984 15119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17540 3984 3726 15119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17541 4450 4443 15120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17542 4443 4210 15120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17543 4210 4198 15120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17544 4198 4450 15120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17545 4207 4208 15121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17546 4208 4439 15121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17547 4439 4435 15121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17548 4435 4207 15121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17549 4687 4667 15122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17550 4667 4650 15122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17551 4650 4675 15122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17552 4675 4687 15122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17553 4633 4641 15123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17554 4641 4660 15123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17555 4660 4657 15123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17556 4657 4633 15123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17557 4438 4425 15124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17558 4425 4584 15124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17559 4584 4606 15124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17560 4606 4438 15124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17561 4568 4576 15125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17562 4576 4422 15125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17563 4422 4418 15125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17564 4418 4568 15125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17565 4218 4212 15126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17566 4212 4317 15126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17567 4317 4321 15126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17568 4321 4218 15126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17569 4313 4314 15127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17570 4314 4209 15127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17571 4209 4205 15127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17572 4205 4313 15127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17573 3944 3941 15128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17574 3941 4076 15128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17575 4076 4079 15128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17576 4079 3944 15128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17577 4073 4074 15129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17578 4074 3943 15129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17579 3943 3942 15129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17580 3942 4073 15129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17581 4070 3684 15130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17582 3684 3718 15130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17583 3718 4080 15130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17584 4080 4070 15130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17585 3404 3141 15131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17586 3141 3178 15131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17587 3178 3431 15131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17588 3431 3404 15131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17589 3684 3649 15132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17590 3649 3355 15132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17591 3355 3404 15132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17592 3404 3684 15132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17593 2991 3018 15133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17594 3018 3001 15133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17595 3001 3004 15133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17596 3004 2991 15133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17597 3141 3112 15134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17598 3112 2987 15134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17599 2987 2991 15134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17600 2991 3141 15134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17601 3145 3229 15135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17602 3229 3199 15135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17603 3199 3122 15135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17604 3122 3145 15135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17605 3018 3033 15136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17606 3033 3169 15136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17607 3169 3145 15136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17608 3145 3018 15136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17609 3285 3374 15137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17610 3374 3335 15137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17611 3335 3251 15137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17612 3251 3285 15137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17613 3229 3254 15138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17614 3254 3305 15138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17615 3305 3285 15138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17616 3285 3229 15138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17617 3493 3624 15139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17618 3624 3586 15139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17619 3586 3457 15139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17620 3457 3493 15139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17621 3374 3394 15140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17622 3394 3507 15140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17623 3507 3493 15140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17624 3493 3374 15140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17625 3770 4090 15141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17626 4090 4061 15141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17627 4061 3739 15141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17628 3739 3770 15141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17629 3624 3632 15142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17630 3632 3785 15142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17631 3785 3770 15142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17632 3770 3624 15142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17633 4618 5084 15143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17634 5084 5055 15143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17635 5055 4560 15143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17636 4560 4618 15143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17637 4090 4092 15144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17638 4092 4619 15144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17639 4619 4618 15144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17640 4618 4090 15144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17641 5377 5670 15145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17642 5670 5653 15145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17643 5653 5361 15145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17644 5361 5377 15145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17645 5084 5083 15146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17646 5083 5390 15146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17647 5390 5377 15146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17648 5377 5084 15146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17649 5964 6427 15147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17650 6427 6393 15147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17651 6393 5949 15147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17652 5949 5964 15147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17653 5670 5682 15148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17654 5682 5990 15148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17655 5990 5964 15148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17656 5964 5670 15148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17657 6940 7209 15149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17658 7209 7181 15149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17659 7181 6916 15149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17660 6916 6940 15149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17661 6427 6484 15150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17662 6484 6981 15150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17663 6981 6940 15150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17664 6940 6427 15150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17665 7367 7486 15151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17666 7486 7474 15151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17667 7474 7354 15151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17668 7354 7367 15151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17669 7209 7295 15152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17670 7295 7431 15152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17671 7431 7367 15152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17672 7367 7209 15152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17673 7610 7690 15153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17674 7690 7679 15153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17675 7679 7594 15153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17676 7594 7610 15153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17677 7486 7537 15154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17678 7537 7643 15154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17679 7643 7610 15154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17680 7610 7486 15154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17681 7751 7852 15155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17682 7852 7847 15155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17683 7847 7741 15155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17684 7741 7751 15155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17685 7690 7727 15156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17686 7727 7781 15156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17687 7781 7751 15156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17688 7751 7690 15156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17689 7987 8096 15157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17690 8096 8078 15157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17691 8078 7979 15157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17692 7979 7987 15157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17693 7852 7873 15158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17694 7873 8006 15158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17695 8006 7987 15158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17696 7987 7852 15158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17697 8029 7821 15159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17698 7821 7800 15159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17699 7800 8009 15159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17700 8009 8029 15159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17701 8096 8114 15160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17702 8114 8044 15160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17703 8044 8029 15160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17704 8029 8096 15160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17705 7513 7112 15161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17706 7112 7097 15161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17707 7097 7495 15161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17708 7495 7513 15161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17709 7821 7839 15162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17710 7839 7535 15162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17711 7535 7513 15162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17712 7513 7821 15162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17713 6639 6092 15163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17714 6092 6070 15163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17715 6070 6631 15163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17716 6631 6639 15163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17717 7112 7140 15164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17718 7140 6656 15164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17719 6656 6639 15164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17720 6639 7112 15164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17721 5722 5372 15165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17722 5372 5359 15165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17723 5359 5703 15165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17724 5703 5722 15165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17725 6092 6101 15166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17726 6101 5737 15166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17727 5737 5722 15166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17728 5722 6092 15166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17729 5030 4547 15167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17730 4547 4522 15167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17731 4522 5013 15167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17732 5013 5030 15167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17733 5372 5383 15168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17734 5383 5027 15168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17735 5027 5030 15168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17736 5030 5372 15168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17737 4547 4508 15169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17738 4508 4031 15169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17739 4031 4070 15169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17740 4070 4547 15169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17741 3976 3581 15170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17742 3581 3649 15170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17743 3649 4031 15170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17744 4031 3976 15170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17745 3290 3061 15171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17746 3061 3112 15171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17747 3112 3355 15171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17748 3355 3290 15171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17749 3581 3506 15172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17750 3506 3206 15172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17751 3206 3290 15172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17752 3290 3581 15172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17753 2938 3006 15173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17754 3006 3033 15173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17755 3033 2987 15173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17756 2987 2938 15173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17757 3061 2978 15174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17758 2978 2880 15174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17759 2880 2938 15174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17760 2938 3061 15174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17761 3142 3223 15175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17762 3223 3254 15175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17763 3254 3169 15175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17764 3169 3142 15175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17765 3006 2933 15176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17766 2933 3088 15176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17767 3088 3142 15176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17768 3142 3006 15176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17769 3272 3356 15177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17770 3356 3394 15177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17771 3394 3305 15177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17772 3305 3272 15177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17773 3223 3175 15178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17774 3175 3209 15178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17775 3209 3272 15178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17776 3272 3223 15178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17777 3470 3589 15179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17778 3589 3632 15179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17779 3632 3507 15179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17780 3507 3470 15179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17781 3356 3294 15180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17782 3294 3406 15180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17783 3406 3470 15180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17784 3470 3356 15180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17785 3729 4056 15181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17786 4056 4092 15181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17787 4092 3785 15181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17788 3785 3729 15181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17789 3589 3530 15182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17790 3530 3663 15182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17791 3663 3729 15182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17792 3729 3589 15182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17793 4556 5069 15183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17794 5069 5083 15183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17795 5083 4619 15183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17796 4619 4556 15183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17797 4056 3998 15184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17798 3998 4482 15184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17799 4482 4556 15184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17800 4556 4056 15184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17801 5394 5699 15185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17802 5699 5682 15185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17803 5682 5390 15185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17804 5390 5394 15185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17805 5069 5038 15186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17806 5038 5381 15186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17807 5381 5394 15186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17808 5394 5069 15186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17809 6023 6566 15187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17810 6566 6484 15187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17811 6484 5990 15187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17812 5990 6023 15187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17813 5699 5715 15188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17814 5715 6055 15188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17815 6055 6023 15188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17816 6023 5699 15188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17817 7041 7381 15189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17818 7381 7295 15189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17819 7295 6981 15189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17820 6981 7041 15189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17821 6566 6623 15190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17822 6623 7125 15190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17823 7125 7041 15190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17824 7041 6566 15190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17825 7507 7637 15191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17826 7637 7537 15191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17827 7537 7431 15191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17828 7431 7507 15191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17829 7381 7458 15192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17830 7458 7607 15192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17831 7607 7507 15192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17832 7507 7381 15192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17833 7743 7828 15193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17834 7828 7727 15193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17835 7727 7643 15193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17836 7643 7743 15193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17837 7637 7731 15194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17838 7731 7843 15194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17839 7843 7743 15194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17840 7743 7637 15194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17841 7867 7952 15195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17842 7952 7873 15195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17843 7873 7781 15195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17844 7781 7867 15195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17845 7828 7912 15196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17846 7912 7959 15196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17847 7959 7867 15196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17848 7867 7828 15196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17849 8105 8177 15197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17850 8177 8114 15197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17851 8114 8006 15197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17852 8006 8105 15197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17853 7952 8054 15198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17854 8054 8202 15198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17855 8202 8105 15198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17856 8105 7952 15198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17857 8120 7884 15199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17858 7884 7839 15199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17859 7839 8044 15199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17860 8044 8120 15199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17861 8177 8241 15200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17862 8241 8185 15200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17863 8185 8120 15200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17864 8120 8177 15200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17865 7585 7179 15201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17866 7179 7140 15201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17867 7140 7535 15201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17868 7535 7585 15201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17869 7884 7943 15202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17870 7943 7641 15202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17871 7641 7585 15202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17872 7585 7884 15202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17873 6705 6138 15203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17874 6138 6101 15203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17875 6101 6656 15203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17876 6656 6705 15203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17877 7179 7242 15204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17878 7242 6741 15204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17879 6741 6705 15204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17880 6705 7179 15204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17881 5749 5389 15205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17882 5389 5383 15205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17883 5383 5737 15205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17884 5737 5749 15205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17885 6138 6163 15206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17886 6163 5767 15206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17887 5767 5749 15206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17888 5749 6138 15206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17889 5007 4445 15207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17890 4445 4508 15207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17891 4508 5027 15207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17892 5027 5007 15207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17893 5389 5373 15208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17894 5373 4973 15208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17895 4973 5007 15208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17896 5007 5389 15208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17897 4445 4394 15209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17898 4394 3903 15209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17899 3903 3976 15209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17900 3976 4445 15209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17901 3816 3409 15210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17902 3409 3506 15210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17903 3506 3903 15210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17904 3903 3816 15210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17905 3092 2854 15211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17906 2854 2978 15211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17907 2978 3206 15211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17908 3206 3092 15211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17909 3409 3361 15212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17910 3361 3036 15212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17911 3036 3092 15212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17912 3092 3409 15212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17913 2799 2832 15213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17914 2832 2933 15213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17915 2933 2880 15213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17916 2880 2799 15213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17917 2854 2811 15214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17918 2811 2757 15214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17919 2757 2799 15214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17920 2799 2854 15214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17921 2969 3071 15215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17922 3071 3175 15215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17923 3175 3088 15215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17924 3088 2969 15215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17925 2832 2792 15216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17926 2792 2896 15216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17927 2896 2969 15216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17928 2969 2832 15216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17929 3109 3188 15217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17930 3188 3294 15217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17931 3294 3209 15217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17932 3209 3109 15217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17933 3071 3007 15218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17934 3007 3054 15218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17935 3054 3109 15218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17936 3109 3071 15218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17937 3298 3427 15219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17938 3427 3530 15219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17939 3530 3406 15219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17940 3406 3298 15219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17941 3188 3136 15220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17942 3136 3242 15220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17943 3242 3298 15220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17944 3298 3188 15220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17945 3569 3912 15221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17946 3912 3998 15221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17947 3998 3663 15221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17948 3663 3569 15221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17949 3427 3383 15222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17950 3383 3532 15222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17951 3532 3569 15222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17952 3569 3427 15222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17953 4413 4994 15223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17954 4994 5038 15223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17955 5038 4482 15223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17956 4482 4413 15223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17957 3912 3873 15224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17958 3873 4379 15224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17959 4379 4413 15224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17960 4413 3912 15224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17961 5363 5724 15225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17962 5724 5715 15225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17963 5715 5381 15225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17964 5381 5363 15225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17965 4994 4976 15226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17966 4976 5350 15226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17967 5350 5363 15226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17968 5363 4994 15226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17969 6095 6685 15227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17970 6685 6623 15227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17971 6623 6055 15227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17972 6055 6095 15227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17973 5724 5732 15228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17974 5732 6107 15228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17975 6107 6095 15228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17976 6095 5724 15228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17977 7191 7543 15229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17978 7543 7458 15229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17979 7458 7125 15229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17980 7125 7191 15229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17981 6685 6716 15230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17982 6716 7253 15230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17983 7253 7191 15230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17984 7191 6685 15230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17985 7699 7837 15231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17986 7837 7731 15231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17987 7731 7607 15231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17988 7607 7699 15231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17989 7543 7598 15232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17990 7598 7750 15232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17991 7750 7699 15232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17992 7699 7543 15232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17993 7947 8032 15233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17994 8032 7912 15233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17995 7912 7843 15233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17996 7843 7947 15233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17997 7837 7882 15234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17998 7882 7999 15234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 17999 7999 7947 15234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18000 7947 7837 15234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18001 8085 8186 15235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18002 8186 8054 15235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18003 8054 7959 15235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18004 7959 8085 15235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18005 8032 8103 15236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18006 8103 8156 15236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18007 8156 8085 15236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18008 8085 8032 15236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18009 8291 8328 15237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18010 8328 8241 15237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18011 8241 8202 15237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18012 8202 8291 15237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18013 8186 8229 15238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18014 8229 8333 15238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18015 8333 8291 15238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18016 8291 8186 15238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18017 8268 8046 15239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18018 8046 7943 15239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18019 7943 8185 15239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18020 8185 8268 15239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18021 8328 8364 15240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18022 8364 8310 15240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18023 8310 8268 15240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18024 8268 8328 15240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18025 7722 7325 15241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18026 7325 7242 15241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18027 7242 7641 15241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18028 7641 7722 15241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18029 8046 8122 15242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18030 8122 7775 15242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18031 7775 7722 15242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18032 7722 8046 15242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18033 6791 6216 15243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18034 6216 6163 15243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18035 6163 6741 15243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18036 6741 6791 15243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18037 7325 7363 15244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18038 7363 6816 15244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18039 6816 6791 15244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18040 6791 7325 15244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18041 5781 5355 15245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18042 5355 5373 15245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18043 5373 5767 15245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18044 5767 5781 15245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18045 6216 6255 15246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18046 6255 5788 15246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18047 5788 5781 15246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18048 5781 6216 15246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18049 4930 4320 15247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18050 4320 4394 15247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18051 4394 4973 15247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18052 4973 4930 15247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18053 5355 5345 15248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18054 5345 4902 15248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18055 4902 4930 15248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18056 4930 5355 15248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18057 4320 4300 15249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18058 4300 3755 15249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18059 3755 3816 15249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18060 3816 4320 15249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18061 3756 3362 15250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18062 3362 3361 15250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18063 3361 3755 15250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18064 3755 3756 15250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18065 3040 2815 15251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18066 2815 2811 15251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18067 2811 3036 15251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18068 3036 3040 15251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18069 3362 4437 15252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18070 4437 4144 15252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18071 4144 3040 15252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18072 3040 3362 15252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18073 2762 2796 15253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18074 2796 2792 15253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18075 2792 2757 15253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18076 2757 2762 15253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18077 2815 4144 15254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18078 4144 4025 15254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18079 4025 2762 15254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18080 2762 2815 15254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18081 2902 3011 15255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18082 3011 3007 15255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18083 3007 2896 15255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18084 2896 2902 15255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18085 2796 4025 15256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18086 4025 4057 15256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18087 4057 2902 15256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18088 2902 2796 15256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18089 3060 3137 15257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18090 3137 3136 15257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18091 3136 3054 15257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18092 3054 3060 15257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18093 3011 4057 15258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18094 4057 4109 15258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18095 4109 3060 15258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18096 3060 3011 15258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18097 3247 3385 15259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18098 3385 3383 15259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18099 3383 3242 15259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18100 3242 3247 15259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18101 3137 4109 15260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18102 4109 4276 15260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18103 4276 3247 15260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18104 3247 3137 15260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18105 3535 3874 15261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18106 3874 3873 15261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18107 3873 3532 15261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18108 3532 3535 15261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18109 3385 4276 15262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18110 4276 4514 15262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18111 4514 3535 15262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18112 3535 3385 15262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18113 4378 4975 15263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18114 4975 4976 15263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18115 4976 4379 15263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18116 4379 4378 15263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18117 3874 4514 15264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18118 4514 5152 15264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18119 5152 4378 15264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18120 4378 3874 15264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18121 5349 5731 15265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18122 5731 5732 15265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18123 5732 5350 15265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18124 5350 5349 15265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18125 4975 5152 15266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18126 5152 5561 15266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18127 5561 5349 15266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18128 5349 4975 15266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18129 6106 6715 15267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18130 6715 6716 15267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18131 6716 6107 15267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18132 6107 6106 15267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18133 5731 5561 15268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18134 5561 5973 15268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18135 5973 6106 15268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18136 6106 5731 15268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18137 7252 7597 15269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18138 7597 7598 15269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18139 7598 7253 15269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18140 7253 7252 15269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18141 6715 5973 15270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18142 5973 6625 15270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18143 6625 7252 15270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18144 7252 6715 15270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18145 7748 7880 15271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18146 7880 7882 15271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18147 7882 7750 15271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18148 7750 7748 15271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18149 7597 6625 15272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18150 6625 6857 15272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18151 6857 7748 15272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18152 7748 7597 15272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18153 7996 8101 15273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18154 8101 8103 15273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18155 8103 7999 15273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18156 7999 7996 15273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18157 7880 6857 15274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18158 6857 7004 15274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18159 7004 7996 15274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18160 7996 7880 15274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18161 8152 8226 15275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18162 8226 8229 15275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18163 8229 8156 15275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18164 8156 8152 15275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18165 8101 7004 15276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18166 7004 7045 15276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18167 7045 8152 15276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18168 8152 8101 15276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18169 8331 8362 15277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18170 8362 8364 15277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18171 8364 8333 15277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18172 8333 8331 15277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18173 8226 7045 15278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18174 7045 7081 15278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18175 7081 8331 15278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18176 8331 8226 15278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18177 8306 8112 15279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18178 8112 8122 15279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18179 8122 8310 15279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18180 8310 8306 15279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18181 8362 7081 15280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18182 7081 6972 15280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18183 6972 8306 15280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18184 8306 8362 15280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18185 7771 7362 15281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18186 7362 7363 15281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18187 7363 7775 15281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18188 7775 7771 15281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18189 8112 6972 15282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18190 6972 6691 15282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18191 6691 7771 15282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18192 7771 8112 15282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18193 6815 6254 15283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18194 6254 6255 15283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18195 6255 6816 15283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18196 6816 6815 15283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18197 7362 6691 15284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18198 6691 6038 15284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18199 6038 6815 15284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18200 6815 7362 15284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18201 5787 5344 15285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18202 5344 5345 15285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18203 5345 5788 15285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18204 5788 5787 15285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18205 6254 6038 15286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18206 6038 5567 15286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18207 5567 5787 15286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18208 5787 6254 15286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18209 4901 4301 15287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18210 4301 4300 15287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18211 4300 4902 15287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18212 4902 4901 15287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18213 5344 5567 15288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18214 5567 5099 15288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18215 5099 4901 15288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18216 4901 5344 15288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18217 4301 5099 15289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18218 5099 4437 15289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18219 4437 3756 15289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18220 3756 4301 15289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18221 2423 2355 15290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18222 2355 2435 15290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18223 2435 2533 15290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18224 2533 2423 15290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18225 2108 2175 15291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18226 2175 2138 15291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18227 2138 2105 15291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18228 2105 2108 15291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18229 1965 2012 15292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18230 2012 2140 15292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18231 2140 2118 15292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18232 2118 1965 15292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18233 1869 1910 15293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18234 1910 2078 15293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18235 2078 2052 15293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18236 2052 1869 15293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18237 1884 1835 15294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18238 1835 1786 15294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18239 1786 1826 15294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18240 1826 1884 15294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18241 1974 1926 15295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18242 1926 1892 15295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18243 1892 1955 15295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18244 1955 1974 15295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18245 1793 1770 15296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18246 1770 1746 15296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18247 1746 1767 15296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18248 1767 1793 15296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18249 1721 1747 15297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18250 1747 1733 15297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18251 1733 1717 15297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18252 1717 1721 15297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18253 2032 1971 15298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18254 1971 1896 15298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18255 1896 1967 15298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18256 1967 2032 15298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18257 2117 2045 15299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18258 2045 2086 15299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18259 2086 2134 15299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18260 2134 2117 15299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18261 1839 1787 15300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18262 1787 1845 15300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18263 1845 1906 15300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18264 1906 1839 15300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18265 1790 1764 15301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18266 1764 1745 15301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18267 1745 1765 15301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18268 1765 1790 15301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18269 1754 1731 15302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18270 1731 1722 15302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18271 1722 1758 15302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18272 1758 1754 15302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18273 1716 1723 15303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18274 1723 1724 15303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18275 1724 1715 15303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18276 1715 1716 15303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18277 1756 1725 15304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18278 1725 1729 15304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18279 1729 1757 15304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18280 1757 1756 15304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18281 1714 1734 15305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18282 1734 1740 15305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18283 1740 1719 15305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18284 1719 1714 15305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18285 1760 1730 15306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18286 1730 1735 15306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18287 1735 1763 15306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18288 1763 1760 15306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18289 1727 1750 15307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18290 1750 1759 15307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18291 1759 1744 15307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18292 1744 1727 15307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18293 1769 1742 15308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18294 1742 1753 15308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18295 1753 1778 15308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18296 1778 1769 15308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18297 1761 1776 15309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18298 1776 1796 15309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18299 1796 1779 15309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18300 1779 1761 15309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18301 1782 1766 15310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18302 1766 1783 15310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18303 1783 1806 15310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18304 1806 1782 15310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18305 1803 1837 15311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18306 1837 1894 15311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18307 1894 1856 15311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18308 1856 1803 15311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18309 1857 1819 15312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18310 1819 1883 15312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18311 1883 1900 15312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18312 1900 1857 15312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18313 1912 1969 15313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18314 1969 2014 15313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18315 2014 1941 15313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18316 1941 1912 15313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18317 1990 1987 15314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18318 1987 1963 15314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18319 1963 1983 15314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18320 1983 1990 15314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18321 2055 2063 15315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18322 2063 2061 15315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18323 2061 2029 15315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18324 2029 2055 15315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18325 2001 2017 15316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18326 2017 2067 15316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18327 2067 2062 15316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18328 2062 2001 15316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18329 2152 2145 15317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18330 2145 2160 15317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18331 2160 2169 15317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18332 2169 2152 15317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18333 2200 2178 15318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18334 2178 2204 15318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18335 2204 2219 15318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18336 2219 2200 15318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18337 1956 2042 15319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18338 2042 2013 15319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18339 2013 1916 15319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18340 1916 1956 15319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18341 1936 1931 15320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18342 1931 1903 15320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18343 1903 1907 15320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18344 1907 1936 15320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18345 1862 1867 15321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18346 1867 1860 15321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18347 1860 1849 15321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18348 1849 1862 15321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18349 1822 1802 15322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18350 1802 1816 15322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18351 1816 1842 15322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18352 1842 1822 15322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18353 1858 1886 15323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18354 1886 1893 15323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18355 1893 1855 15323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18356 1855 1858 15323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18357 1854 1851 15324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18358 1851 1876 15324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18359 1876 1865 15324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18360 1865 1854 15324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18361 1830 1882 15325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18362 1882 1881 15325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18363 1881 1823 15325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18364 1823 1830 15325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18365 1890 1905 15326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18366 1905 1846 15326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18367 1846 1825 15326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18368 1825 1890 15326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18369 1902 1868 15327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18370 1868 1924 15327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18371 1924 1932 15327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18372 1932 1902 15327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18373 2036 2047 15328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18374 2047 2039 15328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18375 2039 1989 15328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18376 1989 2036 15328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18377 1820 1909 15329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18378 1909 1966 15329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18379 1966 1813 15329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18380 1813 1820 15329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18381 2077 2064 15330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18382 2064 2124 15330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18383 2124 2132 15330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18384 2132 2077 15330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18385 2153 2073 15331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18386 2073 2037 15331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18387 2037 2079 15331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18388 2079 2153 15331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18389 1848 1978 15332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18390 1978 1927 15332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18391 1927 1844 15332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18392 1844 1848 15332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18393 2171 2296 15333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18394 2296 2254 15333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18395 2254 2135 15333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18396 2135 2171 15333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18397 1827 1970 15334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18398 1970 1993 15334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18399 1993 1828 15334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18400 1828 1827 15334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18401 1853 2003 15335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18402 2003 2026 15335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18403 2026 1885 15335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18404 1885 1853 15335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18405 1921 2056 15336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18406 2056 2107 15336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18407 2107 2006 15336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18408 2006 1921 15336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18409 2075 2198 15337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18410 2198 2244 15337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18411 2244 2119 15337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18412 2119 2075 15337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18413 2083 2223 15338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18414 2223 2206 15338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18415 2206 2106 15338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18416 2106 2083 15338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18417 2501 2438 15339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18418 2438 2391 15339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18419 2391 2485 15339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18420 2485 2501 15339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18421 2482 2380 15340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18422 2380 2339 15340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18423 2339 2458 15340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18424 2458 2482 15340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18425 2266 2217 15341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18426 2217 2389 15341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18427 2389 2422 15341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18428 2422 2266 15341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18429 2534 2498 15342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18430 2498 2590 15342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18431 2590 2624 15342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18432 2624 2534 15342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18433 2356 2176 15343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18434 2176 2157 15343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18435 2157 2302 15343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18436 2302 2356 15343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18437 2415 2449 15344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18438 2449 2388 15344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18439 2388 2324 15344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18440 2324 2415 15344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18441 2554 2512 15345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18442 2512 2575 15345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18443 2575 2616 15345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18444 2616 2554 15345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18445 2626 2595 15346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18446 2595 2658 15346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18447 2658 2694 15346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18448 2694 2626 15346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18449 2451 2492 15347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18450 2492 2548 15347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18451 2548 2529 15347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18452 2529 2451 15347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18453 2643 2594 15348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18454 2594 2604 15348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18455 2604 2672 15348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18456 2672 2643 15348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18457 2765 2714 15349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18458 2714 2745 15349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18459 2745 2802 15349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18460 2802 2765 15349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18461 2678 2603 15350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18462 2603 2591 15350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18463 2591 2666 15350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18464 2666 2678 15350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18465 2814 2761 15351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18466 2761 2744 15351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18467 2744 2801 15351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18468 2801 2814 15351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18469 2633 2567 15352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18470 2567 2539 15352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18471 2539 2607 15352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18472 2607 2633 15352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18473 2760 2710 15353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18474 2710 2660 15353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18475 2660 2705 15353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18476 2705 2760 15353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18477 2540 2477 15354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18478 2477 2409 15354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18479 2409 2459 15354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18480 2459 2540 15354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18481 2630 2598 15355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18482 2598 2535 15355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18483 2535 2581 15355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18484 2581 2630 15355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18485 2378 2307 15356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18486 2307 2315 15356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18487 2315 2377 15356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18488 2377 2378 15356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18489 2455 2404 15357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18490 2404 2503 15357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18491 2503 2543 15357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18492 2543 2455 15357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18493 2593 2526 15358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18494 2526 2602 15358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18495 2602 2652 15358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18496 2652 2593 15358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18497 2629 2599 15359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18498 2599 2693 15359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18499 2693 2733 15359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18500 2733 2629 15359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18501 2742 2685 15360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18502 2685 2785 15360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18503 2785 2846 15360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18504 2846 2742 15360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18505 2869 2812 15361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18506 2812 2920 15361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18507 2920 3010 15361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18508 3010 2869 15361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18509 3120 3049 15362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18510 3049 3186 15362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18511 3186 3265 15362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18512 3265 3120 15362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18513 3172 3147 15363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18514 3147 3325 15363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18515 3325 3384 15363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18516 3384 3172 15363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18517 3178 3200 15364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18518 3200 3435 15364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18519 3435 3431 15364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18520 3431 3178 15364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18521 3035 3047 15365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18522 3047 3004 15365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18523 3004 3001 15365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18524 3001 3035 15365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18525 3439 3333 15366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18526 3333 3463 15366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18527 3463 3611 15366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18528 3611 3439 15366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18529 3613 3539 15367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18530 3539 3792 15367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18531 3792 3938 15367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18532 3938 3613 15367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18533 3718 3695 15368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18534 3695 4030 15368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18535 4030 4080 15368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18536 4080 3718 15368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18537 2721 2483 15369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18538 2483 2381 15369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18539 2381 2592 15369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18540 2592 2721 15369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18541 3502 3167 15370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18542 3167 2861 15370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18543 2861 3232 15370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18544 3232 3502 15370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18545 2468 2305 15371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18546 2305 2239 15371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18547 2239 2368 15371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18548 2368 2468 15371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18549 2917 2675 15372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18550 2675 2546 15372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18551 2546 2775 15372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18552 2775 2917 15372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18553 2279 2177 15373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18554 2177 2158 15373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18555 2158 2245 15373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18556 2245 2279 15373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18557 2726 2487 15374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18558 2487 2456 15374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18559 2456 2697 15374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18560 2697 2726 15374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18561 2253 2168 15375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18562 2168 2192 15375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18563 2192 2275 15375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18564 2275 2253 15375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18565 2681 2444 15376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18566 2444 2445 15376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18567 2445 2673 15376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18568 2673 2681 15376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18569 2320 2225 15377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18570 2225 2323 15377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18571 2323 2418 15377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18572 2418 2320 15377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18573 2665 2457 15378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18574 2457 2513 15378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18575 2513 2679 15378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18576 2679 2665 15378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18577 2538 2465 15379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18578 2465 2524 15379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18579 2524 2586 15379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18580 2586 2538 15379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18581 2713 2596 15380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18582 2596 2628 15380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18583 2628 2730 15380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18584 2730 2713 15380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18585 2743 2640 15381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18586 2640 2631 15381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18587 2631 2727 15381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18588 2727 2743 15381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18589 4238 3743 15382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18590 3743 3546 15382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18591 3546 4023 15382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18592 4023 4238 15382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18593 3708 3303 15383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18594 3303 3154 15383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18595 3154 3545 15383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18596 3545 3708 15383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18597 4504 4233 15384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18598 4233 3990 15384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18599 3990 4330 15384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18600 4330 4504 15384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18601 3519 3121 15385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18602 3121 3083 15385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18603 3083 3483 15385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18604 3483 3519 15385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18605 4298 3936 15386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18606 3936 3886 15386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18607 3886 4265 15386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18608 4265 4298 15386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18609 3428 3034 15387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18610 3034 3000 15387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18611 3000 3392 15387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18612 3392 3428 15387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18613 3348 2977 15388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18614 2977 2941 15388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18615 2941 3300 15388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18616 3300 3348 15388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18617 3910 3685 15389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18618 3685 3623 15389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18619 3623 3870 15389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18620 3870 3910 15389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18621 3239 2918 15390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18622 2918 2903 15390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18623 2903 3191 15390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18624 3191 3239 15390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18625 3749 3551 15391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18626 3551 3477 15391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18627 3477 3667 15391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18628 3667 3749 15391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18629 3148 2887 15392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18630 2887 2859 15392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18631 2859 3093 15392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18632 3093 3148 15392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18633 3588 3400 15393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18634 3400 3328 15393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18635 3328 3543 15393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18636 3543 3588 15393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18637 3757 3720 15394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18638 3720 3927 15394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18639 3927 3957 15394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18640 3957 3757 15394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18641 3900 3840 15395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18642 3840 3988 15395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18643 3988 4042 15395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18644 4042 3900 15395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18645 4035 3999 15396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18646 3999 4143 15396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18647 4143 4191 15396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18648 4191 4035 15396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18649 4123 4096 15397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18650 4096 4280 15397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18651 4280 4292 15397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18652 4292 4123 15397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18653 4211 4138 15398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18654 4138 4307 15398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18655 4307 4386 15398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18656 4386 4211 15398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18657 4441 4325 15399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18658 4325 4555 15399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18659 4555 4698 15399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18660 4698 4441 15399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18661 4454 4423 15400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18662 4423 4690 15400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18663 4690 4738 15400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18664 4738 4454 15400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18665 4645 4494 15401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18666 4494 4769 15401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18667 4769 4882 15401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18668 4882 4645 15401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18669 4946 4846 15402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18670 4846 5012 15402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18671 5012 5095 15402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18672 5095 4946 15402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18673 5086 5182 15403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18674 5182 5149 15403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18675 5149 5028 15403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18676 5028 5086 15403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18677 5051 4992 15404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18678 4992 5153 15404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18679 5153 5163 15404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18680 5163 5051 15404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18681 5570 5708 15405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18682 5708 5660 15405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18683 5660 5476 15405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18684 5476 5570 15405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18685 5276 5321 15406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18686 5321 5418 15406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18687 5418 5397 15406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18688 5397 5276 15406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18689 5251 5259 15407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18690 5259 5365 15407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18691 5365 5332 15407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18692 5332 5251 15407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18693 4727 5113 15408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18694 5113 5107 15408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18695 5107 4743 15408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18696 4743 4727 15408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18697 4747 5098 15409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18698 5098 5147 15409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18699 5147 4931 15409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18700 4931 4747 15409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18701 3184 3326 15410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18702 3326 3378 15410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18703 3378 3258 15410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18704 3258 3184 15410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18705 3126 3127 15411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18706 3127 3308 15411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18707 3308 3139 15411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18708 3139 3126 15411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18709 3716 3540 15412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18710 3540 3529 15412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18711 3529 3694 15412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18712 3694 3716 15412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18713 3548 3536 15413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18714 3536 3730 15413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18715 3730 3741 15413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18716 3741 3548 15413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18717 4039 3899 15414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18718 3899 3862 15414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18719 3862 4003 15414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18720 4003 4039 15414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18721 3679 3505 15415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18722 3505 3533 15415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18723 3533 3658 15415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18724 3658 3679 15415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18725 3468 3372 15416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18726 3372 3527 15416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18727 3527 3607 15416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18728 3607 3468 15416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18729 3711 3594 15417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18730 3594 3717 15417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18731 3717 3854 15417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18732 3854 3711 15417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18733 3767 3676 15418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18734 3676 3842 15418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18735 3842 3937 15418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18736 3937 3767 15418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18737 4008 3895 15419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18738 3895 4022 15419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18739 4022 4085 15419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18740 4085 4008 15419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18741 4050 3961 15420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18742 3961 4203 15420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18743 4203 4284 15420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18744 4284 4050 15420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18745 4181 4119 15421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18746 4119 4306 15421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18747 4306 4333 15421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18748 4333 4181 15421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18749 4697 4679 15422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18750 4679 5082 15422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18751 5082 5077 15422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18752 5077 4697 15422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18753 4684 4682 15423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18754 4682 5037 15423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18755 5037 5029 15423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18756 5029 4684 15423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18757 4797 4729 15424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18758 4729 5049 15424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18759 5049 5089 15424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18760 5089 4797 15424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18761 5337 5343 15425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18762 5343 5658 15425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18763 5658 5662 15425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18764 5662 5337 15425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18765 5362 5347 15426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18766 5347 5651 15426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18767 5651 5634 15426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18768 5634 5362 15426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18769 3050 3113 15427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18770 3113 3207 15427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18771 3207 3161 15427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18772 3161 3050 15427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18773 3081 3005 15428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18774 3005 2985 15428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18775 2985 3037 15428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18776 3037 3081 15428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18777 2968 2873 15429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18778 2873 2858 15429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18779 2858 2983 15429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18780 2983 2968 15429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18781 2979 2866 15430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18782 2866 2904 15430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18783 2904 2982 15430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18784 2982 2979 15430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18785 3055 2989 15431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18786 2989 3106 15431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18787 3106 3164 15431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18788 3164 3055 15431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18789 3319 3257 15432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18790 3257 3389 15432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18791 3389 3456 15432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18792 3456 3319 15432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18793 3577 3491 15433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18794 3491 3584 15433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18795 3584 3698 15433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18796 3698 3577 15433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18797 4585 4560 15434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18798 4560 5055 15434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18799 5055 5056 15434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18800 5056 4585 15434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18801 5353 5361 15435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18802 5361 5653 15435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18803 5653 5641 15435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18804 5641 5353 15435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18805 2612 2674 15436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18806 2674 2689 15436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18807 2689 2614 15436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18808 2614 2612 15436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18809 2709 2671 15437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18810 2671 2724 15437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18811 2724 2759 15437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18812 2759 2709 15437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18813 2787 2751 15438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18814 2751 2788 15438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18815 2788 2810 15438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18816 2810 2787 15438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18817 2773 2729 15439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18818 2729 2791 15439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18819 2791 2837 15439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18820 2837 2773 15439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18821 2836 2817 15440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18822 2817 2826 15440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18823 2826 2839 15440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18824 2839 2836 15440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18825 2901 2835 15441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18826 2835 2867 15441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18827 2867 2970 15441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18828 2970 2901 15441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18829 2865 2847 15442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18830 2847 2848 15442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18831 2848 2855 15442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18832 2855 2865 15442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18833 3003 2889 15443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18834 2889 2914 15443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18835 2914 3030 15443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18836 3030 3003 15443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18837 3064 2946 15444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18838 2946 2996 15444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18839 2996 3098 15444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18840 3098 3064 15444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18841 2986 2984 15445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18842 2984 2974 15445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18843 2974 2990 15445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18844 2990 2986 15445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18845 2763 2800 15446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18846 2800 2821 15446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18847 2821 2790 15446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18848 2790 2763 15446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18849 2808 2772 15447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18850 2772 2793 15447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18851 2793 2842 15447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18852 2842 2808 15447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18853 2898 2838 15448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18854 2838 2939 15448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18855 2939 3031 15448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18856 3031 2898 15448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18857 3189 3117 15449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18858 3117 3220 15449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18859 3220 3306 15449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18860 3306 3189 15449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18861 3403 3307 15450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18862 3307 3375 15450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18863 3375 3487 15450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18864 3487 3403 15450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18865 3558 3430 15451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18866 3430 3457 15451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18867 3457 3586 15451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18868 3586 3558 15451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18869 3215 3280 15452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18870 3280 3218 15452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18871 3218 3166 15452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18872 3166 3215 15452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18873 3335 3324 15453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18874 3324 3243 15453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18875 3243 3251 15453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18876 3251 3335 15453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18877 3082 3149 15454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18878 3149 3028 15454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18879 3028 2944 15454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18880 2944 3082 15454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18881 2809 2863 15455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18882 2863 2781 15455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18883 2781 2731 15455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18884 2731 2809 15455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18885 2707 2746 15456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18886 2746 2728 15456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18887 2728 2696 15456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18888 2696 2707 15456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18889 2716 2738 15457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18890 2738 2777 15457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18891 2777 2752 15457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18892 2752 2716 15457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18893 2850 2876 15458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18894 2876 2925 15458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18895 2925 2907 15458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18896 2907 2850 15458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18897 2813 2831 15459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18898 2831 2882 15459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18899 2882 2864 15459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18900 2864 2813 15459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18901 2922 2952 15460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18902 2952 2976 15460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18903 2976 2951 15460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18904 2951 2922 15460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18905 2931 2937 15461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18906 2937 2906 15461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18907 2906 2892 15461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18908 2892 2931 15461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18909 2816 2789 15462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18910 2789 2827 15462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18911 2827 2851 15462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18912 2851 2816 15462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18913 2868 2845 15463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18914 2845 2828 15463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18915 2828 2852 15463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18916 2852 2868 15463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18917 2807 2783 15464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18918 2783 2725 15464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18919 2725 2749 15464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18920 2749 2807 15464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18921 2680 2655 15465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18922 2655 2609 15465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18923 2609 2619 15465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18924 2619 2680 15465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18925 2860 2844 15466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18926 2844 2875 15466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18927 2875 2888 15466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18928 2888 2860 15466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18929 2849 2829 15467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18930 2829 2776 15467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18931 2776 2797 15467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18932 2797 2849 15467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18933 2722 2700 15468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18934 2700 2644 15468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18935 2644 2682 15468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18936 2682 2722 15468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18937 2661 2618 15469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18938 2618 2617 15469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18939 2617 2669 15469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18940 2669 2661 15469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18941 2695 2642 15470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18942 2642 2715 15470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18943 2715 2774 15470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18944 2774 2695 15470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18945 2881 2818 15471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18946 2818 2930 15471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18947 2930 3026 15471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18948 3026 2881 15471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18949 3130 3080 15472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18950 3080 3133 15472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18951 3133 3187 15472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18952 3187 3130 15472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18953 3201 3131 15473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18954 3131 3122 15473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18955 3122 3199 15473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18956 3199 3201 15473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18957 2893 2908 15474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18958 2908 2878 15474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18959 2878 2870 15474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18960 2870 2893 15474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18961 5338 5346 15475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18962 5346 5254 15475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18963 5254 5237 15475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18964 5237 5338 15475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18965 5580 5465 15476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18966 5465 5464 15476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18967 5464 5581 15476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18968 5581 5580 15476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18969 5314 5328 15477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18970 5328 5214 15477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18971 5214 5196 15477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18972 5196 5314 15477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18973 5585 5460 15478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18974 5460 5459 15478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18975 5459 5586 15478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18976 5586 5585 15478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18977 5283 5298 15479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18978 5298 5185 15479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18979 5185 5172 15479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18980 5172 5283 15479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18981 5591 5454 15480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18982 5454 5451 15480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18983 5451 5594 15480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18984 5594 5591 15480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18985 5187 5138 15481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18986 5138 5081 15481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18987 5081 5125 15481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18988 5125 5187 15481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18989 5165 5176 15482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18990 5176 5100 15482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18991 5100 5078 15482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18992 5078 5165 15482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18993 5124 5141 15483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18994 5141 5050 15483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18995 5050 5039 15483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18996 5039 5124 15483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18997 5101 5116 15484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18998 5116 5035 15484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 18999 5035 5018 15484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19000 5018 5101 15484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19001 5033 5010 15485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19002 5010 4923 15485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19003 4923 4924 15485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19004 4924 5033 15485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19005 4984 5002 15486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19006 5002 4885 15486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19007 4885 4864 15486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19008 4864 4984 15486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19009 4676 4742 15487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19010 4742 4468 15487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19011 4468 4396 15487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19012 4396 4676 15487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19013 4631 4658 15488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19014 4658 4391 15488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19015 4391 4390 15488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19016 4390 4631 15488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19017 4574 4614 15489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19018 4614 4395 15489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19019 4395 4412 15489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19020 4412 4574 15489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19021 4957 5041 15490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19022 5041 5045 15490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19023 5045 4991 15490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19024 4991 4957 15490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19025 4894 4945 15491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19026 4945 4818 15491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19027 4818 4788 15491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19028 4788 4894 15491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19029 4786 4794 15492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19030 4794 4724 15492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19031 4724 4713 15492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19032 4713 4786 15492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19033 3871 4165 15493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19034 4165 4156 15493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19035 4156 3866 15493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19036 3866 3871 15493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19037 5239 5248 15494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19038 5248 5120 15494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19039 5120 5114 15494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19040 5114 5239 15494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19041 5606 5440 15495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19042 5440 5436 15495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19043 5436 5610 15495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19044 5610 5606 15495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19045 5011 5025 15496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19046 5025 4960 15496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19047 4960 4948 15496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19048 4948 5011 15496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19049 4929 4914 15497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19050 4914 4849 15497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19051 4849 4857 15497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19052 4857 4929 15497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19053 4711 4728 15498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19054 4728 4623 15498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19055 4623 4590 15498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19056 4590 4711 15498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19057 4500 4543 15499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19058 4543 4496 15499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19059 4496 4465 15499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19060 4465 4500 15499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19061 4579 4629 15500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19062 4629 4659 15500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19063 4659 4607 15500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19064 4607 4579 15500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19065 4772 4681 15501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19066 4681 4709 15501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19067 4709 4825 15501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19068 4825 4772 15501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19069 5597 5448 15502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19070 5448 5453 15502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19071 5453 5592 15502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19072 5592 5597 15502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19073 5386 5354 15503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19074 5354 5282 15503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19075 5282 5310 15503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19076 5310 5386 15503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19077 5579 5466 15504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19078 5466 5477 15504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19079 5477 5568 15504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19080 5568 5579 15504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19081 5137 5106 15505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19082 5106 5105 15505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19083 5105 5144 15505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19084 5144 5137 15505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19085 5097 5112 15506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19086 5112 4951 15506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19087 4951 4895 15506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19088 4895 5097 15506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19089 5388 5366 15507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19090 5366 5218 15507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19091 5218 5262 15507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19092 5262 5388 15507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19093 5064 5072 15508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19094 5072 4866 15508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19095 4866 4853 15508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19096 4853 5064 15508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19097 5162 5150 15509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19098 5150 4898 15509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19099 4898 4919 15509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19100 4919 5162 15509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19101 5647 5403 15510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19102 5403 5410 15510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19103 5410 5640 15510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19104 5640 5647 15510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19105 4558 4630 15511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19106 4630 4451 15511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19107 4451 4420 15511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19108 4420 4558 15511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19109 4672 4640 15512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19110 4640 4381 15512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19111 4381 4429 15512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19112 4429 4672 15512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19113 4229 4098 15513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19114 4098 4024 15513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19115 4024 4163 15513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19116 4163 4229 15513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19117 4174 4153 15514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19118 4153 3909 15514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19119 3909 3946 15514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19120 3946 4174 15514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19121 4274 4217 15515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19122 4217 4007 15515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19123 4007 4069 15515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19124 4069 4274 15515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19125 3432 3574 15516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19126 3574 3571 15516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19127 3571 3433 15516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19128 3433 3432 15516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19129 3664 3622 15517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19130 3622 3410 15517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19131 3410 3437 15517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19132 3437 3664 15517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19133 3849 3733 15518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19134 3733 3528 15518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19135 3528 3598 15518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19136 3598 3849 15518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19137 3089 3230 15519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19138 3230 3110 15519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19139 3110 2971 15519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19140 2971 3089 15519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19141 2883 2786 15520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19142 2786 2662 15520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19143 2662 2756 15520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19144 2756 2883 15520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19145 3315 3138 15521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19146 3138 3221 15521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19147 3221 3405 15521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19148 3405 3315 15521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19149 3486 3474 15522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19150 3474 3295 15522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19151 3295 3344 15522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19152 3344 3486 15522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19153 3096 2993 15523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19154 2993 2853 15523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19155 2853 2955 15523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19156 2955 3096 15523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19157 5232 5219 15524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19158 5219 5031 15524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19159 5031 5060 15524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19160 5060 5232 15524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19161 5618 5428 15525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19162 5428 5434 15525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19163 5434 5612 15525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19164 5612 5618 15525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19165 5268 5241 15526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19166 5241 5085 15526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19167 5085 5136 15526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19168 5136 5268 15526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19169 5590 5455 15527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19170 5455 5404 15527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19171 5404 5646 15527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19172 5646 5590 15527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19173 4872 4813 15528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19174 4813 4550 15528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19175 4550 4664 15528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19176 4664 4872 15528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19177 5017 4935 15529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19178 4935 4771 15529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19179 4771 4922 15529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19180 4922 5017 15529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19181 4444 4342 15530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19182 4342 4243 15530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19183 4243 4353 15530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19184 4353 4444 15530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19185 4844 4628 15531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19186 4628 4551 15531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19187 4551 4811 15531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19188 4811 4844 15531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19189 4326 4172 15532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19190 4172 4150 15532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19191 4150 4322 15532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19192 4322 4326 15532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19193 4860 4563 15533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19194 4563 4593 15533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19195 4593 4845 15533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19196 4845 4860 15533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19197 4345 4171 15534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19198 4171 4275 15534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19199 4275 4430 15534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19200 4430 4345 15534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19201 4873 4637 15535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19202 4637 4718 15535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19203 4718 4900 15535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19204 4900 4873 15535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19205 4634 4414 15536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19206 4414 4673 15536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19207 4673 4837 15536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19208 4837 4634 15536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19209 4968 4836 15537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19210 4836 4954 15537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19211 4954 5065 15537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19212 5065 4968 15537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19213 5005 4906 15538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19214 4906 5142 15538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19215 5142 5184 15538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19216 5184 5005 15538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19217 5171 5096 15539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19218 5096 5243 15539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19219 5243 5296 15539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19220 5296 5171 15539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19221 2915 3087 15540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19222 3087 3073 15540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19223 3073 2909 15540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19224 2909 2915 15540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19225 3343 3222 15541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19226 3222 3227 15541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19227 3227 3349 15541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19228 3349 3343 15541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19229 3614 3472 15542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19230 3472 3475 15542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19231 3475 3616 15542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19232 3616 3614 15542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19233 3987 3823 15543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19234 3823 3828 15543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19235 3828 3985 15543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19236 3985 3987 15543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19237 4251 4116 15544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19238 4116 4112 15544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19239 4112 4250 15544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19240 4250 4251 15544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19241 4538 4375 15545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19242 4375 4371 15545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19243 4371 4528 15545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19244 4528 4538 15545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19245 4573 4564 15546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19246 4564 4367 15546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19247 4367 4373 15546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19248 4373 4573 15546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19249 4578 4583 15547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19250 4583 4388 15547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19251 4388 4392 15547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19252 4392 4578 15547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19253 4239 4231 15548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19254 4231 4052 15548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19255 4052 4067 15548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19256 4067 4239 15548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19257 4254 4248 15549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19258 4248 4082 15549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19259 4082 4102 15549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19260 4102 4254 15549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19261 3888 3869 15550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19262 3869 3630 15550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19263 3630 3653 15550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19264 3653 3888 15550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19265 3956 3925 15551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19266 3925 3697 15551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19267 3697 3731 15551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19268 3731 3956 15551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19269 3510 3448 15552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19270 3448 3246 15552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19271 3246 3320 15552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19272 3320 3510 15552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19273 3038 2954 15553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19274 2954 2819 15553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19275 2819 2856 15553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19276 2856 3038 15553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19277 3192 3105 15554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19278 3105 2936 15554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19279 2936 3062 15554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19280 3062 3192 15554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19281 2732 2702 15555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19282 2702 2620 15555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19283 2620 2659 15555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19284 2659 2732 15555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19285 2894 2806 15556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19286 2806 2739 15556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19287 2739 2833 15556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19288 2833 2894 15556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19289 2622 2571 15557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19290 2571 2528 15557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19291 2528 2578 15557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19292 2578 2622 15557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19293 2542 2486 15558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19294 2486 2439 15558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19295 2439 2522 15558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19296 2522 2542 15558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19297 2365 2440 15559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19298 2440 2371 15559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19299 2371 2303 15559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19300 2303 2365 15559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19301 2767 2857 15560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19302 2857 2755 15560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19303 2755 2676 15560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19304 2676 2767 15560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19305 2573 2646 15561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19306 2646 2549 15561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19307 2549 2470 15561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19308 2470 2573 15561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19309 2384 2454 15562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19310 2454 2367 15562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19311 2367 2301 15562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19312 2301 2384 15562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19313 2259 2285 15563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19314 2285 2263 15563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19315 2263 2258 15563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19316 2258 2259 15563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19317 2383 2282 15564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19318 2282 2284 15564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19319 2284 2348 15564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19320 2348 2383 15564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19321 2927 2935 15565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19322 2935 2784 15565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19323 2784 2805 15565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19324 2805 2927 15565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19325 2625 2704 15566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19326 2704 2687 15566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19327 2687 2615 15566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19328 2615 2625 15566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19329 2452 2495 15567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19330 2495 2471 15567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19331 2471 2437 15567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19332 2437 2452 15567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19333 2351 2361 15568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19334 2361 2337 15568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19335 2337 2392 15568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19336 2392 2351 15568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19337 2336 2403 15569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19338 2403 2424 15569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19339 2424 2273 15569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19340 2273 2336 15569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19341 2398 2448 15570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19342 2448 2469 15570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19343 2469 2390 15570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19344 2390 2398 15570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19345 2735 2667 15571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19346 2667 2758 15571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19347 2758 2824 15571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19348 2824 2735 15571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19349 2843 2953 15572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19350 2953 3086 15572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19351 3086 2928 15572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19352 2928 2843 15572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19353 3208 3075 15573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19354 3075 3157 15573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19355 3157 3296 15573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19356 3296 3208 15573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19357 2265 2350 15574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19358 2350 2262 15574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19359 2262 2186 15574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19360 2186 2265 15574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19361 3797 3778 15575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19362 3778 3951 15575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19363 3951 3962 15575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19364 3962 3797 15575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19365 4088 4081 15576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19366 4081 4226 15576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19367 4226 4235 15576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19368 4235 4088 15576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19369 4343 4334 15577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19370 4334 4456 15577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19371 4456 4480 15577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19372 4480 4343 15577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19373 4721 4755 15578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19374 4755 4671 15578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19375 4671 4644 15578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19376 4644 4721 15578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19377 4486 4752 15579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19378 4752 4705 15579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19379 4705 4471 15579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19380 4471 4486 15579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19381 3932 3907 15580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19382 3907 4175 15580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19383 4175 4189 15580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19384 4189 3932 15580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19385 3628 3660 15581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19386 3660 3485 15581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19387 3485 3418 15581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19388 3418 3628 15581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19389 3289 3339 15582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19390 3339 3240 15582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19391 3240 3176 15582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19392 3176 3289 15582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19393 3128 3183 15583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19394 3183 3158 15583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19395 3158 3101 15583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19396 3101 3128 15583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19397 3160 3108 15584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19398 3108 3163 15584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19399 3163 3196 15584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19400 3196 3160 15584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19401 3357 3346 15585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19402 3346 3238 15585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19403 3238 3261 15585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19404 3261 3357 15585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19405 3479 3488 15586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19406 3488 3618 15586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19407 3618 3610 15586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19408 3610 3479 15586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19409 4368 4360 15587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19410 4360 4502 15587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19411 4502 4519 15587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19412 4519 4368 15587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19413 4542 4553 15588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19414 4553 4387 15588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19415 4387 4382 15588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19416 4382 4542 15588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19417 4804 4854 15589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19418 4854 4751 15589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19419 4751 4730 15589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19420 4730 4804 15589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19421 4775 4831 15590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19422 4831 4795 15590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19423 4795 4787 15590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19424 4787 4775 15590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19425 4692 4770 15591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19426 4770 4781 15591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19427 4781 4701 15591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19428 4701 4692 15591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19429 4106 4101 15592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19430 4101 4241 15592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19431 4241 4245 15592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19432 4245 4106 15592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19433 4253 4256 15593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19434 4256 4110 15593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19435 4110 4117 15593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19436 4117 4253 15593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19437 3807 3968 15594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19438 3968 3978 15594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19439 3978 3820 15594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19440 3820 3807 15594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19441 3982 3967 15595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19442 3967 3774 15595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19443 3774 3818 15595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19444 3818 3982 15595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19445 3476 3478 15596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19446 3478 3617 15596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19447 3617 3619 15596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19448 3619 3476 15596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19449 3609 3578 15597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19450 3578 3417 15597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19451 3417 3467 15597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19452 3467 3609 15597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19453 3231 3345 15598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19454 3345 3347 15598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19455 3347 3224 15598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19456 3224 3231 15598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19457 3338 3291 15599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19458 3291 3170 15599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19459 3170 3216 15599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19460 3216 3338 15599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19461 3079 3132 15600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19462 3132 3123 15600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19463 3123 3063 15600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19464 3063 3079 15600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19465 2981 3067 15601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19466 3067 3053 15601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19467 3053 3041 15601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19468 3041 2981 15601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19469 3022 2934 15602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19470 2934 2919 15602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19471 2919 3024 15602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19472 3024 3022 15602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19473 3102 3039 15603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19474 3039 2956 15603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19475 2956 3032 15603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19476 3032 3102 15603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19477 5044 5075 15604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19478 5075 5130 15604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19479 5130 5134 15604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19480 5134 5044 15604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19481 5267 5257 15605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19482 5257 5216 15605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19483 5216 5223 15605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19484 5223 5267 15605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19485 5115 5102 15606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19486 5102 5009 15606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19487 5009 4978 15606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19488 4978 5115 15606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19489 4764 4740 15607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19490 4740 4803 15607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19491 4803 4840 15607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19492 4840 4764 15607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19493 4893 4947 15608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19494 4947 4925 15608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19495 4925 4835 15608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19496 4835 4893 15608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19497 5190 5208 15609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19498 5208 5175 15609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19499 5175 5173 15609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19500 5173 5190 15609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19501 5263 5275 15610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19502 5275 5161 15610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19503 5161 5140 15610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19504 5140 5263 15610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19505 5047 5076 15611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19506 5076 4998 15611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19507 4998 4979 15611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19508 4979 5047 15611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19509 4918 4932 15612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19510 4932 4874 15612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19511 4874 4861 15612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19512 4861 4918 15612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19513 4762 4790 15613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19514 4790 4758 15613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19515 4758 4693 15613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19516 4693 4762 15613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19517 4636 4720 15614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19518 4720 4699 15614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19519 4699 4603 15614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19520 4603 4636 15614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19521 5439 5443 15615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19522 5443 5603 15615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19523 5603 5607 15615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19524 5607 5439 15615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19525 5118 5129 15616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19526 5129 5260 15616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19527 5260 5245 15616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19528 5245 5118 15616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19529 4964 4980 15617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19530 4980 5034 15617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19531 5034 5019 15617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19532 5019 4964 15617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19533 4878 4897 15618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19534 4897 4962 15618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19535 4962 4941 15618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19536 4941 4878 15618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19537 4613 4646 15619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19538 4646 4753 15619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19539 4753 4732 15619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19540 4732 4613 15619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19541 4488 4533 15620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19542 4533 4559 15620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19543 4559 4530 15620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19544 4530 4488 15620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19545 4521 4448 15621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19546 4448 4411 15621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19547 4411 4487 15621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19548 4487 4521 15621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19549 4432 4347 15622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19550 4347 4316 15622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19551 4316 4408 15622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19552 4408 4432 15622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19553 5261 5249 15623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19554 5249 5265 15623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19555 5265 5279 15623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19556 5279 5261 15623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19557 5197 5198 15624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19558 5198 5157 15624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19559 5157 5167 15624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19560 5167 5197 15624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19561 4986 5014 15625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19562 5014 5111 15625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19563 5111 5091 15625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19564 5091 4986 15625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19565 4782 4890 15626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19566 4890 4865 15626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19567 4865 4750 15626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19568 4750 4782 15626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19569 4678 4700 15627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19570 4700 4736 15627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19571 4736 4694 15627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19572 4694 4678 15627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19573 4852 4887 15628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19574 4887 4847 15628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19575 4847 4834 15628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19576 4834 4852 15628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19577 4601 4598 15629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19578 4598 4696 15629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19579 4696 4715 15629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19580 4715 4601 15629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19581 4605 4604 15630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19582 4604 4706 15630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19583 4706 4685 15630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19584 4685 4605 15630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19585 4505 4511 15631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19586 4511 4479 15631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19587 4479 4473 15631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19588 4473 4505 15631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19589 4549 4546 15632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19590 4546 4497 15632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19591 4497 4503 15632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19592 4503 4549 15632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19593 4481 4525 15633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19594 4525 4541 15633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19595 4541 4499 15633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19596 4499 4481 15633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19597 4582 4565 15634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19598 4565 4539 15634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19599 4539 4648 15634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19600 4648 4582 15634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19601 4799 4779 15635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19602 4779 4826 15635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19603 4826 4879 15635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19604 4879 4799 15635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19605 4591 4602 15636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19606 4602 4668 15636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19607 4668 4677 15636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19608 4677 4591 15636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19609 4469 4485 15637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19610 4485 4561 15637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19611 4561 4572 15637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19612 4572 4469 15637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19613 4195 4304 15638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19614 4304 4376 15638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19615 4376 4190 15638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19616 4190 4195 15638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19617 4337 4310 15639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19618 4310 4133 15639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19619 4133 4180 15639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19620 4180 4337 15639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19621 5631 5416 15640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19622 5416 5425 15640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19623 5425 5621 15640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19624 5621 5631 15640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19625 5210 5183 15641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19626 5183 4983 15641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19627 4983 5032 15641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19628 5032 5210 15641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19629 4848 4765 15642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19630 4765 4449 15642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19631 4449 4527 15642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19632 4527 4848 15642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19633 4258 4230 15643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19634 4230 4028 15643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19635 4028 4058 15643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19636 4058 4258 15643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19637 3844 3740 15644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19638 3740 3686 15644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19639 3686 3763 15644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19640 3763 3844 15644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19641 3913 3891 15645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19642 3891 3779 15645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19643 3779 3847 15645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19644 3847 3913 15645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19645 3681 3605 15646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19646 3605 3579 15646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19647 3579 3647 15646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19648 3647 3681 15646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19649 3648 3593 15647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19650 3593 3651 15647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19651 3651 3687 15647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19652 3687 3648 15647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19653 3893 3929 15648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19654 3929 3786 15648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19655 3786 3734 15648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19656 3734 3893 15648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19657 4267 4297 15649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19658 4297 4093 15649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19659 4093 4059 15649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19660 4059 4267 15649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19661 4821 4871 15650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19662 4871 4570 15650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19663 4570 4501 15650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19664 4501 4821 15650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19665 5211 5231 15651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19666 5231 5059 15651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19667 5059 5026 15651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19668 5026 5211 15651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19669 5433 5426 15652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19670 5426 5620 15652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19671 5620 5614 15652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19672 5614 5433 15652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19673 5160 5166 15653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19674 5166 4920 15653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19675 4920 4910 15653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19676 4910 5160 15653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19677 5170 5181 15654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19678 5181 4966 15654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19679 4966 4934 15654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19680 4934 5170 15654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19681 4643 4652 15655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19682 4652 4349 15655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19683 4349 4355 15655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19684 4355 4643 15655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19685 4662 4717 15656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19686 4717 4405 15656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19687 4405 4356 15656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19688 4356 4662 15656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19689 4155 4129 15657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19690 4129 3939 15657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19691 3939 3960 15657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19692 3960 4155 15657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19693 4132 4177 15658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19694 4177 3996 15658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19695 3996 3945 15658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19696 3945 4132 15658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19697 3732 3735 15659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19698 3735 3603 15659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19699 3603 3582 15659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19700 3582 3732 15659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19701 3753 3817 15660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19702 3817 3671 15660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19703 3671 3626 15660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19704 3626 3753 15660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19705 3464 3521 15661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19706 3521 3460 15661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19707 3460 3391 15661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19708 3391 3464 15661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19709 3416 3323 15662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19710 3323 3371 15662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19711 3371 3450 15662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19712 3450 3416 15662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19713 3462 3469 15663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19714 3469 3377 15663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19715 3377 3379 15663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19716 3379 3462 15663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19717 3608 3590 15664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19718 3590 3513 15664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19719 3513 3567 15664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19720 3567 3608 15664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19721 3801 3846 15665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19722 3846 3705 15665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19723 3705 3662 15665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19724 3662 3801 15665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19725 3856 3822 15666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19726 3822 3670 15666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19727 3670 3712 15666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19728 3712 3856 15666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19729 4126 3974 15667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19730 3974 3959 15667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19731 3959 4120 15667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19732 4120 4126 15667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19733 4164 4125 15668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19734 4125 3965 15668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19735 3965 4002 15668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19736 4002 4164 15668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19737 4620 4531 15669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19738 4531 4311 15669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19739 4311 4352 15669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19740 4352 4620 15669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19741 5087 5079 15670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19742 5079 4828 15670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19743 4828 4817 15670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19744 4817 5087 15670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19745 5128 5094 15671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19746 5094 4824 15671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19747 4824 4886 15671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19748 4886 5128 15671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19749 3228 3177 15672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19750 3177 3056 15672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19751 3056 3111 15672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19752 3111 3228 15672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19753 3268 3264 15673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19754 3264 3143 15673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19755 3143 3173 15673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19756 3173 3268 15673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19757 5419 5422 15674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19758 5422 5624 15674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19759 5624 5628 15674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19760 5628 5419 15674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19761 5201 5195 15675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19762 5195 4987 15675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19763 4987 5003 15675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19764 5003 5201 15675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19765 5199 5186 15676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19766 5186 4974 15676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19767 4974 4996 15676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19768 4996 5199 15676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19769 4763 4746 15677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19770 4746 4484 15677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19771 4484 4467 15677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19772 4467 4763 15677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19773 4754 4735 15678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19774 4735 4475 15678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19775 4475 4491 15678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19776 4491 4754 15678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19777 4774 4768 15679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19778 4768 4495 15679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19779 4495 4512 15679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19780 4512 4774 15679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19781 4808 4838 15680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19782 4838 4778 15680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19783 4778 4791 15680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19784 4791 4808 15680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19785 4862 4868 15681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19786 4868 4830 15681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19787 4830 4829 15681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19788 4829 4862 15681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19789 4586 4784 15682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19790 4784 4796 15682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19791 4796 4540 15682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19792 4540 4586 15682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19793 4157 3878 15683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19794 3878 3864 15683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19795 3864 4152 15683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19796 4152 4157 15683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19797 3592 3580 15684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19798 3580 3436 15684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19799 3436 3425 15684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19800 3425 3592 15684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19801 3576 3591 15685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19802 3591 3415 15685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19803 3415 3438 15685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19804 3438 3576 15685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19805 2331 2341 15686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19806 2341 2357 15686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19807 2357 2335 15686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19808 2335 2331 15686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19809 2321 2375 15687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19810 2375 2379 15687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19811 2379 2329 15687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19812 2329 2321 15687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19813 4038 3952 15688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19814 3952 4332 15688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19815 4332 4399 15688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19816 4399 4038 15688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19817 3572 3446 15689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19818 3446 3748 15689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19819 3748 3901 15689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19820 3901 3572 15689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19821 2636 2910 15690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19822 2910 3048 15690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19823 3048 2649 15690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19824 2649 2636 15690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19825 2407 2417 15691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19826 2417 2240 15691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19827 2240 2293 15691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19828 2293 2407 15691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19829 2233 2264 15692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19830 2264 2236 15692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19831 2236 2221 15692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19832 2221 2233 15692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19833 2212 2208 15693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19834 2208 2193 15693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19835 2193 2182 15693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19836 2182 2212 15693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19837 2187 2189 15694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19838 2189 2195 15694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19839 2195 2173 15694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19840 2173 2187 15694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19841 2180 2148 15695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19842 2148 2203 15695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19843 2203 2248 15695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19844 2248 2180 15695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19845 2399 2326 15696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19846 2326 2401 15696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19847 2401 2450 15696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19848 2450 2399 15696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19849 2405 2425 15697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19850 2425 2395 15697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19851 2395 2370 15697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19852 2370 2405 15697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19853 2363 2319 15698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19854 2319 2271 15698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19855 2271 2314 15698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19856 2314 2363 15698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19857 2372 2317 15699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19858 2317 2281 15699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19859 2281 2362 15699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19860 2362 2372 15699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19861 2453 2414 15700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19862 2414 2434 15700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19863 2434 2475 15700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19864 2475 2453 15700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19865 2531 2537 15701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19866 2537 2488 15701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19867 2488 2473 15701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19868 2473 2531 15701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19869 2515 2446 15702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19870 2446 2433 15702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19871 2433 2497 15702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19872 2497 2515 15702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19873 2460 2484 15703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19874 2484 2432 15703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19875 2432 2411 15703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19876 2411 2460 15703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19877 2421 2373 15704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19878 2373 2328 15704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19879 2328 2376 15704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19880 2376 2421 15704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19881 2310 2292 15705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19882 2292 2277 15705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19883 2277 2308 15705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19884 2308 2310 15705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19885 2344 2387 15706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19886 2387 2410 15706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19887 2410 2347 15706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19888 2347 2344 15706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19889 2243 2220 15707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19890 2220 2120 15707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19891 2120 2269 15707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19892 2269 2243 15707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19893 2737 2840 15708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19894 2840 2780 15708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19895 2780 2698 15708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19896 2698 2737 15708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19897 2613 2637 15709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19898 2637 2708 15709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19899 2708 2632 15709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19900 2632 2613 15709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19901 2155 2038 15710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19902 2038 2054 15710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19903 2054 2137 15710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19904 2137 2155 15710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19905 2536 2466 15711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19906 2466 2431 15711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19907 2431 2463 15711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19908 2463 2536 15711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19909 2299 2345 15712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19910 2345 2288 15712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19911 2288 2196 15712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19912 2196 2299 15712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19913 2143 2194 15713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19914 2194 2142 15713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19915 2142 2128 15713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19916 2128 2143 15713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19917 2712 2717 15714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19918 2717 2653 15714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19919 2653 2627 15714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19920 2627 2712 15714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19921 2804 2782 15715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19922 2782 2771 15715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19923 2771 2766 15715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19924 2766 2804 15715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19925 2677 2579 15716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19926 2579 2559 15716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19927 2559 2656 15716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19928 2656 2677 15716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19929 2585 2580 15717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19930 2580 2670 15717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19931 2670 2654 15717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19932 2654 2585 15717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19933 2162 2156 15718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19934 2156 2226 15718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19935 2226 2191 15718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19936 2191 2162 15718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19937 1944 1840 15719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19938 1840 1789 15719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19939 1789 2040 15719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19940 2040 1944 15719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19941 2222 2256 15720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19942 2256 2242 15720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19943 2242 2252 15720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19944 2252 2222 15720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19945 2290 2276 15721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19946 2276 2312 15721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19947 2312 2316 15721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19948 2316 2290 15721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19949 8624 8709 15722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19950 8709 8635 15722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19951 8635 8540 15722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19952 8540 8624 15722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19953 8869 8936 15723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19954 8936 8938 15723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19955 8938 8907 15723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19956 8907 8869 15723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19957 8905 9033 15724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19958 9033 9080 15724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19959 9080 8927 15724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19960 8927 8905 15724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19961 8965 9135 15725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19962 9135 9176 15725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19963 9176 8993 15725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19964 8993 8965 15725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19965 9210 9161 15726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19966 9161 9219 15726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19967 9219 9259 15726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19968 9259 9210 15726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19969 9119 9071 15727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19970 9071 9090 15727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19971 9090 9153 15727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19972 9153 9119 15727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19973 9275 9252 15728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19974 9252 9278 15728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19975 9278 9299 15728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19976 9299 9275 15728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19977 9298 9324 15729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19978 9324 9328 15729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19979 9328 9312 15729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19980 9312 9298 15729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19981 9149 9074 15730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19982 9074 9012 15730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19983 9012 9078 15730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19984 9078 9149 15730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19985 8959 8999 15731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19986 8999 8928 15731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19987 8928 8911 15731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19988 8911 8959 15731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19989 9258 9206 15732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19990 9206 9139 15732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19991 9139 9200 15732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19992 9200 9258 15732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19993 9281 9255 15733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19994 9255 9280 15733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19995 9280 9300 15733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19996 9300 9281 15733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19997 9314 9291 15734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19998 9291 9287 15734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 19999 9287 9323 15734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20000 9323 9314 15734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20001 9322 9329 15735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20002 9329 9330 15735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20003 9330 9321 15735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20004 9321 9322 15735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20005 9320 9289 15736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20006 9289 9288 15736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20007 9288 9316 15736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20008 9316 9320 15736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20009 9311 9331 15737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20010 9331 9326 15737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20011 9326 9305 15737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20012 9305 9311 15737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20013 9315 9285 15738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20014 9285 9282 15738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20015 9282 9310 15738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20016 9310 9315 15738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20017 9295 9318 15739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20018 9318 9301 15739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20019 9301 9286 15739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20020 9286 9295 15739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20021 9303 9276 15740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20022 9276 9267 15740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20023 9267 9292 15740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20024 9292 9303 15740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20025 9269 9284 15741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20026 9284 9266 15741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20027 9266 9249 15741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20028 9249 9269 15741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20029 9279 9263 15742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20030 9263 9239 15742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20031 9239 9262 15742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20032 9262 9279 15742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20033 9208 9242 15743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20034 9242 9189 15743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20035 9189 9151 15743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20036 9151 9208 15743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20037 9226 9188 15744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20038 9188 9145 15744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20039 9145 9162 15744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20040 9162 9226 15744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20041 9076 9133 15745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20042 9133 9104 15745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20043 9104 9031 15745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20044 9031 9076 15745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20045 9058 9055 15746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20046 9055 9062 15746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20047 9062 9082 15746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20048 9082 9058 15746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20049 8982 8990 15747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20050 8990 9016 15747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20051 9016 8984 15747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20052 8984 8982 15747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20053 9028 9044 15748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20054 9044 8983 15748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20055 8983 8978 15748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20056 8978 9028 15748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20057 8899 8892 15749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20058 8892 8876 15749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20059 8876 8885 15749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20060 8885 8899 15749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20061 8866 8842 15750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20062 8842 8825 15750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20063 8825 8838 15750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20064 8838 8866 15750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20065 9002 9089 15751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20066 9089 9129 15751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20067 9129 9032 15751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20068 9032 9002 15751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20069 9114 9109 15752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20070 9109 9138 15752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20071 9138 9142 15752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20072 9142 9114 15752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20073 9178 9183 15753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20074 9183 9196 15753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20075 9196 9185 15753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20076 9185 9178 15753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20077 9243 9223 15754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20078 9223 9203 15754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20079 9203 9229 15754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20080 9229 9243 15754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20081 9159 9187 15755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20082 9187 9190 15755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20083 9190 9152 15755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20084 9152 9159 15755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20085 9194 9191 15756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20086 9191 9180 15756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20087 9180 9169 15756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20088 9169 9194 15756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20089 9163 9215 15757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20090 9215 9222 15757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20091 9222 9164 15757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20092 9164 9163 15757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20093 9140 9155 15758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20094 9155 9220 15758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20095 9220 9199 15758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20096 9199 9140 15758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20097 9177 9143 15759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20098 9143 9113 15759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20099 9113 9121 15759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20100 9121 9177 15759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20101 8998 9007 15760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20102 9007 9056 15760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20103 9056 9005 15760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20104 9005 8998 15760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20105 9136 9225 15761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20106 9225 9232 15761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20107 9232 9079 15761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20108 9079 9136 15761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20109 8981 8966 15762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20110 8966 8913 15762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20111 8913 8921 15762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20112 8921 8981 15762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20113 8972 8901 15763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20114 8901 8970 15763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20115 8970 9014 15763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20116 9014 8972 15763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20117 9118 9067 15764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20118 9067 9197 15764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20119 9197 9201 15764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20120 9201 9118 15764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20121 8791 8748 15765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20122 8748 8873 15765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20123 8873 8834 15765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20124 8834 8791 15765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20125 9075 9218 15766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20126 9218 9217 15766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20127 9217 9052 15766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20128 9052 9075 15766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20129 9042 9192 15767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20130 9192 9160 15767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20131 9160 9019 15767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20132 9019 9042 15767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20133 8989 9124 15768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20134 9124 9039 15768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20135 9039 8937 15768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20136 8937 8989 15768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20137 8844 8968 15769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20138 8968 8926 15769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20139 8926 8801 15769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20140 8801 8844 15769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20141 8833 8975 15770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20142 8975 8951 15770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20143 8951 8875 15770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20144 8875 8833 15770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20145 8653 8611 15771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20146 8611 8545 15771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20147 8545 8561 15771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20148 8561 8653 15771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20149 8667 8567 15772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20150 8567 8587 15772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20151 8587 8706 15772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20152 8706 8667 15772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20153 8827 8777 15773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20154 8777 8621 15773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20155 8621 8655 15773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20156 8655 8827 15773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20157 8546 8512 15774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20158 8512 8423 15774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20159 8423 8456 15774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20160 8456 8546 15774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20161 8868 8689 15775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20162 8689 8742 15775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20163 8742 8888 15775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20164 8888 8868 15775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20165 8657 8595 15776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20166 8595 8632 15776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20167 8632 8723 15776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20168 8723 8657 15776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20169 8533 8490 15777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20170 8490 8432 15777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20171 8432 8473 15777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20172 8473 8533 15777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20173 8450 8421 15778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20174 8421 8354 15778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20175 8354 8392 15778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20176 8392 8450 15778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20177 8497 8554 15779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20178 8554 8593 15779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20179 8593 8517 15779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20180 8517 8497 15779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20181 8452 8405 15780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20182 8405 8380 15780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20183 8380 8444 15780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20184 8444 8452 15780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20185 8334 8280 15781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20186 8280 8244 15781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20187 8244 8298 15781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20188 8298 8334 15781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20189 8445 8370 15782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20190 8370 8384 15782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20191 8384 8454 15782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20192 8454 8445 15782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20193 8283 8233 15783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20194 8233 8245 15783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20195 8245 8299 15783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20196 8299 8283 15783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20197 8481 8415 15784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20198 8415 8442 15784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20199 8442 8505 15784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20200 8505 8481 15784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20201 8340 8285 15785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20202 8285 8342 15785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20203 8342 8387 15785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20204 8387 8340 15785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20205 8566 8498 15786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20206 8498 8562 15786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20207 8562 8619 15786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20208 8619 8566 15786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20209 8439 8404 15787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20210 8404 8437 15787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20211 8437 8483 15787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20212 8483 8439 15787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20213 8698 8627 15788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20214 8627 8623 15788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20215 8623 8695 15788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20216 8695 8698 15788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20217 8629 8551 15789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20218 8551 8480 15789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20219 8480 8535 15789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20220 8535 8629 15789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20221 8465 8397 15790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20222 8397 8330 15790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20223 8330 8412 15790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20224 8412 8465 15790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20225 8458 8411 15791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20226 8411 8311 15791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20227 8311 8376 15791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20228 8376 8458 15791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20229 8323 8236 15792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20230 8236 8125 15792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20231 8125 8228 15792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20232 8228 8323 15792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20233 8270 8192 15793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20234 8192 8130 15793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20235 8130 8205 15793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20236 8205 8270 15793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20237 8167 8098 15794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20238 8098 7946 15794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20239 7946 8010 15794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20240 8010 8167 15794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20241 8055 8028 15795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20242 8028 7851 15795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20243 7851 7899 15795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20244 7899 8055 15795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20245 7991 8009 15796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20246 8009 7800 15796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20247 7800 7793 15796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20248 7793 7991 15796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20249 8078 8030 15797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20250 8030 7942 15797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20251 7942 7979 15797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20252 7979 8078 15797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20253 7849 7757 15798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20254 7757 7542 15798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20255 7542 7702 15798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20256 7702 7849 15798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20257 7667 7589 15799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20258 7589 7245 15799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20259 7245 7390 15799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20260 7390 7667 15799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20261 7506 7495 15800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20262 7495 7097 15800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20263 7097 7133 15800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20264 7133 7506 15800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20265 6690 6631 15801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20266 6631 6070 15801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20267 6070 6119 15801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20268 6119 6690 15801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20269 8565 8321 15802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20270 8321 8453 15802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20271 8453 8666 15802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20272 8666 8565 15802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20273 7877 7541 15803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20274 7541 7813 15803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20275 7813 8180 15803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20276 8180 7877 15803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20277 8738 8577 15804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20278 8577 8677 15804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20279 8677 8806 15804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20280 8806 8738 15804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20281 8375 8118 15805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20282 8118 8272 15805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20283 8272 8499 15805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20284 8499 8375 15805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20285 8867 8766 15806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20286 8766 8800 15806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20287 8800 8887 15806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20288 8887 8867 15806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20289 8559 8318 15807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20290 8318 8350 15807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20291 8350 8589 15807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20292 8589 8559 15807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20293 8877 8792 15808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20294 8792 8770 15808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20295 8770 8851 15808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20296 8851 8877 15808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20297 8599 8368 15809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20298 8368 8379 15809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20299 8379 8598 15809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20300 8598 8599 15809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20301 8820 8727 15810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20302 8727 8628 15810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20303 8628 8724 15810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20304 8724 8820 15810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20305 8588 8386 15811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20306 8386 8369 15811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20307 8369 8532 15811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20308 8532 8588 15811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20309 8580 8508 15812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20310 8508 8462 15812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20311 8462 8521 15812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20312 8521 8580 15812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20313 8449 8337 15813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20314 8337 8312 15813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20315 8312 8418 15813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20316 8418 8449 15813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20317 8408 8301 15814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20318 8301 8316 15814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20319 8316 8417 15814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20320 8417 8408 15814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20321 7300 6805 15815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20322 6805 7016 15815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20323 7016 7496 15815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20324 7496 7300 15815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20325 5616 5838 15816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20326 5838 6236 15816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20327 6236 5429 15816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20328 5429 5616 15816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20329 7739 7335 15817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20330 7335 7497 15817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20331 7497 7890 15817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20332 7890 7739 15817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20333 6810 6536 15818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20334 6536 6712 15818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20335 6712 7050 15818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20336 7050 6810 15818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20337 7916 7523 15819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20338 7523 7561 15819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20339 7561 7956 15819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20340 7956 7916 15819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20341 7103 6744 15820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20342 6744 6776 15820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20343 6776 7157 15820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20344 7157 7103 15820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20345 7998 7617 15821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20346 7617 7653 15821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20347 7653 8035 15821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20348 8035 7998 15821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20349 8057 7694 15822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20350 7694 7745 15822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20351 7745 8094 15822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20352 8094 8057 15822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20353 7358 7131 15823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20354 7131 7171 15823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20355 7171 7421 15823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20356 7421 7358 15823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20357 8117 7805 15824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20358 7805 7857 15824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20359 7857 8140 15824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20360 8140 8117 15824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20361 7490 7293 15825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20362 7293 7377 15825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20363 7377 7567 15825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20364 7567 7490 15825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20365 8155 7896 15826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20366 7896 7944 15826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20367 7944 8182 15826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20368 8182 8155 15826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20369 7646 7454 15827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20370 7454 7499 15827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20371 7499 7716 15827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20372 7716 7646 15827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20373 7322 7287 15828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20374 7287 7083 15828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20375 7083 7113 15828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20376 7113 7322 15828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20377 7202 7143 15829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20378 7143 6997 15829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20379 6997 7052 15829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20380 7052 7202 15829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20381 7040 7005 15830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20382 7005 6853 15830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20383 6853 6902 15830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20384 6902 7040 15830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20385 6949 6924 15831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20386 6924 6750 15831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20387 6750 6761 15831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20388 6761 6949 15831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20389 6907 6834 15832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20390 6834 6653 15832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20391 6653 6737 15832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20392 6737 6907 15832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20393 6719 6598 15833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20394 6598 6351 15833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20395 6351 6489 15833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20396 6489 6719 15833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20397 6614 6586 15834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20398 6586 6310 15834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20399 6310 6358 15834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20400 6358 6614 15834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20401 6546 6402 15835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20402 6402 6159 15835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20403 6159 6276 15835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20404 6276 6546 15835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20405 6196 6093 15836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20406 6093 5954 15836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20407 5954 6028 15836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20408 6028 6196 15836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20409 5863 5962 15837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20410 5962 6013 15837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20411 6013 5896 15837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20412 5896 5863 15837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20413 6047 5995 15838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20414 5995 5882 15838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20415 5882 5893 15838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20416 5893 6047 15838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20417 5712 5765 15839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20418 5765 5655 15839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20419 5655 5629 15839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20420 5629 5712 15839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20421 5784 5795 15840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20422 5795 5701 15840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20423 5701 5681 15840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20424 5681 5784 15840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20425 5478 5486 15841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20426 5486 5558 15841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20427 5558 5566 15841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20428 5566 5478 15841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20429 5462 5467 15842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20430 5467 5578 15842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20431 5578 5583 15842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20432 5583 5462 15842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20433 5475 5458 15843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20434 5458 5587 15843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20435 5587 5569 15843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20436 5569 5475 15843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20437 5393 5659 15844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20438 5659 5661 15844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20439 5661 5391 15844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20440 5391 5393 15844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20441 5935 6320 15845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20442 6320 6304 15845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20443 6304 5941 15845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20444 5941 5935 15845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20445 5387 5664 15846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20446 5664 5617 15846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20447 5617 5430 15846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20448 5430 5387 15846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20449 5950 6299 15847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20450 6299 6111 15847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20451 6111 5898 15847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20452 5898 5950 15847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20453 7664 7717 15848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20454 7717 7860 15848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20455 7860 7788 15848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20456 7788 7664 15848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20457 7907 7911 15849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20458 7911 7902 15849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20459 7902 7737 15849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20460 7737 7907 15849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20461 7502 7327 15850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20462 7327 7347 15850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20463 7347 7512 15850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20464 7512 7502 15850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20465 7312 7505 15851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20466 7505 7493 15851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20467 7493 7302 15851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20468 7302 7312 15851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20469 7144 7000 15852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20470 7000 7036 15852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20471 7036 7180 15852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20472 7180 7144 15852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20473 7538 7364 15853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20474 7364 7386 15853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20475 7386 7509 15853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20476 7509 7538 15853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20477 7636 7555 15854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20478 7555 7411 15854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20479 7411 7472 15854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20480 7472 7636 15854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20481 7445 7332 15855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20482 7332 7189 15855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20483 7189 7324 15855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20484 7324 7445 15855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20485 7313 7212 15856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20486 7212 7075 15856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20487 7075 7148 15856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20488 7148 7313 15856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20489 7134 7031 15857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20490 7031 6957 15857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20491 6957 7011 15857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20492 7011 7134 15857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20493 7025 6969 15858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20494 6969 6742 15858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20495 6742 6771 15858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20496 6771 7025 15858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20497 6922 6864 15859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20498 6864 6703 15859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20499 6703 6727 15859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20500 6727 6922 15859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20501 6307 6302 15860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20502 6302 5929 15860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20503 5929 5916 15860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20504 5916 6307 15860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20505 6333 6326 15861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20506 6326 5977 15861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20507 5977 5968 15861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20508 5968 6333 15861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20509 6287 6208 15862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20510 6208 5920 15862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20511 5920 5953 15862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20512 5953 6287 15862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20513 5360 5364 15863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20514 5364 5633 15863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20515 5633 5639 15863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20516 5639 5360 15863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20517 7836 7924 15864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20518 7924 7985 15864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20519 7985 7881 15864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20520 7881 7836 15864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20521 8031 7957 15865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20522 7957 7997 15865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20523 7997 8050 15865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20524 8050 8031 15865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20525 8158 8056 15866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20526 8056 8039 15866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20527 8039 8163 15866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20528 8163 8158 15866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20529 8139 8026 15867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20530 8026 8007 15867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20531 8007 8061 15867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20532 8061 8139 15867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20533 7968 7934 15868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20534 7934 7835 15868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20535 7835 7853 15868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20536 7853 7968 15868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20537 7689 7659 15869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20538 7659 7508 15869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20539 7508 7556 15869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20540 7556 7689 15869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20541 7457 7387 15870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20542 7387 7249 15870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20543 7249 7355 15870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20544 7355 7457 15870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20545 6393 6362 15871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20546 6362 5932 15871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20547 5932 5949 15871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20548 5949 6393 15871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20549 8358 8377 15872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20550 8377 8436 15872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20551 8436 8435 15872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20552 8435 8358 15872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20553 8382 8341 15873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20554 8341 8286 15873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20555 8286 8319 15873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20556 8319 8382 15873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20557 8294 8257 15874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20558 8257 8235 15874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20559 8235 8255 15874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20560 8255 8294 15874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20561 8253 8313 15875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20562 8313 8274 15875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20563 8274 8208 15875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20564 8208 8253 15875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20565 8230 8209 15876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20566 8209 8204 15876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20567 8204 8217 15876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20568 8217 8230 15876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20569 8174 8210 15877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20570 8210 8141 15877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20571 8141 8066 15877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20572 8066 8174 15877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20573 8198 8175 15878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20574 8175 8189 15878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20575 8189 8196 15878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20576 8196 8198 15878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20577 8126 8153 15879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20578 8153 8033 15879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20579 8033 8001 15879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20580 8001 8126 15879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20581 8040 8089 15880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20582 8089 7975 15880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20583 7975 7936 15880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20584 7936 8040 15880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20585 8051 8049 15881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20586 8049 8047 15881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20587 8047 8060 15881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20588 8060 8051 15881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20589 8207 8218 15882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20590 8218 8251 15882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20591 8251 8240 15882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20592 8240 8207 15882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20593 8234 8195 15883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20594 8195 8138 15883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20595 8138 8184 15883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20596 8184 8234 15883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20597 8093 8017 15884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20598 8017 7892 15884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20599 7892 7949 15884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20600 7949 8093 15884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20601 7803 7736 15885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20602 7736 7621 15885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20603 7621 7684 15885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20604 7684 7803 15885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20605 7613 7518 15886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20606 7518 7451 15886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20607 7451 7536 15886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20608 7536 7613 15886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20609 7481 7370 15887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20610 7370 7354 15887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20611 7354 7474 15887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20612 7474 7481 15887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20613 7634 7704 15888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20614 7704 7754 15888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20615 7754 7685 15888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20616 7685 7634 15888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20617 7668 7588 15889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20618 7588 7594 15889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20619 7594 7679 15889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20620 7679 7668 15889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20621 7769 7838 15890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20622 7838 7939 15890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20623 7939 7872 15890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20624 7872 7769 15890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20625 8027 8121 15891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20626 8121 8222 15891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20627 8222 8169 15891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20628 8169 8027 15891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20629 8227 8269 15892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20630 8269 8293 15892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20631 8293 8260 15892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20632 8260 8227 15892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20633 8267 8295 15893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20634 8295 8271 15893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20635 8271 8249 15893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20636 8249 8267 15893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20637 8162 8188 15894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20638 8188 8134 15894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20639 8134 8109 15894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20640 8109 8162 15894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20641 8206 8223 15895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20642 8223 8176 15895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20643 8176 8160 15895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20644 8160 8206 15895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20645 8082 8113 15896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20646 8113 8083 15896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20647 8083 8058 15896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20648 8058 8082 15896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20649 8097 8106 15897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20650 8106 8149 15897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20651 8149 8136 15897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20652 8136 8097 15897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20653 8254 8232 15898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20654 8232 8193 15898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20655 8193 8216 15898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20656 8216 8254 15898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20657 8199 8173 15899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20658 8173 8191 15899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20659 8191 8215 15899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20660 8215 8199 15899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20661 8261 8237 15900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20662 8237 8287 15900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20663 8287 8315 15900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20664 8315 8261 15900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20665 8371 8351 15901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20666 8351 8395 15901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20667 8395 8416 15901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20668 8416 8371 15901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20669 8200 8181 15902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20670 8181 8154 15902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20671 8154 8168 15902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20672 8168 8200 15902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20673 8214 8194 15903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20674 8194 8243 15903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20675 8243 8262 15903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20676 8262 8214 15903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20677 8327 8300 15904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20678 8300 8332 15904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20679 8332 8363 15904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20680 8363 8327 15904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20681 8381 8336 15905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20682 8336 8314 15905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20683 8314 8367 15905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20684 8367 8381 15905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20685 8326 8266 15906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20686 8266 8178 15906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20687 8178 8247 15906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20688 8247 8326 15906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20689 8128 8003 15907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20690 8003 7889 15907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20691 7889 7973 15907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20692 7973 8128 15907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20693 7868 7801 15908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20694 7801 7742 15908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20695 7742 7822 15908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20696 7822 7868 15908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20697 7826 7729 15909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20698 7729 7741 15909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20699 7741 7847 15909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20700 7847 7826 15909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20701 8135 8148 15910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20702 8148 8172 15910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20703 8172 8165 15910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20704 8165 8135 15910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20705 5626 5557 15911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20706 5557 5485 15911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20707 5485 5582 15911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20708 5582 5626 15911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20709 5690 5695 15912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20710 5695 5808 15912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20711 5808 5791 15912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20712 5791 5690 15912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20713 5706 5721 15913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20714 5721 5849 15913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20715 5849 5831 15913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20716 5831 5706 15913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20717 5742 5758 15914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20718 5758 5873 15914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20719 5873 5861 15914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20720 5861 5742 15914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20721 5906 5859 15915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20722 5859 5921 15915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20723 5921 5965 15915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20724 5965 5906 15915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20725 5869 5880 15916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20726 5880 5969 15916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20727 5969 5948 15916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20728 5948 5869 15916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20729 5903 5922 15917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20730 5922 6006 15917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20731 6006 5996 15917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20732 5996 5903 15917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20733 5931 5947 15918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20734 5947 6022 15918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20735 6022 6008 15918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20736 6008 5931 15918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20737 6030 6010 15919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20738 6010 6117 15919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20739 6117 6118 15919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20740 6118 6030 15919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20741 6037 6056 15920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20742 6056 6178 15920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20743 6178 6156 15920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20744 6156 6037 15920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20745 6572 6305 15921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20746 6305 6371 15921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20747 6371 6644 15921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20748 6644 6572 15921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20749 6388 6416 15922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20750 6416 6649 15922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20751 6649 6648 15922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20752 6648 6388 15922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20753 6432 6471 15923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20754 6471 6626 15923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20755 6626 6645 15923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20756 6645 6432 15923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20757 6000 6004 15924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20758 6004 6081 15924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20759 6081 6048 15924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20760 6048 6000 15924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20761 6094 6147 15925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20762 6147 6256 15925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20763 6256 6226 15925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20764 6226 6094 15925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20765 6323 6248 15926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20766 6248 6258 15926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20767 6258 6336 15926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20768 6336 6323 15926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20769 6881 7170 15927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20770 7170 7175 15927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20771 7175 6890 15927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20772 6890 6881 15927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20773 5798 5806 15928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20774 5806 5934 15928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20775 5934 5926 15928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20776 5926 5798 15928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20777 6015 6029 15929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20778 6029 6090 15929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20779 6090 6078 15929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20780 6078 6015 15929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20781 6129 6112 15930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20782 6112 6185 15930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20783 6185 6193 15930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20784 6193 6129 15930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20785 6319 6338 15931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20786 6338 6456 15931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20787 6456 6424 15931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20788 6424 6319 15931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20789 6500 6540 15932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20790 6540 6575 15932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20791 6575 6544 15932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20792 6544 6500 15932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20793 6418 6466 15933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20794 6466 6439 15933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20795 6439 6387 15933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20796 6387 6418 15933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20797 6366 6273 15934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20798 6273 6219 15934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20799 6219 6340 15934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20800 6340 6366 15934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20801 5686 5665 15935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20802 5665 5727 15935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20803 5727 5759 15935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20804 5759 5686 15935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20805 5943 6025 15936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20806 6025 6067 15936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20807 6067 5901 15936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20808 5901 5943 15936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20809 5573 5472 15937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20810 5472 5471 15937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20811 5471 5574 15937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20812 5574 5573 15937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20813 5936 5951 15938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20814 5951 6146 15938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20815 6146 6087 15938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20816 6087 5936 15938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20817 5680 5663 15939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20818 5663 5780 15939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20819 5780 5827 15939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20820 5827 5680 15939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20821 5577 5468 15940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20822 5468 5482 15940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20823 5482 5563 15940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20824 5563 5577 15940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20825 5975 5983 15941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20826 5983 6189 15941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20827 6189 6176 15941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20828 6176 5975 15941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20829 5895 5884 15942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20830 5884 6123 15942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20831 6123 6143 15942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20832 6143 5895 15942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20833 6589 6417 15943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20834 6417 6487 15943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20835 6487 6617 15943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20836 6617 6589 15943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20837 6407 6374 15944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20838 6374 6609 15944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20839 6609 6660 15944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20840 6660 6407 15944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20841 6947 6814 15945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20842 6814 6883 15945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20843 6883 7015 15945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20844 7015 6947 15945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20845 6893 6872 15946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20846 6872 7094 15946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20847 7094 7132 15946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20848 7132 6893 15946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20849 6828 6766 15947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20850 6766 6973 15947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20851 6973 7032 15947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20852 7032 6828 15947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20853 7466 7615 15948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20854 7615 7614 15948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20855 7614 7469 15948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20856 7469 7466 15948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20857 7422 7380 15949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20858 7380 7609 15949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20859 7609 7638 15949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20860 7638 7422 15949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20861 7309 7195 15950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20862 7195 7444 15950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20863 7444 7514 15950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20864 7514 7309 15950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20865 7815 7951 15951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20866 7951 8064 15951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20867 8064 7926 15951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20868 7926 7815 15951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20869 8258 8161 15952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20870 8161 8288 15952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20871 8288 8390 15952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20872 8390 8258 15952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20873 7903 7726 15953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20874 7726 7642 15953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20875 7642 7824 15953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20876 7824 7903 15953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20877 7571 7558 15954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20878 7558 7698 15954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20879 7698 7749 15954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20880 7749 7571 15954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20881 8043 7938 15955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20882 7938 8080 15955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20883 8080 8190 15955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20884 8190 8043 15955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20885 5826 5813 15956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20886 5813 5987 15956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20887 5987 6012 15956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20888 6012 5826 15956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20889 5804 5774 15957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20890 5774 5908 15957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20891 5908 5963 15957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20892 5963 5804 15957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20893 5609 5437 15958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20894 5437 5447 15958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20895 5447 5598 15958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20896 5598 5609 15958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20897 6230 6170 15959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20898 6170 6382 15959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20899 6382 6494 15959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20900 6494 6230 15959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20901 6105 6024 15960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20902 6024 6120 15960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20903 6120 6274 15960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20904 6274 6105 15960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20905 6699 6595 15961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20906 6595 6686 15961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20907 6686 6800 15961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20908 6800 6699 15961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20909 6419 6198 15962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20910 6198 6232 15962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20911 6232 6493 15962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20912 6493 6419 15962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20913 6874 6718 15963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20914 6718 6722 15963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20915 6722 6896 15963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20916 6896 6874 15963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20917 6482 6182 15964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20918 6182 6197 15964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20919 6197 6453 15964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20920 6453 6482 15964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20921 6875 6696 15965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20922 6696 6608 15965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20923 6608 6765 15965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20924 6765 6875 15965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20925 6410 6169 15966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20926 6169 6141 15966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20927 6141 6330 15966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20928 6330 6410 15966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20929 6624 6413 15967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20930 6413 6205 15967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20931 6205 6370 15967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20932 6370 6624 15967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20933 6206 6069 15968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20934 6069 5982 15968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20935 5982 6084 15968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20936 6084 6206 15968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20937 6128 6034 15969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20938 6034 5855 15969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20939 5855 5883 15969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20940 5883 6128 15969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20941 5952 5874 15970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20942 5874 5744 15970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20943 5744 5792 15970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20944 5792 5952 15970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20945 5405 5378 15971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20946 5378 5627 15971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20947 5627 5613 15971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20948 5613 5405 15971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20949 5452 5432 15972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20950 5432 5599 15972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20951 5599 5593 15972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20952 5593 5452 15972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20953 5411 5461 15973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20954 5461 5584 15973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20955 5584 5638 15973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20956 5638 5411 15973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20957 7953 8124 15974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20958 8124 8133 15974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20959 8133 7965 15974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20960 7965 7953 15974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20961 7823 7700 15975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20962 7700 7693 15975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20963 7693 7817 15975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20964 7817 7823 15975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20965 7573 7430 15976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20966 7430 7428 15976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20967 7428 7570 15976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20968 7570 7573 15976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20969 7221 7053 15977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20970 7053 7055 15977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20971 7055 7216 15977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20972 7216 7221 15977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20973 6930 6790 15978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20974 6790 6792 15978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20975 6792 6934 15978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20976 6934 6930 15978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20977 6664 6505 15979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20978 6505 6515 15979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20979 6515 6668 15979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20980 6668 6664 15979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20981 6481 6472 15980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20982 6472 6666 15980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20983 6666 6671 15980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20984 6671 6481 15980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20985 6462 6467 15981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20986 6467 6647 15981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20987 6647 6651 15981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20988 6651 6462 15981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20989 6812 6804 15982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20990 6804 6975 15982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20991 6975 6988 15982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20992 6988 6812 15982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20993 6794 6787 15983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20994 6787 6943 15983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20995 6943 6960 15983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20996 6960 6794 15983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20997 7172 7155 15984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20998 7155 7393 15984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 20999 7393 7415 15984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21000 7415 7172 15984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21001 7116 7084 15985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21002 7084 7311 15985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21003 7311 7345 15985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21004 7345 7116 15985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21005 7596 7532 15986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21006 7532 7721 15986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21007 7721 7797 15986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21008 7797 7596 15986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21009 8081 7995 15987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21010 7995 8187 15987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21011 8187 8225 15987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21012 8225 8081 15987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21013 7929 7856 15988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21014 7856 7977 15988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21015 7977 8099 15988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21016 8099 7929 15988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21017 8347 8309 15989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21018 8309 8391 15989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21019 8391 8429 15989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21020 8429 8347 15989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21021 8238 8147 15990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21022 8147 8212 15990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21023 8212 8305 15990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21024 8305 8238 15990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21025 8477 8426 15991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21026 8426 8469 15991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21027 8469 8518 15991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21028 8518 8477 15991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21029 8560 8503 15992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21030 8503 8523 15992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21031 8523 8605 15992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21032 8605 8560 15992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21033 8674 8604 15993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21034 8604 8680 15993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21035 8680 8741 15993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21036 8741 8674 15993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21037 8183 8279 15994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21038 8279 8373 15994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21039 8373 8289 15994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21040 8289 8183 15994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21041 8402 8475 15995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21042 8475 8575 15995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21043 8575 8496 15995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21044 8496 8402 15995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21045 8590 8661 15996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21046 8661 8743 15996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21047 8743 8678 15996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21048 8678 8590 15996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21049 8759 8787 15997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21050 8787 8788 15997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21051 8788 8781 15997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21052 8781 8759 15997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21053 8763 8663 15998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21054 8663 8696 15998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21055 8696 8761 15998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21056 8761 8763 15998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21057 8100 8110 15999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21058 8110 8239 15999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21059 8239 8259 15999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21060 8259 8100 15999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21061 8345 8422 16000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21062 8422 8434 16000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21063 8434 8360 16000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21064 8360 8345 16000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21065 8550 8592 16001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21066 8592 8606 16001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21067 8606 8574 16001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21068 8574 8550 16001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21069 8684 8693 16002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21070 8693 8652 16002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21071 8652 8710 16002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21072 8710 8684 16002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21073 8620 8643 16003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21074 8643 8711 16003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21075 8711 8576 16003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21076 8576 8620 16003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21077 8608 8654 16004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21078 8654 8656 16004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21079 8656 8585 16004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21080 8585 8608 16004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21081 8420 8353 16005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21082 8353 8284 16005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21083 8284 8344 16005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21084 8344 8420 16005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21085 8123 8197 16006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21086 8197 8273 16006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21087 8273 8231 16006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21088 8231 8123 16006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21089 8065 7948 16007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21090 7948 7848 16007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21091 7848 7966 16007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21092 7966 8065 16007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21093 8694 8778 16008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21094 8778 8857 16008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21095 8857 8783 16008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21096 8783 8694 16008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21097 5322 5713 16009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21098 5713 5703 16009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21099 5703 5359 16009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21100 5359 5322 16009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21101 7268 7248 16010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21102 7248 7078 16010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21103 7078 7089 16010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21104 7089 7268 16010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21105 6961 6954 16011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21106 6954 6808 16011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21107 6808 6819 16011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21108 6819 6961 16011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21109 6709 6698 16012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21110 6698 6559 16012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21111 6559 6585 16012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21112 6585 6709 16012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21113 6375 6291 16013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21114 6291 6327 16013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21115 6327 6403 16013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21116 6403 6375 16013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21117 6344 6294 16014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21118 6294 6554 16014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21119 6554 6569 16014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21120 6569 6344 16014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21121 6871 7137 16015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21122 7137 7107 16015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21123 7107 6855 16015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21124 6855 6871 16015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21125 7384 7417 16016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21126 7417 7627 16016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21127 7627 7559 16016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21128 7559 7384 16016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21129 7707 7756 16017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21130 7756 7869 16017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21131 7869 7804 16017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21132 7804 7707 16017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21133 7861 7909 16018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21134 7909 7933 16018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21135 7933 7886 16018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21136 7886 7861 16018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21137 7879 7927 16019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21138 7927 7883 16019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21139 7883 7846 16019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21140 7846 7879 16019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21141 7806 7696 16020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21142 7696 7683 16020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21143 7683 7785 16020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21144 7785 7806 16020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21145 7557 7565 16021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21146 7565 7433 16021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21147 7433 7426 16021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21148 7426 7557 16021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21149 6678 6670 16022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21150 6670 6523 16022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21151 6523 6538 16022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21152 6538 6678 16022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21153 6491 6501 16023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21154 6501 6659 16023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21155 6659 6652 16023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21156 6652 6491 16023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21157 6188 6239 16024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21158 6239 6318 16024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21159 6318 6295 16024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21160 6295 6188 16024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21161 6247 6212 16025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21162 6212 6270 16025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21163 6270 6257 16025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21164 6257 6247 16025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21165 6275 6356 16026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21166 6356 6348 16026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21167 6348 6264 16026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21168 6264 6275 16026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21169 6944 6939 16027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21170 6939 6797 16027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21171 6797 6802 16027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21172 6802 6944 16027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21173 6785 6788 16028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21174 6788 6929 16028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21175 6929 6936 16028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21176 6936 6785 16028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21177 7062 7071 16029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21178 7071 7236 16029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21179 7236 7224 16029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21180 7224 7062 16029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21181 7072 7058 16030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21182 7058 7226 16030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21183 7226 7272 16030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21184 7272 7072 16030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21185 7566 7568 16031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21186 7568 7425 16031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21187 7425 7427 16031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21188 7427 7566 16031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21189 7463 7434 16032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21190 7434 7576 16032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21191 7576 7628 16032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21192 7628 7463 16032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21193 7695 7697 16033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21194 7697 7814 16033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21195 7814 7820 16033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21196 7820 7695 16033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21197 7755 7708 16034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21198 7708 7829 16034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21199 7829 7875 16034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21200 7875 7755 16034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21201 7906 7960 16035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21202 7960 7976 16035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21203 7976 7915 16035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21204 7915 7906 16035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21205 7971 8052 16036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21206 8052 7993 16036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21207 7993 7982 16036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21208 7982 7971 16036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21209 8102 8013 16037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21210 8013 8011 16037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21211 8011 8116 16037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21212 8116 8102 16037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21213 7994 7932 16038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21214 7932 8000 16038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21215 8000 8079 16038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21216 8079 7994 16038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21217 5971 6001 16039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21218 6001 5910 16039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21219 5910 5914 16039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21220 5914 5971 16039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21221 5829 5786 16040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21222 5786 5775 16040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21223 5775 5822 16040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21224 5822 5829 16040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21225 5946 5933 16041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21226 5933 6062 16041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21227 6062 6031 16041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21228 6031 5946 16041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21229 6308 6281 16042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21230 6281 6202 16042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21231 6202 6240 16042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21232 6240 6308 16042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21233 6116 6091 16043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21234 6091 6148 16043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21235 6148 6207 16043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21236 6207 6116 16043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21237 5837 5856 16044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21238 5856 5872 16044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21239 5872 5870 16044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21240 5870 5837 16044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21241 5450 5444 16045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21242 5444 5602 16045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21243 5602 5595 16045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21244 5595 5450 16045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21245 5766 5779 16046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21246 5779 5904 16046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21247 5904 5885 16046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21248 5885 5766 16046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21249 5970 5998 16047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21250 5998 6061 16047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21251 6061 6042 16047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21252 6042 5970 16047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21253 6110 6124 16048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21254 6124 6181 16048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21255 6181 6168 16048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21256 6168 6110 16048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21257 6252 6283 16049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21258 6283 6355 16049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21259 6355 6288 16049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21260 6288 6252 16049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21261 6328 6411 16050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21262 6411 6443 16050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21263 6443 6350 16050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21264 6350 6328 16050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21265 5783 5915 16051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21266 5915 5928 16051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21267 5928 5801 16051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21268 5801 5783 16051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21269 6060 6074 16052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21270 6074 6021 16052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21271 6021 6009 16052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21272 6009 6060 16052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21273 6076 6144 16053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21274 6144 6164 16053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21275 6164 6098 16053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21276 6098 6076 16053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21277 6293 6401 16054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21278 6401 6433 16054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21279 6433 6316 16054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21280 6316 6293 16054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21281 6510 6552 16055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21282 6552 6513 16055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21283 6513 6486 16055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21284 6486 6510 16055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21285 6592 6521 16056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21286 6521 6553 16056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21287 6553 6627 16056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21288 6627 6592 16056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21289 6694 6606 16057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21290 6606 6630 16057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21291 6630 6728 16057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21292 6728 6694 16057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21293 5777 5797 16058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21294 5797 5782 16058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21295 5782 5762 16058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21296 5762 5777 16058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21297 5847 5848 16059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21298 5848 5878 16059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21299 5878 5889 16059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21300 5889 5847 16059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21301 5937 6027 16060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21302 6027 6053 16060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21303 6053 5958 16060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21304 5958 5937 16060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21305 6177 6151 16061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21306 6151 6263 16061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21307 6263 6296 16061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21308 6296 6177 16061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21309 6312 6349 16062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21310 6349 6368 16062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21311 6368 6354 16062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21312 6354 6312 16062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21313 6195 6145 16063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21314 6145 6139 16063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21315 6139 6209 16063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21316 6209 6195 16063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21317 6352 6448 16064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21318 6448 6445 16064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21319 6445 6334 16064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21320 6334 6352 16064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21321 6442 6441 16065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21322 6441 6364 16065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21323 6364 6343 16065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21324 6343 6442 16065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21325 6530 6535 16066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21326 6535 6567 16066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21327 6567 6560 16066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21328 6560 6530 16066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21329 6543 6497 16067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21330 6497 6495 16067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21331 6495 6537 16067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21332 6537 6543 16067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21333 6502 6518 16068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21334 6518 6558 16068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21335 6558 6541 16068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21336 6541 6502 16068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21337 6480 6463 16069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21338 6463 6399 16069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21339 6399 6504 16069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21340 6504 6480 16069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21341 6266 6244 16070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21342 6244 6162 16070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21343 6162 6218 16070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21344 6218 6266 16070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21345 6444 6455 16071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21346 6455 6369 16071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21347 6369 6378 16071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21348 6378 6444 16071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21349 6485 6555 16072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21350 6555 6571 16072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21351 6571 6473 16072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21352 6473 6485 16072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21353 6739 6849 16073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21354 6849 6854 16073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21355 6854 6663 16073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21356 6663 6739 16073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21357 6734 6706 16074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21358 6706 6866 16074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21359 6866 6912 16074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21360 6912 6734 16074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21361 5862 5835 16075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21362 5835 6011 16075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21363 6011 6057 16075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21364 6057 5862 16075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21365 6280 6194 16076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21366 6194 6516 16076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21367 6516 6591 16076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21368 6591 6280 16076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21369 6813 6783 16077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21370 6783 6984 16077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21371 6984 7010 16077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21372 7010 6813 16077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21373 7357 7303 16078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21374 7303 7199 16078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21375 7199 7281 16078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21376 7281 7357 16078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21377 7152 7129 16079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21378 7129 7196 16079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21379 7196 7267 16079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21380 7267 7152 16079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21381 7462 7437 16080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21382 7437 7360 16080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21383 7360 7398 16080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21384 7398 7462 16080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21385 7395 7449 16081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21386 7449 7397 16081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21387 7397 7356 16081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21388 7356 7395 16081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21389 7110 7150 16082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21390 7150 7308 16082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21391 7308 7261 16082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21392 7261 7110 16082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21393 6745 6774 16083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21394 6774 6983 16083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21395 6983 6952 16083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21396 6952 6745 16083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21397 6171 6223 16084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21398 6223 6539 16084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21399 6539 6475 16084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21400 6475 6171 16084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21401 5814 5834 16085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21402 5834 6014 16085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21403 6014 5988 16085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21404 5988 5814 16085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21405 5632 5415 16086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21406 5415 5414 16086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21407 5414 5635 16086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21408 5635 5632 16086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21409 5412 5409 16087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21410 5409 5642 16087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21411 5642 5637 16087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21412 5637 5412 16087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21413 5879 5886 16088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21414 5886 6133 16088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21415 6133 6122 16088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21416 6122 5879 16088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21417 5864 5875 16089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21418 5875 6108 16089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21419 6108 6072 16089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21420 6072 5864 16089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21421 6395 6404 16090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21422 6404 6683 16090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21423 6683 6692 16090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21424 6692 6395 16090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21425 6331 6384 16091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21426 6384 6682 16091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21427 6682 6634 16091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21428 6634 6331 16091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21429 6917 6891 16092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21430 6891 7079 16092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21431 7079 7102 16092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21432 7102 6917 16092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21433 6869 6913 16093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21434 6913 7095 16093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21435 7095 7043 16093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21436 7043 6869 16093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21437 7307 7310 16094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21438 7310 7460 16094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21439 7460 7439 16094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21440 7439 7307 16094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21441 7227 7289 16095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21442 7289 7419 16095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21443 7419 7373 16095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21444 7373 7227 16095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21445 7521 7579 16096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21446 7579 7654 16096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21447 7654 7582 16096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21448 7582 7521 16096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21449 7670 7718 16097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21450 7718 7629 16097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21451 7629 7593 16097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21452 7593 7670 16097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21453 7575 7580 16098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21454 7580 7663 16098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21455 7663 7665 16098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21456 7665 7575 16098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21457 7533 7475 16099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21458 7475 7572 16099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21459 7572 7660 16099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21460 7660 7533 16099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21461 7453 7435 16100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21462 7435 7473 16100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21463 7473 7529 16100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21464 7529 7453 16100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21465 7197 7243 16101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21466 7243 7382 16101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21467 7382 7338 16101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21468 7338 7197 16101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21469 7222 7187 16102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21470 7187 7331 16102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21471 7331 7374 16102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21472 7374 7222 16102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21473 7080 7065 16103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21474 7065 6920 16103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21475 6920 6927 16103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21476 6927 7080 16103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21477 6921 6882 16104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21478 6882 7037 16104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21479 7037 7074 16104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21480 7074 6921 16104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21481 6512 6428 16105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21482 6428 6687 16105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21483 6687 6733 16105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21484 6733 6512 16105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21485 5967 5961 16106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21486 5961 6227 16106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21487 6227 6215 16106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21488 6215 5967 16106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21489 5955 5917 16107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21490 5917 6155 16107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21491 6155 6220 16107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21492 6220 5955 16107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21493 5379 5671 16108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21494 5671 5702 16108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21495 5702 5331 16108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21496 5331 5379 16108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21497 5382 5398 16109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21498 5398 5654 16109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21499 5654 5668 16109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21500 5668 5382 16109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21501 7866 7816 16110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21502 7816 7925 16110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21503 7925 7981 16110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21504 7981 7866 16110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21505 7782 7778 16111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21506 7778 7871 16111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21507 7871 7900 16111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21508 7900 7782 16111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21509 5630 5417 16112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21510 5417 5421 16112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21511 5421 5625 16112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21512 5625 5630 16112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21513 5850 5844 16113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21514 5844 6036 16113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21515 6036 6052 16113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21516 6052 5850 16113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21517 5860 5846 16114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21518 5846 6044 16114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21519 6044 6064 16114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21520 6064 5860 16114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21521 6300 6282 16115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21522 6282 6573 16115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21523 6573 6556 16115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21524 6556 6300 16115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21525 6313 6292 16116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21526 6292 6549 16116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21527 6549 6564 16116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21528 6564 6313 16116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21529 6545 6277 16117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21530 6277 6271 16117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21531 6271 6529 16117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21532 6529 6545 16117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21533 6267 6204 16118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21534 6204 6235 16118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21535 6235 6251 16118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21536 6251 6267 16118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21537 6174 6180 16119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21538 6180 6214 16119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21539 6214 6213 16119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21540 6213 6174 16119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21541 6261 6460 16120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21542 6460 6503 16120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21543 6503 6246 16120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21544 6246 6261 16120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21545 7177 7165 16121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21546 7165 6889 16121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21547 6889 6894 16121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21548 6894 7177 16121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21549 7461 7450 16122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21550 7450 7619 16122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21551 7619 7611 16122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21552 7611 7461 16122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21553 7452 7464 16123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21554 7464 7608 16123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21555 7608 7630 16123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21556 7630 7452 16123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21557 8705 8717 16124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21558 8717 8712 16124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21559 8712 8688 16124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21560 8688 8705 16124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21561 8670 8726 16125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21562 8726 8719 16125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21563 8719 8668 16125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21564 8668 8670 16125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21565 6710 7088 16126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21566 7088 7001 16126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21567 7001 6641 16126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21568 6641 6710 16126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21569 5177 5164 16127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21570 5164 5881 16127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21571 5881 5868 16127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21572 5868 5177 16127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21573 7294 7600 16128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21574 7600 7468 16128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21575 7468 7142 16128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21576 7142 7294 16128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21577 7986 8132 16129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21578 8132 8413 16129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21579 8413 8399 16129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21580 8399 7986 16129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21581 8630 8640 16130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21582 8640 8752 16130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21583 8752 8805 16130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21584 8805 8630 16130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21585 8809 8779 16131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21586 8779 8811 16131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21587 8811 8823 16131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21588 8823 8809 16131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21589 8835 8831 16132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21590 8831 8862 16132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21591 8862 8849 16132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21592 8849 8835 16132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21593 8847 8854 16133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21594 8854 8856 16133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21595 8856 8871 16133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21596 8871 8847 16133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21597 8896 8864 16134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21598 8864 8797 16134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21599 8797 8839 16134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21600 8839 8896 16134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21601 8721 8647 16135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21602 8647 8594 16135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21603 8594 8645 16135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21604 8645 8721 16135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21605 8650 8618 16136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21606 8618 8642 16136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21607 8642 8675 16136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21608 8675 8650 16136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21609 8728 8682 16137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21610 8682 8734 16137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21611 8734 8773 16137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21612 8773 8728 16137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21613 8731 8673 16138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21614 8673 8683 16138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21615 8683 8764 16138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21616 8764 8731 16138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21617 8633 8591 16139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21618 8591 8572 16139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21619 8572 8609 16139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21620 8609 8633 16139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21621 8558 8509 16140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21622 8509 8514 16140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21623 8514 8573 16140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21624 8573 8558 16140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21625 8597 8530 16141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21626 8530 8547 16141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21627 8547 8610 16141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21628 8610 8597 16141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21629 8612 8564 16142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21630 8564 8584 16142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21631 8584 8636 16142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21632 8636 8612 16142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21633 8672 8622 16143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21634 8622 8665 16143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21635 8665 8714 16143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21636 8714 8672 16143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21637 8747 8730 16144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21638 8730 8732 16144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21639 8732 8767 16144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21640 8767 8747 16144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21641 8658 8702 16145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21642 8702 8699 16145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21643 8699 8638 16145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21644 8638 8658 16145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21645 8824 8802 16146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21646 8802 8774 16146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21647 8774 8925 16146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21648 8925 8824 16146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21649 8317 8256 16147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21650 8256 8335 16147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21651 8335 8378 16147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21652 8378 8317 16147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21653 8433 8461 16148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21654 8461 8440 16148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21655 8440 8374 16148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21656 8374 8433 16148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21657 8991 9006 16149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21658 9006 8890 16149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21659 8890 8908 16149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21660 8908 8991 16149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21661 8579 8510 16150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21662 8510 8582 16150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21663 8582 8613 16150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21664 8613 8579 16150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21665 8701 8744 16151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21666 8744 8846 16151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21667 8846 8756 16151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21668 8756 8701 16151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21669 8848 8902 16152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21670 8902 8917 16152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21671 8917 8903 16152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21672 8903 8848 16152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21673 8329 8338 16153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21674 8338 8419 16153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21675 8419 8396 16153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21676 8396 8329 16153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21677 8264 8248 16154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21678 8248 8282 16154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21679 8282 8276 16154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21680 8276 8264 16154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21681 8468 8372 16155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21682 8372 8394 16155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21683 8394 8488 16155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21684 8488 8468 16155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21685 8471 8467 16156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21686 8467 8406 16156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21687 8406 8385 16156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21688 8385 8471 16156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21689 8889 8883 16157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21690 8883 8852 16157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21691 8852 8819 16157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21692 8819 8889 16157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21693 9205 9101 16158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21694 9101 9004 16158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21695 9004 9256 16158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21696 9256 9205 16158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21697 8789 8822 16159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21698 8822 8793 16159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21699 8793 8803 16159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21700 8803 8789 16159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21701 8769 8754 16160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21702 8754 8733 16160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21703 8733 8735 16160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21704 8735 8769 16160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21705 7100 7271 16161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21706 7271 7275 16161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21707 7275 7096 16161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21708 7096 7100 16161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21709 7260 7098 16162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21710 7098 7099 16162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21711 7099 7256 16162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21712 7256 7260 16162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21713 7519 7404 16163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21714 7404 7401 16163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21715 7401 7517 16163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21716 7517 7519 16163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21717 7409 7528 16164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21718 7528 7539 16164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21719 7539 7414 16164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21720 7414 7409 16164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21721 6833 6965 16165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21722 6965 6962 16165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21723 6962 6827 16165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21724 6827 6833 16165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21725 6967 6836 16166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21726 6836 6841 16166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21727 6841 6968 16166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21728 6968 6967 16166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21729 6613 6726 16167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21730 6726 6723 16167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21731 6723 6601 16167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21732 6601 6613 16167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21733 6730 6615 16168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21734 6615 6620 16168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21735 6620 6732 16168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21736 6732 6730 16168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21737 6379 6461 16169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21738 6461 6440 16169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21739 6440 6361 16169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21740 6361 6379 16169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21741 6469 6386 16170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21742 6386 6390 16170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21743 6390 6478 16170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21744 6478 6469 16170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21745 6596 6397 16171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21746 6397 6372 16171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21747 6372 6590 16171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21748 6590 6596 16171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21749 6406 6600 16172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21750 6600 6604 16172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21751 6604 6415 16172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21752 6415 6406 16172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21753 7060 6835 16173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21754 6835 6846 16173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21755 6846 7077 16173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21756 7077 7060 16173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21757 6837 7057 16174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21758 7057 7056 16174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21759 7056 6839 16174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21760 6839 6837 16174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21761 7482 7323 16175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21762 7323 7339 16175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21763 7339 7511 16175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21764 7511 7482 16175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21765 7317 7478 16176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21766 7478 7477 16176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21767 7477 7316 16176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21768 7316 7317 16176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21769 7686 7599 16177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21770 7599 7635 16177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21771 7635 7730 16177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21772 7730 7686 16177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21773 7584 7675 16178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21774 7675 7671 16178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21775 7671 7581 16178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21776 7581 7584 16178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21777 7808 7776 16179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21778 7776 7807 16179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21779 7807 7840 16179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21780 7840 7808 16179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21781 7768 7802 16180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21782 7802 7798 16180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21783 7798 7762 16180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21784 7762 7768 16180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21785 7770 7791 16181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21786 7791 7827 16181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21787 7827 7795 16181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21788 7795 7770 16181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21789 7787 7761 16182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21790 7761 7759 16182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21791 7759 7783 16182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21792 7783 7787 16182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21793 7651 7732 16183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21794 7732 7752 16183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21795 7752 7662 16183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21796 7662 7651 16183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21797 7725 7645 16184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21798 7645 7644 16184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21799 7644 7723 16184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21800 7723 7725 16184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21801 3514 3636 16185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21802 3636 3631 16185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21803 3631 3504 16185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21804 3504 3514 16185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21805 3641 3523 16186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21806 3523 3524 16186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21807 3524 3644 16186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21808 3644 3641 16186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21809 3943 3787 16187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21810 3787 3791 16187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21811 3791 3942 16187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21812 3942 3943 16187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21813 3775 3941 16188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21814 3941 3944 16188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21815 3944 3771 16188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21816 3771 3775 16188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21817 3312 3395 16189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21818 3395 3380 16189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21819 3380 3293 16189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21820 3293 3312 16189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21821 3401 3316 16190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21822 3316 3318 16190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21823 3318 3402 16190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21824 3402 3401 16190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21825 3253 3276 16191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21826 3276 3249 16191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21827 3249 3217 16191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21828 3217 3253 16191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21829 3284 3259 16192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21830 3259 3263 16192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21831 3263 3287 16192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21832 3287 3284 16192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21833 3270 3236 16193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21834 3236 3205 16193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21835 3205 3237 16193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21836 3237 3270 16193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21837 3241 3277 16194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21838 3277 3283 16194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21839 3283 3245 16194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21840 3245 3241 16194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21841 3447 3354 16195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21842 3354 3313 16195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21843 3313 3411 16195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21844 3411 3447 16195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21845 3366 3458 16196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21846 3458 3461 16196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21847 3461 3370 16196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21848 3370 3366 16196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21849 3719 3560 16197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21850 3560 3531 16197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21851 3531 3704 16197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21852 3704 3719 16197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21853 3563 3725 16198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21854 3725 3726 16198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21855 3726 3564 16198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21856 3564 3563 16198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21857 4210 3980 16199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21858 3980 3963 16199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21859 3963 4198 16199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21860 4198 4210 16199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21861 3983 4208 16200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21862 4208 4207 16200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21863 4207 3984 16200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21864 3984 3983 16200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21865 4650 4443 16201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21866 4443 4450 16201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21867 4450 4675 16201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21868 4675 4650 16201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21869 4439 4641 16202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21870 4641 4633 16202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21871 4633 4435 16202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21872 4435 4439 16202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21873 4584 4667 16203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21874 4667 4687 16203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21875 4687 4606 16203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21876 4606 4584 16203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21877 4660 4576 16204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21878 4576 4568 16204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21879 4568 4657 16204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21880 4657 4660 16204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21881 4317 4425 16205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21882 4425 4438 16205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21883 4438 4321 16205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21884 4321 4317 16205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21885 4422 4314 16206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21886 4314 4313 16206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21887 4313 4418 16206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21888 4418 4422 16206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21889 4076 4212 16207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21890 4212 4218 16207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21891 4218 4079 16207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21892 4079 4076 16207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21893 4209 4074 16208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21894 4074 4073 16208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21895 4073 4205 16208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21896 4205 4209 16208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21897 3684 4070 16209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21898 4070 4031 16209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21899 4031 3649 16209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21900 3649 3684 16209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21901 3141 3404 16210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21902 3404 3355 16210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21903 3355 3112 16210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21904 3112 3141 16210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21905 3018 2991 16211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21906 2991 2987 16211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21907 2987 3033 16211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21908 3033 3018 16211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21909 3229 3145 16212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21910 3145 3169 16212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21911 3169 3254 16212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21912 3254 3229 16212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21913 3374 3285 16213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21914 3285 3305 16213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21915 3305 3394 16213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21916 3394 3374 16213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21917 3624 3493 16214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21918 3493 3507 16214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21919 3507 3632 16214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21920 3632 3624 16214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21921 4090 3770 16215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21922 3770 3785 16215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21923 3785 4092 16215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21924 4092 4090 16215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21925 5084 4618 16216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21926 4618 4619 16216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21927 4619 5083 16216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21928 5083 5084 16216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21929 5670 5377 16217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21930 5377 5390 16217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21931 5390 5682 16217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21932 5682 5670 16217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21933 6427 5964 16218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21934 5964 5990 16218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21935 5990 6484 16218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21936 6484 6427 16218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21937 7209 6940 16219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21938 6940 6981 16219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21939 6981 7295 16219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21940 7295 7209 16219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21941 7486 7367 16220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21942 7367 7431 16220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21943 7431 7537 16220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21944 7537 7486 16220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21945 7690 7610 16221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21946 7610 7643 16221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21947 7643 7727 16221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21948 7727 7690 16221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21949 7852 7751 16222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21950 7751 7781 16222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21951 7781 7873 16222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21952 7873 7852 16222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21953 8096 7987 16223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21954 7987 8006 16223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21955 8006 8114 16223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21956 8114 8096 16223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21957 7821 8029 16224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21958 8029 8044 16224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21959 8044 7839 16224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21960 7839 7821 16224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21961 7112 7513 16225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21962 7513 7535 16225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21963 7535 7140 16225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21964 7140 7112 16225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21965 6092 6639 16226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21966 6639 6656 16226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21967 6656 6101 16226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21968 6101 6092 16226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21969 5372 5722 16227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21970 5722 5737 16227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21971 5737 5383 16227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21972 5383 5372 16227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21973 4547 5030 16228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21974 5030 5027 16228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21975 5027 4508 16228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21976 4508 4547 16228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21977 3581 3976 16229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21978 3976 3903 16229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21979 3903 3506 16229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21980 3506 3581 16229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21981 3061 3290 16230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21982 3290 3206 16230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21983 3206 2978 16230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21984 2978 3061 16230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21985 3006 2938 16231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21986 2938 2880 16231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21987 2880 2933 16231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21988 2933 3006 16231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21989 3223 3142 16232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21990 3142 3088 16232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21991 3088 3175 16232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21992 3175 3223 16232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21993 3356 3272 16233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21994 3272 3209 16233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21995 3209 3294 16233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21996 3294 3356 16233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21997 3589 3470 16234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21998 3470 3406 16234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 21999 3406 3530 16234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22000 3530 3589 16234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22001 4056 3729 16235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22002 3729 3663 16235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22003 3663 3998 16235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22004 3998 4056 16235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22005 5069 4556 16236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22006 4556 4482 16236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22007 4482 5038 16236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22008 5038 5069 16236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22009 5699 5394 16237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22010 5394 5381 16237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22011 5381 5715 16237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22012 5715 5699 16237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22013 6566 6023 16238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22014 6023 6055 16238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22015 6055 6623 16238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22016 6623 6566 16238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22017 7381 7041 16239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22018 7041 7125 16239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22019 7125 7458 16239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22020 7458 7381 16239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22021 7637 7507 16240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22022 7507 7607 16240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22023 7607 7731 16240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22024 7731 7637 16240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22025 7828 7743 16241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22026 7743 7843 16241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22027 7843 7912 16241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22028 7912 7828 16241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22029 7952 7867 16242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22030 7867 7959 16242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22031 7959 8054 16242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22032 8054 7952 16242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22033 8177 8105 16243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22034 8105 8202 16243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22035 8202 8241 16243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22036 8241 8177 16243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22037 7884 8120 16244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22038 8120 8185 16244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22039 8185 7943 16244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22040 7943 7884 16244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22041 7179 7585 16245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22042 7585 7641 16245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22043 7641 7242 16245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22044 7242 7179 16245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22045 6138 6705 16246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22046 6705 6741 16246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22047 6741 6163 16246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22048 6163 6138 16246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22049 5389 5749 16247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22050 5749 5767 16247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22051 5767 5373 16247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22052 5373 5389 16247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22053 4445 5007 16248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22054 5007 4973 16248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22055 4973 4394 16248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22056 4394 4445 16248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22057 3409 3816 16249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22058 3816 3755 16249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22059 3755 3361 16249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22060 3361 3409 16249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22061 2854 3092 16250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22062 3092 3036 16250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22063 3036 2811 16250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22064 2811 2854 16250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22065 2832 2799 16251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22066 2799 2757 16251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22067 2757 2792 16251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22068 2792 2832 16251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22069 3071 2969 16252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22070 2969 2896 16252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22071 2896 3007 16252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22072 3007 3071 16252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22073 3188 3109 16253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22074 3109 3054 16253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22075 3054 3136 16253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22076 3136 3188 16253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22077 3427 3298 16254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22078 3298 3242 16254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22079 3242 3383 16254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22080 3383 3427 16254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22081 3912 3569 16255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22082 3569 3532 16255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22083 3532 3873 16255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22084 3873 3912 16255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22085 4994 4413 16256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22086 4413 4379 16256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22087 4379 4976 16256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22088 4976 4994 16256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22089 5724 5363 16257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22090 5363 5350 16257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22091 5350 5732 16257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22092 5732 5724 16257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22093 6685 6095 16258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22094 6095 6107 16258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22095 6107 6716 16258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22096 6716 6685 16258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22097 7543 7191 16259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22098 7191 7253 16259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22099 7253 7598 16259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22100 7598 7543 16259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22101 7837 7699 16260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22102 7699 7750 16260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22103 7750 7882 16260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22104 7882 7837 16260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22105 8032 7947 16261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22106 7947 7999 16261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22107 7999 8103 16261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22108 8103 8032 16261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22109 8186 8085 16262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22110 8085 8156 16262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22111 8156 8229 16262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22112 8229 8186 16262 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22113 8328 8291 16263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22114 8291 8333 16263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22115 8333 8364 16263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22116 8364 8328 16263 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22117 8046 8268 16264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22118 8268 8310 16264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22119 8310 8122 16264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22120 8122 8046 16264 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22121 7325 7722 16265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22122 7722 7775 16265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22123 7775 7363 16265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22124 7363 7325 16265 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22125 6216 6791 16266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22126 6791 6816 16266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22127 6816 6255 16266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22128 6255 6216 16266 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22129 5355 5781 16267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22130 5781 5788 16267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22131 5788 5345 16267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22132 5345 5355 16267 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22133 4320 4930 16268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22134 4930 4902 16268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22135 4902 4300 16268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22136 4300 4320 16268 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22137 4300 4301 16269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22138 4301 3756 16269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22139 3756 3755 16269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22140 3755 4300 16269 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22141 5345 5344 16270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22142 5344 4901 16270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22143 4901 4902 16270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22144 4902 5345 16270 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22145 6255 6254 16271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22146 6254 5787 16271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22147 5787 5788 16271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22148 5788 6255 16271 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22149 7363 7362 16272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22150 7362 6815 16272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22151 6815 6816 16272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22152 6816 7363 16272 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22153 8122 8112 16273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22154 8112 7771 16273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22155 7771 7775 16273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22156 7775 8122 16273 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22157 8364 8362 16274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22158 8362 8306 16274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22159 8306 8310 16274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22160 8310 8364 16274 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22161 8229 8226 16275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22162 8226 8331 16275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22163 8331 8333 16275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22164 8333 8229 16275 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22165 8103 8101 16276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22166 8101 8152 16276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22167 8152 8156 16276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22168 8156 8103 16276 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22169 7882 7880 16277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22170 7880 7996 16277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22171 7996 7999 16277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22172 7999 7882 16277 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22173 7598 7597 16278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22174 7597 7748 16278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22175 7748 7750 16278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22176 7750 7598 16278 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22177 6716 6715 16279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22178 6715 7252 16279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22179 7252 7253 16279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22180 7253 6716 16279 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22181 5732 5731 16280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22182 5731 6106 16280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22183 6106 6107 16280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22184 6107 5732 16280 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22185 4976 4975 16281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22186 4975 5349 16281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22187 5349 5350 16281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22188 5350 4976 16281 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22189 3873 3874 16282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22190 3874 4378 16282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22191 4378 4379 16282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22192 4379 3873 16282 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22193 3383 3385 16283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22194 3385 3535 16283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22195 3535 3532 16283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22196 3532 3383 16283 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22197 3136 3137 16284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22198 3137 3247 16284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22199 3247 3242 16284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22200 3242 3136 16284 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22201 3007 3011 16285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22202 3011 3060 16285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22203 3060 3054 16285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22204 3054 3007 16285 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22205 2792 2796 16286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22206 2796 2902 16286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22207 2902 2896 16286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22208 2896 2792 16286 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22209 2811 2815 16287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22210 2815 2762 16287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22211 2762 2757 16287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22212 2757 2811 16287 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22213 3361 3362 16288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22214 3362 3040 16288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22215 3040 3036 16288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22216 3036 3361 16288 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22217 4394 4320 16289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22218 4320 3816 16289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22219 3816 3903 16289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22220 3903 4394 16289 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22221 5373 5355 16290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22222 5355 4930 16290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22223 4930 4973 16290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22224 4973 5373 16290 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22225 6163 6216 16291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22226 6216 5781 16291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22227 5781 5767 16291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22228 5767 6163 16291 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22229 7242 7325 16292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22230 7325 6791 16292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22231 6791 6741 16292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22232 6741 7242 16292 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22233 7943 8046 16293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22234 8046 7722 16293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22235 7722 7641 16293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22236 7641 7943 16293 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22237 8241 8328 16294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22238 8328 8268 16294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22239 8268 8185 16294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22240 8185 8241 16294 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22241 8054 8186 16295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22242 8186 8291 16295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22243 8291 8202 16295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22244 8202 8054 16295 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22245 7912 8032 16296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22246 8032 8085 16296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22247 8085 7959 16296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22248 7959 7912 16296 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22249 7731 7837 16297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22250 7837 7947 16297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22251 7947 7843 16297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22252 7843 7731 16297 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22253 7458 7543 16298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22254 7543 7699 16298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22255 7699 7607 16298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22256 7607 7458 16298 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22257 6623 6685 16299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22258 6685 7191 16299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22259 7191 7125 16299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22260 7125 6623 16299 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22261 5715 5724 16300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22262 5724 6095 16300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22263 6095 6055 16300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22264 6055 5715 16300 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22265 5038 4994 16301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22266 4994 5363 16301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22267 5363 5381 16301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22268 5381 5038 16301 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22269 3998 3912 16302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22270 3912 4413 16302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22271 4413 4482 16302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22272 4482 3998 16302 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22273 3530 3427 16303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22274 3427 3569 16303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22275 3569 3663 16303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22276 3663 3530 16303 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22277 3294 3188 16304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22278 3188 3298 16304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22279 3298 3406 16304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22280 3406 3294 16304 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22281 3175 3071 16305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22282 3071 3109 16305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22283 3109 3209 16305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22284 3209 3175 16305 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22285 2933 2832 16306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22286 2832 2969 16306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22287 2969 3088 16306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22288 3088 2933 16306 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22289 2978 2854 16307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22290 2854 2799 16307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22291 2799 2880 16307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22292 2880 2978 16307 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22293 3506 3409 16308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22294 3409 3092 16308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22295 3092 3206 16308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22296 3206 3506 16308 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22297 4508 4445 16309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22298 4445 3976 16309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22299 3976 4031 16309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22300 4031 4508 16309 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22301 5383 5389 16310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22302 5389 5007 16310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22303 5007 5027 16310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22304 5027 5383 16310 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22305 6101 6138 16311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22306 6138 5749 16311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22307 5749 5737 16311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22308 5737 6101 16311 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22309 7140 7179 16312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22310 7179 6705 16312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22311 6705 6656 16312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22312 6656 7140 16312 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22313 7839 7884 16313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22314 7884 7585 16313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22315 7585 7535 16313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22316 7535 7839 16313 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22317 8114 8177 16314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22318 8177 8120 16314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22319 8120 8044 16314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22320 8044 8114 16314 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22321 7873 7952 16315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22322 7952 8105 16315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22323 8105 8006 16315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22324 8006 7873 16315 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22325 7727 7828 16316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22326 7828 7867 16316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22327 7867 7781 16316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22328 7781 7727 16316 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22329 7537 7637 16317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22330 7637 7743 16317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22331 7743 7643 16317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22332 7643 7537 16317 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22333 7295 7381 16318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22334 7381 7507 16318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22335 7507 7431 16318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22336 7431 7295 16318 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22337 6484 6566 16319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22338 6566 7041 16319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22339 7041 6981 16319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22340 6981 6484 16319 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22341 5682 5699 16320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22342 5699 6023 16320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22343 6023 5990 16320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22344 5990 5682 16320 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22345 5083 5069 16321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22346 5069 5394 16321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22347 5394 5390 16321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22348 5390 5083 16321 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22349 4092 4056 16322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22350 4056 4556 16322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22351 4556 4619 16322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22352 4619 4092 16322 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22353 3632 3589 16323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22354 3589 3729 16323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22355 3729 3785 16323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22356 3785 3632 16323 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22357 3394 3356 16324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22358 3356 3470 16324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22359 3470 3507 16324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22360 3507 3394 16324 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22361 3254 3223 16325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22362 3223 3272 16325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22363 3272 3305 16325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22364 3305 3254 16325 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22365 3033 3006 16326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22366 3006 3142 16326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22367 3142 3169 16326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22368 3169 3033 16326 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22369 3112 3061 16327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22370 3061 2938 16327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22371 2938 2987 16327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22372 2987 3112 16327 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22373 3649 3581 16328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22374 3581 3290 16328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22375 3290 3355 16328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22376 3355 3649 16328 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22377 4522 4547 16329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22378 4547 4070 16329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22379 4070 4080 16329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22380 4080 4522 16329 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22381 5359 5372 16330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22382 5372 5030 16330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22383 5030 5013 16330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22384 5013 5359 16330 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22385 6070 6092 16331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22386 6092 5722 16331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22387 5722 5703 16331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22388 5703 6070 16331 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22389 7097 7112 16332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22390 7112 6639 16332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22391 6639 6631 16332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22392 6631 7097 16332 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22393 7800 7821 16333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22394 7821 7513 16333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22395 7513 7495 16333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22396 7495 7800 16333 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22397 8078 8096 16334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22398 8096 8029 16334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22399 8029 8009 16334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22400 8009 8078 16334 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22401 7847 7852 16335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22402 7852 7987 16335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22403 7987 7979 16335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22404 7979 7847 16335 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22405 7679 7690 16336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22406 7690 7751 16336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22407 7751 7741 16336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22408 7741 7679 16336 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22409 7474 7486 16337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22410 7486 7610 16337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22411 7610 7594 16337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22412 7594 7474 16337 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22413 7181 7209 16338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22414 7209 7367 16338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22415 7367 7354 16338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22416 7354 7181 16338 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22417 6393 6427 16339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22418 6427 6940 16339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22419 6940 6916 16339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22420 6916 6393 16339 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22421 5653 5670 16340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22422 5670 5964 16340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22423 5964 5949 16340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22424 5949 5653 16340 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22425 5055 5084 16341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22426 5084 5377 16341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22427 5377 5361 16341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22428 5361 5055 16341 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22429 4061 4090 16342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22430 4090 4618 16342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22431 4618 4560 16342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22432 4560 4061 16342 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22433 3586 3624 16343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22434 3624 3770 16343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22435 3770 3739 16343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22436 3739 3586 16343 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22437 3335 3374 16344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22438 3374 3493 16344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22439 3493 3457 16344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22440 3457 3335 16344 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22441 3199 3229 16345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22442 3229 3285 16345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22443 3285 3251 16345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22444 3251 3199 16345 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22445 3001 3018 16346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22446 3018 3145 16346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22447 3145 3122 16346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22448 3122 3001 16346 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22449 3178 3141 16347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22450 3141 2991 16347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22451 2991 3004 16347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22452 3004 3178 16347 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22453 3718 3684 16348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22454 3684 3404 16348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22455 3404 3431 16348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22456 3431 3718 16348 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22457 3941 3943 16349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22458 3943 4074 16349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22459 4074 4076 16349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22460 4076 3941 16349 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22461 4212 4209 16350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22462 4209 4314 16350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22463 4314 4317 16350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22464 4317 4212 16350 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22465 4425 4422 16351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22466 4422 4576 16351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22467 4576 4584 16351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22468 4584 4425 16351 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22469 4667 4660 16352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22470 4660 4641 16352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22471 4641 4650 16352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22472 4650 4667 16352 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22473 4443 4439 16353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22474 4439 4208 16353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22475 4208 4210 16353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22476 4210 4443 16353 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22477 3980 3983 16354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22478 3983 3725 16354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22479 3725 3719 16354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22480 3719 3980 16354 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22481 3560 3563 16355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22482 3563 3458 16355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22483 3458 3447 16355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22484 3447 3560 16355 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22485 3354 3366 16356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22486 3366 3277 16356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22487 3277 3270 16356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22488 3270 3354 16356 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22489 3236 3241 16357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22490 3241 3259 16357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22491 3259 3253 16357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22492 3253 3236 16357 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22493 3276 3284 16358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22494 3284 3316 16358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22495 3316 3312 16358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22496 3312 3276 16358 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22497 3395 3401 16359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22498 3401 3523 16359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22499 3523 3514 16359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22500 3514 3395 16359 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22501 3787 3775 16360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22502 3775 3636 16360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22503 3636 3641 16360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22504 3641 3787 16360 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22505 7528 7519 16361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22506 7519 7645 16361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22507 7645 7651 16361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22508 7651 7528 16361 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22509 7732 7725 16362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22510 7725 7761 16362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22511 7761 7770 16362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22512 7770 7732 16362 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22513 7791 7787 16363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22514 7787 7802 16363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22515 7802 7808 16363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22516 7808 7791 16363 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22517 7776 7768 16364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22518 7768 7675 16364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22519 7675 7686 16364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22520 7686 7776 16364 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22521 7599 7584 16365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22522 7584 7478 16365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22523 7478 7482 16365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22524 7482 7599 16365 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22525 7323 7317 16366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22526 7317 7057 16366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22527 7057 7060 16366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22528 7060 7323 16366 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22529 6835 6837 16367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22530 6837 6600 16367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22531 6600 6596 16367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22532 6596 6835 16367 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22533 6397 6406 16368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22534 6406 6386 16368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22535 6386 6379 16368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22536 6379 6397 16368 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22537 6461 6469 16369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22538 6469 6615 16369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22539 6615 6613 16369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22540 6613 6461 16369 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22541 6726 6730 16370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22542 6730 6836 16370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22543 6836 6833 16370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22544 6833 6726 16370 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22545 6965 6967 16371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22546 6967 7098 16371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22547 7098 7100 16371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22548 7100 6965 16371 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22549 7404 7409 16372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22550 7409 7271 16372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22551 7271 7260 16372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22552 7260 7404 16372 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22553 7792 7967 16373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22554 7967 8161 16373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22555 8161 7951 16373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22556 7951 7792 16373 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22557 8735 8705 16374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22558 8705 8927 16374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22559 8927 8965 16374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22560 8965 8735 16374 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22561 8803 8769 16375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22562 8769 8993 16375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22563 8993 9018 16375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22564 9018 8803 16375 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22565 8932 8889 16376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22566 8889 9101 16376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22567 9101 9172 16376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22568 9172 8932 16376 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22569 8903 8923 16377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22570 8923 9130 16377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22571 9130 9036 16377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22572 9036 8903 16377 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22573 8433 8378 16378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22574 8378 8455 16378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22575 8455 8506 16378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22576 8506 8433 16378 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22577 8335 8304 16379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22578 8304 8406 16379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22579 8406 8425 16379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22580 8425 8335 16379 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22581 8275 8264 16380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22582 8264 8372 16380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22583 8372 8385 16380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22584 8385 8275 16380 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22585 8276 8329 16381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22586 8329 8423 16381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22587 8423 8394 16381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22588 8394 8276 16381 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22589 8783 8848 16382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22590 8848 8961 16382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22591 8961 8846 16382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22592 8846 8783 16382 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22593 8396 8487 16383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22594 8487 8510 16383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22595 8510 8456 16383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22596 8456 8396 16383 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22597 8688 8686 16384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22598 8686 8890 16384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22599 8890 8905 16384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22600 8905 8688 16384 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22601 8273 8317 16385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22602 8317 8374 16385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22603 8374 8344 16385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22604 8344 8273 16385 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22605 8668 8658 16386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22606 8658 8824 16386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22607 8824 8826 16386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22608 8826 8668 16386 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22609 8681 8670 16387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22610 8670 8830 16387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22611 8830 8869 16387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22612 8869 8681 16387 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22613 8908 8771 16388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22614 8771 8907 16388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22615 8907 8952 16388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22616 8952 8908 16388 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22617 8750 8714 16389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22618 8714 8747 16389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22619 8747 8780 16389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22620 8780 8750 16389 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22621 8664 8636 16390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22622 8636 8672 16390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22623 8672 8713 16390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22624 8713 8664 16390 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22625 8596 8573 16391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22626 8573 8597 16391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22627 8597 8631 16391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22628 8631 8596 16391 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22629 8609 8626 16392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22630 8626 8720 16392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22631 8720 8683 16392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22632 8683 8609 16392 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22633 8764 8798 16393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22634 8798 8853 16393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22635 8853 8813 16393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22636 8813 8764 16393 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22637 8818 8858 16394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22638 8858 8808 16394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22639 8808 8773 16394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22640 8773 8818 16394 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22641 8728 8765 16395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22642 8765 8718 16395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22643 8718 8675 16395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22644 8675 8728 16395 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22645 8884 8839 16396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22646 8839 8721 16396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22647 8721 8758 16396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22648 8758 8884 16396 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22649 8894 8871 16397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22650 8871 8896 16397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22651 8896 8922 16397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22652 8922 8894 16397 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22653 8840 8823 16398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22654 8823 8835 16398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22655 8835 8872 16398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22656 8872 8840 16398 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22657 8410 8399 16399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22658 8399 8630 16399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22659 8630 8646 16399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22660 8646 8410 16399 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22661 7470 7468 16400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22662 7468 7986 16400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22663 7986 7992 16400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22664 7992 7470 16400 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22665 7142 7141 16401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22666 7141 6999 16401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22667 6999 7001 16401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22668 7001 7142 16401 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22669 6641 6638 16402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22670 6638 5867 16402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22671 5867 5868 16402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22672 5868 6641 16402 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22673 8755 8786 16403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22674 8786 8767 16403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22675 8767 8745 16403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22676 8745 8755 16403 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22677 8558 8581 16404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22678 8581 8572 16404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22679 8572 8552 16404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22680 8552 8558 16404 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22681 8650 8676 16405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22682 8676 8645 16405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22683 8645 8644 16405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22684 8644 8650 16405 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22685 7175 7469 16406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22686 7469 7464 16406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22687 7464 7177 16406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22688 7177 7175 16406 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22689 6894 6529 16407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22690 6529 6520 16407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22691 6520 6890 16407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22692 6890 6894 16407 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22693 6881 6506 16408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22694 6506 6503 16408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22695 6503 6873 16408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22696 6873 6881 16408 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22697 7466 7170 16409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22698 7170 7159 16409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22699 7159 7461 16409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22700 7461 7466 16409 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22701 6044 6052 16410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22702 6052 6300 16410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22703 6300 6292 16410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22704 6292 6044 16410 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22705 5625 5628 16411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22706 5628 5850 16411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22707 5850 5846 16411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22708 5846 5625 16411 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22709 8001 7871 16412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22710 7871 7845 16412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22711 7845 7975 16412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22712 7975 8001 16412 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22713 8066 7925 16413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22714 7925 7900 16413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22715 7900 8033 16413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22716 8033 8066 16413 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22717 8208 8080 16414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22718 8080 7981 16414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22719 7981 8141 16414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22720 8141 8208 16414 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22721 5671 5668 16415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22722 5668 5955 16415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22723 5955 5961 16415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22724 5961 5671 16415 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22725 6740 6733 16416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22726 6733 6921 16416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22727 6921 6927 16416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22728 6927 6740 16416 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22729 7080 7074 16417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22730 7074 7222 16417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22731 7222 7243 16417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22732 7243 7080 16417 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22733 7592 7629 16418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22734 7629 7710 16418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22735 7710 7663 16418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22736 7663 7592 16418 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22737 7419 7439 16419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22738 7439 7521 16419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22739 7521 7501 16419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22740 7501 7419 16419 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22741 7095 7102 16420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22742 7102 7307 16420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22743 7307 7289 16420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22744 7289 7095 16420 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22745 6682 6692 16421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22746 6692 6917 16421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22747 6917 6913 16421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22748 6913 6682 16421 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22749 6108 6122 16422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22750 6122 6395 16422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22751 6395 6384 16422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22752 6384 6108 16422 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22753 5635 5637 16423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22754 5637 5879 16423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22755 5879 5875 16423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22756 5875 5635 16423 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22757 6220 6512 16424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22758 6512 6524 16424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22759 6524 6227 16424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22760 6227 6220 16424 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22761 7374 7480 16425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22762 7480 7473 16425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22763 7473 7382 16425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22764 7382 7374 16425 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22765 7709 7626 16426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22766 7626 7601 16426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22767 7601 7665 16426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22768 7665 7709 16426 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22769 6697 6706 16427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22770 6706 6578 16427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22771 6578 6571 16427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22772 6571 6697 16427 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22773 6243 6244 16428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22774 6244 6369 16428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22775 6369 6383 16428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22776 6383 6243 16428 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22777 7475 7296 16429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22778 7296 7282 16429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22779 7282 7453 16429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22780 7453 7475 16429 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22781 7073 6866 16430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22782 6866 6854 16430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22783 6854 7051 16430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22784 7051 7073 16430 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22785 6502 6495 16431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22786 6495 6452 16431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22787 6452 6463 16431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22788 6463 6502 16431 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22789 6563 6560 16432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22790 6560 6537 16432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22791 6537 6541 16432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22792 6541 6563 16432 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22793 6445 6530 16433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22794 6530 6528 16433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22795 6528 6442 16433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22796 6442 6445 16433 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22797 6343 6218 16434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22798 6218 6195 16434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22799 6195 6334 16434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22800 6334 6343 16434 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22801 6418 6368 16435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22802 6368 6359 16435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22803 6359 6396 16435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22804 6396 6418 16435 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22805 6340 6296 16436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22806 6296 6354 16436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22807 6354 6387 16436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22808 6387 6340 16436 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22809 6075 6053 16437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22810 6053 6177 16437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22811 6177 6219 16437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22812 6219 6075 16437 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22813 5891 5889 16438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22814 5889 5958 16438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22815 5958 5972 16438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22816 5972 5891 16438 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22817 5759 5782 16439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22818 5782 5847 16439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22819 5847 5836 16439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22820 5836 5759 16439 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22821 5738 5773 16440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22822 5773 5762 16440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22823 5762 5727 16440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22824 5727 5738 16440 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22825 6883 6728 16441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22826 6728 6738 16441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22827 6738 6920 16441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22828 6920 6883 16441 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22829 6739 6627 16442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22830 6627 6694 16442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22831 6694 6814 16442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22832 6814 6739 16442 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22833 6599 6558 16443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22834 6558 6592 16443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22835 6592 6663 16443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22836 6663 6599 16443 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22837 6575 6552 16444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22838 6552 6543 16444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22839 6543 6567 16444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22840 6567 6575 16444 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22841 6456 6433 16445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22842 6433 6513 16445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22843 6513 6540 16445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22844 6540 6456 16445 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22845 6185 6164 16446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22846 6164 6316 16446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22847 6316 6338 16446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22848 6338 6185 16446 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22849 6090 6074 16447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22850 6074 6098 16447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22851 6098 6112 16447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22852 6112 6090 16447 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22853 5934 5928 16448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22854 5928 6021 16448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22855 6021 6029 16448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22856 6029 5934 16448 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22857 5610 5607 16449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22858 5607 5801 16449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22859 5801 5806 16449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22860 5806 5610 16449 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22861 6022 6042 16450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22862 6042 6110 16450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22863 6110 6099 16450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22864 6099 6022 16450 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22865 5873 5885 16451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22866 5885 5970 16451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22867 5970 5947 16451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22868 5947 5873 16451 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22869 5594 5595 16452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22870 5595 5766 16452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22871 5766 5758 16452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22872 5758 5594 16452 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22873 6444 6441 16453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22874 6441 6509 16453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22875 6509 6485 16453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22876 6485 6444 16453 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22877 5937 5878 16454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22878 5878 5870 16454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22879 5870 5910 16454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22880 5910 5937 16454 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22881 6281 6312 16455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22882 6312 6263 16455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22883 6263 6207 16455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22884 6207 6281 16455 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22885 6001 6116 16456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22886 6116 6151 16456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22887 6151 6027 16456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22888 6027 6001 16456 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22889 7820 7915 16457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22890 7915 7918 16457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22891 7918 7817 16457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22892 7817 7820 16457 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22893 7823 7923 16458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22894 7923 7932 16458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22895 7932 7829 16458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22896 7829 7823 16458 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22897 7568 7695 16459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22898 7695 7693 16459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22899 7693 7570 16459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22900 7570 7568 16459 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22901 7573 7700 16460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22902 7700 7708 16460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22903 7708 7576 16460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22904 7576 7573 16460 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22905 7224 7425 16461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22906 7425 7428 16461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22907 7428 7216 16461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22908 7216 7224 16461 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22909 7221 7430 16462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22910 7430 7434 16462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22911 7434 7226 16462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22912 7226 7221 16462 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22913 6939 7062 16463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22914 7062 7055 16463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22915 7055 6934 16463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22916 6934 6939 16463 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22917 6930 7053 16464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22918 7053 7058 16464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22919 7058 6929 16464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22920 6929 6930 16464 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22921 6670 6797 16465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22922 6797 6792 16465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22923 6792 6668 16465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22924 6668 6670 16465 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22925 6664 6790 16466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22926 6790 6788 16466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22927 6788 6659 16466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22928 6659 6664 16466 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22929 6348 6523 16467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22930 6523 6515 16467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22931 6515 6336 16467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22932 6336 6348 16467 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22933 6323 6505 16468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22934 6505 6501 16468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22935 6501 6318 16468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22936 6318 6323 16468 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22937 7236 7248 16469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22938 7248 7433 16469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22939 7433 7427 16469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22940 7427 7236 16469 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22941 7662 7683 16470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22942 7683 7557 16470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22943 7557 7539 16470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22944 7539 7662 16470 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22945 7795 7846 16471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22946 7846 7785 16471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22947 7785 7752 16471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22948 7752 7795 16471 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22949 7840 7886 16472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22950 7886 7879 16472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22951 7879 7827 16472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22952 7827 7840 16472 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22953 7730 7804 16473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22954 7804 7861 16473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22955 7861 7807 16473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22956 7807 7730 16473 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22957 7511 7559 16474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22958 7559 7707 16474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22959 7707 7635 16474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22960 7635 7511 16474 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22961 7077 7107 16475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22962 7107 7384 16475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22963 7384 7339 16475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22964 7339 7077 16475 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22965 6590 6569 16476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22966 6569 6855 16476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22967 6855 6846 16476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22968 6846 6590 16476 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22969 6361 6327 16477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22970 6327 6344 16477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22971 6344 6372 16477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22972 6372 6361 16477 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22973 6601 6585 16478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22974 6585 6403 16478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22975 6403 6440 16478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22976 6440 6601 16478 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22977 6827 6819 16479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22978 6819 6709 16479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22979 6709 6723 16479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22980 6723 6827 16479 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22981 7096 7089 16480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22982 7089 6961 16480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22983 6961 6962 16480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22984 6962 7096 16480 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22985 7059 7056 16481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22986 7056 7316 16481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22987 7316 7319 16481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22988 7319 7059 16481 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22989 7479 7477 16482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22990 7477 7581 16482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22991 7581 7586 16482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22992 7586 7479 16482 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22993 7678 7671 16483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22994 7671 7762 16483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22995 7762 7764 16483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22996 7764 7678 16483 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22997 7799 7798 16484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22998 7798 7783 16484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 22999 7783 7784 16484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23000 7784 7799 16484 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23001 7763 7759 16485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23002 7759 7723 16485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23003 7723 7728 16485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23004 7728 7763 16485 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23005 7648 7644 16486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23006 7644 7517 16486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23007 7517 7522 16486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23008 7522 7648 16486 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23009 7406 7401 16487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23010 7401 7256 16487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23011 7256 7264 16487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23012 7264 7406 16487 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23013 7101 7099 16488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23014 7099 6968 16488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23015 6968 6970 16488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23016 6970 7101 16488 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23017 6840 6841 16489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23018 6841 6732 16489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23019 6732 6731 16489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23020 6731 6840 16489 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23021 6619 6620 16490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23022 6620 6478 16490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23023 6478 6477 16490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23024 6477 6619 16490 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23025 6389 6390 16491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23026 6390 6415 16491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23027 6415 6414 16491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23028 6414 6389 16491 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23029 6603 6604 16492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23030 6604 6839 16492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23031 6839 6838 16492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23032 6838 6603 16492 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23033 7806 7883 16493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23034 7883 7906 16493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23035 7906 7814 16493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23036 7814 7806 16493 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23037 6871 6554 16494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23038 6554 6545 16494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23039 6545 6889 16494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23040 6889 6871 16494 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23041 7348 7169 16495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23042 7169 7022 16495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23043 7022 7467 16495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23044 7467 7348 16495 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23045 7788 7836 16496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23046 7836 7670 16496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23047 7670 7654 16496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23048 7654 7788 16496 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23049 7664 7579 16497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23050 7579 7460 16497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23051 7460 7493 16497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23052 7493 7664 16497 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23053 8731 8775 16498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23054 8775 8734 16498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23055 8734 8693 16498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23056 8693 8731 16498 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23057 8652 8682 16499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23058 8682 8642 16499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23059 8642 8606 16499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23060 8606 8652 16499 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23061 8544 8574 16500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23062 8574 8618 16500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23063 8618 8607 16500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23064 8607 8544 16500 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23065 8521 8525 16501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23066 8525 8601 16501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23067 8601 8594 16501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23068 8594 8521 16501 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23069 8580 8647 16502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23070 8647 8797 16502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23071 8797 8724 16502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23072 8724 8580 16502 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23073 8820 8864 16503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23074 8864 8856 16503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23075 8856 8851 16503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23076 8851 8820 16503 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23077 8887 8877 16504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23078 8877 8854 16504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23079 8854 8862 16504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23080 8862 8887 16504 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23081 8867 8831 16505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23082 8831 8811 16505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23083 8811 8806 16505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23084 8806 8867 16505 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23085 8666 8738 16506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23086 8738 8779 16506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23087 8779 8752 16506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23088 8752 8666 16506 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23089 7849 7948 16507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23090 7948 8123 16507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23091 8123 8010 16507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23092 8010 7849 16507 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23093 8167 8231 16508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23094 8231 8284 16508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23095 8284 8205 16508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23096 8205 8167 16508 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23097 8270 8353 16509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23098 8353 8427 16509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23099 8427 8376 16509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23100 8376 8270 16509 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23101 8458 8500 16510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23102 8500 8585 16510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23103 8585 8535 16510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23104 8535 8458 16510 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23105 8698 8730 16511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23106 8730 8665 16511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23107 8665 8619 16511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23108 8619 8698 16511 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23109 8566 8622 16512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23110 8622 8584 16512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23111 8584 8505 16512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23112 8505 8566 16512 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23113 8454 8481 16513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23114 8481 8564 16513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23115 8564 8547 16513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23116 8547 8454 16513 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23117 8445 8530 16514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23118 8530 8514 16514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23119 8514 8444 16514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23120 8444 8445 16514 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23121 8473 8452 16515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23122 8452 8509 16515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23123 8509 8519 16515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23124 8519 8473 16515 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23125 8065 8201 16516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23126 8201 8256 16516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23127 8256 8197 16516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23128 8197 8065 16516 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23129 8708 8654 16517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23130 8654 8637 16517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23131 8637 8697 16517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23132 8697 8708 16517 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23133 8633 8673 16518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23134 8673 8684 16518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23135 8684 8696 16518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23136 8696 8633 16518 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23137 8649 8592 16519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23138 8592 8605 16519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23139 8605 8674 16519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23140 8674 8649 16519 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23141 8550 8513 16520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23142 8513 8518 16520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23143 8518 8560 16520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23144 8560 8550 16520 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23145 8472 8422 16521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23146 8422 8429 16521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23147 8429 8477 16521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23148 8477 8472 16521 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23149 8345 8239 16522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23150 8239 8225 16522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23151 8225 8347 16522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23152 8347 8345 16522 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23153 8763 8787 16523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23154 8787 8743 16523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23155 8743 8723 16523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23156 8723 8763 16523 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23157 8759 8680 16524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23158 8680 8569 16524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23159 8569 8678 16524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23160 8678 8759 16524 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23161 8657 8661 16525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23162 8661 8575 16525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23163 8575 8593 16525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23164 8593 8657 16525 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23165 8590 8464 16526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23166 8464 8390 16526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23167 8390 8496 16526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23168 8496 8590 16526 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23169 8517 8475 16527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23170 8475 8373 16527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23171 8373 8435 16527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23172 8435 8517 16527 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23173 8402 8288 16528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23174 8288 8170 16528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23175 8170 8289 16528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23176 8289 8402 16528 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23177 8358 8279 16529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23178 8279 8190 16529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23179 8190 8274 16529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23180 8274 8358 16529 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23181 8183 8012 16530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23182 8012 7903 16530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23183 7903 8043 16530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23184 8043 8183 16530 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23185 8258 8324 16531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23186 8324 8124 16531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23187 8124 8064 16531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23188 8064 8258 16531 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23189 8523 8389 16532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23190 8389 8466 16532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23191 8466 8604 16532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23192 8604 8523 16532 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23193 8102 8221 16533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23194 8221 8212 16533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23195 8212 8079 16533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23196 8079 8102 16533 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23197 8322 8426 16534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23198 8426 8391 16534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23199 8391 8305 16534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23200 8305 8322 16534 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23201 7994 8147 16535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23202 8147 7977 16535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23203 7977 7875 16535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23204 7875 7994 16535 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23205 8238 8309 16536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23206 8309 8187 16536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23207 8187 8099 16536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23208 8099 8238 16536 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23209 7755 7856 16537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23210 7856 7721 16537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23211 7721 7628 16537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23212 7628 7755 16537 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23213 7929 7995 16538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23214 7995 7841 16538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23215 7841 7797 16538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23216 7797 7929 16538 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23217 7463 7532 16539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23218 7532 7311 16539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23219 7311 7272 16539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23220 7272 7463 16539 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23221 7596 7633 16540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23222 7633 7393 16540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23223 7393 7345 16540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23224 7345 7596 16540 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23225 7072 7084 16541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23226 7084 6943 16541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23227 6943 6936 16541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23228 6936 7072 16541 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23229 7116 7155 16542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23230 7155 6975 16542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23231 6975 6960 16542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23232 6960 7116 16542 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23233 6785 6787 16543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23234 6787 6647 16543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23235 6647 6652 16543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23236 6652 6785 16543 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23237 6794 6804 16544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23238 6804 6666 16544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23239 6666 6651 16544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23240 6651 6794 16544 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23241 6491 6467 16545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23242 6467 6256 16545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23243 6256 6295 16545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23244 6295 6491 16545 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23245 6462 6472 16546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23246 6472 6229 16546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23247 6229 6226 16546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23248 6226 6462 16546 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23249 6559 6538 16547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23250 6538 6356 16547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23251 6356 6375 16547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23252 6375 6559 16547 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23253 6678 6698 16548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23254 6698 6808 16548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23255 6808 6802 16548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23256 6802 6678 16548 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23257 6944 6954 16549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23258 6954 7078 16549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23259 7078 7071 16549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23260 7071 6944 16549 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23261 7268 7275 16550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23262 7275 7414 16550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23263 7414 7426 16550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23264 7426 7268 16550 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23265 7566 7565 16551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23266 7565 7696 16551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23267 7696 7697 16551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23268 7697 7566 16551 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23269 7953 7909 16552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23270 7909 7869 16552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23271 7869 7926 16552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23272 7926 7953 16552 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23273 7452 7417 16553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23274 7417 7137 16553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23275 7137 7165 16553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23276 7165 7452 16553 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23277 5584 5593 16554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23278 5593 5744 16554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23279 5744 5704 16554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23280 5704 5584 16554 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23281 5599 5613 16555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23282 5613 5855 16555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23283 5855 5792 16555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23284 5792 5599 16555 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23285 5627 5634 16556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23286 5634 5920 16556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23287 5920 5883 16556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23288 5883 5627 16556 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23289 5819 5874 16557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23290 5874 5982 16557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23291 5982 5876 16557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23292 5876 5819 16557 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23293 5952 6034 16558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23294 6034 6205 16558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23295 6205 6084 16558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23296 6084 5952 16558 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23297 6128 6208 16559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23298 6208 6576 16559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23299 6576 6370 16559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23300 6370 6128 16559 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23301 6206 6413 16560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23302 6413 6608 16560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23303 6608 6330 16560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23304 6330 6206 16560 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23305 6624 6762 16561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23306 6762 6945 16561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23307 6945 6765 16561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23308 6765 6624 16561 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23309 6410 6696 16562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23310 6696 6722 16562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23311 6722 6453 16562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23312 6453 6410 16562 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23313 6875 7023 16563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23314 7023 7036 16563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23315 7036 6896 16563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23316 6896 6875 16563 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23317 5976 6182 16564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23318 6182 6232 16564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23319 6232 6005 16564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23320 6005 5976 16564 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23321 6482 6718 16565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23322 6718 6686 16565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23323 6686 6493 16565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23324 6493 6482 16565 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23325 6874 7000 16566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23326 7000 6906 16566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23327 6906 6800 16566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23328 6800 6874 16566 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23329 6003 6198 16567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23330 6198 6120 16567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23331 6120 5966 16567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23332 5966 6003 16567 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23333 6419 6595 16568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23334 6595 6382 16568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23335 6382 6274 16568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23336 6274 6419 16568 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23337 6699 6754 16569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23338 6754 6573 16569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23339 6573 6494 16569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23340 6494 6699 16569 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23341 5909 6024 16570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23342 6024 5908 16570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23343 5908 5857 16570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23344 5857 5909 16570 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23345 6105 6170 16571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23346 6170 5987 16571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23347 5987 5963 16571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23348 5963 6105 16571 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23349 6230 6282 16572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23350 6282 6036 16572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23351 6036 6012 16572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23352 6012 6230 16572 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23353 5740 5774 16573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23354 5774 5598 16573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23355 5598 5590 16573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23356 5590 5740 16573 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23357 5804 5813 16574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23358 5813 5612 16574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23359 5612 5609 16574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23360 5609 5804 16574 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23361 5826 5844 16575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23362 5844 5624 16575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23363 5624 5618 16575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23364 5618 5826 16575 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23365 6313 6374 16576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23366 6374 6123 16576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23367 6123 6064 16576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23368 6064 6313 16576 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23369 5860 5884 16577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23370 5884 5640 16577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23371 5640 5630 16577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23372 5630 5860 16577 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23373 7660 7782 16578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23374 7782 7816 16578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23375 7816 7698 16578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23376 7698 7660 16578 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23377 7881 7936 16579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23378 7936 7796 16579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23379 7796 7718 16579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23380 7718 7881 16579 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23381 7373 7459 16580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23382 7459 7395 16580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23383 7395 7308 16580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23384 7308 7373 16580 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23385 7520 7580 16581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23386 7580 7462 16581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23387 7462 7449 16581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23388 7449 7520 16581 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23389 7575 7500 16582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23390 7500 7357 16582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23391 7357 7437 16582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23392 7437 7575 16582 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23393 7429 7331 16583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23394 7331 7267 16583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23395 7267 7303 16583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23396 7303 7429 16583 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23397 7866 7938 16584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23398 7938 7824 16584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23399 7824 7749 16584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23400 7749 7866 16584 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23401 7571 7642 16585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23402 7642 7444 16585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23403 7444 7361 16585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23404 7361 7571 16585 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23405 7124 7195 16586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23406 7195 6973 16586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23407 6973 6912 16586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23408 6912 7124 16586 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23409 6734 6766 16587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23410 6766 6626 16587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23411 6626 6597 16587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23412 6597 6734 16587 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23413 7514 7726 16588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23414 7726 7832 16588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23415 7832 7609 16588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23416 7609 7514 16588 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23417 7674 7619 16589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23418 7619 7638 16589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23419 7638 7812 16589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23420 7812 7674 16589 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23421 7309 7380 16590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23422 7380 7094 16590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23423 7094 7032 16590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23424 7032 7309 16590 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23425 7422 7450 16591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23426 7450 7149 16591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23427 7149 7132 16591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23428 7132 7422 16591 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23429 6828 6872 16592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23430 6872 6649 16592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23431 6649 6645 16592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23432 6645 6828 16592 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23433 6893 6898 16593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23434 6898 6644 16593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23435 6644 6648 16593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23436 6648 6893 16593 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23437 7302 7310 16594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23438 7310 7079 16594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23439 7079 7035 16594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23440 7035 7302 16594 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23441 7227 7150 16595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23442 7150 6983 16595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23443 6983 7043 16595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23444 7043 7227 16595 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23445 7152 7187 16596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23446 7187 7037 16596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23447 7037 7010 16596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23448 7010 7152 16596 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23449 7197 7135 16597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23450 7135 7015 16597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23451 7015 7065 16597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23452 7065 7197 16597 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23453 6842 6891 16598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23454 6891 6683 16598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23455 6683 6660 16598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23456 6660 6842 16598 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23457 6869 6774 16599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23458 6774 6539 16599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23459 6539 6634 16599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23460 6634 6869 16599 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23461 6813 6882 16600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23462 6882 6687 16600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23463 6687 6591 16600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23464 6591 6813 16600 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23465 6589 6606 16601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23466 6606 6553 16601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23467 6553 6504 16601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23468 6504 6589 16601 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23469 6407 6404 16602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23470 6404 6133 16602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23471 6133 6143 16602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23472 6143 6407 16602 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23473 6331 6223 16603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23474 6223 6014 16603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23475 6014 6072 16603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23476 6072 6331 16603 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23477 6280 6428 16604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23478 6428 6155 16604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23479 6155 6057 16604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23480 6057 6280 16604 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23481 6511 6487 16605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23482 6487 6189 16605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23483 6189 6215 16605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23484 6215 6511 16605 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23485 5895 5886 16606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23486 5886 5642 16606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23487 5642 5647 16606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23488 5647 5895 16606 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23489 5864 5834 16607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23490 5834 5620 16607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23491 5620 5632 16607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23492 5632 5864 16607 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23493 5862 5917 16608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23494 5917 5654 16608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23495 5654 5631 16608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23496 5631 5862 16608 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23497 5967 5983 16609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23498 5983 5780 16609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23499 5780 5702 16609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23500 5702 5967 16609 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23501 5975 5951 16610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23502 5951 5811 16610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23503 5811 5827 16610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23504 5827 5975 16610 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23505 5680 5676 16611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23506 5676 5574 16611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23507 5574 5577 16611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23508 5577 5680 16611 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23509 6284 6253 16612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23510 6253 6062 16612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23511 6062 6087 16612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23512 6087 6284 16612 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23513 5936 5933 16613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23514 5933 5845 16613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23515 5845 5818 16613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23516 5818 5936 16613 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23517 5672 5665 16614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23518 5665 5568 16614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23519 5568 5573 16614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23520 5573 5672 16614 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23521 5837 5848 16615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23522 5848 5797 16615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23523 5797 5786 16615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23524 5786 5837 16615 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23525 5686 5743 16616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23526 5743 5592 16616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23527 5592 5579 16616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23528 5579 5686 16616 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23529 5597 5772 16617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23530 5772 5783 16617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23531 5783 5603 16617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23532 5603 5597 16617 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23533 5894 5993 16618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23534 5993 6009 16618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23535 6009 5915 16618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23536 5915 5894 16618 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23537 6104 6273 16619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23538 6273 6293 16619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23539 6293 6144 16619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23540 6144 6104 16619 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23541 6366 6439 16620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23542 6439 6486 16620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23543 6486 6401 16620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23544 6401 6366 16620 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23545 6510 6466 16621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23546 6466 6454 16621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23547 6454 6497 16621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23548 6497 6510 16621 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23549 6544 6535 16622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23550 6535 6448 16622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23551 6448 6443 16622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23552 6443 6544 16622 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23553 6500 6411 16623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23554 6411 6355 16623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23555 6355 6424 16623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23556 6424 6500 16623 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23557 6319 6283 16624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23558 6283 6181 16624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23559 6181 6193 16624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23560 6193 6319 16624 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23561 6129 6124 16625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23562 6124 6061 16625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23563 6061 6078 16625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23564 6078 6129 16625 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23565 6015 5998 16626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23566 5998 5904 16626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23567 5904 5926 16626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23568 5926 6015 16626 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23569 5798 5779 16627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23570 5779 5602 16627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23571 5602 5606 16627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23572 5606 5798 16627 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23573 6277 6294 16628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23574 6294 6291 16628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23575 6291 6267 16628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23576 6267 6277 16628 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23577 6174 6204 16629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23578 6204 6212 16629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23579 6212 6118 16629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23580 6118 6174 16629 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23581 6094 6068 16630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23582 6068 5965 16630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23583 5965 6030 16630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23584 6030 6094 16630 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23585 5906 6040 16631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23586 6040 6004 16631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23587 6004 5866 16631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23588 5866 5906 16631 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23589 5712 5626 16632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23590 5626 5752 16632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23591 5752 5863 16632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23592 5863 5712 16632 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23593 6432 6416 16633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23594 6416 6203 16633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23595 6203 6241 16633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23596 6241 6432 16633 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23597 6388 6371 16634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23598 6371 6178 16634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23599 6178 6184 16634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23600 6184 6388 16634 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23601 6088 6073 16635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23602 6073 6006 16635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23603 6006 6008 16635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23604 6008 6088 16635 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23605 6065 6056 16636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23606 6056 5969 16636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23607 5969 5996 16636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23608 5996 6065 16636 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23609 6037 6010 16637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23610 6010 5921 16637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23611 5921 5948 16637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23612 5948 6037 16637 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23613 5931 5922 16638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23614 5922 5849 16638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23615 5849 5861 16638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23616 5861 5931 16638 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23617 5903 5880 16639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23618 5880 5808 16639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23619 5808 5831 16639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23620 5831 5903 16639 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23621 5869 5859 16640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23622 5859 5790 16640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23623 5790 5791 16640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23624 5791 5869 16640 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23625 5742 5721 16641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23626 5721 5586 16641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23627 5586 5591 16641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23628 5591 5742 16641 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23629 5706 5695 16642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23630 5695 5581 16642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23631 5581 5585 16642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23632 5585 5706 16642 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23633 5690 5698 16643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23634 5698 5582 16643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23635 5582 5580 16643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23636 5580 5690 16643 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23637 8181 8235 16644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23638 8235 8217 16644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23639 8217 8172 16644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23640 8172 8181 16644 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23641 8204 8196 16645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23642 8196 8149 16645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23643 8149 8165 16645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23644 8165 8204 16645 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23645 8135 8106 16646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23646 8106 8083 16646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23647 8083 8127 16646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23648 8127 8135 16646 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23649 8150 8113 16647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23650 8113 8176 16647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23651 8176 8194 16647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23652 8194 8150 16647 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23653 8243 8223 16648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23654 8223 8271 16648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23655 8271 8300 16648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23656 8300 8243 16648 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23657 8332 8295 16649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23658 8295 8293 16649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23659 8293 8336 16649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23660 8336 8332 16649 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23661 8314 8269 16650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23662 8269 8222 16650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23663 8222 8266 16650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23664 8266 8314 16650 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23665 8178 8121 16651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23666 8121 7939 16651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23667 7939 8003 16651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23668 8003 8178 16651 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23669 7889 7838 16652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23670 7838 7754 16652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23671 7754 7801 16652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23672 7801 7889 16652 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23673 7742 7704 16653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23674 7704 7668 16653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23675 7668 7729 16653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23676 7729 7742 16653 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23677 7826 7942 16654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23678 7942 7910 16654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23679 7910 7822 16654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23680 7822 7826 16654 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23681 7868 7958 16655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23682 7958 8125 16655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23683 8125 7973 16655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23684 7973 7868 16655 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23685 8128 8236 16656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23686 8236 8330 16656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23687 8330 8247 16656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23688 8247 8128 16656 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23689 8326 8397 16657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23690 8397 8431 16657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23691 8431 8367 16657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23692 8367 8326 16657 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23693 8381 8430 16658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23694 8430 8395 16658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23695 8395 8363 16658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23696 8363 8381 16658 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23697 8327 8351 16659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23698 8351 8287 16659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23699 8287 8262 16659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23700 8262 8327 16659 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23701 8214 8237 16660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23702 8237 8191 16660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23703 8191 8171 16660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23704 8171 8214 16660 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23705 8159 8173 16661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23706 8173 8193 16661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23707 8193 8168 16661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23708 8168 8159 16661 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23709 8200 8232 16662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23710 8232 8286 16662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23711 8286 8255 16662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23712 8255 8200 16662 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23713 8371 8404 16663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23714 8404 8342 16663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23715 8342 8315 16663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23716 8315 8371 16663 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23717 8261 8285 16664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23718 8285 8245 16664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23719 8245 8215 16664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23720 8215 8261 16664 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23721 8199 8233 16665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23722 8233 8244 16665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23723 8244 8216 16665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23724 8216 8199 16665 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23725 8254 8280 16666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23726 8280 8354 16666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23727 8354 8319 16666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23728 8319 8254 16666 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23729 8382 8421 16667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23730 8421 8497 16667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23731 8497 8436 16667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23732 8436 8382 16667 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23733 8207 8162 16668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23734 8162 8107 16668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23735 8107 8158 16668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23736 8158 8207 16668 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23737 8097 8108 16669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23738 8108 8051 16669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23739 8051 8058 16669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23740 8058 8097 16669 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23741 8082 8060 16670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23742 8060 8134 16670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23743 8134 8160 16670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23744 8160 8082 16670 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23745 8206 8188 16671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23746 8188 8240 16671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23747 8240 8249 16671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23748 8249 8206 16671 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23749 8267 8251 16672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23750 8251 8234 16672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23751 8234 8260 16672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23752 8260 8267 16672 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23753 8227 8184 16673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23754 8184 8093 16673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23755 8093 8169 16673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23756 8169 8227 16673 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23757 8027 7949 16674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23758 7949 7803 16674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23759 7803 7872 16674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23760 7872 8027 16674 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23761 7769 7684 16675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23762 7684 7613 16675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23763 7613 7685 16675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23764 7685 7769 16675 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23765 7634 7536 16676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23766 7536 7481 16676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23767 7481 7588 16676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23768 7588 7634 16676 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23769 7233 7370 16677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23770 7370 7451 16677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23771 7451 7355 16677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23772 7355 7233 16677 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23773 7457 7518 16678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23774 7518 7621 16678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23775 7621 7556 16678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23776 7556 7457 16678 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23777 7689 7736 16679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23778 7736 7892 16679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23779 7892 7853 16679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23780 7853 7689 16679 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23781 7968 8017 16680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23782 8017 8138 16680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23783 8138 8061 16680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23784 8061 7968 16680 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23785 8139 8195 16681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23786 8195 8218 16681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23787 8218 8163 16681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23788 8163 8139 16681 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23789 8048 8049 16682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23790 8049 8095 16682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23791 8095 8050 16682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23792 8050 8048 16682 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23793 8031 8088 16683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23794 8088 8040 16683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23795 8040 7985 16683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23796 7985 8031 16683 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23797 8143 8175 16684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23798 8175 8126 16684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23799 8126 8089 16684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23800 8089 8143 16684 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23801 8198 8209 16685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23802 8209 8174 16685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23803 8174 8153 16685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23804 8153 8198 16685 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23805 8230 8257 16686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23806 8257 8253 16686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23807 8253 8210 16686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23808 8210 8230 16686 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23809 8294 8341 16687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23810 8341 8377 16687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23811 8377 8313 16687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23812 8313 8294 16687 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23813 5633 5641 16688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23814 5641 5932 16688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23815 5932 5916 16688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23816 5916 5633 16688 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23817 6307 6362 16689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23818 6362 6859 16689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23819 6859 6771 16689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23820 6771 6307 16689 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23821 7025 7115 16690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23822 7115 7249 16690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23823 7249 7148 16690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23824 7148 7025 16690 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23825 7313 7387 16691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23826 7387 7508 16691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23827 7508 7472 16691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23828 7472 7313 16691 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23829 7636 7659 16692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23830 7659 7835 16692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23831 7835 7811 16692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23832 7811 7636 16692 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23833 7919 8026 16693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23834 8026 8039 16693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23835 8039 7907 16693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23836 7907 7919 16693 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23837 7876 7957 16694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23838 7957 7924 16694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23839 7924 7860 16694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23840 7860 7876 16694 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23841 5651 5662 16695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23842 5662 5977 16695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23843 5977 5953 16695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23844 5953 5651 16695 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23845 5658 5639 16696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23846 5639 5929 16696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23847 5929 5968 16696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23848 5968 5658 16696 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23849 6287 6326 16697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23850 6326 6703 16697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23851 6703 6655 16697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23852 6655 6287 16697 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23853 6333 6302 16698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23854 6302 6742 16698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23855 6742 6727 16698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23856 6727 6333 16698 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23857 6922 6969 16699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23858 6969 7075 16699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23859 7075 7011 16699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23860 7011 6922 16699 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23861 6923 7031 16700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23862 7031 7189 16700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23863 7189 7076 16700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23864 7076 6923 16700 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23865 7134 7212 16701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23866 7212 7411 16701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23867 7411 7324 16701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23868 7324 7134 16701 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23869 7445 7555 16702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23870 7555 7706 16702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23871 7706 7509 16702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23872 7509 7445 16702 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23873 7176 7364 16703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23874 7364 7347 16703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23875 7347 7180 16703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23876 7180 7176 16703 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23877 7538 7767 16704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23878 7767 7737 16704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23879 7737 7512 16704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23880 7512 7538 16704 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23881 7144 7327 16705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23882 7327 7312 16705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23883 7312 7047 16705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23884 7047 7144 16705 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23885 7502 7720 16706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23886 7720 7717 16706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23887 7717 7505 16706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23888 7505 7502 16706 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23889 6712 6299 16707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23890 6299 6304 16707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23891 6304 6744 16707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23892 6744 6712 16707 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23893 6776 6320 16708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23894 6320 6353 16708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23895 6353 6843 16708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23896 6843 6776 16708 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23897 5950 5664 16709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23898 5664 5661 16709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23899 5661 5941 16709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23900 5941 5950 16709 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23901 5935 5659 16710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23902 5659 5660 16710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23903 5660 5938 16710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23904 5938 5935 16710 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23905 5587 5583 16711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23906 5583 5701 16711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23907 5701 5728 16711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23908 5728 5587 16711 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23909 5578 5566 16712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23910 5566 5655 16712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23911 5655 5681 16712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23912 5681 5578 16712 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23913 5784 5765 16713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23914 5765 5896 16713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23915 5896 5893 16713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23916 5893 5784 16713 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23917 5708 5828 16714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23918 5828 5954 16714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23919 5954 5945 16714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23920 5945 5708 16714 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23921 5899 5995 16715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23922 5995 6159 16715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23923 6159 6028 16715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23924 6028 5899 16715 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23925 6047 6071 16716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23926 6071 6310 16716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23927 6310 6276 16716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23928 6276 6047 16716 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23929 6196 6402 16717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23930 6402 6653 16717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23931 6653 6489 16717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23932 6489 6196 16717 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23933 6546 6586 16718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23934 6586 6750 16718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23935 6750 6737 16718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23936 6737 6546 16718 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23937 6451 6598 16719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23938 6598 6853 16719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23939 6853 6860 16719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23940 6860 6451 16719 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23941 6719 6834 16720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23942 6834 6997 16720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23943 6997 6902 16720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23944 6902 6719 16720 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23945 6907 6924 16721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23946 6924 7083 16721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23947 7083 7052 16721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23948 7052 6907 16721 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23949 7040 7143 16722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23950 7143 7293 16722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23951 7293 7171 16722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23952 7171 7040 16722 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23953 7202 7287 16723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23954 7287 7454 16723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23955 7454 7377 16723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23956 7377 7202 16723 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23957 7646 7896 16724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23958 7896 7857 16724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23959 7857 7567 16724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23960 7567 7646 16724 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23961 8155 8301 16725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23962 8301 8312 16725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23963 8312 8140 16725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23964 8140 8155 16725 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23965 7490 7805 16726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23966 7805 7745 16726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23967 7745 7421 16726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23968 7421 7490 16726 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23969 8117 8337 16727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23970 8337 8369 16727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23971 8369 8094 16727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23972 8094 8117 16727 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23973 7358 7694 16728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23974 7694 7653 16728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23975 7653 7297 16728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23976 7297 7358 16728 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23977 8057 8386 16729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23978 8386 8379 16729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23979 8379 8035 16729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23980 8035 8057 16729 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23981 7210 7617 16730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23982 7617 7561 16730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23983 7561 7157 16730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23984 7157 7210 16730 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23985 7998 8368 16731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23986 8368 8350 16731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23987 8350 7956 16731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23988 7956 7998 16731 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23989 7103 7523 16732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23990 7523 7497 16732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23991 7497 7050 16732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23992 7050 7103 16732 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23993 7916 8318 16733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23994 8318 8272 16733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23995 8272 7890 16733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23996 7890 7916 16733 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23997 6810 7335 16734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23998 7335 7016 16734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 23999 7016 6236 16734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24000 6236 6810 16734 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24001 7739 8118 16735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24002 8118 7813 16735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24003 7813 7496 16735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24004 7496 7739 16735 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24005 5927 6805 16736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24006 6805 6710 16736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24007 6710 5881 16736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24008 5881 5927 16736 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24009 7300 7541 16737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24010 7541 7294 16737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24011 7294 7088 16737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24012 7088 7300 16737 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24013 8408 8460 16738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24014 8460 8462 16738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24015 8462 8418 16738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24016 8418 8408 16738 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24017 8449 8508 16739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24018 8508 8628 16739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24019 8628 8532 16739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24020 8532 8449 16739 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24021 8588 8727 16740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24022 8727 8770 16740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24023 8770 8598 16740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24024 8598 8588 16740 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24025 8599 8792 16741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24026 8792 8800 16741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24027 8800 8589 16741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24028 8589 8599 16741 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24029 8559 8766 16742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24030 8766 8677 16742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24031 8677 8499 16742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24032 8499 8559 16742 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24033 8375 8577 16743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24034 8577 8453 16743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24035 8453 8180 16743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24036 8180 8375 16743 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24037 7877 8321 16744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24038 8321 8132 16744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24039 8132 7600 16744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24040 7600 7877 16744 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24041 6690 6799 16745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24042 6799 7245 16745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24043 7245 7133 16745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24044 7133 6690 16745 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24045 7014 7326 16746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24046 7326 7542 16746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24047 7542 7390 16746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24048 7390 7014 16746 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24049 7506 7589 16747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24050 7589 7851 16747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24051 7851 7793 16747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24052 7793 7506 16747 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24053 7667 7757 16748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24054 7757 7946 16748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24055 7946 7899 16748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24056 7899 7667 16748 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24057 7991 8028 16749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24058 8028 8005 16749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24059 8005 8030 16749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24060 8030 7991 16749 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24061 8055 8098 16750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24062 8098 8130 16750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24063 8130 8038 16750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24064 8038 8055 16750 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24065 8067 8192 16751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24066 8192 8311 16751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24067 8311 8228 16751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24068 8228 8067 16751 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24069 8323 8411 16752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24070 8411 8480 16752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24071 8480 8412 16752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24072 8412 8323 16752 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24073 8465 8551 16753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24074 8551 8623 16753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24075 8623 8511 16753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24076 8511 8465 16753 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24077 8516 8627 16754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24078 8627 8562 16754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24079 8562 8483 16754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24080 8483 8516 16754 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24081 8439 8498 16755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24082 8498 8442 16755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24083 8442 8387 16755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24084 8387 8439 16755 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24085 8340 8415 16756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24086 8415 8384 16756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24087 8384 8299 16756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24088 8299 8340 16756 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24089 8283 8370 16757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24090 8370 8380 16757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24091 8380 8298 16757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24092 8298 8283 16757 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24093 8334 8405 16758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24094 8405 8432 16758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24095 8432 8392 16758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24096 8392 8334 16758 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24097 8450 8490 16759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24098 8490 8595 16759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24099 8595 8554 16759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24100 8554 8450 16759 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24101 8586 8782 16760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24102 8782 8833 16760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24103 8833 8639 16760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24104 8639 8586 16760 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24105 8669 8624 16761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24106 8624 8570 16761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24107 8570 8600 16761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24108 8600 8669 16761 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24109 8784 8901 16762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24110 8901 8814 16762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24111 8814 8709 16762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24112 8709 8784 16762 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24113 8888 8900 16763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24114 8900 9052 16763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24115 9052 9042 16763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24116 9042 8888 16763 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24117 9019 8989 16764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24118 8989 8827 16764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24119 8827 8868 16764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24120 8868 9019 16764 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24121 8579 8689 16765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24122 8689 8655 16765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24123 8655 8546 16765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24124 8546 8579 16765 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24125 8488 8512 16766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24126 8512 8621 16766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24127 8621 8587 16766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24128 8587 8488 16766 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24129 8706 8777 16767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24130 8777 8937 16767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24131 8937 8844 16767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24132 8844 8706 16767 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24133 8801 8796 16768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24134 8796 8653 16768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24135 8653 8667 16768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24136 8667 8801 16768 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24137 8468 8567 16769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24138 8567 8561 16769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24139 8561 8471 16769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24140 8471 8468 16769 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24141 9037 8975 16770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24142 8975 8939 16770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24143 8939 9022 16770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24144 9022 9037 16770 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24145 9021 8920 16771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24146 8920 8926 16771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24147 8926 9031 16771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24148 9031 9021 16771 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24149 9076 8968 16772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24150 8968 9039 16772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24151 9039 9151 16772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24152 9151 9076 16772 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24153 9208 9124 16773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24154 9124 9160 16773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24155 9160 9249 16773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24156 9249 9208 16773 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24157 9269 9192 16774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24158 9192 9217 16774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24159 9217 9286 16774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24160 9286 9269 16774 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24161 9295 9218 16775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24162 9218 9198 16775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24163 9198 9305 16775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24164 9305 9295 16775 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24165 9311 9230 16776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24166 9230 9270 16776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24167 9270 9321 16776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24168 9321 9311 16776 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24169 9322 9274 16777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24170 9274 9256 16777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24171 9256 9312 16777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24172 9312 9322 16777 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24173 8838 8935 16778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24174 8935 8938 16778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24175 8938 8876 16778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24176 8876 8838 16778 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24177 8825 8817 16779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24178 8817 8928 16779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24179 8928 8934 16779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24180 8934 8825 16779 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24181 8834 8913 16780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24182 8913 9012 16780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24183 9012 8959 16780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24184 8959 8834 16780 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24185 8966 9005 16781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24186 9005 9139 16781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24187 9139 9078 16781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24188 9078 8966 16781 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24189 9120 9255 16782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24190 9255 9200 16782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24191 9200 9056 16782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24192 9056 9120 16782 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24193 9287 9170 16783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24194 9170 9199 16783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24195 9199 9289 16783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24196 9289 9287 16783 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24197 8863 9032 16784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24198 9032 9070 16784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24199 9070 8881 16784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24200 8881 8863 16784 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24201 8882 9086 16785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24202 9086 9067 16785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24203 9067 8873 16785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24204 8873 8882 16785 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24205 9220 9222 16786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24206 9222 9285 16786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24207 9285 9288 16786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24208 9288 9220 16786 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24209 8972 9008 16787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24210 9008 8931 16787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24211 8931 8886 16787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24212 8886 8972 16787 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24213 9138 9188 16788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24214 9188 9239 16788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24215 9239 9183 16788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24216 9183 9138 16788 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24217 9187 9196 16789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24218 9196 9263 16789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24219 9263 9267 16789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24220 9267 9187 16789 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24221 9276 9282 16790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24222 9282 9215 16790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24223 9215 9190 16790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24224 9190 9276 16790 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24225 9207 9229 16791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24226 9229 9194 16791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24227 9194 9177 16791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24228 9177 9207 16791 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24229 8981 9132 16792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24230 9132 9121 16792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24231 9121 8998 16792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24232 8998 8981 16792 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24233 9107 9143 16793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24234 9143 9169 16793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24235 9169 9140 16793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24236 9140 9107 16793 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24237 9163 9191 16794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24238 9191 9203 16794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24239 9203 9152 16794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24240 9152 9163 16794 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24241 9159 9223 16795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24242 9223 9240 16795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24243 9240 9185 16795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24244 9185 9159 16795 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24245 9178 9233 16796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24246 9233 9193 16796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24247 9193 9142 16796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24248 9142 9178 16796 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24249 9114 9154 16797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24250 9154 9129 16797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24251 9129 9082 16797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24252 9082 9114 16797 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24253 9044 9049 16798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24254 9049 9058 16798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24255 9058 9089 16798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24256 9089 9044 16798 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24257 9002 8843 16799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24258 8843 8842 16799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24259 8842 8983 16799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24260 8983 9002 16799 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24261 8866 8892 16800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24262 8892 8984 16800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24263 8984 8978 16800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24264 8978 8866 16800 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24265 9028 9035 16801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24266 9035 9065 16801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24267 9065 9053 16801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24268 9053 9028 16801 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24269 9105 9133 16802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24270 9133 9189 16802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24271 9189 9162 16802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24272 9162 9105 16802 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24273 9226 9242 16803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24274 9242 9266 16803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24275 9266 9262 16803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24276 9262 9226 16803 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24277 9279 9284 16804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24278 9284 9301 16804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24279 9301 9292 16804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24280 9292 9279 16804 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24281 9303 9318 16805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24282 9318 9326 16805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24283 9326 9310 16805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24284 9310 9303 16805 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24285 9315 9331 16806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24286 9331 9330 16806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24287 9330 9316 16806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24288 9316 9315 16806 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24289 9320 9329 16807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24290 9329 9328 16807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24291 9328 9323 16807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24292 9323 9320 16807 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24293 9314 9324 16808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24294 9324 9299 16808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24295 9299 9300 16808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24296 9300 9314 16808 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24297 9281 9278 16809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24298 9278 9259 16809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24299 9259 9258 16809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24300 9258 9281 16809 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24301 9149 9206 16810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24302 9206 9219 16810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24303 9219 9153 16810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24304 9153 9149 16810 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24305 9090 9001 16811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24306 9001 8999 16811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24307 8999 9074 16811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24308 9074 9090 16811 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24309 9298 9224 16812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24310 9224 9176 16812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24311 9176 9275 16812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24312 9275 9298 16812 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24313 9210 9252 16813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24314 9252 9135 16813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24315 9135 9080 16813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24316 9080 9210 16813 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24317 9119 9161 16814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24318 9161 9033 16814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24319 9033 9006 16814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24320 9006 9119 16814 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24321 3072 3252 16815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24322 3252 3089 16815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24323 3089 2883 16815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24324 2883 3072 16815 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24325 2341 2312 16816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24326 2312 2078 16816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24327 2078 2118 16816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24328 2118 2341 16816 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24329 2276 2242 16817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24330 2242 2027 16817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24331 2027 2052 16817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24332 2052 2276 16817 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24333 2156 2113 16818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24334 2113 1873 16818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24335 1873 1944 16818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24336 1944 2156 16818 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24337 2122 2142 16819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24338 2142 2008 16819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24339 2008 1915 16819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24340 1915 2122 16819 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24341 2698 2637 16820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24342 2637 2558 16820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24343 2558 2611 16820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24344 2611 2698 16820 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24345 2770 2737 16821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24346 2737 2634 16821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24347 2634 2654 16821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24348 2654 2770 16821 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24349 2782 2778 16822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24350 2778 2670 16822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24351 2670 2677 16822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24352 2677 2782 16822 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24353 2717 2771 16823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24354 2771 2656 16823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24355 2656 2624 16823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24356 2624 2717 16823 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24357 2194 2262 16824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24358 2262 2196 16824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24359 2196 2084 16824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24360 2084 2194 16824 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24361 2560 2653 16825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24362 2653 2590 16825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24363 2590 2536 16825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24364 2536 2560 16825 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24365 2359 2357 16826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24366 2357 2140 16826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24367 2140 2155 16826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24368 2155 2359 16826 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24369 2780 2843 16827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24370 2843 2758 16827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24371 2758 2708 16827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24372 2708 2780 16827 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24373 2387 2379 16828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24374 2379 2218 16828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24375 2218 2220 16828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24376 2220 2387 16828 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24377 2375 2364 16829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24378 2364 2175 16829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24379 2175 2213 16829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24380 2213 2375 16829 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24381 2274 2137 16830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24382 2137 2093 16830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24383 2093 2138 16830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24384 2138 2274 16830 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24385 2328 2294 16831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24386 2294 2261 16831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24387 2261 2292 16831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24388 2292 2328 16831 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24389 2411 2382 16832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24390 2382 2334 16832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24391 2334 2373 16832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24392 2373 2411 16832 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24393 2473 2447 16833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24394 2447 2416 16833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24395 2416 2446 16833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24396 2446 2473 16833 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24397 2419 2434 16834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24398 2434 2362 16834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24399 2362 2327 16834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24400 2327 2419 16834 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24401 2247 2281 16835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24402 2281 2231 16835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24403 2231 2190 16835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24404 2190 2247 16835 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24405 2185 2227 16836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24406 2227 2271 16836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24407 2271 2237 16836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24408 2237 2185 16836 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24409 2280 2319 16837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24410 2319 2370 16837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24411 2370 2330 16837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24412 2330 2280 16837 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24413 2203 2161 16838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24414 2161 2286 16838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24415 2286 2326 16838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24416 2326 2203 16838 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24417 2173 2150 16839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24418 2150 2123 16839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24419 2123 2148 16839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24420 2148 2173 16839 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24421 2221 2202 16840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24422 2202 2172 16840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24423 2172 2208 16840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24424 2208 2221 16840 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24425 2649 2638 16841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24426 2638 2400 16841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24427 2400 2417 16841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24428 2417 2649 16841 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24429 3572 3570 16842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24430 3570 3042 16842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24431 3042 3048 16842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24432 3048 3572 16842 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24433 3902 3901 16843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24434 3901 4038 16843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24435 4038 4040 16843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24436 4040 3902 16843 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24437 4401 4399 16844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24438 4399 5177 16844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24439 5177 5178 16844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24440 5178 4401 16844 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24441 2257 2289 16845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24442 2289 2298 16845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24443 2298 2277 16845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24444 2277 2257 16845 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24445 2464 2488 16846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24446 2488 2494 16846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24447 2494 2475 16846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24448 2475 2464 16846 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24449 2369 2395 16847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24450 2395 2402 16847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24451 2402 2401 16847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24452 2401 2369 16847 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24453 2332 2094 16848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24454 2094 2100 16848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24455 2100 2335 16848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24456 2335 2332 16848 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24457 2331 2097 16849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24458 2097 2089 16849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24459 2089 2316 16849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24460 2316 2331 16849 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24461 3571 3866 16850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24462 3866 3864 16850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24463 3864 3576 16850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24464 3576 3571 16850 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24465 4512 4152 16851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24466 4152 4156 16851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24467 4156 4523 16851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24468 4523 4512 16851 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24469 4537 4165 16852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24470 4165 4173 16852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24471 4173 4540 16852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24472 4540 4537 16852 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24473 3871 3574 16853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24474 3574 3580 16853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24475 3580 3884 16853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24476 3884 3871 16853 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24477 4987 4996 16854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24478 4996 4754 16854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24479 4754 4746 16854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24480 4746 4987 16854 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24481 5419 5421 16855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24482 5421 5199 16855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24483 5199 5195 16855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24484 5195 5419 16855 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24485 3173 3030 16856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24486 3030 3064 16856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24487 3064 3197 16856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24488 3197 3173 16856 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24489 3111 2970 16857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24490 2970 3003 16857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24491 3003 3143 16857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24492 3143 3111 16857 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24493 2955 2837 16858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24494 2837 2901 16858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24495 2901 3056 16858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24496 3056 2955 16858 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24497 5382 5379 16859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24498 5379 5087 16859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24499 5087 5094 16859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24500 5094 5382 16859 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24501 4311 4303 16860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24502 4303 4120 16860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24503 4120 4125 16860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24504 4125 4311 16860 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24505 3965 3959 16861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24506 3959 3801 16861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24507 3801 3822 16861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24508 3822 3965 16861 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24509 3416 3451 16862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24510 3451 3379 16862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24511 3379 3336 16862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24512 3336 3416 16862 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24513 3603 3626 16863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24514 3626 3541 16863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24515 3541 3521 16863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24516 3521 3603 16863 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24517 3939 3945 16864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24518 3945 3753 16864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24519 3753 3735 16864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24520 3735 3939 16864 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24521 4349 4356 16865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24522 4356 4132 16865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24523 4132 4129 16865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24524 4129 4349 16865 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24525 4920 4934 16866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24526 4934 4662 16866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24527 4662 4652 16866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24528 4652 4920 16866 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24529 5412 5414 16867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24530 5414 5170 16867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24531 5170 5166 16867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24532 5166 5412 16867 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24533 4531 4824 16868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24534 4824 4817 16868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24535 4817 4518 16868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24536 4518 4531 16868 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24537 3561 3670 16869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24538 3670 3662 16869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24539 3662 3567 16869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24540 3567 3561 16869 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24541 3419 3337 16870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24542 3337 3377 16870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24543 3377 3445 16870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24544 3445 3419 16870 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24545 4337 4344 16871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24546 4344 4469 16871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24547 4469 4463 16871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24548 4463 4337 16871 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24549 4799 4800 16872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24550 4800 4663 16872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24551 4663 4677 16872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24552 4677 4799 16872 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24553 3747 3566 16873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24554 3566 3590 16873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24555 3590 3762 16873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24556 3762 3747 16873 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24557 4180 3966 16874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24558 3966 3989 16874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24559 3989 4190 16874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24560 4190 4180 16874 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24561 4549 4541 16875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24562 4541 4582 16875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24563 4582 4594 16875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24564 4594 4549 16875 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24565 4479 4476 16876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24566 4476 4499 16876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24567 4499 4503 16876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24568 4503 4479 16876 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24569 4511 4601 16877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24570 4601 4604 16877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24571 4604 4513 16877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24572 4513 4511 16877 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24573 4826 4706 16878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24574 4706 4715 16878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24575 4715 4847 16878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24576 4847 4826 16878 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24577 4678 4629 16879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24578 4629 4651 16879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24579 4651 4689 16879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24580 4689 4678 16879 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24581 4750 4709 16880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24582 4709 4659 16880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24583 4659 4694 16880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24584 4694 4750 16880 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24585 4986 4963 16881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24586 4963 4825 16881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24587 4825 4865 16881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24588 4865 4986 16881 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24589 5157 5155 16882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24590 5155 5074 16882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24591 5074 5091 16882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24592 5091 5157 16882 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24593 5261 5282 16883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24594 5282 5209 16883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24595 5209 5198 16883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24596 5198 5261 16883 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24597 5269 5302 16884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24598 5302 5310 16884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24599 5310 5279 16884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24600 5279 5269 16884 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24601 4316 4163 16885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24602 4163 4126 16885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24603 4126 4305 16885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24604 4305 4316 16885 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24605 4411 4304 16886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24606 4304 4229 16886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24607 4229 4347 16886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24608 4347 4411 16886 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24609 4481 4440 16887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24610 4440 4376 16887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24611 4376 4448 16887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24612 4448 4481 16887 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24613 4488 4465 16888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24614 4465 4473 16888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24615 4473 4497 16888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24616 4497 4488 16888 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24617 4613 4590 16889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24618 4590 4500 16889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24619 4500 4530 16889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24620 4530 4613 16889 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24621 4878 4857 16890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24622 4857 4711 16890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24623 4711 4732 16890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24624 4732 4878 16890 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24625 4964 4948 16891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24626 4948 4929 16891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24627 4929 4941 16891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24628 4941 4964 16891 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24629 5118 5114 16892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24630 5114 5011 16892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24631 5011 5019 16892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24632 5019 5118 16892 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24633 5439 5436 16893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24634 5436 5239 16893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24635 5239 5245 16893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24636 5245 5439 16893 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24637 4998 5018 16894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24638 5018 4940 16894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24639 4940 4932 16894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24640 4932 4998 16894 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24641 5161 5172 16895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24642 5172 5101 16895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24643 5101 5076 16895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24644 5076 5161 16895 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24645 5450 5451 16896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24646 5451 5283 16896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24647 5283 5275 16896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24648 5275 5450 16896 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24649 4605 4602 16897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24650 4602 4561 16897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24651 4561 4534 16897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24652 4534 4605 16897 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24653 5167 5111 16898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24654 5111 5134 16898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24655 5134 5175 16898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24656 5175 5167 16898 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24657 4736 4764 16899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24658 4764 4835 16899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24659 4835 4782 16899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24660 4782 4736 16899 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24661 4925 5044 16900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24662 5044 5014 16900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24663 5014 4890 16900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24664 4890 4925 16900 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24665 5028 5004 16901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24666 5004 4971 16901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24667 4971 4991 16901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24668 4991 5028 16901 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24669 4957 4942 16902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24670 4942 4912 16902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24671 4912 4928 16902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24672 4928 4957 16902 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24673 3123 3224 16903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24674 3224 3227 16903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24675 3227 3119 16903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24676 3119 3123 16903 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24677 3114 3222 16904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24678 3222 3216 16904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24679 3216 3102 16904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24680 3102 3114 16904 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24681 3347 3476 16905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24682 3476 3475 16905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24683 3475 3349 16905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24684 3349 3347 16905 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24685 3343 3472 16906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24686 3472 3467 16906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24687 3467 3338 16906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24688 3338 3343 16906 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24689 3619 3820 16907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24690 3820 3828 16907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24691 3828 3616 16907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24692 3616 3619 16907 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24693 3614 3823 16908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24694 3823 3818 16908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24695 3818 3609 16908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24696 3609 3614 16908 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24697 3978 4106 16909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24698 4106 4112 16909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24699 4112 3985 16909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24700 3985 3978 16909 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24701 3987 4116 16910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24702 4116 4117 16910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24703 4117 3982 16910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24704 3982 3987 16910 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24705 4245 4368 16911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24706 4368 4371 16911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24707 4371 4250 16911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24708 4250 4245 16911 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24709 4251 4375 16912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24710 4375 4382 16912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24711 4382 4253 16912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24712 4253 4251 16912 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24713 4519 4701 16913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24714 4701 4713 16913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24715 4713 4528 16913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24716 4528 4519 16913 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24717 4538 4724 16914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24718 4724 4730 16914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24719 4730 4542 16914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24720 4542 4538 16914 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24721 3797 3807 16915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24722 3807 3617 16915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24723 3617 3610 16915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24724 3610 3797 16915 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24725 3357 3380 16916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24726 3380 3504 16916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24727 3504 3488 16916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24728 3488 3357 16916 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24729 3196 3249 16917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24730 3249 3293 16917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24731 3293 3261 16917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24732 3261 3196 16917 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24733 3158 3205 16918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24734 3205 3217 16918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24735 3217 3163 16918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24736 3163 3158 16918 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24737 3240 3313 16919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24738 3313 3237 16919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24739 3237 3183 16919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24740 3183 3240 16919 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24741 3485 3531 16920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24742 3531 3411 16920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24743 3411 3339 16920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24744 3339 3485 16920 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24745 3932 3963 16921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24746 3963 3704 16921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24747 3704 3660 16921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24748 3660 3932 16921 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24749 4471 4450 16922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24750 4450 4198 16922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24751 4198 4189 16922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24752 4189 4471 16922 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24753 4721 4687 16923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24754 4687 4675 16923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24755 4675 4705 16923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24756 4705 4721 16923 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24757 4456 4438 16924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24758 4438 4606 16924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24759 4606 4644 16924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24760 4644 4456 16924 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24761 4226 4218 16925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24762 4218 4321 16925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24763 4321 4334 16925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24764 4334 4226 16925 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24765 3951 3944 16926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24766 3944 4079 16926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24767 4079 4081 16926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24768 4081 3951 16926 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24769 3984 3981 16927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24770 3981 3723 16927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24771 3723 3726 16927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24772 3726 3984 16927 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24773 3564 3562 16928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24774 3562 3455 16928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24775 3455 3461 16928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24776 3461 3564 16928 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24777 3370 3363 16929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24778 3363 3281 16929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24779 3281 3283 16929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24780 3283 3370 16929 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24781 3245 3244 16930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24782 3244 3262 16930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24783 3262 3263 16930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24784 3263 3245 16930 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24785 3287 3282 16931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24786 3282 3314 16931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24787 3314 3318 16931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24788 3318 3287 16931 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24789 3402 3398 16932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24790 3398 3520 16932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24791 3520 3524 16932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24792 3524 3402 16932 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24793 3644 3639 16933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24794 3639 3782 16933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24795 3782 3791 16933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24796 3791 3644 16933 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24797 3942 3940 16934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24798 3940 4072 16934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24799 4072 4073 16934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24800 4073 3942 16934 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24801 4205 4204 16935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24802 4204 4312 16935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24803 4312 4313 16935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24804 4313 4205 16935 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24805 4418 4417 16936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24806 4417 4567 16936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24807 4567 4568 16936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24808 4568 4418 16936 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24809 4657 4656 16937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24810 4656 4632 16937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24811 4632 4633 16937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24812 4633 4657 16937 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24813 4435 4434 16938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24814 4434 4206 16938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24815 4206 4207 16938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24816 4207 4435 16938 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24817 3160 3238 16939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24818 3238 3231 16939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24819 3231 3132 16939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24820 3132 3160 16939 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24821 4486 4175 16940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24822 4175 4157 16940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24823 4157 4495 16940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24824 4495 4486 16940 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24825 3754 3972 16941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24826 3972 4149 16941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24827 4149 3627 16941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24828 3627 3754 16941 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24829 4109 4057 16942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24830 4057 4025 16942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24831 4025 4276 16942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24832 4276 4109 16942 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24833 3207 3258 16943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24834 3258 3391 16943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24835 3391 3371 16943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24836 3371 3207 16943 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24837 3464 3378 16944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24838 3378 3548 16944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24839 3548 3582 16944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24840 3582 3464 16944 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24841 2268 2317 16945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24842 2317 2351 16945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24843 2351 2314 16945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24844 2314 2268 16945 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24845 2363 2392 16946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24846 2392 2437 16946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24847 2437 2405 16946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24848 2405 2363 16946 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24849 2471 2499 16947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24850 2499 2436 16947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24851 2436 2425 16947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24852 2425 2471 16947 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24853 2520 2524 16948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24854 2524 2450 16948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24855 2450 2443 16948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24856 2443 2520 16948 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24857 2399 2465 16949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24858 2465 2323 16949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24859 2323 2248 16949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24860 2248 2399 16949 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24861 2180 2225 16950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24862 2225 2192 16950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24863 2192 2187 16950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24864 2187 2180 16950 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24865 2168 2158 16951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24866 2158 2182 16951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24867 2182 2189 16951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24868 2189 2168 16951 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24869 2212 2177 16952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24870 2177 2239 16952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24871 2239 2233 16952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24872 2233 2212 16952 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24873 2305 2381 16953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24874 2381 2293 16953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24875 2293 2264 16953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24876 2264 2305 16953 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24877 3330 3557 16954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24878 3557 3463 16954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24879 3463 3296 16954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24880 3296 3330 16954 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24881 3208 3333 16955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24882 3333 3186 16955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24883 3186 3086 16955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24884 3086 3208 16955 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24885 2928 3049 16956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24886 3049 2920 16956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24887 2920 2824 16956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24888 2824 2928 16956 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24889 2735 2812 16957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24890 2812 2693 16957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24891 2693 2650 16957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24892 2650 2735 16957 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24893 2566 2599 16958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24894 2599 2503 16958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24895 2503 2469 16958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24896 2469 2566 16958 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24897 2310 2307 16959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24898 2307 2409 16959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24899 2409 2376 16959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24900 2376 2310 16959 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24901 2421 2477 16960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24902 2477 2539 16960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24903 2539 2460 16960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24904 2460 2421 16960 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24905 2567 2591 16961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24906 2591 2497 16961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24907 2497 2484 16961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24908 2484 2567 16961 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24909 2515 2603 16962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24910 2603 2604 16962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24911 2604 2531 16962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24912 2531 2515 16962 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24913 2594 2575 16963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24914 2575 2527 16963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24915 2527 2537 16963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24916 2537 2594 16963 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24917 2886 3075 16964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24918 3075 2953 16964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24919 2953 2840 16964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24920 2840 2886 16964 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24921 2398 2340 16965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24922 2340 2349 16965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24923 2349 2413 16965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24924 2413 2398 16965 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24925 2372 2414 16966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24926 2414 2348 16966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24927 2348 2361 16966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24928 2361 2372 16966 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24929 2452 2396 16967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24930 2396 2371 16967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24931 2371 2439 16967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24932 2439 2452 16967 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24933 2532 2495 16968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24934 2495 2486 16968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24935 2486 2528 16968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24936 2528 2532 16968 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24937 2625 2576 16969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24938 2576 2571 16969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24939 2571 2620 16969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24940 2620 2625 16969 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24941 2805 2704 16970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24942 2704 2702 16970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24943 2702 2819 16970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24944 2819 2805 16970 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24945 2259 2282 16971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24946 2282 2324 16971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24947 2324 2301 16971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24948 2301 2259 16971 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24949 2365 2285 16972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24950 2285 2367 16972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24951 2367 2480 16972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24952 2480 2365 16972 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24953 2384 2388 16973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24954 2388 2451 16973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24955 2451 2470 16973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24956 2470 2384 16973 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24957 2583 2454 16974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24958 2454 2549 16974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24959 2549 2662 16974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24960 2662 2583 16974 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24961 2573 2529 16975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24962 2529 2614 16975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24963 2614 2676 16975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24964 2676 2573 16975 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24965 2756 2646 16976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24966 2646 2755 16976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24967 2755 2872 16976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24968 2872 2756 16976 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24969 2767 2689 16977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24970 2689 2773 16977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24971 2773 2853 16977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24972 2853 2767 16977 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24973 3023 2857 16978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24974 2857 2993 16978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24975 2993 3138 16978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24976 3138 3023 16978 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24977 2719 2786 16979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24978 2786 2971 16979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24979 2971 2915 16979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24980 2915 2719 16979 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24981 2663 2522 16980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24982 2522 2440 16980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24983 2440 2582 16980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24984 2582 2663 16980 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24985 2822 2934 16981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24986 2934 2956 16981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24987 2956 2833 16981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24988 2833 2822 16981 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24989 2622 2720 16982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24990 2720 2739 16982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24991 2739 2659 16982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24992 2659 2622 16982 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24993 2894 3039 16983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24994 3039 3170 16983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24995 3170 3062 16983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24996 3062 2894 16983 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24997 2732 2806 16984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24998 2806 2936 16984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 24999 2936 2856 16984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25000 2856 2732 16984 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25001 3192 3291 16985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25002 3291 3417 16985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25003 3417 3320 16985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25004 3320 3192 16985 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25005 3038 3105 16986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25006 3105 3246 16986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25007 3246 3203 16986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25008 3203 3038 16986 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25009 3510 3578 16987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25010 3578 3774 16987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25011 3774 3731 16987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25012 3731 3510 16987 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25013 3412 3448 16988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25014 3448 3697 16988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25015 3697 3653 16988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25016 3653 3412 16988 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25017 3956 3967 16989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25018 3967 4110 16989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25019 4110 4102 16989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25020 4102 3956 16989 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25021 3888 3925 16990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25022 3925 4082 16990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25023 4082 4067 16990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25024 4067 3888 16990 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25025 4254 4256 16991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25026 4256 4387 16991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25027 4387 4392 16991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25028 4392 4254 16991 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25029 4239 4248 16992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25030 4248 4388 16992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25031 4388 4373 16992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25032 4373 4239 16992 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25033 4578 4553 16993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25034 4553 4751 16993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25035 4751 4788 16993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25036 4788 4578 16993 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25037 4573 4583 16994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25038 4583 4818 16994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25039 4818 4815 16994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25040 4815 4573 16994 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25041 4502 4480 16995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25042 4480 4671 16995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25043 4671 4692 16995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25044 4692 4502 16995 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25045 4343 4360 16996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25046 4360 4241 16996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25047 4241 4235 16996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25048 4235 4343 16996 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25049 4088 4101 16997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25050 4101 3968 16997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25051 3968 3962 16997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25052 3962 4088 16997 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25053 3771 3778 16998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25054 3778 3618 16998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25055 3618 3631 16998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25056 3631 3771 16998 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25057 3479 3478 16999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25058 3478 3345 16999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25059 3345 3346 16999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25060 3346 3479 16999 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25061 3128 3087 17000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25062 3087 3110 17000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25063 3110 3176 17000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25064 3176 3128 17000 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25065 3628 3591 17001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25066 3591 3878 17001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25067 3878 3907 17001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25068 3907 3628 17001 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25069 5452 5461 17002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25070 5461 5330 17002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25071 5330 5296 17002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25072 5296 5452 17002 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25073 5405 5432 17003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25074 5432 5243 17003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25075 5243 5184 17003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25076 5184 5405 17003 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25077 5362 5378 17004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25078 5378 5142 17004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25079 5142 5089 17004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25080 5089 5362 17004 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25081 5171 5226 17005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25082 5226 5169 17005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25083 5169 5065 17005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25084 5065 5171 17005 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25085 5005 5096 17006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25086 5096 4954 17006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25087 4954 4837 17006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25088 4837 5005 17006 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25089 4797 4906 17007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25090 4906 4673 17007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25091 4673 4455 17007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25092 4455 4797 17007 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25093 4634 4836 17008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25094 4836 4718 17008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25095 4718 4430 17008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25096 4430 4634 17008 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25097 4279 4414 17009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25098 4414 4275 17009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25099 4275 4100 17009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25100 4100 4279 17009 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25101 4345 4637 17010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25102 4637 4593 17010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25103 4593 4322 17010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25104 4322 4345 17010 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25105 4015 4171 17011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25106 4171 4150 17011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25107 4150 4003 17011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25108 4003 4015 17011 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25109 4860 5071 17012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25110 5071 5040 17012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25111 5040 4811 17012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25112 4811 4860 17012 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25113 4326 4563 17013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25114 4563 4551 17013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25115 4551 4353 17013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25116 4353 4326 17013 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25117 4039 4172 17014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25118 4172 4243 17014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25119 4243 4139 17014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25120 4139 4039 17014 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25121 4844 5042 17015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25122 5042 5080 17015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25123 5080 4922 17015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25124 4922 4844 17015 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25125 4444 4628 17016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25126 4628 4771 17016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25127 4771 4664 17016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25128 4664 4444 17016 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25129 4288 4342 17017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25130 4342 4550 17017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25131 4550 4467 17017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25132 4467 4288 17017 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25133 5017 5135 17018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25134 5135 5189 17018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25135 5189 5136 17018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25136 5136 5017 17018 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25137 4872 4935 17019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25138 4935 5085 17019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25139 5085 5060 17019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25140 5060 4872 17019 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25141 4763 4813 17020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25142 4813 5031 17020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25143 5031 5003 17020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25144 5003 4763 17020 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25145 5268 5300 17021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25146 5300 5455 17021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25147 5455 5447 17021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25148 5447 5268 17021 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25149 5232 5241 17022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25150 5241 5437 17022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25151 5437 5434 17022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25152 5434 5232 17022 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25153 5201 5219 17023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25154 5219 5428 17023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25155 5428 5422 17023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25156 5422 5201 17023 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25157 4672 4735 17024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25158 4735 4974 17024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25159 4974 4919 17024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25160 4919 4672 17024 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25161 5162 5186 17025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25162 5186 5417 17025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25163 5417 5410 17025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25164 5410 5162 17025 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25165 3264 3382 17026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25166 3382 3344 17026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25167 3344 3228 17026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25168 3228 3264 17026 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25169 3098 3161 17027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25170 3161 3323 17027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25171 3323 3248 17027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25172 3248 3098 17027 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25173 3583 3671 17028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25174 3671 3734 17028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25175 3734 3651 17028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25176 3651 3583 17028 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25177 3462 3522 17029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25178 3522 3593 17029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25179 3593 3579 17029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25180 3579 3462 17029 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25181 3542 3469 17030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25182 3469 3605 17030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25183 3605 3686 17030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25184 3686 3542 17030 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25185 3712 3615 17031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25186 3615 3740 17031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25187 3740 3779 17031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25188 3779 3712 17031 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25189 3096 3177 17032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25190 3177 3295 17032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25191 3295 3221 17032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25192 3221 3096 17032 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25193 3405 3474 17033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25194 3474 3680 17033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25195 3680 3598 17033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25196 3598 3405 17033 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25197 3849 3917 17034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25198 3917 4133 17034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25199 4133 4069 17034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25200 4069 3849 17034 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25201 4274 4310 17035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25202 4310 4442 17035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25203 4442 4412 17035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25204 4412 4274 17035 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25205 3315 3528 17036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25206 3528 3437 17036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25207 3437 3212 17036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25208 3212 3315 17036 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25209 3425 3367 17037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25210 3367 3233 17037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25211 3233 3410 17037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25212 3410 3425 17037 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25213 3664 3733 17038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25214 3733 4007 17038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25215 4007 3946 17038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25216 3946 3664 17038 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25217 3592 3622 17039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25218 3622 3909 17039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25219 3909 3894 17039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25220 3894 3592 17039 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25221 4174 4217 17040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25222 4217 4395 17040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25223 4395 4390 17040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25224 4390 4174 17040 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25225 4148 4153 17041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25226 4153 4391 17041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25227 4391 4396 17041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25228 4396 4148 17041 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25229 3732 3741 17042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25230 3741 4004 17042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25231 4004 3960 17042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25232 3960 3732 17042 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25233 3893 3817 17043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25234 3817 3996 17043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25235 3996 4059 17043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25236 4059 3893 17043 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25237 3856 3891 17044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25238 3891 4028 17044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25239 4028 4002 17044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25240 4002 3856 17044 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25241 3908 3846 17045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25242 3846 3974 17045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25243 3974 4024 17045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25244 4024 3908 17045 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25245 4155 4202 17046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25246 4202 4381 17046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25247 4381 4355 17046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25248 4355 4155 17046 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25249 4267 4177 17047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25250 4177 4405 17047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25251 4405 4501 17047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25252 4501 4267 17047 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25253 4164 4230 17048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25254 4230 4449 17048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25255 4449 4352 17048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25256 4352 4164 17048 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25257 4432 4451 17049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25258 4451 4539 17049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25259 4539 4487 17049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25260 4487 4432 17049 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25261 4643 4640 17050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25262 4640 4898 17050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25263 4898 4910 17050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25264 4910 4643 17050 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25265 4821 4717 17051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25266 4717 4966 17051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25267 4966 5026 17051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25268 5026 4821 17051 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25269 4620 4765 17052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25270 4765 4983 17052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25271 4983 4886 17052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25272 4886 4620 17052 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25273 4558 4532 17053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25274 4532 4828 17053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25275 4828 4853 17053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25276 4853 4558 17053 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25277 5160 5150 17054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25278 5150 5403 17054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25279 5403 5409 17054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25280 5409 5160 17054 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25281 5211 5181 17055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25282 5181 5415 17055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25283 5415 5426 17055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25284 5426 5211 17055 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25285 5128 5183 17056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25286 5183 5416 17056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25287 5416 5398 17056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25288 5398 5128 17056 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25289 5064 5079 17057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25290 5079 5331 17057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25291 5331 5262 17057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25292 5262 5064 17057 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25293 5097 5072 17058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25294 5072 5218 17058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25295 5218 5234 17058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25296 5234 5097 17058 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25297 5370 5366 17059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25298 5366 5468 17059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25299 5468 5471 17059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25300 5471 5370 17059 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25301 4789 4761 17060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25302 4761 4951 17060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25303 4951 4978 17060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25304 4978 4789 17060 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25305 5115 5112 17061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25306 5112 5227 17061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25307 5227 5200 17061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25308 5200 5115 17061 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25309 5386 5376 17062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25310 5376 5472 17062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25311 5472 5477 17062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25312 5477 5386 17062 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25313 5197 5208 17063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25314 5208 5257 17063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25315 5257 5249 17063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25316 5249 5197 17063 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25317 5297 5354 17064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25318 5354 5466 17064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25319 5466 5453 17064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25320 5453 5297 17064 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25321 5270 5448 17065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25322 5448 5443 17065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25323 5443 5260 17065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25324 5260 5270 17065 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25325 5053 5151 17066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25326 5151 5129 17066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25327 5129 5034 17066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25328 5034 5053 17066 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25329 4772 4936 17067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25330 4936 4897 17067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25331 4897 4753 17067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25332 4753 4772 17067 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25333 4607 4681 17068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25334 4681 4646 17068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25335 4646 4559 17068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25336 4559 4607 17068 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25337 4579 4533 17069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25338 4533 4546 17069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25339 4546 4592 17069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25340 4592 4579 17069 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25341 4505 4496 17070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25342 4496 4603 17070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25343 4603 4598 17070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25344 4598 4505 17070 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25345 4636 4543 17071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25346 4543 4623 17071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25347 4623 4693 17071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25348 4693 4636 17071 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25349 4762 4728 17072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25350 4728 4849 17072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25351 4849 4861 17072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25352 4861 4762 17072 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25353 4918 4914 17073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25354 4914 4960 17073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25355 4960 4979 17073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25356 4979 4918 17073 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25357 5047 5025 17074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25358 5025 5120 17074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25359 5120 5140 17074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25360 5140 5047 17074 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25361 5263 5248 17075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25362 5248 5440 17075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25363 5440 5444 17075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25364 5444 5263 17075 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25365 4768 4778 17076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25366 4778 4755 17076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25367 4755 4752 17076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25368 4752 4768 17076 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25369 4838 4868 17077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25370 4868 4923 17077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25371 4923 4831 17077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25372 4831 4838 17077 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25373 4969 4945 17078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25374 4945 5010 17078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25375 5010 5081 17078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25376 5081 4969 17078 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25377 5000 5138 17079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25378 5138 5179 17079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25379 5179 5041 17079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25380 5041 5000 17079 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25381 5420 5321 17080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25382 5321 5182 17080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25383 5182 5289 17080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25384 5289 5420 17080 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25385 4631 4614 17081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25386 4614 4802 17081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25387 4802 4839 17081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25388 4839 4631 17081 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25389 4676 4658 17082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25390 4658 4858 17082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25391 4858 4864 17082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25392 4864 4676 17082 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25393 4965 4950 17083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25394 4950 5035 17083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25395 5035 5039 17083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25396 5039 4965 17083 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25397 4984 4972 17084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25398 4972 5050 17084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25399 5050 5078 17084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25400 5078 4984 17084 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25401 5033 5002 17085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25402 5002 5100 17085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25403 5100 5125 17085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25404 5125 5033 17085 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25405 5124 5116 17086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25406 5116 5185 17086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25407 5185 5196 17086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25408 5196 5124 17086 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25409 5165 5141 17087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25410 5141 5214 17087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25411 5214 5237 17087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25412 5237 5165 17087 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25413 5187 5176 17088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25414 5176 5254 17088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25415 5254 5255 17088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25416 5255 5187 17088 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25417 5314 5298 17089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25418 5298 5454 17089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25419 5454 5459 17089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25420 5459 5314 17089 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25421 5338 5328 17090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25422 5328 5460 17090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25423 5460 5464 17090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25424 5464 5338 17090 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25425 5334 5346 17091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25426 5346 5465 17091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25427 5465 5463 17091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25428 5463 5334 17091 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25429 2810 2860 17092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25430 2860 2870 17092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25431 2870 2826 17092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25432 2826 2810 17092 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25433 2848 2839 17093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25434 2839 2878 17093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25435 2878 2892 17093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25436 2892 2848 17093 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25437 2931 2908 17094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25438 2908 2913 17094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25439 2913 2951 17094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25440 2951 2931 17094 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25441 2922 2891 17095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25442 2891 2849 17095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25443 2849 2864 17095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25444 2864 2922 17095 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25445 2813 2797 17096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25446 2797 2722 17096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25447 2722 2752 17096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25448 2752 2813 17096 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25449 2716 2682 17097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25450 2682 2661 17097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25451 2661 2696 17097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25452 2696 2716 17097 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25453 2707 2669 17098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25454 2669 2695 17098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25455 2695 2731 17098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25456 2731 2707 17098 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25457 2809 2774 17099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25458 2774 2881 17099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25459 2881 2944 17099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25460 2944 2809 17099 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25461 3082 3026 17100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25462 3026 3130 17100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25463 3130 3166 17100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25464 3166 3082 17100 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25465 3215 3187 17101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25466 3187 3201 17101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25467 3201 3243 17101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25468 3243 3215 17101 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25469 3035 3131 17102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25470 3131 3133 17102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25471 3133 3070 17102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25472 3070 3035 17102 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25473 2999 3080 17103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25474 3080 2930 17103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25475 2930 2846 17103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25476 2846 2999 17103 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25477 2742 2818 17104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25478 2818 2715 17104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25479 2715 2652 17104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25480 2652 2742 17104 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25481 2593 2642 17105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25482 2642 2617 17105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25483 2617 2556 17105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25484 2556 2593 17105 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25485 2568 2618 17106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25486 2618 2644 17106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25487 2644 2619 17106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25488 2619 2568 17106 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25489 2680 2700 17107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25490 2700 2776 17107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25491 2776 2749 17107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25492 2749 2680 17107 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25493 2807 2829 17108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25494 2829 2871 17108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25495 2871 2852 17108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25496 2852 2807 17108 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25497 2868 2884 17109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25498 2884 2875 17109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25499 2875 2851 17109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25500 2851 2868 17109 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25501 2816 2844 17110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25502 2844 2788 17110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25503 2788 2759 17110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25504 2759 2816 17110 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25505 2630 2655 17111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25506 2655 2725 17111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25507 2725 2705 17111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25508 2705 2630 17111 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25509 2760 2783 17112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25510 2783 2828 17112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25511 2828 2801 17112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25512 2801 2760 17112 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25513 2814 2845 17113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25514 2845 2827 17113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25515 2827 2802 17113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25516 2802 2814 17113 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25517 2765 2789 17114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25518 2789 2724 17114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25519 2724 2694 17114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25520 2694 2765 17114 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25521 2626 2671 17115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25522 2671 2612 17115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25523 2612 2548 17115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25524 2548 2626 17115 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25525 2876 2821 17116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25526 2821 2873 17116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25527 2873 2926 17116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25528 2926 2876 17116 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25529 2929 2937 17117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25530 2937 2976 17117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25531 2976 2984 17117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25532 2984 2929 17117 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25533 2974 2952 17118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25534 2952 2882 17118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25535 2882 2907 17118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25536 2907 2974 17118 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25537 2850 2831 17119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25538 2831 2777 17119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25539 2777 2790 17119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25540 2790 2850 17119 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25541 2763 2738 17120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25542 2738 2728 17120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25543 2728 2772 17120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25544 2772 2763 17120 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25545 2793 2746 17121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25546 2746 2781 17121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25547 2781 2838 17121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25548 2838 2793 17121 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25549 2939 2863 17122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25550 2863 3028 17122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25551 3028 3117 17122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25552 3117 2939 17122 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25553 3220 3149 17123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25554 3149 3218 17123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25555 3218 3307 17123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25556 3307 3220 17123 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25557 3375 3280 17124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25558 3280 3324 17124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25559 3324 3430 17124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25560 3430 3375 17124 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25561 3558 3683 17125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25562 3683 3584 17125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25563 3584 3487 17125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25564 3487 3558 17125 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25565 3403 3491 17126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25566 3491 3389 17126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25567 3389 3306 17126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25568 3306 3403 17126 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25569 3189 3257 17127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25570 3257 3106 17127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25571 3106 3031 17127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25572 3031 3189 17127 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25573 2898 2989 17128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25574 2989 2904 17128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25575 2904 2842 17128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25576 2842 2898 17128 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25577 2808 2866 17129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25578 2866 2858 17129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25579 2858 2800 17129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25580 2800 2808 17129 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25581 2986 2988 17130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25582 2988 2985 17130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25583 2985 2940 17130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25584 2940 2986 17130 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25585 2947 3005 17131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25586 3005 3050 17131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25587 3050 2996 17131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25588 2996 2947 17131 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25589 2865 2899 17132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25590 2899 2946 17132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25591 2946 2914 17132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25592 2914 2865 17132 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25593 2836 2847 17133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25594 2847 2889 17133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25595 2889 2867 17133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25596 2867 2836 17133 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25597 2787 2817 17134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25598 2817 2835 17134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25599 2835 2791 17134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25600 2791 2787 17134 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25601 2709 2751 17135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25602 2751 2729 17135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25603 2729 2674 17135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25604 2674 2709 17135 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25605 5353 5364 17136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25606 5364 5082 17136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25607 5082 5056 17136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25608 5056 5353 17136 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25609 4585 4679 17137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25610 4679 4203 17137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25611 4203 4105 17137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25612 4105 4585 17137 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25613 3848 3961 17138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25614 3961 3842 17138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25615 3842 3698 17138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25616 3698 3848 17138 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25617 3577 3676 17139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25618 3676 3527 17139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25619 3527 3456 17139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25620 3456 3577 17139 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25621 3319 3372 17140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25622 3372 3204 17140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25623 3204 3164 17140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25624 3164 3319 17140 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25625 2979 3099 17141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25626 3099 3127 17141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25627 3127 2983 17141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25628 2983 2979 17141 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25629 3081 3168 17142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25630 3168 3184 17142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25631 3184 3113 17142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25632 3113 3081 17142 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25633 5337 5347 17143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25634 5347 5049 17143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25635 5049 5029 17143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25636 5029 5337 17143 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25637 5360 5343 17144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25638 5343 5037 17144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25639 5037 5077 17144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25640 5077 5360 17144 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25641 4684 4729 17145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25642 4729 4370 17145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25643 4370 4333 17145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25644 4333 4684 17145 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25645 4697 4682 17146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25646 4682 4306 17146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25647 4306 4284 17146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25648 4284 4697 17146 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25649 4050 4119 17147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25650 4119 4022 17147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25651 4022 3937 17147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25652 3937 4050 17147 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25653 4008 4124 17148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25654 4124 3964 17148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25655 3964 3854 17148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25656 3854 4008 17148 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25657 3767 3895 17149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25658 3895 3717 17149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25659 3717 3607 17149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25660 3607 3767 17149 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25661 3468 3594 17150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25662 3594 3533 17150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25663 3533 3327 17150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25664 3327 3468 17150 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25665 3679 3865 17151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25666 3865 3862 17151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25667 3862 3694 17151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25668 3694 3679 17151 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25669 3275 3505 17152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25670 3505 3529 17152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25671 3529 3308 17152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25672 3308 3275 17152 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25673 3716 3899 17153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25674 3899 3993 17153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25675 3993 3730 17153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25676 3730 3716 17153 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25677 3321 3540 17154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25678 3540 3536 17154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25679 3536 3326 17154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25680 3326 3321 17154 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25681 4747 4330 17155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25682 4330 4298 17155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25683 4298 4743 17155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25684 4743 4747 17155 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25685 4727 4265 17156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25686 4265 4201 17156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25687 4201 4695 17156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25688 4695 4727 17156 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25689 5387 5098 17157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25690 5098 5107 17157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25691 5107 5391 17157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25692 5391 5387 17157 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25693 5393 5113 17158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25694 5113 5110 17158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25695 5110 5392 17158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25696 5392 5393 17158 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25697 5462 5458 17159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25698 5458 5309 17159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25699 5309 5332 17159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25700 5332 5462 17159 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25701 5478 5467 17160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25702 5467 5365 17160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25703 5365 5397 17160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25704 5397 5478 17160 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25705 5276 5259 17161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25706 5259 5153 17161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25707 5153 5149 17161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25708 5149 5276 17161 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25709 5217 5326 17162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25710 5326 5103 17162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25711 5103 5095 17162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25712 5095 5217 17162 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25713 5051 5146 17163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25714 5146 5012 17163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25715 5012 4882 17163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25716 4882 5051 17163 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25717 4967 4992 17164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25718 4992 4769 17164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25719 4769 4738 17164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25720 4738 4967 17164 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25721 4645 4846 17165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25722 4846 4555 17165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25723 4555 4386 17165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25724 4386 4645 17165 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25725 4454 4494 17166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25726 4494 4307 17166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25727 4307 4292 17166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25728 4292 4454 17166 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25729 4441 4595 17167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25730 4595 4186 17167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25731 4186 4191 17167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25732 4191 4441 17167 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25733 4211 4325 17168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25734 4325 4143 17168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25735 4143 4042 17168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25736 4042 4211 17168 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25737 4123 4138 17169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25738 4138 3988 17169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25739 3988 3957 17169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25740 3957 4123 17169 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25741 3900 3999 17170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25742 3999 3870 17170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25743 3870 3749 17170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25744 3749 3900 17170 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25745 3757 3840 17171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25746 3840 3667 17171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25747 3667 3588 17171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25748 3588 3757 17171 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25749 3148 3400 17172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25750 3400 3477 17172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25751 3477 3191 17172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25752 3191 3148 17172 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25753 2743 2887 17173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25754 2887 2903 17173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25755 2903 2730 17173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25756 2730 2743 17173 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25757 3239 3551 17174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25758 3551 3623 17174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25759 3623 3300 17174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25760 3300 3239 17174 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25761 2713 2918 17175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25762 2918 2941 17175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25763 2941 2679 17175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25764 2679 2713 17175 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25765 3348 3685 17176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25766 3685 3746 17176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25767 3746 3392 17176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25768 3392 3348 17176 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25769 2665 2977 17177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25770 2977 3000 17177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25771 3000 2673 17177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25772 2673 2665 17177 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25773 3428 3833 17178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25774 3833 3886 17178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25775 3886 3483 17178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25776 3483 3428 17178 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25777 2681 3034 17179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25778 3034 3083 17179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25779 3083 2697 17179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25780 2697 2681 17179 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25781 3519 3936 17180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25782 3936 3990 17180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25783 3990 3545 17180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25784 3545 3519 17180 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25785 2726 3121 17181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25786 3121 3154 17181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25787 3154 2775 17181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25788 2775 2726 17181 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25789 3708 4233 17182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25790 4233 4807 17182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25791 4807 4023 17182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25792 4023 3708 17182 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25793 2917 3303 17183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25794 3303 3546 17183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25795 3546 3232 17183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25796 3232 2917 17183 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25797 4238 5119 17184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25798 5119 5164 17184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25799 5164 4332 17184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25800 4332 4238 17184 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25801 3502 3743 17185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25802 3743 3952 17185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25803 3952 3748 17185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25804 3748 3502 17185 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25805 2587 2640 17186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25806 2640 2628 17186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25807 2628 2586 17186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25808 2586 2587 17186 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25809 2538 2596 17187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25810 2596 2513 17187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25811 2513 2418 17187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25812 2418 2538 17187 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25813 2320 2457 17188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25814 2457 2445 17188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25815 2445 2275 17188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25816 2275 2320 17188 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25817 2253 2444 17189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25818 2444 2456 17189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25819 2456 2245 17189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25820 2245 2253 17189 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25821 2279 2487 17190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25822 2487 2546 17190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25823 2546 2368 17190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25824 2368 2279 17190 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25825 2468 2675 17191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25826 2675 2861 17191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25827 2861 2592 17191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25828 2592 2468 17191 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25829 2721 3167 17192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25830 3167 3446 17192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25831 3446 2910 17192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25832 2910 2721 17192 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25833 3808 4089 17193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25834 4089 3792 17193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25835 3792 3611 17193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25836 3611 3808 17193 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25837 3613 3695 17194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25838 3695 3435 17194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25839 3435 3384 17194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25840 3384 3613 17194 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25841 3439 3539 17195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25842 3539 3325 17195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25843 3325 3265 17195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25844 3265 3439 17195 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25845 3172 3200 17196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25846 3200 3047 17196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25847 3047 3058 17196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25848 3058 3172 17196 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25849 3120 3147 17197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25850 3147 3046 17197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25851 3046 3010 17197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25852 3010 3120 17197 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25853 2869 2923 17198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25854 2923 2785 17198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25855 2785 2733 17198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25856 2733 2869 17198 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25857 2629 2685 17199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25858 2685 2602 17199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25859 2602 2543 17199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25860 2543 2629 17199 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25861 2455 2526 17200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25862 2526 2474 17200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25863 2474 2377 17200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25864 2377 2455 17200 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25865 2378 2478 17201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25866 2478 2535 17201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25867 2535 2459 17201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25868 2459 2378 17201 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25869 2540 2598 17202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25870 2598 2660 17202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25871 2660 2607 17202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25872 2607 2540 17202 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25873 2633 2710 17203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25874 2710 2744 17203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25875 2744 2666 17203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25876 2666 2633 17203 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25877 2678 2761 17204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25878 2761 2745 17204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25879 2745 2672 17204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25880 2672 2678 17204 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25881 2643 2714 17205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25882 2714 2658 17205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25883 2658 2616 17205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25884 2616 2643 17205 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25885 2554 2595 17206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25886 2595 2492 17206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25887 2492 2449 17206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25888 2449 2554 17206 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25889 2272 2476 17207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25890 2476 2430 17207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25891 2430 2223 17207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25892 2223 2272 17207 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25893 2435 2394 17208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25894 2394 2462 17208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25895 2462 2502 17208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25896 2502 2435 17208 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25897 2153 2270 17209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25898 2270 2355 17209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25899 2355 2235 17209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25900 2235 2153 17209 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25901 2144 2157 17210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25902 2157 2003 17210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25903 2003 1993 17210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25904 1993 2144 17210 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25905 2056 2026 17211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25906 2026 2176 17211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25907 2176 2217 17211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25908 2217 2056 17211 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25909 2356 2466 17212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25910 2466 2498 17212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25911 2498 2389 17212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25912 2389 2356 17212 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25913 2534 2559 17213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25914 2559 2458 17213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25915 2458 2422 17213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25916 2422 2534 17213 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25917 2266 2339 17214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25918 2339 2198 17214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25919 2198 2107 17214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25920 2107 2266 17214 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25921 2251 2244 17215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25922 2244 2380 17215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25923 2380 2391 17215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25924 2391 2251 17215 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25925 2482 2579 17216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25926 2579 2580 17216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25927 2580 2485 17216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25928 2485 2482 17216 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25929 2083 2011 17217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25930 2011 2023 17217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25931 2023 2110 17217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25932 2110 2083 17217 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25933 2126 2024 17218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25934 2024 2014 17218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25935 2014 2119 17218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25936 2119 2126 17218 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25937 2075 1969 17219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25938 1969 1894 17219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25939 1894 2006 17219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25940 2006 2075 17219 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25941 1921 1837 17220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25942 1837 1796 17220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25943 1796 1885 17220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25944 1885 1921 17220 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25945 1853 1776 17221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25946 1776 1759 17221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25947 1759 1828 17221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25948 1828 1853 17221 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25949 1827 1750 17222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25950 1750 1740 17222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25951 1740 1847 17222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25952 1847 1827 17222 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25953 1815 1734 17223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25954 1734 1724 17223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25955 1724 1775 17223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25956 1775 1815 17223 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25957 1771 1723 17224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25958 1723 1733 17224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25959 1733 1789 17224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25960 1789 1771 17224 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25961 2109 2204 17225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25962 2204 2169 17225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25963 2169 2105 17225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25964 2105 2109 17225 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25965 2228 2219 17226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25966 2219 2111 17226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25967 2111 2117 17226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25968 2117 2228 17226 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25969 2132 2210 17227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25970 2210 2086 17227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25971 2086 2032 17227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25972 2032 2132 17227 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25973 2039 2077 17228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25974 2077 1967 17228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25975 1967 1906 17228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25976 1906 2039 17228 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25977 1790 1925 17229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25978 1925 1989 17229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25979 1989 1845 17229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25980 1845 1790 17229 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25981 1875 1758 17230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25982 1758 1756 17230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25983 1756 1846 17230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25984 1846 1875 17230 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25985 2013 2181 17231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25986 2181 2164 17231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25987 2164 1975 17231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25988 1975 2013 17231 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25989 1959 2163 17232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25990 2163 2171 17232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25991 2171 1978 17232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25992 1978 1959 17232 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25993 1823 1825 17233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25994 1825 1757 17233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25995 1757 1760 17233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25996 1760 1823 17233 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25997 2035 2073 17234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25998 2073 2159 17234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 25999 2159 2114 17234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26000 2114 2035 17234 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26001 1857 1907 17235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26002 1907 1862 17235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26003 1862 1806 17235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26004 1806 1857 17235 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26005 1849 1858 17236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26006 1858 1778 17236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26007 1778 1782 17236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26008 1782 1849 17236 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26009 1763 1769 17237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26010 1769 1855 17237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26011 1855 1830 17237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26012 1830 1763 17237 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26013 1816 1838 17238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26014 1838 1868 17238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26015 1868 1851 17238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26016 1851 1816 17238 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26017 1913 2064 17239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26018 2064 2047 17239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26019 2047 1924 17239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26020 1924 1913 17239 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26021 1902 1938 17240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26022 1938 1905 17240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26023 1905 1876 17240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26024 1876 1902 17240 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26025 1854 1882 17241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26026 1882 1893 17241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26027 1893 1842 17241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26028 1842 1854 17241 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26029 1822 1886 17242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26030 1886 1860 17242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26031 1860 1805 17242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26032 1805 1822 17242 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26033 1812 1867 17243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26034 1867 1903 17243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26035 1903 1852 17243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26036 1852 1812 17243 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26037 1891 1931 17244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26038 1931 1963 17244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26039 1963 1916 17244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26040 1916 1891 17244 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26041 1996 2001 17245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26042 2001 1956 17245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26043 1956 1987 17245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26044 1987 1996 17245 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26045 2199 2042 17246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26046 2042 2062 17246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26047 2062 2200 17246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26048 2200 2199 17246 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26049 2152 2178 17247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26050 2178 2067 17247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26051 2067 2061 17247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26052 2061 2152 17247 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26053 2009 2017 17248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26054 2017 1992 17248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26055 1992 1979 17248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26056 1979 2009 17248 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26057 1912 1940 17249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26058 1940 1883 17249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26059 1883 1856 17249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26060 1856 1912 17249 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26061 1803 1819 17250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26062 1819 1783 17250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26063 1783 1779 17250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26064 1779 1803 17250 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26065 1761 1766 17251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26066 1766 1753 17251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26067 1753 1744 17251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26068 1744 1761 17251 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26069 1727 1742 17252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26070 1742 1735 17252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26071 1735 1719 17252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26072 1719 1727 17252 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26073 1714 1730 17253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26074 1730 1729 17253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26075 1729 1715 17253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26076 1715 1714 17253 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26077 1716 1725 17254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26078 1725 1722 17254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26079 1722 1717 17254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26080 1717 1716 17254 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26081 1721 1731 17255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26082 1731 1745 17255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26083 1745 1746 17255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26084 1746 1721 17255 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26085 1767 1764 17256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26086 1764 1787 17256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26087 1787 1786 17256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26088 1786 1767 17256 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26089 1839 1896 17257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26090 1896 1892 17257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26091 1892 1826 17257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26092 1826 1839 17257 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26093 2043 1955 17258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26094 1955 1971 17258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26095 1971 2045 17258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26096 2045 2043 17258 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26097 1821 1747 17259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26098 1747 1770 17259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26099 1770 1869 17259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26100 1869 1821 17259 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26101 1793 1835 17260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26102 1835 1965 17260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26103 1965 1910 17260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26104 1910 1793 17260 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26105 1884 1926 17261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26106 1926 2038 17261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26107 2038 2012 17261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26108 2012 1884 17261 {mat="nomaterial" groups="default skin" rgb=(.7 .4 .4)}
Face 26109 7002 6963 17262 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26110 6963 6756 17262 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26111 6756 6806 17262 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26112 6806 7002 17262 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26113 7173 7138 17263 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26114 7138 6963 17263 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26115 6963 7002 17263 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26116 7002 7173 17263 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26117 7378 7333 17264 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26118 7333 7138 17264 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26119 7138 7173 17264 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26120 7173 7378 17264 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26121 7524 7488 17265 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26122 7488 7333 17265 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26123 7333 7378 17265 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26124 7378 7524 17265 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26125 7672 7639 17266 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26126 7639 7488 17266 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26127 7488 7524 17266 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26128 7524 7672 17266 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26129 7818 7779 17267 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26130 7779 7639 17267 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26131 7639 7672 17267 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26132 7672 7818 17267 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26133 7921 7887 17268 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26134 7887 7779 17268 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26135 7779 7818 17268 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26136 7818 7921 17268 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26137 8014 7969 17269 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26138 7969 7887 17269 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26139 7887 7921 17269 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26140 7921 8014 17269 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26141 8086 8036 17270 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26142 8036 7969 17270 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26143 7969 8014 17270 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26144 8014 8086 17270 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26145 8111 8053 17271 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26146 8053 8036 17271 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26147 8036 8086 17271 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26148 8086 8111 17271 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26149 8087 8037 17272 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26150 8037 8053 17272 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26151 8053 8111 17272 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26152 8111 8087 17272 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26153 8015 7970 17273 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26154 7970 8037 17273 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26155 8037 8087 17273 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26156 8087 8015 17273 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26157 7922 7888 17274 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26158 7888 7970 17274 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26159 7970 8015 17274 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26160 8015 7922 17274 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26161 7819 7780 17275 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26162 7780 7888 17275 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26163 7888 7922 17275 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26164 7922 7819 17275 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26165 7673 7640 17276 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26166 7640 7780 17276 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26167 7780 7819 17276 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26168 7819 7673 17276 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26169 7525 7489 17277 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26170 7489 7640 17277 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26171 7640 7673 17277 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26172 7673 7525 17277 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26173 7379 7334 17278 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26174 7334 7489 17278 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26175 7489 7525 17278 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26176 7525 7379 17278 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26177 7174 7139 17279 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26178 7139 7334 17279 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26179 7334 7379 17279 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26180 7379 7174 17279 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26181 7003 6964 17280 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26182 6964 7139 17280 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26183 7139 7174 17280 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26184 7174 7003 17280 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26185 6807 6757 17281 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26186 6757 6964 17281 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26187 6964 7003 17281 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26188 7003 6807 17281 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26189 6622 6562 17282 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26190 6562 6757 17282 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26191 6757 6807 17282 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26192 6807 6622 17282 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26193 6342 6269 17283 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26194 6269 6562 17283 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26195 6562 6622 17283 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26196 6622 6342 17283 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26197 6086 6020 17284 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26198 6020 6269 17284 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26199 6269 6342 17284 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26200 6342 6086 17284 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26201 5888 5842 17285 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26202 5842 6020 17285 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26203 6020 6086 17285 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26204 6086 5888 17285 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26205 5717 5649 17286 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26206 5649 5842 17286 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26207 5842 5888 17286 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26208 5888 5717 17286 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26209 5572 5488 17287 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26210 5488 5649 17287 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26211 5649 5717 17287 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26212 5717 5572 17287 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26213 5457 5385 17288 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26214 5385 5488 17288 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26215 5488 5572 17288 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26216 5572 5457 17288 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26217 5368 5288 17289 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26218 5288 5385 17289 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26219 5385 5457 17289 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26220 5457 5368 17289 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26221 5305 5225 17290 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26222 5225 5288 17290 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26223 5288 5368 17290 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26224 5368 5305 17290 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26225 5293 5202 17291 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26226 5202 5225 17291 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26227 5225 5305 17291 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26228 5305 5293 17291 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26229 5304 5224 17292 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26230 5224 5202 17292 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26231 5202 5293 17292 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26232 5293 5304 17292 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26233 5367 5287 17293 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26234 5287 5224 17293 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26235 5224 5304 17293 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26236 5304 5367 17293 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26237 5456 5384 17294 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26238 5384 5287 17294 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26239 5287 5367 17294 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26240 5367 5456 17294 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26241 5571 5487 17295 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26242 5487 5384 17295 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26243 5384 5456 17295 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26244 5456 5571 17295 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26245 5716 5648 17296 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26246 5648 5487 17296 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26247 5487 5571 17296 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26248 5571 5716 17296 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26249 5887 5841 17297 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26250 5841 5648 17297 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26251 5648 5716 17297 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26252 5716 5887 17297 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26253 6085 6019 17298 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26254 6019 5841 17298 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26255 5841 5887 17298 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26256 5887 6085 17298 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26257 6341 6268 17299 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26258 6268 6019 17299 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26259 6019 6085 17299 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26260 6085 6341 17299 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26261 6621 6561 17300 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26262 6561 6268 17300 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26263 6268 6341 17300 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26264 6341 6621 17300 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26265 6806 6756 17301 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26266 6756 6561 17301 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26267 6561 6621 17301 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26268 6621 6806 17301 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26269 7033 7002 17302 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26270 7002 6806 17302 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26271 6806 6861 17302 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26272 6861 7033 17302 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26273 7206 7173 17303 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26274 7173 7002 17303 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26275 7002 7033 17303 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26276 7033 7206 17303 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26277 7399 7378 17304 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26278 7378 7173 17304 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26279 7173 7206 17304 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26280 7206 7399 17304 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26281 7545 7524 17305 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26282 7524 7378 17305 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26283 7378 7399 17305 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26284 7399 7545 17305 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26285 7691 7672 17306 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26286 7672 7524 17306 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26287 7524 7545 17306 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26288 7545 7691 17306 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26289 7830 7818 17307 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26290 7818 7672 17307 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26291 7672 7691 17307 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26292 7691 7830 17307 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26293 7930 7921 17308 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26294 7921 7818 17308 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26295 7818 7830 17308 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26296 7830 7930 17308 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26297 8020 8014 17309 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26298 8014 7921 17309 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26299 7921 7930 17309 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26300 7930 8020 17309 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26301 8091 8086 17310 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26302 8086 8014 17310 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26303 8014 8020 17310 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26304 8020 8091 17310 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26305 8115 8111 17311 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26306 8111 8086 17311 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26307 8086 8091 17311 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26308 8091 8115 17311 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26309 8092 8087 17312 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26310 8087 8111 17312 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26311 8111 8115 17312 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26312 8115 8092 17312 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26313 8021 8015 17313 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26314 8015 8087 17313 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26315 8087 8092 17313 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26316 8092 8021 17313 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26317 7931 7922 17314 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26318 7922 8015 17314 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26319 8015 8021 17314 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26320 8021 7931 17314 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26321 7831 7819 17315 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26322 7819 7922 17315 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26323 7922 7931 17315 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26324 7931 7831 17315 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26325 7692 7673 17316 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26326 7673 7819 17316 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26327 7819 7831 17316 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26328 7831 7692 17316 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26329 7546 7525 17317 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26330 7525 7673 17317 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26331 7673 7692 17317 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26332 7692 7546 17317 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26333 7400 7379 17318 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26334 7379 7525 17318 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26335 7525 7546 17318 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26336 7546 7400 17318 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26337 7207 7174 17319 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26338 7174 7379 17319 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26339 7379 7400 17319 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26340 7400 7207 17319 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26341 7034 7003 17320 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26342 7003 7174 17320 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26343 7174 7207 17320 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26344 7207 7034 17320 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26345 6862 6807 17321 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26346 6807 7003 17321 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26347 7003 7034 17321 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26348 7034 6862 17321 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26349 6677 6622 17322 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26350 6622 6807 17322 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26351 6807 6862 17322 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26352 6862 6677 17322 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26353 6431 6342 17323 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26354 6342 6622 17323 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26355 6622 6677 17323 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26356 6677 6431 17323 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26357 6166 6086 17324 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26358 6086 6342 17324 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26359 6342 6431 17324 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26360 6431 6166 17324 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26361 5981 5888 17325 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26362 5888 6086 17325 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26363 6086 6166 17325 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26364 6166 5981 17325 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26365 5825 5717 17326 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26366 5717 5888 17326 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26367 5888 5981 17326 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26368 5981 5825 17326 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26369 5674 5572 17327 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26370 5572 5717 17327 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26371 5717 5825 17327 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26372 5825 5674 17327 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26373 5560 5457 17328 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26374 5457 5572 17328 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26375 5572 5674 17328 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26376 5674 5560 17328 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26377 5470 5368 17329 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26378 5368 5457 17329 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26379 5457 5560 17329 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26380 5560 5470 17329 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26381 5424 5305 17330 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26382 5305 5368 17330 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26383 5368 5470 17330 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26384 5470 5424 17330 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26385 5413 5293 17331 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26386 5293 5305 17331 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26387 5305 5424 17331 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26388 5424 5413 17331 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26389 5423 5304 17332 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26390 5304 5293 17332 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26391 5293 5413 17332 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26392 5413 5423 17332 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26393 5469 5367 17333 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26394 5367 5304 17333 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26395 5304 5423 17333 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26396 5423 5469 17333 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26397 5559 5456 17334 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26398 5456 5367 17334 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26399 5367 5469 17334 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26400 5469 5559 17334 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26401 5673 5571 17335 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26402 5571 5456 17335 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26403 5456 5559 17335 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26404 5559 5673 17335 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26405 5824 5716 17336 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26406 5716 5571 17336 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26407 5571 5673 17336 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26408 5673 5824 17336 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26409 5980 5887 17337 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26410 5887 5716 17337 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26411 5716 5824 17337 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26412 5824 5980 17337 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26413 6165 6085 17338 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26414 6085 5887 17338 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26415 5887 5980 17338 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26416 5980 6165 17338 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26417 6430 6341 17339 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26418 6341 6085 17339 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26419 6085 6165 17339 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26420 6165 6430 17339 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26421 6676 6621 17340 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26422 6621 6341 17340 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26423 6341 6430 17340 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26424 6430 6676 17340 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26425 6861 6806 17341 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26426 6806 6621 17341 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26427 6621 6676 17341 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26428 6676 6861 17341 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26429 7069 7033 17342 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26430 7033 6861 17342 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26431 6861 6910 17342 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26432 6910 7069 17342 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26433 7240 7206 17343 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26434 7206 7033 17343 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26435 7033 7069 17343 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26436 7069 7240 17343 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26437 7412 7399 17344 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26438 7399 7206 17344 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26439 7206 7240 17344 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26440 7240 7412 17344 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26441 7547 7545 17345 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26442 7545 7399 17345 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26443 7399 7412 17345 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26444 7412 7547 17345 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26445 7680 7691 17346 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26446 7691 7545 17346 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26447 7545 7547 17346 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26448 7547 7680 17346 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26449 7809 7830 17347 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26450 7830 7691 17347 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26451 7691 7680 17347 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26452 7680 7809 17347 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26453 7904 7930 17348 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26454 7930 7830 17348 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26455 7830 7809 17348 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26456 7809 7904 17348 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26457 7983 8020 17349 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26458 8020 7930 17349 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26459 7930 7904 17349 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26460 7904 7983 17349 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26461 8041 8091 17350 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26462 8091 8020 17350 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26463 8020 7983 17350 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26464 7983 8041 17350 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26465 8059 8115 17351 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26466 8115 8091 17351 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26467 8091 8041 17351 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26468 8041 8059 17351 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26469 8042 8092 17352 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26470 8092 8115 17352 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26471 8115 8059 17352 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26472 8059 8042 17352 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26473 7984 8021 17353 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26474 8021 8092 17353 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26475 8092 8042 17353 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26476 8042 7984 17353 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26477 7905 7931 17354 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26478 7931 8021 17354 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26479 8021 7984 17354 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26480 7984 7905 17354 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26481 7810 7831 17355 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26482 7831 7931 17355 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26483 7931 7905 17355 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26484 7905 7810 17355 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26485 7681 7692 17356 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26486 7692 7831 17356 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26487 7831 7810 17356 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26488 7810 7681 17356 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26489 7548 7546 17357 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26490 7546 7692 17357 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26491 7692 7681 17357 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26492 7681 7548 17357 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26493 7413 7400 17358 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26494 7400 7546 17358 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26495 7546 7548 17358 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26496 7548 7413 17358 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26497 7241 7207 17359 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26498 7207 7400 17359 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26499 7400 7413 17359 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26500 7413 7241 17359 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26501 7070 7034 17360 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26502 7034 7207 17360 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26503 7207 7241 17360 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26504 7241 7070 17360 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26505 6911 6862 17361 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26506 6862 7034 17361 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26507 7034 7070 17361 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26508 7070 6911 17361 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26509 6736 6677 17362 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26510 6677 6862 17362 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26511 6862 6911 17362 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26512 6911 6736 17362 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26513 6551 6431 17363 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26514 6431 6677 17363 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26515 6677 6736 17363 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26516 6736 6551 17363 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26517 6290 6166 17364 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26518 6166 6431 17364 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26519 6431 6551 17364 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26520 6551 6290 17364 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26521 6080 5981 17365 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26522 5981 6166 17365 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26523 6166 6290 17365 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26524 6290 6080 17365 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26525 5924 5825 17366 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26526 5825 5981 17366 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26527 5981 6080 17366 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26528 6080 5924 17366 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26529 5800 5674 17367 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26530 5674 5825 17367 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26531 5825 5924 17367 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26532 5924 5800 17367 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26533 5684 5560 17368 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26534 5560 5674 17368 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26535 5674 5800 17368 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26536 5800 5684 17368 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26537 5601 5470 17369 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26538 5470 5560 17369 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26539 5560 5684 17369 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26540 5684 5601 17369 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26541 5565 5424 17370 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26542 5424 5470 17370 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26543 5470 5601 17370 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26544 5601 5565 17370 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26545 5554 5413 17371 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26546 5413 5424 17371 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26547 5424 5565 17371 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26548 5565 5554 17371 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26549 5564 5423 17372 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26550 5423 5413 17372 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26551 5413 5554 17372 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26552 5554 5564 17372 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26553 5600 5469 17373 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26554 5469 5423 17373 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26555 5423 5564 17373 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26556 5564 5600 17373 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26557 5683 5559 17374 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26558 5559 5469 17374 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26559 5469 5600 17374 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26560 5600 5683 17374 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26561 5799 5673 17375 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26562 5673 5559 17375 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26563 5559 5683 17375 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26564 5683 5799 17375 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26565 5923 5824 17376 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26566 5824 5673 17376 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26567 5673 5799 17376 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26568 5799 5923 17376 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26569 6079 5980 17377 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26570 5980 5824 17377 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26571 5824 5923 17377 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26572 5923 6079 17377 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26573 6289 6165 17378 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26574 6165 5980 17378 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26575 5980 6079 17378 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26576 6079 6289 17378 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26577 6550 6430 17379 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26578 6430 6165 17379 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26579 6165 6289 17379 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26580 6289 6550 17379 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26581 6735 6676 17380 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26582 6676 6430 17380 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26583 6430 6550 17380 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26584 6550 6735 17380 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26585 6910 6861 17381 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26586 6861 6676 17381 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26587 6676 6735 17381 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26588 6735 6910 17381 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26589 7090 7069 17382 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26590 7069 6910 17382 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26591 6910 6950 17382 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26592 6950 7090 17382 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26593 7265 7240 17383 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26594 7240 7069 17383 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26595 7069 7090 17383 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26596 7090 7265 17383 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26597 7407 7412 17384 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26598 7412 7240 17384 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26599 7240 7265 17384 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26600 7265 7407 17384 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26601 7526 7547 17385 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26602 7547 7412 17385 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26603 7412 7407 17385 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26604 7407 7526 17385 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26605 7649 7680 17386 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26606 7680 7547 17386 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26607 7547 7526 17386 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26608 7526 7649 17386 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26609 7765 7809 17387 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26610 7809 7680 17387 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26611 7680 7649 17387 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26612 7649 7765 17387 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26613 7854 7904 17388 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26614 7904 7809 17388 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26615 7809 7765 17388 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26616 7765 7854 17388 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26617 7913 7983 17389 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26618 7983 7904 17389 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26619 7904 7854 17389 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26620 7854 7913 17389 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26621 7961 8041 17390 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26622 8041 7983 17390 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26623 7983 7913 17390 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26624 7913 7961 17390 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26625 7974 8059 17391 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26626 8059 8041 17391 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26627 8041 7961 17391 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26628 7961 7974 17391 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26629 7962 8042 17392 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26630 8042 8059 17392 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26631 8059 7974 17392 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26632 7974 7962 17392 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26633 7914 7984 17393 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26634 7984 8042 17393 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26635 8042 7962 17393 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26636 7962 7914 17393 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26637 7855 7905 17394 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26638 7905 7984 17394 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26639 7984 7914 17394 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26640 7914 7855 17394 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26641 7766 7810 17395 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26642 7810 7905 17395 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26643 7905 7855 17395 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26644 7855 7766 17395 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26645 7650 7681 17396 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26646 7681 7810 17396 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26647 7810 7766 17396 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26648 7766 7650 17396 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26649 7527 7548 17397 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26650 7548 7681 17397 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26651 7681 7650 17397 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26652 7650 7527 17397 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26653 7408 7413 17398 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26654 7413 7548 17398 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26655 7548 7527 17398 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26656 7527 7408 17398 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26657 7266 7241 17399 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26658 7241 7413 17399 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26659 7413 7408 17399 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26660 7408 7266 17399 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26661 7091 7070 17400 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26662 7070 7241 17400 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26663 7241 7266 17400 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26664 7266 7091 17400 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26665 6951 6911 17401 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26666 6911 7070 17401 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26667 7070 7091 17401 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26668 7091 6951 17401 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26669 6780 6736 17402 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26670 6736 6911 17402 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26671 6911 6951 17402 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26672 6951 6780 17402 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26673 6633 6551 17403 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26674 6551 6736 17403 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26675 6736 6780 17403 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26676 6780 6633 17403 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26677 6423 6290 17404 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26678 6290 6551 17404 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26679 6551 6633 17404 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26680 6633 6423 17404 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26681 6211 6080 17405 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26682 6080 6290 17405 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26683 6290 6423 17405 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26684 6423 6211 17405 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26685 6059 5924 17406 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26686 5924 6080 17406 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26687 6080 6211 17406 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26688 6211 6059 17406 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26689 5940 5800 17407 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26690 5800 5924 17407 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26691 5924 6059 17407 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26692 6059 5940 17407 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26693 5853 5684 17408 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26694 5684 5800 17408 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26695 5800 5940 17408 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26696 5940 5853 17408 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26697 5770 5601 17409 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26698 5601 5684 17409 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26699 5684 5853 17409 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26700 5853 5770 17409 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26701 5726 5565 17410 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26702 5565 5601 17410 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26703 5601 5770 17410 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26704 5770 5726 17410 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26705 5709 5554 17411 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26706 5554 5565 17411 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26707 5565 5726 17411 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26708 5726 5709 17411 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26709 5725 5564 17412 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26710 5564 5554 17412 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26711 5554 5709 17412 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26712 5709 5725 17412 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26713 5769 5600 17413 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26714 5600 5564 17413 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26715 5564 5725 17413 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26716 5725 5769 17413 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26717 5852 5683 17414 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26718 5683 5600 17414 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26719 5600 5769 17414 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26720 5769 5852 17414 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26721 5939 5799 17415 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26722 5799 5683 17415 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26723 5683 5852 17415 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26724 5852 5939 17415 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26725 6058 5923 17416 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26726 5923 5799 17416 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26727 5799 5939 17416 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26728 5939 6058 17416 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26729 6210 6079 17417 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26730 6079 5923 17417 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26731 5923 6058 17417 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26732 6058 6210 17417 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26733 6422 6289 17418 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26734 6289 6079 17418 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26735 6079 6210 17418 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26736 6210 6422 17418 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26737 6632 6550 17419 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26738 6550 6289 17419 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26739 6289 6422 17419 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26740 6422 6632 17419 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26741 6779 6735 17420 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26742 6735 6550 17420 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26743 6550 6632 17420 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26744 6632 6779 17420 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26745 6950 6910 17421 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26746 6910 6735 17421 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26747 6735 6779 17421 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26748 6779 6950 17421 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26749 7108 7090 17422 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26750 7090 6950 17422 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26751 6950 6979 17422 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26752 6979 7108 17422 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26753 7257 7265 17423 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26754 7265 7090 17423 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26755 7090 7108 17423 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26756 7108 7257 17423 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26757 7388 7407 17424 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26758 7407 7265 17424 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26759 7265 7257 17424 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26760 7257 7388 17424 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26761 7491 7526 17425 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26762 7526 7407 17425 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26763 7407 7388 17425 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26764 7388 7491 17425 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26765 7603 7649 17426 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26766 7649 7526 17426 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26767 7526 7491 17426 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26768 7491 7603 17426 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26769 7687 7765 17427 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26770 7765 7649 17427 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26771 7649 7603 17427 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26772 7603 7687 17427 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26773 7772 7854 17428 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26774 7854 7765 17428 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26775 7765 7687 17428 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26776 7687 7772 17428 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26777 7833 7913 17429 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26778 7913 7854 17429 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26779 7854 7772 17429 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26780 7772 7833 17429 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26781 7863 7961 17430 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26782 7961 7913 17430 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26783 7913 7833 17430 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26784 7833 7863 17430 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26785 7874 7974 17431 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26786 7974 7961 17431 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26787 7961 7863 17431 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26788 7863 7874 17431 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26789 7864 7962 17432 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26790 7962 7974 17432 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26791 7974 7874 17432 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26792 7874 7864 17432 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26793 7834 7914 17433 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26794 7914 7962 17433 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26795 7962 7864 17433 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26796 7864 7834 17433 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26797 7773 7855 17434 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26798 7855 7914 17434 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26799 7914 7834 17434 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26800 7834 7773 17434 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26801 7688 7766 17435 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26802 7766 7855 17435 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26803 7855 7773 17435 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26804 7773 7688 17435 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26805 7604 7650 17436 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26806 7650 7766 17436 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26807 7766 7688 17436 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26808 7688 7604 17436 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26809 7492 7527 17437 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26810 7527 7650 17437 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26811 7650 7604 17437 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26812 7604 7492 17437 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26813 7389 7408 17438 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26814 7408 7527 17438 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26815 7527 7492 17438 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26816 7492 7389 17438 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26817 7258 7266 17439 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26818 7266 7408 17439 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26819 7408 7389 17439 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26820 7389 7258 17439 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26821 7109 7091 17440 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26822 7091 7266 17440 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26823 7266 7258 17440 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26824 7258 7109 17440 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26825 6980 6951 17441 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26826 6951 7091 17441 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26827 7091 7109 17441 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26828 7109 6980 17441 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26829 6851 6780 17442 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26830 6780 6951 17442 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26831 6951 6980 17442 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26832 6980 6851 17442 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26833 6721 6633 17443 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26834 6633 6780 17443 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26835 6780 6851 17443 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26836 6851 6721 17443 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26837 6582 6423 17444 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26838 6423 6633 17444 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26839 6633 6721 17444 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26840 6721 6582 17444 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26841 6381 6211 17445 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26842 6211 6423 17445 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26843 6423 6582 17445 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26844 6582 6381 17445 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26845 6222 6059 17446 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26846 6059 6211 17446 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26847 6211 6381 17446 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26848 6381 6222 17446 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26849 6103 5940 17447 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26850 5940 6059 17447 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26851 6059 6222 17447 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26852 6222 6103 17447 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26853 6017 5853 17448 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26854 5853 5940 17448 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26855 5940 6103 17448 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26856 6103 6017 17448 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26857 5957 5770 17449 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26858 5770 5853 17449 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26859 5853 6017 17449 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26860 6017 5957 17449 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26861 5912 5726 17450 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26862 5726 5770 17450 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26863 5770 5957 17450 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26864 5957 5912 17450 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26865 5897 5709 17451 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26866 5709 5726 17451 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26867 5726 5912 17451 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26868 5912 5897 17451 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26869 5911 5725 17452 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26870 5725 5709 17452 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26871 5709 5897 17452 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26872 5897 5911 17452 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26873 5956 5769 17453 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26874 5769 5725 17453 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26875 5725 5911 17453 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26876 5911 5956 17453 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26877 6016 5852 17454 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26878 5852 5769 17454 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26879 5769 5956 17454 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26880 5956 6016 17454 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26881 6102 5939 17455 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26882 5939 5852 17455 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26883 5852 6016 17455 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26884 6016 6102 17455 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26885 6221 6058 17456 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26886 6058 5939 17456 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26887 5939 6102 17456 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26888 6102 6221 17456 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26889 6380 6210 17457 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26890 6210 6058 17457 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26891 6058 6221 17457 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26892 6221 6380 17457 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26893 6581 6422 17458 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26894 6422 6210 17458 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26895 6210 6380 17458 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26896 6380 6581 17458 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26897 6720 6632 17459 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26898 6632 6422 17459 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26899 6422 6581 17459 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26900 6581 6720 17459 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26901 6850 6779 17460 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26902 6779 6632 17460 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26903 6632 6720 17460 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26904 6720 6850 17460 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26905 6979 6950 17461 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26906 6950 6779 17461 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26907 6779 6850 17461 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26908 6850 6979 17461 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26909 7119 7108 17462 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26910 7108 6979 17462 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26911 6979 7012 17462 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26912 7012 7119 17462 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26913 7234 7257 17463 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26914 7257 7108 17463 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26915 7108 7119 17463 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26916 7119 7234 17463 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26917 7351 7388 17464 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26918 7388 7257 17464 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26919 7257 7234 17464 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26920 7234 7351 17464 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26921 7447 7491 17465 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26922 7491 7388 17465 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26923 7388 7351 17465 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26924 7351 7447 17465 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26925 7515 7603 17466 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26926 7603 7491 17466 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26927 7491 7447 17466 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26928 7447 7515 17466 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26929 7605 7687 17467 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26930 7687 7603 17467 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26931 7603 7515 17467 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26932 7515 7605 17467 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26933 7657 7772 17468 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26934 7772 7687 17468 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26935 7687 7605 17468 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26936 7605 7657 17468 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26937 7713 7833 17469 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26938 7833 7772 17469 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26939 7772 7657 17469 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26940 7657 7713 17469 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26941 7733 7863 17470 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26942 7863 7833 17470 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26943 7833 7713 17470 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26944 7713 7733 17470 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26945 7747 7874 17471 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26946 7874 7863 17471 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26947 7863 7733 17471 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26948 7733 7747 17471 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26949 7734 7864 17472 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26950 7864 7874 17472 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26951 7874 7747 17472 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26952 7747 7734 17472 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26953 7714 7834 17473 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26954 7834 7864 17473 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26955 7864 7734 17473 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26956 7734 7714 17473 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26957 7658 7773 17474 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26958 7773 7834 17474 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26959 7834 7714 17474 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26960 7714 7658 17474 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26961 7606 7688 17475 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26962 7688 7773 17475 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26963 7773 7658 17475 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26964 7658 7606 17475 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26965 7516 7604 17476 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26966 7604 7688 17476 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26967 7688 7606 17476 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26968 7606 7516 17476 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26969 7448 7492 17477 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26970 7492 7604 17477 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26971 7604 7516 17477 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26972 7516 7448 17477 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26973 7352 7389 17478 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26974 7389 7492 17478 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26975 7492 7448 17478 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26976 7448 7352 17478 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26977 7235 7258 17479 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26978 7258 7389 17479 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26979 7389 7352 17479 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26980 7352 7235 17479 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26981 7120 7109 17480 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26982 7109 7258 17480 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26983 7258 7235 17480 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26984 7235 7120 17480 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26985 7013 6980 17481 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26986 6980 7109 17481 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26987 7109 7120 17481 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26988 7120 7013 17481 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26989 6904 6851 17482 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26990 6851 6980 17482 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26991 6980 7013 17482 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26992 7013 6904 17482 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26993 6778 6721 17483 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26994 6721 6851 17483 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26995 6851 6904 17483 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26996 6904 6778 17483 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26997 6689 6582 17484 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26998 6582 6721 17484 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 26999 6721 6778 17484 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27000 6778 6689 17484 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27001 6584 6381 17485 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27002 6381 6582 17485 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27003 6582 6689 17485 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27004 6689 6584 17485 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27005 6436 6222 17486 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27006 6222 6381 17486 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27007 6381 6584 17486 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27008 6584 6436 17486 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27009 6315 6103 17487 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27010 6103 6222 17487 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27011 6222 6436 17487 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27012 6436 6315 17487 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27013 6225 6017 17488 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27014 6017 6103 17488 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27015 6103 6315 17488 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27016 6315 6225 17488 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27017 6158 5957 17489 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27018 5957 6017 17489 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27019 6017 6225 17489 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27020 6225 6158 17489 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27021 6136 5912 17490 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27022 5912 5957 17490 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27023 5957 6158 17490 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27024 6158 6136 17490 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27025 6121 5897 17491 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27026 5897 5912 17491 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27027 5912 6136 17491 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27028 6136 6121 17491 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27029 6135 5911 17492 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27030 5911 5897 17492 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27031 5897 6121 17492 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27032 6121 6135 17492 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27033 6157 5956 17493 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27034 5956 5911 17493 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27035 5911 6135 17493 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27036 6135 6157 17493 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27037 6224 6016 17494 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27038 6016 5956 17494 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27039 5956 6157 17494 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27040 6157 6224 17494 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27041 6314 6102 17495 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27042 6102 6016 17495 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27043 6016 6224 17495 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27044 6224 6314 17495 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27045 6435 6221 17496 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27046 6221 6102 17496 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27047 6102 6314 17496 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27048 6314 6435 17496 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27049 6583 6380 17497 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27050 6380 6221 17497 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27051 6221 6435 17497 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27052 6435 6583 17497 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27053 6688 6581 17498 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27054 6581 6380 17498 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27055 6380 6583 17498 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27056 6583 6688 17498 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27057 6777 6720 17499 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27058 6720 6581 17499 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27059 6581 6688 17499 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27060 6688 6777 17499 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27061 6903 6850 17500 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27062 6850 6720 17500 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27063 6720 6777 17500 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27064 6777 6903 17500 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27065 7012 6979 17501 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27066 6979 6850 17501 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27067 6850 6903 17501 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27068 6903 7012 17501 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27069 7117 7119 17502 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27070 7119 7012 17502 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27071 7012 7028 17502 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27072 7028 7117 17502 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27073 7192 7234 17503 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27074 7234 7119 17503 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27075 7119 7117 17503 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27076 7117 7192 17503 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27077 7305 7351 17504 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27078 7351 7234 17504 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27079 7234 7192 17504 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27080 7192 7305 17504 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27081 7375 7447 17505 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27082 7447 7351 17505 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27083 7351 7305 17505 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27084 7305 7375 17505 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27085 7442 7515 17506 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27086 7515 7447 17506 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27087 7447 7375 17506 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27088 7375 7442 17506 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27089 7484 7605 17507 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27090 7605 7515 17507 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27091 7515 7442 17507 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27092 7442 7484 17507 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27093 7530 7657 17508 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27094 7657 7605 17508 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27095 7605 7484 17508 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27096 7484 7530 17508 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27097 7563 7713 17509 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27098 7713 7657 17509 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27099 7657 7530 17509 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27100 7530 7563 17509 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27101 7590 7733 17510 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27102 7733 7713 17510 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27103 7713 7563 17510 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27104 7563 7590 17510 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27105 7602 7747 17511 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27106 7747 7733 17511 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27107 7733 7590 17511 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27108 7590 7602 17511 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27109 7591 7734 17512 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27110 7734 7747 17512 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27111 7747 7602 17512 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27112 7602 7591 17512 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27113 7564 7714 17513 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27114 7714 7734 17513 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27115 7734 7591 17513 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27116 7591 7564 17513 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27117 7531 7658 17514 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27118 7658 7714 17514 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27119 7714 7564 17514 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27120 7564 7531 17514 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27121 7485 7606 17515 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27122 7606 7658 17515 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27123 7658 7531 17515 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27124 7531 7485 17515 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27125 7443 7516 17516 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27126 7516 7606 17516 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27127 7606 7485 17516 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27128 7485 7443 17516 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27129 7376 7448 17517 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27130 7448 7516 17517 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27131 7516 7443 17517 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27132 7443 7376 17517 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27133 7306 7352 17518 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27134 7352 7448 17518 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27135 7448 7376 17518 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27136 7376 7306 17518 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27137 7193 7235 17519 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27138 7235 7352 17519 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27139 7352 7306 17519 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27140 7306 7193 17519 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27141 7118 7120 17520 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27142 7120 7235 17520 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27143 7235 7193 17520 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27144 7193 7118 17520 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27145 7029 7013 17521 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27146 7013 7120 17521 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27147 7120 7118 17521 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27148 7118 7029 17521 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27149 6956 6904 17522 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27150 6904 7013 17522 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27151 7013 7029 17522 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27152 7029 6956 17522 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27153 6868 6778 17523 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27154 6778 6904 17523 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27155 6904 6956 17523 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27156 6956 6868 17523 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27157 6769 6689 17524 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27158 6689 6778 17524 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27159 6778 6868 17524 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27160 6868 6769 17524 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27161 6714 6584 17525 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27162 6584 6689 17525 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27163 6689 6769 17525 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27164 6769 6714 17525 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27165 6637 6436 17526 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27166 6436 6584 17526 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27167 6584 6714 17526 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27168 6714 6637 17526 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27169 6580 6315 17527 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27170 6315 6436 17527 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27171 6436 6637 17527 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27172 6637 6580 17527 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27173 6499 6225 17528 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27174 6225 6315 17528 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27175 6315 6580 17528 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27176 6580 6499 17528 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27177 6447 6158 17529 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27178 6158 6225 17529 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27179 6225 6499 17529 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27180 6499 6447 17529 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27181 6409 6136 17530 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27182 6136 6158 17530 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27183 6158 6447 17530 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27184 6447 6409 17530 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27185 6392 6121 17531 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27186 6121 6136 17531 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27187 6136 6409 17531 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27188 6409 6392 17531 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27189 6408 6135 17532 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27190 6135 6121 17532 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27191 6121 6392 17532 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27192 6392 6408 17532 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27193 6446 6157 17533 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27194 6157 6135 17533 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27195 6135 6408 17533 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27196 6408 6446 17533 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27197 6498 6224 17534 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27198 6224 6157 17534 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27199 6157 6446 17534 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27200 6446 6498 17534 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27201 6579 6314 17535 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27202 6314 6224 17535 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27203 6224 6498 17535 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27204 6498 6579 17535 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27205 6636 6435 17536 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27206 6435 6314 17536 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27207 6314 6579 17536 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27208 6579 6636 17536 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27209 6713 6583 17537 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27210 6583 6435 17537 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27211 6435 6636 17537 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27212 6636 6713 17537 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27213 6768 6688 17538 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27214 6688 6583 17538 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27215 6583 6713 17538 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27216 6713 6768 17538 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27217 6867 6777 17539 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27218 6777 6688 17539 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27219 6688 6768 17539 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27220 6768 6867 17539 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27221 6955 6903 17540 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27222 6903 6777 17540 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27223 6777 6867 17540 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27224 6867 6955 17540 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27225 7028 7012 17541 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27226 7012 6903 17541 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27227 6903 6955 17541 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27228 6955 7028 17541 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27229 7104 7117 17542 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27230 7117 7028 17542 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27231 7028 7038 17542 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27232 7038 7104 17542 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27233 7161 7192 17543 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27234 7192 7117 17543 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27235 7117 7104 17543 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27236 7104 7161 17543 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27237 7213 7305 17544 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27238 7305 7192 17544 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27239 7192 7161 17544 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27240 7161 7213 17544 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27241 7291 7375 17545 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27242 7375 7305 17545 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27243 7305 7213 17545 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27244 7213 7291 17545 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27245 7329 7442 17546 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27246 7442 7375 17546 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27247 7375 7291 17546 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27248 7291 7329 17546 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27249 7368 7484 17547 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27250 7484 7442 17547 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27251 7442 7329 17547 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27252 7329 7368 17547 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27253 7402 7530 17548 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27254 7530 7484 17548 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27255 7484 7368 17548 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27256 7368 7402 17548 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27257 7424 7563 17549 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27258 7563 7530 17549 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27259 7530 7402 17549 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27260 7402 7424 17549 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27261 7440 7590 17550 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27262 7590 7563 17550 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27263 7563 7424 17550 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27264 7424 7440 17550 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27265 7446 7602 17551 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27266 7602 7590 17551 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27267 7590 7440 17551 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27268 7440 7446 17551 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27269 7441 7591 17552 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27270 7591 7602 17552 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27271 7602 7446 17552 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27272 7446 7441 17552 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27273 7423 7564 17553 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27274 7564 7591 17553 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27275 7591 7441 17553 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27276 7441 7423 17553 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27277 7403 7531 17554 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27278 7531 7564 17554 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27279 7564 7423 17554 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27280 7423 7403 17554 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27281 7369 7485 17555 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27282 7485 7531 17555 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27283 7531 7403 17555 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27284 7403 7369 17555 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27285 7330 7443 17556 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27286 7443 7485 17556 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27287 7485 7369 17556 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27288 7369 7330 17556 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27289 7292 7376 17557 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27290 7376 7443 17557 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27291 7443 7330 17557 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27292 7330 7292 17557 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27293 7214 7306 17558 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27294 7306 7376 17558 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27295 7376 7292 17558 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27296 7292 7214 17558 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27297 7162 7193 17559 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27298 7193 7306 17559 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27299 7306 7214 17559 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27300 7214 7162 17559 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27301 7105 7118 17560 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27302 7118 7193 17560 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27303 7193 7162 17560 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27304 7162 7105 17560 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27305 7039 7029 17561 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27306 7029 7118 17561 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27307 7118 7105 17561 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27308 7105 7039 17561 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27309 6991 6956 17562 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27310 6956 7029 17562 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27311 7029 7039 17562 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27312 7039 6991 17562 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27313 6942 6868 17563 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27314 6868 6956 17563 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27315 6956 6991 17563 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27316 6991 6942 17563 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27317 6885 6769 17564 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27318 6769 6868 17564 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27319 6868 6942 17564 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27320 6942 6885 17564 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27321 6832 6714 17565 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27322 6714 6769 17565 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27323 6769 6885 17565 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27324 6885 6832 17565 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27325 6773 6637 17566 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27326 6637 6714 17566 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27327 6714 6832 17566 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27328 6832 6773 17566 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27329 6747 6580 17567 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27330 6580 6637 17567 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27331 6637 6773 17567 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27332 6773 6747 17567 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27333 6725 6499 17568 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27334 6499 6580 17568 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27335 6580 6747 17568 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27336 6747 6725 17568 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27337 6701 6447 17569 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27338 6447 6499 17569 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27339 6499 6725 17569 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27340 6725 6701 17569 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27341 6681 6409 17570 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27342 6409 6447 17570 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27343 6447 6701 17570 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27344 6701 6681 17570 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27345 6674 6392 17571 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27346 6392 6409 17571 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27347 6409 6681 17571 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27348 6681 6674 17571 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27349 6680 6408 17572 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27350 6408 6392 17572 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27351 6392 6674 17572 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27352 6674 6680 17572 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27353 6700 6446 17573 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27354 6446 6408 17573 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27355 6408 6680 17573 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27356 6680 6700 17573 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27357 6724 6498 17574 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27358 6498 6446 17574 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27359 6446 6700 17574 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27360 6700 6724 17574 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27361 6746 6579 17575 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27362 6579 6498 17575 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27363 6498 6724 17575 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27364 6724 6746 17575 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27365 6772 6636 17576 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27366 6636 6579 17576 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27367 6579 6746 17576 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27368 6746 6772 17576 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27369 6831 6713 17577 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27370 6713 6636 17577 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27371 6636 6772 17577 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27372 6772 6831 17577 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27373 6884 6768 17578 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27374 6768 6713 17578 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27375 6713 6831 17578 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27376 6831 6884 17578 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27377 6941 6867 17579 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27378 6867 6768 17579 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27379 6768 6884 17579 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27380 6884 6941 17579 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27381 6990 6955 17580 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27382 6955 6867 17580 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27383 6867 6941 17580 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27384 6941 6990 17580 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27385 7038 7028 17581 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27386 7028 6955 17581 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27387 6955 6990 17581 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27388 6990 7038 17581 {mat="nomaterial" groups="default eyel" rgb=(.5 .5 .5)}
Face 27389 7086 7104 17582 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27390 7104 7038 17582 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27391 7038 7048 17582 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27392 7048 7086 17582 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27393 7121 7161 17583 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27394 7161 7104 17583 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27395 7104 7086 17583 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27396 7086 7121 17583 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27397 7146 7213 17584 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27398 7213 7161 17584 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27399 7161 7121 17584 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27400 7121 7146 17584 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27401 7167 7291 17585 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27402 7291 7213 17585 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27403 7213 7146 17585 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27404 7146 7167 17585 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27405 7184 7329 17586 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27406 7329 7291 17586 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27407 7291 7167 17586 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27408 7167 7184 17586 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27409 7204 7368 17587 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27410 7368 7329 17587 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27411 7329 7184 17587 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27412 7184 7204 17587 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27413 7237 7402 17588 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27414 7402 7368 17588 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27415 7368 7204 17588 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27416 7204 7237 17588 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27417 7255 7424 17589 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27418 7424 7402 17589 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27419 7402 7237 17589 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27420 7237 7255 17589 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27421 7277 7440 17590 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27422 7440 7424 17590 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27423 7424 7255 17590 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27424 7255 7277 17590 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27425 7278 7446 17591 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27426 7446 7440 17591 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27427 7440 7277 17591 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27428 7277 7278 17591 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27429 7276 7441 17592 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27430 7441 7446 17592 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27431 7446 7278 17592 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27432 7278 7276 17592 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27433 7254 7423 17593 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27434 7423 7441 17593 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27435 7441 7276 17593 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27436 7276 7254 17593 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27437 7238 7403 17594 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27438 7403 7423 17594 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27439 7423 7254 17594 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27440 7254 7238 17594 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27441 7203 7369 17595 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27442 7369 7403 17595 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27443 7403 7238 17595 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27444 7238 7203 17595 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27445 7185 7330 17596 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27446 7330 7369 17596 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27447 7369 7203 17596 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27448 7203 7185 17596 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27449 7168 7292 17597 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27450 7292 7330 17597 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27451 7330 7185 17597 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27452 7185 7168 17597 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27453 7147 7214 17598 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27454 7214 7292 17598 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27455 7292 7168 17598 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27456 7168 7147 17598 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27457 7122 7162 17599 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27458 7162 7214 17599 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27459 7214 7147 17599 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27460 7147 7122 17599 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27461 7087 7105 17600 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27462 7105 7162 17600 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27463 7162 7122 17600 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27464 7122 7087 17600 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27465 7049 7039 17601 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27466 7039 7105 17601 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27467 7105 7087 17601 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27468 7087 7049 17601 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27469 7027 6991 17602 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27470 6991 7039 17602 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27471 7039 7049 17602 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27472 7049 7027 17602 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27473 7008 6942 17603 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27474 6942 6991 17603 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27475 6991 7027 17603 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27476 7027 7008 17603 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27477 6977 6885 17604 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27478 6885 6942 17604 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27479 6942 7008 17604 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27480 7008 6977 17604 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27481 6959 6832 17605 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27482 6832 6885 17605 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27483 6885 6977 17605 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27484 6977 6959 17605 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27485 6933 6773 17606 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27486 6773 6832 17606 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27487 6832 6959 17606 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27488 6959 6933 17606 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27489 6919 6747 17607 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27490 6747 6773 17607 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27491 6773 6933 17607 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27492 6933 6919 17607 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27493 6900 6725 17608 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27494 6725 6747 17608 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27495 6747 6919 17608 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27496 6919 6900 17608 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27497 6888 6701 17609 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27498 6701 6725 17609 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27499 6725 6900 17609 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27500 6900 6888 17609 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27501 6879 6681 17610 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27502 6681 6701 17610 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27503 6701 6888 17610 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27504 6888 6879 17610 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27505 6878 6674 17611 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27506 6674 6681 17611 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27507 6681 6879 17611 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27508 6879 6878 17611 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27509 6880 6680 17612 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27510 6680 6674 17612 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27511 6674 6878 17612 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27512 6878 6880 17612 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27513 6887 6700 17613 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27514 6700 6680 17613 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27515 6680 6880 17613 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27516 6880 6887 17613 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27517 6899 6724 17614 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27518 6724 6700 17614 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27519 6700 6887 17614 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27520 6887 6899 17614 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27521 6918 6746 17615 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27522 6746 6724 17615 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27523 6724 6899 17615 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27524 6899 6918 17615 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27525 6932 6772 17616 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27526 6772 6746 17616 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27527 6746 6918 17616 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27528 6918 6932 17616 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27529 6958 6831 17617 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27530 6831 6772 17617 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27531 6772 6932 17617 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27532 6932 6958 17617 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27533 6976 6884 17618 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27534 6884 6831 17618 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27535 6831 6958 17618 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27536 6958 6976 17618 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27537 7007 6941 17619 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27538 6941 6884 17619 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27539 6884 6976 17619 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27540 6976 7007 17619 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27541 7026 6990 17620 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27542 6990 6941 17620 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27543 6941 7007 17620 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27544 7007 7026 17620 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27545 7048 7038 17621 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27546 7038 6990 17621 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27547 6990 7026 17621 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27548 7026 7048 17621 {mat="nomaterial" groups="default irisl" rgb=(1 1 1)}
Face 27549 10983 11000 17622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27550 11000 10997 17622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27551 10997 11007 17622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27552 11007 10983 17622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27553 11007 10997 17623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27554 10997 11025 17623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27555 11025 11022 17623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27556 11022 11007 17623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27557 11022 11025 17624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27558 11025 10973 17624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27559 10973 10998 17624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27560 10998 11022 17624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27561 10998 10973 17625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27562 10973 10993 17625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27563 10993 10990 17625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27564 10990 10998 17625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27565 10990 10993 17626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27566 10993 10967 17626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27567 10967 10986 17626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27568 10986 10990 17626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27569 10986 10967 17627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27570 10967 10942 17627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27571 10942 10961 17627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27572 10961 10986 17627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27573 10792 10789 17628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27574 10789 10682 17628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27575 10682 10659 17628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27576 10659 10792 17628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27577 10792 10659 17629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27578 10659 10759 17629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27579 10759 10791 17629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27580 10791 10792 17629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27581 10632 10629 17630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27582 10629 10442 17630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27583 10442 10397 17630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27584 10397 10632 17630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27585 10632 10397 17631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27586 10397 10537 17631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27587 10537 10612 17631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27588 10612 10632 17631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27589 10710 10700 17632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27590 10700 10522 17632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27591 10522 10485 17632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27592 10485 10710 17632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27593 10710 10485 17633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27594 10485 10655 17633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27595 10655 10702 17633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27596 10702 10710 17633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27597 10504 10490 17634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27598 10490 10365 17634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27599 10365 10344 17634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27600 10344 10504 17634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27601 10504 10344 17635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27602 10344 10469 17635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27603 10469 10507 17635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27604 10507 10504 17635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27605 10143 10168 17636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27606 10168 10207 17636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27607 10207 10170 17636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27608 10170 10143 17636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27609 10143 10170 17637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27610 10170 10117 17637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27611 10117 10116 17637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27612 10116 10143 17637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27613 9646 9625 17638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27614 9625 9568 17638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27615 9568 9690 17638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27616 9690 9646 17638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27617 9714 9690 17639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27618 9690 9568 17639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27619 9568 9712 17639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27620 9712 9714 17639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27621 9660 9712 17640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27622 9712 9568 17640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27623 9568 9615 17640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27624 9615 9660 17640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27625 10937 10947 17641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27626 10947 10928 17641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27627 10928 10939 17641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27628 10939 10937 17641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27629 10944 10920 17642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27630 10920 10947 17642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27631 10947 10943 17642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27632 10943 10944 17642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27633 66 45 17643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27634 45 38 17643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27635 38 48 17643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27636 48 66 17643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27637 36 48 17644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27638 48 23 17644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27639 23 20 17644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27640 20 36 17644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27641 40 20 17645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27642 20 47 17645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27643 47 72 17645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27644 72 40 17645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27645 69 72 17646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27646 72 55 17646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27647 55 52 17646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27648 52 69 17646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27649 107 78 17647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27650 78 84 17647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27651 84 103 17647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27652 103 107 17647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27653 285 256 17648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27654 256 386 17648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27655 386 363 17648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27656 363 285 17648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27657 362 386 17649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27658 386 254 17649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27659 254 286 17649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27660 286 362 17649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27661 475 416 17650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27662 416 648 17650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27663 648 603 17650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27664 603 475 17650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27665 628 648 17651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27666 648 433 17651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27667 433 508 17651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27668 508 628 17651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27669 392 345 17652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27670 345 560 17652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27671 560 523 17652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27672 523 392 17652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27673 521 560 17653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27674 560 343 17653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27675 343 390 17653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27676 390 521 17653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27677 602 555 17654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27678 555 701 17654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27679 701 680 17654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27680 680 602 17654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27681 664 701 17655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27682 701 538 17655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27683 538 576 17655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27684 576 664 17655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27685 845 877 17656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27686 877 875 17656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27687 875 838 17656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27688 838 845 17656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27689 904 875 17657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27690 875 929 17657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27691 929 928 17657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27692 928 904 17657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27693 1331 1333 17658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27694 1333 1430 17658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27695 1430 1355 17658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27696 1355 1331 17658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27697 1399 1355 17659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27698 1355 1430 17659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27699 1430 1420 17659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27700 1420 1399 17659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27701 1474 1420 17660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27702 1420 1430 17660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27703 1430 1477 17660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27704 1477 1474 17660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27705 113 98 17661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27706 98 106 17661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27707 106 117 17661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27708 117 113 17661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27709 113 125 17662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27710 125 102 17662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27711 102 98 17662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27712 98 113 17662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27713 10980 11039 17663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27714 11039 11028 17663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27715 11028 10933 17663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27716 10933 10980 17663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27717 11030 11044 17664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27718 11044 11039 17664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27719 11039 10980 17664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27720 10980 11030 17664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27721 11034 11043 17665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27722 11043 11044 17665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27723 11044 11030 17665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27724 11030 11034 17665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27725 11021 11042 17666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27726 11042 11043 17666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27727 11043 11034 17666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27728 11034 11021 17666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27729 10989 11035 17667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27730 11035 11042 17667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27731 11042 11021 17667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27732 11021 10989 17667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27733 10951 10960 17668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27734 10960 11035 17668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27735 11035 10989 17668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27736 10989 10951 17668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27737 10822 10810 17669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27738 10810 10960 17669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27739 10960 10892 17669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27740 10892 10822 17669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27741 10822 10739 17670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27742 10739 10418 17670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27743 10418 10810 17670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27744 10810 10822 17670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27745 10685 10250 17671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27746 10250 10418 17671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27747 10418 10739 17671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27748 10739 10685 17671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27749 10556 10167 17672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27750 10167 10250 17672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27751 10250 10685 17672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27752 10685 10556 17672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27753 10453 10134 17673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27754 10134 10167 17673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27755 10167 10556 17673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27756 10556 10453 17673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27757 10441 10157 17674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27758 10157 10134 17674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27759 10134 10453 17674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27760 10453 10441 17674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27761 10512 10223 17675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27762 10223 10157 17675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27763 10157 10441 17675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27764 10441 10512 17675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27765 10814 10578 17676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27766 10578 10223 17676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27767 10223 10618 17676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27768 10618 10814 17676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27769 10878 10875 17677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27770 10875 10578 17677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27771 10578 10814 17677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27772 10814 10878 17677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27773 10933 11028 17678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27774 11028 10875 17678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27775 10875 10878 17678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27776 10878 10933 17678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27777 10857 10756 17679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27778 10756 10822 17679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27779 10822 10892 17679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27780 10892 10857 17679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27781 10701 10681 17680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27782 10681 10685 17680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27783 10685 10739 17680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27784 10739 10701 17680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27785 10681 10640 17681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27786 10640 10556 17681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27787 10556 10685 17681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27788 10685 10681 17681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27789 10640 10585 17682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27790 10585 10453 17682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27791 10453 10556 17682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27792 10556 10640 17682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27793 10585 10592 17683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27794 10592 10441 17683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27795 10441 10453 17683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27796 10453 10585 17683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27797 10592 10550 17684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27798 10550 10512 17684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27799 10512 10441 17684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27800 10441 10592 17684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27801 10550 10624 17685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27802 10624 10618 17685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27803 10618 10512 17685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27804 10512 10550 17685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27805 10624 10885 17686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27806 10885 10814 17686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27807 10814 10618 17686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27808 10618 10624 17686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27809 10953 10987 17687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27810 10987 10933 17687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27811 10933 10878 17687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27812 10878 10953 17687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27813 10987 11010 17688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27814 11010 10980 17688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27815 10980 10933 17688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27816 10933 10987 17688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27817 11010 11024 17689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27818 11024 11030 17689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27819 11030 10980 17689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27820 10980 11010 17689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27821 11013 10995 17690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27822 10995 11021 17690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27823 11021 11034 17690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27824 11034 11013 17690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27825 10995 10968 17691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27826 10968 10989 17691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27827 10989 11021 17691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27828 11021 10995 17691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27829 10968 10922 17692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27830 10922 10951 17692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27831 10951 10989 17692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27832 10989 10968 17692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27833 10922 10857 17693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27834 10857 10892 17693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27835 10892 10951 17693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27836 10951 10922 17693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27837 10883 10603 17694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27838 10603 10578 17694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27839 10578 10875 17694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27840 10875 10883 17694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27841 10603 10273 17695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27842 10273 10223 17695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27843 10223 10578 17695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27844 10578 10603 17695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27845 10273 10203 17696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27846 10203 10157 17696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27847 10157 10223 17696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27848 10223 10273 17696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27849 10203 10160 17697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27850 10160 10134 17697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27851 10134 10157 17697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27852 10157 10203 17697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27853 10160 10199 17698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27854 10199 10167 17698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27855 10167 10134 17698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27856 10134 10160 17698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27857 10199 10293 17699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27858 10293 10250 17699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27859 10250 10167 17699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27860 10167 10199 17699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27861 10293 10511 17700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27862 10511 10418 17700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27863 10418 10250 17700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27864 10250 10293 17700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27865 10511 10832 17701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27866 10832 10810 17701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27867 10810 10418 17701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27868 10418 10511 17701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27869 10832 10962 17702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27870 10962 10960 17702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27871 10960 10810 17702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27872 10810 10832 17702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27873 10962 11032 17703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27874 11032 11035 17703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27875 11035 10960 17703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27876 10960 10962 17703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27877 11032 11037 17704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27878 11037 11042 17704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27879 11042 11035 17704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27880 11035 11032 17704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27881 11037 11040 17705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27882 11040 11043 17705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27883 11043 11042 17705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27884 11042 11037 17705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27885 11040 11041 17706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27886 11041 11044 17706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27887 11044 11043 17706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27888 11043 11040 17706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27889 11041 11038 17707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27890 11038 11039 17707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27891 11039 11044 17707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27892 11044 11041 17707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27893 11038 11029 17708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27894 11029 11028 17708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27895 11028 11039 17708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27896 11039 11038 17708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27897 11029 10883 17709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27898 10883 10875 17709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27899 10875 11028 17709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27900 11028 11029 17709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27901 10269 10296 17710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27902 10296 10211 17710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27903 10211 10196 17710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27904 10196 10269 17710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27905 10784 10696 17711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27906 10696 10790 17711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27907 10790 10861 17711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27908 10861 10784 17711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27909 10834 10784 17712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27910 10784 10861 17712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27911 10861 10909 17712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27912 10909 10834 17712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27913 10652 10656 17713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27914 10656 10778 17713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27915 10778 10774 17713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27916 10774 10652 17713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27917 10664 10652 17714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27918 10652 10774 17714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27919 10774 10775 17714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27920 10775 10664 17714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27921 10696 10664 17715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27922 10664 10775 17715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27923 10775 10790 17715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27924 10790 10696 17715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27925 10078 10104 17716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27926 10104 10057 17716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27927 10057 10001 17716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27928 10001 10078 17716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27929 10099 10078 17717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27930 10078 10001 17717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27931 10001 10069 17717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27932 10069 10099 17717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27933 10227 10189 17718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27934 10189 10173 17718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27935 10173 10195 17718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27936 10195 10227 17718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27937 10188 10265 17719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27938 10265 10283 17719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27939 10283 10180 17719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27940 10180 10188 17719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27941 10956 10935 17720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27942 10935 11014 17720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27943 11014 11001 17720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27944 11001 10956 17720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27945 10956 10912 17721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27946 10912 10868 17721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27947 10868 10935 17721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27948 10935 10956 17721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27949 10884 10971 17722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27950 10971 11018 17722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27951 11018 10904 17722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27952 10904 10884 17722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27953 10733 10884 17723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27954 10884 10904 17723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27955 10904 10823 17723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27956 10823 10733 17723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27957 10954 10874 17724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27958 10874 10848 17724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27959 10848 10948 17724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27960 10948 10954 17724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27961 10957 10946 17725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27962 10946 10918 17725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27963 10918 10965 17725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27964 10965 10957 17725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27965 10992 10985 17726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27966 10985 10957 17726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27967 10957 10965 17726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27968 10965 10992 17726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27969 10781 10801 17727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27970 10801 10761 17727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27971 10761 10732 17727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27972 10732 10781 17727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27973 10801 10733 17728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27974 10733 10686 17728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27975 10686 10761 17728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27976 10761 10801 17728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27977 10733 10472 17729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27978 10472 10447 17729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27979 10447 10686 17729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27980 10686 10733 17729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27981 10472 10265 17730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27982 10265 10292 17730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27983 10292 10447 17730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27984 10447 10472 17730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27985 10265 10227 17731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27986 10227 10246 17731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27987 10246 10292 17731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27988 10292 10265 17731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27989 10229 10246 17732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27990 10246 10227 17732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27991 10227 10195 17732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27992 10195 10229 17732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27993 11019 11001 17733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27994 11001 11017 17733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27995 11017 10996 17733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27996 10996 11019 17733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27997 10988 10999 17734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27998 10999 10996 17734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 27999 10996 11017 17734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28000 11017 10988 17734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28001 10307 10284 17735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28002 10284 10581 17735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28003 10581 10495 17735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28004 10495 10307 17735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28005 10017 9924 17736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28006 9924 9974 17736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28007 9974 10052 17736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28008 10052 10017 17736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28009 10125 10017 17737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28010 10017 10052 17737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28011 10052 10129 17737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28012 10129 10125 17737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28013 11038 11031 17738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28014 11031 11008 17738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28015 11008 11029 17738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28016 11029 11038 17738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28017 10495 10581 17739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28018 10581 10891 17739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28019 10891 10868 17739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28020 10868 10495 17739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28021 10371 10338 17740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28022 10338 10307 17740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28023 10307 10495 17740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28024 10495 10371 17740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28025 10069 10174 17741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28026 10174 10179 17741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28027 10179 10099 17741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28028 10099 10069 17741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28029 10868 10891 17742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28030 10891 11008 17742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28031 11008 10935 17742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28032 10935 10868 17742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28033 10764 10641 17743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28034 10641 10785 17743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28035 10785 10796 17743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28036 10796 10764 17743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28037 10924 10855 17744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28038 10855 10857 17744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28039 10857 10922 17744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28040 10922 10924 17744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28041 10855 10693 17745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28042 10693 10756 17745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28043 10756 10857 17745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28044 10857 10855 17745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28045 10693 10625 17746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28046 10625 10701 17746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28047 10701 10756 17746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28048 10756 10693 17746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28049 10625 10614 17747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28050 10614 10681 17747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28051 10681 10701 17747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28052 10701 10625 17747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28053 10614 10641 17748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28054 10641 10640 17748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28055 10640 10681 17748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28056 10681 10614 17748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28057 10641 10698 17749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28058 10698 10585 17749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28059 10585 10640 17749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28060 10640 10641 17749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28061 10698 10587 17750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28062 10587 10592 17750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28063 10592 10585 17750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28064 10585 10698 17750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28065 10587 10532 17751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28066 10532 10550 17751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28067 10550 10592 17751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28068 10592 10587 17751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28069 10532 10597 17752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28070 10597 10624 17752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28071 10624 10550 17752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28072 10550 10532 17752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28073 10597 10882 17753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28074 10882 10885 17753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28075 10885 10624 17753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28076 10624 10597 17753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28077 10882 10955 17754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28078 10955 10953 17754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28079 10953 10885 17754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28080 10885 10882 17754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28081 10955 10991 17755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28082 10991 10987 17755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28083 10987 10953 17755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28084 10953 10955 17755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28085 10991 11016 17756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28086 11016 11010 17756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28087 11010 10987 17756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28088 10987 10991 17756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28089 11016 11027 17757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28090 11027 11024 17757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28091 11024 11010 17757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28092 11010 11016 17757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28093 11027 11020 17758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28094 11020 11013 17758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28095 11013 11024 17758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28096 11024 11027 17758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28097 11020 11004 17759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28098 11004 10995 17759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28099 10995 11013 17759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28100 11013 11020 17759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28101 11004 10974 17760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28102 10974 10968 17760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28103 10968 10995 17760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28104 10995 11004 17760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28105 10974 10924 17761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28106 10924 10922 17761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28107 10922 10968 17761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28108 10968 10974 17761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28109 10531 10532 17762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28110 10532 10587 17762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28111 10587 10678 17762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28112 10678 10531 17762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28113 10940 10961 17763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28114 10961 10942 17763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28115 10942 10900 17763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28116 10900 10940 17763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28117 10895 10940 17764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28118 10940 10900 17764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28119 10900 10846 17764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28120 10846 10895 17764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28121 10903 10983 17765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28122 10983 10955 17765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28123 10955 10927 17765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28124 10927 10903 17765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28125 10882 10597 17766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28126 10597 10661 17766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28127 10661 10850 17766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28128 10850 10882 17766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28129 10798 10903 17767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28130 10903 10927 17767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28131 10927 10772 17767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28132 10772 10798 17767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28133 10772 10927 17768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28134 10927 10850 17768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28135 10850 10689 17768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28136 10689 10772 17768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28137 10322 10661 17769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28138 10661 10531 17769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28139 10531 10300 17769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28140 10300 10322 17769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28141 10300 10531 17770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28142 10531 10508 17770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28143 10508 10419 17770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28144 10419 10300 17770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28145 10661 10322 17771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28146 10322 10519 17771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28147 10519 10850 17771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28148 10850 10661 17771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28149 10889 10798 17772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28150 10798 10636 17772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28151 10636 10734 17772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28152 10734 10889 17772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28153 10695 10648 17773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28154 10648 10508 17773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28155 10508 10712 17773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28156 10712 10695 17773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28157 10508 10531 17774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28158 10531 10678 17774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28159 10678 10712 17774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28160 10712 10508 17774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28161 10698 10764 17775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28162 10764 10678 17775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28163 10678 10587 17775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28164 10587 10698 17775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28165 10777 10711 17776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28166 10711 10747 17776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28167 10747 10695 17776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28168 10695 10777 17776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28169 10799 10777 17777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28170 10777 10695 17777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28171 10695 10712 17777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28172 10712 10799 17777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28173 10764 10799 17778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28174 10799 10712 17778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28175 10712 10678 17778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28176 10678 10764 17778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28177 10796 10829 17779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28178 10829 10799 17779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28179 10799 10764 17779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28180 10764 10796 17779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28181 10693 10855 17780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28182 10855 10895 17780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28183 10895 10745 17780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28184 10745 10693 17780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28185 10625 10693 17781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28186 10693 10745 17781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28187 10745 10722 17781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28188 10722 10625 17781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28189 10614 10625 17782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28190 10625 10722 17782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28191 10722 10719 17782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28192 10719 10614 17782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28193 10641 10614 17783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28194 10614 10719 17783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28195 10719 10785 17783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28196 10785 10641 17783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28197 10983 11007 17784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28198 11007 10991 17784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28199 10991 10955 17784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28200 10955 10983 17784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28201 11007 11022 17785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28202 11022 11016 17785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28203 11016 10991 17785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28204 10991 11007 17785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28205 11022 10998 17786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28206 10998 11027 17786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28207 11027 11016 17786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28208 11016 11022 17786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28209 10998 10990 17787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28210 10990 11020 17787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28211 11020 11027 17787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28212 11027 10998 17787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28213 10990 10986 17788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28214 10986 11004 17788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28215 11004 11020 17788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28216 11020 10990 17788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28217 10986 10961 17789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28218 10961 10974 17789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28219 10974 11004 17789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28220 11004 10986 17789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28221 10924 10974 17790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28222 10974 10961 17790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28223 10961 10940 17790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28224 10940 10924 17790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28225 10895 10855 17791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28226 10855 10924 17791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28227 10924 10940 17791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28228 10940 10895 17791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28229 10745 10895 17792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28230 10895 10846 17792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28231 10846 10757 17792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28232 10757 10745 17792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28233 10722 10745 17793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28234 10745 10757 17793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28235 10757 10768 17793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28236 10768 10722 17793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28237 10719 10722 17794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28238 10722 10768 17794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28239 10768 10817 17794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28240 10817 10719 17794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28241 10785 10719 17795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28242 10719 10817 17795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28243 10817 10818 17795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28244 10818 10785 17795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28245 10796 10785 17796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28246 10785 10818 17796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28247 10818 10821 17796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28248 10821 10796 17796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28249 10829 10796 17797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28250 10796 10821 17797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28251 10821 10835 17797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28252 10835 10829 17797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28253 10777 10829 17798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28254 10829 10835 17798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28255 10835 10773 17798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28256 10773 10777 17798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28257 10925 10889 17799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28258 10889 10734 17799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28259 10734 10813 17799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28260 10813 10925 17799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28261 10963 10903 17800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28262 10903 10889 17800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28263 10889 10925 17800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28264 10925 10963 17800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28265 11000 10983 17801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28266 10983 10903 17801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28267 10903 10963 17801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28268 10963 11000 17801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28269 10568 10584 17802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28270 10584 10666 17802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28271 10666 10748 17802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28272 10748 10568 17802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28273 10677 10568 17803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28274 10568 10748 17803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28275 10748 10815 17803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28276 10815 10677 17803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28277 10584 10668 17804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28278 10668 10690 17804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28279 10690 10666 17804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28280 10666 10584 17804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28281 10837 10715 17805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28282 10715 10677 17805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28283 10677 10815 17805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28284 10815 10837 17805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28285 10536 10647 17806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28286 10647 10668 17806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28287 10668 10584 17806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28288 10584 10536 17806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28289 10468 10536 17807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28290 10536 10584 17807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28291 10584 10568 17807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28292 10568 10468 17807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28293 10474 10468 17808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28294 10468 10568 17808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28295 10568 10677 17808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28296 10677 10474 17808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28297 10533 10474 17809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28298 10474 10677 17809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28299 10677 10715 17809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28300 10715 10533 17809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28301 10394 10407 17810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28302 10407 10468 17810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28303 10468 10474 17810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28304 10474 10394 17810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28305 10427 10394 17811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28306 10394 10474 17811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28307 10474 10533 17811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28308 10533 10427 17811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28309 10528 10649 17812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28310 10649 10647 17812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28311 10647 10536 17812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28312 10536 10528 17812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28313 10407 10528 17813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28314 10528 10536 17813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28315 10536 10468 17813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28316 10468 10407 17813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28317 10503 10604 17814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28318 10604 10649 17814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28319 10649 10528 17814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28320 10528 10503 17814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28321 10375 10503 17815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28322 10503 10528 17815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28323 10528 10407 17815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28324 10407 10375 17815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28325 10332 10375 17816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28326 10375 10407 17816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28327 10407 10394 17816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28328 10394 10332 17816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28329 10340 10332 17817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28330 10332 10394 17817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28331 10394 10427 17817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28332 10427 10340 17817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28333 10368 10482 17818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28334 10482 10503 17818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28335 10503 10375 17818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28336 10375 10368 17818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28337 10314 10368 17819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28338 10368 10375 17819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28339 10375 10332 17819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28340 10332 10314 17819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28341 10305 10314 17820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28342 10314 10332 17820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28343 10332 10340 17820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28344 10340 10305 17820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28345 10482 10576 17821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28346 10576 10604 17821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28347 10604 10503 17821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28348 10503 10482 17821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28349 10399 10404 17822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28350 10404 10314 17822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28351 10314 10305 17822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28352 10305 10399 17822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28353 10527 10617 17823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28354 10617 10576 17823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28355 10576 10482 17823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28356 10482 10527 17823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28357 10464 10527 17824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28358 10527 10482 17824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28359 10482 10368 17824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28360 10368 10464 17824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28361 10404 10464 17825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28362 10464 10368 17825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28363 10368 10314 17825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28364 10314 10404 17825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28365 10645 10630 17826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28366 10630 10617 17826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28367 10617 10527 17826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28368 10527 10645 17826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28369 10623 10645 17827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28370 10645 10527 17827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28371 10527 10464 17827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28372 10464 10623 17827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28373 10639 10623 17828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28374 10623 10464 17828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28375 10464 10404 17828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28376 10404 10639 17828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28377 10602 10639 17829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28378 10639 10404 17829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28379 10404 10399 17829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28380 10399 10602 17829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28381 10763 10725 17830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28382 10725 10623 17830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28383 10623 10639 17830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28384 10639 10763 17830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28385 10760 10763 17831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28386 10763 10639 17831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28387 10639 10682 17831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28388 10682 10760 17831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28389 10735 10762 17832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28390 10762 10630 17832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28391 10630 10645 17832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28392 10645 10735 17832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28393 10725 10735 17833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28394 10735 10645 17833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28395 10645 10623 17833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28396 10623 10725 17833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28397 10760 10789 17834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28398 10789 10794 17834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28399 10794 10763 17834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28400 10763 10760 17834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28401 10725 10783 17835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28402 10783 10786 17835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28403 10786 10735 17835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28404 10735 10725 17835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28405 10786 10783 17836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28406 10783 10808 17836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28407 10808 10804 17836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28408 10804 10786 17836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28409 10602 10659 17837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28410 10659 10682 17837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28411 10682 10639 17837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28412 10639 10602 17837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28413 10789 10792 17838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28414 10792 10811 17838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28415 10811 10794 17838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28416 10794 10789 17838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28417 10824 10819 17839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28418 10819 10804 17839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28419 10804 10808 17839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28420 10808 10824 17839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28421 10824 10808 17840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28422 10808 10794 17840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28423 10794 10811 17840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28424 10811 10824 17840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28425 10808 10783 17841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28426 10783 10763 17841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28427 10763 10794 17841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28428 10794 10808 17841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28429 10718 10709 17842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28430 10709 10666 17842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28431 10666 10690 17842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28432 10690 10718 17842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28433 10863 10890 17843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28434 10890 10837 17843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28435 10837 10815 17843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28436 10815 10863 17843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28437 10816 10863 17844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28438 10863 10815 17844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28439 10815 10748 17844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28440 10748 10816 17844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28441 10709 10816 17845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28442 10816 10748 17845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28443 10748 10666 17845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28444 10666 10709 17845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28445 10897 10873 17846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28446 10873 10826 17846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28447 10826 10841 17846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28448 10841 10897 17846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28449 10890 10897 17847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28450 10897 10841 17847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28451 10841 10837 17847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28452 10837 10890 17847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28453 10694 10718 17848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28454 10718 10690 17848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28455 10690 10749 17848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28456 10749 10694 17848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28457 10782 10809 17849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28458 10809 10793 17849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28459 10793 10758 17849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28460 10758 10782 17849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28461 10809 10824 17850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28462 10824 10811 17850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28463 10811 10793 17850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28464 10793 10809 17850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28465 10819 10824 17851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28466 10824 10809 17851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28467 10809 10806 17851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28468 10806 10819 17851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28469 10792 10791 17852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28470 10791 10793 17852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28471 10793 10811 17852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28472 10811 10792 17852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28473 10659 10602 17853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28474 10602 10637 17853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28475 10637 10683 17853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28476 10683 10659 17853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28477 10782 10788 17854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28478 10788 10806 17854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28479 10806 10809 17854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28480 10809 10782 17854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28481 10782 10724 17855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28482 10724 10736 17855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28483 10736 10788 17855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28484 10788 10782 17855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28485 10791 10759 17856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28486 10759 10758 17856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28487 10758 10793 17856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28488 10793 10791 17856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28489 10736 10724 17857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28490 10724 10622 17857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28491 10622 10642 17857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28492 10642 10736 17857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28493 10762 10736 17858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28494 10736 10642 17858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28495 10642 10630 17858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28496 10630 10762 17858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28497 10758 10759 17859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28498 10759 10683 17859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28499 10683 10637 17859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28500 10637 10758 17859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28501 10724 10758 17860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28502 10758 10637 17860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28503 10637 10622 17860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28504 10622 10724 17860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28505 10637 10602 17861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28506 10602 10399 17861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28507 10399 10406 17861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28508 10406 10637 17861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28509 10622 10637 17862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28510 10637 10406 17862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28511 10406 10460 17862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28512 10460 10622 17862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28513 10642 10622 17863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28514 10622 10460 17863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28515 10460 10606 17863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28516 10606 10642 17863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28517 10630 10642 17864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28518 10642 10606 17864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28519 10606 10617 17864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28520 10617 10630 17864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28521 10460 10406 17865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28522 10406 10317 17865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28523 10317 10446 17865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28524 10446 10460 17865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28525 10606 10460 17866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28526 10460 10446 17866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28527 10446 10557 17866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28528 10557 10606 17866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28529 10617 10606 17867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28530 10606 10557 17867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28531 10557 10576 17867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28532 10576 10617 17867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28533 10406 10399 17868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28534 10399 10305 17868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28535 10305 10317 17868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28536 10317 10406 17868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28537 10576 10557 17869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28538 10557 10589 17869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28539 10589 10604 17869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28540 10604 10576 17869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28541 10317 10305 17870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28542 10305 10340 17870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28543 10340 10367 17870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28544 10367 10317 17870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28545 10446 10317 17871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28546 10317 10367 17871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28547 10367 10455 17871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28548 10455 10446 17871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28549 10557 10446 17872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28550 10446 10455 17872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28551 10455 10589 17872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28552 10589 10557 17872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28553 10367 10340 17873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28554 10340 10427 17873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28555 10427 10459 17873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28556 10459 10367 17873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28557 10455 10367 17874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28558 10367 10459 17874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28559 10459 10553 17874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28560 10553 10455 17874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28561 10589 10455 17875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28562 10455 10553 17875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28563 10553 10657 17875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28564 10657 10589 17875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28565 10604 10589 17876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28566 10589 10657 17876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28567 10657 10649 17876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28568 10649 10604 17876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28569 10657 10553 17877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28570 10553 10635 17877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28571 10635 10674 17877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28572 10674 10657 17877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28573 10649 10657 17878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28574 10657 10674 17878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28575 10674 10647 17878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28576 10647 10649 17878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28577 10459 10427 17879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28578 10427 10533 17879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28579 10533 10586 17879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28580 10586 10459 17879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28581 10553 10459 17880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28582 10459 10586 17880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28583 10586 10635 17880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28584 10635 10553 17880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28585 10586 10533 17881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28586 10533 10715 17881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28587 10715 10737 17881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28588 10737 10586 17881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28589 10635 10586 17882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28590 10586 10737 17882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28591 10737 10723 17882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28592 10723 10635 17882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28593 10674 10635 17883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28594 10635 10723 17883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28595 10723 10705 17883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28596 10705 10674 17883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28597 10647 10674 17884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28598 10674 10705 17884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28599 10705 10668 17884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28600 10668 10647 17884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28601 10715 10837 17885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28602 10837 10841 17885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28603 10841 10737 17885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28604 10737 10715 17885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28605 10668 10705 17886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28606 10705 10749 17886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28607 10749 10690 17886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28608 10690 10668 17886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28609 10723 10737 17887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28610 10737 10841 17887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28611 10841 10826 17887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28612 10826 10723 17887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28613 10705 10723 17888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28614 10723 10826 17888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28615 10826 10749 17888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28616 10749 10705 17888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28617 10845 10914 17889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28618 10914 10863 17889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28619 10863 10816 17889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28620 10816 10845 17889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28621 10721 10845 17890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28622 10845 10816 17890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28623 10816 10709 17890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28624 10709 10721 17890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28625 10717 10721 17891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28626 10721 10709 17891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28627 10709 10718 17891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28628 10718 10717 17891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28629 10771 10717 17892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28630 10717 10718 17892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28631 10718 10694 17892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28632 10694 10771 17892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28633 10945 10934 17893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28634 10934 10873 17893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28635 10873 10897 17893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28636 10897 10945 17893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28637 10938 10967 17894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28638 10967 10934 17894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28639 10934 10945 17894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28640 10945 10938 17894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28641 10942 10938 17895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28642 10938 10945 17895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28643 10945 10949 17895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28644 10949 10942 17895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28645 10900 10942 17896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28646 10942 10949 17896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28647 10949 10914 17896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28648 10914 10900 17896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28649 10846 10900 17897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28650 10900 10914 17897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28651 10914 10845 17897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28652 10845 10846 17897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28653 10757 10846 17898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28654 10846 10845 17898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28655 10845 10721 17898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28656 10721 10757 17898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28657 10768 10757 17899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28658 10757 10721 17899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28659 10721 10717 17899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28660 10717 10768 17899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28661 10817 10768 17900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28662 10768 10717 17900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28663 10717 10771 17900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28664 10771 10817 17900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28665 10818 10817 17901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28666 10817 10771 17901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28667 10771 10787 17901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28668 10787 10818 17901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28669 10821 10818 17902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28670 10818 10787 17902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28671 10787 10797 17902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28672 10797 10821 17902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28673 10976 10973 17903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28674 10973 10975 17903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28675 10975 10977 17903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28676 10977 10976 17903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28677 10993 10976 17904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28678 10976 10977 17904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28679 10977 10994 17904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28680 10994 10993 17904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28681 10978 10993 17905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28682 10993 10994 17905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28683 10994 10981 17905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28684 10981 10978 17905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28685 10967 10978 17906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28686 10978 10981 17906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28687 10981 10934 17906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28688 10934 10967 17906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28689 10934 10981 17907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28690 10981 10921 17907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28691 10921 10873 17907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28692 10873 10934 17907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28693 10787 10771 17908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28694 10771 10694 17908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28695 10694 10766 17908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28696 10766 10787 17908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28697 10797 10787 17909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28698 10787 10766 17909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28699 10766 10767 17909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28700 10767 10797 17909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28701 10977 10975 17910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28702 10975 10907 17910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28703 10907 10929 17910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28704 10929 10977 17910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28705 10564 10565 17911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28706 10565 10691 17911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28707 10691 10802 17911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28708 10802 10564 17911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28709 10660 10564 17912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28710 10564 10802 17912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28711 10802 10852 17912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28712 10852 10660 17912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28713 10565 10601 17913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28714 10601 10670 17913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28715 10670 10691 17913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28716 10691 10565 17913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28717 10859 10680 17914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28718 10680 10660 17914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28719 10660 10852 17914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28720 10852 10859 17914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28721 10518 10554 17915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28722 10554 10601 17915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28723 10601 10565 17915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28724 10565 10518 17915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28725 10516 10518 17916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28726 10518 10565 17916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28727 10565 10564 17916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28728 10564 10516 17916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28729 10552 10516 17917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28730 10516 10564 17917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28731 10564 10660 17917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28732 10660 10552 17917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28733 10582 10552 17918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28734 10552 10660 17918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28735 10660 10680 17918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28736 10680 10582 17918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28737 10389 10398 17919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28738 10398 10516 17919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28739 10516 10552 17919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28740 10552 10389 17919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28741 10403 10389 17920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28742 10389 10552 17920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28743 10552 10582 17920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28744 10582 10403 17920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28745 10467 10523 17921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28746 10523 10554 17921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28747 10554 10518 17921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28748 10518 10467 17921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28749 10398 10467 17922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28750 10467 10518 17922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28751 10518 10516 17922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28752 10516 10398 17922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28753 10424 10480 17923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28754 10480 10523 17923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28755 10523 10467 17923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28756 10467 10424 17923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28757 10334 10424 17924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28758 10424 10467 17924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28759 10467 10398 17924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28760 10398 10334 17924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28761 10298 10334 17925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28762 10334 10398 17925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28763 10398 10389 17925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28764 10389 10298 17925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28765 10309 10298 17926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28766 10298 10389 17926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28767 10389 10403 17926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28768 10403 10309 17926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28769 10318 10402 17927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28770 10402 10424 17927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28771 10424 10334 17927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28772 10334 10318 17927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28773 10256 10318 17928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28774 10318 10334 17928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28775 10334 10298 17928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28776 10298 10256 17928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28777 10261 10256 17929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28778 10256 10298 17929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28779 10298 10309 17929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28780 10309 10261 17929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28781 10402 10462 17930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28782 10462 10480 17930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28783 10480 10424 17930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28784 10424 10402 17930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28785 10270 10274 17931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28786 10274 10256 17931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28787 10256 10261 17931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28788 10261 10270 17931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28789 10323 10426 17932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28790 10426 10402 17932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28791 10402 10318 17932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28792 10318 10323 17932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28793 10274 10323 17933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28794 10323 10318 17933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28795 10318 10256 17933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28796 10256 10274 17933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28797 10448 10439 17934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28798 10439 10471 17934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28799 10471 10426 17934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28800 10426 10448 17934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28801 10415 10448 17935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28802 10448 10426 17935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28803 10426 10323 17935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28804 10323 10415 17935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28805 10416 10415 17936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28806 10415 10323 17936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28807 10323 10274 17936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28808 10274 10416 17936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28809 10376 10416 17937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28810 10416 10274 17937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28811 10274 10270 17937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28812 10270 10376 17937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28813 10573 10525 17938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28814 10525 10415 17938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28815 10415 10416 17938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28816 10416 10573 17938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28817 10570 10573 17939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28818 10573 10416 17939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28819 10416 10442 17939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28820 10442 10570 17939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28821 10567 10595 17940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28822 10595 10439 17940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28823 10439 10448 17940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28824 10448 10567 17940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28825 10525 10567 17941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28826 10567 10448 17941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28827 10448 10415 17941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28828 10415 10525 17941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28829 10570 10629 17942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28830 10629 10631 17942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28831 10631 10573 17942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28832 10573 10570 17942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28833 10525 10634 17943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28834 10634 10650 17943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28835 10650 10567 17943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28836 10567 10525 17943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28837 10650 10634 17944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28838 10634 10667 17944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28839 10667 10673 17944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28840 10673 10650 17944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28841 10376 10397 17945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28842 10397 10442 17945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28843 10442 10416 17945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28844 10416 10376 17945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28845 10629 10632 17946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28846 10632 10646 17946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28847 10646 10631 17946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28848 10631 10629 17946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28849 10687 10688 17947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28850 10688 10673 17947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28851 10673 10667 17947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28852 10667 10687 17947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28853 10687 10667 17948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28854 10667 10631 17948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28855 10631 10646 17948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28856 10646 10687 17948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28857 10667 10634 17949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28858 10634 10573 17949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28859 10573 10631 17949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28860 10631 10667 17949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28861 10766 10694 17950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28862 10694 10691 17950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28863 10691 10670 17950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28864 10670 10766 17950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28865 10921 10930 17951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28866 10930 10859 17951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28867 10859 10852 17951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28868 10852 10921 17951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28869 10873 10921 17952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28870 10921 10852 17952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28871 10852 10802 17952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28872 10802 10873 17952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28873 10907 10767 17953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28874 10767 10692 17953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28875 10692 10803 17953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28876 10803 10907 17953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28877 10929 10907 17954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28878 10907 10803 17954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28879 10803 10853 17954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28880 10853 10929 17954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28881 10930 10929 17955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28882 10929 10853 17955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28883 10853 10859 17955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28884 10859 10930 17955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28885 10767 10766 17956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28886 10766 10670 17956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28887 10670 10692 17956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28888 10692 10767 17956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28889 10609 10644 17957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28890 10644 10616 17957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28891 10616 10534 17957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28892 10534 10609 17957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28893 10644 10687 17958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28894 10687 10646 17958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28895 10646 10616 17958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28896 10616 10644 17958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28897 10688 10687 17959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28898 10687 10644 17959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28899 10644 10662 17959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28900 10662 10688 17959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28901 10632 10612 17960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28902 10612 10616 17960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28903 10616 10646 17960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28904 10646 10632 17960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28905 10397 10376 17961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28906 10376 10393 17961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28907 10393 10417 17961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28908 10417 10397 17961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28909 10609 10627 17962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28910 10627 10662 17962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28911 10662 10644 17962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28912 10644 10609 17962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28913 10609 10483 17963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28914 10483 10530 17963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28915 10530 10627 17963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28916 10627 10609 17963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28917 10612 10537 17964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28918 10537 10534 17964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28919 10534 10616 17964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28920 10616 10612 17964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28921 10530 10483 17965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28922 10483 10380 17965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28923 10380 10423 17965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28924 10423 10530 17965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28925 10595 10530 17966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28926 10530 10423 17966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28927 10423 10439 17966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28928 10439 10595 17966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28929 10534 10537 17967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28930 10537 10417 17967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28931 10417 10393 17967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28932 10393 10534 17967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28933 10483 10534 17968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28934 10534 10393 17968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28935 10393 10380 17968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28936 10380 10483 17968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28937 10393 10376 17969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28938 10376 10270 17969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28939 10270 10263 17969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28940 10263 10393 17969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28941 10380 10393 17970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28942 10393 10263 17970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28943 10263 10311 17970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28944 10311 10380 17970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28945 10423 10380 17971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28946 10380 10311 17971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28947 10311 10410 17971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28948 10410 10423 17971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28949 10311 10263 17972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28950 10263 10260 17972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28951 10260 10325 17972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28952 10325 10311 17972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28953 10410 10311 17973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28954 10311 10325 17973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28955 10325 10413 17973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28956 10413 10410 17973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28957 10263 10270 17974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28958 10270 10261 17974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28959 10261 10260 17974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28960 10260 10263 17974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28961 10462 10413 17975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28962 10413 10437 17975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28963 10437 10480 17975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28964 10480 10462 17975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28965 10260 10261 17976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28966 10261 10309 17976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28967 10309 10304 17976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28968 10304 10260 17976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28969 10325 10260 17977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28970 10260 10304 17977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28971 10304 10348 17977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28972 10348 10325 17977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28973 10413 10325 17978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28974 10325 10348 17978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28975 10348 10437 17978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28976 10437 10413 17978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28977 10304 10309 17979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28978 10309 10403 17979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28979 10403 10385 17979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28980 10385 10304 17979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28981 10348 10304 17980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28982 10304 10385 17980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28983 10385 10436 17980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28984 10436 10348 17980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28985 10437 10348 17981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28986 10348 10436 17981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28987 10436 10499 17981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28988 10499 10437 17981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28989 10480 10437 17982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28990 10437 10499 17982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28991 10499 10523 17982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28992 10523 10480 17982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28993 10499 10436 17983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28994 10436 10547 17983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28995 10547 10542 17983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28996 10542 10499 17983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28997 10523 10499 17984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28998 10499 10542 17984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 28999 10542 10554 17984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29000 10554 10523 17984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29001 10385 10403 17985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29002 10403 10582 17985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29003 10582 10569 17985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29004 10569 10385 17985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29005 10436 10385 17986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29006 10385 10569 17986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29007 10569 10547 17986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29008 10547 10436 17986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29009 10569 10582 17987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29010 10582 10680 17987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29011 10680 10665 17987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29012 10665 10569 17987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29013 10547 10569 17988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29014 10569 10665 17988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29015 10665 10591 17988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29016 10591 10547 17988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29017 10542 10547 17989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29018 10547 10591 17989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29019 10591 10583 17989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29020 10583 10542 17989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29021 10554 10542 17990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29022 10542 10583 17990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29023 10583 10601 17990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29024 10601 10554 17990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29025 10680 10859 17991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29026 10859 10853 17991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29027 10853 10665 17991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29028 10665 10680 17991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29029 10601 10583 17992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29030 10583 10692 17992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29031 10692 10670 17992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29032 10670 10601 17992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29033 10591 10665 17993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29034 10665 10853 17993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29035 10853 10803 17993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29036 10803 10591 17993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29037 10583 10591 17994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29038 10591 10803 17994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29039 10803 10692 17994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29040 10692 10583 17994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29041 10479 10566 17995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29042 10566 10726 17995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29043 10726 10828 17995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29044 10828 10479 17995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29045 10520 10479 17996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29046 10479 10828 17996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29047 10828 10864 17996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29048 10864 10520 17996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29049 10566 10626 17997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29050 10626 10714 17997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29051 10714 10726 17997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29052 10726 10566 17997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29053 10877 10551 17998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29054 10551 10520 17998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29055 10520 10864 17998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29056 10864 10877 17998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29057 10484 10555 17999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29058 10555 10626 17999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29059 10626 10566 17999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29060 10566 10484 17999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29061 10392 10484 18000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29062 10484 10566 18000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29063 10566 10479 18000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29064 10479 10392 18000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29065 10363 10392 18001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29066 10392 10479 18001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29067 10479 10520 18001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29068 10520 10363 18001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29069 10387 10363 18002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29070 10363 10520 18002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29071 10520 10551 18002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29072 10551 10387 18002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29073 10301 10356 18003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29074 10356 10392 18003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29075 10392 10363 18003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29076 10363 10301 18003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29077 10321 10301 18004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29078 10301 10363 18004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29079 10363 10387 18004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29080 10387 10321 18004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29081 10466 10541 18005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29082 10541 10555 18005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29083 10555 10484 18005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29084 10484 10466 18005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29085 10356 10466 18006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29086 10466 10484 18006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29087 10484 10392 18006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29088 10392 10356 18006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29089 10429 10500 18007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29090 10500 10541 18007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29091 10541 10466 18007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29092 10466 10429 18007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29093 10324 10429 18008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29094 10429 10466 18008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29095 10466 10356 18008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29096 10356 10324 18008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29097 10271 10324 18009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29098 10324 10356 18009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29099 10356 10301 18009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29100 10301 10271 18009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29101 10278 10271 18010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29102 10271 10301 18010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29103 10301 10321 18010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29104 10321 10278 18010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29105 10316 10412 18011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29106 10412 10429 18011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29107 10429 10324 18011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29108 10324 10316 18011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29109 10255 10316 18012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29110 10316 10324 18012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29111 10324 10271 18012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29112 10271 10255 18012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29113 10259 10255 18013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29114 10255 10271 18013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29115 10271 10278 18013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29116 10278 10259 18013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29117 10412 10473 18014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29118 10473 10500 18014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29119 10500 10429 18014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29120 10429 10412 18014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29121 10310 10312 18015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29122 10312 10255 18015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29123 10255 10259 18015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29124 10259 10310 18015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29125 10445 10491 18016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29126 10491 10473 18016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29127 10473 10412 18016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29128 10412 10445 18016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29129 10339 10445 18017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29130 10445 10412 18017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29131 10412 10316 18017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29132 10316 10339 18017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29133 10312 10339 18018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29134 10339 10316 18018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29135 10316 10255 18018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29136 10255 10312 18018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29137 10559 10577 18019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29138 10577 10491 18019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29139 10491 10445 18019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29140 10445 10559 18019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29141 10494 10559 18020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29142 10559 10445 18020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29143 10445 10339 18020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29144 10339 10494 18020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29145 10493 10494 18021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29146 10494 10339 18021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29147 10339 10312 18021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29148 10312 10493 18021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29149 10451 10493 18022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29150 10493 10312 18022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29151 10312 10310 18022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29152 10310 10451 18022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29153 10654 10620 18023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29154 10620 10494 18023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29155 10494 10493 18023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29156 10493 10654 18023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29157 10653 10654 18024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29158 10654 10493 18024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29159 10493 10522 18024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29160 10522 10653 18024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29161 10671 10697 18025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29162 10697 10577 18025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29163 10577 10559 18025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29164 10559 10671 18025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29165 10620 10671 18026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29166 10671 10559 18026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29167 10559 10494 18026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29168 10494 10620 18026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29169 10653 10700 18027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29170 10700 10703 18027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29171 10703 10654 18027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29172 10654 10653 18027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29173 10620 10706 18028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29174 10706 10728 18028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29175 10728 10671 18028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29176 10671 10620 18028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29177 10728 10706 18029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29178 10706 10730 18029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29179 10730 10741 18029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29180 10741 10728 18029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29181 10451 10485 18030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29182 10485 10522 18030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29183 10522 10493 18030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29184 10493 10451 18030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29185 10700 10710 18031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29186 10710 10720 18031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29187 10720 10703 18031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29188 10703 10700 18031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29189 10746 10755 18032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29190 10755 10741 18032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29191 10741 10730 18032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29192 10730 10746 18032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29193 10746 10730 18033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29194 10730 10703 18033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29195 10703 10720 18033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29196 10720 10746 18033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29197 10730 10706 18034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29198 10706 10654 18034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29199 10654 10703 18034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29200 10703 10730 18034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29201 10959 10966 18035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29202 10966 10877 18035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29203 10877 10864 18035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29204 10864 10959 18035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29205 10907 10959 18036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29206 10959 10864 18036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29207 10864 10828 18036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29208 10828 10907 18036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29209 10767 10907 18037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29210 10907 10828 18037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29211 10828 10726 18037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29212 10726 10767 18037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29213 10964 10908 18038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29214 10908 10836 18038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29215 10836 10871 18038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29216 10871 10964 18038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29217 10966 10964 18039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29218 10964 10871 18039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29219 10871 10877 18039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29220 10877 10966 18039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29221 10707 10731 18040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29222 10731 10704 18040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29223 10704 10658 18040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29224 10658 10707 18040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29225 10731 10746 18041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29226 10746 10720 18041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29227 10720 10704 18041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29228 10704 10731 18041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29229 10755 10746 18042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29230 10746 10731 18042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29231 10731 10743 18042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29232 10743 10755 18042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29233 10710 10702 18043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29234 10702 10704 18043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29235 10704 10720 18043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29236 10720 10710 18043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29237 10485 10451 18044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29238 10451 10496 18044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29239 10496 10524 18044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29240 10524 10485 18044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29241 10707 10729 18045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29242 10729 10743 18045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29243 10743 10731 18045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29244 10731 10707 18045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29245 10707 10621 18046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29246 10621 10672 18046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29247 10672 10729 18046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29248 10729 10707 18046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29249 10702 10655 18047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29250 10655 10658 18047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29251 10658 10704 18047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29252 10704 10702 18047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29253 10672 10621 18048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29254 10621 10497 18048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29255 10497 10562 18048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29256 10562 10672 18048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29257 10697 10672 18049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29258 10672 10562 18049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29259 10562 10577 18049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29260 10577 10697 18049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29261 10658 10655 18050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29262 10655 10524 18050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29263 10524 10496 18050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29264 10496 10658 18050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29265 10621 10658 18051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29266 10658 10496 18051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29267 10496 10497 18051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29268 10497 10621 18051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29269 10496 10451 18052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29270 10451 10310 18052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29271 10310 10319 18052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29272 10319 10496 18052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29273 10497 10496 18053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29274 10496 10319 18053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29275 10319 10355 18053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29276 10355 10497 18053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29277 10562 10497 18054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29278 10497 10355 18054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29279 10355 10457 18054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29280 10457 10562 18054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29281 10577 10562 18055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29282 10562 10457 18055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29283 10457 10491 18055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29284 10491 10577 18055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29285 10355 10319 18056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29286 10319 10268 18056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29287 10268 10331 18056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29288 10331 10355 18056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29289 10457 10355 18057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29290 10355 10331 18057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29291 10331 10428 18057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29292 10428 10457 18057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29293 10491 10457 18058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29294 10457 10428 18058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29295 10428 10473 18058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29296 10473 10491 18058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29297 10319 10310 18059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29298 10310 10259 18059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29299 10259 10268 18059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29300 10268 10319 18059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29301 10473 10428 18060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29302 10428 10458 18060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29303 10458 10500 18060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29304 10500 10473 18060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29305 10268 10259 18061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29306 10259 10278 18061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29307 10278 10285 18061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29308 10285 10268 18061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29309 10331 10268 18062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29310 10268 10285 18062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29311 10285 10342 18062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29312 10342 10331 18062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29313 10285 10278 18063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29314 10278 10321 18063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29315 10321 10315 18063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29316 10315 10285 18063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29317 10342 10285 18064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29318 10285 10315 18064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29319 10315 10379 18064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29320 10379 10342 18064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29321 10458 10342 18065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29322 10342 10379 18065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29323 10379 10489 18065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29324 10489 10458 18065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29325 10500 10458 18066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29326 10458 10489 18066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29327 10489 10541 18066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29328 10541 10500 18066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29329 10489 10379 18067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29330 10379 10438 18067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29331 10438 10535 18067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29332 10535 10489 18067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29333 10541 10489 18068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29334 10489 10535 18068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29335 10535 10555 18068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29336 10555 10541 18068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29337 10315 10321 18069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29338 10321 10387 18069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29339 10387 10396 18069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29340 10396 10315 18069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29341 10379 10315 18070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29342 10315 10396 18070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29343 10396 10438 18070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29344 10438 10379 18070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29345 10396 10387 18071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29346 10387 10551 18071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29347 10551 10545 18071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29348 10545 10396 18071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29349 10438 10396 18072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29350 10396 10545 18072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29351 10545 10513 18072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29352 10513 10438 18072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29353 10535 10438 18073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29354 10438 10513 18073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29355 10513 10600 18073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29356 10600 10535 18073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29357 10555 10535 18074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29358 10535 10600 18074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29359 10600 10626 18074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29360 10626 10555 18074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29361 10551 10877 18075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29362 10877 10871 18075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29363 10871 10545 18075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29364 10545 10551 18075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29365 10626 10600 18076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29366 10600 10744 18076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29367 10744 10714 18076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29368 10714 10626 18076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29369 10513 10545 18077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29370 10545 10871 18077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29371 10871 10836 18077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29372 10836 10513 18077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29373 10600 10513 18078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29374 10513 10836 18078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29375 10836 10744 18078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29376 10744 10600 18078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29377 10975 11011 18079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29378 11011 10959 18079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29379 10959 10907 18079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29380 10907 10975 18079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29381 10833 10797 18080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29382 10797 10767 18080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29383 10767 10805 18080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29384 10805 10833 18080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29385 10738 10833 18081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29386 10833 10805 18081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29387 10805 10751 18081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29388 10751 10738 18081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29389 11015 11002 18082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29390 11002 10908 18082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29391 10908 10964 18082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29392 10964 11015 18082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29393 11009 10997 18083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29394 10997 11002 18083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29395 11002 11015 18083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29396 11015 11009 18083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29397 11025 11009 18084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29398 11009 11015 18084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29399 11015 11026 18084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29400 11026 11025 18084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29401 11005 11025 18085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29402 11025 11026 18085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29403 11026 11011 18085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29404 11011 11005 18085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29405 10973 11005 18086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29406 11005 11011 18086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29407 11011 10975 18086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29408 10975 10973 18086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29409 10835 10821 18087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29410 10821 10797 18087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29411 10797 10833 18087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29412 10833 10835 18087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29413 10773 10835 18088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29414 10835 10833 18088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29415 10833 10738 18088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29416 10738 10773 18088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29417 10711 10773 18089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29418 10773 10738 18089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29419 10738 10765 18089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29420 10765 10711 18089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29421 10813 10711 18090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29422 10711 10765 18090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29423 10765 10795 18090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29424 10795 10813 18090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29425 10925 10813 18091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29426 10813 10795 18091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29427 10795 10950 18091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29428 10950 10925 18091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29429 10963 10925 18092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29430 10925 10950 18092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29431 10950 10984 18092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29432 10984 10963 18092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29433 11000 10963 18093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29434 10963 10984 18093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29435 10984 11003 18093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29436 11003 11000 18093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29437 10979 11000 18094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29438 11000 11003 18094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29439 11003 10982 18094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29440 10982 10979 18094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29441 10997 10979 18095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29442 10979 10982 18095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29443 10982 11002 18095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29444 11002 10997 18095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29445 11002 10982 18096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29446 10982 10923 18096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29447 10923 10908 18096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29448 10908 11002 18096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29449 10765 10738 18097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29450 10738 10751 18097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29451 10751 10699 18097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29452 10699 10765 18097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29453 10795 10765 18098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29454 10765 10699 18098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29455 10699 10754 18098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29456 10754 10795 18098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29457 10950 10795 18099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29458 10795 10754 18099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29459 10754 10893 18099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29460 10893 10950 18099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29461 10984 10950 18100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29462 10950 10893 18100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29463 10893 10941 18100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29464 10941 10984 18100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29465 10540 10549 18101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29466 10549 10643 18101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29467 10643 10769 18101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29468 10769 10540 18101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29469 10611 10540 18102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29470 10540 10769 18102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29471 10769 10838 18102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29472 10838 10611 18102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29473 10549 10593 18103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29474 10593 10628 18103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29475 10628 10643 18103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29476 10643 10549 18103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29477 10854 10638 18104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29478 10638 10611 18104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29479 10611 10838 18104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29480 10838 10854 18104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29481 10486 10558 18105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29482 10558 10593 18105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29483 10593 10549 18105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29484 10549 10486 18105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29485 10435 10486 18106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29486 10486 10549 18106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29487 10549 10540 18106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29488 10540 10435 18106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29489 10440 10435 18107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29490 10435 10540 18107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29491 10540 10611 18107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29492 10611 10440 18107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29493 10477 10440 18108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29494 10440 10611 18108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29495 10611 10638 18108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29496 10638 10477 18108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29497 10341 10384 18109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29498 10384 10435 18109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29499 10435 10440 18109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29500 10440 10341 18109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29501 10362 10341 18110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29502 10341 10440 18110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29503 10440 10477 18110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29504 10477 10362 18110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29505 10461 10529 18111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29506 10529 10558 18111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29507 10558 10486 18111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29508 10486 10461 18111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29509 10384 10461 18112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29510 10461 10486 18112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29511 10486 10435 18112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29512 10435 10384 18112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29513 10372 10409 18113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29514 10409 10529 18113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29515 10529 10461 18113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29516 10461 10372 18113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29517 10290 10372 18114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29518 10372 10461 18114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29519 10461 10384 18114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29520 10384 10290 18114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29521 10240 10290 18115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29522 10290 10384 18115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29523 10384 10341 18115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29524 10341 10240 18115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29525 10244 10240 18116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29526 10240 10341 18116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29527 10341 10362 18116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29528 10362 10244 18116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29529 10258 10351 18117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29530 10351 10372 18117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29531 10372 10290 18117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29532 10290 10258 18117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29533 10215 10258 18118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29534 10258 10290 18118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29535 10290 10240 18118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29536 10240 10215 18118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29537 10220 10215 18119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29538 10215 10240 18119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29539 10240 10244 18119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29540 10244 10220 18119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29541 10351 10391 18120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29542 10391 10409 18120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29543 10409 10372 18120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29544 10372 10351 18120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29545 10242 10241 18121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29546 10241 10215 18121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29547 10215 10220 18121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29548 10220 10242 18121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29549 10358 10411 18122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29550 10411 10391 18122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29551 10391 10351 18122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29552 10351 10358 18122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29553 10279 10358 18123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29554 10358 10351 18123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29555 10351 10258 18123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29556 10258 10279 18123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29557 10241 10279 18124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29558 10279 10258 18124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29559 10258 10215 18124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29560 10215 10241 18124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29561 10434 10476 18125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29562 10476 10411 18125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29563 10411 10358 18125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29564 10358 10434 18125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29565 10357 10434 18126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29566 10434 10358 18126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29567 10358 10279 18126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29568 10279 10357 18126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29569 10343 10357 18127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29570 10357 10279 18127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29571 10279 10241 18127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29572 10241 10343 18127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29573 10328 10343 18128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29574 10343 10241 18128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29575 10241 10242 18128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29576 10242 10328 18128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29577 10444 10431 18129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29578 10431 10357 18129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29579 10357 10343 18129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29580 10343 10444 18129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29581 10443 10444 18130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29582 10444 10343 18130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29583 10343 10365 18130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29584 10365 10443 18130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29585 10509 10579 18131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29586 10579 10476 18131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29587 10476 10434 18131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29588 10434 10509 18131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29589 10431 10509 18132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29590 10509 10434 18132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29591 10434 10357 18132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29592 10357 10431 18132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29593 10443 10490 18133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29594 10490 10505 18133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29595 10505 10444 18133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29596 10444 10443 18133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29597 10431 10514 18134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29598 10514 10580 18134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29599 10580 10509 18134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29600 10509 10431 18134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29601 10580 10514 18135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29602 10514 10548 18135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29603 10548 10599 18135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29604 10599 10580 18135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29605 10328 10344 18136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29606 10344 10365 18136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29607 10365 10343 18136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29608 10343 10328 18136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29609 10490 10504 18137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29610 10504 10521 18137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29611 10521 10505 18137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29612 10505 10490 18137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29613 10571 10615 18138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29614 10615 10599 18138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29615 10599 10548 18138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29616 10548 10571 18138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29617 10571 10548 18139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29618 10548 10505 18139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29619 10505 10521 18139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29620 10521 10571 18139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29621 10548 10514 18140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29622 10514 10444 18140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29623 10444 10505 18140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29624 10505 10548 18140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29625 10699 10751 18141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29626 10751 10643 18141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29627 10643 10628 18141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29628 10628 10699 18141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29629 10923 10936 18142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29630 10936 10854 18142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29631 10854 10838 18142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29632 10838 10923 18142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29633 10908 10923 18143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29634 10923 10838 18143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29635 10838 10769 18143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29636 10769 10908 18143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29637 10893 10754 18144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29638 10754 10708 18144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29639 10708 10820 18144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29640 10820 10893 18144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29641 10941 10893 18145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29642 10893 10820 18145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29643 10820 10847 18145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29644 10847 10941 18145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29645 10936 10941 18146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29646 10941 10847 18146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29647 10847 10854 18146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29648 10854 10936 18146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29649 10754 10699 18147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29650 10699 10628 18147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29651 10628 10708 18147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29652 10708 10754 18147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29653 10544 10563 18148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29654 10563 10517 18148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29655 10517 10475 18148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29656 10475 10544 18148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29657 10563 10571 18149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29658 10571 10521 18149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29659 10521 10517 18149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29660 10517 10563 18149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29661 10615 10571 18150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29662 10571 10563 18150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29663 10563 10610 18150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29664 10610 10615 18150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29665 10504 10507 18151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29666 10507 10517 18151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29667 10517 10521 18151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29668 10521 10504 18151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29669 10344 10328 18152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29670 10328 10361 18152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29671 10361 10381 18152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29672 10381 10344 18152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29673 10544 10598 18153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29674 10598 10610 18153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29675 10610 10563 18153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29676 10563 10544 18153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29677 10544 10465 18154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29678 10465 10538 18154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29679 10538 10598 18154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29680 10598 10544 18154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29681 10507 10469 18155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29682 10469 10475 18155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29683 10475 10517 18155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29684 10517 10507 18155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29685 10538 10465 18156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29686 10465 10386 18156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29687 10386 10456 18156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29688 10456 10538 18156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29689 10579 10538 18157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29690 10538 10456 18157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29691 10456 10476 18157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29692 10476 10579 18157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29693 10475 10469 18158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29694 10469 10381 18158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29695 10381 10361 18158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29696 10361 10475 18158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29697 10465 10475 18159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29698 10475 10361 18159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29699 10361 10386 18159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29700 10386 10465 18159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29701 10361 10328 18160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29702 10328 10242 18160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29703 10242 10252 18160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29704 10252 10361 18160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29705 10386 10361 18161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29706 10361 10252 18161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29707 10252 10294 18161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29708 10294 10386 18161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29709 10456 10386 18162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29710 10386 10294 18162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29711 10294 10383 18162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29712 10383 10456 18162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29713 10476 10456 18163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29714 10456 10383 18163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29715 10383 10411 18163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29716 10411 10476 18163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29717 10294 10252 18164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29718 10252 10225 18164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29719 10225 10288 18164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29720 10288 10294 18164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29721 10411 10383 18165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29722 10383 10373 18165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29723 10373 10391 18165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29724 10391 10411 18165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29725 10252 10242 18166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29726 10242 10220 18166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29727 10220 10225 18166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29728 10225 10252 18166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29729 10391 10373 18167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29730 10373 10395 18167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29731 10395 10409 18167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29732 10409 10391 18167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29733 10225 10220 18168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29734 10220 10244 18168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29735 10244 10247 18168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29736 10247 10225 18168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29737 10288 10225 18169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29738 10225 10247 18169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29739 10247 10303 18169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29740 10303 10288 18169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29741 10373 10288 18170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29742 10288 10303 18170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29743 10303 10395 18170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29744 10395 10373 18170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29745 10247 10244 18171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29746 10244 10362 18171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29747 10362 10360 18171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29748 10360 10247 18171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29749 10303 10247 18172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29750 10247 10360 18172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29751 10360 10425 18172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29752 10425 10303 18172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29753 10395 10303 18173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29754 10303 10425 18173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29755 10425 10502 18173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29756 10502 10395 18173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29757 10409 10395 18174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29758 10395 10502 18174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29759 10502 10529 18174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29760 10529 10409 18174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29761 10502 10425 18175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29762 10425 10492 18175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29763 10492 10539 18175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29764 10539 10502 18175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29765 10529 10502 18176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29766 10502 10539 18176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29767 10539 10558 18176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29768 10558 10529 18176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29769 10360 10362 18177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29770 10362 10477 18177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29771 10477 10478 18177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29772 10478 10360 18177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29773 10425 10360 18178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29774 10360 10478 18178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29775 10478 10492 18178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29776 10492 10425 18178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29777 10478 10477 18179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29778 10477 10638 18179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29779 10638 10633 18179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29780 10633 10478 18179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29781 10492 10478 18180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29782 10478 10633 18180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29783 10633 10605 18180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29784 10605 10492 18180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29785 10539 10492 18181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29786 10492 10605 18181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29787 10605 10608 18181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29788 10608 10539 18181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29789 10558 10539 18182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29790 10539 10608 18182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29791 10608 10593 18182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29792 10593 10558 18182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29793 10638 10854 18183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29794 10854 10847 18183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29795 10847 10633 18183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29796 10633 10638 18183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29797 10593 10608 18184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29798 10608 10708 18184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29799 10708 10628 18184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29800 10628 10593 18184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29801 10605 10633 18185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29802 10633 10847 18185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29803 10847 10820 18185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29804 10820 10605 18185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29805 10608 10605 18186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29806 10605 10820 18186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29807 10820 10708 18186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29808 10708 10608 18186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29809 10679 10590 18187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29810 10590 10420 18187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29811 10420 10488 18187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29812 10488 10679 18187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29813 10590 10463 18188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29814 10463 10349 18188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29815 10349 10420 18188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29816 10420 10590 18188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29817 10463 10350 18189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29818 10350 10291 18189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29819 10291 10349 18189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29820 10349 10463 18189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29821 10350 10275 18190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29822 10275 10245 18190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29823 10245 10291 18190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29824 10291 10350 18190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29825 10275 10320 18191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29826 10320 10262 18191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29827 10262 10245 18191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29828 10245 10275 18191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29829 10320 10400 18192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29830 10400 10345 18192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29831 10345 10262 18192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29832 10262 10320 18192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29833 10400 10546 18193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29834 10546 10452 18193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29835 10452 10345 18193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29836 10345 10400 18193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29837 10546 10679 18194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29838 10679 10488 18194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29839 10488 10452 18194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29840 10452 10546 18194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29841 10574 10374 18195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29842 10374 10419 18195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29843 10419 10636 18195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29844 10636 10574 18195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29845 10742 10574 18196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29846 10574 10636 18196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29847 10636 10798 18196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29848 10798 10742 18196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29849 10740 10742 18197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29850 10742 10798 18197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29851 10798 10772 18197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29852 10772 10740 18197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29853 10588 10740 18198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29854 10740 10772 18198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29855 10772 10689 18198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29856 10689 10588 18198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29857 10590 10679 18199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29858 10679 10742 18199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29859 10742 10740 18199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29860 10740 10590 18199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29861 10463 10590 18200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29862 10590 10740 18200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29863 10740 10588 18200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29864 10588 10463 18200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29865 10546 10400 18201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29866 10400 10374 18201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29867 10374 10574 18201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29868 10574 10546 18201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29869 10679 10546 18202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29870 10546 10574 18202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29871 10574 10742 18202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29872 10742 10679 18202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29873 10359 10297 18203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29874 10297 10345 18203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29875 10345 10452 18203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29876 10452 10359 18203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29877 10346 10359 18204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29878 10359 10452 18204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29879 10452 10488 18204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29880 10488 10346 18204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29881 10313 10346 18205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29882 10346 10488 18205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29883 10488 10420 18205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29884 10420 10313 18205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29885 10272 10313 18206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29886 10313 10420 18206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29887 10420 10349 18206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29888 10349 10272 18206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29889 10330 10354 18207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29890 10354 10359 18207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29891 10359 10346 18207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29892 10346 10330 18207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29893 10276 10330 18208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29894 10330 10346 18208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29895 10346 10313 18208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29896 10313 10276 18208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29897 10217 10276 18209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29898 10276 10313 18209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29899 10313 10272 18209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29900 10272 10217 18209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29901 10354 10295 18210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29902 10295 10297 18210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29903 10297 10359 18210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29904 10359 10354 18210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29905 10205 10237 18211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29906 10237 10276 18211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29907 10276 10217 18211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29908 10217 10205 18211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29909 10329 10282 18212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29910 10282 10295 18212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29911 10295 10354 18212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29912 10354 10329 18212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29913 10302 10329 18213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29914 10329 10354 18213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29915 10354 10330 18213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29916 10330 10302 18213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29917 10237 10302 18214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29918 10302 10330 18214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29919 10330 10276 18214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29920 10276 10237 18214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29921 10286 10238 18215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29922 10238 10282 18215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29923 10282 10329 18215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29924 10329 10286 18215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29925 10267 10286 18216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29926 10286 10329 18216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29927 10329 10302 18216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29928 10302 10267 18216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29929 10221 10267 18217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29930 10267 10302 18217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29931 10302 10237 18217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29932 10237 10221 18217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29933 10185 10221 18218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29934 10221 10237 18218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29935 10237 10205 18218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29936 10205 10185 18218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29937 10206 10234 18219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29938 10234 10267 18219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29939 10267 10221 18219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29940 10221 10206 18219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29941 10200 10206 18220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29942 10206 10221 18220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29943 10221 10207 18220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29944 10207 10200 18220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29945 10239 10202 18221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29946 10202 10238 18221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29947 10238 10286 18221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29948 10286 10239 18221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29949 10234 10239 18222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29950 10239 10286 18222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29951 10286 10267 18222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29952 10267 10234 18222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29953 10200 10168 18223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29954 10168 10172 18223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29955 10172 10206 18223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29956 10206 10200 18223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29957 10234 10204 18224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29958 10204 10212 18224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29959 10212 10239 18224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29960 10239 10234 18224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29961 10212 10204 18225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29962 10204 10175 18225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29963 10175 10194 18225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29964 10194 10212 18225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29965 10185 10170 18226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29966 10170 10207 18226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29967 10207 10221 18226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29968 10221 10185 18226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29969 10168 10143 18227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29970 10143 10142 18227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29971 10142 10172 18227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29972 10172 10168 18227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29973 10148 10166 18228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29974 10166 10194 18228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29975 10194 10175 18228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29976 10175 10148 18228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29977 10148 10175 18229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29978 10175 10172 18229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29979 10172 10142 18229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29980 10142 10148 18229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29981 10175 10204 18230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29982 10204 10206 18230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29983 10206 10172 18230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29984 10172 10175 18230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29985 10121 10128 18231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29986 10128 10118 18231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29987 10118 10112 18231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29988 10112 10121 18231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29989 10128 10148 18232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29990 10148 10142 18232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29991 10142 10118 18232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29992 10118 10128 18232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29993 10166 10148 18233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29994 10148 10128 18233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29995 10128 10154 18233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29996 10154 10166 18233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29997 10143 10116 18234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29998 10116 10118 18234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 29999 10118 10142 18234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30000 10142 10143 18234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30001 10170 10185 18235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30002 10185 10144 18235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30003 10144 10141 18235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30004 10141 10170 18235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30005 10121 10153 18236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30006 10153 10154 18236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30007 10154 10128 18236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30008 10128 10121 18236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30009 10121 10126 18237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30010 10126 10162 18237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30011 10162 10153 18237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30012 10153 10121 18237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30013 10116 10117 18238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30014 10117 10112 18238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30015 10112 10118 18238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30016 10118 10116 18238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30017 10162 10126 18239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30018 10126 10145 18239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30019 10145 10191 18239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30020 10191 10162 18239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30021 10202 10162 18240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30022 10162 10191 18240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30023 10191 10238 18240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30024 10238 10202 18240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30025 10112 10117 18241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30026 10117 10141 18241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30027 10141 10144 18241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30028 10144 10112 18241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30029 10126 10112 18242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30030 10112 10144 18242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30031 10144 10145 18242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30032 10145 10126 18242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30033 10144 10185 18243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30034 10185 10205 18243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30035 10205 10164 18243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30036 10164 10144 18243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30037 10145 10144 18244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30038 10144 10164 18244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30039 10164 10159 18244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30040 10159 10145 18244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30041 10191 10145 18245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30042 10145 10159 18245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30043 10159 10213 18245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30044 10213 10191 18245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30045 10238 10191 18246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30046 10191 10213 18246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30047 10213 10282 18246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30048 10282 10238 18246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30049 10159 10164 18247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30050 10164 10177 18247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30051 10177 10176 18247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30052 10176 10159 18247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30053 10213 10159 18248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30054 10159 10176 18248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30055 10176 10218 18248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30056 10218 10213 18248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30057 10282 10213 18249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30058 10213 10218 18249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30059 10218 10295 18249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30060 10295 10282 18249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30061 10164 10205 18250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30062 10205 10217 18250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30063 10217 10177 18250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30064 10177 10164 18250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30065 10295 10218 18251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30066 10218 10222 18251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30067 10222 10297 18251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30068 10297 10295 18251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30069 10177 10217 18252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30070 10217 10272 18252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30071 10272 10219 18252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30072 10219 10177 18252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30073 10176 10177 18253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30074 10177 10219 18253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30075 10219 10197 18253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30076 10197 10176 18253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30077 10218 10176 18254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30078 10176 10197 18254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30079 10197 10222 18254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30080 10222 10218 18254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30081 10219 10272 18255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30082 10272 10349 18255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30083 10349 10291 18255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30084 10291 10219 18255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30085 10197 10219 18256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30086 10219 10291 18256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30087 10291 10245 18256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30088 10245 10197 18256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30089 10222 10197 18257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30090 10197 10245 18257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30091 10245 10262 18257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30092 10262 10222 18257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30093 10297 10222 18258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30094 10222 10262 18258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30095 10262 10345 18258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30096 10345 10297 18258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30097 10320 10275 18259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30098 10275 10289 18259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30099 10289 10277 18259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30100 10277 10320 18259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30101 10400 10320 18260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30102 10320 10277 18260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30103 10277 10374 18260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30104 10374 10400 18260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30105 10350 10463 18261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30106 10463 10588 18261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30107 10588 10405 18261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30108 10405 10350 18261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30109 10275 10350 18262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30110 10350 10405 18262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30111 10405 10289 18262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30112 10289 10275 18262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30113 10405 10588 18263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30114 10588 10689 18263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30115 10689 10519 18263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30116 10519 10405 18263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30117 10289 10405 18264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30118 10405 10519 18264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30119 10519 10322 18264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30120 10322 10289 18264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30121 10277 10289 18265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30122 10289 10322 18265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30123 10322 10300 18265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30124 10300 10277 18265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30125 10374 10277 18266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30126 10277 10300 18266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30127 10300 10419 18266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30128 10419 10374 18266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30129 10958 11023 18267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30130 11023 11036 18267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30131 11036 11006 18267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30132 11006 10958 18267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30133 10971 10958 18268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30134 10958 11006 18268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30135 11006 11018 18268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30136 11018 10971 18268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30137 10801 10874 18269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30138 10874 10884 18269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30139 10884 10733 18269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30140 10733 10801 18269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30141 10472 10733 18270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30142 10733 10823 18270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30143 10823 10454 18270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30144 10454 10472 18270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30145 10265 10472 18271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30146 10472 10454 18271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30147 10454 10283 18271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30148 10283 10265 18271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30149 10178 10188 18272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30150 10188 10180 18272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30151 10180 10136 18272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30152 10136 10178 18272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30153 10216 10178 18273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30154 10178 10136 18273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30155 10136 10182 18273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30156 10182 10216 18273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30157 10935 11031 18274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30158 11031 11033 18274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30159 11033 11014 18274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30160 11014 10935 18274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30161 11014 11033 18275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30162 11033 11036 18275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30163 11036 11023 18275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30164 11023 11014 18275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30165 10307 10216 18276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30166 10216 10182 18276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30167 10182 10284 18276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30168 10284 10307 18276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30169 11031 11038 18277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30170 11038 11041 18277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30171 11041 11033 18277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30172 11033 11031 18277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30173 11036 11033 18278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30174 11033 11041 18278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30175 11041 11040 18278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30176 11040 11036 18278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30177 11006 11036 18279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30178 11036 11040 18279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30179 11040 11037 18279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30180 11037 11006 18279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30181 11018 11006 18280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30182 11006 11037 18280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30183 11037 11032 18280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30184 11032 11018 18280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30185 10904 11018 18281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30186 11018 11032 18281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30187 11032 10962 18281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30188 10962 10904 18281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30189 10832 10823 18282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30190 10823 10904 18282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30191 10904 10962 18282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30192 10962 10832 18282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30193 10454 10511 18283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30194 10511 10293 18283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30195 10293 10283 18283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30196 10283 10454 18283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30197 10823 10832 18284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30198 10832 10511 18284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30199 10511 10454 18284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30200 10454 10823 18284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30201 10180 10283 18285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30202 10283 10293 18285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30203 10293 10199 18285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30204 10199 10180 18285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30205 10180 10199 18286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30206 10199 10160 18286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30207 10160 10136 18286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30208 10136 10180 18286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30209 10136 10160 18287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30210 10160 10203 18287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30211 10203 10182 18287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30212 10182 10136 18287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30213 10182 10203 18288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30214 10203 10273 18288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30215 10273 10284 18288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30216 10284 10182 18288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30217 10883 11029 18289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30218 11029 11008 18289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30219 11008 10891 18289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30220 10891 10883 18289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30221 10273 10603 18290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30222 10603 10581 18290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30223 10581 10284 18290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30224 10284 10273 18290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30225 10581 10603 18291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30226 10603 10883 18291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30227 10883 10891 18291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30228 10891 10581 18291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30229 10827 10807 18292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30230 10807 10862 18292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30231 10862 10870 18292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30232 10870 10827 18292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30233 10931 10919 18293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30234 10919 10899 18293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30235 10899 10886 18293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30236 10886 10931 18293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30237 10905 10870 18294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30238 10870 10862 18294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30239 10862 10896 18294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30240 10896 10905 18294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30241 10899 10919 18295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30242 10919 10905 18295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30243 10905 10896 18295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30244 10896 10899 18295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30245 10770 10607 18296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30246 10607 10308 18296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30247 10308 10371 18296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30248 10371 10770 18296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30249 10174 10235 18297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30250 10235 10243 18297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30251 10243 10179 18297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30252 10179 10174 18297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30253 10235 10338 18298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30254 10338 10371 18298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30255 10371 10243 18298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30256 10243 10235 18298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30257 10075 10158 18299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30258 10158 10171 18299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30259 10171 10084 18299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30260 10084 10075 18299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30261 10158 10401 18300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30262 10401 10422 18300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30263 10422 10171 18300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30264 10171 10158 18300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30265 10965 10918 18301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30266 10918 10916 18301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30267 10916 10969 18301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30268 10969 10965 18301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30269 10851 10916 18302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30270 10916 10918 18302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30271 10918 10849 18302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30272 10849 10851 18302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30273 10401 10652 18303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30274 10652 10664 18303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30275 10664 10422 18303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30276 10422 10401 18303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30277 10827 10779 18304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30278 10779 10776 18304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30279 10776 10807 18304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30280 10807 10827 18304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30281 10779 10596 18305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30282 10596 10594 18305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30283 10594 10776 18305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30284 10776 10779 18305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30285 10230 10102 18306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30286 10102 10097 18306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30287 10097 10224 18306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30288 10224 10230 18306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30289 10775 10774 18307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30290 10774 10851 18307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30291 10851 10849 18307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30292 10849 10775 18307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30293 10594 10596 18308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30294 10596 10369 18308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30295 10369 10378 18308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30296 10378 10594 18308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30297 10230 10224 18309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30298 10224 10378 18309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30299 10378 10369 18309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30300 10369 10230 18309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30301 9681 9779 18310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30302 9779 9712 18310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30303 9712 9660 18310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30304 9660 9681 18310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30305 9634 9681 18311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30306 9681 9660 18311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30307 9660 9615 18311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30308 9615 9634 18311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30309 9600 9611 18312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30310 9611 9615 18312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30311 9615 9568 18312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30312 9568 9600 18312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30313 9591 9590 18313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30314 9590 9568 18313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30315 9568 9571 18313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30316 9571 9591 18313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30317 9622 9606 18314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30318 9606 9571 18314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30319 9571 9625 18314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30320 9625 9622 18314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30321 9696 9643 18315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30322 9643 9625 18315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30323 9625 9646 18315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30324 9646 9696 18315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30325 9754 9696 18316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30326 9696 9646 18316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30327 9646 9690 18316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30328 9690 9754 18316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30329 9847 9788 18317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30330 9788 9690 18317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30331 9690 9714 18317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30332 9714 9847 18317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30333 9712 9838 18318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30334 9838 9847 18318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30335 9847 9714 18318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30336 9714 9712 18318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30337 9822 9914 18319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30338 9914 9847 18319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30339 9847 9838 18319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30340 9838 9822 18319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30341 9825 9830 18320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30342 9830 9838 18320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30343 9838 9779 18320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30344 9779 9825 18320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30345 9777 9825 18321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30346 9825 9779 18321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30347 9779 9681 18321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30348 9681 9777 18321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30349 9727 9777 18322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30350 9777 9681 18322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30351 9681 9634 18322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30352 9634 9727 18322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30353 9757 9727 18323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30354 9727 9634 18323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30355 9634 9611 18323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30356 9611 9757 18323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30357 9737 9757 18324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30358 9757 9611 18324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30359 9611 9600 18324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30360 9600 9737 18324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30361 9731 9737 18325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30362 9737 9600 18325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30363 9600 9590 18325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30364 9590 9731 18325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30365 9732 9731 18326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30366 9731 9590 18326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30367 9590 9591 18326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30368 9591 9732 18326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30369 9742 9732 18327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30370 9732 9591 18327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30371 9591 9606 18327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30372 9606 9742 18327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30373 9766 9742 18328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30374 9742 9606 18328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30375 9606 9622 18328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30376 9622 9766 18328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30377 9744 9766 18329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30378 9766 9622 18329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30379 9622 9643 18329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30380 9643 9744 18329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30381 9796 9744 18330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30382 9744 9643 18330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30383 9643 9696 18330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30384 9696 9796 18330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30385 9856 9796 18331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30386 9796 9696 18331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30387 9696 9754 18331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30388 9754 9856 18331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30389 9855 9856 18332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30390 9856 9754 18332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30391 9754 9788 18332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30392 9788 9855 18332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30393 9891 9855 18333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30394 9855 9788 18333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30395 9788 9847 18333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30396 9847 9891 18333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30397 10096 10108 18334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30398 10108 9856 18334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30399 9856 9855 18334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30400 9855 10096 18334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30401 10096 9855 18335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30402 9855 9891 18335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30403 9891 10102 18335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30404 10102 10096 18335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30405 9999 10057 18336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30406 10057 10097 18336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30407 10097 9891 18336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30408 9891 9999 18336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30409 9893 10057 18337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30410 10057 9999 18337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30411 9999 9914 18337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30412 9914 9893 18337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30413 9814 9893 18338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30414 9893 9914 18338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30415 9914 9822 18338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30416 9822 9814 18338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30417 9928 9814 18339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30418 9814 9822 18339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30419 9822 9827 18339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30420 9827 9928 18339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30421 10027 9928 18340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30422 9928 9827 18340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30423 9827 9830 18340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30424 9830 10027 18340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30425 10044 10027 18341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30426 10027 9830 18341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30427 9830 9825 18341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30428 9825 10044 18341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30429 9957 10044 18342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30430 10044 9825 18342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30431 9825 9777 18342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30432 9777 9957 18342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30433 9958 9957 18343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30434 9957 9777 18343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30435 9777 9727 18343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30436 9727 9958 18343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30437 9956 9958 18344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30438 9958 9727 18344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30439 9727 9757 18344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30440 9757 9956 18344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30441 9972 9956 18345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30442 9956 9757 18345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30443 9757 9737 18345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30444 9737 9972 18345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30445 9973 9972 18346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30446 9972 9737 18346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30447 9737 9731 18346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30448 9731 9973 18346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30449 9952 9973 18347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30450 9973 9731 18347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30451 9731 9732 18347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30452 9732 9952 18347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30453 9987 9952 18348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30454 9952 9732 18348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30455 9732 9742 18348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30456 9742 9987 18348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30457 10024 9987 18349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30458 9987 9742 18349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30459 9742 9766 18349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30460 9766 10024 18349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30461 10063 10024 18350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30462 10024 9766 18350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30463 9766 9744 18350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30464 9744 10063 18350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30465 10076 10063 18351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30466 10063 9744 18351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30467 9744 9796 18351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30468 9796 10076 18351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30469 10108 10076 18352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30470 10076 9796 18352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30471 9796 9856 18352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30472 9856 10108 18352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30473 10113 10107 18353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30474 10107 9973 18353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30475 9973 9952 18353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30476 9952 10113 18353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30477 9952 9987 18354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30478 9987 10155 18354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30479 10155 10132 18354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30480 10132 9952 18354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30481 10107 10113 18355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30482 10113 10382 18355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30483 10382 10430 18355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30484 10430 10107 18355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30485 10113 10132 18356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30486 10132 10280 18356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30487 10280 10382 18356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30488 10382 10113 18356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30489 10487 10327 18357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30490 10327 10296 18357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30491 10296 10449 18357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30492 10449 10487 18357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30493 10123 9957 18358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30494 9957 9958 18358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30495 9958 10114 18358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30496 10114 10123 18358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30497 10353 10123 18359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30498 10123 10114 18359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30499 10114 10208 18359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30500 10208 10353 18359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30501 9956 10120 18360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30502 10120 10114 18360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30503 10114 9958 18360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30504 9958 9956 18360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30505 10501 10353 18361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30506 10353 10208 18361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30507 10208 10299 18361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30508 10299 10501 18361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30509 10299 10208 18362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30510 10208 10120 18362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30511 10120 10201 18362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30512 10201 10299 18362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30513 10827 10869 18363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30514 10869 10842 18363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30515 10842 10779 18363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30516 10779 10827 18363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30517 10869 10898 18364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30518 10898 10880 18364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30519 10880 10842 18364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30520 10842 10869 18364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30521 9956 9972 18365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30522 9972 10103 18365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30523 10103 10120 18365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30524 10120 9956 18365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30525 10103 10248 18366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30526 10248 10432 18366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30527 10432 10201 18366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30528 10201 10103 18366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30529 10201 10432 18367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30530 10432 10713 18367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30531 10713 10299 18367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30532 10299 10201 18367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30533 10299 10713 18368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30534 10713 10840 18368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30535 10840 10501 18368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30536 10501 10299 18368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30537 10906 10840 18369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30538 10840 10713 18369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30539 10713 10843 18369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30540 10843 10906 18369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30541 10843 10713 18370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30542 10713 10432 18370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30543 10432 10716 18370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30544 10716 10843 18370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30545 10432 10248 18371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30546 10248 10430 18371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30547 10430 10716 18371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30548 10716 10432 18371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30549 10753 10430 18372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30550 10430 10382 18372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30551 10382 10750 18372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30552 10750 10753 18372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30553 10750 10382 18373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30554 10382 10280 18373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30555 10280 10663 18373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30556 10663 10750 18373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30557 10663 10280 18374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30558 10280 10155 18374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30559 10155 10333 18374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30560 10333 10663 18374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30561 10187 10155 18375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30562 10155 10024 18375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30563 10024 10063 18375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30564 10063 10187 18375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30565 10063 10076 18376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30566 10076 10226 18376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30567 10226 10187 18376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30568 10187 10063 18376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30569 10187 10226 18377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30570 10226 10450 18377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30571 10450 10333 18377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30572 10333 10187 18377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30573 10333 10613 18378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30574 10613 10825 18378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30575 10825 10663 18378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30576 10663 10333 18378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30577 10663 10825 18379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30578 10825 10872 18379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30579 10872 10750 18379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30580 10750 10663 18379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30581 10750 10872 18380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30582 10872 10879 18380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30583 10879 10753 18380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30584 10753 10750 18380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30585 10716 10753 18381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30586 10753 10879 18381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30587 10879 10843 18381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30588 10843 10716 18381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30589 10906 10843 18382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30590 10843 10879 18382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30591 10879 10910 18382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30592 10910 10906 18382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30593 10910 10879 18383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30594 10879 10872 18383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30595 10872 10902 18383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30596 10902 10910 18383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30597 10902 10872 18384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30598 10872 10825 18384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30599 10825 10858 18384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30600 10858 10902 18384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30601 10928 10902 18385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30602 10902 10858 18385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30603 10858 10866 18385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30604 10866 10928 18385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30605 10780 10866 18386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30606 10866 10858 18386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30607 10858 10752 18386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30608 10752 10780 18386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30609 10858 10825 18387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30610 10825 10613 18387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30611 10613 10752 18387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30612 10752 10858 18387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30613 10613 10450 18388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30614 10450 10510 18388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30615 10510 10752 18388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30616 10752 10613 18388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30617 10780 10752 18389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30618 10752 10510 18389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30619 10510 10515 18389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30620 10515 10780 18389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30621 10233 10515 18390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30622 10515 10510 18390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30623 10510 10236 18390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30624 10236 10233 18390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30625 10510 10450 18391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30626 10450 10226 18391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30627 10226 10236 18391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30628 10236 10510 18391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30629 10226 10076 18392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30630 10076 10108 18392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30631 10108 10236 18392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30632 10236 10226 18392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30633 10236 10108 18393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30634 10108 10096 18393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30635 10096 10233 18393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30636 10233 10236 18393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30637 10096 10102 18394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30638 10102 10230 18394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30639 10230 10233 18394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30640 10233 10096 18394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30641 10233 10230 18395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30642 10230 10369 18395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30643 10369 10515 18395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30644 10515 10233 18395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30645 10596 10779 18396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30646 10779 10842 18396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30647 10842 10780 18396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30648 10780 10596 18396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30649 10780 10842 18397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30650 10842 10880 18397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30651 10880 10866 18397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30652 10866 10780 18397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30653 10866 10880 18398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30654 10880 10939 18398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30655 10939 10928 18398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30656 10928 10866 18398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30657 9988 9928 18399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30658 9928 10027 18399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30659 10027 10084 18399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30660 10084 9988 18399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30661 9988 9974 18400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30662 9974 9924 18400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30663 9924 9928 18400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30664 9928 9988 18400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30665 9928 9924 18401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30666 9924 9846 18401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30667 9846 9814 18401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30668 9814 9928 18401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30669 10178 10181 18402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30670 10181 10189 18402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30671 10189 10188 18402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30672 10188 10178 18402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30673 10125 10129 18403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30674 10129 10195 18403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30675 10195 10173 18403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30676 10173 10125 18403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30677 10264 10229 18404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30678 10229 10193 18404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30679 10193 10249 18404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30680 10249 10264 18404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30681 10249 10193 18405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30682 10193 10105 18405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30683 10105 10211 18405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30684 10211 10249 18405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30685 10196 10211 18406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30686 10211 10105 18406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30687 10105 10085 18406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30688 10085 10196 18406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30689 9974 10085 18407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30690 10085 10105 18407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30691 10105 10052 18407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30692 10052 9974 18407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30693 10105 10193 18408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30694 10193 10129 18408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30695 10129 10052 18408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30696 10052 10105 18408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30697 10129 10193 18409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30698 10193 10229 18409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30699 10229 10195 18409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30700 10195 10129 18409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30701 10910 10902 18410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30702 10902 10928 18410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30703 10928 10932 18410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30704 10932 10910 18410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30705 10910 10932 18411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30706 10932 10920 18411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30707 10920 10906 18411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30708 10906 10910 18411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30709 10840 10906 18412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30710 10906 10920 18412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30711 10920 10876 18412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30712 10876 10840 18412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30713 10876 10920 18413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30714 10920 10944 18413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30715 10944 10894 18413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30716 10894 10876 18413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30717 10894 10944 18414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30718 10944 10943 18414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30719 10943 10901 18414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30720 10901 10894 18414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30721 10901 10943 18415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30722 10943 10947 18415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30723 10947 10913 18415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30724 10913 10901 18415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30725 10913 10947 18416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30726 10947 10937 18416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30727 10937 10898 18416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30728 10898 10913 18416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30729 10937 10939 18417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30730 10939 10880 18417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30731 10880 10898 18417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30732 10898 10937 18417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30733 10827 10888 18418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30734 10888 10887 18418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30735 10887 10869 18418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30736 10869 10827 18418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30737 10898 10869 18419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30738 10869 10887 18419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30739 10887 10913 18419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30740 10913 10898 18419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30741 10913 10887 18420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30742 10887 10844 18420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30743 10844 10901 18420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30744 10901 10913 18420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30745 10901 10844 18421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30746 10844 10778 18421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30747 10778 10894 18421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30748 10894 10901 18421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30749 10894 10778 18422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30750 10778 10656 18422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30751 10656 10876 18422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30752 10876 10894 18422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30753 10840 10876 18423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30754 10876 10656 18423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30755 10656 10501 18423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30756 10501 10840 18423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30757 10501 10656 18424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30758 10656 10388 18424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30759 10388 10353 18424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30760 10353 10501 18424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30761 10353 10388 18425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30762 10388 10156 18425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30763 10156 10123 18425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30764 10123 10353 18425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30765 9957 10123 18426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30766 10123 10156 18426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30767 10156 10044 18426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30768 10044 9957 18426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30769 10075 10044 18427 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30770 10044 10156 18427 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30771 10156 10158 18427 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30772 10158 10075 18427 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30773 10158 10156 18428 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30774 10156 10388 18428 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30775 10388 10401 18428 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30776 10401 10158 18428 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30777 10656 10652 18429 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30778 10652 10401 18429 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30779 10401 10388 18429 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30780 10388 10656 18429 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30781 10664 10696 18430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30782 10696 10481 18430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30783 10481 10422 18430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30784 10422 10664 18430 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30785 10481 10696 18431 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30786 10696 10784 18431 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30787 10784 10572 18431 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30788 10572 10481 18431 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30789 10481 10572 18432 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30790 10572 10306 18432 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30791 10306 10228 18432 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30792 10228 10481 18432 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30793 10422 10481 18433 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30794 10481 10228 18433 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30795 10228 10171 18433 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30796 10171 10422 18433 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30797 10209 10196 18434 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30798 10196 10085 18434 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30799 10085 10150 18434 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30800 10150 10209 18434 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30801 9974 9988 18435 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30802 9988 10150 18435 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30803 10150 10085 18435 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30804 10085 9974 18435 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30805 10084 10171 18436 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30806 10171 10228 18436 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30807 10228 10150 18436 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30808 10150 10084 18436 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30809 10150 10228 18437 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30810 10228 10306 18437 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30811 10306 10209 18437 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30812 10209 10150 18437 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30813 10269 10209 18438 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30814 10209 10306 18438 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30815 10306 10390 18438 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30816 10390 10269 18438 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30817 10269 10390 18439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30818 10390 10449 18439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30819 10449 10296 18439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30820 10296 10269 18439 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30821 10211 10296 18440 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30822 10296 10327 18440 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30823 10327 10249 18440 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30824 10249 10211 18440 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30825 10264 10249 18441 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30826 10249 10327 18441 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30827 10327 10352 18441 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30828 10352 10264 18441 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30829 10352 10327 18442 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30830 10327 10487 18442 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30831 10487 10526 18442 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30832 10526 10352 18442 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30833 10526 10487 18443 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30834 10487 10676 18443 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30835 10676 10732 18443 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30836 10732 10526 18443 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30837 10676 10487 18444 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30838 10487 10449 18444 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30839 10449 10684 18444 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30840 10684 10676 18444 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30841 10684 10449 18445 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30842 10449 10390 18445 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30843 10390 10675 18445 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30844 10675 10684 18445 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30845 10684 10839 18446 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30846 10839 10830 18446 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30847 10830 10676 18446 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30848 10676 10684 18446 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30849 10781 10676 18447 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30850 10676 10830 18447 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30851 10830 10848 18447 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30852 10848 10781 18447 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30853 10948 10848 18448 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30854 10848 10830 18448 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30855 10830 10926 18448 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30856 10926 10948 18448 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30857 10926 10830 18449 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30858 10830 10839 18449 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30859 10839 10952 18449 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30860 10952 10926 18449 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30861 10684 10675 18450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30862 10675 10834 18450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30863 10834 10839 18450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30864 10839 10684 18450 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30865 10572 10675 18451 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30866 10675 10390 18451 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30867 10390 10306 18451 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30868 10306 10572 18451 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30869 10784 10834 18452 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30870 10834 10675 18452 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30871 10675 10572 18452 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30872 10572 10784 18452 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30873 10909 10952 18453 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30874 10952 10839 18453 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30875 10839 10834 18453 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30876 10834 10909 18453 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30877 10946 10909 18454 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30878 10909 10861 18454 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30879 10861 10867 18454 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30880 10867 10946 18454 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30881 10867 10790 18455 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30882 10790 10775 18455 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30883 10775 10849 18455 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30884 10849 10867 18455 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30885 10774 10778 18456 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30886 10778 10844 18456 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30887 10844 10851 18456 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30888 10851 10774 18456 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30889 10851 10844 18457 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30890 10844 10887 18457 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30891 10887 10888 18457 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30892 10888 10851 18457 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30893 10888 10915 18458 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30894 10915 10916 18458 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30895 10916 10851 18458 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30896 10851 10888 18458 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30897 10867 10849 18459 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30898 10849 10918 18459 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30899 10918 10946 18459 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30900 10946 10867 18459 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30901 10957 10952 18460 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30902 10952 10909 18460 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30903 10909 10946 18460 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30904 10946 10957 18460 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30905 10916 10915 18461 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30906 10915 10970 18461 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30907 10970 10969 18461 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30908 10969 10916 18461 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30909 11014 11023 18462 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30910 11023 11017 18462 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30911 11017 11001 18462 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30912 11001 11014 18462 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30913 10992 10969 18463 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30914 10969 10970 18463 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30915 10970 11012 18463 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30916 11012 10992 18463 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30917 10985 10926 18464 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30918 10926 10952 18464 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30919 10952 10957 18464 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30920 10957 10985 18464 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30921 10985 10999 18465 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30922 10999 10948 18465 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30923 10948 10926 18465 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30924 10926 10985 18465 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30925 10999 10988 18466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30926 10988 10954 18466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30927 10954 10948 18466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30928 10948 10999 18466 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30929 10985 10992 18467 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30930 10992 10996 18467 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30931 10996 10999 18467 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30932 10999 10985 18467 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30933 11012 11019 18468 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30934 11019 10996 18468 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30935 10996 10992 18468 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30936 10992 11012 18468 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30937 11019 10972 18469 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30938 10972 10956 18469 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30939 10956 11001 18469 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30940 11001 11019 18469 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30941 10919 11012 18470 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30942 11012 10970 18470 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30943 10970 10905 18470 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30944 10905 10919 18470 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30945 10905 10970 18471 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30946 10970 10915 18471 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30947 10915 10870 18471 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30948 10870 10905 18471 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30949 10915 10888 18472 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30950 10888 10827 18472 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30951 10827 10870 18472 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30952 10870 10915 18472 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30953 10917 10896 18473 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30954 10896 10862 18473 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30955 10862 10856 18473 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30956 10856 10917 18473 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30957 10856 10862 18474 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30958 10862 10807 18474 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30959 10807 10812 18474 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30960 10812 10856 18474 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30961 10776 10594 18475 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30962 10594 10727 18475 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30963 10727 10812 18475 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30964 10812 10776 18475 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30965 10812 10727 18476 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30966 10727 10800 18476 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30967 10800 10856 18476 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30968 10856 10812 18476 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30969 10856 10800 18477 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30970 10800 10860 18477 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30971 10860 10917 18477 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30972 10917 10856 18477 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30973 10860 10881 18478 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30974 10881 10911 18478 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30975 10911 10917 18478 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30976 10917 10860 18478 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30977 10917 10911 18479 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30978 10911 10899 18479 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30979 10899 10896 18479 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30980 10896 10917 18479 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30981 11012 10919 18480 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30982 10919 10972 18480 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30983 10972 11019 18480 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30984 11019 11012 18480 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30985 10886 10899 18481 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30986 10899 10911 18481 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30987 10911 10865 18481 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30988 10865 10886 18481 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30989 10865 10911 18482 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30990 10911 10881 18482 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30991 10881 10831 18482 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30992 10831 10865 18482 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30993 10619 10831 18483 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30994 10831 10881 18483 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30995 10881 10669 18483 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30996 10669 10619 18483 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30997 10669 10881 18484 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30998 10881 10860 18484 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 30999 10860 10651 18484 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31000 10651 10669 18484 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31001 10651 10860 18485 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31002 10860 10800 18485 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31003 10800 10506 18485 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31004 10506 10651 18485 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31005 10506 10800 18486 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31006 10800 10727 18486 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31007 10727 10433 18486 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31008 10433 10506 18486 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31009 10727 10594 18487 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31010 10594 10378 18487 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31011 10378 10433 18487 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31012 10433 10727 18487 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31013 9924 10017 18488 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31014 10017 9965 18488 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31015 9965 9846 18488 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31016 9846 9924 18488 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31017 10017 10125 18489 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31018 10125 10100 18489 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31019 10100 9965 18489 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31020 9965 10017 18489 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31021 10100 10125 18490 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31022 10125 10173 18490 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31023 10173 10130 18490 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31024 10130 10100 18490 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31025 10130 10173 18491 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31026 10173 10189 18491 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31027 10189 10181 18491 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31028 10181 10130 18491 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31029 10181 10231 18492 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31030 10231 10163 18492 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31031 10163 10130 18492 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31032 10130 10181 18492 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31033 10130 10163 18493 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31034 10163 10115 18493 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31035 10115 10100 18493 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31036 10100 10130 18493 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31037 10100 10115 18494 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31038 10115 9978 18494 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31039 9978 9965 18494 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31040 9965 10100 18494 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31041 9965 9978 18495 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31042 9978 9908 18495 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31043 9908 9846 18495 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31044 9846 9965 18495 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31045 9814 9846 18496 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31046 9846 9908 18496 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31047 9908 9893 18496 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31048 9893 9814 18496 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31049 10057 9893 18497 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31050 9893 9908 18497 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31051 9908 10001 18497 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31052 10001 10057 18497 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31053 9908 9978 18498 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31054 9978 10069 18498 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31055 10069 10001 18498 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31056 10001 9908 18498 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31057 10078 10099 18499 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31058 10099 10093 18499 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31059 10093 10091 18499 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31060 10091 10078 18499 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31061 10078 10091 18500 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31062 10091 10149 18500 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31063 10149 10104 18500 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31064 10104 10078 18500 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31065 10149 10224 18501 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31066 10224 10097 18501 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31067 10097 10104 18501 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31068 10104 10149 18501 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31069 10254 10146 18502 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31070 10146 10147 18502 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31071 10147 10257 18502 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31072 10257 10254 18502 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31073 10093 10147 18503 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31074 10147 10146 18503 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31075 10146 10091 18503 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31076 10091 10093 18503 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31077 10146 10254 18504 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31078 10254 10224 18504 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31079 10224 10149 18504 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31080 10149 10146 18504 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31081 10378 10224 18505 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31082 10224 10254 18505 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31083 10254 10433 18505 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31084 10433 10378 18505 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31085 10433 10254 18506 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31086 10254 10257 18506 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31087 10257 10506 18506 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31088 10506 10433 18506 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31089 10506 10257 18507 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31090 10257 10287 18507 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31091 10287 10651 18507 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31092 10651 10506 18507 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31093 10651 10287 18508 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31094 10287 10347 18508 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31095 10347 10669 18508 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31096 10669 10651 18508 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31097 10335 10470 18509 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31098 10470 10347 18509 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31099 10347 10232 18509 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31100 10232 10335 18509 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31101 10232 10347 18510 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31102 10347 10287 18510 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31103 10287 10184 18510 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31104 10184 10232 18510 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31105 10287 10257 18511 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31106 10257 10147 18511 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31107 10147 10184 18511 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31108 10184 10287 18511 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31109 10184 10147 18512 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31110 10147 10093 18512 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31111 10093 10131 18512 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31112 10131 10184 18512 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31113 10131 10093 18513 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31114 10093 10099 18513 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31115 10099 10179 18513 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31116 10179 10131 18513 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31117 10069 9978 18514 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31118 9978 10115 18514 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31119 10115 10174 18514 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31120 10174 10069 18514 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31121 10174 10115 18515 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31122 10115 10163 18515 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31123 10163 10235 18515 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31124 10235 10174 18515 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31125 10163 10231 18516 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31126 10231 10338 18516 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31127 10338 10235 18516 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31128 10235 10163 18516 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31129 10371 10308 18517 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31130 10308 10190 18517 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31131 10190 10243 18517 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31132 10243 10371 18517 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31133 10179 10243 18518 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31134 10243 10190 18518 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31135 10190 10131 18518 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31136 10131 10179 18518 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31137 10184 10131 18519 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31138 10131 10190 18519 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31139 10190 10232 18519 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31140 10232 10184 18519 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31141 10232 10190 18520 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31142 10190 10308 18520 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31143 10308 10335 18520 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31144 10335 10232 18520 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31145 10607 10470 18521 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31146 10470 10335 18521 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31147 10335 10308 18521 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31148 10308 10607 18521 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31149 10912 10865 18522 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31150 10865 10770 18522 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31151 10770 10868 18522 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31152 10868 10912 18522 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31153 10770 10865 18523 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31154 10865 10831 18523 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31155 10831 10607 18523 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31156 10607 10770 18523 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31157 10607 10831 18524 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31158 10831 10619 18524 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31159 10619 10470 18524 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31160 10470 10607 18524 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31161 10619 10669 18525 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31162 10669 10347 18525 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31163 10347 10470 18525 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31164 10470 10619 18525 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31165 10801 10781 18526 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31166 10781 10848 18526 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31167 10848 10874 18526 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31168 10874 10801 18526 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31169 10874 10954 18527 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31170 10954 10971 18527 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31171 10971 10884 18527 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31172 10884 10874 18527 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31173 10954 10988 18528 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31174 10988 10958 18528 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31175 10958 10971 18528 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31176 10971 10954 18528 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31177 10958 10988 18529 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31178 10988 11017 18529 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31179 11017 11023 18529 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31180 11023 10958 18529 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31181 10281 10264 18530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31182 10264 10352 18530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31183 10352 10364 18530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31184 10364 10281 18530 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31185 10352 10526 18531 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31186 10526 10575 18531 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31187 10575 10364 18531 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31188 10364 10352 18531 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31189 10364 10575 18532 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31190 10575 10561 18532 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31191 10561 10421 18532 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31192 10421 10364 18532 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31193 10364 10421 18533 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31194 10421 10326 18533 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31195 10326 10281 18533 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31196 10281 10364 18533 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31197 10526 10732 18534 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31198 10732 10761 18534 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31199 10761 10575 18534 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31200 10575 10526 18534 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31201 10575 10761 18535 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31202 10761 10686 18535 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31203 10686 10561 18535 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31204 10561 10575 18535 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31205 10421 10561 18536 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31206 10561 10686 18536 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31207 10686 10447 18536 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31208 10447 10421 18536 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31209 10326 10421 18537 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31210 10421 10447 18537 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31211 10447 10292 18537 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31212 10292 10326 18537 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31213 10229 10264 18538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31214 10264 10281 18538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31215 10281 10246 18538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31216 10246 10229 18538 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31217 10281 10326 18539 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31218 10326 10292 18539 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31219 10292 10246 18539 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31220 10246 10281 18539 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31221 10265 10188 18540 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31222 10188 10189 18540 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31223 10189 10227 18540 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31224 10227 10265 18540 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31225 10231 10216 18541 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31226 10216 10307 18541 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31227 10307 10338 18541 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31228 10338 10231 18541 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31229 10181 10178 18542 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31230 10178 10216 18542 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31231 10216 10231 18542 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31232 10231 10181 18542 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31233 10495 10868 18543 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31234 10868 10770 18543 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31235 10770 10371 18543 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31236 10371 10495 18543 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31237 10912 10956 18544 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31238 10956 10972 18544 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31239 10972 10931 18544 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31240 10931 10912 18544 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31241 112 17 18545 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31242 17 6 18545 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31243 6 65 18545 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31244 65 112 18545 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31245 65 6 18546 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31246 6 1 18546 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31247 1 15 18546 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31248 15 65 18546 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31249 15 1 18547 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31250 1 2 18547 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31251 2 11 18547 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31252 11 15 18547 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31253 11 2 18548 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31254 2 3 18548 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31255 3 24 18548 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31256 24 11 18548 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31257 24 3 18549 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31258 3 10 18549 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31259 10 56 18549 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31260 56 24 18549 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31261 56 10 18550 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31262 10 85 18550 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31263 85 94 18550 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31264 94 56 18550 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31265 153 85 18551 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31266 85 235 18551 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31267 235 223 18551 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31268 223 153 18551 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31269 235 627 18552 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31270 627 306 18552 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31271 306 223 18552 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31272 223 235 18552 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31273 306 627 18553 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31274 627 795 18553 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31275 795 360 18553 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31276 360 306 18553 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31277 360 795 18554 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31278 795 878 18554 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31279 878 489 18554 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31280 489 360 18554 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31281 489 878 18555 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31282 878 911 18555 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31283 911 592 18555 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31284 592 489 18555 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31285 592 911 18556 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31286 911 888 18556 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31287 888 604 18556 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31288 604 592 18556 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31289 604 888 18557 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31290 888 822 18557 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31291 822 533 18557 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31292 533 604 18557 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31293 427 822 18558 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31294 822 467 18558 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31295 467 231 18558 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31296 231 427 18558 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31297 231 467 18559 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31298 467 170 18559 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31299 170 167 18559 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31300 167 231 18559 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31301 167 170 18560 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31302 170 17 18560 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31303 17 112 18560 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31304 112 167 18560 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31305 153 223 18561 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31306 223 289 18561 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31307 289 188 18561 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31308 188 153 18561 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31309 306 360 18562 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31310 360 364 18562 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31311 364 344 18562 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31312 344 306 18562 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31313 360 489 18563 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31314 489 405 18563 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31315 405 364 18563 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31316 364 360 18563 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31317 489 592 18564 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31318 592 460 18564 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31319 460 405 18564 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31320 405 489 18564 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31321 592 604 18565 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31322 604 453 18565 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31323 453 460 18565 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31324 460 592 18565 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31325 604 533 18566 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31326 533 495 18566 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31327 495 453 18566 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31328 453 604 18566 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31329 533 427 18567 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31330 427 421 18567 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31331 421 495 18567 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31332 495 533 18567 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31333 427 231 18568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31334 231 160 18568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31335 160 421 18568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31336 421 427 18568 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31337 167 112 18569 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31338 112 58 18569 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31339 58 92 18569 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31340 92 167 18569 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31341 112 65 18570 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31342 65 35 18570 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31343 35 58 18570 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31344 58 112 18570 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31345 65 15 18571 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31346 15 21 18571 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31347 21 35 18571 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31348 35 65 18571 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31349 11 24 18572 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31350 24 50 18572 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31351 50 32 18572 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31352 32 11 18572 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31353 24 56 18573 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31354 56 77 18573 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31355 77 50 18573 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31356 50 24 18573 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31357 56 94 18574 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31358 94 123 18574 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31359 123 77 18574 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31360 77 56 18574 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31361 94 153 18575 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31362 153 188 18575 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31363 188 123 18575 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31364 123 94 18575 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31365 170 467 18576 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31366 467 442 18576 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31367 442 162 18576 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31368 162 170 18576 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31369 467 822 18577 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31370 822 772 18577 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31371 772 442 18577 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31372 442 467 18577 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31373 822 888 18578 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31374 888 842 18578 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31375 842 772 18578 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31376 772 822 18578 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31377 888 911 18579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31378 911 885 18579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31379 885 842 18579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31380 842 888 18579 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31381 911 878 18580 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31382 878 846 18580 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31383 846 885 18580 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31384 885 911 18580 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31385 878 795 18581 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31386 795 752 18581 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31387 752 846 18581 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31388 846 878 18581 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31389 795 627 18582 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31390 627 534 18582 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31391 534 752 18582 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31392 752 795 18582 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31393 627 235 18583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31394 235 213 18583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31395 213 534 18583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31396 534 627 18583 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31397 235 85 18584 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31398 85 83 18584 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31399 83 213 18584 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31400 213 235 18584 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31401 85 10 18585 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31402 10 13 18585 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31403 13 83 18585 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31404 83 85 18585 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31405 10 3 18586 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31406 3 8 18586 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31407 8 13 18586 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31408 13 10 18586 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31409 3 2 18587 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31410 2 5 18587 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31411 5 8 18587 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31412 8 3 18587 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31413 2 1 18588 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31414 1 4 18588 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31415 4 5 18588 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31416 5 2 18588 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31417 1 6 18589 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31418 6 7 18589 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31419 7 4 18589 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31420 4 1 18589 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31421 6 17 18590 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31422 17 16 18590 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31423 16 7 18590 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31424 7 6 18590 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31425 17 170 18591 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31426 170 162 18591 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31427 162 16 18591 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31428 16 17 18591 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31429 849 834 18592 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31430 834 749 18592 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31431 749 776 18592 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31432 776 849 18592 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31433 184 255 18593 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31434 255 349 18593 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31435 349 261 18593 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31436 261 184 18593 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31437 136 184 18594 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31438 184 261 18594 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31439 261 211 18594 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31440 211 136 18594 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31441 271 267 18595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31442 267 389 18595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31443 389 393 18595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31444 393 271 18595 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31445 270 271 18596 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31446 271 393 18596 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31447 393 381 18596 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31448 381 270 18596 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31449 255 270 18597 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31450 270 381 18597 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31451 381 349 18597 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31452 349 255 18597 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31453 1044 988 18598 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31454 988 941 18598 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31455 941 967 18598 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31456 967 1044 18598 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31457 976 1044 18599 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31458 1044 967 18599 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31459 967 946 18599 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31460 946 976 18599 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31461 850 872 18600 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31462 872 856 18600 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31463 856 818 18600 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31464 818 850 18600 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31465 865 762 18601 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31466 762 780 18601 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31467 780 857 18601 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31468 857 865 18601 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31469 44 31 18602 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31470 31 110 18602 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31471 110 89 18602 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31472 89 44 18602 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31473 110 177 18603 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31474 177 133 18603 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31475 133 89 18603 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31476 89 110 18603 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31477 141 27 18604 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31478 27 74 18604 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31479 74 161 18604 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31480 161 141 18604 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31481 222 141 18605 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31482 141 161 18605 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31483 161 312 18605 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31484 312 222 18605 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31485 97 197 18606 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31486 197 171 18606 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31487 171 91 18606 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31488 91 97 18606 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31489 80 127 18607 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31490 127 99 18607 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31491 99 88 18607 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31492 88 80 18607 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31493 80 88 18608 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31494 88 60 18608 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31495 60 53 18608 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31496 53 80 18608 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31497 313 284 18609 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31498 284 244 18609 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31499 244 264 18609 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31500 264 313 18609 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31501 284 359 18610 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31502 359 312 18610 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31503 312 244 18610 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31504 244 284 18610 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31505 359 598 18611 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31506 598 573 18611 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31507 573 312 18611 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31508 312 359 18611 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31509 598 753 18612 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31510 753 780 18612 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31511 780 573 18612 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31512 573 598 18612 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31513 753 799 18613 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31514 799 818 18613 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31515 818 780 18613 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31516 780 753 18613 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31517 850 818 18614 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31518 818 799 18614 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31519 799 816 18614 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31520 816 850 18614 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31521 49 28 18615 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31522 28 44 18615 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31523 44 26 18615 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31524 26 49 18615 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31525 28 49 18616 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31526 49 46 18616 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31527 46 57 18616 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31528 57 28 18616 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31529 550 464 18617 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31530 464 761 18617 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31531 761 738 18617 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31532 738 550 18617 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31533 993 1071 18618 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31534 1071 1121 18618 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31535 1121 1028 18618 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31536 1028 993 18618 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31537 916 993 18619 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31538 993 1028 18619 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31539 1028 920 18619 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31540 920 916 18619 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31541 16 37 18620 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31542 37 14 18620 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31543 14 7 18620 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31544 7 16 18620 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31545 177 154 18621 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31546 154 464 18621 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31547 464 550 18621 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31548 550 177 18621 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31549 550 738 18622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31550 738 707 18622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31551 707 674 18622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31552 674 550 18622 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31553 946 866 18623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31554 866 871 18623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31555 871 976 18623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31556 976 946 18623 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31557 110 37 18624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31558 37 154 18624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31559 154 177 18624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31560 177 110 18624 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31561 249 260 18625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31562 260 404 18625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31563 404 281 18625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31564 281 249 18625 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31565 123 188 18626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31566 188 190 18626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31567 190 121 18626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31568 121 123 18626 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31569 188 289 18627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31570 289 352 18627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31571 352 190 18627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31572 190 188 18627 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31573 289 344 18628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31574 344 420 18628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31575 420 352 18628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31576 352 289 18628 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31577 344 364 18629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31578 364 431 18629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31579 431 420 18629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31580 420 344 18629 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31581 364 405 18630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31582 405 404 18630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31583 404 431 18630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31584 431 364 18630 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31585 405 460 18631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31586 460 347 18631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31587 347 404 18631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31588 404 405 18631 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31589 460 453 18632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31590 453 458 18632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31591 458 347 18632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31592 347 460 18632 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31593 453 495 18633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31594 495 513 18633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31595 513 458 18633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31596 458 453 18633 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31597 495 421 18634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31598 421 448 18634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31599 448 513 18634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31600 513 495 18634 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31601 421 160 18635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31602 160 163 18635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31603 163 448 18635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31604 448 421 18635 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31605 160 92 18636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31606 92 90 18636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31607 90 163 18636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31608 163 160 18636 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31609 92 58 18637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31610 58 54 18637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31611 54 90 18637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31612 90 92 18637 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31613 58 35 18638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31614 35 29 18638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31615 29 54 18638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31616 54 58 18638 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31617 35 21 18639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31618 21 18 18639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31619 18 29 18639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31620 29 35 18639 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31621 21 32 18640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31622 32 25 18640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31623 25 18 18640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31624 18 21 18640 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31625 32 50 18641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31626 50 41 18641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31627 41 25 18641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31628 25 32 18641 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31629 50 77 18642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31630 77 71 18642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31631 71 41 18642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31632 41 50 18642 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31633 77 123 18643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31634 123 121 18643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31635 121 71 18643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31636 71 77 18643 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31637 367 458 18644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31638 458 513 18644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31639 513 514 18644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31640 514 367 18644 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31641 145 103 18645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31642 103 84 18645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31643 84 105 18645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31644 105 145 18645 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31645 199 145 18646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31646 145 105 18646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31647 105 150 18646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31648 150 199 18646 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31649 118 90 18647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31650 90 62 18647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31651 62 142 18647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31652 142 118 18647 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31653 195 384 18648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31654 384 448 18648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31655 448 163 18648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31656 163 195 18648 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31657 273 118 18649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31658 118 142 18649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31659 142 247 18649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31660 247 273 18649 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31661 356 195 18650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31662 195 118 18650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31663 118 273 18650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31664 273 356 18650 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31665 745 514 18651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31666 514 384 18651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31667 384 723 18651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31668 723 745 18651 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31669 626 537 18652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31670 537 514 18652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31671 514 745 18652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31672 745 626 18652 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31673 195 526 18653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31674 526 723 18653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31675 723 384 18653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31676 384 195 18653 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31677 311 409 18654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31678 409 247 18654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31679 247 156 18654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31680 156 311 18654 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31681 333 537 18655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31682 537 397 18655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31683 397 350 18655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31684 350 333 18655 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31685 333 367 18656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31686 367 514 18656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31687 514 537 18656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31688 537 333 18656 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31689 458 367 18657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31690 367 281 18657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31691 281 347 18657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31692 347 458 18657 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31693 350 298 18658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31694 298 334 18658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31695 334 268 18658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31696 268 350 18658 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31697 333 350 18659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31698 350 268 18659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31699 268 246 18659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31700 246 333 18659 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31701 367 333 18660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31702 333 246 18660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31703 246 281 18660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31704 281 367 18660 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31705 281 246 18661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31706 246 216 18661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31707 216 249 18661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31708 249 281 18661 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31709 300 150 18662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31710 150 190 18662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31711 190 352 18662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31712 352 300 18662 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31713 323 300 18663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31714 300 352 18663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31715 352 420 18663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31716 420 323 18663 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31717 326 323 18664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31718 323 420 18664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31719 420 431 18664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31720 431 326 18664 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31721 260 326 18665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31722 326 431 18665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31723 431 404 18665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31724 404 260 18665 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31725 90 54 18666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31726 54 38 18666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31727 38 62 18666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31728 62 90 18666 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31729 54 29 18667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31730 29 23 18667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31731 23 38 18667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31732 38 54 18667 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31733 29 18 18668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31734 18 47 18668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31735 47 23 18668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31736 23 29 18668 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31737 18 25 18669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31738 25 55 18669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31739 55 47 18669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31740 47 18 18669 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31741 25 41 18670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31742 41 59 18670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31743 59 55 18670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31744 55 25 18670 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31745 41 71 18671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31746 71 84 18671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31747 84 59 18671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31748 59 41 18671 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31749 105 84 18672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31750 84 71 18672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31751 71 121 18672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31752 121 105 18672 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31753 105 121 18673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31754 121 190 18673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31755 190 150 18673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31756 150 105 18673 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31757 288 199 18674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31758 199 150 18674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31759 150 300 18674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31760 300 288 18674 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31761 277 288 18675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31762 288 300 18675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31763 300 323 18675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31764 323 277 18675 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31765 228 277 18676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31766 277 323 18676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31767 323 326 18676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31768 326 228 18676 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31769 227 228 18677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31770 228 326 18677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31771 326 260 18677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31772 260 227 18677 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31773 224 227 18678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31774 227 260 18678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31775 260 249 18678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31776 249 224 18678 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31777 210 224 18679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31778 224 249 18679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31779 249 216 18679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31780 216 210 18679 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31781 272 210 18680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31782 210 216 18680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31783 216 268 18680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31784 268 272 18680 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31785 232 311 18681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31786 311 156 18681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31787 156 120 18681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31788 120 232 18681 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31789 120 156 18682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31790 156 142 18682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31791 142 82 18682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31792 82 120 18682 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31793 82 142 18683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31794 142 62 18683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31795 62 45 18683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31796 45 82 18683 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31797 297 379 18684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31798 379 461 18684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31799 461 477 18684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31800 477 297 18684 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31801 230 297 18685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31802 297 477 18685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31803 477 368 18685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31804 368 230 18685 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31805 379 355 18686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31806 355 377 18686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31807 377 461 18686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31808 461 379 18686 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31809 230 368 18687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31810 368 330 18687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31811 330 208 18687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31812 208 230 18687 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31813 461 377 18688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31814 377 398 18688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31815 398 509 18688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31816 509 461 18688 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31817 477 461 18689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31818 461 509 18689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31819 509 577 18689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31820 577 477 18689 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31821 368 477 18690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31822 477 577 18690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31823 577 571 18690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31824 571 368 18690 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31825 330 368 18691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31826 368 571 18691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31827 571 512 18691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31828 512 330 18691 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31829 571 577 18692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31830 577 638 18692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31831 638 651 18692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31832 651 571 18692 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31833 512 571 18693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31834 571 651 18693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31835 651 618 18693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31836 618 512 18693 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31837 509 398 18694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31838 398 396 18694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31839 396 517 18694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31840 517 509 18694 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31841 577 509 18695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31842 509 517 18695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31843 517 638 18695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31844 638 577 18695 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31845 517 396 18696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31846 396 441 18696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31847 441 542 18696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31848 542 517 18696 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31849 638 517 18697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31850 517 542 18697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31851 542 670 18697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31852 670 638 18697 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31853 651 638 18698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31854 638 670 18698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31855 670 713 18698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31856 713 651 18698 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31857 618 651 18699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31858 651 713 18699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31859 713 705 18699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31860 705 618 18699 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31861 670 542 18700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31862 542 563 18700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31863 563 677 18700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31864 677 670 18700 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31865 713 670 18701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31866 670 677 18701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31867 677 731 18701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31868 731 713 18701 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31869 705 713 18702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31870 713 731 18702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31871 731 740 18702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31872 740 705 18702 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31873 542 441 18703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31874 441 469 18703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31875 469 563 18703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31876 563 542 18703 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31877 740 731 18704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31878 731 641 18704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31879 641 646 18704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31880 646 740 18704 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31881 563 469 18705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31882 469 428 18705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31883 428 518 18705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31884 518 563 18705 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31885 677 563 18706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31886 563 518 18706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31887 518 581 18706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31888 581 677 18706 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31889 731 677 18707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31890 677 581 18707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31891 581 641 18707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31892 641 731 18707 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31893 518 428 18708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31894 428 415 18708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31895 415 400 18708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31896 400 518 18708 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31897 581 518 18709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31898 518 400 18709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31899 400 422 18709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31900 422 581 18709 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31901 641 581 18710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31902 581 422 18710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31903 422 406 18710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31904 406 641 18710 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31905 646 641 18711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31906 641 406 18711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31907 406 443 18711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31908 443 646 18711 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31909 406 422 18712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31910 422 320 18712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31911 320 282 18712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31912 282 406 18712 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31913 363 406 18713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31914 406 282 18713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31915 282 285 18713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31916 285 363 18713 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31917 400 415 18714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31918 415 283 18714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31919 283 310 18714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31920 310 400 18714 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31921 422 400 18715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31922 400 310 18715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31923 310 320 18715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31924 320 422 18715 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31925 282 251 18716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31926 251 256 18716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31927 256 285 18716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31928 285 282 18716 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31929 310 259 18717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31930 259 262 18717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31931 262 320 18717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31932 320 310 18717 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31933 241 237 18718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31934 237 262 18718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31935 262 259 18718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31936 259 241 18718 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31937 406 363 18719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31938 363 386 18719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31939 386 443 18719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31940 443 406 18719 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31941 251 234 18720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31942 234 253 18720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31943 253 256 18720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31944 256 251 18720 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31945 237 241 18721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31946 241 226 18721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31947 226 221 18721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31948 221 237 18721 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31949 234 251 18722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31950 251 237 18722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31951 237 221 18722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31952 221 234 18722 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31953 251 282 18723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31954 282 262 18723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31955 262 237 18723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31956 237 251 18723 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31957 355 379 18724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31958 379 336 18724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31959 336 327 18724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31960 327 355 18724 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31961 230 208 18725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31962 208 155 18725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31963 155 182 18725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31964 182 230 18725 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31965 297 230 18726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31966 230 182 18726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31967 182 229 18726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31968 229 297 18726 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31969 379 297 18727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31970 297 229 18727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31971 229 336 18727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31972 336 379 18727 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31973 204 219 18728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31974 219 172 18728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31975 172 148 18728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31976 148 204 18728 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31977 208 204 18729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31978 204 148 18729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31979 148 155 18729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31980 155 208 18729 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31981 296 355 18730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31982 355 327 18730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31983 327 351 18730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31984 351 296 18730 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31985 287 252 18731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31986 252 236 18731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31987 236 263 18731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31988 263 287 18731 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31989 252 234 18732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31990 234 221 18732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31991 221 236 18732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31992 236 252 18732 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31993 239 236 18733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31994 236 221 18733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31995 221 226 18733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31996 226 239 18733 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31997 234 252 18734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31998 252 254 18734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 31999 254 253 18734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32000 253 234 18734 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32001 362 408 18735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32002 408 443 18735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32003 443 386 18735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32004 386 362 18735 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32005 236 239 18736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32006 239 257 18736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32007 257 263 18736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32008 263 236 18736 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32009 257 309 18737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32010 309 321 18737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32011 321 263 18737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32012 263 257 18737 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32013 252 287 18738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32014 287 286 18738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32015 286 254 18738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32016 254 252 18738 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32017 403 423 18739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32018 423 321 18739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32019 321 309 18739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32020 309 403 18739 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32021 415 403 18740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32022 403 309 18740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32023 309 283 18740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32024 283 415 18740 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32025 408 362 18741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32026 362 286 18741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32027 286 287 18741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32028 287 408 18741 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32029 423 408 18742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32030 408 287 18742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32031 287 321 18742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32032 321 423 18742 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32033 639 646 18743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32034 646 443 18743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32035 443 408 18743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32036 408 639 18743 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32037 585 639 18744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32038 639 408 18744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32039 408 423 18744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32040 423 585 18744 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32041 439 585 18745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32042 585 423 18745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32043 423 403 18745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32044 403 439 18745 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32045 428 439 18746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32046 439 403 18746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32047 403 415 18746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32048 415 428 18746 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32049 599 728 18747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32050 728 639 18747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32051 639 585 18747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32052 585 599 18747 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32053 488 599 18748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32054 599 585 18748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32055 585 439 18748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32056 439 488 18748 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32057 469 488 18749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32058 488 439 18749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32059 439 428 18749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32060 428 469 18749 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32061 728 740 18750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32062 740 646 18750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32063 646 639 18750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32064 639 728 18750 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32065 441 456 18751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32066 456 488 18751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32067 488 469 18751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32068 469 441 18751 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32069 678 705 18752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32070 705 740 18752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32071 740 728 18752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32072 728 678 18752 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32073 590 678 18753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32074 678 728 18753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32075 728 599 18753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32076 599 590 18753 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32077 456 590 18754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32078 590 599 18754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32079 599 488 18754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32080 488 456 18754 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32081 586 618 18755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32082 618 705 18755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32083 705 678 18755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32084 678 586 18755 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32085 492 586 18756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32086 586 678 18756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32087 678 590 18756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32088 590 492 18756 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32089 388 492 18757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32090 492 590 18757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32091 590 456 18757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32092 456 388 18757 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32093 396 388 18758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32094 388 456 18758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32095 456 441 18758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32096 441 396 18758 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32097 371 410 18759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32098 410 492 18759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32099 492 388 18759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32100 388 371 18759 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32101 398 371 18760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32102 371 388 18760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32103 388 396 18760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32104 396 398 18760 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32105 459 512 18761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32106 512 618 18761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32107 618 586 18761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32108 586 459 18761 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32109 410 459 18762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32110 459 586 18762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32111 586 492 18762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32112 492 410 18762 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32113 308 330 18763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32114 330 512 18763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32115 512 459 18763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32116 459 308 18763 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32117 322 308 18764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32118 308 459 18764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32119 459 410 18764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32120 410 322 18764 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32121 340 322 18765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32122 322 410 18765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32123 410 371 18765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32124 371 340 18765 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32125 377 340 18766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32126 340 371 18766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32127 371 398 18766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32128 398 377 18766 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32129 308 204 18767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32130 204 208 18767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32131 208 330 18767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32132 330 308 18767 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32133 355 296 18768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32134 296 340 18768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32135 340 377 18768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32136 377 355 18768 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32137 219 204 18769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32138 204 308 18769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32139 308 322 18769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32140 322 219 18769 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32141 296 219 18770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32142 219 322 18770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32143 322 340 18770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32144 340 296 18770 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32145 229 182 18771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32146 182 131 18771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32147 131 200 18771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32148 200 229 18771 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32149 336 229 18772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32150 229 200 18772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32151 200 324 18772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32152 324 336 18772 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32153 327 336 18773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32154 336 324 18773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32155 324 328 18773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32156 328 327 18773 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32157 351 327 18774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32158 327 328 18774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32159 328 274 18774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32160 274 351 18774 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32161 148 172 18775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32162 172 111 18775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32163 111 100 18775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32164 100 148 18775 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32165 100 111 18776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32166 111 78 18776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32167 78 107 18776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32168 107 100 18776 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32169 96 100 18777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32170 100 107 18777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32171 107 103 18777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32172 103 96 18777 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32173 131 96 18778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32174 96 103 18778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32175 103 145 18778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32176 145 131 18778 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32177 200 131 18779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32178 131 145 18779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32179 145 199 18779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32180 199 200 18779 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32181 324 200 18780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32182 200 199 18780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32183 199 288 18780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32184 288 324 18780 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32185 328 324 18781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32186 324 288 18781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32187 288 277 18781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32188 277 328 18781 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32189 274 328 18782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32190 328 277 18782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32191 277 228 18782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32192 228 274 18782 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32193 258 274 18783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32194 274 228 18783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32195 228 227 18783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32196 227 258 18783 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32197 248 258 18784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32198 258 227 18784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32199 227 224 18784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32200 224 248 18784 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32201 68 70 18785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32202 70 72 18785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32203 72 69 18785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32204 69 68 18785 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32205 51 68 18786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32206 68 69 18786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32207 69 52 18786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32208 52 51 18786 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32209 64 51 18787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32210 51 52 18787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32211 52 67 18787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32212 67 64 18787 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32213 111 64 18788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32214 64 67 18788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32215 67 78 18788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32216 78 111 18788 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32217 172 124 18789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32218 124 64 18789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32219 64 111 18789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32220 111 172 18789 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32221 279 351 18790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32222 351 274 18790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32223 274 258 18790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32224 258 279 18790 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32225 278 279 18791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32226 279 258 18791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32227 258 248 18791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32228 248 278 18791 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32229 116 138 18792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32230 138 70 18792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32231 70 68 18792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32232 68 116 18792 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32233 243 354 18793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32234 354 480 18793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32235 480 481 18793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32236 481 243 18793 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32237 193 243 18794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32238 243 481 18794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32239 481 385 18794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32240 385 193 18794 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32241 354 375 18795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32242 375 444 18795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32243 444 480 18795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32244 480 354 18795 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32245 193 385 18796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32246 385 365 18796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32247 365 186 18796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32248 186 193 18796 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32249 480 444 18797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32250 444 491 18797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32251 491 527 18797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32252 527 480 18797 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32253 481 480 18798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32254 480 527 18798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32255 527 529 18798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32256 529 481 18798 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32257 385 481 18799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32258 481 529 18799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32259 529 493 18799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32260 493 385 18799 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32261 365 385 18800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32262 385 493 18800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32263 493 463 18800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32264 463 365 18800 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32265 493 529 18801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32266 529 647 18801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32267 647 656 18801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32268 656 493 18801 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32269 463 493 18802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32270 493 656 18802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32271 656 642 18802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32272 642 463 18802 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32273 527 491 18803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32274 491 522 18803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32275 522 578 18803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32276 578 527 18803 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32277 529 527 18804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32278 527 578 18804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32279 578 647 18804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32280 647 529 18804 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32281 578 522 18805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32282 522 565 18805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32283 565 621 18805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32284 621 578 18805 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32285 647 578 18806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32286 578 621 18806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32287 621 711 18806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32288 711 647 18806 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32289 656 647 18807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32290 647 711 18807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32291 711 747 18807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32292 747 656 18807 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32293 642 656 18808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32294 656 747 18808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32295 747 736 18808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32296 736 642 18808 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32297 711 621 18809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32298 621 643 18809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32299 643 727 18809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32300 727 711 18809 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32301 747 711 18810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32302 711 727 18810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32303 727 789 18810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32304 789 747 18810 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32305 736 747 18811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32306 747 789 18811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32307 789 784 18811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32308 784 736 18811 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32309 621 565 18812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32310 565 583 18812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32311 583 643 18812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32312 643 621 18812 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32313 784 789 18813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32314 789 771 18813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32315 771 775 18813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32316 775 784 18813 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32317 727 643 18814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32318 643 619 18814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32319 619 722 18814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32320 722 727 18814 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32321 789 727 18815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32322 727 722 18815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32323 722 771 18815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32324 771 789 18815 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32325 619 574 18816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32326 574 606 18816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32327 606 597 18816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32328 597 619 18816 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32329 722 619 18817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32330 619 597 18817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32331 597 630 18817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32332 630 722 18817 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32333 771 722 18818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32334 722 630 18818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32335 630 629 18818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32336 629 771 18818 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32337 775 771 18819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32338 771 629 18819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32339 629 669 18819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32340 669 775 18819 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32341 629 630 18820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32342 630 520 18820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32343 520 472 18820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32344 472 629 18820 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32345 603 629 18821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32346 629 472 18821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32347 472 475 18821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32348 475 603 18821 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32349 597 606 18822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32350 606 450 18822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32351 450 478 18822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32352 478 597 18822 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32353 630 597 18823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32354 597 478 18823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32355 478 520 18823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32356 520 630 18823 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32357 472 414 18824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32358 414 416 18824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32359 416 475 18824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32360 475 472 18824 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32361 478 395 18825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32362 395 411 18825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32363 411 520 18825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32364 520 478 18825 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32365 372 378 18826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32366 378 411 18826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32367 411 395 18826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32368 395 372 18826 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32369 629 603 18827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32370 603 648 18827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32371 648 669 18827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32372 669 629 18827 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32373 414 399 18828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32374 399 413 18828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32375 413 416 18828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32376 416 414 18828 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32377 378 372 18829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32378 372 357 18829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32379 357 358 18829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32380 358 378 18829 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32381 399 414 18830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32382 414 378 18830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32383 378 358 18830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32384 358 399 18830 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32385 414 472 18831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32386 472 411 18831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32387 411 378 18831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32388 378 414 18831 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32389 375 354 18832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32390 354 351 18832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32391 351 279 18832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32392 279 375 18832 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32393 193 186 18833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32394 186 115 18833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32395 115 124 18833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32396 124 193 18833 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32397 243 193 18834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32398 193 124 18834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32399 124 172 18834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32400 172 243 18834 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32401 242 353 18835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32402 353 278 18835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32403 278 138 18835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32404 138 242 18835 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32405 192 242 18836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32406 242 138 18836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32407 138 116 18836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32408 116 192 18836 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32409 186 192 18837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32410 192 116 18837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32411 116 115 18837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32412 115 186 18837 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32413 353 375 18838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32414 375 279 18838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32415 279 278 18838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32416 278 353 18838 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32417 511 429 18839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32418 429 401 18839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32419 401 436 18839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32420 436 511 18839 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32421 429 399 18840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32422 399 358 18840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32423 358 401 18840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32424 401 429 18840 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32425 383 401 18841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32426 401 358 18841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32427 358 357 18841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32428 357 383 18841 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32429 399 429 18842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32430 429 433 18842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32431 433 413 18842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32432 413 399 18842 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32433 628 652 18843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32434 652 669 18843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32435 669 648 18843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32436 648 628 18843 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32437 401 383 18844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32438 383 418 18844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32439 418 436 18844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32440 436 401 18844 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32441 418 515 18845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32442 515 562 18845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32443 562 436 18845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32444 436 418 18845 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32445 429 511 18846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32446 511 508 18846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32447 508 433 18846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32448 433 429 18846 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32449 622 665 18847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32450 665 562 18847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32451 562 515 18847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32452 515 622 18847 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32453 606 622 18848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32454 622 515 18848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32455 515 450 18848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32456 450 606 18848 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32457 652 628 18849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32458 628 508 18849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32459 508 511 18849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32460 511 652 18849 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32461 665 652 18850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32462 652 511 18850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32463 511 562 18850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32464 562 665 18850 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32465 782 775 18851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32466 775 669 18851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32467 669 652 18851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32468 652 782 18851 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32469 734 782 18852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32470 782 652 18852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32471 652 665 18852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32472 665 734 18852 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32473 635 734 18853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32474 734 665 18853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32475 665 622 18853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32476 622 635 18853 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32477 720 785 18854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32478 785 782 18854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32479 782 734 18854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32480 734 720 18854 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32481 632 720 18855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32482 720 734 18855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32483 734 635 18855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32484 635 632 18855 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32485 785 784 18856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32486 784 775 18856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32487 775 782 18856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32488 782 785 18856 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32489 565 608 18857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32490 608 632 18857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32491 632 583 18857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32492 583 565 18857 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32493 741 736 18858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32494 736 784 18858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32495 784 785 18858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32496 785 741 18858 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32497 697 741 18859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32498 741 785 18859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32499 785 720 18859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32500 720 697 18859 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32501 608 697 18860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32502 697 720 18860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32503 720 632 18860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32504 632 608 18860 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32505 660 642 18861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32506 642 736 18861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32507 736 741 18861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32508 741 660 18861 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32509 609 660 18862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32510 660 741 18862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32511 741 697 18862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32512 697 609 18862 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32513 546 609 18863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32514 609 697 18863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32515 697 608 18863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32516 608 546 18863 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32517 522 546 18864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32518 546 608 18864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32519 608 565 18864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32520 565 522 18864 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32521 503 498 18865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32522 498 609 18865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32523 609 546 18865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32524 546 503 18865 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32525 491 503 18866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32526 503 546 18866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32527 546 522 18866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32528 522 491 18866 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32529 476 463 18867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32530 463 642 18867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32531 642 660 18867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32532 660 476 18867 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32533 498 476 18868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32534 476 660 18868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32535 660 609 18868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32536 609 498 18868 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32537 380 365 18869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32538 365 463 18869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32539 463 476 18869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32540 476 380 18869 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32541 454 380 18870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32542 380 476 18870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32543 476 498 18870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32544 498 454 18870 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32545 462 454 18871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32546 454 498 18871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32547 498 503 18871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32548 503 462 18871 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32549 444 462 18872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32550 462 503 18872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32551 503 491 18872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32552 491 444 18872 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32553 380 192 18873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32554 192 186 18873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32555 186 365 18873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32556 365 380 18873 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32557 375 353 18874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32558 353 462 18874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32559 462 444 18874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32560 444 375 18874 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32561 242 192 18875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32562 192 380 18875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32563 380 454 18875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32564 454 242 18875 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32565 353 242 18876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32566 242 454 18876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32567 454 462 18876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32568 462 353 18876 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32569 217 319 18877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32570 319 479 18877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32571 479 566 18877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32572 566 217 18877 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32573 181 217 18878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32574 217 566 18878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32575 566 525 18878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32576 525 181 18878 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32577 319 331 18879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32578 331 419 18879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32579 419 479 18879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32580 479 319 18879 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32581 181 525 18880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32582 525 494 18880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32583 494 168 18880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32584 168 181 18880 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32585 479 419 18881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32586 419 490 18881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32587 490 561 18881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32588 561 479 18881 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32589 566 479 18882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32590 479 561 18882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32591 561 653 18882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32592 653 566 18882 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32593 525 566 18883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32594 566 653 18883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32595 653 682 18883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32596 682 525 18883 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32597 494 525 18884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32598 525 682 18884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32599 682 658 18884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32600 658 494 18884 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32601 682 653 18885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32602 653 689 18885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32603 689 744 18885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32604 744 682 18885 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32605 658 682 18886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32606 682 744 18886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32607 744 724 18886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32608 724 658 18886 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32609 561 490 18887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32610 490 504 18887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32611 504 579 18887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32612 579 561 18887 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32613 653 561 18888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32614 561 579 18888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32615 579 689 18888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32616 689 653 18888 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32617 579 504 18889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32618 504 545 18889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32619 545 616 18889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32620 616 579 18889 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32621 689 579 18890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32622 579 616 18890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32623 616 721 18890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32624 721 689 18890 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32625 744 689 18891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32626 689 721 18891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32627 721 774 18891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32628 774 744 18891 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32629 724 744 18892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32630 744 774 18892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32631 774 767 18892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32632 767 724 18892 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32633 721 616 18893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32634 616 633 18893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32635 633 729 18893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32636 729 721 18893 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32637 774 721 18894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32638 721 729 18894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32639 729 790 18894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32640 790 774 18894 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32641 767 774 18895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32642 774 790 18895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32643 790 786 18895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32644 786 767 18895 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32645 616 545 18896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32646 545 572 18896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32647 572 633 18896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32648 633 616 18896 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32649 786 790 18897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32650 790 733 18897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32651 733 735 18897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32652 735 786 18897 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32653 633 572 18898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32654 572 554 18898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32655 554 600 18898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32656 600 633 18898 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32657 729 633 18899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32658 633 600 18899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32659 600 706 18899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32660 706 729 18899 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32661 790 729 18900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32662 729 706 18900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32663 706 733 18900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32664 733 790 18900 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32665 600 554 18901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32666 554 468 18901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32667 468 486 18901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32668 486 600 18901 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32669 706 600 18902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32670 600 486 18902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32671 486 551 18902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32672 551 706 18902 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32673 733 706 18903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32674 706 551 18903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32675 551 552 18903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32676 552 733 18903 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32677 735 733 18904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32678 733 552 18904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32679 552 594 18904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32680 594 735 18904 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32681 552 551 18905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32682 551 425 18905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32683 425 391 18905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32684 391 552 18905 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32685 523 552 18906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32686 552 391 18906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32687 391 392 18906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32688 392 523 18906 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32689 486 468 18907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32690 468 348 18907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32691 348 374 18907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32692 374 486 18907 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32693 551 486 18908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32694 486 374 18908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32695 374 425 18908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32696 425 551 18908 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32697 391 342 18909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32698 342 345 18909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32699 345 392 18909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32700 392 391 18909 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32701 374 317 18910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32702 317 339 18910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32703 339 425 18910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32704 425 374 18910 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32705 304 315 18911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32706 315 339 18911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32707 339 317 18911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32708 317 304 18911 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32709 552 523 18912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32710 523 560 18912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32711 560 594 18912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32712 594 552 18912 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32713 342 325 18913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32714 325 335 18913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32715 335 345 18913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32716 345 342 18913 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32717 315 304 18914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32718 304 290 18914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32719 290 299 18914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32720 299 315 18914 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32721 325 342 18915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32722 342 315 18915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32723 315 299 18915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32724 299 325 18915 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32725 342 391 18916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32726 391 339 18916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32727 339 315 18916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32728 315 342 18916 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32729 181 168 18917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32730 168 79 18917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32731 79 86 18917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32732 86 181 18917 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32733 217 181 18918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32734 181 86 18918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32735 86 138 18918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32736 138 217 18918 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32737 319 217 18919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32738 217 138 18919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32739 138 278 18919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32740 278 319 18919 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32741 174 209 18920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32742 209 137 18920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32743 137 81 18920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32744 81 174 18920 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32745 168 174 18921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32746 174 81 18921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32747 81 79 18921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32748 79 168 18921 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32749 387 341 18922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32750 341 314 18922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32751 314 338 18922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32752 338 387 18922 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32753 341 325 18923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32754 325 299 18923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32755 299 314 18923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32756 314 341 18923 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32757 302 314 18924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32758 314 299 18924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32759 299 290 18924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32760 290 302 18924 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32761 325 341 18925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32762 341 343 18925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32763 343 335 18925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32764 335 325 18925 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32765 521 549 18926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32766 549 594 18926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32767 594 560 18926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32768 560 521 18926 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32769 314 302 18927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32770 302 316 18927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32771 316 338 18927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32772 338 314 18927 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32773 316 373 18928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32774 373 424 18928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32775 424 338 18928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32776 338 316 18928 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32777 341 387 18929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32778 387 390 18929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32779 390 343 18929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32780 343 341 18929 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32781 483 548 18930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32782 548 424 18930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32783 424 373 18930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32784 373 483 18930 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32785 468 483 18931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32786 483 373 18931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32787 373 348 18931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32788 348 468 18931 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32789 549 521 18932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32790 521 390 18932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32791 390 387 18932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32792 387 549 18932 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32793 548 549 18933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32794 549 387 18933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32795 387 424 18933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32796 424 548 18933 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32797 726 735 18934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32798 735 594 18934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32799 594 549 18934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32800 549 726 18934 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32801 690 726 18935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32802 726 549 18935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32803 549 548 18935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32804 548 690 18935 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32805 588 690 18936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32806 690 548 18936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32807 548 483 18936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32808 483 588 18936 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32809 554 588 18937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32810 588 483 18937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32811 483 468 18937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32812 468 554 18937 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32813 714 777 18938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32814 777 726 18938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32815 726 690 18938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32816 690 714 18938 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32817 617 714 18939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32818 714 690 18939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32819 690 588 18939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32820 588 617 18939 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32821 572 617 18940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32822 617 588 18940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32823 588 554 18940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32824 554 572 18940 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32825 777 786 18941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32826 786 735 18941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32827 735 726 18941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32828 726 777 18941 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32829 545 587 18942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32830 587 617 18942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32831 617 572 18942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32832 572 545 18942 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32833 760 767 18943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32834 767 786 18943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32835 786 777 18943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32836 777 760 18943 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32837 703 760 18944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32838 760 777 18944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32839 777 714 18944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32840 714 703 18944 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32841 730 724 18945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32842 724 767 18945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32843 767 760 18945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32844 760 730 18945 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32845 666 730 18946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32846 730 760 18946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32847 760 703 18946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32848 703 666 18946 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32849 556 666 18947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32850 666 703 18947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32851 703 587 18947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32852 587 556 18947 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32853 504 556 18948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32854 556 587 18948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32855 587 545 18948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32856 545 504 18948 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32857 510 607 18949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32858 607 666 18949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32859 666 556 18949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32860 556 510 18949 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32861 490 510 18950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32862 510 556 18950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32863 556 504 18950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32864 504 490 18950 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32865 649 658 18951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32866 658 724 18951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32867 724 730 18951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32868 730 649 18951 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32869 607 649 18952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32870 649 730 18952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32871 730 666 18952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32872 666 607 18952 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32873 500 494 18953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32874 494 658 18953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32875 658 649 18953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32876 649 500 18953 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32877 532 500 18954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32878 500 649 18954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32879 649 607 18954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32880 607 532 18954 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32881 445 532 18955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32882 532 607 18955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32883 607 510 18955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32884 510 445 18955 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32885 419 445 18956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32886 445 510 18956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32887 510 490 18956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32888 490 419 18956 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32889 500 174 18957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32890 174 168 18957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32891 168 494 18957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32892 494 500 18957 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32893 331 301 18958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32894 301 445 18958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32895 445 419 18958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32896 419 331 18958 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32897 209 174 18959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32898 174 500 18959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32899 500 532 18959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32900 532 209 18959 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32901 301 209 18960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32902 209 532 18960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32903 532 445 18960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32904 445 301 18960 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32905 138 86 18961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32906 86 34 18961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32907 34 70 18961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32908 70 138 18961 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32909 240 278 18962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32910 278 248 18962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32911 248 212 18962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32912 212 240 18962 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32913 294 240 18963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32914 240 212 18963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32915 212 307 18963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32916 307 294 18963 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32917 81 137 18964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32918 137 43 18964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32919 43 30 18964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32920 30 81 18964 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32921 30 43 18965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32922 43 48 18965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32923 48 36 18965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32924 36 30 18965 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32925 19 30 18966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32926 30 36 18966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32927 36 20 18966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32928 20 19 18966 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32929 34 19 18967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32930 19 20 18967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32931 20 40 18967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32932 40 34 18967 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32933 70 34 18968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32934 34 40 18968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32935 40 72 18968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32936 72 70 18968 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32937 212 248 18969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32938 248 224 18969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32939 224 210 18969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32940 210 212 18969 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32941 307 212 18970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32942 212 210 18970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32943 210 272 18970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32944 272 307 18970 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32945 280 307 18971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32946 307 272 18971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32947 272 334 18971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32948 334 280 18971 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32949 250 280 18972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32950 280 334 18972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32951 334 232 18972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32952 232 250 18972 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32953 95 250 18973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32954 250 232 18973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32955 232 120 18973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32956 120 95 18973 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32957 61 95 18974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32958 95 120 18974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32959 120 82 18974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32960 82 61 18974 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32961 42 61 18975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32962 61 82 18975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32963 82 45 18975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32964 45 42 18975 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32965 63 42 18976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32966 42 45 18976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32967 45 66 18976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32968 66 63 18976 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32969 43 63 18977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32970 63 66 18977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32971 66 48 18977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32972 48 43 18977 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32973 137 122 18978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32974 122 63 18978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32975 63 43 18978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32976 43 137 18978 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32977 346 294 18979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32978 294 307 18979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32979 307 280 18979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32980 280 346 18979 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32981 291 346 18980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32982 346 280 18980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32983 280 250 18980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32984 250 291 18980 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32985 152 291 18981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32986 291 250 18981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32987 250 95 18981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32988 95 152 18981 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32989 104 152 18982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32990 152 95 18982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32991 95 61 18982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32992 61 104 18982 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32993 276 402 18983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32994 402 496 18983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32995 496 505 18983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32996 505 276 18983 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32997 207 276 18984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32998 276 505 18984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 32999 505 434 18984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33000 434 207 18984 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33001 402 417 18985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33002 417 452 18985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33003 452 496 18985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33004 496 402 18985 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33005 207 434 18986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33006 434 407 18986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33007 407 191 18986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33008 191 207 18986 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33009 496 452 18987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33010 452 487 18987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33011 487 559 18987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33012 559 496 18987 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33013 505 496 18988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33014 496 559 18988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33015 559 610 18988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33016 610 505 18988 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33017 434 505 18989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33018 505 610 18989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33019 610 605 18989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33020 605 434 18989 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33021 407 434 18990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33022 434 605 18990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33023 605 568 18990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33024 568 407 18990 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33025 605 610 18991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33026 610 661 18991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33027 661 704 18991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33028 704 605 18991 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33029 568 605 18992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33030 605 704 18992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33031 704 683 18992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33032 683 568 18992 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33033 559 487 18993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33034 487 516 18993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33035 516 584 18993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33036 584 559 18993 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33037 610 559 18994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33038 559 584 18994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33039 584 661 18994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33040 661 610 18994 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33041 584 516 18995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33042 516 636 18995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33043 636 673 18995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33044 673 584 18995 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33045 661 584 18996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33046 584 673 18996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33047 673 755 18996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33048 755 661 18996 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33049 704 661 18997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33050 661 755 18997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33051 755 805 18997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33052 805 704 18997 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33053 683 704 18998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33054 704 805 18998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33055 805 801 18998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33056 801 683 18998 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33057 755 673 18999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33058 673 694 18999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33059 694 787 18999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33060 787 755 18999 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33061 805 755 19000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33062 755 787 19000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33063 787 830 19000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33064 830 805 19000 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33065 801 805 19001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33066 805 830 19001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33067 830 825 19001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33068 825 801 19001 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33069 673 636 19002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33070 636 654 19002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33071 654 694 19002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33072 694 673 19002 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33073 825 830 19003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33074 830 804 19003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33075 804 803 19003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33076 803 825 19003 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33077 694 654 19004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33078 654 634 19004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33079 634 687 19004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33080 687 694 19004 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33081 787 694 19005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33082 694 687 19005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33083 687 766 19005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33084 766 787 19005 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33085 830 787 19006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33086 787 766 19006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33087 766 804 19006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33088 804 830 19006 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33089 687 634 19007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33090 634 569 19007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33091 569 611 19007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33092 611 687 19007 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33093 766 687 19008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33094 687 611 19008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33095 611 688 19008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33096 688 766 19008 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33097 804 766 19009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33098 766 688 19009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33099 688 702 19009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33100 702 804 19009 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33101 803 804 19010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33102 804 702 19010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33103 702 717 19010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33104 717 803 19010 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33105 702 688 19011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33106 688 614 19011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33107 614 601 19011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33108 601 702 19011 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33109 680 702 19012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33110 702 601 19012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33111 601 602 19012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33112 602 680 19012 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33113 611 569 19013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33114 569 466 19013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33115 466 536 19013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33116 536 611 19013 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33117 688 611 19014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33118 611 536 19014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33119 536 614 19014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33120 614 688 19014 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33121 601 540 19015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33122 540 555 19015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33123 555 602 19015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33124 602 601 19015 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33125 536 465 19016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33126 465 531 19016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33127 531 614 19016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33128 614 536 19016 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33129 446 497 19017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33130 497 531 19017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33131 531 465 19017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33132 465 446 19017 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33133 702 680 19018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33134 680 701 19018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33135 701 717 19018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33136 717 702 19018 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33137 540 524 19019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33138 524 541 19019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33139 541 555 19019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33140 555 540 19019 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33141 497 446 19020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33142 446 430 19020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33143 430 474 19020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33144 474 497 19020 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33145 524 540 19021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33146 540 497 19021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33147 497 474 19021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33148 474 524 19021 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33149 540 601 19022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33150 601 531 19022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33151 531 497 19022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33152 497 540 19022 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33153 417 402 19023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33154 402 294 19023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33155 294 346 19023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33156 346 417 19023 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33157 207 191 19024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33158 191 109 19024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33159 109 122 19024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33160 122 207 19024 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33161 276 207 19025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33162 207 122 19025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33163 122 137 19025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33164 137 276 19025 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33165 225 337 19026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33166 337 291 19026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33167 291 152 19026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33168 152 225 19026 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33169 198 225 19027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33170 225 152 19027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33171 152 104 19027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33172 104 198 19027 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33173 191 198 19028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33174 198 104 19028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33175 104 109 19028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33176 109 191 19028 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33177 337 417 19029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33178 417 346 19029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33179 346 291 19029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33180 291 337 19029 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33181 570 528 19030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33182 528 482 19030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33183 482 501 19030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33184 501 570 19030 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33185 528 524 19031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33186 524 474 19031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33187 474 482 19031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33188 482 528 19031 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33189 435 482 19032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33190 482 474 19032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33191 474 430 19032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33192 430 435 19032 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33193 524 528 19033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33194 528 538 19033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33195 538 541 19033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33196 541 524 19033 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33197 664 684 19034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33198 684 717 19034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33199 717 701 19034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33200 701 664 19034 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33201 482 435 19035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33202 435 447 19035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33203 447 501 19035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33204 501 482 19035 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33205 447 507 19036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33206 507 580 19036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33207 580 501 19036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33208 501 447 19036 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33209 528 570 19037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33210 570 576 19037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33211 576 538 19037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33212 538 528 19037 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33213 589 659 19038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33214 659 580 19038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33215 580 507 19038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33216 507 589 19038 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33217 569 589 19039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33218 589 507 19039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33219 507 466 19039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33220 466 569 19039 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33221 684 664 19040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33222 664 576 19040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33223 576 570 19040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33224 570 684 19040 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33225 659 684 19041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33226 684 570 19041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33227 570 580 19041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33228 580 659 19041 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33229 793 803 19042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33230 803 717 19042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33231 717 684 19042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33232 684 793 19042 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33233 751 793 19043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33234 793 684 19043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33235 684 659 19043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33236 659 751 19043 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33237 662 751 19044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33238 751 659 19044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33239 659 589 19044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33240 589 662 19044 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33241 634 662 19045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33242 662 589 19045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33243 589 569 19045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33244 569 634 19045 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33245 757 820 19046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33246 820 793 19046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33247 793 751 19046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33248 751 757 19046 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33249 654 672 19047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33250 672 662 19047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33251 662 634 19047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33252 634 654 19047 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33253 820 825 19048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33254 825 803 19048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33255 803 793 19048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33256 793 820 19048 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33257 636 650 19049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33258 650 672 19049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33259 672 654 19049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33260 654 636 19049 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33261 798 801 19050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33262 801 825 19050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33263 825 820 19050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33264 820 798 19050 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33265 742 798 19051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33266 798 820 19051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33267 820 757 19051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33268 757 742 19051 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33269 650 742 19052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33270 742 757 19052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33271 757 672 19052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33272 672 650 19052 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33273 685 683 19053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33274 683 801 19053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33275 801 798 19053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33276 798 685 19053 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33277 620 685 19054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33278 685 798 19054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33279 798 742 19054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33280 742 620 19054 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33281 543 620 19055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33282 620 742 19055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33283 742 650 19055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33284 650 543 19055 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33285 516 543 19056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33286 543 650 19056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33287 650 636 19056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33288 636 516 19056 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33289 506 553 19057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33290 553 620 19057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33291 620 543 19057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33292 543 506 19057 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33293 487 506 19058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33294 506 543 19058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33295 543 516 19058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33296 516 487 19058 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33297 567 568 19059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33298 568 683 19059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33299 683 685 19059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33300 685 567 19059 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33301 553 567 19060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33302 567 685 19060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33303 685 620 19060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33304 620 553 19060 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33305 412 407 19061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33306 407 568 19061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33307 568 567 19061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33308 567 412 19061 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33309 440 412 19062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33310 412 567 19062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33311 567 553 19062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33312 553 440 19062 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33313 437 440 19063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33314 440 553 19063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33315 553 506 19063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33316 506 437 19063 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33317 452 437 19064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33318 437 506 19064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33319 506 487 19064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33320 487 452 19064 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33321 412 198 19065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33322 198 191 19065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33323 191 407 19065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33324 407 412 19065 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33325 417 337 19066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33326 337 437 19066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33327 437 452 19066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33328 452 417 19066 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33329 225 198 19067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33330 198 412 19067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33331 412 440 19067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33332 440 225 19067 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33333 337 225 19068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33334 225 440 19068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33335 440 437 19068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33336 437 337 19068 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33337 557 625 19069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33338 625 455 19069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33339 455 366 19069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33340 366 557 19069 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33341 625 696 19070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33342 696 582 19070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33343 582 455 19070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33344 455 625 19070 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33345 696 754 19071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33346 754 695 19071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33347 695 582 19071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33348 582 696 19071 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33349 754 800 19072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33350 800 770 19072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33351 770 695 19072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33352 695 754 19072 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33353 800 783 19073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33354 783 725 19073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33355 725 770 19073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33356 770 800 19073 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33357 783 700 19074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33358 700 645 19074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33359 645 725 19074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33360 725 783 19074 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33361 700 593 19075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33362 593 499 19075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33363 499 645 19075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33364 645 700 19075 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33365 593 557 19076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33366 557 366 19076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33367 366 499 19076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33368 499 593 19076 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33369 409 626 19077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33370 626 671 19077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33371 671 471 19077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33372 471 409 19077 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33373 247 409 19078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33374 409 471 19078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33375 471 303 19078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33376 303 247 19078 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33377 273 247 19079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33378 247 303 19079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33379 303 305 19079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33380 305 273 19079 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33381 356 273 19080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33382 273 305 19080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33383 305 457 19080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33384 457 356 19080 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33385 305 303 19081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33386 303 366 19081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33387 366 455 19081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33388 455 305 19081 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33389 457 305 19082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33390 305 455 19082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33391 455 582 19082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33392 582 457 19082 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33393 471 671 19083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33394 671 645 19083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33395 645 499 19083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33396 499 471 19083 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33397 303 471 19084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33398 471 499 19084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33399 499 366 19084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33400 366 303 19084 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33401 593 700 19085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33402 700 748 19085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33403 748 686 19085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33404 686 593 19085 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33405 557 593 19086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33406 593 686 19086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33407 686 699 19086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33408 699 557 19086 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33409 625 557 19087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33410 557 699 19087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33411 699 732 19087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33412 732 625 19087 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33413 696 625 19088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33414 625 732 19088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33415 732 773 19088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33416 773 696 19088 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33417 699 686 19089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33418 686 691 19089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33419 691 715 19089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33420 715 699 19089 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33421 732 699 19090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33422 699 715 19090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33423 715 769 19090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33424 769 732 19090 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33425 773 732 19091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33426 732 769 19091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33427 769 828 19091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33428 828 773 19091 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33429 686 748 19092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33430 748 750 19092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33431 750 691 19092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33432 691 686 19092 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33433 828 769 19093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33434 769 808 19093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33435 808 840 19093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33436 840 828 19093 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33437 691 750 19094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33438 750 763 19094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33439 763 716 19094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33440 716 691 19094 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33441 715 691 19095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33442 691 716 19095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33443 716 743 19095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33444 743 715 19095 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33445 769 715 19096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33446 715 743 19096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33447 743 808 19096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33448 808 769 19096 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33449 716 763 19097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33450 763 807 19097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33451 807 759 19097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33452 759 716 19097 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33453 743 716 19098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33454 716 759 19098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33455 759 778 19098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33456 778 743 19098 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33457 808 743 19099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33458 743 778 19099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33459 778 824 19099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33460 824 808 19099 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33461 840 808 19100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33462 808 824 19100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33463 824 860 19100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33464 860 840 19100 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33465 824 778 19101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33466 778 811 19101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33467 811 839 19101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33468 839 824 19101 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33469 838 824 19102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33470 824 839 19102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33471 839 845 19102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33472 845 838 19102 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33473 759 807 19103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33474 807 843 19103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33475 843 806 19103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33476 806 759 19103 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33477 778 759 19104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33478 759 806 19104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33479 806 811 19104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33480 811 778 19104 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33481 839 873 19105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33482 873 877 19105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33483 877 845 19105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33484 845 839 19105 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33485 806 833 19106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33486 833 841 19106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33487 841 811 19106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33488 811 806 19106 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33489 851 870 19107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33490 870 841 19107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33491 841 833 19107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33492 833 851 19107 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33493 824 838 19108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33494 838 875 19108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33495 875 860 19108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33496 860 824 19108 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33497 873 903 19109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33498 903 902 19109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33499 902 877 19109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33500 877 873 19109 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33501 870 851 19110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33502 851 879 19110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33503 879 897 19110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33504 897 870 19110 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33505 903 873 19111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33506 873 870 19111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33507 870 897 19111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33508 897 903 19111 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33509 873 839 19112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33510 839 841 19112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33511 841 870 19112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33512 870 873 19112 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33513 933 927 19113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33514 927 917 19113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33515 917 924 19113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33516 924 933 19113 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33517 927 903 19114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33518 903 897 19114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33519 897 917 19114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33520 917 927 19114 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33521 891 917 19115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33522 917 897 19115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33523 897 879 19115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33524 879 891 19115 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33525 903 927 19116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33526 927 929 19116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33527 929 902 19116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33528 902 903 19116 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33529 904 901 19117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33530 901 860 19117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33531 860 875 19117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33532 875 904 19117 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33533 917 891 19118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33534 891 892 19118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33535 892 924 19118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33536 924 917 19118 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33537 892 883 19119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33538 883 919 19119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33539 919 924 19119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33540 924 892 19119 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33541 927 933 19120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33542 933 928 19120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33543 928 929 19120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33544 929 927 19120 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33545 854 900 19121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33546 900 919 19121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33547 919 883 19121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33548 883 854 19121 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33549 807 854 19122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33550 854 883 19122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33551 883 843 19122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33552 843 807 19122 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33553 901 904 19123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33554 904 928 19123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33555 928 933 19123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33556 933 901 19123 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33557 900 901 19124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33558 901 933 19124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33559 933 919 19124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33560 919 900 19124 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33561 881 840 19125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33562 840 860 19125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33563 860 901 19125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33564 901 881 19125 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33565 886 881 19126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33566 881 901 19126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33567 901 900 19126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33568 900 886 19126 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33569 832 886 19127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33570 886 900 19127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33571 900 854 19127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33572 854 832 19127 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33573 763 832 19128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33574 832 854 19128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33575 854 807 19128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33576 807 763 19128 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33577 869 868 19129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33578 868 881 19129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33579 881 886 19129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33580 886 869 19129 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33581 827 869 19130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33582 869 886 19130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33583 886 832 19130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33584 832 827 19130 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33585 750 827 19131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33586 827 832 19131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33587 832 763 19131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33588 763 750 19131 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33589 868 828 19132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33590 828 840 19132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33591 840 881 19132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33592 881 868 19132 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33593 748 823 19133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33594 823 827 19133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33595 827 750 19133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33596 750 748 19133 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33597 826 773 19134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33598 773 828 19134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33599 828 868 19134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33600 868 826 19134 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33601 848 826 19135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33602 826 868 19135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33603 868 869 19135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33604 869 848 19135 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33605 823 848 19136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33606 848 869 19136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33607 869 827 19136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33608 827 823 19136 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33609 754 696 19137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33610 696 773 19137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33611 773 826 19137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33612 826 754 19137 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33613 800 754 19138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33614 754 826 19138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33615 826 848 19138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33616 848 800 19138 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33617 783 800 19139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33618 800 848 19139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33619 848 823 19139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33620 823 783 19139 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33621 700 783 19140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33622 783 823 19140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33623 823 748 19140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33624 748 700 19140 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33625 768 756 19141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33626 756 770 19141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33627 770 725 19141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33628 725 768 19141 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33629 671 768 19142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33630 768 725 19142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33631 725 645 19142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33632 645 671 19142 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33633 640 457 19143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33634 457 582 19143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33635 582 695 19143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33636 695 640 19143 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33637 756 640 19144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33638 640 695 19144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33639 695 770 19144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33640 770 756 19144 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33641 526 356 19145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33642 356 457 19145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33643 457 640 19145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33644 640 526 19145 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33645 723 526 19146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33646 526 640 19146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33647 640 756 19146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33648 756 723 19146 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33649 745 723 19147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33650 723 756 19147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33651 756 768 19147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33652 768 745 19147 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33653 626 745 19148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33654 745 768 19148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33655 768 671 19148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33656 671 626 19148 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33657 39 9 19149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33658 9 22 19149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33659 22 87 19149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33660 87 39 19149 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33661 27 39 19150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33662 39 87 19150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33663 87 74 19150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33664 74 27 19150 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33665 312 161 19151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33666 161 171 19151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33667 171 244 19151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33668 244 312 19151 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33669 591 222 19152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33670 222 312 19152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33671 312 573 19152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33672 573 591 19152 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33673 762 591 19153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33674 591 573 19153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33675 573 780 19153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33676 780 762 19153 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33677 909 865 19154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33678 865 857 19154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33679 857 867 19154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33680 867 909 19154 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33681 863 909 19155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33682 909 867 19155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33683 867 829 19155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33684 829 863 19155 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33685 31 12 19156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33686 12 14 19156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33687 14 110 19156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33688 110 31 19156 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33689 22 9 19157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33690 9 12 19157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33691 12 31 19157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33692 31 22 19157 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33693 761 863 19158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33694 863 829 19158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33695 829 738 19158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33696 738 761 19158 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33697 12 4 19159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33698 4 7 19159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33699 7 14 19159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33700 14 12 19159 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33701 5 4 19160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33702 4 12 19160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33703 12 9 19160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33704 9 5 19160 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33705 8 5 19161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33706 5 9 19161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33707 9 39 19161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33708 39 8 19161 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33709 13 8 19162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33710 8 39 19162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33711 39 27 19162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33712 27 13 19162 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33713 83 13 19163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33714 13 27 19163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33715 27 141 19163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33716 141 83 19163 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33717 83 141 19164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33718 141 222 19164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33719 222 213 19164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33720 213 83 19164 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33721 762 752 19165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33722 752 534 19165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33723 534 591 19165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33724 591 762 19165 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33725 591 534 19166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33726 534 213 19166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33727 213 222 19166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33728 222 591 19166 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33729 846 752 19167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33730 752 762 19167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33731 762 865 19167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33732 865 846 19167 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33733 909 885 19168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33734 885 846 19168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33735 846 865 19168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33736 865 909 19168 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33737 863 842 19169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33738 842 885 19169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33739 885 909 19169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33740 909 863 19169 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33741 761 772 19170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33742 772 842 19170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33743 842 863 19170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33744 863 761 19170 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33745 154 37 19171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33746 37 16 19171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33747 16 162 19171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33748 162 154 19171 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33749 761 464 19172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33750 464 442 19172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33751 442 772 19172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33752 772 761 19172 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33753 154 162 19173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33754 162 442 19173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33755 442 464 19173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33756 464 154 19173 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33757 175 183 19174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33758 183 238 19174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33759 238 218 19174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33760 218 175 19174 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33761 159 146 19175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33762 146 126 19175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33763 126 114 19175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33764 114 159 19175 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33765 149 183 19176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33766 183 175 19176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33767 175 140 19176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33768 140 149 19176 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33769 149 140 19177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33770 140 126 19177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33771 126 146 19177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33772 146 149 19177 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33773 674 737 19178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33774 737 438 19178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33775 438 275 19178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33776 275 674 19178 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33777 866 802 19179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33778 802 810 19179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33779 810 871 19179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33780 871 866 19179 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33781 802 674 19180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33782 674 707 19180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33783 707 810 19180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33784 810 802 19180 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33785 961 874 19181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33786 874 887 19181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33787 887 970 19181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33788 970 961 19181 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33789 874 623 19182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33790 623 644 19182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33791 644 887 19182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33792 887 874 19182 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33793 76 129 19183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33794 129 127 19183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33795 127 80 19183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33796 80 76 19183 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33797 196 127 19184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33798 127 129 19184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33799 129 194 19184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33800 194 196 19184 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33801 623 381 19185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33802 381 393 19185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33803 393 644 19185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33804 644 623 19185 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33805 238 269 19186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33806 269 266 19186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33807 266 218 19186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33808 218 238 19186 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33809 269 451 19187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33810 451 449 19187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33811 449 266 19187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33812 266 269 19187 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33813 821 948 19188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33814 948 943 19188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33815 943 815 19188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33816 815 821 19188 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33817 196 194 19189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33818 194 271 19189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33819 271 270 19189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33820 270 196 19189 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33821 667 676 19190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33822 676 449 19190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33823 449 451 19190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33824 451 667 19190 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33825 676 667 19191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33826 667 821 19191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33827 821 815 19191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33828 815 676 19191 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33829 1385 1333 19192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33830 1333 1266 19192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33831 1266 1364 19192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33832 1364 1385 19192 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33833 1430 1385 19193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33834 1385 1364 19193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33835 1364 1411 19193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33836 1411 1430 19193 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33837 1477 1430 19194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33838 1430 1434 19194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33839 1434 1445 19194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33840 1445 1477 19194 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33841 1474 1477 19195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33842 1477 1455 19195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33843 1455 1454 19195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33844 1454 1474 19195 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33845 1420 1474 19196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33846 1474 1439 19196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33847 1439 1423 19196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33848 1423 1420 19196 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33849 1399 1420 19197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33850 1420 1402 19197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33851 1402 1349 19197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33852 1349 1399 19197 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33853 1355 1399 19198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33854 1399 1349 19198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33855 1349 1291 19198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33856 1291 1355 19198 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33857 1331 1355 19199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33858 1355 1257 19199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33859 1257 1198 19199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33860 1198 1331 19199 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33861 1331 1198 19200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33862 1198 1207 19200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33863 1207 1333 19200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33864 1333 1331 19200 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33865 1207 1198 19201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33866 1198 1131 19201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33867 1131 1223 19201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33868 1223 1207 19201 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33869 1266 1207 19202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33870 1207 1215 19202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33871 1215 1220 19202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33872 1220 1266 19202 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33873 1364 1266 19203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33874 1266 1220 19203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33875 1220 1268 19203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33876 1268 1364 19203 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33877 1411 1364 19204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33878 1364 1268 19204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33879 1268 1318 19204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33880 1318 1411 19204 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33881 1434 1411 19205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33882 1411 1318 19205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33883 1318 1288 19205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33884 1288 1434 19205 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33885 1445 1434 19206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33886 1434 1288 19206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33887 1288 1308 19206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33888 1308 1445 19206 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33889 1455 1445 19207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33890 1445 1308 19207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33891 1308 1314 19207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33892 1314 1455 19207 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33893 1454 1455 19208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33894 1455 1314 19208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33895 1314 1313 19208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33896 1313 1454 19208 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33897 1439 1454 19209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33898 1454 1313 19209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33899 1313 1303 19209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33900 1303 1439 19209 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33901 1423 1439 19210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33902 1439 1303 19210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33903 1303 1279 19210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33904 1279 1423 19210 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33905 1402 1423 19211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33906 1423 1279 19211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33907 1279 1301 19211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33908 1301 1402 19211 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33909 1349 1402 19212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33910 1402 1301 19212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33911 1301 1249 19212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33912 1249 1349 19212 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33913 1291 1349 19213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33914 1349 1249 19213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33915 1249 1189 19213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33916 1189 1291 19213 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33917 1257 1291 19214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33918 1291 1189 19214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33919 1189 1190 19214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33920 1190 1257 19214 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33921 1198 1257 19215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33922 1257 1190 19215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33923 1190 1154 19215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33924 1154 1198 19215 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33925 1190 1189 19216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33926 1189 937 19216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33927 937 949 19216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33928 949 1190 19216 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33929 943 1154 19217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33930 1154 1190 19217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33931 1190 949 19217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33932 949 943 19217 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33933 1154 948 19218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33934 948 988 19218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33935 988 1046 19218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33936 1046 1154 19218 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33937 1131 1046 19219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33938 1046 988 19219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33939 988 1152 19219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33940 1152 1131 19219 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33941 1223 1131 19220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33942 1131 1152 19220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33943 1152 1231 19220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33944 1231 1223 19220 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33945 1218 1223 19221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33946 1223 1231 19221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33947 1231 1117 19221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33948 1117 1218 19221 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33949 1215 1218 19222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33950 1218 1117 19222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33951 1117 1018 19222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33952 1018 1215 19222 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33953 1220 1215 19223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33954 1215 1018 19223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33955 1018 1001 19223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33956 1001 1220 19223 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33957 1268 1220 19224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33958 1220 1001 19224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33959 1001 1088 19224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33960 1088 1268 19224 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33961 1318 1268 19225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33962 1268 1088 19225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33963 1088 1087 19225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33964 1087 1318 19225 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33965 1288 1318 19226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33966 1318 1087 19226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33967 1087 1089 19226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33968 1089 1288 19226 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33969 1308 1288 19227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33970 1288 1089 19227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33971 1089 1073 19227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33972 1073 1308 19227 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33973 1314 1308 19228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33974 1308 1073 19228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33975 1073 1072 19228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33976 1072 1314 19228 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33977 1313 1314 19229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33978 1314 1072 19229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33979 1072 1093 19229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33980 1093 1313 19229 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33981 1303 1313 19230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33982 1313 1093 19230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33983 1093 1058 19230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33984 1058 1303 19230 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33985 1279 1303 19231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33986 1303 1058 19231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33987 1058 1021 19231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33988 1021 1279 19231 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33989 1301 1279 19232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33990 1279 1021 19232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33991 1021 982 19232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33992 982 1301 19232 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33993 1249 1301 19233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33994 1301 982 19233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33995 982 969 19233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33996 969 1249 19233 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33997 1189 1249 19234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33998 1249 969 19234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 33999 969 937 19234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34000 937 1189 19234 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34001 1093 1072 19235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34002 1072 938 19235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34003 938 932 19235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34004 932 1093 19235 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34005 913 890 19236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34006 890 1058 19236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34007 1058 1093 19236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34008 1093 913 19236 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34009 615 663 19237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34010 663 932 19237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34011 932 938 19237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34012 938 615 19237 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34013 663 765 19238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34014 765 913 19238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34015 913 932 19238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34016 932 663 19238 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34017 596 749 19239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34018 749 718 19239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34019 718 558 19239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34020 558 596 19239 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34021 931 1087 19240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34022 1087 1088 19240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34023 1088 922 19240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34024 922 931 19240 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34025 837 931 19241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34026 931 922 19241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34027 922 692 19241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34028 692 837 19241 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34029 1087 931 19242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34030 931 925 19242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34031 925 1089 19242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34032 1089 1087 19242 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34033 746 837 19243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34034 837 692 19243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34035 692 544 19243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34036 544 746 19243 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34037 844 925 19244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34038 925 837 19244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34039 837 746 19244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34040 746 844 19244 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34041 266 203 19245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34042 203 176 19245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34043 176 218 19245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34044 218 266 19245 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34045 203 165 19246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34046 165 147 19246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34047 147 176 19246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34048 176 203 19246 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34049 925 942 19247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34050 942 1073 19247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34051 1073 1089 19247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34052 1089 925 19247 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34053 844 613 19248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34054 613 797 19248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34055 797 942 19248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34056 942 844 19248 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34057 746 332 19249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34058 332 613 19249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34059 613 844 19249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34060 844 746 19249 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34061 544 205 19250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34062 205 332 19250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34063 332 746 19250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34064 746 544 19250 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34065 202 332 19251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34066 332 205 19251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34067 205 139 19251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34068 139 202 19251 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34069 329 613 19252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34070 613 332 19252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34071 332 202 19252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34072 202 329 19252 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34073 329 615 19253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34074 615 797 19253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34075 797 613 19253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34076 613 329 19253 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34077 295 663 19254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34078 663 615 19254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34079 615 292 19254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34080 292 295 19254 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34081 382 765 19255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34082 765 663 19255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34083 663 295 19255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34084 295 382 19255 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34085 712 890 19256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34086 890 765 19256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34087 765 382 19256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34088 382 712 19256 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34089 982 1021 19257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34090 1021 890 19257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34091 890 858 19257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34092 858 982 19257 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34093 858 819 19258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34094 819 969 19258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34095 969 982 19258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34096 982 858 19258 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34097 712 595 19259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34098 595 819 19259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34099 819 858 19259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34100 858 712 19259 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34101 382 220 19260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34102 220 432 19260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34103 432 712 19260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34104 712 382 19260 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34105 295 173 19261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34106 173 220 19261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34107 220 382 19261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34108 382 295 19261 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34109 292 166 19262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34110 166 173 19262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34111 173 295 19262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34112 295 292 19262 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34113 202 166 19263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34114 166 292 19263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34115 292 329 19263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34116 329 202 19263 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34117 135 166 19264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34118 166 202 19264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34119 202 139 19264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34120 139 135 19264 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34121 143 173 19265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34122 173 166 19265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34123 166 135 19265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34124 135 143 19265 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34125 187 220 19266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34126 220 173 19266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34127 173 143 19266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34128 143 187 19266 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34129 179 187 19267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34130 187 143 19267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34131 143 117 19267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34132 117 179 19267 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34133 293 187 19268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34134 187 179 19268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34135 179 265 19268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34136 265 293 19268 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34137 293 432 19269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34138 432 220 19269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34139 220 187 19269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34140 187 293 19269 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34141 293 535 19270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34142 535 595 19270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34143 595 432 19270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34144 432 293 19270 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34145 530 535 19271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34146 535 293 19271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34147 293 265 19271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34148 265 530 19271 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34149 809 535 19272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34150 535 530 19272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34151 530 812 19272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34152 812 809 19272 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34153 809 819 19273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34154 819 595 19273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34155 595 535 19273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34156 535 809 19273 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34157 809 937 19274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34158 937 969 19274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34159 969 819 19274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34160 819 809 19274 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34161 812 949 19275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34162 949 937 19275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34163 937 809 19275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34164 809 812 19275 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34165 812 815 19276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34166 815 943 19276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34167 943 949 19276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34168 949 812 19276 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34169 530 676 19277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34170 676 815 19277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34171 815 812 19277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34172 812 530 19277 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34173 265 203 19278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34174 203 266 19278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34175 266 449 19278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34176 449 265 19278 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34177 179 165 19279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34178 165 203 19279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34179 203 265 19279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34180 265 179 19279 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34181 117 106 19280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34182 106 165 19280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34183 165 179 19280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34184 179 117 19280 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34185 961 1018 19281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34186 1018 1117 19281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34187 1117 1057 19281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34188 1057 961 19281 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34189 1117 1121 19282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34190 1121 1071 19282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34191 1071 1057 19282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34192 1057 1117 19282 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34193 1231 1199 19283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34194 1199 1121 19283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34195 1121 1117 19283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34196 1117 1231 19283 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34197 857 856 19284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34198 856 864 19284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34199 864 867 19284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34200 867 857 19284 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34201 872 850 19285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34202 850 916 19285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34203 916 920 19285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34204 920 872 19285 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34205 796 852 19286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34206 852 816 19286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34207 816 781 19286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34208 781 796 19286 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34209 834 940 19287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34210 940 852 19287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34211 852 796 19287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34212 796 834 19287 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34213 960 940 19288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34214 940 834 19288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34215 834 849 19288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34216 849 960 19288 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34217 993 940 19289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34218 940 960 19289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34219 960 1071 19289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34220 1071 993 19289 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34221 993 916 19290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34222 916 852 19290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34223 852 940 19290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34224 940 993 19290 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34225 850 816 19291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34226 816 852 19291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34227 852 916 19291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34228 916 850 19291 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34229 113 117 19292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34230 117 143 19292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34231 143 135 19292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34232 135 113 19292 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34233 139 125 19293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34234 125 113 19293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34235 113 135 19293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34236 135 139 19293 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34237 169 125 19294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34238 125 139 19294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34239 139 205 19294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34240 205 169 19294 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34241 151 101 19295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34242 101 125 19295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34243 125 169 19295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34244 169 151 19295 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34245 144 102 19296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34246 102 101 19296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34247 101 151 19296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34248 151 144 19296 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34249 132 98 19297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34250 98 102 19297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34251 102 144 19297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34252 144 132 19297 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34253 147 108 19298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34254 108 98 19298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34255 98 132 19298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34256 132 147 19298 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34257 147 165 19299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34258 165 106 19299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34259 106 108 19299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34260 108 147 19299 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34261 176 158 19300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34262 158 157 19300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34263 157 218 19300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34264 218 176 19300 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34265 132 158 19301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34266 158 176 19301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34267 176 147 19301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34268 147 132 19301 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34269 144 201 19302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34270 201 158 19302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34271 158 132 19302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34272 132 144 19302 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34273 151 267 19303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34274 267 201 19303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34275 201 144 19303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34276 144 151 19303 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34277 169 389 19304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34278 389 267 19304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34279 267 151 19304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34280 151 169 19304 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34281 544 389 19305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34282 389 169 19305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34283 169 205 19305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34284 205 544 19305 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34285 692 657 19306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34286 657 389 19306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34287 389 544 19306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34288 544 692 19306 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34289 922 889 19307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34290 889 657 19307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34291 657 692 19307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34292 692 922 19307 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34293 1001 889 19308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34294 889 922 19308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34295 922 1088 19308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34296 1088 1001 19308 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34297 887 889 19309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34298 889 1001 19309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34299 1001 970 19309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34300 970 887 19309 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34301 644 657 19310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34302 657 889 19310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34303 889 887 19310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34304 887 644 19310 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34305 657 644 19311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34306 644 393 19311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34307 393 389 19311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34308 389 657 19311 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34309 623 564 19312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34310 564 349 19312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34311 349 381 19312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34312 381 623 19312 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34313 473 261 19313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34314 261 349 19313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34315 349 564 19313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34316 564 473 19313 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34317 817 739 19314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34318 739 473 19314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34319 473 564 19314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34320 564 817 19314 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34321 874 817 19315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34322 817 564 19315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34323 564 623 19315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34324 623 874 19315 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34325 895 960 19316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34326 960 849 19316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34327 849 836 19316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34328 836 895 19316 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34329 960 895 19317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34330 895 1057 19317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34331 1057 1071 19317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34332 1071 960 19317 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34333 895 817 19318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34334 817 874 19318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34335 874 961 19318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34336 961 895 19318 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34337 836 739 19319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34338 739 817 19319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34339 817 895 19319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34340 895 836 19319 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34341 655 739 19320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34342 739 836 19320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34343 836 776 19320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34344 776 655 19320 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34345 749 596 19321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34346 596 655 19321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34347 655 776 19321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34348 776 749 19321 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34349 796 718 19322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34350 718 749 19322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34351 749 834 19322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34352 834 796 19322 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34353 693 718 19323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34354 718 796 19323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34355 796 781 19323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34356 781 693 19323 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34357 519 558 19324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34358 558 718 19324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34359 718 693 19324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34360 693 519 19324 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34361 313 369 19325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34362 369 558 19325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34363 558 519 19325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34364 519 313 19325 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34365 361 596 19326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34366 596 558 19326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34367 558 369 19326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34368 369 361 19326 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34369 370 655 19327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34370 655 596 19327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34371 596 361 19327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34372 361 370 19327 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34373 369 215 19328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34374 215 206 19328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34375 206 361 19328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34376 361 369 19328 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34377 197 215 19329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34378 215 369 19329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34379 369 264 19329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34380 264 197 19329 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34381 119 215 19330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34382 215 197 19330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34383 197 97 19330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34384 97 119 19330 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34385 93 206 19331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34386 206 215 19331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34387 215 119 19331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34388 119 93 19331 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34389 206 211 19332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34390 211 370 19332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34391 370 361 19332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34392 361 206 19332 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34393 739 655 19333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34394 655 370 19333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34395 370 473 19333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34396 473 739 19333 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34397 473 370 19334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34398 370 211 19334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34399 211 261 19334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34400 261 473 19334 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34401 211 206 19335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34402 206 93 19335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34403 93 136 19335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34404 136 211 19335 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34405 178 184 19336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34406 184 136 19336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34407 136 99 19336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34408 99 178 19336 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34409 196 270 19337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34410 270 255 19337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34411 255 178 19337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34412 178 196 19337 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34413 194 201 19338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34414 201 267 19338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34415 267 271 19338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34416 271 194 19338 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34417 157 158 19339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34418 158 201 19339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34419 201 194 19339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34420 194 157 19339 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34421 194 129 19340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34422 129 130 19340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34423 130 157 19340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34424 157 194 19340 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34425 99 127 19341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34426 127 196 19341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34427 196 178 19341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34428 178 99 19341 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34429 99 136 19342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34430 136 93 19342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34431 93 88 19342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34432 88 99 19342 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34433 76 75 19343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34434 75 130 19343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34435 130 129 19343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34436 129 76 19343 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34437 44 28 19344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34438 28 22 19344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34439 22 31 19344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34440 31 44 19344 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34441 33 75 19345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34442 75 76 19345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34443 76 53 19345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34444 53 33 19345 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34445 88 93 19346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34446 93 119 19346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34447 119 60 19346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34448 60 88 19346 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34449 119 97 19347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34450 97 46 19347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34451 46 60 19347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34452 60 119 19347 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34453 97 91 19348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34454 91 57 19348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34455 57 46 19348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34456 46 97 19348 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34457 46 49 19349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34458 49 53 19349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34459 53 60 19349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34460 60 46 19349 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34461 53 49 19350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34462 49 26 19350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34463 26 33 19350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34464 33 53 19350 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34465 44 89 19351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34466 89 73 19351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34467 73 26 19351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34468 26 44 19351 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34469 140 75 19352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34470 75 33 19352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34471 33 126 19352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34472 126 140 19352 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34473 175 130 19353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34474 130 75 19353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34475 75 140 19353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34476 140 175 19353 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34477 175 218 19354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34478 218 157 19354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34479 157 130 19354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34480 130 175 19354 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34481 189 183 19355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34482 183 149 19355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34483 149 128 19355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34484 128 189 19355 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34485 233 238 19356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34486 238 183 19356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34487 183 189 19356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34488 189 233 19356 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34489 233 318 19357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34490 318 451 19357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34491 451 269 19357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34492 269 233 19357 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34493 189 245 19358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34494 245 318 19358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34495 318 233 19358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34496 233 189 19358 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34497 128 185 19359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34498 185 245 19359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34499 245 189 19359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34500 189 128 19359 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34501 128 134 19360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34502 134 164 19360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34503 164 185 19360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34504 185 128 19360 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34505 149 146 19361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34506 146 134 19361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34507 134 128 19361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34508 128 149 19361 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34509 26 73 19362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34510 73 126 19362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34511 126 33 19362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34512 33 26 19362 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34513 180 134 19363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34514 134 146 19363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34515 146 159 19363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34516 159 180 19363 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34517 214 164 19364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34518 164 134 19364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34519 134 180 19364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34520 180 214 19364 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34521 376 164 19365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34522 164 214 19365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34523 214 426 19365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34524 426 376 19365 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34525 394 185 19366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34526 185 164 19366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34527 164 376 19366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34528 376 394 19366 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34529 539 245 19367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34530 245 185 19367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34531 185 394 19367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34532 394 539 19367 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34533 612 318 19368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34534 318 245 19368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34535 245 539 19368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34536 539 612 19368 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34537 612 667 19369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34538 667 451 19369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34539 451 318 19369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34540 318 612 19369 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34541 1199 1080 19370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34542 1080 1028 19370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34543 1028 1121 19370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34544 1121 1199 19370 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34545 1080 945 19371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34546 945 920 19371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34547 920 1028 19371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34548 1028 1080 19371 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34549 915 872 19372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34550 872 920 19372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34551 920 945 19372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34552 945 915 19372 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34553 864 856 19373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34554 856 872 19373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34555 872 915 19373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34556 915 864 19373 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34557 915 882 19374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34558 882 814 19374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34559 814 864 19374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34560 864 915 19374 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34561 945 930 19375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34562 930 882 19375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34563 882 915 19375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34564 915 945 19375 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34565 1080 1067 19376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34566 1067 930 19376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34567 930 945 19376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34568 945 1080 19376 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34569 1199 1137 19377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34570 1137 1067 19377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34571 1067 1080 19377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34572 1080 1199 19377 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34573 1152 1137 19378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34574 1137 1199 19378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34575 1199 1231 19378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34576 1231 1152 19378 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34577 1044 1137 19379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34578 1137 1152 19379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34579 1152 988 19379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34580 988 1044 19379 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34581 1044 976 19380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34582 976 1067 19380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34583 1067 1137 19380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34584 1137 1044 19380 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34585 954 952 19381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34586 952 946 19381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34587 946 967 19381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34588 967 954 19381 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34589 941 896 19382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34590 896 954 19382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34591 954 967 19382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34592 967 941 19382 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34593 941 948 19383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34594 948 821 19383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34595 821 896 19383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34596 896 941 19383 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34597 788 898 19384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34598 898 899 19384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34599 899 791 19384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34600 791 788 19384 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34601 954 899 19385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34602 899 898 19385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34603 898 952 19385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34604 952 954 19385 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34605 896 821 19386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34606 821 791 19386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34607 791 899 19386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34608 899 896 19386 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34609 612 791 19387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34610 791 821 19387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34611 821 667 19387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34612 667 612 19387 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34613 539 788 19388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34614 788 791 19388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34615 791 612 19388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34616 612 539 19388 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34617 394 758 19389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34618 758 788 19389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34619 788 539 19389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34620 539 394 19389 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34621 376 698 19390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34622 698 758 19390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34623 758 394 19390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34624 394 376 19390 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34625 813 698 19391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34626 698 575 19391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34627 575 710 19391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34628 710 813 19391 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34629 861 758 19392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34630 758 698 19392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34631 698 813 19392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34632 813 861 19392 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34633 861 898 19393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34634 898 788 19393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34635 788 758 19393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34636 758 861 19393 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34637 914 952 19394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34638 952 898 19394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34639 898 861 19394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34640 861 914 19394 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34641 866 946 19395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34642 946 952 19395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34643 952 914 19395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34644 914 866 19395 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34645 871 930 19396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34646 930 1067 19396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34647 1067 976 19396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34648 976 871 19396 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34649 810 882 19397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34650 882 930 19397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34651 930 871 19397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34652 871 810 19397 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34653 810 707 19398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34654 707 814 19398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34655 814 882 19398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34656 882 810 19398 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34657 802 855 19399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34658 855 737 19399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34659 737 674 19399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34660 674 802 19399 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34661 914 855 19400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34662 855 802 19400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34663 802 866 19400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34664 866 914 19400 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34665 813 855 19401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34666 855 914 19401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34667 914 861 19401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34668 861 813 19401 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34669 710 737 19402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34670 737 855 19402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34671 855 813 19402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34672 813 710 19402 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34673 737 710 19403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34674 710 575 19403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34675 575 438 19403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34676 438 737 19403 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34677 177 275 19404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34678 275 180 19404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34679 180 133 19404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34680 133 177 19404 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34681 438 214 19405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34682 214 180 19405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34683 180 275 19405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34684 275 438 19405 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34685 575 426 19406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34686 426 214 19406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34687 214 438 19406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34688 438 575 19406 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34689 575 698 19407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34690 698 376 19407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34691 376 426 19407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34692 426 575 19407 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34693 171 197 19408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34694 197 264 19408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34695 264 244 19408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34696 244 171 19408 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34697 161 74 19409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34698 74 91 19409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34699 91 171 19409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34700 171 161 19409 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34701 74 87 19410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34702 87 57 19410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34703 57 91 19410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34704 91 74 19410 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34705 22 28 19411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34706 28 57 19411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34707 57 87 19411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34708 87 22 19411 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34709 681 693 19412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34710 693 781 19412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34711 781 764 19412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34712 764 681 19412 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34713 681 470 19413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34714 470 519 19413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34715 519 693 19413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34716 693 681 19413 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34717 624 484 19414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34718 484 470 19414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34719 470 681 19414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34720 681 624 19414 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34721 764 719 19415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34722 719 624 19415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34723 624 681 19415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34724 681 764 19415 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34725 470 284 19416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34726 284 313 19416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34727 313 519 19416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34728 519 470 19416 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34729 484 359 19417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34730 359 284 19417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34731 284 470 19417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34732 470 484 19417 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34733 598 359 19418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34734 359 484 19418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34735 484 624 19418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34736 624 598 19418 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34737 753 598 19419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34738 598 624 19419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34739 624 719 19419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34740 719 753 19419 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34741 799 764 19420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34742 764 781 19420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34743 781 816 19420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34744 816 799 19420 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34745 799 753 19421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34746 753 719 19421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34747 719 764 19421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34748 764 799 19421 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34749 818 856 19422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34750 856 857 19422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34751 857 780 19422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34752 780 818 19422 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34753 707 738 19423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34754 738 829 19423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34755 829 814 19423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34756 814 707 19423 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34757 814 829 19424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34758 829 867 19424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34759 867 864 19424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34760 864 814 19424 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34761 674 275 19425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34762 275 177 19425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34763 177 550 19425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34764 550 674 19425 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34765 114 73 19426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34766 73 89 19426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34767 89 133 19426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34768 133 114 19426 {mat="nomaterial" groups="default arm" rgb=(.6 .4 .4)}
Face 34769 9993 9963 19427 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34770 9963 10009 19427 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34771 10009 10055 19427 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34772 10055 9993 19427 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34773 9879 9867 19428 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34774 9867 9963 19428 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34775 9963 9993 19428 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34776 9993 9879 19428 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34777 9598 9602 19429 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34778 9602 9867 19429 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34779 9867 9879 19429 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34780 9879 9598 19429 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34781 9500 9526 19430 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34782 9526 9602 19430 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34783 9602 9598 19430 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34784 9598 9500 19430 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34785 9437 9492 19431 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34786 9492 9526 19431 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34787 9526 9500 19431 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34788 9500 9437 19431 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34789 9432 9488 19432 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34790 9488 9492 19432 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34791 9492 9437 19432 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34792 9437 9432 19432 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34793 9431 9478 19433 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34794 9478 9488 19433 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34795 9488 9432 19433 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34796 9432 9431 19433 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34797 10040 10043 19434 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34798 10043 9461 19434 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34799 9461 9460 19434 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34800 9460 10040 19434 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34801 10082 10028 19435 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34802 10028 10029 19435 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34803 10029 10080 19435 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34804 10080 10082 19435 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34805 10055 10009 19436 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34806 10009 10028 19436 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34807 10028 10082 19436 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34808 10082 10055 19436 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34809 10111 10079 19437 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34810 10079 10074 19437 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34811 10074 10110 19437 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34812 10110 10111 19437 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34813 9511 9512 19438 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34814 9512 10090 19438 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34815 10090 10088 19438 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34816 10088 9511 19438 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34817 9483 9528 19439 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34818 9528 9525 19439 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34819 9525 9477 19439 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34820 9477 9483 19439 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34821 9486 9524 19440 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34822 9524 9528 19440 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34823 9528 9483 19440 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34824 9483 9486 19440 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34825 9552 9567 19441 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34826 9567 9524 19441 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34827 9524 9486 19441 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34828 9486 9552 19441 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34829 9675 9679 19442 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34830 9679 9567 19442 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34831 9567 9552 19442 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34832 9552 9675 19442 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34833 9925 9910 19443 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34834 9910 9679 19443 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34835 9679 9675 19443 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34836 9675 9925 19443 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34837 10030 9997 19444 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34838 9997 9910 19444 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34839 9910 9925 19444 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34840 9925 10030 19444 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34841 10094 10050 19445 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34842 10050 9997 19445 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34843 9997 10030 19445 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34844 10030 10094 19445 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34845 10110 10074 19446 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34846 10074 10050 19446 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34847 10050 10094 19446 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34848 10094 10110 19446 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34849 9455 9447 19447 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34850 9447 9713 19447 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34851 9713 9765 19447 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34852 9765 9455 19447 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34853 9379 9396 19448 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34854 9396 9447 19448 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34855 9447 9455 19448 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34856 9455 9379 19448 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34857 9247 9343 19449 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34858 9343 9396 19449 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34859 9396 9379 19449 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34860 9379 9247 19449 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34861 8571 9020 19450 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34862 9020 9343 19450 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34863 9343 9247 19450 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34864 9247 8571 19450 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34865 8528 8962 19451 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34866 8962 9020 19451 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34867 9020 8571 19451 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34868 8571 8528 19451 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34869 9283 9359 19452 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34870 9359 8962 19452 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34871 8962 8528 19452 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34872 8528 9283 19452 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34873 9434 9430 19453 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34874 9430 9359 19453 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34875 9359 9283 19453 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34876 9283 9434 19453 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34877 9587 9556 19454 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34878 9556 9430 19454 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34879 9430 9434 19454 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34880 9434 9587 19454 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34881 9778 9716 19455 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34882 9716 9556 19455 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34883 9556 9587 19455 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34884 9587 9778 19455 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34885 9807 9740 19456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34886 9740 9716 19456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34887 9716 9778 19456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34888 9778 9807 19456 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34889 9832 9775 19457 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34890 9775 9740 19457 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34891 9740 9807 19457 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34892 9807 9832 19457 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34893 9765 9713 19458 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34894 9713 9775 19458 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34895 9775 9832 19458 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34896 9832 9765 19458 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34897 8555 9000 19459 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34898 9000 8648 19459 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34899 8648 8325 19459 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34900 8325 8555 19459 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34901 8553 8895 19460 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34902 8895 9000 19460 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34903 9000 8555 19460 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34904 8555 8553 19460 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34905 8832 9165 19461 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34906 9165 8895 19461 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34907 8895 8553 19461 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34908 8553 8832 19461 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34909 9653 9626 19462 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34910 9626 9165 19462 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34911 9165 8832 19462 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34912 8832 9653 19462 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34913 9692 9633 19463 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34914 9633 9626 19463 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34915 9626 9653 19463 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34916 9653 9692 19463 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34917 9693 9632 19464 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34918 9632 9633 19464 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34919 9633 9692 19464 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34920 9692 9693 19464 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34921 9733 9680 19465 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34922 9680 9632 19465 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34923 9632 9693 19465 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34924 9693 9733 19465 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34925 9753 9695 19466 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34926 9695 9680 19466 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34927 9680 9733 19466 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34928 9733 9753 19466 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34929 9562 9542 19467 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34930 9542 9695 19467 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34931 9695 9753 19467 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34932 9753 9562 19467 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34933 9422 9417 19468 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34934 9417 9542 19468 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34935 9542 9562 19468 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34936 9562 9422 19468 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34937 9131 9338 19469 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34938 9338 9417 19469 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34939 9417 9422 19469 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34940 9422 9131 19469 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34941 8428 8812 19470 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34942 8812 9338 19470 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34943 9338 9131 19470 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34944 9131 8428 19470 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34945 8359 8736 19471 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34946 8736 8812 19471 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34947 8812 8428 19471 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34948 8428 8359 19471 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34949 8325 8648 19472 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34950 8648 8736 19472 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34951 8736 8359 19472 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34952 8359 8325 19472 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34953 9030 9333 19473 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34954 9333 9271 19473 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34955 9271 8855 19473 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34956 8855 9030 19473 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34957 9346 9376 19474 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34958 9376 9333 19474 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34959 9333 9030 19474 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34960 9030 9346 19474 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34961 9397 9408 19475 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34962 9408 9376 19475 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34963 9376 9346 19475 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34964 9346 9397 19475 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34965 9462 9456 19476 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34966 9456 9408 19476 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34967 9408 9397 19476 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34968 9397 9462 19476 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34969 9794 9741 19477 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34970 9741 9456 19477 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34971 9456 9462 19477 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34972 9462 9794 19477 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34973 9887 9839 19478 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34974 9839 9741 19478 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34975 9741 9794 19478 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34976 9794 9887 19478 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34977 9857 9803 19479 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34978 9803 9839 19479 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34979 9839 9887 19479 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34980 9887 9857 19479 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34981 9854 9806 19480 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34982 9806 9803 19480 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34983 9803 9857 19480 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34984 9857 9854 19480 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34985 9844 9793 19481 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34986 9793 9806 19481 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34987 9806 9854 19481 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34988 9854 9844 19481 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34989 9805 9738 19482 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34990 9738 9793 19482 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34991 9793 9844 19482 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34992 9844 9805 19482 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34993 9802 9739 19483 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34994 9739 9738 19483 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34995 9738 9805 19483 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34996 9805 9802 19483 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34997 9774 9729 19484 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34998 9729 9739 19484 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 34999 9739 9802 19484 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35000 9802 9774 19484 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35001 9313 9360 19485 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35002 9360 9729 19485 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35003 9729 9774 19485 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35004 9774 9313 19485 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35005 9091 9308 19486 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35006 9308 9360 19486 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35007 9360 9313 19486 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35008 9313 9091 19486 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35009 9095 9337 19487 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35010 9337 9308 19487 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35011 9308 9091 19487 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35012 9091 9095 19487 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35013 8829 9265 19488 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35014 9265 9337 19488 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35015 9337 9095 19488 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35016 9095 8829 19488 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35017 8855 9271 19489 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35018 9271 9265 19489 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35019 9265 8829 19489 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35020 8829 8855 19489 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35021 9360 9308 19490 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35022 9308 8895 19490 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35023 8895 9165 19490 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35024 9165 9360 19490 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35025 9739 9729 19491 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35026 9729 9626 19491 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35027 9626 9633 19491 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35028 9633 9739 19491 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35029 10079 10090 19492 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35030 10090 10043 19492 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35031 10043 10029 19492 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35032 10029 10079 19492 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35033 9478 9461 19493 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35034 9461 9512 19493 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35035 9512 9525 19493 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35036 9525 9478 19493 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35037 9376 9408 19494 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35038 9408 9396 19494 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35039 9396 9343 19494 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35040 9343 9376 19494 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35041 8962 9359 19495 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35042 9359 9338 19495 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35043 9338 8812 19495 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35044 8812 8962 19495 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35045 9360 9165 19496 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35046 9165 9626 19496 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35047 9626 9729 19496 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35048 9729 9360 19496 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35049 9478 9525 19497 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35050 9525 9528 19497 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35051 9528 9488 19497 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35052 9488 9478 19497 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35053 9488 9528 19498 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35054 9528 9524 19498 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35055 9524 9492 19498 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35056 9492 9488 19498 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35057 9492 9524 19499 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35058 9524 9567 19499 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35059 9567 9526 19499 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35060 9526 9492 19499 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35061 9602 9526 19500 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35062 9526 9567 19500 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35063 9567 9679 19500 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35064 9679 9602 19500 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35065 9602 9679 19501 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35066 9679 9910 19501 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35067 9910 9867 19501 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35068 9867 9602 19501 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35069 9867 9910 19502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35070 9910 9997 19502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35071 9997 9963 19502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35072 9963 9867 19502 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35073 9963 9997 19503 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35074 9997 10050 19503 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35075 10050 10009 19503 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35076 10009 9963 19503 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35077 10009 10050 19504 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35078 10050 10074 19504 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35079 10074 10028 19504 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35080 10028 10009 19504 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35081 10028 10074 19505 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35082 10074 10079 19505 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35083 10079 10029 19505 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35084 10029 10028 19505 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35085 9359 9430 19506 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35086 9430 9417 19506 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35087 9417 9338 19506 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35088 9338 9359 19506 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35089 9343 9020 19507 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35090 9020 9333 19507 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35091 9333 9376 19507 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35092 9376 9343 19507 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35093 9456 9447 19508 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35094 9447 9396 19508 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35095 9396 9408 19508 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35096 9408 9456 19508 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35097 9803 9740 19509 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35098 9740 9775 19509 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35099 9775 9839 19509 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35100 9839 9803 19509 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35101 9456 9741 19510 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35102 9741 9713 19510 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35103 9713 9447 19510 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35104 9447 9456 19510 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35105 9542 9417 19511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35106 9417 9430 19511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35107 9430 9556 19511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35108 9556 9542 19511 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35109 9839 9775 19512 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35110 9775 9713 19512 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35111 9713 9741 19512 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35112 9741 9839 19512 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35113 9793 9680 19513 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35114 9680 9695 19513 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35115 9695 9806 19513 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35116 9806 9793 19513 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35117 9695 9542 19514 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35118 9542 9556 19514 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35119 9556 9716 19514 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35120 9716 9695 19514 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35121 9806 9695 19515 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35122 9695 9716 19515 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35123 9716 9803 19515 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35124 9803 9806 19515 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35125 9020 8962 19516 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35126 8962 8812 19516 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35127 8812 8736 19516 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35128 8736 9020 19516 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35129 9333 9020 19517 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35130 9020 8736 19517 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35131 8736 9271 19517 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35132 9271 9333 19517 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35133 8648 9265 19518 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35134 9265 9271 19518 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35135 9271 8736 19518 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35136 8736 8648 19518 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35137 9000 9337 19519 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35138 9337 9265 19519 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35139 9265 8648 19519 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35140 8648 9000 19519 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35141 9632 9738 19520 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35142 9738 9739 19520 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35143 9739 9633 19520 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35144 9633 9632 19520 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35145 10043 10090 19521 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35146 10090 9512 19521 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35147 9512 9461 19521 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35148 9461 10043 19521 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35149 9738 9632 19522 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35150 9632 9680 19522 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35151 9680 9793 19522 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35152 9793 9738 19522 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35153 9337 9000 19523 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35154 9000 8895 19523 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35155 8895 9308 19523 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35156 9308 9337 19523 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35157 9922 9996 19524 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35158 9996 9499 19524 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35159 9499 9872 19524 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35160 9872 9922 19524 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35161 9448 9614 19525 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35162 9614 10059 19525 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35163 10059 9377 19525 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35164 9377 9448 19525 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35165 8583 9168 19526 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35166 9168 9653 19526 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35167 9653 8832 19526 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35168 8832 8583 19526 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35169 9782 9636 19527 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35170 9636 9511 19527 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35171 9511 9933 19527 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35172 9933 9782 19527 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35173 10039 9933 19528 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35174 9933 9511 19528 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35175 9511 10135 19528 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35176 10135 10039 19528 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35177 10119 10135 19529 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35178 10135 9511 19529 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35179 9511 10088 19529 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35180 10088 10119 19529 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35181 10040 9482 19530 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35182 9482 9499 19530 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35183 9499 9996 19530 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35184 9996 10040 19530 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35185 7859 8025 19531 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35186 8025 8912 19531 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35187 8912 8679 19531 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35188 8679 7859 19531 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35189 8679 8912 19532 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35190 8912 9340 19532 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35191 9340 9317 19532 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35192 9317 8679 19532 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35193 9317 9340 19533 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35194 9340 9433 19533 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35195 9433 9435 19533 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35196 9435 9317 19533 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35197 9545 9554 19534 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35198 9554 9435 19534 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35199 9435 9433 19534 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35200 9433 9545 19534 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35201 7578 7740 19535 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35202 7740 8025 19535 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35203 8025 7859 19535 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35204 7859 7578 19535 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35205 7587 7735 19536 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35206 7735 7740 19536 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35207 7740 7578 19536 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35208 7578 7587 19536 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35209 7735 7587 19537 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35210 7587 7682 19537 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35211 7682 7777 19537 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35212 7777 7735 19537 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35213 7937 7978 19538 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35214 7978 7777 19538 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35215 7777 7682 19538 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35216 7682 7937 19538 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35217 8438 8447 19539 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35218 8447 7978 19539 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35219 7978 7937 19539 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35220 7937 8438 19539 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35221 9081 9123 19540 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35222 9123 8447 19540 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35223 8447 8438 19540 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35224 8438 9081 19540 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35225 9554 9545 19541 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35226 9545 9734 19541 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35227 9734 9772 19541 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35228 9772 9554 19541 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35229 9772 9734 19542 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35230 9734 9888 19542 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35231 9888 9920 19542 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35232 9920 9772 19542 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35233 9920 9888 19543 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35234 9888 9966 19543 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35235 9966 9983 19543 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35236 9983 9920 19543 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35237 10026 10046 19544 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35238 10046 9983 19544 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35239 9983 9966 19544 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35240 9966 10026 19544 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35241 10046 10026 19545 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35242 10026 10077 19545 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35243 10077 10092 19545 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35244 10092 10046 19545 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35245 9123 9081 19546 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35246 9081 9369 19546 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35247 9369 9377 19546 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35248 9377 9123 19546 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35249 10092 10077 19547 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35250 10077 10059 19547 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35251 10059 10086 19547 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35252 10086 10092 19547 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35253 10086 10059 19548 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35254 10059 9998 19548 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35255 9998 10016 19548 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35256 10016 10086 19548 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35257 10016 9998 19549 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35258 9998 9890 19549 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35259 9890 9909 19549 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35260 9909 10016 19549 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35261 9909 9890 19550 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35262 9890 9614 19550 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35263 9614 9628 19550 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35264 9628 9909 19550 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35265 9628 9614 19551 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35266 9614 9448 19551 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35267 9448 9443 19551 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35268 9443 9628 19551 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35269 9443 9448 19552 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35270 9448 9377 19552 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35271 9377 9369 19552 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35272 9369 9443 19552 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35273 7777 9888 19553 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35274 9888 9734 19553 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35275 9734 7735 19553 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35276 7735 7777 19553 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35277 9433 8025 19554 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35278 8025 7740 19554 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35279 7740 9545 19554 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35280 9545 9433 19554 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35281 10026 9966 19555 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35282 9966 7978 19555 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35283 7978 8447 19555 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35284 8447 10026 19555 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35285 9377 10059 19556 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35286 10059 10077 19556 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35287 10077 9123 19556 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35288 9123 9377 19556 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35289 9369 9081 19557 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35290 9081 9144 19557 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35291 9144 9380 19557 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35292 9380 9369 19557 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35293 7578 7859 19558 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35294 7859 7935 19558 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35295 7935 7669 19558 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35296 7669 7578 19558 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35297 8438 7937 19559 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35298 7937 8002 19559 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35299 8002 8474 19559 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35300 8474 8438 19559 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35301 7682 7587 19560 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35302 7587 7701 19560 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35303 7701 7774 19560 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35304 7774 7682 19560 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35305 8679 9317 19561 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35306 9317 9319 19561 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35307 9319 8703 19561 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35308 8703 8679 19561 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35309 9435 9554 19562 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35310 9554 9538 19562 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35311 9538 9419 19562 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35312 9419 9435 19562 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35313 9772 9920 19563 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35314 9920 9883 19563 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35315 9883 9723 19563 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35316 9723 9772 19563 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35317 9983 10046 19564 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35318 10046 10018 19564 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35319 10018 9962 19564 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35320 9962 9983 19564 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35321 9628 9443 19565 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35322 9443 9452 19565 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35323 9452 9630 19565 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35324 9630 9628 19565 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35325 10016 9909 19566 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35326 9909 9904 19566 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35327 9904 10008 19566 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35328 10008 10016 19566 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35329 10092 10086 19567 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35330 10086 10064 19567 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35331 10064 10072 19567 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35332 10072 10092 19567 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35333 7935 7859 19568 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35334 7859 8679 19568 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35335 8679 8703 19568 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35336 8703 7935 19568 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35337 7701 7587 19569 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35338 7587 7578 19569 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35339 7578 7669 19569 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35340 7669 7701 19569 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35341 8002 7937 19570 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35342 7937 7682 19570 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35343 7682 7774 19570 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35344 7774 8002 19570 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35345 9144 9081 19571 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35346 9081 8438 19571 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35347 8438 8474 19571 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35348 8474 9144 19571 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35349 9452 9443 19572 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35350 9443 9369 19572 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35351 9369 9380 19572 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35352 9380 9452 19572 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35353 9904 9909 19573 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35354 9909 9628 19573 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35355 9628 9630 19573 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35356 9630 9904 19573 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35357 10064 10086 19574 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35358 10086 10016 19574 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35359 10016 10008 19574 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35360 10008 10064 19574 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35361 10018 10046 19575 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35362 10046 10092 19575 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35363 10092 10072 19575 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35364 10072 10018 19575 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35365 9883 9920 19576 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35366 9920 9983 19576 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35367 9983 9962 19576 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35368 9962 9883 19576 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35369 9538 9554 19577 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35370 9554 9772 19577 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35371 9772 9723 19577 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35372 9723 9538 19577 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35373 9319 9317 19578 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35374 9317 9435 19578 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35375 9435 9419 19578 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35376 9419 9319 19578 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35377 9890 9998 19579 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35378 9998 10059 19579 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35379 10059 9614 19579 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35380 9614 9890 19579 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35381 9966 9888 19580 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35382 9888 7777 19580 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35383 7777 7978 19580 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35384 7978 9966 19580 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35385 8447 9123 19581 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35386 9123 10077 19581 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35387 10077 10026 19581 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35388 10026 8447 19581 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35389 9433 9340 19582 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35390 9340 8912 19582 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35391 8912 8025 19582 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35392 8025 9433 19582 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35393 7744 7935 19583 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35394 7935 8703 19583 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35395 8703 9182 19583 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35396 9182 7744 19583 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35397 7964 7701 19584 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35398 7701 7669 19584 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35399 7669 7744 19584 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35400 7744 7964 19584 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35401 8997 8002 19585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35402 8002 7774 19585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35403 7774 7964 19585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35404 7964 8997 19585 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35405 9385 9144 19586 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35406 9144 8474 19586 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35407 8474 8997 19586 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35408 8997 9385 19586 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35409 9495 9452 19587 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35410 9452 9380 19587 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35411 9380 9385 19587 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35412 9385 9495 19587 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35413 9812 9904 19588 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35414 9904 9630 19588 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35415 9630 9495 19588 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35416 9495 9812 19588 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35417 9881 10064 19589 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35418 10064 10008 19589 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35419 10008 9812 19589 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35420 9812 9881 19589 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35421 9886 10018 19590 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35422 10018 10072 19590 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35423 10072 9881 19590 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35424 9881 9886 19590 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35425 9701 9883 19591 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35426 9883 9962 19591 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35427 9962 9886 19591 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35428 9886 9701 19591 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35429 9451 9538 19592 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35430 9538 9723 19592 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35431 9723 9701 19592 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35432 9701 9451 19592 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35433 9182 9319 19593 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35434 9319 9419 19593 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35435 9419 9451 19593 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35436 9451 9182 19593 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35437 8501 7744 19594 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35438 7744 9182 19594 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35439 9182 9307 19594 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35440 9307 8501 19594 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35441 8534 7964 19595 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35442 7964 7744 19595 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35443 7744 8501 19595 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35444 8501 8534 19595 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35445 9237 8997 19596 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35446 8997 7964 19596 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35447 7964 8534 19596 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35448 8534 9237 19596 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35449 9389 9385 19597 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35450 9385 8997 19597 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35451 8997 9237 19597 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35452 9237 9389 19597 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35453 9469 9495 19598 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35454 9495 9385 19598 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35455 9385 9389 19598 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35456 9389 9469 19598 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35457 9746 9812 19599 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35458 9812 9495 19599 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35459 9495 9469 19599 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35460 9469 9746 19599 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35461 9817 9881 19600 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35462 9881 9812 19600 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35463 9812 9746 19600 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35464 9746 9817 19600 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35465 9797 9886 19601 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35466 9886 9881 19601 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35467 9881 9817 19601 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35468 9817 9797 19601 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35469 9639 9701 19602 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35470 9701 9886 19602 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35471 9886 9797 19602 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35472 9797 9639 19602 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35473 9439 9451 19603 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35474 9451 9701 19603 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35475 9701 9639 19603 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35476 9639 9439 19603 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35477 9307 9182 19604 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35478 9182 9451 19604 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35479 9451 9439 19604 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35480 9439 9307 19604 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35481 8494 8501 19605 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35482 8501 9307 19605 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35483 9307 9306 19605 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35484 9306 8494 19605 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35485 8526 8534 19606 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35486 8534 8501 19606 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35487 8501 8494 19606 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35488 8494 8526 19606 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35489 9236 9237 19607 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35490 9237 8534 19607 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35491 8534 8526 19607 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35492 8526 9236 19607 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35493 9388 9389 19608 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35494 9389 9237 19608 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35495 9237 9236 19608 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35496 9236 9388 19608 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35497 9468 9469 19609 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35498 9469 9389 19609 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35499 9389 9388 19609 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35500 9388 9468 19609 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35501 9745 9746 19610 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35502 9746 9469 19610 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35503 9469 9468 19610 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35504 9468 9745 19610 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35505 9816 9817 19611 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35506 9817 9746 19611 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35507 9746 9745 19611 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35508 9745 9816 19611 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35509 9795 9797 19612 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35510 9797 9817 19612 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35511 9817 9816 19612 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35512 9816 9795 19612 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35513 9638 9639 19613 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35514 9639 9797 19613 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35515 9797 9795 19613 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35516 9795 9638 19613 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35517 9438 9439 19614 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35518 9439 9639 19614 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35519 9639 9638 19614 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35520 9638 9438 19614 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35521 9306 9307 19615 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35522 9307 9439 19615 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35523 9439 9438 19615 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35524 9438 9306 19615 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35525 9774 9802 19616 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35526 9802 9901 19616 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35527 9901 9872 19616 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35528 9872 9774 19616 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35529 10039 10062 19617 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35530 10062 9938 19617 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35531 9938 9933 19617 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35532 9933 10039 19617 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35533 10165 10135 19618 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35534 10135 10119 19618 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35535 10119 10152 19618 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35536 10152 10165 19618 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35537 10062 10039 19619 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35538 10039 10135 19619 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35539 10135 10165 19619 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35540 10165 10062 19619 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35541 9760 9782 19620 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35542 9782 9933 19620 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35543 9933 9938 19620 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35544 9938 9760 19620 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35545 9588 9636 19621 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35546 9636 9782 19621 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35547 9782 9760 19621 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35548 9760 9588 19621 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35549 9513 9549 19622 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35550 9549 9636 19622 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35551 9636 9588 19622 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35552 9588 9513 19622 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35553 9467 9499 19623 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35554 9499 9482 19623 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35555 9482 9450 19623 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35556 9450 9467 19623 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35557 9424 9444 19624 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35558 9444 9499 19624 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35559 9499 9467 19624 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35560 9467 9424 19624 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35561 9091 9313 19625 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35562 9313 9444 19625 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35563 9444 9424 19625 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35564 9424 9091 19625 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35565 9426 9423 19626 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35566 9423 9168 19626 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35567 9168 8985 19626 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35568 8985 9426 19626 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35569 9543 9523 19627 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35570 9523 9423 19627 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35571 9423 9426 19627 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35572 9426 9543 19627 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35573 9692 9653 19628 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35574 9653 9523 19628 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35575 9523 9543 19628 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35576 9543 9692 19628 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35577 9943 9922 19629 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35578 9922 9872 19629 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35579 9872 9901 19629 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35580 9901 9943 19629 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35581 10031 9996 19630 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35582 9996 9922 19630 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35583 9922 9943 19630 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35584 9943 10031 19630 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35585 10152 10119 19631 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35586 10119 10088 19631 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35587 10088 10111 19631 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35588 10111 10152 19631 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35589 10080 10040 19632 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35590 10040 9996 19632 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35591 9996 10031 19632 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35592 10031 10080 19632 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35593 9450 9482 19633 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35594 9482 9460 19633 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35595 9460 9431 19633 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35596 9431 9450 19633 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35597 9477 9511 19634 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35598 9511 9549 19634 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35599 9549 9513 19634 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35600 9513 9477 19634 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35601 8985 9168 19635 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35602 9168 8583 19635 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35603 8583 8400 19635 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35604 8400 8985 19635 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35605 8400 8583 19636 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35606 8583 8832 19636 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35607 8832 8553 19636 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35608 8553 8400 19636 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35609 8494 9306 19637 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35610 9306 9283 19637 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35611 9283 8528 19637 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35612 8528 8494 19637 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35613 8428 9131 19638 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35614 9131 8810 19638 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35615 8810 8250 19638 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35616 8250 8428 19638 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35617 8250 8810 19639 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35618 8810 8740 19639 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35619 8740 8213 19639 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35620 8213 8250 19639 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35621 8213 8740 19640 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35622 8740 8891 19640 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35623 8891 8365 19640 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35624 8365 8213 19640 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35625 8365 8891 19641 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35626 8891 8985 19641 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35627 8985 8400 19641 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35628 8400 8365 19641 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35629 9423 9523 19642 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35630 9523 9653 19642 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35631 9653 9168 19642 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35632 9168 9423 19642 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35633 9934 9905 19643 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35634 9905 9895 19643 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35635 9895 9917 19643 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35636 9917 9934 19643 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35637 9444 9313 19644 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35638 9313 9774 19644 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35639 9774 9872 19644 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35640 9872 9444 19644 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35641 9438 9638 19645 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35642 9638 9587 19645 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35643 9587 9434 19645 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35644 9434 9438 19645 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35645 9638 9795 19646 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35646 9795 9807 19646 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35647 9807 9587 19646 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35648 9587 9638 19646 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35649 9795 9816 19647 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35650 9816 9832 19647 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35651 9832 9807 19647 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35652 9807 9795 19647 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35653 9816 9745 19648 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35654 9745 9765 19648 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35655 9765 9832 19648 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35656 9832 9816 19648 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35657 9745 9468 19649 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35658 9468 9455 19649 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35659 9455 9765 19649 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35660 9765 9745 19649 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35661 9468 9388 19650 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35662 9388 9379 19650 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35663 9379 9455 19650 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35664 9455 9468 19650 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35665 9388 9236 19651 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35666 9236 9247 19651 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35667 9247 9379 19651 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35668 9379 9388 19651 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35669 9236 8526 19652 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35670 8526 8524 19652 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35671 8524 9247 19652 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35672 9247 9236 19652 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35673 8526 8494 19653 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35674 8494 8528 19653 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35675 8528 8524 19653 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35676 8524 8526 19653 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35677 9306 9438 19654 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35678 9438 9434 19654 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35679 9434 9283 19654 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35680 9283 9306 19654 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35681 9462 9397 19655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35682 9397 9421 19655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35683 9421 9515 19655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35684 9515 9462 19655 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35685 9862 9935 19656 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35686 9935 9917 19656 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35687 9917 9836 19656 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35688 9836 9862 19656 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35689 9449 9551 19657 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35690 9551 9515 19657 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35691 9515 9421 19657 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35692 9421 9449 19657 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35693 9515 9836 19658 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35694 9836 9794 19658 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35695 9794 9462 19658 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35696 9462 9515 19658 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35697 9551 9862 19659 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35698 9862 9836 19659 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35699 9836 9515 19659 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35700 9515 9551 19659 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35701 9836 9917 19660 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35702 9917 9895 19660 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35703 9895 9794 19660 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35704 9794 9836 19660 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35705 9545 7740 19661 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35706 7740 7735 19661 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35707 7735 9734 19661 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35708 9734 9545 19661 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35709 9404 8740 19662 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35710 8740 8810 19662 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35711 8810 9407 19662 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35712 9407 9404 19662 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35713 9561 9404 19663 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35714 9404 9407 19663 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35715 9407 9550 19663 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35716 9550 9561 19663 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35717 9733 9561 19664 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35718 9561 9550 19664 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35719 9550 9753 19664 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35720 9753 9733 19664 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35721 9923 9844 19665 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35722 9844 9854 19665 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35723 9854 9905 19665 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35724 9905 9923 19665 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35725 9954 9923 19666 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35726 9923 9905 19666 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35727 9905 9934 19666 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35728 9934 9954 19666 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35729 10035 9954 19667 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35730 9954 9934 19667 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35731 9934 9986 19667 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35732 9986 10035 19667 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35733 9550 9407 19668 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35734 9407 9422 19668 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35735 9422 9562 19668 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35736 9562 9550 19668 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35737 9887 9895 19669 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35738 9895 9905 19669 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35739 9905 9857 19669 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35740 9857 9887 19669 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35741 9421 9397 19670 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35742 9397 9390 19670 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35743 9390 9416 19670 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35744 9416 9421 19670 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35745 9095 9091 19671 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35746 9091 9424 19671 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35747 9424 9425 19671 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35748 9425 9095 19671 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35749 8829 9095 19672 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35750 9095 9425 19672 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35751 9425 9395 19672 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35752 9395 8829 19672 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35753 8855 8829 19673 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35754 8829 9395 19673 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35755 9395 9390 19673 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35756 9390 8855 19673 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35757 9947 9943 19674 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35758 9943 9901 19674 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35759 9901 9896 19674 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35760 9896 9947 19674 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35761 9954 9947 19675 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35762 9947 9896 19675 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35763 9896 9923 19675 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35764 9923 9954 19675 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35765 9589 9502 19676 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35766 9502 9500 19676 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35767 9500 9598 19676 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35768 9598 9589 19676 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35769 9565 9751 19677 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35770 9751 9675 19677 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35771 9675 9552 19677 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35772 9552 9565 19677 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35773 9565 9519 19678 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35774 9519 9612 19678 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35775 9612 9647 19678 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35776 9647 9565 19678 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35777 9425 9424 19679 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35778 9424 9467 19679 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35779 9467 9472 19679 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35780 9472 9425 19679 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35781 9395 9425 19680 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35782 9425 9472 19680 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35783 9472 9428 19680 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35784 9428 9395 19680 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35785 9390 9395 19681 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35786 9395 9428 19681 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35787 9428 9416 19681 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35788 9416 9390 19681 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35789 9472 9467 19682 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35790 9467 9450 19682 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35791 9450 9459 19682 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35792 9459 9472 19682 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35793 9428 9472 19683 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35794 9472 9459 19683 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35795 9459 9463 19683 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35796 9463 9428 19683 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35797 9416 9428 19684 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35798 9428 9463 19684 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35799 9463 9502 19684 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35800 9502 9416 19684 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35801 9459 9450 19685 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35802 9450 9431 19685 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35803 9431 9432 19685 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35804 9432 9459 19685 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35805 9463 9459 19686 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35806 9459 9432 19686 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35807 9432 9437 19686 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35808 9437 9463 19686 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35809 9502 9463 19687 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35810 9463 9437 19687 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35811 9437 9500 19687 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35812 9500 9502 19687 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35813 9583 9588 19688 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35814 9588 9760 19688 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35815 9760 9769 19688 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35816 9769 9583 19688 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35817 9612 9583 19689 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35818 9583 9769 19689 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35819 9769 9801 19689 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35820 9801 9612 19689 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35821 10038 10031 19690 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35822 10031 9943 19690 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35823 9943 9947 19690 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35824 9947 10038 19690 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35825 10035 10038 19691 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35826 10038 9947 19691 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35827 9947 9954 19691 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35828 9954 10035 19691 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35829 9889 9986 19692 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35830 9986 9935 19692 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35831 9935 9862 19692 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35832 9862 9889 19692 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35833 10010 10056 19693 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35834 10056 10138 19693 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35835 10138 10083 19693 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35836 10083 10010 19693 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35837 10082 10080 19694 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35838 10080 10031 19694 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35839 10031 10038 19694 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35840 10038 10082 19694 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35841 10055 10082 19695 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35842 10082 10038 19695 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35843 10038 10035 19695 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35844 10035 10055 19695 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35845 9993 10055 19696 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35846 10055 10035 19696 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35847 10035 9986 19696 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35848 9986 9993 19696 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35849 9879 9993 19697 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35850 9993 9986 19697 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35851 9986 9889 19697 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35852 9889 9879 19697 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35853 10151 10152 19698 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35854 10152 10111 19698 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35855 10111 10110 19698 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35856 10110 10151 19698 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35857 10127 10151 19699 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35858 10151 10110 19699 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35859 10110 10094 19699 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35860 10094 10127 19699 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35861 10073 10127 19700 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35862 10127 10094 19700 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35863 10094 10030 19700 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35864 10030 10073 19700 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35865 9951 10073 19701 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35866 10073 10030 19701 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35867 10030 9925 19701 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35868 9925 9951 19701 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35869 9589 9889 19702 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35870 9889 9862 19702 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35871 9862 9551 19702 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35872 9551 9589 19702 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35873 9544 9693 19703 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35874 9693 9692 19703 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35875 9692 9543 19703 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35876 9543 9544 19703 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35877 9583 9521 19704 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35878 9521 9513 19704 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35879 9513 9588 19704 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35880 9588 9583 19704 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35881 8891 9413 19705 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35882 9413 9426 19705 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35883 9426 8985 19705 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35884 8985 8891 19705 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35885 9519 9565 19706 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35886 9565 9552 19706 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35887 9552 9486 19706 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35888 9486 9519 19706 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35889 9407 8810 19707 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35890 8810 9131 19707 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35891 9131 9422 19707 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35892 9422 9407 19707 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35893 8365 8555 19708 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35894 8555 8325 19708 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35895 8325 8213 19708 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35896 8213 8365 19708 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35897 9693 9544 19709 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35898 9544 9561 19709 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35899 9561 9733 19709 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35900 9733 9693 19709 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35901 9486 9483 19710 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35902 9483 9521 19710 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35903 9521 9519 19710 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35904 9519 9486 19710 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35905 9863 9930 19711 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35906 9930 10056 19711 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35907 10056 10010 19711 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35908 10010 9863 19711 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35909 9513 9521 19712 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35910 9521 9483 19712 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35911 9483 9477 19712 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35912 9477 9513 19712 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35913 10161 10065 19713 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35914 10065 10062 19713 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35915 10062 10165 19713 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35916 10165 10161 19713 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35917 9598 9879 19714 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35918 9879 9889 19714 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35919 9889 9589 19714 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35920 9589 9598 19714 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35921 9751 9951 19715 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35922 9951 9925 19715 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35923 9925 9675 19715 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35924 9675 9751 19715 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35925 9413 9544 19716 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35926 9544 9543 19716 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35927 9543 9426 19716 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35928 9426 9413 19716 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35929 10151 10161 19717 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35930 10161 10165 19717 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35931 10165 10152 19717 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35932 10152 10151 19717 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35933 9948 9769 19718 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35934 9769 9760 19718 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35935 9760 9938 19718 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35936 9938 9948 19718 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35937 8555 8365 19719 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35938 8365 8400 19719 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35939 8400 8553 19719 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35940 8553 8555 19719 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35941 9612 9519 19720 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35942 9519 9521 19720 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35943 9521 9583 19720 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35944 9583 9612 19720 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35945 10056 10065 19721 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35946 10065 10161 19721 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35947 10161 10138 19721 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35948 10138 10056 19721 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35949 9948 10065 19722 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35950 10065 10056 19722 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35951 10056 9930 19722 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35952 9930 9948 19722 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35953 9612 9801 19723 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35954 9801 9863 19723 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35955 9863 9647 19723 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35956 9647 9612 19723 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35957 9923 9896 19724 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35958 9896 9805 19724 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35959 9805 9844 19724 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35960 9844 9923 19724 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35961 9544 9413 19725 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35962 9413 9404 19725 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35963 9404 9561 19725 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35964 9561 9544 19725 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35965 9404 9413 19726 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35966 9413 8891 19726 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35967 8891 8740 19726 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35968 8740 9404 19726 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35969 8213 8325 19727 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35970 8325 8359 19727 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35971 8359 8250 19727 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35972 8250 8213 19727 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35973 10073 10083 19728 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35974 10083 10138 19728 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35975 10138 10127 19728 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35976 10127 10073 19728 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35977 9769 9948 19729 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35978 9948 9930 19729 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35979 9930 9801 19729 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35980 9801 9769 19729 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35981 10065 9948 19730 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35982 9948 9938 19730 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35983 9938 10062 19730 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35984 10062 10065 19730 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35985 9802 9805 19731 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35986 9805 9896 19731 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35987 9896 9901 19731 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35988 9901 9802 19731 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35989 10127 10138 19732 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35990 10138 10161 19732 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35991 10161 10151 19732 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35992 10151 10127 19732 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35993 9951 9751 19733 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35994 9751 9863 19733 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35995 9863 10010 19733 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35996 10010 9951 19733 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35997 1563 1005 19734 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35998 1005 1173 19734 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 35999 1173 1546 19734 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36000 1546 1563 19734 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36001 1047 1155 19735 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36002 1155 1668 19735 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36003 1668 986 19735 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36004 986 1047 19735 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36005 1522 1622 19736 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36006 1622 2211 19736 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36007 2211 1392 19736 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36008 1392 1522 19736 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36009 1006 910 19737 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36010 910 957 19737 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36011 957 1112 19737 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36012 1112 1006 19737 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36013 1263 1112 19738 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36014 1112 957 19738 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36015 957 1409 19738 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36016 1409 1263 19738 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36017 1496 1409 19739 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36018 1409 957 19739 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36019 957 1534 19739 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36020 1534 1496 19739 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36021 1049 1123 19740 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36022 1123 1173 19740 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36023 1173 1005 19740 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36024 1005 1049 19740 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36025 990 1036 19741 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36026 1036 1082 19741 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36027 1082 1052 19741 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36028 1052 990 19741 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36029 1052 1082 19742 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36030 1082 1178 19742 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36031 1178 1166 19742 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36032 1166 1052 19742 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36033 1166 1178 19743 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36034 1178 1443 19743 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36035 1443 1447 19743 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36036 1447 1166 19743 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36037 1447 1443 19744 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36038 1443 1519 19744 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36039 1519 1545 19744 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36040 1545 1447 19744 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36041 1545 1519 19745 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36042 1519 1553 19745 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36043 1553 1608 19745 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36044 1608 1545 19745 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36045 1608 1553 19746 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36046 1553 1557 19746 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36047 1557 1613 19746 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36048 1613 1608 19746 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36049 1613 1557 19747 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36050 1557 1567 19747 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36051 1567 1614 19747 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36052 1614 1613 19747 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36053 1585 1584 19748 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36054 1584 1002 19748 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36055 1002 1005 19748 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36056 1005 1585 19748 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36057 965 1016 19749 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36058 1016 1017 19749 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36059 1017 963 19749 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36060 963 965 19749 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36061 963 1017 19750 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36062 1017 1036 19750 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36063 1036 990 19750 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36064 990 963 19750 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36065 935 971 19751 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36066 971 966 19751 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36067 966 934 19751 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36068 934 935 19751 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36069 957 955 19752 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36070 955 1533 19752 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36071 1533 1534 19752 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36072 1534 957 19752 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36073 1568 1520 19753 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36074 1520 1517 19753 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36075 1517 1562 19753 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36076 1562 1568 19753 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36077 1562 1517 19754 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36078 1517 1521 19754 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36079 1521 1559 19754 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36080 1559 1562 19754 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36081 1559 1521 19755 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36082 1521 1478 19755 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36083 1478 1493 19755 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36084 1493 1559 19755 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36085 1493 1478 19756 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36086 1478 1366 19756 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36087 1366 1370 19756 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36088 1370 1493 19756 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36089 1370 1366 19757 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36090 1366 1135 19757 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36091 1135 1120 19757 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36092 1120 1370 19757 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36093 1120 1135 19758 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36094 1135 1048 19758 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36095 1048 1015 19758 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36096 1015 1120 19758 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36097 1015 1048 19759 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36098 1048 995 19759 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36099 995 951 19759 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36100 951 1015 19759 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36101 951 995 19760 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36102 995 971 19760 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36103 971 935 19760 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36104 935 951 19760 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36105 1280 1332 19761 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36106 1332 1598 19761 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36107 1598 1590 19761 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36108 1590 1280 19761 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36109 1590 1598 19762 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36110 1598 1649 19762 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36111 1649 1666 19762 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36112 1666 1590 19762 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36113 1666 1649 19763 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36114 1649 1702 19763 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36115 1702 1798 19763 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36116 1798 1666 19763 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36117 1798 1702 19764 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36118 1702 2025 19764 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36119 2025 2479 19764 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36120 2479 1798 19764 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36121 2479 2025 19765 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36122 2025 2082 19765 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36123 2082 2517 19765 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36124 2517 2479 19765 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36125 2517 2082 19766 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36126 2082 1686 19766 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36127 1686 1762 19766 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36128 1762 2517 19766 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36129 1762 1686 19767 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36130 1686 1615 19767 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36131 1615 1611 19767 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36132 1611 1762 19767 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36133 1611 1615 19768 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36134 1615 1489 19768 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36135 1489 1458 19768 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36136 1458 1611 19768 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36137 1458 1489 19769 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36138 1489 1329 19769 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36139 1329 1267 19769 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36140 1267 1458 19769 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36141 1267 1329 19770 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36142 1329 1305 19770 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36143 1305 1238 19770 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36144 1238 1267 19770 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36145 1238 1305 19771 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36146 1305 1270 19771 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36147 1270 1213 19771 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36148 1213 1238 19771 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36149 1213 1270 19772 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36150 1270 1332 19772 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36151 1332 1280 19772 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36152 1280 1213 19772 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36153 2718 2397 19773 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36154 2397 2044 19773 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36155 2044 2491 19773 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36156 2491 2718 19773 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36157 2491 2044 19774 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36158 2044 2149 19774 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36159 2149 2493 19774 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36160 2493 2491 19774 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36161 2493 2149 19775 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36162 2149 1880 19775 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36163 1880 2211 19775 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36164 2211 2493 19775 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36165 2211 1880 19776 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36166 1880 1419 19776 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36167 1419 1392 19776 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36168 1392 2211 19776 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36169 1392 1419 19777 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36170 1419 1412 19777 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36171 1412 1353 19777 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36172 1353 1392 19777 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36173 1353 1412 19778 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36174 1412 1413 19778 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36175 1413 1352 19778 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36176 1352 1353 19778 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36177 1352 1413 19779 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36178 1413 1365 19779 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36179 1365 1312 19779 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36180 1312 1352 19779 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36181 1312 1365 19780 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36182 1365 1350 19780 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36183 1350 1292 19780 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36184 1292 1312 19780 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36185 1292 1350 19781 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36186 1350 1503 19781 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36187 1503 1483 19781 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36188 1483 1292 19781 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36189 1483 1503 19782 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36190 1503 1628 19782 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36191 1628 1623 19782 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36192 1623 1483 19782 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36193 1623 1628 19783 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36194 1628 1707 19783 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36195 1707 1914 19783 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36196 1914 1623 19783 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36197 1914 1707 19784 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36198 1707 2232 19784 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36199 2232 2621 19784 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36200 2621 1914 19784 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36201 2621 2232 19785 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36202 2232 2311 19785 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36203 2311 2688 19785 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36204 2688 2621 19785 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36205 2688 2311 19786 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36206 2311 2397 19786 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36207 2397 2718 19786 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36208 2718 2688 19786 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36209 2188 1774 19787 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36210 1774 1712 19787 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36211 1712 2015 19787 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36212 2015 2188 19787 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36213 2015 1712 19788 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36214 1712 1669 19788 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36215 1669 1699 19788 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36216 1699 2015 19788 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36217 1699 1669 19789 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36218 1669 1637 19789 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36219 1637 1648 19789 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36220 1648 1699 19789 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36221 1648 1637 19790 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36222 1637 1589 19790 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36223 1589 1583 19790 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36224 1583 1648 19790 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36225 1583 1589 19791 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36226 1589 1304 19791 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36227 1304 1251 19791 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36228 1251 1583 19791 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36229 1251 1304 19792 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36230 1304 1206 19792 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36231 1206 1158 19792 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36232 1158 1251 19792 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36233 1158 1206 19793 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36234 1206 1242 19793 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36235 1242 1188 19793 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36236 1188 1158 19793 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36237 1188 1242 19794 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36238 1242 1239 19794 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36239 1239 1191 19794 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36240 1191 1188 19794 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36241 1191 1239 19795 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36242 1239 1252 19795 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36243 1252 1201 19795 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36244 1201 1191 19795 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36245 1201 1252 19796 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36246 1252 1307 19796 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36247 1307 1240 19796 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36248 1240 1201 19796 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36249 1240 1307 19797 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36250 1307 1306 19797 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36251 1306 1243 19797 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36252 1243 1240 19797 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36253 1243 1306 19798 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36254 1306 1316 19798 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36255 1316 1271 19798 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36256 1271 1243 19798 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36257 1271 1316 19799 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36258 1316 1685 19799 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36259 1685 1732 19799 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36260 1732 1271 19799 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36261 1732 1685 19800 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36262 1685 1737 19800 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36263 1737 1954 19800 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36264 1954 1732 19800 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36265 1954 1737 19801 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36266 1737 1708 19801 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36267 1708 1950 19801 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36268 1950 1954 19801 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36269 1950 1708 19802 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36270 1708 1780 19802 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36271 1780 2214 19802 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36272 2214 1950 19802 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36273 2214 1780 19803 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36274 1780 1774 19803 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36275 1774 2188 19803 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36276 2188 2214 19803 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36277 2366 2133 19804 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36278 2133 3009 19804 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36279 3009 3185 19804 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36280 3185 2366 19804 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36281 1728 1705 19805 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36282 1705 2133 19805 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36283 2133 2366 19805 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36284 2366 1728 19805 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36285 1610 1612 19806 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36286 1612 1705 19806 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36287 1705 1728 19806 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36288 1728 1610 19806 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36289 1612 1610 19807 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36290 1610 1491 19807 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36291 1491 1500 19807 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36292 1500 1612 19807 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36293 3185 3009 19808 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36294 3009 3302 19808 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36295 3302 3465 19808 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36296 3465 3185 19808 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36297 3465 3302 19809 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36298 3302 3309 19809 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36299 3309 3454 19809 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36300 3454 3465 19809 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36301 3269 3358 19810 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36302 3358 3454 19810 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36303 3454 3309 19810 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36304 3309 3269 19810 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36305 3358 3269 19811 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36306 3269 3059 19811 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36307 3059 3097 19811 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36308 3097 3358 19811 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36309 3097 3059 19812 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36310 3059 2600 19812 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36311 2600 2610 19812 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36312 2610 3097 19812 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36313 2610 2600 19813 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36314 2600 1922 19813 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36315 1922 1964 19813 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36316 1964 2610 19813 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36317 1273 1311 19814 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36318 1311 1500 19814 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36319 1500 1491 19814 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36320 1491 1273 19814 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36321 1125 1157 19815 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36322 1157 1311 19815 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36323 1311 1273 19815 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36324 1273 1125 19815 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36325 1062 1079 19816 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36326 1079 1157 19816 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36327 1157 1125 19816 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36328 1125 1062 19816 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36329 1079 1062 19817 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36330 1062 999 19817 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36331 999 1019 19817 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36332 1019 1079 19817 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36333 953 968 19818 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36334 968 1019 19818 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36335 1019 999 19818 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36336 999 953 19818 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36337 1668 1676 19819 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36338 1676 1964 19819 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36339 1964 1922 19819 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36340 1922 1668 19819 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36341 959 986 19820 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36342 986 968 19820 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36343 968 953 19820 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36344 953 959 19820 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36345 1029 1047 19821 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36346 1047 986 19821 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36347 986 959 19821 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36348 959 1029 19821 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36349 1136 1155 19822 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36350 1155 1047 19822 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36351 1047 1029 19822 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36352 1029 1136 19822 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36353 1417 1431 19823 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36354 1431 1155 19823 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36355 1155 1136 19823 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36356 1136 1417 19823 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36357 1602 1597 19824 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36358 1597 1431 19824 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36359 1431 1417 19824 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36360 1417 1602 19824 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36361 1676 1668 19825 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36362 1668 1597 19825 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36363 1597 1602 19825 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36364 1602 1676 19825 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36365 3309 1311 19826 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36366 1311 1157 19826 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36367 1157 3269 19826 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36368 3269 3309 19826 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36369 1500 3302 19827 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36370 3302 3009 19827 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36371 3009 1612 19827 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36372 1612 1500 19827 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36373 2600 3059 19828 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36374 3059 1079 19828 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36375 1079 1019 19828 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36376 1019 2600 19828 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36377 1922 968 19829 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36378 968 986 19829 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36379 986 1668 19829 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36380 1668 1922 19829 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36381 1665 1901 19830 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36382 1901 1964 19830 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36383 1964 1676 19830 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36384 1676 1665 19830 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36385 3373 3100 19831 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36386 3100 3185 19831 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36387 3185 3465 19831 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36388 3465 3373 19831 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36389 2574 3029 19832 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36390 3029 3097 19832 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36391 3097 2610 19832 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36392 2610 2574 19832 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36393 3271 3342 19833 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36394 3342 3454 19833 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36395 3454 3358 19833 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36396 3358 3271 19833 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36397 2343 1726 19834 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36398 1726 1728 19834 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36399 1728 2366 19834 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36400 2366 2343 19834 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36401 1626 1507 19835 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36402 1507 1491 19835 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36403 1491 1610 19835 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36404 1610 1626 19835 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36405 1322 1162 19836 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36406 1162 1125 19836 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36407 1125 1273 19836 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36408 1273 1322 19836 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36409 1083 1027 19837 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36410 1027 999 19837 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36411 999 1062 19837 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36412 1062 1083 19837 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36413 1415 1593 19838 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36414 1593 1602 19838 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36415 1602 1417 19838 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36416 1417 1415 19838 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36417 1037 1141 19839 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36418 1141 1136 19839 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36419 1136 1029 19839 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36420 1029 1037 19839 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36421 973 981 19840 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36422 981 959 19840 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36423 959 953 19840 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36424 953 973 19840 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36425 2343 2366 19841 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36426 2366 3185 19841 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36427 3185 3100 19841 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36428 3100 2343 19841 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36429 3373 3465 19842 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36430 3465 3454 19842 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36431 3454 3342 19842 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36432 3342 3373 19842 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36433 3271 3358 19843 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36434 3358 3097 19843 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36435 3097 3029 19843 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36436 3029 3271 19843 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36437 2574 2610 19844 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36438 2610 1964 19844 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36439 1964 1901 19844 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36440 1901 2574 19844 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36441 1665 1676 19845 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36442 1676 1602 19845 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36443 1602 1593 19845 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36444 1593 1665 19845 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36445 1415 1417 19846 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36446 1417 1136 19846 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36447 1136 1141 19846 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36448 1141 1415 19846 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36449 1037 1029 19847 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36450 1029 959 19847 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36451 959 981 19847 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36452 981 1037 19847 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36453 973 953 19848 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36454 953 999 19848 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36455 999 1027 19848 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36456 1027 973 19848 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36457 1083 1062 19849 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36458 1062 1125 19849 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36459 1125 1162 19849 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36460 1162 1083 19849 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36461 1322 1273 19850 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36462 1273 1491 19850 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36463 1491 1507 19850 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36464 1507 1322 19850 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36465 1626 1610 19851 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36466 1610 1728 19851 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36467 1728 1726 19851 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36468 1726 1626 19851 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36469 1431 1597 19852 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36470 1597 1668 19852 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36471 1668 1155 19852 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36472 1155 1431 19852 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36473 3059 3269 19853 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36474 3269 1157 19853 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36475 1157 1079 19853 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36476 1079 3059 19853 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36477 1019 968 19854 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36478 968 1922 19854 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36479 1922 2600 19854 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36480 2600 1019 19854 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36481 3009 2133 19855 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36482 2133 1705 19855 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36483 1705 1612 19855 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36484 1612 3009 19855 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36485 1863 2343 19856 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36486 2343 3100 19856 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36487 3100 3301 19856 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36488 3301 1863 19856 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36489 3301 3373 19857 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36490 3373 3342 19857 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36491 3342 3074 19857 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36492 3074 3301 19857 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36493 3074 3271 19858 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36494 3271 3029 19858 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36495 3029 2048 19858 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36496 2048 3074 19858 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36497 2048 2574 19859 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36498 2574 1901 19859 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36499 1901 1660 19859 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36500 1660 2048 19859 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36501 1660 1665 19860 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36502 1665 1593 19860 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36503 1593 1550 19860 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36504 1550 1660 19860 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36505 1550 1415 19861 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36506 1415 1141 19861 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36507 1141 1233 19861 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36508 1233 1550 19861 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36509 1233 1037 19862 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36510 1037 981 19862 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36511 981 1164 19862 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36512 1164 1233 19862 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36513 1164 973 19863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36514 973 1027 19863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36515 1027 1159 19863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36516 1159 1164 19863 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36517 1159 1083 19864 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36518 1083 1162 19864 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36519 1162 1344 19864 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36520 1344 1159 19864 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36521 1344 1322 19865 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36522 1322 1507 19865 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36523 1507 1594 19865 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36524 1594 1344 19865 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36525 1594 1626 19866 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36526 1626 1726 19866 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36527 1726 1863 19866 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36528 1863 1594 19866 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36529 1738 1863 19867 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36530 1863 3301 19867 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36531 3301 2545 19867 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36532 2545 1738 19867 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36533 2545 3301 19868 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36534 3301 3074 19868 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36535 3074 2511 19868 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36536 2511 2545 19868 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36537 2511 3074 19869 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36538 3074 2048 19869 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36539 2048 1808 19869 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36540 1808 2511 19869 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36541 1808 2048 19870 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36542 2048 1660 19870 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36543 1660 1656 19870 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36544 1656 1808 19870 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36545 1656 1660 19871 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36546 1660 1550 19871 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36547 1550 1576 19871 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36548 1576 1656 19871 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36549 1576 1550 19872 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36550 1550 1233 19872 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36551 1233 1299 19872 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36552 1299 1576 19872 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36553 1299 1233 19873 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36554 1233 1164 19873 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36555 1164 1228 19873 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36556 1228 1299 19873 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36557 1228 1164 19874 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36558 1164 1159 19874 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36559 1159 1248 19874 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36560 1248 1228 19874 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36561 1248 1159 19875 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36562 1159 1344 19875 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36563 1344 1406 19875 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36564 1406 1248 19875 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36565 1406 1344 19876 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36566 1344 1594 19876 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36567 1594 1606 19876 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36568 1606 1406 19876 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36569 1606 1594 19877 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36570 1594 1863 19877 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36571 1863 1738 19877 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36572 1738 1606 19877 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36573 1739 1738 19878 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36574 1738 2545 19878 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36575 2545 2551 19878 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36576 2551 1739 19878 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36577 2551 2545 19879 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36578 2545 2511 19879 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36579 2511 2519 19879 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36580 2519 2551 19879 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36581 2519 2511 19880 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36582 2511 1808 19880 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36583 1808 1809 19880 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36584 1809 2519 19880 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36585 1809 1808 19881 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36586 1808 1656 19881 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36587 1656 1657 19881 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36588 1657 1809 19881 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36589 1657 1656 19882 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36590 1656 1576 19882 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36591 1576 1577 19882 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36592 1577 1657 19882 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36593 1577 1576 19883 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36594 1576 1299 19883 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36595 1299 1300 19883 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36596 1300 1577 19883 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36597 1300 1299 19884 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36598 1299 1228 19884 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36599 1228 1229 19884 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36600 1229 1300 19884 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36601 1229 1228 19885 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36602 1228 1248 19885 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36603 1248 1250 19885 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36604 1250 1229 19885 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36605 1250 1248 19886 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36606 1248 1406 19886 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36607 1406 1407 19886 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36608 1407 1250 19886 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36609 1407 1406 19887 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36610 1406 1606 19887 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36611 1606 1607 19887 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36612 1607 1407 19887 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36613 1607 1606 19888 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36614 1606 1738 19888 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36615 1738 1739 19888 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36616 1739 1607 19888 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36617 1173 1144 19889 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36618 1144 1243 19889 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36619 1243 1271 19889 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36620 1271 1173 19889 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36621 1112 1107 19890 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36622 1107 983 19890 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36623 983 1006 19890 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36624 1006 1112 19890 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36625 1880 2149 19891 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36626 2149 1737 19891 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36627 1737 1685 19891 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36628 1685 1880 19891 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36629 893 926 19892 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36630 926 910 19892 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36631 910 880 19892 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36632 880 893 19892 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36633 880 910 19893 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36634 910 1006 19893 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36635 1006 983 19893 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36636 983 880 19893 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36637 1107 1112 19894 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36638 1112 1263 19894 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36639 1263 1285 19894 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36640 1285 1107 19894 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36641 1285 1263 19895 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36642 1263 1409 19895 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36643 1409 1457 19895 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36644 1457 1285 19895 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36645 1457 1409 19896 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36646 1409 1496 19896 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36647 1496 1532 19896 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36648 1532 1457 19896 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36649 1595 1563 19897 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36650 1563 1546 19897 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36651 1546 1578 19897 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36652 1578 1595 19897 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36653 1578 1546 19898 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36654 1546 1601 19898 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36655 1601 1621 19898 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36656 1621 1578 19898 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36657 1621 1601 19899 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36658 1601 1732 19899 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36659 1732 1954 19899 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36660 1954 1621 19899 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36661 2060 1877 19900 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36662 1877 1622 19900 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36663 1622 1619 19900 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36664 1619 2060 19900 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36665 1619 1622 19901 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36666 1622 1522 19901 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36667 1522 1502 19901 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36668 1502 1619 19901 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36669 1502 1522 19902 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36670 1522 1392 19902 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36671 1392 1353 19902 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36672 1353 1502 19902 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36673 1412 1419 19903 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36674 1419 1316 19903 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36675 1316 1306 19903 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36676 1306 1412 19903 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36677 1144 1173 19904 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36678 1173 1123 19904 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36679 1123 1102 19904 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36680 1102 1144 19904 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36681 1102 1123 19905 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36682 1123 1049 19905 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36683 1049 1014 19905 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36684 1014 1102 19905 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36685 934 957 19906 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36686 957 926 19906 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36687 926 893 19906 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36688 893 934 19906 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36689 1014 1049 19907 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36690 1049 1005 19907 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36691 1005 965 19907 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36692 965 1014 19907 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36693 1016 1002 19908 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36694 1002 955 19908 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36695 955 966 19908 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36696 966 1016 19908 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36697 1614 1585 19909 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36698 1585 1563 19909 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36699 1563 1595 19909 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36700 1595 1614 19909 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36701 1532 1496 19910 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36702 1496 1534 19910 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36703 1534 1568 19910 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36704 1568 1532 19910 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36705 1520 1533 19911 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36706 1533 1584 19911 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36707 1584 1567 19911 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36708 1567 1520 19911 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36709 2648 2461 19912 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36710 2461 1877 19912 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36711 1877 2060 19912 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36712 2060 2648 19912 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36713 2493 2211 19913 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36714 2211 2461 19913 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36715 2461 2648 19913 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36716 2648 2493 19913 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36717 1702 1649 19914 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36718 1649 1637 19914 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36719 1637 1669 19914 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36720 1669 1702 19914 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36721 2517 1762 19915 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36722 1762 1739 19915 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36723 1739 2551 19915 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36724 2551 2517 19915 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36725 2232 1707 19916 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36726 1707 1686 19916 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36727 1686 2082 19916 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36728 2082 2232 19916 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36729 2795 2234 19917 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36730 2234 1914 19917 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36731 1914 2621 19917 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36732 2621 2795 19917 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36733 2830 2304 19918 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36734 2304 2234 19918 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36735 2234 2795 19918 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36736 2795 2830 19918 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36737 2684 2154 19919 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36738 2154 2304 19919 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36739 2304 2830 19919 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36740 2830 2684 19919 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36741 2648 2060 19920 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36742 2060 2154 19920 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36743 2154 2684 19920 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36744 2684 2648 19920 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36745 1316 1419 19921 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36746 1419 1880 19921 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36747 1880 1685 19921 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36748 1685 1316 19921 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36749 1877 2461 19922 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36750 2461 2211 19922 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36751 2211 1622 19922 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36752 1622 1877 19922 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36753 1128 1150 19923 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36754 1150 1140 19923 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36755 1140 1111 19923 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36756 1111 1128 19923 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36757 1173 1271 19924 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36758 1271 1732 19924 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36759 1732 1601 19924 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36760 1601 1173 19924 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36761 1557 1517 19925 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36762 1517 1520 19925 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36763 1520 1567 19925 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36764 1567 1557 19925 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36765 1553 1521 19926 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36766 1521 1517 19926 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36767 1517 1557 19926 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36768 1557 1553 19926 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36769 1519 1478 19927 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36770 1478 1521 19927 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36771 1521 1553 19927 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36772 1553 1519 19927 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36773 1366 1478 19928 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36774 1478 1519 19928 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36775 1519 1443 19928 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36776 1443 1366 19928 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36777 1178 1135 19929 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36778 1135 1366 19929 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36779 1366 1443 19929 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36780 1443 1178 19929 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36781 1082 1048 19930 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36782 1048 1135 19930 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36783 1135 1178 19930 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36784 1178 1082 19930 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36785 1036 995 19931 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36786 995 1048 19931 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36787 1048 1082 19931 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36788 1082 1036 19931 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36789 1017 971 19932 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36790 971 995 19932 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36791 995 1036 19932 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36792 1036 1017 19932 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36793 1016 966 19933 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36794 966 971 19933 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36795 971 1017 19933 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36796 1017 1016 19933 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36797 1611 1458 19934 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36798 1458 1407 19934 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36799 1407 1607 19934 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36800 1607 1611 19934 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36801 1458 1238 19935 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36802 1238 1250 19935 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36803 1250 1407 19935 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36804 1407 1458 19935 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36805 1238 1213 19936 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36806 1213 1229 19936 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36807 1229 1250 19936 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36808 1250 1238 19936 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36809 1213 1280 19937 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36810 1280 1300 19937 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36811 1300 1229 19937 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36812 1229 1213 19937 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36813 1280 1590 19938 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36814 1590 1577 19938 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36815 1577 1300 19938 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36816 1300 1280 19938 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36817 1590 1666 19939 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36818 1666 1657 19939 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36819 1657 1577 19939 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36820 1577 1590 19939 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36821 1666 1798 19940 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36822 1798 1809 19940 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36823 1809 1657 19940 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36824 1657 1666 19940 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36825 1798 2521 19941 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36826 2521 2519 19941 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36827 2519 1809 19941 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36828 1809 1798 19941 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36829 2521 2517 19942 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36830 2517 2551 19942 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36831 2551 2519 19942 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36832 2519 2521 19942 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36833 1762 1611 19943 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36834 1611 1607 19943 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36835 1607 1739 19943 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36836 1739 1762 19943 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36837 1707 1628 19944 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36838 1628 1615 19944 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36839 1615 1686 19944 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36840 1686 1707 19944 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36841 1669 1712 19945 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36842 1712 2025 19945 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36843 2025 1702 19945 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36844 1702 1669 19945 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36845 1530 1624 19946 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36846 1624 1648 19946 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36847 1648 1583 19946 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36848 1583 1530 19946 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36849 1209 1128 19947 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36850 1128 1110 19947 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36851 1110 1183 19947 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36852 1183 1209 19947 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36853 1637 1649 19948 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36854 1649 1598 19948 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36855 1598 1589 19948 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36856 1589 1637 19948 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36857 1624 1530 19949 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36858 1530 1494 19949 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36859 1494 1596 19949 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36860 1596 1624 19949 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36861 1583 1251 19950 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36862 1251 1209 19950 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36863 1209 1530 19950 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36864 1530 1583 19950 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36865 1206 1270 19951 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36866 1270 1305 19951 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36867 1305 1242 19951 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36868 1242 1206 19951 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36869 1530 1209 19952 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36870 1209 1183 19952 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36871 1183 1494 19952 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36872 1494 1530 19952 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36873 1598 1332 19953 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36874 1332 1304 19953 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36875 1304 1589 19953 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36876 1589 1598 19953 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36877 1489 1615 19954 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36878 1615 1628 19954 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36879 1628 1503 19954 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36880 1503 1489 19954 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36881 1304 1332 19955 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36882 1332 1270 19955 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36883 1270 1206 19955 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36884 1206 1304 19955 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36885 1251 1150 19956 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36886 1150 1128 19956 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36887 1128 1209 19956 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36888 1209 1251 19956 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36889 1311 3309 19957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36890 3309 3302 19957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36891 3302 1500 19957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36892 1500 1311 19957 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36893 1638 2234 19958 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36894 2234 2304 19958 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36895 2304 1641 19958 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36896 1641 1638 19958 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36897 1495 1638 19959 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36898 1638 1641 19959 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36899 1641 1484 19959 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36900 1484 1495 19959 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36901 1292 1495 19960 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36902 1495 1484 19960 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36903 1484 1312 19960 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36904 1312 1292 19960 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36905 1239 1350 19961 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36906 1350 1365 19961 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36907 1365 1252 19961 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36908 1252 1239 19961 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36909 1140 1191 19962 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36910 1191 1201 19962 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36911 1201 1122 19962 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36912 1122 1140 19962 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36913 1111 1140 19963 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36914 1140 1122 19963 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36915 1122 1091 19963 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36916 1091 1111 19963 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36917 1059 1111 19964 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36918 1111 1091 19964 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36919 1091 1010 19964 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36920 1010 1059 19964 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36921 1483 1623 19965 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36922 1623 1638 19965 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36923 1638 1495 19965 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36924 1495 1483 19965 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36925 1329 1489 19966 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36926 1489 1503 19966 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36927 1503 1350 19966 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36928 1350 1329 19966 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36929 1242 1329 19967 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36930 1329 1350 19967 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36931 1350 1239 19967 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36932 1239 1242 19967 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36933 1188 1140 19968 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36934 1140 1150 19968 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36935 1150 1158 19968 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36936 1158 1188 19968 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36937 2311 2232 19969 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36938 2232 2082 19969 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36939 2082 2025 19969 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36940 2025 2311 19969 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36941 1774 2311 19970 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36942 2311 2025 19970 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36943 2025 1712 19970 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36944 1712 1774 19970 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36945 1629 1655 19971 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36946 1655 1648 19971 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36947 1648 1624 19971 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36948 1624 1629 19971 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36949 1620 1621 19972 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36950 1621 1954 19972 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36951 1954 1950 19972 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36952 1950 1620 19972 {mat="nomaterial" groups="default boot" rgb=(.2 .2 .2)}
Face 36953 1650 162